From a372bbdf3dbe7facea24af5bf1c782c07bdc7ae9 Mon Sep 17 00:00:00 2001 From: Sukant Hajra Date: Sat, 16 Dec 2023 17:55:12 -0600 Subject: [PATCH] Major update to Nix Flakes --- .github/workflows/ci.yml | 2 +- default.nix | 2 +- flake.lock | 489 + flake.nix | 140 + flash-ergodoxez | 5 +- flash-model01 | 6 +- flash-moonlander | 5 +- keymaps/ergodox_ez/shajra/config.h | 1 - keymaps/ergodox_ez/shajra/keymap.c | 92 +- keymaps/model_01/shajra/Model01.ino | 310 + .../shajra/Model100-Firmware.ino} | 0 keymaps/moonlander/shajra/config.h | 1 - keymaps/moonlander/shajra/keymap.c | 100 +- licenses-thirdparty | 5 +- nix/arduino/library_index.json | 648095 +++++++++++++-- nix/arduino/library_index.json.sig | Bin 0 -> 566 bytes nix/arduino/package_index.json | 17839 +- nix/arduino/package_index.json.sig | Bin 543 -> 566 bytes .../package_kaleidoscope_devel_index.json | 266 + nix/arduino/package_keyboardio_index.json | 484 - nix/build.nix | 73 + nix/ci.nix | 78 +- nix/compat.nix | 18 + nix/default.nix | 104 - nix/ergodoxez.nix | 13 +- nix/external/sources.json | 120 - nix/external/sources.nix | 174 - nix/flash.nix | 25 +- nix/kaleidoscope.nix | 237 + nix/licenses.nix | 4 +- nix/model01.nix | 186 +- nix/moonlander.nix | 23 +- nix/overlay.nix | 52 + nix/qmk.nix | 102 +- support/arduino-upgrade | 16 +- 35 files changed, 572498 insertions(+), 96569 deletions(-) create mode 100644 flake.lock create mode 100644 flake.nix create mode 100644 keymaps/model_01/shajra/Model01.ino rename keymaps/{model_01/shajra/Model01-Firmware.ino => model_100/shajra/Model100-Firmware.ino} (100%) create mode 100644 nix/arduino/library_index.json.sig create mode 100644 nix/arduino/package_kaleidoscope_devel_index.json delete mode 100644 nix/arduino/package_keyboardio_index.json create mode 100644 nix/build.nix create mode 100644 nix/compat.nix delete mode 100644 nix/default.nix delete mode 100644 nix/external/sources.json delete mode 100644 nix/external/sources.nix create mode 100644 nix/kaleidoscope.nix create mode 100644 nix/overlay.nix diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a787d03..de8a07b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v14 + - uses: cachix/install-nix-action@v17 - uses: cachix/cachix-action@v10 with: name: shajra diff --git a/default.nix b/default.nix index d228cd3..407a66f 100644 --- a/default.nix +++ b/default.nix @@ -1 +1 @@ -(import ./nix {}).distribution +(import nix/compat.nix).defaultNix diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..46834b2 --- /dev/null +++ b/flake.lock @@ -0,0 +1,489 @@ +{ + "nodes": { + "arduino-boardsmanager-empty": { + "flake": false, + "locked": { + "narHash": "sha256-unWuDYkD7SK2Kud2MjUNQDZ0yrrclpiEC485R91SouI=", + "type": "file", + "url": "https://github.com/keyboardio/boardsmanager/raw/main/devel/empty.tbz" + }, + "original": { + "type": "file", + "url": "https://github.com/keyboardio/boardsmanager/raw/main/devel/empty.tbz" + } + }, + "arduino-cores-avr": { + "flake": false, + "locked": { + "narHash": "sha256-cSp3OAYHiOyXAhCrB4g76JsvBogo0JZzN6/QlFJyIZg=", + "type": "file", + "url": "http://downloads.arduino.cc/cores/staging/avr-1.8.6.tar.bz2" + }, + "original": { + "type": "file", + "url": "http://downloads.arduino.cc/cores/staging/avr-1.8.6.tar.bz2" + } + }, + "arduino-discovery-dfu": { + "flake": false, + "locked": { + "narHash": "sha256-x2uG4rxFeCJ/ZQZG3EDs1YcKhXfDS7CHzf1atIDA+mE=", + "type": "file", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_64bit.tar.gz" + }, + "original": { + "type": "file", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_64bit.tar.gz" + } + }, + "arduino-discovery-mdns": { + "flake": false, + "locked": { + "narHash": "sha256-r1N+VdzpGjwkWUN7sAbWQJGQ79k3S4ymPLBVvhvQA0c=", + "type": "file", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Linux_64bit.tar.gz" + }, + "original": { + "type": "file", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Linux_64bit.tar.gz" + } + }, + "arduino-discovery-serial": { + "flake": false, + "locked": { + "narHash": "sha256-xeLYzTzFLYx3++8JmOLTOqbCpBLwEt8N/WN/6mNxgxU=", + "type": "file", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Linux_64bit.tar.gz" + }, + "original": { + "type": "file", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Linux_64bit.tar.gz" + } + }, + "arduino-monitor-serial": { + "flake": false, + "locked": { + "narHash": "sha256-8Oe1y7lsglzr/QabvNBn8xux3At71iYF0q/TE9SIsjg=", + "type": "file", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Linux_64bit.tar.gz" + }, + "original": { + "type": "file", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Linux_64bit.tar.gz" + } + }, + "arduino-tools-avr-gcc": { + "flake": false, + "locked": { + "narHash": "sha256-UIG580IoBXQ+JN5TfKhujJcJca2pnrsm//dodV1GOkM=", + "type": "file", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2" + }, + "original": { + "type": "file", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2" + } + }, + "arduino-tools-avrdude": { + "flake": false, + "locked": { + "narHash": "sha256-+LAWQeUDEYlJ5+T2T8gv7WE7EFFcCdlKN6+ezi5o0kU=", + "type": "file", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2" + }, + "original": { + "type": "file", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2" + } + }, + "arduino-tools-ctags": { + "flake": false, + "locked": { + "narHash": "sha256-qe4l6mMql2ekvK2t9KgQm1qiQGl7uhuS7K67e1utpf0=", + "type": "file", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2" + }, + "original": { + "type": "file", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2" + } + }, + "arduino-tools-dfu-util": { + "flake": false, + "locked": { + "narHash": "sha256-Zjx7fjkKJ0x8vmbV3fdRYTF7KQVH5RsOGPXF6H9i6VY=", + "type": "file", + "url": "https://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-linux64.tar.bz2" + }, + "original": { + "type": "file", + "url": "https://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-linux64.tar.bz2" + } + }, + "arduino-tools-ota": { + "flake": false, + "locked": { + "narHash": "sha256-OY0mYW6M9NjxpI5jwf38w4CoC9lmP7GGpCd4v5xzLhM=", + "type": "file", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2" + }, + "original": { + "type": "file", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2" + } + }, + "arduino-xpack-arm": { + "flake": false, + "locked": { + "narHash": "sha256-c+7rE0Vq1ziMgVjfP4/3wEyhz6jFszagFl2GrmW/3kU=", + "type": "file", + "url": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v9.3.1-1.3/xpack-arm-none-eabi-gcc-9.3.1-1.3-linux-x64.tar.gz" + }, + "original": { + "type": "file", + "url": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v9.3.1-1.3/xpack-arm-none-eabi-gcc-9.3.1-1.3-linux-x64.tar.gz" + } + }, + "arduino-xpack-openocd": { + "flake": false, + "locked": { + "narHash": "sha256-ix6DUc0SHXjqUToxsaKkwfgO+YL6cL9rS85Unp9qfZY=", + "type": "file", + "url": "https://github.com/xpack-dev-tools/openocd-xpack/releases/download/v0.11.0-1/xpack-openocd-0.11.0-1-linux-x64.tar.gz" + }, + "original": { + "type": "file", + "url": "https://github.com/xpack-dev-tools/openocd-xpack/releases/download/v0.11.0-1/xpack-openocd-0.11.0-1-linux-x64.tar.gz" + } + }, + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1696426674, + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_2": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib_2" + }, + "locked": { + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "keyboardio-arduinocore": { + "flake": false, + "locked": { + "lastModified": 1702576365, + "narHash": "sha256-hU6wXjcQRlBZr8S4Mct/SaBzEgFkY5qOzk181GOnnG4=", + "ref": "refs/heads/main", + "rev": "975a61d228bab934d5e76379a0f43b846fc3a304", + "revCount": 455, + "submodules": true, + "type": "git", + "url": "https://github.com/keyboardio/ArduinoCore-GD32-Keyboardio" + }, + "original": { + "submodules": true, + "type": "git", + "url": "https://github.com/keyboardio/ArduinoCore-GD32-Keyboardio" + } + }, + "keyboardio-kaleidoscope-bundle": { + "flake": false, + "locked": { + "lastModified": 1702669185, + "narHash": "sha256-BgwM8UylrpyRYUfGfMiO6mvXaUJDQgmbiw7UoqsPW/0=", + "ref": "refs/heads/master", + "rev": "d65eb1e23e52f096efc365ead5df4986be28500a", + "revCount": 300, + "submodules": true, + "type": "git", + "url": "https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio" + }, + "original": { + "submodules": true, + "type": "git", + "url": "https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio" + } + }, + "keyboardio-kaleidoscope-factory": { + "flake": false, + "locked": { + "lastModified": 1702677816, + "narHash": "sha256-biXxJ9mMlvkJZAFgd+drLYRUNt+e0L7Fbwu5MsoT6/0=", + "ref": "refs/heads/master", + "rev": "e6a0d44b6d2eb1516f50ece86175f76e4c654492", + "revCount": 6170, + "type": "git", + "url": "https://github.com/keyboardio/Kaleidoscope" + }, + "original": { + "type": "git", + "url": "https://github.com/keyboardio/Kaleidoscope" + } + }, + "keymaps-ergodoxez": { + "flake": false, + "locked": { + "lastModified": 1, + "narHash": "sha256-iXh9ELrrD7Ii6CB2oMEww5+mKZuKZ7r9Hs7KnhXRSKg=", + "path": "./keymaps/ergodox_ez", + "type": "path" + }, + "original": { + "path": "./keymaps/ergodox_ez", + "type": "path" + } + }, + "keymaps-model01": { + "flake": false, + "locked": { + "lastModified": 1, + "narHash": "sha256-gOorQCU+600DmXz/QOnljM+bxRzlWrA3Ad4vh4iH8yI=", + "path": "./keymaps/model_01", + "type": "path" + }, + "original": { + "path": "./keymaps/model_01", + "type": "path" + } + }, + "keymaps-moonlander": { + "flake": false, + "locked": { + "lastModified": 1, + "narHash": "sha256-4eCWdYjAuPJ6BrqKH5z5M0YfXsQVMgo/JvI3S23pmP8=", + "path": "./keymaps/moonlander", + "type": "path" + }, + "original": { + "path": "./keymaps/moonlander", + "type": "path" + } + }, + "nix-project": { + "inputs": { + "flake-compat": "flake-compat", + "flake-parts": "flake-parts_2", + "nixpkgs-master": "nixpkgs-master", + "nixpkgs-stable-darwin": "nixpkgs-stable-darwin", + "nixpkgs-stable-linux": "nixpkgs-stable-linux", + "nixpkgs-unstable": "nixpkgs-unstable", + "ox-gfm": "ox-gfm" + }, + "locked": { + "lastModified": 1702690029, + "narHash": "sha256-g+ScCOrixlkYE/ZmjMu13QS2GZcBkp+QoVZ6lcDlx68=", + "owner": "shajra", + "repo": "nix-project", + "rev": "334e6c668d4039a0f3358da86920e141da59e47a", + "type": "github" + }, + "original": { + "owner": "shajra", + "repo": "nix-project", + "type": "github" + } + }, + "nixpkgs-lib": { + "locked": { + "dir": "lib", + "lastModified": 1701253981, + "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", + "type": "github" + }, + "original": { + "dir": "lib", + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-lib_2": { + "locked": { + "dir": "lib", + "lastModified": 1701253981, + "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", + "type": "github" + }, + "original": { + "dir": "lib", + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-master": { + "locked": { + "lastModified": 1702527972, + "narHash": "sha256-tJseVAwi7Vy30J8Y38+j+ZhjiLc/n05bZbUTSEDgxbM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "7a9c99545178f59d63e798f5a4c526d125041178", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable-darwin": { + "locked": { + "lastModified": 1702424505, + "narHash": "sha256-Mj4Unppuzd05/JFrTQ+i/8+td0MRnaHpp+hInzkAo2A=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a46b965ea7d1b9587a46f91adfdbac29e56c9b87", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-23.11-darwin", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable-linux": { + "locked": { + "lastModified": 1702346276, + "narHash": "sha256-eAQgwIWApFQ40ipeOjVSoK4TEHVd6nbSd9fApiHIw5A=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cf28ee258fd5f9a52de6b9865cdb93a1f96d09b7", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1702272962, + "narHash": "sha256-D+zHwkwPc6oYQ4G3A1HuadopqRwUY/JkMwHz1YF7j4Q=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "e97b3e4186bcadf0ef1b6be22b8558eab1cdeb5d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "ox-gfm": { + "flake": false, + "locked": { + "lastModified": 1479132511, + "narHash": "sha256-Grot+0iay2nw/08bpC0i2B59HstdNq1kEZodn3D/GFA=", + "owner": "syl20bnr", + "repo": "ox-gfm", + "rev": "352ab00a5e06d042700bf7955f9ace48c503c1c8", + "type": "github" + }, + "original": { + "owner": "syl20bnr", + "repo": "ox-gfm", + "type": "github" + } + }, + "qmk-factory": { + "flake": false, + "locked": { + "lastModified": 1702839044, + "narHash": "sha256-3LXaIVi9PZPprQgtGfqAvdgdpGI+cDlftTjPVi1LgGw=", + "ref": "refs/heads/master", + "rev": "54200b7b82411387fed21bf6ce73a87a1025ed0e", + "revCount": 26455, + "submodules": true, + "type": "git", + "url": "https://github.com/qmk/qmk_firmware" + }, + "original": { + "submodules": true, + "type": "git", + "url": "https://github.com/qmk/qmk_firmware" + } + }, + "root": { + "inputs": { + "arduino-boardsmanager-empty": "arduino-boardsmanager-empty", + "arduino-cores-avr": "arduino-cores-avr", + "arduino-discovery-dfu": "arduino-discovery-dfu", + "arduino-discovery-mdns": "arduino-discovery-mdns", + "arduino-discovery-serial": "arduino-discovery-serial", + "arduino-monitor-serial": "arduino-monitor-serial", + "arduino-tools-avr-gcc": "arduino-tools-avr-gcc", + "arduino-tools-avrdude": "arduino-tools-avrdude", + "arduino-tools-ctags": "arduino-tools-ctags", + "arduino-tools-dfu-util": "arduino-tools-dfu-util", + "arduino-tools-ota": "arduino-tools-ota", + "arduino-xpack-arm": "arduino-xpack-arm", + "arduino-xpack-openocd": "arduino-xpack-openocd", + "flake-parts": "flake-parts", + "keyboardio-arduinocore": "keyboardio-arduinocore", + "keyboardio-kaleidoscope-bundle": "keyboardio-kaleidoscope-bundle", + "keyboardio-kaleidoscope-factory": "keyboardio-kaleidoscope-factory", + "keymaps-ergodoxez": "keymaps-ergodoxez", + "keymaps-model01": "keymaps-model01", + "keymaps-moonlander": "keymaps-moonlander", + "nix-project": "nix-project", + "qmk-factory": "qmk-factory" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..09e784d --- /dev/null +++ b/flake.nix @@ -0,0 +1,140 @@ +{ + description = "Personal Keyboard Configuration via Nix"; + + inputs = { + flake-parts.url = github:hercules-ci/flake-parts; + nix-project.url = github:shajra/nix-project; + keymaps-ergodoxez = { url = path:./keymaps/ergodox_ez; flake = false; }; + keymaps-model01 = { url = path:./keymaps/model_01; flake = false; }; + keymaps-moonlander = { url = path:./keymaps/moonlander; flake = false; }; + arduino-boardsmanager-empty = { + url = https://github.com/keyboardio/boardsmanager/raw/main/devel/empty.tbz; + type = "file"; + flake = false; + }; + arduino-cores-avr = { + url = http://downloads.arduino.cc/cores/staging/avr-1.8.6.tar.bz2; + type = "file"; + flake = false; + }; + arduino-tools-avr-gcc = { + url = http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2; + type = "file"; + flake = false; + }; + arduino-tools-avrdude = { + url = http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2; + type = "file"; + flake = false; + }; + arduino-tools-ctags = { + url = https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2; + type = "file"; + flake = false; + }; + arduino-tools-dfu-util = { + url = https://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-linux64.tar.bz2; + type = "file"; + flake = false; + }; + arduino-tools-ota = { + url = http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2; + type = "file"; + flake = false; + }; + arduino-discovery-dfu = { + url = https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_64bit.tar.gz; + type = "file"; + flake = false; + }; + arduino-discovery-mdns = { + url = https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Linux_64bit.tar.gz; + type = "file"; + flake = false; + }; + arduino-discovery-serial = { + url = https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Linux_64bit.tar.gz; + type = "file"; + flake = false; + }; + arduino-monitor-serial = { + url = https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Linux_64bit.tar.gz; + type = "file"; + flake = false; + }; + arduino-xpack-arm = { + url = https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v9.3.1-1.3/xpack-arm-none-eabi-gcc-9.3.1-1.3-linux-x64.tar.gz; + type = "file"; + flake = false; + }; + arduino-xpack-openocd = { + url = https://github.com/xpack-dev-tools/openocd-xpack/releases/download/v0.11.0-1/xpack-openocd-0.11.0-1-linux-x64.tar.gz; + type = "file"; + flake = false; + }; + keyboardio-arduinocore = { + url = git+https://github.com/keyboardio/ArduinoCore-GD32-Keyboardio?submodules=1; + flake = false; + }; + keyboardio-kaleidoscope-bundle = { + url = git+https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio?submodules=1; + flake = false; + }; + keyboardio-kaleidoscope-factory = { + url = git+https://github.com/keyboardio/Kaleidoscope; + flake = false; + }; + qmk-factory = { + url = git+https://github.com/qmk/qmk_firmware?submodules=1; + flake = false; + }; + }; + + outputs = inputs@{ flake-parts, nix-project, ... }: + flake-parts.lib.mkFlake { inherit inputs; } ({withSystem, config, ... }: { + imports = [ nix-project.flakeModules.nixpkgs ]; + systems = [ "x86_64-linux" ]; + perSystem = { system, nixpkgs, ... }: + let build = import nixpkgs.stable.path { + inherit system; + overlays = [ config.flake.overlays.default ]; + }; + in { + packages.default = build.shajra-keyboards-ci; + packages.flash-ergodoxez = + build.shajra-keyboards-flash-scripts.ergodoxez; + packages.flash-model01 = + build.shajra-keyboards-flash-scripts.model01; + packages.flash-moonlander = + build.shajra-keyboards-flash-scripts.moonlander; + packages.licenses-thirdparty = + build.shajra-keyboards-licenses; + legacyPackages.nixpkgs = build; + apps = rec { + default = licenses-thirdparty; + licenses-thirdparty = { + type = "app"; + program = + "${build.licenses-thirdparty}/bin/shajra-keyboards-licenses"; + }; + flash-ergodoxez = { + type = "app"; + program = + "${build.flash-ergodoxez}/bin/flash-ergodoxez"; + }; + flash-model01 = { + type = "app"; + program = + "${build.flash-model01}/bin/flash-model01"; + }; + flash-moonlander = { + type = "app"; + program = + "${build.flash-moonlander}/bin/flash-moonlander"; + }; + }; + }; + flake.overlays.default = + import nix/overlay.nix inputs withSystem; + }); +} diff --git a/flash-ergodoxez b/flash-ergodoxez index 42d7246..3e89d6a 100755 --- a/flash-ergodoxez +++ b/flash-ergodoxez @@ -2,10 +2,9 @@ cd "$(dirname "$0")" -nix run \ +nix shell \ --ignore-environment \ - --file . \ - shajra-keyboards-flash-scripts.ergodoxez \ + .#flash-ergodoxez \ --command \ flash-ergodoxez \ --nix "$(command -v nix)" \ diff --git a/flash-model01 b/flash-model01 index f95b469..d106b7a 100755 --- a/flash-model01 +++ b/flash-model01 @@ -2,11 +2,9 @@ cd "$(dirname "$0")" -nix run \ +nix shell \ --ignore-environment \ - --keep HOME \ - --file . \ - shajra-keyboards-flash-scripts.model01 \ + .#flash-model01 \ --command \ flash-model01 \ --nix "$(command -v nix)" \ diff --git a/flash-moonlander b/flash-moonlander index 9c3c6b5..7c0659b 100755 --- a/flash-moonlander +++ b/flash-moonlander @@ -2,10 +2,9 @@ cd "$(dirname "$0")" -nix run \ +nix shell \ --ignore-environment \ - --file . \ - shajra-keyboards-flash-scripts.moonlander \ + .#flash-moonlander \ --command \ flash-moonlander \ --nix "$(command -v nix)" \ diff --git a/keymaps/ergodox_ez/shajra/config.h b/keymaps/ergodox_ez/shajra/config.h index 796c1b8..be786c1 100644 --- a/keymaps/ergodox_ez/shajra/config.h +++ b/keymaps/ergodox_ez/shajra/config.h @@ -1,3 +1,2 @@ -#define IGNORE_MOD_TAP_INTERRUPT #define PERMISSIVE_HOLD #define TAPPING_FORCE_HOLD diff --git a/keymaps/ergodox_ez/shajra/keymap.c b/keymaps/ergodox_ez/shajra/keymap.c index db33f56..b81ba52 100644 --- a/keymaps/ergodox_ez/shajra/keymap.c +++ b/keymaps/ergodox_ez/shajra/keymap.c @@ -12,10 +12,9 @@ enum layers { }; -enum custom_keycodes -{ EPRM = SAFE_RANGE -, VRSN -, RGB_SLD +enum custom_keycodes { + EPRM = SAFE_RANGE, + VRSN }; @@ -71,7 +70,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = , _______ , KC_BSPC, KC_TAB, KC_ESC // right hand - , EPRM, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, RESET + , EPRM, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, EE_CLR , KC_PLUS, _______, KC_AMPR, KC_ASTR, KC_TILD, KC_SLSH, KC_F11 , KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_COLN, KC_F12 , KC_UNDS, KC_BSLS, KC_PIPE, KC_LT, KC_GT, KC_QUES, _______ @@ -143,12 +142,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = }; -bool process_record_user(uint16_t keycode, keyrecord_t *record) -{ - if (record->event.pressed) - { - switch (keycode) - { +bool process_record_user(uint16_t keycode, keyrecord_t *record) { + if (record->event.pressed) { + switch (keycode) { case EPRM: eeconfig_init(); return false; @@ -159,35 +155,61 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) " @ " QMK_VERSION ); return false; - #ifdef RGBLIGHT_ENABLE - case RGB_SLD: - rgblight_mode(1); + case KC_CAPS: + if (host_keyboard_led_state().caps_lock) { + ergodox_right_led_1_off(); + } else { + ergodox_right_led_1_on(); + } + register_code(KC_CAPS); return false; - #endif } } return true; } // Runs just one time when the keyboard initializes. -void matrix_init_user(void) -{ - #ifdef RGBLIGHT_COLOR_LAYER_0 +void keyboard_post_init_user(void) { +#ifdef RGBLIGHT_COLOR_LAYER_0 rgblight_setrgb(RGBLIGHT_COLOR_LAYER_0); - #endif +#endif }; +// DESIGN: The left-side LEDs are light up identically to the right-side ones. +// It's a bit hard to know whether I'll have an easier view of the small LEDs on +// the right half or the left half. +// +// These LEDs indicate the highest layer enabled, even if RGB lighting is +// toggled off. +// +// LED indices on left half: 1, 2, 3 +// LED indices on right half: 4, 5, 6 +// +// MAC: o * o (2, 5) +// FUNCTION/CAPS: * o o (1, 4) +// NUMPAD: o o * (3, 6) +// MEDIA: * * o (1, 2, 4, 5) +// MOUSE: o * * (2, 3, 5, 6) + // Runs whenever there is a layer state change. -uint32_t layer_state_set_user(uint32_t state) -{ - ergodox_board_led_off(); - ergodox_right_led_1_off(); - ergodox_right_led_2_off(); +layer_state_t layer_state_set_user(layer_state_t state) { + + if (layer_state_cmp(state, MAC)) { + ergodox_right_led_2_on(); + } else { + ergodox_right_led_2_off(); + } + + if (host_keyboard_led_state().caps_lock) { + ergodox_right_led_1_on(); + } else { + ergodox_right_led_1_off(); + } + ergodox_right_led_3_off(); - uint8_t layer = biton32(state); - switch (layer) - { - case 0: + + switch (get_highest_layer(state)) { + case BASE: #ifdef RGBLIGHT_COLOR_LAYER_0 rgblight_setrgb(RGBLIGHT_COLOR_LAYER_0); #else @@ -196,32 +218,32 @@ uint32_t layer_state_set_user(uint32_t state) #endif #endif break; - case 1: - ergodox_right_led_1_on(); + case MAC: + ergodox_right_led_2_on(); #ifdef RGBLIGHT_COLOR_LAYER_1 rgblight_setrgb(RGBLIGHT_COLOR_LAYER_1); #endif break; - case 2: - ergodox_right_led_2_on(); + case FUNCTION: + ergodox_right_led_1_on(); #ifdef RGBLIGHT_COLOR_LAYER_2 rgblight_setrgb(RGBLIGHT_COLOR_LAYER_2); #endif break; - case 3: + case NUMPAD: ergodox_right_led_3_on(); #ifdef RGBLIGHT_COLOR_LAYER_3 rgblight_setrgb(RGBLIGHT_COLOR_LAYER_3); #endif break; - case 4: + case MEDIA: ergodox_right_led_1_on(); ergodox_right_led_2_on(); #ifdef RGBLIGHT_COLOR_LAYER_4 rgblight_setrgb(RGBLIGHT_COLOR_LAYER_4); #endif break; - case 5: + case MOUSE: ergodox_right_led_2_on(); ergodox_right_led_3_on(); #ifdef RGBLIGHT_COLOR_LAYER_5 diff --git a/keymaps/model_01/shajra/Model01.ino b/keymaps/model_01/shajra/Model01.ino new file mode 100644 index 0000000..a1b8ad4 --- /dev/null +++ b/keymaps/model_01/shajra/Model01.ino @@ -0,0 +1,310 @@ +/* DESIGN: https://github.com/keyboardio/Kaleidoscope/blob/master/examples/Devices/Keyboardio/Model01/Model01.ino + * This code largely mimics the default example. In general, I try to keep this + * code similarly structured to ease maintenance if the upstream code changes. + */ + +#include "Kaleidoscope.h" +#include "Kaleidoscope-EEPROM-Settings.h" +#include "Kaleidoscope-EEPROM-Keymap.h" +#include "Kaleidoscope-FocusSerial.h" +#include "Kaleidoscope-FirmwareVersion.h" +#include "Kaleidoscope-MouseKeys.h" +#include "Kaleidoscope-Macros.h" +#include "Kaleidoscope-DynamicMacros.h" +#include "Kaleidoscope-LEDControl.h" +#include "Kaleidoscope-NumPad.h" +#include "Kaleidoscope-LEDEffect-BootGreeting.h" +#include "Kaleidoscope-LEDEffect-SolidColor.h" +#include "Kaleidoscope-LEDEffect-Breathe.h" +#include "Kaleidoscope-LEDEffect-Chase.h" +#include "Kaleidoscope-LEDEffect-Rainbow.h" +#include "Kaleidoscope-LED-ActiveLayerColor.h" +#include "Kaleidoscope-LED-Palette-Theme.h" +#include "Kaleidoscope-Colormap.h" +#include "Kaleidoscope-HardwareTestMode.h" +#include "Kaleidoscope-HostPowerManagement.h" +#include "Kaleidoscope-IdleLEDs.h" +#include "Kaleidoscope-MagicCombo.h" +#include "Kaleidoscope-OneShot.h" +#include "Kaleidoscope-Qukeys.h" +#include "Kaleidoscope-USB-Quirks.h" +#include "Version.h" + + +/** Layer names enumerated */ +enum + { BASE + , MAC + , FUNCTION + , NUMPAD + , MEDIA + , MOUSE + }; + +/** Macro names enumerated */ +enum { MACRO_VERSION_INFO }; + + +KEYMAPS + ( [BASE] = KEYMAP_STACKED + // left hand + ( Key_CapsLock, Key_1, Key_2, Key_3, Key_4, Key_5, Key_LEDEffectNext + , Key_Backtick, Key_Q, Key_W, Key_E, Key_R, Key_T, Key_PageUp + , Key_Tab, Key_A, Key_S, Key_D, Key_F, Key_G + , Key_LeftBracket, Key_Z, Key_X, Key_C, Key_V, Key_B, Key_PageDown + , Key_Delete, Key_Backspace, Key_Tab, Key_Escape + , Key_Home + // right hand + , LockLayer(MAC), Key_6, Key_7, Key_8, Key_9, Key_0, LockLayer(NUMPAD) + , Key_Equals, Key_Y, Key_U, Key_I, Key_O, Key_P, Key_Backslash + , Key_H, Key_J, Key_K, Key_L, Key_Semicolon, Key_Quote + , Key_Minus, Key_N, Key_M, Key_Comma, Key_Period, Key_Slash, Key_RightBracket + , Key_Backtick, Key_Enter, Key_Spacebar, Key_Insert + , Key_End + ) + , [MAC] = KEYMAP_STACKED + // left hand + ( ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , Key_Delete, ___, ___, Key_Escape + , ___ + // right hand + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , Key_Backtick, ___, ___, Key_Insert + , ___ + ) + , [FUNCTION] = KEYMAP_STACKED + // left hand + ( ___, Key_F1, Key_F2, Key_F3, Key_F4, Key_F5, M(MACRO_VERSION_INFO) + , Key_PcApplication, LSHIFT(Key_1), LSHIFT(Key_2), Key_LeftCurlyBracket, Key_RightCurlyBracket, Key_Quote, Key_Home + , LSHIFT(Key_RightAlt), LSHIFT(Key_6), LSHIFT(Key_4), Key_LeftParen, Key_RightParen, LSHIFT(Key_Quote) + , OSM(RightAlt), LSHIFT(Key_3), LSHIFT(Key_5), Key_LeftBracket, Key_RightBracket, Key_Backtick, Key_End + , Key_Delete, Key_Backspace, Key_Tab, Key_Escape + , ShiftToLayer(NUMPAD) + // right hand + , ___, Key_F6, Key_F7, Key_F8, Key_F9, Key_F10, Key_F11 + , LSHIFT(Key_Equals), ___, LSHIFT(Key_7), LSHIFT(Key_8), LSHIFT(Key_Backtick), Key_Slash, Key_F12 + , Key_LeftArrow, Key_DownArrow, Key_UpArrow, Key_RightArrow, LSHIFT(Key_Semicolon), LSHIFT(Key_RightAlt) + , LSHIFT(Key_Minus), Key_Backslash, LSHIFT(Key_Backslash), LSHIFT(Key_Comma), LSHIFT(Key_Period), LSHIFT(Key_Slash), OSM(RightAlt) + , Key_Backtick, Key_Enter, Key_Spacebar, Key_Insert + , ShiftToLayer(NUMPAD) + ) + , [NUMPAD] = KEYMAP_STACKED + // left hand + ( ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___ + , ___ + // right hand + , ___, ___, Key_7, Key_8, Key_9, Key_KeypadSubtract, ___ + , ___, Key_Backspace, Key_4, Key_5, Key_6, Key_KeypadAdd, ___ + , ___, Key_1, Key_2, Key_3, Key_Equals, ___ + , ___, ___, Key_0, Key_Period, Key_KeypadMultiply, Key_KeypadDivide, ___ + , ___, ___, ___, ___ + , ___ + ) + , [MEDIA] = KEYMAP_STACKED + // left hand + ( ___, ___, ___, ___, ___, ___, ___ + , ___, ___, Consumer_Rewind, Consumer_Stop, Consumer_FastForward, ___, ___ + , ___, ___, Consumer_ScanPreviousTrack, Consumer_PlaySlashPause, Consumer_ScanNextTrack, ___ + , ___, ___, ___, ___, ___, ___, ___ + , Consumer_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___ + , ___ + // right hand + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , ___, Consumer_AC_Back, Consumer_AC_Forward, ___ + , ___ + ) + , [MOUSE] = KEYMAP_STACKED + // left hand + ( ___, ___, ___, ___, ___, ___, ___ + , ___, ___, Key_mouseUpL, Key_mouseUp, Key_mouseUpR, Key_mouseWarpEnd, Key_mouseWarpNE + , ___, ___, Key_mouseL, Key_mouseDn, Key_mouseR, Key_mouseWarpNW + , ___, ___, Key_mouseDnL, ___, Key_mouseDnR, Key_mouseWarpSW, Key_mouseWarpSE + , Key_mouseBtnM, Key_mouseBtnL, Key_mouseBtnR, Key_mouseBtnM + , ___ + // right hand + , ___, ___, ___, ___, ___, ___, ___ + , ___, ___, ___, Key_mouseScrollUp, ___, ___, ___ + , ___, Key_mouseScrollL, Key_mouseScrollDn, Key_mouseScrollR, ___, ___ + , ___, ___, ___, ___, ___, ___, ___ + , ___, Key_mouseBtnP, Key_mouseBtnN, ___ + , ___ + ) +) + + +static void versionInfoMacro(uint8_t keyState) { + if (keyToggledOn(keyState)) { + Macros.type(PSTR(BUILD_INFORMATION)); + } +} + +const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) { + switch (macroIndex) { + case MACRO_VERSION_INFO: + versionInfoMacro(keyState); + break; + } + return MACRO_NONE; +} + +// Colors calibrated to draw 500mA or less from LEDs +// +static kaleidoscope::plugin::LEDSolidColor solidRed(160, 0, 0); +static kaleidoscope::plugin::LEDSolidColor solidOrange(140, 70, 0); +static kaleidoscope::plugin::LEDSolidColor solidYellow(130, 100, 0); +static kaleidoscope::plugin::LEDSolidColor solidGreen(0, 160, 0); +static kaleidoscope::plugin::LEDSolidColor solidBlue(0, 70, 130); +static kaleidoscope::plugin::LEDSolidColor solidIndigo(0, 0, 170); +static kaleidoscope::plugin::LEDSolidColor solidViolet(130, 0, 120); + +void toggleLedsOnSuspendResume(kaleidoscope::plugin::HostPowerManagement::Event event) { + switch (event) { + case kaleidoscope::plugin::HostPowerManagement::Suspend: + case kaleidoscope::plugin::HostPowerManagement::Sleep: + LEDControl.disable(); + break; + case kaleidoscope::plugin::HostPowerManagement::Resume: + LEDControl.enable(); + break; + } +} + +void hostPowerManagementEventHandler(kaleidoscope::plugin::HostPowerManagement::Event event) { + toggleLedsOnSuspendResume(event); +} + +enum + { COMBO_TOGGLE_NKRO_MODE + , COMBO_ENTER_TEST_MODE + }; + +static void toggleKeyboardProtocol(uint8_t combo_index) { + USBQuirks.toggleKeyboardProtocol(); +} + +static void enterHardwareTestMode(uint8_t combo_index) { + HardwareTestMode.runTests(); +} + + +USE_MAGIC_COMBOS + ( { .action = toggleKeyboardProtocol + , .keys = { R3C6, R2C6, R3C7 } // Left Fn + Esc + Shift + } + , { .action = enterHardwareTestMode + , .keys = { R3C6, R0C0, R0C6 } // Left Fn + Prog + LED + } + ); + + +// DESIGN: order can be important; keeping to the order from the example +KALEIDOSCOPE_INIT_PLUGINS + + ( EEPROMSettings + , EEPROMKeymap + , Focus + , FocusSettingsCommand + , FocusEEPROMCommand + + , Qukeys // DESIGN: Qukeys is recommended early + , OneShot + , Macros + , MouseKeys + , MagicCombo + + , BootGreetingEffect + , LEDControl + , LEDActiveLayerColorEffect + , LEDOff + , LEDPaletteTheme + , ColormapEffect + + , NumPad + , HostPowerManagement + , IdleLEDs + + , USBQuirks + , HardwareTestMode + ); + +void setup() +{ + static const cRGB layerColormap[] PROGMEM = + { CRGB(128, 128, 0) // BASE = yellow + , CRGB(0, 128, 128) // MAC = cyan + , CRGB(128, 0, 128) // FUNCTION = magenta + , CRGB(0, 0, 0) // NUMPAD = off + , CRGB(0, 128, 0) // MEDIA = green + , CRGB(0, 0, 128) // MOUSE = blue + }; + + Kaleidoscope.setup(); + NumPad.numPadLayer = NUMPAD; + HardwareTestMode.setActionKey(R3C6); + LEDOff.activate(); + EEPROMKeymap.setup(6); + ColormapEffect.max_layers(6); + Layer.move(EEPROMSettings.default_layer()); + + // DESIGN: Key Addresses for Qukeys Plugin + // + // r0c0 r0c1 r0c2 r0c3 r0c4 r0c5 r0c6 + // r1c0 r1c1 r1c2 r1c3 r1c4 r1c5 r1c6 + // r2c0 r2c1 r2c2 r2c3 r2c4 r2c5 + // r3c0 r3c1 r3c2 r3c3 r3c4 r3c5 r2c6 + // r0c7 r1c7 r2c7 r3c7 + // r3c6 + // + // r0c9 r0c10 r0c11 r0c12 r0c13 r0c14 r0c15 + // r1c9 r1c10 r1c11 r1c12 r1c13 r1c14 r1c15 + // r2c10 r2c11 r2c12 r2c13 r2c14 r2c15 + // r2c9 r3c10 r3c11 r3c12 r3c13 r3c14 r3c15 + // r3c8 r2c8 r1c8 r0c8 + // r3c9 + // + QUKEYS + ( kaleidoscope::plugin::Qukey(BASE, KeyAddr(3, 0), Key_LeftShift) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(3, 15), Key_RightShift) + + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(3, 6), ShiftToLayer(FUNCTION)) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(3, 9), ShiftToLayer(FUNCTION)) + + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(2, 0), ShiftToLayer(MEDIA)) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(2, 15), ShiftToLayer(MOUSE)) + + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(0, 7), Key_LeftGui) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(1, 7), Key_LeftShift) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(2, 7), Key_LeftControl) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(3, 7), Key_LeftAlt) + + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(0, 8), Key_LeftAlt) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(1, 8), Key_RightShift) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(2, 8), Key_RightControl) + , kaleidoscope::plugin::Qukey(BASE, KeyAddr(3, 8), Key_RightGui) + + , kaleidoscope::plugin::Qukey(MAC, KeyAddr(0, 7), Key_LeftAlt) + , kaleidoscope::plugin::Qukey(MAC, KeyAddr(3, 7), Key_LeftGui) + + , kaleidoscope::plugin::Qukey(MAC, KeyAddr(0, 8), Key_RightGui) + , kaleidoscope::plugin::Qukey(MAC, KeyAddr(3, 8), Key_LeftAlt) + ) + + LEDActiveLayerColorEffect.setColormap(layerColormap); +} + +void loop() { + Kaleidoscope.loop(); +} diff --git a/keymaps/model_01/shajra/Model01-Firmware.ino b/keymaps/model_100/shajra/Model100-Firmware.ino similarity index 100% rename from keymaps/model_01/shajra/Model01-Firmware.ino rename to keymaps/model_100/shajra/Model100-Firmware.ino diff --git a/keymaps/moonlander/shajra/config.h b/keymaps/moonlander/shajra/config.h index 65c7fe5..db54ac8 100644 --- a/keymaps/moonlander/shajra/config.h +++ b/keymaps/moonlander/shajra/config.h @@ -1,4 +1,3 @@ -#define IGNORE_MOD_TAP_INTERRUPT #define ORYX_CONFIGURATOR #define PERMISSIVE_HOLD #define TAPPING_FORCE_HOLD diff --git a/keymaps/moonlander/shajra/keymap.c b/keymaps/moonlander/shajra/keymap.c index db030e6..b29a9ab 100644 --- a/keymaps/moonlander/shajra/keymap.c +++ b/keymaps/moonlander/shajra/keymap.c @@ -13,7 +13,7 @@ enum layers { enum custom_keycodes { - VRSN = ML_SAFE_RANGE, + VRSN = SAFE_RANGE, }; const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = @@ -38,7 +38,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = ) , [FUNCTION] = LAYOUT_moonlander ( RGB_MOD, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, TOGGLE_LAYER_COLOR - , /**/ EEP_RST, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, RESET + , /**/ EE_CLR, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, RESET , RGB_HUI, KC_EXLM, KC_AT, KC_LCBR, KC_RCBR, KC_QUOT, KC_HOME, /**/ KC_PLUS, _______, KC_AMPR, KC_ASTR, KC_TILD, KC_SLSH, KC_F11 , RGB_HUD, KC_CIRC, KC_DLR, KC_LPRN, KC_RPRN, KC_DQUO, KC_END, /**/ KC_UNDS, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_COLN, KC_F12 , RGB_VAI, KC_HASH, KC_PERC, KC_LBRC, KC_RBRC, KC_GRV, /**/ KC_BSLS, KC_PIPE, KC_LT, KC_GT, KC_QUES, _______ @@ -74,9 +74,23 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = bool process_record_user(uint16_t keycode, keyrecord_t *record) { if (record->event.pressed) { switch (keycode) { - case VRSN: - SEND_STRING (QMK_KEYBOARD "/" QMK_KEYMAP " @ " QMK_VERSION); - return false; + case VRSN: + SEND_STRING + ( QMK_KEYBOARD + "/" QMK_KEYMAP + " @ " QMK_VERSION + ); + return false; + case KC_CAPS: + if (host_keyboard_led_state().caps_lock) { + ML_LED_1(false); + ML_LED_4(false); + } else { + ML_LED_1(1); + ML_LED_4(1); + } + register_code(KC_CAPS); + return false; } } return true; @@ -146,6 +160,14 @@ void matrix_init_user(void) #define RGB_DIM_VIOLET 130, 0, 120 #define RGB_DIM_OFF 0, 0, 0 +#define RGB_MATRIX_SET_INNER_KEYS(color) \ + rgb_matrix_set_color(29, color); \ + rgb_matrix_set_color(30, color); \ + rgb_matrix_set_color(31, color); \ + rgb_matrix_set_color(65, color); \ + rgb_matrix_set_color(66, color); \ + rgb_matrix_set_color(67, color) + #define RGB_MATRIX_SET_OUTER_KEYS(color) \ rgb_matrix_set_color( 0, color); \ rgb_matrix_set_color( 1, color); \ @@ -166,7 +188,12 @@ void matrix_init_user(void) rgb_matrix_set_color(55, color); \ rgb_matrix_set_color(60, color) -void rgb_matrix_indicators_user(void) { +bool is_caps_lock_on(void) { + led_t led_state = host_keyboard_led_state(); + return led_state.caps_lock; +} + +bool rgb_matrix_indicators_user(void) { if (keyboard_config.disable_layer_led) { switch (rgb_matrix_get_flags()) { case LED_FLAG_NONE: @@ -195,19 +222,19 @@ void rgb_matrix_indicators_user(void) { rgb_matrix_set_color(63, RGB_DIM_RED); } if (layer_state_cmp(layer_state, MEDIA)) { - rgb_matrix_set_color(11, RGB_DIM_GREEN); - rgb_matrix_set_color(12, RGB_DIM_GREEN); - rgb_matrix_set_color(16, RGB_DIM_GREEN); - rgb_matrix_set_color(17, RGB_DIM_GREEN); - rgb_matrix_set_color(21, RGB_DIM_GREEN); - rgb_matrix_set_color(22, RGB_DIM_GREEN); + rgb_matrix_set_color(11, RGB_DIM_BLUE); + rgb_matrix_set_color(12, RGB_DIM_BLUE); + rgb_matrix_set_color(16, RGB_DIM_BLUE); + rgb_matrix_set_color(17, RGB_DIM_BLUE); + rgb_matrix_set_color(21, RGB_DIM_BLUE); + rgb_matrix_set_color(22, RGB_DIM_BLUE); // - rgb_matrix_set_color(32, RGB_DIM_GREEN); - rgb_matrix_set_color(33, RGB_DIM_GREEN); - rgb_matrix_set_color(34, RGB_DIM_GREEN); + rgb_matrix_set_color(32, RGB_DIM_BLUE); + rgb_matrix_set_color(33, RGB_DIM_BLUE); + rgb_matrix_set_color(34, RGB_DIM_BLUE); // - rgb_matrix_set_color(68, RGB_DIM_GREEN); - rgb_matrix_set_color(69, RGB_DIM_GREEN); + rgb_matrix_set_color(68, RGB_DIM_BLUE); + rgb_matrix_set_color(69, RGB_DIM_BLUE); } if (layer_state_cmp(layer_state, MOUSE)) { rgb_matrix_set_color(12, RGB_DIM_INDIGO); @@ -230,7 +257,7 @@ void rgb_matrix_indicators_user(void) { } else { switch (biton32(layer_state)) { case MAC: - RGB_MATRIX_SET_OUTER_KEYS(RGB_DIM_BLUE); + RGB_MATRIX_SET_OUTER_KEYS(RGB_DIM_GREEN); break; case FUNCTION: RGB_MATRIX_SET_OUTER_KEYS(RGB_DIM_VIOLET); @@ -239,7 +266,7 @@ void rgb_matrix_indicators_user(void) { RGB_MATRIX_SET_OUTER_KEYS(RGB_DIM_RED); break; case MEDIA: - RGB_MATRIX_SET_OUTER_KEYS(RGB_DIM_GREEN); + RGB_MATRIX_SET_OUTER_KEYS(RGB_DIM_BLUE); break; case MOUSE: RGB_MATRIX_SET_OUTER_KEYS(RGB_DIM_INDIGO); @@ -249,7 +276,12 @@ void rgb_matrix_indicators_user(void) { break; } } + if (is_caps_lock_on()) { + RGB_MATRIX_SET_INNER_KEYS(RGB_DIM_RED); + } + return false; } + #endif // DESIGN: The left-side LEDs are light up identically to the right-side ones. @@ -259,33 +291,33 @@ void rgb_matrix_indicators_user(void) { // These LEDs indicate the highest layer enabled, even if RGB lighting is // toggled off. // -// LED indices on left half: 1, 2, 3 +// LED indices on left half: 1, 2, 3 // LED indices on right half: 4, 5, 6 // -// MAC: * o o (1, 4) -// FUNCTION: o * o (2, 5) -// NUMPAD: o o * (3, 6) -// MEDIA: * * o (1, 2, 4, 5) -// MOUSE: o * * (2, 3, 5, 6) -// +// MAC: o * o (2, 5) +// FUNCTION/CAPS: * o o (1, 4) +// NUMPAD: o o * (3, 6) +// MEDIA: * * o (1, 2, 4, 5) +// MOUSE: o * * (2, 3, 5, 6) + layer_state_t layer_state_set_user(layer_state_t state) { - ML_LED_1(false); - ML_LED_2(false); + ML_LED_2(layer_state_cmp(state, MAC)); + ML_LED_5(layer_state_cmp(state, MAC)); + ML_LED_1(host_keyboard_led_state().caps_lock); + ML_LED_4(host_keyboard_led_state().caps_lock); ML_LED_3(false); - ML_LED_4(false); - ML_LED_5(false); ML_LED_6(false); switch (get_highest_layer(state)) { case MAC: - ML_LED_1(1); - ML_LED_4(1); - break; - case FUNCTION: ML_LED_2(1); ML_LED_5(1); break; + case FUNCTION: + ML_LED_1(1); + ML_LED_4(1); + break; case NUMPAD: ML_LED_3(1); ML_LED_6(1); diff --git a/licenses-thirdparty b/licenses-thirdparty index 59def0a..a18679b 100755 --- a/licenses-thirdparty +++ b/licenses-thirdparty @@ -2,9 +2,8 @@ cd "$(dirname "$0")" -nix run \ +nix shell \ --ignore-environment \ - --file . \ - shajra-keyboards-licenses \ + .#licenses-thirdparty \ --command \ shajra-keyboards-licenses diff --git a/nix/arduino/library_index.json b/nix/arduino/library_index.json index 5fc334f..b0c040e 100644 --- a/nix/arduino/library_index.json +++ b/nix/arduino/library_index.json @@ -63,6 +63,27 @@ "size": 5861, "checksum": "SHA-256:0aaf5cf262b78ed5dd69c92694e8a5a902280395ff07b30e4634a7c8bfcb84fc" }, + { + "name": "AudioZero", + "version": "1.1.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows playing audio files from an SD card. For Arduino Zero, MKRZero and MKR1000 only.", + "paragraph": "With this library you can use the Arduino Zero or MKR1000 DAC output (A0) to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", + "website": "https://www.arduino.cc/en/Reference/Audio", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/AudioZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.1.2.zip", + "archiveFileName": "AudioZero-1.1.2.zip", + "size": 7927, + "checksum": "SHA-256:5270e250f563dae3483e59536e591ef51ef1520abc099aaba62236d7ead147fd" + }, { "name": "Audio", "version": "1.0.0", @@ -189,6 +210,27 @@ "size": 7658, "checksum": "SHA-256:d9c826daa19f8e8e86e8acd66df23e75c0c39ccb5307d65e4eb86392932bf8e7" }, + { + "name": "Audio", + "version": "1.0.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows playing audio files from an SD card. For Arduino Due only.", + "paragraph": "With this library you can use the Arduino Due's DAC outputs to play audio files.\u003cbr /\u003eThe audio files must be in the raw .wav format.", + "website": "http://www.arduino.cc/en/Reference/Audio", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Audio-1.0.6.zip", + "archiveFileName": "Audio-1.0.6.zip", + "size": 18944, + "checksum": "SHA-256:9cb1df822029fbab0b52376b33f8b55921ea44b5808d9f59d8909e1889338b00" + }, { "name": "Esplora", "version": "1.0.0", @@ -945,6 +987,27 @@ "size": 102751, "checksum": "SHA-256:79572a91df408147ef54ff4894a913557b3a7d7b50253737564a9394c58f0038" }, + { + "name": "Firmata", + "version": "2.5.9", + "author": "Firmata Developers", + "maintainer": "Firmata team", + "sentence": "Enables the communication with computer apps using a standard serial protocol. For all Arduino/Genuino boards.", + "paragraph": "The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using.", + "website": "https://github.com/firmata/arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/firmata/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.9.zip", + "archiveFileName": "Firmata-2.5.9.zip", + "size": 454744, + "checksum": "SHA-256:281060ac597fd329fa700b60f6871385b1d8756802f0c83e3ba2516c3fef886b" + }, { "name": "Ethernet", "version": "1.0.0", @@ -1158,6 +1221,54 @@ "size": 63457, "checksum": "SHA-256:41849539ee363a14d0bcc4b20f8feedc80e16255d77c6ab6d3e4ad766990e7be" }, + { + "name": "Ethernet", + "version": "2.0.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "https://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Ethernet.git", + "providesIncludes": [ + "Ethernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-2.0.1.zip", + "archiveFileName": "Ethernet-2.0.1.zip", + "size": 104650, + "checksum": "SHA-256:187793724330da64af80a35d811b644742c1e5af754eca244890282b12d97d65" + }, + { + "name": "Ethernet", + "version": "2.0.2", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "https://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Ethernet.git", + "providesIncludes": [ + "Ethernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-2.0.2.zip", + "archiveFileName": "Ethernet-2.0.2.zip", + "size": 104551, + "checksum": "SHA-256:e8688e417039c79d547d005f4deecbdaffde965823cfa79f64a18d67df1112d6" + }, { "name": "Robot Control", "version": "1.0.0", @@ -2460,6 +2571,100 @@ "size": 118911, "checksum": "SHA-256:eae0bd6a18b3860dbc67831bff8a1979a8140d5b41c79d30560e2fcf784dc9fa" }, + { + "name": "Servo", + "version": "1.1.8", + "author": "Michael Margolis, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows Arduino boards to control a variety of servo motors.", + "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.", + "website": "https://www.arduino.cc/reference/en/libraries/servo/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.1.8.zip", + "archiveFileName": "Servo-1.1.8.zip", + "size": 128284, + "checksum": "SHA-256:418e1bb2e690357e37660f61cb26db6088edde15065975320fa5a3453ce78813" + }, + { + "name": "Servo", + "version": "1.2.0", + "author": "Michael Margolis, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows Arduino boards to control a variety of servo motors.", + "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.", + "website": "https://www.arduino.cc/reference/en/libraries/servo/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.2.0.zip", + "archiveFileName": "Servo-1.2.0.zip", + "size": 123570, + "checksum": "SHA-256:0a16f5642b908ecfcdb01498fd9561e5279242e8ffbe1ffd254a9bff50998c41" + }, + { + "name": "Servo", + "version": "1.2.1", + "author": "Michael Margolis, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows Arduino boards to control a variety of servo motors.", + "paragraph": "This library can control a great number of servos.\u003cbr /\u003eIt makes careful use of timers: the library can control 12 servos using only 1 timer.\u003cbr /\u003eOn the Arduino Due you can control up to 60 servos.", + "website": "https://www.arduino.cc/reference/en/libraries/servo/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.2.1.zip", + "archiveFileName": "Servo-1.2.1.zip", + "size": 123596, + "checksum": "SHA-256:a620e1562f9c7a7aa063cb6c3c015f7f6bb1f210af02d2bcda0a3f7a717dba08" + }, { "name": "SpacebrewYun", "version": "1.0.0", @@ -3705,6 +3910,32 @@ "size": 17586, "checksum": "SHA-256:dfb8a4c6f729da56310df746a777b5b3ef340eb66b295e3ec7873be20936fa22" }, + { + "name": "Arduino SigFox for MKRFox1200", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino LLC", + "sentence": "Helper library for MKR Fox 1200 board and ATAB8520E Sigfox module", + "paragraph": "This library allows some high level operations on Sigfox modules, to ease integration with existing projects", + "website": "https://www.arduino.cc/en/Reference/SigFox", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/SigFox.git", + "dependencies": [ + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_SigFox_for_MKRFox1200-1.0.5.zip", + "archiveFileName": "Arduino_SigFox_for_MKRFox1200-1.0.5.zip", + "size": 25534, + "checksum": "SHA-256:9552a558a02fb55f926d67baae79be3f093d8a7db850b511bc9e273f93df4e93" + }, { "name": "WiFi", "version": "1.2.0", @@ -4105,6 +4336,73 @@ "size": 6132, "checksum": "SHA-256:74e7518b0fdd3c997816b936b90f3c1d58adc3c47df0dd8b2db4dd609ffa3403" }, + { + "name": "Keyboard", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows an Arduino board with USB capabilities to act as a Keyboard.", + "paragraph": "This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)", + "website": "https://www.arduino.cc/reference/en/language/functions/usb/keyboard/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Keyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.3.zip", + "archiveFileName": "Keyboard-1.0.3.zip", + "size": 15753, + "checksum": "SHA-256:fbeb831b145bf3d905aa687354796e80c2147d3850af2709c84788644c1cafba" + }, + { + "name": "Keyboard", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows an Arduino board with USB capabilities to act as a Keyboard.", + "paragraph": "This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)", + "website": "https://www.arduino.cc/reference/en/language/functions/usb/keyboard/", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Keyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.4.zip", + "archiveFileName": "Keyboard-1.0.4.zip", + "size": 23031, + "checksum": "SHA-256:c7aab21dc96e573251f4945160d5c6e38607b9b2da037b66c78189db03ff14bc" + }, + { + "name": "Keyboard", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows an Arduino board with USB capabilities to act as a Keyboard.", + "paragraph": "This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)", + "website": "https://www.arduino.cc/reference/en/language/functions/usb/keyboard/", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Keyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.5.zip", + "archiveFileName": "Keyboard-1.0.5.zip", + "size": 26722, + "checksum": "SHA-256:a5cda828316fa6ea48e33c50cd05afcca232124dd5e7cad9a407e4972bc81c4d" + }, { "name": "AudioFrequencyMeter", "version": "1.0.1", @@ -4466,6 +4764,27 @@ "size": 7876, "checksum": "SHA-256:122d00df276972ba33683aff0f7fe5eb6f9a190ac364f8238a7af25450fd3e31" }, + { + "name": "NTPClient", + "version": "3.2.1", + "author": "Fabrice Weinberg", + "maintainer": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e", + "sentence": "An NTPClient to connect to a time server", + "paragraph": "Get time from a NTP server and keep it in sync.", + "website": "https://github.com/arduino-libraries/NTPClient", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/NTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/NTPClient-3.2.1.zip", + "archiveFileName": "NTPClient-3.2.1.zip", + "size": 9094, + "checksum": "SHA-256:67fcd4799afb6bb490c448f4f00e92fcfa59ea7227a161242822be2f9a8ebab2" + }, { "name": "ArduinoSound", "version": "0.1.0", @@ -4706,6 +5025,30 @@ "size": 42524, "checksum": "SHA-256:a517430e5bba62ac73b8aec139b2c7278fe3999ec08182c282968e24d89fc698" }, + { + "name": "ArduinoHttpClient", + "version": "0.5.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSockets.", + "paragraph": "This library can be used for HTTP (GET, POST, PUT, DELETE) requests to a web server. It also supports exchanging messages with WebSocket servers. Based on Adrian McEwen's HttpClient library.", + "website": "https://github.com/arduino-libraries/ArduinoHttpClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoHttpClient.git", + "providesIncludes": [ + "ArduinoHttpClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoHttpClient-0.5.0.zip", + "archiveFileName": "ArduinoHttpClient-0.5.0.zip", + "size": 42175, + "checksum": "SHA-256:8be1de7131cb9eb6a2960db1ecd1efe490769e5bdcd8c31ea4c56c64b2310006" + }, { "name": "MKRMotorCarrier", "version": "1.0.1", @@ -5106,6 +5449,73 @@ "size": 131991, "checksum": "SHA-256:520cfb5511ff9075689ceeae24dbc2dd055dafe949867f0a7a8877fb7695a9f6" }, + { + "name": "MKRWAN", + "version": "1.0.14", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.14.zip", + "archiveFileName": "MKRWAN-1.0.14.zip", + "size": 135409, + "checksum": "SHA-256:b1be69c49f0577607ac2af08b0cf5bcd1af65e50e66d503ffafde2528492c37c" + }, + { + "name": "MKRWAN", + "version": "1.0.15", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.0.15.zip", + "archiveFileName": "MKRWAN-1.0.15.zip", + "size": 135463, + "checksum": "SHA-256:55e2099d4edbc20c426d202aa79ee31160164c915a1df35d3f2c68fdc021c5bd" + }, + { + "name": "MKRWAN", + "version": "1.1.0", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310", + "paragraph": "Provides APIs to communicate with LoRa and LoRaWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN", + "category": "Communication", + "architectures": [ + "samd", + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/MKRWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN-1.1.0.zip", + "archiveFileName": "MKRWAN-1.1.0.zip", + "size": 138749, + "checksum": "SHA-256:658d6670449b2ea499221c896b8c07bb7f447702f140f4651fc170f6f631e5f0" + }, { "name": "MKRGSM", "version": "1.0.0", @@ -5809,6 +6219,87 @@ "size": 33256, "checksum": "SHA-256:b0c23a15ad37b6370ed95564e2fbb078f40ec76509ed1fb15516aef25752f7f0" }, + { + "name": "ArduinoECCX08", + "version": "1.3.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips", + "website": "https://github.com/arduino-libraries/ArduinoECCX08", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", + "providesIncludes": [ + "ArduinoECCX08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.5.zip", + "archiveFileName": "ArduinoECCX08-1.3.5.zip", + "size": 33259, + "checksum": "SHA-256:107ad3fce393877f587fc8ee7e1dc7a4532cf883188a7533b894359c4f3b5dfc" + }, + { + "name": "ArduinoECCX08", + "version": "1.3.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips", + "website": "https://github.com/arduino-libraries/ArduinoECCX08", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "mbed_nano", + "mbed_portenta", + "esp32" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", + "providesIncludes": [ + "ArduinoECCX08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.6.zip", + "archiveFileName": "ArduinoECCX08-1.3.6.zip", + "size": 33521, + "checksum": "SHA-256:fb3d4e166c1709fd0f29fa6ef4c0308e7174964736b11fa912d26cb68946e449" + }, + { + "name": "ArduinoECCX08", + "version": "1.3.7", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips", + "website": "https://github.com/arduino-libraries/ArduinoECCX08", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "mbed_nano", + "mbed_portenta", + "esp32" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoECCX08.git", + "providesIncludes": [ + "ArduinoECCX08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoECCX08-1.3.7.zip", + "archiveFileName": "ArduinoECCX08-1.3.7.zip", + "size": 34812, + "checksum": "SHA-256:177cc3075b6ebe3f52c77deae1922f9f09bb3d1807ff3b28b8af3be80f879a6b" + }, { "name": "WiFiNINA", "version": "1.0.0", @@ -6073,6 +6564,342 @@ "size": 91028, "checksum": "SHA-256:31f5b1e1e016506f836effd937cc51dc610c148546c050747b6653aa090d048e" }, + { + "name": "WiFiNINA", + "version": "1.8.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.1.zip", + "archiveFileName": "WiFiNINA-1.8.1.zip", + "size": 91034, + "checksum": "SHA-256:73b69d11efd1f2c3260f3610bc55be6b06b3138ab62dbb621b6ab5fbb186f9ce" + }, + { + "name": "WiFiNINA", + "version": "1.8.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.2.zip", + "archiveFileName": "WiFiNINA-1.8.2.zip", + "size": 91323, + "checksum": "SHA-256:088ca838dcc9410d9d7e1fcaee68462682b34031cc5ade03497daa1a8b672a4f" + }, + { + "name": "WiFiNINA", + "version": "1.8.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.3.zip", + "archiveFileName": "WiFiNINA-1.8.3.zip", + "size": 91376, + "checksum": "SHA-256:762d46ed5c7d72dbd9e7e7f65a3fdbbd85ede17db6fba8420974ea61993b9dc4" + }, + { + "name": "WiFiNINA", + "version": "1.8.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.4.zip", + "archiveFileName": "WiFiNINA-1.8.4.zip", + "size": 91588, + "checksum": "SHA-256:d74349ec701f292885a3738a32dd16b2da6547af74d1e81511d013311917bda9" + }, + { + "name": "WiFiNINA", + "version": "1.8.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.5.zip", + "archiveFileName": "WiFiNINA-1.8.5.zip", + "size": 91622, + "checksum": "SHA-256:7c4a2453a0deedbeb3130abc7d78d5633f470432a02afd8435aa93843849a9ef" + }, + { + "name": "WiFiNINA", + "version": "1.8.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.6.zip", + "archiveFileName": "WiFiNINA-1.8.6.zip", + "size": 91645, + "checksum": "SHA-256:0b4f50ada04a9533c5503ee9482a4c1641721322877458b7b5548a3349819280" + }, + { + "name": "WiFiNINA", + "version": "1.8.7", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.7.zip", + "archiveFileName": "WiFiNINA-1.8.7.zip", + "size": 91670, + "checksum": "SHA-256:fee3bc58c83a399d3abcd0f7b44a0a4409646518767166eff5b0282a5d428c2c" + }, + { + "name": "WiFiNINA", + "version": "1.8.8", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.8.zip", + "archiveFileName": "WiFiNINA-1.8.8.zip", + "size": 91754, + "checksum": "SHA-256:efc0a9a09452fc338e2731102c159f2d0859accda07e958ff0deb79ea472e27d" + }, + { + "name": "WiFiNINA", + "version": "1.8.9", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.9.zip", + "archiveFileName": "WiFiNINA-1.8.9.zip", + "size": 93051, + "checksum": "SHA-256:ffb7ea396803e847ed3b6eb05163bfdd1a569ac705dfb1bf59576c92684ec6b3" + }, + { + "name": "WiFiNINA", + "version": "1.8.10", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.10.zip", + "archiveFileName": "WiFiNINA-1.8.10.zip", + "size": 93260, + "checksum": "SHA-256:a4b7dae8986e3c3dbc631a20da4943f2ccd6f9a6dd060246395a5c9d41fb5f00" + }, + { + "name": "WiFiNINA", + "version": "1.8.11", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.11.zip", + "archiveFileName": "WiFiNINA-1.8.11.zip", + "size": 93408, + "checksum": "SHA-256:ad5426b0252e375bbc00275b1bd034673a2f8c1f339ed5be7f11c45e4548a2c0" + }, + { + "name": "WiFiNINA", + "version": "1.8.12", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.12.zip", + "archiveFileName": "WiFiNINA-1.8.12.zip", + "size": 93409, + "checksum": "SHA-256:f5968f1e4757b973c316cc3f2f62922a930822f81b22438f9b2a7921ee143044" + }, + { + "name": "WiFiNINA", + "version": "1.8.13", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.13.zip", + "archiveFileName": "WiFiNINA-1.8.13.zip", + "size": 93417, + "checksum": "SHA-256:8f04425790d3d43e4afbb0dc387c3324dc6da483d7470169015a19aa324f877c" + }, + { + "name": "WiFiNINA", + "version": "1.8.14", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino Uno WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "http://www.arduino.cc/en/Reference/WiFiNINA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/WiFiNINA.git", + "providesIncludes": [ + "WiFiNINA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/WiFiNINA-1.8.14.zip", + "archiveFileName": "WiFiNINA-1.8.14.zip", + "size": 107288, + "checksum": "SHA-256:d5eda9d67fb3136d41ac7207576198f91caebe3ca70f47558919218ed7cb6b54" + }, { "name": "EduIntro", "version": "0.0.1", @@ -6294,6 +7121,102 @@ "size": 95254, "checksum": "SHA-256:952b9d2113991554f1e64edf8ff9acc1ffd0309e01e4d5e57c556047291fd6fa" }, + { + "name": "EduIntro", + "version": "0.0.13", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO classic / NANO Every / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://www.arduino.cc", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino/EduIntro.git", + "dependencies": [ + { + "name": "Esplora" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.13.zip", + "archiveFileName": "EduIntro-0.0.13.zip", + "size": 95614, + "checksum": "SHA-256:8cb5b0f5cc3387231d9e2f63bb76e81614404a4fb21734eaba7790c276548976" + }, + { + "name": "EduIntro", + "version": "0.0.14", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO classic / NANO Every / NANO 33 BLE / NANO 33 IoT / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://www.arduino.cc", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino/EduIntro.git", + "dependencies": [ + { + "name": "Esplora" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.14.zip", + "archiveFileName": "EduIntro-0.0.14.zip", + "size": 96415, + "checksum": "SHA-256:09756d0597898be85f4e1ae719d04a3b599eeb12cd0b198239a7916067bdb611" + }, + { + "name": "EduIntro", + "version": "0.0.16", + "author": "Arduino LLC", + "maintainer": "David Cuartielles", + "sentence": "Library used for super-fast introduction workshops", + "paragraph": "Is intended to be used with Arduino UNO / MICRO / MEGA / NANO classic / NANO Every / NANO 33 BLE / NANO 33 IoT / MKR / WiFi REV2 and a set of basic components (led, button, piezo, LM35, thermistor, LDR, PIR, DHT11, and servo) as a way to introduce people to the basic aspects of Arduino during short workshops.", + "website": "https://www.arduino.cc", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino/EduIntro.git", + "dependencies": [ + { + "name": "Esplora" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/EduIntro-0.0.16.zip", + "archiveFileName": "EduIntro-0.0.16.zip", + "size": 96458, + "checksum": "SHA-256:654d147dc915e3544e97b2e6c3a3b44fd607d3dcdb8a229820392a6f5f229183" + }, { "name": "ArduinoRS485", "version": "1.0.0", @@ -6318,6 +7241,128 @@ "size": 7976, "checksum": "SHA-256:43bc50e01589a4d3a087a8d764662ed2f8dc0494bcde23a6f013b4432b354972" }, + { + "name": "ArduinoRS485", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield.", + "paragraph": "This library supports the Maxim Integrated MAX3157 and equivalent chipsets.", + "website": "http://www.arduino.cc/en/Reference/ArduinoRS485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoRS485.git", + "providesIncludes": [ + "ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.1.zip", + "archiveFileName": "ArduinoRS485-1.0.1.zip", + "size": 17405, + "checksum": "SHA-256:ee3115c07cf4c96c0f55323da2c48176809d5d817dd81c0379874e9db3527f0d" + }, + { + "name": "ArduinoRS485", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield.", + "paragraph": "This library supports the Maxim Integrated MAX3157 and equivalent chipsets.", + "website": "http://www.arduino.cc/en/Reference/ArduinoRS485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoRS485.git", + "providesIncludes": [ + "ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.2.zip", + "archiveFileName": "ArduinoRS485-1.0.2.zip", + "size": 19602, + "checksum": "SHA-256:5b54fd2bff42c20abf08d91915ebb6e6cade8dece79cfa7bfb93a95107d6c094" + }, + { + "name": "ArduinoRS485", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield.", + "paragraph": "This library supports the Maxim Integrated MAX3157 and equivalent chipsets.", + "website": "http://www.arduino.cc/en/Reference/ArduinoRS485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoRS485.git", + "providesIncludes": [ + "ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.3.zip", + "archiveFileName": "ArduinoRS485-1.0.3.zip", + "size": 19794, + "checksum": "SHA-256:35bd6f662d66d4cb9f22737048996d9aa803bcbaf62f1071eac624d123aad296" + }, + { + "name": "ArduinoRS485", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield.", + "paragraph": "This library supports the Maxim Integrated MAX3157 and equivalent chipsets.", + "website": "http://www.arduino.cc/en/Reference/ArduinoRS485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoRS485.git", + "providesIncludes": [ + "ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.4.zip", + "archiveFileName": "ArduinoRS485-1.0.4.zip", + "size": 19811, + "checksum": "SHA-256:b57a27e1b09077f39db74bcf75142b6cc7d96f78b9a833aee2f202a3823d0dc4" + }, + { + "name": "ArduinoRS485", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield.", + "paragraph": "This library supports the Maxim Integrated MAX3157 and equivalent chipsets.", + "website": "http://www.arduino.cc/en/Reference/ArduinoRS485", + "category": "Communication", + "architectures": [ + "samd", + "mbed_portenta", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoRS485.git", + "providesIncludes": [ + "ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoRS485-1.0.5.zip", + "archiveFileName": "ArduinoRS485-1.0.5.zip", + "size": 19891, + "checksum": "SHA-256:73f58b35d7f4234daf794af04391e6cfc4a8762227f4b1bfbb54eba910c17151" + }, { "name": "ArduinoBearSSL", "version": "1.0.0", @@ -6499,6 +7544,151 @@ "size": 781557, "checksum": "SHA-256:0b8c23408e18a94c0672d87bbe56c8d6422df987e8a6cad742638ba6c0f0b369" }, + { + "name": "ArduinoBearSSL", + "version": "1.6.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": [ + "ArduinoBearSSL.h" + ], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.6.0.zip", + "archiveFileName": "ArduinoBearSSL-1.6.0.zip", + "size": 793203, + "checksum": "SHA-256:96f73102dabe734f9246eb11bc702188a7c0ebcef3e47256c9254aaa7d8b6dcf" + }, + { + "name": "ArduinoBearSSL", + "version": "1.7.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": [ + "ArduinoBearSSL.h" + ], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.0.zip", + "archiveFileName": "ArduinoBearSSL-1.7.0.zip", + "size": 796663, + "checksum": "SHA-256:618f3a9f01288ce826b64958d8d54d80edfe44e1f90c23f2294ad26b66c0321d" + }, + { + "name": "ArduinoBearSSL", + "version": "1.7.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": [ + "ArduinoBearSSL.h" + ], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.1.zip", + "archiveFileName": "ArduinoBearSSL-1.7.1.zip", + "size": 796751, + "checksum": "SHA-256:d03ad103961f0739a42f44bc9544d99823bc731e7ca36db1ed05791b7aee8c36" + }, + { + "name": "ArduinoBearSSL", + "version": "1.7.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": [ + "ArduinoBearSSL.h" + ], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.2.zip", + "archiveFileName": "ArduinoBearSSL-1.7.2.zip", + "size": 798898, + "checksum": "SHA-256:244abcfc22f48fbf3f78a8f38bf6dc7860d4cd911c1020c7d629920ac264ec0c" + }, + { + "name": "ArduinoBearSSL", + "version": "1.7.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Port of BearSSL to Arduino.", + "paragraph": "This library depends on ArduinoECCX08.", + "website": "https://github.com/arduino-libraries/ArduinoBearSSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBearSSL.git", + "providesIncludes": [ + "ArduinoBearSSL.h" + ], + "dependencies": [ + { + "name": "ArduinoECCX08" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBearSSL-1.7.3.zip", + "archiveFileName": "ArduinoBearSSL-1.7.3.zip", + "size": 803150, + "checksum": "SHA-256:2a5e56782a2167a1ebffc74b4a3758668079cf215cfbd4ef2bbd3f4d4d08991f" + }, { "name": "ArduinoDMX", "version": "1.0.0", @@ -6624,6 +7814,217 @@ "size": 67918, "checksum": "SHA-256:0b53b43ce9f2d4d8f73556336c0a531491d68620bf3c4ec1b5afe482832b1505" }, + { + "name": "ArduinoModbus", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": [ + "ArduinoModbus.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.3.zip", + "archiveFileName": "ArduinoModbus-1.0.3.zip", + "size": 68577, + "checksum": "SHA-256:5c428c10c3510c109a8ca246fa4384b641ea3223ec464dc02464cdf36a6313ca" + }, + { + "name": "ArduinoModbus", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": [ + "ArduinoModbus.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.4.zip", + "archiveFileName": "ArduinoModbus-1.0.4.zip", + "size": 71773, + "checksum": "SHA-256:7d0f0d5e3c62529647e16d3bced6ac5cc10838f1fe2cdfbab4ae7ccb83058cce" + }, + { + "name": "ArduinoModbus", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": [ + "ArduinoModbus.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.5.zip", + "archiveFileName": "ArduinoModbus-1.0.5.zip", + "size": 71829, + "checksum": "SHA-256:931d8832aba313b8ef2e472f693f203606231da2269df66ccdb3686acf8c60f0" + }, + { + "name": "ArduinoModbus", + "version": "1.0.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": [ + "ArduinoModbus.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.6.zip", + "archiveFileName": "ArduinoModbus-1.0.6.zip", + "size": 71804, + "checksum": "SHA-256:7b7eb78e264d8b32e60cad83e063b9d9a2fd968555671bc939bdcbb4b2990904" + }, + { + "name": "ArduinoModbus", + "version": "1.0.7", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": [ + "ArduinoModbus.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.7.zip", + "archiveFileName": "ArduinoModbus-1.0.7.zip", + "size": 75284, + "checksum": "SHA-256:382401f52343fd61b82e032ebd1c817b17697181b66cdf1e0cceb59ac618a827" + }, + { + "name": "ArduinoModbus", + "version": "1.0.8", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": [ + "megaavr", + "samd", + "mbed_nano", + "mbed_portenta", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": [ + "ArduinoModbus.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.8.zip", + "archiveFileName": "ArduinoModbus-1.0.8.zip", + "size": 76653, + "checksum": "SHA-256:e1d8cf601a8b007c23c47b7c00e7f7e806cbafc504a56c46b1e781a9fbf6d38e" + }, + { + "name": "ArduinoModbus", + "version": "1.0.9", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Use Modbus equipment with your Arduino.", + "paragraph": "Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library.", + "website": "https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus", + "category": "Communication", + "architectures": [ + "megaavr", + "samd", + "mbed_nano", + "mbed_portenta", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoModbus.git", + "providesIncludes": [ + "ArduinoModbus.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoModbus-1.0.9.zip", + "archiveFileName": "ArduinoModbus-1.0.9.zip", + "size": 76681, + "checksum": "SHA-256:24c206ecd4985e021dab3fda62f2decb33cd8741a39ba9c5497920111f07a8e9" + }, { "name": "ArduinoBLE", "version": "0.1.0", @@ -6829,6 +8230,317 @@ "size": 105158, "checksum": "SHA-256:f13a372cca038981cdf43c7f1165e0f683ee358e6a9441f082c9b074fa392747" }, + { + "name": "ArduinoBLE", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.2.0.zip", + "archiveFileName": "ArduinoBLE-1.2.0.zip", + "size": 267680, + "checksum": "SHA-256:6a57d483f22eb48f4c1dc35079de0f272ec8ed3eabfddb7968a0fe9c2372fa7a" + }, + { + "name": "ArduinoBLE", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.2.1.zip", + "archiveFileName": "ArduinoBLE-1.2.1.zip", + "size": 267771, + "checksum": "SHA-256:6534385f398342055d25ae17ba73f37143bf4cd830bb5888726d0443fbc7fbbf" + }, + { + "name": "ArduinoBLE", + "version": "1.2.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.2.2.zip", + "archiveFileName": "ArduinoBLE-1.2.2.zip", + "size": 279151, + "checksum": "SHA-256:96accbdfe7586fc7f50946d0ee39c475065bc8d68f3aa3a27f3f6138d47d5b11" + }, + { + "name": "ArduinoBLE", + "version": "1.3.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.0.zip", + "archiveFileName": "ArduinoBLE-1.3.0.zip", + "size": 305915, + "checksum": "SHA-256:44b2dd0e467a1703928ba0063cefccc705e5730d8128059ecb0253b66cabc4d2" + }, + { + "name": "ArduinoBLE", + "version": "1.3.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.1.zip", + "archiveFileName": "ArduinoBLE-1.3.1.zip", + "size": 305919, + "checksum": "SHA-256:9aa5f595d8fba8e5e85d9cff63e0d63c0e5db90ffe415bacb5feba44bd09fcaa" + }, + { + "name": "ArduinoBLE", + "version": "1.3.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.2.zip", + "archiveFileName": "ArduinoBLE-1.3.2.zip", + "size": 308854, + "checksum": "SHA-256:39add6ec0de56c08c7b7af41e6ff62b19ab67499d12d9743c84e85bd8ae0deec" + }, + { + "name": "ArduinoBLE", + "version": "1.3.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.3.zip", + "archiveFileName": "ArduinoBLE-1.3.3.zip", + "size": 309027, + "checksum": "SHA-256:f0c81f1c912568da9c23538be443db6149a6b351dea663d142e1efcec1d35365" + }, + { + "name": "ArduinoBLE", + "version": "1.3.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.4.zip", + "archiveFileName": "ArduinoBLE-1.3.4.zip", + "size": 309036, + "checksum": "SHA-256:7a23cba06ee2537378bdca6d7daad683f0065cb0c4fe05a4e78f51906d6e636e" + }, + { + "name": "ArduinoBLE", + "version": "1.3.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE and Nicla Sense ME.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_giga", + "renesas", + "renesas_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.5.zip", + "archiveFileName": "ArduinoBLE-1.3.5.zip", + "size": 347946, + "checksum": "SHA-256:43f4b3bb602c049019c24764c0235802243a0f514505c57d66b4423c47421354" + }, + { + "name": "ArduinoBLE", + "version": "1.3.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, Arduino Nano 33 BLE, Nicla Sense ME and UNO R4 WiFi.", + "paragraph": "This library supports creating a Bluetooth® Low Energy peripheral \u0026 central mode.", + "website": "https://www.arduino.cc/en/Reference/ArduinoBLE", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_giga", + "renesas", + "renesas_portenta", + "mbed_opta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoBLE-1.3.6.zip", + "archiveFileName": "ArduinoBLE-1.3.6.zip", + "size": 349810, + "checksum": "SHA-256:5189550552599ddb1bd6b2a5437a37cbe67661da2219ff1662cf2935263cbd6d" + }, { "name": "MKRNB", "version": "1.0.0", @@ -7070,12 +8782,36 @@ "checksum": "SHA-256:c15fecea9589e64bf91a911afc6f9f8ec6915eb3b39575e4f471bcfa3c057577" }, { - "name": "ArduinoMqttClient", - "version": "0.1.0", + "name": "MKRNB", + "version": "1.6.0", "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "[BETA] Allows you to send and receive MQTT messages using Arduino.", - "website": "https://github.com/arduino-libraries/ArduinoMqttClient", + "sentence": "Enables NB/GRPS network connection using the Arduino MKR NB 1500 board.", + "paragraph": "This library also allows you to connect to internet through NarrowBand IoT or LTE Cat M1 networks.\u003c/br\u003e", + "website": "http://www.arduino.cc/en/Reference/MKRNB", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/MKRNB.git", + "providesIncludes": [ + "MKRNB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRNB-1.6.0.zip", + "archiveFileName": "MKRNB-1.6.0.zip", + "size": 90264, + "checksum": "SHA-256:b3689cabe11296c0a8264589a78f4d4c63568bbd8462208c5e3e6dd7ab4c2fb9" + }, + { + "name": "ArduinoMqttClient", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Allows you to send and receive MQTT messages using Arduino.", + "website": "https://github.com/arduino-libraries/ArduinoMqttClient", "category": "Communication", "architectures": [ "*" @@ -7207,6 +8943,52 @@ "size": 24888, "checksum": "SHA-256:a2f8109875fd26b379d098daabbf04f07dcb154ef692169a8e5b1e1707ccc194" }, + { + "name": "ArduinoMqttClient", + "version": "0.1.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Allows you to send and receive MQTT messages using Arduino.", + "website": "https://github.com/arduino-libraries/ArduinoMqttClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", + "providesIncludes": [ + "ArduinoMqttClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.6.zip", + "archiveFileName": "ArduinoMqttClient-0.1.6.zip", + "size": 34192, + "checksum": "SHA-256:701769ddb255edb0d26796c4f7e0f3a98e81c13324d3c6c565b4f22b3afe4ee4" + }, + { + "name": "ArduinoMqttClient", + "version": "0.1.7", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Allows you to send and receive MQTT messages using Arduino.", + "website": "https://github.com/arduino-libraries/ArduinoMqttClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoMqttClient.git", + "providesIncludes": [ + "ArduinoMqttClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMqttClient-0.1.7.zip", + "archiveFileName": "ArduinoMqttClient-0.1.7.zip", + "size": 34663, + "checksum": "SHA-256:6df3e3427877f49bd209849a2cf85493a98d6e0623351c6c6131a4ce8ffc6498" + }, { "name": "Arduino Cloud Provider Examples", "version": "1.0.0", @@ -7276,6 +9058,29 @@ "size": 28232, "checksum": "SHA-256:f9784cc26004437ca664148eba3a2131fd3e827f76969548a9d52576e1f36c74" }, + { + "name": "Arduino Cloud Provider Examples", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Examples of how to connect various Arduino boards to cloud providers", + "website": "https://github.com/arduino/ArduinoCloudProviderExamples", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino/ArduinoCloudProviderExamples.git", + "providesIncludes": [ + "ArduinoCloudProviderExamples.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino/Arduino_Cloud_Provider_Examples-1.2.1.zip", + "archiveFileName": "Arduino_Cloud_Provider_Examples-1.2.1.zip", + "size": 34441, + "checksum": "SHA-256:f1837ddb1ac968d1db3f9571211233ea0dd12627b56dc218c0bb330ac17914a9" + }, { "name": "MKRIMU", "version": "1.0.0", @@ -7746,6 +9551,29 @@ "size": 31595, "checksum": "SHA-256:8ccfc78ecb03933d838d3b014ad75320ee83547720063d020128bfd3cbf1768b" }, + { + "name": "Arduino_JSON", + "version": "0.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Process JSON in your Arduino sketches.", + "website": "http://github.com/arduino-libraries/Arduino_JSON", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_JSON.git", + "providesIncludes": [ + "Arduino_JSON.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_JSON-0.2.0.zip", + "archiveFileName": "Arduino_JSON-0.2.0.zip", + "size": 44195, + "checksum": "SHA-256:9055eb5123b8dd5efaccf280f75f9ad01a7f4e64a9412f1081e2fd7ddebe408f" + }, { "name": "Arduino_MKRENV", "version": "1.0.0", @@ -7792,6 +9620,52 @@ "size": 9131, "checksum": "SHA-256:aeb8eb544c0698e5d9a485c608fb0a084cf0365dc62c8bf66394ba9c8a289e3e" }, + { + "name": "Arduino_MKRENV", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature, humidity, pressure, light and UV sensors of your MKR ENV shield.", + "website": "http://github.com/arduino-libraries/Arduino_MKRENV", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRENV.git", + "providesIncludes": [ + "Arduino_MKRENV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.2.0.zip", + "archiveFileName": "Arduino_MKRENV-1.2.0.zip", + "size": 9266, + "checksum": "SHA-256:81be156c62199d3262f2621c2c9a00cc965fe258e8a1901cc9387bc582e21b63" + }, + { + "name": "Arduino_MKRENV", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature, humidity, pressure, light and UV sensors of your MKR ENV Shield.", + "website": "http://github.com/arduino-libraries/Arduino_MKRENV", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRENV.git", + "providesIncludes": [ + "Arduino_MKRENV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRENV-1.2.1.zip", + "archiveFileName": "Arduino_MKRENV-1.2.1.zip", + "size": 21069, + "checksum": "SHA-256:ec062daeb9d8b49614ee8fbe8bad7d0eb26deeff760a23cd6349f74f49dae812" + }, { "name": "ArduinoIoTCloudBearSSL", "version": "1.1.1", @@ -7874,6 +9748,35 @@ "size": 7797, "checksum": "SHA-256:0c16c5db92467d65123b4fc16e0d3838d38c26da9137f2c50f3aa0cd17115b4d" }, + { + "name": "Arduino_MKRRGB", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to draw on your MKR RGB shield.", + "paragraph": "Depends on the ArduinoGraphics library.", + "website": "http://github.com/arduino-libraries/Arduino_MKRRGB", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRRGB.git", + "providesIncludes": [ + "Arduino_MKRRGB.h" + ], + "dependencies": [ + { + "name": "ArduinoGraphics" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRRGB-1.1.0.zip", + "archiveFileName": "Arduino_MKRRGB-1.1.0.zip", + "size": 19058, + "checksum": "SHA-256:b0119803a20fba509c6241135ebdd2ce3dba0488be902da9aaf75b750545cfcb" + }, { "name": "ArduinoIoTCloud", "version": "0.4.1", @@ -8851,434 +10754,1950 @@ "checksum": "SHA-256:1ea89586e6f5c9e4e1af825c766db80344cb2281ccfbf9259d47269255dbab74" }, { - "name": "ArduinoGraphics", - "version": "1.0.0", + "name": "ArduinoIoTCloud", + "version": "0.12.0", "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Core graphics library for Arduino.", - "paragraph": "Based on the Processing API.", - "website": "http://github.com/arduino-libraries/ArduinoGraphics", - "category": "Display", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "samd" + "mbed", + "samd", + "esp8266", + "megaavr" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/ArduinoGraphics.git", + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": [ - "ArduinoGraphics.h" + "ArduinoIoTCloud.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoGraphics-1.0.0.zip", - "archiveFileName": "ArduinoGraphics-1.0.0.zip", - "size": 47622, - "checksum": "SHA-256:74a550c4b61a94a0254d9ca7925192ed9652e752b3e9835a2dbf982bb609089c" + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.12.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.12.0.zip", + "size": 1132632, + "checksum": "SHA-256:2225f1ac1b3d138295adb5d5699a6aead1ec6d7da617c300f4f02ec1eacf852e" }, { - "name": "Arduino_MKRTHERM", - "version": "1.0.0", + "name": "ArduinoIoTCloud", + "version": "0.13.0", "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the temperature sensors connected to your MKR THERM shield.", - "website": "https://github.com/arduino-libraries/Arduino_MKRTHERM", - "category": "Sensors", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "samd" + "mbed", + "samd", + "esp8266", + "megaavr" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRTHERM.git", + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", "providesIncludes": [ - "Arduino_MKRTHERM.h" + "ArduinoIoTCloud.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRTHERM-1.0.0.zip", - "archiveFileName": "Arduino_MKRTHERM-1.0.0.zip", - "size": 6005, - "checksum": "SHA-256:18b8cae21c1b60f3d6f5c74e86cdcc4bc692c4941285ee128b80cad835a46b3e" + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.13.0.zip", + "archiveFileName": "ArduinoIoTCloud-0.13.0.zip", + "size": 1133216, + "checksum": "SHA-256:23f5a46d5549357b172f486dd0f70b948a62a84e0b50c8974e488debc8c5f3a3" }, { - "name": "VidorGraphics", - "version": "1.0.1", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/arduino/VidorLibs", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "0.13.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "megaavr" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.1.zip", - "archiveFileName": "VidorGraphics-1.0.1.zip", - "size": 406077, - "checksum": "SHA-256:b19731ed4e6c0037d48187755e5bd75cbd09396d301bd7944ecfc22950ce97f0" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-0.13.1.zip", + "archiveFileName": "ArduinoIoTCloud-0.13.1.zip", + "size": 1133679, + "checksum": "SHA-256:72cdf1dd57d6b6e3f8f63a761cf0b2f869b8dc03d37ce787608309d6654b1cf1" }, { - "name": "VidorGraphics", - "version": "1.0.2", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/vidor-libraries/VidorGraphics", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "megaavr", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.2.zip", - "archiveFileName": "VidorGraphics-1.0.2.zip", - "size": 418614, - "checksum": "SHA-256:9757e344b74d478fb719872dc2b925791dca78124213424f8ac593c05704906c" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.0.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.0.0.zip", + "size": 1136295, + "checksum": "SHA-256:c6dcd3ca01f1d4c3d30d02270c2d36fa222e9d8ea30144df549ecb040d76944b" }, { - "name": "VidorGraphics", - "version": "1.0.3", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/vidor-libraries/VidorGraphics", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "megaavr", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.3.zip", - "archiveFileName": "VidorGraphics-1.0.3.zip", - "size": 419538, - "checksum": "SHA-256:41797f6a14eb7caf2f1051a0b234e2bffc9ddb6f3a61a77e9d0b286f431bdb28" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.0.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.0.1.zip", + "size": 1136340, + "checksum": "SHA-256:5f304a5a6bb71f54b8b6b8a9cb034118cfb466f751c2ad398f3fb1d0a4a07cd9" }, { - "name": "VidorGraphics", - "version": "1.1.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides graphical functionalities on MKR Vidor 4000", - "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", - "website": "https://github.com/vidor-libraries/VidorGraphics", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/VidorGraphics.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.1.0.zip", - "archiveFileName": "VidorGraphics-1.1.0.zip", - "size": 475809, - "checksum": "SHA-256:e6460d9f9db30b2759c94f78a25ab918b7e82d81b8db2f87c5bc54a62c962fc7" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.0.2.zip", + "archiveFileName": "ArduinoIoTCloud-1.0.2.zip", + "size": 1134646, + "checksum": "SHA-256:e7ed19532f39062e87333339806f683e2830276655aed41e30c5ae340a04827c" }, { - "name": "VidorPeripherals", - "version": "1.0.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides extended IO functionalities and interfaces", - "paragraph": "Provides extended IO functionalities and interfaces", - "website": "https://github.com/arduino/VidorLibs", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.0.zip", - "archiveFileName": "VidorPeripherals-1.0.0.zip", - "size": 380619, - "checksum": "SHA-256:cf38cc128abd39ac338cc3bd0e2c0ebfd1fe44b3c39d7e87c4de0fc4608efdc5" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.1.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.1.0.zip", + "size": 1138183, + "checksum": "SHA-256:bd30936d4e96269a0f0d01b900b2cc5b613655b136322b31b7b0f740b5f40265" }, { - "name": "VidorPeripherals", - "version": "1.0.1", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides extended IO functionalities and interfaces", - "paragraph": "Provides extended IO functionalities and interfaces", - "website": "https://github.com/vidor-libraries/VidorPeripherals", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.1.zip", - "archiveFileName": "VidorPeripherals-1.0.1.zip", - "size": 387226, - "checksum": "SHA-256:a977e1350acb466ffe509e1b35ecc2cfc518cda237fee0757e31368b7d6a407b" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.1.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.1.1.zip", + "size": 1138236, + "checksum": "SHA-256:2d390ab7f15aec903483aced4e2b5f4ffd2bc913a4b1080d3cfa5af160e77040" }, { - "name": "VidorPeripherals", - "version": "1.1.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "Provides extended IO functionalities and interfaces", - "paragraph": "Provides extended IO functionalities and interfaces", - "website": "https://github.com/vidor-libraries/VidorPeripherals", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.1.0.zip", - "archiveFileName": "VidorPeripherals-1.1.0.zip", - "size": 432689, - "checksum": "SHA-256:dae40355f1e4d6f25824ab8b1bdf313bc30bb9e10ed8c7b0c24df8f4dbcd50e3" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit_SleepyDog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.2.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.2.0.zip", + "size": 1141173, + "checksum": "SHA-256:34721db6fbe35f50a33d53eb69956f57ebb4eec5d33925db175de86864a6a4f4" }, { - "name": "USBBlaster", - "version": "1.0.0", - "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", - "sentence": "USB Blaster emulation for Arduino boards", - "paragraph": "PluggableUSB module to emulate an USB Blaster. The basic port targets Arduino MKRVidor4000", - "website": "https://github.com/arduino/VidorUtils/extras", - "category": "Data Processing", + "name": "ArduinoIoTCloud", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ + "mbed", "samd", - "samd_beta" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/vidor-libraries/USBBlaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/USBBlaster-1.0.0.zip", - "archiveFileName": "USBBlaster-1.0.0.zip", - "size": 99868, - "checksum": "SHA-256:b40eeb695bc5cea6b8e6fc2a0831a1e10bbdeb98e68e48cd19b28398275ac2a7" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.2.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.2.1.zip", + "size": 1141176, + "checksum": "SHA-256:38ecbc1bd712bd28d49e51f4ea35ae3de21ffc4e502d7effbcd44cdb1df612d0" }, { - "name": "Braccio", - "version": "2.0.1", - "author": "Andrea Martino", - "maintainer": "Andrea \u003ca.martino@arduino.org\u003e", - "sentence": "For Arduino braccio only.", - "paragraph": "Arduino Braccio", - "website": "www.arduino.org", - "category": "Device Control", + "name": "ArduinoIoTCloud", + "version": "1.3.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "avr", + "mbed", "samd", - "sam" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Braccio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.1.zip", - "archiveFileName": "Braccio-2.0.1.zip", - "size": 14448, - "checksum": "SHA-256:5f80541646322e45f67a7413c4d9724eb612f2e22d3e8f4a2d45ed370356a252" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.3.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.3.0.zip", + "size": 1144522, + "checksum": "SHA-256:31948353aaf8bf3f15eb8ed0db1e88666810b1c075589ddf7c0a0e148b3bb927" }, { - "name": "Braccio", - "version": "2.0.2", - "author": "Andrea Martino", - "maintainer": "Andrea \u003ca.martino@arduino.org\u003e", - "sentence": "For Arduino braccio only.", - "paragraph": "Arduino Braccio", - "website": "http://www.arduino.org", - "category": "Device Control", + "name": "ArduinoIoTCloud", + "version": "1.3.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "avr", + "mbed", "samd", - "sam" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Braccio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.2.zip", - "archiveFileName": "Braccio-2.0.2.zip", - "size": 14453, - "checksum": "SHA-256:8f7fb5c8f57895891c33c7eaf1ae5e65eecf0b971a46549f5ac241859292ff94" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.3.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.3.1.zip", + "size": 1144761, + "checksum": "SHA-256:65c3963297e1fc101142b1dad35442d40f609699c7d879aed4fbf806790c276c" }, { - "name": "Braccio", - "version": "2.0.3", - "author": "Andrea Martino, Arduino", - "maintainer": "Arduino \u003cswdev@arduino.org\u003e", - "sentence": "Allows to move each Braccio parts using simple calls.", - "paragraph": "Works only for TinkerKit Braccio.", - "website": "http://www.arduino.org/learning/reference/Braccio", - "category": "Device Control", + "name": "ArduinoIoTCloud", + "version": "1.4.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "avr", + "mbed", "samd", - "sam" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Braccio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.3.zip", - "archiveFileName": "Braccio-2.0.3.zip", - "size": 14511, - "checksum": "SHA-256:b51a94b76c0aa441a8922b12dbaf9000ac7b3c64af056784ae5250e01b8ce11b" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.4.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.4.0.zip", + "size": 1154858, + "checksum": "SHA-256:e299c69a7c7cae8d9cbf19356617967ac2feb5487e20dfb5c759d59bc3a38123" }, { - "name": "Braccio", - "version": "2.0.4", - "author": "Andrea Martino, Arduino", - "maintainer": "Arduino \u003cswdev@arduino.org\u003e", - "sentence": "Allows to move each Braccio parts using simple calls.", - "paragraph": "Works only for TinkerKit Braccio.", - "website": "https://store.arduino.cc/tinkerkit-braccio", - "category": "Device Control", + "name": "ArduinoIoTCloud", + "version": "1.4.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "avr", + "mbed", "samd", - "sam" + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Braccio.git", + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], "dependencies": [ { - "name": "Servo" + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.4.zip", - "archiveFileName": "Braccio-2.0.4.zip", - "size": 14513, - "checksum": "SHA-256:4085c4109022bb48b73312db0cecca901ff223c37545a9ea619808727ebc9ecf" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.4.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.4.1.zip", + "size": 1157708, + "checksum": "SHA-256:dd16cdd1d81a41d2ca8e3255b34195c72595045a1413edaea3498a9a97bf21e0" }, { - "name": "Ciao", - "version": "0.1.0", - "author": "Arduino \u003cswdev@arduino.org\u003e", - "maintainer": "Arduino \u003cswdev@arduino.org\u003e", - "sentence": "Arduino Ciao Library", - "paragraph": "Enables the communication between the Linux processor and the AVR. For Arduino Yún, Yún Mini, Linino One, Arduino Tian and Arduino Industrial.", - "website": "http://www.arduino.org/learning/reference/ciao-library", + "name": "ArduinoIoTCloud", + "version": "1.5.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", "category": "Communication", "architectures": [ - "avr", - "samd" + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Ciao.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.0.zip", - "archiveFileName": "Ciao-0.1.0.zip", - "size": 20169, - "checksum": "SHA-256:bdff005e9cea8f6b78160b7c6e2f7ce50f5caf1f966602166c7702a278692936" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.5.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.5.0.zip", + "size": 1159039, + "checksum": "SHA-256:1137102c180948ce42b3c69b36ef6978056871262c9d21b3731a9e17873499fb" }, { - "name": "Ciao", - "version": "0.1.1", - "author": "Arduino \u003cswdev@arduino.org\u003e", - "maintainer": "Arduino \u003cswdev@arduino.org\u003e", - "sentence": "Enables communication between microcontroller and MIPS cpu. Natively support network communications, terminal (linux) and file access.", - "paragraph": "Create your own Ciao Connector for your needs and easily use it. Works only on Linino based boards like Yún, Yún Mini, Tian and Industrial 101.", - "website": "http://www.arduino.org/learning/reference/ciao-library", + "name": "ArduinoIoTCloud", + "version": "1.6.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", "category": "Communication", "architectures": [ - "avr", - "samd" + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Ciao.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.1.zip", - "archiveFileName": "Ciao-0.1.1.zip", - "size": 20249, - "checksum": "SHA-256:396aebf65cd7cc43142d8ccf6de5bd0a0227b9d5d45c803ef7fbb50974272dab" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.6.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.6.0.zip", + "size": 1161591, + "checksum": "SHA-256:268ac12dddf2d145453a999d42f8bf1f68951af72c48d5017ba39915d9a62ea4" }, { - "name": "Arduino Uno WiFi Dev Ed Library", - "version": "0.0.3", + "name": "ArduinoIoTCloud", + "version": "1.6.1", "author": "Arduino", - "maintainer": "Arduino\u003cswdev@arduino.org\u003e", - "sentence": "This library allows users to use network features like rest and mqtt. Includes some tools for the ESP8266.", - "paragraph": "Use this library only with Arduino Uno WiFi Developer Edition.", - "website": "http://www.arduino.org", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", "category": "Communication", "architectures": [ - "avr" + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/UnoWiFi-Developer-Edition-Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Uno_WiFi_Dev_Ed_Library-0.0.3.zip", - "archiveFileName": "Arduino_Uno_WiFi_Dev_Ed_Library-0.0.3.zip", - "size": 37554, - "checksum": "SHA-256:9c181936c57c7762e91d35807679f4f412fe8fb07aad0f64a1f94b0646dc7465" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.6.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.6.1.zip", + "size": 1161629, + "checksum": "SHA-256:8dc92f3b7cfe3e202c708a22065e824aad3e2caaff35a231eb3f40939b541535" }, { - "name": "FlashStorage", - "version": "0.5.0", - "author": "Cristian Maglie", + "name": "ArduinoIoTCloud", + "version": "1.7.0", + "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.", - "paragraph": "Useful if the EEPROM is not available or too small. Currently, only ATSAMD21 cpu is supported (and conequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", - "website": "https://github.com/cmaglie/FlashStorage", - "category": "Data Storage", + "sentence": "This library allows to connect to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "samd" + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/cmaglie/FlashStorage.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.5.0.zip", - "archiveFileName": "FlashStorage-0.5.0.zip", - "size": 7848, - "checksum": "SHA-256:f2636f5a5a1195637a8021958aea79d4bf34f0a67abcc0e8f1d857db78d2c7af" + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.7.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.7.0.zip", + "size": 1162184, + "checksum": "SHA-256:5e4c637ca478cdbe84cfbd86b6946da5a0301d05be9eb5088b0710a916ad917d" }, { - "name": "FlashStorage", - "version": "0.6.0", - "author": "Various", + "name": "ArduinoIoTCloud", + "version": "1.8.0", + "author": "Arduino", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.", - "paragraph": "Useful if the EEPROM is not available or too small. Currently, only ATSAMD21 cpu is supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", - "website": "https://github.com/cmaglie/FlashStorage", - "category": "Data Storage", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", "architectures": [ - "samd" + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/cmaglie/FlashStorage.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.6.0.zip", - "archiveFileName": "FlashStorage-0.6.0.zip", - "size": 11528, - "checksum": "SHA-256:3968537ff3c0df014c7c0f35e156b88fe54f05fcbef2ee9e22caa596e4035e92" - }, - { - "name": "FlashStorage", + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.8.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.8.0.zip", + "size": 1162782, + "checksum": "SHA-256:933e4c903c5f9da2c2b37aa99d16db73384326a7a9a70004eb44e26e1011a726" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.9.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.9.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.9.0.zip", + "size": 1167875, + "checksum": "SHA-256:13f230e5bdf4112fc54a1faaa236025b513cddb2888b837708d8245fc65677b7" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.10.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.10.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.10.0.zip", + "size": 1171195, + "checksum": "SHA-256:c1a5594582024ae7f78d0e7b1f0ec08700a766f4ee782635578a53eca6b75678" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.11.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.11.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.11.0.zip", + "size": 1174812, + "checksum": "SHA-256:a86c66c57e46b4ab4cd8effd6acc252ea6ef3ffcbd618ece3dba8d8c50c28ee2" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.11.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.11.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.11.1.zip", + "size": 1174808, + "checksum": "SHA-256:193cd5bc34c4b7b0bf3bd8f4af2bc3011d2582a153064d72351c0fbbc53651a9" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.11.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.11.2.zip", + "archiveFileName": "ArduinoIoTCloud-1.11.2.zip", + "size": 1174995, + "checksum": "SHA-256:a8c6fd590863d514ecb88df0cd8daaf8f3a259c8328dd71dd642a6580c206c01" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.11.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.11.3.zip", + "archiveFileName": "ArduinoIoTCloud-1.11.3.zip", + "size": 1175171, + "checksum": "SHA-256:337e85a872c67faa53fb7a3dc3672c710f11b2b7eb867c8860935690e9fac42f" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.12.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.12.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.12.0.zip", + "size": 1177275, + "checksum": "SHA-256:0f6ad23a8e2e85e3a36f96f3f156271306485cd5b63782a286e6001bdae4486c" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.12.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.12.1.zip", + "archiveFileName": "ArduinoIoTCloud-1.12.1.zip", + "size": 1179852, + "checksum": "SHA-256:c874ea58cd0455f30da9c9a5a0dbfc8cc49b3e7b9b0662fa1d73c34696df36f4" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.12.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.12.2.zip", + "archiveFileName": "ArduinoIoTCloud-1.12.2.zip", + "size": 1182337, + "checksum": "SHA-256:d3446ab2d1b8215efd4498aec70d080990338242da297d9841828f22c386a610" + }, + { + "name": "ArduinoIoTCloud", + "version": "1.13.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library allows connecting to the Arduino IoT Cloud service.", + "paragraph": "It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKR GSM, MKR1000 and WiFi101.", + "website": "https://github.com/arduino-libraries/ArduinoIoTCloud", + "category": "Communication", + "architectures": [ + "mbed", + "samd", + "esp8266", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno", + "mbed_edge" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoIoTCloud.git", + "providesIncludes": [ + "ArduinoIoTCloud.h" + ], + "dependencies": [ + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "Arduino_DebugUtils" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "RTCZero" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Arduino_ESP32_OTA" + }, + { + "name": "Arduino_Portenta_OTA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoIoTCloud-1.13.0.zip", + "archiveFileName": "ArduinoIoTCloud-1.13.0.zip", + "size": 1183898, + "checksum": "SHA-256:16caf4eec297b88d1cbc595f4e9c2b8faaa3d65402bf3ef5b00b8e13a17a18f2" + }, + { + "name": "ArduinoGraphics", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Core graphics library for Arduino.", + "paragraph": "Based on the Processing API.", + "website": "http://github.com/arduino-libraries/ArduinoGraphics", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoGraphics.git", + "providesIncludes": [ + "ArduinoGraphics.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoGraphics-1.0.0.zip", + "archiveFileName": "ArduinoGraphics-1.0.0.zip", + "size": 47622, + "checksum": "SHA-256:74a550c4b61a94a0254d9ca7925192ed9652e752b3e9835a2dbf982bb609089c" + }, + { + "name": "ArduinoGraphics", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Core graphics library for Arduino.", + "paragraph": "Based on the Processing API.", + "website": "http://github.com/arduino-libraries/ArduinoGraphics", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoGraphics.git", + "providesIncludes": [ + "ArduinoGraphics.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoGraphics-1.1.0.zip", + "archiveFileName": "ArduinoGraphics-1.1.0.zip", + "size": 52982, + "checksum": "SHA-256:553c983d5acd38178a064ffed759b4873c7dcc94e18a6836340fdc8b75b82fc8" + }, + { + "name": "Arduino_MKRTHERM", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature sensors connected to your MKR THERM shield.", + "website": "https://github.com/arduino-libraries/Arduino_MKRTHERM", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRTHERM.git", + "providesIncludes": [ + "Arduino_MKRTHERM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRTHERM-1.0.0.zip", + "archiveFileName": "Arduino_MKRTHERM-1.0.0.zip", + "size": 6005, + "checksum": "SHA-256:18b8cae21c1b60f3d6f5c74e86cdcc4bc692c4941285ee128b80cad835a46b3e" + }, + { + "name": "VidorGraphics", + "version": "1.0.1", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/arduino/VidorLibs", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.1.zip", + "archiveFileName": "VidorGraphics-1.0.1.zip", + "size": 406077, + "checksum": "SHA-256:b19731ed4e6c0037d48187755e5bd75cbd09396d301bd7944ecfc22950ce97f0" + }, + { + "name": "VidorGraphics", + "version": "1.0.2", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/vidor-libraries/VidorGraphics", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.2.zip", + "archiveFileName": "VidorGraphics-1.0.2.zip", + "size": 418614, + "checksum": "SHA-256:9757e344b74d478fb719872dc2b925791dca78124213424f8ac593c05704906c" + }, + { + "name": "VidorGraphics", + "version": "1.0.3", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/vidor-libraries/VidorGraphics", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.0.3.zip", + "archiveFileName": "VidorGraphics-1.0.3.zip", + "size": 419538, + "checksum": "SHA-256:41797f6a14eb7caf2f1051a0b234e2bffc9ddb6f3a61a77e9d0b286f431bdb28" + }, + { + "name": "VidorGraphics", + "version": "1.1.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides graphical functionalities on MKR Vidor 4000", + "paragraph": "Unleash your creativity with the HDMI output and the Camera capture; also contains some IO/communication IPs (less than VidorBase)", + "website": "https://github.com/vidor-libraries/VidorGraphics", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/VidorGraphics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorGraphics-1.1.0.zip", + "archiveFileName": "VidorGraphics-1.1.0.zip", + "size": 475809, + "checksum": "SHA-256:e6460d9f9db30b2759c94f78a25ab918b7e82d81b8db2f87c5bc54a62c962fc7" + }, + { + "name": "VidorPeripherals", + "version": "1.0.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides extended IO functionalities and interfaces", + "paragraph": "Provides extended IO functionalities and interfaces", + "website": "https://github.com/arduino/VidorLibs", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.0.zip", + "archiveFileName": "VidorPeripherals-1.0.0.zip", + "size": 380619, + "checksum": "SHA-256:cf38cc128abd39ac338cc3bd0e2c0ebfd1fe44b3c39d7e87c4de0fc4608efdc5" + }, + { + "name": "VidorPeripherals", + "version": "1.0.1", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides extended IO functionalities and interfaces", + "paragraph": "Provides extended IO functionalities and interfaces", + "website": "https://github.com/vidor-libraries/VidorPeripherals", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.0.1.zip", + "archiveFileName": "VidorPeripherals-1.0.1.zip", + "size": 387226, + "checksum": "SHA-256:a977e1350acb466ffe509e1b35ecc2cfc518cda237fee0757e31368b7d6a407b" + }, + { + "name": "VidorPeripherals", + "version": "1.1.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "Provides extended IO functionalities and interfaces", + "paragraph": "Provides extended IO functionalities and interfaces", + "website": "https://github.com/vidor-libraries/VidorPeripherals", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/VidorPeripherals.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/VidorPeripherals-1.1.0.zip", + "archiveFileName": "VidorPeripherals-1.1.0.zip", + "size": 432689, + "checksum": "SHA-256:dae40355f1e4d6f25824ab8b1bdf313bc30bb9e10ed8c7b0c24df8f4dbcd50e3" + }, + { + "name": "USBBlaster", + "version": "1.0.0", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "USB Blaster emulation for Arduino boards", + "paragraph": "PluggableUSB module to emulate an USB Blaster. The basic port targets Arduino MKRVidor4000", + "website": "https://github.com/arduino/VidorUtils/extras", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/USBBlaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/USBBlaster-1.0.0.zip", + "archiveFileName": "USBBlaster-1.0.0.zip", + "size": 99868, + "checksum": "SHA-256:b40eeb695bc5cea6b8e6fc2a0831a1e10bbdeb98e68e48cd19b28398275ac2a7" + }, + { + "name": "USBBlaster", + "version": "1.0.1", + "author": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "maintainer": "Martino Facchin \u003cm.facchin@arduino.cc\u003e", + "sentence": "USB Blaster emulation for Arduino boards", + "paragraph": "PluggableUSB module to emulate an USB Blaster. The basic port targets Arduino MKRVidor4000", + "website": "https://github.com/vidor-libraries/USBBlaster", + "category": "Data Processing", + "architectures": [ + "samd", + "samd_beta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/vidor-libraries/USBBlaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vidor-libraries/USBBlaster-1.0.1.zip", + "archiveFileName": "USBBlaster-1.0.1.zip", + "size": 101546, + "checksum": "SHA-256:14e580f3b1e2dc16a42e65a36537bcf10d6411952a8493a1638bb23a0322c631" + }, + { + "name": "Braccio", + "version": "2.0.1", + "author": "Andrea Martino", + "maintainer": "Andrea \u003ca.martino@arduino.org\u003e", + "sentence": "For Arduino braccio only.", + "paragraph": "Arduino Braccio", + "website": "www.arduino.org", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Braccio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.1.zip", + "archiveFileName": "Braccio-2.0.1.zip", + "size": 14448, + "checksum": "SHA-256:5f80541646322e45f67a7413c4d9724eb612f2e22d3e8f4a2d45ed370356a252" + }, + { + "name": "Braccio", + "version": "2.0.2", + "author": "Andrea Martino", + "maintainer": "Andrea \u003ca.martino@arduino.org\u003e", + "sentence": "For Arduino braccio only.", + "paragraph": "Arduino Braccio", + "website": "http://www.arduino.org", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Braccio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.2.zip", + "archiveFileName": "Braccio-2.0.2.zip", + "size": 14453, + "checksum": "SHA-256:8f7fb5c8f57895891c33c7eaf1ae5e65eecf0b971a46549f5ac241859292ff94" + }, + { + "name": "Braccio", + "version": "2.0.3", + "author": "Andrea Martino, Arduino", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Allows to move each Braccio parts using simple calls.", + "paragraph": "Works only for TinkerKit Braccio.", + "website": "http://www.arduino.org/learning/reference/Braccio", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Braccio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.3.zip", + "archiveFileName": "Braccio-2.0.3.zip", + "size": 14511, + "checksum": "SHA-256:b51a94b76c0aa441a8922b12dbaf9000ac7b3c64af056784ae5250e01b8ce11b" + }, + { + "name": "Braccio", + "version": "2.0.4", + "author": "Andrea Martino, Arduino", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Allows to move each Braccio parts using simple calls.", + "paragraph": "Works only for TinkerKit Braccio.", + "website": "https://store.arduino.cc/tinkerkit-braccio", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Braccio.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Braccio-2.0.4.zip", + "archiveFileName": "Braccio-2.0.4.zip", + "size": 14513, + "checksum": "SHA-256:4085c4109022bb48b73312db0cecca901ff223c37545a9ea619808727ebc9ecf" + }, + { + "name": "Ciao", + "version": "0.1.0", + "author": "Arduino \u003cswdev@arduino.org\u003e", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Arduino Ciao Library", + "paragraph": "Enables the communication between the Linux processor and the AVR. For Arduino Yún, Yún Mini, Linino One, Arduino Tian and Arduino Industrial.", + "website": "http://www.arduino.org/learning/reference/ciao-library", + "category": "Communication", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Ciao.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.0.zip", + "archiveFileName": "Ciao-0.1.0.zip", + "size": 20169, + "checksum": "SHA-256:bdff005e9cea8f6b78160b7c6e2f7ce50f5caf1f966602166c7702a278692936" + }, + { + "name": "Ciao", + "version": "0.1.1", + "author": "Arduino \u003cswdev@arduino.org\u003e", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Enables communication between microcontroller and MIPS cpu. Natively support network communications, terminal (linux) and file access.", + "paragraph": "Create your own Ciao Connector for your needs and easily use it. Works only on Linino based boards like Yún, Yún Mini, Tian and Industrial 101.", + "website": "http://www.arduino.org/learning/reference/ciao-library", + "category": "Communication", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Ciao.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ciao-0.1.1.zip", + "archiveFileName": "Ciao-0.1.1.zip", + "size": 20249, + "checksum": "SHA-256:396aebf65cd7cc43142d8ccf6de5bd0a0227b9d5d45c803ef7fbb50974272dab" + }, + { + "name": "Arduino Uno WiFi Dev Ed Library", + "version": "0.0.3", + "author": "Arduino", + "maintainer": "Arduino\u003cswdev@arduino.org\u003e", + "sentence": "This library allows users to use network features like rest and mqtt. Includes some tools for the ESP8266.", + "paragraph": "Use this library only with Arduino Uno WiFi Developer Edition.", + "website": "http://www.arduino.org", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/UnoWiFi-Developer-Edition-Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Uno_WiFi_Dev_Ed_Library-0.0.3.zip", + "archiveFileName": "Arduino_Uno_WiFi_Dev_Ed_Library-0.0.3.zip", + "size": 37554, + "checksum": "SHA-256:9c181936c57c7762e91d35807679f4f412fe8fb07aad0f64a1f94b0646dc7465" + }, + { + "name": "FlashStorage", + "version": "0.5.0", + "author": "Cristian Maglie", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, only ATSAMD21 cpu is supported (and conequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", + "website": "https://github.com/cmaglie/FlashStorage", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cmaglie/FlashStorage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.5.0.zip", + "archiveFileName": "FlashStorage-0.5.0.zip", + "size": 7848, + "checksum": "SHA-256:f2636f5a5a1195637a8021958aea79d4bf34f0a67abcc0e8f1d857db78d2c7af" + }, + { + "name": "FlashStorage", + "version": "0.6.0", + "author": "Various", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, only ATSAMD21 cpu is supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", + "website": "https://github.com/cmaglie/FlashStorage", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cmaglie/FlashStorage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/FlashStorage-0.6.0.zip", + "archiveFileName": "FlashStorage-0.6.0.zip", + "size": 11528, + "checksum": "SHA-256:3968537ff3c0df014c7c0f35e156b88fe54f05fcbef2ee9e22caa596e4035e92" + }, + { + "name": "FlashStorage", "version": "0.7.0", "author": "Various", "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", @@ -9692,1603 +13111,103 @@ "checksum": "SHA-256:693f18eb2f0f45120dd95966957268faca6eb8897f5015d59986e978e85bafa6" }, { - "name": "AzureIoTHub", - "version": "0.2.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme for more details.", - "website": "https://github.com/arduino-libraries/AzureIoTHub", - "category": "Communication", + "name": "Windows Virtual Shields for Arduino", + "version": "1.1.0", + "author": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", + "maintainer": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", + "sentence": "Windows Virtual Shields for Arduino allows an Arduino to communicate and control Windows devices running open-source Windows Universal Application.", + "paragraph": "Windows Virtual Shields for Arduino allows an Arduino to communicate with an open-source Windows Universal Application running on all Windows 10 devices, primarily focusing on Windows Phones. The library exposes the Windows Phones's sensors and capabilities to the an Arduino Sketch.", + "website": "https://windowsondevices.com", + "category": "Device Control", "architectures": [ - "samd", - "esp8266" + "*" ], "types": [ "Partner" ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-0.2.0.zip", - "archiveFileName": "AzureIoTHub-0.2.0.zip", - "size": 304791, - "checksum": "SHA-256:6fb8d17d22e0d682fe0e2884916a115bfa5cdd41aa2196e15527f70112c43311" + "repository": "https://github.com/ms-iot/virtual-shields-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.1.0.zip", + "archiveFileName": "Windows_Virtual_Shields_for_Arduino-1.1.0.zip", + "size": 1229670, + "checksum": "SHA-256:f9a97d78e5c316e57b560ce204b69ce56e6a0b4688d12910781e3042086d350e" }, { - "name": "AzureIoTHub", - "version": "1.0.17", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", + "name": "Windows Virtual Shields for Arduino", + "version": "1.2.0", + "author": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", + "maintainer": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", + "sentence": "Windows Virtual Shields for Arduino allows an Arduino to communicate and control Windows devices running open-source Windows Universal Application.", + "paragraph": "Windows Virtual Shields for Arduino allows an Arduino to communicate with an open-source Windows Universal Application running on all Windows 10 devices, primarily focusing on Windows Phones. The library exposes the Windows Phones's sensors and capabilities to the an Arduino Sketch.", + "website": "https://windowsondevices.com", + "category": "Device Control", "architectures": [ - "samd", - "esp8266" + "*" ], "types": [ "Partner" ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.17.zip", - "archiveFileName": "AzureIoTHub-1.0.17.zip", - "size": 250817, - "checksum": "SHA-256:145c1f9bae98adfcb827d55d11ae501ae90501599be8253b694a96a47ade8f7e" + "repository": "https://github.com/ms-iot/virtual-shields-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.2.0.zip", + "archiveFileName": "Windows_Virtual_Shields_for_Arduino-1.2.0.zip", + "size": 1231672, + "checksum": "SHA-256:76a876b19c9a559605aad495d4698076a7ad75f42a79146426b5ae9ba5a20696" }, { - "name": "AzureIoTHub", - "version": "1.0.21", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", + "name": "Temboo", + "version": "1.1.0", + "author": "Temboo", + "maintainer": "Temboo \u003csupport@temboo.com\u003e", + "sentence": "This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.", + "paragraph": "Use this library to connect your Arduino board to Temboo, making it simple to interact with a vast array of web-based resources and services.", + "website": "http://www.temboo.com/arduino", "category": "Communication", "architectures": [ - "samd", - "esp8266" + "*" ], "types": [ - "Partner" + "Arduino" ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.21.zip", - "archiveFileName": "AzureIoTHub-1.0.21.zip", - "size": 255978, - "checksum": "SHA-256:462ac3a07075aa7a480a593546164d47a3a543a8bfb6c6498c7e104e8797a481" + "repository": "https://github.com/arduino-libraries/Temboo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.0.zip", + "archiveFileName": "Temboo-1.1.0.zip", + "size": 37723, + "checksum": "SHA-256:5e10c964157a640b74d3627364cf4de69087efa25e35e42dd12defa037b76afd" }, { - "name": "AzureIoTHub", - "version": "1.0.30", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", + "name": "Temboo", + "version": "1.1.1", + "author": "Temboo", + "maintainer": "Temboo \u003csupport@temboo.com\u003e", + "sentence": "This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.", + "paragraph": "Use this library to connect your Arduino board to Temboo, making it simple to interact with a vast array of web-based resources and services.", + "website": "http://www.temboo.com/arduino", "category": "Communication", "architectures": [ - "samd", - "esp8266" + "*" ], "types": [ - "Partner" + "Arduino" ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.30.zip", - "archiveFileName": "AzureIoTHub-1.0.30.zip", - "size": 271391, - "checksum": "SHA-256:f24280524b93b4a381ba0738dd300df50b237ffc549899c1d3d6d0a24be3a531" + "repository": "https://github.com/arduino-libraries/Temboo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.1.zip", + "archiveFileName": "Temboo-1.1.1.zip", + "size": 37723, + "checksum": "SHA-256:66c4f8552afdb15fa1bff8c6707ac4cdfe570d755aa9ca6644b5abfd3caeafc4" }, { - "name": "AzureIoTHub", - "version": "1.0.34", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", + "name": "Temboo", + "version": "1.1.2", + "author": "Temboo", + "maintainer": "Temboo \u003csupport@temboo.com\u003e", + "sentence": "This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.", + "paragraph": "Use this library to connect your Arduino board to Temboo, making it simple to interact with a vast array of web-based resources and services.", + "website": "http://www.temboo.com/arduino", "category": "Communication", "architectures": [ - "samd", - "esp8266" + "*" ], "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.34.zip", - "archiveFileName": "AzureIoTHub-1.0.34.zip", - "size": 272590, - "checksum": "SHA-256:92904c94f137550fac86658b9ab1fd35f1a1776b0aa088d5c1b6257a70082936" - }, - { - "name": "AzureIoTHub", - "version": "1.0.35", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.35.zip", - "archiveFileName": "AzureIoTHub-1.0.35.zip", - "size": 273139, - "checksum": "SHA-256:38e2c79ec96690169b0b06ae3b68944ce7e0eb894e8c63e99cfd9c8853fc5015" - }, - { - "name": "AzureIoTHub", - "version": "1.0.36", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.36.zip", - "archiveFileName": "AzureIoTHub-1.0.36.zip", - "size": 273395, - "checksum": "SHA-256:1f6d506f24f90829147985ae71834f73b291813bda1b6a884aa0f18de6ddec66" - }, - { - "name": "AzureIoTHub", - "version": "1.0.39", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.39.zip", - "archiveFileName": "AzureIoTHub-1.0.39.zip", - "size": 279549, - "checksum": "SHA-256:c65775661ddc73ecafc52f4b1b2a80683a23b8ce9843466dd2ee8b69132f4680" - }, - { - "name": "AzureIoTHub", - "version": "1.0.40", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.40.zip", - "archiveFileName": "AzureIoTHub-1.0.40.zip", - "size": 289725, - "checksum": "SHA-256:f38517d6c391437c0c41891587bf89453cfe0c26b72526cc8c106bc6f9665582" - }, - { - "name": "AzureIoTHub", - "version": "1.0.41", - "author": "Arduino", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.41.zip", - "archiveFileName": "AzureIoTHub-1.0.41.zip", - "size": 298490, - "checksum": "SHA-256:2dc327101b0b3a5b44abae8efd086d6e42e97ae09b48855bede48b5e1d997d54" - }, - { - "name": "AzureIoTHub", - "version": "1.0.43", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.43.zip", - "archiveFileName": "AzureIoTHub-1.0.43.zip", - "size": 293490, - "checksum": "SHA-256:4452ff11e9c2878a97dd023d469cfa44fe830b23e5bce725d46a61afbf15465e" - }, - { - "name": "AzureIoTHub", - "version": "1.0.44", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.44.zip", - "archiveFileName": "AzureIoTHub-1.0.44.zip", - "size": 293489, - "checksum": "SHA-256:60643176f9fd96e3143bd93e2ea62dc468cc15c0ebe57fec8e9b6b20d20d0c28" - }, - { - "name": "AzureIoTHub", - "version": "1.0.45", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.0.45.zip", - "archiveFileName": "AzureIoTHub-1.0.45.zip", - "size": 296819, - "checksum": "SHA-256:8be03c847efb5713324ae226e07601e360965e8be2aa7ce942d09c32c092d435" - }, - { - "name": "AzureIoTHub", - "version": "1.3.6", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For ESP8266 and ESP32 modules currently.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.3.6.zip", - "archiveFileName": "AzureIoTHub-1.3.6.zip", - "size": 435770, - "checksum": "SHA-256:d47b3f098d190928bdfde4ee1b1605b265ffadc3acd7af0c12d52eea060a600e" - }, - { - "name": "AzureIoTHub", - "version": "1.3.8", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.3.8.zip", - "archiveFileName": "AzureIoTHub-1.3.8.zip", - "size": 442428, - "checksum": "SHA-256:f4c2aabb387ddd6cc29407f990b0bd880b8cf79c51434aa5b3a2032c8a0bd9ed" - }, - { - "name": "AzureIoTHub", - "version": "1.3.9", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.3.9.zip", - "archiveFileName": "AzureIoTHub-1.3.9.zip", - "size": 449145, - "checksum": "SHA-256:557b5a67295ef8a656d90b06fed4c5cfd672f1adcd266a598d20249c93e1fd9b" - }, - { - "name": "AzureIoTHub", - "version": "1.5.0", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Arduino port of the Azure IoT C device SDK. It allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTHub-1.5.0.zip", - "archiveFileName": "AzureIoTHub-1.5.0.zip", - "size": 445519, - "checksum": "SHA-256:57e8418f64fe31411bed79ade70aa55013c2b96c83770d7fd22d51e4733212d7" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.17", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.17.zip", - "archiveFileName": "AzureIoTUtility-1.0.17.zip", - "size": 183877, - "checksum": "SHA-256:3ff6181daec9fb61c70df9e8d831a6ca6d09c2f7cf080621ee6ad483c1cd7784" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.21", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.21.zip", - "archiveFileName": "AzureIoTUtility-1.0.21.zip", - "size": 188023, - "checksum": "SHA-256:9ee579ddc9ff254f8d2a5bf4e72b404d102f86b1acd63ba23fe6ea2a75b481c3" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.30", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.30.zip", - "archiveFileName": "AzureIoTUtility-1.0.30.zip", - "size": 232494, - "checksum": "SHA-256:a81d1d467204f476ecd41a460dfb39ee4f301556fb564dde152bd7340ec3129d" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.34", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.34.zip", - "archiveFileName": "AzureIoTUtility-1.0.34.zip", - "size": 238152, - "checksum": "SHA-256:d583239d06aa0a17039326e34fd1b1bb637f2d2ac6929ab31364db51faa63107" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.35", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.35.zip", - "archiveFileName": "AzureIoTUtility-1.0.35.zip", - "size": 238152, - "checksum": "SHA-256:b14333e74caac97073f2c8bb7bea6d67ba060c9ad7ddcae3180289a22b49a893" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.36", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.36.zip", - "archiveFileName": "AzureIoTUtility-1.0.36.zip", - "size": 238152, - "checksum": "SHA-256:7610b970381f6fe362efb6d176a12ade8e1314bbeb6a62b2b3c7d1272a93f9a9" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.39", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.39.zip", - "archiveFileName": "AzureIoTUtility-1.0.39.zip", - "size": 243319, - "checksum": "SHA-256:ef0f53a3ec94e156d9a058c0f522b8af8ca891bdaa69e3a14ee11a7a2c4c12ca" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.40", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.40.zip", - "archiveFileName": "AzureIoTUtility-1.0.40.zip", - "size": 247397, - "checksum": "SHA-256:5ed6c89bef5b2f854d16189cb8ec90120af1715f5bb89e7fa49ab75ecfe9e56b" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.41", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.41.zip", - "archiveFileName": "AzureIoTUtility-1.0.41.zip", - "size": 256564, - "checksum": "SHA-256:e91d95a53653f647f72127148913d0c089814bb68b85ff5fc7c024567decc516" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.42", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.42.zip", - "archiveFileName": "AzureIoTUtility-1.0.42.zip", - "size": 265961, - "checksum": "SHA-256:16edfab8e333baf668cc38500041085212d47ed4ab514337aacb9fb40ab14b06" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.43", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.43.zip", - "archiveFileName": "AzureIoTUtility-1.0.43.zip", - "size": 265961, - "checksum": "SHA-256:735589ffae4ec1acea8afbccd06d497242002f6ea65df00f94af5c61403a18ba" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.44", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.44.zip", - "archiveFileName": "AzureIoTUtility-1.0.44.zip", - "size": 265961, - "checksum": "SHA-256:1f6216bcc2541ce4ba782ff2be82d0f9b7cedb43f90d6314931d41e4b9f0dffa" - }, - { - "name": "AzureIoTUtility", - "version": "1.0.45", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.0.45.zip", - "archiveFileName": "AzureIoTUtility-1.0.45.zip", - "size": 268804, - "checksum": "SHA-256:ce5ef956805e9889ebf2d4c5616690f56334769470a281624443023d430983fc" - }, - { - "name": "AzureIoTUtility", - "version": "1.1.12", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.1.12.zip", - "archiveFileName": "AzureIoTUtility-1.1.12.zip", - "size": 453411, - "checksum": "SHA-256:7b940d506c25fab082318621faaa908da78ecd378377f228e500c731a0a2629b" - }, - { - "name": "AzureIoTUtility", - "version": "1.3.8", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.3.8.zip", - "archiveFileName": "AzureIoTUtility-1.3.8.zip", - "size": 454684, - "checksum": "SHA-256:2ee8b40aa14463a1072dbebb7211f290bf506a5dead6257e204e2a116035694c" - }, - { - "name": "AzureIoTUtility", - "version": "1.3.9", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.3.9.zip", - "archiveFileName": "AzureIoTUtility-1.3.9.zip", - "size": 460277, - "checksum": "SHA-256:1006af99b428a288f4bf572b3e76f2adba782d4727b06657f7686dcc53644c52" - }, - { - "name": "AzureIoTUtility", - "version": "1.5.0", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft port of the Azure C Shared Utility. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-utility", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-utility.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTUtility-1.5.0.zip", - "archiveFileName": "AzureIoTUtility-1.5.0.zip", - "size": 460211, - "checksum": "SHA-256:d5be188e9a45521207ceccadd0f22858298f7c6a5de51dad216461b8032a73e5" - }, - { - "name": "Windows Virtual Shields for Arduino", - "version": "1.1.0", - "author": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", - "maintainer": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", - "sentence": "Windows Virtual Shields for Arduino allows an Arduino to communicate and control Windows devices running open-source Windows Universal Application.", - "paragraph": "Windows Virtual Shields for Arduino allows an Arduino to communicate with an open-source Windows Universal Application running on all Windows 10 devices, primarily focusing on Windows Phones. The library exposes the Windows Phones's sensors and capabilities to the an Arduino Sketch.", - "website": "https://windowsondevices.com", - "category": "Device Control", - "architectures": [ - "*" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/ms-iot/virtual-shields-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.1.0.zip", - "archiveFileName": "Windows_Virtual_Shields_for_Arduino-1.1.0.zip", - "size": 1229670, - "checksum": "SHA-256:f9a97d78e5c316e57b560ce204b69ce56e6a0b4688d12910781e3042086d350e" - }, - { - "name": "Windows Virtual Shields for Arduino", - "version": "1.2.0", - "author": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", - "maintainer": "Windows Developer Program for IoT \u003cwdpIoT@microsoft.com\u003e", - "sentence": "Windows Virtual Shields for Arduino allows an Arduino to communicate and control Windows devices running open-source Windows Universal Application.", - "paragraph": "Windows Virtual Shields for Arduino allows an Arduino to communicate with an open-source Windows Universal Application running on all Windows 10 devices, primarily focusing on Windows Phones. The library exposes the Windows Phones's sensors and capabilities to the an Arduino Sketch.", - "website": "https://windowsondevices.com", - "category": "Device Control", - "architectures": [ - "*" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/ms-iot/virtual-shields-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ms-iot/Windows_Virtual_Shields_for_Arduino-1.2.0.zip", - "archiveFileName": "Windows_Virtual_Shields_for_Arduino-1.2.0.zip", - "size": 1231672, - "checksum": "SHA-256:76a876b19c9a559605aad495d4698076a7ad75f42a79146426b5ae9ba5a20696" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.17", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.17.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.17.zip", - "size": 25058, - "checksum": "SHA-256:7e26deac6fc552ad673b00de5060936c9bc90315c9dab88940e42ee7da723185" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.21", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.21.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.21.zip", - "size": 25058, - "checksum": "SHA-256:004d29a736a01b1fe97f0515d55684aa741cee591155b6e35d9ff6e04aaedbda" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.30", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.30.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.30.zip", - "size": 25156, - "checksum": "SHA-256:add20c8b08396e1a2661fa22685a5de33f03f0c901b8e52a41ef775fa9b0dcee" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.34", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.34.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.34.zip", - "size": 25318, - "checksum": "SHA-256:dbef9f53151c23a96884d6f39fb1f7907294892f1a5a5e57a73a24d27f7f7970" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.35", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.35.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.35.zip", - "size": 25318, - "checksum": "SHA-256:80c09d23af1fad934613081aaa13a8dab590672a798b819bf299b3092dad488e" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.36", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.36.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.36.zip", - "size": 25317, - "checksum": "SHA-256:82354854c09572825e06ef72970fedf0ee628d2781f07ae90f6492dbac345023" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.39", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.39.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.39.zip", - "size": 25858, - "checksum": "SHA-256:184bcd9b85305eafce89254cc592137840454d299bd0c47cb979987f1a580223" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.40", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.40.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.40.zip", - "size": 25974, - "checksum": "SHA-256:6f30c7b8b68b4df5746637a45da240c720eadc1460ba48d136b69d910ddcca4f" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.41", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.41.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.41.zip", - "size": 34298, - "checksum": "SHA-256:56def37e0141f10b537ce4db6327be0306d914e80ef250c7f206482f0a38bc62" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.42", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.42.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.42.zip", - "size": 31824, - "checksum": "SHA-256:77de26c2dbf22d5b8b0dacf39512a2e2b3a71cc3615ea795831f6c7dfc2556d5" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.43", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.43.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.43.zip", - "size": 31825, - "checksum": "SHA-256:7308a3e3d368549339a182c44dfc5d83feff8913b0d0c39739204b70087ad2e6" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.44", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.44.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.44.zip", - "size": 31824, - "checksum": "SHA-256:beb8549f54e3691eeb6f5155b8e648ea3914f24709e3e71961cd0447c370cfa9" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.0.45", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.0.45.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.0.45.zip", - "size": 31895, - "checksum": "SHA-256:970b9d54d14f90031da820ba2c055cfe84b0220fe9a4fc1649bdc7c905322492" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.1.12", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.1.12.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.1.12.zip", - "size": 20493, - "checksum": "SHA-256:d7507aa4eb49803bf1e0fd5b7b6b724692fa1f77d2e791709b7c3b9dd2309c8f" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.3.8", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.3.8.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.3.8.zip", - "size": 21327, - "checksum": "SHA-256:4d573728a006ef8700ce77d0ca2bcda2e58b766ef1942d7ea52ff87cab653f1f" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.3.9", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.3.9.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.3.9.zip", - "size": 21328, - "checksum": "SHA-256:64a0b3444d4ac00537ca473ba4578ee4d19ca06e4e8de25ab49b3610f26368b1" - }, - { - "name": "AzureIoTProtocol_MQTT", - "version": "1.5.0", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the MQTT protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using MQTT as the transport protocol. See readme.md for more details.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt", - "category": "Communication", - "architectures": [ - "samd", - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_MQTT-1.5.0.zip", - "archiveFileName": "AzureIoTProtocol_MQTT-1.5.0.zip", - "size": 21609, - "checksum": "SHA-256:db4d0347e913f6962cfe45a0b74b8653746e7b50c0f41a41cfc3139feddad384" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.17", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.17.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.17.zip", - "size": 18879, - "checksum": "SHA-256:477af88a7151e7b2fa95804a2444ed2792a31cd7968abe8b17771e05203cfdb0" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.21", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.21.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.21.zip", - "size": 18879, - "checksum": "SHA-256:f8f902d334902c78e6eb87eda17f1d7beafce3022747dc3a10cc59ae9abe1253" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.30", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.30.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.30.zip", - "size": 18861, - "checksum": "SHA-256:7e056d4a89795b89377ad13dd792878fb49e6741c2659806340efeaf5856bfa3" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.34", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.34.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.34.zip", - "size": 19045, - "checksum": "SHA-256:21284e29b4e8cfd07d979b0680d48bb8cfbc3bfc409bcfd26a43065bbfb64a10" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.35", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.35.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.35.zip", - "size": 19042, - "checksum": "SHA-256:705cd30894a29f50738361235e8cee02eb8162d08427aaaeeff28075a883f5c8" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.36", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.36.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.36.zip", - "size": 19040, - "checksum": "SHA-256:23737109b3b996c2d98feb15abe7fe334aac51c0816ecacbd703867cd803a413" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.39", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.39.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.39.zip", - "size": 19003, - "checksum": "SHA-256:bdf4df029d8a71ab02179ee05a9a64a3cb45d1815aab7f52c1cbce66f0a52206" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.40", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.40.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.40.zip", - "size": 19033, - "checksum": "SHA-256:4141a9ece360c49b12d9aa263ea5618eaf2db9fadb08e84b7c163fc278dd1119" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.41", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.41.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.41.zip", - "size": 27970, - "checksum": "SHA-256:03f047f3638cb682ad3defc7997526f0d38334b9cae9f06545d6fe1b26b81e81" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.42", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.42.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.42.zip", - "size": 25462, - "checksum": "SHA-256:753f8b9b7124f0abdb44b8d9170b993036e6c0554b0ef4620414c24dba20a40c" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.43", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.43.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.43.zip", - "size": 25463, - "checksum": "SHA-256:fdc1a079b13a1d19c72759bd9a61a676a8431a90d3a49198d7583030c62128fc" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.44", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.44.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.44.zip", - "size": 25462, - "checksum": "SHA-256:80e6c435cc5a962c2fe8349a0eab1c5834deafa6fca81f2ed89e1dfeaa162e5e" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.0.45", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "samd", - "esp8266" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.0.45.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.0.45.zip", - "size": 25463, - "checksum": "SHA-256:139bc6fcaeb88b0617d711966d0e34066218837514c12f225a3700443b1cbe4f" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.1.12", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.1.12.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.1.12.zip", - "size": 11850, - "checksum": "SHA-256:ddd63b800b7b209a470724c2ce74fb7b9e3890596dd9c36782913d9a842d9635" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.3.8", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.3.8.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.3.8.zip", - "size": 12707, - "checksum": "SHA-256:4222b2f164a58c9ff28db3426842e90df8a011cbd9bea26ceb72239890787914" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.3.9", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.3.9.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.3.9.zip", - "size": 13506, - "checksum": "SHA-256:0f4d5ca5301c2ea241e0767d3477273e15a28320cf3f12562f3dd8bc34d93c3e" - }, - { - "name": "AzureIoTProtocol_HTTP", - "version": "1.5.0", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.", - "paragraph": "Microsoft compact implementation of the HTTP protocol for small devices like Arduino. It allows you to use your Arduino with the Azure IoT Hub using HTTP as the transport protocol. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-protocol-http", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Partner" - ], - "repository": "https://github.com/Azure/azure-iot-arduino-protocol-http.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTProtocol_HTTP-1.5.0.zip", - "archiveFileName": "AzureIoTProtocol_HTTP-1.5.0.zip", - "size": 13524, - "checksum": "SHA-256:0121267cce5a37f891cefdc03df041920bad3318280cc981fec5a1dc643bf769" - }, - { - "name": "Temboo", - "version": "1.1.0", - "author": "Temboo", - "maintainer": "Temboo \u003csupport@temboo.com\u003e", - "sentence": "This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.", - "paragraph": "Use this library to connect your Arduino board to Temboo, making it simple to interact with a vast array of web-based resources and services.", - "website": "http://www.temboo.com/arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Arduino" - ], - "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.0.zip", - "archiveFileName": "Temboo-1.1.0.zip", - "size": 37723, - "checksum": "SHA-256:5e10c964157a640b74d3627364cf4de69087efa25e35e42dd12defa037b76afd" - }, - { - "name": "Temboo", - "version": "1.1.1", - "author": "Temboo", - "maintainer": "Temboo \u003csupport@temboo.com\u003e", - "sentence": "This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.", - "paragraph": "Use this library to connect your Arduino board to Temboo, making it simple to interact with a vast array of web-based resources and services.", - "website": "http://www.temboo.com/arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Arduino" - ], - "repository": "https://github.com/arduino-libraries/Temboo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.1.zip", - "archiveFileName": "Temboo-1.1.1.zip", - "size": 37723, - "checksum": "SHA-256:66c4f8552afdb15fa1bff8c6707ac4cdfe570d755aa9ca6644b5abfd3caeafc4" - }, - { - "name": "Temboo", - "version": "1.1.2", - "author": "Temboo", - "maintainer": "Temboo \u003csupport@temboo.com\u003e", - "sentence": "This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.", - "paragraph": "Use this library to connect your Arduino board to Temboo, making it simple to interact with a vast array of web-based resources and services.", - "website": "http://www.temboo.com/arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Arduino" + "Arduino" ], "repository": "https://github.com/arduino-libraries/Temboo.git", "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Temboo-1.1.2.zip", @@ -11549,165 +13468,484 @@ "checksum": "SHA-256:72c44ac46bb83fd0f5aab526271d05083ac53889c26cb2a128136bf3e68a4961" }, { - "name": "Adafruit ADXL345", - "version": "1.0.0", + "name": "Adafruit ADS1X15", + "version": "1.1.2", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified driver for the ADXL345 Accelerometer", - "paragraph": "Unified driver for the ADXL345 Accelerometer", - "website": "https://github.com/adafruit/Adafruit_ADXL345", - "category": "Sensors", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.0.0.zip", - "archiveFileName": "Adafruit_ADXL345-1.0.0.zip", - "size": 9014, - "checksum": "SHA-256:c87cc2cf3ca7b68be54f03613c8bc702de782578e069c23ea5569085276890bc" + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-1.1.2.zip", + "archiveFileName": "Adafruit_ADS1X15-1.1.2.zip", + "size": 11030, + "checksum": "SHA-256:a1275c496d8ac9816f1d015a97e778455930c4985e68756fb0b93aaf16d709d9" }, { - "name": "Adafruit ADXL345", - "version": "1.2.0", + "name": "Adafruit ADS1X15", + "version": "2.0.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified driver for the ADXL345 Accelerometer", - "paragraph": "Unified driver for the ADXL345 Accelerometer", - "website": "https://github.com/adafruit/Adafruit_ADXL345", - "category": "Sensors", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.0.zip", - "archiveFileName": "Adafruit_ADXL345-1.2.0.zip", - "size": 9509, - "checksum": "SHA-256:55fa510e4930b6f744ed309e4e0eea8836a70ec048c7818877a62fc043f964af" + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.0.1.zip", + "archiveFileName": "Adafruit_ADS1X15-2.0.1.zip", + "size": 11077, + "checksum": "SHA-256:63544ff46bd4e0b18cdb52093ad06f08c64128c64d8f606d824f06f0ded3c971" }, { - "name": "Adafruit ADXL345", - "version": "1.2.1", + "name": "Adafruit ADS1X15", + "version": "2.1.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified driver for the ADXL345 Accelerometer", - "paragraph": "Unified driver for the ADXL345 Accelerometer", - "website": "https://github.com/adafruit/Adafruit_ADXL345", - "category": "Sensors", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.1.zip", - "archiveFileName": "Adafruit_ADXL345-1.2.1.zip", - "size": 13134, - "checksum": "SHA-256:ed08929eb5e7e89e7fef96e98e7bfa55c080ffe33dd9b73c09e6fc954d493312" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.1.0.zip", + "archiveFileName": "Adafruit_ADS1X15-2.1.0.zip", + "size": 11715, + "checksum": "SHA-256:c2e96c90a9b71554e783dbc4d0b5d498349b9baa56919551d21808d177bd6f2b" }, { - "name": "Adafruit ADXL345", - "version": "1.2.2", + "name": "Adafruit ADS1X15", + "version": "2.1.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified driver for the ADXL345 Accelerometer", - "paragraph": "Unified driver for the ADXL345 Accelerometer", - "website": "https://github.com/adafruit/Adafruit_ADXL345", - "category": "Sensors", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.2.zip", - "archiveFileName": "Adafruit_ADXL345-1.2.2.zip", - "size": 13123, - "checksum": "SHA-256:3281c434c66d561cca8017060f4c1878bde9ab42027f3e4f3bd24bbf7d0fc200" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.1.1.zip", + "archiveFileName": "Adafruit_ADS1X15-2.1.1.zip", + "size": 11716, + "checksum": "SHA-256:7264844970659954e7f071b072c3eae2aebcf63f7745ef60b41bd3ce730a947d" }, { - "name": "Adafruit AM2315", - "version": "1.0.0", + "name": "Adafruit ADS1X15", + "version": "2.2.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library code for AM2315 sensors", - "paragraph": "Library code for AM2315 sensors", - "website": "https://github.com/adafruit/Adafruit_AM2315", - "category": "Sensors", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_AM2315.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.0.zip", - "archiveFileName": "Adafruit_AM2315-1.0.0.zip", - "size": 4795, - "checksum": "SHA-256:612781d07a3b13be288a31541f30af691c1878cdbd308cdf3bbb5f33e295c2b1" + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.2.0.zip", + "archiveFileName": "Adafruit_ADS1X15-2.2.0.zip", + "size": 11834, + "checksum": "SHA-256:bd5142d0900cc65ae70d8c04c15d3357ac5146aaf8c8540d3258b65a709eebd7" }, { - "name": "Adafruit AM2315", - "version": "1.0.1", + "name": "Adafruit ADS1X15", + "version": "2.3.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library code for AM2315 sensors", - "paragraph": "Library code for AM2315 sensors", - "website": "https://github.com/adafruit/Adafruit_AM2315", - "category": "Sensors", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_AM2315.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.1.zip", - "archiveFileName": "Adafruit_AM2315-1.0.1.zip", - "size": 4819, - "checksum": "SHA-256:1878b2015c36668c4d57a1b9e24d540608ddca6527cd80fc37e8ec1847b6606d" + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.3.0.zip", + "archiveFileName": "Adafruit_ADS1X15-2.3.0.zip", + "size": 11897, + "checksum": "SHA-256:78dd3f62c2643bf2cab564ffa05b38b28a4d9c63574563ead6425ce59801e728" }, { - "name": "Adafruit AM2315", - "version": "2.0.0", + "name": "Adafruit ADS1X15", + "version": "2.4.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library code for AM2315 sensors", - "paragraph": "Library code for AM2315 sensors", - "website": "https://github.com/adafruit/Adafruit_AM2315", - "category": "Sensors", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_AM2315.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.0.0.zip", - "archiveFileName": "Adafruit_AM2315-2.0.0.zip", - "size": 5540, - "checksum": "SHA-256:477d557f13fb12b511ce6de1cc2cdbf36ff6cd9de44cbd006e9dceed7f357cc2" + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.4.0.zip", + "archiveFileName": "Adafruit_ADS1X15-2.4.0.zip", + "size": 15140, + "checksum": "SHA-256:02266ddca09a6a4211199093856fe9198a45567001aff1b34c1fb3ae83030f01" }, { - "name": "Adafruit AM2315", - "version": "2.1.0", + "name": "Adafruit ADS1X15", + "version": "2.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/adafruit/Adafruit_ADS1X15", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS1X15-2.4.2.zip", + "archiveFileName": "Adafruit_ADS1X15-2.4.2.zip", + "size": 15140, + "checksum": "SHA-256:fbf8c8fe2f87ad92210f283dbc046af6d8e12229eba57bea0a9b84d57eae5d04" + }, + { + "name": "Adafruit ADXL345", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.0.0.zip", + "archiveFileName": "Adafruit_ADXL345-1.0.0.zip", + "size": 9014, + "checksum": "SHA-256:c87cc2cf3ca7b68be54f03613c8bc702de782578e069c23ea5569085276890bc" + }, + { + "name": "Adafruit ADXL345", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.0.zip", + "archiveFileName": "Adafruit_ADXL345-1.2.0.zip", + "size": 9509, + "checksum": "SHA-256:55fa510e4930b6f744ed309e4e0eea8836a70ec048c7818877a62fc043f964af" + }, + { + "name": "Adafruit ADXL345", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.1.zip", + "archiveFileName": "Adafruit_ADXL345-1.2.1.zip", + "size": 13134, + "checksum": "SHA-256:ed08929eb5e7e89e7fef96e98e7bfa55c080ffe33dd9b73c09e6fc954d493312" + }, + { + "name": "Adafruit ADXL345", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.2.2.zip", + "archiveFileName": "Adafruit_ADXL345-1.2.2.zip", + "size": 13123, + "checksum": "SHA-256:3281c434c66d561cca8017060f4c1878bde9ab42027f3e4f3bd24bbf7d0fc200" + }, + { + "name": "Adafruit ADXL345", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.3.0.zip", + "archiveFileName": "Adafruit_ADXL345-1.3.0.zip", + "size": 12765, + "checksum": "SHA-256:c8132e9d4657a955f448590675472825bdd4c0afe196ff6bbca62a8d7df2b667" + }, + { + "name": "Adafruit ADXL345", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.3.1.zip", + "archiveFileName": "Adafruit_ADXL345-1.3.1.zip", + "size": 12809, + "checksum": "SHA-256:0770b327b879ee1f58529e7d3d755282d2694ee8d114144498eee72dbd5a46ad" + }, + { + "name": "Adafruit ADXL345", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.3.2.zip", + "archiveFileName": "Adafruit_ADXL345-1.3.2.zip", + "size": 12816, + "checksum": "SHA-256:123847641800b273f8eeffb44e4406d652fe4d3b69658f39397c1508d16a2297" + }, + { + "name": "Adafruit ADXL345", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL345 Accelerometer", + "paragraph": "Unified driver for the ADXL345 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL345.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL345-1.3.4.zip", + "archiveFileName": "Adafruit_ADXL345-1.3.4.zip", + "size": 12816, + "checksum": "SHA-256:bf4220590813326fd9fa81261cc9830e71212ba0ba3265cd4734436a3b7a7d1e" + }, + { + "name": "Adafruit AM2315", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for AM2315 sensors", + "paragraph": "Library code for AM2315 sensors", + "website": "https://github.com/adafruit/Adafruit_AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2315.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.0.zip", + "archiveFileName": "Adafruit_AM2315-1.0.0.zip", + "size": 4795, + "checksum": "SHA-256:612781d07a3b13be288a31541f30af691c1878cdbd308cdf3bbb5f33e295c2b1" + }, + { + "name": "Adafruit AM2315", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for AM2315 sensors", + "paragraph": "Library code for AM2315 sensors", + "website": "https://github.com/adafruit/Adafruit_AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2315.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-1.0.1.zip", + "archiveFileName": "Adafruit_AM2315-1.0.1.zip", + "size": 4819, + "checksum": "SHA-256:1878b2015c36668c4d57a1b9e24d540608ddca6527cd80fc37e8ec1847b6606d" + }, + { + "name": "Adafruit AM2315", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for AM2315 sensors", + "paragraph": "Library code for AM2315 sensors", + "website": "https://github.com/adafruit/Adafruit_AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2315.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.0.0.zip", + "archiveFileName": "Adafruit_AM2315-2.0.0.zip", + "size": 5540, + "checksum": "SHA-256:477d557f13fb12b511ce6de1cc2cdbf36ff6cd9de44cbd006e9dceed7f357cc2" + }, + { + "name": "Adafruit AM2315", + "version": "2.1.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", "sentence": "Library code for AM2315 sensors", @@ -11726,6 +13964,84 @@ "size": 5654, "checksum": "SHA-256:9b2b150fa4208492ca16d2c58a8ab5362808492cb5828394013827a54faf64ef" }, + { + "name": "Adafruit AM2315", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for AM2315 sensors", + "paragraph": "Library code for AM2315 sensors", + "website": "https://github.com/adafruit/Adafruit_AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2315.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.2.0.zip", + "archiveFileName": "Adafruit_AM2315-2.2.0.zip", + "size": 5794, + "checksum": "SHA-256:d30ee95d1d4d6de3767f55595fb34cbe6bd3ddc7ddfbdaa744df296aaabf76eb" + }, + { + "name": "Adafruit AM2315", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for AM2315 sensors", + "paragraph": "Library code for AM2315 sensors", + "website": "https://github.com/adafruit/Adafruit_AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2315.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.2.1.zip", + "archiveFileName": "Adafruit_AM2315-2.2.1.zip", + "size": 5860, + "checksum": "SHA-256:e00a991d701d534238ce14a9e0c4d2a52475b075af7fae7d3cb801b699d8d371" + }, + { + "name": "Adafruit AM2315", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for AM2315 sensors", + "paragraph": "Library code for AM2315 sensors", + "website": "https://github.com/adafruit/Adafruit_AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2315.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2315-2.2.3.zip", + "archiveFileName": "Adafruit_AM2315-2.2.3.zip", + "size": 5860, + "checksum": "SHA-256:31becb471d74a6a882654542d3386de876d81ab0ffba13975967da4f99a1db51" + }, { "name": "Adafruit BLEFirmata", "version": "1.0.0", @@ -12172,6 +14488,467 @@ "size": 1636805, "checksum": "SHA-256:8057814f72c172607604b13770a8b89eed18012a763ecc0f8f4367b5b98dcf33" }, + { + "name": "Adafruit AHRS", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.2.3.zip", + "archiveFileName": "Adafruit_AHRS-2.2.3.zip", + "size": 1636827, + "checksum": "SHA-256:9759028c4924999b0819e1315eb939a95ad385a5a360b4f6783f00d5eb3c1e68" + }, + { + "name": "Adafruit AHRS", + "version": "2.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.2.4.zip", + "archiveFileName": "Adafruit_AHRS-2.2.4.zip", + "size": 1638331, + "checksum": "SHA-256:3dd5f11ae720b88dce8af5d4942879acf49f8ed9a4a5b893fe410a6abe3ad00a" + }, + { + "name": "Adafruit AHRS", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.3.0.zip", + "archiveFileName": "Adafruit_AHRS-2.3.0.zip", + "size": 1638414, + "checksum": "SHA-256:9dc4c2ba14672c00adb42007128dc81cb75c3e73faf6aef34710ecca4bff79bb" + }, + { + "name": "Adafruit AHRS", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.3.1.zip", + "archiveFileName": "Adafruit_AHRS-2.3.1.zip", + "size": 1638709, + "checksum": "SHA-256:0714231a58bc8138694a93597a91f170dc7f845292366891b25cf12a61fab276" + }, + { + "name": "Adafruit AHRS", + "version": "2.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.3.2.zip", + "archiveFileName": "Adafruit_AHRS-2.3.2.zip", + "size": 1638983, + "checksum": "SHA-256:e3df49b559e73dacdfe60b6cd8f5620a076d981729f70ddbcc49d6cc634b5941" + }, + { + "name": "Adafruit AHRS", + "version": "2.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LSM303DLH Mag" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.3.3.zip", + "archiveFileName": "Adafruit_AHRS-2.3.3.zip", + "size": 1639008, + "checksum": "SHA-256:80b8677725630b8465c7a4ea1956d2688ba5eb0cca2dcf2762d277449b04907c" + }, + { + "name": "Adafruit AHRS", + "version": "2.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "AHRS (Altitude and Heading Reference System) for various Adafruit motion sensors", + "paragraph": "Includes motion calibration example sketches, as well as calibration orientation output using Mahony, Madgwick, NXP Fusion, etc fusion filters", + "website": "https://github.com/adafruit/Adafruit_AHRS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AHRS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit BMP085 Unified" + }, + { + "name": "Adafruit BluefruitLE nRF51" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LSM303DLH Mag" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHRS-2.3.5.zip", + "archiveFileName": "Adafruit_AHRS-2.3.5.zip", + "size": 1639015, + "checksum": "SHA-256:437f6967abc62c6a9f55f511fee0d3f9b07794ef41c6a87c80a48c705515a567" + }, { "name": "Adafruit BMP085 Library", "version": "1.0.0", @@ -12264,6 +15041,93 @@ "size": 7262, "checksum": "SHA-256:b787e8a52d45c2e9047c8c31123769eba0abd24f3b36fc1c46f7fadd30a1e582" }, + { + "name": "Adafruit BMP085 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.2.1.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.2.1.zip", + "size": 7269, + "checksum": "SHA-256:9122117408b84941ae2ef5970598b016e99a372531077138634b899d7fdc97d2" + }, + { + "name": "Adafruit BMP085 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.2.2.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.2.2.zip", + "size": 7252, + "checksum": "SHA-256:c92b35e4f658f9903c13352bc04c59705df9507a9d8348a0d639696831b263e5" + }, + { + "name": "Adafruit BMP085 Library", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A powerful but easy to use BMP085/BMP180 Library", + "paragraph": "A powerful but easy to use BMP085/BMP180 Library", + "website": "https://github.com/adafruit/Adafruit-BMP085-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-BMP085-Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Library-1.2.4.zip", + "archiveFileName": "Adafruit_BMP085_Library-1.2.4.zip", + "size": 7252, + "checksum": "SHA-256:2622bec3a1b034366e6fcf8dcc4226749df93248dae3286390a3f1529ad459a9" + }, { "name": "Adafruit BMP085 Unified", "version": "1.0.0", @@ -12327,6 +15191,58 @@ "size": 9635, "checksum": "SHA-256:772af6874879d80edfb987601db2d5a171aaa46affdefe37c7c354ec8d0baf89" }, + { + "name": "Adafruit BMP085 Unified", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "paragraph": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "website": "https://github.com/adafruit/Adafruit_BMP085_Unified", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP085_Unified.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Unified-1.1.1.zip", + "archiveFileName": "Adafruit_BMP085_Unified-1.1.1.zip", + "size": 9645, + "checksum": "SHA-256:de81909c3a3e71b797f53316f22580601dbaccd46da6bc059bd63b3233172a48" + }, + { + "name": "Adafruit BMP085 Unified", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "paragraph": "Unified sensor driver for Adafruit's BMP085 \u0026 BMP180 breakouts", + "website": "https://github.com/adafruit/Adafruit_BMP085_Unified", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP085_Unified.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP085_Unified-1.1.3.zip", + "archiveFileName": "Adafruit_BMP085_Unified-1.1.3.zip", + "size": 9646, + "checksum": "SHA-256:def2e413bf4d87f47b096e97515b47b6a6a746c3c5179237fd130224c86ebac6" + }, { "name": "Adafruit BMP183 Library", "version": "1.0.0", @@ -12463,6 +15379,32 @@ "size": 408716, "checksum": "SHA-256:667cea69f707b4b42d86a10686d02ef28f91bc2a3c6f52e2f4016af59e130cf1" }, + { + "name": "Adafruit BMP183 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Non-Unified BMP library", + "paragraph": "Non-Unified BMP library", + "website": "https://github.com/adafruit/Adafruit_BMP183_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP183_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Library-1.1.3.zip", + "archiveFileName": "Adafruit_BMP183_Library-1.1.3.zip", + "size": 408717, + "checksum": "SHA-256:478a5905b30ed0d00e1cf0b88266af200635e0ba225c2ddee0bf7b1373839643" + }, { "name": "Adafruit BMP183 Unified Library", "version": "1.0.0", @@ -12531,6 +15473,58 @@ "size": 410949, "checksum": "SHA-256:5cea6f0649f315d7a297d1f8f9af05c860fa9fbff48186ad768340a548790405" }, + { + "name": "Adafruit BMP183 Unified Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BMP183 sensors in the Adafruit shop", + "paragraph": "Arduino library for the BMP183 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Unified_Library-1.1.1.zip", + "archiveFileName": "Adafruit_BMP183_Unified_Library-1.1.1.zip", + "size": 410940, + "checksum": "SHA-256:9ee1e052411cf1a0b8a0cf18a2e206dcf25119b34573308b7561f288aeae783e" + }, + { + "name": "Adafruit BMP183 Unified Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BMP183 sensors in the Adafruit shop", + "paragraph": "Arduino library for the BMP183 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP183_Unified_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP183_Unified_Library-1.1.3.zip", + "archiveFileName": "Adafruit_BMP183_Unified_Library-1.1.3.zip", + "size": 410941, + "checksum": "SHA-256:3c345c6244596a882326130a3600c6fe8ae9832fa0afab4bc99f330c132c5771" + }, { "name": "Adafruit CAP1188 Library", "version": "1.0.0", @@ -12594,6 +15588,58 @@ "size": 340150, "checksum": "SHA-256:f8a1fd9ac23f3c11391bb63bd07f4b41b6cae501e8045b6e3e931acbc1374473" }, + { + "name": "Adafruit CAP1188 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout", + "paragraph": "Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_CAP1188_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CAP1188_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAP1188_Library-1.1.0.zip", + "archiveFileName": "Adafruit_CAP1188_Library-1.1.0.zip", + "size": 339731, + "checksum": "SHA-256:5b09a263c5575fa819242db4043f22491101404a55b09f53e31a15b48c309eba" + }, + { + "name": "Adafruit CAP1188 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout", + "paragraph": "Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_CAP1188_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CAP1188_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAP1188_Library-1.1.2.zip", + "archiveFileName": "Adafruit_CAP1188_Library-1.1.2.zip", + "size": 339731, + "checksum": "SHA-256:f6401e1f340729817a64c7450e09c2db1b28138e1372c6a2cf1e04452403b13e" + }, { "name": "Adafruit DotStar", "version": "1.0.0", @@ -12805,16 +15851,167 @@ "checksum": "SHA-256:2c3706b175da8da7264c1ec13a8913ee74be044414ff3c8084ad36fee7ef7209" }, { - "name": "Adafruit CC3000 Library", - "version": "1.0.0", + "name": "Adafruit DotStar", + "version": "1.1.5", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library code for Adafruit's CC3000 WiFi breakouts.", - "paragraph": "The CC3000 allows an Arduino to connect to a WiFi network and access the internet. See more at: https://learn.adafruit.com/adafruit-cc3000-wifi/", - "website": "https://github.com/adafruit/Adafruit_CC3000_Library", - "category": "Communication", - "architectures": [ - "*" + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.1.5.zip", + "archiveFileName": "Adafruit_DotStar-1.1.5.zip", + "size": 46052, + "checksum": "SHA-256:032878567a8b594a300063e6979e72477b3074580d92c94c96e955f2f7d801b1" + }, + { + "name": "Adafruit DotStar", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.2.0.zip", + "archiveFileName": "Adafruit_DotStar-1.2.0.zip", + "size": 44311, + "checksum": "SHA-256:82a0466fd6ae85935795e969475f271de0e6af5d5ac2d3623cce453676387603" + }, + { + "name": "Adafruit DotStar", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.2.1.zip", + "archiveFileName": "Adafruit_DotStar-1.2.1.zip", + "size": 44353, + "checksum": "SHA-256:2fae0689b505a96bb92719d262ee5b3d3270bc9d6a2960e7fc99766a3193a5b9" + }, + { + "name": "Adafruit DotStar", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.2.2.zip", + "archiveFileName": "Adafruit_DotStar-1.2.2.zip", + "size": 44513, + "checksum": "SHA-256:a9eda9f3671da9227d246bff647ed6433f9ee1011ec4fca012a3c76a1ff7952b" + }, + { + "name": "Adafruit DotStar", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.2.3.zip", + "archiveFileName": "Adafruit_DotStar-1.2.3.zip", + "size": 44562, + "checksum": "SHA-256:6e381df6f1f3ca2529745b8df4371c50cdd5b803b8e9791ddba5071e96471ba7" + }, + { + "name": "Adafruit DotStar", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit DotStar LED Library", + "paragraph": "Adafruit DotStar LED Library", + "website": "https://github.com/adafruit/Adafruit_DotStar", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStar.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStar-1.2.5.zip", + "archiveFileName": "Adafruit_DotStar-1.2.5.zip", + "size": 44562, + "checksum": "SHA-256:f801e2f57697c61d00e001b361e9a772c624333e07037d40f678bc99e91d1d41" + }, + { + "name": "Adafruit CC3000 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library code for Adafruit's CC3000 WiFi breakouts.", + "paragraph": "The CC3000 allows an Arduino to connect to a WiFi network and access the internet. See more at: https://learn.adafruit.com/adafruit-cc3000-wifi/", + "website": "https://github.com/adafruit/Adafruit_CC3000_Library", + "category": "Communication", + "architectures": [ + "*" ], "types": [ "Recommended" @@ -12951,6 +16148,131 @@ "size": 13410, "checksum": "SHA-256:cbe14463dedc718c9613a4bd8688068b01d1e64c0abb1921707f7ca3d844aa0e" }, + { + "name": "Adafruit DRV2605 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "paragraph": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "website": "https://github.com/adafruit/Adafruit_DRV2605_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.1.2.zip", + "archiveFileName": "Adafruit_DRV2605_Library-1.1.2.zip", + "size": 13434, + "checksum": "SHA-256:ba0c49657d613675a93898f4adce57f110994fa710332b2de0e5f06401e52a79" + }, + { + "name": "Adafruit DRV2605 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "paragraph": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "website": "https://github.com/adafruit/Adafruit_DRV2605_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.2.0.zip", + "archiveFileName": "Adafruit_DRV2605_Library-1.2.0.zip", + "size": 13468, + "checksum": "SHA-256:e5ac1b60b4368fcb218c94be2fe7b9c022cc3c6d40981ced51ba7511965d06ff" + }, + { + "name": "Adafruit DRV2605 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "paragraph": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "website": "https://github.com/adafruit/Adafruit_DRV2605_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.2.1.zip", + "archiveFileName": "Adafruit_DRV2605_Library-1.2.1.zip", + "size": 13515, + "checksum": "SHA-256:4f88199febe1cd6bc3bb99eaedc4afcd08252c8623dd88c6a286810e9ca4bfad" + }, + { + "name": "Adafruit DRV2605 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "paragraph": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "website": "https://github.com/adafruit/Adafruit_DRV2605_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.2.2.zip", + "archiveFileName": "Adafruit_DRV2605_Library-1.2.2.zip", + "size": 13516, + "checksum": "SHA-256:483b8a0fb1298c04047ef2f4938c21b151c04b7feb3362f3ee28a56fc2ffd5c8" + }, + { + "name": "Adafruit DRV2605 Library", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "paragraph": "Arduino library for Adafruit DRV2605L Haptic Controller Breakout", + "website": "https://github.com/adafruit/Adafruit_DRV2605_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_DRV2605_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DRV2605_Library-1.2.4.zip", + "archiveFileName": "Adafruit_DRV2605_Library-1.2.4.zip", + "size": 13516, + "checksum": "SHA-256:552dd6f46e665b622d72c8e3f561c615ca754fe68616ffb16222adbbbc87f05f" + }, { "name": "Adafruit ESP8266", "version": "1.0.0", @@ -13014,6 +16336,27 @@ "size": 11573, "checksum": "SHA-256:34f08b3fc675c176fdd6c99a83da76097b2fb996c70f58d709f4a6a4d9d79c10" }, + { + "name": "Adafruit ESP8266", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Example code for ESP8266 chipset", + "paragraph": "Example code for ESP8266 chipset", + "website": "https://github.com/adafruit/Adafruit_ESP8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ESP8266-1.1.2.zip", + "archiveFileName": "Adafruit_ESP8266-1.1.2.zip", + "size": 11573, + "checksum": "SHA-256:e04c0be0401a77e7e40362bc8359b619473b4892e8b68b5b746744ef9aa09c6c" + }, { "name": "Adafruit Flora Pixel Library", "version": "1.0.0", @@ -13182,6 +16525,84 @@ "size": 393279, "checksum": "SHA-256:58422aba1f3dedef69f79fbd4a43ee8ac3442e0fccb412be3eb79f96abf76708" }, + { + "name": "Adafruit FRAM I2C", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-2.0.0.zip", + "archiveFileName": "Adafruit_FRAM_I2C-2.0.0.zip", + "size": 396949, + "checksum": "SHA-256:52e0abbbb85618a836a3a8bd1b92fcc56d4e20cba16dffcb2e75ac36410d88b9" + }, + { + "name": "Adafruit FRAM I2C", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-2.0.1.zip", + "archiveFileName": "Adafruit_FRAM_I2C-2.0.1.zip", + "size": 396939, + "checksum": "SHA-256:32c0171d40e56654ff9f9e1426884953151403fa8054925421ff6161af5a4b10" + }, + { + "name": "Adafruit FRAM I2C", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "paragraph": "Driver for Adafruit's I2C-Based EEPROM / FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_I2C", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_I2C.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_I2C-2.0.3.zip", + "archiveFileName": "Adafruit_FRAM_I2C-2.0.3.zip", + "size": 396940, + "checksum": "SHA-256:1818c9e702962d060e9d855828a6d4c99bb3ba1ff8e1f198bea4bc1bcbd373a9" + }, { "name": "Adafruit Fingerprint Sensor Library", "version": "1.0.0", @@ -13561,6 +16982,153 @@ "size": 2403089, "checksum": "SHA-256:de1efe3132ece0e718ab57637600654f33add6fbb4f7e658695e49a7931140fa" }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.5.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.5.zip", + "size": 2403088, + "checksum": "SHA-256:ec020a77ad26707ee93c36321ebf1f9a1d41183b5c53241643ce15f6c6a4800d" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.6.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.6.zip", + "size": 2403126, + "checksum": "SHA-256:9bcdbcff6f90f8fec2836e7a0e4d5beda8b3afc70a22b6563ce704f99d1c79f9" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.7.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.7.zip", + "size": 2403126, + "checksum": "SHA-256:b778538954de59d6ae5973ca954bd0df690af5019358fd44117f7a18f6926224" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.8.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.8.zip", + "size": 797533, + "checksum": "SHA-256:d68eb74c12d23e749118a9ca52236859867b9e39ff2e0622d49bef510a36dcaf" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.0.9.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.0.9.zip", + "size": 797553, + "checksum": "SHA-256:0dd240f0ac0845ed402cce92a30036ad0a78cf48c0c163acf9623c5674ac7843" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.1.0.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.1.0.zip", + "size": 798295, + "checksum": "SHA-256:f27e6d104296f46657cb367c168f639e5fe32eff593eea3605fe97d15cccdf61" + }, + { + "name": "Adafruit Fingerprint Sensor Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "paragraph": "Arduino library for interfacing to the fingerprint sensor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Fingerprint_Sensor_Library-2.1.2.zip", + "archiveFileName": "Adafruit_Fingerprint_Sensor_Library-2.1.2.zip", + "size": 798291, + "checksum": "SHA-256:8928a2cd8b37800643620797bae47039149e5c15e3f6378d5f3463b36aca342f" + }, { "name": "Adafruit FRAM SPI", "version": "1.0.0", @@ -13728,6 +17296,136 @@ "size": 450506, "checksum": "SHA-256:abee998ba86baead594698cf2e0a3fd990f64419023ba6c9b9ac4c8331975ecb" }, + { + "name": "Adafruit FRAM SPI", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.3.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.3.0.zip", + "size": 450784, + "checksum": "SHA-256:74f410181b740a438914433c9f77b266b07c16be4fde04e04e3dc51a082cf2df" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.3.1.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.3.1.zip", + "size": 450929, + "checksum": "SHA-256:2aa36a78db8dd23b3cd299ee7f27691998a31c1d0e0403d926c612e1477dec2c" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.4.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.4.0.zip", + "size": 450994, + "checksum": "SHA-256:8feb86af5cb36903ecf49bf83d6036397edb1b72aeacc92db44e8cc2e9c9105f" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.4.1.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.4.1.zip", + "size": 451012, + "checksum": "SHA-256:3794e09604a92f4819a8a76bfa045881cae874a87fb89ba8efa87daab11997fb" + }, + { + "name": "Adafruit FRAM SPI", + "version": "2.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "paragraph": "Driver for Adafruit's SPI-Based FRAM Breakouts", + "website": "https://github.com/adafruit/Adafruit_FRAM_SPI", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FRAM_SPI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FRAM_SPI-2.5.0.zip", + "archiveFileName": "Adafruit_FRAM_SPI-2.5.0.zip", + "size": 451042, + "checksum": "SHA-256:37374c2ac5d256b8656afc19856b5387a6c2ad7c990d76c89e624f6e7dd6a4b0" + }, { "name": "Adafruit FONA Library", "version": "1.0.0", @@ -13980,6 +17678,90 @@ "size": 49667, "checksum": "SHA-256:5ca7bdbb01eb74b9c5a98076789a3e615203cafe9fd86ae360d0de520a45c7d9" }, + { + "name": "Adafruit FONA Library", + "version": "1.3.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.9.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.9.zip", + "size": 49667, + "checksum": "SHA-256:8afa8a67495bd55b4e7aaac9b65f013c54e225a32e58c9d588af0cbe5197278d" + }, + { + "name": "Adafruit FONA Library", + "version": "1.3.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.10.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.10.zip", + "size": 50322, + "checksum": "SHA-256:86df3c474ffbc8e27bab442846628eb68aef4ac8f3204e12053991f8eaef8c0f" + }, + { + "name": "Adafruit FONA Library", + "version": "1.3.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.11.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.11.zip", + "size": 50359, + "checksum": "SHA-256:e06470bd6bed60d476858c9daaa8cf5a0ed01e525b8e6ffa532e823c076f21a3" + }, + { + "name": "Adafruit FONA Library", + "version": "1.3.13", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit FONA", + "paragraph": "Arduino library for the Adafruit FONA", + "website": "https://github.com/adafruit/Adafruit_FONA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FONA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FONA_Library-1.3.13.zip", + "archiveFileName": "Adafruit_FONA_Library-1.3.13.zip", + "size": 50359, + "checksum": "SHA-256:c4e67497b555146cb142ba8f102a7611398158da135ea8591faf7bf0fcc99b67" + }, { "name": "Adafruit FT6206 Library", "version": "1.0.0", @@ -14151,6 +17933,64 @@ "size": 8854, "checksum": "SHA-256:98e619260e52e73f93c7e3c27335ef93e9e2531565b422d0eca40005c10e410e" }, + { + "name": "Adafruit FT6206 Library", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for FT6206-based Capacitive touch screen", + "paragraph": "Arduino library for FT6206-based Capacitive touch screen", + "website": "https://github.com/adafruit/Adafruit_FT6206_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.0.8.zip", + "archiveFileName": "Adafruit_FT6206_Library-1.0.8.zip", + "size": 8886, + "checksum": "SHA-256:b413780525615c888704c581ac1a46deb9f21552f6d6f070c2888fef4fcbba09" + }, + { + "name": "Adafruit FT6206 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for FT6206-based Capacitive touch screen", + "paragraph": "Arduino library for FT6206-based Capacitive touch screen", + "website": "https://github.com/adafruit/Adafruit_FT6206_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FT6206_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT6206_Library-1.1.0.zip", + "archiveFileName": "Adafruit_FT6206_Library-1.1.0.zip", + "size": 8980, + "checksum": "SHA-256:bfd0bfc3862cc574d3d27a739d687fa6812d055e1edd07d96fba8bcf757e40bd" + }, { "name": "Adafruit GPS Library", "version": "1.0.0", @@ -14533,6 +18373,240 @@ "size": 78390, "checksum": "SHA-256:9b11c8c7dcce7f2e40d63b636c970cd1fd49cf08f6bc363097aa99c6d9a79a10" }, + { + "name": "Adafruit GPS Library", + "version": "1.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.5.4.zip", + "archiveFileName": "Adafruit_GPS_Library-1.5.4.zip", + "size": 78403, + "checksum": "SHA-256:2d6d96e31bd04191d1d88f9ce6b1154096d5d49ee68aea0c88e103b6f44ff0a1" + }, + { + "name": "Adafruit GPS Library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.6.0.zip", + "archiveFileName": "Adafruit_GPS_Library-1.6.0.zip", + "size": 78429, + "checksum": "SHA-256:bd63d600bb8a1c089169d5db38a0cd0497689a969aaf32d02b21e084abd716a6" + }, + { + "name": "Adafruit GPS Library", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.6.1.zip", + "archiveFileName": "Adafruit_GPS_Library-1.6.1.zip", + "size": 78427, + "checksum": "SHA-256:b310311fdb73b2f5c147bcba6fc151099de13d0b91c1a9be5c55ee205f866f94" + }, + { + "name": "Adafruit GPS Library", + "version": "1.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.6.2.zip", + "archiveFileName": "Adafruit_GPS_Library-1.6.2.zip", + "size": 78426, + "checksum": "SHA-256:32e51724aacdef9522d1f810adb3a039db9f2a1d7d5924b0b1a1ff799fe0b29f" + }, + { + "name": "Adafruit GPS Library", + "version": "1.6.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.6.3.zip", + "archiveFileName": "Adafruit_GPS_Library-1.6.3.zip", + "size": 78433, + "checksum": "SHA-256:d10106a850f59683f419fe7b8a6831476d0f3ca80d1f180b5f71e19d0d7611b3" + }, + { + "name": "Adafruit GPS Library", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.7.0.zip", + "archiveFileName": "Adafruit_GPS_Library-1.7.0.zip", + "size": 78819, + "checksum": "SHA-256:a3bed44c760c9af181ad720883b7ac6529a963194133e8556bd484de30ab9ca9" + }, + { + "name": "Adafruit GPS Library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.7.1.zip", + "archiveFileName": "Adafruit_GPS_Library-1.7.1.zip", + "size": 78365, + "checksum": "SHA-256:dbd13d18b8964782d766a2edc70eb128bfa75fb6ea8de074178a14507e55397d" + }, + { + "name": "Adafruit GPS Library", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.7.2.zip", + "archiveFileName": "Adafruit_GPS_Library-1.7.2.zip", + "size": 78370, + "checksum": "SHA-256:ef9f13a152c89e574e175ceeca0a8b358d9f11e60cf72c5483d14811a7af1db9" + }, + { + "name": "Adafruit GPS Library", + "version": "1.7.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An interrupt-based GPS library for no-parsing-required use", + "paragraph": "An interrupt-based GPS library for no-parsing-required use", + "website": "https://github.com/adafruit/Adafruit_GPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_GPS.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GPS_Library-1.7.4.zip", + "archiveFileName": "Adafruit_GPS_Library-1.7.4.zip", + "size": 78423, + "checksum": "SHA-256:75c0d6fa03d1166809692f7e28916c8e811b07a38fbeec1f3028354975d39cbd" + }, { "name": "Adafruit Graphic VFD Display Library", "version": "1.0.0", @@ -14596,6 +18670,27 @@ "size": 8917, "checksum": "SHA-256:d33f216c22684aec3a3c86fe0c5172b05952ab12c048e3fb633b50b9f80f1e56" }, + { + "name": "Adafruit Graphic VFD Display Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's 128x64 Graphic VFD Display Library", + "paragraph": "Adafruit's 128x64 Graphic VFD Display Library", + "website": "https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Graphic_VFD_Display_Library-1.1.2.zip", + "archiveFileName": "Adafruit_Graphic_VFD_Display_Library-1.1.2.zip", + "size": 8917, + "checksum": "SHA-256:d64871d35ff61faeae214b1a77c2b2e3eff9f9c2ebf114d2f6f150fdb2db04d6" + }, { "name": "Adafruit HDC1000 Library", "version": "1.0.0", @@ -14706,6 +18801,32 @@ "size": 6242, "checksum": "SHA-256:f9d3ef812db5639b38432e4c2d02b010b085f5b71360bc196071d6c9daafcae3" }, + { + "name": "Adafruit HDC1000 Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for HDC1000 and HDC1008 sensors.", + "paragraph": "Designed specifically to work with the HDC1008 breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_HDC1000_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HDC1000_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HDC1000_Library-2.0.2.zip", + "archiveFileName": "Adafruit_HDC1000_Library-2.0.2.zip", + "size": 6243, + "checksum": "SHA-256:6ef7a0e1acd32e0892fa40109eb767382c53fa1bd385f47ae63e51150a10c94d" + }, { "name": "Adafruit HMC5883 Unified", "version": "1.0.0", @@ -14774,6 +18895,58 @@ "size": 7748, "checksum": "SHA-256:4f2b506512916486636e7961d6dd1e5a084849f24aba19d30c74b3ef4539d6ae" }, + { + "name": "Adafruit HMC5883 Unified", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "paragraph": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_HMC5883_Unified", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HMC5883_Unified.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HMC5883_Unified-1.2.1.zip", + "archiveFileName": "Adafruit_HMC5883_Unified-1.2.1.zip", + "size": 7711, + "checksum": "SHA-256:6b677ddec22c329965398635c8dcbabb8d7fcaea92183b1dd1700eed83a47077" + }, + { + "name": "Adafruit HMC5883 Unified", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "paragraph": "Adafruit HMC5883L 3-Axis Magnetometer Breakout library using Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_HMC5883_Unified", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HMC5883_Unified.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HMC5883_Unified-1.2.3.zip", + "archiveFileName": "Adafruit_HMC5883_Unified-1.2.3.zip", + "size": 7711, + "checksum": "SHA-256:741390f8627bf5b19954b8dfeb382262bd6d4964872672929edeb4ace374f7f0" + }, { "name": "Adafruit HTU21DF Library", "version": "1.0.0", @@ -14929,6 +19102,35 @@ "size": 5293, "checksum": "SHA-256:74395a5f635c0d01f990e3c43817cd7396bc1153fe0974699155c6f2019147ca" }, + { + "name": "Adafruit HTU21DF Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU21D-F sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU21DF_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HTU21DF_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU21DF_Library-1.1.2.zip", + "archiveFileName": "Adafruit_HTU21DF_Library-1.1.2.zip", + "size": 5293, + "checksum": "SHA-256:880caff4918f647a889a8c27e5b0d32e98502ff076a8785cb8e03d4fb68c33c0" + }, { "name": "Adafruit HX8357 Library", "version": "1.0.0", @@ -15356,6 +19558,292 @@ "size": 331434, "checksum": "SHA-256:a70644da4cd2f4d9b9c07123b72d68e5e1bc13abd5f9c7741273f596328e9a88" }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.11.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.11.zip", + "size": 331434, + "checksum": "SHA-256:939370df1318c24e60c88fa11a229de2909ca0b4c9a0337aa73f3e10a0229548" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.12", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.12.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.12.zip", + "size": 331434, + "checksum": "SHA-256:b9606a76b37beeb2db017fb579558a6faf0d21f9025259cd793e31ad15dfebb7" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.13", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.13.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.13.zip", + "size": 331332, + "checksum": "SHA-256:7320201370ece7ff15a0c8d1ec133747480e3388452d092df2aac7b64d503d9d" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.14", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.14.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.14.zip", + "size": 331345, + "checksum": "SHA-256:c571c8ac49f632323bd798057062c90f5639e633f625cb7db9ba422a81e935c6" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.15", + "author": "Adafrui", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.15.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.15.zip", + "size": 331339, + "checksum": "SHA-256:87ceea669c37999c648909a2dd747de01d3885421545d310ed8e851cc5a8e129" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.16", + "author": "Adafrui", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.16.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.16.zip", + "size": 331274, + "checksum": "SHA-256:8699a6f38491d58949ee99024252669b58f2138bea7ea4691d1be11c8d7375fd" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.18", + "author": "Adafrui", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.18.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.18.zip", + "size": 331291, + "checksum": "SHA-256:e723afa54a2c3df3a499a2ed8abfcae32b3c9387b031677a7d4bec75dc53006c" + }, + { + "name": "Adafruit HX8357 Library", + "version": "1.1.19", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit HX8357 3.5\" display library.", + "paragraph": "Adafruit HX8357 3.5\" display library.", + "website": "https://github.com/adafruit/Adafruit_HX8357_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_HX8357_Library.git", + "dependencies": [ + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "SD" + }, + { + "name": "Adafruit TSC2007" + }, + { + "name": "Adafruit ImageReader Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HX8357_Library-1.1.19.zip", + "archiveFileName": "Adafruit_HX8357_Library-1.1.19.zip", + "size": 327774, + "checksum": "SHA-256:83f149430ae94b2c7a75d0a10595e258ba89a3658e6ebbf80352bd4c53362d50" + }, { "name": "Adafruit INA219", "version": "1.0.0", @@ -15584,6 +20072,181 @@ "size": 272640, "checksum": "SHA-256:0cbc304baa92ec3ce8ca2cfb9a848d04f50dd38ca72e4661f6a8cbbf47d90dff" }, + { + "name": "Adafruit INA219", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.1.0.zip", + "archiveFileName": "Adafruit_INA219-1.1.0.zip", + "size": 272862, + "checksum": "SHA-256:ee31f7aff2a7ac758e5d9884dbedf5cbd4464f46960662cae794603c4a610a02" + }, + { + "name": "Adafruit INA219", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.1.1.zip", + "archiveFileName": "Adafruit_INA219-1.1.1.zip", + "size": 272863, + "checksum": "SHA-256:513a9ea85c4bf88872cba84fb67b7eb4106a7e76516b9eb6584efc03b6be844d" + }, + { + "name": "Adafruit INA219", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.2.0.zip", + "archiveFileName": "Adafruit_INA219-1.2.0.zip", + "size": 273111, + "checksum": "SHA-256:ce2bcaa47df8ed9bf5e279bb65a9bb54f06a7cb3b0c5127ba0fbfffb7eabcbf7" + }, + { + "name": "Adafruit INA219", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.2.1.zip", + "archiveFileName": "Adafruit_INA219-1.2.1.zip", + "size": 273102, + "checksum": "SHA-256:995b1b776ea7fcdb7bef5c6e4020687805fa681e1fbef0e714b05866049e3188" + }, + { + "name": "Adafruit INA219", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "INA219 Current Sensor", + "paragraph": "INA219 Current Sensor", + "website": "https://github.com/adafruit/Adafruit_INA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_INA219.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA219-1.2.3.zip", + "archiveFileName": "Adafruit_INA219-1.2.3.zip", + "size": 273102, + "checksum": "SHA-256:7187663dc53a87c2d4d83216ccd66f680453c9e9b48416d4632d6f00632e631e" + }, { "name": "Adafruit ILI9341", "version": "1.0.0", @@ -16248,6 +20911,265 @@ "size": 44676, "checksum": "SHA-256:9c462f2676b3c6ace668a8881a1d1fdb734a3fd08efd3801b36bdeb92f555112" }, + { + "name": "Adafruit ILI9341", + "version": "1.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.7.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.7.zip", + "size": 44550, + "checksum": "SHA-256:a083a3d8787bb1cd02d29f87b405f6d737f6209667b8220ea45ea7348ee2d4f7" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.8.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.8.zip", + "size": 44549, + "checksum": "SHA-256:3e6ddbf94c28a324a9ccafad6938ddf1695be757baeacb26b8a5dbe15e48d79a" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.9.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.9.zip", + "size": 44560, + "checksum": "SHA-256:f8871a579825cd14e9ff5f5a6854a3d9452137261e8c86029434fcc619896b2a" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.10.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.10.zip", + "size": 44676, + "checksum": "SHA-256:331257f99e0fdad973b167b11ff9d33d03611bc40dbc43b395ec528fd8c6e5e6" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.11.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.11.zip", + "size": 44756, + "checksum": "SHA-256:c578b30f0e70405920cff5ea2501511a3ca4307ee1979afa7750d7c318bc2f11" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.12", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.12.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.12.zip", + "size": 44750, + "checksum": "SHA-256:5b9d27605323d9d751b2c2ea5f83a86e8dc6a22c9beb70f6910c49cda785f652" + }, + { + "name": "Adafruit ILI9341", + "version": "1.5.14", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.5.14.zip", + "archiveFileName": "Adafruit_ILI9341-1.5.14.zip", + "size": 44750, + "checksum": "SHA-256:99cfb0a984596b6136951247aa9eed6b770f203dd968f11f232233860edd2150" + }, + { + "name": "Adafruit ILI9341", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Adafruit ILI9341 displays", + "paragraph": "Library for Adafruit ILI9341 displays", + "website": "https://github.com/adafruit/Adafruit_ILI9341", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ILI9341.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit TSC2007" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ILI9341-1.6.0.zip", + "archiveFileName": "Adafruit_ILI9341-1.6.0.zip", + "size": 45144, + "checksum": "SHA-256:d1b6a3fdc0b769f906735729eb4a679fc2329a473dae87a29f6707d678090a84" + }, { "name": "Adafruit L3GD20 U", "version": "1.0.0", @@ -16342,6 +21264,32 @@ "size": 10076, "checksum": "SHA-256:91bf1e069d9e30c9242887d5e3671d5900ab84b32894e82d79bff1a3b492c72e" }, + { + "name": "Adafruit L3GD20 U", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the L3GD20 Gyroscope", + "paragraph": "Unified sensor driver for the L3GD20 Gyroscope", + "website": "https://github.com/adafruit/Adafruit_L3GD20_U", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_L3GD20_U.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_L3GD20_U-2.0.3.zip", + "archiveFileName": "Adafruit_L3GD20_U-2.0.3.zip", + "size": 10076, + "checksum": "SHA-256:553e6333d81ec98ff2ec4cf04cedc5592cbd48da78cff8c34bb5002bd315f7b0" + }, { "name": "Adafruit LSM303DLHC", "version": "1.0.0", @@ -16690,6 +21638,286 @@ "size": 75590, "checksum": "SHA-256:1cda49c99ac654e01a4ba33d679c22a2054d5dc1f6523a843615ca4424881bf3" }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.1.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit-LED-Backpack-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.9.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.9.zip", + "size": 75590, + "checksum": "SHA-256:89068233657f1abe707d6a22a6e01b7131367ee689db6b6d8e8a288513dd1f4c" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.1.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit-LED-Backpack-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.1.10.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.1.10.zip", + "size": 75665, + "checksum": "SHA-256:93b3a013d273e4508069f5563af9abec9e554948b7ec543304a5dd829681b55b" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit_LED_Backpack", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.2.0.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.2.0.zip", + "size": 75733, + "checksum": "SHA-256:38184e7554ddbf294fa553ad4d495896f441a3e8aa2a064998e6925af27ff711" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit_LED_Backpack", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.2.1.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.2.1.zip", + "size": 75684, + "checksum": "SHA-256:82ebe1bfa07d338f29ae51e97b5b6c9b8a00028be863f3ba5b0b16117d7815f9" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit_LED_Backpack", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.3.1.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.3.1.zip", + "size": 82170, + "checksum": "SHA-256:a2ce57c3eaa9049ad33a40e3e6cb76a1612c8a201664bbace5c11cbaf6f8531a" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit_LED_Backpack", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.3.2.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.3.2.zip", + "size": 82164, + "checksum": "SHA-256:236a175adf01ed9714488e3b1f1ba2c07e049d50084b468d70dad2c073282526" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit_LED_Backpack", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.4.1.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.4.1.zip", + "size": 83783, + "checksum": "SHA-256:aeb036b735fecb45a760106cfce23d70d4ecadeee67d37df98107844ad07f017" + }, + { + "name": "Adafruit LED Backpack Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "paragraph": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "website": "https://github.com/adafruit/Adafruit_LED_Backpack", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LED_Backpack.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "WaveHC" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LED_Backpack_Library-1.5.0.zip", + "archiveFileName": "Adafruit_LED_Backpack_Library-1.5.0.zip", + "size": 83838, + "checksum": "SHA-256:507d3cbcdd3285f105793cd186b2502be77a10ec0462b6dd4333a08bd989d0f7" + }, { "name": "Adafruit LSM9DS0 Library", "version": "1.0.0", @@ -16857,6 +22085,32 @@ "size": 18108, "checksum": "SHA-256:ace0cef4d5661c35d84f21858c0779badd8e2643503444691b55e861e29ae1ce" }, + { + "name": "Adafruit LSM9DS0 Library", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS0 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS0 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS0_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS0_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS0_Library-2.0.4.zip", + "archiveFileName": "Adafruit_LSM9DS0_Library-2.0.4.zip", + "size": 18110, + "checksum": "SHA-256:99fad6366e468b5290c38f88c5875f2fca3e6658b06bc83e321dc4df3eb187ff" + }, { "name": "Adafruit MAX31855 library", "version": "1.0.0", @@ -17078,6 +22332,93 @@ "size": 8675, "checksum": "SHA-256:43f0fbd4efa3ad08c51c458753775edb8c8bf938feea07f6910f03703adfd25c" }, + { + "name": "Adafruit MAX31855 library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.3.0.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.3.0.zip", + "size": 8758, + "checksum": "SHA-256:ea874d7c1a1c870d8f5a1e03454962740bdea174471686e111c7181bc5f2240e" + }, + { + "name": "Adafruit MAX31855 library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.4.0.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.4.0.zip", + "size": 9323, + "checksum": "SHA-256:ebbe68ead6849c667b25fcbbd680ce368e61fd594ffe73391bfd67d694f36d8e" + }, + { + "name": "Adafruit MAX31855 library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "paragraph": "Library for the Adafruit Thermocouple breakout with MAX31855K", + "website": "https://github.com/adafruit/Adafruit-MAX31855-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MAX31855-library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31855_library-1.4.2.zip", + "archiveFileName": "Adafruit_MAX31855_library-1.4.2.zip", + "size": 9323, + "checksum": "SHA-256:f610ed2d257b490867818cf18a842552fc1800f669a21ce3805c756cd5adb790" + }, { "name": "Adafruit MCP23008 library", "version": "1.0.0", @@ -17377,6 +22718,183 @@ "size": 12650, "checksum": "SHA-256:cbe4387f5cda63097fb6db713e59ae7f70a32ff59c5f6699a3b017e5f0fd9496" }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the MCP23017 I2C Port Expander", + "paragraph": "Library for the MCP23017 I2C Port Expander", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-1.3.0.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-1.3.0.zip", + "size": 12782, + "checksum": "SHA-256:c8436bc842c93cf4aff161bcd043acee17101a6d8139150bbfbd9559920e759b" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for MCP23XXX I2C and SPI GPIO port expanders", + "paragraph": "Arduino Library for MCP23008, MCP23S08, MCP23017, and MCP23S17 I2C and SPI GPIO port expanders", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-2.0.2.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-2.0.2.zip", + "size": 13561, + "checksum": "SHA-256:7a37a4f02abfa2691ec94c538561b817fa46ab6202d454d034ae12c2a866f718" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for MCP23XXX I2C and SPI GPIO port expanders", + "paragraph": "Arduino Library for MCP23008, MCP23S08, MCP23017, and MCP23S17 I2C and SPI GPIO port expanders", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-2.0.3.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-2.0.3.zip", + "size": 13802, + "checksum": "SHA-256:fe5699a438510d51cfdccfa702ef647d3d6e7fc0db2f9865ff4342a752b1c9bb" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for MCP23XXX I2C and SPI GPIO port expanders", + "paragraph": "Arduino Library for MCP23008, MCP23S08, MCP23017, and MCP23S17 I2C and SPI GPIO port expanders", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-2.1.0.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-2.1.0.zip", + "size": 14762, + "checksum": "SHA-256:c3a5aed6cd5865f646f16755c113768e6e7c812e386e0128b15409051c8d8856" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for MCP23XXX I2C and SPI GPIO port expanders", + "paragraph": "Arduino Library for MCP23008, MCP23S08, MCP23017, and MCP23S17 I2C and SPI GPIO port expanders", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-2.2.0.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-2.2.0.zip", + "size": 15152, + "checksum": "SHA-256:813bf526a5d122efce61adb8a82599a7b6469210c49a242b93be7b9311e6acde" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for MCP23XXX I2C and SPI GPIO port expanders", + "paragraph": "Arduino Library for MCP23008, MCP23S08, MCP23017, and MCP23S17 I2C and SPI GPIO port expanders", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-2.3.0.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-2.3.0.zip", + "size": 15427, + "checksum": "SHA-256:97ffeaedad80f1ea5455715b92120602a6c7107796f59f7dec95acf47cb44734" + }, + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "2.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for MCP23XXX I2C and SPI GPIO port expanders", + "paragraph": "Arduino Library for MCP23008, MCP23S08, MCP23017, and MCP23S17 I2C and SPI GPIO port expanders", + "website": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP23017_Arduino_Library-2.3.2.zip", + "archiveFileName": "Adafruit_MCP23017_Arduino_Library-2.3.2.zip", + "size": 15427, + "checksum": "SHA-256:23c1bddae8b0c184b9e297885ef615a3da060ca39c56c9292372aafb6b441da6" + }, { "name": "Adafruit MCP4725", "version": "1.0.0", @@ -17487,6 +23005,32 @@ "size": 31679, "checksum": "SHA-256:d0e837f9a530142dfdf02a19a18272c14e0a4333b0aad2d8d8f9991398e7404b" }, + { + "name": "Adafruit MCP4725", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP4725 12-bit I2C DAC", + "paragraph": "MCP4725 12-bit I2C DAC", + "website": "https://github.com/adafruit/Adafruit_MCP4725", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4725.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4725-2.0.2.zip", + "archiveFileName": "Adafruit_MCP4725-2.0.2.zip", + "size": 31679, + "checksum": "SHA-256:18285d595e6ebb809eb86c7855030cfef8682bcfb90f79008f5934c3b49b339a" + }, { "name": "Adafruit MiniMLX90614", "version": "1.0.0", @@ -17613,6 +23157,162 @@ "size": 9868, "checksum": "SHA-256:8b1b854719c5265b6d1ac029f8e355a61de531895d20a478c51f471112b84b3b" }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.0.0.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.0.0.zip", + "size": 9846, + "checksum": "SHA-256:5a0795d293c73afc4dd586758e9c0e368b293e1bdf43252fc9c8f851d31714ad" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.0.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.0.zip", + "size": 9910, + "checksum": "SHA-256:3b6013b0d72f0304b0124fd798172299721434d8b9fbdb342a7d70f85f45fa0c" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.1.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.1.zip", + "size": 9908, + "checksum": "SHA-256:a5a3792e2e172cb277d88e063071c3d630eb17c02fe1a9cff603aa4d17bef383" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.2.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.2.zip", + "size": 11021, + "checksum": "SHA-256:34fd03b1d31098053c60f2bfda799805780d58ef5387e3035a53641c20bc0ece" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.3.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.3.zip", + "size": 11054, + "checksum": "SHA-256:e48615e5d88cae17c521f7e9446d4e17f085afd1b299a6b88fe4f4170a0565b5" + }, + { + "name": "Adafruit MLX90614 Library", + "version": "2.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90614 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-MLX90614-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-MLX90614-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90614_Library-2.1.5.zip", + "archiveFileName": "Adafruit_MLX90614_Library-2.1.5.zip", + "size": 11054, + "checksum": "SHA-256:802d355a47121177b91cb1464dfe9b6c2b9011e0266ff29401cec2f3f886a1ef" + }, { "name": "Adafruit MCP9808 Library", "version": "1.0.0", @@ -17749,6 +23449,70 @@ "size": 144363, "checksum": "SHA-256:57ffaf27331f52bb021c1ede6112419a61126ab22b4ffd82289883ead42715b5" }, + { + "name": "Adafruit MCP9808 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9808_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-2.0.0.zip", + "archiveFileName": "Adafruit_MCP9808_Library-2.0.0.zip", + "size": 145893, + "checksum": "SHA-256:59e330ee6aaa74f61f27ddb5809854e60878e670ca37ea737d5f4bfa07760f98" + }, + { + "name": "Adafruit MCP9808 Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9808 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9808_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP9808_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9808_Library-2.0.2.zip", + "archiveFileName": "Adafruit_MCP9808_Library-2.0.2.zip", + "size": 145894, + "checksum": "SHA-256:683d53eb28653ecb97b7a67a5941063fd526bfdafd63159b97d9c35fdf2a9d42" + }, { "name": "Adafruit MMA8451 Library", "version": "1.0.0", @@ -17859,6 +23623,93 @@ "size": 8801, "checksum": "SHA-256:0eb7255b6dbc49c3cc8c07805ade679d359167c6bdd9a1c8e81c2f8242f4737e" }, + { + "name": "Adafruit MMA8451 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "paragraph": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MMA8451_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.2.0.zip", + "archiveFileName": "Adafruit_MMA8451_Library-1.2.0.zip", + "size": 8583, + "checksum": "SHA-256:58e3e480eeb2e1a010b4a7e55112326c14449a2bc9a2c4d3c252d8ca380cb6b5" + }, + { + "name": "Adafruit MMA8451 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "paragraph": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MMA8451_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.2.1.zip", + "archiveFileName": "Adafruit_MMA8451_Library-1.2.1.zip", + "size": 8593, + "checksum": "SHA-256:90f4aa937e4f68db1417e11f1c16e78c28fa64a695f08f717a94375aac4f3658" + }, + { + "name": "Adafruit MMA8451 Library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "paragraph": "Arduino library for the MMA8451 Accelerometer sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MMA8451_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MMA8451_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMA8451_Library-1.2.3.zip", + "archiveFileName": "Adafruit_MMA8451_Library-1.2.3.zip", + "size": 8594, + "checksum": "SHA-256:2441f678933b7a80eed5a4b0ef73161e3ce10598860df2444eb310a64cf50274" + }, { "name": "Adafruit Motor Shield library", "version": "1.0.0", @@ -17986,17 +23837,90 @@ "checksum": "SHA-256:f6d74583b64bf22e5f01c7966a32a04bb0da7ad3da6fd214c55917f5a04c0611" }, { - "name": "Adafruit Motor Shield V2 Library", - "version": "1.0.0", + "name": "Adafruit MPL115A2", + "version": "1.1.3", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", - "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", - "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", - "category": "Device Control", - "architectures": [ - "*" - ], + "sentence": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "paragraph": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "website": "https://github.com/adafruit/Adafruit_MPL115A2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-1.1.3.zip", + "archiveFileName": "Adafruit_MPL115A2-1.1.3.zip", + "size": 276574, + "checksum": "SHA-256:8ef1edc8f80a2abc2e2946dcc1c7dedb8bae7618b5c6fab35f25cea8568fa5b9" + }, + { + "name": "Adafruit MPL115A2", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "paragraph": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "website": "https://github.com/adafruit/Adafruit_MPL115A2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-2.0.0.zip", + "archiveFileName": "Adafruit_MPL115A2-2.0.0.zip", + "size": 276543, + "checksum": "SHA-256:bc3aed7885f7fa6f336e54341f7b80b448380a994a59567022c1a94de3dc1fdf" + }, + { + "name": "Adafruit MPL115A2", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "paragraph": "Driver for the Adafruit MPL115A2 barometric pressure sensor breakout", + "website": "https://github.com/adafruit/Adafruit_MPL115A2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPL115A2.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL115A2-2.0.2.zip", + "archiveFileName": "Adafruit_MPL115A2-2.0.2.zip", + "size": 276544, + "checksum": "SHA-256:f826de27def477733419de8269cc0eb72e33624b281a7252a200ee394ca5e1f3" + }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Recommended" ], @@ -18263,6 +24187,120 @@ "size": 21835, "checksum": "SHA-256:de1ad2fb28354eceb91f42a62cfa0c9af651b4cbfcfd323b7661e5c4b1939873" }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "AccelStepper" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.1.0.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.1.0.zip", + "size": 22140, + "checksum": "SHA-256:428a37ba770f688a45604f3fa8b01450128a86da8d70489760074f838e8b6599" + }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "AccelStepper" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.1.1.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.1.1.zip", + "size": 22153, + "checksum": "SHA-256:a59be357428bbff1f79c95668f0f288723557c5c524208be4019ac093dfccd9a" + }, + { + "name": "Adafruit Motor Shield V2 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "paragraph": "Library for the Adafruit Motor Shield V2 for Arduino. It supports DC motors \u0026 stepper motors with microstepping as well as stacking-support.", + "website": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "AccelStepper" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Motor_Shield_V2_Library-1.1.3.zip", + "archiveFileName": "Adafruit_Motor_Shield_V2_Library-1.1.3.zip", + "size": 22155, + "checksum": "SHA-256:14364e5fc85c23ba1f0170a950619e5462f1eae90a871dbdb45c62b6fc757915" + }, { "name": "Adafruit MPL3115A2 Library", "version": "1.0.0", @@ -18420,6 +24458,113 @@ "size": 7198, "checksum": "SHA-256:79637a488d187353b1e6b97bd89f66940b2960a160e5ad93e5e94f7a5f6ac25e" }, + { + "name": "Adafruit MPL3115A2 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPL3115A2_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-2.0.0.zip", + "archiveFileName": "Adafruit_MPL3115A2_Library-2.0.0.zip", + "size": 7238, + "checksum": "SHA-256:1fb68036bcf96ac99943ad0b4b964e67fb4748205fcb160f4ed44f236ea59df1" + }, + { + "name": "Adafruit MPL3115A2 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPL3115A2_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-2.0.1.zip", + "archiveFileName": "Adafruit_MPL3115A2_Library-2.0.1.zip", + "size": 7227, + "checksum": "SHA-256:e17bea92b9df688b8a33eab95b52e7f2f4ecdc19dcfb62553f41fbb3e024f316" + }, + { + "name": "Adafruit MPL3115A2 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPL3115A2_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-2.1.0.zip", + "archiveFileName": "Adafruit_MPL3115A2_Library-2.1.0.zip", + "size": 8797, + "checksum": "SHA-256:3d1e47aa71089a6968f5978a639e51f35a4d936c98901653806d22ceb14d4a47" + }, + { + "name": "Adafruit MPL3115A2 Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPL3115A2 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPL3115A2_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPL3115A2_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPL3115A2_Library-2.1.2.zip", + "archiveFileName": "Adafruit_MPL3115A2_Library-2.1.2.zip", + "size": 8796, + "checksum": "SHA-256:2ab457dd0f546d47056f089914aab2f1292c00a6a570a5098d87c290aecfea40" + }, { "name": "Adafruit NeoMatrix", "version": "1.0.0", @@ -18654,6 +24799,64 @@ "size": 46187, "checksum": "SHA-256:c5137138f628adfff2eefc5c3140f9763b5d8d7ee252772df1521ff5fee6812a" }, + { + "name": "Adafruit NeoMatrix", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for NeoPixel grids", + "paragraph": "Adafruit_GFX-compatible library for NeoPixel grids", + "website": "https://github.com/adafruit/Adafruit_NeoMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.3.0.zip", + "archiveFileName": "Adafruit_NeoMatrix-1.3.0.zip", + "size": 46235, + "checksum": "SHA-256:621be67f486106488d7ddf45e7cc81bc81ea0cb7f41600addb43e1099f3c6fa2" + }, + { + "name": "Adafruit NeoMatrix", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for NeoPixel grids", + "paragraph": "Adafruit_GFX-compatible library for NeoPixel grids", + "website": "https://github.com/adafruit/Adafruit_NeoMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoMatrix.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix-1.3.2.zip", + "archiveFileName": "Adafruit_NeoMatrix-1.3.2.zip", + "size": 46235, + "checksum": "SHA-256:460e300dd4507d5a9866d7bafd50144bd59d8cec61962cb0214deaeafd44fb6b" + }, { "name": "Adafruit MPR121", "version": "1.0.2", @@ -18790,6 +24993,58 @@ "size": 7658, "checksum": "SHA-256:019d3d5b995e95c22b97b8d7348e1b94e05f77ab1024112fd65c093af1300c2a" }, + { + "name": "Adafruit MPR121", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPR121-based capacitive sensors in the Adafruit shop.", + "paragraph": "Designed specifically to work with the MPR121 Breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_MPR121", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.1.1.zip", + "archiveFileName": "Adafruit_MPR121-1.1.1.zip", + "size": 7655, + "checksum": "SHA-256:e2d457d059c2cab623984c9b67642e8bab3ef4bcafe3596d7c169c3ee36f3fa7" + }, + { + "name": "Adafruit MPR121", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPR121-based capacitive sensors in the Adafruit shop.", + "paragraph": "Designed specifically to work with the MPR121 Breakout in the Adafruit shop.", + "website": "https://github.com/adafruit/Adafruit_MPR121", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MPR121_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPR121-1.1.3.zip", + "archiveFileName": "Adafruit_MPR121-1.1.3.zip", + "size": 7658, + "checksum": "SHA-256:18d9f0bd334e66f3bc2dacbe5dccb9e3bd6ff86b7810a44a1531d1b3f0f664ac" + }, { "name": "Adafruit nRF8001", "version": "1.0.0", @@ -18968,6 +25223,93 @@ "size": 14835, "checksum": "SHA-256:24fa6730919d2a629e0ddc07f6173f3acc18feb07f5fdc41c4fe6ff586d9887f" }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.0.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.0.zip", + "size": 14032, + "checksum": "SHA-256:e196b07efbd35e89bc7afc62ede1c4b4f60781e563bfded2f000a9f69c40dfd1" + }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.1.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.1.zip", + "size": 14031, + "checksum": "SHA-256:458229ffefd8e9e855472c050af7aeddb1becad740b3fc637df5eb7967c17454" + }, + { + "name": "Adafruit PCD8544 Nokia 5110 LCD library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "paragraph": "Arduino driver for PC8544, most commonly found in small Nokia 5110's", + "website": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.3.zip", + "archiveFileName": "Adafruit_PCD8544_Nokia_5110_LCD_library-2.0.3.zip", + "size": 14032, + "checksum": "SHA-256:2335c1ca5f4900f30920456544a76dfd84d659874231013dd3413439a2cbe3cf" + }, { "name": "Adafruit NeoPixel", "version": "1.0.0", @@ -19661,6 +26003,420 @@ "size": 68908, "checksum": "SHA-256:708857fb59b697639a580c3b640568bd46585e3afbc8f275ad9477bc18c7268e" }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.0.zip", + "size": 70776, + "checksum": "SHA-256:4b59157e8524265e3bbd840ce90bf19460963e49eef4c08001afa5a97a0f6405" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.1.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.1.zip", + "size": 70781, + "checksum": "SHA-256:f49068d9941c5c05f0358d71049b96f7ab26d286903041919ed923009caf3f2d" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.2.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.2.zip", + "size": 70828, + "checksum": "SHA-256:1ff24d2c6605a6969dc065a9d17df214b4aae967ac1814ddd9001bafb66d6812" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.3.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.3.zip", + "size": 70911, + "checksum": "SHA-256:f902dd2a435fb717f91b204850e26611269a675687d344d8067a3bc3e6a92f53" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.4.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.4.zip", + "size": 70913, + "checksum": "SHA-256:ab8369be657cefba9672f790fe586c7b665501585ca20d25fe9d54e2658d104f" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.5.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.5.zip", + "size": 70926, + "checksum": "SHA-256:5c9dfff70a215136762f373df4b9b194eacef88a5bf8ff3f213dd694688e093f" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.6.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.6.zip", + "size": 71395, + "checksum": "SHA-256:dcaa895039efc571b9a1f601801ac3b138be87bef2f75f28422f30e388067326" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.8.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.8.7.zip", + "archiveFileName": "Adafruit_NeoPixel-1.8.7.zip", + "size": 71417, + "checksum": "SHA-256:f140e89405f27ce5c9b6e84cc072a8c6712f0b9e6793a926401efba48ffbec65" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.9.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.9.0.zip", + "size": 71313, + "checksum": "SHA-256:78e63fa616e3c9a992f71160cfc4c10c956be42b3af64131460607340b88fa53" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.0.zip", + "size": 80285, + "checksum": "SHA-256:cc52a9921a2d352b527e0f5f9187ccfce2cdb5535588f8889f8b3dfaafa818e9" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.1.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.1.zip", + "size": 80752, + "checksum": "SHA-256:4f131557d86df7c8516896440743f11eb5428231223739cf80b2ae7280f9013e" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.2.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.2.zip", + "size": 80413, + "checksum": "SHA-256:28bb244efe0125124e181aa187ad80ce097eabb1c70841ca54b10c33ffb70428" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.3.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.3.zip", + "size": 80412, + "checksum": "SHA-256:9029ae07ee4c5f9ef417800188e30afe0a90debbd429ff2cd524b85a4afc64c9" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.4.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.4.zip", + "size": 80416, + "checksum": "SHA-256:8e118f7f3a27cec7a7401312809ac56fe5d730b03c70940ba5451e5decc2d956" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.5.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.5.zip", + "size": 80427, + "checksum": "SHA-256:7c09ec31e947bd391e66b6a1625993a58df64e5dc0a4fd4719794de95bfe0acb" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.6.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.6.zip", + "size": 80529, + "checksum": "SHA-256:391046917e3a5845c573884fd0a2963fdd5945beb3f0070294ec023a93593b1a" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.10.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.10.7.zip", + "archiveFileName": "Adafruit_NeoPixel-1.10.7.zip", + "size": 80689, + "checksum": "SHA-256:0c2f7debd0fffedef2e14800a1ae876acbe2d2fac850db56de190c9112518f7f" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.11.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.11.0.zip", + "size": 81262, + "checksum": "SHA-256:04a9cec9e91cfc1598e4be57ceb3a97961d07a23bd1985379ac4bc5496e3ac12" + }, + { + "name": "Adafruit NeoPixel", + "version": "1.12.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPixel-1.12.0.zip", + "archiveFileName": "Adafruit_NeoPixel-1.12.0.zip", + "size": 81578, + "checksum": "SHA-256:82b7fd9a2c2d924333857c56475bd2bb5c2570dd4043a053e418a2d140b84858" + }, { "name": "Adafruit PS2 Trackpad", "version": "1.0.0", @@ -19745,6 +26501,48 @@ "size": 7183, "checksum": "SHA-256:e76e1e70b65f938835fec0571c61d1bcafa32878bc18efeaef45c776451e1f10" }, + { + "name": "Adafruit PS2 Trackpad", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PS2 library for Adafruit capacitive trackpads", + "paragraph": "PS2 library for Adafruit capacitive trackpads", + "website": "https://github.com/adafruit/Adafruit-PS2-Trackpad", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PS2-Trackpad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PS2_Trackpad-1.2.3.zip", + "archiveFileName": "Adafruit_PS2_Trackpad-1.2.3.zip", + "size": 7192, + "checksum": "SHA-256:4f5aff97b1b692de4e76ca0a3932e334b2f211e5cf053b5a692273e798a34b15" + }, + { + "name": "Adafruit PS2 Trackpad", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PS2 library for Adafruit capacitive trackpads", + "paragraph": "PS2 library for Adafruit capacitive trackpads", + "website": "https://github.com/adafruit/Adafruit-PS2-Trackpad", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PS2-Trackpad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PS2_Trackpad-1.2.4.zip", + "archiveFileName": "Adafruit_PS2_Trackpad-1.2.4.zip", + "size": 7185, + "checksum": "SHA-256:3a00f5f0136b1516b0cc90b4f65fa43d18ae667d7fc9b64f7efb0a74727ec857" + }, { "name": "Adafruit PN532", "version": "1.0.0", @@ -19886,6 +26684,110 @@ "size": 62905, "checksum": "SHA-256:2298c019cb59fe0ec9e10d5839ca3f281e9748db01234c8bd2fca6b8033d6fac" }, + { + "name": "Adafruit PN532", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.2.3.zip", + "archiveFileName": "Adafruit_PN532-1.2.3.zip", + "size": 63489, + "checksum": "SHA-256:1db1821d63fcb569157a05fa6b63894f2a2e5b8e872b777d72893114ef0ba68b" + }, + { + "name": "Adafruit PN532", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.3.0.zip", + "archiveFileName": "Adafruit_PN532-1.3.0.zip", + "size": 62394, + "checksum": "SHA-256:e43a0703c2f87f35eb6895a304f605b5ad4f16c1f1a7a0cbe61107fddfffbe24" + }, + { + "name": "Adafruit PN532", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.3.2.zip", + "archiveFileName": "Adafruit_PN532-1.3.2.zip", + "size": 62394, + "checksum": "SHA-256:320eff3ef02268eed3a59512c1b084f14e2cb87c116063386f7c94d3680f12cf" + }, + { + "name": "Adafruit PN532", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "paragraph": "Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit-PN532", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PN532.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PN532-1.3.3.zip", + "archiveFileName": "Adafruit_PN532-1.3.3.zip", + "size": 62440, + "checksum": "SHA-256:b02332db1ed8267a95691f8044c9584379a88edc9351c542398abc681fe5aa95" + }, { "name": "Adafruit PWM Servo Driver Library", "version": "1.0.0", @@ -20096,6 +26998,79 @@ "size": 15810, "checksum": "SHA-256:1ac080e5e7862f2ea91f1886d49e3e44aa4eb0d1b7feeeea094885892248ca8c" }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-2.4.1.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-2.4.1.zip", + "size": 15829, + "checksum": "SHA-256:b7fff07b736ab69332dc8ddb7e92bd029c11c83799d37bceed4eeb92ee526383" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "3.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-3.0.0.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-3.0.0.zip", + "size": 16035, + "checksum": "SHA-256:ce2d8cc966d07ef902cfc58d347cad75605e96241051019a685ff4b20adbc146" + }, + { + "name": "Adafruit PWM Servo Driver Library", + "version": "3.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit PWM Servo Driver Library", + "paragraph": "Adafruit PWM Servo Driver Library", + "website": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PWM_Servo_Driver_Library-3.0.1.zip", + "archiveFileName": "Adafruit_PWM_Servo_Driver_Library-3.0.1.zip", + "size": 16036, + "checksum": "SHA-256:f146887cfdd59fa4a92c93ba78d508a55ff68eeb927f7d6d26118aece03a2875" + }, { "name": "Adafruit RGB LCD Shield Library", "version": "1.0.0", @@ -20201,6 +27176,27 @@ "size": 13799, "checksum": "SHA-256:2793e0d6c48063937ae524378c68d1487527c79025debcee4e5a9292f3064439" }, + { + "name": "Adafruit RGB LCD Shield Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RGB 16x2 LCD Shield.", + "paragraph": "Library for the Adafruit RGB 16x2 LCD Shield.", + "website": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-RGB-LCD-Shield-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RGB_LCD_Shield_Library-1.2.2.zip", + "archiveFileName": "Adafruit_RGB_LCD_Shield_Library-1.2.2.zip", + "size": 13799, + "checksum": "SHA-256:a8ce8c9c9e063a66774ba0481b99d0699d71e50ca06c8ef0e0fb4443ef6e82d4" + }, { "name": "Adafruit RA8875", "version": "1.0.0", @@ -20612,6 +27608,102 @@ "size": 412600, "checksum": "SHA-256:c29ba88e6ae507f66a449030e1802ed7c0847c37a8915701412111b09c9d3c1c" }, + { + "name": "Adafruit RA8875", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.4.1.zip", + "archiveFileName": "Adafruit_RA8875-1.4.1.zip", + "size": 412600, + "checksum": "SHA-256:f935e9fad507678301a68b2bb879afd56d8ec49fa3fab7678ba14dace7666745" + }, + { + "name": "Adafruit RA8875", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.4.2.zip", + "archiveFileName": "Adafruit_RA8875-1.4.2.zip", + "size": 412573, + "checksum": "SHA-256:9f97b3a3ba07731a1dbd6278dfd847de377bc8dc99f5c0d8e82434dd7d07de9f" + }, + { + "name": "Adafruit RA8875", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the RA8875 TFT driver", + "paragraph": "Adafruit's Arduino driver for the RA8875 TFT driver", + "website": "https://github.com/adafruit/Adafruit_RA8875", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_RA8875.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_RA8875-1.4.4.zip", + "archiveFileName": "Adafruit_RA8875-1.4.4.zip", + "size": 412572, + "checksum": "SHA-256:0f6c72e164ef7b58bdd8122f15bb911a0b290a44180793d68485d7c25a65c43e" + }, { "name": "Adafruit SHARP Memory Display", "version": "1.0.0", @@ -20811,6 +27903,58 @@ "size": 11659, "checksum": "SHA-256:ed401c5a4c3ccc7bfa9c24bac05dbbde6c925f1527a94a7b82bc65a71f856d21" }, + { + "name": "Adafruit SHARP Memory Display", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "paragraph": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "website": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.1.1.zip", + "archiveFileName": "Adafruit_SHARP_Memory_Display-1.1.1.zip", + "size": 11662, + "checksum": "SHA-256:e098f2ef13023475ec71b144a8d9196840a8d4335529188eebdf3ef97ee20378" + }, + { + "name": "Adafruit SHARP Memory Display", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "paragraph": "This is an Arduino library for the Adafruit Monochrome SHARP Memory Displays", + "website": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SHARP_Memory_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHARP_Memory_Display-1.1.3.zip", + "archiveFileName": "Adafruit_SHARP_Memory_Display-1.1.3.zip", + "size": 11664, + "checksum": "SHA-256:a18a9fab85cebdde970efc44fab30b6e9c8baa91359ff86f8f7bd281f4ff6f94" + }, { "name": "Adafruit SI1145 Library", "version": "1.0.0", @@ -20895,6 +28039,58 @@ "size": 288649, "checksum": "SHA-256:04819104d54ca6d167854dccff3dda93383be6320ced98c62e0f7b4b4f8cf5a6" }, + { + "name": "Adafruit SI1145 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SI1145 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SI1145 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SI1145_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SI1145_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.2.0.zip", + "archiveFileName": "Adafruit_SI1145_Library-1.2.0.zip", + "size": 288611, + "checksum": "SHA-256:2dc3182f2f9dfefd87cae955f27f00a41ceadb39d5aa8880a9e2028d5dfbfeb3" + }, + { + "name": "Adafruit SI1145 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SI1145 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SI1145 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SI1145_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SI1145_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SI1145_Library-1.2.2.zip", + "archiveFileName": "Adafruit_SI1145_Library-1.2.2.zip", + "size": 288611, + "checksum": "SHA-256:40c813f5bfdb95a803f72397c2f8d50fb11b37db9d7bd2730f9563a6f6e74b37" + }, { "name": "Adafruit Si4713 Library", "version": "1.0.0", @@ -21000,6 +28196,84 @@ "size": 346866, "checksum": "SHA-256:16d21619f18d501baa72311a32afb6545296cf766f3ee270679e4fb9ff56f2d0" }, + { + "name": "Adafruit Si4713 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "paragraph": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Si4713-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Si4713_Library-1.2.0.zip", + "size": 346496, + "checksum": "SHA-256:98471e7c512fa8a29d52d2b1b86830ffe7b91594b1f4db728b93e1407d5f808b" + }, + { + "name": "Adafruit Si4713 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "paragraph": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Si4713-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.2.1.zip", + "archiveFileName": "Adafruit_Si4713_Library-1.2.1.zip", + "size": 346499, + "checksum": "SHA-256:93b353b5c3172a90708c936b56639a955ba62048e0f7d091ac5cf602fb48a8a4" + }, + { + "name": "Adafruit Si4713 Library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "paragraph": "Arduino library for the Si4714 FM+RDS Transmitter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-Si4713-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Si4713-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si4713_Library-1.2.3.zip", + "archiveFileName": "Adafruit_Si4713_Library-1.2.3.zip", + "size": 346500, + "checksum": "SHA-256:d045e95f0c680b343bb3bfe2ae93eef586f0b13d2486c3b8d13fcac6a2a826ca" + }, { "name": "Adafruit SoftServo", "version": "1.0.0", @@ -21063,6 +28337,27 @@ "size": 8638, "checksum": "SHA-256:ed3a142e48b5cf017aa52af16dc58a90c571080e0f71644b897382f8202a70b7" }, + { + "name": "Adafruit SoftServo", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A lightweight software servo library, designed for Trinket/Gemma but good for other Arduino-compats", + "paragraph": "A lightweight software servo library, designed for Trinket/Gemma but good for other Arduino-compats", + "website": "https://github.com/adafruit/Adafruit_SoftServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SoftServo-1.0.4.zip", + "archiveFileName": "Adafruit_SoftServo-1.0.4.zip", + "size": 8638, + "checksum": "SHA-256:fc6e806e2385ed03c7a72ba393f9d81910a945a61076054fe77fbe4c14e52bad" + }, { "name": "Adafruit Si5351 Library", "version": "1.0.0", @@ -21147,6 +28442,126 @@ "size": 12754, "checksum": "SHA-256:d43754228fb385f25ac12bc8170b87b81cb2550664f4a50778f8fc3da9674cbf" }, + { + "name": "Adafruit Si5351 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.2.0.zip", + "size": 13043, + "checksum": "SHA-256:4ef4e4c7c7ce5b753fbd2abd1f1e410897c1c8d725e40bc6066165240a02f563" + }, + { + "name": "Adafruit Si5351 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.2.1.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.2.1.zip", + "size": 13043, + "checksum": "SHA-256:cb3f3d92d9648cbd3ef3edbcc5a0fd6504a11fc79150745cb10bb0822e1faa8d" + }, + { + "name": "Adafruit Si5351 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.3.0.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.3.0.zip", + "size": 13088, + "checksum": "SHA-256:d0113087c9b43dec9617e0ebfd047b015c2f4b0d0fbb9bd5b5d030bfb3b38b65" + }, + { + "name": "Adafruit Si5351 Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.4.0.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.4.0.zip", + "size": 13211, + "checksum": "SHA-256:ba00d209b8bf4d721e72acf3cc651acc1fae3c9187f3680c647a918ae23a2dab" + }, + { + "name": "Adafruit Si5351 Library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's Si5351 Clockgen Breakout", + "paragraph": "Driver for Adafruit's Si5351 Clockgen Breakout", + "website": "https://github.com/adafruit/Adafruit_Si5351_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Si5351_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si5351_Library-1.4.2.zip", + "archiveFileName": "Adafruit_Si5351_Library-1.4.2.zip", + "size": 13211, + "checksum": "SHA-256:7a65d88366f8c92d8a31edb9acef27437d26300fc2798d2e6918cf055240a2e9" + }, { "name": "Adafruit Soundboard library", "version": "1.0.0", @@ -21210,6 +28625,27 @@ "size": 7839, "checksum": "SHA-256:8a3c548e2e41a8bc70dffee9a359935cfae370df7d1e1fcd8a53af26669a5cb5" }, + { + "name": "Adafruit Soundboard library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for UART control of the Adafruit Soundboard", + "paragraph": "Arduino Library for UART control of the Adafruit Soundboard", + "website": "https://github.com/adafruit/Adafruit_Soundboard_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Soundboard_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Soundboard_library-1.1.2.zip", + "archiveFileName": "Adafruit_Soundboard_library-1.1.2.zip", + "size": 7840, + "checksum": "SHA-256:aa265f2595d17f810ba3341dbdfe47bff91aba970708a598bd581fa88f5ae4d7" + }, { "name": "Adafruit SSD1306", "version": "1.0.0", @@ -21843,6 +29279,344 @@ "size": 35967, "checksum": "SHA-256:c755a953a9e22fad3651dccff4077d13078d02548027120f332ba23db032ace5" }, + { + "name": "Adafruit SSD1306", + "version": "2.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.3.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.3.zip", + "size": 36111, + "checksum": "SHA-256:523d87ed6b7d4cb3f9f7ca1bca80a5c83f18972b8e31ae28f2e7a76e950fdfe7" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.4.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.4.zip", + "size": 36121, + "checksum": "SHA-256:bc3426857474664d9850c205ca6ec61cbd10dbbdcf7d7d781773b17e466d92ea" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.5.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.5.zip", + "size": 36103, + "checksum": "SHA-256:c945532162b3c3250f3976284c8a1e5eeec16b00b952628538e9b7fae0dd0dbd" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.6.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.6.zip", + "size": 36103, + "checksum": "SHA-256:a1ee7c244584c9242a3158248c52aa8cca875c0a61bbc1555cc9693ba5568fd5" + }, + { + "name": "Adafruit SSD1306", + "version": "2.4.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.4.7.zip", + "archiveFileName": "Adafruit_SSD1306-2.4.7.zip", + "size": 36585, + "checksum": "SHA-256:d5d1fc780a8a322b71f3339edeb9b6c7b254578b76acfe67baaa818996cc8928" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.0.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.0.zip", + "size": 36834, + "checksum": "SHA-256:00e98ed9a977bd4fd9b48451f3331342296a7fa2222fd16a706a77543958ee54" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.1.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.1.zip", + "size": 36858, + "checksum": "SHA-256:d4842f3470fcaafd0aafbd5dc0f9d92de24c13b3990ceab2eeab6ac6f364be29" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.2.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.2.zip", + "size": 36872, + "checksum": "SHA-256:61b487ec86b729137acd78b9851352d5d453210f58ace2a3bda22b62b8b2d561" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.3.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.3.zip", + "size": 36932, + "checksum": "SHA-256:7ee216acf7c42feb57b63bbe07beff00e331fc6e0214551c590b8b6e80fd76bd" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.4.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.4.zip", + "size": 36932, + "checksum": "SHA-256:80b7f46aae0a76168f4605085cfaea33292ee05665e57d213fc12272b598f9e1" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.6.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.6.zip", + "size": 36927, + "checksum": "SHA-256:0f2251ec2f4044f02b7e595fe4e50ace6d987389b8d154472f972e27c3ce65c5" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.7.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.7.zip", + "size": 37567, + "checksum": "SHA-256:9e1e9d4030971c5dee472f9d8488eb2598257f190ad873b8e2ff191e46958ef9" + }, + { + "name": "Adafruit SSD1306", + "version": "2.5.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/adafruit/Adafruit_SSD1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1306.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1306-2.5.9.zip", + "archiveFileName": "Adafruit_SSD1306-2.5.9.zip", + "size": 37567, + "checksum": "SHA-256:b3d8863e5d83e85c559619d94e08726c64eeb7f932bbc652534a1ed5601ad6f1" + }, { "name": "Adafruit SSD1351 library", "version": "1.0.0", @@ -22138,6 +29912,102 @@ "size": 14327, "checksum": "SHA-256:06741714234e5a7edcf55b5dce28deed541e39ad8155c980044bb8aa0b688030" }, + { + "name": "Adafruit SSD1351 library", + "version": "1.2.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.2.8.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.2.8.zip", + "size": 14347, + "checksum": "SHA-256:84ef512596b3443d02e20d8361096bb5b547a98fd4a168dc193231b4d0c4080d" + }, + { + "name": "Adafruit SSD1351 library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.3.0.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.3.0.zip", + "size": 14145, + "checksum": "SHA-256:90cac801c011f38ef022e6d91e522f22315ab42495b379e0062cb91442074fb3" + }, + { + "name": "Adafruit SSD1351 library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "paragraph": "Adafruit library for the 1.27\" and 1.5\" color OLEDs in the shop", + "website": "https://github.com/adafruit/Adafruit-SSD1351-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-SSD1351-library.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1351_library-1.3.2.zip", + "archiveFileName": "Adafruit_SSD1351_library-1.3.2.zip", + "size": 14144, + "checksum": "SHA-256:5cdc343d168ae2b1ad847f31c8dbabb7dbc6eca0b06082fe9b146e0ac0a76138" + }, { "name": "Adafruit SSD1331 OLED Driver Library for Arduino", "version": "1.0.0", @@ -22311,6 +30181,32 @@ "size": 25561, "checksum": "SHA-256:6e1746269dd0dc8cd2fa2cd5c14ebd759f87413394f3520fd055d3c81f0c15c8" }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "For 0.96\" OLEDs in the Adafruit shop", + "paragraph": "For 0.96\" OLEDs in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.2.2.zip", + "archiveFileName": "Adafruit_SSD1331_OLED_Driver_Library_for_Arduino-1.2.2.zip", + "size": 25561, + "checksum": "SHA-256:2f4340367d8e438b71af1e1d3c9a0c4f1173f8183c36d1ac45a73c2ad933cf46" + }, { "name": "Adafruit ST7735 and ST7789 Library", "version": "1.1.0", @@ -23279,6 +31175,550 @@ "size": 48820, "checksum": "SHA-256:50efb6ed01a572590e60245b27b6daac9a67836fae8c150c50ebb816ed7896d2" }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.6.1.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.6.1.zip", + "size": 48855, + "checksum": "SHA-256:442cf42fecf553a51233ba4a3eab4fcad882973bf48425d0f97112339b3d035c" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.0.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.0.zip", + "size": 48881, + "checksum": "SHA-256:b9b28d3a583dc25c69f50219299984a0f25829dbb651ebd3bc52878c5bb707f7" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.1.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.1.zip", + "size": 48881, + "checksum": "SHA-256:368597439c03c95d1aeea9875863843ed00694fa6e89cef995704aedd6279c7d" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.2.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.2.zip", + "size": 48888, + "checksum": "SHA-256:cfcddb4a9d7554916290ec1d994b828af24eb616a50c0e3b196cbda61a66da70" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.3.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.3.zip", + "size": 48827, + "checksum": "SHA-256:fed4187996fd8d5ede1d364a901cd7b054a3e153fa84193397de6e060798c05b" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.4.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.4.zip", + "size": 48855, + "checksum": "SHA-256:45250374bbdb2588fb825598ad62f4c271bc22b48f6c7ccbd9bf907e9c85f19a" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.7.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.7.5.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.7.5.zip", + "size": 48899, + "checksum": "SHA-256:9bf38a8bab8f4935705f78c8518f9fd1316170a9f1043386d5e497c1d1c3f866" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.8.0.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.8.0.zip", + "size": 48961, + "checksum": "SHA-256:505a942fbda2cea7d5da65aae1b9795e8a87333dea25b3cc1ee2f01dfe1016d6" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.8.1.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.8.1.zip", + "size": 48961, + "checksum": "SHA-256:0666022c24bb80fb2c0894f86228dac91a8fbcaaac10b8aa6417839b22825270" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.8.2.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.8.2.zip", + "size": 48963, + "checksum": "SHA-256:b759ea3be7fd4719b9a4a97f3711e14b705cae0c2096db5054977f8719e985dd" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.9.0.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.9.0.zip", + "size": 48972, + "checksum": "SHA-256:907d0f53086a09ef28b0d5c215358672c5b5577a80fde985c1b451f92fc6d4bb" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.9.1.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.9.1.zip", + "size": 49064, + "checksum": "SHA-256:9568c214f0c76e222a9252782dd619608445c31f2493147b5d9bfbf8df3f7ec6" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.9.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.9.2.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.9.2.zip", + "size": 51833, + "checksum": "SHA-256:2bc22e3acfb0737415ee870f2a1afefaf9d19f9638be4e68dda5b0e62d9c786b" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.9.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.9.3.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.9.3.zip", + "size": 55243, + "checksum": "SHA-256:20bd0f57a2e28416bce98e660e43b951fe581ddc7197697206afb13b020867c2" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.10.0.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.10.0.zip", + "size": 55488, + "checksum": "SHA-256:7fafed9cda13f0cc8aa849278daf6214c603092c4f95a34894fb9cb6b3b7dab5" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.10.2.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.10.2.zip", + "size": 55741, + "checksum": "SHA-256:a86fb086a6ec039527500f8c9f93033091187437819c6cf6a087855b2a0a0b60" + }, + { + "name": "Adafruit ST7735 and ST7789 Library", + "version": "1.10.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://github.com/adafruit/Adafruit-ST7735-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-ST7735-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ST7735_and_ST7789_Library-1.10.3.zip", + "archiveFileName": "Adafruit_ST7735_and_ST7789_Library-1.10.3.zip", + "size": 55769, + "checksum": "SHA-256:cbadf3dd498e97e15e352f140ec2f4640044718599dde05373d78a1ff30e2447" + }, { "name": "Adafruit STMPE610", "version": "1.0.0", @@ -23384,6 +31824,69 @@ "size": 294255, "checksum": "SHA-256:4478e3d5567cacf2e37e5de22f5bd2564122002626394b1d427ffc34b5400536" }, + { + "name": "Adafruit STMPE610", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for STMPE610/811 resistive touch screen controllers", + "paragraph": "Arduino library for STMPE610/811 resistive touch screen controllers", + "website": "https://github.com/adafruit/Adafruit_STMPE610", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.3.zip", + "archiveFileName": "Adafruit_STMPE610-1.1.3.zip", + "size": 294250, + "checksum": "SHA-256:c430e5d2566d2a768ef48506f5854440981ffe602937677bd0a2bb210b3dc52c" + }, + { + "name": "Adafruit STMPE610", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for STMPE610/811 resistive touch screen controllers", + "paragraph": "Arduino library for STMPE610/811 resistive touch screen controllers", + "website": "https://github.com/adafruit/Adafruit_STMPE610", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.4.zip", + "archiveFileName": "Adafruit_STMPE610-1.1.4.zip", + "size": 294252, + "checksum": "SHA-256:2bd03cce278c23267da4ceed97f23b718374309ec84271cd7ec367a59cff2b48" + }, + { + "name": "Adafruit STMPE610", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for STMPE610/811 resistive touch screen controllers", + "paragraph": "Arduino library for STMPE610/811 resistive touch screen controllers", + "website": "https://github.com/adafruit/Adafruit_STMPE610", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_STMPE610.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_STMPE610-1.1.6.zip", + "archiveFileName": "Adafruit_STMPE610-1.1.6.zip", + "size": 294252, + "checksum": "SHA-256:5a9cea9485f11c8ccf7b2b56ffc90f0c8d3a4b0e48c77d7feadccc1873057753" + }, { "name": "Adafruit TCS34725", "version": "1.0.0", @@ -23510,6 +32013,173 @@ "size": 796386, "checksum": "SHA-256:ff7775b8cafae641c3582b2fe2dddbd122e0c155dd290b2d5398428ee1ddf87a" }, + { + "name": "Adafruit TCS34725", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.4.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.4.zip", + "size": 796389, + "checksum": "SHA-256:ac52b970e6d40a6825fed81210875e7a56f9efd83326a0173c3f6a7f636140b3" + }, + { + "name": "Adafruit TCS34725", + "version": "1.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.5.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.5.zip", + "size": 796392, + "checksum": "SHA-256:bfe9f5c1dac1851401bddb00a087ca73dd2164596f579958186f76c442546cc9" + }, + { + "name": "Adafruit TCS34725", + "version": "1.3.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.3.6.zip", + "archiveFileName": "Adafruit_TCS34725-1.3.6.zip", + "size": 797758, + "checksum": "SHA-256:7a5e44721d2840b88a6fbf12413dc0a3d9fee45fb92ee005703347f9151d2bb7" + }, + { + "name": "Adafruit TCS34725", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.4.0.zip", + "archiveFileName": "Adafruit_TCS34725-1.4.0.zip", + "size": 797716, + "checksum": "SHA-256:7fb62d3611d9513b0417b198d59403c2351cf15e5bd37aab2563ab05d3089108" + }, + { + "name": "Adafruit TCS34725", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.4.1.zip", + "archiveFileName": "Adafruit_TCS34725-1.4.1.zip", + "size": 798018, + "checksum": "SHA-256:ad2aed634de4d71b1e20e86dee4571c10a451a64381d185e5055d11ea237124c" + }, + { + "name": "Adafruit TCS34725", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.4.2.zip", + "archiveFileName": "Adafruit_TCS34725-1.4.2.zip", + "size": 798009, + "checksum": "SHA-256:1bc5b7128ca9a009ef8418916c27486f1ea83a7a3d4af5146e4964a665bcabe2" + }, + { + "name": "Adafruit TCS34725", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "paragraph": "Driver for Adafruit's TCS34725 RGB Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TCS34725.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCS34725-1.4.4.zip", + "archiveFileName": "Adafruit_TCS34725-1.4.4.zip", + "size": 797985, + "checksum": "SHA-256:95d281f847b9837955b330253ea25bc913f807206e65bb2ad43f0ae1f14c486e" + }, { "name": "Adafruit Thermal Printer Library", "version": "1.0.0", @@ -23636,6 +32306,69 @@ "size": 28416, "checksum": "SHA-256:be6d53cd3cc0298e2232c1a2222b3f3a27a033cda603eea559927ce2ec74f14e" }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.3.0.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.3.0.zip", + "size": 28359, + "checksum": "SHA-256:c7dacfd7058e3fef9a2cd4fd8621bafe39b3e30d02174ab7e0da2bda66978b7c" + }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.4.0.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.4.0.zip", + "size": 29992, + "checksum": "SHA-256:ec250c994a5fa7f1d6947efd90672a14bc9fa4fb9916ab3156e2401f6e41bb90" + }, + { + "name": "Adafruit Thermal Printer Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for Small Thermal Printers", + "paragraph": "Arduino Library for Small Thermal Printers", + "website": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-Thermal-Printer-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Thermal_Printer_Library-1.4.1.zip", + "archiveFileName": "Adafruit_Thermal_Printer_Library-1.4.1.zip", + "size": 29992, + "checksum": "SHA-256:5b35811c877e0d46d7814a1725d209b699e673c77acea2713a69f0d4bbe01e44" + }, { "name": "Adafruit TiCoServo", "version": "1.0.0", @@ -23751,6 +32484,32 @@ "size": 12121, "checksum": "SHA-256:05d4dfb050d174447022fcf63130e659058289cf0d40a4272cd81f8cdfcee248" }, + { + "name": "Adafruit TiCoServo", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "paragraph": "Use NeoPixels and servos in the same Arduino sketch (with caveats)", + "website": "https://github.com/adafruit/Adafruit_TiCoServo", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TiCoServo.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TiCoServo-1.0.6.zip", + "archiveFileName": "Adafruit_TiCoServo-1.0.6.zip", + "size": 12121, + "checksum": "SHA-256:a95451ec9b49e6cbeedbe4eef4f1dd2039f7e1975c9c0e6f141a49baed91eb99" + }, { "name": "Adafruit TinyRGBLCDShield", "version": "1.0.0", @@ -23819,6 +32578,32 @@ "size": 13367, "checksum": "SHA-256:e15506425d2fbf8829f52f0147df9d4e70d48dbe36d227cdf56fc28172816c76" }, + { + "name": "Adafruit TinyRGBLCDShield", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_RGBLCDShield library ported to Trinket/Gemma", + "paragraph": "Adafruit_RGBLCDShield library ported to Trinket/Gemma", + "website": "https://github.com/adafruit/Adafruit_TinyRGBLCDShield", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyRGBLCDShield.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyRGBLCDShield-1.1.2.zip", + "archiveFileName": "Adafruit_TinyRGBLCDShield-1.1.2.zip", + "size": 13367, + "checksum": "SHA-256:25e4d95a28e19cc739e1b7a1d371d1b1e23d2bcfc62d1c02d9046d9dfb0777ec" + }, { "name": "Adafruit TinyFlash", "version": "1.0.0", @@ -24008,6 +32793,110 @@ "size": 210814, "checksum": "SHA-256:bb340240b3f92c34a6d84f7837fd2bfa1337c595928bc81928a769075e152628" }, + { + "name": "Adafruit TLC59711", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for our Adafruit 12-channel PWM/LED driver.", + "paragraph": "Library for our Adafruit 12-channel PWM/LED driver.", + "website": "https://github.com/adafruit/Adafruit_TLC59711", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.3.0.zip", + "archiveFileName": "Adafruit_TLC59711-1.3.0.zip", + "size": 210829, + "checksum": "SHA-256:9f78a4002b718dac4baa88a4f3186def936afca6e1ccfb9dd4a23c424d3e7be8" + }, + { + "name": "Adafruit TLC59711", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for our Adafruit 12-channel PWM/LED driver.", + "paragraph": "Library for our Adafruit 12-channel PWM/LED driver.", + "website": "https://github.com/adafruit/Adafruit_TLC59711", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.3.1.zip", + "archiveFileName": "Adafruit_TLC59711-1.3.1.zip", + "size": 210831, + "checksum": "SHA-256:c68c3ec81db7dbfbbed663a817269fa907a7f2e590422767b05da9197aecc3a6" + }, + { + "name": "Adafruit TLC59711", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for our Adafruit 12-channel PWM/LED driver.", + "paragraph": "Library for our Adafruit 12-channel PWM/LED driver.", + "website": "https://github.com/adafruit/Adafruit_TLC59711", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.3.2.zip", + "archiveFileName": "Adafruit_TLC59711-1.3.2.zip", + "size": 210831, + "checksum": "SHA-256:d3d9f0de917580f826b3c16c93176d206d24cf1aa00911ae9193f7d5741ba5ea" + }, + { + "name": "Adafruit TLC59711", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for our Adafruit 12-channel PWM/LED driver.", + "paragraph": "Library for our Adafruit 12-channel PWM/LED driver.", + "website": "https://github.com/adafruit/Adafruit_TLC59711", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC59711.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC59711-1.3.4.zip", + "archiveFileName": "Adafruit_TLC59711-1.3.4.zip", + "size": 210831, + "checksum": "SHA-256:b0bd6b60fa2944e923b43a38faba654561021a2badc57561d6e036ee0e3ed5ba" + }, { "name": "Adafruit TLC5947", "version": "1.0.0", @@ -24113,6 +33002,111 @@ "size": 516874, "checksum": "SHA-256:0e8ed17e37ecdc06f063b41d52209b21937d02eb86b5d16f0bbcd583da36ea8a" }, + { + "name": "Adafruit TLC5947", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "paragraph": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "website": "https://github.com/adafruit/Adafruit_TLC5947", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.0.6.zip", + "archiveFileName": "Adafruit_TLC5947-1.0.6.zip", + "size": 516874, + "checksum": "SHA-256:c82b816e6282a150af79f6e9112a4310800c80fbd4bc804ed78b4eae2bef2b75" + }, + { + "name": "Adafruit TLC5947", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "paragraph": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "website": "https://github.com/adafruit/Adafruit_TLC5947", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.1.0.zip", + "archiveFileName": "Adafruit_TLC5947-1.1.0.zip", + "size": 516912, + "checksum": "SHA-256:50dc1d0763f47a56a0794baa6256a43760cd65d0df3cd977312fdfa051673807" + }, + { + "name": "Adafruit TLC5947", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "paragraph": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "website": "https://github.com/adafruit/Adafruit_TLC5947", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.2.0.zip", + "archiveFileName": "Adafruit_TLC5947-1.2.0.zip", + "size": 516998, + "checksum": "SHA-256:4822f6047d29bad809b8e4592f98404dc27ac55faae3ec68ded76c6571477c50" + }, + { + "name": "Adafruit TLC5947", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "paragraph": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "website": "https://github.com/adafruit/Adafruit_TLC5947", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.2.1.zip", + "archiveFileName": "Adafruit_TLC5947-1.2.1.zip", + "size": 517027, + "checksum": "SHA-256:a096668ab0da53aaea9fc2e18efabc3b9471d726f2a20c73867a8ea651cb8812" + }, + { + "name": "Adafruit TLC5947", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "paragraph": "Adafruit's Arduino driver for the TLC5947 PWM LED Driver Breakout.", + "website": "https://github.com/adafruit/Adafruit_TLC5947", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TLC5947.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLC5947-1.2.3.zip", + "archiveFileName": "Adafruit_TLC5947-1.2.3.zip", + "size": 517027, + "checksum": "SHA-256:1301a10032ce7cf297f1b5534a4f2765bd77ef6d3630bc077589ef775fff03ff" + }, { "name": "Adafruit TMP006", "version": "1.0.0", @@ -24294,6 +33288,35 @@ "size": 587413, "checksum": "SHA-256:22380b244270664016f5df082c95d7e0e1cbab728cebc3e7d5657a50fba5cc72" }, + { + "name": "Adafruit TMP007 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit TMP007 Thermopile sensor Breakout", + "paragraph": "Arduino library for Adafruit TMP007 Thermopile sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_TMP007_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TMP007_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP007_Library-1.1.2.zip", + "archiveFileName": "Adafruit_TMP007_Library-1.1.2.zip", + "size": 587414, + "checksum": "SHA-256:dd6a611956947721eb693ac6fcefc84f0fec208b0247b00c89e4b64f23740777" + }, { "name": "Adafruit Trellis Library", "version": "1.0.0", @@ -24441,6 +33464,58 @@ "size": 220637, "checksum": "SHA-256:4c652d22ce2d27c1f36867c03dfff0fbdf64e8de9faba4c33a58288ff6634408" }, + { + "name": "Adafruit TPA2016 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "paragraph": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "website": "https://github.com/adafruit/Adafruit-TPA2016-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-TPA2016-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.2.0.zip", + "archiveFileName": "Adafruit_TPA2016_Library-1.2.0.zip", + "size": 220662, + "checksum": "SHA-256:c092ba4874d9f8c1dff956e8cdb779ef2c2e261c43c4bdc72d07187cce42efcb" + }, + { + "name": "Adafruit TPA2016 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "paragraph": "Arduino library for the Adafruit TPA2016(D2) I2C controlled AGC audio amplifier", + "website": "https://github.com/adafruit/Adafruit-TPA2016-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-TPA2016-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TPA2016_Library-1.2.2.zip", + "archiveFileName": "Adafruit_TPA2016_Library-1.2.2.zip", + "size": 220662, + "checksum": "SHA-256:f181cd6934e2792fdc36f732a52c4b1f55f97cd7850f8c4585fd4dda3884bfa9" + }, { "name": "Adafruit TSL2561", "version": "1.0.0", @@ -24531,13 +33606,13 @@ "checksum": "SHA-256:6f41206bafc8c3633e4b1505aa7d69bf475631b2694ac2f6c9af0eba808b7e3c" }, { - "name": "Adafruit TSL2591 Library", - "version": "1.0.0", + "name": "Adafruit TSL2561", + "version": "1.1.2", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", - "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", - "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "sentence": "Unified sensor driver for Adafruit's TSL2561 breakouts", + "paragraph": "Unified sensor driver for Adafruit's TSL2561 breakouts", + "website": "https://github.com/adafruit/Adafruit_TSL2561", "category": "Sensors", "architectures": [ "*" @@ -24545,11 +33620,37 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.0.zip", - "archiveFileName": "Adafruit_TSL2591_Library-1.0.0.zip", - "size": 9853, - "checksum": "SHA-256:850977e3eb2a590dbba2a2edae4005f76e91cf47197ca792311d3cc9517c3eb9" + "repository": "https://github.com/adafruit/Adafruit_TSL2561.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2561-1.1.2.zip", + "archiveFileName": "Adafruit_TSL2561-1.1.2.zip", + "size": 12610, + "checksum": "SHA-256:da73fff5adb8e43413b3b9128c8d69ca5d41949f14322b2c44b122547ca50642" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.0.0.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.0.0.zip", + "size": 9853, + "checksum": "SHA-256:850977e3eb2a590dbba2a2edae4005f76e91cf47197ca792311d3cc9517c3eb9" }, { "name": "Adafruit TSL2591 Library", @@ -24724,6 +33825,203 @@ "size": 13957, "checksum": "SHA-256:bb1e4d94e30472da0bfa9f8db6ab3714b7ff91c0725c4c8e64865c0fa22d7ce8" }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.3.0.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.3.0.zip", + "size": 14019, + "checksum": "SHA-256:140759f73cb89d1f8fcad1a819a341cc735716e1e3c56b036c5826ed3fd07efd" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.3.1.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.3.1.zip", + "size": 14016, + "checksum": "SHA-256:10d040726e297ab2f6a3612ca2b125c3dee6b985375b7ec884ab42243a6074c7" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.4.0.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.4.0.zip", + "size": 14074, + "checksum": "SHA-256:a67f5adddc445485177aec9b7d91b541d10167e9e92dd33aacb72642f3ac2642" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.4.1.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.4.1.zip", + "size": 14104, + "checksum": "SHA-256:f515d0f8aa6334cd228b8e0a5e1dbcd63f50d880ad2d5ac83c2dcb536b11148d" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.4.2.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.4.2.zip", + "size": 14592, + "checksum": "SHA-256:72587d1238d8d0fd478f4434632a4a8a26791c3c96d0ddbb3ed3a99906c05ada" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.4.3.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.4.3.zip", + "size": 14586, + "checksum": "SHA-256:0ea1adbbaa09163777b320cdf13178183fa5d11ce955383a03452b3634b7eedd" + }, + { + "name": "Adafruit TSL2591 Library", + "version": "1.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the TSL2591 digital luminosity (light) sensors.", + "paragraph": "Library for the TSL2591 digital luminosity (light) sensors.", + "website": "https://github.com/adafruit/Adafruit_TSL2591_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSL2591_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSL2591_Library-1.4.5.zip", + "archiveFileName": "Adafruit_TSL2591_Library-1.4.5.zip", + "size": 14586, + "checksum": "SHA-256:f03c8d510c643718a70775e4b25e2fb1bf6158d0b459ee8fe937fdd3c440663e" + }, { "name": "Adafruit VC0706 Serial Camera Library", "version": "1.0.0", @@ -24792,6 +34090,84 @@ "size": 16392, "checksum": "SHA-256:a53d89bb8a6a7681893dc4a735cfebe58c95c60a80c2bb34e2822cce11383113" }, + { + "name": "Adafruit VC0706 Serial Camera Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for VC0706-based Serial JPEG Cameras", + "paragraph": "Library for VC0706-based Serial JPEG Cameras", + "website": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VC0706_Serial_Camera_Library-1.1.1.zip", + "archiveFileName": "Adafruit_VC0706_Serial_Camera_Library-1.1.1.zip", + "size": 16390, + "checksum": "SHA-256:7277f58fe013fa8a1e3c2d349a187099c448c3fc54e4632a41599f31ad864992" + }, + { + "name": "Adafruit VC0706 Serial Camera Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for VC0706-based Serial JPEG Cameras", + "paragraph": "Library for VC0706-based Serial JPEG Cameras", + "website": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VC0706_Serial_Camera_Library-1.2.0.zip", + "archiveFileName": "Adafruit_VC0706_Serial_Camera_Library-1.2.0.zip", + "size": 16595, + "checksum": "SHA-256:03933b3b2c6072df1b9286d3b7361b91d19927d9b98f317c27a676a0ab7a87f4" + }, + { + "name": "Adafruit VC0706 Serial Camera Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for VC0706-based Serial JPEG Cameras", + "paragraph": "Library for VC0706-based Serial JPEG Cameras", + "website": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VC0706_Serial_Camera_Library-1.2.2.zip", + "archiveFileName": "Adafruit_VC0706_Serial_Camera_Library-1.2.2.zip", + "size": 16595, + "checksum": "SHA-256:376a5d6dda00b686652439c08fb447d0a8f4e7ffd1658b877fd04f564e9da735" + }, { "name": "Adafruit WS2801 Library", "version": "1.0.0", @@ -24855,6 +34231,48 @@ "size": 10942, "checksum": "SHA-256:1613f22a0fac7d66031565e11fe1ec565eaaec8abcb5452ac7a44841028ffb6a" }, + { + "name": "Adafruit WS2801 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "paragraph": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "website": "https://github.com/adafruit/Adafruit-WS2801-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-WS2801-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WS2801_Library-1.1.1.zip", + "archiveFileName": "Adafruit_WS2801_Library-1.1.1.zip", + "size": 10991, + "checksum": "SHA-256:45f8494c84c2df165f676d23215f2094bd4ec76ea64ce1f8e15400e52de2ca59" + }, + { + "name": "Adafruit WS2801 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "paragraph": "Arduino library for controlling strips/pixels using WS2801 driver chips", + "website": "https://github.com/adafruit/Adafruit-WS2801-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-WS2801-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WS2801_Library-1.1.3.zip", + "archiveFileName": "Adafruit_WS2801_Library-1.1.3.zip", + "size": 10992, + "checksum": "SHA-256:a9764e2346ca6dcf50e556a171d6558b4d359579f915d67c81dca17329c960e4" + }, { "name": "Adafruit VS1053 Library", "version": "1.0.0", @@ -25075,6 +34493,90 @@ "size": 40815, "checksum": "SHA-256:b1f98e138352c738e291135b4620ec55c637f7869a98846809c88d29ea9bc64b" }, + { + "name": "Adafruit VS1053 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "paragraph": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "website": "https://github.com/adafruit/Adafruit_VS1053_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.2.1.zip", + "archiveFileName": "Adafruit_VS1053_Library-1.2.1.zip", + "size": 40841, + "checksum": "SHA-256:70be642c2d905dcbf5556d9083d1e8a9315249b8fdca61e32879f485b63beefc" + }, + { + "name": "Adafruit VS1053 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "paragraph": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "website": "https://github.com/adafruit/Adafruit_VS1053_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", + "dependencies": [ + { + "name": "SD" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.3.0.zip", + "archiveFileName": "Adafruit_VS1053_Library-1.3.0.zip", + "size": 40312, + "checksum": "SHA-256:228e7fb6d7863b98d6609f3d84fdbdc950dfa0a31aa574a0cfe6e51039695b6c" + }, + { + "name": "Adafruit VS1053 Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "paragraph": "This is a library for the Adafruit VS1053 Codec Breakout and Music Maker Shields", + "website": "https://github.com/adafruit/Adafruit_VS1053_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_VS1053_Library.git", + "dependencies": [ + { + "name": "SD" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VS1053_Library-1.3.2.zip", + "archiveFileName": "Adafruit_VS1053_Library-1.3.2.zip", + "size": 40318, + "checksum": "SHA-256:96b1c517fb933634e91bd5dcaef7d268150ba41ff1d79ce0ae097af529cc451a" + }, { "name": "CC3000 MDNS", "version": "1.0.0", @@ -25159,6 +34661,27 @@ "size": 8970, "checksum": "SHA-256:750beb1ef1e1369addef136d8fc02320308569b500473db87689500ba2e41cd1" }, + { + "name": "HL1606 LED Strip", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Code to control HL1606-based LED strips", + "paragraph": "Code to control HL1606-based LED strips", + "website": "https://github.com/adafruit/HL1606-LED-Strip", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/HL1606-LED-Strip.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HL1606_LED_Strip-1.1.2.zip", + "archiveFileName": "HL1606_LED_Strip-1.1.2.zip", + "size": 8971, + "checksum": "SHA-256:e7e94b23786f47404de93d17e77ec2e7338035520073a05ea1bba87cdaabf2ac" + }, { "name": "FifteenStep", "version": "1.2.0", @@ -25714,6 +35237,110 @@ "size": 18748, "checksum": "SHA-256:111b99aebf02d74961f15b9ffd781895d9c7169c7fc8ba749ee149be33af2232" }, + { + "name": "DHT sensor library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.4.2.zip", + "archiveFileName": "DHT_sensor_library-1.4.2.zip", + "size": 18787, + "checksum": "SHA-256:bfc1fbb2e99509f35ef74beddb391e6f7e3e53bd9fa425c691e4019bbe35f6c4" + }, + { + "name": "DHT sensor library", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.4.3.zip", + "archiveFileName": "DHT_sensor_library-1.4.3.zip", + "size": 18805, + "checksum": "SHA-256:fda3721e2e2401be53cba67b596da029bb47023764cf6f2c019bf28febf8d699" + }, + { + "name": "DHT sensor library", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.4.4.zip", + "archiveFileName": "DHT_sensor_library-1.4.4.zip", + "size": 18874, + "checksum": "SHA-256:5e5c9f5d95d67167d520b504be302717800040d10c35616c8bd8c46ed286052e" + }, + { + "name": "DHT sensor library", + "version": "1.4.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/DHT_sensor_library-1.4.6.zip", + "archiveFileName": "DHT_sensor_library-1.4.6.zip", + "size": 18875, + "checksum": "SHA-256:20a9048e72d636305470c347bd8f83c01d4178c87ff865cae47a7276315e36c2" + }, { "name": "HL1606 LED Strip PWM", "version": "1.0.0", @@ -25866,6 +35493,32 @@ "size": 7659, "checksum": "SHA-256:37a1f5596a2b82514ab5c33474791ab1c52cf79961c0e10f7f58030aeb1f784d" }, + { + "name": "HT1632", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library code for HT1632(C) matrix panel driver chips, and the panels we have in the Adafruit shop", + "paragraph": "Arduino library code for HT1632(C) matrix panel driver chips, and the panels we have in the Adafruit shop", + "website": "https://github.com/adafruit/HT1632", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/HT1632.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/HT1632-1.1.2.zip", + "archiveFileName": "HT1632-1.1.2.zip", + "size": 7660, + "checksum": "SHA-256:ba45b63933379cc27cb5c159c03336aacb72abf98670da89baf3059d7ef4da4c" + }, { "name": "LPD6803 RGB Pixels", "version": "1.0.0", @@ -25929,6 +35582,27 @@ "size": 6474, "checksum": "SHA-256:e9746e04afae1649bf5a7ef32421c2d5a222b6c711724f676c957ea29f5b3026" }, + { + "name": "LPD6803 RGB Pixels", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Controlling library for strands of LPD6803 LED pixel dots.", + "paragraph": "Controlling library for strands of LPD6803 LED pixel dots.", + "website": "https://github.com/adafruit/LPD6803-RGB-Pixels", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/LPD6803-RGB-Pixels.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD6803_RGB_Pixels-1.1.2.zip", + "archiveFileName": "LPD6803_RGB_Pixels-1.1.2.zip", + "size": 6474, + "checksum": "SHA-256:c48ca1a787d59d84868b6bbaf61b29a7f9b9d49ae7946956c52558733cfeb8db" + }, { "name": "MAX31850 DallasTemp", "version": "1.0.0", @@ -26013,6 +35687,69 @@ "size": 20433, "checksum": "SHA-256:47f0f6c6083652fe6ed4e70035b8ce8782a14dc5915cd961a7170025579d4b5c" }, + { + "name": "MAX31850 DallasTemp", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "paragraph": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "website": "https://github.com/adafruit/MAX31850_DallasTemp", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/MAX31850_DallasTemp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.1.2.zip", + "archiveFileName": "MAX31850_DallasTemp-1.1.2.zip", + "size": 20435, + "checksum": "SHA-256:a10083264f33bcbfc5f5be6921fbfc5d0af9ce00009a26b070f8a1d674021f5f" + }, + { + "name": "MAX31850 DallasTemp", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "paragraph": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "website": "https://github.com/adafruit/MAX31850_DallasTemp", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/MAX31850_DallasTemp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.1.4.zip", + "archiveFileName": "MAX31850_DallasTemp-1.1.4.zip", + "size": 20433, + "checksum": "SHA-256:bd3fdf4fb267111689eba9e80a481c9b2d4695425c02115c4d5a3d834d0728c1" + }, + { + "name": "MAX31850 DallasTemp", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "paragraph": "A version of the DallasTemp Arduino library with MAX31850 support (Requires OneWire with MAX31850 support!)", + "website": "https://github.com/adafruit/MAX31850_DallasTemp", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/MAX31850_DallasTemp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_DallasTemp-1.1.6.zip", + "archiveFileName": "MAX31850_DallasTemp-1.1.6.zip", + "size": 20433, + "checksum": "SHA-256:68461f4e0b75fcfa4d993991a2e815ddf60256938ddf2a30bc3590b358e343fc" + }, { "name": "LPD8806", "version": "1.0.0", @@ -26133,6 +35870,58 @@ "size": 24643, "checksum": "SHA-256:523a4295f8d76476f2f49b11e4626c3b7caa3b7ac1b87b99b018c8aec9451523" }, + { + "name": "LPD8806", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "paragraph": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "website": "https://github.com/adafruit/LPD8806", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/LPD8806.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.5.zip", + "archiveFileName": "LPD8806-1.0.5.zip", + "size": 24653, + "checksum": "SHA-256:d13fcdccb683338efb37ec5a77d590675015d29150e0e8776b7a4daf07ca849e" + }, + { + "name": "LPD8806", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "paragraph": "Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)", + "website": "https://github.com/adafruit/LPD8806", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/LPD8806.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/LPD8806-1.0.7.zip", + "archiveFileName": "LPD8806-1.0.7.zip", + "size": 24653, + "checksum": "SHA-256:78c000b051b26c4e3e8498711f79d6e7133181944463268df5d13aecf0586941" + }, { "name": "MAX31850 OneWire", "version": "1.0.0", @@ -26217,6 +36006,48 @@ "size": 22122, "checksum": "SHA-256:92faa435edf5f50ee3d84c80dc9743ae6cfa3873f5ae2732afd2eee052b73c55" }, + { + "name": "MAX31850 OneWire", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the OneWire Arduino library with MAX31850 support", + "paragraph": "A version of the OneWire Arduino library with MAX31850 support", + "website": "https://github.com/adafruit/MAX31850_OneWire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/MAX31850_OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.1.1.zip", + "archiveFileName": "MAX31850_OneWire-1.1.1.zip", + "size": 22129, + "checksum": "SHA-256:d5de5f85198e02b5338bf22986e1d99ea5ec7d4bcb58a9482bcd16902846d237" + }, + { + "name": "MAX31850 OneWire", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A version of the OneWire Arduino library with MAX31850 support", + "paragraph": "A version of the OneWire Arduino library with MAX31850 support", + "website": "https://github.com/adafruit/MAX31850_OneWire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/MAX31850_OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX31850_OneWire-1.1.3.zip", + "archiveFileName": "MAX31850_OneWire-1.1.3.zip", + "size": 22131, + "checksum": "SHA-256:c0345ea797821794f534e9019ee988ffe42122c3c6cd63384ffad2193ea397e8" + }, { "name": "MAX6675 library", "version": "1.0.0", @@ -26285,6 +36116,32 @@ "size": 8192, "checksum": "SHA-256:ec542c1748d773f9e775735939dbfa58b403045b4082b7a859e0f904d2e972a4" }, + { + "name": "MAX6675 library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for interfacing with MAX6675 thermocouple amplifier", + "paragraph": "Arduino library for interfacing with MAX6675 thermocouple amplifier", + "website": "https://github.com/adafruit/MAX6675-library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/MAX6675-library.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/MAX6675_library-1.1.2.zip", + "archiveFileName": "MAX6675_library-1.1.2.zip", + "size": 8192, + "checksum": "SHA-256:6e2a2edc8cebb18d2b99398a2f241573575002ab93d2dffd29fce745625f7671" + }, { "name": "Pro Trinket USB Mouse", "version": "1.0.0", @@ -26353,6 +36210,58 @@ "size": 977799, "checksum": "SHA-256:9881d74d9b8f97bc1fa7883b9f8242f6d5615959e4e5fb983d2e8b5328cbf071" }, + { + "name": "Pro Trinket USB Mouse", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Pro trinket to turn it into a mouse!", + "paragraph": "Library for Pro trinket to turn it into a mouse!", + "website": "https://github.com/adafruit/Pro_Trinket_USB_Mouse", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Pro_Trinket_USB_Mouse.git", + "dependencies": [ + { + "name": "Adafruit MMA8451 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Mouse-1.1.1.zip", + "archiveFileName": "Pro_Trinket_USB_Mouse-1.1.1.zip", + "size": 977798, + "checksum": "SHA-256:be6efe410d6ce18309e501996094945bc5121c04d0bf6ba871c8a657ada04667" + }, + { + "name": "Pro Trinket USB Mouse", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for Pro trinket to turn it into a mouse!", + "paragraph": "Library for Pro trinket to turn it into a mouse!", + "website": "https://github.com/adafruit/Pro_Trinket_USB_Mouse", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Pro_Trinket_USB_Mouse.git", + "dependencies": [ + { + "name": "Adafruit MMA8451 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Mouse-1.1.3.zip", + "archiveFileName": "Pro_Trinket_USB_Mouse-1.1.3.zip", + "size": 977801, + "checksum": "SHA-256:5cbfaedc541ff9755a64465d9c95a46c749f3340b93ec75a94e1b34bce24cfbb" + }, { "name": "Pro Trinket USB Keyboard Library", "version": "1.0.0", @@ -26416,6 +36325,27 @@ "size": 3390182, "checksum": "SHA-256:5ad1c91d407234cf6418d3a8166eeef9fe67bbd9946d3f5ebaf04a1eae51d820" }, + { + "name": "Pro Trinket USB Keyboard Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An arduino library to turn a Pro Trinket 5V/16MHz into a USB Keyboard!", + "paragraph": "An arduino library to turn a Pro Trinket 5V/16MHz into a USB Keyboard!", + "website": "https://github.com/adafruit/Pro_Trinket_USB_Keyboard_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Pro_Trinket_USB_Keyboard_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Pro_Trinket_USB_Keyboard_Library-1.1.2.zip", + "archiveFileName": "Pro_Trinket_USB_Keyboard_Library-1.1.2.zip", + "size": 3390182, + "checksum": "SHA-256:4890975acec579c567cb0b5f598768783e176fa2c3a2ab324b0cedbf581e1899" + }, { "name": "RGB matrix Panel", "version": "1.0.0", @@ -26615,6 +36545,84 @@ "size": 45369, "checksum": "SHA-256:356ab868f655374de3d09ee8ce442eaf10cb34be380c11314c9e2bac71e9caf9" }, + { + "name": "RGB matrix Panel", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.6.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.6.zip", + "size": 45364, + "checksum": "SHA-256:958c2270d7c25c09ae31fa5b1fc759b6fe20bad354bfc22644aed44b81c4e9d4" + }, + { + "name": "RGB matrix Panel", + "version": "1.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.7.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.7.zip", + "size": 45369, + "checksum": "SHA-256:0c753790ed875252d494d936e8054371f95686b001d7c83d1d12a7b6316cb38d" + }, + { + "name": "RGB matrix Panel", + "version": "1.1.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "paragraph": "Arduino library and example code for the 16x32 RGB matrix panels in the shop", + "website": "https://github.com/adafruit/RGB-matrix-Panel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RGB-matrix-Panel.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RGB_matrix_Panel-1.1.9.zip", + "archiveFileName": "RGB_matrix_Panel-1.1.9.zip", + "size": 45369, + "checksum": "SHA-256:a38633b78e1c3959cb617aea648a842db7a11edb18c6f884a942164bcbc1e175" + }, { "name": "SPI VFD", "version": "1.0.0", @@ -26678,6 +36686,69 @@ "size": 18900, "checksum": "SHA-256:68881cbc783c94bef34a9543f52493d67271acfccf742e20cabcbef8e6599570" }, + { + "name": "SPI VFD", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for 20T202DA2JA SPI VFD", + "paragraph": "Arduino Library for 20T202DA2JA SPI VFD", + "website": "https://github.com/adafruit/SPI_VFD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/SPI_VFD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.1.1.zip", + "archiveFileName": "SPI_VFD-1.1.1.zip", + "size": 18853, + "checksum": "SHA-256:4e4ace84107420c47874649a01eddbb12aeae59bcfa645f52489b5ec9b71b7e9" + }, + { + "name": "SPI VFD", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for 20T202DA2JA SPI VFD", + "paragraph": "Arduino Library for 20T202DA2JA SPI VFD", + "website": "https://github.com/adafruit/SPI_VFD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/SPI_VFD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.1.2.zip", + "archiveFileName": "SPI_VFD-1.1.2.zip", + "size": 18859, + "checksum": "SHA-256:1597de67a03a5ba187bc57b1f8f0cdc1f0673075e85ce78b2a32a3a04f0e8376" + }, + { + "name": "SPI VFD", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Library for 20T202DA2JA SPI VFD", + "paragraph": "Arduino Library for 20T202DA2JA SPI VFD", + "website": "https://github.com/adafruit/SPI_VFD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/SPI_VFD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SPI_VFD-1.1.4.zip", + "archiveFileName": "SPI_VFD-1.1.4.zip", + "size": 18860, + "checksum": "SHA-256:37bea8800f26926a78aa248bd350b29af603a013d00bddf1b70af0996918abe8" + }, { "name": "RTClib", "version": "1.0.0", @@ -27367,6 +37438,318 @@ "size": 46258, "checksum": "SHA-256:085c9b38067152df0ce53ab26733b80f66bc8b6ed329ead33e01f17991d3ca2a" }, + { + "name": "RTClib", + "version": "1.12.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.12.5.zip", + "archiveFileName": "RTClib-1.12.5.zip", + "size": 46259, + "checksum": "SHA-256:8e8c951daee205c1caf93c66c8fcc49ad2091f7eb0b7d2c7c4a21319a378687f" + }, + { + "name": "RTClib", + "version": "1.13.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "A fork of Jeelab's fantastic RTC library", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.13.0.zip", + "archiveFileName": "RTClib-1.13.0.zip", + "size": 46184, + "checksum": "SHA-256:e20f5ae6b6c50104ea4cdd6257652466ee8742e730ff0c7e4c2fabd613ecc1f5" + }, + { + "name": "RTClib", + "version": "1.14.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.14.0.zip", + "archiveFileName": "RTClib-1.14.0.zip", + "size": 48560, + "checksum": "SHA-256:a2d1d4c1fa6985e77674f6b1ce44e6cef320dca1f74ac920bc3a10b5a2c968ef" + }, + { + "name": "RTClib", + "version": "1.14.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.14.1.zip", + "archiveFileName": "RTClib-1.14.1.zip", + "size": 48508, + "checksum": "SHA-256:d8b998e4ef9f9256bd8e049962fc9e0fdf950aedfe601a6516236e9548a4aa2e" + }, + { + "name": "RTClib", + "version": "1.14.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-1.14.2.zip", + "archiveFileName": "RTClib-1.14.2.zip", + "size": 48463, + "checksum": "SHA-256:2906225051d52bdb00c0d9332a2a54c8e5027b5b3562b379d9daf0c10017941e" + }, + { + "name": "RTClib", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-2.0.0.zip", + "archiveFileName": "RTClib-2.0.0.zip", + "size": 51773, + "checksum": "SHA-256:93ccdcf6d06ce1b87454fb61ade18ed0ff9b2291c85ab5991528721a4c504dc6" + }, + { + "name": "RTClib", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-2.0.1.zip", + "archiveFileName": "RTClib-2.0.1.zip", + "size": 51832, + "checksum": "SHA-256:27c56ba19f2b16ee6667265cdb2c23ea52a147b7c54eded47779727c1d0b1958" + }, + { + "name": "RTClib", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-2.0.2.zip", + "archiveFileName": "RTClib-2.0.2.zip", + "size": 51839, + "checksum": "SHA-256:6d5d52a5374a98a877efb8d643b498406fddce2c82a1973994068b5f51b6109a" + }, + { + "name": "RTClib", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-2.0.3.zip", + "archiveFileName": "RTClib-2.0.3.zip", + "size": 51823, + "checksum": "SHA-256:8b3ba797a5d30bb1c4787d536c242197f6b3533b16f3ab13aef07966d78556bc" + }, + { + "name": "RTClib", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-2.1.0.zip", + "archiveFileName": "RTClib-2.1.0.zip", + "size": 52777, + "checksum": "SHA-256:d7327efb9412e308905abe0d7fc2792edb4e7e34b530ffd22f339a63b7293825" + }, + { + "name": "RTClib", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-2.1.1.zip", + "archiveFileName": "RTClib-2.1.1.zip", + "size": 52775, + "checksum": "SHA-256:d2e1cda53e88472ed40c3aca671634abb7f68e6609c1026223df1b89f9a01235" + }, + { + "name": "RTClib", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A fork of Jeelab's fantastic RTC library", + "paragraph": "Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures", + "website": "https://github.com/adafruit/RTClib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/RTClib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/RTClib-2.1.3.zip", + "archiveFileName": "RTClib-2.1.3.zip", + "size": 52775, + "checksum": "SHA-256:e1ae655e2f68a10d647582bf7eeff1c444396a481f898c2b3d36cb2c08f4b02f" + }, { "name": "TinyLiquidCrystal", "version": "1.0.0", @@ -27409,6 +37792,64 @@ "size": 11530, "checksum": "SHA-256:a05bdb55b643b99b5ac4a1d38c3824cc13d346ef6e12fc310e6cabf3724e2a9b" }, + { + "name": "TinyLiquidCrystal", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "paragraph": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "website": "https://github.com/adafruit/TinyLiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/TinyLiquidCrystal.git", + "dependencies": [ + { + "name": "TinyWireM" + }, + { + "name": "TinyDHT sensor library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLiquidCrystal-1.2.0.zip", + "archiveFileName": "TinyLiquidCrystal-1.2.0.zip", + "size": 13012, + "checksum": "SHA-256:a1d7aaba80e5e07f1280d58ffe16ef9eeb81ad00ddfda79ba9a5276363bf539b" + }, + { + "name": "TinyLiquidCrystal", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "paragraph": "A simplified library for the Adafruit I2C/SPI backpack, for use with Gemma \u0026 Trinket", + "website": "https://github.com/adafruit/TinyLiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/TinyLiquidCrystal.git", + "dependencies": [ + { + "name": "TinyWireM" + }, + { + "name": "TinyDHT sensor library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLiquidCrystal-1.2.2.zip", + "archiveFileName": "TinyLiquidCrystal-1.2.2.zip", + "size": 13011, + "checksum": "SHA-256:54e97b46f348010e62c0aa1a36712f486fddf5603cf4a626a90be221d901306a" + }, { "name": "TinyRTCLib", "version": "1.0.0", @@ -27477,6 +37918,32 @@ "size": 6345, "checksum": "SHA-256:efd118210b9e537eef7d716073575039ef4c52ccb75a448e076c5c2a87020f56" }, + { + "name": "TinyRTCLib", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A tiny version of RTCLib, for use with TinyWireM", + "paragraph": "A tiny version of RTCLib, for use with TinyWireM", + "website": "https://github.com/adafruit/TinyRTCLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/TinyRTCLib.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyRTCLib-1.1.2.zip", + "archiveFileName": "TinyRTCLib-1.1.2.zip", + "size": 6345, + "checksum": "SHA-256:1b5b70416912380ee1802559a5718f9156b53c9c433ebdc56aca334376eac6df" + }, { "name": "TinyWireM", "version": "1.0.0", @@ -27540,6 +38007,48 @@ "size": 17670, "checksum": "SHA-256:0dc20bba7ded985e77bf37fcfe6aa832153c9f5d9000b2e024e5f2c72d5b4a3e" }, + { + "name": "TinyWireM", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "website": "https://github.com/adafruit/TinyWireM", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/TinyWireM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyWireM-1.1.1.zip", + "archiveFileName": "TinyWireM-1.1.1.zip", + "size": 17732, + "checksum": "SHA-256:d4af396b1b57f73ae7274fe80480122da76b50eae3e880a024126ae38d5c5d5c" + }, + { + "name": "TinyWireM", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground", + "website": "https://github.com/adafruit/TinyWireM", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/TinyWireM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyWireM-1.1.3.zip", + "archiveFileName": "TinyWireM-1.1.3.zip", + "size": 17734, + "checksum": "SHA-256:0f5c715ee3552c752ae1eff4a11e3b06c4f178438c6ef8c760d38bf9369f75d1" + }, { "name": "Adafruit Unified Sensor", "version": "1.0.0", @@ -27767,6 +38276,198 @@ "size": 14263, "checksum": "SHA-256:5411e8f1ffe18e75a16264b48025abcad1c23c88c44d00b5b6e3dfccc822c100" }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.5.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.5.zip", + "size": 14265, + "checksum": "SHA-256:a978cb718e973b45fdfe4c2b1105e7e386a23dd497c96e6176163a151e7e3be2" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.6", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.6.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.6.zip", + "size": 14342, + "checksum": "SHA-256:b04eb5b5f3af1a13fe12bbccbd9d6c6149cff2bbe34d7063138b15baec677154" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.7", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.7.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.7.zip", + "size": 14580, + "checksum": "SHA-256:bcc8a8a568c653bce00333c96b87b398a7a3d36ccbb4417be7c6723464e0efed" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.8", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.8.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.8.zip", + "size": 15313, + "checksum": "SHA-256:17aa003267d8192793903441cfa3a5a640c30907f6ff8b440e7081a2722c0bf5" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.9", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.9.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.9.zip", + "size": 15313, + "checksum": "SHA-256:eb87e1efeacdc1eaed14d2a354be96b4ae9aee94caf4e17425e6368aa141e6b0" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.11", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.11.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.11.zip", + "size": 15316, + "checksum": "SHA-256:73ffac3e23ba5927f944e74f92bbb8bc53a0df34f77e7aa1f65fe69baadc5f9d" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.12", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.12.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.12.zip", + "size": 15415, + "checksum": "SHA-256:7fa57dcddd53a2755b9d0696028e12e71b3bab4dc25328d4a774ce0d48877100" + }, + { + "name": "Adafruit Unified Sensor", + "version": "1.1.14", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Required for all Adafruit Unified Sensor based libraries.", + "paragraph": "A unified sensor abstraction layer used by many Adafruit sensor libraries.", + "website": "https://github.com/adafruit/Adafruit_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor.git", + "providesIncludes": [ + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Unified_Sensor-1.1.14.zip", + "archiveFileName": "Adafruit_Unified_Sensor-1.1.14.zip", + "size": 15416, + "checksum": "SHA-256:1b6913ddcc784aab4c9d7168b8faea693596374dc0c749197387b6a9aee5cb5c" + }, { "name": "Adafruit MQTT Library", "version": "0.10.0", @@ -28504,6 +39205,454 @@ "size": 914920, "checksum": "SHA-256:e0310fbbcd2e9d43d95b10ea3026aa314aeaa52a9f5b346c3e41bebb51c4d827" }, + { + "name": "Adafruit MQTT Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.2.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.2.0.zip", + "size": 918703, + "checksum": "SHA-256:556e1c82d88b1ea46f0b24aa3dbd6eee69f8469d91fec75b4fb4d29dc02fd113" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.3.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.3.0.zip", + "size": 918816, + "checksum": "SHA-256:39be73f6e414ac71b3179cb2567a818b962b277c0db97c55791ae6a70198c889" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.4.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.4.0.zip", + "size": 919110, + "checksum": "SHA-256:eeade1f8fefd0a4be1f130099a659b700a8bf75c87787b5e8f27e5cfa030ec54" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.4.1.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.4.1.zip", + "size": 919264, + "checksum": "SHA-256:7d65ea5d0e04ecd427f1522aff90bce2971a81cad3266f088f7cb338f37faced" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.4.2.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.4.2.zip", + "size": 919328, + "checksum": "SHA-256:01acac1978d0b4595b1450a448e18456a472451f54e345d82762461696b3a60d" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.4.3.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.4.3.zip", + "size": 919523, + "checksum": "SHA-256:30ab3109e626417dea3a6e31b75678521db429e18f1d83997f2e320d3c592702" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.0.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.0.zip", + "size": 919611, + "checksum": "SHA-256:20bb9e406bac1e4b1be8c5630164fd788e70fe2df5146b647a7452964ea47ca6" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.1.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.1.zip", + "size": 921814, + "checksum": "SHA-256:5d297537aa8abc63c517b73bdea81d12674e9a82698dbecf839e1e6e33f9b32b" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.2.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.2.zip", + "size": 921674, + "checksum": "SHA-256:5dd9845a75b92a7d6765ebc0ebe018bfa444c53395865d3443a9db84289ab8b3" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.3.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.3.zip", + "size": 921822, + "checksum": "SHA-256:12b3a96c9dbcd291550513a861d644273c7602c547482a772e084df6a1f62604" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.4.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.4.zip", + "size": 921674, + "checksum": "SHA-256:57ee2626a3904e28a44059d44505c8f61327b6422bb85fff82343b44865b999b" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.6.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.6.zip", + "size": 921893, + "checksum": "SHA-256:4133c43cb098d8b66e6aaf49a8116391a84eba426835d6c97297ee7f8f426e51" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.7.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.7.zip", + "size": 921949, + "checksum": "SHA-256:7350bad820939b11486bbc26c5750fef5d9e2ff9b04a5e45b572588c679d9d29" + }, + { + "name": "Adafruit MQTT Library", + "version": "2.5.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MQTT library that supports the FONA, ESP8266, ESP32, Yun, and generic Arduino Client hardware.", + "paragraph": "Simple MQTT library that supports the bare minimum to publish and subscribe to topics.", + "website": "https://github.com/adafruit/Adafruit_MQTT_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MQTT_Library.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit FONA Library" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MQTT_Library-2.5.8.zip", + "archiveFileName": "Adafruit_MQTT_Library-2.5.8.zip", + "size": 922110, + "checksum": "SHA-256:d2c6bec1cfb408e7c58882f3af105efea290a05327d8cf0b956bcc14c71ed6d9" + }, { "name": "Adafruit SleepyDog Library", "version": "1.0.0", @@ -28714,6 +39863,215 @@ "size": 19592, "checksum": "SHA-256:00127eb064bd48712b74653f825fad0846eeff9740063240a8cb9ddb2c5e8899" }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.4.0.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.4.0.zip", + "size": 19602, + "checksum": "SHA-256:7f9210815d19cb41f9c2717012e9ce98bce847c92f4e49093d145eff87625f3a" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy", + "esp32" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.5.0.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.5.0.zip", + "size": 21488, + "checksum": "SHA-256:eb415820447a1125ca54b96f6c87bb837f67f105324c898dc1c9d6b087d9c234" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy", + "esp32", + "esp8266" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.6.0.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.6.0.zip", + "size": 23627, + "checksum": "SHA-256:1d5332405d54e1da02e36b6c4b3c77d96560660e4971ebb6feaf57d8a2b3a92a" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy", + "esp32", + "esp8266" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.6.1.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.6.1.zip", + "size": 23777, + "checksum": "SHA-256:91e72a403fe223a721478723e8ffd41a6e3fb3a75a0cd7b324ea46d528d33f34" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy", + "esp32", + "esp8266", + "rp2040" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.6.2.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.6.2.zip", + "size": 25463, + "checksum": "SHA-256:6a4f22e346d0804a2d3ee20d9be166db3c9655688f046e7c26c937509d93515b" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.6.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy", + "esp32", + "esp8266", + "rp2040" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.6.3.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.6.3.zip", + "size": 25465, + "checksum": "SHA-256:949396c8183db7d28dc53d23f921adb55e658ffd5d2b425842ce523b7ba888fb" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.6.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy", + "esp32", + "esp8266", + "rp2040" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.6.4.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.6.4.zip", + "size": 25468, + "checksum": "SHA-256:50e6771bcddf773cfbd14ca37450b4613e34ed87575c03249e2db723556ab83d" + }, + { + "name": "Adafruit SleepyDog Library", + "version": "1.6.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "paragraph": "Arduino library to use the watchdog timer for system reset and low power sleep.", + "website": "https://github.com/adafruit/Adafruit_SleepyDog", + "category": "Other", + "architectures": [ + "avr", + "samd", + "nrf52", + "teensy", + "esp32", + "esp8266", + "rp2040" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SleepyDog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SleepyDog_Library-1.6.5.zip", + "archiveFileName": "Adafruit_SleepyDog_Library-1.6.5.zip", + "size": 25652, + "checksum": "SHA-256:d6a32ba9a88da774ae2c214c1e4a5c6b5e5d4e9bfc3c7eeafa72468d366452b6" + }, { "name": "Adafruit BNO055", "version": "1.0.0", @@ -29143,6 +40501,209 @@ "size": 7858334, "checksum": "SHA-256:1fe70b93eaa302397db2e44b48e08433ac7d48cc447cb2694d5fd5878ce0062e" }, + { + "name": "Adafruit BNO055", + "version": "1.5.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.5.0.zip", + "archiveFileName": "Adafruit_BNO055-1.5.0.zip", + "size": 7858176, + "checksum": "SHA-256:4e560e0ac3210cb3ef59a31aeb5a6917970974c19918dbcdd75c4541a7928275" + }, + { + "name": "Adafruit BNO055", + "version": "1.5.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.5.1.zip", + "archiveFileName": "Adafruit_BNO055-1.5.1.zip", + "size": 7859178, + "checksum": "SHA-256:38757770908ec68b190cda67c5383a3995cde997d29312ed1242eb45c3ff5d4b" + }, + { + "name": "Adafruit BNO055", + "version": "1.5.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.5.2.zip", + "archiveFileName": "Adafruit_BNO055-1.5.2.zip", + "size": 7859179, + "checksum": "SHA-256:c63dc6bbaa9503298eaca0c1f8f0335648a5e3fd79e6869bc7ee12faae4361e5" + }, + { + "name": "Adafruit BNO055", + "version": "1.5.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.5.3.zip", + "archiveFileName": "Adafruit_BNO055-1.5.3.zip", + "size": 7859180, + "checksum": "SHA-256:a129eb98f5dbd23054395184ed1d6400ecb5ca5ec5bb65ce93f7f974c4343bf4" + }, + { + "name": "Adafruit BNO055", + "version": "1.6.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.6.0.zip", + "archiveFileName": "Adafruit_BNO055-1.6.0.zip", + "size": 7859268, + "checksum": "SHA-256:d1414302ce937e4a4f41bfedabac5b778141814d1fe1b9115b8767b12b35ba25" + }, + { + "name": "Adafruit BNO055", + "version": "1.6.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.6.1.zip", + "archiveFileName": "Adafruit_BNO055-1.6.1.zip", + "size": 7859579, + "checksum": "SHA-256:c268162edbc856bc691cf5789f7046377a0cf7f09166cd778763574c78283c2c" + }, + { + "name": "Adafruit BNO055", + "version": "1.6.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor.", + "paragraph": "Designed specifically to work with the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_BNO055", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO055.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO055-1.6.3.zip", + "archiveFileName": "Adafruit_BNO055-1.6.3.zip", + "size": 7859579, + "checksum": "SHA-256:5fec241a1b4c2f6315a53745474abb746fbb3e8b7f3f76ce3a0c7a4108243a08" + }, { "name": "Adafruit GFX Library", "version": "1.0.0", @@ -30718,6 +42279,500 @@ "size": 349008, "checksum": "SHA-256:f426b8340463bd5d72800ace38b7042e3d22be15f4b91a3000030abb2537c267" }, + { + "name": "Adafruit GFX Library", + "version": "1.10.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.5.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.5.zip", + "size": 349033, + "checksum": "SHA-256:33307dc088569c18d607e90a8e3f3060e8a1847dfc9b12755a36f573dc6711f2" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.6.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.6.zip", + "size": 349174, + "checksum": "SHA-256:bb67d4f87ba574d53160d9602be6daa899e1b826fe874af913df4ba46a4e3bbd" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.7.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.7.zip", + "size": 349187, + "checksum": "SHA-256:4d55d1164ae797cc7753dabcf545f438f4298959ce43d126ed0f425ab9466094" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.8.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.8.zip", + "size": 349676, + "checksum": "SHA-256:86854aa3c2808d0e1c75e7c405501189d183c0115958770ac600c89c1b8a1db4" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.9.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.9.zip", + "size": 349671, + "checksum": "SHA-256:0447017c4a7213ecf9ca4b5fd58a91d8a4556cda738437f09baea1a165441c96" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.10.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.10.zip", + "size": 349826, + "checksum": "SHA-256:c44f37648411d50318b8797a058a8b654039bc048996bd10b9791dc9bfa7734d" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.11.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.11.zip", + "size": 352453, + "checksum": "SHA-256:1cfdde610bf5928638b5e6d16d062957d4a31c1400a1a5b44d8c520ae64213c2" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.12", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.12.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.12.zip", + "size": 352716, + "checksum": "SHA-256:acc7e571df2a40b834da2086b03894f2e4b1e5bd71f20413d484929baddceef3" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.13", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.13.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.13.zip", + "size": 353396, + "checksum": "SHA-256:c7bae2bb555157994fdf2fc02d913ff820b82eb73a863058915a4bab29aa7635" + }, + { + "name": "Adafruit GFX Library", + "version": "1.10.14", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.10.14.zip", + "archiveFileName": "Adafruit_GFX_Library-1.10.14.zip", + "size": 353397, + "checksum": "SHA-256:5fe996dccfd6453bae125e71e3871648be5e2e709f86bed2c287d53084f357d7" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.0.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.0.zip", + "size": 353349, + "checksum": "SHA-256:bcbcbfac7b0b45c2d1d589a3ec5cea0b81732e875528828c8767ea8f4f0a8d32" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.1.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.1.zip", + "size": 353348, + "checksum": "SHA-256:6ce73cc8e2892d67002a9a1028006f47f398d34f793ce88b78981cc5f7e36a6e" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.2.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.2.zip", + "size": 353372, + "checksum": "SHA-256:26766f7fee69f5ee3443af0c46165f7b8d4a2f837abd9209a30a21b5d4805eee" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.3.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.3.zip", + "size": 353342, + "checksum": "SHA-256:d344a880f1502e390f6a461b3ea85be1b0bd886de939942edfa25803fed46b30" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.4.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.4.zip", + "size": 353374, + "checksum": "SHA-256:7a168b16690953ff21d5e30aca0fc52f7f42a16a33fc4796211bdb51965809c6" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.5.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.5.zip", + "size": 353374, + "checksum": "SHA-256:d21f16572c6558334113811379f673e2ed8670959db9ba195475218a378dea93" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.7.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.7.zip", + "size": 355662, + "checksum": "SHA-256:e71ebda55ad21b4765f3158c3ec65a4b8ce0e6ac2642117f3761ad0903caea93" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.8.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.8.zip", + "size": 355672, + "checksum": "SHA-256:71dca4d4dd441b38bb3a68f27c077c17432ef467f41f8b988cfcbfcc4cce6153" + }, + { + "name": "Adafruit GFX Library", + "version": "1.11.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/adafruit/Adafruit-GFX-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit-GFX-Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GFX_Library-1.11.9.zip", + "archiveFileName": "Adafruit_GFX_Library-1.11.9.zip", + "size": 355598, + "checksum": "SHA-256:b842df8e61aa8c527107b885c0a8752dd8da806d196bfced64df9f69157fd240" + }, { "name": "Adafruit IO Arduino", "version": "1.0.0", @@ -32323,6 +44378,691 @@ "size": 153135, "checksum": "SHA-256:9f65e689f0844a02cf675f7b9ecf5ae170cf1d3e1ec16ea781a8ca198f1a924d" }, + { + "name": "Adafruit IO Arduino", + "version": "4.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.1.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.1.0.zip", + "size": 154230, + "checksum": "SHA-256:3a9fd7269a18a8e26f4d247a16ed7e386c9e96abbdc04a2b4e01021653e4aac5" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.1.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.1.1.zip", + "size": 154227, + "checksum": "SHA-256:47004dc4f19bffd76ec905e8e2ec237b2b7d8b770e38241dd3c97bc94a0c64e3" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.0.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.0.zip", + "size": 156249, + "checksum": "SHA-256:76d3a0942571a9346a9f9392cd35ba1648ff6ccdd3a64712fb346995caa26c87" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.1.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.1.zip", + "size": 156665, + "checksum": "SHA-256:90765c382ab48292b23821c0703d1a94b491a71cf98e348b74bd8198d5a50f13" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.2.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.2.zip", + "size": 156670, + "checksum": "SHA-256:d2bbeb4bcf700d6ba3a7c8ce1dfb0c888d58bdf35bf8983fcd56ac3c9fb1ed95" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "WiFiManager" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.3.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.3.zip", + "size": 160956, + "checksum": "SHA-256:9f95bee02353aee8d2fcd9c7a0c8f5b4fc8892cae966913c44fe562d64700be3" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "WiFiManager" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.4.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.4.zip", + "size": 161172, + "checksum": "SHA-256:8ac174f112b96eef4f10e1bde98cc2561963c9ad6a41b3587ec0ccab89cecb4c" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "WiFiManager" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.5.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.5.zip", + "size": 160956, + "checksum": "SHA-256:128ad64cf10f01ac8cbde601772a9000d51463c8329f9e4b694d362e1aaa11e8" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "WiFiManager" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.7.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.7.zip", + "size": 161166, + "checksum": "SHA-256:acf8eb5cc4917e21bf63c7b5f9bafee5bfbab3694b2463d72f77fdeb5767d1d3" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "WiFiManager" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.8.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.8.zip", + "size": 161035, + "checksum": "SHA-256:9b6c2392811a92186a3e37ee34236e8f3ab14abd412230539ccdbb8c9e8a6f55" + }, + { + "name": "Adafruit IO Arduino", + "version": "4.2.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access Adafruit IO.", + "paragraph": "Arduino library to access Adafruit IO using the Adafruit AirLift, ESP8266, ESP32, ESP32-S2, M0 WINC1500, WICED, MKR1000, Ethernet, or FONA hardware.", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IO_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Ethernet" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit VEML6070 Library" + }, + { + "name": "ESP32Servo" + }, + { + "name": "WiFiManager" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IO_Arduino-4.2.9.zip", + "archiveFileName": "Adafruit_IO_Arduino-4.2.9.zip", + "size": 161207, + "checksum": "SHA-256:970c8e701c607112e9a04b1ee163ea27da0ca166354ca8d8e0df065a5860a8d4" + }, { "name": "Adafruit BluefruitLE nRF51", "version": "1.0.0", @@ -32796,6 +45536,38 @@ "size": 21112, "checksum": "SHA-256:0e1c3cc669ada6a09c5ac5b3067c1b69de58300b04a215a8e135bbf756177ae5" }, + { + "name": "Adafruit UNTZtrument", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit UNTZtrument", + "paragraph": "Adafruit UNTZtrument", + "website": "https://github.com/adafruit/Adafruit_UNTZtrument", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_UNTZtrument.git", + "dependencies": [ + { + "name": "Adafruit Trellis Library" + }, + { + "name": "MIDIUSB" + }, + { + "name": "Adafruit BluefruitLE nRF51" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_UNTZtrument-2.0.3.zip", + "archiveFileName": "Adafruit_UNTZtrument-2.0.3.zip", + "size": 21112, + "checksum": "SHA-256:7a43b19a36f1fc0f5cf13f5154ca5cff20af117f5145470cb8010b3d7d4a07c1" + }, { "name": "Adafruit SSD1325", "version": "1.0.0", @@ -32864,6 +45636,32 @@ "size": 12884, "checksum": "SHA-256:2f6855b1ab02e4efeffa6eff31eaa4962c197f8a85b5efb2e637b972c86989ec" }, + { + "name": "Adafruit SSD1325", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1325 monochrome OLED library", + "paragraph": "SSD1325 monochome OLED library (note does not support grayscale).", + "website": "https://github.com/adafruit/Adafruit_SSD1325_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1325_Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1325-1.2.2.zip", + "archiveFileName": "Adafruit_SSD1325-1.2.2.zip", + "size": 12884, + "checksum": "SHA-256:ae75cebf37cbab98fff72f6796a6fa6b6000680bf5e2a0cfa0b37a83bd99d7bd" + }, { "name": "Adafruit BME280 Library", "version": "1.0.0", @@ -33240,6 +46038,174 @@ "size": 454633, "checksum": "SHA-256:6a4a982497ef311c2f1db83fceed6be7d98c0734416ce678006ce67d6eb6ff6f" }, + { + "name": "Adafruit BME280 Library", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.1.3.zip", + "archiveFileName": "Adafruit_BME280_Library-2.1.3.zip", + "size": 454640, + "checksum": "SHA-256:92860d41fece033c15a81a9b9750291aaa0bb854b59a8cb2e8137891f1a13171" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.1.4.zip", + "archiveFileName": "Adafruit_BME280_Library-2.1.4.zip", + "size": 454639, + "checksum": "SHA-256:05344e1f34c7751507417e22bcc11cd424b6e01f5da4e4ffbc540214daf9473e" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.2.0.zip", + "archiveFileName": "Adafruit_BME280_Library-2.2.0.zip", + "size": 454338, + "checksum": "SHA-256:18aecd18280101882e5be5f69eceb7d5a598cf7951bb9473728528ac841ae619" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.2.1.zip", + "archiveFileName": "Adafruit_BME280_Library-2.2.1.zip", + "size": 454365, + "checksum": "SHA-256:df7e17c32f03dfc04eb12eda6390fbeea4f521fb1935e59a8b434186f1e08f4d" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.2.2.zip", + "archiveFileName": "Adafruit_BME280_Library-2.2.2.zip", + "size": 454361, + "checksum": "SHA-256:eb5078d083d5fd6593b026e3ebf1f12a129c37031096a0f09b806ced966b157e" + }, + { + "name": "Adafruit BME280 Library", + "version": "2.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME280 sensors.", + "paragraph": "Arduino library for BME280 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BME280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME280_Library-2.2.4.zip", + "archiveFileName": "Adafruit_BME280_Library-2.2.4.zip", + "size": 454364, + "checksum": "SHA-256:9f7a916ebcad6440f4741f361faf4f915e12ef47889c9b326e0f21f4b119deea" + }, { "name": "Adafruit BMP280 Library", "version": "1.0.0", @@ -33466,13 +46432,13 @@ "checksum": "SHA-256:d479c3a7389b67fc2000e6c7c9e98015ac0fb3042d858d5ddded5eb5463b7861" }, { - "name": "Adafruit LIS3DH", - "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.1.1", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33480,20 +46446,25 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.0.zip", - "archiveFileName": "Adafruit_LIS3DH-1.0.0.zip", - "size": 10862, - "checksum": "SHA-256:8e2e8d992ea30052ad9b7e18914c53f7721c1ec72a27d518af3f2507110ea9ef" + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.1.1.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.1.1.zip", + "size": 472099, + "checksum": "SHA-256:5399afd7eb13e13a2d35cd6217cd363e5be366d47692a6f04b72bac42503e582" }, { - "name": "Adafruit LIS3DH", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.1.2", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33501,20 +46472,25 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.1.zip", - "archiveFileName": "Adafruit_LIS3DH-1.0.1.zip", - "size": 10861, - "checksum": "SHA-256:57bdf3518d13509132040514114b3893cdc3f712b1760c308b42a16901e42f9c" + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.1.2.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.1.2.zip", + "size": 472202, + "checksum": "SHA-256:8d7375bbe90ca5b5f35a22c2ccf57060b8e9166bcbf22d8e0afc4011b822ecb9" }, { - "name": "Adafruit LIS3DH", - "version": "1.0.3", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.2.0", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33522,20 +46498,25 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.3.zip", - "archiveFileName": "Adafruit_LIS3DH-1.0.3.zip", - "size": 11005, - "checksum": "SHA-256:a4c869e2f58c7e45f52e63ed92c8c558c56cbb62138e9613934dd741e08aef7f" + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.2.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.2.0.zip", + "size": 472281, + "checksum": "SHA-256:9f49875ee05684f2bbc14901b22acec03f0ca6edf8c9781ba1b03ccb98d276ac" }, { - "name": "Adafruit LIS3DH", - "version": "1.0.4", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.3.0", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33543,20 +46524,25 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.4.zip", - "archiveFileName": "Adafruit_LIS3DH-1.0.4.zip", - "size": 11097, - "checksum": "SHA-256:0d2d8473cbbfb850bf13aee777bcdecd541354056b1103b92dc82568247e740e" + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.3.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.3.0.zip", + "size": 472286, + "checksum": "SHA-256:7081620e296af2259a388e5825a87b9e624ec5d031eef130eed8f1a817a2e7d5" }, { - "name": "Adafruit LIS3DH", - "version": "1.0.5", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.4.0", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33564,20 +46550,28 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.5.zip", - "archiveFileName": "Adafruit_LIS3DH-1.0.5.zip", - "size": 11118, - "checksum": "SHA-256:d390035f241497b8e1f44255f51427176cc9393c1f93637426c0e8fcf7d90640" + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.4.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.4.0.zip", + "size": 472035, + "checksum": "SHA-256:40f74ca2e5648c064751eab9e5cf907a76b978fa32a9052363e605a330fd708d" }, { - "name": "Adafruit LIS3DH", - "version": "1.0.6", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.4.1", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33585,20 +46579,28 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.6.zip", - "archiveFileName": "Adafruit_LIS3DH-1.0.6.zip", - "size": 477145, - "checksum": "SHA-256:b58e860448302fb9e2f6e3c5872cfbb3320dea11fdde6a855772f4b546ab4106" + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.4.1.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.4.1.zip", + "size": 472067, + "checksum": "SHA-256:d291e05935ba386d40d0038555722f1ff4de7fbf804e975ed46b10050e014827" }, { - "name": "Adafruit LIS3DH", - "version": "1.1.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.4.2", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33606,20 +46608,28 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.0.zip", - "archiveFileName": "Adafruit_LIS3DH-1.1.0.zip", - "size": 477478, - "checksum": "SHA-256:7e1f1f8088855b22dc16951e3b3901a175477f7d1f1738f315b95ae9fea509bc" + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.4.2.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.4.2.zip", + "size": 472152, + "checksum": "SHA-256:da6bd0d7273e10e21f21db3c025d0ce401b350997531e9ae26bb2f523cd9cc7a" }, { - "name": "Adafruit LIS3DH", - "version": "1.1.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit BMP280 Library", + "version": "2.4.3", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3DH Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", "category": "Sensors", "architectures": [ "*" @@ -33627,10 +46637,476 @@ "types": [ "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.1.zip", - "archiveFileName": "Adafruit_LIS3DH-1.1.1.zip", - "size": 477482, + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.4.3.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.4.3.zip", + "size": 472057, + "checksum": "SHA-256:cad6cebd3d00ceca86d4dd400560adec9f1c72be4e93458c8284873dab8cf9bf" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.4.4.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.4.4.zip", + "size": 472398, + "checksum": "SHA-256:19c7dd542322679666b4a925c4fb52a08c90054df6d79ae93c0d105def3cce8a" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.5.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.5.0.zip", + "size": 472448, + "checksum": "SHA-256:7e5b4fb845d56d0be0b3526896f79c5d690a13d6b131f11844d8ece53563e377" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.0.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.0.zip", + "size": 473965, + "checksum": "SHA-256:01a9526d8db6629b4fce4a02c93da0ca930f66bc585ed305cb9974f28020b246" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.1.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.1.zip", + "size": 473977, + "checksum": "SHA-256:20c2a94f4268eca8b3f0b55d9fd1a3d8764385cabdee78b1b986b8d84416ba38" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.2.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.2.zip", + "size": 473966, + "checksum": "SHA-256:17ad45aa1a4821bee56dbb0f3cd54d6ae1e957d44f21b41ce707a9d3b9df4e6f" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.3.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.3.zip", + "size": 473967, + "checksum": "SHA-256:6a152ff494655a70a1aa05a5f53cc02afd18a283d1c9df8d18cbfa7c78719053" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.4.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.4.zip", + "size": 474745, + "checksum": "SHA-256:5aed6e382e38a5e93ef555f30d61176adb2604e05009cab76b3af4766b570381" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.5.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.5.zip", + "size": 474589, + "checksum": "SHA-256:18c0caf8e3fd4a146073cebd324ca339bbcb431739c575780a0ab460f068ba6d" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.6.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.6.zip", + "size": 474585, + "checksum": "SHA-256:6790fcacea55fd03a175e735d2ae98041f55c3481cfe7b2060ea1473fc774095" + }, + { + "name": "Adafruit BMP280 Library", + "version": "2.6.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP280 sensors.", + "paragraph": "Arduino library for BMP280 pressure and altitude sensors.", + "website": "https://github.com/adafruit/Adafruit_BMP280_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP280_Library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP280_Library-2.6.8.zip", + "archiveFileName": "Adafruit_BMP280_Library-2.6.8.zip", + "size": 474585, + "checksum": "SHA-256:751c3de5723fca617d9507675734609a1e92193255cb8ac84a4130085327bf7e" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.0.zip", + "archiveFileName": "Adafruit_LIS3DH-1.0.0.zip", + "size": 10862, + "checksum": "SHA-256:8e2e8d992ea30052ad9b7e18914c53f7721c1ec72a27d518af3f2507110ea9ef" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.1.zip", + "archiveFileName": "Adafruit_LIS3DH-1.0.1.zip", + "size": 10861, + "checksum": "SHA-256:57bdf3518d13509132040514114b3893cdc3f712b1760c308b42a16901e42f9c" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.3.zip", + "archiveFileName": "Adafruit_LIS3DH-1.0.3.zip", + "size": 11005, + "checksum": "SHA-256:a4c869e2f58c7e45f52e63ed92c8c558c56cbb62138e9613934dd741e08aef7f" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.4.zip", + "archiveFileName": "Adafruit_LIS3DH-1.0.4.zip", + "size": 11097, + "checksum": "SHA-256:0d2d8473cbbfb850bf13aee777bcdecd541354056b1103b92dc82568247e740e" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.5.zip", + "archiveFileName": "Adafruit_LIS3DH-1.0.5.zip", + "size": 11118, + "checksum": "SHA-256:d390035f241497b8e1f44255f51427176cc9393c1f93637426c0e8fcf7d90640" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.0.6", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.0.6.zip", + "archiveFileName": "Adafruit_LIS3DH-1.0.6.zip", + "size": 477145, + "checksum": "SHA-256:b58e860448302fb9e2f6e3c5872cfbb3320dea11fdde6a855772f4b546ab4106" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.0.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.0.zip", + "size": 477478, + "checksum": "SHA-256:7e1f1f8088855b22dc16951e3b3901a175477f7d1f1738f315b95ae9fea509bc" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.1.1.zip", + "archiveFileName": "Adafruit_LIS3DH-1.1.1.zip", + "size": 477482, "checksum": "SHA-256:7e9d6cd44c05a6c161c3d4896abf2f37bb67ffa24e6b8359b2d163ecaf8d2e07" }, { @@ -33804,6 +47280,122 @@ "size": 477986, "checksum": "SHA-256:6956acdb970961ef810e35df8818acd3225bf7c982811055afc9d9aa03fca855" }, + { + "name": "Adafruit LIS3DH", + "version": "1.2.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.2.2.zip", + "archiveFileName": "Adafruit_LIS3DH-1.2.2.zip", + "size": 477986, + "checksum": "SHA-256:6f96eda2cfe7ebbc60aab77853ca42cab01cc7fc2fe65c0bf957f352af83cdfc" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.2.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.2.3.zip", + "archiveFileName": "Adafruit_LIS3DH-1.2.3.zip", + "size": 478046, + "checksum": "SHA-256:2c557e553387ce83a9476fd9cceb46e2e18768c5228f7e37308cee71c1635fdb" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.2.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.2.4.zip", + "archiveFileName": "Adafruit_LIS3DH-1.2.4.zip", + "size": 478045, + "checksum": "SHA-256:fdbcccabd2bc31c75172deee29932d26d7fe8d66aae984dc6472824747a25717" + }, + { + "name": "Adafruit LIS3DH", + "version": "1.2.6", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3DH Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3DH Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3DH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3DH.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3DH-1.2.6.zip", + "archiveFileName": "Adafruit_LIS3DH-1.2.6.zip", + "size": 478045, + "checksum": "SHA-256:6286a627060effc14e2af9b95d142b21259b3bfccb9218bc3c6c0d6fb964a453" + }, { "name": "Adafruit SHT31 Library", "version": "1.0.0", @@ -34061,6 +47653,84 @@ "size": 438590, "checksum": "SHA-256:35564ef287eaa783c8e289b491f790277e1d9104d2d097b1a1d542c3823d1d1d" }, + { + "name": "Adafruit SHT31 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-2.1.0.zip", + "archiveFileName": "Adafruit_SHT31_Library-2.1.0.zip", + "size": 438718, + "checksum": "SHA-256:dc36a533735f04cb52c8845f785bc6907591b023464988e1367a23cb54fcd258" + }, + { + "name": "Adafruit SHT31 Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-2.2.0.zip", + "archiveFileName": "Adafruit_SHT31_Library-2.2.0.zip", + "size": 438750, + "checksum": "SHA-256:65d9254c09f12131084e1d252447dff2dc945ba1c11ad13888eddca372fe2ec1" + }, + { + "name": "Adafruit SHT31 Library", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT31 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT31.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT31_Library-2.2.2.zip", + "archiveFileName": "Adafruit_SHT31_Library-2.2.2.zip", + "size": 438768, + "checksum": "SHA-256:3b5aad3dabb11d5738d363e41abfc396362305c9dad389e256fee062b2ce4af3" + }, { "name": "Adafruit LiquidCrystal", "version": "1.0.0", @@ -34124,6 +47794,110 @@ "size": 118375, "checksum": "SHA-256:42e31e3a306086e86df7f5b835b787734dc7fea449a7542457c7dbb76e35d7c7" }, + { + "name": "Adafruit LiquidCrystal", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "website": "https://github.com/adafruit/LiquidCrystal/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", + "dependencies": [ + { + "name": "Adafruit MCP23017 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-2.0.0.zip", + "archiveFileName": "Adafruit_LiquidCrystal-2.0.0.zip", + "size": 116411, + "checksum": "SHA-256:975cbe7826dbff2b6e7ed67dc17328c82de2ea6fb47fa3d2465d82a00eeaea9d" + }, + { + "name": "Adafruit LiquidCrystal", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "website": "https://github.com/adafruit/Adafruit_LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", + "dependencies": [ + { + "name": "Adafruit MCP23017 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-2.0.1.zip", + "archiveFileName": "Adafruit_LiquidCrystal-2.0.1.zip", + "size": 117266, + "checksum": "SHA-256:11305fabb1f4176a1c51de95b2fac5bbe8e49eafdeafbd79c18ce528cd788910" + }, + { + "name": "Adafruit LiquidCrystal", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "website": "https://github.com/adafruit/Adafruit_LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", + "dependencies": [ + { + "name": "Adafruit MCP23017 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-2.0.2.zip", + "archiveFileName": "Adafruit_LiquidCrystal-2.0.2.zip", + "size": 116932, + "checksum": "SHA-256:fbbe5fcb93eaaf05eaf4ae4b8f15619ba56ae4d5351684c4144bd5888fe4b14a" + }, + { + "name": "Adafruit LiquidCrystal", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "paragraph": "Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.", + "website": "https://github.com/adafruit/Adafruit_LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_LiquidCrystal.git", + "dependencies": [ + { + "name": "Adafruit MCP23017 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LiquidCrystal-2.0.4.zip", + "archiveFileName": "Adafruit_LiquidCrystal-2.0.4.zip", + "size": 116932, + "checksum": "SHA-256:845e7ee427e53c7b7db31aa63508eeaa12468741c396fb6c2a3ff8bb99dcc38b" + }, { "name": "Adafruit Circuit Playground", "version": "1.0.0", @@ -35066,6 +48840,211 @@ "size": 502343, "checksum": "SHA-256:59c9ab4eeeb333bfb40ff5a4dc006af94a3326ac367e053b4cfa384cf629cc83" }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.3.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.3.zip", + "size": 502348, + "checksum": "SHA-256:66f1a2f7473b7fc359909268fd56ef5d4977bea74cee203ccc5321bb094a75e3" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.4.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.4.zip", + "size": 502360, + "checksum": "SHA-256:cbc66d0d4d46b9a10f5d7c9c2627dc50f52e98f3bf650d730722043da832da6e" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.5.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.5.zip", + "size": 502400, + "checksum": "SHA-256:d6f58efc0de544f5d2e19400eaf9e290285c12ea045bd0008551c874e9eb256e" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.11.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.11.7.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.11.7.zip", + "size": 502399, + "checksum": "SHA-256:2d89d1cc192c3aeb1a9ca1807666dbfe2efc753c7cc76ab81e8a5f1a94e298eb" + }, + { + "name": "Adafruit Circuit Playground", + "version": "1.12.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "All in one library to control Adafruit's Circuit Playground board.", + "paragraph": "All in one library to control Adafruit's Circuit Playground board.", + "website": "https://github.com/adafruit/Adafruit_CircuitPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CircuitPlayground.git", + "dependencies": [ + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit Zero FFT Library" + }, + { + "name": "Mouse" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Circuit_Playground-1.12.0.zip", + "archiveFileName": "Adafruit_Circuit_Playground-1.12.0.zip", + "size": 502390, + "checksum": "SHA-256:4dfdc4998f450cc8afe9c905b523a4d9a161abecfa43b9b052d78d35941e5b5e" + }, { "name": "Adafruit MAX31865 library", "version": "1.0.0", @@ -35301,6 +49280,136 @@ "size": 322945, "checksum": "SHA-256:4b910fedd24e096e7fc5883b819a36388d4411b7034b670fc244e28191ca74f7" }, + { + "name": "Adafruit MAX31865 library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.3.1.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.3.1.zip", + "size": 323048, + "checksum": "SHA-256:88f6780d8fe821cbbfd85d7310b82de0f8a8049c86fca96c8c15dfac4d4ece20" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.4.0.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.4.0.zip", + "size": 323277, + "checksum": "SHA-256:d579394cd690a2a1809b11486c77889cf19bfffdda09f775e0d820a9e8f4f3af" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.5.0.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.5.0.zip", + "size": 323320, + "checksum": "SHA-256:8a8149c4cdc2f9fdd0597e95be97926bfe17aa67b5dd2b3990e73ab10596b165" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.6.0.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.6.0.zip", + "size": 323572, + "checksum": "SHA-256:f3ef262dca3a23657e6062ee359ea1a21ed697768ac6c292ad19acdd3c7404ff" + }, + { + "name": "Adafruit MAX31865 library", + "version": "1.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "paragraph": "Library for the Adafruit RTD Amplifier breakout with MAX31865", + "website": "https://github.com/adafruit/Adafruit_MAX31865", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31865.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31865_library-1.6.2.zip", + "archiveFileName": "Adafruit_MAX31865_library-1.6.2.zip", + "size": 323572, + "checksum": "SHA-256:4ede9629b48f79a4fc75bc7a2e6eead858f44c6d8fd517d3171d7e7bd6939eb3" + }, { "name": "Adafruit MAX31856 library", "version": "1.0.1", @@ -35442,6 +49551,84 @@ "size": 10092, "checksum": "SHA-256:aa3317156623c155a5b50d2c099c8f50feaf12c9d7a06de687e9eeec54eefeeb" }, + { + "name": "Adafruit MAX31856 library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.2.3.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.2.3.zip", + "size": 10095, + "checksum": "SHA-256:dbca047b4186caf8a2da4797604535f4e010ea7a04db915e4042a9ad2735f7bd" + }, + { + "name": "Adafruit MAX31856 library", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.2.5.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.2.5.zip", + "size": 10156, + "checksum": "SHA-256:1a5a47eb670a56169a91bc75f82649b7fb666611c45fe8c444978e4b2c036131" + }, + { + "name": "Adafruit MAX31856 library", + "version": "1.2.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "paragraph": "Library for the Adafruit Thermocouple Amplifier breakout with MAX31856", + "website": "https://github.com/adafruit/Adafruit_MAX31856", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_MAX31856.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX31856_library-1.2.7.zip", + "archiveFileName": "Adafruit_MAX31856_library-1.2.7.zip", + "size": 10156, + "checksum": "SHA-256:eb811ee6785435bed4f5fd204a789ffeb714b157b22df8ae3bebf21eac464393" + }, { "name": "Adafruit FXAS21002C", "version": "1.1.0", @@ -35573,6 +49760,264 @@ "size": 8536, "checksum": "SHA-256:a36e47957e4a414ef2b47c8489e01548a1891e20cbe2d14662e214994e264002" }, + { + "name": "Adafruit FXAS21002C", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-1.4.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-1.4.0.zip", + "size": 8582, + "checksum": "SHA-256:aa76deea0ec84d889841ebb83d3c4f9e8bf499decbefd9cda7c860ba6bb939c7" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.0.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.0.0.zip", + "size": 7751, + "checksum": "SHA-256:bc4542ae501298f72bfd7fbe126ca316b67d21fb1a050eb83b16f4c601f0afe8" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.0.1.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.0.1.zip", + "size": 7752, + "checksum": "SHA-256:1f7d8f297cd828e95d031942cf38ef28f7b895f9c23fbf1f78662ae4718485e4" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.1.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.1.0.zip", + "size": 7936, + "checksum": "SHA-256:afc0f48fd9cd3c63a869f83ec4105503eea9732bb2b6e8dfcb44dbb9f3da97d9" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.1.1.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.1.1.zip", + "size": 7973, + "checksum": "SHA-256:d8d125ed966a39982a17a551c0199c78d4507e6101fd4825bf6f8c1f80e1c5aa" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.1.2.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.1.2.zip", + "size": 7973, + "checksum": "SHA-256:b57c3b53d1ad168663f35935dd7658a54d531953d237bc8a078312bb0759adc8" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.2.0.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.2.0.zip", + "size": 8622, + "checksum": "SHA-256:1851f6f73dbb84119cd3a50ec7fb1aa9a6d08c809a07a485076a5a1215cdf6b1" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.2.2.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.2.2.zip", + "size": 8621, + "checksum": "SHA-256:2607e385bc5a4ab544e7e37fbc03d41ed768219404f658a63b42a4ec8f00cf30" + }, + { + "name": "Adafruit FXAS21002C", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXAS210002C Gyroscope", + "paragraph": "Unified sensor driver for the FXAS21002C Gyroscope", + "website": "https://github.com/adafruit/Adafruit_FXAS21002C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXAS21002C.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXAS21002C-2.2.3.zip", + "archiveFileName": "Adafruit_FXAS21002C-2.2.3.zip", + "size": 8622, + "checksum": "SHA-256:88ab0d98c18b879c729ca95c7896cc8153d7bf22b3ba2e52d713158c9a54bb3f" + }, { "name": "Adafruit FXOS8700", "version": "1.1.0", @@ -35662,6 +50107,177 @@ "size": 9944, "checksum": "SHA-256:0dae27b1aabbc78070d40e703151fa2c19ec61fcc8b41451996bd5919eb0a1f3" }, + { + "name": "Adafruit FXOS8700", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-1.5.0.zip", + "archiveFileName": "Adafruit_FXOS8700-1.5.0.zip", + "size": 9994, + "checksum": "SHA-256:191d0d7f9a37d2c242bca01a032172cae175486cd5ad01dabbf3ff1e1f85afb2" + }, + { + "name": "Adafruit FXOS8700", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-2.0.0.zip", + "archiveFileName": "Adafruit_FXOS8700-2.0.0.zip", + "size": 9500, + "checksum": "SHA-256:1f9e9142f6413b8e4346d24526fedb42d18e07a5b9cd9d3df3b6a46a001fd16a" + }, + { + "name": "Adafruit FXOS8700", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-2.1.0.zip", + "archiveFileName": "Adafruit_FXOS8700-2.1.0.zip", + "size": 9703, + "checksum": "SHA-256:9c1da15ff7edabe0bd81edc627282d0f237dcd97763102d1ac5b875cf6aa28f4" + }, + { + "name": "Adafruit FXOS8700", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-2.1.1.zip", + "archiveFileName": "Adafruit_FXOS8700-2.1.1.zip", + "size": 9755, + "checksum": "SHA-256:7a45b9a1e9abd42b5284714aa861a9940e64d7fa676399a6b93639129e2bc089" + }, + { + "name": "Adafruit FXOS8700", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-2.2.0.zip", + "archiveFileName": "Adafruit_FXOS8700-2.2.0.zip", + "size": 11732, + "checksum": "SHA-256:beabb36a0662851ab6dfacfddffc658113b10c1e18cc47940fc0fae120accd14" + }, + { + "name": "Adafruit FXOS8700", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "paragraph": "Unified sensor driver for the FXOS8700 Accelerometer/Magnetometer", + "website": "https://github.com/adafruit/Adafruit_FXOS8700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_FXOS8700.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FXOS8700-2.2.2.zip", + "archiveFileName": "Adafruit_FXOS8700-2.2.2.zip", + "size": 11729, + "checksum": "SHA-256:dac4eea4dee1aa3cc82d5953265c58e9d25b450add3eee3bd5c88fc4d8331c38" + }, { "name": "SmartEverything SIGFOX LE51-868", "version": "1.0.0", @@ -36416,6 +51032,48 @@ "size": 16406, "checksum": "SHA-256:83aae377d6ae91ed85a80d7b3d3c6f06e235e0d420f9c7728a9e66b2cc0d07ba" }, + { + "name": "Encoder", + "version": "1.4.2", + "author": "Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Counts quadrature pulses from rotary \u0026 linear position encoders.", + "paragraph": "Encoder counts pulses from quadrature encoded signals, which are commonly available from rotary knobs, motor or shaft sensors and other position sensors.", + "website": "http://www.pjrc.com/teensy/td_libs_Encoder.html", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/Encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.4.2.zip", + "archiveFileName": "Encoder-1.4.2.zip", + "size": 18270, + "checksum": "SHA-256:a048346a154f8c83b10fd25b78c6174965e0282a6cb2b29dbcd252cc112262f5" + }, + { + "name": "Encoder", + "version": "1.4.4", + "author": "Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Counts quadrature pulses from rotary \u0026 linear position encoders.", + "paragraph": "Encoder counts pulses from quadrature encoded signals, which are commonly available from rotary knobs, motor or shaft sensors and other position sensors.", + "website": "http://www.pjrc.com/teensy/td_libs_Encoder.html", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/Encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Encoder-1.4.4.zip", + "archiveFileName": "Encoder-1.4.4.zip", + "size": 18163, + "checksum": "SHA-256:f62f6d8c02580c120aa4d29beaa652b027e2d2a1f78b8f9d236243e489c85f7f" + }, { "name": "FreqCount", "version": "1.2.0", @@ -36578,6 +51236,27 @@ "size": 178444, "checksum": "SHA-256:bcc8f8c446b97dc26acd03ee5bb7461a6c9d6ce77e25e2bec59884e1de299138" }, + { + "name": "OctoWS2811", + "version": "1.5.0", + "author": "Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Control thousands of WS2812B / NeoPixel LEDs at video refresh speeds", + "paragraph": "OctoWS2811 is a high performance WS2811 \u0026 WS2812 \u0026 WS2812B LED library featuring simultaneous update to 8 LED strips using efficient DMA-based data transfer. Minimal CPU impact and double buffering allows complex animation. A VideoDisplay example is included, capable of scaling to extremely large LED installations.", + "website": "http://www.pjrc.com/teensy/td_libs_OctoWS2811.html", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/OctoWS2811.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OctoWS2811-1.5.0.zip", + "archiveFileName": "OctoWS2811-1.5.0.zip", + "size": 195461, + "checksum": "SHA-256:5e84ab90b9a2b3fa2fc2354f0359486923ceb518b7069d404fccb9523499402d" + }, { "name": "OneWire", "version": "2.3.0", @@ -36698,6 +51377,46 @@ "size": 22082, "checksum": "SHA-256:c32af1b73d25b2fe52aedab35b2a08dd3419de0680e2cd87e0e9386ce2f2623b" }, + { + "name": "OneWire", + "version": "2.3.6", + "author": "Jim Studt, Tom Pollard, Robin James, Glenn Trewitt, Jason Dangel, Guillermo Lovato, Paul Stoffregen, Scott Roberts, Bertrik Sikken, Mark Tillotson, Ken Butcher, Roger Clark, Love Nystrom", + "maintainer": "Paul Stoffregen", + "sentence": "Access 1-wire temperature sensors, memory and other chips.", + "website": "http://www.pjrc.com/teensy/td_libs_OneWire.html", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.6.zip", + "archiveFileName": "OneWire-2.3.6.zip", + "size": 22377, + "checksum": "SHA-256:916de662841f26fa3e123174d44a9521999e1469deaf3d9c35173890edd8bbb3" + }, + { + "name": "OneWire", + "version": "2.3.7", + "author": "Jim Studt, Tom Pollard, Robin James, Glenn Trewitt, Jason Dangel, Guillermo Lovato, Paul Stoffregen, Scott Roberts, Bertrik Sikken, Mark Tillotson, Ken Butcher, Roger Clark, Love Nystrom", + "maintainer": "Paul Stoffregen", + "sentence": "Access 1-wire temperature sensors, memory and other chips.", + "website": "http://www.pjrc.com/teensy/td_libs_OneWire.html", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/OneWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/OneWire-2.3.7.zip", + "archiveFileName": "OneWire-2.3.7.zip", + "size": 22259, + "checksum": "SHA-256:d1d8051be4207e5a5dfeafe50e56fd066b0f6ecd3705608b46739f0eb80a2117" + }, { "name": "PulsePosition", "version": "1.0.0", @@ -36928,6 +51647,30 @@ "size": 33151, "checksum": "SHA-256:5be63cd4ec995fd79e56d109f9055541d0862c01af0c0e3be3866dfaf140c813" }, + { + "name": "Time", + "version": "1.6.1", + "author": "Michael Margolis", + "maintainer": "Paul Stoffregen", + "sentence": "Timekeeping functionality for Arduino", + "paragraph": "Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC.", + "website": "http://playground.arduino.cc/Code/Time/", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/Time.git", + "providesIncludes": [ + "TimeLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Time-1.6.1.zip", + "archiveFileName": "Time-1.6.1.zip", + "size": 33085, + "checksum": "SHA-256:09db5897c234f5726523fb45a11e9b6b76e56940dcc0adbbcd32a9490fa09834" + }, { "name": "TimerOne", "version": "1.1.0", @@ -36948,6 +51691,26 @@ "size": 8767, "checksum": "SHA-256:db98a2ed31428219fade87eeac5e4e638e6e4bc029add7ace2874734c87a2632" }, + { + "name": "TimerOne", + "version": "1.1.1", + "author": "Stoyko Dimitrov, Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Use hardware Timer1 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/TimerOne.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/TimerOne-1.1.1.zip", + "archiveFileName": "TimerOne-1.1.1.zip", + "size": 12902, + "checksum": "SHA-256:36f3b41658ed12181e6e2d7c8e2cc799d6f5ebfcfdfe111e776a6cc52a097d0a" + }, { "name": "TimerThree", "version": "1.1.0", @@ -37052,6 +51815,27 @@ "size": 80804, "checksum": "SHA-256:577f9d20e9cd6b786505a17df8f28cbf5799432541b5a1c09524fca53ddb8676" }, + { + "name": "XPT2046_Touchscreen", + "version": "1.4.0", + "author": "Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Touchscreens using the XPT2046 controller chip.", + "paragraph": "Many very low cost color TFT displays with touch screens have this chip.", + "website": "https://github.com/PaulStoffregen/XPT2046_Touchscreen", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/XPT2046_Touchscreen-1.4.0.zip", + "archiveFileName": "XPT2046_Touchscreen-1.4.0.zip", + "size": 81237, + "checksum": "SHA-256:17eaf97eb598c121c9e5055059e10f0ddc0fda63ae249c0a473ba38051ec680c" + }, { "name": "Tlc5940", "version": "0.15.0", @@ -37073,6 +51857,27 @@ "size": 73211, "checksum": "SHA-256:9fae240b12311bfdacffe656bbffee246cf12e818919684964249a36ff7fd73f" }, + { + "name": "Tlc5940", + "version": "0.16.0", + "author": "Paul Stoffregen", + "maintainer": "Paul Stoffregen", + "sentence": "Use the Texas Instruments TLC5940 16-channel LED Driver", + "paragraph": "The TLC5940 is a 16 channel PWM unit with 12 bit duty cycle control (0 - 4095), 6 bit current limit control (0 - 63), and a daisy chainable serial interface. It is handy for expanding the number of PWM outputs available.", + "website": "http://playground.arduino.cc/Learning/TLC5940", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaulStoffregen/Tlc5940.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PaulStoffregen/Tlc5940-0.16.0.zip", + "archiveFileName": "Tlc5940-0.16.0.zip", + "size": 75693, + "checksum": "SHA-256:b74f74b45fbbeb0afe583a689cb5ef722385aeca8065798f72884481ec2c613b" + }, { "name": "SparkFun Graphic LCD Serial Backpack", "version": "1.0.0", @@ -37556,6 +52361,90 @@ "size": 135576, "checksum": "SHA-256:7e0164ee9574b022b6dcc7ae7d4398828dcab38372882808c9f194f79c39b63f" }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.1.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.1.zip", + "size": 135575, + "checksum": "SHA-256:be2f3780ca796732fdc8c23916765c86d9dfb1d7aba20f32fce40e361e09d00e" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.2.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.2.zip", + "size": 138199, + "checksum": "SHA-256:d3461a75e72969517638228f26fe90487a7b208caf159d7fdabcc0a62bf0668e" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.3.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.3.zip", + "size": 138308, + "checksum": "SHA-256:7e16a178d7d764a12437a4942e72974a514c5a035aee16b7080d117d1147c7b5" + }, + { + "name": "SparkFun Micro OLED Breakout", + "version": "1.3.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/13003\"\u003eSparkFun Micro OLED Breakout\u003c/a\u003e.", + "paragraph": "Library for the Micro OLED Breakout, a monochrome, 0.66\", 64x48 OLED display. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Micro_OLED_Breakout-1.3.4.zip", + "archiveFileName": "SparkFun_Micro_OLED_Breakout-1.3.4.zip", + "size": 138457, + "checksum": "SHA-256:de02ea0a4aa77ccd0bd6670f7f62951f143d9a0c955b388813741851d90abb5d" + }, { "name": "SparkFun MPL3115A2 Altitude and Pressure Sensor Breakout", "version": "1.2.0", @@ -37808,6 +52697,69 @@ "size": 11130, "checksum": "SHA-256:9851f7154cf87ec4904cac81db49ec9e56b241ccd3e4d58a862a962bd69411f9" }, + { + "name": "SparkFun VL6180 Sensor", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "The VL6180 combines an IR emitter, a range sensor, and an ambient light sensor together for you to easily use and communicate with via an I2C interface.", + "paragraph": "Library allows you to read distance and light outputs from the sensor, outputting the data via a serial connection.", + "website": "https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL6180_Sensor-1.1.1.zip", + "archiveFileName": "SparkFun_VL6180_Sensor-1.1.1.zip", + "size": 11099, + "checksum": "SHA-256:6e93e944147824db0aebf3f0571fde2feaaeb6dccac8bb3bd3549910bf9cbaed" + }, + { + "name": "SparkFun VL6180 Sensor", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "The VL6180 combines an IR emitter, a range sensor, and an ambient light sensor together for you to easily use and communicate with via an I2C interface.", + "paragraph": "Library allows you to read distance and light outputs from the sensor, outputting the data via a serial connection.", + "website": "https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL6180_Sensor-1.1.2.zip", + "archiveFileName": "SparkFun_VL6180_Sensor-1.1.2.zip", + "size": 11159, + "checksum": "SHA-256:c591f9f2c76f28f4d9b2ac700c67d952489d91f2e6cb75ca96a041b2325eca7a" + }, + { + "name": "SparkFun VL6180 Sensor", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "The VL6180 combines an IR emitter, a range sensor, and an ambient light sensor together for you to easily use and communicate with via an I2C interface.", + "paragraph": "Library allows you to read distance and light outputs from the sensor, outputting the data via a serial connection.", + "website": "https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL6180_Sensor-1.1.3.zip", + "archiveFileName": "SparkFun_VL6180_Sensor-1.1.3.zip", + "size": 11143, + "checksum": "SHA-256:ccc294353cefb375d62001f8091f39ce0025858627c1b0ca2f4603b3e6eb5f7e" + }, { "name": "SX1509 IO Expander", "version": "1.0.0", @@ -37850,6 +52802,132 @@ "size": 1354418, "checksum": "SHA-256:dd3feb1591d9ca14e05d6888ffafc837aafa6c49ac393a47a49396ae28fcf6c7" }, + { + "name": "SX1509 IO Expander", + "version": "3.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino library and hardware files for the SparkFun SX1509 IO Expander Breakout board.", + "paragraph": "The SX1509 Breakout is a 16-channel GPIO expander with an I2C interface – that means with just two wires, your microcontroller can interface with 16 fully configurable digital input/output pins. The SX1509 can also produce PWM signals, dim LEDs. It can be set to blink or even breathe pins at varying rates. And, with a built-in keypad engine, it can interface with up to 64 buttons set up in an 8x8 matrix.", + "website": "https://github.com/sparkfun/SX1509_IO-Expander", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-3.0.0.zip", + "archiveFileName": "SX1509_IO_Expander-3.0.0.zip", + "size": 1356932, + "checksum": "SHA-256:59f8fbc5eab328971749d36dd20d3499ceea362bfeb91b529e4809bed0e105f0" + }, + { + "name": "SX1509 IO Expander", + "version": "3.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino library and hardware files for the SparkFun SX1509 IO Expander Breakout board.", + "paragraph": "The SX1509 Breakout is a 16-channel GPIO expander with an I2C interface – that means with just two wires, your microcontroller can interface with 16 fully configurable digital input/output pins. The SX1509 can also produce PWM signals, dim LEDs. It can be set to blink or even breathe pins at varying rates. And, with a built-in keypad engine, it can interface with up to 64 buttons set up in an 8x8 matrix.", + "website": "https://github.com/sparkfun/SX1509_IO-Expander", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-3.0.1.zip", + "archiveFileName": "SX1509_IO_Expander-3.0.1.zip", + "size": 1356963, + "checksum": "SHA-256:cefb04990a5b9c5bbc62ffac1daf0b7bc43da4894283ed29137d344cb30d45a9" + }, + { + "name": "SX1509 IO Expander", + "version": "3.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino library and hardware files for the SparkFun SX1509 IO Expander Breakout board.", + "paragraph": "The SX1509 Breakout is a 16-channel GPIO expander with an I2C interface – that means with just two wires, your microcontroller can interface with 16 fully configurable digital input/output pins. The SX1509 can also produce PWM signals, dim LEDs. It can be set to blink or even breathe pins at varying rates. And, with a built-in keypad engine, it can interface with up to 64 buttons set up in an 8x8 matrix.", + "website": "https://github.com/sparkfun/SX1509_IO-Expander", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-3.0.2.zip", + "archiveFileName": "SX1509_IO_Expander-3.0.2.zip", + "size": 1357005, + "checksum": "SHA-256:ca58300a84468dc9a223d6224c7f4074f5b00ceae40907162335635ed7fe8f76" + }, + { + "name": "SX1509 IO Expander", + "version": "3.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino library and hardware files for the SparkFun SX1509 IO Expander Breakout board.", + "paragraph": "The SX1509 Breakout is a 16-channel GPIO expander with an I2C interface – that means with just two wires, your microcontroller can interface with 16 fully configurable digital input/output pins. The SX1509 can also produce PWM signals, dim LEDs. It can be set to blink or even breathe pins at varying rates. And, with a built-in keypad engine, it can interface with up to 64 buttons set up in an 8x8 matrix.", + "website": "https://github.com/sparkfun/SX1509_IO-Expander", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-3.0.3.zip", + "archiveFileName": "SX1509_IO_Expander-3.0.3.zip", + "size": 1359333, + "checksum": "SHA-256:5a8f8f038a0d6175439a8a01f3dde9a83dd7a4b9a42e8d7f1d5d50e5b88f3e74" + }, + { + "name": "SX1509 IO Expander", + "version": "3.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino library and hardware files for the SparkFun SX1509 IO Expander Breakout board.", + "paragraph": "The SX1509 Breakout is a 16-channel GPIO expander with an I2C interface – that means with just two wires, your microcontroller can interface with 16 fully configurable digital input/output pins. The SX1509 can also produce PWM signals, dim LEDs. It can be set to blink or even breathe pins at varying rates. And, with a built-in keypad engine, it can interface with up to 64 buttons set up in an 8x8 matrix.", + "website": "https://github.com/sparkfun/SX1509_IO-Expander", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-3.0.4.zip", + "archiveFileName": "SX1509_IO_Expander-3.0.4.zip", + "size": 1359334, + "checksum": "SHA-256:2d4cf74c4122a9ec79a8bd0684daebc243789518e6725f333190d0de620646fd" + }, + { + "name": "SX1509 IO Expander", + "version": "3.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino library and hardware files for the SparkFun SX1509 IO Expander Breakout board.", + "paragraph": "The SX1509 Breakout is a 16-channel GPIO expander with an I2C interface – that means with just two wires, your microcontroller can interface with 16 fully configurable digital input/output pins. The SX1509 can also produce PWM signals, dim LEDs. It can be set to blink or even breathe pins at varying rates. And, with a built-in keypad engine, it can interface with up to 64 buttons set up in an 8x8 matrix.", + "website": "https://github.com/sparkfun/SX1509_IO-Expander", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SX1509_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SX1509_IO_Expander-3.0.5.zip", + "archiveFileName": "SX1509_IO_Expander-3.0.5.zip", + "size": 1359336, + "checksum": "SHA-256:436642f795de5fb05e07326276a8b45e6c3281c0aba700b98d8bd7e577ca3a8f" + }, { "name": "Sparkfun T5403 Barometric Sensor Library", "version": "1.0.1", @@ -38165,6 +53243,48 @@ "size": 9525, "checksum": "SHA-256:42c7f675fe44e77f6b958e28410ade2de99f6db0d0c1971e860300e7eb6e8a23" }, + { + "name": "SparkFun MS5803-14BA Pressure Sensor", + "version": "1.1.3", + "author": "Casey@SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for MS5803-14BA Pressure Sensor.", + "paragraph": "Provides I2C communication protocol for measuring wather depth, altitude, or other pressure readings.", + "website": "https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.3.zip", + "archiveFileName": "SparkFun_MS5803_14BA_Pressure_Sensor-1.1.3.zip", + "size": 9786, + "checksum": "SHA-256:7261dabcd72c14234c21778b06eec39d8e31466ac8c8ba3588b1e7d2a402f77d" + }, + { + "name": "SparkFun MS5803-14BA Pressure Sensor", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for MS5803-14BA Pressure Sensor.", + "paragraph": "Provides I2C communication protocol for measuring wather depth, altitude, or other pressure readings.", + "website": "https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5803_14BA_Pressure_Sensor-1.1.4.zip", + "archiveFileName": "SparkFun_MS5803_14BA_Pressure_Sensor-1.1.4.zip", + "size": 10854, + "checksum": "SHA-256:0ebbb083d1ba42d9a62301b70d194ede89878f479544de00fe14724717da91e3" + }, { "name": "SparkFun APDS9960 RGB and Gesture Sensor", "version": "1.4.2", @@ -38396,6 +53516,48 @@ "size": 62153, "checksum": "SHA-256:d8743e5c26104f1bf3438ad3e4d5344758b7c7573a3f66d684db727644297f5e" }, + { + "name": "SparkFun LSM6DS3 Breakout", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STmicro LSM6DS3 by SPI or I2C.", + "paragraph": "Driver handles Mode 1 (slave device) in either SPI or I2C, interrupt readback, and FIFO operation", + "website": "https://github.com/sparkfun/SparkFun_LSM6DS3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LSM6DS3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM6DS3_Breakout-1.0.2.zip", + "archiveFileName": "SparkFun_LSM6DS3_Breakout-1.0.2.zip", + "size": 64277, + "checksum": "SHA-256:5ad68e4d0038ab1760d1884742b3872f740c03d75d2152d19caf7ba7e69e3ca4" + }, + { + "name": "SparkFun LSM6DS3 Breakout", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STmicro LSM6DS3 by SPI or I2C.", + "paragraph": "Driver handles Mode 1 (slave device) in either SPI or I2C, interrupt readback, and FIFO operation", + "website": "https://github.com/sparkfun/SparkFun_LSM6DS3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LSM6DS3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LSM6DS3_Breakout-1.0.3.zip", + "archiveFileName": "SparkFun_LSM6DS3_Breakout-1.0.3.zip", + "size": 64244, + "checksum": "SHA-256:e390474312f6f8e2336f5639b5729bfb17281103a990979a86b48a56602560da" + }, { "name": "SparkFun TSL2561", "version": "1.1.0", @@ -38774,6 +53936,27 @@ "size": 39764, "checksum": "SHA-256:162d350acaffda768170e0a0d003788d06ac452d39285d24e0c36571a3803ee0" }, + { + "name": "SparkFun BME280", + "version": "2.0.9", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BME280 Altimeter and Pressure sensor", + "paragraph": "The SparkFun CCS811/BME280 Environmental Combo Breakout takes care of all your atmospheric-quality sensing needs with the popular CCS811 and BME280 ICs. This unique breakout provides a variety of environmental data, including barometric pressure, humidity, temperature, TVOCs and equivalent CO2 (or eCO2) levels.", + "website": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BME280-2.0.9.zip", + "archiveFileName": "SparkFun_BME280-2.0.9.zip", + "size": 42369, + "checksum": "SHA-256:1269d8fe7b2d001ed4023c8e8bbaf136f33f3058a7e4472aa4a0c1acef9ab0a9" + }, { "name": "Akafugu Four Letter Word Library", "version": "1.0.0", @@ -39740,6 +54923,48 @@ "size": 41171, "checksum": "SHA-256:cdcf0980c6cc35bdc37efd8815b965f6b7bbdf1b1bed9cd392847f0192027c68" }, + { + "name": "MQTT", + "version": "2.5.0", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.5.0.zip", + "archiveFileName": "MQTT-2.5.0.zip", + "size": 42191, + "checksum": "SHA-256:7231752b7029ec12149341ccf922f9e01dbab8d2014bc583ae09efab10992d21" + }, + { + "name": "MQTT", + "version": "2.5.1", + "author": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "maintainer": "Joel Gaehwiler \u003cjoel.gaehwiler@gmail.com\u003e", + "sentence": "MQTT library for Arduino", + "paragraph": "This library bundles the lwmqtt client and adds a thin wrapper to get an Arduino like API.", + "website": "https://github.com/256dpi/arduino-mqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/256dpi/arduino-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/256dpi/MQTT-2.5.1.zip", + "archiveFileName": "MQTT-2.5.1.zip", + "size": 43716, + "checksum": "SHA-256:b6ea3b81f325f2f702ea9eaf95421552c5fb299b56eee050dbcebffedf384fa7" + }, { "name": "ModbusMaster", "version": "0.10.2", @@ -40146,6 +55371,27 @@ "size": 65756, "checksum": "SHA-256:2d0d4db62c1a0a416c6985e1803331003ea7ef8d1c7e9b6e3fe64cb5a9d70ddf" }, + { + "name": "TVout", + "version": "1.0.2", + "author": "mdmetzle@gmail.com", + "maintainer": "Avamander \u003cavamander@gmail.com\u003e", + "sentence": "A library for generating PAL or NTSC video output with an AVR.", + "paragraph": "Supports PAL and NTSC with the max resolution of 128 times 96 pixels.", + "website": "https://github.com/Avamander/arduino-tvout/", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Avamander/arduino-tvout.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Avamander/TVout-1.0.2.zip", + "archiveFileName": "TVout-1.0.2.zip", + "size": 66749, + "checksum": "SHA-256:9bdc9a60650a9a5f778a8adc34f44ea39d1aeaa78ba1a958f17a82ea160eb8b3" + }, { "name": "Awesome", "version": "0.1.0", @@ -40497,7 +55743,7 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", + "repository": "https://github.com/br3ttb/Arduino-PID-Library", "url": "https://downloads.arduino.cc/libraries/github.com/br3ttb/PID-1.1.1.zip", "archiveFileName": "PID-1.1.1.zip", "size": 9096, @@ -40518,54 +55764,12 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", + "repository": "https://github.com/br3ttb/Arduino-PID-Library", "url": "https://downloads.arduino.cc/libraries/github.com/br3ttb/PID-1.2.0.zip", "archiveFileName": "PID-1.2.0.zip", "size": 10364, "checksum": "SHA-256:98a0570756599e9bd63c39a62d1ddc7535f650c448a6d9a5029c63c903a6f2ad" }, - { - "name": "PID", - "version": "0.0.1", - "author": "Ettore Leandro Tognoli", - "maintainer": "Ettore Leandro Tognoli - ettore.leandro.tognoli@gmail.com", - "sentence": "PID controller", - "paragraph": "A library to calculate PID which has low coupling with IO", - "website": "https://github.com/ettoreleandrotognoli/ArcPID", - "category": "Signal Input/Output", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ettoreleandrotognoli/PID-0.0.1.zip", - "archiveFileName": "PID-0.0.1.zip", - "size": 148193, - "checksum": "SHA-256:be8511e2d9f3ca8d54670e3a1121ad99527b71aa53ca66f309dce7f4ca203d57" - }, - { - "name": "PID", - "version": "0.0.2", - "author": "Ettore Leandro Tognoli", - "maintainer": "Ettore Leandro Tognoli - ettore.leandro.tognoli@gmail.com", - "sentence": "PID controller", - "paragraph": "A library to calculate PID which has low coupling with IO", - "website": "https://github.com/ettoreleandrotognoli/ArcPID", - "category": "Signal Input/Output", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ettoreleandrotognoli/PID-0.0.2.zip", - "archiveFileName": "PID-0.0.2.zip", - "size": 79321, - "checksum": "SHA-256:808be0f8f8e700e52681d6eb68dda83fb1421d8915998d4e4612d1bc023394d3" - }, { "name": "PCD8544", "version": "1.4.2", @@ -42518,6 +57722,424 @@ "size": 417861, "checksum": "SHA-256:20c4e77bb623c2d3fe3de7e7a59443e70addbcfe5d1edfdf94cb6db6e44502c3" }, + { + "name": "ArduinoJson", + "version": "6.17.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.17.3.zip", + "archiveFileName": "ArduinoJson-6.17.3.zip", + "size": 417131, + "checksum": "SHA-256:3c315e574d94a05a949dea842655723b9098b129e0048db262d1e0fb8b44c5bd" + }, + { + "name": "ArduinoJson", + "version": "6.18.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.0.zip", + "archiveFileName": "ArduinoJson-6.18.0.zip", + "size": 428374, + "checksum": "SHA-256:b479ce53d668becb3a5868deb06e3c6413ce7533bbc2a6a991e2c066feac883b" + }, + { + "name": "ArduinoJson", + "version": "6.18.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.1.zip", + "archiveFileName": "ArduinoJson-6.18.1.zip", + "size": 436854, + "checksum": "SHA-256:e427923fdaa050054835cf5b6a70ed041e707d707bed00b65a48d089871135c9" + }, + { + "name": "ArduinoJson", + "version": "6.18.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.2.zip", + "archiveFileName": "ArduinoJson-6.18.2.zip", + "size": 437923, + "checksum": "SHA-256:a7c6b936da239a367416b400a82b4844c8902edcbfd1500b2261fc5293d16b34" + }, + { + "name": "ArduinoJson", + "version": "6.18.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.3.zip", + "archiveFileName": "ArduinoJson-6.18.3.zip", + "size": 439033, + "checksum": "SHA-256:6bea7f78a1fd3645cfcaff19f6626a96386f8a52d9c699b559e9bc2c3090c157" + }, + { + "name": "ArduinoJson", + "version": "6.18.4", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.4.zip", + "archiveFileName": "ArduinoJson-6.18.4.zip", + "size": 440573, + "checksum": "SHA-256:25835a8a4f64bf26f6bb81d9b9c0872232c6b78426218cc9ab4731ba33022e2b" + }, + { + "name": "ArduinoJson", + "version": "6.18.5", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.18.5.zip", + "archiveFileName": "ArduinoJson-6.18.5.zip", + "size": 441048, + "checksum": "SHA-256:e87ca327da1aa8bd4b3d48adfec42e45f8f024c6393941cb49ae91e07b0d9ba1" + }, + { + "name": "ArduinoJson", + "version": "6.19.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.19.0.zip", + "archiveFileName": "ArduinoJson-6.19.0.zip", + "size": 443359, + "checksum": "SHA-256:5ba37cb85aeeae4bf9ab22ce10234fc0a2739dad66e1664502667fdfaaab277d" + }, + { + "name": "ArduinoJson", + "version": "6.19.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.19.1.zip", + "archiveFileName": "ArduinoJson-6.19.1.zip", + "size": 443173, + "checksum": "SHA-256:f014b97d474a916cd2ee5c0cb14b19071f2c516876f1fe3988e161b904ba7eaf" + }, + { + "name": "ArduinoJson", + "version": "6.19.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.19.2.zip", + "archiveFileName": "ArduinoJson-6.19.2.zip", + "size": 443789, + "checksum": "SHA-256:7d23584861bad77838501cfc1a9a92d4cf602ef2ac3c52919f450f91cfc80ac0" + }, + { + "name": "ArduinoJson", + "version": "6.19.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.19.3.zip", + "archiveFileName": "ArduinoJson-6.19.3.zip", + "size": 444330, + "checksum": "SHA-256:d9bcb3eb376ff6559de668c23aefed233820c4ca0ee9791749a221cd3fed8e4e" + }, + { + "name": "ArduinoJson", + "version": "6.19.4", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.19.4.zip", + "archiveFileName": "ArduinoJson-6.19.4.zip", + "size": 445305, + "checksum": "SHA-256:942ffa5cb46f55a1b8ca1a6e485355dd2e5fa4f884d993a2ef07dff0eba33227" + }, + { + "name": "ArduinoJson", + "version": "6.20.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.20.0.zip", + "archiveFileName": "ArduinoJson-6.20.0.zip", + "size": 449707, + "checksum": "SHA-256:2e54770583e5c84f238c924a2b407426354cca723a536335e70a734dcd1db020" + }, + { + "name": "ArduinoJson", + "version": "6.20.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.20.1.zip", + "archiveFileName": "ArduinoJson-6.20.1.zip", + "size": 443207, + "checksum": "SHA-256:16405919bd909d3ffab8478d06128a9b06491f94c51e3f86fd44aecabec726fa" + }, + { + "name": "ArduinoJson", + "version": "6.21.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.21.0.zip", + "archiveFileName": "ArduinoJson-6.21.0.zip", + "size": 489307, + "checksum": "SHA-256:0cc24ef061ef71ccc846e2daa829c5ccdcf0603dc9ce39efa6fcf397e6b4b3b9" + }, + { + "name": "ArduinoJson", + "version": "6.21.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.21.1.zip", + "archiveFileName": "ArduinoJson-6.21.1.zip", + "size": 489411, + "checksum": "SHA-256:5b132e589fc54698011be49f39c432087aea1896214305e62cf3df6d7772b86c" + }, + { + "name": "ArduinoJson", + "version": "6.21.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.21.2.zip", + "archiveFileName": "ArduinoJson-6.21.2.zip", + "size": 489713, + "checksum": "SHA-256:45a4da223806f2d5bd790c47d29c87ef82cb8f0605279e9b9e573d09b6c32035" + }, + { + "name": "ArduinoJson", + "version": "6.21.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.21.3.zip", + "archiveFileName": "ArduinoJson-6.21.3.zip", + "size": 489932, + "checksum": "SHA-256:07ce34894e220cf29dab91c05dcff124111d70a113ebb54cae7ce55d88ee9ff0" + }, + { + "name": "ArduinoJson", + "version": "6.21.4", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A simple and efficient JSON library for embedded C++.", + "paragraph": "ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.", + "website": "https://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoJson-6.21.4.zip", + "archiveFileName": "ArduinoJson-6.21.4.zip", + "size": 490738, + "checksum": "SHA-256:dcb4b5c7fd552fce113597ed6555e0d653d29a1f216d1e6734eaa08b83a4fa6c" + }, { "name": "Keypad", "version": "3.1.0", @@ -42763,7 +58385,7 @@ "sentence": "MOS6581 Stereo SID Emulator Arduino Library", "paragraph": "This library emulates the SID sound chip of the famous Commodore 64 with enhanched stereo support.", "website": "http://gioorgi.com/tag/stereosid/", - "category": "Uncategorized", + "category": "Signal Input/Output", "architectures": [ "avr" ], @@ -42784,7 +58406,7 @@ "sentence": "MOS6581 Stereo SID Emulator Arduino Library", "paragraph": "This library emulates the SID sound chip of the famous Commodore 64 with enhanched stereo support.", "website": "http://gioorgi.com/tag/stereosid/", - "category": "Uncategorized", + "category": "Signal Input/Output", "architectures": [ "avr" ], @@ -42805,7 +58427,7 @@ "sentence": "MOS6581 Stereo SID Emulator Arduino Library", "paragraph": "This library emulates the SID sound chip of the famous Commodore 64 with enhanced stereo support.", "website": "http://gioorgi.com/tag/stereosid/", - "category": "Uncategorized", + "category": "Signal Input/Output", "architectures": [ "avr" ], @@ -42818,6 +58440,31 @@ "size": 962424, "checksum": "SHA-256:68a005891d066ecf1f344dc118ddc5847216033b903817422befccccf8063a7d" }, + { + "name": "StereoSID", + "version": "2.0.7", + "author": "Christoph Haberer,Mario Patino,Giovanni Giorgi", + "maintainer": "Giovani Giorgi", + "license": "GPLv2", + "sentence": "MOS6581 Stereo SID Emulator Arduino Library", + "paragraph": "This library emulates the SID sound chip of the famous Commodore 64 with enhanced stereo support.", + "website": "http://gioorgi.com/tag/stereosid/", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/daitangio/sid-arduino-lib.git", + "providesIncludes": [ + "SID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/daitangio/StereoSID-2.0.7.zip", + "archiveFileName": "StereoSID-2.0.7.zip", + "size": 971941, + "checksum": "SHA-256:fd9fcb5548d12695d0416644d7968e5a0ed8066cc0ae7c1fe7dcaace1eeaa214" + }, { "name": "Cardinal", "version": "1.0.0", @@ -42840,6 +58487,28 @@ "size": 12967, "checksum": "SHA-256:56e60eda615afbb466665887d34ed5eb0f081bdf91d9115f999a27e9429ea072" }, + { + "name": "Cardinal", + "version": "1.0.2", + "author": "Perry Naseck (DaAwesomeP)", + "maintainer": "Perry Naseck (DaAwesomeP)", + "license": "Apache-2.0", + "sentence": "An Arduino library that takes input in degrees and output a string or integer for the 4, 8, 16, or 32 compass headings (like North, South, East, and West).", + "paragraph": "Cardinal is an Arduino library that takes input in degrees and output a string or integer for the 4, 8, 16, or 32 compass headings (like North, South, East, and West). It also makes available environment variables for the minimum, maximum, and middle azimuth of all of the 32 directions. It works fantastically when paired with a magnetometer.", + "website": "https://github.com/DaAwesomeP/arduino-cardinal", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaAwesomeP/arduino-cardinal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaAwesomeP/Cardinal-1.0.2.zip", + "archiveFileName": "Cardinal-1.0.2.zip", + "size": 12987, + "checksum": "SHA-256:604d3386ed692e78ade49e6828ec85f5d1f63bde619e06ee702c4e41fd54c956" + }, { "name": "Pin", "version": "1.0.0", @@ -43197,6 +58866,48 @@ "size": 134529, "checksum": "SHA-256:58d9f16abb7c157f34c8cb58bc423c6d51fbb5584a38960c703406d623874532" }, + { + "name": "Pin", + "version": "4.2.1", + "author": "Alec Fenichel \u003calec.fenichel@gmail.com\u003e", + "maintainer": "Alec Fenichel \u003calec.fenichel@gmail.com\u003e", + "sentence": "An easy to use Arduino library for fast and simultaneous operations on Arduino I/O pins.", + "paragraph": "Supports Arduino AVR boards natively and custom boards by manually defining register addresses.", + "website": "https://fenichelar.github.io/Pin/", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fenichelar/Pin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.2.1.zip", + "archiveFileName": "Pin-4.2.1.zip", + "size": 56244, + "checksum": "SHA-256:ed50f71da53ffa5a7fb611582ceaba05d5e624536f7f4fe2b5f1452180503dbf" + }, + { + "name": "Pin", + "version": "4.2.2", + "author": "Alec Fenichel \u003calec.fenichel@gmail.com\u003e", + "maintainer": "Alec Fenichel \u003calec.fenichel@gmail.com\u003e", + "sentence": "An easy to use Arduino library for fast and simultaneous operations on Arduino I/O pins.", + "paragraph": "Supports Arduino AVR boards natively and custom boards by manually defining register addresses.", + "website": "https://fenichelar.github.io/Pin/", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fenichelar/Pin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fenichelar/Pin-4.2.2.zip", + "archiveFileName": "Pin-4.2.2.zip", + "size": 59908, + "checksum": "SHA-256:8cd5a794c1d2f1611f1b1f760e5ba2323582c85596978b9bd4cd1fa6bc16ee73" + }, { "name": "Exosite", "version": "2.5.3", @@ -43747,6 +59458,111 @@ "size": 409727, "checksum": "SHA-256:70534b76ff01dbe250a6041afb821a1ce505348f2db2bb89541cc88004dd09c4" }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.4.0", + "author": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko (Circuits@Home) \u003calex-gl@mail.ru\u003e", + "maintainer": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS Buzz, Wii and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.4.0.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.4.0.zip", + "size": 461785, + "checksum": "SHA-256:15d6dc530e05a7942ef09613cd9644ce152b25bfef0afdc161a99f4503220320" + }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.5.0", + "author": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko (Circuits@Home) \u003calex-gl@mail.ru\u003e", + "maintainer": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS5, PS Buzz, Wii and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.5.0.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.5.0.zip", + "size": 486800, + "checksum": "SHA-256:f708694964db048f614d7ca4e4fdb1e40d3ea07f4c72d3d548d937273c91821c" + }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.6.0", + "author": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko (Circuits@Home) \u003calex-gl@mail.ru\u003e", + "maintainer": "Oleg Mazurov (Circuits@Home) \u003cmazurov@circuitsathome.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS5, PS Buzz, Wii, Switch Pro and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.6.0.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.6.0.zip", + "size": 510560, + "checksum": "SHA-256:f70ff1553e11e2bbd16a3e07798a43cb54d9a83d47c90e97dddf698a569fb27b" + }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.6.1", + "author": "Oleg Mazurov \u003cmazurov@gmail.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko \u003calex-gl@mail.ru\u003e", + "maintainer": "Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS5, PS Buzz, Wii, Switch Pro and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.6.1.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.6.1.zip", + "size": 511121, + "checksum": "SHA-256:2d57bfefc9ec001d4cda04a6d4d536bc0386a659db6a80c2ae9406e8dc947f37" + }, + { + "name": "USB Host Shield Library 2.0", + "version": "1.6.2", + "author": "Oleg Mazurov \u003cmazurov@gmail.com\u003e, Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e, Andrew Kroll \u003cxxxajk@gmail.com\u003e, Alexei Glushchenko \u003calex-gl@mail.ru\u003e", + "maintainer": "Kristian Sloth Lauszus \u003clauszus@gmail.com\u003e", + "sentence": "Revision 2.0 of MAX3421E-based USB Host Shield Library.", + "paragraph": "Supports HID devices, FTDI, ADK, ACM, PL2303, Bluetooth HID devices, SPP communication and mass storage devices. Furthermore it supports PS3, PS4, PS5, PS Buzz, Wii, Switch Pro and Xbox controllers.", + "website": "https://github.com/felis/USB_Host_Shield_2.0", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felis/USB_Host_Shield_2.0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felis/USB_Host_Shield_Library_2_0-1.6.2.zip", + "archiveFileName": "USB_Host_Shield_Library_2_0-1.6.2.zip", + "size": 511580, + "checksum": "SHA-256:6d733d3a0beae36bcb185cb1fb3f20b7fb52250bf467fcbdeda71525a8ff4cd5" + }, { "name": "FTRGBLED", "version": "1.0.0", @@ -44633,6 +60449,32 @@ "size": 83804, "checksum": "SHA-256:3293438412d8b671c1fb9c7311977878d71e8a77791948012e547d6c83c3a21d" }, + { + "name": "ArduinoSensors", + "version": "1.3.0", + "author": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "maintainer": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "sentence": "A Library of Libraries of Sensors", + "paragraph": "REQUIRES \u003cArduinoThread\u003e Library. This library was made to provide lot`s of out-of-the-box features, such as 'Interfaces', 'Threadable' sensors, and reliability over C++ Objects.", + "website": "https://github.com/ivanseidel/ArduinoSensors", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ivanseidel/ArduinoSensors.git", + "dependencies": [ + { + "name": "ArduinoThread" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/ArduinoSensors-1.3.0.zip", + "archiveFileName": "ArduinoSensors-1.3.0.zip", + "size": 83813, + "checksum": "SHA-256:bb321cff5e7cc098cdf33551260882040619d0954b1720eab5f931b41f3685fe" + }, { "name": "DueTimer", "version": "1.4.5", @@ -44738,6 +60580,69 @@ "size": 8478, "checksum": "SHA-256:334da55accb759b29b60376ce35186f78e084106efe078b36339c2eb7ec39b89" }, + { + "name": "LinkedList", + "version": "1.3.1", + "author": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "maintainer": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "sentence": "A fully implemented LinkedList made to work with Arduino projects", + "paragraph": "The objective of this library is to create a pattern for projects. If you need to use a List of: int, float, objects, Lists or Wales. This is what you are looking for.", + "website": "https://github.com/ivanseidel/LinkedList", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ivanseidel/LinkedList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.3.1.zip", + "archiveFileName": "LinkedList-1.3.1.zip", + "size": 11558, + "checksum": "SHA-256:cfb11593b327ba9bccfe602dd5fa0c487da9cb50c8ee4f7c261ac431e8a786e7" + }, + { + "name": "LinkedList", + "version": "1.3.2", + "author": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "maintainer": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "sentence": "A fully implemented LinkedList made to work with Arduino projects", + "paragraph": "The objective of this library is to create a pattern for projects. If you need to use a List of: int, float, objects, Lists or Wales. This is what you are looking for.", + "website": "https://github.com/ivanseidel/LinkedList", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ivanseidel/LinkedList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.3.2.zip", + "archiveFileName": "LinkedList-1.3.2.zip", + "size": 11561, + "checksum": "SHA-256:4bcc1f28a68572df3588af63cd2bfb9f495f61bca5d0804f0a5da39eed4a9dfa" + }, + { + "name": "LinkedList", + "version": "1.3.3", + "author": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "maintainer": "Ivan Seidel \u003civanseidel@gmail.com\u003e", + "sentence": "A fully implemented LinkedList made to work with Arduino projects", + "paragraph": "The objective of this library is to create a pattern for projects. If you need to use a List of: int, float, objects, Lists or Wales. This is what you are looking for.", + "website": "https://github.com/ivanseidel/LinkedList", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ivanseidel/LinkedList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ivanseidel/LinkedList-1.3.3.zip", + "archiveFileName": "LinkedList-1.3.3.zip", + "size": 11958, + "checksum": "SHA-256:1787f0e53e74a8251ea58be468e7039e1bc551d81141d16dd4e4911d33919907" + }, { "name": "Gaussian", "version": "1.0.4", @@ -45452,6 +61357,153 @@ "size": 43575, "checksum": "SHA-256:f42736ccf23957e2f8c1df7a10eb4b6272c26524ad143e0a3c70d8a8b9320849" }, + { + "name": "aREST", + "version": "2.9.1", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.1.zip", + "archiveFileName": "aREST-2.9.1.zip", + "size": 43590, + "checksum": "SHA-256:4db309e310e9f73e5ba9ee2d80cebc6925dc93026199ccc6fca5eecd3f574d2c" + }, + { + "name": "aREST", + "version": "2.9.2", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.2.zip", + "archiveFileName": "aREST-2.9.2.zip", + "size": 43549, + "checksum": "SHA-256:539497dac81b89c329d2b49d61936aec9d2f868235c7d79fef5765ed4ef58440" + }, + { + "name": "aREST", + "version": "2.9.3", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.3.zip", + "archiveFileName": "aREST-2.9.3.zip", + "size": 43547, + "checksum": "SHA-256:3906e1183c7eec6878082c7bcf802438989306f9a673e8d3347faf72c2720b1a" + }, + { + "name": "aREST", + "version": "2.9.4", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.4.zip", + "archiveFileName": "aREST-2.9.4.zip", + "size": 43561, + "checksum": "SHA-256:8f93a0c006251044d0964b7c894eccf29d49607daf5a2314b2a49adb63ed6269" + }, + { + "name": "aREST", + "version": "2.9.5", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.5.zip", + "archiveFileName": "aREST-2.9.5.zip", + "size": 43590, + "checksum": "SHA-256:5060517ecc46d40cd9ad9db8194932223b0e9d3a44b9f9ec185643c7018a23f2" + }, + { + "name": "aREST", + "version": "2.9.6", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.6.zip", + "archiveFileName": "aREST-2.9.6.zip", + "size": 43712, + "checksum": "SHA-256:d9bcda69c480f398a5b64f7ff008441092dbeacb2967a56c7103c241b9bc0f5f" + }, + { + "name": "aREST", + "version": "2.9.7", + "author": "Marco Schwartz", + "maintainer": "Marco Schwartz \u003cmarcolivier.schwartz@gmail.com\u003e", + "sentence": "RESTful API for the Arduino platform.", + "paragraph": "A simple library that implements a REST API for Arduino. It is designed to be universal and currently supports REST calls via HTTP, Serial \u0026 BLE. See more at: http://arest.io/", + "website": "https://github.com/marcoschwartz/aREST", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcoschwartz/aREST.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcoschwartz/aREST-2.9.7.zip", + "archiveFileName": "aREST-2.9.7.zip", + "size": 43719, + "checksum": "SHA-256:c7f3c3eb7f67bf1c640cd630aa26d03456372f9748cd617c70fa2b4e7d2313bd" + }, { "name": "aREST UI", "version": "1.0.1", @@ -45664,6 +61716,28 @@ "size": 25627, "checksum": "SHA-256:22c9fdf43a6b02488c4b8451babd708ccf8fb3f3145325a160097def8c081388" }, + { + "name": "DMXSerial", + "version": "1.5.3", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Enables DMX communication using the built-in serial port for Arduino boards.", + "paragraph": "This is a library for sending and receiving DMX codes using the Arduino plattform. You can implement DMX devices and DMX controllers with this library.", + "website": "http://www.mathertel.de/Arduino/DMXSerial.aspx", + "category": "Communication", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/DMXSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial-1.5.3.zip", + "archiveFileName": "DMXSerial-1.5.3.zip", + "size": 26621, + "checksum": "SHA-256:fa819783dccf81d1cc9263c09bf370e5b500d4181748e1aeca12606f8a0e61bf" + }, { "name": "DMXSerial2", "version": "1.1.0", @@ -45769,6 +61843,27 @@ "size": 31119, "checksum": "SHA-256:249524b0ec26dd1fc5460afe5192f9a0efb9cb0aedde899ad01b03505a2e4475" }, + { + "name": "DMXSerial2", + "version": "1.4.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Enables building DMX/RDM devices using the built-in serial port for Arduino boards UNO, Leonardo, Mega.", + "paragraph": "This is a library to implement a DMX devices that also listen and respond to RDM commands to retrieve information from the DMX devices.", + "website": "http://www.mathertel.de/Arduino/DMXSerial2.aspx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/DMXSerial2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/DMXSerial2-1.4.2.zip", + "archiveFileName": "DMXSerial2-1.4.2.zip", + "size": 31100, + "checksum": "SHA-256:806432c8f957edf2414febe8881dccf655b5f80ae64862c34d71e679270ca426" + }, { "name": "Radio", "version": "1.0.0", @@ -45832,6 +61927,48 @@ "size": 161757, "checksum": "SHA-256:21d912dd19c4ac006c05d95f25fb921324ef81d0a73292768737acd5251bb6ce" }, + { + "name": "Radio", + "version": "3.0.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, \u003cwww.mathertel.de\u003e", + "sentence": "Library for controlling FM radio receiver chips.", + "paragraph": "This library implements the functions to control the FM radio receiver chips TEA5767, RDA5807M, SI4703, SI4705, SI4721 to build a FM radio receiver. The library unifies the functions for all the chips so they may be swapped on demand.", + "website": "http://www.mathertel.de/Arduino/RadioLibrary.aspx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/Radio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/Radio-3.0.0.zip", + "archiveFileName": "Radio-3.0.0.zip", + "size": 168815, + "checksum": "SHA-256:e9e90c6007917445180e808a1bbdf5c719e00aee770f5de37f0d07337f2243ac" + }, + { + "name": "Radio", + "version": "3.0.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, \u003cwww.mathertel.de\u003e", + "sentence": "Library for controlling FM radio receiver chips.", + "paragraph": "This library implements the functions to control the FM radio receiver chips TEA5767, RDA5807M, SI4703, SI4705, SI4721 to build a FM radio receiver. The library unifies the functions for all the chips so they may be swapped on demand.", + "website": "http://www.mathertel.de/Arduino/RadioLibrary.aspx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/Radio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/Radio-3.0.1.zip", + "archiveFileName": "Radio-3.0.1.zip", + "size": 170488, + "checksum": "SHA-256:ef29b265cf0ec347d6712ebb13b46c185758b268c724ed89d4c965edf95929e4" + }, { "name": "DallasTemperature", "version": "3.7.2", @@ -47556,6 +63693,27 @@ "size": 58465, "checksum": "SHA-256:5fd947589e3a7c7e43e4d5ceeb4e9e1d0829cc3dba73ceb06542d7ea2b4a8c43" }, + { + "name": "PinChangeInterrupt", + "version": "1.2.9", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "A simple \u0026 compact PinChangeInterrupt library for Arduino.", + "paragraph": "PinChangeInterrupt library with a resource friendly implementation (API and LowLevel). PinChangeInterrupts are different than normal Interrupts. See readme for more information.", + "website": "https://github.com/NicoHood/PinChangeInterrupt", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/PinChangeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/PinChangeInterrupt-1.2.9.zip", + "archiveFileName": "PinChangeInterrupt-1.2.9.zip", + "size": 58998, + "checksum": "SHA-256:23d349530c55f1b70e0ca8d4ef35c9b2e9425d425b1fd28906c961f1318e4f64" + }, { "name": "Nintendo", "version": "1.2.1", @@ -47577,6 +63735,69 @@ "size": 239112, "checksum": "SHA-256:5350550f49677e75af3d6d292e228dd07c6d4350b3a6d986969f5a301650f5d6" }, + { + "name": "Nintendo", + "version": "1.3.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Connect all your favourite Nintendo Controllers to your Arduino.", + "paragraph": "Currently supported: Gamecube, N64. Carefully read the wiki pages to know how to setup the controller connection.", + "website": "https://github.com/NicoHood/Nintendo", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/Nintendo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.3.0.zip", + "archiveFileName": "Nintendo-1.3.0.zip", + "size": 240623, + "checksum": "SHA-256:a66f856292e34eaf28af1809caede75a06074a7921723a798ac2ae020ef6ace9" + }, + { + "name": "Nintendo", + "version": "1.3.1", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Connect all your favourite Nintendo Controllers to your Arduino.", + "paragraph": "Currently supported: Gamecube, N64. Carefully read the wiki pages to know how to setup the controller connection.", + "website": "https://github.com/NicoHood/Nintendo", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/Nintendo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.3.1.zip", + "archiveFileName": "Nintendo-1.3.1.zip", + "size": 240730, + "checksum": "SHA-256:b94487cc5cbd8b0c5b556b472cd2edbc91416d5f1c1d07374b09422b0336e268" + }, + { + "name": "Nintendo", + "version": "1.4.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Connect all your favourite Nintendo Controllers to your Arduino.", + "paragraph": "Currently supported: Gamecube, N64. Carefully read the wiki pages to know how to setup the controller connection.", + "website": "https://github.com/NicoHood/Nintendo", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/Nintendo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/Nintendo-1.4.0.zip", + "archiveFileName": "Nintendo-1.4.0.zip", + "size": 241152, + "checksum": "SHA-256:ff868a5350da75a2992e99204361b9800b84ba4762ac440574e34d34d12c29c4" + }, { "name": "U8glib", "version": "1.18.0", @@ -48538,6 +64759,100 @@ "size": 140058, "checksum": "SHA-256:d3a5cbb483dbf553dfd0c5062702a1be3266be6ec7523d945009ceabafc135d9" }, + { + "name": "Zumo32U4", + "version": "2.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Zumo 32U4 Arduino library", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu Zumo 32U4 robot.", + "website": "https://github.com/pololu/zumo-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/zumo-32u4-arduino-library.git", + "providesIncludes": [ + "Zumo32U4.h" + ], + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuOLED" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-2.0.0.zip", + "archiveFileName": "Zumo32U4-2.0.0.zip", + "size": 121200, + "checksum": "SHA-256:8774bfbd4fc352a9e1f9ab3262bf8bbe6dfb61c77353260b3709f9c25a4202b9" + }, + { + "name": "Zumo32U4", + "version": "2.0.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Zumo 32U4 Arduino library", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu Zumo 32U4 robot.", + "website": "https://github.com/pololu/zumo-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/zumo-32u4-arduino-library.git", + "providesIncludes": [ + "Zumo32U4.h" + ], + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuOLED" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Zumo32U4-2.0.1.zip", + "archiveFileName": "Zumo32U4-2.0.1.zip", + "size": 121960, + "checksum": "SHA-256:a4f8a7b535716fd537f8a21cbc253720117901d4a2c3aeebeced6d04f1db41c1" + }, { "name": "Printoo_Library", "version": "1.0.0", @@ -48878,6 +65193,48 @@ "size": 22551, "checksum": "SHA-256:3690ce1b02a0e2a385c304a50891cd5cdf186bace676a9f2a90f507ef6ee1664" }, + { + "name": "BobaBlox", + "version": "2.1.0", + "author": "Robert Gallup \u003csupport@robertgallup.com\u003e", + "maintainer": "Robert Gallup \u003csupport@robertgallup.com\u003e", + "sentence": "A library that makes it easy to code simple hardware interactions with the Arduino.", + "paragraph": "Buttons, LEDs, knobs (potentiometers), speakers, photocells, and timers are currently supported.", + "website": "https://github.com/robertgallup/BobaBlox", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/robertgallup/BobaBlox.git", + "url": "https://downloads.arduino.cc/libraries/github.com/robertgallup/BobaBlox-2.1.0.zip", + "archiveFileName": "BobaBlox-2.1.0.zip", + "size": 22129, + "checksum": "SHA-256:b99d8516fcf26597795fd07ae20ff541e80907300a98079266f452608e462eec" + }, + { + "name": "BobaBlox", + "version": "2.2.0", + "author": "Robert Gallup \u003csupport@robertgallup.com\u003e", + "maintainer": "Robert Gallup \u003csupport@robertgallup.com\u003e", + "sentence": "A library that makes it easy to code simple hardware interactions with the Arduino.", + "paragraph": "Buttons, LEDs, knobs (potentiometers), speakers, photocells, and timers are currently supported.", + "website": "https://github.com/robertgallup/BobaBlox", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/robertgallup/BobaBlox.git", + "url": "https://downloads.arduino.cc/libraries/github.com/robertgallup/BobaBlox-2.2.0.zip", + "archiveFileName": "BobaBlox-2.2.0.zip", + "size": 25458, + "checksum": "SHA-256:e2cc5e3fbba6500598dc6f181e347147750c459c3cd554f23f81dca70064eeaf" + }, { "name": "RoboCore - Serial Relay", "version": "1.0.0", @@ -50536,6 +66893,27 @@ "size": 27218, "checksum": "SHA-256:6600239da74651b9c0bf493e746192dfc1fc975c57c5a2c7a4b7aeb2dbd40895" }, + { + "name": "SoftwareWire", + "version": "1.6.0", + "author": "Testato, Koepel", + "maintainer": "Testato \u003cspeednpower@gmail.com\u003e", + "sentence": "Creates a software I2C/TWI bus on every pins.", + "paragraph": "The SoftwareWire is only I2C Master mode. More than one software I2C bus can be created. The clock pulse stretching is implemented, so the Slave can be another Arduino board", + "website": "https://github.com/Testato/SoftwareWire", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Testato/SoftwareWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Testato/SoftwareWire-1.6.0.zip", + "archiveFileName": "SoftwareWire-1.6.0.zip", + "size": 27168, + "checksum": "SHA-256:2732a727f520b66085b83be38afdb3ab7da72285bf928ac7cccb63b909ef2260" + }, { "name": "EEPROMEx", "version": "1.0.0", @@ -51145,6 +67523,174 @@ "size": 76118, "checksum": "SHA-256:d6ec346fc2b48b0b0960526b712f82f4731a8cbd7763fa389972140fe54869d0" }, + { + "name": "thinger.io", + "version": "2.16.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.16.0.zip", + "archiveFileName": "thinger_io-2.16.0.zip", + "size": 76141, + "checksum": "SHA-256:da60af74f2974eaec0963d8c54f9fe8ac698e86dd263575f2b70538597be9827" + }, + { + "name": "thinger.io", + "version": "2.17.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.17.0.zip", + "archiveFileName": "thinger_io-2.17.0.zip", + "size": 79616, + "checksum": "SHA-256:b799c018abe8cde979df3617294ac9ab00170438e11fb4571a0cc608e6882496" + }, + { + "name": "thinger.io", + "version": "2.20.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.20.0.zip", + "archiveFileName": "thinger_io-2.20.0.zip", + "size": 113667, + "checksum": "SHA-256:ae723a2ad86ddd145f7bf882a699d483e03cfd91ea6b6b3cdc8f1c9140f62815" + }, + { + "name": "thinger.io", + "version": "2.21.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.21.0.zip", + "archiveFileName": "thinger_io-2.21.0.zip", + "size": 116647, + "checksum": "SHA-256:757ae22650e15e58eddf9d6cea7e1f1cd6baba4c2460b263c2843651e59a40a9" + }, + { + "name": "thinger.io", + "version": "2.21.1", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.21.1.zip", + "archiveFileName": "thinger_io-2.21.1.zip", + "size": 116650, + "checksum": "SHA-256:d336b13ad370a65da14ba24324082ed3a3a983f0632d3500cd354cb559f32c8e" + }, + { + "name": "thinger.io", + "version": "2.25.1", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.25.1.zip", + "archiveFileName": "thinger_io-2.25.1.zip", + "size": 123042, + "checksum": "SHA-256:1c9abb3809d60eab0da4b06e18d7ee55ffac6d70e7e95baf7d09c6d551c2aee8" + }, + { + "name": "thinger.io", + "version": "2.25.2", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for the Thinger.io Internet of Things Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.25.2.zip", + "archiveFileName": "thinger_io-2.25.2.zip", + "size": 123297, + "checksum": "SHA-256:d58c35ca6033bf47de06a458a5f76c85fe7d4018f7d104ff48e9f04cbbc4a83c" + }, + { + "name": "thinger.io", + "version": "2.26.0", + "author": "Alvaro Luis Bustamante \u003calvarolb@thinger.io\u003e", + "maintainer": "Thinger.io \u003cadmin@thinger.io\u003e", + "sentence": "Arduino library for IOTMP protocol used on Thinger.io IOT Platform.", + "paragraph": "Thinger.io is an open source platform for the Internet of Things. It will allow connecting your things or devices for remote sensing and actuating using the protocol IOTMP. Working with several devices like ESP8266, ESP32, Arduino Ethernet, Arduino Wifi, Arduino MKR1000, Arduino MKR1010, Arduino Nano RP2040 Connect, Arduino Nano 33 IOT, Arduino MKRNB1500, Arduino GSM1400, Arduino Yun, Adafruit CC3000, Arduino + GSM Modules, Texas Instruments CC3200, ENC28J60, LinkIt ONE.", + "website": "https://github.com/thinger-io/Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinger-io/Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thinger-io/thinger_io-2.26.0.zip", + "archiveFileName": "thinger_io-2.26.0.zip", + "size": 124432, + "checksum": "SHA-256:40cc97c4eac9b3af05f84bbc40fd83a2079ef86752bd27a09362f4fe17514697" + }, { "name": "CmdMessenger", "version": "4.0.0", @@ -51397,6 +67943,102 @@ "size": 294294, "checksum": "SHA-256:861aa8eeba10ede514990a8e2f2ce16c8e53328f6c35c693d344f3847fde412a" }, + { + "name": "Bounce2", + "version": "2.56.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "providesIncludes": [ + "Bounce2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.56.0.zip", + "archiveFileName": "Bounce2-2.56.0.zip", + "size": 321586, + "checksum": "SHA-256:0dc69d29424d01975f4e04fd613bb21d23f7be4541a9701ef8dfbd3ae5bd45d6" + }, + { + "name": "Bounce2", + "version": "2.57.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "providesIncludes": [ + "Bounce2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.57.0.zip", + "archiveFileName": "Bounce2-2.57.0.zip", + "size": 320635, + "checksum": "SHA-256:6f282b33561e10d004809193bac9e070945a80d8b94b802f534b378ba48a62c7" + }, + { + "name": "Bounce2", + "version": "2.60.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "providesIncludes": [ + "Bounce2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.60.0.zip", + "archiveFileName": "Bounce2-2.60.0.zip", + "size": 320810, + "checksum": "SHA-256:59e8c662f4bb3d803cfe1d62fcab83fb18557656796a074efb406ff62663aa99" + }, + { + "name": "Bounce2", + "version": "2.71.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e with contributions from Eric Lowry, Jim Schimpf, Tom Harkaway, Joachim Krüger and MrGradgrind.", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e", + "sentence": "Debouncing library for Arduino and Wiring.", + "paragraph": "Debouncing switches and toggles is important.", + "website": "https://github.com/thomasfredericks/Bounce2", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thomasfredericks/Bounce2.git", + "providesIncludes": [ + "Bounce2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Bounce2-2.71.0.zip", + "archiveFileName": "Bounce2-2.71.0.zip", + "size": 326493, + "checksum": "SHA-256:fe3bd7694722ec5f57fcee8d6fcc1580e878da72e0b40d39bacc22c3f866a9a1" + }, { "name": "Chrono", "version": "1.0.0", @@ -51460,6 +68102,27 @@ "size": 233009, "checksum": "SHA-256:39231a2860518f05c4c6eab03bb42d7d2dda89f4385b4604e0c6f4300d2ba776" }, + { + "name": "Chrono", + "version": "1.2.0", + "author": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e and Sofian Audry", + "maintainer": "Thomas O Fredericks \u003ctof@t-o-f.info\u003e and Sofian Audry", + "sentence": "Chronometer/stopwatch library that counts the time passed since started.", + "paragraph": "Works with Arduino and Wiring.", + "website": "https://github.com/SofaPirate/Chrono", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thomasfredericks/Chrono.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/Chrono-1.2.0.zip", + "archiveFileName": "Chrono-1.2.0.zip", + "size": 233174, + "checksum": "SHA-256:607beb67679537927e9f5597853ce9d86a361e7296c9a6673945e49abb51d382" + }, { "name": "Kalman Filter Library", "version": "1.0.1", @@ -52363,6 +69026,48 @@ "size": 13879, "checksum": "SHA-256:5afa2a3c3b0434ac1363a4a0cad1ca096ee7cb9683d45984c2c23434bff67a17" }, + { + "name": "VL6180X", + "version": "1.3.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL6180X distance and ambient light sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL6180X distance and ambient light sensor.", + "website": "https://github.com/pololu/vl6180x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/vl6180x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.3.0.zip", + "archiveFileName": "VL6180X-1.3.0.zip", + "size": 14127, + "checksum": "SHA-256:9aba41bd4129514d57463c997b092f9820130d4a9f05d58c7e22fb6e1255c5cb" + }, + { + "name": "VL6180X", + "version": "1.3.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL6180X distance and ambient light sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL6180X distance and ambient light sensor.", + "website": "https://github.com/pololu/vl6180x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/vl6180x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL6180X-1.3.1.zip", + "archiveFileName": "VL6180X-1.3.1.zip", + "size": 14150, + "checksum": "SHA-256:acd55a1120f718434687d35d1a6419db898c132b3688810e8bf0d39655d71110" + }, { "name": "ardyno", "version": "0.3.0", @@ -52844,6 +69549,209 @@ "size": 88368, "checksum": "SHA-256:b671e0dbb8ea624ba1447505c9c83163665efd5b73152aea9363a54f1029bdc5" }, + { + "name": "RF24Mesh", + "version": "1.1.5", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.5.zip", + "archiveFileName": "RF24Mesh-1.1.5.zip", + "size": 90314, + "checksum": "SHA-256:3887ae6b780fa4f31029fc08e2d26a19981e070d69f7d537e163dca80fc7f529" + }, + { + "name": "RF24Mesh", + "version": "1.1.6", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.6.zip", + "archiveFileName": "RF24Mesh-1.1.6.zip", + "size": 234539, + "checksum": "SHA-256:5ad99a456eaabf9221f8c902fcb346f84b573f0503ed9b1864b8788d83a9d90d" + }, + { + "name": "RF24Mesh", + "version": "1.1.7", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.7.zip", + "archiveFileName": "RF24Mesh-1.1.7.zip", + "size": 235158, + "checksum": "SHA-256:db2a3ce051899faa737e182f27e8b40e9eef0ecada3c5561b4a1cdab43033f79" + }, + { + "name": "RF24Mesh", + "version": "1.1.8", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.8.zip", + "archiveFileName": "RF24Mesh-1.1.8.zip", + "size": 235160, + "checksum": "SHA-256:05baef4c51c3260f5008a0af1d90af8e5f75b73948d9c6f8dac483d112d93caf" + }, + { + "name": "RF24Mesh", + "version": "1.1.9", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.9.zip", + "archiveFileName": "RF24Mesh-1.1.9.zip", + "size": 232400, + "checksum": "SHA-256:e50d60d530e165d0862cfc22d2e80bd4bd5e2e9196c09150ffe9eb87823a6883" + }, + { + "name": "RF24Mesh", + "version": "1.1.10", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-1.1.10.zip", + "archiveFileName": "RF24Mesh-1.1.10.zip", + "size": 232627, + "checksum": "SHA-256:0e19cbfd7f0b8f76223f9e5a81d89fcfb31ad44a51ffd8153762f92e67a5d636" + }, + { + "name": "RF24Mesh", + "version": "2.0.0", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.", + "paragraph": "Attempting to provide fully automated, wireless, mesh networking for sensor networks/IoT devices. Automated addressing, discovery and operation built on the RF24 communication stack.", + "website": "https://nRF24.github.io/RF24Mesh/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Mesh.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Mesh-2.0.0.zip", + "archiveFileName": "RF24Mesh-2.0.0.zip", + "size": 234604, + "checksum": "SHA-256:3069e3e0325c790640edd62b37a81064f6f6194674b92a0ec674ec240b12a65f" + }, { "name": "PJON", "version": "1.0.0", @@ -53572,6 +70480,36 @@ "size": 1760397, "checksum": "SHA-256:14a769df8b8679cbb8512fac7454cd0517ec9e2025d2f1ad89d7504cfff29a1e" }, + { + "name": "PJON", + "version": "13.1.0", + "author": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "maintainer": "Giovanni Blu Mitolo \u003cgioscarab@gmail.com\u003e", + "sentence": "PJON is an open-source, multi-master, multi-media bus network protocol", + "paragraph": "It is a valid alternative to i2c, 1-Wire, CAN and other protocols", + "website": "https://github.com/gioblu/PJON", + "category": "Communication", + "architectures": [ + "atmelavr", + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "teensy", + "tiny", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gioblu/PJON.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gioblu/PJON-13.1.0.zip", + "archiveFileName": "PJON-13.1.0.zip", + "size": 1761539, + "checksum": "SHA-256:5ea3209297f850717c0b0e44e9d43f7f3d0cec803e5f2cad228b8546f007e56c" + }, { "name": "RF24Network", "version": "1.0.0", @@ -53914,6 +70852,171 @@ "size": 1420811, "checksum": "SHA-256:6102eb15096e43c9ac177a47ad49247d534f45466509a53a1a6784155d51e01a" }, + { + "name": "RF24Network", + "version": "1.0.15", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.15.zip", + "archiveFileName": "RF24Network-1.0.15.zip", + "size": 1423662, + "checksum": "SHA-256:717b59e07d2981369efc97f68924438fcbe8d63830f07273bd3abe2142d50025" + }, + { + "name": "RF24Network", + "version": "1.0.16", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.16.zip", + "archiveFileName": "RF24Network-1.0.16.zip", + "size": 1552919, + "checksum": "SHA-256:c57348a42f5d3f5679ca5569661eed10dfb896e4b08fa2ebb4016f5f0e64b48d" + }, + { + "name": "RF24Network", + "version": "1.0.17", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.17.zip", + "archiveFileName": "RF24Network-1.0.17.zip", + "size": 1527408, + "checksum": "SHA-256:2f3d2cdc81ca1579febce04d4759be1ff5a7d093d1126fb5b95894e742c7733a" + }, + { + "name": "RF24Network", + "version": "1.0.18", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "nrf_to_nrf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.18.zip", + "archiveFileName": "RF24Network-1.0.18.zip", + "size": 1524167, + "checksum": "SHA-256:02da210e43589d0c6f2a720ea228e42755a52346dbcdffaf6f290aa153b8e3b5" + }, + { + "name": "RF24Network", + "version": "1.0.19", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "nrf_to_nrf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-1.0.19.zip", + "archiveFileName": "RF24Network-1.0.19.zip", + "size": 1524185, + "checksum": "SHA-256:3d31aeb7cd7f94304a94132d365aeb14f93b692947fda15d915f0552c477c186" + }, + { + "name": "RF24Network", + "version": "2.0.0", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "OSI Layer 3 Networking for nrf24L01(+) devices.", + "paragraph": "Provides a simple and seamless network layer for sensor/IoT networks, including routing, addressing and fragmentation/reassembly.", + "website": "https://nRF24.github.io/RF24Network/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Network.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "nrf_to_nrf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Network-2.0.0.zip", + "archiveFileName": "RF24Network-2.0.0.zip", + "size": 1525608, + "checksum": "SHA-256:1fb89e3ab7293e802210e53db31bca527c3bcaec8fe677f0d1e4771a97ed21e0" + }, { "name": "RF24", "version": "1.2.0", @@ -54398,6 +71501,216 @@ "size": 2311884, "checksum": "SHA-256:4d158c3f98ac59091e14aa2af33ed9bdaecb3b53cc6aa1c1211d4f263dec0c40" }, + { + "name": "RF24", + "version": "1.3.12", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.3.12.zip", + "archiveFileName": "RF24-1.3.12.zip", + "size": 4923850, + "checksum": "SHA-256:ab3de4dc34052f697f022bf72232d031e5a67b31c43a9126c5352f4431cda128" + }, + { + "name": "RF24", + "version": "1.4.0", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.0.zip", + "archiveFileName": "RF24-1.4.0.zip", + "size": 4969985, + "checksum": "SHA-256:671f4fbca50aae68a3818dc444d7a2c6fe1f71017a5e74f8d5f0b35d856fe7d3" + }, + { + "name": "RF24", + "version": "1.4.1", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.1.zip", + "archiveFileName": "RF24-1.4.1.zip", + "size": 4970162, + "checksum": "SHA-256:65decc4e6223ef95fc9fcfefa32077c237ae8628fa14ae386d812707c806e443" + }, + { + "name": "RF24", + "version": "1.4.2", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.2.zip", + "archiveFileName": "RF24-1.4.2.zip", + "size": 5123395, + "checksum": "SHA-256:1ef46f043fcd398f58523f3cd9ef30648475e3e08b940b28d2d9bdb5ddf341aa" + }, + { + "name": "RF24", + "version": "1.4.3", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.3.zip", + "archiveFileName": "RF24-1.4.3.zip", + "size": 5110733, + "checksum": "SHA-256:feab955ec30cc92711ea5e3f83b0f87f60247d6da5a526e740d8c689f21f30a8" + }, + { + "name": "RF24", + "version": "1.4.4", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.4.zip", + "archiveFileName": "RF24-1.4.4.zip", + "size": 5110733, + "checksum": "SHA-256:df18453f871e6ca699e52d4113bf5bdf6c06e2963bf491ec3cc2d0f6dc3351fd" + }, + { + "name": "RF24", + "version": "1.4.5", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.5.zip", + "archiveFileName": "RF24-1.4.5.zip", + "size": 5110718, + "checksum": "SHA-256:a7469b3a1cc45d0cf28c374e0845b1588af720b3ca72504b2230393385e25eb5" + }, + { + "name": "RF24", + "version": "1.4.6", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.6.zip", + "archiveFileName": "RF24-1.4.6.zip", + "size": 5111071, + "checksum": "SHA-256:a74567ea5e3f5fdac8ed1ee1fbc20e153b27470b229e1f03723675aa202dcb3e" + }, + { + "name": "RF24", + "version": "1.4.7", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.7.zip", + "archiveFileName": "RF24-1.4.7.zip", + "size": 5109316, + "checksum": "SHA-256:1630f0229d2827d4a45ab284ad0884e46e4648434794b75d29dcc3f13b0a66a6" + }, + { + "name": "RF24", + "version": "1.4.8", + "author": "TMRh20", + "maintainer": "TMRh20,Avamander", + "sentence": "Radio driver, OSI layer 2 library for nrf24L01(+) modules.", + "paragraph": "Core library for nRF24L01(+) communication. Simple to use for beginners, but offers advanced configuration options. Many examples are included to demonstrate various modes of communication.", + "website": "https://nRF24.github.io/RF24/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24-1.4.8.zip", + "archiveFileName": "RF24-1.4.8.zip", + "size": 5110081, + "checksum": "SHA-256:6b57f879a8057742ec5bb1dd43821de1bd6dd7da048f9e029e052ab7cedd954f" + }, { "name": "Automaton", "version": "0.1.0", @@ -55049,6 +72362,90 @@ "size": 114258, "checksum": "SHA-256:031b2849715eba0b9ea33b6185d221c886e80728dc238fe9a5423bb1741a6731" }, + { + "name": "TaskScheduler", + "version": "3.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.3.0.zip", + "archiveFileName": "TaskScheduler-3.3.0.zip", + "size": 114581, + "checksum": "SHA-256:0881c723cfa846341b1519a0127e89245287841dca531e3cbfcd8ca373aec2aa" + }, + { + "name": "TaskScheduler", + "version": "3.4.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.4.0.zip", + "archiveFileName": "TaskScheduler-3.4.0.zip", + "size": 114873, + "checksum": "SHA-256:b3cad0fecc86f816983fefc918cccdd68394f73c3808ca7daa9e34adac472b5d" + }, + { + "name": "TaskScheduler", + "version": "3.6.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (esp8266, esp32 only), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.6.0.zip", + "archiveFileName": "TaskScheduler-3.6.0.zip", + "size": 123229, + "checksum": "SHA-256:7cc4c00634cfdd8462feb6946da0b120727d84f40639732abb24fb4bf0f4f2f8" + }, + { + "name": "TaskScheduler", + "version": "3.7.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers.", + "paragraph": "Supports: periodic task execution (with dynamic execution period in milliseconds or microseconds – frequency of execution), number of iterations (limited or infinite number of iterations), execution of tasks in predefined sequence, dynamic change of task execution parameters (frequency, number of iterations, callback methods), power saving via entering IDLE sleep mode when tasks are not scheduled to run, event-driven task invocation via Status Request object, task IDs and Control Points for error handling and watchdog timer, Local Task Storage pointer (allowing use of same callback code for multiple tasks), layered task prioritization, std::functions (where supported), overall task timeout, static and dynamic callback method binding.", + "website": "https://github.com/arkhipenko/TaskScheduler.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/TaskScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/TaskScheduler-3.7.0.zip", + "archiveFileName": "TaskScheduler-3.7.0.zip", + "size": 133514, + "checksum": "SHA-256:6c14fcd436d3a2e0ca8efb3bdbd3c93f019c309f63ba2aaa356ff07ffe1ee120" + }, { "name": "TMRpcm", "version": "1.1.0", @@ -55091,6 +72488,90 @@ "size": 35576, "checksum": "SHA-256:2ef71bcb75bb0b10550ee8a102d6e486443037bf0be9471a8551ab33194f33cd" }, + { + "name": "TMRpcm", + "version": "1.2.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "PCM/WAV Audio playback", + "paragraph": "Play WAV audio files from SD card using AVR (UNO,Nano,etc) based devices.", + "website": "https://github.com/TMRh20/TMRpcm/wiki", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/TMRpcm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.2.0.zip", + "archiveFileName": "TMRpcm-1.2.0.zip", + "size": 41366589, + "checksum": "SHA-256:bae24342b82b0f44edf0b2d7948c4bdbee886b9a5f0ecc883f8edb7407c361a2" + }, + { + "name": "TMRpcm", + "version": "1.2.3", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "PCM/WAV Audio playback", + "paragraph": "Play WAV audio files from SD card using AVR (UNO,Nano,etc) based devices.", + "website": "https://github.com/TMRh20/TMRpcm/wiki", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/TMRpcm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.2.3.zip", + "archiveFileName": "TMRpcm-1.2.3.zip", + "size": 41366437, + "checksum": "SHA-256:8f10f7968d0a42d3ef11092479ae8f2c53bba360c060d57251eb02c7494af468" + }, + { + "name": "TMRpcm", + "version": "1.2.4", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "PCM/WAV Audio playback", + "paragraph": "Play WAV audio files from SD card using AVR (UNO,Nano,etc) based devices.", + "website": "https://github.com/TMRh20/TMRpcm/wiki", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/TMRpcm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.2.4.zip", + "archiveFileName": "TMRpcm-1.2.4.zip", + "size": 41366785, + "checksum": "SHA-256:bc659cbb8a0a80f0d833694b87c69737e64e13766844fd21fddfbdcf8d5986c9" + }, + { + "name": "TMRpcm", + "version": "1.3.4", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "PCM/WAV Audio playback", + "paragraph": "Play WAV audio files from SD card using AVR (UNO,Nano,etc) based devices.", + "website": "https://github.com/TMRh20/TMRpcm/wiki", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/TMRpcm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/TMRpcm-1.3.4.zip", + "archiveFileName": "TMRpcm-1.3.4.zip", + "size": 41367277, + "checksum": "SHA-256:3280509b5664f5a88ce009a86e54cc5e16109d72e2221c93b0b08f6d281da266" + }, { "name": "FastLED", "version": "3.1.6", @@ -55496,6 +72977,54 @@ "size": 368442, "checksum": "SHA-256:b7d57aff4ae5bc04635eadf2931dcd42323af494762c97b2edf9939dbcc24b1f" }, + { + "name": "FastLED", + "version": "3.5.0", + "author": "Daniel Garcia", + "maintainer": "Daniel Garcia \u003cdgarcia@fastled.io\u003e", + "sentence": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "paragraph": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "website": "https://github.com/FastLED/FastLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FastLED/FastLED.git", + "providesIncludes": [ + "FastLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.5.0.zip", + "archiveFileName": "FastLED-3.5.0.zip", + "size": 382501, + "checksum": "SHA-256:23463d7b9974dbc7b03772673fa94bb27b7eabdaf065327bb7d8147f171808a2" + }, + { + "name": "FastLED", + "version": "3.6.0", + "author": "Daniel Garcia", + "maintainer": "Daniel Garcia \u003cdgarcia@fastled.io\u003e", + "sentence": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "paragraph": "Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.", + "website": "https://github.com/FastLED/FastLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FastLED/FastLED.git", + "providesIncludes": [ + "FastLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FastLED/FastLED-3.6.0.zip", + "archiveFileName": "FastLED-3.6.0.zip", + "size": 527227, + "checksum": "SHA-256:a410a3d66227a608f50cc2e5d00b83bbaa779a10c828960df8d851f3452a3437" + }, { "name": "Sodaq_RN2483", "version": "1.0.0", @@ -56462,6 +73991,132 @@ "size": 20946, "checksum": "SHA-256:8b0abc6287ffc18d4e5e881190578b8d12a698c55cdb3b8a3878485710dfbd00" }, + { + "name": "SoftWire", + "version": "2.0.1", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.1.zip", + "archiveFileName": "SoftWire-2.0.1.zip", + "size": 18915, + "checksum": "SHA-256:9e47b34f4288023add2f7bc2be77e72945c61879bbbfeefd95eecc9999b3531b" + }, + { + "name": "SoftWire", + "version": "2.0.5", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.5.zip", + "archiveFileName": "SoftWire-2.0.5.zip", + "size": 20966, + "checksum": "SHA-256:5f2aa1477da2b85dbfe6140db96c7a197d8c915183ede835a2682408e614d9b1" + }, + { + "name": "SoftWire", + "version": "2.0.6", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.6.zip", + "archiveFileName": "SoftWire-2.0.6.zip", + "size": 21873, + "checksum": "SHA-256:101ee2c32a2c44c81ae4f3124e730da8158af860c966fd4ccebf94b8432a7d61" + }, + { + "name": "SoftWire", + "version": "2.0.7", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.7.zip", + "archiveFileName": "SoftWire-2.0.7.zip", + "size": 20966, + "checksum": "SHA-256:959554d5f6f364e91bb7a9813592bbd4f4e052549b3a477d3e6837e189315763" + }, + { + "name": "SoftWire", + "version": "2.0.8", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.8.zip", + "archiveFileName": "SoftWire-2.0.8.zip", + "size": 21780, + "checksum": "SHA-256:dbdd28849abf1e34567c416f3a4ffd86c0be6772eace6d27361ed7a7dccb593f" + }, + { + "name": "SoftWire", + "version": "2.0.9", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "SoftWire is a software I2C implementation for Arduino and other Wiring-type environments. It utilises the pinMode(), digitalWrite() and digitalRead() functions. The pins to be used for the serial data (SDA) and serial clock (SCL) control lines can be defined at run-time. Alternatively it is possible to pass references to functions which read and control the SDA and SCL lines, thereby allowing direct port manipulation to be used if preferred. Multiple objects (for multiple software I2C buses) and clock-stretching by slave devices are supported. A timeout feature is included to prevent lockups by faulty or missing hardware. The microcontroller must function as the master device, multiple masters are not supported. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/SoftWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/SoftWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/SoftWire-2.0.9.zip", + "archiveFileName": "SoftWire-2.0.9.zip", + "size": 21799, + "checksum": "SHA-256:3c7cdcce69975c49402b4331ad157282bf1774ca355347fd70cc9b0e323e505d" + }, { "name": "MCP342x", "version": "1.0.0", @@ -56525,6 +74180,48 @@ "size": 19709, "checksum": "SHA-256:08063e3ea120404f6eacbec71b18b94a6ef82e36f3213bf98246762825491515" }, + { + "name": "MCP342x", + "version": "1.0.3", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to support Microchip ADC342x analogue to digital converters.", + "paragraph": "Supports Microchip MCP3422/MCP3423/MCP3424/MCP3426/MCP3427/MCP3428 analogue to digital converters. Can autoprobe to find device address on the I2C bus. The library can use the I2C GeneralCallConversion command to instruct multiple devices to sample simultaneously. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MCP342x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/MCP342x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.3.zip", + "archiveFileName": "MCP342x-1.0.3.zip", + "size": 23020, + "checksum": "SHA-256:775efa0e034630dc2a6e60e0799fad78f65d4532fbc1759b7ddec522f19eaa63" + }, + { + "name": "MCP342x", + "version": "1.0.4", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Library to support Microchip ADC342x analogue to digital converters.", + "paragraph": "Supports Microchip MCP3422/MCP3423/MCP3424/MCP3426/MCP3427/MCP3428 analogue to digital converters. Can autoprobe to find device address on the I2C bus. The library can use the I2C GeneralCallConversion command to instruct multiple devices to sample simultaneously. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MCP342x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/MCP342x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MCP342x-1.0.4.zip", + "archiveFileName": "MCP342x-1.0.4.zip", + "size": 23062, + "checksum": "SHA-256:16cbfa5636435f46590461801c96b22b7be29fbc71834b44bf98c6c10388cff7" + }, { "name": "MicroNMEA", "version": "1.0.0", @@ -56735,6 +74432,69 @@ "size": 29936, "checksum": "SHA-256:ef90e1556ab5f2c74dea8e3626640cd35f31331f5da9cb0ee3f5b30a0b812f01" }, + { + "name": "MicroNMEA", + "version": "2.0.4", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Compact Arduino library to parse NMEA sentences.", + "paragraph": "MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MicroNMEA", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/MicroNMEA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.4.zip", + "archiveFileName": "MicroNMEA-2.0.4.zip", + "size": 38396, + "checksum": "SHA-256:bdb1d8214ea1846e50062a921c32d4fc7a124097da6b70b67416a65206e447e9" + }, + { + "name": "MicroNMEA", + "version": "2.0.5", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Compact Arduino library to parse NMEA sentences.", + "paragraph": "MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MicroNMEA", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/MicroNMEA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.5.zip", + "archiveFileName": "MicroNMEA-2.0.5.zip", + "size": 38401, + "checksum": "SHA-256:d5f0fd3acac7f087ddbc85558aad408b5d1cf8323a798df600bb884fb84e8b81" + }, + { + "name": "MicroNMEA", + "version": "2.0.6", + "author": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "maintainer": "Steve Marple \u003cstevemarple@googlemail.com\u003e", + "sentence": "Compact Arduino library to parse NMEA sentences.", + "paragraph": "MicroNMEA is a compact Arduino library to parse a subset of NMEA sentences, which can originate from either GPS or GNSS receivers. Only two types of messages are parsed, $GPGGA (and its GNSS versions $GNGGA, $GLGGA, and $GAGGA) and $GPRMC (and its GNSS versions $GNRMC, $GLRMC, and $GARMC). From these two NMEA sentences MicroNMEA can output date, time, latitude, longitude, altitude, number of satellites used, horizontal dilution of precision (HDOP), course and speed. When other NMEA sentences are detected they can be passed to an optional callback function for decoding or logging. Checksum failures can be indicated with another optional callback function. GNU LGPL v2.1.", + "website": "https://github.com/stevemarple/MicroNMEA", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stevemarple/MicroNMEA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stevemarple/MicroNMEA-2.0.6.zip", + "archiveFileName": "MicroNMEA-2.0.6.zip", + "size": 38672, + "checksum": "SHA-256:1497000c02db07fbb00e22b906b669444f5f116b6eddb2a3cf3143e501f946ba" + }, { "name": "HIH61xx", "version": "1.0.0", @@ -58802,6 +76562,90 @@ "size": 7581, "checksum": "SHA-256:62f5f9df87dcc1e3236d01d91c60b35bad4a6421b1d1ca058e8e4eea776c1b18" }, + { + "name": "RBD_Timer", + "version": "1.4.2", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Manage many timed events.", + "paragraph": "The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it is more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.", + "website": "https://github.com/alextaujenis/RBD_Timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alextaujenis/RBD_Timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.4.2.zip", + "archiveFileName": "RBD_Timer-1.4.2.zip", + "size": 7675, + "checksum": "SHA-256:17b46ab020750ade2286b76cbb3e70003d2ce238c290cd9fbdace3f811c83cef" + }, + { + "name": "RBD_Timer", + "version": "1.4.0", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Manage many timed events.", + "paragraph": "The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it is more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.", + "website": "https://github.com/alextaujenis/RBD_Timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alextaujenis/RBD_Timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.4.0.zip", + "archiveFileName": "RBD_Timer-1.4.0.zip", + "size": 7674, + "checksum": "SHA-256:171d8b909dd32e397a96fb68eedc4aea52326a23b32c8dd044dfc9ac1fdf8cf2" + }, + { + "name": "RBD_Timer", + "version": "1.4.1", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Manage many timed events.", + "paragraph": "The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it is more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.", + "website": "https://github.com/alextaujenis/RBD_Timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alextaujenis/RBD_Timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.4.1.zip", + "archiveFileName": "RBD_Timer-1.4.1.zip", + "size": 7673, + "checksum": "SHA-256:3a066a904858a5ca549b46ef867e2467a3439c447f581f6a06c3425251faab39" + }, + { + "name": "RBD_Timer", + "version": "1.4.3", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "Manage many timed events.", + "paragraph": "The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it is more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.", + "website": "https://github.com/alextaujenis/RBD_Timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alextaujenis/RBD_Timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_Timer-1.4.3.zip", + "archiveFileName": "RBD_Timer-1.4.3.zip", + "size": 7677, + "checksum": "SHA-256:08f78cf038afdbefed3f97564835c7f4efb79cb42557b79a12f7e8727728aa17" + }, { "name": "RBD_Threshold", "version": "1.0.0", @@ -60362,6 +78206,111 @@ "size": 519977, "checksum": "SHA-256:2a17560c84f949e46ec8bb3961f1c70198fdf46d47a50151a0a801e775024fb2" }, + { + "name": "HID-Project", + "version": "2.7.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.7.0.zip", + "archiveFileName": "HID_Project-2.7.0.zip", + "size": 518048, + "checksum": "SHA-256:ed4cb8a29184ab10bde60ecf42159d9a3e0b2ddd9e49128d80bd935967965651" + }, + { + "name": "HID-Project", + "version": "2.8.0", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.8.0.zip", + "archiveFileName": "HID_Project-2.8.0.zip", + "size": 546903, + "checksum": "SHA-256:a577f151f22d4e868e870250e2ca51148e864568459f9c450da5b94de15bd797" + }, + { + "name": "HID-Project", + "version": "2.8.1", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.8.1.zip", + "archiveFileName": "HID_Project-2.8.1.zip", + "size": 548245, + "checksum": "SHA-256:f472bf342a53f26d5593a51ab583ac8d453f4444cd1d8da8bc06ef91900abae6" + }, + { + "name": "HID-Project", + "version": "2.8.2", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.8.2.zip", + "archiveFileName": "HID_Project-2.8.2.zip", + "size": 548351, + "checksum": "SHA-256:d405bd800daf149c7366776c15e1b9ec33b21cd830b20ec6b9e4d03852a13baa" + }, + { + "name": "HID-Project", + "version": "2.8.4", + "author": "NicoHood", + "maintainer": "NicoHood \u003cblog@NicoHood.de\u003e", + "sentence": "Extended HID Functions for Arduino", + "paragraph": "Includes BootKeyboard/Mouse, Consumer, System, Gamepad, RawHID and more features. Also compatible with Arduino Uno/Mega via HoodLoader2.", + "website": "https://github.com/NicoHood/HID", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NicoHood/HID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NicoHood/HID_Project-2.8.4.zip", + "archiveFileName": "HID_Project-2.8.4.zip", + "size": 551664, + "checksum": "SHA-256:e22306bfedc3422bc83a0bea3ecd838837b2bdfa16978bbbb4228bf72f78ad9f" + }, { "name": "Etherkit Si5351", "version": "1.0.0", @@ -60870,6 +78819,732 @@ "size": 146604, "checksum": "SHA-256:dd194ba55ebcba1c64ee0e4406f5eee0249c0460aa358eea34f8bbb20f6c4857" }, + { + "name": "IRremote", + "version": "2.8.1", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-2.8.1.zip", + "archiveFileName": "IRremote-2.8.1.zip", + "size": 211036, + "checksum": "SHA-256:06a6909c4365f16e4f5197f979c0f0b92d47f37ee20ee39a0b1dcb5a022719ac" + }, + { + "name": "IRremote", + "version": "3.0.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.0.zip", + "archiveFileName": "IRremote-3.0.0.zip", + "size": 226727, + "checksum": "SHA-256:0fb2d8735193968683971d4874cbdf76f797a0684e1def87fa43c13efa7fe350" + }, + { + "name": "IRremote", + "version": "3.0.1", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-3x-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.1.zip", + "archiveFileName": "IRremote-3.0.1.zip", + "size": 223159, + "checksum": "SHA-256:36b0c983b76445d3c462b409ddb31de14ef90e199ec9654fdb93388d8175edb2" + }, + { + "name": "IRremote", + "version": "3.0.2", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-3x-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.2.zip", + "archiveFileName": "IRremote-3.0.2.zip", + "size": 225055, + "checksum": "SHA-256:43a02cc1d689b0f3276afefeee91bfb3b6717e8b694e6c9a7b8a6d65b094c885" + }, + { + "name": "IRremote", + "version": "3.0.3", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon, JVC, LG, NEC, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sharp, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-3x-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eBug fixes. Introduced standard decode and send functions. Added compatibility with tone for AVR's. New TinyIRreceiver does not require any timer. New dispatcher demo.\u003cbr/\u003e", + "website": "https://github.com/z3t0/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.0.3.zip", + "archiveFileName": "IRremote-3.0.3.zip", + "size": 225211, + "checksum": "SHA-256:d68111b5e4491fcebd93e6e405950b1e1c1aa48b77c566326828c90f10623038" + }, + { + "name": "IRremote", + "version": "3.1.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG, NEC / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eGeneration of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Fixed LG send bug. STM32 and ATtiny88 support added. Removed decode_results results. Renamed most irparams_struct values. The macros FEEDBACK_LED, SYSCLOCK, SENDPIN_ON and SENDPIN_OFF are not longer used / evaluated. Major refactoring of CPU dependent and feedback LED code.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "mbed", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.1.0.zip", + "archiveFileName": "IRremote-3.1.0.zip", + "size": 270265, + "checksum": "SHA-256:2443730f0d9444a2cd6b3b6147d71105b1ffd717e57e7bb33245c80245561a16" + }, + { + "name": "IRremote", + "version": "3.2.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003eUpgrade instructions\u003c/a\u003e\u003cbr/\u003eFixed ESP send bug. Added Onkyo protocol. Added ESP8266 support.\u003cbr/\u003eGeneration of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Fixed LG send bug. STM32 and ATtiny88 support added. Removed decode_results results. Renamed most irparams_struct values. The macros FEEDBACK_LED, SYSCLOCK, SENDPIN_ON and SENDPIN_OFF are not longer used / evaluated. Major refactoring of CPU dependent and feedback LED code.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "mbed", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.2.0.zip", + "archiveFileName": "IRremote-3.2.0.zip", + "size": 282801, + "checksum": "SHA-256:5e24c3684e0ccd6a4d79c9ac59f0c305a8f1612f2fb8052ace55d43ed84ab35b" + }, + { + "name": "IRremote", + "version": "3.3.0", + "author": "shirriff, z3t0 \u003czetoslab@gmail.com\u003e, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003e3.x upgrade instructions\u003c/a\u003e\u003cbr/\u003eAdded universal decoder for pulse width or pulse distance protocols.\u003cbr/\u003eFor all 3.x: Generation of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Removed decode_results results. Renamed most irparams_struct values. The macros FEEDBACK_LED, SYSCLOCK, SENDPIN_ON and SENDPIN_OFF are not longer used / evaluated. Major refactoring of CPU dependent and feedback LED code. Support for more CPU's.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "mbed", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.3.0.zip", + "archiveFileName": "IRremote-3.3.0.zip", + "size": 292782, + "checksum": "SHA-256:e281a1e12689f3ff6d2196235dde9b483962edad44080f82a2151b3db62990f6" + }, + { + "name": "IRremote", + "version": "3.4.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003e3.x upgrade instructions\u003c/a\u003e\u003cbr/\u003eAdded LG2 protocol.\u003cbr/\u003eFor all 3.x: Generation of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Removed decode_results results. Renamed most irparams_struct values. Support for more CPU's.\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdjusted LG timing and new LG2 protocol. Compiler switch USE_OPEN_DRAIN_OUTPUT_FOR_SEND_PIN added. Improved Attiny88 support. Renamed *.cpp.h to .hpp.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.4.0.zip", + "archiveFileName": "IRremote-3.4.0.zip", + "size": 731780, + "checksum": "SHA-256:2ecd1d17a9e318806f24c9cf13bfee028e07c19f190a5ae3e0481709999394b3" + }, + { + "name": "IRremote", + "version": "3.5.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003e3.x upgrade instructions\u003c/a\u003e\u003cbr/\u003eAdded LG2 protocol.\u003cbr/\u003eFor all 3.x: Generation of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Removed decode_results results. Renamed most irparams_struct values. Support for more CPU's.\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded printActiveIRProtocols() function. Improved IRCommandDispatcher. Improved ir_DistanceProtocol. Renamed *.cpp to .hpp. Tone for ESP32.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.5.0.zip", + "archiveFileName": "IRremote-3.5.0.zip", + "size": 749026, + "checksum": "SHA-256:f3919b036f90674085c3b5f897f6a545e6ff967462d084c68121c506b5066137" + }, + { + "name": "IRremote", + "version": "3.5.1", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003e3.x upgrade instructions\u003c/a\u003e\u003cbr/\u003eAdded LG2 protocol.\u003cbr/\u003eFor all 3.x: Generation of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Removed decode_results results. Renamed most irparams_struct values. Support for more CPU's.\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFix ESP32 send bug. Support for ATmega88. NO_LED_FEEDBACK_CODE replaces and extends DISABLE_LED_FEEDBACK_FOR_RECEIVE.\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.5.1.zip", + "archiveFileName": "IRremote-3.5.1.zip", + "size": 758702, + "checksum": "SHA-256:83b53dbc763b8d5352166a521aa496dca37a9df238871d13b7b9552057a9ee6c" + }, + { + "name": "IRremote", + "version": "3.5.2", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-program-to-the-31-version\"\u003e3.x upgrade instructions\u003c/a\u003e\u003cbr/\u003eAdded LG2 protocol.\u003cbr/\u003eFor all 3.x: Generation of PWM is now done by software by default, thus saving the hardware timer and enabling abitrary output pins. Removed decode_results results. Renamed most irparams_struct values. Support for more CPU's.\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eImproved support for Teensy boards by Paul Stoffregen.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.5.2.zip", + "archiveFileName": "IRremote-3.5.2.zip", + "size": 759260, + "checksum": "SHA-256:3bf7b0b41ac10d479396180777464b36df4c75b2e68a54fbb944e5857fb28921" + }, + { + "name": "IRremote", + "version": "3.6.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRP2040 support and major refactoring of IRTimer.hpp.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.6.0.zip", + "archiveFileName": "IRremote-3.6.0.zip", + "size": 774661, + "checksum": "SHA-256:65f443e0a201b7dab4a578622a83d09a133ef49361ca66b39b9c89126955bd6c" + }, + { + "name": "IRremote", + "version": "3.6.1", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRP2040 support and major refactoring of IRTimer.hpp. Switched Bose timing for 0 and 1.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.6.1.zip", + "archiveFileName": "IRremote-3.6.1.zip", + "size": 835146, + "checksum": "SHA-256:9f3aea6f1b5aa9ef811ddaed51c3e1ce89c2c3548ddf021eabff8b89bb090445" + }, + { + "name": "IRremote", + "version": "3.7.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMinor improvements, changed types to fast ones and improved MagiQuest protocol.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.7.0.zip", + "archiveFileName": "IRremote-3.7.0.zip", + "size": 840411, + "checksum": "SHA-256:7d8eadaaf3242daa0de34cc1f7a660ba60d0b43297694d66b68084f02db56aed" + }, + { + "name": "IRremote", + "version": "3.7.1", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMinor improvements, changed types to fast ones and improved MagiQuest protocol.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.7.1.zip", + "archiveFileName": "IRremote-3.7.1.zip", + "size": 840216, + "checksum": "SHA-256:3f5c709326e2f641baa8757e8319b611e59b85d1737f4c824e2c00ae9461bb3a" + }, + { + "name": "IRremote", + "version": "3.8.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eImprovements and bug fixes. Added SAMD51 support.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.8.0.zip", + "archiveFileName": "IRremote-3.8.0.zip", + "size": 872283, + "checksum": "SHA-256:3a67396ac220fc5ae413d1af680a786ec47c981fe837668222aa78d4d7c15af4" + }, + { + "name": "IRremote", + "version": "3.9.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded NEC2 protocol. Improved Magiquest protocol. Added function sendPulseDistanceWidth().\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-3.9.0.zip", + "archiveFileName": "IRremote-3.9.0.zip", + "size": 875917, + "checksum": "SHA-256:c7b19c199c432a6243c3e544681a7046dabf7f446c8d99f4e454b01fab0d9d54" + }, + { + "name": "IRremote", + "version": "4.0.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eIntroduced common structure PulseDistanceWidthProtocolConstants. Improved Magiquest protocol.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-4.0.0.zip", + "archiveFileName": "IRremote-4.0.0.zip", + "size": 929294, + "checksum": "SHA-256:416193e81a33bd178a3d2eda4a76cda1e85da52c097abffdadb30d7525e893c4" + }, + { + "name": "IRremote", + "version": "4.1.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded FAST Protocol. Changed some function signatures. Improved handling of PULSE_DISTANCE + PULSE_WIDTH protocols.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-4.1.0.zip", + "archiveFileName": "IRremote-4.1.0.zip", + "size": 949320, + "checksum": "SHA-256:7ea0a6d94d304022f8f2064753d4cf75eb5efbd291c03670e8c0d56b8bd43d49" + }, + { + "name": "IRremote", + "version": "4.1.1", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded FAST Protocol. Changed some function signatures. Improved handling of PULSE_DISTANCE + PULSE_WIDTH protocols.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-4.1.1.zip", + "archiveFileName": "IRremote-4.1.1.zip", + "size": 950453, + "checksum": "SHA-256:6dc5a7299b7b34fdcd310741585420eb9d6c9d88e07739fd36b528969dbb1dbf" + }, + { + "name": "IRremote", + "version": "4.1.2", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded FAST Protocol. Changed some function signatures. Improved handling of PULSE_DISTANCE + PULSE_WIDTH protocols.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-4.1.2.zip", + "archiveFileName": "IRremote-4.1.2.zip", + "size": 950676, + "checksum": "SHA-256:7777c6399ce8370ab7132e14dd1554838f5611a65365ac983806b6c33a7bf1d5" + }, + { + "name": "IRremote", + "version": "4.2.0", + "author": "shirriff, z3t0, ArminJo", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded untested Uno R4 support. Improved ESP support. Added DECODE_ONKYO. Old decode() prints a message now.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/Arduino-IRremote/Arduino-IRremote", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040", + "mbed_rp2040", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/z3t0/Arduino-IRremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/z3t0/IRremote-4.2.0.zip", + "archiveFileName": "IRremote-4.2.0.zip", + "size": 961223, + "checksum": "SHA-256:9d6e5338a50068df14ed68dab66d1103523db51285287d4b8a014715d5a8d15f" + }, { "name": "HardwareSerial_RS485", "version": "2.0.0", @@ -61075,6 +79750,27 @@ "size": 149526, "checksum": "SHA-256:84932c4d209df293da72622da24bcbc09c06f5724faca4d0997e29f0bce75ffb" }, + { + "name": "OSC", + "version": "1.3.7", + "author": "Adrian Freed \u003cadrian@adrianfreed.com\u003e, Yotam Mann", + "maintainer": "Adrian Freed \u003cadrian@adrianfreed.com\u003e", + "sentence": "Open Sound Control (OSC)", + "paragraph": "Open Sound Control (OSC) is an open, transport-independent, message-based encoding developed for communication among computers, sound synthesizers, and other multimedia devices.", + "website": "https://github.com/CNMAT/OSC", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CNMAT/OSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CNMAT/OSC-1.3.7.zip", + "archiveFileName": "OSC-1.3.7.zip", + "size": 152643, + "checksum": "SHA-256:1d1ce66d3fac7d4f764dd1c73c67777a238c7bcd31a2ba2339b54b1b5496d127" + }, { "name": "due_can", "version": "2.0.0", @@ -61340,6 +80036,230 @@ "size": 366673, "checksum": "SHA-256:15a93cce04edbf89bd7c296a4f4ff58bc7eedba5f5aa55bc794885965b7333ed" }, + { + "name": "RF24Ethernet", + "version": "1.6.8", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nrf24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Mesh" + }, + { + "name": "RF24Network" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.8.zip", + "archiveFileName": "RF24Ethernet-1.6.8.zip", + "size": 370086, + "checksum": "SHA-256:e7565899cf8671737af82bf8a6122ad9febe80fa3f5b5b1b914fe294be396a04" + }, + { + "name": "RF24Ethernet", + "version": "1.6.9", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nRF24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + }, + { + "name": "RF24Mesh" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.9.zip", + "archiveFileName": "RF24Ethernet-1.6.9.zip", + "size": 374559, + "checksum": "SHA-256:07b9b5c96c72bab632fefc1435e80298953af27cb1e0a997c667f597b824cdbf" + }, + { + "name": "RF24Ethernet", + "version": "1.6.10", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nRF24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + }, + { + "name": "RF24Mesh" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.10.zip", + "archiveFileName": "RF24Ethernet-1.6.10.zip", + "size": 374734, + "checksum": "SHA-256:0e6d602728b8d130215d88f5d04c7f8aff6aaeaa32e67d8012dbc769f33c32a4" + }, + { + "name": "RF24Ethernet", + "version": "1.6.11", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nRF24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + }, + { + "name": "RF24Mesh" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.11.zip", + "archiveFileName": "RF24Ethernet-1.6.11.zip", + "size": 374753, + "checksum": "SHA-256:d72d21338bdbf5c193071302deb756942a2891bc6a30981b7170af1b9b8451fd" + }, + { + "name": "RF24Ethernet", + "version": "1.6.12", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nRF24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + }, + { + "name": "RF24Mesh" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.12.zip", + "archiveFileName": "RF24Ethernet-1.6.12.zip", + "size": 346736, + "checksum": "SHA-256:86358625c691fa4e671b47bfddb2ece418b31c33ef837135659a6698919c2ac2" + }, + { + "name": "RF24Ethernet", + "version": "1.6.13", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nRF24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + }, + { + "name": "RF24Mesh" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.13.zip", + "archiveFileName": "RF24Ethernet-1.6.13.zip", + "size": 347062, + "checksum": "SHA-256:938a2d8f2c7373903937cf8c6831d6a88500e4bffe870ab6d380e2e04772cced" + }, + { + "name": "RF24Ethernet", + "version": "1.6.14", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nRF24L01(+)", + "paragraph": "Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols \u0026 networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...", + "website": "https://nRF24.github.io/RF24Ethernet/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/RF24Ethernet.git", + "dependencies": [ + { + "name": "RF24" + }, + { + "name": "RF24Network" + }, + { + "name": "RF24Mesh" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/RF24Ethernet-1.6.14.zip", + "archiveFileName": "RF24Ethernet-1.6.14.zip", + "size": 346936, + "checksum": "SHA-256:94a99c0b4d2c0241a386875b6b373ae7a81414662a40156f61e891fd54bf74f8" + }, { "name": "RapifireMqttClient", "version": "1.0.0", @@ -61613,6 +80533,69 @@ "size": 105317, "checksum": "SHA-256:a43ec77119064cbb4df6374a50fc6ffc97ee78d0307f1c74d02096cb8b61ca4c" }, + { + "name": "ConfigurableFirmata", + "version": "3.0.0", + "author": "Firmata Developers", + "maintainer": "https://github.com/firmata/ConfigurableFirmata", + "sentence": "This library implements the Firmata protocol as a set of plugins that can be used to create applications to remotely interface with an Arduino board.", + "paragraph": "ConfigurableFirmata is an implementation of the Firmata protocol that breaks features such as Digital Input, Digital Output, Analog Input, Analog Output, I2C, etc into individual classes making it easier to mix and match standard features with custom features.", + "website": "https://github.com/firmata/ConfigurableFirmata", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/firmata/ConfigurableFirmata.git", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-3.0.0.zip", + "archiveFileName": "ConfigurableFirmata-3.0.0.zip", + "size": 142802, + "checksum": "SHA-256:c6d087cf7aeeece80a2e5fa61caf93b13c6fbdc6ae3b11444f61531471b8f0b9" + }, + { + "name": "ConfigurableFirmata", + "version": "3.1.0", + "author": "Firmata Developers", + "maintainer": "https://github.com/firmata/ConfigurableFirmata", + "sentence": "This library implements the Firmata protocol as a set of plugins that can be used to create applications to remotely interface with an Arduino board.", + "paragraph": "ConfigurableFirmata is an implementation of the Firmata protocol that breaks features such as Digital Input, Digital Output, Analog Input, Analog Output, I2C, etc into individual classes making it easier to mix and match standard features with custom features.", + "website": "https://github.com/firmata/ConfigurableFirmata", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/firmata/ConfigurableFirmata.git", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-3.1.0.zip", + "archiveFileName": "ConfigurableFirmata-3.1.0.zip", + "size": 152344, + "checksum": "SHA-256:64fc7da6098e6f93c9878e063813b4e1c79b73edf7bb08e94ca55c2d0539350f" + }, + { + "name": "ConfigurableFirmata", + "version": "3.2.0", + "author": "Firmata Developers", + "maintainer": "https://github.com/firmata/ConfigurableFirmata", + "sentence": "This library implements the Firmata protocol as a set of plugins that can be used to create applications to remotely interface with an Arduino board.", + "paragraph": "ConfigurableFirmata is an implementation of the Firmata protocol that breaks features such as Digital Input, Digital Output, Analog Input, Analog Output, I2C, etc into individual classes making it easier to mix and match standard features with custom features.", + "website": "https://github.com/firmata/ConfigurableFirmata", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/firmata/ConfigurableFirmata.git", + "url": "https://downloads.arduino.cc/libraries/github.com/firmata/ConfigurableFirmata-3.2.0.zip", + "archiveFileName": "ConfigurableFirmata-3.2.0.zip", + "size": 152484, + "checksum": "SHA-256:f8b24e53543af5d9411ac52a7050311ec72339cd4d870f2b7544accbd3437cd7" + }, { "name": "FreeRTOS", "version": "10.0.0-1", @@ -62105,6 +81088,531 @@ "size": 296467, "checksum": "SHA-256:5cdb3cf993e254ad6d1ec065ba1ee62acf64c8144807f9a2cce1fdfae571140d" }, + { + "name": "FreeRTOS", + "version": "10.4.3-4", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-4.zip", + "archiveFileName": "FreeRTOS-10.4.3-4.zip", + "size": 298050, + "checksum": "SHA-256:06865fa494b87ed57ea4fe17731716fa8784f561fed7c6e2902d47de14e8e470" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-5", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-5.zip", + "archiveFileName": "FreeRTOS-10.4.3-5.zip", + "size": 298670, + "checksum": "SHA-256:590b5e970933185b90ca2534d9f1fd31cd35dc838624c13ade9eb50a4c3f1572" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-6", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-6.zip", + "archiveFileName": "FreeRTOS-10.4.3-6.zip", + "size": 298672, + "checksum": "SHA-256:a3e52b1c3979bd79f0e3fc670be96bdd52d64cc4f916e44451641132f01eab0b" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-7", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-7.zip", + "archiveFileName": "FreeRTOS-10.4.3-7.zip", + "size": 301096, + "checksum": "SHA-256:3aaff8b3dd9cc92024c436e2ba91ed5a8b757293e610e63dcedc15209c692151" + }, + { + "name": "FreeRTOS", + "version": "10.4.3-8", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.3-8.zip", + "archiveFileName": "FreeRTOS-10.4.3-8.zip", + "size": 301089, + "checksum": "SHA-256:521c33c310061d9f8eed09fcb628320a45fb91e69e4b674d0c6a2c577333fecf" + }, + { + "name": "FreeRTOS", + "version": "10.4.4-0", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.4-0.zip", + "archiveFileName": "FreeRTOS-10.4.4-0.zip", + "size": 293053, + "checksum": "SHA-256:308ba35a2183a601dd2469e69946cc7835187698207e44a9f63810b3d296f54f" + }, + { + "name": "FreeRTOS", + "version": "10.4.4-1", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.4-1.zip", + "archiveFileName": "FreeRTOS-10.4.4-1.zip", + "size": 293045, + "checksum": "SHA-256:7100885b5e348985efae492a7282f6788260c881ff75b6e0e82ca127e8e3197d" + }, + { + "name": "FreeRTOS", + "version": "10.4.4-2", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.4-2.zip", + "archiveFileName": "FreeRTOS-10.4.4-2.zip", + "size": 291803, + "checksum": "SHA-256:71f4b6205717ff5db1638b22fe0e4f6a3db6408c3ad228056f9cffdd2486c1f4" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-0", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-0.zip", + "archiveFileName": "FreeRTOS-10.4.6-0.zip", + "size": 293729, + "checksum": "SHA-256:a7b18ddef1f556e583b7d632db7995f71b8407e559a67235de38e43b941cd303" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-1", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-1.zip", + "archiveFileName": "FreeRTOS-10.4.6-1.zip", + "size": 293729, + "checksum": "SHA-256:271fd101b4d86028fa362795ed26104c32e596197fa7fd60afdc5aa734ef89f2" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-2", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-2.zip", + "archiveFileName": "FreeRTOS-10.4.6-2.zip", + "size": 293700, + "checksum": "SHA-256:d0a47d8bb316892347588644a6836bd755e28e650fb3d71045db21631a698c65" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-3", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-3.zip", + "archiveFileName": "FreeRTOS-10.4.6-3.zip", + "size": 293771, + "checksum": "SHA-256:d8f7c9d182f7a52079ca2ad6ff23b908f23267a6faf348ed539783ceb1d83ed6" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-4", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-4.zip", + "archiveFileName": "FreeRTOS-10.4.6-4.zip", + "size": 294418, + "checksum": "SHA-256:4bb3821c15852aaff74cac9029558fa68e781cbb2fef0ecf37655b89dc26f7c1" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-5", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-5.zip", + "archiveFileName": "FreeRTOS-10.4.6-5.zip", + "size": 294380, + "checksum": "SHA-256:24badcacfcabcb898c0c75761d23066cdb74aca134f323168b72ca4735532f89" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-6", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-6.zip", + "archiveFileName": "FreeRTOS-10.4.6-6.zip", + "size": 294536, + "checksum": "SHA-256:50c227270ea0e39de6e3d7ecb35ee0cffa7f429e0f4941e5244b5fe3dc1d2ffd" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-7", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-7.zip", + "archiveFileName": "FreeRTOS-10.4.6-7.zip", + "size": 297558, + "checksum": "SHA-256:6369210c1824dd11cd31398d68325caf5f8a29de67f504dc7e6b059caeb0b97c" + }, + { + "name": "FreeRTOS", + "version": "10.4.6-8", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.4.6-8.zip", + "archiveFileName": "FreeRTOS-10.4.6-8.zip", + "size": 297379, + "checksum": "SHA-256:f778e02b056b9c0058cbae925055ec0385c7645cea6f2f3dfcdba2c1e67c0303" + }, + { + "name": "FreeRTOS", + "version": "10.5.0-0", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "\u003ch3\u003eFreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).\u003c/h3\u003e", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.5.0-0.zip", + "archiveFileName": "FreeRTOS-10.5.0-0.zip", + "size": 297939, + "checksum": "SHA-256:cbf799ed3ab9ecee9de62defb74eb6861bf13e8d26ce72490b9a9f68e711ea73" + }, + { + "name": "FreeRTOS", + "version": "10.5.0-1", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "FreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.5.0-1.zip", + "archiveFileName": "FreeRTOS-10.5.0-1.zip", + "size": 302186, + "checksum": "SHA-256:f532431e60cab7ab35414c6897a38add313c37dc82dbb9fe71670248e82465e4" + }, + { + "name": "FreeRTOS", + "version": "10.5.1-0", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "FreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.5.1-0.zip", + "archiveFileName": "FreeRTOS-10.5.1-0.zip", + "size": 305347, + "checksum": "SHA-256:3cc31b6e4232e7a648c8aea72729aa8c02478bae1f87909d9185de5c04e2d9aa" + }, + { + "name": "FreeRTOS", + "version": "10.5.1-1", + "author": "Richard Barry \u003cinfo@freertos.org\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "FreeRTOS Real Time Operating System implemented for AVR (Uno, Nano, Leonardo, Mega).", + "paragraph": "The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.", + "website": "https://github.com/feilipu/Arduino_FreeRTOS_Library", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/feilipu/Arduino_FreeRTOS_Library.git", + "providesIncludes": [ + "Arduino_FreeRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/FreeRTOS-10.5.1-1.zip", + "archiveFileName": "FreeRTOS-10.5.1-1.zip", + "size": 305418, + "checksum": "SHA-256:021ac2566689eea90929e9086933843f2ddf217dccd663f2802977d1eff527c3" + }, { "name": "asip", "version": "0.1.0", @@ -62831,6 +82339,38 @@ "size": 735275, "checksum": "SHA-256:281e31ed4585718e4ff9dd7d1761b4800bff146e2dc5f3fb2cfeaf0f37f29933" }, + { + "name": "Smartcar shield", + "version": "7.0.2", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for controlling the Smartcar platform", + "paragraph": "The Smartcar shield library allows the user to control a small robotic vehicular platform, the Smartcar, in an easy and cost effective way. It is intended for, but not limited to, the Smartcar Arduino shield, which includes an L293D h-bridge for controlling two DC motors and a GY-50 gyroscope module (based on the L3G4200D sensor).", + "website": "http://plat.is/smartcar", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/smartcar_shield.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "ESP32 AnalogWrite" + }, + { + "name": "ServoESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Smartcar_shield-7.0.2.zip", + "archiveFileName": "Smartcar_shield-7.0.2.zip", + "size": 735060, + "checksum": "SHA-256:ab085b0c6f7f17222bebf7e6f66e3bc58399c5d0fbd19c88c1fbfeb1324852a5" + }, { "name": "WiFiEsp", "version": "1.6.0", @@ -63678,6 +83218,60 @@ "size": 214882, "checksum": "SHA-256:987362cecb759e91729b01fc7dc676cc2c7cbe66e11f78519a5d606ce5f604e7" }, + { + "name": "ESP8266 Weather Station", + "version": "2.1.0", + "author": "ThingPulse", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "ESP8266 based internet connected Weather Station", + "paragraph": "ESP8266 based internet connected Weather Station", + "website": "https://github.com/ThingPulse/esp8266-weather-station", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/squix78/esp8266-weather-station.git", + "dependencies": [ + { + "name": "Json Streaming Parser" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-2.1.0.zip", + "archiveFileName": "ESP8266_Weather_Station-2.1.0.zip", + "size": 223300, + "checksum": "SHA-256:fade2e74661d87f49d932be9e50ece4dad92cd30eb04ece50ddcabad3e46ab64" + }, + { + "name": "ESP8266 Weather Station", + "version": "2.2.0", + "author": "ThingPulse", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "ESP8266 based internet connected Weather Station", + "paragraph": "ESP8266 based internet connected Weather Station", + "website": "https://github.com/ThingPulse/esp8266-weather-station", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/squix78/esp8266-weather-station.git", + "dependencies": [ + { + "name": "Json Streaming Parser" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/ESP8266_Weather_Station-2.2.0.zip", + "archiveFileName": "ESP8266_Weather_Station-2.2.0.zip", + "size": 223912, + "checksum": "SHA-256:13f4466aeb514a2a664969a0f1240fa3de376fb6cb9c953fea9fa569f2908d3c" + }, { "name": "WebSockets", "version": "1.0.0", @@ -64052,6 +83646,132 @@ "size": 90210, "checksum": "SHA-256:d9c8aa177d0b8ab3f6601fb44dc9b589b569cd39fef800f8dd5badd6a7ad04e4" }, + { + "name": "WebSockets", + "version": "2.3.2", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.2.zip", + "archiveFileName": "WebSockets-2.3.2.zip", + "size": 93243, + "checksum": "SHA-256:771c76f7b40e33bec12b7fab843bcf0afb254863bf5d77fa3950576b9185fb3b" + }, + { + "name": "WebSockets", + "version": "2.3.3", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.3.zip", + "archiveFileName": "WebSockets-2.3.3.zip", + "size": 93393, + "checksum": "SHA-256:38bcfbdf7b950b6c5357dbfc088d601fc42b69c7298ca052398e37735476797b" + }, + { + "name": "WebSockets", + "version": "2.3.4", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.4.zip", + "archiveFileName": "WebSockets-2.3.4.zip", + "size": 93390, + "checksum": "SHA-256:23f613a952e53fa89afc2e483bc9738093d454ccc94e685f1613023be6129984" + }, + { + "name": "WebSockets", + "version": "2.3.5", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.5.zip", + "archiveFileName": "WebSockets-2.3.5.zip", + "size": 93428, + "checksum": "SHA-256:67c42c6725ccaf22567eca0a2fc8eb2a41b27f847e8f1a6378ecf06bfd2a1d28" + }, + { + "name": "WebSockets", + "version": "2.3.6", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.3.6.zip", + "archiveFileName": "WebSockets-2.3.6.zip", + "size": 102214, + "checksum": "SHA-256:ffe3c3ddf74f58ce6b334fdd31c8b28a89a3708fc59253b355d92d16ae78b835" + }, + { + "name": "WebSockets", + "version": "2.4.0", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "WebSockets for Arduino (Server + Client)", + "paragraph": "use 2.x.x for ESP and 1.3 for AVR", + "website": "https://github.com/Links2004/arduinoWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Links2004/arduinoWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/WebSockets-2.4.0.zip", + "archiveFileName": "WebSockets-2.4.0.zip", + "size": 102897, + "checksum": "SHA-256:2bfca0654adf436278d238cb082aa6e837147442a795542c4ffefec2ea7435fe" + }, { "name": "Queuetue HX711 Library", "version": "1.0.1", @@ -64346,6 +84066,27 @@ "size": 44831, "checksum": "SHA-256:0f25cb7ebd3bc5074b7f35c92659cffa67f0eac10b4ce645e515aaeeab4ecada" }, + { + "name": "BME280", + "version": "3.0.0", + "author": "Tyler Glenn \u003cfinitespaceghb2@junk.yoglenn.com\u003e", + "maintainer": "Tyler Glenn \u003cfinitespaceghb2@junk.yoglenn.com\u003e", + "sentence": "Provides a library for reading and interpreting Bosch BME280 environmental sensor data over I2C, SPI or Sw SPI.", + "paragraph": "Reads temperature, humidity, and pressure. Includes environment calculations. Provides functions for english and metric. Also reads pressure in Pa, hPa, inHg, atm, bar, torr, N/m^2 and psi. ESP and BRZO I2C support.", + "website": "https://www.github.com/finitespace/BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/finitespace/BME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/finitespace/BME280-3.0.0.zip", + "archiveFileName": "BME280-3.0.0.zip", + "size": 50984, + "checksum": "SHA-256:88b1ac5877c9cc0ec706b077043306432fe3a2de9930d1ddbc6f714946c3dced" + }, { "name": "Oregon", "version": "1.0.0", @@ -64556,6 +84297,48 @@ "size": 43391, "checksum": "SHA-256:ba6fcadce2bde02b9087d7e7c10fdf55a7228ea604055a2eec5a542a077dd477" }, + { + "name": "Etherkit JTEncode", + "version": "1.3.0", + "author": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "maintainer": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "sentence": "Generate JT65, JT9, JT4, FT8, WSPR, and FSQ symbols on your Arduino.", + "paragraph": "This library very simply generates a set of channel symbols for JT65, JT9, JT4, FT8, or WSPR based on the user providing a properly formatted Type 6 message for JT65, JT9, or JT4 (which is 13 valid characters), Type 0.0 or 0.5 message for FT8 (v2.0.0 protocol) or a callsign, Maidenhead grid locator, and power output for WSPR. It will also generate an arbitrary FSQ message of up to 200 characters in both directed and non-directed format. When paired with a synthesizer that can output frequencies in fine, phase-continuous tuning steps (such as the Si5351), then a beacon or telemetry transmitter can be created which can change the transmitted characters as needed from the Arduino.", + "website": "https://github.com/etherkit/JTEncode", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/etherkit/JTEncode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.3.0.zip", + "archiveFileName": "Etherkit_JTEncode-1.3.0.zip", + "size": 50018, + "checksum": "SHA-256:ed49f30cabe8eae2657daae986f682bca78ed0b0eed3bdaa616777cfc869ea99" + }, + { + "name": "Etherkit JTEncode", + "version": "1.3.1", + "author": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "maintainer": "Jason Milldrum \u003cmilldrum@gmail.com\u003e", + "sentence": "Generate JT65, JT9, JT4, FT8, WSPR, and FSQ symbols on your Arduino.", + "paragraph": "This library very simply generates a set of channel symbols for JT65, JT9, JT4, FT8, or WSPR based on the user providing a properly formatted Type 6 message for JT65, JT9, or JT4 (which is 13 valid characters), Type 0.0 or 0.5 message for FT8 (v2.0.0 protocol) or a callsign, Maidenhead grid locator, and power output for WSPR. It will also generate an arbitrary FSQ message of up to 200 characters in both directed and non-directed format. When paired with a synthesizer that can output frequencies in fine, phase-continuous tuning steps (such as the Si5351), then a beacon or telemetry transmitter can be created which can change the transmitted characters as needed from the Arduino.", + "website": "https://github.com/etherkit/JTEncode", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/etherkit/JTEncode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/etherkit/Etherkit_JTEncode-1.3.1.zip", + "archiveFileName": "Etherkit_JTEncode-1.3.1.zip", + "size": 50619, + "checksum": "SHA-256:e95f2c6e70cfa8e09cf95b7b665de52ea43124990b75727325d8ada144515ad5" + }, { "name": "ESPert", "version": "1.1.1", @@ -65189,6 +84972,292 @@ "size": 39052, "checksum": "SHA-256:5f06e9502a256d4e297a2e79bed8b9ac1c9cbc8035f8cf1db5a89bafab33d072" }, + { + "name": "WiFiManager", + "version": "2.0.4-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.4-beta.zip", + "archiveFileName": "WiFiManager-2.0.4-beta.zip", + "size": 140494, + "checksum": "SHA-256:00bc86f75e730c5a3eac4776e10c399838317d0113a4d51a7625bcfb3c35b730" + }, + { + "name": "WiFiManager", + "version": "2.0.5-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.5-beta.zip", + "archiveFileName": "WiFiManager-2.0.5-beta.zip", + "size": 140521, + "checksum": "SHA-256:fa50fb0377e1731ca861ea1342c6d0ae7d778439eb37396aac27ea23cd2fa652" + }, + { + "name": "WiFiManager", + "version": "2.0.7-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.7-beta.zip", + "archiveFileName": "WiFiManager-2.0.7-beta.zip", + "size": 141759, + "checksum": "SHA-256:e64bb69a0f86daf170c3db69d924b7c84378f5f35a170d9d128bc9f7bdb74441" + }, + { + "name": "WiFiManager", + "version": "2.0.8-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.8-beta.zip", + "archiveFileName": "WiFiManager-2.0.8-beta.zip", + "size": 141746, + "checksum": "SHA-256:9b3195dd033aaa4628ce9af55c8f9572b20f7e0ad6d868985d7029461d8fe734" + }, + { + "name": "WiFiManager", + "version": "2.0.9-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.9-beta.zip", + "archiveFileName": "WiFiManager-2.0.9-beta.zip", + "size": 141745, + "checksum": "SHA-256:939ea724ea8563e965a1b7ee50b5208967749ecbaab105a051feca9267c9dafd" + }, + { + "name": "WiFiManager", + "version": "2.0.10-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.10-beta.zip", + "archiveFileName": "WiFiManager-2.0.10-beta.zip", + "size": 143214, + "checksum": "SHA-256:fec6e5965482835e3ee4a8e90202f096862cbdd12b960c37fc7044107417c507" + }, + { + "name": "WiFiManager", + "version": "2.0.11-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.11-beta.zip", + "archiveFileName": "WiFiManager-2.0.11-beta.zip", + "size": 143696, + "checksum": "SHA-256:ced40f8252f70afb9875d36670164a242e64a8705ed95bcb4b6fe36727d68d39" + }, + { + "name": "WiFiManager", + "version": "2.0.12-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.12-beta.zip", + "archiveFileName": "WiFiManager-2.0.12-beta.zip", + "size": 147785, + "checksum": "SHA-256:b4d076b950dff5338f2fdeea21b33a1ea2dbc17c8c63a803025cca34e92fbcff" + }, + { + "name": "WiFiManager", + "version": "2.0.13-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.13-beta.zip", + "archiveFileName": "WiFiManager-2.0.13-beta.zip", + "size": 149915, + "checksum": "SHA-256:d28ccd267ce2968b67240b67998210a4b981a5a3478ee9399db5201d109004d1" + }, + { + "name": "WiFiManager", + "version": "2.0.14-beta", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.14-beta.zip", + "archiveFileName": "WiFiManager-2.0.14-beta.zip", + "size": 150460, + "checksum": "SHA-256:fadb3a67f8175ad9a4919d378b981bb2a6929c69d9ec5a3f09f7dcba6f797fb0" + }, + { + "name": "WiFiManager", + "version": "2.0.0-rc.1", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.0-rc.1.zip", + "archiveFileName": "WiFiManager-2.0.0-rc.1.zip", + "size": 151414, + "checksum": "SHA-256:85ab23b88fe819ab0a8e8e78c2af8906088f9cf7c8a54b190b7713784c7760da" + }, + { + "name": "WiFiManager", + "version": "2.0.15-rc.1", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.15-rc.1.zip", + "archiveFileName": "WiFiManager-2.0.15-rc.1.zip", + "size": 151548, + "checksum": "SHA-256:5ac833fb4b96d0507e0e230bc1ccba833e232223e531dd71f92deace589bca04" + }, + { + "name": "WiFiManager", + "version": "2.0.16-rc.2", + "author": "tzapu", + "maintainer": "tablatronix", + "sentence": "WiFi Configuration manager with web configuration portal for Espressif ESPx boards, by tzapu", + "paragraph": "Library for configuring ESP8266/ESP32 modules WiFi credentials and custom parameters at runtime with captive portal.", + "website": "https://github.com/tzapu/WiFiManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tzapu/WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tzapu/WiFiManager-2.0.16-rc.2.zip", + "archiveFileName": "WiFiManager-2.0.16-rc.2.zip", + "size": 159395, + "checksum": "SHA-256:10519e1e7d2de4d5bf2de62302d4f3f899544523cf2326315f5e7b3d3a9fde94" + }, { "name": "Lewis", "version": "0.1.0", @@ -65465,6 +85534,28 @@ "size": 11040, "checksum": "SHA-256:f29d65d01646ac67ad8a39a020af63032d05a678a6274390f8885c02a6c9a3f3" }, + { + "name": "Low-Power", + "version": "1.81.0", + "author": "Rocket Scream Electronics", + "maintainer": "Rocket Scream Electronics", + "sentence": "Lightweight power management library", + "paragraph": "Lightweight power management library", + "website": "https://github.com/rocketscream/Low-Power", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rocketscream/Low-Power.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Low_Power-1.81.0.zip", + "archiveFileName": "Low_Power-1.81.0.zip", + "size": 11333, + "checksum": "SHA-256:6269154393347525328657a54122d731a920cd7b12072584914e26bc38af6c34" + }, { "name": "Goldilocks Analogue SPI RAM Library", "version": "1.0.0", @@ -66149,6 +86240,89 @@ "size": 1221521, "checksum": "SHA-256:a67e5740b2599092367d3254bff97a51a27d08af5b6dab94fd2753e1869b8896" }, + { + "name": "MFRC522", + "version": "1.4.8", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.8.zip", + "archiveFileName": "MFRC522-1.4.8.zip", + "size": 1221569, + "checksum": "SHA-256:0ec3b215e8c65c6f6368b99fc6595c9c8f1ee489310dc3f81d8cd9bc06da657c" + }, + { + "name": "MFRC522", + "version": "1.4.9", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.9.zip", + "archiveFileName": "MFRC522-1.4.9.zip", + "size": 1215177, + "checksum": "SHA-256:b42264190640862eabec2b155c572cc60055c90db4c66ace138fb256eacdeee3" + }, + { + "name": "MFRC522", + "version": "1.4.10", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID Library for MFRC522 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/miguelbalboa/rfid", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguelbalboa/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguelbalboa/MFRC522-1.4.10.zip", + "archiveFileName": "MFRC522-1.4.10.zip", + "size": 1216271, + "checksum": "SHA-256:5191e7e9efdbeddc3b0a2afabc9de3f6cea1fc43373fc0ffc4ddfd7fdfcb162c" + }, { "name": "RingBuf", "version": "1.1.0", @@ -66297,6 +86471,48 @@ "size": 9055, "checksum": "SHA-256:203fc9b732f64088bd2c2432cf7286c8abdeba7e762c374217c3e870e0feba0c" }, + { + "name": "LSM6", + "version": "2.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "LSM6 accelerometer and gyro library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's LSM6DSO and LSM6DS33 accelerometer and gyro ICs.", + "website": "https://github.com/pololu/lsm6-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/lsm6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LSM6-2.0.0.zip", + "archiveFileName": "LSM6-2.0.0.zip", + "size": 10860, + "checksum": "SHA-256:15f2c4f8f1b25f3171d28863f8197466fca3c89cadedf9d768d2470f6a39a347" + }, + { + "name": "LSM6", + "version": "2.0.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "LSM6 accelerometer and gyro library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's LSM6DSO and LSM6DS33 accelerometer and gyro ICs.", + "website": "https://github.com/pololu/lsm6-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/lsm6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LSM6-2.0.1.zip", + "archiveFileName": "LSM6-2.0.1.zip", + "size": 11072, + "checksum": "SHA-256:be478886bdb294766d088ef632f7c08c64891124ca87a1e8afb917b7093aa50c" + }, { "name": "MySQL Connector Arduino", "version": "1.1.1", @@ -66360,6 +86576,27 @@ "size": 9043, "checksum": "SHA-256:9a77507d33a02fba6ab9deae9efecb9ed2816f77b686c64469abcb1a0be69b0f" }, + { + "name": "LIS3MDL", + "version": "2.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "LIS3MDL magnetometer library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's LIS3MDL magnetometer.", + "website": "https://github.com/pololu/lis3mdl-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/lis3mdl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LIS3MDL-2.0.0.zip", + "archiveFileName": "LIS3MDL-2.0.0.zip", + "size": 10698, + "checksum": "SHA-256:35b56acc1dd213dfd2fd17abbcae0c2493e6fed6b5469db618533a4a2029f03a" + }, { "name": "ArduinoINA219", "version": "1.0.0", @@ -66465,6 +86702,69 @@ "size": 228915, "checksum": "SHA-256:80d5c9f0536d5fa12124332e026d74238def43a0d30b2b8bedba05eb31562489" }, + { + "name": "ArduinoINA219", + "version": "1.0.5", + "author": "DeCristofaro John \u003cjohngineer@yahoo.com\u003e, Jukka-Pekka Sarjanen \u003cjukka-Pekka.sarjanen@kone.com\u003e, gandy92 \u003cgandy92@googlemail.com\u003e, Flavius Bindea \u003cflav@flav.com\u003e", + "maintainer": "Flavius Bindea \u003cflav@flav.com\u003e", + "sentence": "INA219 hi-side i2c current/power sensor Library", + "paragraph": "INA219 hi-side i2c current/power sensor Library", + "website": "https://github.com/flav1972/ArduinoINA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/flav1972/ArduinoINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.0.5.zip", + "archiveFileName": "ArduinoINA219-1.0.5.zip", + "size": 228907, + "checksum": "SHA-256:41bd2fbae1fd1f319445e7f496ac56e1baeef04b41783c6c4ee8fc40ca5cddcd" + }, + { + "name": "ArduinoINA219", + "version": "1.1.0", + "author": "DeCristofaro John \u003cjohngineer@yahoo.com\u003e, Jukka-Pekka Sarjanen \u003cjukka-Pekka.sarjanen@kone.com\u003e, gandy92 \u003cgandy92@googlemail.com\u003e, Flavius Bindea \u003cflav@flav.com\u003e, Robert Wolff \u003cbob.wolff68@gmail.com\u003e", + "maintainer": "Flavius Bindea \u003cflav@flav.com\u003e", + "sentence": "INA219 hi-side i2c current/power sensor Library", + "paragraph": "INA219 hi-side i2c current/power sensor Library", + "website": "https://github.com/flav1972/ArduinoINA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/flav1972/ArduinoINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.1.0.zip", + "archiveFileName": "ArduinoINA219-1.1.0.zip", + "size": 229208, + "checksum": "SHA-256:5d08057db1b0378172ab944ce240bf490bc3d26d50f1eb7eec3cd0b84bcc622e" + }, + { + "name": "ArduinoINA219", + "version": "1.1.1", + "author": "DeCristofaro John \u003cjohngineer@yahoo.com\u003e, Jukka-Pekka Sarjanen \u003cjukka-Pekka.sarjanen@kone.com\u003e, gandy92 \u003cgandy92@googlemail.com\u003e, Flavius Bindea \u003cflav@flav.com\u003e, Robert Wolff \u003cbob.wolff68@gmail.com\u003e", + "maintainer": "Flavius Bindea \u003cflav@flav.com\u003e", + "sentence": "INA219 hi-side i2c current/power sensor Library", + "paragraph": "INA219 hi-side i2c current/power sensor Library", + "website": "https://github.com/flav1972/ArduinoINA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/flav1972/ArduinoINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flav1972/ArduinoINA219-1.1.1.zip", + "archiveFileName": "ArduinoINA219-1.1.1.zip", + "size": 229216, + "checksum": "SHA-256:8173b4ba464035dc9126d3ff5d211cd533d9aa94a859b3b024dc96ecf9e23990" + }, { "name": "SimpleDHT", "version": "1.0.1", @@ -66654,6 +86954,69 @@ "size": 15762, "checksum": "SHA-256:559f4e55cb8f2f9a995469ed46e21320d42d5c8db517aa3d14d89a085f0af4c3" }, + { + "name": "SimpleDHT", + "version": "1.0.13", + "author": "Winlin \u003cwinlin@vip.126.com\u003e", + "maintainer": "Winlin \u003cwinlin@vip.126.com\u003e", + "sentence": "Arduino Temp \u0026 Humidity Sensors for DHT11 and DHT22.", + "paragraph": "Simple C++ code with lots of comments, strictly follow the standard DHT protocol, supports 0.5HZ(DHT22) or 1HZ(DHT11) sampling rate.", + "website": "https://github.com/winlinvip/SimpleDHT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winlinvip/SimpleDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.13.zip", + "archiveFileName": "SimpleDHT-1.0.13.zip", + "size": 18480, + "checksum": "SHA-256:116945a57afca98eb7d02de9eb6c8c42282f54461e59834264b01baa8b6de7fa" + }, + { + "name": "SimpleDHT", + "version": "1.0.14", + "author": "Winlin \u003cwinlin@vip.126.com\u003e", + "maintainer": "Winlin \u003cwinlin@vip.126.com\u003e", + "sentence": "Arduino Temp \u0026 Humidity Sensors for DHT11 and DHT22.", + "paragraph": "Simple C++ code with lots of comments, strictly follow the standard DHT protocol, supports 0.5HZ(DHT22) or 1HZ(DHT11) sampling rate.", + "website": "https://github.com/winlinvip/SimpleDHT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winlinvip/SimpleDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.14.zip", + "archiveFileName": "SimpleDHT-1.0.14.zip", + "size": 18546, + "checksum": "SHA-256:ce1d515d831a49bb83bea24c2baef11d4ce7c892500dd98688ee35c75ce59c02" + }, + { + "name": "SimpleDHT", + "version": "1.0.15", + "author": "Winlin \u003cwinlin@vip.126.com\u003e", + "maintainer": "Winlin \u003cwinlin@vip.126.com\u003e", + "sentence": "Arduino Temp \u0026 Humidity Sensors for DHT11 and DHT22.", + "paragraph": "Simple C++ code with lots of comments, strictly follow the standard DHT protocol, supports 0.5HZ(DHT22) or 1HZ(DHT11) sampling rate.", + "website": "https://github.com/winlinvip/SimpleDHT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winlinvip/SimpleDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winlinvip/SimpleDHT-1.0.15.zip", + "archiveFileName": "SimpleDHT-1.0.15.zip", + "size": 18480, + "checksum": "SHA-256:6745c97943dc6f01cc9b782e05b28fc9b9722706f92ee0437aea4e647730b9b3" + }, { "name": "Cytron G15 Shield", "version": "2.0.0", @@ -67305,6 +87668,111 @@ "size": 47754, "checksum": "SHA-256:2772174f935813afb677fdbd5720c139a6cb0a17a8a28916fb8cd146f010d895" }, + { + "name": "Rtc by Makuna", + "version": "2.3.6", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.", + "paragraph": "Includes deep support of module features, including temperature, alarms and memory storage if present. Tested on esp8266.", + "website": "https://github.com/Makuna/Rtc/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rtc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.6.zip", + "archiveFileName": "Rtc_by_Makuna-2.3.6.zip", + "size": 251494, + "checksum": "SHA-256:b7043fa62533f47649735d2de2351e3cf65880d3c05ccd1d461bd0f1ca2f49e1" + }, + { + "name": "Rtc by Makuna", + "version": "2.3.7", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.", + "paragraph": "Includes deep support of module features, including temperature, alarms and memory storage if present. Tested on esp8266.", + "website": "https://github.com/Makuna/Rtc/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rtc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.3.7.zip", + "archiveFileName": "Rtc_by_Makuna-2.3.7.zip", + "size": 251726, + "checksum": "SHA-256:e7a9c413eeb0fd22558a5e54a79d94daeeca68d6ec263fd630e14399701c6dcc" + }, + { + "name": "Rtc by Makuna", + "version": "2.4.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.", + "paragraph": "Includes deep support of module features, including temperature, alarms and memory storage if present. Tested on esp8266.", + "website": "https://github.com/Makuna/Rtc/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rtc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.4.0.zip", + "archiveFileName": "Rtc_by_Makuna-2.4.0.zip", + "size": 263689, + "checksum": "SHA-256:6fb49c917652c72506eda8c1a5fdeef66a933d9fa761fa20b46312d16ea7df85" + }, + { + "name": "Rtc by Makuna", + "version": "2.4.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.", + "paragraph": "Includes deep support of module features, including temperature, alarms and memory storage if present. Tested on esp8266.", + "website": "https://github.com/Makuna/Rtc/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rtc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.4.1.zip", + "archiveFileName": "Rtc_by_Makuna-2.4.1.zip", + "size": 269690, + "checksum": "SHA-256:d8d8922efe90c59d93852cf905e4e5d3ec0ebd83f0ebf6f76dfdf43650bfb4c4" + }, + { + "name": "Rtc by Makuna", + "version": "2.4.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, DS3234, and PCF8563/BM8563 Real Time Clock modules easy.", + "paragraph": "Includes deep support of module features, including temperature, alarms and memory storage if present. Tested on esp8266.", + "website": "https://github.com/Makuna/Rtc/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rtc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rtc_by_Makuna-2.4.2.zip", + "archiveFileName": "Rtc_by_Makuna-2.4.2.zip", + "size": 86947, + "checksum": "SHA-256:1199abc98f54ddc0aa57afb7b0482649c9045561788d1c5082a4d7f4f161a258" + }, { "name": "Embedis", "version": "1.0.0", @@ -67941,6 +88409,34 @@ "size": 406701, "checksum": "SHA-256:d9866218ed0b1a06f177f8a62aef3c01b866cd25f8203208c6e6a1040ea1c0ba" }, + { + "name": "PS2KeyAdvanced", + "version": "1.0.9", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "PS2 keyboard FULL control and ALL keys processing, as well as LED control.", + "paragraph": "Provides ability to convert long key stroke code sequences to a single integer, for all keys ANY Latin keyboard, even multimedia and 24 Function key keyboards. Architectures AVR, SAM (Due), SAMD1, STM32", + "website": "https://github.com/techpaul/PS2KeyAdvanced.git", + "category": "Other", + "architectures": [ + "avr", + "sam", + "samd1", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/techpaul/PS2KeyAdvanced.git", + "providesIncludes": [ + "PS2KeyAdvanced.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/PS2KeyAdvanced-1.0.9.zip", + "archiveFileName": "PS2KeyAdvanced-1.0.9.zip", + "size": 408048, + "checksum": "SHA-256:b35b4ae135df32d6f4204c6f17f854f5ee91777eb025bbfc263a8d04779b441b" + }, { "name": "PS2KeyMap", "version": "1.0.2", @@ -68126,6 +88622,32 @@ "size": 33757, "checksum": "SHA-256:cf4520e3c653bd84295d764cb9b17c05c8b4fdab5509f7f781ae4b81c2a94ac3" }, + { + "name": "ArduinoHttpServer", + "version": "0.10.0", + "author": "Sander van Woensel \u003csander@vanwoensel.me\u003e", + "maintainer": "Sander van Woensel \u003csander@vanwoensel.me\u003e", + "sentence": "Server side minimalistic HTTP protocol implementation.", + "paragraph": "Just the raw HTTP server protocol for the Arduino platform, the rest is left to your imagination.", + "website": "https://github.com/QuickSander/ArduinoHttpServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/QuickSander/ArduinoHttpServer.git", + "dependencies": [ + { + "name": "Base64" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/QuickSander/ArduinoHttpServer-0.10.0.zip", + "archiveFileName": "ArduinoHttpServer-0.10.0.zip", + "size": 33801, + "checksum": "SHA-256:b0d3c2b1c0f29a16152bfa48860f3e25cf8c7f02c4821a6e5a076a47972fcb4f" + }, { "name": "DimSwitch", "version": "1.0.0", @@ -68483,6 +89005,195 @@ "size": 182814, "checksum": "SHA-256:c97e165c6a332a05e2c99be9e813174bafac081e111005621ea11fa1bab970e7" }, + { + "name": "HeatpumpIR", + "version": "1.0.16", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.16.zip", + "archiveFileName": "HeatpumpIR-1.0.16.zip", + "size": 182839, + "checksum": "SHA-256:56485aafc7a60e869430440695b816148060144b382c47de03c98abc15cc8c3b" + }, + { + "name": "HeatpumpIR", + "version": "1.0.17", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.17.zip", + "archiveFileName": "HeatpumpIR-1.0.17.zip", + "size": 221782, + "checksum": "SHA-256:f313dad3798be0211d771027d124759946761fcaf8a4154429e9b4bf1bd9c134" + }, + { + "name": "HeatpumpIR", + "version": "1.0.18", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.18.zip", + "archiveFileName": "HeatpumpIR-1.0.18.zip", + "size": 224427, + "checksum": "SHA-256:276061f7f358b41bc0963033c1d2ecaf9e8deab7031766c06845d9eab7bffa0f" + }, + { + "name": "HeatpumpIR", + "version": "1.0.19", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.19.zip", + "archiveFileName": "HeatpumpIR-1.0.19.zip", + "size": 226917, + "checksum": "SHA-256:63a8e5d324cfef79f58cffcd2730a3d47ae7985f5942db35e15e168fcc112eb9" + }, + { + "name": "HeatpumpIR", + "version": "1.0.20", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.20.zip", + "archiveFileName": "HeatpumpIR-1.0.20.zip", + "size": 226942, + "checksum": "SHA-256:61086b9b719ac44c60242b52b58e1914dd5a64bd746731b328e4a44ff0dcd47b" + }, + { + "name": "HeatpumpIR", + "version": "1.0.21", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.21.zip", + "archiveFileName": "HeatpumpIR-1.0.21.zip", + "size": 226958, + "checksum": "SHA-256:b68261208dd8c35b4eb17b8d764c536469b0c7a40eedc9293fec0cb64a166496" + }, + { + "name": "HeatpumpIR", + "version": "1.0.22", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.22.zip", + "archiveFileName": "HeatpumpIR-1.0.22.zip", + "size": 227207, + "checksum": "SHA-256:9bfce7241f99840abbfb0ac0339cc3974ce581449c57d0b068095df0be4b1967" + }, + { + "name": "HeatpumpIR", + "version": "1.0.23", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.23.zip", + "archiveFileName": "HeatpumpIR-1.0.23.zip", + "size": 230146, + "checksum": "SHA-256:adeae0f402b12da5c566ffef46bf825d08bfbaa07f3799c757d0a73113b34493" + }, + { + "name": "HeatpumpIR", + "version": "1.0.25", + "author": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "maintainer": "Toni Arte\u003ctoni.arte@iki.fi\u003e", + "sentence": "Heatpump / Air Conditioner infrared control", + "paragraph": "Control split-unit heatpumps and air conditioners through infrared", + "website": "https://github.com/ToniA/arduino-heatpumpir", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ToniA/arduino-heatpumpir.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ToniA/HeatpumpIR-1.0.25.zip", + "archiveFileName": "HeatpumpIR-1.0.25.zip", + "size": 230495, + "checksum": "SHA-256:82383559adad897e2697a09889c76e38c1a14240980a702b47d0715c637e2514" + }, { "name": "RfidDb", "version": "1.0.0", @@ -68693,6 +89404,69 @@ "size": 75528, "checksum": "SHA-256:591cb2341431a00ee6c7d246dfb50bdb62f40e90ae9a5bf74f386739aff950d9" }, + { + "name": "base64", + "version": "1.2.0", + "author": "Densaugeo \u003cuse@git.hub\u003e", + "maintainer": "Densaugeo \u003cuse@git.hub\u003e", + "sentence": "Base64 encoder/decoder for arduino repo", + "paragraph": "Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Note that invalid base64 characters are interpreted as padding.", + "website": "https://github.com/Densaugeo/base64_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Densaugeo/base64_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.2.0.zip", + "archiveFileName": "base64-1.2.0.zip", + "size": 77204, + "checksum": "SHA-256:fecb8d5381fb8c860a7a68014c767b85f0153588452897cb6b2d7c586b370a75" + }, + { + "name": "base64", + "version": "1.2.1", + "author": "Densaugeo \u003cuse@git.hub\u003e", + "maintainer": "Densaugeo \u003cuse@git.hub\u003e", + "sentence": "Base64 encoder/decoder for arduino repo", + "paragraph": "Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Note that invalid base64 characters are interpreted as padding.", + "website": "https://github.com/Densaugeo/base64_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Densaugeo/base64_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.2.1.zip", + "archiveFileName": "base64-1.2.1.zip", + "size": 78076, + "checksum": "SHA-256:a3a0d20738d1077a8cd3a3cb505060ed793e7f021f34c5318fb31ce4723a5396" + }, + { + "name": "base64", + "version": "1.3.0", + "author": "Densaugeo \u003cuse@git.hub\u003e", + "maintainer": "Densaugeo \u003cuse@git.hub\u003e", + "sentence": "Base64 encoder/decoder for arduino repo", + "paragraph": "Uses common web conventions - '+' for 62, '/' for 63, '=' for padding. Note that invalid base64 characters are interpreted as padding.", + "website": "https://github.com/Densaugeo/base64_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Densaugeo/base64_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Densaugeo/base64-1.3.0.zip", + "archiveFileName": "base64-1.3.0.zip", + "size": 79496, + "checksum": "SHA-256:9549d221a05aadb661f6f9566ac9aba9dea1cf4583c3e7c5bfcd26a54a6603d5" + }, { "name": "CoAP simple library", "version": "1.3.10", @@ -69050,6 +89824,90 @@ "size": 12414, "checksum": "SHA-256:95cac79aca08cd152718d1b518ee118424110e9efa4c4d3a0fab85f2e16afb50" }, + { + "name": "CoAP simple library", + "version": "1.3.22", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.22.zip", + "archiveFileName": "CoAP_simple_library-1.3.22.zip", + "size": 13744, + "checksum": "SHA-256:811ee708bb5e4155d8a811578b72276ea665ea8dfb42188dfd8b0760dce17be6" + }, + { + "name": "CoAP simple library", + "version": "1.3.23", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.23.zip", + "archiveFileName": "CoAP_simple_library-1.3.23.zip", + "size": 13765, + "checksum": "SHA-256:1aace57351d8d8a7fa8eaf826b13a3aec2d49b048691f713bec0d36fb2889252" + }, + { + "name": "CoAP simple library", + "version": "1.3.24", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.24.zip", + "archiveFileName": "CoAP_simple_library-1.3.24.zip", + "size": 13771, + "checksum": "SHA-256:010c28cba4befbe4404a14fc0bf0807e0a8d2e82041c7905a8a2818321d948e1" + }, + { + "name": "CoAP simple library", + "version": "1.3.25", + "author": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "maintainer": "Hirotaka Niisato \u003chirotakaster@gmail.com\u003e", + "sentence": "Simple CoAP client/server library for generic Arduino Client hardware.", + "paragraph": "This CoAP library support simple request/response message.", + "website": "https://github.com/hirotakaster/CoAP-simple-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hirotakaster/CoAP-simple-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hirotakaster/CoAP_simple_library-1.3.25.zip", + "archiveFileName": "CoAP_simple_library-1.3.25.zip", + "size": 14203, + "checksum": "SHA-256:89dde715efdb6581c9538d79bd3a858dfbb2d69903908186906a13bc738a3972" + }, { "name": "SmartEverything CC2541", "version": "1.0.0", @@ -69176,6 +90034,27 @@ "size": 7773, "checksum": "SHA-256:ddba56e23f6127a095c5ce85c71d3a557c06f658504c636b9e3f68b710153f2b" }, + { + "name": "BlueRobotics TSYS01 Library", + "version": "1.0.1", + "author": "BlueRobotics", + "maintainer": "BlueRobotics \u003cinfo@bluerobotics.com\u003e", + "sentence": "A simple and easy library for the TSYS01 temperature sensor", + "paragraph": "A simple and easy library for the TSYS01 temperature sensor", + "website": "https://github.com/bluerobotics/BlueRobotics_TSYS01_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bluerobotics/BlueRobotics_TSYS01_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_TSYS01_Library-1.0.1.zip", + "archiveFileName": "BlueRobotics_TSYS01_Library-1.0.1.zip", + "size": 7857, + "checksum": "SHA-256:b185d4b29794c6783a4b6b12501898370c21ba434ff66dbb057001cc03b313ff" + }, { "name": "PololuRPiSlave", "version": "1.0.0", @@ -70737,6 +91616,363 @@ "size": 542229, "checksum": "SHA-256:5e63527c531f3380b4d8d22c71d35d6f2cb3c26e3dde4adb891c6296b56f5c09" }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813 \u0026 SK6812) and DotStars (APA102, LPD8806, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang. For Esp32 it has two base methods of sending NeoPixel data, i2s and RMT. For all platforms, there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.1.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.1.zip", + "size": 555225, + "checksum": "SHA-256:273de18eeccb23728185c39ec18445dcf06f339bf8a5bb08420d981ee30a0f1d" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.2.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.2.zip", + "size": 559840, + "checksum": "SHA-256:f260e23ccb877582c622895d98433d990ebe4d05cd4b70462f6b7fdde14721c0" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.3", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.3.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.3.zip", + "size": 569481, + "checksum": "SHA-256:010e7b862a3c1023c1744807d5ee7aa41cb6c95d2c4369a0d822955644085785" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.4", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.4.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.4.zip", + "size": 573218, + "checksum": "SHA-256:958616a89894463be0f7113bcf38d857875c63a4da9abf6c41211b99b4bf36a7" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.5", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.5.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.5.zip", + "size": 573226, + "checksum": "SHA-256:6d6c336933240edd0918888ad11f06d298e01dc9ae9ebe2dc3dc6cbed0d9b625" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.6", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.6.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.6.zip", + "size": 573336, + "checksum": "SHA-256:afca54ea678b2a3e65f160cb95c0dabb11ec6e5543991d9e41c541c148ef7427" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.7", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.7.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.7.zip", + "size": 575448, + "checksum": "SHA-256:cf64af29ab25a0074876b388de2be5d9291e83f42f86d83079a14d89e5f17780" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.8", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.8.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.8.zip", + "size": 579734, + "checksum": "SHA-256:d873e2ed1804fc83f92c191f4db0c270434edb1f19d982e9e0de7780c064c8e5" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.6.9", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (APA106, WS2811, WS2812, WS2813, SK6812, TM1829, TM1814, TM1914, TX1812) and DotStars (APA102, LPD8806, LPD6803, SK9822, WS2801, P9813) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.6.9.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.6.9.zip", + "size": 579823, + "checksum": "SHA-256:98d418c72d05a6671a8d5f79ecef73dcf58a036e80077afecd3b21a4e9e784aa" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.0.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.0.zip", + "size": 591222, + "checksum": "SHA-256:ce4ce61555093d1391a2793e995bf9399afcf5f36f29a2360e12122e053a15ff" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.1.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.1.zip", + "size": 592006, + "checksum": "SHA-256:0523f439e410bcb44bde97e890f162d9ae3b6a83bfcad43f1143e4e21ab0cf10" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.2.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.2.zip", + "size": 602210, + "checksum": "SHA-256:c216b5f1acf40cb04366bd46ee6746dc98455c33ca261232594dc2f5cf0e3eba" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.3", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.3.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.3.zip", + "size": 605340, + "checksum": "SHA-256:efe38a5b8ce4ccc9b4c93bab58cf274e4f479b6f74568caeec217fc37284a011" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.4", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.4.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.4.zip", + "size": 675180, + "checksum": "SHA-256:a332dd6382a1f4c2d447b9ddb91990f84716f00cd4ab1f1f6cb03d0d6f3d825b" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.5", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes seperate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.5.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.5.zip", + "size": 675359, + "checksum": "SHA-256:f3304fb6b63e354e2a342d3e33dcc48fe3c532654fc485f34221e08519de26c8" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.6", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes separate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.6.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.6.zip", + "size": 663574, + "checksum": "SHA-256:715021f4438bb76b74898612bb1cb3356f55861f956d9b7cde246096257a3c45" + }, + { + "name": "NeoPixelBus by Makuna", + "version": "2.7.7", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.", + "paragraph": "Supports most Arduino platforms, including async hardware support for Esp8266, Esp32, and Nrf52 (Nano 33 BLE). Support for RGBW pixels and 7 Segment LED direct driven. Includes separate RgbColor, RgbwColor, Rgb16Color, Rgb48Color, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. Supports Matrix layout of pixels. Includes Gamma corretion object. For all platforms; there are two methods of sending DotStar data, hardware SPI and software SPI.", + "website": "https://github.com/Makuna/NeoPixelBus/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/NeoPixelBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/NeoPixelBus_by_Makuna-2.7.7.zip", + "archiveFileName": "NeoPixelBus_by_Makuna-2.7.7.zip", + "size": 673831, + "checksum": "SHA-256:5b460e1829fa83d67c90e5db491d161ed8ba34f644fe49398c749c26b4322ee2" + }, { "name": "OneWireHub", "version": "0.2.0", @@ -71261,6 +92497,48 @@ "size": 10812257, "checksum": "SHA-256:2162df62782809c535ae95a3d1f260263a4b78e9453c2ba206b4211baa5d7dec" }, + { + "name": "OneWireHub", + "version": "2.2.2", + "author": "Ingmar Splitt, orgua, MarkusLange, Shagrat2", + "maintainer": "orgua", + "sentence": "OneWire slave device emulator with support for up to 32 simultaneous 1wire devices.", + "paragraph": "supported sensors: BAE910, DS1822, DS18B20, DS18S20, DS1990, DS2401, DS2405, DS2408, DS2411, DS2413, DS2423, DS2431, DS2432, DS2433, DS2438, DS2450, DS2501, DS2502, DS2503, DS2505, DS2506, DS2890", + "website": "https://github.com/orgua/OneWireHub", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/orgua/OneWireHub.git", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.2.2.zip", + "archiveFileName": "OneWireHub-2.2.2.zip", + "size": 128081, + "checksum": "SHA-256:a12893c19a80ab13705357269ccbbf33b10688b5d3e5348b6f1e920d764dbbee" + }, + { + "name": "OneWireHub", + "version": "2.2.3", + "author": "Ingmar Splitt, orgua, MarkusLange, Shagrat2", + "maintainer": "orgua", + "sentence": "OneWire slave device emulator with support for up to 32 simultaneous 1wire devices.", + "paragraph": "supported sensors: BAE910, DS1822, DS18B20, DS18S20, DS1990, DS2401, DS2405, DS2408, DS2411, DS2413, DS2423, DS2430, DS2431, DS2432, DS2433, DS2434, DS2438, DS2450, DS2501, DS2502, DS2503, DS2505, DS2506, DS2890", + "website": "https://github.com/orgua/OneWireHub", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/orgua/OneWireHub.git", + "url": "https://downloads.arduino.cc/libraries/github.com/orgua/OneWireHub-2.2.3.zip", + "archiveFileName": "OneWireHub-2.2.3.zip", + "size": 129150, + "checksum": "SHA-256:337463cc3ce6037dbe2e3a70b986f952aea4f1da18e75d22cbd63ec2904c3ddd" + }, { "name": "Sindormir SevenSegments", "version": "1.1.0", @@ -71492,6 +92770,27 @@ "size": 15516, "checksum": "SHA-256:0ed843ac8be6b584ea39658abd3a69b2c009c9c6145fd22d07a227609802dbfd" }, + { + "name": "esp8266_mdns", + "version": "1.1.8", + "author": "mrdunk", + "maintainer": "mrdunk", + "sentence": "mDNS queries and responses on esp8266.", + "paragraph": "Or to describe it another way: An mDNS Client or Bonjour Client library for the esp8266.", + "website": "https://github.com/mrdunk/esp8266_mdns", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrdunk/esp8266_mdns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrdunk/esp8266_mdns-1.1.8.zip", + "archiveFileName": "esp8266_mdns-1.1.8.zip", + "size": 15594, + "checksum": "SHA-256:8f65807b1362e5b081e9a320373a570e0c3192b4d39090b9c952c57a868d0683" + }, { "name": "XLR8Servo", "version": "1.0.0", @@ -71660,6 +92959,48 @@ "size": 133275, "checksum": "SHA-256:ea210ebfa3afc9938a4df3dc9d3f1d1832d8886654ad4cf0993d74c49101e847" }, + { + "name": "XLR8Float", + "version": "2.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Arduino library for hardware accelerated floating point math.", + "paragraph": "Takes advantage of hardware acceleration available in Alorium Technology's XLR8 product.", + "website": "https://github.com/AloriumTechnology/XLR8Float", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Float.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-2.0.0.zip", + "archiveFileName": "XLR8Float-2.0.0.zip", + "size": 140318, + "checksum": "SHA-256:9ad323aca3c93a02f370f984b7f947bcd76c70d4512ff7be4b6a837175b7cd87" + }, + { + "name": "XLR8Float", + "version": "2.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Arduino library for hardware accelerated floating point math.", + "paragraph": "Takes advantage of hardware acceleration available in Alorium Technology's XLR8 product.", + "website": "https://github.com/AloriumTechnology/XLR8Float", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Float.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Float-2.0.1.zip", + "archiveFileName": "XLR8Float-2.0.1.zip", + "size": 141340, + "checksum": "SHA-256:877ee1bf96ac63a49bda4b3907a433a61ec48add0f29eddea61b4a279b6c45e9" + }, { "name": "XLR8Info", "version": "1.0.0", @@ -71849,6 +93190,27 @@ "size": 16122, "checksum": "SHA-256:3ea05daa7417e19723de9532358feb52468b9f3cf44add7ef7d31ca1924defa0" }, + { + "name": "XLR8Info", + "version": "1.2.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Arduino library for identifying features of XLR8 product", + "paragraph": "For the Alorium Technology XLR8 board, determines version number of XLR8 design and which XBs are included.", + "website": "https://github.com/AloriumTechnology/XLR8Info", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Info.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Info-1.2.0.zip", + "archiveFileName": "XLR8Info-1.2.0.zip", + "size": 17046, + "checksum": "SHA-256:15af672ff45a5614a2b4d2f189cb66dd67c83cec4bdeb4100645d905fcd727e9" + }, { "name": "XLR8ADC", "version": "1.0.0", @@ -72206,6 +93568,48 @@ "size": 36707, "checksum": "SHA-256:d14c3aba2da4827decdea0851136cf4acff82691f5035320f79fe0e80889d534" }, + { + "name": "MS5xxx", + "version": "1.1.0", + "author": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "maintainer": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "sentence": "Library for digital pressure sensors MS5xxx by Measurement Specialties (MEAS).", + "paragraph": "Tested with Arduino Uno/Nano/Mico and ESP8266. Long-term tests with MS5607, working implementation for MS5611 chipset.", + "website": "https://github.com/Schm1tz1/arduino-ms5xxx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Schm1tz1/arduino-ms5xxx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/MS5xxx-1.1.0.zip", + "archiveFileName": "MS5xxx-1.1.0.zip", + "size": 36863, + "checksum": "SHA-256:b6e25290150fdda8ce98c47d2c1f5138d74b36cf0db8e5c386620f36c308d1f3" + }, + { + "name": "MS5xxx", + "version": "1.1.1", + "author": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "maintainer": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "sentence": "Library for digital pressure sensors MS5xxx by Measurement Specialties (MEAS).", + "paragraph": "Tested with Arduino Uno/Nano/Mico and ESP8266. Long-term tests with MS5607, working implementation for MS5611 chipset.", + "website": "https://github.com/Schm1tz1/arduino-ms5xxx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Schm1tz1/arduino-ms5xxx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/MS5xxx-1.1.1.zip", + "archiveFileName": "MS5xxx-1.1.1.zip", + "size": 36869, + "checksum": "SHA-256:b77e55f6fe4fe84960753eeb0172588293a16e08802dfc39ce950fa41a3b5924" + }, { "name": "TSIC", "version": "0.9.0", @@ -72269,6 +93673,48 @@ "size": 20247, "checksum": "SHA-256:c05e11675a71229598858c02118e8ab6273b7438ee3398425d128efc12a32910" }, + { + "name": "TSIC", + "version": "1.1.0", + "author": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "maintainer": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "sentence": "Library for TSIC digital temperature sensors (type 206/306/506 and similar).", + "paragraph": "This project is a library for TSIC digital temperature sensors (type 206/306/506 and similar). It is based on the version 2 from Rolf Wagner from 2014.03.09 which can be found on Arduino Playground. The TSIC sensors feature a very hich accuracy and can be read out roughly every 100ms using the ZACwire-rotocol, more informations can be found in the datasheet. The code is optimized for high speed and low memory consumption.", + "website": "https://github.com/Schm1tz1/arduino-tsic", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Schm1tz1/arduino-tsic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-1.1.0.zip", + "archiveFileName": "TSIC-1.1.0.zip", + "size": 20248, + "checksum": "SHA-256:8846e18f89744516c29e452413edb03a2a7a6fc4e1847138fab7c5b53ed2402e" + }, + { + "name": "TSIC", + "version": "1.1.2", + "author": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "maintainer": "Roman Schmitz \u003croman@schmitzi.net\u003e", + "sentence": "Library for TSIC digital temperature sensors (type 206/306/506 and similar).", + "paragraph": "This project is a library for TSIC digital temperature sensors (type 206/306/506 and similar). It is based on the version 2 from Rolf Wagner from 2014.03.09 which can be found on Arduino Playground. The TSIC sensors feature a very hich accuracy and can be read out roughly every 100ms using the ZACwire-rotocol, more informations can be found in the datasheet. The code is optimized for high speed and low memory consumption.", + "website": "https://github.com/Schm1tz1/arduino-tsic", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Schm1tz1/arduino-tsic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/TSIC-1.1.2.zip", + "archiveFileName": "TSIC-1.1.2.zip", + "size": 20249, + "checksum": "SHA-256:a2cd854f0afd00b2348a7e96d7bf4d09a7a4737ad7f7ca03a1ea8087bebbce96" + }, { "name": "RCLSwitch", "version": "1.4.0", @@ -72752,6 +94198,27 @@ "size": 4709, "checksum": "SHA-256:5d54e7de1b420035efb8a0e45c85893ce4ba003e85916acf9507e156c1a6ce0a" }, + { + "name": "Callback", + "version": "1.1.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A simple implementation of Signals and Slots for writing more flexible callbacks", + "paragraph": "Similar to Boost::Signals and a handy algorithm when writing event driven programs", + "website": "https://github.com/tomstewart89/Callback", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/Callback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/Callback-1.1.0.zip", + "archiveFileName": "Callback-1.1.0.zip", + "size": 5885, + "checksum": "SHA-256:e7030959738ec6957f4382048a5f32c862e0dbd8d115235d8fe16662240a2a68" + }, { "name": "MideaIRWrapper", "version": "1.0.0", @@ -73300,6 +94767,241 @@ "size": 611220, "checksum": "SHA-256:6795f495c6eb53f0e257df276b28e15317f732e861167176b1f24af8e5d5bb5c" }, + { + "name": "Blynk", + "version": "1.0.0-beta.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0-beta.1.zip", + "archiveFileName": "Blynk-1.0.0-beta.1.zip", + "size": 576127, + "checksum": "SHA-256:36a8f29e160475b405d1aae907444f6fd47fbaa00b72a3437e656a6171255601" + }, + { + "name": "Blynk", + "version": "1.0.0-beta.2", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0-beta.2.zip", + "archiveFileName": "Blynk-1.0.0-beta.2.zip", + "size": 561676, + "checksum": "SHA-256:21f9332b50ee76e9771b1f3a104ec0d8bca04c54e21b5a4fdc0ba905695f5fd3" + }, + { + "name": "Blynk", + "version": "1.0.0-beta.3", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0-beta.3.zip", + "archiveFileName": "Blynk-1.0.0-beta.3.zip", + "size": 561903, + "checksum": "SHA-256:c8379bb1d3908211468223cfcf46022f9dac8e8ddd987d3182215f2d690f6b37" + }, + { + "name": "Blynk", + "version": "1.0.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.0.zip", + "archiveFileName": "Blynk-1.0.0.zip", + "size": 567587, + "checksum": "SHA-256:fef1c50a1cc892f811578b55b13b11d2919cd714a99a6e85325c299a73a5050a" + }, + { + "name": "Blynk", + "version": "1.0.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.0.1.zip", + "archiveFileName": "Blynk-1.0.1.zip", + "size": 616200, + "checksum": "SHA-256:fa146fcd91da6615a0e80fb5a45f306e80e99ce6a64ef67823d9103fca520338" + }, + { + "name": "Blynk", + "version": "1.1.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "http://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.1.0.zip", + "archiveFileName": "Blynk-1.1.0.zip", + "size": 627138, + "checksum": "SHA-256:c772b1991f279a01341975f8e5554a58a04ad93bb00798151821139101a48185" + }, + { + "name": "Blynk", + "version": "1.2.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...", + "website": "https://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.2.0.zip", + "archiveFileName": "Blynk-1.2.0.zip", + "size": 466745, + "checksum": "SHA-256:9e984340126d0f52ae17477380547921f9eaabbc81ebfa2c2cc8547915ca25a3" + }, + { + "name": "Blynk", + "version": "1.3.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, Ethernet, Cellular connectivity. Works with over 400 boards like ESP8266, ESP32, Arduino, Raspberry Pi, Particle, etc.", + "website": "https://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "dependencies": [ + { + "name": "BlynkNcpDriver" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.3.0.zip", + "archiveFileName": "Blynk-1.3.0.zip", + "size": 442913, + "checksum": "SHA-256:a71ac6feb38e983a7ab03f68bfa6fb26217887f382284617d4f415d1b33b0a51" + }, + { + "name": "Blynk", + "version": "1.3.2", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, Ethernet, Cellular connectivity. Works with over 400 boards like ESP8266, ESP32, Arduino, Raspberry Pi, Particle, etc.", + "website": "https://blynk.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blynkkk/blynk-library.git", + "providesIncludes": [ + "Blynk.h" + ], + "dependencies": [ + { + "name": "BlynkNcpDriver" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/Blynk-1.3.2.zip", + "archiveFileName": "Blynk-1.3.2.zip", + "size": 443886, + "checksum": "SHA-256:c7b995eeef668d40b056ecb01c39e8b89e25848666f0ae6c66bae46e847b4ad1" + }, { "name": "NmraDcc", "version": "1.2.1", @@ -73449,6 +95151,174 @@ "size": 1134730, "checksum": "SHA-256:047758e207790182c8bc8dc86f2ef0aec64b9c201eb6c2ac2c0bb1d37fafa13a" }, + { + "name": "NmraDcc", + "version": "2.0.9", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.9.zip", + "archiveFileName": "NmraDcc-2.0.9.zip", + "size": 3904154, + "checksum": "SHA-256:dd80512b5c21e361afeb9794927a035ceba78d8c8618df2a01cb066fa31079cf" + }, + { + "name": "NmraDcc", + "version": "2.0.10", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.10.zip", + "archiveFileName": "NmraDcc-2.0.10.zip", + "size": 3904434, + "checksum": "SHA-256:818e65bda5cb292b3b0f0ab93052635a9dd89ffd8dc8e2d1a6cbfaba2de99600" + }, + { + "name": "NmraDcc", + "version": "2.0.11", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.11.zip", + "archiveFileName": "NmraDcc-2.0.11.zip", + "size": 3904617, + "checksum": "SHA-256:a6d6cde89e42c683cb03e013b51ddad960343e07f757d3210cf1808fdcafa4ac" + }, + { + "name": "NmraDcc", + "version": "2.0.12", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.12.zip", + "archiveFileName": "NmraDcc-2.0.12.zip", + "size": 3908180, + "checksum": "SHA-256:94bbf633494863e0a8f78fdd0de211a56f683b118c1c0646ee53862cc97daff8" + }, + { + "name": "NmraDcc", + "version": "2.0.13", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.13.zip", + "archiveFileName": "NmraDcc-2.0.13.zip", + "size": 3908978, + "checksum": "SHA-256:ed889a9066882d72da44954125fe4674c60270e4d6d8735318248db35379c5dd" + }, + { + "name": "NmraDcc", + "version": "2.0.14", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.14.zip", + "archiveFileName": "NmraDcc-2.0.14.zip", + "size": 3909073, + "checksum": "SHA-256:2b8e8035dbaaf3f02d42e87aae3794982bce351fcb11ec801e34878683b10691" + }, + { + "name": "NmraDcc", + "version": "2.0.15", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.15.zip", + "archiveFileName": "NmraDcc-2.0.15.zip", + "size": 3912612, + "checksum": "SHA-256:000f0c604b1c2659296263483cf20a9d5a527823986912855957fa1bd5219e6c" + }, + { + "name": "NmraDcc", + "version": "2.0.16", + "author": "Alex Shepherd, Wolfgang Kuffer, Geoff Bunza, Martin Pischky, Franz-Peter Müller, Sven (littleyoda), Hans Tanner, bugfixes by Jueff", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NMRA DCC Communication", + "paragraph": "This library allows you to interface to a NMRA DCC track signal and receive DCC commands. The library has been tested on AVR ATTiny84/85 \u0026 ATMega88/168/328/32u4, ESP8266 and Teensy 3.x using the INT0/1 Hardware Interrupt and micros() ONLY and no longer uses Timer0 Compare Match B, which makes it much more portable to other platforms.", + "website": "https://github.com/mrrwa/NmraDcc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/NmraDcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NmraDcc-2.0.16.zip", + "archiveFileName": "NmraDcc-2.0.16.zip", + "size": 3912616, + "checksum": "SHA-256:901ae607f44f46bb5ae23d1aba80e366e017bd20790c90875888600d2e62db1a" + }, { "name": "advancedSerial", "version": "1.2.1", @@ -73594,6 +95464,27 @@ "size": 7157, "checksum": "SHA-256:082d9c4a8d1c12f9261122d1183d4f3feb1bc47cd37630156ca3f7fae6bb3667" }, + { + "name": "CMMC OTA", + "version": "1.0.5", + "author": "Nat Weerawan \u003cnat.wrw@gmail.com\u003e", + "maintainer": "Nat Weerawan \u003cnat.wrw@gmail.com\u003e", + "sentence": "CMMC OTA", + "paragraph": "CMMC OTA", + "website": "https://github.com/cmmakerclub/CMMC_OTA", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cmmakerclub/CMMC_OTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cmmakerclub/CMMC_OTA-1.0.5.zip", + "archiveFileName": "CMMC_OTA-1.0.5.zip", + "size": 6506, + "checksum": "SHA-256:90c53770f7cad53976536d8dbcd11361fc01835b76818a0b0dcb8d7f3c222447" + }, { "name": "GSM-Playground", "version": "1.0.0", @@ -74543,8 +96434,8 @@ "types": [ "Contributed" ], - "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA3.zip", + "repository": "https://gitlab.com/konnekting/KonnektingDeviceLibrary.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KONNEKTING_Device_Library-1.0.0-BETA3.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA3.zip", "size": 68227, "checksum": "SHA-256:6537cfce1ad583103048ba5850e2f20dbe5d5ee81e838c3b0821185c9debf7e4" @@ -74566,8 +96457,8 @@ "types": [ "Contributed" ], - "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4.zip", + "repository": "https://gitlab.com/konnekting/KonnektingDeviceLibrary.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KONNEKTING_Device_Library-1.0.0-BETA4.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA4.zip", "size": 84317, "checksum": "SHA-256:70598d144b042c50c6dcbd6a7bda5a0b8ac7612f8a3895503452c8903f5de4b4" @@ -74591,11 +96482,11 @@ "types": [ "Contributed" ], - "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", + "repository": "https://gitlab.com/konnekting/KonnektingDeviceLibrary.git", "providesIncludes": [ "KonnektingDevice.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4a.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KONNEKTING_Device_Library-1.0.0-BETA4a.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA4a.zip", "size": 120750, "checksum": "SHA-256:ea86346b451dba3422eb8ac018e3fb141dd14a108a6c7c18332847489043bad6" @@ -74618,15 +96509,42 @@ "types": [ "Contributed" ], - "repository": "https://github.com/KONNEKTING/KonnektingDeviceLibrary.git", + "repository": "https://gitlab.com/konnekting/KonnektingDeviceLibrary.git", "providesIncludes": [ "KonnektingDevice.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/KONNEKTING/KONNEKTING_Device_Library-1.0.0-BETA4b.zip", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KONNEKTING_Device_Library-1.0.0-BETA4b.zip", "archiveFileName": "KONNEKTING_Device_Library-1.0.0-BETA4b.zip", "size": 86910, "checksum": "SHA-256:19a3f7524da87b9d1d6a136fcefb19ba75bec8ce401c2dcfed6d7512ac39a73b" }, + { + "name": "KONNEKTING Device Library", + "version": "1.0.0-RC1", + "author": "Alexander Christian \u003cinfo@konnekting.de\u003e", + "maintainer": "Alexander Christian \u003cinfo@konnekting.de\u003e", + "sentence": "A library that enables creating KNX devices powered by Arduino.", + "paragraph": "Requires an KNX Transceiver connected via UART", + "website": "http://www.konnekting.de/", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/konnekting/KonnektingDeviceLibrary.git", + "providesIncludes": [ + "KonnektingDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KONNEKTING_Device_Library-1.0.0-RC1.zip", + "archiveFileName": "KONNEKTING_Device_Library-1.0.0-RC1.zip", + "size": 101987, + "checksum": "SHA-256:01387d39d0263ddbf8feff127148aedf163136bb89f7d70e4618cf03a272bdad" + }, { "name": "Cytron ESPWiFi Shield", "version": "1.0.0", @@ -74690,6 +96608,48 @@ "size": 37414, "checksum": "SHA-256:7e403c5d3ce5d98a19476239375105364581031df5b782ecca1cec2f8d19ced7" }, + { + "name": "Cytron ESPWiFi Shield", + "version": "3.0.1", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.com.my\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003cwww.cytron.com.my\u003e", + "sentence": "Library for Cytron ESPWiFi Shield", + "paragraph": "This library works with Cytron ESPWiFi Shield", + "website": "https://github.com/CytronTechnologies/CytronWiFiShield", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronWiFiShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-3.0.1.zip", + "archiveFileName": "Cytron_ESPWiFi_Shield-3.0.1.zip", + "size": 37724, + "checksum": "SHA-256:757ace030c61a718af0b820dca20a1ba3a0c9fdda0bcb8e0933ac96e557fec06" + }, + { + "name": "Cytron ESPWiFi Shield", + "version": "3.0.2", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.com.my\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003cwww.cytron.com.my\u003e", + "sentence": "Library for Cytron ESPWiFi Shield", + "paragraph": "This library works with Cytron ESPWiFi Shield", + "website": "https://github.com/CytronTechnologies/CytronWiFiShield", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronWiFiShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_ESPWiFi_Shield-3.0.2.zip", + "archiveFileName": "Cytron_ESPWiFi_Shield-3.0.2.zip", + "size": 38555, + "checksum": "SHA-256:f34c076be74127542bc4bea423f3b72a9ba88143985255fe3c84788307c5ebbd" + }, { "name": "DataServeriOS", "version": "2.0.0", @@ -74880,6 +96840,27 @@ "size": 11079, "checksum": "SHA-256:8afb508144dbf128c560d420d55fb11bd6e6e98f49dc5c596f02d7dd45b7360f" }, + { + "name": "FaBo 201 3Axis ADXL345", + "version": "1.0.2", + "author": "FaBo\u003cinfo@fabo.io\u003e", + "maintainer": "Akira Sasaki\u003cakira@fabo.io\u003e", + "sentence": "A library for FaBo 3AXIS I2C Brick", + "paragraph": "ADXL345 is 3-Axis Digital Accelerometer sensor", + "website": "https://github.com/FaBoPlatform/FaBo3Axis-ADXL345-Library", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FaBoPlatform/FaBo3Axis-ADXL345-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_201_3Axis_ADXL345-1.0.2.zip", + "archiveFileName": "FaBo_201_3Axis_ADXL345-1.0.2.zip", + "size": 11407, + "checksum": "SHA-256:935a903f08cb3c96bac9f252716af63d2bf8ad9f7278aa1a229badc129c7acfa" + }, { "name": "FaBo 210 GPIO PCAL6408A", "version": "1.0.0", @@ -75650,6 +97631,216 @@ "size": 18472, "checksum": "SHA-256:33bc42dbba571d3242bc8767ce40fc532912c8944876ff57e916f542743e5e82" }, + { + "name": "BasicLinearAlgebra", + "version": "3.0.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.0.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.0.0.zip", + "size": 25579, + "checksum": "SHA-256:3e5f01e663837e37081611a6164661778b429ddfbcf54dc39699552c4fc6eb99" + }, + { + "name": "BasicLinearAlgebra", + "version": "3.1.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.1.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.1.0.zip", + "size": 25565, + "checksum": "SHA-256:90ea13c4a36261e9bbe28244c2afae385f8f1a5181f48b57d606ec136726bce3" + }, + { + "name": "BasicLinearAlgebra", + "version": "3.2.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.2.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.2.0.zip", + "size": 25550, + "checksum": "SHA-256:86ece468dff4382f205f8c8b334dfd55e1d0c19ed7b709626eec1cd87e33bf8c" + }, + { + "name": "BasicLinearAlgebra", + "version": "3.3.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.3.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.3.0.zip", + "size": 25716, + "checksum": "SHA-256:d46a52d3d9bcd12a52354e03303ce96111002df517eabb63bae2bd0f549d9520" + }, + { + "name": "BasicLinearAlgebra", + "version": "3.4.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.4.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.4.0.zip", + "size": 25711, + "checksum": "SHA-256:f9e4fe95388623a47e10d9f69eb907b7c82866068e7c783b606bafb894b1abb0" + }, + { + "name": "BasicLinearAlgebra", + "version": "3.5.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.5.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.5.0.zip", + "size": 25740, + "checksum": "SHA-256:45f827bde687bf18aa60e28c30f6afa3a99de1a83e74536096f592410baaf772" + }, + { + "name": "BasicLinearAlgebra", + "version": "3.6.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.6.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.6.0.zip", + "size": 25772, + "checksum": "SHA-256:03e7fcced58d774cecb411cf2f38710a756c6b854b74904dbfa692eedf194b55" + }, + { + "name": "BasicLinearAlgebra", + "version": "3.7.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-3.7.0.zip", + "archiveFileName": "BasicLinearAlgebra-3.7.0.zip", + "size": 25939, + "checksum": "SHA-256:9fe9c603d3bb27af6bb1e13b7aee449776cf0192f788844eb4dfba26e5c7a51a" + }, + { + "name": "BasicLinearAlgebra", + "version": "4.0.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-4.0.0.zip", + "archiveFileName": "BasicLinearAlgebra-4.0.0.zip", + "size": 27740, + "checksum": "SHA-256:0f316b3c5533d4421fffd2c7a04473654f8cc5074b58cb777b69ed349866480f" + }, + { + "name": "BasicLinearAlgebra", + "version": "4.1.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing matrices and doing matrix math on arduino", + "paragraph": "Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.", + "website": "https://github.com/tomstewart89/BasicLinearAlgebra", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/BasicLinearAlgebra.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/BasicLinearAlgebra-4.1.0.zip", + "archiveFileName": "BasicLinearAlgebra-4.1.0.zip", + "size": 27850, + "checksum": "SHA-256:7991ef9b9cebadbc13beb000a5bc01deb21063c7ef9bd48e92cf962ab47bafa7" + }, { "name": "Infrared", "version": "1.0.0", @@ -75965,6 +98156,276 @@ "size": 152045, "checksum": "SHA-256:d87a24a32da562f8a7652ecce98b6363fc539355bb08532f0abd6627d185ac3e" }, + { + "name": "Infrared", + "version": "1.1.1", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "sam", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.1.1.zip", + "archiveFileName": "Infrared-1.1.1.zip", + "size": 156063, + "checksum": "SHA-256:f8cf05679f1c8a44a8c491c370be6864513996ed623fa6e43ce57d67f23b6f91" + }, + { + "name": "Infrared", + "version": "1.2.0", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "sam", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.2.0.zip", + "archiveFileName": "Infrared-1.2.0.zip", + "size": 152565, + "checksum": "SHA-256:38800d07f29bef1da89e688c44851e5643a984f8cab74d329569ab338cd212af" + }, + { + "name": "Infrared", + "version": "1.2.1", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "sam", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.2.1.zip", + "archiveFileName": "Infrared-1.2.1.zip", + "size": 152781, + "checksum": "SHA-256:1916efdff56fa5f3056311e0dc65eea3f786d9faa0947c3874dd5876687c162c" + }, + { + "name": "Infrared", + "version": "1.2.2", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "sam", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.2.2.zip", + "archiveFileName": "Infrared-1.2.2.zip", + "size": 153569, + "checksum": "SHA-256:6b618d05a8e539a39c1a1c645bf4ec03d6d7bf56e81d0f88c980ab900ccf2f2f" + }, + { + "name": "Infrared", + "version": "1.2.3", + "author": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.", + "paragraph": "The library contains classes for IR signals, IR sequences, as well as for sending, receiving, decoding, and rendering of IR signals.", + "website": "http://www.harctoolbox.org/Infrared4Arduino.html", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "sam", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/Infrared4Arduino.git", + "providesIncludes": [ + "HashDecoder.h", + "InfraredTypes.h", + "IrDecoder.h", + "IrReader.h", + "IrReceiver.h", + "IrReceiverPoll.h", + "IrReceiverSampler.h", + "IrSender.h", + "IrSenderNonMod.h", + "IrSenderPwm.h", + "IrSenderPwmHard.h", + "IrSenderPwmSoft.h", + "IrSenderPwmSoftDelay.h", + "IrSenderPwmSpinWait.h", + "IrSenderSimulator.h", + "IrSequence.h", + "IrSequenceReader.h", + "IrSignal.h", + "IrWidget.h", + "IrWidgetAggregating.h", + "MultiDecoder.h", + "Nec1Decoder.h", + "Nec1Renderer.h", + "Pronto.h", + "Rc5Decoder.h", + "Rc5Renderer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/Infrared-1.2.3.zip", + "archiveFileName": "Infrared-1.2.3.zip", + "size": 155567, + "checksum": "SHA-256:a985d1954d950a97b8b26e2503a2e9a3286e01dffc3454c40e545b0efe14319e" + }, { "name": "GoPRO", "version": "1.0.0", @@ -76717,6 +99178,56 @@ "size": 18952, "checksum": "SHA-256:b6ef46b2b8b62e842361569afb7c293975bb58ab5d6bacc66118cb4aeb29bc72" }, + { + "name": "ConfigManager", + "version": "2.1.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": [ + "ConfigManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-2.1.0.zip", + "archiveFileName": "ConfigManager-2.1.0.zip", + "size": 25541, + "checksum": "SHA-256:c67eeac71f4192cb875da064e88d1b40d9772bb6d12954ee3500582d7fda9d09" + }, + { + "name": "ConfigManager", + "version": "2.1.1", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "WiFi connection manager for ESP8266 and ESP32", + "paragraph": "Library for configuring ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/nrwiersma/ConfigManager.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nrwiersma/ConfigManager.git", + "providesIncludes": [ + "ConfigManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ConfigManager-2.1.1.zip", + "archiveFileName": "ConfigManager-2.1.1.zip", + "size": 25542, + "checksum": "SHA-256:aba63ea39580d1806b52d72704b6bae1cc7523375e0934ec475beb120f249172" + }, { "name": "eBtn", "version": "1.0.0", @@ -77609,6 +100120,27 @@ "size": 14396, "checksum": "SHA-256:7df5263780dcd3b39d2694d84775bbed265a89ee99ae98fd475b9c162078d9be" }, + { + "name": "AD7173", + "version": "0.5.4", + "author": "Silver Kuusik \u003csilver.kuusik@gmail.com\u003e", + "maintainer": "Silver Kuusik \u003csilver.kuusik@gmail.com\u003e", + "sentence": "Arduino library for Analog Devices AD7173 analog digital converter", + "paragraph": "It implements basic functionality of the AD7173 for using for different purposes.", + "website": "https://github.com/brain-duino/AD7173-Arduino", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brain-duino/AD7173-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/brain-duino/AD7173-0.5.4.zip", + "archiveFileName": "AD7173-0.5.4.zip", + "size": 14399, + "checksum": "SHA-256:b61e3579db1ba0f84e7a4233227bb6655d714f85b7e9c8fc52d330f4f6e56788" + }, { "name": "OpenDevice", "version": "0.1.3", @@ -77678,6 +100210,34 @@ "size": 160979, "checksum": "SHA-256:9379a53bda6391d7994a3d8f4c4a7450a4b186732609619623ec142c5fa73aa8" }, + { + "name": "OpenDevice", + "version": "0.5.4", + "author": "Ricardo JL Rufino \u003cricardo.jl.rufino@gmail.com\u003e", + "maintainer": "Ricardo JL Rufino", + "sentence": "OpenDevice is a set of tools and APIs to build solutions for the \"Internet of Things\" like home automations systems, robotics, smart city, energy monitoring, security, sensor monitoring", + "paragraph": "Provide an open and unified framework to interconnect IoT devices, data, and applications over the Web, if you need communication between software and hardware, probably your place is here. Plug your device (Arduino/Raspberypi/Other) to the Cloud and sync in real-time.", + "website": "http://opendevice.io", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OpenDevice/opendevice-lib-arduino.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OpenDevice/OpenDevice-0.5.4.zip", + "archiveFileName": "OpenDevice-0.5.4.zip", + "size": 161431, + "checksum": "SHA-256:7cbc33ba6ce6af92f29b135b713318b215f67361f26c141a26e73130670145fe" + }, { "name": "Geometry", "version": "1.0.0", @@ -77720,6 +100280,84 @@ "size": 12575, "checksum": "SHA-256:0b9cd34a47b35d84313aa911cb4ecf23ffa4573b392576c20a896805ffaf104e" }, + { + "name": "Geometry", + "version": "2.0.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing where things are in relation to other things in 3D space", + "paragraph": "Defines classes for rotation matrices, euler angles and quaternions as well as functions to convert between them. Also defines classes for 3D pose, twist and wrenches for implementing kinematics algorithms.", + "website": "https://github.com/tomstewart89/Geometry", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/Geometry.git", + "dependencies": [ + { + "name": "BasicLinearAlgebra" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/Geometry-2.0.0.zip", + "archiveFileName": "Geometry-2.0.0.zip", + "size": 25103, + "checksum": "SHA-256:ade5b431bcbda363e414f1d0df00814dce62040cd32ce86104376043f204aaff" + }, + { + "name": "Geometry", + "version": "2.1.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing where things are in relation to other things in 3D space", + "paragraph": "Defines classes for rotation matrices, euler angles and quaternions as well as functions to convert between them. Also defines classes for 3D pose, twist and wrenches for implementing kinematics algorithms.", + "website": "https://github.com/tomstewart89/Geometry", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/Geometry.git", + "dependencies": [ + { + "name": "BasicLinearAlgebra" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/Geometry-2.1.0.zip", + "archiveFileName": "Geometry-2.1.0.zip", + "size": 25145, + "checksum": "SHA-256:115e3e25fe653be49fda5c5df82ee0e924735c19a224f8597868dc0186b1d123" + }, + { + "name": "Geometry", + "version": "2.2.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for representing where things are in relation to other things in 3D space", + "paragraph": "Defines classes for rotation matrices, euler angles and quaternions as well as functions to convert between them. Also defines classes for 3D pose, twist and wrenches for implementing kinematics algorithms.", + "website": "https://github.com/tomstewart89/Geometry", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/Geometry.git", + "dependencies": [ + { + "name": "BasicLinearAlgebra" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/Geometry-2.2.0.zip", + "archiveFileName": "Geometry-2.2.0.zip", + "size": 25236, + "checksum": "SHA-256:13b0e90ecea56b60d44d8ea528fb1e43bcbc122e12ac1e70d873aa30f7fe312a" + }, { "name": "FaBo 212 LCD PCF8574", "version": "1.0.0", @@ -78078,6 +100716,69 @@ "size": 125777, "checksum": "SHA-256:7edfc9b3a6b14cd50caf89d9479b7a4b52033b4dffea263dba0b81007d6260cc" }, + { + "name": "MINDS-i-Drone", + "version": "1.4.0", + "author": "MINDS-i corp.", + "maintainer": "MINDS-i \u003ccode@mymindsi.com\u003e", + "sentence": "Code to assist with running MINDS-i Drones", + "paragraph": "This library contains code for running MINDS-i Drone hardware", + "website": "http://mindsieducation.com/programming-resources", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.4.0.zip", + "archiveFileName": "MINDS_i_Drone-1.4.0.zip", + "size": 174506, + "checksum": "SHA-256:05f028f94dd0a1abe8d6a9a9eda766d0b6b07e3aa4464bab017c835ae4b29fa2" + }, + { + "name": "MINDS-i-Drone", + "version": "1.5.0", + "author": "MINDS-i corp.", + "maintainer": "MINDS-i \u003ccode@mymindsi.com\u003e", + "sentence": "Code to assist with running MINDS-i Drones", + "paragraph": "This library contains code for running MINDS-i Drone hardware", + "website": "https://mindsieducation.com/pages/programming-resources", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.5.0.zip", + "archiveFileName": "MINDS_i_Drone-1.5.0.zip", + "size": 173672, + "checksum": "SHA-256:10eacfbcc279fe2b22beb918d1702e8e3011a409665afd22aa3b3a0fce746a2f" + }, + { + "name": "MINDS-i-Drone", + "version": "1.6.1", + "author": "MINDS-i corp.", + "maintainer": "MINDS-i \u003ccode@mymindsi.com\u003e", + "sentence": "Code to assist with running MINDS-i Drones", + "paragraph": "This library contains code for running MINDS-i Drone hardware", + "website": "https://mindsieducation.com/pages/programming-resources", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MINDS-i/MINDS-i-Drone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MINDS-i/MINDS_i_Drone-1.6.1.zip", + "archiveFileName": "MINDS_i_Drone-1.6.1.zip", + "size": 175251, + "checksum": "SHA-256:1071173e70104a9a5f617da0535988ad4eb12d893a6b9a5f8db26b837e09668e" + }, { "name": "SmoothThermistor", "version": "1.0.0", @@ -78359,6 +101060,29 @@ "size": 36361, "checksum": "SHA-256:8557fc863db4005556b0e67ac35cd2352b5181dd0f55962464023e9b31684808" }, + { + "name": "DeepSleepScheduler", + "version": "3.3.0", + "author": "Pete \u003carduino@pete.ch\u003e", + "maintainer": "Pete \u003carduino@pete.ch\u003e", + "sentence": "Lightweight, cooperative task scheduler with configurable sleep and task supervision.", + "paragraph": "Provides an easy to use API to schedule tasks, supervise them with the hardware watchdog on AVR and puts the CPU to sleep while no task is running. Tasks can be schedule from interrupts and it supports multiple CPU architectures with the same API.", + "website": "https://github.com/PRosenb/DeepSleepScheduler", + "category": "Other", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PRosenb/DeepSleepScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/DeepSleepScheduler-3.3.0.zip", + "archiveFileName": "DeepSleepScheduler-3.3.0.zip", + "size": 36470, + "checksum": "SHA-256:188aa723b215722429de6029bddd9863991158706071ba230297a3c8994ccdea" + }, { "name": "CmdParser", "version": "1.1.0", @@ -78506,6 +101230,27 @@ "size": 19118, "checksum": "SHA-256:5f912f4952376af652617705e9e88391d94208b6db8fccca3cf14c899a7e44e9" }, + { + "name": "CmdParser", + "version": "1.7.0", + "author": "Pascal Vizeli \u003cpvizeli@syshack.ch\u003e", + "maintainer": "Pascal Vizeli \u003cpvizeli@syshack.ch\u003e", + "sentence": "A simple and most powerfull cmd parser with small memory footprint", + "paragraph": "Supports PROGMEM and Arduino Serial interface.", + "website": "https://github.com/pvizeli/CmdParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pvizeli/CmdParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pvizeli/CmdParser-1.7.0.zip", + "archiveFileName": "CmdParser-1.7.0.zip", + "size": 19255, + "checksum": "SHA-256:d5b0feca5d835f72cf3ef4604c707f3efc7a53c1ad5f29e15de987a89e1e50c3" + }, { "name": "Volume", "version": "1.0.0", @@ -78801,151 +101546,25 @@ "checksum": "SHA-256:30114900bd683427e7ecd8f1775c246ed02f813f6f9a73b440e24cfb3b94355d" }, { - "name": "rBase64", - "version": "1.0.0", - "author": "Abhijit Bose", - "maintainer": "boseji \u003csalearj@hotmail.com\u003e", - "sentence": "Real BASE64 Function Library", - "paragraph": "Helps to Encode and Decode in BASE64 form using simple String operations", - "website": "http://github.com/boseji/rBASE64", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/boseji/rBASE64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.0.0.zip", - "archiveFileName": "rBase64-1.0.0.zip", - "size": 6595, - "checksum": "SHA-256:1ce2d3b42a733b767bb14eaaac3eae80979b24e056f9551c55f89aaa068a64ae" - }, - { - "name": "rBase64", - "version": "1.1.0", - "author": "Abhijit Bose", - "maintainer": "boseji \u003csalearj@hotmail.com\u003e", - "sentence": "Real BASE64 Function Library (Generic)", - "paragraph": "Helps to Encode and Decode in BASE64 form using simple String operations", - "website": "http://github.com/boseji/rBASE64", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/boseji/rBASE64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.1.0.zip", - "archiveFileName": "rBase64-1.1.0.zip", - "size": 9597, - "checksum": "SHA-256:21e5eadc998d635cff5fc9d316baf3a7dd97ce7d609bb1a520bf59f7eb57ec2e" - }, - { - "name": "rBase64", - "version": "1.1.1", - "author": "Abhijit Bose", - "maintainer": "boseji \u003csalearj@hotmail.com\u003e", - "sentence": "Real BASE64 Function Library (Generic)", - "paragraph": "Helps to Encode and Decode in BASE64 form using simple String operations", - "website": "http://github.com/boseji/rBASE64", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/boseji/rBASE64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/rBase64-1.1.1.zip", - "archiveFileName": "rBase64-1.1.1.zip", - "size": 11349, - "checksum": "SHA-256:7f8535b5e69c5efd1d64072ea581222e1f01c92802426744a0a15d17a8dad5a9" - }, - { - "name": "xxtea-iot-crypt", - "version": "1.0.0", - "author": "Abhijit Bose", - "maintainer": "boseji \u003csalearj@hotmail.com\u003e", - "sentence": "XXTEA Encryption Library for use in IoT gadgets", - "paragraph": "Helps to encrypt and decrypt data using shor and simple XXTEA algorithm", - "website": "https://github.com/boseji/xxtea-iot-crypt", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.0.0.zip", - "archiveFileName": "xxtea_iot_crypt-1.0.0.zip", - "size": 9871, - "checksum": "SHA-256:b50dafa2f4eebca56a362c4fe9bf3763451c27eaeb91b6f43bd21f1a43300655" - }, - { - "name": "xxtea-iot-crypt", - "version": "1.1.0", - "author": "Abhijit Bose", - "maintainer": "boseji \u003csalearj@hotmail.com\u003e", - "sentence": "XXTEA Encryption Library for use in IoT gadgets", - "paragraph": "Helps to encrypt and decrypt data using shor and simple XXTEA algorithm", - "website": "https://github.com/boseji/xxtea-iot-crypt", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.1.0.zip", - "archiveFileName": "xxtea_iot_crypt-1.1.0.zip", - "size": 10938, - "checksum": "SHA-256:816ea2df6e3692c38ff262615422f39e573289acc38a07ea2aa38db3ee5d23c5" - }, - { - "name": "xxtea-iot-crypt", - "version": "1.2.0", - "author": "Abhijit Bose", - "maintainer": "boseji \u003csalearj@hotmail.com\u003e", - "sentence": "XXTEA Encryption Library for use in IoT gadgets", - "paragraph": "Helps to encrypt and decrypt data using shor and simple XXTEA algorithm", - "website": "https://github.com/boseji/xxtea-iot-crypt", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.2.0.zip", - "archiveFileName": "xxtea_iot_crypt-1.2.0.zip", - "size": 11032, - "checksum": "SHA-256:7d4e6887d36fdc2b990d500704ed9bcb5fa35e7a62b5cf7409325482814b8f0f" - }, - { - "name": "xxtea-iot-crypt", - "version": "1.2.1", - "author": "Abhijit Bose", - "maintainer": "boseji \u003csalearj@hotmail.com\u003e", - "sentence": "XXTEA Encryption Library for use in IoT gadgets", - "paragraph": "Helps to encrypt and decrypt data using shor and simple XXTEA algorithm", - "website": "https://github.com/boseji/xxtea-iot-crypt", - "category": "Communication", + "name": "HCSR04", + "version": "2.0.0", + "author": "Martin Sosic \u003csosic.martin@gmail.com\u003e", + "maintainer": "Martin Sosic \u003csosic.martin@gmail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in centimeters.", + "website": "https://github.com/Martinsos/arduino-lib-hc-sr04", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/boseji/xxtea-iot-crypt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/xxtea_iot_crypt-1.2.1.zip", - "archiveFileName": "xxtea_iot_crypt-1.2.1.zip", - "size": 11608, - "checksum": "SHA-256:54faadeef869b38e33df4c80ae849014a5160897b68dcf1483de0d395481f093" + "repository": "https://github.com/Martinsos/arduino-lib-hc-sr04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Martinsos/HCSR04-2.0.0.zip", + "archiveFileName": "HCSR04-2.0.0.zip", + "size": 17381, + "checksum": "SHA-256:0461d1fc2f89939162cd366a5e4748739553387b8d16e29662ff324ac5704d5d" }, { "name": "ANT-Arduino", @@ -79091,6 +101710,78 @@ "size": 217364, "checksum": "SHA-256:0d321b4f823087f8c377f32a36b806231b32988c2b51249ddba423c46e781435" }, + { + "name": "ANT-Arduino", + "version": "2.0.1", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for communicating with various ANT radios from Dynastream Innovations.", + "paragraph": "Support for Serial or Softdevice based radios. Can be configured to work in the ANT+ ecosystem.", + "website": "https://github.com/cujomalainey/ant-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cujomalainey/ant-arduino.git", + "providesIncludes": [ + "ANT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-2.0.1.zip", + "archiveFileName": "ANT_Arduino-2.0.1.zip", + "size": 219305, + "checksum": "SHA-256:f092619c887b205b9c54b9a2f99b34f66c02cac2b83b69b843cc3ba2435f8773" + }, + { + "name": "ANT-Arduino", + "version": "2.0.2", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for communicating with various ANT radios from Dynastream Innovations.", + "paragraph": "Support for Serial or Softdevice based radios. Can be configured to work in the ANT+ ecosystem.", + "website": "https://github.com/cujomalainey/ant-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cujomalainey/ant-arduino.git", + "providesIncludes": [ + "ANT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-2.0.2.zip", + "archiveFileName": "ANT_Arduino-2.0.2.zip", + "size": 219352, + "checksum": "SHA-256:1b0f27a3014c3c830afcdfe8aa1a3a436c559e17691bc71977a5daeba666d9c4" + }, + { + "name": "ANT-Arduino", + "version": "2.0.3", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for communicating with various ANT radios from Dynastream Innovations.", + "paragraph": "Support for Serial or Softdevice based radios. Can be configured to work in the ANT+ ecosystem.", + "website": "https://github.com/cujomalainey/ant-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cujomalainey/ant-arduino.git", + "providesIncludes": [ + "ANT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANT_Arduino-2.0.3.zip", + "archiveFileName": "ANT_Arduino-2.0.3.zip", + "size": 219417, + "checksum": "SHA-256:e57418dc4094f41bb09f47b76977366d0deafea47f2e979668608ee7765b0396" + }, { "name": "Luni", "version": "0.1.0", @@ -81254,6 +103945,160 @@ "size": 10561348, "checksum": "SHA-256:3828b3224cc62f37eaca19d094c27c1698db28962c00f2658a89667dc40172cc" }, + { + "name": "U8g2", + "version": "2.29.11", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Successor of U8glib. Supported display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Supported interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.29.11.zip", + "archiveFileName": "U8g2-2.29.11.zip", + "size": 10637394, + "checksum": "SHA-256:a9ea6968c7f26bac3d0725e523c7abc1355d006bdff8960e8ed894e3effaaa2d" + }, + { + "name": "U8g2", + "version": "2.30.1", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Successor of U8glib. Supported display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Supported interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.30.1.zip", + "archiveFileName": "U8g2-2.30.1.zip", + "size": 10645078, + "checksum": "SHA-256:644ea10730674b833663f91b7676aa043ca0c37000bf576c059eaa1e849d56f3" + }, + { + "name": "U8g2", + "version": "2.31.1", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Successor of U8glib. Supported display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Supported interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.31.1.zip", + "archiveFileName": "U8g2-2.31.1.zip", + "size": 10744664, + "checksum": "SHA-256:1b74ed7dedf8e824830b10126bfe3f0030dcaeef0b80bcc4080ab5aa030309ec" + }, + { + "name": "U8g2", + "version": "2.31.2", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Successor of U8glib. Supported display controller: SSD1305, SSD1306, SSD1309, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Supported interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.31.2.zip", + "archiveFileName": "U8g2-2.31.2.zip", + "size": 10744917, + "checksum": "SHA-256:b5b62ac818bcfba43fd9d06c16bfb154c4f1661aba5f6cd85bbe0d8b8689ba2f" + }, + { + "name": "U8g2", + "version": "2.32.15", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Successor of U8glib. Supported display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75256, ST75320, NT7534, ST7920, IST3020, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219. Supported interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.32.15.zip", + "archiveFileName": "U8g2-2.32.15.zip", + "size": 11009755, + "checksum": "SHA-256:fefb03db0f96525c7f1b6293995394f0258588f2a32fe988c1bfa43b7f19a2b7" + }, + { + "name": "U8g2", + "version": "2.33.15", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1318, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75160, ST75256, ST75320, NT7534, ST7920, IST3020, IST3088, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219, GP1287, GP1247, GU800. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1318, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75160, ST75256, ST75320, NT7534, ST7920, IST3020, IST3088, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219, GP1287, GP1247, GU800. Interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.33.15.zip", + "archiveFileName": "U8g2-2.33.15.zip", + "size": 10993223, + "checksum": "SHA-256:9702bcab42daad819738287269b043c7b7beb6368ea8f67af4fb175ae3338edb" + }, + { + "name": "U8g2", + "version": "2.34.22", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "license": "BSD-2-Clause", + "sentence": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1318, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75160, ST75256, ST75320, NT7534, ST7920, IST3020, IST3088, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219, GP1287, GP1247, GU800. Interfaces: I2C, SPI, Parallel.", + "paragraph": "Monochrome LCD, OLED and eInk Library. Display controller: SSD1305, SSD1306, SSD1309, SSD1312, SSD1316, SSD1318, SSD1320, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7981, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1617, UC1638, UC1701, ST7511, ST7528, ST7565, ST7567, ST7571, ST7586, ST7588, ST75160, ST75256, ST75320, NT7534, ST7920, IST3020, IST3088, IST7920, LD7032, KS0108, KS0713, HD44102, T7932, SED1520, SBN1661, IL3820, MAX7219, GP1287, GP1247, GU800. Interfaces: I2C, SPI, Parallel. Features: UTF8, \u003e700 fonts, U8x8 char output.", + "website": "https://github.com/olikraus/u8g2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.34.22.zip", + "archiveFileName": "U8g2-2.34.22.zip", + "size": 11152042, + "checksum": "SHA-256:40d018f7b83ebfbd3bebbf7d47334cfb43e35983b1022752f83268e2613c5c7a" + }, { "name": "FaBo 301 BLE SiliconLabs", "version": "1.0.1", @@ -81711,6 +104556,111 @@ "size": 46168, "checksum": "SHA-256:5964d972d866f61ba683535753c9799b324f5bcc95648fc4a6f80154e55c0ce3" }, + { + "name": "XLR8BuildTemplate", + "version": "1.2.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.2.0.zip", + "archiveFileName": "XLR8BuildTemplate-1.2.0.zip", + "size": 46169, + "checksum": "SHA-256:c40eabbb40a6f8e74ca55291d4973548531d40417ce01ba78b05279182797454" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.3.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.3.0.zip", + "archiveFileName": "XLR8BuildTemplate-1.3.0.zip", + "size": 58113, + "checksum": "SHA-256:ccf21fe6bb8a4a496ef971a4b696747bed5fc5f2f04921ca66a1acfa412fec52" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.3.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.3.1.zip", + "archiveFileName": "XLR8BuildTemplate-1.3.1.zip", + "size": 58113, + "checksum": "SHA-256:e3c56e8d4ecd4589054d5f4620d273808c84a73794908acd4dc1e36043efe6cf" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.4.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.4.0.zip", + "archiveFileName": "XLR8BuildTemplate-1.4.0.zip", + "size": 70438, + "checksum": "SHA-256:ff9ff87d0803e744a9668e3f30a9566604511ca0bfcd10f5a5102c301cefe2d8" + }, + { + "name": "XLR8BuildTemplate", + "version": "1.4.2", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Template for building custom designs for XLR8", + "paragraph": "Use this template to create a build directory for XLR8 designs using the Alorium Technology OpenXLR8 flow. For optimal compatibilty, ensure XLR8Core and XLR8BuildTemplate libraries are updated to the same version number.", + "website": "https://github.com/AloriumTechnology/XLR8BuildTemplate", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8BuildTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8BuildTemplate-1.4.2.zip", + "archiveFileName": "XLR8BuildTemplate-1.4.2.zip", + "size": 70713, + "checksum": "SHA-256:350fe5f2b51932c3c1265ea46fc0e7aefde188017399b7d617549a1c2e780227" + }, { "name": "IonDB", "version": "2.1.3", @@ -82182,6 +105132,132 @@ "size": 29381281, "checksum": "SHA-256:38a25e47046acd5f79a8a4419e996f676df53f0a95ce22e9c4a0a5e312e2ceb7" }, + { + "name": "XLR8Core", + "version": "1.2.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.2.0.zip", + "archiveFileName": "XLR8Core-1.2.0.zip", + "size": 28630051, + "checksum": "SHA-256:5133c7872ac6ea88d4c4cf6b5da829fb8d76958d1bc853148056454504f7a3b7" + }, + { + "name": "XLR8Core", + "version": "1.3.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.3.0.zip", + "archiveFileName": "XLR8Core-1.3.0.zip", + "size": 36939648, + "checksum": "SHA-256:bd0e599bb1f4976c1e5099b16b5fe21a149e2a60cbf799a720232f503f101749" + }, + { + "name": "XLR8Core", + "version": "1.3.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.3.1.zip", + "archiveFileName": "XLR8Core-1.3.1.zip", + "size": 37418703, + "checksum": "SHA-256:f68b056a8371e522e565e17b99ebe8f4e2e7c0cee0f72025d17e94d195385726" + }, + { + "name": "XLR8Core", + "version": "1.4.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.4.0.zip", + "archiveFileName": "XLR8Core-1.4.0.zip", + "size": 55625887, + "checksum": "SHA-256:ebbcf94b856114336afe395dfc7d6108f73e86391953e92bbee038b20ad26868" + }, + { + "name": "XLR8Core", + "version": "1.4.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.4.1.zip", + "archiveFileName": "XLR8Core-1.4.1.zip", + "size": 55619750, + "checksum": "SHA-256:a2baad79b247a4cd514c4a182ef77ac3970400b939133eac951332b0cda6e914" + }, + { + "name": "XLR8Core", + "version": "1.4.2", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 Core components", + "paragraph": "With these components, users can integrate their own designs into XLR8 platform using the Alorium Technology OpenXLR8 flow. For optimal compatibilty, ensure XLR8Core and XLR8BuildTemplate libraries are updated to the same version number.", + "website": "https://github.com/AloriumTechnology/XLR8Core", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8Core.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8Core-1.4.2.zip", + "archiveFileName": "XLR8Core-1.4.2.zip", + "size": 55619815, + "checksum": "SHA-256:8e717382e1047a3c9ff803c7e19b744e9b71a98755c95a9e537718f2f4b9eeea" + }, { "name": "LoRa Serialization", "version": "2.1.0", @@ -82242,6 +105318,46 @@ "size": 532261, "checksum": "SHA-256:974f5af54cde54f1dddb2d34056e6e5145acccba07275346792e5a8cfb23478c" }, + { + "name": "LoRa Serialization", + "version": "3.1.0", + "author": "Joscha Feth \u003cjoscha@feth.com\u003e", + "maintainer": "Joscha Feth \u003cjoscha@feth.com\u003e", + "sentence": "Library for serialization of data on the Arduino side and deserialization in the TTN", + "website": "https://github.com/thesolarnomad/lora-serialization", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thesolarnomad/lora-serialization.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-3.1.0.zip", + "archiveFileName": "LoRa_Serialization-3.1.0.zip", + "size": 528818, + "checksum": "SHA-256:10f35aca892e435ab5a4261ec241c6f66cfc36bf2b559c80e39ef983f274c355" + }, + { + "name": "LoRa Serialization", + "version": "3.2.1", + "author": "Joscha Feth \u003cjoscha@feth.com\u003e", + "maintainer": "Joscha Feth \u003cjoscha@feth.com\u003e", + "sentence": "Library for serialization of data on the Arduino side and deserialization in the TTN", + "website": "https://github.com/thesolarnomad/lora-serialization", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thesolarnomad/lora-serialization.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thesolarnomad/LoRa_Serialization-3.2.1.zip", + "archiveFileName": "LoRa_Serialization-3.2.1.zip", + "size": 529020, + "checksum": "SHA-256:8150bb23d5912afb19333e976be0bdb5cf2799fae34f5d2ceb575a719479896a" + }, { "name": "Eventually", "version": "0.1.0", @@ -83051,6 +106167,35 @@ "size": 4796361, "checksum": "SHA-256:0d5cb909bf9298d1be37d7d65163e0907a6aaf4fcc1c646e2a32a411494b2844" }, + { + "name": "LiquidMenu", + "version": "1.6.0", + "author": "Vasil Kalchev \u003cvase7u@gmail.com\u003e", + "maintainer": "Vasil Kalchev \u003cvase7u@gmail.com\u003e", + "sentence": "Menu creation Arduino library for LCDs, wraps LiquidCrystal.", + "paragraph": "LiquidMenu wraps the Arduino's LiquidCrystal library with the ability to create menus. It simplifies the menu creation process by abstracting the elements of a menu into hierarchically organized classes.", + "website": "https://github.com/VaSe7u/LiquidMenu", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/VasilKalchev/LiquidMenu.git", + "providesIncludes": [ + "LiquidMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/VasilKalchev/LiquidMenu-1.6.0.zip", + "archiveFileName": "LiquidMenu-1.6.0.zip", + "size": 5204784, + "checksum": "SHA-256:56ebcd5b63db13dfd92531cdc0674b121b2ab16fa2d2e5cf2cbe0150a98f3ba8" + }, { "name": "WizFi250", "version": "1.1.0", @@ -85022,6 +108167,56 @@ "size": 526501, "checksum": "SHA-256:be87c75e71474dcb4c393e606ee3fa0efd175c35ce4eca23a2495d2fe4218e27" }, + { + "name": "ArduinoSTL", + "version": "1.3.2", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e, Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e, Arduino", + "maintainer": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "sentence": "A port of uClibc++ Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/mike-matera/ArduinoSTL", + "category": "Other", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mike-matera/ArduinoSTL.git", + "providesIncludes": [ + "ArduinoSTL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.3.2.zip", + "archiveFileName": "ArduinoSTL-1.3.2.zip", + "size": 178600, + "checksum": "SHA-256:454886f2f752614e9794b7aaf01e35a4defaea79ca0478e36492c79bfe404e0d" + }, + { + "name": "ArduinoSTL", + "version": "1.3.3", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e, Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e, Arduino", + "maintainer": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "sentence": "A port of uClibc++ Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/mike-matera/ArduinoSTL", + "category": "Other", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mike-matera/ArduinoSTL.git", + "providesIncludes": [ + "ArduinoSTL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mike-matera/ArduinoSTL-1.3.3.zip", + "archiveFileName": "ArduinoSTL-1.3.3.zip", + "size": 178587, + "checksum": "SHA-256:e2720c566b2b5275bd70f85c3259edef8402b841793f9537795a8cd2ae2676b9" + }, { "name": "SharpIR", "version": "1.0.0", @@ -85309,6 +108504,27 @@ "size": 447314, "checksum": "SHA-256:bf29015e6c627d073738b377677e9d5f8af453452ac743acf77938a41fb63975" }, + { + "name": "EspSaveCrash", + "version": "1.3.0", + "author": "Krzysztof Budzynski \u003ckrzychb@gazeta.pl\u003e", + "maintainer": "Krzysztof Budzynski \u003ckrzychb@gazeta.pl\u003e", + "sentence": "Automatically saves exception details and stack trace to flash in case of ESP8266 crash.", + "paragraph": "EspSaveCrash is a handy little library that will keep catching and saving crash information to ESP8266 flash in case it fails due to exception or software WDT. For more details please visit https://github.com/krzychb/ESPSaveCrash", + "website": "https://github.com/krzychb/EspSaveCrash", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/krzychb/EspSaveCrash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/krzychb/EspSaveCrash-1.3.0.zip", + "archiveFileName": "EspSaveCrash-1.3.0.zip", + "size": 447625, + "checksum": "SHA-256:84d223b4f9a2790fc3ab7d211bf981a8ff85ef7fff167b59ba965b8531236d29" + }, { "name": "uStepper", "version": "0.3.0", @@ -85729,6 +108945,27 @@ "size": 19109, "checksum": "SHA-256:4d90b8ab3d5dcd899eb17d1b71dd73313bc77da8a5529989b77414f59c8437bf" }, + { + "name": "VL53L0X", + "version": "1.3.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L0X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", + "website": "https://github.com/pololu/vl53l0x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L0X-1.3.1.zip", + "archiveFileName": "VL53L0X-1.3.1.zip", + "size": 19086, + "checksum": "SHA-256:ec5dedc3be0af0ace3dba598aa501c3b22753602dd83c6878d4a168a18a7c74a" + }, { "name": "TCM2lib", "version": "1.0.0", @@ -86150,6 +109387,29 @@ "size": 4794, "checksum": "SHA-256:aff9b2c4d88ad5ff249975297304e04fbe19750d06b867eb3378030cd62b4a0b" }, + { + "name": "SoftwareReset", + "version": "3.0.1", + "author": "Giuseppe Masino (qub1750ul)", + "maintainer": "Giuseppe Masino (qub1750ul)", + "sentence": "Software methods to reset AVR boards", + "website": "https://github.com/qub1750ul/Arduino_SoftwareReset", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HackerInside0/Arduino_SoftwareReset.git", + "providesIncludes": [ + "SoftwareReset.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HackerInside0/SoftwareReset-3.0.1.zip", + "archiveFileName": "SoftwareReset-3.0.1.zip", + "size": 5207, + "checksum": "SHA-256:f057f2e046a1a7e69cea29661132d5dd46ebe668fe73d8a1d93df90f6b3b4358" + }, { "name": "FastGPIO", "version": "2.0.0", @@ -86192,6 +109452,27 @@ "size": 12297, "checksum": "SHA-256:09d4c21c660487600c510d09245f15546ad780365ef434ab3029e997c0776fc5" }, + { + "name": "FastGPIO", + "version": "2.2.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Faster general-purpose I/O", + "paragraph": "C++ library for the Arduino IDE that allows you to manipulate general-purpose I/O (GPIO) pins on your Arduino or Arduino-compatible board with minimal overhead.", + "website": "https://github.com/pololu/fastgpio-arduino", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/fastgpio-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/FastGPIO-2.2.0.zip", + "archiveFileName": "FastGPIO-2.2.0.zip", + "size": 12049, + "checksum": "SHA-256:dbcc4211ae97bcbe2c910944df3df0410fc7dbb2717f0483d33f2bfd9bb00c42" + }, { "name": "MegunoLink", "version": "1.10.0", @@ -86630,6 +109911,207 @@ "size": 720931, "checksum": "SHA-256:ebb6e18f08fd890243c49b2729e08df8eba3a4e2b2d9e61ac007683219c3c056" }, + { + "name": "MegunoLink", + "version": "1.31.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "TCPCommandHandler.h", + "ArduinoTimer.h", + "CircularBuffer.h", + "EEPROMStore.h", + "Filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.31.0.zip", + "archiveFileName": "MegunoLink-1.31.0.zip", + "size": 994247, + "checksum": "SHA-256:c6015672aa3b200ffb415e0d072cc55d9ab86ccb58f7a25e9194b27b4e7742a7" + }, + { + "name": "MegunoLink", + "version": "1.32.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "TCPCommandHandler.h", + "ArduinoTimer.h", + "CircularBuffer.h", + "EEPROMStore.h", + "Filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.32.0.zip", + "archiveFileName": "MegunoLink-1.32.0.zip", + "size": 1007828, + "checksum": "SHA-256:8cf4a48531c0b654e0061e7fff1e28da4e9b917515fe59d9ce4ef762b4dd3f70" + }, + { + "name": "MegunoLink", + "version": "1.33.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "TCPCommandHandler.h", + "ArduinoTimer.h", + "CircularBuffer.h", + "EEPROMStore.h", + "Filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.33.0.zip", + "archiveFileName": "MegunoLink-1.33.0.zip", + "size": 1047759, + "checksum": "SHA-256:269b55d859705de225667695eafded4158bfe5ae5949a11bac6c09166bd12dfc" + }, + { + "name": "MegunoLink", + "version": "1.39.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "ArduinoTimer.h", + "CircularBuffer.h", + "CommandDispatcher.h", + "CommandHandler.h", + "CommandProcessor.h", + "EEPROMStore.h", + "Filter.h", + "FixedStringBuffer.h", + "MegunoLink.h", + "TCPCommandHandler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.39.0.zip", + "archiveFileName": "MegunoLink-1.39.0.zip", + "size": 1355350, + "checksum": "SHA-256:63e6fb20cede5564a3dfd24581e9839207bebd248d3000801dd85e62440b4d90" + }, + { + "name": "MegunoLink", + "version": "1.40.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "ArduinoTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.40.0.zip", + "archiveFileName": "MegunoLink-1.40.0.zip", + "size": 1551981, + "checksum": "SHA-256:15841cdabe068a81f6c4950150d1c69730b2db4741d17ff4697c2aaafe53d312" + }, + { + "name": "MegunoLink", + "version": "1.41.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "ArduinoTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.41.0.zip", + "archiveFileName": "MegunoLink-1.41.0.zip", + "size": 1555245, + "checksum": "SHA-256:751bf2d544083c3dd5d7cca1e1ad4c76b87a4b12a4e6dddd7e7bfa800cf47717" + }, + { + "name": "MegunoLink", + "version": "1.42.0", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library for storing data in the eeprom, processing serial messages and plotting data with MegunoLink.", + "paragraph": "Also includes handy timer and filtering tools.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Megunolink/MLP.git", + "providesIncludes": [ + "MegunoLink.h", + "CommandHandler.h", + "ArduinoTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink-1.42.0.zip", + "archiveFileName": "MegunoLink-1.42.0.zip", + "size": 1558403, + "checksum": "SHA-256:513a0c684caf5d1fafd4582e9423784881054e8d14dc66fb20ae854c2ba6d0f9" + }, { "name": "DualVNH5019MotorShield", "version": "2.0.0", @@ -86756,6 +110238,27 @@ "size": 12394, "checksum": "SHA-256:9d0d694296cd8f001bdef4edb38dda54d97d60b6d611ec328bb564625cf33a05" }, + { + "name": "PololuQik", + "version": "2.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu Qik dual serial motor controllers", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with the Pololu Qik dual serial motor controllers.", + "website": "https://github.com/pololu/qik-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/qik-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuQik-2.1.0.zip", + "archiveFileName": "PololuQik-2.1.0.zip", + "size": 14966, + "checksum": "SHA-256:148aa9921dce327742923614bf4ce11d5562a0f021b0e7e71d4157f5fd280bd4" + }, { "name": "LSM303", "version": "3.0.0", @@ -86840,6 +110343,48 @@ "size": 9984, "checksum": "SHA-256:c8bbdb220cae56bde9360de3d0f3b8a18ba955dcf79a73284178625faee0798a" }, + { + "name": "LPS", + "version": "3.0.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for Pololu LPS25H and LPS331AP boards", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with ST LPS25HB, LPS25H, and LPS331AP pressure sensors on Pololu boards.", + "website": "https://github.com/pololu/lps-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/lps-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LPS-3.0.1.zip", + "archiveFileName": "LPS-3.0.1.zip", + "size": 9966, + "checksum": "SHA-256:d6188f23ad31fa897db1283900fda703017c14674d88971cefabc76baa03835d" + }, + { + "name": "LPS", + "version": "3.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for Pololu LPS boards", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with ST LPS22DF, LPS25HB, LPS25H, and LPS331AP pressure sensors on Pololu boards.", + "website": "https://github.com/pololu/lps-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/lps-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/LPS-3.1.0.zip", + "archiveFileName": "LPS-3.1.0.zip", + "size": 10756, + "checksum": "SHA-256:8fa2a90b29d1e520787004ad092f5f019636237ea65db412bf851823a78bebda" + }, { "name": "A4990MotorShield", "version": "2.0.0", @@ -86903,6 +110448,27 @@ "size": 6830, "checksum": "SHA-256:018786d08eeadaddbd3ce6c8dbda23ccdad7f1933e1a92c5d39a68a01556fea0" }, + { + "name": "DRV8835MotorShield", + "version": "2.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu DRV8835 Dual Motor Driver Shield", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with the Pololu DRV8835 Dual Motor Driver Shield for Arduino.", + "website": "https://github.com/pololu/drv8835-motor-shield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/drv8835-motor-shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DRV8835MotorShield-2.1.0.zip", + "archiveFileName": "DRV8835MotorShield-2.1.0.zip", + "size": 7068, + "checksum": "SHA-256:4b09463b6f22d84e324996537bfaeaa31bca74d447d35a7b0dc0b81ca7149b1d" + }, { "name": "DualMC33926MotorShield", "version": "2.0.0", @@ -87713,6 +111279,78 @@ "size": 3215446, "checksum": "SHA-256:38ae24f61ab1bfc9f3c87a57611a81df3282902c49c222b4250f3f8f6acc2eb9" }, + { + "name": "TheThingsNetwork", + "version": "2.7.0", + "author": "The Things Network", + "maintainer": "Johan Stokking \u003cjohan@thethingsnetwork.org\u003e", + "sentence": "The Things Network Arduino Library.", + "paragraph": "Compatible with any Microchip RN2483 and RN2903 device.", + "website": "https://github.com/TheThingsNetwork/arduino-device-lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", + "providesIncludes": [ + "TheThingsNetwork.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.7.0.zip", + "archiveFileName": "TheThingsNetwork-2.7.0.zip", + "size": 3220962, + "checksum": "SHA-256:4d2a861a6370f50b55f8aabd59b973f3030010d43bf2f0ae6766da3f6ff2cea5" + }, + { + "name": "TheThingsNetwork", + "version": "2.7.1", + "author": "The Things Network", + "maintainer": "Johan Stokking \u003cjohan@thethingsnetwork.org\u003e", + "sentence": "The Things Network Arduino Library.", + "paragraph": "Compatible with any Microchip RN2483 and RN2903 device.", + "website": "https://github.com/TheThingsNetwork/arduino-device-lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", + "providesIncludes": [ + "TheThingsNetwork.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.7.1.zip", + "archiveFileName": "TheThingsNetwork-2.7.1.zip", + "size": 3220964, + "checksum": "SHA-256:37e27e53b3827e57f4050a8232200ce74299f5a654a2566fe4b167eb9b6d10c5" + }, + { + "name": "TheThingsNetwork", + "version": "2.7.2", + "author": "The Things Network", + "maintainer": "Johan Stokking \u003cjohan@thethingsnetwork.org\u003e", + "sentence": "The Things Network Arduino Library.", + "paragraph": "Compatible with any Microchip RN2483 and RN2903 device.", + "website": "https://github.com/TheThingsNetwork/arduino-device-lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheThingsNetwork/arduino-device-lib.git", + "providesIncludes": [ + "TheThingsNetwork.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheThingsNetwork/TheThingsNetwork-2.7.2.zip", + "archiveFileName": "TheThingsNetwork-2.7.2.zip", + "size": 3223286, + "checksum": "SHA-256:a2327ff557e5b733ebee4c4d0830fc0e0bab68fa471eb9da3875cbbf9b35ceba" + }, { "name": "ESPiLight", "version": "0.10.0", @@ -88375,6 +112013,27 @@ "size": 8826, "checksum": "SHA-256:18259c82b85600067ccb8d20cb98edb9d1883982f5451abcd79662809f4c272d" }, + { + "name": "Buffered Streams", + "version": "1.0.8", + "author": "Paulo Costa", + "maintainer": "Paulo Costa \u003cme+arduino@paulo.costa.nom.br\u003e", + "sentence": "Implementation of Arduino's Stream class which use internal ring buffers to emulate a pair of connected Streams or a Loopback Stream.", + "paragraph": "It can be used to easily add a buffering layer to communications, to implement the communication between multiple components, or to make Serial-like objects.", + "website": "https://github.com/paulo-raca/ArduinoBufferedStreams", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/paulo-raca/ArduinoBufferedStreams.git", + "url": "https://downloads.arduino.cc/libraries/github.com/paulo-raca/Buffered_Streams-1.0.8.zip", + "archiveFileName": "Buffered_Streams-1.0.8.zip", + "size": 8910, + "checksum": "SHA-256:fe2b16a05bffef60abc2ce58866ace46978757d0c193e38173e863e9debea042" + }, { "name": "KTMS1201", "version": "1.0.0", @@ -88465,6 +112124,69 @@ "size": 5707, "checksum": "SHA-256:dc61a27eaca8e2ed400d4056382dd60029ee153663b0a4b8c5992a024c11c656" }, + { + "name": "ESP8266Scheduler", + "version": "0.2.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "ESP8266 Co-operative Multitasking", + "paragraph": "Co-operative multitasking for ESP8266 modules.", + "website": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ESP8266Scheduler-0.2.0.zip", + "archiveFileName": "ESP8266Scheduler-0.2.0.zip", + "size": 7635, + "checksum": "SHA-256:a61a9abf814e6ea00a04c2d5ea06cf8ad8a55136f8231ff171bbdc0472ed64c3" + }, + { + "name": "ESP8266Scheduler", + "version": "0.3.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "ESP8266 Co-operative Multitasking", + "paragraph": "Co-operative multitasking for ESP8266 modules.", + "website": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ESP8266Scheduler-0.3.0.zip", + "archiveFileName": "ESP8266Scheduler-0.3.0.zip", + "size": 14085, + "checksum": "SHA-256:4c8a3ec8cd60fb61dead4f068eb2c357bc6a395d10f87f22eb02370f3c34f111" + }, + { + "name": "ESP8266Scheduler", + "version": "1.0.0", + "author": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "maintainer": "Nick Wiersma \u003cnick@wiersma.co.za\u003e", + "sentence": "ESP8266 Co-operative Multitasking", + "paragraph": "Co-operative multitasking for ESP8266 modules.", + "website": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nrwiersma/ESP8266Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nrwiersma/ESP8266Scheduler-1.0.0.zip", + "archiveFileName": "ESP8266Scheduler-1.0.0.zip", + "size": 14198, + "checksum": "SHA-256:542c4932939013f0117a70087d720f984ac42c4b4bdaed90c13783a796a6f236" + }, { "name": "NanoPlayBoard", "version": "0.1.0", @@ -88984,7 +112706,7 @@ "sentence": "A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.", "paragraph": "This library is derived from the original Arduino LiquidCrystal library and uses the original Wire library for communication.", "website": "http://www.mathertel.de/Arduino/LiquidCrystal_PCF8574.aspx", - "category": "Communication", + "category": "Display", "architectures": [ "*" ], @@ -89005,7 +112727,7 @@ "sentence": "A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.", "paragraph": "This library uses the original Wire library for communication.", "website": "https://www.mathertel.de/Arduino/LiquidCrystal_PCF8574.aspx", - "category": "Communication", + "category": "Display", "architectures": [ "*" ], @@ -89018,6 +112740,90 @@ "size": 8297, "checksum": "SHA-256:2409f2a488991b79abdee5bd4b1205a6abe4f1b08b91cccbc2525a31eca59477" }, + { + "name": "LiquidCrystal_PCF8574", + "version": "1.3.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel \u003cwww.mathertel.de\u003e", + "sentence": "A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.", + "paragraph": "This library uses the original Wire library for communication.", + "website": "https://www.mathertel.de/Arduino/LiquidCrystal_PCF8574.aspx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/LiquidCrystal_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-1.3.0.zip", + "archiveFileName": "LiquidCrystal_PCF8574-1.3.0.zip", + "size": 8377, + "checksum": "SHA-256:0f3ba7652e668bb9f01b23e935ef30082d8242e0c62c83a7edc1f63a3efb2cf8" + }, + { + "name": "LiquidCrystal_PCF8574", + "version": "2.0.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel \u003cwww.mathertel.de\u003e", + "sentence": "A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.", + "paragraph": "This library uses the original Wire library for communication.", + "website": "https://www.mathertel.de/Arduino/LiquidCrystal_PCF8574.aspx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/LiquidCrystal_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-2.0.0.zip", + "archiveFileName": "LiquidCrystal_PCF8574-2.0.0.zip", + "size": 9720, + "checksum": "SHA-256:ae1fd538da5f4e250534334a42f4a877daffae37a24e80156c316fc27980f1bf" + }, + { + "name": "LiquidCrystal_PCF8574", + "version": "2.1.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel \u003cwww.mathertel.de\u003e", + "sentence": "A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.", + "paragraph": "This library uses the original Wire library for communication.", + "website": "https://www.mathertel.de/Arduino/LiquidCrystal_PCF8574.aspx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/LiquidCrystal_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-2.1.0.zip", + "archiveFileName": "LiquidCrystal_PCF8574-2.1.0.zip", + "size": 11551, + "checksum": "SHA-256:823ef5d1bd2623909f07addda3cb3273ea192932321c45f2c42d6fd798af638b" + }, + { + "name": "LiquidCrystal_PCF8574", + "version": "2.2.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel \u003cwww.mathertel.de\u003e", + "sentence": "A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.", + "paragraph": "This library uses the original Wire library for communication.", + "website": "https://www.mathertel.de/Arduino/LiquidCrystal_PCF8574.aspx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/LiquidCrystal_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/LiquidCrystal_PCF8574-2.2.0.zip", + "archiveFileName": "LiquidCrystal_PCF8574-2.2.0.zip", + "size": 11705, + "checksum": "SHA-256:1cf9b2cbd049b56cb7eef7dc7f0717229d30b1677bc638a79fcf0a5cc444df5b" + }, { "name": "i2c_adc_ads7828", "version": "2.0.0", @@ -89114,6 +112920,30 @@ "size": 494145, "checksum": "SHA-256:808e36a5eb4682e5049a27cae18b416116a7aabf2d39724eb420b397565eed39" }, + { + "name": "DigitalIO", + "version": "1.0.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Fast digital IO.", + "paragraph": "Defaults to slow digitalRead/digitalWrite for undefined architectures.", + "website": "https://github.com/greiman/DigitalIO", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/DigitalIO.git", + "providesIncludes": [ + "DigitalIO.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/DigitalIO-1.0.1.zip", + "archiveFileName": "DigitalIO-1.0.1.zip", + "size": 494133, + "checksum": "SHA-256:ea943b3cdae40e7bb667df4a80fc78623e783f92394c49e0711b9f887f5b8fe4" + }, { "name": "I2cDiscreteIoExpander", "version": "4.0.0", @@ -90041,6 +113871,27 @@ "size": 248957, "checksum": "SHA-256:d3ace3494f1309acf098224e08dd2feaa5a422fa1f7606b7994677015aea615c" }, + { + "name": "arduinoVNC", + "version": "1.4.0", + "author": "Markus Sattler", + "maintainer": "Markus Sattler", + "sentence": "VNC Client for Arduino", + "website": "https://github.com/Links2004/arduinoVNC", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Links2004/arduinoVNC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Links2004/arduinoVNC-1.4.0.zip", + "archiveFileName": "arduinoVNC-1.4.0.zip", + "size": 254107, + "checksum": "SHA-256:b0bac5fac20906cb4ea7542695743d9b8c8ac2c1eeffc5cd6814b497fbb076fa" + }, { "name": "Ingenia Serial Servo Drive Library", "version": "1.1.0", @@ -90104,6 +113955,69 @@ "size": 13300, "checksum": "SHA-256:5e274fd091fea7965e576433c9925c6548754ee3a7bde5e0ba5a7faf059ab241" }, + { + "name": "RTCLib by NeiroN", + "version": "1.6.1", + "author": "JeeLabs (http://news.jeelabs.org/code/), NeiroN (neiron.nxn@gmail.com)", + "maintainer": "NeiroN (neiron.nxn@gmail.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, PCF8583, PCF8563, RTC_Millis Real Time Clock modules easy.", + "paragraph": "Including temperature, alarms and memory storage if present. Includes DateTime class implementation and its conversion.", + "website": "https://github.com/NeiroNx/RTCLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NeiroNx/RTCLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NeiroNx/RTCLib_by_NeiroN-1.6.1.zip", + "archiveFileName": "RTCLib_by_NeiroN-1.6.1.zip", + "size": 18805, + "checksum": "SHA-256:ea8d45fa5354f87f5772f3c4a510dc78c1f1de8d040de1e923f3ebc9c5abb80b" + }, + { + "name": "RTCLib by NeiroN", + "version": "1.6.2", + "author": "JeeLabs (http://news.jeelabs.org/code/), NeiroN (neiron.nxn@gmail.com)", + "maintainer": "NeiroN (neiron.nxn@gmail.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, PCF8583, PCF8563, RTC_Millis Real Time Clock modules easy.", + "paragraph": "Including temperature, alarms and memory storage if present. Includes DateTime class implementation and its conversion.", + "website": "https://github.com/NeiroNx/RTCLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NeiroNx/RTCLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NeiroNx/RTCLib_by_NeiroN-1.6.2.zip", + "archiveFileName": "RTCLib_by_NeiroN-1.6.2.zip", + "size": 18803, + "checksum": "SHA-256:86a04fae488f6defe1d345aa524c0521c4aa4b6c6c2938ee83bc10a9da28555f" + }, + { + "name": "RTCLib by NeiroN", + "version": "1.6.3", + "author": "JeeLabs (http://news.jeelabs.org/code/), NeiroN (neiron.nxn@gmail.com)", + "maintainer": "NeiroN (neiron.nxn@gmail.com)", + "sentence": "A library that makes interfacing DS1302, DS1307, DS3231, PCF8583, PCF8563, RTC_Millis Real Time Clock modules easy.", + "paragraph": "Including temperature, alarms and memory storage if present. Includes DateTime class implementation and its conversion.", + "website": "https://github.com/NeiroNx/RTCLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NeiroNx/RTCLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NeiroNx/RTCLib_by_NeiroN-1.6.3.zip", + "archiveFileName": "RTCLib_by_NeiroN-1.6.3.zip", + "size": 18802, + "checksum": "SHA-256:621b928fd7b843840d5e1eb8212511877b7d0487c06d58fbe806be373e2407d6" + }, { "name": "KeyDetector", "version": "1.0.0", @@ -90176,6 +114090,54 @@ "size": 32899, "checksum": "SHA-256:1932a629976ffb4050be2263bec1a5808097cf699521a37e1fbb2f6b37be85df" }, + { + "name": "KeyDetector", + "version": "1.1.2", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for detecting state change on analog and digital pins.", + "paragraph": "Listens for specified values on the analog input and sets KeyDetector object state accordingly. Detects digital pin state change as well.", + "website": "https://github.com/Spirik/KeyDetector", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/KeyDetector.git", + "providesIncludes": [ + "KeyDetector.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.1.2.zip", + "archiveFileName": "KeyDetector-1.1.2.zip", + "size": 33182, + "checksum": "SHA-256:bcc368a2ded4f88f960360e31c7e34edf77cf6d2597cada2f8585a8bb4122c05" + }, + { + "name": "KeyDetector", + "version": "1.2.0", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for detecting state change on analog and digital pins.", + "paragraph": "Listens for specified values on the analog input and sets KeyDetector object state accordingly. Detects digital pin state change as well.", + "website": "https://github.com/Spirik/KeyDetector", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/KeyDetector.git", + "providesIncludes": [ + "KeyDetector.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/KeyDetector-1.2.0.zip", + "archiveFileName": "KeyDetector-1.2.0.zip", + "size": 36824, + "checksum": "SHA-256:4e08481cb136f623391c7828589e8aaa43ecac1cb39c6a95a76ac46b33dce1dc" + }, { "name": "ADS1110", "version": "1.1.0", @@ -90659,6 +114621,27 @@ "size": 4486, "checksum": "SHA-256:af494c286099da4efd0dae6ba2f12a4a34293b127c8e3f8897ac35a1370fd759" }, + { + "name": "CD74HC4067", + "version": "1.0.2", + "author": "Patrick Wasp \u003cpatrickwasp@gmail.com\u003e", + "maintainer": "Patrick Wasp \u003cpatrickwasp@gmail.com\u003e", + "sentence": "A library for interfacing with the CD74HC4067 Mux.", + "paragraph": "Easily select which channel to read or write to on your multiplexer.", + "website": "https://github.com/waspinator/CD74HC4067", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/waspinator/CD74HC4067.git", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/CD74HC4067-1.0.2.zip", + "archiveFileName": "CD74HC4067-1.0.2.zip", + "size": 4644, + "checksum": "SHA-256:5d1f26ae8c1b079c0177a6d3716a68a24ac76c18352fad83774fe98eda395eb8" + }, { "name": "GhostLab42Reboot", "version": "1.0.1", @@ -91266,78 +115249,6 @@ "size": 25616, "checksum": "SHA-256:4ed02b1d129370581ab75ec3407bcba7e2b273cf8780ac7fc89e1b2a10c3fa3f" }, - { - "name": "ArduinoSerialToTCPBridgeClient", - "version": "1.0.0", - "author": "Roan Brand \u003cbrandroan@gmail.com\u003e", - "maintainer": "Roan Brand \u003cbrandroan@gmail.com\u003e", - "sentence": "Open a TCP connection to a server from the Arduino using just serial. (No shields or network HW)", - "paragraph": "INSTALL DEPENDENCIES! The Protocol Gateway service runs on the host, listens on a COM port connected to the Arduino, and opens TCP connections on behalf of the Protocol Client runnning on the Arduino, forwarding traffic bi-directionally. The protocol provides the app an in order, duplicates free and error checked byte stream by adding a CRC32 and simple retry mechanism.", - "website": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient.git", - "providesIncludes": [ - "ArduinoSerialToTCPBridgeClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.0.0.zip", - "archiveFileName": "ArduinoSerialToTCPBridgeClient-1.0.0.zip", - "size": 6969, - "checksum": "SHA-256:62b1aff29cc2ba2f5813fe7adb645162d653868a49edf65291020f2073b57dcf" - }, - { - "name": "ArduinoSerialToTCPBridgeClient", - "version": "1.0.1", - "author": "Roan Brand \u003cbrandroan@gmail.com\u003e", - "maintainer": "Roan Brand \u003cbrandroan@gmail.com\u003e", - "sentence": "Open a TCP connection to a server from the Arduino using just serial. (No Ethernet/WiFi shields necessary)", - "paragraph": "Quickly communicate with other servers and make network apps using minimal hardware. INSTALL DEPENDENCIES! The Protocol Gateway service runs on the host, listens on a COM port connected to the Arduino, and opens TCP connections on behalf of the Protocol Client runnning on the Arduino, forwarding traffic bi-directionally. The protocol provides the app an in order, duplicates free and error checked byte stream by adding a CRC32 and simple retry mechanism.", - "website": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient.git", - "providesIncludes": [ - "ArduinoSerialToTCPBridgeClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.0.1.zip", - "archiveFileName": "ArduinoSerialToTCPBridgeClient-1.0.1.zip", - "size": 9210, - "checksum": "SHA-256:c8e680687df32913e4aa692ffe700f010121b864129d365f891bc161fa77a92a" - }, - { - "name": "ArduinoSerialToTCPBridgeClient", - "version": "1.1.0", - "author": "Roan Brand \u003cbrandroan@gmail.com\u003e", - "maintainer": "Roan Brand \u003cbrandroan@gmail.com\u003e", - "sentence": "Open a TCP connection to a server from the Arduino using just serial. (No Ethernet/WiFi shields necessary)", - "paragraph": "Quickly communicate with other servers and make network apps using minimal hardware. INSTALL DEPENDENCIES! The Protocol Gateway service runs on the host, listens on a COM port connected to the Arduino, and opens TCP connections on behalf of the Protocol Client runnning on the Arduino, forwarding traffic bi-directionally. The protocol provides the app an in order, duplicates free and error checked byte stream by adding a CRC32 and simple retry mechanism.", - "website": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient.git", - "providesIncludes": [ - "ArduinoSerialToTCPBridgeClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RoanBrand/ArduinoSerialToTCPBridgeClient-1.1.0.zip", - "archiveFileName": "ArduinoSerialToTCPBridgeClient-1.1.0.zip", - "size": 10296, - "checksum": "SHA-256:26046393452d65dce3fb9dbd508c84a48ef71b203d7eef0e4c9816851671ff1a" - }, { "name": "EEPROMWearLevel", "version": "1.0.0", @@ -91380,6 +115291,28 @@ "size": 17496, "checksum": "SHA-256:a3783eceb837f506449d30713452cad6f2e0954c205fabdc167aca09d9d1b4d3" }, + { + "name": "EEPROMWearLevel", + "version": "2.1.0", + "author": "Pete \u003carduino@pete.ch\u003e", + "maintainer": "Pete \u003carduino@pete.ch\u003e", + "sentence": "EEPROMWearLevel reduces EEPROM wear by writting a new value to an other EEPROM location.", + "paragraph": "EEPROMWearLevel bases on the EEPROM library included in the Arduino framework. It reduces EEPROM wear by writting a new value to an other EEPROM location. The current location is stored by writing a single bit for every EEPROM location. When all are used, it starts again on the first location.", + "website": "https://github.com/PRosenb/EEPROMWearLevel", + "category": "Other", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PRosenb/EEPROMWearLevel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/EEPROMWearLevel-2.1.0.zip", + "archiveFileName": "EEPROMWearLevel-2.1.0.zip", + "size": 19750, + "checksum": "SHA-256:54fb4b82a7e9fd2666578fa7b3300e3e02656d037eca17842425133d57d99329" + }, { "name": "PCA9536", "version": "1.0.0", @@ -92319,6 +116252,110 @@ "size": 70048, "checksum": "SHA-256:1c4b63651b06a886a83ce09e9418b940474c0250e8b8a9f3624d624c2b85841c" }, + { + "name": "Webbino", + "version": "0.9.95", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.95.zip", + "archiveFileName": "Webbino-0.9.95.zip", + "size": 140831, + "checksum": "SHA-256:7d6a8f2a83305a849b0bc2139158aa6b31a95bf7f70188c473904b28be4f7df9" + }, + { + "name": "Webbino", + "version": "0.9.96", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.96.zip", + "archiveFileName": "Webbino-0.9.96.zip", + "size": 156530, + "checksum": "SHA-256:02da88a5757b844857cbbb635085c019537a3bd9d570e7f1dc3c3b96a00ac897" + }, + { + "name": "Webbino", + "version": "0.9.97", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.97.zip", + "archiveFileName": "Webbino-0.9.97.zip", + "size": 156531, + "checksum": "SHA-256:26a158c00ab1bf2d7d8f5693833cfa2e3549e4f438762430ab2731c61c6446ba" + }, + { + "name": "Webbino", + "version": "0.9.98", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.98.zip", + "archiveFileName": "Webbino-0.9.98.zip", + "size": 156918, + "checksum": "SHA-256:ca65e9bff2c0a2f977bc2f9fbd20ceb4cad5c364164e439c4dc771b707e147c3" + }, { "name": "Webbino", "version": "20160709.0.0", @@ -92338,7 +116375,33 @@ "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-20160709.0.0.zip", "archiveFileName": "Webbino-20160709.0.0.zip", "size": 69491, - "checksum": "SHA-256:ed45657685a760cc760adaf9012b7bc771247d0a57195f0d80e614665bffceec" + "checksum": "SHA-256:6a2fcf3d3cf445b1d559dd7befe27918cdca1dc5431428e034ed0cf242efe4ca" + }, + { + "name": "Webbino", + "version": "0.9.99", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Advanced webserver for Arduino", + "paragraph": "Compatible with many network interfaces. Webpages can either be embedded in the code and/or stored on an SD card (with long filenames!). Supports GET requests and allows easy embedding of dynamic contents.", + "website": "https://github.com/SukkoPera/Webbino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/Webbino.git", + "dependencies": [ + { + "name": "PString-Arduino-lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/Webbino-0.9.99.zip", + "archiveFileName": "Webbino-0.9.99.zip", + "size": 156900, + "checksum": "SHA-256:6b24d9a985c874b06200f9670fc3307e380fea13e0f24354a7195c816d5327f4" }, { "name": "Adafruit IS31FL3731 Library", @@ -92497,6 +116560,64 @@ "size": 11292, "checksum": "SHA-256:9d229a610674b88e4bfef73824709f1da79604a1e0559ab2af304b67487f3cd8" }, + { + "name": "Adafruit IS31FL3731 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "paragraph": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "website": "https://github.com/adafruit/Adafruit_IS31FL3731", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-2.0.0.zip", + "archiveFileName": "Adafruit_IS31FL3731_Library-2.0.0.zip", + "size": 11290, + "checksum": "SHA-256:99f0779d36f588c8eed8ec623a87fdd3c478ce2102844cb7a1f0175d257487c6" + }, + { + "name": "Adafruit IS31FL3731 Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "paragraph": "Arduino library for the Adafruit IS31FL3731 Charlieplex LED driver and CharliePlex FeatherWing.", + "website": "https://github.com/adafruit/Adafruit_IS31FL3731", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3731.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3731_Library-2.0.2.zip", + "archiveFileName": "Adafruit_IS31FL3731_Library-2.0.2.zip", + "size": 11290, + "checksum": "SHA-256:76706e162953111ff70b35fc55a3e7cae846ebc5d9cf5ec525bc229a6435de56" + }, { "name": "AutoAnalogAudio", "version": "1.0.0", @@ -92649,6 +116770,52 @@ "size": 102022428, "checksum": "SHA-256:41ce1841e468a8a3c2b2ac2cef5db4fe66a182881f72d380dd41e0d702f85c72" }, + { + "name": "AutoAnalogAudio", + "version": "1.42.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Automated analog reads and analog output (streaming) using Arduino DAC(or PWM), ADC, DMA and Timers", + "paragraph": "Simplified API for Arduino DAC, ADC, Timers \u0026 DMA, designed with radio \u0026 wireless communication in mind. Easily create a wide variety of audio related applications.", + "website": "https://github.com/TMRh20/AutoAnalogAudio", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "sam", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.42.0.zip", + "archiveFileName": "AutoAnalogAudio-1.42.0.zip", + "size": 102021978, + "checksum": "SHA-256:3c38b14fa8b1d01fe431e7b429c42ed55cfd891f74d19973660040e161067244" + }, + { + "name": "AutoAnalogAudio", + "version": "1.43.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "Automated analog reads and analog output (streaming) using Arduino DAC(or PWM), ADC, DMA and Timers", + "paragraph": "Simplified API for Arduino DAC, ADC, Timers \u0026 DMA, designed with radio \u0026 wireless communication in mind. Easily create a wide variety of audio related applications.", + "website": "https://github.com/TMRh20/AutoAnalogAudio", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "sam", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/AutoAnalogAudio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/AutoAnalogAudio-1.43.0.zip", + "archiveFileName": "AutoAnalogAudio-1.43.0.zip", + "size": 102021903, + "checksum": "SHA-256:2aa0f361704ecca4e8fe2a997decfcc0a0b7d3ff01b93376057cbe1d6cfe1a41" + }, { "name": "SparkFun LP55231 Breakout", "version": "1.0.0", @@ -92670,6 +116837,27 @@ "size": 30860, "checksum": "SHA-256:0e0005ccb676374e625f971de4972662a98efffd53c4c262c18f87efe80c7f7e" }, + { + "name": "SparkFun LP55231 Breakout", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to control the Texas Instruments LP55231 9-channel LED driver.", + "paragraph": "Provides interface class for LP55231, implementing direct control over LED outputs, as well as a more sophisticated interface to the independent execution engines.", + "website": "https://github.com/sparkfun/SparkFun_LP55231_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LP55231_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LP55231_Breakout-1.1.0.zip", + "archiveFileName": "SparkFun_LP55231_Breakout-1.1.0.zip", + "size": 33674, + "checksum": "SHA-256:9811ba39ea704417d29dddcdc7d7ecd0d2a482c9c57a6df8cb49ce834329d248" + }, { "name": "NeoGPS", "version": "3.1.1", @@ -93192,6 +117380,40 @@ "size": 26430, "checksum": "SHA-256:479dde13420d018cf4ae2b3473cdd16ba344e315c7a691f24aabb03b8c88caae" }, + { + "name": "HamShield_KISS", + "version": "1.0.6", + "author": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e, Casey Halverson \u003ccasey@enhancedradio.com\u003e", + "maintainer": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e", + "sentence": "A library for use with HamShield by Enhanced Radio Devices.", + "paragraph": "See the HamShield library by Enhanced Radio Devices for examples.", + "website": "http://www.hamshield.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnhancedRadioDevices/HamShield_KISS.git", + "providesIncludes": [ + "packet.h", + "SimpleFIFO.h", + "KISS.h" + ], + "dependencies": [ + { + "name": "HamShield" + }, + { + "name": "DDS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield_KISS-1.0.6.zip", + "archiveFileName": "HamShield_KISS-1.0.6.zip", + "size": 26450, + "checksum": "SHA-256:757747a17abf32b7a6fdc6ece3bf53074fbf93d7fd9e05b452885f024401f3f6" + }, { "name": "HamShield", "version": "1.0.5", @@ -93376,6 +117598,29 @@ "size": 295942, "checksum": "SHA-256:8aabc94bdb063e8b43bcd7ab4ff2ae36dd68b0e98a832c8af6cb05b43c09ca43" }, + { + "name": "HamShield", + "version": "1.1.4", + "author": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e, Casey Halverson \u003ccasey@enhancedradio.com\u003e", + "maintainer": "Morgan Redfield \u003cmorgan@enhancedradio.com\u003e", + "sentence": "A library for use with HamShield by Enhanced Radio Devices.", + "website": "http://www.hamshield.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnhancedRadioDevices/HamShield.git", + "providesIncludes": [ + "HamShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnhancedRadioDevices/HamShield-1.1.4.zip", + "archiveFileName": "HamShield-1.1.4.zip", + "size": 303913, + "checksum": "SHA-256:4286f4eda0a136066b7c39fa3605814d54df96ca8e06a7ec3141cf132760f076" + }, { "name": "DDS", "version": "1.0.2", @@ -93548,6 +117793,27 @@ "size": 217591, "checksum": "SHA-256:3877efc1413757f38e855fe62c9ef9d2b8ed7a34cb53581421d92c749fa90984" }, + { + "name": "CayenneMQTT", + "version": "1.3.1", + "author": "myDevices", + "maintainer": "myDevices", + "sentence": "Connect a device to the Cayenne dashboard using MQTT.", + "paragraph": "The Cayenne MQTT Arduino Library provides functions to easily connect to the Cayenne IoT project builder. This library bundles the Eclipse Paho MQTT C/C++ client library for MQTT support. http://www.cayenne-mydevices.com/", + "website": "http://www.cayenne-mydevices.com/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/myDevicesIoT/CayenneMQTT-1.3.1.zip", + "archiveFileName": "CayenneMQTT-1.3.1.zip", + "size": 240465, + "checksum": "SHA-256:1b0c66feb1185aa41b2f08688e86966ed91a802ff52ee2b93a1102fe8c30ebd0" + }, { "name": "Volume 3", "version": "1.0.0", @@ -94226,6 +118492,48 @@ "size": 4614, "checksum": "SHA-256:2fe901bd5d93471115b8860b87680f726d6df67cb344f82a7ba58027cd881a87" }, + { + "name": "SomeSerial", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library to wrap HardwareSerial, SoftwareSerial or USBAPI Serial_.", + "paragraph": "It can call streaming methods even if it is HardwareSerial, SoftwareSerial or USBAPI Serial_.", + "website": "https://github.com/asukiaaa/SomeSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/SomeSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.1.2.zip", + "archiveFileName": "SomeSerial-1.1.2.zip", + "size": 4616, + "checksum": "SHA-256:6fc6ce613f98cb6d85b31ee413cb1e8fd9a7628b396dd6efe1b3a6d06c35fd77" + }, + { + "name": "SomeSerial", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library to wrap HardwareSerial, SoftwareSerial or USBAPI Serial_.", + "paragraph": "It can call streaming methods even if it is HardwareSerial, SoftwareSerial or USBAPI Serial_.", + "website": "https://github.com/asukiaaa/SomeSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/SomeSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/SomeSerial-1.1.3.zip", + "archiveFileName": "SomeSerial-1.1.3.zip", + "size": 4873, + "checksum": "SHA-256:4f067ae6596662521fcc6bc30dc3d5f279620f9014ae8fffe3d6be56b8a242bc" + }, { "name": "simpleDSTadjust", "version": "1.1.0", @@ -94642,6 +118950,29 @@ "size": 7602, "checksum": "SHA-256:04c8e03fa79212639ce5f217159c75dadb589e92bf553d38d928189eed8ebe9a" }, + { + "name": "RingBufCPP", + "version": "1.3.0", + "author": "D. Aaron Wisner (daw268@cornell.edu)", + "maintainer": "D. Aaron Wisner (daw268@cornell.edu)", + "sentence": "A C++ library for buffering items into a ring (circular/FIFO) buffer", + "paragraph": "This library is perfect for capturing pin states, timestamps, etc.. during an ISR. Then in void loop(), the buffer can be asynchronously processed whenever your program has free time.", + "website": "https://github.com/wizard97/Embedded_RingBuf_CPP", + "category": "Data Storage", + "architectures": [ + "avr", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wizard97/Embedded_RingBuf_CPP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wizard97/RingBufCPP-1.3.0.zip", + "archiveFileName": "RingBufCPP-1.3.0.zip", + "size": 7881, + "checksum": "SHA-256:faf4975f6f143ea2b5bce0a570c873bcf0be81835fca78321a115fef0d97bcb9" + }, { "name": "rc-switch", "version": "2.6.0", @@ -94717,6 +119048,33 @@ "size": 20738, "checksum": "SHA-256:5e181ea7da65cf0ff4730d3b5a21dfed0e0e95004e7370c92fcebb0f1df72240" }, + { + "name": "rc-switch", + "version": "2.6.4", + "author": "sui77", + "maintainer": "sui77,fingolfin \u003cnoreply@sui.li\u003e", + "sentence": "Operate 433/315Mhz devices.", + "paragraph": "Use your Arduino, ESP8266/ESP32 or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets.", + "website": "https://github.com/sui77/rc-switch", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sui77/rc-switch.git", + "providesIncludes": [ + "RCSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sui77/rc_switch-2.6.4.zip", + "archiveFileName": "rc_switch-2.6.4.zip", + "size": 20957, + "checksum": "SHA-256:ed53920db3a38debe53e43b3bf8849ec3583aa419ef1f421a45662bcf056e014" + }, { "name": "LocoNet", "version": "1.0.1", @@ -94969,6 +119327,98 @@ "size": 81660, "checksum": "SHA-256:42530df246572cb7edcb7d8700c6c1bcbacd4d0e644d9144287b781ccae2fcbc" }, + { + "name": "LocoNet", + "version": "1.1.9", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox, Hans Tanner, Björn Rennfanz", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5. It also supports the STM32F1 using TIM2 and the ESP8266 uses an hardware interrupt driven software uart.", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.9.zip", + "archiveFileName": "LocoNet-1.1.9.zip", + "size": 89089, + "checksum": "SHA-256:311a4b8f68364868f5d62925c8c07bbb2db277becae3b5e7a7ad292ed1ea7d3b" + }, + { + "name": "LocoNet", + "version": "1.1.10", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox, Hans Tanner, Björn Rennfanz", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5. It also supports the STM32F1 using TIM2 and the ESP8266 uses an hardware interrupt driven software uart.", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.10.zip", + "archiveFileName": "LocoNet-1.1.10.zip", + "size": 89518, + "checksum": "SHA-256:a22a332137547a58290e374873095e80a200be4d851bc52c6843f4a58406e70f" + }, + { + "name": "LocoNet", + "version": "1.1.12", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox, Hans Tanner, Björn Rennfanz", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5. It also supports the STM32F1 using TIM2 and the ESP8266 uses an hardware interrupt driven software uart.", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.12.zip", + "archiveFileName": "LocoNet-1.1.12.zip", + "size": 90208, + "checksum": "SHA-256:7ee16ace6b9170a39086d70ee16fb8937941f7562dfc90cafb9c55b30c936f78" + }, + { + "name": "LocoNet", + "version": "1.1.13", + "author": "Alex Shepherd, John Plocher, Damian Philipp, Tom Knox, Hans Tanner, Björn Rennfanz", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables Digitrax LocoNet Communication", + "paragraph": "This library allows you to interface to a LocoNet network and send/receive LocoNet commands. The library currently supports the AVR ATTiny84 \u0026 ATMega88/168/328/32u4 using the 16-Bit Timer1 and ICP1. It also supports the Mega2560 using Timer5 and ICP5. It also supports the STM32F1 using TIM2 and the ESP8266 uses an hardware interrupt driven software uart.", + "website": "http://mrrwa.org/loconet-interface/", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrrwa/LocoNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/LocoNet-1.1.13.zip", + "archiveFileName": "LocoNet-1.1.13.zip", + "size": 90208, + "checksum": "SHA-256:2da9636ec1d6d59290b550d99f464f39ab67227a5c4bf1226d84dd826b50ec7b" + }, { "name": "ATMlib", "version": "1.2.5", @@ -95515,6 +119965,27 @@ "size": 76987, "checksum": "SHA-256:2f594f24b829d6f0117fcc9306c917b86e4d0884893d7b38246af801191dbfde" }, + { + "name": "SparkFun MAX3010x Pulse and Proximity Sensor Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX30102 Pulse and MAX30105 Proximity Breakout", + "paragraph": "An Arduino Library for the MAX3015 particle sensor and MAX30102 Pulse Ox sensor", + "website": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.1.2.zip", + "archiveFileName": "SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library-1.1.2.zip", + "size": 77066, + "checksum": "SHA-256:abf7c924a779bd0b9d8107abf1ef599bf0c223af1d2783753098dc5bfa3476af" + }, { "name": "StreamDebugger", "version": "1.0.0", @@ -96049,6 +120520,126 @@ "size": 1523118, "checksum": "SHA-256:152ac6c02c10ad1caea1bb39babc83389ad655f3f002e691cb2fcb87c3582726" }, + { + "name": "TinyGSM", + "version": "0.11.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": [ + "TinyGsmClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.1.zip", + "archiveFileName": "TinyGSM-0.11.1.zip", + "size": 1543203, + "checksum": "SHA-256:2514b5c05a3c499a6ff5c65bfac049ad785da83a873f7b4c7d82e246203d7d16" + }, + { + "name": "TinyGSM", + "version": "0.11.2", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": [ + "TinyGsmClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.2.zip", + "archiveFileName": "TinyGSM-0.11.2.zip", + "size": 1543793, + "checksum": "SHA-256:28335b03fb9bdb0759f567063fef07ec4db4c0d5ebc5339c4ace8b1f8231bf2f" + }, + { + "name": "TinyGSM", + "version": "0.11.3", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": [ + "TinyGsmClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.3.zip", + "archiveFileName": "TinyGSM-0.11.3.zip", + "size": 1543799, + "checksum": "SHA-256:07046cd21fdbd78edc87b781d40cf5bf801446c436e847b060ee78fea488e4f5" + }, + { + "name": "TinyGSM", + "version": "0.11.5", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": [ + "TinyGsmClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.5.zip", + "archiveFileName": "TinyGSM-0.11.5.zip", + "size": 1545003, + "checksum": "SHA-256:f9bb081e7f9e0dd333f335a3abd79c052b251ceb1d50858fd2c5bb71ad7d70ca" + }, + { + "name": "TinyGSM", + "version": "0.11.7", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy", + "sentence": "A small Arduino library for GPRS modules, that just works.", + "paragraph": "Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.", + "website": "https://github.com/vshymanskyy/TinyGSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vshymanskyy/TinyGSM.git", + "providesIncludes": [ + "TinyGsmClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/TinyGSM-0.11.7.zip", + "archiveFileName": "TinyGSM-0.11.7.zip", + "size": 1545507, + "checksum": "SHA-256:6bf2fc685d7f4a7ac29ef90ba3986b29afb0b1fe5d3be0077b60b76b0d386d5d" + }, { "name": "BridgeHttpClient", "version": "2.0.0", @@ -96175,6 +120766,48 @@ "size": 9671, "checksum": "SHA-256:e82b58e9ea366e4edc1288ab50e8dc7ca25d48e08817582b02bc5f05c1105341" }, + { + "name": "BridgeHttpClient", + "version": "3.1.1", + "author": "Imre Horvath \u003cimi.horvath@gmail.com\u003e", + "maintainer": "Imre Horvath \u003cimi.horvath@gmail.com\u003e", + "sentence": "A practical and easy to use generic HTTP client library for the Yun.", + "paragraph": "GET/POST/PUT/DELETE, sync/async requests, request/response headers, basic auth and more.", + "website": "https://github.com/imrehorvath/BridgeHttpClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.1.1.zip", + "archiveFileName": "BridgeHttpClient-3.1.1.zip", + "size": 11889, + "checksum": "SHA-256:0d19e4228213abdfb0b2e7b10523bc3340a0c78b2df21775b107b7cca8784caf" + }, + { + "name": "BridgeHttpClient", + "version": "3.2.1", + "author": "Imre Horvath \u003cimi.horvath@gmail.com\u003e", + "maintainer": "Imre Horvath \u003cimi.horvath@gmail.com\u003e", + "sentence": "A practical and easy to use generic HTTP client library for the Yun.", + "paragraph": "GET/POST/PUT/DELETE, sync/async requests, request/response headers, basic auth and more.", + "website": "https://github.com/imrehorvath/BridgeHttpClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imrehorvath/BridgeHttpClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/imrehorvath/BridgeHttpClient-3.2.1.zip", + "archiveFileName": "BridgeHttpClient-3.2.1.zip", + "size": 12155, + "checksum": "SHA-256:e0202c41df06419579f135b8365663416388b72079b0dde01627da42f37ecf6d" + }, { "name": "Pablo", "version": "1.0.0", @@ -96487,27 +121120,6 @@ "size": 11811, "checksum": "SHA-256:20a5009710f523c2b2444cf9c2f4233f919c1fa1122fb12d332241f0061bb437" }, - { - "name": "Aspen SIM800", - "version": "1.0.1", - "author": "Mattias Aabmets", - "maintainer": "Mattias Aabmets", - "sentence": "A comprehensive SIM800 Series library for simplified and in-depth chip access.", - "paragraph": "This library provides wrapper methods for all AT commands defined in the official SIM800L manual, many helper methods to work with returned replies, advanced serial timeout functionalities, and also methods to directly communicate with the chip. Full library documentation and numerous examples are also provided.", - "website": "https://github.com/aspenforest/SIM800", - "category": "Communication", - "architectures": [ - "avr" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/aspenforest/SIM800.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aspenforest/Aspen_SIM800-1.0.1.zip", - "archiveFileName": "Aspen_SIM800-1.0.1.zip", - "size": 144167, - "checksum": "SHA-256:c37e494ef5871781a92eee3ad2cc488ef6dcf02e71522fa65852077e0bf423df" - }, { "name": "ConnectThings_ESP8266", "version": "0.0.1", @@ -96904,6 +121516,27 @@ "size": 780421, "checksum": "SHA-256:9a2563fd83a5f51be5cd523dc71959250525157f6bfcb47a08ab74a9e8bf6524" }, + { + "name": "DFRobotDFPlayerMini", + "version": "1.0.6", + "author": "DFRobot", + "maintainer": "Angelo \u003cangelo.qiao@dfrobot.com\u003e", + "sentence": "Driver for DFPlayer Mini from DFRobot", + "paragraph": "Easy-to-use and reliable library for DFPlayer Mini", + "website": "https://github.com/DFRobot/DFRobotDFPlayerMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobotDFPlayerMini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobotDFPlayerMini-1.0.6.zip", + "archiveFileName": "DFRobotDFPlayerMini-1.0.6.zip", + "size": 778025, + "checksum": "SHA-256:38b297b0c9a5363feffd4c3502982fbaf2203d790fdf1f5f36852d82d3492567" + }, { "name": "Pinduino", "version": "1.2.10", @@ -97863,6 +122496,102 @@ "size": 21316, "checksum": "SHA-256:003b04b45ab9d3f8ce03ca3e622ec25423efd180d644c6e075dbd40e0fd5c681" }, + { + "name": "SevSeg", + "version": "3.5.0", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": [ + "SevSeg.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.5.0.zip", + "archiveFileName": "SevSeg-3.5.0.zip", + "size": 17668, + "checksum": "SHA-256:d71c91f82ab417a696e10f58aa6fb99eceb73bbcb24b2765bd3a405e289f2c9c" + }, + { + "name": "SevSeg", + "version": "3.6.0", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": [ + "SevSeg.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.6.0.zip", + "archiveFileName": "SevSeg-3.6.0.zip", + "size": 17708, + "checksum": "SHA-256:4095769de4a60e5a8b9aeeb395793af7ca206bb411165226d0790df48989f5a7" + }, + { + "name": "SevSeg", + "version": "3.6.1", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": [ + "SevSeg.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.6.1.zip", + "archiveFileName": "SevSeg-3.6.1.zip", + "size": 17710, + "checksum": "SHA-256:2c06a02fd2b12ded7f306204e6d6a8c20cb3c367ee8726e1be496cf33ecccb72" + }, + { + "name": "SevSeg", + "version": "3.7.0", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "maintainer": "Dean Reading \u003cdeanreading@hotmail.com\u003e", + "sentence": "Turns your Arduino into a seven segment display controller!", + "paragraph": "Use it to easily display numbers on your seven segment display without any additional hardware. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/DeanIsMe/SevSeg", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DeanIsMe/SevSeg.git", + "providesIncludes": [ + "SevSeg.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DeanIsMe/SevSeg-3.7.0.zip", + "archiveFileName": "SevSeg-3.7.0.zip", + "size": 18128, + "checksum": "SHA-256:1c2b115485e72533d3626ba98af0b4a7989b1ce6a7ee9a7a7bd01ae75446f526" + }, { "name": "uRTCLib", "version": "3.0.0", @@ -98514,6 +123243,78 @@ "size": 24510, "checksum": "SHA-256:c92e453121beda603f7fb2b44bd4c9cb30caa749f0b4e3064034a534b78317fc" }, + { + "name": "uRTCLib", + "version": "6.5.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": [ + "uRTCLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.5.0.zip", + "archiveFileName": "uRTCLib-6.5.0.zip", + "size": 24517, + "checksum": "SHA-256:509529f64ce173d3e1e578985c241014d25d8345fb9f650137a75a2ee23c38f4" + }, + { + "name": "uRTCLib", + "version": "6.6.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": [ + "uRTCLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.6.0.zip", + "archiveFileName": "uRTCLib-6.6.0.zip", + "size": 25066, + "checksum": "SHA-256:3401a25ea1257fca632ad66caa947b3406b7c8b5c6a9ed95a350d95424e2c4db" + }, + { + "name": "uRTCLib", + "version": "6.6.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic RTC functionality on Arduino. DS1307, DS3231 and DS3232 RTCs are supported. See https://github.com/Naguissa/uEEPROMLib for EEPROM support. Temperature, Alarms, SQWG, Power lost and RAM support.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uRTCLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uRTCLib.git", + "providesIncludes": [ + "uRTCLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uRTCLib-6.6.1.zip", + "archiveFileName": "uRTCLib-6.6.1.zip", + "size": 25113, + "checksum": "SHA-256:bceeb3f61e3b307dfcda5a3c79335cfc57ea3c08529044a812b1bc9a8b6a40b3" + }, { "name": "ROKduino", "version": "2.2.0", @@ -98745,6 +123546,27 @@ "size": 8109, "checksum": "SHA-256:0cb47b4a89ec7e3bc0ea00aaf2f5d74a08f183072d3e0ad83a50dbf44b272020" }, + { + "name": "AnalogKeypad by Makuna", + "version": "1.2.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "A library that makes interfacing an analog keypad easy.", + "paragraph": "Includes support for events of click and hold. Tested on esp8266.", + "website": "https://github.com/Makuna/AnalogKeypad", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/AnalogKeypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/AnalogKeypad_by_Makuna-1.2.0.zip", + "archiveFileName": "AnalogKeypad_by_Makuna-1.2.0.zip", + "size": 8390, + "checksum": "SHA-256:e6c35d6ccc36363a8af0a16c6109a59c2d3b51fc297337e37c510e26f9d506a5" + }, { "name": "Nokia5110", "version": "0.1.0", @@ -98940,6 +123762,35 @@ "size": 193378, "checksum": "SHA-256:afc639c9b7c6678e361de4d3f9c5aee80937dbaee1fdf3f13496a91b43ee4c36" }, + { + "name": "RF24G", + "version": "1.0.1", + "author": "Caio Motta \u003ccaioangelomotta@gmail.com\u003e", + "maintainer": "Caio Motta \u003ccaioangelomotta@gmail.com\u003e", + "sentence": "A simple way for up to 6 nRF24L01 radios to communicate with each other.", + "paragraph": "Requires TMRh20's RF24 library.", + "website": "https://hobietime.github.io/RF24G/", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hobietime/RF24G.git", + "providesIncludes": [ + "RF24G.h" + ], + "dependencies": [ + { + "name": "RF24" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hobietime/RF24G-1.0.1.zip", + "archiveFileName": "RF24G-1.0.1.zip", + "size": 693178, + "checksum": "SHA-256:9a17a326dace788a39645b11ce93348e61966c96da44086cc3f6b9af32e90ead" + }, { "name": "Sim800L Library Revised", "version": "1.1.1", @@ -99087,6 +123938,27 @@ "size": 67150, "checksum": "SHA-256:7ac5dfc9deaae158ac6a3e23e793033bf5bc90be5a4baa928f3e0d90b82979b7" }, + { + "name": "Sim800L Library Revised", + "version": "1.1.9", + "author": "Vittorio Esposito", + "maintainer": "Vittorio Esposito", + "sentence": "Arduino library for Sim800L", + "paragraph": "Arduino library for Sim800L", + "website": "https://github.com/vittorioexp/Sim800L-Arduino-Library-revised", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/VittorioEsposito/Sim800L-Arduino-Library-revised.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VittorioEsposito/Sim800L_Library_Revised-1.1.9.zip", + "archiveFileName": "Sim800L_Library_Revised-1.1.9.zip", + "size": 67196, + "checksum": "SHA-256:458ff6dcb48ec44b1f300dfccf2d6a51e815f53d188bf96717b372af71324a05" + }, { "name": "ArdBitmap", "version": "2.0.0", @@ -99896,6 +124768,198 @@ "size": 9169229, "checksum": "SHA-256:005676deaf666a2c2b4755b9547683c653f19ffc956202d4a2fe95c5323a5206" }, + { + "name": "MD_Parola", + "version": "3.5.6", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": [ + "MD_Parola.h", + "MD_MAX72xx.h", + "SPI.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.5.6.zip", + "archiveFileName": "MD_Parola-3.5.6.zip", + "size": 9171548, + "checksum": "SHA-256:a2988b105337f6e2f09e3bce61aa20bc22f05e7c08cb4a0435a119069c69e249" + }, + { + "name": "MD_Parola", + "version": "3.6.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": [ + "MD_Parola.h", + "MD_MAX72xx.h", + "SPI.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.6.0.zip", + "archiveFileName": "MD_Parola-3.6.0.zip", + "size": 9175828, + "checksum": "SHA-256:39018c09382c780b6181325d9f5e5a10cf8961f7aa22e4a6f669fe2beb7d4907" + }, + { + "name": "MD_Parola", + "version": "3.6.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": [ + "MD_Parola.h", + "MD_MAX72xx.h", + "SPI.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.6.1.zip", + "archiveFileName": "MD_Parola-3.6.1.zip", + "size": 9175852, + "checksum": "SHA-256:b30bbdb00393fc91328ee9837bf2c76bac6769d0b85dbee4c3854781b4b01823" + }, + { + "name": "MD_Parola", + "version": "3.6.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": [ + "MD_Parola.h", + "MD_MAX72xx.h", + "SPI.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.6.2.zip", + "archiveFileName": "MD_Parola-3.6.2.zip", + "size": 9175887, + "checksum": "SHA-256:e822f287629e7d55e6380229d08bb5fbb8f88c81a3359c4ecf33a578c127eab7" + }, + { + "name": "MD_Parola", + "version": "3.7.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": [ + "MD_Parola.h", + "MD_MAX72xx.h", + "SPI.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.7.0.zip", + "archiveFileName": "MD_Parola-3.7.0.zip", + "size": 9208756, + "checksum": "SHA-256:a2abae12a0cd8aeb597f769a8911818cd2e0353302114d813a20ddf0db9652f1" + }, + { + "name": "MD_Parola", + "version": "3.7.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "LED matrix text display special effects", + "paragraph": "Implemented using the MD_MAX72xx library for hardware control. Provides functions to simplify the implementation of text special effects on the LED matrix.", + "website": "https://github.com/MajicDesigns/MD_Parola", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Parola.git", + "providesIncludes": [ + "MD_Parola.h", + "MD_MAX72xx.h", + "SPI.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Parola-3.7.1.zip", + "archiveFileName": "MD_Parola-3.7.1.zip", + "size": 9222851, + "checksum": "SHA-256:6842d3d3a03c4cd75588216656f475c045acf1da987eba5c2b7fee4a336b6474" + }, { "name": "ArduinoMqtt", "version": "1.0.0", @@ -100433,6 +125497,188 @@ "size": 4111381, "checksum": "SHA-256:a74296f1a862a68c40fc3c4d5281cc9f2e92c4d44ef0236097f22877fa045b33" }, + { + "name": "MD_MAX72XX", + "version": "3.3.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": [ + "MD_MAX72xx.h", + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.3.0.zip", + "archiveFileName": "MD_MAX72XX-3.3.0.zip", + "size": 4143909, + "checksum": "SHA-256:4e580cbb83ebe3d9a351c8da4c1e6707d8315a0878585eb6c751c8833c506e3e" + }, + { + "name": "MD_MAX72XX", + "version": "3.3.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": [ + "MD_MAX72xx.h", + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.3.1.zip", + "archiveFileName": "MD_MAX72XX-3.3.1.zip", + "size": 4175161, + "checksum": "SHA-256:34e0d0c045c075673972e5ce8b1011761ca6ab86b88d57a9e37b1cf02de7cf63" + }, + { + "name": "MD_MAX72XX", + "version": "3.4.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": [ + "MD_MAX72xx.h", + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.4.0.zip", + "archiveFileName": "MD_MAX72XX-3.4.0.zip", + "size": 5604764, + "checksum": "SHA-256:69b93beb8197af6b70a93a784452ab4f89066b2b61d2b9ee2114ce7dd8c2c664" + }, + { + "name": "MD_MAX72XX", + "version": "3.4.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": [ + "MD_MAX72xx.h", + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.4.1.zip", + "archiveFileName": "MD_MAX72XX-3.4.1.zip", + "size": 5599942, + "checksum": "SHA-256:2423cb5ef4583399c49136bc30ad17a0781c33013b79e45be41bdf75a7c93ae2" + }, + { + "name": "MD_MAX72XX", + "version": "3.4.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": [ + "MD_MAX72xx.h", + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.4.2.zip", + "archiveFileName": "MD_MAX72XX-3.4.2.zip", + "size": 5599955, + "checksum": "SHA-256:43f64bc1d1208fbc3bc3b65dedb04d86e7be118cd44d6aeba5b3d079ad533ac7" + }, + { + "name": "MD_MAX72XX", + "version": "3.5.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": [ + "MD_MAX72xx.h", + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.5.0.zip", + "archiveFileName": "MD_MAX72XX-3.5.0.zip", + "size": 5620860, + "checksum": "SHA-256:128a1534dd1e391e7c5dd117836543fa604fca58f96611d276cee4872b3ec2ac" + }, + { + "name": "MD_MAX72XX", + "version": "3.5.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions that allow the MAX72xx (eg, MAX7219) to be used for LED matrices (64 individual LEDs)", + "paragraph": "Allows the programmer to use the LED matrix as a pixel addressable display.", + "website": "https://github.com/MajicDesigns/MD_MAX72XX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAX72XX.git", + "providesIncludes": [ + "MD_MAX72xx.h", + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAX72XX-3.5.1.zip", + "archiveFileName": "MD_MAX72XX-3.5.1.zip", + "size": 5620899, + "checksum": "SHA-256:ecb944f3d9dc5dc94eb961b373ab3a9483e30e8300356002301150bcb7b87275" + }, { "name": "Olympic Robotic Challenge", "version": "2.1.2", @@ -100650,6 +125896,28 @@ "size": 9832277, "checksum": "SHA-256:2f6cf62de4d8379ca7257bf4788c092d69036a3e4bf23631213cf485f935f198" }, + { + "name": "MD_Cubo", + "version": "2.1.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for device independent LED Cubes.", + "paragraph": "Library to implement LED cubes in a device-independent manner. Examples for 'scanning refresh' and 'set and forget' type hardware are included.", + "website": "https://github.com/MajicDesigns/MD_Cubo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Cubo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Cubo-2.1.1.zip", + "archiveFileName": "MD_Cubo-2.1.1.zip", + "size": 9832312, + "checksum": "SHA-256:cf48c47458c1a28cfd041c39c7d76a7929f58d7eca6d77eadb3cf353e1fa305f" + }, { "name": "MD_LM335A", "version": "1.0.0", @@ -100714,6 +125982,28 @@ "size": 19253, "checksum": "SHA-256:1a856bb9ad011c9ef4db37ea50eddce1bf45c8ba97e8ae8d11791e61a1a07ec1" }, + { + "name": "MD_REncoder", + "version": "1.0.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Rotary Encoder", + "paragraph": "This is an adaptation of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed.", + "website": "https://github.com/MajicDesigns/MD_REncoder", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_REncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_REncoder-1.0.2.zip", + "archiveFileName": "MD_REncoder-1.0.2.zip", + "size": 19293, + "checksum": "SHA-256:3bce1892fb5ad877358c233c3cacfc723cd3d508abaa6b9c3a314da37353fc67" + }, { "name": "MD_TCS230", "version": "1.2.0", @@ -101203,6 +126493,28 @@ "size": 301592, "checksum": "SHA-256:a7f97ff453e9e421685ceb3e17d86103a60bb37e601fb8be2e0be64673837ccd" }, + { + "name": "MD_DS3231", + "version": "1.4.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a DS3231 Real Time Clock.", + "paragraph": "Access to all on-chip features - R/W write clock time and alarm registers, Square wave generator and clock features (on/off, 12/24H, day of week, etc)", + "website": "https://github.com/MajicDesigns/MD_DS3231", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_DS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_DS3231-1.4.0.zip", + "archiveFileName": "MD_DS3231-1.4.0.zip", + "size": 319896, + "checksum": "SHA-256:ba8a0277a53376df9258429b863f205cebd2d3bcbefdaa26de14dc27bbad5f0a" + }, { "name": "MD_AButton", "version": "1.0.0", @@ -102199,6 +127511,56 @@ "size": 232442, "checksum": "SHA-256:5ac3ec58fb785479fdf7e0e8478d3fcf5426af93cdfa809728f28795954fe3e5" }, + { + "name": "CONTROLLINO", + "version": "3.0.6", + "author": "CONTROLLINO", + "maintainer": "CONTROLLINO \u003cinfo@controllino.com\u003e", + "sentence": "Support library for CONTROLLINO PLC boards", + "paragraph": "Set of useful keywords, constants, macros and functions", + "website": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", + "providesIncludes": [ + "SPI.h", + "Controllino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.6.zip", + "archiveFileName": "CONTROLLINO-3.0.6.zip", + "size": 232662, + "checksum": "SHA-256:731a12afc7fcc448266d6ef8aa80699d7a8c509b4836a354c40d9131b2666048" + }, + { + "name": "CONTROLLINO", + "version": "3.0.7", + "author": "CONTROLLINO", + "maintainer": "CONTROLLINO \u003cinfo@controllino.com\u003e", + "sentence": "Support library for CONTROLLINO PLC boards", + "paragraph": "Set of useful keywords, constants, macros and functions", + "website": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library.git", + "providesIncludes": [ + "SPI.h", + "Controllino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CONTROLLINO-PLC/CONTROLLINO-3.0.7.zip", + "archiveFileName": "CONTROLLINO-3.0.7.zip", + "size": 232685, + "checksum": "SHA-256:0a7efee4e6297e40d201fb488460fd516011cfce2ea60fb3160e5626d6030bb6" + }, { "name": "XLR8LFSR", "version": "1.0.0", @@ -102626,6 +127988,28 @@ "size": 23236, "checksum": "SHA-256:d99db4e99978b1ee7cf65d71fed3548e7e65d44afb41f9c76aa4177d1eccb303" }, + { + "name": "PololuLedStrip", + "version": "4.3.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for addressable RGB LED strips from Pololu", + "paragraph": "This library works with NeoPixels, WS2812B LEDs, and WS2811 LEDs.", + "website": "https://github.com/pololu/pololu-led-strip-arduino", + "category": "Device Control", + "architectures": [ + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-led-strip-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuLedStrip-4.3.1.zip", + "archiveFileName": "PololuLedStrip-4.3.1.zip", + "size": 23211, + "checksum": "SHA-256:b6ecb5c343401559c44c8a90f58c6a947a43b9de4f2e388163350b3093d0cc5f" + }, { "name": "MCUFRIEND_kbv", "version": "2.9.1", @@ -102836,6 +128220,27 @@ "size": 913963, "checksum": "SHA-256:5fc06e0ff65cb211fa7b6924009aaf34c2bffd060d39c79930c9e4f6dcc270bb" }, + { + "name": "MCUFRIEND_kbv", + "version": "3.0.0-Release", + "author": "David Prentice", + "maintainer": "David Prentice", + "sentence": "TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend UNO Shields", + "paragraph": "TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend UNO Shields. Must have /RD pin to be readable.", + "website": "https://github.com/prenticedavid/MCUFRIEND_kbv", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prenticedavid/MCUFRIEND_kbv.git", + "url": "https://downloads.arduino.cc/libraries/github.com/prenticedavid/MCUFRIEND_kbv-3.0.0-Release.zip", + "archiveFileName": "MCUFRIEND_kbv-3.0.0-Release.zip", + "size": 930043, + "checksum": "SHA-256:5e19e5a715c9cf1948ae2a5a949d1a84b0b549e0b810d19835f07a26c2c166c3" + }, { "name": "WireData", "version": "1.0.0", @@ -103071,6 +128476,30 @@ "size": 123439, "checksum": "SHA-256:3461152ec70f137892db3646b179dd363aae6277a894ab35dba77dc20a8338ed" }, + { + "name": "XLR8SPI", + "version": "2.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Library to use SPI interfaces through SPI XBs.", + "paragraph": "Adds functionality to use the configurable SPI XBs on an Alorium XLR8 board as extra SPI interfaces. Adapted from Arduino's standard SPI class.", + "website": "https://github.com/AloriumTechnology/XLR8SPI", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8SPI.git", + "providesIncludes": [ + "XLR8SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8SPI-2.0.1.zip", + "archiveFileName": "XLR8SPI-2.0.1.zip", + "size": 145635, + "checksum": "SHA-256:3aa3315ed5f19225f419404b0ea6354585f1a21229f10a8817c60af40d792379" + }, { "name": "LitSwitch", "version": "1.0.0", @@ -103324,6 +128753,31 @@ "size": 807219, "checksum": "SHA-256:5f34bf11080a2ce72512cd957146a0319d4a6977f4534153fb958f71642a285f" }, + { + "name": "ACE128", + "version": "2.0.1", + "author": "Alastair Young \u003calastair@redhunter.com\u003e", + "maintainer": "Alastair Young alastair@redhunter.com", + "sentence": "Access the Bourns ACE-128 Absolute Contacting Encoder over I2C or digital pins", + "paragraph": "This 128 position gray-code absolute encoder is designed as a panel mounted knob. This library accesses it via common I2C pin expanders or digital pins and handles the gray-code translation of any pin wiring combination.", + "website": "https://github.com/arielnh56/ACE128", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arielnh56/ACE128.git", + "providesIncludes": [ + "ACE128.h", + "ACE128map87654321.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arielnh56/ACE128-2.0.1.zip", + "archiveFileName": "ACE128-2.0.1.zip", + "size": 980103, + "checksum": "SHA-256:540d5545ad62659e56aaa3100e714d1b5a4d745659c8331480d82dd3151d2d15" + }, { "name": "SimplyAtomic", "version": "1.0.0", @@ -103591,6 +129045,27 @@ "size": 16238, "checksum": "SHA-256:8c21e2743719098fc8fe6cb6e99823ceaf167cb130e2f8f7bab94972ff35a0c7" }, + { + "name": "Tasker", + "version": "2.0.3", + "author": "Petr Stehlík", + "maintainer": "Petr Stehlík", + "sentence": "Get rid of delay() calls, schedule tasks/functions instead.", + "paragraph": "Allows to schedule tasks (your functions) to be called once, repeatedly or indefinitely in a given time frame. Features simple and familiar Javascript-like syntax. Does not use any hardware interrupts, relies on cooperative multitasking. Simple, clean and highly portable.", + "website": "https://github.com/joysfera/arduino-tasker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joysfera/arduino-tasker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joysfera/Tasker-2.0.3.zip", + "archiveFileName": "Tasker-2.0.3.zip", + "size": 16243, + "checksum": "SHA-256:059e38da535fa397acdb02358f32387ef7917239e0ac94316004299f0ccf063d" + }, { "name": "HardWire", "version": "1.0.1", @@ -103654,6 +129129,27 @@ "size": 21342, "checksum": "SHA-256:21d52759f7eabe332e3ddc8946791494ef4d7e38a408050c3366ac1fdb392414" }, + { + "name": "HardWire", + "version": "2.0.0", + "author": "Enrico Sanino", + "maintainer": "Enrico Sanino", + "sentence": "A spinoff of the Wire. This library allows you to communicate with I2C and Two Wire Interface devices, and control each step of any I2C transaction.", + "paragraph": "It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line).", + "website": "https://github.com/thexeno/HardWire-Arduino-Library", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thexeno/HardWire-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thexeno/HardWire-2.0.0.zip", + "archiveFileName": "HardWire-2.0.0.zip", + "size": 21575, + "checksum": "SHA-256:e922b3dc310203ad37a9dec3c4668d213f8ea6ae90c827e4287e771e644bff0f" + }, { "name": "JPEGDecoder", "version": "1.7.1", @@ -103798,6 +129294,54 @@ "size": 657412, "checksum": "SHA-256:deaf3b5c9ad276effcabb1a1d909db0d5c50cca41d5d394c6fe65685bfcaaedd" }, + { + "name": "JPEGDecoder", + "version": "1.8.1", + "author": "Bodmer \u003cbodmer@anola.net\u003e, Makoto Kurauchi, Rich Geldreich", + "maintainer": "Bodmer", + "sentence": "Jpeg decoder tested with Arduino Mega, Arduino Due and ESP8266 based NodeMCU 1.0", + "paragraph": "Decodes jpeg images stored in arrays, SD card files and SPIFFS files", + "website": "https://github.com/Bodmer/JPEGDecoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/JPEGDecoder.git", + "providesIncludes": [ + "JPEGDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-1.8.1.zip", + "archiveFileName": "JPEGDecoder-1.8.1.zip", + "size": 670232, + "checksum": "SHA-256:9adc79d685038c8c533c2b2f209683d8317e988cb6ffe179bed7f57e95c1698e" + }, + { + "name": "JPEGDecoder", + "version": "2.0.0", + "author": "Bodmer \u003cbodmer@anola.net\u003e, Makoto Kurauchi, Rich Geldreich", + "maintainer": "Bodmer", + "sentence": "Jpeg decoder tested with Arduino Mega, Arduino Due and ESP8266 based NodeMCU 1.0", + "paragraph": "Decodes jpeg images stored in arrays, SD card files and SPIFFS files", + "website": "https://github.com/Bodmer/JPEGDecoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/JPEGDecoder.git", + "providesIncludes": [ + "JPEGDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/JPEGDecoder-2.0.0.zip", + "archiveFileName": "JPEGDecoder-2.0.0.zip", + "size": 670287, + "checksum": "SHA-256:08f7f341417c9bdbfa9cd67ca623e174c2c7006aee79588505ecf079b27b0994" + }, { "name": "SmoothADC", "version": "0.2.0", @@ -104098,6 +129642,29 @@ "size": 50831, "checksum": "SHA-256:6dc6733ca0858193084966f0a50e7b69f8810b34921967190d9751f77b69cae1" }, + { + "name": "CaptureTimer", + "version": "0.9.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Arduino Input Capture Library", + "paragraph": "This library is intended to attach interrupt on a pin for frequency/time sampling. Works on: AVR (using MsTimer2 lib), ARM (Due using DueTimer), ESP8266", + "website": "https://github.com/SMFSW/CaptureTimer", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "sam", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/CaptureTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/CaptureTimer-0.9.0.zip", + "archiveFileName": "CaptureTimer-0.9.0.zip", + "size": 78527, + "checksum": "SHA-256:af671066f9667fa3d03c9f2dd0dce8e69e4cc42728d8fd5826a02c4b4dd6f296" + }, { "name": "SeqTimer", "version": "1.2.0", @@ -105622,6 +131189,30 @@ "size": 23619, "checksum": "SHA-256:1b02d5a80cbd9fbee0120e0f23bcc41810a67b4d0df043ae7bdd77bb8161dd08" }, + { + "name": "WiiChuck", + "version": "0.3.3", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e,Alex Camilo \u003cacamilo@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "A library to communicate with all Wii i2c devices, Classic Controllers, Nunchuks and other Wii extension devices.", + "paragraph": "This Arduino library supports servo mapping and 7 different controllers including the Nunchuk, Classic Controller, and Guitar Hero guitar.", + "website": "https://github.com/madhephaestus/WiiChuck", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/WiiChuck.git", + "providesIncludes": [ + "WiiChuck.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/WiiChuck-0.3.3.zip", + "archiveFileName": "WiiChuck-0.3.3.zip", + "size": 23662, + "checksum": "SHA-256:1457b545667e2bd71e7adab648e7da6de28821d08f32c7c41f8192d3faabba0d" + }, { "name": "HaLakeKitFirst", "version": "1.0.0", @@ -105991,6 +131582,31 @@ "size": 323444, "checksum": "SHA-256:a3b4ab4aacf9120649a0a91107cc8e592a890032d32bb9c31b578b6f591f9e31" }, + { + "name": "FadeLed", + "version": "1.6.0", + "author": "Timo Engelgeer (Septillion) \u003cgithub@septillion.nl\u003e", + "maintainer": "Timo Engelgeer (Septillion) \u003cgithub@septillion.nl\u003e", + "sentence": "Makes fading LEDs easy", + "paragraph": "Makes it possible to easily fade LEDs on the hardware pins of Arduino (even with gamma correction). Simply set the fade time (individual for each LED) and brightness to fade to and the library does the rest.", + "website": "https://github.com/septillion-git/FadeLed", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/septillion-git/FadeLed.git", + "providesIncludes": [ + "FadeLed.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/septillion-git/FadeLed-1.6.0.zip", + "archiveFileName": "FadeLed-1.6.0.zip", + "size": 348028, + "checksum": "SHA-256:4ea051771181f323139c526c3a43b7a6efbecce5c5e2732e7859863898a1a3d2" + }, { "name": "Yet Another Arduino Debounce Library", "version": "1.0.0", @@ -108640,6 +134256,78 @@ "size": 618980, "checksum": "SHA-256:84e525050d7b5706bf0f542272742d9399d26ce49206090f1afc4076695aa8eb" }, + { + "name": "UIPEthernet", + "version": "2.0.10", + "author": "Norbert Truchsess,CassyArduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60", + "paragraph": "implements the same API as stock Ethernet-lib. Just replace the include of Ethernet.h with UIPEthernet.h", + "website": "https://github.com/UIPEthernet/UIPEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UIPEthernet/UIPEthernet.git", + "providesIncludes": [ + "UIPEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.10.zip", + "archiveFileName": "UIPEthernet-2.0.10.zip", + "size": 619304, + "checksum": "SHA-256:f6f50d351d346ee46fe2913dbd06c42167f838c1c01de1315556ac975e39a7dc" + }, + { + "name": "UIPEthernet", + "version": "2.0.11", + "author": "Norbert Truchsess,CassyArduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60", + "paragraph": "implements the same API as stock Ethernet-lib. Just replace the include of Ethernet.h with UIPEthernet.h", + "website": "https://github.com/UIPEthernet/UIPEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UIPEthernet/UIPEthernet.git", + "providesIncludes": [ + "UIPEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.11.zip", + "archiveFileName": "UIPEthernet-2.0.11.zip", + "size": 619410, + "checksum": "SHA-256:9d45679b9679fc4de25ff5ea8bac39ca97c554454a52513ac7bf6ee763a4388d" + }, + { + "name": "UIPEthernet", + "version": "2.0.12", + "author": "Norbert Truchsess,CassyArduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60", + "paragraph": "implements the same API as stock Ethernet-lib. Just replace the include of Ethernet.h with UIPEthernet.h", + "website": "https://github.com/UIPEthernet/UIPEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UIPEthernet/UIPEthernet.git", + "providesIncludes": [ + "UIPEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UIPEthernet/UIPEthernet-2.0.12.zip", + "archiveFileName": "UIPEthernet-2.0.12.zip", + "size": 619497, + "checksum": "SHA-256:01a963399342c5f233c29c5459f633c949a88355c4830a1208800f424c92ecf4" + }, { "name": "Romi32U4", "version": "1.0.0", @@ -108712,6 +134400,30 @@ "size": 71623, "checksum": "SHA-256:82de115cdeaa3042fce1d93c7ba7f6bad2388ef11719dc17aaa1641a4eaa2f09" }, + { + "name": "Romi32U4", + "version": "1.0.3", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board.", + "website": "https://github.com/pololu/romi-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/romi-32u4-arduino-library.git", + "providesIncludes": [ + "Romi32U4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Romi32U4-1.0.3.zip", + "archiveFileName": "Romi32U4-1.0.3.zip", + "size": 71597, + "checksum": "SHA-256:aa22dcb59713bf2140c5cc5a56214801de2f135c7e9021717a194d1d0d655764" + }, { "name": "dcf77_xtal", "version": "3.2.10", @@ -108976,6 +134688,50 @@ "size": 217963, "checksum": "SHA-256:f26ed81bcd7f1c1c58d6f02995efb3211997c50fdb732d549565abb5e533a98b" }, + { + "name": "dcf77_xtal", + "version": "3.3.6", + "author": "Udo Klein dcf77@blinkenlight.net", + "maintainer": "Udo Klein dcf77@blinkenlight.net", + "sentence": "DCF77 decoder with excellent noise tolerance.", + "paragraph": "Attention: this library requires a crystal based Arduino. Read the Hardware Incompatibilities Section of the documentation for more details.", + "website": "https://github.com/udoklein/dcf77", + "category": "Timing", + "architectures": [ + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/udoklein/dcf77.git", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.6.zip", + "archiveFileName": "dcf77_xtal-3.3.6.zip", + "size": 218395, + "checksum": "SHA-256:4df3c483fb42baa08b84d2152d025f111507a82dc901bf6c9da34d35db88874d" + }, + { + "name": "dcf77_xtal", + "version": "3.3.7", + "author": "Udo Klein dcf77@blinkenlight.net", + "maintainer": "Udo Klein dcf77@blinkenlight.net", + "sentence": "DCF77 decoder with excellent noise tolerance.", + "paragraph": "Attention: this library requires a crystal based Arduino. Read the Hardware Incompatibilities Section of the documentation for more details.", + "website": "https://github.com/udoklein/dcf77", + "category": "Timing", + "architectures": [ + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/udoklein/dcf77.git", + "url": "https://downloads.arduino.cc/libraries/github.com/udoklein/dcf77_xtal-3.3.7.zip", + "archiveFileName": "dcf77_xtal-3.3.7.zip", + "size": 218397, + "checksum": "SHA-256:b6a0681e4e61d8391741a8c8257c441225ae9729837e7fadcd365d49af3660ec" + }, { "name": "PHPoC", "version": "0.8.0", @@ -109063,6 +134819,30 @@ "size": 59001, "checksum": "SHA-256:adac68e21d5f470d025b5f9eb4c3c36d9f85913714d4037ec7e96314cb329e05" }, + { + "name": "PHPoC", + "version": "1.5.1", + "author": "Sollae Systems", + "maintainer": "Sollae Systems (phpoc@phpoc.com)", + "sentence": "PHPoC Ethernet/WiFi Shield for Arduino", + "paragraph": "IPv6/TCP/EMAIL/SSL/Web communication helper based on PHPoC", + "website": "https://www.phpoc.com", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/phpoc/arduino-Phpoc.git", + "providesIncludes": [ + "Phpoc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/phpoc/PHPoC-1.5.1.zip", + "archiveFileName": "PHPoC-1.5.1.zip", + "size": 59265, + "checksum": "SHA-256:b8c9f6cc2de4605997424d3a71874da94e76c2870c78f7304e4711cd4af65449" + }, { "name": "Dusk2Dawn", "version": "1.0.0", @@ -109476,6 +135256,209 @@ "size": 125388, "checksum": "SHA-256:5d2f79ab5f0d58126fa34d32ca42e2fb977c870a11996048900d9ef8e013adc0" }, + { + "name": "Adafruit_VL53L0X", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.1.1.zip", + "archiveFileName": "Adafruit_VL53L0X-1.1.1.zip", + "size": 125398, + "checksum": "SHA-256:2d3d33494e5c2c707600652ff204f53d778a0d0adb9cb1bc9545815e3b0f695a" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.1.2.zip", + "archiveFileName": "Adafruit_VL53L0X-1.1.2.zip", + "size": 125311, + "checksum": "SHA-256:838d6d48104f79e2fe4351b2f6de0efed6bb8b6c60188c86063a5c8c2d57e552" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.1.3.zip", + "archiveFileName": "Adafruit_VL53L0X-1.1.3.zip", + "size": 125305, + "checksum": "SHA-256:8b8973b7b162303afc7aed7998287432ce6a2d15e8e875c68e4b19fe0d2042c5" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.2.0.zip", + "archiveFileName": "Adafruit_VL53L0X-1.2.0.zip", + "size": 129123, + "checksum": "SHA-256:4e39345b014c9197ed6c7c268ae735b864ce8dbd85dd5c8a69c7fcf0d25ea227" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.2.1.zip", + "archiveFileName": "Adafruit_VL53L0X-1.2.1.zip", + "size": 129115, + "checksum": "SHA-256:23d04a58c016a4e2375e1483e5b64e6ff4df1f6fbefdaaf36d9fa678ef7d1ce3" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.2.2.zip", + "archiveFileName": "Adafruit_VL53L0X-1.2.2.zip", + "size": 129117, + "checksum": "SHA-256:dec332a5369659f41e9652b46038caa0f54626cae4de5e0bddc2032181bc73d1" + }, + { + "name": "Adafruit_VL53L0X", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L0X Time of Flight sensor", + "paragraph": "Sensor driver for VL53L0X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L0X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L0X-1.2.4.zip", + "archiveFileName": "Adafruit_VL53L0X-1.2.4.zip", + "size": 129118, + "checksum": "SHA-256:ad3747db7e4965b111937d19c4848e5c8c7171db6d998bf7e94a2e3b3122e1cb" + }, { "name": "TMC2130Stepper", "version": "1.0.0", @@ -110386,6 +136369,30 @@ "size": 13276, "checksum": "SHA-256:578f5afea30c1d0d09f4bab8520e7642e819fa8d35de99e9f0103645dd75ed1f" }, + { + "name": "MagAlpha Angle Sensor Library", + "version": "1.0.2", + "author": "Mathieu Kaelin, Monolithic Power Systems \u003csensors@monolithicpower.com\u003e", + "maintainer": "Mathieu Kaelin \u003csensors@monolithicpower.com\u003e", + "sentence": "Arduino library for the MPS MagAlpha magnetic angle sensor.", + "paragraph": "Supports MagAlpha 3rd generation Sensors. MagAlpha sensor detects the absolute angular position of a permanent magnet, typically a diametrically magnetized cylinder on the rotating shaft.", + "website": "https://github.com/monolithicpower/MagAlpha-Arduino-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/monolithicpower/MagAlpha-Arduino-Library.git", + "providesIncludes": [ + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/monolithicpower/MagAlpha_Angle_Sensor_Library-1.0.2.zip", + "archiveFileName": "MagAlpha_Angle_Sensor_Library-1.0.2.zip", + "size": 13354, + "checksum": "SHA-256:5ed76e6ad926281e5f0034a737569920bd90fe2a714f5ac60469a0f132505bc7" + }, { "name": "AccelStepper", "version": "1.56.0", @@ -110512,6 +136519,27 @@ "size": 90505, "checksum": "SHA-256:8ce9ccaad103842d11b667e033313c9c694b18055547cda11248ec6117b1773e" }, + { + "name": "AccelStepper", + "version": "1.64.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Patrick Wasp \u003cpatrickwasp@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of stepper motors.", + "paragraph": "Provides an object-oriented interface for 2, 3 or 4 pin stepper motors and motor drivers.", + "website": "http://www.airspayce.com/mikem/arduino/AccelStepper/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/waspinator/AccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/waspinator/AccelStepper-1.64.0.zip", + "archiveFileName": "AccelStepper-1.64.0.zip", + "size": 94346, + "checksum": "SHA-256:45d152991271f8480bc939a7f325e006bfa3695a865eda383770bb68f0140e05" + }, { "name": "GoogleMapsApi", "version": "1.0.0", @@ -110886,6 +136914,48 @@ "size": 49675, "checksum": "SHA-256:1bc8a22e67a88d178aca92587f35d49f9cd784fd09c53b09e5e12d492f964176" }, + { + "name": "SparkFun Simultaneous RFID Tag Reader Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the NANO M6E RFID Module from ThingMagic", + "paragraph": "An Arduino Library for the NANO M6E RFID module for reading and writing to Gen2 UHF (860 to 920MHz) RFID tags.", + "website": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.1.0.zip", + "size": 52283, + "checksum": "SHA-256:2f439b92eb9809fd083e3f6a790664ddd16f0d691cecf826ddb313fc94a2ce82" + }, + { + "name": "SparkFun Simultaneous RFID Tag Reader Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the NANO M6E RFID Module from ThingMagic", + "paragraph": "An Arduino Library for the NANO M6E RFID module for reading and writing to Gen2 UHF (860 to 920MHz) RFID tags.", + "website": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Simultaneous_RFID_Tag_Reader_Library-1.1.1.zip", + "size": 53021, + "checksum": "SHA-256:312d363c32203615d33716d2e036b01636886232f6fb51076ca8703b306d8f6e" + }, { "name": "TriacDimmer", "version": "1.0.0", @@ -111967,6 +138037,314 @@ "size": 4803960, "checksum": "SHA-256:8cdd25c23fee5245e44693c08c92d8eaf9d5ee9b4bcb94e3ffb6877311c61f92" }, + { + "name": "IRremoteESP8266", + "version": "2.7.14", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.14.zip", + "archiveFileName": "IRremoteESP8266-2.7.14.zip", + "size": 4907298, + "checksum": "SHA-256:3e0c76d9f45bad6797d4c1c87decbc912bddb688e1f1f28bb1385a36994305f8" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.15", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.15.zip", + "archiveFileName": "IRremoteESP8266-2.7.15.zip", + "size": 5045463, + "checksum": "SHA-256:a5dc2bdd7e058fb2fa849938d653f8f19068ec5b6ef04aad58199690ccfa43f8" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.16", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.16.zip", + "archiveFileName": "IRremoteESP8266-2.7.16.zip", + "size": 5177117, + "checksum": "SHA-256:f4c59eb60ef024052a1cfb16f79fafae88d6f932cef06af67b72ed4326f8db21" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.17", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.17.zip", + "archiveFileName": "IRremoteESP8266-2.7.17.zip", + "size": 5244679, + "checksum": "SHA-256:96af1f93d86001400f0490327ce6529401e3ec324236347ec30116b7d8fed64a" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.18", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.18.zip", + "archiveFileName": "IRremoteESP8266-2.7.18.zip", + "size": 5240517, + "checksum": "SHA-256:b1eaca6a5f5c40e26240dda899b0fcfb19a098687c808209895c922f5202fdc9" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.19", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.19.zip", + "archiveFileName": "IRremoteESP8266-2.7.19.zip", + "size": 5324369, + "checksum": "SHA-256:65b2eb51d9e5034ec5b3f44b71fdc3a61278c634823c9595104acde6ff67f172" + }, + { + "name": "IRremoteESP8266", + "version": "2.7.20", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.7.20.zip", + "archiveFileName": "IRremoteESP8266-2.7.20.zip", + "size": 5550586, + "checksum": "SHA-256:ab8440192df55b4ae7b496ca3cc31c060eb76d9031374b2e9cfdce20d9534e12" + }, + { + "name": "IRremoteESP8266", + "version": "2.8.0", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.8.0.zip", + "archiveFileName": "IRremoteESP8266-2.8.0.zip", + "size": 5804629, + "checksum": "SHA-256:d3503c27cf6f43189c16b6eda2b932bd889b0b56a915d5ea1f66f5f93da948e6" + }, + { + "name": "IRremoteESP8266", + "version": "2.8.1", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.8.1.zip", + "archiveFileName": "IRremoteESP8266-2.8.1.zip", + "size": 5884527, + "checksum": "SHA-256:2c45a0f765790f44348d5dae114c1a6a9080dae58000282ef72a90f3f7279466" + }, + { + "name": "IRremoteESP8266", + "version": "2.8.2", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.8.2.zip", + "archiveFileName": "IRremoteESP8266-2.8.2.zip", + "size": 6011745, + "checksum": "SHA-256:a0a5b2b15e6d1bf7207e29780136672f8f8e2793321e33a838f0510c9d3cb066" + }, + { + "name": "IRremoteESP8266", + "version": "2.8.3", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.8.3.zip", + "archiveFileName": "IRremoteESP8266-2.8.3.zip", + "size": 6214398, + "checksum": "SHA-256:db84fd6b37427fdf63552a2e048986310901e94436c4f05440bd8d846a45cf36" + }, + { + "name": "IRremoteESP8266", + "version": "2.8.4", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.8.4.zip", + "archiveFileName": "IRremoteESP8266-2.8.4.zip", + "size": 6214657, + "checksum": "SHA-256:7d30208cde8e72ee261e5eead32842557a2c46b4d7eccad5ec1deb2b9ff7b50c" + }, + { + "name": "IRremoteESP8266", + "version": "2.8.5", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.8.5.zip", + "archiveFileName": "IRremoteESP8266-2.8.5.zip", + "size": 6536899, + "checksum": "SHA-256:e2348e6b2e13a8378f2ab8687200947bc77f3bf42f6a7ebdbf0b43a5bf011dff" + }, + { + "name": "IRremoteESP8266", + "version": "2.8.6", + "author": "David Conran, Sebastien Warin, Mark Szabo, Ken Shirriff", + "maintainer": "David Conran, Mark Szabo, Sebastien Warin, Roi Dayan, Massimiliano Pinto, Christian Nilsson", + "sentence": "Send and receive infrared signals with multiple protocols (ESP8266/ESP32)", + "paragraph": "This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32.", + "website": "https://github.com/crankyoldgit/IRremoteESP8266", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/markszabo/IRremoteESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/markszabo/IRremoteESP8266-2.8.6.zip", + "archiveFileName": "IRremoteESP8266-2.8.6.zip", + "size": 6537617, + "checksum": "SHA-256:89631359a57c0f73fae4bdef586a24a72a8e9c302176ffee926bceb03a78a28c" + }, { "name": "Relay", "version": "1.0.0", @@ -112779,6 +139157,30 @@ "size": 79064, "checksum": "SHA-256:bd5fd2f2a8a5c8e21535426c0114fdcd76f723bc0c29e2fc9725f3cf7f596db7" }, + { + "name": "Balboa32U4", + "version": "1.1.2", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Balboa 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Balboa 32U4 control board.", + "website": "https://github.com/pololu/balboa-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/balboa-32u4-arduino-library.git", + "providesIncludes": [ + "Balboa32U4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Balboa32U4-1.1.2.zip", + "archiveFileName": "Balboa32U4-1.1.2.zip", + "size": 79029, + "checksum": "SHA-256:2e4c189179a7f6bb5c749ad022144a2e400e9d924d90b468f706438eb6cfc811" + }, { "name": "RTCtime", "version": "1.0.1", @@ -113188,6 +139590,30 @@ "size": 11180, "checksum": "SHA-256:f572b2aee45fcdd484a34ac0f11f519c4f864393504c314d945f41aca5e63033" }, + { + "name": "ArduinoLog", + "version": "1.1.1", + "author": "Thijs Elenbaas", + "maintainer": "Thijs Elenbaas \u003cthijs@contemplated.nl\u003e", + "sentence": "Small logging framework", + "paragraph": "ArduinoLog is a minimalistic logging framework to help the programmer output log statements to a variety of output targets. ArduinoLog is designed so that log statements can remain in the code with minimal performance cost. In order to facilitate this the loglevel can be adjusted, and if the code is completely tested all logging code can be compiled out. Tested for AVR, ESP8266 \u0026 ESP32 boards. Detailed instructions for use on Github page.", + "website": "https://github.com/thijse/Arduino-Log/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thijse/Arduino-Log.git", + "providesIncludes": [ + "ArduinoLog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thijse/ArduinoLog-1.1.1.zip", + "archiveFileName": "ArduinoLog-1.1.1.zip", + "size": 41538, + "checksum": "SHA-256:7010f22aa4c177e399c145b00da67031801f33f90d35d37edee00433a97e4085" + }, { "name": "ST_HW_HC_SR04", "version": "2.0.3", @@ -114440,6 +140866,48 @@ "size": 70902, "checksum": "SHA-256:2bb17638f1dba8139865455f5e4525950786b25d77f2310228a44c4bd9650d3c" }, + { + "name": "Queue", + "version": "1.10.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Queue handling library.", + "paragraph": "Arduino designed library, yet may be compiled without change with gcc for other purporses/targets", + "website": "https://github.com/SMFSW/Queue", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/Queue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.10.0.zip", + "archiveFileName": "Queue-1.10.0.zip", + "size": 82224, + "checksum": "SHA-256:8079901c3cba7f71f043fb958fb87e6ee939aa8f9088282fe6f9d98d61a55388" + }, + { + "name": "Queue", + "version": "1.11.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Queue handling library.", + "paragraph": "Arduino designed library, yet may be compiled without change with gcc for other purporses/targets", + "website": "https://github.com/SMFSW/Queue", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/Queue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/Queue-1.11.0.zip", + "archiveFileName": "Queue-1.11.0.zip", + "size": 82253, + "checksum": "SHA-256:f9ab237b63cc602b50999db7a9efd8607c33ea5f6f4f27870b80737072323529" + }, { "name": "AzureIoTHubMQTTClient", "version": "0.2.1", @@ -114698,6 +141166,181 @@ "size": 15466, "checksum": "SHA-256:d9ae3104705d80b67cdeb3481d8772fb6c038508a828e07f892168427ced4b08" }, + { + "name": "OneButton", + "version": "2.0.0", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": [ + "OneButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.0.0.zip", + "archiveFileName": "OneButton-2.0.0.zip", + "size": 20532, + "checksum": "SHA-256:eec5978632b5374c075a4a6b6e07452d84184a07358b05a1fcfaccca1ef2d6b8" + }, + { + "name": "OneButton", + "version": "2.0.1", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": [ + "OneButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.0.1.zip", + "archiveFileName": "OneButton-2.0.1.zip", + "size": 20581, + "checksum": "SHA-256:d9a479e4ad7928442b3ee7c0250062df3ca3f073f378ab51780ed6a07eb8d6b2" + }, + { + "name": "OneButton", + "version": "2.0.2", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": [ + "OneButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.0.2.zip", + "archiveFileName": "OneButton-2.0.2.zip", + "size": 20788, + "checksum": "SHA-256:c38371845d709634c3c671cca7ba6ff22159f9f0810fff277ade1fe1a977f134" + }, + { + "name": "OneButton", + "version": "2.0.4", + "author": "Matthias Hertel, mathertel@hotmail.com", + "maintainer": "Matthias Hertel \u003chttp://www.mathertel.de\u003e", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": [ + "OneButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.0.4.zip", + "archiveFileName": "OneButton-2.0.4.zip", + "size": 22103, + "checksum": "SHA-256:517a41e5c7ee9c71abb1814a07c5413543f817db1e69e7d757e325f4d47d9d82" + }, + { + "name": "OneButton", + "version": "2.0.5", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": [ + "OneButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.0.5.zip", + "archiveFileName": "OneButton-2.0.5.zip", + "size": 23233, + "checksum": "SHA-256:383fd520a94e879ba5b038298d236d0cb0143e195f694eae3e584ef89db850d4" + }, + { + "name": "OneButton", + "version": "2.1.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": [ + "OneButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.1.0.zip", + "archiveFileName": "OneButton-2.1.0.zip", + "size": 24106, + "checksum": "SHA-256:d053f400ecca92b4dcaf0d4b56051d29fbb4657ec45cc239b2284c26516bb708" + }, + { + "name": "OneButton", + "version": "2.5.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "license": "BSD-3-Clause", + "sentence": "Arduino library for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single, double, multiple clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/mathertel/OneButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/OneButton.git", + "providesIncludes": [ + "OneButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/OneButton-2.5.0.zip", + "archiveFileName": "OneButton-2.5.0.zip", + "size": 30676, + "checksum": "SHA-256:a19e04af95e42ea3091f1d168edfe200e0ccbdc46b5963cad5b64305c7837013" + }, { "name": "RotaryEncoder", "version": "1.1.0", @@ -114761,6 +141404,90 @@ "size": 12419, "checksum": "SHA-256:3591cc68a424f95bffe895f7ed9b88d8442afd68debfe3badfdf457d10adfc47" }, + { + "name": "RotaryEncoder", + "version": "1.5.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.5.0.zip", + "archiveFileName": "RotaryEncoder-1.5.0.zip", + "size": 16023, + "checksum": "SHA-256:f208bffebaf95bf45faa09e992bbdb90e19d30e58924faad5c9b80ae0bdb926e" + }, + { + "name": "RotaryEncoder", + "version": "1.5.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.5.1.zip", + "archiveFileName": "RotaryEncoder-1.5.1.zip", + "size": 16093, + "checksum": "SHA-256:5bcdb1bc6d236b63b6cad9e08b685694fcf27c9b7402fbc82de1e4b74456fe3f" + }, + { + "name": "RotaryEncoder", + "version": "1.5.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.5.2.zip", + "archiveFileName": "RotaryEncoder-1.5.2.zip", + "size": 14746, + "checksum": "SHA-256:fd32ad9f079d4c23ea390445d70ddccdd1ba04844ad2554aec52c0b37b28ffa6" + }, + { + "name": "RotaryEncoder", + "version": "1.5.3", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, http://www.mathertel.de", + "sentence": "Use a rotary encoder with quadrature pulses as an input device.", + "paragraph": "This library decodes the signals from a rotary encoder and translates them into a counter position. The library comes with some samples that show how to use the library with and without interrupts.", + "website": "http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RotaryEncoder-1.5.3.zip", + "archiveFileName": "RotaryEncoder-1.5.3.zip", + "size": 14752, + "checksum": "SHA-256:0947743e42773f847c192dcc688ce6a9636c10e9195ae95656a55a353b074f28" + }, { "name": "DFPlayer Mini Mp3 by Makuna", "version": "1.0.0", @@ -114929,6 +141656,132 @@ "size": 13836, "checksum": "SHA-256:150f57e891feca75c3194f7f4382723d28cc40407192afbd7dbc295fb0fd5efd" }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.1.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.1.0.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.1.0.zip", + "size": 14481, + "checksum": "SHA-256:e08eea2582f39c436a63a79ec53609daf776d9c6ad85cb3b78e83b8ad772eee6" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.1.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.1.1.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.1.1.zip", + "size": 15185, + "checksum": "SHA-256:be55dd0a3480c51fed32af3919e7a3bf77f769f2541ce999d36e6602e9ebf9de" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.2.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.2.0.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.2.0.zip", + "size": 23562, + "checksum": "SHA-256:6a3ed09cc90fa5653929c80179c62551b3869f5bf43aea17c03312f5eb2d18e5" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.2.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.2.1.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.2.1.zip", + "size": 27599, + "checksum": "SHA-256:85478b5b6cf7c7c7833fd13604f093be75d4836bb720bac4f1fe9f4c724e6399" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.2.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.2.2.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.2.2.zip", + "size": 27675, + "checksum": "SHA-256:b19368cea864a3ab442b7d3bfae5b3d2a576c21ebd88f96c25c3f9ccc806a96c" + }, + { + "name": "DFPlayer Mini Mp3 by Makuna", + "version": "1.2.3", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the DFPlayer Mini Mp3 module", + "paragraph": "This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.", + "website": "https://github.com/Makuna/DFMiniMp3/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/DFMiniMp3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/DFPlayer_Mini_Mp3_by_Makuna-1.2.3.zip", + "archiveFileName": "DFPlayer_Mini_Mp3_by_Makuna-1.2.3.zip", + "size": 27695, + "checksum": "SHA-256:c97719b7ae1ab260e5d2f9680f679036cefb2f81e9008c45e197491be5b619eb" + }, { "name": "Brasilino", "version": "1.0.0", @@ -116367,6 +143220,30 @@ "size": 6102810, "checksum": "SHA-256:4e288c56d0a1d216adc6dc01af4feb6b7d1689d0117b0d457b833f8a7ee98b1c" }, + { + "name": "Brief", + "version": "1.0.6", + "author": "AshleyF", + "maintainer": "AshleyF \u003cashleyf@briefrobotics.com\u003e", + "sentence": "A scriptable firmware and protocol for interfacing hardware.", + "paragraph": "It is comprised of a VM – a tiny stack machine running on the MCU, Protocol – an extensible and composable set of commands and events, Language – a Forth-like interactive scripting language compiled for the VM, Interactive – console for interactive experimentation and development.", + "website": "https://github.com/AshleyF/BriefEmbedded", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AshleyF/BriefEmbedded.git", + "providesIncludes": [ + "Brief.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AshleyF/Brief-1.0.6.zip", + "archiveFileName": "Brief-1.0.6.zip", + "size": 6103266, + "checksum": "SHA-256:7429af2705e3db436acabdb8edcefe3416cc8e5efe65d87591b315f1cb8ca539" + }, { "name": "SevenSeg", "version": "1.2.1", @@ -117378,6 +144255,126 @@ "size": 22698, "checksum": "SHA-256:ed8bfd8ede6040666ff1a69ad4d1e385b3858c364b4cd558f4c035087db037c7" }, + { + "name": "DS3231", + "version": "1.0.5", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": [ + "DS3231.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.5.zip", + "archiveFileName": "DS3231-1.0.5.zip", + "size": 24181, + "checksum": "SHA-256:6679cc144a5c90dae14eec4e30a686b26533c92136c4e32d0d2f4e6d0454a4be" + }, + { + "name": "DS3231", + "version": "1.0.6", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": [ + "DS3231.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.6.zip", + "archiveFileName": "DS3231-1.0.6.zip", + "size": 24226, + "checksum": "SHA-256:4cfca1f98aa26ecda30bb7f11cbf118fc6f1a841dcb3161840fc595d68ec1ec8" + }, + { + "name": "DS3231", + "version": "1.0.7", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": [ + "DS3231.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.0.7.zip", + "archiveFileName": "DS3231-1.0.7.zip", + "size": 24232, + "checksum": "SHA-256:76d73495390d91aa172adada75985035c340387c4d2565f5aba6e12cf2910a4b" + }, + { + "name": "DS3231", + "version": "1.1.0", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": [ + "DS3231.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.1.0.zip", + "archiveFileName": "DS3231-1.1.0.zip", + "size": 21996, + "checksum": "SHA-256:167dfabbbb6f94263eeca894dc97e19cd8505075d8d0bd5b36eb2c8dcbea6d66" + }, + { + "name": "DS3231", + "version": "1.1.2", + "author": "Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NorthernWidget/DS3231.git", + "providesIncludes": [ + "DS3231.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NorthernWidget/DS3231-1.1.2.zip", + "archiveFileName": "DS3231-1.1.2.zip", + "size": 60584, + "checksum": "SHA-256:4d09316385bdb94e70063f859062fc4cd2302930e4cf235cda940719ae8df7d6" + }, { "name": "EasyDDNS", "version": "1.0.0", @@ -117571,6 +144568,72 @@ "size": 8737, "checksum": "SHA-256:6517aa249aadd2c865985af5f871de8b687c8d253a090386dc5f8645adf0a345" }, + { + "name": "EasyDDNS", + "version": "1.6.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266 \u0026 ESP32. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.6.0.zip", + "archiveFileName": "EasyDDNS-1.6.0.zip", + "size": 8773, + "checksum": "SHA-256:a1eadfdea02d8e49f8d9b22e6c4645a3a2c86a04f1fb54c9957ab8faa8518fc5" + }, + { + "name": "EasyDDNS", + "version": "1.7.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266 \u0026 ESP32. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.7.0.zip", + "archiveFileName": "EasyDDNS-1.7.0.zip", + "size": 8787, + "checksum": "SHA-256:adadd807354422ed18db06532d12b92a33617d8b9a8c0cedcdd7c18d1621d7cb" + }, + { + "name": "EasyDDNS", + "version": "1.8.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 DDNS Update Client Library.", + "paragraph": "A simple library that implements a DDNS Update Client for ESP8266 \u0026 ESP32. It is designed to be universal and currently supports DuckDNS, No-ip, DynDNS, Dynu.", + "website": "https://github.com/ayushsharma82/EasyDDNS", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/EasyDDNS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/EasyDDNS-1.8.0.zip", + "archiveFileName": "EasyDDNS-1.8.0.zip", + "size": 8778, + "checksum": "SHA-256:3c17f546bfff287e2c2a6adf4cacc87ecee54064ddc76a00ddd8b42ec8c366bc" + }, { "name": "SparkFun AK9750 Human Presence Sensor Library", "version": "1.0.0", @@ -117781,6 +144844,48 @@ "size": 131709, "checksum": "SHA-256:e8e54f4ef3b9520758b5c454377fa4924e624be882547585452491e431ff4906" }, + { + "name": "SparkFun CCS811 Arduino Library", + "version": "2.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino library to drive the AMS CCS811 by I2C.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/14193\"\u003eCCS811 Air Quality Breakout\u003c/a\u003e is a digital gas sensor solution that senses a wide range of Total Volatile Organic Compounds (TVOCs), including equivalent carbon dioxide (eCO2) and metal oxide (MOX) levels. It is intended for indoor air quality monitoring in personal devices such as watches and phones, but we’ve put it on a breakout board so you can use it as a regular I2C device.", + "website": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-2.0.2.zip", + "archiveFileName": "SparkFun_CCS811_Arduino_Library-2.0.2.zip", + "size": 131702, + "checksum": "SHA-256:df1397088ef43ecb4b2aad20d555deb2b2202dfc21b8a7d9dfec35182c595ded" + }, + { + "name": "SparkFun CCS811 Arduino Library", + "version": "2.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino library to drive the AMS CCS811 by I2C.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/14193\"\u003eCCS811 Air Quality Breakout\u003c/a\u003e is a digital gas sensor solution that senses a wide range of Total Volatile Organic Compounds (TVOCs), including equivalent carbon dioxide (eCO2) and metal oxide (MOX) levels. It is intended for indoor air quality monitoring in personal devices such as watches and phones, but we’ve put it on a breakout board so you can use it as a regular I2C device.", + "website": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CCS811_Arduino_Library-2.0.3.zip", + "archiveFileName": "SparkFun_CCS811_Arduino_Library-2.0.3.zip", + "size": 131742, + "checksum": "SHA-256:659e841788bc0846c3fe51cc4e0e3893bb1fb85b082f0fe7f9b71b69bb4812c2" + }, { "name": "InstructableApi", "version": "1.0.0", @@ -118514,6 +145619,204 @@ "size": 3087769, "checksum": "SHA-256:9cb8a7a36be5b034b7aff4ce3f3cb3d1024be78de8c7a07356f30db64d3c6371" }, + { + "name": "SdFat", + "version": "2.0.4", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.4.zip", + "archiveFileName": "SdFat-2.0.4.zip", + "size": 3123644, + "checksum": "SHA-256:e3663ec9242ceb7a10468bbaa8fc2409b1a23a0dfc56a4510ab15acb4e5af95e" + }, + { + "name": "SdFat", + "version": "2.0.5", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.5.zip", + "archiveFileName": "SdFat-2.0.5.zip", + "size": 3177559, + "checksum": "SHA-256:2c60803a0703754ef259967b45b48b0f4d3311dce58cc5c8c1e25d61497edcdd" + }, + { + "name": "SdFat", + "version": "2.0.6", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.6.zip", + "archiveFileName": "SdFat-2.0.6.zip", + "size": 3177800, + "checksum": "SHA-256:9d8bea8ecd1484d9f3ab3c3fe1586ef1afcbcd4a121cc17104dc02b08207e504" + }, + { + "name": "SdFat", + "version": "2.0.7", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.0.7.zip", + "archiveFileName": "SdFat-2.0.7.zip", + "size": 3177790, + "checksum": "SHA-256:3f1d5095bed75c8ba095c4702547aaae26e7b3c6a07aef4ad4e541e93e8d2a87" + }, + { + "name": "SdFat", + "version": "2.1.0", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.1.0.zip", + "archiveFileName": "SdFat-2.1.0.zip", + "size": 3177050, + "checksum": "SHA-256:90a11b3fd08ee1cde00bb811a6c85b51eed94c134386b70a6edf921ed0dd7226" + }, + { + "name": "SdFat", + "version": "2.1.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32/exFAT file system.", + "paragraph": "FAT16/FAT32/exFAT file system.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.1.1.zip", + "archiveFileName": "SdFat-2.1.1.zip", + "size": 3208286, + "checksum": "SHA-256:05742355c18067515ffe61ec2af1540935566d606bf5d9972f1117e10e0bd24f" + }, + { + "name": "SdFat", + "version": "2.1.2", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "Provides access to SD memory cards.", + "paragraph": "The SdFat library supports FAT16, FAT32, and exFAT file systems on Standard SD, SDHC, and SDXC cards.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.1.2.zip", + "archiveFileName": "SdFat-2.1.2.zip", + "size": 3238238, + "checksum": "SHA-256:af13c77fa56b7fc3e1e9a5dc0e0c34b0e662c8f7a34ad2d0f5cd6a941917811a" + }, + { + "name": "SdFat", + "version": "2.2.0", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "Provides access to SD memory cards.", + "paragraph": "The SdFat library supports FAT16, FAT32, and exFAT file systems on Standard SD, SDHC, and SDXC cards.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.2.0.zip", + "archiveFileName": "SdFat-2.2.0.zip", + "size": 3251801, + "checksum": "SHA-256:c12258de1f9d6a33d23a14f5a26030e6ee3c35c41fa49916822107573a850593" + }, + { + "name": "SdFat", + "version": "2.2.2", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "license": "MIT", + "sentence": "Provides access to SD memory cards.", + "paragraph": "The SdFat library supports FAT16, FAT32, and exFAT file systems on Standard SD, SDHC, and SDXC cards.", + "website": "https://github.com/greiman/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SdFat-2.2.2.zip", + "archiveFileName": "SdFat-2.2.2.zip", + "size": 3659059, + "checksum": "SHA-256:da12ad560f992a0a091ed1e9381f9b4ea3b3c3a62fb22b81f944b89e4ed2a2a5" + }, { "name": "SerialUI", "version": "1.14.0", @@ -118771,6 +146074,84 @@ "size": 265403, "checksum": "SHA-256:6869b9a0af3523e99c5b2c6ac193647f2cc7efcdea0fb83efd0bf0fc41464688" }, + { + "name": "Adafruit MCP3008", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP3008 8-Channel 10-Bit ADC", + "paragraph": "MCP3008 8-Channel 10-Bit ADC", + "website": "https://github.com/adafruit/Adafruit_MCP3008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP3008.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.3.0.zip", + "archiveFileName": "Adafruit_MCP3008-1.3.0.zip", + "size": 265140, + "checksum": "SHA-256:ccdfa3ce4744e337ff69a81283108d8154e35cc8248a65445ed943ec01bf4afb" + }, + { + "name": "Adafruit MCP3008", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP3008 8-Channel 10-Bit ADC", + "paragraph": "MCP3008 8-Channel 10-Bit ADC", + "website": "https://github.com/adafruit/Adafruit_MCP3008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP3008.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.3.1.zip", + "archiveFileName": "Adafruit_MCP3008-1.3.1.zip", + "size": 265181, + "checksum": "SHA-256:ce1f24bdf070c93da9f6682b2a56b18a6de80cff8aa05f590c72592d9eecf429" + }, + { + "name": "Adafruit MCP3008", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "MCP3008 8-Channel 10-Bit ADC", + "paragraph": "MCP3008 8-Channel 10-Bit ADC", + "website": "https://github.com/adafruit/Adafruit_MCP3008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP3008.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3008-1.3.3.zip", + "archiveFileName": "Adafruit_MCP3008-1.3.3.zip", + "size": 265181, + "checksum": "SHA-256:0e51ab5810c05c1d04a1a7da8fa966ca4b03409c5137570c34a4aa61c7f5dd34" + }, { "name": "MillaMilla DS7505 Library", "version": "1.0.0", @@ -119493,6 +146874,760 @@ "size": 124369, "checksum": "SHA-256:5c796f29bee418e8b0f8f3c78919f215dc72c4717a98a7f06be027f905bc3f97" }, + { + "name": "Adafruit SPIFlash", + "version": "3.3.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.3.6.zip", + "archiveFileName": "Adafruit_SPIFlash-3.3.6.zip", + "size": 124564, + "checksum": "SHA-256:1a12a095ae8e8ad26ac724edb97a77f784b81b5c486001a40c56a0f4fb96c4e8" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.0.zip", + "size": 124671, + "checksum": "SHA-256:8f8e1ad9a56af42860285ef240758f55116734054248bcc3b3200159105d5577" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.1.zip", + "size": 124706, + "checksum": "SHA-256:a405d2e775744507cebd0efabc4aad3f7c126724f1f445950207b402cd7850b6" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.2.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.2.zip", + "size": 124699, + "checksum": "SHA-256:ab028bc84376fed14703f30dbdf37ef78e6494c014c7cabd6b7c89317b40732c" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.4.3.zip", + "archiveFileName": "Adafruit_SPIFlash-3.4.3.zip", + "size": 124707, + "checksum": "SHA-256:85424848fe5354a160f046d19adaea8c413f3388e0c35f73f03240e856876921" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.5.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.5.0.zip", + "size": 125811, + "checksum": "SHA-256:d0c467379aefed692d323dc547f6483c533b6f28b89082226860daf027bf86a4" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.5.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.5.1.zip", + "size": 125811, + "checksum": "SHA-256:e767baf9d354cffc9c86e798a51a4ff045ca9cc41b337fc411e02732231dab57" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.5.2.zip", + "archiveFileName": "Adafruit_SPIFlash-3.5.2.zip", + "size": 127839, + "checksum": "SHA-256:0a1918db1225ca7a802c2ec8ff548fbad326cc513fb70292c6c7483e9593aa54" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.6.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.6.0.zip", + "size": 127896, + "checksum": "SHA-256:97817bdac402c1d667f1c0cc8c2f9c3def0824a614e236712f64b268d1c2b319" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.6.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.6.1.zip", + "size": 127903, + "checksum": "SHA-256:0275ab31fedc6a19eb97bbf60c2b9bb3318d349d8dfbb48c4df3e7cbab89b57f" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.7.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.7.0.zip", + "size": 128023, + "checksum": "SHA-256:bd80b15d0f7d5ff461cf1c3da1e87e93b710f3766356714140f5f1922c7df782" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.7.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.7.1.zip", + "size": 128021, + "checksum": "SHA-256:20b815cc816179bb6dae85279a979be15b272967296ce7b5c4171b37fd12f560" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.8.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.8.0.zip", + "size": 128171, + "checksum": "SHA-256:8af5fc03f572b7b90478e28105436e4553cbcf740fc530cb7670695e52745639" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.9.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.9.0.zip", + "size": 135183, + "checksum": "SHA-256:0a888a6c27c4ea651f7728256a1e54e26dd919596ad43a3f54e0d521e8af4b60" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.9.1.zip", + "archiveFileName": "Adafruit_SPIFlash-3.9.1.zip", + "size": 135151, + "checksum": "SHA-256:c3fdc3dc573f406fd344e673f780ca4d36477ed9f1d80f819db6b5ebca4271f0" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.9.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.9.2.zip", + "archiveFileName": "Adafruit_SPIFlash-3.9.2.zip", + "size": 135151, + "checksum": "SHA-256:998478d06d884aa4ede9f414e8303236ca20922597095cf5ea010a3fe57c9f2f" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.10.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.10.0.zip", + "size": 135312, + "checksum": "SHA-256:4568ce017dec14dd96dbf7603e6010e1a7b3baa3ad381ccd807a67075729f23c" + }, + { + "name": "Adafruit SPIFlash", + "version": "3.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-3.11.0.zip", + "archiveFileName": "Adafruit_SPIFlash-3.11.0.zip", + "size": 135418, + "checksum": "SHA-256:5d5fcddfa832adde7e2f6408626cdd02e03e9e947a91d8e693b0a80a640bed83" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.0.0.zip", + "archiveFileName": "Adafruit_SPIFlash-4.0.0.zip", + "size": 156793, + "checksum": "SHA-256:f8d81210d112c2009698664e7bfa2ca02475a8af34a9a1e6fd0850d3d6598fca" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.1.1.zip", + "archiveFileName": "Adafruit_SPIFlash-4.1.1.zip", + "size": 158176, + "checksum": "SHA-256:bca77ef59dbc4ba2b65c9447b1ed1d709d4abe90086bb04f871a06000295e039" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.1.3.zip", + "archiveFileName": "Adafruit_SPIFlash-4.1.3.zip", + "size": 158188, + "checksum": "SHA-256:bece78fe5fb8e569bf8f0adc0dbd9ac8ab864731e5437307dc60675a809a8a21" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.2.0.zip", + "archiveFileName": "Adafruit_SPIFlash-4.2.0.zip", + "size": 158492, + "checksum": "SHA-256:36469885db97979b8b21c977583855797cf3a3bce00a28ed5fa6a78c99ec98ba" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.2.1.zip", + "archiveFileName": "Adafruit_SPIFlash-4.2.1.zip", + "size": 158546, + "checksum": "SHA-256:5fb98e229d7fcd5cea0d4df254df9f82a9da2e028b539156f94638620b18c23d" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.3.0.zip", + "archiveFileName": "Adafruit_SPIFlash-4.3.0.zip", + "size": 158550, + "checksum": "SHA-256:29d393fd55b6cc9897959a295fb65bd9317cb807954e715d98c382a6b3233541" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.3.1.zip", + "archiveFileName": "Adafruit_SPIFlash-4.3.1.zip", + "size": 158566, + "checksum": "SHA-256:466c138238f45e7dad3a0e346a6140f248e4e67596168dca997ffaa625d054a7" + }, + { + "name": "Adafruit SPIFlash", + "version": "4.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "paragraph": "SPI Flash filesystem support for FAT and CircuitPython FS support from within Arduino", + "website": "https://github.com/adafruit/Adafruit_SPIFlash", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SPIFlash.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SPIFlash-4.3.2.zip", + "archiveFileName": "Adafruit_SPIFlash-4.3.2.zip", + "size": 158672, + "checksum": "SHA-256:10715def5489c949edfbcc27fda6642c841a5182f9401b66abea7c9696b871f3" + }, { "name": "anto-esp8266-arduino", "version": "0.5.0", @@ -120005,6 +148140,48 @@ "size": 22816, "checksum": "SHA-256:ea4cf3ed7f5094cd247a98a28364cfc7396e60c2a1144011cd3b5a07e841d0dd" }, + { + "name": "SparkFun I2C GPS Reading and Control", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic I2C GPS Module", + "paragraph": "An Arduino Library for the MediaTek MT3333 and MT3339 chipsets that enables the user to read GPS coordinates over I2C. Also supports the PMTK configuration protocol. This library only works with SparkFun modules that have been loaded with special firmware that enables the I2C interface.", + "website": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.5.zip", + "archiveFileName": "SparkFun_I2C_GPS_Reading_and_Control-1.0.5.zip", + "size": 22855, + "checksum": "SHA-256:2ff1b0ba6dfd1f847dc3d77039aec572a8c42c398e9dd49e4313c5fd22dce170" + }, + { + "name": "SparkFun I2C GPS Reading and Control", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic I2C GPS Module", + "paragraph": "An Arduino Library for the MediaTek MT3333 and MT3339 chipsets that enables the user to read GPS coordinates over I2C. Also supports the PMTK configuration protocol. This library only works with SparkFun modules that have been loaded with special firmware that enables the I2C interface.", + "website": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_GPS_Reading_and_Control-1.0.6.zip", + "archiveFileName": "SparkFun_I2C_GPS_Reading_and_Control-1.0.6.zip", + "size": 22862, + "checksum": "SHA-256:7649ec8ece73c4286890e0c040cb83ca12abc93fa891c8f475852beee68f90e9" + }, { "name": "CopyThreads", "version": "0.0.1", @@ -120385,6 +148562,54 @@ "size": 33399, "checksum": "SHA-256:f69a12cb6c953c7c1b1cd72734c412f905139d0c82419f317005ad2dba3b66a3" }, + { + "name": "arduinoFFT", + "version": "1.6.0", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for implementing floating point Fast Fourier Transform calculations on Arduino.", + "paragraph": "With this library you can calculate the frequency of a sampled signal.", + "website": "https://github.com/kosme/arduinoFFT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kosme/arduinoFFT.git", + "providesIncludes": [ + "arduinoFFT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.6.0.zip", + "archiveFileName": "arduinoFFT-1.6.0.zip", + "size": 34229, + "checksum": "SHA-256:810873cec11af4fa363b2803b506fdb71c776cd88a168b33b511732d9ed3bb75" + }, + { + "name": "arduinoFFT", + "version": "1.6.1", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for implementing floating point Fast Fourier Transform calculations on Arduino.", + "paragraph": "With this library you can calculate the frequency of a sampled signal.", + "website": "https://github.com/kosme/arduinoFFT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kosme/arduinoFFT.git", + "providesIncludes": [ + "arduinoFFT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/arduinoFFT-1.6.1.zip", + "archiveFileName": "arduinoFFT-1.6.1.zip", + "size": 34294, + "checksum": "SHA-256:b4285606b799fd089d4354f9e8b95ed36c16d2036ab71c3480adc8fbad281007" + }, { "name": "ThingfaceClient", "version": "0.0.1", @@ -120778,111 +149003,6 @@ "size": 11220, "checksum": "SHA-256:13a4cd27ddb6cbf38f04200ab8c8482c0ef37970d562f8b1f399a8b73540a19e" }, - { - "name": "Kerbal Sim Pit", - "version": "1.0.0", - "author": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "maintainer": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "sentence": "A library for interfacing with the Kerbal Space Program video game.", - "paragraph": "Works with an accompanying KSP plugin (https://bitbucket.org/pjhardy/kerbalsimpit), to allow your Arduino to receive telemetry and send commands over a serial connection.", - "website": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.0.0.zip", - "archiveFileName": "Kerbal_Sim_Pit-1.0.0.zip", - "size": 22147, - "checksum": "SHA-256:de06c076944e55463ff5f97e08ad2f4bc52a1833a255ae219bda55fb200ded5a" - }, - { - "name": "Kerbal Sim Pit", - "version": "1.1.4", - "author": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "maintainer": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "sentence": "A library for interfacing with the Kerbal Space Program video game.", - "paragraph": "Works with an accompanying KSP plugin (https://bitbucket.org/pjhardy/kerbalsimpit), to allow your Arduino to receive telemetry and send commands over a serial connection.", - "website": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.1.4.zip", - "archiveFileName": "Kerbal_Sim_Pit-1.1.4.zip", - "size": 23549, - "checksum": "SHA-256:beb7daf1e5c5a7b07cec1eafa987ed2781b01af59b9644908d83329d36a6cd4c" - }, - { - "name": "Kerbal Sim Pit", - "version": "1.1.5", - "author": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "maintainer": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "sentence": "A library for interfacing with the Kerbal Space Program video game.", - "paragraph": "Works with an accompanying KSP plugin (https://bitbucket.org/pjhardy/kerbalsimpit), to allow your Arduino to receive telemetry and send commands over a serial connection.", - "website": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.1.5.zip", - "archiveFileName": "Kerbal_Sim_Pit-1.1.5.zip", - "size": 23651, - "checksum": "SHA-256:4a84ef10ca588bd80e62dc87fbcafa05e6388a3750545f7c1348916aca2073a4" - }, - { - "name": "Kerbal Sim Pit", - "version": "1.2.2", - "author": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "maintainer": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "sentence": "A library for interfacing with the Kerbal Space Program video game.", - "paragraph": "Works with an accompanying KSP plugin (https://bitbucket.org/pjhardy/kerbalsimpit), to allow your Arduino to receive telemetry and send commands over a serial connection.", - "website": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.2.2.zip", - "archiveFileName": "Kerbal_Sim_Pit-1.2.2.zip", - "size": 24196, - "checksum": "SHA-256:cf2c80af740c8f96e95094dc0f04c3baf37b988bbda058c200908f09a89b8ab6" - }, - { - "name": "Kerbal Sim Pit", - "version": "1.4.0", - "author": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "maintainer": "Peter Hardy \u003cpeter@hardy.dropbear.id.au\u003e", - "sentence": "A library for interfacing with the Kerbal Space Program video game.", - "paragraph": "Works with an accompanying KSP plugin (https://bitbucket.org/pjhardy/kerbalsimpit), to allow your Arduino to receive telemetry and send commands over a serial connection.", - "website": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://bitbucket.org/pjhardy/kerbalsimpit-arduino.git", - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/pjhardy/Kerbal_Sim_Pit-1.4.0.zip", - "archiveFileName": "Kerbal_Sim_Pit-1.4.0.zip", - "size": 24261, - "checksum": "SHA-256:7414b965e0139c8133ad2107fe61d7238fa7c82043bee63e47a32b5758201ddb" - }, { "name": "EmSevenSegment", "version": "1.0.3", @@ -121555,6 +149675,28 @@ "size": 332438, "checksum": "SHA-256:2ba2cfcef8c90c7f8c89831fb8219ecbb5b88e5632125f3f90492f0137d79009" }, + { + "name": "Mini Grafx", + "version": "1.2.6", + "author": "Daniel Eichhorn", + "maintainer": "Daniel Eichhorn \u003cdani@thingpulse.com\u003e", + "sentence": "Graphics Library for embedded devices with a framebuffer", + "paragraph": "Graphics Library for embedded devices with a framebuffer", + "website": "https://github.com/ThingPulse/minigrafx", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/squix78/minigrafx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squix78/Mini_Grafx-1.2.6.zip", + "archiveFileName": "Mini_Grafx-1.2.6.zip", + "size": 332477, + "checksum": "SHA-256:06dbd5d2ab8b6cf8dcbf2d4042ab77c43b70b5169b7721a7efdbb2fa9947716f" + }, { "name": "Cytron 3A Motor Driver Shield", "version": "1.0.0", @@ -121873,6 +150015,28 @@ "size": 556809, "checksum": "SHA-256:cb6ac27f3fc43c00e015b4a17c5033327bb7c64f0d466eaef5c32f1de5113811" }, + { + "name": "MD_Menu", + "version": "2.1.3", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for displaying and managing menus on displays with with up to 2 lines.", + "paragraph": "Menus and user input are managed by user code. The library manages the structure and flow of the menu. Minimal RAM impact with extensive use of PROGMEM for static structures.", + "website": "http://github.com/MajicDesigns/MD_Menu", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Menu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Menu-2.1.3.zip", + "archiveFileName": "MD_Menu-2.1.3.zip", + "size": 557865, + "checksum": "SHA-256:29d93ebed0b67f9066f13d242fe541a4f1abe0d759ebc6eff95d6cca50f19e9c" + }, { "name": "Meeo", "version": "1.0.0", @@ -122529,6 +150693,54 @@ "size": 555000, "checksum": "SHA-256:4b2157249623145221afd5b9a5561403b6ce95e29abf5de31ad3824e5a203751" }, + { + "name": "L298N", + "version": "2.0.2", + "author": "Andrea Lombardo", + "maintainer": "Andrea Lombardo", + "sentence": "L298N library for Arduino", + "paragraph": "An easy way to control DC Motors with Arduino and the L298N module.", + "website": "https://github.com/AndreaLombardo/L298N", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AndreaLombardo/L298N.git", + "providesIncludes": [ + "L298N.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-2.0.2.zip", + "archiveFileName": "L298N-2.0.2.zip", + "size": 544264, + "checksum": "SHA-256:6ffbe2b4a2073e7e65eba26cb13e695cb727886be7facbf1fc810f7e30c54dc6" + }, + { + "name": "L298N", + "version": "2.0.3", + "author": "Andrea Lombardo", + "maintainer": "Andrea Lombardo", + "sentence": "L298N library for Arduino", + "paragraph": "An easy way to control DC Motors with Arduino and the L298N module.", + "website": "https://github.com/AndreaLombardo/L298N", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AndreaLombardo/L298N.git", + "providesIncludes": [ + "L298N.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AndreaLombardo/L298N-2.0.3.zip", + "archiveFileName": "L298N-2.0.3.zip", + "size": 544269, + "checksum": "SHA-256:f4546ce5314c6545cf425ba5820bfa2fa63e1751b1a8c29ef4ef38e1598e885a" + }, { "name": "ArduinoThreadRunOnce", "version": "0.1.0", @@ -124178,363 +152390,6 @@ "size": 8590, "checksum": "SHA-256:b72f04deb113a220726f2cf3eef112c3acf9b01fd481b1b89b0a576bdef42c84" }, - { - "name": "EC_Salinity", - "version": "1.0.0", - "author": "Justin Decker", - "maintainer": "Justin Decker justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.0.zip", - "archiveFileName": "EC_Salinity-1.0.0.zip", - "size": 177590, - "checksum": "SHA-256:e82891e706aee6677ea88d37027a7a34fc015aa992eeaa17511dbbc0636b7fe1" - }, - { - "name": "EC_Salinity", - "version": "1.0.1", - "author": "Justin Decker", - "maintainer": "Justin Decker justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.1.zip", - "archiveFileName": "EC_Salinity-1.0.1.zip", - "size": 156917, - "checksum": "SHA-256:3a3343802058baa0a29fe5b6618487cb011613b4bc518889a59e61b00953559a" - }, - { - "name": "EC_Salinity", - "version": "1.0.10", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.10.zip", - "archiveFileName": "EC_Salinity-1.0.10.zip", - "size": 314008, - "checksum": "SHA-256:ca73428ecd545b96a9616a91e67c332778c25630d141c7eab6dfcb0489b77b06" - }, - { - "name": "EC_Salinity", - "version": "1.0.11", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.11.zip", - "archiveFileName": "EC_Salinity-1.0.11.zip", - "size": 314023, - "checksum": "SHA-256:96508d0f69f8effe09a4d890b521fd390ec7ef4338cc28e4d651a73c03280a89" - }, - { - "name": "EC_Salinity", - "version": "1.0.2", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.2.zip", - "archiveFileName": "EC_Salinity-1.0.2.zip", - "size": 156934, - "checksum": "SHA-256:42669f305a0a659bbf6311610a88ae7a26d3d608a627ac19b5d8aac2d8a77a64" - }, - { - "name": "EC_Salinity", - "version": "1.0.3", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.3.zip", - "archiveFileName": "EC_Salinity-1.0.3.zip", - "size": 157946, - "checksum": "SHA-256:3eff9ba51cad279d695647267c3b8c9b7f878d18ce6448f1f8c8789c702eb933" - }, - { - "name": "EC_Salinity", - "version": "1.0.4", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.4.zip", - "archiveFileName": "EC_Salinity-1.0.4.zip", - "size": 150180, - "checksum": "SHA-256:835d84964f2fce2e2d0fdb97d24573f89f4a67eb668f857a81d40706e6f4d6df" - }, - { - "name": "EC_Salinity", - "version": "1.0.5", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.5.zip", - "archiveFileName": "EC_Salinity-1.0.5.zip", - "size": 148753, - "checksum": "SHA-256:9e30933bd2c6f02dfbbf09a949eb1c3ccc271b8fcac4ff52fc4c6f74b857841d" - }, - { - "name": "EC_Salinity", - "version": "1.0.6", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.6.zip", - "archiveFileName": "EC_Salinity-1.0.6.zip", - "size": 149562, - "checksum": "SHA-256:87613929e87881ae5c3ea7a1f220fcb2032c830516b92a807c327f24bfb7a1d4" - }, - { - "name": "EC_Salinity", - "version": "1.0.7", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.7.zip", - "archiveFileName": "EC_Salinity-1.0.7.zip", - "size": 310248, - "checksum": "SHA-256:719a890ece923bbd9a88bfcab2308ddcb82be9a09d47fd8692ccecddf979f201" - }, - { - "name": "EC_Salinity", - "version": "1.0.8", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.8.zip", - "archiveFileName": "EC_Salinity-1.0.8.zip", - "size": 310284, - "checksum": "SHA-256:a9972db3aa60f9c083c33b7b77e7f2de96c1f3fbc4e4d5026f10fd7090408ebd" - }, - { - "name": "EC_Salinity", - "version": "1.0.9", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.0.9.zip", - "archiveFileName": "EC_Salinity-1.0.9.zip", - "size": 310347, - "checksum": "SHA-256:9735a86eb6790edd6e4b57a965d1975fa83be67f3d91b1499caa089ad4dbd081" - }, - { - "name": "EC_Salinity", - "version": "1.1.0", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.0.zip", - "archiveFileName": "EC_Salinity-1.1.0.zip", - "size": 313782, - "checksum": "SHA-256:c23d1d467dc3bff9b7bb78118cfb2fe8591a992b18aaa0885e60a7fe0ad227a6" - }, - { - "name": "EC_Salinity", - "version": "1.1.1", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.1.zip", - "archiveFileName": "EC_Salinity-1.1.1.zip", - "size": 314747, - "checksum": "SHA-256:c28faf0d667b6b2dcf360f3f0c64d39469f715f02c91366938c2f3a70d66e7ab" - }, - { - "name": "EC_Salinity", - "version": "1.1.2", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.2.zip", - "archiveFileName": "EC_Salinity-1.1.2.zip", - "size": 427019, - "checksum": "SHA-256:83f97b0b66f4792be1a7ad137ee8472b5a88b93b38a5250a2a4dabe3b9481861" - }, - { - "name": "EC_Salinity", - "version": "1.1.3", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-1.1.3.zip", - "archiveFileName": "EC_Salinity-1.1.3.zip", - "size": 431139, - "checksum": "SHA-256:0350372014523a92af6f9e6da748dadbe3e33ebeecad5bdded0b20b3379db9ec" - }, - { - "name": "EC_Salinity", - "version": "2.0.0", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "Monitor hydroponic nutrient levels, salinity levels in aquariums or the ocean, saltwater pools, soil salinity, water quality etc.", - "paragraph": "Measures Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ECSalinity.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/EC_Salinity-2.0.0.zip", - "archiveFileName": "EC_Salinity-2.0.0.zip", - "size": 813234, - "checksum": "SHA-256:b65b1eaf977171e8b877cc2983fbdad25f24326d08aecda638564d7a06acf871" - }, { "name": "M10SerialAUX", "version": "1.0.0", @@ -124889,6 +152744,27 @@ "size": 94902, "checksum": "SHA-256:3ae9f7bff90b371b56fd796e552563ee5fdb2cc4f0aa7702cfd9f75dc1da2511" }, + { + "name": "AWS-SDK-ESP8266", + "version": "0.9.0-beta", + "author": "Roman Schmitz \u003cro-man@web.de\u003e", + "maintainer": "Roman Schmitz \u003cro-man@web.de\u003e", + "sentence": "SDK for AWS using ESP8266", + "paragraph": "This library is based on the code by awslabs, svdgraaf and fuzzyhandle. It enables you to easily use AWS IoT Services from a ESP8266 SOC with Arduino. There are some great tutorials and projects on the web, also check YoutTube and my GitHub-Pages for examples. As I weil be using this system quite often, I will try to keep it up-to-date and contribute to the arduino libraries. Feel free to contribute to this code - fork, add your stuff, change things and create pull requests.", + "website": "https://github.com/Schm1tz1/aws-sdk-arduino-esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Schm1tz1/aws-sdk-arduino-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Schm1tz1/AWS_SDK_ESP8266-0.9.0-beta.zip", + "archiveFileName": "AWS_SDK_ESP8266-0.9.0-beta.zip", + "size": 95311, + "checksum": "SHA-256:afa678e92028d9f270a7caf86efc7bb1f9ed7ba48bbf65f570a2f4f598b3b55d" + }, { "name": "Sodaq_nbIOT", "version": "1.0.0", @@ -125331,6 +153207,27 @@ "size": 11871, "checksum": "SHA-256:00fd19baa360d1d6959e22b09d8171d15b9177a4c5594fc3fc24878c6f5fa17a" }, + { + "name": "Bitcraze PMW3901", + "version": "1.2.0", + "author": "Bitcraze", + "maintainer": "Bitcraze \u003ccontact@bitcraze.io\u003e", + "sentence": "PMW3901 Optical flow sensor driver.", + "paragraph": "Provides access to X/Y motion count.", + "website": "https://github.com/bitcraze/Bitcraze_PMW3901", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitcraze/Bitcraze_PMW3901.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitcraze/Bitcraze_PMW3901-1.2.0.zip", + "archiveFileName": "Bitcraze_PMW3901-1.2.0.zip", + "size": 11926, + "checksum": "SHA-256:34f07cacea550932781b388e9b97310010643fba4d895970f755bd152cee0e6d" + }, { "name": "Ps2KeyboardHost", "version": "1.0.0", @@ -126024,6 +153921,48 @@ "size": 9482, "checksum": "SHA-256:32201b9aaa94659ef98672c9c0a71d7f4d054483f8a26bcc79f35464320f7939" }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.12", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.12.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.12.zip", + "size": 9498, + "checksum": "SHA-256:9ce727635be1e8cd46f78518f0d8c9b884b39802d08a74c311b1dbe7c25ccbdb" + }, + { + "name": "MPU9250_asukiaaa", + "version": "1.5.13", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages MPU9250", + "paragraph": "It can get sensor values about accelerometer, gyrometer and magnetometer.", + "website": "https://github.com/asukiaaa/MPU9250_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/MPU9250_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MPU9250_asukiaaa-1.5.13.zip", + "archiveFileName": "MPU9250_asukiaaa-1.5.13.zip", + "size": 9602, + "checksum": "SHA-256:14e4c694eca92c9ca79d76cd0e1771b47dc83608867c8f6af62ea04786bc551e" + }, { "name": "FIR filter", "version": "0.1.1", @@ -126309,7 +154248,7 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library.git", + "repository": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library.git", "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.0.zip", "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.0.zip", "size": 11635, @@ -126330,7 +154269,7 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library.git", + "repository": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library.git", "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.1.zip", "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.1.zip", "size": 11565, @@ -126351,12 +154290,75 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library.git", + "repository": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library.git", "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.3.zip", "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.3.zip", "size": 11546, "checksum": "SHA-256:cfa4235479b4f58065fd2d8df1c66d4cb1d79e5ae40bb5a7a65f55fa6dad640c" }, + { + "name": "SparkFun Si7021 Humidity and Temperature Sensor", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for Si7021 Humidity and Temperature Sensor.", + "paragraph": "Library for Si7021 Humidity and Temperature Sensor.", + "website": "https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.4.zip", + "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.4.zip", + "size": 11561, + "checksum": "SHA-256:6529c69401b3a0d48a4894bd7eca60f40ae4462cae105c9cdf831503202202fd" + }, + { + "name": "SparkFun Si7021 Humidity and Temperature Sensor", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for Si7021 Humidity and Temperature Sensor.", + "paragraph": "Library for Si7021 Humidity and Temperature Sensor.", + "website": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.5.zip", + "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-1.0.5.zip", + "size": 11556, + "checksum": "SHA-256:e9cabb3c21383e915ceda4144035d8b06f1ff1a269a5cfe3a3894eda4958bfe4" + }, + { + "name": "SparkFun Si7021 Humidity and Temperature Sensor", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for Si7021 Humidity and Temperature Sensor.", + "paragraph": "Library for Si7021 Humidity and Temperature Sensor. Support for checking the device ID, as well as CRC is included.", + "website": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Si7021_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Si7021_Humidity_and_Temperature_Sensor-2.0.0.zip", + "archiveFileName": "SparkFun_Si7021_Humidity_and_Temperature_Sensor-2.0.0.zip", + "size": 14013, + "checksum": "SHA-256:f30771cd77bcf28aab68f87b5f39c6e9358192b0ae0330ad13928353ab5c8ac5" + }, { "name": "OpenBCI_Wifi", "version": "0.2.1", @@ -126949,6 +154951,48 @@ "size": 5720297, "checksum": "SHA-256:b042c5a7b9390216a3a789bf1f563c1e0752a4089916048ec4781c185ad7c1ae" }, + { + "name": "TLE94112", + "version": "3.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-3.0.2.zip", + "archiveFileName": "TLE94112-3.0.2.zip", + "size": 5831995, + "checksum": "SHA-256:17a849a91d8802e083d2d4a75cbf8bfd25de4ea944d306c0bcabd3b88c54f699" + }, + { + "name": "TLE94112", + "version": "3.0.4", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "DEPRECATED. This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "Please note: this library is deprecated. Please migrate to the new \u003ca href=\"https://github.com/Infineon/arduino-multi-half-bridge\"\u003emulti-half-bridge v4.0.0\u003c/a\u003e library. It starts in v4.x as it is a continuation of this library. This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/DC-Motor-Control-TLE94112EL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE94112-3.0.4.zip", + "archiveFileName": "TLE94112-3.0.4.zip", + "size": 5832155, + "checksum": "SHA-256:365652b5b9c56d9eab00f3c1aaac3d526682230ef52433fabf2ecf7890d3e75e" + }, { "name": "M10ESP8266", "version": "1.0.0", @@ -127144,6 +155188,27 @@ "size": 29077, "checksum": "SHA-256:d2836aa2a3603f070467dfafdaae67a46e706a494bdbda8cdb89ee3b1a68f9fb" }, + { + "name": "Tic", + "version": "2.1.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Tic Stepper Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with a Tic Stepper Motor Controller. It communicates with a Tic using serial or I2C.", + "website": "https://github.com/pololu/tic-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/tic-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Tic-2.1.1.zip", + "archiveFileName": "Tic-2.1.1.zip", + "size": 29053, + "checksum": "SHA-256:f05d1d7a72200aa90cf48666bba838ef59c8e5139188c4d00b8d2a0d237ea610" + }, { "name": "OpenBCI_Radios", "version": "2.0.4", @@ -127285,8 +155350,8 @@ "types": [ "Contributed" ], - "repository": "https://github.com/dvernier/VernierLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/VernierLib-1.0.4.zip", + "repository": "https://github.com/VernierST/VernierLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VernierST/VernierLib-1.0.4.zip", "archiveFileName": "VernierLib-1.0.4.zip", "size": 905712, "checksum": "SHA-256:ec195fe224d59e82eb7a918810c6f46d12960e072570966e522e32b2a486de1d" @@ -127306,12 +155371,33 @@ "types": [ "Contributed" ], - "repository": "https://github.com/dvernier/VernierLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/VernierLib-1.0.5.zip", + "repository": "https://github.com/VernierST/VernierLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VernierST/VernierLib-1.0.5.zip", "archiveFileName": "VernierLib-1.0.5.zip", "size": 860875, "checksum": "SHA-256:a8dc28e2632b6e539138a6fccee786d515b1a47216d1356b675a2eecf7c201c1" }, + { + "name": "VernierLib", + "version": "1.0.6", + "author": "Vernier Software \u0026 Technology", + "maintainer": "support@vernier.com", + "sentence": "Library to read Vernier LabQuest sensors with a Vernier Arduino Interface Shield.", + "paragraph": "Library to read Vernier LabQuest sensors with a Vernier Arduino Interface Shield. It also supports the Vernier Motion Detector and using the Vernier Digital Control Unit (DCU) with DC motors and stepper motors.", + "website": "https://github.com/VernierSoftwareTechnology/VernierLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/VernierST/VernierLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VernierST/VernierLib-1.0.6.zip", + "archiveFileName": "VernierLib-1.0.6.zip", + "size": 863669, + "checksum": "SHA-256:4e21ecb61f7ed200400959215897e437afd6e1002979f531439c7e572dcfb1e0" + }, { "name": "AmazonDRS", "version": "1.0.0", @@ -127586,6 +155672,81 @@ "size": 11200, "checksum": "SHA-256:af19f967dd3e28878a827707e3a1bbecca74fe076113e1a50ee785a8079f5ccc" }, + { + "name": "ESP Async E1.31", + "version": "1.0.1", + "author": "forkineye", + "maintainer": "forkineye", + "sentence": "Async E1.31 sACN for ESP8266.", + "paragraph": "Library for the asynchronous processing of sACN (E1.31 DMX over Ethernet) data.", + "website": "https://github.com/forkineye/ESPAsyncE131", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forkineye/ESPAsyncE131.git", + "providesIncludes": [ + "ESPAsyncE131.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forkineye/ESP_Async_E1_31-1.0.1.zip", + "archiveFileName": "ESP_Async_E1_31-1.0.1.zip", + "size": 11388, + "checksum": "SHA-256:35ff4d1ecf3dbff05f162c25afbec68707a4b31600380f59c3c92ae2ac07d745" + }, + { + "name": "ESP Async E1.31", + "version": "1.0.2", + "author": "forkineye", + "maintainer": "forkineye", + "sentence": "Async E1.31 sACN for ESP8266.", + "paragraph": "Library for the asynchronous processing of sACN (E1.31 DMX over Ethernet) data.", + "website": "https://github.com/forkineye/ESPAsyncE131", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forkineye/ESPAsyncE131.git", + "providesIncludes": [ + "ESPAsyncE131.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forkineye/ESP_Async_E1_31-1.0.2.zip", + "archiveFileName": "ESP_Async_E1_31-1.0.2.zip", + "size": 11859, + "checksum": "SHA-256:9d7b0f9082f618a0882b9f37317b3d6ceb3775e63b56545bc99404aaca7bcf93" + }, + { + "name": "ESP Async E1.31", + "version": "1.0.3", + "author": "forkineye", + "maintainer": "forkineye", + "sentence": "Async E1.31 sACN for ESP8266.", + "paragraph": "Library for the asynchronous processing of sACN (E1.31 DMX over Ethernet) data.", + "website": "https://github.com/forkineye/ESPAsyncE131", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forkineye/ESPAsyncE131.git", + "providesIncludes": [ + "ESPAsyncE131.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forkineye/ESP_Async_E1_31-1.0.3.zip", + "archiveFileName": "ESP_Async_E1_31-1.0.3.zip", + "size": 11943, + "checksum": "SHA-256:640cb9b8cbe4e0c6d2980079b2adbd9f35bd0103d2cec170e4b280824088c51a" + }, { "name": "PL_microEPD", "version": "1.0.6", @@ -129469,6 +157630,48 @@ "size": 70993, "checksum": "SHA-256:91d6b3f48c7ddd9a0ce8fa98158b819655381f75d66cc301ac58df58eb954450" }, + { + "name": "cQueue", + "version": "1.8.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Queue handling library (written in plain c)", + "paragraph": "May be compiled without change with gcc for other purporses/targets", + "website": "https://github.com/SMFSW/cQueue", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/cQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.8.0.zip", + "archiveFileName": "cQueue-1.8.0.zip", + "size": 81033, + "checksum": "SHA-256:9415348ff074ae60eac097de6cc30c880ffcf964bad34fceaa8bc5caa0e3bb75" + }, + { + "name": "cQueue", + "version": "1.9.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "Queue handling library (written in plain c)", + "paragraph": "May be compiled without change with gcc for other purporses/targets", + "website": "https://github.com/SMFSW/cQueue", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/cQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/cQueue-1.9.0.zip", + "archiveFileName": "cQueue-1.9.0.zip", + "size": 81084, + "checksum": "SHA-256:30ab21b19731d0886ba92d69362d304f1bd417ab062760b1ab569a1c8af78207" + }, { "name": "STM32duino STM32Ethernet", "version": "1.0.2", @@ -129610,6 +157813,58 @@ "size": 62549, "checksum": "SHA-256:25abe8e775712142523117526f9d479cf447b5a8e32d05ae01bd6f70efaeabca" }, + { + "name": "STM32duino STM32Ethernet", + "version": "1.3.0", + "author": "Various", + "maintainer": "STMicroelectronics", + "sentence": "Enables network connection (local and Internet) using the STM32 Board.", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. This library depends on the LwIP library.", + "website": "https://github.com/stm32duino/STM32Ethernet", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32Ethernet.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.3.0.zip", + "archiveFileName": "STM32duino_STM32Ethernet-1.3.0.zip", + "size": 66581, + "checksum": "SHA-256:b9c344ac4b8c80001416d9d3afd6defcfa7a54c3e65f421f763616679733cd08" + }, + { + "name": "STM32duino STM32Ethernet", + "version": "1.4.0", + "author": "Various", + "maintainer": "STMicroelectronics", + "sentence": "Enables network connection (local and Internet) using the STM32 Board.", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. This library depends on the LwIP library.", + "website": "https://github.com/stm32duino/STM32Ethernet", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32Ethernet.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32Ethernet-1.4.0.zip", + "archiveFileName": "STM32duino_STM32Ethernet-1.4.0.zip", + "size": 66892, + "checksum": "SHA-256:b3635d427a0fa86cc0412c1c14630112e0a5a3d2091c64787d6b9e09c0e372f6" + }, { "name": "STM32duino LwIP", "version": "2.0.3", @@ -129652,6 +157907,27 @@ "size": 1115454, "checksum": "SHA-256:09ce8cb4cfd7aa3f2286b12225f79006b3dcce84bf9e92dd9518c0d7c89264fc" }, + { + "name": "STM32duino LwIP", + "version": "2.1.3", + "author": "Adam Dunkels \u003cadam@sics.se\u003e", + "maintainer": "See url", + "sentence": "A Lightweight TCP/IP stack", + "paragraph": "lwIP is a small independent implementation of the TCP/IP protocol suite that has been developed by Adam Dunkels at the Computer and Networks Architectures (CNA) lab at the Swedish Institute of Computer Science (SICS). The focus of the lwIP TCP/IP implementation is to reduce the RAM usage while still having a full scale TCP. This making lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM. Note: modified by ST.", + "website": "http://git.savannah.gnu.org/cgit/lwip.git", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LwIP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LwIP-2.1.3.zip", + "archiveFileName": "STM32duino_LwIP-2.1.3.zip", + "size": 1111324, + "checksum": "SHA-256:1ba342098257dd1151500c42fcaa37c9e45870a92ddf98dcfad63227cbc95102" + }, { "name": "AsciiMassage", "version": "1.0.0", @@ -129760,6 +158036,30 @@ "size": 668317, "checksum": "SHA-256:37c2c46ec5445609824e0da14d8d8c07393cd680488010911904e857c7634cd9" }, + { + "name": "AsciiMassage", + "version": "1.7.0", + "author": "Thomas O Fredericks and Sofian Audry", + "maintainer": "https://github.com/SofaPirate", + "sentence": "AsciiMassage is a microcontroller message packer and parser for the ASCII format in different protocols.", + "paragraph": "A massage message always starts with an address string and is followed by a user defined number of bytes, ints, longs, or floats. The address string is used to route the message as in Open Sound Control. AsciiMassage is the ASCII implementation of the Massage API (https://github.com/SofaPirate/Massenger). Massages can be sent and received over different communication protocols such as serial, UDP, or web sockets. Includes examples for Cycling 74 Max, Processing, Websockets and UDP.", + "website": "https://github.com/SofaPirate/AsciiMassage", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/AsciiMassage.git", + "providesIncludes": [ + "AsciiMassage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/AsciiMassage-1.7.0.zip", + "archiveFileName": "AsciiMassage-1.7.0.zip", + "size": 668491, + "checksum": "SHA-256:c35841dc98f8b89434c1b1942faf38bd273fdc2b689ec295fa70b4eec9166f73" + }, { "name": "LED Dithering", "version": "1.0.0", @@ -129986,6 +158286,131 @@ "size": 14052, "checksum": "SHA-256:cfca79967f114439a50bfad5391fd4fa7f5106114795b36c6d0c4479f0ae71c3" }, + { + "name": "Adafruit CCS811 Library", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.0.5.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.0.5.zip", + "size": 14056, + "checksum": "SHA-256:66c96beefccf3adf9cdf102cdef255a2405ca7b604dfbbdacbfa535584974cb6" + }, + { + "name": "Adafruit CCS811 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.1.0.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.1.0.zip", + "size": 14021, + "checksum": "SHA-256:57b50e3ae65cb8575277f4a72dc773115fbc4750a5f260c43caf911de5065366" + }, + { + "name": "Adafruit CCS811 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.1.1.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.1.1.zip", + "size": 14046, + "checksum": "SHA-256:878a5d006f72cee900060f0ee022da7e7dab571619d74142a7d47a19f218e197" + }, + { + "name": "Adafruit CCS811 Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit CCS811 I2C gas sensor breakout.", + "paragraph": "CCS811 is a gas sensor that can detect a wide range of Volatile Organic Compounds (VOCs) and is intended for indoor air quality monitoring.", + "website": "https://github.com/adafruit/Adafruit_CCS811", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_CCS811.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CCS811_Library-1.1.3.zip", + "archiveFileName": "Adafruit_CCS811_Library-1.1.3.zip", + "size": 14047, + "checksum": "SHA-256:fef54f03d15ed34131935e25cc58285341787b3b4180d864b9682fb05ef0cfd6" + }, { "name": "fDigitsSegtPin", "version": "1.1.4", @@ -130082,6 +158507,78 @@ "size": 17891, "checksum": "SHA-256:5a2ab20016886726a15df96dc38ef3e8f3c9cb723bfe81f614f1ed6053125c0a" }, + { + "name": "fDigitsSegtPin", + "version": "1.1.5", + "author": "KLsz \u003cKLsz@outlook.com\u003e", + "maintainer": "KLsz \u003cKLsz@outlook.com\u003e", + "sentence": "Power the basic 4 digits 7 segments display", + "paragraph": "Power the 4 digits 7 segments display with 12 pins. If you want to use it in a project, consider those display with a chip on it like 595.", + "website": "https://github.com/KLszTsu/fDigitsSegtPin", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", + "providesIncludes": [ + "fDigitsSegtPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.5.zip", + "archiveFileName": "fDigitsSegtPin-1.1.5.zip", + "size": 21274, + "checksum": "SHA-256:7aa060d09f1a336ae4c9b740eecccb1f5f2fb09a3d1711f74b381e9bb283e4fe" + }, + { + "name": "fDigitsSegtPin", + "version": "1.1.6", + "author": "fDigitsSegtPin contributors", + "maintainer": "KLsz", + "sentence": "Power the basic 4 digits 7 segments display", + "paragraph": "Power the 4 digits 7 segments display with 12 pins. If you want to use it in a project, consider those display with a chip on it like 595.", + "website": "https://github.com/KLszTsu/fDigitsSegtPin", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", + "providesIncludes": [ + "fDigitsSegtPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.6.zip", + "archiveFileName": "fDigitsSegtPin-1.1.6.zip", + "size": 21450, + "checksum": "SHA-256:b4fb580b93454e56b254e3aea4edb1ff379d30ad3f413663807a4039cf6dabb0" + }, + { + "name": "fDigitsSegtPin", + "version": "1.1.7", + "author": "fDigitsSegtPin contributors", + "maintainer": "KLsz", + "sentence": "Power the basic 4 digit 7 segment display", + "paragraph": "Power 4 digit 7 segment display with 12 pins. If you want to use it in a project, consider those display with a chip on it like 595.", + "website": "https://github.com/KLszTsu/fDigitsSegtPin", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KuangLei/fDigitsSegtPin.git", + "providesIncludes": [ + "fDigitsSegtPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KuangLei/fDigitsSegtPin-1.1.7.zip", + "archiveFileName": "fDigitsSegtPin-1.1.7.zip", + "size": 20787, + "checksum": "SHA-256:be69c13d66fbe8961ac30eb5a7b0ebeec82fadf7f7ea5c484aaff0fca0d2c7a3" + }, { "name": "Brushless Servo", "version": "1.0.0", @@ -130743,6 +159240,151 @@ "size": 157627, "checksum": "SHA-256:07ca3dfeb28a6054f88b41984bc9126456447f8bad36f6f40e56c5b420641aa4" }, + { + "name": "AppleMIDI", + "version": "3.0.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (also known as rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. Major rewrite of the library to be faster and use less memory. Read the Wiki page when migrating from v1.* to v2.* (API changes)", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": [ + "AppleMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-3.0.0.zip", + "archiveFileName": "AppleMIDI-3.0.0.zip", + "size": 164190, + "checksum": "SHA-256:50368a4325fdc2de2b6dc18f5f418b062a6d30a58c78c082ecdd328927d58659" + }, + { + "name": "AppleMIDI", + "version": "3.1.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (aka rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. This major rewrite is faster, more stable and uses less memory. Read the Wiki page when migrating", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": [ + "AppleMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-3.1.0.zip", + "archiveFileName": "AppleMIDI-3.1.0.zip", + "size": 211747, + "checksum": "SHA-256:8e68e96b75353e1e90de8dbd408a08b908e3aa088693497ef563a973aa26cac2" + }, + { + "name": "AppleMIDI", + "version": "3.1.1", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (aka rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. This major rewrite is faster, more stable and uses less memory. Read the Wiki page when migrating", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": [ + "AppleMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-3.1.1.zip", + "archiveFileName": "AppleMIDI-3.1.1.zip", + "size": 236624, + "checksum": "SHA-256:ffb473be4daaae000f5e02771e780813af56ecb3760fb7c9e0e35a1c335bb4bb" + }, + { + "name": "AppleMIDI", + "version": "3.1.2", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (aka rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. This major rewrite is faster, more stable and uses less memory. Read the Wiki page when migrating", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": [ + "AppleMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-3.1.2.zip", + "archiveFileName": "AppleMIDI-3.1.2.zip", + "size": 236669, + "checksum": "SHA-256:cd9fa6d1e474df436162bdaa745409a838e174da1dfadbc2fb96082ba81bec8e" + }, + { + "name": "AppleMIDI", + "version": "3.2.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "AppleMIDI (aka rtpMIDI) MIDI I/Os for Arduino", + "paragraph": "AppleMIDI (aka rtpMIDI) is a protocol to transport MIDI messages within RTP (Real-time Protocol) packets over Ethernet and WiFi networks. This major rewrite is faster, more stable and uses less memory. Read the Wiki page when migrating", + "website": "https://github.com/lathoub/Arduino-AppleMidi-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-AppleMidi-Library.git", + "providesIncludes": [ + "AppleMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/AppleMIDI-3.2.0.zip", + "archiveFileName": "AppleMIDI-3.2.0.zip", + "size": 237630, + "checksum": "SHA-256:eff53d9fd8995ebe234db9592b2d648a9b83490b69da97bff75e5062128ae22c" + }, { "name": "JLed", "version": "1.1.0", @@ -131175,6 +159817,318 @@ "size": 2030823, "checksum": "SHA-256:9adf1009e6a0e732bf6492e9cd5c5cf8751409dafeed61e6f7cc14eda08f0dda" }, + { + "name": "JLed", + "version": "4.6.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.6.0.zip", + "archiveFileName": "JLed-4.6.0.zip", + "size": 2031257, + "checksum": "SHA-256:74bde971a3208040757d8e5c7490b77fbee2cd68e0a30270c30ef85bc2eec085" + }, + { + "name": "JLed", + "version": "4.6.1", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.6.1.zip", + "archiveFileName": "JLed-4.6.1.zip", + "size": 2076978, + "checksum": "SHA-256:6c717af39ab33927882e608e1a34d0db3a56bfc98a270d31b98d8a5fd8888695" + }, + { + "name": "JLed", + "version": "4.7.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.7.0.zip", + "archiveFileName": "JLed-4.7.0.zip", + "size": 2084358, + "checksum": "SHA-256:c8b0861bce03b49366e13eb99fcf5abc41751c92aaa402ec6fc98b3377768a20" + }, + { + "name": "JLed", + "version": "4.7.1", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.7.1.zip", + "archiveFileName": "JLed-4.7.1.zip", + "size": 2084647, + "checksum": "SHA-256:b757d3c2aee4ed8889df0d77c70c471f2c7cd6c9a0600b0059198feb310ad643" + }, + { + "name": "JLed", + "version": "4.8.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.8.0.zip", + "archiveFileName": "JLed-4.8.0.zip", + "size": 2084906, + "checksum": "SHA-256:029dac7146433cd276c5fecdb6fd13665ec4dce553afdbae1509a97ceb971b40" + }, + { + "name": "JLed", + "version": "4.9.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.9.0.zip", + "archiveFileName": "JLed-4.9.0.zip", + "size": 1932025, + "checksum": "SHA-256:fde933d61e50b78c2683a283c52f012811624636cb5581daef2060c92f74e30f" + }, + { + "name": "JLed", + "version": "4.10.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.10.0.zip", + "archiveFileName": "JLed-4.10.0.zip", + "size": 1932633, + "checksum": "SHA-256:5e2879d4ece091c98f800b0f6bc28fd9451e8f5d473d1c750a1c9478d38cc660" + }, + { + "name": "JLed", + "version": "4.11.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.11.0.zip", + "archiveFileName": "JLed-4.11.0.zip", + "size": 1932706, + "checksum": "SHA-256:0acc5a5174a9a8041fb900ab0d686f6c9fe904a08579f2b2769596c222ac1b05" + }, + { + "name": "JLed", + "version": "4.12.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.12.0.zip", + "archiveFileName": "JLed-4.12.0.zip", + "size": 2275371, + "checksum": "SHA-256:a8a4bd0832d4b00024de94c82f33c49b24cce84c049c8d90c94f72c58c7f8c26" + }, + { + "name": "JLed", + "version": "4.12.1", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.12.1.zip", + "archiveFileName": "JLed-4.12.1.zip", + "size": 2275422, + "checksum": "SHA-256:e5f7b5baee762c53839f2d779638cacaa3ddd6aa6dbdb9f1c3a3653ab7492d5e" + }, + { + "name": "JLed", + "version": "4.12.2", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.12.2.zip", + "archiveFileName": "JLed-4.12.2.zip", + "size": 2275655, + "checksum": "SHA-256:6c6bab1716c3d98d7304d125203ace837088f0fdc941efb1d9bf6cafca0a9bf1" + }, + { + "name": "JLed", + "version": "4.13.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.13.0.zip", + "archiveFileName": "JLed-4.13.0.zip", + "size": 2276527, + "checksum": "SHA-256:d2d967b9bd18499bb195426ecaeba5f1df375cc0bfec7bd3d77a6faa46469a33" + }, + { + "name": "JLed", + "version": "4.13.1", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "An Arduino library to control LEDs", + "paragraph": "JLed uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.", + "website": "https://github.com/jandelgado/jled", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/jled.git", + "providesIncludes": [ + "jled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLed-4.13.1.zip", + "archiveFileName": "JLed-4.13.1.zip", + "size": 2316858, + "checksum": "SHA-256:3b41f91b460fa627bd5587e7e591a35b214b7e063370bef9f403bb01b741a343" + }, { "name": "M10DTMF", "version": "1.0.0", @@ -131417,6 +160371,48 @@ "size": 703460, "checksum": "SHA-256:c4405015c6395f3a7e440759d83746f397ab832a6aa97e443321eb5841c3f8d7" }, + { + "name": "FatFs", + "version": "2.0.4", + "author": "Chan \u003cuser5@elm-chan org\u003e, ST", + "maintainer": "stm32duino", + "sentence": "FAT file system based on open-source FatFS solution.", + "paragraph": "FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture.", + "website": "https://github.com/stm32duino/FatFs", + "category": "Data Storage", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/FatFs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-2.0.4.zip", + "archiveFileName": "FatFs-2.0.4.zip", + "size": 703881, + "checksum": "SHA-256:49a0ae40a7adc4e60507141eff6247be1b660a5af51d49555b304d249242ced8" + }, + { + "name": "FatFs", + "version": "2.1.4", + "author": "Chan \u003cuser5@elm-chan org\u003e, ST", + "maintainer": "stm32duino", + "sentence": "FAT file system based on open-source FatFS solution.", + "paragraph": "FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture.", + "website": "https://github.com/stm32duino/FatFs", + "category": "Data Storage", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/FatFs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/FatFs-2.1.4.zip", + "archiveFileName": "FatFs-2.1.4.zip", + "size": 690475, + "checksum": "SHA-256:1826a4daf86113fe2c7f503fcfdff1a47714bafa857e1639657a0148d8412f2d" + }, { "name": "STM32duino STM32SD", "version": "1.0.1", @@ -131548,6 +160544,110 @@ "size": 39511, "checksum": "SHA-256:446c319e5be4bb6e36cc635977d06e11fb4b121944935736211f0da907d84695" }, + { + "name": "STM32duino STM32SD", + "version": "1.2.3", + "author": "Several", + "maintainer": "stm32duino", + "sentence": "Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.", + "paragraph": "Once an SD memory card is connected to SD card slot you are able to create files and read/write on them. You can also move through directories on the SD card.", + "website": "https://github.com/stm32duino/STM32SD", + "category": "Data Storage", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32SD.git", + "dependencies": [ + { + "name": "FatFs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.2.3.zip", + "archiveFileName": "STM32duino_STM32SD-1.2.3.zip", + "size": 40208, + "checksum": "SHA-256:20224a771a10884c91aa967d2615d25cbaeb6b8343ae17382af505d0c6ba2160" + }, + { + "name": "STM32duino STM32SD", + "version": "1.3.0", + "author": "Several", + "maintainer": "stm32duino", + "sentence": "Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.", + "paragraph": "Once an SD memory card is connected to SD card slot you are able to create files and read/write on them. You can also move through directories on the SD card.", + "website": "https://github.com/stm32duino/STM32SD", + "category": "Data Storage", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32SD.git", + "dependencies": [ + { + "name": "FatFs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.3.0.zip", + "archiveFileName": "STM32duino_STM32SD-1.3.0.zip", + "size": 43505, + "checksum": "SHA-256:bc4362c0b41ad98a022621e488884c22b038d2b0452cc073f898f261dd410803" + }, + { + "name": "STM32duino STM32SD", + "version": "1.3.1", + "author": "Several", + "maintainer": "stm32duino", + "sentence": "Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.", + "paragraph": "Once an SD memory card is connected to SD card slot you are able to create files and read/write on them. You can also move through directories on the SD card.", + "website": "https://github.com/stm32duino/STM32SD", + "category": "Data Storage", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32SD.git", + "dependencies": [ + { + "name": "FatFs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.3.1.zip", + "archiveFileName": "STM32duino_STM32SD-1.3.1.zip", + "size": 43684, + "checksum": "SHA-256:442c9c290826cd528122c583dd7db10fd6c7c2f206c652302fe1489e0856036d" + }, + { + "name": "STM32duino STM32SD", + "version": "1.3.2", + "author": "Several", + "maintainer": "stm32duino", + "sentence": "Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.", + "paragraph": "Once an SD memory card is connected to SD card slot you are able to create files and read/write on them. You can also move through directories on the SD card.", + "website": "https://github.com/stm32duino/STM32SD", + "category": "Data Storage", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32SD.git", + "dependencies": [ + { + "name": "FatFs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STM32SD-1.3.2.zip", + "archiveFileName": "STM32duino_STM32SD-1.3.2.zip", + "size": 43195, + "checksum": "SHA-256:4c28739ed437316c243439e51f0855ab26b28e5aa80cfb69a2ecc053941de10a" + }, { "name": "ByteConvert", "version": "0.1.0", @@ -131886,6 +160986,198 @@ "size": 12922, "checksum": "SHA-256:c2987f128e494fffbfdbbc8adfd5512373ec63e83f779f8bf7797fb4d1199d24" }, + { + "name": "Adafruit_VL6180X", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.3.0.zip", + "archiveFileName": "Adafruit_VL6180X-1.3.0.zip", + "size": 12928, + "checksum": "SHA-256:675e8152914af412938eef12a6b8211f6f3dd61d2ac0597ae442dcdf924a5f60" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.3.1.zip", + "archiveFileName": "Adafruit_VL6180X-1.3.1.zip", + "size": 12976, + "checksum": "SHA-256:ec052ca31111689f8b545ec4ec08bbabd2c6bf85a30dd113511a21aba14b185e" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.3.2.zip", + "archiveFileName": "Adafruit_VL6180X-1.3.2.zip", + "size": 12975, + "checksum": "SHA-256:ec1734de3ffda8a22a708668cfb08ea395e7279a4158a44c346bd454d4ff4779" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.4.0.zip", + "archiveFileName": "Adafruit_VL6180X-1.4.0.zip", + "size": 13192, + "checksum": "SHA-256:d5320d0d9349671e4f4ffd171f1aeffa22197394662de7f764c5326ffcef8e15" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.4.1.zip", + "archiveFileName": "Adafruit_VL6180X-1.4.1.zip", + "size": 13217, + "checksum": "SHA-256:fa0f46c9b898e210d6685e92746eada968b7435ec06f94a2977a54f8fe6791f1" + }, + { + "name": "Adafruit_VL6180X", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL6180X Time of Flight sensor", + "paragraph": "Sensor driver for VL6180X Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VL6180X.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL6180X-1.4.3.zip", + "archiveFileName": "Adafruit_VL6180X-1.4.3.zip", + "size": 13217, + "checksum": "SHA-256:0b46210bfd634f5e455cc5ad5e33cdd279cb1a23d4a8e9c9d54d68e3350f4319" + }, { "name": "PrinterDuino", "version": "0.1.1", @@ -132078,6 +161370,151 @@ "size": 23748, "checksum": "SHA-256:fd21c766398d4208182f7f6804e27528e82a4a723f8c9956e4a8539c5a08a3b2" }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.7.0", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.7.0.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.7.0.zip", + "size": 18877, + "checksum": "SHA-256:bb9b1e6fee9f5e42693dc4f018eae5bfb157ab43e8326a61d57ca234ab716870" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.7.1", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.7.1.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.7.1.zip", + "size": 18874, + "checksum": "SHA-256:04f31e323981f8cd2fda6b73ec6491dd1acdd99fbc4604a62a2166eeb214a5ec" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.8.0", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.8.0.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.8.0.zip", + "size": 21109, + "checksum": "SHA-256:2242c3f2c94daab9609f8b4ddde6b218af49a5afae71c1d5e9761050bb9b3cb0" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.8.1", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.8.1.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.8.1.zip", + "size": 21491, + "checksum": "SHA-256:8ec1a837c4a16ce8a4c7295ac3173315030a396043f9893c77e808e5b216d41e" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.8.2", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.8.2.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.8.2.zip", + "size": 21502, + "checksum": "SHA-256:a53398df051c0283d02349b856cba37877f7bee683cdc7043b407b656a3725ab" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.8.3", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.8.3.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.8.3.zip", + "size": 21689, + "checksum": "SHA-256:ab952008944226446581f078de5d924beb5102c4d23cc485138c4e054f466a04" + }, + { + "name": "CarreraDigitalControlUnit", + "version": "0.8.4", + "author": "Thomas Kemmer", + "maintainer": "Thomas Kemmer \u003ctkemmer@computer.org\u003e", + "sentence": "Carrera® DIGITAL 124/132 interface library for Arduino and mbed OS", + "paragraph": "This is a cross-platform library for Arduino and mbed OS for interfacing a microcontroller board with the Carrera® DIGITAL 124/132 slot car racing system.", + "website": "https://github.com/tkem/CarreraDigitalControlUnit/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tkem/CarreraDigitalControlUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tkem/CarreraDigitalControlUnit-0.8.4.zip", + "archiveFileName": "CarreraDigitalControlUnit-0.8.4.zip", + "size": 21774, + "checksum": "SHA-256:902f5420c0f484d9e23aeb4b2dcf8c2e2f4b773c35eecb33746784c6e4c4882e" + }, { "name": "GSL1680", "version": "1.0.0", @@ -132618,6 +162055,48 @@ "size": 6597, "checksum": "SHA-256:27754b15ea2b9ec17130d4f03663927015c6d2cc9df34e9d15dae09d77daa466" }, + { + "name": "BlueRobotics Keller LD Library", + "version": "1.1.1", + "author": "BlueRobotics", + "maintainer": "BlueRobotics \u003cinfo@bluerobotics.com\u003e", + "sentence": "A simple and easy library for the Keller LD series pressure/depth sensors", + "paragraph": "A simple and easy library for the Keller LD series pressure/depth sensors", + "website": "https://github.com/bluerobotics/BlueRobotics_KellerLD_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bluerobotics/BlueRobotics_KellerLD_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_Keller_LD_Library-1.1.1.zip", + "archiveFileName": "BlueRobotics_Keller_LD_Library-1.1.1.zip", + "size": 7025, + "checksum": "SHA-256:e313716a0a9339c3ae98b4014bf9e826ba135d9aa98fcdb71c6c298ab95b8e1b" + }, + { + "name": "BlueRobotics Keller LD Library", + "version": "1.1.2", + "author": "BlueRobotics", + "maintainer": "BlueRobotics \u003cinfo@bluerobotics.com\u003e", + "sentence": "A simple and easy library for the Keller LD series pressure/depth sensors", + "paragraph": "A simple and easy library for the Keller LD series pressure/depth sensors", + "website": "https://github.com/bluerobotics/BlueRobotics_KellerLD_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bluerobotics/BlueRobotics_KellerLD_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/BlueRobotics_Keller_LD_Library-1.1.2.zip", + "archiveFileName": "BlueRobotics_Keller_LD_Library-1.1.2.zip", + "size": 7025, + "checksum": "SHA-256:cd98c9308d91f22a2c5f72d4944dbc583ce550bd5d466a31269e5321d66ec2af" + }, { "name": "OpenBCI_Ganglion_Library", "version": "2.0.0", @@ -133323,6 +162802,157 @@ "size": 311843, "checksum": "SHA-256:80f7fbb6aaa0875532b7788ec8589305572a66fc0d8e12e45a1f9340fea0b037" }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.1.5.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.1.5.zip", + "size": 311837, + "checksum": "SHA-256:8dc67852e3bbc21e6bef3b020b6dbf4734974030a1880c4a46e5cf55cf253894" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.2.0.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.2.0.zip", + "size": 311860, + "checksum": "SHA-256:2f26401f342883706e9ff3bf1a1cda03d60869ef401755229eafa82f28627d35" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.2.1.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.2.1.zip", + "size": 311888, + "checksum": "SHA-256:66cfe34960cb35c8d33b34dec4db30afe0ae9b51255917576eb7460f033327e3" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.2.2.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.2.2.zip", + "size": 311702, + "checksum": "SHA-256:de8e3e0f482807acc805d5069afc9f8fd2186a3d145a5388a748dac0bdffa2e1" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.2.3.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.2.3.zip", + "size": 311695, + "checksum": "SHA-256:b96462bd42c23430b9dace133ab798a4fdc1b0b7be943baea700f7324f9bd49f" + }, + { + "name": "Adafruit APDS9960 Library", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "paragraph": "This is a library for the Adafruit APDS9960 gesture/proximity/color/light sensor.", + "website": "https://github.com/adafruit/Adafruit_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_APDS9960.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_APDS9960_Library-1.2.5.zip", + "archiveFileName": "Adafruit_APDS9960_Library-1.2.5.zip", + "size": 311694, + "checksum": "SHA-256:c3570fce9917e159bae53a7c930f78bd6e6c327e6496390b1a7805321da392ce" + }, { "name": "Ramp", "version": "0.3.0", @@ -133468,6 +163098,54 @@ "size": 19909, "checksum": "SHA-256:c81a0a2f7078b2c751da174746785a59a67abdd3cfa1dd2e2d755cb47741d082" }, + { + "name": "Ramp", + "version": "0.6.0", + "author": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "maintainer": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "sentence": "A library that manage interpolation beetween values.", + "paragraph": "This library integrates different interpolation modes to animate paremeters in your Arduino sketches. Very usefull to animate RGB Leds per example.", + "website": "https://github.com/siteswapjuggler", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siteswapjuggler/RAMP.git", + "providesIncludes": [ + "Ramp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.6.0.zip", + "archiveFileName": "Ramp-0.6.0.zip", + "size": 19943, + "checksum": "SHA-256:58078787e669b7929d603997890a074a0e9fa73bf09b28e47eb8f3d25ff83cb3" + }, + { + "name": "Ramp", + "version": "0.6.1", + "author": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "maintainer": "Sylvain Garnavault \u003cgarnav@wanadoo.fr\u003e", + "sentence": "A library that manage interpolation beetween values.", + "paragraph": "This library integrates different interpolation modes to animate paremeters in your Arduino sketches. Very usefull to animate RGB Leds per example.", + "website": "https://github.com/siteswapjuggler", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siteswapjuggler/RAMP.git", + "providesIncludes": [ + "Ramp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siteswapjuggler/Ramp-0.6.1.zip", + "archiveFileName": "Ramp-0.6.1.zip", + "size": 21115, + "checksum": "SHA-256:0b30f2d7c4cf4376306ef7a1ce692522f3124430807ca44a6f1f9d3f771cce52" + }, { "name": "OpenBCI_32bit_SD", "version": "2.0.0", @@ -134753,6 +164431,30 @@ "size": 26341, "checksum": "SHA-256:37fa525caac324f4843da0c15eba6fc0fbd3e83a3f4b45380585bae4af17c176" }, + { + "name": "OSFS", + "version": "1.2.3", + "author": "Charles Baynham \u003ccharles.baynham@gmail.com\u003e", + "maintainer": "Charles Baynham \u003ccharles.baynham@gmail.com\u003e", + "sentence": "An Overly Simplified FileSystem for storing things, e.g. in the Arduino's EEPROM", + "paragraph": "Provides an extremely basic, low footprint file system for storage access in an Arduino or other AVR microprocessor. Could be ported to other architectures very easily. The examples provided show how to use OSFS with the Arduino's EEPROM, but it can be used with any sequentially addressed form of storage.", + "website": "https://github.com/charlesbaynham/OSFS", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/charlesbaynham/OSFS.git", + "providesIncludes": [ + "OSFS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/charlesbaynham/OSFS-1.2.3.zip", + "archiveFileName": "OSFS-1.2.3.zip", + "size": 26659, + "checksum": "SHA-256:c3b10e62defec0fb919199486594aa997a82c46bf4027c85fa6543743389a39f" + }, { "name": "Codec2", "version": "1.0.0", @@ -135348,6 +165050,699 @@ "size": 4969538, "checksum": "SHA-256:848e6b04ac4aafca73c0c12c02e4bc56373744df35009e85a9fb8adffa5db3c7" }, + { + "name": "M5Stack", + "version": "0.3.2", + "author": "M5Stack", + "maintainer": "Zibin Zheng \u003cbin@m5stack.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.2.zip", + "archiveFileName": "M5Stack-0.3.2.zip", + "size": 5721373, + "checksum": "SHA-256:154b2450e0756265d0a47a72288cde4c36016b3188e6f51b57ed57bccb34ed9a" + }, + { + "name": "M5Stack", + "version": "0.3.3", + "author": "M5Stack", + "maintainer": "Zibin Zheng \u003cbin@m5stack.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV_III" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "FastLED" + }, + { + "name": "Adafruit_BMP280_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.3.zip", + "archiveFileName": "M5Stack-0.3.3.zip", + "size": 5673667, + "checksum": "SHA-256:40d087bed768cfafb9cbfdb855c63ab3eabae315609a0366f4c0952f532def68" + }, + { + "name": "M5Stack", + "version": "0.3.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.4.zip", + "archiveFileName": "M5Stack-0.3.4.zip", + "size": 5672976, + "checksum": "SHA-256:5f7e0797244eb8d23963226695b3cbe9022264a98366140508c8bc481ce09faf" + }, + { + "name": "M5Stack", + "version": "0.3.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.5.zip", + "archiveFileName": "M5Stack-0.3.5.zip", + "size": 5704220, + "checksum": "SHA-256:bf41b807e7db043b7d91a214c87697c4bfd44f74f8e811688bca7131e3860755" + }, + { + "name": "M5Stack", + "version": "0.3.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.6.zip", + "archiveFileName": "M5Stack-0.3.6.zip", + "size": 5731521, + "checksum": "SHA-256:58b33457df69d095a834fddde5da03796fa410eeabb11c490ccc15a93cbad38b" + }, + { + "name": "M5Stack", + "version": "0.3.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "ESP32CAN" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "M5GFX" + }, + { + "name": "ArduinoJson" + }, + { + "name": "M5_EzData" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.3.9.zip", + "archiveFileName": "M5Stack-0.3.9.zip", + "size": 5316120, + "checksum": "SHA-256:50d4f1cb207a926f38857ac39ed92dc68ea37425364b78eef9cbc5e78ec643a9" + }, + { + "name": "M5Stack", + "version": "0.4.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "ESP32CAN" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "M5GFX" + }, + { + "name": "ArduinoJson" + }, + { + "name": "M5_EzData" + }, + { + "name": "PubSubClient" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "M5_BH1750FVI" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.4.0.zip", + "archiveFileName": "M5Stack-0.4.0.zip", + "size": 5337641, + "checksum": "SHA-256:e1eb2304e45edf636f63ac55bbcc7a9ac2870f7e9d1ed0f6ba01997da8240e13" + }, + { + "name": "M5Stack", + "version": "0.4.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.4.1.zip", + "archiveFileName": "M5Stack-0.4.1.zip", + "size": 5363609, + "checksum": "SHA-256:aedebdea19640c34e622d4ffd4b5ba4242a5bca4d5ed218f2e686c072fb06819" + }, + { + "name": "M5Stack", + "version": "0.4.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.4.2.zip", + "archiveFileName": "M5Stack-0.4.2.zip", + "size": 4439934, + "checksum": "SHA-256:78523209e7b56b7fc018e6b25d2636b86fda7cc09153512bd4e52fa97f4862b2" + }, + { + "name": "M5Stack", + "version": "0.4.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.4.3.zip", + "archiveFileName": "M5Stack-0.4.3.zip", + "size": 5382666, + "checksum": "SHA-256:088626890b086270b53c732b53548396d3b7ad8db8b590b7c2ba58ef0071e8c5" + }, + { + "name": "M5Stack", + "version": "0.4.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.4.4.zip", + "archiveFileName": "M5Stack-0.4.4.zip", + "size": 6461289, + "checksum": "SHA-256:08760c72086022cfc367039b8abf9e6468ec0f7b31455af3d14ace6352c7b5d5" + }, + { + "name": "M5Stack", + "version": "0.4.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5_BMM150" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.4.5.zip", + "archiveFileName": "M5Stack-0.4.5.zip", + "size": 6393040, + "checksum": "SHA-256:2dcfd5ba809174ed86053bcaabc55f90d676ad8fd7392d33cad4f6125a68a2e3" + }, + { + "name": "M5Stack", + "version": "0.4.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/m5stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Stack.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "Module_GRBL_13.2" + }, + { + "name": "M5_BMM150" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Stack-0.4.6.zip", + "archiveFileName": "M5Stack-0.4.6.zip", + "size": 6393068, + "checksum": "SHA-256:6715938bc1a47406eeb3f50378faad59ffe6e0dfbb1153cfabcb45935ea6c4f1" + }, { "name": "IHCSoapClient", "version": "1.0.0", @@ -135621,6 +166016,29 @@ "size": 59838, "checksum": "SHA-256:f5b372c49116813e2c797ee2f284c97d11d18f08ae404f9c689ba19c0bc82b17" }, + { + "name": "STM32duino LSM6DS3", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope LSM6DS3 for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DS3", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DS3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS3-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DS3-2.0.0.zip", + "size": 60398, + "checksum": "SHA-256:4b0a7766c15653d1714c37290d7c892b53c51fa207f64ccd04d148eadcb8ebc1" + }, { "name": "STM32duino LSM6DS0", "version": "1.0.1", @@ -135705,6 +166123,29 @@ "size": 28769, "checksum": "SHA-256:454c1184a9bd92ac2f4e334db3e01e85ee51bc3f19703330f14d1df0e0ca7875" }, + { + "name": "STM32duino LSM6DS0", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope LSM6DS0 for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DS0", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DS0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DS0-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DS0-2.0.0.zip", + "size": 29408, + "checksum": "SHA-256:48bf2d9e5f2d874aa73749edf3657b89ee6b24ef72aaae8837129981a8edeb76" + }, { "name": "STM32duino LPS25HB", "version": "1.0.1", @@ -135768,6 +166209,29 @@ "size": 24911, "checksum": "SHA-256:5059fe065ce7e686ea8e7b919971b2ce3a65a8e8142171a688d43b09cd8a440b" }, + { + "name": "STM32duino LPS25HB", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "260-1260 hPa absolute digital output barometer.", + "paragraph": "This library provides Arduino support for the 260-1260 hPa absolute digital output barometer LPS25HB for STM32 boards.", + "website": "https://github.com/stm32duino/LPS25HB", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS25HB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS25HB-2.0.0.zip", + "archiveFileName": "STM32duino_LPS25HB-2.0.0.zip", + "size": 25489, + "checksum": "SHA-256:a176a30a823975e4f667c2501b5cf34babd1f59b94101db7a44192f0fd82be9c" + }, { "name": "STM32duino LSM303AGR", "version": "1.0.1", @@ -135894,6 +166358,75 @@ "size": 40737, "checksum": "SHA-256:1bcc1e3ac30fac0b8b58b84b53e4235a5c45f8a8a9153a267189195152df02d4" }, + { + "name": "STM32duino LSM303AGR", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D magnetometer.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D magnetometer LSM303AGR for STM32 boards.", + "website": "https://github.com/stm32duino/LSM303AGR", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM303AGR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-2.0.0.zip", + "archiveFileName": "STM32duino_LSM303AGR-2.0.0.zip", + "size": 40850, + "checksum": "SHA-256:6c38e962351f6c5666af2cdcab0e2d24953b9c72281ada4f029db443d8613a86" + }, + { + "name": "STM32duino LSM303AGR", + "version": "2.0.1", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D magnetometer.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D magnetometer LSM303AGR for STM32 boards.", + "website": "https://github.com/stm32duino/LSM303AGR", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM303AGR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-2.0.1.zip", + "archiveFileName": "STM32duino_LSM303AGR-2.0.1.zip", + "size": 40850, + "checksum": "SHA-256:728b4dbf3a93fd4c53dcaf93859451ba7d540a6bd4a489aec2cae419e0820b33" + }, + { + "name": "STM32duino LSM303AGR", + "version": "2.0.2", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D magnetometer.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D magnetometer LSM303AGR for STM32 boards.", + "website": "https://github.com/stm32duino/LSM303AGR", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM303AGR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM303AGR-2.0.2.zip", + "archiveFileName": "STM32duino_LSM303AGR-2.0.2.zip", + "size": 40854, + "checksum": "SHA-256:a84f8876115f72fc756da719c519298054a2756e57380389c1a2ce7ab5166198" + }, { "name": "STM32duino HTS221", "version": "1.0.1", @@ -135978,6 +166511,50 @@ "size": 18194, "checksum": "SHA-256:f197b0b311ddb22a6be81e7685f991e52c12c8ad3033711587052b7467f5d1c1" }, + { + "name": "STM32duino HTS221", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Capacitive digital sensor for relative humidity and temperature.", + "paragraph": "This library provides Arduino support for the capacitive digital sensor for relative humidity and temperature HTS221 for STM32 boards.", + "website": "https://github.com/stm32duino/HTS221", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/HTS221.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-2.0.0.zip", + "archiveFileName": "STM32duino_HTS221-2.0.0.zip", + "size": 18246, + "checksum": "SHA-256:3241aa5b2690ba9c02af3b84f0c17bceac93846334e85dfd0e53fc5a9990fd59" + }, + { + "name": "STM32duino HTS221", + "version": "2.0.1", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Capacitive digital sensor for relative humidity and temperature.", + "paragraph": "This library provides Arduino support for the capacitive digital sensor for relative humidity and temperature HTS221 for STM32 boards.", + "website": "https://github.com/stm32duino/HTS221", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/HTS221.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_HTS221-2.0.1.zip", + "archiveFileName": "STM32duino_HTS221-2.0.1.zip", + "size": 18239, + "checksum": "SHA-256:bfba3c6c9cde65c201bd4bd5aba73d5f5f4030b41506b97df30a33013ebffeb9" + }, { "name": "STM32duino LSM6DSL", "version": "1.0.1", @@ -136062,6 +166639,29 @@ "size": 59142, "checksum": "SHA-256:5cada276ffde609d76e34d543752fb07197e46aa0f87bf09c8ec34d5d41e9b2e" }, + { + "name": "STM32duino LSM6DSL", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope LSM6DSL for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSL", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSL-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSL-2.0.0.zip", + "size": 59624, + "checksum": "SHA-256:96242d5c16263b497148eebe5ac0c503447ac286714cd75001d39c118282658f" + }, { "name": "STM32duino LPS22HB", "version": "1.0.1", @@ -136146,6 +166746,29 @@ "size": 27515, "checksum": "SHA-256:c3f99eeae1926db9795a3151c049ac2e87f8e675444ceead9b73dbd3211398f7" }, + { + "name": "STM32duino LPS22HB", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "260-1260 hPa absolute digital output barometer.", + "paragraph": "This library provides Arduino support for the 260-1260 hPa absolute digital output barometer LPS22HB for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HB", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS22HB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HB-2.0.0.zip", + "archiveFileName": "STM32duino_LPS22HB-2.0.0.zip", + "size": 28070, + "checksum": "SHA-256:2f124708e094060e5454d3284a2f29d33bd339b7c96816567be979d9f5b3ecb7" + }, { "name": "STM32duino VL53L0X", "version": "1.0.0", @@ -136273,6 +166896,50 @@ "size": 71482, "checksum": "SHA-256:24da85e87528e43064fbf680ff543da75d181c69e10fdbdab9a354e11d289253" }, + { + "name": "STM32duino VL53L0X", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L0X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L0X", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L0X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L0X-2.0.0.zip", + "size": 71468, + "checksum": "SHA-256:2d4d42579e8dad5d0fb59a54e67d6ca3649b9f05a72758389dadcf42b4fd9a76" + }, + { + "name": "STM32duino VL53L0X", + "version": "2.0.1", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L0X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L0X", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L0X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L0X-2.0.1.zip", + "archiveFileName": "STM32duino_VL53L0X-2.0.1.zip", + "size": 71447, + "checksum": "SHA-256:c19b4a4138b76f1ece93c18cd77846d95f97764f9479e01ce2554f8675d125c5" + }, { "name": "STM32duino LIS3MDL", "version": "1.0.0", @@ -136378,6 +167045,29 @@ "size": 18153, "checksum": "SHA-256:148df8aead50c0ca0e498612bdc094a0e0ef898729d4c2941e0df2f5d7d0f151" }, + { + "name": "STM32duino LIS3MDL", + "version": "2.0.0", + "author": "AST, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "High-performance 3D magnetometer.", + "paragraph": "This library provides Arduino support for the high-performance 3D magnetometer LIS3MDL for STM32 boards.", + "website": "https://github.com/stm32duino/LIS3MDL", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LIS3MDL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS3MDL-2.0.0.zip", + "archiveFileName": "STM32duino_LIS3MDL-2.0.0.zip", + "size": 18716, + "checksum": "SHA-256:dae4ce1871336e5daaeebcb089224b56fe008f321c170d20aeba5142c2c2d47e" + }, { "name": "ANTPLUS-Arduino", "version": "0.1.0", @@ -136532,6 +167222,35 @@ "size": 184515, "checksum": "SHA-256:9fc1ba7731657a13909e062286cb95e89fdc0f9bd43e4f7d1cd381021f7e9c40" }, + { + "name": "ANTPLUS-Arduino", + "version": "1.2.0", + "author": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "maintainer": "Curtis Malainey \u003ccurtis@malainey.com\u003e", + "sentence": "Library for easy ANT+ integration", + "paragraph": "Implements the ANT+ network on top the ANT driver for communication with ANT+ devices. Enables support for integration into various sports sensors/devices.", + "website": "https://github.com/cujomalainey/antplus-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cujomalainey/antplus-arduino.git", + "providesIncludes": [ + "ANTPLUS.h" + ], + "dependencies": [ + { + "name": "ANT-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cujomalainey/ANTPLUS_Arduino-1.2.0.zip", + "archiveFileName": "ANTPLUS_Arduino-1.2.0.zip", + "size": 212559, + "checksum": "SHA-256:51ca27ddfa56b3c4e3268e346fd18915191a6fb1ad95253cac9d723885a5eabd" + }, { "name": "EasyBuzzer", "version": "1.0.0", @@ -136837,6 +167556,106 @@ "size": 35864, "checksum": "SHA-256:8a0df64b9817d21ef5509702b079b69c05a02329e1ba2c226b225ada01f4f1d0" }, + { + "name": "FixedPoints", + "version": "1.0.8", + "author": "Pharap", + "maintainer": "Pharap", + "sentence": "A template library for defining fixed point types of varying sizes.", + "paragraph": "The library is designed to be generic so it should be applicable to almost all size requirements and processor architectures.", + "website": "https://github.com/Pharap/FixedPointsArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pharap/FixedPointsArduino.git", + "providesIncludes": [ + "FixedPoints.h", + "FixedPointsCommon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.0.8.zip", + "archiveFileName": "FixedPoints-1.0.8.zip", + "size": 36034, + "checksum": "SHA-256:a22037f1c1072ea381c88e457209d71659283cb53637de518969b48a6e4aa078" + }, + { + "name": "FixedPoints", + "version": "1.1.0", + "author": "Pharap", + "maintainer": "Pharap", + "sentence": "A template library for defining fixed point types of varying sizes.", + "paragraph": "The library is designed to be generic so it should be applicable to almost all size requirements and processor architectures.", + "website": "https://github.com/Pharap/FixedPointsArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pharap/FixedPointsArduino.git", + "providesIncludes": [ + "FixedPoints.h", + "FixedPointsCommon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.1.0.zip", + "archiveFileName": "FixedPoints-1.1.0.zip", + "size": 36849, + "checksum": "SHA-256:eb737f68acb9d542eeac881139b36d7d8a41c3022f9159a11d9e2337bf9ae90a" + }, + { + "name": "FixedPoints", + "version": "1.1.1", + "author": "Pharap", + "maintainer": "Pharap", + "sentence": "A template library for defining fixed point types of varying sizes.", + "paragraph": "The library is designed to be generic so it should be applicable to almost all size requirements and processor architectures.", + "website": "https://github.com/Pharap/FixedPointsArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pharap/FixedPointsArduino.git", + "providesIncludes": [ + "FixedPoints.h", + "FixedPointsCommon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.1.1.zip", + "archiveFileName": "FixedPoints-1.1.1.zip", + "size": 32727, + "checksum": "SHA-256:827835d56635dcf205f01ebec3758f3161d6e004c597b44ff72094b9cb27f8bc" + }, + { + "name": "FixedPoints", + "version": "1.1.2", + "author": "Pharap", + "maintainer": "Pharap", + "sentence": "A template library for defining fixed point types of varying sizes.", + "paragraph": "The library is designed to be generic so it should be applicable to almost all size requirements and processor architectures.", + "website": "https://github.com/Pharap/FixedPointsArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pharap/FixedPointsArduino.git", + "providesIncludes": [ + "FixedPoints.h", + "FixedPointsCommon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Pharap/FixedPoints-1.1.2.zip", + "archiveFileName": "FixedPoints-1.1.2.zip", + "size": 32729, + "checksum": "SHA-256:22e7c73a262e1234be6f4a8561eea8819f14af89bc0cad8b7f9591876c148d3e" + }, { "name": "ClosedCube TCA9546A", "version": "1.0.1", @@ -137288,6 +168107,797 @@ "size": 88359, "checksum": "SHA-256:2fe22c0772ce7e7c2a83654bfaf70bc00ddd975427ff62dd8f6abee2fbbdc53c" }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.0.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.0.zip", + "size": 97825, + "checksum": "SHA-256:9d2a63f17427a69712faa78819a8db94394f138291e40f005f79dd0e37ccc8df" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.1.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.1.zip", + "size": 97844, + "checksum": "SHA-256:5944127ffd9ced4b13daf34810cdf6dddb940a6ad06751b0fd6a9195fcf4a16d" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.2.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.2.zip", + "size": 98487, + "checksum": "SHA-256:a0e9d7600c4d16be422e87582912bea72423b0f27c5ddf7a4631cbb070b49c3d" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.3.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.3.zip", + "size": 99799, + "checksum": "SHA-256:517b0582962a8b0f9d20d538293d52b19220f6b98da4ee3c2ca8ec4942771ff2" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.4.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.4.zip", + "size": 99832, + "checksum": "SHA-256:c73cae92d9d91b690f13db2e44a2085036d74ba73841250a92ae4622ba42cd1e" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.5.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.5.zip", + "size": 101708, + "checksum": "SHA-256:768c44328e8cf41f45ebc16f7527db1484f9a09b2c9b293e9d12920e0f7b4ed2" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.4.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.4.6.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.4.6.zip", + "size": 101768, + "checksum": "SHA-256:bbc6ab1c03825109f03e6f977d2aa21f4ba5c86bfdeacc07ee6fe2f116fb600d" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.0.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.0.zip", + "size": 102241, + "checksum": "SHA-256:918427d31ee7eb8104fbd97528c3f57d974bd4487611284da9671516c103ce8f" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.1.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.1.zip", + "size": 103158, + "checksum": "SHA-256:89f0eea3649efb0f01ec371a146782d5ab32035b5f7830efc462240b546d8ec4" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.2.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.2.zip", + "size": 103202, + "checksum": "SHA-256:88403be12634c208fe4cc632b342dab64c03cbac5b4e2dc92f89ff2a398a2876" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.3.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.3.zip", + "size": 106707, + "checksum": "SHA-256:d3d24d6586ea8582ea4b492b02016cffc18e42a8df7ec4c0157f22c304be578e" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.4.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.4.zip", + "size": 106986, + "checksum": "SHA-256:11417736f1d040beba40cdc7f0a6229faa42019aa263ae4207cb579836899fd4" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.5.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.5.zip", + "size": 107087, + "checksum": "SHA-256:d246a509ed38f66c185101ae13cc36a5614e4d441d97a1dc83f13860d5e7edd9" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.6.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.6.zip", + "size": 106910, + "checksum": "SHA-256:94148c2192928bace35d10b1237ee0afbd51d23a19208a175504a4a64a43c717" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.7.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.7.zip", + "size": 108130, + "checksum": "SHA-256:bcfbba08a29d1bfdc5a7043d764b2ca4424cb844e46fb9359fb760ec022a53c0" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.8.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.8.zip", + "size": 108212, + "checksum": "SHA-256:29845e79d9a813c41af3050cbb0e5f2ad13758b4bc568c3d5808297752dc9b86" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.9.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.9.zip", + "size": 108351, + "checksum": "SHA-256:dc72e07e7e2c2f4cbe42a3c8f6d1bf003878f9768a2dabfc5ac4ed8a0792da32" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.5.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.5.10.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.5.10.zip", + "size": 108573, + "checksum": "SHA-256:377ae723eba98e758267f69f87f1575a37c39e0479cf9f855d1d038272c48552" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.6.0.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.6.0.zip", + "size": 112396, + "checksum": "SHA-256:d098b09df919d95948bc9c6d7beba4f9affa966179b6a18517e52830586adfea" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.6.1.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.6.1.zip", + "size": 115576, + "checksum": "SHA-256:a87a7e9c82664b5a4c8d573d08c4f279134fc8408f9c64c28edddd053a64c7eb" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.6.2.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.6.2.zip", + "size": 115577, + "checksum": "SHA-256:338f99da7d30d0ca33df5d38c95b04bd7fb4b7d0a63c14f8e30ea40684845f81" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.6.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.6.3.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.6.3.zip", + "size": 115565, + "checksum": "SHA-256:93183e7042a84535999414c8558850fec6c09ecff993c7997e491d74820c24aa" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.7.0.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.7.0.zip", + "size": 118596, + "checksum": "SHA-256:fe8ed0463e369abeca5767513e17145d818088c4f8e00919bb228fd92e62fbb5" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.7.1.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.7.1.zip", + "size": 121613, + "checksum": "SHA-256:ab2204233752c540aa050e18a9d2154277f4d9bebd6c2a2cc094ab965712e06e" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.7.2.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.7.2.zip", + "size": 122197, + "checksum": "SHA-256:895d6730e881431152922d4cab034cec397f4cc69ac491c749867054e4e50d48" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.7.3.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.7.3.zip", + "size": 123680, + "checksum": "SHA-256:eec949a9f0052ef36f77ff7643fcb4614fbd175a658a3850c7eff86f2bbbb9bb" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.7.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.7.4.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.7.4.zip", + "size": 125833, + "checksum": "SHA-256:d345fec3285c52672cf254fb22138d4971c0b19e95d738394a00685ce1875bff" + }, + { + "name": "Adafruit seesaw Library", + "version": "1.7.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit seesaw helper IC.", + "paragraph": "This is a library for the Adafruit seesaw helper IC.", + "website": "https://github.com/adafruit/Adafruit_Seesaw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Seesaw.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_seesaw_Library-1.7.5.zip", + "archiveFileName": "Adafruit_seesaw_Library-1.7.5.zip", + "size": 125992, + "checksum": "SHA-256:9754c3eb63932edcb7aec7a0f557c0352909bb8e4993a20e99ad11c770753322" + }, { "name": "ButtonDebounce", "version": "1.0.1", @@ -137481,12 +169091,12 @@ }, { "name": "UltraDistSensor", - "version": "1.0.0", + "version": "1.1.0", "author": "Shubham Trivedi", "maintainer": "Shubham Trivedi shubhamtrivedi95@gmail.com", "sentence": "Interface the HC-SR04 sensor and ping sensor to Arduino.", "paragraph": "The UltraDistSensor library has been developed to allow HC-SR04 sensor and ping sensor to communication with arduino board. This library can be used to interface multiple sensors.", - "website": "http://www.github.cm/shubhamtrivedi95/UltraDistSensor", + "website": "https://github.com/shubhamtivedi95/UltraDistSensor", "category": "Sensors", "architectures": [ "*" @@ -137495,10 +169105,10 @@ "Contributed" ], "repository": "https://github.com/shubhamtivedi95/UltraDistSensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/shubhamtivedi95/UltraDistSensor-1.0.0.zip", - "archiveFileName": "UltraDistSensor-1.0.0.zip", - "size": 13967, - "checksum": "SHA-256:14f11fc4a935fb77164c8a49a360bee3ef8d92e833325e1bccf79c13aaa5f31d" + "url": "https://downloads.arduino.cc/libraries/github.com/shubhamtivedi95/UltraDistSensor-1.1.0.zip", + "archiveFileName": "UltraDistSensor-1.1.0.zip", + "size": 13965, + "checksum": "SHA-256:589bb8308f8acb00ed5694bd170f45c355fa2887413b7102b3ccef738e60aa49" }, { "name": "NRFLite", @@ -138118,6 +169728,54 @@ "size": 349883, "checksum": "SHA-256:60d6ff72f428621445f21d1a83800a0cb9c1c895cf32c41597eaae0bdbae5441" }, + { + "name": "NRFLite", + "version": "3.0.2", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with much less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": [ + "NRFLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-3.0.2.zip", + "archiveFileName": "NRFLite-3.0.2.zip", + "size": 348530, + "checksum": "SHA-256:6709b45febb5786eff8ceae0135fcdc481a6d849086897c651e463e3498d0a2e" + }, + { + "name": "NRFLite", + "version": "3.0.3", + "author": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "maintainer": "Dave Parson \u003cdparson55@hotmail.com\u003e", + "sentence": "nRF24L01+ library requiring very little code along with YouTube videos showing all available features.", + "paragraph": "Send dynamically-sized data packets, with or without dynamically-sized acknowledgement packets, with less complication than other libraries. The library also supports controlling the radio with only 2 pins on ATtiny and ATmega microcontrollers!", + "website": "https://github.com/dparson55/NRFLite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dparson55/NRFLite.git", + "providesIncludes": [ + "NRFLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dparson55/NRFLite-3.0.3.zip", + "archiveFileName": "NRFLite-3.0.3.zip", + "size": 350188, + "checksum": "SHA-256:2cae933c262e8a74abe027b66e299810ed3c9f0e5db36512798f25bd17366b5e" + }, { "name": "HX711_ADC", "version": "1.0.0", @@ -138512,6 +170170,174 @@ "size": 255286, "checksum": "SHA-256:98c761fe1437e3d8882e7fe3e60a115be6630d7ee2e7568fc60334350dee5aeb" }, + { + "name": "HX711_ADC", + "version": "1.2.6", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": [ + "HX711_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.6.zip", + "archiveFileName": "HX711_ADC-1.2.6.zip", + "size": 255287, + "checksum": "SHA-256:947666eb100725314f8b54ecf850bc842db6f87e2178d84db3189323a9dad462" + }, + { + "name": "HX711_ADC", + "version": "1.2.7", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": [ + "HX711_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.7.zip", + "archiveFileName": "HX711_ADC-1.2.7.zip", + "size": 257411, + "checksum": "SHA-256:efdea1ac5263448bbb564806e6abf8c1bcb0885b4880c6d53b35f605cfc90ab8" + }, + { + "name": "HX711_ADC", + "version": "1.2.8", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": [ + "HX711_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.8.zip", + "archiveFileName": "HX711_ADC-1.2.8.zip", + "size": 257426, + "checksum": "SHA-256:68bfcfa3c7058614061a9e3376d3635a16bab27e86c793d5ca2844a10ddc474a" + }, + { + "name": "HX711_ADC", + "version": "1.2.9", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": [ + "HX711_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.9.zip", + "archiveFileName": "HX711_ADC-1.2.9.zip", + "size": 257428, + "checksum": "SHA-256:0502671dcb5dad09bfb070a9950ad5477217817828cc7fa67019536c6a2a5e8e" + }, + { + "name": "HX711_ADC", + "version": "1.2.10", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": [ + "HX711_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.10.zip", + "archiveFileName": "HX711_ADC-1.2.10.zip", + "size": 257780, + "checksum": "SHA-256:3826b4c36971a591d2ad3b80a5426e1da951bf2a8ad66eccdcdec378ff6c10f5" + }, + { + "name": "HX711_ADC", + "version": "1.2.11", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": [ + "HX711_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.11.zip", + "archiveFileName": "HX711_ADC-1.2.11.zip", + "size": 257742, + "checksum": "SHA-256:dee9349f43f69979a93655dddfe74a03dff45bbda7042a9ab0a30bc871afad02" + }, + { + "name": "HX711_ADC", + "version": "1.2.12", + "author": "Olav Kallhovd", + "maintainer": "Olav Kallhovd", + "sentence": "Library for the HX711 24-bit ADC for weight scales.", + "paragraph": "Non-blocking, smoothed data from \"Moving average\" rolling data set. Support for doing conversions on multiple HX711 modules simultaniously. Examples also includes calibration procedure and interrupt drive.", + "website": "https://github.com/olkal/HX711_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olkal/HX711_ADC.git", + "providesIncludes": [ + "HX711_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olkal/HX711_ADC-1.2.12.zip", + "archiveFileName": "HX711_ADC-1.2.12.zip", + "size": 257998, + "checksum": "SHA-256:b2a0ce81e68d8338a7b409d5a1adddc83b0fd731c8b3d32b046a77368b4eadba" + }, { "name": "Log", "version": "1.0.1", @@ -139102,6 +170928,136 @@ "size": 711983, "checksum": "SHA-256:c9bb417c8be6ab52631f367e1fa5938717bd0a91f784d4a2e8e5110648f15e5b" }, + { + "name": "ESPUI", + "version": "2.1.0", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s00500/ESPUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.1.0.zip", + "archiveFileName": "ESPUI-2.1.0.zip", + "size": 1016609, + "checksum": "SHA-256:b74fad1fb14c27d077d870b66db2796f49cc4825273ecf4935a5a71058ba89fb" + }, + { + "name": "ESPUI", + "version": "2.1.1", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s00500/ESPUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.1.1.zip", + "archiveFileName": "ESPUI-2.1.1.zip", + "size": 1175772, + "checksum": "SHA-256:789458f2c2ccdf4fabeb2b0d1ec04e240962c59b0294ff0035ccf0aaa9c7e01c" + }, + { + "name": "ESPUI", + "version": "2.2.1", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s00500/ESPUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.2.1.zip", + "archiveFileName": "ESPUI-2.2.1.zip", + "size": 1186513, + "checksum": "SHA-256:e601bd9dc6794eb4fccf476dc02c8ef1f3bcb9493b0c67750da176b2f4caabb0" + }, + { + "name": "ESPUI", + "version": "2.2.2", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s00500/ESPUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.2.2.zip", + "archiveFileName": "ESPUI-2.2.2.zip", + "size": 1189899, + "checksum": "SHA-256:85f1b2d099c58f71f46541a6f7714873a5771471c66c8ac5c4d618248d24caa4" + }, + { + "name": "ESPUI", + "version": "2.2.3", + "author": "Lukas Bachschwell", + "maintainer": "Lukas Bachschwell \u003clukas@lbsfilm.at\u003e", + "sentence": "ESP32 and ESP8266 Web Interface Library", + "paragraph": "A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.", + "website": "https://github.com/s00500/ESPUI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s00500/ESPUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s00500/ESPUI-2.2.3.zip", + "archiveFileName": "ESPUI-2.2.3.zip", + "size": 1189814, + "checksum": "SHA-256:9703284b19f86d290d02f6401def55910844bd2fdea8ea2a1cb6fbf29154d815" + }, { "name": "jm_Pin", "version": "1.0.0", @@ -140183,6 +172139,27 @@ "size": 3367695, "checksum": "SHA-256:b67276dd9045cdc994d552e421823cb7f3dc0ea2d53fde44f9ad946978831ee4" }, + { + "name": "ssd1306", + "version": "1.8.3", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Display driver for VGA, SSD1306, SSD1325/SSD1327, SSD1331, SSD1351, ILI9163/ST7735, ILI9341, PCD8544.", + "paragraph": "Provides API for working with monochrome and color oled/lcd displays over i2c/spi, and VGA monitor. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library has one of the smallest footprints.", + "website": "https://github.com/lexus2k/ssd1306", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/ssd1306-1.8.3.zip", + "archiveFileName": "ssd1306-1.8.3.zip", + "size": 3369212, + "checksum": "SHA-256:11ed4fe7bbf3a68b5a88b21255d996f7de41a1a7f766e5dfd377278ac9399249" + }, { "name": "ADCTouchSensor", "version": "0.0.1", @@ -140417,6 +172394,32 @@ "size": 12331, "checksum": "SHA-256:e519e24f168f4f35dac68374ccd249d0856c2d1600778369c332b7c458947a27" }, + { + "name": "ADCTouchSensor", + "version": "0.0.12", + "author": "Alexander Pruss", + "maintainer": "arpruss \u003carpruss@gmail.com\u003e", + "sentence": "Create Touch Sensors with a single analog pin without external hardware", + "paragraph": "This library uses the internal wiring of microcontrollers to measure capacitance much as described here \u003chttp://tuomasnylund.fi/drupal6/content/capacitive-touch-sensing-avr-and-single-adc-pin\u003e and is based on \u003chttps://github.com/martin2250/ADCTouch\u003e", + "website": "https://github.com/arpruss/ADCTouchSensor", + "category": "Sensors", + "architectures": [ + "STM32F1", + "STM32F2", + "STM32F3", + "STM32F4", + "avr", + "STM32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arpruss/ADCTouchSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arpruss/ADCTouchSensor-0.0.12.zip", + "archiveFileName": "ADCTouchSensor-0.0.12.zip", + "size": 13266, + "checksum": "SHA-256:5d114403dc3b1074f84b80d180ee6fb3ab0179a3e07914da99638b2cef64ba0d" + }, { "name": "noolite_tx", "version": "0.0.2", @@ -140705,6 +172708,134 @@ "size": 20089, "checksum": "SHA-256:e6b78a1a3da8fe9c5fa68951955324d5fff3af7a2657a49e277f299f372a02d8" }, + { + "name": "Adafruit microbit Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.3.0.zip", + "archiveFileName": "Adafruit_microbit_Library-1.3.0.zip", + "size": 20263, + "checksum": "SHA-256:cf923843c3ff1198baa0b87f2c08ce6cb482a97003e6cea2cfed72badf060c9e" + }, + { + "name": "Adafruit microbit Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.3.1.zip", + "archiveFileName": "Adafruit_microbit_Library-1.3.1.zip", + "size": 20263, + "checksum": "SHA-256:5df5a8c92e6f67ba651220110b907b84c36f1e504583b235e833d5995da0a0bd" + }, + { + "name": "Adafruit microbit Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.3.2.zip", + "archiveFileName": "Adafruit_microbit_Library-1.3.2.zip", + "size": 20230, + "checksum": "SHA-256:79a2311a7b21e1c8667cac954a3b088570a4b1eafac71fe0c495c751d4008fb0" + }, + { + "name": "Adafruit microbit Library", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for using micro:bit nRF51", + "paragraph": "Now you can use the micro:bit board with Arduino IDE - and this library will give you an interface to the LED matrix and BTLE for use with the Adafruit Bluefruit Connect app", + "website": "https://github.com/adafruit/Adafruit_Microbit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Microbit.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "BLEPeripheral" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_microbit_Library-1.3.4.zip", + "archiveFileName": "Adafruit_microbit_Library-1.3.4.zip", + "size": 20230, + "checksum": "SHA-256:f41d8ddeaf6c0b4c03b5bfe13da3569faf129e2075d29852a0f71bfad22ef59f" + }, { "name": "Adafruit AMG88xx Library", "version": "1.0.0", @@ -140860,6 +172991,198 @@ "size": 19958, "checksum": "SHA-256:c5cdaae4770e120381f96c9e18110c5a6a5a2649cf7c212467f9c792f9976f16" }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.2.0.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.2.0.zip", + "size": 19878, + "checksum": "SHA-256:1ca69235d695af7e8065c0e966202ae19d36386327005491750d9d23cea10ce8" + }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.2.1.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.2.1.zip", + "size": 19736, + "checksum": "SHA-256:a3e3e594d18cd552e6f359f596c89f074598afb086e82ae27ef377a0c63a0458" + }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.2.2.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.2.2.zip", + "size": 19786, + "checksum": "SHA-256:9f4faed5ac99f2e3061a73146150a4ca269e0ea02f9cc3b49d67c52ff83ebd9c" + }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.3.0.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.3.0.zip", + "size": 19872, + "checksum": "SHA-256:850531a7f5eabf6808b83547a81d7890e681b83c81b2c76f15ac4d590b215e62" + }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.3.1.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.3.1.zip", + "size": 19876, + "checksum": "SHA-256:fd951317303ddd8614719a366dd18000ec426e796dfb864168177e979c09dd54" + }, + { + "name": "Adafruit AMG88xx Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AMG88xx 8x8 Thermocouple Sensors.", + "paragraph": "Arduino library for AMG88xx (especially AMG8833) 8x8 Grid-eye thermal camera sensors that use I2C", + "website": "https://github.com/adafruit/Adafruit_AMG88xx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMG88xx.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AMG88xx_Library-1.3.2.zip", + "archiveFileName": "Adafruit_AMG88xx_Library-1.3.2.zip", + "size": 19871, + "checksum": "SHA-256:04474b3daa9176da84e098507692825a32186e9c1fb66d626115ace9e02bcc42" + }, { "name": "Adafruit BME680 Library", "version": "1.0.0", @@ -141103,6 +173426,146 @@ "size": 745970, "checksum": "SHA-256:f4623b12ec953e79dee685b216ead3573882d4b7b36ac87f123dd7c86ae53216" }, + { + "name": "Adafruit BME680 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 and BME688 sensors.", + "paragraph": "Arduino library for BME680 and BME688 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-2.0.0.zip", + "archiveFileName": "Adafruit_BME680_Library-2.0.0.zip", + "size": 750044, + "checksum": "SHA-256:3f007b8643249a421122157c7bd8eeb605e7c73cb7b3fdd9e63cde3773038dc7" + }, + { + "name": "Adafruit BME680 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 and BME688 sensors.", + "paragraph": "Arduino library for BME680 and BME688 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-2.0.1.zip", + "archiveFileName": "Adafruit_BME680_Library-2.0.1.zip", + "size": 750251, + "checksum": "SHA-256:9bfd2400a765d0b7ada905213e818d2244713df6bd02218d1315394cfc2b8d18" + }, + { + "name": "Adafruit BME680 Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 and BME688 sensors.", + "paragraph": "Arduino library for BME680 and BME688 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-2.0.2.zip", + "archiveFileName": "Adafruit_BME680_Library-2.0.2.zip", + "size": 750268, + "checksum": "SHA-256:ee007ebea43cb7a6354d0d45995d7db5a276f04c0b9ec96be61748d3ca84cac8" + }, + { + "name": "Adafruit BME680 Library", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BME680 and BME688 sensors.", + "paragraph": "Arduino library for BME680 and BME688 humidity and pressure sensors.", + "website": "https://github.com/adafruit/Adafruit_BME680", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BME680.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BME680_Library-2.0.4.zip", + "archiveFileName": "Adafruit_BME680_Library-2.0.4.zip", + "size": 750268, + "checksum": "SHA-256:b54e00a833b054da0a60392356a8b3ab0b6473efac30ad379e48eb7e66e4277b" + }, { "name": "kRPC", "version": "0.4.1", @@ -141295,6 +173758,54 @@ "size": 152440, "checksum": "SHA-256:25f0e6910befdb67ab1d7ce3f355643aaf06e9875eaa92a5efb676890a3e74bc" }, + { + "name": "kRPC", + "version": "0.5.0", + "author": "djungelorm \u003cdjungelorm@users.noreply.github.com\u003e", + "maintainer": "djungelorm \u003cdjungelorm@users.noreply.github.com\u003e", + "sentence": "Client library for kRPC, a Remote Procedure Call server for Kerbal Space Program.", + "paragraph": "kRPC allows you to control Kerbal Space Program from scripts running outside of the game. This client library is written in C and communicates with the game over a serial port.", + "website": "http://krpc.github.io/krpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/krpc/krpc-arduino.git", + "providesIncludes": [ + "krpc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.5.0.zip", + "archiveFileName": "kRPC-0.5.0.zip", + "size": 171137, + "checksum": "SHA-256:de7c9d56d9e23c7f11ec033610eef9ad7d72f0e6dcc51b0c8e347fb30a26b801" + }, + { + "name": "kRPC", + "version": "0.5.2", + "author": "djungelorm \u003cdjungelorm@users.noreply.github.com\u003e", + "maintainer": "djungelorm \u003cdjungelorm@users.noreply.github.com\u003e", + "sentence": "Client library for kRPC, a Remote Procedure Call server for Kerbal Space Program.", + "paragraph": "kRPC allows you to control Kerbal Space Program from scripts running outside of the game. This client library is written in C and communicates with the game over a serial port.", + "website": "http://krpc.github.io/krpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/krpc/krpc-arduino.git", + "providesIncludes": [ + "krpc_cnano.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/krpc/kRPC-0.5.2.zip", + "archiveFileName": "kRPC-0.5.2.zip", + "size": 172335, + "checksum": "SHA-256:4abfbdb0562a69e067d682d978bc40693214ca332298a942a3adc43a78e1d463" + }, { "name": "LCDMenuLib2", "version": "1.0.0", @@ -142011,6 +174522,30 @@ "size": 679742, "checksum": "SHA-256:9ea4e3868ad2e3edc73be2196f1a902c03df15aa622373e36800ce2967cc77e2" }, + { + "name": "LCDMenuLib2", + "version": "2.2.7", + "author": "Nils Feldkämper", + "maintainer": "Community https://github.com/Jomelo/LCDMenuLib2", + "sentence": "Easy creation of a multi layer tree menu with screensaver and other stuff.", + "paragraph": "Examples for the basic function and different output types [console (serial monitor), lcd displays, glcd displays, gfx displays]", + "website": "https://github.com/Jomelo/LCDMenuLib2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jomelo/LCDMenuLib2.git", + "providesIncludes": [ + "LCDMenuLib2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jomelo/LCDMenuLib2-2.2.7.zip", + "archiveFileName": "LCDMenuLib2-2.2.7.zip", + "size": 682051, + "checksum": "SHA-256:9450f3ad9fa96500e44fb7c0a7935804e3a4a7ea1e1c4e09b074e4ce721d34f7" + }, { "name": "TFT_22_ILI9225", "version": "1.2.3", @@ -142467,6 +175002,30 @@ "size": 945101, "checksum": "SHA-256:44a086791cee1536e8699732f0f17d5aafa90a6f97e1af3976acb84db314298f" }, + { + "name": "TFT_22_ILI9225", + "version": "1.4.5", + "author": "Nkawu", + "maintainer": "Nkawu", + "sentence": "ILI9225 2.2\" 176x220 TFT LCD shield", + "paragraph": "Arduino driver for the ILI9225 based TFT with SPI Interface", + "website": "https://github.com/Nkawu/TFT_22_ILI9225", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nkawu/TFT_22_ILI9225.git", + "providesIncludes": [ + "TFT_22_ILI9225.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Nkawu/TFT_22_ILI9225-1.4.5.zip", + "archiveFileName": "TFT_22_ILI9225-1.4.5.zip", + "size": 945172, + "checksum": "SHA-256:55c2ae50a86683f49e02c03c4a495c85f6c5222e5a570b56b3688567e7460cb2" + }, { "name": "AutoPID", "version": "1.0.0", @@ -142810,7 +175369,7 @@ "url": "https://downloads.arduino.cc/libraries/github.com/martin-leo/KeyboardAzertyFr-1.0.2.zip", "archiveFileName": "KeyboardAzertyFr-1.0.2.zip", "size": 6504, - "checksum": "SHA-256:316eba4167f175845368f0cbe93ddc66826165201aadac681d5973f9578057e9" + "checksum": "SHA-256:c682959c567d13e61a8441afe2c5f8e6e6b8bad5859c2ee5ac2050a4286dc2a9" }, { "name": "GeekFactory Shell Library", @@ -143513,6 +176072,32 @@ "size": 373062, "checksum": "SHA-256:4763b500dd11b2ea25993fdc0efa3deaceeb512c0fb50a4840acf2caa57d21c9" }, + { + "name": "Adafruit SGP30 Sensor", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP30 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SGP30.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP30_Sensor-2.0.2.zip", + "archiveFileName": "Adafruit_SGP30_Sensor-2.0.2.zip", + "size": 373061, + "checksum": "SHA-256:43613711f26bfa27e4ad4b4807a0369325364df3470eb9aa8e489589a0ae67ca" + }, { "name": "Wemos Matrix Adafruit GFX", "version": "1.2.0", @@ -144059,6 +176644,226 @@ "size": 1085743, "checksum": "SHA-256:681f8c622a2c3f80cb46e433138848dabd5aa5f1a612b453a1deacf64af281f8" }, + { + "name": "ESP-DASH", + "version": "3.0.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.3.zip", + "archiveFileName": "ESP_DASH-3.0.3.zip", + "size": 1085730, + "checksum": "SHA-256:d295f69b8a174e5613de13eaefc9ad2d8a6a27c162b291c7071470d7ca8f82f1" + }, + { + "name": "ESP-DASH", + "version": "3.0.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.4.zip", + "archiveFileName": "ESP_DASH-3.0.4.zip", + "size": 1111740, + "checksum": "SHA-256:a938cce4019b5d829d11ac3694ee28cb811546ebc1dcce9cdb02d6f01b11e15e" + }, + { + "name": "ESP-DASH", + "version": "3.0.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.5.zip", + "archiveFileName": "ESP_DASH-3.0.5.zip", + "size": 1112136, + "checksum": "SHA-256:90c30cec816478876e762d512116e319f83d26770c1e6c706d7e75eb7f82fbf3" + }, + { + "name": "ESP-DASH", + "version": "3.0.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.6.zip", + "archiveFileName": "ESP_DASH-3.0.6.zip", + "size": 1112007, + "checksum": "SHA-256:963fc6dbf4d9d469741100b56dde24fb25ef8e5537e659693bcb3859e30e98c1" + }, + { + "name": "ESP-DASH", + "version": "3.0.7", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.7.zip", + "archiveFileName": "ESP_DASH-3.0.7.zip", + "size": 1111783, + "checksum": "SHA-256:b0d0226681fe55d7c1277018d5fc17b9f967969f6a41a3ed089c4cdb4e07152c" + }, + { + "name": "ESP-DASH", + "version": "3.0.8", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-3.0.8.zip", + "archiveFileName": "ESP_DASH-3.0.8.zip", + "size": 2054706, + "checksum": "SHA-256:794b5b0d56910e2df4f4c30fcfb55ccb09de1352a51c346fbb7b12317b5aeaae" + }, + { + "name": "ESP-DASH", + "version": "4.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-4.0.0.zip", + "archiveFileName": "ESP_DASH-4.0.0.zip", + "size": 5809363, + "checksum": "SHA-256:a8c5b37d412ff97a0c7bdaa11be228392c3829ee16b89c163ea11985586ed3b4" + }, + { + "name": "ESP-DASH", + "version": "4.0.1", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-4.0.1.zip", + "archiveFileName": "ESP_DASH-4.0.1.zip", + "size": 5809139, + "checksum": "SHA-256:45172a73b46e52ef41d11c377cfe602e783be397b5f6e83e26857d7dd9d52982" + }, + { + "name": "ESP-DASH", + "version": "4.0.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-4.0.2.zip", + "archiveFileName": "ESP_DASH-4.0.2.zip", + "size": 5809170, + "checksum": "SHA-256:c40e9db3daf9e6e7e5e613cef504db4873046f96b3a1295009efc88847ae147f" + }, + { + "name": "ESP-DASH", + "version": "4.0.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A blazing fast library to create realtime dashboards for ESP8266's and ESP32's.", + "paragraph": "ESP-DASH lets you create functional and beautiful dashboards for your ESP8266 / ESP32 without the need of an internet connection.", + "website": "https://github.com/ayushsharma82/ESP-DASH", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESP-DASH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESP_DASH-4.0.3.zip", + "archiveFileName": "ESP_DASH-4.0.3.zip", + "size": 6441620, + "checksum": "SHA-256:3f32a9fb84f21529cf12188a838b55cb841fb3277509095f2583c393db487462" + }, { "name": "MD_UISwitch", "version": "1.1.0", @@ -144187,6 +176992,72 @@ "size": 1082680, "checksum": "SHA-256:9cee7de6a9bcd8a14ea4ce2af57525fff85415a37f436a3eec1aacba2b2cf980" }, + { + "name": "MD_UISwitch", + "version": "2.2.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Uinversal User Interface Switches.", + "paragraph": "Library to uniformly encapsulate different types of switch based user input. Detects press, double press, long press, with software debounce and auto repeat. Handles simple switches, key matrices and analog resistor-ladder type switches.", + "website": "https://github.com/MajicDesigns/MD_UISwitch", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.2.0.zip", + "archiveFileName": "MD_UISwitch-2.2.0.zip", + "size": 1128661, + "checksum": "SHA-256:7d30c91c30a9cb37cdbb4faf674f0034adcc8ce4403a8f873c535ed7f197f776" + }, + { + "name": "MD_UISwitch", + "version": "2.2.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Uinversal User Interface Switches.", + "paragraph": "Library to uniformly encapsulate different types of switch based user input. Detects press, double press, long press, with software debounce and auto repeat. Handles simple switches, key matrices and analog resistor-ladder type switches.", + "website": "https://github.com/MajicDesigns/MD_UISwitch", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.2.1.zip", + "archiveFileName": "MD_UISwitch-2.2.1.zip", + "size": 1131964, + "checksum": "SHA-256:8bb8fa3a1b0873d53e5c8ea1fb311bb56171d9c2c61125894a3eaf8a30a833d1" + }, + { + "name": "MD_UISwitch", + "version": "2.2.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Universal User Interface Switches.", + "paragraph": "Library to uniformly encapsulate different types of switch based user input. Detects press, double press, long press, with software debounce and auto repeat. Handles simple switches, key matrices and analog resistor-ladder type switches.", + "website": "https://github.com/MajicDesigns/MD_UISwitch", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_UISwitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_UISwitch-2.2.2.zip", + "archiveFileName": "MD_UISwitch-2.2.2.zip", + "size": 1134174, + "checksum": "SHA-256:d7afd3a1f1c187b21d20c69e2d0f26f5feea89025c08e4eb50d4ac860476e387" + }, { "name": "LCD03", "version": "1.1.2", @@ -144326,6 +177197,27 @@ "size": 9276, "checksum": "SHA-256:364089fa5c8b041d9a51707a83c6652588bdf33b66ca6009503f8840d632cb1f" }, + { + "name": "SerialCommands", + "version": "2.2.0", + "author": "Pedro Tiago Pereira \u003ctiago.private@gmail.com\u003e", + "maintainer": "Pedro Tiago Pereira \u003ctiago.private@gmail.com\u003e", + "sentence": "An Arduino library to tokenize and parse commands received over a serial port.", + "paragraph": "Simple, small footprint, no dynamic memory allocation", + "website": "https://github.com/ppedro74/Arduino-SerialCommands", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ppedro74/Arduino-SerialCommands.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ppedro74/SerialCommands-2.2.0.zip", + "archiveFileName": "SerialCommands-2.2.0.zip", + "size": 11967, + "checksum": "SHA-256:a161a3a55f6049ec17ebfb3cdb932dc6f27885a846b08cc79670d3aa50245e71" + }, { "name": "Shift Register LED Matrix Lib", "version": "0.9.0", @@ -144600,6 +177492,37 @@ "size": 643892, "checksum": "SHA-256:a7415c6925c414962da133d6a818c9ceee19438ef814b9b644fdd10c59d693b8" }, + { + "name": "Shift Register LED Matrix Lib", + "version": "2.0.3", + "author": "Michael Kamprath \u003cmichael@kamprath.net\u003e", + "maintainer": "Michael Kamprath \u003cmichael@kamprath.net\u003e", + "sentence": "A driver for LED matrices that use shift registers to control rows and columns.", + "paragraph": "Provides a high level API for managing and drawing to the LED matrix. Can drive either a single color or RGB LED matrices. Color shading is enabled using PWM-style updates to the matrix shift registers. Uses a clock interrupt. Designed to be used with 74HC595 and/or DM13A type shift registers, or similar. See website for hardware designs supported.", + "website": "https://kamprath.net/hacks/led-matrix/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib.git", + "providesIncludes": [ + "LEDMatrix.h", + "RGBLEDMatrix.h", + "TimerAction.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/michaelkamprath/Shift_Register_LED_Matrix_Lib-2.0.3.zip", + "archiveFileName": "Shift_Register_LED_Matrix_Lib-2.0.3.zip", + "size": 643837, + "checksum": "SHA-256:5c860118fa57520a042fe5b9ad9204e8a7674affb3183707a5e3bb19e842f125" + }, { "name": "Bleeper", "version": "1.0.0", @@ -145071,6 +177994,35 @@ "size": 5652, "checksum": "SHA-256:2208a26379ead0db7805e281edc360977800b28267d45aee8e1795b3940b80b2" }, + { + "name": "StateMachine", + "version": "1.0.13", + "author": "Jose Rullan \u003cjerullan@yahoo.com\u003e", + "maintainer": "Jose Rullan \u003cjerullan@yahoo.com\u003e", + "sentence": "\"A simple state machine implementation.\"", + "paragraph": "A state machine is implemented by defining state logic as a function in your sketch. Transitions are implemented as functions returning a boolean value and a next state number. Requires LinkedList library https://github.com/ivanseidel/LinkedList.", + "website": "http://github.com/jrullan/StateMachine", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jrullan/StateMachine.git", + "providesIncludes": [ + "StateMachine.h" + ], + "dependencies": [ + { + "name": "LinkedList" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jrullan/StateMachine-1.0.13.zip", + "archiveFileName": "StateMachine-1.0.13.zip", + "size": 16467, + "checksum": "SHA-256:ca6b978d43fa97470e48e320371c03a70eb9b2e9d1b85e5717143f2f211c0909" + }, { "name": "DualG2HighPowerMotorShield", "version": "1.0.0", @@ -145483,6 +178435,29 @@ "size": 28698, "checksum": "SHA-256:d838dc01b940049147b46d8492737031d6a02a479ba7864417ae2341e630e57b" }, + { + "name": "STM32duino Proximity Gesture", + "version": "1.0.5", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows performing simple gestures detection using proximity sensors", + "paragraph": "This library provides single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/Proximity_Gesture", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/Proximity_Gesture.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Proximity_Gesture-1.0.5.zip", + "archiveFileName": "STM32duino_Proximity_Gesture-1.0.5.zip", + "size": 28695, + "checksum": "SHA-256:674930b882e330c0afab9cff13eb3685757c7f2f443d270ce0553a5874937fa7" + }, { "name": "STM32duino VL6180X", "version": "1.0.0", @@ -145548,6 +178523,29 @@ "size": 55472, "checksum": "SHA-256:61338f0daf4e01ca2e834b0fa735e4e27037dfcc6a4155a29979219171c8d878" }, + { + "name": "STM32duino VL6180X", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180X (proximity and ambient light sensing (ALS) sensor)", + "paragraph": "This library provides simple measure distance in mm and simple luminosity measure in lux.", + "website": "https://github.com/stm32duino/VL6180X", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL6180X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180X-2.0.0.zip", + "archiveFileName": "STM32duino_VL6180X-2.0.0.zip", + "size": 55460, + "checksum": "SHA-256:e087733bccafaad0d81f0f5df0a945f60df9604917464ddb7969624a6a4a76b5" + }, { "name": "STM32duino M24SR64-Y", "version": "1.0.0", @@ -145670,6 +178668,44 @@ "size": 24188, "checksum": "SHA-256:7a7427fe936bc013f578590ecf8ac38b82052eb53cad63c3515b69e4d7d75fda" }, + { + "name": "STM32duino X-NUCLEO-IKS01A1", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A1", + "category": "Sensors", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A1.git", + "dependencies": [ + { + "name": "STM32duino LSM6DS0" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LIS3MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS25HB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A1-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A1-1.1.0.zip", + "size": 24544, + "checksum": "SHA-256:5b7fa95f2ccb82a6bf39493965f678e08c3151d66ff0bb318c36aeb154b98e79" + }, { "name": "STM32duino X-NUCLEO-IKS01A2", "version": "1.0.0", @@ -145726,6 +178762,41 @@ "size": 23372, "checksum": "SHA-256:649a58cb37426ad6f046902d16a038296bd4ae34403382f56a6677368ac64e18" }, + { + "name": "STM32duino X-NUCLEO-IKS01A2", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A2 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A2 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A2", + "category": "Sensors", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A2.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A2-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A2-1.1.0.zip", + "size": 23223, + "checksum": "SHA-256:b1407bca6a229388337631bc3541da161d012f76618336a2130ee4d0bea71587" + }, { "name": "STM32duino X-NUCLEO-6180XA1", "version": "1.0.0", @@ -145822,6 +178893,37 @@ "size": 18475, "checksum": "SHA-256:d6029bab4463fdd655175d44a4e552c89294985a5a617eb97edb04beb1a6d508" }, + { + "name": "STM32duino X-NUCLEO-6180XA1", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180X sensors on board of X-NUCLEO-6180XA1", + "paragraph": "This library provides simple measure distance in mm, simple measure luminosity in lux, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-6180XA1", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-6180XA1.git", + "dependencies": [ + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180XA1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_6180XA1-2.0.0.zip", + "size": 18278, + "checksum": "SHA-256:6f7d39faa94359337f1a58b3b5e52ab760f2cf99387d56f806b68fb989bfbc61" + }, { "name": "STM32duino X-NUCLEO-53L0A1", "version": "1.0.0", @@ -145916,6 +179018,36 @@ "size": 20235, "checksum": "SHA-256:2ac68a1d14af2a1624a4e3a0c58176e3b73dd3382837c985cb02dd2d16e76df1" }, + { + "name": "STM32duino X-NUCLEO-53L0A1", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L0X sensors on board of X-NUCLEO-53L0A1", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L0A1", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L0A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L0A1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L0A1-2.0.0.zip", + "size": 20006, + "checksum": "SHA-256:418ab8c9f3caa4f381fd6b1b7f6de4ee6087085c325fd4202ff16e728c19f351" + }, { "name": "STM32duino X-NUCLEO-NFC01A1", "version": "1.0.0", @@ -146203,6 +179335,64 @@ "size": 12210, "checksum": "SHA-256:227cecf1712dbf3d8632a2a02e0da645c0eda90c7a7e423344369bc80140a678" }, + { + "name": "STM32duino X-NUCLEO-NFC04A1", + "version": "2.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC04A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC04A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC04A1", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC04A1.git", + "dependencies": [ + { + "name": "STM32duino ST25DV" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC04A1-2.0.0.zip", + "size": 10008, + "checksum": "SHA-256:73afce2bf4a8b844c037916e94ef08a5ac4d1430abb818a6cb3194f89c8d6fa6" + }, + { + "name": "STM32duino X-NUCLEO-NFC04A1", + "version": "2.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC04A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC04A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC04A1", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC04A1.git", + "dependencies": [ + { + "name": "STM32duino ST25DV" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC04A1-2.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC04A1-2.0.1.zip", + "size": 9960, + "checksum": "SHA-256:952820597be5cb439bc1e7b108123e4fd327e7819af18ab7e75b5be8bd0cf3b4" + }, { "name": "STM32duino X-NUCLEO-IKA01A1", "version": "1.0.0", @@ -147107,6 +180297,78 @@ "size": 90247, "checksum": "SHA-256:c1c72b25e15251e28795b36338e816c4c828e0f2a9fa4079d7547ed9b734d84c" }, + { + "name": "sarmfsw", + "version": "3.4.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "sarmfsw", + "paragraph": "ARM based common headers (compatible with most Arduino platforms)", + "website": "https://github.com/SMFSW/sarmfsw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/sarmfsw.git", + "providesIncludes": [ + "sarmfsw.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.4.0.zip", + "archiveFileName": "sarmfsw-3.4.0.zip", + "size": 100605, + "checksum": "SHA-256:d8cde70e8d1d13f2ea1b9b1f69c12a109c20af57bc13b7900a077da17f920920" + }, + { + "name": "sarmfsw", + "version": "3.5.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "sarmfsw", + "paragraph": "ARM based common headers (compatible with most Arduino platforms)", + "website": "https://github.com/SMFSW/sarmfsw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/sarmfsw.git", + "providesIncludes": [ + "sarmfsw.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.5.0.zip", + "archiveFileName": "sarmfsw-3.5.0.zip", + "size": 104697, + "checksum": "SHA-256:b65b4e4234b993dd32e0a818887428c000874cd89a7a8000540f33fe2c71ebbb" + }, + { + "name": "sarmfsw", + "version": "3.6.0", + "author": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "maintainer": "SMFSW \u003cxgarmanboziax@gmail.com\u003e", + "sentence": "sarmfsw", + "paragraph": "ARM based common headers (compatible with most Arduino platforms)", + "website": "https://github.com/SMFSW/sarmfsw", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SMFSW/sarmfsw.git", + "providesIncludes": [ + "sarmfsw.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SMFSW/sarmfsw-3.6.0.zip", + "archiveFileName": "sarmfsw-3.6.0.zip", + "size": 113393, + "checksum": "SHA-256:b9b357e5d367cccca87842017775399ff17b5dd97328fbbd2029f02e1b14921b" + }, { "name": "MorePins", "version": "1.0.0", @@ -147755,8 +181017,8 @@ "types": [ "Contributed" ], - "repository": "https://github.com/1oginov/UbxGps.git", - "url": "https://downloads.arduino.cc/libraries/github.com/1oginov/UbxGps-1.3.0.zip", + "repository": "https://github.com/loginov-rocks/UbxGps.git", + "url": "https://downloads.arduino.cc/libraries/github.com/loginov-rocks/UbxGps-1.3.0.zip", "archiveFileName": "UbxGps-1.3.0.zip", "size": 11737803, "checksum": "SHA-256:3ec046b60bc957f47951801f49bf46a9cecdba711bcdc7906df7ea24557830fe" @@ -147776,8 +181038,8 @@ "types": [ "Contributed" ], - "repository": "https://github.com/1oginov/UbxGps.git", - "url": "https://downloads.arduino.cc/libraries/github.com/1oginov/UbxGps-1.4.0.zip", + "repository": "https://github.com/loginov-rocks/UbxGps.git", + "url": "https://downloads.arduino.cc/libraries/github.com/loginov-rocks/UbxGps-1.4.0.zip", "archiveFileName": "UbxGps-1.4.0.zip", "size": 11738493, "checksum": "SHA-256:1b7704667491d61e68ab3fe4836c7c9f55ac1d5ad4380b19db2e6be2785e1abb" @@ -147875,6 +181137,31 @@ "size": 424771, "checksum": "SHA-256:cef20dbbe1c5734b0b2a2ae201c0798b1b689011d4170fb6b371ecfc25d86ad0" }, + { + "name": "DIO2", + "version": "1.6.0", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "Fast digital input/output functions.", + "paragraph": "From a work of Jan Dolinay", + "website": "https://github.com/Locoduino/DIO2", + "category": "Device Control", + "architectures": [ + "avr", + "sam", + "esp32", + "STM32F1", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Locoduino/DIO2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DIO2-1.6.0.zip", + "archiveFileName": "DIO2-1.6.0.zip", + "size": 530658, + "checksum": "SHA-256:de41e283dc55b43ea1321560697d06be420405185dfc589d0d189b8ac7a6829f" + }, { "name": "Commanders", "version": "1.60.1", @@ -148419,6 +181706,48 @@ "size": 553198, "checksum": "SHA-256:1a294f7ffa7c73f93e2a77f7795810462a086dac1b3b0dfcb4abeb90edf1652e" }, + { + "name": "MemoryUsage", + "version": "2.21.0", + "author": "Thierry PARIS - Locoduino", + "maintainer": "Thierry PARIS - Locoduino", + "sentence": "Use this library to check your SRAM / Stack memory usage.", + "paragraph": "Some different ways to check memory usage on an Arduino.", + "website": "http://github.com/Locoduino/MemoryUsage", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Locoduino/MemoryUsage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/MemoryUsage-2.21.0.zip", + "archiveFileName": "MemoryUsage-2.21.0.zip", + "size": 725870, + "checksum": "SHA-256:507fb88b08208c873a92e39e8886571314108a58e2cf281e7acfafa50d187e40" + }, + { + "name": "MemoryUsage", + "version": "2.21.1", + "author": "Thierry PARIS - Locoduino", + "maintainer": "Thierry PARIS - Locoduino", + "sentence": "Use this library to check your SRAM / Stack memory usage.", + "paragraph": "Some different ways to check memory usage on an Arduino.", + "website": "http://github.com/Locoduino/MemoryUsage", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Locoduino/MemoryUsage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/MemoryUsage-2.21.1.zip", + "archiveFileName": "MemoryUsage-2.21.1.zip", + "size": 725867, + "checksum": "SHA-256:446c560b19e0e04f98a000ef41ade8466554ea6a36085916acf96c1040dfbb98" + }, { "name": "DcDccNanoController", "version": "1.1.2", @@ -148500,6 +181829,57 @@ "size": 4763052, "checksum": "SHA-256:d028e36927bcc0e470cb50403cfa86b989e200ecaa46f3789e490b1bbf909c53" }, + { + "name": "DcDccNanoController", + "version": "1.2.0", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This library is made to build a basic Dcc controller on small Arduino Nano or Uno.", + "website": "https://github.com/Locoduino/DcDccNanoController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Locoduino/DcDccNanoController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.2.0.zip", + "archiveFileName": "DcDccNanoController-1.2.0.zip", + "size": 6690714, + "checksum": "SHA-256:d067b21759cf861003c21caf264d4c79fb5af32ea28ef5297bea4f9d813cca4f" + }, + { + "name": "DcDccNanoController", + "version": "1.2.1", + "author": "Thierry Paris - Locoduino", + "maintainer": "Thierry Paris - Locoduino", + "sentence": "This library is made to build a basic Dcc controller on small Arduino Nano or Uno.", + "website": "https://github.com/Locoduino/DcDccNanoController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Locoduino/DcDccNanoController.git", + "dependencies": [ + { + "name": "DIO2" + }, + { + "name": "Commanders" + }, + { + "name": "LcdUi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/DcDccNanoController-1.2.1.zip", + "archiveFileName": "DcDccNanoController-1.2.1.zip", + "size": 7654458, + "checksum": "SHA-256:3cc2f616ccf757dab27be0ccaf218b570d511c1d3946e2954e1c571e97079e12" + }, { "name": "K1200", "version": "1.0.0", @@ -149167,6 +182547,60 @@ "size": 30670, "checksum": "SHA-256:be2aac9d382b1d8a1df75088a55b0f755aacdb4388725c98acbdd6926d733fec" }, + { + "name": "DHT sensor library for ESPx", + "version": "1.18.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Optimized libray to match ESP32 requirements. Last changes: Fix negative temperature problem (credits @helijunky)", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": [ + "esp8266", + "esp32", + "samd", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/DHTesp.git", + "providesIncludes": [ + "DHTesp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.18.0.zip", + "archiveFileName": "DHT_sensor_library_for_ESPx-1.18.0.zip", + "size": 30034, + "checksum": "SHA-256:2f621c8deb7ab6c994b7525a23d914dc7dc77b1dba1e6c3715ff3e5354cfea4a" + }, + { + "name": "DHT sensor library for ESPx", + "version": "1.19.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Optimized libray to match ESP32 requirements. Last changes: Fix negative temperature problem (credits @helijunky)", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": [ + "esp8266", + "esp32", + "samd", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/DHTesp.git", + "providesIncludes": [ + "DHTesp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/DHT_sensor_library_for_ESPx-1.19.0.zip", + "archiveFileName": "DHT_sensor_library_for_ESPx-1.19.0.zip", + "size": 30109, + "checksum": "SHA-256:24a5bcab04be57484ee3408cb9746dc572b070d3493ea4fd4e9b208b29503472" + }, { "name": "TFMini", "version": "0.1.0", @@ -149463,6 +182897,84 @@ "size": 460494, "checksum": "SHA-256:09519f2beba920e569aa669b88d632895cc3fbbe25b554aa74ff8585ec46ed93" }, + { + "name": "Adafruit Si7021 Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.5.0.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.5.0.zip", + "size": 460406, + "checksum": "SHA-256:e7f577090416f8a5f0285da40573a33b59a689d712998b6f19a6ab74f833d440" + }, + { + "name": "Adafruit Si7021 Library", + "version": "1.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.5.1.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.5.1.zip", + "size": 460408, + "checksum": "SHA-256:2ef855f5d3fd18efcecc6edaf68f474758db9b6f5c1339c81b81f4965963766e" + }, + { + "name": "Adafruit Si7021 Library", + "version": "1.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Si7021 sensors.", + "paragraph": "Arduino library for Si7021 temperature + humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_Si7021", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Si7021.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Si7021_Library-1.5.3.zip", + "archiveFileName": "Adafruit_Si7021_Library-1.5.3.zip", + "size": 460409, + "checksum": "SHA-256:d99135e5f87f1d8cbece52426a38c48b96ad95f024cc301aef26b6301ec4efb9" + }, { "name": "Beacon", "version": "1.0.0", @@ -149673,6 +183185,27 @@ "size": 1188944, "checksum": "SHA-256:143dffe75136bcfa648ddd32ed282e35c7221acde1ea5453cb949d320a3573be" }, + { + "name": "Mutila", + "version": "1.0.0", + "author": "Matthew Gates (Mouse)", + "maintainer": "Matthew Gates (Mouse)", + "sentence": "Mouse's Utilities for Arduino", + "paragraph": "A collection of oft-used utility functions from button de-bouncing and pin sampling to wrappers around the DFPlayer Mini hardware to read numbers.", + "website": "http://github.com/matthewg42/Mutila", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthewg42/Mutila.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthewg42/Mutila-1.0.0.zip", + "archiveFileName": "Mutila-1.0.0.zip", + "size": 1033535, + "checksum": "SHA-256:d3ca9763829f641b9365985585e72125947f709a5d13e5f6cce4e76a204ae1d7" + }, { "name": "arduino-sht", "version": "1.0.1", @@ -149736,6 +183269,90 @@ "size": 10624, "checksum": "SHA-256:6c89ba969f10d1bcc50de2ebb06c721e744fe4943b57011a51639318d9b53f59" }, + { + "name": "arduino-sht", + "version": "1.2.0", + "author": "Johannes Winkelmann, Andreas Brauchli", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's humidity and temperature sensors.", + "paragraph": "Supported sensors: SHTC1, SHTC3, SHTW1, SHTW2, SHT3x-DIS (I2C), SHT3x-ARP, SHT4x", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-sht.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.2.0.zip", + "archiveFileName": "arduino_sht-1.2.0.zip", + "size": 12256, + "checksum": "SHA-256:4dfe66793ba99be21b768bbe53e4de2043df26b390bd7ac5fddb5c54c1d2c7e2" + }, + { + "name": "arduino-sht", + "version": "1.2.1", + "author": "Johannes Winkelmann, Andreas Brauchli", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's humidity and temperature sensors.", + "paragraph": "Supported sensors: SHTC1, SHTC3, SHTW1, SHTW2, SHT3x-DIS (I2C), SHT85, SHT3x-ARP, SHT4x", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-sht.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.2.1.zip", + "archiveFileName": "arduino_sht-1.2.1.zip", + "size": 12707, + "checksum": "SHA-256:dc9582ff713c4c06d8e67700bb52fd7dde797d507802b2a39f6c7c9104941f57" + }, + { + "name": "arduino-sht", + "version": "1.2.2", + "author": "Johannes Winkelmann, Andreas Brauchli", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's humidity and temperature sensors.", + "paragraph": "Supported sensors: SHTC1, SHTC3, SHTW1, SHTW2, SHT3x-DIS (I2C), SHT85, SHT3x-ARP, SHT4x", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-sht.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.2.2.zip", + "archiveFileName": "arduino_sht-1.2.2.zip", + "size": 12708, + "checksum": "SHA-256:057cf1afb3f441581a8b89e5c8849edd4f1a78000f33c6d3d2f3a1cfd8750cb1" + }, + { + "name": "arduino-sht", + "version": "1.2.3", + "author": "Johannes Winkelmann, Andreas Brauchli", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's humidity and temperature sensors.", + "paragraph": "Supported sensors: SHTC1, SHTC3, SHTW1, SHTW2, SHT3x-DIS (I2C), SHT2x, SHT85, SHT3x-ARP, SHT4x", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-sht.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/arduino_sht-1.2.3.zip", + "archiveFileName": "arduino_sht-1.2.3.zip", + "size": 13537, + "checksum": "SHA-256:a566b0f33277c7b8933a96815fa2155174f3eb522a86d0154cf0ba18335462a3" + }, { "name": "WireUpdate", "version": "1.0.0", @@ -150169,6 +183786,140 @@ "size": 19822, "checksum": "SHA-256:3881c1667be922b4ec58db5a13efc626e0c1a6dfd00fc98ca40ea5b0107ede02" }, + { + "name": "NewPing", + "version": "1.9.3", + "author": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "maintainer": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "sentence": "A library that makes working with ultrasonic sensors easy.", + "paragraph": "When I first received an ultrasonic sensor I was not happy with how poorly it performed. I soon realized the problem was not the sensor, it was the available ping and ultrasonic libraries causing the problem. The NewPing library totally fixes these problems, adds many new features, and breathes new life into these very affordable distance sensors.", + "website": "https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home", + "category": "Sensors", + "architectures": [ + "avr", + "arm", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/teckel12/arduino-new-ping.git", + "providesIncludes": [ + "NewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.3.zip", + "archiveFileName": "NewPing-1.9.3.zip", + "size": 19815, + "checksum": "SHA-256:628c954725cfb5213e611150f7a1a66063d3e9cfecf57a9527904a987a5642f3" + }, + { + "name": "NewPing", + "version": "1.9.4", + "author": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "maintainer": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "sentence": "A library that makes working with ultrasonic sensors easy.", + "paragraph": "When I first received an ultrasonic sensor I was not happy with how poorly it performed. I soon realized the problem was not the sensor, it was the available ping and ultrasonic libraries causing the problem. The NewPing library totally fixes these problems, adds many new features, and breathes new life into these very affordable distance sensors.", + "website": "https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home", + "category": "Sensors", + "architectures": [ + "avr", + "arm", + "megaavr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/teckel12/arduino-new-ping.git", + "providesIncludes": [ + "NewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.4.zip", + "archiveFileName": "NewPing-1.9.4.zip", + "size": 19861, + "checksum": "SHA-256:0c288360a835532e3f42ea9379d73f9df98294bcfadd59fcf0a03056f8b92e65" + }, + { + "name": "NewPing", + "version": "1.9.5", + "author": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "maintainer": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "sentence": "NewPing allows interfacing with ultrasonic sensors simple, fast \u0026 powerful.", + "paragraph": "Initially, I was not happy with how poorly ultrasonic sensors performed. I soon realized the problem was not the sensor, it was the available ping and ultrasonic libraries causing the problem. The NewPing library totally fixes these problems, adds many new features, and breathes new life into these very affordable distance sensors.", + "website": "https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home", + "category": "Sensors", + "architectures": [ + "avr", + "arm", + "megaavr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/teckel12/arduino-new-ping.git", + "providesIncludes": [ + "NewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.5.zip", + "archiveFileName": "NewPing-1.9.5.zip", + "size": 19960, + "checksum": "SHA-256:5396ad3a833bedff8e03ed090d39c934c27d77d3065fb8a0608499d62d1b8abe" + }, + { + "name": "NewPing", + "version": "1.9.6", + "author": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "maintainer": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "sentence": "NewPing allows interfacing with ultrasonic sensors simple, fast \u0026 powerful.", + "paragraph": "Initially, I was not happy with how poorly ultrasonic sensors performed. I soon realized the problem was not the sensor, it was the available ping and ultrasonic libraries causing the problem. The NewPing library totally fixes these problems, adds many new features, and breathes new life into these very affordable distance sensors.", + "website": "https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home", + "category": "Sensors", + "architectures": [ + "avr", + "arm", + "megaavr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/teckel12/arduino-new-ping.git", + "providesIncludes": [ + "NewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.6.zip", + "archiveFileName": "NewPing-1.9.6.zip", + "size": 19944, + "checksum": "SHA-256:dfb75553accba20350a0240ca031f5deb8ddb9c883c5f22f2badbae17da567ed" + }, + { + "name": "NewPing", + "version": "1.9.7", + "author": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "maintainer": "Tim Eckel \u003ceckel.tim@gmail.com\u003e", + "sentence": "NewPing allows interfacing with ultrasonic sensors simple, fast \u0026 powerful.", + "paragraph": "Initially, I was not happy with how poorly ultrasonic sensors performed. I soon realized the problem was not the sensor, it was the available ping and ultrasonic libraries causing the problem. The NewPing library totally fixes these problems, adds many new features, and breathes new life into these very affordable distance sensors.", + "website": "https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home", + "category": "Sensors", + "architectures": [ + "avr", + "arm", + "megaavr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/teckel12/arduino-new-ping.git", + "providesIncludes": [ + "NewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/teckel12/NewPing-1.9.7.zip", + "archiveFileName": "NewPing-1.9.7.zip", + "size": 20057, + "checksum": "SHA-256:7f4c4ef7f39a1ce8a6bf05580717712fc3e669ee5b0c343479569d5e2e374564" + }, { "name": "CAN", "version": "0.0.0", @@ -150667,6 +184418,87 @@ "size": 90810, "checksum": "SHA-256:ecd191e530ceb894d6c03fc732ea357f571adfd99859d17079adb2b6f6949ab6" }, + { + "name": "AGirs", + "version": "1.0.3", + "author": "Bengt Martensson", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "A Girs infrared server for the Arduino platform.", + "paragraph": "Requires Infrared4Arduino and LiquidCrystal_I2C version 1.1.2 or later (even if not using a display). Examples optionally uses Ethernet and Beacon.", + "website": "https://github.com/bengtmartensson/AGirs", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/AGirs.git", + "dependencies": [ + { + "name": "Infrared" + }, + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.3.zip", + "archiveFileName": "AGirs-1.0.3.zip", + "size": 92876, + "checksum": "SHA-256:4baa00007fd9e350467c24d26d98f5548a558adda4ab070ce0b3f900822860c8" + }, + { + "name": "AGirs", + "version": "1.0.4", + "author": "Bengt Martensson", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "A Girs infrared server for the Arduino platform.", + "paragraph": "Requires Infrared4Arduino. Examples use Ethernet and Beacon.", + "website": "https://github.com/bengtmartensson/AGirs", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/AGirs.git", + "dependencies": [ + { + "name": "Infrared" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.4.zip", + "archiveFileName": "AGirs-1.0.4.zip", + "size": 98027, + "checksum": "SHA-256:aad83205a3acd75869b20faa2e31d88ff6ce5bc0dc212c3a251d2b5504886c08" + }, + { + "name": "AGirs", + "version": "1.0.5", + "author": "Bengt Martensson", + "maintainer": "Bengt Martensson \u003cbarf@bengt-martensson.de\u003e", + "sentence": "A Girs infrared server for the Arduino platform.", + "paragraph": "Requires Infrared4Arduino. Examples use Ethernet and Beacon.", + "website": "https://github.com/bengtmartensson/AGirs", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bengtmartensson/AGirs.git", + "dependencies": [ + { + "name": "Infrared" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bengtmartensson/AGirs-1.0.5.zip", + "archiveFileName": "AGirs-1.0.5.zip", + "size": 98693, + "checksum": "SHA-256:8d8de3d6815184721d6432e968bd97707a2c9bd6c8e5ed12dbbd01bc10462ddc" + }, { "name": "HV518", "version": "1.0.0", @@ -150968,6 +184800,182 @@ "size": 42287, "checksum": "SHA-256:5383feec202715364810b72978024cb55e30ee300aebf5c17b7bcb530d9d74c3" }, + { + "name": "PageBuilder", + "version": "1.4.3", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.4.3.zip", + "archiveFileName": "PageBuilder-1.4.3.zip", + "size": 42802, + "checksum": "SHA-256:d74b236604dc81650dcd1e7265f0e334a51a204627de28dc03a8c04c92f01e1c" + }, + { + "name": "PageBuilder", + "version": "1.5.0", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.5.0.zip", + "archiveFileName": "PageBuilder-1.5.0.zip", + "size": 46792, + "checksum": "SHA-256:dd00b7b4d500c2d37a0a58efae0de304811e3b48f32e75832fd10853526f92a9" + }, + { + "name": "PageBuilder", + "version": "1.5.1", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.5.1.zip", + "archiveFileName": "PageBuilder-1.5.1.zip", + "size": 46925, + "checksum": "SHA-256:43e0b76369d258c6919378e65c964b36b2ea76734534919d6cfcd59c012bf31e" + }, + { + "name": "PageBuilder", + "version": "1.5.2", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.5.2.zip", + "archiveFileName": "PageBuilder-1.5.2.zip", + "size": 46959, + "checksum": "SHA-256:5c292f5b40f3e74acdc83e01c0da53a87abbd58d75b1f2f93af89591854fe0c7" + }, + { + "name": "PageBuilder", + "version": "1.5.3", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.5.3.zip", + "archiveFileName": "PageBuilder-1.5.3.zip", + "size": 47153, + "checksum": "SHA-256:f62179bb43e5250da81998246f4b78a1bdece8671b9208e6584e534e156eb1fc" + }, + { + "name": "PageBuilder", + "version": "1.5.4", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.5.4.zip", + "archiveFileName": "PageBuilder-1.5.4.zip", + "size": 47599, + "checksum": "SHA-256:5210489414c758a2ceb6a525f61e1804c51ecf17b2fa50e972a0a750a652f335" + }, + { + "name": "PageBuilder", + "version": "1.5.5", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.5.5.zip", + "archiveFileName": "PageBuilder-1.5.5.zip", + "size": 47629, + "checksum": "SHA-256:89e0738378bef8d4713da8211f05d1a2227795e97fef7defcdced8967d300fb6" + }, + { + "name": "PageBuilder", + "version": "1.5.6", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "HTML string assembly aid library for ESP8266/ESP32 WebServer.", + "paragraph": "PageBuilder is an Arduino library class dedicated to the ESP8266WebServer for easily generating HTML pages and sending them to client.", + "website": "https://github.com/Hieromon/PageBuilder", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/PageBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/PageBuilder-1.5.6.zip", + "archiveFileName": "PageBuilder-1.5.6.zip", + "size": 47771, + "checksum": "SHA-256:31b0d3579c8530cb204ac3eca2e4f8af2f71ea64257425747e29bd160565954d" + }, { "name": "iBotX", "version": "1.0.0", @@ -151073,6 +185081,58 @@ "size": 9767, "checksum": "SHA-256:56850e17e57620b8f8925e5deb186ea70ab97c22d3afd8053dbad0cbb2844f06" }, + { + "name": "Adafruit_VCNL4010", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VCNL4010 IR proximity sensor", + "paragraph": "Sensor driver for VCNL4010 IR proximity sensor", + "website": "https://github.com/adafruit/Adafruit_VCNL4010", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VCNL4010.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.1.0.zip", + "archiveFileName": "Adafruit_VCNL4010-1.1.0.zip", + "size": 9707, + "checksum": "SHA-256:d61996a855f4eb711361333645867da3ee6ff3b1cc5264a2ae25e94397388fcd" + }, + { + "name": "Adafruit_VCNL4010", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VCNL4010 IR proximity sensor", + "paragraph": "Sensor driver for VCNL4010 IR proximity sensor", + "website": "https://github.com/adafruit/Adafruit_VCNL4010", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VCNL4010.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4010-1.1.2.zip", + "archiveFileName": "Adafruit_VCNL4010-1.1.2.zip", + "size": 9708, + "checksum": "SHA-256:40ba6b14a5e7f7e1ba55d7dc74718a64f125854fdcae7f672524606777aca4ec" + }, { "name": "log4arduino", "version": "1.0.0", @@ -151097,6 +185157,30 @@ "size": 7024, "checksum": "SHA-256:94e206e489c992c69bcc0bfad84d052d24312da6ff507bfb6f6ac060bb61d8e8" }, + { + "name": "log4arduino", + "version": "1.1.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "Lightweight, no-frills logging for Arduino and friends", + "paragraph": "Lightweight, no-frills logging for Arduino and friends", + "website": "https://github.com/jandelgado/log4arduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandelgado/log4arduino.git", + "providesIncludes": [ + "log4arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/log4arduino-1.1.0.zip", + "archiveFileName": "log4arduino-1.1.0.zip", + "size": 7432, + "checksum": "SHA-256:72e24f09725ce7f0955b435c28305296d9788b430ea59d5c17d0f42b39bb8581" + }, { "name": "Arduino POST HTTP Parser", "version": "1.0.0", @@ -151604,6 +185688,394 @@ "size": 96809, "checksum": "SHA-256:ec0b09b462e26728a648551367fae38b9a4a54bdfee99794539757c1cc47df6a" }, + { + "name": "GEM", + "version": "1.2.6", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.6.zip", + "archiveFileName": "GEM-1.2.6.zip", + "size": 97163, + "checksum": "SHA-256:a019fc98bee301baf2a22d1e6e877cde19197914a7ac87db8d3b14247b508b84" + }, + { + "name": "GEM", + "version": "1.2.7", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.2.7.zip", + "archiveFileName": "GEM-1.2.7.zip", + "size": 97373, + "checksum": "SHA-256:4187b4369343430ebe0120f3eba734932fae0feced89270cde9938b554b1bcf9" + }, + { + "name": "GEM", + "version": "1.3.0", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.3.0.zip", + "archiveFileName": "GEM-1.3.0.zip", + "size": 136798, + "checksum": "SHA-256:81238b607dfedd06802dc0ae8464c14b4b1d495935fb1f101c47c1b01c8c61f4" + }, + { + "name": "GEM", + "version": "1.3.1", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.3.1.zip", + "archiveFileName": "GEM-1.3.1.zip", + "size": 136823, + "checksum": "SHA-256:d255ab3039ff0b815ee4d73e6f8e0afdb82cbc4e3e8f84bc989b5f36d5e5e30b" + }, + { + "name": "GEM", + "version": "1.3.2", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.3.2.zip", + "archiveFileName": "GEM-1.3.2.zip", + "size": 136670, + "checksum": "SHA-256:ec6a10d290e0aac3773819e4df65f2ab8fc33a283b8fec573df82f4ec56a2297" + }, + { + "name": "GEM", + "version": "1.3.3", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.3.3.zip", + "archiveFileName": "GEM-1.3.3.zip", + "size": 137071, + "checksum": "SHA-256:c0436f6f4c961d03a4a3240e4c52097e22b4f7799aadecb1c5ded1da5808d441" + }, + { + "name": "GEM", + "version": "1.3.4", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.3.4.zip", + "archiveFileName": "GEM-1.3.4.zip", + "size": 137070, + "checksum": "SHA-256:7e082dac063a080ec787e4d4a040f18fc414b4e8a13170b274cc20aa27452e3c" + }, + { + "name": "GEM", + "version": "1.4.0", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.0.zip", + "archiveFileName": "GEM-1.4.0.zip", + "size": 140146, + "checksum": "SHA-256:2744cb3e8768717e81acb5b833bcf3eceee59b0dcca23f55af7db2a82e2ac8f2" + }, + { + "name": "GEM", + "version": "1.4.1", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.1.zip", + "archiveFileName": "GEM-1.4.1.zip", + "size": 140328, + "checksum": "SHA-256:ef103ef4670dd7d6e1eaed7b9ebd1437c89759c4eca637b2dcf4be1d86cdee8d" + }, + { + "name": "GEM", + "version": "1.4.2", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.2.zip", + "archiveFileName": "GEM-1.4.2.zip", + "size": 141447, + "checksum": "SHA-256:7ee793173dfc31ac9a279d5471e271f96dd79a073b7284d97c95db767fcfe182" + }, + { + "name": "GEM", + "version": "1.4.3", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.3.zip", + "archiveFileName": "GEM-1.4.3.zip", + "size": 142009, + "checksum": "SHA-256:ea08f6c4d9b56f9ebe747c4c2b06600f3c0e3ccdc675dee284251bcd8cf99e63" + }, + { + "name": "GEM", + "version": "1.4.4", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, boolean, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.4.zip", + "archiveFileName": "GEM-1.4.4.zip", + "size": 153877, + "checksum": "SHA-256:a98b9b9d89e63a33af5a3bd24b56799edd26a0776ee59294f27b9bb07bd3e8b6" + }, + { + "name": "GEM", + "version": "1.4.5", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, bool, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.5.zip", + "archiveFileName": "GEM-1.4.5.zip", + "size": 153712, + "checksum": "SHA-256:1844bd3adb43f34a6ae0ae10a81b15cf820701d13e9df3d664f868b5ea0c8f42" + }, + { + "name": "GEM", + "version": "1.4.6", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, bool, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.6.zip", + "archiveFileName": "GEM-1.4.6.zip", + "size": 154231, + "checksum": "SHA-256:f7904580ea89fa83cc891c184b8b4b100403a926ced3d247ce014b76bc9116f6" + }, + { + "name": "GEM", + "version": "1.4.7", + "author": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "maintainer": "Alexander 'Spirik' Spiridonov \u003calexander.spirik@gmail.com\u003e", + "sentence": "A library for creation of graphic multi-level menu.", + "paragraph": "Features editable menu items, such as variables (supports int, byte, float, double, bool, char[17] data types) and option selects. User-defined callback function can be specified to invoke when menu item is saved. Supports buttons that can invoke user-defined actions.", + "website": "https://github.com/Spirik/GEM", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Spirik/GEM.git", + "providesIncludes": [ + "GEM.h", + "GEM_u8g2.h", + "GEM_adafruit_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Spirik/GEM-1.4.7.zip", + "archiveFileName": "GEM-1.4.7.zip", + "size": 157466, + "checksum": "SHA-256:e63ef8de80b9e4d22d15c0ad062bedb712ac8b11a0c2c963b8061a7774e9a047" + }, { "name": "Basecamp", "version": "0.0.1", @@ -152201,6 +186673,195 @@ "size": 1520334, "checksum": "SHA-256:d54c3c7d8494c6461c3828bc013ac081fa92a5c2e9ab197d0682fa2e3487098b" }, + { + "name": "PulseSensor Playground", + "version": "1.6.0", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.6.0.zip", + "archiveFileName": "PulseSensor_Playground-1.6.0.zip", + "size": 1520478, + "checksum": "SHA-256:45ede1b874c7c30ee3b5bf8c64ef02715d3ca81b4dd1e9a0bb728a9536723dac" + }, + { + "name": "PulseSensor Playground", + "version": "1.6.1", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.6.1.zip", + "archiveFileName": "PulseSensor_Playground-1.6.1.zip", + "size": 1520478, + "checksum": "SHA-256:5eab019764e834fb5416586a9ab60d3cf848c49013fed25c05553d79f4cb6541" + }, + { + "name": "PulseSensor Playground", + "version": "1.6.2", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.6.2.zip", + "archiveFileName": "PulseSensor_Playground-1.6.2.zip", + "size": 1520453, + "checksum": "SHA-256:a8d737cb3b25cad19842252d0f417099f31fbec7b08c22b4efb30651d53793e1" + }, + { + "name": "PulseSensor Playground", + "version": "1.6.3", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.6.3.zip", + "archiveFileName": "PulseSensor_Playground-1.6.3.zip", + "size": 1524988, + "checksum": "SHA-256:0eedde19ff1737606eb5989390e2e1dc66c07e19fd5269ff869de6817fdc90f9" + }, + { + "name": "PulseSensor Playground", + "version": "1.7.0", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.7.0.zip", + "archiveFileName": "PulseSensor_Playground-1.7.0.zip", + "size": 1535608, + "checksum": "SHA-256:1f40b7bf8691bb800ae84f468b45af8a7b5ff18eb08a9aab687b2791070f8718" + }, + { + "name": "PulseSensor Playground", + "version": "1.8.0", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.8.0.zip", + "archiveFileName": "PulseSensor_Playground-1.8.0.zip", + "size": 1538640, + "checksum": "SHA-256:13ad7eec10fe49a39256bdc5924c674373a188d58ba9a18a5dcbdd7028f46036" + }, + { + "name": "PulseSensor Playground", + "version": "1.8.2", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.8.2.zip", + "archiveFileName": "PulseSensor_Playground-1.8.2.zip", + "size": 1538629, + "checksum": "SHA-256:41cbf76582f26ccb17fb905ac4eda5bfe0dd23c0fda5d2998a248f64a1d9d868" + }, + { + "name": "PulseSensor Playground", + "version": "1.9.0", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.9.0.zip", + "archiveFileName": "PulseSensor_Playground-1.9.0.zip", + "size": 1541827, + "checksum": "SHA-256:3cce20085fedcb2287ea7b59392bb549b552d4487fbc366c9aaa9cca06430d76" + }, + { + "name": "PulseSensor Playground", + "version": "1.9.1", + "author": "Joel Murphy, Yury Gitman, Brad Needham", + "maintainer": "Joel Murphy, Yury Gitman", + "sentence": "Support at PulseSensor.com", + "paragraph": "Code and Examples for PulseSensor from PulseSensor.com", + "website": "https://github.com/WorldFamousElectronics/PulseSensorPlayground", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WorldFamousElectronics/PulseSensorPlayground.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WorldFamousElectronics/PulseSensor_Playground-1.9.1.zip", + "archiveFileName": "PulseSensor_Playground-1.9.1.zip", + "size": 1549295, + "checksum": "SHA-256:2c95bf7f3365b8a611150a1f95572b20cef3273b64c04997c1522a2eb70c389d" + }, { "name": "Neosegment", "version": "1.0.0", @@ -152415,6 +187076,72 @@ "size": 303132, "checksum": "SHA-256:255005eb19d8d7cf58f1f5299fa6425a9b0a171194478024603861a487c622bc" }, + { + "name": "MD_AD9833", + "version": "1.2.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a AD9833 Programmable Waveform Generator.", + "paragraph": "The AD9833 is a low power, programmable DDS waveform generator capable of producing sine, triangular, and square wave outputs. The library provides access to all on-chip features.", + "website": "https://github.com/MajicDesigns/MD_AD9833", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_AD9833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.2.2.zip", + "archiveFileName": "MD_AD9833-1.2.2.zip", + "size": 304955, + "checksum": "SHA-256:26b5573d496af913d4f3b2eaebb637ad720bf6d3cb51dddd637ea978d3e13ac7" + }, + { + "name": "MD_AD9833", + "version": "1.2.3", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a AD9833 Programmable Waveform Generator.", + "paragraph": "The AD9833 is a low power, programmable DDS waveform generator capable of producing sine, triangular, and square wave outputs. The library provides access to all on-chip features.", + "website": "https://github.com/MajicDesigns/MD_AD9833", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_AD9833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.2.3.zip", + "archiveFileName": "MD_AD9833-1.2.3.zip", + "size": 326554, + "checksum": "SHA-256:e29f1caf97cf0e5b0758de7440aa2b9493fc547238111d7a2356e6d63e9b7e8f" + }, + { + "name": "MD_AD9833", + "version": "1.2.4", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for using a AD9833 Programmable Waveform Generator.", + "paragraph": "The AD9833 is a low power, programmable DDS waveform generator capable of producing sine, triangular, and square wave outputs. The library provides access to all on-chip features.", + "website": "https://github.com/MajicDesigns/MD_AD9833", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_AD9833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_AD9833-1.2.4.zip", + "archiveFileName": "MD_AD9833-1.2.4.zip", + "size": 326600, + "checksum": "SHA-256:84d81f2428ab9e0453fe990e7ff17dff1446532fbf1d503303498dc32b8fee46" + }, { "name": "miniDAC", "version": "1.0.0", @@ -152604,6 +187331,27 @@ "size": 30024, "checksum": "SHA-256:44c8ac9ca28c793abe9042800d69540c7e60b24fff6ff6bdf2112e26357b1247" }, + { + "name": "OctoPrintAPI", + "version": "1.1.6", + "author": "Stephen Ludgate", + "maintainer": "Stephen Ludgate \u003cinfo@chunkymedia.co.uk\u003e", + "sentence": "Arduino library to access OctoPrint API.", + "paragraph": "Arduino library for use with compatible micro controllers to access the Octoprint API on a Raspberry Pi (or any Linux based box) running the OctoPrint 3D printer web server.", + "website": "https://github.com/chunkysteveo/OctoPrintAPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chunkysteveo/OctoPrintAPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chunkysteveo/OctoPrintAPI-1.1.6.zip", + "archiveFileName": "OctoPrintAPI-1.1.6.zip", + "size": 30832, + "checksum": "SHA-256:96db842016265efebeb5281aa16638914e988af560542cbf8082a0720b1326c6" + }, { "name": "avdweb_VirtualDelay", "version": "1.0.3", @@ -152668,6 +187416,27 @@ "size": 23558, "checksum": "SHA-256:6935f496e1b31e01da2bcc5165dd5d20b5b676744a26c132ca0852696ee2c80d" }, + { + "name": "SparkFun GridEYE AMG88 Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Panasonic GridEYE Thermopile Array - AMG88", + "paragraph": "An Arduino Library for the GridEYE Thermopile Array. Remotely detects temperature on an 8x8 array and reports in Celsius, Fahrenheit and raw register values.", + "website": "https://github.com/sparkfun/SparkFun_GridEYE_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_GridEYE_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_GridEYE_AMG88_Library-1.0.2.zip", + "archiveFileName": "SparkFun_GridEYE_AMG88_Library-1.0.2.zip", + "size": 24441, + "checksum": "SHA-256:958a19d9a2d3570850a65409aa0ab78298801051afb3fb83188d1cce99aabcf0" + }, { "name": "Plaquette", "version": "0.1.0", @@ -153004,6 +187773,198 @@ "size": 479622, "checksum": "SHA-256:d5328dfbf4d76dc477b64fe8e44a080618dbd876dd3cbabca5a3c2d19c49ef6c" }, + { + "name": "Plaquette", + "version": "0.2.6", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette transforms the Arduino environment into an object-oriented, user-friendly, signal-centric programming framework for creative physical computing.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.2.6.zip", + "archiveFileName": "Plaquette-0.2.6.zip", + "size": 451424, + "checksum": "SHA-256:330b594a79badceaa412e22ede9e78069c941f607c5d75e1b4eabc235f2388bc" + }, + { + "name": "Plaquette", + "version": "0.3.0", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette is an object-oriented, user-friendly, signal-centric programming framework for creative physical computing. Its features include timing, data filtering, oscillators, debouncing, smoothing, moving averages, and normalization.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.3.0.zip", + "archiveFileName": "Plaquette-0.3.0.zip", + "size": 1018584, + "checksum": "SHA-256:509f94e1d2a5c8da4a84091d84191c3b8b4d8a220976b8cd056dfd9e47c770f0" + }, + { + "name": "Plaquette", + "version": "0.4.0", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette is an object-oriented, user-friendly, signal-centric programming framework for creative physical computing. Its features include timing, data filtering, oscillators, debouncing, smoothing, moving averages, and normalization.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.4.0.zip", + "archiveFileName": "Plaquette-0.4.0.zip", + "size": 1148947, + "checksum": "SHA-256:610f3324a67576c6b6e5063214a5666130ee25b0720c9683851c610f344ca021" + }, + { + "name": "Plaquette", + "version": "0.4.1", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette is an object-oriented, user-friendly, signal-centric programming framework for creative physical computing. Its features include timing, data filtering, oscillators, debouncing, smoothing, moving averages, and normalization.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.4.1.zip", + "archiveFileName": "Plaquette-0.4.1.zip", + "size": 1158144, + "checksum": "SHA-256:4dd0565954068e426172269daee81462b85b701c7b55445a2fee5b3aa8464c20" + }, + { + "name": "Plaquette", + "version": "0.4.2", + "author": "Sofian Audry, Thomas Ouellet Fredericks", + "maintainer": "https://github.com/SofaPirate", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette is an object-oriented, user-friendly, signal-centric programming framework for creative physical computing. Its features include timing, data filtering, oscillators, debouncing, smoothing, moving averages, and normalization.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.4.2.zip", + "archiveFileName": "Plaquette-0.4.2.zip", + "size": 1189798, + "checksum": "SHA-256:338e2a2464b6513a61f114aadc01543cdca0b5d03e4551d01de95b8ae32b5005" + }, + { + "name": "Plaquette", + "version": "0.4.3", + "author": "Sofian Audry \u0026 Thomas Ouellet Fredericks", + "maintainer": "Sofian Audry \u0026 Thomas Ouellet Fredericks", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette is an object-oriented, user-friendly, signal-centric programming framework for creative physical computing. Its features include timing, data filtering, oscillators, debouncing, smoothing, moving averages, and normalization.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.4.3.zip", + "archiveFileName": "Plaquette-0.4.3.zip", + "size": 1330480, + "checksum": "SHA-256:d6a2c59eff038010d51220635fce7aa95078af0689878c7be54dceaf1c818ecf" + }, + { + "name": "Plaquette", + "version": "0.4.4", + "author": "Sofian Audry \u0026 Thomas Ouellet Fredericks", + "maintainer": "Sofian Audry \u0026 Thomas Ouellet Fredericks", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette is an object-oriented, user-friendly, signal-centric programming framework for creative physical computing. Its features include timing, data filtering, oscillators, debouncing, smoothing, moving averages, and normalization.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.4.4.zip", + "archiveFileName": "Plaquette-0.4.4.zip", + "size": 1334112, + "checksum": "SHA-256:a81241623ca743f44061ffe288881669c51ed703e25f808f7c0b8d467b1d076e" + }, + { + "name": "Plaquette", + "version": "0.4.5", + "author": "Sofian Audry \u0026 Thomas Ouellet Fredericks", + "maintainer": "Sofian Audry \u0026 Thomas Ouellet Fredericks", + "sentence": "An object-oriented library for creative physical computing.", + "paragraph": "Plaquette is an object-oriented, user-friendly, signal-centric programming framework for creative physical computing. Its features include timing, data filtering, oscillators, debouncing, smoothing, moving averages, and normalization.", + "website": "http://sofapirate.github.io/Plaquette", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SofaPirate/Plaquette.git", + "providesIncludes": [ + "Plaquette.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SofaPirate/Plaquette-0.4.5.zip", + "archiveFileName": "Plaquette-0.4.5.zip", + "size": 1339847, + "checksum": "SHA-256:a85cec0164f2464a6ccd22cf407f5470a80cd67fcaac8d4df6c29a137ce6a60b" + }, { "name": "DS3232RTC", "version": "1.1.0", @@ -153360,6 +188321,58 @@ "size": 53441, "checksum": "SHA-256:afddb0f48fec867f095bdae1be74fd8ad0f4858a7bd025bc3b42ca80f5a94828" }, + { + "name": "DS3232RTC", + "version": "2.0.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Copyright (C) 2017-2022 by Jack Christensen and licensed under GNU GPL v3.0. See README file for important information regarding compatibility with earlier versions.", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-2.0.0.zip", + "archiveFileName": "DS3232RTC-2.0.0.zip", + "size": 57024, + "checksum": "SHA-256:57cebc0bbec17a5c979f5b8a8f3803db427fccd0b50e7cbb6c42a5e2b3b1af46" + }, + { + "name": "DS3232RTC", + "version": "2.0.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks.", + "paragraph": "Copyright (C) 2017-2022 by Jack Christensen and licensed under GNU GPL v3.0. See README file for important information regarding compatibility with earlier versions.", + "website": "https://github.com/JChristensen/DS3232RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/DS3232RTC.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/DS3232RTC-2.0.1.zip", + "archiveFileName": "DS3232RTC-2.0.1.zip", + "size": 58805, + "checksum": "SHA-256:cee1d7f6fafea6a81c012682ba73f3b55b8ad59c955f09f20ac26d451d3afe21" + }, { "name": "PCA9505_06 Library", "version": "1.0.0", @@ -153570,6 +188583,69 @@ "size": 22333, "checksum": "SHA-256:7d70d874c71e4a178ff21a6fed2c2712ec59f901bb20a6e4b1769ad777cafce1" }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.1.0.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.1.0.zip", + "size": 22391, + "checksum": "SHA-256:82857465cd12a1054460e2bd5785d162aa70633e9694250273707cc0bd0baee8" + }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.1.1.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.1.1.zip", + "size": 22471, + "checksum": "SHA-256:d0a84f14d4e0bd6c1d861b082c6822084c80cef696711756d1a4b0265e640e97" + }, + { + "name": "Adafruit Zero DMA Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "paragraph": "DMA helper/wrapped for ATSAMD21 such as Arduino Zero \u0026 Feather M0", + "website": "https://github.com/adafruit/Adafruit_ZeroDMA", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroDMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_DMA_Library-1.1.3.zip", + "archiveFileName": "Adafruit_Zero_DMA_Library-1.1.3.zip", + "size": 22474, + "checksum": "SHA-256:ea8188ea55193ecbc5ddd5d5b2c286f153ccb7ce7b3d340efc44f887dfdbf868" + }, { "name": "Adafruit Zero PDM Library", "version": "1.0.0", @@ -153638,6 +188714,58 @@ "size": 19111, "checksum": "SHA-256:942065e3019cc39a9a4686a5924dca7561eea2c48cb1c4e2adeb663f3dca6e74" }, + { + "name": "Adafruit Zero PDM Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PDM Microphone Input library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "PDM Microphone Input library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroPDM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroPDM.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_PDM_Library-1.2.1.zip", + "archiveFileName": "Adafruit_Zero_PDM_Library-1.2.1.zip", + "size": 19153, + "checksum": "SHA-256:188c3c0e7bc30b804a3a0543b195f2a05dd6d4b7b9890ad5062a1ea4f0a9b276" + }, + { + "name": "Adafruit Zero PDM Library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "PDM Microphone Input library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "PDM Microphone Input library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroPDM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroPDM.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_PDM_Library-1.2.3.zip", + "archiveFileName": "Adafruit_Zero_PDM_Library-1.2.3.zip", + "size": 19154, + "checksum": "SHA-256:7906fd541a527db9f1c9ddfc2208f17dbbcfbebfbea75fa9fe6ffaa182535592" + }, { "name": "Adafruit Zero FFT Library", "version": "1.0.0", @@ -153765,6 +188893,38 @@ "size": 131412, "checksum": "SHA-256:061d61a6c1c25d7b80b00e5565bfc132eabce52271aa54c086dba18cea0222de" }, + { + "name": "Adafruit Zero FFT Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "FFT library for Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "paragraph": "FFT library for the Arduino Zero / Adafruit Feather M0 (SAMD21 processor).", + "website": "https://github.com/adafruit/Adafruit_ZeroFFT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroFFT.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_FFT_Library-1.0.6.zip", + "archiveFileName": "Adafruit_Zero_FFT_Library-1.0.6.zip", + "size": 131412, + "checksum": "SHA-256:a1e2008ca9e56c39929382947a28d1b8680fea47497ee62a4efe5fd458775070" + }, { "name": "TI TCA9548A", "version": "1.0.0", @@ -153900,6 +189060,27 @@ "size": 9484, "checksum": "SHA-256:63eb15fbf5916e1d4bd1ab6f9f6b66fcb35f9c85d929d65068be2ef983f24375" }, + { + "name": "MCP9808", + "version": "1.2.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino Library for Microchip MCP9808 Maximum Accuracy Digital Temperature Sensor.", + "paragraph": "A lightweight implementation that exposes all functionality of the Microchip MCP9808 temperature sensor.", + "website": "https://github.com/JChristensen/MCP9808", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/MCP9808.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/MCP9808-1.2.0.zip", + "archiveFileName": "MCP9808-1.2.0.zip", + "size": 9417, + "checksum": "SHA-256:5b02a1d271ccdfebe87c7db553d861c8ef43365758c4f050822aa0c048ace21d" + }, { "name": "Timezone", "version": "1.1.1", @@ -154325,6 +189506,69 @@ "size": 66037, "checksum": "SHA-256:78e90ef0662e3257bd69238a61002ea824e369547529ac76b15d1af7b67d3855" }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.10.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.10.zip", + "size": 68414, + "checksum": "SHA-256:a7c6f2d171a0be29e0553745d5df70515cc3e477ad425c203327cb2001c89de0" + }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.11.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.11.zip", + "size": 71067, + "checksum": "SHA-256:c726ecc1735f08a13f713e062fb9edf29e67f75eb6f7852a995d4cbfc392d82a" + }, + { + "name": "SparkFun BNO080 Cortex Based IMU", + "version": "1.1.12", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085", + "paragraph": "An Arduino Library for the BNO080 IMU. The BNO080 IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_BNO080_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO080_Cortex_Based_IMU-1.1.12.zip", + "archiveFileName": "SparkFun_BNO080_Cortex_Based_IMU-1.1.12.zip", + "size": 76923, + "checksum": "SHA-256:3604a83f648d51feab79fca02ba8334dc6e92c723117e4a99f4aa167d140204e" + }, { "name": "cloud4rpi-esp-arduino", "version": "0.0.3", @@ -155197,6 +190441,81 @@ "size": 995076, "checksum": "SHA-256:8410a0bc0d65026cc8749f5d14290a8bc9c13edbf4d5583f35bd885140829aeb" }, + { + "name": "Arduino OPL2", + "version": "2.1.0", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": [ + "SPI.h", + "OPL2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.1.0.zip", + "archiveFileName": "Arduino_OPL2-2.1.0.zip", + "size": 1000170, + "checksum": "SHA-256:6dbd4209a1a39dce1fd10a79299799a7f800f6abd70fcdf12748121ac76e7eb8" + }, + { + "name": "Arduino OPL2", + "version": "2.1.1", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": [ + "SPI.h", + "OPL2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.1.1.zip", + "archiveFileName": "Arduino_OPL2-2.1.1.zip", + "size": 2540348, + "checksum": "SHA-256:f21c74f71ff451b00665e065e6da87acd753d7ffca1c52abac34eda2d1bb187b" + }, + { + "name": "Arduino OPL2", + "version": "2.1.2", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "Use this library to control the OPL2 Audio Board or OPL3 Duo!", + "paragraph": "This library works with the OPL2 Audio Board and OPL3 Duo! board found on Tindie. You can use it to compose and play music and sounds through the YM3812 or YMF262 synthesizer chips.", + "website": "https://github.com/DhrBaksteen/ArduinoOPL2/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DhrBaksteen/ArduinoOPL2.git", + "providesIncludes": [ + "SPI.h", + "OPL2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Arduino_OPL2-2.1.2.zip", + "archiveFileName": "Arduino_OPL2-2.1.2.zip", + "size": 2540347, + "checksum": "SHA-256:83ac2bac60f7810fe0efc63c92b4cde78dd88eac2c8e5e5968593b254b16d439" + }, { "name": "Adafruit VEML6070 Library", "version": "1.0.0", @@ -155318,6 +190637,64 @@ "size": 6736, "checksum": "SHA-256:005fbc7c967f75d1f2aa43ca4f34eb0aabd293a3d6ddbe6dfcb3c1bd519cb28e" }, + { + "name": "Adafruit VEML6070 Library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6070", + "paragraph": "Arduino library for VEML6070", + "website": "https://github.com/adafruit/Adafruit_VEML6070", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "AUnit" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.6.zip", + "archiveFileName": "Adafruit_VEML6070_Library-1.0.6.zip", + "size": 6735, + "checksum": "SHA-256:22cd6cf739f6f8054e5a807fce6246a87bbeb511340abaf4bf4ee273175763cc" + }, + { + "name": "Adafruit VEML6070 Library", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6070", + "paragraph": "Arduino library for VEML6070", + "website": "https://github.com/adafruit/Adafruit_VEML6070", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VEML6070.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "AUnit" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6070_Library-1.0.8.zip", + "archiveFileName": "Adafruit_VEML6070_Library-1.0.8.zip", + "size": 6737, + "checksum": "SHA-256:8aa2c928f94e0607e466792666be50f7480c4fec33c569631e44815a73aa2110" + }, { "name": "Adafruit composite video Library", "version": "1.0.0", @@ -155389,6 +190766,35 @@ "size": 11186, "checksum": "SHA-256:9393c774c6021e147d69ac8cffec23d4a74b5d6405009f91715451d5c200a812" }, + { + "name": "Adafruit composite video Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for composite video on samd21 microcontroller", + "paragraph": "Arduino library for composite video on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_CompositeVideo", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_CompositeVideo.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_composite_video_Library-1.0.4.zip", + "archiveFileName": "Adafruit_composite_video_Library-1.0.4.zip", + "size": 11186, + "checksum": "SHA-256:af31ae4d42408e2d61354bbfa1ada6245a731ef88136abeab0374652c5fd5ee5" + }, { "name": "Adafruit FreeTouch Library", "version": "1.0.0", @@ -155473,6 +190879,48 @@ "size": 12033, "checksum": "SHA-256:c4e24310c0b4a90dd2c2b78356f721148caa56fcc2294c1d7f04332230ffbc52" }, + { + "name": "Adafruit FreeTouch Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for QTouch on samd21 microcontroller", + "paragraph": "Arduino library for QTouch on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_FreeTouch", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FreeTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.1.1.zip", + "archiveFileName": "Adafruit_FreeTouch_Library-1.1.1.zip", + "size": 11998, + "checksum": "SHA-256:28fd92a011e43af71e142cabcc28e44eb2071de324fc3aa519e34ef0e48b0944" + }, + { + "name": "Adafruit FreeTouch Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for QTouch on samd21 microcontroller", + "paragraph": "Arduino library for QTouch on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_FreeTouch", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FreeTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FreeTouch_Library-1.1.3.zip", + "archiveFileName": "Adafruit_FreeTouch_Library-1.1.3.zip", + "size": 11999, + "checksum": "SHA-256:dd09a8ae6a438bd977d6e7bb1836ff1cb30731f538e7f036d5e2ac8136adcb4f" + }, { "name": "Adafruit AM radio library", "version": "1.0.0", @@ -155567,6 +191015,58 @@ "size": 61123, "checksum": "SHA-256:8217e2073e5ac79fe813e016c388e932612eee126777a34b88ec691c41f2f10b" }, + { + "name": "Adafruit AM radio library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM radio on samd21 microcontroller", + "paragraph": "Arduino library for AM radio on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_AMRadio", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMRadio.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.4.zip", + "archiveFileName": "Adafruit_AM_radio_library-1.0.4.zip", + "size": 61128, + "checksum": "SHA-256:320769b1e2d0554bd21ee42c50ef293d2ed975e1e9a0968e0915694347d4a6d1" + }, + { + "name": "Adafruit AM radio library", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM radio on samd21 microcontroller", + "paragraph": "Arduino library for AM radio on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_AMRadio", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AMRadio.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM_radio_library-1.0.6.zip", + "archiveFileName": "Adafruit_AM_radio_library-1.0.6.zip", + "size": 61128, + "checksum": "SHA-256:437b797689f845b9055c8a3ff98adec8dc478ef46e56c977d32ef7caf834f59d" + }, { "name": "Adafruit DMA neopixel library", "version": "1.0.0", @@ -155860,6 +191360,136 @@ "size": 26556, "checksum": "SHA-256:fa821bfddc9dfb9ea197d3ab203050dd07aace1ac263785d367cfd05554b33ae" }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.2.1.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.2.1.zip", + "size": 26906, + "checksum": "SHA-256:1857ab0633d2b5defbc8ddeb39165b2d066aca9c46d14167f55bb624c02be3ad" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.2.2.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.2.2.zip", + "size": 26932, + "checksum": "SHA-256:8ec61b0a12344d18186dfdf29b3f9247acdd8332bbb363037e00b01836f91f55" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.2.3.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.2.3.zip", + "size": 27000, + "checksum": "SHA-256:d3f2fce282d4a040c80c11e3d6390f875f4af8fb436158133790a3501c0db584" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.3.0.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.3.0.zip", + "size": 27262, + "checksum": "SHA-256:71393704a49c883eb0e253f495340a1ea5539269b36d26f1dbe57cfcbd0c2afe" + }, + { + "name": "Adafruit DMA neopixel library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "paragraph": "Arduino library for NeoPixel DMA on SAMD21 and SAMD51 microcontrollers", + "website": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPixel_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DMA_neopixel_library-1.3.2.zip", + "archiveFileName": "Adafruit_DMA_neopixel_library-1.3.2.zip", + "size": 27262, + "checksum": "SHA-256:bc15207f7c469762540a5a40a29991504ed08930e7f96e89728bd27c27f69490" + }, { "name": "Adafruit NeoMatrix ZeroDMA library", "version": "1.0.0", @@ -155937,6 +191567,41 @@ "size": 29604, "checksum": "SHA-256:cad03be9f7593243a3ce315c115131aeb8f50b350f294efc0f5a89d277c64170" }, + { + "name": "Adafruit NeoMatrix ZeroDMA library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DMA control of NeoMatrix on samd21 microcontroller", + "paragraph": "Arduino library for DMA control of NeoMatrix on samd21 microcontroller", + "website": "https://github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit DMA neopixel library" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoMatrix_ZeroDMA_library-1.0.4.zip", + "archiveFileName": "Adafruit_NeoMatrix_ZeroDMA_library-1.0.4.zip", + "size": 29605, + "checksum": "SHA-256:1dc346ecea459787ea7613a4f8eaaea8d3a9e882edd78776b5cb5ed93f49c476" + }, { "name": "Adafruit ZeroTimer Library", "version": "1.0.0", @@ -156126,6 +191791,27 @@ "size": 16463, "checksum": "SHA-256:6f60f58aa94e1d5c3e51bd91989b94f52e74020f43f82db17170c093c6da7001" }, + { + "name": "Adafruit ZeroTimer Library", + "version": "2.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SAMD21/SAMD51 timer control", + "paragraph": "Arduino library for SAMD21/SAMD51 timer control", + "website": "https://github.com/adafruit/Adafruit_ZeroTimer", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ZeroTimer_Library-2.2.4.zip", + "archiveFileName": "Adafruit_ZeroTimer_Library-2.2.4.zip", + "size": 16464, + "checksum": "SHA-256:a20dfb6c0ba3973d4bb6c053f16aa6a19f261b056db19315ea476e99ffcb7664" + }, { "name": "Adafruit DAP library", "version": "1.0.0", @@ -156392,6 +192078,364 @@ "size": 1395976, "checksum": "SHA-256:7a7bc2cd2f8cfb0382c2dec6ffd9cb1aa38123671574803a615a1d8198bff9f6" }, + { + "name": "Adafruit DAP library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.4.1.zip", + "archiveFileName": "Adafruit_DAP_library-1.4.1.zip", + "size": 1507828, + "checksum": "SHA-256:086b4389bbec26661cbdeab414f3ba61f76b9ba45c1f9d2867373ad2c0aa8021" + }, + { + "name": "Adafruit DAP library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.4.2.zip", + "archiveFileName": "Adafruit_DAP_library-1.4.2.zip", + "size": 1507836, + "checksum": "SHA-256:08d2c1a9b4500aad11851f5c236dc5a822499ddc51017c221e72535cdc1e9d10" + }, + { + "name": "Adafruit DAP library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.5.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.5.0.zip", + "size": 1507643, + "checksum": "SHA-256:f7cb484a3aa4859ce84f19c367d59657d3b4eb69b7ec0baa0fe9d4bf060acc27" + }, + { + "name": "Adafruit DAP library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.6.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.6.0.zip", + "size": 1509034, + "checksum": "SHA-256:c3b680667e5a9e72726e169fec111fbd0a7ef5ac2135046baf6887e132e4bf25" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.0.zip", + "size": 1523018, + "checksum": "SHA-256:63fb6149eed833b88ea36f2ba94d33fdb716489c0b91e62345812c38cc833b06" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.1.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.1.zip", + "size": 1523020, + "checksum": "SHA-256:3dc7bcecd6f18c7c9de2dfb255344b5a52f8af7d58a92b48ba13c90e188a3684" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.2.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.2.zip", + "size": 1523076, + "checksum": "SHA-256:14f237d469b1627cc1027bbc5592c77e2293592606cfda513a2c6a29f3304def" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.3.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.3.zip", + "size": 1523065, + "checksum": "SHA-256:82d8aec3c263a69aafd332d7d0fe17ad03c69ded379761742f98689f0cac2da0" + }, + { + "name": "Adafruit DAP library", + "version": "1.7.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.7.4.zip", + "archiveFileName": "Adafruit_DAP_library-1.7.4.zip", + "size": 1523116, + "checksum": "SHA-256:bcacd66a9b065ee2deb4d1aabc42813c39790614f80ade9643f73a0fc328170f" + }, + { + "name": "Adafruit DAP library", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for DAP programming on ARM cortex microcontroller", + "paragraph": "Arduino library for DAP programming on ARM cortex microcontroller", + "website": "https://github.com/adafruit/Adafruit_DAP", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DAP.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DAP_library-1.8.0.zip", + "archiveFileName": "Adafruit_DAP_library-1.8.0.zip", + "size": 1524339, + "checksum": "SHA-256:d9904527cb1b0a262a1d5c7071abca0c16251d7cc740c97ab8941a68f7351205" + }, { "name": "log4Esp", "version": "1.0.0", @@ -156575,6 +192619,30 @@ "size": 17199, "checksum": "SHA-256:4bd8cc6ee67bf28251b2b6485169a5bc00eab75fbe85044d98af892f7063c764" }, + { + "name": "AIS_NB_BC95", + "version": "1.1.0", + "author": "Advanced Info Service Plc./Device Innovation Team", + "maintainer": "AIS/DeviceInnovation \u003caiap@ais.co.th\u003e", + "sentence": "AIS NB-IoT.", + "paragraph": "Arduino Library for DEVIO NB-SHIELD", + "website": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/AIS_NB_BC95.git", + "providesIncludes": [ + "AIS_NB_BC95.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/AIS_NB_BC95-1.1.0.zip", + "archiveFileName": "AIS_NB_BC95-1.1.0.zip", + "size": 17707, + "checksum": "SHA-256:7bc62004e41183b092fb8db9f20947e43172d4793d332ef59925b2a824f86021" + }, { "name": "Fabrik2D", "version": "0.1.0", @@ -156839,6 +192907,78 @@ "size": 1988457, "checksum": "SHA-256:79e7617a57f059830f8fcc95a93fcd2cf0791f52a1af62754aa609e9f82bf855" }, + { + "name": "Fabrik2D", + "version": "1.0.4", + "author": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "maintainer": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "sentence": "A library for solving inverse kinematics in 2 dimensions using the FABRIK algorithm.", + "paragraph": "FABRIK is an iterative inverse kinematics solver algorithm by Andreas Aristidou, Joan Lasenby. It is optimal for computationally inefficient systems.", + "website": "https://github.com/henriksod/Fabrik2DArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/henriksod/Fabrik2DArduino.git", + "providesIncludes": [ + "FABRIK2D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.4.zip", + "archiveFileName": "Fabrik2D-1.0.4.zip", + "size": 2001416, + "checksum": "SHA-256:dfb97ca98bdd9f75f6e00ba4e83acd50dcb4272bdfd44dba0b4544b1ea70d8a0" + }, + { + "name": "Fabrik2D", + "version": "1.0.5", + "author": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "maintainer": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "sentence": "A library for fast solving of inverse kinematics using the FABRIK algorithm.", + "paragraph": "FABRIK is an iterative inverse kinematics solver algorithm by Andreas Aristidou, Joan Lasenby.", + "website": "https://github.com/henriksod/Fabrik2DArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/henriksod/Fabrik2DArduino.git", + "providesIncludes": [ + "FABRIK2D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.5.zip", + "archiveFileName": "Fabrik2D-1.0.5.zip", + "size": 2001086, + "checksum": "SHA-256:b19d13fe4d25df9a2ec8b7b568edb32d9f39000c06f2c8286187b295af37cd12" + }, + { + "name": "Fabrik2D", + "version": "1.0.6", + "author": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "maintainer": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "sentence": "A library for fast solving of inverse kinematics using the FABRIK algorithm.", + "paragraph": "FABRIK is an iterative inverse kinematics solver algorithm by Andreas Aristidou, Joan Lasenby.", + "website": "https://github.com/henriksod/Fabrik2DArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/henriksod/Fabrik2DArduino.git", + "providesIncludes": [ + "FABRIK2D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/Fabrik2D-1.0.6.zip", + "archiveFileName": "Fabrik2D-1.0.6.zip", + "size": 2050136, + "checksum": "SHA-256:cb910bc4fbe7f1a6c1076dad3ddba972ca525bb0afdacb5581d3572235b53403" + }, { "name": "Switch", "version": "1.2.0", @@ -157299,6 +193439,69 @@ "size": 514645, "checksum": "SHA-256:ee819513000771192f05716d3bdc495b61a36d26332a6998a95f0cfb5fbd108a" }, + { + "name": "STM32duino FreeRTOS", + "version": "10.2.2", + "author": "Richard Barry \u003cr.barry@freertos.org\u003e", + "maintainer": "stm32duino", + "sentence": "Real Time Operating System implemented for STM32", + "paragraph": "FreeRTOS provides methods for multiple threads or tasks, mutexes, semaphores, ... with a small footprint.", + "website": "https://github.com/stm32duino/STM32FreeRTOS", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.2.2.zip", + "archiveFileName": "STM32duino_FreeRTOS-10.2.2.zip", + "size": 517191, + "checksum": "SHA-256:8ad89ad4df2877dfd24c97b6b99c0cbc358183b3eca6ceecf1d8c29fd98a86eb" + }, + { + "name": "STM32duino FreeRTOS", + "version": "10.3.1", + "author": "Richard Barry \u003cr.barry@freertos.org\u003e", + "maintainer": "stm32duino", + "sentence": "Real Time Operating System implemented for STM32", + "paragraph": "FreeRTOS provides methods for multiple threads or tasks, mutexes, semaphores, ... with a small footprint.", + "website": "https://github.com/stm32duino/STM32FreeRTOS", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.3.1.zip", + "archiveFileName": "STM32duino_FreeRTOS-10.3.1.zip", + "size": 588008, + "checksum": "SHA-256:78f0293241e75d8daf65caa551eb726d1f8af957d72660424b5237cbae3bb946" + }, + { + "name": "STM32duino FreeRTOS", + "version": "10.3.2", + "author": "Richard Barry \u003cr.barry@freertos.org\u003e", + "maintainer": "stm32duino", + "sentence": "Real Time Operating System implemented for STM32", + "paragraph": "FreeRTOS provides methods for multiple threads or tasks, mutexes, semaphores, ... with a small footprint.", + "website": "https://github.com/stm32duino/STM32FreeRTOS", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32FreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FreeRTOS-10.3.2.zip", + "archiveFileName": "STM32duino_FreeRTOS-10.3.2.zip", + "size": 588062, + "checksum": "SHA-256:48bf87acda214d2921f13c36db15f5a45d57936227c5093ade23b51a8fce2ba4" + }, { "name": "STM32duino X-NUCLEO-NFC03A1", "version": "1.0.0", @@ -157341,6 +193544,56 @@ "size": 142105, "checksum": "SHA-256:813e6a0fba229dd54ee1810da98c5b429fb4bc5bd9eef8e896e93b747e2f1f9b" }, + { + "name": "STM32duino X-NUCLEO-NFC03A1", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC03A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC03A1 expansion board", + "website": "https://github.com/stm32duino/x-nucleo-nfc03a1", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC03A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC03A1-1.0.2.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC03A1-1.0.2.zip", + "size": 142103, + "checksum": "SHA-256:7aa21cf8db261be726c2fca72280bde7191cfb48c51a04ddd1ff33ff2b459277" + }, + { + "name": "STM32duino X-NUCLEO-NFC03A1", + "version": "2.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC03A1 expansion board", + "paragraph": "This library provides a sample application to control ST X-NUCLEO-NFC03A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC03A1", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC03A1.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + }, + { + "name": "STM32duino ST25R95" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC03A1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC03A1-2.0.0.zip", + "size": 18579, + "checksum": "SHA-256:e4b596f2e2215a1e40a987d54e37c8d080247606260544a390cb509cfa03d195" + }, { "name": "WhareHauoraWiFiManager", "version": "0.15.0", @@ -158510,6 +194763,174 @@ "size": 994733, "checksum": "SHA-256:993c939c64dbd906492ff4f77dc4a2650d9065be20399f4c6c34bc3103d77ac8" }, + { + "name": "AceButton", + "version": "1.8.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.8.1.zip", + "archiveFileName": "AceButton-1.8.1.zip", + "size": 1003344, + "checksum": "SHA-256:eaf9f4731746fdc5c399b72be231c2dadd3f6d64cd23ea0c0f04a7a3939504d4" + }, + { + "name": "AceButton", + "version": "1.8.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.8.2.zip", + "archiveFileName": "AceButton-1.8.2.zip", + "size": 1003233, + "checksum": "SHA-256:a1d3cd52a2c233010e14309ef7ed07b04fac2d286379de06d540fd762a09c3f6" + }, + { + "name": "AceButton", + "version": "1.8.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.8.3.zip", + "archiveFileName": "AceButton-1.8.3.zip", + "size": 1008110, + "checksum": "SHA-256:86c9ee667e8ff408e5611ae173b2bb8b873c20810cba8715e2d4bb3d1ce6ce33" + }, + { + "name": "AceButton", + "version": "1.9.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.9.0.zip", + "archiveFileName": "AceButton-1.9.0.zip", + "size": 1195347, + "checksum": "SHA-256:20d350b905cff1602db0134e547b8cb88425afab1bb67001dca9a4780071fc66" + }, + { + "name": "AceButton", + "version": "1.9.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.9.1.zip", + "archiveFileName": "AceButton-1.9.1.zip", + "size": 1198517, + "checksum": "SHA-256:3f022e38ab1617ab7120d8631393c3dea15a6dfb77e95b420aea12634ecb6a24" + }, + { + "name": "AceButton", + "version": "1.9.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.9.2.zip", + "archiveFileName": "AceButton-1.9.2.zip", + "size": 1201376, + "checksum": "SHA-256:99bb273b9c2e2e365c8559d40a162caf3ebb5a15a2d2c235de6d4469f56c91ea" + }, + { + "name": "AceButton", + "version": "1.10.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.10.0.zip", + "archiveFileName": "AceButton-1.10.0.zip", + "size": 1225237, + "checksum": "SHA-256:36b46c661b0f1570ca50aaa0c35ab1de208d118be9831ad0889b60f3f44d512c" + }, + { + "name": "AceButton", + "version": "1.10.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, compact, event-driven button library that handles debouncing and dispatches events to a user-defined event handler.", + "paragraph": "Supported events are Pressed, Released, Clicked, DoubleClicked, LongPressed, and RepeatPressed. Timing parameters, event activation, and event suppression can be configured at compile-time or run-time. Optimized for compact memory consumption. Supports buttons connected directly to digital pins, multiple buttons connected to digital pins through a binary encoder, or multiple buttons connected to analog pins through a resistor ladder.", + "website": "https://github.com/bxparks/AceButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceButton-1.10.1.zip", + "archiveFileName": "AceButton-1.10.1.zip", + "size": 1225441, + "checksum": "SHA-256:3cb58f702f47fe60ccca1633050bd010b232766acc9333eb6fd6cececd5933e3" + }, { "name": "NTC_Thermistor", "version": "1.0.0", @@ -159682,6 +196103,114 @@ "size": 72906, "checksum": "SHA-256:53c9bbc834f58400e141334f720538523c52026ed84a2d424daa27bb2be7a013" }, + { + "name": "DynamixelShield", + "version": "0.2.3", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control DYNAMIXEL and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.3.zip", + "archiveFileName": "DynamixelShield-0.2.3.zip", + "size": 76674, + "checksum": "SHA-256:54313917623370e702d526b47c5c60b91b93a3411a8a2a397c473ef6cef9d41c" + }, + { + "name": "DynamixelShield", + "version": "0.2.4", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control DYNAMIXEL and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.4.zip", + "archiveFileName": "DynamixelShield-0.2.4.zip", + "size": 81136, + "checksum": "SHA-256:5a14b92c300e8b113da1c8317abb3769b61c7e9c4b2c108012a54c031f72fcb8" + }, + { + "name": "DynamixelShield", + "version": "0.2.5", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control DYNAMIXEL and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.5.zip", + "archiveFileName": "DynamixelShield-0.2.5.zip", + "size": 84422, + "checksum": "SHA-256:e93722bbcde72ae752d0d7a580a0580c8bc6f18cb20e496e28b05fbee2e9c8c5" + }, + { + "name": "DynamixelShield", + "version": "0.2.6", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DynamixelShield Library for Arduino", + "paragraph": "This library uses DynamixelShield Board to control DYNAMIXEL and RC100.", + "website": "https://github.com/ROBOTIS-GIT/DynamixelShield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/DynamixelShield.git", + "dependencies": [ + { + "name": "Dynamixel2Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/DynamixelShield-0.2.6.zip", + "archiveFileName": "DynamixelShield-0.2.6.zip", + "size": 86451, + "checksum": "SHA-256:07a75f4378a3505595f83644becb525f53d4be2b3fdf77a057aac7d74b90d0bc" + }, { "name": "Linear Position Control", "version": "0.0.1", @@ -160412,6 +196941,30 @@ "size": 25374, "checksum": "SHA-256:979e04c42a1b8c1c7142b7edc62df4da367d02faaa41d4da7dd0ca0d3151624a" }, + { + "name": "FlightSimSwitches", + "version": "1.1.15", + "author": "Jorg Neves Bliesener", + "maintainer": "Jorg Neves Bliesener \u003cjbliesener@bliesener.com\u003e", + "sentence": "Library for easy handling of Switches and Buttons in X-Plane with PJRC's Teensy", + "paragraph": "For X-Plane cockpit builders that use the Teensy microcontroller and want to handle switches and pushbuttons, this library provides a set of objects that make the task very easy. The library supports directly connected switches as well as switch matrices. In order to save pins, switch matrices can optionally be connected through multiplexers. Check docs and examples!", + "website": "https://www.github.com/jbliesener/FlightSimSwitches", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jbliesener/FlightSimSwitches.git", + "providesIncludes": [ + "FlightSimSwitches.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jbliesener/FlightSimSwitches-1.1.15.zip", + "archiveFileName": "FlightSimSwitches-1.1.15.zip", + "size": 25616, + "checksum": "SHA-256:f7a681e23a34fd7c9627d0de00bee919d5d4e550e50c172a18188c3cd6c83b14" + }, { "name": "arduino-display-lcdkeypad", "version": "4.0.1", @@ -160460,6 +197013,102 @@ "size": 16255, "checksum": "SHA-256:da38588dd87822f235bc46727db00037c5d9f7e9e7cb76f371f876e35b50d897" }, + { + "name": "arduino-display-lcdkeypad", + "version": "5.0.0", + "author": "dieter.niklaus@gmx.net", + "maintainer": "dieter.niklaus@gmx.net", + "sentence": "Arduino LCD Keypad Shield driver.", + "paragraph": "This driver supports two HW types: 4 or 8 bit parallel data bus (LiquidCrystal driver), and I2C bus and RGB color backlight (LiquidTWI2 driver).", + "website": "https://github.com/dniklaus/arduino-display-lcdkeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dniklaus/arduino-display-lcdkeypad.git", + "providesIncludes": [ + "LcdKeypad.h" + ], + "dependencies": [ + { + "name": "spin-timer" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-5.0.0.zip", + "archiveFileName": "arduino_display_lcdkeypad-5.0.0.zip", + "size": 16715, + "checksum": "SHA-256:455a25699fdf5bd4372bafff0f02d174b95270adfc110b38fac4b2cfe4ff3717" + }, + { + "name": "arduino-display-lcdkeypad", + "version": "5.0.2", + "author": "dieter.niklaus@gmx.net", + "maintainer": "dieter.niklaus@gmx.net", + "sentence": "Arduino LCD Keypad Shield driver.", + "paragraph": "This driver supports two HW types: 4 or 8 bit parallel data bus (LiquidCrystal driver), and I2C bus and RGB color backlight (LiquidTWI2 driver).", + "website": "https://github.com/dniklaus/arduino-display-lcdkeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dniklaus/arduino-display-lcdkeypad.git", + "providesIncludes": [ + "LcdKeypad.h" + ], + "dependencies": [ + { + "name": "spin-timer" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-5.0.2.zip", + "archiveFileName": "arduino_display_lcdkeypad-5.0.2.zip", + "size": 16717, + "checksum": "SHA-256:b5a2e52f194fd4ffca42ecd90b52223cfb25b746328a1aad3f0dbeb85516a74f" + }, + { + "name": "arduino-display-lcdkeypad", + "version": "4.2.0", + "author": "dieter.niklaus@gmx.net", + "maintainer": "dieter.niklaus@gmx.net", + "sentence": "Arduino LCD Keypad Shield driver.", + "paragraph": "This driver supports two HW types: 4 or 8 bit parallel data bus (LiquidCrystal driver), and I2C bus and RGB color backlight (LiquidTWI2 driver).", + "website": "https://github.com/dniklaus/arduino-display-lcdkeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dniklaus/arduino-display-lcdkeypad.git", + "providesIncludes": [ + "LcdKeypad.h" + ], + "dependencies": [ + { + "name": "wiring-timer" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/arduino_display_lcdkeypad-4.2.0.zip", + "archiveFileName": "arduino_display_lcdkeypad-4.2.0.zip", + "size": 16796, + "checksum": "SHA-256:d1b41ef926449e4db57535b9df1857515245d4807d2f3243c5c3c9b035c305af" + }, { "name": "AllSensors DLV", "version": "1.0.0", @@ -160589,6 +197238,32 @@ "size": 41751, "checksum": "SHA-256:7687b1c613a7681c1446931fe693060045502f310067597b78c70755d66e7ea7" }, + { + "name": "StateSpaceControl", + "version": "1.1.0", + "author": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "maintainer": "Tom Stewart \u003ctomstewart89@hotmail.com\u003e", + "sentence": "A library for state space feedback control on on Arduino", + "paragraph": "Implements a multiple input / multiple output state space feedback controller with state estimation, reference tracking and integral control.", + "website": "https://github.com/tomstewart89/StateSpaceControl", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomstewart89/StateSpaceControl.git", + "dependencies": [ + { + "name": "BasicLinearAlgebra" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tomstewart89/StateSpaceControl-1.1.0.zip", + "archiveFileName": "StateSpaceControl-1.1.0.zip", + "size": 44510, + "checksum": "SHA-256:470c3d64019e08665a7023fbb6a0d2e5a2c2db68c1e4f22258fbed6f5aa5c50d" + }, { "name": "ArduinoFritzApi", "version": "0.0.1", @@ -160726,258 +197401,6 @@ "size": 6838, "checksum": "SHA-256:5e8e0a05bc9973ac245497f63136c3590ecbe43ea48bc67d21c2bb80e9c34fdd" }, - { - "name": "ISE Probe Interface", - "version": "1.0.0", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.0.zip", - "archiveFileName": "ISE_Probe_Interface-1.0.0.zip", - "size": 153485, - "checksum": "SHA-256:b1e40d9d26289e4da6ae7cf407f861855d6d6297e6112b7f062fb36912ba97de" - }, - { - "name": "ISE Probe Interface", - "version": "1.0.1", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "http://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.1.zip", - "archiveFileName": "ISE_Probe_Interface-1.0.1.zip", - "size": 162836, - "checksum": "SHA-256:2f396846d0c42ca75e9296dced1203a109a0924fee3e676f92b146f76d98b532" - }, - { - "name": "ISE Probe Interface", - "version": "1.0.2", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.0.2.zip", - "archiveFileName": "ISE_Probe_Interface-1.0.2.zip", - "size": 163545, - "checksum": "SHA-256:1a9a916aed656a337740a6229379bb3723934b4f13e83210fb9c09d725bc24c9" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.0", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.0.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.0.zip", - "size": 171567, - "checksum": "SHA-256:1454194a5abd934e8513555c239ff3c0a8258351ef5279ac18e9e30cf2e5b987" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.1", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.1.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.1.zip", - "size": 171628, - "checksum": "SHA-256:2f427028515f67f84fee17a3276af03cf0f7063b2176233ccb7058d7a2fd9cba" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.2", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.2.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.2.zip", - "size": 171651, - "checksum": "SHA-256:be76a0f63eb84b445181dee25ffd8063ad59f5607b096d653a1d4e726154c2bb" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.3", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.3.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.3.zip", - "size": 166718, - "checksum": "SHA-256:f0fb3bbda0e9d6e4414f81a5fcd27bc0a70b155500d5a14ea00d517e0fb0a7df" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.4", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.4.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.4.zip", - "size": 263490, - "checksum": "SHA-256:444fe42dc5e515dd50d75b9e8f459824b62e433f6c8ba8fdd77e329a4cfd3154" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.5", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.5.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.5.zip", - "size": 262527, - "checksum": "SHA-256:846377cd586034064e08ac130225d95430a5ae979c9044563cf99f06f9f1d82f" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.6", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.6.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.6.zip", - "size": 438677, - "checksum": "SHA-256:1cb7544a7ecbe4716632136d6bf3d96773dba3daa9f81200be5cf68681c8c5b1" - }, - { - "name": "ISE Probe Interface", - "version": "1.1.7", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-1.1.7.zip", - "archiveFileName": "ISE_Probe_Interface-1.1.7.zip", - "size": 508750, - "checksum": "SHA-256:a109e6b9dc27f56ca761734d2dc0988fa9c911a299ecb3d67a6082cbae58fe5f" - }, - { - "name": "ISE Probe Interface", - "version": "2.0.0", - "author": "Justin Decker", - "maintainer": "justin@ufire.co", - "sentence": "An Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/u-fire/ISE_Probe.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/ISE_Probe_Interface-2.0.0.zip", - "archiveFileName": "ISE_Probe_Interface-2.0.0.zip", - "size": 629794, - "checksum": "SHA-256:126e1b789641ce21e4d74eb230d9a65bcf2b264b7b8a978304107bc58592efbd" - }, { "name": "SPIFlash_LowPowerLab", "version": "101.0.0", @@ -161534,6 +197957,150 @@ "size": 40192, "checksum": "SHA-256:8f810fac3cf5263353da4a43980f9716c253dd0e3da8596bb407bdd96312d593" }, + { + "name": "uTimerLib", + "version": "1.6.5", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": [ + "uTimerLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.5.zip", + "archiveFileName": "uTimerLib-1.6.5.zip", + "size": 42154, + "checksum": "SHA-256:7588084ed7985813d62c41240d9fa1fdcde9a4138040f42cc3b0b739add17049" + }, + { + "name": "uTimerLib", + "version": "1.6.6", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": [ + "uTimerLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.6.zip", + "archiveFileName": "uTimerLib-1.6.6.zip", + "size": 42161, + "checksum": "SHA-256:2a2d145f6dc524f461532032dd7a37e0e2af07db535e0cde902b1ef9c89bd75c" + }, + { + "name": "uTimerLib", + "version": "1.6.7", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": [ + "uTimerLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.6.7.zip", + "archiveFileName": "uTimerLib-1.6.7.zip", + "size": 42181, + "checksum": "SHA-256:478b4828f12fa6db4b9ca57378f37385824ff226b90df1d3ba135cd82c53bc0e" + }, + { + "name": "uTimerLib", + "version": "1.7.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": [ + "uTimerLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.7.0.zip", + "archiveFileName": "uTimerLib-1.7.0.zip", + "size": 42190, + "checksum": "SHA-256:de91498f7c9be42c0606d6d3311e07e5acc3b5f9024b7b381cbf2bca68baa244" + }, + { + "name": "uTimerLib", + "version": "1.7.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": [ + "uTimerLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.7.1.zip", + "archiveFileName": "uTimerLib-1.7.1.zip", + "size": 42193, + "checksum": "SHA-256:5d52b17400f814328b8e44df79d08436ff69b9e52268b3957b45138a0d4fbaf1" + }, + { + "name": "uTimerLib", + "version": "1.7.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible timer library", + "paragraph": "Supports Arduino AVR, SAM, STM32, ESP8266, ESP32 and SAMD21 microcontrollers", + "website": "https://github.com/Naguissa/uTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uTimerLib.git", + "providesIncludes": [ + "uTimerLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uTimerLib-1.7.2.zip", + "archiveFileName": "uTimerLib-1.7.2.zip", + "size": 42321, + "checksum": "SHA-256:98ab6350441d797eaeeb00608b23d512e95aedc38b8dcf35a1a5d4da3cd94ad8" + }, { "name": "AxisJoystick", "version": "1.0.0", @@ -161845,6 +198412,35 @@ "size": 11637, "checksum": "SHA-256:21c21912f31056bcbcf7691549c83cb90b76aa88f175f517b93467b48dd89084" }, + { + "name": "uSevenSegmentLib", + "version": "1.0.3", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Really tiny library to basic 7 segments displays", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uSevenSegmentLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uSevenSegmentLib.git", + "providesIncludes": [ + "uSevenSegmentLib.h" + ], + "dependencies": [ + { + "name": "uTimerLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uSevenSegmentLib-1.0.3.zip", + "archiveFileName": "uSevenSegmentLib-1.0.3.zip", + "size": 11669, + "checksum": "SHA-256:e1f0313aa52d046c158509b8828f646f021780a227fbc757766cf887caba8d52" + }, { "name": "SlowMotionServo", "version": "1.0.0", @@ -162393,6 +198989,111 @@ "size": 2338971, "checksum": "SHA-256:05d8f48cc61f12cfc6d28cad50f1ade81cb66781a4f29626912d527540edb3c8" }, + { + "name": "SSD1306Ascii", + "version": "1.3.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small momochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.3.1.zip", + "archiveFileName": "SSD1306Ascii-1.3.1.zip", + "size": 2339490, + "checksum": "SHA-256:0a07199cff4f63f5eeb87ae226589f88022748df32a971273ea62a74e89f7bd5" + }, + { + "name": "SSD1306Ascii", + "version": "1.3.2", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small momochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.3.2.zip", + "archiveFileName": "SSD1306Ascii-1.3.2.zip", + "size": 2339485, + "checksum": "SHA-256:9ec76a552d3002b34b6391d2ff91df4db8f5b0b919f193e8ce81f152e77febe0" + }, + { + "name": "SSD1306Ascii", + "version": "1.3.3", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small momochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.3.3.zip", + "archiveFileName": "SSD1306Ascii-1.3.3.zip", + "size": 2198250, + "checksum": "SHA-256:5a693ce4071792bc20cbf672dace4c033ea234c9fd58fc44dfc235064c52bee6" + }, + { + "name": "SSD1306Ascii", + "version": "1.3.4", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small monochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.3.4.zip", + "archiveFileName": "SSD1306Ascii-1.3.4.zip", + "size": 4227630, + "checksum": "SHA-256:bededd2cd5638a27a7b635744a6da64332016bc38ac399d649215ca812141c9a" + }, + { + "name": "SSD1306Ascii", + "version": "1.3.5", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "sentence": "Text display on small monochrome OLED modules.", + "paragraph": "A basic SSD1306 text only library optimized for minimum memory usage.", + "website": "https://github.com/greiman/SSD1306Ascii", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/greiman/SSD1306Ascii.git", + "url": "https://downloads.arduino.cc/libraries/github.com/greiman/SSD1306Ascii-1.3.5.zip", + "archiveFileName": "SSD1306Ascii-1.3.5.zip", + "size": 4228552, + "checksum": "SHA-256:774f53bc0348c88742e3fb75d2b17e869b833d5b8679011a3fad9b3ac32c77a4" + }, { "name": "TroykaDHT", "version": "1.0.0", @@ -163046,6 +199747,27 @@ "size": 28128, "checksum": "SHA-256:7fdf03c49ebf8ef404a36a08f2f071682ef6507ec3b10ad4788912d2fb4751a9" }, + { + "name": "SparkFun Qwiic OpenLog", + "version": "3.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic OpenLog", + "paragraph": "An Arduino Library for the SparkFun I2C based datalogger, Qwiic OpenLog. The Qwiic OpenLog is a powerful flexible datalogger that makes it very easy to record any sort of data over I2C which allows for daisychaining and redundant logging. Available at: https://www.sparkfun.com/products/14641", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OpenLog_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OpenLog-3.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_OpenLog-3.0.2.zip", + "size": 28719, + "checksum": "SHA-256:9931ad38da95226161abf1e8fbea0571a664e051d4d96a856c1b1137bf07ce2e" + }, { "name": "GUIslice", "version": "0.10.0", @@ -163433,6 +200155,38 @@ "size": 3202026, "checksum": "SHA-256:d2de0e762531828d8fc5a553143096023ae34287cc59e3cb6dc79d2540cc73d0" }, + { + "name": "GUIslice", + "version": "0.17.0", + "author": "Calvin Hass \u003cguislice@gmail.com\u003e", + "maintainer": "Calvin Hass \u003cguislice@gmail.com\u003e", + "sentence": "GUIslice embedded touchscreen GUI library in C for Arduino \u0026 Raspberry Pi", + "paragraph": "Drag \u0026 drop GUI supports Adafruit-GFX, TFT_eSPI and UTFT graphics drivers on Arduino / AVR, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32, M5Stack", + "website": "https://github.com/ImpulseAdventure/GUIslice", + "category": "Display", + "architectures": [ + "avr", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "samd", + "sam", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ImpulseAdventure/GUIslice.git", + "providesIncludes": [ + "GUIslice.h", + "GUIslice_drv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/GUIslice-0.17.0.zip", + "archiveFileName": "GUIslice-0.17.0.zip", + "size": 3588396, + "checksum": "SHA-256:0d2b7e4763456cb755d015330f65f3a66d8773d4e3156945c19cb8fc853d631a" + }, { "name": "IOTAppStory-ESP", "version": "2.0.0", @@ -163609,6 +200363,50 @@ "size": 849363, "checksum": "SHA-256:bc3ed2bf7f725c315f8c111649bf862f1112969a9ecbbefc715223b95e4379ff" }, + { + "name": "IOTAppStory-ESP", + "version": "2.1.0-RC5", + "author": "SensorsIot, Onno Dirkzwager", + "maintainer": "iotappstory", + "sentence": "Update your ESP8266, ESP32 \u0026 Nextion displays over the air(OTA)", + "paragraph": "Includes Wifi manager, SSL Certificate Manager \u0026 whole lot more!", + "website": "https://github.com/iotappstory/ESP-Library", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotappstory/ESP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC5.zip", + "archiveFileName": "IOTAppStory_ESP-2.1.0-RC5.zip", + "size": 866685, + "checksum": "SHA-256:7a6cb3810579d4c37030848b44278b45a41442f4f7c254967e387cb6cfefbe0f" + }, + { + "name": "IOTAppStory-ESP", + "version": "2.1.0-RC5.1", + "author": "SensorsIot, Onno Dirkzwager", + "maintainer": "iotappstory", + "sentence": "Update your ESP8266, ESP32 \u0026 Nextion displays over the air(OTA)", + "paragraph": "Includes Wifi manager, SSL Certificate Manager \u0026 whole lot more!", + "website": "https://github.com/iotappstory/ESP-Library", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotappstory/ESP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iotappstory/IOTAppStory_ESP-2.1.0-RC5.1.zip", + "archiveFileName": "IOTAppStory_ESP-2.1.0-RC5.1.zip", + "size": 866113, + "checksum": "SHA-256:6cb41f3ed8fe9aab763eb849ea5ff5967de14dbfb79e543d4a2e680d7f4a6d93" + }, { "name": "Gamebuino Classic", "version": "0.5.1", @@ -164030,6 +200828,151 @@ "size": 7332, "checksum": "SHA-256:b7fb5b4c5a688579b0ff49a9b925fc8046611705dddd0271231d5cb1b4b1af09" }, + { + "name": "Adafruit AM2320 sensor library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/Adafruit_AM2320", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2320.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.2.0.zip", + "archiveFileName": "Adafruit_AM2320_sensor_library-1.2.0.zip", + "size": 7276, + "checksum": "SHA-256:e132f4e6632b98d3e99eefa1de43c75b1e85ca1cf860cc86d3cb5279365d888d" + }, + { + "name": "Adafruit AM2320 sensor library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/Adafruit_AM2320", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2320.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.2.1.zip", + "archiveFileName": "Adafruit_AM2320_sensor_library-1.2.1.zip", + "size": 7348, + "checksum": "SHA-256:87299575c54d5c8c4ec351960624bf4b734b564ea76220ff6bdd44c17434b8da" + }, + { + "name": "Adafruit AM2320 sensor library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/Adafruit_AM2320", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2320.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.2.2.zip", + "archiveFileName": "Adafruit_AM2320_sensor_library-1.2.2.zip", + "size": 7393, + "checksum": "SHA-256:99deba3ec2780c5f91d0f3fc068d7b2489988ae9aad62470b6ceaf2471f6214c" + }, + { + "name": "Adafruit AM2320 sensor library", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/Adafruit_AM2320", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2320.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.2.3.zip", + "archiveFileName": "Adafruit_AM2320_sensor_library-1.2.3.zip", + "size": 7418, + "checksum": "SHA-256:c277b162eafff019aec528354682a0b94d02a6bdd7595a4ac5655bf68498835d" + }, + { + "name": "Adafruit AM2320 sensor library", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for AM2320 I2C Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/Adafruit_AM2320", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AM2320.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AM2320_sensor_library-1.2.5.zip", + "archiveFileName": "Adafruit_AM2320_sensor_library-1.2.5.zip", + "size": 7521, + "checksum": "SHA-256:025a7e320ecadd4e2449de98251ab8b384e9f436e7a4fba7176bd24df696759c" + }, { "name": "STM32duino Examples", "version": "1.0.0", @@ -164177,6 +201120,90 @@ "size": 99460, "checksum": "SHA-256:8533bb4de562754dfba40c67dd875b004e9dbfd10410025552109a14f3ba738d" }, + { + "name": "STM32duino Examples", + "version": "1.2.0", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.2.0.zip", + "archiveFileName": "STM32duino_Examples-1.2.0.zip", + "size": 106953, + "checksum": "SHA-256:45a6747336f76c7b49a060477b0c89e5acad15318df33084b2d5c22004be006a" + }, + { + "name": "STM32duino Examples", + "version": "1.2.1", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.2.1.zip", + "archiveFileName": "STM32duino_Examples-1.2.1.zip", + "size": 107012, + "checksum": "SHA-256:75a125b69374904888d36774d72e2f49e0d8ee6bd39fd2330b7c621ab17cde92" + }, + { + "name": "STM32duino Examples", + "version": "1.2.2", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.2.2.zip", + "archiveFileName": "STM32duino_Examples-1.2.2.zip", + "size": 108955, + "checksum": "SHA-256:43f883c7b953eda88a43c8702090bab37bd87fe6829f04828aec9dcd6fc588a4" + }, + { + "name": "STM32duino Examples", + "version": "1.2.3", + "author": "several", + "maintainer": "stm32duino", + "sentence": "Provides several examples for the Arduino core for STM32 MCUs.", + "paragraph": "Arduino STM32 core, libraries and examples are available here: https://github.com/stm32duino", + "website": "https://github.com/stm32duino/STM32Examples", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32Examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Examples-1.2.3.zip", + "archiveFileName": "STM32duino_Examples-1.2.3.zip", + "size": 109193, + "checksum": "SHA-256:88b0e5050f0587035d79b7429422d5abe9bd708b9a83ef5693ed8009688d303f" + }, { "name": "STM32duino I-NUCLEO-LRWAN1", "version": "1.0.0", @@ -164579,6 +201606,132 @@ "size": 767745, "checksum": "SHA-256:8ce2f8e7042de92c7e01fffdade726b4c6fc43cb1d633a5345a1094d7c1ba72c" }, + { + "name": "Blinker", + "version": "0.3.5", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.5.zip", + "archiveFileName": "Blinker-0.3.5.zip", + "size": 852170, + "checksum": "SHA-256:899ebd0705a9276be11226c8c5771d1d80f8a078330bba15e1e5fe98b8a2bbfb" + }, + { + "name": "Blinker", + "version": "0.3.6", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.6.zip", + "archiveFileName": "Blinker-0.3.6.zip", + "size": 852599, + "checksum": "SHA-256:97a636875a2960abe37add7d6cfe62b9dca5f9bdd4c116dd8cc1ec047b6a033b" + }, + { + "name": "Blinker", + "version": "0.3.7", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.7.zip", + "archiveFileName": "Blinker-0.3.7.zip", + "size": 871352, + "checksum": "SHA-256:37f17fb1d3c0e259ec1b32dd7efc939a0440eb44ed614937663a98312ab088a7" + }, + { + "name": "Blinker", + "version": "0.3.8", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://blinker.app/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.8.zip", + "archiveFileName": "Blinker-0.3.8.zip", + "size": 847643, + "checksum": "SHA-256:c4b3ae1a4f2008af2ee2e5efaa79bb601d19ab41b4e39f1395be409fa8651a1b" + }, + { + "name": "Blinker", + "version": "0.3.9", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://diandeng.tech/home", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.9.zip", + "archiveFileName": "Blinker-0.3.9.zip", + "size": 855852, + "checksum": "SHA-256:6887f790e55df67917008a93f3ae8ad160ad32ce22e3ac83acf441a31a90753f" + }, + { + "name": "Blinker", + "version": "0.3.10", + "author": "i3water", + "maintainer": "i3wawter", + "sentence": "Build a easy way for your IoT project.", + "paragraph": "Blinker library for embedded hardware. Support Arduino, ESP8266, ESP32, WiFi, BLE, MQTT.", + "website": "https://diandeng.tech/home", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blinker-iot/blinker-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blinker-iot/Blinker-0.3.10.zip", + "archiveFileName": "Blinker-0.3.10.zip", + "size": 858591, + "checksum": "SHA-256:a4b975f46df491ded51040a32d252f861aebc5d32a5ecf999144a35f34960079" + }, { "name": "Parallax LCD", "version": "1.2.0", @@ -165030,6 +202183,111 @@ "size": 18554, "checksum": "SHA-256:51c930e8dfca95576a4a72a51dfe45e58c468fd6f283774ad7adc709ab1d5832" }, + { + "name": "RGB", + "version": "1.0.6", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.6.zip", + "archiveFileName": "RGB-1.0.6.zip", + "size": 18585, + "checksum": "SHA-256:5562728610ba7543bbfa4147c15b6634ccd8780ac86a8b72d7a3bd553d9ad741" + }, + { + "name": "RGB", + "version": "1.0.7", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.7.zip", + "archiveFileName": "RGB-1.0.7.zip", + "size": 18661, + "checksum": "SHA-256:7735f3c6234110fe4fae938789a572d6c32ed7ded683afb4d67deb3fcea89155" + }, + { + "name": "RGB", + "version": "1.0.8", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.8.zip", + "archiveFileName": "RGB-1.0.8.zip", + "size": 18784, + "checksum": "SHA-256:690cc59321e96bec0374abf7012571d85a9f0ddab3c4c831c92632ea6f95b46f" + }, + { + "name": "RGB", + "version": "1.0.9", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.9.zip", + "archiveFileName": "RGB-1.0.9.zip", + "size": 19532, + "checksum": "SHA-256:822e3ba35c032e82623922324fc008de497bbaf804ae22fd61f218eae37df9fc" + }, + { + "name": "RGB", + "version": "1.0.10", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to control RGB led.", + "paragraph": "Control your RGB led (off, setColor, fadeIn/fadeOut, flash)", + "website": "https://github.com/wilmouths/RGBLed", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wilmouths/RGBLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/RGB-1.0.10.zip", + "archiveFileName": "RGB-1.0.10.zip", + "size": 19741, + "checksum": "SHA-256:738ad9a302e40fd20adbfc61fdf3bf55f7992831dfcf3b2446c5a1ca03e2f333" + }, { "name": "TelegramBotClient", "version": "0.4.0", @@ -165273,6 +202531,27 @@ "size": 515270, "checksum": "SHA-256:c84edc0b995c98b24b78b86d5135d9f71cb5bf0f5009a53ba8c5516984caee26" }, + { + "name": "HCSR04 ultrasonic sensor", + "version": "2.0.3", + "author": "gamegine", + "maintainer": "gamegine", + "sentence": "Allows an Arduino board to use HCSR04 module.", + "paragraph": "This library allows an Arduino board to use multiple HCSR04 sensors for get current distance in cm. On the Arduino.", + "website": "https://github.com/gamegine/HCSR04-ultrasonic-sensor-lib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gamgine/Arduino-lib-HCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gamgine/HCSR04_ultrasonic_sensor-2.0.3.zip", + "archiveFileName": "HCSR04_ultrasonic_sensor-2.0.3.zip", + "size": 551575, + "checksum": "SHA-256:a315c5015d86fbb302cd2db168c3e44318d7d00f2bd3d860ccca214925024e4c" + }, { "name": "SimplePacketComs", "version": "0.0.1", @@ -165513,6 +202792,30 @@ "size": 11835, "checksum": "SHA-256:ad8f8a580f89c202f5853b1498c03f5399b035d61b03ccff50458dd54cc3172e" }, + { + "name": "SimplePacketComs", + "version": "1.0.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "A library to convert byte streams of packets into floats.", + "paragraph": "This Arduino library communication between two devices wishing to send streams of floats between them.", + "website": "https://github.com/madhephaestus/SimplePacketComs", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/SimplePacketComs.git", + "providesIncludes": [ + "SimplePacketComs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/SimplePacketComs-1.0.1.zip", + "archiveFileName": "SimplePacketComs-1.0.1.zip", + "size": 11886, + "checksum": "SHA-256:cdcb0970f3bff3da734921ac09473f4147369a660eb8f5e6faaf62c3da17bb65" + }, { "name": "Blinker_PMSX003ST", "version": "1.0.0", @@ -166437,6 +203740,31 @@ "size": 28885, "checksum": "SHA-256:ae2eaf17483dfb0cc8e8404e116e5d685e3b39d73adf5acd22d078b8f255ebee" }, + { + "name": "esp8266-google-tts", + "version": "1.1.0", + "author": "horihiro", + "maintainer": "horihiro", + "sentence": "generate the link to speech mp3 on esp8266/32.", + "paragraph": "This library depends on Google Translate Service.", + "website": "https://github.com/horihiro/esp8266-google-tts", + "category": "Data Processing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/horihiro/esp8266-google-tts.git", + "providesIncludes": [ + "google-tts.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_tts-1.1.0.zip", + "archiveFileName": "esp8266_google_tts-1.1.0.zip", + "size": 28916, + "checksum": "SHA-256:6a211512e55088fa5dbbe5b2820ef901e4a868b627fd84f04b11a47365bd7dab" + }, { "name": "AUnit", "version": "0.5.0", @@ -166857,6 +204185,153 @@ "size": 1355629, "checksum": "SHA-256:ea7e554a5e535b420399b8030e305272415cc3a9530a1ed072661a139417e1f5" }, + { + "name": "AUnit", + "version": "1.5.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests run in the embedded controller, not in a simulator or emulator. It is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, ESP8266, ESP32, Teensy and STM32 platforms. Unit tests can often be executed on a Linux or MacOS desktop class machine using EpoxyDuino. Tests can be incorporated into a continuous integration system like Jenkins (using AUniter) or GitHub Actions (using EpoxyDuino).", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.5.3.zip", + "archiveFileName": "AUnit-1.5.3.zip", + "size": 1386650, + "checksum": "SHA-256:48f51b8f9c1a8ff988511a20a561bb37772eb8710668bfc213be850a33d6a70c" + }, + { + "name": "AUnit", + "version": "1.5.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests run in the embedded controller, not in a simulator or emulator. It is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, ESP8266, ESP32, Teensy and STM32 platforms. Unit tests can often be executed on a Linux or MacOS desktop class machine using EpoxyDuino. Tests can be incorporated into a continuous integration system like Jenkins (using AUniter) or GitHub Actions (using EpoxyDuino).", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.5.4.zip", + "archiveFileName": "AUnit-1.5.4.zip", + "size": 1388080, + "checksum": "SHA-256:2edfa591334c04a4530a5409eef871f90774a7a421f3103f7c9ef4e9e40b96a3" + }, + { + "name": "AUnit", + "version": "1.5.5", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests run in the embedded controller, not in a simulator or emulator. It is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, ESP8266, ESP32, Teensy and STM32 platforms. Unit tests can often be executed on a Linux or MacOS desktop class machine using EpoxyDuino. Tests can be incorporated into a continuous integration system like Jenkins (using AUniter) or GitHub Actions (using EpoxyDuino).", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.5.5.zip", + "archiveFileName": "AUnit-1.5.5.zip", + "size": 1383927, + "checksum": "SHA-256:0906f8f64362ee0a9f700c9b74183853d9e0b6373d3dbc97c0aceda37bf32329" + }, + { + "name": "AUnit", + "version": "1.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests run in the embedded controller, not in a simulator or emulator. It is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, ESP8266, ESP32, Teensy and STM32 platforms. Unit tests can often be executed on a Linux or MacOS desktop class machine using EpoxyDuino. Tests can be incorporated into a continuous integration system like Jenkins (using AUniter) or GitHub Actions (using EpoxyDuino).", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.6.0.zip", + "archiveFileName": "AUnit-1.6.0.zip", + "size": 1399158, + "checksum": "SHA-256:e248c68c3aa34f9528681a5a6abfa2afe86cb23533308c1e386d554c3ab3556c" + }, + { + "name": "AUnit", + "version": "1.6.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests can run on the embedded controller. They can also run on Linux, MacOS, or FreeBSD environments using EpoxyDuino, which allows AUnit to be used in a Continuous Integration environment like GitHub Workflows. AUnit is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, STM32, ESP8266, ESP32, Teensy platforms.", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.6.1.zip", + "archiveFileName": "AUnit-1.6.1.zip", + "size": 1399133, + "checksum": "SHA-256:a8054ec3a318e39a47be468a199384b0c91fd5e66c216260db873768adf76384" + }, + { + "name": "AUnit", + "version": "1.7.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests can run on the embedded controller. They can also run on Linux, MacOS, or FreeBSD environments using EpoxyDuino, which allows AUnit to be used in a Continuous Integration environment like GitHub Workflows. AUnit is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, STM32, ESP8266, ESP32, Teensy platforms.", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.7.0.zip", + "archiveFileName": "AUnit-1.7.0.zip", + "size": 1415457, + "checksum": "SHA-256:bc0c0d3226ffa128ba3f0f62637a756e4a967a3216b0bae136570268657c5f87" + }, + { + "name": "AUnit", + "version": "1.7.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test.", + "paragraph": "The unit tests can run on the embedded controller. They can also run on Linux, MacOS, or FreeBSD environments using EpoxyDuino, which allows AUnit to be used in a Continuous Integration environment like GitHub Workflows. AUnit is almost a drop-in replacement of ArduinoUnit with some advantages. AUnit supports timeouts and test fixtures. It somtimes consume 50% less flash memory on the AVR platform, and it has been tested to work on the AVR, SAMD21, STM32, SAMD51, ESP8266, ESP32, Teensy platforms.", + "website": "https://github.com/bxparks/AUnit", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AUnit-1.7.1.zip", + "archiveFileName": "AUnit-1.7.1.zip", + "size": 1428540, + "checksum": "SHA-256:32ba9479d215b07b550703674ccd44575a58341340d143dc7e091bdaf99be796" + }, { "name": "PMsensor", "version": "1.0.0", @@ -167845,6 +205320,369 @@ "size": 34762624, "checksum": "SHA-256:42f4cb26cdbad3498c6d7cd60ea81e6c5691eaaf415115a2e806bb067837b1c0" }, + { + "name": "AutoConnect", + "version": "1.3.0", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.0.zip", + "archiveFileName": "AutoConnect-1.3.0.zip", + "size": 35143418, + "checksum": "SHA-256:e6ac2ef1056ad0a9a84a63d724eb4c7340faa9102b01bd017074b4aa0d4f9241" + }, + { + "name": "AutoConnect", + "version": "1.3.1", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.1.zip", + "archiveFileName": "AutoConnect-1.3.1.zip", + "size": 35144350, + "checksum": "SHA-256:e66fc18600ad82c372576a53eb3e798356b7b243ca3ef1c45ae7cc9ad56e050b" + }, + { + "name": "AutoConnect", + "version": "1.3.2", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.2.zip", + "archiveFileName": "AutoConnect-1.3.2.zip", + "size": 37832546, + "checksum": "SHA-256:efaa96b59d101eb3ce124ff035ea314cbd5f21312b7b00c28b601c39f486b898" + }, + { + "name": "AutoConnect", + "version": "1.3.3", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.3.zip", + "archiveFileName": "AutoConnect-1.3.3.zip", + "size": 37834729, + "checksum": "SHA-256:2b89bfffa98411d7bbca7c585abcc72524bcc3b18796bdba18e992949a73fd8a" + }, + { + "name": "AutoConnect", + "version": "1.3.4", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.4.zip", + "archiveFileName": "AutoConnect-1.3.4.zip", + "size": 37847186, + "checksum": "SHA-256:47ac00421472b9bef2cf199ca9a8115eac3ee43b6a341573d317f1245378c44c" + }, + { + "name": "AutoConnect", + "version": "1.3.5", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.5.zip", + "archiveFileName": "AutoConnect-1.3.5.zip", + "size": 38377008, + "checksum": "SHA-256:19f920afffbf3ecb02073b883fdd4734722a248d2827515ff496da66e57cd0cc" + }, + { + "name": "AutoConnect", + "version": "1.3.6", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.6.zip", + "archiveFileName": "AutoConnect-1.3.6.zip", + "size": 38379773, + "checksum": "SHA-256:91150d420ec105000400cbd72ab92e209fd18d7346a5876c1b6095ea08afd8db" + }, + { + "name": "AutoConnect", + "version": "1.3.7", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.3.7.zip", + "archiveFileName": "AutoConnect-1.3.7.zip", + "size": 38418127, + "checksum": "SHA-256:c10af131e6dd441cf9b1bb495f50bf006d103cd1d231418aa3c29bc59a9ba3b4" + }, + { + "name": "AutoConnect", + "version": "1.4.0", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.4.0.zip", + "archiveFileName": "AutoConnect-1.4.0.zip", + "size": 38801487, + "checksum": "SHA-256:31dece387c10f1019e9943c03c7caa2517afd1a1401d6ca7f30153c7f3b1496e" + }, + { + "name": "AutoConnect", + "version": "1.4.1", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.4.1.zip", + "archiveFileName": "AutoConnect-1.4.1.zip", + "size": 39210628, + "checksum": "SHA-256:35840a98e1b2e141bf84934fe4ee71a1741ba4d13ac8d0181f06c492bf5d9968" + }, + { + "name": "AutoConnect", + "version": "1.4.2", + "author": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "maintainer": "Hieromon Ikasamo \u003chieromon@gmail.com\u003e", + "sentence": "ESP8266/ESP32 WLAN configuration at runtime with web interface.", + "paragraph": "A library for easy implementing the Web interface constituting the WLAN for ESP8266 WiFi connection. With this library to make a sketch which connects from ESP8266 to the access point at runtime by the web interface without hardcoded SSID and password.", + "website": "https://github.com/Hieromon/AutoConnect.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hieromon/AutoConnect.git", + "providesIncludes": [ + "AutoConnect.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PageBuilder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hieromon/AutoConnect-1.4.2.zip", + "archiveFileName": "AutoConnect-1.4.2.zip", + "size": 39249241, + "checksum": "SHA-256:32b27d04b02435d27591e2cd902bae99057c7d06ba8a8b1ea51305610ca73227" + }, { "name": "ZumoShield", "version": "2.0.0", @@ -168471,6 +206309,69 @@ "size": 150080, "checksum": "SHA-256:d9ac2c4d07b06c06dccaba6cd4563daf6dcecc6445b0a8106bd5620f32a0b458" }, + { + "name": "ESP_EEPROM", + "version": "2.1.2", + "author": "j-watson \u003cj-watson@ntlworld.com\u003e", + "maintainer": "j-watson \u003cj-watson@ntlworld.com\u003e", + "sentence": "An improved EEPROM library for ESP8266", + "paragraph": "The ESP8266 family doesn't have genuine EEPROM memory so it is normally emulated by using a section of flash memory. With the standard library, the sector needs to be re-flashed every time the changed EEPROM data needs to be saved. For small amounts of EEPROM data this is very slow and will wear out the flash memory more quickly. This library writes a new copy of your data when you save (commit) it and keeps track of where in the sector the most recent copy is kept. The flash sector only needs to be erased when there is no more space for copies in the flash sector. You can keep track of this yourself to do a time-consuming erase when most convenient or the library will do it for you when there is no more space for the data when you commit it.", + "website": "https://github.com/jwrw/ESP_EEPROM", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jwrw/ESP_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-2.1.2.zip", + "archiveFileName": "ESP_EEPROM-2.1.2.zip", + "size": 150085, + "checksum": "SHA-256:3f1fe7c22e1faf25edb1ddaeb884d4437b99a7a5fe62a5662a2cfb8872e6a4df" + }, + { + "name": "ESP_EEPROM", + "version": "2.2.0", + "author": "j-watson \u003cj-watson@ntlworld.com\u003e", + "maintainer": "j-watson \u003cj-watson@ntlworld.com\u003e", + "sentence": "An improved EEPROM library for ESP8266", + "paragraph": "The ESP8266 family doesn't have genuine EEPROM memory so it is normally emulated by using a section of flash memory. With the standard library, the sector needs to be re-flashed every time the changed EEPROM data needs to be saved. For small amounts of EEPROM data this is very slow and will wear out the flash memory more quickly. This library writes a new copy of your data when you save (commit) it and keeps track of where in the sector the most recent copy is kept. The flash sector only needs to be erased when there is no more space for copies in the flash sector. You can keep track of this yourself to do a time-consuming erase when most convenient or the library will do it for you when there is no more space for the data when you commit it.", + "website": "https://github.com/jwrw/ESP_EEPROM", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jwrw/ESP_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-2.2.0.zip", + "archiveFileName": "ESP_EEPROM-2.2.0.zip", + "size": 150133, + "checksum": "SHA-256:311a7e4f03d86c6dcd5fe4b27207b30394532381226464b00f8924db6b6427fd" + }, + { + "name": "ESP_EEPROM", + "version": "2.2.1", + "author": "j-watson \u003cj-watson@ntlworld.com\u003e", + "maintainer": "j-watson \u003cj-watson@ntlworld.com\u003e", + "sentence": "An improved EEPROM library for ESP8266", + "paragraph": "The ESP8266 family doesn't have genuine EEPROM memory so it is normally emulated by using a section of flash memory. With the standard library, the sector needs to be re-flashed every time the changed EEPROM data needs to be saved. For small amounts of EEPROM data this is very slow and will wear out the flash memory more quickly. This library writes a new copy of your data when you save (commit) it and keeps track of where in the sector the most recent copy is kept. The flash sector only needs to be erased when there is no more space for copies in the flash sector. You can keep track of this yourself to do a time-consuming erase when most convenient or the library will do it for you when there is no more space for the data when you commit it.", + "website": "https://github.com/jwrw/ESP_EEPROM", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jwrw/ESP_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jwrw/ESP_EEPROM-2.2.1.zip", + "archiveFileName": "ESP_EEPROM-2.2.1.zip", + "size": 150241, + "checksum": "SHA-256:a5cfa52a0f15c8451ad98ea191a35fa59514ba779f1c73feb33f569db3c344f8" + }, { "name": "Seeed Wio GPS Board", "version": "1.0.0", @@ -169026,6 +206927,398 @@ "size": 155008, "checksum": "SHA-256:dc7616d14e37298257908c849db5326995d640aedf4b56100f7357e18cc905d0" }, + { + "name": "ArduinoOSC", + "version": "0.3.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.12.zip", + "archiveFileName": "ArduinoOSC-0.3.12.zip", + "size": 155030, + "checksum": "SHA-256:f0b579d54100fbd5430b1700ae2b9313b1102a55fb415df45bc4a890e5e47ac9" + }, + { + "name": "ArduinoOSC", + "version": "0.3.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.13.zip", + "archiveFileName": "ArduinoOSC-0.3.13.zip", + "size": 155248, + "checksum": "SHA-256:e34ee46ef4b492b27466c3aa3490b787ee8db4087f238e8a970b8586110b1395" + }, + { + "name": "ArduinoOSC", + "version": "0.3.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.14.zip", + "archiveFileName": "ArduinoOSC-0.3.14.zip", + "size": 156894, + "checksum": "SHA-256:bf8df055f5e83b6184e751014261db1e0dd342a58212236c74b27c68c3a6b14c" + }, + { + "name": "ArduinoOSC", + "version": "0.3.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.15.zip", + "archiveFileName": "ArduinoOSC-0.3.15.zip", + "size": 156890, + "checksum": "SHA-256:af3c3546fb220d19ead60c60154d8e7dc261f594a8b2bbc1eeb94951705223a3" + }, + { + "name": "ArduinoOSC", + "version": "0.3.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.16.zip", + "archiveFileName": "ArduinoOSC-0.3.16.zip", + "size": 156892, + "checksum": "SHA-256:874c96ccec54f36d91aa7a8d48322c511d9e7c859f77756d1d45e612ac5bf329" + }, + { + "name": "ArduinoOSC", + "version": "0.3.17", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.17.zip", + "archiveFileName": "ArduinoOSC-0.3.17.zip", + "size": 156830, + "checksum": "SHA-256:1b28c69fec6bb035fee7ad76441c8567ab3f80e190631e6c1d045b61d4b92ce7" + }, + { + "name": "ArduinoOSC", + "version": "0.3.18", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.18.zip", + "archiveFileName": "ArduinoOSC-0.3.18.zip", + "size": 157750, + "checksum": "SHA-256:d7581c74f1d31a58df90efd4962aed511251b17098ec275177aaea8d9505730f" + }, + { + "name": "ArduinoOSC", + "version": "0.3.19", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.19.zip", + "archiveFileName": "ArduinoOSC-0.3.19.zip", + "size": 158870, + "checksum": "SHA-256:3445034dbd68895e228cfdc426c13888930cdca929dbb126980ffddb9703ea2a" + }, + { + "name": "ArduinoOSC", + "version": "0.3.20", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.20.zip", + "archiveFileName": "ArduinoOSC-0.3.20.zip", + "size": 158960, + "checksum": "SHA-256:884900ac9d754c5e8d6a53f89f97da4657fa5cd12f622a51a23ab6545b0c1b7a" + }, + { + "name": "ArduinoOSC", + "version": "0.3.21", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.21.zip", + "archiveFileName": "ArduinoOSC-0.3.21.zip", + "size": 158972, + "checksum": "SHA-256:d714a1b2918c979548133bf6e2d8b91c1885243b461c679ac5aa8819e356bcfb" + }, + { + "name": "ArduinoOSC", + "version": "0.3.22", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.22.zip", + "archiveFileName": "ArduinoOSC-0.3.22.zip", + "size": 160407, + "checksum": "SHA-256:a1bc38f3579b12011e15c8ae8652657e80e8a8708a49de657e4a3aec33ccb5a2" + }, + { + "name": "ArduinoOSC", + "version": "0.3.23", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.23.zip", + "archiveFileName": "ArduinoOSC-0.3.23.zip", + "size": 160976, + "checksum": "SHA-256:ae8aef36f65a0d70b7162d228d300d3c05429347324967bc631b035c58603c70" + }, + { + "name": "ArduinoOSC", + "version": "0.3.25", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.25.zip", + "archiveFileName": "ArduinoOSC-0.3.25.zip", + "size": 191925, + "checksum": "SHA-256:2ba8d183e378b570453c9a925f972e28fce5b6a144912a3c308902f7e75675aa" + }, + { + "name": "ArduinoOSC", + "version": "0.3.26", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.26.zip", + "archiveFileName": "ArduinoOSC-0.3.26.zip", + "size": 192466, + "checksum": "SHA-256:ed9dec2e7c4d026e81551f7b5ae490abd291a884ca744116a85605932cdc207a" + }, + { + "name": "ArduinoOSC", + "version": "0.3.27", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.27.zip", + "archiveFileName": "ArduinoOSC-0.3.27.zip", + "size": 192811, + "checksum": "SHA-256:650685c5bf80b5bfcf8f1175fc6bdc2df5b5e8799d75177a3b2ff09c401d7d86" + }, + { + "name": "ArduinoOSC", + "version": "0.3.28", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.28.zip", + "archiveFileName": "ArduinoOSC-0.3.28.zip", + "size": 194287, + "checksum": "SHA-256:399e84bdd6ab2448ae7e69f46f97737b3d0e93b1062875e5f64c733190b68175" + }, + { + "name": "ArduinoOSC", + "version": "0.3.29", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.3.29.zip", + "archiveFileName": "ArduinoOSC-0.3.29.zip", + "size": 194288, + "checksum": "SHA-256:893361650c36b294f26238f87f7a7e66cf66ce6ff545f5c2c14f05b3ffaaac1b" + }, + { + "name": "ArduinoOSC", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "OSC subscriber / publisher for Arduino", + "paragraph": "OSC subscriber / publisher for Arduino", + "website": "https://github.com/hideakitai/ArduinoOSC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoOSC.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "ArxTypeTraits" + }, + { + "name": "DebugLog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArduinoOSC-0.4.0.zip", + "archiveFileName": "ArduinoOSC-0.4.0.zip", + "size": 119977, + "checksum": "SHA-256:e5598f15bbfa367f9cf769e3ce3e2af1f31b5b6e603ccfc3a5c2ac164d696259" + }, { "name": "Redis for ESP8266", "version": "1.1.0", @@ -169487,6 +207780,379 @@ "size": 8816274, "checksum": "SHA-256:1d75b3e10b4b0e59df536adaff36b401f51d97fd1f65ff53495b0b719f2a8a45" }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.0", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.0.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.0.zip", + "size": 8814011, + "checksum": "SHA-256:a51e5d156f94a293d5784f5cb0daa98c32801c4009d22ab8152228777c006969" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.2", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.2.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.2.zip", + "size": 8815001, + "checksum": "SHA-256:d09763ce19764f70f31a0dabf91f7628a3b6d44b7fb50fb027077731987fb51d" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.3", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.3.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.3.zip", + "size": 8815245, + "checksum": "SHA-256:cc2d9d6bf51b0017a2c800c5f10393acf9aa3bad60aa59a92f312aaa23fcace9" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.4", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.4.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.4.zip", + "size": 8818943, + "checksum": "SHA-256:0a84b0a5e9e6c902ad58ce47d81c686ce965b4856fb5b06d65cb773a167fe2b9" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.6", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.6.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.6.zip", + "size": 8818898, + "checksum": "SHA-256:5e1d1c89b093bd0b2751f0ed19a83cc89e4078ae2255c1385329b8c7e6736def" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.7", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.7.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.7.zip", + "size": 8819572, + "checksum": "SHA-256:62731e12b213d9914d5d76240d881d8120cc51cc69e34f29402fe986d32e66c2" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.8", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.8.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.8.zip", + "size": 8820100, + "checksum": "SHA-256:187cdf724ef8c0eb0bb220d2a2693749198704bf4f916fc8d1f0782961999e84" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.1.9", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.1.9.zip", + "archiveFileName": "M5Stack_SD_Updater-1.1.9.zip", + "size": 13890475, + "checksum": "SHA-256:e121c29cb6ebeae059d95aa16144fc253665b438515d7f76b14ddf60d84fdc4a" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.2.0", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.2.0.zip", + "archiveFileName": "M5Stack_SD_Updater-1.2.0.zip", + "size": 13894029, + "checksum": "SHA-256:9dfb7e57c85bd4556b831e81b1e3066c9f14b4aa6884103b9a5d7c7aebc2069b" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.2.1", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.2.1.zip", + "archiveFileName": "M5Stack_SD_Updater-1.2.1.zip", + "size": 13897146, + "checksum": "SHA-256:13d293bada8d9615fdd99b30afd7ca7274b260c10539c1b0eef23feaa6f83459" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.2.4", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.2.4.zip", + "archiveFileName": "M5Stack_SD_Updater-1.2.4.zip", + "size": 14732553, + "checksum": "SHA-256:66b050e4a929ef6ee6dbaef84e0d5652759676d101e42f4c7e02bf78572494e4" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.2.5", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ESP32-targz" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.2.5.zip", + "archiveFileName": "M5Stack_SD_Updater-1.2.5.zip", + "size": 14734015, + "checksum": "SHA-256:d479f7bf9aee3c0b68edf9198746499459f9781e4637f1acb8e1c0c39ff32d27" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.2.7", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ESP32-targz" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.2.7.zip", + "archiveFileName": "M5Stack_SD_Updater-1.2.7.zip", + "size": 14864905, + "checksum": "SHA-256:b88217400763746e5e8e9088c1f5e461dab4076c4be595295ae652f8c12904e6" + }, + { + "name": "M5Stack-SD-Updater", + "version": "1.2.8", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "SD Card Loader for M5 Stack", + "paragraph": "Package your apps on an SD card and load them from a menu app, button or MQTT message.", + "website": "https://github.com/tobozo/M5Stack-SD-Updater/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/M5Stack-SD-Updater.git", + "dependencies": [ + { + "name": "ESP32-targz" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/M5Stack_SD_Updater-1.2.8.zip", + "archiveFileName": "M5Stack_SD_Updater-1.2.8.zip", + "size": 14884530, + "checksum": "SHA-256:a925bbd0c949d59fd8793c9e6db26f6966f21986f2fd5a192fd93a950c8d8ea1" + }, { "name": "ScheduleTable", "version": "1.3.0", @@ -169869,6 +208535,182 @@ "size": 40140, "checksum": "SHA-256:c46077a366833be357c698464cc3df2e2ea678bb45a82b8034c20716b7f08eb8" }, + { + "name": "CTBot", + "version": "2.1.4", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.4.zip", + "archiveFileName": "CTBot-2.1.4.zip", + "size": 40439, + "checksum": "SHA-256:74118d82657f370dfa7d19a81b3e1eb0de90b4aea76aedcb2f4fe2a5aa8d7702" + }, + { + "name": "CTBot", + "version": "2.1.5", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.5.zip", + "archiveFileName": "CTBot-2.1.5.zip", + "size": 41981, + "checksum": "SHA-256:c7966fee5f2e06b8bd4271a2a8bf825b68556f5257e7923899f1986894a54839" + }, + { + "name": "CTBot", + "version": "2.1.6", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.6.zip", + "archiveFileName": "CTBot-2.1.6.zip", + "size": 42029, + "checksum": "SHA-256:5f88045267a2c54db07af5e9fa5562145a8128a8d4d915ba636341df1ca14dda" + }, + { + "name": "CTBot", + "version": "2.1.7", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.7.zip", + "archiveFileName": "CTBot-2.1.7.zip", + "size": 42056, + "checksum": "SHA-256:987acf9a063045b878f64213d5d10d0abf5b85fc47742fdb8aa9ca1ad9ee655a" + }, + { + "name": "CTBot", + "version": "2.1.8", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.8.zip", + "archiveFileName": "CTBot-2.1.8.zip", + "size": 42101, + "checksum": "SHA-256:171d08062a3a7dcd9265a70a20314b94ffa0c47566ef8e1f5ebf3c632fec2d2e" + }, + { + "name": "CTBot", + "version": "2.1.9", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.9.zip", + "archiveFileName": "CTBot-2.1.9.zip", + "size": 42110, + "checksum": "SHA-256:e6fea61737a5b64545c9f1c9e320394365c1259e3474f9d8f225df5eb9945850" + }, + { + "name": "CTBot", + "version": "2.1.10", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.10.zip", + "archiveFileName": "CTBot-2.1.10.zip", + "size": 42318, + "checksum": "SHA-256:37c08693a0803cb999c0d3667e1058d41e9a8c3c7999db2220c355265f504617" + }, + { + "name": "CTBot", + "version": "2.1.11", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "Simple Arduino Telegram BOT library for ESP8266/ESP32", + "paragraph": "A simple, easy to use and strightforward Arduino library for using Telegram bots on ESP8266/ESP32 chips. In order to use this library you need the ArduinoJson library (release 5.13.5 or greater) installed. Inline and Reply keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0+ ESP8266 Toolchain/Library supported. NEW: ArduinoJson version 6 supperted!", + "website": "https://github.com/shurillu/CTBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurillu/CTBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/CTBot-2.1.11.zip", + "archiveFileName": "CTBot-2.1.11.zip", + "size": 42346, + "checksum": "SHA-256:dd54275e1cf348c6865d9c33a945e0d498862f58341c3e6fba352b7b3f810fc1" + }, { "name": "Ubidots MQTT for ESP8266", "version": "1.1.0", @@ -170122,6 +208964,80 @@ "size": 12471, "checksum": "SHA-256:961b63f66f5cc1bf79bddb5d89f0f3f1fb6602c6d45ad0d7f9d7ef5192487f3e" }, + { + "name": "WifiLocation", + "version": "1.2.8", + "author": "Germán Martín", + "maintainer": "Germán Martín \u003cgmag11@gmail.com\u003e", + "sentence": "Library to get geographic position (lat, lon, accuracy), without GPS, by listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards)", + "paragraph": "This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks without the need to use a GPS receiver. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.", + "website": "https://github.com/gmag11/WifiLocation", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gmag11/WifiLocation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.8.zip", + "archiveFileName": "WifiLocation-1.2.8.zip", + "size": 13438, + "checksum": "SHA-256:057bb9661077ca15a716c325d873b9170785bd6fde4a759c7debe43985276251" + }, + { + "name": "WifiLocation", + "version": "1.2.9", + "author": "Germán Martín", + "maintainer": "Germán Martín \u003cgmag11@gmail.com\u003e", + "sentence": "Library to get geographic position (lat, lon, accuracy), without GPS, by listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards)", + "paragraph": "This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks without the need to use a GPS receiver. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.", + "website": "https://github.com/gmag11/WifiLocation", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gmag11/WifiLocation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.2.9.zip", + "archiveFileName": "WifiLocation-1.2.9.zip", + "size": 13328, + "checksum": "SHA-256:375cb7bf67aaa52561422602040554c9f433f887bad12cd2f4af3163e79e35ca" + }, + { + "name": "WifiLocation", + "version": "1.3.0", + "author": "Germán Martín", + "maintainer": "Germán Martín \u003cgmag11@gmail.com\u003e", + "sentence": "Library to get geographic position (lat, lon, accuracy), without GPS, by listening surrounding WiFi networks (Works with ESP8266 and ESP32 boards)", + "paragraph": "This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks without the need to use a GPS receiver. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key. After version 1.3.0 it includes getting address from location using Bing Maps API. Check https://www.bingmapsportal.com to get an API key.", + "website": "https://github.com/gmag11/WifiLocation", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gmag11/WifiLocation.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "QuickDebug" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gmag11/WifiLocation-1.3.0.zip", + "archiveFileName": "WifiLocation-1.3.0.zip", + "size": 21732, + "checksum": "SHA-256:731c41504ecd1583bb0b3530d306c24d3bf0b3f73f87cd9c8eeba61ded64f54c" + }, { "name": "STM32duino FP_Examples", "version": "1.1.0", @@ -170362,217 +209278,1007 @@ "checksum": "SHA-256:b565db8a1e7ba3cbc911f15626164dc2bb97cc407ac386c43807347072a61f34" }, { - "name": "U8g2_for_Adafruit_GFX", - "version": "1.0.0", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", - "architectures": [ - "avr", - "sam" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.0.0.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.0.0.zip", - "size": 7396391, - "checksum": "SHA-256:11206857501055ed34cede85f74c3efb3cdf76aa5de36a57cb5e0591ecfa2a12" - }, - { - "name": "U8g2_for_Adafruit_GFX", - "version": "1.1.0", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.1.0.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.1.0.zip", - "size": 7398626, - "checksum": "SHA-256:82230dafad5889f9fb3327b7ea0cb7ef8d6e8205e49dbdb6bae4316af1a80859" - }, - { - "name": "U8g2_for_Adafruit_GFX", - "version": "1.2.0", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.2.0.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.2.0.zip", - "size": 7398740, - "checksum": "SHA-256:52b9d7ec421bae21710f0a4d345385b1908aacb8c3dab76b640c744a9b34fa41" - }, - { - "name": "U8g2_for_Adafruit_GFX", - "version": "1.4.1", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.4.1.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.4.1.zip", - "size": 8299484, - "checksum": "SHA-256:aa48323345e90028b7e7a03ab962903cfb33a965c11af64c915193867ce0f471" - }, - { - "name": "U8g2_for_Adafruit_GFX", + "name": "STM32duino FP_Examples", "version": "1.5.0", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.0.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.5.0.zip", - "size": 8305314, - "checksum": "SHA-256:556095883fee59c2c4af4d054a1ec5e449ef50aa10e8cec5f683b74a2384f17a" - }, - { - "name": "U8g2_for_Adafruit_GFX", - "version": "1.5.2", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + } ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.2.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.5.2.zip", - "size": 8305316, - "checksum": "SHA-256:08f5e109dd2945ab50c7cd95b13a5a16cc092b0c770bfa07edace135c9f27d2e" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.5.0.zip", + "archiveFileName": "STM32duino_FP_Examples-1.5.0.zip", + "size": 41560, + "checksum": "SHA-256:cd1d807fe789b4e0053f8c343061e41dfb89992bc60bfe7c3b7ae65e5bc583d0" }, { - "name": "U8g2_for_Adafruit_GFX", + "name": "STM32duino FP_Examples", "version": "1.6.0", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.6.0.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.6.0.zip", - "size": 8565764, - "checksum": "SHA-256:08f22ab9d0139e0db2e4c1f4720b3b057e338fc51640826a1cef03fb048afea3" + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + }, + { + "name": "STM32duinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.6.0.zip", + "archiveFileName": "STM32duino_FP_Examples-1.6.0.zip", + "size": 49203, + "checksum": "SHA-256:48ec85cb05debeed2ccce55f408cd42a1254078d0bf902500fc1c0a7b193dfbc" }, { - "name": "U8g2_for_Adafruit_GFX", - "version": "1.7.0", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", + "name": "STM32duino FP_Examples", + "version": "1.6.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.7.0.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.7.0.zip", - "size": 8752063, - "checksum": "SHA-256:32e77ddc1d08dba42d2f1465c6b93e410d4e6f875d9ba9a5b344f205d5c3b1fb" + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + }, + { + "name": "STM32duinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.6.1.zip", + "archiveFileName": "STM32duino_FP_Examples-1.6.1.zip", + "size": 48680, + "checksum": "SHA-256:cfe97ae3f1006bf8940e9c7ada834d69a270cd0ea9b658be3a65917e86c68720" }, { - "name": "U8g2_for_Adafruit_GFX", - "version": "1.8.0", - "author": "oliver \u003colikraus@gmail.com\u003e", - "maintainer": "oliver \u003colikraus@gmail.com\u003e", - "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", - "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", - "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", - "category": "Display", + "name": "STM32duino FP_Examples", + "version": "1.6.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "repository": "https://github.com/stm32duino/FP_Examples.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + }, + { + "name": "STM32duinoBLE" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.8.0.zip", - "archiveFileName": "U8g2_for_Adafruit_GFX-1.8.0.zip", - "size": 9729679, - "checksum": "SHA-256:9f79d2c8eb37e2e2cf2b1359e7324c420fe409b4c2a1aebcebb5a19e7623bf05" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.6.2.zip", + "archiveFileName": "STM32duino_FP_Examples-1.6.2.zip", + "size": 48682, + "checksum": "SHA-256:f1e69c60f747c6cc8f6ac7fbccc320b6d8f94c4e9bf443c9f4c42fa5b09634e6" }, { - "name": "Grove IMU 9DOF", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library for controlling Grove IMU 9DOF, using I2C communication.", - "paragraph": "Arduino library for controlling Grove IMU 9DOF, using I2C communication.", - "website": "https://github.com/Seeed-Studio/Grove_IMU_9DOF", - "category": "Sensors", + "name": "STM32duino FP_Examples", + "version": "1.6.3", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Grove_IMU_9DOF.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_IMU_9DOF-1.0.0.zip", + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + }, + { + "name": "STM32duinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.6.3.zip", + "archiveFileName": "STM32duino_FP_Examples-1.6.3.zip", + "size": 48795, + "checksum": "SHA-256:9baefe374381cb6e6c147eef8807418831cdeb3191fd18c9be70d95c291aa2f7" + }, + { + "name": "STM32duino FP_Examples", + "version": "1.7.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + }, + { + "name": "STM32duinoBLE" + }, + { + "name": "STM32duino MotionFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.7.0.zip", + "archiveFileName": "STM32duino_FP_Examples-1.7.0.zip", + "size": 50952, + "checksum": "SHA-256:a5147c20d4e9cd1530d5de0c21d961695f27b28dec1e26c3f1b81fffa7c9f791" + }, + { + "name": "STM32duino FP_Examples", + "version": "1.7.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + }, + { + "name": "STM32duinoBLE" + }, + { + "name": "STM32duino MotionFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.7.1.zip", + "archiveFileName": "STM32duino_FP_Examples-1.7.1.zip", + "size": 51132, + "checksum": "SHA-256:6b05feef3c6c03e7e0f1c9f8ca46c178365663fb546a3b16166ef1ebb292ea99" + }, + { + "name": "STM32duino FP_Examples", + "version": "1.8.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Provides several Function Packs that combine the usage of several X-NUCLEO boards", + "paragraph": "This library provides several Function Packs that combine the usage of several X-NUCLEO boards together with a NUCLEO board", + "website": "https://github.com/stm32duino/FP_Examples", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/FP_Examples.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino LPS22HB" + }, + { + "name": "STM32duino VL6180X" + }, + { + "name": "STM32duino VL53L0X" + }, + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + }, + { + "name": "STM32duino X-NUCLEO-6180XA1" + }, + { + "name": "STM32duino X-NUCLEO-53L0A1" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1" + }, + { + "name": "STM32duino SPBTLE-RF" + }, + { + "name": "STM32duino X-NUCLEO-IHM02A1" + }, + { + "name": "STM32duino X-NUCLEO-LED61A1" + }, + { + "name": "STM32duino LPS25HB" + }, + { + "name": "STM32duino LSM6DS3" + }, + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + }, + { + "name": "STM32duinoBLE" + }, + { + "name": "STM32duino MotionFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_FP_Examples-1.8.0.zip", + "archiveFileName": "STM32duino_FP_Examples-1.8.0.zip", + "size": 51473, + "checksum": "SHA-256:8e3f4af733b167d70c1549970d61423b12bc4f438b92695888831db29921e602" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.0.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.0.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.0.0.zip", + "size": 7396391, + "checksum": "SHA-256:11206857501055ed34cede85f74c3efb3cdf76aa5de36a57cb5e0591ecfa2a12" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.1.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.1.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.1.0.zip", + "size": 7398626, + "checksum": "SHA-256:82230dafad5889f9fb3327b7ea0cb7ef8d6e8205e49dbdb6bae4316af1a80859" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.2.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.2.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.2.0.zip", + "size": 7398740, + "checksum": "SHA-256:52b9d7ec421bae21710f0a4d345385b1908aacb8c3dab76b640c744a9b34fa41" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.4.1", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.4.1.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.4.1.zip", + "size": 8299484, + "checksum": "SHA-256:aa48323345e90028b7e7a03ab962903cfb33a965c11af64c915193867ce0f471" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.5.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.5.0.zip", + "size": 8305314, + "checksum": "SHA-256:556095883fee59c2c4af4d054a1ec5e449ef50aa10e8cec5f683b74a2384f17a" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.5.2", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.5.2.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.5.2.zip", + "size": 8305316, + "checksum": "SHA-256:08f5e109dd2945ab50c7cd95b13a5a16cc092b0c770bfa07edace135c9f27d2e" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.6.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.6.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.6.0.zip", + "size": 8565764, + "checksum": "SHA-256:08f22ab9d0139e0db2e4c1f4720b3b057e338fc51640826a1cef03fb048afea3" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.7.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.7.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.7.0.zip", + "size": 8752063, + "checksum": "SHA-256:32e77ddc1d08dba42d2f1465c6b93e410d4e6f875d9ba9a5b344f205d5c3b1fb" + }, + { + "name": "U8g2_for_Adafruit_GFX", + "version": "1.8.0", + "author": "oliver \u003colikraus@gmail.com\u003e", + "maintainer": "oliver \u003colikraus@gmail.com\u003e", + "sentence": "Add U8g2 fonts to any Adafruit GFX based graphics library.", + "paragraph": "Use our favorite Adafruit graphics library together with fonts from U8g2 project (https://github.com/olikraus/u8g2/wiki/fntlistall).", + "website": "https://github.com/olikraus/U8g2_for_Adafruit_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/olikraus/U8g2_for_Adafruit_GFX.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/olikraus/U8g2_for_Adafruit_GFX-1.8.0.zip", + "archiveFileName": "U8g2_for_Adafruit_GFX-1.8.0.zip", + "size": 9729679, + "checksum": "SHA-256:9f79d2c8eb37e2e2cf2b1359e7324c420fe409b4c2a1aebcebb5a19e7623bf05" + }, + { + "name": "Grove IMU 9DOF", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library for controlling Grove IMU 9DOF, using I2C communication.", + "paragraph": "Arduino library for controlling Grove IMU 9DOF, using I2C communication.", + "website": "https://github.com/Seeed-Studio/Grove_IMU_9DOF", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Grove_IMU_9DOF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_IMU_9DOF-1.0.0.zip", "archiveFileName": "Grove_IMU_9DOF-1.0.0.zip", "size": 83553, "checksum": "SHA-256:48d63eb508f4b399f2158e9af8c24f47f2b48a3f7d62fa0d70cc95b803c3434b" @@ -170598,6 +210304,30 @@ "size": 8885, "checksum": "SHA-256:6aa56fc1588364e587bf7b6f62a7b96fc17fceb5fb77a3f4d71a4a7ac0dd3541" }, + { + "name": "Grove Barometer Sensor", + "version": "2.1.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Barometer Sensor BMP085/BMP180.", + "paragraph": "Arduino library to control Grove Barometer Sensor BMP085/BMP180.", + "website": "https://github.com/Seeed-Studio/Grove_Barometer_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Grove_Barometer_Sensor.git", + "providesIncludes": [ + "BMP085.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Barometer_Sensor-2.1.0.zip", + "archiveFileName": "Grove_Barometer_Sensor-2.1.0.zip", + "size": 9270, + "checksum": "SHA-256:e8b74ded5574b3640d20f8ef4541a7f21aa01a62e2cf9f661ba34537e4e21c46" + }, { "name": "Grove 3Axis Compass V2.0 BMM150", "version": "1.0.0", @@ -171123,27 +210853,6 @@ "size": 12789, "checksum": "SHA-256:d879418906de156026bf7bef6aff22bab8ec6276b24d00308a4d621c6ca62103" }, - { - "name": "CAN-BUS Shield", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control CAN-BUS Shield.", - "paragraph": "Arduino library to control CAN-BUS Shield.", - "website": "https://github.com/Seeed-Studio/CAN_BUS_Shield", - "category": "Device Control", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/Seeed-Studio/CAN_BUS_Shield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/CAN_BUS_Shield-1.0.0.zip", - "archiveFileName": "CAN_BUS_Shield-1.0.0.zip", - "size": 32730, - "checksum": "SHA-256:cbf5264c87e9ca24546af20eb3aa8c382c2ac89c69b9934ac08d22f4e5dcef4e" - }, { "name": "Accelerometer_MMA7660", "version": "1.0.0", @@ -171216,51 +210925,6 @@ "size": 15338, "checksum": "SHA-256:99b84c194a9d4f41f4881bafa283cace2ff096cbd1275d4aa8847d7a3ca2a03b" }, - { - "name": "Accelerometer And Gyroscope LSM6DS3", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3.", - "paragraph": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3.", - "website": "https://github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3-1.0.0.zip", - "archiveFileName": "Accelerometer_And_Gyroscope_LSM6DS3-1.0.0.zip", - "size": 23743, - "checksum": "SHA-256:c3c3cb94db1debd0bc97b3af830ddd620397f6210597abc0989de45eee8ac5d7" - }, - { - "name": "Accelerometer And Gyroscope LSM6DS3", - "version": "2.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", - "paragraph": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", - "website": "https://github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3.git", - "providesIncludes": [ - "SparkFunLSM6DS3.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Accelerometer_And_Gyroscope_LSM6DS3-2.0.0.zip", - "archiveFileName": "Accelerometer_And_Gyroscope_LSM6DS3-2.0.0.zip", - "size": 23877, - "checksum": "SHA-256:d6f9de2e87fac2149f3c1683d28b148bd542cf9f4f6c444866f64d21e7f156c1" - }, { "name": "Accelerometer ADXL335", "version": "1.0.0", @@ -172014,6 +211678,48 @@ "size": 23081, "checksum": "SHA-256:f626cae766ae31a1a7329ef9c6f765d4ed7f2e39b35324dc348fc8387b054128" }, + { + "name": "movingAvg", + "version": "2.3.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "A simple Arduino library for calculating moving averages.", + "paragraph": "Useful for smoothing sensor readings, etc. For efficiency, the library operates in the integer domain; therefore the moving average calculation is approximate.", + "website": "https://github.com/JChristensen/movingAvg", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/movingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.3.0.zip", + "archiveFileName": "movingAvg-2.3.0.zip", + "size": 24276, + "checksum": "SHA-256:9d2a0ed49d571434d679b46a1ee81837b283ae0d6dfac8a090e6604419d2791e" + }, + { + "name": "movingAvg", + "version": "2.3.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "A simple Arduino library for calculating moving averages.", + "paragraph": "Useful for smoothing sensor readings, etc. For efficiency, the library operates in the integer domain; therefore the moving average calculation is approximate.", + "website": "https://github.com/JChristensen/movingAvg", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/movingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/movingAvg-2.3.1.zip", + "archiveFileName": "movingAvg-2.3.1.zip", + "size": 24618, + "checksum": "SHA-256:b3c47d9c4f121548dff7810d42fb8cfcc47cb95883682e86cdfc46cdfa482186" + }, { "name": "DualMAX14870MotorShield", "version": "1.0.0", @@ -172519,6 +212225,102 @@ "size": 15112, "checksum": "SHA-256:388b4cf56bc8a389233acd7dc21f38903e3659320914d0e1322de37897483e40" }, + { + "name": "Adafruit LSM9DS1 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS1 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS1 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS1", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS1.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-2.1.0.zip", + "archiveFileName": "Adafruit_LSM9DS1_Library-2.1.0.zip", + "size": 14747, + "checksum": "SHA-256:5a40c072a7609cd431175c77e606ad1caef834826936d808bc997c5b091ef0e7" + }, + { + "name": "Adafruit LSM9DS1 Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS1 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS1 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS1", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS1.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-2.1.1.zip", + "archiveFileName": "Adafruit_LSM9DS1_Library-2.1.1.zip", + "size": 14740, + "checksum": "SHA-256:73b4ac804ea027b829ca6a6f2c9ed2d7173850c06bd0e1bd6e08cde3929e784b" + }, + { + "name": "Adafruit LSM9DS1 Library", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for LSM9DS1 9-DOF sensor board.", + "paragraph": "Arduino library for LSM9DS1 9-DOF sensor board.", + "website": "https://github.com/adafruit/Adafruit_LSM9DS1", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM9DS1.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM9DS1_Library-2.1.3.zip", + "archiveFileName": "Adafruit_LSM9DS1_Library-2.1.3.zip", + "size": 14741, + "checksum": "SHA-256:5f214f1db7172879e8e6c3f876150defe30cdcafeaa1e450f02921b42538db6b" + }, { "name": "Grove - I2C Color Sensor", "version": "1.0.0", @@ -173021,6 +212823,198 @@ "size": 11637, "checksum": "SHA-256:cd5832d942be22c40aa8b025bacf4aefe5c5b4b14ea77e021ed16cc49252c863" }, + { + "name": "Nokia 5110 LCD library", + "version": "2.3.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.3.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.3.0.zip", + "size": 11831, + "checksum": "SHA-256:9ba9056fe20d351121c0a7111bf42c569a58f6d6b45bda9b5710a01f4996b844" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.4.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.4.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.4.0.zip", + "size": 11842, + "checksum": "SHA-256:53940bbb145039839389b97466fd9083e843681b133c924f90232c49d2b3c8ca" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.5.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.5.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.5.0.zip", + "size": 31254, + "checksum": "SHA-256:421e394d51398f137e15cbef839fa0eacdca961b976e6b01f19abe54723b1ea3" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.6.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.6.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.6.0.zip", + "size": 31788, + "checksum": "SHA-256:a5f7579932513ced391b2ad69c7393b8f690365d4b08b9542715a41ec5ede4db" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.6.1", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.6.1.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.6.1.zip", + "size": 31500, + "checksum": "SHA-256:ad3bbe0e8b6e7a1659a46eb5001ddcbe9b8dd6b4c67b2d5154a1d5b312a8f94e" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.6.2", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.6.2.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.6.2.zip", + "size": 31525, + "checksum": "SHA-256:fa717311026dd4f597271b8233ac24e2c83d686cc14531ba13cc85a472053854" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.7.0", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.7.0.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.7.0.zip", + "size": 31736, + "checksum": "SHA-256:77e4bfb876e670b6b34ac17d15b9e9b20ab51f973dbc5a759c4d91d66820f388" + }, + { + "name": "Nokia 5110 LCD library", + "version": "2.7.1", + "author": "Dimitris Platis", + "maintainer": "Dimitris Platis \u003cdimitris@plat.is\u003e", + "sentence": "Arduino library for driving the Nokia 5110 LCD", + "paragraph": "The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online. This library does not use a framebuffer therefore can be run on chips with low memory such as the ATTiny family.", + "website": "https://github.com/platisd/nokia-5110-lcd-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/platisd/nokia-5110-lcd-library.git", + "providesIncludes": [ + "Nokia_LCD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/platisd/Nokia_5110_LCD_library-2.7.1.zip", + "archiveFileName": "Nokia_5110_LCD_library-2.7.1.zip", + "size": 31775, + "checksum": "SHA-256:4d98528cd00b8c151a71a1dc63a2a256c4d94b4e823d16a2fd3c291c66c8749e" + }, { "name": "MCP79412RTC", "version": "1.0.1", @@ -173936,6 +213930,230 @@ "size": 52680, "checksum": "SHA-256:e5b60120cf9fa183cc66a62ae92b1f9f787285d0088f765f8d92340fddb12db9" }, + { + "name": "ESP32Servo", + "version": "0.10.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.10.0.zip", + "archiveFileName": "ESP32Servo-0.10.0.zip", + "size": 53268, + "checksum": "SHA-256:8cdbcd4f0c360f43982f2802719b9441432ef04a3b330047375aaf50ae6971cd" + }, + { + "name": "ESP32Servo", + "version": "0.11.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.11.0.zip", + "archiveFileName": "ESP32Servo-0.11.0.zip", + "size": 53311, + "checksum": "SHA-256:53bc6113f881ce6100ddc71a8e6a9680f7ac4bcd1fe107f7f050aa4fec5e6e25" + }, + { + "name": "ESP32Servo", + "version": "0.12.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.12.0.zip", + "archiveFileName": "ESP32Servo-0.12.0.zip", + "size": 53385, + "checksum": "SHA-256:31dd010db44591c4c267ac75583edfc406454cea8e4941a14dc91bf30333194d" + }, + { + "name": "ESP32Servo", + "version": "0.12.1", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.12.1.zip", + "archiveFileName": "ESP32Servo-0.12.1.zip", + "size": 53378, + "checksum": "SHA-256:1351f09cf675f9b0946f073ed504859a4fe817d3a0dcaaacf62dd79adca94d94" + }, + { + "name": "ESP32Servo", + "version": "0.13.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-0.13.0.zip", + "archiveFileName": "ESP32Servo-0.13.0.zip", + "size": 53859, + "checksum": "SHA-256:a3c5884edeaf64fe34774942e883689198d8c72fd7ce148d8582401828b7219d" + }, + { + "name": "ESP32Servo", + "version": "1.0.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-1.0.0.zip", + "archiveFileName": "ESP32Servo-1.0.0.zip", + "size": 51754, + "checksum": "SHA-256:f53b05dc7314a8db1bf738a9316785479f08dca5427e0e1d269be33ad2aa0f5b" + }, + { + "name": "ESP32Servo", + "version": "1.1.0", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-1.1.0.zip", + "archiveFileName": "ESP32Servo-1.1.0.zip", + "size": 51777, + "checksum": "SHA-256:f26e5db62984406b8ba647c45333e813d2f9f277e95fa59934cceac39b29aac2" + }, + { + "name": "ESP32Servo", + "version": "1.1.1", + "author": "Kevin Harrington,John K. Bennett", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Allows ESP32 boards to control servo, tone and analogWrite motors using Arduino semantics.", + "paragraph": "This library can control a many types of servos.\u003cbr /\u003eIt makes use of the ESP32 PWM timers: the library can control up to 16 servos on individual channels\u003cbr /\u003eNo attempt has been made to support multiple servos per channel.\u003cbr /\u003e", + "website": "https://madhephaestus.github.io/ESP32Servo/annotated.html", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Servo.git", + "providesIncludes": [ + "ESP32Servo.h", + "analogWrite.h", + "tone.h", + "ESP32Tone.h", + "ESP32PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Servo-1.1.1.zip", + "archiveFileName": "ESP32Servo-1.1.1.zip", + "size": 51776, + "checksum": "SHA-256:f8263881d0e59def1c5c94a507f296d09154789a8bb5cc7c66b15495623b1805" + }, { "name": "Strober", "version": "1.0.1", @@ -175020,6 +215238,204 @@ "size": 293778, "checksum": "SHA-256:f0051158644bbaf53fd19c9a3d0bacd17e6a9edc2f7a64b70a22659dd379272f" }, + { + "name": "Painless Mesh", + "version": "1.4.6", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": [ + "painlessMesh.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.6.zip", + "archiveFileName": "Painless_Mesh-1.4.6.zip", + "size": 294177, + "checksum": "SHA-256:ae3839c7f70430c974f7dd4d5caa5310f7643b98b7a18ec208c426870f511d91" + }, + { + "name": "Painless Mesh", + "version": "1.4.7", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": [ + "painlessMesh.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.7.zip", + "archiveFileName": "Painless_Mesh-1.4.7.zip", + "size": 294357, + "checksum": "SHA-256:73d2dcee57a2b2402e11e1bda0bfcb1279bcb1e67543700e04f9a5ef8e1dbbf4" + }, + { + "name": "Painless Mesh", + "version": "1.4.8", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": [ + "painlessMesh.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.8.zip", + "archiveFileName": "Painless_Mesh-1.4.8.zip", + "size": 290889, + "checksum": "SHA-256:f2414a9d21a012839324b306d88cced379ae085993de3bd20db40990ab191d0f" + }, + { + "name": "Painless Mesh", + "version": "1.4.9", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": [ + "painlessMesh.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.9.zip", + "archiveFileName": "Painless_Mesh-1.4.9.zip", + "size": 293086, + "checksum": "SHA-256:2c9ba5af0d925dbd316c62f4e0a433e525ab4b95d82dd06ca4476ba53fb019de" + }, + { + "name": "Painless Mesh", + "version": "1.4.10", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": [ + "painlessMesh.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.4.10.zip", + "archiveFileName": "Painless_Mesh-1.4.10.zip", + "size": 293499, + "checksum": "SHA-256:158d07a58b363c48eab4956edfad483d2ca6b704e7c5b6ef7351f3224cc1016d" + }, + { + "name": "Painless Mesh", + "version": "1.5.0", + "author": "Coopdis,Scotty Franzyshen,Edwin van Leeuwen,Germán Martín,Maximilian Schwarz,Doanh Doanh", + "maintainer": "Edwin van Leeuwen", + "sentence": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "paragraph": "A painless way to setup a mesh with ESP8266 and ESP32 devices", + "website": "https://gitlab.com/painlessMesh/painlessMesh", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/painlessMesh/painlessMesh.git", + "providesIncludes": [ + "painlessMesh.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/painlessMesh/Painless_Mesh-1.5.0.zip", + "archiveFileName": "Painless_Mesh-1.5.0.zip", + "size": 293531, + "checksum": "SHA-256:9d965064fc704e8ba19c0452cc50e619145f7869b9b135dbf7e521f6ec0a4b33" + }, { "name": "MilliStopper", "version": "1.0.0", @@ -176083,6 +216499,54 @@ "size": 98419, "checksum": "SHA-256:add645a1a1e6c189c76bb037267d18655420825e793cdcd39b1a2e323f217df2" }, + { + "name": "TeensyDMX", + "version": "4.1.1", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": [ + "TeensyDMX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.1.1.zip", + "archiveFileName": "TeensyDMX-4.1.1.zip", + "size": 98230, + "checksum": "SHA-256:1af7b06ea9603ce2de4115c9c58672280e9b50b764c3717508c1f2c31f4c11ed" + }, + { + "name": "TeensyDMX", + "version": "4.2.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.", + "paragraph": "Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.", + "website": "https://github.com/ssilverman/TeensyDMX", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/TeensyDMX.git", + "providesIncludes": [ + "TeensyDMX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/TeensyDMX-4.2.0.zip", + "archiveFileName": "TeensyDMX-4.2.0.zip", + "size": 98455, + "checksum": "SHA-256:063808198fa60d8666f44f3a0bf3073d5698139c2a656f6ab8d51584e508cfe1" + }, { "name": "Thread", "version": "0.0.2", @@ -176779,6 +217243,69 @@ "size": 44759, "checksum": "SHA-256:09d5616189d6e472356b47b0929f7df230a93c106fcdf230413872438fa0958f" }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.10.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.10.zip", + "size": 44825, + "checksum": "SHA-256:9f0f34b17113cc4d2f37dc2a3642427927a57f7e5e7d6caeaeb7434b264f5d0e" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.11.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.11.zip", + "size": 44829, + "checksum": "SHA-256:b793fb6607d009a4ea17243eb436896056ceec5aecf70e711c31f40a1a80c8e6" + }, + { + "name": "SparkFun VL53L1X 4m Laser Distance Sensor", + "version": "1.2.12", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X", + "paragraph": "The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667", + "website": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.12.zip", + "archiveFileName": "SparkFun_VL53L1X_4m_Laser_Distance_Sensor-1.2.12.zip", + "size": 51741, + "checksum": "SHA-256:525c8198af6705ca28d00016f49561ba248339eb70f8abc9471af44b8fda0792" + }, { "name": "Music Shield", "version": "1.0.0", @@ -177052,6 +217579,27 @@ "size": 613480, "checksum": "SHA-256:373191dd44f114e46567b65b62f6b2e2ada408db67e1e64a50de8c38d4a875f0" }, + { + "name": "TFT Touch Shield v2.0", + "version": "2.0.3", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control 2.8 inch TFT Touch Shield v2.0.", + "paragraph": "Arduino library to control 2.8 inch TFT Touch Shield v2.0.", + "website": "https://github.com/Seeed-Studio/TFT_Touch_Shield_V2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/TFT_Touch_Shield_V2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/TFT_Touch_Shield_v2_0-2.0.3.zip", + "archiveFileName": "TFT_Touch_Shield_v2_0-2.0.3.zip", + "size": 618799, + "checksum": "SHA-256:54c7c87dd6aafa9c10e2c4a212c3797fe13759776fab30623f88d493d972a621" + }, { "name": "Touch Screen Driver", "version": "1.0.0", @@ -177878,6 +218426,27 @@ "size": 9339, "checksum": "SHA-256:8fab2ffed0d7ab94edb5b664a19df67557a644d081749f3027ad479e1b7485f1" }, + { + "name": "Grove Temperature And Humidity Sensor", + "version": "2.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Temperature And Humidity Sensor, it contains chip DHT11 AM2302.", + "paragraph": "This temperature \u0026 humidity sensor provides a pre-calibrated digital output. A unique capacitive sensor element measures relative humidity and the temperature is measured by a negative temperature coefficient (NTC) thermistor. It has excellent reliability and long term stability.", + "website": "https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor-2.0.1.zip", + "archiveFileName": "Grove_Temperature_And_Humidity_Sensor-2.0.1.zip", + "size": 9593, + "checksum": "SHA-256:953064700a00a385cebfacf453ee010bf7670e11237e48381728918afa8f2cab" + }, { "name": "Hercules Dual 15A 6-20V Motor Controller", "version": "1.0.0", @@ -178939,6 +219508,48 @@ "size": 20629, "checksum": "SHA-256:b10e7c20a8e3cf47ae31a845ba23b59833a01348d9b5bb3216045c5cf390500d" }, + { + "name": "SparkFun VCNL4040 Proximity Sensor Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic Proximity Sensor 20cm - VCNL4040", + "paragraph": "The VCNL4040 is a simple IR presence and ambient light sensor. This sensor is excellent for detecting if something has appeared in front of the sensor. We often see this type of sensor on automatic towel dispensers, automatic faucets, etc. You can detect objects qualitatively up to 20cm away. This means you can detect if something is there, and if it is closer or further away since the last reading, but it's difficult to say it is 7.2cm away. If you need quantitative distance readings (for example sensing that an object is 177mm away) check out the SparkFun Time of Flight (ToF) sensors with mm accuracy.", + "website": "https://github.com/sparkfun/SparkFun_VCNL4040_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VCNL4040_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.3.zip", + "archiveFileName": "SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.3.zip", + "size": 20693, + "checksum": "SHA-256:816c86316480ec84c1e106e735e390ce95a6d6bb290d54a701a333471b6806b5" + }, + { + "name": "SparkFun VCNL4040 Proximity Sensor Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic Proximity Sensor 20cm - VCNL4040", + "paragraph": "The VCNL4040 is a simple IR presence and ambient light sensor. This sensor is excellent for detecting if something has appeared in front of the sensor. We often see this type of sensor on automatic towel dispensers, automatic faucets, etc. You can detect objects qualitatively up to 20cm away. This means you can detect if something is there, and if it is closer or further away since the last reading, but it's difficult to say it is 7.2cm away. If you need quantitative distance readings (for example sensing that an object is 177mm away) check out the SparkFun Time of Flight (ToF) sensors with mm accuracy.", + "website": "https://github.com/sparkfun/SparkFun_VCNL4040_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VCNL4040_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.4.zip", + "archiveFileName": "SparkFun_VCNL4040_Proximity_Sensor_Library-1.0.4.zip", + "size": 20704, + "checksum": "SHA-256:95201452fe6b0fde3bc14da3140c5bf42c47ba1c2278dd47e0636629bb19dc4b" + }, { "name": "ProtoCentral MAX30205 Body Temperature Sensor Library", "version": "1.0.0", @@ -179444,6 +220055,30 @@ "size": 41130, "checksum": "SHA-256:84b320a003a4c265266093f87301bc118021dba4e735e20739c1037072565baa" }, + { + "name": "libCBOR", + "version": "1.6.1", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "A CBOR (RFC 7049) processing library.", + "paragraph": "This implements basic read and write functionality. It also provides some parsing and EEPROM helper functions.", + "website": "https://github.com/ssilverman/libCBOR", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/libCBOR.git", + "providesIncludes": [ + "CBOR.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/libCBOR-1.6.1.zip", + "archiveFileName": "libCBOR-1.6.1.zip", + "size": 41273, + "checksum": "SHA-256:f17c60d21c1b2e7ae0504d0d905be0751cdb505dca3dfb74975f81695c695eae" + }, { "name": "ProtoCentral FDC1004 Capacitive Sensor Library", "version": "1.0.2", @@ -179486,6 +220121,48 @@ "size": 24560, "checksum": "SHA-256:48454c75f4a0ab42400303e53b34de1397054f66ae59a89c31be3c7ae246dfeb" }, + { + "name": "SparkFun MS5637 Barometric Pressure Library", + "version": "1.0.1", + "author": "TE Connectivity and SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic Pressure Sensor - MS5637", + "paragraph": "The SparkFun breakout board for the MS5637 is a very sensitive, fully calibrated, low power, easy to use barometric pressure sensor capable of detecting a change of as little as 13cm of air! Great for weather sensing and local altimetry projects.", + "website": "https://github.com/sparkfun/SparkFun_MS5637_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MS5637_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5637_Barometric_Pressure_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MS5637_Barometric_Pressure_Library-1.0.1.zip", + "size": 24556, + "checksum": "SHA-256:f61e535e90a96207c9a2aea826758243489967cb7bdb36f787d823e0aea2952c" + }, + { + "name": "SparkFun MS5637 Barometric Pressure Library", + "version": "1.0.2", + "author": "TE Connectivity and SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic Pressure Sensor - MS5637", + "paragraph": "The SparkFun breakout board for the MS5637 is a very sensitive, fully calibrated, low power, easy to use barometric pressure sensor capable of detecting a change of as little as 13cm of air! Great for weather sensing and local altimetry projects.", + "website": "https://github.com/sparkfun/SparkFun_MS5637_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MS5637_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MS5637_Barometric_Pressure_Library-1.0.2.zip", + "archiveFileName": "SparkFun_MS5637_Barometric_Pressure_Library-1.0.2.zip", + "size": 24622, + "checksum": "SHA-256:15e892f964281801eb937cdb17f6d2824eb3d90e44cdaa39bd7e2106d37af756" + }, { "name": "PetriNetLib", "version": "1.0.0", @@ -179619,6 +220296,30 @@ "size": 17951, "checksum": "SHA-256:74d772211299ce8f4d4f1ebcd4801dbefaa4ec3434b6a33ce700c3acc20d7938" }, + { + "name": "DMTimer", + "version": "1.3.0", + "author": "Nicolas Simonnet \u003cnico@dirtymarmotte.net\u003e", + "maintainer": "Nicolas Simonnet \u003cnico@dirtymarmotte.net\u003e", + "sentence": "A library that simplifies non blocking recurrent calls.", + "paragraph": "Set an interval and do what you want every time interval is reached. Accepts dynamic intervals too, e.g. for managing accelerations.", + "website": "https://github.com/toxnico/DMTimer", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/toxnico/Timer.git", + "providesIncludes": [ + "dmtimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/toxnico/DMTimer-1.3.0.zip", + "archiveFileName": "DMTimer-1.3.0.zip", + "size": 21951, + "checksum": "SHA-256:1d55edcdeb0692ba08a2e70f05bc0ece13854124e20332a6e4a8c0db5bc8c2ea" + }, { "name": "TroykaLight", "version": "1.0.0", @@ -179852,6 +220553,126 @@ "size": 28762, "checksum": "SHA-256:a3f96648bb260e7d11426303484a6afa32017336c90343e14d0b7ef9f92e13ad" }, + { + "name": "StreamLib", + "version": "1.2.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": [ + "StreamLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.2.0.zip", + "archiveFileName": "StreamLib-1.2.0.zip", + "size": 60058, + "checksum": "SHA-256:0e75921ca6732c3cd468d6084e205812458b3e0efe4da6f089ec9e16b4a28de8" + }, + { + "name": "StreamLib", + "version": "1.2.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": [ + "StreamLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.2.1.zip", + "archiveFileName": "StreamLib-1.2.1.zip", + "size": 61048, + "checksum": "SHA-256:877649e12e7c31114416e70a770371a4558f1390d3a341f9053137bb7bdaf0cf" + }, + { + "name": "StreamLib", + "version": "1.3.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": [ + "StreamLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.3.0.zip", + "archiveFileName": "StreamLib-1.3.0.zip", + "size": 65238, + "checksum": "SHA-256:1e192f2f49ea31239fcbae918aae8fbf91d699bbac66fa9b8892ef465640e74f" + }, + { + "name": "StreamLib", + "version": "1.3.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": [ + "StreamLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.3.1.zip", + "archiveFileName": "StreamLib-1.3.1.zip", + "size": 65242, + "checksum": "SHA-256:ef73e7a69112742fede78334e8b24f485d0e68bb1f67d59891eee544d4909585" + }, + { + "name": "StreamLib", + "version": "1.3.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.", + "paragraph": "BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.", + "website": "https://github.com/jandrassy/StreamLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/StreamLib.git", + "providesIncludes": [ + "StreamLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/StreamLib-1.3.2.zip", + "archiveFileName": "StreamLib-1.3.2.zip", + "size": 65258, + "checksum": "SHA-256:4ae9e01fc3952dd7e9c3429311d2d5fe1dbb92a6d9b07f2672a20ea11f8df665" + }, { "name": "RingBuffer", "version": "1.0.0", @@ -179948,6 +220769,30 @@ "size": 16059, "checksum": "SHA-256:5cc2401324b332cc3df97d7341a9339e53c8db9306a0a9608166b3a59120b446" }, + { + "name": "RingBuffer", + "version": "1.0.4", + "author": "Jean-Luc - Locoduino", + "maintainer": "Jean-Luc - Locoduino", + "sentence": "This library allows to use ring buffer with and without interrupts.", + "paragraph": "RingBuffer is a library for ring buffers. Elements can be of arbitrate type.", + "website": "https://github.com/Locoduino/RingBuffer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Locoduino/RingBuffer.git", + "providesIncludes": [ + "RingBuf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/RingBuffer-1.0.4.zip", + "archiveFileName": "RingBuffer-1.0.4.zip", + "size": 17372, + "checksum": "SHA-256:396f0a15693b697f7a1acdfab8643d1d990f5f46042c13cc9efabe98f1f03432" + }, { "name": "TridentTD_Linenotify", "version": "2.2.0", @@ -180013,6 +220858,116 @@ "size": 459884, "checksum": "SHA-256:72cff4d2ec4ef6154a0614f10ff2c29985f645c6645619f0ef160943054f0109" }, + { + "name": "TridentTD_Linenotify", + "version": "3.0.2", + "author": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "maintainer": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "sentence": "A library for LINE Nofity", + "paragraph": "LINE notify library for ESP8266 \u0026 ESP32", + "website": "https://github.com/TridentTD/TridentTD_LineNotify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.2.zip", + "archiveFileName": "TridentTD_Linenotify-3.0.2.zip", + "size": 461961, + "checksum": "SHA-256:1ad5cdd94ed24a8e3c3a0939d9ede95309267e2dcbdcb96a514f5f17ffe2835f" + }, + { + "name": "TridentTD_Linenotify", + "version": "3.0.3", + "author": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "maintainer": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "sentence": "A library for LINE Nofity", + "paragraph": "LINE notify library for ESP8266 \u0026 ESP32", + "website": "https://github.com/TridentTD/TridentTD_LineNotify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.3.zip", + "archiveFileName": "TridentTD_Linenotify-3.0.3.zip", + "size": 462095, + "checksum": "SHA-256:091a8a529bbb9e4f6660ecf56b429ff95b48b2105ab1bb93f48a1d926440e01e" + }, + { + "name": "TridentTD_Linenotify", + "version": "3.0.4", + "author": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "maintainer": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "sentence": "A library for LINE Nofity", + "paragraph": "LINE notify library for ESP8266 \u0026 ESP32", + "website": "https://github.com/TridentTD/TridentTD_LineNotify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.4.zip", + "archiveFileName": "TridentTD_Linenotify-3.0.4.zip", + "size": 462259, + "checksum": "SHA-256:a8e63428fd8c6e7abba057880629fabd393d7faa03eb3b54f9ca0d110e5d38c2" + }, + { + "name": "TridentTD_Linenotify", + "version": "3.0.5", + "author": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "maintainer": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "sentence": "A library for LINE Nofity", + "paragraph": "LINE notify library for ESP8266 \u0026 ESP32", + "website": "https://github.com/TridentTD/TridentTD_LineNotify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.5.zip", + "archiveFileName": "TridentTD_Linenotify-3.0.5.zip", + "size": 487926, + "checksum": "SHA-256:13bc1c0d1a57444a4e7990405bfab6694fbee503bb2253804cc76b4f119cb09b" + }, + { + "name": "TridentTD_Linenotify", + "version": "3.0.6", + "author": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "maintainer": "TridentTD \u003cfb: www.facebook.com/miniNodeMCU\u003e", + "sentence": "A library for LINE Nofity", + "paragraph": "LINE notify library for ESP8266 \u0026 ESP32", + "website": "https://github.com/TridentTD/TridentTD_LineNotify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_Linenotify-3.0.6.zip", + "archiveFileName": "TridentTD_Linenotify-3.0.6.zip", + "size": 986436, + "checksum": "SHA-256:12d67d7b4d0e413929fd804698271bd4af6fd04da770d6ad727df2f0ae19c6c7" + }, { "name": "Wio 3G for Arduino", "version": "1.0.0", @@ -180909,6 +221864,36 @@ "size": 83361, "checksum": "SHA-256:4318eaf0341943d1be5538167da2da7ddfaa50fb966e6856ce7cc3d1d77145b0" }, + { + "name": "esp8266-google-home-notifier", + "version": "1.0.8", + "author": "horihiro", + "maintainer": "horihiro", + "sentence": "Send notifications to Google Home from esp8266/32.", + "paragraph": "This library requires esp8266-google-tts which depends on Google Translate Service.", + "website": "https://github.com/horihiro/esp8266-google-home-notifier", + "category": "Data Processing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/horihiro/esp8266-google-home-notifier.git", + "providesIncludes": [ + "esp8266-google-home-notifier.h" + ], + "dependencies": [ + { + "name": "esp8266-google-tts" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/horihiro/esp8266_google_home_notifier-1.0.8.zip", + "archiveFileName": "esp8266_google_home_notifier-1.0.8.zip", + "size": 83421, + "checksum": "SHA-256:b229d55ca499e33e25a2a3c8ca016fb2d001ef40f48722f118a432c1caa2396b" + }, { "name": "RFM69_LowPowerLab", "version": "1.0.0", @@ -181110,6 +222095,110 @@ "size": 509676, "checksum": "SHA-256:1c488e4c469da91160c99a7d16a3fcf9825ac220994a69f704cf95aa233269d6" }, + { + "name": "RFM69_LowPowerLab", + "version": "1.4.3", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.4.3.zip", + "archiveFileName": "RFM69_LowPowerLab-1.4.3.zip", + "size": 3567070, + "checksum": "SHA-256:e17b455061dbd585bae88757e1286d8b3c6537c4157bdcca3337dec813991d2c" + }, + { + "name": "RFM69_LowPowerLab", + "version": "1.5.0", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.5.0.zip", + "archiveFileName": "RFM69_LowPowerLab-1.5.0.zip", + "size": 3570727, + "checksum": "SHA-256:a337c2eb71334aa6a3b24447c3e7c54888ce015559e38f6de9356ed53ff543e6" + }, + { + "name": "RFM69_LowPowerLab", + "version": "1.5.1", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.5.1.zip", + "archiveFileName": "RFM69_LowPowerLab-1.5.1.zip", + "size": 3578140, + "checksum": "SHA-256:6bd24c9fc07e37e3adfb499d9290931003486a528c87c21d69b103215e5f1358" + }, + { + "name": "RFM69_LowPowerLab", + "version": "1.5.2", + "author": "LowPowerLab \u003clowpowerlab.com\u003e", + "maintainer": "Felix Rusu \u003cfelix@lowpowerlab.com\u003e", + "sentence": "Simple Arduino library for RFM69/SX1231h based radio module transceivers", + "paragraph": "Easy to use library for controlling all types of RFM69 transceivers. Designed and tested for Moteino boards. Also tested with Arduino, STM32, SAMD21 boards.", + "website": "https://github.com/LowPowerLab/RFM69", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LowPowerLab/RFM69.git", + "dependencies": [ + { + "name": "SPIFlash_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/RFM69_LowPowerLab-1.5.2.zip", + "archiveFileName": "RFM69_LowPowerLab-1.5.2.zip", + "size": 3578336, + "checksum": "SHA-256:2c51725e0e44ae8c00160a28a1697ffafc019a575183933b84e11a618afd6afd" + }, { "name": "SparkFun BH1749NUC Arduino Library", "version": "0.1.0", @@ -181257,6 +222346,27 @@ "size": 9751, "checksum": "SHA-256:024edad273e383514e890b7d97b3c015f35192d63a852e63868e01f8ab4b2858" }, + { + "name": "SparkFun PCA9536 Arduino Library", + "version": "1.2.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the PCA9536 on the SparkFun Qwiic RGB Sensor", + "paragraph": "An Arduino Library for the PCA9536 4-bit port expander. This library handles the initialization of the PCA9536 and supports standard pinMode, digitalRead, and digitalWrite functions.", + "website": "https://github.com/sparkfunX/SparkFun_PCA9536_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_PCA9536_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9536_Arduino_Library-1.2.2.zip", + "archiveFileName": "SparkFun_PCA9536_Arduino_Library-1.2.2.zip", + "size": 9790, + "checksum": "SHA-256:b6c652f2a099578e810adc89caf0970d5aaa3ee10594020060e08ac305257a4b" + }, { "name": "Adafruit TouchScreen", "version": "1.0.0", @@ -181425,6 +222535,69 @@ "size": 10813, "checksum": "SHA-256:ceb336041e7023ab668a6bf34c913a7418ff37cb08259da545e1f258bdc69f2b" }, + { + "name": "Adafruit TouchScreen", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.1.2.zip", + "archiveFileName": "Adafruit_TouchScreen-1.1.2.zip", + "size": 10820, + "checksum": "SHA-256:6228545d673198f074e52225fca6f0647f3395c6fbcb5616a51c0ffafe9f945f" + }, + { + "name": "Adafruit TouchScreen", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.1.3.zip", + "archiveFileName": "Adafruit_TouchScreen-1.1.3.zip", + "size": 10852, + "checksum": "SHA-256:4689a576ac93b9af755663937cf9cd84b30a1a46d8d2155702c237e02f749f6d" + }, + { + "name": "Adafruit TouchScreen", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit TouchScreen display library.", + "paragraph": "Adafruit TouchScreen display library.", + "website": "https://github.com/adafruit/Adafruit_TouchScreen", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TouchScreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TouchScreen-1.1.5.zip", + "archiveFileName": "Adafruit_TouchScreen-1.1.5.zip", + "size": 10853, + "checksum": "SHA-256:ef8bd5d501b1ed4fc78a83adce77d268f0e98e6d92392afc88336dcc337372cb" + }, { "name": "FlightSimOutputs", "version": "0.2.3", @@ -181702,6 +222875,34 @@ "size": 17026, "checksum": "SHA-256:ee0f74277d604d24e09c36ee838ae48c3c9b5384724be88793ed405b5ea954aa" }, + { + "name": "Nova Fitness Sds dust sensors library", + "version": "1.5.1", + "author": "Paweł Kołodziejczyk \u003clewapek@gmail.com\u003e", + "maintainer": "Pawel Kołodziejczyk \u003clewapek@gmail.com\u003e", + "sentence": "A high-level abstaction over Sds sensors family", + "paragraph": "Supports Sds011, implements whole Laser Dust Sensor Control Protocol V1.3, should also work with other Sds sensors.", + "website": "https://github.com/lewapek/sds-dust-sensors-arduino-library", + "category": "Sensors", + "architectures": [ + "avr", + "esp8266", + "esp32", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lewapek/sds-dust-sensors-arduino-library.git", + "providesIncludes": [ + "SdsDustSensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lewapek/Nova_Fitness_Sds_dust_sensors_library-1.5.1.zip", + "archiveFileName": "Nova_Fitness_Sds_dust_sensors_library-1.5.1.zip", + "size": 17014, + "checksum": "SHA-256:61933e3f1fb505e86e258f24678ddad9a5ae29d0cca1dbfc037c0e752596f63a" + }, { "name": "XLR8HardwareSerial", "version": "1.0.0", @@ -182292,6 +223493,180 @@ "size": 919561, "checksum": "SHA-256:0dea60f3a5e342afa508b6e145db901c85d905b847771dfa84c972766b06b9bd" }, + { + "name": "WS2812FX", + "version": "1.3.3", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": [ + "WS2812FX.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.3.3.zip", + "archiveFileName": "WS2812FX-1.3.3.zip", + "size": 1015663, + "checksum": "SHA-256:f70b411ae9e669fae72dc5de21fa6113f047445aa0536a19bb074cb3990bd3d4" + }, + { + "name": "WS2812FX", + "version": "1.3.4", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": [ + "WS2812FX.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.3.4.zip", + "archiveFileName": "WS2812FX-1.3.4.zip", + "size": 1025094, + "checksum": "SHA-256:c8bab57ee5d9b4e235e462b30b97544279c386502eda799434857e0fa0091a46" + }, + { + "name": "WS2812FX", + "version": "1.3.5", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": [ + "WS2812FX.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.3.5.zip", + "archiveFileName": "WS2812FX-1.3.5.zip", + "size": 1022314, + "checksum": "SHA-256:6be16b73ae382b90ea3d2e6942be68560f749feece58f714c0e30c7ef2e13bfe" + }, + { + "name": "WS2812FX", + "version": "1.4.0", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": [ + "WS2812FX.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.4.0.zip", + "archiveFileName": "WS2812FX-1.4.0.zip", + "size": 1034132, + "checksum": "SHA-256:9bb4b4010c2a5d1755d0df04a668b82437ae287b217652d222d3b9a9cd922e95" + }, + { + "name": "WS2812FX", + "version": "1.4.1", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": [ + "WS2812FX.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.4.1.zip", + "archiveFileName": "WS2812FX-1.4.1.zip", + "size": 1043606, + "checksum": "SHA-256:148915e58a20c5a59c5a99566a237a0d0ab11b52efa67f44b989e68a287595ab" + }, + { + "name": "WS2812FX", + "version": "1.4.2", + "author": "Harm Aldick", + "maintainer": "Harm Aldick", + "sentence": "WS2812 FX Library for Arduino and ESP microprocessors.", + "paragraph": "This library features a variety of blinken effects for WS2811/WS2812/NeoPixel LEDs.", + "website": "https://github.com/kitesurfer1404/WS2812FX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kitesurfer1404/WS2812FX.git", + "providesIncludes": [ + "WS2812FX.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kitesurfer1404/WS2812FX-1.4.2.zip", + "archiveFileName": "WS2812FX-1.4.2.zip", + "size": 1047360, + "checksum": "SHA-256:1ff02222795cdf74e3f86afaa2512f594f6ddb99c16c06ef0e98ae202cdf2005" + }, { "name": "JC_Button", "version": "1.0.2", @@ -182634,6 +224009,27 @@ "size": 262604, "checksum": "SHA-256:796777ff2d45859698cd6aa0f2ba257b6d673ae3a001d9dcf5066dc18553c239" }, + { + "name": "ACAN", + "version": "2.0.3", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 3.1 / 3.2, 3.5, 3.6 CAN driver.", + "paragraph": "This library is a CAN network driver. Compatible with ACAN2515, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN-2.0.3.zip", + "archiveFileName": "ACAN-2.0.3.zip", + "size": 230642, + "checksum": "SHA-256:6d5147ad398d43efe35a938dbff4c2bcbe803ddeb4202f80397eba92c3719a12" + }, { "name": "IbusTrx", "version": "2.4.0", @@ -182971,6 +224367,32 @@ "size": 78403, "checksum": "SHA-256:1c13b86961bceb3b6d173a47f085e47d4b3c75050c1806122870cc0302d18ab0" }, + { + "name": "stemi-hexapod", + "version": "3.0.0", + "author": "STEMI (info@stemi.education)", + "maintainer": "Luka Dumančić (luka.dumancic@stemi.education)", + "sentence": "Library for controlling STEMI Hexapod v3.", + "paragraph": "Includes drivers for BLE, servo, battery and everything else required to control STEMI hexapod robot.", + "website": "https://stemi.education", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stemi-education/stemi-hexapod.git", + "dependencies": [ + { + "name": "NeoPixelBus by Makuna" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stemi-education/stemi_hexapod-3.0.0.zip", + "archiveFileName": "stemi_hexapod-3.0.0.zip", + "size": 104706, + "checksum": "SHA-256:8b881fcbd340426aa7e42f781235950226b6da7e19e4465df858c87f56a452b0" + }, { "name": "DeadReckoning-library", "version": "1.0.0", @@ -183098,6 +224520,27 @@ "size": 18634, "checksum": "SHA-256:7a722a0c40b752d2dd8fb4d8616d8bbeb49b5db45730f24d0affe5b02bd2df19" }, + { + "name": "SparkFun VEML6075 Arduino Library", + "version": "1.1.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the VEML6075 on the SparkFun Qwiic UV Sensor", + "paragraph": "An Arduino Library for the VEML6075 UV sensor. This library configures the sensor, reads UVA, and UVB values, and calculates a UV index output.", + "website": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VEML6075_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML6075_Arduino_Library-1.1.5.zip", + "archiveFileName": "SparkFun_VEML6075_Arduino_Library-1.1.5.zip", + "size": 18601, + "checksum": "SHA-256:50f2870a1c951d0485db22c98da166b7cd5d6a27eb6d4a408eeab83f905a8578" + }, { "name": "TeensySimplePacketComs", "version": "0.0.1", @@ -183320,6 +224763,390 @@ "size": 14203, "checksum": "SHA-256:915e4ef81534c429edb32b33cf01bd116e370a52253b454dc518d7585ffb9f8a" }, + { + "name": "Adafruit NeoPXL8", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.0.5.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.0.5.zip", + "size": 14324, + "checksum": "SHA-256:adeb2f8a9f936f69b20fed849e6c483b7681caf0a39ba515c1d17b14abe6f455" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51 and RP2040", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51 and RP2040", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.1.0.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.1.0.zip", + "size": 17153, + "checksum": "SHA-256:2615babf2107f7f5fcae3c05ffaaa8f49d5060645671d04b9086d52517d3e463" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.2.0.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.2.0.zip", + "size": 75785, + "checksum": "SHA-256:b70260ecd2325a8d37dbc3646a3b08f2814c3e933afaaec030130fb105678c34" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.2.1.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.2.1.zip", + "size": 75831, + "checksum": "SHA-256:d830a3dfc069dd8a7f3e13c80debb486ddb3ed488df764699c67bfd151e9c195" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.2.2.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.2.2.zip", + "size": 75828, + "checksum": "SHA-256:b90142d02b46fd306c646edb7d5afa1c315e73f2347c3fefac7c3b3065cd7e84" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.2.3.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.2.3.zip", + "size": 75970, + "checksum": "SHA-256:c6a3d31cd433c465a173acae8863a7ed6413775f762d52b04c4ec0da5ce1e23c" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.2.4.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.2.4.zip", + "size": 76005, + "checksum": "SHA-256:32ee132f2f502d7fbe4801af2b641c00b597cfbd2d5d31fe2240c62c143e0a97" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit InternalFlash" + }, + { + "name": "FlashStorage" + }, + { + "name": "Adafruit CPFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.2.5.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.2.5.zip", + "size": 81726, + "checksum": "SHA-256:2bf4b687e88682d2f74250105893f84be61de67d97ac39488cb4ec887e4e2700" + }, + { + "name": "Adafruit NeoPXL8", + "version": "1.2.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "paragraph": "Arduino library for controlling 8 NeoPixel LED strips using DMA on ATSAMD21, ATSAMD51, RP2040 and ESP32S3", + "website": "https://github.com/adafruit/Adafruit_NeoPXL8", + "category": "Display", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoPXL8.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit InternalFlash" + }, + { + "name": "FlashStorage" + }, + { + "name": "Adafruit CPFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoPXL8-1.2.6.zip", + "archiveFileName": "Adafruit_NeoPXL8-1.2.6.zip", + "size": 81809, + "checksum": "SHA-256:c3e27ddaf8e15b90472703541ac69f62f09ab2bf7181a6ddf8888d9174e3ba1b" + }, { "name": "SparkFun SCD30 Arduino Library", "version": "1.0.0", @@ -183446,6 +225273,258 @@ "size": 462234, "checksum": "SHA-256:0635661bcc809564a9942612318208e16499cccbe6c5bb1036134b29307f6642" }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.9", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.9.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.9.zip", + "size": 462565, + "checksum": "SHA-256:d0851ce1add0601f4c6db21b35691a702af23db85842707e90da6ebe8cbc32de" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.10", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.10.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.10.zip", + "size": 462834, + "checksum": "SHA-256:39af29f0b9fa798077ebfa9bde74c8adf23dce3ccf161b230eabdbbc842b6385" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.11", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.11.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.11.zip", + "size": 465397, + "checksum": "SHA-256:eb41f32b8aa192516cd10ae4956db2ec59dcd32b44ce4a0b96360e8147ccb1c4" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.12", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.12.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.12.zip", + "size": 465708, + "checksum": "SHA-256:f1650ff0247e66990cf270472bf43cf352933145cb96cf39cfba32152b482d28" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.13", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.13.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.13.zip", + "size": 465638, + "checksum": "SHA-256:9693b09bcd1599f9ac8ab3f262a00fea85b494ef2a17982ac2bf38e8aa421327" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.14", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.14.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.14.zip", + "size": 465736, + "checksum": "SHA-256:8ee69f384f0398b8715788a81cc99a68911d39fcc2a5cebb109d8a92ab45cb02" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.15", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.15.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.15.zip", + "size": 465746, + "checksum": "SHA-256:4e4f1e559d382dafaf28d86ec33bbebf3eb34e12823be8ff80f5c8aae7bc18da" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.16", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.16.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.16.zip", + "size": 465924, + "checksum": "SHA-256:c9888a384dad00a4dd4b56adb8970351528c19e2d1e1bb52a7d1ffb7b6fb68a6" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.17", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduinolibrary for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.17.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.17.zip", + "size": 466002, + "checksum": "SHA-256:07736b652b5d6105c543863d74e2cbc98c3752bb28564eaa74a814347f29a8b2" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.18", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduino library for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.18.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.18.zip", + "size": 465999, + "checksum": "SHA-256:56c124b815d04b1b9cd258924ae72065e11e8bacc6daddcb0c459b49c48ca772" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.19", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduino library for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.19.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.19.zip", + "size": 466001, + "checksum": "SHA-256:5c0ba5329da2d1e5e1d57f7980c1429a5086c6daf3313fc2702c82fe4c3e1abc" + }, + { + "name": "SparkFun SCD30 Arduino Library", + "version": "1.0.20", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD30 CO2 Sensor", + "paragraph": "An Arduino library for the SCD30 CO2 sensor from Sensirion. The SCD30 is a high quality \u003ca href=\"https://en.wikipedia.org/wiki/Nondispersive_infrared_sensor\"\u003eNDIR\u003c/a\u003e based CO₂ sensor capable of detecting 400 to 10000ppm with an accuracy of ±(30ppm+3%). In order to improve accuracy the SCD30 has temperature and humidity sensing built-in, as well as commands to set the current altitude.\u003cbr\u003e\u003cbr\u003eGet the SCD30 \u003ca href=\"https://www.sparkfun.com/products/14751\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD30_Arduino_Library-1.0.20.zip", + "archiveFileName": "SparkFun_SCD30_Arduino_Library-1.0.20.zip", + "size": 466067, + "checksum": "SHA-256:d34a4a2f3dae2334ef8d5b2e259a0b0063f068e394bfa7e66d7586392e12ca9a" + }, { "name": "DropboxManager", "version": "1.0.0", @@ -183796,6 +225875,48 @@ "size": 29734, "checksum": "SHA-256:d9c46d5639c1fe5676849068615bec08b819d8427cf09f2b1df669c731a47ece" }, + { + "name": "VL53L1X", + "version": "1.3.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L1X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L1X distance sensor.", + "website": "https://github.com/pololu/vl53l1x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/vl53l1x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.3.0.zip", + "archiveFileName": "VL53L1X-1.3.0.zip", + "size": 31703, + "checksum": "SHA-256:b24378b3df329eaf1fac4a99060f10ca615a98cd4132e7a76581fd17c7b43378" + }, + { + "name": "VL53L1X", + "version": "1.3.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "VL53L1X distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L1X distance sensor.", + "website": "https://github.com/pololu/vl53l1x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/vl53l1x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/VL53L1X-1.3.1.zip", + "archiveFileName": "VL53L1X-1.3.1.zip", + "size": 33235, + "checksum": "SHA-256:993d7525cbd14bb55e9b394e8abe3047774754cf15139aafe95a3b2260fe5223" + }, { "name": "SparkFun LPS25HB Pressure Sensor Library", "version": "1.0.0", @@ -183901,6 +226022,27 @@ "size": 21701, "checksum": "SHA-256:215171d5fe658e5162f762a129576bc49bd666b91e2090f2465d3dd8d57bc08a" }, + { + "name": "SparkFun LPS25HB Pressure Sensor Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/14767\"\u003eSparkFun Qwiic Pressure Sensor - LPS25HB\u003c/a\u003e.", + "paragraph": "Library for the LPS25HB pressure sensor, part of the Qwiic system. Several basic functionlity examples included.", + "website": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LPS25HB_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS25HB_Pressure_Sensor_Library-1.1.1.zip", + "archiveFileName": "SparkFun_LPS25HB_Pressure_Sensor_Library-1.1.1.zip", + "size": 21687, + "checksum": "SHA-256:ec9a07dfe4a8a1b91736b9db8c7677e6b4f1c706aefe863646c597002484e14e" + }, { "name": "NonBlockingRTTTL", "version": "1.2.0", @@ -183973,6 +226115,30 @@ "size": 243544, "checksum": "SHA-256:22746bd6528a0602a6c678b92dee91d646be70987c2cf71e90301d386369c3c2" }, + { + "name": "NonBlockingRTTTL", + "version": "1.3.0", + "author": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "maintainer": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "sentence": "Non-blocking Arduino library for playing RTTTL melodies.", + "paragraph": "The library allows your program to read or write IOs pins while playing. Implementing \"stop\" or \"next song\" push buttons is really easy!", + "website": "https://github.com/end2endzone/NonBlockingRTTTL", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/end2endzone/NonBlockingRTTTL.git", + "providesIncludes": [ + "NonBlockingRtttl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/NonBlockingRTTTL-1.3.0.zip", + "archiveFileName": "NonBlockingRTTTL-1.3.0.zip", + "size": 243684, + "checksum": "SHA-256:455479b0467d3a48e1fca30dcb17f6bcc03e7e330b0a4e6ff0072ba0b7013c44" + }, { "name": "MiCS6814-I2C", "version": "1.0.0", @@ -184361,6 +226527,66 @@ "size": 538832, "checksum": "SHA-256:1b47bbdde9ff979d81f4328e3f72764b8accf22b96b2db6dffe1a172416cbbf8" }, + { + "name": "VSCP", + "version": "1.2.0", + "author": "Andreas Merkle", + "maintainer": "Andreas Merkle \u003cvscp@blue-andi.de\u003e", + "sentence": "Very Simple Control Protocol L1 framework for all Arduino boards.", + "website": "http://github.com/BlueAndi/vscp-arduino", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlueAndi/vscp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-1.2.0.zip", + "archiveFileName": "VSCP-1.2.0.zip", + "size": 546737, + "checksum": "SHA-256:93930693c9acdcede1fa18b17f6d4aff075b58bb32097440e06b5bd0dba03b10" + }, + { + "name": "VSCP", + "version": "1.3.0", + "author": "Andreas Merkle", + "maintainer": "Andreas Merkle \u003cvscp@blue-andi.de\u003e", + "sentence": "Very Simple Control Protocol L1 framework for all Arduino boards.", + "website": "http://github.com/BlueAndi/vscp-arduino", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlueAndi/vscp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-1.3.0.zip", + "archiveFileName": "VSCP-1.3.0.zip", + "size": 553891, + "checksum": "SHA-256:1890bd3ff403e6b4d4d69efbce8200ec682383ba5606adf7a30f107ebea5a0ca" + }, + { + "name": "VSCP", + "version": "2.0.0", + "author": "Andreas Merkle", + "maintainer": "Andreas Merkle \u003cvscp@blue-andi.de\u003e", + "sentence": "Very Simple Control Protocol L1 framework for all Arduino boards.", + "website": "http://github.com/BlueAndi/vscp-arduino", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlueAndi/vscp-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueAndi/VSCP-2.0.0.zip", + "archiveFileName": "VSCP-2.0.0.zip", + "size": 556200, + "checksum": "SHA-256:4b8c1bc28b0956f4b747730de8d7d04ef9192ef6c0d7b15b5bdeed6273d794d6" + }, { "name": "VectorDisplay", "version": "0.0.2", @@ -184576,6 +226802,54 @@ "size": 4518, "checksum": "SHA-256:edd70ddcc010007625cdf46a91ab18342fab9342bd0a73b1ddba7165d38f3eca" }, + { + "name": "PPMEncoder", + "version": "0.3.0", + "author": "Christopher Schirner \u003cmail+github@schinken.io\u003e", + "maintainer": "Christopher Schirner \u003cmail+github@schinken.io\u003e", + "sentence": "A library to encode/generate a PPM signal for controlling RC Cars, etc...", + "paragraph": "Easy PPM Signal generator", + "website": "http://github.com/schinken/PPMEncoder", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/schinken/PPMEncoder.git", + "providesIncludes": [ + "PPMEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.3.0.zip", + "archiveFileName": "PPMEncoder-0.3.0.zip", + "size": 4643, + "checksum": "SHA-256:16114480194131734fb08a902ffbfa9f56d5970336a226d8952f497a237f1dc4" + }, + { + "name": "PPMEncoder", + "version": "0.4.0", + "author": "Christopher Schirner \u003cmail+github@schinken.io\u003e", + "maintainer": "Christopher Schirner \u003cmail+github@schinken.io\u003e", + "sentence": "A library to encode/generate a PPM signal for controlling RC Cars, etc...", + "paragraph": "Easy PPM Signal generator", + "website": "http://github.com/schinken/PPMEncoder", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/schinken/PPMEncoder.git", + "providesIncludes": [ + "PPMEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/schinken/PPMEncoder-0.4.0.zip", + "archiveFileName": "PPMEncoder-0.4.0.zip", + "size": 4715, + "checksum": "SHA-256:19c1b7307158d7715f6ff35ad63430d6bfddc99ca4996f6a54fa52ad62ecaa4e" + }, { "name": "DL_PAC_NK76", "version": "1.0.0", @@ -184770,6 +227044,54 @@ "size": 12633, "checksum": "SHA-256:687c67226470fdf3a3169200e1855b456746a021fa73727645b8c9abce3c727c" }, + { + "name": "OpenTherm Library", + "version": "1.1.3", + "author": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "maintainer": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "sentence": "OpenTherm Library for HVAC system control communication using Arduino and ESP8266 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and works with all OpenTherm compatible boilers.", + "website": "https://github.com/ihormelnyk/opentherm_library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ihormelnyk/opentherm_library.git", + "providesIncludes": [ + "OpenTherm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.1.3.zip", + "archiveFileName": "OpenTherm_Library-1.1.3.zip", + "size": 12834, + "checksum": "SHA-256:92e9d9f6d19006c135ef73e655539e7bc097194c26d48e60ba34099b9d8f1943" + }, + { + "name": "OpenTherm Library", + "version": "1.1.4", + "author": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "maintainer": "Ihor Melnyk \u003cihor.melnyk@gmail.com\u003e", + "sentence": "OpenTherm Library for HVAC system control communication using Arduino and ESP8266/ESP32 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and works with all OpenTherm compatible boilers.", + "website": "https://github.com/ihormelnyk/opentherm_library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ihormelnyk/opentherm_library.git", + "providesIncludes": [ + "OpenTherm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ihormelnyk/OpenTherm_Library-1.1.4.zip", + "archiveFileName": "OpenTherm_Library-1.1.4.zip", + "size": 13290, + "checksum": "SHA-256:82c589f0e54a80149fd569cb681ab12def3836b34a36897fb96d53db7e06bee1" + }, { "name": "SparkFun Qwiic LED Stick Library", "version": "1.0.0", @@ -184833,6 +227155,69 @@ "size": 23077, "checksum": "SHA-256:575f303ec6cfdb8d56dc2a33fc835eff62610df4e0350add57368a2a16fb33aa" }, + { + "name": "SparkFun Qwiic LED Stick Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic LED Stick", + "paragraph": "The Qwiic LED Stick features ten addressable APA102 LEDs, making it easy to add an output to your latest project. Write to individual LEDs to display a count in binary, or write to the whole strip for cool lighting effects.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.3.zip", + "size": 25055, + "checksum": "SHA-256:75a4a89a1133859cb57563d98a204941fb14b72ee80ecc6a1a776eace6709a18" + }, + { + "name": "SparkFun Qwiic LED Stick Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic LED Stick", + "paragraph": "The Qwiic LED Stick features ten addressable APA102 LEDs, making it easy to add an output to your latest project. Write to individual LEDs to display a count in binary, or write to the whole strip for cool lighting effects.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.4.zip", + "size": 25342, + "checksum": "SHA-256:708ffbbf998f67ab57e94415bf4c7e32836542404e2cc854c086586da2afadb1" + }, + { + "name": "SparkFun Qwiic LED Stick Library", + "version": "1.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the SparkFun Qwiic LED Stick", + "paragraph": "The Qwiic LED Stick features ten addressable APA102 LEDs, making it easy to add an output to your latest project. Write to individual LEDs to display a count in binary, or write to the whole strip for cool lighting effects.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_LED_Stick_Library-1.0.5.zip", + "archiveFileName": "SparkFun_Qwiic_LED_Stick_Library-1.0.5.zip", + "size": 25402, + "checksum": "SHA-256:8943475fc67f3b2cb9d280c0cb173ba90f0e77017b9ae221add184e9dbee6709" + }, { "name": "Hyperduino Library", "version": "1.2.0", @@ -184875,6 +227260,27 @@ "size": 219417, "checksum": "SHA-256:6665975e3b8a4abfc7250b3f0d81e44df29ded7a7c0b0173c821bb38f7a8dcbe" }, + { + "name": "LM35 Sensor", + "version": "1.0.1", + "author": "WILMOUTH Steven", + "maintainer": "WILMOUTH Steven", + "sentence": "This library for Arduino allows you to use the LM35 temperature sensor.", + "paragraph": "Gets temperature in Celcius with LM35 and convert in Fahrenheit or Kelvin", + "website": "https://github.com/wilmouths/LM35", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wilmouths/LM35.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wilmouths/LM35_Sensor-1.0.1.zip", + "archiveFileName": "LM35_Sensor-1.0.1.zip", + "size": 219521, + "checksum": "SHA-256:285f37d20ab6950779be81032105c3f8070461b47d2dfa48e9bbaf593ac0b104" + }, { "name": "AndeeMobile", "version": "1.0.0", @@ -185177,6 +227583,126 @@ "size": 1785853, "checksum": "SHA-256:dad842aa1d045d428f6447e36476e7d707ded363f58a6221a10329d66c73d6b4" }, + { + "name": "MD_MAXPanel", + "version": "1.3.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions to manage a panel of MAX72xx based LED modules", + "paragraph": "Allows the programmer to use the LED matrix panel as a pixel addressable display for graphics and text.", + "website": "https://github.com/MajicDesigns/MD_MAXPanel", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", + "providesIncludes": [ + "MD_MAXPanel.h" + ], + "dependencies": [ + { + "name": "MD_MAX72xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.3.0.zip", + "archiveFileName": "MD_MAXPanel-1.3.0.zip", + "size": 1805408, + "checksum": "SHA-256:74d2686be98484374dc6627fafb8392fa8f193d7ebf0155adeaac36e6748408d" + }, + { + "name": "MD_MAXPanel", + "version": "1.3.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions to manage a panel of MAX72xx based LED modules", + "paragraph": "Allows the programmer to use the LED matrix panel as a pixel addressable display for graphics and text.", + "website": "https://github.com/MajicDesigns/MD_MAXPanel", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", + "providesIncludes": [ + "MD_MAXPanel.h" + ], + "dependencies": [ + { + "name": "MD_MAX72xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.3.1.zip", + "archiveFileName": "MD_MAXPanel-1.3.1.zip", + "size": 1805436, + "checksum": "SHA-256:a01f34d6a6085f86a488a4164ebc6848293d7d3165a151cd3a52389f6ed9db41" + }, + { + "name": "MD_MAXPanel", + "version": "1.3.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions to manage a panel of MAX72xx based LED modules", + "paragraph": "Allows the programmer to use the LED matrix panel as a pixel addressable display for graphics and text.", + "website": "https://github.com/MajicDesigns/MD_MAXPanel", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", + "providesIncludes": [ + "MD_MAXPanel.h" + ], + "dependencies": [ + { + "name": "MD_MAX72xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.3.2.zip", + "archiveFileName": "MD_MAXPanel-1.3.2.zip", + "size": 1805455, + "checksum": "SHA-256:70f38c0fa4f9a8ef5826037858cde5744d6b8b074745f1134ad0afb27fa3d89b" + }, + { + "name": "MD_MAXPanel", + "version": "1.4.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Implements functions to manage a panel of MAX72xx based LED modules", + "paragraph": "Allows the programmer to use the LED matrix panel as a pixel addressable display for graphics and text.", + "website": "https://github.com/MajicDesigns/MD_MAXPanel", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MAXPanel.git", + "providesIncludes": [ + "MD_MAXPanel.h" + ], + "dependencies": [ + { + "name": "MD_MAX72xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MAXPanel-1.4.0.zip", + "archiveFileName": "MD_MAXPanel-1.4.0.zip", + "size": 1852184, + "checksum": "SHA-256:d405a75f8ffb6cec0a83134a7f84f7d8d9aaa3ef73ca1057fb943b92317e3daf" + }, { "name": "SuperButton", "version": "0.1.0", @@ -185633,6 +228159,69 @@ "size": 2801337, "checksum": "SHA-256:07ec30b5a66fdcfda7808aa67c2f94a23fd389eaba88320c8e3e0fef272f3d11" }, + { + "name": "ProtoCentral ADS1220 24-bit ADC Library", + "version": "1.1.2", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral ADS1220 breakout board", + "paragraph": "This is one of the easiest to use 24-bit ADCs that we have come across.The ADS1220 gets rid of almost all external components with an internal voltage reference and internal clock", + "website": "https://github.com/Protocentral/Protocentral_ADS1220", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.2.zip", + "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.1.2.zip", + "size": 2802189, + "checksum": "SHA-256:af4c982bdbb1b4d5c846999c330469e58955e3caee4df1c3a3bdb7b1694cb94e" + }, + { + "name": "ProtoCentral ADS1220 24-bit ADC Library", + "version": "1.2.0", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral ADS1220 breakout board", + "paragraph": "This is one of the easiest to use 24-bit ADCs that we have come across.The ADS1220 gets rid of almost all external components with an internal voltage reference and internal clock", + "website": "https://github.com/Protocentral/Protocentral_ADS1220", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.2.0.zip", + "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.2.0.zip", + "size": 2806304, + "checksum": "SHA-256:d4b53acd40c207ad3948a701299b0964af5297528ca01db2573c1e54627cd488" + }, + { + "name": "ProtoCentral ADS1220 24-bit ADC Library", + "version": "1.2.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral ADS1220 breakout board", + "paragraph": "This is one of the easiest to use 24-bit ADCs that we have come across.The ADS1220 gets rid of almost all external components with an internal voltage reference and internal clock", + "website": "https://github.com/Protocentral/Protocentral_ADS1220", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/Protocentral_ADS1220.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1220_24_bit_ADC_Library-1.2.1.zip", + "archiveFileName": "ProtoCentral_ADS1220_24_bit_ADC_Library-1.2.1.zip", + "size": 2806336, + "checksum": "SHA-256:9b155035f87deacf51b1f86b24760c4b2f6c8120c71c792169c0ad92f3e44c03" + }, { "name": "Cytron Servo Shield", "version": "1.0.0", @@ -186495,6 +229084,56 @@ "size": 2061422, "checksum": "SHA-256:779a1dcca1f8715ed3baf88192a3681b6f32d2e6d9055bd797debb4d0d7038bd" }, + { + "name": "DSC Keybus Interface", + "version": "2.0.0", + "author": "Nikhil Choudhary \u003cnikhilc@taligentx.com\u003e", + "maintainer": "Nikhil Choudhary \u003cnikhilc@taligentx.com\u003e", + "sentence": "Directly interface Arduino, esp8266, and esp32 microcontrollers to DSC PowerSeries security systems for integration with home automation, alarm notifications, and usage as a virtual keypad.", + "paragraph": "Includes examples to monitor armed/alarm/zone/fire/trouble status, integrate with Homebridge (Apple HomeKit, Google Home) and Home Assistant via MQTT, send email and push notifications via Telegram and Pushbullet, and decode the Keybus protocol.", + "website": "https://github.com/taligentx/dscKeybusInterface", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/taligentx/dscKeybusInterface.git", + "providesIncludes": [ + "dscKeybusInterface.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-2.0.0.zip", + "archiveFileName": "DSC_Keybus_Interface-2.0.0.zip", + "size": 2363874, + "checksum": "SHA-256:1a322c40a630fe232aba8453074cff31ace26362b394420073c66fbf72d130ca" + }, + { + "name": "DSC Keybus Interface", + "version": "3.0.0", + "author": "Nikhil Choudhary \u003cnikhilc@taligentx.com\u003e", + "maintainer": "Nikhil Choudhary \u003cnikhilc@taligentx.com\u003e", + "sentence": "Directly interface Arduino, esp8266, and esp32 to DSC PowerSeries and Classic security systems for integration with home automation, remote control apps, notifications on alarm events, and emulating DSC panels to connect DSC keypads.", + "paragraph": "Includes examples to integrate with Homebridge (Apple HomeKit, Google Home), Home Assistant and OpenHAB via MQTT, remote control via web interface/Blynk/Telegram bot, send email and push notifications via Pushbullet/Pushover/Pushsafer, send SMS via Twilio/TinyGSM, unlock panel installer codes, and decode the Keybus protocol.", + "website": "https://github.com/taligentx/dscKeybusInterface", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/taligentx/dscKeybusInterface.git", + "providesIncludes": [ + "dscKeybusInterface.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/taligentx/DSC_Keybus_Interface-3.0.0.zip", + "archiveFileName": "DSC_Keybus_Interface-3.0.0.zip", + "size": 2462544, + "checksum": "SHA-256:3cd7e1a74f581268811a779651fc83ae921440a04c828dd868345820473873ba" + }, { "name": "STM32duino RTC", "version": "1.0.0", @@ -186579,6 +229218,258 @@ "size": 19506, "checksum": "SHA-256:b805d219b4123a70474f2bfa09e2103769b42c906e8522ebcc11429ae88e7f94" }, + { + "name": "STM32duino RTC", + "version": "1.1.0", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.1.0.zip", + "archiveFileName": "STM32duino_RTC-1.1.0.zip", + "size": 26640, + "checksum": "SHA-256:33faa501f45fb332e9d7f96a89d92883bf9ace38a82e0ec90f9dd6cf8691d006" + }, + { + "name": "STM32duino RTC", + "version": "1.1.1", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.1.1.zip", + "archiveFileName": "STM32duino_RTC-1.1.1.zip", + "size": 26448, + "checksum": "SHA-256:6827dcd6b936cde177ab58e1225f56cdc10bd9f55e5c60a87326be4dac79dab9" + }, + { + "name": "STM32duino RTC", + "version": "1.2.0", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.2.0.zip", + "archiveFileName": "STM32duino_RTC-1.2.0.zip", + "size": 34145, + "checksum": "SHA-256:2f7651b237813f292e13fad19601247147e2511f31e2ed0151b2d51177eaedc2" + }, + { + "name": "STM32duino RTC", + "version": "1.3.0", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.0.zip", + "archiveFileName": "STM32duino_RTC-1.3.0.zip", + "size": 34114, + "checksum": "SHA-256:de04479fb3173406f06c2b160fdd65e4cf3e30543454a707cd9f17d11bcac48a" + }, + { + "name": "STM32duino RTC", + "version": "1.3.1", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.1.zip", + "archiveFileName": "STM32duino_RTC-1.3.1.zip", + "size": 34154, + "checksum": "SHA-256:3007871b87ba4a45e85f585a26e6a815ee22c556d1eba40933d992b26faa5c3f" + }, + { + "name": "STM32duino RTC", + "version": "1.3.2", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.2.zip", + "archiveFileName": "STM32duino_RTC-1.3.2.zip", + "size": 34689, + "checksum": "SHA-256:cc1b03feb2519167a9ec11a16910b1e9e4b675397ed43bd07f4798527f09edbc" + }, + { + "name": "STM32duino RTC", + "version": "1.3.3", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.3.zip", + "archiveFileName": "STM32duino_RTC-1.3.3.zip", + "size": 34772, + "checksum": "SHA-256:d3c0825650c97120a356b5578692d55d0854fb4decc5827d38f21acec0cdccb6" + }, + { + "name": "STM32duino RTC", + "version": "1.3.4", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.4.zip", + "archiveFileName": "STM32duino_RTC-1.3.4.zip", + "size": 34818, + "checksum": "SHA-256:1ca6410b9f8a36306bfcbb1452af74543da0395642c507923bfb953e4a6df5a6" + }, + { + "name": "STM32duino RTC", + "version": "1.3.5", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.5.zip", + "archiveFileName": "STM32duino_RTC-1.3.5.zip", + "size": 39084, + "checksum": "SHA-256:2e07b7341fd7e71eacc3bfb24227383ee9402790ede98c11da5cbcf8fb661027" + }, + { + "name": "STM32duino RTC", + "version": "1.3.6", + "author": "STMicroelectronics, Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.6.zip", + "archiveFileName": "STM32duino_RTC-1.3.6.zip", + "size": 39117, + "checksum": "SHA-256:8aff51b8b8ebb8d1475067f591dbcc91b2c838511f4b2c6a5c3582804dc11003" + }, + { + "name": "STM32duino RTC", + "version": "1.3.7", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.3.7.zip", + "archiveFileName": "STM32duino_RTC-1.3.7.zip", + "size": 39131, + "checksum": "SHA-256:8f2b25d2f6e01921d61c497ba82a1de1d496910318d23e24ee0d3f6be6fd5fc0" + }, + { + "name": "STM32duino RTC", + "version": "1.4.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows to use the RTC functionalities of STM32 based boards.", + "paragraph": "With this library you can use the RTC peripheral in order to program actions related to date and time.", + "website": "https://github.com/stm32duino/STM32RTC.git", + "category": "Timing", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_RTC-1.4.0.zip", + "archiveFileName": "STM32duino_RTC-1.4.0.zip", + "size": 46177, + "checksum": "SHA-256:f82abf1085fd2833f3b0d6501f42928fd3507c414b063713784fdc2612cbdd60" + }, { "name": "STM32duino Low Power", "version": "1.0.0", @@ -186673,6 +229564,188 @@ "size": 12009, "checksum": "SHA-256:18087e7b9d64ba59355fda4bbdb573ba2df05dba189bc68aa7ca9b9d95cc4a02" }, + { + "name": "STM32duino Low Power", + "version": "1.1.0", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.1.0.zip", + "archiveFileName": "STM32duino_Low_Power-1.1.0.zip", + "size": 18620, + "checksum": "SHA-256:df1a7cd456f52c927e0f9693cf55dd435c1018b5d4b0a733e16184c6f52f86da" + }, + { + "name": "STM32duino Low Power", + "version": "1.1.1", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.1.1.zip", + "archiveFileName": "STM32duino_Low_Power-1.1.1.zip", + "size": 18325, + "checksum": "SHA-256:b8af4e54fcd6f933808e7e45d7cd7cdb720097090c0eabc539719db95cefc299" + }, + { + "name": "STM32duino Low Power", + "version": "1.2.0", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.2.0.zip", + "archiveFileName": "STM32duino_Low_Power-1.2.0.zip", + "size": 18394, + "checksum": "SHA-256:8b7ac30fddee738f728acd8568ac09054daa13bd407aa3d3c57f5c7036e991b2" + }, + { + "name": "STM32duino Low Power", + "version": "1.2.1", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.2.1.zip", + "archiveFileName": "STM32duino_Low_Power-1.2.1.zip", + "size": 19490, + "checksum": "SHA-256:1bf54af9421667520726ef28bfd373877fcb47e9889240cabe7982f24db05f84" + }, + { + "name": "STM32duino Low Power", + "version": "1.2.2", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.2.2.zip", + "archiveFileName": "STM32duino_Low_Power-1.2.2.zip", + "size": 19504, + "checksum": "SHA-256:439587a08a04e6ec0dc82de080d1ab15f680a46cba923c19899275b471988560" + }, + { + "name": "STM32duino Low Power", + "version": "1.2.3", + "author": "Wi6Labs", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.2.3.zip", + "archiveFileName": "STM32duino_Low_Power-1.2.3.zip", + "size": 19559, + "checksum": "SHA-256:97b2b44255fa71f3c00d3df7f4666137ca78e23aa2ffc606d046e17a08ea8ec0" + }, + { + "name": "STM32duino Low Power", + "version": "1.2.4", + "author": "STMicroelectonics", + "maintainer": "stm32duino", + "sentence": "Power save primitives features for STM32 boards", + "paragraph": "With this library you can manage the low power states of STM32 boards", + "website": "https://github.com/stm32duino/STM32LowPower", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LowPower.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_Low_Power-1.2.4.zip", + "archiveFileName": "STM32duino_Low_Power-1.2.4.zip", + "size": 20237, + "checksum": "SHA-256:a5364ce5ec99ebfcdbc577ec5701227f689fe919ac54ccf3e38acb1aa6ffd74a" + }, { "name": "HTTP", "version": "1.0.0", @@ -186830,6 +229903,84 @@ "size": 18126, "checksum": "SHA-256:8bf5ed2da3da5ffa846e78fef860aa5dd69e83770212ede40e516a5583f20f1b" }, + { + "name": "Adafruit Zero I2S Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "paragraph": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "website": "https://github.com/adafruit/Adafruit_ZeroI2S", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.2.1.zip", + "archiveFileName": "Adafruit_Zero_I2S_Library-1.2.1.zip", + "size": 18127, + "checksum": "SHA-256:8516920cce16f0388dab382fe3801ac81a25f23e506e153c13f57c115b0d4660" + }, + { + "name": "Adafruit Zero I2S Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "paragraph": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "website": "https://github.com/adafruit/Adafruit_ZeroI2S", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.2.2.zip", + "archiveFileName": "Adafruit_Zero_I2S_Library-1.2.2.zip", + "size": 18136, + "checksum": "SHA-256:3eb4f46d782c93cbfd239a5ff82786a606356688e974e17ab0f51453ecc55365" + }, + { + "name": "Adafruit Zero I2S Library", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "paragraph": "I2S audio playback library for the Arduino Zero / Adafruit M0 (SAMD21 processor) and M4 (SAMD51) boards", + "website": "https://github.com/adafruit/Adafruit_ZeroI2S", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ZeroI2S.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Zero_I2S_Library-1.2.4.zip", + "archiveFileName": "Adafruit_Zero_I2S_Library-1.2.4.zip", + "size": 18929, + "checksum": "SHA-256:b3b69b3ef58b794714668bfae77e4e1eedeeabeacbcac90fd10fb5e8f7ecc3ac" + }, { "name": "OLED SSD1306 - SH1106", "version": "1.0.0", @@ -186851,6 +230002,69 @@ "size": 17370, "checksum": "SHA-256:07d5fbf9d7614e14be7ff62934ac5ddc2ab1a7e5c5005a72557234b32c7e1e81" }, + { + "name": "OLED SSD1306 - SH1106", + "version": "1.0.4", + "author": "Stefan Frings, Fabio Durigon", + "maintainer": "Fabio Durigon (develop@dury.it)", + "sentence": "Supported OLED display chip: SSD1306 or SH1106. Supported Interface: I2C (internal driven)", + "paragraph": "This library supports all print() and write() calls as the internal Serial lib of Arduino core. Added also printf() std function call. TTY mode: Display can be used like a terminal window (without positioning the cursor before print), it will scroll up automatically when print function contains a '\\r' '\\n' character in last screen text line.", + "website": "https://github.com/durydevelop/arduino-lib-oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/durydevelop/arduino-lib-oled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/durydevelop/OLED_SSD1306___SH1106-1.0.4.zip", + "archiveFileName": "OLED_SSD1306___SH1106-1.0.4.zip", + "size": 17578, + "checksum": "SHA-256:4113e94c5bf910a74e159ff69763ff9fc38cf248fa45c55012f646337201f574" + }, + { + "name": "OLED SSD1306 - SH1106", + "version": "1.0.6", + "author": "Stefan Frings, Fabio Durigon", + "maintainer": "Fabio Durigon (develop@dury.it)", + "sentence": "Supported OLED display chip: SSD1306 or SH1106. Supported Interface: I2C (internal driven)", + "paragraph": "This library supports all print() and write() calls as the internal Serial lib of Arduino core. Added also printf() std function call. TTY mode: Display can be used like a terminal window (without positioning the cursor before print), it will scroll up automatically when print function contains a '\\r' '\\n' character in last screen text line.", + "website": "https://github.com/durydevelop/arduino-lib-oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/durydevelop/arduino-lib-oled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/durydevelop/OLED_SSD1306___SH1106-1.0.6.zip", + "archiveFileName": "OLED_SSD1306___SH1106-1.0.6.zip", + "size": 17578, + "checksum": "SHA-256:7d6e158c286de28ab989b05ece87473d0539cfdf978cc92bed11b5ebbca11279" + }, + { + "name": "OLED SSD1306 - SH1106", + "version": "1.0.7", + "author": "Fabio Durigon - Stefan Frings", + "maintainer": "Fabio Durigon (develop@dury.it)", + "sentence": "Supported OLED display chip: SSD1306 or SH1106. Supported Interface: I2C (internal driven)", + "paragraph": "This library supports all print() and write() calls as the internal Serial lib of Arduino core. Added also printf() std function call. TTY mode: Display can be used like a terminal window (without positioning the cursor before print), it will scroll up automatically when print function contains a '\\r' '\\n' character in last screen text line.", + "website": "https://github.com/durydevelop/arduino-lib-oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/durydevelop/arduino-lib-oled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/durydevelop/OLED_SSD1306___SH1106-1.0.7.zip", + "archiveFileName": "OLED_SSD1306___SH1106-1.0.7.zip", + "size": 27298, + "checksum": "SHA-256:1f5d88e913e36380447ec0bd312157d95948f3c82a45456cb1718fad980d1219" + }, { "name": "VariableTimedAction", "version": "1.0.0", @@ -187171,6 +230385,30 @@ "size": 659192, "checksum": "SHA-256:02de07f68955e9916ea67806927a496d235e980bc22f30d33d1f84fc439034a6" }, + { + "name": "webthing-arduino", + "version": "0.12.0", + "author": "WebThingsIO \u003cteam@webthings.io\u003e", + "maintainer": "WebThingsIO \u003cteam@webthings.io\u003e", + "sentence": "A library for creating Web Things using the Web of Things API", + "paragraph": "Runs on ESP8266, ESP32, Ethernet, and WiFi101-compatible boards. Compatible with the WebThings Gateway.", + "website": "https://github.com/WebThingsIO/webthing-arduino", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mozilla-iot/webthing-arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mozilla-iot/webthing_arduino-0.12.0.zip", + "archiveFileName": "webthing_arduino-0.12.0.zip", + "size": 653008, + "checksum": "SHA-256:10318b6381985c09ce346d639bfa58dc18d777658028922a072e7291b0a36432" + }, { "name": "hackAIR", "version": "0.3.2", @@ -188590,6 +231828,54 @@ "size": 130035, "checksum": "SHA-256:2e5c0588dc38e492c6e4dd2d9438b749eaa1ba858c998945d8a193ab687f7a82" }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.8.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, S/NES Mini controllers, Drawsome Tablet, and the uDraw Tablet.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": [ + "NintendoExtensionCtrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.8.2.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.8.2.zip", + "size": 130476, + "checksum": "SHA-256:c7aad2361ac4756c395c52252becb3e609361d2dce0ab7d77f61b40caf89a437" + }, + { + "name": "Nintendo Extension Ctrl", + "version": "0.8.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for talking to Nintendo extension controllers over I2C.", + "paragraph": "Supports the Wii Nunchuk, Wii Classic Controller, Guitar Hero guitar, Guitar Hero drum set, DJ Hero turntable, S/NES Mini controllers, Drawsome Tablet, and the uDraw Tablet.", + "website": "https://github.com/dmadison/NintendoExtensionCtrl", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/NintendoExtensionCtrl.git", + "providesIncludes": [ + "NintendoExtensionCtrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Nintendo_Extension_Ctrl-0.8.3.zip", + "archiveFileName": "Nintendo_Extension_Ctrl-0.8.3.zip", + "size": 134457, + "checksum": "SHA-256:639e7a69c5f3c7873ed1640a56c90db89092037019bd33cf6f0c66c4c01dc6b2" + }, { "name": "Liquid Handling Robotics", "version": "1.0.0", @@ -188665,6 +231951,31 @@ "size": 34467195, "checksum": "SHA-256:9d2f23cc1a7d4b29a629df212548aa10fb0437608344f737c3c284b8fcf438ac" }, + { + "name": "Liquid Handling Robotics", + "version": "1.2.0", + "author": "Ethan Li \u003cethanli@stanford.edu\u003e", + "maintainer": "Ethan Li \u003cethanli@stanford.edu\u003e", + "sentence": "Liquid handling robotics kit: low-level control software.", + "paragraph": "Provides hardware abstraction layers for control of a low-cost liquid-handling robot, and a messaging protocol stack for high-level control over USB from other devices.", + "website": "http://liquid-handling-robotics.readthedocs.io/en/latest/index.html", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ethanjli/liquid-handling-robotics.git", + "providesIncludes": [ + "LiquidHandlingRobotics.h", + "StandardLiquidHandlingRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ethanjli/Liquid_Handling_Robotics-1.2.0.zip", + "archiveFileName": "Liquid_Handling_Robotics-1.2.0.zip", + "size": 21072095, + "checksum": "SHA-256:4adcfe1e7e524ab1028276a2ceb1b3389fb772a3c6e1794171ac8e02f51423ea" + }, { "name": "SparkFun QwiicRF", "version": "1.0.0", @@ -188916,6 +232227,27 @@ "size": 12290, "checksum": "SHA-256:78eef4e53bfcd5777d70060537d3992dea39160f085289eb55131ac9fabf8856" }, + { + "name": "SparkFun WT2003S MP3 Decoder Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the \u003ca href=\"https://www.sparkfun.com/products/14810\"\u003eSparkFun WT2003S MP3 decoder breakout\u003c/a\u003e.", + "paragraph": "Library for the WT2003S MP3 decoder. Full access to commands supported.", + "website": "https://github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WT2003S_MP3_Decoder_Library-1.0.3.zip", + "archiveFileName": "SparkFun_WT2003S_MP3_Decoder_Library-1.0.3.zip", + "size": 28975, + "checksum": "SHA-256:39ef08976335e34154c31110a96674655863a2660088404c3130944dd15773b9" + }, { "name": "AESLib", "version": "1.0.0", @@ -189169,6 +232501,279 @@ "size": 3203189, "checksum": "SHA-256:6515450f17e4198e68e0fc6b72f0d8b4308c877705613f73f7901451b44e67f9" }, + { + "name": "AESLib", + "version": "2.2.0", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.0.zip", + "archiveFileName": "AESLib-2.2.0.zip", + "size": 3228646, + "checksum": "SHA-256:8a15c11aed425f153c6cac7b0f5de407d58cb0ecd9eaa2e02c78f3dfb5f4506e" + }, + { + "name": "AESLib", + "version": "2.2.1", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.1.zip", + "archiveFileName": "AESLib-2.2.1.zip", + "size": 3208777, + "checksum": "SHA-256:44e842e77ad4a8a51687f1802c2afb5d9d79c26121531ef0aad66ccf41b1c365" + }, + { + "name": "AESLib", + "version": "2.2.3", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.3.zip", + "archiveFileName": "AESLib-2.2.3.zip", + "size": 3272194, + "checksum": "SHA-256:e5a3b54c222c7ff9dddafe2b7508273332108405d784a16bd7d1ec65e47d163a" + }, + { + "name": "AESLib", + "version": "2.2.4", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.4.zip", + "archiveFileName": "AESLib-2.2.4.zip", + "size": 3273478, + "checksum": "SHA-256:516ef07f67aafacd1dfb9ee1786dd64095c413971484d1946f9dde52c743d637" + }, + { + "name": "AESLib", + "version": "2.2.5", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.5.zip", + "archiveFileName": "AESLib-2.2.5.zip", + "size": 3257783, + "checksum": "SHA-256:5702a9530ffcdbd82fa8dfbd8a9247d66e926ff7c1371920bb8787bb428f73e7" + }, + { + "name": "AESLib", + "version": "2.2.6", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.6.zip", + "archiveFileName": "AESLib-2.2.6.zip", + "size": 3199201, + "checksum": "SHA-256:23d0b1d9ec82ebc7fce08a3a81dc0fbea2bd8d8bf080222af58c03cc84f6152e" + }, + { + "name": "AESLib", + "version": "2.2.7", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.2.7.zip", + "archiveFileName": "AESLib-2.2.7.zip", + "size": 3199372, + "checksum": "SHA-256:ddf8fe8d76baad8a34c6ab302026db96da63a793b005afb760e07df2bfbdf39d" + }, + { + "name": "AESLib", + "version": "2.3.0", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.3.0.zip", + "archiveFileName": "AESLib-2.3.0.zip", + "size": 3199114, + "checksum": "SHA-256:8639f9ef6e1a0082245c64cadc9fcdafc7fa0fa25e46dc8475d1aff9ee4bd72b" + }, + { + "name": "AESLib", + "version": "2.3.1", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.3.1.zip", + "archiveFileName": "AESLib-2.3.1.zip", + "size": 3199208, + "checksum": "SHA-256:b5ae6cdb0e3ff5286f116092182ed9038207fb39e1966bc605f96b31366f796f" + }, + { + "name": "AESLib", + "version": "2.3.3", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.3.3.zip", + "archiveFileName": "AESLib-2.3.3.zip", + "size": 3204751, + "checksum": "SHA-256:43a32737e6fec744c31556bcb62150a9f894a62284cd3f2af45c17a2f380eebd" + }, + { + "name": "AESLib", + "version": "2.3.2", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "Wrapper for AES library", + "paragraph": "ESP8266 wrapper for AES library with 128-bit CBC encryption", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.3.2.zip", + "archiveFileName": "AESLib-2.3.2.zip", + "size": 3201996, + "checksum": "SHA-256:78da8399a280f45f0c78257b773e0b29549a289a52b8ed483a5a00201e9a32c8" + }, + { + "name": "AESLib", + "version": "2.3.5", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "AES encryption", + "paragraph": "Easy-to-use cross-platform AES implementation (128-bit CBC) for low-memory conditions", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.3.5.zip", + "archiveFileName": "AESLib-2.3.5.zip", + "size": 3204896, + "checksum": "SHA-256:82b61e5aa2948c88bf842372bf2fcc1ddbe8e9bad81c19fb28c112dafc858120" + }, + { + "name": "AESLib", + "version": "2.3.6", + "author": "Matej Sychra", + "maintainer": "Matej Sychra", + "sentence": "AES encryption", + "paragraph": "Easy-to-use cross-platform AES implementation (128-bit CBC) for low-memory conditions", + "website": "https://github.com/suculent/thinx-aes-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suculent/thinx-aes-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/suculent/AESLib-2.3.6.zip", + "archiveFileName": "AESLib-2.3.6.zip", + "size": 2032116, + "checksum": "SHA-256:3b634563637f37b21cf9493fd0a7a2fef5d1e3c8ceeb007b3d8630d3c42c3f15" + }, { "name": "TinyStepper_28BYJ_48", "version": "1.0.0", @@ -189922,6 +233527,35 @@ "size": 50434, "checksum": "SHA-256:03b9d09422d535bb71b4ff184242fc020a064e20b6b50b867f5e6004a11a74a4" }, + { + "name": "WiFiMan", + "version": "1.4.3", + "author": "Chip", + "maintainer": "Chip", + "sentence": "WiFiMan and ESP8266OTA", + "paragraph": "Wifi manager and OTA updater for ESP8266 with customizable UI.", + "website": "https://github.com/ChipCE/WiFiMan", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ChipTechno/WiFiMan.git", + "providesIncludes": [ + "WiFiMan.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ChipTechno/WiFiMan-1.4.3.zip", + "archiveFileName": "WiFiMan-1.4.3.zip", + "size": 51363, + "checksum": "SHA-256:6fefacf67843e5e479016a80a1c6c0e1aff64cb67bad0657a5d58644eea51d9e" + }, { "name": "Diablo16-Serial-Arduino-Library", "version": "1.0.0", @@ -189993,6 +233627,81 @@ "size": 37450, "checksum": "SHA-256:b88175404f29e54cd8ca0ed16b08a4b323ebaf69b31a74bd150255b0a94dcec5" }, + { + "name": "Diablo16-Serial-Arduino-Library", + "version": "1.0.3", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Diablo16 processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Diablo16 based modules", + "website": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library.git", + "providesIncludes": [ + "Diablo_Const4D.h", + "Diablo_Serial_4DLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Diablo16_Serial_Arduino_Library-1.0.3.zip", + "archiveFileName": "Diablo16_Serial_Arduino_Library-1.0.3.zip", + "size": 37464, + "checksum": "SHA-256:c5345477f3ea504de4f267b9200394e1eb72036ca21b9b9a9a6c35fb3cb88841" + }, + { + "name": "Diablo16-Serial-Arduino-Library", + "version": "1.0.4", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Diablo16 processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Diablo16 based modules", + "website": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library.git", + "providesIncludes": [ + "Diablo_Const4D.h", + "Diablo_Serial_4DLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Diablo16_Serial_Arduino_Library-1.0.4.zip", + "archiveFileName": "Diablo16_Serial_Arduino_Library-1.0.4.zip", + "size": 49896, + "checksum": "SHA-256:5c27dea77abec703b843744f98c42e8496fe950882fac15ff9e9151abb099fdc" + }, + { + "name": "Diablo16-Serial-Arduino-Library", + "version": "1.0.5", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Diablo16 processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Diablo16 based modules", + "website": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Diablo16-Serial-Arduino-Library.git", + "providesIncludes": [ + "Diablo_Const4D.h", + "Diablo_Serial_4DLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Diablo16_Serial_Arduino_Library-1.0.5.zip", + "archiveFileName": "Diablo16_Serial_Arduino_Library-1.0.5.zip", + "size": 79382, + "checksum": "SHA-256:0f51be92e4e07ec2b509c635ccf1394f680d933c7134ddd124b15177a5c6c741" + }, { "name": "Goldelox-Serial-Arduino-Library", "version": "1.0.0", @@ -190039,6 +233748,56 @@ "size": 27004, "checksum": "SHA-256:fa6105d41481571e82dbb15b01136acc968fb299b11c87c42c909e52787a99d1" }, + { + "name": "Goldelox-Serial-Arduino-Library", + "version": "1.0.3", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Goldelox processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Goldelox based modules", + "website": "https://github.com/4dsystems/Goldelox-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Goldelox-Serial-Arduino-Library.git", + "providesIncludes": [ + "Goldelox_Serial_4DLib.h", + "Goldelox_Const4D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Goldelox_Serial_Arduino_Library-1.0.3.zip", + "archiveFileName": "Goldelox_Serial_Arduino_Library-1.0.3.zip", + "size": 27082, + "checksum": "SHA-256:f79f17b49602ee82416c480e51fffbf62bf17f5672b461387a0e181167ff2fa3" + }, + { + "name": "Goldelox-Serial-Arduino-Library", + "version": "1.0.4", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Goldelox processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Goldelox based modules", + "website": "https://github.com/4dsystems/Goldelox-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Goldelox-Serial-Arduino-Library.git", + "providesIncludes": [ + "Goldelox_Serial_4DLib.h", + "Goldelox_Const4D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Goldelox_Serial_Arduino_Library-1.0.4.zip", + "archiveFileName": "Goldelox_Serial_Arduino_Library-1.0.4.zip", + "size": 51759, + "checksum": "SHA-256:b6debc8182cba7b863b6183f30af4e7c5090daab3be19f3352257cfe2d4766ef" + }, { "name": "Picaso-Serial-Arduino-Library", "version": "1.0.0", @@ -190085,6 +233844,81 @@ "size": 33638, "checksum": "SHA-256:66d6ae61bdbc2ddbd7d7c7cfd1e9cbc036efa34f3da7e8f10c3948d24535f1b6" }, + { + "name": "Picaso-Serial-Arduino-Library", + "version": "1.0.3", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Picaso processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Picaso based modules", + "website": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library.git", + "providesIncludes": [ + "Picaso_Serial_4DLib.h", + "Picaso_Const4D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Picaso_Serial_Arduino_Library-1.0.3.zip", + "archiveFileName": "Picaso_Serial_Arduino_Library-1.0.3.zip", + "size": 33887, + "checksum": "SHA-256:3c92fb35e564e68f9635353fa07777a102c85fc380a20bfddba68d62bf827342" + }, + { + "name": "Picaso-Serial-Arduino-Library", + "version": "1.0.4", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Picaso processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Picaso based modules", + "website": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library.git", + "providesIncludes": [ + "Picaso_Serial_4DLib.h", + "Picaso_Const4D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Picaso_Serial_Arduino_Library-1.0.4.zip", + "archiveFileName": "Picaso_Serial_Arduino_Library-1.0.4.zip", + "size": 46063, + "checksum": "SHA-256:d7b8062674857c58012a7403a4b9fa967fb5ccb86e7cd3e52094b7d77127acdc" + }, + { + "name": "Picaso-Serial-Arduino-Library", + "version": "1.0.5", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Picaso processor, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Picaso based modules", + "website": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/Picaso-Serial-Arduino-Library.git", + "providesIncludes": [ + "Picaso_Serial_4DLib.h", + "Picaso_Const4D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Picaso_Serial_Arduino_Library-1.0.5.zip", + "archiveFileName": "Picaso_Serial_Arduino_Library-1.0.5.zip", + "size": 75503, + "checksum": "SHA-256:c5f66daafa14cb5e7f02813d53cfb9b108c683f1e2d658b448dbf59a4d018903" + }, { "name": "genieArduino", "version": "1.4.5", @@ -190148,6 +233982,48 @@ "size": 47173, "checksum": "SHA-256:1ddc8084a67859ecd0f17abdd62cfd8ae8ec694e8949992d782739f75c344ba0" }, + { + "name": "genieArduino", + "version": "1.5.2", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino", + "paragraph": "This is a library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduino-1.5.2.zip", + "archiveFileName": "genieArduino-1.5.2.zip", + "size": 47189, + "checksum": "SHA-256:c11cadb0d5405860c379459dccee5b4af623f42f7030e686978c870e78ef60cd" + }, + { + "name": "genieArduino", + "version": "1.5.3", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino", + "paragraph": "This is a library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduino-1.5.3.zip", + "archiveFileName": "genieArduino-1.5.3.zip", + "size": 47248, + "checksum": "SHA-256:357fd0608ae371fcb1439fc99d1c0bfeeb80362fb4fc374c448cedfeeef8dd0d" + }, { "name": "SOMOIoD", "version": "1.0.0", @@ -190190,6 +234066,48 @@ "size": 1123259, "checksum": "SHA-256:701aa138da53f92cf6dbdd3ab1a579a0430638b6eada3859efeecd401247f83d" }, + { + "name": "GFX4DIoD9", + "version": "1.0.1", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the IoD-09TH and IoD-09SM by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the IoD-09 modules using the Arduino IDE or Workshop4 IDE. IoD-09 is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4DIoD9", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4DIoD9.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4DIoD9-1.0.1.zip", + "archiveFileName": "GFX4DIoD9-1.0.1.zip", + "size": 1137865, + "checksum": "SHA-256:a8f54d0afd04acb5c65105caf289739896836108d0ec8657845b77e4bc3e8157" + }, + { + "name": "GFX4DIoD9", + "version": "1.0.2", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the IoD-09TH and IoD-09SM by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the IoD-09 modules using the Arduino IDE or Workshop4 IDE. IoD-09 is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4DIoD9", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4DIoD9.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4DIoD9-1.0.2.zip", + "archiveFileName": "GFX4DIoD9-1.0.2.zip", + "size": 1138211, + "checksum": "SHA-256:2b27dd4d02286aec7eb302f486e6a5570eb50f1898fbd8403841236888009fe3" + }, { "name": "UC121902-TNARX-A", "version": "1.0.0", @@ -190232,6 +234150,27 @@ "size": 274485, "checksum": "SHA-256:ce944c8adf0e77c0b554ac2773d99344568e1c92a2052ed4658c747bfae37477" }, + { + "name": "ICP-101xx Pressure Sensor Library", + "version": "1.1.0", + "author": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "maintainer": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "sentence": "Arduino library for the TDK Invensense ICP-101xx family of high-resolution pressure sensors.", + "paragraph": "This library provides methods to read temperature and pressure. It was developed and tested with the ICP-10100 and ICP-10125 but should also work with other sensors of the family.", + "website": "https://github.com/astuder/icp-101xx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/astuder/icp-101xx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/astuder/ICP_101xx_Pressure_Sensor_Library-1.1.0.zip", + "archiveFileName": "ICP_101xx_Pressure_Sensor_Library-1.1.0.zip", + "size": 486709, + "checksum": "SHA-256:4d94ebb80f950cfa047ceacaa03e4c020c2297365dba21b85d17f045e85596f5" + }, { "name": "ESP8266 Influxdb", "version": "1.0.0", @@ -190646,6 +234585,222 @@ "size": 96093, "checksum": "SHA-256:5e427719748c87daef6304b179f1a50ab37d2287f372cc3941e272c020063754" }, + { + "name": "ESP8266 Influxdb", + "version": "3.8.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.8.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.8.0.zip", + "size": 96944, + "checksum": "SHA-256:9c34fe3916c819084b0a753444b841780b196a86572065a5ced3607e9247f3f6" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.9.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.9.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.9.0.zip", + "size": 122261, + "checksum": "SHA-256:0f19e8508f511f81b696355b68f8b0009ca7f4c1d54605c88f9298dfc0e96119" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.10.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.10.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.10.0.zip", + "size": 134817, + "checksum": "SHA-256:1fa8b8ea77ec1bec5d2faac57136969597a234a9b4653539cb31743b1da98de8" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.11.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.11.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.11.0.zip", + "size": 135816, + "checksum": "SHA-256:4c402d2447115a3839720d36a07b2ace9d30c1bcb8935f69711eceae7c12aada" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.12.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.12.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.12.0.zip", + "size": 135951, + "checksum": "SHA-256:db8273b5b0e4036045b6b088f49db8162c7ab0d9c41e61aee8882aa27587703e" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.12.1", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.12.1.zip", + "archiveFileName": "ESP8266_Influxdb-3.12.1.zip", + "size": 137000, + "checksum": "SHA-256:215a6754c848b288a3899c11760d96d9d729048fe2eee2d00ade458639b669ce" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.12.2", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.12.2.zip", + "archiveFileName": "ESP8266_Influxdb-3.12.2.zip", + "size": 137610, + "checksum": "SHA-256:2c9364751d39d3947586027cc64405e8ad61b1e438c283e15df41278a532bd3e" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.13.0", + "author": "Tobias Schürg, InfluxData", + "maintainer": "Tobias Schürg, InfluxData", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.13.0.zip", + "archiveFileName": "ESP8266_Influxdb-3.13.0.zip", + "size": 138866, + "checksum": "SHA-256:0454406fe05c77671734b76262516a82fc16ec8879ce354e36293a3137764c9a" + }, + { + "name": "ESP8266 Influxdb", + "version": "3.13.1", + "author": "Tobias Schürg, Vlasta Hajek", + "maintainer": "Tobias Schürg, Vlasta Hajek", + "sentence": "InfluxDB Client for Arduino.", + "paragraph": "This library allows writing and reading data from InfluxDB server or InfluxDB Cloud. Supports authentication, secure communication over TLS, batching and retrying.", + "website": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git", + "providesIncludes": [ + "InfluxDbClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/ESP8266_Influxdb-3.13.1.zip", + "archiveFileName": "ESP8266_Influxdb-3.13.1.zip", + "size": 139377, + "checksum": "SHA-256:cd742104581267510969f447c582f845356707bc0c990bf7e1ca727bc8b00691" + }, { "name": "SparkFun HM1X Bluetooth Arduino Library", "version": "1.0.0", @@ -190751,6 +234906,153 @@ "size": 4836461, "checksum": "SHA-256:7f5c4633b9d8055019ac997efe72acf682e41cd334822023107edb1f6a8ebb25" }, + { + "name": "GFX4d", + "version": "1.0.2", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.2.zip", + "archiveFileName": "GFX4d-1.0.2.zip", + "size": 4837288, + "checksum": "SHA-256:8089479c26304483274b7aace4f5d7bee047f73f430bff68bddaf8151b8eeea5" + }, + { + "name": "GFX4d", + "version": "1.0.3", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.3.zip", + "archiveFileName": "GFX4d-1.0.3.zip", + "size": 4837762, + "checksum": "SHA-256:7d1bf884cdf88822dedea5732dcba9cd9a8d96275a07db8bb5d0bbbf9a6fbea1" + }, + { + "name": "GFX4d", + "version": "1.0.4", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.4.zip", + "archiveFileName": "GFX4d-1.0.4.zip", + "size": 4838265, + "checksum": "SHA-256:f6d40d42d61b588db146c2fa192f4b16be6da728ccdb73f8da20172028c3ea16" + }, + { + "name": "GFX4d", + "version": "1.0.6", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.6.zip", + "archiveFileName": "GFX4d-1.0.6.zip", + "size": 4839300, + "checksum": "SHA-256:20de1da1ed49641305469f6a83d21446577f539fef99d8ab6288fe3bf23d0b97" + }, + { + "name": "GFX4d", + "version": "1.0.7", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.7.zip", + "archiveFileName": "GFX4d-1.0.7.zip", + "size": 4839327, + "checksum": "SHA-256:a1f507c598670fd404162a66d96fb359b4610fd654876fab5b830b6dbaf175b3" + }, + { + "name": "GFX4d", + "version": "1.0.9", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.9.zip", + "archiveFileName": "GFX4d-1.0.9.zip", + "size": 5485062, + "checksum": "SHA-256:89a4353212e26209020f358b416fecc65648604ed30f8598c8a571399ca03719" + }, + { + "name": "GFX4d", + "version": "1.0.10", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-IoD by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-IoD modules using the Arduino IDE or Workshop4 IDE. gen4-IoD is powered by the ESP8266.", + "website": "https://github.com/4dsystems/GFX4d", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/GFX4d.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4d-1.0.10.zip", + "archiveFileName": "GFX4d-1.0.10.zip", + "size": 5485196, + "checksum": "SHA-256:a22e08dcc6622c06331326bc8b4d5946ca93e1184feb0afb1ff8260759bb34cf" + }, { "name": "RemoteMe", "version": "1.0.10", @@ -191243,6 +235545,48 @@ "size": 26089, "checksum": "SHA-256:4463e1f85fb824f57b950c10b3b29f82bb2b945887acc36eef17afdf4c00ecb0" }, + { + "name": "SparkFun SGP30 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP30 air quality sensor", + "paragraph": "The SGP30 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. It outputs equivalent CO\u003csub\u003e2\u003c/sub\u003e in ppm and Total Volatile Organic Compounds (TVOC) in ppb. The sensor also gives access to its raw measurement values of Ethanol and H\u003csub\u003e2\u003c/sub\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.4.zip", + "size": 26322, + "checksum": "SHA-256:d7e4dbf5256ac1df76e5ee2f98554467c0fd2b2577495f03b9f60d62777c9a69" + }, + { + "name": "SparkFun SGP30 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP30 air quality sensor", + "paragraph": "The SGP30 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. It outputs equivalent CO\u003csub\u003e2\u003c/sub\u003e in ppm and Total Volatile Organic Compounds (TVOC) in ppb. The sensor also gives access to its raw measurement values of Ethanol and H\u003csub\u003e2\u003c/sub\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP30_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP30_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_SGP30_Arduino_Library-1.0.5.zip", + "size": 26341, + "checksum": "SHA-256:a1865b10c0bf3653a9d295f915fa695d1117067c88a0aafa5dd52e460eebf1a8" + }, { "name": "ds3231FS", "version": "1.1.1", @@ -192177,6 +236521,370 @@ "size": 208776, "checksum": "SHA-256:0183d787182e6025ff919f74291720a89c4c942791f52d5ff4a3d3e9f9549a5c" }, + { + "name": "Adafruit EPD", + "version": "4.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.0.zip", + "archiveFileName": "Adafruit_EPD-4.3.0.zip", + "size": 209613, + "checksum": "SHA-256:3eda949440edef924a0d9f7232f1f490c68f1636d1ba36bbd6df5d7824dc1873" + }, + { + "name": "Adafruit EPD", + "version": "4.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.1.zip", + "archiveFileName": "Adafruit_EPD-4.3.1.zip", + "size": 208868, + "checksum": "SHA-256:9b6ac5a8e7d86a92874dc584abc7df51ab35dc2da8da19f368d6c42a34037f4b" + }, + { + "name": "Adafruit EPD", + "version": "4.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.2.zip", + "archiveFileName": "Adafruit_EPD-4.3.2.zip", + "size": 208884, + "checksum": "SHA-256:ecfd6cc05fd286273985c42236315b9d9d8f3ceb64ccdd5b1d919387c974ad2c" + }, + { + "name": "Adafruit EPD", + "version": "4.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.3.3.zip", + "archiveFileName": "Adafruit_EPD-4.3.3.zip", + "size": 208901, + "checksum": "SHA-256:80ba91607b9ef4b29aa7e71b1c6253e204591ba6244f3bf64da646503fd0b9fa" + }, + { + "name": "Adafruit EPD", + "version": "4.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.0.zip", + "archiveFileName": "Adafruit_EPD-4.4.0.zip", + "size": 210461, + "checksum": "SHA-256:481c5c1a940f6def6d5ee911d6e2f741c64479e40fbad5126c74377d5d6559f7" + }, + { + "name": "Adafruit EPD", + "version": "4.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.1.zip", + "archiveFileName": "Adafruit_EPD-4.4.1.zip", + "size": 210589, + "checksum": "SHA-256:9f9e652411e0d3e494c2a95cb7bbfc5649879b32b7d9ecd3a0b1dc4c2e007666" + }, + { + "name": "Adafruit EPD", + "version": "4.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.2.zip", + "archiveFileName": "Adafruit_EPD-4.4.2.zip", + "size": 212495, + "checksum": "SHA-256:172ad57d6b0bda3fa1bff3ae9681543f514d9b80f7a494d243d83ddac8e24223" + }, + { + "name": "Adafruit EPD", + "version": "4.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.3.zip", + "archiveFileName": "Adafruit_EPD-4.4.3.zip", + "size": 212509, + "checksum": "SHA-256:f5759fe04907401f9f85d9b84bcfb1dd5f839c2c739ed93a62f22930935a3a33" + }, + { + "name": "Adafruit EPD", + "version": "4.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.4.zip", + "archiveFileName": "Adafruit_EPD-4.4.4.zip", + "size": 212509, + "checksum": "SHA-256:dfa72421f1cb4f33ffe3770a35aa56df18e789d0d51510409289b9b16cf2fb6b" + }, + { + "name": "Adafruit EPD", + "version": "4.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.4.5.zip", + "archiveFileName": "Adafruit_EPD-4.4.5.zip", + "size": 212521, + "checksum": "SHA-256:416a6d299cba9242ef2903de3f74d35a6892ba30c69c729d6d2abe1a1ac7bb79" + }, + { + "name": "Adafruit EPD", + "version": "4.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.5.0.zip", + "archiveFileName": "Adafruit_EPD-4.5.0.zip", + "size": 213482, + "checksum": "SHA-256:bb89019fb9bc2399e5439421a7af4f7444cd0a47d564093b3cf0564108ff19fb" + }, + { + "name": "Adafruit EPD", + "version": "4.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.5.1.zip", + "archiveFileName": "Adafruit_EPD-4.5.1.zip", + "size": 213482, + "checksum": "SHA-256:b391154eea165b7a20428b977e977ff3ac6958643708faa08719a8c36d80ecd9" + }, + { + "name": "Adafruit EPD", + "version": "4.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.5.2.zip", + "archiveFileName": "Adafruit_EPD-4.5.2.zip", + "size": 215213, + "checksum": "SHA-256:b2f2ad44850d68cc13eed2df01edbbc397271b1d0b32706c46d8b40b7906dfaa" + }, + { + "name": "Adafruit EPD", + "version": "4.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "ePaper display driver", + "paragraph": "ePaper display driver", + "website": "https://github.com/adafruit/Adafruit_EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EPD-4.5.3.zip", + "archiveFileName": "Adafruit_EPD-4.5.3.zip", + "size": 215222, + "checksum": "SHA-256:e55c6ccc9bd19fd461d762eca782f3c42f85880d582f05c4a4d040e0481f6435" + }, { "name": "DualTB9051FTGMotorShield", "version": "1.0.0", @@ -192511,6 +237219,28 @@ "size": 615017, "checksum": "SHA-256:3b77ebc27875b1ca06503c5c2ab0310f0a61c44c124df7068a7e22c791a2e79d" }, + { + "name": "ArduinoTrace", + "version": "1.2.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "A dead-simple tracing library to debug your programs", + "paragraph": "You'll never find a simpler tracing library! Just call TRACE() or DUMP(variable) and watch the result in the Serial...", + "website": "https://github.com/bblanchon/ArduinoTrace", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoTrace.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ArduinoTrace-1.2.0.zip", + "archiveFileName": "ArduinoTrace-1.2.0.zip", + "size": 615486, + "checksum": "SHA-256:1f4da9855ccaf49e8ab22bb01e584b2488bff97db5192d8e8ad2d78f93d9efab" + }, { "name": "MatrixMath", "version": "1.0.0", @@ -192741,6 +237471,82 @@ "size": 428562, "checksum": "SHA-256:1960bbd78c6ba32c5211e83885edf389482db13e9717f6ae15b638edf32e7ea0" }, + { + "name": "GoProControl", + "version": "1.3.1", + "author": "aster94", + "maintainer": "aster94, KonradIT", + "sentence": "A library that makes using GoPro Cameras a breeze.", + "paragraph": "Control your GoPro HERO3, HERO4, HERO5, HERO6, HERO7, FUSION, HERO8, MAX from Arduino", + "website": "https://github.com/aster94/GoProControl/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aster94/GoProControl.git", + "dependencies": [ + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "VidorPeripherals" + }, + { + "name": "WiFiEsp" + }, + { + "name": "Utilities" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.3.1.zip", + "archiveFileName": "GoProControl-1.3.1.zip", + "size": 428944, + "checksum": "SHA-256:012d36a17c0426be3c9d16dd639188fe97f184b5a961f109ff0917d4646e7069" + }, + { + "name": "GoProControl", + "version": "1.3.2", + "author": "aster94", + "maintainer": "aster94, KonradIT", + "sentence": "A library that makes using GoPro Cameras a breeze.", + "paragraph": "Control your GoPro HERO3, HERO4, HERO5, HERO6, HERO7, FUSION, HERO8, MAX from Arduino", + "website": "https://github.com/aster94/GoProControl/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aster94/GoProControl.git", + "dependencies": [ + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "VidorPeripherals" + }, + { + "name": "WiFiEsp" + }, + { + "name": "Utilities" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/GoProControl-1.3.2.zip", + "archiveFileName": "GoProControl-1.3.2.zip", + "size": 429259, + "checksum": "SHA-256:f6e9c2a993f9e4854d27ba0f47ff4892c3032daa89c49b28c21334996a165518" + }, { "name": "PM2008 I2C", "version": "1.0.0", @@ -192762,6 +237568,27 @@ "size": 18183, "checksum": "SHA-256:95f707ccf6f75c4bffc773cc533f58dcf1f99eb7bece74e6522ce0df038a2c15" }, + { + "name": "PM2008 I2C", + "version": "1.0.1", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic PM2008 I2C", + "paragraph": "Arduino library to control Cubic PM2008 I2C", + "website": "https://github.com/neosarchizo/pm2008_i2c", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neosarchizo/pm2008_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/PM2008_I2C-1.0.1.zip", + "archiveFileName": "PM2008_I2C-1.0.1.zip", + "size": 18297, + "checksum": "SHA-256:3befd02c8e69a21ada28779a478ae13386dc1482d95877d346fafd185fabdf31" + }, { "name": "SerialUtil", "version": "1.0.0", @@ -192867,6 +237694,90 @@ "size": 34491, "checksum": "SHA-256:5ccc8f1cbef6343ef320a08ff6a3edb78bf1d26384cddf984167e4902b0a19e7" }, + { + "name": "SensorFusion", + "version": "1.0.3", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using a IMU a breeze.", + "paragraph": "Mahony and Madgwick algorithms.", + "website": "https://github.com/aster94/SensorFusion", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aster94/SensorFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.3.zip", + "archiveFileName": "SensorFusion-1.0.3.zip", + "size": 34611, + "checksum": "SHA-256:313d6d15ca07e39126b5f07ef0b86a5c34aac48d5d9d3b443c328f67ae6b684d" + }, + { + "name": "SensorFusion", + "version": "1.0.4", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using a IMU a breeze.", + "paragraph": "Mahony and Madgwick algorithms.", + "website": "https://github.com/aster94/SensorFusion", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aster94/SensorFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.4.zip", + "archiveFileName": "SensorFusion-1.0.4.zip", + "size": 35454, + "checksum": "SHA-256:d361accf9faacdf2b0e6fbec7e2ac1274550370c72d93a2525287446bbe4afc6" + }, + { + "name": "SensorFusion", + "version": "1.0.5", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using a IMU a breeze.", + "paragraph": "Mahony and Madgwick algorithms.", + "website": "https://github.com/aster94/SensorFusion", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aster94/SensorFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.5.zip", + "archiveFileName": "SensorFusion-1.0.5.zip", + "size": 35524, + "checksum": "SHA-256:05a10661d9c2424d8b6f7d2edc9fc00b000432366293d72b2fd9bc344c8f5d59" + }, + { + "name": "SensorFusion", + "version": "1.0.6", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using a IMU a breeze.", + "paragraph": "Mahony and Madgwick algorithms.", + "website": "https://github.com/aster94/SensorFusion", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aster94/SensorFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/SensorFusion-1.0.6.zip", + "archiveFileName": "SensorFusion-1.0.6.zip", + "size": 35525, + "checksum": "SHA-256:6162a7e73016e203ad207ca0a4b6c387f45609383d621db54031365d2d3a5495" + }, { "name": "FlexLibrary", "version": "1.0.0", @@ -193734,6 +238645,246 @@ "size": 1708940, "checksum": "SHA-256:a8747844333e1de8f177d69cbf55190808b13020eb58038c2426e7f8a62d65e7" }, + { + "name": "Bolder Flight Systems BME280", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 pressure sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280. The BME280 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same.", + "website": "https://github.com/bolderflight/bme280-arduino.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-2.0.0.zip", + "size": 1707575, + "checksum": "SHA-256:9be663ecbcca382e9ec3231e271f6d51ef7cfb46e8df7b0d294be363c4583072" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.0.0.zip", + "size": 1758685, + "checksum": "SHA-256:34a35d091e0f9f4266b16d3cf4c1935f666a6108311b197391432263361ac7d3" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.1.0.zip", + "size": 1758886, + "checksum": "SHA-256:299d241b14802bbf1f687f1bcef5ddc0933109de09c7a2035b923dbd40dde32c" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.2.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.2.0.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.2.0.zip", + "size": 1758903, + "checksum": "SHA-256:a5675a0ae461bb297df22c1e9cde1cf29112a9531cec00b974e185b6776a78e1" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.2.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.2.1.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.2.1.zip", + "size": 1758890, + "checksum": "SHA-256:5611a0113b596183597c7c75e490a0079bf0ad8df04dad19969cd3d4418e7aa9" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.2.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.2.2.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.2.2.zip", + "size": 1758920, + "checksum": "SHA-256:abeeb5e8a7045580446bbb49226a54efcdadd49eb246af3cdd23c4110ab9cf18" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.2.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.2.3.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.2.3.zip", + "size": 1758946, + "checksum": "SHA-256:662d2c90c8ea257efd23b5d1a31886375bb393b66a706c04f6af40b95565b818" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.2.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.2.4.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.2.4.zip", + "size": 1758961, + "checksum": "SHA-256:79574fc4c4217cc2a102a0d4419a998edb0fa1f3bb4b01c597e0b8ab187b95a5" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.2.5", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.2.5.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.2.5.zip", + "size": 1758973, + "checksum": "SHA-256:25ae20f7d2266cc3aba9f73a78719289ac7e82c36f311bee299b6d049c7b3361" + }, + { + "name": "Bolder Flight Systems BME280", + "version": "5.2.6", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the BME280 environment sensor.", + "paragraph": "This library supports both I2C and SPI communication with the BME280.", + "website": "https://github.com/bolderflight/bme280.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BME280.git", + "providesIncludes": [ + "bme280.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BME280-5.2.6.zip", + "archiveFileName": "Bolder_Flight_Systems_BME280-5.2.6.zip", + "size": 1758979, + "checksum": "SHA-256:cff0ebb0aed4cd73f1749aa3855419035234e03be8dcd81ffbc412bdef7e3a7c" + }, { "name": "Bolder Flight Systems AMS5812", "version": "1.0.1", @@ -193782,6 +238933,198 @@ "size": 811314, "checksum": "SHA-256:d6f3a15c383ac887d578f8596c1adc72d08cb09f31dbd7b6240f66395654307d" }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS 5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-2.0.0.zip", + "size": 812405, + "checksum": "SHA-256:f90393d39a0cd0ffcefa5d2a3ffdcbe54654fb124a52c3fbd7088759650ab169" + }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812-retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-3.0.0.zip", + "size": 1328295, + "checksum": "SHA-256:11b2bd9673defcefcd9ff20ba6b594e2e346579e24f08f812609d89781ca6887" + }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812-retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-3.0.1.zip", + "size": 1328392, + "checksum": "SHA-256:37132a2672c4c12e11a166ded502b6297af0c44fd9e7c3de0b675c1f7fcc842b" + }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "3.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812-retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-3.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-3.1.0.zip", + "size": 1328598, + "checksum": "SHA-256:7ec307e8950f225ce81c2fcfeb915f657ae83e53146c9d47c617b6f93ab2b57b" + }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "3.2.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812-retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-3.2.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-3.2.0.zip", + "size": 1328541, + "checksum": "SHA-256:7ca81848fbcddc1cfcd185940e072e6882168bd1904fb6fc54a0957855f04ce7" + }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "3.2.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812-retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-3.2.1.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-3.2.1.zip", + "size": 1328525, + "checksum": "SHA-256:10ccd9d2bc612ec038f914299863d1ede864b4028a5b032220c6f7630599a2c7" + }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "3.2.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812-retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-3.2.2.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-3.2.2.zip", + "size": 1328532, + "checksum": "SHA-256:dc5cd2bfdd8e89ba31bec0763ac8cd01efb6b5013c5c86b9753f6c56635b957a" + }, + { + "name": "Bolder Flight Systems AMS5812", + "version": "3.2.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5812 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5812-retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5812", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5812.git", + "providesIncludes": [ + "ams5812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5812-3.2.3.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5812-3.2.3.zip", + "size": 1328543, + "checksum": "SHA-256:c71e64a25d34d8c80220d25d576d9f233a88c4f9355296e2b338802195f728dc" + }, { "name": "Bolder Flight Systems AMS5915", "version": "1.0.1", @@ -193830,6 +239173,300 @@ "size": 842472, "checksum": "SHA-256:a5ea4b9894045c3e6eb309cb083165bc5b7be4a3a8d322f2215e72535b19f0ec" }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS 5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-2.0.0.zip", + "size": 831124, + "checksum": "SHA-256:0dba6bdd4a5d780713f194dd11e4a4be26f0e96d47938ebbe2f69e5ebeda0f0d" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "2.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS 5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS 5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-2.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-2.0.1.zip", + "size": 831174, + "checksum": "SHA-256:110f25054cbf56951cd37fa0f75e9a6e1588bba9b574160279fee6737348c638" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "5.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-5.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-5.0.0.zip", + "size": 5289488, + "checksum": "SHA-256:485b8d84372f71a035c04e7094f2fac1b400d13f3153a28b076ba899bb52f2cd" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "5.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-5.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-5.0.1.zip", + "size": 864359, + "checksum": "SHA-256:f8c529f9b823ee2d07a6d64a4b717e43db73ba010dcbae23a22366e3853847f2" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "5.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-5.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-5.0.2.zip", + "size": 864436, + "checksum": "SHA-256:2368fd91fd52851765b1b1477867e8a3bb443bf89ce5af48faf74ea1a6a4f555" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "5.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-5.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-5.0.3.zip", + "size": 864592, + "checksum": "SHA-256:4e871bd5d42a6f1c28bbab679b45e89d85b8a6915db5792f052ac43a40448f93" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "5.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-5.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-5.1.0.zip", + "size": 864802, + "checksum": "SHA-256:80c1863366ecf27fe15b274fc8a7fc955d7a4138d6202a7e7e63fe3c7dede936" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "6.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-6.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-6.0.0.zip", + "size": 864712, + "checksum": "SHA-256:e15a67eaf69c7674065863bf217a3965025f572721d6fc84a78291dc85bd7f6f" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "6.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-6.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-6.0.1.zip", + "size": 864723, + "checksum": "SHA-256:495cb8a35567ca6712a8ebbe5f03a09ab8200744a6a863938ffe92b5e36d5b07" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "6.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-6.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-6.0.2.zip", + "size": 864730, + "checksum": "SHA-256:ed32807ab275bbfb191807843ce41ce5767b0ff68b1671c2b23012275e6b246c" + }, + { + "name": "Bolder Flight Systems AMS5915", + "version": "6.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Analog Microelectronics AMS-5915 pressure transducers.", + "paragraph": "This library supports I2C communication with the AMS-5915 retrieving pressure and temperature data at rates up to 2 kHz.", + "website": "https://github.com/bolderflight/ams5915", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/AMS5915.git", + "providesIncludes": [ + "ams5915.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_AMS5915-6.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_AMS5915-6.0.3.zip", + "size": 864737, + "checksum": "SHA-256:2bd74dab739d52da8cac072e9bde61325ad2afec60bc1ec7ba5a9b310afd3d72" + }, { "name": "AD9850SPI", "version": "1.0.1", @@ -193968,6 +239605,30 @@ "size": 14603, "checksum": "SHA-256:646faab8adf815a13790ad248b2d61bdd06d6811d73cb4d020b6d63e291b2dfd" }, + { + "name": "uEEPROMLib", + "version": "1.2.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "I2C EEPROM library. Split from uRTCLib https://github.com/Naguissa/uRTCLib - This library controls any I2C EEPROM, independent ones or incorporated on DS1307 or DS3231 RTCs.", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32, ATTiny and other microcontrollers", + "website": "https://github.com/Naguissa/uEEPROMLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uEEPROMLib.git", + "providesIncludes": [ + "uEEPROMLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uEEPROMLib-1.2.1.zip", + "archiveFileName": "uEEPROMLib-1.2.1.zip", + "size": 14619, + "checksum": "SHA-256:ba0b31c615b9fd69b887819d4facb2074d153a1466d58113e7b4002695b49161" + }, { "name": "EtherCard", "version": "1.0.0", @@ -194058,6 +239719,342 @@ "size": 64681, "checksum": "SHA-256:fa4f2bf5ba510bd7fbc8e9a49721233721bf300c6fbca13e9c64d2a9758629ce" }, + { + "name": "Bolder Flight Systems SBUS", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and the Maple Mini. If you have other Arduino devices or port this library, I would appreciate getting pull requests to update this to work with as many devices as possible.", + "website": "https://github.com/bolderflight/sbus-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-2.0.0.zip", + "size": 10351, + "checksum": "SHA-256:3e46503acb038c4487689ee2c6060048f64769352dfab335f61bd2a4c8d8b818" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "2.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and the Maple Mini. If you have other Arduino devices or port this library, I would appreciate getting pull requests to update this to work with as many devices as possible.", + "website": "https://github.com/bolderflight/sbus-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-2.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-2.0.1.zip", + "size": 10404, + "checksum": "SHA-256:36ad83e18d4003ff76627e24d8d1e72d0589cd6809e09a9888d47c1f6995826b" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "2.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and the Maple Mini. If you have other Arduino devices or port this library, I would appreciate getting pull requests to update this to work with as many devices as possible.", + "website": "https://github.com/bolderflight/sbus-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-2.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-2.1.1.zip", + "size": 10834, + "checksum": "SHA-256:53759438d6d3e3f082c44547b047e0a84bb102b8ada3f88d8e054e46a4757315" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "2.1.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and the Maple Mini. If you have other Arduino devices or port this library, I would appreciate getting pull requests to update this to work with as many devices as possible.", + "website": "https://github.com/bolderflight/sbus-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-2.1.2.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-2.1.2.zip", + "size": 11049, + "checksum": "SHA-256:c5a92f1de67b0a1f6de00fd78ebce2f85ea99a030b0d34792774c3f0e7cae0ea" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "6.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-6.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-6.0.1.zip", + "size": 4475456, + "checksum": "SHA-256:278715cf04119cc19dfda3bf3736c4435202804ce3767c48ede9819bb16d3177" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "6.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-6.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-6.0.3.zip", + "size": 44658, + "checksum": "SHA-256:f71c64e125f6ba4f943c67358e3851a2c715e591a82504a33a7eaa20a3a9a7cc" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "7.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-7.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-7.0.0.zip", + "size": 44507, + "checksum": "SHA-256:58e56b6f966a1a4b331b0a742faff25ada374652145e6c19ec372913dbe2cf67" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "8.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-8.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-8.0.0.zip", + "size": 44434, + "checksum": "SHA-256:3d07f8bfafd879bb992f82791731599e2ac893c7975c4c20255cc532b468446a" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "8.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-8.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-8.0.1.zip", + "size": 44449, + "checksum": "SHA-256:09462a5cb01c301bc4724ab86dcc835af347597d189d7ba3b5cf73e82d2d0d2b" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "8.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-8.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-8.1.0.zip", + "size": 44676, + "checksum": "SHA-256:0e7687f6e5c092043203b43c0f45cca255138c6346f06e5880a608d109d12204" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "8.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-8.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-8.1.1.zip", + "size": 44691, + "checksum": "SHA-256:4ae2731c0fa7bd301acd2ec548021551334f73bbdc92543cd94f229cccd0387c" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "8.1.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-8.1.2.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-8.1.2.zip", + "size": 44700, + "checksum": "SHA-256:e0638c51fef27026761e683a45587dd1134d414c7e9fe0be5021bad684f13326" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "8.1.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-8.1.3.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-8.1.3.zip", + "size": 44707, + "checksum": "SHA-256:adaa30b17963ede8f1a5aac1f71527f11fe4794764a96fc588c24b8d073b431f" + }, + { + "name": "Bolder Flight Systems SBUS", + "version": "8.1.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with SBUS receivers and servos.", + "paragraph": "This library communicates with SBUS receivers and servos, and works with Teensy 3.x, 4.x, and LC devices, the STM32L4, and ESP32 or any device using a hardware serial inverter.", + "website": "https://github.com/bolderflight/sbus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/SBUS.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_SBUS-8.1.4.zip", + "archiveFileName": "Bolder_Flight_Systems_SBUS-8.1.4.zip", + "size": 44790, + "checksum": "SHA-256:e3857a33789c029313a93c19bbf31de5bf3a31dd83dc2fb3c1152a7e25bf1b89" + }, { "name": "Bolder Flight Systems MPU9250", "version": "1.0.1", @@ -194082,6 +240079,222 @@ "size": 3541984, "checksum": "SHA-256:f116b6957642f6e81830caa9df4c6914be08d23c8044bdbc5a5527ad9e97596e" }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250. The MPU9250 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same.", + "website": "https://github.com/bolderflight/mpu9250-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-2.0.0.zip", + "size": 7019535, + "checksum": "SHA-256:b994fb7f7dc8974987a3b3e1aa9accb7b9586b7c5ce997e5c6f7ab29744c2cfa" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.3.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.3.0.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.3.0.zip", + "size": 11493418, + "checksum": "SHA-256:2671315dcaeefcf1c60b8700037d17e46a86a8ab879f94980494826a7d247aa8" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.3.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.3.1.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.3.1.zip", + "size": 7068275, + "checksum": "SHA-256:abf7be171e0dddeb2867fe43132588c252c7fd0dbf95c26934283585aea19e49" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.3.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.3.2.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.3.2.zip", + "size": 7068363, + "checksum": "SHA-256:1de2b156b5f9d655fa25c9240d17980082ecf0f514a9148dd0f1ed388d3c605c" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.3.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.3.3.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.3.3.zip", + "size": 7068411, + "checksum": "SHA-256:7e9e076aff0739d495810b6f75f1aec785a1d1308d46c01284407af51768537d" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.4.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.4.0.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.4.0.zip", + "size": 7068651, + "checksum": "SHA-256:e0162ea3b540e9105a45c30262b0ea97a0d6dd8d4e7eea1e0ab62cb159473f56" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.4.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.4.1.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.4.1.zip", + "size": 7068642, + "checksum": "SHA-256:3c9ff82cc4d0b1a8cc12f0d6c8e8dc011692f1f6ed3f9c25695356073fc2e34a" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.5.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.5.0.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.5.0.zip", + "size": 7068863, + "checksum": "SHA-256:ce3425b89240c5d637986a830e01a32c7a75d3d1be9d0b07b0be371413bbcc06" + }, + { + "name": "Bolder Flight Systems MPU9250", + "version": "5.6.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the MPU-9250 and MPU-9255 nine-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the MPU-9250, wake-on-motion, and FIFO buffer.", + "website": "https://github.com/bolderflight/mpu9250", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/MPU9250.git", + "providesIncludes": [ + "mpu9250.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MPU9250-5.6.0.zip", + "archiveFileName": "Bolder_Flight_Systems_MPU9250-5.6.0.zip", + "size": 7069060, + "checksum": "SHA-256:20e378abb69634cc196ed42ba2e9d073d8512a7cd492c64c8848f3fb96212c82" + }, { "name": "losant-mqtt-arduino", "version": "1.3.0", @@ -194224,6 +240437,27 @@ "size": 6267, "checksum": "SHA-256:eb4dcaed75e8a3520d2711acd4bd7527d71ae6077b82deeabdc4fdfb4aad964d" }, + { + "name": "ArduinoESPAT", + "version": "1.0.3", + "author": "nyampass", + "maintainer": "Tokusei Noborio, Takumi Shinoda", + "sentence": "A library to control esp-8266 from Arduino by AT commands easier.", + "paragraph": "It can send GET request from esp8266 by AT command from Arduino.", + "website": "https://github.com/nyampass/ArduinoESPAT-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nyampass/ArduinoESPAT-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyampass/ArduinoESPAT-1.0.3.zip", + "archiveFileName": "ArduinoESPAT-1.0.3.zip", + "size": 209171, + "checksum": "SHA-256:0e4f796a3cb1b0bae1078c9cfa3ebceacf5d18e85e5d10dc8c95cdbf325aef4b" + }, { "name": "Bolder Flight Systems UBLOX", "version": "1.0.0", @@ -194273,245 +240507,808 @@ "checksum": "SHA-256:4998bb7d9fe83e8b91b6adfe8d11af9e3d2fe1c35f5d6081e4b127c66074b710" }, { - "name": "ThingsOfValue SDK for Arduino", - "version": "1.0.0", - "author": "Kyuseok Oh", - "maintainer": "Kyuseok Oh \u003ckyuseok-oh@lotte.net\u003e", - "sentence": "LOTTE IoT Platform (a.k.a Things Of Value) SDK for Arduino", - "paragraph": "This library is wrapper of MQTT Library(by Joel Gaehwiler) for developing device with LOTTE IoT Platform.", - "website": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK", - "category": "Communication", + "name": "Bolder Flight Systems UBLOX", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox-arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kyuseok-oh/ThingsOfValue_SDK_for_Arduino-1.0.0.zip", - "archiveFileName": "ThingsOfValue_SDK_for_Arduino-1.0.0.zip", - "size": 22957, - "checksum": "SHA-256:2bd1372a90f50c6d5b756df86f64e32534377d1150c44da09e9f8787de90d349" + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": [ + "ublox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-2.0.0.zip", + "size": 2439560, + "checksum": "SHA-256:8e8985ae64605df4a6503617049044f1ed84e1e95d135216329366bfaa3021b5" }, { - "name": "TridentTD_EasyFreeRTOS32", - "version": "1.1.0", - "author": "TridentTD", - "maintainer": "TridentTD", - "sentence": "A library for ESP32's FreeRTOS in the easy way", - "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", - "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", - "category": "Other", + "name": "Bolder Flight Systems UBLOX", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.1.0.zip", - "archiveFileName": "TridentTD_EasyFreeRTOS32-1.1.0.zip", - "size": 133867, - "checksum": "SHA-256:92444440235c87e804d22f54868a6fe4008617db68c6d80746401ec70f0cbc39" - }, - { - "name": "EZPROM", - "version": "1.0.0", - "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "sentence": "A library to help organize EEPROM access.", - "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", - "website": "https://github.com/amirchev/EZPROM", - "category": "Data Storage", - "architectures": [], - "types": [ - "Contributed" + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": [ + "ublox.h" ], - "repository": "https://github.com/amirchev/EZPROM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.0.0.zip", - "archiveFileName": "EZPROM-1.0.0.zip", - "size": 8033, - "checksum": "SHA-256:2be581f60d5ea98078db738a8dffff24caca1b2a610dd6dd74198fb5e210f38c" - }, - { - "name": "EZPROM", - "version": "1.1.0", - "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "sentence": "A library to help organize EEPROM access.", - "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", - "website": "https://github.com/amirchev/EZPROM", - "category": "Data Storage", - "architectures": [], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } ], - "repository": "https://github.com/amirchev/EZPROM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.0.zip", - "archiveFileName": "EZPROM-1.1.0.zip", - "size": 10192, - "checksum": "SHA-256:b00882bf5376901c989469b8066de85bd222d1bb5df8f27ce538cfba2bb19e16" + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-4.0.0.zip", + "size": 3018364, + "checksum": "SHA-256:dda89d0879e9ba91c27914b41dbf384e68b5cfe7004b183024e96f19a387dc61" }, { - "name": "EZPROM", - "version": "1.1.1", - "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "sentence": "A library to help organize EEPROM access.", - "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", - "website": "https://github.com/amirchev/EZPROM", - "category": "Data Storage", - "architectures": [], - "types": [ - "Contributed" + "name": "Bolder Flight Systems UBLOX", + "version": "4.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", + "architectures": [ + "*" ], - "repository": "https://github.com/amirchev/EZPROM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.1.zip", - "archiveFileName": "EZPROM-1.1.1.zip", - "size": 10961, - "checksum": "SHA-256:c9033d0429c4754b81301903585bb200331388998faecb25f173c5d155fcfab5" - }, - { - "name": "EZPROM", - "version": "1.1.2", - "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", - "sentence": "A library to help organize EEPROM access.", - "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", - "website": "https://github.com/amirchev/EZPROM", - "category": "Data Storage", - "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/amirchev/EZPROM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.2.zip", - "archiveFileName": "EZPROM-1.1.2.zip", - "size": 10850, - "checksum": "SHA-256:251b75d05835a4f3a7d71fba1cba1c56dff1b97513e7e76c4b94a762fe2ecccc" + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": [ + "ubx.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-4.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-4.0.1.zip", + "size": 3018509, + "checksum": "SHA-256:344c4845855e053494b194398d9c211219690505b192012e91b14894b15c792a" }, { - "name": "Tiny4kOLED", - "version": "1.0.0", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", - "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", - "website": "https://github.com/datacute/Tiny4kOLED", - "category": "Display", + "name": "Bolder Flight Systems UBLOX", + "version": "5.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/Tiny4kOLED.git", + "repository": "https://github.com/bolderflight/UBLOX.git", "providesIncludes": [ - "Tiny4kOLED.h" + "ubx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.0.0.zip", - "archiveFileName": "Tiny4kOLED-1.0.0.zip", - "size": 23381, - "checksum": "SHA-256:5d383f8603f914e85a12fb8ca8cba33d9392deaeae6e4f11f07fcf5a6a40653e" + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-5.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-5.0.0.zip", + "size": 3005381, + "checksum": "SHA-256:9cbd9dc8d8e9eba109731935527c6281eddfd83246956235323a51fd305f49aa" }, { - "name": "Tiny4kOLED", - "version": "1.1.0", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", - "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", - "website": "https://github.com/datacute/Tiny4kOLED", - "category": "Display", + "name": "Bolder Flight Systems UBLOX", + "version": "5.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/Tiny4kOLED.git", + "repository": "https://github.com/bolderflight/UBLOX.git", "providesIncludes": [ - "Tiny4kOLED.h" + "ubx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.0.zip", - "archiveFileName": "Tiny4kOLED-1.1.0.zip", - "size": 29261, - "checksum": "SHA-256:0d6875a0c02e25aa70064c3018ccdf558f777d32529e9a5bc17c5d4c495e659f" + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-5.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-5.1.0.zip", + "size": 3005539, + "checksum": "SHA-256:0de040b1656260ae92475e357c344e628ec80f127cf1feb6864e5bcd0d136cee" }, { - "name": "Tiny4kOLED", - "version": "1.1.1", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", - "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", - "website": "https://github.com/datacute/Tiny4kOLED", - "category": "Display", + "name": "Bolder Flight Systems UBLOX", + "version": "6.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/Tiny4kOLED.git", + "repository": "https://github.com/bolderflight/UBLOX.git", "providesIncludes": [ - "Tiny4kOLED.h" + "ubx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.1.zip", - "archiveFileName": "Tiny4kOLED-1.1.1.zip", - "size": 30463, - "checksum": "SHA-256:688255a0b9ddea7ea1b992e877063475dcfb3e792984b18b8041690f542744e1" + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-6.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-6.0.0.zip", + "size": 3005238, + "checksum": "SHA-256:251dbb6b194c1201c4826af2c8166869bf4b74d796db11e47849a6ac51bd1dbc" }, { - "name": "Tiny4kOLED", - "version": "1.2.0", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", - "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", - "website": "https://github.com/datacute/Tiny4kOLED", - "category": "Display", + "name": "Bolder Flight Systems UBLOX", + "version": "6.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/Tiny4kOLED.git", + "repository": "https://github.com/bolderflight/UBLOX.git", "providesIncludes": [ - "Tiny4kOLED.h" + "ubx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.2.0.zip", - "archiveFileName": "Tiny4kOLED-1.2.0.zip", - "size": 35879, - "checksum": "SHA-256:9757598f57e475b56f735171daefc8d81fb017dc9f05b6ef856f08132d7ac6ee" + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-6.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-6.0.1.zip", + "size": 3005301, + "checksum": "SHA-256:d0092b2af2abef5c1c9e43aa9741ba1a6f812419b274cbaff93aaca54aeb018e" }, { - "name": "Tiny4kOLED", - "version": "1.3.0", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", - "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported but without double buffering.", - "website": "https://github.com/datacute/Tiny4kOLED", - "category": "Display", + "name": "Bolder Flight Systems UBLOX", + "version": "6.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/Tiny4kOLED.git", + "repository": "https://github.com/bolderflight/UBLOX.git", "providesIncludes": [ - "Tiny4kOLED.h" + "ubx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.3.0.zip", - "archiveFileName": "Tiny4kOLED-1.3.0.zip", - "size": 43000, - "checksum": "SHA-256:cc7bfd80eecd13a34cfebe07bc9a849c717fdf43e72f0a03aa27c5e090641604" - }, - { - "name": "Tiny4kOLED", + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-6.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-6.0.2.zip", + "size": 3005315, + "checksum": "SHA-256:a5fe65f79ed9ea5e15ea7dc34322abdffe316660269604661200a4441bd66f3c" + }, + { + "name": "Bolder Flight Systems UBLOX", + "version": "6.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": [ + "ubx.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-6.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-6.0.3.zip", + "size": 3005383, + "checksum": "SHA-256:29dc4751a92c166815bf5e92fb849c5e381f54eb5e7708535a94af00e0a0d296" + }, + { + "name": "Bolder Flight Systems UBLOX", + "version": "6.0.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": [ + "ubx.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-6.0.4.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-6.0.4.zip", + "size": 3005393, + "checksum": "SHA-256:9b0d05ed208c5113ba7fa77244972c8ef24ffdb56328459cca4cad428d9a292b" + }, + { + "name": "Bolder Flight Systems UBLOX", + "version": "6.0.5", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": [ + "ubx.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-6.0.5.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-6.0.5.zip", + "size": 3005398, + "checksum": "SHA-256:de1c606a05b18cfd4b5f214b44870e15b1f362d65441c0bbfc788f52e1c75bbf" + }, + { + "name": "Bolder Flight Systems UBLOX", + "version": "6.0.6", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with uBlox GPS receivers.", + "paragraph": "This library communicates with the uBlox receivers using the UBX protocol. This approach allows for very efficiently collecting GPS data that most users need.", + "website": "https://github.com/bolderflight/ublox", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/UBLOX.git", + "providesIncludes": [ + "ubx.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_UBLOX-6.0.6.zip", + "archiveFileName": "Bolder_Flight_Systems_UBLOX-6.0.6.zip", + "size": 3005444, + "checksum": "SHA-256:668e3d4cc6b1a1e25bfd385671e6bddccbf00e08d7b3602dcd41f58e046dfea7" + }, + { + "name": "ThingsOfValue SDK for Arduino", + "version": "1.0.0", + "author": "Kyuseok Oh", + "maintainer": "Kyuseok Oh \u003ckyuseok-oh@lotte.net\u003e", + "sentence": "LOTTE IoT Platform (a.k.a Things Of Value) SDK for Arduino", + "paragraph": "This library is wrapper of MQTT Library(by Joel Gaehwiler) for developing device with LOTTE IoT Platform.", + "website": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kyuseok-oh/ThingsOfValue_SDK_for_Arduino-1.0.0.zip", + "archiveFileName": "ThingsOfValue_SDK_for_Arduino-1.0.0.zip", + "size": 22957, + "checksum": "SHA-256:2bd1372a90f50c6d5b756df86f64e32534377d1150c44da09e9f8787de90d349" + }, + { + "name": "ThingsOfValue SDK for Arduino", + "version": "1.0.2", + "author": "Kyuseok Oh", + "maintainer": "Kyuseok Oh \u003ckyuseok-oh@lotte.net\u003e", + "sentence": "LOTTE IoT Platform (a.k.a Things Of Value) SDK for Arduino", + "paragraph": "This library is wrapper of MQTT Library(by Joel Gaehwiler) for developing device with LOTTE IoT Platform.", + "website": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kyuseok-oh/ArduinoThingsOfValueSDK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kyuseok-oh/ThingsOfValue_SDK_for_Arduino-1.0.2.zip", + "archiveFileName": "ThingsOfValue_SDK_for_Arduino-1.0.2.zip", + "size": 25563, + "checksum": "SHA-256:d17e965d59878bf92e838b4339f1094c9e2b32f9710ec05205fac37ff69f36c7" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.1.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.1.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.1.0.zip", + "size": 133867, + "checksum": "SHA-256:92444440235c87e804d22f54868a6fe4008617db68c6d80746401ec70f0cbc39" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.2.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.2.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.2.0.zip", + "size": 133945, + "checksum": "SHA-256:ba04b046bca38c372a54b4f78063a5a71977b36592378b89de4b55dafb55562f" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.3.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.3.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.3.0.zip", + "size": 134045, + "checksum": "SHA-256:f14116667dd58907053ab83f51d1b0411d16d81130039c39959dd34452f6fb9c" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.4.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.4.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.4.0.zip", + "size": 135515, + "checksum": "SHA-256:9c2f355a0ceddcc881f79151724e94b209906742ff6245c5b69e417e2a2063d8" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.5.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.5.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.5.0.zip", + "size": 140525, + "checksum": "SHA-256:34921941d78a79930306dad8b3c75eea13411c2d64a888b3d0cf5745f0c99f71" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.7.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.7.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.7.0.zip", + "size": 140566, + "checksum": "SHA-256:625532b7522f309681bf26c21d6b742d6440415225aef189889472e7e05d166d" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.8.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.8.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.8.0.zip", + "size": 140662, + "checksum": "SHA-256:0a84ea210f884049b0515302d646c43191be6c86ee1ef9922d009ebbe982aa7a" + }, + { + "name": "TridentTD_EasyFreeRTOS32", + "version": "1.9.0", + "author": "TridentTD", + "maintainer": "TridentTD", + "sentence": "A library for ESP32's FreeRTOS in the easy way", + "paragraph": "SUPPORT multitasking in easy way, INTERRUPT in task function.", + "website": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TridentTD/TridentTD_EasyFreeRTOS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TridentTD/TridentTD_EasyFreeRTOS32-1.9.0.zip", + "archiveFileName": "TridentTD_EasyFreeRTOS32-1.9.0.zip", + "size": 140764, + "checksum": "SHA-256:80a144b0b3da13a3a182b1ed4645cd165f1455027437c1ac0b3d78d1a57bf668" + }, + { + "name": "EZPROM", + "version": "1.0.0", + "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "sentence": "A library to help organize EEPROM access.", + "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", + "website": "https://github.com/amirchev/EZPROM", + "category": "Data Storage", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amirchev/EZPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.0.0.zip", + "archiveFileName": "EZPROM-1.0.0.zip", + "size": 8033, + "checksum": "SHA-256:2be581f60d5ea98078db738a8dffff24caca1b2a610dd6dd74198fb5e210f38c" + }, + { + "name": "EZPROM", + "version": "1.1.0", + "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "sentence": "A library to help organize EEPROM access.", + "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", + "website": "https://github.com/amirchev/EZPROM", + "category": "Data Storage", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amirchev/EZPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.0.zip", + "archiveFileName": "EZPROM-1.1.0.zip", + "size": 10192, + "checksum": "SHA-256:b00882bf5376901c989469b8066de85bd222d1bb5df8f27ce538cfba2bb19e16" + }, + { + "name": "EZPROM", + "version": "1.1.1", + "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "sentence": "A library to help organize EEPROM access.", + "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", + "website": "https://github.com/amirchev/EZPROM", + "category": "Data Storage", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amirchev/EZPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.1.zip", + "archiveFileName": "EZPROM-1.1.1.zip", + "size": 10961, + "checksum": "SHA-256:c9033d0429c4754b81301903585bb200331388998faecb25f173c5d155fcfab5" + }, + { + "name": "EZPROM", + "version": "1.1.2", + "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "sentence": "A library to help organize EEPROM access.", + "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", + "website": "https://github.com/amirchev/EZPROM", + "category": "Data Storage", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amirchev/EZPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.1.2.zip", + "archiveFileName": "EZPROM-1.1.2.zip", + "size": 10850, + "checksum": "SHA-256:251b75d05835a4f3a7d71fba1cba1c56dff1b97513e7e76c4b94a762fe2ecccc" + }, + { + "name": "EZPROM", + "version": "1.2.0", + "author": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "maintainer": "Aleksandr N. Mirchev \u003caleksandrmirchev@gmail.com\u003e", + "sentence": "A library to help organize EEPROM access.", + "paragraph": "EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.", + "website": "https://github.com/amirchev/EZPROM", + "category": "Data Storage", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amirchev/EZPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amirchev/EZPROM-1.2.0.zip", + "archiveFileName": "EZPROM-1.2.0.zip", + "size": 11446, + "checksum": "SHA-256:d45986b7ff911f77d4236bc274f65cab06cea36cee33c094a141aeadc95bad21" + }, + { + "name": "Tiny4kOLED", + "version": "1.0.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.0.0.zip", + "archiveFileName": "Tiny4kOLED-1.0.0.zip", + "size": 23381, + "checksum": "SHA-256:5d383f8603f914e85a12fb8ca8cba33d9392deaeae6e4f11f07fcf5a6a40653e" + }, + { + "name": "Tiny4kOLED", + "version": "1.1.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.0.zip", + "archiveFileName": "Tiny4kOLED-1.1.0.zip", + "size": 29261, + "checksum": "SHA-256:0d6875a0c02e25aa70064c3018ccdf558f777d32529e9a5bc17c5d4c495e659f" + }, + { + "name": "Tiny4kOLED", + "version": "1.1.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.1.1.zip", + "archiveFileName": "Tiny4kOLED-1.1.1.zip", + "size": 30463, + "checksum": "SHA-256:688255a0b9ddea7ea1b992e877063475dcfb3e792984b18b8041690f542744e1" + }, + { + "name": "Tiny4kOLED", + "version": "1.2.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.2.0.zip", + "archiveFileName": "Tiny4kOLED-1.2.0.zip", + "size": 35879, + "checksum": "SHA-256:9757598f57e475b56f735171daefc8d81fb017dc9f05b6ef856f08132d7ac6ee" + }, + { + "name": "Tiny4kOLED", + "version": "1.3.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C.", + "paragraph": "The SSD1306 has enough RAM to support a 128 by 64 pixel display, and most SSD1306 controlled OLEDs are 128 by 64 pixels. However there are also other display sizes available. With a 128 by 32 pixel display, only half of the SSD1306's RAM is used, and the other half can be used as a frame buffer. This results in being able to have a slow ATTiny85 gradually update the display, then switch it into view when it is ready. Screens of other resolutions are supported but without double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-1.3.0.zip", + "archiveFileName": "Tiny4kOLED-1.3.0.zip", + "size": 43000, + "checksum": "SHA-256:cc7bfd80eecd13a34cfebe07bc9a849c717fdf43e72f0a03aa27c5e090641604" + }, + { + "name": "Tiny4kOLED", "version": "1.4.0", "author": "Stephen Denne", "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", @@ -194654,6 +241451,174 @@ "size": 75163, "checksum": "SHA-256:a97838cd3452a03599e3300d425d9c0aa30ef2926af079f532d5368706cee8a9" }, + { + "name": "Tiny4kOLED", + "version": "2.0.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.0.0.zip", + "archiveFileName": "Tiny4kOLED-2.0.0.zip", + "size": 88582, + "checksum": "SHA-256:c6c63b8c9dfb4de7c163af73dcc48471be82832fc6e5e9e3f05219564bb818d8" + }, + { + "name": "Tiny4kOLED", + "version": "2.1.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.1.0.zip", + "archiveFileName": "Tiny4kOLED-2.1.0.zip", + "size": 92937, + "checksum": "SHA-256:fef626ca35d548fe5998ab61f916dda973f570fe02af4e38986020686aab8904" + }, + { + "name": "Tiny4kOLED", + "version": "2.1.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.1.1.zip", + "archiveFileName": "Tiny4kOLED-2.1.1.zip", + "size": 93237, + "checksum": "SHA-256:f80173b7960d027589b402d2395a513ad20e40cac85fb53e04768fa884879108" + }, + { + "name": "Tiny4kOLED", + "version": "2.2.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.2.0.zip", + "archiveFileName": "Tiny4kOLED-2.2.0.zip", + "size": 96857, + "checksum": "SHA-256:82bff7f33aa2367424b5981ff328f59e03a7c938330df19bd4dee82260b93ecb" + }, + { + "name": "Tiny4kOLED", + "version": "2.2.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.2.1.zip", + "archiveFileName": "Tiny4kOLED-2.2.1.zip", + "size": 102019, + "checksum": "SHA-256:29f543bfd04d1567fb14b7188f33bc81bcd156743e7ab604b57e8d284fc42a91" + }, + { + "name": "Tiny4kOLED", + "version": "2.2.2", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.2.2.zip", + "archiveFileName": "Tiny4kOLED-2.2.2.zip", + "size": 102036, + "checksum": "SHA-256:af88b55ea68cfb7ec8e71e0d4128e61c17a986a2ce4663668664e495ce755af2" + }, + { + "name": "Tiny4kOLED", + "version": "2.3.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use an I2C SSD1306 OLED. It supports double buffering on 128x32 pixel OLED.", + "paragraph": "I2C only (no SPI support). Supports all SSD1306 features, all resolutions. Very memory efficient. UTF-8/Unicode. Proportional fonts. Double buffering.", + "website": "https://github.com/datacute/Tiny4kOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/Tiny4kOLED.git", + "providesIncludes": [ + "Tiny4kOLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/Tiny4kOLED-2.3.0.zip", + "archiveFileName": "Tiny4kOLED-2.3.0.zip", + "size": 102582, + "checksum": "SHA-256:6ed3a43d0fa7b8fad25bf1e46b351424e1afb115f347ecba8405fe09501902f8" + }, { "name": "GTT", "version": "1.0.0", @@ -195441,6 +242406,486 @@ "size": 5277575, "checksum": "SHA-256:3dd063fbc0e6e2e048f18537c99fb28c8370b6d6696a710b1ffa2696c92bf5f8" }, + { + "name": "TFT_eSPI", + "version": "2.3.55", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.55.zip", + "archiveFileName": "TFT_eSPI-2.3.55.zip", + "size": 5277645, + "checksum": "SHA-256:ddb024a0bb698a39dd0616ca2541e0d2ebe1f7d0bc8110de4a471665ee88e386" + }, + { + "name": "TFT_eSPI", + "version": "2.3.56", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.56.zip", + "archiveFileName": "TFT_eSPI-2.3.56.zip", + "size": 5277665, + "checksum": "SHA-256:46b95da96f8a29fb083c472a62c66cc4e86b66458f264c112e013711630f6adb" + }, + { + "name": "TFT_eSPI", + "version": "2.3.59", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.59.zip", + "archiveFileName": "TFT_eSPI-2.3.59.zip", + "size": 5277781, + "checksum": "SHA-256:1b9cd93f969c718a2245d7c1888624f22c75bee9a8c0c468b9186ebe0ff04f09" + }, + { + "name": "TFT_eSPI", + "version": "2.3.60", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.60.zip", + "archiveFileName": "TFT_eSPI-2.3.60.zip", + "size": 5278885, + "checksum": "SHA-256:4025fee39719d5305b5dee00556912c1342da842ded3d227a8e66e87805c85ac" + }, + { + "name": "TFT_eSPI", + "version": "2.3.61", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.61.zip", + "archiveFileName": "TFT_eSPI-2.3.61.zip", + "size": 5280508, + "checksum": "SHA-256:a395147901eafe64a06be428f6824c3368e939ed1dbd88ddc56179653e4d232a" + }, + { + "name": "TFT_eSPI", + "version": "2.3.70", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.3.70.zip", + "archiveFileName": "TFT_eSPI-2.3.70.zip", + "size": 5299509, + "checksum": "SHA-256:96d3b5afc8df1359fbdf24f779f3ccb2359094cc4a373f4537ebb4a637084641" + }, + { + "name": "TFT_eSPI", + "version": "2.4.2", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.2.zip", + "archiveFileName": "TFT_eSPI-2.4.2.zip", + "size": 5312003, + "checksum": "SHA-256:012f8f5ea99495be5350f70e4f23ba5f82fc2bd03414d73ff106505df4c17f13" + }, + { + "name": "TFT_eSPI", + "version": "2.4.32", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.32.zip", + "archiveFileName": "TFT_eSPI-2.4.32.zip", + "size": 5324757, + "checksum": "SHA-256:8f367c45042d0759f5fcb0843f8978e4fa550a7c2a367b5957a89ea9068251af" + }, + { + "name": "TFT_eSPI", + "version": "2.4.42", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.42.zip", + "archiveFileName": "TFT_eSPI-2.4.42.zip", + "size": 5973859, + "checksum": "SHA-256:2a8b3b91d993f8a24454f671798a1e1c01c6a94acf1f50922995a86b78969490" + }, + { + "name": "TFT_eSPI", + "version": "2.4.43", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.43.zip", + "archiveFileName": "TFT_eSPI-2.4.43.zip", + "size": 5975093, + "checksum": "SHA-256:c9e534efe5b80a34e4b86808804af541c38f3e49599b55a4aa88983eb8798eeb" + }, + { + "name": "TFT_eSPI", + "version": "2.4.45", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.45.zip", + "archiveFileName": "TFT_eSPI-2.4.45.zip", + "size": 5977678, + "checksum": "SHA-256:16e917153f0978d1cf1a04ed62322ebf6ed4165d730d5a53e858c10b91bca577" + }, + { + "name": "TFT_eSPI", + "version": "2.4.50", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.50.zip", + "archiveFileName": "TFT_eSPI-2.4.50.zip", + "size": 5985358, + "checksum": "SHA-256:97b3812d9968989174ecc9e73d8069a71229b7cc44c2dfd80630ec38356edd9b" + }, + { + "name": "TFT_eSPI", + "version": "2.4.51", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.51.zip", + "archiveFileName": "TFT_eSPI-2.4.51.zip", + "size": 5986707, + "checksum": "SHA-256:881528ab289f07ed1a96b0f17f634990a0e5c1d5138ac7157ba5b56e63ca7744" + }, + { + "name": "TFT_eSPI", + "version": "2.4.61", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.61.zip", + "archiveFileName": "TFT_eSPI-2.4.61.zip", + "size": 6017290, + "checksum": "SHA-256:9be59d0cf9859c56eed92607198752368b252ee9a1db67692390f591d426e9eb" + }, + { + "name": "TFT_eSPI", + "version": "2.4.72", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.72.zip", + "archiveFileName": "TFT_eSPI-2.4.72.zip", + "size": 6141066, + "checksum": "SHA-256:31d3252bb1002fe3d428456f7ed63964a38899f028ac148b47c7e0585c1d7876" + }, + { + "name": "TFT_eSPI", + "version": "2.4.79", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.4.79.zip", + "archiveFileName": "TFT_eSPI-2.4.79.zip", + "size": 6160436, + "checksum": "SHA-256:8e0b48a1e804953d7b2461b57ac0e84e2a10ad990a0f8d10d1d2332ed06929b1" + }, + { + "name": "TFT_eSPI", + "version": "2.5.0", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8/16 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.5.0.zip", + "archiveFileName": "TFT_eSPI-2.5.0.zip", + "size": 6224103, + "checksum": "SHA-256:ec3b59f8c4993be744eb742579715023915abe77860cc8b682abede697d5f2b4" + }, + { + "name": "TFT_eSPI", + "version": "2.5.31", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8/16 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.5.31.zip", + "archiveFileName": "TFT_eSPI-2.5.31.zip", + "size": 6247597, + "checksum": "SHA-256:a773fe5fdb8630d4d893e45fdf33ea71f1769ca881e2f854aa88fec4d4b04aa8" + }, + { + "name": "TFT_eSPI", + "version": "2.5.33", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8/16 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.5.33.zip", + "archiveFileName": "TFT_eSPI-2.5.33.zip", + "size": 6247760, + "checksum": "SHA-256:1a5c4bbcaec1a017496549f259cbdb14b5fe5be1ba96db3cff178aa115489733" + }, + { + "name": "TFT_eSPI", + "version": "2.5.34", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8/16 bit parallel.", + "website": "https://github.com/Bodmer/TFT_eSPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TFT_eSPI.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eSPI-2.5.34.zip", + "archiveFileName": "TFT_eSPI-2.5.34.zip", + "size": 6247793, + "checksum": "SHA-256:6895f62abc2c70de913eafbd9c086ba1ef60cbff76606772cd134830d71bb3ca" + }, { "name": "evive", "version": "1.0.0", @@ -195848,40 +243293,269 @@ "checksum": "SHA-256:e7cf0274edbe3890f1b9463bf6face55092999b85b44e54f9b8d9952b1f62f1a" }, { - "name": "EasyAndee101", - "version": "0.0.5", - "author": "Annikken Pte Ltd", - "maintainer": "Annikken Pte Ltd", - "sentence": "Annikken EasyAndee Library for Arduino 101", - "paragraph": "Only supports Arduino 101", - "website": "https://github.com/Annikken/EasyAndee101", - "category": "Device Control", + "name": "AceRoutine", + "version": "1.2.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Annikken/EasyAndee101.git", - "providesIncludes": [ - "SPI.h", - "EasyAndee101.h" + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee101-0.0.5.zip", - "archiveFileName": "EasyAndee101-0.0.5.zip", - "size": 6395, - "checksum": "SHA-256:788a11e8948f381c62866c27f440998737c136eed680be03bd4a4325e3e89f85" + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.2.3.zip", + "archiveFileName": "AceRoutine-1.2.3.zip", + "size": 426555, + "checksum": "SHA-256:56f900bdec0d4764133d1374907b6f0cd8539d50500ee423e5fdb1d776039a66" }, { - "name": "EasyAndee101", - "version": "1.0.0", - "author": "Annikken Pte Ltd", - "maintainer": "Annikken Pte Ltd", - "sentence": "Annikken EasyAndee Library for Arduino 101", - "paragraph": "Only supports Arduino 101", - "website": "https://github.com/Annikken/EasyAndee101", - "category": "Device Control", - "architectures": [ + "name": "AceRoutine", + "version": "1.2.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, UNO, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.2.4.zip", + "archiveFileName": "AceRoutine-1.2.4.zip", + "size": 426503, + "checksum": "SHA-256:a95c24b1b2c8c16bd418a130af25721d5bf79b29a73ecb614510662cc64e1cd6" + }, + { + "name": "AceRoutine", + "version": "1.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.3.0.zip", + "archiveFileName": "AceRoutine-1.3.0.zip", + "size": 449599, + "checksum": "SHA-256:790a20f7fbd77a751e9b162ce70176f199779ad2a137c66b84bb8c9c11258deb" + }, + { + "name": "AceRoutine", + "version": "1.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.3.1.zip", + "archiveFileName": "AceRoutine-1.3.1.zip", + "size": 460860, + "checksum": "SHA-256:dbcaa5ffcd07e55c01cfd97754bb4008dc69e9ac816c502fd990d581c8d85954" + }, + { + "name": "AceRoutine", + "version": "1.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.4.0.zip", + "archiveFileName": "AceRoutine-1.4.0.zip", + "size": 466743, + "checksum": "SHA-256:b6eee2e296717dd1dde3205517d600624c0a67f932d81fb08fc8a6ba1718d342" + }, + { + "name": "AceRoutine", + "version": "1.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.4.1.zip", + "archiveFileName": "AceRoutine-1.4.1.zip", + "size": 468760, + "checksum": "SHA-256:3c11da4bbdbcbf440f70a79fd181d55d5b2ccacbc19f263656ce57c72a289079" + }, + { + "name": "AceRoutine", + "version": "1.4.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.4.2.zip", + "archiveFileName": "AceRoutine-1.4.2.zip", + "size": 474265, + "checksum": "SHA-256:eb93188e440d4a7cd90766929390bed393478e1bba4fa9c0e3035f6c7610557f" + }, + { + "name": "AceRoutine", + "version": "1.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.5.0.zip", + "archiveFileName": "AceRoutine-1.5.0.zip", + "size": 736434, + "checksum": "SHA-256:94ae4dfd7abd1771e921a5f16b30c41fb7c9ba032d050723706bc062237f6af6" + }, + { + "name": "AceRoutine", + "version": "1.5.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.", + "paragraph": "Supported macros include COROUTINE(), COROUTINE_BEGIN(), COROUTINE_YIELD(), COROUTINE_DELAY(), COROUTINE_AWAIT(), COROUTINE_LOOP(), and COROUTINE_END(). Verified to work on AVR (Nano, Uno, etc), SAMD21, STM32, Teensy ARM, ESP8266 and ESP32.", + "website": "https://github.com/bxparks/AceRoutine", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceRoutine.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceRoutine-1.5.1.zip", + "archiveFileName": "AceRoutine-1.5.1.zip", + "size": 746108, + "checksum": "SHA-256:4cb2fb0d6b810e158578da336c1907d7a8a0ed106b57afb140d7bb75d973528c" + }, + { + "name": "EasyAndee101", + "version": "0.0.5", + "author": "Annikken Pte Ltd", + "maintainer": "Annikken Pte Ltd", + "sentence": "Annikken EasyAndee Library for Arduino 101", + "paragraph": "Only supports Arduino 101", + "website": "https://github.com/Annikken/EasyAndee101", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Annikken/EasyAndee101.git", + "providesIncludes": [ + "SPI.h", + "EasyAndee101.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Annikken/EasyAndee101-0.0.5.zip", + "archiveFileName": "EasyAndee101-0.0.5.zip", + "size": 6395, + "checksum": "SHA-256:788a11e8948f381c62866c27f440998737c136eed680be03bd4a4325e3e89f85" + }, + { + "name": "EasyAndee101", + "version": "1.0.0", + "author": "Annikken Pte Ltd", + "maintainer": "Annikken Pte Ltd", + "sentence": "Annikken EasyAndee Library for Arduino 101", + "paragraph": "Only supports Arduino 101", + "website": "https://github.com/Annikken/EasyAndee101", + "category": "Device Control", + "architectures": [ "*" ], "types": [ @@ -195963,6 +243637,50 @@ "size": 7458, "checksum": "SHA-256:7a93ddbcceaca81593de9e8f9e3df875a12cd76fbb399dec7fa728f17f0675bc" }, + { + "name": "LTC2942", + "version": "1.2.1", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Analog Devices LTC2941 and LTC2942 battery gas gauges.", + "paragraph": "Supports LTC2941, LTC2941-1, LTC2942, and LTC2942-1 devices.", + "website": "https://github.com/MacroYau/LTC2942-Arduino-Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MacroYau/LTC2942-Arduino-Library.git", + "providesIncludes": [ + "LTC2942.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/LTC2942-1.2.1.zip", + "archiveFileName": "LTC2942-1.2.1.zip", + "size": 7457, + "checksum": "SHA-256:9a0fb4b91f916d88cc01af8280ff3e321c1798cc3a3f394a0abda2dc34e17a34" + }, + { + "name": "LTC2942", + "version": "1.2.2", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Analog Devices LTC2941 and LTC2942 battery gas gauges.", + "paragraph": "Supports LTC2941, LTC2941-1, LTC2942, and LTC2942-1 devices.", + "website": "https://github.com/MacroYau/LTC2942-Arduino-Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MacroYau/LTC2942-Arduino-Library.git", + "providesIncludes": [ + "LTC2942.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/LTC2942-1.2.2.zip", + "archiveFileName": "LTC2942-1.2.2.zip", + "size": 7455, + "checksum": "SHA-256:26bbf1f661e55d26cc972cf2a5d672f7d24d3d8fddc4e1d52eb819ed951421ae" + }, { "name": "WaveHC", "version": "1.0.0", @@ -196063,6 +243781,35 @@ "size": 884631, "checksum": "SHA-256:ecf7508b9cb170aa2656ea178c2d2a0d703f5339987087455676284522a1f2a6" }, + { + "name": "WaveHC", + "version": "1.0.5", + "author": "William Greiman", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "WaveHC wave shield library", + "paragraph": "WaveHC wave shield library", + "website": "https://github.com/adafruit/WaveHC", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/WaveHC.git", + "dependencies": [ + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/WaveHC-1.0.5.zip", + "archiveFileName": "WaveHC-1.0.5.zip", + "size": 884631, + "checksum": "SHA-256:7a9614f941e99940d8b58d9de77141e70eadfad96efd70975247c9bff6a85d20" + }, { "name": "microgear-nbiot", "version": "0.8.0", @@ -197089,6 +244836,48 @@ "size": 5651375, "checksum": "SHA-256:229f3d7970c3f23278397085dd4281d20a4e33938922046542e674aa2872ab8b" }, + { + "name": "TMCStepper", + "version": "0.7.2", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.7.2.zip", + "archiveFileName": "TMCStepper-0.7.2.zip", + "size": 5654847, + "checksum": "SHA-256:fa42e6e0aff4552c42743d5a400bedff4ca1139c0dc00dfe38eac06884d44a3c" + }, + { + "name": "TMCStepper", + "version": "0.7.3", + "author": "teemuatlut", + "maintainer": "teemuatlut", + "sentence": "Arduino library for Trinamic stepper drivers", + "paragraph": "Easily configure your Trinamic stepper motor drivers", + "website": "https://github.com/teemuatlut/TMCStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teemuatlut/TMCStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teemuatlut/TMCStepper-0.7.3.zip", + "archiveFileName": "TMCStepper-0.7.3.zip", + "size": 5655025, + "checksum": "SHA-256:a54880981ac60981eaad08f2ff8828f29c91ec51d20d0ffbd4b14012bf0c01a2" + }, { "name": "ModbusRTU_Slave_RS485", "version": "1.0.2", @@ -197508,6 +245297,174 @@ "size": 26120, "checksum": "SHA-256:655687b0d58d642b7d55cde94c151337b49ea1cd8c7d8ff710f474ffd8d07eb3" }, + { + "name": "MPU9250", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.0.zip", + "archiveFileName": "MPU9250-0.4.0.zip", + "size": 33106, + "checksum": "SHA-256:9f65d42adb71186f2511b508c80f36f3b141b3916e41837d6d33ac06c38c26e2" + }, + { + "name": "MPU9250", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.1.zip", + "archiveFileName": "MPU9250-0.4.1.zip", + "size": 34448, + "checksum": "SHA-256:c74a2dbe8467c8d990d6b0396c3f8407514690dd71c105f3e05fe04dbf87c107" + }, + { + "name": "MPU9250", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.2.zip", + "archiveFileName": "MPU9250-0.4.2.zip", + "size": 34423, + "checksum": "SHA-256:40406175540028d37f193c4dd17fb93d55d2f61b6d76ad8870cb137699ee854d" + }, + { + "name": "MPU9250", + "version": "0.4.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.4.zip", + "archiveFileName": "MPU9250-0.4.4.zip", + "size": 35129, + "checksum": "SHA-256:0ba9c5c75cfe8e2fb4420fab05ff02342b05d3b0b50b14f163a9f7b723b6a40c" + }, + { + "name": "MPU9250", + "version": "0.4.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.5.zip", + "archiveFileName": "MPU9250-0.4.5.zip", + "size": 36554, + "checksum": "SHA-256:46284275d596faed025ec610ecc4a8b9caa61f2664dff6fd721805334e4c275f" + }, + { + "name": "MPU9250", + "version": "0.4.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.6.zip", + "archiveFileName": "MPU9250-0.4.6.zip", + "size": 36742, + "checksum": "SHA-256:21d539593c1e18bedfc348ab1b2f076d7c9fd54dd96039e1c87330a450543265" + }, + { + "name": "MPU9250", + "version": "0.4.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.7.zip", + "archiveFileName": "MPU9250-0.4.7.zip", + "size": 36911, + "checksum": "SHA-256:c004763355ac0ae1b1b0b02591f186bba49c351f1487785eb8021b3b1c1061d5" + }, + { + "name": "MPU9250", + "version": "0.4.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "paragraph": "Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device", + "website": "https://github.com/hideakitai/MPU9250", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MPU9250.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MPU9250-0.4.8.zip", + "archiveFileName": "MPU9250-0.4.8.zip", + "size": 37125, + "checksum": "SHA-256:75ec82326b95bcecda6d4418a3809e775d7e0a5254612f4794e36746b314307b" + }, { "name": "PCA9547", "version": "0.1.0", @@ -197529,6 +245486,27 @@ "size": 4749, "checksum": "SHA-256:2778579018406dd400291c3d3f09da15464db22afe2599728d49aa6d456f6be2" }, + { + "name": "PCA9547", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for PCA9547 (8-channel I2C-bus multiplexer with reset)", + "paragraph": "Arduino library for PCA9547 (8-channel I2C-bus multiplexer with reset)", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PCA9547.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCA9547-0.1.1.zip", + "archiveFileName": "PCA9547-0.1.1.zip", + "size": 4809, + "checksum": "SHA-256:48af970f2c63834c47a62f49e7658dd66ed37408e0074386f9ac7144cd8c0442" + }, { "name": "PCF2129", "version": "0.1.0", @@ -197595,6 +245573,35 @@ "size": 15306, "checksum": "SHA-256:6f72163828be0bf2078c6202b69a8d62ff226424d48b0f7c6eab23193bdc51d2" }, + { + "name": "OBD2", + "version": "0.0.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "sentence": "An Arduino library for reading OBD-II data from your car over CAN bus.", + "paragraph": "Depends on the CAN library.", + "website": "https://github.com/sandeepmistry/arduino-OBD2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sandeepmistry/arduino-OBD2.git", + "providesIncludes": [ + "OBD2.h" + ], + "dependencies": [ + { + "name": "CAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sandeepmistry/OBD2-0.0.1.zip", + "archiveFileName": "OBD2-0.0.1.zip", + "size": 15311, + "checksum": "SHA-256:af948253f23f648117fc6abfa6da7fd97e93e706261f11df4f08124776d83e49" + }, { "name": "xbee_serial_array", "version": "0.9.0", @@ -198108,6 +246115,209 @@ "size": 247943, "checksum": "SHA-256:23f469f83478a9a0d80ab591552c2410574922b22b16b265a227d33ca4d173c2" }, + { + "name": "Packetizer", + "version": "0.5.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.4.zip", + "archiveFileName": "Packetizer-0.5.4.zip", + "size": 247968, + "checksum": "SHA-256:2e4e22af11dcac2e9a378405d830ecf2689d48f4474c241cf2279c47faf1f3de" + }, + { + "name": "Packetizer", + "version": "0.5.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.5.zip", + "archiveFileName": "Packetizer-0.5.5.zip", + "size": 247973, + "checksum": "SHA-256:731000fc791baf9f05340b26c8dfd3ee3d67f9580a854f52a0a712acfbf77e7d" + }, + { + "name": "Packetizer", + "version": "0.5.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.6.zip", + "archiveFileName": "Packetizer-0.5.6.zip", + "size": 247899, + "checksum": "SHA-256:842bec8de0aef75b7dab5b8a9ab7668b7de2baaba30b4d11e3be0e64b8e09e5e" + }, + { + "name": "Packetizer", + "version": "0.5.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.5.7.zip", + "archiveFileName": "Packetizer-0.5.7.zip", + "size": 248697, + "checksum": "SHA-256:fe4d05ebc02963e560003b6d5f35bc78cdaaa5cee0f2fb377b420d1a309a14f7" + }, + { + "name": "Packetizer", + "version": "0.6.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.6.0.zip", + "archiveFileName": "Packetizer-0.6.0.zip", + "size": 258093, + "checksum": "SHA-256:3cb53af6cc6eea3e88f6da6bc6e71e4bb95bea2664536cc9650acb3917731691" + }, + { + "name": "Packetizer", + "version": "0.6.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.6.1.zip", + "archiveFileName": "Packetizer-0.6.1.zip", + "size": 258020, + "checksum": "SHA-256:4592053bb335079e129e9386b44ebdff9d2b0b1bcb3bf3a470c3964ec267ef8e" + }, + { + "name": "Packetizer", + "version": "0.6.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.6.2.zip", + "archiveFileName": "Packetizer-0.6.2.zip", + "size": 258031, + "checksum": "SHA-256:b1d9f77ba8e6795a6c32a6838b1f7ef1f16b34d6a8cc96b0c526d0fd7e7f213f" + }, + { + "name": "Packetizer", + "version": "0.7.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.7.0.zip", + "archiveFileName": "Packetizer-0.7.0.zip", + "size": 258384, + "checksum": "SHA-256:a7fbf72a0c8d04ea30af4f62ed434734640e05062e2b41b115a77b45e7a8cafd" + }, + { + "name": "Packetizer", + "version": "0.8.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "paragraph": "binary data packetization encoder / decoder based on COBS / SLIP encoding", + "website": "https://github.com/hideakitai/Packetizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Packetizer.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "ArxTypeTraits" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Packetizer-0.8.0.zip", + "archiveFileName": "Packetizer-0.8.0.zip", + "size": 166536, + "checksum": "SHA-256:f1001d062e388b239ee2c629a9983adca3fbaf8244785e9302efcc587dc7c551" + }, { "name": "msTask", "version": "1.0.0", @@ -198477,6 +246687,206 @@ "size": 54811, "checksum": "SHA-256:b75a942c4dac7029505f543b72a7dc3c2d72ba221ae67a4d2d5e8b88a599f257" }, + { + "name": "IotWebConf", + "version": "3.0.0", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.0.zip", + "archiveFileName": "IotWebConf-3.0.0.zip", + "size": 311097, + "checksum": "SHA-256:87b5efa394164ac8fd70e5e2604e15ae9baac761480313422076410e49f08a4e" + }, + { + "name": "IotWebConf", + "version": "3.0.1", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.1.zip", + "archiveFileName": "IotWebConf-3.0.1.zip", + "size": 311188, + "checksum": "SHA-256:70a753724f04f8bc5d06524821c69d60941e6a9f8e86e2dd2c4950f3193b5775" + }, + { + "name": "IotWebConf", + "version": "3.0.2", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.2.zip", + "archiveFileName": "IotWebConf-3.0.2.zip", + "size": 311847, + "checksum": "SHA-256:c4c651aff7b1c4e1d463022b01b73ebc91e7ccb08ad2a5c6e2e0bca620c43577" + }, + { + "name": "IotWebConf", + "version": "3.0.3", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.3.zip", + "archiveFileName": "IotWebConf-3.0.3.zip", + "size": 312175, + "checksum": "SHA-256:912b35bedc950ab780e77001ca810d0f6ef4b1b449341d6e8575c49ca471dce9" + }, + { + "name": "IotWebConf", + "version": "3.0.4", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.0.4.zip", + "archiveFileName": "IotWebConf-3.0.4.zip", + "size": 312205, + "checksum": "SHA-256:7a3c0d359ed834b2b292401118b0d9bea2d8b152dba1d217c68d6a748417558e" + }, + { + "name": "IotWebConf", + "version": "3.1.0", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.1.0.zip", + "archiveFileName": "IotWebConf-3.1.0.zip", + "size": 319458, + "checksum": "SHA-256:e2db00bf3b388b500ccbee71b53632dda06fe14284a4be4f39e083ffa42e778b" + }, + { + "name": "IotWebConf", + "version": "3.2.0", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.2.0.zip", + "archiveFileName": "IotWebConf-3.2.0.zip", + "size": 325733, + "checksum": "SHA-256:08257adee1ba727479cbde9855d0989f660703d66b28a6bb2ca63faa4eec8069" + }, + { + "name": "IotWebConf", + "version": "3.2.1", + "author": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "maintainer": "Balazs Kelemen \u003cprampec+arduino@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IotWebConf will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/prampec/IotWebConf", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/prampec/IotWebConf.git", + "providesIncludes": [ + "IotWebConf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/prampec/IotWebConf-3.2.1.zip", + "archiveFileName": "IotWebConf-3.2.1.zip", + "size": 326061, + "checksum": "SHA-256:621c7d8869be1126f7d3b0b6f675d14decaf99e78dc1866b7a0f9d1bb503646d" + }, { "name": "LTC1392 library", "version": "1.0.0", @@ -198896,6 +247306,33 @@ "size": 20438, "checksum": "SHA-256:13191ee718ae490548bb6c6b627a03f70324ce3b62f581b95b2702d139e8d41e" }, + { + "name": "CS5490", + "version": "1.2.4", + "author": "Tiago Britto Lobao", + "maintainer": "Tiago Britto Lobao \u003ctiago.blobao@gmail.com\u003e", + "sentence": "A library control an integrated circuit Cirrus Logic - CS5490", + "paragraph": "It makes all the comunication via UART serial to measure electrical quantities", + "website": "https://github.com/tiagolobao/CS5490", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tiagolobao/CS5490.git", + "providesIncludes": [ + "SoftwareSerial.h", + "CS5490.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tiagolobao/CS5490-1.2.4.zip", + "archiveFileName": "CS5490-1.2.4.zip", + "size": 21378, + "checksum": "SHA-256:d7dbdc7cad299b4a7f264c1369b016fc7bad4192d336198a6b7ff95d6076e765" + }, { "name": "Executive", "version": "1.0.0", @@ -199151,6 +247588,363 @@ "size": 17242, "checksum": "SHA-256:ed8ffe3c83f179f1aa5b2944aa54c4823a3bcf214b4d61f9724786b60154dc94" }, + { + "name": "Muwerk ustd library", + "version": "0.3.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.2.zip", + "size": 17610, + "checksum": "SHA-256:a4456a190c0b1ba049a1ff18ef1d2b1007963c3fcfd4c47beb10dbc9456949a1" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.4.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.4.zip", + "size": 17797, + "checksum": "SHA-256:cb6d5e3452e8fccdd9a8e29af03dc94b5b7a39675e7c713e8d40c2ead98c3bb1" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.5", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.5.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.5.zip", + "size": 18435, + "checksum": "SHA-256:38175991e63bdf58d7a4f0315e5914843b259ef989798afd3b91d35599a2892a" + }, + { + "name": "Muwerk ustd library", + "version": "0.3.6", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.3.6.zip", + "archiveFileName": "Muwerk_ustd_library-0.3.6.zip", + "size": 18484, + "checksum": "SHA-256:b612a842e9f2e4638e1ca3ba97d2ed398b336c9236fdd940356019a19a9dd506" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.0.zip", + "size": 20032, + "checksum": "SHA-256:c259d4a167f3ec89de63e6592a64f0a2ef2c1764d6665fdb9a061fc656b67e29" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.1.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.1.zip", + "size": 20235, + "checksum": "SHA-256:4fbacb01fa7ca2c88d09160d5600ffbc5613b53969dfbe18529e8744faa279fd" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.2.zip", + "size": 21085, + "checksum": "SHA-256:b5df5c5c511f8e2387a569b4c8adf8033fe3448ce662267e16c65bc09715ac39" + }, + { + "name": "Muwerk ustd library", + "version": "0.4.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.4.4.zip", + "archiveFileName": "Muwerk_ustd_library-0.4.4.zip", + "size": 21114, + "checksum": "SHA-256:ac6dcc403509a9bcabc2dd76ce5b008fac09779995c052c8465a6ebdb70e1433" + }, + { + "name": "Muwerk ustd library", + "version": "0.5.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.5.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.5.0.zip", + "size": 24476, + "checksum": "SHA-256:7f51f99f34380cb82086331fdec7822c45cf921463cb79fa6a93c4f82f2316fc" + }, + { + "name": "Muwerk ustd library", + "version": "0.6.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.6.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.6.0.zip", + "size": 27900, + "checksum": "SHA-256:baec1a3a5a0385d5124eda2c5416bffaeac3d282c698f2739c0db1122e13d58b" + }, + { + "name": "Muwerk ustd library", + "version": "0.6.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.6.1.zip", + "archiveFileName": "Muwerk_ustd_library-0.6.1.zip", + "size": 31441, + "checksum": "SHA-256:53e67af0f6f6aed80c851162bef4c0e11bb30d30715eb0acc59e452fe99dde66" + }, + { + "name": "Muwerk ustd library", + "version": "0.6.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.6.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.6.2.zip", + "size": 32247, + "checksum": "SHA-256:598aa83476664b5101960697c592aea70be05fa2321647aa7ebd20917dbb21d3" + }, + { + "name": "Muwerk ustd library", + "version": "0.7.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.7.0.zip", + "archiveFileName": "Muwerk_ustd_library-0.7.0.zip", + "size": 32387, + "checksum": "SHA-256:f819a8cc6c27f51e4b29f0624bf952df13dc27dab3ebde622977f2417ec427f8" + }, + { + "name": "Muwerk ustd library", + "version": "0.7.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.7.1.zip", + "archiveFileName": "Muwerk_ustd_library-0.7.1.zip", + "size": 32581, + "checksum": "SHA-256:5d6eb064929b3bbb914c31a19369df01f8c69d98f20c0c2eda0e7f59673e8523" + }, + { + "name": "Muwerk ustd library", + "version": "0.7.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.7.2.zip", + "archiveFileName": "Muwerk_ustd_library-0.7.2.zip", + "size": 32723, + "checksum": "SHA-256:9195fa1d9e2b073084ef174e1e0e1bfda7ffe564f4254995d8e1e11a574af12b" + }, + { + "name": "Muwerk ustd library", + "version": "0.7.3", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.7.3.zip", + "archiveFileName": "Muwerk_ustd_library-0.7.3.zip", + "size": 32738, + "checksum": "SHA-256:657dd3eeaaa451f34f809cc4c3fe753a039e9471f2c16d6dc576245bf01a1dc7" + }, + { + "name": "Muwerk ustd library", + "version": "0.7.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "A minimal and highly portable micro-standard-library for arrays, queues and maps", + "paragraph": "A minimal implementation of arrays, queues and maps for ATTINY, ARDUINO, ESPxx, Mac and Linux.", + "website": "https://github.com/muwerk/ustd", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/ustd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_ustd_library-0.7.4.zip", + "archiveFileName": "Muwerk_ustd_library-0.7.4.zip", + "size": 33005, + "checksum": "SHA-256:cd8956df819f6daee8dceb6f592f4dbc0bdac6fc93ac351677173763f73b0471" + }, { "name": "M5Stack_Avatar", "version": "0.4.0", @@ -199396,6 +248190,275 @@ "size": 728973, "checksum": "SHA-256:780513eace35ee7a3c8476815af9e7b4e8334c6bf1f5725d4622c7f1804240f4" }, + { + "name": "M5Stack_Avatar", + "version": "0.7.3", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "dependencies": [ + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.3.zip", + "archiveFileName": "M5Stack_Avatar-0.7.3.zip", + "size": 729228, + "checksum": "SHA-256:24abd269f098da8a73030eb0e86eeb481910432cf79016d583ca54c5ba08ab5e" + }, + { + "name": "M5Stack_Avatar", + "version": "0.7.4", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.7.4.zip", + "archiveFileName": "M5Stack_Avatar-0.7.4.zip", + "size": 729290, + "checksum": "SHA-256:d0663c8c5d96b6c5969a2d2798bebf0b21bbfb4bc5017c4a72d5f1a97bee55b3" + }, + { + "name": "M5Stack_Avatar", + "version": "0.8.0", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.8.0.zip", + "archiveFileName": "M5Stack_Avatar-0.8.0.zip", + "size": 729493, + "checksum": "SHA-256:6e2bdd97f82a52e300cdc0b4a673bfea2b6bdef1b5c163975dca0b4da86f5dc9" + }, + { + "name": "M5Stack_Avatar", + "version": "0.8.1", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.8.1.zip", + "archiveFileName": "M5Stack_Avatar-0.8.1.zip", + "size": 729766, + "checksum": "SHA-256:232fb670fbf782efdfce0e144dd10155797ab34e6efa90a739e6b742830e0cea" + }, + { + "name": "M5Stack_Avatar", + "version": "0.8.2", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.8.2.zip", + "archiveFileName": "M5Stack_Avatar-0.8.2.zip", + "size": 729475, + "checksum": "SHA-256:ec049504ea68edef5a78cfe8a1ffbc76d5c851502fbcde1358a5004a5b168a89" + }, + { + "name": "M5Stack_Avatar", + "version": "0.8.3", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.8.3.zip", + "archiveFileName": "M5Stack_Avatar-0.8.3.zip", + "size": 730930, + "checksum": "SHA-256:79e1cc3aeca390ef73c4361b3128b48431c214ff98c4083411cb0a6c161abb43" + }, + { + "name": "M5Stack_Avatar", + "version": "0.8.4", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.8.4.zip", + "archiveFileName": "M5Stack_Avatar-0.8.4.zip", + "size": 731036, + "checksum": "SHA-256:6220216dee6b519ac0ac26b7356b9df17d2c1c1e7d9a7fda9356ed4d11283349" + }, + { + "name": "M5Stack_Avatar", + "version": "0.8.5", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.8.5.zip", + "archiveFileName": "M5Stack_Avatar-0.8.5.zip", + "size": 731036, + "checksum": "SHA-256:6f237e89df748d4334a0686d0cf62efd64a4afaf5f472f8ff60ad6eb2efce294" + }, + { + "name": "M5Stack_Avatar", + "version": "0.8.6", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.8.6.zip", + "archiveFileName": "M5Stack_Avatar-0.8.6.zip", + "size": 731066, + "checksum": "SHA-256:34f7909b378330d5936702d74fd92c62cabbf411d502a58662ea53adbd2ab1af" + }, + { + "name": "M5Stack_Avatar", + "version": "0.9.0", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.9.0.zip", + "archiveFileName": "M5Stack_Avatar-0.9.0.zip", + "size": 731810, + "checksum": "SHA-256:ef873bd2a8bf1a893398004e9b032a55dc879a9bada07601fdb7f9e017430267" + }, + { + "name": "M5Stack_Avatar", + "version": "0.9.1", + "author": "Shinya Ishikawa", + "maintainer": "Shinya Ishikawa\u003cishikawa.s.1027@gmail.com\u003e", + "sentence": "Yet another avatar module for M5Stack", + "paragraph": "See more on http://M5Stack.com", + "website": "https://platformio.org/lib/show/4529/M5Stack-Avatar", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meganetaaan/m5stack-avatar.git", + "providesIncludes": [ + "Avatar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meganetaaan/M5Stack_Avatar-0.9.1.zip", + "archiveFileName": "M5Stack_Avatar-0.9.1.zip", + "size": 731870, + "checksum": "SHA-256:ac24c1929523cfef9de0883faf59d1a4d640ffc005c5b66e0d7f4da5f5cbb6a5" + }, { "name": "EasyButton", "version": "1.0.0", @@ -199584,6 +248647,32 @@ "size": 80357, "checksum": "SHA-256:7a894ffa9402cfa8b3658524ef252d38ca42140313e5c84e24e280815053624b" }, + { + "name": "EasyButton", + "version": "2.0.3", + "author": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "maintainer": "Evert Arias \u003cevert.arias@hotmail.com\u003e", + "sentence": "Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.", + "paragraph": "EasyButton is an small Arduino library for debouncing momentary contact switches like tactile buttons. It uses events and callbacks to trigger actions when a button is pressed once or held for a given duration. It also provides a sequence counter to be able to rise an event when a given pattern of presses has been matched.", + "website": "https://easybtn.earias.me", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/evert-arias/EasyButton.git", + "dependencies": [ + { + "name": "MegunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/evert-arias/EasyButton-2.0.3.zip", + "archiveFileName": "EasyButton-2.0.3.zip", + "size": 81365, + "checksum": "SHA-256:3c632fdcea4dc2e4d08427791f6b194d41ae1869bb164c1530c55b766407f8e2" + }, { "name": "MultiTrans", "version": "1.0.0", @@ -199857,6 +248946,90 @@ "size": 6626, "checksum": "SHA-256:18405045c540852042413856401495f351090748ee6ccb82f003d080aa7fdd7e" }, + { + "name": "MH-Z CO2 Sensors", + "version": "1.3.0", + "author": "Tobias Schürg, Andreas Horn", + "maintainer": "Tobias Schürg", + "sentence": "Ready to use imeplementation for CO2 sensors of the MHZ series (Intelligent Infrared CO2 Module)", + "paragraph": "Carbon Dioxide modules such as MH-Z14A, MH-Z19B, MH-Z19C (and maybe some more) are supported on Ardunino / ESP8266. Both output signal modes UART via Serial Port and PWM are suppported. See example and/or manual for wireing the mhz14a or mhz19b.", + "website": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.3.0.zip", + "archiveFileName": "MH_Z_CO2_Sensors-1.3.0.zip", + "size": 7325, + "checksum": "SHA-256:02e0b371590a1965cc8dd20db90acf4b120fdf838f126beee11d3c3b490b58cb" + }, + { + "name": "MH-Z CO2 Sensors", + "version": "1.3.1", + "author": "Tobias Schürg, Andreas Horn", + "maintainer": "Tobias Schürg", + "sentence": "Ready to use imeplementation for CO2 sensors of the MHZ series (Intelligent Infrared CO2 Module)", + "paragraph": "Carbon Dioxide modules such as MH-Z14A, MH-Z19B, MH-Z19C (and maybe some more) are supported on Ardunino / ESP8266. Both output signal modes UART via Serial Port and PWM are suppported. See example and/or manual for wireing the mhz14a or mhz19b.", + "website": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.3.1.zip", + "archiveFileName": "MH_Z_CO2_Sensors-1.3.1.zip", + "size": 7403, + "checksum": "SHA-256:11daba596bc93d119476f6dab05fd63aa56790bceca51b7e972ab736813bd71e" + }, + { + "name": "MH-Z CO2 Sensors", + "version": "1.4.0", + "author": "Tobias Schürg, Andreas Horn, drleavsy", + "maintainer": "Tobias Schürg", + "sentence": "Ready to use imeplementation for CO2 sensors of the MHZ series (Intelligent Infrared CO2 Module)", + "paragraph": "Carbon Dioxide modules such as MH-Z14A, MH-Z19B, MH-Z19C (and maybe some more) are supported on Ardunino / ESP8266. Both output signal modes UART via Serial Port and PWM are suppported. See example and/or manual for wireing the mhz14a or mhz19b.", + "website": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.4.0.zip", + "archiveFileName": "MH_Z_CO2_Sensors-1.4.0.zip", + "size": 7637, + "checksum": "SHA-256:2f232564ea091e1243b6a6d5c4293aec97cdb2af3b5eb2f82d7c0fe76cbd6b19" + }, + { + "name": "MH-Z CO2 Sensors", + "version": "1.5.1", + "author": "Tobias Schürg, Andreas Horn, drleavsy", + "maintainer": "Tobias Schürg", + "sentence": "Ready-to-use implementation for CO2 sensors of the MHZ series (Intelligent Infrared CO2 Module), supporting MH-Z14A, MH-Z14B, MH-Z19A, MH-Z19B, and MH-Z19C.", + "paragraph": "This library provides support for various Carbon Dioxide modules including MH-Z14A, MH-Z14B, MH-Z19A, MH-Z19B, and MH-Z19C, as well as other compatible models, on Arduino and ESP8266. It supports both UART via Serial Port and PWM output signal modes. Refer to the examples and the manual for proper wiring instructions of the MHZ series (Intelligent Infrared CO2 Module).", + "website": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobiasschuerg/MH-Z-CO2-Sensors.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobiasschuerg/MH_Z_CO2_Sensors-1.5.1.zip", + "archiveFileName": "MH_Z_CO2_Sensors-1.5.1.zip", + "size": 8715, + "checksum": "SHA-256:48c7295f4086c75a87f93cda114f0bc22ddd63a0734611c27089ab1f95609984" + }, { "name": "BohleBots_BNO055", "version": "1.0.0", @@ -200669,6 +249842,876 @@ "size": 941448, "checksum": "SHA-256:9b03a4bfcf585e8e2e336426b2e4fad311869150b9ce7b884f7b3da02f50e026" }, + { + "name": "IoAbstraction", + "version": "1.7.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.1.zip", + "archiveFileName": "IoAbstraction-1.7.1.zip", + "size": 946863, + "checksum": "SHA-256:2f8cc3fc1d1374ee8487881e72d2e030f5af8938b763344ccda63a4c7305bdaf" + }, + { + "name": "IoAbstraction", + "version": "1.7.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.2.zip", + "archiveFileName": "IoAbstraction-1.7.2.zip", + "size": 947638, + "checksum": "SHA-256:9b278c422f976cbbddecc1cb07cd22acc0b97b1457111857f84d80f47fc77e81" + }, + { + "name": "IoAbstraction", + "version": "1.7.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.3.zip", + "archiveFileName": "IoAbstraction-1.7.3.zip", + "size": 947733, + "checksum": "SHA-256:1210ab01c423733d653edfd6860a96eaf3f3426de1977918e4a66145444b7b16" + }, + { + "name": "IoAbstraction", + "version": "1.7.5", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-1.7.5.zip", + "archiveFileName": "IoAbstraction-1.7.5.zip", + "size": 948205, + "checksum": "SHA-256:3e4302b2ee2912a3d2948ac259b41d26dee5862eae6f83279b69906b0572b284" + }, + { + "name": "IoAbstraction", + "version": "2.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.0.zip", + "archiveFileName": "IoAbstraction-2.0.0.zip", + "size": 880933, + "checksum": "SHA-256:6eedc909c257dbdd937e997d27cad55efe2541d21699d8cc60723dd16abb3a2e" + }, + { + "name": "IoAbstraction", + "version": "2.0.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.1.zip", + "archiveFileName": "IoAbstraction-2.0.1.zip", + "size": 880309, + "checksum": "SHA-256:b106f8fb81b374334d11e85c0df627d18f8e289054e66797f8e6308f41ab2f65" + }, + { + "name": "IoAbstraction", + "version": "2.0.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.2.zip", + "archiveFileName": "IoAbstraction-2.0.2.zip", + "size": 880558, + "checksum": "SHA-256:bb7ee0f68e6516b956f328db3645cd65d864658e055ce6a5a8341abb5de38a98" + }, + { + "name": "IoAbstraction", + "version": "2.0.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Based on TaskManagerIO, treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Based on TaskManagerIO. Interchange between PCF8574, MCP23017, 74HC595, and regular pins (or even ports) changing only one line of code. Fully debounced switches and matrix keypads (KeyboardManager) on any IO device (including on DfRobot) and one or more rotary encoders (even over i2c) that require no extra components in most cases and an EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.3.zip", + "archiveFileName": "IoAbstraction-2.0.3.zip", + "size": 880976, + "checksum": "SHA-256:1ddf6ea9970713c4bfef1e94abc4b93c6a95e7f7621db5f0830902fcc7ff9b22" + }, + { + "name": "IoAbstraction", + "version": "2.0.5", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.5.zip", + "archiveFileName": "IoAbstraction-2.0.5.zip", + "size": 881178, + "checksum": "SHA-256:bcee87cd116961b7b900e2b1cd38b2b3ded1c0038fe7221a380292009b015c8a" + }, + { + "name": "IoAbstraction", + "version": "2.0.6", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.0.6.zip", + "archiveFileName": "IoAbstraction-2.0.6.zip", + "size": 883546, + "checksum": "SHA-256:bd235638397cdef583ab33bc81fa0ae223c0ea504b334cd103eb96fffaf31a40" + }, + { + "name": "IoAbstraction", + "version": "2.1.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.1.0.zip", + "archiveFileName": "IoAbstraction-2.1.0.zip", + "size": 877661, + "checksum": "SHA-256:923704696bbe4eed8bdb9c85b0ae8e387f0af8855124d2a9e037a7e953d9f319" + }, + { + "name": "IoAbstraction", + "version": "2.1.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.1.1.zip", + "archiveFileName": "IoAbstraction-2.1.1.zip", + "size": 876378, + "checksum": "SHA-256:c955af278f99ada0a88c1e43702b059afaeeeb5d2595285056f539886a6b8f20" + }, + { + "name": "IoAbstraction", + "version": "2.2.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.2.0.zip", + "archiveFileName": "IoAbstraction-2.2.0.zip", + "size": 878089, + "checksum": "SHA-256:667c8e8289e2c8e368dcd13b2d49fee4185b2496731f68fcc7d0cd7b3afc8656" + }, + { + "name": "IoAbstraction", + "version": "2.3.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.3.0.zip", + "archiveFileName": "IoAbstraction-2.3.0.zip", + "size": 879243, + "checksum": "SHA-256:1c9a0088f191c3b7b022d9b831c938ba4ce3b78ab73ebc523c87fc742a627d58" + }, + { + "name": "IoAbstraction", + "version": "2.3.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.3.1.zip", + "archiveFileName": "IoAbstraction-2.3.1.zip", + "size": 880767, + "checksum": "SHA-256:ba7b02488a87687fd07c16649d14ce5ee681b83d07cd559019265e3170a66075" + }, + { + "name": "IoAbstraction", + "version": "2.3.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.3.2.zip", + "archiveFileName": "IoAbstraction-2.3.2.zip", + "size": 880940, + "checksum": "SHA-256:eb5ef332c2258f19eb3f439b110735a079c8b0707b9cd4ebcaad076fea2179ce" + }, + { + "name": "IoAbstraction", + "version": "2.3.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.3.3.zip", + "archiveFileName": "IoAbstraction-2.3.3.zip", + "size": 881231, + "checksum": "SHA-256:16a369a155d3eb6c8493f5f45e6f0e8e1f8de423fe1b02779639832da9b31ec1" + }, + { + "name": "IoAbstraction", + "version": "2.3.4", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.3.4.zip", + "archiveFileName": "IoAbstraction-2.3.4.zip", + "size": 881215, + "checksum": "SHA-256:47447c9bf269902121fb91d1fdd62a39055748acbc096e85d5c350928b608da9" + }, + { + "name": "IoAbstraction", + "version": "2.3.5", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.3.5.zip", + "archiveFileName": "IoAbstraction-2.3.5.zip", + "size": 883792, + "checksum": "SHA-256:bdc46abd6455b96f6ca76458ac1d10d946bfc9d6dba182d9918f4ac5bd9a7222" + }, + { + "name": "IoAbstraction", + "version": "2.4.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.4.0.zip", + "archiveFileName": "IoAbstraction-2.4.0.zip", + "size": 886018, + "checksum": "SHA-256:11c1d29aca1add6f52354ead9e28590c6be022ff73976e9c735c0cf501b024f9" + }, + { + "name": "IoAbstraction", + "version": "2.4.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.4.1.zip", + "archiveFileName": "IoAbstraction-2.4.1.zip", + "size": 886257, + "checksum": "SHA-256:983d05f78790d311de7a9f778348f565c7ae96d06d0c752650c016f72dbacafb" + }, + { + "name": "IoAbstraction", + "version": "2.4.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.4.2.zip", + "archiveFileName": "IoAbstraction-2.4.2.zip", + "size": 886263, + "checksum": "SHA-256:4ef34b030fa5fb4e43a67703561415fa87a1348bd4059efc8e815ad121086989" + }, + { + "name": "IoAbstraction", + "version": "2.4.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-2.4.3.zip", + "archiveFileName": "IoAbstraction-2.4.3.zip", + "size": 887120, + "checksum": "SHA-256:cbf9b8eb6c3601f47565b7a3455623c72443e0c709b26c4b3484c988761d644a" + }, + { + "name": "IoAbstraction", + "version": "3.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-3.0.0.zip", + "archiveFileName": "IoAbstraction-3.0.0.zip", + "size": 904535, + "checksum": "SHA-256:5de342fd892fb258a7a37bce772e6dc60ae6da5ea0e6ccdd6eb2f5d6a88faabc" + }, + { + "name": "IoAbstraction", + "version": "3.0.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-3.0.1.zip", + "archiveFileName": "IoAbstraction-3.0.1.zip", + "size": 908818, + "checksum": "SHA-256:55791465771f279cc78030cb3f128942d8813973554ca2ff7df0e8e890e78219" + }, + { + "name": "IoAbstraction", + "version": "3.0.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-3.0.2.zip", + "archiveFileName": "IoAbstraction-3.0.2.zip", + "size": 908820, + "checksum": "SHA-256:e26437c75e8442032ca997ab6e6601e8e89f64498082670c898e3403b7b504b4" + }, + { + "name": "IoAbstraction", + "version": "3.1.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-3.1.0.zip", + "archiveFileName": "IoAbstraction-3.1.0.zip", + "size": 910836, + "checksum": "SHA-256:a3720d5fb49e6b25dc17eabf06832c5aea79cfeff6e0316b1cd8aed181c50539" + }, + { + "name": "IoAbstraction", + "version": "4.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-4.0.0.zip", + "archiveFileName": "IoAbstraction-4.0.0.zip", + "size": 930552, + "checksum": "SHA-256:0d14755b343f7adf02c4d94ae54a4d70e1de30f32b74e1200f7526d0f9b8da3c" + }, + { + "name": "IoAbstraction", + "version": "4.0.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-4.0.1.zip", + "archiveFileName": "IoAbstraction-4.0.1.zip", + "size": 930558, + "checksum": "SHA-256:0ec663a2f2e1574c7d94d43248085314f0ca2455579b5f55a7c83f54d920ba5f" + }, + { + "name": "IoAbstraction", + "version": "4.0.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Treat PCF8574, MCP23017 and Shift registers like pins, matrix keypad, touch screen handler, button press and rotary encoder management (switches) on any supported IO (including DfRobot \u0026 Joysticks) with event handling, interchangable AVR/I2C(AT24) EEPROMs.", + "paragraph": "Interchange between PCF8574, MCP23017, 74HC595, and regular pins. Fully debounced switches, rotary encoders, joystick encoder emulation (including on DfRobot), matrix keypads/keyboards, and touch screen input on any IO device that require no extra components in most cases. An EEPROM abstraction that works with AVR \u0026 I2C AT24x ROMs. Simple cross device btree collection.", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/IoAbstraction.git", + "providesIncludes": [ + "IoAbstraction.h" + ], + "dependencies": [ + { + "name": "TaskManagerIO" + }, + { + "name": "SimpleCollections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/IoAbstraction-4.0.2.zip", + "archiveFileName": "IoAbstraction-4.0.2.zip", + "size": 930566, + "checksum": "SHA-256:17a6bd61bff6cc77070c6b391bce5c8772cb40a0d653648e6af8ff2ab9b86e80" + }, { "name": "arduino-timer-api", "version": "0.1.0", @@ -200925,6 +250968,48 @@ "size": 34086, "checksum": "SHA-256:41ffcd6914000e661f869ef92179ef2e9af5c87b219468787eaa60dba4af6c2c" }, + { + "name": "AS3935MI", + "version": "1.2.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems AS3935 Franklin Lightning Detector, supporting I2C and SPI interfaces.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/as3935mi/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/as3935mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-1.2.1.zip", + "archiveFileName": "AS3935MI-1.2.1.zip", + "size": 34167, + "checksum": "SHA-256:89d6301c3734462f9035b9669b5b3894b3fe5061d17073e790611e6579ea6732" + }, + { + "name": "AS3935MI", + "version": "1.3.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems AS3935 Franklin Lightning Detector, supporting I2C and SPI interfaces.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/as3935mi/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/as3935mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/AS3935MI-1.3.0.zip", + "archiveFileName": "AS3935MI-1.3.0.zip", + "size": 34474, + "checksum": "SHA-256:0c8d0d34f8c98f0dc1dedccb735fc2a0418417d8fe94ae39050eacfa73100ddd" + }, { "name": "ezTime", "version": "0.6.0", @@ -201860,6 +251945,54 @@ "size": 552406, "checksum": "SHA-256:319a75f8ada2fad42686f46b661bf48c985fb4c747b2cb83964b3926661cde1f" }, + { + "name": "RTD10K-temp-sensor", + "version": "1.2.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Read temperature with analog input and 10K RTD", + "paragraph": "Read temperature with thermodynamic resistor with negative temperature coefficien (NTC). The probe is PANR103395 10kOhm with a Beta of 3950.", + "website": "https://github.com/NitrofMtl/RTD10k-temp-sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/RTD10k-temp-sensor.git", + "providesIncludes": [ + "RDT10K.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/RTD10K_temp_sensor-1.2.0.zip", + "archiveFileName": "RTD10K_temp_sensor-1.2.0.zip", + "size": 552051, + "checksum": "SHA-256:179fce5ee53cad3051f773d3a69c76584e293a28729f31a6a67b1607c2142691" + }, + { + "name": "RTD10K-temp-sensor", + "version": "3.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Read temperature with analog input and 10K RTD", + "paragraph": "Read temperature with thermodynamic resistor with negative temperature coefficien (NTC). The probe is PANR103395 10kOhm with a Beta of 3950.", + "website": "https://github.com/NitrofMtl/RTD10k-temp-sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/RTD10k-temp-sensor.git", + "providesIncludes": [ + "RTD10K.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/RTD10K_temp_sensor-3.0.0.zip", + "archiveFileName": "RTD10K_temp_sensor-3.0.0.zip", + "size": 98692, + "checksum": "SHA-256:a91717cf4fe1a28a9196161c30c2dd4d24eafe52006ea4cbe571044ddca9f12e" + }, { "name": "WeeklyAlarm", "version": "3.0.0", @@ -201980,6 +252113,59 @@ "size": 7901, "checksum": "SHA-256:3abb701140dfe78d85863c3234654b2bfe0ed97552e13a017005a8c5d1e718a5" }, + { + "name": "WeeklyAlarm", + "version": "4.0.5", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "weekday timer ( thermostat like scheduler )", + "paragraph": "WeeklyAlarm is a timer to trigger daily at the same time. It has been designed to be used like a numeric thermostat scheduler", + "website": "https://github.com/NitrofMtl/weeklyAlarm", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", + "providesIncludes": [ + "weeklyAlarm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-4.0.5.zip", + "archiveFileName": "WeeklyAlarm-4.0.5.zip", + "size": 7909, + "checksum": "SHA-256:2e5ace59fe6925db76427a1bf769bb6cd05521e2b67bc383fbf69f137490a03f" + }, + { + "name": "WeeklyAlarm", + "version": "5.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "weekday timer ( thermostat like scheduler )", + "paragraph": "WeeklyAlarm is a timer to trigger daily at the same time, on each enabled day. It has been designed to be used like a numeric thermostat scheduler", + "website": "https://github.com/NitrofMtl/weeklyAlarm", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/weeklyAlarm.git", + "providesIncludes": [ + "weeklyAlarm.h" + ], + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/WeeklyAlarm-5.0.0.zip", + "archiveFileName": "WeeklyAlarm-5.0.0.zip", + "size": 8603, + "checksum": "SHA-256:7cd7821b5d43b7b731dccbfad3b279f508e5c488d69714dd78c6d7143dbf699a" + }, { "name": "CurrentSwitch", "version": "1.0.0", @@ -202004,6 +252190,30 @@ "size": 7246, "checksum": "SHA-256:12de545189873a3199c9b377245211404559a72e4352978d5d9c5fb824121e0b" }, + { + "name": "CurrentSwitch", + "version": "2.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Use SCT-013-000 current sensor as a workproof", + "paragraph": "CurrentSwitch Is a library to use non invasive current probe to use it a a 'working proof'. This skecht use a SCT-013-000. Interface with arduino.", + "website": "https://github.com/NitrofMtl/CurrentSwitch", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/CurrentSwitch.git", + "providesIncludes": [ + "CurrentSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/CurrentSwitch-2.0.0.zip", + "archiveFileName": "CurrentSwitch-2.0.0.zip", + "size": 6985, + "checksum": "SHA-256:ea014bd5cea62a926c21b18971c5593a23e99d95770246d069e58b6ae3d1eef8" + }, { "name": "ADC_SEQR", "version": "1.1.0", @@ -202100,6 +252310,54 @@ "size": 7519, "checksum": "SHA-256:e9f66f8d7b787c1b21b34b76795e51bf53849a3970f424d754675bb427776861" }, + { + "name": "ADC_SEQR", + "version": "2.4.2", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading and free up MCU.", + "website": "https://github.com/NitrofMtl/ADC_SEQR", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/ADC_SEQR.git", + "providesIncludes": [ + "ADC_SEQR.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SEQR-2.4.2.zip", + "archiveFileName": "ADC_SEQR-2.4.2.zip", + "size": 7506, + "checksum": "SHA-256:426414241b34dbb955542d2322a8b8f796cdd4857682351d4bb32f48f4907f25" + }, + { + "name": "ADC_SEQR", + "version": "3.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading and free up MCU.", + "website": "https://github.com/NitrofMtl/ADC_SEQR", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/ADC_SEQR.git", + "providesIncludes": [ + "ADC_SEQR.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SEQR-3.0.0.zip", + "archiveFileName": "ADC_SEQR-3.0.0.zip", + "size": 8414, + "checksum": "SHA-256:96cee766fb896e332163c601d505e011f5bbe6e4d04e0baa7a1b61a29495bf87" + }, { "name": "TimeOut", "version": "2.2.0", @@ -202177,6 +252435,91 @@ "size": 9607, "checksum": "SHA-256:3ef8ed0c4ebb068c2d3e3225adcc0c70d8ef357af54392c7f5fbc28defc5593b" }, + { + "name": "TimeOut", + "version": "4.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "license": "GPL-3.0-or-later", + "sentence": "An Arduino library that creates timer callbacks.", + "paragraph": "Supports simple callback function to a single timeout sequence or repetitive timer intervals.", + "website": "https://github.com/NitrofMtl/TimeOut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/TimeOut.git", + "providesIncludes": [ + "TimeOut.h" + ], + "dependencies": [ + { + "name": "MicroTuple" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-4.0.0.zip", + "archiveFileName": "TimeOut-4.0.0.zip", + "size": 23093, + "checksum": "SHA-256:0338c7cf860e0c3df9dda70d0ad9241b9feaad18617a47aa6ec8ebb304a96911" + }, + { + "name": "TimeOut", + "version": "5.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "license": "GPL-3.0-or-later", + "sentence": "An Arduino library that creates timer callbacks.", + "paragraph": "Supports simple callback function to a single timeout sequence or repetitive timer intervals.", + "website": "https://github.com/NitrofMtl/TimeOut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/TimeOut.git", + "providesIncludes": [ + "TimeOut.h" + ], + "dependencies": [ + { + "name": "MicroTuple" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-5.0.0.zip", + "archiveFileName": "TimeOut-5.0.0.zip", + "size": 21225, + "checksum": "SHA-256:05fbdaab737e19c25ec330d4b3bc7782878b8c11d4b56030f577e6822db75589" + }, + { + "name": "TimeOut", + "version": "5.1.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "license": "GPL-3.0-or-later", + "sentence": "An Arduino library that creates timer callbacks.", + "paragraph": "Supports simple callback function to a single timeout sequence or repetitive timer intervals.", + "website": "https://github.com/NitrofMtl/TimeOut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/TimeOut.git", + "providesIncludes": [ + "TimeOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/TimeOut-5.1.0.zip", + "archiveFileName": "TimeOut-5.1.0.zip", + "size": 21335, + "checksum": "SHA-256:60289298b2101ddb652f59d25cc54fbeb9e0a7041e4b6061663ca18a85f44dad" + }, { "name": "SparkFun SerLCD Arduino Library", "version": "1.0.0", @@ -203003,6 +253346,151 @@ "size": 62397, "checksum": "SHA-256:ec8ae119bb81d9f59fad1b2d6ee52084f5bad6f38558977d086feed1d33aee55" }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.0.2.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.0.2.zip", + "size": 62389, + "checksum": "SHA-256:c219d516e7a887eb2aea4415c4c2cde986cfa4f490e4a52b39129192b063d851" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.1.0.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.1.0.zip", + "size": 62463, + "checksum": "SHA-256:f8b343b2b131dc4d3840f6abf5b66c82211fc209acf0036e86f8541bd6f5d5cd" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.1.1.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.1.1.zip", + "size": 62462, + "checksum": "SHA-256:10479929f035a23c0bc2ec826b919aa1b1128d24e7ef514e4a44dd9d1bf0e55c" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.1.2.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.1.2.zip", + "size": 62463, + "checksum": "SHA-256:4f2189a8b9de1673a2957c7703470c01b41c1b7367f4a39d59023f7c7a99b692" + }, + { + "name": "Adafruit BMP3XX Library", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for BMP3XX series temperature/pressure sensors", + "paragraph": "Arduino library for BMP3XX series temperature/pressure sensors", + "website": "https://github.com/adafruit/Adafruit_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BMP3XX.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BMP3XX_Library-2.1.4.zip", + "archiveFileName": "Adafruit_BMP3XX_Library-2.1.4.zip", + "size": 62464, + "checksum": "SHA-256:ead726c441c67cbbe8f19f2e4ac8b98f1c092c8638f305a24f921f103e4483ba" + }, { "name": "Adafruit MPRLS Library", "version": "1.0.0", @@ -203191,6 +253679,64 @@ "size": 6512, "checksum": "SHA-256:4ddf5f3581c979561a479631158856658bf4a7755080e0b7fa0f4d7d5eabd11b" }, + { + "name": "Adafruit MPRLS Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.2.0.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.2.0.zip", + "size": 6585, + "checksum": "SHA-256:85954fb1908ca363ba2ac18df9013f7e1a3c92c2397f338e670a0579e08185fd" + }, + { + "name": "Adafruit MPRLS Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MPRLS series pressure sensors", + "paragraph": "Arduino library for MPRLS series pressure sensors", + "website": "https://github.com/adafruit/Adafruit_MPRLS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPRLS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPRLS_Library-1.2.2.zip", + "archiveFileName": "Adafruit_MPRLS_Library-1.2.2.zip", + "size": 6585, + "checksum": "SHA-256:00c967900a219b33568566f2d44f878a9fa520f51cbf84f458031270fd57c14c" + }, { "name": "Adafruit VEML6075 Library", "version": "1.0.0", @@ -203259,6 +253805,58 @@ "size": 8372, "checksum": "SHA-256:0d43aa9f8a2edf5b3b6e1590d525600a3ae07451423cccc3ef84a5d81c3f4bb0" }, + { + "name": "Adafruit VEML6075 Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6075", + "paragraph": "Arduino library for VEML6075", + "website": "https://github.com/adafruit/Adafruit_VEML6075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VEML6075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-2.2.0.zip", + "archiveFileName": "Adafruit_VEML6075_Library-2.2.0.zip", + "size": 8525, + "checksum": "SHA-256:4e660ca74b3e8be1417ba739ed26dd60a3b47e451f1765098677798bff457ef3" + }, + { + "name": "Adafruit VEML6075 Library", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for VEML6075", + "paragraph": "Arduino library for VEML6075", + "website": "https://github.com/adafruit/Adafruit_VEML6075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VEML6075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML6075_Library-2.2.2.zip", + "archiveFileName": "Adafruit_VEML6075_Library-2.2.2.zip", + "size": 8524, + "checksum": "SHA-256:598387fac20acf6941664b245e4415466f38bd8d54e534cb3e691c7da2236510" + }, { "name": "MCCI LoRaWAN LMIC library", "version": "2.2.0", @@ -203469,6 +254067,69 @@ "size": 4599672, "checksum": "SHA-256:303906f93d1c07c49df36017b9e5b950f1481e3106210c56a956587a90908380" }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "4.0.0", + "author": "IBM, Matthijs Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-4.0.0.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-4.0.0.zip", + "size": 4618790, + "checksum": "SHA-256:28bd37a2f564384ce451b41c770fb4a2ca53050240327010e419f0bd99b31fd7" + }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "4.1.0", + "author": "IBM, Matthijs Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-4.1.0.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-4.1.0.zip", + "size": 4626283, + "checksum": "SHA-256:070434a5e3b1679a19dbecaf9ba50fec5adac89aadc914f1ec5bca3273223d27" + }, + { + "name": "MCCI LoRaWAN LMIC library", + "version": "4.1.1", + "author": "IBM, Matthijs Kooijman, Terry Moore, ChaeHee Won, Frank Rose", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM.", + "paragraph": "Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html.", + "website": "https://github.com/mcci-catena/arduino-lmic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/arduino-lmic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LoRaWAN_LMIC_library-4.1.1.zip", + "archiveFileName": "MCCI_LoRaWAN_LMIC_library-4.1.1.zip", + "size": 4626631, + "checksum": "SHA-256:d1018d0bda97ab41e2bdd7d43b211e779e57f86f2fb7319579c43a348680b7de" + }, { "name": "AstroMech", "version": "0.1.0", @@ -203758,6 +254419,195 @@ "size": 419862, "checksum": "SHA-256:b9a7f649ef40285bf840f0ca8222646cd25bf5c0aa98a71b67b122e9a26a7bba" }, + { + "name": "MAX1704X", + "version": "1.1.0", + "author": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "maintainer": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.1.0.zip", + "archiveFileName": "MAX1704X-1.1.0.zip", + "size": 423962, + "checksum": "SHA-256:58bc6064d6aaec339c2cf17700056432eb93572257d09ad95dcd5e97c524cdb2" + }, + { + "name": "MAX1704X", + "version": "1.2.1", + "author": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "maintainer": "Daniel Porrey \u003cdaniel.porrey@hotmail.com\u003e", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.1.zip", + "archiveFileName": "MAX1704X-1.2.1.zip", + "size": 13325474, + "checksum": "SHA-256:c1e648e16be12592c495c1ee59fe1635f98421afd5a62864759b305d5df41527" + }, + { + "name": "MAX1704X", + "version": "1.2.2", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.2.zip", + "archiveFileName": "MAX1704X-1.2.2.zip", + "size": 13325474, + "checksum": "SHA-256:c231ef73e7962ff03bacd849b55d564de4faa868f69de98c73a4b3aee3a420f5" + }, + { + "name": "MAX1704X", + "version": "1.2.3", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.3.zip", + "archiveFileName": "MAX1704X-1.2.3.zip", + "size": 13323850, + "checksum": "SHA-256:893423d53588e052a6dadbc8b1f7306d2f0a3f84eef6a55d7476a4d78b52b4e8" + }, + { + "name": "MAX1704X", + "version": "1.2.4", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.4.zip", + "archiveFileName": "MAX1704X-1.2.4.zip", + "size": 13324047, + "checksum": "SHA-256:ae656aa3d6f80af4d1392d1b56521e267cd462253adf69c0a123ee95b86634d7" + }, + { + "name": "MAX1704X", + "version": "1.2.5", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://github.com/porrey/MAX1704X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.5.zip", + "archiveFileName": "MAX1704X-1.2.5.zip", + "size": 13331469, + "checksum": "SHA-256:9765396264ff63f3be4e85f769b85f004002696328b2f70c125ecbb784ab9d2c" + }, + { + "name": "MAX1704X", + "version": "1.2.6", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://porrey.github.io/max1704x/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.6.zip", + "archiveFileName": "MAX1704X-1.2.6.zip", + "size": 13331501, + "checksum": "SHA-256:0b085973d9d2dfb09b9c39ab598fbf3b0a2ddbdc0f0eea3535ce70c3fc99fd79" + }, + { + "name": "MAX1704X", + "version": "1.2.7", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://porrey.github.io/max1704x/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.7.zip", + "archiveFileName": "MAX1704X-1.2.7.zip", + "size": 13331619, + "checksum": "SHA-256:146fbbdd6f5e6806fd70fcb235ff1a62921280d846357b51566dd183c60c818c" + }, + { + "name": "MAX1704X", + "version": "1.2.8", + "author": "Daniel Porrey", + "maintainer": "Daniel Porrey", + "sentence": "Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.", + "paragraph": "Provides a simple interface for monitoring battery charge levels. Works with any device using the Maxmim MAX17043 or MAX17044 chip such as the SparkFun LiPo Fuel Gauge.", + "website": "https://porrey.github.io/max1704x/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/max1704x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/MAX1704X-1.2.8.zip", + "archiveFileName": "MAX1704X-1.2.8.zip", + "size": 13329452, + "checksum": "SHA-256:cb870bfdfc5de7b1dd9dfe3ad4d612540d0086737f6738a93429721f8e998704" + }, { "name": "SerialDebug", "version": "0.9.0", @@ -204010,6 +254860,69 @@ "size": 357201, "checksum": "SHA-256:0c4e16be55ab03d387642e134e887fde1df2bb6ee0bcf4c2c7263d957434761b" }, + { + "name": "SoftTimers", + "version": "2.0.0", + "author": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "maintainer": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "sentence": "The SoftTimers arduino library is a collection of software timers. The library aims at greatly simplifying multitask complexity.", + "paragraph": "It allows one to properly time multiple events and know when each \"timer\" expires meaning that an action is required. SoftTimers can also be used to compute the elapsed time since an event occured.", + "website": "https://github.com/end2endzone/SoftTimers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/end2endzone/SoftTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/SoftTimers-2.0.0.zip", + "archiveFileName": "SoftTimers-2.0.0.zip", + "size": 343209, + "checksum": "SHA-256:97ba446b156a43fb37ab9506083fa0de89db17ea570bb371b1a3d577de458562" + }, + { + "name": "SoftTimers", + "version": "2.0.2", + "author": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "maintainer": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "sentence": "The SoftTimers arduino library is a collection of software timers. The library aims at greatly simplifying multitask complexity.", + "paragraph": "It allows one to properly time multiple events and know when each \"timer\" expires meaning that an action is required. SoftTimers can also be used to compute the elapsed time since an event occured.", + "website": "https://github.com/end2endzone/SoftTimers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/end2endzone/SoftTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/SoftTimers-2.0.2.zip", + "archiveFileName": "SoftTimers-2.0.2.zip", + "size": 347155, + "checksum": "SHA-256:6a0b640c93be50203809c20e3fa79bd2c06b20c85e30f528c507d1a6ee09774f" + }, + { + "name": "SoftTimers", + "version": "2.1.0", + "author": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "maintainer": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "sentence": "The SoftTimers arduino library is a collection of software timers. The library aims at greatly simplifying multitask complexity.", + "paragraph": "It allows one to properly time multiple events and know when each \"timer\" expires meaning that an action is required. SoftTimers can also be used to compute the elapsed time since an event occured.", + "website": "https://github.com/end2endzone/SoftTimers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/end2endzone/SoftTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/SoftTimers-2.1.0.zip", + "archiveFileName": "SoftTimers-2.1.0.zip", + "size": 353965, + "checksum": "SHA-256:6d7039a9eb92ab1fe13b447c9c3bee4532ae84dfee85f0ca642ab8cd506a9a28" + }, { "name": "AllWize", "version": "1.0.0", @@ -204270,6 +255183,32 @@ "size": 8758603, "checksum": "SHA-256:8690436f703ebc79c6ebc3d576e9b86f747e085705b78414790f08d87c0a0995" }, + { + "name": "AllWize", + "version": "1.1.6", + "author": "AllWize.io \u003cgithub@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "Arduino-compatible library to interface RC1701HP-OSP/WIZE radio modules", + "website": "https://github.com/AllWize/allwize.git", + "category": "Communication", + "architectures": [ + "avr", + "samd", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AllWize/allwize.git", + "providesIncludes": [ + "AllWize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/AllWize-1.1.6.zip", + "archiveFileName": "AllWize-1.1.6.zip", + "size": 1550669, + "checksum": "SHA-256:881b90ed29b7cd5d2587bad0725f894a75f3293cf2670f595f8eccac3f1db7d6" + }, { "name": "RemoteDebug", "version": "2.0.0", @@ -204836,6 +255775,30 @@ "size": 386941, "checksum": "SHA-256:9173138281fd66a8dda3588459428f35372377d50811528e470c070f405a620b" }, + { + "name": "HLW8012", + "version": "1.1.2", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "HLW8012 for Arduino / ESP8216", + "paragraph": "HLW8012 power/current/voltage monitor IC library for Arduino and ESP8266. Use 2.x.x for ESP and 1.3 for AVR.", + "website": "https://github.com/xoseperez/hlw8012.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xoseperez/hlw8012.git", + "providesIncludes": [ + "hlw8012.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/HLW8012-1.1.2.zip", + "archiveFileName": "HLW8012-1.1.2.zip", + "size": 388833, + "checksum": "SHA-256:790e9ad25aa97d6de7fcf5ec750ca83eddff8acae8349ae73280fdfc2a0fd66b" + }, { "name": "PCF8583", "version": "1.0.0", @@ -205001,6 +255964,78 @@ "size": 464278, "checksum": "SHA-256:29b473034b21eeb0e0ecd5cc433afe0130e657c08cda534fee568e12478af366" }, + { + "name": "TeensyStep", + "version": "2.3.1", + "author": "luni64", + "maintainer": "luni64", + "sentence": "High speed stepper driver for PJRC Teensy boards (T3.0 - T3.6) and STM32F4", + "paragraph": "Step rates up to 300000stp/sec. Accelerated and synchronized movement of up to 10 steppers. Due to the low processor load it can easily be used togehter with sensors, displays, serial communication ...", + "website": "https://luni64.github.io/TeensyStep/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyStep.git", + "providesIncludes": [ + "TeensyStep.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-2.3.1.zip", + "archiveFileName": "TeensyStep-2.3.1.zip", + "size": 467035, + "checksum": "SHA-256:ff9dacccf0c64c69f46c8eabeb26c94ff64495c683ee6a3b0b65b300bab89af0" + }, + { + "name": "TeensyStep", + "version": "2.3.2", + "author": "luni64", + "maintainer": "luni64", + "sentence": "High speed stepper driver for PJRC Teensy boards (T3.0 - T3.6) and STM32F4", + "paragraph": "Step rates up to 300000stp/sec. Accelerated and synchronized movement of up to 10 steppers. Due to the low processor load it can easily be used togehter with sensors, displays, serial communication ...", + "website": "https://luni64.github.io/TeensyStep/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyStep.git", + "providesIncludes": [ + "TeensyStep.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-2.3.2.zip", + "archiveFileName": "TeensyStep-2.3.2.zip", + "size": 467094, + "checksum": "SHA-256:831ccc96cedde4b0658b0ea0a212c6f76c2a15d460bb841f3741798a13aa12cf" + }, + { + "name": "TeensyStep", + "version": "2.3.4", + "author": "luni64", + "maintainer": "luni64", + "sentence": "High speed stepper driver for PJRC Teensy boards (T3.0 - T3.6) and STM32F4", + "paragraph": "Step rates up to 300000stp/sec. Accelerated and synchronized movement of up to 10 steppers. Due to the low processor load it can easily be used togehter with sensors, displays, serial communication ...", + "website": "https://luni64.github.io/TeensyStep/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyStep.git", + "providesIncludes": [ + "TeensyStep.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyStep-2.3.4.zip", + "archiveFileName": "TeensyStep-2.3.4.zip", + "size": 467287, + "checksum": "SHA-256:db7d31ea995c4886da1ef498373dd0a3a7f72ee37b1259d1a83bf0ca3753499c" + }, { "name": "arduino-timer", "version": "0.0.1", @@ -205193,6 +256228,102 @@ "size": 22367, "checksum": "SHA-256:511762faca0daf91be133260ba8f72eda0aa620aa806ea8dd090699a464ca812" }, + { + "name": "arduino-timer", + "version": "2.3.0", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": [ + "arduino-timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.3.0.zip", + "archiveFileName": "arduino_timer-2.3.0.zip", + "size": 22649, + "checksum": "SHA-256:d241f34887bbb56080c71798676fc7c9f7da10339f03be70df359cabb530c428" + }, + { + "name": "arduino-timer", + "version": "2.3.1", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": [ + "arduino-timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-2.3.1.zip", + "archiveFileName": "arduino_timer-2.3.1.zip", + "size": 22671, + "checksum": "SHA-256:d698144df4e481f873cbc41ca9b0d32e1cdae82a77bf796fa25f29e29b74e5d7" + }, + { + "name": "arduino-timer", + "version": "3.0.0", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": [ + "arduino-timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-3.0.0.zip", + "archiveFileName": "arduino_timer-3.0.0.zip", + "size": 22561, + "checksum": "SHA-256:fb0ebdb6938814ca650162e97a732a4739f964cd92a90e9104b31a39694d337d" + }, + { + "name": "arduino-timer", + "version": "3.0.1", + "author": "Michael Contreras", + "maintainer": "Michael Contreras", + "sentence": "Timer library for delaying function calls", + "paragraph": "Simple non-blocking timer library for calling functions in / at / every specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.", + "website": "https://github.com/contrem/arduino-timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/contrem/arduino-timer.git", + "providesIncludes": [ + "arduino-timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/contrem/arduino_timer-3.0.1.zip", + "archiveFileName": "arduino_timer-3.0.1.zip", + "size": 25379, + "checksum": "SHA-256:50b79a85443cf6a9db854edd2ffea96cd89751af06e6a4e19538d4b14b47462b" + }, { "name": "AD57X4R", "version": "1.0.0", @@ -205403,6 +256534,27 @@ "size": 10548, "checksum": "SHA-256:2f4f317334aee09d9bed8c77e75fd1ee5b7a2116b019ef79d50f4128ad0bf42b" }, + { + "name": "AD57X4R", + "version": "5.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Provides an SPI based interface to the AD5724R, AD5734R, and the AD5754R Quad 12-/14-/16-Bit Unipolar/Bipolar Voltage Output DACs.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/AD57X4R.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/AD57X4R.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AD57X4R-5.0.0.zip", + "archiveFileName": "AD57X4R-5.0.0.zip", + "size": 1550550, + "checksum": "SHA-256:6a8572f9d22dc8cf08c376ec018f66f92c583761460873b98002cd07b4be6bd2" + }, { "name": "TMC429", "version": "1.0.0", @@ -205686,6 +256838,168 @@ "size": 15695, "checksum": "SHA-256:19f70e234a4b09fc540d7640b4421b3d3f21914fe4d32d4d7c02f2c8fc031bbd" }, + { + "name": "TMC429", + "version": "1.3.2", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "dependencies": [ + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.3.2.zip", + "archiveFileName": "TMC429-1.3.2.zip", + "size": 96852, + "checksum": "SHA-256:c8a12f6a4dddde7728313c1c5643cf6fe85d56e29e1cfb1bb2e1a60d37ccc163" + }, + { + "name": "TMC429", + "version": "1.3.3", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "dependencies": [ + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.3.3.zip", + "archiveFileName": "TMC429-1.3.3.zip", + "size": 142365, + "checksum": "SHA-256:efa6d2c17b8d0f5f835aa77148caedceb9f4f1816096b990505b88ea39cb71e7" + }, + { + "name": "TMC429", + "version": "1.3.4", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "dependencies": [ + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-1.3.4.zip", + "archiveFileName": "TMC429-1.3.4.zip", + "size": 143822, + "checksum": "SHA-256:19e4a6f78f1e17dae20859ac089f9d1795fbb65bef289208c99cbde0ff64d13e" + }, + { + "name": "TMC429", + "version": "2.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-2.0.0.zip", + "archiveFileName": "TMC429-2.0.0.zip", + "size": 1677552, + "checksum": "SHA-256:1814ade5fd6e801d63ebf0f178f4150d159b3741317ac9623bd7bacf086660e5" + }, + { + "name": "TMC429", + "version": "2.0.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-2.0.1.zip", + "archiveFileName": "TMC429-2.0.1.zip", + "size": 1677036, + "checksum": "SHA-256:3ba962324770632af4e46cd53d376fc1b08c847eee04b34b96a50d93c18f0372" + }, + { + "name": "TMC429", + "version": "2.1.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-2.1.0.zip", + "archiveFileName": "TMC429-2.1.0.zip", + "size": 1679514, + "checksum": "SHA-256:9a7f852c43113b745005f81d38c710307434f33edc451033eba93367eea26222" + }, + { + "name": "TMC429", + "version": "2.2.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Trinamic TMC429 triple-axis dedicated step and direction motion controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC429.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC429.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC429-2.2.0.zip", + "archiveFileName": "TMC429-2.2.0.zip", + "size": 1679604, + "checksum": "SHA-256:4c18bc83999735fbf7f93f35333a92eee3889554126aff906b94fd8a989fd2b9" + }, { "name": "TMC2130", "version": "1.0.0", @@ -205917,6 +257231,27 @@ "size": 7832, "checksum": "SHA-256:7d66bad4ee658fbac4ec28fe40f87170958dd8813fef5348e571b7ef15562791" }, + { + "name": "Array", + "version": "1.2.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "An array container similar to the C++ std::array", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Array.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Array.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Array-1.2.1.zip", + "archiveFileName": "Array-1.2.1.zip", + "size": 7859, + "checksum": "SHA-256:dc69e0b4d1390c08253120a80e6e07e5cc6185ec24cbe3cb96dec2d8173e6495" + }, { "name": "ArduinoQueue", "version": "1.0.1", @@ -206022,6 +257357,27 @@ "size": 9579, "checksum": "SHA-256:c5f22201e9a61e60395471f7f76391afc985c8b3e6f3d222b89ed72562819c0b" }, + { + "name": "ArduinoQueue", + "version": "1.2.5", + "author": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "maintainer": "Einar Arnason \u003ceinsiarna@gmail.com\u003e", + "sentence": "Queue Library", + "paragraph": "A lightweight linked list type queue implementation, meant for microcontrollers.", + "website": "https://github.com/EinarArnason/ArduinoQueue", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EinarArnason/ArduinoQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EinarArnason/ArduinoQueue-1.2.5.zip", + "archiveFileName": "ArduinoQueue-1.2.5.zip", + "size": 9580, + "checksum": "SHA-256:c2335eb9528541c394244bed7eadc4b8269f98bf62b29d9c28f16c2791f7a22c" + }, { "name": "Vector", "version": "1.0.0", @@ -206148,6 +257504,48 @@ "size": 6730, "checksum": "SHA-256:1a1ad05cc12e4e1795785112cda8d0316880b3616658655526d7b0266768f839" }, + { + "name": "Vector", + "version": "1.2.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "An array container similar to the C++ std::vector", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Vector.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Vector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.2.1.zip", + "archiveFileName": "Vector-1.2.1.zip", + "size": 6730, + "checksum": "SHA-256:833e64720b03f185167bebd1407b23ef47cd73e79e6aaec023638187522b79a6" + }, + { + "name": "Vector", + "version": "1.2.2", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "An array container similar to the C++ std::vector", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Vector.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Vector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Vector-1.2.2.zip", + "archiveFileName": "Vector-1.2.2.zip", + "size": 12927, + "checksum": "SHA-256:21e46049f8e27d69297b321dd6d618d295bdece9aca1de77d1bfd26c45cfdf4c" + }, { "name": "Muwerk scheduler library", "version": "0.1.0", @@ -206253,6 +257651,240 @@ "size": 16877, "checksum": "SHA-256:ec191889f4e5cc35e84009cd5abb847aa1272ef6398b9bb5daa76d4a22628f02" }, + { + "name": "Muwerk scheduler library", + "version": "0.5.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.2.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.2.zip", + "size": 199642, + "checksum": "SHA-256:3d36d387d96654bc8bdbcaa2847ff7247c5bffc122e64cd62410db7b6342e864" + }, + { + "name": "Muwerk scheduler library", + "version": "0.5.3", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.3.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.3.zip", + "size": 199739, + "checksum": "SHA-256:e3668bb6f423a3ff563a404d8dec366224ab4d638d8b4209cd4be96a3bb4d3c2" + }, + { + "name": "Muwerk scheduler library", + "version": "0.5.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.4.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.4.zip", + "size": 199803, + "checksum": "SHA-256:fdb3b9899818e1a26c7d8e12cf44c79a65028da649759101a03b833dc0117a99" + }, + { + "name": "Muwerk scheduler library", + "version": "0.5.5", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.5.5.zip", + "archiveFileName": "Muwerk_scheduler_library-0.5.5.zip", + "size": 203402, + "checksum": "SHA-256:724889185c9ca6ea76397683a0c9cdfff53ecc39153f6e0518214b5464520ba6" + }, + { + "name": "Muwerk scheduler library", + "version": "0.6.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.6.0.zip", + "archiveFileName": "Muwerk_scheduler_library-0.6.0.zip", + "size": 203558, + "checksum": "SHA-256:a5c1313ae9dedf172f077725d9845a6a666423dacea3248f7d63eb5b79904e66" + }, + { + "name": "Muwerk scheduler library", + "version": "0.6.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.6.1.zip", + "archiveFileName": "Muwerk_scheduler_library-0.6.1.zip", + "size": 205959, + "checksum": "SHA-256:0881d6d41948be2b8a7787115716fbcdf29dce0d734ef3d67c0000fbeb47ab1c" + }, + { + "name": "Muwerk scheduler library", + "version": "0.6.3", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.6.3.zip", + "archiveFileName": "Muwerk_scheduler_library-0.6.3.zip", + "size": 210581, + "checksum": "SHA-256:40ed5bf9be54a04a0761041a6cdfd718a8685eeb6d922378e261822de4ed01e4" + }, + { + "name": "Muwerk scheduler library", + "version": "0.6.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.6.4.zip", + "archiveFileName": "Muwerk_scheduler_library-0.6.4.zip", + "size": 210719, + "checksum": "SHA-256:ba86af69aeca2d761f88c96958b6180ddcaeb3bc571fddb4d8730d8daf85481f" + }, + { + "name": "Muwerk scheduler library", + "version": "0.6.5", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "cooperative scheduler and mqtt-like communication queues", + "paragraph": "cooperative scheduler and mqtt-like communication queues for ATTINY, ARDUINO, ESPxx. This library requires the ustd library.", + "website": "https://github.com/muwerk/muwerk", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/muwerk.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/Muwerk_scheduler_library-0.6.5.zip", + "archiveFileName": "Muwerk_scheduler_library-0.6.5.zip", + "size": 210771, + "checksum": "SHA-256:ca86f847ee6fa9c0dc0dd60f53d413c88c4e63d08785c6b9ba94e7137e1d5d67" + }, { "name": "TLE72X", "version": "1.0.0", @@ -206610,6 +258242,132 @@ "size": 348055, "checksum": "SHA-256:4cd314d72b36c8fef488e29b7ea3607ac81056b0250becafd0be98e15750ac24" }, + { + "name": "ACAN2515", + "version": "2.0.7", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.7.zip", + "archiveFileName": "ACAN2515-2.0.7.zip", + "size": 337490, + "checksum": "SHA-256:1ea68ca80ce3da94e6c308af6e7f24194e1f1b81b93aa0ced695c67120936e1a" + }, + { + "name": "ACAN2515", + "version": "2.0.8", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.8.zip", + "archiveFileName": "ACAN2515-2.0.8.zip", + "size": 392094, + "checksum": "SHA-256:cc7726e236c602fc577939b5b65052dd9e04b553fcfee9d9ae4c361ddbe20a89" + }, + { + "name": "ACAN2515", + "version": "2.0.9", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.0.9.zip", + "archiveFileName": "ACAN2515-2.0.9.zip", + "size": 393490, + "checksum": "SHA-256:acf2afa9143a74162a1a130ae1462546e884a1881708e96f903a1d256d209d8a" + }, + { + "name": "ACAN2515", + "version": "2.1.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.1.0.zip", + "archiveFileName": "ACAN2515-2.1.0.zip", + "size": 395747, + "checksum": "SHA-256:cab901d6a43cb11ccdeddd99473a1a08fa5770eeafb78283c41c999cf13fe725" + }, + { + "name": "ACAN2515", + "version": "2.1.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.1.1.zip", + "archiveFileName": "ACAN2515-2.1.1.zip", + "size": 396756, + "checksum": "SHA-256:884aee124263c17704bce2f05d091bc5ec3824d47ed12e323e1351aed5e4f6b2" + }, + { + "name": "ACAN2515", + "version": "2.1.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller. Compatible with ACAN, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters. Runs on ESP32 from version 1.1.2, on Raspberry Pi Pico.", + "website": "https://github.com/pierremolinaro/acan2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515-2.1.2.zip", + "archiveFileName": "ACAN2515-2.1.2.zip", + "size": 397820, + "checksum": "SHA-256:b30f58d22fa7cc17630e1ca69e480bb35e7842235df91107c3b9719cdabde878" + }, { "name": "ADS1118 library", "version": "1.0.0", @@ -206746,6 +258504,27 @@ "size": 16358, "checksum": "SHA-256:923cfa4ae5d2c6f49f1b0edaf76f8cce63dcb3bff47104c878b310642b7696a2" }, + { + "name": "BMP180MI", + "version": "1.0.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BMP085 / BMP180 Digital Pressure Sensors.", + "paragraph": "The library supports I2C (via the Wire Library) interfaces. Use of other I2C libraries (e.g. software I2C) is supported by inheritance. Does not block or delay (except for convenience functions) making it better suited for applications where non-blocking behaviour is preferred.", + "website": "https://bitbucket.org/christandlg/bmp180mi", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/bmp180mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMP180MI-1.0.1.zip", + "archiveFileName": "BMP180MI-1.0.1.zip", + "size": 16406, + "checksum": "SHA-256:a1c3d6f22eeba632be7fc1a9a067493acee731d3f94edee899a02b34eca15b93" + }, { "name": "ReactESP", "version": "0.2.0", @@ -206818,6 +258597,102 @@ "size": 46538, "checksum": "SHA-256:7dd239b2bd544f8ffa5e6dccbd349626cd8d237f5661007fd96f25b0541d4631" }, + { + "name": "ReactESP", + "version": "0.3.1", + "author": "Matti Airas \u003cmairas@iki.fi\u003e, Andrew Carter \u003candrewcarter1992@gmail.com\u003e", + "maintainer": "Matti Airas \u003cmairas@iki.fi\u003e", + "sentence": "Asynchronous programming library for the ESP8266 and other microcontrollers compatible with the Arduino framework.", + "paragraph": "ReactESP is an asynchronous programming library for creating non-blocking applications on the Arduino framework.", + "website": "https://github.com/mairas/ReactESP", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mairas/ReactESP.git", + "providesIncludes": [ + "ReactESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-0.3.1.zip", + "archiveFileName": "ReactESP-0.3.1.zip", + "size": 441027, + "checksum": "SHA-256:2aa51e074bbefe8b858db10a96aa1bd99b2565a1556fdd98cfdab861c6704c85" + }, + { + "name": "ReactESP", + "version": "1.0.0", + "author": "Matti Airas \u003cmairas@iki.fi\u003e, Andrew Carter \u003candrewcarter1992@gmail.com\u003e", + "maintainer": "Matti Airas \u003cmairas@iki.fi\u003e", + "sentence": "Asynchronous programming library for the ESP8266 and other microcontrollers compatible with the Arduino framework.", + "paragraph": "ReactESP is an asynchronous programming library for creating non-blocking applications on the Arduino framework.", + "website": "https://github.com/mairas/ReactESP", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mairas/ReactESP.git", + "providesIncludes": [ + "ReactESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-1.0.0.zip", + "archiveFileName": "ReactESP-1.0.0.zip", + "size": 389243, + "checksum": "SHA-256:eefd6bbcfef62a5ab1c29dabcc3e8df50635f12f12ca9315dc073e893f86b7e3" + }, + { + "name": "ReactESP", + "version": "2.0.0", + "author": "Matti Airas \u003cmairas@iki.fi\u003e, Andrew Carter \u003candrewcarter1992@gmail.com\u003e", + "maintainer": "Matti Airas \u003cmairas@iki.fi\u003e", + "sentence": "Asynchronous programming library for the ESP32 and other microcontrollers compatible with the Arduino framework.", + "paragraph": "ReactESP is an asynchronous programming library for creating non-blocking applications on the Arduino framework.", + "website": "https://github.com/mairas/ReactESP", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mairas/ReactESP.git", + "providesIncludes": [ + "ReactESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-2.0.0.zip", + "archiveFileName": "ReactESP-2.0.0.zip", + "size": 504275, + "checksum": "SHA-256:eadf408dc3ce7ae03cc2d1536e7c6bc5e35066b37d2cc95236b5fa941661e4fb" + }, + { + "name": "ReactESP", + "version": "2.1.0", + "author": "Matti Airas \u003cmairas@iki.fi\u003e, Andrew Carter \u003candrewcarter1992@gmail.com\u003e", + "maintainer": "Matti Airas \u003cmairas@iki.fi\u003e", + "sentence": "Asynchronous programming library for the ESP32 and other microcontrollers compatible with the Arduino framework.", + "paragraph": "ReactESP is an asynchronous programming library for creating non-blocking applications on the Arduino framework.", + "website": "https://github.com/mairas/ReactESP", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mairas/ReactESP.git", + "providesIncludes": [ + "ReactESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mairas/ReactESP-2.1.0.zip", + "archiveFileName": "ReactESP-2.1.0.zip", + "size": 520856, + "checksum": "SHA-256:9961bd9482005ff1ff91ed0afc561353dd1a4f1720d46485d4f844d49e4530cd" + }, { "name": "ESP32Encoder", "version": "0.0.1", @@ -207250,6 +259125,270 @@ "size": 6502, "checksum": "SHA-256:4bd2d3b0429d39ca712a670c492b37f6100f9956b301067dfb3229ec5fecb672" }, + { + "name": "ESP32Encoder", + "version": "0.4.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.4.0.zip", + "archiveFileName": "ESP32Encoder-0.4.0.zip", + "size": 34860, + "checksum": "SHA-256:d0fee743d9e9e58807574443ad09e44b828ec886aa69bebe314248fc897e6162" + }, + { + "name": "ESP32Encoder", + "version": "0.5.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.5.0.zip", + "archiveFileName": "ESP32Encoder-0.5.0.zip", + "size": 36474, + "checksum": "SHA-256:dbe001ed8a504d093ebfd72490569cff449fb1de8d430f5de83f633b502b226d" + }, + { + "name": "ESP32Encoder", + "version": "0.5.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.5.1.zip", + "archiveFileName": "ESP32Encoder-0.5.1.zip", + "size": 36488, + "checksum": "SHA-256:19b5f869c381779bf0d3cf50085ce5994ecfd50d5381d6a74274b598dba3fc8d" + }, + { + "name": "ESP32Encoder", + "version": "0.6.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.6.0.zip", + "archiveFileName": "ESP32Encoder-0.6.0.zip", + "size": 36499, + "checksum": "SHA-256:3a06d241552c57b9133c84c4e28ddff8648052672f33ee70213caeb6969aac85" + }, + { + "name": "ESP32Encoder", + "version": "0.7.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.7.0.zip", + "archiveFileName": "ESP32Encoder-0.7.0.zip", + "size": 36545, + "checksum": "SHA-256:0e70db3417aa00031d5728d6fb7a204b75cb34cae6f2168020c01a2bfb1f50d0" + }, + { + "name": "ESP32Encoder", + "version": "0.8.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.8.0.zip", + "archiveFileName": "ESP32Encoder-0.8.0.zip", + "size": 36611, + "checksum": "SHA-256:820a66feefaf670cab1e4c8f4d2b81632daf324068bacde30df3cf21988326f8" + }, + { + "name": "ESP32Encoder", + "version": "0.9.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.9.0.zip", + "archiveFileName": "ESP32Encoder-0.9.0.zip", + "size": 38278, + "checksum": "SHA-256:1209336ba280a1051d598d8beec688c144796761fe9fc1bfa97bdb0a138e03ad" + }, + { + "name": "ESP32Encoder", + "version": "0.9.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.9.1.zip", + "archiveFileName": "ESP32Encoder-0.9.1.zip", + "size": 38277, + "checksum": "SHA-256:ea72079fa946933d4e1f0f9b1d0dcd2f0b67153153723b41f8077de9a4b58832" + }, + { + "name": "ESP32Encoder", + "version": "0.10.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.10.0.zip", + "archiveFileName": "ESP32Encoder-0.10.0.zip", + "size": 39313, + "checksum": "SHA-256:a7bc85e31f6a329d79625e9e5ee44a1226b095881db42af5194ef0afdfa3aed8" + }, + { + "name": "ESP32Encoder", + "version": "0.10.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.10.1.zip", + "archiveFileName": "ESP32Encoder-0.10.1.zip", + "size": 40026, + "checksum": "SHA-256:96168d3af899d8c7c61a97303e940f80eb5018ae44df3c6b86cad06bef84e6bc" + }, + { + "name": "ESP32Encoder", + "version": "0.10.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Encoder library for the ESP32 using interrupts.", + "paragraph": "Encoder library for the ESP32 using interrupts. This library supports quadrature and half quadrature.", + "website": "https://github.com/madhephaestus/ESP32Encoder/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32Encoder.git", + "providesIncludes": [ + "ESP32Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32Encoder-0.10.2.zip", + "archiveFileName": "ESP32Encoder-0.10.2.zip", + "size": 40031, + "checksum": "SHA-256:c3f7ad2dafde50243c5f2221214c1be7e962801227d9c1424186a58c667205e7" + }, { "name": "USBMIDI", "version": "1.1.0", @@ -207394,6 +259533,30 @@ "size": 759289, "checksum": "SHA-256:4b81313d0c3addf5579327233e3f23bfb97e4faf46765d869dacce9fdd6609d6" }, + { + "name": "USBMIDI", + "version": "1.1.6", + "author": "Blokas", + "maintainer": "Giedrius Trainavičius \u003cgiedrius@blokas.io\u003e", + "sentence": "USB MIDI library for Arduino.", + "paragraph": "Provides USB MIDI functionality via the familiar Serial interface, porting existing code is trivial. Uses PluggableUSB library for devices that support it. Other AVR8 devices are supported by using V-USB library by Object Development (https://www.obdev.at/products/vusb/index.html). Since version 1.1.2, config for Digispark boards was added.", + "website": "https://github.com/BlokasLabs/usbmidi", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlokasLabs/USBMIDI.git", + "providesIncludes": [ + "usbmidi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlokasLabs/USBMIDI-1.1.6.zip", + "archiveFileName": "USBMIDI-1.1.6.zip", + "size": 759296, + "checksum": "SHA-256:be6d29ad1c287fc55aefd106cdea99c15e6237db1e511ab7ea72183c536f76f8" + }, { "name": "Streaming", "version": "5.0.0", @@ -207541,6 +259704,111 @@ "size": 10632, "checksum": "SHA-256:0890617d94fa5aae5d40188b6bc7e74323a1abca68037ee56f4b863be6a9830e" }, + { + "name": "Streaming", + "version": "6.0.8", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.8.zip", + "archiveFileName": "Streaming-6.0.8.zip", + "size": 10632, + "checksum": "SHA-256:9aba7b6998f4ac538f49fc3eea4f84edba1a4312ac102e145d980edb02a65f39" + }, + { + "name": "Streaming", + "version": "6.0.9", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.9.zip", + "archiveFileName": "Streaming-6.0.9.zip", + "size": 10659, + "checksum": "SHA-256:233a241855e4067c6213291a91a12ff346b3b98bc3b9a1dc1d7050ba781a9eeb" + }, + { + "name": "Streaming", + "version": "6.0.10", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.0.10.zip", + "archiveFileName": "Streaming-6.0.10.zip", + "size": 10656, + "checksum": "SHA-256:8c35d3802fa9067fb152cb125af912d0dd31c1d97b7efd65a2e21bdca7f66e4e" + }, + { + "name": "Streaming", + "version": "6.1.0", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.1.0.zip", + "archiveFileName": "Streaming-6.1.0.zip", + "size": 10887, + "checksum": "SHA-256:fa6219953024876a5bc44a1d69e449a092de630f5501713bb8fb42d637b3251c" + }, + { + "name": "Streaming", + "version": "6.1.1", + "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Streaming C++-style Output with Operator \u003c\u003c", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Streaming", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Streaming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Streaming-6.1.1.zip", + "archiveFileName": "Streaming-6.1.1.zip", + "size": 11641, + "checksum": "SHA-256:286db3db5e13e9a5c06b5bbb3330a2778307e26a692345c45e7b36ddcd416321" + }, { "name": "JsmnStream", "version": "1.0.0", @@ -207732,6 +260000,97 @@ "size": 5372, "checksum": "SHA-256:cfbaf193bad95d2f70509d14b67cece60a3f651d6efce3e5c56c128293ed778b" }, + { + "name": "Watchdog", + "version": "2.3.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Use Watchdog to execute a function and/or reset the microcontroller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.3.0.zip", + "archiveFileName": "Watchdog-2.3.0.zip", + "size": 10285, + "checksum": "SHA-256:ea8da3581080fee411956d744804dd7df4b8654c0d920e92c8887146ca74f6d0" + }, + { + "name": "Watchdog", + "version": "2.3.1", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Watchdog resets the device if the timer expires before the watchdog is reset.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-2.3.1.zip", + "archiveFileName": "Watchdog-2.3.1.zip", + "size": 10449, + "checksum": "SHA-256:470432ea73161676d46c8f59f39074046a1617da769ce48fc4f7124d313591c4" + }, + { + "name": "Watchdog", + "version": "3.0.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Watchdog resets the device if the timer expires before the watchdog is reset.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-3.0.0.zip", + "archiveFileName": "Watchdog-3.0.0.zip", + "size": 16171, + "checksum": "SHA-256:f75de2416c517497323afafc26f3b5684047e9224b371c50ea3b5fbead430648" + }, + { + "name": "Watchdog", + "version": "3.0.2", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e, Antonio Brewer, Steve Sawtelle", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Watchdog resets the device if the timer expires before the watchdog is reset.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/Watchdog.git", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/Watchdog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/Watchdog-3.0.2.zip", + "archiveFileName": "Watchdog-3.0.2.zip", + "size": 16216, + "checksum": "SHA-256:63cc0a6f97ec64129d40a85ac3ca38a3ae3746dfeedc6316707661247045aaa9" + }, { "name": "SparkFun Flying Jalapeno Arduino Library", "version": "1.0.0", @@ -207924,6 +260283,27 @@ "size": 296940, "checksum": "SHA-256:5311bfcd454097d91bc0831a5474b8941b5ad873ba7bcc52124209a6de68f8a4" }, + { + "name": "AnyRtttl", + "version": "2.2.1", + "author": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "maintainer": "Antoine Beauchamp \u003cend2endzone@gmail.com\u003e", + "sentence": "A feature rich arduino library for playing rtttl melodies.", + "paragraph": "The AnyRtttl is a feature rich library which supports all best RTTTL features: Blocking \u0026 Non-Blocking modes, custom tone(), delay() and millis() functions, PROGMEM support, and much more.", + "website": "https://github.com/end2endzone/AnyRtttl", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/end2endzone/AnyRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/end2endzone/AnyRtttl-2.2.1.zip", + "archiveFileName": "AnyRtttl-2.2.1.zip", + "size": 317450, + "checksum": "SHA-256:418d3068ebaa0f706bf58a82d90ddd6aa2ffd484462a5ac57c3002e7a4e9f453" + }, { "name": "Cloudchip IoT", "version": "2.0.0", @@ -208128,6 +260508,27 @@ "size": 7506, "checksum": "SHA-256:83af87145d29693dd29317f7208ba476d565347b73706d7ea3ff35804ec118c6" }, + { + "name": "rhio-pinmap", + "version": "2.1.0", + "author": "Guillermo Alonso \u003cgalonso@rhomb.io\u003e", + "maintainer": "Rhomb.io Software Team \u003cinfo@rhomb.io\u003e", + "sentence": "Macro definitions for compatibility among rhomb.io Master modules", + "paragraph": "A collection of macros to help make the same code compatible among multiple Masters (MCUs) of Rhomb.io", + "website": "https://github.com/Rhomb-io/rhio-pinmap", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rhomb-io/rhio-pinmap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rhomb-io/rhio_pinmap-2.1.0.zip", + "archiveFileName": "rhio_pinmap-2.1.0.zip", + "size": 7113, + "checksum": "SHA-256:2bd634b0045ffb7702b8ccad66e96118ddcc6e6d0cb63873e4928e62e3dff54c" + }, { "name": "Progetto One Pin Keypad", "version": "1.0.0", @@ -208657,6 +261058,174 @@ "size": 382978, "checksum": "SHA-256:f78cc497bf6c427182a1114c2a490e3c2735422399277c37f2a171f303c2a17a" }, + { + "name": "ACAN2517FD", + "version": "2.1.4", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.4.zip", + "archiveFileName": "ACAN2517FD-2.1.4.zip", + "size": 383949, + "checksum": "SHA-256:546a84480b7e252a558d3de15437809b5daac4fc504bdc69846e69b6048e055b" + }, + { + "name": "ACAN2517FD", + "version": "2.1.5", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.5.zip", + "archiveFileName": "ACAN2517FD-2.1.5.zip", + "size": 387752, + "checksum": "SHA-256:dc2af205caf45d426f9fb34cd816136b4dacecbdeeb6b3614a942feccce490d0" + }, + { + "name": "ACAN2517FD", + "version": "2.1.6", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.6.zip", + "archiveFileName": "ACAN2517FD-2.1.6.zip", + "size": 941448, + "checksum": "SHA-256:f0af88da833c80d1255f034f934444608d81912144dc6d3f9358cd38ce354bcb" + }, + { + "name": "ACAN2517FD", + "version": "2.1.7", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.7.zip", + "archiveFileName": "ACAN2517FD-2.1.7.zip", + "size": 960993, + "checksum": "SHA-256:4c564cd1984d84f11793459e7d3628f283289ba1f97a9d26a3f01cc020996c28" + }, + { + "name": "ACAN2517FD", + "version": "2.1.8", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.8.zip", + "archiveFileName": "ACAN2517FD-2.1.8.zip", + "size": 961219, + "checksum": "SHA-256:2bdc802982b5c002d6f0bc35e9fa0a9e87bdc26804a10d69ad6f344bf8219437" + }, + { + "name": "ACAN2517FD", + "version": "2.1.9", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.9.zip", + "archiveFileName": "ACAN2517FD-2.1.9.zip", + "size": 967436, + "checksum": "SHA-256:d8218261aa9b9f152dc85a3216d6baaa0098d103acecbaa4a6323475f56b09fd" + }, + { + "name": "ACAN2517FD", + "version": "2.1.10", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.10.zip", + "archiveFileName": "ACAN2517FD-2.1.10.zip", + "size": 967836, + "checksum": "SHA-256:644dd07400ec92607a56a87941549125bc5183cc8281b44fa4a3cd9daa00ba1e" + }, + { + "name": "ACAN2517FD", + "version": "2.1.11", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2517FD and MCP2518FD CAN Controller (CAN FD mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD, the MCP2518FD and the MCP251863 CAN Controller, in CAN FD mode. Compatible with ACAN, ACAN2515, ACAN2517 libraries, with ACAN_T4 library from version 2.1.0. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Compatible with ESP32 from version 1.1.0.", + "website": "https://github.com/pierremolinaro/acan2517FD", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517FD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517FD-2.1.11.zip", + "archiveFileName": "ACAN2517FD-2.1.11.zip", + "size": 1069153, + "checksum": "SHA-256:d41a1c8c7ef3ac8da0e0097c12477d54d9116582521fff6773b5944436fd39a3" + }, { "name": "ACAN2517", "version": "1.0.0", @@ -208930,6 +261499,90 @@ "size": 373629, "checksum": "SHA-256:77663ada18cae53524dc5ba546c9dac66de701e968c7bdc308bd079278fe85a3" }, + { + "name": "ACAN2517", + "version": "1.1.9", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.9.zip", + "archiveFileName": "ACAN2517-1.1.9.zip", + "size": 374937, + "checksum": "SHA-256:1ef17c9f3cda4fed115f56904423a2f6a626252874ca0dee963048bc393d671c" + }, + { + "name": "ACAN2517", + "version": "1.1.10", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.10.zip", + "archiveFileName": "ACAN2517-1.1.10.zip", + "size": 377492, + "checksum": "SHA-256:3fe1a8b535a7d9e9f4a63458c75c284c19358d901511199e17b44f39b9339a03" + }, + { + "name": "ACAN2517", + "version": "1.1.11", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.11.zip", + "archiveFileName": "ACAN2517-1.1.11.zip", + "size": 936306, + "checksum": "SHA-256:ce2406aa35878ae2f48e0a25e22b15b1e0d0ca0536d31524d0d6e8de708a8830" + }, + { + "name": "ACAN2517", + "version": "1.1.12", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for the MCP2517FD and the MCP2518FD CAN Controllers (CAN 2.0B mode)", + "paragraph": "This library is an Arduino CAN network driver for the MCP2517FD and the MCP2518FD CAN Controllers, in CAN 2.0B mode (CANFD is not handled by this driver). Compatible with ACAN, ACAN2515, ACAN2515Tiny, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Reception filters (up to 32) can be easily defined. Runs on ESP32 from version 1.1.0. For a library for the MCP2517FD and the MCP2518FD CAN Controllers in CANFD mode, see the ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acan2517", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2517.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2517-1.1.12.zip", + "archiveFileName": "ACAN2517-1.1.12.zip", + "size": 936164, + "checksum": "SHA-256:d0187494e567f7719d6ed0b352c043d1363aef48a74c326fc0677229fbb94926" + }, { "name": "AM2320_asukiaaa", "version": "1.0.0", @@ -209353,6 +262006,426 @@ "size": 33917, "checksum": "SHA-256:6316c6ae75eda854c3dea784295950fb3c98f4492d77ea5c3b9eddf63e0b0b9f" }, + { + "name": "EL_dev_arduino", + "version": "2.3.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.3.0.zip", + "archiveFileName": "EL_dev_arduino-2.3.0.zip", + "size": 796593, + "checksum": "SHA-256:46b37fa0b2c37f90e7b27a0a3b5ed11a72fbfb70eac1f08d7807458dc6439f56" + }, + { + "name": "EL_dev_arduino", + "version": "2.4.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.4.0.zip", + "archiveFileName": "EL_dev_arduino-2.4.0.zip", + "size": 797241, + "checksum": "SHA-256:9fcbaafb33b3c409fbb1ccb03d3393ebb8ae557e0d27c80c529a005cb61900f5" + }, + { + "name": "EL_dev_arduino", + "version": "2.6.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.6.0.zip", + "archiveFileName": "EL_dev_arduino-2.6.0.zip", + "size": 936983, + "checksum": "SHA-256:9849bd3ad9e8e7a1648e419347c21687829f0bc847fa53568dd341383711cf90" + }, + { + "name": "EL_dev_arduino", + "version": "2.7.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.7.0.zip", + "archiveFileName": "EL_dev_arduino-2.7.0.zip", + "size": 934332, + "checksum": "SHA-256:81ca04062a444035d2dbca4138076aa6ca7e840dde77cfd9b1de5ee1aa3e2211" + }, + { + "name": "EL_dev_arduino", + "version": "2.8.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.8.0.zip", + "archiveFileName": "EL_dev_arduino-2.8.0.zip", + "size": 940488, + "checksum": "SHA-256:16ee6fd18a176f763dcfeabc242dce30172dbcfe9f394656c480860c611f7eba" + }, + { + "name": "EL_dev_arduino", + "version": "2.8.2", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.8.2.zip", + "archiveFileName": "EL_dev_arduino-2.8.2.zip", + "size": 941504, + "checksum": "SHA-256:a9241a11006d2c1b8f2e84d41c02aa6599e0da940191d8ba4811a6d9a4e899a7" + }, + { + "name": "EL_dev_arduino", + "version": "2.9.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.9.0.zip", + "archiveFileName": "EL_dev_arduino-2.9.0.zip", + "size": 942033, + "checksum": "SHA-256:8fe66875400c7c7efcf722b9a29f1039bb87266b3a62a2b0c5446bb36d4a24e5" + }, + { + "name": "EL_dev_arduino", + "version": "2.9.1", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.9.1.zip", + "archiveFileName": "EL_dev_arduino-2.9.1.zip", + "size": 942120, + "checksum": "SHA-256:096a340c3582bea4deb3a4b4f2cf2a931149271dd42f5583716c51c652be06a6" + }, + { + "name": "EL_dev_arduino", + "version": "2.10.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-2.10.0.zip", + "archiveFileName": "EL_dev_arduino-2.10.0.zip", + "size": 947333, + "checksum": "SHA-256:66a6bf69da4fcc489ec59100f3ef172a2d96b059c67a2c5001f7001d8459502b" + }, + { + "name": "EL_dev_arduino", + "version": "3.0.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-3.0.0.zip", + "archiveFileName": "EL_dev_arduino-3.0.0.zip", + "size": 954161, + "checksum": "SHA-256:94cf15e3585b92b1ea0fc9aa6bd6d337a80adf12d3746381a1254ff46d50aeb5" + }, + { + "name": "EL_dev_arduino", + "version": "3.0.1", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-3.0.1.zip", + "archiveFileName": "EL_dev_arduino-3.0.1.zip", + "size": 1160596, + "checksum": "SHA-256:aaa9bd4112b597f8dbb3a2e071c2efcfabb4b22706ec605fad705e2ff1060dd4" + }, + { + "name": "EL_dev_arduino", + "version": "4.0.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.0.0.zip", + "archiveFileName": "EL_dev_arduino-4.0.0.zip", + "size": 1502772, + "checksum": "SHA-256:2d9c2886925099886ef49ba1caba80bdd75d0de43fe6c1286b2786c71a9fb30e" + }, + { + "name": "EL_dev_arduino", + "version": "4.0.1", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.0.1.zip", + "archiveFileName": "EL_dev_arduino-4.0.1.zip", + "size": 1503039, + "checksum": "SHA-256:b3aac13b18673baf6b8b5382922c1bb61dfbb18cafb192985d3cdd85855bb544" + }, + { + "name": "EL_dev_arduino", + "version": "4.1.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.1.0.zip", + "archiveFileName": "EL_dev_arduino-4.1.0.zip", + "size": 1503272, + "checksum": "SHA-256:aed1a9afeae9c538ffb056163e0327798d157a094b1fcbc4bddb2235d301dcc0" + }, + { + "name": "EL_dev_arduino", + "version": "4.1.1", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.1.1.zip", + "archiveFileName": "EL_dev_arduino-4.1.1.zip", + "size": 1501273, + "checksum": "SHA-256:dc16ce1560c40d45485ec97998e1f210dfd15b36fbcfe1d5931deefd28862410" + }, + { + "name": "EL_dev_arduino", + "version": "4.1.2", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.1.2.zip", + "archiveFileName": "EL_dev_arduino-4.1.2.zip", + "size": 1501576, + "checksum": "SHA-256:56dd8d9f2c6228a324c73808b3c50d948168786c1779f1ee360395e4646c4f40" + }, + { + "name": "EL_dev_arduino", + "version": "4.1.3", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.1.3.zip", + "archiveFileName": "EL_dev_arduino-4.1.3.zip", + "size": 1501845, + "checksum": "SHA-256:ce74f88854716f877dabe019fd9ee3c4799346cbbba980066ae6f1bfec8ea1fa" + }, + { + "name": "EL_dev_arduino", + "version": "4.2.0", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.2.0.zip", + "archiveFileName": "EL_dev_arduino-4.2.0.zip", + "size": 1502152, + "checksum": "SHA-256:9782b4613be7a5f9f69de6ab773d837fcf71cdad7e4831fd326d2c28fb011fa0" + }, + { + "name": "EL_dev_arduino", + "version": "4.2.1", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.2.1.zip", + "archiveFileName": "EL_dev_arduino-4.2.1.zip", + "size": 1653951, + "checksum": "SHA-256:ad0e34d436c604e16e4e35e33187f52936448a8ab904b2cd12dd4f38e233a72c" + }, + { + "name": "EL_dev_arduino", + "version": "4.2.2", + "author": "Hiroshi SUGIMURA", + "maintainer": "Hiroshi SUGIMURA \u003chiroshi.sugimura@gmail.com\u003e", + "sentence": "Library and Sample of ECHONET Lite for Arduino", + "paragraph": "This is the ECHONET Lite protocol library for arduino and a sample.", + "website": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hiroshi-Sugimura/EL_dev_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Hiroshi-Sugimura/EL_dev_arduino-4.2.2.zip", + "archiveFileName": "EL_dev_arduino-4.2.2.zip", + "size": 1653965, + "checksum": "SHA-256:4f5261ab8c2beac1955231904e8338303654e6c5a15accf7f69cb01f28d338fc" + }, { "name": "ThingsBoard", "version": "0.1.0", @@ -209368,7 +262441,7 @@ "types": [ "Contributed" ], - "repository": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK.git", + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", "providesIncludes": [ "ThingsBoard.h" ], @@ -209392,7 +262465,7 @@ "types": [ "Contributed" ], - "repository": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK.git", + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", "providesIncludes": [ "ThingsBoard.h" ], @@ -209416,7 +262489,7 @@ "types": [ "Contributed" ], - "repository": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK.git", + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", "providesIncludes": [ "ThingsBoard.h" ], @@ -209425,6 +262498,603 @@ "size": 20011, "checksum": "SHA-256:2107dbca350a2483ce7afbab0b9ee7c91b4acad81bbb6999b0fd61ebcbc7657f" }, + { + "name": "ThingsBoard", + "version": "0.5.0", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.5.0.zip", + "archiveFileName": "ThingsBoard-0.5.0.zip", + "size": 29880, + "checksum": "SHA-256:1448a46578574e9166820d7577f881f33ba1e48dd949d087ede070013d3f223d" + }, + { + "name": "ThingsBoard", + "version": "0.6.0", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.6.0.zip", + "archiveFileName": "ThingsBoard-0.6.0.zip", + "size": 29965, + "checksum": "SHA-256:cef49c08cfb6ceee4872a82aa7e338b71af7f9d2bb1a90af0ce4583b1f597f6c" + }, + { + "name": "ThingsBoard", + "version": "0.7.1", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.7.1.zip", + "archiveFileName": "ThingsBoard-0.7.1.zip", + "size": 36301, + "checksum": "SHA-256:6a622f084dacc75889762b0c3c3df6c1938d40d8adcba2a0afca818aa30f884e" + }, + { + "name": "ThingsBoard", + "version": "0.9.0", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.0.zip", + "archiveFileName": "ThingsBoard-0.9.0.zip", + "size": 105122, + "checksum": "SHA-256:a4ff43bf3a17c4908195d0b50751ad8a5eb9bf6f591581bc062654dc976d420a" + }, + { + "name": "ThingsBoard", + "version": "0.9.1", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.1.zip", + "archiveFileName": "ThingsBoard-0.9.1.zip", + "size": 105642, + "checksum": "SHA-256:1ad8f1c193267e7867700766a942908a5b857ef65b73b89fb254cc0e630ba851" + }, + { + "name": "ThingsBoard", + "version": "0.9.2", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.2.zip", + "archiveFileName": "ThingsBoard-0.9.2.zip", + "size": 105701, + "checksum": "SHA-256:3419d30abaa304f6c6873272729b0cdcfb0aef32932543ccfeae692896fe0739" + }, + { + "name": "ThingsBoard", + "version": "0.9.3", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.3.zip", + "archiveFileName": "ThingsBoard-0.9.3.zip", + "size": 109903, + "checksum": "SHA-256:7b72b64d85e50c90d1f3030ce456648721e889c6b6092e7c24a0f12cb5c6532b" + }, + { + "name": "ThingsBoard", + "version": "0.9.4", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.4.zip", + "archiveFileName": "ThingsBoard-0.9.4.zip", + "size": 112341, + "checksum": "SHA-256:ca9ff9b29258a36dd16cfca0fd86cc598d456d20725363cc6c89bcf2e9c8946a" + }, + { + "name": "ThingsBoard", + "version": "0.9.5", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient.", + "website": "https://github.com/thingsboard/ThingsBoard-Arduino-MQTT-SDK", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.5.zip", + "archiveFileName": "ThingsBoard-0.9.5.zip", + "size": 112651, + "checksum": "SHA-256:a049cac33cb737759bb9305c4ce9cfdb93758f09b17d54904135c26fb3e5418c" + }, + { + "name": "ThingsBoard", + "version": "0.9.6", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.6.zip", + "archiveFileName": "ThingsBoard-0.9.6.zip", + "size": 114574, + "checksum": "SHA-256:48013103810a72891cf8cb73098b4b1a2d6f1349355b9681d0fde22a954f38da" + }, + { + "name": "ThingsBoard", + "version": "0.9.7", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.9.7.zip", + "archiveFileName": "ThingsBoard-0.9.7.zip", + "size": 115104, + "checksum": "SHA-256:b32ad0d478e9c782db181c89b48a8c3124741ea7e4149254d6d257d2425138df" + }, + { + "name": "ThingsBoard", + "version": "0.10.0", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.10.0.zip", + "archiveFileName": "ThingsBoard-0.10.0.zip", + "size": 116051, + "checksum": "SHA-256:d75dc44b15dfea45d7500c97010349dbf367092378e65d1420b96249a2b7bef2" + }, + { + "name": "ThingsBoard", + "version": "0.10.1", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.10.1.zip", + "archiveFileName": "ThingsBoard-0.10.1.zip", + "size": 116050, + "checksum": "SHA-256:0d69a9e157d3d308350ac87614f35d05eeb1cb2ee94c677b36c4fdc993125d34" + }, + { + "name": "ThingsBoard", + "version": "0.10.2", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.10.2.zip", + "archiveFileName": "ThingsBoard-0.10.2.zip", + "size": 116254, + "checksum": "SHA-256:26030dc1cc4b6ef572453417d51898f297dc83162c8e7931066d489e31e82ec9" + }, + { + "name": "ThingsBoard", + "version": "0.11.0", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "StreamUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.11.0.zip", + "archiveFileName": "ThingsBoard-0.11.0.zip", + "size": 129069, + "checksum": "SHA-256:545b463784a45e18d8fcf44df6d70d2a62420b2acb45c684882d458cc77cbad6" + }, + { + "name": "ThingsBoard", + "version": "0.11.1", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "StreamUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.11.1.zip", + "archiveFileName": "ThingsBoard-0.11.1.zip", + "size": 129520, + "checksum": "SHA-256:93f70dbaeeb80ed809ba913c644915db6160aacc06401c779f971e32dbb8a6b6" + }, + { + "name": "ThingsBoard", + "version": "0.12.0", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-client-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.12.0.zip", + "archiveFileName": "ThingsBoard-0.12.0.zip", + "size": 185524, + "checksum": "SHA-256:84c3859f1866c634f2442b8a4221cf58f3228d2842a4fdad5de300f34525ed90" + }, + { + "name": "ThingsBoard", + "version": "0.12.2", + "author": "ThingsBoard Team", + "maintainer": "ThingsBoard Team", + "sentence": "ThingsBoard library for Arduino.", + "paragraph": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S", + "website": "https://github.com/thingsboard/thingsboard-client-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thingsboard/thingsboard-client-sdk.git", + "providesIncludes": [ + "ThingsBoard.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TBPubSubClient" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/ThingsBoard-0.12.2.zip", + "archiveFileName": "ThingsBoard-0.12.2.zip", + "size": 185601, + "checksum": "SHA-256:2e9c4eb5f5013b9043a708af01f9112a5c270726da832ba25e6adc70d5d40ca2" + }, { "name": "FuGPS Library", "version": "1.0.0", @@ -209635,6 +263305,58 @@ "size": 9197, "checksum": "SHA-256:27a965186f84258587a0284c9e12d3d0e07c530a63250a081fbf98b479b5ce24" }, + { + "name": "Adafruit Keypad", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Diode-multiplexed keypad support for Arduino", + "paragraph": "Diode-multiplexed keypad support for Arduino", + "website": "https://github.com/adafruit/Adafruit_Keypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Keypad.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.3.0.zip", + "archiveFileName": "Adafruit_Keypad-1.3.0.zip", + "size": 10854, + "checksum": "SHA-256:92abc46d7a0f44e68c0137865354cdef63b22c100df21e28d5548762b89f53e6" + }, + { + "name": "Adafruit Keypad", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Diode-multiplexed keypad support for Arduino", + "paragraph": "Diode-multiplexed keypad support for Arduino", + "website": "https://github.com/adafruit/Adafruit_Keypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Keypad.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Keypad-1.3.2.zip", + "archiveFileName": "Adafruit_Keypad-1.3.2.zip", + "size": 10854, + "checksum": "SHA-256:77cd3d8229c8f4e3742904fcf8db9b3b1c7c196193ad754c73a59a5b00ba8b53" + }, { "name": "ping-arduino", "version": "0.0.1", @@ -209677,6 +263399,63 @@ "size": 50240, "checksum": "SHA-256:8c7b6224f53359a653c8cfd5d8c316228f5da4f4295dc2b3919b6c8ae95e9458" }, + { + "name": "ping-arduino", + "version": "0.1.0", + "author": "Blue Robotics \u003cinfo@bluerobotics.com\u003e", + "maintainer": "Blue Robotics \u003csupport@bluerobotics.com\u003e", + "sentence": "A messaging and device api for the Blue Robotics Ping1D echosounder", + "paragraph": "The PingMessage class can be used to communicate via the Blue Robotics Ping Serial Protocol. The Ping1D class can be used to interface with the Blue Robotics Ping1D echosounder.", + "website": "https://github.com/bluerobotics/ping-arduino", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bluerobotics/ping-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/ping_arduino-0.1.0.zip", + "archiveFileName": "ping_arduino-0.1.0.zip", + "size": 57734, + "checksum": "SHA-256:84dad08cdd26ff18cfe384d648abe2e3a4c6a3df7435178a35f829db03af4071" + }, + { + "name": "ping-arduino", + "version": "0.1.1", + "author": "Blue Robotics \u003cinfo@bluerobotics.com\u003e", + "maintainer": "Blue Robotics \u003csupport@bluerobotics.com\u003e", + "sentence": "A messaging and device api for the Blue Robotics Ping1D echosounder", + "paragraph": "The ping_message class can be used to communicate via the Blue Robotics Ping Serial Protocol. The Ping1D class can be used to interface with the Blue Robotics Ping1D echosounder.", + "website": "https://github.com/bluerobotics/ping-arduino", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bluerobotics/ping-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/ping_arduino-0.1.1.zip", + "archiveFileName": "ping_arduino-0.1.1.zip", + "size": 56464, + "checksum": "SHA-256:a30527406262d72cf43caca7baa61996447252d283ffc7f4279bf6de142f3926" + }, + { + "name": "ping-arduino", + "version": "0.1.2", + "author": "Blue Robotics \u003cinfo@bluerobotics.com\u003e", + "maintainer": "Blue Robotics \u003csupport@bluerobotics.com\u003e", + "sentence": "A messaging and device api for the Blue Robotics Ping1D echosounder", + "paragraph": "The ping_message class can be used to communicate via the Blue Robotics Ping Serial Protocol. The Ping1D class can be used to interface with the Blue Robotics Ping1D echosounder.", + "website": "https://github.com/bluerobotics/ping-arduino", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bluerobotics/ping-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bluerobotics/ping_arduino-0.1.2.zip", + "archiveFileName": "ping_arduino-0.1.2.zip", + "size": 56449, + "checksum": "SHA-256:4efe403c1616cd89fe56ee83f27e525377af57e1e0899860b2231050edcdf1fe" + }, { "name": "SparkFun Spectral Triad AS7265X", "version": "1.0.0", @@ -209740,6 +263519,48 @@ "size": 23559, "checksum": "SHA-256:db7feaeeb29dc7d06cc4d6085ba06d96eef656318d948317210f3449e4312d4e" }, + { + "name": "SparkFun Spectral Triad AS7265X", + "version": "1.0.3", + "author": "Nathan Seidle and Kevin Kuwata", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino library for the AS7265x Triple Spectroscopy Sensor Board", + "paragraph": "The SparkFun Spectral Triad detects 18 discrete channels of light from 372nm (UV) to 966nm (IR) enabling desktop spectroscopy and other fun applications like counterfeit dectection! Checkout the \u003ca href=\"https://www.sparkfun.com/products/15050\"\u003eSparkFun Triad Sensor\u003c/a\u003e!", + "website": "https://github.com/sparkfun/SparkFun_AS7265X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS7265x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.3.zip", + "archiveFileName": "SparkFun_Spectral_Triad_AS7265X-1.0.3.zip", + "size": 24034, + "checksum": "SHA-256:fa1053c636eddb5c1a88890fb2804f68415a8e4e437960aa9655d4cda1a4ed9f" + }, + { + "name": "SparkFun Spectral Triad AS7265X", + "version": "1.0.4", + "author": "Nathan Seidle and Kevin Kuwata", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino library for the AS7265x Triple Spectroscopy Sensor Board", + "paragraph": "The SparkFun Spectral Triad detects 18 discrete channels of light from 372nm (UV) to 966nm (IR) enabling desktop spectroscopy and other fun applications like counterfeit dectection! Checkout the \u003ca href=\"https://www.sparkfun.com/products/15050\"\u003eSparkFun Triad Sensor\u003c/a\u003e!", + "website": "https://github.com/sparkfun/SparkFun_AS7265X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS7265x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Spectral_Triad_AS7265X-1.0.4.zip", + "archiveFileName": "SparkFun_Spectral_Triad_AS7265X-1.0.4.zip", + "size": 24169, + "checksum": "SHA-256:42577b31ad5e094ca4fb52062ea139eef6e3269eb554f34f741a382b8d180f03" + }, { "name": "PIDController", "version": "0.0.1", @@ -210060,6 +263881,32 @@ "size": 17871, "checksum": "SHA-256:e9a0b6d3475503c0916c5d8388ec34ad75cd702b9bd21555deb1a9d4b9df85a7" }, + { + "name": "TinyLoRa", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit\u003cinfo@adafruit.com\u003e", + "sentence": "Tiny LoRa Library for TTN", + "paragraph": "Small LoRa library for use with The Things Network", + "website": "https://github.com/adafruit/TinyLoRa/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyLoRa.git", + "dependencies": [ + { + "name": "DHT sensor library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyLoRa-1.4.2.zip", + "archiveFileName": "TinyLoRa-1.4.2.zip", + "size": 17871, + "checksum": "SHA-256:86f9d469e6b32c75baaa9442427beb33471cd3653fffca1db06f18eb04e46277" + }, { "name": "FaBo 222 Environment BME680", "version": "1.0.0", @@ -210679,180 +264526,698 @@ "checksum": "SHA-256:dfd4870e727f367f52d00fcc56ddae8ca3c733aba59a01d961138c3c2915b1a8" }, { - "name": "FaBo 206 UV Si1132", - "version": "1.0.0", - "author": "FaBo\u003cinfo@fabo.io\u003e", - "maintainer": "Akira Sasaki\u003cakira@fabo.io\u003e", - "sentence": "A library for FaBo UV I2C Brick", - "paragraph": "Si1132 is uv sensors.", - "website": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library", - "category": "Sensors", + "name": "GxEPD2", + "version": "1.2.15", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.0.0.zip", - "archiveFileName": "FaBo_206_UV_Si1132-1.0.0.zip", - "size": 9579, - "checksum": "SHA-256:5de9bacc38261a1dd0ead2dc5d21a6e1d64f085048f9e08e295a246e48e3df4d" + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.15.zip", + "archiveFileName": "GxEPD2-1.2.15.zip", + "size": 3790165, + "checksum": "SHA-256:620d54361b5ee8b14cd830240f51d3e4d9466cbdc8591ef4de93938e869f7bae" }, { - "name": "FaBo 206 UV Si1132", - "version": "1.1.0", - "author": "FaBo\u003cinfo@fabo.io\u003e", - "maintainer": "Akira Sasaki\u003cakira@fabo.io\u003e", - "sentence": "A library for FaBo UV I2C Brick", - "paragraph": "Si1132 is uv sensors.", - "website": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library", - "category": "Sensors", + "name": "GxEPD2", + "version": "1.2.16", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.1.0.zip", - "archiveFileName": "FaBo_206_UV_Si1132-1.1.0.zip", - "size": 9703, - "checksum": "SHA-256:366a49e9df6cd5d2a0e36b22e63513b16d5a97b97c209aecafa4972abbff7478" + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.2.16.zip", + "archiveFileName": "GxEPD2-1.2.16.zip", + "size": 3790149, + "checksum": "SHA-256:655535bb23bb6f915f518ca304d8ef1c02250f748328e0b6f1dcedb63f18bd3b" }, { - "name": "ESP Logger", - "version": "1.0.0", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library aims to provide an easy way to collect data", - "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", - "website": "https://github.com/fabiuz7/esp-logger-lib", - "category": "Data Storage", + "name": "GxEPD2", + "version": "1.3.0", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.0.0.zip", - "archiveFileName": "ESP_Logger-1.0.0.zip", - "size": 30119, - "checksum": "SHA-256:ab71c8d9c1d168b4e6d9b972fd596dec8fbc155ac8991f29ec66c77563d305b6" + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.0.zip", + "archiveFileName": "GxEPD2-1.3.0.zip", + "size": 3815822, + "checksum": "SHA-256:d3a124a46168e4bf53b59033089c6ec778ddb3ed8466163ab0d9a0f1c055471d" }, { - "name": "ESP Logger", - "version": "1.1.0", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library aims to provide an easy way to collect data", - "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", - "website": "https://github.com/fabiuz7/esp-logger-lib", - "category": "Data Storage", + "name": "GxEPD2", + "version": "1.3.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.1.0.zip", - "archiveFileName": "ESP_Logger-1.1.0.zip", - "size": 30527, - "checksum": "SHA-256:4da5efc37f21b912ef41bbc9d939bf7c5c01631f11816d838afe9dafd9cee13c" + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.1.zip", + "archiveFileName": "GxEPD2-1.3.1.zip", + "size": 3820965, + "checksum": "SHA-256:b528cacde04814686bb3489d6e306870384d150c678b2da1aa6e60cd194ccb98" }, { - "name": "ESP Logger", - "version": "1.1.1", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library aims to provide an easy way to collect data", - "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", - "website": "https://github.com/fabiuz7/esp-logger-lib", - "category": "Data Storage", + "name": "GxEPD2", + "version": "1.3.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.1.1.zip", - "archiveFileName": "ESP_Logger-1.1.1.zip", - "size": 30552, - "checksum": "SHA-256:78c26167bdb3749b568a6900025b7dc6f05591909d4aa2952fa2211cfa737294" + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.2.zip", + "archiveFileName": "GxEPD2-1.3.2.zip", + "size": 3850342, + "checksum": "SHA-256:5af7ce52043d15abd7cd4f8f4aa5b2b5b557e5820bbe02af6fd8535e206b769d" }, { - "name": "ESP Logger", - "version": "1.1.2", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library aims to provide an easy way to collect data", - "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", - "website": "https://github.com/fabiuz7/esp-logger-lib", - "category": "Data Storage", + "name": "GxEPD2", + "version": "1.3.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.1.2.zip", - "archiveFileName": "ESP_Logger-1.1.2.zip", - "size": 30641, - "checksum": "SHA-256:57feee493c0add5b5a5f6f6611352d6ebd34aaecd95484a49edc8259d7c3770e" + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.3.zip", + "archiveFileName": "GxEPD2-1.3.3.zip", + "size": 3854610, + "checksum": "SHA-256:c40b38b6101d0c2f689fa9f3679f2842dd9dd3e021330719eaaea53f9c984603" }, { - "name": "ESP Logger", - "version": "1.2.0", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library aims to provide an easy way to collect data", - "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", - "website": "https://github.com/fabiuz7/esp-logger-lib", - "category": "Data Storage", + "name": "GxEPD2", + "version": "1.3.4", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", "architectures": [ - "esp8266", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.4.zip", + "archiveFileName": "GxEPD2-1.3.4.zip", + "size": 3865557, + "checksum": "SHA-256:3060de353f4da4bdd64106dc192a6fde7f4d7cfcb390f79142c6a390cf5ca5a6" + }, + { + "name": "GxEPD2", + "version": "1.3.5", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.5.zip", + "archiveFileName": "GxEPD2-1.3.5.zip", + "size": 3877719, + "checksum": "SHA-256:184525317aa1e7cf997780e186cea97bdeb2b05b460052bcd5d040e27a6cd863" + }, + { + "name": "GxEPD2", + "version": "1.3.6", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.6.zip", + "archiveFileName": "GxEPD2-1.3.6.zip", + "size": 3883712, + "checksum": "SHA-256:96dff61286ca34f380315defdf3e59e608408ae4faaa89f05df50a47061d6950" + }, + { + "name": "GxEPD2", + "version": "1.3.7", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.7.zip", + "archiveFileName": "GxEPD2-1.3.7.zip", + "size": 3895214, + "checksum": "SHA-256:de37eab73af2a70f1928a19f2c5f462ae0c9d7aaf251584ca0c71af4590aef2d" + }, + { + "name": "GxEPD2", + "version": "1.3.8", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.8.zip", + "archiveFileName": "GxEPD2-1.3.8.zip", + "size": 3909175, + "checksum": "SHA-256:2450d448a1b8a7cc77d799b4699d17b82c8d5b36180bdc7407ad69e4158f09b6" + }, + { + "name": "GxEPD2", + "version": "1.3.9", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.3.9.zip", + "archiveFileName": "GxEPD2-1.3.9.zip", + "size": 3914107, + "checksum": "SHA-256:f7266c0719415519bc9107b6ea97e06eaf14963ebd5ec45f0583b79f3a0662bd" + }, + { + "name": "GxEPD2", + "version": "1.4.0", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.0.zip", + "archiveFileName": "GxEPD2-1.4.0.zip", + "size": 3925864, + "checksum": "SHA-256:1aca1a9b133fc065ce34f66c7ca2803472c64d738114ff2d937880b59738049a" + }, + { + "name": "GxEPD2", + "version": "1.4.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.1.zip", + "archiveFileName": "GxEPD2-1.4.1.zip", + "size": 3925950, + "checksum": "SHA-256:916851435cc7b834fc08b9a4c8f386515673f925375e67cac34abd1b8f45c870" + }, + { + "name": "GxEPD2", + "version": "1.4.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.2.zip", + "archiveFileName": "GxEPD2-1.4.2.zip", + "size": 3932489, + "checksum": "SHA-256:1fcb03770d4e084d2983b273e3796abed6176c28568e7d0b714670288668c304" + }, + { + "name": "GxEPD2", + "version": "1.4.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.3.zip", + "archiveFileName": "GxEPD2-1.4.3.zip", + "size": 3934701, + "checksum": "SHA-256:d37d191a2bf3844868a2638f9f3c1dfb0f9b7c47fae27d558360e0209e696bf1" + }, + { + "name": "GxEPD2", + "version": "1.4.5", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.5.zip", + "archiveFileName": "GxEPD2-1.4.5.zip", + "size": 3945047, + "checksum": "SHA-256:24b6b64e992e76efd2ddb04dcaccc52cd2265daccad412619731adb9e4530333" + }, + { + "name": "GxEPD2", + "version": "1.4.6", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.6.zip", + "archiveFileName": "GxEPD2-1.4.6.zip", + "size": 3983650, + "checksum": "SHA-256:c187161c4d2c98f494667f59251b2e23aba294d05ec9449f97bce81c86f956f1" + }, + { + "name": "GxEPD2", + "version": "1.4.7", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.7.zip", + "archiveFileName": "GxEPD2-1.4.7.zip", + "size": 4012277, + "checksum": "SHA-256:299cb7d4445f2b67c07999e6dd0a7a4b9216d162f0ae5620a9790abd47cf5d89" + }, + { + "name": "GxEPD2", + "version": "1.4.8", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.8.zip", + "archiveFileName": "GxEPD2-1.4.8.zip", + "size": 4074767, + "checksum": "SHA-256:11d039d86b6f4683622d2622230746d5f806f85886bca57752be07a741aba2c3" + }, + { + "name": "GxEPD2", + "version": "1.4.9", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.4.9.zip", + "archiveFileName": "GxEPD2-1.4.9.zip", + "size": 4079245, + "checksum": "SHA-256:0cd167af72eaefa4bb3b6d4fc169fda645763b6f626cd1492a7f36436119e845" + }, + { + "name": "GxEPD2", + "version": "1.5.0", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.5.0.zip", + "archiveFileName": "GxEPD2-1.5.0.zip", + "size": 4263914, + "checksum": "SHA-256:a2aadbad12340c782e9b5c8ef24358266d652f02cca8028d06a08e6962857b78" + }, + { + "name": "GxEPD2", + "version": "1.5.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.5.1.zip", + "archiveFileName": "GxEPD2-1.5.1.zip", + "size": 4352617, + "checksum": "SHA-256:7a4870736dbe8a845c823dc896e6b3e7240f5446b157f72feb8f7c89e87a6cf1" + }, + { + "name": "GxEPD2", + "version": "1.5.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.5.2.zip", + "archiveFileName": "GxEPD2-1.5.2.zip", + "size": 3889164, + "checksum": "SHA-256:812fb9856a4037b1623b9d76b7171d6e88613d07085168797a6f9a61b8814768" + }, + { + "name": "GxEPD2", + "version": "1.5.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Arduino Display Library for SPI E-Paper displays from Dalian Good Display and Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: the bare e-paper panels require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GxEPD2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD2-1.5.3.zip", + "archiveFileName": "GxEPD2-1.5.3.zip", + "size": 4098030, + "checksum": "SHA-256:55737d452dd1ec823f50f377f30c9979d9bcc1e2d037a30ebb6d252df3ef986b" + }, + { + "name": "FaBo 206 UV Si1132", + "version": "1.0.0", + "author": "FaBo\u003cinfo@fabo.io\u003e", + "maintainer": "Akira Sasaki\u003cakira@fabo.io\u003e", + "sentence": "A library for FaBo UV I2C Brick", + "paragraph": "Si1132 is uv sensors.", + "website": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library", + "category": "Sensors", + "architectures": [ + "avr", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.2.0.zip", - "archiveFileName": "ESP_Logger-1.2.0.zip", - "size": 31485, - "checksum": "SHA-256:aa3778397291d52528a95c82555385db42202777393e7df8fc7fb53c95b0b6b9" + "repository": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.0.0.zip", + "archiveFileName": "FaBo_206_UV_Si1132-1.0.0.zip", + "size": 9579, + "checksum": "SHA-256:5de9bacc38261a1dd0ead2dc5d21a6e1d64f085048f9e08e295a246e48e3df4d" }, { - "name": "ESP Logger", - "version": "1.3.0", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library aims to provide an easy way to collect data", - "paragraph": "The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.", - "website": "https://github.com/fabiuz7/esp-logger-lib", - "category": "Data Storage", + "name": "FaBo 206 UV Si1132", + "version": "1.1.0", + "author": "FaBo\u003cinfo@fabo.io\u003e", + "maintainer": "Akira Sasaki\u003cakira@fabo.io\u003e", + "sentence": "A library for FaBo UV I2C Brick", + "paragraph": "Si1132 is uv sensors.", + "website": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library", + "category": "Sensors", "architectures": [ - "esp8266", + "avr", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/esp-logger-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/ESP_Logger-1.3.0.zip", - "archiveFileName": "ESP_Logger-1.3.0.zip", - "size": 32194, - "checksum": "SHA-256:c52b4ec09c68bd48a237db6dd673b3c2a56aadf55ca5a72252ac2d9d3247c943" + "repository": "https://github.com/FaBoPlatform/FaBoUV-Si1132-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FaBoPlatform/FaBo_206_UV_Si1132-1.1.0.zip", + "archiveFileName": "FaBo_206_UV_Si1132-1.1.0.zip", + "size": 9703, + "checksum": "SHA-256:366a49e9df6cd5d2a0e36b22e63513b16d5a97b97c209aecafa4972abbff7478" }, { "name": "PVision", @@ -211250,6 +265615,59 @@ "size": 801594, "checksum": "SHA-256:73272f6abd3b21b73a2ad96a41d7d203c183059f8eea7574bd48cb724a6d3e4e" }, + { + "name": "Adafruit NeoTrellis M4 Library", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Examples and code for the NeoTrellis M4", + "paragraph": "Install this library to add some fun examples!", + "website": "https://github.com/adafruit/Adafruit_NeoTrellisM4", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NeoTrellisM4.git", + "dependencies": [ + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Keypad" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit Zero I2S Library" + }, + { + "name": "Adafruit DMA neopixel library" + }, + { + "name": "MIDIUSB" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NeoTrellis_M4_Library-1.3.3.zip", + "archiveFileName": "Adafruit_NeoTrellis_M4_Library-1.3.3.zip", + "size": 801593, + "checksum": "SHA-256:ccd97100413f6092cccfb325e6510b61c4b6fc91b4bc0ee8a1ca50e099f8a9dd" + }, { "name": "Adafruit ImageReader Library", "version": "1.0.0", @@ -212228,6 +266646,556 @@ "size": 1263820, "checksum": "SHA-256:79d22c459a63f7a168d75fe082c209cef0378dbf540c4c287930e48ebb97c669" }, + { + "name": "Adafruit ImageReader Library", + "version": "2.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.5.3.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.5.3.zip", + "size": 1263901, + "checksum": "SHA-256:eca0582614c774a12a5cbb7f31d88bd9ad08cc14c420ae013794f8dd646f9807" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.5.4.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.5.4.zip", + "size": 1277467, + "checksum": "SHA-256:6282bce9ebc2f8c5ff8987330a892ee4cc5183ebdc03b1f9fd5f17801c9047dd" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.6.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.6.0.zip", + "size": 1277631, + "checksum": "SHA-256:e15c922f250ef3fd239cffdfbdedf2cf116d8d52e61c0ec1ed77c5c79a0a2d6d" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.6.1.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.6.1.zip", + "size": 1295502, + "checksum": "SHA-256:9bc1c2eff7e56afc05fe5f7808b773d7fbeeef9812fa11aeba60651b61cf2900" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.6.2.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.6.2.zip", + "size": 1295506, + "checksum": "SHA-256:673e805f09df21b03a7ab30cd93a7287ccd1cdbab6ba8ff95612dfc994438c97" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.6.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.6.3.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.6.3.zip", + "size": 1295515, + "checksum": "SHA-256:ec405b3fbf1d3310e796c31774a2a4a69ce39a93f8a5111c092234e781b12b37" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.7.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.7.0.zip", + "size": 1298707, + "checksum": "SHA-256:e48e285afbd479f39f4f2c95ad6dfe471569af263986e912ea2d9c5fd6050156" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.8.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.8.0.zip", + "size": 1797814, + "checksum": "SHA-256:046672b76b0af5fd38085ddd5b376015450c219d3dcf4d7cb2f767a88201ffa2" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.8.1.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.8.1.zip", + "size": 1819833, + "checksum": "SHA-256:b4377f2a51ef829f48bdaced73c3527b2adda25bf5c14f00393beb597c206d9f" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.9.0.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.9.0.zip", + "size": 1819848, + "checksum": "SHA-256:87866404ac6526bcd40ecbd759ceb368ab72e66f87344c3879be1a7c573ba48a" + }, + { + "name": "Adafruit ImageReader Library", + "version": "2.9.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341), plus the Adafruit_SPIFlash library and SdFat.", + "website": "https://github.com/adafruit/Adafruit_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SSD1351 library" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ImageReader_Library-2.9.2.zip", + "archiveFileName": "Adafruit_ImageReader_Library-2.9.2.zip", + "size": 1819855, + "checksum": "SHA-256:047b07a8cb6a724b5e2cfb7f428714e3141520ba9a07705308f7781bb4d18bfe" + }, { "name": "Crypto", "version": "0.2.0", @@ -212249,6 +267217,27 @@ "size": 274988, "checksum": "SHA-256:96418168f29499a80e468c3140365dea3a4ed4cef065168a4d620254d7907856" }, + { + "name": "Crypto", + "version": "0.4.0", + "author": "Rhys Weatherley rhys.weatherley@gmail.com", + "maintainer": "Dr. Brandon Wiley brandon@operatorfoundation.org", + "sentence": "Rhys Weatherley's arduinolibs Crypto library.", + "paragraph": "All cryptographic algorithms have been optimized for 8-bit Arduino platforms like the Uno.", + "website": "https://rweather.github.io/arduinolibs/crypto.html", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OperatorFoundation/Crypto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OperatorFoundation/Crypto-0.4.0.zip", + "archiveFileName": "Crypto-0.4.0.zip", + "size": 294856, + "checksum": "SHA-256:87dad2075e8c92b8599a501d23d7b5d887d212ef177b9da127eb6d28958a5f26" + }, { "name": "Bolder Flight Systems BMI088", "version": "1.0.0", @@ -212273,6 +267262,30 @@ "size": 4999345, "checksum": "SHA-256:3fbeb8f8582d608d3ed03e937d3ab3394d8a5c1762679c7098d5e30e87134342" }, + { + "name": "Bolder Flight Systems BMI088", + "version": "1.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Bosch BMI088 6 axis IMU.", + "paragraph": "This library supports both I2C and SPI communication with the BMI088 along with accessing the BMI088 advanced features, such as synchronized output.", + "website": "https://github.com/bolderflight/bmi088-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/BMI088.git", + "providesIncludes": [ + "BMI088.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_BMI088-1.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_BMI088-1.0.1.zip", + "size": 5000216, + "checksum": "SHA-256:11c905e7dd043c5f705b649a9f9ffc3bc08124c31745f1e757b782e7ad9ef4fc" + }, { "name": "Iridium SBD", "version": "1.0.0", @@ -213051,6 +268064,134 @@ "size": 95158, "checksum": "SHA-256:06fcd0e1b58ecee10739cb6ed71671ad8207a08075223cbb5213028024765b75" }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.9.0", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": [ + "Arduino_LoRaWAN.h" + ], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.9.0.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.9.0.zip", + "size": 110027, + "checksum": "SHA-256:591637df4379bb06303e1235418358e4b14827e3df7185ce62f8ead054ece23e" + }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.9.1", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": [ + "Arduino_LoRaWAN.h" + ], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.9.1.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.9.1.zip", + "size": 110594, + "checksum": "SHA-256:016f669a79b93d94f48de91b75be047df93b5c6d7584fe0ff75672c44ea60444" + }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.9.2", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": [ + "Arduino_LoRaWAN.h" + ], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.9.2.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.9.2.zip", + "size": 110805, + "checksum": "SHA-256:03d746fd48823660653e12cea9f9f900d0324713edecd08f8bc552f512e484a4" + }, + { + "name": "MCCI Arduino LoRaWAN Library", + "version": "0.10.0", + "author": "Terry Moore, ChaeHee Won", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "High-level library for LoRaWAN-based Arduino end-devices.", + "paragraph": "Implements many of the details of network interfacing and deployment, so that you can focus on your application rather than worrying about the network. Requires the arduino-lmic library from https://github.com/mcci-catena/ or The Things Network NY.", + "website": "https://github.com/mcci-catena/arduino-lorawan/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/arduino-lorawan.git", + "providesIncludes": [ + "Arduino_LoRaWAN.h" + ], + "dependencies": [ + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI LoRaWAN LMIC library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Arduino_LoRaWAN_Library-0.10.0.zip", + "archiveFileName": "MCCI_Arduino_LoRaWAN_Library-0.10.0.zip", + "size": 122811, + "checksum": "SHA-256:e145100e112525db904458346f3e41a778aa1465bbe2cf668b00ecc366f5f5b9" + }, { "name": "Adaino", "version": "0.1.0", @@ -213450,67 +268591,202 @@ "checksum": "SHA-256:a90bfdf678e011ec1d44e546fb2df511436492c8bd2d9a59d525abd05ab7bde3" }, { - "name": "Electronic Cats Internal Temperature Zero Library", - "version": "0.0.1", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "Arduino library for internal temperature of the family SAMD", - "paragraph": "Arduino library for internal temperature of the family SAMD", - "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", - "category": "Device Control", + "name": "MCCI Catena Arduino Platform", + "version": "0.20.1", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", "architectures": [ - "samd" + "samd", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_Internal_Temperature_Zero_Library-0.0.1.zip", - "archiveFileName": "Electronic_Cats_Internal_Temperature_Zero_Library-0.0.1.zip", - "size": 14919, - "checksum": "SHA-256:0447f29a9ba69ab794fe3621cc0767905872e7707fd717f7c2036175208b3bb9" + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": [ + "Catena.h" + ], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.20.1.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.20.1.zip", + "size": 307316, + "checksum": "SHA-256:f4bcd6a72abd84290be6b4e00c45d48484137e0459d35b857af255a903246449" }, { - "name": "Electronic Cats Internal Temperature Zero Library", - "version": "0.0.2", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "Arduino library for internal temperature of the family SAMD", - "paragraph": "Arduino library for internal temperature of the family SAMD", - "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", - "category": "Device Control", + "name": "MCCI Catena Arduino Platform", + "version": "0.21.0", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", "architectures": [ - "samd" + "samd", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_Internal_Temperature_Zero_Library-0.0.2.zip", - "archiveFileName": "Electronic_Cats_Internal_Temperature_Zero_Library-0.0.2.zip", - "size": 20834, - "checksum": "SHA-256:3013183875bc1c5dbd62234d4651bcdb34541e860e3aa19987303a38b99c4948" + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": [ + "Catena.h" + ], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.21.0.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.21.0.zip", + "size": 322597, + "checksum": "SHA-256:b303f7c7f8be5710c4686da50d1c023d4b8b2a0c662785399f230880426558e1" }, { - "name": "Electronic Cats Internal Temperature Zero Library", - "version": "0.0.3", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "Arduino library for internal temperature of the family SAMD", - "paragraph": "Arduino library for internal temperature of the family SAMD", - "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", - "category": "Device Control", + "name": "MCCI Catena Arduino Platform", + "version": "0.21.1", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park, Dhinesh Kumar Pitchai", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", "architectures": [ - "samd" + "samd", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_Internal_Temperature_Zero_Library-0.0.3.zip", - "archiveFileName": "Electronic_Cats_Internal_Temperature_Zero_Library-0.0.3.zip", - "size": 13740, - "checksum": "SHA-256:5458e0fd076d2b80dda2cf9afe2ed7c57d63faf25a3384671c3e59f663552625" + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": [ + "Catena.h" + ], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.21.1.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.21.1.zip", + "size": 322896, + "checksum": "SHA-256:96dfe3d58d9375af006f0415484235745c37bbde3b44db7826ee7f547c9ec7fd" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.21.2", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park, Dhinesh Kumar Pitchai", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": [ + "Catena.h" + ], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.21.2.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.21.2.zip", + "size": 323122, + "checksum": "SHA-256:4a2ae16be271833e211c68b370ee2027873a5256c968b526be66187f62b6dcf2" + }, + { + "name": "MCCI Catena Arduino Platform", + "version": "0.22.0", + "author": "Terry Moore, ChaeHee Won, Sungjoon Park, Dhinesh Kumar Pitchai", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for MCCI Catena 44xx, 45xx, 46xx and 48xx systems.", + "paragraph": "This library provides platform support for the MCCI Catena family of IoT systems, based on the Adafruit Feather M0 LoRa, or on the Murata LoRaWAN module. FRAM system configuration, generalized polling, and a number of low-level drivers are included for the peripherals that are included with the system. A non-blocking event-driven USB-serial command interface is also provided, along with a generalized command parsing framework.", + "website": "https://github.com/mcci-catena/Catena-Arduino-Platform", + "category": "Other", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/Catena-Arduino-Platform.git", + "providesIncludes": [ + "Catena.h" + ], + "dependencies": [ + { + "name": "MCCI LoRaWAN LMIC library" + }, + { + "name": "MCCI Arduino LoRaWAN Library" + }, + { + "name": "MCCI Arduino Development Kit ADK" + }, + { + "name": "MCCI FRAM I2C" + }, + { + "name": "MCCI LTR 329ALS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_Arduino_Platform-0.22.0.zip", + "archiveFileName": "MCCI_Catena_Arduino_Platform-0.22.0.zip", + "size": 330034, + "checksum": "SHA-256:b468028e9c24ddbb05471607b4a863419c10cebd08db986125074333fbf2a778" }, { "name": "FHEM", @@ -213858,6 +269134,30 @@ "size": 19855, "checksum": "SHA-256:75e24c0767c52ea485ddb3a9efaee026d0a1b7b5a84b611a5a913e2ec15e7f16" }, + { + "name": "Smoothed", + "version": "1.2.0", + "author": "Matthew Fryer \u003cmatthew_fryer@hotmail.com\u003e", + "maintainer": "Matthew Fryer \u003cmatthew_fryer@hotmail.com\u003e", + "sentence": "A simple library to store and calculate smoothed values from sensors.", + "paragraph": "Expecially useful for reading values from the inbuilt, or an external ADC. Unlike most other similar libraries, Smoothed uses a template class allowing it to work with any numerical data type. This makes it both lightweight and flexible.", + "website": "https://github.com/MattFryer/Smoothed", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MattFryer/Smoothed.git", + "providesIncludes": [ + "Smoothed.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MattFryer/Smoothed-1.2.0.zip", + "archiveFileName": "Smoothed-1.2.0.zip", + "size": 19949, + "checksum": "SHA-256:1e42da652f73c95aed1a7fc38ab8b5f231376b5110f7bd9a85a291a41affc2f4" + }, { "name": "uStepper S-lite", "version": "0.1.0", @@ -213942,6 +269242,27 @@ "size": 7246274, "checksum": "SHA-256:c46ba9106a3e2dbb4b1b04a5cf1aca70d93ac72fb4e0d8eecb242e0b484f3894" }, + { + "name": "uStepper S-lite", + "version": "1.2.0", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepper S-lite", + "paragraph": "uStepper support library", + "website": "https://github.com/uStepper/uStepper/tree/master/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/uStepper/uStepper-S-lite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S_lite-1.2.0.zip", + "archiveFileName": "uStepper_S_lite-1.2.0.zip", + "size": 7250621, + "checksum": "SHA-256:2b4c3077cebb32fc8ade6060a99a261242523f0f0571b9ff27f533bbaf7dac00" + }, { "name": "ISFET board library", "version": "0.1.2", @@ -215380,6 +270701,232 @@ "size": 499893, "checksum": "SHA-256:fc292e71dbf81b37933dd1073738d9b9cf30a92f3493fc8a5910b04134b408a4" }, + { + "name": "MobaTools", + "version": "2.4.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "STM32F4", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.4.0.zip", + "archiveFileName": "MobaTools-2.4.0.zip", + "size": 594580, + "checksum": "SHA-256:2afc3ca6a99e4a89b050ee914e26abaa3ebbb685b0b2a40b0df5683f723d9fb3" + }, + { + "name": "MobaTools", + "version": "2.4.1", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "STM32F4", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.4.1.zip", + "archiveFileName": "MobaTools-2.4.1.zip", + "size": 417847, + "checksum": "SHA-256:edaeac615ad7d5d2917d974ccb52f99ad778eb94a8e61f728e88957289536e56" + }, + { + "name": "MobaTools", + "version": "2.4.2", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "STM32F4", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.4.2.zip", + "archiveFileName": "MobaTools-2.4.2.zip", + "size": 597211, + "checksum": "SHA-256:4c2ecb0df61bc87e73b139fda0068ae6d11b5be99c2d294aa00c595423bb9811" + }, + { + "name": "MobaTools", + "version": "2.4.3", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "STM32F4", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.4.3.zip", + "archiveFileName": "MobaTools-2.4.3.zip", + "size": 607017, + "checksum": "SHA-256:8c6dc082ef05cd16a01ba3da9050c370845428b0bf3a72a9436fd1e87d24ff52" + }, + { + "name": "MobaTools", + "version": "2.5.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "esp8266", + "esp32", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.5.0.zip", + "archiveFileName": "MobaTools-2.5.0.zip", + "size": 622945, + "checksum": "SHA-256:9b196699897a61de1125bf11b9ab101d2981440db71d66446d9e477aa12b63d2" + }, + { + "name": "MobaTools", + "version": "2.5.1", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "esp8266", + "esp32", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.5.1.zip", + "archiveFileName": "MobaTools-2.5.1.zip", + "size": 623278, + "checksum": "SHA-256:2649c1cb0137fec3ba12d70df6839efacb8c7eb15394d176cb775070da25d3c4" + }, + { + "name": "MobaTools", + "version": "2.6.0", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "esp8266", + "esp32", + "megaavr", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.6.0.zip", + "archiveFileName": "MobaTools-2.6.0.zip", + "size": 639118, + "checksum": "SHA-256:dbc55804e5066411bb0ec2c510c26139651f6b255e42f66e6d041e63adbbfb74" + }, + { + "name": "MobaTools", + "version": "2.6.1", + "author": "MicroBahner", + "maintainer": "MicroBahner, fpm-gh@mnet-mail.de", + "sentence": "Functions (steppers, servos, leds) for model railroaders( and for others too )", + "paragraph": "Bibliothek mit Funktionen für \u003cb\u003eSchrittmotore, Servos, Leds und zum entprellten Einlesen von Tastern/Schaltern\u003c/b\u003e, für arduino uno, mini, nano, leonardo, micro and mega, some ATtiny, STM32F1, ESP32 und ESP8266\u003cbr /\u003e- Steuern von bis zu \u003cb\u003e16 Servos\u003c/b\u003e mit Geschwindigkeitskontrolle. \u003cbr /\u003e- Bis zu \u003cb\u003e6 Schrittmotore\u003c/b\u003e mit \u003cb\u003eBeschleunigungs/Bremsfunktion\u003c/b\u003e\u003cbr /\u003e- Funktionen zum weichen \u003cb\u003eauf/abblenden von Leds\u003c/b\u003e.\u003cbr /\u003e- Zeitgeberfunktion.\u003cbr /\u003e- Einlesen von \u003cb\u003ebis zu 32 Tastern/Schaltern\u003c/b\u003e mit Ereignisfunktionen\u003cbr\u003e \u003cbr\u003e This library can control\u003cbr\u003e- up to 16 \u003cb\u003eservos with speed control\u003c/b\u003e and\u003cbr\u003e - up to 6 \u003cb\u003estepper motors with accelerating and decelerating\u003c/b\u003e.\u003cbr\u003e- There are also functions for a \u003cb\u003ebulb simulation with leds\u003c/b\u003e.\u003cbr /\u003e- Reading of \u003cb\u003eup to 32 buttons/switchws with event functions\u003c/b\u003e\u003cbr\u003eIt uses timer 1 for all tasks. If timer 3 is available it is used instead.\u003cbr\u003e", + "website": "https://github.com/MicroBahner/MobaTools", + "category": "Device Control", + "architectures": [ + "avr", + "STM32F1", + "esp8266", + "esp32", + "megaavr", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBahner/MobaTools.git", + "providesIncludes": [ + "MobaTools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBahner/MobaTools-2.6.1.zip", + "archiveFileName": "MobaTools-2.6.1.zip", + "size": 646207, + "checksum": "SHA-256:53e7c11ce4438888e530e0e8f74ed1781f4a83329c65840abcb5a42fc651bc73" + }, { "name": "esp32FOTA", "version": "0.1.0", @@ -215460,6 +271007,306 @@ "size": 10835, "checksum": "SHA-256:a507162f043fcd9759b0d603c332b0aa9612b58113ba40c93fec50f11d730a1a" }, + { + "name": "esp32FOTA", + "version": "0.1.3", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32fota.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.3.zip", + "archiveFileName": "esp32FOTA-0.1.3.zip", + "size": 513402, + "checksum": "SHA-256:7c3e8367ea75066e8db0598370b0fc8c703ab1abc6e311a5e548177770648a68" + }, + { + "name": "esp32FOTA", + "version": "0.1.4", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32fota.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.4.zip", + "archiveFileName": "esp32FOTA-0.1.4.zip", + "size": 513423, + "checksum": "SHA-256:d987f88b8e796e0e6255460a5d74919313edcccd9c4b96b496c65d4eef57b784" + }, + { + "name": "esp32FOTA", + "version": "0.2.1", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is available.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32FOTA.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.2.1.zip", + "archiveFileName": "esp32FOTA-0.2.1.zip", + "size": 53764, + "checksum": "SHA-256:c5a70e20d826b48123ff34ea0657e711c2ff03cae2269a410c43339e4a5c9ce2" + }, + { + "name": "esp32FOTA", + "version": "0.2.2", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is available.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32FOTA.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.2.2.zip", + "archiveFileName": "esp32FOTA-0.2.2.zip", + "size": 53805, + "checksum": "SHA-256:681d6f6bc368a4ee061559911c72e9db2262adb536d8559c632b040540cd7407" + }, + { + "name": "esp32FOTA", + "version": "0.2.3", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is available.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32FOTA.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.2.3.zip", + "archiveFileName": "esp32FOTA-0.2.3.zip", + "size": 59436, + "checksum": "SHA-256:def21ead2cb65cf9cc9e3ff9bc733de709dee2f2c04b8356f33e6a73b5adff35" + }, + { + "name": "esp32FOTA", + "version": "0.1.6", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32fota.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.1.6.zip", + "archiveFileName": "esp32FOTA-0.1.6.zip", + "size": 24901, + "checksum": "SHA-256:a826bdc001a75c6904715b1faed749814461e8b85a08424fb1b73771e3aff5b7" + }, + { + "name": "esp32FOTA", + "version": "0.2.4", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is available.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32FOTA.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.2.4.zip", + "archiveFileName": "esp32FOTA-0.2.4.zip", + "size": 59092, + "checksum": "SHA-256:f23c8dd42a381470cd948323f124299ce0b506b7802cf2fe333e0f8d1810dbed" + }, + { + "name": "esp32FOTA", + "version": "0.2.5", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is available.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32FOTA.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.2.5.zip", + "archiveFileName": "esp32FOTA-0.2.5.zip", + "size": 59095, + "checksum": "SHA-256:a218759bb4013dc8a14ecebbbaa99f7a9cb8cd902d37cc086e0b61ce91a5475d" + }, + { + "name": "esp32FOTA", + "version": "0.2.6", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is available.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32FOTA.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.2.6.zip", + "archiveFileName": "esp32FOTA-0.2.6.zip", + "size": 60251, + "checksum": "SHA-256:4aa477038473a4bb62ba0398b919f26387d7e74820977d9dfbe0fc95db0414dc" + }, + { + "name": "esp32FOTA", + "version": "0.2.7", + "author": "Chris Joyce", + "maintainer": "Chris Joyce \u003cchris@joyce.id.au\u003e", + "sentence": "A simple library for firmware OTA updates", + "paragraph": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is available.", + "website": "https://github.com/chrisjoyce911/esp32FOTA", + "category": "Communication", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrisjoyce911/esp32FOTA.git", + "providesIncludes": [ + "esp32FOTA.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chrisjoyce911/esp32FOTA-0.2.7.zip", + "archiveFileName": "esp32FOTA-0.2.7.zip", + "size": 60656, + "checksum": "SHA-256:25f2cbf185dcccf65c725f3e9fe1f0773741859df5dc85b24c360893e5e52c1a" + }, { "name": "WiFiMQTTManager Library", "version": "1.0.0-beta", @@ -215590,6 +271437,72 @@ "size": 574901, "checksum": "SHA-256:63a31d90419da3036ff1963c69546af8eb3537a48492b5f0100629354035e84e" }, + { + "name": "HT1621", + "version": "2.1.0", + "author": "valerio\\new (5N44P), anxzhu", + "maintainer": "valerio\\new (5N44P)", + "sentence": "A library for HT1621 based 7-seg LCDs.", + "paragraph": "Supports signed integers and signed floats up to 6 digits (sign included).", + "website": "https://github.com/valerionew/ht1621-7-seg", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/5N44P/ht1621-7-seg.git", + "providesIncludes": [ + "HT1621.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.1.0.zip", + "archiveFileName": "HT1621-2.1.0.zip", + "size": 577365, + "checksum": "SHA-256:661831ee4bc41e9de94c70347de6c588d6a135e5a2476cbfdeaff151553c7b55" + }, + { + "name": "HT1621", + "version": "2.1.1", + "author": "valerio\\new (5N44P), anxzhu", + "maintainer": "valerio\\new (5N44P)", + "sentence": "A library for HT1621 based 7-seg LCDs.", + "paragraph": "Supports signed integers and signed floats up to 6 digits (sign included).", + "website": "https://github.com/valerionew/ht1621-7-seg", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/5N44P/ht1621-7-seg.git", + "providesIncludes": [ + "HT1621.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.1.1.zip", + "archiveFileName": "HT1621-2.1.1.zip", + "size": 577428, + "checksum": "SHA-256:4f42fd55533e2124001698984ce7c90e0ccadc8a5c2ec18846536bedd5beae86" + }, + { + "name": "HT1621", + "version": "2.1.2", + "author": "valerio\\new (5N44P), anxzhu", + "maintainer": "valerio\\new (5N44P)", + "sentence": "A library for HT1621 based 7-seg LCDs.", + "paragraph": "Supports signed integers and signed floats up to 6 digits (sign included).", + "website": "https://github.com/valerionew/ht1621-7-seg", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/5N44P/ht1621-7-seg.git", + "providesIncludes": [ + "HT1621.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/5N44P/HT1621-2.1.2.zip", + "archiveFileName": "HT1621-2.1.2.zip", + "size": 577476, + "checksum": "SHA-256:c4ce3646de3535a705d6ce647371f00180780e96e5d30599fb89007f0354b64f" + }, { "name": "SparkFun Qwiic Twist Arduino Library", "version": "1.0.0", @@ -215674,6 +271587,27 @@ "size": 28343, "checksum": "SHA-256:4a708ff2f02e9b5bdc3396a99c13e8b0eb4f03b44a54c7de62336ab1b715d487" }, + { + "name": "SparkFun Qwiic Twist Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Twist Digital Encoder", + "paragraph": "An Arduino Library for the Qwist Twist digital encoder. Qwiic Twist is an RGB encoder that makes creating and control a twist knob easy and fast. The knob can be illuminated any color and a multitude of settings and features are exposed to the end user for customization. Available at: https://www.sparkfun.com/products/15083", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Twist_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_Twist_Arduino_Library-1.0.4.zip", + "size": 28476, + "checksum": "SHA-256:04324f411ad2b7cd7c7b5792ae357a35fdd86e1c8600fd108f0a7007df59f9f7" + }, { "name": "EspMQTTClient", "version": "1.2.0", @@ -215998,6 +271932,84 @@ "size": 28370, "checksum": "SHA-256:3dd2680c201383551dd4453526fb5d28428b0373f020f3968f735cb6beb7b3e8" }, + { + "name": "EspMQTTClient", + "version": "1.13.1", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.13.1.zip", + "archiveFileName": "EspMQTTClient-1.13.1.zip", + "size": 31229, + "checksum": "SHA-256:87106d38a2108a35dc847dbce488b50cd280097364c73acf6574e60cb9ce74ef" + }, + { + "name": "EspMQTTClient", + "version": "1.13.2", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.13.2.zip", + "archiveFileName": "EspMQTTClient-1.13.2.zip", + "size": 31252, + "checksum": "SHA-256:642d5de94b86df4c8f9b9bf25b712a5a46d26a56e24267dfd5d0e36b89462275" + }, + { + "name": "EspMQTTClient", + "version": "1.13.3", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides a wifi and MQTT connection to an ESP8266/ESP32", + "paragraph": "This library allow to connect and manage the connection to a wifi network and a MQTT broker. Intended to be used with an ESP8266 an ESP32. Dependecy : PubSubClient library", + "website": "https://github.com/plapointe6/EspMQTTClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/EspMQTTClient.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspMQTTClient-1.13.3.zip", + "archiveFileName": "EspMQTTClient-1.13.3.zip", + "size": 31250, + "checksum": "SHA-256:e109ec1f7f5c7ad9096dead02b118924deb91cdf863f2ceba0faf9775f03ecf9" + }, { "name": "Adafruit MFRC630 RFID", "version": "1.0.0", @@ -216061,6 +272073,27 @@ "size": 1337818, "checksum": "SHA-256:4781dd453ffc1c8d5fc5ff2e6871945d324e591d52d44d0e6b73273bfc5dc34a" }, + { + "name": "Adafruit MFRC630 RFID", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for I2C and SPI access to the MFRC630 RFID/Near Field Communication chip", + "paragraph": "Arduino library for I2C and SPI access to the MFRC630 RFID/Near Field Communication chip", + "website": "https://github.com/adafruit/Adafruit_MFRC630", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MFRC630.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MFRC630_RFID-1.1.1.zip", + "archiveFileName": "Adafruit_MFRC630_RFID-1.1.1.zip", + "size": 1337823, + "checksum": "SHA-256:a4ef70b6ab82af13f1ff989e338d202037e4e3cc0b43ba0f2e292e92a6a95a13" + }, { "name": "JMAFoundation", "version": "1.0.0", @@ -216276,6 +272309,69 @@ "size": 24180, "checksum": "SHA-256:81adcc82680c7aed77fcaec4af0130d19531eca29195b27ea69db172c3f5e8d1" }, + { + "name": "PCA9685", + "version": "2.1.5", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "PCA9685 16-channel 12-bit PWM controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/PCA9685.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/PCA9685.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-2.1.5.zip", + "archiveFileName": "PCA9685-2.1.5.zip", + "size": 24101, + "checksum": "SHA-256:c597fb594a7a4e199462147cd199661f76315551ce94c343efb9640ad430e428" + }, + { + "name": "PCA9685", + "version": "3.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "PCA9685 16-channel 12-bit PWM controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/PCA9685.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/PCA9685.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-3.0.0.zip", + "archiveFileName": "PCA9685-3.0.0.zip", + "size": 24506, + "checksum": "SHA-256:9b4edc466c6247bf824f0798ad55c7fb46f08ec017918683ef07001ad93f6f10" + }, + { + "name": "PCA9685", + "version": "3.0.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "PCA9685 16-channel 12-bit PWM controller.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/PCA9685.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/PCA9685.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PCA9685-3.0.1.zip", + "archiveFileName": "PCA9685-3.0.1.zip", + "size": 24512, + "checksum": "SHA-256:e6532639470bdac4cbbcfd0340d7b9ebaa7a7c4cbd3f9e7326c1e8b3df8bdafa" + }, { "name": "AIStarter", "version": "1.0.1", @@ -216781,6 +272877,31 @@ "size": 7129, "checksum": "SHA-256:dbc5e71f9b1b8b7d02bc912ec592c8aca5feffbafaa641215e61ad16f48f122e" }, + { + "name": "DAC7611", + "version": "1.0.2", + "author": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "maintainer": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "sentence": "A library that makes interfacing the DAC7611p a breeze.", + "paragraph": "The DAC7611p is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/souviksaha97/DAC7611", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/souviksaha97/DAC7611.git", + "providesIncludes": [ + "DAC7611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/DAC7611-1.0.2.zip", + "archiveFileName": "DAC7611-1.0.2.zip", + "size": 7339, + "checksum": "SHA-256:b61e3263fc9345d7380a719325eedf3fbeac5721a584f0c6f91843100f9fee0a" + }, { "name": "DmtrPots", "version": "0.1.0", @@ -216928,6 +273049,27 @@ "size": 7648, "checksum": "SHA-256:b32887229abaf55b96b2dbe79f7f3c2f731c76178f5f1c4970824a18a69a95cc" }, + { + "name": "INFICON Spot Library", + "version": "1.4.0", + "author": "INFICON Ltd.", + "maintainer": "Christian Riesch \u003cchristian.riesch@inficon.com\u003e", + "sentence": "Library for the INFICON Spot sensor", + "paragraph": "This is a library for INFICON Spot family vacuum gauges connected to an Arduino. It implements the SPI bus communication with the INFICON Spot CDS500D and the Spot CDS550D.", + "website": "https://github.com/INFICON-Spot/inficon-spot-lib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/INFICON-Spot/inficon-spot-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/INFICON-Spot/INFICON_Spot_Library-1.4.0.zip", + "archiveFileName": "INFICON_Spot_Library-1.4.0.zip", + "size": 7811, + "checksum": "SHA-256:3f6b3aa9955da2d6e3050c70a02af65f187b4b0ad9c9f67d438a689dbf55c25b" + }, { "name": "uDebugLib", "version": "1.0.0", @@ -217328,6 +273470,200 @@ "size": 6501213, "checksum": "SHA-256:90bdbe3d05a50c06e150809a2bf874bba2319c9dce6127465dea93dccc6a6836" }, + { + "name": "MobaLedLib", + "version": "3.0.0", + "author": "Hardi", + "maintainer": "Hardi (MobaLedLib@gmx.de),Jürgen (MobaLedLib@gmx.at),Dominik (dominik@moba-led-lib.de)", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 (49152 ESP32) LEDs, signals, sound modules or other actuators via one signal line on a model railway\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew in release 3.0.0: ESP32 support driving up to 49152 LEDs / DMX512 support / Bootloader Update and \"New Bootloader full Mem\" / Important bug fixes \u003c/b\u003e\u003cul\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern Configurator and Program Generator!\u003c/b\u003e\u003cbr/\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cli\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003c/li\u003e\u003cli\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003c/li\u003e\u003cli\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003c/li\u003e\u003cli\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr/\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "NmraDcc" + }, + { + "name": "ATtinySerialOut" + }, + { + "name": "DIO2" + }, + { + "name": "EWMA" + }, + { + "name": "MobaTools" + }, + { + "name": "TimerOne" + }, + { + "name": "CAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-3.0.0.zip", + "archiveFileName": "MobaLedLib-3.0.0.zip", + "size": 6895118, + "checksum": "SHA-256:69d5127bd7c74e882298ebb34661b8817de2e5d1f024cd644acba3dee1d7b943" + }, + { + "name": "MobaLedLib", + "version": "3.1.0", + "author": "Hardi", + "maintainer": "Hardi (MobaLedLib@gmx.de),Jürgen (MobaLedLib@gmx.at),Dominik (dominik@moba-led-lib.de)", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 (49152 ESP32) LEDs, signals, sound modules or other actuators via one signal line on a model railway\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew in release 3.1.0: Improved macro selection dialog with icons and grouping, Mainboard sound module support, MP3 module via ATTiny, important bugfixes \u003c/b\u003e\u003cul\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern Configurator and Program Generator!\u003c/b\u003e\u003cbr/\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cli\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003c/li\u003e\u003cli\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003c/li\u003e\u003cli\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003c/li\u003e\u003cli\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr/\u003e", + "website": "https://github.com/Hardi-St/MobaLedLib", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "NmraDcc" + }, + { + "name": "ATtinySerialOut" + }, + { + "name": "DIO2" + }, + { + "name": "EWMA" + }, + { + "name": "MobaTools" + }, + { + "name": "TimerOne" + }, + { + "name": "CAN" + }, + { + "name": "U8g2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-3.1.0.zip", + "archiveFileName": "MobaLedLib-3.1.0.zip", + "size": 9012153, + "checksum": "SHA-256:e67d1c84ecc449cf8e938e037f364157acb08ae7bc7df8717bc08728a2ece764" + }, + { + "name": "MobaLedLib", + "version": "3.2.1", + "author": "Hardi", + "maintainer": "Hardi (MobaLedLib@gmx.de),Jürgen (MobaLedLib@gmx.at),Dominik (dominik@moba-led-lib.de)", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 (49152 ESP32) LEDs, signals, sound modules or other actuators via one signal line on a model railway\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew in release 3.2.1: LED simulator, Selectrix support for ESP32, important bugfixes \u003c/b\u003e\u003cul\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern Configurator and Program Generator!\u003c/b\u003e\u003cbr/\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cli\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003c/li\u003e\u003cli\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003c/li\u003e\u003cli\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003c/li\u003e\u003cli\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr/\u003e", + "website": "https://wiki.mobaledlib.de", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "NmraDcc" + }, + { + "name": "ATtinySerialOut" + }, + { + "name": "DIO2" + }, + { + "name": "EWMA" + }, + { + "name": "MobaTools" + }, + { + "name": "TimerOne" + }, + { + "name": "U8g2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-3.2.1.zip", + "archiveFileName": "MobaLedLib-3.2.1.zip", + "size": 8853335, + "checksum": "SHA-256:9c39c05f90bf758a77119246da9e32309abb81cfb09da211187851969c854a45" + }, + { + "name": "MobaLedLib", + "version": "3.3.0", + "author": "Hardi", + "maintainer": "Hardi (MobaLedLib@gmx.de),Jürgen (MobaLedLib@gmx.at),Dominik (dominik@moba-led-lib.de)", + "sentence": "\u003ch3\u003eArduino library for driving up to 768 (49152 ESP32) LEDs, signals, sound modules or other actuators via one signal line on a model railway\u003c/h3\u003e", + "paragraph": "\u003cb\u003eNew in release 3.3.0: LNet protocol, ATMega328PB, new macros: Set_LEDNr, CopyNLEDs, Include, SingleLedSignal, SingleLedSignalEx\u003c/b\u003e\u003cul\u003e\u003cli\u003e\u003cb\u003eExcel user interface to configure the LEDs without programming at all improved by the engagement of Pattern Configurator and Program Generator!\u003c/b\u003e\u003cbr/\u003e\u003cli\u003eOn the basis of WS2811 / WS2812 devices (\u003cb\u003eRGB LEDs\u003c/b\u003e), many different effects can easily be controlled via \u003cb\u003eone wire\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eAnimated lighting effects:\u003c/b\u003e animated house, soft blending light signals and crossing lights, traffic lights, flashing vehicle lights, construction site security lights, street lamps, funfair effects, disco, photo flash, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eSounds:\u003c/b\u003e 1 Eu sound modules could generate: station announcements, railroad noises, animal sounds, ...\u003c/li\u003e\u003cli\u003e\u003cb\u003eMovements\u003c/b\u003e With additional hardware servo or stepper motors could be controlled in the same way.\u003c/li\u003e\u003c/ul\u003e\u003cli\u003e\u003cb\u003eEasy cabling:\u003c/b\u003e For a model railway the simple wiring is very important. A single 4-pin ribbon cable can supply all consumers on the layout. With multiple plug strips, the LEDs can be flexibly arranged.\u003c/li\u003e\u003cli\u003eThanks to \u003cb\u003emany examples\u003c/b\u003e, no programming knowledge is necessary. Anyone who can operate a text editor is able to adapt these examples to the individual circumstances.\u003c/li\u003e\u003cli\u003e\u003cb\u003eOther features:\u003c/b\u003e very low cost, configurable animation sequences, high update rate, reading of 80 and more switches, logical operations, automatic and manual operation (light dependent, timed, CAN bus, random)...\u003c/li\u003e\u003cli\u003e\u003cb\u003eHardware:\u003c/b\u003e The \"extras\" directory contains schematics and printed circuit boards for this library.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThis project would not have been possible without the \u003cb\u003efantastic FastLED\u003c/b\u003e library. =\u003e Thank you Daniel \u0026 Mark\u003cbr/\u003e", + "website": "https://wiki.mobaledlib.de", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Hardi-St/MobaLedLib.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "NmraDcc" + }, + { + "name": "ATtinySerialOut" + }, + { + "name": "DIO2" + }, + { + "name": "EWMA" + }, + { + "name": "MobaTools" + }, + { + "name": "TimerOne" + }, + { + "name": "U8g2" + }, + { + "name": "LocoNet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Hardi-St/MobaLedLib-3.3.0.zip", + "archiveFileName": "MobaLedLib-3.3.0.zip", + "size": 9809136, + "checksum": "SHA-256:beffb4a7f95fc2e208fdaa62f73efb49cdb475f7ab1e9c0384dc2b44018cbb78" + }, { "name": "WolkConnect", "version": "3.1.3", @@ -217493,6 +273829,75 @@ "size": 24234, "checksum": "SHA-256:d533a80d00d2be5f62847681baf5b21c0102b1b7ac6f4999f945649358637fcb" }, + { + "name": "STM32duino VL53L1X", + "version": "1.1.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L1X", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-1.1.0.zip", + "archiveFileName": "STM32duino_VL53L1X-1.1.0.zip", + "size": 24376, + "checksum": "SHA-256:d450244092a5c9b069cd2e832d5ab6884e573b210fec1b7e52c74943992f6b22" + }, + { + "name": "STM32duino VL53L1X", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L1X", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L1X-2.0.0.zip", + "size": 24370, + "checksum": "SHA-256:403bd42e8eb28c72dc55953255c0bddb7d0bcde7ecffd6b6f3365138a73d035f" + }, + { + "name": "STM32duino VL53L1X", + "version": "2.0.1", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X (Time-of-Flight and gesture detection sensor)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L1X", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1X-2.0.1.zip", + "archiveFileName": "STM32duino_VL53L1X-2.0.1.zip", + "size": 24373, + "checksum": "SHA-256:ea61b426c1bc3d1b196e0140ba6e6e34736bc5686bfaa145ce8091a65d301f25" + }, { "name": "STM32duino X-NUCLEO-53L1A1", "version": "1.0.0", @@ -217637,6 +274042,68 @@ "size": 23422, "checksum": "SHA-256:d37d6e0e08def06947fa442766734608d34e1fb63a044d5191be095fccf504c4" }, + { + "name": "STM32duino X-NUCLEO-53L1A1", + "version": "1.1.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X sensors on board of X-NUCLEO-53L1A1", + "paragraph": "This library provides simple measure distance in mm in both polling and interrupt mode, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A1", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-1.1.0.zip", + "size": 28602, + "checksum": "SHA-256:cfc33c42d37ea8c2a80a67769f3fc715c54a5ecb14d7114a5eaada6114afd741" + }, + { + "name": "STM32duino X-NUCLEO-53L1A1", + "version": "2.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1X sensors on board of X-NUCLEO-53L1A1", + "paragraph": "This library provides simple measure distance in mm in both polling and interrupt mode, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A1", + "category": "Device Control", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L1X" + }, + { + "name": "STM32duino Proximity Gesture" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A1-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A1-2.0.0.zip", + "size": 28335, + "checksum": "SHA-256:2dfdf7716a06291a2fa9ecf7e1eb268bcf7c5b500c858c514a0b511534a863b3" + }, { "name": "ArduinoCloudStorage", "version": "0.1.0", @@ -218167,6 +274634,48 @@ "size": 23674, "checksum": "SHA-256:755f3ca02f4f7df1c8e15369239abd34f0206694bf011403cfb31b970670f9a4" }, + { + "name": "Espalexa", + "version": "2.6.0", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.6.0.zip", + "archiveFileName": "Espalexa-2.6.0.zip", + "size": 23949, + "checksum": "SHA-256:ca349b3074ec7ad37bc369584bebab2b3f25271a96764a542861df9095d98f98" + }, + { + "name": "Espalexa", + "version": "2.7.0", + "author": "Christian Schwinne", + "maintainer": "Christian Schwinne", + "sentence": "Library to control an ESP module with the Alexa voice assistant", + "paragraph": "Works with ESP8266 and ESP32", + "website": "https://github.com/Aircoookie/Espalexa", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aircoookie/Espalexa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aircoookie/Espalexa-2.7.0.zip", + "archiveFileName": "Espalexa-2.7.0.zip", + "size": 23963, + "checksum": "SHA-256:f8ff88d7d58d802eda66bdb92f7b68dab4594c574722b43e1887e867a233cb68" + }, { "name": "NukiClientESP", "version": "0.0.1", @@ -218826,6 +275335,54 @@ "size": 452108, "checksum": "SHA-256:2495637e2d1b98869d58e786763ee4c6e5620b49eecb438a8432e650fc27c188" }, + { + "name": "programmable_air", + "version": "1.1.3", + "author": "tinkrmind", + "maintainer": "tinkrmind \u003chello@programmable-air.com\u003e", + "sentence": "Basic functions to control the Programmable-Air board.", + "paragraph": "For example, controlling the speed of pumps, reading pressure, toggling the valves and such.", + "website": "https://github.com/Programmable-Air", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Programmable-Air/Code.git", + "providesIncludes": [ + "programmable_air.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.1.3.zip", + "archiveFileName": "programmable_air-1.1.3.zip", + "size": 453699, + "checksum": "SHA-256:3e32cceecb48c03b5ccfb7fba6d5138648d8230d17468bd6220eb854e40db1d3" + }, + { + "name": "programmable_air", + "version": "1.1.4", + "author": "tinkrmind", + "maintainer": "tinkrmind \u003chello@programmable-air.com\u003e", + "sentence": "Basic functions to control the Programmable-Air board.", + "paragraph": "For example, controlling the speed of pumps, reading pressure, toggling the valves and such.", + "website": "https://github.com/Programmable-Air", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Programmable-Air/Code.git", + "providesIncludes": [ + "programmable_air.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Programmable-Air/programmable_air-1.1.4.zip", + "archiveFileName": "programmable_air-1.1.4.zip", + "size": 457464, + "checksum": "SHA-256:27360b8d46e735de25efb4efad1faacdf4e4321d0d12e3d79ecaae57b62e97dd" + }, { "name": "Attiny84_IO", "version": "3.0.0", @@ -219656,6 +276213,69 @@ "size": 27353, "checksum": "SHA-256:41c320c6145e9bf4327981935e3ec1c4f5d61eff5af974dff8533187cc0c1dcd" }, + { + "name": "BMx280MI", + "version": "1.2.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.2.1.zip", + "archiveFileName": "BMx280MI-1.2.1.zip", + "size": 29783, + "checksum": "SHA-256:a20308286902a4e8951d53111fc70147f45094d5775072d14dbfd78d007b1e9a" + }, + { + "name": "BMx280MI", + "version": "1.2.2", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.2.2.zip", + "archiveFileName": "BMx280MI-1.2.2.zip", + "size": 30237, + "checksum": "SHA-256:6797a3ac57db5315c4d6a265a562835751c138f0bf1a37d4ff46c5911d9badb1" + }, + { + "name": "BMx280MI", + "version": "1.2.3", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Bosch Sensortec BME280 and BMP280 Digital Pressure Sensors.", + "paragraph": "The library supports both the SPI (via the SPI Library) and I2C (via the Wire Library) interfaces. Use of other I2C / SPI libraries (e.g. software I2C) is supported by inheritance. Supports 64 bit pressure calculation.", + "website": "https://bitbucket.org/christandlg/bmx280mi", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/bmx280mi.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/BMx280MI-1.2.3.zip", + "archiveFileName": "BMx280MI-1.2.3.zip", + "size": 33426, + "checksum": "SHA-256:6f8c5af54a1df98dfb460be2f659a7102a99f28a7dcfee65bd132d5a8e548dd7" + }, { "name": "Talkie", "version": "1.0.0", @@ -219767,6 +276387,102 @@ "size": 403885, "checksum": "SHA-256:fa801ffacf1c9fac4a9128418ef3efc52746d1e48c3ac385b8a4102c26fc99ad" }, + { + "name": "Talkie", + "version": "1.3.0", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Speech library for Arduino. Generates speech from a fixed vocabulary encoded with LPC.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities.\u003cbr/\u003eThe code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eTested ESP32 and BluePill version.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Talkie.git", + "providesIncludes": [ + "Talkie.h", + "TalkieUtils.h", + "Vocab_US_Large.h", + "Vocab_Special.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.3.0.zip", + "archiveFileName": "Talkie-1.3.0.zip", + "size": 407960, + "checksum": "SHA-256:7f62d5b54eb740865acf204d2fc8cbd978bee8e05631aafdad832a18ce8940d7" + }, + { + "name": "Talkie", + "version": "1.3.1", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Speech library for Arduino. Generates speech from a fixed vocabulary encoded with LPC.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities.\u003cbr/\u003eThe code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eImproved SAMD support. Renamed examples.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Talkie.git", + "providesIncludes": [ + "Talkie.h", + "TalkieUtils.h", + "Vocab_US_Large.h", + "Vocab_Special.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.3.1.zip", + "archiveFileName": "Talkie-1.3.1.zip", + "size": 408435, + "checksum": "SHA-256:3bc75a5c89bc36d7d01ddc7f0780fa0386c669bd1e3d0f275fe40b6e7df2d0ba" + }, + { + "name": "Talkie", + "version": "1.3.2", + "author": "Peter Knight, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Speech library for Arduino. Generates speech from a fixed vocabulary encoded with LPC.", + "paragraph": "Talkie comes with over 1000 words of speech data that can be included in your projects. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding) from the late 1970s / early 1980s. The voice is familiar from Texas Instruments Speak \u0026 Spell family of educational products.\u003cbr/\u003eCopyright 2011 Peter Knight.\u003cbr/\u003eThis library is a reworked version which includes \u003cb\u003e8 MHz operation and non blocking capabilities\u003c/b\u003e as well as a few utilities.\u003cbr/\u003eThe code for the queued non blocking version is based on the fork of Paul Stoffregen. https://github.com/PaulStoffregen/Talkie\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed ESP32 timer bug.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/Talkie#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Talkie", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp32", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Talkie.git", + "providesIncludes": [ + "Talkie.h", + "TalkieUtils.h", + "Vocab_US_Large.h", + "Vocab_Special.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/Talkie-1.3.2.zip", + "archiveFileName": "Talkie-1.3.2.zip", + "size": 413593, + "checksum": "SHA-256:9088a0e29546848b27e757ecea5a171096d82843ebd7f5ed7a49d585b3d39e2c" + }, { "name": "Dimmable Light for Arduino", "version": "1.2.0", @@ -219784,8 +276500,8 @@ "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/Dimmable-Light-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Dimmable_Light_for_Arduino-1.2.0.zip", + "repository": "https://github.com/fabianoriccardi/dimmable-light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Dimmable_Light_for_Arduino-1.2.0.zip", "archiveFileName": "Dimmable_Light_for_Arduino-1.2.0.zip", "size": 42348, "checksum": "SHA-256:c2df8e55d4759db243c38d35ba84e8a73ac4acb5325fcf1613f698bf331125eb" @@ -219807,8 +276523,8 @@ "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/Dimmable-Light-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Dimmable_Light_for_Arduino-1.3.0.zip", + "repository": "https://github.com/fabianoriccardi/dimmable-light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Dimmable_Light_for_Arduino-1.3.0.zip", "archiveFileName": "Dimmable_Light_for_Arduino-1.3.0.zip", "size": 50246, "checksum": "SHA-256:59cb1f22609959f12b04dd69cb6320c5c6561cfee375b2f68ab57d6ccc6ca6c4" @@ -219831,12 +276547,129 @@ "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/Dimmable-Light-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Dimmable_Light_for_Arduino-1.4.0.zip", + "repository": "https://github.com/fabianoriccardi/dimmable-light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Dimmable_Light_for_Arduino-1.4.0.zip", "archiveFileName": "Dimmable_Light_for_Arduino-1.4.0.zip", "size": 53583, "checksum": "SHA-256:adc7c2be29c30a1cce87c0fff997b259cbde81c2d39f2bc825b34ae308d90885" }, + { + "name": "Dimmable Light for Arduino", + "version": "1.5.0", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library allows to easily control dimmers (also known as thyristors).", + "paragraph": "This library was born to control dimmable light bulbs, but actually dimmers are fully compatible with other AC loads like electrical heaters and motors (be aware of what you are doing!). Actually it works on ESP8266, ESP32, AVR and SAMD.", + "website": "https://github.com/fabianoriccardi/dimmable-light", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32", + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/dimmable-light.git", + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Dimmable_Light_for_Arduino-1.5.0.zip", + "archiveFileName": "Dimmable_Light_for_Arduino-1.5.0.zip", + "size": 61685, + "checksum": "SHA-256:415a8a16038dceba442a3be1d2ca377ebf9dedbf70e64bf74dc35b8aa2cf552f" + }, + { + "name": "Dimmable Light for Arduino", + "version": "1.5.1", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library allows to easily control dimmers (also known as thyristors).", + "paragraph": "This library was born to control dimmable light bulbs, but actually dimmers are fully compatible with other AC loads like electrical heaters and motors (be aware of what you are doing!). Actually it works on ESP8266, ESP32, AVR and SAMD.", + "website": "https://github.com/fabianoriccardi/dimmable-light", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32", + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/dimmable-light.git", + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Dimmable_Light_for_Arduino-1.5.1.zip", + "archiveFileName": "Dimmable_Light_for_Arduino-1.5.1.zip", + "size": 61888, + "checksum": "SHA-256:58213e7948adc21ec024f011b8a6b5d8e175a0d0a073ff5f1e627c08401d1937" + }, + { + "name": "Dimmable Light for Arduino", + "version": "1.5.2", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library allows to easily control dimmers (also known as thyristors).", + "paragraph": "This library was born to control dimmable light bulbs, but actually dimmers are fully compatible with other AC loads like electrical heaters and motors (be aware of what you are doing!). Actually it works on ESP8266, ESP32, AVR and SAMD.", + "website": "https://github.com/fabianoriccardi/dimmable-light", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32", + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/dimmable-light.git", + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Dimmable_Light_for_Arduino-1.5.2.zip", + "archiveFileName": "Dimmable_Light_for_Arduino-1.5.2.zip", + "size": 62138, + "checksum": "SHA-256:aa7bff13e5d3b2fdf244698ef807cabb1e02c06c7152255bdfe92d93ff3fc5da" + }, + { + "name": "Dimmable Light for Arduino", + "version": "1.6.0", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library allows to easily control dimmers (also known as thyristors).", + "paragraph": "This library was born to control dimmable light bulbs, but actually dimmers are fully compatible with other AC loads like electrical heaters and motors (be aware of what you are doing!). Actually it works on ESP8266, ESP32, AVR and SAMD.", + "website": "https://github.com/fabianoriccardi/dimmable-light", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32", + "avr", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/dimmable-light.git", + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Dimmable_Light_for_Arduino-1.6.0.zip", + "archiveFileName": "Dimmable_Light_for_Arduino-1.6.0.zip", + "size": 64964, + "checksum": "SHA-256:30c0bec16b75c2a8d5349e9be289959101e91e387a257d7d5fcb312d519cf3f8" + }, { "name": "jm_PCF8574", "version": "1.0.0", @@ -220143,6 +276976,245 @@ "size": 35246, "checksum": "SHA-256:1e492d2b11c72dd66c00bccaecb1d6c27c751b1f787dea2e55b28a8fe06c6e9e" }, + { + "name": "Debouncer", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.0.zip", + "archiveFileName": "Debouncer-0.2.0.zip", + "size": 35292, + "checksum": "SHA-256:75053242f739e4ae2e380d4cc8cbb949c65d4decbce8c0b2e9ad8b0170159f84" + }, + { + "name": "Debouncer", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.1.zip", + "archiveFileName": "Debouncer-0.2.1.zip", + "size": 35763, + "checksum": "SHA-256:cfb4a7dcd41a846c6d9a4214f05d5b8147944b95060d6f31cc591f0827ac7fba" + }, + { + "name": "Debouncer", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.2.zip", + "archiveFileName": "Debouncer-0.2.2.zip", + "size": 35745, + "checksum": "SHA-256:a789f070abb3a72093be17a0a70f0474d6a982e886bd845d96445c6e7b2e475c" + }, + { + "name": "Debouncer", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.3.zip", + "archiveFileName": "Debouncer-0.2.3.zip", + "size": 35696, + "checksum": "SHA-256:e5357bc440130b40b49602ffe2db003f07fad85bb8e1a8fc8b26684e318aa60b" + }, + { + "name": "Debouncer", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.4.zip", + "archiveFileName": "Debouncer-0.2.4.zip", + "size": 36494, + "checksum": "SHA-256:5671caed8585c3aeadd7fd00928764ccbca1d652984cb727b567f9d98a863a8b" + }, + { + "name": "Debouncer", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.5.zip", + "archiveFileName": "Debouncer-0.2.5.zip", + "size": 36508, + "checksum": "SHA-256:219558ce97515af40557310fa9f4c74705b0d1902a7a19b966af840e83fe6dc5" + }, + { + "name": "Debouncer", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.6.zip", + "archiveFileName": "Debouncer-0.2.6.zip", + "size": 37640, + "checksum": "SHA-256:2d15fe65dcd9bfeaf855e2e67b8ef11bdd9503bd2b84d404d01dd387f5530ff2" + }, + { + "name": "Debouncer", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.7.zip", + "archiveFileName": "Debouncer-0.2.7.zip", + "size": 37701, + "checksum": "SHA-256:4b68072d0042587f1404ec49bc7ca0c6ddd2e0cbdffe246111468cc39f4494db" + }, + { + "name": "Debouncer", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.8.zip", + "archiveFileName": "Debouncer-0.2.8.zip", + "size": 37935, + "checksum": "SHA-256:04c18cc0a40d38ff171376a88447bdf97901fb4290e670f9d9a8e809c4c5a3e0" + }, + { + "name": "Debouncer", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.2.9.zip", + "archiveFileName": "Debouncer-0.2.9.zip", + "size": 37945, + "checksum": "SHA-256:6baf3271e9f5fe1cdd962724850aa3ebb347ece1bb09f5a37e68f9c2f09d42f7" + }, + { + "name": "Debouncer", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Debounce library for Arduino", + "paragraph": "Debounce library for Arduino", + "website": "https://github.com/hideakitai/Debouncer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debouncer.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxTypeTraits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Debouncer-0.3.0.zip", + "archiveFileName": "Debouncer-0.3.0.zip", + "size": 12846, + "checksum": "SHA-256:80b5a99d044fa8c3ce2b47a3302de3690025b69dc5e2b8d8f82b642b8651cecf" + }, { "name": "XBeeATCmds", "version": "0.1.0", @@ -220248,6 +277320,27 @@ "size": 20008, "checksum": "SHA-256:731698737b3050dcd7a8839fc9eed6f300c114416a6869cfda4f4ae8fa7181bf" }, + { + "name": "Filters", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Filter utilities for Arduino", + "paragraph": "Filter utilities for Arduino", + "website": "https://github.com/hideakitai/Filters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Filters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Filters-0.1.2.zip", + "archiveFileName": "Filters-0.1.2.zip", + "size": 20066, + "checksum": "SHA-256:c6ca6884d95db28120ec08aaae217a25b0682048a559b155663384bb5ac7ae3f" + }, { "name": "I2CExtension", "version": "0.1.0", @@ -220505,6 +277598,35 @@ "size": 74636, "checksum": "SHA-256:b41a7374d57ce9a6f57863bef82d7ce3a14b704ffde313b77ec6ffedebcc23b8" }, + { + "name": "FirmataExpress", + "version": "1.2.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "An enhanced version of StandardFirmata version 2.5.8", + "paragraph": "FirmataExpress utilizes a serial baudrate of 115200. In addition it adds support for Tone, DHT humidity/temperature sensors, stepper motors, HC-SR-04 distance sensor, advanced auto-discovery of connected Arduino boards, and a watchdog timer.", + "website": "https://github.com/MrYsLab/FirmataExpress", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/FirmataExpress.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/FirmataExpress-1.2.0.zip", + "archiveFileName": "FirmataExpress-1.2.0.zip", + "size": 74387, + "checksum": "SHA-256:9760bbaffa50db28747b05152bc1de50b7344bdbecabd7f1a480e0a318b8a6de" + }, { "name": "Altino", "version": "1.0.0", @@ -221129,6 +278251,69 @@ "size": 13822, "checksum": "SHA-256:75ae3ce40110ad39223a7dbf63ac29677f25fddd31caf2fcdc9b7c0c01577965" }, + { + "name": "TalkingLED", + "version": "0.4.1", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.4.1.zip", + "archiveFileName": "TalkingLED-0.4.1.zip", + "size": 15278, + "checksum": "SHA-256:54b632f61cdd890d73d55c997efe992f3e46e895ba5de38d44682494b77616ea" + }, + { + "name": "TalkingLED", + "version": "0.4.5", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.4.5.zip", + "archiveFileName": "TalkingLED-0.4.5.zip", + "size": 15476, + "checksum": "SHA-256:a0a2bccb9d7a4fda586b1843e183c81675c0a9c2fd7ff89ce2eef6a065fa879f" + }, + { + "name": "TalkingLED", + "version": "0.5.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Make your system to display messages by LED blinking", + "paragraph": "Your on board LED can display a lot of useful messages", + "website": "https://github.com/fabriziop/TalkingLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/TalkingLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingLED-0.5.0.zip", + "archiveFileName": "TalkingLED-0.5.0.zip", + "size": 15548, + "checksum": "SHA-256:2c36c845f3f8aa6bed3bdf2f70fb5a61ed36a30fcc9a7fcf03be44e1f3e362a6" + }, { "name": "INA2xx", "version": "1.0.6", @@ -221893,6 +279078,78 @@ "size": 2489778, "checksum": "SHA-256:7dab30dbc29344c7107dbe6e41e30e268cc4d82f6fcf84fdec54a907f8882447" }, + { + "name": "Heltec ESP32 Dev-Boards", + "version": "1.1.1", + "author": "Heltec Automation", + "maintainer": "HelTec \u003csupport@heltec.cn\u003e", + "sentence": "Library for Heltec ESP32 (or ESP32+LoRa) based boards", + "paragraph": "Includes: WiFi Kit 32, WiFi LoRa 32, Wireless Stick, Wireless Shell, see more on http://heltec.cn", + "website": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "providesIncludes": [ + "heltec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.1.1.zip", + "archiveFileName": "Heltec_ESP32_Dev_Boards-1.1.1.zip", + "size": 3369708, + "checksum": "SHA-256:8c106472fe1d9f7526c963624d3686801914202a69d391557182b491a3a304ee" + }, + { + "name": "Heltec ESP32 Dev-Boards", + "version": "1.1.2", + "author": "Heltec Automation", + "maintainer": "HelTec \u003csupport@heltec.cn\u003e", + "sentence": "Library for Heltec ESP32 (or ESP32+LoRa) based boards", + "paragraph": "Includes: WiFi Kit 32, WiFi LoRa 32, Wireless Stick, Wireless Shell, see more on http://heltec.cn", + "website": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "providesIncludes": [ + "heltec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.1.2.zip", + "archiveFileName": "Heltec_ESP32_Dev_Boards-1.1.2.zip", + "size": 3499772, + "checksum": "SHA-256:9b94f217372af09f9dd71f801c87b74706c349f004c9edc374e23ef8220fa06d" + }, + { + "name": "Heltec ESP32 Dev-Boards", + "version": "1.1.5", + "author": "Heltec Automation", + "maintainer": "HelTec \u003csupport@heltec.cn\u003e", + "sentence": "Library for Heltec ESP32 (or ESP32+LoRa) based boards", + "paragraph": "Includes: WiFi Kit 32, WiFi LoRa 32, Wireless Stick, Wireless Shell, see more on http://heltec.cn", + "website": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HelTecAutomation/Heltec_ESP32.git", + "providesIncludes": [ + "heltec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HelTecAutomation/Heltec_ESP32_Dev_Boards-1.1.5.zip", + "archiveFileName": "Heltec_ESP32_Dev_Boards-1.1.5.zip", + "size": 3499773, + "checksum": "SHA-256:564f20f480870db6b8583eb6e1d6c4ee0ddbb54d0dd854cce72f3c2df2fcb9c7" + }, { "name": "SparkFun Qwiic MP3 Trigger Arduino Library", "version": "1.0.0", @@ -221977,6 +279234,27 @@ "size": 27194, "checksum": "SHA-256:669f341252fbc3f7021a0658259e331e5ba0f09c9b9e4b95cf93584d0161ef2a" }, + { + "name": "SparkFun Qwiic MP3 Trigger Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic MP3 Trigger", + "paragraph": "An Arduino Library for the Qwist MP3 Trigger. Qwiic MP3 Trigger is an easy to use MP3 player that makes loading and playing MP3s easy and fast. Play, pause, stop, volume, and EQ are all digitally controlled over I2C . Available at: https://www.sparkfun.com/products/15165", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_MP3_Trigger_Arduino_Library-1.0.4.zip", + "size": 27266, + "checksum": "SHA-256:4b2e8eefbd65d665ca70fca642088ffa8c5327fcfa210b0afb34ec0cf982e533" + }, { "name": "Antares ESP8266 HTTP", "version": "1.1.0", @@ -222061,6 +279339,48 @@ "size": 86174, "checksum": "SHA-256:0afff4b617f22a16759efe255179f9503e984c3b956a992fea0c6dff5e054a7b" }, + { + "name": "Antares ESP8266 HTTP", + "version": "1.3.2", + "author": "Antares", + "maintainer": "Antares \u003csupport@antares.id\u003e", + "sentence": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "paragraph": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "website": "https://github.com/antaresdocumentation/antares-esp8266-http", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.3.2.zip", + "archiveFileName": "Antares_ESP8266_HTTP-1.3.2.zip", + "size": 88632, + "checksum": "SHA-256:db8182383222cb31a5bb9fcd99ed5546dc51431e4234fc28706fa8a50e13bf8b" + }, + { + "name": "Antares ESP8266 HTTP", + "version": "1.3.3", + "author": "Antares", + "maintainer": "Antares \u003csupport@antares.id\u003e", + "sentence": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "paragraph": "A library to simplify the process of fetching/deploying data to Antares IoT platform", + "website": "https://github.com/antaresdocumentation/antares-esp8266-http", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antaresdocumentation/antares-esp8266-http.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/Antares_ESP8266_HTTP-1.3.3.zip", + "archiveFileName": "Antares_ESP8266_HTTP-1.3.3.zip", + "size": 86232, + "checksum": "SHA-256:78ffc6c068c19474991a8172b3bc6a675393bbea19b83c59e632bfe216c2bc0e" + }, { "name": "LMP91000", "version": "1.0.0", @@ -222417,6 +279737,131 @@ "size": 9891, "checksum": "SHA-256:065c451f0cf53eb5cdc54f06a7a5212c5002ff1da396a5d450272de5f5af23fb" }, + { + "name": "Adafruit MLX90393", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-2.0.1.zip", + "archiveFileName": "Adafruit_MLX90393-2.0.1.zip", + "size": 9931, + "checksum": "SHA-256:c9ac4a471e9b6f0a078a8657ac80d3822c2149bd882efb1f5bb75066d10ecb04" + }, + { + "name": "Adafruit MLX90393", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-2.0.2.zip", + "archiveFileName": "Adafruit_MLX90393-2.0.2.zip", + "size": 11025, + "checksum": "SHA-256:2f48a9cba5138629447d6a09aca852718003f816196eba79b61655dd5d008274" + }, + { + "name": "Adafruit MLX90393", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-2.0.3.zip", + "archiveFileName": "Adafruit_MLX90393-2.0.3.zip", + "size": 11032, + "checksum": "SHA-256:400ec77328df6ca4ef278f86c02761233e827a94ee2823e3a5aefe207d03324b" + }, + { + "name": "Adafruit MLX90393", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90393 magenetic field sensor", + "paragraph": "Driver for the MLX90393 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90393_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90393_Library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90393-2.0.5.zip", + "archiveFileName": "Adafruit_MLX90393-2.0.5.zip", + "size": 14379, + "checksum": "SHA-256:e480916be2dab85521deb3eb59609ba7f878ada70cb8a833a9aff1e97444ab27" + }, { "name": "ESP32MotorControl", "version": "0.1.0", @@ -222501,6 +279946,27 @@ "size": 14973, "checksum": "SHA-256:47b3c691bc69052b93b13eca9bc35dac525f3f31969173b82f10b66dac9a4714" }, + { + "name": "MPR121", + "version": "1.3.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Proximity capacitive touch sensor controller Arduino library.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/MPR121.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/MPR121.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/MPR121-1.3.0.zip", + "archiveFileName": "MPR121-1.3.0.zip", + "size": 14958, + "checksum": "SHA-256:b80c929a54e443f130f6a1a39faf3766ba154e1e7e0acd31a73b34049837dec5" + }, { "name": "arduino-managed-serial-device", "version": "1.2.0", @@ -223802,6 +281268,69 @@ "size": 241146, "checksum": "SHA-256:4731e73e70a8a4166ad05f4653bbf85d3cae36d814fff934a447c97009c77bab" }, + { + "name": "DS3231M", + "version": "1.0.7", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to use the Maxim Integrated DS3231 and DS3231M RTC (Real-Time-Clock)", + "paragraph": "Allow control and reading of the Maxim Integrated DS3231/DS3231M RTC (Real-Time-Clock)", + "website": "https://github.com/Zanduino/DS3231M", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.7.zip", + "archiveFileName": "DS3231M-1.0.7.zip", + "size": 241446, + "checksum": "SHA-256:d05aa674ed6f59c4b36363d8bbfe56c5c2bab9f5df2f59ffa534bff28be74a40" + }, + { + "name": "DS3231M", + "version": "1.0.8", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to use the Maxim Integrated DS3231 and DS3231M RTC (Real-Time-Clock)", + "paragraph": "Allow control and reading of the Maxim Integrated DS3231/DS3231M RTC (Real-Time-Clock)", + "website": "https://github.com/Zanduino/DS3231M", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.8.zip", + "archiveFileName": "DS3231M-1.0.8.zip", + "size": 241467, + "checksum": "SHA-256:fa816915401bdaec65c85307aec291ccf454fffbd7b6adcaa4a273eade74c4c8" + }, + { + "name": "DS3231M", + "version": "1.0.11", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to use the Maxim Integrated DS3231 and DS3231M RTC (Real-Time-Clock)", + "paragraph": "Allow control and reading of the Maxim Integrated DS3231/DS3231M RTC (Real-Time-Clock)", + "website": "https://github.com/Zanduino/DS3231M", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/DS3231M.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/DS3231M-1.0.11.zip", + "archiveFileName": "DS3231M-1.0.11.zip", + "size": 241853, + "checksum": "SHA-256:5a03f15e52c251db0af95e70f4175cad45f9f598eefba6f580ad200d4b864ddd" + }, { "name": "DSFamily", "version": "1.0.4", @@ -223991,6 +281520,27 @@ "size": 556998, "checksum": "SHA-256:f93d7ab6da4fc2d5126a783d0870b25cd1d103c5439d9b3d6c036957b5527ae1" }, + { + "name": "MB85_FRAM", + "version": "1.0.8", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", + "paragraph": "Read and Write to the Fujitsu FRAM devices in the MB85 Family of memories", + "website": "https://github.com/Zanduino/MB85_FRAM", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/MB85_FRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MB85_FRAM-1.0.8.zip", + "archiveFileName": "MB85_FRAM-1.0.8.zip", + "size": 554398, + "checksum": "SHA-256:341295b4329b54e5898c47befcaf8e19a8ee96f6e3a4a6962b2fca1a13552527" + }, { "name": "MH-Z19", "version": "1.3.6", @@ -224145,6 +281695,28 @@ "size": 3437055, "checksum": "SHA-256:681709f5d134cd1d009ed90a359c846396a85c3ae7f073028bda45c717324155" }, + { + "name": "MH-Z19", + "version": "1.5.4", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "LGPL-3.0", + "sentence": "New Commands \u0026 Examples for the MHZ19 with Arduino, supporting hardware \u0026 software serial.", + "paragraph": "Non-limited, raw, and analog CO2. Examples, including recovery.", + "website": "https://github.com/WifWaf/MH-Z19", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/MH-Z19.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MH_Z19-1.5.4.zip", + "archiveFileName": "MH_Z19-1.5.4.zip", + "size": 3436989, + "checksum": "SHA-256:040fc904fd11763361d0597ac64d3362d86ac9bbefffbe782890d491793736ee" + }, { "name": "Redis for Arduino", "version": "2.0.3", @@ -224325,6 +281897,259 @@ "size": 453376, "checksum": "SHA-256:142a171c0366c8600f2a1901ccc916c1e9ff625c76c466b20e8eee8e3cf1f041" }, + { + "name": "Redis for Arduino", + "version": "2.3.0", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.3.0.zip", + "archiveFileName": "Redis_for_Arduino-2.3.0.zip", + "size": 456848, + "checksum": "SHA-256:eb21bcbf835da3b5ba70278723fba0559899daf167e0be1fbc8a605ee1f23ea3" + }, + { + "name": "Redis for Arduino", + "version": "2.4.0", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.4.0.zip", + "archiveFileName": "Redis_for_Arduino-2.4.0.zip", + "size": 595006, + "checksum": "SHA-256:9e4cc01af9a6d71e6f24fab9c94795a1dfdcabfc5475581e21e41cc2aed82ff9" + }, + { + "name": "Redis for Arduino", + "version": "2.4.1", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.4.1.zip", + "archiveFileName": "Redis_for_Arduino-2.4.1.zip", + "size": 595061, + "checksum": "SHA-256:f028e0bacf0fc332a678ad6106adcacacffb3b22deffdd1509ef0ef32f9358fd" + }, + { + "name": "Redis for Arduino", + "version": "2.4.3", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.4.3.zip", + "archiveFileName": "Redis_for_Arduino-2.4.3.zip", + "size": 595905, + "checksum": "SHA-256:1e8fd56f83f3474d99dcde744246314c99e066d9d572269aa1f87f55aee9cb93" + }, + { + "name": "Redis for Arduino", + "version": "2.4.4", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.4.4.zip", + "archiveFileName": "Redis_for_Arduino-2.4.4.zip", + "size": 601213, + "checksum": "SHA-256:44a7af96e7b15f67b50410a9fd7d10bb2cc0353f73017aacbd7cc9bf2d96ff3a" + }, + { + "name": "Redis for Arduino", + "version": "2.4.5", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.4.5.zip", + "archiveFileName": "Redis_for_Arduino-2.4.5.zip", + "size": 601624, + "checksum": "SHA-256:f5327e247408cbdd50b8539007296c4e5d805fd9a1e2cfebba223ce2e0be120b" + }, + { + "name": "Redis for Arduino", + "version": "2.5.0", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.5.0.zip", + "archiveFileName": "Redis_for_Arduino-2.5.0.zip", + "size": 610110, + "checksum": "SHA-256:1ecc1940a94867c8c2628acbd90840689d50d228b5dcf7fa2bf6d154c0370bc1" + }, + { + "name": "Redis for Arduino", + "version": "2.6.0", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.6.0.zip", + "archiveFileName": "Redis_for_Arduino-2.6.0.zip", + "size": 633816, + "checksum": "SHA-256:cb0a99588e37c2a945814e19eda7ae4db46bd8392dc87460a6186edd8716875f" + }, + { + "name": "Redis for Arduino", + "version": "2.6.1", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.6.1.zip", + "archiveFileName": "Redis_for_Arduino-2.6.1.zip", + "size": 632331, + "checksum": "SHA-256:4c03fc93ee572df2456bfdeac7e8556db93b45764b192a08db96ddddb0316dae" + }, + { + "name": "Redis for Arduino", + "version": "2.6.2", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.6.2.zip", + "archiveFileName": "Redis_for_Arduino-2.6.2.zip", + "size": 635632, + "checksum": "SHA-256:5a2776cd0b120c5b92b8a8f3c33c4c8addd0f389d7111e7d89190567c1fa89be" + }, + { + "name": "Redis for Arduino", + "version": "2.6.3", + "author": "Ryan Joseph (Electric Sheep Co.), Rémi Caumette, et. al", + "maintainer": "Ryan Joseph (Electric Sheep Co.)", + "sentence": "An Arduino library for Redis.", + "paragraph": "With this library you can communicate with your Redis database. Known to support ESP8266 \u0026 ESP32 platforms; may support others without modification (see documentation).", + "website": "http://arduino-redis.com/", + "category": "Communication", + "architectures": [ + "esp8266", + "Arduino_ESP8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electric-sheep-co/arduino-redis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electric-sheep-co/Redis_for_Arduino-2.6.3.zip", + "archiveFileName": "Redis_for_Arduino-2.6.3.zip", + "size": 635623, + "checksum": "SHA-256:dcdf57e4f90bc2d1bd07a7e5feb1d253f8503b9d6772c3c87e2d3ae30a334517" + }, { "name": "MCP3202", "version": "1.0.0", @@ -224375,6 +282200,32 @@ "size": 5765, "checksum": "SHA-256:ac43442733a25396c2ea067b12d05abbc4ade50dfda6183eb84668452af26f3d" }, + { + "name": "MCP3202", + "version": "1.0.2", + "author": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "maintainer": "Souvik Saha \u003csouvikssaha@gmail.com\u003e", + "sentence": "Used to interface the 12 bit ADC MCP3202 by Microchip.", + "paragraph": "The MCP3202 is a 12bit ADC by Microchip, that works off 2.7-5.5 volts. It works on SPI interface", + "website": "https://github.com/souviksaha97/MCP3202", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/souviksaha97/MCP3202.git", + "providesIncludes": [ + "SPI.h", + "MCP3202.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/souviksaha97/MCP3202-1.0.2.zip", + "archiveFileName": "MCP3202-1.0.2.zip", + "size": 5998, + "checksum": "SHA-256:808a1ca831e515de71c1f1be2064d3b8ad7e59d67fd66bda154a8d733f8e6af5" + }, { "name": "TMP117-Arduino", "version": "1.0.0", @@ -224396,6 +282247,48 @@ "size": 25544, "checksum": "SHA-256:fda58cf36ff16c7d7e5730b454d0aa606f786a09f772afea9020cae0fadb5718" }, + { + "name": "TMP117-Arduino", + "version": "1.0.2", + "author": "Nils Minor \u003cnilsminor@web.de\u003e", + "maintainer": "Nils Minor \u003cnilsminor@web.de\u003e", + "sentence": "Full-featured Arduino compatible TMP117 driver", + "paragraph": "The TMP117 is a high-precision digital temperature sensor which replaces Platinum RTDs, is NIST traceable and communicates via I2C to Arduino boards", + "website": "https://github.com/NilsMinor/TMP117-Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NilsMinor/TMP117-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NilsMinor/TMP117_Arduino-1.0.2.zip", + "archiveFileName": "TMP117_Arduino-1.0.2.zip", + "size": 25633, + "checksum": "SHA-256:dd35cbf14b28f0e35305c66411d31570a0a7d1b86a1ce8c34331a56f9b97613f" + }, + { + "name": "TMP117-Arduino", + "version": "1.0.3", + "author": "Nils Minor \u003cnilsminor@web.de\u003e", + "maintainer": "Nils Minor \u003cnilsminor@web.de\u003e", + "sentence": "Full-featured Arduino compatible TMP117 driver", + "paragraph": "The TMP117 is a high-precision digital temperature sensor which replaces Platinum RTDs, is NIST traceable and communicates via I2C to Arduino boards", + "website": "https://github.com/NilsMinor/TMP117-Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NilsMinor/TMP117-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NilsMinor/TMP117_Arduino-1.0.3.zip", + "archiveFileName": "TMP117_Arduino-1.0.3.zip", + "size": 25772, + "checksum": "SHA-256:4126c1a0ee1597b4a92681f7ceff4eadaa1c20aecb2f251dcf07606fc129c464" + }, { "name": "StepperDriver", "version": "0.1.0", @@ -224627,6 +282520,27 @@ "size": 39716, "checksum": "SHA-256:06748c8d954c02e0bae25a0c4663dae8f99f93610b90ab70a0aa2ca86e007f27" }, + { + "name": "StepperDriver", + "version": "1.4.1", + "author": "Laurentiu Badea", + "maintainer": "Laurentiu Badea", + "sentence": "A4988, DRV8825 and generic two-pin stepper motor driver library.", + "paragraph": "Control steppers via a driver board providing STEP+DIR like the ones from Pololu. Microstepping is supported. Acceleration is supported. Supported drivers are A4988, DRV8824, DRV8825, DRV8834, DRV8880.", + "website": "https://github.com/laurb9/StepperDriver", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/laurb9/StepperDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/laurb9/StepperDriver-1.4.1.zip", + "archiveFileName": "StepperDriver-1.4.1.zip", + "size": 40131, + "checksum": "SHA-256:3d8186a041df450cb252cb885c0b354967de8a2a8e081ac0c01c6cba1ec9e2ec" + }, { "name": "Multi_BitBang", "version": "1.0.0", @@ -224843,6 +282757,90 @@ "size": 14353978, "checksum": "SHA-256:5b50ebb6469a8cf2e2c4dd1b764eafb4d993f8c07df47b6431f71fd3d6d29697" }, + { + "name": "uStepper S", + "version": "2.2.1", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.2.1.zip", + "archiveFileName": "uStepper_S-2.2.1.zip", + "size": 14427344, + "checksum": "SHA-256:f9f9d470b44372b9ce112de66330cbe7d1ef174fb6e5bada2671109d1febea4b" + }, + { + "name": "uStepper S", + "version": "2.3.0", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.3.0.zip", + "archiveFileName": "uStepper_S-2.3.0.zip", + "size": 14441712, + "checksum": "SHA-256:908392b9f750b115f64b6c990632ff39745c7dc75e3ec4130b2d59fba9954815" + }, + { + "name": "uStepper S", + "version": "2.3.1", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.3.1.zip", + "archiveFileName": "uStepper_S-2.3.1.zip", + "size": 14453325, + "checksum": "SHA-256:738a81ddef8f87ec7730b6dd48a8671974fd280b3e047cecfb6686832f3755dc" + }, + { + "name": "uStepper S", + "version": "2.3.2", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepperS", + "paragraph": "uStepper S support library", + "website": "https://github.com/uStepper/uStepperS/tree/master/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/uStepper/uStepperS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepper_S-2.3.2.zip", + "archiveFileName": "uStepper_S-2.3.2.zip", + "size": 14456604, + "checksum": "SHA-256:f74090afe16f655ab51e1af05d04a1d4d1adf52bee926ab267049b5070bad63d" + }, { "name": "Antares ESP8266 MQTT", "version": "0.9.0", @@ -224991,6 +282989,27 @@ "size": 460319, "checksum": "SHA-256:eced98dcfb364d6cf35e35cd086bd6c08c5197b7be3cff8fb1ecf717b4935f8c" }, + { + "name": "MAX31855", + "version": "1.0.7", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino Library to read temperatures from a thermocouple using the MAX31855 chip", + "paragraph": "Access full functionaliy of the MAX31855 chip in a documented library for the Arduino", + "website": "https://github.com/Zanduino/MAX31855", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/MAX31855.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/MAX31855-1.0.7.zip", + "archiveFileName": "MAX31855-1.0.7.zip", + "size": 432696, + "checksum": "SHA-256:e9e953f7de537967ed81922d6762e5af5a2264a39197dd75a678a9b5f547cc1e" + }, { "name": "ArdTap", "version": "1.1.1", @@ -225175,6 +283194,72 @@ "size": 16773, "checksum": "SHA-256:50ba4a9219cdbf700a23095891f5282f1861c33c74148bb15b8cb1366724ee7e" }, + { + "name": "ArduinoBlue", + "version": "3.0.2", + "author": "Jae An", + "maintainer": "Rowan Nadon", + "sentence": "Interface your Arduino using my mobile app using bluetooth low energy.", + "paragraph": "This library works with the ArduinoBlue app available for Android and iOS. This library works with the HM 10 bluetooth module.", + "website": "https://sites.google.com/stonybrook.edu/arduinoble/", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", + "providesIncludes": [ + "ArduinoBlue.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-3.0.2.zip", + "archiveFileName": "ArduinoBlue-3.0.2.zip", + "size": 21121, + "checksum": "SHA-256:1a1d74fd12ba8a018281937dbd9b8036f3f98610082e7b5abbe481ebdc248cd0" + }, + { + "name": "ArduinoBlue", + "version": "3.1.1", + "author": "Jae An", + "maintainer": "Rowan Nadon", + "sentence": "Interface your Arduino using my mobile app using bluetooth low energy.", + "paragraph": "This library works with the ArduinoBlue app available for Android and iOS. This library works with the HM 10 bluetooth module.", + "website": "https://sites.google.com/stonybrook.edu/arduinoble/", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", + "providesIncludes": [ + "ArduinoBlue.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-3.1.1.zip", + "archiveFileName": "ArduinoBlue-3.1.1.zip", + "size": 21121, + "checksum": "SHA-256:f06a972c46681d1f359909631c66e95ec9d3fad6465e5b2e68045de6abf1ab27" + }, + { + "name": "ArduinoBlue", + "version": "3.1.2", + "author": "Jae An", + "maintainer": "Rowan Nadon", + "sentence": "Interface your Arduino using my mobile app using bluetooth low energy.", + "paragraph": "This library works with the ArduinoBlue app available for Android and iOS. This library works with the HM 10 bluetooth module.", + "website": "https://sites.google.com/stonybrook.edu/arduinoble/", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/purwar2016/ArduinoBlue-library.git", + "providesIncludes": [ + "ArduinoBlue.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/ArduinoBlue-3.1.2.zip", + "archiveFileName": "ArduinoBlue-3.1.2.zip", + "size": 21118, + "checksum": "SHA-256:48eb314be238de0c94f9d323ed82bd93f66bab425eedbcda63b618eab04bc761" + }, { "name": "MPU6050", "version": "0.0.1", @@ -225279,6 +283364,180 @@ "size": 121645, "checksum": "SHA-256:641ff7c6ec563fea5303f75883c40cddc054268fabd10188c3356bbcf27f6f34" }, + { + "name": "MPU6050", + "version": "0.3.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": [ + "MPU6050.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.3.0.zip", + "archiveFileName": "MPU6050-0.3.0.zip", + "size": 496142, + "checksum": "SHA-256:7ea9198706c2868990f470ddba16b65a3f563edf52b783c5100d1c51c6523ff2" + }, + { + "name": "MPU6050", + "version": "0.4.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "esp8266", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": [ + "MPU6050.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.4.0.zip", + "archiveFileName": "MPU6050-0.4.0.zip", + "size": 496039, + "checksum": "SHA-256:fc6363e7fda53def34676453a2b20eeb712ea8e8d25a2f6f27bbf02452df3821" + }, + { + "name": "MPU6050", + "version": "0.5.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "sam", + "esp8266", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": [ + "MPU6050.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.5.0.zip", + "archiveFileName": "MPU6050-0.5.0.zip", + "size": 496048, + "checksum": "SHA-256:22ffde0bcd4849425a5698127087644754f6f63b47c9e1875a9a504f3435b319" + }, + { + "name": "MPU6050", + "version": "0.6.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "sam", + "esp8266", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": [ + "MPU6050.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-0.6.0.zip", + "archiveFileName": "MPU6050-0.6.0.zip", + "size": 496112, + "checksum": "SHA-256:8b49118dca8a6ffe3d66dae0c5b552d76986bfecd5a0f61630e32a939c2879b0" + }, + { + "name": "MPU6050", + "version": "1.0.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "sam", + "esp8266", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": [ + "MPU6050.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-1.0.0.zip", + "archiveFileName": "MPU6050-1.0.0.zip", + "size": 496210, + "checksum": "SHA-256:4f91874bb3041fea3d1665f01c1f5bbdac914f9ce7c503ca6e0d52e9b901b5ef" + }, + { + "name": "MPU6050", + "version": "1.0.1", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "MPU6050 Arduino Library.", + "paragraph": "MPU-6050 6-axis accelerometer/gyroscope Arduino Library.", + "website": "https://github.com/electroniccats/mpu6050", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "sam", + "esp8266", + "esp32", + "stm32", + "renesas", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/mpu6050.git", + "providesIncludes": [ + "MPU6050.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/MPU6050-1.0.1.zip", + "archiveFileName": "MPU6050-1.0.1.zip", + "size": 497366, + "checksum": "SHA-256:131eb779a93b8dd6e833a744886bdb5c1a287ba4d252e3fe1466c07f056e2d31" + }, { "name": "WiFiSpi", "version": "0.1.4", @@ -225345,6 +283604,75 @@ "size": 59980, "checksum": "SHA-256:68e3c19f88d2aff7d950003c5cfbd5e3b1ac16d2a410ea5b108b4f02e036abfb" }, + { + "name": "WiFiSpi", + "version": "0.2.4", + "author": "JiriBilek", + "maintainer": "Jiri Bilek\u003cjiri@bilek.info\u003e", + "sentence": "Arduino WiFi library connecting ESP8266 via SPI protocol", + "paragraph": "Arduino WiFi library for connecting with ESP8266. Uses SPI protocol for communication.", + "website": "https://github.com/JiriBilek/WiFiSpi", + "category": "Communication", + "architectures": [ + "avr", + "STM32F1", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JiriBilek/WiFiSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.4.zip", + "archiveFileName": "WiFiSpi-0.2.4.zip", + "size": 60259, + "checksum": "SHA-256:b69ff9de7e5489e8129ba1fd4b87c55dc4c81639b010891333e58c26cdb044b8" + }, + { + "name": "WiFiSpi", + "version": "0.2.5", + "author": "JiriBilek", + "maintainer": "Jiri Bilek\u003cjiri@bilek.info\u003e", + "sentence": "Arduino WiFi library connecting ESP8266 via SPI protocol", + "paragraph": "Arduino WiFi library for connecting with ESP8266. Uses SPI protocol for communication.", + "website": "https://github.com/JiriBilek/WiFiSpi", + "category": "Communication", + "architectures": [ + "avr", + "STM32F1", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JiriBilek/WiFiSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.2.5.zip", + "archiveFileName": "WiFiSpi-0.2.5.zip", + "size": 64864, + "checksum": "SHA-256:da2abe5ca71f75162bf619070bc0c34f10d9a241a8c452523dc4eb176c87b4df" + }, + { + "name": "WiFiSpi", + "version": "0.3.0", + "author": "JiriBilek", + "maintainer": "Jiri Bilek\u003cjiri@bilek.info\u003e", + "sentence": "Arduino WiFi library connecting ESP8266 via SPI protocol", + "paragraph": "Arduino WiFi library for connecting with ESP8266. Uses SPI protocol for communication.", + "website": "https://github.com/JiriBilek/WiFiSpi", + "category": "Communication", + "architectures": [ + "avr", + "STM32F1", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JiriBilek/WiFiSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JiriBilek/WiFiSpi-0.3.0.zip", + "archiveFileName": "WiFiSpi-0.3.0.zip", + "size": 65216, + "checksum": "SHA-256:44b262f41fbe652d72792a2ea5b414759dcab4347dbcc0a351b74bb0502f5c96" + }, { "name": "Adafruit ADXL343", "version": "1.0.0", @@ -225463,6 +283791,209 @@ "size": 13683, "checksum": "SHA-256:5091edc3252e703c648c875ca349511a90c6aab6dc78d3c270475ae9d716f989" }, + { + "name": "Adafruit ADXL343", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.3.1.zip", + "archiveFileName": "Adafruit_ADXL343-1.3.1.zip", + "size": 13912, + "checksum": "SHA-256:64d90833776e971d9234ce1e65a3be4a3ad4ad302e341f2575eda11f357bceb7" + }, + { + "name": "Adafruit ADXL343", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.4.0.zip", + "archiveFileName": "Adafruit_ADXL343-1.4.0.zip", + "size": 15767, + "checksum": "SHA-256:f35a10fc8a965610a59381e6697f62e72376a9a6987973b24ce72ac6433a4a4d" + }, + { + "name": "Adafruit ADXL343", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.5.0.zip", + "archiveFileName": "Adafruit_ADXL343-1.5.0.zip", + "size": 17315, + "checksum": "SHA-256:49fb36fa6bf6f5981d32dfe7df625a89bf5cd81c24e729e919d1eefb3d9999c1" + }, + { + "name": "Adafruit ADXL343", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.6.0.zip", + "archiveFileName": "Adafruit_ADXL343-1.6.0.zip", + "size": 17489, + "checksum": "SHA-256:efba39d8b900cf8a2caedee85eca7c5f1b402cc806321c02c0c3f290e94d5fad" + }, + { + "name": "Adafruit ADXL343", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.6.1.zip", + "archiveFileName": "Adafruit_ADXL343-1.6.1.zip", + "size": 17493, + "checksum": "SHA-256:1e5e4dbdee3d505a72f27574ef2b8d9324f9fff3b8bad0e91b1a22ea1a10ea1d" + }, + { + "name": "Adafruit ADXL343", + "version": "1.6.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.6.2.zip", + "archiveFileName": "Adafruit_ADXL343-1.6.2.zip", + "size": 17500, + "checksum": "SHA-256:b211f3ebe17e4f156a63b9b6b7c2999603c3fa67e0e3507bf82e5549d530aac4" + }, + { + "name": "Adafruit ADXL343", + "version": "1.6.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL343 Accelerometer", + "paragraph": "Unified driver for the ADXL343 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL343", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL343.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL343-1.6.4.zip", + "archiveFileName": "Adafruit_ADXL343-1.6.4.zip", + "size": 17499, + "checksum": "SHA-256:076bc08c090b91b6b37db0ce3ca340c385f11c1ecff98eab3a9970685781699b" + }, { "name": "SEN10724", "version": "1.0.0", @@ -226030,6 +284561,30 @@ "size": 356173, "checksum": "SHA-256:f6ccdb9cf33d79fc7949da64af45a1e8e8798898660ecfb70b1f4988e212455b" }, + { + "name": "bitluni ESP32Lib", + "version": "0.3.4", + "author": "bitluni \u003carduino@bitluni.net\u003e", + "maintainer": "bitluni \u003carduino@bitluni.net\u003e", + "sentence": "Multimedia library for the ESP32", + "paragraph": "Provides VGA, Game Controller (NES, SNES), Audio support for the ESP32. The graphics engine supports sprites, animations and 3d meshes.", + "website": "https://github.com/bitluni/ESP32Lib", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitluni/ESP32Lib.git", + "providesIncludes": [ + "ESP32Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitluni/bitluni_ESP32Lib-0.3.4.zip", + "archiveFileName": "bitluni_ESP32Lib-0.3.4.zip", + "size": 356187, + "checksum": "SHA-256:fed227ef620760695fb2f0d662fdd9ceedf8eaf5df86b6b0b01d71c989adb383" + }, { "name": "EButton", "version": "1.1.0", @@ -226072,6 +284627,48 @@ "size": 14126, "checksum": "SHA-256:732ef2b3c2bb71e49a722c228253ac4551e75d0cdbbe81cfa4e2152152a3a199" }, + { + "name": "EButton", + "version": "1.2.1", + "author": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "maintainer": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "sentence": "A compact, simple-to-use, reliable and powerful event-driven button library, with proper debouncing and fine grained event structure.", + "paragraph": "Supported events are TRANSITION, EACH_CLICK, DONE_CLICKING, SINGLE_CLICK, DOUBLE_CLICK, LONG_PRESS_START, DURING_LONG_PRESS and LONG_PRESS_END. Unneeded features can be disabled in compile-time to minimize footprint. All the timings can be easily configured.", + "website": "https://github.com/jonnieZG/EButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonnieZG/EButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/EButton-1.2.1.zip", + "archiveFileName": "EButton-1.2.1.zip", + "size": 14392, + "checksum": "SHA-256:0caf2b0672b2a217d236717ccab122ecde3a97ae61511c0b04f98cb5d98bc411" + }, + { + "name": "EButton", + "version": "1.3.0", + "author": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "maintainer": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "sentence": "A compact, simple-to-use, reliable and powerful event-driven button library, with proper debouncing and fine grained event structure.", + "paragraph": "Supported events are TRANSITION, EACH_CLICK, DONE_CLICKING, SINGLE_CLICK, DOUBLE_CLICK, LONG_PRESS_START, DURING_LONG_PRESS and LONG_PRESS_END. Unneeded features can be disabled in compile-time to minimize footprint. All the timings can be easily configured.", + "website": "https://github.com/jonnieZG/EButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonnieZG/EButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/EButton-1.3.0.zip", + "archiveFileName": "EButton-1.3.0.zip", + "size": 15122, + "checksum": "SHA-256:fcfbaa9da1e095a430f5bf706aaf206c7c4b81454903996c60caedefa6015227" + }, { "name": "BME280_Zanshin", "version": "1.0.4", @@ -226326,6 +284923,93 @@ "size": 6162, "checksum": "SHA-256:81e346dd0095656f697076d49b8bc72bc2fd032fa5c3c30ba160099947d7d55f" }, + { + "name": "Adafruit ADT7410 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADT7410", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.2.2.zip", + "archiveFileName": "Adafruit_ADT7410_Library-1.2.2.zip", + "size": 6162, + "checksum": "SHA-256:34c4257cb25d7b3fc2faf817b37d076888e66bdc721fd4518cc45bdb4ddd9b79" + }, + { + "name": "Adafruit ADT7410 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADT7410", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.3.0.zip", + "archiveFileName": "Adafruit_ADT7410_Library-1.3.0.zip", + "size": 6540, + "checksum": "SHA-256:d3608ef0dca257895685efc84dc2fd2eda4a5fbcc6ba99d7615dd7c76bdb4d8d" + }, + { + "name": "Adafruit ADT7410 Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ADT7410 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADT7410", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ADT7410.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADT7410_Library-1.3.1.zip", + "archiveFileName": "Adafruit_ADT7410_Library-1.3.1.zip", + "size": 6540, + "checksum": "SHA-256:9e04cf92d987e671b699e47d41eae6094ac8a0fc8a20049cd01f943be8575adb" + }, { "name": "Corsair Lighting Protocol", "version": "0.1.0", @@ -226830,6 +285514,37 @@ "size": 595006, "checksum": "SHA-256:1942c02011e90bb690a88d267682bbb5b55174e37fa0b214fa702561d7675ea7" }, + { + "name": "Corsair Lighting Protocol", + "version": "0.15.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control LED strips via USB from a PC.", + "paragraph": "The library mimics Corsair LED Controller devices and can be controlled via USB in iCUE.", + "website": "https://github.com/Legion2/CorsairLightingProtocol", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Legion2/CorsairLightingProtocol.git", + "providesIncludes": [ + "CorsairLightingProtocol.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Corsair_Lighting_Protocol-0.15.0.zip", + "archiveFileName": "Corsair_Lighting_Protocol-0.15.0.zip", + "size": 889827, + "checksum": "SHA-256:fe6ef2464f36da26c22650b194b6a9d7e9e0c91f0ad65d14b316eeb92bb270cc" + }, { "name": "TrivialKalmanFilter", "version": "1.0.0", @@ -227368,6 +286083,222 @@ "size": 23236189, "checksum": "SHA-256:66f5e4a8825bcf53ac79c25ca0501d2b066925c7b2abde2eb0c42193bd92d0df" }, + { + "name": "FabGL", + "version": "1.0.1", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.1.zip", + "archiveFileName": "FabGL-1.0.1.zip", + "size": 23247827, + "checksum": "SHA-256:2c38415e68a29fccaea2112280bc1a21e98c793315206df8d21f702f5e40517f" + }, + { + "name": "FabGL", + "version": "1.0.2", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.2.zip", + "archiveFileName": "FabGL-1.0.2.zip", + "size": 23251770, + "checksum": "SHA-256:02fbf15dc3c15965047082f3d4b950968a452d7df9e2ac1e4d342c7282fdfde3" + }, + { + "name": "FabGL", + "version": "1.0.3", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.3.zip", + "archiveFileName": "FabGL-1.0.3.zip", + "size": 27181264, + "checksum": "SHA-256:c057d3495eef0e319134edddac8a2b7492dba52954c23b39ba57c3d109652425" + }, + { + "name": "FabGL", + "version": "1.0.4", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.4.zip", + "archiveFileName": "FabGL-1.0.4.zip", + "size": 27489865, + "checksum": "SHA-256:4e3005f795142eda3bea8876ced9ee291aab5b73278cd734f48699d1203f1f0e" + }, + { + "name": "FabGL", + "version": "1.0.5", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.5.zip", + "archiveFileName": "FabGL-1.0.5.zip", + "size": 27781405, + "checksum": "SHA-256:a0d1d6b1ef43a90be57ad49e226d2af90f75c96499f3659531f455a23993c677" + }, + { + "name": "FabGL", + "version": "1.0.6", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "paragraph": "VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.6.zip", + "archiveFileName": "FabGL-1.0.6.zip", + "size": 29270576, + "checksum": "SHA-256:eaf138e641fa16a927f22451ba93d23ed5a7420a5b0737a748c9881343b61851" + }, + { + "name": "FabGL", + "version": "1.0.7", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "ESP32 VGA, PAL/NTSC Color Composite, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal", + "paragraph": "ESP32 VGA, PAL/NTSC Color Composite, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.7.zip", + "archiveFileName": "FabGL-1.0.7.zip", + "size": 29284520, + "checksum": "SHA-256:b491260c4ac4e0ba9caf544d235c91c5aa45c6e3ec9ffdb927c9e4e98049db73" + }, + { + "name": "FabGL", + "version": "1.0.8", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "ESP32 VGA, PAL/NTSC Color Composite, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal", + "paragraph": "ESP32 VGA, PAL/NTSC Color Composite, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.8.zip", + "archiveFileName": "FabGL-1.0.8.zip", + "size": 29476431, + "checksum": "SHA-256:958b43c8f55fd7f2e28392a74e1366f2450cb3ac411c66ed065f18389b75d6b9" + }, + { + "name": "FabGL", + "version": "1.0.9", + "author": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "maintainer": "Fabrizio Di Vittorio \u003cfdivitto2013@gmail.com\u003e", + "sentence": "ESP32 VGA, PAL/NTSC Color Composite, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal", + "paragraph": "ESP32 VGA, PAL/NTSC Color Composite, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal", + "website": "https://github.com/fdivitto/fabgl", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fdivitto/FabGL.git", + "providesIncludes": [ + "fabgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fdivitto/FabGL-1.0.9.zip", + "archiveFileName": "FabGL-1.0.9.zip", + "size": 31494786, + "checksum": "SHA-256:e864e46a741060fe0aaaad0c7a0a300e13cad73345dbae3fd4691c203d7207ea" + }, { "name": "Cytron Motor Drivers Library", "version": "1.0.0", @@ -228900,6 +287831,72 @@ "size": 79590, "checksum": "SHA-256:f525316c3a47dd947bcb14ebd611106950e4610fee7753c6bf59590e948db506" }, + { + "name": "ArduinoWebsockets", + "version": "0.5.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": [ + "ArduinoWebsockets.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.5.1.zip", + "archiveFileName": "ArduinoWebsockets-0.5.1.zip", + "size": 80158, + "checksum": "SHA-256:2e19a28871737d94c3161bb2d7e4cf4bff877c1df88fb82b1fdc28f870aa76da" + }, + { + "name": "ArduinoWebsockets", + "version": "0.5.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": [ + "ArduinoWebsockets.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.5.2.zip", + "archiveFileName": "ArduinoWebsockets-0.5.2.zip", + "size": 80372, + "checksum": "SHA-256:ebbc79e5596cb86a0c9f79f238a3e9f449c0d3627b8e93db6ef9fbad6b0547cf" + }, + { + "name": "ArduinoWebsockets", + "version": "0.5.3", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "maintainer": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/gilmaimon/ArduinoWebsockets", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gilmaimon/ArduinoWebsockets.git", + "providesIncludes": [ + "ArduinoWebsockets.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gilmaimon/ArduinoWebsockets-0.5.3.zip", + "archiveFileName": "ArduinoWebsockets-0.5.3.zip", + "size": 80474, + "checksum": "SHA-256:72e2a45152331d3557f9a2c918ddcc99c81bf84374a9d5a49329f7e31f7b5449" + }, { "name": "Environment", "version": "2.0.0", @@ -228984,6 +287981,193 @@ "size": 15607, "checksum": "SHA-256:a6afdcf7b489f60b5812c568d1bf4b0a8c59792ae477850ccb6f668f50c6d88d" }, + { + "name": "Environment", + "version": "3.2.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Environment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.0.zip", + "archiveFileName": "Environment-3.2.0.zip", + "size": 20872, + "checksum": "SHA-256:8762ea3ea9eff8fef4aceaa0cb8f0f926ab5152202ef62e26b40b2f58f8eb068" + }, + { + "name": "Environment", + "version": "3.2.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Environment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.1.zip", + "archiveFileName": "Environment-3.2.1.zip", + "size": 20602, + "checksum": "SHA-256:ab964632b9847f0f8ec232bb83dfb52315ebd40148a9faece3aa95c2a5ee9df8" + }, + { + "name": "Environment", + "version": "3.2.10", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Environment.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.10.zip", + "archiveFileName": "Environment-3.2.10.zip", + "size": 20537, + "checksum": "SHA-256:5f220801ef45f67e41c55b17d53e17123ac7cfee4679ec8bd6a351bd53957498" + }, + { + "name": "Environment", + "version": "3.2.11", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Environment.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.11.zip", + "archiveFileName": "Environment-3.2.11.zip", + "size": 20538, + "checksum": "SHA-256:826165996c4fe3d7f7d3ddd8360c11372de2377854bb643e85c7243340eb17cb" + }, + { + "name": "Environment", + "version": "3.2.14", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Environment.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.14.zip", + "archiveFileName": "Environment-3.2.14.zip", + "size": 21812, + "checksum": "SHA-256:0bb45a8ecedb12f62c8ce5e70fa0b9cfa67aa5a8af91237660f2e979cc55e911" + }, + { + "name": "Environment", + "version": "3.2.16", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Environment.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.16.zip", + "archiveFileName": "Environment-3.2.16.zip", + "size": 21812, + "checksum": "SHA-256:120af3a5e26825d096c0a975316cc427e58648c7a1935911226db688a6eb38ad" + }, + { + "name": "Environment", + "version": "3.2.17", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Read enviroment sensors", + "paragraph": "Enviroment library is an archive of Gunce Akkoyun enviroment sensors. (SHT21, HDC2010, TSL2061, MPL3115)", + "website": "https://github.com/akkoyun/Environment", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Environment.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Environment-3.2.17.zip", + "archiveFileName": "Environment-3.2.17.zip", + "size": 22401, + "checksum": "SHA-256:ea83bf142da87c9f01e2cd462df0def5564aeff69468bdcc28282782b89cfbd3" + }, { "name": "munet", "version": "0.1.1", @@ -229194,6 +288378,164 @@ "size": 21454, "checksum": "SHA-256:e9b302eb54ba24def246d933755ea4ffe064afc58bb9d57da0d4c677ba3deffb" }, + { + "name": "munet", + "version": "0.2.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modules for WLAN-Client, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, requires libraries ustd, muwerk, Arduino_JSON and PubSubClient.", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.2.1.zip", + "archiveFileName": "munet-0.2.1.zip", + "size": 22731, + "checksum": "SHA-256:d252ee405ecfa770149ad21936018300623aa17c3e243f3a0da935ad52a13bfb" + }, + { + "name": "munet", + "version": "0.3.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/munet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.3.0.zip", + "archiveFileName": "munet-0.3.0.zip", + "size": 32672, + "checksum": "SHA-256:ab261b998fb225c822194d185d116c0f9b1b4d1beb4ea17525b750f5ca098412" + }, + { + "name": "munet", + "version": "0.3.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/munet.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.3.1.zip", + "archiveFileName": "munet-0.3.1.zip", + "size": 32728, + "checksum": "SHA-256:574363402811c3ec75f6024f63fcc0c827a51d95a2eb515aae18b2d9de7036d7" + }, + { + "name": "munet", + "version": "0.3.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, serial link for other platforms", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Non-network hardware support via serial links. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/munet.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.3.2.zip", + "archiveFileName": "munet-0.3.2.zip", + "size": 36680, + "checksum": "SHA-256:ccee6d0f988153e4f1feb33348398f3d9e830f78ae41b9f8649c2e57c0c6e830" + }, + { + "name": "munet", + "version": "0.4.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, serial link for other platforms", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Non-network hardware support via serial links. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/munet.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.4.0.zip", + "archiveFileName": "munet-0.4.0.zip", + "size": 36824, + "checksum": "SHA-256:ec750f318bb05101b068d25fa8e819cb254691ee152b5085ea68031f6ab4d917" + }, + { + "name": "munet", + "version": "0.4.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Modules for Wifi connectivity, NTP, OTA, MQTT on ESP32/ESP8266 compatible with muwerk scheduler, serial link for other platforms", + "paragraph": "Modular networking libraries for ESP32 and ESP8266 providing muwerk scheduler tasks for WiFi connection, Access Point Mode, NTP time sync, OTA software update and MQTT communication. Non-network hardware support via serial links. Requires: ustd, muwerk, Arduino_JSON and PubSubClient", + "website": "https://github.com/muwerk/munet", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/munet.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/munet-0.4.1.zip", + "archiveFileName": "munet-0.4.1.zip", + "size": 118726, + "checksum": "SHA-256:4adbaf1c6b8aef59304874c7d59636944c1d3fb32bba054c13c02ee67438af13" + }, { "name": "iKB1_Arduino", "version": "0.2.0", @@ -229215,6 +288557,27 @@ "size": 37469, "checksum": "SHA-256:b9c6e326aebbf9db2b93224dc7d2794b03d0742ddb2627514483fc278567a25c" }, + { + "name": "iKB1_Arduino", + "version": "0.5.1", + "author": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "sentence": "A control library for IKB-1 Extension I/O Board.", + "paragraph": "This library easy to read input and control output on iKB-1 Board,Use I2C Communication", + "website": "https://github.com/jcubuntu/IKB1_Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jcubuntu/IKB1_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iKB1_Arduino-0.5.1.zip", + "archiveFileName": "iKB1_Arduino-0.5.1.zip", + "size": 36888, + "checksum": "SHA-256:6d8908e223dd8002d5227b51d987859e6f87e74369b6bffb498e46fa20ec9394" + }, { "name": "ChirpSDK", "version": "3.0.0", @@ -229491,6 +288854,27 @@ "size": 15470, "checksum": "SHA-256:b0c2bfab838ebdd4fcafe2b116754cd09d332f758772628886577bb9cdb2e528" }, + { + "name": "SparkFun Qwiic Joystick Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Joystick", + "paragraph": "An Arduino Library for the Qwist Joystick. Qwiic Joystick makes reading an analog joystick over I2C easy and fast. The current joystick position and button state can be read from separate registers. There is also an additional register to check if the button had been pressed since the last read of the button register. Available at: https://www.sparkfun.com/products/15168", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Joystick_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Qwiic_Joystick_Arduino_Library-1.1.1.zip", + "size": 15923, + "checksum": "SHA-256:5f7d1324943aeb859f4948e54bf088271c791dafcc472582f7b3b65fb2c55a67" + }, { "name": "Sqlite3Esp32", "version": "1.3.0", @@ -229617,6 +289001,27 @@ "size": 27104818, "checksum": "SHA-256:4964d2ea76b0b41d16d470298d13ecc194e5216775ac32bb1f0e972a910c81b9" }, + { + "name": "Sqlite3Esp32", + "version": "2.4.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Sqlite3 database library for ESP32 core", + "paragraph": "Enables access to Sqlite3 databases from ESP32 (with Shox96 String compression extension). For further information, please visit the given URL.", + "website": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siara-cc/esp32_arduino_sqlite3_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3Esp32-2.4.0.zip", + "archiveFileName": "Sqlite3Esp32-2.4.0.zip", + "size": 27106872, + "checksum": "SHA-256:6fad257b28e6fc017c00ab4a1d92dabe2cf1a604f25211bb4e0d9432f3d0088e" + }, { "name": "ESPxRGB", "version": "1.0.0", @@ -230479,6 +289884,174 @@ "size": 67949, "checksum": "SHA-256:5d89be3393936c32e4225a1178d5bea484af6ec5e498f941f126c27f469abad5" }, + { + "name": "ArduinoOTA", + "version": "1.0.6", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi, WiFiEspAT to SAMD, nRF5, esp8266, esp32 and to ATmega with more then 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": [ + "ArduinoOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.6.zip", + "archiveFileName": "ArduinoOTA-1.0.6.zip", + "size": 71111, + "checksum": "SHA-256:e93b73b832399de43bfcf3da1a4a3b6bf604c3ddf1976536446937b1723fd513" + }, + { + "name": "ArduinoOTA", + "version": "1.0.7", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, UIPEthernet, WiFi101, WiFiNina, WiFiLink, WiFi, WiFiEspAT to SAMD, nRF5, esp8266, esp32 and to ATmega with more than 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": [ + "ArduinoOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.7.zip", + "archiveFileName": "ArduinoOTA-1.0.7.zip", + "size": 71535, + "checksum": "SHA-256:4854e11e70695521dc32d21a990c78d312272eb8bc1cfd06b92dbd1c260fb5ec" + }, + { + "name": "ArduinoOTA", + "version": "1.0.8", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, EthernetENC, WiFi101, WiFiNina, WiFiEspAT to SAMD, nRF5, RP2040, STM32F1, ESP and to classic ATmega with more than 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": [ + "ArduinoOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.8.zip", + "archiveFileName": "ArduinoOTA-1.0.8.zip", + "size": 82017, + "checksum": "SHA-256:d36504623df593ea79db03ec6eb2601c45055ba0583414fced02b1c16ff7a779" + }, + { + "name": "ArduinoOTA", + "version": "1.0.9", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, EthernetENC, WiFi101, WiFiNina, WiFiEspAT to SAMD, nRF5, RP2040, STM32F, ESP and to classic ATmega with more than 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": [ + "ArduinoOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.9.zip", + "archiveFileName": "ArduinoOTA-1.0.9.zip", + "size": 92034, + "checksum": "SHA-256:13b39902df98dfa6f3726f080bb18ac567ddf6165dc654beefb9f753fae5fde0" + }, + { + "name": "ArduinoOTA", + "version": "1.0.10", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, EthernetENC, WiFi101, WiFiNina, WiFiEspAT to SAMD, nRF5, RP2040, STM32F, ESP and to classic ATmega with more than 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": [ + "ArduinoOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.10.zip", + "archiveFileName": "ArduinoOTA-1.0.10.zip", + "size": 95885, + "checksum": "SHA-256:643297e80d02816535801d07a218d75f819b4c93f4c9799c2796986b51a5f73f" + }, + { + "name": "ArduinoOTA", + "version": "1.0.11", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, EthernetENC, WiFi101, WiFiNina, WiFiEspAT to SAMD, Uno R4, nRF5, RP2040, STM32F, ESP and to classic ATmega with more than 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": [ + "ArduinoOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.11.zip", + "archiveFileName": "ArduinoOTA-1.0.11.zip", + "size": 107060, + "checksum": "SHA-256:c958b41988d1513473ed70c17d0f1911ea88438c5ee3c91bfd15e81cd42850c2" + }, + { + "name": "ArduinoOTA", + "version": "1.0.12", + "author": "Arduino,Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Upload sketch over network to Arduino board with WiFi or Ethernet libraries", + "paragraph": "Based on WiFi101OTA library. Uploads over Ethernet, EthernetENC, WiFi101, WiFiNina, WiFiEspAT to SAMD, Uno R4, nRF5, RP2040, STM32F, ESP and to classic ATmega with more than 64 kB flash memory.", + "website": "https://github.com/jandrassy/ArduinoOTA", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/ArduinoOTA.git", + "providesIncludes": [ + "ArduinoOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/ArduinoOTA-1.0.12.zip", + "archiveFileName": "ArduinoOTA-1.0.12.zip", + "size": 107251, + "checksum": "SHA-256:8df7c9e8805b8ff28d257c82f7434565814c3aeea20ad96d52313fdae1f4c913" + }, { "name": "ps2dev", "version": "0.0.1", @@ -230551,6 +290124,30 @@ "size": 12871, "checksum": "SHA-256:dc0ee5ec17b2a1eaff99196948de4569b938294b43312422f5988220cda2f877" }, + { + "name": "ps2dev", + "version": "0.0.4", + "author": "Chris J. Kiick", + "maintainer": "Tomas Mudrunka \u003charvie@github.com\u003e", + "sentence": "Library to emulate PS2 keyboard/mouse using arduino", + "paragraph": "Library to emulate PS2 keyboard/mouse using arduino. In this version i've fixed timing to improve reliability. I've integrated some keyboard protocol basics directly to library, so user don't need to do that. I plan the same for mouse protocol. API is still subject to change in future, because i want to make it bit more convenient to use. Also i plan to add some rudimentary interrupt driven mode as optional feature.", + "website": "https://github.com/Harvie/ps2dev", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/harvie/ps2dev.git", + "providesIncludes": [ + "ps2dev.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/harvie/ps2dev-0.0.4.zip", + "archiveFileName": "ps2dev-0.0.4.zip", + "size": 13418, + "checksum": "SHA-256:31b319c1babe40787e7c17e77123fbf90a14e42f38e01afac2e637781b5981e9" + }, { "name": "TinyMPU6050", "version": "0.4.0", @@ -231021,6 +290618,126 @@ "size": 326127, "checksum": "SHA-256:5ce8784051cda4ca8772040917ff29d04a2d06022df9239a30e6425a143f874e" }, + { + "name": "eFLL", + "version": "1.2.0", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": [ + "Fuzzy.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.2.0.zip", + "archiveFileName": "eFLL-1.2.0.zip", + "size": 326122, + "checksum": "SHA-256:cc5f81f4d5b3ec3130b59e13a486c35ede921d9465f03eaa46a3afaf22adc73e" + }, + { + "name": "eFLL", + "version": "1.3.0", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": [ + "Fuzzy.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.3.0.zip", + "archiveFileName": "eFLL-1.3.0.zip", + "size": 326125, + "checksum": "SHA-256:78f20b825fd88b7cd23f2b7cfd3150f394921d1d50aa6cf169a8064fd99cb9e9" + }, + { + "name": "eFLL", + "version": "1.3.1", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": [ + "Fuzzy.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.3.1.zip", + "archiveFileName": "eFLL-1.3.1.zip", + "size": 326155, + "checksum": "SHA-256:06f7c7ce59757d4e677bc1930e3fdba8ae900a77a25b8ab7f9cf9a6fb88cf294" + }, + { + "name": "eFLL", + "version": "1.4.0", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": [ + "Fuzzy.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.4.0.zip", + "archiveFileName": "eFLL-1.4.0.zip", + "size": 326100, + "checksum": "SHA-256:5463787f3745914c22015b9217945eb971d35ebef422a4d944de417eb5992749" + }, + { + "name": "eFLL", + "version": "1.4.1", + "author": "AJ Alves \u003caj.alves@zerokol.com\u003e, Dr. Ricardo Lira \u003cricardor_usp@yahoo.com.br\u003e, Msc. Marvin Lemos \u003cmarvinlemos@gmail.com\u003e, Douglas S. Kridi \u003cdouglaskridi@gmail.com\u003e, Kannya Leal \u003ckannyal@hotmail.com\u003e", + "maintainer": "AJ Alves \u003caj.alves@zerokol.com\u003e", + "sentence": "eFLL (Embedded Fuzzy Logic Library).", + "paragraph": "eFLL is a standard library for Embedded Systems to implement easy and eficient Fuzzy Systems.", + "website": "https://github.com/zerokol/eFLL", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zerokol/eFLL.git", + "providesIncludes": [ + "Fuzzy.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zerokol/eFLL-1.4.1.zip", + "archiveFileName": "eFLL-1.4.1.zip", + "size": 327791, + "checksum": "SHA-256:20526ff457a3801b44198fe0115489443322e9ff5744bdbce033756a05a91b3c" + }, { "name": "SparkFun APDS-9301 Lux Sensor", "version": "1.0.0", @@ -231309,6 +291026,30 @@ "size": 9003, "checksum": "SHA-256:a6aecb39791984a33d1452a09d90435fe1c67cc1a71b5b87f55c4985ba5b533b" }, + { + "name": "ST7032_asukiaaa", + "version": "1.0.5", + "author": "tomozh \u003ctomozh@gmail.com\u003e, Asuki Kono \u003casukiaaa@gmail.com\u003e", + "maintainer": "Asuki Kono \u003casukiaaa@gmail.com\u003e", + "sentence": "This library controls ST7032 on LCD.", + "paragraph": "This library can control LCDs that using ST7032. Ex: SB1602B, SB0802G, AQM0802A-RN-GBW, AQM1602 and so on.", + "website": "https://github.com/asukiaaa/ST7032_asukiaaa", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/ST7032_asukiaaa.git", + "providesIncludes": [ + "ST7032_asukiaaa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ST7032_asukiaaa-1.0.5.zip", + "archiveFileName": "ST7032_asukiaaa-1.0.5.zip", + "size": 9017, + "checksum": "SHA-256:c3e6a60d0a088944d7eb468f5259faf3867ae936aa5d599d4ca10ea6e8de086b" + }, { "name": "LED", "version": "1.0.0", @@ -231597,6 +291338,54 @@ "size": 13678310, "checksum": "SHA-256:475156151ee67f0b2472b1f874a9c464592413c6ff3ef1e7976faa9e13a8195e" }, + { + "name": "TFMPlus", + "version": "1.4.2", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "An Arduino driver for the Benewake TFMini-Plus Lidar distance sensor.", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus.git", + "providesIncludes": [ + "TFMPlus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.4.2.zip", + "archiveFileName": "TFMPlus-1.4.2.zip", + "size": 13678939, + "checksum": "SHA-256:b4f9236f2f17c4b02c2d1d0fec3a5f207597690103d3acf72fb81d582917e0c4" + }, + { + "name": "TFMPlus", + "version": "1.5.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "An Arduino driver for the Benewake TFMini-Plus Lidar distance sensor.", + "paragraph": "Compatible with TFMini-S and TFLuna (UART only), but *not* TFMini.", + "website": "https://github.com/budryerson/TFMini-Plus", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus.git", + "providesIncludes": [ + "TFMPlus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPlus-1.5.0.zip", + "archiveFileName": "TFMPlus-1.5.0.zip", + "size": 14093440, + "checksum": "SHA-256:af1ff2b1f5c039e3310a10d92fd92b7fd97298e922071b51b960695b423f0954" + }, { "name": "SDHT", "version": "1.1.0", @@ -231854,266 +291643,6 @@ "size": 369010, "checksum": "SHA-256:fc720c50a0469b9242c14e377f3da346c9214421442372e1c126a5d76ccd83dd" }, - { - "name": "The IoT Guru integration", - "version": "1.0.0", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "CC-LGPL 2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.0.zip", - "archiveFileName": "The_IoT_Guru_integration-1.0.0.zip", - "size": 14223, - "checksum": "SHA-256:31b40eb1bd473f54705f25cd72b093c022d6f420db8d80ea8186e612d695cdbc" - }, - { - "name": "The IoT Guru integration", - "version": "1.0.1", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "CC-LGPL 2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.1.zip", - "archiveFileName": "The_IoT_Guru_integration-1.0.1.zip", - "size": 14776, - "checksum": "SHA-256:ba760a453ab69f711f8d4a721b1729edf94149781c3bdf37c21eb990b0954814" - }, - { - "name": "The IoT Guru integration", - "version": "1.0.2", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "CC-LGPL 2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.2.zip", - "archiveFileName": "The_IoT_Guru_integration-1.0.2.zip", - "size": 16355, - "checksum": "SHA-256:537771db285bdb41383c83ed3333782190dfc173d5ae4fa6f93ac4d7603e3c42" - }, - { - "name": "The IoT Guru integration", - "version": "1.0.3", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "CC-LGPL 2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.0.3.zip", - "archiveFileName": "The_IoT_Guru_integration-1.0.3.zip", - "size": 25327, - "checksum": "SHA-256:dbeeb838b2ba4d2c3ece4db82a897ec00071c577c9563214c652f3a3ac97818e" - }, - { - "name": "The IoT Guru integration", - "version": "1.1.0", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "CC-LGPL 2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.1.0.zip", - "archiveFileName": "The_IoT_Guru_integration-1.1.0.zip", - "size": 27197, - "checksum": "SHA-256:952466ca311b64f94390eb7e2e81efc2f22db839f40f2d9ef443303788c29174" - }, - { - "name": "The IoT Guru integration", - "version": "1.1.1", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "CC-LGPL 2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.1.1.zip", - "archiveFileName": "The_IoT_Guru_integration-1.1.1.zip", - "size": 28940, - "checksum": "SHA-256:dc0ca0790912f4a33922c1ee16cadf9675144553b28e749a521bb43c7909f874" - }, - { - "name": "The IoT Guru integration", - "version": "1.2.0", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "CC-LGPL 2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.0.zip", - "archiveFileName": "The_IoT_Guru_integration-1.2.0.zip", - "size": 29941, - "checksum": "SHA-256:7a6636bfbe957d485af0a2e2ada1bb428681368c7ccc87a40b2b6f7ce344eb2d" - }, - { - "name": "The IoT Guru integration", - "version": "1.2.1", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "LGPL-2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.1.zip", - "archiveFileName": "The_IoT_Guru_integration-1.2.1.zip", - "size": 29947, - "checksum": "SHA-256:e97649e21b45cbe45ebd19539d9f8b6f6811937155db6971da327447d4cdb7bf" - }, - { - "name": "The IoT Guru integration", - "version": "1.2.2", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "LGPL-2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.2.zip", - "archiveFileName": "The_IoT_Guru_integration-1.2.2.zip", - "size": 31562, - "checksum": "SHA-256:f8d93a1dad0afd62a51c8db2130d2cade4da53f448f5e0e66f8abb1439ee3844" - }, - { - "name": "The IoT Guru integration", - "version": "1.2.3", - "author": "The IoT Guru (info@iotguru.live)", - "maintainer": "Gábor AUTH (gabor.auth@iotguru.live)", - "license": "LGPL-2.1", - "sentence": "Cloud and Android frontend support to your devices", - "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", - "website": "https://iotguru.live", - "category": "Communication", - "architectures": [ - "esp8266", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", - "providesIncludes": [ - "IoTGuru.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/The_IoT_Guru_integration-1.2.3.zip", - "archiveFileName": "The_IoT_Guru_integration-1.2.3.zip", - "size": 33307, - "checksum": "SHA-256:fc4c8c2bac78f83335d8f0132c077143823ea9e2d27f9c28e879bd8f19dfc344" - }, { "name": "ConductivityLib", "version": "1.0.0", @@ -232273,6 +291802,96 @@ "size": 37239, "checksum": "SHA-256:2a11520e4b952a9ed94d00255ef1bac59410855eb6eb9edd72f77b5f5daf8f20" }, + { + "name": "STM32duino X-NUCLEO-IKS01A3", + "version": "1.2.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A3 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A3 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A3", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A3.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino LSM6DSOX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.2.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.2.0.zip", + "size": 37068, + "checksum": "SHA-256:543066b039bcbd0f7420efbfa06c024bcda55f7881a3083a9ef4bb017e7c441c" + }, + { + "name": "STM32duino X-NUCLEO-IKS01A3", + "version": "1.2.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS01A3 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS01A3 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS01A3", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS01A3.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2DW12" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino HTS221" + }, + { + "name": "STM32duino LPS22HH" + }, + { + "name": "STM32duino STTS751" + }, + { + "name": "STM32duino LSM6DSOX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS01A3-1.2.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS01A3-1.2.1.zip", + "size": 37061, + "checksum": "SHA-256:a51f40b5d37abff5dd1ed86a7b967f60086e22ee17f9443b7ed52551729d9549" + }, { "name": "STM32duino LSM6DSO", "version": "1.0.0", @@ -232388,6 +292007,188 @@ "size": 61871, "checksum": "SHA-256:c9e414de831d18a0c3dabb58b1bd2941e5103c93df7601878a0075f5b7643f7b" }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.0.zip", + "size": 61997, + "checksum": "SHA-256:8db776bd26f81ef589cb90ff315286cb580ec588d975c12c9c64a64854848457" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.1.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.1.zip", + "size": 62025, + "checksum": "SHA-256:83e03f05599323a2e50b452ad042f44fe992b7057f9259e692faf544b5d356e1" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.2.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.2.zip", + "size": 62020, + "checksum": "SHA-256:3603c5f67a1d05222bedd472b2e3b6fc09074800becbf1bac9b2353927441768" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.3.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.3.zip", + "size": 62036, + "checksum": "SHA-256:fa6a6bb94baea9706f7b33c1e78689e1658fbee93009d22c4759343ec4c68b80" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.4", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.4.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.4.zip", + "size": 62067, + "checksum": "SHA-256:f0cd9589e3863aa85e9b102822dbec2d4d4d24118468077058a610f57f87d810" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.0.5", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.0.5.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.0.5.zip", + "size": 62072, + "checksum": "SHA-256:8fd319f7f4e2799a5724923a81f6077f2788787289ea9e46f9e8f382e05781c5" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.1.0.zip", + "size": 62152, + "checksum": "SHA-256:ec3f86acdf7dd39f6f2b9e5bfb5e0598578adf466dc57c9494f73519f0c63d62" + }, + { + "name": "STM32duino LSM6DSO", + "version": "2.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO-2.1.1.zip", + "archiveFileName": "STM32duino_LSM6DSO-2.1.1.zip", + "size": 62194, + "checksum": "SHA-256:dc4c6f24a9f4195698458b8fdd318e449c241ecece9a284e048f03d6be06d2f8" + }, { "name": "STM32duino LIS2DW12", "version": "1.0.0", @@ -232411,6 +292212,74 @@ "size": 25392, "checksum": "SHA-256:39253ad98c350bc1f23172c765d5d809c3acee9da5a16a424d12203e770b5083" }, + { + "name": "STM32duino LIS2DW12", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DW12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DW12", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LIS2DW12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DW12-2.0.0.zip", + "archiveFileName": "STM32duino_LIS2DW12-2.0.0.zip", + "size": 25481, + "checksum": "SHA-256:a57e2d857f82da6d2f1eaf5544976302d49bc5260958aed15fdbda9d13468f89" + }, + { + "name": "STM32duino LIS2DW12", + "version": "2.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DW12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DW12", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LIS2DW12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DW12-2.1.0.zip", + "archiveFileName": "STM32duino_LIS2DW12-2.1.0.zip", + "size": 25498, + "checksum": "SHA-256:7b2053643bd60534bce37b4885061bab122f408b15504ab2f883d60d699e942e" + }, + { + "name": "STM32duino LIS2DW12", + "version": "2.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DW12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DW12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LIS2DW12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DW12-2.1.1.zip", + "archiveFileName": "STM32duino_LIS2DW12-2.1.1.zip", + "size": 25541, + "checksum": "SHA-256:406a0ee05127a48635ff71fa2d0ca16c7bd516a426c5ba839ed51348c377a22e" + }, { "name": "STM32duino LIS2MDL", "version": "1.0.0", @@ -232434,6 +292303,50 @@ "size": 15245, "checksum": "SHA-256:fc095846196866c6410d1085ad4c5e03fb6f8edfd0791e3504f5c5e107b748da" }, + { + "name": "STM32duino LIS2MDL", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer LIS2MDL for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2MDL", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LIS2MDL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2MDL-2.0.0.zip", + "archiveFileName": "STM32duino_LIS2MDL-2.0.0.zip", + "size": 15387, + "checksum": "SHA-256:c728014a27441fb77fcec7447140667c7fe943f866c2be986d05187e83e6549f" + }, + { + "name": "STM32duino LIS2MDL", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer LIS2MDL for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LIS2MDL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2MDL-2.0.1.zip", + "archiveFileName": "STM32duino_LIS2MDL-2.0.1.zip", + "size": 15435, + "checksum": "SHA-256:f9f8544021f2cff058d9571f89b5ccf1a6fb6eb69284bb408d2c66f7704e986a" + }, { "name": "STM32duino LPS22HH", "version": "1.0.0", @@ -232457,6 +292370,119 @@ "size": 18265, "checksum": "SHA-256:560e1d6294d1da39ec1f03be8b6c92bb6b60a4d35bec93dc3baf89635d947336" }, + { + "name": "STM32duino LPS22HH", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22HH for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HH", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS22HH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-2.0.0.zip", + "archiveFileName": "STM32duino_LPS22HH-2.0.0.zip", + "size": 18367, + "checksum": "SHA-256:39400bc666f7cd3e112bc241c5913c71aaefd176ac3583ed7bf3189ae5872209" + }, + { + "name": "STM32duino LPS22HH", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22HH for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HH", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS22HH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-2.0.1.zip", + "archiveFileName": "STM32duino_LPS22HH-2.0.1.zip", + "size": 20555, + "checksum": "SHA-256:3d2f7349a802bf37d9232ba7f42910caba913005aa785dafb1469d229faf1075" + }, + { + "name": "STM32duino LPS22HH", + "version": "2.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22HH for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HH", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS22HH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-2.0.2.zip", + "archiveFileName": "STM32duino_LPS22HH-2.0.2.zip", + "size": 20562, + "checksum": "SHA-256:3cf899c18a13819f70d35ea9615f1a686c42afade964b536c05d5058e8515d55" + }, + { + "name": "STM32duino LPS22HH", + "version": "2.0.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22HH for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HH", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS22HH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-2.0.3.zip", + "archiveFileName": "STM32duino_LPS22HH-2.0.3.zip", + "size": 20611, + "checksum": "SHA-256:0d3165755d377433a4cf6a286f9028c62060b996dd25082611baf1976ed8071a" + }, + { + "name": "STM32duino LPS22HH", + "version": "2.0.4", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22HH for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22HH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS22HH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22HH-2.0.4.zip", + "archiveFileName": "STM32duino_LPS22HH-2.0.4.zip", + "size": 20661, + "checksum": "SHA-256:52ebec7dddb1176ecf2a4d934efb92348a9568010a3d617601e0660c54cc2971" + }, { "name": "STM32duino STTS751", "version": "1.0.0", @@ -232526,6 +292552,50 @@ "size": 14078, "checksum": "SHA-256:c5a23c30375e74b7be40bd786ee43afd7f9ba9dee4d57380db0c5c5dcb03a668" }, + { + "name": "STM32duino STTS751", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS751 for STM32 boards.", + "website": "https://github.com/stm32duino/STTS751", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STTS751.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-2.0.0.zip", + "archiveFileName": "STM32duino_STTS751-2.0.0.zip", + "size": 14234, + "checksum": "SHA-256:891f321aa50c77f2a2142a3fbc7a89aacf0906306628fb98bb3d33382d714aaa" + }, + { + "name": "STM32duino STTS751", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS751 for STM32 boards.", + "website": "https://github.com/stm32duino/STTS751", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STTS751.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS751-2.0.1.zip", + "archiveFileName": "STM32duino_STTS751-2.0.1.zip", + "size": 14227, + "checksum": "SHA-256:ab6bcb33d8bb7c137e845d0e3d8334f1880868dd9f2c3aefa58d2dd0f1bcfabf" + }, { "name": "HX711 Arduino Library", "version": "0.7.2", @@ -232564,6 +292634,25 @@ "size": 18697, "checksum": "SHA-256:1bb4b66f734caade180197b3ae0b35dee5834ff09d5ec2da0f4254ad24409396" }, + { + "name": "HX711 Arduino Library", + "version": "0.7.5", + "author": "Bogdan Necula \u003cbogde@bogde.ro\u003e, Andreas Motl \u003candreas.motl@elmyra.de\u003e", + "maintainer": "Bogdan Necula \u003cbogde@bogde.ro\u003e", + "sentence": "Library to interface the Avia Semiconductor HX711 ADC.", + "paragraph": "An Arduino library to interface the \u003ca href=\"http://image.dfrobot.com/image/data/SEN0160/hx711_english.pdf\"\u003eAvia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC)\u003c/a\u003e for reading load cells / weight scales.", + "website": "https://github.com/bogde/HX711", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bogde/HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bogde/HX711_Arduino_Library-0.7.5.zip", + "archiveFileName": "HX711_Arduino_Library-0.7.5.zip", + "size": 19509, + "checksum": "SHA-256:11a72d1d462a0306e8e0c5cf33d215cefded2e9c9b7ce05e1f1d2d42b47291f6" + }, { "name": "Haptic_DA7280", "version": "0.0.1", @@ -232778,6 +292867,52 @@ "size": 7157, "checksum": "SHA-256:276d56cc862fd501783dea6d6b97879c3d48aaa57088a9d8de5d9f45e46b18be" }, + { + "name": "NoDelay", + "version": "2.1.0", + "author": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "maintainer": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "sentence": "Arduino library to make use of the Millis funtion for non Blocking Delays.", + "paragraph": "The NoDelay library is used as a easy interface for using the built-in Mills function for keeping track of elapsed time and used for non blocking delays. This is done by creating a noDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the noDelay object.", + "website": "https://github.com/M-tech-Creations/NoDelay", + "category": "Timing", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/M-tech-Creations/NoDelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-tech-Creations/NoDelay-2.1.0.zip", + "archiveFileName": "NoDelay-2.1.0.zip", + "size": 7328, + "checksum": "SHA-256:5ea05b96882701cd15e08fd7c74bbec5d6b8cc3972ed96e3f46bffa3ef6ee16a" + }, + { + "name": "NoDelay", + "version": "2.1.1", + "author": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "maintainer": "Mario Avenoso \u003cmario@mtechcreations.com\u003e", + "sentence": "Arduino library to make use of the Millis funtion for non Blocking Delays.", + "paragraph": "The NoDelay library is used as a easy interface for using the built-in Mills function for keeping track of elapsed time and used for non blocking delays. This is done by creating a noDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the noDelay object.", + "website": "https://github.com/M-tech-Creations/NoDelay", + "category": "Timing", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/M-tech-Creations/NoDelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-tech-Creations/NoDelay-2.1.1.zip", + "archiveFileName": "NoDelay-2.1.1.zip", + "size": 8511, + "checksum": "SHA-256:571ed41bed9c1fd96b1c1b4a317174a5faad95e41b1a4e69f536e86fe50904db" + }, { "name": "IoTtweetSIEMENS_SIMATIC", "version": "1.1.0", @@ -233004,6 +293139,60 @@ "size": 883358, "checksum": "SHA-256:d62e87f727cd51a1e200e3d7512a1f8f900005c3c4ed15ba96e96fa3fac01cb6" }, + { + "name": "OpenMRNLite", + "version": "1.0.3", + "author": "Stuart Baker, Mike Dunston, Balazs Racz", + "maintainer": "Mike Dunston \u003cm_dunston@comcast.net\u003e, Balazs Racz \u003cbalazs.racz@gmail.com\u003e", + "sentence": "Network protocol stack for model railroading: OpenLCB and LCC implementation.", + "paragraph": "This library implements network protocols for model railroading. In the center is the OpenLCB protocol suite (Open Layout Control Bus), which has been adopted by the NMRA and referenced as LCC (Layout Command Control): a high-performance and highly extensible communications protocol suite for model railroad control. OpenMRN is one of the most extensible implementation of this protocol suite. The Lite version has been adapted to work with the programming model and drivers of the Arduino ecosystem. Currently supports esp32 and stm32 cores.", + "website": "http://github.com/openmrn/OpenMRNLite", + "category": "Communication", + "architectures": [ + "esp32", + "stm32", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmrn/OpenMRNLite.git", + "providesIncludes": [ + "OpenMRNLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-1.0.3.zip", + "archiveFileName": "OpenMRNLite-1.0.3.zip", + "size": 883346, + "checksum": "SHA-256:9473d2eb0d75cdd5a7e877dd45f717f94f59f0863e5f904c86c2b69a235b6b8e" + }, + { + "name": "OpenMRNLite", + "version": "2.0.0", + "author": "Stuart Baker, Mike Dunston, Balazs Racz", + "maintainer": "Mike Dunston \u003cm_dunston@comcast.net\u003e, Balazs Racz \u003cbalazs.racz@gmail.com\u003e", + "sentence": "Network protocol stack for model railroading: OpenLCB and LCC implementation.", + "paragraph": "This library implements network protocols for model railroading. In the center is the OpenLCB protocol suite (Open Layout Control Bus), which has been adopted by the NMRA and referenced as LCC (Layout Command Control): a high-performance and highly extensible communications protocol suite for model railroad control. OpenMRN is one of the most extensible implementation of this protocol suite. The Lite version has been adapted to work with the programming model and drivers of the Arduino ecosystem. Currently supports esp32 and stm32 cores.", + "website": "http://github.com/openmrn/OpenMRNLite", + "category": "Communication", + "architectures": [ + "esp32", + "stm32", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmrn/OpenMRNLite.git", + "providesIncludes": [ + "OpenMRNLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmrn/OpenMRNLite-2.0.0.zip", + "archiveFileName": "OpenMRNLite-2.0.0.zip", + "size": 1099051, + "checksum": "SHA-256:151248789b4d3e55fddb5aef6614eaeccfd8ab75e97c378ad01f9a298bd50f74" + }, { "name": "simpleRPC", "version": "1.0.4", @@ -233166,27 +293355,6 @@ "size": 20458, "checksum": "SHA-256:68f9b9cdd47a9068916f6afd288188254faf12f42d47baa1e62772faf71fe246" }, - { - "name": "Sqlite3", - "version": "0.9.0", - "author": "Arundale Ramanathan", - "maintainer": "Arun \u003carun@siara.cc\u003e", - "sentence": "Sqlite3 library for Arduino ESP", - "paragraph": "This Arduino library enables usage of Sqlite3 (v20.01) databases from ESP devices. For further information, please visit the given URL.", - "website": "https://github.com/siara-cc/esp_arduino_sqlite3_lib", - "category": "Data Storage", - "architectures": [ - "esp8266" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/siara-cc/esp_arduino_sqlite3_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3-0.9.0.zip", - "archiveFileName": "Sqlite3-0.9.0.zip", - "size": 40711664, - "checksum": "SHA-256:717ae40428a7d106bcc2f3cebb5935f256c15d425c5c5e17535403d95904938c" - }, { "name": "Nextion", "version": "1.0.0", @@ -234186,6 +294354,762 @@ "size": 21498, "checksum": "SHA-256:afa2e9b165dea04d96ebd7eac6282218c84304bde49d703f010e46030515aadb" }, + { + "name": "Adafruit BusIO", + "version": "1.7.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.2.zip", + "archiveFileName": "Adafruit_BusIO-1.7.2.zip", + "size": 21647, + "checksum": "SHA-256:f79d38527dbd0b14e33abbfe6beb800d6da8ae0974a1453f22d07d6acb7c5975" + }, + { + "name": "Adafruit BusIO", + "version": "1.7.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.3.zip", + "archiveFileName": "Adafruit_BusIO-1.7.3.zip", + "size": 21656, + "checksum": "SHA-256:b24f917f82aac6c91a36bd63baa46917e7c4aca1d8fd209a0b59e96af320e6df" + }, + { + "name": "Adafruit BusIO", + "version": "1.7.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.7.5.zip", + "archiveFileName": "Adafruit_BusIO-1.7.5.zip", + "size": 21786, + "checksum": "SHA-256:7f148e920f0d958693a6144abf8b9e3e0e2ce37dbdf9200af6edaa4cd8444df7" + }, + { + "name": "Adafruit BusIO", + "version": "1.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.8.1.zip", + "archiveFileName": "Adafruit_BusIO-1.8.1.zip", + "size": 22096, + "checksum": "SHA-256:9bbb2de19625e6cc89cd9c3a975aba8cdd7b9d58d31994aa18a64b17777862c1" + }, + { + "name": "Adafruit BusIO", + "version": "1.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.8.2.zip", + "archiveFileName": "Adafruit_BusIO-1.8.2.zip", + "size": 22365, + "checksum": "SHA-256:68a8698d736b5f29ed54138c817a3cb2a43f66780aeddfbd583e0fe0ff717402" + }, + { + "name": "Adafruit BusIO", + "version": "1.8.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.8.3.zip", + "archiveFileName": "Adafruit_BusIO-1.8.3.zip", + "size": 22380, + "checksum": "SHA-256:e366fb149010b799843beba278f7d099452e758f1c714ebce865e9219a0080c7" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.0.zip", + "archiveFileName": "Adafruit_BusIO-1.9.0.zip", + "size": 22509, + "checksum": "SHA-256:efa51e0c1ac6cc9255c965c4188cdd8dbc43f8f81d4eb2bca35269ec3aac1148" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.1.zip", + "archiveFileName": "Adafruit_BusIO-1.9.1.zip", + "size": 22507, + "checksum": "SHA-256:06a3cef269584279c8c1845f85b54a27250ef7e5e88c3a4c70ad54ef8c0ec805" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.2.zip", + "archiveFileName": "Adafruit_BusIO-1.9.2.zip", + "size": 22476, + "checksum": "SHA-256:4f6002bb3cc9efae2621169529dd3eb99d4b6fc9bb00aa6e57bd7e7fa469cbd4" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.3.zip", + "archiveFileName": "Adafruit_BusIO-1.9.3.zip", + "size": 22485, + "checksum": "SHA-256:1d24ee634472c09c5c23f26a10444a0e5c2a854cc4ea392a168057e11fcd8e67" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.4.zip", + "archiveFileName": "Adafruit_BusIO-1.9.4.zip", + "size": 22496, + "checksum": "SHA-256:b545061244a401a8a0c13ec0a0601a6600ec59ed3d3400a3bfb8e4b998b2c9a9" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.5.zip", + "archiveFileName": "Adafruit_BusIO-1.9.5.zip", + "size": 22476, + "checksum": "SHA-256:cc971cd7a0976144b9c46d9c28bc52bf06bc5a49a197e2df5db98ff8ce25904c" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.6.zip", + "archiveFileName": "Adafruit_BusIO-1.9.6.zip", + "size": 22493, + "checksum": "SHA-256:7c6e98e1800e12ef74e2ef3b8ab7d55fad92a3f1c4a55d5d900dd0579e2d8ce1" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.7.zip", + "archiveFileName": "Adafruit_BusIO-1.9.7.zip", + "size": 22572, + "checksum": "SHA-256:a37d40bd66392e3f22850c63052e2f6f734fa89c6d7edabef3c5952a43a9db4c" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.8.zip", + "archiveFileName": "Adafruit_BusIO-1.9.8.zip", + "size": 22712, + "checksum": "SHA-256:abc692d46c234c48535fc50eda7f64064c6ed12a18934cd7845bcd16b2954bdb" + }, + { + "name": "Adafruit BusIO", + "version": "1.9.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.9.9.zip", + "archiveFileName": "Adafruit_BusIO-1.9.9.zip", + "size": 22712, + "checksum": "SHA-256:bb46369b5692a9ab6b566b6472f841afcdf79a11264d94139419c260e32aab93" + }, + { + "name": "Adafruit BusIO", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.10.0.zip", + "archiveFileName": "Adafruit_BusIO-1.10.0.zip", + "size": 22887, + "checksum": "SHA-256:c81d5c32702a7d0b260d9d6a7cd38d11bf8a6b63c71a8f1a3967ffab7fa01d9e" + }, + { + "name": "Adafruit BusIO", + "version": "1.10.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.10.1.zip", + "archiveFileName": "Adafruit_BusIO-1.10.1.zip", + "size": 22964, + "checksum": "SHA-256:daa703ad095543a3e90713a6eb479151c4823d902d8d9ac94d6629d62057e96c" + }, + { + "name": "Adafruit BusIO", + "version": "1.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.10.2.zip", + "archiveFileName": "Adafruit_BusIO-1.10.2.zip", + "size": 23603, + "checksum": "SHA-256:3548574db9d618569230b7d324f1b6bd4bd878418ecbdfb60ba867858fac0f03" + }, + { + "name": "Adafruit BusIO", + "version": "1.10.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.10.3.zip", + "archiveFileName": "Adafruit_BusIO-1.10.3.zip", + "size": 23651, + "checksum": "SHA-256:57b9c73eb54fc4f4a0f59aa04b181c5ab0ed071d2473abadaa1ab4b06f6cb07a" + }, + { + "name": "Adafruit BusIO", + "version": "1.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.11.0.zip", + "archiveFileName": "Adafruit_BusIO-1.11.0.zip", + "size": 23658, + "checksum": "SHA-256:068e9a6463fe639dcb22f066ba099b3368bea4ab8144f7afb9dd9f7cbd5c9d3a" + }, + { + "name": "Adafruit BusIO", + "version": "1.11.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.11.1.zip", + "archiveFileName": "Adafruit_BusIO-1.11.1.zip", + "size": 23962, + "checksum": "SHA-256:4f648f685c50ff91248b1a1cd482cdefbfe322c8080972095f98461ec6f55299" + }, + { + "name": "Adafruit BusIO", + "version": "1.11.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.11.2.zip", + "archiveFileName": "Adafruit_BusIO-1.11.2.zip", + "size": 23658, + "checksum": "SHA-256:a00180290e727bd72ee2fe4e3b6e627ba7e07036c8f407b5bc62923c96530d41" + }, + { + "name": "Adafruit BusIO", + "version": "1.11.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.11.3.zip", + "archiveFileName": "Adafruit_BusIO-1.11.3.zip", + "size": 23676, + "checksum": "SHA-256:a12b92449729c178cf28a53f67d0d4fc9e1990379720140e8ad79a82012c44d6" + }, + { + "name": "Adafruit BusIO", + "version": "1.11.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.11.4.zip", + "archiveFileName": "Adafruit_BusIO-1.11.4.zip", + "size": 23665, + "checksum": "SHA-256:e49a89d1f62b7b4575c0789b479aed35b62db35410be401e5994de849e37b54f" + }, + { + "name": "Adafruit BusIO", + "version": "1.11.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.11.5.zip", + "archiveFileName": "Adafruit_BusIO-1.11.5.zip", + "size": 23729, + "checksum": "SHA-256:06cec0f314213a3337557811c65f7c8c710f9e6c783099d983946ee57124fa43" + }, + { + "name": "Adafruit BusIO", + "version": "1.11.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.11.6.zip", + "archiveFileName": "Adafruit_BusIO-1.11.6.zip", + "size": 24113, + "checksum": "SHA-256:c1062f10f9003eac2f120b1378f8b34683b5d4945beb85639e31eea4cd02d8a4" + }, + { + "name": "Adafruit BusIO", + "version": "1.12.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.12.0.zip", + "archiveFileName": "Adafruit_BusIO-1.12.0.zip", + "size": 24140, + "checksum": "SHA-256:417654612ff03350efaf549e93eecf7e0b8c48ff8704656bcef0447428bb6b82" + }, + { + "name": "Adafruit BusIO", + "version": "1.13.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.13.0.zip", + "archiveFileName": "Adafruit_BusIO-1.13.0.zip", + "size": 24364, + "checksum": "SHA-256:006c84bf24451febdf73898fd6413aa6ef908868c4ed2ca394a8e9f5ba7d5e1b" + }, + { + "name": "Adafruit BusIO", + "version": "1.13.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.13.1.zip", + "archiveFileName": "Adafruit_BusIO-1.13.1.zip", + "size": 24381, + "checksum": "SHA-256:0a50b5c1f717540df9e6af3be167f3e38b6d9fca50372d8f205d2f5114eeca3c" + }, + { + "name": "Adafruit BusIO", + "version": "1.13.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.13.2.zip", + "archiveFileName": "Adafruit_BusIO-1.13.2.zip", + "size": 24424, + "checksum": "SHA-256:89387500a2262ad9cca19b2fb185412b9ce5c87e4dfcc2976d04a63e5258e533" + }, + { + "name": "Adafruit BusIO", + "version": "1.14.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.14.0.zip", + "archiveFileName": "Adafruit_BusIO-1.14.0.zip", + "size": 24531, + "checksum": "SHA-256:e25a01ac43a3b914ed1660ed7cdfd5ce0bdce03952fce015d80b198e54bbf31c" + }, + { + "name": "Adafruit BusIO", + "version": "1.14.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.14.1.zip", + "archiveFileName": "Adafruit_BusIO-1.14.1.zip", + "size": 24530, + "checksum": "SHA-256:24f7a701cf62e4ebc8450559238303ba7f4106bd6bcf89cef4cf7b824f786846" + }, + { + "name": "Adafruit BusIO", + "version": "1.14.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.14.3.zip", + "archiveFileName": "Adafruit_BusIO-1.14.3.zip", + "size": 24537, + "checksum": "SHA-256:486f7c35d273d83a7666d3bda57abecf18caa6feb4ca74fa5550a3dd2a6bc36a" + }, + { + "name": "Adafruit BusIO", + "version": "1.14.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.14.4.zip", + "archiveFileName": "Adafruit_BusIO-1.14.4.zip", + "size": 24558, + "checksum": "SHA-256:c98bf66a649ea9ec0398485f282d736da7a0aa4da8507b39d3917b6bb62f92ba" + }, + { + "name": "Adafruit BusIO", + "version": "1.14.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for abstracting away I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away I2C and SPI interfacing", + "website": "https://github.com/adafruit/Adafruit_BusIO", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BusIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BusIO-1.14.5.zip", + "archiveFileName": "Adafruit_BusIO-1.14.5.zip", + "size": 24571, + "checksum": "SHA-256:2323ef4a0c4364063978fb30001f560a4e6df9f8ef621152f03be400f8b58aca" + }, { "name": "I2C_DMAC", "version": "1.1.7", @@ -234270,6 +295194,27 @@ "size": 23646, "checksum": "SHA-256:f7f2c63a11f0e36089e5a5709b2a88a4a862e1f2a5b1ae4109bedbf397f4b24f" }, + { + "name": "I2C_DMAC", + "version": "1.2.0", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "Arduino Zero (SAMD21/SAMD51) based non-blocking I2C library using the Direct Memory Access Controller (DMAC).", + "paragraph": "This library allows the microcontroller to run other tasks concurrently, while waiting for the I2C communications to complete.", + "website": "https://github.com/MartinL1/I2C_DMAC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/I2C_DMAC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/I2C_DMAC-1.2.0.zip", + "archiveFileName": "I2C_DMAC-1.2.0.zip", + "size": 27507, + "checksum": "SHA-256:02f935cc746b777f48491530de473261ec337c8ad42d2c87d1784f32685c119a" + }, { "name": "ZumoAutomation", "version": "1.0.1", @@ -234468,6 +295413,78 @@ "size": 57636, "checksum": "SHA-256:3a8a9d1f12189409496bef2de3c66784f6f4fe26e1346c7dfb11fdf650061382" }, + { + "name": "IQ Module Communication", + "version": "1.2.0", + "author": "Matthew Piccoli \u003cmatt.piccoli@vertiq.co\u003e, Raphael Van Hoffelen \u003craf@iq-control.com\u003e", + "maintainer": "Matthew Piccoli \u003cmatt.piccoli@vertiq.co\u003e, Ben Quan \u003cben.quan@vertiq.co\u003e", + "sentence": "A library for communicating with and controlling IQ motor modules.", + "paragraph": "This uses a Serial port to control the motor modules and get/set/save values to on the module.", + "website": "https://github.com/iq-motion-control/iq-module-communication-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", + "providesIncludes": [ + "iq_module_communicaiton.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.2.0.zip", + "archiveFileName": "IQ_Module_Communication-1.2.0.zip", + "size": 57927, + "checksum": "SHA-256:4b7a94785a7ecabf888f857e43a790915fa1180468690c19811722cf48dbeccc" + }, + { + "name": "IQ Module Communication", + "version": "1.2.1", + "author": "Matthew Piccoli \u003cmatt.piccoli@vertiq.co\u003e, Raphael Van Hoffelen \u003craf@iq-control.com\u003e", + "maintainer": "Matthew Piccoli \u003cmatt.piccoli@vertiq.co\u003e, Ben Quan \u003cben.quan@vertiq.co\u003e", + "sentence": "A library for communicating with and controlling IQ motor modules.", + "paragraph": "This uses a Serial port to control the motor modules and get/set/save values to on the module.", + "website": "https://github.com/iq-motion-control/iq-module-communication-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", + "providesIncludes": [ + "iq_module_communication.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.2.1.zip", + "archiveFileName": "IQ_Module_Communication-1.2.1.zip", + "size": 57683, + "checksum": "SHA-256:4ed1162dd4ef733b6023e05185e0d949b973464b05f0484f2ee5ed02bbc42cf4" + }, + { + "name": "IQ Module Communication", + "version": "1.3.1", + "author": "Matthew Piccoli \u003cmatt.piccoli@vertiq.co\u003e, Raphael Van Hoffelen \u003craf@iq-control.com\u003e", + "maintainer": "Matthew Piccoli \u003cmatt.piccoli@vertiq.co\u003e, Ben Quan \u003cben.quan@vertiq.co\u003e", + "sentence": "A library for communicating with and controlling IQ motor modules.", + "paragraph": "This uses a Serial port to control the motor modules and get/set/save values to on the module.", + "website": "https://github.com/iq-motion-control/iq-module-communication-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iq-motion-control/iq-module-communication-arduino.git", + "providesIncludes": [ + "iq_module_communication.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iq-motion-control/IQ_Module_Communication-1.3.1.zip", + "archiveFileName": "IQ_Module_Communication-1.3.1.zip", + "size": 66647, + "checksum": "SHA-256:6763b4b65cd8fcf9d8e739bda26898f6c7077f65ce007b6196769d1d25b8d3c3" + }, { "name": "Joystick", "version": "1.0.0", @@ -235654,191 +296671,181 @@ "checksum": "SHA-256:76b19fa4f6866bd6183e6424423e17b23efe5915b61ba0a3e27f0c136d86c13e" }, { - "name": "STools", - "version": "0.3.4", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "A library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaldek/STools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.4.zip", - "archiveFileName": "STools-0.3.4.zip", - "size": 5358, - "checksum": "SHA-256:c2d9712574250945e6e6418b68d7bb0e683e9015166f629d8d42273162839710" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.11.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.11.zip", + "size": 222176, + "checksum": "SHA-256:f0d5cbfdd599a9fc0682a2da2786f9f24f7db3a40d9edea74067a9911c8bd96d" }, { - "name": "STools", - "version": "0.3.6", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "A library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaldek/STools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.6.zip", - "archiveFileName": "STools-0.3.6.zip", - "size": 7075, - "checksum": "SHA-256:8bf4a81b2f7e80eadee7c9b7884f835e07457a733e4acb3c80dd2922f7c232db" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.12.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.12.zip", + "size": 222131, + "checksum": "SHA-256:6d67ce4f9128e20145aa59c1cc6fe05e8317db024f4d0370cbcdedb15cd43656" }, { - "name": "STools", - "version": "0.3.8", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "This library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaldek/STools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.8.zip", - "archiveFileName": "STools-0.3.8.zip", - "size": 7789, - "checksum": "SHA-256:d68587072d1fb06ebe380f7f737ae592431214736850c06490ad1ad97cc93e4c" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.13.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.13.zip", + "size": 222151, + "checksum": "SHA-256:35bdd036a22cffa041def6cc11551213aa14fb5daefb1b2fffc9d4a638caa267" }, { - "name": "STools", - "version": "0.4.0", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "This library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaldek/STools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.0.zip", - "archiveFileName": "STools-0.4.0.zip", - "size": 9012, - "checksum": "SHA-256:d18f822d3d2e57eb0e6d1bae08f6796ca973c1c96e191bc816f639335b5f5387" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.14.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.14.zip", + "size": 267387, + "checksum": "SHA-256:77c13263c73ba39a0a29a69b37173cd5d2a26e7793462d1aa0e29e71ba768139" }, { - "name": "STools", - "version": "0.4.5", - "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", - "sentence": "This library is a collection of useful tools.", - "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", - "website": "https://github.com/skaldek/STools", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaldek/STools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.5.zip", - "archiveFileName": "STools-0.4.5.zip", - "size": 9945, - "checksum": "SHA-256:a83146cf89f46470438791eeb186bab93357660735c73586acd1efb524f89100" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.15.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.15.zip", + "size": 267277, + "checksum": "SHA-256:ca88b964529b0941aa583be082e0b243d0caea3c3d71d3ebaa0c744acd7da53f" }, { - "name": "Adafruit VEML7700 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_VEML7700", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.0.0.zip", - "archiveFileName": "Adafruit_VEML7700_Library-1.0.0.zip", - "size": 6462, - "checksum": "SHA-256:c02c4e2a771bbfbfd0bc7068542b74007a9df1b14bbd50b5553fa2579f6b49bd" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.16.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.16.zip", + "size": 267189, + "checksum": "SHA-256:3a422b54c2f3a2a721eba5c5a07219e785cf4ecfef52913bf0f0f425f1cdd637" }, { - "name": "Adafruit VEML7700 Library", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_VEML7700", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.17", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.1.0.zip", - "archiveFileName": "Adafruit_VEML7700_Library-1.1.0.zip", - "size": 7682, - "checksum": "SHA-256:cb258f77905774048c3a45eb2e0bd6c50baf4213e26c4b820e78f9b1d68998ed" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.17.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.17.zip", + "size": 267208, + "checksum": "SHA-256:afe0475a22dd5abf9cac85ad2f3cce9eb9d1f866cb9317a12e3f500262d0573b" }, { - "name": "Adafruit VEML7700 Library", - "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_VEML7700", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.8.18", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.1.1.zip", - "archiveFileName": "Adafruit_VEML7700_Library-1.1.1.zip", - "size": 7675, - "checksum": "SHA-256:0ea7a0e0799915045232cad50028be81b150de2bc1ed2d979bf4fc9b17549939" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.18.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.18.zip", + "size": 267206, + "checksum": "SHA-256:ba27ddf8b586f50fd1e3f0c3ce387fbea53389ea3548e080c40f3b210a51bcb2" }, { - "name": "ESP32 Mail Client", - "version": "1.0.2", + "name": "Firebase ESP32 Client", + "version": "3.8.19", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235846,20 +296853,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.2.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.2.zip", - "size": 65412, - "checksum": "SHA-256:dccbe5269cb7895284e1ece859fc37983b7eabf4df5a60428bae6cdc1a6056dc" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.19.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.19.zip", + "size": 954703, + "checksum": "SHA-256:e14d77564cfab1e0f8f105fe67220ede33fe96d2dbb55848d150c62ceb217d94" }, { - "name": "ESP32 Mail Client", - "version": "1.0.3", + "name": "Firebase ESP32 Client", + "version": "3.8.20", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235867,20 +296874,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.3.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.3.zip", - "size": 65765, - "checksum": "SHA-256:212916526ed52ac04a9218de76ffcd8267ef0ff346db3daf0a314a472fd385a3" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.20.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.20.zip", + "size": 956041, + "checksum": "SHA-256:c84b3bdb6ea821ff84bc75049f133a255b88ce6b182b4946fb226f8e4bf457ae" }, { - "name": "ESP32 Mail Client", - "version": "1.0.4", + "name": "Firebase ESP32 Client", + "version": "3.8.21", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235888,20 +296895,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.4.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.4.zip", - "size": 66606, - "checksum": "SHA-256:5509ef4dedc9dddcc9ee2c3887e5162463d4a36fae076f8f20acfc194fe73806" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.21.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.21.zip", + "size": 956941, + "checksum": "SHA-256:feedd7fcc06f497d4e2d1b5af85a91c2657175b0b320ad0bcddac19d828083ca" }, { - "name": "ESP32 Mail Client", - "version": "1.0.5", + "name": "Firebase ESP32 Client", + "version": "3.8.22", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235909,20 +296916,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.5.zip", - "archiveFileName": "ESP32_Mail_Client-1.0.5.zip", - "size": 67761, - "checksum": "SHA-256:1b70977e619a7c9698dd5bd95216f0be91abd876024432a28d7f8740ae88985b" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.22.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.22.zip", + "size": 956927, + "checksum": "SHA-256:266e31eac5d5acf8e90f5304c0d8db232db8b6a20f2fc93bd4673dfbcbcb77e4" }, { - "name": "ESP32 Mail Client", - "version": "1.1.0", + "name": "Firebase ESP32 Client", + "version": "3.8.23", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235930,20 +296937,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.0.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.0.zip", - "size": 67338, - "checksum": "SHA-256:85dc1cc63c156ea64ebf1b1eaf49d16b048f88506e638a138d1e041346828555" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.23.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.23.zip", + "size": 956929, + "checksum": "SHA-256:866b80499f4b71cc764b3dd3de0f5b071edc7bec0da05ef974a42905e68d1718" }, { - "name": "ESP32 Mail Client", - "version": "1.1.1", + "name": "Firebase ESP32 Client", + "version": "3.8.24", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235951,20 +296958,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.1.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.1.zip", - "size": 67110, - "checksum": "SHA-256:f0510dd3cdac88197f2116eb5a3e87dca1d6fc291ae048689c1ae543301c841f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.24.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.24.zip", + "size": 1419997, + "checksum": "SHA-256:c06d1ead447ef90a400ce0a88c003fe3a2497939a9ea0ed79209a6ad19e54451" }, { - "name": "ESP32 Mail Client", - "version": "1.1.2", + "name": "Firebase ESP32 Client", + "version": "3.8.25", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235972,20 +296979,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.2.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.2.zip", - "size": 67950, - "checksum": "SHA-256:bee94ff61644c803fc9c511f34e88b42efb36ed58dbfdf408b9d36594bb1f7d9" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.25.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.25.zip", + "size": 1420113, + "checksum": "SHA-256:4ade38066519854b634d04cb66deeb65becb9c06fa2e8824b47aa517e27f6069" }, { - "name": "ESP32 Mail Client", - "version": "1.1.3", + "name": "Firebase ESP32 Client", + "version": "3.8.26", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -235993,20 +297000,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.3.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.3.zip", - "size": 68093, - "checksum": "SHA-256:12d3bd41e91c4b07fac2529dd4cb5af1bbdaa7aebe639901dabffa35c431cceb" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.8.26.zip", + "archiveFileName": "Firebase_ESP32_Client-3.8.26.zip", + "size": 1419942, + "checksum": "SHA-256:1f101cb1bef6fcaf4a7b1f97e4b4d8386de0007739cd71ae8e2bd9c5a319350e" }, { - "name": "ESP32 Mail Client", - "version": "1.1.4", + "name": "Firebase ESP32 Client", + "version": "3.9.0", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236014,20 +297021,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.4.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.4.zip", - "size": 68383, - "checksum": "SHA-256:132cab8e1625d8df905b1e8272f5176aaa295b59b881d04364c0618da22c196f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.0.zip", + "size": 1452852, + "checksum": "SHA-256:7a492fc36b24907fde0c51ed4b89384ad57c584ae18f3fe6d8f110707b2fa90b" }, { - "name": "ESP32 Mail Client", - "version": "1.1.5", + "name": "Firebase ESP32 Client", + "version": "3.9.1", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236035,20 +297042,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.5.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.5.zip", - "size": 68369, - "checksum": "SHA-256:e3a52c7505b05d9ae21ec1ce675cd42a5043e49e715ac221af1a6ecdc758c938" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.1.zip", + "size": 1457153, + "checksum": "SHA-256:1bddb7279ecc33a1f42a5402c13d137b03460e82bbe73cbac23b357f6763c697" }, { - "name": "ESP32 Mail Client", - "version": "1.1.6", + "name": "Firebase ESP32 Client", + "version": "3.9.2", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236056,20 +297063,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.6.zip", - "archiveFileName": "ESP32_Mail_Client-1.1.6.zip", - "size": 68356, - "checksum": "SHA-256:a4791b64fbc3ff57510a83c5639c2877bf14af30c2c043d1b36ddcab86a2c03f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.2.zip", + "size": 1458490, + "checksum": "SHA-256:b353c02f07f29d69ad83140bd444758df7cdd39138ca567305fbdbc48364cfc4" }, { - "name": "ESP32 Mail Client", - "version": "1.2.0", + "name": "Firebase ESP32 Client", + "version": "3.9.3", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236077,20 +297084,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.0.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.0.zip", - "size": 84425, - "checksum": "SHA-256:6642b53bb678dbc99f5cd8651003fa3e9d65c2ef4d64f1edc0a23a3fd088f6b2" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.3.zip", + "size": 1458343, + "checksum": "SHA-256:bbcd0ac8b61be8afc99c473594e0b2fb9fd0d97be3aa9bb899748d9b94a9f686" }, { - "name": "ESP32 Mail Client", - "version": "1.2.1", + "name": "Firebase ESP32 Client", + "version": "3.9.4", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236098,20 +297105,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.1.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.1.zip", - "size": 107807, - "checksum": "SHA-256:e45f6aea28b0495fea1d7be02de65eebd4fdafc35add3f188416bc131023fea8" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.4.zip", + "size": 1459588, + "checksum": "SHA-256:7fb406842a55905d58e5ca3a7d53f5ee737bcd94eda80de1cac17889d1043553" }, { - "name": "ESP32 Mail Client", - "version": "1.2.2", + "name": "Firebase ESP32 Client", + "version": "3.9.5", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236119,20 +297126,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.2.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.2.zip", - "size": 107789, - "checksum": "SHA-256:2dce4cfca63d3cd062ca260f699d082205d0faf771131a2520b2041aa8ebdf14" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.5.zip", + "size": 1461420, + "checksum": "SHA-256:62d851acee92a1426ad4f73de3c8f1ff4d47f82dc4fe7542cec810d0c4dccb4d" }, { - "name": "ESP32 Mail Client", - "version": "1.2.3", + "name": "Firebase ESP32 Client", + "version": "3.9.6", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236140,20 +297147,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.3.zip", - "archiveFileName": "ESP32_Mail_Client-1.2.3.zip", - "size": 107776, - "checksum": "SHA-256:8d614b60dbf9ea9c321e6493a1a6eda72f8a7ac7531f2d6b3776269865dfe626" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.6.zip", + "size": 1442418, + "checksum": "SHA-256:bd9c04d1e17d68eae97ab80331d5806bbf51da4f17a0a2c7baae181869699e34" }, { - "name": "ESP32 Mail Client", - "version": "2.0.0", + "name": "Firebase ESP32 Client", + "version": "3.9.7", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236161,20 +297168,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.0.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.0.zip", - "size": 108161, - "checksum": "SHA-256:0794e6b5c8252703518db53475dc59c0eaf9e13353bb99fbea5d062b3bdde1ce" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.9.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.9.7.zip", + "size": 1443621, + "checksum": "SHA-256:c2512072c04aa098cfd2595f74a7b5a84cf88d112dda6ebb6a5e1e4f82535f89" }, { - "name": "ESP32 Mail Client", - "version": "2.0.1", + "name": "Firebase ESP32 Client", + "version": "3.10.0", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236182,20 +297189,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.1.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.1.zip", - "size": 108177, - "checksum": "SHA-256:03cd94248de8fc0487aa7eb8938dcc29e53a7b468e1af7dfbdc2df94c78d9d66" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.0.zip", + "size": 1482720, + "checksum": "SHA-256:d2ae2a1668b80ec084577f3e25df02f7c379293021f0e104b221000c25a40395" }, { - "name": "ESP32 Mail Client", - "version": "2.0.2", + "name": "Firebase ESP32 Client", + "version": "3.10.1", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236203,20 +297210,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.2.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.2.zip", - "size": 108188, - "checksum": "SHA-256:4d570887bec7b8aa533bb24b1f8a9d31e593bfe2ae36c5ce7ee0f09c26c2ca3e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.1.zip", + "size": 1482781, + "checksum": "SHA-256:ad78ec18cffc777f525998d5d55ab9377b9902318de47537940641b973bfd832" }, { - "name": "ESP32 Mail Client", - "version": "2.0.3", + "name": "Firebase ESP32 Client", + "version": "3.10.2", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236224,20 +297231,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.3.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.3.zip", - "size": 108229, - "checksum": "SHA-256:66afbf0be1464fe95f64388ed950a9db6d2a0ae2654e04b5452d7a02939b64a3" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.2.zip", + "size": 1482712, + "checksum": "SHA-256:eda89993d67a78b77b2c941c167a6a4e947a7914a7dcae9e88deb681eef76b0a" }, { - "name": "ESP32 Mail Client", - "version": "2.0.4", + "name": "Firebase ESP32 Client", + "version": "3.10.3", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236245,20 +297252,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.4.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.4.zip", - "size": 109052, - "checksum": "SHA-256:7c8073db9a3c7c735230aaa358c03422f1c70c50b55c8650bcddf2352d7b0f56" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.3.zip", + "size": 1482823, + "checksum": "SHA-256:1e9d8163dc36a01626a80397fdf873e599cca908084bd1c8a504264befcbe53a" }, { - "name": "ESP32 Mail Client", - "version": "2.0.5", + "name": "Firebase ESP32 Client", + "version": "3.10.4", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236266,20 +297273,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.5.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.5.zip", - "size": 109274, - "checksum": "SHA-256:20f92ed4a1ad0e42c8188bc3317f0d2e7d8e67a0bc07c7056f8c3741f835b75e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.4.zip", + "size": 1482835, + "checksum": "SHA-256:6e8d11e5de23fe7ea0f37cce711957cecdbc6173f36d37522b6b9118c64e29a6" }, { - "name": "ESP32 Mail Client", - "version": "2.0.6", + "name": "Firebase ESP32 Client", + "version": "3.10.5", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236287,20 +297294,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.6.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.6.zip", - "size": 111192, - "checksum": "SHA-256:3e2ba1efaa98fa8305897c741568624c5f01ad315ada17b9286d7bf82a9a3118" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.10.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.10.5.zip", + "size": 1482898, + "checksum": "SHA-256:59fa6c9cfb2c270e1490d3c30f8efabcbb92a5f89d0f31e972398bc826003810" }, { - "name": "ESP32 Mail Client", - "version": "2.0.7", + "name": "Firebase ESP32 Client", + "version": "3.11.0", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236308,20 +297315,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.7.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.7.zip", - "size": 111283, - "checksum": "SHA-256:3647eeb7b5451a1eaecc1cecb2504c6cf00d20660d59fcf606d1ce16ae7c6129" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.0.zip", + "size": 1540079, + "checksum": "SHA-256:373fd4fb700950bbfb2709f69400e25a7a85675f381455c5736a66683148da40" }, { - "name": "ESP32 Mail Client", - "version": "2.0.8", + "name": "Firebase ESP32 Client", + "version": "3.11.1", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236329,20 +297336,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.8.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.8.zip", - "size": 111313, - "checksum": "SHA-256:e891151c0462a3abdbd0c8af9e7025fa36f7d3527b99361fd51c4036bc07ddb2" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.1.zip", + "size": 1540804, + "checksum": "SHA-256:bdd7f409550e4f087ab9cae7a91462ea045ca363b20f8c20eb15b82582df8806" }, { - "name": "ESP32 Mail Client", - "version": "2.0.9", + "name": "Firebase ESP32 Client", + "version": "3.11.2", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236350,20 +297357,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.9.zip", - "archiveFileName": "ESP32_Mail_Client-2.0.9.zip", - "size": 111313, - "checksum": "SHA-256:0738b6b09e5ae7ec6dc907b179cf73fe3018f4c67d3224cfe899d306ac0555ab" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.2.zip", + "size": 1541525, + "checksum": "SHA-256:b4cd7686423bbe7198b79e02badfccb710a8daec60c2e88762b86b769bf6ddfc" }, { - "name": "ESP32 Mail Client", - "version": "2.1.0", + "name": "Firebase ESP32 Client", + "version": "3.11.3", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236371,20 +297378,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.0.zip", - "archiveFileName": "ESP32_Mail_Client-2.1.0.zip", - "size": 113008, - "checksum": "SHA-256:0dad6a7d7be28ad71971694c367b38b3c66f639cc357cae5ff4aa2ea9c2c82f1" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.3.zip", + "size": 1542012, + "checksum": "SHA-256:0aa4c0800411fe321c382f98f1fe1abae0755169b10062d0eada184a863373de" }, { - "name": "ESP32 Mail Client", - "version": "2.1.1", + "name": "Firebase ESP32 Client", + "version": "3.11.4", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236392,20 +297399,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.1.zip", - "archiveFileName": "ESP32_Mail_Client-2.1.1.zip", - "size": 117863, - "checksum": "SHA-256:6eb6a5879233edfc84e32c911acf9fdbcb95c19900d8721dd4cf682fbd591c11" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.4.zip", + "size": 1544462, + "checksum": "SHA-256:caddd6758ebcbf92b28987b0f425b8a46e76639b8256ab41f161d7baf62cc929" }, { - "name": "ESP32 Mail Client", - "version": "2.1.2", + "name": "Firebase ESP32 Client", + "version": "3.11.5", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236413,20 +297420,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.2.zip", - "archiveFileName": "ESP32_Mail_Client-2.1.2.zip", - "size": 118089, - "checksum": "SHA-256:154b58c039bb1a31564033e9421bcd6b24375946ae996d34b2f54ce446e47ae3" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.5.zip", + "size": 2007589, + "checksum": "SHA-256:7e01eb3ed1bfc9971340cf29f73c941238a572636d5ac89e21c01adb32999dbf" }, { - "name": "ESP32 Mail Client", - "version": "2.1.3", + "name": "Firebase ESP32 Client", + "version": "3.11.6", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236434,20 +297441,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.3.zip", - "archiveFileName": "ESP32_Mail_Client-2.1.3.zip", - "size": 118087, - "checksum": "SHA-256:602febe3d71847ff40fad9c6edf1541dfd4b79d38546d0c0af55710e115bcfc9" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.6.zip", + "size": 2010893, + "checksum": "SHA-256:9ce3f830f4bb35631c224a1e017ce974fb53ca3edb4f185864a56fb2543b2b05" }, { - "name": "ESP32 Mail Client", - "version": "2.1.4", + "name": "Firebase ESP32 Client", + "version": "3.11.7", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236455,20 +297462,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.4.zip", - "archiveFileName": "ESP32_Mail_Client-2.1.4.zip", - "size": 117777, - "checksum": "SHA-256:a453aab2769ca0760b06a9a7a87b63fa70534ffaf1c5895e55d4303da43e6d59" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.7.zip", + "size": 2010295, + "checksum": "SHA-256:d492939fbb56e6db017ffc51d9a24f6c51a718ee33755b897e48696873dd2c08" }, { - "name": "ESP32 Mail Client", - "version": "2.1.5", + "name": "Firebase ESP32 Client", + "version": "3.11.9", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", - "sentence": "Mail Client Arduino Library for ESP32", - "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", - "website": "https://github.com/mobizt/ESP32-Mail-Client", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ "esp32" @@ -236476,2200 +297483,2455 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.5.zip", - "archiveFileName": "ESP32_Mail_Client-2.1.5.zip", - "size": 117783, - "checksum": "SHA-256:c95acf0e67d85b8052dc4fd18682129c5bcff90ef3f76333a76a8ecc12a65d7a" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.9.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.9.zip", + "size": 2556538, + "checksum": "SHA-256:024cc77686c3da0c9f2614dc24cb76b3b9e6081ada13f4624b1fde45001f735c" }, { - "name": "iSYNC", - "version": "0.1.0", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "Firebase ESP32 Client", + "version": "3.11.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": [ - "iSYNC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.1.0.zip", - "archiveFileName": "iSYNC-0.1.0.zip", - "size": 4553, - "checksum": "SHA-256:95851e20b6f863bb52e5dbb33103d8c424287b1785e6a8d3fa03a50cf1314a28" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.10.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.10.zip", + "size": 2709395, + "checksum": "SHA-256:10976ed1be6fb673b4f19d91f437ca21ff069440c1b92dd54952e5204e52b6c2" }, { - "name": "iSYNC", - "version": "0.2.0", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "Firebase ESP32 Client", + "version": "3.11.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ - "avr", - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": [ - "iSYNC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.0.zip", - "archiveFileName": "iSYNC-0.2.0.zip", - "size": 103809, - "checksum": "SHA-256:554576cd5a8f1349d1032742376f52d2e767ce4d1dcfff62117038a44258bd4d" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.11.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.11.zip", + "size": 2709072, + "checksum": "SHA-256:e7bdc61715bdafc0c9ee1cc01e70dcde7b6045b96736dea7ffe980c85c117a18" }, { - "name": "iSYNC", - "version": "0.2.1", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "Firebase ESP32 Client", + "version": "3.11.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ - "avr", - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": [ - "iSYNC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.1.zip", - "archiveFileName": "iSYNC-0.2.1.zip", - "size": 117256, - "checksum": "SHA-256:70e7e91846db7fde79d79b2bc5d1dce6bb5403a5737ad9fc47cdeeb813b556f8" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.11.12.zip", + "archiveFileName": "Firebase_ESP32_Client-3.11.12.zip", + "size": 2710209, + "checksum": "SHA-256:ae95cf86d3ac6f3f8fe8438d7a1b1cf646ac78533845eaf4a236aef46cef8530" }, { - "name": "iSYNC", - "version": "0.2.2", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", - "website": "http://www.isync.pro", + "name": "Firebase ESP32 Client", + "version": "3.12.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ - "avr", - "esp32", - "esp8266", - "k210" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": [ - "iSYNC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.2.zip", - "archiveFileName": "iSYNC-0.2.2.zip", - "size": 121304, - "checksum": "SHA-256:8f2a200d80aee814a81a7cac269153c1676d9f97e30d61b297ce899e873c1b29" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.0.zip", + "size": 2717147, + "checksum": "SHA-256:09043acbc6154422a7996cbba3e31074ccbd3f473850b8a27e5715fba681c546" }, { - "name": "iSYNC", - "version": "0.2.3", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", - "website": "http://www.isync.pro", + "name": "Firebase ESP32 Client", + "version": "3.12.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ - "avr", - "esp32", - "esp8266", - "k210" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": [ - "iSYNC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.3.zip", - "archiveFileName": "iSYNC-0.2.3.zip", - "size": 122705, - "checksum": "SHA-256:ebc2d9e4d1bb7715518f5bcd49184c4955b9b281cdea1d9c42f7330db320be0a" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.1.zip", + "size": 2848397, + "checksum": "SHA-256:4df75ff979aa8b08ab87aa4caf7745f93ec3df41e63383e104825ba2e89f1723" }, { - "name": "iSYNC", - "version": "0.2.4", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", - "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", - "website": "http://www.isync.pro", + "name": "Firebase ESP32 Client", + "version": "3.12.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", "category": "Communication", "architectures": [ - "avr", - "esp32", - "esp8266", - "k210" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/iSYNC.git", - "providesIncludes": [ - "iSYNC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.4.zip", - "archiveFileName": "iSYNC-0.2.4.zip", - "size": 122604, - "checksum": "SHA-256:0c2825ee2bdbc29e3d23f22b6c24210de0fc03c1397daab5d20223fd7ff6f40d" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.2.zip", + "size": 2848760, + "checksum": "SHA-256:2bb758541e1eabcffaebb6addb79773440d938a31f8e497f0b1d4d5557e8c556" }, { - "name": "BMP280_DEV", - "version": "1.0.3", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.3.zip", - "archiveFileName": "BMP280_DEV-1.0.3.zip", - "size": 22328, - "checksum": "SHA-256:140f4ab7c36734f92ef57149ed75c71110adc658bc5f82d6c8ad343a667075c0" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.3.zip", + "size": 2848828, + "checksum": "SHA-256:013ea07cd1147a45fdb10674fd7eb88518362cf65411a0751de063f4faa5603e" }, { - "name": "BMP280_DEV", - "version": "1.0.4", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.4.zip", - "archiveFileName": "BMP280_DEV-1.0.4.zip", - "size": 22335, - "checksum": "SHA-256:5f1771eae8bbb449e3b1810d0819ab63473dd86d9cb2a8772ffebfd87625749e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.4.zip", + "size": 2848847, + "checksum": "SHA-256:8f28901e2223bb76806fef86d0fbe82d60062f4d5b9c90072a8b39c0a3079d56" }, { - "name": "BMP280_DEV", - "version": "1.0.5", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.5.zip", - "archiveFileName": "BMP280_DEV-1.0.5.zip", - "size": 22449, - "checksum": "SHA-256:9b6fa3783cd262397598eded0bf93383651fb047b43232247ad2777ff0b51fda" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.5.zip", + "size": 2875968, + "checksum": "SHA-256:4d822e2f16f623623a829c50d3864c9da018c6461e82ac7b7b4ac0600f1126bf" }, { - "name": "BMP280_DEV", - "version": "1.0.6", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.6.zip", - "archiveFileName": "BMP280_DEV-1.0.6.zip", - "size": 22577, - "checksum": "SHA-256:5ba2ac1ff4f3487d99d2a038f69422c4e152589c1facdab35d4013cc434de941" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.6.zip", + "size": 2875985, + "checksum": "SHA-256:164a1c63aaecf36b06f6551eea0f34279d3eef4ab284fcd7378a939d9ce24416" }, { - "name": "BMP280_DEV", - "version": "1.0.7", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.7.zip", - "archiveFileName": "BMP280_DEV-1.0.7.zip", - "size": 23535, - "checksum": "SHA-256:553fbfe65550cb5d0f16dddf534e9de548c49530fbd26a632c6dc073fbafaecd" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.7.zip", + "size": 2876047, + "checksum": "SHA-256:caeb1f5b6d1133a2c06d803c49b6cbc4ccc05bc05e2c2c26f7b121eb732388bc" }, { - "name": "BMP280_DEV", - "version": "1.0.8", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.8.zip", - "archiveFileName": "BMP280_DEV-1.0.8.zip", - "size": 23527, - "checksum": "SHA-256:683723f3c0aa5d0ac87443b97bf635983aee55fd078c3a0518bdda5f5dcababa" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.8.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.8.zip", + "size": 2877863, + "checksum": "SHA-256:c07f8130f043a1f5cdb928cc27c345c2d31ec1c84b6448dc89ef118f4c40dd29" }, { - "name": "BMP280_DEV", - "version": "1.0.12", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.12.zip", - "archiveFileName": "BMP280_DEV-1.0.12.zip", - "size": 26187, - "checksum": "SHA-256:ed3e04389f43e90ca1ea1ad8a69ffdf77b86fc218f57ef4efb7ece108088da36" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.9.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.9.zip", + "size": 2882049, + "checksum": "SHA-256:6d6a4b4e100625ff6878a4a9cc6311dbcbf56b0bdfcaa8125ce8d4ae8233a62b" }, { - "name": "BMP280_DEV", - "version": "1.0.14", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.12.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.14.zip", - "archiveFileName": "BMP280_DEV-1.0.14.zip", - "size": 26281, - "checksum": "SHA-256:4e87ed65614f2325e31869bc3ef81c3fc971a95da289983702a13c5bac1de7f1" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.12.10.zip", + "archiveFileName": "Firebase_ESP32_Client-3.12.10.zip", + "size": 2883008, + "checksum": "SHA-256:ab0fb2350de58475651949002411e0e26a394135ff6cbf98218df9480dc69453" }, { - "name": "BMP280_DEV", - "version": "1.0.15", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.14.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.15.zip", - "archiveFileName": "BMP280_DEV-1.0.15.zip", - "size": 26349, - "checksum": "SHA-256:012358094774e76b46030e3b0caac92029c89285e2118fd2e3882dfd529c7130" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.14.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.14.0.zip", + "size": 2890618, + "checksum": "SHA-256:59047e0afb892ed88eb2dbd260e0690d2e4ac1ee9d709877d395b0a7e43d2a6a" }, { - "name": "BMP280_DEV", - "version": "1.0.16", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.14.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.16.zip", - "archiveFileName": "BMP280_DEV-1.0.16.zip", - "size": 27677, - "checksum": "SHA-256:3e05776e57cc8ecebb5d5faa6df5bf9a7700f2d6a401a04cd398a7e35db79a60" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.14.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.14.1.zip", + "size": 2896014, + "checksum": "SHA-256:461471711e32fa8420b20b3aeeb14b95198ee4a5f8e9cd1f7aa76ccd3880fc9b" }, { - "name": "BMP280_DEV", - "version": "1.0.17", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.14.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.17.zip", - "archiveFileName": "BMP280_DEV-1.0.17.zip", - "size": 28311, - "checksum": "SHA-256:76e72688d5dba0b69c089a15e5a79616504e0a9c7d6c270aaa8a8aa050ddfc6e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.14.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.14.2.zip", + "size": 2896171, + "checksum": "SHA-256:5f6d8f87649fe304fdbcaa3dcb65525221136178dba96194cd14c27738475852" }, { - "name": "BMP280_DEV", - "version": "1.0.18", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", - "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", - "website": "https://github.com/MartinL1/BMP280_DEV", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "3.14.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP280_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.18.zip", - "archiveFileName": "BMP280_DEV-1.0.18.zip", - "size": 28521, - "checksum": "SHA-256:180dc6e8ae2e478b345eec44d0b30921454ca867a5d29fb452f81545235fd2de" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.14.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.14.3.zip", + "size": 2895997, + "checksum": "SHA-256:cf1e8081d4e084d3618b296eca51d9f4e9120041872131d13a4e3cc1aade0f32" }, { - "name": "BNO055SimplePacketComs", - "version": "0.0.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.14.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.1.zip", - "archiveFileName": "BNO055SimplePacketComs-0.0.1.zip", - "size": 7009, - "checksum": "SHA-256:b0a87aabe9d3b0e93a07ee5258b9e33bcc34a359fefaddff98b4dc564a829798" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.14.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.14.4.zip", + "size": 2918942, + "checksum": "SHA-256:ac3996d351df375be19234985146b09f8f576300b36f5ceb25ab2eef28071ebf" }, { - "name": "BNO055SimplePacketComs", - "version": "0.0.2", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.14.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.2.zip", - "archiveFileName": "BNO055SimplePacketComs-0.0.2.zip", - "size": 7009, - "checksum": "SHA-256:1ed9af4f3bad722292146b909d64883163e9e7653a9ce2e73908742a81f3eb26" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.14.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.14.5.zip", + "size": 2918894, + "checksum": "SHA-256:a6542f9c304e54d3cbe4b3aedd1e739e8fc8dfbad9b858b809b2f809c9814705" }, { - "name": "BNO055SimplePacketComs", - "version": "0.0.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.3.zip", - "archiveFileName": "BNO055SimplePacketComs-0.0.3.zip", - "size": 7294, - "checksum": "SHA-256:0a692ddf5e34f34242a8b36ae804274ea0aedb35604c89a89c0c80b6d912cf63" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.0.zip", + "size": 2919283, + "checksum": "SHA-256:c22caa8449347d6a781aa4c5690d5c56f9bf2cb851d180771e94c818e70af1ae" }, { - "name": "BNO055SimplePacketComs", - "version": "0.0.4", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.4.zip", - "archiveFileName": "BNO055SimplePacketComs-0.0.4.zip", - "size": 7344, - "checksum": "SHA-256:32396daefbe663b138d2c898b7c1066d6fd1c2171ffbdeed601e26797a6bd850" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.1.zip", + "size": 2919313, + "checksum": "SHA-256:c82e60c0be8aa484116bdab150dcca3d07266ff1f502f8901bd9920000e774cf" }, { - "name": "BNO055SimplePacketComs", - "version": "0.1.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.0.zip", - "archiveFileName": "BNO055SimplePacketComs-0.1.0.zip", - "size": 7362, - "checksum": "SHA-256:f9f8c7e79f4944361880e749568420ba8c1a967069c3944dad213cd9f8df44a9" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.2.zip", + "size": 2882657, + "checksum": "SHA-256:2f9e87de3e0b7dbd5f4a1280f81bcbd86b5e61dc02262394dd7c4997b5f3b0a1" }, { - "name": "BNO055SimplePacketComs", - "version": "0.1.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.1.zip", - "archiveFileName": "BNO055SimplePacketComs-0.1.1.zip", - "size": 7553, - "checksum": "SHA-256:0f2941c93cd88250c21ce0d9668790644df12149263821e802dbd45f63e176f6" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.3.zip", + "size": 2882737, + "checksum": "SHA-256:35ae20af580be9dd688b3420160f11eb93f381f265b6850880da896509cd4aff" }, { - "name": "BNO055SimplePacketComs", - "version": "0.2.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.0.zip", - "archiveFileName": "BNO055SimplePacketComs-0.2.0.zip", - "size": 7633, - "checksum": "SHA-256:d00e8c41d77c47c2252c98f7370c1f3ea23ae6bcf8bb0d5c685925cdda16fac6" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.4.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.4.zip", + "size": 2882745, + "checksum": "SHA-256:e168221b7a8cfe2379dd01108479587747f7e4e787933937d09befdfc631527e" }, { - "name": "BNO055SimplePacketComs", - "version": "0.2.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h", - "Adafruit_Sensor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.1.zip", - "archiveFileName": "BNO055SimplePacketComs-0.2.1.zip", - "size": 7571, - "checksum": "SHA-256:2998581f67757f7ae9e3191eed5357612636c140b8fd7537e9fc82eebaf54674" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.5.zip", + "size": 2882807, + "checksum": "SHA-256:bb4d41aea1adcea95cd0a2e8c7d75653d20b56b09139502cd13fee20588ac13b" }, { - "name": "BNO055SimplePacketComs", - "version": "0.3.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.3.0.zip", - "archiveFileName": "BNO055SimplePacketComs-0.3.0.zip", - "size": 4822, - "checksum": "SHA-256:9196fc90f96db6e0073924dc9f05aa16fd99d7a4aee18bf374a25a48d40f46d3" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.6.zip", + "size": 2883894, + "checksum": "SHA-256:55361b630b78b55c5f0a385eb49ecfcb1633f487456b9b1390c6652f16ba7802" }, { - "name": "BNO055SimplePacketComs", - "version": "0.4.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", - "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "3.15.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", - "providesIncludes": [ - "BNO055SimplePacketComs.h" - ], - "dependencies": [ - { - "name": "Adafruit BNO055" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "SimplePacketComs" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.4.0.zip", - "archiveFileName": "BNO055SimplePacketComs-0.4.0.zip", - "size": 4956, - "checksum": "SHA-256:eda5d68910759c2cf271c30b87067680731146c4e4bf23b2a07dee7f54fec06d" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.7.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.7.zip", + "size": 2883200, + "checksum": "SHA-256:e020c9bff6844228ad48d63c5623136d8c497ad85f81ce1a510e404a2fc67833" }, { - "name": "ArduinoUniqueID", - "version": "1.0.1", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Unique Device ID Library.", - "paragraph": "Arduino Unique Device ID Library.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.15.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.1.zip", - "archiveFileName": "ArduinoUniqueID-1.0.1.zip", - "size": 5002, - "checksum": "SHA-256:db27abc6150239f83e563f8e62752e451217d38f948e732e1130c7242aebadf3" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.8.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.8.zip", + "size": 2883316, + "checksum": "SHA-256:53c031cce565ed5cb941cf25f0476d5dd83dd76370289ff6a90240e537647ef4" }, { - "name": "ArduinoUniqueID", - "version": "1.0.2", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Unique Device ID Library.", - "paragraph": "Arduino Unique Device ID Library.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.15.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.2.zip", - "archiveFileName": "ArduinoUniqueID-1.0.2.zip", - "size": 5227, - "checksum": "SHA-256:13c9141cc90e12055423fa2c15f2fdc62ee1878711470f0838775fd3a34ac14e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.15.10.zip", + "archiveFileName": "Firebase_ESP32_Client-3.15.10.zip", + "size": 2883268, + "checksum": "SHA-256:89d149ee605556e8ad44043d443d655767b86b0002ed2f30579c0c87eeea8d17" }, { - "name": "ArduinoUniqueID", - "version": "1.0.3", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported / Tested microcontroler: Atmega328pb, Atmega328p, Atmega2560 \u0026 Attiny85.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.16.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.3.zip", - "archiveFileName": "ArduinoUniqueID-1.0.3.zip", - "size": 5235, - "checksum": "SHA-256:be8d834dfa25218919890565e0cf96a88c049be975f47105ae8e957db3e7b4c6" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.16.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.16.0.zip", + "size": 2882979, + "checksum": "SHA-256:c91e6e58b44d8ae827098bf93edc5354aaa55f947e43776cc5a08d020488d361" }, { - "name": "ArduinoUniqueID", - "version": "1.0.4", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.16.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr", "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.4.zip", - "archiveFileName": "ArduinoUniqueID-1.0.4.zip", - "size": 6499, - "checksum": "SHA-256:a13002a3a0768313b6ef25ba9d4609e7364e9150b0829435b59e54f080749962" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.16.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.16.1.zip", + "size": 2885628, + "checksum": "SHA-256:44d6950a4ab4f7ba5f96d64ba688caf6881b4cdd0e60cb49928cf4903bd6ce24" }, { - "name": "ArduinoUniqueID", - "version": "1.0.5", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.16.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr", "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.5.zip", - "archiveFileName": "ArduinoUniqueID-1.0.5.zip", - "size": 6513, - "checksum": "SHA-256:7393c7333438610a05be2fdb19664f1700559337b7a13d1f27cbe420b8efedd2" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.16.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.16.2.zip", + "size": 2885170, + "checksum": "SHA-256:a25a6010d819e30b0cf7807ca3226f4fa24de5b1c0bf17e828951da0721d04b9" }, { - "name": "ArduinoUniqueID", - "version": "1.0.6", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.17.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32", - "sam" + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.6.zip", - "archiveFileName": "ArduinoUniqueID-1.0.6.zip", - "size": 7282, - "checksum": "SHA-256:0c7c565433b903d458bdc1bab8f5628b8046e66b8e4f8e7e5dceca1924a7ac72" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.17.0.zip", + "archiveFileName": "Firebase_ESP32_Client-3.17.0.zip", + "size": 2885193, + "checksum": "SHA-256:3d2c6223922001f053c713e7c4af97d461f471cc9fb20a44aba598db0928a9c4" }, { - "name": "ArduinoUniqueID", - "version": "1.0.7", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, and ESP Microcontroller.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.17.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.7.zip", - "archiveFileName": "ArduinoUniqueID-1.0.7.zip", - "size": 8373, - "checksum": "SHA-256:108ff1479144bb9b4cbc14e16ff96e951e8b2f5383b67b3b06ae1b57c8f1653f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.17.1.zip", + "archiveFileName": "Firebase_ESP32_Client-3.17.1.zip", + "size": 2885198, + "checksum": "SHA-256:5a10f172cbdca5822af8ea9f22df5bd25bec78fbe4893302ed0fd34eba2b24b4" }, { - "name": "ArduinoUniqueID", - "version": "1.0.8", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.17.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32", "sam", "samd", - "stm32" + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.8.zip", - "archiveFileName": "ArduinoUniqueID-1.0.8.zip", - "size": 8604, - "checksum": "SHA-256:3b7cc7d1d53a350ffa194d15b5125e14d0874388c9a593cef73561a7374c30c6" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.17.2.zip", + "archiveFileName": "Firebase_ESP32_Client-3.17.2.zip", + "size": 2885174, + "checksum": "SHA-256:6f16493a81b6f5c36d595eebb5b64e1da0cb5ad07d162be083819e0c48fd17fe" }, { - "name": "ArduinoUniqueID", - "version": "1.0.9", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.17.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32", "sam", "samd", - "stm32" + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.9.zip", - "archiveFileName": "ArduinoUniqueID-1.0.9.zip", - "size": 8596, - "checksum": "SHA-256:1b62cb9563bfeeebcbaea3abdec7b2c8c2d77735e4b40050540a2ab1e9c11124" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.17.3.zip", + "archiveFileName": "Firebase_ESP32_Client-3.17.3.zip", + "size": 2885914, + "checksum": "SHA-256:e95ed742ff771f08ec29fa31ed25153c7d847d398c46cdd763d5b00da78629e0" }, { - "name": "ArduinoUniqueID", - "version": "1.1.0", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", - "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", - "website": "https://github.com/ricaun/ArduinoUniqueID", - "category": "Other", + "name": "Firebase ESP32 Client", + "version": "3.17.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32", "sam", "samd", - "stm32" + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/ArduinoUniqueID.git", - "providesIncludes": [ - "ArduinoUniqueID.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.1.0.zip", - "archiveFileName": "ArduinoUniqueID-1.1.0.zip", - "size": 9226, - "checksum": "SHA-256:bbcf0c54cb91702b9bfd56addd870cf781b81918762c0502f251c3760759de13" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.17.5.zip", + "archiveFileName": "Firebase_ESP32_Client-3.17.5.zip", + "size": 2885894, + "checksum": "SHA-256:5fc4b81faa7d6027ac67edc69efa67f8ba70fa95b63731ce54995a5521ae19f0" }, { - "name": "RT-Thread", - "version": "0.2.2", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "3.17.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.2.2.zip", - "archiveFileName": "RT_Thread-0.2.2.zip", - "size": 171001, - "checksum": "SHA-256:bdac5efaf3f95a262701eb05ff97cf3e3f40a7f94e6a98a7168a6ff2a96509e8" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-3.17.6.zip", + "archiveFileName": "Firebase_ESP32_Client-3.17.6.zip", + "size": 2885902, + "checksum": "SHA-256:87766c965d15bc96f6a8792bd72db910a9b49e5a54d222be6ad35d70259fd3fb" }, { - "name": "RT-Thread", - "version": "0.3.0", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.0.zip", - "archiveFileName": "RT_Thread-0.3.0.zip", - "size": 896816, - "checksum": "SHA-256:523f6222969caaf253acefbe7983def652f5ef60758fc39cf85ea965f50ba61a" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.0.0.zip", + "archiveFileName": "Firebase_ESP32_Client-4.0.0.zip", + "size": 2889720, + "checksum": "SHA-256:f296fc34e686722eb94db5268003bfcc99dbd0e40085f04082b79ef89e9d924c" }, { - "name": "RT-Thread", - "version": "0.3.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.1.zip", - "archiveFileName": "RT_Thread-0.3.1.zip", - "size": 897738, - "checksum": "SHA-256:9e92610c7a5ca9abf13541cb61f9aab5aff786be488b3500e3ddb09ff033ed9d" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.0.3.zip", + "archiveFileName": "Firebase_ESP32_Client-4.0.3.zip", + "size": 2890226, + "checksum": "SHA-256:255f010b2de322396bfb2a61e2bb2e17480e4f9a8af394f6a17e310420cd2b89" }, { - "name": "RT-Thread", - "version": "0.4.0", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.0.zip", - "archiveFileName": "RT_Thread-0.4.0.zip", - "size": 899333, - "checksum": "SHA-256:32f67b2f6363ae58aad88cee717b0c9b58ac5d7308f634f803bbf5171f428ff0" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.0.4.zip", + "archiveFileName": "Firebase_ESP32_Client-4.0.4.zip", + "size": 2890181, + "checksum": "SHA-256:cdc7ff9b7440f32b16d94a6929f4c0cf0ad05201009f893a1d00676af609d16b" }, { - "name": "RT-Thread", - "version": "0.4.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.1.zip", - "archiveFileName": "RT_Thread-0.4.1.zip", - "size": 899333, - "checksum": "SHA-256:552f902cb69ed260d9298ea4d2558b34a193538f35bf5466fbd86927b4211167" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.0.5.zip", + "archiveFileName": "Firebase_ESP32_Client-4.0.5.zip", + "size": 2897617, + "checksum": "SHA-256:098011db8236c51c7540fdf45b37e5b2faa9e0ff8470d18b5abd54f9322503e7" }, { - "name": "RT-Thread", - "version": "0.4.2", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.2.zip", - "archiveFileName": "RT_Thread-0.4.2.zip", - "size": 901726, - "checksum": "SHA-256:7fb90fcef82b6d7922d9e93a4c77bfb0422b7fb8386772599ce4fcb96a844a7f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.1.0.zip", + "archiveFileName": "Firebase_ESP32_Client-4.1.0.zip", + "size": 2897908, + "checksum": "SHA-256:8e7925fe493486562cacb6a09deb50adf7c49b96acba1b3a70b468f5c0b8edcb" }, { - "name": "RT-Thread", - "version": "0.4.3", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.3.zip", - "archiveFileName": "RT_Thread-0.4.3.zip", - "size": 901821, - "checksum": "SHA-256:df2cd8e6b375888e0a133573b3f4ffdf1811036eacd2b7b5ee8ffa3cdfb6d49d" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.2.0.zip", + "archiveFileName": "Firebase_ESP32_Client-4.2.0.zip", + "size": 2909819, + "checksum": "SHA-256:536bfd62417a3a932e8adc71a635de40e808ad8af4b5a2cc70d0128240543934" }, { - "name": "RT-Thread", - "version": "0.4.4", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.4.zip", - "archiveFileName": "RT_Thread-0.4.4.zip", - "size": 901817, - "checksum": "SHA-256:3e060173d616f3818ec18b6e18e066abe4563c940302f6cf24fb66f3afa16bea" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.2.1.zip", + "archiveFileName": "Firebase_ESP32_Client-4.2.1.zip", + "size": 2954915, + "checksum": "SHA-256:acd29832df0440e478aede2fa530fec8f7567a87fb3feef689c5e04c1112f7a1" }, { - "name": "RT-Thread", - "version": "0.5.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.5.1.zip", - "archiveFileName": "RT_Thread-0.5.1.zip", - "size": 921807, - "checksum": "SHA-256:12499627ea6afc8f7bab760e1f998a206417b62bc073d58406167f18330fe902" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.2.3.zip", + "archiveFileName": "Firebase_ESP32_Client-4.2.3.zip", + "size": 2954862, + "checksum": "SHA-256:07977ba80bb23fac65c948eb0d181133bc6f01614e98fc29c9a339397a725124" }, { - "name": "RT-Thread", - "version": "0.6.0", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.0.zip", - "archiveFileName": "RT_Thread-0.6.0.zip", - "size": 949499, - "checksum": "SHA-256:e805d8f2b149e13fa2b0be25c8b147bdeab893487a065951b0f5eb65d5dde360" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.2.4.zip", + "archiveFileName": "Firebase_ESP32_Client-4.2.4.zip", + "size": 2957675, + "checksum": "SHA-256:fdd97142bc1072439f1d6e9d755361f3c55e5238550426ff2af6216845e7a949" }, { - "name": "RT-Thread", - "version": "0.6.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.1.zip", - "archiveFileName": "RT_Thread-0.6.1.zip", - "size": 949622, - "checksum": "SHA-256:66a0c29edeb82e5636a41a112101fdbad0435af02d9aae995c3116aa5f45abc8" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.2.5.zip", + "archiveFileName": "Firebase_ESP32_Client-4.2.5.zip", + "size": 2957812, + "checksum": "SHA-256:112291a7802d99ab81a157cba85a50ab3f4df101210b8e33199e9b9a1b75b03f" }, { - "name": "RT-Thread", - "version": "0.7.1", - "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.2.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.1.zip", - "archiveFileName": "RT_Thread-0.7.1.zip", - "size": 962986, - "checksum": "SHA-256:3b6b8ceb9063a70de2c1fc81194da726031631af8b1067904188de9237b7ea38" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.2.7.zip", + "archiveFileName": "Firebase_ESP32_Client-4.2.7.zip", + "size": 2957819, + "checksum": "SHA-256:c7f92b6ea4d1617464da200119e3dffcd4467634c16e18d975c7107f27ec2dc4" }, { - "name": "RT-Thread", - "version": "0.7.3", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", - "samd" + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.3.zip", - "archiveFileName": "RT_Thread-0.7.3.zip", - "size": 978109, - "checksum": "SHA-256:aad56a0e2ef3580460d2753ab67981cf362240f72d6aac8e43e09a51a3376c13" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.0.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.0.zip", + "size": 2921077, + "checksum": "SHA-256:f4fded46361b772eb514657f70a0b867b20e496b333bac9ad9fd428b3c25e678" }, { - "name": "RT-Thread", - "version": "0.8.1", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", - "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", - "website": "https://github.com/onelife/Arduino_RT-Thread_Library", - "category": "Timing", + "name": "Firebase ESP32 Client", + "version": "4.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ + "esp8266", + "esp32", "sam", "samd", - "gd32v" + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/Arduino_RT-Thread.git", - "providesIncludes": [ - "rtt.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.8.1.zip", - "archiveFileName": "RT_Thread-0.8.1.zip", - "size": 1058514, - "checksum": "SHA-256:81e825ab407c22f30fa7792b1109c8a3686c1fec75590b979b0575ca4c175f03" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.1.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.1.zip", + "size": 2923727, + "checksum": "SHA-256:2c4b098dab021c7addb87140874c7d5be06a80d418dc7f1b1c95971bdd4911ed" }, { - "name": "Adafruit INA260 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.0.0.zip", - "archiveFileName": "Adafruit_INA260_Library-1.0.0.zip", - "size": 11627, - "checksum": "SHA-256:55f19307d72e4ac8eeed786f6f3404be07a54f1a79bfb1412963d977a55122a5" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.2.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.2.zip", + "size": 2923969, + "checksum": "SHA-256:500d384fe5158c90101515bff8fc0e6dc2fd120cb67fca9b076c8e07dfdde3af" }, { - "name": "Adafruit INA260 Library", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.2.0.zip", - "archiveFileName": "Adafruit_INA260_Library-1.2.0.zip", - "size": 11819, - "checksum": "SHA-256:12dace82f8972a1de62a4eecd6dcf5bcb1af11c7b7509f47022c0349d04f484f" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.3.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.3.zip", + "size": 2926391, + "checksum": "SHA-256:029d783f26bb91312c11683c87e28039b4249fe584f5b08513b76400844a122d" }, { - "name": "Adafruit INA260 Library", - "version": "1.3.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.0.zip", - "archiveFileName": "Adafruit_INA260_Library-1.3.0.zip", - "size": 11915, - "checksum": "SHA-256:7c1bd3c446943883e8ddad55a9766b7950310f302523c6d6599a0a8324864dbd" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.4.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.4.zip", + "size": 2926381, + "checksum": "SHA-256:6f374936b100321a2d757b5ef150a32dbefbad21ddba84de03c1ecca0e226698" }, { - "name": "Adafruit INA260 Library", - "version": "1.3.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.1.zip", - "archiveFileName": "Adafruit_INA260_Library-1.3.1.zip", - "size": 11934, - "checksum": "SHA-256:8638604084c8dbd122793262631d5c9a1100e933f35dd2153ebc1c1e2dc7fddb" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.5.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.5.zip", + "size": 2926408, + "checksum": "SHA-256:02105488213d398a1633a1a7f5f1e0aab94335406133955cbe463b7a4b319543" }, { - "name": "Adafruit INA260 Library", - "version": "1.3.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.2.zip", - "archiveFileName": "Adafruit_INA260_Library-1.3.2.zip", - "size": 11935, - "checksum": "SHA-256:b685689d95274b7a7386adaf669ef29750243885115961ce8042e9225d1fbd32" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.6.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.6.zip", + "size": 2927555, + "checksum": "SHA-256:969fab8da88aa5a9a6431193acb68a9ad2a998d646da70421805490b51aa0aae" }, { - "name": "Adafruit INA260 Library", - "version": "1.3.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.3.zip", - "archiveFileName": "Adafruit_INA260_Library-1.3.3.zip", - "size": 11990, - "checksum": "SHA-256:57de7147d251377c80f5f79d57bbd4f5009dab5055a9971d7ddc13c5de2a791e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.7.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.7.zip", + "size": 2927547, + "checksum": "SHA-256:5fc5b8e560e3ce8dbdc242860329b06cc588432ed929017c158aad86205823bf" }, { - "name": "Adafruit INA260 Library", - "version": "1.3.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.4.zip", - "archiveFileName": "Adafruit_INA260_Library-1.3.4.zip", - "size": 12058, - "checksum": "SHA-256:7f6630ecaefaa9660b1c84945b26bd1a4904ece0b83281719290adf5805b5ed5" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.8.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.8.zip", + "size": 2928320, + "checksum": "SHA-256:b11508c5aebf39dcd500d930ff27aac2772b2eb45b80778c2712aa2fa91f36ec" }, { - "name": "Adafruit INA260 Library", - "version": "1.3.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", - "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_INA260", - "category": "Sensors", + "name": "Firebase ESP32 Client", + "version": "4.3.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_INA260.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.5.zip", - "archiveFileName": "Adafruit_INA260_Library-1.3.5.zip", - "size": 12050, - "checksum": "SHA-256:f71efda4e741f39baca27620fdb27df6ff4e1b8714441b9f4c9ed54a29a183b2" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.9.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.9.zip", + "size": 2930748, + "checksum": "SHA-256:a37507ec13e649888f4c423c2bf9a6ddfb3551687c614cd88b5e2143a3b7198e" }, { - "name": "Legoino", - "version": "0.1.0", - "author": "Cornelius Munz \u003clegoino@lulle.de\u003e", - "maintainer": "Cornelius Munz \u003clegoino@lulle.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like WeDo, Boost, PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Legoino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.1.0.zip", - "archiveFileName": "Legoino-0.1.0.zip", - "size": 10594, - "checksum": "SHA-256:0cfd7fdc09238223df6a38a36dd38316104896e8ef8942ad3e6a2a7d65a9a52b" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.10.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.10.zip", + "size": 2931233, + "checksum": "SHA-256:e58ffab12b71899ecfd9859fe35ce8f54beb38f08acdb42662b04dcad1061556" }, { - "name": "Legoino", - "version": "0.2.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.0.zip", - "archiveFileName": "Legoino-0.2.0.zip", - "size": 16283, - "checksum": "SHA-256:136f710f915470e243318de9ed79b1057efe1a28aa6a1b4f6cb61513655088d0" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.11.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.11.zip", + "size": 2916802, + "checksum": "SHA-256:c5a27feb81feddbe3d0cc137301243692d5ba786732551d048b11863c925f7a3" }, { - "name": "Legoino", - "version": "0.2.2", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.2.zip", - "archiveFileName": "Legoino-0.2.2.zip", - "size": 16325, - "checksum": "SHA-256:c73268b80042f25487c5c3a206a9d9605d8d2a95ac296fe979bbbe64140afd88" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.12.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.12.zip", + "size": 2919926, + "checksum": "SHA-256:716bf176ff31c07458ee60bf7988ad17a194cb19152d2fadcb200eb51bc84aa9" }, { - "name": "Legoino", - "version": "0.3.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.3.0.zip", - "archiveFileName": "Legoino-0.3.0.zip", - "size": 16397, - "checksum": "SHA-256:cfd3655341f8f0256d957b12b1a07ef6ec753a3790d6c926831640f3cfe04c35" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.13.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.13.zip", + "size": 2920564, + "checksum": "SHA-256:42629fa71b7b2e9d3803f5dcc8640c0567c3d0f698f8d446d838f96780daf5ae" }, { - "name": "Legoino", - "version": "0.3.1", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.3.1.zip", - "archiveFileName": "Legoino-0.3.1.zip", - "size": 16368, - "checksum": "SHA-256:4fb7695a920e3fde67ebe89e56ce0f07b9fa368d76de7fe2336379511fff4f24" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.14.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.14.zip", + "size": 2920747, + "checksum": "SHA-256:54e2d1a658498dd33e9a3021efff7f6e9d7d43203478868ae46956e309861781" }, { - "name": "Legoino", - "version": "0.4.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.4.0.zip", - "archiveFileName": "Legoino-0.4.0.zip", - "size": 24315, - "checksum": "SHA-256:19d78e76f8f9c36b9492f082df23ee87d478b5744a77800cbf23f9c394620aae" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.15.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.15.zip", + "size": 2920900, + "checksum": "SHA-256:86ad38f99dc32f57dc4011443dc52ae0cb8c9cd6fe065cebb36d8d22ab74f84e" }, { - "name": "Legoino", - "version": "0.5.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.0.zip", - "archiveFileName": "Legoino-0.5.0.zip", - "size": 27189, - "checksum": "SHA-256:2021092f7298455ba99775613c47e4b50e1902f5fcfe3470f058014832e1518a" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.16.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.16.zip", + "size": 2920822, + "checksum": "SHA-256:701cd622a53baa1c10d983af86f42d1dff39f59bd0b343c58e1eaf93a6cdc817" }, { - "name": "Legoino", - "version": "0.5.1", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.17", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.1.zip", - "archiveFileName": "Legoino-0.5.1.zip", - "size": 28768, - "checksum": "SHA-256:a8ab7364926e19002824be3deac92c0b2145e31709b52e919e8d1167a701f988" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.17.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.17.zip", + "size": 2921041, + "checksum": "SHA-256:6b1fdfa1f79fc4e554618f5a3efc7493065d037e5a5e5b9fcc6c1cb41fd0c5e2" }, { - "name": "Legoino", - "version": "0.5.2", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.18", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.2.zip", - "archiveFileName": "Legoino-0.5.2.zip", - "size": 29164, - "checksum": "SHA-256:f77472671fe7973e098d29e3046c6e89a69358fb20beadf4f4d5941564b9a0c2" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.18.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.18.zip", + "size": 2921041, + "checksum": "SHA-256:c36e0acfabeb870c18354dc8461564ad041b4ecfc69306c0217a08b0843be0f3" }, { - "name": "Legoino", - "version": "0.6.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.3.19", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.0.zip", - "archiveFileName": "Legoino-0.6.0.zip", - "size": 31333, - "checksum": "SHA-256:328a2aa0bf3306b2251f787bdb1aae21b92e790656ed1e5a59684edee7f0489e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.3.19.zip", + "archiveFileName": "Firebase_ESP32_Client-4.3.19.zip", + "size": 2921181, + "checksum": "SHA-256:c17f7d42deafe8e4e6bd6323553587f46ade194e48e5e7ffe9d27777e864c666" }, { - "name": "Legoino", - "version": "0.6.1", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.1.zip", - "archiveFileName": "Legoino-0.6.1.zip", - "size": 31338, - "checksum": "SHA-256:414ecb1e184695955c59d5ab1e51b2bdb30934d7a5a195ff8d92246c6902b255" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.0.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.0.zip", + "size": 3884130, + "checksum": "SHA-256:5ee73b5787b6287f3933acb39417ee772306d8d01df5887460765af83f3dbcd5" }, { - "name": "Legoino", - "version": "0.6.2", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.2.zip", - "archiveFileName": "Legoino-0.6.2.zip", - "size": 31646, - "checksum": "SHA-256:3726fd744b5b763491527ebafb3e2598672bec48cf24760a132e063d631b5442" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.1.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.1.zip", + "size": 3884133, + "checksum": "SHA-256:dbfb19dc76214bae71e5bd0fd36c513d775cc3bc4cdc4dce7e13a8cbd3761aee" }, { - "name": "Legoino", - "version": "0.7.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling Powered UP and Boost controllers", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h", - "ControlPlusHub.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.7.0.zip", - "archiveFileName": "Legoino-0.7.0.zip", - "size": 37473, - "checksum": "SHA-256:5d55da68ed0c83242ecd3fb77f25160d2acadbb3a6990424b6a1b31341c5fd8c" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.2.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.2.zip", + "size": 3884584, + "checksum": "SHA-256:3988517c181d53eb81789288730ff9d72a8c7d39c9121f181b55ceb93f1f81a3" }, { - "name": "Legoino", - "version": "0.7.1", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h", - "ControlPlusHub.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.7.1.zip", - "archiveFileName": "Legoino-0.7.1.zip", - "size": 37581, - "checksum": "SHA-256:f61076d05bd187ee214463ff42cd18e8885165489a5e370a6eee93c5eb3a83cc" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.3.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.3.zip", + "size": 3884581, + "checksum": "SHA-256:00e5a2128e467eca0f3121b006465bed293070613005fdc1647f3ac00cf8ca9e" }, { - "name": "Legoino", - "version": "0.8.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h", - "ControlPlusHub.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.8.0.zip", - "archiveFileName": "Legoino-0.8.0.zip", - "size": 38897, - "checksum": "SHA-256:da619c71f58626bea7e65c229a92b2495ef5c50a997cd8e2f843ddf2adde9cce" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.4.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.4.zip", + "size": 3884617, + "checksum": "SHA-256:cc3f8c2c2d083f1d540365583c0c128dc3a938e98efd5c6e7f117c7fa85df3a2" }, { - "name": "Legoino", - "version": "0.8.1", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h", - "ControlPlusHub.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.8.1.zip", - "archiveFileName": "Legoino-0.8.1.zip", - "size": 39246, - "checksum": "SHA-256:fb8ffb2cb671748889f1b6e09cb5bce5e152b61a1d7c7a15105f714597505747" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.5.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.5.zip", + "size": 3884703, + "checksum": "SHA-256:d49cd4101a554caecade628a7431fad2cedaeb3eead6428ead9ea50f872bd7dc" }, { - "name": "Legoino", - "version": "1.0.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h", - "ControlPlusHub.h", - "LegoinoCommon.h", - "Lpf2HubConst.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.0.zip", - "archiveFileName": "Legoino-1.0.0.zip", - "size": 7479162, - "checksum": "SHA-256:ef0b14c7ba094d1551b486747f8d8cb2900a631cf1286cef8db5abe308b5ea16" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.6.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.6.zip", + "size": 3888908, + "checksum": "SHA-256:5087632682fa2507395fd9999eafd7b96e70d63df3b1f09823b199e2a1a47806" }, { - "name": "Legoino", - "version": "1.0.1", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "PoweredUpHub.h", - "BoostHub.h", - "ControlPlusHub.h", - "LegoinoCommon.h", - "Lpf2HubConst.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.1.zip", - "archiveFileName": "Legoino-1.0.1.zip", - "size": 7479118, - "checksum": "SHA-256:c2da5e44104a7fec8215c6e92e9b9d39e976d86b733772dfdf524fe7e14b5c4e" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.7.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.7.zip", + "size": 3889054, + "checksum": "SHA-256:be0cb3717ccdc57054ee79375d17eb57b159471054093fe931e2d9555b0629d0" }, { - "name": "Legoino", - "version": "1.0.2", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "Firebase ESP32 Client", + "version": "4.4.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP32", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP32", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "Boost.h", - "ControlPlusHub.h", - "LegoinoCommon.h", - "Lpf2HubConst.h", - "Lpf2HubEmulation.h", - "PowerFunctions.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.2.zip", - "archiveFileName": "Legoino-1.0.2.zip", - "size": 7479563, - "checksum": "SHA-256:37234308713f4327d820bf76d1f3d2e2d375696ca950b990627f36a2e61fca8b" + "repository": "https://github.com/mobizt/Firebase-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP32_Client-4.4.8.zip", + "archiveFileName": "Firebase_ESP32_Client-4.4.8.zip", + "size": 3889432, + "checksum": "SHA-256:3010ec81dd4612a985c420abecd0267569f506a04b0ec82e8a357dd513bb3721" }, { - "name": "Legoino", - "version": "1.0.3", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "STools", + "version": "0.3.4", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "A library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "Boost.h", - "ControlPlusHub.h", - "LegoinoCommon.h", - "Lpf2HubConst.h", - "Lpf2HubEmulation.h", - "PowerFunctions.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.3.zip", - "archiveFileName": "Legoino-1.0.3.zip", - "size": 7480442, - "checksum": "SHA-256:b1dfb83d754d8b17676e873cdaaa9a5bda01bd64b6c74369a6d0fdad7c623147" + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.4.zip", + "archiveFileName": "STools-0.3.4.zip", + "size": 5358, + "checksum": "SHA-256:c2d9712574250945e6e6418b68d7bb0e683e9015166f629d8d42273162839710" }, { - "name": "Legoino", - "version": "1.0.4", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "STools", + "version": "0.3.6", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "A library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "Boost.h", - "ControlPlusHub.h", - "LegoinoCommon.h", - "Lpf2HubConst.h", - "Lpf2HubEmulation.h", - "PowerFunctions.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.4.zip", - "archiveFileName": "Legoino-1.0.4.zip", - "size": 7480605, - "checksum": "SHA-256:2f2c1eb09661178565035275edf8cccc19ffae254c2401077b361b4cc4a87024" + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.6.zip", + "archiveFileName": "STools-0.3.6.zip", + "size": 7075, + "checksum": "SHA-256:8bf4a81b2f7e80eadee7c9b7884f835e07457a733e4acb3c80dd2922f7c232db" }, { - "name": "Legoino", - "version": "1.1.0", - "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", - "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", - "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", - "website": "https://github.com/corneliusmunz/legoino", - "category": "Device Control", + "name": "STools", + "version": "0.3.8", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "This library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/corneliusmunz/legoino.git", - "providesIncludes": [ - "Lpf2Hub.h", - "Boost.h", - "ControlPlusHub.h", - "LegoinoCommon.h", - "Lpf2HubConst.h", - "Lpf2HubEmulation.h", - "PowerFunctions.h" - ], - "dependencies": [ - { - "name": "NimBLE-Arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.1.0.zip", - "archiveFileName": "Legoino-1.1.0.zip", - "size": 7482859, - "checksum": "SHA-256:bd1193433fcb62a431c35846fc71b73c9c9421f70d196b9e3bca3f26b48bf27f" + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.3.8.zip", + "archiveFileName": "STools-0.3.8.zip", + "size": 7789, + "checksum": "SHA-256:d68587072d1fb06ebe380f7f737ae592431214736850c06490ad1ad97cc93e4c" }, { - "name": "ESP_LM35", - "version": "1.0.0", - "author": "Community Maker Alcoi", - "maintainer": "Arnyminer Z (arnyminer.z@gmail.com)", - "sentence": "A library for the ESP boards to make easier using the LM35 temperature sensor.", - "paragraph": "It should work with other 32 bits boards, or normal boards, if changing resolution. Other sensors may work too.", - "website": "https://github.com/CMakerA/ESP_LM35", + "name": "STools", + "version": "0.4.0", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "This library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", "category": "Sensors", - "architectures": [], - "types": [ - "Contributed" - ], - "repository": "https://github.com/CMakerA/ESP_LM35.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CMakerA/ESP_LM35-1.0.0.zip", - "archiveFileName": "ESP_LM35-1.0.0.zip", - "size": 7540, - "checksum": "SHA-256:e0bb7466b99b0dd00784e3abc3183f531e6d9152f46adfd68fd8ce12afbef556" - }, - { - "name": "SavLayFilter", - "version": "1.0.0", - "author": "James Deromedi", - "maintainer": "James Deromedi", - "sentence": "Savitzky-Golay Filtering Algorithm", - "paragraph": "A Savitzky-Golay Filtering Algorithm that can take input data and smooth it and/or compute up to the 5th derivative. Works from cubic to sexic polynomials.", - "website": "https://github.com/jmderomedi/SavitzkyGolayFilter", - "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jmderomedi/SavitzkyGolayFilter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jmderomedi/SavLayFilter-1.0.0.zip", - "archiveFileName": "SavLayFilter-1.0.0.zip", - "size": 1791023, - "checksum": "SHA-256:f1060ffc33be92554ab12d60aa7f81c6772d43bf7595681b01e207f0e5881c96" + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.0.zip", + "archiveFileName": "STools-0.4.0.zip", + "size": 9012, + "checksum": "SHA-256:d18f822d3d2e57eb0e6d1bae08f6796ca973c1c96e191bc816f639335b5f5387" }, { - "name": "Morse", - "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Morse code class for Arduino", - "paragraph": "morse comunication", - "website": "https://github.com/offcircuit/Morse", - "category": "Communication", + "name": "STools", + "version": "0.4.5", + "author": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "maintainer": "Mihail Suhodolov \u003cskaldek@mail.ru\u003e", + "sentence": "This library is a collection of useful tools.", + "paragraph": "Work with buttons, with analog sensors, additions to other libraries, etc.", + "website": "https://github.com/skaldek/STools", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/Morse.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Morse-1.0.0.zip", - "archiveFileName": "Morse-1.0.0.zip", - "size": 16651, - "checksum": "SHA-256:cf590fbb84732c83cb7d6c2fce2c013ea21213c7a120018e224c0a95a0b20396" + "repository": "https://github.com/skaldek/STools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaldek/STools-0.4.5.zip", + "archiveFileName": "STools-0.4.5.zip", + "size": 9945, + "checksum": "SHA-256:a83146cf89f46470438791eeb186bab93357660735c73586acd1efb524f89100" }, { - "name": "SHCSR04", + "name": "Adafruit VEML7700 Library", "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Arduino class for sensor HCSR04", - "paragraph": "measurement function", - "website": "https://github.com/offcircuit/SHCSR04", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", "category": "Sensors", "architectures": [ "*" @@ -238677,20 +299939,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/SHCSR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.0.0.zip", - "archiveFileName": "SHCSR04-1.0.0.zip", - "size": 14616, - "checksum": "SHA-256:1ef6178f2d9ebfa4823ab6564724ac818be2761706139830f72f711435dc8a3b" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.0.0.zip", + "archiveFileName": "Adafruit_VEML7700_Library-1.0.0.zip", + "size": 6462, + "checksum": "SHA-256:c02c4e2a771bbfbfd0bc7068542b74007a9df1b14bbd50b5553fa2579f6b49bd" }, { - "name": "SHCSR04", + "name": "Adafruit VEML7700 Library", "version": "1.1.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Arduino class for sensor HCSR04", - "paragraph": "measurement function", - "website": "https://github.com/offcircuit/SHCSR04", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", "category": "Sensors", "architectures": [ "*" @@ -238698,20 +299960,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/SHCSR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.1.0.zip", - "archiveFileName": "SHCSR04-1.1.0.zip", - "size": 14618, - "checksum": "SHA-256:c018c98a254dc5708a46f51efc413ca89fcb1a222d5d08a5701ecb7b212b5485" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.1.0.zip", + "archiveFileName": "Adafruit_VEML7700_Library-1.1.0.zip", + "size": 7682, + "checksum": "SHA-256:cb258f77905774048c3a45eb2e0bd6c50baf4213e26c4b820e78f9b1d68998ed" }, { - "name": "SHCSR04", - "version": "2.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Arduino class for sensor HCSR04", - "paragraph": "measurement function", - "website": "https://github.com/offcircuit/SHCSR04", + "name": "Adafruit VEML7700 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", "category": "Sensors", "architectures": [ "*" @@ -238719,20 +299986,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/SHCSR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-2.0.0.zip", - "archiveFileName": "SHCSR04-2.0.0.zip", - "size": 14624, - "checksum": "SHA-256:fc597eab94c8d6796e8265cd2fbcac3e241af43bc17aa805251f2f460bfaf59a" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.1.1.zip", + "archiveFileName": "Adafruit_VEML7700_Library-1.1.1.zip", + "size": 7675, + "checksum": "SHA-256:0ea7a0e0799915045232cad50028be81b150de2bc1ed2d979bf4fc9b17549939" }, { - "name": "SHCSR04", - "version": "2.0.1", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Arduino class for sensor HCSR04", - "paragraph": "measurement function", - "website": "https://github.com/offcircuit/SHCSR04", + "name": "Adafruit VEML7700 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", "category": "Sensors", "architectures": [ "*" @@ -238740,3063 +300012,3347 @@ "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/SHCSR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-2.0.1.zip", - "archiveFileName": "SHCSR04-2.0.1.zip", - "size": 14620, - "checksum": "SHA-256:2d367cea14dd73e3bad76a306a9ede432d5b8678fcffceb63fb96c8fdb705b5f" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-1.2.0.zip", + "archiveFileName": "Adafruit_VEML7700_Library-1.2.0.zip", + "size": 7380, + "checksum": "SHA-256:b02bd916fa9d2ba995591a41fd8b560d46fa4b777ec9e7ad5437b1739c22691c" }, { - "name": "Uptime Library", - "version": "1.0.0", - "author": "Yiannis Bourkelis", - "maintainer": "Yiannis Bourkelis", - "sentence": "Uptime library for Arduino boards and compatible systems", - "paragraph": "Easily read the uptime since device startup, in days, hours, minutes and milliseconds, without the 49 days overflow limitation of the millis() function.", - "website": "https://github.com/YiannisBourkelis/Uptime-Library", - "category": "Timing", + "name": "Adafruit VEML7700 Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/YiannisBourkelis/Uptime-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/YiannisBourkelis/Uptime_Library-1.0.0.zip", - "archiveFileName": "Uptime_Library-1.0.0.zip", - "size": 21306, - "checksum": "SHA-256:eb4da9be503b67fbe0bba3d657e5bc7c0dffe79649613ef3a937fb3897c7b574" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-2.0.0.zip", + "archiveFileName": "Adafruit_VEML7700_Library-2.0.0.zip", + "size": 9852, + "checksum": "SHA-256:f56d9581f3d7eb44359b8050b2bd56c116107e374b413b8cf083360b64b3b70b" }, { - "name": "FreeRTOS_SAMD21", - "version": "0.9.1", - "author": "BriscoeTech \u003c\u003e", - "maintainer": "BriscoeTech \u003c\u003e", - "sentence": "FreeRTOS ported for Arduino SAMD21 processors", - "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", - "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", - "category": "Device Control", + "name": "Adafruit VEML7700 Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", - "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-0.9.1.zip", - "archiveFileName": "FreeRTOS_SAMD21-0.9.1.zip", - "size": 187779, - "checksum": "SHA-256:27b9d3d6872fd03db2edbaac6846f841b89cfb91bc63dc17ea5ba1029631229f" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-2.0.1.zip", + "archiveFileName": "Adafruit_VEML7700_Library-2.0.1.zip", + "size": 10887, + "checksum": "SHA-256:c36874ae9ad1c60aa4a2654718c623d9a95760e00e3424617409f798e1a18b96" }, { - "name": "FreeRTOS_SAMD21", - "version": "1.0.0", - "author": "BriscoeTech \u003c\u003e", - "maintainer": "BriscoeTech \u003c\u003e", - "sentence": "FreeRTOS ported for Arduino SAMD21 processors", - "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", - "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", - "category": "Device Control", + "name": "Adafruit VEML7700 Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", - "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-1.0.0.zip", - "archiveFileName": "FreeRTOS_SAMD21-1.0.0.zip", - "size": 191178, - "checksum": "SHA-256:46bdd234fac1716e9c204c49d1743be0e23a6fe0eb31c3711d80dfd69bd0abbe" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-2.1.0.zip", + "archiveFileName": "Adafruit_VEML7700_Library-2.1.0.zip", + "size": 10996, + "checksum": "SHA-256:a49afe2dafa207e91b03c8ef7b6b5a66bc866fe929a12770d038aacb09c3c139" }, { - "name": "FreeRTOS_SAMD21", - "version": "2.2.0", - "author": "BriscoeTech \u003c\u003e", - "maintainer": "BriscoeTech \u003c\u003e", - "sentence": "FreeRTOS ported for Arduino SAMD21 processors", - "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", - "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", - "category": "Device Control", + "name": "Adafruit VEML7700 Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", - "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-2.2.0.zip", - "archiveFileName": "FreeRTOS_SAMD21-2.2.0.zip", - "size": 239207, - "checksum": "SHA-256:df40c346933349ae745c1a70d14d3cab44806dea82511fcd4a81674160702c78" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-2.1.1.zip", + "archiveFileName": "Adafruit_VEML7700_Library-2.1.1.zip", + "size": 11240, + "checksum": "SHA-256:7412387664d9bf8d049b7e651adca0dcc1ddb6753f3bc686a3aa522963b00c9a" }, { - "name": "FreeRTOS_SAMD21", - "version": "2.3.0", - "author": "BriscoeTech \u003c\u003e", - "maintainer": "BriscoeTech \u003c\u003e", - "sentence": "FreeRTOS ported for Arduino SAMD21 processors", - "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", - "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", - "category": "Device Control", + "name": "Adafruit VEML7700 Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", - "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-2.3.0.zip", - "archiveFileName": "FreeRTOS_SAMD21-2.3.0.zip", - "size": 240753, - "checksum": "SHA-256:e411745058273549bfa1c94636a719552eb039875b98306c364e81be691206a0" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-2.1.2.zip", + "archiveFileName": "Adafruit_VEML7700_Library-2.1.2.zip", + "size": 11255, + "checksum": "SHA-256:643772d1b2f5f86d9621ba0956f3e01756d9435ed7a95036e5a39cfe3c7d0999" }, { - "name": "Utilities", - "version": "0.0.2", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbist", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "Adafruit VEML7700 Library", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.0.2.zip", - "archiveFileName": "Utilities-0.0.2.zip", - "size": 15136, - "checksum": "SHA-256:743cc6fb90237ba13883dfec3f4168cbc19c93507a055414e080e8695c10776b" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-2.1.4.zip", + "archiveFileName": "Adafruit_VEML7700_Library-2.1.4.zip", + "size": 11393, + "checksum": "SHA-256:069ba846817de02d38133bddae294ac45bc96d46dfdcad2dfa09331cae3d1c3a" }, { - "name": "Utilities", - "version": "0.1.0", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: printArray, digitalToggle, pinModeGroup, digitalWriteGroup and others!", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "Adafruit VEML7700 Library", + "version": "2.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "paragraph": "Arduino library for the VEML7700 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VEML7700", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.1.0.zip", - "archiveFileName": "Utilities-0.1.0.zip", - "size": 15993, - "checksum": "SHA-256:fff3cd940d81e52cd71e75c7c635ab371bbedc4b9f852fd4d9a81fa554b531a8" + "repository": "https://github.com/adafruit/Adafruit_VEML7700.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VEML7700_Library-2.1.5.zip", + "archiveFileName": "Adafruit_VEML7700_Library-2.1.5.zip", + "size": 11392, + "checksum": "SHA-256:082144267cd253b146b5536663a48eb1ad4d1a1d7e260f74d963ce7ce3fafc85" }, { - "name": "Utilities", - "version": "0.2.0", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: doEvery, pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, echo, printArray, splitString!", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "ESP32 Mail Client", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.2.0.zip", - "archiveFileName": "Utilities-0.2.0.zip", - "size": 16565, - "checksum": "SHA-256:d1559403042d375eeed7e72d59ea8749265bac63d5c95f355929cd5c6b623673" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.2.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.2.zip", + "size": 65412, + "checksum": "SHA-256:dccbe5269cb7895284e1ece859fc37983b7eabf4df5a60428bae6cdc1a6056dc" }, { - "name": "Utilities", - "version": "0.4.0", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. Also some function for string manipulation.", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "ESP32 Mail Client", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.0.zip", - "archiveFileName": "Utilities-0.4.0.zip", - "size": 21184, - "checksum": "SHA-256:1919234ced42a80ed6f6579ac45a537b3d24548c2336baaff4f6cbb59f63359e" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.3.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.3.zip", + "size": 65765, + "checksum": "SHA-256:212916526ed52ac04a9218de76ffcd8267ef0ff346db3daf0a314a472fd385a3" }, { - "name": "Utilities", - "version": "0.4.1", - "author": "Vincenzo G.", - "maintainer": "Vincenzo G.", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. Also some function for string manipulation.", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "ESP32 Mail Client", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.1.zip", - "archiveFileName": "Utilities-0.4.1.zip", - "size": 21222, - "checksum": "SHA-256:5de27c2dff02d583ae1c423d62ba186485c5a7f58c712229186b18d605576173" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.4.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.4.zip", + "size": 66606, + "checksum": "SHA-256:5509ef4dedc9dddcc9ee2c3887e5162463d4a36fae076f8f20acfc194fe73806" }, { - "name": "Utilities", - "version": "0.4.4", - "author": "aster94", - "maintainer": "aster94", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "ESP32 Mail Client", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.4.zip", - "archiveFileName": "Utilities-0.4.4.zip", - "size": 21608, - "checksum": "SHA-256:535861f0217b3dabf698d3b15f93e5ec067deff90f6bceab33fd54cf416806cd" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.0.5.zip", + "archiveFileName": "ESP32_Mail_Client-1.0.5.zip", + "size": 67761, + "checksum": "SHA-256:1b70977e619a7c9698dd5bd95216f0be91abd876024432a28d7f8740ae88985b" }, { - "name": "Utilities", - "version": "0.4.5", - "author": "aster94", - "maintainer": "aster94", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "ESP32 Mail Client", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.5.zip", - "archiveFileName": "Utilities-0.4.5.zip", - "size": 21660, - "checksum": "SHA-256:4b4097b0638e1e0fc7b892e28d6b926598ae5996aae2c05dc8e4a1e48cbf71a0" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.0.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.0.zip", + "size": 67338, + "checksum": "SHA-256:85dc1cc63c156ea64ebf1b1eaf49d16b048f88506e638a138d1e041346828555" }, { - "name": "Utilities", - "version": "0.4.6", - "author": "aster94", - "maintainer": "aster94", - "sentence": "A library that makes using Arduino a breeze.", - "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", - "website": "https://github.com/aster94/Utilities", - "category": "Other", + "name": "ESP32 Mail Client", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/aster94/Utilities.git", - "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.6.zip", - "archiveFileName": "Utilities-0.4.6.zip", - "size": 22452, - "checksum": "SHA-256:667531b96061a603cb9babb2a38793b373d589133b0d74ab25d535508e972c51" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.1.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.1.zip", + "size": 67110, + "checksum": "SHA-256:f0510dd3cdac88197f2116eb5a3e87dca1d6fc291ae048689c1ae543301c841f" }, { - "name": "WiFiConnect", - "version": "1.0.1", - "author": "Stuart Blair", - "maintainer": "Stuart Blair \u003cstuart@bfam.co.uk\u003e", - "sentence": "A WiFi Manager for ESP8266 or ESP32 with OLED support", - "paragraph": "A easy to use WiFi manager with support for an OLED display, configurable through a captive portal", - "website": "https://github.com/smurf0969/WiFiConnect", + "name": "ESP32 Mail Client", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/smurf0969/WiFiConnect.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smurf0969/WiFiConnect-1.0.1.zip", - "archiveFileName": "WiFiConnect-1.0.1.zip", - "size": 177110, - "checksum": "SHA-256:5dfd58bc867d401a7aff51f152a68d45f5adb5140c062fe47d8e82c7fcfea9aa" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.2.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.2.zip", + "size": 67950, + "checksum": "SHA-256:bee94ff61644c803fc9c511f34e88b42efb36ed58dbfdf408b9d36594bb1f7d9" }, { - "name": "M5StickC", - "version": "0.0.1", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", + "name": "ESP32 Mail Client", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.1.zip", - "archiveFileName": "M5StickC-0.0.1.zip", - "size": 1603184, - "checksum": "SHA-256:dfc63780eaa0c61ce609a4f9ca4d5bc8b0cbb3857ff5059fcf81cc1ed49bbe34" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.3.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.3.zip", + "size": 68093, + "checksum": "SHA-256:12d3bd41e91c4b07fac2529dd4cb5af1bbdaa7aebe639901dabffa35c431cceb" }, { - "name": "M5StickC", - "version": "0.0.2", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", + "name": "ESP32 Mail Client", + "version": "1.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.2.zip", - "archiveFileName": "M5StickC-0.0.2.zip", - "size": 870198, - "checksum": "SHA-256:ddb534f420a7214c327eedce55d6d4476d26bcd44a31f9ccb2094736f1369e9c" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.4.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.4.zip", + "size": 68383, + "checksum": "SHA-256:132cab8e1625d8df905b1e8272f5176aaa295b59b881d04364c0618da22c196f" }, { - "name": "M5StickC", - "version": "0.0.3", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", + "name": "ESP32 Mail Client", + "version": "1.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.3.zip", - "archiveFileName": "M5StickC-0.0.3.zip", - "size": 876640, - "checksum": "SHA-256:6b0fcf010481d48a2d93b1e22a55455ff57d4f66ef9b42679356570ca1d1779c" - }, - { - "name": "M5StickC", - "version": "0.0.4", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": [ - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.4.zip", - "archiveFileName": "M5StickC-0.0.4.zip", - "size": 882339, - "checksum": "SHA-256:613a894b191992ceaec6ae094c2233b5fd13b89685476c699a0ae67e25aa1ff0" - }, - { - "name": "M5StickC", - "version": "0.0.5", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", - "architectures": [ - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.5.zip", - "archiveFileName": "M5StickC-0.0.5.zip", - "size": 882338, - "checksum": "SHA-256:8378e729a2c55801aac2370c85f0fbccf5dfb38d9dfe28124a863041f6044142" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.5.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.5.zip", + "size": 68369, + "checksum": "SHA-256:e3a52c7505b05d9ae21ec1ce675cd42a5043e49e715ac221af1a6ecdc758c938" }, { - "name": "M5StickC", - "version": "0.0.7", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", + "name": "ESP32 Mail Client", + "version": "1.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.7.zip", - "archiveFileName": "M5StickC-0.0.7.zip", - "size": 1064858, - "checksum": "SHA-256:140579795ce34c092a3b5a80352f6dcd1589079c6df302cca3249d2147578432" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.1.6.zip", + "archiveFileName": "ESP32_Mail_Client-1.1.6.zip", + "size": 68356, + "checksum": "SHA-256:a4791b64fbc3ff57510a83c5639c2877bf14af30c2c043d1b36ddcab86a2c03f" }, { - "name": "M5StickC", - "version": "0.1.0", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", + "name": "ESP32 Mail Client", + "version": "1.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.1.0.zip", - "archiveFileName": "M5StickC-0.1.0.zip", - "size": 1073687, - "checksum": "SHA-256:970a0a6891b64225f85e2b5c7e332ffa4f38091c7351a553c4b29843318b5d0a" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.0.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.0.zip", + "size": 84425, + "checksum": "SHA-256:6642b53bb678dbc99f5cd8651003fa3e9d65c2ef4d64f1edc0a23a3fd088f6b2" }, { - "name": "M5StickC", - "version": "0.1.1", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", + "name": "ESP32 Mail Client", + "version": "1.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.1.1.zip", - "archiveFileName": "M5StickC-0.1.1.zip", - "size": 1083559, - "checksum": "SHA-256:c0b693af8627442e8c451c0cc8b352225afbe9596da6f5dd43098c5fe59ad9fc" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.1.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.1.zip", + "size": 107807, + "checksum": "SHA-256:e45f6aea28b0495fea1d7be02de65eebd4fdafc35add3f188416bc131023fea8" }, { - "name": "M5StickC", - "version": "0.2.0", - "author": "M5StickC", - "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", - "sentence": "Library for M5StickC Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC.git", - "category": "Device Control", + "name": "ESP32 Mail Client", + "version": "1.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC.git", - "providesIncludes": [ - "M5StickC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.0.zip", - "archiveFileName": "M5StickC-0.2.0.zip", - "size": 1229551, - "checksum": "SHA-256:d48f8bc010264def3fa58284ec5470df0d13f5846386344ea1bbe1995a4a12ab" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.2.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.2.zip", + "size": 107789, + "checksum": "SHA-256:2dce4cfca63d3cd062ca260f699d082205d0faf771131a2520b2041aa8ebdf14" }, { - "name": "Firebase ESP8266 Client", - "version": "1.0.5", + "name": "ESP32 Mail Client", + "version": "1.2.3", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-1.0.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-1.0.5.zip", - "size": 51676, - "checksum": "SHA-256:29ec337c0cb070b9a316d81fe7a6a0fdd072e6963cea20351305b3e3ae9cf775" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-1.2.3.zip", + "archiveFileName": "ESP32_Mail_Client-1.2.3.zip", + "size": 107776, + "checksum": "SHA-256:8d614b60dbf9ea9c321e6493a1a6eda72f8a7ac7531f2d6b3776269865dfe626" }, { - "name": "Firebase ESP8266 Client", + "name": "ESP32 Mail Client", "version": "2.0.0", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.0.zip", - "size": 62291, - "checksum": "SHA-256:0c61c806bf878f3172beb2cfd670d825f5bbe782a130470feacc3698b4bfc7e1" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.0.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.0.zip", + "size": 108161, + "checksum": "SHA-256:0794e6b5c8252703518db53475dc59c0eaf9e13353bb99fbea5d062b3bdde1ce" }, { - "name": "Firebase ESP8266 Client", + "name": "ESP32 Mail Client", "version": "2.0.1", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.1.zip", - "size": 63141, - "checksum": "SHA-256:0c1e3afb1535748236b9a0cb3ddb41a1a54a46ec6635e277ef5d45113939e2d9" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.1.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.1.zip", + "size": 108177, + "checksum": "SHA-256:03cd94248de8fc0487aa7eb8938dcc29e53a7b468e1af7dfbdc2df94c78d9d66" }, { - "name": "Firebase ESP8266 Client", + "name": "ESP32 Mail Client", "version": "2.0.2", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.2.zip", - "size": 63154, - "checksum": "SHA-256:6736243d34a5903ce6a656d890c7648992fd70afd86023b46c22a5ccf2c7a94f" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.2.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.2.zip", + "size": 108188, + "checksum": "SHA-256:4d570887bec7b8aa533bb24b1f8a9d31e593bfe2ae36c5ce7ee0f09c26c2ca3e" }, { - "name": "Firebase ESP8266 Client", + "name": "ESP32 Mail Client", "version": "2.0.3", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.3.zip", - "size": 72271, - "checksum": "SHA-256:a650990918b7531dd4e4070d35ece084a3afac9addffb645e9df96b9c26db024" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.3.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.3.zip", + "size": 108229, + "checksum": "SHA-256:66afbf0be1464fe95f64388ed950a9db6d2a0ae2654e04b5452d7a02939b64a3" }, { - "name": "Firebase ESP8266 Client", + "name": "ESP32 Mail Client", "version": "2.0.4", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.0.4.zip", - "size": 76097, - "checksum": "SHA-256:b5af18ce5a41ac0a1a82f39eb3fb158f31d071ba3a1b0f9d5c6ecb107e40c860" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.4.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.4.zip", + "size": 109052, + "checksum": "SHA-256:7c8073db9a3c7c735230aaa358c03422f1c70c50b55c8650bcddf2352d7b0f56" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.0", + "name": "ESP32 Mail Client", + "version": "2.0.5", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.0.zip", - "size": 84509, - "checksum": "SHA-256:1156f5bf6332d7984e2c197e29646e61968330203c21cae4828ae9fe473bf7a8" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.5.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.5.zip", + "size": 109274, + "checksum": "SHA-256:20f92ed4a1ad0e42c8188bc3317f0d2e7d8e67a0bc07c7056f8c3741f835b75e" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.1", + "name": "ESP32 Mail Client", + "version": "2.0.6", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.1.zip", - "size": 84511, - "checksum": "SHA-256:32438d6d72f25138b63984977e1c5f1db84328fc9127c3f9fc311c0b19990e6a" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.6.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.6.zip", + "size": 111192, + "checksum": "SHA-256:3e2ba1efaa98fa8305897c741568624c5f01ad315ada17b9286d7bf82a9a3118" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.3", + "name": "ESP32 Mail Client", + "version": "2.0.7", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.3.zip", - "size": 84203, - "checksum": "SHA-256:927ed379b1d3ac6e5cce74d232d516c018e76653aaa5cc0dcb613789b72734a6" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.7.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.7.zip", + "size": 111283, + "checksum": "SHA-256:3647eeb7b5451a1eaecc1cecb2504c6cf00d20660d59fcf606d1ce16ae7c6129" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.4", + "name": "ESP32 Mail Client", + "version": "2.0.8", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.4.zip", - "size": 88192, - "checksum": "SHA-256:173000ce05c54b55baa1a079fd30d0cc6daaea04a8fb85308635977d7ea18392" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.8.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.8.zip", + "size": 111313, + "checksum": "SHA-256:e891151c0462a3abdbd0c8af9e7025fa36f7d3527b99361fd51c4036bc07ddb2" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.5", + "name": "ESP32 Mail Client", + "version": "2.0.9", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.5.zip", - "size": 88522, - "checksum": "SHA-256:a421379cf00868fd22324c30c6568438831e5db49f94b8d116340644ef19c4c3" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.0.9.zip", + "archiveFileName": "ESP32_Mail_Client-2.0.9.zip", + "size": 111313, + "checksum": "SHA-256:0738b6b09e5ae7ec6dc907b179cf73fe3018f4c67d3224cfe899d306ac0555ab" }, { - "name": "Firebase ESP8266 Client", - "version": "2.1.6", + "name": "ESP32 Mail Client", + "version": "2.1.0", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.6.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.1.6.zip", - "size": 89283, - "checksum": "SHA-256:b63fb0432644ffeea99d326d8fcef684121777ba781fae5a468ae1009ac479e7" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.0.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.0.zip", + "size": 113008, + "checksum": "SHA-256:0dad6a7d7be28ad71971694c367b38b3c66f639cc357cae5ff4aa2ea9c2c82f1" }, { - "name": "Firebase ESP8266 Client", - "version": "2.2.0", + "name": "ESP32 Mail Client", + "version": "2.1.1", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.2.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.2.0.zip", - "size": 94479, - "checksum": "SHA-256:e2f080ed0b609d57bc8cc46fba4ac67e77a7afb7b4af5f548a1c43cc562d332f" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.1.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.1.zip", + "size": 117863, + "checksum": "SHA-256:6eb6a5879233edfc84e32c911acf9fdbcb95c19900d8721dd4cf682fbd591c11" }, { - "name": "Firebase ESP8266 Client", - "version": "2.3.0", + "name": "ESP32 Mail Client", + "version": "2.1.2", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.3.0.zip", - "size": 95315, - "checksum": "SHA-256:ffed03a4271bcdefc4def4d05fe7e9d9885d3609adce44e2ab1ac7b9897eb1e3" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.2.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.2.zip", + "size": 118089, + "checksum": "SHA-256:154b58c039bb1a31564033e9421bcd6b24375946ae996d34b2f54ce446e47ae3" }, { - "name": "Firebase ESP8266 Client", - "version": "2.3.1", + "name": "ESP32 Mail Client", + "version": "2.1.3", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.3.1.zip", - "size": 101285, - "checksum": "SHA-256:fd40a482a7fd8ad170393823e1e88348e66f5d42d997d0b01bfe4a20b2508fc2" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.3.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.3.zip", + "size": 118087, + "checksum": "SHA-256:602febe3d71847ff40fad9c6edf1541dfd4b79d38546d0c0af55710e115bcfc9" }, { - "name": "Firebase ESP8266 Client", - "version": "2.3.2", + "name": "ESP32 Mail Client", + "version": "2.1.4", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.3.2.zip", - "size": 101098, - "checksum": "SHA-256:08974ef6abca1481883558613e635731208cccdadcb79b6254459051330c37fb" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.4.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.4.zip", + "size": 117777, + "checksum": "SHA-256:a453aab2769ca0760b06a9a7a87b63fa70534ffaf1c5895e55d4303da43e6d59" }, { - "name": "Firebase ESP8266 Client", - "version": "2.4.0", + "name": "ESP32 Mail Client", + "version": "2.1.5", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.4.0.zip", - "size": 113865, - "checksum": "SHA-256:8bad2b3a70d8b77a57e3fe05a2b37ccf9ace15cacf1b1dc269ac58913935dce0" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.5.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.5.zip", + "size": 117783, + "checksum": "SHA-256:c95acf0e67d85b8052dc4fd18682129c5bcff90ef3f76333a76a8ecc12a65d7a" }, { - "name": "Firebase ESP8266 Client", - "version": "2.4.1", + "name": "ESP32 Mail Client", + "version": "2.1.6", "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com.com\u003e", + "sentence": "Mail Client Arduino Library for ESP32", + "paragraph": "This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.", + "website": "https://github.com/mobizt/ESP32-Mail-Client", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.4.1.zip", - "size": 117407, - "checksum": "SHA-256:3e60ba4fe68b60bc8df81e6753b72b02f848da217ca3b84b83910f8751f9151b" + "repository": "https://github.com/mobizt/ESP32-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP32_Mail_Client-2.1.6.zip", + "archiveFileName": "ESP32_Mail_Client-2.1.6.zip", + "size": 104399, + "checksum": "SHA-256:714238f8539003f254c0d6d7b3bb1823404f8b1000381877092d7755ccb19a55" }, { - "name": "Firebase ESP8266 Client", - "version": "2.4.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "iSYNC", + "version": "0.1.0", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", "category": "Communication", "architectures": [ + "esp32", "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.4.2.zip", - "size": 117538, - "checksum": "SHA-256:bfc09a68ebddb049c842de7475e6e6652e7c9a33a2eee730e9364cfb8a20d5d1" + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": [ + "iSYNC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.1.0.zip", + "archiveFileName": "iSYNC-0.1.0.zip", + "size": 4553, + "checksum": "SHA-256:95851e20b6f863bb52e5dbb33103d8c424287b1785e6a8d3fa03a50cf1314a28" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "iSYNC", + "version": "0.2.0", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", "category": "Communication", "architectures": [ + "avr", + "esp32", "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.0.zip", - "size": 138964, - "checksum": "SHA-256:1948a73435bddbe707f63e08a370f259a63d3637046b3873b41092ef8b319ab1" + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": [ + "iSYNC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.0.zip", + "archiveFileName": "iSYNC-0.2.0.zip", + "size": 103809, + "checksum": "SHA-256:554576cd5a8f1349d1032742376f52d2e767ce4d1dcfff62117038a44258bd4d" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "iSYNC", + "version": "0.2.1", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", "category": "Communication", "architectures": [ + "avr", + "esp32", "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.1.zip", - "size": 141865, - "checksum": "SHA-256:a1e27d9e6e357bcc62f37f6b76d8aff59611bbb51c4d6ca6e53ef2865bf909f9" + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": [ + "iSYNC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.1.zip", + "archiveFileName": "iSYNC-0.2.1.zip", + "size": 117256, + "checksum": "SHA-256:70e7e91846db7fde79d79b2bc5d1dce6bb5403a5737ad9fc47cdeeb813b556f8" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "iSYNC", + "version": "0.2.2", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266.", + "website": "http://www.isync.pro", "category": "Communication", "architectures": [ - "esp8266" + "avr", + "esp32", + "esp8266", + "k210" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.2.zip", - "size": 143394, - "checksum": "SHA-256:c58a2feb025a60a977df4267d7189e3c9df9ec1ab55ad56314e23c8b6300a584" + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": [ + "iSYNC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.2.zip", + "archiveFileName": "iSYNC-0.2.2.zip", + "size": 121304, + "checksum": "SHA-256:8f2a200d80aee814a81a7cac269153c1676d9f97e30d61b297ce899e873c1b29" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "iSYNC", + "version": "0.2.3", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", + "website": "http://www.isync.pro", "category": "Communication", "architectures": [ - "esp8266" + "avr", + "esp32", + "esp8266", + "k210" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.3.zip", - "size": 143813, - "checksum": "SHA-256:14a4f021896ae8fa9425c8abd6d8eafb87fc1d24b72a3a6eb28b31d1e2013aab" + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": [ + "iSYNC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.3.zip", + "archiveFileName": "iSYNC-0.2.3.zip", + "size": 122705, + "checksum": "SHA-256:ebc2d9e4d1bb7715518f5bcd49184c4955b9b281cdea1d9c42f7330db320be0a" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", + "name": "iSYNC", + "version": "0.2.4", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library that makes Internet of Things for iSYNC IoT Cloud Platform.", + "paragraph": "Support Arduino Ethernet, ESP32, ESP8266, K210.", + "website": "http://www.isync.pro", "category": "Communication", "architectures": [ - "esp8266" + "avr", + "esp32", + "esp8266", + "k210" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.4.zip", - "size": 143808, - "checksum": "SHA-256:8137017ad1a0b0ffcfce2a5b3f789c31ec75e1bdadd482016611f3cd3ece62d1" + "repository": "https://github.com/jackrobotics/iSYNC.git", + "providesIncludes": [ + "iSYNC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/iSYNC-0.2.4.zip", + "archiveFileName": "iSYNC-0.2.4.zip", + "size": 122604, + "checksum": "SHA-256:0c2825ee2bdbc29e3d23f22b6c24210de0fc03c1397daab5d20223fd7ff6f40d" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.3", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.5.zip", - "size": 144295, - "checksum": "SHA-256:f854f2ab7fcf1fadbb085501c5886fed02c48490af1c2cb8ead33282bd502b29" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.3.zip", + "archiveFileName": "BMP280_DEV-1.0.3.zip", + "size": 22328, + "checksum": "SHA-256:140f4ab7c36734f92ef57149ed75c71110adc658bc5f82d6c8ad343a667075c0" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.4", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.6.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.6.zip", - "size": 144219, - "checksum": "SHA-256:d6c34b573d5742cff6c16425d54caf3500cb106dbbf735f2f99bd57d5e0786d6" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.4.zip", + "archiveFileName": "BMP280_DEV-1.0.4.zip", + "size": 22335, + "checksum": "SHA-256:5f1771eae8bbb449e3b1810d0819ab63473dd86d9cb2a8772ffebfd87625749e" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.5", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.7.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.7.zip", - "size": 144248, - "checksum": "SHA-256:22a016c0a32ebd878811dadba6dff195268917f24a0e52fa110eaeccb08535bd" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.5.zip", + "archiveFileName": "BMP280_DEV-1.0.5.zip", + "size": 22449, + "checksum": "SHA-256:9b6fa3783cd262397598eded0bf93383651fb047b43232247ad2777ff0b51fda" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.6", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.8.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.8.zip", - "size": 144804, - "checksum": "SHA-256:4594a145b9fc1e48fef45241611d0581587737ab93cf3eb221717b5f25cebf20" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.6.zip", + "archiveFileName": "BMP280_DEV-1.0.6.zip", + "size": 22577, + "checksum": "SHA-256:5ba2ac1ff4f3487d99d2a038f69422c4e152589c1facdab35d4013cc434de941" }, { - "name": "Firebase ESP8266 Client", - "version": "2.6.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.7", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.9.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.6.9.zip", - "size": 144806, - "checksum": "SHA-256:32e904e897534818d3b1bdfce86d47c686e34e93fc1979ebed568830d7756633" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.7.zip", + "archiveFileName": "BMP280_DEV-1.0.7.zip", + "size": 23535, + "checksum": "SHA-256:553fbfe65550cb5d0f16dddf534e9de548c49530fbd26a632c6dc073fbafaecd" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.8", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.0.zip", - "size": 144815, - "checksum": "SHA-256:0cc4e1e8483d8b4750a8ab69964af4c793a44d12f35b8c4ba80ad176c6d84ad4" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.8.zip", + "archiveFileName": "BMP280_DEV-1.0.8.zip", + "size": 23527, + "checksum": "SHA-256:683723f3c0aa5d0ac87443b97bf635983aee55fd078c3a0518bdda5f5dcababa" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.12", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.1.zip", - "size": 145073, - "checksum": "SHA-256:e2f45e1544ad26fcac2925a6c13faa3ae48e2629d5154120e24a029e4c9fccd2" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.12.zip", + "archiveFileName": "BMP280_DEV-1.0.12.zip", + "size": 26187, + "checksum": "SHA-256:ed3e04389f43e90ca1ea1ad8a69ffdf77b86fc218f57ef4efb7ece108088da36" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.14", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.2.zip", - "size": 145352, - "checksum": "SHA-256:71c195ac1ffcbd05ffb03274bedac9f32a4d2b5b5cc4bc49b10c1cb82403029b" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.14.zip", + "archiveFileName": "BMP280_DEV-1.0.14.zip", + "size": 26281, + "checksum": "SHA-256:4e87ed65614f2325e31869bc3ef81c3fc971a95da289983702a13c5bac1de7f1" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.15", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.3.zip", - "size": 145349, - "checksum": "SHA-256:50dfaf6196497108b3f6fc1304fc6eb56a00548b5f0ccf4a181ddc3f1b7cb006" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.15.zip", + "archiveFileName": "BMP280_DEV-1.0.15.zip", + "size": 26349, + "checksum": "SHA-256:012358094774e76b46030e3b0caac92029c89285e2118fd2e3882dfd529c7130" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.16", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.4.zip", - "size": 145394, - "checksum": "SHA-256:3bc1092713d9d719db531732b8064438717f9e611e56ed05f8633baa4f8a06b9" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.16.zip", + "archiveFileName": "BMP280_DEV-1.0.16.zip", + "size": 27677, + "checksum": "SHA-256:3e05776e57cc8ecebb5d5faa6df5bf9a7700f2d6a401a04cd398a7e35db79a60" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.17", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.5.zip", - "size": 145442, - "checksum": "SHA-256:bed247a523c17cbb2e8fee77c04603c8dfa3dc86f63cec3d15635c935993d4f9" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.17.zip", + "archiveFileName": "BMP280_DEV-1.0.17.zip", + "size": 28311, + "checksum": "SHA-256:76e72688d5dba0b69c089a15e5a79616504e0a9c7d6c270aaa8a8aa050ddfc6e" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.18", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.6.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.6.zip", - "size": 145555, - "checksum": "SHA-256:277a949283b07a627db93730bbf8e3e89713fbc68b7f1561a506694134303d4e" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.18.zip", + "archiveFileName": "BMP280_DEV-1.0.18.zip", + "size": 28521, + "checksum": "SHA-256:180dc6e8ae2e478b345eec44d0b30921454ca867a5d29fb452f81545235fd2de" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.19", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.7.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.7.zip", - "size": 153889, - "checksum": "SHA-256:b96751d9b684c7deac767ad865a8dd34b3a2482faed027f632d8cdb871766b40" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.19.zip", + "archiveFileName": "BMP280_DEV-1.0.19.zip", + "size": 28739, + "checksum": "SHA-256:feffe31a2ca158488f6162275d9a6f65cac9a125667f58fe2f4099c50aca34cf" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.20", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.8.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.8.zip", - "size": 153524, - "checksum": "SHA-256:71ed7a9250543e690be33af69a750ee637ceda41cb6f54e5e591de8a8a0f823c" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.20.zip", + "archiveFileName": "BMP280_DEV-1.0.20.zip", + "size": 28850, + "checksum": "SHA-256:ad41d2d76719a9e5dfd34e6d51570efb48db0740878cf1804aa68fe9c6c4ea74" }, { - "name": "Firebase ESP8266 Client", - "version": "2.7.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BMP280_DEV", + "version": "1.0.21", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.", + "paragraph": "This library can operate the BMP280 in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate.", + "website": "https://github.com/MartinL1/BMP280_DEV", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.9.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.7.9.zip", - "size": 153642, - "checksum": "SHA-256:957ad9752b18c86396c7fdfa4460542449f66b88cee896def598fe9a896252ea" + "repository": "https://github.com/MartinL1/BMP280_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP280_DEV-1.0.21.zip", + "archiveFileName": "BMP280_DEV-1.0.21.zip", + "size": 29036, + "checksum": "SHA-256:a23f796dce3bd47bb13f94f2c06b0e6134b06a9d8d629f6d422ab527952de249" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.0.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.0.zip", - "size": 153676, - "checksum": "SHA-256:53f15f5b631c1aa0feed2d413e805da4245bada35f18acec7c18be2cbba12b1d" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.1.zip", + "archiveFileName": "BNO055SimplePacketComs-0.0.1.zip", + "size": 7009, + "checksum": "SHA-256:b0a87aabe9d3b0e93a07ee5258b9e33bcc34a359fefaddff98b4dc564a829798" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.0.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.1.zip", - "size": 153699, - "checksum": "SHA-256:84515f9c436e11ac059dec585f1b43c452203c123536a4bacf65e566a26a1ed3" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.2.zip", + "archiveFileName": "BNO055SimplePacketComs-0.0.2.zip", + "size": 7009, + "checksum": "SHA-256:1ed9af4f3bad722292146b909d64883163e9e7653a9ce2e73908742a81f3eb26" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.0.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.2.zip", - "size": 155122, - "checksum": "SHA-256:e4aa4d9ff70af92fea0a20f76cd5657dbbebb37f416b57c20045b03811d5e428" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.3.zip", + "archiveFileName": "BNO055SimplePacketComs-0.0.3.zip", + "size": 7294, + "checksum": "SHA-256:0a692ddf5e34f34242a8b36ae804274ea0aedb35604c89a89c0c80b6d912cf63" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.0.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.3.zip", - "size": 154899, - "checksum": "SHA-256:d2a277cb2cf0a5d88a6911dfcdd03ba646678aa2172f8094fa538297e4e43811" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.0.4.zip", + "archiveFileName": "BNO055SimplePacketComs-0.0.4.zip", + "size": 7344, + "checksum": "SHA-256:32396daefbe663b138d2c898b7c1066d6fd1c2171ffbdeed601e26797a6bd850" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.1.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.4.zip", - "size": 158423, - "checksum": "SHA-256:3a7f3866f151d720f5eb674b6a302526cb3830d25b0102bdd2651b275c025c7a" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.1.0.zip", + "size": 7362, + "checksum": "SHA-256:f9f8c7e79f4944361880e749568420ba8c1a967069c3944dad213cd9f8df44a9" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.1.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.5.zip", - "size": 158301, - "checksum": "SHA-256:3a81424c914171b851586608a5d972c434dc77e86e1b470b12212e2aed80f9e2" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.1.1.zip", + "archiveFileName": "BNO055SimplePacketComs-0.1.1.zip", + "size": 7553, + "checksum": "SHA-256:0f2941c93cd88250c21ce0d9668790644df12149263821e802dbd45f63e176f6" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.2.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.6.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.6.zip", - "size": 158421, - "checksum": "SHA-256:f113e9951a9801b294aacee3e3ed90d84bb0a084e1528eeda6f7374625e5c779" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.2.0.zip", + "size": 7633, + "checksum": "SHA-256:d00e8c41d77c47c2252c98f7370c1f3ea23ae6bcf8bb0d5c685925cdda16fac6" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.2.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.7.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.7.zip", - "size": 158605, - "checksum": "SHA-256:0336febfc2229a8383564b69025563eda81a95c65895a47074dba693aebfd001" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h", + "Adafruit_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.2.1.zip", + "archiveFileName": "BNO055SimplePacketComs-0.2.1.zip", + "size": 7571, + "checksum": "SHA-256:2998581f67757f7ae9e3191eed5357612636c140b8fd7537e9fc82eebaf54674" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.3.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.8.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.8.zip", - "size": 159346, - "checksum": "SHA-256:1dd6fbca36b58654669ad0459842965503242f735eb40d1acd6e3e2691c10d05" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.3.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.3.0.zip", + "size": 4822, + "checksum": "SHA-256:9196fc90f96db6e0073924dc9f05aa16fd99d7a4aee18bf374a25a48d40f46d3" }, { - "name": "Firebase ESP8266 Client", - "version": "2.8.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "BNO055SimplePacketComs", + "version": "0.4.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "paragraph": "Serve the BNo055 sensor using a SimplePacketComs Server.", + "website": "https://github.com/madhephaestus/BNO055SimplePacketComs/", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.9.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.8.9.zip", - "size": 158883, - "checksum": "SHA-256:79e8883a30e16e9c8f9c17a2c23f8c5ea9b9596e17cedc9d15eb6ee6f9ecc895" - }, - { - "name": "Firebase ESP8266 Client", - "version": "2.9.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", - "architectures": [ - "esp8266" + "repository": "https://github.com/madhephaestus/BNO055SimplePacketComs.git", + "providesIncludes": [ + "BNO055SimplePacketComs.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Adafruit BNO055" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "SimplePacketComs" + } ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.0.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.0.zip", - "size": 159290, - "checksum": "SHA-256:ae6c04a97f7da78e191711a01ebaedd66e0794854684ddf871bab0ff055ab401" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/BNO055SimplePacketComs-0.4.0.zip", + "archiveFileName": "BNO055SimplePacketComs-0.4.0.zip", + "size": 4956, + "checksum": "SHA-256:eda5d68910759c2cf271c30b87067680731146c4e4bf23b2a07dee7f54fec06d" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.1", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Unique Device ID Library.", + "paragraph": "Arduino Unique Device ID Library.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.1.zip", - "size": 160187, - "checksum": "SHA-256:7b79b656621784ddd19b4765115649e6c0fc8d5af117db9ce31c6b770a346800" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.1.zip", + "archiveFileName": "ArduinoUniqueID-1.0.1.zip", + "size": 5002, + "checksum": "SHA-256:db27abc6150239f83e563f8e62752e451217d38f948e732e1130c7242aebadf3" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.2", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Unique Device ID Library.", + "paragraph": "Arduino Unique Device ID Library.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.2.zip", - "size": 161297, - "checksum": "SHA-256:877e6122b069d84f89e019b54e72e0079306d850b6bf1c4d7ccd01cc0d906675" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.2.zip", + "archiveFileName": "ArduinoUniqueID-1.0.2.zip", + "size": 5227, + "checksum": "SHA-256:13c9141cc90e12055423fa2c15f2fdc62ee1878711470f0838775fd3a34ac14e" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.3", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported / Tested microcontroler: Atmega328pb, Atmega328p, Atmega2560 \u0026 Attiny85.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.3.zip", - "size": 161374, - "checksum": "SHA-256:d2403ac245ff1101483c0b9ebd07ccce196b2c4036654b358d53fe250bc4e1e9" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.3.zip", + "archiveFileName": "ArduinoUniqueID-1.0.3.zip", + "size": 5235, + "checksum": "SHA-256:be8d834dfa25218919890565e0cf96a88c049be975f47105ae8e957db3e7b4c6" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.4", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.4.zip", - "size": 164437, - "checksum": "SHA-256:dffc1e029ca57db4d04a3bfaa515c0a2f81b02048f2945e5452af62aea5709e1" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.4.zip", + "archiveFileName": "ArduinoUniqueID-1.0.4.zip", + "size": 6499, + "checksum": "SHA-256:a13002a3a0768313b6ef25ba9d4609e7364e9150b0829435b59e54f080749962" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.5", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.5.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.5.zip", - "size": 164575, - "checksum": "SHA-256:5abf2a4acd925bac30d6c80cf581c657ac440cff28a7251de168eec18bd8045d" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.5.zip", + "archiveFileName": "ArduinoUniqueID-1.0.5.zip", + "size": 6513, + "checksum": "SHA-256:7393c7333438610a05be2fdb19664f1700559337b7a13d1f27cbe420b8efedd2" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.6", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to get the AVR microcontroler Unique ID / Manufacture Serial Number.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.6.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.6.zip", - "size": 164640, - "checksum": "SHA-256:4b9005f922e570c7c7f39924be4917392f7cba34cbc379c360c122c30614edab" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.6.zip", + "archiveFileName": "ArduinoUniqueID-1.0.6.zip", + "size": 7282, + "checksum": "SHA-256:0c7c565433b903d458bdc1bab8f5628b8046e66b8e4f8e7e5dceca1924a7ac72" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.7", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32", + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.7.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.7.zip", - "size": 165677, - "checksum": "SHA-256:cdacedf66f5d37f47e6d03733c583b6bd60bf88b26114da60f49ffadc56d2b6c" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.7.zip", + "archiveFileName": "ArduinoUniqueID-1.0.7.zip", + "size": 8373, + "checksum": "SHA-256:108ff1479144bb9b4cbc14e16ff96e951e8b2f5383b67b3b06ae1b57c8f1653f" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.8", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.8.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.8.zip", - "size": 165598, - "checksum": "SHA-256:2dd2760a41162c55617c22a3a6f726a87c1506975cb1eea9fcc4ad1c745d3d39" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.8.zip", + "archiveFileName": "ArduinoUniqueID-1.0.8.zip", + "size": 8604, + "checksum": "SHA-256:3b7cc7d1d53a350ffa194d15b5125e14d0874388c9a593cef73561a7374c30c6" }, { - "name": "Firebase ESP8266 Client", - "version": "2.9.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.0.9", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.9.zip", - "archiveFileName": "Firebase_ESP8266_Client-2.9.9.zip", - "size": 166588, - "checksum": "SHA-256:54d038d219ec6f657a63a96eeac6ea651c7ea5e84b098193a7591b6a4ab2a1eb" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.0.9.zip", + "archiveFileName": "ArduinoUniqueID-1.0.9.zip", + "size": 8596, + "checksum": "SHA-256:1b62cb9563bfeeebcbaea3abdec7b2c8c2d77735e4b40050540a2ab1e9c11124" }, { - "name": "Firebase ESP8266 Client", - "version": "3.0.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.1.0", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.1.zip", - "archiveFileName": "Firebase_ESP8266_Client-3.0.1.zip", - "size": 166521, - "checksum": "SHA-256:7347db1035a6d6fcbb9fe61c0a13aed6f469b8e1208914955330e028eac0ef1d" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.1.0.zip", + "archiveFileName": "ArduinoUniqueID-1.1.0.zip", + "size": 9226, + "checksum": "SHA-256:bbcf0c54cb91702b9bfd56addd870cf781b81918762c0502f251c3760759de13" }, { - "name": "Firebase ESP8266 Client", - "version": "3.0.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.2.0", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.2.zip", - "archiveFileName": "Firebase_ESP8266_Client-3.0.2.zip", - "size": 166499, - "checksum": "SHA-256:06d8dbe65da65e8598be2253b8fb46dfcb174afa34ad1d696d144686c9036a10" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.2.0.zip", + "archiveFileName": "ArduinoUniqueID-1.2.0.zip", + "size": 10052, + "checksum": "SHA-256:286a737a533d43566ddb058e26847759285f613907756be00cfd544900331ad8" }, { - "name": "Firebase ESP8266 Client", - "version": "3.0.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "ArduinoUniqueID", + "version": "1.3.0", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.", + "paragraph": "The ArduinoUniqueID Library use the buildin feature to select the manufacture serial number from the microcontroler. Suported microcontroler: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266 \u0026 ESP32.", + "website": "https://github.com/ricaun/ArduinoUniqueID", + "category": "Other", "architectures": [ - "esp8266" + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "rp2040", + "mbed_rp2040", + "mbed_nano", + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.3.zip", - "archiveFileName": "Firebase_ESP8266_Client-3.0.3.zip", - "size": 166688, - "checksum": "SHA-256:e0d92dddfeac5f11f3a74c37591b3f473d481803afceceddd86329d78bbbc9da" + "repository": "https://github.com/ricaun/ArduinoUniqueID.git", + "providesIncludes": [ + "ArduinoUniqueID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/ArduinoUniqueID-1.3.0.zip", + "archiveFileName": "ArduinoUniqueID-1.3.0.zip", + "size": 10108, + "checksum": "SHA-256:1bd23d578ff8f1cd98f91378ee0e0c9901a71abad8b793748b7591870147c969" }, { - "name": "Firebase ESP8266 Client", - "version": "3.0.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", - "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-ESP8266", - "category": "Communication", + "name": "RT-Thread", + "version": "0.2.2", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "esp8266" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.4.zip", - "archiveFileName": "Firebase_ESP8266_Client-3.0.4.zip", - "size": 385862, - "checksum": "SHA-256:f18d5aa7edd8b98c26436b49320de7f81c3cb7a88e56dbbf465487732d7370bc" + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": [ + "rtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.2.2.zip", + "archiveFileName": "RT_Thread-0.2.2.zip", + "size": 171001, + "checksum": "SHA-256:bdac5efaf3f95a262701eb05ff97cf3e3f40a7f94e6a98a7168a6ff2a96509e8" }, { - "name": "IBusBM", - "version": "1.0.0", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", - "paragraph": "With this library you can interface to any RC receiver (such as TGY-IA6B) that supports the Flysky iBUS protocol. Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", - "category": "Communication", + "name": "RT-Thread", + "version": "0.3.0", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "avr" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/IBusBM.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "IBusBM.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.0.zip", - "archiveFileName": "IBusBM-1.0.0.zip", - "size": 478926, - "checksum": "SHA-256:d47a7d3aba1979319fab43515d8ebd8ca5ac190aa21b07ed89198bccb83b10d8" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.0.zip", + "archiveFileName": "RT_Thread-0.3.0.zip", + "size": 896816, + "checksum": "SHA-256:523f6222969caaf253acefbe7983def652f5ef60758fc39cf85ea965f50ba61a" }, { - "name": "IBusBM", - "version": "1.0.1", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", - "category": "Communication", + "name": "RT-Thread", + "version": "0.3.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "avr" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/IBusBM.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "IBusBM.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.1.zip", - "archiveFileName": "IBusBM-1.0.1.zip", - "size": 479097, - "checksum": "SHA-256:94ef686ba36a7d85eb4031905a90edea09022b3ec5707ed4a755df8bdcb4ca26" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.3.1.zip", + "archiveFileName": "RT_Thread-0.3.1.zip", + "size": 897738, + "checksum": "SHA-256:9e92610c7a5ca9abf13541cb61f9aab5aff786be488b3500e3ddb09ff033ed9d" }, { - "name": "IBusBM", - "version": "1.1.0", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR and ESP32 architectures)", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", - "category": "Communication", + "name": "RT-Thread", + "version": "0.4.0", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/IBusBM.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "IBusBM.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.0.zip", - "archiveFileName": "IBusBM-1.1.0.zip", - "size": 483614, - "checksum": "SHA-256:4c834f5c42caac2226772bb5458265311c0f8247458557c59385952ec3b2369e" - }, - { - "name": "IBusBM", - "version": "1.1.1", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", - "category": "Communication", + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.0.zip", + "archiveFileName": "RT_Thread-0.4.0.zip", + "size": 899333, + "checksum": "SHA-256:32f67b2f6363ae58aad88cee717b0c9b58ac5d7308f634f803bbf5171f428ff0" + }, + { + "name": "RT-Thread", + "version": "0.4.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "avr", - "esp32", - "stm32" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/IBusBM.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "IBusBM.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.1.zip", - "archiveFileName": "IBusBM-1.1.1.zip", - "size": 483864, - "checksum": "SHA-256:5b78bdcc7c6731e1fa9af4ba25539ddb6e6280dc5cf9e5f4355d7655b3900d2a" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.1.zip", + "archiveFileName": "RT_Thread-0.4.1.zip", + "size": 899333, + "checksum": "SHA-256:552f902cb69ed260d9298ea4d2558b34a193538f35bf5466fbd86927b4211167" }, { - "name": "IBusBM", - "version": "1.1.3", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", - "category": "Communication", + "name": "RT-Thread", + "version": "0.4.2", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "avr", - "esp32", - "stm32" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/IBusBM.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "IBusBM.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.3.zip", - "archiveFileName": "IBusBM-1.1.3.zip", - "size": 490301, - "checksum": "SHA-256:18465f8367ca84b702cfc9d34722a0abdecc00166a7914f01489fc47f4503358" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.2.zip", + "archiveFileName": "RT_Thread-0.4.2.zip", + "size": 901726, + "checksum": "SHA-256:7fb90fcef82b6d7922d9e93a4c77bfb0422b7fb8386772599ce4fcb96a844a7f" }, { - "name": "IBusBM", - "version": "1.1.4", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", - "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", - "website": "https://github.com/bmellink/IBusBM", - "category": "Communication", + "name": "RT-Thread", + "version": "0.4.3", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "avr", - "esp32", - "stm32", - "mbed" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/IBusBM.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "IBusBM.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.4.zip", - "archiveFileName": "IBusBM-1.1.4.zip", - "size": 492402, - "checksum": "SHA-256:9a30dcfec7664d2a7c9deb81ada7dce2f2cf50320cd05ceb545f9abc2384d746" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.3.zip", + "archiveFileName": "RT_Thread-0.4.3.zip", + "size": 901821, + "checksum": "SHA-256:df2cd8e6b375888e0a133573b3f4ffdf1811036eacd2b7b5ee8ffa3cdfb6d49d" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "RT-Thread", + "version": "0.4.4", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", - "size": 15879, - "checksum": "SHA-256:96b31c8c7386bfaafb0260977288058e8227895fbdffa3f5088e1fbf4f344415" + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": [ + "rtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.4.4.zip", + "archiveFileName": "RT_Thread-0.4.4.zip", + "size": 901817, + "checksum": "SHA-256:3e060173d616f3818ec18b6e18e066abe4563c940302f6cf24fb66f3afa16bea" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "RT-Thread", + "version": "0.5.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", - "size": 20106, - "checksum": "SHA-256:a9eaf4cc01ba940eab985372d577261d2bc323d7ad73c956e6f4324022a0c064" + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": [ + "rtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.5.1.zip", + "archiveFileName": "RT_Thread-0.5.1.zip", + "size": 921807, + "checksum": "SHA-256:12499627ea6afc8f7bab760e1f998a206417b62bc073d58406167f18330fe902" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "RT-Thread", + "version": "0.6.0", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", - "size": 20128, - "checksum": "SHA-256:12a2eaedd46cd3440a910d8fe1a20de337207b92b05725e1d4a98d99a4a6fdc8" + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": [ + "rtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.0.zip", + "archiveFileName": "RT_Thread-0.6.0.zip", + "size": 949499, + "checksum": "SHA-256:e805d8f2b149e13fa2b0be25c8b147bdeab893487a065951b0f5eb65d5dde360" }, { - "name": "SparkFun Qwiic Keypad Arduino Library", - "version": "1.2.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic Keypad", - "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", - "category": "Device Control", + "name": "RT-Thread", + "version": "0.6.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", - "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", - "size": 20125, - "checksum": "SHA-256:2d4a162d2607ad4972659b015b2fc6cd78cd11e3d709c8112d2c1e1d7c8f57ae" + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", + "providesIncludes": [ + "rtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.6.1.zip", + "archiveFileName": "RT_Thread-0.6.1.zip", + "size": 949622, + "checksum": "SHA-256:66a0c29edeb82e5636a41a112101fdbad0435af02d9aae995c3116aa5f45abc8" }, { - "name": "SimpleCLI", - "version": "1.0.0", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhnSimpleCLI", - "category": "Data Processing", + "name": "RT-Thread", + "version": "0.7.1", + "author": "Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "SimpleCLI.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.0.zip", - "archiveFileName": "SimpleCLI-1.0.0.zip", - "size": 39090, - "checksum": "SHA-256:f104e2cd7c009e4e3b1fbaa10f198060a838847de4e2ec2a19f9b3a9fde74b5e" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.1.zip", + "archiveFileName": "RT_Thread-0.7.1.zip", + "size": 962986, + "checksum": "SHA-256:3b6b8ceb9063a70de2c1fc81194da726031631af8b1067904188de9237b7ea38" }, { - "name": "SimpleCLI", - "version": "1.0.2", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "RT-Thread", + "version": "0.7.3", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "SimpleCLI.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.2.zip", - "archiveFileName": "SimpleCLI-1.0.2.zip", - "size": 175389, - "checksum": "SHA-256:96228a9e5f7772d3f6fede683bcbd9fe4b7a391a86321b967c4db43961341b3d" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.7.3.zip", + "archiveFileName": "RT_Thread-0.7.3.zip", + "size": 978109, + "checksum": "SHA-256:aad56a0e2ef3580460d2753ab67981cf362240f72d6aac8e43e09a51a3376c13" }, { - "name": "SimpleCLI", - "version": "1.0.3", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "RT-Thread", + "version": "0.8.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd", + "gd32v" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "SimpleCLI.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.3.zip", - "archiveFileName": "SimpleCLI-1.0.3.zip", - "size": 175559, - "checksum": "SHA-256:8dbc2d7de806e7d86349f3ed2986ed50167f8beb1f48344a1f16ffbbbc1f7c0e" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.8.1.zip", + "archiveFileName": "RT_Thread-0.8.1.zip", + "size": 1058514, + "checksum": "SHA-256:81e825ab407c22f30fa7792b1109c8a3686c1fec75590b979b0575ca4c175f03" }, { - "name": "SimpleCLI", - "version": "1.0.4", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "RT-Thread", + "version": "0.9.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd", + "gd32v", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "SimpleCLI.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.4.zip", - "archiveFileName": "SimpleCLI-1.0.4.zip", - "size": 175581, - "checksum": "SHA-256:793be9cc137e3b28a08fb83031d49bda5c27e4689acff426aab5571b5311ee27" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.9.0.zip", + "archiveFileName": "RT_Thread-0.9.0.zip", + "size": 1065320, + "checksum": "SHA-256:9929f9f4312840c91555f0292277f0d218c6ccd5557d13155ff6877332491456" }, { - "name": "SimpleCLI", - "version": "1.0.5", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "RT-Thread", + "version": "0.9.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd", + "gd32v", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "SimpleCLI.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.5.zip", - "archiveFileName": "SimpleCLI-1.0.5.zip", - "size": 175991, - "checksum": "SHA-256:ce4f664fcd3d46bf100a223702ff982f85035e63bfd92fd30ecdf7e15670c6fc" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.9.1.zip", + "archiveFileName": "RT_Thread-0.9.1.zip", + "size": 1065375, + "checksum": "SHA-256:52afc9742e68b03dea63e054b44a67bb48942e9a8566740b6d3e939720912c13" }, { - "name": "SimpleCLI", - "version": "1.0.6", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "RT-Thread", + "version": "0.9.4", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd", + "gd32v", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "SimpleCLI.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.6.zip", - "archiveFileName": "SimpleCLI-1.0.6.zip", - "size": 176411, - "checksum": "SHA-256:6e273af7a2578b39cae93797847b564bbb5e77d5535318bf7f55adbc76af6a40" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-0.9.4.zip", + "archiveFileName": "RT_Thread-0.9.4.zip", + "size": 1065659, + "checksum": "SHA-256:f888bd84ce7700c6686d761bd696e7a6bd53441d7a232aa10d85a44257dcae14" }, { - "name": "SimpleCLI", - "version": "1.0.7", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "RT-Thread", + "version": "1.0.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Real Time Operating System porting for Arduino SAM and SAMD boards", + "paragraph": "RT-Thread is an open source IoT operating system from China, which has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or Cortex-M3/4/7, to a rich feature system running on MIPS32, ARM Cortex-A8, ARM Cortex-A9 DualCore etc.", + "website": "https://github.com/onelife/Arduino_RT-Thread_Library", + "category": "Timing", "architectures": [ - "*" + "sam", + "samd", + "gd32v", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", + "repository": "https://github.com/onelife/Arduino_RT-Thread.git", "providesIncludes": [ - "SimpleCLI.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.7.zip", - "archiveFileName": "SimpleCLI-1.0.7.zip", - "size": 176407, - "checksum": "SHA-256:8aa09409152d8a78a74c8142942aeecd2a600e58b43e30f5da09812e2c035556" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RT_Thread-1.0.0.zip", + "archiveFileName": "RT_Thread-1.0.0.zip", + "size": 1068778, + "checksum": "SHA-256:751755d8ab1e011b96bbef57fa72f2946aaf77486626ffc55d9b3c0fa0d32b78" }, { - "name": "SimpleCLI", - "version": "1.0.8", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "Adafruit INA260 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": [ - "SimpleCLI.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.8.zip", - "archiveFileName": "SimpleCLI-1.0.8.zip", - "size": 176486, - "checksum": "SHA-256:93e776483c1e28deb995735cc35c2b77ee8aeb6e93eff0508c4c2fa76db80e5d" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.0.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.0.0.zip", + "size": 11627, + "checksum": "SHA-256:55f19307d72e4ac8eeed786f6f3404be07a54f1a79bfb1412963d977a55122a5" }, { - "name": "SimpleCLI", - "version": "1.0.9", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "Adafruit INA260 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": [ - "SimpleCLI.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.0.9.zip", - "archiveFileName": "SimpleCLI-1.0.9.zip", - "size": 176492, - "checksum": "SHA-256:c21792414a2e3727c26c5892f68d5c4c6a100d5d5dbfc1682848ab41738782a7" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.2.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.2.0.zip", + "size": 11819, + "checksum": "SHA-256:12dace82f8972a1de62a4eecd6dcf5bcb1af11c7b7509f47022c0349d04f484f" }, { - "name": "SimpleCLI", - "version": "1.1.0", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "Adafruit INA260 Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": [ - "SimpleCLI.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.1.0.zip", - "archiveFileName": "SimpleCLI-1.1.0.zip", - "size": 176829, - "checksum": "SHA-256:90c4b9e81bc123d6a6e2fc4eada7488d0ba5b01e3b6b16d1f9afbe640fd7f18a" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.0.zip", + "size": 11915, + "checksum": "SHA-256:7c1bd3c446943883e8ddad55a9766b7950310f302523c6d6599a0a8324864dbd" }, { - "name": "SimpleCLI", - "version": "1.1.1", - "author": "Spacehuhn", - "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", - "sentence": "A Command Line Interface Library for Arduino", - "paragraph": "Add a command line interface to your project the easy way", - "website": "https://github.com/spacehuhn/SimpleCLI", - "category": "Data Processing", + "name": "Adafruit INA260 Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/spacehuhn/SimpleCLI.git", - "providesIncludes": [ - "SimpleCLI.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhn/SimpleCLI-1.1.1.zip", - "archiveFileName": "SimpleCLI-1.1.1.zip", - "size": 176853, - "checksum": "SHA-256:36a42552659a40f92740b8d6ddda4307399f14ffe4856f5dcd67c3d53ec54a40" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.1.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.1.zip", + "size": 11934, + "checksum": "SHA-256:8638604084c8dbd122793262631d5c9a1100e933f35dd2153ebc1c1e2dc7fddb" }, { - "name": "Charset", - "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Charset library for Arduino", - "paragraph": "A char set", - "website": "https://github.com/offcircuit/Charset", - "category": "Display", + "name": "Adafruit INA260 Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/Charset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-1.0.0.zip", - "archiveFileName": "Charset-1.0.0.zip", - "size": 16190, - "checksum": "SHA-256:ca2343a6b8be4364f89fd682f6dbd678c9e080cb72e76d8e81e5ab4fffba3248" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.2.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.2.zip", + "size": 11935, + "checksum": "SHA-256:b685689d95274b7a7386adaf669ef29750243885115961ce8042e9225d1fbd32" }, { - "name": "Charset", - "version": "2.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Charset library for Arduino", - "paragraph": "A char set", - "website": "https://github.com/offcircuit/Charset", - "category": "Display", + "name": "Adafruit INA260 Library", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/Charset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-2.0.0.zip", - "archiveFileName": "Charset-2.0.0.zip", - "size": 16191, - "checksum": "SHA-256:11cc6e8b1f641e10933142af5a1d025f60998b29ffaa2a73dddedccdf955e845" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.3.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.3.zip", + "size": 11990, + "checksum": "SHA-256:57de7147d251377c80f5f79d57bbd4f5009dab5055a9971d7ddc13c5de2a791e" }, { - "name": "Charset", - "version": "2.0.1", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Charset library for Arduino", - "paragraph": "A char set", - "website": "https://github.com/offcircuit/Charset", - "category": "Display", + "name": "Adafruit INA260 Library", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/Charset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-2.0.1.zip", - "archiveFileName": "Charset-2.0.1.zip", - "size": 16191, - "checksum": "SHA-256:e03d928a203e9cfd89f6bb856fdbaca781b5a33b69b2cfa156ca1587ad674f37" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.4.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.4.zip", + "size": 12058, + "checksum": "SHA-256:7f6630ecaefaa9660b1c84945b26bd1a4904ece0b83281719290adf5805b5ed5" }, { - "name": "ElegantOTA", - "version": "1.0.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly!", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", + "name": "Adafruit INA260 Library", + "version": "1.3.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.0.0.zip", - "archiveFileName": "ElegantOTA-1.0.0.zip", - "size": 643040, - "checksum": "SHA-256:dafd100395329c59d10ed794ad7f6cb338131f162f64b71a99013b8c707fbdac" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.3.5.zip", + "archiveFileName": "Adafruit_INA260_Library-1.3.5.zip", + "size": 12050, + "checksum": "SHA-256:f71efda4e741f39baca27620fdb27df6ff4e1b8714441b9f4c9ed54a29a183b2" }, { - "name": "ElegantOTA", - "version": "1.1.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly!", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", + "name": "Adafruit INA260 Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.1.0.zip", - "archiveFileName": "ElegantOTA-1.1.0.zip", - "size": 629348, - "checksum": "SHA-256:c3456cf8fd27fd4d589d6efe7ddd96a4d056527d6eef548df704ba6851987740" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.5.0.zip", + "archiveFileName": "Adafruit_INA260_Library-1.5.0.zip", + "size": 12881, + "checksum": "SHA-256:d5cdc5c8d97fe70234b2f1c2d1ae9494893a10fd87d03788fb5cd6b6096608d0" }, { - "name": "ElegantOTA", - "version": "2.2.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", + "name": "Adafruit INA260 Library", + "version": "1.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA260 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA260 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA260", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.0.zip", - "archiveFileName": "ElegantOTA-2.2.0.zip", - "size": 548953, - "checksum": "SHA-256:f4e8edc61e35a663c3065dfebecc056940275658d0e53a86ed573174326c0c7e" + "repository": "https://github.com/adafruit/Adafruit_INA260.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA260_Library-1.5.2.zip", + "archiveFileName": "Adafruit_INA260_Library-1.5.2.zip", + "size": 12881, + "checksum": "SHA-256:f3a5d1d7afe24802af09d285482a6a883f87afb9fa3d8db31afe6ce4659fdf4d" }, { - "name": "ElegantOTA", - "version": "2.2.1", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", + "name": "Legoino", + "version": "0.1.0", + "author": "Cornelius Munz \u003clegoino@lulle.de\u003e", + "maintainer": "Cornelius Munz \u003clegoino@lulle.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like WeDo, Boost, PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.1.zip", - "archiveFileName": "ElegantOTA-2.2.1.zip", - "size": 548662, - "checksum": "SHA-256:d2a763bc2b3d82c943ce8bccaca069f1db583d2c2920bc523fb0c4bc504d99c2" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Legoino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.1.0.zip", + "archiveFileName": "Legoino-0.1.0.zip", + "size": 10594, + "checksum": "SHA-256:0cfd7fdc09238223df6a38a36dd38316104896e8ef8942ad3e6a2a7d65a9a52b" }, { - "name": "ElegantOTA", - "version": "2.2.2", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", + "name": "Legoino", + "version": "0.2.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.2.zip", - "archiveFileName": "ElegantOTA-2.2.2.zip", - "size": 533665, - "checksum": "SHA-256:0b7d42c3c51c913476d4d99d1c2e2ec67f1d647ef3904a45e542922ab909cf97" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.0.zip", + "archiveFileName": "Legoino-0.2.0.zip", + "size": 16283, + "checksum": "SHA-256:136f710f915470e243318de9ed79b1057efe1a28aa6a1b4f6cb61513655088d0" }, { - "name": "ElegantOTA", - "version": "2.2.3", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", - "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", + "name": "Legoino", + "version": "0.2.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.3.zip", - "archiveFileName": "ElegantOTA-2.2.3.zip", - "size": 543076, - "checksum": "SHA-256:eef341948ae0d339195f32a7bdb4ccfc191d505dc5625e442296f1cf112d2398" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.2.2.zip", + "archiveFileName": "Legoino-0.2.2.zip", + "size": 16325, + "checksum": "SHA-256:c73268b80042f25487c5c3a206a9d9605d8d2a95ac296fe979bbbe64140afd88" }, { - "name": "ElegantOTA", - "version": "2.2.4", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", - "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", - "website": "https://github.com/ayushsharma82/ElegantOTA", - "category": "Communication", + "name": "Legoino", + "version": "0.3.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/ElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.4.zip", - "archiveFileName": "ElegantOTA-2.2.4.zip", - "size": 545228, - "checksum": "SHA-256:7314f37276a6861fbfe9c58ecf3e8dbc6df806b4d91c2c547d924e627a7521b9" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.3.0.zip", + "archiveFileName": "Legoino-0.3.0.zip", + "size": 16397, + "checksum": "SHA-256:cfd3655341f8f0256d957b12b1a07ef6ec753a3790d6c926831640f3cfe04c35" }, { - "name": "Lime Labs HDC2080", - "version": "1.0.1", - "author": "Lime Labs GmbH, Texas Instruments, TinkeringTech, @stickbreaker", - "maintainer": "Lime Labs GmbH \u003ccode@limelabs.io\u003e", - "sentence": "An Arduino library to configure and communicate with the Texas Instruments HDC2080 temperature \u0026 humidity sensor", - "paragraph": "Uses I2C and the Arduino Wire library to communicate with the HDC2080", - "website": "https://github.com/lime-labs/HDC2080-Arduino", - "category": "Sensors", + "name": "Legoino", + "version": "0.3.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lime-labs/HDC2080-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lime-labs/Lime_Labs_HDC2080-1.0.1.zip", - "archiveFileName": "Lime_Labs_HDC2080-1.0.1.zip", - "size": 9061, - "checksum": "SHA-256:c62812c72ea202965d38e37fb89fc15044be5d23b8bce264cb0dfae52802513e" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.3.1.zip", + "archiveFileName": "Legoino-0.3.1.zip", + "size": 16368, + "checksum": "SHA-256:4fb7695a920e3fde67ebe89e56ce0f07b9fa368d76de7fe2336379511fff4f24" }, { - "name": "Lime Labs HDC2080", - "version": "1.1.2", - "author": "Lime Labs GmbH, Texas Instruments, TinkeringTech, @stickbreaker", - "maintainer": "Lime Labs GmbH \u003ccode@limelabs.io\u003e", - "sentence": "An Arduino library to configure and communicate with the Texas Instruments HDC2080 temperature \u0026 humidity sensor", - "paragraph": "Uses I2C and the Arduino Wire library to communicate with the HDC2080", - "website": "https://github.com/lime-labs/HDC2080-Arduino", - "category": "Sensors", + "name": "Legoino", + "version": "0.4.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lime-labs/HDC2080-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lime-labs/Lime_Labs_HDC2080-1.1.2.zip", - "archiveFileName": "Lime_Labs_HDC2080-1.1.2.zip", - "size": 1052253, - "checksum": "SHA-256:7687a9248a961902babeeabd3192eb70f41aaf052794f6938d6d1a684492f26d" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.4.0.zip", + "archiveFileName": "Legoino-0.4.0.zip", + "size": 24315, + "checksum": "SHA-256:19d78e76f8f9c36b9492f082df23ee87d478b5744a77800cbf23f9c394620aae" }, { - "name": "LIS3DH motion detection", - "version": "0.0.3", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", - "category": "Sensors", + "name": "Legoino", + "version": "0.5.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "repository": "https://github.com/corneliusmunz/legoino.git", "providesIncludes": [ - "lis3dh-motion-detection.h" + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.3.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.3.zip", - "size": 679652, - "checksum": "SHA-256:31aab73a51dbb0c34b107bd1b6cf5faf48b24eb78ae87afd6ee9ef47cc52cc29" + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.0.zip", + "archiveFileName": "Legoino-0.5.0.zip", + "size": 27189, + "checksum": "SHA-256:2021092f7298455ba99775613c47e4b50e1902f5fcfe3470f058014832e1518a" }, { - "name": "LIS3DH motion detection", - "version": "0.0.4", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", - "category": "Sensors", + "name": "Legoino", + "version": "0.5.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "repository": "https://github.com/corneliusmunz/legoino.git", "providesIncludes": [ - "LIS3DH-motion-detection.h" + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.4.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.4.zip", - "size": 679650, - "checksum": "SHA-256:9cdc4e3fc8a0d35e1fbf645ab19e378309231ee07d0c346a7014d9a8fc20d4f4" + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.1.zip", + "archiveFileName": "Legoino-0.5.1.zip", + "size": 28768, + "checksum": "SHA-256:a8ab7364926e19002824be3deac92c0b2145e31709b52e919e8d1167a701f988" }, { - "name": "LIS3DH motion detection", - "version": "0.0.1", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", - "category": "Sensors", + "name": "Legoino", + "version": "0.5.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. \u003cbr/\u003e It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "repository": "https://github.com/corneliusmunz/legoino.git", "providesIncludes": [ - "LIS3DH motion detection.h" + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.1.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.1.zip", - "size": 679513, - "checksum": "SHA-256:c60dadd95f7e80e5ad8da635c120c202ca2132de346f6da831e4cfc64e627aaa" + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.5.2.zip", + "archiveFileName": "Legoino-0.5.2.zip", + "size": 29164, + "checksum": "SHA-256:f77472671fe7973e098d29e3046c6e89a69358fb20beadf4f4d5941564b9a0c2" }, { - "name": "LIS3DH motion detection", - "version": "0.0.5", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", - "category": "Sensors", + "name": "Legoino", + "version": "0.6.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "repository": "https://github.com/corneliusmunz/legoino.git", "providesIncludes": [ - "LIS3DH-motion-detection.h" + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.5.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.5.zip", - "size": 668181, - "checksum": "SHA-256:b3f46aa9edcfdea6e154a6b5bf9ec7e73b0d85d3ca1994fdcf52feb595cd9199" + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.0.zip", + "archiveFileName": "Legoino-0.6.0.zip", + "size": 31333, + "checksum": "SHA-256:328a2aa0bf3306b2251f787bdb1aae21b92e790656ed1e5a59684edee7f0489e" }, { - "name": "LIS3DH motion detection", - "version": "0.0.6", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/lis3dh-motion-detection", - "category": "Sensors", + "name": "Legoino", + "version": "0.6.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "repository": "https://github.com/corneliusmunz/legoino.git", "providesIncludes": [ - "LIS3DH-motion-detection.h" + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.6.zip", - "archiveFileName": "LIS3DH_motion_detection-0.0.6.zip", - "size": 668384, - "checksum": "SHA-256:6527f16f8c7dfc5160e29985b58237eb0e7b8dcb925b7a3bc2bdea633ad57095" + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.1.zip", + "archiveFileName": "Legoino-0.6.1.zip", + "size": 31338, + "checksum": "SHA-256:414ecb1e184695955c59d5ab1e51b2bdb30934d7a5a195ff8d92246c6902b255" }, { - "name": "EspHtmlTemplateProcessor", - "version": "1.0.0", - "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", - "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", - "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", - "category": "Communication", + "name": "Legoino", + "version": "0.6.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This libray can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost or PoweredUp. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.0.0.zip", - "archiveFileName": "EspHtmlTemplateProcessor-1.0.0.zip", - "size": 19980, - "checksum": "SHA-256:9cd106ebffb26ef91b46a732e947fad588d705b2ae9ae4592e2b73acf644672c" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.6.2.zip", + "archiveFileName": "Legoino-0.6.2.zip", + "size": 31646, + "checksum": "SHA-256:3726fd744b5b763491527ebafb3e2598672bec48cf24760a132e063d631b5442" }, { - "name": "EspHtmlTemplateProcessor", - "version": "1.2.0", - "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", - "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", - "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", - "category": "Communication", + "name": "Legoino", + "version": "0.7.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling Powered UP and Boost controllers", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color.", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.2.0.zip", - "archiveFileName": "EspHtmlTemplateProcessor-1.2.0.zip", - "size": 20490, - "checksum": "SHA-256:d30181a91b8074f0cd53ac36da8558c2cef521f7fb57088fcb3d4ac14f1eff89" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.7.0.zip", + "archiveFileName": "Legoino-0.7.0.zip", + "size": 37473, + "checksum": "SHA-256:5d55da68ed0c83242ecd3fb77f25160d2acadbb3a6990424b6a1b31341c5fd8c" }, { - "name": "EspHtmlTemplateProcessor", - "version": "1.2.1", - "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", - "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", - "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", - "category": "Communication", + "name": "Legoino", + "version": "0.7.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.2.1.zip", - "archiveFileName": "EspHtmlTemplateProcessor-1.2.1.zip", - "size": 20509, - "checksum": "SHA-256:f60529d0a97a56add1bac06318aa65b9925877b32b5686f16363d2c1da2ddcb7" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.7.1.zip", + "archiveFileName": "Legoino-0.7.1.zip", + "size": 37581, + "checksum": "SHA-256:f61076d05bd187ee214463ff42cd18e8885165489a5e370a6eee93c5eb3a83cc" }, { - "name": "PulseCom", - "version": "1.0.0", - "author": "Angel Zaprianov \u003cfire1@abv.bg\u003e", - "maintainer": "Angel Zaprianov \u003cfire1@abv.bg\u003e", - "sentence": "Universal communication library for protocols using pulse length to define bytes.", - "paragraph": "Provides universal library to read data from protocols that are using pulse length to define bytes. This library uses EnableInterrupt library in order to allow more pins to be used for communication.", - "website": "http://github.com/fire1/PulseCom", - "category": "Communication", + "name": "Legoino", + "version": "0.8.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fire1/PulseCom.git", + "repository": "https://github.com/corneliusmunz/legoino.git", "providesIncludes": [ - "PulseCom.h" + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fire1/PulseCom-1.0.0.zip", - "archiveFileName": "PulseCom-1.0.0.zip", - "size": 101208, - "checksum": "SHA-256:2e49de5bb54c13070980e4750903d84457f63cbfe34efd6b9f9a4c927505cf76" + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.8.0.zip", + "archiveFileName": "Legoino-0.8.0.zip", + "size": 38897, + "checksum": "SHA-256:da619c71f58626bea7e65c229a92b2495ef5c50a997cd8e2f843ddf2adde9cce" }, { - "name": "ClosedCube TCA9548A", - "version": "2019.3.23", - "author": "ClosedCube", - "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", - "sentence": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", - "paragraph": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", - "website": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino", - "category": "Communication", + "name": "Legoino", + "version": "0.8.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9548A-2019.3.23.zip", - "archiveFileName": "ClosedCube_TCA9548A-2019.3.23.zip", - "size": 8045, - "checksum": "SHA-256:ecb1b7a2c49aab8f6b518f0d71f84f6c6b9d59124bc910336fba439d8d61b066" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-0.8.1.zip", + "archiveFileName": "Legoino-0.8.1.zip", + "size": 39246, + "checksum": "SHA-256:fb8ffb2cb671748889f1b6e09cb5bce5e152b61a1d7c7a15105f714597505747" }, { - "name": "Isolated ISE Probe Interface", + "name": "Legoino", "version": "1.0.0", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.0.0.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.0.0.zip", - "size": 705900, - "checksum": "SHA-256:f4e9ca73104a53b1fddc9facc868c605b9827b469fd9bb4522f60bd2776df482" - }, - { - "name": "Isolated ISE Probe Interface", - "version": "1.1.0", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "NimBLE-Arduino" + } ], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.0.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.0.zip", - "size": 69278, - "checksum": "SHA-256:353cf9695f1d1be14f00fbcda73904028050becd5500b61ec3f31e7f934f7baf" + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.0.zip", + "archiveFileName": "Legoino-1.0.0.zip", + "size": 7479162, + "checksum": "SHA-256:ef0b14c7ba094d1551b486747f8d8cb2900a631cf1286cef8db5abe308b5ea16" }, { - "name": "Isolated ISE Probe Interface", - "version": "1.1.1", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", + "name": "Legoino", + "version": "1.0.1", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.1.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.1.zip", - "size": 47369, - "checksum": "SHA-256:3678b5e55af2d0e606281a49485caa8d96cdaa19716ae74fcb0eb3b61c116eeb" - }, - { - "name": "Isolated ISE Probe Interface", - "version": "1.1.2", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", - "architectures": [ - "*" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "PoweredUpHub.h", + "BoostHub.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "NimBLE-Arduino" + } ], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.2.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.2.zip", - "size": 47703, - "checksum": "SHA-256:6f2a059024ecdb99a2b23547fe69bfa73d3a429b5a3394552e7460fed3c6f41e" + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.1.zip", + "archiveFileName": "Legoino-1.0.1.zip", + "size": 7479118, + "checksum": "SHA-256:c2da5e44104a7fec8215c6e92e9b9d39e976d86b733772dfdf524fe7e14b5c4e" }, { - "name": "Isolated ISE Probe Interface", - "version": "1.1.3", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", + "name": "Legoino", + "version": "1.0.2", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.3.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.3.zip", - "size": 46791, - "checksum": "SHA-256:ff7782a46cba30a0af90a08150a913fe5a69057b518746ac06abe16ba82527e5" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.2.zip", + "archiveFileName": "Legoino-1.0.2.zip", + "size": 7479563, + "checksum": "SHA-256:37234308713f4327d820bf76d1f3d2e2d375696ca950b990627f36a2e61fca8b" }, { - "name": "Isolated ISE Probe Interface", - "version": "1.1.4", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", + "name": "Legoino", + "version": "1.0.3", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.4.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.4.zip", - "size": 46764, - "checksum": "SHA-256:0b2a1c4ec687dd93f0dcfc87c56ab29ae1986cb0054f4227f6814f786f43b135" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.3.zip", + "archiveFileName": "Legoino-1.0.3.zip", + "size": 7480442, + "checksum": "SHA-256:b1dfb83d754d8b17676e873cdaaa9a5bda01bd64b6c74369a6d0fdad7c623147" }, { - "name": "Isolated ISE Probe Interface", - "version": "1.2.0", - "author": "uFire", - "maintainer": "justin@ufire.co", - "sentence": "An isolated Ion Specific Electrode Probe Interface", - "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", - "website": "https://ufire.co", - "category": "Sensors", + "name": "Legoino", + "version": "1.0.4", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/Isolated_ISE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.2.0.zip", - "archiveFileName": "Isolated_ISE_Probe_Interface-1.2.0.zip", - "size": 47012, - "checksum": "SHA-256:f9af788a8a55d3beee7a0c9899d3e9922ff12c245d6feb8d06f6e5ff8abc7a9e" + "repository": "https://github.com/corneliusmunz/legoino.git", + "providesIncludes": [ + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" + ], + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.0.4.zip", + "archiveFileName": "Legoino-1.0.4.zip", + "size": 7480605, + "checksum": "SHA-256:2f2c1eb09661178565035275edf8cccc19ffae254c2401077b361b4cc4a87024" }, { - "name": "XInput", - "version": "1.0.0", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "name": "Legoino", + "version": "1.1.0", + "author": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "maintainer": "Cornelius Munz \u003ccornelius.munz@gmx.de\u003e", + "sentence": "Library for controlling PoweredUp, Boost, Corntrol+ controllers/hubs", + "paragraph": "This library can control different LEGO BLE (Bluetooth Low Energy) Hubs like Boost, PoweredUp or ControlPlus. It enables you to set the speed of diferent motors, read sensor values and set output values like LED color. Additionally you can control PowerFunctions (IR) models. If you have an issue, problem or feature request, just open an issue on the github page https://github.com/corneliusmunz/legoino/issues/new/choose or use the chat https://gitter.im/legoinochat/community", + "website": "https://github.com/corneliusmunz/legoino", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ArduinoXInput.git", + "repository": "https://github.com/corneliusmunz/legoino.git", "providesIncludes": [ - "XInput.h" + "Lpf2Hub.h", + "Boost.h", + "ControlPlusHub.h", + "LegoinoCommon.h", + "Lpf2HubConst.h", + "Lpf2HubEmulation.h", + "PowerFunctions.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.0.zip", - "archiveFileName": "XInput-1.0.0.zip", - "size": 24268, - "checksum": "SHA-256:1e44a7b265296403b0f3812cd8595b23922305e8beb18b4e056195fa3eab42db" + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/corneliusmunz/Legoino-1.1.0.zip", + "archiveFileName": "Legoino-1.1.0.zip", + "size": 7482859, + "checksum": "SHA-256:bd1193433fcb62a431c35846fc71b73c9c9421f70d196b9e3bca3f26b48bf27f" }, { - "name": "XInput", - "version": "1.0.1", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", - "architectures": [ - "*" - ], + "name": "ESP_LM35", + "version": "1.0.0", + "author": "Community Maker Alcoi", + "maintainer": "Arnyminer Z (arnyminer.z@gmail.com)", + "sentence": "A library for the ESP boards to make easier using the LM35 temperature sensor.", + "paragraph": "It should work with other 32 bits boards, or normal boards, if changing resolution. Other sensors may work too.", + "website": "https://github.com/CMakerA/ESP_LM35", + "category": "Sensors", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": [ - "XInput.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.1.zip", - "archiveFileName": "XInput-1.0.1.zip", - "size": 26302, - "checksum": "SHA-256:d4d32e5cf4f04af65e9c1c436d18884577904e69983a60fcc1bc9c7a0f291d8e" + "repository": "https://github.com/CMakerA/ESP_LM35.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMakerA/ESP_LM35-1.0.0.zip", + "archiveFileName": "ESP_LM35-1.0.0.zip", + "size": 7540, + "checksum": "SHA-256:e0bb7466b99b0dd00784e3abc3183f531e6d9152f46adfd68fd8ce12afbef556" }, { - "name": "XInput", - "version": "1.1.0", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "name": "SavLayFilter", + "version": "1.0.0", + "author": "James Deromedi", + "maintainer": "James Deromedi", + "sentence": "Savitzky-Golay Filtering Algorithm", + "paragraph": "A Savitzky-Golay Filtering Algorithm that can take input data and smooth it and/or compute up to the 5th derivative. Works from cubic to sexic polynomials.", + "website": "https://github.com/jmderomedi/SavitzkyGolayFilter", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": [ - "XInput.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.1.0.zip", - "archiveFileName": "XInput-1.1.0.zip", - "size": 26599, - "checksum": "SHA-256:ec78e9b960e5bb6b10fface40a2b6e06f24f0b648dcaddaec607530cb046e70d" + "repository": "https://github.com/jmderomedi/SavitzkyGolayFilter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmderomedi/SavLayFilter-1.0.0.zip", + "archiveFileName": "SavLayFilter-1.0.0.zip", + "size": 1791023, + "checksum": "SHA-256:f1060ffc33be92554ab12d60aa7f81c6772d43bf7595681b01e207f0e5881c96" }, { - "name": "XInput", - "version": "1.2.1", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", + "name": "Morse", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Morse code class for Arduino", + "paragraph": "morse comunication", + "website": "https://github.com/offcircuit/Morse", "category": "Communication", "architectures": [ "*" @@ -241804,5840 +303360,6374 @@ "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": [ - "XInput.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.1.zip", - "archiveFileName": "XInput-1.2.1.zip", - "size": 26818, - "checksum": "SHA-256:07997a0873d801e0c67fc602679545d844586de38e779847bab5890cf43d44c6" + "repository": "https://github.com/offcircuit/Morse.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Morse-1.0.0.zip", + "archiveFileName": "Morse-1.0.0.zip", + "size": 16651, + "checksum": "SHA-256:cf590fbb84732c83cb7d6c2fce2c013ea21213c7a120018e224c0a95a0b20396" }, { - "name": "XInput", - "version": "1.2.2", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "name": "SHCSR04", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": [ - "XInput.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.2.zip", - "archiveFileName": "XInput-1.2.2.zip", - "size": 26957, - "checksum": "SHA-256:e6e3bf68b6b9f8acca5880c5c636d9121307fdfcd4715ddc2ad9b86041e044ba" + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.0.0.zip", + "archiveFileName": "SHCSR04-1.0.0.zip", + "size": 14616, + "checksum": "SHA-256:1ef6178f2d9ebfa4823ab6564724ac818be2761706139830f72f711435dc8a3b" }, { - "name": "XInput", - "version": "1.2.3", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Library for emulating an Xbox controller over USB.", - "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", - "website": "https://github.com/dmadison/ArduinoXInput", - "category": "Communication", + "name": "SHCSR04", + "version": "1.1.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ArduinoXInput.git", - "providesIncludes": [ - "XInput.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.3.zip", - "archiveFileName": "XInput-1.2.3.zip", - "size": 27050, - "checksum": "SHA-256:b8310918e18cc855a5d842860a0d8e1f8ffc6859d3fde9b4fbd8585751172d38" + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-1.1.0.zip", + "archiveFileName": "SHCSR04-1.1.0.zip", + "size": 14618, + "checksum": "SHA-256:c018c98a254dc5708a46f51efc413ca89fcb1a222d5d08a5701ecb7b212b5485" }, { - "name": "DualVNH5019MotorShieldMod3", - "version": "3.0.1-dualshilds", - "author": "Pololu/photodude", - "maintainer": "Photodude \u003cinfo@waltsorensen.com\u003e", - "sentence": "Arduino library for the running two Pololu Dual VNH5019 Motor Driver Shields on an Arduino Mega", - "paragraph": "This is a library for the Arduino that interfaces with two Pololu Dual VNH5019 Motor Driver Shields. It makes it simple to drive four brushed, DC motors from 2 sheilds on an Arduino Mega.", - "website": "https://github.com/photodude/DualVNH5019MotorShieldMod3", - "category": "Device Control", + "name": "SHCSR04", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/photodude/DualVNH5019MotorShieldMod3.git", - "url": "https://downloads.arduino.cc/libraries/github.com/photodude/DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", - "archiveFileName": "DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", - "size": 12746, - "checksum": "SHA-256:01f9db92a1791b35b2fe131d180a1a4cae94103e561e87ef16e0f1e5422e02a4" + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-2.0.0.zip", + "archiveFileName": "SHCSR04-2.0.0.zip", + "size": 14624, + "checksum": "SHA-256:fc597eab94c8d6796e8265cd2fbcac3e241af43bc17aa805251f2f460bfaf59a" }, { - "name": "DualVNH5019MotorShieldMod3", - "version": "3.2.0-dualshilds", - "author": "Pololu/photodude", - "maintainer": "Photodude \u003cinfo@waltsorensen.com\u003e", - "sentence": "Arduino library for the running two Pololu Dual VNH5019 Motor Driver Shields on an Arduino Mega", - "paragraph": "This is a library for the Arduino that interfaces with two Pololu Dual VNH5019 Motor Driver Shields. It makes it simple to drive four brushed, DC motors from 2 sheilds on an Arduino Mega.", - "website": "https://github.com/photodude/DualVNH5019MotorShieldMod3", - "category": "Device Control", + "name": "SHCSR04", + "version": "2.0.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Arduino class for sensor HCSR04", + "paragraph": "measurement function", + "website": "https://github.com/offcircuit/SHCSR04", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/photodude/DualVNH5019MotorShieldMod3.git", - "url": "https://downloads.arduino.cc/libraries/github.com/photodude/DualVNH5019MotorShieldMod3-3.2.0-dualshilds.zip", - "archiveFileName": "DualVNH5019MotorShieldMod3-3.2.0-dualshilds.zip", - "size": 13762, - "checksum": "SHA-256:957a9948a41379628640329bf6594cad1d2d8b99de9622136cfe1efbc2d00a9b" + "repository": "https://github.com/offcircuit/SHCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/SHCSR04-2.0.1.zip", + "archiveFileName": "SHCSR04-2.0.1.zip", + "size": 14620, + "checksum": "SHA-256:2d367cea14dd73e3bad76a306a9ede432d5b8678fcffceb63fb96c8fdb705b5f" }, { - "name": "Xbox 360 Controller LEDs", - "version": "1.1.2", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Mimic the Xbox 360 controller's LED patterns.", - "paragraph": "Includes blinking, rotating, alternating, and player specific patterns that can be set manually or via USB packet.", - "website": "https://github.com/dmadison/Xbox360ControllerLEDs", - "category": "Display", + "name": "Uptime Library", + "version": "1.0.0", + "author": "Yiannis Bourkelis", + "maintainer": "Yiannis Bourkelis", + "sentence": "Uptime library for Arduino boards and compatible systems", + "paragraph": "Easily read the uptime since device startup, in days, hours, minutes and milliseconds, without the 49 days overflow limitation of the millis() function.", + "website": "https://github.com/YiannisBourkelis/Uptime-Library", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/Xbox360ControllerLEDs.git", - "providesIncludes": [ - "X360ControllerLEDs.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Xbox_360_Controller_LEDs-1.1.2.zip", - "archiveFileName": "Xbox_360_Controller_LEDs-1.1.2.zip", - "size": 19997, - "checksum": "SHA-256:b582c79b89fb49cd47c54847f4d7f7753a62e1141ae4f9d89ada959dd51ddbc3" + "repository": "https://github.com/YiannisBourkelis/Uptime-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YiannisBourkelis/Uptime_Library-1.0.0.zip", + "archiveFileName": "Uptime_Library-1.0.0.zip", + "size": 21306, + "checksum": "SHA-256:eb4da9be503b67fbe0bba3d657e5bc7c0dffe79649613ef3a937fb3897c7b574" }, { - "name": "SoilHygrometer", - "version": "1.0.0", - "author": "Giuseppe Martini", - "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", - "sentence": "Allows Arduino/Genuino boards to simplify the use of the soil hygrometer.", - "paragraph": "This library simplify the use of a soil hygrometer.\u003cbr\u003eIt contains many function to manage a soil hygrometer.\u003cbr\u003e", - "website": "https://github.com/gmarty2000-ARDUINO/arduino-SOIL_HYGROMETER", + "name": "FreeRTOS_SAMD21", + "version": "0.9.1", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", "category": "Device Control", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/gmarty2000-ARDUINO/arduino-SOIL_HYGROMETER.git", - "providesIncludes": [ - "SoilHygrometer.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000-ARDUINO/SoilHygrometer-1.0.0.zip", - "archiveFileName": "SoilHygrometer-1.0.0.zip", - "size": 15884, - "checksum": "SHA-256:ce23cedcd35d0793dc9450768ba090892772aeff51d8e761930c96b62ddd2de4" + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-0.9.1.zip", + "archiveFileName": "FreeRTOS_SAMD21-0.9.1.zip", + "size": 187779, + "checksum": "SHA-256:27b9d3d6872fd03db2edbaac6846f841b89cfb91bc63dc17ea5ba1029631229f" }, { - "name": "MotorVID28", + "name": "FreeRTOS_SAMD21", "version": "1.0.0", - "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", - "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", - "website": "https:/github.com/GewoonGijs/VID28.git", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", "category": "Device Control", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/GewoonGijs/VID28.git", - "providesIncludes": [ - "MotorVID28.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.0.zip", - "archiveFileName": "MotorVID28-1.0.0.zip", - "size": 20144, - "checksum": "SHA-256:04a350698c347a582b4cc1128c413c6391b973f5b44f84acc7785790fbdc8b6c" + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-1.0.0.zip", + "archiveFileName": "FreeRTOS_SAMD21-1.0.0.zip", + "size": 191178, + "checksum": "SHA-256:46bdd234fac1716e9c204c49d1743be0e23a6fe0eb31c3711d80dfd69bd0abbe" }, { - "name": "MotorVID28", - "version": "1.0.2", - "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", - "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", - "website": "https://github.com/GewoonGijs/VID28.git", + "name": "FreeRTOS_SAMD21", + "version": "2.2.0", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", "category": "Device Control", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/GewoonGijs/VID28.git", - "providesIncludes": [ - "MotorVID28.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.2.zip", - "archiveFileName": "MotorVID28-1.0.2.zip", - "size": 20146, - "checksum": "SHA-256:d7f7a2b02020ba8b46a0317177d08ab3614772c6747b476fe3550fa3ae8a0968" + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-2.2.0.zip", + "archiveFileName": "FreeRTOS_SAMD21-2.2.0.zip", + "size": 239207, + "checksum": "SHA-256:df40c346933349ae745c1a70d14d3cab44806dea82511fcd4a81674160702c78" }, { - "name": "MotorVID28", - "version": "1.1.0", - "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", - "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", - "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", - "website": "https://github.com/GewoonGijs/VID28.git", + "name": "FreeRTOS_SAMD21", + "version": "2.3.0", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD21 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD21 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21", "category": "Device Control", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/GewoonGijs/VID28.git", - "providesIncludes": [ - "MotorVID28.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.1.0.zip", - "archiveFileName": "MotorVID28-1.1.0.zip", - "size": 10345, - "checksum": "SHA-256:30af1f3e062a58f4d3ff2e691a4199af2561c7000b568d23f40cf9d3eb806a62" + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD21-2.3.0.zip", + "archiveFileName": "FreeRTOS_SAMD21-2.3.0.zip", + "size": 240753, + "checksum": "SHA-256:e411745058273549bfa1c94636a719552eb039875b98306c364e81be691206a0" }, { - "name": "SparkFun Angular Displacement Sensor Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library for the Bend Labs ASD sensor", - "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", - "category": "Sensors", + "name": "Utilities", + "version": "0.0.2", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbist", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", - "size": 29927, - "checksum": "SHA-256:7b3a88ed41d00484b9a0c2873d7632dd3487a7e4c2806f9126de6788da5951be" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.0.2.zip", + "archiveFileName": "Utilities-0.0.2.zip", + "size": 15136, + "checksum": "SHA-256:743cc6fb90237ba13883dfec3f4168cbc19c93507a055414e080e8695c10776b" }, { - "name": "SparkFun Angular Displacement Sensor Arduino Library", - "version": "1.1.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library for the Bend Labs ASD sensor", - "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", - "category": "Sensors", + "name": "Utilities", + "version": "0.1.0", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: printArray, digitalToggle, pinModeGroup, digitalWriteGroup and others!", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", - "size": 30217, - "checksum": "SHA-256:9389194d27f0a0de906b9a7fd51ff4a3dbf2a9f89da54b797ba23413f0d1e658" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.1.0.zip", + "archiveFileName": "Utilities-0.1.0.zip", + "size": 15993, + "checksum": "SHA-256:fff3cd940d81e52cd71e75c7c635ab371bbedc4b9f852fd4d9a81fa554b531a8" }, { - "name": "SparkFun Angular Displacement Sensor Arduino Library", - "version": "1.1.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library for the Bend Labs ASD sensor", - "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", - "category": "Sensors", + "name": "Utilities", + "version": "0.2.0", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: doEvery, pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, echo, printArray, splitString!", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", - "size": 30285, - "checksum": "SHA-256:4ccd215bdbcb8107ae0292467ec586544d7ee95f2462892719b674cb862808c5" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.2.0.zip", + "archiveFileName": "Utilities-0.2.0.zip", + "size": 16565, + "checksum": "SHA-256:d1559403042d375eeed7e72d59ea8749265bac63d5c95f355929cd5c6b623673" }, { - "name": "LCDIC2", - "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "Utilities", + "version": "0.4.0", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. Also some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.0.0.zip", - "archiveFileName": "LCDIC2-1.0.0.zip", - "size": 15821, - "checksum": "SHA-256:394a38581c900a0a08445ce090abb1174a21d0a9db8fa5405b63f018701883a0" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.0.zip", + "archiveFileName": "Utilities-0.4.0.zip", + "size": 21184, + "checksum": "SHA-256:1919234ced42a80ed6f6579ac45a537b3d24548c2336baaff4f6cbb59f63359e" }, { - "name": "LCDIC2", - "version": "1.1.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "Utilities", + "version": "0.4.1", + "author": "Vincenzo G.", + "maintainer": "Vincenzo G.", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. Also some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.1.0.zip", - "archiveFileName": "LCDIC2-1.1.0.zip", - "size": 15927, - "checksum": "SHA-256:51bd1ac539f066245fc357d901531655e1999bf84642f6cea4a711a21b639619" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.1.zip", + "archiveFileName": "Utilities-0.4.1.zip", + "size": 21222, + "checksum": "SHA-256:5de27c2dff02d583ae1c423d62ba186485c5a7f58c712229186b18d605576173" }, { - "name": "LCDIC2", - "version": "1.2.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "Utilities", + "version": "0.4.4", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.2.0.zip", - "archiveFileName": "LCDIC2-1.2.0.zip", - "size": 16080, - "checksum": "SHA-256:eabc2c9ae026bc18ca06223bae5d90183f29add2248bcb94f9648783d805eb12" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.4.zip", + "archiveFileName": "Utilities-0.4.4.zip", + "size": 21608, + "checksum": "SHA-256:535861f0217b3dabf698d3b15f93e5ec067deff90f6bceab33fd54cf416806cd" }, { - "name": "LCDIC2", - "version": "1.3.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "Utilities", + "version": "0.4.5", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.3.0.zip", - "archiveFileName": "LCDIC2-1.3.0.zip", - "size": 16029, - "checksum": "SHA-256:f0e5addcba2df6d7db03609200a9e0e03721049a02b7361ff9c92ed24b2e6539" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.5.zip", + "archiveFileName": "Utilities-0.4.5.zip", + "size": 21660, + "checksum": "SHA-256:4b4097b0638e1e0fc7b892e28d6b926598ae5996aae2c05dc8e4a1e48cbf71a0" }, { - "name": "LCDIC2", - "version": "1.4.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "Utilities", + "version": "0.4.6", + "author": "aster94", + "maintainer": "aster94", + "sentence": "A library that makes using Arduino a breeze.", + "paragraph": "Useful functions for the hobbyist, like: pinModeGroup, digitalWriteGroup, digitalToggle, digitalToggleGroup, ecc. plus some function for string manipulation.", + "website": "https://github.com/aster94/Utilities", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.4.0.zip", - "archiveFileName": "LCDIC2-1.4.0.zip", - "size": 16066, - "checksum": "SHA-256:ea171c52662d4d084691581ef4a017aa51e95b76700bbd4da12bdb976a7902b6" + "repository": "https://github.com/aster94/Utilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aster94/Utilities-0.4.6.zip", + "archiveFileName": "Utilities-0.4.6.zip", + "size": 22452, + "checksum": "SHA-256:667531b96061a603cb9babb2a38793b373d589133b0d74ab25d535508e972c51" }, { - "name": "LCDIC2", - "version": "2.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "WiFiConnect", + "version": "1.0.1", + "author": "Stuart Blair", + "maintainer": "Stuart Blair \u003cstuart@bfam.co.uk\u003e", + "sentence": "A WiFi Manager for ESP8266 or ESP32 with OLED support", + "paragraph": "A easy to use WiFi manager with support for an OLED display, configurable through a captive portal", + "website": "https://github.com/smurf0969/WiFiConnect", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.0.0.zip", - "archiveFileName": "LCDIC2-2.0.0.zip", - "size": 16274, - "checksum": "SHA-256:f44457cfb895832b599bb59264b4e5fee8d448c4e62595cbf70a809d7176692a" + "repository": "https://github.com/smurf0969/WiFiConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smurf0969/WiFiConnect-1.0.1.zip", + "archiveFileName": "WiFiConnect-1.0.1.zip", + "size": 177110, + "checksum": "SHA-256:5dfd58bc867d401a7aff51f152a68d45f5adb5140c062fe47d8e82c7fcfea9aa" }, { - "name": "LCDIC2", - "version": "2.1.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.0.1", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.1.0.zip", - "archiveFileName": "LCDIC2-2.1.0.zip", - "size": 16573, - "checksum": "SHA-256:52a3dec574572570252e50dcace0c5025d9d691dbf67ad0fc6107aab93cc7daa" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.1.zip", + "archiveFileName": "M5StickC-0.0.1.zip", + "size": 1603184, + "checksum": "SHA-256:dfc63780eaa0c61ce609a4f9ca4d5bc8b0cbb3857ff5059fcf81cc1ed49bbe34" }, { - "name": "LCDIC2", - "version": "2.2.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.0.2", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.0.zip", - "archiveFileName": "LCDIC2-2.2.0.zip", - "size": 16631, - "checksum": "SHA-256:8b00a28ad75ced59a551bcdc86d310ce1787cbdd0e04c2d183fccfa5fc50863e" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.2.zip", + "archiveFileName": "M5StickC-0.0.2.zip", + "size": 870198, + "checksum": "SHA-256:ddb534f420a7214c327eedce55d6d4476d26bcd44a31f9ccb2094736f1369e9c" }, { - "name": "LCDIC2", - "version": "2.2.1", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal", - "paragraph": "user interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.0.3", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.1.zip", - "archiveFileName": "LCDIC2-2.2.1.zip", - "size": 16626, - "checksum": "SHA-256:35b8138e07880b6cd3382577bfe6678e269e70cef87aec1e2c4ac9370c7b04b0" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.3.zip", + "archiveFileName": "M5StickC-0.0.3.zip", + "size": 876640, + "checksum": "SHA-256:6b0fcf010481d48a2d93b1e22a55455ff57d4f66ef9b42679356570ca1d1779c" }, { - "name": "LCDIC2", - "version": "2.2.2", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.0.4", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.2.zip", - "archiveFileName": "LCDIC2-2.2.2.zip", - "size": 16643, - "checksum": "SHA-256:92a6b9b80d6f5fe03dadd9dcc4e5a37706a9fca2184c9aca6d4332691b213797" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.4.zip", + "archiveFileName": "M5StickC-0.0.4.zip", + "size": 882339, + "checksum": "SHA-256:613a894b191992ceaec6ae094c2233b5fd13b89685476c699a0ae67e25aa1ff0" }, { - "name": "LCDIC2", - "version": "2.2.3", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.0.5", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.3.zip", - "archiveFileName": "LCDIC2-2.2.3.zip", - "size": 16643, - "checksum": "SHA-256:00bc12285ecf4eef3afb487e37520dd15fb073d7005894ccda073c5f99493284" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.5.zip", + "archiveFileName": "M5StickC-0.0.5.zip", + "size": 882338, + "checksum": "SHA-256:8378e729a2c55801aac2370c85f0fbccf5dfb38d9dfe28124a863041f6044142" }, { - "name": "LCDIC2", - "version": "2.2.4", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.0.7", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.4.zip", - "archiveFileName": "LCDIC2-2.2.4.zip", - "size": 16730, - "checksum": "SHA-256:baab0ac55aa562c7ee9a80dba43d8782d7e0dc7cfef6c59437e18804d39f2d44" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.0.7.zip", + "archiveFileName": "M5StickC-0.0.7.zip", + "size": 1064858, + "checksum": "SHA-256:140579795ce34c092a3b5a80352f6dcd1589079c6df302cca3249d2147578432" }, { - "name": "LCDIC2", - "version": "2.2.5", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.1.0", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.5.zip", - "archiveFileName": "LCDIC2-2.2.5.zip", - "size": 16733, - "checksum": "SHA-256:3974c3a76486f83bb6f6671f51d6b98f592e54d5a98d56c269c56c1dde55e0c5" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.1.0.zip", + "archiveFileName": "M5StickC-0.1.0.zip", + "size": 1073687, + "checksum": "SHA-256:970a0a6891b64225f85e2b5c7e332ffa4f38091c7351a553c4b29843318b5d0a" }, { - "name": "LCDIC2", - "version": "2.2.6", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.1.1", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.6.zip", - "archiveFileName": "LCDIC2-2.2.6.zip", - "size": 16750, - "checksum": "SHA-256:34011f36e36266027a126364e06f8218dc58ba8b27d601a895d69808f2609d50" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.1.1.zip", + "archiveFileName": "M5StickC-0.1.1.zip", + "size": 1083559, + "checksum": "SHA-256:c0b693af8627442e8c451c0cc8b352225afbe9596da6f5dd43098c5fe59ad9fc" }, { - "name": "LCDIC2", - "version": "2.2.7", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.2.0", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.7.zip", - "archiveFileName": "LCDIC2-2.2.7.zip", - "size": 16746, - "checksum": "SHA-256:fc9fbe2d96bb58509d1e1147e054d5ec08c21aa0dd2d6c7003c380b5af6ea56b" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.0.zip", + "archiveFileName": "M5StickC-0.2.0.zip", + "size": 1229551, + "checksum": "SHA-256:d48f8bc010264def3fa58284ec5470df0d13f5846386344ea1bbe1995a4a12ab" }, { - "name": "LCDIC2", - "version": "2.2.8", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.2.1", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.8.zip", - "archiveFileName": "LCDIC2-2.2.8.zip", - "size": 16749, - "checksum": "SHA-256:2319eee4997a84ede4ac553027166815c016f1a5580ebe3ffac3109bbef8655f" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.1.zip", + "archiveFileName": "M5StickC-0.2.1.zip", + "size": 1297105, + "checksum": "SHA-256:85a6d92837f564a530a11718e3d76c2186890b40738a3e8c9bc8897bd7f173aa" }, { - "name": "LCDIC2", - "version": "2.3.1", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.2.3", + "author": "M5StickC", + "maintainer": "Yang Zhou\u003czhouyangyale@gmail.com\u003e", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.1.zip", - "archiveFileName": "LCDIC2-2.3.1.zip", - "size": 16749, - "checksum": "SHA-256:eed0056c9569d60426db3e1307abdd6248d6c5a16ebbfe38384ab4b3814756a3" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "dependencies": [ + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "FastLED" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.3.zip", + "archiveFileName": "M5StickC-0.2.3.zip", + "size": 1386419, + "checksum": "SHA-256:dea9feba1b7fac1a9be91cd8b234473e591b8ae7ca0feeb69b5881a4a7641b60" }, { - "name": "LCDIC2", - "version": "2.3.2", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.2.4", + "author": "M5StickC", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.2.zip", - "archiveFileName": "LCDIC2-2.3.2.zip", - "size": 16670, - "checksum": "SHA-256:aa7d513477486f3d4e4de860579544801a6bed148c6a4787e34a78890859ab30" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "dependencies": [ + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "FastLED" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.4.zip", + "archiveFileName": "M5StickC-0.2.4.zip", + "size": 1441753, + "checksum": "SHA-256:4431186d3ded138f31f23f4267d84370fa35dd0e865d1f081cb611067ff751cd" }, { - "name": "LCDIC2", - "version": "2.3.3", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Class interface for Liquid Crystal (LCD)", - "paragraph": "User interface for Liquid Crystal", - "website": "https://github.com/offcircuit/LCDIC2", - "category": "Display", + "name": "M5StickC", + "version": "0.2.5", + "author": "M5StickC", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/LCDIC2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.3.zip", - "archiveFileName": "LCDIC2-2.3.3.zip", - "size": 16541, - "checksum": "SHA-256:01daf2e940e524c7a787a82bf2b7a56b7e2d2a1483104e6a64c601df9aea047a" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "dependencies": [ + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "FastLED" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.5.zip", + "archiveFileName": "M5StickC-0.2.5.zip", + "size": 1445351, + "checksum": "SHA-256:e1899b7f2b1be1a72d4eda76755a3b9e4016c54e4c49a0119aa0535dd547ecfd" }, { - "name": "ServoEasing", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003eLinear\u003c/li\u003e\u003cli\u003eQuadratic\u003c/li\u003e\u003cli\u003eCubic\u003c/li\u003e\u003cli\u003eQuartic\u003c/br\u003e\u003c/li\u003e\u003cli\u003eSine\u003c/li\u003e\u003cli\u003eCircular\u003c/li\u003e\u003cli\u003eBack\u003c/li\u003e\u003cli\u003eElastic\u003c/li\u003e\u003cli\u003eBounce\u003c/li\u003e\u003cli\u003eUser defined\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eEach function supports the following \u003cb\u003eeasing types\u003c/b\u003e:\u003cul\u003e\u003cli\u003eIn\u003c/li\u003e\u003cli\u003eOot\u003c/li\u003e\u003cli\u003eInOut\u003c/li\u003e\u003cli\u003eBouncingOutIn\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", + "name": "M5StickC", + "version": "0.2.8", + "author": "M5StickC", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", "category": "Device Control", "architectures": [ - "avr", - "megaAVR" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.0.0.zip", - "archiveFileName": "ServoEasing-1.0.0.zip", - "size": 69012, - "checksum": "SHA-256:1018569607415fafe742946b433f1323c979432d8ac328fdc8d7f6b945770a00" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.8.zip", + "archiveFileName": "M5StickC-0.2.8.zip", + "size": 1429880, + "checksum": "SHA-256:58323072b41cf2619af2b684bbd98fabc6acd5343236f337681d5529e979dc9d" }, { - "name": "ServoEasing", - "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003c/br\u003e\u003c/br\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", + "name": "M5StickC", + "version": "0.2.9", + "author": "M5StickC", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC.git", "category": "Device Control", "architectures": [ - "avr", - "megaAVR" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.1.0.zip", - "archiveFileName": "ServoEasing-1.1.0.zip", - "size": 94327, - "checksum": "SHA-256:d9304a350513b9660a46835d2da8f661f39bd4768627c444ee6d151bc6d4feda" + "repository": "https://github.com/m5stack/M5StickC.git", + "providesIncludes": [ + "M5StickC.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Hat-8Servos" + }, + { + "name": "M5_JoyC" + }, + { + "name": "M5-RoverC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickC-0.2.9.zip", + "archiveFileName": "M5StickC-0.2.9.zip", + "size": 1415474, + "checksum": "SHA-256:9e6054f01f49ade20c6faeab35b60bc08917963da94074b2bf0ec9403fd80d57" }, { - "name": "ServoEasing", - "version": "1.2.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.2.0.zip", - "archiveFileName": "ServoEasing-1.2.0.zip", - "size": 96649, - "checksum": "SHA-256:77d1bceca7fc0cb8f58b72a0e2762c8c44025b22963afd79b896b1757b917483" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-1.0.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-1.0.5.zip", + "size": 51676, + "checksum": "SHA-256:29ec337c0cb070b9a316d81fe7a6a0fdd072e6963cea20351305b3e3ae9cf775" }, { - "name": "ServoEasing", - "version": "1.3.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.0.zip", - "archiveFileName": "ServoEasing-1.3.0.zip", - "size": 333832, - "checksum": "SHA-256:88fdbe2e36926e9e225bbbb613c0aaad892c83f00a779a3785ec682b1b3e1a93" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.0.zip", + "size": 62291, + "checksum": "SHA-256:0c61c806bf878f3172beb2cfd670d825f5bbe782a130470feacc3698b4bfc7e1" }, { - "name": "ServoEasing", - "version": "1.3.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.1.zip", - "archiveFileName": "ServoEasing-1.3.1.zip", - "size": 540381, - "checksum": "SHA-256:8a6ae0d4910507aac15480a0fcbcd550c21df2637cddab840c1012ed4efec85c" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.1.zip", + "size": 63141, + "checksum": "SHA-256:0c1e3afb1535748236b9a0cb3ddb41a1a54a46ec6635e277ef5d45113939e2d9" }, { - "name": "ServoEasing", - "version": "1.4.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.0.zip", - "archiveFileName": "ServoEasing-1.4.0.zip", - "size": 584308, - "checksum": "SHA-256:e2c8f662c4e5dc8eda2f1c9ecc69eba251e5b4ec65bfad4b100753b1b32ab8c1" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.2.zip", + "size": 63154, + "checksum": "SHA-256:6736243d34a5903ce6a656d890c7648992fd70afd86023b46c22a5ccf2c7a94f" }, { - "name": "ServoEasing", - "version": "1.4.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.1.zip", - "archiveFileName": "ServoEasing-1.4.1.zip", - "size": 666006, - "checksum": "SHA-256:5509f370e5afe583dff9ede389820c8b1250e7a8da95c90668399d13981d4108" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.3.zip", + "size": 72271, + "checksum": "SHA-256:a650990918b7531dd4e4070d35ece084a3afac9addffb645e9df96b9c26db024" }, { - "name": "ServoEasing", - "version": "1.4.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.2.zip", - "archiveFileName": "ServoEasing-1.4.2.zip", - "size": 710883, - "checksum": "SHA-256:4f04ac24e2f38e69d59e5a7b3a424c3e288846219fff6f8b477c7ce3b30d0835" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.0.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.0.4.zip", + "size": 76097, + "checksum": "SHA-256:b5af18ce5a41ac0a1a82f39eb3fb158f31d071ba3a1b0f9d5c6ecb107e40c860" }, { - "name": "ServoEasing", - "version": "1.4.3", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.3.zip", - "archiveFileName": "ServoEasing-1.4.3.zip", - "size": 711673, - "checksum": "SHA-256:a03ea1846e590ff43453caaa64a887247f8065f157239cb55936fbfb7610848a" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.0.zip", + "size": 84509, + "checksum": "SHA-256:1156f5bf6332d7984e2c197e29646e61968330203c21cae4828ae9fe473bf7a8" }, { - "name": "ServoEasing", - "version": "1.5.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "sam" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.0.zip", - "archiveFileName": "ServoEasing-1.5.0.zip", - "size": 728510, - "checksum": "SHA-256:ff425a4636b863daf8880d52bd3bced313a2feff27e8b2562927faeaa0759e8e" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.1.zip", + "size": 84511, + "checksum": "SHA-256:32438d6d72f25138b63984977e1c5f1db84328fc9127c3f9fc311c0b19990e6a" }, { - "name": "ServoEasing", - "version": "1.5.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "sam", - "stm32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.1.zip", - "archiveFileName": "ServoEasing-1.5.1.zip", - "size": 732264, - "checksum": "SHA-256:3e1b2c48dfd1cb7287c1978ea2b4be6bddcd4ecd1126c20e24874b0c144513bf" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.3.zip", + "size": 84203, + "checksum": "SHA-256:927ed379b1d3ac6e5cce74d232d516c018e76653aaa5cc0dcb613789b72734a6" }, { - "name": "ServoEasing", - "version": "1.5.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "stm32", - "sam", - "samd" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.2.zip", - "archiveFileName": "ServoEasing-1.5.2.zip", - "size": 732591, - "checksum": "SHA-256:a4085b20cfa1c1df67f624565c7d85e7ffa3ebe27bc7951d3f0005e56148cb4a" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.4.zip", + "size": 88192, + "checksum": "SHA-256:173000ce05c54b55baa1a079fd30d0cc6daaea04a8fb85308635977d7ea18392" }, { - "name": "ServoEasing", - "version": "1.6.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "stm32", - "sam", - "samd", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.6.0.zip", - "archiveFileName": "ServoEasing-1.6.0.zip", - "size": 734308, - "checksum": "SHA-256:7842eecdadfabf503a5398315fe34455621057713c24ff38d16f7e55e01cda94" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.5.zip", + "size": 88522, + "checksum": "SHA-256:a421379cf00868fd22324c30c6568438831e5db49f94b8d116340644ef19c4c3" }, { - "name": "ServoEasing", - "version": "1.6.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003e Bug Fix for SAMD boards and Apollo3 support.", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "stm32", - "sam", - "samd", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.6.1.zip", - "archiveFileName": "ServoEasing-1.6.1.zip", - "size": 735461, - "checksum": "SHA-256:0f3fc457af2b47f3d3ac66775b79d187e075c9cb512ae1bac48c099380210ba5" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.1.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.1.6.zip", + "size": 89283, + "checksum": "SHA-256:b63fb0432644ffeea99d326d8fcef684121777ba781fae5a468ae1009ac479e7" }, { - "name": "ServoEasing", - "version": "2.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003ePCA9685_Expander servos and plain servos can run simultaneously.", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "stm32", - "stm32duino", - "sam", - "samd", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "providesIncludes": [ - "ServoEasing.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.0.0.zip", - "archiveFileName": "ServoEasing-2.0.0.zip", - "size": 756858, - "checksum": "SHA-256:083dab9243c4e1b185226226061be2951b277a917730f4559dceec6c27e09faa" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.2.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.2.0.zip", + "size": 94479, + "checksum": "SHA-256:e2f080ed0b609d57bc8cc46fba4ac67e77a7afb7b4af5f548a1c43cc562d332f" }, { - "name": "ServoEasing", - "version": "2.1.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Teensy boards\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "stm32", - "stm32duino", - "sam", - "samd", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "providesIncludes": [ - "ServoEasing.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.1.1.zip", - "archiveFileName": "ServoEasing-2.1.1.zip", - "size": 759036, - "checksum": "SHA-256:319aeb2c12c6b86b7d7b4176568a43c7e1ee675c5a617674c9391fb986864936" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.3.0.zip", + "size": 95315, + "checksum": "SHA-256:ffed03a4271bcdefc4def4d05fe7e9d9885d3609adce44e2ab1ac7b9897eb1e3" }, { - "name": "ServoEasing", - "version": "2.2.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Uno WiFi Rev 2 and Nano Every\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "stm32", - "stm32duino", - "sam", - "samd", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "providesIncludes": [ - "ServoEasing.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.2.0.zip", - "archiveFileName": "ServoEasing-2.2.0.zip", - "size": 761511, - "checksum": "SHA-256:207b68a12bb43a1058decbdf4f8f689e4e0f4144203dbc46bbf2aec7418c49fb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.3.1.zip", + "size": 101285, + "checksum": "SHA-256:fd40a482a7fd8ad170393823e1e88348e66f5d42d997d0b01bfe4a20b2508fc2" }, { - "name": "ServoEasing", - "version": "2.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Teensy boards\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32", - "stm32", - "stm32duino", - "sam", - "samd", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "providesIncludes": [ - "ServoEasing.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.1.0.zip", - "archiveFileName": "ServoEasing-2.1.0.zip", - "size": 759039, - "checksum": "SHA-256:6fe4db72de6dffeb9fe7476ed807191faf651daae0d2303a6470870081424679" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.3.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.3.2.zip", + "size": 101098, + "checksum": "SHA-256:08974ef6abca1481883558613e635731208cccdadcb79b6254459051330c37fb" }, { - "name": "ServoEasing", - "version": "2.3.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eFixed 32 bit CPU bug for linear movement. Added stop(), continueWithInterrupts() and continueWithoutInterrupts() functions\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "providesIncludes": [ - "ServoEasing.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.0.zip", - "archiveFileName": "ServoEasing-2.3.0.zip", - "size": 762930, - "checksum": "SHA-256:74518b0311c5817c355337bcdd6e67f83162eec623bd49dd4aacd2cfd53b1ac8" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.4.0.zip", + "size": 113865, + "checksum": "SHA-256:8bad2b3a70d8b77a57e3fe05a2b37ccf9ace15cacf1b1dc269ac58913935dce0" }, { - "name": "ServoEasing", - "version": "2.3.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed wrong timer selection for STM32F1xx / ARDUINO_ARCH_STM32.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "providesIncludes": [ - "ServoEasing.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.1.zip", - "archiveFileName": "ServoEasing-2.3.1.zip", - "size": 3930234, - "checksum": "SHA-256:e715446ee4a75c542b921738d6814f0afb8937e01a50786a1c774e0b3217a543" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.4.1.zip", + "size": 117407, + "checksum": "SHA-256:3e60ba4fe68b60bc8df81e6753b72b02f848da217ca3b84b83910f8751f9151b" }, { - "name": "ServoEasing", - "version": "2.3.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eImproved output for Arduino Serial Plotter.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.2.zip", - "archiveFileName": "ServoEasing-2.3.2.zip", - "size": 3930065, - "checksum": "SHA-256:0316c679cdc3968d8d4907e28860dabeea7b26a85ed822499ee6ea9674579688" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.4.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.4.2.zip", + "size": 117538, + "checksum": "SHA-256:bfc09a68ebddb049c842de7475e6e6652e7c9a33a2eee730e9364cfb8a20d5d1" }, { - "name": "ServoEasing", - "version": "2.3.3", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", - "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: Improved LightweightServo API, added compile option ENABLE_MICROS_AS_DEGREE_PARAMETER.\u003c/b\u003e.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/ServoEasing", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "2.6.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ServoEasing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.3.zip", - "archiveFileName": "ServoEasing-2.3.3.zip", - "size": 3981313, - "checksum": "SHA-256:a2095bfdade05a8dbcc1b5b8d1103feeb8a497d303996dc3710cf6012ea9e5bd" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.0.zip", + "size": 138964, + "checksum": "SHA-256:1948a73435bddbe707f63e08a370f259a63d3637046b3873b41092ef8b319ab1" }, { - "name": "NeoPatterns", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYoutube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.0.0.zip", - "archiveFileName": "NeoPatterns-1.0.0.zip", - "size": 145442, - "checksum": "SHA-256:4508e224af1ae3e9352a2e1e12e6a96c2ad52161731b184b9f85e6d5916b878a" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.1.zip", + "size": 141865, + "checksum": "SHA-256:a1e27d9e6e357bcc62f37f6b76d8aff59611bbb51c4d6ca6e53ef2865bf909f9" }, { - "name": "NeoPatterns", - "version": "1.0.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.0.1.zip", - "archiveFileName": "NeoPatterns-1.0.1.zip", - "size": 153210, - "checksum": "SHA-256:d3862bfc1efe5c6f4c627eeaf3c457099b3717ac9a591b20e66c9fe3953304c6" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.2.zip", + "size": 143394, + "checksum": "SHA-256:c58a2feb025a60a977df4267d7189e3c9df9ec1ab55ad56314e23c8b6300a584" }, { - "name": "NeoPatterns", - "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.1.0.zip", - "archiveFileName": "NeoPatterns-1.1.0.zip", - "size": 162314, - "checksum": "SHA-256:e9546b1bbba39839bd9d5d3a94d0c0e5b616679d753d86b03729babb50881d10" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.3.zip", + "size": 143813, + "checksum": "SHA-256:14a4f021896ae8fa9425c8abd6d8eafb87fc1d24b72a3a6eb28b31d1e2013aab" }, { - "name": "NeoPatterns", - "version": "2.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.0.0.zip", - "archiveFileName": "NeoPatterns-2.0.0.zip", - "size": 169050, - "checksum": "SHA-256:a6fca3ae9643af0532fb91f2839826a9611c9daed1539ccae281991222b99956" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.4.zip", + "size": 143808, + "checksum": "SHA-256:8137017ad1a0b0ffcfce2a5b3f789c31ec75e1bdadd482016611f3cd3ece62d1" }, { - "name": "NeoPatterns", - "version": "2.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.1.0.zip", - "archiveFileName": "NeoPatterns-2.1.0.zip", - "size": 171376, - "checksum": "SHA-256:e4cafb6773e67f9a0a010b9152fc9c7f2ec7e23ef8bf83b11597ecc3da6cd13c" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.5.zip", + "size": 144295, + "checksum": "SHA-256:f854f2ab7fcf1fadbb085501c5886fed02c48490af1c2cb8ead33282bd502b29" }, { - "name": "NeoPatterns", - "version": "2.2.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "dependencies": [ - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.0.zip", - "archiveFileName": "NeoPatterns-2.2.0.zip", - "size": 205585, - "checksum": "SHA-256:99ef500ae463618e7e49fdda502e3a48e306c833097c5aae59228c26d857f874" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.6.zip", + "size": 144219, + "checksum": "SHA-256:d6c34b573d5742cff6c16425d54caf3500cb106dbbf735f2f99bd57d5e0786d6" }, { - "name": "NeoPatterns", - "version": "2.2.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved blocking wait for ATmega32U4 Serial in examples.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "dependencies": [ - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.1.zip", - "archiveFileName": "NeoPatterns-2.2.1.zip", - "size": 207926, - "checksum": "SHA-256:28c36da4ec1c720d7e3a4069713cd59a993b7b9d7ccb753b1822ffa51d0092ac" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.7.zip", + "size": 144248, + "checksum": "SHA-256:22a016c0a32ebd878811dadba6dff195268917f24a0e52fa110eaeccb08535bd" }, { - "name": "NeoPatterns", - "version": "2.2.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed bugs if rows are not equal columns. Fixed bug in MatrixNeoPatterns constructor.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "dependencies": [ - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.2.zip", - "archiveFileName": "NeoPatterns-2.2.2.zip", - "size": 209502, - "checksum": "SHA-256:7f72fce78ecca1fbd4b98d33d521e05bd847e01983c478498699b78f3c4b2762" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.8.zip", + "size": 144804, + "checksum": "SHA-256:4594a145b9fc1e48fef45241611d0581587737ab93cf3eb221717b5f25cebf20" }, { - "name": "NeoPatterns", - "version": "2.2.3", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed bugs if rows are not equal columns. Fixed bug in MatrixNeoPatterns constructor.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.6.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "dependencies": [ - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.3.zip", - "archiveFileName": "NeoPatterns-2.2.3.zip", - "size": 210049, - "checksum": "SHA-256:596a9a9b1a1f00278e8a7a448972d7b581c15563795ca793a6d85b441b9af7d6" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.6.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.6.9.zip", + "size": 144806, + "checksum": "SHA-256:32e904e897534818d3b1bdfce86d47c686e34e93fc1979ebed568830d7756633" }, { - "name": "NeoPatterns", - "version": "2.3.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", - "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eChanged TickerUpdate() and loadPicture() and their callers to achieve that YOffset is consistent with Y direction and origin.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/NeoPatterns", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "2.7.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr", - "megaAVR", - "esp8266", - "esp32", - "STM32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/NeoPatterns.git", - "dependencies": [ - { - "name": "Adafruit NeoPixel" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.3.0.zip", - "archiveFileName": "NeoPatterns-2.3.0.zip", - "size": 213230, - "checksum": "SHA-256:573505969686cccd99caaa8a6f76aeab92aecc49671e8c6447ac39a104e64c7d" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.0.zip", + "size": 144815, + "checksum": "SHA-256:0cc4e1e8483d8b4750a8ab69964af4c793a44d12f35b8c4ba80ad176c6d84ad4" }, { - "name": "PlayRtttl", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.0.0.zip", - "archiveFileName": "PlayRtttl-1.0.0.zip", - "size": 34252, - "checksum": "SHA-256:58928415ce2c24a3134543766bc388d7af93801e99313a210c8145117bc3b9cc" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.1.zip", + "size": 145073, + "checksum": "SHA-256:e2f45e1544ad26fcac2925a6c13faa3ae48e2629d5154120e24a029e4c9fccd2" }, { - "name": "PlayRtttl", - "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.1.0.zip", - "archiveFileName": "PlayRtttl-1.1.0.zip", - "size": 36612, - "checksum": "SHA-256:6b03de748bba6f31a5939a67dbc18089a81344658ee8f2f4620304808c29b8c0" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.2.zip", + "size": 145352, + "checksum": "SHA-256:71c195ac1ffcbd05ffb03274bedac9f32a4d2b5b5cc4bc49b10c1cb82403029b" }, { - "name": "PlayRtttl", - "version": "1.2.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.0.zip", - "archiveFileName": "PlayRtttl-1.2.0.zip", - "size": 37594, - "checksum": "SHA-256:a5d34aed232e4fc4374211c4bfb8dd3f2bb2c157ea1ae5aaa02ee8bf22d61d4c" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.3.zip", + "size": 145349, + "checksum": "SHA-256:50dfaf6196497108b3f6fc1304fc6eb56a00548b5f0ccf4a181ddc3f1b7cb006" }, { - "name": "PlayRtttl", - "version": "1.2.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.1.zip", - "archiveFileName": "PlayRtttl-1.2.1.zip", - "size": 38097, - "checksum": "SHA-256:bdab4ff61d76e89f5db7adf4ce74b77336db79e8800fa32161d9f59677b05619" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.4.zip", + "size": 145394, + "checksum": "SHA-256:3bc1092713d9d719db531732b8064438717f9e611e56ed05f8633baa4f8a06b9" }, { - "name": "PlayRtttl", - "version": "1.2.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.2.zip", - "archiveFileName": "PlayRtttl-1.2.2.zip", - "size": 55221, - "checksum": "SHA-256:0050c2631f770c884c6611040edd6c76bff444f982bef00091c1bb3e457feac8" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.5.zip", + "size": 145442, + "checksum": "SHA-256:bed247a523c17cbb2e8fee77c04603c8dfa3dc86f63cec3d15635c935993d4f9" }, { - "name": "PlayRtttl", - "version": "1.3.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.3.0.zip", - "archiveFileName": "PlayRtttl-1.3.0.zip", - "size": 55587, - "checksum": "SHA-256:a2ab91f5417f37f4b02e790345493171a99a1959284e2ce59764e3a5d5ce1edb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.6.zip", + "size": 145555, + "checksum": "SHA-256:277a949283b07a627db93730bbf8e3e89713fbc68b7f1561a506694134303d4e" }, { - "name": "PlayRtttl", - "version": "1.4.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupporting direct tone output at pin 11 for ATmega328. New Christmas songs example.", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.0.zip", - "archiveFileName": "PlayRtttl-1.4.0.zip", - "size": 77782, - "checksum": "SHA-256:5408b4b40cc5adf9aa3ad24d848d4267e119fb187e0df6a41ef7a06546297468" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.7.zip", + "size": 153889, + "checksum": "SHA-256:b96751d9b684c7deac767ad865a8dd34b3a2482faed027f632d8cdb871766b40" }, { - "name": "PlayRtttl", - "version": "1.4.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved blocking wait for ATmega32U4 Serial in examples.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.1.zip", - "archiveFileName": "PlayRtttl-1.4.1.zip", - "size": 79284, - "checksum": "SHA-256:6d1737b6add0dfbbb88d501c335a0259546cbefd4f059defa95c9643c1c537f5" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.8.zip", + "size": 153524, + "checksum": "SHA-256:71ed7a9250543e690be33af69a750ee637ceda41cb6f54e5e591de8a8a0f823c" }, { - "name": "PlayRtttl", - "version": "1.4.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", - "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"https://github.com/bhagman\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew example ReactionTimeTestGame.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/PlayRtttl", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.7.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PlayRtttl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.2.zip", - "archiveFileName": "PlayRtttl-1.4.2.zip", - "size": 103285, - "checksum": "SHA-256:cacc7338c76c5cd88dac50aac11a811ea8ab5365c4b00ed9a0b300db169870ce" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.7.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.7.9.zip", + "size": 153642, + "checksum": "SHA-256:957ad9752b18c86396c7fdfa4460542449f66b88cee896def598fe9a896252ea" }, { - "name": "EasyButtonAtInt01", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin (pin 2 / 3) using interrupts.\u003cbr/\u003eNo call of begin() or update() function needed. No blocking debouncing.\u003cbr/\u003e\u003cbr/\u003e", - "paragraph": "Just connect buttons between ground and pin 2 or 3 of your Arduino - thats it.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a callback function which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.h\"\u003cbr/\u003eEasyButton Button0AtPin2(true);\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eIf button timing is of interest, 3 variables are available:\u003cul\u003e\u003cli\u003eButtonPressDurationMillis\u003c/li\u003e\u003cli\u003eButtonLastChangeMillis\u003c/li\u003e\u003cli\u003eButtonReleaseMillis\u003c/li\u003e\u003c/ul\u003e", - "website": "https://github.com/ArminJo/EasyButtonAtInt01", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-1.0.0.zip", - "archiveFileName": "EasyButtonAtInt01-1.0.0.zip", - "size": 25719, - "checksum": "SHA-256:56af1969095ab5d12d2ce7dc55724f18eae51d59b500aad65d881b8648539a6d" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.0.zip", + "size": 153676, + "checksum": "SHA-256:53f15f5b631c1aa0feed2d413e805da4245bada35f18acec7c18be2cbba12b1d" }, { - "name": "EasyButtonAtInt01", - "version": "2.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin using interrupts.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003eNo call of begin() or update() function needed, no polling function to call. No blocking debouncing.\u003cbr/\u003e", - "paragraph": "INT0 and INT1 are connected to Pin 2 / 3 on most Arduinos (ATmega328), to PB6 / PA3 on ATtiny167 and on ATtinyX5 we have only INT0 at PB2.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eFunctions for long and double press detection are included.", - "website": "https://github.com/ArminJo/EasyButtonAtInt01", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-2.0.0.zip", - "archiveFileName": "EasyButtonAtInt01-2.0.0.zip", - "size": 48820, - "checksum": "SHA-256:af9e8f2137501adfe9c8f4dd2d61ea4ebb7eecb957769b273ce5f4ce4ac9d6c7" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.1.zip", + "size": 153699, + "checksum": "SHA-256:84515f9c436e11ac059dec585f1b43c452203c123536a4bacf65e566a26a1ed3" }, { - "name": "EasyButtonAtInt01", - "version": "2.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin using interrupts.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003eNo call of begin() or update() function needed, no polling function to call. No blocking debouncing.\u003cbr/\u003e", - "paragraph": "INT0 and INT1 are connected to Pin 2 / 3 on most Arduinos (ATmega328), to PB6 / PA3 on ATtiny167 and on ATtinyX5 we have only INT0 at PB2.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eNew: Revisited long and double press functions.", - "website": "https://github.com/ArminJo/EasyButtonAtInt01", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-2.1.0.zip", - "archiveFileName": "EasyButtonAtInt01-2.1.0.zip", - "size": 45304, - "checksum": "SHA-256:421a862321e675c43c8136f77aa995d5fa89a9e8746781ec4baa0d6c3002bd19" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.2.zip", + "size": 155122, + "checksum": "SHA-256:e4aa4d9ff70af92fea0a20f76cd5657dbbebb37f416b57c20045b03811d5e428" }, { - "name": "EasyButtonAtInt01", - "version": "3.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or INT1/pin3 using interrupts.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", - "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003eNew: Added button release handler.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/EasyButtonAtInt01", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.0.0.zip", - "archiveFileName": "EasyButtonAtInt01-3.0.0.zip", - "size": 46796, - "checksum": "SHA-256:ed0387c884140bf4fc9c9211d2897d396ada4177fd3e9b4283ba7628b18211b1" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.3.zip", + "size": 154899, + "checksum": "SHA-256:d2a277cb2cf0a5d88a6911dfcdd03ba646678aa2172f8094fa538297e4e43811" }, { - "name": "EasyButtonAtInt01", - "version": "3.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or INT1/pin3 using interrupts.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", - "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003eNew: 2 sets of constructors.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/EasyButtonAtInt01", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.1.0.zip", - "archiveFileName": "EasyButtonAtInt01-3.1.0.zip", - "size": 47400, - "checksum": "SHA-256:8234a184b9f00d99b7f3f4c8ac2c01a5227cd56d1163dc7429ee24f9e1578a4b" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.4.zip", + "size": 158423, + "checksum": "SHA-256:3a7f3866f151d720f5eb674b6a302526cb3830d25b0102bdd2651b275c025c7a" }, { - "name": "u-blox GNSS", - "version": "0.0.1", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "GNU", - "sentence": "GNSS GPS library without bells and whistles, simply works, low power.", - "paragraph": "GNSS GPS library without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/u-blox_GNSS", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "2.8.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/u-blox_GNSS.git", - "providesIncludes": [ - "ublox_GNSS.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/u_blox_GNSS-0.0.1.zip", - "archiveFileName": "u_blox_GNSS-0.0.1.zip", - "size": 6653881, - "checksum": "SHA-256:eaa80477d763b6ebf9cde572bddbc550e983ea0b783c005a1b1382431c98aa3b" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.5.zip", + "size": 158301, + "checksum": "SHA-256:3a81424c914171b851586608a5d972c434dc77e86e1b470b12212e2aed80f9e2" }, { - "name": "FrequencyDetector", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", - "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a tone switch (Pfeiffschalter) designed to react to human whistling .", - "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.0.0.zip", - "archiveFileName": "FrequencyDetector-1.0.0.zip", - "size": 205464, - "checksum": "SHA-256:d8e211b98aee0a6af8c9c5926b34321b293fd247cbd2ab6700bedb2679c3cb65" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.6.zip", + "size": 158421, + "checksum": "SHA-256:f113e9951a9801b294aacee3e3ed90d84bb0a084e1528eeda6f7374625e5c779" }, { - "name": "FrequencyDetector", - "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", - "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.", - "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.1.0.zip", - "archiveFileName": "FrequencyDetector-1.1.0.zip", - "size": 293620, - "checksum": "SHA-256:2663537cdcd22e307736dfae01db25c9eaa3ba9b927be4807e223f7eeb491aaa" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.7.zip", + "size": 158605, + "checksum": "SHA-256:0336febfc2229a8383564b69025563eda81a95c65895a47074dba693aebfd001" }, { - "name": "FrequencyDetector", - "version": "1.1.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", - "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.", - "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.1.1.zip", - "archiveFileName": "FrequencyDetector-1.1.1.zip", - "size": 294734, - "checksum": "SHA-256:31a05e121342465ab5fb08a7b93b671a022a3a9a181cd64eb3bdd3e21ca11b7a" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.8.zip", + "size": 159346, + "checksum": "SHA-256:1dd6fbca36b58654669ad0459842965503242f735eb40d1acd6e3e2691c10d05" }, { - "name": "FrequencyDetector", - "version": "2.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Measure the main frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", - "paragraph": "Detects frequency from 38 Hz to 9612 Hz and works even on an ATTiny85 with 1 MHz up to 4806 Hz. Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.\u003cbr/\u003eLike \u003ca href=\"https://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter\"\u003e Arduino Simple Audio Frequency Meter\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded plotter output of input signal. Renamed doPlausi() to doEqualDistributionPlausi().\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.8.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", - "dependencies": [ - { - "name": "ATtinySerialOut" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-2.0.0.zip", - "archiveFileName": "FrequencyDetector-2.0.0.zip", - "size": 313528, - "checksum": "SHA-256:15aec7f7ca2ad87a099f2c6d59877ac90c7215f893bca35d3af0dce1efdf6bae" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.8.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.8.9.zip", + "size": 158883, + "checksum": "SHA-256:79e8883a30e16e9c8f9c17a2c23f8c5ea9b9596e17cedc9d15eb6ee6f9ecc895" }, { - "name": "SparkFun DMX Shield Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "2.9.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.0.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.0.zip", - "size": 13785, - "checksum": "SHA-256:29ef6434564204cc64149e2c2bd1e9663ae5293a555b51cb6555b59ae9e15866" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.0.zip", + "size": 159290, + "checksum": "SHA-256:ae6c04a97f7da78e191711a01ebaedd66e0794854684ddf871bab0ff055ab401" }, { - "name": "SparkFun DMX Shield Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "2.9.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.1.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.1.zip", - "size": 13783, - "checksum": "SHA-256:a4e86358ac18c07f3cf1429285d4564b019610814d3571422a4eb83001ed07bd" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.1.zip", + "size": 160187, + "checksum": "SHA-256:7b79b656621784ddd19b4765115649e6c0fc8d5af117db9ce31c6b770a346800" }, { - "name": "SparkFun DMX Shield Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "2.9.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.2.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.2.zip", - "size": 13782, - "checksum": "SHA-256:7e194c32070b8d35a55f43d998ab7cb19c9deb2cd4506eadb80f1ee5cb5f8cea" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.2.zip", + "size": 161297, + "checksum": "SHA-256:877e6122b069d84f89e019b54e72e0079306d850b6bf1c4d7ccd01cc0d906675" }, { - "name": "SparkFun DMX Shield Library", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "2.9.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.3.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.3.zip", - "size": 13833, - "checksum": "SHA-256:08f6be3e83f91531cf7f7ef355f3865011f8aba8990562f9cb26849decb5efdd" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.3.zip", + "size": 161374, + "checksum": "SHA-256:d2403ac245ff1101483c0b9ebd07ccce196b2c4036654b358d53fe250bc4e1e9" }, { - "name": "SparkFun DMX Shield Library", - "version": "1.0.4", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "2.9.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.4.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.4.zip", - "size": 13890, - "checksum": "SHA-256:15d0ba9b022d0b2a9992c0d648bc794a0417d93f069eb6eb772cce82148e593e" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.4.zip", + "size": 164437, + "checksum": "SHA-256:dffc1e029ca57db4d04a3bfaa515c0a2f81b02048f2945e5452af62aea5709e1" }, { - "name": "SparkFun DMX Shield Library", - "version": "1.0.5", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", - "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", - "website": "https://github.com/sparkfun/SparkFunDMX", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "2.9.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFunDMX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.5.zip", - "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.5.zip", - "size": 14179, - "checksum": "SHA-256:5a8a87748c9530ab49165fb9f29db3e41693390bd8660856cce0af9aae85d0da" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.5.zip", + "size": 164575, + "checksum": "SHA-256:5abf2a4acd925bac30d6c80cf581c657ac440cff28a7251de168eec18bd8045d" }, { - "name": "BasicsLibrary", - "version": "1.0.0", - "author": "Tomas Roj; rojtomas@email.cz", - "maintainer": "Tomas Roj, rojtomas@email.cz", - "sentence": "An easy to use library for beginners with basic Arduino examples.", - "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it!", - "website": "https://github.com/TomasRoj/BasicsLibrary", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.9.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/TomasRoj/BasicsLibrary.git", - "providesIncludes": [ - "BasicsLibrary.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.0.0.zip", - "archiveFileName": "BasicsLibrary-1.0.0.zip", - "size": 4363, - "checksum": "SHA-256:22636af46c7c75c21b30616706eb080132f1b79594eb455ca687ae6eba9259a9" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.6.zip", + "size": 164640, + "checksum": "SHA-256:4b9005f922e570c7c7f39924be4917392f7cba34cbc379c360c122c30614edab" }, { - "name": "BasicsLibrary", - "version": "1.1.0", - "author": "Tomas Roj; rojtomas@email.cz", - "maintainer": "Tomas Roj, rojtomas@email.cz", - "sentence": "Library for beginners with examples.", - "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it! Supports ESP.", - "website": "https://github.com/TomasRoj/BasicsLibrary", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "2.9.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/TomasRoj/BasicsLibrary.git", - "providesIncludes": [ - "BasicsLibrary.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.1.0.zip", - "archiveFileName": "BasicsLibrary-1.1.0.zip", - "size": 15232, - "checksum": "SHA-256:71fe18527a0e6023af260170c616f017350ab10d87044a13be93217f02f3ba4d" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.7.zip", + "size": 165677, + "checksum": "SHA-256:cdacedf66f5d37f47e6d03733c583b6bd60bf88b26114da60f49ffadc56d2b6c" }, { - "name": "Ephemeris", - "version": "1.0.1", - "author": "Sebastien Marchand", - "maintainer": "MarScaper \u003csebastien@marscaper.com\u003e", - "sentence": "Arduino library for the calculation of ephemeris of the solar system with an Arduino Mega.", - "paragraph": "This library can be used for calculation of ephemeris for the Sun, Mercury, Venus, Earth's Moon, Mars, Jupiter, Saturn, Uranus, Neptune. For each solar system object you get: equatorial coordinates (RA/Dec), horizontal coordinates (Alt/Az), rise, set, distance (in A.U), and apparent diameter (in arcminutes). Due to VSOP87 and ELP2000 implementation, code needs too much flash memory for classic Arduinos (Uno, etc).", - "website": "https://github.com/MarScaper/ephemeris", - "category": "Data Processing", + "name": "Firebase ESP8266 Client", + "version": "2.9.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/MarScaper/ephemeris.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MarScaper/Ephemeris-1.0.1.zip", - "archiveFileName": "Ephemeris-1.0.1.zip", - "size": 195362, - "checksum": "SHA-256:70014c3a4046e63ed530e7b23d060d3323c089475503dd0c7278f301112cb9e3" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.8.zip", + "size": 165598, + "checksum": "SHA-256:2dd2760a41162c55617c22a3a6f726a87c1506975cb1eea9fcc4ad1c745d3d39" }, { - "name": "EspSoftwareSerial", - "version": "5.0.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "2.9.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0.zip", - "archiveFileName": "EspSoftwareSerial-5.0.0.zip", - "size": 17390, - "checksum": "SHA-256:4f8df69feeb4ba55077486b96ac6b5d56e4a2685a774b977405293548484a558" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-2.9.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-2.9.9.zip", + "size": 166588, + "checksum": "SHA-256:54d038d219ec6f657a63a96eeac6ea651c7ea5e84b098193a7591b6a4ab2a1eb" }, { - "name": "EspSoftwareSerial", - "version": "5.0.0-rc1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0-rc1.zip", - "archiveFileName": "EspSoftwareSerial-5.0.0-rc1.zip", - "size": 16383, - "checksum": "SHA-256:4f28d3b4acfd583bf02536c6199e9a5886cd3e669540b33fb9f93a1588ceb685" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.1.zip", + "size": 166521, + "checksum": "SHA-256:7347db1035a6d6fcbb9fe61c0a13aed6f469b8e1208914955330e028eac0ef1d" }, { - "name": "EspSoftwareSerial", - "version": "5.0.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.2.zip", - "archiveFileName": "EspSoftwareSerial-5.0.2.zip", - "size": 17506, - "checksum": "SHA-256:b2007643d0bd5bbbea2ba2ec98cbd6c80ffd971f58c5857bc1b84aeaf7e0e606" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.2.zip", + "size": 166499, + "checksum": "SHA-256:06d8dbe65da65e8598be2253b8fb46dfcb174afa34ad1d696d144686c9036a10" }, { - "name": "EspSoftwareSerial", - "version": "5.0.3", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.3.zip", - "archiveFileName": "EspSoftwareSerial-5.0.3.zip", - "size": 17506, - "checksum": "SHA-256:c2f4a9d63c17d41450f893d0ba12cd6d39c6d96cb10719010d9738fae608a5bb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.3.zip", + "size": 166688, + "checksum": "SHA-256:e0d92dddfeac5f11f3a74c37591b3f473d481803afceceddd86329d78bbbc9da" }, { - "name": "EspSoftwareSerial", - "version": "5.0.4", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.4.zip", - "archiveFileName": "EspSoftwareSerial-5.0.4.zip", - "size": 17505, - "checksum": "SHA-256:2949c32dc6a7114b1e8f585ef8e8412d354d172e1c9a33cec7d07fd03eb93071" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.4.zip", + "size": 385862, + "checksum": "SHA-256:f18d5aa7edd8b98c26436b49320de7f81c3cb7a88e56dbbf465487732d7370bc" }, { - "name": "EspSoftwareSerial", - "version": "5.2.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.0.zip", - "archiveFileName": "EspSoftwareSerial-5.2.0.zip", - "size": 21035, - "checksum": "SHA-256:08790885f969d9e6bc9bccaadd2c973a30a18ee9d6eaa797d98517472cc5c102" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.5.zip", + "size": 385990, + "checksum": "SHA-256:410850de693f5370e2088468fbb0ab7aa3c2c99564ce860e186e1c4e2a13bcf4" }, { - "name": "EspSoftwareSerial", - "version": "5.2.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.1.zip", - "archiveFileName": "EspSoftwareSerial-5.2.1.zip", - "size": 20999, - "checksum": "SHA-256:0722ddcc22972b8ae77d4a40e8b8b1673a038d5c1a540d10f2a33fec9c19fadb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.6.zip", + "size": 385943, + "checksum": "SHA-256:bef77cdbf61ce00415b11ce91d7df24c0b8e7ce9ba44fa3a2b933a20e908e332" }, { - "name": "EspSoftwareSerial", - "version": "5.2.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.2.zip", - "archiveFileName": "EspSoftwareSerial-5.2.2.zip", - "size": 21038, - "checksum": "SHA-256:48baf6c82a8873d874674f6cda03a6da87521fb86759eb6dde8744f510598d62" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.0.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.0.7.zip", + "size": 374074, + "checksum": "SHA-256:bba961a609a298d694d533e20585b3217053cd743d1cd6fb8966c541d45796e5" }, { - "name": "EspSoftwareSerial", - "version": "5.2.3", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.3.zip", - "archiveFileName": "EspSoftwareSerial-5.2.3.zip", - "size": 22660, - "checksum": "SHA-256:989489926358471f2ac0664124bb09dbae113bc903823f4c6e017e62ea23c78d" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.0.zip", + "size": 426479, + "checksum": "SHA-256:affe3695bd528b112ef5f083a0e85a6baf0152fb04004891f09cfbe79a79eee5" }, { - "name": "EspSoftwareSerial", - "version": "5.2.5", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.5.zip", - "archiveFileName": "EspSoftwareSerial-5.2.5.zip", - "size": 22665, - "checksum": "SHA-256:a90efe93f355802eaf1e760453334707cd673c03ef2d1a355777e8cd792e6b3d" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.1.zip", + "size": 427200, + "checksum": "SHA-256:7dcea49016dfaf567679a1c71e561d0aecfade28b9d5928e9fcf87044fc54450" }, { - "name": "EspSoftwareSerial", - "version": "5.2.6", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.6.zip", - "archiveFileName": "EspSoftwareSerial-5.2.6.zip", - "size": 22664, - "checksum": "SHA-256:fd2cc36d954c554b8cbcef8644e4dba1f9bac9264eaa3109c806a9fa08401ce2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.2.zip", + "size": 427236, + "checksum": "SHA-256:88bfe18e29e147650115ae1355ae56fd6f0d542087c2bc5780b59c4106cc254b" }, { - "name": "EspSoftwareSerial", - "version": "5.2.8", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.8.zip", - "archiveFileName": "EspSoftwareSerial-5.2.8.zip", - "size": 22950, - "checksum": "SHA-256:fdad1e8509f6b2f0462ce389249ff3fc8a2ed550338ed11092887c50b5f9a866" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.3.zip", + "size": 1114761, + "checksum": "SHA-256:3e5c95a0c5223e26cd1fbf3eb0c7cb850e1a6c7d3ea6b30bc3dbba7862595fff" }, { - "name": "EspSoftwareSerial", - "version": "5.2.9", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.9.zip", - "archiveFileName": "EspSoftwareSerial-5.2.9.zip", - "size": 23049, - "checksum": "SHA-256:a4da3afeb10fd146ef3b2b4d15bd213a9c13b062a31a1f70157fd24b180642da" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.4.zip", + "size": 1116164, + "checksum": "SHA-256:d7e8a71b1447171f58b0bd1ee69d418e1847f1a86dc221873a927b75f8525d01" }, { - "name": "EspSoftwareSerial", - "version": "5.3.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.0.zip", - "archiveFileName": "EspSoftwareSerial-5.3.0.zip", - "size": 24568, - "checksum": "SHA-256:691d2b6bcde23d9d9e54a4220c248fda4d7597a5d53d6dec54160db2cc2f63b8" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.5.zip", + "size": 1117067, + "checksum": "SHA-256:09d07786847a4fd82454ff08c34eac209f733ec2c20df1b698a2877dd4a13b8a" }, { - "name": "EspSoftwareSerial", - "version": "5.3.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.1.zip", - "archiveFileName": "EspSoftwareSerial-5.3.1.zip", - "size": 24790, - "checksum": "SHA-256:5975703b0c73d46f6ad51d3a901be1e7de394d24af99b4c2f2c64e64d232081c" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.6.zip", + "size": 1117046, + "checksum": "SHA-256:c876a137f012ad65f34ad1ba51330d776d7ace5c25d4ed3b5aa2bf0c0e790235" }, { - "name": "EspSoftwareSerial", - "version": "5.3.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.2.zip", - "archiveFileName": "EspSoftwareSerial-5.3.2.zip", - "size": 24804, - "checksum": "SHA-256:89235d7664dbde4b74bcfeb6600659ddb9fa6175de37e4e102cbaf8ef22e7747" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.7.zip", + "size": 1117040, + "checksum": "SHA-256:eec20c0f476c359304cb7afb375e8cd7b65c99400d5c517897e05e98753fd7b1" }, { - "name": "EspSoftwareSerial", - "version": "5.3.3", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.3.zip", - "archiveFileName": "EspSoftwareSerial-5.3.3.zip", - "size": 24813, - "checksum": "SHA-256:12b41397e06e008de24709a65541b9ec3c2203a698bed2d5b9fb1a9e55447fd3" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.8.zip", + "size": 1117312, + "checksum": "SHA-256:c113dfd490da1ef7313e6cb81ccee9788d45226be1fdf2bc49c1be8cab01d4de" }, { - "name": "EspSoftwareSerial", - "version": "5.3.4", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.4.zip", - "archiveFileName": "EspSoftwareSerial-5.3.4.zip", - "size": 24983, - "checksum": "SHA-256:8446d06c5e3397281b58c1de029de5e256903043aa139574d85d25e3031cbcd5" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.9.zip", + "size": 1117148, + "checksum": "SHA-256:505f2d63d40eda18ebfe33e6e5424022aeaf4d39b4244f0b99fa122c515bbcac" }, { - "name": "EspSoftwareSerial", - "version": "5.3.6", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.6.zip", - "archiveFileName": "EspSoftwareSerial-5.3.6.zip", - "size": 25374, - "checksum": "SHA-256:fafd5bd8fe943df90624fd50698dca0553d438257a507c3ed4b8652c4ca9f466" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.12.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.12.zip", + "size": 1148720, + "checksum": "SHA-256:a2128de37797f219effab75377477ee4e5e3c4691fdfbc86fffaee46b162d3bf" }, { - "name": "EspSoftwareSerial", - "version": "5.4.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.4.0.zip", - "archiveFileName": "EspSoftwareSerial-5.4.0.zip", - "size": 25267, - "checksum": "SHA-256:1db0c24d0b07aa062e7fc0fa446af3872e81e1a65031157aa6c69ac4d2eca806" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.13.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.13.zip", + "size": 1153129, + "checksum": "SHA-256:0f5a970bf6a91e900ad9242e03ba76f3db07ef5a18e3a91aec4f8236e3c07df6" }, { - "name": "EspSoftwareSerial", - "version": "6.0.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.0.0.zip", - "archiveFileName": "EspSoftwareSerial-6.0.0.zip", - "size": 25521, - "checksum": "SHA-256:b8a9432677cc942fc016c5c71ea8c0cc5389bec7ba625e6eae8b4ffdbe7a7f6f" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.14.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.14.zip", + "size": 1154696, + "checksum": "SHA-256:869ed74fe8b33ba6f160b7fb3a1388490741eca9cc670a5afe1680ee7a16137b" }, { - "name": "EspSoftwareSerial", - "version": "6.1.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.1.0.zip", - "archiveFileName": "EspSoftwareSerial-6.1.0.zip", - "size": 27358, - "checksum": "SHA-256:ba68d1112c617ea41a9c4d6efe06d6b80e3a2553a2542dbaf2c95efdff7fbd19" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.15.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.15.zip", + "size": 1154546, + "checksum": "SHA-256:0b51c7abb4edd42992d6349e003b51f95b35ec0984df9c8deea1be710d7d5649" }, { - "name": "EspSoftwareSerial", - "version": "6.1.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.1.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.1.1.zip", - "archiveFileName": "EspSoftwareSerial-6.1.1.zip", - "size": 27361, - "checksum": "SHA-256:10a56c42470f7397114d1429e008445f627bbfcacf506c51932bf87077bb90a3" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.1.16.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.1.16.zip", + "size": 1155799, + "checksum": "SHA-256:e422c72cd819d579761cb9bee9c941ee8d2cce5baf5e4cdbfc3d95519b77e8a1" }, { - "name": "EspSoftwareSerial", - "version": "6.2.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", - "architectures": [ - "esp8266", - "esp32" - ], + "name": "Firebase ESP8266 Client", + "version": "3.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", + "architectures": [ + "esp8266" + ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.2.0.zip", - "archiveFileName": "EspSoftwareSerial-6.2.0.zip", - "size": 27404, - "checksum": "SHA-256:b6ec1ccac3bcca5ffdcf58de5e0f592f2d7e8e0ae178f3d082108077cb545b34" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.0.zip", + "size": 1158075, + "checksum": "SHA-256:3d1860b3b4d445985d2da7bb324fbf41fea54e2c71020a3778e45e8dfb23c18b" }, { - "name": "EspSoftwareSerial", - "version": "6.2.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.2.2.zip", - "archiveFileName": "EspSoftwareSerial-6.2.2.zip", - "size": 27442, - "checksum": "SHA-256:d209c26cb12f4fb5649277620d4f8d95b53657a4d5f4036827f5c21e67b23539" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.1.zip", + "size": 1158205, + "checksum": "SHA-256:a57ad27c1426768c9478f90adeb34d78f22e08cb8aed95e28afec263982ee3ba" }, { - "name": "EspSoftwareSerial", - "version": "6.3.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.3.0.zip", - "archiveFileName": "EspSoftwareSerial-6.3.0.zip", - "size": 27159, - "checksum": "SHA-256:d89e8fbe05bf53a9ae880daf693cea11d42948365e6741b36b57648c06b65bf5" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.2.zip", + "size": 1138949, + "checksum": "SHA-256:bdc7ddd158e1198df4bf533f8b6ae02fe6d752ca03701f19cb10d19a55bb8e33" }, { - "name": "EspSoftwareSerial", - "version": "6.4.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.4.0.zip", - "archiveFileName": "EspSoftwareSerial-6.4.0.zip", - "size": 29431, - "checksum": "SHA-256:1d0ec4d41ed4654eaf5d8556e354afc3b06723739aef23aa1ed1d6658a8779db" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.2.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.2.3.zip", + "size": 1187513, + "checksum": "SHA-256:b802a905eb14daf12c930b0c964c80d909b4df47d8f59fa77a80921a11b6d2c5" }, { - "name": "EspSoftwareSerial", - "version": "6.5.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.0.zip", - "archiveFileName": "EspSoftwareSerial-6.5.0.zip", - "size": 34592, - "checksum": "SHA-256:7b68fc3b3541f34ad5853ff8183e53044fef98a2b54d118efdc3e5bcae1882f4" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.0.zip", + "size": 1226312, + "checksum": "SHA-256:7be9e280d5028abc38a8eeec529cf9510ef55be802fb151c4163cdf6c2644655" }, { - "name": "EspSoftwareSerial", - "version": "6.5.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.1.zip", - "archiveFileName": "EspSoftwareSerial-6.5.1.zip", - "size": 34747, - "checksum": "SHA-256:0d462532e017666129471652bca96434a3973ebcdc807d351ed5ff5580a86823" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.1.zip", + "size": 1226371, + "checksum": "SHA-256:d295ae26d1365ad85270c89736166b704c9a6dd606b395ec6b614800b325e485" }, { - "name": "EspSoftwareSerial", - "version": "6.5.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.2.zip", - "archiveFileName": "EspSoftwareSerial-6.5.2.zip", - "size": 34758, - "checksum": "SHA-256:8c64ed0632dbd861b645cda80cebf52841afaa2604d11eb95a93f0ddb0e69607" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.2.zip", + "size": 1226306, + "checksum": "SHA-256:4a4c5d762f0d8ef5223d8a7b895c78a422233bb07a51cbe2fd0b640d870b8b95" }, { - "name": "EspSoftwareSerial", - "version": "6.5.3", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.3.zip", - "archiveFileName": "EspSoftwareSerial-6.5.3.zip", - "size": 34822, - "checksum": "SHA-256:0f5172e9905729bcd7a80b14d6eceb96364eabd561816ac77725b2c9fd124c43" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.3.zip", + "size": 1226407, + "checksum": "SHA-256:a20f7d3342ae508d5b5094311ad4d8764fc1fca32913f32caab7109186be9c1c" }, { - "name": "EspSoftwareSerial", - "version": "6.5.4", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.4.zip", - "archiveFileName": "EspSoftwareSerial-6.5.4.zip", - "size": 34856, - "checksum": "SHA-256:dcbcda278911e0f44785a0d7417d8f6b5e33ef36d1a99bd9a51949c2013b3ea2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.4.zip", + "size": 1226412, + "checksum": "SHA-256:4464c624392c1f4d359faccf03643393fd7616bcb24e10343e572866d73abaad" }, { - "name": "EspSoftwareSerial", - "version": "6.6.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.0.zip", - "archiveFileName": "EspSoftwareSerial-6.6.0.zip", - "size": 44360, - "checksum": "SHA-256:af332be641286cb6adcef0559418135b3ea81ba68ff1eb03ed48d4c4ac891772" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.5.zip", + "size": 1226434, + "checksum": "SHA-256:bf06f7b3e6d9e46036227f647353d9ea0b0111b558386162a55ac194defd6902" }, { - "name": "EspSoftwareSerial", - "version": "6.6.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.1.zip", - "archiveFileName": "EspSoftwareSerial-6.6.1.zip", - "size": 44352, - "checksum": "SHA-256:d04b84173825bdead9a97f92b483fbb532528f0155c26862c229ee71504c5fb6" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.6.zip", + "size": 1226463, + "checksum": "SHA-256:007328e1eaed1203de37ce683d5a757b3644deaa50ebdd595419ff162c2b9e6e" }, { - "name": "EspSoftwareSerial", - "version": "6.6.4", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.4.zip", - "archiveFileName": "EspSoftwareSerial-6.6.4.zip", - "size": 44519, - "checksum": "SHA-256:67a2f47e6637b621954e51e854e208768dc386be626db939845d306682aa6753" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.3.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.3.7.zip", + "size": 1226414, + "checksum": "SHA-256:9385023af051fd2757215a2e36dd8d33fdaa482cfad22e16b4206d8d3f1b10b8" }, { - "name": "EspSoftwareSerial", - "version": "6.7.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.7.1.zip", - "archiveFileName": "EspSoftwareSerial-6.7.1.zip", - "size": 44584, - "checksum": "SHA-256:d69b62141c076874154f43ea3a32827fdc4b8da4cd5f7c86c72110daea5fb7b0" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.4.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.4.0.zip", + "size": 1289350, + "checksum": "SHA-256:38b874a2b31c3b9e2b77a8fc1c9187cf71e550a9b11d879c54714904ef2499cd" }, { - "name": "EspSoftwareSerial", - "version": "6.7.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.7.2.zip", - "archiveFileName": "EspSoftwareSerial-6.7.2.zip", - "size": 45527, - "checksum": "SHA-256:f75e338ef750bf206fa15745c287fbc3c04a170bd21a6c7fb21fd935e13d16f7" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.4.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.4.1.zip", + "size": 1287318, + "checksum": "SHA-256:ef467ab546a6a50117b51c70d138c3c08c0ceeab6c69925070199063a47433c9" }, { - "name": "EspSoftwareSerial", - "version": "6.8.0", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the most reliable operations for read, store, update, delete, backup and restore the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.0.zip", - "archiveFileName": "EspSoftwareSerial-6.8.0.zip", - "size": 45545, - "checksum": "SHA-256:29dc4933dfa54a5eb44f0e1ded5fc3d48f5c3ec2a4dcbabace1cbb915e0c0316" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.4.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.4.2.zip", + "size": 1288063, + "checksum": "SHA-256:aeb59c6fbb1e0e9cceadf54eb8532adab620a9d82b7940ec8a61f1929e4491b5" }, { - "name": "EspSoftwareSerial", - "version": "6.8.1", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.1.zip", - "archiveFileName": "EspSoftwareSerial-6.8.1.zip", - "size": 45575, - "checksum": "SHA-256:7cb6add5fce2a211f9c5118a2bfdfd1309eca7d5692abc280289d868f4568649" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.4.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.4.3.zip", + "size": 1288495, + "checksum": "SHA-256:d4923016cb810d8d3c46292f7e5c2c357095efcddcd161681896265fe1bc3cb6" }, { - "name": "EspSoftwareSerial", - "version": "6.8.2", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.4.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.2.zip", - "archiveFileName": "EspSoftwareSerial-6.8.2.zip", - "size": 45523, - "checksum": "SHA-256:681afececae420a649d05668ab7ec09252258403bc469e994d1fbc1fd0af749c" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.4.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.4.4.zip", + "size": 1290954, + "checksum": "SHA-256:b1d89a0f19882ce261627692de7dbcf0751f6f095f5af98c63f7076891fa9141" }, { - "name": "EspSoftwareSerial", - "version": "6.8.3", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.5.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.3.zip", - "archiveFileName": "EspSoftwareSerial-6.8.3.zip", - "size": 45548, - "checksum": "SHA-256:664ee7edd5a527e1ed3279d5fd6c05094b0a831ccee0997704726ed40b6c5d28" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.5.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.5.0.zip", + "size": 1297963, + "checksum": "SHA-256:134d2329fa75e13b8d166e6995abbf0a4d34d8d187093cbe29665c22a1e0fbdd" }, { - "name": "EspSoftwareSerial", - "version": "6.8.4", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.5.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.4.zip", - "archiveFileName": "EspSoftwareSerial-6.8.4.zip", - "size": 45581, - "checksum": "SHA-256:5e547a5a038826dd6d34cacb9ec6766cbfdf3a8e567cfce94b10f1c22dbb91c9" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.5.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.5.1.zip", + "size": 1301382, + "checksum": "SHA-256:47d75a427c9c29a8ca70c20e2f5fa2fb17b98db68434842d7fa30b9bba60eb4e" }, { - "name": "EspSoftwareSerial", - "version": "6.8.5", - "author": "Peter Lerup, Dirk Kaar", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.5.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.5.zip", - "archiveFileName": "EspSoftwareSerial-6.8.5.zip", - "size": 45682, - "checksum": "SHA-256:682516f7ac050bbe3d222d9ae8661a0987bf688c13816a67aed744b3c8aada3f" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.5.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.5.2.zip", + "size": 1300781, + "checksum": "SHA-256:4cccff895daab7ef58e9d06f34a36aef499e816008d2ebd790eff9dc914897c5" }, { - "name": "EspSoftwareSerial", - "version": "6.9.0", - "author": "Dirk Kaar, Peter Lerup", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.5.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.9.0.zip", - "archiveFileName": "EspSoftwareSerial-6.9.0.zip", - "size": 45831, - "checksum": "SHA-256:5ad967891387f77e2fc2f5aa35da388058deb8a3b4697fd59da003c6cdf23d50" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.5.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.5.4.zip", + "size": 1800420, + "checksum": "SHA-256:057e3e7a9da939b60ba2a7139b2ce8f9e9979cc98c8b022ff8417dc3cdc46de5" }, { - "name": "EspSoftwareSerial", - "version": "6.10.0", - "author": "Dirk Kaar, Peter Lerup", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.5.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.10.0.zip", - "archiveFileName": "EspSoftwareSerial-6.10.0.zip", - "size": 45915, - "checksum": "SHA-256:0262720c2e602b42d0467105d354e36f0649af542de947ef3e3f3c0ac2fe7c96" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.5.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.5.5.zip", + "size": 1908669, + "checksum": "SHA-256:3bb177a4278c952bbb4662c0ded4b194761b95f010e14de7e732650e95bbe347" }, { - "name": "EspSoftwareSerial", - "version": "6.10.1", - "author": "Dirk Kaar, Peter Lerup", - "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "website": "https://github.com/plerup/espsoftwareserial/", - "category": "Signal Input/Output", + "name": "Firebase ESP8266 Client", + "version": "3.5.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/plerup/espsoftwareserial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.10.1.zip", - "archiveFileName": "EspSoftwareSerial-6.10.1.zip", - "size": 45986, - "checksum": "SHA-256:38ee3ab2cd724856bfd632869093ed9b50b98fd9041a8e80a2a888d6d038b0b2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.5.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.5.6.zip", + "size": 1909862, + "checksum": "SHA-256:6366e9ee0fe7e542e73a659808032b1bbdfde2c22136808957576ab5411ed18c" }, { - "name": "Tasks", - "version": "1.0.0", - "author": "Ethan McTague", - "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", - "sentence": "A library that handles ongoing tasks.", - "paragraph": "Allows objects to tie into the main loop.", - "website": "https://github.com/emctague/libut", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "3.6.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/emctague/Tasks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.0.zip", - "archiveFileName": "Tasks-1.0.0.zip", - "size": 3297, - "checksum": "SHA-256:24d055ef5544a22b44febd43beb150c9c84697335a427b16adeb2e354848870e" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.6.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.6.0.zip", + "size": 1916166, + "checksum": "SHA-256:bb07f4b394a2a53e2f176a95999bf884a15a568abd50dd5e6a6a439176959fb2" }, { - "name": "Tasks", - "version": "1.0.2", - "author": "Ethan McTague", - "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", - "sentence": "A library that handles ongoing tasks.", - "paragraph": "Allows objects to tie into the main loop.", - "website": "https://github.com/emctague/Tasks", - "category": "Other", + "name": "Firebase ESP8266 Client", + "version": "3.6.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/emctague/Tasks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.2.zip", - "archiveFileName": "Tasks-1.0.2.zip", - "size": 3324, - "checksum": "SHA-256:a3d4fe827546d28874c15ca1e95842c78f17ab3f8a52995c4f6c8d98cf5349b6" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.6.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.6.2.zip", + "size": 2023916, + "checksum": "SHA-256:ae651934f3598c7d058f9965f8f82aaab8cc16837a0c473e781038b890409512" }, { - "name": "Grove - Coulomb Counter for 3.3V to 5V LTC2941", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941)", - "paragraph": "An Arduino Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941) use to count current coulomp", - "website": "https://github.com/Seeed-Studio/Seeed_LTC2941", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.6.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_LTC2941.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", - "archiveFileName": "Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", - "size": 8996, - "checksum": "SHA-256:454dfab619f6bcb7c0d2d2827c89440dc138dfc476236ed4a82f3987223a2ee0" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.6.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.6.3.zip", + "size": 2024313, + "checksum": "SHA-256:dd32e60f3298f69daf3af5f90a7453264eac6693f77973c267018ede98c6fb6d" }, { - "name": "Grove - Motor Driver TB6612FNG", - "version": "0.0.1", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library of Grove - Motor Driver(TB6612FNG)", - "paragraph": "Arduino library of Grove - Motor Driver(TB6612FNG)", - "website": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.6.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store, update, delete, monitor the value changes, backup, restore, read and modify the security rules of the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Motor_Driver_TB6612FNG-0.0.1.zip", - "archiveFileName": "Grove___Motor_Driver_TB6612FNG-0.0.1.zip", - "size": 22148, - "checksum": "SHA-256:c4e4d0f097a63b77161294c7765518897be4f74888b854bf5e8b16d786c3cb48" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.6.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.6.4.zip", + "size": 2024316, + "checksum": "SHA-256:6effe07b61e3fd88bc1cabc09100b8eac7d11122a681ff1f17d54fc8ce0fdf95" }, { - "name": "Grove - 2-Channel Inductive Sensor LDC1612", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Seeed Inductive Sensor LDC1612.", - "paragraph": "Arduino library to control Seeed Inductive Sensor LDC1612.", - "website": "https://github.com/Seeed-Studio/Seeed_LDC1612", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.6.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_LDC1612.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", - "archiveFileName": "Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", - "size": 15213, - "checksum": "SHA-256:fcefd5dd0285b51b3a0cbb7615e1fad29d23bc804026b917acaf66d3de82dcbb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.6.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.6.5.zip", + "size": 2024334, + "checksum": "SHA-256:2576071153e6a513ca54cc292a693b83cbb23ea47f2bf724de6979c904a011a4" }, { - "name": "Grove - Capacitive Touch Slide Sensor CY8C40XX", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove_touch_sensor_CY8C40XX.", - "paragraph": "Arduino library to control Grove_touch_sensor_CY8C40XX.", - "website": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.7.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", - "archiveFileName": "Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", - "size": 8467, - "checksum": "SHA-256:6e5ecd15d3259cf50e33a83bcb8ae68aa0877ed59a87a0bf2f1c7a9b65e62ecf" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.7.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.7.0.zip", + "size": 2051703, + "checksum": "SHA-256:dbc652894fc1385c1a252cf5533e5906475858ac4fb8c2efe1263bca2c2fe77b" }, { - "name": "Grove - I2C UV Sensor VEML6070", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove UV sensor VEML6070.", - "paragraph": "Arduino library to control Grove UV sensor VEML6070.", - "website": "https://github.com/Seeed-Studio/Seeed_VEML6070", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.7.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_VEML6070.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", - "archiveFileName": "Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", - "size": 8010, - "checksum": "SHA-256:255133b5bea3966c75d3749c6da2e4ff1f1038890a5110b217a4a69339ee61e2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.7.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.7.1.zip", + "size": 2052003, + "checksum": "SHA-256:b8e7639b700abd80675e8166ed01b937ec446b8f440b4913cc0d1e82f4721f04" }, { - "name": "Grove - Laser PM2.5 Sensor HM3301", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control PM2.5 sensor(HM3300).", - "paragraph": "Arduino library to control PM2.5 sensor(HM3300).", - "website": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.7.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301.git", - "providesIncludes": [ - "Seeed_HM330X.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", - "archiveFileName": "Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", - "size": 9081, - "checksum": "SHA-256:53f8401b6ef66b0df39f6635eb5007befb80e0d74768bd8c4e9f20d8c8a0c6c4" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.7.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.7.2.zip", + "size": 2052068, + "checksum": "SHA-256:fa272d8c69ccb53dec774bc5a55b920e415ddc7b72af14dbdc74e05300332223" }, { - "name": "Grove - Laser PM2.5 Sensor HM3301", - "version": "1.0.2", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control PM2.5 sensor(HM3300).", - "paragraph": "Arduino library to control PM2.5 sensor(HM3300).", - "website": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.7.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301.git", - "providesIncludes": [ - "Seeed_HM330X.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Laser_PM2_5_Sensor_HM3301-1.0.2.zip", - "archiveFileName": "Grove___Laser_PM2_5_Sensor_HM3301-1.0.2.zip", - "size": 9083, - "checksum": "SHA-256:4be3db8c11c9486dbf4eb16178ec476d544776b96564e71b10bbfad21c8098f6" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.7.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.7.3.zip", + "size": 2053889, + "checksum": "SHA-256:3d11b120877be835f5537f2b38a1a2ea700dfc1dd5fb362f31fb42b4a8655add" }, { - "name": "Grove - I2C High Accuracy Temp_Humi Sensor SHT35", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove Temperature sensor SHT35.", - "paragraph": "Arduino library to control Grove Temperature sensor SHT35.", - "website": "https://github.com/Seeed-Studio/Seeed_SHT35", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.7.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_SHT35.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", - "archiveFileName": "Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", - "size": 9921, - "checksum": "SHA-256:4b13eab99d8a56f2f112f6e678bfd607c0cdb043ed138f35707c2644da163a68" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.7.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.7.4.zip", + "size": 2058211, + "checksum": "SHA-256:61ae846bd1d51ec5817b624476d1290b7647218ab6cf6552f92e2d301568c887" }, { - "name": "Grove - I2C Thermocouple Amplifier MCP9600", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove Temperature sensor MCP9600.", - "paragraph": "Arduino library to control Grove Temperature sensor MCP9600.", - "website": "https://github.com/Seeed-Studio/Seeed_MCP9600", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.7.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_MCP9600.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", - "archiveFileName": "Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", - "size": 13883, - "checksum": "SHA-256:8272f92116c03fe4eee93332e528f6f0c664a9ec29826a7a9ba6479f83cfc1d1" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.7.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.7.5.zip", + "size": 2058616, + "checksum": "SHA-256:bc893560f624c1e3bc7c388c2ec222b9514ed55162bdb139c947e68922620212" }, { - "name": "Seeed-PCA9685", - "version": "0.0.1", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library of 16-Channel Servo Driver", - "paragraph": "Arduino library of 16-Channel Servo Driver", - "website": "https://github.com/Seeed-Studio/Seeed_PCA9685", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.8.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_PCA9685.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_PCA9685-0.0.1.zip", - "archiveFileName": "Seeed_PCA9685-0.0.1.zip", - "size": 21340, - "checksum": "SHA-256:be42f3217246ee6628b08f6b142384d3ee8b83ca00633b3ade84e854fc301c88" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.8.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.8.0.zip", + "size": 2064369, + "checksum": "SHA-256:b179be867fc80562808ef2912696bb5ec76e3a28bd1222865d1aac9017544b66" }, { - "name": "esp_sds011", - "version": "0.3.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/doknet/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.8.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.3.0.zip", - "archiveFileName": "esp_sds011-0.3.0.zip", - "size": 6823, - "checksum": "SHA-256:75553aba11da1f11c2513438f19671620dcd5218de74616f93c8769ad186f919" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.8.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.8.1.zip", + "size": 2069779, + "checksum": "SHA-256:5b4f3c8dd313c8ec0bf0c669d3d8ff15d0c7be73e3fcafcc01a1e216438aa829" }, { - "name": "esp_sds011", - "version": "0.4.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.8.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.4.1.zip", - "archiveFileName": "esp_sds011-0.4.1.zip", - "size": 9871, - "checksum": "SHA-256:172fef317af2f3af3c0c4b215dafa148f3de341d4f902ee82f28494586bfe562" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.8.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.8.2.zip", + "size": 2069899, + "checksum": "SHA-256:3f154dd946ca95fcc32ae18b7aab24ffb694548087fddc74ee459d6a377734d5" }, { - "name": "esp_sds011", - "version": "0.5.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.8.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.0.zip", - "archiveFileName": "esp_sds011-0.5.0.zip", - "size": 10871, - "checksum": "SHA-256:f7bb5ec5c6ea2bc0ba47901546302e6e1eaad519df13fe62d465d440abaf99f2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.8.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.8.3.zip", + "size": 2069817, + "checksum": "SHA-256:b058bcf71ba0afb973a92202d19370ed7c013e0f81b74e2c4fcd6c00693dc868" }, { - "name": "esp_sds011", - "version": "0.5.2", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.8.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.2.zip", - "archiveFileName": "esp_sds011-0.5.2.zip", - "size": 10877, - "checksum": "SHA-256:4c72259010be0446b7d661b381e9f3e9bba9f55924cd07447280ee5bdeda8e63" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.8.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.8.4.zip", + "size": 2092914, + "checksum": "SHA-256:493be9f1a0c8349d4094a636a5859bb3c9b3b45503aa0c5628f7bf0cf05f8a7d" }, { - "name": "esp_sds011", - "version": "0.6.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.8.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.6.0.zip", - "archiveFileName": "esp_sds011-0.6.0.zip", - "size": 10960, - "checksum": "SHA-256:bb66f3fff88105628fc1a6059cdba3b47f2aed6855a2dd00d2e2f99eca9bf09c" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.8.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.8.5.zip", + "size": 2092851, + "checksum": "SHA-256:a7d3ec0493120d5517626c9b706c1d66812280312642bbef0598231dbc907c49" }, { - "name": "esp_sds011", - "version": "0.6.2", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.9.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.6.2.zip", - "archiveFileName": "esp_sds011-0.6.2.zip", - "size": 10942, - "checksum": "SHA-256:a32423c6a194b3cd3caa222a23391639afa3175ba3adfc3809150fe0198fa261" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.0.zip", + "size": 2093255, + "checksum": "SHA-256:e010a0f78929799a18cce9a734f562ba8461635020438c16b63d52d9cc3a1e08" }, { - "name": "esp_sds011", - "version": "0.7.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.9.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.7.1.zip", - "archiveFileName": "esp_sds011-0.7.1.zip", - "size": 11025, - "checksum": "SHA-256:069cb220c651729c828c0f5e32d671d543643c46b185573047e49c01e542d242" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.1.zip", + "size": 2093243, + "checksum": "SHA-256:f297a77926be5911330d5a247a0ad8119507ce483484d410aec031655d20737f" }, { - "name": "esp_sds011", - "version": "0.9.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.9.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ "esp8266", - "esp32" - ], - "types": [ + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.9.0.zip", - "archiveFileName": "esp_sds011-0.9.0.zip", - "size": 11066, - "checksum": "SHA-256:8fb2e71cda0d870672c0b7e7e036d7a7cba5b29f897d57df73e8f3b330c205b7" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.2.zip", + "size": 2093486, + "checksum": "SHA-256:6b0276d40b4b39235f29fda360b2c8233f1ccba88ce65e6122427cf148137720" }, { - "name": "esp_sds011", - "version": "0.11.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", - "website": "https://github.com/dok-net/esp_sds011", - "category": "Sensors", + "name": "Firebase ESP8266 Client", + "version": "3.9.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/esp_sds011.git", - "dependencies": [ - { - "name": "EspSoftwareSerial" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.0.zip", - "archiveFileName": "esp_sds011-0.11.0.zip", - "size": 11117, - "checksum": "SHA-256:0ed9da99a4edd84bb921a8f9f4d259d8cb8f9ba20ec9824df9eba3bd3e799ecc" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.3.zip", + "size": 2093565, + "checksum": "SHA-256:0e5a309f4a89657084bd847cab20cd8d3507de7c413940d9bdecae70c76124c7" }, { - "name": "M5Stack_TreeView", - "version": "0.2.9", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.9.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.9.zip", - "archiveFileName": "M5Stack_TreeView-0.2.9.zip", - "size": 34611, - "checksum": "SHA-256:e87995897c377c1aa78de4816760e57c7e252a26f12906edf7d0860ff800fbcb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.4.zip", + "size": 2093575, + "checksum": "SHA-256:ab6b373aa24b20f25d14ddae78d4206ad8719214eeb861c32cfc55322831e8c4" }, { - "name": "M5Stack_TreeView", - "version": "0.2.5", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.9.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.5.zip", - "archiveFileName": "M5Stack_TreeView-0.2.5.zip", - "size": 33382, - "checksum": "SHA-256:3c3d92bef499bc4c3453dd6476f126ca623b3acb5c6b5bb18ada5eb67ba9049f" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.5.zip", + "size": 2093630, + "checksum": "SHA-256:3fd37c57c4336e5facc163ef304538648ff8ebb93eb80232dd941801fdac1331" }, { - "name": "M5Stack_TreeView", - "version": "0.2.6", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.9.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.6.zip", - "archiveFileName": "M5Stack_TreeView-0.2.6.zip", - "size": 33607, - "checksum": "SHA-256:8e3cd3261dcff2bd655573f5f1442990f720d918a2c8810e92beaf603a30e1d2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.6.zip", + "size": 2057910, + "checksum": "SHA-256:d2dbaff14ddbd01a16b80b1a206db486266d53df0b61d73c9fe94f3a2e138a24" }, { - "name": "M5Stack_TreeView", - "version": "0.2.7", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.9.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.7.zip", - "archiveFileName": "M5Stack_TreeView-0.2.7.zip", - "size": 33659, - "checksum": "SHA-256:b04006f03d9ba8e0a6beb737505a9f5ebdcbd946af1eaeab4298e79468863de0" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.7.zip", + "size": 2057227, + "checksum": "SHA-256:d0c7e0062d162c45279909822e5ea601fbd1072f370c7efd389dcdc5daf24c1a" }, { - "name": "M5Stack_TreeView", - "version": "0.2.8", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.9.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.8.zip", - "archiveFileName": "M5Stack_TreeView-0.2.8.zip", - "size": 33677, - "checksum": "SHA-256:49d336f14a66337341b13447ca7322be835cb593c172cfd371b9751dbdd047e3" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.8.zip", + "size": 2057382, + "checksum": "SHA-256:da2a6fb3bc1d6b7ca0f6c094034909ab1ba789d4f0737388323536dc7717d8ed" }, { - "name": "M5Stack_TreeView", - "version": "0.2.11", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.9.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.11.zip", - "archiveFileName": "M5Stack_TreeView-0.2.11.zip", - "size": 35006, - "checksum": "SHA-256:f81c588e42f239b6a4c960181e4348071686b92cbce23f63db38c797b87c1f3e" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.9.10.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.9.10.zip", + "size": 2057489, + "checksum": "SHA-256:624f8088f690d2e262ddf5cb789a403ad5d937c593a5a1abfa317b0fd4035bc2" }, { - "name": "M5Stack_TreeView", - "version": "0.2.12", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.10.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.12.zip", - "archiveFileName": "M5Stack_TreeView-0.2.12.zip", - "size": 35097, - "checksum": "SHA-256:5ffd85afcf1f568054a983c21c2f595ec824190e2e33e4592785dcfb1b408d0b" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.10.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.10.0.zip", + "size": 2057637, + "checksum": "SHA-256:928742324b81e16bceb0b11583c6983b8b86866dd3ac2b044b6fc847d501e4d3" }, { - "name": "M5Stack_TreeView", - "version": "0.2.13", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.10.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "dependencies": [ - { - "name": "M5Stack" - }, - { - "name": "M5Stack_OnScreenKeyboard" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.13.zip", - "archiveFileName": "M5Stack_TreeView-0.2.13.zip", - "size": 26431, - "checksum": "SHA-256:598aa3f87277428de7ae4874838e94aa95f9ebf15507d24e15073e24fa7c25ff" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.10.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.10.1.zip", + "size": 2060300, + "checksum": "SHA-256:21d43e7f09d422e94ea25f53e2ebf95a8ce199ce6f8354335b1aa4b58eceae87" }, { - "name": "M5Stack_TreeView", - "version": "0.2.14", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "TreeView Menu UI for M5Stack", - "paragraph": "TreeView Menu UI", - "website": "https://github.com/lovyan03/M5Stack_TreeView", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.10.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", - "providesIncludes": [ - "M5TreeView.h" - ], - "dependencies": [ - { - "name": "M5Stack" - }, - { - "name": "M5Stack_OnScreenKeyboard" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.14.zip", - "archiveFileName": "M5Stack_TreeView-0.2.14.zip", - "size": 26447, - "checksum": "SHA-256:9a700a85bde12145ecf198591ef0068626287f2afb78bc7f3278f8dfd77e0bf9" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.10.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.10.2.zip", + "size": 2059847, + "checksum": "SHA-256:fb744f9b3e8c61788a7cb459c98cd184854dc504a659f5cbd1b3806fba84951f" }, { - "name": "M5Stack_OnScreenKeyboard", - "version": "0.3.1", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "OnScreenKeyboard for M5Stack", - "paragraph": "OnScreenKeyboard which can be operated with 3 button", - "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.11.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", - "providesIncludes": [ - "M5OnScreenKeyboard.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.1.zip", - "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.1.zip", - "size": 25541, - "checksum": "SHA-256:de1619e837be7b1fe2900c98549b6dabf84f2b778584e66dae3e2080a9edf696" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.11.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.11.0.zip", + "size": 2059867, + "checksum": "SHA-256:9f13ea92a9cb75bf23c2c32166b8fa4c129d71753d07ba133253f04e603f7510" }, { - "name": "M5Stack_OnScreenKeyboard", - "version": "0.3.2", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "OnScreenKeyboard for M5Stack", - "paragraph": "OnScreenKeyboard which can be operated with 3 button", - "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.11.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", - "providesIncludes": [ - "M5OnScreenKeyboard.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.2.zip", - "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.2.zip", - "size": 25790, - "checksum": "SHA-256:6f3b49c20f82beb0d2b801c27668bab24d62ef82d7a7d0946af33fcd4a2bb34d" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.11.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.11.1.zip", + "size": 2059882, + "checksum": "SHA-256:e29d4c3d52889992d2959ba466155f792071972197ec0f38b1e36ec248555f9d" }, { - "name": "M5Stack_OnScreenKeyboard", - "version": "0.3.4", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "OnScreenKeyboard for M5Stack", - "paragraph": "OnScreenKeyboard which can be operated with 3 button", - "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", - "category": "Uncategorized", + "name": "Firebase ESP8266 Client", + "version": "3.11.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", - "providesIncludes": [ - "M5OnScreenKeyboard.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.4.zip", - "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.4.zip", - "size": 27432, - "checksum": "SHA-256:f9f660d00fc212f3b1ba10ff1d59fbad5e4726224771f5f0a478ec7b700daa36" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.11.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.11.2.zip", + "size": 2059858, + "checksum": "SHA-256:33ae26be98bf737ccf1f8f56488693046b6fc053f381d6e7fd3e7eb270ef4954" }, { - "name": "fishyDIYdevices", - "version": "0.1.0", - "author": "Stephen Fisher", - "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", - "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", - "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", - "website": "https://github.com/sefisher/fishyDIYdevices", + "name": "Firebase ESP8266 Client", + "version": "3.11.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp8266" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/sefisher/fishyDIYdevices.git", - "providesIncludes": [ - "fishyDevices.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-0.1.0.zip", - "archiveFileName": "fishyDIYdevices-0.1.0.zip", - "size": 70246, - "checksum": "SHA-256:b6cf7e71a4bc459f8e8811c85b1d0384e38b06a12eab2d170dff54df78f5db9b" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.11.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.11.3.zip", + "size": 2060570, + "checksum": "SHA-256:873aa80ed3c836895d7be3e8342f09289782fddc94a442b5b4402c2f6aaa16d9" }, { - "name": "fishyDIYdevices", - "version": "1.0.0", - "author": "Stephen Fisher", - "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", - "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", - "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", - "website": "https://github.com/sefisher/fishyDIYdevices", + "name": "Firebase ESP8266 Client", + "version": "3.11.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp8266" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/sefisher/fishyDIYdevices.git", - "providesIncludes": [ - "fishyDevices.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-1.0.0.zip", - "archiveFileName": "fishyDIYdevices-1.0.0.zip", - "size": 737981, - "checksum": "SHA-256:f9ebc3307853703ef010578c280a8eed6feb1f2e033e47863c6cd1050a3709ce" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.11.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.11.5.zip", + "size": 2060576, + "checksum": "SHA-256:905c69109bc4b318049617ef8223cfa249d59c81e54607d416310770956a81db" }, { - "name": "Dynamixel", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for Dynamixel", - "paragraph": "Arduino library for Dynamixel", - "website": "https://github.com/hideakitai", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "3.11.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Dynamixel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Dynamixel-0.1.0.zip", - "archiveFileName": "Dynamixel-0.1.0.zip", - "size": 54406, - "checksum": "SHA-256:c8dfa75cbccdcb78ebccefceb7f14c39e595aa6f1f3102f53c7e2ff4b1088c19" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-3.11.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-3.11.6.zip", + "size": 2060571, + "checksum": "SHA-256:2ce43ce877b376d0c613ac0aaebc76e1fdba25efb9da556cb137e2421c4d3813" }, { - "name": "Dynamixel", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for Dynamixel", - "paragraph": "Arduino library for Dynamixel", - "website": "https://github.com/hideakitai/Dynamixel", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "4.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Dynamixel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Dynamixel-0.2.0.zip", - "archiveFileName": "Dynamixel-0.2.0.zip", - "size": 89847, - "checksum": "SHA-256:53f5e23ac483c32cdac9c2833421273a29db22fbd62950368435ed8cbe1a5acf" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.0.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.0.0.zip", + "size": 2063779, + "checksum": "SHA-256:2d9357391aa25a1e9a0887184900f0d809ffe66e1d81b269b1e07665a45719a6" }, { - "name": "TinyFontRenderer", - "version": "1.0.0", - "author": "Darrek Kay", - "maintainer": "Darrek Kay \u003cdlkay0@gmail.com\u003e", - "sentence": "A library which renders TinyFonts derived from Truetype fonts", - "paragraph": "Use the Tiny Font Tool GUI (http://informatix.miloush.net/microframework/Utilities/TinyFontTool.aspx) to translate Truetype fonts into Tiny Fonts for your embedded project.", - "website": "https://github.com/dlkay0/TinyFontRenderer", - "category": "Display", + "name": "Firebase ESP8266 Client", + "version": "4.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ "esp8266", - "esp32" + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dlkay0/TinyFontRenderer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dlkay0/TinyFontRenderer-1.0.0.zip", - "archiveFileName": "TinyFontRenderer-1.0.0.zip", - "size": 23813, - "checksum": "SHA-256:32c2809b47693ddad6e65b1e67680dfa102a3015aebade4d79628d53b8cd7e5e" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.0.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.0.3.zip", + "size": 2064487, + "checksum": "SHA-256:0d9d9dfcb5f40b3f45dfa13071db5a576f4b508e4ddc9db97d6347245d964cb7" }, { - "name": "SpresenseNeoPixel", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "NeoPixel library for SPRESENSE (Arduino)", - "paragraph": "NeoPixel library for SPRESENSE (Arduino)", - "website": "https://github.com/hideakitai", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "4.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/SpresenseNeoPixel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SpresenseNeoPixel-0.1.0.zip", - "archiveFileName": "SpresenseNeoPixel-0.1.0.zip", - "size": 4155, - "checksum": "SHA-256:daa950f1d99b65e4c790cd6725a356802ffeaa48074dc8a4b7ab9c7ad7d0dbf4" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.0.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.0.4.zip", + "size": 2064390, + "checksum": "SHA-256:d414114befd19dbbc4d33982c88ecc2d78ed70f7f5c7fc263f39b8927f42353e" }, { - "name": "SpresenseNeoPixel", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "NeoPixel library for SPRESENSE (Arduino)", - "paragraph": "NeoPixel library for SPRESENSE (Arduino)", - "website": "https://github.com/hideakitai", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "4.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/SpresenseNeoPixel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SpresenseNeoPixel-0.1.1.zip", - "archiveFileName": "SpresenseNeoPixel-0.1.1.zip", - "size": 4422, - "checksum": "SHA-256:d160553e9ea9806cbac941a2dded2017a543b46380933e5089f73e637bdf1483" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.0.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.0.5.zip", + "size": 2071879, + "checksum": "SHA-256:096d58b9f3d6d56e90d3bfabb00cd1f0142e73188d09d8d29c7d9a1d8c0ad459" }, { - "name": "ArtNet", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai", + "name": "Firebase ESP8266 Client", + "version": "4.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.0.zip", - "archiveFileName": "ArtNet-0.1.0.zip", - "size": 13432, - "checksum": "SHA-256:271b563072604eabafcc0f66aea16050a7619b6e87154e36cc880dbae47818d3" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.1.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.1.0.zip", + "size": 2072165, + "checksum": "SHA-256:be182f90d3ebfdb5cbfad8797abb0d4d88630f4ea7994a30c058c57252bfdd58" }, { - "name": "ArtNet", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai", + "name": "Firebase ESP8266 Client", + "version": "4.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.1.zip", - "archiveFileName": "ArtNet-0.1.1.zip", - "size": 23623, - "checksum": "SHA-256:be96aeef5bbc2a94799faaef64ca9299b126cc4965ad32460fc45daa9e9e687d" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.2.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.2.0.zip", + "size": 2128775, + "checksum": "SHA-256:0c11b82541661f14da87f108ad6b1e6dcd048639aa0cf05c60be84bd655da364" }, { - "name": "ArtNet", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai", + "name": "Firebase ESP8266 Client", + "version": "4.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.2.zip", - "archiveFileName": "ArtNet-0.1.2.zip", - "size": 22679, - "checksum": "SHA-256:fff94a8da7786bf2655bf08aeaf75afa8fa616457c13c2c5fcbded96f67514ee" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.2.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.2.1.zip", + "size": 2145030, + "checksum": "SHA-256:96d2aa4f1ae77a58f8aaace85e099180bbd95d5df556b5eb72fb13a12b67447a" }, { - "name": "ArtNet", - "version": "0.1.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai", + "name": "Firebase ESP8266 Client", + "version": "4.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.3.zip", - "archiveFileName": "ArtNet-0.1.3.zip", - "size": 22790, - "checksum": "SHA-256:8e8349098cb0f0beebf924f0b938817410a919af2ba8636f64681fbec362e926" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.2.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.2.3.zip", + "size": 2144980, + "checksum": "SHA-256:4d531a2bbc5827581c2951bc7d711448fd57656eee1e7215cd9f80f2c6e0529f" }, { - "name": "ArtNet", - "version": "0.1.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai", + "name": "Firebase ESP8266 Client", + "version": "4.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.4.zip", - "archiveFileName": "ArtNet-0.1.4.zip", - "size": 22807, - "checksum": "SHA-256:4e3ab4821da5100ca1618e3c642b51a221c18d12f6c25ee97f28e871bbc8ed36" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.2.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.2.4.zip", + "size": 2147667, + "checksum": "SHA-256:48b4bf68b45c3f02bea4ca6b1e388df472f72053007adf761c500c75f2405f52" }, { - "name": "ArtNet", - "version": "0.1.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai", + "name": "Firebase ESP8266 Client", + "version": "4.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.5.zip", - "archiveFileName": "ArtNet-0.1.5.zip", - "size": 22927, - "checksum": "SHA-256:3e2c5f8c42c14669925f6d3607ef4be8f95309dfbe49b07ccdc21573c64252e7" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.2.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.2.5.zip", + "size": 2147851, + "checksum": "SHA-256:fba34a25edfe09b514fbdde253324b898002785a7e0aa0e40547eef6c219841c" }, { - "name": "ArtNet", - "version": "0.1.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai/ArtNet", + "name": "Firebase ESP8266 Client", + "version": "4.2.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.6.zip", - "archiveFileName": "ArtNet-0.1.6.zip", - "size": 39942, - "checksum": "SHA-256:7a9f44698a6ab2375888fb78ebb38adab7714f81743d2769c0e22b2cad226d92" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.2.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.2.7.zip", + "size": 2147859, + "checksum": "SHA-256:6fc416616cfe7d063d26a236679d7f441684601eabac9406651dff4ece1b2255" }, { - "name": "ArtNet", - "version": "0.1.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai/ArtNet", + "name": "Firebase ESP8266 Client", + "version": "4.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.7.zip", - "archiveFileName": "ArtNet-0.1.7.zip", - "size": 40023, - "checksum": "SHA-256:49541fceb296f9e3b63502fb8a2028d2af9d120afbfbedff974b0483598e0bac" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.0.zip", + "size": 2110514, + "checksum": "SHA-256:4733aa99720d427c96fd281d13bb5a38f26f511bd76e9aed9047d3c6ba09625f" }, { - "name": "ArtNet", - "version": "0.1.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai/ArtNet", + "name": "Firebase ESP8266 Client", + "version": "4.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.8.zip", - "archiveFileName": "ArtNet-0.1.8.zip", - "size": 40113, - "checksum": "SHA-256:189974f66886dcbaf20ed5f08f347918902ec182ca111253ca5c2e03cdb1677e" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.1.zip", + "size": 2113717, + "checksum": "SHA-256:5198b6ca40fca01b72be9c88a1efc94db6f50c569e54946c48192ef3fa3904b7" }, { - "name": "ArtNet", - "version": "0.1.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai/ArtNet", + "name": "Firebase ESP8266 Client", + "version": "4.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.9.zip", - "archiveFileName": "ArtNet-0.1.9.zip", - "size": 40349, - "checksum": "SHA-256:76d244012b91b6a97b69dd279e7aa5835de56899a438f34d768dd5ebbf5b1e05" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.2.zip", + "size": 2113961, + "checksum": "SHA-256:4953ac227576fed797e72a00f5ceb35b97574b42a1dc9b9b1b3c6877adeecdba" }, { - "name": "ArtNet", - "version": "0.1.10", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai/ArtNet", + "name": "Firebase ESP8266 Client", + "version": "4.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.10.zip", - "archiveFileName": "ArtNet-0.1.10.zip", - "size": 53510, - "checksum": "SHA-256:58de4826978f3b6da809ae0416f93e5cd55ceb827293186c9ef983d43cb3be7a" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.3.zip", + "size": 2130873, + "checksum": "SHA-256:19c4ccd21ea34c046701954e1fd15b717f2ccca6c5200a43a70582a64d4d1c1b" }, { - "name": "ArtNet", - "version": "0.1.11", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", - "website": "https://github.com/hideakitai/ArtNet", + "name": "Firebase ESP8266 Client", + "version": "4.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArtNet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.11.zip", - "archiveFileName": "ArtNet-0.1.11.zip", - "size": 54117, - "checksum": "SHA-256:b7475d8f66139bcd7b4c8d00a547db624c6a30d0ff279b3973d995021175c221" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.4.zip", + "size": 2130793, + "checksum": "SHA-256:2108d5e5e96783fe6b7af5d8e34d58369d9c90499d0918eb79a0da22913fdb1e" }, { - "name": "Esp32WifiManager", - "version": "0.5.4", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Simple Packet Coms for Esp32.", - "paragraph": "This Arduino library supports Simple Packet Coms for Esp32", - "website": "https://github.com/madhephaestus/EspWii", + "name": "Firebase ESP8266 Client", + "version": "4.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.5.4.zip", - "archiveFileName": "Esp32WifiManager-0.5.4.zip", - "size": 19056, - "checksum": "SHA-256:f3f0553a98cdb4119de426200a5810c71bd3778d6e0b87b9053076e2da2f8aaf" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.5.zip", + "size": 2130878, + "checksum": "SHA-256:b07efbc4f1f39b7fdbd768d57ae45914daffcd361d085d1952614839430a6287" }, { - "name": "Esp32WifiManager", - "version": "0.6.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.0.zip", - "archiveFileName": "Esp32WifiManager-0.6.0.zip", - "size": 18796, - "checksum": "SHA-256:4f0ecd900f018f61554844ecd71865e564c803abda031638a012d97f43e15556" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.6.zip", + "size": 2116594, + "checksum": "SHA-256:9a0ea711225f9284c3fe6cec218d5fd55eb69809b54cc5c71c8e6507a2aaae61" }, { - "name": "Esp32WifiManager", - "version": "0.6.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.1.zip", - "archiveFileName": "Esp32WifiManager-0.6.1.zip", - "size": 19053, - "checksum": "SHA-256:958f1609dd3ed5e562798c9b9d5636dfd9d984b54605187c16e81f55710cd144" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.7.zip", + "size": 2116587, + "checksum": "SHA-256:152f6bef23e7ae38d7866afebedff8ef3a188bccaaa19f276e0a8861dca7affe" }, { - "name": "Esp32WifiManager", - "version": "0.6.2", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.2.zip", - "archiveFileName": "Esp32WifiManager-0.6.2.zip", - "size": 19061, - "checksum": "SHA-256:443b6a52833802c1fdd8fdc10cf951365818a1fdb59e88e846b8748d2c1994bf" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.8.zip", + "size": 2117396, + "checksum": "SHA-256:b73c06bdd5ac393b4c436257e9cc7e7fb8b0fa2db8870a17c4e6d50c99b00ef9" }, { - "name": "Esp32WifiManager", - "version": "0.6.3", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.3.zip", - "archiveFileName": "Esp32WifiManager-0.6.3.zip", - "size": 19057, - "checksum": "SHA-256:d74e6958fde2c3c78740d1a2c453205e790404cb0f6802cecf9fb430d52dfe24" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.9.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.9.zip", + "size": 2119810, + "checksum": "SHA-256:241ef5e8d2d7491fc6fa8fb15f0c8c6463c65253bf539820762a9ecc3b540ac9" }, { - "name": "Esp32WifiManager", - "version": "0.7.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.0.zip", - "archiveFileName": "Esp32WifiManager-0.7.0.zip", - "size": 19198, - "checksum": "SHA-256:d8a2d0ea748938e2ba1eeaa4c7484afd5a0d6c164f863517c3629174a281cd0e" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.10.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.10.zip", + "size": 2120462, + "checksum": "SHA-256:1dfa9df20e83e999ecf9265b2d01844ec03fabd32ff8cf61a56faf6c67937a06" }, { - "name": "Esp32WifiManager", - "version": "0.7.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.1.zip", - "archiveFileName": "Esp32WifiManager-0.7.1.zip", - "size": 19232, - "checksum": "SHA-256:eec69a294f68a5482476cc4070331c1dfbaaafd4b7b6c09b57a6a9e8ef140c22" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.11.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.11.zip", + "size": 2105423, + "checksum": "SHA-256:9b61ede853f066352ef6970c7c47d9ded812de1713049c4c35e3935933411aab" }, { - "name": "Esp32WifiManager", - "version": "0.7.2", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.2.zip", - "archiveFileName": "Esp32WifiManager-0.7.2.zip", - "size": 20603, - "checksum": "SHA-256:7ad911ec53780316b68448ed46a43544fd4faebd837cf0041edd5581f81a9b87" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.12.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.12.zip", + "size": 2108729, + "checksum": "SHA-256:19b69a6fd77ef538757cad8c3a9a1c17192a344b6099d2da2e7e4402e860bb0b" }, { - "name": "Esp32WifiManager", - "version": "0.7.3", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.3.zip", - "archiveFileName": "Esp32WifiManager-0.7.3.zip", - "size": 20847, - "checksum": "SHA-256:c5f11c57d1c232aa2072e5a6913109c6153a247f97a76aad70239f19d08a9044" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.13.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.13.zip", + "size": 2109557, + "checksum": "SHA-256:a9a15a8ceee3558235bfd85ec7dd4af9dcc25995fbc4a6b1771fca610b12ebbf" }, { - "name": "Esp32WifiManager", - "version": "0.7.4", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.4.zip", - "archiveFileName": "Esp32WifiManager-0.7.4.zip", - "size": 21013, - "checksum": "SHA-256:c7b5bc9b0c43aa8bde8c0106bfdbaf22b51045c6fd5facf72cb11379309d0ba2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.14.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.14.zip", + "size": 2109738, + "checksum": "SHA-256:ce66f245fad76327d1f62a679d97d7e25ed5c97fa7d0bb1bad67cfecffc64ac9" }, { - "name": "Esp32WifiManager", - "version": "0.7.5", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.5.zip", - "archiveFileName": "Esp32WifiManager-0.7.5.zip", - "size": 21084, - "checksum": "SHA-256:9b00cdf09c1c14ca92f3934343a636993259d54e780f7d6e5910cfcefefd1792" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.15.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.15.zip", + "size": 2109884, + "checksum": "SHA-256:4fc1076b38294dce3839528d4024ec906b4609c829b7013193b70f9be8d8e235" }, { - "name": "Esp32WifiManager", - "version": "0.8.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.0.zip", - "archiveFileName": "Esp32WifiManager-0.8.0.zip", - "size": 21304, - "checksum": "SHA-256:7cc1535a4af50f1e9d25c131e3e3eb78d850af1618b615b4488398d0eb642d2b" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.16.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.16.zip", + "size": 2109806, + "checksum": "SHA-256:5940663f09752220d326bc3e54613c003050a588fb8e352d29a90d306e060a1d" }, { - "name": "Esp32WifiManager", - "version": "0.8.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.17", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.1.zip", - "archiveFileName": "Esp32WifiManager-0.8.1.zip", - "size": 21571, - "checksum": "SHA-256:86197287ab9e2bf133961f0b98b183c802fce41ae626d4f59c886296ebde6b77" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.17.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.17.zip", + "size": 2109903, + "checksum": "SHA-256:8432b529c0e360315f6f044a6059fbcbbcfc58fe227207f84d1001767145d839" }, { - "name": "Esp32WifiManager", - "version": "0.9.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.18", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.0.zip", - "archiveFileName": "Esp32WifiManager-0.9.0.zip", - "size": 21630, - "checksum": "SHA-256:2a542a356cb12939c8f9ef395d49c0a80b44a9c8b45d3a70f5d19aa3c49ef085" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.18.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.18.zip", + "size": 2109902, + "checksum": "SHA-256:17360a95f3dc3b038d13236c581523455e878c1532f94b87be5764f4cfc6ef4d" }, { - "name": "Esp32WifiManager", - "version": "0.9.1", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.3.19", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.1.zip", - "archiveFileName": "Esp32WifiManager-0.9.1.zip", - "size": 21647, - "checksum": "SHA-256:80a23851a90a526dcf5aa041bf30f69ac2037ab986111b8dc661ffbca5f9ddd1" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.3.19.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.3.19.zip", + "size": 2110043, + "checksum": "SHA-256:fb8ebdcbdfcbcbe4bb461cdbab0195c00140df4b352df68bf4ca29cefc6d3183" }, { - "name": "Esp32WifiManager", - "version": "0.10.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.10.0.zip", - "archiveFileName": "Esp32WifiManager-0.10.0.zip", - "size": 21685, - "checksum": "SHA-256:4f6472e12cb8e66fce8b2b3a3f70a53af82e9d048b8be731518717a4c50489bb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.0.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.0.zip", + "size": 3369315, + "checksum": "SHA-256:a873838ab2d0b9026ee019d7da98da50905905a3147d829b40f16ee0f7e039e9" }, { - "name": "Esp32WifiManager", - "version": "0.11.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.11.0.zip", - "archiveFileName": "Esp32WifiManager-0.11.0.zip", - "size": 21699, - "checksum": "SHA-256:9cd25b690aa679334516ee32b0fab26492f7ad60f21040646b8c9c7b3c96d0de" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.1.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.1.zip", + "size": 3369317, + "checksum": "SHA-256:5c63a51fbbfcf6910fe0625ce88562e3510047747d5aa4b345fb8538a86c0af6" }, { - "name": "Esp32WifiManager", - "version": "0.12.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.12.0.zip", - "archiveFileName": "Esp32WifiManager-0.12.0.zip", - "size": 21700, - "checksum": "SHA-256:37c3ed66db8835e5bb6f98837af43b3ff30553e9abe56072ee302d2e8ba34ff6" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.2.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.2.zip", + "size": 3369769, + "checksum": "SHA-256:51de2f07b27144d32612603cdc0c2833a493a0968439659080742d413a692561" }, { - "name": "Esp32WifiManager", - "version": "0.13.0", - "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "This Arduino library supports Wifi Management for Esp32.", - "paragraph": "This Arduino library supports Wifi Management for Esp32", - "website": "https://github.com/madhephaestus/Esp32WifiManager", + "name": "Firebase ESP8266 Client", + "version": "4.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", - "providesIncludes": [ - "Esp32WifiManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.13.0.zip", - "archiveFileName": "Esp32WifiManager-0.13.0.zip", - "size": 50113, - "checksum": "SHA-256:74bbf15587feabd3f0f177efccdd4af0eb1cdb4240553ec7b42c270dc3750abc" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.3.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.3.zip", + "size": 3369766, + "checksum": "SHA-256:62bed5c09b36008dee07dd8f6e465fcfc3777d33d8d449663908dd5464bf1a1f" }, { - "name": "Sparthan Myo", - "version": "0.1.0", - "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", - "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "sentence": "ESP32 Bluetooth communication library for the Myo Armband", - "paragraph": "Enables Bluetooth Low Energy (BLE) data stream from the Myo EMG Armband", - "website": "https://github.com/project-sparthan/sparthan-myo.git", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "4.4.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/project-sparthan/sparthan-myo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Myo-0.1.0.zip", - "archiveFileName": "Sparthan_Myo-0.1.0.zip", - "size": 10484, - "checksum": "SHA-256:e59af63e7d1a843a0e6a75c040dec036c9bb8e0044358007592f032946d022eb" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.4.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.4.zip", + "size": 3369800, + "checksum": "SHA-256:d914028a3c48ce9348a9b8ea431e584735ef282b570bef9f96a2f301fc44caef" }, { - "name": "Sparthan Module", - "version": "1.0.0", - "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", - "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "sentence": "Motor controller library for the Sparthan Module", - "paragraph": "UART based library to control the five motors of the Sparthan Module development kit", - "website": "https://github.com/project-sparthan/sparthan-module.git", - "category": "Device Control", + "name": "Firebase ESP8266 Client", + "version": "4.4.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/project-sparthan/sparthan-module.git", - "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Module-1.0.0.zip", - "archiveFileName": "Sparthan_Module-1.0.0.zip", - "size": 8166, - "checksum": "SHA-256:2e91ea9982d86692310bb5d620b52da51654aeef964ef8a364dec9eef98b88e2" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.5.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.5.zip", + "size": 3369888, + "checksum": "SHA-256:b96a8ede4d2e169c1a39361e8cf64d41188e02ef901d7440f991c88e45628ea4" }, { - "name": "SSLClient", - "version": "1.0.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "Firebase ESP8266 Client", + "version": "4.4.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "samd" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": [ - "SSLClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.0.0.zip", - "archiveFileName": "SSLClient-1.0.0.zip", - "size": 1194425, - "checksum": "SHA-256:d47781f14b283ee6cc4e57ab0fc10019bf7a403d928c38577fb05dedbca69ef7" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.6.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.6.zip", + "size": 3374141, + "checksum": "SHA-256:6f51f42e124d8e56766d68124bf07b89fccbb435fc8278ffdddc6f85549c333b" }, { - "name": "SSLClient", - "version": "1.1.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "Firebase ESP8266 Client", + "version": "4.4.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "samd" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": [ - "SSLClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.0.zip", - "archiveFileName": "SSLClient-1.1.0.zip", - "size": 1217261, - "checksum": "SHA-256:57e5fdf86ca516abcf52f78646a2bec6bdbb184cfbeca7ad86d7890c2dd3f5f0" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.7.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.7.zip", + "size": 3373926, + "checksum": "SHA-256:25aa797095fe9bde1ba8bf291dc01e466badbb80a29ea10cbd37a2cf0fa61e1a" }, { - "name": "SSLClient", - "version": "1.1.1", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "Firebase ESP8266 Client", + "version": "4.4.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Espressif ESP8266", + "paragraph": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", + "website": "https://github.com/mobizt/Firebase-ESP8266", "category": "Communication", "architectures": [ - "samd" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": [ - "SSLClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.1.zip", - "archiveFileName": "SSLClient-1.1.1.zip", - "size": 1217627, - "checksum": "SHA-256:a1f3e25278b25606ae4a9855050fe6eafd577dfc1dc3af3721f5c39a848c4191" + "repository": "https://github.com/mobizt/Firebase-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_ESP8266_Client-4.4.8.zip", + "archiveFileName": "Firebase_ESP8266_Client-4.4.8.zip", + "size": 3374290, + "checksum": "SHA-256:1667eb5204eb76872a05baa190f270d8814555dcbbda883dc8d2ae4825c3e63b" }, { - "name": "SSLClient", - "version": "1.1.2", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "IBusBM", + "version": "1.0.0", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", + "paragraph": "With this library you can interface to any RC receiver (such as TGY-IA6B) that supports the Flysky iBUS protocol. Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", "category": "Communication", "architectures": [ - "samd" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/bmellink/IBusBM.git", "providesIncludes": [ - "SSLClient.h" + "IBusBM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.2.zip", - "archiveFileName": "SSLClient-1.1.2.zip", - "size": 1217625, - "checksum": "SHA-256:8d872c1521b251b82a54ef0cf8a17cb0a7dd5ab97189bf4423ced74f0bf4d215" + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.0.zip", + "archiveFileName": "IBusBM-1.0.0.zip", + "size": 478926, + "checksum": "SHA-256:d47a7d3aba1979319fab43515d8ebd8ca5ac190aa21b07ed89198bccb83b10d8" }, { - "name": "SSLClient", - "version": "1.2.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "IBusBM", + "version": "1.0.1", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", "category": "Communication", "architectures": [ - "samd" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/bmellink/IBusBM.git", "providesIncludes": [ - "SSLClient.h" + "IBusBM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.0.zip", - "archiveFileName": "SSLClient-1.2.0.zip", - "size": 1219638, - "checksum": "SHA-256:0ceb1ddc9e18df1b57c534a904b31bdd19db45a96ea12abc69f977273ae98d64" + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.0.1.zip", + "archiveFileName": "IBusBM-1.0.1.zip", + "size": 479097, + "checksum": "SHA-256:94ef686ba36a7d85eb4031905a90edea09022b3ec5707ed4a755df8bdcb4ca26" }, { - "name": "SSLClient", - "version": "1.2.1", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "IBusBM", + "version": "1.1.0", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR and ESP32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", "category": "Communication", "architectures": [ - "samd" + "avr", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/bmellink/IBusBM.git", "providesIncludes": [ - "SSLClient.h" + "IBusBM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.1.zip", - "archiveFileName": "SSLClient-1.2.1.zip", - "size": 1219617, - "checksum": "SHA-256:df4f6bcecca5fd7f792994aa537238a68ecf22e9ed1d9d47ad8e4d99807b68aa" + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.0.zip", + "archiveFileName": "IBusBM-1.1.0.zip", + "size": 483614, + "checksum": "SHA-256:4c834f5c42caac2226772bb5458265311c0f8247458557c59385952ec3b2369e" }, { - "name": "SSLClient", - "version": "1.2.2", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "IBusBM", + "version": "1.1.1", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", "category": "Communication", "architectures": [ - "samd" + "avr", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/bmellink/IBusBM.git", "providesIncludes": [ - "SSLClient.h" + "IBusBM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.2.zip", - "archiveFileName": "SSLClient-1.2.2.zip", - "size": 1219571, - "checksum": "SHA-256:4632716988b03d745f4c79e84b3bf70263dfa77456f1f6691d6944c87dd0d331" + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.1.zip", + "archiveFileName": "IBusBM-1.1.1.zip", + "size": 483864, + "checksum": "SHA-256:5b78bdcc7c6731e1fa9af4ba25539ddb6e6280dc5cf9e5f4355d7655b3900d2a" }, { - "name": "SSLClient", - "version": "1.2.3", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "IBusBM", + "version": "1.1.3", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", "category": "Communication", "architectures": [ - "samd" + "avr", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/bmellink/IBusBM.git", "providesIncludes": [ - "SSLClient.h" + "IBusBM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.3.zip", - "archiveFileName": "SSLClient-1.2.3.zip", - "size": 1220914, - "checksum": "SHA-256:603fd379371fa4ec3b41e105db653499bef4943564662fd29472c43ff3b1b159" + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.3.zip", + "archiveFileName": "IBusBM-1.1.3.zip", + "size": 490301, + "checksum": "SHA-256:18465f8367ca84b702cfc9d34722a0abdecc00166a7914f01489fc47f4503358" }, { - "name": "SSLClient", - "version": "1.3.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "name": "IBusBM", + "version": "1.1.4", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the Flysky/Turnigy RC iBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART (AVR, ESP32 and STM32 architectures)", + "paragraph": "With this library you can interface to any RC receiver that supports the Flysky iBUS protocol (such as TGY-IA6B). Flysky iBUS uses a half-duplex asynchronous protocol format at 115200 baud. The library requires at least one free hardware UART (serial) port. The library can be used to receive data (typically servo data) and send data (telemetry or sensors).", + "website": "https://github.com/bmellink/IBusBM", "category": "Communication", "architectures": [ - "samd" + "avr", + "esp32", + "stm32", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/bmellink/IBusBM.git", "providesIncludes": [ - "SSLClient.h" + "IBusBM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.3.0.zip", - "archiveFileName": "SSLClient-1.3.0.zip", - "size": 1268927, - "checksum": "SHA-256:a3e4d97fb8edcb62f24cf226fdc2b5b710d00b866b37fae5f3250a55b7f30a56" + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/IBusBM-1.1.4.zip", + "archiveFileName": "IBusBM-1.1.4.zip", + "size": 492402, + "checksum": "SHA-256:9a30dcfec7664d2a7c9deb81ada7dce2f2cf50320cd05ceb545f9abc2384d746" }, { - "name": "SSLClient", - "version": "1.4.2", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": [ - "SSLClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.2.zip", - "archiveFileName": "SSLClient-1.4.2.zip", - "size": 1256747, - "checksum": "SHA-256:9bc843328e7f576ca9b44338e99bb1d4a8a64b7d1135d2ef456b49c6e89271ca" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.0.zip", + "size": 15879, + "checksum": "SHA-256:96b31c8c7386bfaafb0260977288058e8227895fbdffa3f5088e1fbf4f344415" }, { - "name": "SSLClient", - "version": "1.4.4", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": [ - "SSLClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.4.zip", - "archiveFileName": "SSLClient-1.4.4.zip", - "size": 1257557, - "checksum": "SHA-256:e5b97232c1c0665582e8d35676505f36685a49593d12a458495244141f56a207" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.0.1.zip", + "size": 20106, + "checksum": "SHA-256:a9eaf4cc01ba940eab985372d577261d2bc323d7ad73c956e6f4324022a0c064" }, { - "name": "SSLClient", - "version": "1.4.5", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", - "providesIncludes": [ - "SSLClient.h" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.1.0.zip", + "size": 20128, + "checksum": "SHA-256:12a2eaedd46cd3440a910d8fe1a20de337207b92b05725e1d4a98d99a4a6fdc8" + }, + { + "name": "SparkFun Qwiic Keypad Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic Keypad", + "paragraph": "An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.5.zip", - "archiveFileName": "SSLClient-1.4.5.zip", - "size": 1257509, - "checksum": "SHA-256:45edc3f75b561b69f0882c75f09aa9156c7c9f75b85dbe0b198c9900533a5f87" + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_Qwiic_Keypad_Arduino_Library-1.2.0.zip", + "size": 20125, + "checksum": "SHA-256:2d4a162d2607ad4972659b015b2fc6cd78cd11e3d709c8112d2c1e1d7c8f57ae" }, { - "name": "SSLClient", - "version": "1.4.6", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.0", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhnSimpleCLI", + "category": "Data Processing", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.6.zip", - "archiveFileName": "SSLClient-1.4.6.zip", - "size": 1257508, - "checksum": "SHA-256:dabe328cbf6565a593c498bf5faef60d392589d1e145ba8f6cf99fe08e8b748b" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.0.zip", + "archiveFileName": "SimpleCLI-1.0.0.zip", + "size": 39090, + "checksum": "SHA-256:f104e2cd7c009e4e3b1fbaa10f198060a838847de4e2ec2a19f9b3a9fde74b5e" }, { - "name": "SSLClient", - "version": "1.4.7", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.2", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.7.zip", - "archiveFileName": "SSLClient-1.4.7.zip", - "size": 1257090, - "checksum": "SHA-256:cb391065a98c0886a7b675f3dd18afd82018bda7c9afa8689cd42f74299f813b" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.2.zip", + "archiveFileName": "SimpleCLI-1.0.2.zip", + "size": 175389, + "checksum": "SHA-256:96228a9e5f7772d3f6fede683bcbd9fe4b7a391a86321b967c4db43961341b3d" }, { - "name": "SSLClient", - "version": "1.5.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add SSL functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.3", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "tivac" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.5.0.zip", - "archiveFileName": "SSLClient-1.5.0.zip", - "size": 1238097, - "checksum": "SHA-256:49746118dfc5628ac903c53cff05ee99da7d590a397de310a28df2e539f2e8d1" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.3.zip", + "archiveFileName": "SimpleCLI-1.0.3.zip", + "size": 175559, + "checksum": "SHA-256:8dbc2d7de806e7d86349f3ed2986ed50167f8beb1f48344a1f16ffbbbc1f7c0e" }, { - "name": "SSLClient", - "version": "1.6.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.4", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "tivac", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.0.zip", - "archiveFileName": "SSLClient-1.6.0.zip", - "size": 944493, - "checksum": "SHA-256:3df4564997477e50e7613a9c9884ba02ebaa560650a2cdb1f57c4fe8baefa786" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.4.zip", + "archiveFileName": "SimpleCLI-1.0.4.zip", + "size": 175581, + "checksum": "SHA-256:793be9cc137e3b28a08fb83031d49bda5c27e4689acff426aab5571b5311ee27" }, { - "name": "SSLClient", - "version": "1.6.1", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.5", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.1.zip", - "archiveFileName": "SSLClient-1.6.1.zip", - "size": 944498, - "checksum": "SHA-256:7c598e56c342b1f62b9ed2a02854fbd3f8350bb959deaed93e96aba7bb086a70" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.5.zip", + "archiveFileName": "SimpleCLI-1.0.5.zip", + "size": 175991, + "checksum": "SHA-256:ce4f664fcd3d46bf100a223702ff982f85035e63bfd92fd30ecdf7e15670c6fc" }, { - "name": "SSLClient", - "version": "1.6.2", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.6", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.2.zip", - "archiveFileName": "SSLClient-1.6.2.zip", - "size": 944489, - "checksum": "SHA-256:1b0d6e1d907d1d4f4b0c93156a9367d4223bb447d8ddcf0c7c6f5674be34a410" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.6.zip", + "archiveFileName": "SimpleCLI-1.0.6.zip", + "size": 176411, + "checksum": "SHA-256:6e273af7a2578b39cae93797847b564bbb5e77d5535318bf7f55adbc76af6a40" }, { - "name": "SSLClient", - "version": "1.6.3", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.7", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.3.zip", - "archiveFileName": "SSLClient-1.6.3.zip", - "size": 944306, - "checksum": "SHA-256:ffba16a9fa29d39490c8ca36de12cf82c19da79f12fba58c300e117a1e833cdd" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.7.zip", + "archiveFileName": "SimpleCLI-1.0.7.zip", + "size": 176407, + "checksum": "SHA-256:8aa09409152d8a78a74c8142942aeecd2a600e58b43e30f5da09812e2c035556" }, { - "name": "SSLClient", - "version": "1.6.4", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.8", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.4.zip", - "archiveFileName": "SSLClient-1.6.4.zip", - "size": 944391, - "checksum": "SHA-256:0e5fba4c4237282d4185a7a2b2b320fa81345a00596fecbfd580b5293e421fcb" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.8.zip", + "archiveFileName": "SimpleCLI-1.0.8.zip", + "size": 176486, + "checksum": "SHA-256:93e776483c1e28deb995735cc35c2b77ee8aeb6e93eff0508c4c2fa76db80e5d" }, { - "name": "SSLClient", - "version": "1.6.5", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.0.9", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "sam", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.5.zip", - "archiveFileName": "SSLClient-1.6.5.zip", - "size": 944399, - "checksum": "SHA-256:13dd44f9d8e509026ef5a7ffdbfee32bf5e43e5f6675c11b7be3084ac9d96922" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.0.9.zip", + "archiveFileName": "SimpleCLI-1.0.9.zip", + "size": 176492, + "checksum": "SHA-256:c21792414a2e3727c26c5892f68d5c4c6a100d5d5dbfc1682848ab41738782a7" }, { - "name": "SSLClient", - "version": "1.6.6", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.1.0", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "sam", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.6.zip", - "archiveFileName": "SSLClient-1.6.6.zip", - "size": 944376, - "checksum": "SHA-256:d675e89ea36950c560d925bd04a3070605d3a185efcd2a4610fb0847b0015600" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.1.0.zip", + "archiveFileName": "SimpleCLI-1.1.0.zip", + "size": 176829, + "checksum": "SHA-256:90c4b9e81bc123d6a6e2fc4eada7488d0ba5b01e3b6b16d1f9afbe640fd7f18a" }, { - "name": "SSLClient", - "version": "1.6.7", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.1.1", + "author": "Spacehuhn", + "maintainer": "Stefan Kremser \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhn/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "sam", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.7.zip", - "archiveFileName": "SSLClient-1.6.7.zip", - "size": 947568, - "checksum": "SHA-256:933c3a24a53ec8524e80c8eeb054046e52875fa2ba940b4d40f90ad75ddeb9f7" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.1.1.zip", + "archiveFileName": "SimpleCLI-1.1.1.zip", + "size": 176853, + "checksum": "SHA-256:36a42552659a40f92740b8d6ddda4307399f14ffe4856f5dcd67c3d53ec54a40" }, { - "name": "SSLClient", - "version": "1.6.8", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.1.2", + "author": "Spacehuhn", + "maintainer": "Spacehuhn Technologies \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhntech/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "sam", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.8.zip", - "archiveFileName": "SSLClient-1.6.8.zip", - "size": 948246, - "checksum": "SHA-256:c207887e4251cc3eb01fc5c9a0b800d9ec2d11da5efc14891645c26012afae3a" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.1.2.zip", + "archiveFileName": "SimpleCLI-1.1.2.zip", + "size": 176828, + "checksum": "SHA-256:938b9b9a75f97d0de2d80da8de8fe0593bdcff3fc81c575bf1d8a6c6faa0fc08" }, { - "name": "SSLClient", - "version": "1.6.9", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.1.3", + "author": "Spacehuhn", + "maintainer": "Spacehuhn Technologies \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhntech/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "sam", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.9.zip", - "archiveFileName": "SSLClient-1.6.9.zip", - "size": 948616, - "checksum": "SHA-256:9084c64112e059906f531f667135419bda8b5018ea518afd60a01ca51afc0a14" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.1.3.zip", + "archiveFileName": "SimpleCLI-1.1.3.zip", + "size": 176844, + "checksum": "SHA-256:2f7782bee2a480b7ebaf0cadac49b0e16a4127e73aa60015e04f3e82a52eaace" }, { - "name": "SSLClient", - "version": "1.6.10", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "Arduino library to add TLS functionality to any Client class", - "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", - "website": "https://github.com/OPEnSLab-OSU/SSLClient", - "category": "Communication", + "name": "SimpleCLI", + "version": "1.1.4", + "author": "Spacehuhn", + "maintainer": "Spacehuhn Technologies \u003carduinolib@spacehuhn.com\u003e", + "sentence": "A Command Line Interface Library for Arduino", + "paragraph": "Add a command line interface to your project the easy way", + "website": "https://github.com/spacehuhntech/SimpleCLI", + "category": "Data Processing", "architectures": [ - "samd", - "sam", - "tivac", - "stm32", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "repository": "https://github.com/spacehuhntech/SimpleCLI.git", "providesIncludes": [ - "SSLClient.h" + "SimpleCLI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.10.zip", - "archiveFileName": "SSLClient-1.6.10.zip", - "size": 984559, - "checksum": "SHA-256:9760bc9fb42b152e7f4f732e216e4b7859748f293db2372efed8356f9d87c342" + "url": "https://downloads.arduino.cc/libraries/github.com/spacehuhntech/SimpleCLI-1.1.4.zip", + "archiveFileName": "SimpleCLI-1.1.4.zip", + "size": 176855, + "checksum": "SHA-256:47206d651615ea9f7e385eca2fb1dcefc33ea33937e0bb3936b880db07bf4404" }, { - "name": "Sparthan gForce", + "name": "Charset", "version": "1.0.0", - "author": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", - "sentence": "Bluetooth communication library for the gForce EMG armband", - "paragraph": "Library based on the ESP32 for Bluetooth Low Energy (BLE) comunication with the gForce armband, streaming status, IMU and gesture data", - "website": "https://github.com/project-sparthan/sparthan-gforce.git", - "category": "Device Control", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Charset library for Arduino", + "paragraph": "A char set", + "website": "https://github.com/offcircuit/Charset", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/project-sparthan/sparthan-gforce.git", - "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_gForce-1.0.0.zip", - "archiveFileName": "Sparthan_gForce-1.0.0.zip", - "size": 6178, - "checksum": "SHA-256:361d4e2ee1d800b216ccb6b9ca0064519aa077972e6dcfa1b340ab00c7c23237" + "repository": "https://github.com/offcircuit/Charset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-1.0.0.zip", + "archiveFileName": "Charset-1.0.0.zip", + "size": 16190, + "checksum": "SHA-256:ca2343a6b8be4364f89fd682f6dbd678c9e080cb72e76d8e81e5ab4fffba3248" }, { - "name": "LoRaNow", - "version": "1.0.0", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", - "category": "Communication", + "name": "Charset", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Charset library for Arduino", + "paragraph": "A char set", + "website": "https://github.com/offcircuit/Charset", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": [ - "LoRaNow.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.0.zip", - "archiveFileName": "LoRaNow-1.0.0.zip", - "size": 21896, - "checksum": "SHA-256:81ab8d3e6bccde504613e11b58946ee7bbf1bf66d5d35fc33c0957a8b20f9d6f" + "repository": "https://github.com/offcircuit/Charset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-2.0.0.zip", + "archiveFileName": "Charset-2.0.0.zip", + "size": 16191, + "checksum": "SHA-256:11cc6e8b1f641e10933142af5a1d025f60998b29ffaa2a73dddedccdf955e845" }, { - "name": "LoRaNow", - "version": "1.0.1", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", - "category": "Communication", + "name": "Charset", + "version": "2.0.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Charset library for Arduino", + "paragraph": "A char set", + "website": "https://github.com/offcircuit/Charset", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": [ - "LoRaNow.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.1.zip", - "archiveFileName": "LoRaNow-1.0.1.zip", - "size": 23681, - "checksum": "SHA-256:96297153135aa9603f646b4594d99b54c1ab9138cbf2d307fa9d3a7143a7a344" + "repository": "https://github.com/offcircuit/Charset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/Charset-2.0.1.zip", + "archiveFileName": "Charset-2.0.1.zip", + "size": 16191, + "checksum": "SHA-256:e03d928a203e9cfd89f6bb856fdbaca781b5a33b69b2cfa156ca1587ad674f37" }, { - "name": "LoRaNow", - "version": "1.0.2", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", + "name": "ElegantOTA", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": [ - "LoRaNow.h" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.0.0.zip", + "archiveFileName": "ElegantOTA-1.0.0.zip", + "size": 643040, + "checksum": "SHA-256:dafd100395329c59d10ed794ad7f6cb338131f162f64b71a99013b8c707fbdac" + }, + { + "name": "ElegantOTA", + "version": "1.1.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", + "architectures": [ + "esp8266" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.2.zip", - "archiveFileName": "LoRaNow-1.0.2.zip", - "size": 23745, - "checksum": "SHA-256:9ee54bfa12f37af87aae75f28c0dcacabb3514db3948f042f036d2b08dbbb31b" + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-1.1.0.zip", + "archiveFileName": "ElegantOTA-1.1.0.zip", + "size": 629348, + "checksum": "SHA-256:c3456cf8fd27fd4d589d6efe7ddd96a4d056527d6eef548df704ba6851987740" }, { - "name": "LoRaNow", - "version": "1.0.3", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", + "name": "ElegantOTA", + "version": "2.2.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": [ - "LoRaNow.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.3.zip", - "archiveFileName": "LoRaNow-1.0.3.zip", - "size": 24191, - "checksum": "SHA-256:0745487004c6d74bc25e40b2bab8f917915395e79e120eea7ad8621421d8d90e" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.0.zip", + "archiveFileName": "ElegantOTA-2.2.0.zip", + "size": 548953, + "checksum": "SHA-256:f4e8edc61e35a663c3065dfebecc056940275658d0e53a86ed573174326c0c7e" }, { - "name": "LoRaNow", - "version": "1.0.4", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", + "name": "ElegantOTA", + "version": "2.2.1", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": [ - "LoRaNow.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.4.zip", - "archiveFileName": "LoRaNow-1.0.4.zip", - "size": 26498, - "checksum": "SHA-256:2a39240c5d2cf818d20d407c1af0a0756f01ef96ab68011c732cb1028237e829" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.1.zip", + "archiveFileName": "ElegantOTA-2.2.1.zip", + "size": 548662, + "checksum": "SHA-256:d2a763bc2b3d82c943ce8bccaca069f1db583d2c2920bc523fb0c4bc504d99c2" }, { - "name": "LoRaNow", - "version": "1.0.5", - "author": "Luiz Henrique Cassettari", - "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", - "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", - "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", - "website": "https://github.com/ricaun/LoRaNow", + "name": "ElegantOTA", + "version": "2.2.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "avr", "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ricaun/LoRaNow.git", - "providesIncludes": [ - "LoRaNow.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.5.zip", - "archiveFileName": "LoRaNow-1.0.5.zip", - "size": 26841, - "checksum": "SHA-256:007ce97a10b0b261bb23b453048cd973a247a9340ebc7ec4b1be4d7b717d9983" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.2.zip", + "archiveFileName": "ElegantOTA-2.2.2.zip", + "size": 533665, + "checksum": "SHA-256:0b7d42c3c51c913476d4d99d1c2e2ec67f1d647ef3904a45e542922ab909cf97" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.0", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "2.2.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.0.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.0.zip", - "size": 8708, - "checksum": "SHA-256:4f9eb27201e2696d38147fe3f9912725a3246622fb3917c916e86a3cef9e4fc9" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.3.zip", + "archiveFileName": "ElegantOTA-2.2.3.zip", + "size": 543076, + "checksum": "SHA-256:eef341948ae0d339195f32a7bdb4ccfc191d505dc5625e442296f1cf112d2398" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.1", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "2.2.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.1.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.1.zip", - "size": 9385, - "checksum": "SHA-256:95c42271a53e14089d78d77d5f3fe86b98423c084a2c046e2bb1269063a19786" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.4.zip", + "archiveFileName": "ElegantOTA-2.2.4.zip", + "size": 545228, + "checksum": "SHA-256:7314f37276a6861fbfe9c58ecf3e8dbc6df806b4d91c2c547d924e627a7521b9" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.2", - "author": "hellothing(tommy@hellothing.com)", - "maintainer": "hellothing(tommy@hellothing.com)", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "2.2.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.2.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.2.zip", - "size": 9535, - "checksum": "SHA-256:d51b8d10270e72511b788f69b4fa36c498300f5ea6de13e714164ca4e4733166" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.5.zip", + "archiveFileName": "ElegantOTA-2.2.5.zip", + "size": 545757, + "checksum": "SHA-256:7f63f4005048ecd8917cd4cb2995eb41100f7a2984cb9a647c681a41d2dfa808" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.3", - "author": "hellothing(tommy@hellothing.com)", - "maintainer": "hellothing(tommy@hellothing.com)", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "2.2.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.3.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.3.zip", - "size": 9541, - "checksum": "SHA-256:b28d87fcfa83855472dccb0a4216c2a41857de1a2115ea2e97d50869555c6ee9" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.6.zip", + "archiveFileName": "ElegantOTA-2.2.6.zip", + "size": 545790, + "checksum": "SHA-256:16c9d2c7f460ca32d34a1f34e56dcee58b2fa171b3e84405f8d92c11cc81f933" }, { - "name": "hellothing_BG96_NBIoT", - "version": "1.0.4", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "2.2.7", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.4.zip", - "archiveFileName": "hellothing_BG96_NBIoT-1.0.4.zip", - "size": 10913, - "checksum": "SHA-256:946caf75035a8710f62d4efe953bb925155279ff5397fd5737693709b21d3d09" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.7.zip", + "archiveFileName": "ElegantOTA-2.2.7.zip", + "size": 545848, + "checksum": "SHA-256:54d52ba2d57ba5b39d1c5d9f0329cc15513323d4bd24e820935a03f19782648b" }, { - "name": "hellothing_BG96_NBIoT", - "version": "2.0.0", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "2.2.8", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.0.zip", - "archiveFileName": "hellothing_BG96_NBIoT-2.0.0.zip", - "size": 11540, - "checksum": "SHA-256:1b579715c053363f46837669306d3f827dca5f7df8f247a459d520fbcef92c0f" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.8.zip", + "archiveFileName": "ElegantOTA-2.2.8.zip", + "size": 545813, + "checksum": "SHA-256:0b677787b3cf64c1d78cbe3837ac9b7af0e44e787c472ed96c517c60eecade43" }, { - "name": "hellothing_BG96_NBIoT", - "version": "2.0.1", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "2.2.9", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Elegantly!", + "paragraph": "A user interface library which provides interactive elements for your over-the-air updates on ESP8266 or ESP32", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.1.zip", - "archiveFileName": "hellothing_BG96_NBIoT-2.0.1.zip", - "size": 11702, - "checksum": "SHA-256:a503d4b48a6d9c0b70ef67b14dea68c519cc08370d847584c4e60317a5bc5282" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-2.2.9.zip", + "archiveFileName": "ElegantOTA-2.2.9.zip", + "size": 544876, + "checksum": "SHA-256:3c778301bffb27a6299c31d3af8cd0677c9a8268cb5791045c6958628a988859" }, { - "name": "hellothing_BG96_NBIoT", - "version": "2.0.2", - "author": "hellothing", - "maintainer": "hellothing", - "sentence": "NB-IoT library for hellothing BG96 Arduino shield", - "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", - "website": "https://fastcomm.com/development-kit/", + "name": "ElegantOTA", + "version": "3.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "OTA updates made slick and simple for everyone!", + "paragraph": "A user interface library which provides an interactive portal for your over-the-air updates for wireless microcontrollers.", + "website": "https://github.com/ayushsharma82/ElegantOTA", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", - "providesIncludes": [ - "hellothing_BG96_NBIoT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.2.zip", - "archiveFileName": "hellothing_BG96_NBIoT-2.0.2.zip", - "size": 16191, - "checksum": "SHA-256:a5b05e2c23ede24785026edf96d8fe5d73abd008818e736a71b92dd152445564" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-3.0.0.zip", + "archiveFileName": "ElegantOTA-3.0.0.zip", + "size": 1962320, + "checksum": "SHA-256:909e1761a9fe0c22ce5e4ee96b4dc155e6e0d8cab257455806bac9bcb39ca8bd" }, { - "name": "Adafruit MCP9600 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP9600", - "category": "Sensors", + "name": "ElegantOTA", + "version": "3.1.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "OTA updates made slick and simple for everyone!", + "paragraph": "A OTA library which provides an interactive portal for your over-the-air updates for wireless microcontrollers.", + "website": "https://github.com/ayushsharma82/ElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.0.zip", - "archiveFileName": "Adafruit_MCP9600_Library-1.0.0.zip", - "size": 10389, - "checksum": "SHA-256:d28e184212b94134057f3b6112d555cd000fd39f802cb9705fdf256ec0614d63" + "repository": "https://github.com/ayushsharma82/ElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ElegantOTA-3.1.0.zip", + "archiveFileName": "ElegantOTA-3.1.0.zip", + "size": 1963115, + "checksum": "SHA-256:3d9991f4985e12f6b567b428296600b021c0e456520c5e5b5bf0da1727334896" }, { - "name": "Adafruit MCP9600 Library", + "name": "Lime Labs HDC2080", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP9600", + "author": "Lime Labs GmbH, Texas Instruments, TinkeringTech, @stickbreaker", + "maintainer": "Lime Labs GmbH \u003ccode@limelabs.io\u003e", + "sentence": "An Arduino library to configure and communicate with the Texas Instruments HDC2080 temperature \u0026 humidity sensor", + "paragraph": "Uses I2C and the Arduino Wire library to communicate with the HDC2080", + "website": "https://github.com/lime-labs/HDC2080-Arduino", "category": "Sensors", "architectures": [ "*" @@ -247645,20 +309735,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.1.zip", - "archiveFileName": "Adafruit_MCP9600_Library-1.0.1.zip", - "size": 1186225, - "checksum": "SHA-256:73db8619f1047448600714fe2354a0f5db645c0d523170a6827aa8309675c31a" + "repository": "https://github.com/lime-labs/HDC2080-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lime-labs/Lime_Labs_HDC2080-1.0.1.zip", + "archiveFileName": "Lime_Labs_HDC2080-1.0.1.zip", + "size": 9061, + "checksum": "SHA-256:c62812c72ea202965d38e37fb89fc15044be5d23b8bce264cb0dfae52802513e" }, { - "name": "Adafruit MCP9600 Library", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP9600", + "name": "Lime Labs HDC2080", + "version": "1.1.2", + "author": "Lime Labs GmbH, Texas Instruments, TinkeringTech, @stickbreaker", + "maintainer": "Lime Labs GmbH \u003ccode@limelabs.io\u003e", + "sentence": "An Arduino library to configure and communicate with the Texas Instruments HDC2080 temperature \u0026 humidity sensor", + "paragraph": "Uses I2C and the Arduino Wire library to communicate with the HDC2080", + "website": "https://github.com/lime-labs/HDC2080-Arduino", "category": "Sensors", "architectures": [ "*" @@ -247666,20 +309756,21 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.2.zip", - "archiveFileName": "Adafruit_MCP9600_Library-1.0.2.zip", - "size": 1186982, - "checksum": "SHA-256:bf10f3fc2e8b36b979660528866873c3cca35ade2096956cbb29dde28825c765" + "repository": "https://github.com/lime-labs/HDC2080-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lime-labs/Lime_Labs_HDC2080-1.1.2.zip", + "archiveFileName": "Lime_Labs_HDC2080-1.1.2.zip", + "size": 1052253, + "checksum": "SHA-256:7687a9248a961902babeeabd3192eb70f41aaf052794f6938d6d1a684492f26d" }, { - "name": "Adafruit MCP9600 Library", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP9600", + "name": "LIS3DH motion detection", + "version": "0.0.3", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", "category": "Sensors", "architectures": [ "*" @@ -247687,25 +309778,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": [ + "lis3dh-motion-detection.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.0.zip", - "archiveFileName": "Adafruit_MCP9600_Library-1.1.0.zip", - "size": 1187075, - "checksum": "SHA-256:16f9d9fd2c4a0afc5b51592d158973722f369edc160dbe3d3425a44d2a003505" + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.3.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.3.zip", + "size": 679652, + "checksum": "SHA-256:31aab73a51dbb0c34b107bd1b6cf5faf48b24eb78ae87afd6ee9ef47cc52cc29" }, { - "name": "Adafruit MCP9600 Library", - "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP9600", + "name": "LIS3DH motion detection", + "version": "0.0.4", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", "category": "Sensors", "architectures": [ "*" @@ -247713,172 +309803,206 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": [ + "LIS3DH-motion-detection.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.1.zip", - "archiveFileName": "Adafruit_MCP9600_Library-1.1.1.zip", - "size": 1187076, - "checksum": "SHA-256:b6f8533a5f6f3d34c3f84bc75f72b71e68ae0e7304df91d3bd2184ee39680e43" + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.4.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.4.zip", + "size": 679650, + "checksum": "SHA-256:9cdc4e3fc8a0d35e1fbf645ab19e378309231ee07d0c346a7014d9a8fc20d4f4" }, { - "name": "Sodaq_N2X", - "version": "1.0.0", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the SARA N2X modules.", - "paragraph": "An Arduino library for the UBlox SARA N2X modules. It supports NBiot Radio Access Technology. Implemented functionality for UDP sockets and COAP.", - "website": "https://github.com/SodaqMoja/Sodaq_N2X", - "category": "Communication", + "name": "LIS3DH motion detection", + "version": "0.0.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SodaqMoja/Sodaq_N2X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_N2X-1.0.0.zip", - "archiveFileName": "Sodaq_N2X-1.0.0.zip", - "size": 15399, - "checksum": "SHA-256:9f12ed784161fa551b4b477f03125c3efe41371546158b1c9bd5bc9d67f357e5" + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": [ + "LIS3DH motion detection.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.1.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.1.zip", + "size": 679513, + "checksum": "SHA-256:c60dadd95f7e80e5ad8da635c120c202ca2132de346f6da831e4cfc64e627aaa" }, { - "name": "Sodaq_N2X", - "version": "1.0.1", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the SARA N2X modules.", - "paragraph": "An Arduino library for the UBlox SARA N2X modules. It supports NBiot Radio Access Technology. Implemented functionality for UDP sockets and COAP.", - "website": "https://github.com/SodaqMoja/Sodaq_N2X", - "category": "Communication", + "name": "LIS3DH motion detection", + "version": "0.0.5", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SodaqMoja/Sodaq_N2X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_N2X-1.0.1.zip", - "archiveFileName": "Sodaq_N2X-1.0.1.zip", - "size": 15712, - "checksum": "SHA-256:ee9ddb3fab2316f6562eb3fc645aa62befc9e827357889745450abe8a3f278a9" + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": [ + "LIS3DH-motion-detection.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.5.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.5.zip", + "size": 668181, + "checksum": "SHA-256:b3f46aa9edcfdea6e154a6b5bf9ec7e73b0d85d3ca1994fdcf52feb595cd9199" }, { - "name": "Sodaq_R4X", + "name": "LIS3DH motion detection", + "version": "0.0.6", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/lis3dh-motion-detection", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/lis3dh-motion-detection.git", + "providesIncludes": [ + "LIS3DH-motion-detection.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/LIS3DH_motion_detection-0.0.6.zip", + "archiveFileName": "LIS3DH_motion_detection-0.0.6.zip", + "size": 668384, + "checksum": "SHA-256:6527f16f8c7dfc5160e29985b58237eb0e7b8dcb925b7a3bc2bdea633ad57095" + }, + { + "name": "EspHtmlTemplateProcessor", "version": "1.0.0", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the UBlox SARA R4X modules.", - "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", - "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", + "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", + "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-1.0.0.zip", - "archiveFileName": "Sodaq_R4X-1.0.0.zip", - "size": 26350, - "checksum": "SHA-256:992ccdeb579313882a5c0fcd2b8d010943bd1ae91d62f4902ba5f105f1ca6dc0" + "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.0.0.zip", + "archiveFileName": "EspHtmlTemplateProcessor-1.0.0.zip", + "size": 19980, + "checksum": "SHA-256:9cd106ebffb26ef91b46a732e947fad588d705b2ae9ae4592e2b73acf644672c" }, { - "name": "Sodaq_R4X", - "version": "2.0.0", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the UBlox SARA R4X modules.", - "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", - "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "name": "EspHtmlTemplateProcessor", + "version": "1.2.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", + "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", + "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.0.zip", - "archiveFileName": "Sodaq_R4X-2.0.0.zip", - "size": 29172, - "checksum": "SHA-256:d1ebcbb74b64a64b9a6793b85b25fac7cf9da157223bba4ab7b9148e74326f0c" + "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.2.0.zip", + "archiveFileName": "EspHtmlTemplateProcessor-1.2.0.zip", + "size": 20490, + "checksum": "SHA-256:d30181a91b8074f0cd53ac36da8558c2cef521f7fb57088fcb3d4ac14f1eff89" }, { - "name": "Sodaq_R4X", - "version": "2.0.1", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the UBlox SARA R4X modules.", - "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", - "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "name": "EspHtmlTemplateProcessor", + "version": "1.2.1", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provide simple HTML template processing for ESP using SPIFFS", + "paragraph": "This library allow an easy and simple template processing for web pages stored in the SPIFFS of an ESP.", + "website": "https://github.com/plapointe6/EspHtmlTemplateProcessor", "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.1.zip", - "archiveFileName": "Sodaq_R4X-2.0.1.zip", - "size": 29571, - "checksum": "SHA-256:da560d349f52651f9b4a3bdd545467fb90decf38c50bb01bbe8cbcd848e099e2" + "repository": "https://github.com/plapointe6/EspHtmlTemplateProcessor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspHtmlTemplateProcessor-1.2.1.zip", + "archiveFileName": "EspHtmlTemplateProcessor-1.2.1.zip", + "size": 20509, + "checksum": "SHA-256:f60529d0a97a56add1bac06318aa65b9925877b32b5686f16363d2c1da2ddcb7" }, { - "name": "Sodaq_R4X", - "version": "2.0.2", - "author": "SODAQ", - "maintainer": "SODAQ", - "sentence": "An Arduino library for the UBlox SARA R4X modules.", - "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", - "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "name": "PulseCom", + "version": "1.0.0", + "author": "Angel Zaprianov \u003cfire1@abv.bg\u003e", + "maintainer": "Angel Zaprianov \u003cfire1@abv.bg\u003e", + "sentence": "Universal communication library for protocols using pulse length to define bytes.", + "paragraph": "Provides universal library to read data from protocols that are using pulse length to define bytes. This library uses EnableInterrupt library in order to allow more pins to be used for communication.", + "website": "http://github.com/fire1/PulseCom", "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.2.zip", - "archiveFileName": "Sodaq_R4X-2.0.2.zip", - "size": 29556, - "checksum": "SHA-256:cb85b20cf199ce82140612d44179d54038ba57ce4468bdc9f8f0ce429c33399c" + "repository": "https://github.com/fire1/PulseCom.git", + "providesIncludes": [ + "PulseCom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fire1/PulseCom-1.0.0.zip", + "archiveFileName": "PulseCom-1.0.0.zip", + "size": 101208, + "checksum": "SHA-256:2e49de5bb54c13070980e4750903d84457f63cbfe34efd6b9f9a4c927505cf76" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", - "category": "Sensors", + "name": "ClosedCube TCA9548A", + "version": "2019.3.23", + "author": "ClosedCube", + "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", + "sentence": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", + "paragraph": "Arduino library for Arduino library for Texas Instruments TCA9548A 8-Channel I2C Switch/Multiplexer", + "website": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", - "size": 26422, - "checksum": "SHA-256:fd03a6c236461856f11ec5d1e098cc7f6c61db1e7fcc0812c6de74e183c870c4" + "repository": "https://github.com/closedcube/ClosedCube_TCA9548A_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_TCA9548A-2019.3.23.zip", + "archiveFileName": "ClosedCube_TCA9548A-2019.3.23.zip", + "size": 8045, + "checksum": "SHA-256:ecb1b7a2c49aab8f6b518f0d71f84f6c6b9d59124bc910336fba439d8d61b066" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "name": "Isolated ISE Probe Interface", + "version": "1.0.0", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", "category": "Sensors", "architectures": [ "*" @@ -247886,20 +310010,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", - "size": 24267, - "checksum": "SHA-256:8c773436a54e0792931fccb8ff1ea8a3e6d74f3823355305805db73c63f33da9" + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.0.0.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.0.0.zip", + "size": 705900, + "checksum": "SHA-256:f4e9ca73104a53b1fddc9facc868c605b9827b469fd9bb4522f60bd2776df482" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.2", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "name": "Isolated ISE Probe Interface", + "version": "1.1.0", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", "category": "Sensors", "architectures": [ "*" @@ -247907,20 +310031,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", - "size": 24529, - "checksum": "SHA-256:ed48a0d3e7d3546f2ad21d9e95c60d5dab8c23ef0fa209ce392c8f7ce8bbf94a" + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.0.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.0.zip", + "size": 69278, + "checksum": "SHA-256:353cf9695f1d1be14f00fbcda73904028050becd5500b61ec3f31e7f934f7baf" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.3", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "name": "Isolated ISE Probe Interface", + "version": "1.1.1", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", "category": "Sensors", "architectures": [ "*" @@ -247928,20 +310052,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.3.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.3.zip", - "size": 25101, - "checksum": "SHA-256:0f40861669d144dc78eb8ca66606fdfad0bf35742a11caea43f4c34410b6d9d7" + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.1.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.1.zip", + "size": 47369, + "checksum": "SHA-256:3678b5e55af2d0e606281a49485caa8d96cdaa19716ae74fcb0eb3b61c116eeb" }, { - "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", - "version": "1.0.4", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", - "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "name": "Isolated ISE Probe Interface", + "version": "1.1.2", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", "category": "Sensors", "architectures": [ "*" @@ -247949,382 +310073,365 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.4.zip", - "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.4.zip", - "size": 25122, - "checksum": "SHA-256:6c6dc84ed5ec9735c6652b1ae579c1988ca2387d2bb7a855ad38eccbf16ad48e" + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.2.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.2.zip", + "size": 47703, + "checksum": "SHA-256:6f2a059024ecdb99a2b23547fe69bfa73d3a429b5a3394552e7460fed3c6f41e" }, { - "name": "TimerFour", - "version": "1.0.0", - "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", + "name": "Isolated ISE Probe Interface", + "version": "1.1.3", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/VincentLim/TimerFour.git", - "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.0.0.zip", - "archiveFileName": "TimerFour-1.0.0.zip", - "size": 7559, - "checksum": "SHA-256:01e3b7fab25f6d788f136f14e3d4c00598285db1af1cde4a61e6987e87872e61" + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.3.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.3.zip", + "size": 46791, + "checksum": "SHA-256:ff7782a46cba30a0af90a08150a913fe5a69057b518746ac06abe16ba82527e5" }, { - "name": "TimerFour", - "version": "1.1.0", - "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", + "name": "Isolated ISE Probe Interface", + "version": "1.1.4", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/VincentLim/TimerFour.git", - "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.1.0.zip", - "archiveFileName": "TimerFour-1.1.0.zip", - "size": 7693, - "checksum": "SHA-256:d6baf6ebd135b687106c336e9582da9b45458c9baeb449becc4e5e6b81da9e7b" + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.1.4.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.1.4.zip", + "size": 46764, + "checksum": "SHA-256:0b2a1c4ec687dd93f0dcfc87c56ab29ae1986cb0054f4227f6814f786f43b135" }, { - "name": "TimerFive", - "version": "1.0.0", - "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", + "name": "Isolated ISE Probe Interface", + "version": "1.2.0", + "author": "uFire", + "maintainer": "justin@ufire.co", + "sentence": "An isolated Ion Specific Electrode Probe Interface", + "paragraph": "Use it to measure pH, ORP, or any other voltage based probe", + "website": "https://ufire.co", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/VincentLim/TimerFive.git", - "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.0.0.zip", - "archiveFileName": "TimerFive-1.0.0.zip", - "size": 8160, - "checksum": "SHA-256:8dd1715a0d3c61ac8a26485126f0c42d9f2d413b69a9aa04fa13f5df7710cd88" + "repository": "https://github.com/u-fire/Isolated_ISE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Isolated_ISE_Probe_Interface-1.2.0.zip", + "archiveFileName": "Isolated_ISE_Probe_Interface-1.2.0.zip", + "size": 47012, + "checksum": "SHA-256:f9af788a8a55d3beee7a0c9899d3e9922ff12c245d6feb8d06f6e5ff8abc7a9e" }, { - "name": "TimerFive", - "version": "1.1.0", - "author": "Jesse Tane, J�r�me Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", - "maintainer": "Vincent Limort�", - "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", - "website": "http://playground.arduino.cc/Code/Timer1", - "category": "Timing", + "name": "XInput", + "version": "1.0.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/VincentLim/TimerFive.git", - "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.1.0.zip", - "archiveFileName": "TimerFive-1.1.0.zip", - "size": 7652, - "checksum": "SHA-256:e654fc2a3b4c213adb17081caaed71aebb6b1f48f34640713caa25406ce7948c" + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": [ + "XInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.0.zip", + "archiveFileName": "XInput-1.0.0.zip", + "size": 24268, + "checksum": "SHA-256:1e44a7b265296403b0f3812cd8595b23922305e8beb18b4e056195fa3eab42db" }, { - "name": "AntaresLoraID", - "version": "1.0.0", - "author": "Antares", - "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", - "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", - "paragraph": "Device library for lora.id network.", - "website": "https://github.com/antaresdocumentation/lorawan-loraid", + "name": "XInput", + "version": "1.0.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", + "repository": "https://github.com/dmadison/ArduinoXInput.git", "providesIncludes": [ - "loraid.h" + "XInput.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.0.0.zip", - "archiveFileName": "AntaresLoraID-1.0.0.zip", - "size": 39803, - "checksum": "SHA-256:f0e52e78ef485e68403d6b08a9d1b87fafc8535f88ff04245d508944b02fd5da" + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.0.1.zip", + "archiveFileName": "XInput-1.0.1.zip", + "size": 26302, + "checksum": "SHA-256:d4d32e5cf4f04af65e9c1c436d18884577904e69983a60fcc1bc9c7a0f291d8e" }, { - "name": "AntaresLoraID", + "name": "XInput", "version": "1.1.0", - "author": "Antares", - "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", - "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", - "paragraph": "Device library for lora.id network.", - "website": "https://github.com/antaresdocumentation/lorawan-loraid", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", + "repository": "https://github.com/dmadison/ArduinoXInput.git", "providesIncludes": [ - "loraid.h" + "XInput.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.1.0.zip", - "archiveFileName": "AntaresLoraID-1.1.0.zip", - "size": 39990, - "checksum": "SHA-256:ee1f46b46424ca3558707f6ef99b9810b0980089fb215b732e667e7212f8b9af" + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.1.0.zip", + "archiveFileName": "XInput-1.1.0.zip", + "size": 26599, + "checksum": "SHA-256:ec78e9b960e5bb6b10fface40a2b6e06f24f0b648dcaddaec607530cb046e70d" }, { - "name": "OneWireNg", - "version": "0.1.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", + "name": "XInput", + "version": "1.2.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.1.0.zip", - "archiveFileName": "OneWireNg-0.1.0.zip", - "size": 22097, - "checksum": "SHA-256:f1a4d2ac9e83450924497abc73bb5892c744306abc59f85e41a1c5bd2bf4c762" + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": [ + "XInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.1.zip", + "archiveFileName": "XInput-1.2.1.zip", + "size": 26818, + "checksum": "SHA-256:07997a0873d801e0c67fc602679545d844586de38e779847bab5890cf43d44c6" }, { - "name": "OneWireNg", - "version": "0.2.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", + "name": "XInput", + "version": "1.2.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr", - "megaavr", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.2.0.zip", - "archiveFileName": "OneWireNg-0.2.0.zip", - "size": 38169, - "checksum": "SHA-256:6ad84d4e2aae7707676602f0313b7ffbe1d385d30597439a6497cf4f1ce05918" + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": [ + "XInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.2.zip", + "archiveFileName": "XInput-1.2.2.zip", + "size": 26957, + "checksum": "SHA-256:e6e3bf68b6b9f8acca5880c5c636d9121307fdfcd4715ddc2ad9b86041e044ba" }, { - "name": "OneWireNg", - "version": "0.3.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", + "name": "XInput", + "version": "1.2.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr", - "megaavr", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.3.0.zip", - "archiveFileName": "OneWireNg-0.3.0.zip", - "size": 41386, - "checksum": "SHA-256:53996864467d590cdb1657cf5d6a4afd878e45e77a494b14af4d3268049fa57b" + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": [ + "XInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.3.zip", + "archiveFileName": "XInput-1.2.3.zip", + "size": 27050, + "checksum": "SHA-256:b8310918e18cc855a5d842860a0d8e1f8ffc6859d3fde9b4fbd8585751172d38" }, { - "name": "OneWireNg", - "version": "0.4.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", + "name": "XInput", + "version": "1.2.4", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr", - "megaavr", - "samd", - "samd_beta", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.4.0.zip", - "archiveFileName": "OneWireNg-0.4.0.zip", - "size": 42613, - "checksum": "SHA-256:e8855fa6208a84607269777fba989174aa174d6e379e79d313235af0393f212f" + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": [ + "XInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.4.zip", + "archiveFileName": "XInput-1.2.4.zip", + "size": 27245, + "checksum": "SHA-256:aab2fa6584bbd14c019084b860dfd2574b7dce8d7dbc1c99c9b211c90489d9f5" }, { - "name": "OneWireNg", - "version": "0.4.1", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", + "name": "XInput", + "version": "1.2.5", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr", - "megaavr", - "samd", - "samd_beta", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.4.1.zip", - "archiveFileName": "OneWireNg-0.4.1.zip", - "size": 43505, - "checksum": "SHA-256:cb719c3e5698a5a68ddce3f03c5965b3c2da3faa0283d13cd2673f60d03a032f" + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": [ + "XInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.5.zip", + "archiveFileName": "XInput-1.2.5.zip", + "size": 27338, + "checksum": "SHA-256:b806704f6acebc5d66e17abdee63b5c93dc5de6f8fde27af092b721512778c05" }, { - "name": "OneWireNg", - "version": "0.5.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", + "name": "XInput", + "version": "1.2.6", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Library for emulating an Xbox controller over USB.", + "paragraph": "Requires a compatible board configuration with the proper USB descriptors.", + "website": "https://github.com/dmadison/ArduinoXInput", "category": "Communication", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "samd_beta", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.5.0.zip", - "archiveFileName": "OneWireNg-0.5.0.zip", - "size": 75306, - "checksum": "SHA-256:7042a02d08619cbdd26c92d75f520dcdf6f50cb529db1d6131e8f3f692e2863b" + "repository": "https://github.com/dmadison/ArduinoXInput.git", + "providesIncludes": [ + "XInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/XInput-1.2.6.zip", + "archiveFileName": "XInput-1.2.6.zip", + "size": 27407, + "checksum": "SHA-256:2659285e0822a4376e073421291c7800f641595b01b486fa24dd0d43ed14f4f8" }, { - "name": "OneWireNg", - "version": "0.6.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", - "category": "Communication", + "name": "DualVNH5019MotorShieldMod3", + "version": "3.0.1-dualshilds", + "author": "Pololu/photodude", + "maintainer": "Photodude \u003cinfo@waltsorensen.com\u003e", + "sentence": "Arduino library for the running two Pololu Dual VNH5019 Motor Driver Shields on an Arduino Mega", + "paragraph": "This is a library for the Arduino that interfaces with two Pololu Dual VNH5019 Motor Driver Shields. It makes it simple to drive four brushed, DC motors from 2 sheilds on an Arduino Mega.", + "website": "https://github.com/photodude/DualVNH5019MotorShieldMod3", + "category": "Device Control", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "samd_beta", - "esp8266", - "esp32", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.6.0.zip", - "archiveFileName": "OneWireNg-0.6.0.zip", - "size": 108243, - "checksum": "SHA-256:c60290249af451ea59323e16fbc63cfae9426ba7d9cd2cbf6a24c60e15b160d1" + "repository": "https://github.com/photodude/DualVNH5019MotorShieldMod3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/photodude/DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", + "archiveFileName": "DualVNH5019MotorShieldMod3-3.0.1-dualshilds.zip", + "size": 12746, + "checksum": "SHA-256:01f9db92a1791b35b2fe131d180a1a4cae94103e561e87ef16e0f1e5422e02a4" }, { - "name": "OneWireNg", - "version": "0.7.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", - "category": "Communication", + "name": "DualVNH5019MotorShieldMod3", + "version": "3.2.0-dualshilds", + "author": "Pololu/photodude", + "maintainer": "Photodude \u003cinfo@waltsorensen.com\u003e", + "sentence": "Arduino library for the running two Pololu Dual VNH5019 Motor Driver Shields on an Arduino Mega", + "paragraph": "This is a library for the Arduino that interfaces with two Pololu Dual VNH5019 Motor Driver Shields. It makes it simple to drive four brushed, DC motors from 2 sheilds on an Arduino Mega.", + "website": "https://github.com/photodude/DualVNH5019MotorShieldMod3", + "category": "Device Control", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "samd_beta", - "esp8266", - "esp32", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.0.zip", - "archiveFileName": "OneWireNg-0.7.0.zip", - "size": 115594, - "checksum": "SHA-256:24e21c65e2e6c552d4151c73db705eb677d80e22039ce476542d254186d01cd0" + "repository": "https://github.com/photodude/DualVNH5019MotorShieldMod3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/photodude/DualVNH5019MotorShieldMod3-3.2.0-dualshilds.zip", + "archiveFileName": "DualVNH5019MotorShieldMod3-3.2.0-dualshilds.zip", + "size": 13762, + "checksum": "SHA-256:957a9948a41379628640329bf6594cad1d2d8b99de9622136cfe1efbc2d00a9b" }, { - "name": "OneWireNg", - "version": "0.7.1", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Arduino 1-wire service library", - "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", - "website": "https://github.com/pstolarz/OneWireNg", - "category": "Communication", + "name": "Xbox 360 Controller LEDs", + "version": "1.1.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Mimic the Xbox 360 controller's LED patterns.", + "paragraph": "Includes blinking, rotating, alternating, and player specific patterns that can be set manually or via USB packet.", + "website": "https://github.com/dmadison/Xbox360ControllerLEDs", + "category": "Display", "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "samd_beta", - "esp8266", - "esp32", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/OneWireNg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.1.zip", - "archiveFileName": "OneWireNg-0.7.1.zip", - "size": 115990, - "checksum": "SHA-256:8cecc17dd06c5f0611b9cd293b1d5a6d66c28f745df2a37584499fca0acc031c" + "repository": "https://github.com/dmadison/Xbox360ControllerLEDs.git", + "providesIncludes": [ + "X360ControllerLEDs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Xbox_360_Controller_LEDs-1.1.2.zip", + "archiveFileName": "Xbox_360_Controller_LEDs-1.1.2.zip", + "size": 19997, + "checksum": "SHA-256:b582c79b89fb49cd47c54847f4d7f7753a62e1141ae4f9d89ada959dd51ddbc3" }, { - "name": "PE43xx", + "name": "SoilHygrometer", "version": "1.0.0", - "author": "Tatu Wikman (tatu.wikman@gmail.com)", - "maintainer": "Tatu Wikman (tatu.wikman@gmail.com)", - "sentence": "Simplifies usage of PE43xx family of attenuators.", - "paragraph": "Allows easy control of PE43xx stepping attenuators.", - "website": "https://github.com/tswfi/PE43xx", + "author": "Giuseppe Martini", + "maintainer": "Giuseppe Martini \u003cgiuseppe.martini.00@gmail.com\u003e", + "sentence": "Allows Arduino/Genuino boards to simplify the use of the soil hygrometer.", + "paragraph": "This library simplify the use of a soil hygrometer.\u003cbr\u003eIt contains many function to manage a soil hygrometer.\u003cbr\u003e", + "website": "https://github.com/gmarty2000-ARDUINO/arduino-SOIL_HYGROMETER", "category": "Device Control", "architectures": [ "*" @@ -248332,92 +310439,95 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tswfi/PE43xx.git", + "repository": "https://github.com/gmarty2000-ARDUINO/arduino-SOIL_HYGROMETER.git", "providesIncludes": [ - "PE43xx.h" + "SoilHygrometer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tswfi/PE43xx-1.0.0.zip", - "archiveFileName": "PE43xx-1.0.0.zip", - "size": 5727, - "checksum": "SHA-256:dab9ea3fe1bbf1f772c07dbc76eb36fe704f9155b4dd1b1cc500c3feb51347bd" + "url": "https://downloads.arduino.cc/libraries/github.com/gmarty2000-ARDUINO/SoilHygrometer-1.0.0.zip", + "archiveFileName": "SoilHygrometer-1.0.0.zip", + "size": 15884, + "checksum": "SHA-256:ce23cedcd35d0793dc9450768ba090892772aeff51d8e761930c96b62ddd2de4" }, { - "name": "DabbleESP32", - "version": "1.4.1", - "author": "STEMpedia \u003ccontact@thestempedia.com\u003e", - "maintainer": "Mimansa Maheshwari \u003cmimansa@thestempedia.com\u003e, Dhrupal Shah \u003cdhrupal@thestempedia.com\u003e", - "sentence": "Dabble is a library to interface ESP32 with Dabble Smartphone app on Arduino IDE.", - "paragraph": "Dabble app transforms a Smartphone into a virtual I/O device. It communicates with hardware like Espressif ESP32 board using in-built Bluetooth (BLE) or evive, and Arduino boards (Uno, Mega, and Nano) using Bluetooth modules like HC-05, HC-06 or HM-10 (BT 2.0, 4.0 or BLE). The app consists of modules that provide access to different functionalities of the smartphone like sensors (accelerometer, GPS, mic, etc.), camera, internet, etc. and consists of certain user interfaces for hardware control and project-making.", - "website": "https://thestempedia.com/product/dabble", - "category": "Communication", + "name": "MotorVID28", + "version": "1.0.0", + "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", + "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", + "website": "https:/github.com/GewoonGijs/VID28.git", + "category": "Device Control", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/STEMpedia/DabbleESP32.git", + "repository": "https://github.com/GewoonGijs/VID28.git", "providesIncludes": [ - "DabbleESP32.h" + "MotorVID28.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.1.zip", - "archiveFileName": "DabbleESP32-1.4.1.zip", - "size": 81704, - "checksum": "SHA-256:38a2ed4db60b872067909d6bcc57633f5ec2eae53ecf69bf3caa9076551a69fd" + "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.0.zip", + "archiveFileName": "MotorVID28-1.0.0.zip", + "size": 20144, + "checksum": "SHA-256:04a350698c347a582b4cc1128c413c6391b973f5b44f84acc7785790fbdc8b6c" }, { - "name": "DabbleESP32", - "version": "1.4.0", - "author": "STEMpedia", - "maintainer": "STEMpedia \u003ccontact@thestempedia.com\u003e", - "sentence": "DabbleESP32 is a library to use Dabble App with ESP32 on Arduino IDE.", - "paragraph": "Dabble app communicate with hardware like evive Arduino boards like Uno, Mega and Nano using bluetooth modules like HC-05,HM-10 and with espressif ESP32 board using built in bluetooth present in it. App consists of modules that explore different functionalities of smartphone like sensors,camera etc and also consists of certain user interfaces.Hardware communicates with app using Dabble library over bluetooth and access these app features.", - "website": "https://github.com/STEMpedia/Dabble", - "category": "Communication", + "name": "MotorVID28", + "version": "1.0.2", + "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", + "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", + "website": "https://github.com/GewoonGijs/VID28.git", + "category": "Device Control", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/STEMpedia/DabbleESP32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.0.zip", - "archiveFileName": "DabbleESP32-1.4.0.zip", - "size": 82705, - "checksum": "SHA-256:abf7647cb2d834a053a4ae545ea94d9a60ccb3ef6c6a82743bce08abbc3c29b1" + "repository": "https://github.com/GewoonGijs/VID28.git", + "providesIncludes": [ + "MotorVID28.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.0.2.zip", + "archiveFileName": "MotorVID28-1.0.2.zip", + "size": 20146, + "checksum": "SHA-256:d7f7a2b02020ba8b46a0317177d08ab3614772c6747b476fe3550fa3ae8a0968" }, { - "name": "DabbleESP32", - "version": "1.5.1", - "author": "STEMpedia \u003ccontact@thestempedia.com\u003e", - "maintainer": "Mimansa Maheshwari \u003cmimansa@thestempedia.com\u003e, Dhrupal Shah \u003cdhrupal@thestempedia.com\u003e", - "sentence": "Dabble is a library to interface ESP32 with Dabble Smartphone app on Arduino IDE.", - "paragraph": "Dabble app transforms a Smartphone into a virtual I/O device. It communicates with hardware like Espressif ESP32 board using in-built Bluetooth (BLE) or evive, and Arduino boards (Uno, Mega, and Nano) using Bluetooth modules like HC-05, HC-06 or HM-10 (BT 2.0, 4.0 or BLE). The app consists of modules that provide access to different functionalities of the smartphone like sensors (accelerometer, GPS, mic, etc.), camera, internet, etc. and consists of certain user interfaces for hardware control and project-making.", - "website": "https://thestempedia.com/product/dabble", - "category": "Communication", + "name": "MotorVID28", + "version": "1.1.0", + "author": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "maintainer": "Gijs Withagen \u003cgijs.withagen@xs4all.nl\u003e", + "sentence": "A library for controlling VID28 or equivalent stepper motors (BKA30D-R5, X25).", + "paragraph": "Supports 6 step controllig or controllig using microsteps (PWM).", + "website": "https://github.com/GewoonGijs/VID28.git", + "category": "Device Control", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/STEMpedia/DabbleESP32.git", + "repository": "https://github.com/GewoonGijs/VID28.git", "providesIncludes": [ - "DabbleESP32.h" + "MotorVID28.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.5.1.zip", - "archiveFileName": "DabbleESP32-1.5.1.zip", - "size": 75222, - "checksum": "SHA-256:4fe6a0192db62e8a85472abd2c8fccd0e4a981ed9f78c4320c8577bf3c6cad3b" + "url": "https://downloads.arduino.cc/libraries/github.com/GewoonGijs/MotorVID28-1.1.0.zip", + "archiveFileName": "MotorVID28-1.1.0.zip", + "size": 10345, + "checksum": "SHA-256:30af1f3e062a58f4d3ff2e691a4199af2561c7000b568d23f40cf9d3eb806a62" }, { - "name": "ProtoCentral MAX86150 PPG and ECG IC library", - "version": "0.1.1", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", - "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", - "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", - "website": "https://github.com/protocentral/protocentral_max86150", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248425,20 +310535,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", - "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", - "size": 155323, - "checksum": "SHA-256:c0b986804b807def5b62106f3adcb2c87e8c59b465a1e309cfd1d2bd1693789b" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.0.0.zip", + "size": 29927, + "checksum": "SHA-256:7b3a88ed41d00484b9a0c2873d7632dd3487a7e4c2806f9126de6788da5951be" }, { - "name": "ProtoCentral MAX86150 PPG and ECG IC library", - "version": "0.1.3", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", - "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", - "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", - "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248446,20 +310556,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", - "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", - "size": 437372, - "checksum": "SHA-256:67edf9d325b5aa26d772cd55d89e9cfd4e7001b6afca7626086c1ca1930a633a" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.0.zip", + "size": 30217, + "checksum": "SHA-256:9389194d27f0a0de906b9a7fd51ff4a3dbf2a9f89da54b797ba23413f0d1e658" }, { - "name": "ProtoCentral MAX86150 PPG and ECG IC library", - "version": "0.1.4", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", - "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", - "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", - "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248467,20 +310577,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.4.zip", - "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.4.zip", - "size": 290821, - "checksum": "SHA-256:89845d934c659bece58b30acb6b092c41ba75df78701e8f9635514566fa28192" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.1.1.zip", + "size": 30285, + "checksum": "SHA-256:4ccd215bdbcb8107ae0292467ec586544d7ee95f2462892719b674cb862808c5" }, { - "name": "sensirion-sps", - "version": "0.0.3", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.2.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248488,23 +310598,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": [ - "sps30.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.3.zip", - "archiveFileName": "sensirion_sps-0.0.3.zip", - "size": 64954, - "checksum": "SHA-256:eb8cfa989a17f77b52dfc3f1441b5dd490cf6e733cabdf347830980d4838a748" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.2.3.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.2.3.zip", + "size": 30730, + "checksum": "SHA-256:c995dd4dddf007b6e508fd900294ae3e8cfd20fb2196ced039fc1450e758760d" }, { - "name": "sensirion-sps", - "version": "0.0.5", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.3.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248512,23 +310619,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": [ - "sps30.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.5.zip", - "archiveFileName": "sensirion_sps-0.0.5.zip", - "size": 66202, - "checksum": "SHA-256:b397625e7dc3db38344f1dd0ad9b26b0cb09f1debd9caf8766aa0849c85a6a3d" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.0.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.0.zip", + "size": 32745, + "checksum": "SHA-256:805289f6b330a1a10730d1ab265e930458fdbedd1d05c99bb3748f8787764d4b" }, { - "name": "sensirion-sps", - "version": "0.0.6", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.3.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248536,23 +310640,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": [ - "sps30.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.6.zip", - "archiveFileName": "sensirion_sps-0.0.6.zip", - "size": 66444, - "checksum": "SHA-256:a8108face69dc798c109f0dff49a5dcce1c0dd44559c8efec3ee49e82320c0a2" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.1.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.1.zip", + "size": 32751, + "checksum": "SHA-256:e38b57f683db7afb13e5c7a12ca213dd6ca1dbfc20f504dd6eb836a02b42a6b3" }, { - "name": "sensirion-sps", - "version": "0.9.0", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.3.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248560,23 +310661,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": [ - "sps30.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.9.0.zip", - "archiveFileName": "sensirion_sps-0.9.0.zip", - "size": 67721, - "checksum": "SHA-256:d7b7f5870429ed693217fc7bb1e1f6ade2b79144ef14572468207f3e56b8acc4" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.2.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.2.zip", + "size": 32846, + "checksum": "SHA-256:ab5d3968595dfb2d2955ed1381636393b086b662bd98ee8277fe50f98200cbfc" }, { - "name": "sensirion-sps", - "version": "1.0.0", - "author": "Johannes Winkelmann", - "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", - "sentence": "Support for Sensirion's SPS30 particulate matter sensor", - "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", - "website": "https://www.sensirion.com/sps30/", + "name": "SparkFun Angular Displacement Sensor Arduino Library", + "version": "1.3.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Bend Labs ASD sensor", + "paragraph": "The Angular Displacement Sensor (ADS) from BendLabs is a extremely precise digital flex sensor capable of detecting down to 0.1° accuracy, on two axis, up to 500Hz. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15244\"\u003esingle axis sensor\u003c/a\u003e or \u003ca href=\"https://www.sparkfun.com/products/15245\"\u003edual axis sensor\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -248584,350 +310682,314 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Sensirion/arduino-sps.git", - "providesIncludes": [ - "sps30.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-1.0.0.zip", - "archiveFileName": "sensirion_sps-1.0.0.zip", - "size": 68551, - "checksum": "SHA-256:edc2ba6efd3b1ab808ac1255cfbd68aa03e061c36567473a82925d590666ec56" + "repository": "https://github.com/sparkfun/SparkFun_Displacement_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.3.zip", + "archiveFileName": "SparkFun_Angular_Displacement_Sensor_Arduino_Library-1.3.3.zip", + "size": 32860, + "checksum": "SHA-256:9afe3b34f07870d56e73c0a2f37af17b32fdab16ca6fb346a560767da5cd6c35" }, { - "name": "Atmega32u4_IO", - "version": "3.0.0", - "author": "RobotCing Team", - "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", - "sentence": "Library for robot Cing with Atmega328.", - "paragraph": "This library simplifies programming of robot Cing.", - "website": "http://robotcing.wz.sk", - "category": "Uncategorized", + "name": "LCDIC2", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.0.zip", - "archiveFileName": "Atmega32u4_IO-3.0.0.zip", - "size": 7528, - "checksum": "SHA-256:fa9164cb1c3867d09ad2f33a73e31ac14c988b79bb15af552ed7de836a1c4f3a" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.0.0.zip", + "archiveFileName": "LCDIC2-1.0.0.zip", + "size": 15821, + "checksum": "SHA-256:394a38581c900a0a08445ce090abb1174a21d0a9db8fa5405b63f018701883a0" }, { - "name": "Atmega32u4_IO", - "version": "3.0.1", - "author": "RobotCing Team", - "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", - "sentence": "Library for robot Cing with Atmega328.", - "paragraph": "This library simplifies programming of robot Cing.", - "website": "http://robotcing.wz.sk", - "category": "Uncategorized", + "name": "LCDIC2", + "version": "1.1.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.1.zip", - "archiveFileName": "Atmega32u4_IO-3.0.1.zip", - "size": 7599, - "checksum": "SHA-256:36cd6d51a41309588a317842934dd015bea6165164c5a98ca2b77267387f0cf4" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.1.0.zip", + "archiveFileName": "LCDIC2-1.1.0.zip", + "size": 15927, + "checksum": "SHA-256:51bd1ac539f066245fc357d901531655e1999bf84642f6cea4a711a21b639619" }, { - "name": "Atmega32u4_IO", - "version": "3.0.2", - "author": "RobotCing Team", - "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", - "sentence": "Library for robot Cing with Atmega328.", - "paragraph": "This library simplifies programming of robot Cing.", - "website": "http://robotcing.wz.sk", - "category": "Uncategorized", + "name": "LCDIC2", + "version": "1.2.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.2.zip", - "archiveFileName": "Atmega32u4_IO-3.0.2.zip", - "size": 7755, - "checksum": "SHA-256:cdef71d9c0e87e73777be7d9cbfe63031d386ba67b56c62495aec1f2655a8f85" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.2.0.zip", + "archiveFileName": "LCDIC2-1.2.0.zip", + "size": 16080, + "checksum": "SHA-256:eabc2c9ae026bc18ca06223bae5d90183f29add2248bcb94f9648783d805eb12" }, { - "name": "WebSocketStreamClient", - "version": "0.1.0", - "author": "Areve", - "maintainer": "Areve \u003careve@challen.info\u003e", - "sentence": "A WebSocketClient that can be used with PubCubClient for MQTT over WebSockets.", - "paragraph": "A WebSocketClient that implements Client.h so that the PubCubClient MQTT library can use it - with wss or ws", - "website": "https://github.com/areve/WebSocketStreamClient", - "category": "Communication", + "name": "LCDIC2", + "version": "1.3.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/areve/WebSocketStreamClient.git", - "providesIncludes": [ - "WebSocketStreamClient.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/areve/WebSocketStreamClient-0.1.0.zip", - "archiveFileName": "WebSocketStreamClient-0.1.0.zip", - "size": 4264, - "checksum": "SHA-256:75c7ebd3572e6300b4a6bdea25ed6b98088c31f4b289c402bceb62525063132f" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.3.0.zip", + "archiveFileName": "LCDIC2-1.3.0.zip", + "size": 16029, + "checksum": "SHA-256:f0e5addcba2df6d7db03609200a9e0e03721049a02b7361ff9c92ed24b2e6539" }, { - "name": "IoTesla-client", - "version": "0.0.1", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "1.4.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.0.1.zip", - "archiveFileName": "IoTesla_client-0.0.1.zip", - "size": 3769, - "checksum": "SHA-256:0f383e01a7f9ab638b9da1b85364308d60d8f271fbbf45827e9075eba32f5652" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-1.4.0.zip", + "archiveFileName": "LCDIC2-1.4.0.zip", + "size": 16066, + "checksum": "SHA-256:ea171c52662d4d084691581ef4a017aa51e95b76700bbd4da12bdb976a7902b6" }, { - "name": "IoTesla-client", - "version": "0.1.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.1.0.zip", - "archiveFileName": "IoTesla_client-0.1.0.zip", - "size": 4576, - "checksum": "SHA-256:d9ea187b457d17a9e397c694663d91ba39dda1d27d6a980008cbc9cf7390deaf" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.0.0.zip", + "archiveFileName": "LCDIC2-2.0.0.zip", + "size": 16274, + "checksum": "SHA-256:f44457cfb895832b599bb59264b4e5fee8d448c4e62595cbf70a809d7176692a" }, { - "name": "IoTesla-client", - "version": "0.2.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.1.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.2.0.zip", - "archiveFileName": "IoTesla_client-0.2.0.zip", - "size": 11386, - "checksum": "SHA-256:2b7e5be00d87aeed83a96f9d7ed0487ca037eca979f60483c1d2feddd40eb24f" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.1.0.zip", + "archiveFileName": "LCDIC2-2.1.0.zip", + "size": 16573, + "checksum": "SHA-256:52a3dec574572570252e50dcace0c5025d9d691dbf67ad0fc6107aab93cc7daa" }, { - "name": "IoTesla-client", - "version": "0.3.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.2.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.3.0.zip", - "archiveFileName": "IoTesla_client-0.3.0.zip", - "size": 12025, - "checksum": "SHA-256:c9058beec8beba65f9bfa17720796d4ee41ef295eb21464c138de2e8037feca2" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.0.zip", + "archiveFileName": "LCDIC2-2.2.0.zip", + "size": 16631, + "checksum": "SHA-256:8b00a28ad75ced59a551bcdc86d310ce1787cbdd0e04c2d183fccfa5fc50863e" }, { - "name": "IoTesla-client", - "version": "0.4.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.2.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal", + "paragraph": "user interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.4.0.zip", - "archiveFileName": "IoTesla_client-0.4.0.zip", - "size": 12404, - "checksum": "SHA-256:ed2549e218369aa9bbe3495535a6c48a406f112d6ccfe113a0f13ccc1f536431" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.1.zip", + "archiveFileName": "LCDIC2-2.2.1.zip", + "size": 16626, + "checksum": "SHA-256:35b8138e07880b6cd3382577bfe6678e269e70cef87aec1e2c4ac9370c7b04b0" }, { - "name": "IoTesla-client", - "version": "0.5.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.2.2", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.5.0.zip", - "archiveFileName": "IoTesla_client-0.5.0.zip", - "size": 13178, - "checksum": "SHA-256:2f53492959ebb42e93dd230d802179fa8dac7c1225e8a79414350133621ec4fc" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.2.zip", + "archiveFileName": "LCDIC2-2.2.2.zip", + "size": 16643, + "checksum": "SHA-256:92a6b9b80d6f5fe03dadd9dcc4e5a37706a9fca2184c9aca6d4332691b213797" }, { - "name": "IoTesla-client", - "version": "0.6.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.2.3", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.6.0.zip", - "archiveFileName": "IoTesla_client-0.6.0.zip", - "size": 13844, - "checksum": "SHA-256:3eb9fb547677e5c3b08f5b0ba7f2f55832fe791c540c46276643bd295893385e" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.3.zip", + "archiveFileName": "LCDIC2-2.2.3.zip", + "size": 16643, + "checksum": "SHA-256:00bc12285ecf4eef3afb487e37520dd15fb073d7005894ccda073c5f99493284" }, { - "name": "IoTesla-client", - "version": "0.7.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.2.4", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.7.0.zip", - "archiveFileName": "IoTesla_client-0.7.0.zip", - "size": 14158, - "checksum": "SHA-256:b4586f0a2b9086eb2b783b971e87bd9728cbac535ce10fed26db1eadbdb10e2a" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.4.zip", + "archiveFileName": "LCDIC2-2.2.4.zip", + "size": 16730, + "checksum": "SHA-256:baab0ac55aa562c7ee9a80dba43d8782d7e0dc7cfef6c59437e18804d39f2d44" }, { - "name": "IoTesla-client", - "version": "0.8.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.2.5", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.8.0.zip", - "archiveFileName": "IoTesla_client-0.8.0.zip", - "size": 14188, - "checksum": "SHA-256:91db711f8018be75c68122033f1a9375541b4651d5faa2727083e3aa9b961b50" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.5.zip", + "archiveFileName": "LCDIC2-2.2.5.zip", + "size": 16733, + "checksum": "SHA-256:3974c3a76486f83bb6f6671f51d6b98f592e54d5a98d56c269c56c1dde55e0c5" }, { - "name": "IoTesla-client", - "version": "0.9.0", - "author": "CieNTi", - "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", - "sentence": "Arduino IoTesla client Library", - "paragraph": "Arduino library for iot.tesla.studio MQTT broker", - "website": "https://github.com/CieNTi/arduino-IoTesla-client", - "category": "Sensors", + "name": "LCDIC2", + "version": "2.2.6", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", - "providesIncludes": [ - "IoTesla-client.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.9.0.zip", - "archiveFileName": "IoTesla_client-0.9.0.zip", - "size": 13843, - "checksum": "SHA-256:479ac143911cea651383fc3fd69ffc24e619e4f36dc214771a902f22e83b8802" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.6.zip", + "archiveFileName": "LCDIC2-2.2.6.zip", + "size": 16750, + "checksum": "SHA-256:34011f36e36266027a126364e06f8218dc58ba8b27d601a895d69808f2609d50" }, { - "name": "NOKIA5110_TEXT", - "version": "1.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "name": "LCDIC2", + "version": "2.2.7", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", "category": "Display", "architectures": [ "*" @@ -248935,20 +310997,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.0.zip", - "archiveFileName": "NOKIA5110_TEXT-1.0.0.zip", - "size": 155853, - "checksum": "SHA-256:4139919d5d615215bef38ac3e0d6c1294342fbe038c114652d04500263343bd9" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.7.zip", + "archiveFileName": "LCDIC2-2.2.7.zip", + "size": 16746, + "checksum": "SHA-256:fc9fbe2d96bb58509d1e1147e054d5ec08c21aa0dd2d6c7003c380b5af6ea56b" }, { - "name": "NOKIA5110_TEXT", - "version": "1.0.1", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "name": "LCDIC2", + "version": "2.2.8", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", "category": "Display", "architectures": [ "*" @@ -248956,20 +311018,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.1.zip", - "archiveFileName": "NOKIA5110_TEXT-1.0.1.zip", - "size": 116991, - "checksum": "SHA-256:291d2bc5a3ea5114c69a54a69e25dde01a70045ca0488891909a7ce3f6891d61" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.2.8.zip", + "archiveFileName": "LCDIC2-2.2.8.zip", + "size": 16749, + "checksum": "SHA-256:2319eee4997a84ede4ac553027166815c016f1a5580ebe3ffac3109bbef8655f" }, { - "name": "NOKIA5110_TEXT", - "version": "1.1.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "name": "LCDIC2", + "version": "2.3.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", "category": "Display", "architectures": [ "*" @@ -248977,20 +311039,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.1.0.zip", - "archiveFileName": "NOKIA5110_TEXT-1.1.0.zip", - "size": 302738, - "checksum": "SHA-256:ecdef0bceebdd154f0c89f06d66765543c721d0cdd376268a19f942e5a03f05f" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.1.zip", + "archiveFileName": "LCDIC2-2.3.1.zip", + "size": 16749, + "checksum": "SHA-256:eed0056c9569d60426db3e1307abdd6248d6c5a16ebbfe38384ab4b3814756a3" }, { - "name": "NOKIA5110_TEXT", - "version": "1.2.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included. 3 fonts, Inverse mode, contrast and bias control.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "name": "LCDIC2", + "version": "2.3.2", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", "category": "Display", "architectures": [ "*" @@ -248998,20 +311060,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.2.0.zip", - "archiveFileName": "NOKIA5110_TEXT-1.2.0.zip", - "size": 94003, - "checksum": "SHA-256:b7346e0dd33f16e6d74b00249d730c94261de01b8b73a9590a65495a50806759" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.2.zip", + "archiveFileName": "LCDIC2-2.3.2.zip", + "size": 16670, + "checksum": "SHA-256:aa7d513477486f3d4e4de860579544801a6bed148c6a4787e34a78890859ab30" }, { - "name": "NOKIA5110_TEXT", - "version": "1.2.1", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included. 3 fonts, Inverse mode, contrast and bias control.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "name": "LCDIC2", + "version": "2.3.3", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Class interface for Liquid Crystal (LCD)", + "paragraph": "User interface for Liquid Crystal", + "website": "https://github.com/offcircuit/LCDIC2", "category": "Display", "architectures": [ "*" @@ -249019,1841 +311081,1969 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.2.1.zip", - "archiveFileName": "NOKIA5110_TEXT-1.2.1.zip", - "size": 87124, - "checksum": "SHA-256:dc731af0937f2fb05db40fe1fca7bdcc3832dcd71bb4f8ace6e9db6a177047d2" + "repository": "https://github.com/offcircuit/LCDIC2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/LCDIC2-2.3.3.zip", + "archiveFileName": "LCDIC2-2.3.3.zip", + "size": 16541, + "checksum": "SHA-256:01daf2e940e524c7a787a82bf2b7a56b7e2d2a1483104e6a64c601df9aea047a" }, { - "name": "NOKIA5110_TEXT", - "version": "1.3.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays ASCII Text and is designed for low memory footprint. (16X6) 96 characters can be displayed with smallest font, Sleep mode included. 6 fonts, Inverse mode, contrast and bias control. Basic Graphics.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", - "category": "Display", + "name": "ServoEasing", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003eLinear\u003c/li\u003e\u003cli\u003eQuadratic\u003c/li\u003e\u003cli\u003eCubic\u003c/li\u003e\u003cli\u003eQuartic\u003c/br\u003e\u003c/li\u003e\u003cli\u003eSine\u003c/li\u003e\u003cli\u003eCircular\u003c/li\u003e\u003cli\u003eBack\u003c/li\u003e\u003cli\u003eElastic\u003c/li\u003e\u003cli\u003eBounce\u003c/li\u003e\u003cli\u003eUser defined\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eEach function supports the following \u003cb\u003eeasing types\u003c/b\u003e:\u003cul\u003e\u003cli\u003eIn\u003c/li\u003e\u003cli\u003eOot\u003c/li\u003e\u003cli\u003eInOut\u003c/li\u003e\u003cli\u003eBouncingOutIn\u003c/li\u003e\u003c/ul\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.3.0.zip", - "archiveFileName": "NOKIA5110_TEXT-1.3.0.zip", - "size": 98490, - "checksum": "SHA-256:a18e4b154f7bec6e45efb732295ecabc0acd9e553349a18a830a067ff0efe0a6" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.0.0.zip", + "archiveFileName": "ServoEasing-1.0.0.zip", + "size": 69012, + "checksum": "SHA-256:1018569607415fafe742946b433f1323c979432d8ac328fdc8d7f6b945770a00" }, { - "name": "NOKIA5110_TEXT", - "version": "2.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font, Sleep mode included. 8 fonts, Inverse mode, contrast and bias control. Custom character and bitmap display, Basic Graphics.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", - "category": "Display", + "name": "ServoEasing", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003c/br\u003e\u003c/br\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.0.0.zip", - "archiveFileName": "NOKIA5110_TEXT-2.0.0.zip", - "size": 190937, - "checksum": "SHA-256:208181546fdd0c2eaa56af06645fb79ee9697d29c4909b1c09924ff38c06ef2a" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.1.0.zip", + "archiveFileName": "ServoEasing-1.1.0.zip", + "size": 94327, + "checksum": "SHA-256:d9304a350513b9660a46835d2da8f661f39bd4768627c444ee6d151bc6d4feda" }, { - "name": "NOKIA5110_TEXT", - "version": "2.1.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", - "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font, Sleep mode included. 9 optional fonts of various sizes, Inverse mode, contrast and bias control. Custom character and bitmap display, Basic Graphics.", - "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", - "category": "Display", + "name": "ServoEasing", + "version": "1.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.1.0.zip", - "archiveFileName": "NOKIA5110_TEXT-2.1.0.zip", - "size": 183082, - "checksum": "SHA-256:48999d6c1efad00a8f4da466e4008ee94de40ed83e852a47442c9814edf99129" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.2.0.zip", + "archiveFileName": "ServoEasing-1.2.0.zip", + "size": 96649, + "checksum": "SHA-256:77d1bceca7fc0cb8f58b72a0e2762c8c44025b22963afd79b896b1757b917483" }, { - "name": "PMW3360 Module", - "version": "1.0.0", - "author": "Sunjun Kim", - "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", - "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", - "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", - "website": "https://github.com/SunjunKim/PMW3360", - "category": "Sensors", + "name": "ServoEasing", + "version": "1.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/SunjunKim/PMW3360.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.0.zip", - "archiveFileName": "PMW3360_Module-1.0.0.zip", - "size": 19938, - "checksum": "SHA-256:76b66e00913bfa92bfcb5774ee053c52551a0369051cf9b19bca4b4216f82f96" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.0.zip", + "archiveFileName": "ServoEasing-1.3.0.zip", + "size": 333832, + "checksum": "SHA-256:88fdbe2e36926e9e225bbbb613c0aaad892c83f00a779a3785ec682b1b3e1a93" }, { - "name": "PMW3360 Module", - "version": "1.0.1", - "author": "Sunjun Kim", - "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", - "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", - "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", - "website": "https://github.com/SunjunKim/PMW3360", - "category": "Sensors", + "name": "ServoEasing", + "version": "1.3.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/SunjunKim/PMW3360.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.1.zip", - "archiveFileName": "PMW3360_Module-1.0.1.zip", - "size": 20433, - "checksum": "SHA-256:546de4f6a011a450c7d633f08f16446e93f59147e08c61e2d0db742c5fc4e2c8" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.3.1.zip", + "archiveFileName": "ServoEasing-1.3.1.zip", + "size": 540381, + "checksum": "SHA-256:8a6ae0d4910507aac15480a0fcbcd550c21df2637cddab840c1012ed4efec85c" }, { - "name": "PMW3360 Module", - "version": "1.1.0", - "author": "Sunjun Kim", - "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", - "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 motion sensor module.", - "paragraph": "You can set/get parameters, get motion data, get raw camer image from PMW3360 module.", - "website": "https://github.com/SunjunKim/PMW3360", - "category": "Sensors", + "name": "ServoEasing", + "version": "1.4.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM" ], "types": [ "Contributed" ], - "repository": "https://github.com/SunjunKim/PMW3360.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.1.0.zip", - "archiveFileName": "PMW3360_Module-1.1.0.zip", - "size": 22917, - "checksum": "SHA-256:2c625b847ebe803df493970d112340e70809439243dc6266e49028b393f3c0bd" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.0.zip", + "archiveFileName": "ServoEasing-1.4.0.zip", + "size": 584308, + "checksum": "SHA-256:e2c8f662c4e5dc8eda2f1c9ecc69eba251e5b4ec65bfad4b100753b1b32ab8c1" }, { - "name": "aWOT", - "version": "1.0.1", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT provides essential web application features, without obscuring the Arduino simplicity that you know and love. Target mutltiple different platforms and harware configurations with the same code.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.4.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.1.zip", - "archiveFileName": "aWOT-1.0.1.zip", - "size": 24778, - "checksum": "SHA-256:a39d29cc581e077d136ceca6b439580b7f1efe788884173a7e5cdcb1a6d66d2e" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.1.zip", + "archiveFileName": "ServoEasing-1.4.1.zip", + "size": 666006, + "checksum": "SHA-256:5509f370e5afe583dff9ede389820c8b1250e7a8da95c90668399d13981d4108" }, { - "name": "aWOT", - "version": "1.0.2", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.4.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.2.zip", - "archiveFileName": "aWOT-1.0.2.zip", - "size": 24600, - "checksum": "SHA-256:e12a02b2941c876d058f6a81069fd35b8d2fc449c2ff7ea28f811441679a0e70" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.2.zip", + "archiveFileName": "ServoEasing-1.4.2.zip", + "size": 710883, + "checksum": "SHA-256:4f04ac24e2f38e69d59e5a7b3a424c3e288846219fff6f8b477c7ce3b30d0835" }, { - "name": "aWOT", - "version": "1.0.3", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.4.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.3.zip", - "archiveFileName": "aWOT-1.0.3.zip", - "size": 24714, - "checksum": "SHA-256:312dc1a94e7df54b0b5cac0aaf0d00ddc42d7c7a5701f580906880533c5178b4" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.4.3.zip", + "archiveFileName": "ServoEasing-1.4.3.zip", + "size": 711673, + "checksum": "SHA-256:a03ea1846e590ff43453caaa64a887247f8065f157239cb55936fbfb7610848a" }, { - "name": "aWOT", - "version": "1.1.0", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.5.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.0.zip", - "archiveFileName": "aWOT-1.1.0.zip", - "size": 24693, - "checksum": "SHA-256:15423c5fe993cb4ec48aaeca306bfe3dff82360830c0e7004b01dbe3f4ec1872" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.0.zip", + "archiveFileName": "ServoEasing-1.5.0.zip", + "size": 728510, + "checksum": "SHA-256:ff425a4636b863daf8880d52bd3bced313a2feff27e8b2562927faeaa0759e8e" }, { - "name": "aWOT", - "version": "1.1.1", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.5.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Extends Arduino Servo library for smooth servo movement.\u003cbr/\u003eLinear as well as other ease movements for all servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "sam", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.1.zip", - "archiveFileName": "aWOT-1.1.1.zip", - "size": 24745, - "checksum": "SHA-256:6a7cfb5fa8f1c92dfc8008ef8eaa3d5a583a1408a7c300bdc545323d470e7569" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.1.zip", + "archiveFileName": "ServoEasing-1.5.1.zip", + "size": 732264, + "checksum": "SHA-256:3e1b2c48dfd1cb7287c1978ea2b4be6bddcd4ecd1126c20e24874b0c144513bf" }, { - "name": "aWOT", - "version": "1.1.2", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.5.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "stm32", + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.2.zip", - "archiveFileName": "aWOT-1.1.2.zip", - "size": 24711, - "checksum": "SHA-256:9013feb399203f35182f1b7c51bd7638eb8a4a9931188095cf9a2efb36f00e78" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.5.2.zip", + "archiveFileName": "ServoEasing-1.5.2.zip", + "size": 732591, + "checksum": "SHA-256:a4085b20cfa1c1df67f624565c7d85e7ffa3ebe27bc7951d3f0005e56148cb4a" }, { - "name": "aWOT", - "version": "1.1.3", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.6.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" - ], - "types": [ - "Contributed" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "stm32", + "sam", + "samd", + "apollo3" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.3.zip", - "archiveFileName": "aWOT-1.1.3.zip", - "size": 24707, - "checksum": "SHA-256:e22e0bf69ec14bf3ac2a218d61e74a30c15701a9b41062679f69910801626b63" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.6.0.zip", + "archiveFileName": "ServoEasing-1.6.0.zip", + "size": 734308, + "checksum": "SHA-256:7842eecdadfabf503a5398315fe34455621057713c24ff38d16f7e55e01cda94" }, { - "name": "aWOT", - "version": "1.1.4", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "1.6.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003e Bug Fix for SAMD boards and Apollo3 support.", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "stm32", + "sam", + "samd", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", - "providesIncludes": [ - "aWOT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.4.zip", - "archiveFileName": "aWOT-1.1.4.zip", - "size": 24710, - "checksum": "SHA-256:42e16cdd5f3d36d4eb97da41bb36917fc34813674ee6726a7f04dd3ca1a83488" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-1.6.1.zip", + "archiveFileName": "ServoEasing-1.6.1.zip", + "size": 735461, + "checksum": "SHA-256:0f3fc457af2b47f3d3ac66775b79d187e075c9cb512ae1bac48c099380210ba5" }, { - "name": "aWOT", + "name": "ServoEasing", "version": "2.0.0", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003ePCA9685_Expander servos and plain servos can run simultaneously.", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam", + "samd", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", + "repository": "https://github.com/ArminJo/ServoEasing.git", "providesIncludes": [ - "aWOT.h" + "ServoEasing.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-2.0.0.zip", - "archiveFileName": "aWOT-2.0.0.zip", - "size": 30843, - "checksum": "SHA-256:a97ad300f052afc00d17a044312f17411c5d6baaccb7ae38cc7459859018c8d2" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.0.0.zip", + "archiveFileName": "ServoEasing-2.0.0.zip", + "size": 756858, + "checksum": "SHA-256:083dab9243c4e1b185226226061be2951b277a917730f4559dceec6c27e09faa" }, { - "name": "aWOT", - "version": "2.0.1", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "2.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Teensy boards\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam", + "samd", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", + "repository": "https://github.com/ArminJo/ServoEasing.git", "providesIncludes": [ - "aWOT.h" + "ServoEasing.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-2.0.1.zip", - "archiveFileName": "aWOT-2.0.1.zip", - "size": 32684, - "checksum": "SHA-256:31028d67154cdf4ed8bbac5615159d79f21d74c14617316dea2380b74cb32928" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.1.1.zip", + "archiveFileName": "ServoEasing-2.1.1.zip", + "size": 759036, + "checksum": "SHA-256:319aeb2c12c6b86b7d7b4176568a43c7e1ee675c5a617674c9391fb986864936" }, { - "name": "aWOT", - "version": "3.0.0", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "2.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Uno WiFi Rev 2 and Nano Every\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam", + "samd", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", + "repository": "https://github.com/ArminJo/ServoEasing.git", "providesIncludes": [ - "aWOT.h" + "ServoEasing.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.0.zip", - "archiveFileName": "aWOT-3.0.0.zip", - "size": 34660, - "checksum": "SHA-256:ad492324eb40875ef2da6bf7ddc732f2bbab2b2bd72f7c104fb5b4f43690113a" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.2.0.zip", + "archiveFileName": "ServoEasing-2.2.0.zip", + "size": 761511, + "checksum": "SHA-256:207b68a12bb43a1058decbdf4f8f689e4e0f4144203dbc46bbf2aec7418c49fb" }, { - "name": "aWOT", - "version": "3.0.1", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of Teensy boards\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaAVR", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam", + "samd", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", + "repository": "https://github.com/ArminJo/ServoEasing.git", "providesIncludes": [ - "aWOT.h" + "ServoEasing.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.1.zip", - "archiveFileName": "aWOT-3.0.1.zip", - "size": 34657, - "checksum": "SHA-256:206bc150646f81db10566f912cad2833de340b45e8bf10bd87ca5efc5400f7e5" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.1.0.zip", + "archiveFileName": "ServoEasing-2.1.0.zip", + "size": 759039, + "checksum": "SHA-256:6fe4db72de6dffeb9fe7476ed807191faf651daae0d2303a6470870081424679" }, { - "name": "aWOT", - "version": "3.0.3", - "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", - "sentence": "Arduino web server library.", - "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", - "website": "https://awot.net", - "category": "Communication", + "name": "ServoEasing", + "version": "2.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eFixed 32 bit CPU bug for linear movement. Added stop(), continueWithInterrupts() and continueWithoutInterrupts() functions\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/lasselukkari/aWOT.git", + "repository": "https://github.com/ArminJo/ServoEasing.git", "providesIncludes": [ - "aWOT.h" + "ServoEasing.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.3.zip", - "archiveFileName": "aWOT-3.0.3.zip", - "size": 34594, - "checksum": "SHA-256:0143d4220cee9300d0dcb5047d534d20c5dedeb50187b36ac07bfe30a35015a7" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.0.zip", + "archiveFileName": "ServoEasing-2.3.0.zip", + "size": 762930, + "checksum": "SHA-256:74518b0311c5817c355337bcdd6e67f83162eec623bd49dd4aacd2cfd53b1ac8" }, { - "name": "StreamUtils", - "version": "1.0.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "2.3.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed wrong timer selection for STM32F1xx / ARDUINO_ARCH_STM32.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.0.0.zip", - "archiveFileName": "StreamUtils-1.0.0.zip", - "size": 78892, - "checksum": "SHA-256:e4df06de10c4d1a5c73bbbeed0538ef44ba3121d6074583e656636a923417796" - }, - { - "name": "StreamUtils", - "version": "1.1.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.h" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.1.0.zip", - "archiveFileName": "StreamUtils-1.1.0.zip", - "size": 84674, - "checksum": "SHA-256:a9a3aa7e536c6baebf0296642071fbf712ac507bb4041955e377c41e95194fa2" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.1.zip", + "archiveFileName": "ServoEasing-2.3.1.zip", + "size": 3930234, + "checksum": "SHA-256:e715446ee4a75c542b921738d6814f0afb8937e01a50786a1c774e0b3217a543" }, { - "name": "StreamUtils", - "version": "1.2.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "2.3.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eImproved output for Arduino Serial Plotter.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.0.zip", - "archiveFileName": "StreamUtils-1.2.0.zip", - "size": 115511, - "checksum": "SHA-256:1cec760d311377836517d48d04b707999de5ce9ce6408aef1b214cf6733bb075" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.2.zip", + "archiveFileName": "ServoEasing-2.3.2.zip", + "size": 3930065, + "checksum": "SHA-256:0316c679cdc3968d8d4907e28860dabeea7b26a85ed822499ee6ea9674579688" }, { - "name": "StreamUtils", - "version": "1.2.1", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "2.3.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: Improved LightweightServo API, added compile option ENABLE_MICROS_AS_DEGREE_PARAMETER.\u003c/b\u003e.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.1.zip", - "archiveFileName": "StreamUtils-1.2.1.zip", - "size": 115145, - "checksum": "SHA-256:bc3d4d3b6049b303860f068b19470b14320e4355ea3aad66788ddca25de9b9fc" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.3.zip", + "archiveFileName": "ServoEasing-2.3.3.zip", + "size": 3981313, + "checksum": "SHA-256:a2095bfdade05a8dbcc1b5b8d1103feeb8a497d303996dc3710cf6012ea9e5bd" }, { - "name": "StreamUtils", - "version": "1.2.2", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "2.3.4", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eENABLE_MICROS_AS_DEGREE_PARAMETER for PCA9685 expander. Support for Apollo3 2.x core. Moved global functions to static member functions. Updated examples. Fixed ESP8266 pin definitions.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.2.zip", - "archiveFileName": "StreamUtils-1.2.2.zip", - "size": 115801, - "checksum": "SHA-256:5b7659833267e31bc3ad1f52e70ff6920c9107838cb0d6456d80bfcc3b9f1df2" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.3.4.zip", + "archiveFileName": "ServoEasing-2.3.4.zip", + "size": 3984657, + "checksum": "SHA-256:59f772aa33c349fdbb064c111d73c8b34b5d70929c08b693dfaf3bde5acf055c" }, { - "name": "StreamUtils", - "version": "1.3.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "2.4.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew attach() functions with initial degree parameter to be written immediately. Renamed ServoEasing.cpp to ServoEasing.hpp.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.3.0.zip", - "archiveFileName": "StreamUtils-1.3.0.zip", - "size": 126191, - "checksum": "SHA-256:a59070d94aed36075f179d3ca352ef0c1d6469d05bacebf5baab6dc9d5666c49" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.4.0.zip", + "archiveFileName": "ServoEasing-2.4.0.zip", + "size": 8723330, + "checksum": "SHA-256:98d723663a36a9e13ffd8c2b521db0a9f5cb6d79ab23af8ef784f0fbefeb3d01" }, { - "name": "StreamUtils", - "version": "1.4.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "2.4.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRP2040 support.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ServoEasing#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.4.0.zip", - "archiveFileName": "StreamUtils-1.4.0.zip", - "size": 141595, - "checksum": "SHA-256:54084dcc5e364fb210ca4b9c891fe9f4e58725cf99301e23efdf95332a9b4b73" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-2.4.1.zip", + "archiveFileName": "ServoEasing-2.4.1.zip", + "size": 8752080, + "checksum": "SHA-256:ac5e497d58c14bec4817f87132d820aa5a04e5c3fe6ea9621219237644bef8f8" }, { - "name": "StreamUtils", - "version": "1.4.1", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "3.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew easing type PRECISION. Added min and max constraints for servo write(). Changed constants for easing types. Fixed some bugs for micros as parameter.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ServoEasing#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.4.1.zip", - "archiveFileName": "StreamUtils-1.4.1.zip", - "size": 143344, - "checksum": "SHA-256:4f7d33668c1cbbfc44aab872cbd5d84663b84c332683091d3c3ef8f952ccb1b4" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-3.0.0.zip", + "archiveFileName": "ServoEasing-3.0.0.zip", + "size": 8825838, + "checksum": "SHA-256:5b341733248a1131690a4defb6c2e6bb35906309d0c2be01447d6fd12145ea41" }, { - "name": "StreamUtils", - "version": "1.5.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "3.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew easing type PRECISION. Added min and max constraints for servo write(). Changed constants for easing types. Fixed some bugs for micros as parameter. Bugfixes for PCA9685 expander. Added support to pause and resume.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ServoEasing#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.5.0.zip", - "archiveFileName": "StreamUtils-1.5.0.zip", - "size": 153491, - "checksum": "SHA-256:815c0d47d7d425538cdfa1b3a39cadb392fa1fe1ecf90756a456332444c8bcba" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-3.1.0.zip", + "archiveFileName": "ServoEasing-3.1.0.zip", + "size": 8854522, + "checksum": "SHA-256:7d440bbed44bd7d2804868bfc79a3a3ad75b889c5933a55361dcfdc68eedc023" }, { - "name": "StreamUtils", - "version": "1.6.0", - "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", - "license": "MIT", - "sentence": "💪 Power-ups for Arduino streams", - "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", - "website": "https://github.com/bblanchon/ArduinoStreamUtils", - "category": "Other", + "name": "ServoEasing", + "version": "3.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003ePrecision\u003c/b\u003e, \u003cb\u003eDummy\u003c/b\u003e and \u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eATmega4808 support added.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ServoEasing#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.6.0.zip", - "archiveFileName": "StreamUtils-1.6.0.zip", - "size": 167049, - "checksum": "SHA-256:600d705533944aa4a0914ffc23531e220d6261e9279e3bf6f84d21901e1baf4b" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-3.2.0.zip", + "archiveFileName": "ServoEasing-3.2.0.zip", + "size": 8948507, + "checksum": "SHA-256:e2f523c627d46e64e56647d0f3c6091ac2615de6a5d2d80e0a2a3757a0d62ff1" }, { - "name": "ELT S300 Library", - "version": "1.0.0", - "author": "Masafumi Horimoto", - "maintainer": "HOLLY\u0026Co.,Ltd. \u003carduino@holly-linux.com\u003e", - "sentence": "This is a library for the ELT CO2 sensor S300 via I2C.", - "paragraph": "This is a library for the ELT CO2 sensor S300 via I2C.", - "website": "https://github.com/mhorimoto/ELT_S300_HOLLY", - "category": "Sensors", + "name": "ServoEasing", + "version": "3.2.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Enables smooth servo movement. \u003cbr/\u003eLinear as well as other (Cubic, Circular, Bounce, etc.) ease movements for servos are provided. The Arduino Servo library or PCA9685 servo expanders are supported.\u003cbr/\u003e", + "paragraph": "Just use \u003cb\u003emyServo.easeTo()\u003c/b\u003e instead of \u003cb\u003emyServo.write()\u003c/b\u003e and you have smooth servo movement.\u003cbr/\u003e\u003cb\u003eNon blocking\u003c/b\u003e movement for all servos attached to the Arduino Servo library is implemented by reusing the interrupts of the Arduino servo timer.\u003cbr/\u003e\u003cb\u003eAll servos can move synchronized.\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eIncludes the following \u003cb\u003eeasing functions\u003c/b\u003e:\u003cul\u003e\u003cli\u003e\u003cb\u003eLinear\u003c/b\u003e, \u003cb\u003eQuadratic\u003c/b\u003e, \u003cb\u003eCubic\u003c/b\u003e and \u003cb\u003eQuartic\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003eSine\u003c/b\u003e, \u003cb\u003eCircular\u003c/b\u003e, \u003cb\u003eBack\u003c/b\u003e, \u003cb\u003eElastic\u003c/b\u003e and \u003cb\u003eBounce\u003c/b\u003e\u003c/li\u003e\u003cli\u003e\u003cb\u003ePrecision\u003c/b\u003e, \u003cb\u003eDummy\u003c/b\u003e and \u003cb\u003eUser defined\u003c/b\u003e\u003c/li\u003e\u003c/ul\u003eEach function supports the \u003cb\u003eeasing types\u003c/b\u003e \u003cb\u003eIn\u003c/b\u003e, \u003cb\u003eOut\u003c/b\u003e, \u003cb\u003eInOut\u003c/b\u003e and \u003cb\u003eBouncingOutIn\u003c/b\u003e\u003cbr/\u003eTrim and reverse operations are supported as well as continuous rotating servos.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function setFloatDegreeForAllServos().\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ServoEasing#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ServoEasing", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/mhorimoto/ELT_S300_HOLLY.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mhorimoto/ELT_S300_Library-1.0.0.zip", - "archiveFileName": "ELT_S300_Library-1.0.0.zip", - "size": 7200, - "checksum": "SHA-256:91dd8111f5ee2eb95e0efc1275c4ae423ce754d9b7312071063fc9404cd07166" + "repository": "https://github.com/ArminJo/ServoEasing.git", + "providesIncludes": [ + "ServoEasing.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ServoEasing-3.2.1.zip", + "archiveFileName": "ServoEasing-3.2.1.zip", + "size": 8951655, + "checksum": "SHA-256:a8b296fe4cf6f947a23772b199f82e827e4906d93305aaf74fd89c5fd026dc79" }, { - "name": "NRF_HAL", + "name": "NeoPatterns", "version": "1.0.0", - "author": "Nordic Semiconductor, Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", - "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", - "website": "https://github.com/pstolarz/nrfhal_arduino", - "category": "Communication", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYoutube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/nrfhal_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.0.zip", - "archiveFileName": "NRF_HAL-1.0.0.zip", - "size": 16669, - "checksum": "SHA-256:892c166d00df90a889209d2b72752d9c93033bdec42f88b70d4549626447da5c" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.0.0.zip", + "archiveFileName": "NeoPatterns-1.0.0.zip", + "size": 145442, + "checksum": "SHA-256:4508e224af1ae3e9352a2e1e12e6a96c2ad52161731b184b9f85e6d5916b878a" }, { - "name": "NRF_HAL", + "name": "NeoPatterns", "version": "1.0.1", - "author": "Nordic Semiconductor, Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", - "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", - "website": "https://github.com/pstolarz/nrfhal_arduino", - "category": "Communication", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/nrfhal_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.1.zip", - "archiveFileName": "NRF_HAL-1.0.1.zip", - "size": 17154, - "checksum": "SHA-256:764476814e6cd9c79a88b4958e52864d916ac867e1802f17c31a5044a26548c4" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.0.1.zip", + "archiveFileName": "NeoPatterns-1.0.1.zip", + "size": 153210, + "checksum": "SHA-256:d3862bfc1efe5c6f4c627eeaf3c457099b3717ac9a591b20e66c9fe3953304c6" }, { - "name": "NRF_HAL", - "version": "1.0.2", - "author": "Nordic Semiconductor, Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", - "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", - "website": "https://github.com/pstolarz/NRF_HAL", - "category": "Communication", + "name": "NeoPatterns", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in NeoPatternsSimpleDemo.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 39 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/nrfhal_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.2.zip", - "archiveFileName": "NRF_HAL-1.0.2.zip", - "size": 19674, - "checksum": "SHA-256:820a3f811271f994b03a1f2b7194e41843907e84e2a21f4e502d52e311c07f18" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-1.1.0.zip", + "archiveFileName": "NeoPatterns-1.1.0.zip", + "size": 162314, + "checksum": "SHA-256:e9546b1bbba39839bd9d5d3a94d0c0e5b616679d753d86b03729babb50881d10" }, { - "name": "IRMP", - "version": "1.0.0", - "author": "Frank Meyer", - "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Receive infrared signals with multiple protocols\u003cbr/\u003e", - "paragraph": "IR receive library for \u003cb\u003e50 different IR protocols\u003c/b\u003e with a small footprint. Can run \u003cb\u003e42 protocols simultaneously\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.0.0.zip", - "archiveFileName": "IRMP-1.0.0.zip", - "size": 344174, - "checksum": "SHA-256:3a17d282b68cb25b65567a3efc57f2083fc4ab58372eb87d908f41e490116c30" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.0.0.zip", + "archiveFileName": "NeoPatterns-2.0.0.zip", + "size": 169050, + "checksum": "SHA-256:a6fca3ae9643af0532fb91f2839826a9611c9daed1539ccae281991222b99956" }, { - "name": "IRMP", - "version": "1.1.0", - "author": "Frank Meyer", - "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e42 protocols simultaneously\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.1.0.zip", - "archiveFileName": "IRMP-1.1.0.zip", - "size": 2709269, - "checksum": "SHA-256:a37f4b82540effdfb57b69023467a7ec7a5ae0abaaf4d8849746e6e2550684d0" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.1.0.zip", + "archiveFileName": "NeoPatterns-2.1.0.zip", + "size": 171376, + "checksum": "SHA-256:e4cafb6773e67f9a0a010b9152fc9c7f2ec7e23ef8bf83b11597ecc3da6cd13c" }, { - "name": "IRMP", - "version": "1.2.0", - "author": "Frank Meyer", - "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern Example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start your own code provided in the function getNextSnakeDirection() to solve the Snake game.\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003eThe extras folder contains sample breadboard pictures as well as a Python script, which enables Snake to be played by PC keyboard or game controller.\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eTo test your own pattern, just add your pattern code to the functions UserPattern\\[1,2]() and UserPattern\\[1,2]Update() in AllPatternOnOneStrip.cpp to see the patterns. Enable TEST_USER_PATTERNS on line 41 to activate them.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32", - "stm32" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.0.zip", - "archiveFileName": "IRMP-1.2.0.zip", - "size": 2708014, - "checksum": "SHA-256:73c0de20515ed24c2db774c42107e0a16abe00e68d9de8e331ff8aa484369de6" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.0.zip", + "archiveFileName": "NeoPatterns-2.2.0.zip", + "size": 205585, + "checksum": "SHA-256:99ef500ae463618e7e49fdda502e3a48e306c833097c5aae59228c26d857f874" }, { - "name": "IRMP", - "version": "1.2.1", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.2.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved blocking wait for ATmega32U4 Serial in examples.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32", - "STM32", - "stm32" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.1.zip", - "archiveFileName": "IRMP-1.2.1.zip", - "size": 2781957, - "checksum": "SHA-256:f113ce3a5fa754686ea2f28cd8a4dce39cca34c77678ebff574ac5363c71b78e" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.1.zip", + "archiveFileName": "NeoPatterns-2.2.1.zip", + "size": 207926, + "checksum": "SHA-256:28c36da4ec1c720d7e3a4069713cd59a993b7b9d7ccb753b1822ffa51d0092ac" }, { - "name": "IRMP", - "version": "1.2.2", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.2.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed bugs if rows are not equal columns. Fixed bug in MatrixNeoPatterns constructor.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32", - "STM32", - "stm32" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.2.zip", - "archiveFileName": "IRMP-1.2.2.zip", - "size": 2782352, - "checksum": "SHA-256:b3ef1b4d899a7c48aaa741fd93ee666d936882d362bac4ffb8dd9237fa9d9b2f" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.2.zip", + "archiveFileName": "NeoPatterns-2.2.2.zip", + "size": 209502, + "checksum": "SHA-256:7f72fce78ecca1fbd4b98d33d521e05bd847e01983c478498699b78f3c4b2762" }, { - "name": "IRMP", - "version": "2.0.0", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.2.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed bugs if rows are not equal columns. Fixed bug in MatrixNeoPatterns constructor.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32", - "STM32", - "stm32" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.0.0.zip", - "archiveFileName": "IRMP-2.0.0.zip", - "size": 2811333, - "checksum": "SHA-256:f15eb60a30e838c46e24bde703e4eb80cdd37f91ab1bff0b7073035616ac261c" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.2.3.zip", + "archiveFileName": "NeoPatterns-2.2.3.zip", + "size": 210049, + "checksum": "SHA-256:596a9a9b1a1f00278e8a7a448972d7b581c15563795ca793a6d85b441b9af7d6" }, { - "name": "IRMP", - "version": "2.1.0", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eChanged TickerUpdate() and loadPicture() and their callers to achieve that YOffset is consistent with Y direction and origin.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32", - "STM32", - "stm32", - "samd" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.1.0.zip", - "archiveFileName": "IRMP-2.1.0.zip", - "size": 2812982, - "checksum": "SHA-256:231b2a89bf2c8ea5812f34201327d5fb2bc3d7b108f44ab54a967b627400e946" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.3.0.zip", + "archiveFileName": "NeoPatterns-2.3.0.zip", + "size": 213230, + "checksum": "SHA-256:573505969686cccd99caaa8a6f76aeab92aecc49671e8c6447ac39a104e64c7d" }, { - "name": "IRMP", - "version": "2.2.0", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "2.3.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eChanged type of TotalStepCounter from uint16_t to int16_t. Added SnowMatrix pattern. Fixed random() bug for ESP32. Improved Fire cooling.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32", - "STM32", - "stm32", - "samd", - "apollo3" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.2.0.zip", - "archiveFileName": "IRMP-2.2.0.zip", - "size": 2813362, - "checksum": "SHA-256:bfa88128d06fdbf5cc38fcdacd790977181e2dddfba68cabcf5638f9e191c981" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-2.3.1.zip", + "archiveFileName": "NeoPatterns-2.3.1.zip", + "size": 220045, + "checksum": "SHA-256:5d524b1056092883358b27d9af343556e4db6035ab09faa5b43c416e94848627" }, { - "name": "IRMP", - "version": "2.2.1", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", - "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eMinor improvements.", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "3.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed 3 file from *.cpp to *.hpp. Added function setBrightnessValue(). Changed parameter for endless repeats in initMultipleFallingStars(). Fixed bug in Fade.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/NeoPatterns#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", + "megaAVR", "esp8266", "esp32", - "STM32", - "stm32", - "stm32duino", - "samd", - "apollo3" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.2.1.zip", - "archiveFileName": "IRMP-2.2.1.zip", - "size": 2833996, - "checksum": "SHA-256:02fff138a61b23538b6d11b21386b77e3c9124f1a9cc86566622168d85a174ac" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-3.0.0.zip", + "archiveFileName": "NeoPatterns-3.0.0.zip", + "size": 2180814, + "checksum": "SHA-256:93224fb822a137ef213a88781f2d4c95dc01e4f64dba658f980b5e15bcf04647" }, { - "name": "IRMP", - "version": "3.0.0", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of 2 RF protocols, MegaAVR support.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "NeoPatterns", + "version": "3.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew pattern FLASH. Renamed and added functions.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/NeoPatterns#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", - "megaavr", + "megaAVR", "esp8266", "esp32", - "STM32", - "stm32", - "stm32duino", - "samd", - "apollo3" + "STM32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.0.0.zip", - "archiveFileName": "IRMP-3.0.0.zip", - "size": 2866328, - "checksum": "SHA-256:daa938266a563e0d98bc65bff3f6a2eeabf566c5d003a04d31d743eb10917e7e" - }, - { - "name": "IRMP", - "version": "3.1.0", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eAdded irmp_print_active_protocols() function + minor bug fixes.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", - "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3" - ], - "types": [ - "Contributed" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.0.zip", - "archiveFileName": "IRMP-3.1.0.zip", - "size": 2995506, - "checksum": "SHA-256:6635be757377ac60a8530ac70785080adcfdd79268850d98eb9a72a82fa743bf" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-3.1.0.zip", + "archiveFileName": "NeoPatterns-3.1.0.zip", + "size": 2184370, + "checksum": "SHA-256:26f7bf3e6a526086e65896324a0f982ee97be39531aab6f31ce38a2d6e66dbdb" }, { - "name": "IRMP", + "name": "NeoPatterns", "version": "3.1.1", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded MinimalReceiver example.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Patterns for NeoPixel strips and matrixes including the patterns of the NeoPattern example by Adafruit.\u003cbr/\u003e", + "paragraph": "Patterns from Adafruit are: \u003cul\u003e\u003cli\u003eSCANNER\u003c/li\u003e\u003cli\u003eSTRIPES\u003c/li\u003e\u003cli\u003eDELAY\u003c/li\u003e\u003cli\u003ePROCESS_SELECTIVE\u003c/li\u003e\u003cli\u003eFADE_SELECTIVE\u003c/li\u003e\u003c/ul\u003eThe original SCANNER pattern is extended and includes the CYLON as well as the ROCKET or FALLING_STAR pattern. The more versatile STRIPES pattern replaces the old THEATER_CHASE one.\u003cbr/\u003e\u003cbr/\u003eNeoPixel-Matrix pattern are:\u003cul\u003e\u003cli\u003eMOVING_PICTURE\u003c/li\u003e\u003cli\u003eMOVE\u003c/li\u003e\u003cli\u003eTICKER\u003c/li\u003e\u003cli\u003eFIRE\u003c/li\u003e\u003cli\u003eSNAKE\u003c/li\u003e\u003c/ul\u003eThe SNAKE pattern is an implementation of the Snake game and can be played with 2 or 4 buttons attached to the Arduino.\u003cbr/\u003eThe SnakeAutorun example will start \u003cb\u003eyour own code to solve the Snake game\u003c/b\u003e provided in the function getNextSnakeDirection().\u003cbr/\u003e\u003cbr/\u003eYouTube demos are available under \u003ca href=\"https://github.com/ArminJo/NeoPatterns\"\u003ehttps://github.com/ArminJo/NeoPatterns\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eIncludes an \u003cb\u003eOpenLedRace\u003c/b\u003e example for 2 players.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew pattern FLASH. Renamed, extended and added functions.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/NeoPatterns#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/NeoPatterns", + "category": "Display", "architectures": [ "avr", "megaavr", - "samd", "esp8266", "esp32", "stm32", - "STM32F1", - "apollo3" + "STM32F1" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.1.zip", - "archiveFileName": "IRMP-3.1.1.zip", - "size": 3002437, - "checksum": "SHA-256:e05cce77ecad820ae3c5550a65ab3ea2bb8aa0590b7effffaf130bc31c4046cd" + "repository": "https://github.com/ArminJo/NeoPatterns.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/NeoPatterns-3.1.1.zip", + "archiveFileName": "NeoPatterns-3.1.1.zip", + "size": 2213251, + "checksum": "SHA-256:919e65ac9ac6fc446478248f550f2f0f883d06f306ea891b9ae3520fdeaa0376" }, { - "name": "IRMP", - "version": "3.1.2", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed interrupt mode bug.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.2.zip", - "archiveFileName": "IRMP-3.1.2.zip", - "size": 3004049, - "checksum": "SHA-256:a7b8e3aed0354bf5fab7d385abd7d36f70317403c335bb342ee953ff4649d821" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.0.0.zip", + "archiveFileName": "PlayRtttl-1.0.0.zip", + "size": 34252, + "checksum": "SHA-256:58928415ce2c24a3134543766bc388d7af93801e99313a210c8145117bc3b9cc" }, { - "name": "IRMP", - "version": "3.2.0", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMBED support for Arduino Nano 33 BLE.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.0.zip", - "archiveFileName": "IRMP-3.2.0.zip", - "size": 3004754, - "checksum": "SHA-256:c7389e0bc85b1fe8f476a010721f330c65a90e5873532e4e664b6b0f5b295c8c" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.1.0.zip", + "archiveFileName": "PlayRtttl-1.1.0.zip", + "size": 36612, + "checksum": "SHA-256:6b03de748bba6f31a5939a67dbc18089a81344658ee8f2f4620304808c29b8c0" }, { - "name": "IRMP", - "version": "3.2.1", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFix for STM32.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.1.zip", - "archiveFileName": "IRMP-3.2.1.zip", - "size": 3005155, - "checksum": "SHA-256:b4d4518dfe4b71ba08a78ec5447de2588c682a82fd4c8a5ed12c121db6584144" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.0.zip", + "archiveFileName": "PlayRtttl-1.2.0.zip", + "size": 37594, + "checksum": "SHA-256:a5d34aed232e4fc4374211c4bfb8dd3f2bb2c157ea1ae5aaa02ee8bf22d61d4c" }, { - "name": "IRMP", - "version": "3.2.2", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFix for STM32. Fixed bug for sending only on no AVR platforms.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.2.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.2.zip", - "archiveFileName": "IRMP-3.2.2.zip", - "size": 3005710, - "checksum": "SHA-256:9a8f5f19794bd83c58d998f071d82772cd91b82d45aa25b93dcd2e2b25f65266" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.1.zip", + "archiveFileName": "PlayRtttl-1.2.1.zip", + "size": 38097, + "checksum": "SHA-256:bdab4ff61d76e89f5db7adf4ce74b77336db79e8800fa32161d9f59677b05619" }, { - "name": "IRMP", - "version": "3.2.3", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed warning for missing USE_ONE_TIMER_FOR_IRMP_AND_IRSND macro.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.2.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.3.zip", - "archiveFileName": "IRMP-3.2.3.zip", - "size": 3005822, - "checksum": "SHA-256:7b0f2221a2d6606e146788e330570de6a26a467d9ec5f7bea8f1751ff1fed248" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.2.2.zip", + "archiveFileName": "PlayRtttl-1.2.2.zip", + "size": 55221, + "checksum": "SHA-256:0050c2631f770c884c6611040edd6c76bff444f982bef00091c1bb3e457feac8" }, { - "name": "IRMP", - "version": "3.3.0", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function bool irmp_IsBusy().\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.0.zip", - "archiveFileName": "IRMP-3.3.0.zip", - "size": 3007256, - "checksum": "SHA-256:f1a37f2457d5bf584b04ebc0206be72d11946245bc503b3e64ac50e8d48b2ba4" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.3.0.zip", + "archiveFileName": "PlayRtttl-1.3.0.zip", + "size": 55587, + "checksum": "SHA-256:a2ab91f5417f37f4b02e790345493171a99a1959284e2ce59764e3a5d5ce1edb" }, { - "name": "IRMP", - "version": "3.3.1", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function bool irmp_IsBusy().\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.4.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupporting direct tone output at pin 11 for ATmega328. New Christmas songs example.", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.1.zip", - "archiveFileName": "IRMP-3.3.1.zip", - "size": 3007391, - "checksum": "SHA-256:3f06ef2c355f35b50cea4ed208054b2a8394a989717ec3ac2cd1b6ef4ef070da" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.0.zip", + "archiveFileName": "PlayRtttl-1.4.0.zip", + "size": 77782, + "checksum": "SHA-256:5408b4b40cc5adf9aa3ad24d848d4267e119fb187e0df6a41ef7a06546297468" }, { - "name": "IRMP", - "version": "3.3.2", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded Teensyduino support. Added function irmp_print_protocol_name().\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.4.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"http://www.roguerobotics.com/ bhagman@roguerobotics.com\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved blocking wait for ATmega32U4 Serial in examples.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.2.zip", - "archiveFileName": "IRMP-3.3.2.zip", - "size": 3008665, - "checksum": "SHA-256:053c381a22de162eccd2e8c0e7323bbc17732fd83ffaa65b31bf8019c2b07fd3" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.1.zip", + "archiveFileName": "PlayRtttl-1.4.1.zip", + "size": 79284, + "checksum": "SHA-256:6d1737b6add0dfbbb88d501c335a0259546cbefd4f059defa95c9643c1c537f5" }, { - "name": "IRMP", - "version": "3.3.3", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATmega8 and Leonardo support. New IRSND_GENERATE_NO_SEND_RF compile switch.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "1.4.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"https://github.com/bhagman\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew example ReactionTimeTestGame.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.3.zip", - "archiveFileName": "IRMP-3.3.3.zip", - "size": 3048368, - "checksum": "SHA-256:3c47d5cc144e686f6ce7755eb68ce6d7302fcfa0885c3a06bf2a77cf63f3023d" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-1.4.2.zip", + "archiveFileName": "PlayRtttl-1.4.2.zip", + "size": 103285, + "checksum": "SHA-256:cacc7338c76c5cd88dac50aac11a811ea8ab5365c4b00ed9a0b300db169870ce" }, { - "name": "IRMP", - "version": "3.3.4", - "author": "Frank Meyer, Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", - "sentence": "Receive and send infrared signals.\u003cbr/\u003e", - "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved convenience function `irmp_tone()`, since it statically allocates the tone interrupt vector.\u003cbr/\u003e", - "website": "https://github.com/ukw100/IRMP", - "category": "Signal Input/Output", + "name": "PlayRtttl", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"https://github.com/bhagman\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed PlayRttl.cpp to PlayRttl.hpp.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ - "avr", - "megaavr", - "samd", - "esp8266", - "esp32", - "stm32", - "STM32F1", - "apollo3", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukw100/IRMP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.4.zip", - "archiveFileName": "IRMP-3.3.4.zip", - "size": 3048393, - "checksum": "SHA-256:b1e50ec4e1762443b123c9533b8cbbc9bf57edf0792885d12f7d487927dcfd45" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "providesIncludes": [ + "PlayRtttl.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-2.0.0.zip", + "archiveFileName": "PlayRtttl-2.0.0.zip", + "size": 166669, + "checksum": "SHA-256:b12019442aa09447088891a40991021408bfbca5ae75caab9ea1d4e96f9d4489" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "PlayRtttl", + "version": "2.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by \u003ca href=\"https://github.com/bhagman\"\u003eBrett Hagman\u003c/a\u003e.\u003cbr/\u003eUses the Arduino tone() function.\u003cbr/\u003eFatures:\u003cul\u003e\u003cli\u003eNon blocking version.\u003c/li\u003e\u003cli\u003esupport all octaves below 8.\u003c/li\u003e\u003cli\u003eName output function.\u003c/li\u003e\u003cli\u003eSample melodies.\u003c/li\u003e\u003cli\u003eRandom play of melodies array.\u003c/li\u003e\u003cli\u003eSupports inverted tone pin logic i.e. tone pin is HIGH at playing a pause.\u003c/li\u003e\u003cli\u003eAccepts even invalid specified RTTTL files found in the wild.\u003c/li\u003e\u003cli\u003eSupport of RTX format.\u003c/li\u003e\u003cli\u003esetNumberOfLoops() and setDefaultStyle() functions.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed PlayRttl.cpp to PlayRttl.hpp. Added function isPlayRtttlRunning()\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", - "size": 63650, - "checksum": "SHA-256:44e7ee694d760633d3f81c2faa7c595590ccfdd8568716e04115a83a2f909430" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "providesIncludes": [ + "PlayRtttl.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-2.0.1.zip", + "archiveFileName": "PlayRtttl-2.0.1.zip", + "size": 167264, + "checksum": "SHA-256:a6995b64f98abfcc4254f60974eecb18770b0f2b7dffb869d539267f03ac13c9" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e is a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "PlayRtttl", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Plays RTTTL / RTX melodies/ringtones from FLASH or RAM.\u003cbr/\u003e", + "paragraph": "Improved Arduino library version of the RTTTL.pde example code written by Brett Hagman. Uses the Arduino tone() function. Support of RTX format.", + "website": "https://github.com/ArminJo/PlayRtttl", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", - "size": 63871, - "checksum": "SHA-256:e8e6cba1846ab842b230d700a1a6d926b3e12fd60b2c492631d8d106cdf29e75" + "repository": "https://github.com/ArminJo/PlayRtttl.git", + "providesIncludes": [ + "PlayRtttl.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PlayRtttl-2.1.0.zip", + "archiveFileName": "PlayRtttl-2.1.0.zip", + "size": 169375, + "checksum": "SHA-256:43159eebbf187ea62f6339c1843eac9ba3c22c7dad8f0b84261c80f34ec7bdf7" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "EasyButtonAtInt01", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin (pin 2 / 3) using interrupts.\u003cbr/\u003eNo call of begin() or update() function needed. No blocking debouncing.\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "Just connect buttons between ground and pin 2 or 3 of your Arduino - thats it.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a callback function which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.h\"\u003cbr/\u003eEasyButton Button0AtPin2(true);\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eIf button timing is of interest, 3 variables are available:\u003cul\u003e\u003cli\u003eButtonPressDurationMillis\u003c/li\u003e\u003cli\u003eButtonLastChangeMillis\u003c/li\u003e\u003cli\u003eButtonReleaseMillis\u003c/li\u003e\u003c/ul\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", - "size": 48509, - "checksum": "SHA-256:cbe1c30deff61236a11f82073bf4b003765120da01aa689d3295ef5e9bbd1a3b" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-1.0.0.zip", + "archiveFileName": "EasyButtonAtInt01-1.0.0.zip", + "size": 25719, + "checksum": "SHA-256:56af1969095ab5d12d2ce7dc55724f18eae51d59b500aad65d881b8648539a6d" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "EasyButtonAtInt01", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin using interrupts.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003eNo call of begin() or update() function needed, no polling function to call. No blocking debouncing.\u003cbr/\u003e", + "paragraph": "INT0 and INT1 are connected to Pin 2 / 3 on most Arduinos (ATmega328), to PB6 / PA3 on ATtiny167 and on ATtinyX5 we have only INT0 at PB2.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eFunctions for long and double press detection are included.", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", - "size": 57618, - "checksum": "SHA-256:05f858df9ac9f978304effd3198dbdff20218f77434b6139d42184175a9e0202" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-2.0.0.zip", + "archiveFileName": "EasyButtonAtInt01-2.0.0.zip", + "size": 48820, + "checksum": "SHA-256:af9e8f2137501adfe9c8f4dd2d61ea4ebb7eecb957769b273ce5f4ce4ac9d6c7" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "EasyButtonAtInt01", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0 and / or INT1 pin using interrupts.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003eNo call of begin() or update() function needed, no polling function to call. No blocking debouncing.\u003cbr/\u003e", + "paragraph": "INT0 and INT1 are connected to Pin 2 / 3 on most Arduinos (ATmega328), to PB6 / PA3 on ATtiny167 and on ATtinyX5 we have only INT0 at PB2.\u003cbr/\u003e\u003cbr/\u003eIn you main program define an EasyButton and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eNew: Revisited long and double press functions.", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.0.zip", - "size": 56902, - "checksum": "SHA-256:4f2fff62274c08e56d1247228da5cdd53e774285cb2081e813a611ee98822b45" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-2.1.0.zip", + "archiveFileName": "EasyButtonAtInt01-2.1.0.zip", + "size": 45304, + "checksum": "SHA-256:421a862321e675c43c8136f77aa995d5fa89a9e8746781ec4baa0d6c3002bd19" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.1.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "EasyButtonAtInt01", + "version": "3.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or INT1/pin3 using interrupts.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003eNew: Added button release handler.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.1.zip", - "size": 56904, - "checksum": "SHA-256:cdc12c1db7f37c193084bdd2ab196bb88138d78289ff8239cdc8cf63828ae2a4" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.0.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.0.0.zip", + "size": 46796, + "checksum": "SHA-256:ed0387c884140bf4fc9c9211d2897d396ada4177fd3e9b4283ba7628b18211b1" }, { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", - "version": "1.1.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", - "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", - "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", - "category": "Sensors", + "name": "EasyButtonAtInt01", + "version": "3.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or INT1/pin3 using interrupts.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and pin 2 or 3 of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003eNew: 2 sets of constructors.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.2.zip", - "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.2.zip", - "size": 56910, - "checksum": "SHA-256:0bd35d48a25330351910952891fddeaf7ec7e758b406954da337ea277630650d" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.1.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.1.0.zip", + "size": 47400, + "checksum": "SHA-256:8234a184b9f00d99b7f3f4c8ac2c01a5227cd56d1163dc7429ee24f9e1578a4b" }, { - "name": "VCNL36687", - "version": "1.0.0", - "author": "Jainam, jainam1995@gmail.com", - "maintainer": "Jainam", - "sentence": "Arduino library for the VCNL36687 Proximity Sensor with VCSEL", - "paragraph": "Interface with the VCNL36687 sensor over I2C, to get a simple proximity reading.", - "website": "https://github.com/mehtajainam/VCNL36687", - "category": "Sensors", + "name": "EasyButtonAtInt01", + "version": "3.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or any PinChangeInterrupt pin.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and any pin of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.cpp.h\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eSecond button now possible on each ATmega328 pin.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/mehtajainam/VCNL36687.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mehtajainam/VCNL36687-1.0.0.zip", - "archiveFileName": "VCNL36687-1.0.0.zip", - "size": 6768, - "checksum": "SHA-256:243099bd63e94e7bf2a5b8f4c1c4fe5d3d06c727865e8a523b9b17262309aa63" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.2.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.2.0.zip", + "size": 48442, + "checksum": "SHA-256:ac8dd7f6dcfc042b122fe89ce0bafd329e47b455d9af9121c80cf0a4fbdd09a5" }, { - "name": "SparkFun Capacitive Touch Slider - CAP1203", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Basic I2C functionality of the CAP1203 Capacitive Touch Slider board", - "paragraph": "The CAP1203 is an I2C based three channel capacitive touch sensor controller", - "website": "https://github.com/sparkfun/Qwiic_Capacitive_Touch_Slider_Arduino_Library", - "category": "Sensors", + "name": "EasyButtonAtInt01", + "version": "3.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or any PinChangeInterrupt pin.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and any pin of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.hpp\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed EasyButtonAtInt01.cpp.h to EasyButtonAtInt01.hpp. =\u003e \u003cb\u003eYou must change: #include \"EasyButtonAtInt01.cpp.h\" to: #include \"EasyButtonAtInt01.hpp\"\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/Qwiic_Capacitive_Touch_Slider_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Capacitive_Touch_Slider___CAP1203-1.0.0.zip", - "archiveFileName": "SparkFun_Capacitive_Touch_Slider___CAP1203-1.0.0.zip", - "size": 20670, - "checksum": "SHA-256:6199afd02d645c7b86fd5687899cddc2f9b45e7ea3d47f3268acf0cde39edfcf" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "providesIncludes": [ + "Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.3.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.3.0.zip", + "size": 50763, + "checksum": "SHA-256:a5ba3311ae4ec85964256ef1e5f45963fe250afa21029d55d90d77f7e6c75f10" }, { - "name": "Arancino", - "version": "0.1.0", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "communication", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "EasyButtonAtInt01", + "version": "3.3.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at INT0/pin2 and / or any PinChangeInterrupt pin.\u003cbr/\u003eFunctions for long and double press detection are included.\u003cbr/\u003e\u003cbr/\u003eJust connect buttons between ground and any pin of your Arduino - that's it\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNo call\u003c/b\u003e of begin() or polling function like update() required. No blocking debouncing delay.\u003cbr/\u003e", + "paragraph": "\u003cbr/\u003eDefine an EasyButtonIn in you main program and use \u003ci\u003eButtonStateIsActive\u003c/i\u003e or \u003ci\u003eButtonToggleState\u003c/i\u003e to determine your action.\u003cbr/\u003eOr use a \u003cb\u003ecallback function\u003c/b\u003e which will be called once on every button press or release.\u003cbr/\u003e\u003cbr/\u003eUsage:\u003cpre\u003e#define USE_BUTTON_0\u003cbr/\u003e#include \"EasyButtonAtInt01.hpp\"\u003cbr/\u003eEasyButton Button0AtPin2;\u003cbr/\u003e\u003cbr/\u003evoid setup() {}\u003cbr/\u003evoid loop() {\u003cbr/\u003e...\u003cbr/\u003e digitalWrite(LED_BUILTIN, Button0AtPin2.ButtonToggleState);\u003cbr/\u003e...\u003cbr/\u003e}\u003c/pre\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAvoid mistakenly double press detection after boot.\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.0.zip", - "archiveFileName": "Arancino-0.1.0.zip", - "size": 29935, - "checksum": "SHA-256:a6abe42e36463730f1589e44c0d164d81be57e16c913aa3dea4cd4797f439420" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "providesIncludes": [ + "Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.3.1.zip", + "archiveFileName": "EasyButtonAtInt01-3.3.1.zip", + "size": 52459, + "checksum": "SHA-256:d50389b5603b5c04f7995b4d445b88253f991268f7cf725c8749f9448b6b4ceb" }, { - "name": "Arancino", - "version": "0.1.1", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It's designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "EasyButtonAtInt01", + "version": "3.4.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Small and easy to use Arduino library for using push buttons at any PinChangeInterrupt pin. Automatic debouncing, no delay required. Functions for long and double press detection are included.", + "paragraph": "Define an EasyButton in you main program and use a callback function which will be called once on every button press or release.", + "website": "https://github.com/ArminJo/EasyButtonAtInt01", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.1.zip", - "archiveFileName": "Arancino-0.1.1.zip", - "size": 30563, - "checksum": "SHA-256:821324fa0462fe9f1bf500e76354381240896f821cdfe68075a44db941afd293" + "repository": "https://github.com/ArminJo/EasyButtonAtInt01.git", + "providesIncludes": [ + "EasyButtonAtInt01.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/EasyButtonAtInt01-3.4.0.zip", + "archiveFileName": "EasyButtonAtInt01-3.4.0.zip", + "size": 54796, + "checksum": "SHA-256:f04035972c348be15e50ede68ab3deb79548f3579018c950a617a244e095fccf" }, { - "name": "Arancino", - "version": "0.1.2", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "u-blox GNSS", + "version": "0.0.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "GNU", + "sentence": "GNSS GPS library without bells and whistles, simply works, low power.", + "paragraph": "GNSS GPS library without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/u-blox_GNSS", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.2.zip", - "archiveFileName": "Arancino-0.1.2.zip", - "size": 30628, - "checksum": "SHA-256:b7b66a6900c848b5db2a76becb6717e1144321e9bf21bc3be3880f9626fb77d8" + "repository": "https://github.com/ldab/u-blox_GNSS.git", + "providesIncludes": [ + "ublox_GNSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/u_blox_GNSS-0.0.1.zip", + "archiveFileName": "u_blox_GNSS-0.0.1.zip", + "size": 6653881, + "checksum": "SHA-256:eaa80477d763b6ebf9cde572bddbc550e983ea0b783c005a1b1382431c98aa3b" }, { - "name": "Arancino", + "name": "FrequencyDetector", "version": "1.0.0", - "author": "smartme.IO", - "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a tone switch (Pfeiffschalter) designed to react to human whistling .", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.0.zip", - "archiveFileName": "Arancino-1.0.0.zip", - "size": 68743, - "checksum": "SHA-256:38974cc90007bd7d57b0c0c2dd358c9b11909e34a7cc323795118a01a5503afa" + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.0.0.zip", + "archiveFileName": "FrequencyDetector-1.0.0.zip", + "size": 205464, + "checksum": "SHA-256:d8e211b98aee0a6af8c9c5926b34321b293fd247cbd2ab6700bedb2679c3cb65" }, { - "name": "Arancino", - "version": "1.0.1", - "author": "smartme.IO", - "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "FrequencyDetector", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.1.zip", - "archiveFileName": "Arancino-1.0.1.zip", - "size": 68436, - "checksum": "SHA-256:fb1b90064ea4b6cf51c10ab31fbf5db270089a337453b2ba33e577dba601af66" + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.1.0.zip", + "archiveFileName": "FrequencyDetector-1.1.0.zip", + "size": 293620, + "checksum": "SHA-256:2663537cdcd22e307736dfae01db25c9eaa3ba9b927be4807e223f7eeb491aaa" }, { - "name": "Arancino", - "version": "1.0.2", - "author": "smartme.IO", - "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "FrequencyDetector", + "version": "1.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.2.zip", - "archiveFileName": "Arancino-1.0.2.zip", - "size": 68478, - "checksum": "SHA-256:8d78c2d67f1a8e6cbbc0112e8ac5e0ee4c2b3848e70fbbcc412a3775d6ada1b1" + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-1.1.1.zip", + "archiveFileName": "FrequencyDetector-1.1.1.zip", + "size": 294734, + "checksum": "SHA-256:31a05e121342465ab5fb08a7b93b671a022a3a9a181cd64eb3bdd3e21ca11b7a" }, { - "name": "Arancino", - "version": "1.1.0", - "author": "smartme.IO", - "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "FrequencyDetector", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Measure the main frequency of analog captured signal connected to an Arduino and check for noise and mute.\u003cbr/\u003e", + "paragraph": "Detects frequency from 38 Hz to 9612 Hz and works even on an ATTiny85 with 1 MHz up to 4806 Hz. Signal can be delivered e.g. by a microphone. Tested for UNO, Nano and ATtiny85.\u003cbr/\u003eExamples includes a whistle switch (Pfeiffschalter) designed to react to human whistling.\u003cbr/\u003eLike \u003ca href=\"https://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter\"\u003e Arduino Simple Audio Frequency Meter\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded plotter output of input signal. Renamed doPlausi() to doEqualDistributionPlausi().\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-FrequencyDetector", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.1.0.zip", - "archiveFileName": "Arancino-1.1.0.zip", - "size": 70101, - "checksum": "SHA-256:a6f4c8ec194eebf6297284adc0162bbf96ad691778d74d7c3dcbcd59e3bcd3d5" + "repository": "https://github.com/ArminJo/Arduino-FrequencyDetector.git", + "dependencies": [ + { + "name": "ATtinySerialOut" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/FrequencyDetector-2.0.0.zip", + "archiveFileName": "FrequencyDetector-2.0.0.zip", + "size": 313528, + "checksum": "SHA-256:15aec7f7ca2ad87a099f2c6d59877ac90c7215f893bca35d3af0dce1efdf6bae" }, { - "name": "Arancino", - "version": "0.2.0", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "SparkFun DMX Shield Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.2.0.zip", - "archiveFileName": "Arancino-0.2.0.zip", - "size": 32597, - "checksum": "SHA-256:22a64186462f998ac7dd002bfe7598ccaddba4b0b8eaaa11f437447dc8fc5779" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.0.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.0.zip", + "size": 13785, + "checksum": "SHA-256:29ef6434564204cc64149e2c2bd1e9663ae5293a555b51cb6555b59ae9e15866" }, { - "name": "Arancino", - "version": "0.2.1", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "SparkFun DMX Shield Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.2.1.zip", - "archiveFileName": "Arancino-0.2.1.zip", - "size": 33000, - "checksum": "SHA-256:f5e396f3aa632b4907ab4e4a649dcd0f06e7f9091cbbfe5205b12c13bd475d7e" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.1.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.1.zip", + "size": 13783, + "checksum": "SHA-256:a4e86358ac18c07f3cf1429285d4564b019610814d3571422a4eb83001ed07bd" }, { - "name": "Arancino", - "version": "0.3.0", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "SparkFun DMX Shield Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.3.0.zip", - "archiveFileName": "Arancino-0.3.0.zip", - "size": 33336, - "checksum": "SHA-256:20f332f2a32c74117e1c61da109a75af2dd6f0a6a797682dc6bfa8b601d58713" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.2.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.2.zip", + "size": 13782, + "checksum": "SHA-256:7e194c32070b8d35a55f43d998ab7cb19c9deb2cd4506eadb80f1ee5cb5f8cea" }, { - "name": "Arancino", - "version": "1.2.0", - "author": "smartme.IO", - "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "SparkFun DMX Shield Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.2.0.zip", - "archiveFileName": "Arancino-1.2.0.zip", - "size": 71123, - "checksum": "SHA-256:63bd96c769fc25ceccb9fd3c8038a4d613cb2180df5717e5b47583afd84791df" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.3.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.3.zip", + "size": 13833, + "checksum": "SHA-256:08f6be3e83f91531cf7f7ef355f3865011f8aba8990562f9cb26849decb5efdd" }, { - "name": "Arancino", - "version": "1.2.1", - "author": "smartme.IO", - "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "SparkFun DMX Shield Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.2.1.zip", - "archiveFileName": "Arancino-1.2.1.zip", - "size": 71184, - "checksum": "SHA-256:49bc67524042a00ed791420575eb468c3635f1ddfedd1e87b317361eaec15f1d" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.4.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.4.zip", + "size": 13890, + "checksum": "SHA-256:15d0ba9b022d0b2a9992c0d648bc794a0417d93f069eb6eb772cce82148e593e" }, { - "name": "Arancino", - "version": "0.4.0", - "author": "SmartMe.IO", - "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "SparkFun DMX Shield Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.4.0.zip", - "archiveFileName": "Arancino-0.4.0.zip", - "size": 34171, - "checksum": "SHA-256:021b52603bc253e62c76aff05ef44b3287ae9673bc5ac0226deba82d87ba0145" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-1.0.5.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-1.0.5.zip", + "size": 14179, + "checksum": "SHA-256:5a8a87748c9530ab49165fb9f29db3e41693390bd8660856cce0af9aae85d0da" }, { - "name": "Arancino", - "version": "1.3.0", - "author": "smartme.IO", - "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", - "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", - "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", - "website": "http://www.arancino.cc", - "category": "Communication", + "name": "SparkFun DMX Shield Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smartmeio/arancino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.3.0.zip", - "archiveFileName": "Arancino-1.3.0.zip", - "size": 77746, - "checksum": "SHA-256:f6c5f7b84070d6beb89a823921d072cec449550eeda6c13f0976f0578a36e656" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-2.0.0.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-2.0.0.zip", + "size": 15422, + "checksum": "SHA-256:3887bcc5526c25820f3ca58535530fb097d2adc88fec51f56eae0f0f27faa412" }, { - "name": "CESmartCamp", - "version": "1.0.1", - "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "sentence": "Made it for CESmartCamp", - "paragraph": "this library use to control HC-SR04 in lots of board", - "website": "https://github.com/Samyz/CESmartCmap", + "name": "SparkFun DMX Shield Library", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ESP32 DMX to LED Shield", + "paragraph": "An Arduino Library for the ESP32 DMX to LED Shield. Accomplishes DMX communication over Serial", + "website": "https://github.com/sparkfun/SparkFunDMX", "category": "Sensors", "architectures": [ "*" @@ -250861,171 +313051,173 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.1.zip", - "archiveFileName": "CESmartCamp-1.0.1.zip", - "size": 2729, - "checksum": "SHA-256:f240fcbabd96e8846f67a0a7ddbe817c839be146a032c0f2604ddab63d23168a" + "repository": "https://github.com/sparkfun/SparkFunDMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DMX_Shield_Library-2.0.1.zip", + "archiveFileName": "SparkFun_DMX_Shield_Library-2.0.1.zip", + "size": 15354, + "checksum": "SHA-256:bf722627a7355d756c9085fe3c7081f26d8671cc84a4d588c2eb6a0d77217805" }, { - "name": "CESmartCamp", - "version": "1.0.3", - "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "sentence": "Made it for CESmartCamp", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", - "category": "Sensors", + "name": "BasicsLibrary", + "version": "1.0.0", + "author": "Tomas Roj; rojtomas@email.cz", + "maintainer": "Tomas Roj, rojtomas@email.cz", + "sentence": "An easy to use library for beginners with basic Arduino examples.", + "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it!", + "website": "https://github.com/TomasRoj/BasicsLibrary", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.3.zip", - "archiveFileName": "CESmartCamp-1.0.3.zip", - "size": 8564, - "checksum": "SHA-256:144c7247c8cc5fee750b6cc711ddd5f0bff9502446eef905a84bb8e879e7af7a" + "repository": "https://github.com/TomasRoj/BasicsLibrary.git", + "providesIncludes": [ + "BasicsLibrary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.0.0.zip", + "archiveFileName": "BasicsLibrary-1.0.0.zip", + "size": 4363, + "checksum": "SHA-256:22636af46c7c75c21b30616706eb080132f1b79594eb455ca687ae6eba9259a9" }, { - "name": "CESmartCamp", - "version": "1.0.4", - "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", - "sentence": "Made it for CESmartCamp", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", - "category": "Sensors", + "name": "BasicsLibrary", + "version": "1.1.0", + "author": "Tomas Roj; rojtomas@email.cz", + "maintainer": "Tomas Roj, rojtomas@email.cz", + "sentence": "Library for beginners with examples.", + "paragraph": "An easy to use library for beginners with basic Arduino examples. Just use the method and thats it! Supports ESP.", + "website": "https://github.com/TomasRoj/BasicsLibrary", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.4.zip", - "archiveFileName": "CESmartCamp-1.0.4.zip", - "size": 12952, - "checksum": "SHA-256:5c875c7e81600109d27722f40338579586e5cb7596b7ab5e6305ad61ed8d1c8d" + "repository": "https://github.com/TomasRoj/BasicsLibrary.git", + "providesIncludes": [ + "BasicsLibrary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/BasicsLibrary-1.1.0.zip", + "archiveFileName": "BasicsLibrary-1.1.0.zip", + "size": 15232, + "checksum": "SHA-256:71fe18527a0e6023af260170c616f017350ab10d87044a13be93217f02f3ba4d" }, { - "name": "CESmartCamp", - "version": "12.0.0", - "author": "CE Smart Camp#12", - "maintainer": "CE Smart Camp#12", - "sentence": "Made it for CESmartCamp#12", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", - "category": "Sensors", + "name": "Ephemeris", + "version": "1.0.1", + "author": "Sebastien Marchand", + "maintainer": "MarScaper \u003csebastien@marscaper.com\u003e", + "sentence": "Arduino library for the calculation of ephemeris of the solar system with an Arduino Mega.", + "paragraph": "This library can be used for calculation of ephemeris for the Sun, Mercury, Venus, Earth's Moon, Mars, Jupiter, Saturn, Uranus, Neptune. For each solar system object you get: equatorial coordinates (RA/Dec), horizontal coordinates (Alt/Az), rise, set, distance (in A.U), and apparent diameter (in arcminutes). Due to VSOP87 and ELP2000 implementation, code needs too much flash memory for classic Arduinos (Uno, etc).", + "website": "https://github.com/MarScaper/ephemeris", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.0.0.zip", - "archiveFileName": "CESmartCamp-12.0.0.zip", - "size": 19105, - "checksum": "SHA-256:4db8390135ae13526e37dcbce619c039b00bbbf0552d3b9dceb3e0c54e8cf4d6" + "repository": "https://github.com/MarScaper/ephemeris.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MarScaper/Ephemeris-1.0.1.zip", + "archiveFileName": "Ephemeris-1.0.1.zip", + "size": 195362, + "checksum": "SHA-256:70014c3a4046e63ed530e7b23d060d3323c089475503dd0c7278f301112cb9e3" }, { - "name": "CESmartCamp", - "version": "12.1.0", - "author": "CE Smart Camp#12", - "maintainer": "CE Smart Camp#12", - "sentence": "Made it for CESmartCamp#12", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "5.0.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.1.0.zip", - "archiveFileName": "CESmartCamp-12.1.0.zip", - "size": 18731, - "checksum": "SHA-256:2b974cb16b1aaa20a4a71ed4031f3594e39bc057116d29ab9c396643c5facade" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0.zip", + "archiveFileName": "EspSoftwareSerial-5.0.0.zip", + "size": 17390, + "checksum": "SHA-256:4f8df69feeb4ba55077486b96ac6b5d56e4a2685a774b977405293548484a558" }, { - "name": "CESmartCamp", - "version": "12.2.0", - "author": "CE Smart Camp#12", - "maintainer": "CE Smart Camp#12", - "sentence": "Made it for CESmartCamp#12", - "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", - "website": "https://github.com/Samyz/CESmartCmap", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "5.0.0-rc1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Samyz/CESmartCamp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.2.0.zip", - "archiveFileName": "CESmartCamp-12.2.0.zip", - "size": 18733, - "checksum": "SHA-256:5dbf77300be1a236a7f256ebec8abccb77a096a206bbb3e2075132eb3222724e" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.0-rc1.zip", + "archiveFileName": "EspSoftwareSerial-5.0.0-rc1.zip", + "size": 16383, + "checksum": "SHA-256:4f28d3b4acfd583bf02536c6199e9a5886cd3e669540b33fb9f93a1588ceb685" }, { - "name": "ESP32 AnalogWrite", - "version": "0.1.0", - "author": "ERROPiX", - "maintainer": "Abdelouahed ERROUAGUY", - "sentence": "ESP32 Polyfill for analogWrite functions", - "paragraph": "Provides an analogWrite polyfill for ESP32 using the LEDC functions", - "website": "https://github.com/ERROPiX/ESP32_AnalogWrite", + "name": "EspSoftwareSerial", + "version": "5.0.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ERROPiX/ESP32_AnalogWrite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ERROPiX/ESP32_AnalogWrite-0.1.0.zip", - "archiveFileName": "ESP32_AnalogWrite-0.1.0.zip", - "size": 4299, - "checksum": "SHA-256:429a14d1ece8a911a28f6ad04c17513fbb3698f3014517ca94692a296c2b9c28" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.2.zip", + "archiveFileName": "EspSoftwareSerial-5.0.2.zip", + "size": 17506, + "checksum": "SHA-256:b2007643d0bd5bbbea2ba2ec98cbd6c80ffd971f58c5857bc1b84aeaf7e0e606" }, { - "name": "Watch", - "version": "1.0.0", - "author": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", - "maintainer": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", - "sentence": "A library that makes working with watch-like formats easy.", - "paragraph": "This library helps count time in sexagesimal base as in seconds and minutes.", - "website": "http://example.com/", - "category": "Uncategorized", + "name": "EspSoftwareSerial", + "version": "5.0.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "avr" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Salterm27/Watch.git", - "providesIncludes": [ - "Watch.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Salterm27/Watch-1.0.0.zip", - "archiveFileName": "Watch-1.0.0.zip", - "size": 4696, - "checksum": "SHA-256:e8b470fbbb34e6c9f87cc245e18bbbefc8cbc7e5780066814ab834448c405597" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.3.zip", + "archiveFileName": "EspSoftwareSerial-5.0.3.zip", + "size": 17506, + "checksum": "SHA-256:c2f4a9d63c17d41450f893d0ba12cd6d39c6d96cb10719010d9738fae608a5bb" }, { - "name": "PathVariableHandlers", - "version": "1.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "Library for handling paths containing variables.", - "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", - "website": "https://github.com/sidoh/path_variable_handlers", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.0.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251033,21 +313225,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/path_variable_handlers.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.0.0.zip", - "archiveFileName": "PathVariableHandlers-1.0.0.zip", - "size": 13708, - "checksum": "SHA-256:85b0b02a5620b60e7411f2781edcf9d632ab39cfc9ae4379895977e99a33777f" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.0.4.zip", + "archiveFileName": "EspSoftwareSerial-5.0.4.zip", + "size": 17505, + "checksum": "SHA-256:2949c32dc6a7114b1e8f585ef8e8412d354d172e1c9a33cec7d07fd03eb93071" }, { - "name": "PathVariableHandlers", - "version": "1.1.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "Library for handling paths containing variables.", - "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", - "website": "https://github.com/sidoh/path_variable_handlers", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251055,42 +313246,41 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/path_variable_handlers.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.1.0.zip", - "archiveFileName": "PathVariableHandlers-1.1.0.zip", - "size": 14852, - "checksum": "SHA-256:8513eac9244dc25d7b2c9eba1eb4db84b9065262d45ca9fe3308c12f74539130" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.0.zip", + "archiveFileName": "EspSoftwareSerial-5.2.0.zip", + "size": 21035, + "checksum": "SHA-256:08790885f969d9e6bc9bccaadd2c973a30a18ee9d6eaa797d98517472cc5c102" }, { - "name": "PathVariableHandlers", - "version": "2.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "Library for handling paths containing variables.", - "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", - "website": "https://github.com/sidoh/path_variable_handlers", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/path_variable_handlers.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-2.0.0.zip", - "archiveFileName": "PathVariableHandlers-2.0.0.zip", - "size": 8447, - "checksum": "SHA-256:7b54c6f84a75eb13af43ae5b96474bcaf39d0f3278f4e35d4264445194b13a4d" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.1.zip", + "archiveFileName": "EspSoftwareSerial-5.2.1.zip", + "size": 20999, + "checksum": "SHA-256:0722ddcc22972b8ae77d4a40e8b8b1673a038d5c1a540d10f2a33fec9c19fadb" }, { - "name": "RichHttpServer", - "version": "1.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251098,21 +313288,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.0.0.zip", - "archiveFileName": "RichHttpServer-1.0.0.zip", - "size": 6329, - "checksum": "SHA-256:2e4982027b878d9c64e69bc0790c6d7214e462605b45ece020c0a5b9f84791e8" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.2.zip", + "archiveFileName": "EspSoftwareSerial-5.2.2.zip", + "size": 21038, + "checksum": "SHA-256:48baf6c82a8873d874674f6cda03a6da87521fb86759eb6dde8744f510598d62" }, { - "name": "RichHttpServer", - "version": "1.2.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251120,21 +313309,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.2.0.zip", - "archiveFileName": "RichHttpServer-1.2.0.zip", - "size": 6514, - "checksum": "SHA-256:e1d9cb34ecb648e41a0889d4df1a92e9e9580379eaa8f67796f928550714b683" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.3.zip", + "archiveFileName": "EspSoftwareSerial-5.2.3.zip", + "size": 22660, + "checksum": "SHA-256:989489926358471f2ac0664124bb09dbae113bc903823f4c6e017e62ea23c78d" }, { - "name": "RichHttpServer", - "version": "2.0.0", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.5", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251142,21 +313330,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.0.zip", - "archiveFileName": "RichHttpServer-2.0.0.zip", - "size": 23828, - "checksum": "SHA-256:a9e5d19a3c87ffb3b6f3bf53aa352bedd72a38c71c76167b4be2bcaf537e881e" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.5.zip", + "archiveFileName": "EspSoftwareSerial-5.2.5.zip", + "size": 22665, + "checksum": "SHA-256:a90efe93f355802eaf1e760453334707cd673c03ef2d1a355777e8cd792e6b3d" }, { - "name": "RichHttpServer", - "version": "2.0.1", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.6", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251164,21 +313351,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.1.zip", - "archiveFileName": "RichHttpServer-2.0.1.zip", - "size": 23824, - "checksum": "SHA-256:6a15bf1cd2919b27446049bb230e1f90ed01c13b2d01917adb7eff775f0a4e9c" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.6.zip", + "archiveFileName": "EspSoftwareSerial-5.2.6.zip", + "size": 22664, + "checksum": "SHA-256:fd2cc36d954c554b8cbcef8644e4dba1f9bac9264eaa3109c806a9fa08401ce2" }, { - "name": "RichHttpServer", - "version": "2.0.2", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.8", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251186,21 +313372,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.2.zip", - "archiveFileName": "RichHttpServer-2.0.2.zip", - "size": 23715, - "checksum": "SHA-256:4ed5bf29f234db6d1604a46e79b9ff1bae4dc6ab4fdc11a6faccac51f81fbc8f" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.8.zip", + "archiveFileName": "EspSoftwareSerial-5.2.8.zip", + "size": 22950, + "checksum": "SHA-256:fdad1e8509f6b2f0462ce389249ff3fc8a2ed550338ed11092887c50b5f9a866" }, { - "name": "RichHttpServer", - "version": "2.0.3", - "author": "Chris Mullins \u003cchris@sidoh.org\u003e", - "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", - "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", - "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", - "website": "https://github.com/sidoh/rich_http_server", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "5.2.9", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ "esp8266", "esp32" @@ -251208,4931 +313393,4285 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sidoh/rich_http_server.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.3.zip", - "archiveFileName": "RichHttpServer-2.0.3.zip", - "size": 23717, - "checksum": "SHA-256:2d1a06978ee3336034cae88b75f4ddeee8f332cfa8828cf47da805f9b8b4fda8" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.2.9.zip", + "archiveFileName": "EspSoftwareSerial-5.2.9.zip", + "size": 23049, + "checksum": "SHA-256:a4da3afeb10fd146ef3b2b4d15bd213a9c13b062a31a1f70157fd24b180642da" }, { - "name": "Adafruit Arcada Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "5.3.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.0.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.0.0.zip", - "size": 12346, - "checksum": "SHA-256:18bbfa6039012f74f0e59e05504f924133ee64b6f17420351a1c47a01c6aafd4" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.0.zip", + "archiveFileName": "EspSoftwareSerial-5.3.0.zip", + "size": 24568, + "checksum": "SHA-256:691d2b6bcde23d9d9e54a4220c248fda4d7597a5d53d6dec54160db2cc2f63b8" }, { - "name": "Adafruit Arcada Library", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "5.3.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.1.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.1.0.zip", - "size": 14391, - "checksum": "SHA-256:6828c7099ad5e1e997576a73f4dd903025f5fceec669b28f145e04af12f9cbc6" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.1.zip", + "archiveFileName": "EspSoftwareSerial-5.3.1.zip", + "size": 24790, + "checksum": "SHA-256:5975703b0c73d46f6ad51d3a901be1e7de394d24af99b4c2f2c64e64d232081c" }, { - "name": "Adafruit Arcada Library", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "5.3.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.2.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.2.0.zip", - "size": 65546, - "checksum": "SHA-256:9332404e6c076c2c16d8b20ff6ada8e0484b451febd9dadb949c3901a1809fdf" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.2.zip", + "archiveFileName": "EspSoftwareSerial-5.3.2.zip", + "size": 24804, + "checksum": "SHA-256:89235d7664dbde4b74bcfeb6600659ddb9fa6175de37e4e102cbaf8ef22e7747" }, { - "name": "Adafruit Arcada Library", - "version": "1.3.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "5.3.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.3.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.3.0.zip", - "size": 69696, - "checksum": "SHA-256:57fa6656e9e50a4a5358f5743d1fff4bd07a5635ae56b7f7c9cd3c316c877865" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.3.zip", + "archiveFileName": "EspSoftwareSerial-5.3.3.zip", + "size": 24813, + "checksum": "SHA-256:12b41397e06e008de24709a65541b9ec3c2203a698bed2d5b9fb1a9e55447fd3" }, { - "name": "Adafruit Arcada Library", - "version": "1.4.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "5.3.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.4.0.zip", - "size": 74069, - "checksum": "SHA-256:00a635f9ad943954d9f50dfbdfee8626b58ff93fdd44d6b0501b2b51030ac825" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.4.zip", + "archiveFileName": "EspSoftwareSerial-5.3.4.zip", + "size": 24983, + "checksum": "SHA-256:8446d06c5e3397281b58c1de029de5e256903043aa139574d85d25e3031cbcd5" }, { - "name": "Adafruit Arcada Library", - "version": "1.4.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "5.3.6", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.1.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.4.1.zip", - "size": 90861, - "checksum": "SHA-256:f3df72a3b57f1619c46c2bc370e3d8724efbddbbf56d5e7dd2eb435d71842d2e" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.3.6.zip", + "archiveFileName": "EspSoftwareSerial-5.3.6.zip", + "size": 25374, + "checksum": "SHA-256:fafd5bd8fe943df90624fd50698dca0553d438257a507c3ed4b8652c4ca9f466" }, { - "name": "Adafruit Arcada Library", - "version": "1.5.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "5.4.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.5.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-1.5.0.zip", - "size": 114546, - "checksum": "SHA-256:0d87ba7ef014e640005b989b19816bc96cc95ff4b8d3763c7761770852b7f196" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-5.4.0.zip", + "archiveFileName": "EspSoftwareSerial-5.4.0.zip", + "size": 25267, + "checksum": "SHA-256:1db0c24d0b07aa062e7fc0fa446af3872e81e1a65031157aa6c69ac4d2eca806" }, { - "name": "Adafruit Arcada Library", - "version": "2.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.0.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.0.0.zip", - "size": 158744, - "checksum": "SHA-256:46652ea9ca66daee3859b2200a4e6c804c9af96a0e9a779f9370c4571498d882" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.0.0.zip", + "archiveFileName": "EspSoftwareSerial-6.0.0.zip", + "size": 25521, + "checksum": "SHA-256:b8a9432677cc942fc016c5c71ea8c0cc5389bec7ba625e6eae8b4ffdbe7a7f6f" }, { - "name": "Adafruit Arcada Library", - "version": "2.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.1.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.1.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.0.1.zip", - "size": 159346, - "checksum": "SHA-256:0799e7130cd4e302b147be0eacc60b5292f97cc234a580f7a321eda15d199bb5" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.1.0.zip", + "archiveFileName": "EspSoftwareSerial-6.1.0.zip", + "size": 27358, + "checksum": "SHA-256:ba68d1112c617ea41a9c4d6efe06d6b80e3a2553a2542dbaf2c95efdff7fbd19" }, { - "name": "Adafruit Arcada Library", - "version": "2.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.1.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.2.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.0.2.zip", - "size": 159370, - "checksum": "SHA-256:0d9e468de908432508e7145c5f2808bda54c046d24148ef51ac56488a919da15" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.1.1.zip", + "archiveFileName": "EspSoftwareSerial-6.1.1.zip", + "size": 27361, + "checksum": "SHA-256:10a56c42470f7397114d1429e008445f627bbfcacf506c51932bf87077bb90a3" }, { - "name": "Adafruit Arcada Library", - "version": "2.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.2.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.3.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.0.3.zip", - "size": 159409, - "checksum": "SHA-256:3108c60950155da5aaa59d8f99174075736b6fb4704425450162948806974340" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.2.0.zip", + "archiveFileName": "EspSoftwareSerial-6.2.0.zip", + "size": 27404, + "checksum": "SHA-256:b6ec1ccac3bcca5ffdcf58de5e0f592f2d7e8e0ae178f3d082108077cb545b34" }, { - "name": "Adafruit Arcada Library", - "version": "2.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.2.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.1.0.zip", - "size": 160805, - "checksum": "SHA-256:d8679995679d7fffa5947ed2234ff3a229cf40ada3d732b73a977868528e61bb" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.2.2.zip", + "archiveFileName": "EspSoftwareSerial-6.2.2.zip", + "size": 27442, + "checksum": "SHA-256:d209c26cb12f4fb5649277620d4f8d95b53657a4d5f4036827f5c21e67b23539" }, { - "name": "Adafruit Arcada Library", - "version": "2.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.3.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.1.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.1.1.zip", - "size": 160898, - "checksum": "SHA-256:7aa93b4866d99a00e45ca1f60623adae9ecaef22c00ae59927bd34352802dab0" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.3.0.zip", + "archiveFileName": "EspSoftwareSerial-6.3.0.zip", + "size": 27159, + "checksum": "SHA-256:d89e8fbe05bf53a9ae880daf693cea11d42948365e6741b36b57648c06b65bf5" }, { - "name": "Adafruit Arcada Library", - "version": "2.1.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.4.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.2.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.1.2.zip", - "size": 180892, - "checksum": "SHA-256:82360c04c9cf49e77274d559588d8b037894b8d9d339c37854a221eaf0452e40" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.4.0.zip", + "archiveFileName": "EspSoftwareSerial-6.4.0.zip", + "size": 29431, + "checksum": "SHA-256:1d0ec4d41ed4654eaf5d8556e354afc3b06723739aef23aa1ed1d6658a8779db" }, { - "name": "Adafruit Arcada Library", - "version": "2.1.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.5.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.3.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.1.3.zip", - "size": 333742, - "checksum": "SHA-256:a8fd51115ef20f5fe670eec80a4fd5d22559dae9b942e9d4de5969467d213865" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.0.zip", + "archiveFileName": "EspSoftwareSerial-6.5.0.zip", + "size": 34592, + "checksum": "SHA-256:7b68fc3b3541f34ad5853ff8183e53044fef98a2b54d118efdc3e5bcae1882f4" }, { - "name": "Adafruit Arcada Library", - "version": "2.1.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.5.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.4.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.1.4.zip", - "size": 336409, - "checksum": "SHA-256:74dca787e7f5492d43d1b0f8a94124d70e2677708269c172935b15a90218bf60" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.1.zip", + "archiveFileName": "EspSoftwareSerial-6.5.1.zip", + "size": 34747, + "checksum": "SHA-256:0d462532e017666129471652bca96434a3973ebcdc807d351ed5ff5580a86823" }, { - "name": "Adafruit Arcada Library", - "version": "2.1.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.5.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.5.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.1.5.zip", - "size": 336440, - "checksum": "SHA-256:895901e05a01835d8331308ddf43dd6d5a8a8614fc4cdad8ee6880c521072837" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.2.zip", + "archiveFileName": "EspSoftwareSerial-6.5.2.zip", + "size": 34758, + "checksum": "SHA-256:8c64ed0632dbd861b645cda80cebf52841afaa2604d11eb95a93f0ddb0e69607" }, { - "name": "Adafruit Arcada Library", - "version": "2.1.6", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.5.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.6.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.1.6.zip", - "size": 336437, - "checksum": "SHA-256:1657b0ad360bc9a63c0b93b96fb83a644d8e1a98ac48a2c0e0f9a71d45c6109e" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.3.zip", + "archiveFileName": "EspSoftwareSerial-6.5.3.zip", + "size": 34822, + "checksum": "SHA-256:0f5172e9905729bcd7a80b14d6eceb96364eabd561816ac77725b2c9fd124c43" }, { - "name": "Adafruit Arcada Library", - "version": "2.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.5.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.2.0.zip", - "size": 340037, - "checksum": "SHA-256:fa6a16e3498f65bbe0fbbcf2e58a3d1be4db524655a674528116671bc6d8a238" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.5.4.zip", + "archiveFileName": "EspSoftwareSerial-6.5.4.zip", + "size": 34856, + "checksum": "SHA-256:dcbcda278911e0f44785a0d7417d8f6b5e33ef36d1a99bd9a51949c2013b3ea2" }, { - "name": "Adafruit Arcada Library", - "version": "2.2.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.6.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.1.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.2.1.zip", - "size": 340051, - "checksum": "SHA-256:306545c22265b291b5fdf453edf6e4d426147cda3536ecea05636e75ab94d9bd" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.0.zip", + "archiveFileName": "EspSoftwareSerial-6.6.0.zip", + "size": 44360, + "checksum": "SHA-256:af332be641286cb6adcef0559418135b3ea81ba68ff1eb03ed48d4c4ac891772" }, { - "name": "Adafruit Arcada Library", - "version": "2.2.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.6.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.3.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.2.3.zip", - "size": 341045, - "checksum": "SHA-256:fcd85c65c43ce76b23f5b434aab70e9e6b8bbb980be93cdd09397a207072da07" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.1.zip", + "archiveFileName": "EspSoftwareSerial-6.6.1.zip", + "size": 44352, + "checksum": "SHA-256:d04b84173825bdead9a97f92b483fbb532528f0155c26862c229ee71504c5fb6" }, { - "name": "Adafruit Arcada Library", - "version": "2.2.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.6.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Peter Lerup \u003cpeter@lerup.com\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.5.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.2.5.zip", - "size": 341123, - "checksum": "SHA-256:85e82120d28c12881673d5ce4e49d0ecf07d7d0dbe76824565acd9a7c7f0b4ae" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.6.4.zip", + "archiveFileName": "EspSoftwareSerial-6.6.4.zip", + "size": 44519, + "checksum": "SHA-256:67a2f47e6637b621954e51e854e208768dc386be626db939845d306682aa6753" }, { - "name": "Adafruit Arcada Library", - "version": "2.3.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.7.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.3.0.zip", - "size": 341442, - "checksum": "SHA-256:9c1df88a070ae8d79275d4dd95b2433e42bd36795f7edc60e448fda57207b4e5" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.7.1.zip", + "archiveFileName": "EspSoftwareSerial-6.7.1.zip", + "size": 44584, + "checksum": "SHA-256:d69b62141c076874154f43ea3a32827fdc4b8da4cd5f7c86c72110daea5fb7b0" }, { - "name": "Adafruit Arcada Library", - "version": "2.3.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.7.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.1.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.3.1.zip", - "size": 341797, - "checksum": "SHA-256:d3c59c5ab47669a514c88a996373c96e08d0c364e332ce8f34346e30c40bc358" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.7.2.zip", + "archiveFileName": "EspSoftwareSerial-6.7.2.zip", + "size": 45527, + "checksum": "SHA-256:f75e338ef750bf206fa15745c287fbc3c04a170bd21a6c7fb21fd935e13d16f7" }, { - "name": "Adafruit Arcada Library", - "version": "2.3.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.8.0", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.2.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.3.2.zip", - "size": 341921, - "checksum": "SHA-256:9579d1f42539e906b816a02217ba3073e8ca90635c064b98865e616b837c5527" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.0.zip", + "archiveFileName": "EspSoftwareSerial-6.8.0.zip", + "size": 45545, + "checksum": "SHA-256:29dc4933dfa54a5eb44f0e1ded5fc3d48f5c3ec2a4dcbabace1cbb915e0c0316" }, { - "name": "Adafruit Arcada Library", - "version": "2.4.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.8.1", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.4.0.zip", - "size": 343949, - "checksum": "SHA-256:dc8b4bad43a426a22bdc684e9088168f61f232fb380323da544662e3baeaa834" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.1.zip", + "archiveFileName": "EspSoftwareSerial-6.8.1.zip", + "size": 45575, + "checksum": "SHA-256:7cb6add5fce2a211f9c5118a2bfdfd1309eca7d5692abc280289d868f4568649" }, { - "name": "Adafruit Arcada Library", - "version": "2.4.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.8.2", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.1.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.4.1.zip", - "size": 343950, - "checksum": "SHA-256:91d8074f1cf984e60fa4b461572cc07876f0ee03b7880fc1f34b15f2d289d6a1" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.2.zip", + "archiveFileName": "EspSoftwareSerial-6.8.2.zip", + "size": 45523, + "checksum": "SHA-256:681afececae420a649d05668ab7ec09252258403bc469e994d1fbc1fd0af749c" }, { - "name": "Adafruit Arcada Library", - "version": "2.4.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.8.3", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.2.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.4.2.zip", - "size": 343969, - "checksum": "SHA-256:282342747f475343525b357c99ac5a98fdd8f0028797073f23ca885a2173df29" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.3.zip", + "archiveFileName": "EspSoftwareSerial-6.8.3.zip", + "size": 45548, + "checksum": "SHA-256:664ee7edd5a527e1ed3279d5fd6c05094b0a831ccee0997704726ed40b6c5d28" }, { - "name": "Adafruit Arcada Library", - "version": "2.4.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.8.4", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Audio - Adafruit Fork" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.3.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.4.3.zip", - "size": 344030, - "checksum": "SHA-256:616e424a49497aabfee194f87f7e7dc93a402564c473098a6c64268f0fc19889" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.4.zip", + "archiveFileName": "EspSoftwareSerial-6.8.4.zip", + "size": 45581, + "checksum": "SHA-256:5e547a5a038826dd6d34cacb9ec6766cbfdf3a8e567cfce94b10f1c22dbb91c9" }, { - "name": "Adafruit Arcada Library", - "version": "2.4.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.8.5", + "author": "Peter Lerup, Dirk Kaar", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Audio - Adafruit Fork" - }, - { - "name": "CircularBuffer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.4.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.4.4.zip", - "size": 352939, - "checksum": "SHA-256:23a9e4d2171c1bda561d472724c75b6891b3b418fd457a644f5622852f097570" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.8.5.zip", + "archiveFileName": "EspSoftwareSerial-6.8.5.zip", + "size": 45682, + "checksum": "SHA-256:682516f7ac050bbe3d222d9ae8661a0987bf688c13816a67aed744b3c8aada3f" }, { - "name": "Adafruit Arcada Library", - "version": "2.4.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.9.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Audio - Adafruit Fork" - }, - { - "name": "CircularBuffer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.5.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.4.5.zip", - "size": 352943, - "checksum": "SHA-256:aa5233cc32686b8b49c35d6844469f3badedcf3e6e0f28fd897eb7868615b277" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.9.0.zip", + "archiveFileName": "EspSoftwareSerial-6.9.0.zip", + "size": 45831, + "checksum": "SHA-256:5ad967891387f77e2fc2f5aa35da388058deb8a3b4697fd59da003c6cdf23d50" }, { - "name": "Adafruit Arcada Library", - "version": "2.4.6", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.10.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Audio - Adafruit Fork" - }, - { - "name": "CircularBuffer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.6.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.4.6.zip", - "size": 352943, - "checksum": "SHA-256:909d0a25d599494cacad6c7365435e6be5ed75fb3a0cf7bad962ee28de6a15be" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.10.0.zip", + "archiveFileName": "EspSoftwareSerial-6.10.0.zip", + "size": 45915, + "checksum": "SHA-256:0262720c2e602b42d0467105d354e36f0649af542de947ef3e3f3c0ac2fe7c96" }, { - "name": "Adafruit Arcada Library", - "version": "2.5.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", - "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", - "website": "https://github.com/adafruit/Adafruit_Arcada", - "category": "Display", + "name": "EspSoftwareSerial", + "version": "6.10.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit FreeTouch Library" - }, - { - "name": "Adafruit ImageReader Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit ADT7410 Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit EPD" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit WavePlayer Library" - }, - { - "name": "Adafruit TinyUSB Library" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Circuit Playground" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Audio - Adafruit Fork" - }, - { - "name": "CircularBuffer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.0.zip", - "archiveFileName": "Adafruit_Arcada_Library-2.5.0.zip", - "size": 396484, - "checksum": "SHA-256:2bb116ad3cfbb4558d0e8e358702dabecd9a14f1463e1e8a074846ccd5266f71" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.10.1.zip", + "archiveFileName": "EspSoftwareSerial-6.10.1.zip", + "size": 45986, + "checksum": "SHA-256:38ee3ab2cd724856bfd632869093ed9b50b98fd9041a8e80a2a888d6d038b0b2" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.1.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", - "architectures": [], + "name": "EspSoftwareSerial", + "version": "6.11.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", - "size": 19064, - "checksum": "SHA-256:2202343f1fd2bb5e000f027f5b29c628766f35ae06c8eccc1e448e7bba5a65c0" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.0.zip", + "archiveFileName": "EspSoftwareSerial-6.11.0.zip", + "size": 46070, + "checksum": "SHA-256:cfb4898689914f5af0038fa911567dc632175ef9c52b664b81a19bd4bf652d66" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.2.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.11.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", - "size": 21741, - "checksum": "SHA-256:6ab6c7091ccbe7d0c91a8b687ecb60ce70cb11650d0526d129ac8677cc24e97a" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.1.zip", + "archiveFileName": "EspSoftwareSerial-6.11.1.zip", + "size": 46078, + "checksum": "SHA-256:2959617eeeff36d60abc7986680e5b0822187d8bea686eb8bf91e0f45c2b4562" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.2.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.11.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", - "size": 21734, - "checksum": "SHA-256:67572f4e62de8169529f7d56644a78b13ee45a1b18bf1f1faa3bc836ddca552b" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.2.zip", + "archiveFileName": "EspSoftwareSerial-6.11.2.zip", + "size": 46231, + "checksum": "SHA-256:a8b2f226119e42125f06f11a680b99e848ae738ce4a023f6af4ac67c8bad2b1b" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.11.3", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", - "size": 28041, - "checksum": "SHA-256:918f03d14e9eaaf8d826f8c1b65fa46dcbe383b58c8c8911b41b6702dc9111c0" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.3.zip", + "archiveFileName": "EspSoftwareSerial-6.11.3.zip", + "size": 46245, + "checksum": "SHA-256:e81805c92fae460a17e975b65ac20d7880d47cb85c9ff0998e304e34da05a06e" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.11.4", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", - "size": 28034, - "checksum": "SHA-256:7dfcde6f3fa8502d7ae39f24c0a5f75dd9494b82f3de0d528127b4eff8937eca" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.4.zip", + "archiveFileName": "EspSoftwareSerial-6.11.4.zip", + "size": 46103, + "checksum": "SHA-256:fad6cb22be427eccf9e453cfd97a49c4b21e0e91cd97989d7c8d633bad86a1e2" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.11.6", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", - "size": 28033, - "checksum": "SHA-256:a2d836242096245932cdb0f06030fd5f1f2164a9a53df6d128bf05975a92681a" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.6.zip", + "archiveFileName": "EspSoftwareSerial-6.11.6.zip", + "size": 46437, + "checksum": "SHA-256:dad3951866c8a669639a8613badfa1ba8dc2e47ade8999bbac3c146d094d78bc" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.11.7", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", - "size": 28030, - "checksum": "SHA-256:1bb0d98818d073270e91cecf8503fab84a7e20eb6033a0aceed75d247cfe6724" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.11.7.zip", + "archiveFileName": "EspSoftwareSerial-6.11.7.zip", + "size": 46518, + "checksum": "SHA-256:830cc1187b67d179536566e4798cd51b3cebcf8cb4a2280b0c2d33d8ee3eb0c0" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.3.4", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.12.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", - "size": 27973, - "checksum": "SHA-256:80fae5513e65305ce5f575d11acd7a5b95205ecafa083b8c8453d50bae883fc0" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.0.zip", + "archiveFileName": "EspSoftwareSerial-6.12.0.zip", + "size": 46402, + "checksum": "SHA-256:4073a29c7fdcdf345d1cf5841ff33ac5196cf7f7e950555dc61cced6be344591" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.4.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.12.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", - "size": 27181, - "checksum": "SHA-256:a3416e93b8884e0cb0f864a712ca4135a10bfaf88a0293949b3f5e9ba85f581b" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.1.zip", + "archiveFileName": "EspSoftwareSerial-6.12.1.zip", + "size": 46428, + "checksum": "SHA-256:d14b1a4d321290afc401a6c6d2594b27611450630c268f16498549a0934de0b0" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.4.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.12.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.1.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.1.zip", - "size": 29475, - "checksum": "SHA-256:f00c28a771683f78b1d8108ac3e532cf7f2cca21f470eb418dbfeb4ac9480353" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.2.zip", + "archiveFileName": "EspSoftwareSerial-6.12.2.zip", + "size": 46451, + "checksum": "SHA-256:605207315c1907f5331004fcbfa559085d61120c288529b8ef2a11cba0f196c8" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.4.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.12.3", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.2.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.2.zip", - "size": 29455, - "checksum": "SHA-256:3caa84702d32cea983c657f175e618ed529bedd5a3019a8ac2603942b89ff822" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.3.zip", + "archiveFileName": "EspSoftwareSerial-6.12.3.zip", + "size": 46494, + "checksum": "SHA-256:9561e83954ef5fbbad23ecd639631722297ab5b85b4fd1e8c5d21199070620a5" }, { - "name": "SparkFun AS3935 Lightning Detector Arduino Library", - "version": "1.4.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", - "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", - "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", - "category": "Sensors", + "name": "EspSoftwareSerial", + "version": "6.12.4", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.3.zip", - "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.3.zip", - "size": 29463, - "checksum": "SHA-256:d08c61ce834cccf6bc76ad67fe09200864c05ebe90d3e2e3bc09b0be93973963" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.4.zip", + "archiveFileName": "EspSoftwareSerial-6.12.4.zip", + "size": 46545, + "checksum": "SHA-256:af6f074006c1b5dad4caecbc265382d3f5af28692feadca76e58c303948d1383" }, { - "name": "BBE IoT Class Library", - "version": "1.0.0", - "author": "Brainy Buddy Education LLC", - "maintainer": "Joe Z \u003cjoseph.zhao@gmail.com\u003e", - "sentence": "This is the C++ class library for students' use in IoT class to control smart systems.", - "paragraph": "This library includes a few classes that hide lower level details and provide an abstract wrapper for entry level students to use. Capabilities include serial port reading, distance sensor processing, buzzer playing, fan rotating, etc.", - "website": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library", - "category": "Device Control", + "name": "EspSoftwareSerial", + "version": "6.12.5", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library.git", - "providesIncludes": [ - "BBEClassLibrary.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/brainy-buddy-education/BBE_IoT_Class_Library-1.0.0.zip", - "archiveFileName": "BBE_IoT_Class_Library-1.0.0.zip", - "size": 18394, - "checksum": "SHA-256:9f1ce4ecea3e5a7bc541b179402e377b9393e6365a769ccdf7ead9162281e499" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.5.zip", + "archiveFileName": "EspSoftwareSerial-6.12.5.zip", + "size": 46544, + "checksum": "SHA-256:82c9a00c200da72f16865a6998b762669114e63eb80086467d8e20bbce5d2215" }, { - "name": "Mechatro", - "version": "1.0.0", - "author": "Botto \u003cin_school@naver.com\u003e", - "maintainer": "Botto \u003cin_school@naver.com\u003e", - "sentence": "\u003cbr/\u003eA library to control motors with the L293x motor driver \u003cbr/\u003e 메카트로 보드 모터 컨트롤 라이브러리 (L298x드라이버 사용하는 모든 프로젝트 사용 가능)", - "paragraph": "\u003cbr/\u003e\u003cbr/\u003e- Control two motors by Forward, Reverse, Fast Motor Stop and Free Running Stop mode.\u003cbr/\u003e- 두 개의 모터를 전, 후, 급정지, 완속정지 모드로 컨트롤.\u003cbr/\u003e- Get current of each motor load.\u003cbr/\u003e- 각각의 모터에 흐르는 전류 측정.", - "website": "https://github.com/teamong/Mechatro", - "category": "Device Control", + "name": "EspSoftwareSerial", + "version": "6.12.6", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/teamong/Mechatro.git", - "providesIncludes": [ - "Mechatro.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/teamong/Mechatro-1.0.0.zip", - "archiveFileName": "Mechatro-1.0.0.zip", - "size": 6862, - "checksum": "SHA-256:040607a09cf491da3bf9fa1066d431fd3a2ad98aa8114ee06e2dddb7f3775f09" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.6.zip", + "archiveFileName": "EspSoftwareSerial-6.12.6.zip", + "size": 46618, + "checksum": "SHA-256:fade8157dd0f75e418a8b1914107a1cd1cfca39c492e4ba4aad58289fc2e420f" }, { - "name": "CronAlarms", - "version": "0.1.0", - "author": "Martin Laclaustra", - "maintainer": "Martin Laclaustra", - "sentence": "Schedule alarms to occur at specific times with crontab syntax.", - "paragraph": "Using expressions suitable for the program cron (crontab syntax), the library allows performing tasks at specific times or after specific intervals. It depends on ctime library, provided by SDKs. API resembles the popular TimeAlarms library. Tasks can be created to continuously repeat or to occur only once. It is a wrapper of ccronexpr.", - "website": "https://github.com/Martin-Laclaustra/CronAlarms", - "category": "Timing", + "name": "EspSoftwareSerial", + "version": "6.12.7", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Martin-Laclaustra/CronAlarms.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Martin-Laclaustra/CronAlarms-0.1.0.zip", - "archiveFileName": "CronAlarms-0.1.0.zip", - "size": 21046, - "checksum": "SHA-256:7cd8ff4331c7311bd0f9103c976bc9a5bc93c55b87aeb3f967539fecdbb3dbbc" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.12.7.zip", + "archiveFileName": "EspSoftwareSerial-6.12.7.zip", + "size": 46612, + "checksum": "SHA-256:eb58b6fe973059c90766a8f17424855d9bcbfa0a1a7676bf0a499999dd82169c" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.13.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.0.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.0.zip", - "size": 33190, - "checksum": "SHA-256:181a4a4f80f0bf9c6d74b7563d5f87d53e30f9c6e08c332da0b5d36c2cf244ed" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.13.0.zip", + "archiveFileName": "EspSoftwareSerial-6.13.0.zip", + "size": 47670, + "checksum": "SHA-256:2431bae47325dd788b8250397d0ab47f9e80b5b50b2bae40a535ac873a8fc64f" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.13.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.1.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.1.zip", - "size": 33967, - "checksum": "SHA-256:d73f09799bd41b099be0b295f05261f8629360470bbee974a2e39eaa526a60e3" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.13.1.zip", + "archiveFileName": "EspSoftwareSerial-6.13.1.zip", + "size": 47764, + "checksum": "SHA-256:2d1848ecfb277ed41719392b5805d3f2581acb30c6e4aed4f0dc3a30ffbf6b9b" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.13.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.3.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.3.zip", - "size": 35732, - "checksum": "SHA-256:b640f3666acd0e8e42835492f7b3a216954b601c3fc83e186bc11cd6a10f2107" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.13.2.zip", + "archiveFileName": "EspSoftwareSerial-6.13.2.zip", + "size": 47782, + "checksum": "SHA-256:9b511567b0362e111740a12158569a944f7ef69a91f8af56c1b8e63eefa9e392" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.14.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.4.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.4.zip", - "size": 35723, - "checksum": "SHA-256:18f5bd314d059304fd96eca98e0a6ff8db65e34a0f877a810a664790b702fade" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.14.0.zip", + "archiveFileName": "EspSoftwareSerial-6.14.0.zip", + "size": 47878, + "checksum": "SHA-256:cac4be3edd1efc9768d2afb13b34dbe45319ff502fc2f4e6dc8eedb22c6333f7" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.14.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.5.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.5.zip", - "size": 35680, - "checksum": "SHA-256:2c96759e4f153e7c245b49af637ed884b2996f3862ea180855c44fc5f46026a4" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.14.1.zip", + "archiveFileName": "EspSoftwareSerial-6.14.1.zip", + "size": 47879, + "checksum": "SHA-256:5c2ceaddd0bdea8f5c7d830b7399350c9b1c27755b47aef7ac2a48657fe019be" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.14.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.6.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.6.zip", - "size": 35757, - "checksum": "SHA-256:0c58bc033ad9fdf5695f9fcfc993c07f2642c94df789309f2db62d3ef7d3961c" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.14.2.zip", + "archiveFileName": "EspSoftwareSerial-6.14.2.zip", + "size": 47879, + "checksum": "SHA-256:8b5ca92f6c3ca80c80bf3a3080c9acb196dc297bf332441ff79e71e5009fcf1e" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.15.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.7.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.7.zip", - "size": 35763, - "checksum": "SHA-256:f9767ba93d1134a4b4dfc70bb4830fd814bc20d1cd695dfb5adbc782f850933b" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.15.0.zip", + "archiveFileName": "EspSoftwareSerial-6.15.0.zip", + "size": 47864, + "checksum": "SHA-256:cc116262cc716cf6a55b9b4b0eac180d679a8a605c7fbbf0e58cbdcf8d6fc0cf" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.15.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.8.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.8.zip", - "size": 35760, - "checksum": "SHA-256:0fa1f44f15c29a9f21aff22a5ac214c872179052b3b2975b1045b214e8b5bf8d" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.15.1.zip", + "archiveFileName": "EspSoftwareSerial-6.15.1.zip", + "size": 47859, + "checksum": "SHA-256:5d99c9053b18eb03b55a52ec2eb905f1f3ebc70d007ff8577ac86d8e927d1a20" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.0.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.15.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.9.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.9.zip", - "size": 35736, - "checksum": "SHA-256:4c30f3eccf9ec6d40649c3845bd0f3848b87c675fa6d985b276c3235ef3f6727" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.15.2.zip", + "archiveFileName": "EspSoftwareSerial-6.15.2.zip", + "size": 48032, + "checksum": "SHA-256:9bc0b204367b3ca23024f85c1fc23909667f56f18bf1519e523639172e3d9211" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.1.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.16.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.0.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.0.zip", - "size": 35789, - "checksum": "SHA-256:43abd5e53fae72f258ec6cea595971927351edcfcd55ac59d241b9fd7aee88fa" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.16.0.zip", + "archiveFileName": "EspSoftwareSerial-6.16.0.zip", + "size": 49248, + "checksum": "SHA-256:8755550f7420c431aff7d15cb8b02db6c656e6424eb83e92d24a9cdb0652f3c3" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.1.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.16.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "dependencies": [ - { - "name": "WiFi101" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.1.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.1.zip", - "size": 34608, - "checksum": "SHA-256:1f7462cac40a88fff243a4fc881c4a801599fedc5c24551ed63a6f4cbb3da51e" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.16.1.zip", + "archiveFileName": "EspSoftwareSerial-6.16.1.zip", + "size": 49281, + "checksum": "SHA-256:384d1744312d7d3b14765958a333039e0decb27fd3668d7707c7e66e575e63ce" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.1.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.17.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "dependencies": [ - { - "name": "WiFi101" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.2.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.2.zip", - "size": 34690, - "checksum": "SHA-256:5892a558048bc27c36a1f72d794634056d54872341c9d7b03493541b83aff8eb" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.17.0.zip", + "archiveFileName": "EspSoftwareSerial-6.17.0.zip", + "size": 49512, + "checksum": "SHA-256:64d52f0ecaddc6ea0c5c1c9b05a24f854235c2e84c6e066880ee5bbf3a1e0c3f" }, { - "name": "Firebase Arduino based on WiFi101", - "version": "1.1.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "6.17.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", - "dependencies": [ - { - "name": "WiFi101" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.3.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.3.zip", - "size": 35007, - "checksum": "SHA-256:ec748c4ef11c887ab82d7f1c76d2014c3436367c38465e5875328ca4b9f69d78" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-6.17.1.zip", + "archiveFileName": "EspSoftwareSerial-6.17.1.zip", + "size": 49557, + "checksum": "SHA-256:f3f294b543a05be99dbc7c7811e95dc4a13238fc1b07ed0a23aff5f37df4eb01" }, { - "name": "mDash", - "version": "1.0.1", - "author": "Cesanta Software Limited \u003csupport@mdash.net\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@mdash.net\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides MQTT, device shadow, OTA, Filesystem management for ESP32", - "website": "https://mdash.net", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "7.0.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.1.zip", - "archiveFileName": "mDash-1.0.1.zip", - "size": 24163, - "checksum": "SHA-256:5277998e1717a279f92d48c9ed39d7ef753b5cd2b8119a627e45d36c84c12542" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-7.0.0.zip", + "archiveFileName": "EspSoftwareSerial-7.0.0.zip", + "size": 49538, + "checksum": "SHA-256:f11b8b3bc88f8384966224d78b7458d4a3cb2589dc3fe1cf677aa93e0fda9f40" }, { - "name": "mDash", - "version": "1.0.2", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "7.0.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.2.zip", - "archiveFileName": "mDash-1.0.2.zip", - "size": 24174, - "checksum": "SHA-256:0410106665ae3309ade3400350ba33e5a1ea473b7fefe51ab35e76d6b107627e" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-7.0.1.zip", + "archiveFileName": "EspSoftwareSerial-7.0.1.zip", + "size": 51522, + "checksum": "SHA-256:7dd1b27765de74d399cc4d2d6af1627376bea7c5c1f2e30f7bd468e72921fae2" }, { - "name": "mDash", - "version": "1.0.3", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "8.0.1", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.3.zip", - "archiveFileName": "mDash-1.0.3.zip", - "size": 25353, - "checksum": "SHA-256:95d26a5b6c7154d02d94988053588bd5e2656086324a8e0015b7427d8831f22e" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-8.0.1.zip", + "archiveFileName": "EspSoftwareSerial-8.0.1.zip", + "size": 51139, + "checksum": "SHA-256:28378081867b59d11d5eb48cdef44cfd55be22ec975e2623461dd0a78b1bdaff" }, { - "name": "mDash", - "version": "1.0.4", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "8.0.2", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.4.zip", - "archiveFileName": "mDash-1.0.4.zip", - "size": 26291, - "checksum": "SHA-256:0b6b8ed0f0d5fbdee3905b573ac8e3344cbcb5612bd32f8b1b8e674c2fcd4c1f" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-8.0.2.zip", + "archiveFileName": "EspSoftwareSerial-8.0.2.zip", + "size": 51120, + "checksum": "SHA-256:efaf959388bd4fc4a1229752d75b9d23fbc635898bfae2e6133cf225f320f706" }, { - "name": "mDash", - "version": "1.0.5", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "8.0.3", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.5.zip", - "archiveFileName": "mDash-1.0.5.zip", - "size": 26261, - "checksum": "SHA-256:b842d26110d51759ce2431c65a1c37a5e09aec52dd82ea63e4c29d8674b44982" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-8.0.3.zip", + "archiveFileName": "EspSoftwareSerial-8.0.3.zip", + "size": 51132, + "checksum": "SHA-256:38a19ef82d9ac9cf610f73ae3d86d426c8b99ddcba8436280b191eeac780ac2d" }, { - "name": "mDash", - "version": "1.0.6", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "EspSoftwareSerial", + "version": "8.1.0", + "author": "Dirk Kaar, Peter Lerup", + "maintainer": "Dirk Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Implementation of the Arduino software serial for ESP8266/ESP32.", + "website": "https://github.com/plerup/espsoftwareserial/", + "category": "Signal Input/Output", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.6.zip", - "archiveFileName": "mDash-1.0.6.zip", - "size": 26566, - "checksum": "SHA-256:fef4b0f5861e2a05a81361cd1402f36c70551541c3d27ea347e55dbb23afc7b6" + "repository": "https://github.com/plerup/espsoftwareserial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plerup/EspSoftwareSerial-8.1.0.zip", + "archiveFileName": "EspSoftwareSerial-8.1.0.zip", + "size": 52818, + "checksum": "SHA-256:91215c8dcba992928b4e9ef5323805e711b9e9801d73f22d636b119f810e9431" }, { - "name": "mDash", - "version": "1.0.7", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Tasks", + "version": "1.0.0", + "author": "Ethan McTague", + "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", + "sentence": "A library that handles ongoing tasks.", + "paragraph": "Allows objects to tie into the main loop.", + "website": "https://github.com/emctague/libut", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.7.zip", - "archiveFileName": "mDash-1.0.7.zip", - "size": 28168, - "checksum": "SHA-256:8c21aedd3f186f2885d5583be1984571a510605cc96691549d16a92eb5423f75" + "repository": "https://github.com/emctague/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.0.zip", + "archiveFileName": "Tasks-1.0.0.zip", + "size": 3297, + "checksum": "SHA-256:24d055ef5544a22b44febd43beb150c9c84697335a427b16adeb2e354848870e" }, { - "name": "mDash", - "version": "1.0.8", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Tasks", + "version": "1.0.2", + "author": "Ethan McTague", + "maintainer": "Ethan McTague \u003cethan@tague.me\u003e", + "sentence": "A library that handles ongoing tasks.", + "paragraph": "Allows objects to tie into the main loop.", + "website": "https://github.com/emctague/Tasks", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.8.zip", - "archiveFileName": "mDash-1.0.8.zip", - "size": 28166, - "checksum": "SHA-256:72fe9cdb0f97c683bfc8c4c3192b8701f47ac9be71e9c15b5be2b74ea1c2ad5e" + "repository": "https://github.com/emctague/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emctague/Tasks-1.0.2.zip", + "archiveFileName": "Tasks-1.0.2.zip", + "size": 3324, + "checksum": "SHA-256:a3d4fe827546d28874c15ca1e95842c78f17ab3f8a52995c4f6c8d98cf5349b6" }, { - "name": "mDash", - "version": "1.0.9", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - Coulomb Counter for 3.3V to 5V LTC2941", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941)", + "paragraph": "An Arduino Library for Grove - Coulomb Counter for 3.3V to 5V(LTC2941) use to count current coulomp", + "website": "https://github.com/Seeed-Studio/Seeed_LTC2941", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.9.zip", - "archiveFileName": "mDash-1.0.9.zip", - "size": 84480, - "checksum": "SHA-256:a499683a5bda7ab8d70a6c026872970fe17f6fc17159e024b284ae573e1e43b8" + "repository": "https://github.com/Seeed-Studio/Seeed_LTC2941.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", + "archiveFileName": "Grove___Coulomb_Counter_for_3_3V_to_5V_LTC2941-1.0.0.zip", + "size": 8996, + "checksum": "SHA-256:454dfab619f6bcb7c0d2d2827c89440dc138dfc476236ed4a82f3987223a2ee0" }, { - "name": "mDash", - "version": "1.0.10", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - Motor Driver TB6612FNG", + "version": "0.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library of Grove - Motor Driver(TB6612FNG)", + "paragraph": "Arduino library of Grove - Motor Driver(TB6612FNG)", + "website": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", + "category": "Uncategorized", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.10.zip", - "archiveFileName": "mDash-1.0.10.zip", - "size": 90102, - "checksum": "SHA-256:8836bdcfeb2b3397eb702c5847dbb2b04f634635c44839e2e294aee173cea2c9" + "repository": "https://github.com/Seeed-Studio/Grove_Motor_Driver_TB6612FNG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Motor_Driver_TB6612FNG-0.0.1.zip", + "archiveFileName": "Grove___Motor_Driver_TB6612FNG-0.0.1.zip", + "size": 22148, + "checksum": "SHA-256:c4e4d0f097a63b77161294c7765518897be4f74888b854bf5e8b16d786c3cb48" }, { - "name": "mDash", - "version": "1.0.11", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - 2-Channel Inductive Sensor LDC1612", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Seeed Inductive Sensor LDC1612.", + "paragraph": "Arduino library to control Seeed Inductive Sensor LDC1612.", + "website": "https://github.com/Seeed-Studio/Seeed_LDC1612", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.11.zip", - "archiveFileName": "mDash-1.0.11.zip", - "size": 91286, - "checksum": "SHA-256:99d34d482d0b7601254a710f21e8941f98b9bd78a59ab16f7e3940e8b0822942" + "repository": "https://github.com/Seeed-Studio/Seeed_LDC1612.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", + "archiveFileName": "Grove___2_Channel_Inductive_Sensor_LDC1612-1.0.0.zip", + "size": 15213, + "checksum": "SHA-256:fcefd5dd0285b51b3a0cbb7615e1fad29d23bc804026b917acaf66d3de82dcbb" }, { - "name": "mDash", - "version": "1.0.12", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - Capacitive Touch Slide Sensor CY8C40XX", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove_touch_sensor_CY8C40XX.", + "paragraph": "Arduino library to control Grove_touch_sensor_CY8C40XX.", + "website": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.12.zip", - "archiveFileName": "mDash-1.0.12.zip", - "size": 91280, - "checksum": "SHA-256:de0ce02960e0da17d7c1545f4e54b0d800d256a40283e9ff3605657b2be88380" + "repository": "https://github.com/Seeed-Studio/Grove_touch_sensor_CY8C40XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", + "archiveFileName": "Grove___Capacitive_Touch_Slide_Sensor_CY8C40XX-1.0.0.zip", + "size": 8467, + "checksum": "SHA-256:6e5ecd15d3259cf50e33a83bcb8ae68aa0877ed59a87a0bf2f1c7a9b65e62ecf" }, { - "name": "mDash", - "version": "1.0.13", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - I2C UV Sensor VEML6070", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove UV sensor VEML6070.", + "paragraph": "Arduino library to control Grove UV sensor VEML6070.", + "website": "https://github.com/Seeed-Studio/Seeed_VEML6070", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.13.zip", - "archiveFileName": "mDash-1.0.13.zip", - "size": 92241, - "checksum": "SHA-256:a42190f1253c07d52b966be56306eb3d8759ae3eb2e52cda128d9b69ec8b71ca" + "repository": "https://github.com/Seeed-Studio/Seeed_VEML6070.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", + "archiveFileName": "Grove___I2C_UV_Sensor_VEML6070-1.0.0.zip", + "size": 8010, + "checksum": "SHA-256:255133b5bea3966c75d3749c6da2e4ff1f1038890a5110b217a4a69339ee61e2" }, { - "name": "mDash", - "version": "1.0.16", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - Laser PM2.5 Sensor HM3301", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control PM2.5 sensor(HM3300).", + "paragraph": "Arduino library to control PM2.5 sensor(HM3300).", + "website": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301.git", "providesIncludes": [ - "mDash.h" + "Seeed_HM330X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.16.zip", - "archiveFileName": "mDash-1.0.16.zip", - "size": 92275, - "checksum": "SHA-256:5ee9973cd9f69f44df337ef72a93a0b8bd33e62f4c1687476678a7cb40622da0" + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", + "archiveFileName": "Grove___Laser_PM2_5_Sensor_HM3301-1.0.0.zip", + "size": 9081, + "checksum": "SHA-256:53f8401b6ef66b0df39f6635eb5007befb80e0d74768bd8c4e9f20d8c8a0c6c4" }, { - "name": "mDash", - "version": "1.0.17", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - Laser PM2.5 Sensor HM3301", + "version": "1.0.2", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control PM2.5 sensor(HM3300).", + "paragraph": "Arduino library to control PM2.5 sensor(HM3300).", + "website": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301.git", "providesIncludes": [ - "mDash.h" + "Seeed_HM330X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.17.zip", - "archiveFileName": "mDash-1.0.17.zip", - "size": 92715, - "checksum": "SHA-256:cf34d6c5112f6a27f2891639c99732041840174c56d31d31bb34ad5afa7b2049" + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___Laser_PM2_5_Sensor_HM3301-1.0.2.zip", + "archiveFileName": "Grove___Laser_PM2_5_Sensor_HM3301-1.0.2.zip", + "size": 9083, + "checksum": "SHA-256:4be3db8c11c9486dbf4eb16178ec476d544776b96564e71b10bbfad21c8098f6" }, { - "name": "mDash", - "version": "1.0.18", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Grove - I2C High Accuracy Temp_Humi Sensor SHT35", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Temperature sensor SHT35.", + "paragraph": "Arduino library to control Grove Temperature sensor SHT35.", + "website": "https://github.com/Seeed-Studio/Seeed_SHT35", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.18.zip", - "archiveFileName": "mDash-1.0.18.zip", - "size": 92073, - "checksum": "SHA-256:2f5927b80113576fded11d55d3b6f16892cd7b21287807ffc821cb202e362eaf" + "repository": "https://github.com/Seeed-Studio/Seeed_SHT35.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", + "archiveFileName": "Grove___I2C_High_Accuracy_Temp_Humi_Sensor_SHT35-1.0.0.zip", + "size": 9921, + "checksum": "SHA-256:4b13eab99d8a56f2f112f6e678bfd607c0cdb043ed138f35707c2644da163a68" }, { - "name": "mDash", - "version": "1.0.19", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", - "architectures": [ - "esp32" + "name": "Grove - I2C Thermocouple Amplifier MCP9600", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove Temperature sensor MCP9600.", + "paragraph": "Arduino library to control Grove Temperature sensor MCP9600.", + "website": "https://github.com/Seeed-Studio/Seeed_MCP9600", + "category": "Sensors", + "architectures": [ + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.19.zip", - "archiveFileName": "mDash-1.0.19.zip", - "size": 92057, - "checksum": "SHA-256:f3cdba766785423c2ff4b4ced3344e98bd319d3c6d2b66d0762bd886c8e79295" + "repository": "https://github.com/Seeed-Studio/Seeed_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", + "archiveFileName": "Grove___I2C_Thermocouple_Amplifier_MCP9600-1.0.0.zip", + "size": 13883, + "checksum": "SHA-256:8272f92116c03fe4eee93332e528f6f0c664a9ec29826a7a9ba6479f83cfc1d1" }, { - "name": "mDash", - "version": "1.0.21", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Seeed-PCA9685", + "version": "0.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library of 16-Channel Servo Driver", + "paragraph": "Arduino library of 16-Channel Servo Driver", + "website": "https://github.com/Seeed-Studio/Seeed_PCA9685", + "category": "Uncategorized", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.21.zip", - "archiveFileName": "mDash-1.0.21.zip", - "size": 91190, - "checksum": "SHA-256:f70816cbd425b2e016b6da2533ccd1aa0a3fd39c0e63274cb78b385e7e34ce52" + "repository": "https://github.com/Seeed-Studio/Seeed_PCA9685.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_PCA9685-0.0.1.zip", + "archiveFileName": "Seeed_PCA9685-0.0.1.zip", + "size": 21340, + "checksum": "SHA-256:be42f3217246ee6628b08f6b142384d3ee8b83ca00633b3ade84e854fc301c88" }, { - "name": "mDash", - "version": "1.0.22", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.3.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/doknet/esp_sds011", + "category": "Sensors", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.22.zip", - "archiveFileName": "mDash-1.0.22.zip", - "size": 91915, - "checksum": "SHA-256:e731f68556b5d9b1412fcacd51ca8c6f986fc063edb10e0eae2a2d34a81ac1a2" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.3.0.zip", + "archiveFileName": "esp_sds011-0.3.0.zip", + "size": 6823, + "checksum": "SHA-256:75553aba11da1f11c2513438f19671620dcd5218de74616f93c8769ad186f919" }, { - "name": "mDash", - "version": "1.0.23", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.4.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.23.zip", - "archiveFileName": "mDash-1.0.23.zip", - "size": 92364, - "checksum": "SHA-256:a57ab8224268e0ee176cc9ee526cf3b9d64a1e10262154ed48c7d526288c9584" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.4.1.zip", + "archiveFileName": "esp_sds011-0.4.1.zip", + "size": 9871, + "checksum": "SHA-256:172fef317af2f3af3c0c4b215dafa148f3de341d4f902ee82f28494586bfe562" }, { - "name": "mDash", - "version": "1.0.24", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.24.zip", - "archiveFileName": "mDash-1.0.24.zip", - "size": 92351, - "checksum": "SHA-256:ac22cda694ad93122481cc027dfb9e756724de7e27329d11edd0406068843de5" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.0.zip", + "archiveFileName": "esp_sds011-0.5.0.zip", + "size": 10871, + "checksum": "SHA-256:f7bb5ec5c6ea2bc0ba47901546302e6e1eaad519df13fe62d465d440abaf99f2" }, { - "name": "mDash", - "version": "1.0.25", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.5.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "paragraph": "The async mode for data collection relies on the EspSoftwareSerial library.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.25.zip", - "archiveFileName": "mDash-1.0.25.zip", - "size": 176931, - "checksum": "SHA-256:96adc6395b46b6772783429e28ae33e5afaecaf2063dd02d05da152904c5f1e5" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.5.2.zip", + "archiveFileName": "esp_sds011-0.5.2.zip", + "size": 10877, + "checksum": "SHA-256:4c72259010be0446b7d661b381e9f3e9bba9f55924cd07447280ee5bdeda8e63" }, { - "name": "mDash", - "version": "1.0.26", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.6.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.26.zip", - "archiveFileName": "mDash-1.0.26.zip", - "size": 177236, - "checksum": "SHA-256:e118e6633ce0340f5480fcb1b52fb108dcac26d7d6f69ca5f2c55e1285f897ee" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.6.0.zip", + "archiveFileName": "esp_sds011-0.6.0.zip", + "size": 10960, + "checksum": "SHA-256:bb66f3fff88105628fc1a6059cdba3b47f2aed6855a2dd00d2e2f99eca9bf09c" }, { - "name": "mDash", - "version": "1.0.27", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.6.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.27.zip", - "archiveFileName": "mDash-1.0.27.zip", - "size": 177724, - "checksum": "SHA-256:010b57010112eace91998ab28a15d97a550a1b30bc1d521e9a4a227834d2ee41" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.6.2.zip", + "archiveFileName": "esp_sds011-0.6.2.zip", + "size": 10942, + "checksum": "SHA-256:a32423c6a194b3cd3caa222a23391639afa3175ba3adfc3809150fe0198fa261" }, { - "name": "mDash", - "version": "1.0.28", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.7.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.28.zip", - "archiveFileName": "mDash-1.0.28.zip", - "size": 178872, - "checksum": "SHA-256:f7db19aa7c7b4d726adc9d473b31e0e846047ff8657393be3b4ee0686f7f4f0f" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.7.1.zip", + "archiveFileName": "esp_sds011-0.7.1.zip", + "size": 11025, + "checksum": "SHA-256:069cb220c651729c828c0f5e32d671d543643c46b185573047e49c01e542d242" }, { - "name": "mDash", - "version": "1.0.29", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.9.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.29.zip", - "archiveFileName": "mDash-1.0.29.zip", - "size": 181369, - "checksum": "SHA-256:a157e8ee95ad0046c632bf1c36ee2f5fa8fd9805fcd00e21bf71ef932fdb60bb" + "repository": "https://github.com/dok-net/esp_sds011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.9.0.zip", + "archiveFileName": "esp_sds011-0.9.0.zip", + "size": 11066, + "checksum": "SHA-256:8fb2e71cda0d870672c0b7e7e036d7a7cba5b29f897d57df73e8f3b330c205b7" }, { - "name": "mDash", - "version": "1.0.30", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.11.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.30.zip", - "archiveFileName": "mDash-1.0.30.zip", - "size": 182838, - "checksum": "SHA-256:c4a38d779165dcb276dc189949dc73097530ed768741a31d9c8c5c06e0bbef3e" + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.0.zip", + "archiveFileName": "esp_sds011-0.11.0.zip", + "size": 11117, + "checksum": "SHA-256:0ed9da99a4edd84bb921a8f9f4d259d8cb8f9ba20ec9824df9eba3bd3e799ecc" }, { - "name": "mDash", - "version": "1.0.31", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.11.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.31.zip", - "archiveFileName": "mDash-1.0.31.zip", - "size": 182810, - "checksum": "SHA-256:3251bf8a9a802289c0a569d85e86b432dc1668048de960a1ea6c1b2181a4d96b" + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.1.zip", + "archiveFileName": "esp_sds011-0.11.1.zip", + "size": 11205, + "checksum": "SHA-256:c164b7883d93fba40aa1614aa690059eacc8d5ced2a79e3d607a35cce53311ee" }, { - "name": "mDash", - "version": "1.0.32", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.11.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.32.zip", - "archiveFileName": "mDash-1.0.32.zip", - "size": 220767, - "checksum": "SHA-256:ffdee7266e58f9c82d710277a0d885f3d4fc2a3cbcb4d94604803828ed5cf1d9" + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.2.zip", + "archiveFileName": "esp_sds011-0.11.2.zip", + "size": 11208, + "checksum": "SHA-256:d4d96120d5d57d53d1cb25df18f4bedde815dfd94369d25c3fd7ed3ce1c95633" }, { - "name": "mDash", - "version": "1.0.33", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "0.11.3", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.33.zip", - "archiveFileName": "mDash-1.0.33.zip", - "size": 223275, - "checksum": "SHA-256:5184ddcfc93a9c1aba9f29bb07c08f038c4459692d04a5e5cfb025722531a8ec" + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-0.11.3.zip", + "archiveFileName": "esp_sds011-0.11.3.zip", + "size": 11239, + "checksum": "SHA-256:b622277b21ffbe69a7ea0624d2da5212fcee6f3eef9500c8eba226e51933e2b4" }, { - "name": "mDash", - "version": "1.0.34", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "1.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.34.zip", - "archiveFileName": "mDash-1.0.34.zip", - "size": 225974, - "checksum": "SHA-256:92e8cd15620680d8db88b10ba2666ee79f773811f3f5785fe0219696eabcfd02" + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-1.0.0.zip", + "archiveFileName": "esp_sds011-1.0.0.zip", + "size": 11244, + "checksum": "SHA-256:bddde331d997e776e36a4881734de1be281bd565097ac7329c203bcdb5b18a90" }, { - "name": "mDash", - "version": "1.0.36", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "1.0.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.36.zip", - "archiveFileName": "mDash-1.0.36.zip", - "size": 227793, - "checksum": "SHA-256:158fcadc95aa0bff7aa20262bd09534691a01dddff0339b4b8e93de215ed20cc" + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-1.0.1.zip", + "archiveFileName": "esp_sds011-1.0.1.zip", + "size": 11273, + "checksum": "SHA-256:265c3e76e78715c27bf118e5b2238b0b03850be097e050f2710ed60cb4499a53" }, { - "name": "mDash", - "version": "1.0.38", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "esp_sds011", + "version": "2.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for the SDS011 particulate matter sensor.", + "website": "https://github.com/dok-net/esp_sds011", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" + "repository": "https://github.com/dok-net/esp_sds011.git", + "dependencies": [ + { + "name": "EspSoftwareSerial", + "version": "\u003e=8.1.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.38.zip", - "archiveFileName": "mDash-1.0.38.zip", - "size": 237602, - "checksum": "SHA-256:7de9e4ddd3afe3ef502d15f5cd96c69d6475758e2c6c2d8d3365434698ba12af" + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/esp_sds011-2.2.0.zip", + "archiveFileName": "esp_sds011-2.2.0.zip", + "size": 11422, + "checksum": "SHA-256:bc5f5d682b7704738eb3471d92e76ef61c68a54a3e2d7f7f21f1ac7c9eb26dc7" }, { - "name": "mDash", - "version": "1.0.39", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.9", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.39.zip", - "archiveFileName": "mDash-1.0.39.zip", - "size": 237788, - "checksum": "SHA-256:f7811d02edc6642354cb03ba5201c4841c0b1208c6a6051db1b62404a9e831f4" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.9.zip", + "archiveFileName": "M5Stack_TreeView-0.2.9.zip", + "size": 34611, + "checksum": "SHA-256:e87995897c377c1aa78de4816760e57c7e252a26f12906edf7d0860ff800fbcb" }, { - "name": "mDash", - "version": "1.0.40", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.40.zip", - "archiveFileName": "mDash-1.0.40.zip", - "size": 239542, - "checksum": "SHA-256:4f0cfbbc8448bb088f0077eb15808574d0213a396b6ccbe1904f49c5fa8fc9ed" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.5.zip", + "archiveFileName": "M5Stack_TreeView-0.2.5.zip", + "size": 33382, + "checksum": "SHA-256:3c3d92bef499bc4c3453dd6476f126ca623b3acb5c6b5bb18ada5eb67ba9049f" }, { - "name": "mDash", - "version": "1.0.41", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.41.zip", - "archiveFileName": "mDash-1.0.41.zip", - "size": 241876, - "checksum": "SHA-256:54303c0a36fb595f1150b5f9f0740881dcaaa23035e7b0de7582860435908088" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.6.zip", + "archiveFileName": "M5Stack_TreeView-0.2.6.zip", + "size": 33607, + "checksum": "SHA-256:8e3cd3261dcff2bd655573f5f1442990f720d918a2c8810e92beaf603a30e1d2" }, { - "name": "mDash", - "version": "1.0.42", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.7", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.42.zip", - "archiveFileName": "mDash-1.0.42.zip", - "size": 267571, - "checksum": "SHA-256:0c8e08433243739f7490b4a191c840c974abfdec2e0ce98188545fc52a19868d" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.7.zip", + "archiveFileName": "M5Stack_TreeView-0.2.7.zip", + "size": 33659, + "checksum": "SHA-256:b04006f03d9ba8e0a6beb737505a9f5ebdcbd946af1eaeab4298e79468863de0" }, { - "name": "mDash", - "version": "1.0.43", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.8", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.43.zip", - "archiveFileName": "mDash-1.0.43.zip", - "size": 253911, - "checksum": "SHA-256:6028698ad12a2b4e62e65b7d139a07c3be35c82ad689ef8a390ee0db8570b66f" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.8.zip", + "archiveFileName": "M5Stack_TreeView-0.2.8.zip", + "size": 33677, + "checksum": "SHA-256:49d336f14a66337341b13447ca7322be835cb593c172cfd371b9751dbdd047e3" }, { - "name": "mDash", - "version": "1.0.44", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.11", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.44.zip", - "archiveFileName": "mDash-1.0.44.zip", - "size": 253004, - "checksum": "SHA-256:2017a3f3471a77749af830af6a5e4989bbeb8dda4ec65317552a43c97eb5b176" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.11.zip", + "archiveFileName": "M5Stack_TreeView-0.2.11.zip", + "size": 35006, + "checksum": "SHA-256:f81c588e42f239b6a4c960181e4348071686b92cbce23f63db38c797b87c1f3e" }, { - "name": "mDash", - "version": "1.0.45", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.12", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.45.zip", - "archiveFileName": "mDash-1.0.45.zip", - "size": 253005, - "checksum": "SHA-256:96eac5ff22968298e531e6bcc7b80427dfa8a168c53c0fe13b008c5909c314e1" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.12.zip", + "archiveFileName": "M5Stack_TreeView-0.2.12.zip", + "size": 35097, + "checksum": "SHA-256:5ffd85afcf1f568054a983c21c2f595ec824190e2e33e4592785dcfb1b408d0b" }, { - "name": "mDash", - "version": "1.0.46", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.13", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.46.zip", - "archiveFileName": "mDash-1.0.46.zip", - "size": 231355, - "checksum": "SHA-256:c0581b965299311b5b00b9ab8d8a62e48fead70cfb881f1cb3cdba2afffd4aed" + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_OnScreenKeyboard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.13.zip", + "archiveFileName": "M5Stack_TreeView-0.2.13.zip", + "size": 26431, + "checksum": "SHA-256:598aa3f87277428de7ae4874838e94aa95f9ebf15507d24e15073e24fa7c25ff" }, { - "name": "mDash", - "version": "1.0.47", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_TreeView", + "version": "0.2.14", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TreeView Menu UI for M5Stack", + "paragraph": "TreeView Menu UI", + "website": "https://github.com/lovyan03/M5Stack_TreeView", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_TreeView.git", "providesIncludes": [ - "mDash.h" + "M5TreeView.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.47.zip", - "archiveFileName": "mDash-1.0.47.zip", - "size": 227516, - "checksum": "SHA-256:75c555019c0d47af2c61f4426f6ab1dfc118e845cc2ff26211c057dda4bea086" + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_OnScreenKeyboard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_TreeView-0.2.14.zip", + "archiveFileName": "M5Stack_TreeView-0.2.14.zip", + "size": 26447, + "checksum": "SHA-256:9a700a85bde12145ecf198591ef0068626287f2afb78bc7f3278f8dfd77e0bf9" }, { - "name": "mDash", - "version": "1.0.48", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_OnScreenKeyboard", + "version": "0.3.1", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "OnScreenKeyboard for M5Stack", + "paragraph": "OnScreenKeyboard which can be operated with 3 button", + "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", "providesIncludes": [ - "mDash.h" + "M5OnScreenKeyboard.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.48.zip", - "archiveFileName": "mDash-1.0.48.zip", - "size": 227597, - "checksum": "SHA-256:9edda96796d061e3ac8f1fb3d8e0e213f4af38979accefda111eb3140281782c" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.1.zip", + "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.1.zip", + "size": 25541, + "checksum": "SHA-256:de1619e837be7b1fe2900c98549b6dabf84f2b778584e66dae3e2080a9edf696" }, { - "name": "mDash", - "version": "1.0.49", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_OnScreenKeyboard", + "version": "0.3.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "OnScreenKeyboard for M5Stack", + "paragraph": "OnScreenKeyboard which can be operated with 3 button", + "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", "providesIncludes": [ - "mDash.h" + "M5OnScreenKeyboard.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.49.zip", - "archiveFileName": "mDash-1.0.49.zip", - "size": 359665, - "checksum": "SHA-256:c56c3a42efe8e62df4b2bb87475fe662bfb75224b5f298e65961da3cc205769f" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.2.zip", + "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.2.zip", + "size": 25790, + "checksum": "SHA-256:6f3b49c20f82beb0d2b801c27668bab24d62ef82d7a7d0946af33fcd4a2bb34d" }, { - "name": "mDash", - "version": "1.1.0", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "M5Stack_OnScreenKeyboard", + "version": "0.3.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "OnScreenKeyboard for M5Stack", + "paragraph": "OnScreenKeyboard which can be operated with 3 button", + "website": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard", + "category": "Uncategorized", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/lovyan03/M5Stack_OnScreenKeyboard.git", "providesIncludes": [ - "mDash.h" + "M5OnScreenKeyboard.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.0.zip", - "archiveFileName": "mDash-1.1.0.zip", - "size": 359541, - "checksum": "SHA-256:641b34e883846d03eca4b4f962fbaad928ac414c2f45cf427bf217b0b8905466" + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/M5Stack_OnScreenKeyboard-0.3.4.zip", + "archiveFileName": "M5Stack_OnScreenKeyboard-0.3.4.zip", + "size": 27432, + "checksum": "SHA-256:f9f660d00fc212f3b1ba10ff1d59fbad5e4726224771f5f0a478ec7b700daa36" }, { - "name": "mDash", - "version": "1.1.2", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "fishyDIYdevices", + "version": "0.1.0", + "author": "Stephen Fisher", + "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", + "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", + "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", + "website": "https://github.com/sefisher/fishyDIYdevices", "category": "Communication", "architectures": [ - "esp32", "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/sefisher/fishyDIYdevices.git", "providesIncludes": [ - "mDash.h" + "fishyDevices.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.2.zip", - "archiveFileName": "mDash-1.1.2.zip", - "size": 351446, - "checksum": "SHA-256:488f00fc0ed8cb1da28ca986a9e2690e40dd64b3dab11f31e4a7b887d1d9d61c" + "url": "https://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-0.1.0.zip", + "archiveFileName": "fishyDIYdevices-0.1.0.zip", + "size": 70246, + "checksum": "SHA-256:b6cf7e71a4bc459f8e8811c85b1d0384e38b06a12eab2d170dff54df78f5db9b" }, { - "name": "mDash", - "version": "1.1.3", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "fishyDIYdevices", + "version": "1.0.0", + "author": "Stephen Fisher", + "maintainer": "Stephen Fisher \u003cstephen.e.fisher@gmail.com\u003e", + "sentence": "A library to simplify creating, operating, and using your DIY Internet of Things devices using NodeMCU (ESP8266) devices.", + "paragraph": "Includes voice controls using Alexa (Amazon Echo). Provides WIFI configuration, wireless software updates, integrated control of all devices on your network, and instant control of your devices through websockets.", + "website": "https://github.com/sefisher/fishyDIYdevices", "category": "Communication", "architectures": [ - "esp32", "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", + "repository": "https://github.com/sefisher/fishyDIYdevices.git", "providesIncludes": [ - "mDash.h" + "fishyDevices.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.3.zip", - "archiveFileName": "mDash-1.1.3.zip", - "size": 347891, - "checksum": "SHA-256:cac63ff68de12f2ea881fc80ce1f3a1d19e2be1845cff4cbfb05a2250c9a6ed6" + "url": "https://downloads.arduino.cc/libraries/github.com/sefisher/fishyDIYdevices-1.0.0.zip", + "archiveFileName": "fishyDIYdevices-1.0.0.zip", + "size": 737981, + "checksum": "SHA-256:f9ebc3307853703ef010578c280a8eed6feb1f2e033e47863c6cd1050a3709ce" }, { - "name": "mDash", - "version": "1.1.5", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Dynamixel", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for Dynamixel", + "paragraph": "Arduino library for Dynamixel", + "website": "https://github.com/hideakitai", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.5.zip", - "archiveFileName": "mDash-1.1.5.zip", - "size": 351327, - "checksum": "SHA-256:06abb542d3a9713f242f57593f74a19fcc3b9d42089a9c82af80998475c0299e" + "repository": "https://github.com/hideakitai/Dynamixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Dynamixel-0.1.0.zip", + "archiveFileName": "Dynamixel-0.1.0.zip", + "size": 54406, + "checksum": "SHA-256:c8dfa75cbccdcb78ebccefceb7f14c39e595aa6f1f3102f53c7e2ff4b1088c19" }, { - "name": "mDash", - "version": "1.1.7", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "Dynamixel", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for Dynamixel", + "paragraph": "Arduino library for Dynamixel", + "website": "https://github.com/hideakitai/Dynamixel", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.7.zip", - "archiveFileName": "mDash-1.1.7.zip", - "size": 353287, - "checksum": "SHA-256:80d241aa67709ff24220f18f7be1e0670d175c7c8a644e506584ae46c55d0d3b" + "repository": "https://github.com/hideakitai/Dynamixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Dynamixel-0.2.0.zip", + "archiveFileName": "Dynamixel-0.2.0.zip", + "size": 89847, + "checksum": "SHA-256:53f5e23ac483c32cdac9c2833421273a29db22fbd62950368435ed8cbe1a5acf" }, { - "name": "mDash", - "version": "1.1.8", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "TinyFontRenderer", + "version": "1.0.0", + "author": "Darrek Kay", + "maintainer": "Darrek Kay \u003cdlkay0@gmail.com\u003e", + "sentence": "A library which renders TinyFonts derived from Truetype fonts", + "paragraph": "Use the Tiny Font Tool GUI (http://informatix.miloush.net/microframework/Utilities/TinyFontTool.aspx) to translate Truetype fonts into Tiny Fonts for your embedded project.", + "website": "https://github.com/dlkay0/TinyFontRenderer", + "category": "Display", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.8.zip", - "archiveFileName": "mDash-1.1.8.zip", - "size": 356342, - "checksum": "SHA-256:0122334627b5361d9a1ad5804648d20b6e0f7074bc0bc83a7b76203e729acee1" + "repository": "https://github.com/dlkay0/TinyFontRenderer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dlkay0/TinyFontRenderer-1.0.0.zip", + "archiveFileName": "TinyFontRenderer-1.0.0.zip", + "size": 23813, + "checksum": "SHA-256:32c2809b47693ddad6e65b1e67680dfa102a3015aebade4d79628d53b8cd7e5e" }, { - "name": "mDash", - "version": "1.1.10", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "SpresenseNeoPixel", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "NeoPixel library for SPRESENSE (Arduino)", + "paragraph": "NeoPixel library for SPRESENSE (Arduino)", + "website": "https://github.com/hideakitai", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.10.zip", - "archiveFileName": "mDash-1.1.10.zip", - "size": 347341, - "checksum": "SHA-256:9b459058ea36ab047ed6629d3b136247f74b061ab864050c8456b50971bd0230" + "repository": "https://github.com/hideakitai/SpresenseNeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SpresenseNeoPixel-0.1.0.zip", + "archiveFileName": "SpresenseNeoPixel-0.1.0.zip", + "size": 4155, + "checksum": "SHA-256:daa950f1d99b65e4c790cd6725a356802ffeaa48074dc8a4b7ab9c7ad7d0dbf4" }, { - "name": "mDash", - "version": "1.1.11", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", - "category": "Communication", + "name": "SpresenseNeoPixel", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "NeoPixel library for SPRESENSE (Arduino)", + "paragraph": "NeoPixel library for SPRESENSE (Arduino)", + "website": "https://github.com/hideakitai", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.11.zip", - "archiveFileName": "mDash-1.1.11.zip", - "size": 347341, - "checksum": "SHA-256:213777b1bb96ae55de50efbbc3a43b0ded2a4d24408953c25ffd2059f6f589f0" + "repository": "https://github.com/hideakitai/SpresenseNeoPixel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SpresenseNeoPixel-0.1.1.zip", + "archiveFileName": "SpresenseNeoPixel-0.1.1.zip", + "size": 4422, + "checksum": "SHA-256:d160553e9ea9806cbac941a2dded2017a543b46380933e5089f73e637bdf1483" }, { - "name": "mDash", - "version": "1.2.0", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.0.zip", - "archiveFileName": "mDash-1.2.0.zip", - "size": 325156, - "checksum": "SHA-256:3065e270db96a1bd5eb5f15b3245562c9ecd270b0cfd51f03213a1f0ab993231" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.0.zip", + "archiveFileName": "ArtNet-0.1.0.zip", + "size": 13432, + "checksum": "SHA-256:271b563072604eabafcc0f66aea16050a7619b6e87154e36cc880dbae47818d3" }, { - "name": "mDash", - "version": "1.2.1", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.1.zip", - "archiveFileName": "mDash-1.2.1.zip", - "size": 329361, - "checksum": "SHA-256:9265d38ac21d8527a2eb89f0d02c78efb1195c6e9815e47f0eadc4382388c4be" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.1.zip", + "archiveFileName": "ArtNet-0.1.1.zip", + "size": 23623, + "checksum": "SHA-256:be96aeef5bbc2a94799faaef64ca9299b126cc4965ad32460fc45daa9e9e687d" }, { - "name": "mDash", - "version": "1.2.2", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.2.zip", - "archiveFileName": "mDash-1.2.2.zip", - "size": 331927, - "checksum": "SHA-256:8bffdc9c15ddf87fa7d71814d8bc90663ebedb21e448f475a2c583701f039cd4" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.2.zip", + "archiveFileName": "ArtNet-0.1.2.zip", + "size": 22679, + "checksum": "SHA-256:fff94a8da7786bf2655bf08aeaf75afa8fa616457c13c2c5fcbded96f67514ee" }, { - "name": "mDash", - "version": "1.2.3", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.3.zip", - "archiveFileName": "mDash-1.2.3.zip", - "size": 339952, - "checksum": "SHA-256:ebbc18e86000cbfe8855cdef1fa676c429223886c3febec630122f9698ac9f9e" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.3.zip", + "archiveFileName": "ArtNet-0.1.3.zip", + "size": 22790, + "checksum": "SHA-256:8e8349098cb0f0beebf924f0b938817410a919af2ba8636f64681fbec362e926" }, { - "name": "mDash", - "version": "1.2.4", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.4.zip", - "archiveFileName": "mDash-1.2.4.zip", - "size": 353415, - "checksum": "SHA-256:aeadf813641a11baba7a9657b207fb228211fe9f6dc7bbfdb005116eec93da28" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.4.zip", + "archiveFileName": "ArtNet-0.1.4.zip", + "size": 22807, + "checksum": "SHA-256:4e3ab4821da5100ca1618e3c642b51a221c18d12f6c25ee97f28e871bbc8ed36" }, { - "name": "mDash", - "version": "1.2.5", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.5.zip", - "archiveFileName": "mDash-1.2.5.zip", - "size": 356262, - "checksum": "SHA-256:ddfe0cbd1623420563c1b713b728d2bac99cf09ca5157ccd9b2c46fbc326a21d" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.5.zip", + "archiveFileName": "ArtNet-0.1.5.zip", + "size": 22927, + "checksum": "SHA-256:3e2c5f8c42c14669925f6d3607ef4be8f95309dfbe49b07ccdc21573c64252e7" }, { - "name": "mDash", - "version": "1.2.6", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.6.zip", - "archiveFileName": "mDash-1.2.6.zip", - "size": 356579, - "checksum": "SHA-256:37a008372528523fe7701b7e41b0d52ecea16c9f9499ca664a20019d8a74d3a8" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.6.zip", + "archiveFileName": "ArtNet-0.1.6.zip", + "size": 39942, + "checksum": "SHA-256:7a9f44698a6ab2375888fb78ebb38adab7714f81743d2769c0e22b2cad226d92" }, { - "name": "mDash", - "version": "1.2.7", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.7.zip", - "archiveFileName": "mDash-1.2.7.zip", - "size": 356584, - "checksum": "SHA-256:eaebae9f804be1533c2f3786b2fa0ddbcfc70091fa737a55acc80866db9fd186" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.7.zip", + "archiveFileName": "ArtNet-0.1.7.zip", + "size": 40023, + "checksum": "SHA-256:49541fceb296f9e3b63502fb8a2028d2af9d120afbfbedff974b0483598e0bac" }, { - "name": "mDash", - "version": "1.2.8", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.8.zip", - "archiveFileName": "mDash-1.2.8.zip", - "size": 357251, - "checksum": "SHA-256:cb32c550598226e6303a78774fdde3442f6e3a69ae20d70a9d6f9ed08f656ebb" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.8.zip", + "archiveFileName": "ArtNet-0.1.8.zip", + "size": 40113, + "checksum": "SHA-256:189974f66886dcbaf20ed5f08f347918902ec182ca111253ca5c2e03cdb1677e" }, { - "name": "mDash", - "version": "1.2.9", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.9.zip", - "archiveFileName": "mDash-1.2.9.zip", - "size": 362356, - "checksum": "SHA-256:da271b245e4823448ca1aa5b9a533451c2e6bfdfc3ed1f1ffb62ab876c676cdc" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.9.zip", + "archiveFileName": "ArtNet-0.1.9.zip", + "size": 40349, + "checksum": "SHA-256:76d244012b91b6a97b69dd279e7aa5835de56899a438f34d768dd5ebbf5b1e05" }, { - "name": "mDash", - "version": "1.2.10", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.10.zip", - "archiveFileName": "mDash-1.2.10.zip", - "size": 362243, - "checksum": "SHA-256:18111a4279dcf206b641305d7b466cc5192c60f8055a9ea5ee19f11437fe6d39" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.10.zip", + "archiveFileName": "ArtNet-0.1.10.zip", + "size": 53510, + "checksum": "SHA-256:58de4826978f3b6da809ae0416f93e5cd55ceb827293186c9ef983d43cb3be7a" }, { - "name": "mDash", - "version": "1.2.11", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.11.zip", - "archiveFileName": "mDash-1.2.11.zip", - "size": 551707, - "checksum": "SHA-256:faa2397ba34bf4bc08ddc282bba7cc486d3def9d713ceaa78a91686358bc7b10" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.1.11.zip", + "archiveFileName": "ArtNet-0.1.11.zip", + "size": 54117, + "checksum": "SHA-256:b7475d8f66139bcd7b4c8d00a547db624c6a30d0ff279b3973d995021175c221" }, { - "name": "mDash", - "version": "1.2.12", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.12.zip", - "archiveFileName": "mDash-1.2.12.zip", - "size": 538374, - "checksum": "SHA-256:e06afead88aae946cc2dd23306907805629b24a82cb470cf3b0bf57589ab21a0" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.0.zip", + "archiveFileName": "ArtNet-0.2.0.zip", + "size": 56566, + "checksum": "SHA-256:75de592a7ff63c767133a526a4b80a40ef46cb8f0b7a7fa5326d41b13ec6dd45" }, { - "name": "mDash", - "version": "1.2.13", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", - "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", - "website": "https://github.com/cesanta/mDash", + "name": "ArtNet", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mDash.git", - "providesIncludes": [ - "mDash.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.13.zip", - "archiveFileName": "mDash-1.2.13.zip", - "size": 538492, - "checksum": "SHA-256:872c3f14775ce6e4bf8e55741696e11cfab73b1acad5fb22c699f87b9aa12631" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.1.zip", + "archiveFileName": "ArtNet-0.2.1.zip", + "size": 56566, + "checksum": "SHA-256:8f74aa121baa8279d0a5cb448ca64cb1db511b86763193602f3406b5514566fc" }, { - "name": "LiquidCrystal", - "version": "1.0.0", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "ArtNet", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.0.zip", - "archiveFileName": "LiquidCrystal-1.0.0.zip", - "size": 18994, - "checksum": "SHA-256:b2702650b965dc5a18330560077f5fb85cea2455dfdcc8a03c2080878c384058" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.2.zip", + "archiveFileName": "ArtNet-0.2.2.zip", + "size": 56744, + "checksum": "SHA-256:5cebdbc5d8cb49c420e306727f15ec49fa2c86dcda6fdff074dc6897ff757b9a" }, { - "name": "LiquidCrystal", - "version": "1.0.1", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "ArtNet", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.1.zip", - "archiveFileName": "LiquidCrystal-1.0.1.zip", - "size": 18989, - "checksum": "SHA-256:b060fec7e801c55624df55011e8663c922cbda2b85d0a4003f11c3dc2e015f43" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.3.zip", + "archiveFileName": "ArtNet-0.2.3.zip", + "size": 56739, + "checksum": "SHA-256:d7e1eb922e900febe2b8251a1e4c92dd23076b1869fc966ed83b3928b2f69c2e" }, { - "name": "LiquidCrystal", - "version": "1.0.2", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "ArtNet", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.2.zip", - "archiveFileName": "LiquidCrystal-1.0.2.zip", - "size": 19068, - "checksum": "SHA-256:8b43d7492228318a894012296449b2dc168c6db068b44e6a09ec9b616ddb0735" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.4.zip", + "archiveFileName": "ArtNet-0.2.4.zip", + "size": 56782, + "checksum": "SHA-256:505b371a4d33c5a3775c7add1bb5acb7767417db455c6b1569ed9ce2fa48657c" }, { - "name": "LiquidCrystal", - "version": "1.0.3", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "ArtNet", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.3.zip", - "archiveFileName": "LiquidCrystal-1.0.3.zip", - "size": 19060, - "checksum": "SHA-256:2a25d6e9093f645356cc5fe89c8c9a832093665f11b7e1b5921ad6e678c86643" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.5.zip", + "archiveFileName": "ArtNet-0.2.5.zip", + "size": 56721, + "checksum": "SHA-256:d692bab6c7bdca486092377cc303a6a20446a27c4f8704c7721ab04faceb9023" }, { - "name": "LiquidCrystal", - "version": "1.0.4", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", - "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "ArtNet", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.4.zip", - "archiveFileName": "LiquidCrystal-1.0.4.zip", - "size": 19095, - "checksum": "SHA-256:eae3cdcd6fd0117413a11d4a1b332bd5bd633cc6f00b0ce4d9dd6f2e3d397e14" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.6.zip", + "archiveFileName": "ArtNet-0.2.6.zip", + "size": 57523, + "checksum": "SHA-256:5f9241c0658084c01a35fdd223a318cd147c972821bdf5885514a723696de885" }, { - "name": "LiquidCrystal", - "version": "1.0.6", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", - "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "ArtNet", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.6.zip", - "archiveFileName": "LiquidCrystal-1.0.6.zip", - "size": 19942, - "checksum": "SHA-256:7427f8de266f0d6a741356d21e7072e9b62835f2b6948ebab7c63a960c48433b" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.7.zip", + "archiveFileName": "ArtNet-0.2.7.zip", + "size": 57534, + "checksum": "SHA-256:11fe553f3b63b8fe93dc4e9cf87ba82bd6d12cbbcb29acdc9f406c3a27412206" }, { - "name": "LiquidCrystal", - "version": "1.0.7", - "author": "Arduino, Adafruit", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", - "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", - "category": "Display", + "name": "ArtNet", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.7.zip", - "archiveFileName": "LiquidCrystal-1.0.7.zip", - "size": 19947, - "checksum": "SHA-256:f7b14c42afbbdcfbe66073e6ef1e4cbaa03f5d11f52f9ab91c916b6ccac38434" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.8.zip", + "archiveFileName": "ArtNet-0.2.8.zip", + "size": 59957, + "checksum": "SHA-256:1ab95d57f1445270f1e72174be499274055d5fe94cbd54959672096f392e582b" }, { - "name": "GSM", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "https://www.arduino.cc/en/Reference/GSM", + "name": "ArtNet", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.0.zip", - "archiveFileName": "GSM-1.0.0.zip", - "size": 132583, - "checksum": "SHA-256:9598ab9a3c0c08aa494e69f73d760204a52b461e1b213b496f1ee3a941ecd6ed" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.9.zip", + "archiveFileName": "ArtNet-0.2.9.zip", + "size": 59967, + "checksum": "SHA-256:7343499dc71dcb081d5d1e5584bdbac9b61cebf60c344903719b489c88aa8d78" }, { - "name": "GSM", - "version": "1.0.1", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "https://www.arduino.cc/en/Reference/GSM", + "name": "ArtNet", + "version": "0.2.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.1.zip", - "archiveFileName": "GSM-1.0.1.zip", - "size": 132583, - "checksum": "SHA-256:33fdacf2190901499210ff249ca5a4cdd1a34053c6b7030a074f17b1e7f98993" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.10.zip", + "archiveFileName": "ArtNet-0.2.10.zip", + "size": 60119, + "checksum": "SHA-256:b57053d093890a7137c6137d401df7aa11281d82060665afad592727fa967f8d" }, { - "name": "GSM", - "version": "1.0.2", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "https://www.arduino.cc/en/Reference/GSM", + "name": "ArtNet", + "version": "0.2.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.2.zip", - "archiveFileName": "GSM-1.0.2.zip", - "size": 151947, - "checksum": "SHA-256:6ed6f7b63a52b6e7a30bbb4ff07746fbd564f694f2fa39a21036ce119dd6790d" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.11.zip", + "archiveFileName": "ArtNet-0.2.11.zip", + "size": 60356, + "checksum": "SHA-256:b397136b84c4c13ccdee588fd2fae49436f1b129f5b768203c68b9bd0224c3d4" }, { - "name": "GSM", - "version": "1.0.3", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "https://www.arduino.cc/en/Reference/GSM", + "name": "ArtNet", + "version": "0.2.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.3.zip", - "archiveFileName": "GSM-1.0.3.zip", - "size": 151987, - "checksum": "SHA-256:ce8764432efe430a7862c7e18d2c41cd2ea8a72fcb9f0a3ef23b36ec84cc167d" + "repository": "https://github.com/hideakitai/ArtNet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.2.12.zip", + "archiveFileName": "ArtNet-0.2.12.zip", + "size": 60473, + "checksum": "SHA-256:100eae12d3c517eff697975781c373d9c6768406908ca926dd2b0a02f81916bf" }, { - "name": "GSM", - "version": "1.0.4", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "https://www.arduino.cc/en/Reference/GSM", + "name": "ArtNet", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "paragraph": "Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)", + "website": "https://github.com/hideakitai/ArtNet", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.4.zip", - "archiveFileName": "GSM-1.0.4.zip", - "size": 152028, - "checksum": "SHA-256:7842706d5dbfab9f0159054e49cbdd5c22fa11311d241bd252fd0787a967cb8f" + "repository": "https://github.com/hideakitai/ArtNet.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxTypeTraits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArtNet-0.3.0.zip", + "archiveFileName": "ArtNet-0.3.0.zip", + "size": 41080, + "checksum": "SHA-256:be1dd0a1e2f2b97428a808b96fc6d3a2b79817e91f7581e1376219b5021775dd" }, { - "name": "GSM", - "version": "1.0.5", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "https://www.arduino.cc/en/Reference/GSM", + "name": "Esp32WifiManager", + "version": "0.5.4", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Simple Packet Coms for Esp32.", + "paragraph": "This Arduino library supports Simple Packet Coms for Esp32", + "website": "https://github.com/madhephaestus/EspWii", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.5.zip", - "archiveFileName": "GSM-1.0.5.zip", - "size": 151940, - "checksum": "SHA-256:3fbbb7b903b5efb4fc61c823754ab31a4e6c2349e721439cafefaa9bd7dbf549" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.5.4.zip", + "archiveFileName": "Esp32WifiManager-0.5.4.zip", + "size": 19056, + "checksum": "SHA-256:f3f0553a98cdb4119de426200a5810c71bd3778d6e0b87b9053076e2da2f8aaf" }, { - "name": "GSM", - "version": "1.0.6", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield.", - "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", - "website": "https://www.arduino.cc/en/Reference/GSM", + "name": "Esp32WifiManager", + "version": "0.6.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/GSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.6.zip", - "archiveFileName": "GSM-1.0.6.zip", - "size": 151923, - "checksum": "SHA-256:716920a84715d8cde6997e676174eb088e0855395065de9c7239d18e92cfceb1" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.0.zip", + "archiveFileName": "Esp32WifiManager-0.6.0.zip", + "size": 18796, + "checksum": "SHA-256:4f0ecd900f018f61554844ecd71865e564c803abda031638a012d97f43e15556" }, { - "name": "PhysicsLabFirmware", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Firmware for the Physics Lab kit.", - "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", - "website": "https://github.com/arduino/PhysicsLabFirmware", + "name": "Esp32WifiManager", + "version": "0.6.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/PhysicsLabFirmware.git", + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", "providesIncludes": [ - "PhysicsLabFirmware.h" + "Esp32WifiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/PhysicsLabFirmware-1.0.0.zip", - "archiveFileName": "PhysicsLabFirmware-1.0.0.zip", - "size": 8188, - "checksum": "SHA-256:c81f39e076d9a4fcd54d6c270a1a6538e1f5eafc3d1a0bb3fc5356aee2c25222" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.1.zip", + "archiveFileName": "Esp32WifiManager-0.6.1.zip", + "size": 19053, + "checksum": "SHA-256:958f1609dd3ed5e562798c9b9d5636dfd9d984b54605187c16e81f55710cd144" }, { - "name": "CTC GO CORE", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", + "name": "Esp32WifiManager", + "version": "0.6.2", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.0.0.zip", - "archiveFileName": "CTC_GO_CORE-1.0.0.zip", - "size": 63660, - "checksum": "SHA-256:f1fc71d934ac10871f635f8cd16083656bf95e48625b4ad312fe0838ec153d46" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.2.zip", + "archiveFileName": "Esp32WifiManager-0.6.2.zip", + "size": 19061, + "checksum": "SHA-256:443b6a52833802c1fdd8fdc10cf951365818a1fdb59e88e846b8748d2c1994bf" }, { - "name": "CTC GO CORE", - "version": "1.1.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", + "name": "Esp32WifiManager", + "version": "0.6.3", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.1.0.zip", - "archiveFileName": "CTC_GO_CORE-1.1.0.zip", - "size": 63159, - "checksum": "SHA-256:6872baac118f7408e66fb4690ea4fc4aaa1499c57e6ac7a6ca5c26f628713ae5" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.6.3.zip", + "archiveFileName": "Esp32WifiManager-0.6.3.zip", + "size": 19057, + "checksum": "SHA-256:d74e6958fde2c3c78740d1a2c453205e790404cb0f6802cecf9fb430d52dfe24" }, { - "name": "CTC GO CORE", - "version": "1.2.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", + "name": "Esp32WifiManager", + "version": "0.7.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.2.0.zip", - "archiveFileName": "CTC_GO_CORE-1.2.0.zip", - "size": 62089, - "checksum": "SHA-256:536b33d10cbc6632e457c655e3a7765ab41d18b4d09cc75bea5eec8a4aeeaf40" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.0.zip", + "archiveFileName": "Esp32WifiManager-0.7.0.zip", + "size": 19198, + "checksum": "SHA-256:d8a2d0ea748938e2ba1eeaa4c7484afd5a0d6c164f863517c3629174a281cd0e" }, { - "name": "CTC GO CORE", - "version": "1.3.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", + "name": "Esp32WifiManager", + "version": "0.7.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.3.0.zip", - "archiveFileName": "CTC_GO_CORE-1.3.0.zip", - "size": 62089, - "checksum": "SHA-256:72b0f3f67a98d4792b80118878ceaf33a289e4b02ca52f3e8527f9c77cb8b8f3" - }, - { - "name": "CTC GO CORE", - "version": "1.4.0", - "author": "Arduino", - "maintainer": "Lenard \u003clenard@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", - "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", - "category": "Other", - "architectures": [ - "*" - ], - "types": [ - "Arduino" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" ], - "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.4.0.zip", - "archiveFileName": "CTC_GO_CORE-1.4.0.zip", - "size": 62097, - "checksum": "SHA-256:4aaa85f3e9cfcc0c86336adbfd532cf3a6f473968af5fa83b75b57536f142810" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.1.zip", + "archiveFileName": "Esp32WifiManager-0.7.1.zip", + "size": 19232, + "checksum": "SHA-256:eec69a294f68a5482476cc4070331c1dfbaaafd4b7b6c09b57a6a9e8ef140c22" }, { - "name": "Arduino_MKRGPS", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the location from the GPS on your MKR GPS shield.", - "website": "http://github.com/arduino-libraries/Arduino_MKRGPS", - "category": "Sensors", + "name": "Esp32WifiManager", + "version": "0.7.2", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRGPS.git", + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", "providesIncludes": [ - "Arduino_MKRGPS.h" + "Esp32WifiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRGPS-1.0.0.zip", - "archiveFileName": "Arduino_MKRGPS-1.0.0.zip", - "size": 18836, - "checksum": "SHA-256:ef3ba6a4b97a81a1d1ae10747bbb440ab3e001af4fd942dfc61e51a09e402f88" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.2.zip", + "archiveFileName": "Esp32WifiManager-0.7.2.zip", + "size": 20603, + "checksum": "SHA-256:7ad911ec53780316b68448ed46a43544fd4faebd837cf0041edd5581f81a9b87" }, { - "name": "FixedPoint_LUT", - "version": "1.0.0", - "author": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", - "maintainer": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", - "sentence": "Use FixedPoint_LUT to replace highly runtime intensive calculation times", - "paragraph": "FixedPoint_LUT uses LUTs to search for values in an array and make simple calculations rather then calculate complex mathematical functions", - "website": "https://github.com/Pantastisch/FixedPoint_LUT", - "category": "Data Processing", + "name": "Esp32WifiManager", + "version": "0.7.3", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Pantastisch/FixedPoint_LUT.git", + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", "providesIncludes": [ - "LUT.h" + "Esp32WifiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Pantastisch/FixedPoint_LUT-1.0.0.zip", - "archiveFileName": "FixedPoint_LUT-1.0.0.zip", - "size": 18516, - "checksum": "SHA-256:4572eb8e4889518d180123c3935b19b2965c8c7dff4506f5a830894889a07a99" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.3.zip", + "archiveFileName": "Esp32WifiManager-0.7.3.zip", + "size": 20847, + "checksum": "SHA-256:c5f11c57d1c232aa2072e5a6913109c6153a247f97a76aad70239f19d08a9044" }, { - "name": "toneAC", - "version": "1.5.0", - "author": "Tim Eckel \u003ctim@leethost.com\u003e", - "maintainer": "Tim Eckel \u003ctim@leethost.com\u003e", - "sentence": "Replacement to the standard tone library with many advantages", - "paragraph": "Replacement to the standard tone library with many advantages", - "website": "https://github.com/teckel12/arduino-toneac", - "category": "Signal Input/Output", + "name": "Esp32WifiManager", + "version": "0.7.4", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/teckel12/arduino-toneac.git", + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", "providesIncludes": [ - "toneAC.h" + "Esp32WifiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/teckel12/toneAC-1.5.0.zip", - "archiveFileName": "toneAC-1.5.0.zip", - "size": 12112, - "checksum": "SHA-256:9c001b29ad3fe6551611dfd4f30dca51f92debd61fd9428a8e5230395c92b74b" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.4.zip", + "archiveFileName": "Esp32WifiManager-0.7.4.zip", + "size": 21013, + "checksum": "SHA-256:c7b5bc9b0c43aa8bde8c0106bfdbaf22b51045c6fd5facf72cb11379309d0ba2" }, { - "name": "WarmCat6x14backpack", - "version": "0.9.0", - "author": "WarmCatUK", - "maintainer": "WarmCatUK \u003cwaynekjones@gmail.com\u003e", - "sentence": "Library for the WarmCat i2c 6x14 segment alphanumeric display backpack", - "paragraph": "Install this library to interface with WarmCat's 6 digit alphanumeric backpacks", - "website": "https://github.com/WarmCatUK/WarmCat6x14backpack", - "category": "Display", + "name": "Esp32WifiManager", + "version": "0.7.5", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WarmCatUK/WarmCat_6x14Backpack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WarmCatUK/WarmCat6x14backpack-0.9.0.zip", - "archiveFileName": "WarmCat6x14backpack-0.9.0.zip", - "size": 6305, - "checksum": "SHA-256:470909759ad8ef8090c7d6d97eb5c8d315b9801d765ef0bcf578247cf891fc44" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.7.5.zip", + "archiveFileName": "Esp32WifiManager-0.7.5.zip", + "size": 21084, + "checksum": "SHA-256:9b00cdf09c1c14ca92f3934343a636993259d54e780f7d6e5910cfcefefd1792" }, { - "name": "WarmCat6x14backpack", - "version": "0.9.3", - "author": "WarmCatUK", - "maintainer": "WarmCatUK \u003cwaynekjones@gmail.com\u003e", - "sentence": "Library for the WarmCat i2c 6x14 segment alphanumeric display backpack", - "paragraph": "Install this library to interface with WarmCat's 6 digit alphanumeric backpacks", - "website": "https://github.com/WarmCatUK/WarmCat_6x14Backpack", - "category": "Display", + "name": "Esp32WifiManager", + "version": "0.8.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WarmCatUK/WarmCat_6x14Backpack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WarmCatUK/WarmCat6x14backpack-0.9.3.zip", - "archiveFileName": "WarmCat6x14backpack-0.9.3.zip", - "size": 6629, - "checksum": "SHA-256:8d62079bf0d5b274c9e3bb80bd6114954fd7c65979b2eee68e4830e30cd503da" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.0.zip", + "archiveFileName": "Esp32WifiManager-0.8.0.zip", + "size": 21304, + "checksum": "SHA-256:7cc1535a4af50f1e9d25c131e3e3eb78d850af1618b615b4488398d0eb642d2b" }, { - "name": "Computherm RF Library", - "version": "0.1.0", - "author": "Denxhun", - "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", - "sentence": "Arduino library for Computherm Q8RF thermostat.", - "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", - "website": "https://github.com/denxhun/ComputhermRF", - "category": "Signal Input/Output", + "name": "Esp32WifiManager", + "version": "0.8.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/denxhun/ComputhermRF.git", - "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.0.zip", - "archiveFileName": "Computherm_RF_Library-0.1.0.zip", - "size": 6685, - "checksum": "SHA-256:c7f43323f319d6064654ebae0e5ac254a968106234152857be333e2ca9928712" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.8.1.zip", + "archiveFileName": "Esp32WifiManager-0.8.1.zip", + "size": 21571, + "checksum": "SHA-256:86197287ab9e2bf133961f0b98b183c802fce41ae626d4f59c886296ebde6b77" }, { - "name": "Computherm RF Library", - "version": "0.1.2", - "author": "Denxhun", - "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", - "sentence": "Arduino library for Computherm Q8RF thermostat.", - "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", - "website": "https://github.com/denxhun/ComputhermRF", - "category": "Signal Input/Output", + "name": "Esp32WifiManager", + "version": "0.9.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/denxhun/ComputhermRF.git", - "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.2.zip", - "archiveFileName": "Computherm_RF_Library-0.1.2.zip", - "size": 6774, - "checksum": "SHA-256:66d7f137e0533256501673baa4d30b2dea0b3b0e4e309b8944869f8f40fefe61" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.0.zip", + "archiveFileName": "Esp32WifiManager-0.9.0.zip", + "size": 21630, + "checksum": "SHA-256:2a542a356cb12939c8f9ef395d49c0a80b44a9c8b45d3a70f5d19aa3c49ef085" }, { - "name": "rastr", - "version": "0.1.0", - "author": "Vincenzo Pacella", - "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", - "sentence": "A small, lightweight header-only graphics library", - "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", - "website": "https://github.com/shaduzlabs/arduino-rastr", - "category": "Display", + "name": "Esp32WifiManager", + "version": "0.9.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/shaduzlabs/arduino-rastr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.0.zip", - "archiveFileName": "rastr-0.1.0.zip", - "size": 19145, - "checksum": "SHA-256:8ae6ce05fba040bb7b1ff0d8498937d2adc14e44df10c8befeca6e3ceef8eddd" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.9.1.zip", + "archiveFileName": "Esp32WifiManager-0.9.1.zip", + "size": 21647, + "checksum": "SHA-256:80a23851a90a526dcf5aa041bf30f69ac2037ab986111b8dc661ffbca5f9ddd1" }, { - "name": "rastr", - "version": "0.1.1", - "author": "Vincenzo Pacella", - "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", - "sentence": "A small, lightweight header-only graphics library", - "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", - "website": "https://github.com/shaduzlabs/arduino-rastr", - "category": "Display", + "name": "Esp32WifiManager", + "version": "0.10.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/shaduzlabs/arduino-rastr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.1.zip", - "archiveFileName": "rastr-0.1.1.zip", - "size": 19149, - "checksum": "SHA-256:fb7dc122a5c456a8aa4be56239b4ae7fc50244e207bc14fe81191936db4994d3" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.10.0.zip", + "archiveFileName": "Esp32WifiManager-0.10.0.zip", + "size": 21685, + "checksum": "SHA-256:4f6472e12cb8e66fce8b2b3a3f70a53af82e9d048b8be731518717a4c50489bb" }, { - "name": "RemoteXY", - "version": "2.3.5", - "author": "Evgeny Shemanuev, RemoteXY", - "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", - "sentence": "For all RemoteXY projects.", - "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", - "website": "http://remotexy.com/en/help/", + "name": "Esp32WifiManager", + "version": "0.11.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.3.5.zip", - "archiveFileName": "RemoteXY-2.3.5.zip", - "size": 31907, - "checksum": "SHA-256:8ec351b40bd89cc70eef2b4de2cd69cec4fe3ba93ded8916a5cd8f874daf8eba" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.11.0.zip", + "archiveFileName": "Esp32WifiManager-0.11.0.zip", + "size": 21699, + "checksum": "SHA-256:9cd25b690aa679334516ee32b0fab26492f7ad60f21040646b8c9c7b3c96d0de" }, { - "name": "RemoteXY", - "version": "2.4.2", - "author": "Evgeny Shemanuev, RemoteXY", - "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", - "sentence": "For all RemoteXY projects.", - "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", - "website": "http://remotexy.com/en/help/", + "name": "Esp32WifiManager", + "version": "0.12.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.2.zip", - "archiveFileName": "RemoteXY-2.4.2.zip", - "size": 42885, - "checksum": "SHA-256:f267da08bd4b6e6e91725eefdf46d8bb1243d0fe54f78b83f5d9aa92398aae09" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.12.0.zip", + "archiveFileName": "Esp32WifiManager-0.12.0.zip", + "size": 21700, + "checksum": "SHA-256:37c3ed66db8835e5bb6f98837af43b3ff30553e9abe56072ee302d2e8ba34ff6" }, { - "name": "RemoteXY", - "version": "2.4.3", - "author": "Evgeny Shemanuev, RemoteXY", - "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", - "sentence": "For all RemoteXY projects.", - "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", - "website": "http://remotexy.com/en/help/", + "name": "Esp32WifiManager", + "version": "0.13.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.3.zip", - "archiveFileName": "RemoteXY-2.4.3.zip", - "size": 42888, - "checksum": "SHA-256:1d17978dd207e43d6555b2893f4bea553587f54fd1d1b239c41b1fbd57608c0a" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.13.0.zip", + "archiveFileName": "Esp32WifiManager-0.13.0.zip", + "size": 50113, + "checksum": "SHA-256:74bbf15587feabd3f0f177efccdd4af0eb1cdb4240553ec7b42c270dc3750abc" }, { - "name": "RemoteXY", - "version": "2.4.4", - "author": "Evgeny Shemanuev, RemoteXY", - "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", - "sentence": "For all RemoteXY projects.", - "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", - "website": "http://remotexy.com/en/help/", + "name": "Esp32WifiManager", + "version": "0.14.0", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "This Arduino library supports Wifi Management for Esp32.", + "paragraph": "This Arduino library supports Wifi Management for Esp32", + "website": "https://github.com/madhephaestus/Esp32WifiManager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.4.zip", - "archiveFileName": "RemoteXY-2.4.4.zip", - "size": 42962, - "checksum": "SHA-256:fa0ad4e2ad1c037881f9d46835a8f93e045d7839532aefe87bca61c0ae6742ce" + "repository": "https://github.com/madhephaestus/Esp32WifiManager.git", + "providesIncludes": [ + "Esp32WifiManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/Esp32WifiManager-0.14.0.zip", + "archiveFileName": "Esp32WifiManager-0.14.0.zip", + "size": 50153, + "checksum": "SHA-256:83229f187b2689188376440a01a7634a273405de14fff0a1cdb52abec407b7a6" }, { - "name": "RemoteXY", - "version": "2.4.5", - "author": "Evgeny Shemanuev, RemoteXY", - "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", - "sentence": "For all RemoteXY projects.", - "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", - "website": "http://remotexy.com/en/help/", - "category": "Communication", + "name": "Sparthan Myo", + "version": "0.1.0", + "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", + "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "sentence": "ESP32 Bluetooth communication library for the Myo Armband", + "paragraph": "Enables Bluetooth Low Energy (BLE) data stream from the Myo EMG Armband", + "website": "https://github.com/project-sparthan/sparthan-myo.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.5.zip", - "archiveFileName": "RemoteXY-2.4.5.zip", - "size": 43741, - "checksum": "SHA-256:854d8b2093337332704acf973c1e670fa88454bafe31a5a5cd16f659e4469ba7" + "repository": "https://github.com/project-sparthan/sparthan-myo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Myo-0.1.0.zip", + "archiveFileName": "Sparthan_Myo-0.1.0.zip", + "size": 10484, + "checksum": "SHA-256:e59af63e7d1a843a0e6a75c040dec036c9bb8e0044358007592f032946d022eb" }, { - "name": "RemoteXY", - "version": "2.4.6", - "author": "Evgeny Shemanuev, RemoteXY", - "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", - "sentence": "For all RemoteXY projects.", - "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", - "website": "http://remotexy.com/en/help/", - "category": "Communication", + "name": "Sparthan Module", + "version": "1.0.0", + "author": "Davide Asnaghi \u003casnaghi@me.com\u003e, Tat Hang (Alex) Wong", + "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "sentence": "Motor controller library for the Sparthan Module", + "paragraph": "UART based library to control the five motors of the Sparthan Module development kit", + "website": "https://github.com/project-sparthan/sparthan-module.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.6.zip", - "archiveFileName": "RemoteXY-2.4.6.zip", - "size": 43985, - "checksum": "SHA-256:54647884b03f7563e88fafdd92f739de0e876ffad6f348615fbcc5c6a4bb0848" + "repository": "https://github.com/project-sparthan/sparthan-module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_Module-1.0.0.zip", + "archiveFileName": "Sparthan_Module-1.0.0.zip", + "size": 8166, + "checksum": "SHA-256:2e91ea9982d86692310bb5d620b52da51654aeef964ef8a364dec9eef98b88e2" }, { - "name": "OneSystemLibrary", + "name": "SSLClient", "version": "1.0.0", - "author": "Pascal Buerger", - "maintainer": "deltarobotone \u003cdeltarobotone@web.de\u003e", - "sentence": "Arduino library for Delta-Robot One", - "paragraph": "Start your project and have a great time. Create a world around this smart little robot. Follow us on instagram -\u003e deltarobotone", - "website": "https://github.com/deltarobotone/one_system_library", - "category": "Other", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/deltarobotone/one_system_library.git", + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", "providesIncludes": [ - "DeltaRobotOne.h" + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/deltarobotone/OneSystemLibrary-1.0.0.zip", - "archiveFileName": "OneSystemLibrary-1.0.0.zip", - "size": 59776, - "checksum": "SHA-256:18eda0643f19506268c06f7e8e4691bd2fbc996dd6dc68f77391d3597333bc36" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.0.0.zip", + "archiveFileName": "SSLClient-1.0.0.zip", + "size": 1194425, + "checksum": "SHA-256:d47781f14b283ee6cc4e57ab0fc10019bf7a403d928c38577fb05dedbca69ef7" }, { - "name": "OneSystemLibrary", - "version": "1.0.1", - "author": "Delta-Robot One", - "maintainer": "deltarobotone \u003cdeltarobotone@web.de\u003e", - "sentence": "Arduino library for Delta-Robot One", - "paragraph": "Start your project and have a great time. Create a world around this smart little robot. Follow this robot on instagram @deltarobotone. Check out One smart Control for windows and android.", - "website": "https://github.com/deltarobotone/one_system_library", - "category": "Other", + "name": "SSLClient", + "version": "1.1.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/deltarobotone/one_system_library.git", + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", "providesIncludes": [ - "DeltaRobotOne.h" + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/deltarobotone/OneSystemLibrary-1.0.1.zip", - "archiveFileName": "OneSystemLibrary-1.0.1.zip", - "size": 59929, - "checksum": "SHA-256:9809128f6240725877c9de08e38650a01370120eea590522bbc6d80bd3f9281c" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.0.zip", + "archiveFileName": "SSLClient-1.1.0.zip", + "size": 1217261, + "checksum": "SHA-256:57e5fdf86ca516abcf52f78646a2bec6bdbb184cfbeca7ad86d7890c2dd3f5f0" }, { - "name": "AsyncElegantOTA", - "version": "1.0.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.1.1", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.0.zip", - "archiveFileName": "AsyncElegantOTA-1.0.0.zip", - "size": 646530, - "checksum": "SHA-256:4d79c66b6218ac4233033c8a0a18d27cc46b438c7b9a122dd17a487cb900fe5c" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.1.zip", + "archiveFileName": "SSLClient-1.1.1.zip", + "size": 1217627, + "checksum": "SHA-256:a1f3e25278b25606ae4a9855050fe6eafd577dfc1dc3af3721f5c39a848c4191" }, { - "name": "AsyncElegantOTA", - "version": "1.0.2", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.1.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.2.zip", - "archiveFileName": "AsyncElegantOTA-1.0.2.zip", - "size": 646535, - "checksum": "SHA-256:433544cda7be3b809048870f1cdedf0a05b9af3771444c83ab13ea915b130e8c" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.1.2.zip", + "archiveFileName": "SSLClient-1.1.2.zip", + "size": 1217625, + "checksum": "SHA-256:8d872c1521b251b82a54ef0cf8a17cb0a7dd5ab97189bf4423ced74f0bf4d215" }, { - "name": "AsyncElegantOTA", - "version": "1.0.3", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.2.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.3.zip", - "archiveFileName": "AsyncElegantOTA-1.0.3.zip", - "size": 632458, - "checksum": "SHA-256:600b25c63ebe28a6c0e7a3ebf032174880d647e7ed2f75e924a17a917173f7d9" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.0.zip", + "archiveFileName": "SSLClient-1.2.0.zip", + "size": 1219638, + "checksum": "SHA-256:0ceb1ddc9e18df1b57c534a904b31bdd19db45a96ea12abc69f977273ae98d64" }, { - "name": "AsyncElegantOTA", - "version": "1.0.4", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.2.1", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.4.zip", - "archiveFileName": "AsyncElegantOTA-1.0.4.zip", - "size": 632948, - "checksum": "SHA-256:1f5a6a52927fac7283d9b2315deb56c2a3aaee15cef736a80eef6ba297112678" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.1.zip", + "archiveFileName": "SSLClient-1.2.1.zip", + "size": 1219617, + "checksum": "SHA-256:df4f6bcecca5fd7f792994aa537238a68ecf22e9ed1d9d47ad8e4d99807b68aa" }, { - "name": "AsyncElegantOTA", - "version": "1.0.5", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266/ESP32 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.2.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.5.zip", - "archiveFileName": "AsyncElegantOTA-1.0.5.zip", - "size": 632944, - "checksum": "SHA-256:7524bd2e37d37295aef09cc3819bd87060250af5cb68ee63bbb04b8529bfd36b" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.2.zip", + "archiveFileName": "SSLClient-1.2.2.zip", + "size": 1219571, + "checksum": "SHA-256:4632716988b03d745f4c79e84b3bf70263dfa77456f1f6691d6944c87dd0d331" }, { - "name": "AsyncElegantOTA", - "version": "1.0.6", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266/ESP32 Elegantly! This Library uses AsyncWebServer.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32. UI has a size of only 50Kb!", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.2.3", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.6.zip", - "archiveFileName": "AsyncElegantOTA-1.0.6.zip", - "size": 632950, - "checksum": "SHA-256:3b24f459794cae7e141c927c3947ca056530dd1cf86e921615f994734ae032d6" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.2.3.zip", + "archiveFileName": "SSLClient-1.2.3.zip", + "size": 1220914, + "checksum": "SHA-256:603fd379371fa4ec3b41e105db653499bef4943564662fd29472c43ff3b1b159" }, { - "name": "AsyncElegantOTA", - "version": "2.2.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.3.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.0.zip", - "archiveFileName": "AsyncElegantOTA-2.2.0.zip", - "size": 408317, - "checksum": "SHA-256:0b50fbbae0b03074c15425913b021e1a2a0098d56ab068e99ae681a8e96501f0" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.3.0.zip", + "archiveFileName": "SSLClient-1.3.0.zip", + "size": 1268927, + "checksum": "SHA-256:a3e4d97fb8edcb62f24cf226fdc2b5b710d00b866b37fae5f3250a55b7f30a56" }, { - "name": "AsyncElegantOTA", - "version": "2.2.1", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.4.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.1.zip", - "archiveFileName": "AsyncElegantOTA-2.2.1.zip", - "size": 409519, - "checksum": "SHA-256:24ab6350e91c1b37ee071ac564690236474baa43becc52745d09e4a37d86ebca" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.2.zip", + "archiveFileName": "SSLClient-1.4.2.zip", + "size": 1256747, + "checksum": "SHA-256:9bc843328e7f576ca9b44338e99bb1d4a8a64b7d1135d2ef456b49c6e89271ca" }, { - "name": "AsyncElegantOTA", - "version": "2.2.2", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.4.4", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.2.zip", - "archiveFileName": "AsyncElegantOTA-2.2.2.zip", - "size": 409498, - "checksum": "SHA-256:ca765605640121cdd525cf9dc15203f5bfd12095dfbbe468c7d08098f64d23c7" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.4.zip", + "archiveFileName": "SSLClient-1.4.4.zip", + "size": 1257557, + "checksum": "SHA-256:e5b97232c1c0665582e8d35676505f36685a49593d12a458495244141f56a207" }, { - "name": "AsyncElegantOTA", - "version": "2.2.3", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.4.5", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.3.zip", - "archiveFileName": "AsyncElegantOTA-2.2.3.zip", - "size": 418004, - "checksum": "SHA-256:435cf5a8f8f5d6a6b7163352907dc2740f908dddf92878b8027355095221bede" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.5.zip", + "archiveFileName": "SSLClient-1.4.5.zip", + "size": 1257509, + "checksum": "SHA-256:45edc3f75b561b69f0882c75f09aa9156c7c9f75b85dbe0b198c9900533a5f87" }, { - "name": "AsyncElegantOTA", - "version": "2.2.4", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.4.6", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.4.zip", - "archiveFileName": "AsyncElegantOTA-2.2.4.zip", - "size": 417988, - "checksum": "SHA-256:3c176e96c6213f9c03750caef279d978c98dfae2d8dcac7fe27b2636160a5b31" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.6.zip", + "archiveFileName": "SSLClient-1.4.6.zip", + "size": 1257508, + "checksum": "SHA-256:dabe328cbf6565a593c498bf5faef60d392589d1e145ba8f6cf99fe08e8b748b" }, { - "name": "AsyncElegantOTA", - "version": "2.2.5", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", - "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", - "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "name": "SSLClient", + "version": "1.4.7", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.5.zip", - "archiveFileName": "AsyncElegantOTA-2.2.5.zip", - "size": 419872, - "checksum": "SHA-256:e3cb909fa5da60bfdf041e2f9d145ecea2d335ac25a5ec1b8cef5fcc2ff60a0b" - }, - { - "name": "VEML6075", - "version": "1.0.1", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "An Arduino Library Specifically for the ESP32.", - "paragraph": "Handles communication without th Wire.h library. Adds config option.", - "website": "https://github.com/WifWaf/VEML6075", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "repository": "https://github.com/WifWaf/VEML6075.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/VEML6075-1.0.1.zip", - "archiveFileName": "VEML6075-1.0.1.zip", - "size": 1122288, - "checksum": "SHA-256:7ed9402ada2015c54ec6efbf18e3b2576c19725eb7ba559be520a868b1fa74a5" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.4.7.zip", + "archiveFileName": "SSLClient-1.4.7.zip", + "size": 1257090, + "checksum": "SHA-256:cb391065a98c0886a7b675f3dd18afd82018bda7c9afa8689cd42f74299f813b" }, { - "name": "RTT QRCode", - "version": "0.1.0", - "author": "Richard Moore \u003cgithub@ricmoo.com\u003e, onelife \u003conelife.real@gmail.com\u003e", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread QR Code App", - "paragraph": "A simple library for generating QR codes in C, optimized for processing and memory constrained systems.", - "website": "https://github.com/onelife/rtt-qrcode", - "category": "Data Processing", + "name": "SSLClient", + "version": "1.5.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add SSL functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", "architectures": [ - "sam", - "samd" + "samd", + "tivac" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/RTT-QRCode.git", + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", "providesIncludes": [ - "rtt.h" + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_QRCode-0.1.0.zip", - "archiveFileName": "RTT_QRCode-0.1.0.zip", - "size": 15824, - "checksum": "SHA-256:ede1ed16df5bc92bb9ad4aa4f60a137b4021e42fece4bd0c285c0ab7015c7fde" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.5.0.zip", + "archiveFileName": "SSLClient-1.5.0.zip", + "size": 1238097, + "checksum": "SHA-256:49746118dfc5628ac903c53cff05ee99da7d590a397de310a28df2e539f2e8d1" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.4.0", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", - "category": "Device Control", + "name": "SSLClient", + "version": "1.6.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", "architectures": [ - "avr" + "samd", + "tivac", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", "providesIncludes": [ - "TSLPB.h" + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.4.0.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.4.0.zip", - "size": 3368810, - "checksum": "SHA-256:58f5653f393acd47f4db41ed464c73f8aea0d5e723a6688adc1300832197b84e" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.0.zip", + "archiveFileName": "SSLClient-1.6.0.zip", + "size": 944493, + "checksum": "SHA-256:3df4564997477e50e7613a9c9884ba02ebaa560650a2cdb1f57c4fe8baefa786" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.5.0", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", - "category": "Device Control", + "name": "SSLClient", + "version": "1.6.1", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", "architectures": [ - "avr" + "samd", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", "providesIncludes": [ - "TSLPB.h" + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.0.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.0.zip", - "size": 3714782, - "checksum": "SHA-256:8b33b607392cd15a5385c6b8639f675bed60700fb60671723eab70ac0f47fcd1" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.1.zip", + "archiveFileName": "SSLClient-1.6.1.zip", + "size": 944498, + "checksum": "SHA-256:7c598e56c342b1f62b9ed2a02854fbd3f8350bb959deaed93e96aba7bb086a70" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.5.2", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", - "category": "Device Control", + "name": "SSLClient", + "version": "1.6.2", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", "architectures": [ - "avr" + "samd", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", "providesIncludes": [ - "TSLPB.h" + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.2.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.2.zip", - "size": 3714987, - "checksum": "SHA-256:abb6cc3487918c046bc41c0b15281dc40cb266babe0cde942ceb838ee52c1b84" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.2.zip", + "archiveFileName": "SSLClient-1.6.2.zip", + "size": 944489, + "checksum": "SHA-256:1b0d6e1d907d1d4f4b0c93156a9367d4223bb447d8ddcf0c7c6f5674be34a410" }, { - "name": "ThinSat Program TSLPB Library", - "version": "0.6.0", - "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", - "sentence": "A driver library for the Twiggs Space Lab Payload Board", - "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", - "website": "https://github.com/VCSFA-MARS/TSLPB", - "category": "Device Control", + "name": "SSLClient", + "version": "1.6.3", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", + "category": "Communication", "architectures": [ - "avr" + "samd", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", "providesIncludes": [ - "TSLPB.h" + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.6.0.zip", - "archiveFileName": "ThinSat_Program_TSLPB_Library-0.6.0.zip", - "size": 3716785, - "checksum": "SHA-256:86cf4dcef815559ad4e7bda1786704490cdb02cdea9e0f15e119a64af0e25909" + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.3.zip", + "archiveFileName": "SSLClient-1.6.3.zip", + "size": 944306, + "checksum": "SHA-256:ffba16a9fa29d39490c8ca36de12cf82c19da79f12fba58c300e117a1e833cdd" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.4", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", - "size": 33098, - "checksum": "SHA-256:1d8e2e13814bf716cab58e89cafbdf1b5e48fa5fd4ad3207fb06430300975a1a" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.4.zip", + "archiveFileName": "SSLClient-1.6.4.zip", + "size": 944391, + "checksum": "SHA-256:0e5fba4c4237282d4185a7a2b2b320fa81345a00596fecbfd580b5293e421fcb" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.5", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "sam", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", - "size": 35406, - "checksum": "SHA-256:e919aa36f1afdd4c34feeb305e6a872162649288fc60898fc7f310edba629c95" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.5.zip", + "archiveFileName": "SSLClient-1.6.5.zip", + "size": 944399, + "checksum": "SHA-256:13dd44f9d8e509026ef5a7ffdbfee32bf5e43e5f6675c11b7be3084ac9d96922" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.6", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "sam", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", - "size": 34655, - "checksum": "SHA-256:9801d40fecfc3a085ffd42517f6a78f91c5196b3aae8cd4abe5890da69cf183e" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.6.zip", + "archiveFileName": "SSLClient-1.6.6.zip", + "size": 944376, + "checksum": "SHA-256:d675e89ea36950c560d925bd04a3070605d3a185efcd2a4610fb0847b0015600" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.7", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "sam", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", - "size": 35705, - "checksum": "SHA-256:a06240f39b015a4d8b95cea2c4c26b73c544afac9c3c5466f2b20cb26e0e735e" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.7.zip", + "archiveFileName": "SSLClient-1.6.7.zip", + "size": 947568, + "checksum": "SHA-256:933c3a24a53ec8524e80c8eeb054046e52875fa2ba940b4d40f90ad75ddeb9f7" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.8", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "sam", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", - "size": 35701, - "checksum": "SHA-256:831ee9554fd1dbdcc1b5c984c179720e84dbb8a0772e754c3bc6e07f31e4452b" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.8.zip", + "archiveFileName": "SSLClient-1.6.8.zip", + "size": 948246, + "checksum": "SHA-256:c207887e4251cc3eb01fc5c9a0b800d9ec2d11da5efc14891645c26012afae3a" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.9", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "sam", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", - "size": 35663, - "checksum": "SHA-256:aee0bccfb80f47f2211da5ffc5cd018a386ab84410e4633e2b9b18b3c3bb0ae4" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.9.zip", + "archiveFileName": "SSLClient-1.6.9.zip", + "size": 948616, + "checksum": "SHA-256:9084c64112e059906f531f667135419bda8b5018ea518afd60a01ca51afc0a14" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.10", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "sam", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", - "size": 35680, - "checksum": "SHA-256:41e05fbb2a65fedc22fa10f87a800aff2d9bc6af1b20c27542ce956e8862aa27" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.10.zip", + "archiveFileName": "SSLClient-1.6.10.zip", + "size": 984559, + "checksum": "SHA-256:9760bc9fb42b152e7f4f732e216e4b7859748f293db2372efed8356f9d87c342" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "SSLClient", + "version": "1.6.11", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "Arduino library to add TLS functionality to any Client class", + "paragraph": "including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.", + "website": "https://github.com/OPEnSLab-OSU/SSLClient", "category": "Communication", "architectures": [ - "*" + "samd", + "sam", + "tivac", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", - "size": 35685, - "checksum": "SHA-256:79be3290b834ea5cf01e093b2601f9dfd756e8761b9f4e6d15d6cc105d68268a" + "repository": "https://github.com/OPEnSLab-OSU/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/SSLClient-1.6.11.zip", + "archiveFileName": "SSLClient-1.6.11.zip", + "size": 984833, + "checksum": "SHA-256:38619cd81727a7890f9713c574b4d5f0ef508d6fc60acf963ccfd4f1fb7edd8b" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.0.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", - "category": "Communication", + "name": "Sparthan gForce", + "version": "1.0.0", + "author": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "maintainer": "Davide Asnaghi \u003casnaghi@me.com\u003e", + "sentence": "Bluetooth communication library for the gForce EMG armband", + "paragraph": "Library based on the ESP32 for Bluetooth Low Energy (BLE) comunication with the gForce armband, streaming status, IMU and gesture data", + "website": "https://github.com/project-sparthan/sparthan-gforce.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", - "size": 35726, - "checksum": "SHA-256:54c2717cfd33c5567b4cc3007821b166bd28343283ba4b68c9579575e9f1fac0" + "repository": "https://github.com/project-sparthan/sparthan-gforce.git", + "url": "https://downloads.arduino.cc/libraries/github.com/project-sparthan/Sparthan_gForce-1.0.0.zip", + "archiveFileName": "Sparthan_gForce-1.0.0.zip", + "size": 6178, + "checksum": "SHA-256:361d4e2ee1d800b216ccb6b9ca0064519aa077972e6dcfa1b340ab00c7c23237" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.1.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "LoRaNow", + "version": "1.0.0", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", "category": "Communication", "architectures": [ "*" @@ -256140,20 +317679,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.0.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.0.zip", - "size": 35762, - "checksum": "SHA-256:a7ac0afae3dc082e8ad3540eff2b75d4e24f72a26d73bd5f2b941b80491a0f37" + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": [ + "LoRaNow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.0.zip", + "archiveFileName": "LoRaNow-1.0.0.zip", + "size": 21896, + "checksum": "SHA-256:81ab8d3e6bccde504613e11b58946ee7bbf1bf66d5d35fc33c0957a8b20f9d6f" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.1.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "LoRaNow", + "version": "1.0.1", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", "category": "Communication", "architectures": [ "*" @@ -256161,25 +317703,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "dependencies": [ - { - "name": "WiFiNINA" - } + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": [ + "LoRaNow.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.1.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.1.zip", - "size": 34728, - "checksum": "SHA-256:08fa94293f3abf593e986eae32a6116145929900327ba53dcf7759763c53d470" + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.1.zip", + "archiveFileName": "LoRaNow-1.0.1.zip", + "size": 23681, + "checksum": "SHA-256:96297153135aa9603f646b4594d99b54c1ab9138cbf2d307fa9d3a7143a7a344" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.1.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "LoRaNow", + "version": "1.0.2", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", "category": "Communication", "architectures": [ "*" @@ -256187,362 +317727,382 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "dependencies": [ - { - "name": "WiFiNINA" - } + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": [ + "LoRaNow.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.2.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.2.zip", - "size": 34796, - "checksum": "SHA-256:e1ee661edcc0dc9307776f8c6428642fa14f7ebdbf9fa5fc850385cd5b6449d5" + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.2.zip", + "archiveFileName": "LoRaNow-1.0.2.zip", + "size": 23745, + "checksum": "SHA-256:9ee54bfa12f37af87aae75f28c0dcacabb3514db3948f042f036d2b08dbbb31b" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.1.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "LoRaNow", + "version": "1.0.3", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", "category": "Communication", "architectures": [ - "*" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "dependencies": [ - { - "name": "WiFiNINA" - } + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": [ + "LoRaNow.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.3.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.3.zip", - "size": 34796, - "checksum": "SHA-256:23e967fc23ac04c2cac97a69cf45902be9a759b121397b656fd8bab585b5f831" + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.3.zip", + "archiveFileName": "LoRaNow-1.0.3.zip", + "size": 24191, + "checksum": "SHA-256:0745487004c6d74bc25e40b2bab8f917915395e79e120eea7ad8621421d8d90e" }, { - "name": "Firebase Arduino based on WiFiNINA", - "version": "1.1.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", - "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", - "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "name": "LoRaNow", + "version": "1.0.4", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", "category": "Communication", "architectures": [ - "*" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", - "dependencies": [ - { - "name": "WiFiNINA" - } + "repository": "https://github.com/ricaun/LoRaNow.git", + "providesIncludes": [ + "LoRaNow.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.4.zip", - "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.4.zip", - "size": 35110, - "checksum": "SHA-256:c83276098e02534817fabc198243b349aaac3a3ccfda2189faf801235fca05f2" + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.4.zip", + "archiveFileName": "LoRaNow-1.0.4.zip", + "size": 26498, + "checksum": "SHA-256:2a39240c5d2cf818d20d407c1af0a0756f01ef96ab68011c732cb1028237e829" }, { - "name": "RotaryDial", - "version": "0.0.1", - "author": "Tomas Mudrunka \u003charvie@github.com\u003e", - "maintainer": "Tomas Mudrunka \u003charvie@github.com\u003e", - "license": "MIT", - "sentence": "Library to read pulse dialing data from telephone rotary dials", - "paragraph": "Library to read pulse dialing data from telephone rotary dials. This library only needs one input pin (with interrupt). But currently can read only one rotary dial at a time...", - "website": "https://github.com/Harvie/RotaryDial", + "name": "LoRaNow", + "version": "1.0.5", + "author": "Luiz Henrique Cassettari", + "maintainer": "Luiz Henrique Cassettari \u003cricaun@gmail.com\u003e", + "sentence": "LoRaNow Library is a simple LoRa Node \u003c\u003e Gateway communication protocol.", + "paragraph": "LoRaNow is a open source communication protocol to make easier to understand the concept of Node / Gateway communication using LoRa technology. Support: RFM95 + Arduino / ESP.", + "website": "https://github.com/ricaun/LoRaNow", "category": "Communication", "architectures": [ - "*" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Harvie/RotaryDial.git", + "repository": "https://github.com/ricaun/LoRaNow.git", "providesIncludes": [ - "RotaryDial.h" + "LoRaNow.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Harvie/RotaryDial-0.0.1.zip", - "archiveFileName": "RotaryDial-0.0.1.zip", - "size": 4744, - "checksum": "SHA-256:1a7179bcc5b13f52ab0af9b6511e7ec16c05a3901bd888d09fd6caf336e20c73" + "url": "https://downloads.arduino.cc/libraries/github.com/ricaun/LoRaNow-1.0.5.zip", + "archiveFileName": "LoRaNow-1.0.5.zip", + "size": 26841, + "checksum": "SHA-256:007ce97a10b0b261bb23b453048cd973a247a9340ebc7ec4b1be4d7b717d9983" }, { - "name": "CalibratedSpeed", + "name": "hellothing_BG96_NBIoT", "version": "1.0.0", - "author": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", - "maintainer": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", - "sentence": "Arduino Library for calibrating DC motors", - "paragraph": "Grately reduces the left/right motor speed unbalance and removes start/stop threshold.", - "website": "https://github.com/gigix74/CalibratedSpeed", - "category": "Data Processing", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gigix74/CalibratedSpeed.git", + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", "providesIncludes": [ - "CalibratedSpeed.h" + "hellothing_BG96_NBIoT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/gigix74/CalibratedSpeed-1.0.0.zip", - "archiveFileName": "CalibratedSpeed-1.0.0.zip", - "size": 15553, - "checksum": "SHA-256:95b5dd661d931a7f8540abdc2e97d56af21d4d1b662feac3c77e86359c7d4312" + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.0.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.0.zip", + "size": 8708, + "checksum": "SHA-256:4f9eb27201e2696d38147fe3f9912725a3246622fb3917c916e86a3cef9e4fc9" }, { - "name": "GxEPD", - "version": "3.0.5", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "hellothing_BG96_NBIoT", + "version": "1.0.1", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.5.zip", - "archiveFileName": "GxEPD-3.0.5.zip", - "size": 1072926, - "checksum": "SHA-256:429e27256fc26d1e8d6e06ada50a29fff72d9726127c46f24fe7daf7810a43ff" + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": [ + "hellothing_BG96_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.1.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.1.zip", + "size": 9385, + "checksum": "SHA-256:95c42271a53e14089d78d77d5f3fe86b98423c084a2c046e2bb1269063a19786" }, { - "name": "GxEPD", - "version": "3.0.6", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "hellothing_BG96_NBIoT", + "version": "1.0.2", + "author": "hellothing(tommy@hellothing.com)", + "maintainer": "hellothing(tommy@hellothing.com)", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.6.zip", - "archiveFileName": "GxEPD-3.0.6.zip", - "size": 1090313, - "checksum": "SHA-256:d4a238dd851d100140de07fef0c767b7cdbafd520df59b4f511ffdd447bf1891" + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": [ + "hellothing_BG96_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.2.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.2.zip", + "size": 9535, + "checksum": "SHA-256:d51b8d10270e72511b788f69b4fa36c498300f5ea6de13e714164ca4e4733166" }, { - "name": "GxEPD", - "version": "2.3.17", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "hellothing_BG96_NBIoT", + "version": "1.0.3", + "author": "hellothing(tommy@hellothing.com)", + "maintainer": "hellothing(tommy@hellothing.com)", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-2.3.17.zip", - "archiveFileName": "GxEPD-2.3.17.zip", - "size": 849879, - "checksum": "SHA-256:22769e32a1d7e98740604f5d7d28c58696c36e9d6440e9961937550478e5c3af" + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": [ + "hellothing_BG96_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.3.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.3.zip", + "size": 9541, + "checksum": "SHA-256:b28d87fcfa83855472dccb0a4216c2a41857de1a2115ea2e97d50869555c6ee9" }, { - "name": "GxEPD", - "version": "3.0.1", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "hellothing_BG96_NBIoT", + "version": "1.0.4", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.1.zip", - "archiveFileName": "GxEPD-3.0.1.zip", - "size": 1032222, - "checksum": "SHA-256:637ddd1f9cf1b2ba96a02a537b59240040695619fd668f9b2e4c5032cd9009e7" + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": [ + "hellothing_BG96_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-1.0.4.zip", + "archiveFileName": "hellothing_BG96_NBIoT-1.0.4.zip", + "size": 10913, + "checksum": "SHA-256:946caf75035a8710f62d4efe953bb925155279ff5397fd5737693709b21d3d09" }, { - "name": "GxEPD", - "version": "3.0.2", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "hellothing_BG96_NBIoT", + "version": "2.0.0", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.2.zip", - "archiveFileName": "GxEPD-3.0.2.zip", - "size": 1045072, - "checksum": "SHA-256:6228df5e8efdf6456744c4efc3449e066d2f02d2b00c0a42d8d3a83d03f32783" + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": [ + "hellothing_BG96_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.0.zip", + "archiveFileName": "hellothing_BG96_NBIoT-2.0.0.zip", + "size": 11540, + "checksum": "SHA-256:1b579715c053363f46837669306d3f827dca5f7df8f247a459d520fbcef92c0f" }, { - "name": "GxEPD", - "version": "3.0.3", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "hellothing_BG96_NBIoT", + "version": "2.0.1", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.3.zip", - "archiveFileName": "GxEPD-3.0.3.zip", - "size": 1045099, - "checksum": "SHA-256:4cea63cb02c08f0247e6304e5924696d9c13d5cd7e091064f2906ba7d98afa71" + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": [ + "hellothing_BG96_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.1.zip", + "archiveFileName": "hellothing_BG96_NBIoT-2.0.1.zip", + "size": 11702, + "checksum": "SHA-256:a503d4b48a6d9c0b70ef67b14dea68c519cc08370d847584c4e60317a5bc5282" }, { - "name": "GxEPD", - "version": "3.0.4", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "hellothing_BG96_NBIoT", + "version": "2.0.2", + "author": "hellothing", + "maintainer": "hellothing", + "sentence": "NB-IoT library for hellothing BG96 Arduino shield", + "paragraph": "This is a NB-IoT library for the hellothing Arduino shield that works with a Quectel BG96 modem. The shield is compatible with various Arduino boards, for example the Uno, Due and Mega2560", + "website": "https://fastcomm.com/development-kit/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.4.zip", - "archiveFileName": "GxEPD-3.0.4.zip", - "size": 1056613, - "checksum": "SHA-256:d588943f09820e2d080972bd522b16c01bdf7fcafe26f9aa5bb73a217c1b7878" + "repository": "https://github.com/Fastcomm/hellothing_NBIoT_Arduino_Shield.git", + "providesIncludes": [ + "hellothing_BG96_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fastcomm/hellothing_BG96_NBIoT-2.0.2.zip", + "archiveFileName": "hellothing_BG96_NBIoT-2.0.2.zip", + "size": 16191, + "checksum": "SHA-256:a5b05e2c23ede24785026edf96d8fe5d73abd008818e736a71b92dd152445564" }, { - "name": "GxEPD", - "version": "3.0.7", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "Adafruit MCP9600 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.7.zip", - "archiveFileName": "GxEPD-3.0.7.zip", - "size": 1100805, - "checksum": "SHA-256:30f0fd58d60670ffde3edc97b321275d3914ad1bd418f1c0346d54e28b82a1f9" + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.0.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.0.0.zip", + "size": 10389, + "checksum": "SHA-256:d28e184212b94134057f3b6112d555cd000fd39f802cb9705fdf256ec0614d63" }, { - "name": "GxEPD", - "version": "3.0.8", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "Adafruit MCP9600 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.8.zip", - "archiveFileName": "GxEPD-3.0.8.zip", - "size": 1192069, - "checksum": "SHA-256:7af6b6b9c9c343f191f58e37ced20ae4ebdc3736351842ada50b021ffda2fc6a" + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.1.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.0.1.zip", + "size": 1186225, + "checksum": "SHA-256:73db8619f1047448600714fe2354a0f5db645c0d523170a6827aa8309675c31a" }, { - "name": "GxEPD", - "version": "3.0.9", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "Adafruit MCP9600 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.9.zip", - "archiveFileName": "GxEPD-3.0.9.zip", - "size": 1315079, - "checksum": "SHA-256:0d9f693e4f1f9e58d54b48cf0fafaf78853d59c9672edfd0e3ec9f2e266051d0" + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.0.2.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.0.2.zip", + "size": 1186982, + "checksum": "SHA-256:bf10f3fc2e8b36b979660528866873c3cca35ade2096956cbb29dde28825c765" }, { - "name": "GxEPD", - "version": "3.1.0", - "author": "Jean-Marc Zingg", - "maintainer": "Jean-Marc Zingg", - "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", - "paragraph": "GxEPD2 is better suited for new users or new projects!", - "website": "https://github.com/ZinggJM/GxEPD", - "category": "Display", + "name": "Adafruit MCP9600 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GxEPD.git", + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.1.0.zip", - "archiveFileName": "GxEPD-3.1.0.zip", - "size": 1343415, - "checksum": "SHA-256:bd790bcebe8cdfc7279bccf7f634ed1e710010b509aa7b638a4c921152834b29" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.0.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.1.0.zip", + "size": 1187075, + "checksum": "SHA-256:16f9d9fd2c4a0afc5b51592d158973722f369edc160dbe3d3425a44d2a003505" }, { - "name": "Adafruit LPS35HW", - "version": "1.0.0", + "name": "Adafruit MCP9600 Library", + "version": "1.1.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", "category": "Sensors", "architectures": [ "*" @@ -256550,41 +318110,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.0.zip", - "archiveFileName": "Adafruit_LPS35HW-1.0.0.zip", - "size": 12942, - "checksum": "SHA-256:b6cccb21c321b040fc33e039cb2da9453e20e7903663927d9633df6388a41074" - }, - { - "name": "Adafruit LPS35HW", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS35HW", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.1.zip", - "archiveFileName": "Adafruit_LPS35HW-1.0.1.zip", - "size": 13452, - "checksum": "SHA-256:7864d0725a5dfe4e2f5eb39d07aafcdcf5ca1b297f06733443660a0d4c4ec274" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.1.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.1.1.zip", + "size": 1187076, + "checksum": "SHA-256:b6f8533a5f6f3d34c3f84bc75f72b71e68ae0e7304df91d3bd2184ee39680e43" }, { - "name": "Adafruit LPS35HW", - "version": "1.0.2", + "name": "Adafruit MCP9600 Library", + "version": "1.1.3", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", "category": "Sensors", "architectures": [ "*" @@ -256592,20 +318136,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.2.zip", - "archiveFileName": "Adafruit_LPS35HW-1.0.2.zip", - "size": 766260, - "checksum": "SHA-256:c5a68a2199ecad6997030ef29d876b5101247f0d937d0cad979357b61c598b6f" + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-1.1.3.zip", + "archiveFileName": "Adafruit_MCP9600_Library-1.1.3.zip", + "size": 1187110, + "checksum": "SHA-256:01a658fade184513e4e40bf67609a4cef4a822b51ccf49a0f07119ad396f99d2" }, { - "name": "Adafruit LPS35HW", - "version": "1.0.3", + "name": "Adafruit MCP9600 Library", + "version": "2.0.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", "category": "Sensors", "architectures": [ "*" @@ -256613,25 +318162,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", "dependencies": [ { "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.3.zip", - "archiveFileName": "Adafruit_LPS35HW-1.0.3.zip", - "size": 766315, - "checksum": "SHA-256:6e88efc740fa8e7b49a82b8bdae6d044926953bb5e5543ca9f706e1020a9dfcb" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-2.0.0.zip", + "archiveFileName": "Adafruit_MCP9600_Library-2.0.0.zip", + "size": 1189836, + "checksum": "SHA-256:de619ab2417c96ab399dd3a3c422f9dcb879304e5a02db6f52506b59150f0a67" }, { - "name": "Adafruit LPS35HW", - "version": "1.0.4", + "name": "Adafruit MCP9600 Library", + "version": "2.0.2", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "sentence": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP9600 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP9600", "category": "Sensors", "architectures": [ "*" @@ -256639,548 +318188,428 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "repository": "https://github.com/adafruit/Adafruit_MCP9600.git", "dependencies": [ { "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.4.zip", - "archiveFileName": "Adafruit_LPS35HW-1.0.4.zip", - "size": 766371, - "checksum": "SHA-256:ec092ef02eca1362a64726d08e987838e1befff687d20db7a1f84147dc529b4b" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP9600_Library-2.0.2.zip", + "archiveFileName": "Adafruit_MCP9600_Library-2.0.2.zip", + "size": 1189836, + "checksum": "SHA-256:2d5d37dcf16aefb18c504b84e62c64230f93c1b946e17ab6754401cc604891a1" }, { - "name": "NceCabBus", - "version": "0.0.1", - "author": "Alex Shepherd", - "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", - "sentence": "Enables NCE Cab Bus communication", - "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", - "website": "https://github.com/mrrwa/NceCabBus", + "name": "Sodaq_N2X", + "version": "1.0.0", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the SARA N2X modules.", + "paragraph": "An Arduino library for the UBlox SARA N2X modules. It supports NBiot Radio Access Technology. Implemented functionality for UDP sockets and COAP.", + "website": "https://github.com/SodaqMoja/Sodaq_N2X", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrrwa/NceCabBus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.0.1.zip", - "archiveFileName": "NceCabBus-0.0.1.zip", - "size": 18481, - "checksum": "SHA-256:b8315bd490ba1b8062b0591e0469fbb1307a8c89538f5092122b029b934d5ca2" + "repository": "https://github.com/SodaqMoja/Sodaq_N2X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_N2X-1.0.0.zip", + "archiveFileName": "Sodaq_N2X-1.0.0.zip", + "size": 15399, + "checksum": "SHA-256:9f12ed784161fa551b4b477f03125c3efe41371546158b1c9bd5bc9d67f357e5" }, { - "name": "NceCabBus", - "version": "0.1.0", - "author": "Alex Shepherd", - "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", - "sentence": "Enables NCE Cab Bus Communication", - "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", - "website": "https://github.com/mrrwa/NceCabBus", + "name": "Sodaq_N2X", + "version": "1.0.1", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the SARA N2X modules.", + "paragraph": "An Arduino library for the UBlox SARA N2X modules. It supports NBiot Radio Access Technology. Implemented functionality for UDP sockets and COAP.", + "website": "https://github.com/SodaqMoja/Sodaq_N2X", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrrwa/NceCabBus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.1.0.zip", - "archiveFileName": "NceCabBus-0.1.0.zip", - "size": 1307974, - "checksum": "SHA-256:f82ffeb01e1927fde98253ff4b8e6f020f65116d4f77c35560388b48232d7dbb" + "repository": "https://github.com/SodaqMoja/Sodaq_N2X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_N2X-1.0.1.zip", + "archiveFileName": "Sodaq_N2X-1.0.1.zip", + "size": 15712, + "checksum": "SHA-256:ee9ddb3fab2316f6562eb3fc645aa62befc9e827357889745450abe8a3f278a9" }, { - "name": "NceCabBus", - "version": "0.2.0", - "author": "Alex Shepherd", - "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", - "sentence": "Enables NCE Cab Bus Communication", - "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", - "website": "https://github.com/mrrwa/NceCabBus", + "name": "Sodaq_R4X", + "version": "1.0.0", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrrwa/NceCabBus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.2.0.zip", - "archiveFileName": "NceCabBus-0.2.0.zip", - "size": 1899411, - "checksum": "SHA-256:c50995eb9897684125b17b4d1f502fd72e241119e73ec6c61fabe30553916d71" + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-1.0.0.zip", + "archiveFileName": "Sodaq_R4X-1.0.0.zip", + "size": 26350, + "checksum": "SHA-256:992ccdeb579313882a5c0fcd2b8d010943bd1ae91d62f4902ba5f105f1ca6dc0" }, { - "name": "XLR8DMem", - "version": "1.0.0", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Access library for XLR8 DMem XB", - "paragraph": "Use the read and write functions of XLR8DMem to access memory blocks on an Alorium board built with the XLR8DMem XB.", - "website": "https://github.com/AloriumTechnology/XLR8DMem", - "category": "Uncategorized", - "architectures": [ - "avr" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/AloriumTechnology/XLR8DMem.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DMem-1.0.0.zip", - "archiveFileName": "XLR8DMem-1.0.0.zip", - "size": 729800, - "checksum": "SHA-256:078cb383f9aa8e90f82071458d97bb3cf046b1af2cd2780379bb0f03b4fad1ff" - }, - { - "name": "XLR8DMem", - "version": "1.0.1", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Access library for XLR8 DMem XB", - "paragraph": "Use the read and write functions of XLR8DMem to access memory blocks on an Alorium board built with the XLR8DMem XB.", - "website": "https://github.com/AloriumTechnology/XLR8DMem", - "category": "Uncategorized", + "name": "Sodaq_R4X", + "version": "2.0.0", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", + "category": "Communication", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/XLR8DMem.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DMem-1.0.1.zip", - "archiveFileName": "XLR8DMem-1.0.1.zip", - "size": 729823, - "checksum": "SHA-256:e6d6b8eec835a679a5fce976af32c4725110282737e9188059ed602834994281" + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.0.zip", + "archiveFileName": "Sodaq_R4X-2.0.0.zip", + "size": 29172, + "checksum": "SHA-256:d1ebcbb74b64a64b9a6793b85b25fac7cf9da157223bba4ab7b9148e74326f0c" }, { - "name": "t6iot", - "version": "1.0.0", - "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "sentence": "Library to connect t6 iot platform.", - "website": "https://github.com/mathcoll/t6/tree/master/sensors/libraries/t6iot", + "name": "Sodaq_R4X", + "version": "2.0.1", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mathcoll/t6iot.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.0.zip", - "archiveFileName": "t6iot-1.0.0.zip", - "size": 23534, - "checksum": "SHA-256:168e57a15d27bd87b4205084c44730accd6aae7df4ee8fecae95828c6e12a67b" + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.1.zip", + "archiveFileName": "Sodaq_R4X-2.0.1.zip", + "size": 29571, + "checksum": "SHA-256:da560d349f52651f9b4a3bdd545467fb90decf38c50bb01bbe8cbcd848e099e2" }, { - "name": "t6iot", - "version": "1.0.1", - "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "sentence": "Library to connect t6 iot platform.", - "website": "https://github.com/mathcoll/t6iot", + "name": "Sodaq_R4X", + "version": "2.0.2", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mathcoll/t6iot.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.1.zip", - "archiveFileName": "t6iot-1.0.1.zip", - "size": 23493, - "checksum": "SHA-256:2ce053bd29cc601d4f9bca782d19bad603cdac158686ec5ba5d29197ab9c6ff4" + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.0.2.zip", + "archiveFileName": "Sodaq_R4X-2.0.2.zip", + "size": 29556, + "checksum": "SHA-256:cb85b20cf199ce82140612d44179d54038ba57ce4468bdc9f8f0ce429c33399c" }, { - "name": "t6iot", - "version": "1.0.2", - "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", - "sentence": "Library to connect t6 iot platform.", - "website": "https://github.com/mathcoll/t6iot", + "name": "Sodaq_R4X", + "version": "2.1.0", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mathcoll/t6iot.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.2.zip", - "archiveFileName": "t6iot-1.0.2.zip", - "size": 632444, - "checksum": "SHA-256:136fb18c243543343cb2f1c48a5dcec2b05a04772b71803009d8cdb146df6ba4" + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.1.0.zip", + "archiveFileName": "Sodaq_R4X-2.1.0.zip", + "size": 39416, + "checksum": "SHA-256:7a0eb0dd193bf4ababd6689b4f4d822d8bb0352f53b75eb89a3d438e66cd2264" }, { - "name": "t6iot", - "version": "1.0.4", - "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", - "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", - "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", - "website": "https://github.com/mathcoll/t6iot", + "name": "Sodaq_R4X", + "version": "2.2.1", + "author": "SODAQ", + "maintainer": "SODAQ", + "sentence": "An Arduino library for the UBlox SARA R4X modules.", + "paragraph": "An Arduino library for the UBlox SARA R4X modules. It supports NBiot, LTE-M and 2G (R412 only) Radio Access Technologies. Implemented functionality for TCP/UDP sockets, HTTP and MQTT.", + "website": "https://github.com/SodaqMoja/Sodaq_R4X", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/mathcoll/t6iot.git", - "dependencies": [ - { - "name": "ArduinoJson", - "version": "=5.13.14" - }, - { - "name": "ArduinoOTA", - "version": "\u003e=1.0.0" - }, - { - "name": "ESP8266WiFi" - }, - { - "name": "ArduinoJWT" - }, - { - "name": "sha256" - }, - { - "name": "WiFiClient" - }, - { - "name": "ESP8266HTTPClient" - }, - { - "name": "ESP8266WebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.4.zip", - "archiveFileName": "t6iot-1.0.4.zip", - "size": 634231, - "checksum": "SHA-256:89be19dceb5c418b7ecc2eed68802620b17b91fef99f2c6b4057ae888ca7d278" + "repository": "https://github.com/SodaqMoja/Sodaq_R4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X-2.2.1.zip", + "archiveFileName": "Sodaq_R4X-2.2.1.zip", + "size": 39555, + "checksum": "SHA-256:445d98eb6f84dfb5671d8cd39f2293e29724bd53dd7a745597d2f9b673d15603" }, { - "name": "t6iot", - "version": "1.1.0", - "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", - "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", - "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", - "website": "https://github.com/mathcoll/t6iot", - "category": "Communication", + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mathcoll/t6iot.git", - "dependencies": [ - { - "name": "ArduinoJson", - "version": "\u003e=6.15.1" - }, - { - "name": "ArduinoOTA", - "version": "\u003e=1.0.0" - }, - { - "name": "ESP8266WiFi" - }, - { - "name": "ArduinoJWT" - }, - { - "name": "sha256" - }, - { - "name": "WiFiClient" - }, - { - "name": "ESP8266HTTPClient" - }, - { - "name": "ESP8266WebServer" - }, - { - "name": "ArduinoBearSSL" - }, - { - "name": "IoAbstraction" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.1.0.zip", - "archiveFileName": "t6iot-1.1.0.zip", - "size": 634723, - "checksum": "SHA-256:3770cfc4dab052c23f57e749c7bde93c7c23e7bbbd249da74e15c9fd308e08aa" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.0.zip", + "size": 26422, + "checksum": "SHA-256:fd03a6c236461856f11ec5d1e098cc7f6c61db1e7fcc0812c6de74e183c870c4" }, { - "name": "t6iot", - "version": "1.2.0", - "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", - "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", - "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", - "paragraph": "https://api.internetcollaboratif.info", - "website": "https://github.com/mathcoll/t6iot", - "category": "Communication", + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mathcoll/t6iot.git", - "dependencies": [ - { - "name": "ArduinoJson", - "version": "\u003e=6.15.1" - }, - { - "name": "ArduinoOTA", - "version": "\u003e=1.0.0" - }, - { - "name": "ESP8266WiFi" - }, - { - "name": "ArduinoJWT" - }, - { - "name": "sha256" - }, - { - "name": "WiFiClient" - }, - { - "name": "ESP8266HTTPClient" - }, - { - "name": "ESP8266WebServer" - }, - { - "name": "ESP8266WebServerSecure" - }, - { - "name": "ArduinoBearSSL" - }, - { - "name": "IoAbstraction" - }, - { - "name": "FS" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.2.0.zip", - "archiveFileName": "t6iot-1.2.0.zip", - "size": 635643, - "checksum": "SHA-256:29d89a34b9682f815c151896928ebd8c128ff2808f6c90d3c2701b633fc22d6f" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.1.zip", + "size": 24267, + "checksum": "SHA-256:8c773436a54e0792931fccb8ff1ea8a3e6d74f3823355305805db73c63f33da9" }, { - "name": "settingsManager", - "version": "1.0.0", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "Simple settings management for ESP8266", - "website": "http://github.com/marecl", - "category": "Data Storage", + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/settingsManager.git", - "providesIncludes": [ - "src/settingsManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.0.zip", - "archiveFileName": "settingsManager-1.0.0.zip", - "size": 16257, - "checksum": "SHA-256:7f37b0da353fa3636bcb853fdc762724362a06edf730dbd2f959fd610ba80e5d" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.2.zip", + "size": 24529, + "checksum": "SHA-256:ed48a0d3e7d3546f2ad21d9e95c60d5dab8c23ef0fa209ce392c8f7ce8bbf94a" }, { - "name": "settingsManager", - "version": "1.0.1", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "Simple settings management for ESP8266", - "website": "https://github.com/marecl/settingsManager", - "category": "Data Storage", + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/settingsManager.git", - "providesIncludes": [ - "settingsManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.1.zip", - "archiveFileName": "settingsManager-1.0.1.zip", - "size": 18140, - "checksum": "SHA-256:8a8e2bc05bf38b20729028219a033d99765b62f96d4af5bc93957cacf8c39781" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.3.zip", + "size": 25101, + "checksum": "SHA-256:0f40861669d144dc78eb8ca66606fdfad0bf35742a11caea43f4c34410b6d9d7" }, { - "name": "settingsManager", - "version": "1.0.2", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "Simple settings management for ESP8266", - "website": "https://github.com/marecl/settingsManager", - "category": "Data Storage", + "name": "SparkFun Qwiic Scale NAU7802 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control the 24-bit load cell amplifier NAU7802.", + "paragraph": "The Qwiic Scale from SparkFun is based on the NAU7802. This IC is a I2C controlled 24-bit ADC capable of converting load cells into a digital signal. The SparkFun Qwiic Scale board makes it easy to create a digital scale without soldering. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15242\"\u003eQwiic Scale\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/settingsManager.git", - "providesIncludes": [ - "settingsManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.2.zip", - "archiveFileName": "settingsManager-1.0.2.zip", - "size": 18309, - "checksum": "SHA-256:7577ca5cba033b23438fd885be5c0b7a3938711b0d0cd63a11e9e4311f0f69c1" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_Scale_NAU7802_Arduino_Library-1.0.4.zip", + "size": 25122, + "checksum": "SHA-256:6c6dc84ed5ec9735c6652b1ae579c1988ca2387d2bb7a855ad38eccbf16ad48e" }, { - "name": "Stator", - "version": "0.6.0", - "author": "Timon Skerutsch", - "maintainer": "Timon Skerutsch", - "sentence": "For managing states of your variables", - "paragraph": "Turning your dumb numbers and strings into smart objects that know what was happening to them and when.", - "website": "https://github.com/PTS93/Stator", - "category": "Other", + "name": "TimerFour", + "version": "1.0.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/PTS93/Stator.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PTS93/Stator-0.6.0.zip", - "archiveFileName": "Stator-0.6.0.zip", - "size": 8437, - "checksum": "SHA-256:a470a555a1534aebbb7ad37111872755d7adbc5f3688912cac940da5d68e8398" + "repository": "https://github.com/VincentLim/TimerFour.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.0.0.zip", + "archiveFileName": "TimerFour-1.0.0.zip", + "size": 7559, + "checksum": "SHA-256:01e3b7fab25f6d788f136f14e3d4c00598285db1af1cde4a61e6987e87872e61" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter", - "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", + "name": "TimerFour", + "version": "1.1.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer4 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-1.0.1.zip", - "size": 14698, - "checksum": "SHA-256:49d6a5d0ff008ce419b126f41e2f1b49e602039a002cad23e3810a50b4349cbc" + "repository": "https://github.com/VincentLim/TimerFour.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFour-1.1.0.zip", + "archiveFileName": "TimerFour-1.1.0.zip", + "size": 7693, + "checksum": "SHA-256:d6baf6ebd135b687106c336e9582da9b45458c9baeb449becc4e5e6b81da9e7b" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter", - "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", + "name": "TimerFive", + "version": "1.0.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.0.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.0.0.zip", - "size": 28442, - "checksum": "SHA-256:a39f36a72c54efbee5f1e1d94e58a51a58a870a197e709965135330d03c489ad" + "repository": "https://github.com/VincentLim/TimerFive.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.0.0.zip", + "archiveFileName": "TimerFive-1.0.0.zip", + "size": 8160, + "checksum": "SHA-256:8dd1715a0d3c61ac8a26485126f0c42d9f2d413b69a9aa04fa13f5df7710cd88" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", - "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", + "name": "TimerFive", + "version": "1.1.0", + "author": "Jesse Tane, J�r�me Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Vincent Limort�", + "maintainer": "Vincent Limort�", + "sentence": "Use hardware Timer5 for finer PWM control and/or running an periodic interrupt function", + "website": "http://playground.arduino.cc/Code/Timer1", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.1.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.1.0.zip", - "size": 28597, - "checksum": "SHA-256:277ce160a2db07dbe3048ebcacadcfd87175ac9a9b75f42260324ce4c6b55b61" + "repository": "https://github.com/VincentLim/TimerFive.git", + "url": "https://downloads.arduino.cc/libraries/github.com/VincentLim/TimerFive-1.1.0.zip", + "archiveFileName": "TimerFive-1.1.0.zip", + "size": 7652, + "checksum": "SHA-256:e654fc2a3b4c213adb17081caaed71aebb6b1f48f34640713caa25406ce7948c" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.2.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", - "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", + "name": "AntaresLoraID", + "version": "1.0.0", + "author": "Antares", + "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", + "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", + "paragraph": "Device library for lora.id network.", + "website": "https://github.com/antaresdocumentation/lorawan-loraid", + "category": "Communication", "architectures": [ - "*" + "avr", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.2.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.2.0.zip", - "size": 28600, - "checksum": "SHA-256:29557be02dcbbca5182b799d14774cb9315e7e8e23108c72ff8dda91bf3c8feb" + "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", + "providesIncludes": [ + "loraid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.0.0.zip", + "archiveFileName": "AntaresLoraID-1.0.0.zip", + "size": 39803, + "checksum": "SHA-256:f0e52e78ef485e68403d6b08a9d1b87fafc8535f88ff04245d508944b02fd5da" }, { - "name": "SparkFun ADS1015 Arduino Library", - "version": "2.3.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", - "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", - "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", - "category": "Signal Input/Output", + "name": "AntaresLoraID", + "version": "1.1.0", + "author": "Antares", + "maintainer": "Andri Rahmadhani \u003candrewflash@gmail.com\u003e, Fhandy Ahmad (fhandya@gmail.com), Muhammad Valian Masdani (valianmasdani@gmail.com), Antares Support Team (support@antares.id)", + "sentence": "Lora.id Arduino Library for Dragino/RFM and standalone LoRaWAN modules.", + "paragraph": "Device library for lora.id network.", + "website": "https://github.com/antaresdocumentation/lorawan-loraid", + "category": "Communication", "architectures": [ - "*" + "avr", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.3.0.zip", - "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.3.0.zip", - "size": 28622, - "checksum": "SHA-256:d8d36a115aa1996ba6a383dc22d9e231086fd8a902e6eda34b03c0478143c456" + "repository": "https://github.com/antaresdocumentation/lorawan-loraid.git", + "providesIncludes": [ + "loraid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/antaresdocumentation/AntaresLoraID-1.1.0.zip", + "archiveFileName": "AntaresLoraID-1.1.0.zip", + "size": 39990, + "checksum": "SHA-256:ee1f46b46424ca3558707f6ef99b9810b0980089fb215b732e667e7212f8b9af" }, { - "name": "RBD_SerialManager", - "version": "1.0.0-alpha.1", - "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "sentence": "A simple interface for serial communication.", - "paragraph": "A simple interface for serial communication.", - "website": "https://github.com/alextaujenis/RBD_SerialManager", + "name": "OneWireNg", + "version": "0.1.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ "avr" @@ -257188,765 +318617,953 @@ "types": [ "Contributed" ], - "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.1.zip", - "archiveFileName": "RBD_SerialManager-1.0.0-alpha.1.zip", - "size": 15046, - "checksum": "SHA-256:b18cf8d310c5f764ab29f207ddbd6a61025a220a570eaa4a6532ad6be3a64067" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.1.0.zip", + "archiveFileName": "OneWireNg-0.1.0.zip", + "size": 22097, + "checksum": "SHA-256:f1a4d2ac9e83450924497abc73bb5892c744306abc59f85e41a1c5bd2bf4c762" }, { - "name": "RBD_SerialManager", - "version": "1.0.0-alpha.2", - "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "sentence": "A simple interface for serial communication.", - "paragraph": "A simple interface for serial communication.", - "website": "https://github.com/alextaujenis/RBD_SerialManager", + "name": "OneWireNg", + "version": "0.2.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "avr" + "avr", + "megaavr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.2.zip", - "archiveFileName": "RBD_SerialManager-1.0.0-alpha.2.zip", - "size": 6156, - "checksum": "SHA-256:c1ee611505cf51a4fe29b6e7612a0214177987d728e2b736e709d93d0ea4ee44" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.2.0.zip", + "archiveFileName": "OneWireNg-0.2.0.zip", + "size": 38169, + "checksum": "SHA-256:6ad84d4e2aae7707676602f0313b7ffbe1d385d30597439a6497cf4f1ce05918" }, { - "name": "RBD_SerialManager", - "version": "1.0.0-alpha.3", - "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "sentence": "A simple interface for serial communication.", - "paragraph": "A simple interface for serial communication.", - "website": "https://github.com/alextaujenis/RBD_SerialManager", + "name": "OneWireNg", + "version": "0.3.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "avr" + "avr", + "megaavr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.3.zip", - "archiveFileName": "RBD_SerialManager-1.0.0-alpha.3.zip", - "size": 6349, - "checksum": "SHA-256:3c68c8bcdabbf626c7c1573741fdaefbed27311d7b1bfd51b7c82b51d3e9fb3e" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.3.0.zip", + "archiveFileName": "OneWireNg-0.3.0.zip", + "size": 41386, + "checksum": "SHA-256:53996864467d590cdb1657cf5d6a4afd878e45e77a494b14af4d3268049fa57b" }, { - "name": "RBD_SerialManager", - "version": "1.0.0", - "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", - "sentence": "A simple interface for serial communication.", - "paragraph": "A simple interface for serial communication.", - "website": "https://github.com/alextaujenis/RBD_SerialManager", + "name": "OneWireNg", + "version": "0.4.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "samd_beta", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0.zip", - "archiveFileName": "RBD_SerialManager-1.0.0.zip", - "size": 6894, - "checksum": "SHA-256:dd1740c03f359468d6ab69c5fa636e9ddc8a31f82db28fe6dcf8de804a4570f3" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.4.0.zip", + "archiveFileName": "OneWireNg-0.4.0.zip", + "size": 42613, + "checksum": "SHA-256:e8855fa6208a84607269777fba989174aa174d6e379e79d313235af0393f212f" }, { - "name": "Arduino_OAuth", - "version": "0.1.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "[BETA] OAuth 1.0 client library for Arduino.", - "paragraph": "This library depends on ArduinoHttpClient and ArduinoBearSSL.", - "website": "http://github.com/arduino-libraries/Arduino_OAuth", + "name": "OneWireNg", + "version": "0.4.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "samd_beta", + "esp8266", + "esp32" ], "types": [ - "Arduino" - ], - "repository": "https://github.com/arduino-libraries/Arduino_OAuth.git", - "providesIncludes": [ - "Arduino_OAuth.h" - ], - "dependencies": [ - { - "name": "ArduinoHttpClient" - }, - { - "name": "ArduinoBearSSL" - } + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OAuth-0.1.0.zip", - "archiveFileName": "Arduino_OAuth-0.1.0.zip", - "size": 11784, - "checksum": "SHA-256:a0eadcb7be445ebe98bd00acbf74d7e79db07aeb0cfcde43fb149a84b1f0f4fa" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.4.1.zip", + "archiveFileName": "OneWireNg-0.4.1.zip", + "size": 43505, + "checksum": "SHA-256:cb719c3e5698a5a68ddce3f03c5965b3c2da3faa0283d13cd2673f60d03a032f" }, { - "name": "oatmeal-protocol", - "version": "1.1.0", - "author": "Isaac Turner \u003cturner.isaac@gmail.com\u003e, Félix Cormier \u003cfelix.cormier@shielddx.com\u003e, Mark Amery \u003cmark.amery@shielddx.com\u003e", - "maintainer": "Isaac Turner \u003cturner.isaac@gmail.com\u003e", - "sentence": "A protocol to control and communicate with Arduino devices from Python.", - "paragraph": "The protocol supports multiple data types including integers, strings, floats, booleans, lists and missing values (NULL/None/nil). It even supports nested and mixed type lists.", - "website": "https://github.com/shielddx/oatmeal-protocol", + "name": "OneWireNg", + "version": "0.5.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/shielddx/oatmeal-protocol.git", - "providesIncludes": [ - "oatmeal_protocol.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/shielddx/oatmeal_protocol-1.1.0.zip", - "archiveFileName": "oatmeal_protocol-1.1.0.zip", - "size": 120723, - "checksum": "SHA-256:861164b7c2d77d9b70cd9092a8dbe834b5b9744f3919a3da5d2d0823bbcd8242" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.5.0.zip", + "archiveFileName": "OneWireNg-0.5.0.zip", + "size": 75306, + "checksum": "SHA-256:7042a02d08619cbdd26c92d75f520dcdf6f50cb529db1d6131e8f3f692e2863b" }, { - "name": "TCS34725", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for TCS34725 RGB Color Sensor", - "paragraph": "Arduino library for TCS34725 RGB Color Sensor", - "website": "https://github.com/hideakitai", - "category": "Device Control", + "name": "OneWireNg", + "version": "0.6.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TCS34725.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCS34725-0.1.0.zip", - "archiveFileName": "TCS34725-0.1.0.zip", - "size": 7172, - "checksum": "SHA-256:3e27503630088193c0ed7d693ef141925774f3712fe9f0e8af85629df39554a6" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.6.0.zip", + "archiveFileName": "OneWireNg-0.6.0.zip", + "size": 108243, + "checksum": "SHA-256:c60290249af451ea59323e16fbc63cfae9426ba7d9cd2cbf6a24c60e15b160d1" }, { - "name": "PeanutKing Soccer", - "version": "1.0.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.7.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.0.0.zip", - "archiveFileName": "PeanutKing_Soccer-1.0.0.zip", - "size": 13725, - "checksum": "SHA-256:5bc7fc7269b68e91318668bd379870ef621c98e5c8e09d6b1e70348b8fa001cb" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.0.zip", + "archiveFileName": "OneWireNg-0.7.0.zip", + "size": 115594, + "checksum": "SHA-256:24e21c65e2e6c552d4151c73db705eb677d80e22039ce476542d254186d01cd0" }, { - "name": "PeanutKing Soccer", - "version": "1.2.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.7.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.2.0.zip", - "archiveFileName": "PeanutKing_Soccer-1.2.0.zip", - "size": 14818, - "checksum": "SHA-256:4809e2a7c9886f3e3ff431a81a7562a21ff56e06f3259aaf8445ebf6e788d34b" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.1.zip", + "archiveFileName": "OneWireNg-0.7.1.zip", + "size": 115990, + "checksum": "SHA-256:8cecc17dd06c5f0611b9cd293b1d5a6d66c28f745df2a37584499fca0acc031c" }, { - "name": "PeanutKing Soccer", - "version": "1.3.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.7.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) new I/O interface with enhanced parasite powering support, (3) advanced search filtering, (4) overdrive mode support, (5) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.0.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.0.zip", - "size": 14795, - "checksum": "SHA-256:93a2f050a2eaa26eaf6ccbe88c40d1df1e979652547209816d4ecb83f95c6fdb" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.7.2.zip", + "archiveFileName": "OneWireNg-0.7.2.zip", + "size": 118171, + "checksum": "SHA-256:fb8cb18159304e8a5c5b36d2f5e6da805ab1ecd404c022b18077799c8b957c7d" }, { - "name": "PeanutKing Soccer", - "version": "1.3.1", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.8.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library", + "paragraph": "An alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.1.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.1.zip", - "size": 14795, - "checksum": "SHA-256:681c1c356f5d1a9f77db74013a71d5a2eb4dbac66afefd5f20529a8d480e068f" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.8.0.zip", + "archiveFileName": "OneWireNg-0.8.0.zip", + "size": 128997, + "checksum": "SHA-256:09c6932d7c56e1c625d5072c020168cbfa2a179e3ff5ad3a1da0a60f971689ed" }, { - "name": "PeanutKing Soccer", - "version": "1.3.2", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.8.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.2.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.2.zip", - "size": 15237, - "checksum": "SHA-256:2a1073e9f0d3b96a938b6543fae86ae0dbedd9a8792cb0d45fd74df993cb7650" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.8.1.zip", + "archiveFileName": "OneWireNg-0.8.1.zip", + "size": 131062, + "checksum": "SHA-256:c82e896011de7a8d02334b78598644c7acf4955783ccbf323a0e07863c156d58" }, { - "name": "PeanutKing Soccer", - "version": "1.3.3", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.8.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.3.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.3.zip", - "size": 15378, - "checksum": "SHA-256:fc702b3da5d57461b2e42ff884cad2ee41e3a65ce1363f5cbe824b5051dbe8be" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.8.2.zip", + "archiveFileName": "OneWireNg-0.8.2.zip", + "size": 131950, + "checksum": "SHA-256:ffde9e7c3f8f40be8b79aa324976216d512363aa6ce4f94690803a0d0574903e" }, { - "name": "PeanutKing Soccer", - "version": "1.3.5", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.8.3", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.5.zip", - "archiveFileName": "PeanutKing_Soccer-1.3.5.zip", - "size": 15420, - "checksum": "SHA-256:966c869aef6450efff43108ba50d7e706a6c385a513207cd061b3ef27b946f51" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.8.3.zip", + "archiveFileName": "OneWireNg-0.8.3.zip", + "size": 132164, + "checksum": "SHA-256:caa9c99b9fc138c2b7fc0608a73727ed6eb7384ce00aadf6c48d2a7b3d823840" }, { - "name": "PeanutKing Soccer", - "version": "2.0.1", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.9.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.0.1.zip", - "archiveFileName": "PeanutKing_Soccer-2.0.1.zip", - "size": 26533, - "checksum": "SHA-256:79f9545fc6d85386645535cc29c52b0162fe1e4d9c9780d69ea14da97bd8fb8e" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.9.0.zip", + "archiveFileName": "OneWireNg-0.9.0.zip", + "size": 135800, + "checksum": "SHA-256:f8610ce94fca16b88f49e9bcd3c20e35de7857d82ed464bada9e48039e6d2bf4" }, { - "name": "PeanutKing Soccer", - "version": "2.1.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.10.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.1.0.zip", - "archiveFileName": "PeanutKing_Soccer-2.1.0.zip", - "size": 28195, - "checksum": "SHA-256:bd4ab50025ec121be89346fbb58e3c3c0a7f076ddfb219ad570818af12c14a7e" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.10.0.zip", + "archiveFileName": "OneWireNg-0.10.0.zip", + "size": 141505, + "checksum": "SHA-256:381bd7d2a5d10fcf511e4bd669b0f617b3abadca6979a12b35058fe0f48d5a25" }, { - "name": "PeanutKing Soccer", - "version": "2.2.0", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.10.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.0.zip", - "archiveFileName": "PeanutKing_Soccer-2.2.0.zip", - "size": 40513, - "checksum": "SHA-256:09809c639c4a13bf3489191278fb787a89b3c794bfffc5dcaef44d069fa94832" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.10.1.zip", + "archiveFileName": "OneWireNg-0.10.1.zip", + "size": 147096, + "checksum": "SHA-256:37e8ccb3c777dd6a819a9f92993391b2bbd39b2bb9e1f4bebbb3c9d01d2b6451" }, { - "name": "PeanutKing Soccer", - "version": "2.2.5", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.10.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.5.zip", - "archiveFileName": "PeanutKing_Soccer-2.2.5.zip", - "size": 41004, - "checksum": "SHA-256:fe43cccd7e2f174a3fba86bbb4f5aaba060ab2e07e4935e2deaf1d218c10ff8c" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.10.2.zip", + "archiveFileName": "OneWireNg-0.10.2.zip", + "size": 148226, + "checksum": "SHA-256:cbc8ff77fc3ad7ffe7371b39d0ec4cb8579edd2df205ee25f9cb0595096ba373" }, { - "name": "PeanutKing Soccer", - "version": "2.2.6", - "author": "PeanutKing", - "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", - "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", - "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", - "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.10.3", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.6.zip", - "archiveFileName": "PeanutKing_Soccer-2.2.6.zip", - "size": 41223, - "checksum": "SHA-256:c54aee14784ad248910daf0fbfa15ad304b75bd26091062c26b4eca4ac21a3b4" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.10.3.zip", + "archiveFileName": "OneWireNg-0.10.3.zip", + "size": 148375, + "checksum": "SHA-256:4ed86a25033f87b82d198d8a8fbc9921da098c077afaf16c531b7d50cc18880f" }, { - "name": "DS18B20", - "version": "1.0.0", - "author": "Mathias Munk Hansen", - "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", - "sentence": "Arduino library for the Maxim Integrated DS18B20 1-Wire temperature sensor.", - "paragraph": "This library is very simple and intuitive to use, and supports auto-discovering sensors with an optional high/low condition or manually addressing individual sensors.", - "website": "https://github.com/matmunk/DS18B20", - "category": "Sensors", + "name": "OneWireNg", + "version": "0.11.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/matmunk/DS18B20.git", - "providesIncludes": [ - "DS18B20.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/matmunk/DS18B20-1.0.0.zip", - "archiveFileName": "DS18B20-1.0.0.zip", - "size": 955396, - "checksum": "SHA-256:97e08b2dea9c468b52eea9182fadd3b7119cfb72e96bac9cb902dafcd3fb48ff" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.11.1.zip", + "archiveFileName": "OneWireNg-0.11.1.zip", + "size": 161839, + "checksum": "SHA-256:cd26e4658708d0a29be297ce3e2ede704ae3da40389773f2f17b65b020885903" }, { - "name": "Matrix Mini Library", - "version": "1.1.0", - "author": "MATRIX", - "maintainer": "MATRIX \u003cservice1@kkitc.net \u003e", - "sentence": "MATRIX MINI Library", - "paragraph": "MATRIX MINI Library", - "website": "https://github.com/frason5566/MatrixMini-/tree/master/MatrixMini", - "category": "Device Control", + "name": "OneWireNg", + "version": "0.11.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/frason5566/MatrixMini.git", - "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-1.1.0.zip", - "archiveFileName": "Matrix_Mini_Library-1.1.0.zip", - "size": 117979, - "checksum": "SHA-256:b005c6e486934728abb8f2c75dc886b27870f510b888b902f940b4bb00763775" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.11.2.zip", + "archiveFileName": "OneWireNg-0.11.2.zip", + "size": 161958, + "checksum": "SHA-256:19d629a47e88e9b0553cf86efb5ada2a72cba0862f02859e142f94c89189ffa1" }, { - "name": "Matrix Mini Library", - "version": "2.1.0", - "author": "KKITC", - "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", - "sentence": "Matrix Mini Library", - "paragraph": "Matrix Mini Library", - "website": "https://github.com/Matrix-Robotics/MatrixMini", - "category": "Device Control", + "name": "OneWireNg", + "version": "0.12.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/frason5566/MatrixMini.git", - "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.1.0.zip", - "archiveFileName": "Matrix_Mini_Library-2.1.0.zip", - "size": 32723, - "checksum": "SHA-256:44fe76a47b05bf1fb8d77e54da0f763e2d251ae8d7b54a6e11e2c7e0f1283cb4" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.12.0.zip", + "archiveFileName": "OneWireNg-0.12.0.zip", + "size": 185284, + "checksum": "SHA-256:75c70aa439ae2d82da5f47a121f3d7ceb211cfb48f681c85e33a63750efc0c79" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.0.0", - "author": "AllThingsTalk", - "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker.", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "name": "OneWireNg", + "version": "0.12.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "samd_beta", + "esp8266", + "esp32", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", - "providesIncludes": [ - "ABPCredentials.h", - "LoRaModem.h", - "CborPayload.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", - "size": 52001, - "checksum": "SHA-256:b33d17c95e1b4c73cd39c7dab62ca97a8a31fbba37f36d95e4a03d7204aad7b7" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.12.1.zip", + "archiveFileName": "OneWireNg-0.12.1.zip", + "size": 187887, + "checksum": "SHA-256:ece59a63d862846168b7e88e3e8ee99f6ed7520112aa203c78f964770af4c1a1" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.1.0", - "author": "AllThingsTalk", - "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "name": "OneWireNg", + "version": "0.12.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "esp8266", + "esp32", + "rp2040", + "sam", + "samd", + "samd_beta", + "stm32", + "mbed_nano", + "mbed_rp2040", + "mbed_edge", + "mbed_nicla", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", - "providesIncludes": [ - "AllThingsTalk_LoRaWAN.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.0.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.0.zip", - "size": 484781, - "checksum": "SHA-256:6c76df191f5189a8b80826bde0880dba97a6e3d27861cc8533ffce51f400ea48" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.12.2.zip", + "archiveFileName": "OneWireNg-0.12.2.zip", + "size": 188363, + "checksum": "SHA-256:6abc9ff7ade3776078a25e638239613ead907e4fe0b7e72b842580dcd03a2f23" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.1.2", - "author": "AllThingsTalk", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "name": "OneWireNg", + "version": "0.13.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "esp8266", + "esp32", + "rp2040", + "sam", + "samd", + "samd_beta", + "stm32", + "mbed_edge", + "mbed_nano", + "mbed_nicla", + "mbed_opta", + "mbed_portenta", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", - "providesIncludes": [ - "AllThingsTalk_LoRaWAN.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.2.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.2.zip", - "size": 497266, - "checksum": "SHA-256:8bcf89a38f8e5f672798158e88351da2335a341ae157342716a3f4705b52b29c" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.13.0.zip", + "archiveFileName": "OneWireNg-0.13.0.zip", + "size": 206387, + "checksum": "SHA-256:d49250d4ba85dbfbf79772492e18711c07a62f7627ec7acee17178b43820f804" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.1.3", - "author": "AllThingsTalk", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "name": "OneWireNg", + "version": "0.13.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "esp8266", + "esp32", + "rp2040", + "sam", + "samd", + "samd_beta", + "stm32", + "mbed_edge", + "mbed_nano", + "mbed_nicla", + "mbed_opta", + "mbed_portenta", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", - "providesIncludes": [ - "AllThingsTalk_LoRaWAN.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.3.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.3.zip", - "size": 499001, - "checksum": "SHA-256:85f8347d63d33320ce8da291e226277cf4d26c242cbcba58948fa1019329d1bb" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.13.1.zip", + "archiveFileName": "OneWireNg-0.13.1.zip", + "size": 206478, + "checksum": "SHA-256:40666fe081661e977ca84ad1757fd16dd4b4d3653a9bf7219c10f1d4d9a057f4" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.1.4", - "author": "AllThingsTalk", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "name": "OneWireNg", + "version": "0.13.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Arduino 1-wire service library. OneWire alternative.", + "paragraph": "Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture.", + "website": "https://github.com/pstolarz/OneWireNg", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "esp8266", + "esp32", + "rp2040", + "sam", + "samd", + "samd_beta", + "stm32", + "mbed_edge", + "mbed_nano", + "mbed_nicla", + "mbed_opta", + "mbed_portenta", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", - "providesIncludes": [ - "AllThingsTalk_LoRaWAN.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.4.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.4.zip", - "size": 499691, - "checksum": "SHA-256:3a136c0cad72d1cbee3c6ff00cd8bf6ab497d7ba4de58c9082a76425ec30b79e" + "repository": "https://github.com/pstolarz/OneWireNg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/OneWireNg-0.13.2.zip", + "archiveFileName": "OneWireNg-0.13.2.zip", + "size": 206402, + "checksum": "SHA-256:2743038db0db5eab10bb762c03b67265e04872999613209e48d5cae6f84e547f" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.1.5", - "author": "AllThingsTalk", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", - "category": "Communication", + "name": "PE43xx", + "version": "1.0.0", + "author": "Tatu Wikman (tatu.wikman@gmail.com)", + "maintainer": "Tatu Wikman (tatu.wikman@gmail.com)", + "sentence": "Simplifies usage of PE43xx family of attenuators.", + "paragraph": "Allows easy control of PE43xx stepping attenuators.", + "website": "https://github.com/tswfi/PE43xx", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "repository": "https://github.com/tswfi/PE43xx.git", "providesIncludes": [ - "AllThingsTalk_LoRaWAN.h" + "PE43xx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.5.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.5.zip", - "size": 499350, - "checksum": "SHA-256:d01908de7ea13b7e732083f091cae55352c8e180de4f90e4ee69bcf2572e4772" + "url": "https://downloads.arduino.cc/libraries/github.com/tswfi/PE43xx-1.0.0.zip", + "archiveFileName": "PE43xx-1.0.0.zip", + "size": 5727, + "checksum": "SHA-256:dab9ea3fe1bbf1f772c07dbc76eb36fe704f9155b4dd1b1cc500c3feb51347bd" }, { - "name": "AllThingsTalk LoRaWAN SDK", - "version": "3.1.6", - "author": "AllThingsTalk", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "LoRaWAN SDK for AllThingsTalk Maker", - "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", - "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "name": "DabbleESP32", + "version": "1.4.1", + "author": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "maintainer": "Mimansa Maheshwari \u003cmimansa@thestempedia.com\u003e, Dhrupal Shah \u003cdhrupal@thestempedia.com\u003e", + "sentence": "Dabble is a library to interface ESP32 with Dabble Smartphone app on Arduino IDE.", + "paragraph": "Dabble app transforms a Smartphone into a virtual I/O device. It communicates with hardware like Espressif ESP32 board using in-built Bluetooth (BLE) or evive, and Arduino boards (Uno, Mega, and Nano) using Bluetooth modules like HC-05, HC-06 or HM-10 (BT 2.0, 4.0 or BLE). The app consists of modules that provide access to different functionalities of the smartphone like sensors (accelerometer, GPS, mic, etc.), camera, internet, etc. and consists of certain user interfaces for hardware control and project-making.", + "website": "https://thestempedia.com/product/dabble", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "repository": "https://github.com/STEMpedia/DabbleESP32.git", "providesIncludes": [ - "AllThingsTalk_LoRaWAN.h" + "DabbleESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.6.zip", - "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.6.zip", - "size": 502634, - "checksum": "SHA-256:4d6aac4207415f4449d8d44771dd8167e2f32ef6362d2ba0a41d25051ee71c24" + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.1.zip", + "archiveFileName": "DabbleESP32-1.4.1.zip", + "size": 81704, + "checksum": "SHA-256:38a2ed4db60b872067909d6bcc57633f5ec2eae53ecf69bf3caa9076551a69fd" }, { - "name": "MAX6675 with hardware SPI", - "version": "1.0.0", - "author": "Evgeny Kremer", - "maintainer": "Evgeny Kremer \u003cevgeny.kremer@gmail.com\u003e", - "sentence": "A library for MAX6675 thermocouple interface.", - "paragraph": "The library allows to control MAX6675 thermocouple interface. Uses hardware SPI and respects poll timings according to the datasheet", - "website": "https://github.com/zhenek-kreker/MAX6675", - "category": "Sensors", + "name": "DabbleESP32", + "version": "1.4.0", + "author": "STEMpedia", + "maintainer": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "sentence": "DabbleESP32 is a library to use Dabble App with ESP32 on Arduino IDE.", + "paragraph": "Dabble app communicate with hardware like evive Arduino boards like Uno, Mega and Nano using bluetooth modules like HC-05,HM-10 and with espressif ESP32 board using built in bluetooth present in it. App consists of modules that explore different functionalities of smartphone like sensors,camera etc and also consists of certain user interfaces.Hardware communicates with app using Dabble library over bluetooth and access these app features.", + "website": "https://github.com/STEMpedia/Dabble", + "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/zhenek-kreker/MAX6675.git", - "url": "https://downloads.arduino.cc/libraries/github.com/zhenek-kreker/MAX6675_with_hardware_SPI-1.0.0.zip", - "archiveFileName": "MAX6675_with_hardware_SPI-1.0.0.zip", - "size": 4835, - "checksum": "SHA-256:4907f36c111983d8a588ef79f217d0ff5cee723e0e6866a38a1d4f361d72b6bb" + "repository": "https://github.com/STEMpedia/DabbleESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.4.0.zip", + "archiveFileName": "DabbleESP32-1.4.0.zip", + "size": 82705, + "checksum": "SHA-256:abf7647cb2d834a053a4ae545ea94d9a60ccb3ef6c6a82743bce08abbc3c29b1" }, { - "name": "LiquidCrystal_74HC595", - "version": "1.0.0", - "author": "Mathias Munk Hansen", - "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", - "sentence": "This library allows an Arduino board to control most LCDs (Hitachi HD44780 based or compatible) through a 74HC595 shift register.", - "paragraph": "This provides a very cost effective way of reducing the number of pins needed to control an LCD (from 6 to 3 pins in 4 bit mode).", - "website": "https://github.com/matmunk/LiquidCrystal_74HC595", - "category": "Display", + "name": "DabbleESP32", + "version": "1.5.1", + "author": "STEMpedia \u003ccontact@thestempedia.com\u003e", + "maintainer": "Mimansa Maheshwari \u003cmimansa@thestempedia.com\u003e, Dhrupal Shah \u003cdhrupal@thestempedia.com\u003e", + "sentence": "Dabble is a library to interface ESP32 with Dabble Smartphone app on Arduino IDE.", + "paragraph": "Dabble app transforms a Smartphone into a virtual I/O device. It communicates with hardware like Espressif ESP32 board using in-built Bluetooth (BLE) or evive, and Arduino boards (Uno, Mega, and Nano) using Bluetooth modules like HC-05, HC-06 or HM-10 (BT 2.0, 4.0 or BLE). The app consists of modules that provide access to different functionalities of the smartphone like sensors (accelerometer, GPS, mic, etc.), camera, internet, etc. and consists of certain user interfaces for hardware control and project-making.", + "website": "https://thestempedia.com/product/dabble", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/matmunk/LiquidCrystal_74HC595.git", + "repository": "https://github.com/STEMpedia/DabbleESP32.git", "providesIncludes": [ - "LiquidCrystal_74HC595.h" + "DabbleESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/matmunk/LiquidCrystal_74HC595-1.0.0.zip", - "archiveFileName": "LiquidCrystal_74HC595-1.0.0.zip", - "size": 430570, - "checksum": "SHA-256:416e8776ca068e28cc75e753a79bb2fbb6f7836bdd297989b5c9df6cc7bddfba" + "url": "https://downloads.arduino.cc/libraries/github.com/STEMpedia/DabbleESP32-1.5.1.zip", + "archiveFileName": "DabbleESP32-1.5.1.zip", + "size": 75222, + "checksum": "SHA-256:4fe6a0192db62e8a85472abd2c8fccd0e4a981ed9f78c4320c8577bf3c6cad3b" }, { - "name": "VGAX", - "version": "1.2.0", - "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "sentence": "VGA signal generator for UNO and MEGA", - "paragraph": "Supports 120x60px 2bpp on Arduino UNO and 120x240px 2bpp on Arduino MEGA", - "website": "https://github.com/smaffer/vgax", - "category": "Display", + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "0.1.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/protocentral/protocentral_max86150", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smaffer/vgax.git", - "providesIncludes": [ - "VGAX.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/VGAX-1.2.0.zip", - "archiveFileName": "VGAX-1.2.0.zip", - "size": 2086086, - "checksum": "SHA-256:00aca9d272f8aaf401c226f4d0bef2e5fe442de3310411431c1578cf3cd8acdf" + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.1.zip", + "size": 155323, + "checksum": "SHA-256:c0b986804b807def5b62106f3adcb2c87e8c59b465a1e309cfd1d2bd1693789b" }, { - "name": "VGAXUA", - "version": "1.0.0", - "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "sentence": "VGA UART signal generator for UNO and MEGA", - "paragraph": "Supports monocromatic 192x80px on Arduino UNO and 200x240px on Arduino MEGA", - "website": "https://github.com/smaffer/vgaxua", - "category": "Display", + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "0.1.3", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smaffer/vgaxua.git", - "providesIncludes": [ - "VGAXUA.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/VGAXUA-1.0.0.zip", - "archiveFileName": "VGAXUA-1.0.0.zip", - "size": 2947510, - "checksum": "SHA-256:e0f5371c2443aa4567dc4c944d50a4d6efd6740e949b97e3080d778d70013cf2" + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.3.zip", + "size": 437372, + "checksum": "SHA-256:67edf9d325b5aa26d772cd55d89e9cfd4e7001b6afca7626086c1ca1930a633a" }, { - "name": "ESPVGAX", - "version": "1.0.0", - "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "sentence": "VGA signal generator for ESP8266", - "paragraph": "Supports monocromatic 512x480px with additional dynamic colors", - "website": "https://github.com/smaffer/espvgax", - "category": "Display", + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "0.1.4", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smaffer/espvgax.git", - "providesIncludes": [ - "ESPVGAX.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/ESPVGAX-1.0.0.zip", - "archiveFileName": "ESPVGAX-1.0.0.zip", - "size": 2699051, - "checksum": "SHA-256:2f2621ae3656aa75d88d33cd1aceb45f85c4a29519f8391c01ea774aea63b93d" + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.4.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-0.1.4.zip", + "size": 290821, + "checksum": "SHA-256:89845d934c659bece58b30acb6b092c41ba75df78701e8f9635514566fa28192" }, { - "name": "CM1106 I2C", + "name": "ProtoCentral MAX86150 PPG and ECG IC library", "version": "1.0.0", - "author": "Neosarchizo", - "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", - "sentence": "Arduino library to control Cubic CM1106 I2C", - "paragraph": "Arduino library to control Cubic CM1106 I2C", - "website": "https://github.com/neosarchizo/cm1106_i2c", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", "category": "Sensors", "architectures": [ "*" @@ -257954,20 +319571,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/neosarchizo/cm1106_i2c.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.0.zip", - "archiveFileName": "CM1106_I2C-1.0.0.zip", - "size": 18073, - "checksum": "SHA-256:264588ba907a11a563554e31aedbe9b27fadb387cc4ec11fa1884ff6383cf2cd" + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.0.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.0.zip", + "size": 675596, + "checksum": "SHA-256:9dbe4e09dbd452aaf82bca072806cfb8ee7c4e142720dabf51f680fb541a5bb2" }, { - "name": "CM1106 I2C", + "name": "ProtoCentral MAX86150 PPG and ECG IC library", "version": "1.0.1", - "author": "Neosarchizo", - "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", - "sentence": "Arduino library to control Cubic CM1106 I2C", - "paragraph": "Arduino library to control Cubic CM1106 I2C", - "website": "https://github.com/neosarchizo/cm1106_i2c", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", "category": "Sensors", "architectures": [ "*" @@ -257975,815 +319592,840 @@ "types": [ "Contributed" ], - "repository": "https://github.com/neosarchizo/cm1106_i2c.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.1.zip", - "archiveFileName": "CM1106_I2C-1.0.1.zip", - "size": 18377, - "checksum": "SHA-256:8b9c5176b73b1122621655ab8cb144dc20f8776a100c055e147a7dbc5c922a86" + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "dependencies": [ + { + "name": "FIR filter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.1.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.1.zip", + "size": 678571, + "checksum": "SHA-256:ac2c5438564545043d4a8e8ff586ee22b59e3b81ccb3d06e84d18f5227fdf12f" }, { - "name": "Virtuino library for all ESP8266 and ESP32 boards", - "version": "1.7.2", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuinoESP", - "category": "Communication", + "name": "ProtoCentral MAX86150 PPG and ECG IC library", + "version": "1.0.2", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library for the MAX86150 PPG and ECG sensor module breakout board", + "paragraph": "Arduino library for the MAX86150 PPG and ECG sensor module", + "website": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/iliaslamprou/virtuinoESP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", - "archiveFileName": "Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", - "size": 22067, - "checksum": "SHA-256:3ac363ba4015b54504cf9e32d4e57f006a1eaf22c0166f402101b03e25784e9a" + "repository": "https://github.com/Protocentral/protocentral_max86150_ecg_ppg.git", + "dependencies": [ + { + "name": "FIR filter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.2.zip", + "archiveFileName": "ProtoCentral_MAX86150_PPG_and_ECG_IC_library-1.0.2.zip", + "size": 678409, + "checksum": "SHA-256:bd9bc1d0cb7728e902ed6f186f05a59df2176dbde406b843782aeca5f514fa17" }, { - "name": "NeuralNetwork", - "version": "1.0.0", - "author": "George Chousos", - "maintainer": "gxousos@gmail.com", - "sentence": "Simple MLP Neural-Network Library.", - "paragraph": "Love Everything and everyone, wish you the best.", - "website": "https://github.com/GiorgosXou", - "category": "Uncategorized", + "name": "sensirion-sps", + "version": "0.0.3", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.0.zip", - "archiveFileName": "NeuralNetwork-1.0.0.zip", - "size": 20466, - "checksum": "SHA-256:5343a11e2a5e49400a3d4bd22bdb5519d689250b9fe03fa16a95ae4c5669caf4" + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": [ + "sps30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.3.zip", + "archiveFileName": "sensirion_sps-0.0.3.zip", + "size": 64954, + "checksum": "SHA-256:eb8cfa989a17f77b52dfc3f1441b5dd490cf6e733cabdf347830980d4838a748" }, { - "name": "NeuralNetwork", - "version": "1.0.2", - "author": "George Chousos", - "maintainer": "gxousos@gmail.com", - "sentence": "Simple MLP Neural-Network Library.", - "paragraph": "Love Everything and everyone, wish you the best.", - "website": "https://github.com/GiorgosXou", - "category": "Uncategorized", + "name": "sensirion-sps", + "version": "0.0.5", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.2.zip", - "archiveFileName": "NeuralNetwork-1.0.2.zip", - "size": 20584, - "checksum": "SHA-256:c4642191264f7eb4a6178bb543fe56f93b3278684e2dab2a36efe477aad9389b" + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": [ + "sps30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.5.zip", + "archiveFileName": "sensirion_sps-0.0.5.zip", + "size": 66202, + "checksum": "SHA-256:b397625e7dc3db38344f1dd0ad9b26b0cb09f1debd9caf8766aa0849c85a6a3d" }, { - "name": "NeuralNetwork", - "version": "1.0.1", - "author": "George Chousos", - "maintainer": "gxousos@gmail.com", - "sentence": "Simple MLP Neural-Network Library.", - "paragraph": "Love Everything and everyone, wish you the best.", - "website": "https://github.com/GiorgosXou", - "category": "Uncategorized", + "name": "sensirion-sps", + "version": "0.0.6", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.1.zip", - "archiveFileName": "NeuralNetwork-1.0.1.zip", - "size": 20585, - "checksum": "SHA-256:f76d6b59e84e88b32d5c9ea339e39eb9267bbe2ceac49cade44c39ef61515f33" + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": [ + "sps30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.0.6.zip", + "archiveFileName": "sensirion_sps-0.0.6.zip", + "size": 66444, + "checksum": "SHA-256:a8108face69dc798c109f0dff49a5dcce1c0dd44559c8efec3ee49e82320c0a2" }, { - "name": "Witty", - "version": "1.0.1", - "author": "Didel \u003cinfo@didel.com\u003e", - "maintainer": "Boxtec \u003cinfo@boxtec.ch\u003e", - "sentence": "Witty Support Library", - "paragraph": "Several support libraries for the Witty self-balancing 2WD bot from Didel.com. See the WittyQuickStartGuide.pdf in the docs folder.", - "website": "https://git.boxtec.ch/didel/Witty", - "category": "Other", + "name": "sensirion-sps", + "version": "0.9.0", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/boxtec/Witty.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boxtec/Witty-1.0.1.zip", - "archiveFileName": "Witty-1.0.1.zip", - "size": 2069981, - "checksum": "SHA-256:ea80deef3cb8d856342d7a32dc88a14bf1023706a8da139933b9654876e2bd1b" + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": [ + "sps30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-0.9.0.zip", + "archiveFileName": "sensirion_sps-0.9.0.zip", + "size": 67721, + "checksum": "SHA-256:d7b7f5870429ed693217fc7bb1e1f6ade2b79144ef14572468207f3e56b8acc4" }, { - "name": "Virtuino library for STM32 boards", - "version": "1.6.3", - "author": "\u003ciliaslampr@gmail.com\u003e", - "maintainer": "\u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuino_stm32", - "category": "Communication", + "name": "sensirion-sps", + "version": "1.0.0", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/iliaslamprou/virtuino_stm32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_STM32_boards-1.6.3.zip", - "archiveFileName": "Virtuino_library_for_STM32_boards-1.6.3.zip", - "size": 55293, - "checksum": "SHA-256:0ae5b5f36512d3988fbbef2b0e6a9885b37725ed08179eb2ba35fed8897556aa" + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": [ + "sps30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-1.0.0.zip", + "archiveFileName": "sensirion_sps-1.0.0.zip", + "size": 68551, + "checksum": "SHA-256:edc2ba6efd3b1ab808ac1255cfbd68aa03e061c36567473a82925d590666ec56" }, { - "name": "PWMFreak", - "version": "0.2.0", - "author": "Colin MacKenzie", - "maintainer": "colin@flyingeinstein.com", - "sentence": "Configures the PWM frequency on a pin", - "paragraph": "A very small library for configuring the PWM frequency for AVR based Arduinos. At least some of this code has been copied from the Internet, see PWMFreak.h for attribution.", - "website": "https://github.com/flyingeinstein/PWMFreak", - "category": "Timing", + "name": "sensirion-sps", + "version": "1.1.0", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/guru-florida/PWMFreak.git", + "repository": "https://github.com/Sensirion/arduino-sps.git", "providesIncludes": [ - "PWMFreak.h" + "sps30.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/guru-florida/PWMFreak-0.2.0.zip", - "archiveFileName": "PWMFreak-0.2.0.zip", - "size": 3345, - "checksum": "SHA-256:55853b781f0831b67ce98f105a2d9b2ed2ae71286f9f4fa326afbcfc7b1369fd" + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-1.1.0.zip", + "archiveFileName": "sensirion_sps-1.1.0.zip", + "size": 68907, + "checksum": "SHA-256:c51ef7a98f780e2301471c9917f6e3d0dd3671356471b584e81d59794696ad93" }, { - "name": "UARDECS Library", - "version": "1.2.1", - "author": "H.kurosaki,K.yasuba", - "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", - "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", - "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. It corresponds to Arduino UNO or MEGA. Always requires Ethernet shield2.", - "website": "http://uecs.org/arduino/uardecs.html", - "category": "Communication", + "name": "sensirion-sps", + "version": "1.1.1", + "author": "Johannes Winkelmann", + "maintainer": "Johannes Winkelmann \u003cjwi@sensirion.com\u003e", + "sentence": "Support for Sensirion's SPS30 particulate matter sensor", + "paragraph": "The SPS30 has mass concentrations for pm1, pm2.5, pm4, and pm10, plus number concentrations for pm0.5, pm1, pm2.5, pm4, and pm10", + "website": "https://www.sensirion.com/sps30/", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/H-Kurosaki/UARDECS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_Library-1.2.1.zip", - "archiveFileName": "UARDECS_Library-1.2.1.zip", - "size": 75165, - "checksum": "SHA-256:0200f290145d556066b28df63bffa01eba5c4b5ecd59be3b37489ab458da0305" + "repository": "https://github.com/Sensirion/arduino-sps.git", + "providesIncludes": [ + "sps30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/sensirion_sps-1.1.1.zip", + "archiveFileName": "sensirion_sps-1.1.1.zip", + "size": 68974, + "checksum": "SHA-256:ccfb3e5e93b42e0f0f44dac81f1fc674416617b2b9a21ec755ef9a012ac602dd" }, { - "name": "uMulti", - "version": "0.1.0", - "author": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", - "maintainer": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", - "sentence": "Cooperative multitasking for the AVR line of microcontrollers.", - "paragraph": "Cooperative multitasking for the AVR line of microcontrollers. Focused on minimal memory usage and ease of use.", - "website": "https://github.com/byronholldorf/uMulti", - "category": "Other", + "name": "Atmega32u4_IO", + "version": "3.0.0", + "author": "RobotCing Team", + "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "http://robotcing.wz.sk", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/byronholldorf/uMulti.git", - "providesIncludes": [ - "uMulti.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/byronholldorf/uMulti-0.1.0.zip", - "archiveFileName": "uMulti-0.1.0.zip", - "size": 8620, - "checksum": "SHA-256:f00d32929ffcd25d7a78b88ce81d3a280b94e969d98f67f8bd3e8cbe5b95c44b" + "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.0.zip", + "archiveFileName": "Atmega32u4_IO-3.0.0.zip", + "size": 7528, + "checksum": "SHA-256:fa9164cb1c3867d09ad2f33a73e31ac14c988b79bb15af552ed7de836a1c4f3a" }, { - "name": "uMulti", - "version": "0.1.1", - "author": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", - "maintainer": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", - "sentence": "Cooperative multitasking for the AVR line of microcontrollers.", - "paragraph": "Cooperative multitasking for the AVR line of microcontrollers. Focused on minimal memory usage and ease of use. Uses memory compaction technique to maximize stack usage.", - "website": "https://github.com/byronholldorf/uMulti", - "category": "Other", + "name": "Atmega32u4_IO", + "version": "3.0.1", + "author": "RobotCing Team", + "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "http://robotcing.wz.sk", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/byronholldorf/uMulti.git", - "providesIncludes": [ - "uMulti.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/byronholldorf/uMulti-0.1.1.zip", - "archiveFileName": "uMulti-0.1.1.zip", - "size": 8654, - "checksum": "SHA-256:541e786b94c63f030a4407003635ddd4799e4773caa8117b49e92e5448e38523" + "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.1.zip", + "archiveFileName": "Atmega32u4_IO-3.0.1.zip", + "size": 7599, + "checksum": "SHA-256:36cd6d51a41309588a317842934dd015bea6165164c5a98ca2b77267387f0cf4" }, { - "name": "databot", - "version": "0.1.0", - "author": "Sean Tucker", - "maintainer": "Sean Tucker", - "sentence": "Code to get your databot running", - "paragraph": "Code to get your databot running", - "website": "https://github.com/arbotics-llc/databot-arduino", - "category": "Sensors", + "name": "Atmega32u4_IO", + "version": "3.0.2", + "author": "RobotCing Team", + "maintainer": "RobotCing Team \u003crobotcing@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "http://robotcing.wz.sk", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.0.zip", - "archiveFileName": "databot-0.1.0.zip", - "size": 258968, - "checksum": "SHA-256:40cd89f216124ed0190f21008b5c24305511c12c4ac1d5a9efe404dec64634f2" + "repository": "https://github.com/RobotCing/Atmega32u4_IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobotCing/Atmega32u4_IO-3.0.2.zip", + "archiveFileName": "Atmega32u4_IO-3.0.2.zip", + "size": 7755, + "checksum": "SHA-256:cdef71d9c0e87e73777be7d9cbfe63031d386ba67b56c62495aec1f2655a8f85" }, { - "name": "databot", - "version": "0.1.2", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting daboto, based on arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "WebSocketStreamClient", + "version": "0.1.0", + "author": "Areve", + "maintainer": "Areve \u003careve@challen.info\u003e", + "sentence": "A WebSocketClient that can be used with PubCubClient for MQTT over WebSockets.", + "paragraph": "A WebSocketClient that implements Client.h so that the PubCubClient MQTT library can use it - with wss or ws", + "website": "https://github.com/areve/WebSocketStreamClient", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.2.zip", - "archiveFileName": "databot-0.1.2.zip", - "size": 268843, - "checksum": "SHA-256:2baade7eee10701e509546682e9f3bdc96699b8d36bcdaecabbb2e12c40c7018" + "repository": "https://github.com/areve/WebSocketStreamClient.git", + "providesIncludes": [ + "WebSocketStreamClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/areve/WebSocketStreamClient-0.1.0.zip", + "archiveFileName": "WebSocketStreamClient-0.1.0.zip", + "size": 4264, + "checksum": "SHA-256:75c7ebd3572e6300b4a6bdea25ed6b98088c31f4b289c402bceb62525063132f" }, { - "name": "databot", - "version": "0.1.4", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.0.1", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.4.zip", - "archiveFileName": "databot-0.1.4.zip", - "size": 270444, - "checksum": "SHA-256:625cff710d5d5d38ddedcfb9584a083cfe093885b5a4854c78c66be1b0876ba4" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.0.1.zip", + "archiveFileName": "IoTesla_client-0.0.1.zip", + "size": 3769, + "checksum": "SHA-256:0f383e01a7f9ab638b9da1b85364308d60d8f271fbbf45827e9075eba32f5652" }, { - "name": "databot", - "version": "0.1.5", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.1.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.5.zip", - "archiveFileName": "databot-0.1.5.zip", - "size": 270421, - "checksum": "SHA-256:54f1ef15cf5fabf2bcb89c000b7894d02d08a061bf79d8e8c00dc8e379930959" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.1.0.zip", + "archiveFileName": "IoTesla_client-0.1.0.zip", + "size": 4576, + "checksum": "SHA-256:d9ea187b457d17a9e397c694663d91ba39dda1d27d6a980008cbc9cf7390deaf" }, { - "name": "databot", - "version": "0.1.6", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.2.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.6.zip", - "archiveFileName": "databot-0.1.6.zip", - "size": 270434, - "checksum": "SHA-256:160213df38ad20e725f47bfc941dad60aec89335f87c409ec17271122dfee463" - }, - { - "name": "databot", - "version": "0.1.7", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.2.0.zip", + "archiveFileName": "IoTesla_client-0.2.0.zip", + "size": 11386, + "checksum": "SHA-256:2b7e5be00d87aeed83a96f9d7ed0487ca037eca979f60483c1d2feddd40eb24f" + }, + { + "name": "IoTesla-client", + "version": "0.3.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.7.zip", - "archiveFileName": "databot-0.1.7.zip", - "size": 273630, - "checksum": "SHA-256:b4bd352bbc383cbb150bd98c8c922122be965212bdd8a9fe244ff927f8901061" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.3.0.zip", + "archiveFileName": "IoTesla_client-0.3.0.zip", + "size": 12025, + "checksum": "SHA-256:c9058beec8beba65f9bfa17720796d4ee41ef295eb21464c138de2e8037feca2" }, { - "name": "databot", - "version": "0.1.8", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.4.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.8.zip", - "archiveFileName": "databot-0.1.8.zip", - "size": 276856, - "checksum": "SHA-256:cb808986ff2b7d3a0a96072f9d7241e9f1c98aa56c635966f0e8da9bdbb94654" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.4.0.zip", + "archiveFileName": "IoTesla_client-0.4.0.zip", + "size": 12404, + "checksum": "SHA-256:ed2549e218369aa9bbe3495535a6c48a406f112d6ccfe113a0f13ccc1f536431" }, { - "name": "databot", - "version": "0.1.9", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.5.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.9.zip", - "archiveFileName": "databot-0.1.9.zip", - "size": 280086, - "checksum": "SHA-256:033ae32605581caeaecbe91e8bb672697e2f93953bd04fd340d47a5e25b906a2" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.5.0.zip", + "archiveFileName": "IoTesla_client-0.5.0.zip", + "size": 13178, + "checksum": "SHA-256:2f53492959ebb42e93dd230d802179fa8dac7c1225e8a79414350133621ec4fc" }, { - "name": "databot", - "version": "0.2.0", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.6.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.0.zip", - "archiveFileName": "databot-0.2.0.zip", - "size": 237857, - "checksum": "SHA-256:df4e00a953956d83524bdeccacde202acbaad9ba5336fcdd23c7649be7b2cdde" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.6.0.zip", + "archiveFileName": "IoTesla_client-0.6.0.zip", + "size": 13844, + "checksum": "SHA-256:3eb9fb547677e5c3b08f5b0ba7f2f55832fe791c540c46276643bd295893385e" }, { - "name": "databot", - "version": "0.2.1", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.7.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.1.zip", - "archiveFileName": "databot-0.2.1.zip", - "size": 259379, - "checksum": "SHA-256:f44ffe8e9a5d388716662dbac5741cd83b069b811271cb3269c43c006a3ee4d8" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.7.0.zip", + "archiveFileName": "IoTesla_client-0.7.0.zip", + "size": 14158, + "checksum": "SHA-256:b4586f0a2b9086eb2b783b971e87bd9728cbac535ce10fed26db1eadbdb10e2a" }, { - "name": "databot", - "version": "0.2.3", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.8.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.3.zip", - "archiveFileName": "databot-0.2.3.zip", - "size": 259291, - "checksum": "SHA-256:b53cf7c1871efabfeb0c324ed7f02f2528c80e4f3054912beb4d1d9ede06dd2d" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.8.0.zip", + "archiveFileName": "IoTesla_client-0.8.0.zip", + "size": 14188, + "checksum": "SHA-256:91db711f8018be75c68122033f1a9375541b4651d5faa2727083e3aa9b961b50" }, { - "name": "databot", - "version": "0.2.4", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", + "name": "IoTesla-client", + "version": "0.9.0", + "author": "CieNTi", + "maintainer": "CieNTi \u003ccienti@cienti.com\u003e", + "sentence": "Arduino IoTesla client Library", + "paragraph": "Arduino library for iot.tesla.studio MQTT broker", + "website": "https://github.com/CieNTi/arduino-IoTesla-client", "category": "Sensors", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.4.zip", - "archiveFileName": "databot-0.2.4.zip", - "size": 259366, - "checksum": "SHA-256:9f9c5ea9c0b3f11837dab1abb06e113142d01c9797125e2b641a8c2afa970b79" + "repository": "https://github.com/CieNTi/arduino-IoTesla-client.git", + "providesIncludes": [ + "IoTesla-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CieNTi/IoTesla_client-0.9.0.zip", + "archiveFileName": "IoTesla_client-0.9.0.zip", + "size": 13843, + "checksum": "SHA-256:479ac143911cea651383fc3fd69ffc24e619e4f36dc214771a902f22e83b8802" }, { - "name": "databot", - "version": "0.2.5", - "author": "aRbotics, LLC", - "maintainer": "Sean Tucker", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "NOKIA5110_TEXT", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.5.zip", - "archiveFileName": "databot-0.2.5.zip", - "size": 259373, - "checksum": "SHA-256:de026a51d06b5c4bd6c3b04737357f74b758486d909cda463af59366a80f9661" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.0.0.zip", + "size": 155853, + "checksum": "SHA-256:4139919d5d615215bef38ac3e0d6c1294342fbe038c114652d04500263343bd9" }, { - "name": "databot", - "version": "1.1.1", - "author": "aRbotics, LLC", - "maintainer": "aRbotics, LLC", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "NOKIA5110_TEXT", + "version": "1.0.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a small library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays Ascii Text only and is designed for low memory footprint.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.1.1.zip", - "archiveFileName": "databot-1.1.1.zip", - "size": 252084, - "checksum": "SHA-256:c0467f8a4aa305ca61dd987e8cd6e0a8accd58cbdb1894a5ab771b030924914e" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.0.1.zip", + "archiveFileName": "NOKIA5110_TEXT-1.0.1.zip", + "size": 116991, + "checksum": "SHA-256:291d2bc5a3ea5114c69a54a69e25dde01a70045ca0488891909a7ce3f6891d61" }, { - "name": "databot", - "version": "1.2.0", - "author": "aRbotics, LLC", - "maintainer": "aRbotics, LLC", - "sentence": "Official databot library supporting databot, based on Arduino", - "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", - "website": "https://github.com/arbotics-llc/databot_arduino", - "category": "Sensors", + "name": "NOKIA5110_TEXT", + "version": "1.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbotics-llc/databot_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.2.0.zip", - "archiveFileName": "databot-1.2.0.zip", - "size": 252076, - "checksum": "SHA-256:0174bde1dc036f8ad675e40a793e1cedc03089629a60295bcfd00f39394e9ab5" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.1.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.1.0.zip", + "size": 302738, + "checksum": "SHA-256:ecdef0bceebdd154f0c89f06d66765543c721d0cdd376268a19f942e5a03f05f" }, { - "name": "Adafruit BD3491FS", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", - "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_BD3491FS", - "category": "Signal Input/Output", + "name": "NOKIA5110_TEXT", + "version": "1.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included. 3 fonts, Inverse mode, contrast and bias control.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.0.0.zip", - "archiveFileName": "Adafruit_BD3491FS-1.0.0.zip", - "size": 8798, - "checksum": "SHA-256:13be35070e9c427ffa3dd7e002b5c9881ef22524d479563e8d3d67a3802852db" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.2.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.2.0.zip", + "size": 94003, + "checksum": "SHA-256:b7346e0dd33f16e6d74b00249d730c94261de01b8b73a9590a65495a50806759" }, { - "name": "Adafruit BD3491FS", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", - "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_BD3491FS", - "category": "Signal Input/Output", + "name": "NOKIA5110_TEXT", + "version": "1.2.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (12*6) 72 characters in total, Sleep mode included. 3 fonts, Inverse mode, contrast and bias control.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.1.0.zip", - "archiveFileName": "Adafruit_BD3491FS-1.1.0.zip", - "size": 8697, - "checksum": "SHA-256:1c51e608cba4e378759136e5e444fb1c54495af4c0c52399173d612124d977a2" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.2.1.zip", + "archiveFileName": "NOKIA5110_TEXT-1.2.1.zip", + "size": 87124, + "checksum": "SHA-256:dc731af0937f2fb05db40fe1fca7bdcc3832dcd71bb4f8ace6e9db6a177047d2" }, { - "name": "RadioLib", - "version": "1.0.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "NOKIA5110_TEXT", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. (16X6) 96 characters can be displayed with smallest font, Sleep mode included. 6 fonts, Inverse mode, contrast and bias control. Basic Graphics.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.0.0.zip", - "archiveFileName": "RadioLib-1.0.0.zip", - "size": 852350, - "checksum": "SHA-256:bf897bfbd22bb95c9dda20b995faae2f75dfb5bf69ed164b9f971d1659858184" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-1.3.0.zip", + "archiveFileName": "NOKIA5110_TEXT-1.3.0.zip", + "size": 98490, + "checksum": "SHA-256:a18e4b154f7bec6e45efb732295ecabc0acd9e553349a18a830a067ff0efe0a6" }, { - "name": "RadioLib", - "version": "1.1.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "NOKIA5110_TEXT", + "version": "2.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font, Sleep mode included. 8 fonts, Inverse mode, contrast and bias control. Custom character and bitmap display, Basic Graphics.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.1.0.zip", - "archiveFileName": "RadioLib-1.1.0.zip", - "size": 864402, - "checksum": "SHA-256:e7fe0cafcf831a2e7a498202b6a8217fd61166a2882ac0f83334c46adef65d54" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.0.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.0.0.zip", + "size": 190937, + "checksum": "SHA-256:208181546fdd0c2eaa56af06645fb79ee9697d29c4909b1c09924ff38c06ef2a" }, { - "name": "RadioLib", - "version": "1.2.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "NOKIA5110_TEXT", + "version": "2.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font, Sleep mode included. 9 optional fonts of various sizes, Inverse mode, contrast and bias control. Custom character and bitmap display, Basic Graphics.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.0.zip", - "archiveFileName": "RadioLib-1.2.0.zip", - "size": 873804, - "checksum": "SHA-256:c464167f6070d321ccf0a990dd768aeeb9bf504ba99197bd495b04cf1236821e" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.1.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.1.0.zip", + "size": 183082, + "checksum": "SHA-256:48999d6c1efad00a8f4da466e4008ee94de40ed83e852a47442c9814edf99129" }, { - "name": "RadioLib", - "version": "1.2.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "NOKIA5110_TEXT", + "version": "2.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font. Five characters can be displayed with largest font. Sleep mode included. 9 optional fonts of various sizes and styles, Inverse mode, contrast and bias control. Custom characters and bitmap display, Basic Graphics. Hardware or Software SPI.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.1.zip", - "archiveFileName": "RadioLib-1.2.1.zip", - "size": 874104, - "checksum": "SHA-256:9491485880e4931b6b378808c5cef238f4c1da333e14cf0e0eb3123b9271bc9e" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.2.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.2.0.zip", + "size": 186391, + "checksum": "SHA-256:3e27369cb071ed15aee0e414ff5aa765ff7b1e19a9bcec896a078246b6660f83" }, { - "name": "RadioLib", - "version": "1.2.2", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "NOKIA5110_TEXT", + "version": "2.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font. Five characters can be displayed with largest font. Sleep mode included. 9 optional fonts of various sizes and styles, Inverse mode, contrast and bias control. Custom characters and bitmap display. Hardware or Software SPI.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.2.zip", - "archiveFileName": "RadioLib-1.2.2.zip", - "size": 875127, - "checksum": "SHA-256:80a7c1f174bbab0d7ac476a0918aaafe8d3d24de387f6cf876ebf199a019823f" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.3.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.3.0.zip", + "size": 174143, + "checksum": "SHA-256:073d55a83e3c23b46e5ef3cfb7016ca0a8fd231baff2337876a87b1abbd9acc4" }, { - "name": "RadioLib", - "version": "1.3.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "NOKIA5110_TEXT", + "version": "2.4.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "NOKIA5110_TEXT is a light-weight library to display ASCII text on Nokia 5110 LCD PCD8544 controller.", + "paragraph": "It displays ASCII Text and is designed for low memory footprint. 96 characters can be displayed with smallest font. Five characters can be displayed with largest font. Sleep mode included. 9 optional fonts of various sizes and styles, Inverse mode, contrast and bias control. Custom characters and bitmap display. Hardware or Software SPI.", + "website": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.3.0.zip", - "archiveFileName": "RadioLib-1.3.0.zip", - "size": 875356, - "checksum": "SHA-256:a940299c5c6483630f8169299a7c8f2d5d57ba2be78e48d0dccb9cd6759796a2" + "repository": "https://github.com/gavinlyonsrepo/NOKIA5110_TEXT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/NOKIA5110_TEXT-2.4.0.zip", + "archiveFileName": "NOKIA5110_TEXT-2.4.0.zip", + "size": 175550, + "checksum": "SHA-256:85b724d65c8ce3adef5ca4373a719d78327064cb0a8649a64e8bc233378c1210" }, { - "name": "RadioLib", - "version": "1.4.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "PMW3360 Module", + "version": "1.0.0", + "author": "Sunjun Kim", + "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", + "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", + "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", + "website": "https://github.com/SunjunKim/PMW3360", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.4.0.zip", - "archiveFileName": "RadioLib-1.4.0.zip", - "size": 875681, - "checksum": "SHA-256:c31aa20e8ee936d386d10fb46e1e9425285f86e51c92cf3e0f62abca4ea5c09e" + "repository": "https://github.com/SunjunKim/PMW3360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.0.zip", + "archiveFileName": "PMW3360_Module-1.0.0.zip", + "size": 19938, + "checksum": "SHA-256:76b66e00913bfa92bfcb5774ee053c52551a0369051cf9b19bca4b4216f82f96" }, { - "name": "RadioLib", - "version": "1.5.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "PMW3360 Module", + "version": "1.0.1", + "author": "Sunjun Kim", + "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", + "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 module", + "paragraph": "Set parameters and get motion data from PMW3360 motion sensor module", + "website": "https://github.com/SunjunKim/PMW3360", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.5.0.zip", - "archiveFileName": "RadioLib-1.5.0.zip", - "size": 875773, - "checksum": "SHA-256:34e37fe1c858b29d439ad832f37ccafced1394b38d751f2b3a27ee34fb0bd165" + "repository": "https://github.com/SunjunKim/PMW3360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.0.1.zip", + "archiveFileName": "PMW3360_Module-1.0.1.zip", + "size": 20433, + "checksum": "SHA-256:546de4f6a011a450c7d633f08f16446e93f59147e08c61e2d0db742c5fc4e2c8" }, { - "name": "RadioLib", - "version": "1.6.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "PMW3360 Module", + "version": "1.1.0", + "author": "Sunjun Kim", + "maintainer": "Sunjun Kim \u003ckuaa.net@gmail.com\u003e", + "sentence": "This library allows an Arduino/Genuino board to interface with PixArt PMW3360 motion sensor module.", + "paragraph": "You can set/get parameters, get motion data, get raw camer image from PMW3360 module.", + "website": "https://github.com/SunjunKim/PMW3360", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.6.1.zip", - "archiveFileName": "RadioLib-1.6.1.zip", - "size": 877256, - "checksum": "SHA-256:0deb6370860ab19306d0aa4af3a82f6bd413ea0fc6284304edb1531ee916f172" + "repository": "https://github.com/SunjunKim/PMW3360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunjunKim/PMW3360_Module-1.1.0.zip", + "archiveFileName": "PMW3360_Module-1.1.0.zip", + "size": 22917, + "checksum": "SHA-256:2c625b847ebe803df493970d112340e70809439243dc6266e49028b393f3c0bd" }, { - "name": "RadioLib", - "version": "1.7.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.0.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT provides essential web application features, without obscuring the Arduino simplicity that you know and love. Target mutltiple different platforms and harware configurations with the same code.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258791,23 +320433,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.7.0.zip", - "archiveFileName": "RadioLib-1.7.0.zip", - "size": 878923, - "checksum": "SHA-256:3c23fcf3935eb92033b2c40c8d8eccec80f1f2a857eccce28f1a345d513d9329" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.1.zip", + "archiveFileName": "aWOT-1.0.1.zip", + "size": 24778, + "checksum": "SHA-256:a39d29cc581e077d136ceca6b439580b7f1efe788884173a7e5cdcb1a6d66d2e" }, { - "name": "RadioLib", - "version": "1.8.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.0.2", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258815,23 +320457,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.8.0.zip", - "archiveFileName": "RadioLib-1.8.0.zip", - "size": 883742, - "checksum": "SHA-256:da8c3539d4475d058b7ddc7c8b435d6e6162569a73ef312b6c317757d42c88cd" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.2.zip", + "archiveFileName": "aWOT-1.0.2.zip", + "size": 24600, + "checksum": "SHA-256:e12a02b2941c876d058f6a81069fd35b8d2fc449c2ff7ea28f811441679a0e70" }, { - "name": "RadioLib", - "version": "2.0.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.0.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258839,23 +320481,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-2.0.0.zip", - "archiveFileName": "RadioLib-2.0.0.zip", - "size": 890436, - "checksum": "SHA-256:934be137f6ebf7ab7456729175877c7154c4c6fd55460329f2ae1eacc6044609" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.0.3.zip", + "archiveFileName": "aWOT-1.0.3.zip", + "size": 24714, + "checksum": "SHA-256:312dc1a94e7df54b0b5cac0aaf0d00ddc42d7c7a5701f580906880533c5178b4" }, { - "name": "RadioLib", - "version": "2.0.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.1.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258863,23 +320505,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-2.0.1.zip", - "archiveFileName": "RadioLib-2.0.1.zip", - "size": 890794, - "checksum": "SHA-256:25445744422bb4721f32c0048a5a801c3529558e1824286a77fd3c22c8dc2fc5" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.0.zip", + "archiveFileName": "aWOT-1.1.0.zip", + "size": 24693, + "checksum": "SHA-256:15423c5fe993cb4ec48aaeca306bfe3dff82360830c0e7004b01dbe3f4ec1872" }, { - "name": "RadioLib", - "version": "3.0.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.1.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258887,23 +320529,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.0.0.zip", - "archiveFileName": "RadioLib-3.0.0.zip", - "size": 894716, - "checksum": "SHA-256:ad3f6b87ad82d24bbb14002bf0cfb304138f1fcfb136b20ced6ed1ccd437a93b" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.1.zip", + "archiveFileName": "aWOT-1.1.1.zip", + "size": 24745, + "checksum": "SHA-256:6a7cfb5fa8f1c92dfc8008ef8eaa3d5a583a1408a7c300bdc545323d470e7569" }, { - "name": "RadioLib", - "version": "3.1.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.1.2", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258911,23 +320553,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.0.zip", - "archiveFileName": "RadioLib-3.1.0.zip", - "size": 895564, - "checksum": "SHA-256:81dac986af83b0da1b181d8ca17f19f7eebcfe49ae7082e674b461eee0a3baca" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.2.zip", + "archiveFileName": "aWOT-1.1.2.zip", + "size": 24711, + "checksum": "SHA-256:9013feb399203f35182f1b7c51bd7638eb8a4a9931188095cf9a2efb36f00e78" }, { - "name": "RadioLib", - "version": "3.1.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.1.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258935,23 +320577,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.1.zip", - "archiveFileName": "RadioLib-3.1.1.zip", - "size": 895647, - "checksum": "SHA-256:30315fcceae551d0652b3996fc200530c5a8136d6e3de347784c5cb4b58cd064" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.3.zip", + "archiveFileName": "aWOT-1.1.3.zip", + "size": 24707, + "checksum": "SHA-256:e22e0bf69ec14bf3ac2a218d61e74a30c15701a9b41062679f69910801626b63" }, { - "name": "RadioLib", - "version": "3.1.2", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "1.1.4", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258959,23 +320601,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.2.zip", - "archiveFileName": "RadioLib-3.1.2.zip", - "size": 895725, - "checksum": "SHA-256:4d9dc12de1275e33cf65c0f6ec4e05df5fd5bf1546c8c70e1ffe7481296c7f7b" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-1.1.4.zip", + "archiveFileName": "aWOT-1.1.4.zip", + "size": 24710, + "checksum": "SHA-256:42e16cdd5f3d36d4eb97da41bb36917fc34813674ee6726a7f04dd3ca1a83488" }, { - "name": "RadioLib", - "version": "3.2.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "2.0.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -258983,23 +320625,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.0.zip", - "archiveFileName": "RadioLib-3.2.0.zip", - "size": 895534, - "checksum": "SHA-256:d0f4b94a49de84cef506633083fa6739eaebcf3a693823e399493b81b075d96a" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-2.0.0.zip", + "archiveFileName": "aWOT-2.0.0.zip", + "size": 30843, + "checksum": "SHA-256:a97ad300f052afc00d17a044312f17411c5d6baaccb7ae38cc7459859018c8d2" }, { - "name": "RadioLib", - "version": "3.2.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "2.0.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259007,23 +320649,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.1.zip", - "archiveFileName": "RadioLib-3.2.1.zip", - "size": 895900, - "checksum": "SHA-256:bd5c6204e4b3f7bb884e2b4987e3fa9efbb8363d8294406de1935c66a8d5e7f1" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-2.0.1.zip", + "archiveFileName": "aWOT-2.0.1.zip", + "size": 32684, + "checksum": "SHA-256:31028d67154cdf4ed8bbac5615159d79f21d74c14617316dea2380b74cb32928" }, { - "name": "RadioLib", - "version": "3.2.2", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.0.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259031,23 +320673,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.2.zip", - "archiveFileName": "RadioLib-3.2.2.zip", - "size": 895895, - "checksum": "SHA-256:4028e9df5c591c744412ab9fcadb7554de3eca4a2726e970a1649a75800db1ae" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.0.zip", + "archiveFileName": "aWOT-3.0.0.zip", + "size": 34660, + "checksum": "SHA-256:ad492324eb40875ef2da6bf7ddc732f2bbab2b2bd72f7c104fb5b4f43690113a" }, { - "name": "RadioLib", - "version": "3.2.3", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.0.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259055,23 +320697,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.3.zip", - "archiveFileName": "RadioLib-3.2.3.zip", - "size": 895916, - "checksum": "SHA-256:48ca3fb79d0316625cdf3d6a1d4d1db2950c5562ce27515c8956d656d9564795" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.1.zip", + "archiveFileName": "aWOT-3.0.1.zip", + "size": 34657, + "checksum": "SHA-256:206bc150646f81db10566f912cad2833de340b45e8bf10bd87ca5efc5400f7e5" }, { - "name": "RadioLib", - "version": "3.3.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.0.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259079,23 +320721,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.3.0.zip", - "archiveFileName": "RadioLib-3.3.0.zip", - "size": 907063, - "checksum": "SHA-256:91b4401a718ad270f59875e3c2d4f55683b8618fa687e2d17dbaa5b3ecd4d193" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.0.3.zip", + "archiveFileName": "aWOT-3.0.3.zip", + "size": 34594, + "checksum": "SHA-256:0143d4220cee9300d0dcb5047d534d20c5dedeb50187b36ac07bfe30a35015a7" }, { - "name": "RadioLib", - "version": "3.3.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.1.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259103,23 +320745,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.3.1.zip", - "archiveFileName": "RadioLib-3.3.1.zip", - "size": 907122, - "checksum": "SHA-256:b7b1dc7f624124a9f6dc5983d3373d35fe41761430858326bf29146d73a14bcc" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.1.0.zip", + "archiveFileName": "aWOT-3.1.0.zip", + "size": 36174, + "checksum": "SHA-256:cbf6790856618eea992feb786262947a3a0ee8666edd1c88daacac2518b1dc2f" }, { - "name": "RadioLib", - "version": "3.4.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.1.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259127,23 +320769,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.4.0.zip", - "archiveFileName": "RadioLib-3.4.0.zip", - "size": 907650, - "checksum": "SHA-256:7eb5630cca7faff5319b34311675f1c1f6b32ff01529b021997bb2c0551bb05e" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.1.3.zip", + "archiveFileName": "aWOT-3.1.3.zip", + "size": 37153, + "checksum": "SHA-256:42e8ef5ab673a6179550a51107e261f48c5afa49d2004d7ca29ed7c6b65b1b4e" }, { - "name": "RadioLib", - "version": "3.5.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.2.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259151,23 +320793,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.5.0.zip", - "archiveFileName": "RadioLib-3.5.0.zip", - "size": 989162, - "checksum": "SHA-256:91123287a47f6ec8cf248429bf1d1096ac3293bdcea63d587eed694230b8bfc6" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.0.zip", + "archiveFileName": "aWOT-3.2.0.zip", + "size": 38998, + "checksum": "SHA-256:2a8a0e184efe659fed9d0f78888a0617b30c33a4d33eb3413fb084b7f3063e50" }, { - "name": "RadioLib", - "version": "3.6.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.2.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259175,23 +320817,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.0.zip", - "archiveFileName": "RadioLib-3.6.0.zip", - "size": 1007761, - "checksum": "SHA-256:49431733191d2d5b24ca77d81531202c18282a5fc51fa564d63e1ffa1619bc1c" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.1.zip", + "archiveFileName": "aWOT-3.2.1.zip", + "size": 39054, + "checksum": "SHA-256:76395ce9056d8245dfdbc4a3a1a77729a5a7e428fa392cb99e18cb4edf29e63e" }, { - "name": "RadioLib", - "version": "3.6.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.2.2", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259199,23 +320841,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.1.zip", - "archiveFileName": "RadioLib-3.6.1.zip", - "size": 1007764, - "checksum": "SHA-256:01a0b37c73b79c4471c743a327f84ef14747d5e408d60f09c68fbabca568f157" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.2.zip", + "archiveFileName": "aWOT-3.2.2.zip", + "size": 39765, + "checksum": "SHA-256:faed877a1675cbe2c05d4b7cd8b9d6260302b99898f4f67583d93f9a88d8f59d" }, { - "name": "RadioLib", - "version": "3.6.2", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.2.3", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259223,23 +320865,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.2.zip", - "archiveFileName": "RadioLib-3.6.2.zip", - "size": 1007802, - "checksum": "SHA-256:839ad5be145ef670c7ea79937af4c3be34e4f00cd7363a8f10329f9176db2d0c" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.3.zip", + "archiveFileName": "aWOT-3.2.3.zip", + "size": 39868, + "checksum": "SHA-256:58e4ad57364c0bb9e0ab49e196c06a738cdb6298f8edfa822f5df80c54be747e" }, { - "name": "RadioLib", - "version": "3.7.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.2.4", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259247,23 +320889,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.7.0.zip", - "archiveFileName": "RadioLib-3.7.0.zip", - "size": 1011126, - "checksum": "SHA-256:0987006f12ebe2651218d41e679d2118d04efe71934ab710406e37b6613bce99" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.2.4.zip", + "archiveFileName": "aWOT-3.2.4.zip", + "size": 39823, + "checksum": "SHA-256:288956d6eb358d8c424ff525e7e9762c553798fa4a72fe3a82b74de4149d5f14" }, { - "name": "RadioLib", - "version": "4.0.0", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.3.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259271,23 +320913,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.0.zip", - "archiveFileName": "RadioLib-4.0.0.zip", - "size": 1011064, - "checksum": "SHA-256:5ac437a7f0870873555b2ccf7ef122504c67a7ab8168d2c77f48839d7b3d3137" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.3.0.zip", + "archiveFileName": "aWOT-3.3.0.zip", + "size": 41121, + "checksum": "SHA-256:c4bdc65cd072cb3c5f61c6c39d27fa4666a05151bf237da6d3f94ae0409b51d1" }, { - "name": "RadioLib", - "version": "4.0.1", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.3.1", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259295,23 +320937,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.1.zip", - "archiveFileName": "RadioLib-4.0.1.zip", - "size": 1011977, - "checksum": "SHA-256:a9de6b0144cdc8bf9ea32c9d35cac2f22b21a9781f8bb06cc80703710b529f33" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.3.1.zip", + "archiveFileName": "aWOT-3.3.1.zip", + "size": 41118, + "checksum": "SHA-256:39b87fdd1bff067d357f8951dee17e5d0e4044023addccdbdf5401498912d8c0" }, { - "name": "RadioLib", - "version": "4.0.2", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", + "name": "aWOT", + "version": "3.5.0", + "author": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "maintainer": "Lasse Lukkari \u003classe.lukkari@gmail.com\u003e", + "sentence": "Arduino web server library.", + "paragraph": "aWOT is a web server library compatible with multiple different board architectures and networking solutions.", + "website": "https://awot.net", "category": "Communication", "architectures": [ "*" @@ -259319,2099 +320961,2073 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", + "repository": "https://github.com/lasselukkari/aWOT.git", "providesIncludes": [ - "RadioLib.h" + "aWOT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.2.zip", - "archiveFileName": "RadioLib-4.0.2.zip", - "size": 1012837, - "checksum": "SHA-256:7765dbc673e194bf3877f5b606a7f07a66a5c92f3fa79a329a3d8483073662fc" + "url": "https://downloads.arduino.cc/libraries/github.com/lasselukkari/aWOT-3.5.0.zip", + "archiveFileName": "aWOT-3.5.0.zip", + "size": 43150, + "checksum": "SHA-256:5327db2c7f7a79ad7919268fd40e968f9c681db7ccc605673ecbbf29e0262c37" }, { - "name": "RadioLib", - "version": "4.0.3", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "StreamUtils", + "version": "1.0.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.3.zip", - "archiveFileName": "RadioLib-4.0.3.zip", - "size": 1013788, - "checksum": "SHA-256:5ea5755596814e1c72bde7bd5517e0c2e8e13499349ed8477edaf6a34da71178" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.0.0.zip", + "archiveFileName": "StreamUtils-1.0.0.zip", + "size": 78892, + "checksum": "SHA-256:e4df06de10c4d1a5c73bbbeed0538ef44ba3121d6074583e656636a923417796" }, { - "name": "RadioLib", - "version": "4.0.4", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "StreamUtils", + "version": "1.1.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.4.zip", - "archiveFileName": "RadioLib-4.0.4.zip", - "size": 1015994, - "checksum": "SHA-256:d1034f7b8674d7229145693239e17a20ff39cd09fa9053f21c32db2bbf44ead7" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.1.0.zip", + "archiveFileName": "StreamUtils-1.1.0.zip", + "size": 84674, + "checksum": "SHA-256:a9a3aa7e536c6baebf0296642071fbf712ac507bb4041955e377c41e95194fa2" }, { - "name": "RadioLib", - "version": "4.0.5", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "StreamUtils", + "version": "1.2.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.5.zip", - "archiveFileName": "RadioLib-4.0.5.zip", - "size": 1016105, - "checksum": "SHA-256:738f477bf9304ca9f7d82619a01a59c8da4e64523e5b3f158e5f2716c100b27b" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.0.zip", + "archiveFileName": "StreamUtils-1.2.0.zip", + "size": 115511, + "checksum": "SHA-256:1cec760d311377836517d48d04b707999de5ce9ce6408aef1b214cf6733bb075" }, { - "name": "RadioLib", - "version": "4.0.6", - "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", - "sentence": "Universal wireless communication library for Arduino", - "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", - "website": "https://github.com/jgromes/RadioLib", - "category": "Communication", + "name": "StreamUtils", + "version": "1.2.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jgromes/RadioLib.git", - "providesIncludes": [ - "RadioLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.6.zip", - "archiveFileName": "RadioLib-4.0.6.zip", - "size": 1016738, - "checksum": "SHA-256:b1243191971a48c575d3adb055ef7841830c83999f8aedae3ec59570ef8f237d" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.1.zip", + "archiveFileName": "StreamUtils-1.2.1.zip", + "size": 115145, + "checksum": "SHA-256:bc3d4d3b6049b303860f068b19470b14320e4355ea3aad66788ddca25de9b9fc" }, { - "name": "ClosedCube_I2C_Driver", - "version": "2019.6.6", - "author": "ClosedCube", - "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", - "sentence": "Arduino library for ClosedCube I2C Driver (Wrapper)", - "paragraph": "Arduino library for ClosedCube I2C Driver (Wrapper)", - "website": "https://github.com/closedcube/ClosedCube_I2C_Arduino", - "category": "Communication", + "name": "StreamUtils", + "version": "1.2.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/closedcube/ClosedCube_I2C_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_I2C_Driver-2019.6.6.zip", - "archiveFileName": "ClosedCube_I2C_Driver-2019.6.6.zip", - "size": 8411, - "checksum": "SHA-256:7e58b26f63e23f10b3b1892b6b1fe0ac3d3da7e88ccb132b728ad5eb0860f61c" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.2.2.zip", + "archiveFileName": "StreamUtils-1.2.2.zip", + "size": 115801, + "checksum": "SHA-256:5b7659833267e31bc3ad1f52e70ff6920c9107838cb0d6456d80bfcc3b9f1df2" }, { - "name": "Ambimate", - "version": "1.0.0", - "author": "Gary Barnett", - "maintainer": "Gary Barnett", - "sentence": "A library for the Ambimate sensor board from TE", - "paragraph": "Allows you to read sensor values from the Board", - "website": "https://github.com/thinkovation/Ambimate/", - "category": "Sensors", + "name": "StreamUtils", + "version": "1.3.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ - "avr", - "esp" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thinkovation/Ambimate.git", - "providesIncludes": [ - "Wire.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/thinkovation/Ambimate-1.0.0.zip", - "archiveFileName": "Ambimate-1.0.0.zip", - "size": 5096, - "checksum": "SHA-256:65c914f65e32e9beb32f1f1c7c2b6fecb7b31a16564c076f90500f14236a190b" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.3.0.zip", + "archiveFileName": "StreamUtils-1.3.0.zip", + "size": 126191, + "checksum": "SHA-256:a59070d94aed36075f179d3ca352ef0c1d6469d05bacebf5baab6dc9d5666c49" }, { - "name": "VNH3SP30", - "version": "1.0.0", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Arduino library for the VNH3SP30 motor controller (H-bridge motor driver)", - "paragraph": "With this library you can control one or more VNH3SP30, VNH2SP30 or VNH3ASP30 H-bridge motor controllers. Library written for the AVR architecture, but should work on any architecture that supports the analogWrite() function to generate a PWM signal (AVR,STM32,ESP32)", - "website": "https://github.com/bmellink/VNH3SP30", - "category": "Device Control", + "name": "StreamUtils", + "version": "1.4.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ - "avr", - "esp32", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/VNH3SP30.git", - "providesIncludes": [ - "VNH3SP30.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.0.zip", - "archiveFileName": "VNH3SP30-1.0.0.zip", - "size": 21092, - "checksum": "SHA-256:1a326aacadf2c678c5ab7abe9adc3e3b9c49217d0508c17124bb6d6143e3feb0" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.4.0.zip", + "archiveFileName": "StreamUtils-1.4.0.zip", + "size": 141595, + "checksum": "SHA-256:54084dcc5e364fb210ca4b9c891fe9f4e58725cf99301e23efdf95332a9b4b73" }, { - "name": "VNH3SP30", - "version": "1.0.1", - "author": "Bart Mellink", - "maintainer": "Bart Mellink", - "sentence": "Library for the VNH3SP30 and VNH5019A-E motor controllers (H-bridge motor driver)", - "paragraph": "Arduino library for VNH3SP30, VNH2SP30, VNH3ASP30 and VNH5019A-E based motor controller boards. The VNH3SP30 and VNH5019A-E chips contain a full H bridge to drive motors with currents up to 30A. The VNH5019A-E chips are newer and almost identical to the VNH3SP30 chips. The biggest difference is that the VNH5019A-E chips work with 3.3V and 5V logic, while the older VNH3SP30 chips require 5V logic.", - "website": "https://github.com/bmellink/VNH3SP30", - "category": "Device Control", + "name": "StreamUtils", + "version": "1.4.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ - "avr", - "esp32", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmellink/VNH3SP30.git", - "providesIncludes": [ - "VNH3SP30.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.1.zip", - "archiveFileName": "VNH3SP30-1.0.1.zip", - "size": 21241, - "checksum": "SHA-256:830235e95d706a79f383ad2fea74d96741bcd4ab0a7544ee686cb31bde4e5c33" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.4.1.zip", + "archiveFileName": "StreamUtils-1.4.1.zip", + "size": 143344, + "checksum": "SHA-256:4f7d33668c1cbbfc44aab872cbd5d84663b84c332683091d3c3ef8f952ccb1b4" }, { - "name": "HighPowerStepperDriver", - "version": "1.0.0", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "High-Power Stepper Motor Driver library for Arduino", - "paragraph": "This is a library for the Arduino IDE that helps interface with Pololu High-Power Stepper Motor Drivers.", - "website": "https://github.com/pololu/high-power-stepper-driver-arduino", - "category": "Device Control", + "name": "StreamUtils", + "version": "1.5.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Improve performance with a buffer. Simplify debugging by logging what goes through the stream.", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/high-power-stepper-driver-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/HighPowerStepperDriver-1.0.0.zip", - "archiveFileName": "HighPowerStepperDriver-1.0.0.zip", - "size": 13279, - "checksum": "SHA-256:778bb5f88c2b0c60717a1ba507a0a99f8723d3c1723b96300d8fcb7204a8b16c" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.5.0.zip", + "archiveFileName": "StreamUtils-1.5.0.zip", + "size": 153491, + "checksum": "SHA-256:815c0d47d7d425538cdfa1b3a39cadb392fa1fe1ecf90756a456332444c8bcba" }, { - "name": "TetrisAnimation", - "version": "1.1.0", - "author": "Tobias Blum, Brian Lough", - "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", - "sentence": "Library for drawing text out with tetris blocks", - "paragraph": "Uses the Adafruit GFX library to draw tetris blocks into letters on displays.", - "website": "https://github.com/toblum/TetrisAnimation", - "category": "Display", + "name": "StreamUtils", + "version": "1.6.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/toblum/TetrisAnimation.git", - "url": "https://downloads.arduino.cc/libraries/github.com/toblum/TetrisAnimation-1.1.0.zip", - "archiveFileName": "TetrisAnimation-1.1.0.zip", - "size": 43012, - "checksum": "SHA-256:02aeb54cbcf44f7e635d13f1361fb9011d95eb4ca1b67622ca6c439788d5b8d6" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.6.0.zip", + "archiveFileName": "StreamUtils-1.6.0.zip", + "size": 167049, + "checksum": "SHA-256:600d705533944aa4a0914ffc23531e220d6261e9279e3bf6f84d21901e1baf4b" }, { - "name": "ss_oled", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.6.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.0.0.zip", - "archiveFileName": "ss_oled-1.0.0.zip", - "size": 356832, - "checksum": "SHA-256:2fa01f864c6687bd48d3b93f88dd9a0c3849683a648ff7f899b254282e7e9656" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.6.1.zip", + "archiveFileName": "StreamUtils-1.6.1.zip", + "size": 172024, + "checksum": "SHA-256:d6a15ef5b8e5edfb7ae9f24fb721e7dc7a823ab27a82347bf0d20f6490c029ff" }, { - "name": "ss_oled", - "version": "1.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.6.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.0.zip", - "archiveFileName": "ss_oled-1.1.0.zip", - "size": 357752, - "checksum": "SHA-256:3a8a2bd532cea0be5faa39ff604d126973ad3653c854c139caba3f910d3afd1a" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.6.2.zip", + "archiveFileName": "StreamUtils-1.6.2.zip", + "size": 175591, + "checksum": "SHA-256:0435099968a6de0d35ea94cb4a213604de4898664e97dab52a8e91fb2084a136" }, { - "name": "ss_oled", - "version": "1.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.6.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.1.zip", - "archiveFileName": "ss_oled-1.1.1.zip", - "size": 357808, - "checksum": "SHA-256:d91f9697c6a3cea444fef0417fc8793e27446d15b9b50d82b416fe50e1e346de" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.6.3.zip", + "archiveFileName": "StreamUtils-1.6.3.zip", + "size": 182591, + "checksum": "SHA-256:0bf2df0df7b598364361a11e6eb4da4600f73f86823829b2e208089c65f13650" }, { - "name": "ss_oled", - "version": "1.1.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.7.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.2.zip", - "archiveFileName": "ss_oled-1.1.2.zip", - "size": 358115, - "checksum": "SHA-256:0861cf768b20042a032285d3592811eb77c9594499f603420ae0520224a1a892" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.7.0.zip", + "archiveFileName": "StreamUtils-1.7.0.zip", + "size": 182350, + "checksum": "SHA-256:cc43325e81eb29fd0de176dd4808967aa5846fe0183baf77cfcbc2584917a367" }, { - "name": "ss_oled", - "version": "1.1.3", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.7.1", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.3.zip", - "archiveFileName": "ss_oled-1.1.3.zip", - "size": 358210, - "checksum": "SHA-256:b965cfe16c01d86fdda3ec005cb252b18378d69185f5f9151008e6369db78faa" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.7.1.zip", + "archiveFileName": "StreamUtils-1.7.1.zip", + "size": 182447, + "checksum": "SHA-256:9b0f726184de96633b9b6dc336752f4f33dd277f873184547c7e089a895bd3c0" }, { - "name": "ss_oled", - "version": "1.1.4", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.7.2", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.4.zip", - "archiveFileName": "ss_oled-1.1.4.zip", - "size": 358100, - "checksum": "SHA-256:d2a63001db4b44bf923151ff1a949e6b928be102f8c771a07dbfbd622113dde7" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.7.2.zip", + "archiveFileName": "StreamUtils-1.7.2.zip", + "size": 187250, + "checksum": "SHA-256:c99bfad89f9cab25b7487504c3f428478f587a7701bcf7853d8786d0a9806855" }, { - "name": "ss_oled", - "version": "1.1.5", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.7.3", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.5.zip", - "archiveFileName": "ss_oled-1.1.5.zip", - "size": 357877, - "checksum": "SHA-256:974a9d3decbbd92a12c45ae8744833649c94278d22cb9fd110ee2953f7e821ed" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.7.3.zip", + "archiveFileName": "StreamUtils-1.7.3.zip", + "size": 188105, + "checksum": "SHA-256:c9757daeb1d241435f1a08e31de4a07a24895ad12c2413c2a99c8c228496c6a5" }, { - "name": "ss_oled", - "version": "2.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "StreamUtils", + "version": "1.8.0", + "author": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "maintainer": "Benoit Blanchon \u003cblog.benoitblanchon.fr\u003e", + "license": "MIT", + "sentence": "💪 Power-ups for Arduino streams", + "paragraph": "Enhances existing streams with logging, buffering, error correction, and more! Works with Serial, SoftwareSerial, WiFiClient...", + "website": "https://github.com/bblanchon/ArduinoStreamUtils", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.0.zip", - "archiveFileName": "ss_oled-2.0.0.zip", - "size": 361508, - "checksum": "SHA-256:1922de419798a7f7a14375ec94d24f7dc0ac55fa48a36f108a050cc920622e96" + "repository": "https://github.com/bblanchon/ArduinoStreamUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/StreamUtils-1.8.0.zip", + "archiveFileName": "StreamUtils-1.8.0.zip", + "size": 189453, + "checksum": "SHA-256:32a844d5218ef7c9ab6379b2fd9c70ba69f80c7710a2cb811a2b53750a313442" }, { - "name": "ss_oled", - "version": "2.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "ELT S300 Library", + "version": "1.0.0", + "author": "Masafumi Horimoto", + "maintainer": "HOLLY\u0026Co.,Ltd. \u003carduino@holly-linux.com\u003e", + "sentence": "This is a library for the ELT CO2 sensor S300 via I2C.", + "paragraph": "This is a library for the ELT CO2 sensor S300 via I2C.", + "website": "https://github.com/mhorimoto/ELT_S300_HOLLY", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.1.zip", - "archiveFileName": "ss_oled-2.0.1.zip", - "size": 362311, - "checksum": "SHA-256:a7f77e143d06459a0f77a315ae8bfcfd819c92d3afd0113368a5a4f94a0f5ab6" + "repository": "https://github.com/mhorimoto/ELT_S300_HOLLY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhorimoto/ELT_S300_Library-1.0.0.zip", + "archiveFileName": "ELT_S300_Library-1.0.0.zip", + "size": 7200, + "checksum": "SHA-256:91dd8111f5ee2eb95e0efc1275c4ae423ce754d9b7312071063fc9404cd07166" }, { - "name": "ss_oled", - "version": "2.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "NRF_HAL", + "version": "1.0.0", + "author": "Nordic Semiconductor, Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", + "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", + "website": "https://github.com/pstolarz/nrfhal_arduino", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.0.zip", - "archiveFileName": "ss_oled-2.1.0.zip", - "size": 363235, - "checksum": "SHA-256:a5cf0ca2700be19af03156dfe2d97f0af1832fd0d2eee6d2a90acd83c4ba51b6" + "repository": "https://github.com/pstolarz/NRF_HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.0.zip", + "archiveFileName": "NRF_HAL-1.0.0.zip", + "size": 16669, + "checksum": "SHA-256:892c166d00df90a889209d2b72752d9c93033bdec42f88b70d4549626447da5c" }, { - "name": "ss_oled", - "version": "2.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "NRF_HAL", + "version": "1.0.1", + "author": "Nordic Semiconductor, Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", + "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", + "website": "https://github.com/pstolarz/nrfhal_arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.1.zip", - "archiveFileName": "ss_oled-2.1.1.zip", - "size": 363240, - "checksum": "SHA-256:5a98488831e8427431a03d30dab841f945983e6c42ee30b50a58e8113f12a999" + "repository": "https://github.com/pstolarz/NRF_HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.1.zip", + "archiveFileName": "NRF_HAL-1.0.1.zip", + "size": 17154, + "checksum": "SHA-256:764476814e6cd9c79a88b4958e52864d916ac867e1802f17c31a5044a26548c4" }, { - "name": "ss_oled", - "version": "2.2.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "NRF_HAL", + "version": "1.0.2", + "author": "Nordic Semiconductor, Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", + "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", + "website": "https://github.com/pstolarz/NRF_HAL", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.2.0.zip", - "archiveFileName": "ss_oled-2.2.0.zip", - "size": 365339, - "checksum": "SHA-256:ed198afdb255d3fcf50cc5408b96d8c98b1d63d887323113b6cbfc241043c49a" + "repository": "https://github.com/pstolarz/NRF_HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.2.zip", + "archiveFileName": "NRF_HAL-1.0.2.zip", + "size": 19674, + "checksum": "SHA-256:820a3f811271f994b03a1f2b7194e41843907e84e2a21f4e502d52e311c07f18" }, { - "name": "ss_oled", - "version": "2.2.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "NRF_HAL", + "version": "1.0.3", + "author": "Nordic Semiconductor, Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "nRFgo SDK nRF24L01 transceiver HAL API port for Arduino.", + "paragraph": "Use this library for low level access nRF24L01 transceiver functionality. Enclosed examples provides code for simple RX/TX, channel scanning etc.", + "website": "https://github.com/pstolarz/NRF_HAL", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.2.1.zip", - "archiveFileName": "ss_oled-2.2.1.zip", - "size": 365536, - "checksum": "SHA-256:3af48e3845ee90c2a22d123160565bcb68d92739aaa5ef5082b0659ef069a1bd" + "repository": "https://github.com/pstolarz/NRF_HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/NRF_HAL-1.0.3.zip", + "archiveFileName": "NRF_HAL-1.0.3.zip", + "size": 26548, + "checksum": "SHA-256:fd9d7fd7d250a64dfddbcddc532c72ca32bc09d7be6ce466efb9791ad09b7728" }, { - "name": "ss_oled", - "version": "3.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "1.0.0", + "author": "Frank Meyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive infrared signals with multiple protocols\u003cbr/\u003e", + "paragraph": "IR receive library for \u003cb\u003e50 different IR protocols\u003c/b\u003e with a small footprint. Can run \u003cb\u003e42 protocols simultaneously\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.0.0.zip", - "archiveFileName": "ss_oled-3.0.0.zip", - "size": 377478, - "checksum": "SHA-256:c565e328ec80af9f19606b5fb10f7c2411429ade3c28b89a4c76cec2f11beddc" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.0.0.zip", + "archiveFileName": "IRMP-1.0.0.zip", + "size": 344174, + "checksum": "SHA-256:3a17d282b68cb25b65567a3efc57f2083fc4ab58372eb87d908f41e490116c30" }, { - "name": "ss_oled", - "version": "3.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "1.1.0", + "author": "Frank Meyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e42 protocols simultaneously\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.1.0.zip", - "archiveFileName": "ss_oled-3.1.0.zip", - "size": 377749, - "checksum": "SHA-256:40bbcc0d75bbfaec9aaa83e6016f9f174fabc678c3055b2ab0dadd205558c288" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.1.0.zip", + "archiveFileName": "IRMP-1.1.0.zip", + "size": 2709269, + "checksum": "SHA-256:a37f4b82540effdfb57b69023467a7ec7a5ae0abaaf4d8849746e6e2550684d0" }, { - "name": "ss_oled", - "version": "3.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "1.2.0", + "author": "Frank Meyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "esp8266", + "esp32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "dependencies": [ - { - "name": "BitBang_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.1.1.zip", - "archiveFileName": "ss_oled-3.1.1.zip", - "size": 377923, - "checksum": "SHA-256:9ef40ee018a7e79aba2b9ba2ff96c100ece13c2c86eb36e44d65a599c29de5f4" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.0.zip", + "archiveFileName": "IRMP-1.2.0.zip", + "size": 2708014, + "checksum": "SHA-256:73c0de20515ed24c2db774c42107e0a16abe00e68d9de8e331ff8aa484369de6" }, { - "name": "ss_oled", - "version": "3.2.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "1.2.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "esp8266", + "esp32", + "STM32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "dependencies": [ - { - "name": "BitBang_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.2.0.zip", - "archiveFileName": "ss_oled-3.2.0.zip", - "size": 378718, - "checksum": "SHA-256:c87a904916394b32f2d6ab77e12bf051466f30615c96a7e3486a3ce836951647" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.1.zip", + "archiveFileName": "IRMP-1.2.1.zip", + "size": 2781957, + "checksum": "SHA-256:f113ce3a5fa754686ea2f28cd8a4dce39cca34c77678ebff574ac5363c71b78e" }, { - "name": "ss_oled", - "version": "3.3.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "1.2.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "frank@fli4l.de, Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Receive and analyze infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "esp8266", + "esp32", + "STM32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "dependencies": [ - { - "name": "BitBang_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.3.0.zip", - "archiveFileName": "ss_oled-3.3.0.zip", - "size": 379071, - "checksum": "SHA-256:717c760a8eb8d0ea8ba0849c13efdd854baa8d26834377c74ab2f211a412aeee" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-1.2.2.zip", + "archiveFileName": "IRMP-1.2.2.zip", + "size": 2782352, + "checksum": "SHA-256:b3ef1b4d899a7c48aaa741fd93ee666d936882d362bac4ffb8dd9237fa9d9b2f" }, { - "name": "ss_oled", - "version": "4.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "2.0.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "esp8266", + "esp32", + "STM32", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" - ], - "dependencies": [ - { - "name": "BitBang_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.0.0.zip", - "archiveFileName": "ss_oled-4.0.0.zip", - "size": 380252, - "checksum": "SHA-256:2f2e68bf5a6aeb094182e70fb0ef937b30f6961bca2e42e50496b31836f60f97" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.0.0.zip", + "archiveFileName": "IRMP-2.0.0.zip", + "size": 2811333, + "checksum": "SHA-256:f15eb60a30e838c46e24bde703e4eb80cdd37f91ab1bff0b7073035616ac261c" }, { - "name": "ss_oled", - "version": "4.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "2.1.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "samd" ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.0.1.zip", - "archiveFileName": "ss_oled-4.0.1.zip", - "size": 381941, - "checksum": "SHA-256:5f45436b21f9b394f95235f9e0ec68c06bd31aed49b271d7a1084f08b03cf8e2" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.1.0.zip", + "archiveFileName": "IRMP-2.1.0.zip", + "size": 2812982, + "checksum": "SHA-256:231b2a89bf2c8ea5812f34201327d5fb2bc3d7b108f44ab54a967b627400e946" }, { - "name": "ss_oled", - "version": "4.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "2.2.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "samd", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.2.0.zip", + "archiveFileName": "IRMP-2.2.0.zip", + "size": 2813362, + "checksum": "SHA-256:bfa88128d06fdbf5cc38fcdacd790977181e2dddfba68cabcf5638f9e191c981" + }, + { + "name": "IRMP", + "version": "2.2.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and Send infrared signals from your remote\u003cbr/\u003e", + "paragraph": "Supports \u003cb\u003e50 different IR protocols\u003c/b\u003e. \u003cb\u003eSmall footprint\u003c/b\u003e. Can receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003cbr/\u003eSupports ATTinyCore as well as Digispark and Digispark Pro boards.\u003cbr/\u003eReceive and send can be used in the same sketch.\u003cbr/\u003eFor a short comparison of IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eMinor improvements.", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "samd", + "apollo3" ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.0.zip", - "archiveFileName": "ss_oled-4.1.0.zip", - "size": 385419, - "checksum": "SHA-256:6d2edd54d8decd6be2b45bf7fa41e98f059429e91ff89d79432e2e427e3f88c7" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-2.2.1.zip", + "archiveFileName": "IRMP-2.2.1.zip", + "size": 2833996, + "checksum": "SHA-256:02fff138a61b23538b6d11b21386b77e3c9124f1a9cc86566622168d85a174ac" }, { - "name": "ss_oled", - "version": "4.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "3.0.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eSupport of 2 RF protocols, MegaAVR support.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "samd", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.0.0.zip", + "archiveFileName": "IRMP-3.0.0.zip", + "size": 2866328, + "checksum": "SHA-256:daa938266a563e0d98bc65bff3f6a2eeabf566c5d003a04d31d743eb10917e7e" + }, + { + "name": "IRMP", + "version": "3.1.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003c/b\u003eAdded irmp_print_active_protocols() function + minor bug fixes.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3" ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.1.zip", - "archiveFileName": "ss_oled-4.1.1.zip", - "size": 385427, - "checksum": "SHA-256:f1fb0d2a9a54d470103057afb728f8b9697cb79d9e5b4e21904bf22d45784b09" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.0.zip", + "archiveFileName": "IRMP-3.1.0.zip", + "size": 2995506, + "checksum": "SHA-256:6635be757377ac60a8530ac70785080adcfdd79268850d98eb9a72a82fa743bf" }, { - "name": "ss_oled", - "version": "4.1.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "3.1.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded MinimalReceiver example.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.1.zip", + "archiveFileName": "IRMP-3.1.1.zip", + "size": 3002437, + "checksum": "SHA-256:e05cce77ecad820ae3c5550a65ab3ea2bb8aa0590b7effffaf130bc31c4046cd" + }, + { + "name": "IRMP", + "version": "3.1.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed interrupt mode bug.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3" ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.2.zip", - "archiveFileName": "ss_oled-4.1.2.zip", - "size": 385345, - "checksum": "SHA-256:d3160028a092752099c9ac7fa468ffbc188f31a21694e228a94d9ffdbee6946e" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.1.2.zip", + "archiveFileName": "IRMP-3.1.2.zip", + "size": 3004049, + "checksum": "SHA-256:a7b8e3aed0354bf5fab7d385abd7d36f70317403c335bb342ee953ff4649d821" }, { - "name": "ss_oled", - "version": "4.1.3", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "3.2.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMBED support for Arduino Nano 33 BLE.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.0.zip", + "archiveFileName": "IRMP-3.2.0.zip", + "size": 3004754, + "checksum": "SHA-256:c7389e0bc85b1fe8f476a010721f330c65a90e5873532e4e664b6b0f5b295c8c" + }, + { + "name": "IRMP", + "version": "3.2.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFix for STM32.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.3.zip", - "archiveFileName": "ss_oled-4.1.3.zip", - "size": 387854, - "checksum": "SHA-256:736abcdb0a0b42abc2110e09a675104a76b27f1d77c4d6607c22f87931a678fa" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.1.zip", + "archiveFileName": "IRMP-3.2.1.zip", + "size": 3005155, + "checksum": "SHA-256:b4d4518dfe4b71ba08a78ec5447de2588c682a82fd4c8a5ed12c121db6584144" }, { - "name": "ss_oled", - "version": "4.2.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Small and simple OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", - "website": "https://github.com/bitbank2/ss_oled", - "category": "Display", + "name": "IRMP", + "version": "3.2.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFix for STM32. Fixed bug for sending only on no AVR platforms.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ss_oled.git", - "providesIncludes": [ - "ss_oled.h" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.2.zip", + "archiveFileName": "IRMP-3.2.2.zip", + "size": 3005710, + "checksum": "SHA-256:9a8f5f19794bd83c58d998f071d82772cd91b82d45aa25b93dcd2e2b25f65266" + }, + { + "name": "IRMP", + "version": "3.2.3", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed warning for missing USE_ONE_TIMER_FOR_IRMP_AND_IRSND macro.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.2.0.zip", - "archiveFileName": "ss_oled-4.2.0.zip", - "size": 389882, - "checksum": "SHA-256:e5dbc1d9961032b432c874d5172477a5f1fd420a4f4a0de68dfb0b3e93b0987b" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.2.3.zip", + "archiveFileName": "IRMP-3.2.3.zip", + "size": 3005822, + "checksum": "SHA-256:7b0f2221a2d6606e146788e330570de6a26a467d9ec5f7bea8f1751ff1fed248" }, { - "name": "BitBang_I2C", - "version": "1.0.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.3.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function bool irmp_IsBusy().\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": [ - "BitBang_I2C.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.0.0.zip", - "archiveFileName": "BitBang_I2C-1.0.0.zip", - "size": 19475, - "checksum": "SHA-256:d44f4054a483a4709f9593bfbf87f26d0262ec6f7fb212fd5637ae656a098773" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.0.zip", + "archiveFileName": "IRMP-3.3.0.zip", + "size": 3007256, + "checksum": "SHA-256:f1a37f2457d5bf584b04ebc0206be72d11946245bc503b3e64ac50e8d48b2ba4" }, { - "name": "BitBang_I2C", - "version": "1.1.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.3.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function bool irmp_IsBusy().\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": [ - "BitBang_I2C.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.1.0.zip", - "archiveFileName": "BitBang_I2C-1.1.0.zip", - "size": 19628, - "checksum": "SHA-256:4e812eb56f2c7b67ed2b36e7a36499aee1fae3a8d9a79ae13f3be491235f0acc" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.1.zip", + "archiveFileName": "IRMP-3.3.1.zip", + "size": 3007391, + "checksum": "SHA-256:3f06ef2c355f35b50cea4ed208054b2a8394a989717ec3ac2cd1b6ef4ef070da" }, { - "name": "BitBang_I2C", - "version": "1.2.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.3.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded Teensyduino support. Added function irmp_print_protocol_name().\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": [ - "BitBang_I2C.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.2.0.zip", - "archiveFileName": "BitBang_I2C-1.2.0.zip", - "size": 24194, - "checksum": "SHA-256:aa2796fb025feed820822c329018806be269e7b4685212522b57eee5b8cbe952" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.2.zip", + "archiveFileName": "IRMP-3.3.2.zip", + "size": 3008665, + "checksum": "SHA-256:053c381a22de162eccd2e8c0e7323bbc17732fd83ffaa65b31bf8019c2b07fd3" }, { - "name": "BitBang_I2C", - "version": "1.3.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.3.3", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATmega8 and Leonardo support. New IRSND_GENERATE_NO_SEND_RF compile switch.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": [ - "BitBang_I2C.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.3.0.zip", - "archiveFileName": "BitBang_I2C-1.3.0.zip", - "size": 24238, - "checksum": "SHA-256:fae3b77e7149a4f9da5c14807d36931261d3bdfd40dc5f50caf90b77626d4259" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.3.zip", + "archiveFileName": "IRMP-3.3.3.zip", + "size": 3048368, + "checksum": "SHA-256:3c47d5cc144e686f6ce7755eb68ce6d7302fcfa0885c3a06bf2a77cf63f3023d" }, { - "name": "BitBang_I2C", - "version": "2.0.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.3.4", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved convenience function `irmp_tone()`, since it statically allocates the tone interrupt vector.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": [ - "BitBang_I2C.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.0.zip", - "archiveFileName": "BitBang_I2C-2.0.0.zip", - "size": 25266, - "checksum": "SHA-256:f4e1d9b34cdfd36883b290af757286036500d45594389f2848d7fd775842909e" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.4.zip", + "archiveFileName": "IRMP-3.3.4.zip", + "size": 3048393, + "checksum": "SHA-256:b1e50ec4e1762443b123c9533b8cbbc9bf57edf0792885d12f7d487927dcfd45" }, { - "name": "BitBang_I2C", - "version": "2.0.1", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.3.5", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed \"enabling OUTPUT for dynamic pin\" bug. Added TinyIRReceiver and updated IRDispatcherDemo examples.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", - "providesIncludes": [ - "BitBang_I2C.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.1.zip", - "archiveFileName": "BitBang_I2C-2.0.1.zip", - "size": 25293, - "checksum": "SHA-256:8b3b2c7995b6e0a24393ab5aa7d804ab08ec0d53c7a7153ed31e4441b10f6c23" + "repository": "https://github.com/ukw100/IRMP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.3.5.zip", + "archiveFileName": "IRMP-3.3.5.zip", + "size": 3061967, + "checksum": "SHA-256:b06f2a376349efb41d2ce7bede1ff31abd347d43ba0b9e548e5f1b9cd64c6007" }, { - "name": "BitBang_I2C", - "version": "2.0.2", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.4.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATtiny3217 / TinyCore support and fixed a few timings. Added Melinera protocol and single repeat for NEC.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "repository": "https://github.com/ukw100/IRMP.git", "providesIncludes": [ - "BitBang_I2C.h" + "Arduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.2.zip", - "archiveFileName": "BitBang_I2C-2.0.2.zip", - "size": 25300, - "checksum": "SHA-256:bae1cbca66fc649fcddac5b5971bc85e5bc70e3e6b83fa9afa29b7893b0ed935" + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.4.0.zip", + "archiveFileName": "IRMP-3.4.0.zip", + "size": 3066019, + "checksum": "SHA-256:868cbd429b1829116157f8dbb28f44220945149848139ffaa042d1b7c737ad2e" }, { - "name": "BitBang_I2C", - "version": "2.0.3", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.4.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATtiny3217 / TinyCore support and fixed a few timings. Added Melinera protocol and single repeat for NEC.\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "repository": "https://github.com/ukw100/IRMP.git", "providesIncludes": [ - "BitBang_I2C.h" + "Arduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.3.zip", - "archiveFileName": "BitBang_I2C-2.0.3.zip", - "size": 25325, - "checksum": "SHA-256:a9e5a0d237bf7839cf271876e6a055b4bb547304b0059d252b250437b2198435" + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.4.1.zip", + "archiveFileName": "IRMP-3.4.1.zip", + "size": 2973077, + "checksum": "SHA-256:a659690f2adc8a47c61aefa4345eaac5b77b742fe39f658f524e713e518f86bc" }, { - "name": "BitBang_I2C", - "version": "2.1.0", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.5.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed initPCIInterrupt() to enablePCIInterrupt() and added disablePCIInterrupt(). Fixes for some ATtinies. Fixed ICACHE_RAM_ATTR error introduced with 3.4.1.\u003cbr/\u003e\u003cb\u003eRenamed *.c.h to .hpp. =\u003e You must change: #include \u0026lt;irmp.c.h\u0026gt; to: #include \u0026lt;irmp.hpp\u0026gt;\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "repository": "https://github.com/ukw100/IRMP.git", "providesIncludes": [ - "BitBang_I2C.h" + "Arduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.0.zip", - "archiveFileName": "BitBang_I2C-2.1.0.zip", - "size": 26846, - "checksum": "SHA-256:add447fc0cec75f8bda163d37b0fcef1a871d6e00874ff62cb2f0ff4b1a1ea6e" + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.5.0.zip", + "archiveFileName": "IRMP-3.5.0.zip", + "size": 2976928, + "checksum": "SHA-256:8c09b9821055b142488c2f900991c9bde521ca80b49a015808afa231f3188044" }, { - "name": "BitBang_I2C", - "version": "2.1.2", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.5.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eFor a short comparison of 4 popular IR libraries, see \u003ca href=\"https://github.com/ukw100/IRMP#quick-comparison-of-4-arduino-ir-receiving-libraries\"\u003eGitHub README\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed initPCIInterrupt() to enablePCIInterrupt() and added disablePCIInterrupt(). Fixes for some ATtinies. Fixed ICACHE_RAM_ATTR and F_CPU error introduced with 3.4.1.\u003cbr/\u003e\u003cb\u003eRenamed *.c.h to .hpp. =\u003e You must change: #include \u0026lt;irmp.c.h\u0026gt; to: #include \u0026lt;irmp.hpp\u0026gt;\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "repository": "https://github.com/ukw100/IRMP.git", "providesIncludes": [ - "BitBang_I2C.h" + "Arduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.2.zip", - "archiveFileName": "BitBang_I2C-2.1.2.zip", - "size": 26906, - "checksum": "SHA-256:77b48414f87a9eb7ae6b25841957edd92ff1a6a79b1f6d95fa6a1f38e3557d04" + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.5.1.zip", + "archiveFileName": "IRMP-3.5.1.zip", + "size": 2976905, + "checksum": "SHA-256:4c27d3f1182873043c6937acb5f6ae97cdba0b864a6be5ee0068ece5e5101a11" }, { - "name": "BitBang_I2C", - "version": "2.1.3", - "author": "Larry Bank \u003cbitbank@pobox.com\u003e", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", - "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", - "website": "https://github.com/bitbank2/BitBang_I2C", - "category": "Communication", + "name": "IRMP", + "version": "3.6.0", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD, RP2040 and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed ATmega4809 bug, RP2040 support added, improved timings by J�rg R. and support for NEC 8 bit address.\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "repository": "https://github.com/ukw100/IRMP.git", "providesIncludes": [ - "BitBang_I2C.h" + "Arduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.3.zip", - "archiveFileName": "BitBang_I2C-2.1.3.zip", - "size": 26964, - "checksum": "SHA-256:d579f659da2c7706d77d9565ccfc76daa0117389927872fa43f189e5f89a4450" + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.6.0.zip", + "archiveFileName": "IRMP-3.6.0.zip", + "size": 2986370, + "checksum": "SHA-256:aa0260482002c28404d509845ce05afab8785a32b64c894e81ebc3dcaa7806bd" }, { - "name": "NMEAParser", - "version": "1.0.0", - "author": "Glinnes Hulden", - "maintainer": "Glinnes Hulden", - "sentence": "A simple Arduino library to parse NMEA sentences.", - "paragraph": "A simple Arduino library to parse NMEA sentences.", - "website": "https://github.com/Glinnes/NMEAParser", - "category": "Communication", + "name": "IRMP", + "version": "3.6.1", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD, RP2040 and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed NO_LED_FEEDBACK_CODE bug.\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ukw100/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/Glinnes/NMEAParser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.0.0.zip", - "archiveFileName": "NMEAParser-1.0.0.zip", - "size": 24543, - "checksum": "SHA-256:c0c8d4ae6c277e3ce2d2dfb61ef7adf8dc6dbc6c98e51f46413e7c6186a70fe6" + "repository": "https://github.com/ukw100/IRMP.git", + "providesIncludes": [ + "irmp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.6.1.zip", + "archiveFileName": "IRMP-3.6.1.zip", + "size": 2987497, + "checksum": "SHA-256:9e1973f173efffa353ee8227fee1314169611f17b15b1819246630b7638bb8f0" }, { - "name": "NMEAParser", - "version": "1.1.0", - "author": "Glinnes Hulden", - "maintainer": "Glinnes Hulden", - "sentence": "A simple Arduino library to parse NMEA sentences.", - "paragraph": "A simple Arduino library to parse NMEA sentences.", - "website": "https://github.com/Glinnes/NMEAParser", - "category": "Communication", + "name": "IRMP", + "version": "3.6.2", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD, RP2040 and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded ATtiny88 / AVR timer1 timer support. Fixed send timing bug.\u003cbr/\u003e", + "website": "https://github.com/IRMP-org/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/Glinnes/NMEAParser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.1.0.zip", - "archiveFileName": "NMEAParser-1.1.0.zip", - "size": 17979, - "checksum": "SHA-256:24cebcbacb62e764bbdf52117477f70e1a78543326ffab8f9950dade84a785b7" + "repository": "https://github.com/ukw100/IRMP.git", + "providesIncludes": [ + "irmp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.6.2.zip", + "archiveFileName": "IRMP-3.6.2.zip", + "size": 2999223, + "checksum": "SHA-256:98f008b5a80bd2e5f99138737f9bbaeeb9d306c005c3ea14fdb1870bd9ea3604" }, { - "name": "bb_hx1230", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "BitBank HX1230 96x68 LCD display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Runs on any hardware supported by Arduino.", - "website": "https://github.com/bitbank2/bb_hx1230", - "category": "Display", + "name": "IRMP", + "version": "3.6.3", + "author": "Frank Meyer, Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e, frank@fli4l.de", + "sentence": "Receive and send infrared signals.\u003cbr/\u003e", + "paragraph": "\u003cul\u003e\u003cli\u003eSupports \u003cb\u003e50 different IR and 3 RF protocols\u003c/b\u003e.\u003c/li\u003e\u003cli\u003eCan receive \u003cb\u003e40 protocols concurrently\u003c/b\u003e.\u003c/li\u003e\u003cli\u003e\u003cb\u003eSmall\u003c/b\u003e footprint and \u003cb\u003erobust\u003c/b\u003e decoding.\u003c/li\u003e\u003cli\u003eReceive and send can be used in the \u003cb\u003esame sketch.\u003c/b\u003e\u003c/li\u003e\u003cli\u003eSupports ATtiny, AVR and MegaAVR boards as well as ESP8266, ESP32, STM32, SAMD, RP2040 and Apollo boards.\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eFixed send timing bug for ESP32.\u003cbr/\u003e", + "website": "https://github.com/IRMP-org/IRMP", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "apollo3", + "mbed", + "mbed_nano", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_hx1230.git", + "repository": "https://github.com/ukw100/IRMP.git", "providesIncludes": [ - "bb_hx1230.h" + "irmp.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.0.zip", - "archiveFileName": "bb_hx1230-1.0.0.zip", - "size": 1510214, - "checksum": "SHA-256:bf1c9392e97316a176204b8114f2b076585d4740ae9734b29dbb72d7dc612ebf" + "url": "https://downloads.arduino.cc/libraries/github.com/ukw100/IRMP-3.6.3.zip", + "archiveFileName": "IRMP-3.6.3.zip", + "size": 3003096, + "checksum": "SHA-256:9e730e31569b13cb720a3f269d410b19367ed7fd6a9bc8854c855a24944fea2e" }, { - "name": "bb_hx1230", - "version": "1.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "BitBank HX1230 96x68 LCD display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Includes 4 font sizes and pixel drawing. Runs on any hardware supported by Arduino.", - "website": "https://github.com/bitbank2/bb_hx1230", - "category": "Display", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_hx1230.git", - "providesIncludes": [ - "bb_hx1230.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.1.zip", - "archiveFileName": "bb_hx1230-1.0.1.zip", - "size": 1510244, - "checksum": "SHA-256:761b0187ec32f5097d247031dd48570b9ae1a1a92989c1e23f7058466823e3a8" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.0.zip", + "size": 63650, + "checksum": "SHA-256:44e7ee694d760633d3f81c2faa7c595590ccfdd8568716e04115a83a2f909430" }, { - "name": "ACAN2515Tiny", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", "version": "1.0.1", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", - "sentence": "Driver for MCP2515 CAN Controller", - "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", - "website": "https://github.com/pierremolinaro/acan2515Tiny", - "category": "Communication", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e is a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.1.zip", - "archiveFileName": "ACAN2515Tiny-1.0.1.zip", - "size": 317689, - "checksum": "SHA-256:b96912a9aa49c215b263a50bf43335b9e99f496a82bb0dbdb08910bf4caccdb2" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.1.zip", + "size": 63871, + "checksum": "SHA-256:e8e6cba1846ab842b230d700a1a6d926b3e12fd60b2c492631d8d106cdf29e75" }, { - "name": "ACAN2515Tiny", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", "version": "1.0.2", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", - "sentence": "Driver for MCP2515 CAN Controller", - "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", - "website": "https://github.com/pierremolinaro/acan2515Tiny", - "category": "Communication", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.2.zip", - "archiveFileName": "ACAN2515Tiny-1.0.2.zip", - "size": 317700, - "checksum": "SHA-256:b3b1857499a09f065b5e98296fc13c032e9b0aac305add4b4f66e6b8ab57b6e4" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.2.zip", + "size": 48509, + "checksum": "SHA-256:cbe1c30deff61236a11f82073bf4b003765120da01aa689d3295ef5e9bbd1a3b" }, { - "name": "ACAN2515Tiny", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", "version": "1.0.3", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", - "sentence": "Driver for MCP2515 CAN Controller", - "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", - "website": "https://github.com/pierremolinaro/acan2515Tiny", - "category": "Communication", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.3.zip", - "archiveFileName": "ACAN2515Tiny-1.0.3.zip", - "size": 268168, - "checksum": "SHA-256:bc82f123658e08977cdc04744f583a662dbd5619d4cb6dcab1e54a121c135372" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.0.3.zip", + "size": 57618, + "checksum": "SHA-256:05f858df9ac9f978304effd3198dbdff20218f77434b6139d42184175a9e0202" }, { - "name": "ACAN2515Tiny", - "version": "1.0.4", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", - "sentence": "Driver for MCP2515 CAN Controller", - "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", - "website": "https://github.com/pierremolinaro/acan2515Tiny", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.4.zip", - "archiveFileName": "ACAN2515Tiny-1.0.4.zip", - "size": 269590, - "checksum": "SHA-256:5db6b6f37c8229f783c1e5c1dcd16c677638d1652a84395e7d9616c40556c659" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.0.zip", + "size": 56902, + "checksum": "SHA-256:4f2fff62274c08e56d1247228da5cdd53e774285cb2081e813a611ee98822b45" }, { - "name": "Rfid134 by Makuna", - "version": "1.0.0", - "author": "Michael C. Miller (makuna@live.com)", - "maintainer": "Michael C. Miller (makuna@live.com)", - "sentence": "Library for the RFID WL-134 module", - "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", - "website": "https://github.com/Makuna/Rfid134/wiki", - "category": "Device Control", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Makuna/Rfid134.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.0.zip", - "archiveFileName": "Rfid134_by_Makuna-1.0.0.zip", - "size": 8301, - "checksum": "SHA-256:9517f7df8adc0a5db5780dd88797338d4a1f8e9a2c6330a544496f3e68f0bda5" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.1.zip", + "size": 56904, + "checksum": "SHA-256:cdc12c1db7f37c193084bdd2ab196bb88138d78289ff8239cdc8cf63828ae2a4" }, { - "name": "Rfid134 by Makuna", - "version": "1.0.1", - "author": "Michael C. Miller (makuna@live.com)", - "maintainer": "Michael C. Miller (makuna@live.com)", - "sentence": "Library for the RFID WL-134 module", - "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", - "website": "https://github.com/Makuna/Rfid134/wiki", - "category": "Device Control", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Includes a portable C skeleton", + "paragraph": "The \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eSparkFun 9DoF IMU Breakout \u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948/\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Makuna/Rfid134.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.1.zip", - "archiveFileName": "Rfid134_by_Makuna-1.0.1.zip", - "size": 8720, - "checksum": "SHA-256:41082d3aba137228023325320b71fbf479cfb9a30f49c8a9fa9b7cc46a72af14" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.1.2.zip", + "size": 56910, + "checksum": "SHA-256:0bd35d48a25330351910952891fddeaf7ec7e758b406954da337ea277630650d" }, { - "name": "Rfid134 by Makuna", - "version": "1.0.2", - "author": "Michael C. Miller (makuna@live.com)", - "maintainer": "Michael C. Miller (makuna@live.com)", - "sentence": "Library for the RFID WL-134 module", - "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", - "website": "https://github.com/Makuna/Rfid134/wiki", - "category": "Device Control", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Makuna/Rfid134.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.2.zip", - "archiveFileName": "Rfid134_by_Makuna-1.0.2.zip", - "size": 8991, - "checksum": "SHA-256:1e83ba1c2abedd7963ba0fbcc58924190ed479e4dc169cf724b095133b532625" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.0.zip", + "size": 149072, + "checksum": "SHA-256:4420e781ab5ab079b3bb9e58432d51416ebac8490a80f31a508c06c9448733ac" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.0.1.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.0.1.zip", - "size": 32764, - "checksum": "SHA-256:ac237a439e18add03878a88797e1c625920516d1e703f3df4f9272230d7acf8d" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.1.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.1.zip", + "size": 150480, + "checksum": "SHA-256:22b0b57ea66b8faf82133f6515ab23ca034e9931fe1f7c87a60c4eb32d15cf35" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.5.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.5.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.5.0.zip", - "size": 59086, - "checksum": "SHA-256:fde632ae11491318f324d6f6be73ad767e83051e92d70d4ed6f6aa1fa3d795a8" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.2.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.2.zip", + "size": 161696, + "checksum": "SHA-256:9e8802b6c21ee15ea9cc25708f9145f0a5daa417647486ed8b65c7214895f3f8" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.6.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.6.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.6.0.zip", - "size": 88060, - "checksum": "SHA-256:86f4c15333762e6aa03c1c144d329f45fe3974d4023894211ab01c0c9d2a94f0" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.3.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.3.zip", + "size": 168587, + "checksum": "SHA-256:764ea03ddeb40981ac40ef5d5f37bc75e3a289e9a4c002e8ea9a8a0fbd0ff145" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.7.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.7.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.7.0.zip", - "size": 88255, - "checksum": "SHA-256:5914ad51731d036b614a91b8fc8334073dc9e1e49b144b0b0cb552dc5037c102" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.4.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.4.zip", + "size": 168619, + "checksum": "SHA-256:ba49756850c7a2003c61315017a8eb0245891f697c4c25d00e24a9fbe4052c4c" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.7.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.7.1.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.7.1.zip", - "size": 88265, - "checksum": "SHA-256:7b78f0bd5c740acad8b4166dde14c047c0bb20012accc89a50bc38bae150f0d0" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.5.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.5.zip", + "size": 195627, + "checksum": "SHA-256:52cae58b54a3b9897ce3f367c9bec83a78da3fdcebfa1d0fc8cc12d4385e6e8c" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.8.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "MIDI Library" - }, - { - "name": "Adafruit seesaw Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - }, - { - "name": "Adafruit Circuit Playground" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.8.0.zip", - "size": 89336, - "checksum": "SHA-256:9f23e545e98c6812e9182fc9401474facff7c0f2ca6e90008db0c4bf1333af2f" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.6.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.6.zip", + "size": 210606, + "checksum": "SHA-256:7a4edd5a87bdfd82250dc8d066d21b23de3f7751cbb1820621c4b7607d58b922" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.8.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "MIDI Library" - }, - { - "name": "Adafruit seesaw Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - }, - { - "name": "Adafruit Circuit Playground" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.1.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.8.1.zip", - "size": 89333, - "checksum": "SHA-256:ec5baf9659f542cbf34c92510afb80ee6f842ad4883d2f741b5354f075026662" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.7.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.7.zip", + "size": 210837, + "checksum": "SHA-256:ccc90df3c4106b25a05359f675a7496fab941660fb9541b6cbe3e691acdad6a4" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.8.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "MIDI Library" - }, - { - "name": "Adafruit seesaw Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - }, - { - "name": "Adafruit Circuit Playground" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.2.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.8.2.zip", - "size": 83513, - "checksum": "SHA-256:fa383b6ed99629e9723ae16452271cccfdbd0d6903ef73b1a9d95aabb4600df2" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.8.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.8.zip", + "size": 211064, + "checksum": "SHA-256:0b1537c77fb65db277338f0ec8c238318e418eed70892626be96ab700b3bec83" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.9.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "MIDI Library" - }, - { - "name": "Adafruit seesaw Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - }, - { - "name": "Adafruit Circuit Playground" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.9.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.9.0.zip", - "size": 84405, - "checksum": "SHA-256:baa3420ce10258446675a5053f5332ff87a6736a9888bf68826c430e78d82cec" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.9.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.9.zip", + "size": 211198, + "checksum": "SHA-256:c7a9b617839d29a171d54b238950aaacdd39bf87895b4a1603495ab8eff0998e" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.9.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "MIDI Library" - }, - { - "name": "Adafruit seesaw Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - }, - { - "name": "Adafruit Circuit Playground" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.9.1.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.9.1.zip", - "size": 84548, - "checksum": "SHA-256:44b58a0be342761de764cf12a36d07725d258da7bd30000210499a0262576ade" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.10.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.10.zip", + "size": 217340, + "checksum": "SHA-256:433919b40bd85ace62bcb28f53b5c8ea7c158cc4c396516d5dd5aa25735c581a" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.10.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "MIDI Library" - }, - { - "name": "Adafruit seesaw Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - }, - { - "name": "Adafruit Circuit Playground" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.0.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.10.0.zip", - "size": 84843, - "checksum": "SHA-256:105872f35d724494ab56b397f55bca7a785b997d634e2141b0bc5a102a08c51b" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.11.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.11.zip", + "size": 217376, + "checksum": "SHA-256:2d7d6fcf34c636d23ce0a21d6a47171ee402ccfa72fd8db50a2ac814a0d763da" }, { - "name": "Adafruit TinyUSB Library", - "version": "0.10.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "TinyUSB library for Arduino", - "paragraph": "TinyUSB library for Arduino", - "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", - "category": "Communication", + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library", + "version": "1.2.12", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/15335\"\u003eSparkFun 9DoF IMU Breakout\u003c/a\u003e uses the Invensense \u003ca href=\"https://www.invensense.com/products/motion-tracking/9-axis/icm-20948\"\u003eICM-20948\u003c/a\u003e -- a system-in-package featuring acceleration full-scales of ±2 / ±4 / ±8 / ±16 (g), rotational full-scales of ±250 / ±500 / ±1000 / ±2000 (°/sec) and a magnetic field full scale of ±4800 µT. The ICM-20948 can be accessed via either I2C (400 kHz) or SPI (7 MHz)", + "website": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", - "providesIncludes": [ - "Adafruit_TinyUSB.h" - ], - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "MIDI Library" - }, - { - "name": "Adafruit seesaw Library" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - }, - { - "name": "Adafruit Circuit Playground" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.1.zip", - "archiveFileName": "Adafruit_TinyUSB_Library-0.10.1.zip", - "size": 84858, - "checksum": "SHA-256:dcbe24901b93000b05b8731021afffc8d10778cc3c106228e1a5f2b28614bc3a" + "repository": "https://github.com/sparkfun/SparkFun_ICM-20948_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.12.zip", + "archiveFileName": "SparkFun_9DoF_IMU_Breakout___ICM_20948___Arduino_Library-1.2.12.zip", + "size": 217667, + "checksum": "SHA-256:368a4dedaa5556f201a52281b91b9f422dd4275a480952ef131317724bcdfa5f" }, { - "name": "TN_SwitchState", + "name": "VCNL36687", "version": "1.0.0", - "author": "taront", - "maintainer": "taront", - "sentence": "A library to manage switch state transitions.", - "paragraph": "Small library to manage switch state transitions. Detect single press/release, double press/release, long press/release and toggle action (ON/OFF/Rising/Falling).", - "website": "https://github.com/toritamantaro/TN_SwitchState", - "category": "Signal Input/Output", + "author": "Jainam, jainam1995@gmail.com", + "maintainer": "Jainam", + "sentence": "Arduino library for the VCNL36687 Proximity Sensor with VCSEL", + "paragraph": "Interface with the VCNL36687 sensor over I2C, to get a simple proximity reading.", + "website": "https://github.com/mehtajainam/VCNL36687", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/toritamantaro/TN_SwitchState.git", - "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.0.zip", - "archiveFileName": "TN_SwitchState-1.0.0.zip", - "size": 8670, - "checksum": "SHA-256:ccd8103f931aa3df114a77c5c12d67a61e1cd3f77215eb01b9514cf38766b77d" + "repository": "https://github.com/mehtajainam/VCNL36687.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mehtajainam/VCNL36687-1.0.0.zip", + "archiveFileName": "VCNL36687-1.0.0.zip", + "size": 6768, + "checksum": "SHA-256:243099bd63e94e7bf2a5b8f4c1c4fe5d3d06c727865e8a523b9b17262309aa63" }, { - "name": "TN_SwitchState", + "name": "CESmartCamp", "version": "1.0.1", - "author": "taront", - "maintainer": "taront", - "sentence": "A library to manage switch state transitions.", - "paragraph": "Small library to manage switch state transitions. Detect single press/hold/release, double press/hold/release, long press/hold/release and toggle action (OFF/Rise/Rising/ON/Fall/Falling).", - "website": "https://github.com/toritamantaro/TN_SwitchState", - "category": "Signal Input/Output", + "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "sentence": "Made it for CESmartCamp", + "paragraph": "this library use to control HC-SR04 in lots of board", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/toritamantaro/TN_SwitchState.git", - "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.1.zip", - "archiveFileName": "TN_SwitchState-1.0.1.zip", - "size": 8898, - "checksum": "SHA-256:0ba97423abbbd86e74e06bd27859dea427e83a4df7e57430caa4f6f20e15dc87" + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.1.zip", + "archiveFileName": "CESmartCamp-1.0.1.zip", + "size": 2729, + "checksum": "SHA-256:f240fcbabd96e8846f67a0a7ddbe817c839be146a032c0f2604ddab63d23168a" }, { - "name": "TN_SwitchState", - "version": "1.0.2", - "author": "taront", - "maintainer": "taront", - "sentence": "A library to manage switch state transitions.", - "paragraph": "Small library to manage switch state transitions. Detect single press/hold/release, double press/hold/release, long press/hold/release and toggle action (OFF/Rise/Rising/ON/Fall/Falling).", - "website": "https://github.com/toritamantaro/TN_SwitchState", - "category": "Signal Input/Output", + "name": "CESmartCamp", + "version": "1.0.3", + "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "sentence": "Made it for CESmartCamp", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/toritamantaro/TN_SwitchState.git", - "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.2.zip", - "archiveFileName": "TN_SwitchState-1.0.2.zip", - "size": 8911, - "checksum": "SHA-256:0364bee710647767604c4546b8e21a0b2ee18b4bb14c37739e9931c8376f4810" + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.3.zip", + "archiveFileName": "CESmartCamp-1.0.3.zip", + "size": 8564, + "checksum": "SHA-256:144c7247c8cc5fee750b6cc711ddd5f0bff9502446eef905a84bb8e879e7af7a" }, { - "name": "Dynamixel2Arduino", - "version": "0.0.1", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "CESmartCamp", + "version": "1.0.4", + "author": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "maintainer": "CE Smart Camp#12 \u003c61011072@kmitl.ac.th\u003e", + "sentence": "Made it for CESmartCamp", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.0.1.zip", - "archiveFileName": "Dynamixel2Arduino-0.0.1.zip", - "size": 50605, - "checksum": "SHA-256:556eda0730b9cb4efad99d865ed3900e795af87ee915d1dadbf6a126d3f2658c" + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-1.0.4.zip", + "archiveFileName": "CESmartCamp-1.0.4.zip", + "size": 12952, + "checksum": "SHA-256:5c875c7e81600109d27722f40338579586e5cb7596b7ab5e6305ad61ed8d1c8d" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.0", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "CESmartCamp", + "version": "12.0.0", + "author": "CE Smart Camp#12", + "maintainer": "CE Smart Camp#12", + "sentence": "Made it for CESmartCamp#12", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.0.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.0.zip", - "size": 64848, - "checksum": "SHA-256:857e82a78800ac74e90aa11e8e237c67fae35b5cd677f5405681c361a8a79b5a" + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.0.0.zip", + "archiveFileName": "CESmartCamp-12.0.0.zip", + "size": 19105, + "checksum": "SHA-256:4db8390135ae13526e37dcbce619c039b00bbbf0552d3b9dceb3e0c54e8cf4d6" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.1", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "CESmartCamp", + "version": "12.1.0", + "author": "CE Smart Camp#12", + "maintainer": "CE Smart Camp#12", + "sentence": "Made it for CESmartCamp#12", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.1.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.1.zip", - "size": 71745, - "checksum": "SHA-256:068c434f0514a9f7c5d8da88bffc0ff784a348567b7d828f7cad927e62a31bc5" + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.1.0.zip", + "archiveFileName": "CESmartCamp-12.1.0.zip", + "size": 18731, + "checksum": "SHA-256:2b974cb16b1aaa20a4a71ed4031f3594e39bc057116d29ab9c396643c5facade" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.2", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "CESmartCamp", + "version": "12.2.0", + "author": "CE Smart Camp#12", + "maintainer": "CE Smart Camp#12", + "sentence": "Made it for CESmartCamp#12", + "paragraph": "this library use to control HC-SR04 in lots of board and a lot of example", + "website": "https://github.com/Samyz/CESmartCmap", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.2.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.2.zip", - "size": 74129, - "checksum": "SHA-256:41f825f63700be77ca170665972b79ee7d8cb0346c43f4102cf4f39f6670c796" + "repository": "https://github.com/Samyz/CESmartCamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Samyz/CESmartCamp-12.2.0.zip", + "archiveFileName": "CESmartCamp-12.2.0.zip", + "size": 18733, + "checksum": "SHA-256:5dbf77300be1a236a7f256ebec8abccb77a096a206bbb3e2075132eb3222724e" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.3", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "ESP32 AnalogWrite", + "version": "0.1.0", + "author": "ERROPiX", + "maintainer": "Abdelouahed ERROUAGUY", + "sentence": "ESP32 Polyfill for analogWrite functions", + "paragraph": "Provides an analogWrite polyfill for ESP32 using the LEDC functions", + "website": "https://github.com/ERROPiX/ESP32_AnalogWrite", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.3.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.3.zip", - "size": 71020, - "checksum": "SHA-256:b3afabc5b42dd1631152afbb6b894ad5ed90c99a33c9e8665d717c2d6fb3e9b5" + "repository": "https://github.com/ERROPiX/ESP32_AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ERROPiX/ESP32_AnalogWrite-0.1.0.zip", + "archiveFileName": "ESP32_AnalogWrite-0.1.0.zip", + "size": 4299, + "checksum": "SHA-256:429a14d1ece8a911a28f6ad04c17513fbb3698f3014517ca94692a296c2b9c28" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.4", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", - "category": "Communication", + "name": "Watch", + "version": "1.0.0", + "author": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", + "maintainer": "Sebastian R. Alterman \u003csebastian.alterman@gmail.com\u003e", + "sentence": "A library that makes working with watch-like formats easy.", + "paragraph": "This library helps count time in sexagesimal base as in seconds and minutes.", + "website": "http://example.com/", + "category": "Uncategorized", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.4.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.4.zip", - "size": 72800, - "checksum": "SHA-256:1ed5765b037a37c3e28e6d9d7830f0bc6b878630f9f75775c8ecfaf73e78d694" + "repository": "https://github.com/Salterm27/Watch.git", + "providesIncludes": [ + "Watch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Salterm27/Watch-1.0.0.zip", + "archiveFileName": "Watch-1.0.0.zip", + "size": 4696, + "checksum": "SHA-256:e8b470fbbb34e6c9f87cc245e18bbbefc8cbc7e5780066814ab834448c405597" }, { - "name": "Dynamixel2Arduino", - "version": "0.1.5", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "PathVariableHandlers", + "version": "1.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "Library for handling paths containing variables.", + "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", + "website": "https://github.com/sidoh/path_variable_handlers", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.5.zip", - "archiveFileName": "Dynamixel2Arduino-0.1.5.zip", - "size": 72874, - "checksum": "SHA-256:e085b23f1617587244cf55de9e2a72b0e816fda255b5a226bc3a035400562966" + "repository": "https://github.com/sidoh/path_variable_handlers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.0.0.zip", + "archiveFileName": "PathVariableHandlers-1.0.0.zip", + "size": 13708, + "checksum": "SHA-256:85b0b02a5620b60e7411f2781edcf9d632ab39cfc9ae4379895977e99a33777f" }, { - "name": "Dynamixel2Arduino", - "version": "0.2.0", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "PathVariableHandlers", + "version": "1.1.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "Library for handling paths containing variables.", + "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", + "website": "https://github.com/sidoh/path_variable_handlers", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.2.0.zip", - "archiveFileName": "Dynamixel2Arduino-0.2.0.zip", - "size": 81099, - "checksum": "SHA-256:4404a7ace5f76d78166dc8277e8d6bae9a87b82bba5e2ca719b70e1a50b67b1a" + "repository": "https://github.com/sidoh/path_variable_handlers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-1.1.0.zip", + "archiveFileName": "PathVariableHandlers-1.1.0.zip", + "size": 14852, + "checksum": "SHA-256:8513eac9244dc25d7b2c9eba1eb4db84b9065262d45ca9fe3308c12f74539130" }, { - "name": "Dynamixel2Arduino", - "version": "0.2.1", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "PathVariableHandlers", + "version": "2.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "Library for handling paths containing variables.", + "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", + "website": "https://github.com/sidoh/path_variable_handlers", "category": "Communication", "architectures": [ "*" @@ -261419,21 +323035,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.2.1.zip", - "archiveFileName": "Dynamixel2Arduino-0.2.1.zip", - "size": 81205, - "checksum": "SHA-256:ac9dc986b7e4d3e71c8fd28cb6313b24d29f58502f0d4fda0d880a1210770d1f" + "repository": "https://github.com/sidoh/path_variable_handlers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-2.0.0.zip", + "archiveFileName": "PathVariableHandlers-2.0.0.zip", + "size": 8447, + "checksum": "SHA-256:7b54c6f84a75eb13af43ae5b96474bcaf39d0f3278f4e35d4264445194b13a4d" }, { - "name": "Dynamixel2Arduino", - "version": "0.3.0", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "PathVariableHandlers", + "version": "3.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "Library for handling paths containing variables.", + "paragraph": "Many RESTful APIs contain resources that have variables in their paths (e.g., /things/:thing_id). This library exposes a way to easily process such resource paths in a low-effort way. Compatible with ESP8266WebServer for ESP8266 and ESPAsyncWebServer for ESP32.", + "website": "https://github.com/sidoh/path_variable_handlers", "category": "Communication", "architectures": [ "*" @@ -261441,1959 +323056,2510 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.3.0.zip", - "archiveFileName": "Dynamixel2Arduino-0.3.0.zip", - "size": 79401, - "checksum": "SHA-256:2d07b6a26b1cb474022c9435e775014c296d49306064bbefa6c9e6193201c16c" + "repository": "https://github.com/sidoh/path_variable_handlers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/PathVariableHandlers-3.0.0.zip", + "archiveFileName": "PathVariableHandlers-3.0.0.zip", + "size": 8650, + "checksum": "SHA-256:94ac2a1ca6c9b9198675f2c08cd38ef03bbc69ebe002271e175159b43d7f26d7" }, { - "name": "Dynamixel2Arduino", - "version": "0.4.0", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RichHttpServer", + "version": "1.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.0.zip", - "archiveFileName": "Dynamixel2Arduino-0.4.0.zip", - "size": 102933, - "checksum": "SHA-256:585235c195c8d4019b2a5825456d3c68b7ec5609908e11b72d1c5d1fe0bc2373" + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.0.0.zip", + "archiveFileName": "RichHttpServer-1.0.0.zip", + "size": 6329, + "checksum": "SHA-256:2e4982027b878d9c64e69bc0790c6d7214e462605b45ece020c0a5b9f84791e8" }, { - "name": "Dynamixel2Arduino", - "version": "0.4.1", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RichHttpServer", + "version": "1.2.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.1.zip", - "archiveFileName": "Dynamixel2Arduino-0.4.1.zip", - "size": 102943, - "checksum": "SHA-256:d126120cfb85c1c1fbb1321ddb93baa38c77143105dd05e57973157f0b28a324" + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-1.2.0.zip", + "archiveFileName": "RichHttpServer-1.2.0.zip", + "size": 6514, + "checksum": "SHA-256:e1d9cb34ecb648e41a0889d4df1a92e9e9580379eaa8f67796f928550714b683" }, { - "name": "Dynamixel2Arduino", - "version": "0.4.2", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RichHttpServer", + "version": "2.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.2.zip", - "archiveFileName": "Dynamixel2Arduino-0.4.2.zip", - "size": 103047, - "checksum": "SHA-256:1bff20fbcc89dca802407e35c1a7e741294f69d9aa9bbc619a0697b8e655c19a" + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.0.zip", + "archiveFileName": "RichHttpServer-2.0.0.zip", + "size": 23828, + "checksum": "SHA-256:a9e5d19a3c87ffb3b6f3bf53aa352bedd72a38c71c76167b4be2bcaf537e881e" }, { - "name": "Dynamixel2Arduino", - "version": "0.4.3", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RichHttpServer", + "version": "2.0.1", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.3.zip", - "archiveFileName": "Dynamixel2Arduino-0.4.3.zip", - "size": 103086, - "checksum": "SHA-256:b711ed1113273814c6b4fbada2e75441ec1a3a92d2fe58ed41b36be4a7ff18e3" + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.1.zip", + "archiveFileName": "RichHttpServer-2.0.1.zip", + "size": 23824, + "checksum": "SHA-256:6a15bf1cd2919b27446049bb230e1f90ed01c13b2d01917adb7eff775f0a4e9c" }, { - "name": "Dynamixel2Arduino", - "version": "0.4.4", - "author": "ROBOTIS", - "maintainer": "Kei(kkw@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RichHttpServer", + "version": "2.0.2", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.4.zip", - "archiveFileName": "Dynamixel2Arduino-0.4.4.zip", - "size": 103184, - "checksum": "SHA-256:6d073711690ae8a8ef402806a535b399741d87b8241a365f7fbb62285d7b37cb" + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.2.zip", + "archiveFileName": "RichHttpServer-2.0.2.zip", + "size": 23715, + "checksum": "SHA-256:4ed5bf29f234db6d1604a46e79b9ff1bae4dc6ab4fdc11a6faccac51f81fbc8f" }, { - "name": "Dynamixel2Arduino", - "version": "0.4.5", - "author": "ROBOTIS", - "maintainer": "Will Son(willson@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RichHttpServer", + "version": "2.0.3", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.5.zip", - "archiveFileName": "Dynamixel2Arduino-0.4.5.zip", - "size": 119940, - "checksum": "SHA-256:79a413140ec0089896ea918abd65c88352409919e86c5550e6f181327d612632" + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-2.0.3.zip", + "archiveFileName": "RichHttpServer-2.0.3.zip", + "size": 23717, + "checksum": "SHA-256:2d1a06978ee3336034cae88b75f4ddeee8f332cfa8828cf47da805f9b8b4fda8" }, { - "name": "Dynamixel2Arduino", - "version": "0.4.6", - "author": "ROBOTIS", - "maintainer": "Will Son(willson@robotis.com)", - "license": "Apache-2.0", - "sentence": "DYNAMIXEL protocol Library for Arduino", - "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", - "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "name": "RichHttpServer", + "version": "3.0.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.6.zip", - "archiveFileName": "Dynamixel2Arduino-0.4.6.zip", - "size": 120215, - "checksum": "SHA-256:da9aaea653ef706ce27d1c017c223033ae91cc67a958b0901d8911fa9e2c4ab5" + "repository": "https://github.com/sidoh/rich_http_server.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-3.0.0.zip", + "archiveFileName": "RichHttpServer-3.0.0.zip", + "size": 23960, + "checksum": "SHA-256:b03051640fec16d015cdb177341fc324b028cb84cf0c9c2af7b296e2aeb4efe5" }, { - "name": "UARDECS_MEGA Library", - "version": "1.2.1", - "author": "H.kurosaki,K.yasuba", - "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", - "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", - "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. This is a high-performance version of UARDECS, and the setting items by the user are increasing greatly. It corresponds to Arduino MEGA. Arduino UNO can also be used, but there is not enough available memory. Always requires Ethernet shield2.", - "website": "http://uecs.org/arduino/uardecs.html", + "name": "RichHttpServer", + "version": "3.1.0", + "author": "Chris Mullins \u003cchris@sidoh.org\u003e", + "maintainer": "Chris Mullins \u003cchris@sidoh.org\u003e", + "sentence": "An addon for ESP8266WebServer which makes common tasks for developing a rich REST API straightforward.", + "paragraph": "This library makes it easy to build rich application REST servers that respond to routes with variables in them (e.g., /things/:thing_id), add authentication, etc.", + "website": "https://github.com/sidoh/rich_http_server", "category": "Communication", "architectures": [ - "avr" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/H-Kurosaki/UARDECS_MEGA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_MEGA_Library-1.2.1.zip", - "archiveFileName": "UARDECS_MEGA_Library-1.2.1.zip", - "size": 62004, - "checksum": "SHA-256:0d8aad893eb875a08ec29179ca31ac27bcfddd78342ebe2af0b077090c945eb0" + "repository": "https://github.com/sidoh/rich_http_server.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PathVariableHandlers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sidoh/RichHttpServer-3.1.0.zip", + "archiveFileName": "RichHttpServer-3.1.0.zip", + "size": 23783, + "checksum": "SHA-256:88bc71dc43fd226bc66183305ccea7674ddaba6629a4f1c7c813d3e5ba4d79c0" }, { - "name": "TLx4966-Direction-Speed-Sensor", + "name": "Adafruit Arcada Library", "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", - "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", - "providesIncludes": [ - "TLx4966-ino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.0.zip", - "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.0.zip", - "size": 3293005, - "checksum": "SHA-256:0dcd80c23a2b31ea8182052b4b21be9405abed585cd24f456ff232f4a0333abc" - }, - { - "name": "TLx4966-Direction-Speed-Sensor", - "version": "1.0.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", - "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", - "providesIncludes": [ - "TLx4966-ino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.1.zip", - "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.1.zip", - "size": 3306568, - "checksum": "SHA-256:99a458c9e7dcd4cdc2962c7c5880cf0c92c7eb546550d9a3f882e82b5d7e2766" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.0.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.0.0.zip", + "size": 12346, + "checksum": "SHA-256:18bbfa6039012f74f0e59e05504f924133ee64b6f17420351a1c47a01c6aafd4" }, { - "name": "TLx4966-Direction-Speed-Sensor", + "name": "Adafruit Arcada Library", "version": "1.1.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", - "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", - "providesIncludes": [ - "TLx4966-ino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.0.zip", - "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.0.zip", - "size": 3306103, - "checksum": "SHA-256:13976e3c20fcd9a6e392768a3603ecde96da07471c4b347949406802cd38f8f6" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.1.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.1.0.zip", + "size": 14391, + "checksum": "SHA-256:6828c7099ad5e1e997576a73f4dd903025f5fceec669b28f145e04af12f9cbc6" }, { - "name": "TLx4966-Direction-Speed-Sensor", - "version": "1.1.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", - "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", - "providesIncludes": [ - "TLx4966-ino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.1.zip", - "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.1.zip", - "size": 3306156, - "checksum": "SHA-256:fc4a06ebb0886db350c690fb2512404d34a4c482cfa250e4f978ea3a23c677d8" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.2.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.2.0.zip", + "size": 65546, + "checksum": "SHA-256:9332404e6c076c2c16d8b20ff6ada8e0484b451febd9dadb949c3901a1809fdf" }, { - "name": "TLx4966-Direction-Speed-Sensor", - "version": "1.1.2", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", - "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", - "providesIncludes": [ - "TLx4966-ino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.2.zip", - "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.2.zip", - "size": 3306158, - "checksum": "SHA-256:f34bbcbf0e34f3b3e43ae0b2fb6f673c3278974c54f93e3032e9bf3129429c25" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.3.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.3.0.zip", + "size": 69696, + "checksum": "SHA-256:57fa6656e9e50a4a5358f5743d1fff4bd07a5635ae56b7f7c9cd3c316c877865" }, { - "name": "TLV493D-A1B6", - "version": "1.0.2", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's TLV493D-A1B6", - "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", - "website": "http://www.infineon.com/cms/de/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLV493D_A1B6-1.0.2.zip", - "archiveFileName": "TLV493D_A1B6-1.0.2.zip", - "size": 52991, - "checksum": "SHA-256:82c85e39f68d6624d0fda13945b1ad454e91cec5bdf593a761575cf39a673534" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.4.0.zip", + "size": 74069, + "checksum": "SHA-256:00a635f9ad943954d9f50dfbdfee8626b58ff93fdd44d6b0501b2b51030ac825" }, { - "name": "TLV493D-A1B6", - "version": "1.0.3", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's TLV493D-A1B6 3D Magnetic Sensor.", - "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", - "website": "http://www.infineon.com/cms/de/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLV493D_A1B6-1.0.3.zip", - "archiveFileName": "TLV493D_A1B6-1.0.3.zip", - "size": 1614765, - "checksum": "SHA-256:46dc94a27852e8a7e22e9353cbaaac5ed5624e204fc514aa9e96829e596666c3" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.4.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.4.1.zip", + "size": 90861, + "checksum": "SHA-256:f3df72a3b57f1619c46c2bc370e3d8724efbddbbf56d5e7dd2eb435d71842d2e" }, { - "name": "TLE5012B", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the TLE5012B via SPI interface.", - "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/angle-sensor/tle5012b-e1000/", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-1.0.0.zip", - "archiveFileName": "TLE5012B-1.0.0.zip", - "size": 37341, - "checksum": "SHA-256:9450a22e342526f54da1668031d0c85d169444e6e71fd90dfd22f49aabba871d" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-1.5.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-1.5.0.zip", + "size": 114546, + "checksum": "SHA-256:0d87ba7ef014e640005b989b19816bc96cc95ff4b8d3763c7761770852b7f196" }, { - "name": "TLE5012B", - "version": "2.0.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the TLE5012B via SPI interface.", - "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).", - "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-2.0.1.zip", - "archiveFileName": "TLE5012B-2.0.1.zip", - "size": 6821040, - "checksum": "SHA-256:34e88cfcb3e9855a3923243e469d492b6540eb0793417f9829ac241aeda00d94" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.0.zip", + "size": 158744, + "checksum": "SHA-256:46652ea9ca66daee3859b2200a4e6c804c9af96a0e9a779f9370c4571498d882" }, { - "name": "TLI4970", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", - "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", - "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.0.zip", - "archiveFileName": "TLI4970-1.0.0.zip", - "size": 44854, - "checksum": "SHA-256:2fd103fc3034c554b6159a3665d3f02c4a31425f41f5d289462056ef1348d3a7" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.1.zip", + "size": 159346, + "checksum": "SHA-256:0799e7130cd4e302b147be0eacc60b5292f97cc234a580f7a321eda15d199bb5" }, { - "name": "TLI4970", - "version": "1.0.2", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", - "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", - "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.2.zip", - "archiveFileName": "TLI4970-1.0.2.zip", - "size": 21454, - "checksum": "SHA-256:3018e8aa32522ac23345d9512f77f7700bc889a929089d74fd3a0930e1d5654e" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.2.zip", + "size": 159370, + "checksum": "SHA-256:0d9e468de908432508e7145c5f2808bda54c046d24148ef51ac56488a919da15" }, { - "name": "TLI4970", - "version": "1.1.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface for Infineon's TLI4970-D050T4 Current Sensor with hall technology.", - "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", - "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", - "category": "Sensors", + "name": "Adafruit Arcada Library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.1.0.zip", - "archiveFileName": "TLI4970-1.1.0.zip", - "size": 21590, - "checksum": "SHA-256:7d98c333dc4141c421e4e05874ea6f816cd87e7335306db977e71103f48979a8" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.0.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.0.3.zip", + "size": 159409, + "checksum": "SHA-256:3108c60950155da5aaa59d8f99174075736b6fb4704425450162948806974340" }, { - "name": "RGB LED Lighting Shield XMC1202", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the RGB LED Lighting Shield XMC1202 via I2C interface.", - "paragraph": "The RGB LED Lighting Shield XMC1202 from Infineon Technologies is one of the first intelligent RGB LED evaluation boards. It is designed to be easily configurable and combinable for different LED light engines and lamps, for fast prototyping and in-expensive evaluation of LED lighting applications.", - "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_led_xmc1202_as_01/", - "category": "Other", + "name": "Adafruit Arcada Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/RGB-LED-Lighting-Shield-XMC1202.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", - "archiveFileName": "RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", - "size": 16483, - "checksum": "SHA-256:e00692f3a7a3499c118027a7e7c661ae8ca88e7d9e0b30d73bbd8ac808ae9f84" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.0.zip", + "size": 160805, + "checksum": "SHA-256:d8679995679d7fffa5947ed2234ff3a229cf40ada3d732b73a977868528e61bb" }, { - "name": "RGB LED Lighting Shield XMC1202", - "version": "1.0.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to communicate with the RGB LED Lighting Shield XMC1202 via I2C interface.", - "paragraph": "The RGB LED Lighting Shield XMC1202 from Infineon Technologies is one of the first intelligent RGB LED evaluation boards. It is designed to be easily configurable and combinable for different LED light engines and lamps, for fast prototyping and in-expensive evaluation of LED lighting applications.", - "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_led_xmc1202_as_01/", - "category": "Other", + "name": "Adafruit Arcada Library", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/RGB-LED-Lighting-Shield-XMC1202.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield_XMC1202-1.0.1.zip", - "archiveFileName": "RGB_LED_Lighting_Shield_XMC1202-1.0.1.zip", - "size": 17046, - "checksum": "SHA-256:57d7421755a9a4a6e03ca61789cafece37f45c101478d117fe2bf83c50b7ea3b" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.1.zip", + "size": 160898, + "checksum": "SHA-256:7aa93b4866d99a00e45ca1f60623adae9ecaef22c00ae59927bd34352802dab0" }, { - "name": "BlueDisplay", - "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.0.0.zip", - "archiveFileName": "BlueDisplay-1.0.0.zip", - "size": 2802418, - "checksum": "SHA-256:147ec6fd112103d37a191c07b744c38169da82fb7457f05609c82d0152a260eb" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.2.zip", + "size": 180892, + "checksum": "SHA-256:82360c04c9cf49e77274d559588d8b037894b8d9d339c37854a221eaf0452e40" }, { - "name": "BlueDisplay", - "version": "1.0.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.0.1.zip", - "archiveFileName": "BlueDisplay-1.0.1.zip", - "size": 2807140, - "checksum": "SHA-256:1f1dbbd7b8e16f1215e23ff7c72c01e7025fc269bd828fa98fc817b978889da0" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.3.zip", + "size": 333742, + "checksum": "SHA-256:a8fd51115ef20f5fe670eec80a4fd5d22559dae9b942e9d4de5969467d213865" }, { - "name": "BlueDisplay", - "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay display, sounds and controls. Currently for SAMD51 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "avr", - "stm32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.1.0.zip", - "archiveFileName": "BlueDisplay-1.1.0.zip", - "size": 2814772, - "checksum": "SHA-256:b5f7b9d8d9ce5554341d1f1bba4c12e32b2c5eef7088da7c1aae7f8019b61e5b" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.4.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.4.zip", + "size": 336409, + "checksum": "SHA-256:74dca787e7f5492d43d1b0f8a94124d70e2677708269c172935b15a90218bf60" }, { - "name": "BlueDisplay", - "version": "1.3.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "avr", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.3.0.zip", - "archiveFileName": "BlueDisplay-1.3.0.zip", - "size": 2829367, - "checksum": "SHA-256:76565dcd58736fa9ed4a69530b94a4a55aca8151893a24b0661a594aeb65e293" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.5.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.5.zip", + "size": 336440, + "checksum": "SHA-256:895901e05a01835d8331308ddf43dd6d5a8a8614fc4cdad8ee6880c521072837" }, { - "name": "BlueDisplay", - "version": "2.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "avr", - "esp8266", - "esp32", - "stm32", - "STM32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.0.0.zip", - "archiveFileName": "BlueDisplay-2.0.0.zip", - "size": 2831766, - "checksum": "SHA-256:c17b844e655ca9ee942e0e5d5e345641f6e31cd956dfa2a47d589b482c97e172" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.1.6.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.1.6.zip", + "size": 336437, + "checksum": "SHA-256:1657b0ad360bc9a63c0b93b96fb83a644d8e1a98ac48a2c0e0f9a71d45c6109e" }, { - "name": "BlueDisplay", - "version": "2.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eArduino due support.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "avr", - "esp8266", - "esp32", - "STM32", - "stm32", - "stm32duino", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.1.0.zip", - "archiveFileName": "BlueDisplay-2.1.0.zip", - "size": 2838615, - "checksum": "SHA-256:476fd58f554232eb9099f1e99804f36e4c48171fe7425e5f4b2f92be7165516f" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.0.zip", + "size": 340037, + "checksum": "SHA-256:fa6a16e3498f65bbe0fbbcf2e58a3d1be4db524655a674528116671bc6d8a238" }, { - "name": "BlueDisplay", - "version": "2.1.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", - "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew function setCaptionFromStringArrayPGM(). Added flag sBDEventJustReceived.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/Arduino-BlueDisplay", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ - "avr", - "esp8266", - "esp32", - "STM32", - "stm32", - "stm32duino", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.1.1.zip", - "archiveFileName": "BlueDisplay-2.1.1.zip", - "size": 1451680, - "checksum": "SHA-256:308cb98e6012867b3cbedb988f30c85e65b8752c7be8c86f2b3096c0e8436f6b" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.1.zip", + "size": 340051, + "checksum": "SHA-256:306545c22265b291b5fdf453edf6e4d426147cda3536ecea05636e75ab94d9bd" }, { - "name": "IFX9201_XMC1300_StepperMotor", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to control a stepper motor through Infineon’s Stepper Motor Control Shield \"KIT_XMC1300_IFX9201\" with h-bridge IFX9201 and XMC1300 microcontroller.", - "paragraph": "The stepper motor control shield based on Infineon’s h-bridge IFX9201 and XMC1300 microcontroller is capable of driving the two coils in a stepper motor featuring dual-h-bridge configuration.", - "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_xmc1300_ifx9201/", - "category": "Device Control", + "name": "Adafruit Arcada Library", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/Stepper-Motor-Shield-IFX9201-XMC1300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX9201_XMC1300_StepperMotor-1.0.0.zip", - "archiveFileName": "IFX9201_XMC1300_StepperMotor-1.0.0.zip", - "size": 8373, - "checksum": "SHA-256:3a4f7709f8194f5258fa54b7380a9318a593554687c883e14eec40176ab0798e" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.3.zip", + "size": 341045, + "checksum": "SHA-256:fcd85c65c43ce76b23f5b434aab70e9e6b8bbb980be93cdd09397a207072da07" }, { - "name": "OPTIGATrustE", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library allows you to communicate with Optiga Trust E", - "paragraph": "It allows the communication with the Optiga Trust E Chip using the Wire library with the I2C Master-Slave", - "website": "https://www.infineon.com/cms/de/product/security-and-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/OPTIGA+TRUST+E+SLS+32AIA/productType.html?productType=5546d4624f205c9a014f64f24f736ab3", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/OPTIGA-Trust-E-Security-Controller.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGATrustE-1.0.0.zip", - "archiveFileName": "OPTIGATrustE-1.0.0.zip", - "size": 42859, - "checksum": "SHA-256:c12fd4ebb15ccb97359a7ab6ec2a5d2cd15c616de8ea2cb595a2050895cbe18f" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.2.5.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.2.5.zip", + "size": 341123, + "checksum": "SHA-256:85e82120d28c12881673d5ce4e49d0ecf07d7d0dbe76824565acd9a7c7f0b4ae" }, { - "name": "CBUS", - "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", - "paragraph": "Implements all functionality required to create a CBUS FLiM module", - "website": "https://github.com/obdev/CBUS", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS.git", - "providesIncludes": [ - "CBUS.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.0.0.zip", - "archiveFileName": "CBUS-1.0.0.zip", - "size": 19008, - "checksum": "SHA-256:5b5cf714686329dda92ecda7a07e6aaee29fb594d3c13207b6e9fe72056b287e" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.3.0.zip", + "size": 341442, + "checksum": "SHA-256:9c1df88a070ae8d79275d4dd95b2433e42bd36795f7edc60e448fda57207b4e5" }, { - "name": "CBUS", - "version": "1.1.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS", - "paragraph": "Implements functionality required to create a CBUS FLiM module", - "website": "https://github.com/obdev/CBUS", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS.git", - "providesIncludes": [ - "CBUS.h", - "cbusdefs.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.0.zip", - "archiveFileName": "CBUS-1.1.0.zip", - "size": 19089, - "checksum": "SHA-256:08555e3eaeb3c925172058a7779ae9412eb1a6290873a53bc2a4d0a30909a0ff" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.3.1.zip", + "size": 341797, + "checksum": "SHA-256:d3c59c5ab47669a514c88a996373c96e08d0c364e332ce8f34346e30c40bc358" }, { - "name": "CBUS", - "version": "1.1.3", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS", - "paragraph": "Implements functionality required to create a CBUS FLiM module", - "website": "https://github.com/MERG-DEV/CBUS", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS.git", - "providesIncludes": [ - "CBUS.h", - "cbusdefs.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.3.zip", - "archiveFileName": "CBUS-1.1.3.zip", - "size": 18495, - "checksum": "SHA-256:10a26ead679da087b8dd3c8f90ba0cedc0a324efb6ac3d27f86c03c1e6644e04" + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.3.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.3.2.zip", + "size": 341921, + "checksum": "SHA-256:9579d1f42539e906b816a02217ba3073e8ca90635c064b98865e616b837c5527" }, { - "name": "CBUS", - "version": "1.1.6", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS", - "paragraph": "Implements functionality required to create a CBUS FLiM module", - "website": "https://github.com/MERG-DEV/CBUS", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS.git", - "providesIncludes": [ - "CBUS.h", - "cbusdefs.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSSwitch" + "name": "Adafruit NeoPixel" }, { - "name": "Streaming" + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.6.zip", - "archiveFileName": "CBUS-1.1.6.zip", - "size": 18705, - "checksum": "SHA-256:ebb9636d088b37016aacd443b73cf222475a3f82f5062c3512ed7e9cb5d8a50d" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.0.zip", + "size": 343949, + "checksum": "SHA-256:dc8b4bad43a426a22bdc684e9088168f61f232fb380323da544662e3baeaa834" }, { - "name": "CBUS", - "version": "1.1.10", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Library for MERG CBUS", - "paragraph": "Implements functionality required to create a CBUS FLiM module", - "website": "https://github.com/MERG-DEV/CBUS", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS.git", - "providesIncludes": [ - "CBUS.h", - "cbusdefs.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSSwitch" + "name": "Adafruit NeoPixel" }, { - "name": "Streaming" + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.10.zip", - "archiveFileName": "CBUS-1.1.10.zip", - "size": 18610, - "checksum": "SHA-256:bfd6a39e25bbb59e53a5211ff33b2f3ad17325cfa673a8010d685b8f82482d7e" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.1.zip", + "size": 343950, + "checksum": "SHA-256:91d8074f1cf984e60fa4b461572cc07876f0ee03b7880fc1f34b15f2d289d6a1" }, { - "name": "CBUS", - "version": "1.1.11", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Library for MERG CBUS", - "paragraph": "Implements functionality required to create a CBUS FLiM module", - "website": "https://github.com/MERG-DEV/CBUS", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS.git", - "providesIncludes": [ - "CBUS.h", - "cbusdefs.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSSwitch" + "name": "Adafruit NeoPixel" }, { - "name": "Streaming" + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.11.zip", - "archiveFileName": "CBUS-1.1.11.zip", - "size": 18612, - "checksum": "SHA-256:8238b10219cf47af62b928f070228b3064cfc7099e3c27797262e90b7a600fba" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.2.zip", + "size": 343969, + "checksum": "SHA-256:282342747f475343525b357c99ac5a98fdd8f0028797073f23ca885a2173df29" }, { - "name": "CBUS", - "version": "1.1.12", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Library for MERG CBUS", - "paragraph": "Implements functionality required to create a CBUS FLiM module", - "website": "https://github.com/MERG-DEV/CBUS", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS.git", - "providesIncludes": [ - "CBUS.h", - "cbusdefs.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSSwitch" + "name": "Adafruit NeoPixel" }, { - "name": "Streaming" + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.12.zip", - "archiveFileName": "CBUS-1.1.12.zip", - "size": 18633, - "checksum": "SHA-256:68a42d0c64fef340592e72e4689f78ab0398853b0e92818bcfe17ddafb19223d" - }, - { - "name": "CBUS2515", - "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", - "website": "https://github.com/obdev/CBUS2515", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUS2515.git", - "providesIncludes": [ - "CBUS2515.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.0.0.zip", - "archiveFileName": "CBUS2515-1.0.0.zip", - "size": 93147, - "checksum": "SHA-256:77317558de287226089fec241dfbe0c54a2661b84575ea99f6027b06eaab4dc0" - }, - { - "name": "CBUS2515", - "version": "1.1.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", - "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", - "website": "https://github.com/obdev/CBUS2515", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUS2515.git", - "providesIncludes": [ - "CBUS2515.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.0.zip", - "archiveFileName": "CBUS2515-1.1.0.zip", - "size": 93304, - "checksum": "SHA-256:777e9423e75c8f05cdb0c553d4cdf8fffadab615f924bd6d6280af557479ddc0" - }, - { - "name": "CBUS2515", - "version": "1.1.3", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", - "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", - "website": "https://github.com/MERG-DEV/CBUS2515", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUS2515.git", - "providesIncludes": [ - "CBUS2515.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.3.zip", - "archiveFileName": "CBUS2515-1.1.3.zip", - "size": 106431, - "checksum": "SHA-256:c7cb09b7e3a53d7bbab5b8df5aa2fc1e112740bee56483e6d0fcc767bcc23676" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.3.zip", + "size": 344030, + "checksum": "SHA-256:616e424a49497aabfee194f87f7e7dc93a402564c473098a6c64268f0fc19889" }, { - "name": "CBUS2515", - "version": "1.1.5", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", - "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", - "website": "https://github.com/MERG-DEV/CBUS2515", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS2515.git", - "providesIncludes": [ - "CBUS2515.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSconfig" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSLED" + "name": "Adafruit NeoPixel" }, { - "name": "CBUSswitch" + "name": "Adafruit ADT7410 Library" }, { - "name": "ACAN2515" + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.5.zip", - "archiveFileName": "CBUS2515-1.1.5.zip", - "size": 106619, - "checksum": "SHA-256:1443b1470436c49224b168a8bf750284c9bf618583d5972d1cff18c487dae661" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.4.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.4.zip", + "size": 352939, + "checksum": "SHA-256:23a9e4d2171c1bda561d472724c75b6891b3b418fd457a644f5622852f097570" }, { - "name": "CBUS2515", - "version": "1.1.8", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", - "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", - "website": "https://github.com/MERG-DEV/CBUS2515", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS2515.git", - "providesIncludes": [ - "CBUS2515.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit GFX Library" }, { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSswitch" + "name": "Adafruit NeoPixel" }, { - "name": "ACAN2515" + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.8.zip", - "archiveFileName": "CBUS2515-1.1.8.zip", - "size": 106614, - "checksum": "SHA-256:198aa0a00238038509262fa0ae2d7033a53fd281efd729919231d64997486dbe" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.5.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.5.zip", + "size": 352943, + "checksum": "SHA-256:aa5233cc32686b8b49c35d6844469f3badedcf3e6e0f28fd897eb7868615b277" }, { - "name": "CBUS2515", - "version": "1.1.9", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", - "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", - "website": "https://github.com/MERG-DEV/CBUS2515", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.4.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS2515.git", - "providesIncludes": [ - "CBUS2515.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit GFX Library" }, { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSswitch" + "name": "Adafruit NeoPixel" }, { - "name": "ACAN2515" + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.9.zip", - "archiveFileName": "CBUS2515-1.1.9.zip", - "size": 106616, - "checksum": "SHA-256:022efa54411d8cb788480be825606f3aa2ed33adfa65ed2abe35db08011d5a18" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.4.6.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.4.6.zip", + "size": 352943, + "checksum": "SHA-256:909d0a25d599494cacad6c7365435e6be5ed75fb3a0cf7bad962ee28de6a15be" }, { - "name": "CBUS2515", - "version": "1.1.10", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", - "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", - "website": "https://github.com/MERG-DEV/CBUS2515", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUS2515.git", - "providesIncludes": [ - "CBUS2515.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit GFX Library" }, { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSswitch" + "name": "Adafruit NeoPixel" }, { - "name": "ACAN2515" + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.10.zip", - "archiveFileName": "CBUS2515-1.1.10.zip", - "size": 106600, - "checksum": "SHA-256:a96c0c6612cc0ce613c9e1d2e6953d55b33071339a40baf718ca029b3c759d32" - }, - { - "name": "CBUSconfig", - "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS module configuration", - "website": "https://github.com/obdev/CBUSconfig", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUSconfig.git", - "providesIncludes": [ - "CBUSconfig.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.0.0.zip", - "archiveFileName": "CBUSconfig-1.0.0.zip", - "size": 7911, - "checksum": "SHA-256:107c55d3774fbe3851f2611d546a94792635eb9601eeb78e3dce273bea9cc4af" - }, - { - "name": "CBUSconfig", - "version": "1.1.3", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS module configuration", - "website": "https://github.com/MERG-DEV/CBUSconfig", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUSconfig.git", - "providesIncludes": [ - "CBUSconfig.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.3.zip", - "archiveFileName": "CBUSconfig-1.1.3.zip", - "size": 7957, - "checksum": "SHA-256:9b76a537f9b9b0cb8b08c735e9e2aa6bb1330af45c5ad2a84d0ba8af6a313edb" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.0.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.0.zip", + "size": 396484, + "checksum": "SHA-256:2bb116ad3cfbb4558d0e8e358702dabecd9a14f1463e1e8a074846ccd5266f71" }, { - "name": "CBUSconfig", - "version": "1.1.7", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS module configuration", - "website": "https://github.com/MERG-DEV/CBUSconfig", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSconfig.git", - "providesIncludes": [ - "CBUSconfig.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit GFX Library" }, { - "name": "CBUSLED" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSSwitch" + "name": "Adafruit ImageReader Library" }, { - "name": "Streaming" + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.7.zip", - "archiveFileName": "CBUSconfig-1.1.7.zip", - "size": 8122, - "checksum": "SHA-256:5eb32952c47eec753e959c349ef4abc8b6b4bba785bb2e1d46495659befa464d" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.1.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.1.zip", + "size": 396486, + "checksum": "SHA-256:6931fbe57f7fa4570a80150a408c452112a81b144bee04ac7564174dabb33b85" }, { - "name": "CBUSconfig", - "version": "1.1.8", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS module configuration", - "website": "https://github.com/MERG-DEV/CBUSconfig", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSconfig.git", - "providesIncludes": [ - "CBUSconfig.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit GFX Library" }, { - "name": "CBUSLED" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSSwitch" + "name": "Adafruit ImageReader Library" }, { - "name": "Streaming" + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.8.zip", - "archiveFileName": "CBUSconfig-1.1.8.zip", - "size": 8122, - "checksum": "SHA-256:c657a9bd0133e584c9ba42d5fc5a8dd76199c0450cdd34ae0e87da783151b952" - }, - { - "name": "CBUSLED", - "version": "1.0.0", - "author": "Duncan Greenwood (duncan_greenwood@hotmail.com)", - "maintainer": "Duncan Greenwood (duncan_greenwood@hotmail.com)", - "sentence": "Arduino library for MERG CBUS LED processing", - "paragraph": "Implements non-blocking control of LEDs", - "website": "https://github.com/obdev/CBUSLED", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUSLED.git", - "providesIncludes": [ - "CBUSLED.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.0.0.zip", - "archiveFileName": "CBUSLED-1.0.0.zip", - "size": 4091, - "checksum": "SHA-256:8f9fbb0edfffdb4f1848cddcc53b4ff29e4fc9ce7f19b13c34ffcdb500f28288" - }, - { - "name": "CBUSLED", - "version": "1.1.3", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS LED processing", - "paragraph": "Implements non-blocking control of LEDs", - "website": "https://github.com/MERG-DEV/CBUSLED", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUSLED.git", - "providesIncludes": [ - "CBUSLED.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.3.zip", - "archiveFileName": "CBUSLED-1.1.3.zip", - "size": 4153, - "checksum": "SHA-256:ebf0ef6a02d383e1a28290395dd30898d2ccbf6ed9dbe43ecee3ae8d02e24595" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.2.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.2.zip", + "size": 396706, + "checksum": "SHA-256:7e75b5db0963adc909ff65adb3b50a05bc00650fdcac24f2e46dc35d3ddcb0f2" }, { - "name": "CBUSLED", - "version": "1.1.4", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS LED processing", - "paragraph": "Implements non-blocking control of LEDs", - "website": "https://github.com/MERG-DEV/CBUSLED", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSLED.git", - "providesIncludes": [ - "CBUSLED.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "Streaming" + "name": "Adafruit GFX Library" }, { - "name": "CBUS" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSconfig" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSswitch" + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.4.zip", - "archiveFileName": "CBUSLED-1.1.4.zip", - "size": 4179, - "checksum": "SHA-256:fcc4538a90c97a33d84bdb6c20314567878fa00997412790fa5bf6afd75d32a5" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.3.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.3.zip", + "size": 396717, + "checksum": "SHA-256:70d33f01f7503e4e1a6d36177cad71438e77253fde4fc8144345218bbbd81b04" }, { - "name": "CBUSLED", - "version": "1.1.5", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS LED processing", - "paragraph": "Implements non-blocking control of LEDs", - "website": "https://github.com/MERG-DEV/CBUSLED", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSLED.git", - "providesIncludes": [ - "CBUSLED.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "Streaming" + "name": "Adafruit GFX Library" }, { - "name": "CBUS" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSconfig" + "name": "Adafruit ImageReader Library" }, { - "name": "CBUSswitch" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.5.zip", - "archiveFileName": "CBUSLED-1.1.5.zip", - "size": 4180, - "checksum": "SHA-256:22a22db6cf3b0c48697d9b481e3b63d16d2f7ccc9d103b93f3dc583908ed0e35" - }, - { - "name": "CBUSSwitch", - "version": "1.0.0", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS pushbutton switch processing", - "website": "https://github.com/obdev/CBUSSwitch", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUSswitch.git", - "providesIncludes": [ - "CBUSSwitch.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.0.0.zip", - "archiveFileName": "CBUSSwitch-1.0.0.zip", - "size": 4654, - "checksum": "SHA-256:8044517f28bbec8bc12382149c54d75e8db01285f249e8c7d85c5463fc023ac3" - }, - { - "name": "CBUSSwitch", - "version": "1.1.3", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS pushbutton switch processing", - "website": "https://github.com/MERG-DEV/CBUSSwitch", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUSswitch.git", - "providesIncludes": [ - "CBUSSwitch.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.3.zip", - "archiveFileName": "CBUSSwitch-1.1.3.zip", - "size": 4499, - "checksum": "SHA-256:ed7ec46a9f561c7cf14a3cd2038b1b88c56cbe29fe49f7ae6ddc7ff2b84cdfcc" - }, - { - "name": "CBUSSwitch", - "version": "1.1.5", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS pushbutton switch processing", - "website": "https://github.com/MERG-DEV/CBUSSwitch", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MERG-DEV/CBUSswitch.git", - "providesIncludes": [ - "CBUSSwitch.h" - ], - "dependencies": [ + "name": "Adafruit NeoPixel" + }, { - "name": "CBUS" + "name": "Adafruit ADT7410 Library" }, { - "name": "CBUSconfig" + "name": "Adafruit ST7735 and ST7789 Library" }, { - "name": "CBUSLED" + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.5.zip", - "archiveFileName": "CBUSSwitch-1.1.5.zip", - "size": 4525, - "checksum": "SHA-256:31c825361d69f53174e87163705a1fe47f7da7fbed84829aef53634b97e70a43" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.4.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.4.zip", + "size": 396819, + "checksum": "SHA-256:62f7078217bcb6497021c91fd1624467399c84ea8e667e2a8cd378ad0a547646" }, { - "name": "CBUSSwitch", - "version": "1.1.6", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS pushbutton switch processing", - "website": "https://github.com/MERG-DEV/CBUSSwitch", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.5.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSswitch.git", - "providesIncludes": [ - "CBUSSwitch.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit GFX Library" }, { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.6.zip", - "archiveFileName": "CBUSSwitch-1.1.6.zip", - "size": 4527, - "checksum": "SHA-256:3e43ad77d13d3494de2184b8c91fb6ed286b4fd5d34be0b7fffacaacb5865d94" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.6.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.6.zip", + "size": 396923, + "checksum": "SHA-256:1dffc9bf36072d09dbc2182bb2c7524561a96bda4dfe11a708560ce39a3c6790" }, { - "name": "CBUSSwitch", - "version": "1.1.7", - "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", - "sentence": "Arduino library for MERG CBUS pushbutton switch processing", - "website": "https://github.com/MERG-DEV/CBUSSwitch", - "category": "Communication", + "name": "Adafruit Arcada Library", + "version": "2.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away arcade/gameplay display, sounds and controls.", + "paragraph": "This is a library to abstract away arcade/gameplay/UI display and controls. Currently for SAMD21, SAMD51 and nRF52840 chipsets only (but should be portable if desired)", + "website": "https://github.com/adafruit/Adafruit_Arcada", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSswitch.git", - "providesIncludes": [ - "CBUSSwitch.h" - ], + "repository": "https://github.com/adafruit/Adafruit_Arcada.git", "dependencies": [ { - "name": "CBUS" + "name": "Adafruit GFX Library" }, { - "name": "CBUSconfig" + "name": "Adafruit FreeTouch Library" }, { - "name": "CBUSLED" + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit WavePlayer Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Audio - Adafruit Fork" + }, + { + "name": "CircularBuffer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.7.zip", - "archiveFileName": "CBUSSwitch-1.1.7.zip", - "size": 4539, - "checksum": "SHA-256:5fa2695a4e0743adf3bdda60257b44681ff4aa792e076e23bad15bc210037932" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_Library-2.5.7.zip", + "archiveFileName": "Adafruit_Arcada_Library-2.5.7.zip", + "size": 396957, + "checksum": "SHA-256:32befc4b00cc1b3f41c8ade8231cf2e85899f85c8b1e32fc082733c1a89627d8" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.0.0", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", - "architectures": [ - "samd" - ], + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.1.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.0.0.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.0.0.zip", - "size": 22353, - "checksum": "SHA-256:0cb57fb16b306d0b6214ba0c9be625e95fcbdb5ea986bf3bed5b96bc7b68609d" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.1.1.zip", + "size": 19064, + "checksum": "SHA-256:2202343f1fd2bb5e000f027f5b29c628766f35ae06c8eccc1e448e7bba5a65c0" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.1.0", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.2.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.0.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.0.zip", - "size": 22627, - "checksum": "SHA-256:e75a42be2f7502438ed00b46638a8125ba30ddbf249e7bf3ae5a6c1df3e620f9" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.2.zip", + "size": 21741, + "checksum": "SHA-256:6ab6c7091ccbe7d0c91a8b687ecb60ce70cb11650d0526d129ac8677cc24e97a" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.1.1", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.2.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.1.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.1.zip", - "size": 27820, - "checksum": "SHA-256:e4683c0918966ededa09009ebabd38a3dac2995f6c5f52e708c2f399b1981f3e" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.2.3.zip", + "size": 21734, + "checksum": "SHA-256:67572f4e62de8169529f7d56644a78b13ee45a1b18bf1f1faa3bc836ddca552b" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.1.2", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.2.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.2.zip", - "size": 28602, - "checksum": "SHA-256:447079c887c81f677124b37f6ec33fae7ef49323da79caaab76b5e784423bb85" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.0.zip", + "size": 28041, + "checksum": "SHA-256:918f03d14e9eaaf8d826f8c1b65fa46dcbe383b58c8c8911b41b6702dc9111c0" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.2.1", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ - "samd", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.2.1.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.2.1.zip", - "size": 29678, - "checksum": "SHA-256:447364ac4a44d493b710183e6bc4e5affcd369d9f5418c50b636f00485d29440" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.1.zip", + "size": 28034, + "checksum": "SHA-256:7dfcde6f3fa8502d7ae39f24c0a5f75dd9494b82f3de0d528127b4eff8937eca" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.3.0", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ - "samd", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "dependencies": [ - { - "name": "Adafruit Arcada Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.3.0.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.3.0.zip", - "size": 29710, - "checksum": "SHA-256:71ad126127ba7079d4c3499798d2a38a4b9d0d0bf68d6cdbe7b4e4b02fd1d997" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.2.zip", + "size": 28033, + "checksum": "SHA-256:a2d836242096245932cdb0f06030fd5f1f2164a9a53df6d128bf05975a92681a" }, { - "name": "Adafruit Arcada GifDecoder", - "version": "1.3.1", - "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", - "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", - "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ - "samd", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", - "dependencies": [ - { - "name": "Adafruit Arcada Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.3.1.zip", - "archiveFileName": "Adafruit_Arcada_GifDecoder-1.3.1.zip", - "size": 29486, - "checksum": "SHA-256:79da6e5f7cf6a61dd0696a3457b609708d6d5cb761d6e5d0f98167b474a17be2" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.3.zip", + "size": 28030, + "checksum": "SHA-256:1bb0d98818d073270e91cecf8503fab84a7e20eb6033a0aceed75d247cfe6724" }, { - "name": "TrimWright", - "version": "0.9.1", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "UML State Machines for Arduino", - "paragraph": "This library provides UML hierarchical state machines for Arduino", - "website": "https://github.com/drewfish/arduino-TrimWright", - "category": "Other", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.3.4", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by ASM", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The provided example walks you through basic functionality through more advanced features like tuning the resonance frequency of the antenna.", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-TrimWright.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/TrimWright-0.9.1.zip", - "archiveFileName": "TrimWright-0.9.1.zip", - "size": 74915, - "checksum": "SHA-256:97142e6728a8b86aeb7d05abd8a2bab9aad07474575101617e33ac70b7066e57" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.3.4.zip", + "size": 27973, + "checksum": "SHA-256:80fae5513e65305ce5f575d11acd7a5b95205ecafa083b8c8453d50bae883fc0" }, { - "name": "TrimWright", - "version": "0.10.0", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "UML State Machines for Arduino", - "paragraph": "This library provides UML hierarchical state machines for Arduino", - "website": "https://github.com/drewfish/arduino-TrimWright", - "category": "Other", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-TrimWright.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/TrimWright-0.10.0.zip", - "archiveFileName": "TrimWright-0.10.0.zip", - "size": 75487, - "checksum": "SHA-256:6eb3e22179cce8d4a20c80a878fd9b2c70e6eb75284b648e63aadbb160244920" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.0.zip", + "size": 27181, + "checksum": "SHA-256:a3416e93b8884e0cb0f864a712ca4135a10bfaf88a0293949b3f5e9ba85f581b" }, { - "name": "TM1638plus", - "version": "1.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.0.zip", - "archiveFileName": "TM1638plus-1.0.0.zip", - "size": 18983, - "checksum": "SHA-256:dedbd2eaf4699337baff72f86e12f977d777720804c75b350830364f20ae65dc" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.1.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.1.zip", + "size": 29475, + "checksum": "SHA-256:f00c28a771683f78b1d8108ac3e532cf7f2cca21f470eb418dbfeb4ac9480353" }, { - "name": "TM1638plus", - "version": "1.0.1", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.1.zip", - "archiveFileName": "TM1638plus-1.0.1.zip", - "size": 19628, - "checksum": "SHA-256:802e14dcb75ccf2915f8921ffd91457abab8d724d8a24e0020c761eeec36536a" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.2.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.2.zip", + "size": 29455, + "checksum": "SHA-256:3caa84702d32cea983c657f175e618ed529bedd5a3019a8ac2603942b89ff822" }, { - "name": "TM1638plus", - "version": "1.1.1", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.1.1.zip", - "archiveFileName": "TM1638plus-1.1.1.zip", - "size": 149994, - "checksum": "SHA-256:40336a6db2137d2a33f479790a395d15607f59d1b63b81b4c39f991d06188981" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.3.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.3.zip", + "size": 29463, + "checksum": "SHA-256:d08c61ce834cccf6bc76ad67fe09200864c05ebe90d3e2e3bc09b0be93973963" }, { - "name": "TM1638plus", - "version": "1.2.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.4", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.2.0.zip", - "archiveFileName": "TM1638plus-1.2.0.zip", - "size": 200917, - "checksum": "SHA-256:ee0616b0bfd8e403b115ab081db98c7bbd01b4c0a54d30543aae41a148db34e2" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.4.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.4.zip", + "size": 29462, + "checksum": "SHA-256:ec48b4fb83d932af067e762a07155d4e70c9a874cb0002d91bc9eb356795f964" }, { - "name": "TM1638plus", - "version": "1.3.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.5", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.3.0.zip", - "archiveFileName": "TM1638plus-1.3.0.zip", - "size": 155377, - "checksum": "SHA-256:006ebeb2deda838e72d56581feed2561c79138d969cc520652ed491a66d6169e" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.5.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.5.zip", + "size": 1446521, + "checksum": "SHA-256:87c3e2b99cb594eecb473e3c7297fc78dba6310a40f23dc429da86fea1e81d88" }, { - "name": "TM1638plus", - "version": "1.4.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.6", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.4.0.zip", - "archiveFileName": "TM1638plus-1.4.0.zip", - "size": 143751, - "checksum": "SHA-256:b208ead7f8780667427467ac4259de51c3b00d6075627777cc0c910bc17f09aa" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.6.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.6.zip", + "size": 1446512, + "checksum": "SHA-256:951c6fd72714854ea7e13469fd9327a61b36fb53cea4003bb1933ffdf3b2ad78" }, { - "name": "TM1638plus", - "version": "1.5.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.7", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.5.0.zip", - "archiveFileName": "TM1638plus-1.5.0.zip", - "size": 144355, - "checksum": "SHA-256:55e0175dc3865a1e0db1a05ded600864b307209ff6dd8aae863402d4c0ba09a1" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.7.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.7.zip", + "size": 1446501, + "checksum": "SHA-256:6752fbfcc5efd7f496930221e10f35b51ed32e827c08d0a4e51c04588caef73a" }, { - "name": "TM1638plus", - "version": "1.6.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "SparkFun AS3935 Lightning Detector Arduino Library", + "version": "1.4.8", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This is an Arduino Library for the AS3935 Lightning Detector by AMS", + "paragraph": "This library adds both I-squared-C and SPI functionality for the \u003ca href=\"https://www.sparkfun.com/products/15276\" SparkFun AS3935 Lightning Detector\u003c/a\u003e. The library gives you the ability to read lightning, get an estimate on its' distance, check its' 'energy', but also to reject noise and false lightning events. It also provides functions to tune the resonance frequency of the antenna! The entirety of the library's functions are demonstrated in the provided example code, making it easy to understand and follow along!", + "website": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.6.0.zip", - "archiveFileName": "TM1638plus-1.6.0.zip", - "size": 219116, - "checksum": "SHA-256:231321fb91bd14f51114146dae1d5561714264e0f7571a45e1aba2913aa4bab0" + "repository": "https://github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.8.zip", + "archiveFileName": "SparkFun_AS3935_Lightning_Detector_Arduino_Library-1.4.8.zip", + "size": 1446411, + "checksum": "SHA-256:79a3f4c7ac4801eb96dca4119ff4dc19e3c9c36e4c7796aaabffee21641b5eeb" }, { - "name": "TM1638plus", - "version": "1.7.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", - "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", - "website": "https://github.com/gavinlyonsrepo/TM1638plus", - "category": "Display", + "name": "BBE IoT Class Library", + "version": "1.0.0", + "author": "Brainy Buddy Education LLC", + "maintainer": "Joe Z \u003cjoseph.zhao@gmail.com\u003e", + "sentence": "This is the C++ class library for students' use in IoT class to control smart systems.", + "paragraph": "This library includes a few classes that hide lower level details and provide an abstract wrapper for entry level students to use. Capabilities include serial port reading, distance sensor processing, buzzer playing, fan rotating, etc.", + "website": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.7.0.zip", - "archiveFileName": "TM1638plus-1.7.0.zip", - "size": 222319, - "checksum": "SHA-256:9e88381093097589dfb068f24aaf43dcd08b2eb05087b757be11d8523330fc7c" + "repository": "https://github.com/brainy-buddy-education/BBE-IoT-Class-Library.git", + "providesIncludes": [ + "BBEClassLibrary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brainy-buddy-education/BBE_IoT_Class_Library-1.0.0.zip", + "archiveFileName": "BBE_IoT_Class_Library-1.0.0.zip", + "size": 18394, + "checksum": "SHA-256:9f1ce4ecea3e5a7bc541b179402e377b9393e6365a769ccdf7ead9162281e499" }, { - "name": "AloesDevice", + "name": "Mechatro", "version": "1.0.0", - "author": "getlarge", - "maintainer": "getlarge \u003ced@getlarge.eu\u003e", - "sentence": "MQTT connector for Aloes", - "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", - "website": "https://github.com/getlarge/arduino-device", + "author": "Botto \u003cin_school@naver.com\u003e", + "maintainer": "Botto \u003cin_school@naver.com\u003e", + "sentence": "\u003cbr/\u003eA library to control motors with the L293x motor driver \u003cbr/\u003e 메카트로 보드 모터 컨트롤 라이브러리 (L298x드라이버 사용하는 모든 프로젝트 사용 가능)", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e- Control two motors by Forward, Reverse, Fast Motor Stop and Free Running Stop mode.\u003cbr/\u003e- 두 개의 모터를 전, 후, 급정지, 완속정지 모드로 컨트롤.\u003cbr/\u003e- Get current of each motor load.\u003cbr/\u003e- 각각의 모터에 흐르는 전류 측정.", + "website": "https://github.com/teamong/Mechatro", "category": "Device Control", "architectures": [ "*" @@ -263401,415 +325567,410 @@ "types": [ "Contributed" ], - "repository": "https://github.com/getlarge/arduino-device.git", - "url": "https://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.0.zip", - "archiveFileName": "AloesDevice-1.0.0.zip", - "size": 30338, - "checksum": "SHA-256:c78f234de81771168730bdf663ff62a1de92e0c81c5dd1e0ac3f8d16789be90a" + "repository": "https://github.com/teamong/Mechatro.git", + "providesIncludes": [ + "Mechatro.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teamong/Mechatro-1.0.0.zip", + "archiveFileName": "Mechatro-1.0.0.zip", + "size": 6862, + "checksum": "SHA-256:040607a09cf491da3bf9fa1066d431fd3a2ad98aa8114ee06e2dddb7f3775f09" }, { - "name": "AloesDevice", - "version": "1.0.1", - "author": "getlarge", - "maintainer": "getlarge \u003ced@getlarge.eu\u003e", - "sentence": "MQTT connector for Aloes", - "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", - "website": "https://github.com/getlarge/arduino-device", - "category": "Device Control", + "name": "CronAlarms", + "version": "0.1.0", + "author": "Martin Laclaustra", + "maintainer": "Martin Laclaustra", + "sentence": "Schedule alarms to occur at specific times with crontab syntax.", + "paragraph": "Using expressions suitable for the program cron (crontab syntax), the library allows performing tasks at specific times or after specific intervals. It depends on ctime library, provided by SDKs. API resembles the popular TimeAlarms library. Tasks can be created to continuously repeat or to occur only once. It is a wrapper of ccronexpr.", + "website": "https://github.com/Martin-Laclaustra/CronAlarms", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/getlarge/arduino-device.git", - "url": "https://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.1.zip", - "archiveFileName": "AloesDevice-1.0.1.zip", - "size": 40402, - "checksum": "SHA-256:a93ae164711c6c0f8712c9be00bc801bb42e6fc252ab5855b9cb2cfe4ad2843b" + "repository": "https://github.com/Martin-Laclaustra/CronAlarms.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Martin-Laclaustra/CronAlarms-0.1.0.zip", + "archiveFileName": "CronAlarms-0.1.0.zip", + "size": 21046, + "checksum": "SHA-256:7cd8ff4331c7311bd0f9103c976bc9a5bc93c55b87aeb3f967539fecdbb3dbbc" }, { - "name": "Adafruit DS3502", + "name": "Firebase Arduino based on WiFi101", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", - "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_DS3502", - "category": "Device Control", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DS3502.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.0.zip", - "archiveFileName": "Adafruit_DS3502-1.0.0.zip", - "size": 9378, - "checksum": "SHA-256:9cfa2fc875a713a3146505944275a05bdb6c37fe6590f278e16882d1804cb2f3" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.0.zip", + "size": 33190, + "checksum": "SHA-256:181a4a4f80f0bf9c6d74b7563d5f87d53e30f9c6e08c332da0b5d36c2cf244ed" }, { - "name": "Adafruit DS3502", + "name": "Firebase Arduino based on WiFi101", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", - "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_DS3502", - "category": "Device Control", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DS3502.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.1.zip", - "archiveFileName": "Adafruit_DS3502-1.0.1.zip", - "size": 575627, - "checksum": "SHA-256:42c7dedbda7efadeb90b119f440568ee0942f73dc2d475daac6451275aab050e" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.1.zip", + "size": 33967, + "checksum": "SHA-256:d73f09799bd41b099be0b295f05261f8629360470bbee974a2e39eaa526a60e3" }, { - "name": "SoftFilters", - "version": "0.1.0", - "author": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", - "maintainer": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", - "sentence": "Arduino framework and library of software data filters.", - "paragraph": "Can be used as a generic filter framework in C++.", - "website": "https://github.com/haimoz/SoftFilters", - "category": "Data Processing", + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/haimoz/SoftFilters.git", - "providesIncludes": [ - "SoftFilters.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/haimoz/SoftFilters-0.1.0.zip", - "archiveFileName": "SoftFilters-0.1.0.zip", - "size": 768029, - "checksum": "SHA-256:57ab608943725887548efa9870ac7d33c46903190c865d5ce552fa3a4aa15f56" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.3.zip", + "size": 35732, + "checksum": "SHA-256:b640f3666acd0e8e42835492f7b3a216954b601c3fc83e186bc11cd6a10f2107" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.0", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": [ - "DFRobot_ESP_EC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", - "size": 17898, - "checksum": "SHA-256:eacca98a5dd512b589ae71913e43ac1454e84663a2885913adf5d5ec4a89bc55" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.4.zip", + "size": 35723, + "checksum": "SHA-256:18f5bd314d059304fd96eca98e0a6ff8db65e34a0f877a810a664790b702fade" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.2", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": [ - "DFRobot_ESP_EC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", - "size": 17999, - "checksum": "SHA-256:e63aa5f5870aaa494c91788746a60bb280b8ae832c0a6f5b6d7b890a3f0345db" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.5.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.5.zip", + "size": 35680, + "checksum": "SHA-256:2c96759e4f153e7c245b49af637ed884b2996f3862ea180855c44fc5f46026a4" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.3", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": [ - "DFRobot_ESP_EC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", - "size": 18077, - "checksum": "SHA-256:37d129be07b82003337dff9de905e5819622c7e75ad629a2ec7792c123e403b9" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.6.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.6.zip", + "size": 35757, + "checksum": "SHA-256:0c58bc033ad9fdf5695f9fcfc993c07f2642c94df789309f2db62d3ef7d3961c" }, { - "name": "DFRobot_ESP_EC_BY_GREENPONIK", - "version": "1.1.4", - "author": "GREENPONIK", - "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32 compatibility", - "paragraph": "Update from DFROBOT library for ESP32 compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", - "providesIncludes": [ - "DFRobot_ESP_EC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", - "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", - "size": 18140, - "checksum": "SHA-256:f1ac44c13e82f9c36ee2cd4385c690f3a944ff7d77ef814d5249d9ce686fa58e" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.7.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.7.zip", + "size": 35763, + "checksum": "SHA-256:f9767ba93d1134a4b4dfc70bb4830fd814bc20d1cd695dfb5adbc782f850933b" }, { - "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", - "version": "1.1.0", - "author": "GREENPONIK", - "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", - "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "providesIncludes": [ - "DFRobot_ESP_PH_WITH_ADC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", - "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", - "size": 18367, - "checksum": "SHA-256:6c02bf2390bf8c03fbd79fd8f2b5081e4fc78b5e389f0400c485c8a0b76be3cb" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.8.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.8.zip", + "size": 35760, + "checksum": "SHA-256:0fa1f44f15c29a9f21aff22a5ac214c872179052b3b2975b1045b214e8b5bf8d" }, { - "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", - "version": "1.2.2", - "author": "GREENPONIK", - "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", - "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFi101", + "version": "1.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "providesIncludes": [ - "DFRobot_ESP_PH_WITH_ADC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", - "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", - "size": 18725, - "checksum": "SHA-256:ce582fcb6da53704371af105c1b6422e7fb3ed1e3ea3664423705f4102bb6de8" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.0.9.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.0.9.zip", + "size": 35736, + "checksum": "SHA-256:4c30f3eccf9ec6d40649c3845bd0f3848b87c675fa6d985b276c3235ef3f6727" }, { - "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", - "version": "1.2.3", - "author": "GREENPONIK", - "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", - "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", - "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", - "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", - "providesIncludes": [ - "DFRobot_ESP_PH_WITH_ADC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", - "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", - "size": 18761, - "checksum": "SHA-256:7802411639f05f97dccc00a2a8be8ac8e19ff80a6085510596715c99fe39ba1d" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.0.zip", + "size": 35789, + "checksum": "SHA-256:43abd5e53fae72f258ec6cea595971927351edcfcd55ac59d241b9fd7aee88fa" }, { - "name": "Adafruit PixelDust", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for particle simulation", - "paragraph": "Arduino library for particle simulation", - "website": "https://github.com/adafruit/Adafruit_PixelDust", - "category": "Other", + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.0.1.zip", - "archiveFileName": "Adafruit_PixelDust-1.0.1.zip", - "size": 29484, - "checksum": "SHA-256:c95322fcde0e6d386ad07ae07abb32e2901b8c196fb5503a4783f7aa4d9c8ad6" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.1.zip", + "size": 34608, + "checksum": "SHA-256:1f7462cac40a88fff243a4fc881c4a801599fedc5c24551ed63a6f4cbb3da51e" }, { - "name": "Adafruit PixelDust", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for particle simulation", - "paragraph": "Arduino library for particle simulation", - "website": "https://github.com/adafruit/Adafruit_PixelDust", - "category": "Other", + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", "dependencies": [ { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit Unified Sensor" + "name": "WiFi101" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.1.0.zip", - "archiveFileName": "Adafruit_PixelDust-1.1.0.zip", - "size": 29616, - "checksum": "SHA-256:24d4affec8fd66473a31d9759231b3824927bf4c8f55441976e4dfa92926b7cb" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.2.zip", + "size": 34690, + "checksum": "SHA-256:5892a558048bc27c36a1f72d794634056d54872341c9d7b03493541b83aff8eb" }, { - "name": "TCA6416A", - "version": "1.0.0", - "author": "Håkon Nessjøen", - "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", - "sentence": "Arduino library for operating TCA6416A.", - "paragraph": "Arduino library for operating TCA6416A.", - "website": "https://github.com/haakonnessjoen/TCA6416A", + "name": "Firebase Arduino based on WiFi101", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/haakonnessjoen/TCA6416A.git", - "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.0.zip", - "archiveFileName": "TCA6416A-1.0.0.zip", - "size": 2632, - "checksum": "SHA-256:9cf40fdc54b8983806885ebc1bb224e9d31e7de21ddde9399bb91531b77c64de" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.1.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.1.3.zip", + "size": 35007, + "checksum": "SHA-256:ec748c4ef11c887ab82d7f1c76d2014c3436367c38465e5875328ca4b9f69d78" }, { - "name": "TCA6416A", - "version": "1.0.1", - "author": "Håkon Nessjøen", - "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", - "sentence": "Arduino library for operating TCA6416A.", - "paragraph": "Arduino library for operating TCA6416A.", - "website": "https://github.com/haakonnessjoen/TCA6416A", + "name": "Firebase Arduino based on WiFi101", + "version": "1.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/haakonnessjoen/TCA6416A.git", - "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.1.zip", - "archiveFileName": "TCA6416A-1.0.1.zip", - "size": 3396, - "checksum": "SHA-256:982248885efbd3ff8a85fcaa943b0228f47bdcfbce27f21c0a4a0d5eecf96217" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.2.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.2.0.zip", + "size": 37776, + "checksum": "SHA-256:cccb8d1a8f1a8a5090988c4f3889fbeefcc47648c2b1507afc84258c418faa31" }, { - "name": "TCA6416A", - "version": "1.0.2", - "author": "Håkon Nessjøen", - "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", - "sentence": "Arduino library for operating TCA6416A.", - "paragraph": "Arduino library for operating TCA6416A.", - "website": "https://github.com/haakonnessjoen/TCA6416A", + "name": "Firebase Arduino based on WiFi101", + "version": "1.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/haakonnessjoen/TCA6416A.git", - "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.2.zip", - "archiveFileName": "TCA6416A-1.0.2.zip", - "size": 3451, - "checksum": "SHA-256:b149706adddbe3cf1cfd4301084076e10e1b3ce8dc14944f3c0c1ea83d677d78" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.2.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.2.1.zip", + "size": 38086, + "checksum": "SHA-256:06987f11edc6994667a7b009629a7c55e5d9df7d94e7b556190ba8544d8f7972" }, { - "name": "TCA6416A", - "version": "1.0.3", - "author": "Håkon Nessjøen", - "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", - "sentence": "Arduino library for operating TCA6416A.", - "paragraph": "Arduino library for operating TCA6416A.", - "website": "https://github.com/haakonnessjoen/TCA6416A", + "name": "Firebase Arduino based on WiFi101", + "version": "1.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/haakonnessjoen/TCA6416A.git", - "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.3.zip", - "archiveFileName": "TCA6416A-1.0.3.zip", - "size": 3486, - "checksum": "SHA-256:d531c1424adfb30a369f4b9b5810e684ba060721fbb1b52b45d2505d61ad49cf" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.2.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.2.2.zip", + "size": 38521, + "checksum": "SHA-256:6c51683112f9bee5ddc8eb4daf1563a111b2570a719c74bb617f76656ccea39d" }, { - "name": "ble_definitions", - "version": "0.0.2", - "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", - "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", - "website": "https://github.com/amaxilat/ble_definitions", + "name": "Firebase Arduino based on WiFi101", + "version": "1.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", "category": "Communication", "architectures": [ "*" @@ -263817,23 +325978,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/amaxilat/ble_definitions.git", - "providesIncludes": [ - "ble_definitions.h" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.2.zip", - "archiveFileName": "ble_definitions-0.0.2.zip", - "size": 6942, - "checksum": "SHA-256:b96b6831dc153149ca2b204f93f3c123aa5498c2fef417439215048eba60ca77" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.2.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.2.3.zip", + "size": 38704, + "checksum": "SHA-256:5e56848a3108ded454ebc379b8adfcfadeca9c6e56541ba4f1259223f3a6f768" }, { - "name": "ble_definitions", - "version": "0.0.3", - "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", - "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", - "website": "https://github.com/amaxilat/ble_definitions", + "name": "Firebase Arduino based on WiFi101", + "version": "1.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", "category": "Communication", "architectures": [ "*" @@ -263841,23 +326004,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/amaxilat/ble_definitions.git", - "providesIncludes": [ - "ble_definitions.h" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.3.zip", - "archiveFileName": "ble_definitions-0.0.3.zip", - "size": 8894, - "checksum": "SHA-256:1719088cb34a2e34562a575dda98f797631b15be70e328e4d9aafc5d7f383d70" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.2.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.2.4.zip", + "size": 41012, + "checksum": "SHA-256:070924d834aef9bbf7a29f15ed36e74dd20bf66ba200b09a2ad3cb1bd2a1175f" }, { - "name": "ble_definitions", - "version": "0.0.4", - "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", - "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", - "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", - "website": "https://github.com/amaxilat/ble_definitions", + "name": "Firebase Arduino based on WiFi101", + "version": "1.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino WiFi Shield 101 and Arduino MKR1000 WIFI.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFi101", "category": "Communication", "architectures": [ "*" @@ -263865,3737 +326030,3535 @@ "types": [ "Contributed" ], - "repository": "https://github.com/amaxilat/ble_definitions.git", - "providesIncludes": [ - "ble_definitions.h" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFi101.git", + "dependencies": [ + { + "name": "WiFi101" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.4.zip", - "archiveFileName": "ble_definitions-0.0.4.zip", - "size": 8897, - "checksum": "SHA-256:085d2b57196caa850e0d0bfad809adeb96e30710c1c160ac8902f080fbfb70f8" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFi101-1.2.5.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFi101-1.2.5.zip", + "size": 41008, + "checksum": "SHA-256:37021f22f0ad0e8c7c1fae7dd5c301f9743bc9f38773e43ff3fd73a555591252" }, { - "name": "BLVD20KM_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", - "category": "Device Control", + "name": "mDash", + "version": "1.0.1", + "author": "Cesanta Software Limited \u003csupport@mdash.net\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@mdash.net\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides MQTT, device shadow, OTA, Filesystem management for ESP32", + "website": "https://mdash.net", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.0.0.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.0.0.zip", - "size": 6517, - "checksum": "SHA-256:4f80a7539cde7c4a3bc183cd4baf4b6577133ff976fe03ef090691b477e785bc" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.1.zip", + "archiveFileName": "mDash-1.0.1.zip", + "size": 24163, + "checksum": "SHA-256:5277998e1717a279f92d48c9ed39d7ef753b5cd2b8119a627e45d36c84c12542" }, { - "name": "BLVD20KM_asukiaaa", - "version": "1.1.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", - "category": "Device Control", + "name": "mDash", + "version": "1.0.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.0.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.1.0.zip", - "size": 6839, - "checksum": "SHA-256:fb69703d983d9321fa6eb0cc0c88f22039a1d1f66e29e31a20c68ec3c97bf170" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.2.zip", + "archiveFileName": "mDash-1.0.2.zip", + "size": 24174, + "checksum": "SHA-256:0410106665ae3309ade3400350ba33e5a1ea473b7fefe51ab35e76d6b107627e" }, { - "name": "BLVD20KM_asukiaaa", - "version": "1.1.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", - "category": "Device Control", + "name": "mDash", + "version": "1.0.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.1.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.1.1.zip", - "size": 6822, - "checksum": "SHA-256:480f59cf07265f3f854d91460710db0eee28a6f6f86dec5f6bc42e63a74bdaf9" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.3.zip", + "archiveFileName": "mDash-1.0.3.zip", + "size": 25353, + "checksum": "SHA-256:95d26a5b6c7154d02d94988053588bd5e2656086324a8e0015b7427d8831f22e" }, { - "name": "BLVD20KM_asukiaaa", - "version": "1.1.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", - "category": "Device Control", + "name": "mDash", + "version": "1.0.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.2.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.1.2.zip", - "size": 6977, - "checksum": "SHA-256:4ac5450f337fe893bda4ae5d3f2ab012f7f0e4ba4fa0a9fcaf3846968c66a0f8" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.4.zip", + "archiveFileName": "mDash-1.0.4.zip", + "size": 26291, + "checksum": "SHA-256:0b6b8ed0f0d5fbdee3905b573ac8e3344cbcb5612bd32f8b1b8e674c2fcd4c1f" }, { - "name": "BLVD20KM_asukiaaa", - "version": "1.1.3", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", - "category": "Device Control", + "name": "mDash", + "version": "1.0.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.3.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.1.3.zip", - "size": 6988, - "checksum": "SHA-256:75d9ef6b2567ef040adc496d503993d812372c0d3474e23c37b3d9b1b6646037" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.5.zip", + "archiveFileName": "mDash-1.0.5.zip", + "size": 26261, + "checksum": "SHA-256:b842d26110d51759ce2431c65a1c37a5e09aec52dd82ea63e4c29d8674b44982" }, { - "name": "BLVD20KM_asukiaaa", - "version": "1.1.4", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls BLVD20KM", - "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", - "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", - "category": "Device Control", + "name": "mDash", + "version": "1.0.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.4.zip", - "archiveFileName": "BLVD20KM_asukiaaa-1.1.4.zip", - "size": 6999, - "checksum": "SHA-256:f6f1ca5b122a21e4c359557720ded5d0c16d447dfc200b30293b7400b18e7e40" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.6.zip", + "archiveFileName": "mDash-1.0.6.zip", + "size": 26566, + "checksum": "SHA-256:fef4b0f5861e2a05a81361cd1402f36c70551541c3d27ea347e55dbb23afc7b6" }, { - "name": "PushButton Event Modelling Library", - "version": "1.0.0", - "author": "Alireza Sadri", - "maintainer": "Alireza Sadri \u003cARSadri@gmail.com\u003e", - "sentence": "PushButton events modelling library", - "paragraph": "supports detection of helding/releasing a button after a long time or detection of a click, double-clicked, ...", - "website": "https://github.com/arsadri/PushButtonClicks", - "category": "Signal Input/Output", + "name": "mDash", + "version": "1.0.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ARSadri/PushButtonClicks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ARSadri/PushButton_Event_Modelling_Library-1.0.0.zip", - "archiveFileName": "PushButton_Event_Modelling_Library-1.0.0.zip", - "size": 6271, - "checksum": "SHA-256:331e992183d856f70eee626756179c6b0a232b3c2cd65bf969d4592cc44e79a9" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.7.zip", + "archiveFileName": "mDash-1.0.7.zip", + "size": 28168, + "checksum": "SHA-256:8c21aedd3f186f2885d5583be1984571a510605cc96691549d16a92eb5423f75" }, { - "name": "WebSerial", - "version": "1.0.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", - "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", - "website": "https://github.com/ayushsharma82/WebSerial", + "name": "mDash", + "version": "1.0.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/WebSerial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.0.0.zip", - "archiveFileName": "WebSerial-1.0.0.zip", - "size": 146257, - "checksum": "SHA-256:b72da24d780038781b1362e3000bb38d692ae5e4777e40ce02bfcb33a0d5e672" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.8.zip", + "archiveFileName": "mDash-1.0.8.zip", + "size": 28166, + "checksum": "SHA-256:72fe9cdb0f97c683bfc8c4c3192b8701f47ac9be71e9c15b5be2b74ea1c2ad5e" }, { - "name": "WebSerial", - "version": "1.1.0", - "author": "Ayush Sharma", - "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", - "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", - "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", - "website": "https://github.com/ayushsharma82/WebSerial", + "name": "mDash", + "version": "1.0.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ayushsharma82/WebSerial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.1.0.zip", - "archiveFileName": "WebSerial-1.1.0.zip", - "size": 384003, - "checksum": "SHA-256:c6bef33aba1c10f3323c485d408bfd0b30b03085df9c79f331e4053ca4fcd92d" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.9.zip", + "archiveFileName": "mDash-1.0.9.zip", + "size": 84480, + "checksum": "SHA-256:a499683a5bda7ab8d70a6c026872970fe17f6fc17159e024b284ae573e1e43b8" }, { - "name": "ThingSpeak_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It use api of ThingSpeak", - "paragraph": "It writes field values for ThinkgSpeak.", - "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", + "name": "mDash", + "version": "1.0.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "avr", - "esp8266", - "sam", - "samd", - "esp32", - "samd_beta", - "megaavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "ThingSpeakWriter_asukiaaa.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.0.zip", - "archiveFileName": "ThingSpeak_asukiaaa-1.0.0.zip", - "size": 3651, - "checksum": "SHA-256:cd3be808212f6f44e050b03c99c0b9abc13faf5f33a2747273a62b07263c6ee7" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.10.zip", + "archiveFileName": "mDash-1.0.10.zip", + "size": 90102, + "checksum": "SHA-256:8836bdcfeb2b3397eb702c5847dbb2b04f634635c44839e2e294aee173cea2c9" }, { - "name": "ThingSpeak_asukiaaa", - "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "An API manager for ThingSpeak", - "paragraph": "It writes field values for ThinkgSpeak.", - "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", + "name": "mDash", + "version": "1.0.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "avr", - "esp8266", - "sam", - "samd", - "esp32", - "samd_beta", - "megaavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "ThingSpeakWriter_asukiaaa.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.1.zip", - "archiveFileName": "ThingSpeak_asukiaaa-1.0.1.zip", - "size": 3655, - "checksum": "SHA-256:1ac2ac2cc6bf3677dbd8b3fac70f4f347b921e154b3c867c96700542305622fc" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.11.zip", + "archiveFileName": "mDash-1.0.11.zip", + "size": 91286, + "checksum": "SHA-256:99d34d482d0b7601254a710f21e8941f98b9bd78a59ab16f7e3940e8b0822942" }, { - "name": "SimpleRotary", - "version": "1.1.0", - "author": "MRPrograms", - "maintainer": "MRPrograms", - "sentence": "Library for using rotary encorders.", - "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", - "website": "https://github.com/mprograms/SimpleRotary", - "category": "Sensors", + "name": "mDash", + "version": "1.0.12", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mprograms/SimpleRotary.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "SimpleRotary.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.0.zip", - "archiveFileName": "SimpleRotary-1.1.0.zip", - "size": 26294, - "checksum": "SHA-256:9acf2cddb6a349aa67d64df689c02f51d33718cbead8958d9713581b34078964" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.12.zip", + "archiveFileName": "mDash-1.0.12.zip", + "size": 91280, + "checksum": "SHA-256:de0ce02960e0da17d7c1545f4e54b0d800d256a40283e9ff3605657b2be88380" }, { - "name": "SimpleRotary", - "version": "1.1.2", - "author": "MPrograms", - "maintainer": "MPrograms", - "sentence": "Library for using rotary encorders.", - "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", - "website": "https://github.com/mprograms/SimpleRotary", - "category": "Sensors", + "name": "mDash", + "version": "1.0.13", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mprograms/SimpleRotary.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "SimpleRotary.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.2.zip", - "archiveFileName": "SimpleRotary-1.1.2.zip", - "size": 26606, - "checksum": "SHA-256:341933cd5f8d1a314f8199c51ab9f9bbb8822690c2af95e09b5770bf1ddef41d" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.13.zip", + "archiveFileName": "mDash-1.0.13.zip", + "size": 92241, + "checksum": "SHA-256:a42190f1253c07d52b966be56306eb3d8759ae3eb2e52cda128d9b69ec8b71ca" }, { - "name": "Virtuino", - "version": "1.7.1", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuino", + "name": "mDash", + "version": "1.0.16", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/iliaslamprou/virtuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino-1.7.1.zip", - "archiveFileName": "Virtuino-1.7.1.zip", - "size": 67843, - "checksum": "SHA-256:327e03977d8d788686bfe43e05ef3f9f314482a99b18e486794a9984f282b00b" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.16.zip", + "archiveFileName": "mDash-1.0.16.zip", + "size": 92275, + "checksum": "SHA-256:5ee9973cd9f69f44df337ef72a93a0b8bd33e62f4c1687476678a7cb40622da0" }, { - "name": "Virtuino", - "version": "1.8.0", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuino", + "name": "mDash", + "version": "1.0.17", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/iliaslamprou/virtuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino-1.8.0.zip", - "archiveFileName": "Virtuino-1.8.0.zip", - "size": 66248, - "checksum": "SHA-256:86da6b474ddec2d796d173e3a30b3a58fc42139b3c307cab4c2165c9594aba7e" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.17.zip", + "archiveFileName": "mDash-1.0.17.zip", + "size": 92715, + "checksum": "SHA-256:cf34d6c5112f6a27f2891639c99732041840174c56d31d31bb34ad5afa7b2049" }, { - "name": "ISL1208-RTC-Library", - "version": "1.4.2", - "author": "vishnumaiea", - "maintainer": "vishnumaiea", - "sentence": "Arduino library for Intersil ISl1208 RTC chip.", - "paragraph": "Read and set RTC time and alarm easily.", - "website": "https://github.com/vishnumaiea/ISL1208-RTC-Library", - "category": "Device Control", + "name": "mDash", + "version": "1.0.18", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/vishnumaiea/ISL1208-RTC-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ISL1208_RTC_Library-1.4.2.zip", - "archiveFileName": "ISL1208_RTC_Library-1.4.2.zip", - "size": 10886, - "checksum": "SHA-256:9ebf8bf05f6c8932147687eee0e88adb4844d2fc607cc4d38e995d876afc5c22" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.18.zip", + "archiveFileName": "mDash-1.0.18.zip", + "size": 92073, + "checksum": "SHA-256:2f5927b80113576fded11d55d3b6f16892cd7b21287807ffc821cb202e362eaf" }, { - "name": "ISL1208-RTC-Library", - "version": "1.4.6", - "author": "vishnumaiea", - "maintainer": "vishnumaiea", - "sentence": "Arduino library for Intersil ISl1208 RTC chip.", - "paragraph": "Read and set RTC time and alarm easily.", - "website": "https://github.com/vishnumaiea/ISL1208-RTC-Library", - "category": "Device Control", + "name": "mDash", + "version": "1.0.19", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/vishnumaiea/ISL1208-RTC-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ISL1208_RTC_Library-1.4.6.zip", - "archiveFileName": "ISL1208_RTC_Library-1.4.6.zip", - "size": 11519, - "checksum": "SHA-256:2cdb14be041fa8606ed8f1181093254643b6db4d075c373bd2ff29f093000f1f" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.19.zip", + "archiveFileName": "mDash-1.0.19.zip", + "size": 92057, + "checksum": "SHA-256:f3cdba766785423c2ff4b4ced3344e98bd319d3c6d2b66d0762bd886c8e79295" }, { - "name": "Tgui", - "version": "1.0.0", - "author": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", - "maintainer": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", - "sentence": "Tgui is a lightweight GUI for Arduino Uno type of MCU with small TFT screen, primarily for showing sensor data.", - "paragraph": "In the scenarios that a user wants to gather and show data from various sensors, many of the features in other GUI libraries can be compromised to achieve faster speed on lower end devices, such as Arduino Uno.", - "website": "https://github.com/NordicAlliance/arduino-tgui", - "category": "Sensors", + "name": "mDash", + "version": "1.0.21", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NordicAlliance/arduino-tgui.git", - "url": "https://downloads.arduino.cc/libraries/github.com/NordicAlliance/Tgui-1.0.0.zip", - "archiveFileName": "Tgui-1.0.0.zip", - "size": 305061, - "checksum": "SHA-256:9c22a36c16c2634b128294acc397c95113a0dbe529b2330303240a35ce8e55fc" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.21.zip", + "archiveFileName": "mDash-1.0.21.zip", + "size": 91190, + "checksum": "SHA-256:f70816cbd425b2e016b6da2533ccd1aa0a3fd39c0e63274cb78b385e7e34ce52" }, { - "name": "GT5X", - "version": "1.0.0", - "author": "Brian Ejike", - "maintainer": "Brian Ejike \u003cbrianrho94@gmail.com\u003e", - "sentence": "Arduino library for the GT5X fingerprint sensors", - "paragraph": "Supports fingerprint template and image extraction.", - "website": "https://github.com/brianrho/GT5X", - "category": "Sensors", + "name": "mDash", + "version": "1.0.22", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/brianrho/GT5X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/brianrho/GT5X-1.0.0.zip", - "archiveFileName": "GT5X-1.0.0.zip", - "size": 17398, - "checksum": "SHA-256:8c992179ed97cd72c58ffbf3bffe611937337d75aa8f4fda7dd13256e1693353" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.22.zip", + "archiveFileName": "mDash-1.0.22.zip", + "size": 91915, + "checksum": "SHA-256:e731f68556b5d9b1412fcacd51ca8c6f986fc063edb10e0eae2a2d34a81ac1a2" }, { - "name": "Adafruit Feather OLED", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", - "category": "Display", + "name": "mDash", + "version": "1.0.23", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.0.zip", - "archiveFileName": "Adafruit_Feather_OLED-1.0.0.zip", - "size": 12757, - "checksum": "SHA-256:eba0972e62c1004e803f4e3b0619f36f73acc4ee94f0bbafccc8a801b8d167c8" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.23.zip", + "archiveFileName": "mDash-1.0.23.zip", + "size": 92364, + "checksum": "SHA-256:a57ab8224268e0ee176cc9ee526cf3b9d64a1e10262154ed48c7d526288c9584" }, { - "name": "Adafruit Feather OLED", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", - "category": "Display", + "name": "mDash", + "version": "1.0.24", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.1.zip", - "archiveFileName": "Adafruit_Feather_OLED-1.0.1.zip", - "size": 12674, - "checksum": "SHA-256:3fd7d569a75fb624c957e676c03be85d49a10e4dee774d9e45e3a485d5cd44d7" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.24.zip", + "archiveFileName": "mDash-1.0.24.zip", + "size": 92351, + "checksum": "SHA-256:ac22cda694ad93122481cc027dfb9e756724de7e27329d11edd0406068843de5" }, { - "name": "Adafruit Feather OLED", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", - "category": "Display", + "name": "mDash", + "version": "1.0.25", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.2.zip", - "archiveFileName": "Adafruit_Feather_OLED-1.0.2.zip", - "size": 12731, - "checksum": "SHA-256:ce64770537e8abc416f8d86a1b8a3ca5caa9f747dbb774c1e25d04be1370210b" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.25.zip", + "archiveFileName": "mDash-1.0.25.zip", + "size": 176931, + "checksum": "SHA-256:96adc6395b46b6772783429e28ae33e5afaecaf2063dd02d05da152904c5f1e5" }, { - "name": "Adafruit Feather OLED", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", - "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", - "category": "Display", + "name": "mDash", + "version": "1.0.26", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.3.zip", - "archiveFileName": "Adafruit_Feather_OLED-1.0.3.zip", - "size": 12812, - "checksum": "SHA-256:a1bde92dafed5e1a49b8975c19c10b504cf0d867a0c2a349df2ab0344cf6e6d2" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.26.zip", + "archiveFileName": "mDash-1.0.26.zip", + "size": 177236, + "checksum": "SHA-256:e118e6633ce0340f5480fcb1b52fb108dcac26d7d6f69ca5f2c55e1285f897ee" }, { - "name": "TinyTemplateEngine", - "version": "1.0.0", - "author": "full.stack.ex@gmail.com", - "maintainer": "full.stack.ex@gmail.com", - "sentence": "Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint", - "paragraph": "Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.", - "website": "https://github.com/full-stack-ex/tiny-template-engine-arduino", - "category": "Uncategorized", + "name": "mDash", + "version": "1.0.27", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/full-stack-ex/tiny-template-engine-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/full-stack-ex/TinyTemplateEngine-1.0.0.zip", - "archiveFileName": "TinyTemplateEngine-1.0.0.zip", - "size": 12169, - "checksum": "SHA-256:08b7aa6bfa5803c412164243c6b07f0a78a7938c822f5cb2c98ce45fda657f59" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.27.zip", + "archiveFileName": "mDash-1.0.27.zip", + "size": 177724, + "checksum": "SHA-256:010b57010112eace91998ab28a15d97a550a1b30bc1d521e9a4a227834d2ee41" }, { - "name": "TinyTemplateEngine", - "version": "1.1.0", - "author": "full.stack.ex@gmail.com", - "maintainer": "full.stack.ex@gmail.com", - "sentence": "Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint", - "paragraph": "Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.", - "website": "https://github.com/full-stack-ex/tiny-template-engine-arduino", - "category": "Uncategorized", + "name": "mDash", + "version": "1.0.28", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/full-stack-ex/tiny-template-engine-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/full-stack-ex/TinyTemplateEngine-1.1.0.zip", - "archiveFileName": "TinyTemplateEngine-1.1.0.zip", - "size": 12777, - "checksum": "SHA-256:3a97040b754310ee383219e56bb63e24e7920c5c9872d114a8b69e4893287374" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.28.zip", + "archiveFileName": "mDash-1.0.28.zip", + "size": 178872, + "checksum": "SHA-256:f7db19aa7c7b4d726adc9d473b31e0e846047ff8657393be3b4ee0686f7f4f0f" }, { - "name": "TactNecklace", - "version": "1.0.0", - "author": "Aiden and Jonny", - "maintainer": "Brandeis MakerLab \u003cMakerlab@brandeis.edu\u003e", - "sentence": "Arduino Library receives acceleration data from acclerometer, outputting a signal of varying srength to the vibrators", - "paragraph": "Allows for the transmission of accelerometer data relative to your center of balance to be mapped onto the human body via a vibrator necklace", - "website": "https://github.com/AidenKunkler-Peck/Tactile-Necklace", - "category": "Device Control", + "name": "mDash", + "version": "1.0.29", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/AidenKunkler-Peck/Tactile-Necklace.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "TactNecklace.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AidenKunkler-Peck/TactNecklace-1.0.0.zip", - "archiveFileName": "TactNecklace-1.0.0.zip", - "size": 119007, - "checksum": "SHA-256:2a688f56df72753cb8bd36f5a48d3e044722342ae08e5e521cb6c2f8efcc3ffa" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.29.zip", + "archiveFileName": "mDash-1.0.29.zip", + "size": 181369, + "checksum": "SHA-256:a157e8ee95ad0046c632bf1c36ee2f5fa8fd9805fcd00e21bf71ef932fdb60bb" }, { - "name": "ESP8266-OLED Display Library", - "version": "1.0.1", - "author": "Klar Systems", - "maintainer": "Klar Systems \u003cinfo@klsrsys.com\u003e", - "sentence": "esp8266-Arduino library for I2C-OLED displays", - "paragraph": "esp8266-Arduino library for I2C-OLED displays", - "website": "https://github.com/remoteme/esp8266-OLED", - "category": "Display", + "name": "mDash", + "version": "1.0.30", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ + "esp32", "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/remoteme/esp8266-OLED.git", - "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/ESP8266_OLED_Display_Library-1.0.1.zip", - "archiveFileName": "ESP8266_OLED_Display_Library-1.0.1.zip", - "size": 7200, - "checksum": "SHA-256:7e7fdbb71c3c74a25486a2deac5d1fcce663248705ffbf6fc3280ce70e9a971c" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.30.zip", + "archiveFileName": "mDash-1.0.30.zip", + "size": 182838, + "checksum": "SHA-256:c4a38d779165dcb276dc189949dc73097530ed768741a31d9c8c5c06e0bbef3e" }, { - "name": "EmotiBit SI7013", - "version": "0.0.2", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", - "paragraph": "The functions are designed to be handled asynchronously", - "website": "https://github.com/EmotiBit/EmotiBit_SI7013", - "category": "Sensors", + "name": "mDash", + "version": "1.0.31", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.2.zip", - "archiveFileName": "EmotiBit_SI7013-0.0.2.zip", - "size": 10243, - "checksum": "SHA-256:b778758d9cd0c616e26f52b83642dd20e48e3f8b6cc22ac1fe951f77646ddcec" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.31.zip", + "archiveFileName": "mDash-1.0.31.zip", + "size": 182810, + "checksum": "SHA-256:3251bf8a9a802289c0a569d85e86b432dc1668048de960a1ea6c1b2181a4d96b" }, { - "name": "EmotiBit SI7013", - "version": "0.0.3", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", - "paragraph": "The functions are designed to be handled asynchronously", - "website": "https://github.com/EmotiBit/EmotiBit_SI7013", - "category": "Sensors", + "name": "mDash", + "version": "1.0.32", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.3.zip", - "archiveFileName": "EmotiBit_SI7013-0.0.3.zip", - "size": 11053, - "checksum": "SHA-256:cff143856d49a7b1fcdc7b4ec528f016606d5dae3bcc06e17068b12c8c72596a" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.32.zip", + "archiveFileName": "mDash-1.0.32.zip", + "size": 220767, + "checksum": "SHA-256:ffdee7266e58f9c82d710277a0d885f3d4fc2a3cbcb4d94604803828ed5cf1d9" }, { - "name": "FourteenSegDisplay", - "version": "1.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "An Arduino library to control a 14 fourteen LED segment display.", - "paragraph": "It supports ASCII, Hexadecimal and the decimal point. It includes ASCII font file. Allows for setting of segments. Small Memory footprint. Requires two shift registers. Tested on a LDD-F5406RI module. Supports Common Cathode and anode.", - "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", - "category": "Display", + "name": "mDash", + "version": "1.0.33", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-1.0.0.zip", - "archiveFileName": "FourteenSegDisplay-1.0.0.zip", - "size": 238372, - "checksum": "SHA-256:c5571a8b46a34139ef36b6ee38a79e43f91c35f3589410e9c5a26e934946dca5" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.33.zip", + "archiveFileName": "mDash-1.0.33.zip", + "size": 223275, + "checksum": "SHA-256:5184ddcfc93a9c1aba9f29bb07c08f038c4459692d04a5e5cfb025722531a8ec" }, { - "name": "FourteenSegDisplay", - "version": "2.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display.", - "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Also Supports sixteen 16 and seven 7 segment. Common Cathode and anode", - "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", - "category": "Display", + "name": "mDash", + "version": "1.0.34", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.0.0.zip", - "archiveFileName": "FourteenSegDisplay-2.0.0.zip", - "size": 410445, - "checksum": "SHA-256:20affc006be077d450d443c6eeed5f5df994651a990bf1f186466da976bc6f56" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.34.zip", + "archiveFileName": "mDash-1.0.34.zip", + "size": 225974, + "checksum": "SHA-256:92e8cd15620680d8db88b10ba2666ee79f773811f3f5785fe0219696eabcfd02" }, { - "name": "FourteenSegDisplay", - "version": "2.1.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", - "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", - "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", - "category": "Display", + "name": "mDash", + "version": "1.0.36", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.1.0.zip", - "archiveFileName": "FourteenSegDisplay-2.1.0.zip", - "size": 372560, - "checksum": "SHA-256:eb4dc2c7bc26c834a046d3c78ce83cc96535e50b89ae7cdd6d85b75bd49aa7cc" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.36.zip", + "archiveFileName": "mDash-1.0.36.zip", + "size": 227793, + "checksum": "SHA-256:158fcadc95aa0bff7aa20262bd09534691a01dddff0339b4b8e93de215ed20cc" }, { - "name": "FourteenSegDisplay", - "version": "2.2.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", - "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", - "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", - "category": "Display", + "name": "mDash", + "version": "1.0.38", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.2.0.zip", - "archiveFileName": "FourteenSegDisplay-2.2.0.zip", - "size": 282631, - "checksum": "SHA-256:64ce174814e885fb5b7432fc5914312308844439e18c29ab1a714abe4dad30e0" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.38.zip", + "archiveFileName": "mDash-1.0.38.zip", + "size": 237602, + "checksum": "SHA-256:7de9e4ddd3afe3ef502d15f5cd96c69d6475758e2c6c2d8d3365434698ba12af" }, { - "name": "FourteenSegDisplay", - "version": "2.3.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", - "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", - "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", - "category": "Display", + "name": "mDash", + "version": "1.0.39", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.3.0.zip", - "archiveFileName": "FourteenSegDisplay-2.3.0.zip", - "size": 282278, - "checksum": "SHA-256:84a6f09bde3653965589dde4dfff8a4dfc84e4f6cddbcece6f49f18db3744cec" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.39.zip", + "archiveFileName": "mDash-1.0.39.zip", + "size": 237788, + "checksum": "SHA-256:f7811d02edc6642354cb03ba5201c4841c0b1208c6a6051db1b62404a9e831f4" }, { - "name": "LedRGBlib", - "version": "1.0.0", - "author": "Brontapps", - "maintainer": "Brontapps", - "sentence": "RGB LED library for Arduino (ENG+ESP)", - "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", - "website": "https://github.com/alexbertis/LibreriaLedRGB", - "category": "Device Control", + "name": "mDash", + "version": "1.0.40", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "LedRGB.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.0.zip", - "archiveFileName": "LedRGBlib-1.0.0.zip", - "size": 11934, - "checksum": "SHA-256:13a944aef66901b2ac1f25ef034ff838a892e3b410c68bc41172abd26ec3f2ec" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.40.zip", + "archiveFileName": "mDash-1.0.40.zip", + "size": 239542, + "checksum": "SHA-256:4f0cfbbc8448bb088f0077eb15808574d0213a396b6ccbe1904f49c5fa8fc9ed" }, { - "name": "LedRGBlib", - "version": "1.0.2", - "author": "Brontapps", - "maintainer": "Brontapps", - "sentence": "RGB LED library for Arduino (ENG+ESP)", - "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", - "website": "https://github.com/alexbertis/LibreriaLedRGB", - "category": "Device Control", + "name": "mDash", + "version": "1.0.41", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "LedRGB.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.2.zip", - "archiveFileName": "LedRGBlib-1.0.2.zip", - "size": 12228, - "checksum": "SHA-256:9336bb4514ab27f6b9dee5ab5915bae634208fe6729847be12c01baae805de4c" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.41.zip", + "archiveFileName": "mDash-1.0.41.zip", + "size": 241876, + "checksum": "SHA-256:54303c0a36fb595f1150b5f9f0740881dcaaa23035e7b0de7582860435908088" }, { - "name": "Grove 6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470", - "version": "1.0.0", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Arduino library to control Grove 6-Axis Digital Accelerometer\u0026Gyroscope(ADIS16470).", - "paragraph": "The ADIS16470 is a miniature MEMS inertial measurement unit (IMU) that includes a triaxial gyroscope and a triaxial accelerometer.", - "website": "https://github.com/Seeed-Studio/Seeed_ADIS16470", - "category": "Sensors", + "name": "mDash", + "version": "1.0.42", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_ADIS16470.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", - "archiveFileName": "Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", - "size": 16710, - "checksum": "SHA-256:303c9fd61555342b381ce4f93b3dcf4f06e060e9bc4ebeb705880c65dc2a54cf" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.42.zip", + "archiveFileName": "mDash-1.0.42.zip", + "size": 267571, + "checksum": "SHA-256:0c8e08433243739f7490b4a191c840c974abfdec2e0ce98188545fc52a19868d" }, { - "name": "RTT-GUI", - "version": "0.1.0", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread GUI Engine", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", + "name": "mDash", + "version": "1.0.43", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "sam", - "samd" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/RTT-GUI.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "rtt.h", - "rttgui.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.1.0.zip", - "archiveFileName": "RTT_GUI-0.1.0.zip", - "size": 4028039, - "checksum": "SHA-256:bcb5bd4393ad71930b963d7cef7e4def02025acb4488b83dc8c84d1291bf327b" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.43.zip", + "archiveFileName": "mDash-1.0.43.zip", + "size": 253911, + "checksum": "SHA-256:6028698ad12a2b4e62e65b7d139a07c3be35c82ad689ef8a390ee0db8570b66f" }, { - "name": "RTT-GUI", - "version": "0.3.0", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread GUI Engine", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", + "name": "mDash", + "version": "1.0.44", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "sam", - "samd" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/RTT-GUI.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "rtt.h", - "rttgui.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.3.0.zip", - "archiveFileName": "RTT_GUI-0.3.0.zip", - "size": 1346778, - "checksum": "SHA-256:f074c63f660a1985ae6427ee3acb1fd487413a1d52ad64f397d1a503e97c9f6c" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.44.zip", + "archiveFileName": "mDash-1.0.44.zip", + "size": 253004, + "checksum": "SHA-256:2017a3f3471a77749af830af6a5e4989bbeb8dda4ec65317552a43c97eb5b176" }, { - "name": "RTT-GUI", - "version": "0.5.0", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "RT-Thread GUI Engine", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", + "name": "mDash", + "version": "1.0.45", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "sam", - "samd" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/RTT-GUI.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "rtt.h", - "rttgui.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.5.0.zip", - "archiveFileName": "RTT_GUI-0.5.0.zip", - "size": 1366537, - "checksum": "SHA-256:f7d8765e59761072d0c200b9ecb90d27402b2f95950860a1c36bfa4684b157a2" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.45.zip", + "archiveFileName": "mDash-1.0.45.zip", + "size": 253005, + "checksum": "SHA-256:96eac5ff22968298e531e6bcc7b80427dfa8a168c53c0fe13b008c5909c314e1" }, { - "name": "RTT-GUI", - "version": "0.5.1", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Embedded GUI Library", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", + "name": "mDash", + "version": "1.0.46", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "sam", - "samd" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/RTT-GUI.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "rtt.h", - "rttgui.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.5.1.zip", - "archiveFileName": "RTT_GUI-0.5.1.zip", - "size": 1365546, - "checksum": "SHA-256:761c7e47d5cb8dc2ec5f12561461ebd19534ed1f4f256adf2f5a4fc4a9cf0bbd" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.46.zip", + "archiveFileName": "mDash-1.0.46.zip", + "size": 231355, + "checksum": "SHA-256:c0581b965299311b5b00b9ab8d8a62e48fead70cfb881f1cb3cdba2afffd4aed" }, { - "name": "RTT-GUI", - "version": "0.7.1", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Embedded GUI Library", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", + "name": "mDash", + "version": "1.0.47", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "sam", - "samd" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/RTT-GUI.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "rtt.h", - "rttgui.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.7.1.zip", - "archiveFileName": "RTT_GUI-0.7.1.zip", - "size": 1319411, - "checksum": "SHA-256:d1603cf11105d2d257bf5f872c8a49761f477feec2f981c7f8b0cacd6244bb3f" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.47.zip", + "archiveFileName": "mDash-1.0.47.zip", + "size": 227516, + "checksum": "SHA-256:75c555019c0d47af2c61f4426f6ab1dfc118e845cc2ff26211c057dda4bea086" }, { - "name": "RTT-GUI", - "version": "0.8.0", - "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", - "maintainer": "onelife \u003conelife.real@gmail.com\u003e", - "sentence": "Embedded GUI Library", - "paragraph": "RT-Thread GUI Engine", - "website": "https://github.com/onelife/RTT-GUI", - "category": "Display", + "name": "mDash", + "version": "1.0.48", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "sam", - "samd", - "gd32v" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/onelife/RTT-GUI.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "rtt.h", - "rttgui.h" - ], - "dependencies": [ - { - "name": "RT-Thread" - } + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.8.0.zip", - "archiveFileName": "RTT_GUI-0.8.0.zip", - "size": 1319420, - "checksum": "SHA-256:b23fdcb001d8b66136c4bb02e368fe73065d30fd15f590682860ee0528cac407" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.48.zip", + "archiveFileName": "mDash-1.0.48.zip", + "size": 227597, + "checksum": "SHA-256:9edda96796d061e3ac8f1fb3d8e0e213f4af38979accefda111eb3140281782c" }, { - "name": "Simple Repository IO", - "version": "1.0.3", - "author": "Iago \u0026lt;iago@iaspp.com\u0026gt;", - "maintainer": "Iago \u0026lt;iago@iaspp.com\u0026gt;", - "sentence": "A simple IO controller", - "paragraph": "IO repository for improved communication with other devices.", - "website": "https://github.com/iagows/arduino_io", - "category": "Signal Input/Output", + "name": "mDash", + "version": "1.0.49", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/iagows/arduino_io.git", + "repository": "https://github.com/cesanta/mDash.git", "providesIncludes": [ - "iorepo.h" + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-1.0.3.zip", - "archiveFileName": "Simple_Repository_IO-1.0.3.zip", - "size": 5965, - "checksum": "SHA-256:6fed875634c67e00a4995b8ef1a77d8d36cbc50e7df9ce4aab798b35ae523b2e" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.0.49.zip", + "archiveFileName": "mDash-1.0.49.zip", + "size": 359665, + "checksum": "SHA-256:c56c3a42efe8e62df4b2bb87475fe662bfb75224b5f298e65961da3cc205769f" }, { - "name": "TheTroll", - "version": "1.0.2", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "mDash", + "version": "1.1.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.2.zip", - "archiveFileName": "TheTroll-1.0.2.zip", - "size": 10674, - "checksum": "SHA-256:3683eadc2fbb749b98f9bfd3b723c70c9618f05285d470da833dcc2528d0d8ac" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.0.zip", + "archiveFileName": "mDash-1.1.0.zip", + "size": 359541, + "checksum": "SHA-256:641b34e883846d03eca4b4f962fbaad928ac414c2f45cf427bf217b0b8905466" }, { - "name": "TheTroll", - "version": "1.0.4", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "mDash", + "version": "1.1.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.4.zip", - "archiveFileName": "TheTroll-1.0.4.zip", - "size": 118806, - "checksum": "SHA-256:21cb0b9f35d1e29b6c6e6b8bea0a9bb5afe522b3fe5a5e2ec921698b6c1b3f52" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.2.zip", + "archiveFileName": "mDash-1.1.2.zip", + "size": 351446, + "checksum": "SHA-256:488f00fc0ed8cb1da28ca986a9e2690e40dd64b3dab11f31e4a7b887d1d9d61c" }, { - "name": "TheTroll", - "version": "1.0.6", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "mDash", + "version": "1.1.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.6.zip", - "archiveFileName": "TheTroll-1.0.6.zip", - "size": 8095392, - "checksum": "SHA-256:80eb93ef705503d3745d6a543e67fb550857354b5a4ec8b30b61d5329e2d1732" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.3.zip", + "archiveFileName": "mDash-1.1.3.zip", + "size": 347891, + "checksum": "SHA-256:cac63ff68de12f2ea881fc80ce1f3a1d19e2be1845cff4cbfb05a2250c9a6ed6" }, { - "name": "TheTroll", - "version": "1.0.7", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "mDash", + "version": "1.1.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.7.zip", - "archiveFileName": "TheTroll-1.0.7.zip", - "size": 17295860, - "checksum": "SHA-256:7cd0ae06a8f687244aec75c00f89b9ecf012e08db5299292180c9e904a12d3b3" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.5.zip", + "archiveFileName": "mDash-1.1.5.zip", + "size": 351327, + "checksum": "SHA-256:06abb542d3a9713f242f57593f74a19fcc3b9d42089a9c82af80998475c0299e" }, { - "name": "TheTroll", - "version": "1.0.8", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "mDash", + "version": "1.1.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.8.zip", - "archiveFileName": "TheTroll-1.0.8.zip", - "size": 17295798, - "checksum": "SHA-256:564b4910676b748c983953b8c7a7904e9f9bead905fb66e8a3f4f9208b757396" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.7.zip", + "archiveFileName": "mDash-1.1.7.zip", + "size": 353287, + "checksum": "SHA-256:80d241aa67709ff24220f18f7be1e0670d175c7c8a644e506584ae46c55d0d3b" }, { - "name": "TheTroll", - "version": "1.0.9", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "mDash", + "version": "1.1.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.9.zip", - "archiveFileName": "TheTroll-1.0.9.zip", - "size": 17297730, - "checksum": "SHA-256:d37980a4f4572073fe7c860487e4717d5048d993696994e35bdfce88f80761d0" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.8.zip", + "archiveFileName": "mDash-1.1.8.zip", + "size": 356342, + "checksum": "SHA-256:0122334627b5361d9a1ad5804648d20b6e0f7074bc0bc83a7b76203e729acee1" }, { - "name": "TheTroll", - "version": "1.0.10", - "author": "LeRoy Miller", - "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", - "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", - "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", - "website": "https://github.com/kd8bxp/TheTroll", + "name": "mDash", + "version": "1.1.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/kd8bxp/TheTroll.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.10.zip", - "archiveFileName": "TheTroll-1.0.10.zip", - "size": 17297936, - "checksum": "SHA-256:885abbc36f6b98b88e249c8b14d5e94d72454e8656046bf6a93cefdce57a94dd" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.10.zip", + "archiveFileName": "mDash-1.1.10.zip", + "size": 347341, + "checksum": "SHA-256:9b459058ea36ab047ed6629d3b136247f74b061ab864050c8456b50971bd0230" }, { - "name": "Ambient ESP32 ESP8266 lib", - "version": "0.0.2", - "author": "Ambient Data", - "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", - "sentence": "Ambient library for Arduino ESP32 and ESP8266.", - "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", - "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "name": "mDash", + "version": "1.1.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.2.zip", - "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.2.zip", - "size": 59536, - "checksum": "SHA-256:0ccfe7badc7ac44c77dd3060008f8c8ab04b519af0617813356bd3935d9a5d52" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.11.zip", + "archiveFileName": "mDash-1.1.11.zip", + "size": 347341, + "checksum": "SHA-256:213777b1bb96ae55de50efbbc3a43b0ded2a4d24408953c25ffd2059f6f589f0" }, { - "name": "Ambient ESP32 ESP8266 lib", - "version": "0.0.3", - "author": "Ambient Data", - "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", - "sentence": "Ambient library for Arduino ESP32 and ESP8266.", - "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", - "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "name": "mDash", + "version": "1.2.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.3.zip", - "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.3.zip", - "size": 65583, - "checksum": "SHA-256:b910f053f455ac33cdf4b65ebf42ecb7ee1215f5f5fd4f4c99be8aa21b3931b4" - }, - { - "name": "Ambient ESP32 ESP8266 lib", - "version": "0.0.4", - "author": "Ambient Data", - "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", - "sentence": "Ambient library for Arduino ESP32 and ESP8266.", - "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", - "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.4.zip", - "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.4.zip", - "size": 65625, - "checksum": "SHA-256:00e3de4e5942028f97f0e2c3ac6c5c22860409389927475938e64f010d3a028a" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.0.zip", + "archiveFileName": "mDash-1.2.0.zip", + "size": 325156, + "checksum": "SHA-256:3065e270db96a1bd5eb5f15b3245562c9ecd270b0cfd51f03213a1f0ab993231" }, { - "name": "Ambient ESP32 ESP8266 lib", - "version": "0.0.5", - "author": "Ambient Data", - "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", - "sentence": "Ambient library for Arduino ESP32 and ESP8266.", - "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", - "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "name": "mDash", + "version": "1.2.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.5.zip", - "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.5.zip", - "size": 65631, - "checksum": "SHA-256:1c619233b0b05dece9819d337d04bbf2799ee21892509e4435af4f4afc896ac0" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.1.zip", + "archiveFileName": "mDash-1.2.1.zip", + "size": 329361, + "checksum": "SHA-256:9265d38ac21d8527a2eb89f0d02c78efb1195c6e9815e47f0eadc4382388c4be" }, { - "name": "Ambient ESP32 ESP8266 lib", - "version": "0.0.6", - "author": "Ambient Data", - "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", - "sentence": "Ambient library for Arduino ESP32 and ESP8266.", - "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", - "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "name": "mDash", + "version": "1.2.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.6.zip", - "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.6.zip", - "size": 65680, - "checksum": "SHA-256:79287380dd4a03ef4341fcd2bde6230316ebbb1fa18311f12082202740ce5ef1" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.2.zip", + "archiveFileName": "mDash-1.2.2.zip", + "size": 331927, + "checksum": "SHA-256:8bffdc9c15ddf87fa7d71814d8bc90663ebedb21e448f475a2c583701f039cd4" }, { - "name": "Arduino_DebugUtils", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", - "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", - "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "name": "mDash", + "version": "1.2.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.0.0.zip", - "archiveFileName": "Arduino_DebugUtils-1.0.0.zip", - "size": 18216, - "checksum": "SHA-256:10f07317d7c265ec4c4ed4c3af516e7b7b9cfd5fc78c911fe02874249aed8cf5" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.3.zip", + "archiveFileName": "mDash-1.2.3.zip", + "size": 339952, + "checksum": "SHA-256:ebbc18e86000cbfe8855cdef1fa676c429223886c3febec630122f9698ac9f9e" }, { - "name": "Arduino_DebugUtils", - "version": "0.1.2", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", - "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", - "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "name": "mDash", + "version": "1.2.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-0.1.2.zip", - "archiveFileName": "Arduino_DebugUtils-0.1.2.zip", - "size": 18216, - "checksum": "SHA-256:80cb9b277527b136d6633a5e44bd1ebda7d9262b5da88df82f33a160b30c9d84" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.4.zip", + "archiveFileName": "mDash-1.2.4.zip", + "size": 353415, + "checksum": "SHA-256:aeadf813641a11baba7a9657b207fb228211fe9f6dc7bbfdb005116eec93da28" }, { - "name": "Arduino_DebugUtils", - "version": "0.1.3", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", - "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", - "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "name": "mDash", + "version": "1.2.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-0.1.3.zip", - "archiveFileName": "Arduino_DebugUtils-0.1.3.zip", - "size": 19815, - "checksum": "SHA-256:781cb8480180d4e5ae753cb7effe28ffe51b97a72604f0974bd1ba2c53aac415" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.5.zip", + "archiveFileName": "mDash-1.2.5.zip", + "size": 356262, + "checksum": "SHA-256:ddfe0cbd1623420563c1b713b728d2bac99cf09ca5157ccd9b2c46fbc326a21d" }, { - "name": "Arduino_DebugUtils", - "version": "1.1.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", - "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", - "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "name": "mDash", + "version": "1.2.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.1.0.zip", - "archiveFileName": "Arduino_DebugUtils-1.1.0.zip", - "size": 19814, - "checksum": "SHA-256:42cfdc987302e8fcb64f161ee298179d5e94fc797c873a3852a8e47c2e9ecbc5" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.6.zip", + "archiveFileName": "mDash-1.2.6.zip", + "size": 356579, + "checksum": "SHA-256:37a008372528523fe7701b7e41b0d52ecea16c9f9499ca664a20019d8a74d3a8" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.1.0", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.0.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.1.0.zip", - "size": 26081, - "checksum": "SHA-256:475083fbe911faccc9f09c11d1b286193f0e40dc4c803a5136a51d0e8d8dd6ed" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.7.zip", + "archiveFileName": "mDash-1.2.7.zip", + "size": 356584, + "checksum": "SHA-256:eaebae9f804be1533c2f3786b2fa0ddbcfc70091fa737a55acc80866db9fd186" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.1.2", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.2.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.1.2.zip", - "size": 26101, - "checksum": "SHA-256:4298a7839331b32bb16cfbcc581362158b9b0e4eb7060d2730bc22481021314e" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.8.zip", + "archiveFileName": "mDash-1.2.8.zip", + "size": 357251, + "checksum": "SHA-256:cb32c550598226e6303a78774fdde3442f6e3a69ae20d70a9d6f9ed08f656ebb" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.1.3", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.3.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.1.3.zip", - "size": 26152, - "checksum": "SHA-256:028956d96491a5216751548ef9f69aa479b0a77426b8c1404d3dccbb68999fd0" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.9.zip", + "archiveFileName": "mDash-1.2.9.zip", + "size": 362356, + "checksum": "SHA-256:da271b245e4823448ca1aa5b9a533451c2e6bfdfc3ed1f1ffb62ab876c676cdc" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.1.4", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.4.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.1.4.zip", - "size": 26296, - "checksum": "SHA-256:4a83356d89105992905e3e78a695e6c8b60a4905ab2b911e6df15fb4837760f6" + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.10.zip", + "archiveFileName": "mDash-1.2.10.zip", + "size": 362243, + "checksum": "SHA-256:18111a4279dcf206b641305d7b466cc5192c60f8055a9ea5ee19f11437fe6d39" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.2.0", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.2.0.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.2.0.zip", - "size": 29729, - "checksum": "SHA-256:46f0e2852fc961d8f74a4820afbe968f8c652f6189d4c2ff5f1cb47da16d5af1" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.11.zip", + "archiveFileName": "mDash-1.2.11.zip", + "size": 551707, + "checksum": "SHA-256:faa2397ba34bf4bc08ddc282bba7cc486d3def9d713ceaa78a91686358bc7b10" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.3.1", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.12", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.1.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.3.1.zip", - "size": 29813, - "checksum": "SHA-256:b182f9c7ac0f782f540df68f3400fc3e72a0852bd2a4334ad9ee5c74742dcc69" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.12.zip", + "archiveFileName": "mDash-1.2.12.zip", + "size": 538374, + "checksum": "SHA-256:e06afead88aae946cc2dd23306907805629b24a82cb470cf3b0bf57589ab21a0" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.3.2", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.13", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.2.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.3.2.zip", - "size": 29813, - "checksum": "SHA-256:d4ac2e868289d07306a38e903e030bb7233274713a0b476ae70c2639816960cc" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.13.zip", + "archiveFileName": "mDash-1.2.13.zip", + "size": 538492, + "checksum": "SHA-256:872c3f14775ce6e4bf8e55741696e11cfab73b1acad5fb22c699f87b9aa12631" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.3.3", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.14", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.3.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.3.3.zip", - "size": 29743, - "checksum": "SHA-256:d65f2ebaa4553058b5bc883b211d6a1f6834de67582e205bd230b990e465d8cc" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.14.zip", + "archiveFileName": "mDash-1.2.14.zip", + "size": 539533, + "checksum": "SHA-256:1043b12fb021a5981ba280a03c5f71899c4fac4b9f393e85df8f2b400ced4918" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.0", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.1.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.0.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.0.zip", - "size": 35522, - "checksum": "SHA-256:0d10c1b10ff8ac57aebb95486f95ddedeff660998c389f831494a54417cc4fb6" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.4.zip", + "archiveFileName": "mDash-1.1.4.zip", + "size": 353086, + "checksum": "SHA-256:4d4d08ec7d410c8ca3e013fa9b2b464fbf1842deeaef336598b368117f601eb1" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.1", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.1.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.1.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.1.zip", - "size": 35483, - "checksum": "SHA-256:71772f7d3ee8b6d1a17649d017d4a95279e50773c0ce4c91bc1b9b14e1dc84a1" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.6.zip", + "archiveFileName": "mDash-1.1.6.zip", + "size": 353286, + "checksum": "SHA-256:5497ed2ff9558cdcc803efe8d6c19770e807eb60f6d895c12321360c31dc6f9d" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.2", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.1.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", "esp32", "esp8266" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.2.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.2.zip", - "size": 29742, - "checksum": "SHA-256:346f15a6753b029998ebf19614649195b8f4a5e6cc4d3932bc9faafd5fefa4c6" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.1.9.zip", + "archiveFileName": "mDash-1.1.9.zip", + "size": 344702, + "checksum": "SHA-256:4417a1a7975c85dad360cf3b9b419936f43ab6624841c5c067f57e2c95a1da4a" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.3", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.15", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", - "esp32", - "esp8266" + "esp32" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.3.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.3.zip", - "size": 35525, - "checksum": "SHA-256:491aca60577cb4febc152bfbd74af63783002c3b51a74975d727db848e774cae" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.15.zip", + "archiveFileName": "mDash-1.2.15.zip", + "size": 791549, + "checksum": "SHA-256:81676f3e1cced7d3db5befe083ddbd4ebb6dbd9170c979ccf0370aee77cd4a42" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.4", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "name": "mDash", + "version": "1.2.16", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Remote control and OTA for ESP32 via mdash.net IoT backend", + "paragraph": "Provides OTA, MQTT, device shadow, Filesystem management for ESP32", + "website": "https://github.com/cesanta/mDash", "category": "Communication", "architectures": [ - "samd", - "esp32", - "esp8266" + "esp32" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } + "repository": "https://github.com/cesanta/mDash.git", + "providesIncludes": [ + "mDash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.4.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.4.zip", - "size": 35515, - "checksum": "SHA-256:d288cf5cd64467f16ca3e60333b0e915e8722a390ec651a0e50ff2e51ab83f7e" + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mDash-1.2.16.zip", + "archiveFileName": "mDash-1.2.16.zip", + "size": 88015, + "checksum": "SHA-256:aa17d54d5f728cf35c003dffe196bcaf5782a2760f0248593defc39e027380b9" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.5", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", - "category": "Communication", + "name": "LiquidCrystal", + "version": "1.0.0", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", "architectures": [ - "samd", - "esp32", - "esp8266" + "*" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.5.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.5.zip", - "size": 33695, - "checksum": "SHA-256:e45dc9010ab2d70205258e16154c52ea572a7261d8a90f3203dd360c7dd3824f" + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.0.zip", + "archiveFileName": "LiquidCrystal-1.0.0.zip", + "size": 18994, + "checksum": "SHA-256:b2702650b965dc5a18330560077f5fb85cea2455dfdcc8a03c2080878c384058" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.6", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", - "category": "Communication", + "name": "LiquidCrystal", + "version": "1.0.1", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", "architectures": [ - "samd", - "esp32", - "esp8266" + "*" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.6.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.6.zip", - "size": 31736, - "checksum": "SHA-256:56a14ae77719ccdde84c32531dbc370e06af39cd6e84f0c6b01a8781e61780b3" + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.1.zip", + "archiveFileName": "LiquidCrystal-1.0.1.zip", + "size": 18989, + "checksum": "SHA-256:b060fec7e801c55624df55011e8663c922cbda2b85d0a4003f11c3dc2e015f43" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.7", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", - "category": "Communication", + "name": "LiquidCrystal", + "version": "1.0.2", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", "architectures": [ - "samd", - "esp32", - "esp8266" + "*" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.7.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.7.zip", - "size": 32122, - "checksum": "SHA-256:52c539383a5f3f767663bbc46659ec2e2f4c66279f5ac603d72dcdc327cef5aa" + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.2.zip", + "archiveFileName": "LiquidCrystal-1.0.2.zip", + "size": 19068, + "checksum": "SHA-256:8b43d7492228318a894012296449b2dc168c6db068b44e6a09ec9b616ddb0735" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.8", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", - "category": "Communication", + "name": "LiquidCrystal", + "version": "1.0.3", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", "architectures": [ - "samd", - "esp32", - "esp8266" + "*" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.8.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.8.zip", - "size": 32158, - "checksum": "SHA-256:8184a8a1aff6708f2bc753c9013b43c6658c065295df91ea48114e9122c0b854" + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.3.zip", + "archiveFileName": "LiquidCrystal-1.0.3.zip", + "size": 19060, + "checksum": "SHA-256:2a25d6e9093f645356cc5fe89c8c9a832093665f11b7e1b5921ad6e678c86643" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.4.9", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", - "category": "Communication", + "name": "LiquidCrystal", + "version": "1.0.4", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.", + "paragraph": "This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", "architectures": [ - "samd", - "esp32", - "esp8266" + "*" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.9.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.4.9.zip", - "size": 32176, - "checksum": "SHA-256:1288400d1b23d15cb6f82262e32fc61ffc0ffbc3b0c898840c38db6134e2fa02" + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.4.zip", + "archiveFileName": "LiquidCrystal-1.0.4.zip", + "size": 19095, + "checksum": "SHA-256:eae3cdcd6fd0117413a11d4a1b332bd5bd633cc6f00b0ce4d9dd6f2e3d397e14" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.5.0", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", - "category": "Communication", + "name": "LiquidCrystal", + "version": "1.0.6", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", + "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", "architectures": [ - "samd", - "esp32", - "esp8266" + "*" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.5.0.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.5.0.zip", - "size": 32195, - "checksum": "SHA-256:57cebb24c448895542a532195fef857e76e4b432d13e2c7f277de52553fad0c7" + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.6.zip", + "archiveFileName": "LiquidCrystal-1.0.6.zip", + "size": 19942, + "checksum": "SHA-256:7427f8de266f0d6a741356d21e7072e9b62835f2b6948ebab7c63a960c48433b" }, { - "name": "Arduino_ConnectionHandler", - "version": "0.5.1", - "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", - "maintainer": "Arduino.cc", - "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", - "paragraph": "Originally part of ArduinoIoTCloud", - "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", - "category": "Communication", + "name": "LiquidCrystal", + "version": "1.0.7", + "author": "Arduino, Adafruit", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", + "paragraph": "This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", "architectures": [ - "samd", - "esp32", - "esp8266" + "*" ], "types": [ "Arduino" ], - "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", - "dependencies": [ - { - "name": "Arduino_DebugUtils" - }, - { - "name": "WiFi101" - }, - { - "name": "WiFiNINA" - }, - { - "name": "MKRGSM" - }, - { - "name": "MKRNB" - }, - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.5.1.zip", - "archiveFileName": "Arduino_ConnectionHandler-0.5.1.zip", - "size": 32223, - "checksum": "SHA-256:d41a6bc6e66424855c6a451abfb4a21c06ae4422239c1bc1889e2b47fcb7dd85" + "repository": "https://github.com/arduino-libraries/LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.7.zip", + "archiveFileName": "LiquidCrystal-1.0.7.zip", + "size": 19947, + "checksum": "SHA-256:f7b14c42afbbdcfbe66073e6ef1e4cbaa03f5d11f52f9ab91c916b6ccac38434" }, { - "name": "SparkFun Qwiic Relay Arduino Library", + "name": "GSM", "version": "1.0.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Quad and Single Relay Boards", - "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", - "category": "Device Control", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", - "size": 9701, - "checksum": "SHA-256:d358ad87372e837e5a0610b6ca1201c24e3ada8d1c3ca86d7908fb235a81eb89" + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.0.zip", + "archiveFileName": "GSM-1.0.0.zip", + "size": 132583, + "checksum": "SHA-256:9598ab9a3c0c08aa494e69f73d760204a52b461e1b213b496f1ee3a941ecd6ed" }, { - "name": "SparkFun Qwiic Relay Arduino Library", + "name": "GSM", "version": "1.0.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Quad and Single Relay Boards", - "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", - "category": "Device Control", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", - "size": 14644, - "checksum": "SHA-256:2c0a303cd67271025d55feaaed72c9abd17dae2a507f29d95a9492bf6df81c2a" + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.1.zip", + "archiveFileName": "GSM-1.0.1.zip", + "size": 132583, + "checksum": "SHA-256:33fdacf2190901499210ff249ca5a4cdd1a34053c6b7030a074f17b1e7f98993" }, { - "name": "SparkFun Qwiic Relay Arduino Library", - "version": "1.1.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Quad and Single Relay Boards", - "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", - "category": "Device Control", + "name": "GSM", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", - "size": 16498, - "checksum": "SHA-256:44e02598a4917334c3ff692d86bf0fc81d0df5cccd3360c3637fc3331c40b67b" + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.2.zip", + "archiveFileName": "GSM-1.0.2.zip", + "size": 151947, + "checksum": "SHA-256:6ed6f7b63a52b6e7a30bbb4ff07746fbd564f694f2fa39a21036ce119dd6790d" }, { - "name": "SparkFun Qwiic Relay Arduino Library", - "version": "1.2.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Quad, Dual and Single Relay Boards", - "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", - "category": "Device Control", + "name": "GSM", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.2.0.zip", - "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.2.0.zip", - "size": 18265, - "checksum": "SHA-256:1e4015c6c304df1b5d300464dc71cafc8b6122e95143c2b1b5d7560ea5bf0c6f" + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.3.zip", + "archiveFileName": "GSM-1.0.3.zip", + "size": 151987, + "checksum": "SHA-256:ce8764432efe430a7862c7e18d2c41cd2ea8a72fcb9f0a3ef23b36ec84cc167d" }, { - "name": "Serde", - "version": "0.0.1", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Send / receive structured data across Streams on Arduino", - "website": "https://github.com/FortySevenEffects/serde", + "name": "GSM", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/FortySevenEffects/serde.git", - "providesIncludes": [ - "serde.h" + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.0.1.zip", - "archiveFileName": "Serde-0.0.1.zip", - "size": 8221, - "checksum": "SHA-256:28a559c3140f924b1da792e03e3eb548e4ba83070018518282001b470c2c9987" + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.4.zip", + "archiveFileName": "GSM-1.0.4.zip", + "size": 152028, + "checksum": "SHA-256:7842706d5dbfab9f0159054e49cbdd5c22fa11311d241bd252fd0787a967cb8f" }, { - "name": "Serde", - "version": "0.1.0", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Exchange structured data between Arduino boards", - "website": "https://github.com/FortySevenEffects/serde", + "name": "GSM", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield. For all Arduino boards BUT Arduino DUE.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/FortySevenEffects/serde.git", - "providesIncludes": [ - "serde.h" + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.1.0.zip", - "archiveFileName": "Serde-0.1.0.zip", - "size": 21018, - "checksum": "SHA-256:77257caf0ebaf310d278e053b8b8de1a0047d11896d5c1f85b316c16d5de7cf4" + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.5.zip", + "archiveFileName": "GSM-1.0.5.zip", + "size": 151940, + "checksum": "SHA-256:3fbbb7b903b5efb4fc61c823754ab31a4e6c2349e721439cafefaa9bd7dbf549" }, { - "name": "Serde", - "version": "0.2.0", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Exchange structured data between Arduino boards", - "website": "https://github.com/FortySevenEffects/serde", + "name": "GSM", + "version": "1.0.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Enables GSM/GRPS network connection using the Arduino GSM Shield.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.\u003c/br\u003eThis library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.\u003c/br\u003e", + "website": "https://www.arduino.cc/en/Reference/GSM", "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/FortySevenEffects/serde.git", - "providesIncludes": [ - "serde.h" + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.2.0.zip", - "archiveFileName": "Serde-0.2.0.zip", - "size": 21741, - "checksum": "SHA-256:0e2d776d751ad637f07faf86f24c86e493354c174ec9db86e618910fa4560e3f" + "repository": "https://github.com/arduino-libraries/GSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/GSM-1.0.6.zip", + "archiveFileName": "GSM-1.0.6.zip", + "size": 151923, + "checksum": "SHA-256:716920a84715d8cde6997e676174eb088e0855395065de9c7239d18e92cfceb1" }, { - "name": "Serde", - "version": "0.3.0", - "author": "Francois Best", - "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", - "sentence": "Exchange structured data between Arduino boards", - "website": "https://github.com/FortySevenEffects/serde", + "name": "PhysicsLabFirmware", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware for the Physics Lab kit.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino/PhysicsLabFirmware", "category": "Communication", "architectures": [ - "*" + "samd" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/FortySevenEffects/serde.git", + "repository": "https://github.com/arduino-libraries/PhysicsLabFirmware.git", "providesIncludes": [ - "serde.h" + "PhysicsLabFirmware.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.3.0.zip", - "archiveFileName": "Serde-0.3.0.zip", - "size": 29058, - "checksum": "SHA-256:dd98a337550367c7b8d6b0ec179effa06c75a806df60e2103b2b8796010134a2" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/PhysicsLabFirmware-1.0.0.zip", + "archiveFileName": "PhysicsLabFirmware-1.0.0.zip", + "size": 8188, + "checksum": "SHA-256:c81f39e076d9a4fcd54d6c270a1a6538e1f5eafc3d1a0bb3fc5356aee2c25222" }, { - "name": "SimpleHOTP", + "name": "CTC GO CORE", "version": "1.0.0", - "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", - "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", - "website": "https://github.com/jlusPrivat/SimpleHOTP", - "category": "Data Processing", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.0.zip", - "archiveFileName": "SimpleHOTP-1.0.0.zip", - "size": 16094, - "checksum": "SHA-256:d89d88e21096115103a06a829d791aef203e218659d7b192576450de903bef38" + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.0.0.zip", + "archiveFileName": "CTC_GO_CORE-1.0.0.zip", + "size": 63660, + "checksum": "SHA-256:f1fc71d934ac10871f635f8cd16083656bf95e48625b4ad312fe0838ec153d46" }, { - "name": "SimpleHOTP", - "version": "1.0.1", - "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", - "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", - "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", - "website": "https://github.com/jlusPrivat/SimpleHOTP", - "category": "Data Processing", + "name": "CTC GO CORE", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.1.zip", - "archiveFileName": "SimpleHOTP-1.0.1.zip", - "size": 16126, - "checksum": "SHA-256:eeda9a60b5b779316532f4ac6f9eb912bebd78f89ee44b187a75720419dd0744" + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.1.0.zip", + "archiveFileName": "CTC_GO_CORE-1.1.0.zip", + "size": 63159, + "checksum": "SHA-256:6872baac118f7408e66fb4690ea4fc4aaa1499c57e6ac7a6ca5c26f628713ae5" }, { - "name": "StarterRemote", - "version": "1.0.0", - "author": "Mihail Vratchanski", - "maintainer": "Mihail Vratchanski \u003cmivrkiki@gmail.com\u003e", - "sentence": "IR remote library for mini sumo (and sumo, tracker etc.) start modules.", - "paragraph": "This library allows the use of any Arduino board as an IR remote for starting, stopping and programming a start module. The protocol can be found on startmodule.com. If you want to know more about the project or report bugs, etc. please visit the project page at: https://gitlab.com/robostarter.", - "website": "https://gitlab.com/robostarter/starterremote", - "category": "Communication", + "name": "CTC GO CORE", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", "architectures": [ "*" ], "types": [ - "Contributed" - ], - "repository": "https://gitlab.com/robostarter/starterremote.git", - "providesIncludes": [ - "StarterRemote.h" + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/robostarter/StarterRemote-1.0.0.zip", - "archiveFileName": "StarterRemote-1.0.0.zip", - "size": 3631, - "checksum": "SHA-256:abfc9403f4f49063ff2d9b0cf0f095da6a00c5b01f87c29cd83b3a2b9c0abf7f" + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.2.0.zip", + "archiveFileName": "CTC_GO_CORE-1.2.0.zip", + "size": 62089, + "checksum": "SHA-256:536b33d10cbc6632e457c655e3a7765ab41d18b4d09cc75bea5eec8a4aeeaf40" }, { - "name": "Adafruit VCNL4040", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", - "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_VCNL4040", - "category": "Sensors", + "name": "CTC GO CORE", + "version": "1.3.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.0.zip", - "archiveFileName": "Adafruit_VCNL4040-1.0.0.zip", - "size": 10290, - "checksum": "SHA-256:6133a542b396f95b8bbcbda5a02f9135dfb3e334e87265dceea7ba202faca8a1" + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.3.0.zip", + "archiveFileName": "CTC_GO_CORE-1.3.0.zip", + "size": 62089, + "checksum": "SHA-256:72b0f3f67a98d4792b80118878ceaf33a289e4b02ca52f3e8527f9c77cb8b8f3" }, { - "name": "Adafruit VCNL4040", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", - "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_VCNL4040", - "category": "Sensors", + "name": "CTC GO CORE", + "version": "1.4.0", + "author": "Arduino", + "maintainer": "Lenard \u003clenard@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Core Module", + "website": "https://github.com/bcmi-labs/CTC-Go-Core-Module.git", + "category": "Other", "architectures": [ "*" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.1.zip", - "archiveFileName": "Adafruit_VCNL4040-1.0.1.zip", - "size": 498484, - "checksum": "SHA-256:c227def71bd51377b3c4f913a5a846ad4f9ceb3e91576a76a0c257aa5977d8d1" + "repository": "https://github.com/arduino-libraries/CTC-Go-Core-Module.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_CORE-1.4.0.zip", + "archiveFileName": "CTC_GO_CORE-1.4.0.zip", + "size": 62097, + "checksum": "SHA-256:4aaa85f3e9cfcc0c86336adbfd532cf3a6f473968af5fa83b75b57536f142810" }, { - "name": "EmotiBit BMI160", - "version": "0.1.0", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", - "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", - "website": "https://github.com/EmotiBit/BMI160-Arduino", + "name": "Arduino_MKRGPS", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the location from the GPS on your MKR GPS shield.", + "website": "http://github.com/arduino-libraries/Arduino_MKRGPS", "category": "Sensors", "architectures": [ - "*" + "samd" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.1.0.zip", - "archiveFileName": "EmotiBit_BMI160-0.1.0.zip", - "size": 4202392, - "checksum": "SHA-256:830822240c85144de45ef89b1b8e37f82370517527ddcd6d3e61111598855253" + "repository": "https://github.com/arduino-libraries/Arduino_MKRGPS.git", + "providesIncludes": [ + "Arduino_MKRGPS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRGPS-1.0.0.zip", + "archiveFileName": "Arduino_MKRGPS-1.0.0.zip", + "size": 18836, + "checksum": "SHA-256:ef3ba6a4b97a81a1d1ae10747bbb440ab3e001af4fd942dfc61e51a09e402f88" }, { - "name": "EmotiBit BMI160", - "version": "0.3.0", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", - "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", - "website": "https://github.com/EmotiBit/BMI160-Arduino", - "category": "Sensors", + "name": "FixedPoint_LUT", + "version": "1.0.0", + "author": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", + "maintainer": "Pantastisch \u003chttps://github.com/Pantastisch\u003e", + "sentence": "Use FixedPoint_LUT to replace highly runtime intensive calculation times", + "paragraph": "FixedPoint_LUT uses LUTs to search for values in an array and make simple calculations rather then calculate complex mathematical functions", + "website": "https://github.com/Pantastisch/FixedPoint_LUT", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.0.zip", - "archiveFileName": "EmotiBit_BMI160-0.3.0.zip", - "size": 4203953, - "checksum": "SHA-256:2e3c5117c52420f0c45a9508a43f0c2565aa12f7902c0bce7d296682df26820b" + "repository": "https://github.com/Pantastisch/FixedPoint_LUT.git", + "providesIncludes": [ + "LUT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Pantastisch/FixedPoint_LUT-1.0.0.zip", + "archiveFileName": "FixedPoint_LUT-1.0.0.zip", + "size": 18516, + "checksum": "SHA-256:4572eb8e4889518d180123c3935b19b2965c8c7dff4506f5a830894889a07a99" }, { - "name": "EmotiBit BMI160", - "version": "0.3.1", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", - "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", - "website": "https://github.com/EmotiBit/BMI160-Arduino", - "category": "Sensors", + "name": "toneAC", + "version": "1.5.0", + "author": "Tim Eckel \u003ctim@leethost.com\u003e", + "maintainer": "Tim Eckel \u003ctim@leethost.com\u003e", + "sentence": "Replacement to the standard tone library with many advantages", + "paragraph": "Replacement to the standard tone library with many advantages", + "website": "https://github.com/teckel12/arduino-toneac", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.1.zip", - "archiveFileName": "EmotiBit_BMI160-0.3.1.zip", - "size": 4204037, - "checksum": "SHA-256:7d6a751b3a46dfb1c5db736dc27de984d2468819be40db8b9cfd0aeefeca899f" + "repository": "https://github.com/teckel12/arduino-toneac.git", + "providesIncludes": [ + "toneAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teckel12/toneAC-1.5.0.zip", + "archiveFileName": "toneAC-1.5.0.zip", + "size": 12112, + "checksum": "SHA-256:9c001b29ad3fe6551611dfd4f30dca51f92debd61fd9428a8e5230395c92b74b" }, { - "name": "EmotiBit BMI160", - "version": "0.3.2", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", - "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", - "website": "https://github.com/EmotiBit/EmotiBit_BMI160", - "category": "Sensors", + "name": "WarmCat6x14backpack", + "version": "0.9.0", + "author": "WarmCatUK", + "maintainer": "WarmCatUK \u003cwaynekjones@gmail.com\u003e", + "sentence": "Library for the WarmCat i2c 6x14 segment alphanumeric display backpack", + "paragraph": "Install this library to interface with WarmCat's 6 digit alphanumeric backpacks", + "website": "https://github.com/WarmCatUK/WarmCat6x14backpack", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.2.zip", - "archiveFileName": "EmotiBit_BMI160-0.3.2.zip", - "size": 4204036, - "checksum": "SHA-256:1df0c53e039db0fcfb0f49293e3e734b2753327da482b1ba0e5b19fda836c81e" + "repository": "https://github.com/WarmCatUK/WarmCat_6x14Backpack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WarmCatUK/WarmCat6x14backpack-0.9.0.zip", + "archiveFileName": "WarmCat6x14backpack-0.9.0.zip", + "size": 6305, + "checksum": "SHA-256:470909759ad8ef8090c7d6d97eb5c8d315b9801d765ef0bcf578247cf891fc44" }, { - "name": "AceTime", - "version": "0.1.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time and timezones from the TZ Database.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and provide a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "WarmCat6x14backpack", + "version": "0.9.3", + "author": "WarmCatUK", + "maintainer": "WarmCatUK \u003cwaynekjones@gmail.com\u003e", + "sentence": "Library for the WarmCat i2c 6x14 segment alphanumeric display backpack", + "paragraph": "Install this library to interface with WarmCat's 6 digit alphanumeric backpacks", + "website": "https://github.com/WarmCatUK/WarmCat_6x14Backpack", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.1.0.zip", - "archiveFileName": "AceTime-0.1.0.zip", - "size": 10200363, - "checksum": "SHA-256:7725bca0d01107c4b047e29c7746b53407fd17cca2fea4354cfb49dc40ea28a7" + "repository": "https://github.com/WarmCatUK/WarmCat_6x14Backpack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WarmCatUK/WarmCat6x14backpack-0.9.3.zip", + "archiveFileName": "WarmCat6x14backpack-0.9.3.zip", + "size": 6629, + "checksum": "SHA-256:8d62079bf0d5b274c9e3bb80bd6114954fd7c65979b2eee68e4830e30cd503da" }, { - "name": "AceTime", - "version": "0.3.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "Computherm RF Library", + "version": "0.1.0", + "author": "Denxhun", + "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", + "sentence": "Arduino library for Computherm Q8RF thermostat.", + "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", + "website": "https://github.com/denxhun/ComputhermRF", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.0.zip", - "archiveFileName": "AceTime-0.3.0.zip", - "size": 3821139, - "checksum": "SHA-256:1904a2ba91c6414f7dda350c2879df391667abb797edfcc02c976604b128cba9" + "repository": "https://github.com/denxhun/ComputhermRF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.0.zip", + "archiveFileName": "Computherm_RF_Library-0.1.0.zip", + "size": 6685, + "checksum": "SHA-256:c7f43323f319d6064654ebae0e5ac254a968106234152857be333e2ca9928712" }, { - "name": "AceTime", - "version": "0.3.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "Computherm RF Library", + "version": "0.1.2", + "author": "Denxhun", + "maintainer": "Denxhun \u003cdenxhun@gmail.com\u003e", + "sentence": "Arduino library for Computherm Q8RF thermostat.", + "paragraph": "Arduino library for sending, receiving and decode 868 MHz data package of Computherm Q8RF thermostat", + "website": "https://github.com/denxhun/ComputhermRF", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.1.zip", - "archiveFileName": "AceTime-0.3.1.zip", - "size": 3815386, - "checksum": "SHA-256:bdcd1ef7fdce73f0d83c6bdab308f4ecc5aba0c72f4df9af8bbd410f300b7efb" + "repository": "https://github.com/denxhun/ComputhermRF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/denxhun/Computherm_RF_Library-0.1.2.zip", + "archiveFileName": "Computherm_RF_Library-0.1.2.zip", + "size": 6774, + "checksum": "SHA-256:66d7f137e0533256501673baa4d30b2dea0b3b0e4e309b8944869f8f40fefe61" }, { - "name": "AceTime", - "version": "0.4.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "rastr", + "version": "0.1.0", + "author": "Vincenzo Pacella", + "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", + "sentence": "A small, lightweight header-only graphics library", + "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", + "website": "https://github.com/shaduzlabs/arduino-rastr", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.4.0.zip", - "archiveFileName": "AceTime-0.4.0.zip", - "size": 3859383, - "checksum": "SHA-256:4052e22a46f97db6ce53a8dbd0f5a6b39ee99676d9c9232dede2eda87369e953" + "repository": "https://github.com/shaduzlabs/arduino-rastr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.0.zip", + "archiveFileName": "rastr-0.1.0.zip", + "size": 19145, + "checksum": "SHA-256:8ae6ce05fba040bb7b1ff0d8498937d2adc14e44df10c8befeca6e3ceef8eddd" }, { - "name": "AceTime", - "version": "0.5.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "rastr", + "version": "0.1.1", + "author": "Vincenzo Pacella", + "maintainer": "Vincenzo Pacella \u003cshaduz@shaduzlabs.com\u003e", + "sentence": "A small, lightweight header-only graphics library", + "paragraph": "rastr is a lightweight graphics library that provides basic drawing primitives, uses integer arithmetic and has no external dependencies", + "website": "https://github.com/shaduzlabs/arduino-rastr", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.0.zip", - "archiveFileName": "AceTime-0.5.0.zip", - "size": 4422953, - "checksum": "SHA-256:3440984f665f4678c29888217644d2c7f7b83185f155cf26cfe3e0d487aca457" + "repository": "https://github.com/shaduzlabs/arduino-rastr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shaduzlabs/rastr-0.1.1.zip", + "archiveFileName": "rastr-0.1.1.zip", + "size": 19149, + "checksum": "SHA-256:fb7dc122a5c456a8aa4be56239b4ae7fc50244e207bc14fe81191936db4994d3" }, { - "name": "AceTime", - "version": "0.5.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "2.3.5", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.1.zip", - "archiveFileName": "AceTime-0.5.1.zip", - "size": 4674549, - "checksum": "SHA-256:fad36941ae8e4e20dbb056e12455ef4f1730e5c49d2c8ad93e5db5bad30a072f" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.3.5.zip", + "archiveFileName": "RemoteXY-2.3.5.zip", + "size": 31907, + "checksum": "SHA-256:8ec351b40bd89cc70eef2b4de2cd69cec4fe3ba93ded8916a5cd8f874daf8eba" }, { - "name": "AceTime", - "version": "0.5.2", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "2.4.2", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.2.zip", - "archiveFileName": "AceTime-0.5.2.zip", - "size": 4671123, - "checksum": "SHA-256:8e1149641af2df3d83bab77242c2ebb743772234b5bc7d7735a41d406d049e49" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.2.zip", + "archiveFileName": "RemoteXY-2.4.2.zip", + "size": 42885, + "checksum": "SHA-256:f267da08bd4b6e6e91725eefdf46d8bb1243d0fe54f78b83f5d9aa92398aae09" }, { - "name": "AceTime", - "version": "0.6.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "2.4.3", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.0.zip", - "archiveFileName": "AceTime-0.6.0.zip", - "size": 4702444, - "checksum": "SHA-256:61e1ff233cb5a7da49268a259d2bec00109105e0b3c8ab1ce0f8bd233fad1da3" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.3.zip", + "archiveFileName": "RemoteXY-2.4.3.zip", + "size": 42888, + "checksum": "SHA-256:1d17978dd207e43d6555b2893f4bea553587f54fd1d1b239c41b1fbd57608c0a" }, { - "name": "AceTime", - "version": "0.6.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "2.4.4", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.1.zip", - "archiveFileName": "AceTime-0.6.1.zip", - "size": 4825243, - "checksum": "SHA-256:7b7d10b13c6cd3ecc938b1de91f425c88096e3f22e251c220b88f031bc3dc8d0" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.4.zip", + "archiveFileName": "RemoteXY-2.4.4.zip", + "size": 42962, + "checksum": "SHA-256:fa0ad4e2ad1c037881f9d46835a8f93e045d7839532aefe87bca61c0ae6742ce" }, { - "name": "AceTime", - "version": "0.7.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "2.4.5", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.0.zip", - "archiveFileName": "AceTime-0.7.0.zip", - "size": 4855214, - "checksum": "SHA-256:8272c62356ae205bcbb63a450d07c97834d00899bb861a24b1bee628017d7881" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.5.zip", + "archiveFileName": "RemoteXY-2.4.5.zip", + "size": 43741, + "checksum": "SHA-256:854d8b2093337332704acf973c1e670fa88454bafe31a5a5cd16f659e4469ba7" }, { - "name": "AceTime", - "version": "0.7.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "2.4.6", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.1.zip", - "archiveFileName": "AceTime-0.7.1.zip", - "size": 4855893, - "checksum": "SHA-256:8153276f1bb50ae87e4d194ca3e97d6a1dd23d533abb4b4b548d42a2b3f2ee67" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-2.4.6.zip", + "archiveFileName": "RemoteXY-2.4.6.zip", + "size": 43985, + "checksum": "SHA-256:54647884b03f7563e88fafdd92f739de0e876ffad6f348615fbcc5c6a4bb0848" }, { - "name": "AceTime", - "version": "0.7.2", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "3.1.6", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.2.zip", - "archiveFileName": "AceTime-0.7.2.zip", - "size": 4857780, - "checksum": "SHA-256:d4a475530f78c0c82db5f99d15abc7b6fdf4ef17fd0b94f76897fe768834b64c" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-3.1.6.zip", + "archiveFileName": "RemoteXY-3.1.6.zip", + "size": 70128, + "checksum": "SHA-256:3ab33f74a6a8906bf8f336a8dfd27baf60cbb3bdef492efac1184c0d74b5b394" }, { - "name": "AceTime", - "version": "0.8.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "3.1.7", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.8.0.zip", - "archiveFileName": "AceTime-0.8.0.zip", - "size": 4933257, - "checksum": "SHA-256:b7b6a9649575e719dcaaa96716d76b9857c6e0784e1499a2c153436825bf3f9b" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-3.1.7.zip", + "archiveFileName": "RemoteXY-3.1.7.zip", + "size": 72680, + "checksum": "SHA-256:a6f548b5bd3535ad2229da26ed786bd93fe1fab5e4ba75ae20c4248662e35865" }, { - "name": "AceTime", - "version": "0.8.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "3.1.9", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.8.1.zip", - "archiveFileName": "AceTime-0.8.1.zip", - "size": 4933435, - "checksum": "SHA-256:09c9fca1436018384ca1b8169007ed31b670899f68efc246d17690dae8ef1d12" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-3.1.9.zip", + "archiveFileName": "RemoteXY-3.1.9.zip", + "size": 76234, + "checksum": "SHA-256:76f38357adafbe7bf6c5ef21721a38bf56fa97c82cd23dcdfea75020d76ea229" }, { - "name": "AceTime", - "version": "1.0.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "3.1.10", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.0.0.zip", - "archiveFileName": "AceTime-1.0.0.zip", - "size": 4918547, - "checksum": "SHA-256:2413f7c76c214db29d28888cba60c43822a3f0b0a5b267a8cf4790c0842a3d50" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-3.1.10.zip", + "archiveFileName": "RemoteXY-3.1.10.zip", + "size": 82061, + "checksum": "SHA-256:8ac3728bc62b66ce7fef7318355f13b42a75db1d1b577986c423905e14c240af" }, { - "name": "AceTime", - "version": "1.1.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "3.1.11", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.0.zip", - "archiveFileName": "AceTime-1.1.0.zip", - "size": 3138855, - "checksum": "SHA-256:bd2bb1fcc35bdd3318846a51caa3eb87e313ac40f14875f50ed9d5798a0ab246" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-3.1.11.zip", + "archiveFileName": "RemoteXY-3.1.11.zip", + "size": 83813, + "checksum": "SHA-256:82c36ecf7d38a7028779cd644a6c370c5077c57fcf53c718c78e325a2d1be3f6" }, { - "name": "AceTime", - "version": "1.1.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "RemoteXY", + "version": "3.1.12", + "author": "Evgeny Shemanuev, RemoteXY", + "maintainer": "RemoteXY \u003cinfo@remotexy.com\u003e", + "sentence": "For all RemoteXY projects.", + "paragraph": "The library is part of the RemoteXY project.\u003cbr /\u003eRemoteXY allows you to control your device using an Android or iOS smartphone. There are Bluetooth, USB OTG, WiFi, Ethernet or Cloud server can be used for connection. To make GUI go to the web site http://remotexy.com", + "website": "http://remotexy.com/en/help/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.1.zip", - "archiveFileName": "AceTime-1.1.1.zip", - "size": 3305627, - "checksum": "SHA-256:dbbbbb958ed87a40465c2da37d80fac38965dfa1d2e93853afb28f0d7eefb873" + "repository": "https://github.com/RemoteXY/RemoteXY-Arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RemoteXY/RemoteXY-3.1.12.zip", + "archiveFileName": "RemoteXY-3.1.12.zip", + "size": 85268, + "checksum": "SHA-256:10c78765809e3799979c56d3893ee10c0b2654d03aaeed54e8fbff5a3d4b3e73" }, { - "name": "AceTime", - "version": "1.1.2", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "OneSystemLibrary", + "version": "1.0.0", + "author": "Pascal Buerger", + "maintainer": "deltarobotone \u003cdeltarobotone@web.de\u003e", + "sentence": "Arduino library for Delta-Robot One", + "paragraph": "Start your project and have a great time. Create a world around this smart little robot. Follow us on instagram -\u003e deltarobotone", + "website": "https://github.com/deltarobotone/one_system_library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.2.zip", - "archiveFileName": "AceTime-1.1.2.zip", - "size": 2886264, - "checksum": "SHA-256:e34b16c4858e568bde22f5f55c19ba717c0a86488fba66a0faf00cf93e4d240b" + "repository": "https://github.com/deltarobotone/one_system_library.git", + "providesIncludes": [ + "DeltaRobotOne.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deltarobotone/OneSystemLibrary-1.0.0.zip", + "archiveFileName": "OneSystemLibrary-1.0.0.zip", + "size": 59776, + "checksum": "SHA-256:18eda0643f19506268c06f7e8e4691bd2fbc996dd6dc68f77391d3597333bc36" }, { - "name": "AceTime", - "version": "1.2.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "OneSystemLibrary", + "version": "1.0.1", + "author": "Delta-Robot One", + "maintainer": "deltarobotone \u003cdeltarobotone@web.de\u003e", + "sentence": "Arduino library for Delta-Robot One", + "paragraph": "Start your project and have a great time. Create a world around this smart little robot. Follow this robot on instagram @deltarobotone. Check out One smart Control for windows and android.", + "website": "https://github.com/deltarobotone/one_system_library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "dependencies": [ - { - "name": "AceCommon" - } + "repository": "https://github.com/deltarobotone/one_system_library.git", + "providesIncludes": [ + "DeltaRobotOne.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.2.0.zip", - "archiveFileName": "AceTime-1.2.0.zip", - "size": 3396066, - "checksum": "SHA-256:c4b2a6e4d018ae3eeb55ed1aa29b5199421630f02d79f4bd1042200711ba9773" + "url": "https://downloads.arduino.cc/libraries/github.com/deltarobotone/OneSystemLibrary-1.0.1.zip", + "archiveFileName": "OneSystemLibrary-1.0.1.zip", + "size": 59929, + "checksum": "SHA-256:9809128f6240725877c9de08e38650a01370120eea590522bbc6d80bd3f9281c" }, { - "name": "AceTime", - "version": "1.2.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "AsyncElegantOTA", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "dependencies": [ - { - "name": "AceCommon" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.2.1.zip", - "archiveFileName": "AceTime-1.2.1.zip", - "size": 3399071, - "checksum": "SHA-256:2f419f8ca733127d51662055e0cb05f898f4877967591045b2171cd7b5af80c3" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.0.zip", + "archiveFileName": "AsyncElegantOTA-1.0.0.zip", + "size": 646530, + "checksum": "SHA-256:4d79c66b6218ac4233033c8a0a18d27cc46b438c7b9a122dd17a487cb900fe5c" }, { - "name": "AceTime", - "version": "1.3.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", - "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", - "website": "https://github.com/bxparks/AceTime", - "category": "Timing", + "name": "AsyncElegantOTA", + "version": "1.0.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceTime.git", - "dependencies": [ - { - "name": "AceCommon" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.3.0.zip", - "archiveFileName": "AceTime-1.3.0.zip", - "size": 3484193, - "checksum": "SHA-256:466ef9bdaf6e31331183e98ee4a944edc5be8d5db5b537c9b0a312a81528c2b0" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.2.zip", + "archiveFileName": "AsyncElegantOTA-1.0.2.zip", + "size": 646535, + "checksum": "SHA-256:433544cda7be3b809048870f1cdedf0a05b9af3771444c83ab13ea915b130e8c" }, { - "name": "EmotiBit FeatherWing", - "version": "0.4.3", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "1.0.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.3.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.4.3.zip", - "size": 7211631, - "checksum": "SHA-256:adb891518df27855f020d3385c38a776c71d0c270b4c2ab4e30df0a2e39dce99" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.3.zip", + "archiveFileName": "AsyncElegantOTA-1.0.3.zip", + "size": 632458, + "checksum": "SHA-256:600b25c63ebe28a6c0e7a3ebf032174880d647e7ed2f75e924a17a917173f7d9" }, { - "name": "EmotiBit FeatherWing", - "version": "0.4.4", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "1.0.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.4.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.4.4.zip", - "size": 7211633, - "checksum": "SHA-256:9a175d90f6010511e060254dcb0b48d4b888fa9323df723c61d383aee18f27f2" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.4.zip", + "archiveFileName": "AsyncElegantOTA-1.0.4.zip", + "size": 632948, + "checksum": "SHA-256:1f5a6a52927fac7283d9b2315deb56c2a3aaee15cef736a80eef6ba297112678" }, { - "name": "EmotiBit FeatherWing", - "version": "0.5.4", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "1.0.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266/ESP32 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.4.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.5.4.zip", - "size": 7212164, - "checksum": "SHA-256:ee0b5b3e378f5723f1a257c407df047bd74b0d30b7de99884a2ecc2e5badfe9b" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.5.zip", + "archiveFileName": "AsyncElegantOTA-1.0.5.zip", + "size": 632944, + "checksum": "SHA-256:7524bd2e37d37295aef09cc3819bd87060250af5cb68ee63bbb04b8529bfd36b" }, { - "name": "EmotiBit FeatherWing", - "version": "0.5.5", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "1.0.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266/ESP32 Elegantly! This Library uses AsyncWebServer.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32. UI has a size of only 50Kb!", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.5.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.5.5.zip", - "size": 7212188, - "checksum": "SHA-256:0efd3c9c5c8869139a941ab42715f15d59fa6b16b0ab5aa8805b007bbb44fafc" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-1.0.6.zip", + "archiveFileName": "AsyncElegantOTA-1.0.6.zip", + "size": 632950, + "checksum": "SHA-256:3b24f459794cae7e141c927c3947ca056530dd1cf86e921615f994734ae032d6" }, { - "name": "EmotiBit FeatherWing", - "version": "0.6.0", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.6.0.zip", - "archiveFileName": "EmotiBit_FeatherWing-0.6.0.zip", - "size": 7216218, - "checksum": "SHA-256:3941b7aa4c4f995e4d27259fcb41079d7db7fdae81f9c88f52b5e07c624c9098" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.0.zip", + "archiveFileName": "AsyncElegantOTA-2.2.0.zip", + "size": 408317, + "checksum": "SHA-256:0b50fbbae0b03074c15425913b021e1a2a0098d56ab068e99ae681a8e96501f0" }, { - "name": "EmotiBit FeatherWing", - "version": "1.0.55", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.1", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.0.55.zip", - "archiveFileName": "EmotiBit_FeatherWing-1.0.55.zip", - "size": 7227723, - "checksum": "SHA-256:39c8ee920bbabcc239b1b14b7eaefabfc5a70641b076333e0a72da0db0836f61" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.1.zip", + "archiveFileName": "AsyncElegantOTA-2.2.1.zip", + "size": 409519, + "checksum": "SHA-256:24ab6350e91c1b37ee071ac564690236474baa43becc52745d09e4a37d86ebca" }, { - "name": "EmotiBit FeatherWing", - "version": "1.1.0", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", - "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", - "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.1.0.zip", - "archiveFileName": "EmotiBit_FeatherWing-1.1.0.zip", - "size": 7228758, - "checksum": "SHA-256:6dc1c2b24eb24a3a461746fdb9873d21c6320f9c164c0a1727438084fc17b1ff" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.2.zip", + "archiveFileName": "AsyncElegantOTA-2.2.2.zip", + "size": 409498, + "checksum": "SHA-256:ca765605640121cdd525cf9dc15203f5bfd12095dfbbe468c7d08098f64d23c7" }, { - "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", - "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", - "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", - "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", - "size": 90086, - "checksum": "SHA-256:3d977d92cf42231bfbab7ae9d167bbfcfbf7471f751315cf4a6574e856431a91" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.3.zip", + "archiveFileName": "AsyncElegantOTA-2.2.3.zip", + "size": 418004, + "checksum": "SHA-256:435cf5a8f8f5d6a6b7163352907dc2740f908dddf92878b8027355095221bede" }, { - "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", - "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", - "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.3.zip", - "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.3.zip", - "size": 20082, - "checksum": "SHA-256:55bc88c8eb560ccfaee390852e679cd93c57b01f15b86b63f8b70a5a3467b959" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.4.zip", + "archiveFileName": "AsyncElegantOTA-2.2.4.zip", + "size": 417988, + "checksum": "SHA-256:3c176e96c6213f9c03750caef279d978c98dfae2d8dcac7fe27b2636160a5b31" }, { - "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", - "version": "1.1.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", - "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", - "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.1.zip", - "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.1.zip", - "size": 20081, - "checksum": "SHA-256:62f0de7700b98003197c5f04fb82630dc3be0bcca62b98d19e967c15c104bb40" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.5.zip", + "archiveFileName": "AsyncElegantOTA-2.2.5.zip", + "size": 419872, + "checksum": "SHA-256:e3cb909fa5da60bfdf041e2f9d145ecea2d335ac25a5ec1b8cef5fcc2ff60a0b" }, { - "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", - "version": "1.1.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", - "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", - "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.6", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.2.zip", - "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.2.zip", - "size": 20033, - "checksum": "SHA-256:fe7d07ef948b3a9b2e1883426c9fd48c55abcfe5319623eb91e96b9d1d8f6d6a" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.6.zip", + "archiveFileName": "AsyncElegantOTA-2.2.6.zip", + "size": 420335, + "checksum": "SHA-256:b777dae525ea35e59ab371b3748f3ff37ae183e7fde971cc6a310e4519858228" }, { - "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", - "version": "1.1.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", - "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", - "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", - "category": "Sensors", + "name": "AsyncElegantOTA", + "version": "2.2.7", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.3.zip", - "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.3.zip", - "size": 19960, - "checksum": "SHA-256:4c09e1157a653bc71f0e4a1d1a1d5534924dc01b1bf613ad1c2284a5f8753364" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.7.zip", + "archiveFileName": "AsyncElegantOTA-2.2.7.zip", + "size": 419266, + "checksum": "SHA-256:12a5e1a51ae80052d7176c50be827d15b447071fcefea3a3bd9eeab0fee3c4da" }, { - "name": "HiTechnic-Arduino", - "version": "1.0.0", - "author": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", - "maintainer": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", - "sentence": "Use the HiTechnic motor/servo controllers with your Arduino!", - "paragraph": "This library provides I2C drivers for the HiTechnic motor/servo controllers wrapped up in a nice SDK-style API", - "website": "https://github.com/OpenFTC/HiTechnic-Arduino", - "category": "Device Control", - "architectures": [], + "name": "AsyncElegantOTA", + "version": "2.2.8", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Perform OTAs for ESP8266 \u0026 ESP32 Asynchronously.", + "paragraph": "A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.", + "website": "https://github.com/ayushsharma82/AsyncElegantOTA", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/OpenFTC/HiTechnic-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/OpenFTC/HiTechnic_Arduino-1.0.0.zip", - "archiveFileName": "HiTechnic_Arduino-1.0.0.zip", - "size": 44017, - "checksum": "SHA-256:93e5b69f8896b562949cacb31a8145b6dc4b0ee8cc749e33e8bf7c349600629b" + "repository": "https://github.com/ayushsharma82/AsyncElegantOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/AsyncElegantOTA-2.2.8.zip", + "archiveFileName": "AsyncElegantOTA-2.2.8.zip", + "size": 418715, + "checksum": "SHA-256:2bda0171a4931adea59f25de1f1d57c0672241ed1a2b36b1e3cd8aed5b78db9d" }, { - "name": "HoverboardAPI", - "version": "0.1.1", - "author": "phail", - "maintainer": "phail", - "sentence": "Hoverboard API controller", - "paragraph": "A Hoverboard API controller Interface.", - "website": "https://github.com/bipropellant/bipropellant-hoverboard-api", - "category": "Communication", + "name": "VEML6075", + "version": "1.0.1", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "An Arduino Library Specifically for the ESP32.", + "paragraph": "Handles communication without th Wire.h library. Adds config option.", + "website": "https://github.com/WifWaf/VEML6075", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bipropellant/bipropellant-hoverboard-api.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bipropellant/HoverboardAPI-0.1.1.zip", - "archiveFileName": "HoverboardAPI-0.1.1.zip", - "size": 31884, - "checksum": "SHA-256:12c2442de47b8ff77938d7bb72d54440d3b50f0699be87c050e62073fa5a33f0" + "repository": "https://github.com/WifWaf/VEML6075.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/VEML6075-1.0.1.zip", + "archiveFileName": "VEML6075-1.0.1.zip", + "size": 1122288, + "checksum": "SHA-256:7ed9402ada2015c54ec6efbf18e3b2576c19725eb7ba559be520a868b1fa74a5" }, { - "name": "ElectronicsEducation", - "version": "1.0.0", - "author": "Jacob Smith", - "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", - "sentence": "Arduino libraries and educational materials for workshop", - "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", - "website": "https://github.com/BrandeisMakerLab/Arduino_Education", - "category": "Other", + "name": "RTT QRCode", + "version": "0.1.0", + "author": "Richard Moore \u003cgithub@ricmoo.com\u003e, onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread QR Code App", + "paragraph": "A simple library for generating QR codes in C, optimized for processing and memory constrained systems.", + "website": "https://github.com/onelife/rtt-qrcode", + "category": "Data Processing", "architectures": [ - "avr" + "sam", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "repository": "https://github.com/onelife/RTT-QRCode.git", "providesIncludes": [ - "ezLCDLib.h" + "rtt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.0.0.zip", - "archiveFileName": "ElectronicsEducation-1.0.0.zip", - "size": 879011, - "checksum": "SHA-256:124e17469d7dc2063e1cf818c86b90dc7c943a98da2c1377932389ef34af20c0" + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_QRCode-0.1.0.zip", + "archiveFileName": "RTT_QRCode-0.1.0.zip", + "size": 15824, + "checksum": "SHA-256:ede1ed16df5bc92bb9ad4aa4f60a137b4021e42fece4bd0c285c0ab7015c7fde" }, { - "name": "ElectronicsEducation", - "version": "1.1.1", - "author": "Jacob Smith", - "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", - "sentence": "Arduino libraries and educational materials for workshop", - "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", - "website": "https://github.com/BrandeisMakerLab/Arduino_Education", - "category": "Other", + "name": "ThinSat Program TSLPB Library", + "version": "0.4.0", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", - "dependencies": [ - { - "name": "DHT sensor library" - }, - { - "name": "Adafruit_BME280" - }, - { - "name": "IRremote" - } + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": [ + "TSLPB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.1.zip", - "archiveFileName": "ElectronicsEducation-1.1.1.zip", - "size": 3372485, - "checksum": "SHA-256:68319a50e2b688ad3ff70c920092322b0eebeab00d7ba64f02c89186c4e3a95a" + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.4.0.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.4.0.zip", + "size": 3368810, + "checksum": "SHA-256:58f5653f393acd47f4db41ed464c73f8aea0d5e723a6688adc1300832197b84e" }, { - "name": "ElectronicsEducation", - "version": "1.1.2", - "author": "Jacob Smith", - "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", - "sentence": "Arduino libraries and educational materials for workshop", - "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", - "website": "https://github.com/BrandeisMakerLab/Arduino_Education", - "category": "Other", + "name": "ThinSat Program TSLPB Library", + "version": "0.5.0", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", - "dependencies": [ - { - "name": "Adafruit BME280 Library" - }, - { - "name": "DHT sensor library" - }, - { - "name": "IRremote" - }, - { - "name": "OneWire" - } + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": [ + "TSLPB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.2.zip", - "archiveFileName": "ElectronicsEducation-1.1.2.zip", - "size": 3372498, - "checksum": "SHA-256:ed7e6c96b28ed96800d1aafc67d8b17a8d5e49af9181a2ace5a7903e9a96f2d1" + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.0.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.0.zip", + "size": 3714782, + "checksum": "SHA-256:8b33b607392cd15a5385c6b8639f675bed60700fb60671723eab70ac0f47fcd1" }, { - "name": "ElectronicsEducation", - "version": "1.1.3", - "author": "Jacob Smith", - "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", - "sentence": "Arduino libraries and educational materials for workshop", - "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", - "website": "https://github.com/BrandeisMakerLab/Arduino_Education", - "category": "Other", + "name": "ThinSat Program TSLPB Library", + "version": "0.5.2", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", - "dependencies": [ - { - "name": "Adafruit BME280 Library" - }, - { - "name": "DHT sensor library" - }, - { - "name": "IRremote" - }, - { - "name": "OneWire" - } + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": [ + "TSLPB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.3.zip", - "archiveFileName": "ElectronicsEducation-1.1.3.zip", - "size": 3372113, - "checksum": "SHA-256:6ca73f42143e33313a930035fcdd9deddc099df18245ff8640b70e8d5ec16bcb" + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.5.2.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.5.2.zip", + "size": 3714987, + "checksum": "SHA-256:abb6cc3487918c046bc41c0b15281dc40cb266babe0cde942ceb838ee52c1b84" }, { - "name": "Sharp GP2Y Dust Sensor", - "version": "1.0.0", - "author": "Lucian Sabo", - "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", - "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", - "paragraph": "Supports calibration, multi-sampling average, running average", - "website": "https://github.com/luciansabo/GP2YDustSensor", - "category": "Display", + "name": "ThinSat Program TSLPB Library", + "version": "0.6.0", + "author": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "maintainer": "Nicholas Counts \u003cnicholas.counts@vaspace.org\u003e", + "sentence": "A driver library for the Twiggs Space Lab Payload Board", + "paragraph": "This library allows ThinSat participants to easily access the sensors and other features on the TSLPB. Functions for writing data to the ThinSat Data Bus are included for convenience.", + "website": "https://github.com/VCSFA-MARS/TSLPB", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/luciansabo/GP2YDustSensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.0.0.zip", - "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.0.0.zip", - "size": 6189, - "checksum": "SHA-256:d79c3b8160e2c8ce93a2442f367e7d2abf788d307ca4eb743b39b5fa8ca3734a" + "repository": "https://github.com/VCSFA-MARS/TSLPB.git", + "providesIncludes": [ + "TSLPB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/VCSFA-MARS/ThinSat_Program_TSLPB_Library-0.6.0.zip", + "archiveFileName": "ThinSat_Program_TSLPB_Library-0.6.0.zip", + "size": 3716785, + "checksum": "SHA-256:86cf4dcef815559ad4e7bda1786704490cdb02cdea9e0f15e119a64af0e25909" }, { - "name": "Sharp GP2Y Dust Sensor", - "version": "1.1.0", - "author": "Lucian Sabo", - "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", - "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", - "paragraph": "Supports calibration, multi-sampling average, running average", - "website": "https://github.com/luciansabo/GP2YDustSensor", - "category": "Display", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luciansabo/GP2YDustSensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.1.0.zip", - "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.1.0.zip", - "size": 9840, - "checksum": "SHA-256:92b8d9d6a0609ddcb4929c84fac8b3b7bf9fcea282938f78a92ed1438c319de9" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.1.zip", + "size": 33098, + "checksum": "SHA-256:1d8e2e13814bf716cab58e89cafbdf1b5e48fa5fd4ad3207fb06430300975a1a" }, { - "name": "OctopusLab-Library", - "version": "0.1.0", - "author": "Tomas Roj; OctopusEngine;", - "maintainer": "Tomas Roj, rojtomas@email.cz", - "sentence": "Library for octopuslab modules that make easier work with pins.", - "paragraph": "Arduino library for @octopusengine that make easier work with pins on their boards.", - "website": "https://github.com/TomasRoj/OctopusLab-Library", - "category": "Other", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TomasRoj/OctopusLab-Library.git", - "providesIncludes": [ - "octopuslibrary.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/OctopusLab_Library-0.1.0.zip", - "archiveFileName": "OctopusLab_Library-0.1.0.zip", - "size": 15248, - "checksum": "SHA-256:f7edb478e2f10ed236addc48b1d5e353748babc354242df0948fccbb3d677923" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.3.zip", + "size": 35406, + "checksum": "SHA-256:e919aa36f1afdd4c34feeb305e6a872162649288fc60898fc7f310edba629c95" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.0.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", - "size": 14875, - "checksum": "SHA-256:7c31e96dae17fa33f02ce27cb063c3ad9458e8e278c644b841c8d70470d61e7b" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.2.zip", + "size": 34655, + "checksum": "SHA-256:9801d40fecfc3a085ffd42517f6a78f91c5196b3aae8cd4abe5890da69cf183e" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.0.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", - "size": 14921, - "checksum": "SHA-256:e2bbfb8ef8e2d0b5ee428332af71f26e941f1ccf091d71d7a154c3b50b83d3ae" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.4.zip", + "size": 35705, + "checksum": "SHA-256:a06240f39b015a4d8b95cea2c4c26b73c544afac9c3c5466f2b20cb26e0e735e" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.1.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", - "size": 15073, - "checksum": "SHA-256:010abbd29cc722bc0ee47edaef2508e394ccb42dd16f69c60263f7fc57cf8957" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.5.zip", + "size": 35701, + "checksum": "SHA-256:831ee9554fd1dbdcc1b5c984c179720e84dbb8a0772e754c3bc6e07f31e4452b" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.1.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", - "size": 15087, - "checksum": "SHA-256:cd9d0a4aac569ecaf61b48f0e99fc8f5f48b708b031b5e8857f74ae9df659d43" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.6.zip", + "size": 35663, + "checksum": "SHA-256:aee0bccfb80f47f2211da5ffc5cd018a386ab84410e4633e2b9b18b3c3bb0ae4" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.1.4", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database data.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.4.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.4.zip", - "size": 15087, - "checksum": "SHA-256:e8f4240661143848c2f25a800f8c7ef696c774f6a426c739b9c5c3e0cbc6edaa" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.7.zip", + "size": 35680, + "checksum": "SHA-256:41e05fbb2a65fedc22fa10f87a800aff2d9bc6af1b20c27542ce956e8862aa27" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.1.5", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.5.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.5.zip", - "size": 15091, - "checksum": "SHA-256:75ffab175c52977adf5c5ca09ef74b51494c22abcdf29598306433af63907c3f" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.8.zip", + "size": 35685, + "checksum": "SHA-256:79be3290b834ea5cf01e093b2601f9dfd756e8761b9f4e6d15d6cc105d68268a" }, { - "name": "SparkFun Qwiic RFID Arduino Library", - "version": "1.1.6", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Qwiic RFID Reader", - "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", - "category": "Device Control", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.6.zip", - "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.6.zip", - "size": 15106, - "checksum": "SHA-256:4dfd34b8cb46122cd50fb0ebf5b08ed7aa32560cadc11c2c9ebebe091c1242ec" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.0.9.zip", + "size": 35726, + "checksum": "SHA-256:54c2717cfd33c5567b4cc3007821b166bd28343283ba4b68c9579575e9f1fac0" }, { - "name": "Klang Electronics 8 Digit VFD", - "version": "1.0.0", - "author": "Brandon Dunson", - "maintainer": "Brandon \u003cbrandon.dunson@klangelectronics.com\u003e", - "sentence": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", - "paragraph": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", - "website": "https://github.com/earthtown/8_digit_vfd", - "category": "Display", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/earthtown/8_digit_vfd.git", - "url": "https://downloads.arduino.cc/libraries/github.com/earthtown/Klang_Electronics_8_Digit_VFD-1.0.0.zip", - "archiveFileName": "Klang_Electronics_8_Digit_VFD-1.0.0.zip", - "size": 7090, - "checksum": "SHA-256:bda63a50ad33ae934c8a241dd14d73fa0287cd8ef45f4fa88905a5960142878e" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.0.zip", + "size": 35762, + "checksum": "SHA-256:a7ac0afae3dc082e8ad3540eff2b75d4e24f72a26d73bd5f2b941b80491a0f37" }, { - "name": "ButtonKing", - "version": "1.0.0", - "author": "Tanyanat Pichitwong", - "maintainer": "Tanyanat Pichitwong", - "license": "BSD-3-Clause", - "sentence": "Arduino libary for improving the usage of a singe input button.", - "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", - "website": "https://github.com/TanPitch/ButtonKing", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TanPitch/ButtonKing.git", - "providesIncludes": [ - "ButtonKing.h" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.0.zip", - "archiveFileName": "ButtonKing-1.0.0.zip", - "size": 12188, - "checksum": "SHA-256:f9fae613642aa65dd2fd4f4ef1a80328f9d25009efeb31a4f5c0cda249414032" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.1.zip", + "size": 34728, + "checksum": "SHA-256:08fa94293f3abf593e986eae32a6116145929900327ba53dcf7759763c53d470" }, { - "name": "ButtonKing", - "version": "1.0.1", - "author": "Tanyanat Pichitwong", - "maintainer": "Tanyanat Pichitwong", - "license": "BSD-3-Clause", - "sentence": "Arduino libary for improving the usage of a singe input button.", - "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", - "website": "https://github.com/TanPitch/ButtonKing", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TanPitch/ButtonKing.git", - "providesIncludes": [ - "ButtonKing.h" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.1.zip", - "archiveFileName": "ButtonKing-1.0.1.zip", - "size": 10485, - "checksum": "SHA-256:7d5a04dcf4c40acf4ac099bd0098786cf1184e5cda5af0b040abc2bb2d0d77db" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.2.zip", + "size": 34796, + "checksum": "SHA-256:e1ee661edcc0dc9307776f8c6428642fa14f7ebdbf9fa5fc850385cd5b6449d5" }, { - "name": "ButtonKing", - "version": "1.0.2", - "author": "Tanyanat Pichitwong", - "maintainer": "Tanyanat Pichitwong", - "license": "BSD-3-Clause", - "sentence": "Arduino libary for improving the usage of a singe input button.", - "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", - "website": "https://github.com/TanPitch/ButtonKing", - "category": "Signal Input/Output", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TanPitch/ButtonKing.git", - "providesIncludes": [ - "ButtonKing.h" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.2.zip", - "archiveFileName": "ButtonKing-1.0.2.zip", - "size": 10616, - "checksum": "SHA-256:c78494f0b89957111400637df4caa954113438598ce824991317a4211b86949a" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.3.zip", + "size": 34796, + "checksum": "SHA-256:23e967fc23ac04c2cac97a69cf45902be9a759b121397b656fd8bab585b5f831" }, { - "name": "Norman", - "version": "1.0.0", - "author": "934Virginia \u003c934Virginia@gmail.com\u003e", - "maintainer": "934Virginia \u003c934Virginia@gmail.com\u003e", - "sentence": "Mathematically simulate natural cycles of daylight, temperature, and humidity for remote locations using minimal data sets.", - "paragraph": "Given target coordinates, specified date ranges, and minimum/maximum values for temperature and humidity at target's annual extremes, generate time_t values for sunrise and sunset, and floating point numbers for temperature, dew point, and relative humidity. Requires Dusk2Dawn library by DM Kishi; an adapted C++ port of NOAA's Solar Calculator.", - "website": "https://github.com/934virginia/Norman", - "category": "Other", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/934virginia/Norman.git", - "providesIncludes": [ - "Dusk2Dawn.h", - "time.h" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/934virginia/Norman-1.0.0.zip", - "archiveFileName": "Norman-1.0.0.zip", - "size": 16951, - "checksum": "SHA-256:61107378f03b0bd8ffde06ac0f376ef4fe5b77534e564782cdd2345289fdc8d0" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.1.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.1.4.zip", + "size": 35110, + "checksum": "SHA-256:c83276098e02534817fabc198243b349aaac3a3ccfda2189faf801235fca05f2" }, { - "name": "atlas OEM module", - "version": "1.0.1", - "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", - "maintainer": "Andri Setyabudi \u003candhie.13@gmail.com\u003e", - "sentence": "Basic function to accessing atlas OEM module.", - "paragraph": "This library contain simply function to read data from atlas OEM conductivity module", - "website": "https://github.com/andhieSetyabudi/atlas_OEM", - "category": "Data Processing", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/andhieSetyabudi/atlas_OEM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/atlas_OEM_module-1.0.1.zip", - "archiveFileName": "atlas_OEM_module-1.0.1.zip", - "size": 9316, - "checksum": "SHA-256:1a252b11de9b30c92adc1dac3a9237a41ec3badb273b5362005727ac4bc29d9b" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.2.0.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.2.0.zip", + "size": 37757, + "checksum": "SHA-256:8ef8926c4375f71bab8477712b5af5cd3bc7d552521540a49b927626df586b5a" }, { - "name": "ESP32 Rest Client", - "version": "1.0.0", - "author": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", - "maintainer": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", - "sentence": "Arduino WIFI Rest Client for ESP32", - "paragraph": "Exposes REST methods to communicate with a host, like get and post in an easier way than using the WIFI library", - "website": "https://github.com/eduardomarcos/arduino-esp32-restclient", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", "category": "Communication", "architectures": [ "*" @@ -267603,1444 +329566,1689 @@ "types": [ "Contributed" ], - "repository": "https://github.com/eduardomarcos/arduino-esp32-restclient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eduardomarcos/ESP32_Rest_Client-1.0.0.zip", - "archiveFileName": "ESP32_Rest_Client-1.0.0.zip", - "size": 16273, - "checksum": "SHA-256:ab574333ac0829b5a028ce3515e4ddf30781e62f9b0ba2a15757773d23d565df" - }, - { - "name": "esp32_ftpclient", - "version": "0.0.2", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", - "category": "Communication", - "architectures": [ - "esp32" - ], - "types": [ - "Contributed" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } ], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.2.zip", - "archiveFileName": "esp32_ftpclient-0.0.2.zip", - "size": 80457, - "checksum": "SHA-256:9739eaaf9e1193e8ae39f45197958e145b7ff1d2e3eb872d90940b2b9e37978e" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.2.1.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.2.1.zip", + "size": 38070, + "checksum": "SHA-256:47dee0bf599da75335b70f685c13e0ebb5366a1da6edc7d2979e5f3450718654" }, { - "name": "esp32_ftpclient", - "version": "0.0.3", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.3.zip", - "archiveFileName": "esp32_ftpclient-0.0.3.zip", - "size": 83068, - "checksum": "SHA-256:49418f7abc82453a3ba2479e073fc4d701c0736197cab901114cb8deeb85fc13" - }, - { - "name": "esp32_ftpclient", - "version": "0.0.4", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", - "category": "Communication", - "architectures": [ - "esp32" - ], - "types": [ - "Contributed" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } ], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.4.zip", - "archiveFileName": "esp32_ftpclient-0.0.4.zip", - "size": 83202, - "checksum": "SHA-256:83c3732fe067aeaa9295fa95e08a1589bff67bfd18c4f76bb54d68322917d506" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.2.2.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.2.2.zip", + "size": 38592, + "checksum": "SHA-256:7155a75702cea43f1c91ec2701c9ff85cc5ca88938999ea99d1551365372dc46" }, { - "name": "esp32_ftpclient", - "version": "0.1.0", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.0.zip", - "archiveFileName": "esp32_ftpclient-0.1.0.zip", - "size": 83589, - "checksum": "SHA-256:753a7f2356980b5287138cdcb8283a8ae0493692fa0e994392e7c1b46631996e" - }, - { - "name": "esp32_ftpclient", - "version": "0.1.1", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", - "category": "Communication", - "architectures": [ - "esp32" - ], - "types": [ - "Contributed" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } ], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.1.zip", - "archiveFileName": "esp32_ftpclient-0.1.1.zip", - "size": 83600, - "checksum": "SHA-256:452a7c6e44f0a558aef0658bef1c64d6f25929d41d71cd55b1e4a273bc8176bf" + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.2.3.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.2.3.zip", + "size": 38839, + "checksum": "SHA-256:31bc56e32031fef6bbd51412c5bea1ec1c265dcac3ed9ab9a11851980121a24e" }, { - "name": "esp32_ftpclient", - "version": "0.1.2", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.2.zip", - "archiveFileName": "esp32_ftpclient-0.1.2.zip", - "size": 83628, - "checksum": "SHA-256:98756c41f2b2a4dccf7130409965da3c5e7965026a081049d2325b12f77b6885" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.2.4.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.2.4.zip", + "size": 41166, + "checksum": "SHA-256:dd38c50c177c52b4dd763114851269f5480287ca911093516b48b533ba9aed3f" }, { - "name": "esp32_ftpclient", - "version": "0.1.3", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "An FTP-Client for the ESP32.", - "paragraph": "An FTP-Client for the ESP32.", - "website": "https://github.com/ldab/ESP32_FTPClient", + "name": "Firebase Arduino based on WiFiNINA", + "version": "1.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Realtime Database Arduino Client Library for Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2.", + "paragraph": "This client library provides the most reliable operations for read, store, update and delete the Firebase Realtime database.", + "website": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/ESP32_FTPClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.3.zip", - "archiveFileName": "esp32_ftpclient-0.1.3.zip", - "size": 83654, - "checksum": "SHA-256:b67ed42be8d6a2e916f3282be2025923941b6f556e4c72297cb5200c7dff7f4f" + "repository": "https://github.com/mobizt/Firebase-Arduino-WiFiNINA.git", + "dependencies": [ + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_based_on_WiFiNINA-1.2.5.zip", + "archiveFileName": "Firebase_Arduino_based_on_WiFiNINA-1.2.5.zip", + "size": 41218, + "checksum": "SHA-256:d02facc4ecc5083504de916e8d07c994698dac5da67084c6390e1fa2c4bb5bf9" }, { - "name": "Senses_wifi", - "version": "0.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", + "name": "RotaryDial", + "version": "0.0.1", + "author": "Tomas Mudrunka \u003charvie@github.com\u003e", + "maintainer": "Tomas Mudrunka \u003charvie@github.com\u003e", + "license": "MIT", + "sentence": "Library to read pulse dialing data from telephone rotary dials", + "paragraph": "Library to read pulse dialing data from telephone rotary dials. This library only needs one input pin (with interrupt). But currently can read only one rotary dial at a time...", + "website": "https://github.com/Harvie/RotaryDial", "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi.git", + "repository": "https://github.com/Harvie/RotaryDial.git", "providesIncludes": [ - "Senses_wifi.h" + "RotaryDial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.0.zip", - "archiveFileName": "Senses_wifi-0.1.0.zip", - "size": 5895, - "checksum": "SHA-256:e7334b653c5483c16f52d15e2ea434874f2b0586a8626a15d32e22b1ff93313f" + "url": "https://downloads.arduino.cc/libraries/github.com/Harvie/RotaryDial-0.0.1.zip", + "archiveFileName": "RotaryDial-0.0.1.zip", + "size": 4744, + "checksum": "SHA-256:1a7179bcc5b13f52ab0af9b6511e7ec16c05a3901bd888d09fd6caf336e20c73" }, { - "name": "Senses_wifi", - "version": "0.1.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "CalibratedSpeed", + "version": "1.0.0", + "author": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", + "maintainer": "Gheorghe Nedelcu \u003cnedghe@gmail.com\u003e", + "sentence": "Arduino Library for calibrating DC motors", + "paragraph": "Grately reduces the left/right motor speed unbalance and removes start/stop threshold.", + "website": "https://github.com/gigix74/CalibratedSpeed", + "category": "Data Processing", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi.git", + "repository": "https://github.com/gigix74/CalibratedSpeed.git", "providesIncludes": [ - "Senses_wifi.h" + "CalibratedSpeed.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.1.zip", - "archiveFileName": "Senses_wifi-0.1.1.zip", - "size": 5963, - "checksum": "SHA-256:37ac554703f69646cb994908df63fba48b19fac4c54b7c18699b424fd85b2cb2" + "url": "https://downloads.arduino.cc/libraries/github.com/gigix74/CalibratedSpeed-1.0.0.zip", + "archiveFileName": "CalibratedSpeed-1.0.0.zip", + "size": 15553, + "checksum": "SHA-256:95b5dd661d931a7f8540abdc2e97d56af21d4d1b662feac3c77e86359c7d4312" }, { - "name": "Senses_wifi", - "version": "0.2.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "GxEPD", + "version": "3.0.5", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": [ - "Senses_wifi.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.0.zip", - "archiveFileName": "Senses_wifi-0.2.0.zip", - "size": 5964, - "checksum": "SHA-256:b9b336807117c9c406d36fade93b4a43ef9c8e2798e63a8a8c0736152bbd4ff7" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.5.zip", + "archiveFileName": "GxEPD-3.0.5.zip", + "size": 1072926, + "checksum": "SHA-256:429e27256fc26d1e8d6e06ada50a29fff72d9726127c46f24fe7daf7810a43ff" }, { - "name": "Senses_wifi", - "version": "0.2.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "GxEPD", + "version": "3.0.6", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": [ - "Senses_wifi.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.1.zip", - "archiveFileName": "Senses_wifi-0.2.1.zip", - "size": 5963, - "checksum": "SHA-256:31512d708bf36aa8f0bc605696e774285c843a0d4b1cbcc69693c5f512e4ccec" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.6.zip", + "archiveFileName": "GxEPD-3.0.6.zip", + "size": 1090313, + "checksum": "SHA-256:d4a238dd851d100140de07fef0c767b7cdbafd520df59b4f511ffdd447bf1891" }, { - "name": "Senses_wifi", - "version": "0.2.2", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "GxEPD", + "version": "2.3.17", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": [ - "Senses_wifi.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.2.zip", - "archiveFileName": "Senses_wifi-0.2.2.zip", - "size": 5962, - "checksum": "SHA-256:beaef62e996536b3396c7912869188eae266fb485b66196d01459b55c1e633c0" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-2.3.17.zip", + "archiveFileName": "GxEPD-2.3.17.zip", + "size": 849879, + "checksum": "SHA-256:22769e32a1d7e98740604f5d7d28c58696c36e9d6440e9961937550478e5c3af" }, { - "name": "Senses_wifi", - "version": "1.0.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "GxEPD", + "version": "3.0.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": [ - "Senses_wifi.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-1.0.0.zip", - "archiveFileName": "Senses_wifi-1.0.0.zip", - "size": 6580, - "checksum": "SHA-256:85c8f575c9051379e928664c01976dab12ec276d51c559f5e51b59530e1f0550" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.1.zip", + "archiveFileName": "GxEPD-3.0.1.zip", + "size": 1032222, + "checksum": "SHA-256:637ddd1f9cf1b2ba96a02a537b59240040695619fd668f9b2e4c5032cd9009e7" }, { - "name": "Senses_wifi", - "version": "1.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support ESP8266WiFi.h.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "GxEPD", + "version": "3.0.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi.git", - "providesIncludes": [ - "Senses_wifi.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-1.1.0.zip", - "archiveFileName": "Senses_wifi-1.1.0.zip", - "size": 8701, - "checksum": "SHA-256:864931fe985dcc25615c0bbc9a79f3827c4ec70a3fb9a2a388d3a6ee7aaa4c69" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.2.zip", + "archiveFileName": "GxEPD-3.0.2.zip", + "size": 1045072, + "checksum": "SHA-256:6228df5e8efdf6456744c4efc3449e066d2f02d2b00c0a42d8d3a83d03f32783" }, { - "name": "ESP32 Digital RGB LED Drivers", - "version": "1.5.1", - "author": "Martin F. Falatic", - "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", - "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", - "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "name": "GxEPD", + "version": "3.0.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", - "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", - "size": 33287, - "checksum": "SHA-256:60633bf8ba400d083ed7b7c8d12fdf17dfa93d8c58a361e9fcc7d9e0c75f4c36" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.3.zip", + "archiveFileName": "GxEPD-3.0.3.zip", + "size": 1045099, + "checksum": "SHA-256:4cea63cb02c08f0247e6304e5924696d9c13d5cd7e091064f2906ba7d98afa71" }, { - "name": "ESP32 Digital RGB LED Drivers", - "version": "1.5.2", - "author": "Martin F. Falatic", - "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", - "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", - "paragraph": "Please see the README for more details.", - "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "name": "GxEPD", + "version": "3.0.4", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "Requires HW SPI and Adafruit_GFX. Caution: these e-papers require 3.3V supply AND data lines!", + "website": "https://github.com/ZinggJM/GxEPD", "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", - "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", - "size": 33310, - "checksum": "SHA-256:d8e4b73e3d9ac8c995e8e4b931b9dd845399e0f7fc8cfff96a46c0ddad826cea" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.4.zip", + "archiveFileName": "GxEPD-3.0.4.zip", + "size": 1056613, + "checksum": "SHA-256:d588943f09820e2d080972bd522b16c01bdf7fcafe26f9aa5bb73a217c1b7878" }, { - "name": "ESP32 Digital RGB LED Drivers", - "version": "1.5.3", - "author": "Martin F. Falatic", - "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", - "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", - "paragraph": "Please see the README for more details.", - "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "name": "GxEPD", + "version": "3.0.7", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", - "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", - "size": 33317, - "checksum": "SHA-256:c828158c7a959b2dce615203e14e7cf9a7c59bad54dc23c2ce62664db6a86632" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.7.zip", + "archiveFileName": "GxEPD-3.0.7.zip", + "size": 1100805, + "checksum": "SHA-256:30f0fd58d60670ffde3edc97b321275d3914ad1bd418f1c0346d54e28b82a1f9" }, { - "name": "MCP45HVX1", - "version": "1.0.0", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "Library for MCP45HVX1 digital potentiomters,", - "paragraph": "Supports Arduino devices and includes TCON register / incrimental functionality.", - "website": "https://github.com/WifWaf/MCP45HVX1", - "category": "Device Control", + "name": "GxEPD", + "version": "3.0.8", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WifWaf/MCP45HVX1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MCP45HVX1-1.0.0.zip", - "archiveFileName": "MCP45HVX1-1.0.0.zip", - "size": 2105959, - "checksum": "SHA-256:722f14ac23ab8b4d0e4fb5a620a514b3bc8107fa63e7ca944438978a85485f3b" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.8.zip", + "archiveFileName": "GxEPD-3.0.8.zip", + "size": 1192069, + "checksum": "SHA-256:7af6b6b9c9c343f191f58e37ced20ae4ebdc3736351842ada50b021ffda2fc6a" }, { - "name": "MCP45HVX1", - "version": "1.1.0", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "Library for MCP45HVX1 digital potentiomters,", - "paragraph": "Supports Arduino devices and includes TCON register / incrimental functionality.", - "website": "https://github.com/WifWaf/MCP45HVX1", - "category": "Device Control", + "name": "GxEPD", + "version": "3.0.9", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WifWaf/MCP45HVX1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MCP45HVX1-1.1.0.zip", - "archiveFileName": "MCP45HVX1-1.1.0.zip", - "size": 2106146, - "checksum": "SHA-256:2d7758c73833c40151cdb2820db720361f89f9af2b2c8c1c772840860a47a649" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.0.9.zip", + "archiveFileName": "GxEPD-3.0.9.zip", + "size": 1315079, + "checksum": "SHA-256:0d9f693e4f1f9e58d54b48cf0fafaf78853d59c9672edfd0e3ec9f2e266051d0" }, { - "name": "AT24CM01", - "version": "1.0.1", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "AT24CM01 EEPROM Library for Arduino Devices", - "paragraph": "Read/write by all variable types (ex String maro) and byte/char arrays.", - "website": "https://github.com/WifWaf/AT24CM01", - "category": "Data Storage", + "name": "GxEPD", + "version": "3.1.0", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WifWaf/AT24CM01.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-1.0.1.zip", - "archiveFileName": "AT24CM01-1.0.1.zip", - "size": 460892, - "checksum": "SHA-256:64c4189fb8d76a954a85b20be3e876da6d2f8469d1c11af1e2783d114a13fa19" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.1.0.zip", + "archiveFileName": "GxEPD-3.1.0.zip", + "size": 1343415, + "checksum": "SHA-256:bd790bcebe8cdfc7279bccf7f634ed1e710010b509aa7b638a4c921152834b29" }, { - "name": "AT24CM01", - "version": "2.0.0", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "AT24CM01 EEPROM Library for Arduino Devices", - "paragraph": "Read/write by all variable types (ex String maro) and byte/char arrays.", - "website": "https://github.com/WifWaf/AT24CM01", - "category": "Data Storage", + "name": "GxEPD", + "version": "3.1.1", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WifWaf/AT24CM01.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-2.0.0.zip", - "archiveFileName": "AT24CM01-2.0.0.zip", - "size": 460692, - "checksum": "SHA-256:b4f8ade9b4398534960e8b88e900ea856cae67f943968f918a99800a51b262e7" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.1.1.zip", + "archiveFileName": "GxEPD-3.1.1.zip", + "size": 1354912, + "checksum": "SHA-256:b83603791dd9c341371ea41d08c473ff7be18cec991b5e523b0a3937f68377ea" }, { - "name": "TCA9548A", - "version": "1.0.0", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "Arduino library for the TCA9548A", - "paragraph": "Supports multiple channels and read/write of register.", - "website": "https://github.com/WifWaf/TCA9548A", - "category": "Communication", + "name": "GxEPD", + "version": "3.1.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WifWaf/TCA9548A.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.0.0.zip", - "archiveFileName": "TCA9548A-1.0.0.zip", - "size": 2675392, - "checksum": "SHA-256:2e0dda042bf63e51bdfb8f006a308ac970c4538da396ac6b08f5f1489bfd3e39" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.1.2.zip", + "archiveFileName": "GxEPD-3.1.2.zip", + "size": 1505858, + "checksum": "SHA-256:2f6ef55ab0589ce4ee11d752eedd3027c7d093fa10228f253f5e072b006e7401" }, { - "name": "TCA9548A", - "version": "1.1.0", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "Arduino library for the TCA9548A", - "paragraph": "Supports multiple channels and read/write of register.", - "website": "https://github.com/WifWaf/TCA9548A", - "category": "Communication", + "name": "GxEPD", + "version": "3.1.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare.", + "paragraph": "GxEPD2 is better suited for new users or new projects!", + "website": "https://github.com/ZinggJM/GxEPD", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WifWaf/TCA9548A.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.0.zip", - "archiveFileName": "TCA9548A-1.1.0.zip", - "size": 2675229, - "checksum": "SHA-256:42cf17b290688885d4b9a5f19276197d75d8e5ab7f17adcb07d343f016a73ae9" + "repository": "https://github.com/ZinggJM/GxEPD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GxEPD-3.1.3.zip", + "archiveFileName": "GxEPD-3.1.3.zip", + "size": 1567488, + "checksum": "SHA-256:364303fa6432abed59e2c6ec44cd901b2637947ee8a9f2195ee79e99cd961355" }, { - "name": "TCA9548A", - "version": "1.1.1", - "author": "Jonathan Dempsey", - "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", - "license": "Apache-2.0", - "sentence": "Arduino library for the TCA9548A", - "paragraph": "Supports multiple channels and read/write of register.", - "website": "https://github.com/WifWaf/TCA9548A", - "category": "Communication", + "name": "Adafruit LPS35HW", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WifWaf/TCA9548A.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.1.zip", - "archiveFileName": "TCA9548A-1.1.1.zip", - "size": 2675231, - "checksum": "SHA-256:22bfec02923521a3ac1e16ebaea5172b400a3b9fe13f74813d75b5f54595bb8e" + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.0.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.0.zip", + "size": 12942, + "checksum": "SHA-256:b6cccb21c321b040fc33e039cb2da9453e20e7903663927d9633df6388a41074" }, { - "name": "MAX541X", - "version": "1.0.0", - "author": "Linnes Lab", - "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", - "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", - "website": "https://github.com/LinnesLab/MAX541X", - "category": "Device Control", + "name": "Adafruit LPS35HW", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/MAX541X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.0.zip", - "archiveFileName": "MAX541X-1.0.0.zip", - "size": 325271, - "checksum": "SHA-256:b189a318fd58b72f6359b1ced25f25633cbe58ba1926b495d8a44d8eb63610cb" + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.1.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.1.zip", + "size": 13452, + "checksum": "SHA-256:7864d0725a5dfe4e2f5eb39d07aafcdcf5ca1b297f06733443660a0d4c4ec274" }, { - "name": "MAX541X", + "name": "Adafruit LPS35HW", "version": "1.0.2", - "author": "Linnes Lab", - "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", - "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", - "paragraph": "These chips can be used to create programmable gain amplifiers, dynamically change the LED brightness, motor speed, and other general digital control.", - "website": "https://github.com/LinnesLab/MAX541X", - "category": "Device Control", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/MAX541X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.2.zip", - "archiveFileName": "MAX541X-1.0.2.zip", - "size": 325368, - "checksum": "SHA-256:177e9ba4a2432d6f28ea002cf8a56b07ed7ba6cfbb7af1ae9ee72d7b3a11b59b" + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.2.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.2.zip", + "size": 766260, + "checksum": "SHA-256:c5a68a2199ecad6997030ef29d876b5101247f0d937d0cad979357b61c598b6f" }, { - "name": "Step_CYC10_I2C", - "version": "1.0.0", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", - "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", - "website": "https://github.com/PulseRain/Step_CYC10_I2C", - "category": "Signal Input/Output", + "name": "Adafruit LPS35HW", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", "architectures": [ - "RISC-V" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", - "providesIncludes": [ - "Step_CYC10_I2C.h" + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.0.zip", - "archiveFileName": "Step_CYC10_I2C-1.0.0.zip", - "size": 6811, - "checksum": "SHA-256:de83b3cd3bb2b647c2d10250ae10251424c08d981ec853a667890481a53d0504" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.3.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.3.zip", + "size": 766315, + "checksum": "SHA-256:6e88efc740fa8e7b49a82b8bdae6d044926953bb5e5543ca9f706e1020a9dfcb" }, { - "name": "Step_CYC10_I2C", - "version": "1.0.1", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", - "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", - "website": "https://github.com/PulseRain/Step_CYC10_I2C", - "category": "Signal Input/Output", + "name": "Adafruit LPS35HW", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", "architectures": [ - "Reindeer" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", - "providesIncludes": [ - "Step_CYC10_I2C.h" + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.1.zip", - "archiveFileName": "Step_CYC10_I2C-1.0.1.zip", - "size": 6811, - "checksum": "SHA-256:f9ce741e6ed7405ded0785a0f445f4cf79773e5568dcafa7d85f6a16b62348cb" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.4.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.4.zip", + "size": 766371, + "checksum": "SHA-256:ec092ef02eca1362a64726d08e987838e1befff687d20db7a1f84147dc529b4b" }, { - "name": "Step_CYC10_I2C", - "version": "1.0.2", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", - "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", - "website": "https://github.com/PulseRain/Step_CYC10_I2C", - "category": "Signal Input/Output", + "name": "Adafruit LPS35HW", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS35HW sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS35HW", + "category": "Sensors", "architectures": [ - "Reindeer" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", - "providesIncludes": [ - "Step_CYC10_I2C.h" + "repository": "https://github.com/adafruit/Adafruit_LPS35HW.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.2.zip", - "archiveFileName": "Step_CYC10_I2C-1.0.2.zip", - "size": 6823, - "checksum": "SHA-256:ae7a72423ffc46817971534494439cbecfe5e97f72b55c55180e6a8a292cb1b2" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS35HW-1.0.6.zip", + "archiveFileName": "Adafruit_LPS35HW-1.0.6.zip", + "size": 766371, + "checksum": "SHA-256:e9219f83d0d38e93bc0700196b5d0862435bc842ce04e2d2a9126dcf083c67e1" }, { - "name": "CoopTask", - "version": "0.1.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266 library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "NceCabBus", + "version": "0.0.1", + "author": "Alex Shepherd", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NCE Cab Bus communication", + "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", + "website": "https://github.com/mrrwa/NceCabBus", + "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.1.0.zip", - "archiveFileName": "CoopTask-0.1.0.zip", - "size": 5636, - "checksum": "SHA-256:b26d69adcc8cad26f5d8db6113cb894a19be5e4590fab9037ccf149698ef15a3" + "repository": "https://github.com/mrrwa/NceCabBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.0.1.zip", + "archiveFileName": "NceCabBus-0.0.1.zip", + "size": 18481, + "checksum": "SHA-256:b8315bd490ba1b8062b0591e0469fbb1307a8c89538f5092122b029b934d5ca2" }, { - "name": "CoopTask", - "version": "0.5.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "ESP8266/ESP32 library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "NceCabBus", + "version": "0.1.0", + "author": "Alex Shepherd", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NCE Cab Bus Communication", + "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", + "website": "https://github.com/mrrwa/NceCabBus", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.5.0.zip", - "archiveFileName": "CoopTask-0.5.0.zip", - "size": 6779, - "checksum": "SHA-256:97500964b3500c20065a3b127a5bc449d4c539f0501e66321ab6ff5008e35cd9" + "repository": "https://github.com/mrrwa/NceCabBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.1.0.zip", + "archiveFileName": "NceCabBus-0.1.0.zip", + "size": 1307974, + "checksum": "SHA-256:f82ffeb01e1927fde98253ff4b8e6f020f65116d4f77c35560388b48232d7dbb" }, { - "name": "CoopTask", - "version": "0.7.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "NceCabBus", + "version": "0.2.0", + "author": "Alex Shepherd", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NCE Cab Bus Communication", + "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", + "website": "https://github.com/mrrwa/NceCabBus", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.7.0.zip", - "archiveFileName": "CoopTask-0.7.0.zip", - "size": 7776, - "checksum": "SHA-256:181bd55dcd2597c7e1f0b0edd1c2a999b3dbb2b6ec9ee8ba8bfbcc4d195c548a" + "repository": "https://github.com/mrrwa/NceCabBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.2.0.zip", + "archiveFileName": "NceCabBus-0.2.0.zip", + "size": 1899411, + "checksum": "SHA-256:c50995eb9897684125b17b4d1f502fd72e241119e73ec6c61fabe30553916d71" }, { - "name": "CoopTask", - "version": "0.8.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "NceCabBus", + "version": "0.3.0", + "author": "Alex Shepherd", + "maintainer": "Alex Shepherd \u003ckiwi64ajs@gmail.com\u003e", + "sentence": "Enables NCE Cab Bus Communication", + "paragraph": "This library allows you to interface to a NCE Cab Bus and send / receive commands.", + "website": "https://github.com/mrrwa/NceCabBus", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.0.zip", - "archiveFileName": "CoopTask-0.8.0.zip", - "size": 9165, - "checksum": "SHA-256:3458ed41ca6c1dcfdf0ad8b05123469beed0dfd52cf048cbd98c7af54a26fef9" + "repository": "https://github.com/mrrwa/NceCabBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrrwa/NceCabBus-0.3.0.zip", + "archiveFileName": "NceCabBus-0.3.0.zip", + "size": 1908418, + "checksum": "SHA-256:4d041e7aa142c1e5ca778cd70753b11f67ca2243df05963eb4bdf059a39bb702" }, { - "name": "CoopTask", - "version": "0.8.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "XLR8DMem", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Access library for XLR8 DMem XB", + "paragraph": "Use the read and write functions of XLR8DMem to access memory blocks on an Alorium board built with the XLR8DMem XB.", + "website": "https://github.com/AloriumTechnology/XLR8DMem", + "category": "Uncategorized", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.1.zip", - "archiveFileName": "CoopTask-0.8.1.zip", - "size": 9322, - "checksum": "SHA-256:20fb652cffc2c31c112da2ea4ed5e51e2c294113f914d53b1ddebf6597b737e7" + "repository": "https://github.com/AloriumTechnology/XLR8DMem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DMem-1.0.0.zip", + "archiveFileName": "XLR8DMem-1.0.0.zip", + "size": 729800, + "checksum": "SHA-256:078cb383f9aa8e90f82071458d97bb3cf046b1af2cd2780379bb0f03b4fad1ff" }, { - "name": "CoopTask", - "version": "0.8.2", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "XLR8DMem", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Access library for XLR8 DMem XB", + "paragraph": "Use the read and write functions of XLR8DMem to access memory blocks on an Alorium board built with the XLR8DMem XB.", + "website": "https://github.com/AloriumTechnology/XLR8DMem", + "category": "Uncategorized", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.2.zip", - "archiveFileName": "CoopTask-0.8.2.zip", - "size": 9817, - "checksum": "SHA-256:a674f9f41b7a2b2198d1ebffc0e16dcaad4bc57ff6725dec308cc3ee3bc5b2b5" + "repository": "https://github.com/AloriumTechnology/XLR8DMem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8DMem-1.0.1.zip", + "archiveFileName": "XLR8DMem-1.0.1.zip", + "size": 729823, + "checksum": "SHA-256:e6d6b8eec835a679a5fce976af32c4725110282737e9188059ed602834994281" }, { - "name": "CoopTask", - "version": "0.9.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.0.0", + "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "sentence": "Library to connect t6 iot platform.", + "website": "https://github.com/mathcoll/t6/tree/master/sensors/libraries/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.9.0.zip", - "archiveFileName": "CoopTask-0.9.0.zip", - "size": 10180, - "checksum": "SHA-256:08473d9504bdb76e4261612fb82410954fc4348cdf13ac8e09094de06b637b34" + "repository": "https://github.com/mathcoll/t6iot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.0.zip", + "archiveFileName": "t6iot-1.0.0.zip", + "size": 23534, + "checksum": "SHA-256:168e57a15d27bd87b4205084c44730accd6aae7df4ee8fecae95828c6e12a67b" }, { - "name": "CoopTask", - "version": "0.12.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.0.1", + "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "sentence": "Library to connect t6 iot platform.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.12.0.zip", - "archiveFileName": "CoopTask-0.12.0.zip", - "size": 20017, - "checksum": "SHA-256:5b0f1603c83c0e800eb6c15d55d7c6f78e116dac6c092b5c893a3d04ae2d7c8d" + "repository": "https://github.com/mathcoll/t6iot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.1.zip", + "archiveFileName": "t6iot-1.0.1.zip", + "size": 23493, + "checksum": "SHA-256:2ce053bd29cc601d4f9bca782d19bad603cdac158686ec5ba5d29197ab9c6ff4" }, { - "name": "CoopTask", - "version": "1.0.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.0.2", + "author": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "maintainer": "mathieu@internetcollaboratif.info \u003cMathieu Lory\u003e", + "sentence": "Library to connect t6 iot platform.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.0.0.zip", - "archiveFileName": "CoopTask-1.0.0.zip", - "size": 20254, - "checksum": "SHA-256:95aa748f80766129c059e9fcd0997455f93ad9a48b80665e6522907a6d348fab" + "repository": "https://github.com/mathcoll/t6iot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.2.zip", + "archiveFileName": "t6iot-1.0.2.zip", + "size": 632444, + "checksum": "SHA-256:136fb18c243543343cb2f1c48a5dcec2b05a04772b71803009d8cdb146df6ba4" }, { - "name": "CoopTask", - "version": "1.1.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.0.4", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.0.zip", - "archiveFileName": "CoopTask-1.1.0.zip", - "size": 20900, - "checksum": "SHA-256:3223523afcde071f0d8f83e7fc837e0c44b197ffdfa1c3d4e73c60e5e16a6fd9" + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "=5.13.14" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.4.zip", + "archiveFileName": "t6iot-1.0.4.zip", + "size": 634231, + "checksum": "SHA-256:89be19dceb5c418b7ecc2eed68802620b17b91fef99f2c6b4057ae888ca7d278" }, { - "name": "CoopTask", - "version": "1.1.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.1.0", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.1.zip", - "archiveFileName": "CoopTask-1.1.1.zip", - "size": 20917, - "checksum": "SHA-256:e3a799ff41c484a358b051d0d8b1491e3a14d227edcfeac34685ca3a11516bec" + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.15.1" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.1.0.zip", + "archiveFileName": "t6iot-1.1.0.zip", + "size": 634723, + "checksum": "SHA-256:3770cfc4dab052c23f57e749c7bde93c7c23e7bbbd249da74e15c9fd308e08aa" }, { - "name": "CoopTask", + "name": "t6iot", "version": "1.2.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.2.0.zip", - "archiveFileName": "CoopTask-1.2.0.zip", - "size": 21280, - "checksum": "SHA-256:53587becf68ba6258fd2592ab0062ef83bbbcd89173bd10e0c6acb5693715e17" + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.15.1" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + }, + { + "name": "ESP8266WebServerSecure" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "IoAbstraction" + }, + { + "name": "FS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.2.0.zip", + "archiveFileName": "t6iot-1.2.0.zip", + "size": 635643, + "checksum": "SHA-256:29d89a34b9682f815c151896928ebd8c128ff2808f6c90d3c2701b633fc22d6f" }, { - "name": "CoopTask", - "version": "1.3.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.4.3", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.0.zip", - "archiveFileName": "CoopTask-1.3.0.zip", - "size": 21416, - "checksum": "SHA-256:53c4d90ae3583f0c58d77004b6533c16037ac0d205dea023bc42fa7a0a3da7db" + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.15.1" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + }, + { + "name": "ESP8266WebServerSecure" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "IoAbstraction" + }, + { + "name": "FS" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.4.3.zip", + "archiveFileName": "t6iot-1.4.3.zip", + "size": 649151, + "checksum": "SHA-256:6f4f7384bb606631b0bcea83bff0c2ce394037ce5c037baab1631612de63beac" }, { - "name": "CoopTask", - "version": "1.3.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.0.3", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.1.zip", - "archiveFileName": "CoopTask-1.3.1.zip", - "size": 21584, - "checksum": "SHA-256:ec038cec15f54ac067937cefff1fcc8557cdb58e2443c9a6c90a8eedd6a847ef" + "repository": "https://github.com/mathcoll/t6iot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.0.3.zip", + "archiveFileName": "t6iot-1.0.3.zip", + "size": 639585, + "checksum": "SHA-256:62b9b10279dfadcd83b8e7138720ea96de8de0d261c947b46fe39d09e5dc61ab" }, { - "name": "CoopTask", - "version": "1.4.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "1.4.4", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6 framework Saas or On Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.0.zip", - "archiveFileName": "CoopTask-1.4.0.zip", - "size": 24587, - "checksum": "SHA-256:94462e8a9dc6f45914f718c3ded008a25e96fd584e854d15a5336e2c022cc5d4" + "repository": "https://github.com/mathcoll/t6iot.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.15.1" + }, + { + "name": "ArduinoOTA", + "version": "\u003e=1.0.0" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "sha256" + }, + { + "name": "WiFiClient" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WebServer" + }, + { + "name": "ESP8266WebServerSecure" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "IoAbstraction" + }, + { + "name": "FS" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-1.4.4.zip", + "archiveFileName": "t6iot-1.4.4.zip", + "size": 649151, + "checksum": "SHA-256:747f9f9e5b71b6a06f0950345e3e753f8f1337316a3fb482ddbe0847127b03d3" }, { - "name": "CoopTask", - "version": "1.4.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "2.0.3", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6iot framework SaaS or On-Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.1.zip", - "archiveFileName": "CoopTask-1.4.1.zip", - "size": 25741, - "checksum": "SHA-256:a51e936f4f79dbdb3e4d1da30d9830c84f4bd928a5c71b1d544f6f35cea0e769" + "repository": "https://github.com/mathcoll/t6iot.git", + "providesIncludes": [ + "t6iot_ssdp.h", + "t6iot_mdns.h", + "t6iot_websockets.h", + "t6iot_http.h" + ], + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.3" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "WiFi" + }, + { + "name": "base64" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-2.0.3.zip", + "archiveFileName": "t6iot-2.0.3.zip", + "size": 2043761, + "checksum": "SHA-256:bfd862ae5bbd8a7cc4d6c3239572f38960211dff099f3e3542ecfaad273bc900" }, { - "name": "CoopTask", - "version": "2.0.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "2.0.4", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6iot framework SaaS or On-Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.0.0.zip", - "archiveFileName": "CoopTask-2.0.0.zip", - "size": 30036, - "checksum": "SHA-256:28e150be361743b02231257d5335056714b2db0bc4ee5b54425f7ceb2853552c" + "repository": "https://github.com/mathcoll/t6iot.git", + "providesIncludes": [ + "t6iot_ssdp.h", + "t6iot_mdns.h", + "t6iot_websockets.h", + "t6iot_http.h", + "t6iot_audio.h" + ], + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.3" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "WiFi" + }, + { + "name": "base64" + }, + { + "name": "ConfigStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-2.0.4.zip", + "archiveFileName": "t6iot-2.0.4.zip", + "size": 2089642, + "checksum": "SHA-256:2da03aebccb4e081b8c2ede1dbda5cdd47b0b1f52a33e4a69c65301b8d69bd82" }, { - "name": "CoopTask", - "version": "2.0.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "t6iot", + "version": "2.0.6", + "author": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "maintainer": "Mathieu Lory \u003cmathieu@internetcollaboratif.info\u003e", + "sentence": "Library to connect Arduino Sensors to t6iot framework SaaS or On-Premise.", + "paragraph": "https://api.internetcollaboratif.info", + "website": "https://github.com/mathcoll/t6iot", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.0.1.zip", - "archiveFileName": "CoopTask-2.0.1.zip", - "size": 31396, - "checksum": "SHA-256:cb40392e669ad2c519586f3bcdbde252494568373dd45d315003e4fec4a80dfa" + "repository": "https://github.com/mathcoll/t6iot.git", + "providesIncludes": [ + "t6iot_ssdp.h", + "t6iot_mdns.h", + "t6iot_websockets.h", + "t6iot_http.h", + "t6iot_audio.h" + ], + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.3" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "WiFi" + }, + { + "name": "base64" + }, + { + "name": "ConfigStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathcoll/t6iot-2.0.6.zip", + "archiveFileName": "t6iot-2.0.6.zip", + "size": 2091232, + "checksum": "SHA-256:0c4485e87caeb7ee7cda83fd57b617dba1f5a29d0f5fb768e0df6c8972a672b6" }, { - "name": "CoopTask", - "version": "2.1.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "settingsManager", + "version": "1.0.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "Simple settings management for ESP8266", + "website": "http://github.com/marecl", + "category": "Data Storage", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.1.0.zip", - "archiveFileName": "CoopTask-2.1.0.zip", - "size": 31391, - "checksum": "SHA-256:0b011d2c3e75f33c5586b3da8f362acafea7f4d7fb583a5f000290f5355e2cbe" + "repository": "https://github.com/marecl/settingsManager.git", + "providesIncludes": [ + "src/settingsManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.0.zip", + "archiveFileName": "settingsManager-1.0.0.zip", + "size": 16257, + "checksum": "SHA-256:7f37b0da353fa3636bcb853fdc762724362a06edf730dbd2f959fd610ba80e5d" }, { - "name": "CoopTask", - "version": "2.2.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "settingsManager", + "version": "1.0.1", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "Simple settings management for ESP8266", + "website": "https://github.com/marecl/settingsManager", + "category": "Data Storage", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.2.0.zip", - "archiveFileName": "CoopTask-2.2.0.zip", - "size": 33676, - "checksum": "SHA-256:f1be98f1d6410d514139fa8f57665f7505553f86aa09e7ecb6a32d9164c6d67d" + "repository": "https://github.com/marecl/settingsManager.git", + "providesIncludes": [ + "settingsManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.1.zip", + "archiveFileName": "settingsManager-1.0.1.zip", + "size": 18140, + "checksum": "SHA-256:8a8e2bc05bf38b20729028219a033d99765b62f96d4af5bc93957cacf8c39781" }, { - "name": "CoopTask", - "version": "2.4.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "settingsManager", + "version": "1.0.2", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "Simple settings management for ESP8266", + "website": "https://github.com/marecl/settingsManager", + "category": "Data Storage", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.4.0.zip", - "archiveFileName": "CoopTask-2.4.0.zip", - "size": 34225, - "checksum": "SHA-256:40829e6e395d2e33c158c4231f94adf1af94af04f1ea610bfa4058687a82e17e" + "repository": "https://github.com/marecl/settingsManager.git", + "providesIncludes": [ + "settingsManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/settingsManager-1.0.2.zip", + "archiveFileName": "settingsManager-1.0.2.zip", + "size": 18309, + "checksum": "SHA-256:7577ca5cba033b23438fd885be5c0b7a3938711b0d0cd63a11e9e4311f0f69c1" }, { - "name": "CoopTask", - "version": "2.5.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "Stator", + "version": "0.6.0", + "author": "Timon Skerutsch", + "maintainer": "Timon Skerutsch", + "sentence": "For managing states of your variables", + "paragraph": "Turning your dumb numbers and strings into smart objects that know what was happening to them and when.", + "website": "https://github.com/PTS93/Stator", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.5.0.zip", - "archiveFileName": "CoopTask-2.5.0.zip", - "size": 34406, - "checksum": "SHA-256:244ee2afa3a3c893d3faa69c30c6d07d25cf0477df509b8b40bc0a550d4a87d2" + "repository": "https://github.com/PTS93/Stator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PTS93/Stator-0.6.0.zip", + "archiveFileName": "Stator-0.6.0.zip", + "size": 8437, + "checksum": "SHA-256:a470a555a1534aebbb7ad37111872755d7adbc5f3688912cac940da5d68e8398" }, { - "name": "CoopTask", - "version": "2.6.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SparkFun ADS1015 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter", + "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.6.0.zip", - "archiveFileName": "CoopTask-2.6.0.zip", - "size": 34367, - "checksum": "SHA-256:4d5eee589159dae9e40420fd09710e545dc9f9a5e945c91749befe0dcad76164" + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-1.0.1.zip", + "size": 14698, + "checksum": "SHA-256:49d6a5d0ff008ce419b126f41e2f1b49e602039a002cad23e3810a50b4349cbc" }, { - "name": "CoopTask", - "version": "2.6.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter", + "paragraph": "An Arduino Library for the ADS1015 ADC to I2C converter. Detects changes in bend of a flex sensor.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.6.1.zip", - "archiveFileName": "CoopTask-2.6.1.zip", - "size": 34421, - "checksum": "SHA-256:5bf5db0613d62fa8a1cbda2db778f599c5a2ddcc70418e31cd9a08c460a2827a" + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.0.0.zip", + "size": 28442, + "checksum": "SHA-256:a39f36a72c54efbee5f1e1d94e58a51a58a870a197e709965135330d03c489ad" }, { - "name": "CoopTask", - "version": "2.7.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", - "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.0.zip", - "archiveFileName": "CoopTask-2.7.0.zip", - "size": 34442, - "checksum": "SHA-256:80c0a0bcfb997194c3187eb92ece5639e2c4dfa07236571d92c25e719488e293" + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.1.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.1.0.zip", + "size": 28597, + "checksum": "SHA-256:277ce160a2db07dbe3048ebcacadcfd87175ac9a9b75f42260324ce4c6b55b61" }, { - "name": "CoopTask", - "version": "2.7.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.1.zip", - "archiveFileName": "CoopTask-2.7.1.zip", - "size": 34487, - "checksum": "SHA-256:8f0bb329ddd899bc5e4bfd6cb704e5727e8ac1bae5ad39bf0a0da3d04e5df468" + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.2.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.2.0.zip", + "size": 28600, + "checksum": "SHA-256:29557be02dcbbca5182b799d14774cb9315e7e8e23108c72ff8dda91bf3c8feb" }, { - "name": "CoopTask", - "version": "2.7.2", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.3.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.2.zip", - "archiveFileName": "CoopTask-2.7.2.zip", - "size": 34521, - "checksum": "SHA-256:ef3893ddb03da4c21f4596ab9b78226f69ba534ee56390fd4ee5582b4a365a10" + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.3.0.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.3.0.zip", + "size": 28622, + "checksum": "SHA-256:d8d36a115aa1996ba6a383dc22d9e231086fd8a902e6eda34b03c0478143c456" }, { - "name": "CoopTask", - "version": "2.8.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.3.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.8.0.zip", - "archiveFileName": "CoopTask-2.8.0.zip", - "size": 35111, - "checksum": "SHA-256:8e0be138c897e613ad4bd939bae35e803ca1000e407e018f53fdefaf3a4b7267" + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.3.1.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.3.1.zip", + "size": 31402, + "checksum": "SHA-256:7d64d8aec91bc194e0cb1cf4e84ae634caef5e6d56d56d045868742777a33511" }, { - "name": "CoopTask", - "version": "2.9.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "SparkFun ADS1015 Arduino Library", + "version": "2.3.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ADS1015 ADC to I2C converter used on the SparkFun Qwiic 12-bit ADC and Flex Glove Controller.", + "paragraph": "Arduino library for use with the Texas Instruments ADS1015. It can be used with most hardware designed around this chip. SparkFun has two products that use this chip (Qwiic ADC and Qwiic Flex glove controller), and so we have tailored the example sketchs (and some of the function names) to make most sense with each of these designs.", + "website": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.9.0.zip", - "archiveFileName": "CoopTask-2.9.0.zip", - "size": 35480, - "checksum": "SHA-256:9f12ee0a943fd7646bcf9ce4ee04d1f8925832552357ecb8707c532eb0c52edb" + "repository": "https://github.com/sparkfun/SparkFun_ADS1015_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS1015_Arduino_Library-2.3.2.zip", + "archiveFileName": "SparkFun_ADS1015_Arduino_Library-2.3.2.zip", + "size": 31824, + "checksum": "SHA-256:609a48d4534c7e88143c41db509ec565a920387ea9a481c6017b7e0f58e98425" }, { - "name": "CoopTask", - "version": "2.10.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "RBD_SerialManager", + "version": "1.0.0-alpha.1", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.10.0.zip", - "archiveFileName": "CoopTask-2.10.0.zip", - "size": 35583, - "checksum": "SHA-256:69f2bd7511022ea5487f505a518a8b7912ca1ea66b42b2d94b3c78cd78d2ce0e" + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.1.zip", + "archiveFileName": "RBD_SerialManager-1.0.0-alpha.1.zip", + "size": 15046, + "checksum": "SHA-256:b18cf8d310c5f764ab29f207ddbd6a61025a220a570eaa4a6532ad6be3a64067" }, { - "name": "CoopTask", - "version": "3.0.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "RBD_SerialManager", + "version": "1.0.0-alpha.2", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.0.0.zip", - "archiveFileName": "CoopTask-3.0.0.zip", - "size": 52483, - "checksum": "SHA-256:3eed7c25b86427f57934db0b0fe4d0e440531c8424313bde1ce2cf5e90dfe5b9" + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.2.zip", + "archiveFileName": "RBD_SerialManager-1.0.0-alpha.2.zip", + "size": 6156, + "checksum": "SHA-256:c1ee611505cf51a4fe29b6e7612a0214177987d728e2b736e709d93d0ea4ee44" }, { - "name": "CoopTask", - "version": "3.0.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "RBD_SerialManager", + "version": "1.0.0-alpha.3", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.0.1.zip", - "archiveFileName": "CoopTask-3.0.1.zip", - "size": 52447, - "checksum": "SHA-256:9339d718187770b5f81a42f6b8c0b4afb305d781fc48833506c8b0f74664d5bb" + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0-alpha.3.zip", + "archiveFileName": "RBD_SerialManager-1.0.0-alpha.3.zip", + "size": 6349, + "checksum": "SHA-256:3c68c8bcdabbf626c7c1573741fdaefbed27311d7b1bfd51b7c82b51d3e9fb3e" }, { - "name": "CoopTask", - "version": "3.1.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "RBD_SerialManager", + "version": "1.0.0", + "author": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "maintainer": "Alex Taujenis \u003calex.taujenis@gmail.com\u003e", + "sentence": "A simple interface for serial communication.", + "paragraph": "A simple interface for serial communication.", + "website": "https://github.com/alextaujenis/RBD_SerialManager", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.1.0.zip", - "archiveFileName": "CoopTask-3.1.0.zip", - "size": 52885, - "checksum": "SHA-256:1eed636c3ec1b9d602ac64ae0eed85e109cd21c45ed73d0aea1947e20ff7c958" + "repository": "https://github.com/alextaujenis/RBD_SerialManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alextaujenis/RBD_SerialManager-1.0.0.zip", + "archiveFileName": "RBD_SerialManager-1.0.0.zip", + "size": 6894, + "checksum": "SHA-256:dd1740c03f359468d6ab69c5fa636e9ddc8a31f82db28fe6dcf8de804a4570f3" }, { - "name": "CoopTask", - "version": "3.1.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "Arduino_OAuth", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] OAuth 1.0 client library for Arduino.", + "paragraph": "This library depends on ArduinoHttpClient and ArduinoBearSSL.", + "website": "http://github.com/arduino-libraries/Arduino_OAuth", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.1.1.zip", - "archiveFileName": "CoopTask-3.1.1.zip", - "size": 53929, - "checksum": "SHA-256:1be128dcd54e55283b3e66ecbe21d7494fc0ebf314a84d5607ef4af6a81cf32b" + "repository": "https://github.com/arduino-libraries/Arduino_OAuth.git", + "providesIncludes": [ + "Arduino_OAuth.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "ArduinoBearSSL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OAuth-0.1.0.zip", + "archiveFileName": "Arduino_OAuth-0.1.0.zip", + "size": 11784, + "checksum": "SHA-256:a0eadcb7be445ebe98bd00acbf74d7e79db07aeb0cfcde43fb149a84b1f0f4fa" }, { - "name": "CoopTask", - "version": "3.2.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "oatmeal-protocol", + "version": "1.1.0", + "author": "Isaac Turner \u003cturner.isaac@gmail.com\u003e, Félix Cormier \u003cfelix.cormier@shielddx.com\u003e, Mark Amery \u003cmark.amery@shielddx.com\u003e", + "maintainer": "Isaac Turner \u003cturner.isaac@gmail.com\u003e", + "sentence": "A protocol to control and communicate with Arduino devices from Python.", + "paragraph": "The protocol supports multiple data types including integers, strings, floats, booleans, lists and missing values (NULL/None/nil). It even supports nested and mixed type lists.", + "website": "https://github.com/shielddx/oatmeal-protocol", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.2.0.zip", - "archiveFileName": "CoopTask-3.2.0.zip", - "size": 54176, - "checksum": "SHA-256:031041f419b8ae256639b7b71be01602164f7c1f999103f506b5bc8f672d0dfa" + "repository": "https://github.com/shielddx/oatmeal-protocol.git", + "providesIncludes": [ + "oatmeal_protocol.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shielddx/oatmeal_protocol-1.1.0.zip", + "archiveFileName": "oatmeal_protocol-1.1.0.zip", + "size": 120723, + "checksum": "SHA-256:861164b7c2d77d9b70cd9092a8dbe834b5b9744f3919a3da5d2d0823bbcd8242" }, { - "name": "CoopTask", - "version": "3.2.1", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "TCS34725", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for TCS34725 RGB Color Sensor", + "paragraph": "Arduino library for TCS34725 RGB Color Sensor", + "website": "https://github.com/hideakitai", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.2.1.zip", - "archiveFileName": "CoopTask-3.2.1.zip", - "size": 54199, - "checksum": "SHA-256:9f98e3a3a7afe037d9e67c6bcf2fbbc2bb9d78278b82f9b07e8b868c37e78e70" + "repository": "https://github.com/hideakitai/TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCS34725-0.1.0.zip", + "archiveFileName": "TCS34725-0.1.0.zip", + "size": 7172, + "checksum": "SHA-256:3e27503630088193c0ed7d693ef141925774f3712fe9f0e8af85629df39554a6" }, { - "name": "CoopTask", - "version": "3.3.0", - "author": "Dirk O. Kaar", - "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", - "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", - "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", - "website": "https://github.com/dok-net/CoopTask", - "category": "Timing", + "name": "TCS34725", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for TCS34725 RGB Color Sensor", + "paragraph": "Arduino library for TCS34725 RGB Color Sensor", + "website": "https://github.com/hideakitai", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dok-net/CoopTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.0.zip", - "archiveFileName": "CoopTask-3.3.0.zip", - "size": 54461, - "checksum": "SHA-256:decb2c8f628457b11acabe6c729d7eb3d8a8371f1f65ef55c385ac67f179246f" + "repository": "https://github.com/hideakitai/TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCS34725-0.1.1.zip", + "archiveFileName": "TCS34725-0.1.1.zip", + "size": 7279, + "checksum": "SHA-256:26dd2dd663d87b9c366205c50130b36a166ecb51e8bc32f90d82ced6759db813" }, { - "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "name": "PeanutKing Soccer", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "sentence": "A library to drive the Texas Instruments TMP117 by I2C", - "paragraph": "Communicates with the TMP117 over I2C to quickly integrate a temperature sensor into your project.", - "website": "https://www.sparkfun.com/products/15413", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", "category": "Sensors", "architectures": [ "*" @@ -269048,20 +331256,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", - "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", - "size": 26866, - "checksum": "SHA-256:ae7d5fe21f45c193f1c95d71b5219e359251f8f1ac13d908c16015a29bed227c" + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.0.0.zip", + "archiveFileName": "PeanutKing_Soccer-1.0.0.zip", + "size": 13725, + "checksum": "SHA-256:5bc7fc7269b68e91318668bd379870ef621c98e5c8e09d6b1e70348b8fa001cb" }, { - "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", - "version": "1.1.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", - "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", - "website": "https://www.sparkfun.com/products/15413", + "name": "PeanutKing Soccer", + "version": "1.2.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", "category": "Sensors", "architectures": [ "*" @@ -269069,20 +331277,1022 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.1.1.zip", - "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.1.1.zip", - "size": 29585, - "checksum": "SHA-256:4fa8c69ceda8608480f68444c84914827c49febfa51fc0a0336ed9120b2b275d" + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.2.0.zip", + "archiveFileName": "PeanutKing_Soccer-1.2.0.zip", + "size": 14818, + "checksum": "SHA-256:4809e2a7c9886f3e3ff431a81a7562a21ff56e06f3259aaf8445ebf6e788d34b" }, { - "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "name": "PeanutKing Soccer", + "version": "1.3.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.0.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.0.zip", + "size": 14795, + "checksum": "SHA-256:93a2f050a2eaa26eaf6ccbe88c40d1df1e979652547209816d4ecb83f95c6fdb" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.1", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.1.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.1.zip", + "size": 14795, + "checksum": "SHA-256:681c1c356f5d1a9f77db74013a71d5a2eb4dbac66afefd5f20529a8d480e068f" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.2", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.2.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.2.zip", + "size": 15237, + "checksum": "SHA-256:2a1073e9f0d3b96a938b6543fae86ae0dbedd9a8792cb0d45fd74df993cb7650" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.3", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.3.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.3.zip", + "size": 15378, + "checksum": "SHA-256:fc702b3da5d57461b2e42ff884cad2ee41e3a65ce1363f5cbe824b5051dbe8be" + }, + { + "name": "PeanutKing Soccer", + "version": "1.3.5", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-1.3.5.zip", + "archiveFileName": "PeanutKing_Soccer-1.3.5.zip", + "size": 15420, + "checksum": "SHA-256:966c869aef6450efff43108ba50d7e706a6c385a513207cd061b3ef27b946f51" + }, + { + "name": "PeanutKing Soccer", + "version": "2.0.1", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.0.1.zip", + "archiveFileName": "PeanutKing_Soccer-2.0.1.zip", + "size": 26533, + "checksum": "SHA-256:79f9545fc6d85386645535cc29c52b0162fe1e4d9c9780d69ea14da97bd8fb8e" + }, + { + "name": "PeanutKing Soccer", + "version": "2.1.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.1.0.zip", + "archiveFileName": "PeanutKing_Soccer-2.1.0.zip", + "size": 28195, + "checksum": "SHA-256:bd4ab50025ec121be89346fbb58e3c3c0a7f076ddfb219ad570818af12c14a7e" + }, + { + "name": "PeanutKing Soccer", + "version": "2.2.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.0.zip", + "archiveFileName": "PeanutKing_Soccer-2.2.0.zip", + "size": 40513, + "checksum": "SHA-256:09809c639c4a13bf3489191278fb787a89b3c794bfffc5dcaef44d069fa94832" + }, + { + "name": "PeanutKing Soccer", + "version": "2.2.5", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.5.zip", + "archiveFileName": "PeanutKing_Soccer-2.2.5.zip", + "size": 41004, + "checksum": "SHA-256:fe43cccd7e2f174a3fba86bbb4f5aaba060ab2e07e4935e2deaf1d218c10ff8c" + }, + { + "name": "PeanutKing Soccer", + "version": "2.2.6", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.2.6.zip", + "archiveFileName": "PeanutKing_Soccer-2.2.6.zip", + "size": 41223, + "checksum": "SHA-256:c54aee14784ad248910daf0fbfa15ad304b75bd26091062c26b4eca4ac21a3b4" + }, + { + "name": "PeanutKing Soccer", + "version": "2.3.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-2.3.0.zip", + "archiveFileName": "PeanutKing_Soccer-2.3.0.zip", + "size": 59338, + "checksum": "SHA-256:b576d4e4885ab133b9eac20efe40e242520a5cc98562e654ec11b61c954fb346" + }, + { + "name": "PeanutKing Soccer", + "version": "3.1.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King, including V2, V3", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-3.1.0.zip", + "archiveFileName": "PeanutKing_Soccer-3.1.0.zip", + "size": 56395, + "checksum": "SHA-256:eca8ce3d8de591734086a5c3c714837a5d2494f963b0b42649776359dd24abfd" + }, + { + "name": "PeanutKing Soccer", + "version": "3.1.1", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King, including V2, V3", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-3.1.1.zip", + "archiveFileName": "PeanutKing_Soccer-3.1.1.zip", + "size": 57713, + "checksum": "SHA-256:64d0c94d373d0333ea05d48a304ff64064576611f919975d0ec22651fe0e7bae" + }, + { + "name": "PeanutKing Soccer", + "version": "3.1.2", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King, including V2, V3", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-3.1.2.zip", + "archiveFileName": "PeanutKing_Soccer-3.1.2.zip", + "size": 57822, + "checksum": "SHA-256:9f7c553bc90f05e05be1b4f7604f3cde1d9ad0d78474cf7a4f5060875edfacd9" + }, + { + "name": "PeanutKing Soccer", + "version": "3.2.0", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King, including V2, V3", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-3.2.0.zip", + "archiveFileName": "PeanutKing_Soccer-3.2.0.zip", + "size": 58979, + "checksum": "SHA-256:7e9f37d8160335a0e01c5aaaca2aef60907f5372a515671577e5da245efc5b78" + }, + { + "name": "PeanutKing Soccer", + "version": "3.2.2", + "author": "PeanutKing", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King, including V2, V3", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-3.2.2.zip", + "archiveFileName": "PeanutKing_Soccer-3.2.2.zip", + "size": 66757, + "checksum": "SHA-256:9ca82a4c23f670bd47dc856dfd14cb4e61b2c1b8a02d909f386c76a83e0a21e3" + }, + { + "name": "PeanutKing Soccer", + "version": "3.3.0", + "author": "PeanutKing Solutions", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling Soccer Robot by Peanut King.", + "paragraph": "Arduino library for controlling Soccer Robot by Peanut King, including V2, V3", + "website": "https://github.com/peanut-king-solution/PeanutKing_Soccer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_Soccer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_Soccer-3.3.0.zip", + "archiveFileName": "PeanutKing_Soccer-3.3.0.zip", + "size": 66882, + "checksum": "SHA-256:52d2023beaa213b850b6a2a07f0f9e6c6cc1a572f8006c5e9621594c8e047ae9" + }, + { + "name": "DS18B20", + "version": "1.0.0", + "author": "Mathias Munk Hansen", + "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", + "sentence": "Arduino library for the Maxim Integrated DS18B20 1-Wire temperature sensor.", + "paragraph": "This library is very simple and intuitive to use, and supports auto-discovering sensors with an optional high/low condition or manually addressing individual sensors.", + "website": "https://github.com/matmunk/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matmunk/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matmunk/DS18B20-1.0.0.zip", + "archiveFileName": "DS18B20-1.0.0.zip", + "size": 955396, + "checksum": "SHA-256:97e08b2dea9c468b52eea9182fadd3b7119cfb72e96bac9cb902dafcd3fb48ff" + }, + { + "name": "Matrix Mini Library", + "version": "1.1.0", + "author": "MATRIX", + "maintainer": "MATRIX \u003cservice1@kkitc.net \u003e", + "sentence": "MATRIX MINI Library", + "paragraph": "MATRIX MINI Library", + "website": "https://github.com/frason5566/MatrixMini-/tree/master/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-1.1.0.zip", + "archiveFileName": "Matrix_Mini_Library-1.1.0.zip", + "size": 117979, + "checksum": "SHA-256:b005c6e486934728abb8f2c75dc886b27870f510b888b902f940b4bb00763775" + }, + { + "name": "Matrix Mini Library", + "version": "2.1.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "Matrix Mini Library", + "paragraph": "Matrix Mini Library", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.1.0.zip", + "archiveFileName": "Matrix_Mini_Library-2.1.0.zip", + "size": 32723, + "checksum": "SHA-256:44fe76a47b05bf1fb8d77e54da0f763e2d251ae8d7b54a6e11e2c7e0f1283cb4" + }, + { + "name": "Matrix Mini Library", + "version": "2.2.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "Matrix Mini Library", + "paragraph": "Matrix Mini Library", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Color Sensor Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.2.0.zip", + "archiveFileName": "Matrix_Mini_Library-2.2.0.zip", + "size": 58788, + "checksum": "SHA-256:6de9cf8d939c00aa8dde08bbc528933379d9c9177e9b78b3f225d865aacfd962" + }, + { + "name": "Matrix Mini Library", + "version": "2.2.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "Matrix Mini Library", + "paragraph": "Matrix Mini Library", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Color Sensor Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.2.1.zip", + "archiveFileName": "Matrix_Mini_Library-2.2.1.zip", + "size": 53096, + "checksum": "SHA-256:4bbcb5432f0464761d205c3501f667ceff9d0feea3dd1c61a786039375573f8f" + }, + { + "name": "Matrix Mini Library", + "version": "2.3.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An Arduino based robot controller.", + "paragraph": "with the Matrix building system, you can make tons of projects. From basic tracking car to omni-directional mobile platform, you can make any ideas comes out of your mind.", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Controller" + }, + { + "name": "Matrix Color Sensor" + }, + { + "name": "Matrix Motion Sensor" + }, + { + "name": "Matrix Motor Extension" + }, + { + "name": "Matrix Servo Extension" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.3.1.zip", + "archiveFileName": "Matrix_Mini_Library-2.3.1.zip", + "size": 56507, + "checksum": "SHA-256:1c87ee9d28f27711b6c3939a5bc4a2bc8703c07003122c9a1550093da3907fc7" + }, + { + "name": "Matrix Mini Library", + "version": "2.3.2", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An Arduino based robot controller.", + "paragraph": "with the Matrix building system, you can make tons of projects. From basic tracking car to omni-directional mobile platform, you can make any ideas comes out of your mind.", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Controller" + }, + { + "name": "Matrix Color Sensor" + }, + { + "name": "Matrix Motion Sensor" + }, + { + "name": "Matrix Motor Extension" + }, + { + "name": "Matrix Servo Extension" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.3.2.zip", + "archiveFileName": "Matrix_Mini_Library-2.3.2.zip", + "size": 58935, + "checksum": "SHA-256:d02940d944fa0618775098f080c6801113fe04a6bba8c17d0376db0529a48f73" + }, + { + "name": "Matrix Mini Library", + "version": "2.4.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An Arduino based robot controller.", + "paragraph": "with the Matrix building system, you can make tons of projects. From basic tracking car to omni-directional mobile platform, you can make any ideas comes out of your mind.", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Controller" + }, + { + "name": "Matrix Color Sensor" + }, + { + "name": "Matrix Motion Sensor" + }, + { + "name": "Matrix Motor Extension" + }, + { + "name": "Matrix Servo Extension" + }, + { + "name": "Matrix Laser Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.4.0.zip", + "archiveFileName": "Matrix_Mini_Library-2.4.0.zip", + "size": 59547, + "checksum": "SHA-256:a35733146252985003a625186a704f08e672c133513d7c9011e307dfa2e8fd60" + }, + { + "name": "Matrix Mini Library", + "version": "2.4.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An Arduino based robot controller.", + "paragraph": "with the Matrix building system, you can make tons of projects. From basic tracking car to omni-directional mobile platform, you can make any ideas comes out of your mind.", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Controller" + }, + { + "name": "Matrix Color Sensor" + }, + { + "name": "Matrix Motion Sensor" + }, + { + "name": "Matrix Motor Extension" + }, + { + "name": "Matrix Servo Extension" + }, + { + "name": "Matrix Laser Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.4.1.zip", + "archiveFileName": "Matrix_Mini_Library-2.4.1.zip", + "size": 61159, + "checksum": "SHA-256:e35e14349dd011374ada46572e028e90f64ffbaf678ef983839fe517d5448558" + }, + { + "name": "Matrix Mini Library", + "version": "2.4.2", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An Arduino based robot controller.", + "paragraph": "with the Matrix building system, you can make tons of projects. From basic tracking car to omni-directional mobile platform, you can make any ideas comes out of your mind.", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Controller" + }, + { + "name": "Matrix Color Sensor" + }, + { + "name": "Matrix Motion Sensor" + }, + { + "name": "Matrix Motor Extension" + }, + { + "name": "Matrix Servo Extension" + }, + { + "name": "Matrix Laser Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.4.2.zip", + "archiveFileName": "Matrix_Mini_Library-2.4.2.zip", + "size": 61188, + "checksum": "SHA-256:47eb217f9fa0c9b1e734995a3d077b21f4d73a33a3f3b86477393ee6e258678b" + }, + { + "name": "Matrix Mini Library", + "version": "2.4.3", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An Arduino based robot controller.", + "paragraph": "with the Matrix building system, you can make tons of projects. From basic tracking car to omni-directional mobile platform, you can make any ideas comes out of your mind.", + "website": "https://github.com/Matrix-Robotics/MatrixMini", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/frason5566/MatrixMini.git", + "dependencies": [ + { + "name": "Matrix Controller" + }, + { + "name": "Matrix Color Sensor" + }, + { + "name": "Matrix Motion Sensor" + }, + { + "name": "Matrix Motor Extension" + }, + { + "name": "Matrix Servo Extension" + }, + { + "name": "Matrix Laser Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/frason5566/Matrix_Mini_Library-2.4.3.zip", + "archiveFileName": "Matrix_Mini_Library-2.4.3.zip", + "size": 65325, + "checksum": "SHA-256:cc22c327e5fc2c64c5c8e38195f33ecbb2b046266644a40e22376d1676c14a6e" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.0.0", + "author": "AllThingsTalk", + "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker.", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": [ + "ABPCredentials.h", + "LoRaModem.h", + "CborPayload.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.0.0.zip", + "size": 52001, + "checksum": "SHA-256:b33d17c95e1b4c73cd39c7dab62ca97a8a31fbba37f36d95e4a03d7204aad7b7" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.0", + "author": "AllThingsTalk", + "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LoRaWAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.0.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.0.zip", + "size": 484781, + "checksum": "SHA-256:6c76df191f5189a8b80826bde0880dba97a6e3d27861cc8533ffce51f400ea48" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.2", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LoRaWAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.2.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.2.zip", + "size": 497266, + "checksum": "SHA-256:8bcf89a38f8e5f672798158e88351da2335a341ae157342716a3f4705b52b29c" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.3", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LoRaWAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.3.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.3.zip", + "size": 499001, + "checksum": "SHA-256:85f8347d63d33320ce8da291e226277cf4d26c242cbcba58948fa1019329d1bb" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.4", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LoRaWAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.4.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.4.zip", + "size": 499691, + "checksum": "SHA-256:3a136c0cad72d1cbee3c6ff00cd8bf6ab497d7ba4de58c9082a76425ec30b79e" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.5", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LoRaWAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.5.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.5.zip", + "size": 499350, + "checksum": "SHA-256:d01908de7ea13b7e732083f091cae55352c8e180de4f90e4ee69bcf2572e4772" + }, + { + "name": "AllThingsTalk LoRaWAN SDK", + "version": "3.1.6", + "author": "AllThingsTalk", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "LoRaWAN SDK for AllThingsTalk Maker", + "paragraph": "Compatible with Microchip RN2483 and RN2903 devices.", + "website": "https://github.com/allthingstalk/arduino-lorawan-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-lorawan-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LoRaWAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LoRaWAN_SDK-3.1.6.zip", + "archiveFileName": "AllThingsTalk_LoRaWAN_SDK-3.1.6.zip", + "size": 502634, + "checksum": "SHA-256:4d6aac4207415f4449d8d44771dd8167e2f32ef6362d2ba0a41d25051ee71c24" + }, + { + "name": "MAX6675 with hardware SPI", + "version": "1.0.0", + "author": "Evgeny Kremer", + "maintainer": "Evgeny Kremer \u003cevgeny.kremer@gmail.com\u003e", + "sentence": "A library for MAX6675 thermocouple interface.", + "paragraph": "The library allows to control MAX6675 thermocouple interface. Uses hardware SPI and respects poll timings according to the datasheet", + "website": "https://github.com/zhenek-kreker/MAX6675", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zhenek-kreker/MAX6675.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zhenek-kreker/MAX6675_with_hardware_SPI-1.0.0.zip", + "archiveFileName": "MAX6675_with_hardware_SPI-1.0.0.zip", + "size": 4835, + "checksum": "SHA-256:4907f36c111983d8a588ef79f217d0ff5cee723e0e6866a38a1d4f361d72b6bb" + }, + { + "name": "LiquidCrystal_74HC595", + "version": "1.0.0", + "author": "Mathias Munk Hansen", + "maintainer": "Mathias Munk Hansen \u003cmatmunk@gmail.com\u003e", + "sentence": "This library allows an Arduino board to control most LCDs (Hitachi HD44780 based or compatible) through a 74HC595 shift register.", + "paragraph": "This provides a very cost effective way of reducing the number of pins needed to control an LCD (from 6 to 3 pins in 4 bit mode).", + "website": "https://github.com/matmunk/LiquidCrystal_74HC595", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matmunk/LiquidCrystal_74HC595.git", + "providesIncludes": [ + "LiquidCrystal_74HC595.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matmunk/LiquidCrystal_74HC595-1.0.0.zip", + "archiveFileName": "LiquidCrystal_74HC595-1.0.0.zip", + "size": 430570, + "checksum": "SHA-256:416e8776ca068e28cc75e753a79bb2fbb6f7836bdd297989b5c9df6cc7bddfba" + }, + { + "name": "VGAX", "version": "1.2.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", - "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", - "website": "https://www.sparkfun.com/products/15413", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA signal generator for UNO and MEGA", + "paragraph": "Supports 120x60px 2bpp on Arduino UNO and 120x240px 2bpp on Arduino MEGA", + "website": "https://github.com/smaffer/vgax", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smaffer/vgax.git", + "providesIncludes": [ + "VGAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/VGAX-1.2.0.zip", + "archiveFileName": "VGAX-1.2.0.zip", + "size": 2086086, + "checksum": "SHA-256:00aca9d272f8aaf401c226f4d0bef2e5fe442de3310411431c1578cf3cd8acdf" + }, + { + "name": "VGAXUA", + "version": "1.0.0", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA UART signal generator for UNO and MEGA", + "paragraph": "Supports monocromatic 192x80px on Arduino UNO and 200x240px on Arduino MEGA", + "website": "https://github.com/smaffer/vgaxua", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smaffer/vgaxua.git", + "providesIncludes": [ + "VGAXUA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/VGAXUA-1.0.0.zip", + "archiveFileName": "VGAXUA-1.0.0.zip", + "size": 2947510, + "checksum": "SHA-256:e0f5371c2443aa4567dc4c944d50a4d6efd6740e949b97e3080d778d70013cf2" + }, + { + "name": "ESPVGAX", + "version": "1.0.0", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA signal generator for ESP8266", + "paragraph": "Supports monocromatic 512x480px with additional dynamic colors", + "website": "https://github.com/smaffer/espvgax", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smaffer/espvgax.git", + "providesIncludes": [ + "ESPVGAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/ESPVGAX-1.0.0.zip", + "archiveFileName": "ESPVGAX-1.0.0.zip", + "size": 2699051, + "checksum": "SHA-256:2f2621ae3656aa75d88d33cd1aceb45f85c4a29519f8391c01ea774aea63b93d" + }, + { + "name": "CM1106 I2C", + "version": "1.0.0", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic CM1106 I2C", + "paragraph": "Arduino library to control Cubic CM1106 I2C", + "website": "https://github.com/neosarchizo/cm1106_i2c", "category": "Sensors", "architectures": [ "*" @@ -269090,20 +332300,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.0.zip", - "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.0.zip", - "size": 31616, - "checksum": "SHA-256:764fe8d0028850a5c55f7ec473b8bf791863cbaa3196bd9c83a5daaa48e69d42" + "repository": "https://github.com/neosarchizo/cm1106_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.0.zip", + "archiveFileName": "CM1106_I2C-1.0.0.zip", + "size": 18073, + "checksum": "SHA-256:264588ba907a11a563554e31aedbe9b27fadb387cc4ec11fa1884ff6383cf2cd" }, { - "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", - "version": "1.2.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", - "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", - "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "name": "CM1106 I2C", + "version": "1.0.1", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic CM1106 I2C", + "paragraph": "Arduino library to control Cubic CM1106 I2C", + "website": "https://github.com/neosarchizo/cm1106_i2c", "category": "Sensors", "architectures": [ "*" @@ -269111,20 +332321,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.1.zip", - "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.1.zip", - "size": 31946, - "checksum": "SHA-256:1241789101702d8e5ebc08795ce8551a6b11b1ff06e4b628c3c91cb6d74234f0" + "repository": "https://github.com/neosarchizo/cm1106_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.1.zip", + "archiveFileName": "CM1106_I2C-1.0.1.zip", + "size": 18377, + "checksum": "SHA-256:8b9c5176b73b1122621655ab8cb144dc20f8776a100c055e147a7dbc5c922a86" }, { - "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", - "version": "1.2.2", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", - "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", - "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "name": "CM1106 I2C", + "version": "1.0.2", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic CM1106 I2C", + "paragraph": "Arduino library to control Cubic CM1106 I2C", + "website": "https://github.com/neosarchizo/cm1106_i2c", "category": "Sensors", "architectures": [ "*" @@ -269132,213 +332342,389461 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.2.zip", - "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.2.zip", - "size": 32067, - "checksum": "SHA-256:715cb1c058040733b1b5941c1f302ce8cf656ae221d85e258a0d74f6d5198668" + "repository": "https://github.com/neosarchizo/cm1106_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CM1106_I2C-1.0.2.zip", + "archiveFileName": "CM1106_I2C-1.0.2.zip", + "size": 18584, + "checksum": "SHA-256:328064bc7079e82a0e943089893a036fdedb069b7395943964b62ff1c843bc31" + }, + { + "name": "Virtuino library for all ESP8266 and ESP32 boards", + "version": "1.7.2", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoESP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iliaslamprou/virtuinoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", + "archiveFileName": "Virtuino_library_for_all_ESP8266_and_ESP32_boards-1.7.2.zip", + "size": 22067, + "checksum": "SHA-256:3ac363ba4015b54504cf9e32d4e57f006a1eaf22c0166f402101b03e25784e9a" + }, + { + "name": "NeuralNetwork", + "version": "1.0.0", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.0.zip", + "archiveFileName": "NeuralNetwork-1.0.0.zip", + "size": 20466, + "checksum": "SHA-256:5343a11e2a5e49400a3d4bd22bdb5519d689250b9fe03fa16a95ae4c5669caf4" + }, + { + "name": "NeuralNetwork", + "version": "1.0.2", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.2.zip", + "archiveFileName": "NeuralNetwork-1.0.2.zip", + "size": 20584, + "checksum": "SHA-256:c4642191264f7eb4a6178bb543fe56f93b3278684e2dab2a36efe477aad9389b" + }, + { + "name": "NeuralNetwork", + "version": "1.0.1", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.0.1.zip", + "archiveFileName": "NeuralNetwork-1.0.1.zip", + "size": 20585, + "checksum": "SHA-256:f76d6b59e84e88b32d5c9ea339e39eb9267bbe2ceac49cade44c39ef61515f33" + }, + { + "name": "NeuralNetwork", + "version": "1.7.0", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.7.0.zip", + "archiveFileName": "NeuralNetwork-1.7.0.zip", + "size": 60478, + "checksum": "SHA-256:d518c9dc5dc4117653abeaace92cfad752001526f4297bcbca8834c68fff4e98" + }, + { + "name": "NeuralNetwork", + "version": "1.7.9", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.7.9.zip", + "archiveFileName": "NeuralNetwork-1.7.9.zip", + "size": 60809, + "checksum": "SHA-256:b0a08c6f634b1800219709374e9fca7c0426dd7c432b7a6bb414017a5817b3a3" + }, + { + "name": "NeuralNetwork", + "version": "1.8.1", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "Love Everything and everyone, wish you the best.", + "website": "https://github.com/GiorgosXou/NeuralNetworks", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-1.8.1.zip", + "archiveFileName": "NeuralNetwork-1.8.1.zip", + "size": 64550, + "checksum": "SHA-256:4e049987d97b21e44a8022f325f9d72399445f7d83311a6b1d7edc4b29de295f" + }, + { + "name": "NeuralNetwork", + "version": "2.0.0", + "author": "George Chousos", + "maintainer": "gxousos@gmail.com", + "sentence": "Simple MLP Neural-Network Library.", + "paragraph": "❤ Easy to use with user preference optimizations and support for: SD, PROGMEM, EEPROM, custom functions and ESP32-S3 SIMD functionalities.", + "website": "https://github.com/GiorgosXou/NeuralNetworks", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GiorgosXou/NeuralNetworks.git", + "providesIncludes": [ + "NeuralNetwork.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GiorgosXou/NeuralNetwork-2.0.0.zip", + "archiveFileName": "NeuralNetwork-2.0.0.zip", + "size": 82883, + "checksum": "SHA-256:d3cddeb41eeb95cda117343940ff5e6087382b8f732668044f595ec0dcf7b9d1" + }, + { + "name": "Witty", + "version": "1.0.1", + "author": "Didel \u003cinfo@didel.com\u003e", + "maintainer": "Boxtec \u003cinfo@boxtec.ch\u003e", + "sentence": "Witty Support Library", + "paragraph": "Several support libraries for the Witty self-balancing 2WD bot from Didel.com. See the WittyQuickStartGuide.pdf in the docs folder.", + "website": "https://git.boxtec.ch/didel/Witty", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boxtec/Witty.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boxtec/Witty-1.0.1.zip", + "archiveFileName": "Witty-1.0.1.zip", + "size": 2069981, + "checksum": "SHA-256:ea80deef3cb8d856342d7a32dc88a14bf1023706a8da139933b9654876e2bd1b" + }, + { + "name": "Virtuino library for STM32 boards", + "version": "1.6.3", + "author": "\u003ciliaslampr@gmail.com\u003e", + "maintainer": "\u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuino_stm32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iliaslamprou/virtuino_stm32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino_library_for_STM32_boards-1.6.3.zip", + "archiveFileName": "Virtuino_library_for_STM32_boards-1.6.3.zip", + "size": 55293, + "checksum": "SHA-256:0ae5b5f36512d3988fbbef2b0e6a9885b37725ed08179eb2ba35fed8897556aa" + }, + { + "name": "PWMFreak", + "version": "0.2.0", + "author": "Colin MacKenzie", + "maintainer": "colin@flyingeinstein.com", + "sentence": "Configures the PWM frequency on a pin", + "paragraph": "A very small library for configuring the PWM frequency for AVR based Arduinos. At least some of this code has been copied from the Internet, see PWMFreak.h for attribution.", + "website": "https://github.com/flyingeinstein/PWMFreak", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guru-florida/PWMFreak.git", + "providesIncludes": [ + "PWMFreak.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guru-florida/PWMFreak-0.2.0.zip", + "archiveFileName": "PWMFreak-0.2.0.zip", + "size": 3345, + "checksum": "SHA-256:55853b781f0831b67ce98f105a2d9b2ed2ae71286f9f4fa326afbcfc7b1369fd" + }, + { + "name": "UARDECS Library", + "version": "1.2.1", + "author": "H.kurosaki,K.yasuba", + "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", + "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", + "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. It corresponds to Arduino UNO or MEGA. Always requires Ethernet shield2.", + "website": "http://uecs.org/arduino/uardecs.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/H-Kurosaki/UARDECS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_Library-1.2.1.zip", + "archiveFileName": "UARDECS_Library-1.2.1.zip", + "size": 75165, + "checksum": "SHA-256:0200f290145d556066b28df63bffa01eba5c4b5ecd59be3b37489ab458da0305" + }, + { + "name": "UARDECS Library", + "version": "2.0.0", + "author": "H.kurosaki,K.yasuba", + "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", + "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", + "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. It corresponds to Arduino UNO or MEGA. Always requires Ethernet shield2.", + "website": "http://uecs.org/arduino/uardecs.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/H-Kurosaki/UARDECS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_Library-2.0.0.zip", + "archiveFileName": "UARDECS_Library-2.0.0.zip", + "size": 76010, + "checksum": "SHA-256:5d03a68cdbb9f6a5907697c442f74e07e012cb242dea12d2908103ca129b345d" + }, + { + "name": "uMulti", + "version": "0.1.0", + "author": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "maintainer": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "sentence": "Cooperative multitasking for the AVR line of microcontrollers.", + "paragraph": "Cooperative multitasking for the AVR line of microcontrollers. Focused on minimal memory usage and ease of use.", + "website": "https://github.com/byronholldorf/uMulti", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/byronholldorf/uMulti.git", + "providesIncludes": [ + "uMulti.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/byronholldorf/uMulti-0.1.0.zip", + "archiveFileName": "uMulti-0.1.0.zip", + "size": 8620, + "checksum": "SHA-256:f00d32929ffcd25d7a78b88ce81d3a280b94e969d98f67f8bd3e8cbe5b95c44b" + }, + { + "name": "uMulti", + "version": "0.1.1", + "author": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "maintainer": "Byron Holldorf \u003cbyronholldorf at gmail.com\u003e", + "sentence": "Cooperative multitasking for the AVR line of microcontrollers.", + "paragraph": "Cooperative multitasking for the AVR line of microcontrollers. Focused on minimal memory usage and ease of use. Uses memory compaction technique to maximize stack usage.", + "website": "https://github.com/byronholldorf/uMulti", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/byronholldorf/uMulti.git", + "providesIncludes": [ + "uMulti.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/byronholldorf/uMulti-0.1.1.zip", + "archiveFileName": "uMulti-0.1.1.zip", + "size": 8654, + "checksum": "SHA-256:541e786b94c63f030a4407003635ddd4799e4773caa8117b49e92e5448e38523" + }, + { + "name": "databot", + "version": "0.1.0", + "author": "Sean Tucker", + "maintainer": "Sean Tucker", + "sentence": "Code to get your databot running", + "paragraph": "Code to get your databot running", + "website": "https://github.com/arbotics-llc/databot-arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.0.zip", + "archiveFileName": "databot-0.1.0.zip", + "size": 258968, + "checksum": "SHA-256:40cd89f216124ed0190f21008b5c24305511c12c4ac1d5a9efe404dec64634f2" + }, + { + "name": "databot", + "version": "0.1.2", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting daboto, based on arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.2.zip", + "archiveFileName": "databot-0.1.2.zip", + "size": 268843, + "checksum": "SHA-256:2baade7eee10701e509546682e9f3bdc96699b8d36bcdaecabbb2e12c40c7018" + }, + { + "name": "databot", + "version": "0.1.4", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.4.zip", + "archiveFileName": "databot-0.1.4.zip", + "size": 270444, + "checksum": "SHA-256:625cff710d5d5d38ddedcfb9584a083cfe093885b5a4854c78c66be1b0876ba4" + }, + { + "name": "databot", + "version": "0.1.5", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.5.zip", + "archiveFileName": "databot-0.1.5.zip", + "size": 270421, + "checksum": "SHA-256:54f1ef15cf5fabf2bcb89c000b7894d02d08a061bf79d8e8c00dc8e379930959" + }, + { + "name": "databot", + "version": "0.1.6", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.6.zip", + "archiveFileName": "databot-0.1.6.zip", + "size": 270434, + "checksum": "SHA-256:160213df38ad20e725f47bfc941dad60aec89335f87c409ec17271122dfee463" + }, + { + "name": "databot", + "version": "0.1.7", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.7.zip", + "archiveFileName": "databot-0.1.7.zip", + "size": 273630, + "checksum": "SHA-256:b4bd352bbc383cbb150bd98c8c922122be965212bdd8a9fe244ff927f8901061" + }, + { + "name": "databot", + "version": "0.1.8", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.8.zip", + "archiveFileName": "databot-0.1.8.zip", + "size": 276856, + "checksum": "SHA-256:cb808986ff2b7d3a0a96072f9d7241e9f1c98aa56c635966f0e8da9bdbb94654" + }, + { + "name": "databot", + "version": "0.1.9", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.1.9.zip", + "archiveFileName": "databot-0.1.9.zip", + "size": 280086, + "checksum": "SHA-256:033ae32605581caeaecbe91e8bb672697e2f93953bd04fd340d47a5e25b906a2" + }, + { + "name": "databot", + "version": "0.2.0", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.0.zip", + "archiveFileName": "databot-0.2.0.zip", + "size": 237857, + "checksum": "SHA-256:df4e00a953956d83524bdeccacde202acbaad9ba5336fcdd23c7649be7b2cdde" + }, + { + "name": "databot", + "version": "0.2.1", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.1.zip", + "archiveFileName": "databot-0.2.1.zip", + "size": 259379, + "checksum": "SHA-256:f44ffe8e9a5d388716662dbac5741cd83b069b811271cb3269c43c006a3ee4d8" + }, + { + "name": "databot", + "version": "0.2.3", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.3.zip", + "archiveFileName": "databot-0.2.3.zip", + "size": 259291, + "checksum": "SHA-256:b53cf7c1871efabfeb0c324ed7f02f2528c80e4f3054912beb4d1d9ede06dd2d" + }, + { + "name": "databot", + "version": "0.2.4", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.4.zip", + "archiveFileName": "databot-0.2.4.zip", + "size": 259366, + "checksum": "SHA-256:9f9c5ea9c0b3f11837dab1abb06e113142d01c9797125e2b641a8c2afa970b79" + }, + { + "name": "databot", + "version": "0.2.5", + "author": "aRbotics, LLC", + "maintainer": "Sean Tucker", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-0.2.5.zip", + "archiveFileName": "databot-0.2.5.zip", + "size": 259373, + "checksum": "SHA-256:de026a51d06b5c4bd6c3b04737357f74b758486d909cda463af59366a80f9661" + }, + { + "name": "databot", + "version": "1.1.1", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.1.1.zip", + "archiveFileName": "databot-1.1.1.zip", + "size": 252084, + "checksum": "SHA-256:c0467f8a4aa305ca61dd987e8cd6e0a8accd58cbdb1894a5ab771b030924914e" + }, + { + "name": "databot", + "version": "1.2.0", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.2.0.zip", + "archiveFileName": "databot-1.2.0.zip", + "size": 252076, + "checksum": "SHA-256:0174bde1dc036f8ad675e40a793e1cedc03089629a60295bcfd00f39394e9ab5" + }, + { + "name": "databot", + "version": "1.2.1", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_arduino", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot-1.2.1.zip", + "archiveFileName": "databot-1.2.1.zip", + "size": 252153, + "checksum": "SHA-256:2742dc4a62db620c8c6c21c37607a4bea077147299da676547c798dc18545940" + }, + { + "name": "Adafruit BD3491FS", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BD3491FS", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.0.0.zip", + "archiveFileName": "Adafruit_BD3491FS-1.0.0.zip", + "size": 8798, + "checksum": "SHA-256:13be35070e9c427ffa3dd7e002b5c9881ef22524d479563e8d3d67a3802852db" + }, + { + "name": "Adafruit BD3491FS", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BD3491FS", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.1.0.zip", + "archiveFileName": "Adafruit_BD3491FS-1.1.0.zip", + "size": 8697, + "checksum": "SHA-256:1c51e608cba4e378759136e5e444fb1c54495af4c0c52399173d612124d977a2" + }, + { + "name": "Adafruit BD3491FS", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "paragraph": "Arduino library for the BD3491FS Sound Processor in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BD3491FS", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BD3491FS.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BD3491FS-1.1.2.zip", + "archiveFileName": "Adafruit_BD3491FS-1.1.2.zip", + "size": 8697, + "checksum": "SHA-256:1e7200ecff5674dad1ac0ba4ffe4c845dbab77e2acbe13cbc60becf7b46c47f7" + }, + { + "name": "RadioLib", + "version": "1.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.0.0.zip", + "archiveFileName": "RadioLib-1.0.0.zip", + "size": 852350, + "checksum": "SHA-256:bf897bfbd22bb95c9dda20b995faae2f75dfb5bf69ed164b9f971d1659858184" + }, + { + "name": "RadioLib", + "version": "1.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.1.0.zip", + "archiveFileName": "RadioLib-1.1.0.zip", + "size": 864402, + "checksum": "SHA-256:e7fe0cafcf831a2e7a498202b6a8217fd61166a2882ac0f83334c46adef65d54" + }, + { + "name": "RadioLib", + "version": "1.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.0.zip", + "archiveFileName": "RadioLib-1.2.0.zip", + "size": 873804, + "checksum": "SHA-256:c464167f6070d321ccf0a990dd768aeeb9bf504ba99197bd495b04cf1236821e" + }, + { + "name": "RadioLib", + "version": "1.2.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.1.zip", + "archiveFileName": "RadioLib-1.2.1.zip", + "size": 874104, + "checksum": "SHA-256:9491485880e4931b6b378808c5cef238f4c1da333e14cf0e0eb3123b9271bc9e" + }, + { + "name": "RadioLib", + "version": "1.2.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.2.2.zip", + "archiveFileName": "RadioLib-1.2.2.zip", + "size": 875127, + "checksum": "SHA-256:80a7c1f174bbab0d7ac476a0918aaafe8d3d24de387f6cf876ebf199a019823f" + }, + { + "name": "RadioLib", + "version": "1.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.3.0.zip", + "archiveFileName": "RadioLib-1.3.0.zip", + "size": 875356, + "checksum": "SHA-256:a940299c5c6483630f8169299a7c8f2d5d57ba2be78e48d0dccb9cd6759796a2" + }, + { + "name": "RadioLib", + "version": "1.4.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.4.0.zip", + "archiveFileName": "RadioLib-1.4.0.zip", + "size": 875681, + "checksum": "SHA-256:c31aa20e8ee936d386d10fb46e1e9425285f86e51c92cf3e0f62abca4ea5c09e" + }, + { + "name": "RadioLib", + "version": "1.5.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.5.0.zip", + "archiveFileName": "RadioLib-1.5.0.zip", + "size": 875773, + "checksum": "SHA-256:34e37fe1c858b29d439ad832f37ccafced1394b38d751f2b3a27ee34fb0bd165" + }, + { + "name": "RadioLib", + "version": "1.6.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.6.1.zip", + "archiveFileName": "RadioLib-1.6.1.zip", + "size": 877256, + "checksum": "SHA-256:0deb6370860ab19306d0aa4af3a82f6bd413ea0fc6284304edb1531ee916f172" + }, + { + "name": "RadioLib", + "version": "1.7.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.7.0.zip", + "archiveFileName": "RadioLib-1.7.0.zip", + "size": 878923, + "checksum": "SHA-256:3c23fcf3935eb92033b2c40c8d8eccec80f1f2a857eccce28f1a345d513d9329" + }, + { + "name": "RadioLib", + "version": "1.8.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-1.8.0.zip", + "archiveFileName": "RadioLib-1.8.0.zip", + "size": 883742, + "checksum": "SHA-256:da8c3539d4475d058b7ddc7c8b435d6e6162569a73ef312b6c317757d42c88cd" + }, + { + "name": "RadioLib", + "version": "2.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-2.0.0.zip", + "archiveFileName": "RadioLib-2.0.0.zip", + "size": 890436, + "checksum": "SHA-256:934be137f6ebf7ab7456729175877c7154c4c6fd55460329f2ae1eacc6044609" + }, + { + "name": "RadioLib", + "version": "2.0.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-2.0.1.zip", + "archiveFileName": "RadioLib-2.0.1.zip", + "size": 890794, + "checksum": "SHA-256:25445744422bb4721f32c0048a5a801c3529558e1824286a77fd3c22c8dc2fc5" + }, + { + "name": "RadioLib", + "version": "3.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.0.0.zip", + "archiveFileName": "RadioLib-3.0.0.zip", + "size": 894716, + "checksum": "SHA-256:ad3f6b87ad82d24bbb14002bf0cfb304138f1fcfb136b20ced6ed1ccd437a93b" + }, + { + "name": "RadioLib", + "version": "3.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.0.zip", + "archiveFileName": "RadioLib-3.1.0.zip", + "size": 895564, + "checksum": "SHA-256:81dac986af83b0da1b181d8ca17f19f7eebcfe49ae7082e674b461eee0a3baca" + }, + { + "name": "RadioLib", + "version": "3.1.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.1.zip", + "archiveFileName": "RadioLib-3.1.1.zip", + "size": 895647, + "checksum": "SHA-256:30315fcceae551d0652b3996fc200530c5a8136d6e3de347784c5cb4b58cd064" + }, + { + "name": "RadioLib", + "version": "3.1.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.1.2.zip", + "archiveFileName": "RadioLib-3.1.2.zip", + "size": 895725, + "checksum": "SHA-256:4d9dc12de1275e33cf65c0f6ec4e05df5fd5bf1546c8c70e1ffe7481296c7f7b" + }, + { + "name": "RadioLib", + "version": "3.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.0.zip", + "archiveFileName": "RadioLib-3.2.0.zip", + "size": 895534, + "checksum": "SHA-256:d0f4b94a49de84cef506633083fa6739eaebcf3a693823e399493b81b075d96a" + }, + { + "name": "RadioLib", + "version": "3.2.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.1.zip", + "archiveFileName": "RadioLib-3.2.1.zip", + "size": 895900, + "checksum": "SHA-256:bd5c6204e4b3f7bb884e2b4987e3fa9efbb8363d8294406de1935c66a8d5e7f1" + }, + { + "name": "RadioLib", + "version": "3.2.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.2.zip", + "archiveFileName": "RadioLib-3.2.2.zip", + "size": 895895, + "checksum": "SHA-256:4028e9df5c591c744412ab9fcadb7554de3eca4a2726e970a1649a75800db1ae" + }, + { + "name": "RadioLib", + "version": "3.2.3", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.2.3.zip", + "archiveFileName": "RadioLib-3.2.3.zip", + "size": 895916, + "checksum": "SHA-256:48ca3fb79d0316625cdf3d6a1d4d1db2950c5562ce27515c8956d656d9564795" + }, + { + "name": "RadioLib", + "version": "3.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.3.0.zip", + "archiveFileName": "RadioLib-3.3.0.zip", + "size": 907063, + "checksum": "SHA-256:91b4401a718ad270f59875e3c2d4f55683b8618fa687e2d17dbaa5b3ecd4d193" + }, + { + "name": "RadioLib", + "version": "3.3.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.3.1.zip", + "archiveFileName": "RadioLib-3.3.1.zip", + "size": 907122, + "checksum": "SHA-256:b7b1dc7f624124a9f6dc5983d3373d35fe41761430858326bf29146d73a14bcc" + }, + { + "name": "RadioLib", + "version": "3.4.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.4.0.zip", + "archiveFileName": "RadioLib-3.4.0.zip", + "size": 907650, + "checksum": "SHA-256:7eb5630cca7faff5319b34311675f1c1f6b32ff01529b021997bb2c0551bb05e" + }, + { + "name": "RadioLib", + "version": "3.5.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.5.0.zip", + "archiveFileName": "RadioLib-3.5.0.zip", + "size": 989162, + "checksum": "SHA-256:91123287a47f6ec8cf248429bf1d1096ac3293bdcea63d587eed694230b8bfc6" + }, + { + "name": "RadioLib", + "version": "3.6.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.0.zip", + "archiveFileName": "RadioLib-3.6.0.zip", + "size": 1007761, + "checksum": "SHA-256:49431733191d2d5b24ca77d81531202c18282a5fc51fa564d63e1ffa1619bc1c" + }, + { + "name": "RadioLib", + "version": "3.6.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.1.zip", + "archiveFileName": "RadioLib-3.6.1.zip", + "size": 1007764, + "checksum": "SHA-256:01a0b37c73b79c4471c743a327f84ef14747d5e408d60f09c68fbabca568f157" + }, + { + "name": "RadioLib", + "version": "3.6.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.6.2.zip", + "archiveFileName": "RadioLib-3.6.2.zip", + "size": 1007802, + "checksum": "SHA-256:839ad5be145ef670c7ea79937af4c3be34e4f00cd7363a8f10329f9176db2d0c" + }, + { + "name": "RadioLib", + "version": "3.7.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-3.7.0.zip", + "archiveFileName": "RadioLib-3.7.0.zip", + "size": 1011126, + "checksum": "SHA-256:0987006f12ebe2651218d41e679d2118d04efe71934ab710406e37b6613bce99" + }, + { + "name": "RadioLib", + "version": "4.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.0.zip", + "archiveFileName": "RadioLib-4.0.0.zip", + "size": 1011064, + "checksum": "SHA-256:5ac437a7f0870873555b2ccf7ef122504c67a7ab8168d2c77f48839d7b3d3137" + }, + { + "name": "RadioLib", + "version": "4.0.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.1.zip", + "archiveFileName": "RadioLib-4.0.1.zip", + "size": 1011977, + "checksum": "SHA-256:a9de6b0144cdc8bf9ea32c9d35cac2f22b21a9781f8bb06cc80703710b529f33" + }, + { + "name": "RadioLib", + "version": "4.0.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.2.zip", + "archiveFileName": "RadioLib-4.0.2.zip", + "size": 1012837, + "checksum": "SHA-256:7765dbc673e194bf3877f5b606a7f07a66a5c92f3fa79a329a3d8483073662fc" + }, + { + "name": "RadioLib", + "version": "4.0.3", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.3.zip", + "archiveFileName": "RadioLib-4.0.3.zip", + "size": 1013788, + "checksum": "SHA-256:5ea5755596814e1c72bde7bd5517e0c2e8e13499349ed8477edaf6a34da71178" + }, + { + "name": "RadioLib", + "version": "4.0.4", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.4.zip", + "archiveFileName": "RadioLib-4.0.4.zip", + "size": 1015994, + "checksum": "SHA-256:d1034f7b8674d7229145693239e17a20ff39cd09fa9053f21c32db2bbf44ead7" + }, + { + "name": "RadioLib", + "version": "4.0.5", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.5.zip", + "archiveFileName": "RadioLib-4.0.5.zip", + "size": 1016105, + "checksum": "SHA-256:738f477bf9304ca9f7d82619a01a59c8da4e64523e5b3f158e5f2716c100b27b" + }, + { + "name": "RadioLib", + "version": "4.0.6", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.0.6.zip", + "archiveFileName": "RadioLib-4.0.6.zip", + "size": 1016738, + "checksum": "SHA-256:b1243191971a48c575d3adb055ef7841830c83999f8aedae3ec59570ef8f237d" + }, + { + "name": "RadioLib", + "version": "4.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.1.0.zip", + "archiveFileName": "RadioLib-4.1.0.zip", + "size": 1019443, + "checksum": "SHA-256:00a0dc259c3e677bef9828942ad69345dc87bbed9c1962c4309bffefa6612aaa" + }, + { + "name": "RadioLib", + "version": "4.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.2.0.zip", + "archiveFileName": "RadioLib-4.2.0.zip", + "size": 1019457, + "checksum": "SHA-256:3e1322134852e79ddecb006da70e1e3cd85a2e64a09381d7a5e772795a08de2e" + }, + { + "name": "RadioLib", + "version": "4.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.3.0.zip", + "archiveFileName": "RadioLib-4.3.0.zip", + "size": 1021605, + "checksum": "SHA-256:b5cfec8ef7d2e43f1c183819d0efb44f841e99a5b9ecf50d5840e89664ed1989" + }, + { + "name": "RadioLib", + "version": "4.4.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.4.0.zip", + "archiveFileName": "RadioLib-4.4.0.zip", + "size": 1024699, + "checksum": "SHA-256:8490da053f90da687d2a327a8a30dd0e83f95d711c29dd2a47fdd9b74fff330b" + }, + { + "name": "RadioLib", + "version": "4.4.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.4.1.zip", + "archiveFileName": "RadioLib-4.4.1.zip", + "size": 1025063, + "checksum": "SHA-256:095b42420cfe22118c5d166ca71cc91dd7689d2ebc0641ee12b086f0a3bb9ec7" + }, + { + "name": "RadioLib", + "version": "4.4.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.4.2.zip", + "archiveFileName": "RadioLib-4.4.2.zip", + "size": 1025082, + "checksum": "SHA-256:d5a1f9ee89806943d87199576a006f08055bd6e9b2dddd6779026b9ac6e81ec3" + }, + { + "name": "RadioLib", + "version": "4.5.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.5.0.zip", + "archiveFileName": "RadioLib-4.5.0.zip", + "size": 1032044, + "checksum": "SHA-256:fea5a7e5ca939e8dc97894ec063507ab679cab09078cf14772b6f18f3c48bf57" + }, + { + "name": "RadioLib", + "version": "4.6.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library for Arduino", + "paragraph": "Enables user-friendly control of the RadioShield and various wireless modules.", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-4.6.0.zip", + "archiveFileName": "RadioLib-4.6.0.zip", + "size": 1047197, + "checksum": "SHA-256:7e071cfa2e1ebc27d484625de04b75436b1b2173cdf6868c1adbebe87b51edc7" + }, + { + "name": "RadioLib", + "version": "5.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.0.0.zip", + "archiveFileName": "RadioLib-5.0.0.zip", + "size": 395066, + "checksum": "SHA-256:d3e06dcbd60f5d4b439f4ca07b4a91ce993105c31913e08918ced36a75fd20a6" + }, + { + "name": "RadioLib", + "version": "5.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.1.0.zip", + "archiveFileName": "RadioLib-5.1.0.zip", + "size": 400544, + "checksum": "SHA-256:4d82c42acde3b601e859efa89ea5a07a320d94cf25f8c94fa0a6f1125fe14180" + }, + { + "name": "RadioLib", + "version": "5.1.2", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.1.2.zip", + "archiveFileName": "RadioLib-5.1.2.zip", + "size": 407886, + "checksum": "SHA-256:0c4ae786d08275cf8286b4499a9abcd10ab34300873f2b63ffadc24f84bb0e92" + }, + { + "name": "RadioLib", + "version": "5.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.2.0.zip", + "archiveFileName": "RadioLib-5.2.0.zip", + "size": 409992, + "checksum": "SHA-256:b099f3dd164d7d839454b73ddfea180a6e06f7f8b3d2dfec915bff2018203bd9" + }, + { + "name": "RadioLib", + "version": "5.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.3.0.zip", + "archiveFileName": "RadioLib-5.3.0.zip", + "size": 419705, + "checksum": "SHA-256:98cb6e38ecb1bd774124387200e4dc52c93672dc82af1ff4f52ca2f643d04c07" + }, + { + "name": "RadioLib", + "version": "5.4.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.4.0.zip", + "archiveFileName": "RadioLib-5.4.0.zip", + "size": 442618, + "checksum": "SHA-256:6f97cd2ece4a8b1305bcab8a778a61865179611e1a5bfb7b76ee09a7b37dbbd7" + }, + { + "name": "RadioLib", + "version": "5.4.1", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.4.1.zip", + "archiveFileName": "RadioLib-5.4.1.zip", + "size": 442650, + "checksum": "SHA-256:f0ce56e60fd05baf81f7418f3d98a9369e75487317ab1076438b4e9f0d26dd08" + }, + { + "name": "RadioLib", + "version": "5.5.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.5.0.zip", + "archiveFileName": "RadioLib-5.5.0.zip", + "size": 447843, + "checksum": "SHA-256:f8892cb7bc258bef17c93eb46193cebc23b68932dc496cba4047415eb630be10" + }, + { + "name": "RadioLib", + "version": "5.6.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.6.0.zip", + "archiveFileName": "RadioLib-5.6.0.zip", + "size": 469609, + "checksum": "SHA-256:73cb1605c2dbdbf730d4232691aa4f6d5b7285f5af86c63553568ddd971d7927" + }, + { + "name": "RadioLib", + "version": "5.7.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-5.7.0.zip", + "archiveFileName": "RadioLib-5.7.0.zip", + "size": 500520, + "checksum": "SHA-256:61542c45d851e6b8c79040abe6bb1d7ff5639f1c9136297daa1e68403d06755d" + }, + { + "name": "RadioLib", + "version": "6.0.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-6.0.0.zip", + "archiveFileName": "RadioLib-6.0.0.zip", + "size": 519332, + "checksum": "SHA-256:960985fa07002eb6fcecb6bad3f6e9ef1444fcaa91b110df24ac645eb9c90918" + }, + { + "name": "RadioLib", + "version": "6.1.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-6.1.0.zip", + "archiveFileName": "RadioLib-6.1.0.zip", + "size": 560348, + "checksum": "SHA-256:4e29731138720d947106b8f510725afa0486d246202746643e082d220976dc74" + }, + { + "name": "RadioLib", + "version": "6.2.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.) and other protocols (Pagers, LoRaWAN).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-6.2.0.zip", + "archiveFileName": "RadioLib-6.2.0.zip", + "size": 606658, + "checksum": "SHA-256:a1dc6e620b6a09242763dcc5ca03a5cddaf263eff08af72ad8fa2110040a7687" + }, + { + "name": "RadioLib", + "version": "6.3.0", + "author": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "maintainer": "Jan Gromes \u003cgromes.jan@gmail.com\u003e", + "sentence": "Universal wireless communication library", + "paragraph": "User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.) and other protocols (Pagers, LoRaWAN).", + "website": "https://github.com/jgromes/RadioLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgromes/RadioLib.git", + "providesIncludes": [ + "RadioLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgromes/RadioLib-6.3.0.zip", + "archiveFileName": "RadioLib-6.3.0.zip", + "size": 619271, + "checksum": "SHA-256:d8928431a8b80fb41920d43292ecbee93e52f1503e2a1978f72878b2111ec5bd" + }, + { + "name": "ClosedCube_I2C_Driver", + "version": "2019.6.6", + "author": "ClosedCube", + "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", + "sentence": "Arduino library for ClosedCube I2C Driver (Wrapper)", + "paragraph": "Arduino library for ClosedCube I2C Driver (Wrapper)", + "website": "https://github.com/closedcube/ClosedCube_I2C_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/closedcube/ClosedCube_I2C_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_I2C_Driver-2019.6.6.zip", + "archiveFileName": "ClosedCube_I2C_Driver-2019.6.6.zip", + "size": 8411, + "checksum": "SHA-256:7e58b26f63e23f10b3b1892b6b1fe0ac3d3da7e88ccb132b728ad5eb0860f61c" + }, + { + "name": "Ambimate", + "version": "1.0.0", + "author": "Gary Barnett", + "maintainer": "Gary Barnett", + "sentence": "A library for the Ambimate sensor board from TE", + "paragraph": "Allows you to read sensor values from the Board", + "website": "https://github.com/thinkovation/Ambimate/", + "category": "Sensors", + "architectures": [ + "avr", + "esp" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinkovation/Ambimate.git", + "providesIncludes": [ + "Wire.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thinkovation/Ambimate-1.0.0.zip", + "archiveFileName": "Ambimate-1.0.0.zip", + "size": 5096, + "checksum": "SHA-256:65c914f65e32e9beb32f1f1c7c2b6fecb7b31a16564c076f90500f14236a190b" + }, + { + "name": "Ambimate", + "version": "1.1.0", + "author": "Gary Barnett", + "maintainer": "Gary Barnett", + "sentence": "A library for the Ambimate sensor board from TE", + "paragraph": "Allows you to read sensor values from the Board", + "website": "https://github.com/thinkovation/Ambimate/", + "category": "Sensors", + "architectures": [ + "avr", + "esp" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thinkovation/Ambimate.git", + "providesIncludes": [ + "Wire.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thinkovation/Ambimate-1.1.0.zip", + "archiveFileName": "Ambimate-1.1.0.zip", + "size": 5184, + "checksum": "SHA-256:4b509116793710abbfb15a9b395411f5eb38326de988b19efc9e86aa57fb22af" + }, + { + "name": "VNH3SP30", + "version": "1.0.0", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Arduino library for the VNH3SP30 motor controller (H-bridge motor driver)", + "paragraph": "With this library you can control one or more VNH3SP30, VNH2SP30 or VNH3ASP30 H-bridge motor controllers. Library written for the AVR architecture, but should work on any architecture that supports the analogWrite() function to generate a PWM signal (AVR,STM32,ESP32)", + "website": "https://github.com/bmellink/VNH3SP30", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bmellink/VNH3SP30.git", + "providesIncludes": [ + "VNH3SP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.0.zip", + "archiveFileName": "VNH3SP30-1.0.0.zip", + "size": 21092, + "checksum": "SHA-256:1a326aacadf2c678c5ab7abe9adc3e3b9c49217d0508c17124bb6d6143e3feb0" + }, + { + "name": "VNH3SP30", + "version": "1.0.1", + "author": "Bart Mellink", + "maintainer": "Bart Mellink", + "sentence": "Library for the VNH3SP30 and VNH5019A-E motor controllers (H-bridge motor driver)", + "paragraph": "Arduino library for VNH3SP30, VNH2SP30, VNH3ASP30 and VNH5019A-E based motor controller boards. The VNH3SP30 and VNH5019A-E chips contain a full H bridge to drive motors with currents up to 30A. The VNH5019A-E chips are newer and almost identical to the VNH3SP30 chips. The biggest difference is that the VNH5019A-E chips work with 3.3V and 5V logic, while the older VNH3SP30 chips require 5V logic.", + "website": "https://github.com/bmellink/VNH3SP30", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bmellink/VNH3SP30.git", + "providesIncludes": [ + "VNH3SP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bmellink/VNH3SP30-1.0.1.zip", + "archiveFileName": "VNH3SP30-1.0.1.zip", + "size": 21241, + "checksum": "SHA-256:830235e95d706a79f383ad2fea74d96741bcd4ab0a7544ee686cb31bde4e5c33" + }, + { + "name": "HighPowerStepperDriver", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "High-Power Stepper Motor Driver library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with Pololu High-Power Stepper Motor Drivers.", + "website": "https://github.com/pololu/high-power-stepper-driver-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/high-power-stepper-driver-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/HighPowerStepperDriver-1.0.0.zip", + "archiveFileName": "HighPowerStepperDriver-1.0.0.zip", + "size": 13279, + "checksum": "SHA-256:778bb5f88c2b0c60717a1ba507a0a99f8723d3c1723b96300d8fcb7204a8b16c" + }, + { + "name": "TetrisAnimation", + "version": "1.1.0", + "author": "Tobias Blum, Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "Library for drawing text out with tetris blocks", + "paragraph": "Uses the Adafruit GFX library to draw tetris blocks into letters on displays.", + "website": "https://github.com/toblum/TetrisAnimation", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/toblum/TetrisAnimation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toblum/TetrisAnimation-1.1.0.zip", + "archiveFileName": "TetrisAnimation-1.1.0.zip", + "size": 43012, + "checksum": "SHA-256:02aeb54cbcf44f7e635d13f1361fb9011d95eb4ca1b67622ca6c439788d5b8d6" + }, + { + "name": "ss_oled", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.0.0.zip", + "archiveFileName": "ss_oled-1.0.0.zip", + "size": 356832, + "checksum": "SHA-256:2fa01f864c6687bd48d3b93f88dd9a0c3849683a648ff7f899b254282e7e9656" + }, + { + "name": "ss_oled", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.0.zip", + "archiveFileName": "ss_oled-1.1.0.zip", + "size": 357752, + "checksum": "SHA-256:3a8a2bd532cea0be5faa39ff604d126973ad3653c854c139caba3f910d3afd1a" + }, + { + "name": "ss_oled", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.1.zip", + "archiveFileName": "ss_oled-1.1.1.zip", + "size": 357808, + "checksum": "SHA-256:d91f9697c6a3cea444fef0417fc8793e27446d15b9b50d82b416fe50e1e346de" + }, + { + "name": "ss_oled", + "version": "1.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.2.zip", + "archiveFileName": "ss_oled-1.1.2.zip", + "size": 358115, + "checksum": "SHA-256:0861cf768b20042a032285d3592811eb77c9594499f603420ae0520224a1a892" + }, + { + "name": "ss_oled", + "version": "1.1.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.3.zip", + "archiveFileName": "ss_oled-1.1.3.zip", + "size": 358210, + "checksum": "SHA-256:b965cfe16c01d86fdda3ec005cb252b18378d69185f5f9151008e6369db78faa" + }, + { + "name": "ss_oled", + "version": "1.1.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 3 sizes of fixed fonts (6x8, 8x8, 16x16). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.4.zip", + "archiveFileName": "ss_oled-1.1.4.zip", + "size": 358100, + "checksum": "SHA-256:d2a63001db4b44bf923151ff1a949e6b928be102f8c771a07dbfbd622113dde7" + }, + { + "name": "ss_oled", + "version": "1.1.5", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-1.1.5.zip", + "archiveFileName": "ss_oled-1.1.5.zip", + "size": 357877, + "checksum": "SHA-256:974a9d3decbbd92a12c45ae8744833649c94278d22cb9fd110ee2953f7e821ed" + }, + { + "name": "ss_oled", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.0.zip", + "archiveFileName": "ss_oled-2.0.0.zip", + "size": 361508, + "checksum": "SHA-256:1922de419798a7f7a14375ec94d24f7dc0ac55fa48a36f108a050cc920622e96" + }, + { + "name": "ss_oled", + "version": "2.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.0.1.zip", + "archiveFileName": "ss_oled-2.0.1.zip", + "size": 362311, + "checksum": "SHA-256:a7f77e143d06459a0f77a315ae8bfcfd819c92d3afd0113368a5a4f94a0f5ab6" + }, + { + "name": "ss_oled", + "version": "2.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.0.zip", + "archiveFileName": "ss_oled-2.1.0.zip", + "size": 363235, + "checksum": "SHA-256:a5cf0ca2700be19af03156dfe2d97f0af1832fd0d2eee6d2a90acd83c4ba51b6" + }, + { + "name": "ss_oled", + "version": "2.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.1.1.zip", + "archiveFileName": "ss_oled-2.1.1.zip", + "size": 363240, + "checksum": "SHA-256:5a98488831e8427431a03d30dab841f945983e6c42ee30b50a58e8113f12a999" + }, + { + "name": "ss_oled", + "version": "2.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306 or SH1106). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.2.0.zip", + "archiveFileName": "ss_oled-2.2.0.zip", + "size": 365339, + "checksum": "SHA-256:ed198afdb255d3fcf50cc5408b96d8c98b1d63d887323113b6cbfc241043c49a" + }, + { + "name": "ss_oled", + "version": "2.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-2.2.1.zip", + "archiveFileName": "ss_oled-2.2.1.zip", + "size": 365536, + "checksum": "SHA-256:3af48e3845ee90c2a22d123160565bcb68d92739aaa5ef5082b0659ef069a1bd" + }, + { + "name": "ss_oled", + "version": "3.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.0.0.zip", + "archiveFileName": "ss_oled-3.0.0.zip", + "size": 377478, + "checksum": "SHA-256:c565e328ec80af9f19606b5fb10f7c2411429ade3c28b89a4c76cec2f11beddc" + }, + { + "name": "ss_oled", + "version": "3.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.1.0.zip", + "archiveFileName": "ss_oled-3.1.0.zip", + "size": 377749, + "checksum": "SHA-256:40bbcc0d75bbfaec9aaa83e6016f9f174fabc678c3055b2ab0dadd205558c288" + }, + { + "name": "ss_oled", + "version": "3.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.1.1.zip", + "archiveFileName": "ss_oled-3.1.1.zip", + "size": 377923, + "checksum": "SHA-256:9ef40ee018a7e79aba2b9ba2ff96c100ece13c2c86eb36e44d65a599c29de5f4" + }, + { + "name": "ss_oled", + "version": "3.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.2.0.zip", + "archiveFileName": "ss_oled-3.2.0.zip", + "size": 378718, + "checksum": "SHA-256:c87a904916394b32f2d6ab77e12bf051466f30615c96a7e3486a3ce836951647" + }, + { + "name": "ss_oled", + "version": "3.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-3.3.0.zip", + "archiveFileName": "ss_oled-3.3.0.zip", + "size": 379071, + "checksum": "SHA-256:717c760a8eb8d0ea8ba0849c13efdd854baa8d26834377c74ab2f211a412aeee" + }, + { + "name": "ss_oled", + "version": "4.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.0.0.zip", + "archiveFileName": "ss_oled-4.0.0.zip", + "size": 380252, + "checksum": "SHA-256:2f2e68bf5a6aeb094182e70fb0ef937b30f6961bca2e42e50496b31836f60f97" + }, + { + "name": "ss_oled", + "version": "4.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.0.1.zip", + "archiveFileName": "ss_oled-4.0.1.zip", + "size": 381941, + "checksum": "SHA-256:5f45436b21f9b394f95235f9e0ec68c06bd31aed49b271d7a1084f08b03cf8e2" + }, + { + "name": "ss_oled", + "version": "4.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.0.zip", + "archiveFileName": "ss_oled-4.1.0.zip", + "size": 385419, + "checksum": "SHA-256:6d2edd54d8decd6be2b45bf7fa41e98f059429e91ff89d79432e2e427e3f88c7" + }, + { + "name": "ss_oled", + "version": "4.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.1.zip", + "archiveFileName": "ss_oled-4.1.1.zip", + "size": 385427, + "checksum": "SHA-256:f1fb0d2a9a54d470103057afb728f8b9697cb79d9e5b4e21904bf22d45784b09" + }, + { + "name": "ss_oled", + "version": "4.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.2.zip", + "archiveFileName": "ss_oled-4.1.2.zip", + "size": 385345, + "checksum": "SHA-256:d3160028a092752099c9ac7fa468ffbc188f31a21694e228a94d9ffdbee6946e" + }, + { + "name": "ss_oled", + "version": "4.1.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.1.3.zip", + "archiveFileName": "ss_oled-4.1.3.zip", + "size": 387854, + "checksum": "SHA-256:736abcdb0a0b42abc2110e09a675104a76b27f1d77c4d6607c22f87931a678fa" + }, + { + "name": "ss_oled", + "version": "4.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.2.0.zip", + "archiveFileName": "ss_oled-4.2.0.zip", + "size": 389882, + "checksum": "SHA-256:e5dbc1d9961032b432c874d5172477a5f1fd420a4f4a0de68dfb0b3e93b0987b" + }, + { + "name": "ss_oled", + "version": "4.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.2.1.zip", + "archiveFileName": "ss_oled-4.2.1.zip", + "size": 389877, + "checksum": "SHA-256:3b39c6f744e70d0b87ef0e85718807c870da74e1c90e12eb8db456c765a7abc8" + }, + { + "name": "ss_oled", + "version": "4.3.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Small and simple OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Automatically detects the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C on any 2 GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Now includes scrolling text/gfx and deferred rendering.", + "website": "https://github.com/bitbank2/ss_oled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ss_oled.git", + "providesIncludes": [ + "ss_oled.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ss_oled-4.3.1.zip", + "archiveFileName": "ss_oled-4.3.1.zip", + "size": 391353, + "checksum": "SHA-256:b16edd30cc0df655a9e9d32592532d9754a00cdc53ac67f3bc742fed92cd3164" + }, + { + "name": "BitBang_I2C", + "version": "1.0.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.0.0.zip", + "archiveFileName": "BitBang_I2C-1.0.0.zip", + "size": 19475, + "checksum": "SHA-256:d44f4054a483a4709f9593bfbf87f26d0262ec6f7fb212fd5637ae656a098773" + }, + { + "name": "BitBang_I2C", + "version": "1.1.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "Includes special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.1.0.zip", + "archiveFileName": "BitBang_I2C-1.1.0.zip", + "size": 19628, + "checksum": "SHA-256:4e812eb56f2c7b67ed2b36e7a36499aee1fae3a8d9a79ae13f3be491235f0acc" + }, + { + "name": "BitBang_I2C", + "version": "1.2.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.2.0.zip", + "archiveFileName": "BitBang_I2C-1.2.0.zip", + "size": 24194, + "checksum": "SHA-256:aa2796fb025feed820822c329018806be269e7b4685212522b57eee5b8cbe952" + }, + { + "name": "BitBang_I2C", + "version": "1.3.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-1.3.0.zip", + "archiveFileName": "BitBang_I2C-1.3.0.zip", + "size": 24238, + "checksum": "SHA-256:fae3b77e7149a4f9da5c14807d36931261d3bdfd40dc5f50caf90b77626d4259" + }, + { + "name": "BitBang_I2C", + "version": "2.0.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.0.zip", + "archiveFileName": "BitBang_I2C-2.0.0.zip", + "size": 25266, + "checksum": "SHA-256:f4e1d9b34cdfd36883b290af757286036500d45594389f2848d7fd775842909e" + }, + { + "name": "BitBang_I2C", + "version": "2.0.1", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.1.zip", + "archiveFileName": "BitBang_I2C-2.0.1.zip", + "size": 25293, + "checksum": "SHA-256:8b3b2c7995b6e0a24393ab5aa7d804ab08ec0d53c7a7153ed31e4441b10f6c23" + }, + { + "name": "BitBang_I2C", + "version": "2.0.2", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.2.zip", + "archiveFileName": "BitBang_I2C-2.0.2.zip", + "size": 25300, + "checksum": "SHA-256:bae1cbca66fc649fcddac5b5971bc85e5bc70e3e6b83fa9afa29b7893b0ed935" + }, + { + "name": "BitBang_I2C", + "version": "2.0.3", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.0.3.zip", + "archiveFileName": "BitBang_I2C-2.0.3.zip", + "size": 25325, + "checksum": "SHA-256:a9e5a0d237bf7839cf271876e6a055b4bb547304b0059d252b250437b2198435" + }, + { + "name": "BitBang_I2C", + "version": "2.1.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.0.zip", + "archiveFileName": "BitBang_I2C-2.1.0.zip", + "size": 26846, + "checksum": "SHA-256:add447fc0cec75f8bda163d37b0fcef1a871d6e00874ff62cb2f0ff4b1a1ea6e" + }, + { + "name": "BitBang_I2C", + "version": "2.1.2", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.2.zip", + "archiveFileName": "BitBang_I2C-2.1.2.zip", + "size": 26906, + "checksum": "SHA-256:77b48414f87a9eb7ae6b25841957edd92ff1a6a79b1f6d95fa6a1f38e3557d04" + }, + { + "name": "BitBang_I2C", + "version": "2.1.3", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.3.zip", + "archiveFileName": "BitBang_I2C-2.1.3.zip", + "size": 26964, + "checksum": "SHA-256:d579f659da2c7706d77d9565ccfc76daa0117389927872fa43f189e5f89a4450" + }, + { + "name": "BitBang_I2C", + "version": "2.1.4", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.4.zip", + "archiveFileName": "BitBang_I2C-2.1.4.zip", + "size": 27742, + "checksum": "SHA-256:4e0ac772e01c179cddf1e5e0a13a431dd3be159e74e7fa0cafbcde7d2e4ac8da" + }, + { + "name": "BitBang_I2C", + "version": "2.1.5", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.1.5.zip", + "archiveFileName": "BitBang_I2C-2.1.5.zip", + "size": 27762, + "checksum": "SHA-256:37caa2d5511c4b5594f5feb76fe02970d49f7c5f6d03a7905be2a8e4c48c649a" + }, + { + "name": "BitBang_I2C", + "version": "2.2.0", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.2.0.zip", + "archiveFileName": "BitBang_I2C-2.2.0.zip", + "size": 34721, + "checksum": "SHA-256:52d0f87b5a0b1537d92295b56b8aaa8d7a95fd27bcda9f1b7c870826f5218701" + }, + { + "name": "BitBang_I2C", + "version": "2.2.1", + "author": "Larry Bank \u003cbitbank@pobox.com\u003e", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bit-bang the I2C protocol on any 2 GPIO pins on any system.", + "paragraph": "A general purpose I2C wrapper library which can use the Wire library or bit-bang the I2C prototcol on any GPIO pins. Includes a function to identify common I2C devices and special optimizations for AVR devices to allow clock speeds which meet or exceed normal I2C speeds.", + "website": "https://github.com/bitbank2/BitBang_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/BitBang_I2C.git", + "providesIncludes": [ + "BitBang_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/BitBang_I2C-2.2.1.zip", + "archiveFileName": "BitBang_I2C-2.2.1.zip", + "size": 34898, + "checksum": "SHA-256:69fe7f26a9722e70717c9eaa5b6294b294ca2f797858f552046eb251b5456729" + }, + { + "name": "NMEAParser", + "version": "1.0.0", + "author": "Glinnes Hulden", + "maintainer": "Glinnes Hulden", + "sentence": "A simple Arduino library to parse NMEA sentences.", + "paragraph": "A simple Arduino library to parse NMEA sentences.", + "website": "https://github.com/Glinnes/NMEAParser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Glinnes/NMEAParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.0.0.zip", + "archiveFileName": "NMEAParser-1.0.0.zip", + "size": 24543, + "checksum": "SHA-256:c0c8d4ae6c277e3ce2d2dfb61ef7adf8dc6dbc6c98e51f46413e7c6186a70fe6" + }, + { + "name": "NMEAParser", + "version": "1.1.0", + "author": "Glinnes Hulden", + "maintainer": "Glinnes Hulden", + "sentence": "A simple Arduino library to parse NMEA sentences.", + "paragraph": "A simple Arduino library to parse NMEA sentences.", + "website": "https://github.com/Glinnes/NMEAParser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Glinnes/NMEAParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Glinnes/NMEAParser-1.1.0.zip", + "archiveFileName": "NMEAParser-1.1.0.zip", + "size": 17979, + "checksum": "SHA-256:24cebcbacb62e764bbdf52117477f70e1a78543326ffab8f9950dade84a785b7" + }, + { + "name": "bb_hx1230", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank HX1230 96x68 LCD display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Runs on any hardware supported by Arduino.", + "website": "https://github.com/bitbank2/bb_hx1230", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_hx1230.git", + "providesIncludes": [ + "bb_hx1230.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.0.zip", + "archiveFileName": "bb_hx1230-1.0.0.zip", + "size": 1510214, + "checksum": "SHA-256:bf1c9392e97316a176204b8114f2b076585d4740ae9734b29dbb72d7dc612ebf" + }, + { + "name": "bb_hx1230", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank HX1230 96x68 LCD display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Uses GPIO pins to bit bang the 3-wire SPI protocol. Includes 4 font sizes and pixel drawing. Runs on any hardware supported by Arduino.", + "website": "https://github.com/bitbank2/bb_hx1230", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_hx1230.git", + "providesIncludes": [ + "bb_hx1230.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_hx1230-1.0.1.zip", + "archiveFileName": "bb_hx1230-1.0.1.zip", + "size": 1510244, + "checksum": "SHA-256:761b0187ec32f5097d247031dd48570b9ae1a1a92989c1e23f7058466823e3a8" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.1.zip", + "archiveFileName": "ACAN2515Tiny-1.0.1.zip", + "size": 317689, + "checksum": "SHA-256:b96912a9aa49c215b263a50bf43335b9e99f496a82bb0dbdb08910bf4caccdb2" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.2.zip", + "archiveFileName": "ACAN2515Tiny-1.0.2.zip", + "size": 317700, + "checksum": "SHA-256:b3b1857499a09f065b5e98296fc13c032e9b0aac305add4b4f66e6b8ab57b6e4" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.3", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.3.zip", + "archiveFileName": "ACAN2515Tiny-1.0.3.zip", + "size": 268168, + "checksum": "SHA-256:bc82f123658e08977cdc04744f583a662dbd5619d4cb6dcab1e54a121c135372" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.4", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.4.zip", + "archiveFileName": "ACAN2515Tiny-1.0.4.zip", + "size": 269590, + "checksum": "SHA-256:5db6b6f37c8229f783c1e5c1dcd16c677638d1652a84395e7d9616c40556c659" + }, + { + "name": "ACAN2515Tiny", + "version": "1.0.5", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cPierre.Molinaro@pcmolinaro.name\u003e", + "sentence": "Driver for MCP2515 CAN Controller", + "paragraph": "Arduino CAN network driver for the MCP2515 CAN Controller, an adaptation of ACAN2515 library in order to reduce the memory footprint. Compatible with ACAN, ACAN2515, ACAN2517, ACAN2517FD libraries. The default configuration enables to receive all the frames. User can easily defines reception filters.", + "website": "https://github.com/pierremolinaro/acan2515Tiny", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan2515Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN2515Tiny-1.0.5.zip", + "archiveFileName": "ACAN2515Tiny-1.0.5.zip", + "size": 295034, + "checksum": "SHA-256:d45fe4a42ce8142c5bfe32940477f79036cfce852ffddfec799ddd529eb54842" + }, + { + "name": "Rfid134 by Makuna", + "version": "1.0.0", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the RFID WL-134 module", + "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", + "website": "https://github.com/Makuna/Rfid134/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rfid134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.0.zip", + "archiveFileName": "Rfid134_by_Makuna-1.0.0.zip", + "size": 8301, + "checksum": "SHA-256:9517f7df8adc0a5db5780dd88797338d4a1f8e9a2c6330a544496f3e68f0bda5" + }, + { + "name": "Rfid134 by Makuna", + "version": "1.0.1", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the RFID WL-134 module", + "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", + "website": "https://github.com/Makuna/Rfid134/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rfid134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.1.zip", + "archiveFileName": "Rfid134_by_Makuna-1.0.1.zip", + "size": 8720, + "checksum": "SHA-256:41082d3aba137228023325320b71fbf479cfb9a30f49c8a9fa9b7cc46a72af14" + }, + { + "name": "Rfid134 by Makuna", + "version": "1.0.2", + "author": "Michael C. Miller (makuna@live.com)", + "maintainer": "Michael C. Miller (makuna@live.com)", + "sentence": "Library for the RFID WL-134 module", + "paragraph": "This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.", + "website": "https://github.com/Makuna/Rfid134/wiki", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Makuna/Rfid134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makuna/Rfid134_by_Makuna-1.0.2.zip", + "archiveFileName": "Rfid134_by_Makuna-1.0.2.zip", + "size": 8991, + "checksum": "SHA-256:1e83ba1c2abedd7963ba0fbcc58924190ed479e4dc169cf724b095133b532625" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.0.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.0.1.zip", + "size": 32764, + "checksum": "SHA-256:ac237a439e18add03878a88797e1c625920516d1e703f3df4f9272230d7acf8d" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.5.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.5.0.zip", + "size": 59086, + "checksum": "SHA-256:fde632ae11491318f324d6f6be73ad767e83051e92d70d4ed6f6aa1fa3d795a8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.6.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.6.0.zip", + "size": 88060, + "checksum": "SHA-256:86f4c15333762e6aa03c1c144d329f45fe3974d4023894211ab01c0c9d2a94f0" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.7.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.7.0.zip", + "size": 88255, + "checksum": "SHA-256:5914ad51731d036b614a91b8fc8334073dc9e1e49b144b0b0cb552dc5037c102" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.7.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.7.1.zip", + "size": 88265, + "checksum": "SHA-256:7b78f0bd5c740acad8b4166dde14c047c0bb20012accc89a50bc38bae150f0d0" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.8.0.zip", + "size": 89336, + "checksum": "SHA-256:9f23e545e98c6812e9182fc9401474facff7c0f2ca6e90008db0c4bf1333af2f" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.8.1.zip", + "size": 89333, + "checksum": "SHA-256:ec5baf9659f542cbf34c92510afb80ee6f842ad4883d2f741b5354f075026662" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.8.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.8.2.zip", + "size": 83513, + "checksum": "SHA-256:fa383b6ed99629e9723ae16452271cccfdbd0d6903ef73b1a9d95aabb4600df2" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.9.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.9.0.zip", + "size": 84405, + "checksum": "SHA-256:baa3420ce10258446675a5053f5332ff87a6736a9888bf68826c430e78d82cec" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.9.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.9.1.zip", + "size": 84548, + "checksum": "SHA-256:44b58a0be342761de764cf12a36d07725d258da7bd30000210499a0262576ade" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.0.zip", + "size": 84843, + "checksum": "SHA-256:105872f35d724494ab56b397f55bca7a785b997d634e2141b0bc5a102a08c51b" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.1.zip", + "size": 84858, + "checksum": "SHA-256:dcbe24901b93000b05b8731021afffc8d10778cc3c106228e1a5f2b28614bc3a" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.2.zip", + "size": 84870, + "checksum": "SHA-256:ead3c2f1ce94d139f9c4028e8b6435e8a35612ff5e3d4c7db9207dd6219dc012" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.4.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.4.zip", + "size": 84870, + "checksum": "SHA-256:f7e83521ed55b31685789eaac5a6699633f5ee5a1347deebc5cc4cc4a6789e31" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "0.10.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-0.10.5.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-0.10.5.zip", + "size": 84871, + "checksum": "SHA-256:dc9a4e6f39274367ad3622673ad6e5b9b3048e59f6f2db77c02e759f96b7c037" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.0.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.0.0.zip", + "size": 367345, + "checksum": "SHA-256:787066cd9e0773670b805f1262f436dbfb09fca8d7a6f77f7d5a9fd897050ba2" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.0.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.0.1.zip", + "size": 367676, + "checksum": "SHA-256:72c463213ed6a4e67ded6d550072154621454df384b6c1b307dc74bff512b50d" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.0.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.0.3.zip", + "size": 370717, + "checksum": "SHA-256:b01f01fd6b69d9f170f6547f95b1a6ec34f5d782380ebd1f8c5c3316de84b3f8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.1.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.1.0.zip", + "size": 391897, + "checksum": "SHA-256:4716c5ea73934fa8c0efa69920c2b4cbaae26df50a01924f88755207a5aa84ca" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.0.zip", + "size": 402293, + "checksum": "SHA-256:4943fecd0661f2f6b161b89ad8811073f8238e4939387c45b2c912c32ba9d5f8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.1.zip", + "size": 402568, + "checksum": "SHA-256:212c731ce6869260b29f52c2e9fe862b6a927e1815ccf662df664900d08bba47" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.2.zip", + "size": 402808, + "checksum": "SHA-256:ee05b7eeb1f7be660c71d57a6f4bd9acc7780649c4c6064b84d4da0caddb84d0" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.3.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.3.3.zip", + "size": 401542, + "checksum": "SHA-256:938b6a2c6c37a2585d611be81f5b70fd344c66d788d7839e403de5e5147084a8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.0.zip", + "size": 403372, + "checksum": "SHA-256:87948a5be1aed244311de161e62d116767bd9ca94eef0d0cf622492d33b3e763" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.1.zip", + "size": 403373, + "checksum": "SHA-256:b45bdae0b264d03576a44b44436caad4cff1711aaa726b48e2942a9373c46908" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.2.zip", + "size": 412419, + "checksum": "SHA-256:0f05c00231e3dfba0209a8267ee4429234ac28dc5147f7000a7108c016d4ab05" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.3.zip", + "size": 408067, + "checksum": "SHA-256:7bf2d7510d918df54cad23dcef21350b7460831aa790efd07cb4605330fabfab" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "TinyUSB library for Arduino", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.4.4.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.4.4.zip", + "size": 409475, + "checksum": "SHA-256:1c3dea66c0fc922671877576d4019d8d43227347fa7c600ce7b40347f1dc4d28" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.5.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.5.0.zip", + "size": 413786, + "checksum": "SHA-256:f4392968588348cdca7695293e795e0db3ca1d4859df01bbdcdf09951ed88fa5" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.6.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.6.0.zip", + "size": 393208, + "checksum": "SHA-256:996fb5baab8db39873c27e6343cdf2d50d6116825afad80a66dd89b2c64acd7b" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.7.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.7.0.zip", + "size": 393851, + "checksum": "SHA-256:da25170908e16900c382f20180df61b8c9f33d335e5dc7d2f4b4ba12ce52815d" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.7.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.7.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.7.1.zip", + "size": 393886, + "checksum": "SHA-256:d62db5777bf3b4a1123be04d5976bdb0884d8f971bf3e37edbacf8351f797247" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.8.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.8.0.zip", + "size": 394008, + "checksum": "SHA-256:460f21c10f7b6c084e8bb1fc7185b4af0c5aeda90e21bad07034117e6174ec80" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.9.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.9.0.zip", + "size": 395875, + "checksum": "SHA-256:68302c163d67c8055fd0d7f7e1307f05f8d390c597ff77f88bf1285fd7ae25c9" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.9.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.9.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.9.1.zip", + "size": 395884, + "checksum": "SHA-256:c15bfe484a70be238b059d3a4b0ce31902ebdba1aa56fd46e1d7f5372c2acf7c" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.9.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.9.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.9.2.zip", + "size": 396305, + "checksum": "SHA-256:c8ef08d77b79dc5ce18ee2478fab5d76d5c09acb69f7b0f1f3b86432cace388e" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.9.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.9.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.9.3.zip", + "size": 396310, + "checksum": "SHA-256:9f6bc0d84d7579ae4b14fd5b384f2e2a5653be6dac8634506077ea5542df5ac4" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.9.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.9.4.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.9.4.zip", + "size": 396907, + "checksum": "SHA-256:75da121095bf364cd762c2d47fbef0e3cba88eabe8b49f93bd46281c6d072913" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.10.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.10.0.zip", + "size": 417681, + "checksum": "SHA-256:041677597626135224735a8c6c2dfef095deab80b272055b1a1ab4dcd062534c" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.10.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.10.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.10.1.zip", + "size": 417681, + "checksum": "SHA-256:ac69ce017405709acd3d7734baecb19a0a1c977612895003793bece3b9b84f40" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.10.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.10.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.10.2.zip", + "size": 420953, + "checksum": "SHA-256:fd72331a0a21d79be32359d961e23b526997d5aabd426704c52e1497e27033de" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.10.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.10.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.10.3.zip", + "size": 420954, + "checksum": "SHA-256:36af3fbe9987cf87ef60ee85fdf4d8f2795b4bb9344c39f8e4e3f06c51be1252" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + }, + { + "name": "Adafruit Circuit Playground" + }, + { + "name": "Adafruit InternalFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.11.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.11.0.zip", + "size": 465329, + "checksum": "SHA-256:485b8dbf3d14ec948f899d8817921f6d6b45214ae0ffb8d52176a1687fb119ff" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.12.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.12.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.12.0.zip", + "size": 471999, + "checksum": "SHA-256:f4a1e844919893b489989611870d77022f8b7d70273cbbd2132b16db53de5ba8" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.13.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.13.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.13.1.zip", + "size": 472177, + "checksum": "SHA-256:7c541588ba1caf8bedc6521ed6f3f281be975dac86885ae2415a262beb1974ab" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.13.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.13.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.13.2.zip", + "size": 472414, + "checksum": "SHA-256:16561e50e1b78e882e3581db9ceec501531ae23c3c042bf7731940fd17f17f29" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.13.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.13.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.13.3.zip", + "size": 472398, + "checksum": "SHA-256:3e96180ae6fe2860baac1de30717ca18fad0779555391b5060fdffd6c86ad66d" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.14.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.14.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.14.0.zip", + "size": 472523, + "checksum": "SHA-256:21b7ba15a59a9118eca05641b02cfa53042ecc9697d49b057ce724d9a47da017" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.14.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.14.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.14.1.zip", + "size": 474482, + "checksum": "SHA-256:cad3ae66332dcc4a18db1fee81788f454b47044bc293f03f0f5cc78b0c3a84ad" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.14.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.14.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.14.2.zip", + "size": 477029, + "checksum": "SHA-256:ea88c59a0134a705d6389ef41d17c1733b09ab5ca02794c2f573c0b9323ef571" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.14.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.14.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.14.3.zip", + "size": 477357, + "checksum": "SHA-256:410dc17319e2cd5ab005df171c9244976930d53f7cc8612df42f091e024afdb2" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.14.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.14.4.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.14.4.zip", + "size": 477361, + "checksum": "SHA-256:d77e3d8d1f00e59bd354b3e9a4ba53f9833d2b96ddb7bb0a8dbef95ef6821557" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.16.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.16.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.16.0.zip", + "size": 508970, + "checksum": "SHA-256:0eab3ff69a9d1e9ce1c709ba3d69598d99b5d763a4421a0f0559329ce7c7b134" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.17.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.17.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.17.0.zip", + "size": 515209, + "checksum": "SHA-256:86a704b35ec0b4c49b5ff3c5636ca4e50810f06872871703948fd2642eab2673" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.17.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.17.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.17.1.zip", + "size": 515210, + "checksum": "SHA-256:dee00eae4fc30af8270ad064ac0d9fcf78f67649fd7c1ab1e4c80c6358327a43" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.18.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.18.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.18.0.zip", + "size": 516706, + "checksum": "SHA-256:73ca2a5beb42fb10825d504bc390c88df79099bdc0afbf9dab9cb893f8a4458f" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.18.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.18.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.18.1.zip", + "size": 516953, + "checksum": "SHA-256:0486e9ff2f703c8de850894902582fdc8239e7bfa679915a39b59574fb1021b3" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.18.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.18.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.18.3.zip", + "size": 517160, + "checksum": "SHA-256:a6f02180d49723adef27ce7a04792d5fd6fdd49d90cc986d8cf155c0d6eb1744" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "1.18.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-1.18.4.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-1.18.4.zip", + "size": 517225, + "checksum": "SHA-256:2585d5364b6aefb55ac2f7cc1db7911c0d644fd9caccb5a2d97dbfd641a97e2d" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.0.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.0.0.zip", + "size": 519852, + "checksum": "SHA-256:38b31b1cdf13ce6e1e1d2849e3d5612228d026df43380f046d715a135d7bd561" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.0.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.0.1.zip", + "size": 526700, + "checksum": "SHA-256:95ee5e158d8050d2802358838cac936d2a7046649f16d9c3950057061f44cefd" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.0.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.0.2.zip", + "size": 538627, + "checksum": "SHA-256:03bcce1e47bfaefee7075abf9f33ea091a6135919d8dea6d6aee39f43d1e44c6" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.0.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.0.3.zip", + "size": 538657, + "checksum": "SHA-256:cc82fd97adcd3b08a2c615cd5584dedcaa617aa47661602975ff7e360caf33dd" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.1.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.1.0.zip", + "size": 539685, + "checksum": "SHA-256:fc608169942e5dfbe98709b864d0ede88c6676af66b83e9e7d777f482fcbeed4" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.0.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.0.zip", + "size": 554656, + "checksum": "SHA-256:ced065c1af7901aa5e1038faf662dca0500d497fc7ce070e97cfe5f10d207bbb" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.1.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.1.zip", + "size": 554559, + "checksum": "SHA-256:dfcc0514b42b166146485bc754bef644869f77d3df83ce5edcb832daa5a15e94" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.2.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.2.zip", + "size": 556396, + "checksum": "SHA-256:9c8dd9c5b779c8085a1553b92ca070a5864ccc691d01cb56a856d3e8660be7e1" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.3.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.3.zip", + "size": 573442, + "checksum": "SHA-256:321d6a60769400eeacef3f72f82436724a4f77ea86a681e01878670ce38592a3" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.4.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.4.zip", + "size": 573174, + "checksum": "SHA-256:1e2d5e193acbbc99bf2ee641ec481d1ecc883c15ac39d3b9a8567a41010996e2" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.5.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.5.zip", + "size": 575339, + "checksum": "SHA-256:f108245e0c65c9c27a7fc97c9866c6f8c6f81b220f4e8889eb76bf0cabab4f5e" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.6.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.6.zip", + "size": 573020, + "checksum": "SHA-256:aab337e2a7d1eb618dd3cc0bcc4d8f201c4bbc1f66dd983035a067836ffc8396" + }, + { + "name": "Adafruit TinyUSB Library", + "version": "2.2.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "TinyUSB library for Arduino", + "paragraph": "Support nRF5x, SAMD21, SAMD51, RP2040, ESP32-S2/S3", + "website": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git", + "providesIncludes": [ + "Adafruit_TinyUSB.h" + ], + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "MIDI Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TinyUSB_Library-2.2.7.zip", + "archiveFileName": "Adafruit_TinyUSB_Library-2.2.7.zip", + "size": 576302, + "checksum": "SHA-256:f4c60503d56f9f98af2d538c52864e28be4cf52dc82a044549845de13626c6ac" + }, + { + "name": "TN_SwitchState", + "version": "1.0.0", + "author": "taront", + "maintainer": "taront", + "sentence": "A library to manage switch state transitions.", + "paragraph": "Small library to manage switch state transitions. Detect single press/release, double press/release, long press/release and toggle action (ON/OFF/Rising/Falling).", + "website": "https://github.com/toritamantaro/TN_SwitchState", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/toritamantaro/TN_SwitchState.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.0.zip", + "archiveFileName": "TN_SwitchState-1.0.0.zip", + "size": 8670, + "checksum": "SHA-256:ccd8103f931aa3df114a77c5c12d67a61e1cd3f77215eb01b9514cf38766b77d" + }, + { + "name": "TN_SwitchState", + "version": "1.0.1", + "author": "taront", + "maintainer": "taront", + "sentence": "A library to manage switch state transitions.", + "paragraph": "Small library to manage switch state transitions. Detect single press/hold/release, double press/hold/release, long press/hold/release and toggle action (OFF/Rise/Rising/ON/Fall/Falling).", + "website": "https://github.com/toritamantaro/TN_SwitchState", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/toritamantaro/TN_SwitchState.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.1.zip", + "archiveFileName": "TN_SwitchState-1.0.1.zip", + "size": 8898, + "checksum": "SHA-256:0ba97423abbbd86e74e06bd27859dea427e83a4df7e57430caa4f6f20e15dc87" + }, + { + "name": "TN_SwitchState", + "version": "1.0.2", + "author": "taront", + "maintainer": "taront", + "sentence": "A library to manage switch state transitions.", + "paragraph": "Small library to manage switch state transitions. Detect single press/hold/release, double press/hold/release, long press/hold/release and toggle action (OFF/Rise/Rising/ON/Fall/Falling).", + "website": "https://github.com/toritamantaro/TN_SwitchState", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/toritamantaro/TN_SwitchState.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toritamantaro/TN_SwitchState-1.0.2.zip", + "archiveFileName": "TN_SwitchState-1.0.2.zip", + "size": 8911, + "checksum": "SHA-256:0364bee710647767604c4546b8e21a0b2ee18b4bb14c37739e9931c8376f4810" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.0.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.0.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.0.1.zip", + "size": 50605, + "checksum": "SHA-256:556eda0730b9cb4efad99d865ed3900e795af87ee915d1dadbf6a126d3f2658c" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.0.zip", + "size": 64848, + "checksum": "SHA-256:857e82a78800ac74e90aa11e8e237c67fae35b5cd677f5405681c361a8a79b5a" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.1.zip", + "size": 71745, + "checksum": "SHA-256:068c434f0514a9f7c5d8da88bffc0ff784a348567b7d828f7cad927e62a31bc5" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.2", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.2.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.2.zip", + "size": 74129, + "checksum": "SHA-256:41f825f63700be77ca170665972b79ee7d8cb0346c43f4102cf4f39f6670c796" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.3", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.3.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.3.zip", + "size": 71020, + "checksum": "SHA-256:b3afabc5b42dd1631152afbb6b894ad5ed90c99a33c9e8665d717c2d6fb3e9b5" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.4", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.4.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.4.zip", + "size": 72800, + "checksum": "SHA-256:1ed5765b037a37c3e28e6d9d7830f0bc6b878630f9f75775c8ecfaf73e78d694" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.1.5", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.1.5.zip", + "archiveFileName": "Dynamixel2Arduino-0.1.5.zip", + "size": 72874, + "checksum": "SHA-256:e085b23f1617587244cf55de9e2a72b0e816fda255b5a226bc3a035400562966" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.2.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.2.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.2.0.zip", + "size": 81099, + "checksum": "SHA-256:4404a7ace5f76d78166dc8277e8d6bae9a87b82bba5e2ca719b70e1a50b67b1a" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.2.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.2.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.2.1.zip", + "size": 81205, + "checksum": "SHA-256:ac9dc986b7e4d3e71c8fd28cb6313b24d29f58502f0d4fda0d880a1210770d1f" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.3.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.3.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.3.0.zip", + "size": 79401, + "checksum": "SHA-256:2d07b6a26b1cb474022c9435e775014c296d49306064bbefa6c9e6193201c16c" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.0", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.0.zip", + "size": 102933, + "checksum": "SHA-256:585235c195c8d4019b2a5825456d3c68b7ec5609908e11b72d1c5d1fe0bc2373" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.1", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.1.zip", + "size": 102943, + "checksum": "SHA-256:d126120cfb85c1c1fbb1321ddb93baa38c77143105dd05e57973157f0b28a324" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.2", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.2.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.2.zip", + "size": 103047, + "checksum": "SHA-256:1bff20fbcc89dca802407e35c1a7e741294f69d9aa9bbc619a0697b8e655c19a" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.3", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.3.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.3.zip", + "size": 103086, + "checksum": "SHA-256:b711ed1113273814c6b4fbada2e75441ec1a3a92d2fe58ed41b36be4a7ff18e3" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.4", + "author": "ROBOTIS", + "maintainer": "Kei(kkw@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino board communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.4.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.4.zip", + "size": 103184, + "checksum": "SHA-256:6d073711690ae8a8ef402806a535b399741d87b8241a365f7fbb62285d7b37cb" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.5", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.5.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.5.zip", + "size": 119940, + "checksum": "SHA-256:79a413140ec0089896ea918abd65c88352409919e86c5550e6f181327d612632" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.6", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.6.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.6.zip", + "size": 120215, + "checksum": "SHA-256:da9aaea653ef706ce27d1c017c223033ae91cc67a958b0901d8911fa9e2c4ab5" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.7", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.7.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.7.zip", + "size": 120339, + "checksum": "SHA-256:fa7c07519f87f0ec5f75edb5e9256d73937333dbd12abdf6fa0a0a2036019514" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.8", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.8.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.8.zip", + "size": 120880, + "checksum": "SHA-256:1e5ea5757471af6aed26681f9811bee065d6f6fc5e9cfc1d022bc5edbc06345d" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.4.9", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.4.9.zip", + "archiveFileName": "Dynamixel2Arduino-0.4.9.zip", + "size": 129940, + "checksum": "SHA-256:b121105a47b40f38b10c2577cfff22072fc8bc97b547a8cd914379eab1300936" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.5.0", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.5.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.5.0.zip", + "size": 130235, + "checksum": "SHA-256:4243d6f3f296b07c57e41cecb4b94ff084df93eefeb499b1210d4160c98c17dd" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.5.1", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.5.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.5.1.zip", + "size": 130337, + "checksum": "SHA-256:f072af5bf0458deb4a2ed2049ef4f42e3fe55ccb095fda02880ecc8c43076a71" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.5.2", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.5.2.zip", + "archiveFileName": "Dynamixel2Arduino-0.5.2.zip", + "size": 133652, + "checksum": "SHA-256:b18d4fe1166f67c95e4814445435e622781f198662a99e8cc8fd56e23fe0912a" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.5.3", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.5.3.zip", + "archiveFileName": "Dynamixel2Arduino-0.5.3.zip", + "size": 136000, + "checksum": "SHA-256:64d6dfa6c9b6eae2a6f0da7b6b34e00859858a4c8a48416af70177866dacd7a2" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.6.0", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.6.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.6.0.zip", + "size": 145534, + "checksum": "SHA-256:8caecd8653fed7f0005e4967e5ab51a7be3315ca5b3f56efc912ab7c0cb828b4" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.6.1", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.6.1.zip", + "archiveFileName": "Dynamixel2Arduino-0.6.1.zip", + "size": 145572, + "checksum": "SHA-256:0509874848efc92bedf08fb21e41662c9b2099689ac3aad7b124e19f49342aa6" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.6.2", + "author": "ROBOTIS", + "maintainer": "Will Son(willson@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.6.2.zip", + "archiveFileName": "Dynamixel2Arduino-0.6.2.zip", + "size": 146124, + "checksum": "SHA-256:155b6995662261a9ab126a379461139f815e9e03df4f7f45629413c07c459c85" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.6.3", + "author": "ROBOTIS", + "maintainer": "HongHyun Kim(khh@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.6.3.zip", + "archiveFileName": "Dynamixel2Arduino-0.6.3.zip", + "size": 146125, + "checksum": "SHA-256:b04c5a477e0f84577576778948cc28e65ae5379d2869b5347a6298729c9eb4d0" + }, + { + "name": "Dynamixel2Arduino", + "version": "0.7.0", + "author": "ROBOTIS", + "maintainer": "HongHyun Kim(khh@robotis.com)", + "license": "Apache-2.0", + "sentence": "DYNAMIXEL protocol Library for Arduino", + "paragraph": "This library helps the Arduino boards to communicate with DYNAMIXEL protocol.", + "website": "https://github.com/ROBOTIS-GIT/dynamixel2arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ROBOTIS-GIT/Dynamixel2Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ROBOTIS-GIT/Dynamixel2Arduino-0.7.0.zip", + "archiveFileName": "Dynamixel2Arduino-0.7.0.zip", + "size": 149723, + "checksum": "SHA-256:05a76c580b5f8d0a4b478cb9f2f453742d1c2714673d43389f49a68e7ec2d797" + }, + { + "name": "UARDECS_MEGA Library", + "version": "1.2.1", + "author": "H.kurosaki,K.yasuba", + "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", + "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", + "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. This is a high-performance version of UARDECS, and the setting items by the user are increasing greatly. It corresponds to Arduino MEGA. Arduino UNO can also be used, but there is not enough available memory. Always requires Ethernet shield2.", + "website": "http://uecs.org/arduino/uardecs.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/H-Kurosaki/UARDECS_MEGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_MEGA_Library-1.2.1.zip", + "archiveFileName": "UARDECS_MEGA_Library-1.2.1.zip", + "size": 62004, + "checksum": "SHA-256:0d8aad893eb875a08ec29179ca31ac27bcfddd78342ebe2af0b077090c945eb0" + }, + { + "name": "UARDECS_MEGA Library", + "version": "2.0.0", + "author": "H.kurosaki,K.yasuba", + "maintainer": "uecs.org \u003ckurosaki@affrc.go.jp\u003e", + "sentence": "A library that provides communication functions conforming to UECS, a common standard for horticulture in Japan.", + "paragraph": "This library provides UDP server and Web server function conforming to UECS standard. This is a high-performance version of UARDECS, and the setting items by the user are increasing greatly. It corresponds to Arduino MEGA. Arduino UNO can also be used, but there is not enough available memory. Always requires Ethernet shield2.", + "website": "http://uecs.org/arduino/uardecs.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/H-Kurosaki/UARDECS_MEGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/H-Kurosaki/UARDECS_MEGA_Library-2.0.0.zip", + "archiveFileName": "UARDECS_MEGA_Library-2.0.0.zip", + "size": 64519, + "checksum": "SHA-256:c21afa3019cb01708819a01971a76c7bc51a9553ec5071abab1d154ea06f062c" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": [ + "TLx4966-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.0.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.0.zip", + "size": 3293005, + "checksum": "SHA-256:0dcd80c23a2b31ea8182052b4b21be9405abed585cd24f456ff232f4a0333abc" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": [ + "TLx4966-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.0.1.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.0.1.zip", + "size": 3306568, + "checksum": "SHA-256:99a458c9e7dcd4cdc2962c7c5880cf0c92c7eb546550d9a3f882e82b5d7e2766" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": [ + "TLx4966-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.0.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.0.zip", + "size": 3306103, + "checksum": "SHA-256:13976e3c20fcd9a6e392768a3603ecde96da07471c4b347949406802cd38f8f6" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": [ + "TLx4966-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.1.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.1.zip", + "size": 3306156, + "checksum": "SHA-256:fc4a06ebb0886db350c690fb2512404d34a4c482cfa250e4f978ea3a23c677d8" + }, + { + "name": "TLx4966-Direction-Speed-Sensor", + "version": "1.1.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the TLx4966 Double Hall sensor family.", + "paragraph": "C/C++ library of Infineons double Hall-effect direction and speed sensor TLx4966(K)/(G)/(L)/(V) family for magnetic sensing applications.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLx4966-Direction-Speed-Sensor.git", + "providesIncludes": [ + "TLx4966-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLx4966_Direction_Speed_Sensor-1.1.2.zip", + "archiveFileName": "TLx4966_Direction_Speed_Sensor-1.1.2.zip", + "size": 3306158, + "checksum": "SHA-256:f34bbcbf0e34f3b3e43ae0b2fb6f673c3278974c54f93e3032e9bf3129429c25" + }, + { + "name": "TLV493D-A1B6", + "version": "1.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLV493D-A1B6", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "http://www.infineon.com/cms/de/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLV493D_A1B6-1.0.2.zip", + "archiveFileName": "TLV493D_A1B6-1.0.2.zip", + "size": 52991, + "checksum": "SHA-256:82c85e39f68d6624d0fda13945b1ad454e91cec5bdf593a761575cf39a673534" + }, + { + "name": "TLV493D-A1B6", + "version": "1.0.3", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLV493D-A1B6 3D Magnetic Sensor.", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "http://www.infineon.com/cms/de/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/TLV493D-A1B6/productType.html?productType=5546d462525dbac401529cebc74f07b7", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLV493D-A1B6-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLV493D_A1B6-1.0.3.zip", + "archiveFileName": "TLV493D_A1B6-1.0.3.zip", + "size": 1614765, + "checksum": "SHA-256:46dc94a27852e8a7e22e9353cbaaac5ed5624e204fc514aa9e96829e596666c3" + }, + { + "name": "TLE5012B", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the TLE5012B via SPI interface.", + "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/angle-sensor/tle5012b-e1000/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-1.0.0.zip", + "archiveFileName": "TLE5012B-1.0.0.zip", + "size": 37341, + "checksum": "SHA-256:9450a22e342526f54da1668031d0c85d169444e6e71fd90dfd22f49aabba871d" + }, + { + "name": "TLE5012B", + "version": "2.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the TLE5012B via SPI interface.", + "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-2.0.1.zip", + "archiveFileName": "TLE5012B-2.0.1.zip", + "size": 6821040, + "checksum": "SHA-256:34e88cfcb3e9855a3923243e469d492b6540eb0793417f9829ac241aeda00d94" + }, + { + "name": "TLE5012B", + "version": "3.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library enables the Infineon TLE5012B magnetic angle sensor.", + "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field, including a sophisticated digital signal processor. The sensor is available as Sens2go kit as well as bulk chip.", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", + "dependencies": [ + { + "name": "XMC-for-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-3.0.1.zip", + "archiveFileName": "TLE5012B-3.0.1.zip", + "size": 6678114, + "checksum": "SHA-256:00e607436894134a66e9ae2283e796edb222084a4a32c6d843bee5bc9f11f5e5" + }, + { + "name": "TLE5012B", + "version": "3.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library enables the Infineon TLE5012B magnetic angle sensor.", + "paragraph": "The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field, including a sophisticated digital signal processor. The sensor is available as Sens2go kit as well as bulk chip.", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle5012b_e1000_ms2go/", + "category": "Sensors", + "architectures": [ + "avr", + "xmc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLE5012-Magnetic-Angle-Sensor.git", + "dependencies": [ + { + "name": "XMC-for-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE5012B-3.1.0.zip", + "archiveFileName": "TLE5012B-3.1.0.zip", + "size": 6678130, + "checksum": "SHA-256:27fecb18d8527c4b554872d1698f8b02bc6c5cbc439bcd845acef2cb34afc7b4" + }, + { + "name": "TLI4970", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", + "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", + "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.0.zip", + "archiveFileName": "TLI4970-1.0.0.zip", + "size": 44854, + "checksum": "SHA-256:2fd103fc3034c554b6159a3665d3f02c4a31425f41f5d289462056ef1348d3a7" + }, + { + "name": "TLI4970", + "version": "1.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineon's current sensor TLI4970 with hall technology", + "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", + "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.0.2.zip", + "archiveFileName": "TLI4970-1.0.2.zip", + "size": 21454, + "checksum": "SHA-256:3018e8aa32522ac23345d9512f77f7700bc889a929089d74fd3a0930e1d5654e" + }, + { + "name": "TLI4970", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineon's TLI4970-D050T4 Current Sensor with hall technology.", + "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", + "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.1.0.zip", + "archiveFileName": "TLI4970-1.1.0.zip", + "size": 21590, + "checksum": "SHA-256:7d98c333dc4141c421e4e05874ea6f816cd87e7335306db977e71103f48979a8" + }, + { + "name": "TLI4970", + "version": "1.2.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineon's TLI4970-D050T4 Current Sensor with hall technology.", + "paragraph": "It can measure currents from -50 A to 50 A with a resolution of 13 bit. It also contains an EEPROM memory which avoids reconfiguration after each startup", + "website": "https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/TLI4970050+2+GO+KIT/productType.html?productType=5546d4624e24005f014e6775c8e1700f", + "category": "Sensors", + "architectures": [ + "avr", + "xmc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4970-D050T4-Current-Sensor.git", + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4970-1.2.0.zip", + "archiveFileName": "TLI4970-1.2.0.zip", + "size": 21605, + "checksum": "SHA-256:6d7cb04fd8da3872187f337b1d4c2d8bf93fc2e559ef88cab0ff3d259e7f8f1c" + }, + { + "name": "RGB LED Lighting Shield XMC1202", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the RGB LED Lighting Shield XMC1202 via I2C interface.", + "paragraph": "The RGB LED Lighting Shield XMC1202 from Infineon Technologies is one of the first intelligent RGB LED evaluation boards. It is designed to be easily configurable and combinable for different LED light engines and lamps, for fast prototyping and in-expensive evaluation of LED lighting applications.", + "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_led_xmc1202_as_01/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/RGB-LED-Lighting-Shield-XMC1202.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", + "archiveFileName": "RGB_LED_Lighting_Shield_XMC1202-1.0.0.zip", + "size": 16483, + "checksum": "SHA-256:e00692f3a7a3499c118027a7e7c661ae8ca88e7d9e0b30d73bbd8ac808ae9f84" + }, + { + "name": "RGB LED Lighting Shield XMC1202", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to communicate with the RGB LED Lighting Shield XMC1202 via I2C interface.", + "paragraph": "The RGB LED Lighting Shield XMC1202 from Infineon Technologies is one of the first intelligent RGB LED evaluation boards. It is designed to be easily configurable and combinable for different LED light engines and lamps, for fast prototyping and in-expensive evaluation of LED lighting applications.", + "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_led_xmc1202_as_01/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/RGB-LED-Lighting-Shield-XMC1202.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield_XMC1202-1.0.1.zip", + "archiveFileName": "RGB_LED_Lighting_Shield_XMC1202-1.0.1.zip", + "size": 17046, + "checksum": "SHA-256:57d7421755a9a4a6e03ca61789cafece37f45c101478d117fe2bf83c50b7ea3b" + }, + { + "name": "BlueDisplay", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.0.0.zip", + "archiveFileName": "BlueDisplay-1.0.0.zip", + "size": 2802418, + "checksum": "SHA-256:147ec6fd112103d37a191c07b744c38169da82fb7457f05609c82d0152a260eb" + }, + { + "name": "BlueDisplay", + "version": "1.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.0.1.zip", + "archiveFileName": "BlueDisplay-1.0.1.zip", + "size": 2807140, + "checksum": "SHA-256:1f1dbbd7b8e16f1215e23ff7c72c01e7025fc269bd828fa98fc817b978889da0" + }, + { + "name": "BlueDisplay", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.1.0.zip", + "archiveFileName": "BlueDisplay-1.1.0.zip", + "size": 2814772, + "checksum": "SHA-256:b5f7b9d8d9ce5554341d1f1bba4c12e32b2c5eef7088da7c1aae7f8019b61e5b" + }, + { + "name": "BlueDisplay", + "version": "1.3.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-1.3.0.zip", + "archiveFileName": "BlueDisplay-1.3.0.zip", + "size": 2829367, + "checksum": "SHA-256:76565dcd58736fa9ed4a69530b94a4a55aca8151893a24b0661a594aeb65e293" + }, + { + "name": "BlueDisplay", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming needed!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "stm32", + "STM32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.0.0.zip", + "archiveFileName": "BlueDisplay-2.0.0.zip", + "size": 2831766, + "checksum": "SHA-256:c17b844e655ca9ee942e0e5d5e345641f6e31cd956dfa2a47d589b482c97e172" + }, + { + "name": "BlueDisplay", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew:\u003cb\u003eArduino due support.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.1.0.zip", + "archiveFileName": "BlueDisplay-2.1.0.zip", + "size": 2838615, + "checksum": "SHA-256:476fd58f554232eb9099f1e99804f36e4c48171fe7425e5f4b2f92be7165516f" + }, + { + "name": "BlueDisplay", + "version": "2.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew function setCaptionFromStringArrayPGM(). Added flag sBDEventJustReceived.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.1.1.zip", + "archiveFileName": "BlueDisplay-2.1.1.zip", + "size": 1451680, + "checksum": "SHA-256:308cb98e6012867b3cbedb988f30c85e65b8752c7be8c86f2b3096c0e8436f6b" + }, + { + "name": "BlueDisplay", + "version": "2.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew functions, renamed setPrintf* functions to setWriteString*, switched last 2 parameters in initCommunication() etc.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "providesIncludes": [ + "BlueDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-2.2.0.zip", + "archiveFileName": "BlueDisplay-2.2.0.zip", + "size": 1518981, + "checksum": "SHA-256:cc5b00a299c8b876ec91d30e2c309ed8cf8d84d5776f801806252e4758001b02" + }, + { + "name": "BlueDisplay", + "version": "3.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed *.cpp to *.hpp.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "providesIncludes": [ + "BlueDisplay.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-3.0.0.zip", + "archiveFileName": "BlueDisplay-3.0.0.zip", + "size": 2804522, + "checksum": "SHA-256:6657ae6815828e25a94c6672e1e507ae8f07ea54f4cc83e9b526e8df0197bae2" + }, + { + "name": "BlueDisplay", + "version": "3.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eADCUtils now external sources.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "providesIncludes": [ + "BlueDisplay.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-3.0.1.zip", + "archiveFileName": "BlueDisplay-3.0.1.zip", + "size": 2816286, + "checksum": "SHA-256:aae8f7749a3727b9db860c97975ed9fee02ef921b41cda3611e27c3cf21577c1" + }, + { + "name": "BlueDisplay", + "version": "3.0.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded function setPosition() for sliders.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "STM32", + "stm32", + "stm32duino", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "providesIncludes": [ + "BlueDisplay.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-3.0.2.zip", + "archiveFileName": "BlueDisplay-3.0.2.zip", + "size": 2816344, + "checksum": "SHA-256:e5cadb8fcfd18b902a9382e1893cd7da3f4017942060968f3e5f344ea46f1d7f" + }, + { + "name": "BlueDisplay", + "version": "4.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMajor refactoring, many bug fixes and seamless support of local display.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "providesIncludes": [ + "BlueDisplay.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-4.0.0.zip", + "archiveFileName": "BlueDisplay-4.0.0.zip", + "size": 7200339, + "checksum": "SHA-256:56238ef678a30e2c7a937cfdf55205a2bd64290ebbd331634e39f397ee690558" + }, + { + "name": "BlueDisplay", + "version": "4.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "This library enables an Android smartphone or tablet to act as a graphical display for your Arduino.\u003cbr/\u003e", + "paragraph": "Let your Arduino program create a GUI with \u003cb\u003eGraphics, Text, Buttons and Sliders\u003c/b\u003e on your smartphone or tablet by simply connecting a HC-05 to the rx/tx pins of your Arduino.\u003cbr/\u003e\u003ca href=\"https://play.google.com/store/apps/details?id=de.joachimsmeyer.android.bluedisplay\"\u003eThe Android BlueDisplay App\u003c/a\u003e receives draw requests from Arduino over Bluetooth and renders it.\u003cbr/\u003eGUI callback, touch and sensor events are sent back to the Arduino.\u003cbr/\u003e\u003cb\u003eNo Android programming required!\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMinor changes and updated 3. party libs.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/Arduino-BlueDisplay#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/Arduino-BlueDisplay", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/Arduino-BlueDisplay.git", + "providesIncludes": [ + "BlueDisplay.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/BlueDisplay-4.0.1.zip", + "archiveFileName": "BlueDisplay-4.0.1.zip", + "size": 7202919, + "checksum": "SHA-256:4cbb3adaa2e976905776df905cd28de113c7d8d77aae72e853f0db3862559594" + }, + { + "name": "IFX9201_XMC1300_StepperMotor", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to control a stepper motor through Infineon’s Stepper Motor Control Shield \"KIT_XMC1300_IFX9201\" with h-bridge IFX9201 and XMC1300 microcontroller.", + "paragraph": "The stepper motor control shield based on Infineon’s h-bridge IFX9201 and XMC1300 microcontroller is capable of driving the two coils in a stepper motor featuring dual-h-bridge configuration.", + "website": "https://www.infineon.com/cms/de/product/evaluation-boards/kit_xmc1300_ifx9201/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/Stepper-Motor-Shield-IFX9201-XMC1300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX9201_XMC1300_StepperMotor-1.0.0.zip", + "archiveFileName": "IFX9201_XMC1300_StepperMotor-1.0.0.zip", + "size": 8373, + "checksum": "SHA-256:3a4f7709f8194f5258fa54b7380a9318a593554687c883e14eec40176ab0798e" + }, + { + "name": "CBUS", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", + "paragraph": "Implements all functionality required to create a CBUS FLiM module", + "website": "https://github.com/obdev/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.0.0.zip", + "archiveFileName": "CBUS-1.0.0.zip", + "size": 19008, + "checksum": "SHA-256:5b5cf714686329dda92ecda7a07e6aaee29fb594d3c13207b6e9fe72056b287e" + }, + { + "name": "CBUS", + "version": "1.1.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/obdev/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.0.zip", + "archiveFileName": "CBUS-1.1.0.zip", + "size": 19089, + "checksum": "SHA-256:08555e3eaeb3c925172058a7779ae9412eb1a6290873a53bc2a4d0a30909a0ff" + }, + { + "name": "CBUS", + "version": "1.1.3", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.3.zip", + "archiveFileName": "CBUS-1.1.3.zip", + "size": 18495, + "checksum": "SHA-256:10a26ead679da087b8dd3c8f90ba0cedc0a324efb6ac3d27f86c03c1e6644e04" + }, + { + "name": "CBUS", + "version": "1.1.6", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.6.zip", + "archiveFileName": "CBUS-1.1.6.zip", + "size": 18705, + "checksum": "SHA-256:ebb9636d088b37016aacd443b73cf222475a3f82f5062c3512ed7e9cb5d8a50d" + }, + { + "name": "CBUS", + "version": "1.1.10", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.10.zip", + "archiveFileName": "CBUS-1.1.10.zip", + "size": 18610, + "checksum": "SHA-256:bfd6a39e25bbb59e53a5211ff33b2f3ad17325cfa673a8010d685b8f82482d7e" + }, + { + "name": "CBUS", + "version": "1.1.11", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.11.zip", + "archiveFileName": "CBUS-1.1.11.zip", + "size": 18612, + "checksum": "SHA-256:8238b10219cf47af62b928f070228b3064cfc7099e3c27797262e90b7a600fba" + }, + { + "name": "CBUS", + "version": "1.1.12", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.12.zip", + "archiveFileName": "CBUS-1.1.12.zip", + "size": 18633, + "checksum": "SHA-256:68a42d0c64fef340592e72e4689f78ab0398853b0e92818bcfe17ddafb19223d" + }, + { + "name": "CBUS", + "version": "1.1.13", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.13.zip", + "archiveFileName": "CBUS-1.1.13.zip", + "size": 18645, + "checksum": "SHA-256:b55dbb82dc6fffc355fd082f9737e44441036866f21b3b6de42942d4e94b30cd" + }, + { + "name": "CBUS", + "version": "1.1.14", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.14.zip", + "archiveFileName": "CBUS-1.1.14.zip", + "size": 22194, + "checksum": "SHA-256:01def65e5af39edad1b1b5e68b1370d47ca54bf0747ad5db1e2c92ac01aefa00" + }, + { + "name": "CBUS", + "version": "1.1.15", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.15.zip", + "archiveFileName": "CBUS-1.1.15.zip", + "size": 22195, + "checksum": "SHA-256:44fa264d9534d486954ec5aa404b54fb013c26f21f02e25c253d4d7352ba6c64" + }, + { + "name": "CBUS", + "version": "1.1.16", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.16.zip", + "archiveFileName": "CBUS-1.1.16.zip", + "size": 27169, + "checksum": "SHA-256:8db005d8d01b815d137fa20511719cb755a5a1d3cab68f04c7a8d51b5b16ea81" + }, + { + "name": "CBUS", + "version": "1.1.17", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.17.zip", + "archiveFileName": "CBUS-1.1.17.zip", + "size": 27226, + "checksum": "SHA-256:d0bced53170887efd5ce16e60a845b42caee4fd887017d353f76a2a7a220df93" + }, + { + "name": "CBUS", + "version": "1.1.18", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.18.zip", + "archiveFileName": "CBUS-1.1.18.zip", + "size": 30328, + "checksum": "SHA-256:7bc4bd80cb8447118f1562b4154605ef6dbdac855419cd1912452fd52380f6af" + }, + { + "name": "CBUS", + "version": "1.1.19", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.19.zip", + "archiveFileName": "CBUS-1.1.19.zip", + "size": 30390, + "checksum": "SHA-256:00bd9fd579617b3763a40f7af8070ef87d45aa626936cee575e25027469ac1df" + }, + { + "name": "CBUS", + "version": "1.1.20", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h", + "CBUSParams.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.20.zip", + "archiveFileName": "CBUS-1.1.20.zip", + "size": 30482, + "checksum": "SHA-256:6a84b68bbc83014a79e662dfc204387328177f621b5df724246c68f72602e34e" + }, + { + "name": "CBUS", + "version": "1.1.21", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h", + "CBUSParams.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.21.zip", + "archiveFileName": "CBUS-1.1.21.zip", + "size": 30482, + "checksum": "SHA-256:9895b42ad8cbf12265a98b5e082bab4476848dacc75548ec0f7d43b93dff0cf6" + }, + { + "name": "CBUS", + "version": "1.1.22", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h", + "CBUSParams.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.22.zip", + "archiveFileName": "CBUS-1.1.22.zip", + "size": 31874, + "checksum": "SHA-256:a3e764e5ab6516cafc0c4c31c5738602a4b52cf2c5f6148016875999f39f78f5" + }, + { + "name": "CBUS", + "version": "1.1.24", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h", + "CBUSParams.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.24.zip", + "archiveFileName": "CBUS-1.1.24.zip", + "size": 33347, + "checksum": "SHA-256:d27edb6a1d9e1f5268c32f9c7a49c46b0073e639673c25ac3e7d3e3e3ee4634d" + }, + { + "name": "CBUS", + "version": "1.1.25", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS", + "paragraph": "Implements functionality required to create a CBUS FLiM module", + "website": "https://github.com/MERG-DEV/CBUS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS.git", + "providesIncludes": [ + "CBUS.h", + "cbusdefs.h", + "CBUSParams.h" + ], + "dependencies": [ + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS-1.1.25.zip", + "archiveFileName": "CBUS-1.1.25.zip", + "size": 33438, + "checksum": "SHA-256:4ba574ec1259d77a6e55e915895bb5aad26db26d091c37fe3aedda05439a65b8" + }, + { + "name": "CBUS2515", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515/25625 ICs", + "website": "https://github.com/obdev/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.0.0.zip", + "archiveFileName": "CBUS2515-1.0.0.zip", + "size": 93147, + "checksum": "SHA-256:77317558de287226089fec241dfbe0c54a2661b84575ea99f6027b06eaab4dc0" + }, + { + "name": "CBUS2515", + "version": "1.1.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/obdev/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.0.zip", + "archiveFileName": "CBUS2515-1.1.0.zip", + "size": 93304, + "checksum": "SHA-256:777e9423e75c8f05cdb0c553d4cdf8fffadab615f924bd6d6280af557479ddc0" + }, + { + "name": "CBUS2515", + "version": "1.1.3", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.3.zip", + "archiveFileName": "CBUS2515-1.1.3.zip", + "size": 106431, + "checksum": "SHA-256:c7cb09b7e3a53d7bbab5b8df5aa2fc1e112740bee56483e6d0fcc767bcc23676" + }, + { + "name": "CBUS2515", + "version": "1.1.5", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.5.zip", + "archiveFileName": "CBUS2515-1.1.5.zip", + "size": 106619, + "checksum": "SHA-256:1443b1470436c49224b168a8bf750284c9bf618583d5972d1cff18c487dae661" + }, + { + "name": "CBUS2515", + "version": "1.1.8", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.8.zip", + "archiveFileName": "CBUS2515-1.1.8.zip", + "size": 106614, + "checksum": "SHA-256:198aa0a00238038509262fa0ae2d7033a53fd281efd729919231d64997486dbe" + }, + { + "name": "CBUS2515", + "version": "1.1.9", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.9.zip", + "archiveFileName": "CBUS2515-1.1.9.zip", + "size": 106616, + "checksum": "SHA-256:022efa54411d8cb788480be825606f3aa2ed33adfa65ed2abe35db08011d5a18" + }, + { + "name": "CBUS2515", + "version": "1.1.10", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.10.zip", + "archiveFileName": "CBUS2515-1.1.10.zip", + "size": 106600, + "checksum": "SHA-256:a96c0c6612cc0ce613c9e1d2e6953d55b33071339a40baf718ca029b3c759d32" + }, + { + "name": "CBUS2515", + "version": "1.1.11", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.11.zip", + "archiveFileName": "CBUS2515-1.1.11.zip", + "size": 106602, + "checksum": "SHA-256:a29fc8a56387ca667fd3619c554eb3b49cb8c087168399265513fa9944375622" + }, + { + "name": "CBUS2515", + "version": "1.1.12", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.12.zip", + "archiveFileName": "CBUS2515-1.1.12.zip", + "size": 103858, + "checksum": "SHA-256:a2a8aeec23a8d93384171c3407f1beda88873ea6398dddb2015f9077664f83b7" + }, + { + "name": "CBUS2515", + "version": "1.1.13", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.13.zip", + "archiveFileName": "CBUS2515-1.1.13.zip", + "size": 175039, + "checksum": "SHA-256:7250f02d4f254220f2dc671e5e03f834e17fdd6079c5525cb9676abe4257e974" + }, + { + "name": "CBUS2515", + "version": "1.1.14", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.14.zip", + "archiveFileName": "CBUS2515-1.1.14.zip", + "size": 175039, + "checksum": "SHA-256:c9677ee9e65a1b203d9041e62efe583cf4b9aa837c76323af977ac2fc3059f1b" + }, + { + "name": "CBUS2515", + "version": "1.1.15", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.15.zip", + "archiveFileName": "CBUS2515-1.1.15.zip", + "size": 175111, + "checksum": "SHA-256:e0f72e843d2890f60445de4b62f0ed17564812454b0e9995d0c8f4c027e0b383" + }, + { + "name": "CBUS2515", + "version": "1.1.16", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.16.zip", + "archiveFileName": "CBUS2515-1.1.16.zip", + "size": 179574, + "checksum": "SHA-256:56908b7f05c369a8239ac7d66c7b55f96821880c8a16860fa0761b0b69607d6b" + }, + { + "name": "CBUS2515", + "version": "1.1.17", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.17.zip", + "archiveFileName": "CBUS2515-1.1.17.zip", + "size": 179596, + "checksum": "SHA-256:800ec380b80eae484fff203a8a32bd5db1b1965864c0ca4ce0927fd287924780" + }, + { + "name": "CBUS2515", + "version": "1.1.18", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSswitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.18.zip", + "archiveFileName": "CBUS2515-1.1.18.zip", + "size": 179688, + "checksum": "SHA-256:1f1aacd375106911d22ee2ffddea148d116970167c2891cab1ec428906527d38" + }, + { + "name": "CBUS2515", + "version": "1.1.19", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using MCP2515, 25625 ICs", + "paragraph": "Implements the CBUS library for modules based on MCP2515 and MCP2562 ICs", + "website": "https://github.com/MERG-DEV/CBUS2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUS2515.git", + "providesIncludes": [ + "CBUS2515.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUS2515-1.1.19.zip", + "archiveFileName": "CBUS2515-1.1.19.zip", + "size": 179688, + "checksum": "SHA-256:3e890bc25a39e7215078902c48a787344d6d11873738f6c96018aa9b00b60666" + }, + { + "name": "CBUSconfig", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/obdev/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.0.0.zip", + "archiveFileName": "CBUSconfig-1.0.0.zip", + "size": 7911, + "checksum": "SHA-256:107c55d3774fbe3851f2611d546a94792635eb9601eeb78e3dce273bea9cc4af" + }, + { + "name": "CBUSconfig", + "version": "1.1.3", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.3.zip", + "archiveFileName": "CBUSconfig-1.1.3.zip", + "size": 7957, + "checksum": "SHA-256:9b76a537f9b9b0cb8b08c735e9e2aa6bb1330af45c5ad2a84d0ba8af6a313edb" + }, + { + "name": "CBUSconfig", + "version": "1.1.7", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.7.zip", + "archiveFileName": "CBUSconfig-1.1.7.zip", + "size": 8122, + "checksum": "SHA-256:5eb32952c47eec753e959c349ef4abc8b6b4bba785bb2e1d46495659befa464d" + }, + { + "name": "CBUSconfig", + "version": "1.1.8", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.8.zip", + "archiveFileName": "CBUSconfig-1.1.8.zip", + "size": 8122, + "checksum": "SHA-256:c657a9bd0133e584c9ba42d5fc5a8dd76199c0450cdd34ae0e87da783151b952" + }, + { + "name": "CBUSconfig", + "version": "1.1.9", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.9.zip", + "archiveFileName": "CBUSconfig-1.1.9.zip", + "size": 8394, + "checksum": "SHA-256:fc3078008a331ab5de7274620d7b43c4aff1280f647df24fab537f0229fb8d31" + }, + { + "name": "CBUSconfig", + "version": "1.1.10", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.10.zip", + "archiveFileName": "CBUSconfig-1.1.10.zip", + "size": 9063, + "checksum": "SHA-256:08f0e22c2a1403c9e9a613ce289b3002b2b1be785ac97d4626695ac75b2616c2" + }, + { + "name": "CBUSconfig", + "version": "1.1.11", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.11.zip", + "archiveFileName": "CBUSconfig-1.1.11.zip", + "size": 9279, + "checksum": "SHA-256:cb51354f7d841de71a85c2257fdeee304d9d31b4d0b09c25d3229eb323647e72" + }, + { + "name": "CBUSconfig", + "version": "1.1.14", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.14.zip", + "archiveFileName": "CBUSconfig-1.1.14.zip", + "size": 9660, + "checksum": "SHA-256:adf352f3698db6ff84925e203684dcedd02b9f86d243820fa9e64bb512345f6e" + }, + { + "name": "CBUSconfig", + "version": "1.1.15", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.15.zip", + "archiveFileName": "CBUSconfig-1.1.15.zip", + "size": 11294, + "checksum": "SHA-256:0e1886e25bb124b280d296c3e98ad200ce83719d01927c8570e8903e86072fd4" + }, + { + "name": "CBUSconfig", + "version": "1.1.16", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.16.zip", + "archiveFileName": "CBUSconfig-1.1.16.zip", + "size": 11494, + "checksum": "SHA-256:7e0c86093aa5d2df020961ddd77c6a9b26cb1e155706f5dd27ce0dc780f56e99" + }, + { + "name": "CBUSconfig", + "version": "1.1.17", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS module configuration", + "website": "https://github.com/MERG-DEV/CBUSconfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSconfig.git", + "providesIncludes": [ + "CBUSconfig.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSLED" + }, + { + "name": "CBUSSwitch" + }, + { + "name": "Streaming" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSconfig-1.1.17.zip", + "archiveFileName": "CBUSconfig-1.1.17.zip", + "size": 11508, + "checksum": "SHA-256:ef51cdf1d5bc1d7da703307b84125a8a473dda5739894553a0be6a88d527d072" + }, + { + "name": "CBUSLED", + "version": "1.0.0", + "author": "Duncan Greenwood (duncan_greenwood@hotmail.com)", + "maintainer": "Duncan Greenwood (duncan_greenwood@hotmail.com)", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/obdev/CBUSLED", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": [ + "CBUSLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.0.0.zip", + "archiveFileName": "CBUSLED-1.0.0.zip", + "size": 4091, + "checksum": "SHA-256:8f9fbb0edfffdb4f1848cddcc53b4ff29e4fc9ce7f19b13c34ffcdb500f28288" + }, + { + "name": "CBUSLED", + "version": "1.1.3", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": [ + "CBUSLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.3.zip", + "archiveFileName": "CBUSLED-1.1.3.zip", + "size": 4153, + "checksum": "SHA-256:ebf0ef6a02d383e1a28290395dd30898d2ccbf6ed9dbe43ecee3ae8d02e24595" + }, + { + "name": "CBUSLED", + "version": "1.1.4", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": [ + "CBUSLED.h" + ], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSswitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.4.zip", + "archiveFileName": "CBUSLED-1.1.4.zip", + "size": 4179, + "checksum": "SHA-256:fcc4538a90c97a33d84bdb6c20314567878fa00997412790fa5bf6afd75d32a5" + }, + { + "name": "CBUSLED", + "version": "1.1.5", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": [ + "CBUSLED.h" + ], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSswitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.5.zip", + "archiveFileName": "CBUSLED-1.1.5.zip", + "size": 4180, + "checksum": "SHA-256:22a22db6cf3b0c48697d9b481e3b63d16d2f7ccc9d103b93f3dc583908ed0e35" + }, + { + "name": "CBUSLED", + "version": "1.1.6", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": [ + "CBUSLED.h" + ], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSswitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.6.zip", + "archiveFileName": "CBUSLED-1.1.6.zip", + "size": 4190, + "checksum": "SHA-256:cc7ad59b05dcd3043c1402cbd82d0fcc2ee038f6757b814000813f6a77a9d897" + }, + { + "name": "CBUSLED", + "version": "1.1.7", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": [ + "CBUSLED.h" + ], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSswitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.7.zip", + "archiveFileName": "CBUSLED-1.1.7.zip", + "size": 4229, + "checksum": "SHA-256:fbf34f0f4ce8a38ae4324d11bca59de44f2bd68de2aea4de5bc14390bb93dcc1" + }, + { + "name": "CBUSLED", + "version": "1.1.8", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS LED processing", + "paragraph": "Implements non-blocking control of LEDs", + "website": "https://github.com/MERG-DEV/CBUSLED", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSLED.git", + "providesIncludes": [ + "CBUSLED.h" + ], + "dependencies": [ + { + "name": "Streaming" + }, + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSSwitch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSLED-1.1.8.zip", + "archiveFileName": "CBUSLED-1.1.8.zip", + "size": 4229, + "checksum": "SHA-256:95e66cc26198c50f88bc426cb03be0e368c2ea2a5ae72b7b7a906eb8fe7a1a5f" + }, + { + "name": "CBUSSwitch", + "version": "1.0.0", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/obdev/CBUSSwitch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": [ + "CBUSSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.0.0.zip", + "archiveFileName": "CBUSSwitch-1.0.0.zip", + "size": 4654, + "checksum": "SHA-256:8044517f28bbec8bc12382149c54d75e8db01285f249e8c7d85c5463fc023ac3" + }, + { + "name": "CBUSSwitch", + "version": "1.1.3", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": [ + "CBUSSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.3.zip", + "archiveFileName": "CBUSSwitch-1.1.3.zip", + "size": 4499, + "checksum": "SHA-256:ed7ec46a9f561c7cf14a3cd2038b1b88c56cbe29fe49f7ae6ddc7ff2b84cdfcc" + }, + { + "name": "CBUSSwitch", + "version": "1.1.5", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": [ + "CBUSSwitch.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.5.zip", + "archiveFileName": "CBUSSwitch-1.1.5.zip", + "size": 4525, + "checksum": "SHA-256:31c825361d69f53174e87163705a1fe47f7da7fbed84829aef53634b97e70a43" + }, + { + "name": "CBUSSwitch", + "version": "1.1.6", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": [ + "CBUSSwitch.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.6.zip", + "archiveFileName": "CBUSSwitch-1.1.6.zip", + "size": 4527, + "checksum": "SHA-256:3e43ad77d13d3494de2184b8c91fb6ed286b4fd5d34be0b7fffacaacb5865d94" + }, + { + "name": "CBUSSwitch", + "version": "1.1.7", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": [ + "CBUSSwitch.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.7.zip", + "archiveFileName": "CBUSSwitch-1.1.7.zip", + "size": 4539, + "checksum": "SHA-256:5fa2695a4e0743adf3bdda60257b44681ff4aa792e076e23bad15bc210037932" + }, + { + "name": "CBUSSwitch", + "version": "1.1.8", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Arduino library for MERG CBUS pushbutton switch processing", + "website": "https://github.com/MERG-DEV/CBUSSwitch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSswitch.git", + "providesIncludes": [ + "CBUSSwitch.h" + ], + "dependencies": [ + { + "name": "CBUS" + }, + { + "name": "CBUSconfig" + }, + { + "name": "CBUSLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSSwitch-1.1.8.zip", + "archiveFileName": "CBUSSwitch-1.1.8.zip", + "size": 4574, + "checksum": "SHA-256:90bc587a9fd5db4a922a2a60445684910b2f6a846b6753e64a7549f6f7a54ce6" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.0.0", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.0.0.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.0.0.zip", + "size": 22353, + "checksum": "SHA-256:0cb57fb16b306d0b6214ba0c9be625e95fcbdb5ea986bf3bed5b96bc7b68609d" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.1.0", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.0.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.0.zip", + "size": 22627, + "checksum": "SHA-256:e75a42be2f7502438ed00b46638a8125ba30ddbf249e7bf3ae5a6c1df3e620f9" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.1.1", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.1.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.1.zip", + "size": 27820, + "checksum": "SHA-256:e4683c0918966ededa09009ebabd38a3dac2995f6c5f52e708c2f399b1981f3e" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.1.2", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.1.2.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.1.2.zip", + "size": 28602, + "checksum": "SHA-256:447079c887c81f677124b37f6ec33fae7ef49323da79caaab76b5e784423bb85" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.2.1", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.2.1.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.2.1.zip", + "size": 29678, + "checksum": "SHA-256:447364ac4a44d493b710183e6bc4e5affcd369d9f5418c50b636f00485d29440" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.3.0", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.3.0.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.3.0.zip", + "size": 29710, + "checksum": "SHA-256:71ad126127ba7079d4c3499798d2a38a4b9d0d0bf68d6cdbe7b4e4b02fd1d997" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.3.1", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.3.1.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.3.1.zip", + "size": 29486, + "checksum": "SHA-256:79da6e5f7cf6a61dd0696a3457b609708d6d5cb761d6e5d0f98167b474a17be2" + }, + { + "name": "Adafruit Arcada GifDecoder", + "version": "1.3.3", + "author": "David Prentice, Craig A. Lindley and Louis Beaudoin", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to display animated GIFs on Adafruit Arcada boards", + "paragraph": "This is a library to display animated GIFs on Adafruit Arcada boards", + "website": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder", + "category": "Display", + "architectures": [ + "samd", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Arcada_GifDecoder.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Arcada_GifDecoder-1.3.3.zip", + "archiveFileName": "Adafruit_Arcada_GifDecoder-1.3.3.zip", + "size": 29486, + "checksum": "SHA-256:4d5ba714a807e0888d2864cba9cb43fd1915de83c1e8ea4e20c3d6c0993daa41" + }, + { + "name": "TrimWright", + "version": "0.9.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "UML State Machines for Arduino", + "paragraph": "This library provides UML hierarchical state machines for Arduino", + "website": "https://github.com/drewfish/arduino-TrimWright", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-TrimWright.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/TrimWright-0.9.1.zip", + "archiveFileName": "TrimWright-0.9.1.zip", + "size": 74915, + "checksum": "SHA-256:97142e6728a8b86aeb7d05abd8a2bab9aad07474575101617e33ac70b7066e57" + }, + { + "name": "TrimWright", + "version": "0.10.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "UML State Machines for Arduino", + "paragraph": "This library provides UML hierarchical state machines for Arduino", + "website": "https://github.com/drewfish/arduino-TrimWright", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-TrimWright.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/TrimWright-0.10.0.zip", + "archiveFileName": "TrimWright-0.10.0.zip", + "size": 75487, + "checksum": "SHA-256:6eb3e22179cce8d4a20c80a878fd9b2c70e6eb75284b648e63aadbb160244920" + }, + { + "name": "TM1638plus", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.0.zip", + "archiveFileName": "TM1638plus-1.0.0.zip", + "size": 18983, + "checksum": "SHA-256:dedbd2eaf4699337baff72f86e12f977d777720804c75b350830364f20ae65dc" + }, + { + "name": "TM1638plus", + "version": "1.0.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.0.1.zip", + "archiveFileName": "TM1638plus-1.0.1.zip", + "size": 19628, + "checksum": "SHA-256:802e14dcb75ccf2915f8921ffd91457abab8d724d8a24e0020c761eeec36536a" + }, + { + "name": "TM1638plus", + "version": "1.1.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.1.1.zip", + "archiveFileName": "TM1638plus-1.1.1.zip", + "size": 149994, + "checksum": "SHA-256:40336a6db2137d2a33f479790a395d15607f59d1b63b81b4c39f991d06188981" + }, + { + "name": "TM1638plus", + "version": "1.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control a TM1638 seven segment module, 3461AS.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Hexadecimal and text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.2.0.zip", + "archiveFileName": "TM1638plus-1.2.0.zip", + "size": 200917, + "checksum": "SHA-256:ee0616b0bfd8e403b115ab081db98c7bbd01b4c0a54d30543aae41a148db34e2" + }, + { + "name": "TM1638plus", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.3.0.zip", + "archiveFileName": "TM1638plus-1.3.0.zip", + "size": 155377, + "checksum": "SHA-256:006ebeb2deda838e72d56581feed2561c79138d969cc520652ed491a66d6169e" + }, + { + "name": "TM1638plus", + "version": "1.4.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.4.0.zip", + "archiveFileName": "TM1638plus-1.4.0.zip", + "size": 143751, + "checksum": "SHA-256:b208ead7f8780667427467ac4259de51c3b00d6075627777cc0c910bc17f09aa" + }, + { + "name": "TM1638plus", + "version": "1.5.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.5.0.zip", + "archiveFileName": "TM1638plus-1.5.0.zip", + "size": 144355, + "checksum": "SHA-256:55e0175dc3865a1e0db1a05ded600864b307209ff6dd8aae863402d4c0ba09a1" + }, + { + "name": "TM1638plus", + "version": "1.6.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.6.0.zip", + "archiveFileName": "TM1638plus-1.6.0.zip", + "size": 219116, + "checksum": "SHA-256:231321fb91bd14f51114146dae1d5561714264e0f7571a45e1aba2913aa4bab0" + }, + { + "name": "TM1638plus", + "version": "1.7.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.7.0.zip", + "archiveFileName": "TM1638plus-1.7.0.zip", + "size": 222319, + "checksum": "SHA-256:9e88381093097589dfb068f24aaf43dcd08b2eb05087b757be11d8523330fc7c" + }, + { + "name": "TM1638plus", + "version": "1.8.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.8.0.zip", + "archiveFileName": "TM1638plus-1.8.0.zip", + "size": 223111, + "checksum": "SHA-256:07f08a0049d886a60e512cfb336e64dbc12c4d0c1dff2c2c1dada1914b05154f" + }, + { + "name": "TM1638plus", + "version": "1.9.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports Push Buttons, LEDs, ASCII, Decimal, Hexadecimal,text strings and the decimal point. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-1.9.0.zip", + "archiveFileName": "TM1638plus-1.9.0.zip", + "size": 224446, + "checksum": "SHA-256:abb5a3db73fa394748f8e73c942151e8f1f48df32b274b8ada1933a3befb431b" + }, + { + "name": "TM1638plus", + "version": "2.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "TM1638plus is an Arduino library to control TM1638 seven segment modules.", + "paragraph": "It supports push buttons, LEDs and the decimal point LED features of these modules. Can display ASCII, Decimal, Hexadecimal and text strings. Small Memory footprint.", + "website": "https://github.com/gavinlyonsrepo/TM1638plus", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/TM1638plus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/TM1638plus-2.0.0.zip", + "archiveFileName": "TM1638plus-2.0.0.zip", + "size": 225009, + "checksum": "SHA-256:c1078c57fbb1777e820abb970ff863880ab8744e81e314a5579783b042821fac" + }, + { + "name": "AloesDevice", + "version": "1.0.0", + "author": "getlarge", + "maintainer": "getlarge \u003ced@getlarge.eu\u003e", + "sentence": "MQTT connector for Aloes", + "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", + "website": "https://github.com/getlarge/arduino-device", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/getlarge/arduino-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.0.zip", + "archiveFileName": "AloesDevice-1.0.0.zip", + "size": 30338, + "checksum": "SHA-256:c78f234de81771168730bdf663ff62a1de92e0c81c5dd1e0ac3f8d16789be90a" + }, + { + "name": "AloesDevice", + "version": "1.0.1", + "author": "getlarge", + "maintainer": "getlarge \u003ced@getlarge.eu\u003e", + "sentence": "MQTT connector for Aloes", + "paragraph": "Safely connect your devices to Aloes backend, register your sensors with OMA references, configure your device via local UI", + "website": "https://github.com/getlarge/arduino-device", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/getlarge/arduino-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/getlarge/AloesDevice-1.0.1.zip", + "archiveFileName": "AloesDevice-1.0.1.zip", + "size": 40402, + "checksum": "SHA-256:a93ae164711c6c0f8712c9be00bc801bb42e6fc252ab5855b9cb2cfe4ad2843b" + }, + { + "name": "Adafruit DS3502", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS3502", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DS3502.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.0.zip", + "archiveFileName": "Adafruit_DS3502-1.0.0.zip", + "size": 9378, + "checksum": "SHA-256:9cfa2fc875a713a3146505944275a05bdb6c37fe6590f278e16882d1804cb2f3" + }, + { + "name": "Adafruit DS3502", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS3502", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DS3502.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.1.zip", + "archiveFileName": "Adafruit_DS3502-1.0.1.zip", + "size": 575627, + "checksum": "SHA-256:42c7dedbda7efadeb90b119f440568ee0942f73dc2d475daac6451275aab050e" + }, + { + "name": "Adafruit DS3502", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "paragraph": "Arduino library for the DS3502 I2C Potentiometer in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS3502", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DS3502.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS3502-1.0.3.zip", + "archiveFileName": "Adafruit_DS3502-1.0.3.zip", + "size": 575627, + "checksum": "SHA-256:34fbbcb018641c452a4a20ca1cf6ec02840b7ca747e4744fce77e561b5cf7d7f" + }, + { + "name": "SoftFilters", + "version": "0.1.0", + "author": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", + "maintainer": "Haimo Zhang \u003czh.hammer.dev@gmail.com\u003e", + "sentence": "Arduino framework and library of software data filters.", + "paragraph": "Can be used as a generic filter framework in C++.", + "website": "https://github.com/haimoz/SoftFilters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haimoz/SoftFilters.git", + "providesIncludes": [ + "SoftFilters.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/haimoz/SoftFilters-0.1.0.zip", + "archiveFileName": "SoftFilters-0.1.0.zip", + "size": 768029, + "checksum": "SHA-256:57ab608943725887548efa9870ac7d33c46903190c865d5ce552fa3a4aa15f56" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.0", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": [ + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": [ + "DFRobot_ESP_EC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.0.zip", + "size": 17898, + "checksum": "SHA-256:eacca98a5dd512b589ae71913e43ac1454e84663a2885913adf5d5ec4a89bc55" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.2", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": [ + "DFRobot_ESP_EC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.2.zip", + "size": 17999, + "checksum": "SHA-256:e63aa5f5870aaa494c91788746a60bb280b8ae832c0a6f5b6d7b890a3f0345db" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.3", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": [ + "DFRobot_ESP_EC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.3.zip", + "size": 18077, + "checksum": "SHA-256:37d129be07b82003337dff9de905e5819622c7e75ad629a2ec7792c123e403b9" + }, + { + "name": "DFRobot_ESP_EC_BY_GREENPONIK", + "version": "1.1.4", + "author": "GREENPONIK", + "maintainer": "GreenPonik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32 compatibility", + "paragraph": "Update from DFROBOT library for ESP32 compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK.git", + "providesIncludes": [ + "DFRobot_ESP_EC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", + "archiveFileName": "DFRobot_ESP_EC_BY_GREENPONIK-1.1.4.zip", + "size": 18140, + "checksum": "SHA-256:f1ac44c13e82f9c36ee2cd4385c690f3a944ff7d77ef814d5249d9ce686fa58e" + }, + { + "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", + "version": "1.1.0", + "author": "GREENPONIK", + "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", + "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": [ + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "providesIncludes": [ + "DFRobot_ESP_PH_WITH_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", + "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.1.0.zip", + "size": 18367, + "checksum": "SHA-256:6c02bf2390bf8c03fbd79fd8f2b5081e4fc78b5e389f0400c485c8a0b76be3cb" + }, + { + "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", + "version": "1.2.2", + "author": "GREENPONIK", + "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", + "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "providesIncludes": [ + "DFRobot_ESP_PH_WITH_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", + "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.2.zip", + "size": 18725, + "checksum": "SHA-256:ce582fcb6da53704371af105c1b6422e7fb3ed1e3ea3664423705f4102bb6de8" + }, + { + "name": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK", + "version": "1.2.3", + "author": "GREENPONIK", + "maintainer": "Greenponik \u003ccontact@greenponik.com\u003e", + "sentence": "Update from DFROBOT library for ESP32+ADC compatibility", + "paragraph": "Update from DFROBOT library for ESP32+ADC compatibility", + "website": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK.git", + "providesIncludes": [ + "DFRobot_ESP_PH_WITH_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GreenPonik/DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", + "archiveFileName": "DFRobot_ESP_PH_WITH_ADC_BY_GREENPONIK-1.2.3.zip", + "size": 18761, + "checksum": "SHA-256:7802411639f05f97dccc00a2a8be8ac8e19ff80a6085510596715c99fe39ba1d" + }, + { + "name": "Adafruit PixelDust", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for particle simulation", + "paragraph": "Arduino library for particle simulation", + "website": "https://github.com/adafruit/Adafruit_PixelDust", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.0.1.zip", + "archiveFileName": "Adafruit_PixelDust-1.0.1.zip", + "size": 29484, + "checksum": "SHA-256:c95322fcde0e6d386ad07ae07abb32e2901b8c196fb5503a4783f7aa4d9c8ad6" + }, + { + "name": "Adafruit PixelDust", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for particle simulation", + "paragraph": "Arduino library for particle simulation", + "website": "https://github.com/adafruit/Adafruit_PixelDust", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", + "dependencies": [ + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.1.0.zip", + "archiveFileName": "Adafruit_PixelDust-1.1.0.zip", + "size": 29616, + "checksum": "SHA-256:24d4affec8fd66473a31d9759231b3824927bf4c8f55441976e4dfa92926b7cb" + }, + { + "name": "Adafruit PixelDust", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for particle simulation", + "paragraph": "Arduino library for particle simulation", + "website": "https://github.com/adafruit/Adafruit_PixelDust", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", + "dependencies": [ + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.1.1.zip", + "archiveFileName": "Adafruit_PixelDust-1.1.1.zip", + "size": 29616, + "checksum": "SHA-256:063e33f1ee721f15bf8f12ac8aa46c7ead649deb51f66d8ee2407d19c0b509db" + }, + { + "name": "Adafruit PixelDust", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for particle simulation", + "paragraph": "Arduino library for particle simulation", + "website": "https://github.com/adafruit/Adafruit_PixelDust", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PixelDust.git", + "dependencies": [ + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PixelDust-1.1.3.zip", + "archiveFileName": "Adafruit_PixelDust-1.1.3.zip", + "size": 29616, + "checksum": "SHA-256:5f192a0e2290e7e17a1bc9f6f2b341975aca04cbf18cc59b02de858207e0560d" + }, + { + "name": "TCA6416A", + "version": "1.0.0", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.0.zip", + "archiveFileName": "TCA6416A-1.0.0.zip", + "size": 2632, + "checksum": "SHA-256:9cf40fdc54b8983806885ebc1bb224e9d31e7de21ddde9399bb91531b77c64de" + }, + { + "name": "TCA6416A", + "version": "1.0.1", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.1.zip", + "archiveFileName": "TCA6416A-1.0.1.zip", + "size": 3396, + "checksum": "SHA-256:982248885efbd3ff8a85fcaa943b0228f47bdcfbce27f21c0a4a0d5eecf96217" + }, + { + "name": "TCA6416A", + "version": "1.0.2", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.2.zip", + "archiveFileName": "TCA6416A-1.0.2.zip", + "size": 3451, + "checksum": "SHA-256:b149706adddbe3cf1cfd4301084076e10e1b3ce8dc14944f3c0c1ea83d677d78" + }, + { + "name": "TCA6416A", + "version": "1.0.3", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.0.3.zip", + "archiveFileName": "TCA6416A-1.0.3.zip", + "size": 3486, + "checksum": "SHA-256:d531c1424adfb30a369f4b9b5810e684ba060721fbb1b52b45d2505d61ad49cf" + }, + { + "name": "TCA6416A", + "version": "1.1.0", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.1.0.zip", + "archiveFileName": "TCA6416A-1.1.0.zip", + "size": 3618, + "checksum": "SHA-256:78273745f1c3bef9aa204735f97d383ebefebc43a82baccb1c6bc19fc76729c7" + }, + { + "name": "TCA6416A", + "version": "1.1.1", + "author": "Håkon Nessjøen", + "maintainer": "Håkon Nessjøen \u003chaakon.nessjoen@gmail.com\u003e", + "sentence": "Arduino library for operating TCA6416A.", + "paragraph": "Arduino library for operating TCA6416A.", + "website": "https://github.com/haakonnessjoen/TCA6416A", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haakonnessjoen/TCA6416A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/haakonnessjoen/TCA6416A-1.1.1.zip", + "archiveFileName": "TCA6416A-1.1.1.zip", + "size": 5305, + "checksum": "SHA-256:f532a9815608e839b1207a5b36aa2f2d3a591997c89c9037a43ef84f9ee64841" + }, + { + "name": "ble_definitions", + "version": "0.0.2", + "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", + "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", + "website": "https://github.com/amaxilat/ble_definitions", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amaxilat/ble_definitions.git", + "providesIncludes": [ + "ble_definitions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.2.zip", + "archiveFileName": "ble_definitions-0.0.2.zip", + "size": 6942, + "checksum": "SHA-256:b96b6831dc153149ca2b204f93f3c123aa5498c2fef417439215048eba60ca77" + }, + { + "name": "ble_definitions", + "version": "0.0.3", + "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", + "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", + "website": "https://github.com/amaxilat/ble_definitions", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amaxilat/ble_definitions.git", + "providesIncludes": [ + "ble_definitions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.3.zip", + "archiveFileName": "ble_definitions-0.0.3.zip", + "size": 8894, + "checksum": "SHA-256:1719088cb34a2e34562a575dda98f797631b15be70e328e4d9aafc5d7f383d70" + }, + { + "name": "ble_definitions", + "version": "0.0.4", + "author": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "maintainer": "Dimitrios Amaxilatis \u003cd.amaxilatis@gmail.com\u003e", + "sentence": "A library that contains ready to use definitions for different BLE Services and Characteristics", + "paragraph": "Supports GATT Services available in https://www.bluetooth.com/specifications/gatt/services/ and GATT Characteristics available in https://www.bluetooth.com/specifications/gatt/characteristics/", + "website": "https://github.com/amaxilat/ble_definitions", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amaxilat/ble_definitions.git", + "providesIncludes": [ + "ble_definitions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/amaxilat/ble_definitions-0.0.4.zip", + "archiveFileName": "ble_definitions-0.0.4.zip", + "size": 8897, + "checksum": "SHA-256:085d2b57196caa850e0d0bfad809adeb96e30710c1c160ac8902f080fbfb70f8" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.0.0.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.0.0.zip", + "size": 6517, + "checksum": "SHA-256:4f80a7539cde7c4a3bc183cd4baf4b6577133ff976fe03ef090691b477e785bc" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.0.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.0.zip", + "size": 6839, + "checksum": "SHA-256:fb69703d983d9321fa6eb0cc0c88f22039a1d1f66e29e31a20c68ec3c97bf170" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.1.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.1.zip", + "size": 6822, + "checksum": "SHA-256:480f59cf07265f3f854d91460710db0eee28a6f6f86dec5f6bc42e63a74bdaf9" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.2.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.2.zip", + "size": 6977, + "checksum": "SHA-256:4ac5450f337fe893bda4ae5d3f2ab012f7f0e4ba4fa0a9fcaf3846968c66a0f8" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.3.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.3.zip", + "size": 6988, + "checksum": "SHA-256:75d9ef6b2567ef040adc496d503993d812372c0d3474e23c37b3d9b1b6646037" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.4.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.4.zip", + "size": 6999, + "checksum": "SHA-256:f6f1ca5b122a21e4c359557720ded5d0c16d447dfc200b30293b7400b18e7e40" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.5.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.5.zip", + "size": 6206, + "checksum": "SHA-256:d6f616d789ee63e060a62eadf1fdc82dfdad63bac56fbefb22a8f1f089f85491" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.6.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.6.zip", + "size": 7370, + "checksum": "SHA-256:be784f83dd52a98698ad5376ab01e7cf2a8b0e5d11836a1dd9f0af35c2eaabd6" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.7", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.7.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.7.zip", + "size": 7374, + "checksum": "SHA-256:e11f6cfbc3dd5c41063ba79b9c2efb071a4a2ee0c488a7eee167cf4be65da4c8" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.1.8", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.1.8.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.1.8.zip", + "size": 8379, + "checksum": "SHA-256:7e100e5ad5d51343930fe98cb25d97d807cc3bf67401f307f42d3b16282a2c89" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.0.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.0.zip", + "size": 7207, + "checksum": "SHA-256:83099388d42fe393ccddf286b104e6d7c596f8ddb3f4784446f27ba2cfba624b" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.1.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.1.zip", + "size": 7280, + "checksum": "SHA-256:cc2f7ec08563f42d8186dc649703f79ad0432e39ef09d6b8cc6d206c02156bfb" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.2.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.2.zip", + "size": 9831, + "checksum": "SHA-256:4464b06c8c3f3c2630ee3fc82f438d5d95dae97b95f071c8edfdca97741ab37c" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.3.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.3.zip", + "size": 9823, + "checksum": "SHA-256:63c5d6ddcb52c03fb756fa45b0dc6651269d25ec2c62d78cad655081b39fce1b" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.4.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.4.zip", + "size": 9866, + "checksum": "SHA-256:7a0b99ff0c57dc5d556c70b8a5f995beabb9d587b3efe0d107f7ccdc06168f8c" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.5.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.5.zip", + "size": 9925, + "checksum": "SHA-256:df481ece57258993b45da320e6c041d4ad4368a995e56577d7b39ab66eed0934" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.6.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.6.zip", + "size": 9927, + "checksum": "SHA-256:c8739d84ce120a0bcd6fcadbdcf5af272b6e7a29307fcc541c509ff39641e829" + }, + { + "name": "BLVD20KM_asukiaaa", + "version": "1.2.7", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/BLVD20KM_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/BLVD20KM_asukiaaa.git", + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/BLVD20KM_asukiaaa-1.2.7.zip", + "archiveFileName": "BLVD20KM_asukiaaa-1.2.7.zip", + "size": 9927, + "checksum": "SHA-256:26f940b2cda71befad328d8d8b0a05304ee961213fcb49f4fd85b7301abeefa8" + }, + { + "name": "PushButton Event Modelling Library", + "version": "1.0.0", + "author": "Alireza Sadri", + "maintainer": "Alireza Sadri \u003cARSadri@gmail.com\u003e", + "sentence": "PushButton events modelling library", + "paragraph": "supports detection of helding/releasing a button after a long time or detection of a click, double-clicked, ...", + "website": "https://github.com/arsadri/PushButtonClicks", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ARSadri/PushButtonClicks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ARSadri/PushButton_Event_Modelling_Library-1.0.0.zip", + "archiveFileName": "PushButton_Event_Modelling_Library-1.0.0.zip", + "size": 6271, + "checksum": "SHA-256:331e992183d856f70eee626756179c6b0a232b3c2cd65bf969d4592cc44e79a9" + }, + { + "name": "WebSerial", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/ayushsharma82/WebSerial", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/WebSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.0.0.zip", + "archiveFileName": "WebSerial-1.0.0.zip", + "size": 146257, + "checksum": "SHA-256:b72da24d780038781b1362e3000bb38d692ae5e4777e40ce02bfcb33a0d5e672" + }, + { + "name": "WebSerial", + "version": "1.1.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/ayushsharma82/WebSerial", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/WebSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.1.0.zip", + "archiveFileName": "WebSerial-1.1.0.zip", + "size": 384003, + "checksum": "SHA-256:c6bef33aba1c10f3323c485d408bfd0b30b03085df9c79f331e4053ca4fcd92d" + }, + { + "name": "WebSerial", + "version": "1.2.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/ayushsharma82/WebSerial", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/WebSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.2.0.zip", + "archiveFileName": "WebSerial-1.2.0.zip", + "size": 406866, + "checksum": "SHA-256:06cd24f930942564bd3f689add17f70f9630b2826af8a9f1eddcf9294694a02f" + }, + { + "name": "WebSerial", + "version": "1.3.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/ayushsharma82/WebSerial", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/WebSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.3.0.zip", + "archiveFileName": "WebSerial-1.3.0.zip", + "size": 408801, + "checksum": "SHA-256:5f15c171bbf63c8d410d667a5b23b603f4dbb448f3b1f812efa1f413fbb6e4e8" + }, + { + "name": "WebSerial", + "version": "1.4.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/ayushsharma82/WebSerial", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/WebSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/WebSerial-1.4.0.zip", + "archiveFileName": "WebSerial-1.4.0.zip", + "size": 408478, + "checksum": "SHA-256:4362994fa46d4db8c3c0f04ae5577481386d3f04d375c561f1349de6c0d988ce" + }, + { + "name": "ThingSpeak_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It use api of ThingSpeak", + "paragraph": "It writes field values for ThinkgSpeak.", + "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "sam", + "samd", + "esp32", + "samd_beta", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", + "providesIncludes": [ + "ThingSpeakWriter_asukiaaa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.0.zip", + "archiveFileName": "ThingSpeak_asukiaaa-1.0.0.zip", + "size": 3651, + "checksum": "SHA-256:cd3be808212f6f44e050b03c99c0b9abc13faf5f33a2747273a62b07263c6ee7" + }, + { + "name": "ThingSpeak_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "An API manager for ThingSpeak", + "paragraph": "It writes field values for ThinkgSpeak.", + "website": "https://github.com/asukiaaa/ThingSpeak_asukiaaa", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "sam", + "samd", + "esp32", + "samd_beta", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/ThingSpeak_asukiaaa.git", + "providesIncludes": [ + "ThingSpeakWriter_asukiaaa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ThingSpeak_asukiaaa-1.0.1.zip", + "archiveFileName": "ThingSpeak_asukiaaa-1.0.1.zip", + "size": 3655, + "checksum": "SHA-256:1ac2ac2cc6bf3677dbd8b3fac70f4f347b921e154b3c867c96700542305622fc" + }, + { + "name": "SimpleRotary", + "version": "1.1.0", + "author": "MRPrograms", + "maintainer": "MRPrograms", + "sentence": "Library for using rotary encorders.", + "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", + "website": "https://github.com/mprograms/SimpleRotary", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/SimpleRotary.git", + "providesIncludes": [ + "SimpleRotary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.0.zip", + "archiveFileName": "SimpleRotary-1.1.0.zip", + "size": 26294, + "checksum": "SHA-256:9acf2cddb6a349aa67d64df689c02f51d33718cbead8958d9713581b34078964" + }, + { + "name": "SimpleRotary", + "version": "1.1.2", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using rotary encorders.", + "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", + "website": "https://github.com/mprograms/SimpleRotary", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/SimpleRotary.git", + "providesIncludes": [ + "SimpleRotary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.2.zip", + "archiveFileName": "SimpleRotary-1.1.2.zip", + "size": 26606, + "checksum": "SHA-256:341933cd5f8d1a314f8199c51ab9f9bbb8822690c2af95e09b5770bf1ddef41d" + }, + { + "name": "SimpleRotary", + "version": "1.1.3", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using rotary encorders.", + "paragraph": "Library for using rotary encoders. Supports direction, debouncing, button press, button long press, error correction, high and low triggering, button press time.", + "website": "https://github.com/mprograms/SimpleRotary", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/SimpleRotary.git", + "providesIncludes": [ + "SimpleRotary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/SimpleRotary-1.1.3.zip", + "archiveFileName": "SimpleRotary-1.1.3.zip", + "size": 26690, + "checksum": "SHA-256:e859f1918360d5dad5e7784a6531f1078f15fa6a3f99a899de0f37ea58a97281" + }, + { + "name": "Virtuino", + "version": "1.7.1", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iliaslamprou/virtuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino-1.7.1.zip", + "archiveFileName": "Virtuino-1.7.1.zip", + "size": 67843, + "checksum": "SHA-256:327e03977d8d788686bfe43e05ef3f9f314482a99b18e486794a9984f282b00b" + }, + { + "name": "Virtuino", + "version": "1.8.0", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iliaslamprou/virtuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/Virtuino-1.8.0.zip", + "archiveFileName": "Virtuino-1.8.0.zip", + "size": 66248, + "checksum": "SHA-256:86da6b474ddec2d796d173e3a30b3a58fc42139b3c307cab4c2165c9594aba7e" + }, + { + "name": "ISL1208-RTC-Library", + "version": "1.4.2", + "author": "vishnumaiea", + "maintainer": "vishnumaiea", + "sentence": "Arduino library for Intersil ISl1208 RTC chip.", + "paragraph": "Read and set RTC time and alarm easily.", + "website": "https://github.com/vishnumaiea/ISL1208-RTC-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/ISL1208-RTC-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ISL1208_RTC_Library-1.4.2.zip", + "archiveFileName": "ISL1208_RTC_Library-1.4.2.zip", + "size": 10886, + "checksum": "SHA-256:9ebf8bf05f6c8932147687eee0e88adb4844d2fc607cc4d38e995d876afc5c22" + }, + { + "name": "ISL1208-RTC-Library", + "version": "1.4.6", + "author": "vishnumaiea", + "maintainer": "vishnumaiea", + "sentence": "Arduino library for Intersil ISl1208 RTC chip.", + "paragraph": "Read and set RTC time and alarm easily.", + "website": "https://github.com/vishnumaiea/ISL1208-RTC-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/ISL1208-RTC-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ISL1208_RTC_Library-1.4.6.zip", + "archiveFileName": "ISL1208_RTC_Library-1.4.6.zip", + "size": 11519, + "checksum": "SHA-256:2cdb14be041fa8606ed8f1181093254643b6db4d075c373bd2ff29f093000f1f" + }, + { + "name": "Tgui", + "version": "1.0.0", + "author": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", + "maintainer": "Nordic Alliance \u003chi@nordicalliance.eu\u003e", + "sentence": "Tgui is a lightweight GUI for Arduino Uno type of MCU with small TFT screen, primarily for showing sensor data.", + "paragraph": "In the scenarios that a user wants to gather and show data from various sensors, many of the features in other GUI libraries can be compromised to achieve faster speed on lower end devices, such as Arduino Uno.", + "website": "https://github.com/NordicAlliance/arduino-tgui", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NordicAlliance/arduino-tgui.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NordicAlliance/Tgui-1.0.0.zip", + "archiveFileName": "Tgui-1.0.0.zip", + "size": 305061, + "checksum": "SHA-256:9c22a36c16c2634b128294acc397c95113a0dbe529b2330303240a35ce8e55fc" + }, + { + "name": "GT5X", + "version": "1.0.0", + "author": "Brian Ejike", + "maintainer": "Brian Ejike \u003cbrianrho94@gmail.com\u003e", + "sentence": "Arduino library for the GT5X fingerprint sensors", + "paragraph": "Supports fingerprint template and image extraction.", + "website": "https://github.com/brianrho/GT5X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brianrho/GT5X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/brianrho/GT5X-1.0.0.zip", + "archiveFileName": "GT5X-1.0.0.zip", + "size": 17398, + "checksum": "SHA-256:8c992179ed97cd72c58ffbf3bffe611937337d75aa8f4fda7dd13256e1693353" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.0.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.0.zip", + "size": 12757, + "checksum": "SHA-256:eba0972e62c1004e803f4e3b0619f36f73acc4ee94f0bbafccc8a801b8d167c8" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.1.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.1.zip", + "size": 12674, + "checksum": "SHA-256:3fd7d569a75fb624c957e676c03be85d49a10e4dee774d9e45e3a485d5cd44d7" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.2.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.2.zip", + "size": 12731, + "checksum": "SHA-256:ce64770537e8abc416f8d86a1b8a3ca5caa9f747dbb774c1e25d04be1370210b" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 OLED displays on Adafruit Feathers", + "website": "https:https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.3.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.3.zip", + "size": 12812, + "checksum": "SHA-256:a1bde92dafed5e1a49b8975c19c10b504cf0d867a0c2a349df2ab0344cf6e6d2" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "website": "https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.5.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.5.zip", + "size": 20763, + "checksum": "SHA-256:53708bae6ff8d2dd643b81c729e0e28714a9136abfbf35d3b350d7e1c36a1c57" + }, + { + "name": "Adafruit Feather OLED", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "website": "https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-1.0.6.zip", + "archiveFileName": "Adafruit_Feather_OLED-1.0.6.zip", + "size": 20764, + "checksum": "SHA-256:04bec6424b9378125e77ac484ccf518de1c681aa7f7b5cedfef29596686a8c05" + }, + { + "name": "Adafruit Feather OLED", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "website": "https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit LC709203F" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-2.0.0.zip", + "archiveFileName": "Adafruit_Feather_OLED-2.0.0.zip", + "size": 20476, + "checksum": "SHA-256:73f59d0aeb3d930bc1c989b08dc5943564072a676d524e66877705cfc08c8580" + }, + { + "name": "Adafruit Feather OLED", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "website": "https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit LC709203F" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-2.0.1.zip", + "archiveFileName": "Adafruit_Feather_OLED-2.0.1.zip", + "size": 20315, + "checksum": "SHA-256:89d1d79e42bf6340d00b0e8338db4f0364462a007bf46bb2d785b77c4145aa8a" + }, + { + "name": "Adafruit Feather OLED", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "website": "https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit LC709203F" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-2.0.2.zip", + "archiveFileName": "Adafruit_Feather_OLED-2.0.2.zip", + "size": 20360, + "checksum": "SHA-256:f0eb074081d6490e2c3a1b2d7c5c708725cb6b06e5056f84353f18a645ea9061" + }, + { + "name": "Adafruit Feather OLED", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "paragraph": "Helper class to work with 128x32 and 128x64 OLED displays on Adafruit Feathers", + "website": "https://github.com/adafruit/Adafruit_FeatherOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_FeatherOLED.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit LC709203F" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Feather_OLED-2.0.4.zip", + "archiveFileName": "Adafruit_Feather_OLED-2.0.4.zip", + "size": 20360, + "checksum": "SHA-256:a0160cc618b253209ab3f6b0182ef3fb01d0a25653babfd203c3d78330e1e4f4" + }, + { + "name": "TinyTemplateEngine", + "version": "1.0.0", + "author": "full.stack.ex@gmail.com", + "maintainer": "full.stack.ex@gmail.com", + "sentence": "Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint", + "paragraph": "Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.", + "website": "https://github.com/full-stack-ex/tiny-template-engine-arduino", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/full-stack-ex/tiny-template-engine-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/full-stack-ex/TinyTemplateEngine-1.0.0.zip", + "archiveFileName": "TinyTemplateEngine-1.0.0.zip", + "size": 12169, + "checksum": "SHA-256:08b7aa6bfa5803c412164243c6b07f0a78a7938c822f5cb2c98ce45fda657f59" + }, + { + "name": "TinyTemplateEngine", + "version": "1.1.0", + "author": "full.stack.ex@gmail.com", + "maintainer": "full.stack.ex@gmail.com", + "sentence": "Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint", + "paragraph": "Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.", + "website": "https://github.com/full-stack-ex/tiny-template-engine-arduino", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/full-stack-ex/tiny-template-engine-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/full-stack-ex/TinyTemplateEngine-1.1.0.zip", + "archiveFileName": "TinyTemplateEngine-1.1.0.zip", + "size": 12777, + "checksum": "SHA-256:3a97040b754310ee383219e56bb63e24e7920c5c9872d114a8b69e4893287374" + }, + { + "name": "TactNecklace", + "version": "1.0.0", + "author": "Aiden and Jonny", + "maintainer": "Brandeis MakerLab \u003cMakerlab@brandeis.edu\u003e", + "sentence": "Arduino Library receives acceleration data from acclerometer, outputting a signal of varying srength to the vibrators", + "paragraph": "Allows for the transmission of accelerometer data relative to your center of balance to be mapped onto the human body via a vibrator necklace", + "website": "https://github.com/AidenKunkler-Peck/Tactile-Necklace", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AidenKunkler-Peck/Tactile-Necklace.git", + "providesIncludes": [ + "TactNecklace.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AidenKunkler-Peck/TactNecklace-1.0.0.zip", + "archiveFileName": "TactNecklace-1.0.0.zip", + "size": 119007, + "checksum": "SHA-256:2a688f56df72753cb8bd36f5a48d3e044722342ae08e5e521cb6c2f8efcc3ffa" + }, + { + "name": "ESP8266-OLED Display Library", + "version": "1.0.1", + "author": "Klar Systems", + "maintainer": "Klar Systems \u003cinfo@klsrsys.com\u003e", + "sentence": "esp8266-Arduino library for I2C-OLED displays", + "paragraph": "esp8266-Arduino library for I2C-OLED displays", + "website": "https://github.com/remoteme/esp8266-OLED", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/remoteme/esp8266-OLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/remoteme/ESP8266_OLED_Display_Library-1.0.1.zip", + "archiveFileName": "ESP8266_OLED_Display_Library-1.0.1.zip", + "size": 7200, + "checksum": "SHA-256:7e7fdbb71c3c74a25486a2deac5d1fcce663248705ffbf6fc3280ce70e9a971c" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.2", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.2.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.2.zip", + "size": 10243, + "checksum": "SHA-256:b778758d9cd0c616e26f52b83642dd20e48e3f8b6cc22ac1fe951f77646ddcec" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.3", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.3.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.3.zip", + "size": 11053, + "checksum": "SHA-256:cff143856d49a7b1fcdc7b4ec528f016606d5dae3bcc06e17068b12c8c72596a" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.5", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.5.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.5.zip", + "size": 11291, + "checksum": "SHA-256:7e2f7e516beff6d9f1f1052287e92b0405a8a5ab0207ab13ba0b0da4e2b18d13" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.6", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.6.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.6.zip", + "size": 11315, + "checksum": "SHA-256:c73302383e2e42ce137f90184507966aabd903d8736029a020b471b33381b305" + }, + { + "name": "EmotiBit SI7013", + "version": "0.0.7", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the Si7013 temperature and humidity module", + "paragraph": "The functions are designed to be handled asynchronously", + "website": "https://github.com/EmotiBit/EmotiBit_SI7013", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_Si7013.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_SI7013-0.0.7.zip", + "archiveFileName": "EmotiBit_SI7013-0.0.7.zip", + "size": 11319, + "checksum": "SHA-256:f7fb01a59883b658402d4bd7c6740fccf151e18f584924a09211a5a932725e67" + }, + { + "name": "FourteenSegDisplay", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "An Arduino library to control a 14 fourteen LED segment display.", + "paragraph": "It supports ASCII, Hexadecimal and the decimal point. It includes ASCII font file. Allows for setting of segments. Small Memory footprint. Requires two shift registers. Tested on a LDD-F5406RI module. Supports Common Cathode and anode.", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-1.0.0.zip", + "archiveFileName": "FourteenSegDisplay-1.0.0.zip", + "size": 238372, + "checksum": "SHA-256:c5571a8b46a34139ef36b6ee38a79e43f91c35f3589410e9c5a26e934946dca5" + }, + { + "name": "FourteenSegDisplay", + "version": "2.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Also Supports sixteen 16 and seven 7 segment. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.0.0.zip", + "archiveFileName": "FourteenSegDisplay-2.0.0.zip", + "size": 410445, + "checksum": "SHA-256:20affc006be077d450d443c6eeed5f5df994651a990bf1f186466da976bc6f56" + }, + { + "name": "FourteenSegDisplay", + "version": "2.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.1.0.zip", + "archiveFileName": "FourteenSegDisplay-2.1.0.zip", + "size": 372560, + "checksum": "SHA-256:eb4dc2c7bc26c834a046d3c78ce83cc96535e50b89ae7cdd6d85b75bd49aa7cc" + }, + { + "name": "FourteenSegDisplay", + "version": "2.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.2.0.zip", + "archiveFileName": "FourteenSegDisplay-2.2.0.zip", + "size": 282631, + "checksum": "SHA-256:64ce174814e885fb5b7432fc5914312308844439e18c29ab1a714abe4dad30e0" + }, + { + "name": "FourteenSegDisplay", + "version": "2.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Drives a fourteen 14 segment alphanumeric starburst LED display, Also supports 7, 9 \u0026 16 segment displays.", + "paragraph": "Supports ASCII, Hexadecimal, indivdual segment setting, strings and decimal point. ASCII font files. Small Memory footprint. Requires 2 or 3 shift registers. Supports sixteen 16, 14 fourteen, nine 9 and seven 7 segment displays. Common Cathode and anode", + "website": "https://github.com/gavinlyonsrepo/FourteenSegDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/FourteenSegDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/FourteenSegDisplay-2.3.0.zip", + "archiveFileName": "FourteenSegDisplay-2.3.0.zip", + "size": 282278, + "checksum": "SHA-256:84a6f09bde3653965589dde4dfff8a4dfc84e4f6cddbcece6f49f18db3744cec" + }, + { + "name": "LedRGBlib", + "version": "1.0.0", + "author": "Brontapps", + "maintainer": "Brontapps", + "sentence": "RGB LED library for Arduino (ENG+ESP)", + "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", + "website": "https://github.com/alexbertis/LibreriaLedRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", + "providesIncludes": [ + "LedRGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.0.zip", + "archiveFileName": "LedRGBlib-1.0.0.zip", + "size": 11934, + "checksum": "SHA-256:13a944aef66901b2ac1f25ef034ff838a892e3b410c68bc41172abd26ec3f2ec" + }, + { + "name": "LedRGBlib", + "version": "1.0.2", + "author": "Brontapps", + "maintainer": "Brontapps", + "sentence": "RGB LED library for Arduino (ENG+ESP)", + "paragraph": "A library which lets you control every single RGB LED, available both in English and Spanish. Una librería para controlar cualquier LED RGB, disponible en inglés y español.", + "website": "https://github.com/alexbertis/LibreriaLedRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexbertis/LibreriaLedRGB.git", + "providesIncludes": [ + "LedRGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alexbertis/LedRGBlib-1.0.2.zip", + "archiveFileName": "LedRGBlib-1.0.2.zip", + "size": 12228, + "checksum": "SHA-256:9336bb4514ab27f6b9dee5ab5915bae634208fe6729847be12c01baae805de4c" + }, + { + "name": "Grove 6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove 6-Axis Digital Accelerometer\u0026Gyroscope(ADIS16470).", + "paragraph": "The ADIS16470 is a miniature MEMS inertial measurement unit (IMU) that includes a triaxial gyroscope and a triaxial accelerometer.", + "website": "https://github.com/Seeed-Studio/Seeed_ADIS16470", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_ADIS16470.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", + "archiveFileName": "Grove_6Axis_Digital_Accelerometer_Gyroscope4_ADIS16470-1.0.0.zip", + "size": 16710, + "checksum": "SHA-256:303c9fd61555342b381ce4f93b3dcf4f06e060e9bc4ebeb705880c65dc2a54cf" + }, + { + "name": "RTT-GUI", + "version": "0.1.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread GUI Engine", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": [ + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": [ + "rtt.h", + "rttgui.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.1.0.zip", + "archiveFileName": "RTT_GUI-0.1.0.zip", + "size": 4028039, + "checksum": "SHA-256:bcb5bd4393ad71930b963d7cef7e4def02025acb4488b83dc8c84d1291bf327b" + }, + { + "name": "RTT-GUI", + "version": "0.3.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread GUI Engine", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": [ + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": [ + "rtt.h", + "rttgui.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.3.0.zip", + "archiveFileName": "RTT_GUI-0.3.0.zip", + "size": 1346778, + "checksum": "SHA-256:f074c63f660a1985ae6427ee3acb1fd487413a1d52ad64f397d1a503e97c9f6c" + }, + { + "name": "RTT-GUI", + "version": "0.5.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread GUI Engine", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": [ + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": [ + "rtt.h", + "rttgui.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.5.0.zip", + "archiveFileName": "RTT_GUI-0.5.0.zip", + "size": 1366537, + "checksum": "SHA-256:f7d8765e59761072d0c200b9ecb90d27402b2f95950860a1c36bfa4684b157a2" + }, + { + "name": "RTT-GUI", + "version": "0.5.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Embedded GUI Library", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": [ + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": [ + "rtt.h", + "rttgui.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.5.1.zip", + "archiveFileName": "RTT_GUI-0.5.1.zip", + "size": 1365546, + "checksum": "SHA-256:761c7e47d5cb8dc2ec5f12561461ebd19534ed1f4f256adf2f5a4fc4a9cf0bbd" + }, + { + "name": "RTT-GUI", + "version": "0.7.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Embedded GUI Library", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": [ + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": [ + "rtt.h", + "rttgui.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.7.1.zip", + "archiveFileName": "RTT_GUI-0.7.1.zip", + "size": 1319411, + "checksum": "SHA-256:d1603cf11105d2d257bf5f872c8a49761f477feec2f981c7f8b0cacd6244bb3f" + }, + { + "name": "RTT-GUI", + "version": "0.8.0", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Embedded GUI Library", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": [ + "sam", + "samd", + "gd32v" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": [ + "rtt.h", + "rttgui.h" + ], + "dependencies": [ + { + "name": "RT-Thread" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.8.0.zip", + "archiveFileName": "RTT_GUI-0.8.0.zip", + "size": 1319420, + "checksum": "SHA-256:b23fdcb001d8b66136c4bb02e368fe73065d30fd15f590682860ee0528cac407" + }, + { + "name": "RTT-GUI", + "version": "0.9.1", + "author": "onelife \u003conelife.real@gmail.com\u003e, Bernard Xiong \u003cbernard.xiong@gmail.com\u003e, Grissiom", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "Embedded GUI Library", + "paragraph": "RT-Thread GUI Engine", + "website": "https://github.com/onelife/RTT-GUI", + "category": "Display", + "architectures": [ + "sam", + "samd", + "gd32v" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-GUI.git", + "providesIncludes": [ + "rtt.h", + "rttgui.h" + ], + "dependencies": [ + { + "name": "RT-Thread" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_GUI-0.9.1.zip", + "archiveFileName": "RTT_GUI-0.9.1.zip", + "size": 1319570, + "checksum": "SHA-256:0c81fcc54becd6c211fdf889703a7ae0167a49767e133970542d2f75d1c9425f" + }, + { + "name": "Simple Repository IO", + "version": "1.0.3", + "author": "Iago \u0026lt;iago@iaspp.com\u0026gt;", + "maintainer": "Iago \u0026lt;iago@iaspp.com\u0026gt;", + "sentence": "A simple IO controller", + "paragraph": "IO repository for improved communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "iorepo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-1.0.3.zip", + "archiveFileName": "Simple_Repository_IO-1.0.3.zip", + "size": 5965, + "checksum": "SHA-256:6fed875634c67e00a4995b8ef1a77d8d36cbc50e7df9ce4aab798b35ae523b2e" + }, + { + "name": "Simple Repository IO", + "version": "2.0.1", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_feedback.h", + "bool_sensor.h", + "feedback.h", + "io.h", + "percent_sensor.h", + "Simple_Repository_IO.h", + "sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-2.0.1.zip", + "archiveFileName": "Simple_Repository_IO-2.0.1.zip", + "size": 9795, + "checksum": "SHA-256:4ef44bb63ad492e245632c8ea7805b9e9e684f1ae821b8e260906641c1fb2f23" + }, + { + "name": "Simple Repository IO", + "version": "2.0.0", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "iorepo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-2.0.0.zip", + "archiveFileName": "Simple_Repository_IO-2.0.0.zip", + "size": 9146, + "checksum": "SHA-256:3646b3b5c93cfadaf7d5f9c881276e81d28663c90e07b466045257ab12fed978" + }, + { + "name": "Simple Repository IO", + "version": "2.1.0", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_feedback.h", + "bool_sensor.h", + "ccu.h", + "feedback.h", + "io.h", + "percent_feedback.h", + "percent_sensor.h", + "sensor.h", + "Simple_Repository_IO.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-2.1.0.zip", + "archiveFileName": "Simple_Repository_IO-2.1.0.zip", + "size": 12166, + "checksum": "SHA-256:09b14fd7b2751b54505d45a540610a8e1b2575051fc52632b2a594cd9b0e3ecb" + }, + { + "name": "Simple Repository IO", + "version": "3.0.0", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_component.h", + "ccu.h", + "command_factory.h", + "component.h", + "percent_component.h", + "Simple_Repository_IO.h", + "valuable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-3.0.0.zip", + "archiveFileName": "Simple_Repository_IO-3.0.0.zip", + "size": 11482, + "checksum": "SHA-256:3a04c45fa561a7092331512e7706fe1381d3772dbc963aa35c0044ea3996d585" + }, + { + "name": "Simple Repository IO", + "version": "3.0.1", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_component.h", + "ccu.h", + "command_factory.h", + "component.h", + "percent_component.h", + "Simple_Repository_IO.h", + "valuable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-3.0.1.zip", + "archiveFileName": "Simple_Repository_IO-3.0.1.zip", + "size": 11813, + "checksum": "SHA-256:25a7103800b458cc8c76daf9d05b386cb889c337738db97dd91c1d1be4e02d39" + }, + { + "name": "Simple Repository IO", + "version": "3.0.2", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_component.h", + "ccu.h", + "command_factory.h", + "component.h", + "percent_component.h", + "Simple_Repository_IO.h", + "valuable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-3.0.2.zip", + "archiveFileName": "Simple_Repository_IO-3.0.2.zip", + "size": 11828, + "checksum": "SHA-256:6b528d0c351d197c88ac270445dbbcd4f03f122c77b06b8a292bf6fc2ba07899" + }, + { + "name": "Simple Repository IO", + "version": "3.0.3", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_component.h", + "ccu.h", + "command_factory.h", + "component.h", + "percent_component.h", + "Simple_Repository_IO.h", + "valuable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-3.0.3.zip", + "archiveFileName": "Simple_Repository_IO-3.0.3.zip", + "size": 11863, + "checksum": "SHA-256:00731bbee125c0307373d2111a0a64981b355b65ddf59450136a469b69b41029" + }, + { + "name": "Simple Repository IO", + "version": "3.0.4", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_component.h", + "ccu.h", + "command_factory.h", + "component.h", + "percent_component.h", + "Simple_Repository_IO.h", + "valuable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-3.0.4.zip", + "archiveFileName": "Simple_Repository_IO-3.0.4.zip", + "size": 11911, + "checksum": "SHA-256:bb9cdddea27a93f18b2182f29822913c19917f75d6a05e39a4a0ef5da06877a9" + }, + { + "name": "Simple Repository IO", + "version": "3.0.5", + "author": "Iago \u003cel.iagows@gmail.com\u003e", + "maintainer": "Iago \u003cel.iagows@gmail.com\u003e", + "sentence": "A simple IO controller", + "paragraph": "IO repository for easy communication with other devices.", + "website": "https://github.com/iagows/arduino_io", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iagows/arduino_io.git", + "providesIncludes": [ + "bool_component.h", + "ccu.h", + "command_factory.h", + "component.h", + "percent_component.h", + "Simple_Repository_IO.h", + "valuable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iagows/Simple_Repository_IO-3.0.5.zip", + "archiveFileName": "Simple_Repository_IO-3.0.5.zip", + "size": 12069, + "checksum": "SHA-256:82450a70d20a1eb0697cdcc511b615608f9949dc48faf8b1f1863319ceff07ff" + }, + { + "name": "TheTroll", + "version": "1.0.2", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.2.zip", + "archiveFileName": "TheTroll-1.0.2.zip", + "size": 10674, + "checksum": "SHA-256:3683eadc2fbb749b98f9bfd3b723c70c9618f05285d470da833dcc2528d0d8ac" + }, + { + "name": "TheTroll", + "version": "1.0.4", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.4.zip", + "archiveFileName": "TheTroll-1.0.4.zip", + "size": 118806, + "checksum": "SHA-256:21cb0b9f35d1e29b6c6e6b8bea0a9bb5afe522b3fe5a5e2ec921698b6c1b3f52" + }, + { + "name": "TheTroll", + "version": "1.0.6", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.6.zip", + "archiveFileName": "TheTroll-1.0.6.zip", + "size": 8095392, + "checksum": "SHA-256:80eb93ef705503d3745d6a543e67fb550857354b5a4ec8b30b61d5329e2d1732" + }, + { + "name": "TheTroll", + "version": "1.0.7", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.7.zip", + "archiveFileName": "TheTroll-1.0.7.zip", + "size": 17295860, + "checksum": "SHA-256:7cd0ae06a8f687244aec75c00f89b9ecf012e08db5299292180c9e904a12d3b3" + }, + { + "name": "TheTroll", + "version": "1.0.8", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.8.zip", + "archiveFileName": "TheTroll-1.0.8.zip", + "size": 17295798, + "checksum": "SHA-256:564b4910676b748c983953b8c7a7904e9f9bead905fb66e8a3f4f9208b757396" + }, + { + "name": "TheTroll", + "version": "1.0.9", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.9.zip", + "archiveFileName": "TheTroll-1.0.9.zip", + "size": 17297730, + "checksum": "SHA-256:d37980a4f4572073fe7c860487e4717d5048d993696994e35bdfce88f80761d0" + }, + { + "name": "TheTroll", + "version": "1.0.10", + "author": "LeRoy Miller", + "maintainer": "LeRoy Miller \u003ckd8bxp@aol.com\u003e", + "sentence": "Arduino Library for use with Patrick Mitchells \"The Troll\" board.", + "paragraph": "A simple library for \"The Troll\" Arduino compatible practical joke machine/board made by Patrick Thomas Mitchell.", + "website": "https://github.com/kd8bxp/TheTroll", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kd8bxp/TheTroll.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kd8bxp/TheTroll-1.0.10.zip", + "archiveFileName": "TheTroll-1.0.10.zip", + "size": 17297936, + "checksum": "SHA-256:885abbc36f6b98b88e249c8b14d5e94d72454e8656046bf6a93cefdce57a94dd" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.2", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.2.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.2.zip", + "size": 59536, + "checksum": "SHA-256:0ccfe7badc7ac44c77dd3060008f8c8ab04b519af0617813356bd3935d9a5d52" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.3", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.3.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.3.zip", + "size": 65583, + "checksum": "SHA-256:b910f053f455ac33cdf4b65ebf42ecb7ee1215f5f5fd4f4c99be8aa21b3931b4" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.4", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.4.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.4.zip", + "size": 65625, + "checksum": "SHA-256:00e3de4e5942028f97f0e2c3ac6c5c22860409389927475938e64f010d3a028a" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.5", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.5.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.5.zip", + "size": 65631, + "checksum": "SHA-256:1c619233b0b05dece9819d337d04bbf2799ee21892509e4435af4f4afc896ac0" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.6", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.6.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.6.zip", + "size": 65680, + "checksum": "SHA-256:79287380dd4a03ef4341fcd2bde6230316ebbb1fa18311f12082202740ce5ef1" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "0.0.7", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-0.0.7.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-0.0.7.zip", + "size": 65780, + "checksum": "SHA-256:d92adccbaf026de26f70d0c6022d7904adbc7a6dd63134f65c3b5648b4a89398" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "1.0.0", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-1.0.0.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-1.0.0.zip", + "size": 66149, + "checksum": "SHA-256:3a1bcf4af2f3c6851695d52e3821c5e67a59ba411afa7d2db84981ae441df13c" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "1.0.1", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-1.0.1.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-1.0.1.zip", + "size": 66225, + "checksum": "SHA-256:0a4d72ff76353805186f7c23df10505757815183b9eb37b3ff6f95628b0d3d52" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "1.0.2", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-1.0.2.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-1.0.2.zip", + "size": 66224, + "checksum": "SHA-256:27cdc4aa82dcf2e05dad2d853e8598d7abf7411454b1ebb37a54faaf29697b1e" + }, + { + "name": "Ambient ESP32 ESP8266 lib", + "version": "1.0.3", + "author": "Ambient Data", + "maintainer": "Ambient Data \u003cstaff@ambidata.io\u003e", + "sentence": "Ambient library for Arduino ESP32 and ESP8266.", + "paragraph": "Ambient is a cloud service to collect, store and visualize sensor data.", + "website": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AmbientDataInc/Ambient_ESP8266_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AmbientDataInc/Ambient_ESP32_ESP8266_lib-1.0.3.zip", + "archiveFileName": "Ambient_ESP32_ESP8266_lib-1.0.3.zip", + "size": 66367, + "checksum": "SHA-256:c2b92da5f9c4eeaa31b4b374090132b7965e3adaaac05be0e754498d2671b855" + }, + { + "name": "Arduino_DebugUtils", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.0.0.zip", + "archiveFileName": "Arduino_DebugUtils-1.0.0.zip", + "size": 18216, + "checksum": "SHA-256:10f07317d7c265ec4c4ed4c3af516e7b7b9cfd5fc78c911fe02874249aed8cf5" + }, + { + "name": "Arduino_DebugUtils", + "version": "0.1.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-0.1.2.zip", + "archiveFileName": "Arduino_DebugUtils-0.1.2.zip", + "size": 18216, + "checksum": "SHA-256:80cb9b277527b136d6633a5e44bd1ebda7d9262b5da88df82f33a160b30c9d84" + }, + { + "name": "Arduino_DebugUtils", + "version": "0.1.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-0.1.3.zip", + "archiveFileName": "Arduino_DebugUtils-0.1.3.zip", + "size": 19815, + "checksum": "SHA-256:781cb8480180d4e5ae753cb7effe28ffe51b97a72604f0974bd1ba2c53aac415" + }, + { + "name": "Arduino_DebugUtils", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.1.0.zip", + "archiveFileName": "Arduino_DebugUtils-1.1.0.zip", + "size": 19814, + "checksum": "SHA-256:42cfdc987302e8fcb64f161ee298179d5e94fc797c873a3852a8e47c2e9ecbc5" + }, + { + "name": "Arduino_DebugUtils", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.2.0.zip", + "archiveFileName": "Arduino_DebugUtils-1.2.0.zip", + "size": 19814, + "checksum": "SHA-256:10617f91028ba25367d2ae8d922048993cd36da754a384e14cd15997748c093d" + }, + { + "name": "Arduino_DebugUtils", + "version": "1.3.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.3.0.zip", + "archiveFileName": "Arduino_DebugUtils-1.3.0.zip", + "size": 20426, + "checksum": "SHA-256:3e3b684484b775fe1efa594bb60651a73776df1543483011d5233bf1dc4a3a92" + }, + { + "name": "Arduino_DebugUtils", + "version": "1.4.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Debugging module with different debug levels, timestamps and printf-style output.", + "paragraph": "This class provides functionality useful for debugging sketches via printf-style statements.", + "website": "https://github.com/arduino-libraries/Arduino_DebugUtils", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_DebugUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_DebugUtils-1.4.0.zip", + "archiveFileName": "Arduino_DebugUtils-1.4.0.zip", + "size": 20555, + "checksum": "SHA-256:badf27da4ebb4795a5ba05cf0567a9362ecdc8e990bafd610bbce5e73b329bc2" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.0.zip", + "size": 26081, + "checksum": "SHA-256:475083fbe911faccc9f09c11d1b286193f0e40dc4c803a5136a51d0e8d8dd6ed" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.2.zip", + "size": 26101, + "checksum": "SHA-256:4298a7839331b32bb16cfbcc581362158b9b0e4eb7060d2730bc22481021314e" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.3.zip", + "size": 26152, + "checksum": "SHA-256:028956d96491a5216751548ef9f69aa479b0a77426b8c1404d3dccbb68999fd0" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.1.4", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.1.4.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.1.4.zip", + "size": 26296, + "checksum": "SHA-256:4a83356d89105992905e3e78a695e6c8b60a4905ab2b911e6df15fb4837760f6" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.2.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.2.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.2.0.zip", + "size": 29729, + "checksum": "SHA-256:46f0e2852fc961d8f74a4820afbe968f8c652f6189d4c2ff5f1cb47da16d5af1" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.3.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.3.1.zip", + "size": 29813, + "checksum": "SHA-256:b182f9c7ac0f782f540df68f3400fc3e72a0852bd2a4334ad9ee5c74742dcc69" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.3.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.3.2.zip", + "size": 29813, + "checksum": "SHA-256:d4ac2e868289d07306a38e903e030bb7233274713a0b476ae70c2639816960cc" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.3.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.3.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.3.3.zip", + "size": 29743, + "checksum": "SHA-256:d65f2ebaa4553058b5bc883b211d6a1f6834de67582e205bd230b990e465d8cc" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.0.zip", + "size": 35522, + "checksum": "SHA-256:0d10c1b10ff8ac57aebb95486f95ddedeff660998c389f831494a54417cc4fb6" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.1.zip", + "size": 35483, + "checksum": "SHA-256:71772f7d3ee8b6d1a17649d017d4a95279e50773c0ce4c91bc1b9b14e1dc84a1" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.2.zip", + "size": 29742, + "checksum": "SHA-256:346f15a6753b029998ebf19614649195b8f4a5e6cc4d3932bc9faafd5fefa4c6" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.3.zip", + "size": 35525, + "checksum": "SHA-256:491aca60577cb4febc152bfbd74af63783002c3b51a74975d727db848e774cae" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.4", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.4.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.4.zip", + "size": 35515, + "checksum": "SHA-256:d288cf5cd64467f16ca3e60333b0e915e8722a390ec651a0e50ff2e51ab83f7e" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.5", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.5.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.5.zip", + "size": 33695, + "checksum": "SHA-256:e45dc9010ab2d70205258e16154c52ea572a7261d8a90f3203dd360c7dd3824f" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.6", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.6.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.6.zip", + "size": 31736, + "checksum": "SHA-256:56a14ae77719ccdde84c32531dbc370e06af39cd6e84f0c6b01a8781e61780b3" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.7", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.7.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.7.zip", + "size": 32122, + "checksum": "SHA-256:52c539383a5f3f767663bbc46659ec2e2f4c66279f5ac603d72dcdc327cef5aa" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.8", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.8.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.8.zip", + "size": 32158, + "checksum": "SHA-256:8184a8a1aff6708f2bc753c9013b43c6658c065295df91ea48114e9122c0b854" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.4.9", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.4.9.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.4.9.zip", + "size": 32176, + "checksum": "SHA-256:1288400d1b23d15cb6f82262e32fc61ffc0ffbc3b0c898840c38db6134e2fa02" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.5.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.5.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.5.0.zip", + "size": 32195, + "checksum": "SHA-256:57cebb24c448895542a532195fef857e76e4b432d13e2c7f277de52553fad0c7" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.5.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.5.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.5.1.zip", + "size": 32223, + "checksum": "SHA-256:d41a6bc6e66424855c6a451abfb4a21c06ae4422239c1bc1889e2b47fcb7dd85" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.0.zip", + "size": 32289, + "checksum": "SHA-256:35bc42a80f969507f168915ecfab9591bdc419164d8c7acf574757395033615d" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.1.zip", + "size": 32296, + "checksum": "SHA-256:3d03d51f769089e0ea202705ee0898b90f276e32bb1a1368773009fafa755b42" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.2.zip", + "size": 32301, + "checksum": "SHA-256:68d6717e3493855a2c92cd379fa6bb04b8a7df99c62d2cde15700eafb251b8b9" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.3.zip", + "size": 32323, + "checksum": "SHA-256:86fb73e7ff9d3e43196e4cfe184b77bcc61cea60489f3e97d15e19831afc8fee" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.4", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.4.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.4.zip", + "size": 32177, + "checksum": "SHA-256:d04f82288b4287679fbcd3c60d6c0e362f9e027cabd908bbe0e54105b35e5bec" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.5", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.5.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.5.zip", + "size": 32463, + "checksum": "SHA-256:9af4ab380207949960c388b00396bcd6a6a4de95b8bae59dae519d2bafeee1af" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.6.6", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.6.6.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.6.6.zip", + "size": 32540, + "checksum": "SHA-256:e5f4b39bdb014067ca562101e7230b69f954db8ad67a84043f8dde28865300f8" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.0.zip", + "size": 35379, + "checksum": "SHA-256:a481c738676d2985570c9f34fd4bbbdfeedf8e5671558ae61abdc5f578e35e03" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.1.zip", + "size": 35577, + "checksum": "SHA-256:0d0acdb9033319ddf2fc4d416252bc42eaccea3e55f7b54c7d56d072851776bb" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.2", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.2.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.2.zip", + "size": 35577, + "checksum": "SHA-256:2e91b222cb5f86afdd9b07fabc4857c41158cfef90fe5ea3e66f07c1d0eacd0c" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.3", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.3.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.3.zip", + "size": 35592, + "checksum": "SHA-256:1075cdef6d8f5c26f82d6b17b9289e6cee9732bd120ac5543039b483e20d70a0" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.4", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.4.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.4.zip", + "size": 35608, + "checksum": "SHA-256:8f5df7d11d774ee980d52e9a4108639b759f871596ab41741b9676966c24b3d6" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.5", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.5.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.5.zip", + "size": 35690, + "checksum": "SHA-256:b896853836d9ff91b1cd1795b424388ce8c072d23a2b918aaec0b2024226ba90" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.6", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.6.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.6.zip", + "size": 35713, + "checksum": "SHA-256:5dde0af100c79f2bc4ae57883dd460e3f0cb0c7d90bc8707a20262535ca42ff4" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.7.7", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.7.7.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.7.7.zip", + "size": 35760, + "checksum": "SHA-256:a928999ca230db4a632450e721b21edccd2d6710b896640cedca0623c66e8691" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.8.0", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno", + "mbed_edge" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.8.0.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.8.0.zip", + "size": 38388, + "checksum": "SHA-256:55a1214c6a0c4d4a8cf64fa9d92b049f7ec3c75a4223668528b8b7c9753b11eb" + }, + { + "name": "Arduino_ConnectionHandler", + "version": "0.8.1", + "author": "Ubi de Feo, Cristian Maglie, Andrea Catozzi, Alexander Entinger et al.", + "maintainer": "Arduino.cc", + "sentence": "Arduino Library for network connection management (WiFi, GSM, NB, [Ethernet])", + "paragraph": "Originally part of ArduinoIoTCloud", + "website": "https://github.com/arduino-libraries/Arduino_ConnectionHandler", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "esp8266", + "mbed", + "megaavr", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno", + "mbed_edge" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ConnectionHandler.git", + "dependencies": [ + { + "name": "Arduino_DebugUtils" + }, + { + "name": "WiFi101" + }, + { + "name": "WiFiNINA" + }, + { + "name": "MKRGSM" + }, + { + "name": "MKRNB" + }, + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ConnectionHandler-0.8.1.zip", + "archiveFileName": "Arduino_ConnectionHandler-0.8.1.zip", + "size": 38388, + "checksum": "SHA-256:240555141aedfb57a806307c1194dfde0e352845a9c302e482531033cb363a23" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.0.zip", + "size": 9701, + "checksum": "SHA-256:d358ad87372e837e5a0610b6ca1201c24e3ada8d1c3ca86d7908fb235a81eb89" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.0.1.zip", + "size": 14644, + "checksum": "SHA-256:2c0a303cd67271025d55feaaed72c9abd17dae2a507f29d95a9492bf6df81c2a" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.1.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.1.1.zip", + "size": 16498, + "checksum": "SHA-256:44e02598a4917334c3ff692d86bf0fc81d0df5cccd3360c3637fc3331c40b67b" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.2.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad, Dual and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.2.0.zip", + "size": 18265, + "checksum": "SHA-256:1e4015c6c304df1b5d300464dc71cafc8b6122e95143c2b1b5d7560ea5bf0c6f" + }, + { + "name": "SparkFun Qwiic Relay Arduino Library", + "version": "1.3.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Quad, Dual and Single Relay Boards", + "paragraph": "The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It gives you easy to use functions to turn on and off relays, toggle them, and check their status. Also provided is example code for each board (\u003ca href=\"https://www.sparkfun.com/products/15093\"\u003e\u003cSparkFun Single Qwiic Relay\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/15102\"\u003e\u003cSparkFun Qwiic Quad Relay\u003c/a\u003e) that gives instructions on how to use the library to its fullest.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Relay_Arduino_Library-1.3.1.zip", + "archiveFileName": "SparkFun_Qwiic_Relay_Arduino_Library-1.3.1.zip", + "size": 18321, + "checksum": "SHA-256:f8ee91424d56caf5733425314e2a29c3801a9a01a5cb11a9c0ffef090653ce4b" + }, + { + "name": "Serde", + "version": "0.0.1", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Send / receive structured data across Streams on Arduino", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": [ + "serde.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.0.1.zip", + "archiveFileName": "Serde-0.0.1.zip", + "size": 8221, + "checksum": "SHA-256:28a559c3140f924b1da792e03e3eb548e4ba83070018518282001b470c2c9987" + }, + { + "name": "Serde", + "version": "0.1.0", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Exchange structured data between Arduino boards", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": [ + "serde.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.1.0.zip", + "archiveFileName": "Serde-0.1.0.zip", + "size": 21018, + "checksum": "SHA-256:77257caf0ebaf310d278e053b8b8de1a0047d11896d5c1f85b316c16d5de7cf4" + }, + { + "name": "Serde", + "version": "0.2.0", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Exchange structured data between Arduino boards", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": [ + "serde.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.2.0.zip", + "archiveFileName": "Serde-0.2.0.zip", + "size": 21741, + "checksum": "SHA-256:0e2d776d751ad637f07faf86f24c86e493354c174ec9db86e618910fa4560e3f" + }, + { + "name": "Serde", + "version": "0.3.0", + "author": "Francois Best", + "maintainer": "Francois Best \u003ccontact@francoisbest.com\u003e", + "sentence": "Exchange structured data between Arduino boards", + "website": "https://github.com/FortySevenEffects/serde", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FortySevenEffects/serde.git", + "providesIncludes": [ + "serde.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FortySevenEffects/Serde-0.3.0.zip", + "archiveFileName": "Serde-0.3.0.zip", + "size": 29058, + "checksum": "SHA-256:dd98a337550367c7b8d6b0ec179effa06c75a806df60e2103b2b8796010134a2" + }, + { + "name": "SimpleHOTP", + "version": "1.0.0", + "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", + "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", + "website": "https://github.com/jlusPrivat/SimpleHOTP", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.0.zip", + "archiveFileName": "SimpleHOTP-1.0.0.zip", + "size": 16094, + "checksum": "SHA-256:d89d88e21096115103a06a829d791aef203e218659d7b192576450de903bef38" + }, + { + "name": "SimpleHOTP", + "version": "1.0.1", + "author": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "maintainer": "Jonathan Lusky \u003cjonathan-dev@jlus.de\u003e", + "sentence": "A lightweight HOTP (HMAC - Based one Time Password) Generator for Arduino.", + "paragraph": "This library is for those, who want to save on memory and still use HOTPs. HOTPS can be easily validated or generated using this library. This Library also enables the developer to use SHA1 and HMAC functionality.", + "website": "https://github.com/jlusPrivat/SimpleHOTP", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jlusPrivat/SimpleHOTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jlusPrivat/SimpleHOTP-1.0.1.zip", + "archiveFileName": "SimpleHOTP-1.0.1.zip", + "size": 16126, + "checksum": "SHA-256:eeda9a60b5b779316532f4ac6f9eb912bebd78f89ee44b187a75720419dd0744" + }, + { + "name": "StarterRemote", + "version": "1.0.0", + "author": "Mihail Vratchanski", + "maintainer": "Mihail Vratchanski \u003cmivrkiki@gmail.com\u003e", + "sentence": "IR remote library for mini sumo (and sumo, tracker etc.) start modules.", + "paragraph": "This library allows the use of any Arduino board as an IR remote for starting, stopping and programming a start module. The protocol can be found on startmodule.com. If you want to know more about the project or report bugs, etc. please visit the project page at: https://gitlab.com/robostarter.", + "website": "https://gitlab.com/robostarter/starterremote", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/robostarter/starterremote.git", + "providesIncludes": [ + "StarterRemote.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/robostarter/StarterRemote-1.0.0.zip", + "archiveFileName": "StarterRemote-1.0.0.zip", + "size": 3631, + "checksum": "SHA-256:abfc9403f4f49063ff2d9b0cf0f095da6a00c5b01f87c29cd83b3a2b9c0abf7f" + }, + { + "name": "Adafruit VCNL4040", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VCNL4040", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.0.zip", + "archiveFileName": "Adafruit_VCNL4040-1.0.0.zip", + "size": 10290, + "checksum": "SHA-256:6133a542b396f95b8bbcbda5a02f9135dfb3e334e87265dceea7ba202faca8a1" + }, + { + "name": "Adafruit VCNL4040", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VCNL4040", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.1.zip", + "archiveFileName": "Adafruit_VCNL4040-1.0.1.zip", + "size": 498484, + "checksum": "SHA-256:c227def71bd51377b3c4f913a5a846ad4f9ceb3e91576a76a0c257aa5977d8d1" + }, + { + "name": "Adafruit VCNL4040", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VCNL4040", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.2.zip", + "archiveFileName": "Adafruit_VCNL4040-1.0.2.zip", + "size": 498471, + "checksum": "SHA-256:86d1742dce9a3dabbf53258c0ca41517e44273404800e9e3dab4eabdad7d0291" + }, + { + "name": "Adafruit VCNL4040", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "paragraph": "Arduino library for the VCNL4040 Breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_VCNL4040", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_VCNL4040.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4040-1.0.4.zip", + "archiveFileName": "Adafruit_VCNL4040-1.0.4.zip", + "size": 498471, + "checksum": "SHA-256:8c8deef11052b7659781069b74af9a2ae4d2695d50d71098a4ac56f53e955e45" + }, + { + "name": "EmotiBit BMI160", + "version": "0.1.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/BMI160-Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.1.0.zip", + "archiveFileName": "EmotiBit_BMI160-0.1.0.zip", + "size": 4202392, + "checksum": "SHA-256:830822240c85144de45ef89b1b8e37f82370517527ddcd6d3e61111598855253" + }, + { + "name": "EmotiBit BMI160", + "version": "0.3.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/BMI160-Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.0.zip", + "archiveFileName": "EmotiBit_BMI160-0.3.0.zip", + "size": 4203953, + "checksum": "SHA-256:2e3c5117c52420f0c45a9508a43f0c2565aa12f7902c0bce7d296682df26820b" + }, + { + "name": "EmotiBit BMI160", + "version": "0.3.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/BMI160-Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.1.zip", + "archiveFileName": "EmotiBit_BMI160-0.3.1.zip", + "size": 4204037, + "checksum": "SHA-256:7d6a751b3a46dfb1c5db736dc27de984d2468819be40db8b9cfd0aeefeca899f" + }, + { + "name": "EmotiBit BMI160", + "version": "0.3.2", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/EmotiBit_BMI160", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.2.zip", + "archiveFileName": "EmotiBit_BMI160-0.3.2.zip", + "size": 4204036, + "checksum": "SHA-256:1df0c53e039db0fcfb0f49293e3e734b2753327da482b1ba0e5b19fda836c81e" + }, + { + "name": "EmotiBit BMI160", + "version": "0.3.3", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit that supports the BMI160 and BMM150 IMU", + "paragraph": "Forked off intel curie IMU API's for the BMI160, this library is written to support I2C communication from Arduino to the BMI160 and BMM150 Bosch sensors.", + "website": "https://github.com/EmotiBit/EmotiBit_BMI160", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/BMI160-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_BMI160-0.3.3.zip", + "archiveFileName": "EmotiBit_BMI160-0.3.3.zip", + "size": 4161954, + "checksum": "SHA-256:e5c82297eb191e00a62c15b3b9bfbb9f8224e5c37c18fb16cde85e1e94e7d9d2" + }, + { + "name": "AceTime", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time and timezones from the TZ Database.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and provide a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.1.0.zip", + "archiveFileName": "AceTime-0.1.0.zip", + "size": 10200363, + "checksum": "SHA-256:7725bca0d01107c4b047e29c7746b53407fd17cca2fea4354cfb49dc40ea28a7" + }, + { + "name": "AceTime", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.0.zip", + "archiveFileName": "AceTime-0.3.0.zip", + "size": 3821139, + "checksum": "SHA-256:1904a2ba91c6414f7dda350c2879df391667abb797edfcc02c976604b128cba9" + }, + { + "name": "AceTime", + "version": "0.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.3.1.zip", + "archiveFileName": "AceTime-0.3.1.zip", + "size": 3815386, + "checksum": "SHA-256:bdcd1ef7fdce73f0d83c6bdab308f4ecc5aba0c72f4df9af8bbd410f300b7efb" + }, + { + "name": "AceTime", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.4.0.zip", + "archiveFileName": "AceTime-0.4.0.zip", + "size": 3859383, + "checksum": "SHA-256:4052e22a46f97db6ce53a8dbd0f5a6b39ee99676d9c9232dede2eda87369e953" + }, + { + "name": "AceTime", + "version": "0.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.0.zip", + "archiveFileName": "AceTime-0.5.0.zip", + "size": 4422953, + "checksum": "SHA-256:3440984f665f4678c29888217644d2c7f7b83185f155cf26cfe3e0d487aca457" + }, + { + "name": "AceTime", + "version": "0.5.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.1.zip", + "archiveFileName": "AceTime-0.5.1.zip", + "size": 4674549, + "checksum": "SHA-256:fad36941ae8e4e20dbb056e12455ef4f1730e5c49d2c8ad93e5db5bad30a072f" + }, + { + "name": "AceTime", + "version": "0.5.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.5.2.zip", + "archiveFileName": "AceTime-0.5.2.zip", + "size": 4671123, + "checksum": "SHA-256:8e1149641af2df3d83bab77242c2ebb743772234b5bc7d7735a41d406d049e49" + }, + { + "name": "AceTime", + "version": "0.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.0.zip", + "archiveFileName": "AceTime-0.6.0.zip", + "size": 4702444, + "checksum": "SHA-256:61e1ff233cb5a7da49268a259d2bec00109105e0b3c8ab1ce0f8bd233fad1da3" + }, + { + "name": "AceTime", + "version": "0.6.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.6.1.zip", + "archiveFileName": "AceTime-0.6.1.zip", + "size": 4825243, + "checksum": "SHA-256:7b7d10b13c6cd3ecc938b1de91f425c88096e3f22e251c220b88f031bc3dc8d0" + }, + { + "name": "AceTime", + "version": "0.7.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.0.zip", + "archiveFileName": "AceTime-0.7.0.zip", + "size": 4855214, + "checksum": "SHA-256:8272c62356ae205bcbb63a450d07c97834d00899bb861a24b1bee628017d7881" + }, + { + "name": "AceTime", + "version": "0.7.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.1.zip", + "archiveFileName": "AceTime-0.7.1.zip", + "size": 4855893, + "checksum": "SHA-256:8153276f1bb50ae87e4d194ca3e97d6a1dd23d533abb4b4b548d42a2b3f2ee67" + }, + { + "name": "AceTime", + "version": "0.7.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.7.2.zip", + "archiveFileName": "AceTime-0.7.2.zip", + "size": 4857780, + "checksum": "SHA-256:d4a475530f78c0c82db5f99d15abc7b6fdf4ef17fd0b94f76897fe768834b64c" + }, + { + "name": "AceTime", + "version": "0.8.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.8.0.zip", + "archiveFileName": "AceTime-0.8.0.zip", + "size": 4933257, + "checksum": "SHA-256:b7b6a9649575e719dcaaa96716d76b9857c6e0784e1499a2c153436825bf3f9b" + }, + { + "name": "AceTime", + "version": "0.8.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-0.8.1.zip", + "archiveFileName": "AceTime-0.8.1.zip", + "size": 4933435, + "checksum": "SHA-256:09c9fca1436018384ca1b8169007ed31b670899f68efc246d17690dae8ef1d12" + }, + { + "name": "AceTime", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.0.0.zip", + "archiveFileName": "AceTime-1.0.0.zip", + "size": 4918547, + "checksum": "SHA-256:2413f7c76c214db29d28888cba60c43822a3f0b0a5b267a8cf4790c0842a3d50" + }, + { + "name": "AceTime", + "version": "1.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.0.zip", + "archiveFileName": "AceTime-1.1.0.zip", + "size": 3138855, + "checksum": "SHA-256:bd2bb1fcc35bdd3318846a51caa3eb87e313ac40f14875f50ed9d5798a0ab246" + }, + { + "name": "AceTime", + "version": "1.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.1.zip", + "archiveFileName": "AceTime-1.1.1.zip", + "size": 3305627, + "checksum": "SHA-256:dbbbbb958ed87a40465c2da37d80fac38965dfa1d2e93853afb28f0d7eefb873" + }, + { + "name": "AceTime", + "version": "1.1.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Date and time classes for Arduino that support DST transitions of practically all timezones from the IANA TZ (Olson) Database, and a system clock that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.1.2.zip", + "archiveFileName": "AceTime-1.1.2.zip", + "size": 2886264, + "checksum": "SHA-256:e34b16c4858e568bde22f5f55c19ba717c0a86488fba66a0faf00cf93e4d240b" + }, + { + "name": "AceTime", + "version": "1.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.2.0.zip", + "archiveFileName": "AceTime-1.2.0.zip", + "size": 3396066, + "checksum": "SHA-256:c4b2a6e4d018ae3eeb55ed1aa29b5199421630f02d79f4bd1042200711ba9773" + }, + { + "name": "AceTime", + "version": "1.2.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.2.1.zip", + "archiveFileName": "AceTime-1.2.1.zip", + "size": 3399071, + "checksum": "SHA-256:2f419f8ca733127d51662055e0cb05f898f4877967591045b2171cd7b5af80c3" + }, + { + "name": "AceTime", + "version": "1.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.3.0.zip", + "archiveFileName": "AceTime-1.3.0.zip", + "size": 3484193, + "checksum": "SHA-256:466ef9bdaf6e31331183e98ee4a944edc5be8d5db5b537c9b0a312a81528c2b0" + }, + { + "name": "AceTime", + "version": "1.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.4.0.zip", + "archiveFileName": "AceTime-1.4.0.zip", + "size": 3547544, + "checksum": "SHA-256:c429b2d7a860245aeedad7277235f3055894f6080f61775697cacc4b83c421aa" + }, + { + "name": "AceTime", + "version": "1.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.4.1.zip", + "archiveFileName": "AceTime-1.4.1.zip", + "size": 3546904, + "checksum": "SHA-256:080a09d5604643a05324410f04e48eba17a50b39c73165ba03318cdbddbc0238" + }, + { + "name": "AceTime", + "version": "1.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides a SystemClock class that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.5.0.zip", + "archiveFileName": "AceTime-1.5.0.zip", + "size": 3712079, + "checksum": "SHA-256:d7d98e4fd94731cb2fca8bd4f74aea2e3a8598cc1fc11cea316c751518f48af7" + }, + { + "name": "AceTime", + "version": "1.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, clock, and TZ Database timezones for Arduino.", + "paragraph": "Supports DST transitions of practically all timezones from the IANA TZ (Olson) Database. Provides SystemClock classes that can synchronize from an NTP server or an RTC chip.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.6.0.zip", + "archiveFileName": "AceTime-1.6.0.zip", + "size": 4414433, + "checksum": "SHA-256:7955ed126e358df0533848ba73ea25bbd8d4128b3d7c4049f4112099c9d67efd" + }, + { + "name": "AceTime", + "version": "1.7.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.0.zip", + "archiveFileName": "AceTime-1.7.0.zip", + "size": 4510385, + "checksum": "SHA-256:80f2158b44e17e8f4a39a2496408623bf88697825a2dd11a710cc420bb710c04" + }, + { + "name": "AceTime", + "version": "1.7.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.1.zip", + "archiveFileName": "AceTime-1.7.1.zip", + "size": 4510309, + "checksum": "SHA-256:467b207baa6b4f82fc0ee983660cb4530f3d7bf86af3279a3c92ba35a53022a8" + }, + { + "name": "AceTime", + "version": "1.7.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.2.zip", + "archiveFileName": "AceTime-1.7.2.zip", + "size": 4547197, + "checksum": "SHA-256:ce3926a23cc9cd4503e44beacb7729ad26ce7078522b1b6ab8d3de7c48c5681b" + }, + { + "name": "AceTime", + "version": "1.7.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.3.zip", + "archiveFileName": "AceTime-1.7.3.zip", + "size": 4591979, + "checksum": "SHA-256:4618db0086c541b2e84fe6f9a898bdfce7e6aa4cd11907a2380f6d42830e16fe" + }, + { + "name": "AceTime", + "version": "1.7.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.4.zip", + "archiveFileName": "AceTime-1.7.4.zip", + "size": 4333845, + "checksum": "SHA-256:aa9bc38b8183cb9308dff817955f35eb3f551b0f9a7f36b25f5c81c15beed8c0" + }, + { + "name": "AceTime", + "version": "1.7.5", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. Provides Clock and SystemClock classes that can synchronize from an NTP server or an RTC chip. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.7.5.zip", + "archiveFileName": "AceTime-1.7.5.zip", + "size": 4399357, + "checksum": "SHA-256:0266d37796627e43ca5626a7e082ff8e0ae96378e28103695518b1ff2aeb051c" + }, + { + "name": "AceTime", + "version": "1.8.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.8.0.zip", + "archiveFileName": "AceTime-1.8.0.zip", + "size": 4048635, + "checksum": "SHA-256:783ee49e3b837da7120a6ef74ad8989f73235fefa49ca3c6a19a97723b5b20c4" + }, + { + "name": "AceTime", + "version": "1.8.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.8.1.zip", + "archiveFileName": "AceTime-1.8.1.zip", + "size": 4048823, + "checksum": "SHA-256:39808c1c4f848511651f6adce1fb63377208315b7c62cd111a73888eb4a94bc0" + }, + { + "name": "AceTime", + "version": "1.8.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.8.2.zip", + "archiveFileName": "AceTime-1.8.2.zip", + "size": 4048990, + "checksum": "SHA-256:40820b763c01432ca6942e460a7f27eb57e440f9f20cfd2b03edfa653d3de1b1" + }, + { + "name": "AceTime", + "version": "1.9.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.9.0.zip", + "archiveFileName": "AceTime-1.9.0.zip", + "size": 4148716, + "checksum": "SHA-256:5be3d7fbdd5507de3e4a2e30ec3186e4dc02f9d6751467ea5f20c4e5cd6b8f1a" + }, + { + "name": "AceTime", + "version": "1.10.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.10.0.zip", + "archiveFileName": "AceTime-1.10.0.zip", + "size": 4205138, + "checksum": "SHA-256:27897d0efb1255f5ec0c18c42aa2094928d9db83ff75ee09133b20ef144ccbbf" + }, + { + "name": "AceTime", + "version": "1.11.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.0.zip", + "archiveFileName": "AceTime-1.11.0.zip", + "size": 4298120, + "checksum": "SHA-256:30e66cdfa0bcfc76ae07f9144f01cee309f78fee7230d8c6b6fd3fef794d3bea" + }, + { + "name": "AceTime", + "version": "1.11.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.1.zip", + "archiveFileName": "AceTime-1.11.1.zip", + "size": 4298429, + "checksum": "SHA-256:cb28daa735bec7907f9e74d3fdc6c4698afe788eefb95e41d042fbdbbf46fc62" + }, + { + "name": "AceTime", + "version": "1.11.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.2.zip", + "archiveFileName": "AceTime-1.11.2.zip", + "size": 4299776, + "checksum": "SHA-256:2d2fa7fae8ede99185a6d897fcfcc6512674629fa6fd7fb7de213503c71f269c" + }, + { + "name": "AceTime", + "version": "1.11.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.3.zip", + "archiveFileName": "AceTime-1.11.3.zip", + "size": 4300135, + "checksum": "SHA-256:8ad26d17640b7464c8693214fbfe34af10c2602e744e6a5a8bf031a35e42a0c7" + }, + { + "name": "AceTime", + "version": "1.11.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.4.zip", + "archiveFileName": "AceTime-1.11.4.zip", + "size": 4293699, + "checksum": "SHA-256:e18d712f2f3c19687641c4974b74bc196097a31baa101b417fa5d89055f6f76d" + }, + { + "name": "AceTime", + "version": "1.11.5", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.5.zip", + "archiveFileName": "AceTime-1.11.5.zip", + "size": 4256628, + "checksum": "SHA-256:9af7fbac1f28819842ffdf74f952e8f5a2fc0d21a7043f8a659e063f5b9be59f" + }, + { + "name": "AceTime", + "version": "1.11.6", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.6.zip", + "archiveFileName": "AceTime-1.11.6.zip", + "size": 4252851, + "checksum": "SHA-256:9bcf290380c2d60bfcb06358343c9f3011da57fffde64fb4f28a5f8e5868da46" + }, + { + "name": "AceTime", + "version": "1.11.7", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-1.11.7.zip", + "archiveFileName": "AceTime-1.11.7.zip", + "size": 4250899, + "checksum": "SHA-256:6542de60a26718ede667d999508284429aec9035f0c5b01dc5080c78b49552b5" + }, + { + "name": "AceTime", + "version": "2.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.0.0.zip", + "archiveFileName": "AceTime-2.0.0.zip", + "size": 4657973, + "checksum": "SHA-256:71cccdae82121508fcdf11f58c6849f130e7c85a654107eb4bc5861347549e2e" + }, + { + "name": "AceTime", + "version": "2.0.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.0.1.zip", + "archiveFileName": "AceTime-2.0.1.zip", + "size": 4664578, + "checksum": "SHA-256:ff4d684c077fae810d4beb5ff77dfa14f377a78bc73f34e4f097d4c7e443f05b" + }, + { + "name": "AceTime", + "version": "2.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.1.0.zip", + "archiveFileName": "AceTime-2.1.0.zip", + "size": 4971284, + "checksum": "SHA-256:1c7777be7561fcd340635278cc91f197b56b55dc2ac7766312fac38574d571c9" + }, + { + "name": "AceTime", + "version": "2.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.1.1.zip", + "archiveFileName": "AceTime-2.1.1.zip", + "size": 4974397, + "checksum": "SHA-256:b8389850b1e562573b82f630ddb0f4f29d0fa1e463acb5444bab066f4399a353" + }, + { + "name": "AceTime", + "version": "2.2.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.2.1.zip", + "archiveFileName": "AceTime-2.2.1.zip", + "size": 4694429, + "checksum": "SHA-256:18102726c357c5baa2b49054389c17c5dfe4a6c2518e2d484b8bf1c756105d98" + }, + { + "name": "AceTime", + "version": "2.2.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.2.2.zip", + "archiveFileName": "AceTime-2.2.2.zip", + "size": 4694614, + "checksum": "SHA-256:cef7e09611386ce7bfdd90913caf6e6c4d32f5d4142311894982190b0d1b3cd5" + }, + { + "name": "AceTime", + "version": "2.2.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.2.3.zip", + "archiveFileName": "AceTime-2.2.3.zip", + "size": 4704418, + "checksum": "SHA-256:2e5d7d327d1d21799f61023e707208189afac03ef82a249377a097b37549cf83" + }, + { + "name": "AceTime", + "version": "2.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.", + "paragraph": "Calculates UTC offsets and DST transitions of all timezones from the IANA TZ (Olson) Database. The bulk of the TZ Database can fit inside the 32kB flash size limit of an 8-bit AVR processor.", + "website": "https://github.com/bxparks/AceTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTime.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSorting" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTime-2.3.0.zip", + "archiveFileName": "AceTime-2.3.0.zip", + "size": 6823468, + "checksum": "SHA-256:e1ff8041a386e4786a1e0b00ffad1f739e28611266a54532f14679bceefe2335" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.4.3", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.3.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.4.3.zip", + "size": 7211631, + "checksum": "SHA-256:adb891518df27855f020d3385c38a776c71d0c270b4c2ab4e30df0a2e39dce99" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.4.4", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.4.4.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.4.4.zip", + "size": 7211633, + "checksum": "SHA-256:9a175d90f6010511e060254dcb0b48d4b888fa9323df723c61d383aee18f27f2" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.5.4", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.4.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.5.4.zip", + "size": 7212164, + "checksum": "SHA-256:ee0b5b3e378f5723f1a257c407df047bd74b0d30b7de99884a2ecc2e5badfe9b" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.5.5", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.5.5.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.5.5.zip", + "size": 7212188, + "checksum": "SHA-256:0efd3c9c5c8869139a941ab42715f15d59fa6b16b0ab5aa8805b007bbb44fafc" + }, + { + "name": "EmotiBit FeatherWing", + "version": "0.6.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-0.6.0.zip", + "archiveFileName": "EmotiBit_FeatherWing-0.6.0.zip", + "size": 7216218, + "checksum": "SHA-256:3941b7aa4c4f995e4d27259fcb41079d7db7fdae81f9c88f52b5e07c624c9098" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.0.55", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.0.55.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.0.55.zip", + "size": 7227723, + "checksum": "SHA-256:39c8ee920bbabcc239b1b14b7eaefabfc5a70641b076333e0a72da0db0836f61" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.1.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.1.0.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.1.0.zip", + "size": 7228758, + "checksum": "SHA-256:6dc1c2b24eb24a3a461746fdb9873d21c6320f9c164c0a1727438084fc17b1ff" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.2.77", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.2.77.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.2.77.zip", + "size": 7266703, + "checksum": "SHA-256:38ad3ee8c887a6b881c32b08aa13b0a82684aeea010b0c110f49fb843cd6c776" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.2.78", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.2.78.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.2.78.zip", + "size": 7263796, + "checksum": "SHA-256:433d1221e38fcf4770154f05ae6aa4e9883e228e7b6287c1d3596bce2b7fffd3" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.3.12", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.3.12.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.3.12.zip", + "size": 7288831, + "checksum": "SHA-256:ab26eab022623b729f86bbd4dad37bf0f7dfd47e14ff044e158e6fc24d8cca8d" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.3.31", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.3.31.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.3.31.zip", + "size": 7292524, + "checksum": "SHA-256:bd51f0ff696bfa42ba2a95d1965371c7d059533ecab58a12d9091ddcf5cacb2e" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.3.33", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.3.33.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.3.33.zip", + "size": 7293198, + "checksum": "SHA-256:75befd88362884d8dc24f0e5a230fb74821e72aaaf37f29d72a611bf5726713c" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.3.34", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.3.34.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.3.34.zip", + "size": 7293247, + "checksum": "SHA-256:7d0a3f8ad9112845fafa1e713d899bd1d1708b1a2712bd261b38f2fed7348115" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.3.36", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.3.36.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.3.36.zip", + "size": 7293254, + "checksum": "SHA-256:cd516dfa692cdd13e15974ab9e84d1e75e67b1dacc9fe2333ca3dd9cb8cd2332" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.4.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.4.1.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.4.1.zip", + "size": 7288971, + "checksum": "SHA-256:3e8a1a2523a5e3b5eb65d1d678d160f573f60cc9496f4a2300923025e4a62a1e" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.5.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.5.0.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.5.0.zip", + "size": 7289341, + "checksum": "SHA-256:f546cd2be586781463af06adc8ac733db2cdcf41f90e07aaa643191cf1abfe9a" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.5.4", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.5.4.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.5.4.zip", + "size": 7291021, + "checksum": "SHA-256:3d114d574bda708f0a3bdff19a2d938afe75b36f0f095f9f87ec667381d795f5" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.8.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + }, + { + "name": "EmotiBit EmojiLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.8.0.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.8.0.zip", + "size": 7297262, + "checksum": "SHA-256:095947eddf242df000bbefc562918c71c439cc5898574b2871295af8ae5bcafe" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.8.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + }, + { + "name": "EmotiBit EmojiLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.8.1.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.8.1.zip", + "size": 7297334, + "checksum": "SHA-256:e2dd1f2970e0abae522fb451a7cb805f9b322d6c81664c260ab338af46c88d39" + }, + { + "name": "EmotiBit FeatherWing", + "version": "1.9.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A library written for EmotiBit FeatherWing that supports all sensors included on the wing.", + "paragraph": "Requires dependent libraries as shown in the getting started document: https://github.com/EmotiBit/EmotiBit_Docs/blob/master/EmotiBit_Getting_Started.md", + "website": "https://github.com/EmotiBit/EmotiBit_FeatherWing", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_FW_FeatherWing.git", + "dependencies": [ + { + "name": "EmotiBit BMI160" + }, + { + "name": "EmotiBit MAX30101" + }, + { + "name": "EmotiBit MLX90632" + }, + { + "name": "EmotiBit NCP5623" + }, + { + "name": "EmotiBit SI7013" + }, + { + "name": "EmotiBit XPlat Utils" + }, + { + "name": "EmotiBit ADS1X15" + }, + { + "name": "EmotiBit External EEPROM" + }, + { + "name": "EmotiBit EmojiLib" + }, + { + "name": "EmotiBit ArduinoFilters" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_FeatherWing-1.9.0.zip", + "archiveFileName": "EmotiBit_FeatherWing-1.9.0.zip", + "size": 7297466, + "checksum": "SHA-256:6ab7ae3c59216458482ca450e81a33e3192f3fede5ebfa9bce22ed431e5e79b6" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.2.zip", + "size": 90086, + "checksum": "SHA-256:3d977d92cf42231bfbab7ae9d167bbfcfbf7471f751315cf4a6574e856431a91" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.0.3.zip", + "size": 20082, + "checksum": "SHA-256:55bc88c8eb560ccfaee390852e679cd93c57b01f15b86b63f8b70a5a3467b959" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.1.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.1.zip", + "size": 20081, + "checksum": "SHA-256:62f0de7700b98003197c5f04fb82630dc3be0bcca62b98d19e967c15c104bb40" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.2.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.2.zip", + "size": 20033, + "checksum": "SHA-256:fe7d07ef948b3a9b2e1883426c9fd48c55abcfe5319623eb91e96b9d1d8f6d6a" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.3.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.3.zip", + "size": 19960, + "checksum": "SHA-256:4c09e1157a653bc71f0e4a1d1a1d5534924dc01b1bf613ad1c2284a5f8753364" + }, + { + "name": "SparkFun SHTC3 Humidity and Temperature Sensor Library", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SHTC3 humidity and temperature sensor by Sensirion", + "paragraph": "Library for the SHTC3 humidity and temperature sensor by Sensirion. Read values raw or converted to floating point numbers with units. Enable/disable sleep mode while not being used", + "website": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.4.zip", + "archiveFileName": "SparkFun_SHTC3_Humidity_and_Temperature_Sensor_Library-1.1.4.zip", + "size": 19969, + "checksum": "SHA-256:b4a6095052edef6a630c2262fc64c560ff859c6dcef367bd7acb6feefb53a849" + }, + { + "name": "HiTechnic-Arduino", + "version": "1.0.0", + "author": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", + "maintainer": "FTC Team 4634 FROGbots \u003cinfo@frogbots.net\u003e", + "sentence": "Use the HiTechnic motor/servo controllers with your Arduino!", + "paragraph": "This library provides I2C drivers for the HiTechnic motor/servo controllers wrapped up in a nice SDK-style API", + "website": "https://github.com/OpenFTC/HiTechnic-Arduino", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OpenFTC/HiTechnic-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OpenFTC/HiTechnic_Arduino-1.0.0.zip", + "archiveFileName": "HiTechnic_Arduino-1.0.0.zip", + "size": 44017, + "checksum": "SHA-256:93e5b69f8896b562949cacb31a8145b6dc4b0ee8cc749e33e8bf7c349600629b" + }, + { + "name": "HoverboardAPI", + "version": "0.1.1", + "author": "phail", + "maintainer": "phail", + "sentence": "Hoverboard API controller", + "paragraph": "A Hoverboard API controller Interface.", + "website": "https://github.com/bipropellant/bipropellant-hoverboard-api", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bipropellant/bipropellant-hoverboard-api.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bipropellant/HoverboardAPI-0.1.1.zip", + "archiveFileName": "HoverboardAPI-0.1.1.zip", + "size": 31884, + "checksum": "SHA-256:12c2442de47b8ff77938d7bb72d54440d3b50f0699be87c050e62073fa5a33f0" + }, + { + "name": "ElectronicsEducation", + "version": "1.0.0", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "providesIncludes": [ + "ezLCDLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.0.0.zip", + "archiveFileName": "ElectronicsEducation-1.0.0.zip", + "size": 879011, + "checksum": "SHA-256:124e17469d7dc2063e1cf818c86b90dc7c943a98da2c1377932389ef34af20c0" + }, + { + "name": "ElectronicsEducation", + "version": "1.1.1", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit_BME280" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.1.zip", + "archiveFileName": "ElectronicsEducation-1.1.1.zip", + "size": 3372485, + "checksum": "SHA-256:68319a50e2b688ad3ff70c920092322b0eebeab00d7ba64f02c89186c4e3a95a" + }, + { + "name": "ElectronicsEducation", + "version": "1.1.2", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "dependencies": [ + { + "name": "Adafruit BME280 Library" + }, + { + "name": "DHT sensor library" + }, + { + "name": "IRremote" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.2.zip", + "archiveFileName": "ElectronicsEducation-1.1.2.zip", + "size": 3372498, + "checksum": "SHA-256:ed7e6c96b28ed96800d1aafc67d8b17a8d5e49af9181a2ace5a7903e9a96f2d1" + }, + { + "name": "ElectronicsEducation", + "version": "1.1.3", + "author": "Jacob Smith", + "maintainer": "Jacob Smith \u003cjsmith2021@brandeis.edu\u003e", + "sentence": "Arduino libraries and educational materials for workshop", + "paragraph": "Uses grammer and object oriented programming to make computer science more accessible", + "website": "https://github.com/BrandeisMakerLab/Arduino_Education", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BrandeisMakerLab/Arduino_Education.git", + "dependencies": [ + { + "name": "Adafruit BME280 Library" + }, + { + "name": "DHT sensor library" + }, + { + "name": "IRremote" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrandeisMakerLab/ElectronicsEducation-1.1.3.zip", + "archiveFileName": "ElectronicsEducation-1.1.3.zip", + "size": 3372113, + "checksum": "SHA-256:6ca73f42143e33313a930035fcdd9deddc099df18245ff8640b70e8d5ec16bcb" + }, + { + "name": "Sharp GP2Y Dust Sensor", + "version": "1.0.0", + "author": "Lucian Sabo", + "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", + "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", + "paragraph": "Supports calibration, multi-sampling average, running average", + "website": "https://github.com/luciansabo/GP2YDustSensor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luciansabo/GP2YDustSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.0.0.zip", + "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.0.0.zip", + "size": 6189, + "checksum": "SHA-256:d79c3b8160e2c8ce93a2442f367e7d2abf788d307ca4eb743b39b5fa8ca3734a" + }, + { + "name": "Sharp GP2Y Dust Sensor", + "version": "1.1.0", + "author": "Lucian Sabo", + "maintainer": "Lucian Sabo \u003cluciansabo@gmail.comm\u003e", + "sentence": "Read dust density using Sharp GP2Y Dust Sensors like GP2Y1010AU0F and GP2Y1014AU0F", + "paragraph": "Supports calibration, multi-sampling average, running average", + "website": "https://github.com/luciansabo/GP2YDustSensor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luciansabo/GP2YDustSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luciansabo/Sharp_GP2Y_Dust_Sensor-1.1.0.zip", + "archiveFileName": "Sharp_GP2Y_Dust_Sensor-1.1.0.zip", + "size": 9840, + "checksum": "SHA-256:92b8d9d6a0609ddcb4929c84fac8b3b7bf9fcea282938f78a92ed1438c319de9" + }, + { + "name": "OctopusLab-Library", + "version": "0.1.0", + "author": "Tomas Roj; OctopusEngine;", + "maintainer": "Tomas Roj, rojtomas@email.cz", + "sentence": "Library for octopuslab modules that make easier work with pins.", + "paragraph": "Arduino library for @octopusengine that make easier work with pins on their boards.", + "website": "https://github.com/TomasRoj/OctopusLab-Library", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TomasRoj/OctopusLab-Library.git", + "providesIncludes": [ + "octopuslibrary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TomasRoj/OctopusLab_Library-0.1.0.zip", + "archiveFileName": "OctopusLab_Library-0.1.0.zip", + "size": 15248, + "checksum": "SHA-256:f7edb478e2f10ed236addc48b1d5e353748babc354242df0948fccbb3d677923" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.0.zip", + "size": 14875, + "checksum": "SHA-256:7c31e96dae17fa33f02ce27cb063c3ad9458e8e278c644b841c8d70470d61e7b" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.0.1.zip", + "size": 14921, + "checksum": "SHA-256:e2bbfb8ef8e2d0b5ee428332af71f26e941f1ccf091d71d7a154c3b50b83d3ae" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.2.zip", + "size": 15073, + "checksum": "SHA-256:010abbd29cc722bc0ee47edaef2508e394ccb42dd16f69c60263f7fc57cf8957" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.3.zip", + "size": 15087, + "checksum": "SHA-256:cd9d0a4aac569ecaf61b48f0e99fc8f5f48b708b031b5e8857f74ae9df659d43" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.4", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.4.zip", + "size": 15087, + "checksum": "SHA-256:e8f4240661143848c2f25a800f8c7ef696c774f6a426c739b9c5c3e0cbc6edaa" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.5", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.5.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.5.zip", + "size": 15091, + "checksum": "SHA-256:75ffab175c52977adf5c5ca09ef74b51494c22abcdf29598306433af63907c3f" + }, + { + "name": "SparkFun Qwiic RFID Arduino Library", + "version": "1.1.6", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic RFID Reader", + "paragraph": "The SparkFun Qwiic RFID Arduino Library makes it very easy to use the Qwiic enabled I-squared-C RFID reader from SparkFun Electronics. The \u003ca href=\"https://www.sparkfun.com/products/15191\"\u003eSparkFun Qwiic RFID Reader\u003c/a\u003e can hold up to 20 scanned RFID tags and their associated scan times at a time. The library gives easy to use functions that allow you to get a scanned tag, get the tag's scan time, or get all 20 available tags and their scan times at once. Also provided is example code to demonstrate each available function.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RFID_Arduino_Library-1.1.6.zip", + "archiveFileName": "SparkFun_Qwiic_RFID_Arduino_Library-1.1.6.zip", + "size": 15106, + "checksum": "SHA-256:4dfd34b8cb46122cd50fb0ebf5b08ed7aa32560cadc11c2c9ebebe091c1242ec" + }, + { + "name": "Klang Electronics 8 Digit VFD", + "version": "1.0.0", + "author": "Brandon Dunson", + "maintainer": "Brandon \u003cbrandon.dunson@klangelectronics.com\u003e", + "sentence": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", + "paragraph": "This is a library for the 8 digit VFD display using Russian IV-4 tubes.", + "website": "https://github.com/earthtown/8_digit_vfd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earthtown/8_digit_vfd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earthtown/Klang_Electronics_8_Digit_VFD-1.0.0.zip", + "archiveFileName": "Klang_Electronics_8_Digit_VFD-1.0.0.zip", + "size": 7090, + "checksum": "SHA-256:bda63a50ad33ae934c8a241dd14d73fa0287cd8ef45f4fa88905a5960142878e" + }, + { + "name": "ButtonKing", + "version": "1.0.0", + "author": "Tanyanat Pichitwong", + "maintainer": "Tanyanat Pichitwong", + "license": "BSD-3-Clause", + "sentence": "Arduino libary for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/TanPitch/ButtonKing", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TanPitch/ButtonKing.git", + "providesIncludes": [ + "ButtonKing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.0.zip", + "archiveFileName": "ButtonKing-1.0.0.zip", + "size": 12188, + "checksum": "SHA-256:f9fae613642aa65dd2fd4f4ef1a80328f9d25009efeb31a4f5c0cda249414032" + }, + { + "name": "ButtonKing", + "version": "1.0.1", + "author": "Tanyanat Pichitwong", + "maintainer": "Tanyanat Pichitwong", + "license": "BSD-3-Clause", + "sentence": "Arduino libary for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/TanPitch/ButtonKing", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TanPitch/ButtonKing.git", + "providesIncludes": [ + "ButtonKing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.1.zip", + "archiveFileName": "ButtonKing-1.0.1.zip", + "size": 10485, + "checksum": "SHA-256:7d5a04dcf4c40acf4ac099bd0098786cf1184e5cda5af0b040abc2bb2d0d77db" + }, + { + "name": "ButtonKing", + "version": "1.0.2", + "author": "Tanyanat Pichitwong", + "maintainer": "Tanyanat Pichitwong", + "license": "BSD-3-Clause", + "sentence": "Arduino libary for improving the usage of a singe input button.", + "paragraph": "It supports detecting events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests.", + "website": "https://github.com/TanPitch/ButtonKing", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TanPitch/ButtonKing.git", + "providesIncludes": [ + "ButtonKing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TanPitch/ButtonKing-1.0.2.zip", + "archiveFileName": "ButtonKing-1.0.2.zip", + "size": 10616, + "checksum": "SHA-256:c78494f0b89957111400637df4caa954113438598ce824991317a4211b86949a" + }, + { + "name": "Norman", + "version": "1.0.0", + "author": "934Virginia \u003c934Virginia@gmail.com\u003e", + "maintainer": "934Virginia \u003c934Virginia@gmail.com\u003e", + "sentence": "Mathematically simulate natural cycles of daylight, temperature, and humidity for remote locations using minimal data sets.", + "paragraph": "Given target coordinates, specified date ranges, and minimum/maximum values for temperature and humidity at target's annual extremes, generate time_t values for sunrise and sunset, and floating point numbers for temperature, dew point, and relative humidity. Requires Dusk2Dawn library by DM Kishi; an adapted C++ port of NOAA's Solar Calculator.", + "website": "https://github.com/934virginia/Norman", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/934virginia/Norman.git", + "providesIncludes": [ + "Dusk2Dawn.h", + "time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/934virginia/Norman-1.0.0.zip", + "archiveFileName": "Norman-1.0.0.zip", + "size": 16951, + "checksum": "SHA-256:61107378f03b0bd8ffde06ac0f376ef4fe5b77534e564782cdd2345289fdc8d0" + }, + { + "name": "atlas OEM module", + "version": "1.0.1", + "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "maintainer": "Andri Setyabudi \u003candhie.13@gmail.com\u003e", + "sentence": "Basic function to accessing atlas OEM module.", + "paragraph": "This library contain simply function to read data from atlas OEM conductivity module", + "website": "https://github.com/andhieSetyabudi/atlas_OEM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andhieSetyabudi/atlas_OEM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/atlas_OEM_module-1.0.1.zip", + "archiveFileName": "atlas_OEM_module-1.0.1.zip", + "size": 9316, + "checksum": "SHA-256:1a252b11de9b30c92adc1dac3a9237a41ec3badb273b5362005727ac4bc29d9b" + }, + { + "name": "ESP32 Rest Client", + "version": "1.0.0", + "author": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", + "maintainer": "Eduardo Marcos \u003cdudy1984@gmail.com\u003e", + "sentence": "Arduino WIFI Rest Client for ESP32", + "paragraph": "Exposes REST methods to communicate with a host, like get and post in an easier way than using the WIFI library", + "website": "https://github.com/eduardomarcos/arduino-esp32-restclient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eduardomarcos/arduino-esp32-restclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eduardomarcos/ESP32_Rest_Client-1.0.0.zip", + "archiveFileName": "ESP32_Rest_Client-1.0.0.zip", + "size": 16273, + "checksum": "SHA-256:ab574333ac0829b5a028ce3515e4ddf30781e62f9b0ba2a15757773d23d565df" + }, + { + "name": "esp32_ftpclient", + "version": "0.0.2", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.2.zip", + "archiveFileName": "esp32_ftpclient-0.0.2.zip", + "size": 80457, + "checksum": "SHA-256:9739eaaf9e1193e8ae39f45197958e145b7ff1d2e3eb872d90940b2b9e37978e" + }, + { + "name": "esp32_ftpclient", + "version": "0.0.3", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.3.zip", + "archiveFileName": "esp32_ftpclient-0.0.3.zip", + "size": 83068, + "checksum": "SHA-256:49418f7abc82453a3ba2479e073fc4d701c0736197cab901114cb8deeb85fc13" + }, + { + "name": "esp32_ftpclient", + "version": "0.0.4", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.0.4.zip", + "archiveFileName": "esp32_ftpclient-0.0.4.zip", + "size": 83202, + "checksum": "SHA-256:83c3732fe067aeaa9295fa95e08a1589bff67bfd18c4f76bb54d68322917d506" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.0", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.0.zip", + "archiveFileName": "esp32_ftpclient-0.1.0.zip", + "size": 83589, + "checksum": "SHA-256:753a7f2356980b5287138cdcb8283a8ae0493692fa0e994392e7c1b46631996e" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.1.zip", + "archiveFileName": "esp32_ftpclient-0.1.1.zip", + "size": 83600, + "checksum": "SHA-256:452a7c6e44f0a558aef0658bef1c64d6f25929d41d71cd55b1e4a273bc8176bf" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.2", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.2.zip", + "archiveFileName": "esp32_ftpclient-0.1.2.zip", + "size": 83628, + "checksum": "SHA-256:98756c41f2b2a4dccf7130409965da3c5e7965026a081049d2325b12f77b6885" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.3", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.3.zip", + "archiveFileName": "esp32_ftpclient-0.1.3.zip", + "size": 83654, + "checksum": "SHA-256:b67ed42be8d6a2e916f3282be2025923941b6f556e4c72297cb5200c7dff7f4f" + }, + { + "name": "esp32_ftpclient", + "version": "0.1.4", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "An FTP-Client for the ESP32.", + "paragraph": "An FTP-Client for the ESP32.", + "website": "https://github.com/ldab/ESP32_FTPClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/ESP32_FTPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/esp32_ftpclient-0.1.4.zip", + "archiveFileName": "esp32_ftpclient-0.1.4.zip", + "size": 83742, + "checksum": "SHA-256:7ee88c92bf141b2914796aa0ff379b222f0af957ff2dadc22426358d15864996" + }, + { + "name": "Senses_wifi", + "version": "0.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": [ + "Senses_wifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.0.zip", + "archiveFileName": "Senses_wifi-0.1.0.zip", + "size": 5895, + "checksum": "SHA-256:e7334b653c5483c16f52d15e2ea434874f2b0586a8626a15d32e22b1ff93313f" + }, + { + "name": "Senses_wifi", + "version": "0.1.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": [ + "Senses_wifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.1.1.zip", + "archiveFileName": "Senses_wifi-0.1.1.zip", + "size": 5963, + "checksum": "SHA-256:37ac554703f69646cb994908df63fba48b19fac4c54b7c18699b424fd85b2cb2" + }, + { + "name": "Senses_wifi", + "version": "0.2.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": [ + "Senses_wifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.0.zip", + "archiveFileName": "Senses_wifi-0.2.0.zip", + "size": 5964, + "checksum": "SHA-256:b9b336807117c9c406d36fade93b4a43ef9c8e2798e63a8a8c0736152bbd4ff7" + }, + { + "name": "Senses_wifi", + "version": "0.2.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": [ + "Senses_wifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.1.zip", + "archiveFileName": "Senses_wifi-0.2.1.zip", + "size": 5963, + "checksum": "SHA-256:31512d708bf36aa8f0bc605696e774285c843a0d4b1cbcc69693c5f512e4ccec" + }, + { + "name": "Senses_wifi", + "version": "0.2.2", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": [ + "Senses_wifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-0.2.2.zip", + "archiveFileName": "Senses_wifi-0.2.2.zip", + "size": 5962, + "checksum": "SHA-256:beaef62e996536b3396c7912869188eae266fb485b66196d01459b55c1e633c0" + }, + { + "name": "Senses_wifi", + "version": "1.0.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": [ + "Senses_wifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-1.0.0.zip", + "archiveFileName": "Senses_wifi-1.0.0.zip", + "size": 6580, + "checksum": "SHA-256:85c8f575c9051379e928664c01976dab12ec276d51c559f5e51b59530e1f0550" + }, + { + "name": "Senses_wifi", + "version": "1.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support ESP8266WiFi.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi.git", + "providesIncludes": [ + "Senses_wifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi-1.1.0.zip", + "archiveFileName": "Senses_wifi-1.1.0.zip", + "size": 8701, + "checksum": "SHA-256:864931fe985dcc25615c0bbc9a79f3827c4ec70a3fb9a2a388d3a6ee7aaa4c69" + }, + { + "name": "ESP32 Digital RGB LED Drivers", + "version": "1.5.1", + "author": "Martin F. Falatic", + "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", + "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", + "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", + "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.1.zip", + "size": 33287, + "checksum": "SHA-256:60633bf8ba400d083ed7b7c8d12fdf17dfa93d8c58a361e9fcc7d9e0c75f4c36" + }, + { + "name": "ESP32 Digital RGB LED Drivers", + "version": "1.5.2", + "author": "Martin F. Falatic", + "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", + "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", + "paragraph": "Please see the README for more details.", + "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", + "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.2.zip", + "size": 33310, + "checksum": "SHA-256:d8e4b73e3d9ac8c995e8e4b931b9dd845399e0f7fc8cfff96a46c0ddad826cea" + }, + { + "name": "ESP32 Digital RGB LED Drivers", + "version": "1.5.3", + "author": "Martin F. Falatic", + "maintainer": "Martin Falatic \u003cmartin@falatic.com\u003e", + "sentence": "A library for driving self-timed digital RGB/RGBW LEDs (WS2812, SK6812, NeoPixel, WS2813, etc.) using the Espressif ESP32 microcontroller's RMT output peripheral.", + "paragraph": "Please see the README for more details.", + "website": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartyMacGyver/ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", + "archiveFileName": "ESP32_Digital_RGB_LED_Drivers-1.5.3.zip", + "size": 33317, + "checksum": "SHA-256:c828158c7a959b2dce615203e14e7cf9a7c59bad54dc23c2ce62664db6a86632" + }, + { + "name": "MCP45HVX1", + "version": "1.0.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Library for MCP45HVX1 digital potentiomters,", + "paragraph": "Supports Arduino devices and includes TCON register / incrimental functionality.", + "website": "https://github.com/WifWaf/MCP45HVX1", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/MCP45HVX1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MCP45HVX1-1.0.0.zip", + "archiveFileName": "MCP45HVX1-1.0.0.zip", + "size": 2105959, + "checksum": "SHA-256:722f14ac23ab8b4d0e4fb5a620a514b3bc8107fa63e7ca944438978a85485f3b" + }, + { + "name": "MCP45HVX1", + "version": "1.1.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Library for MCP45HVX1 digital potentiomters,", + "paragraph": "Supports Arduino devices and includes TCON register / incrimental functionality.", + "website": "https://github.com/WifWaf/MCP45HVX1", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/MCP45HVX1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/MCP45HVX1-1.1.0.zip", + "archiveFileName": "MCP45HVX1-1.1.0.zip", + "size": 2106146, + "checksum": "SHA-256:2d7758c73833c40151cdb2820db720361f89f9af2b2c8c1c772840860a47a649" + }, + { + "name": "AT24CM01", + "version": "1.0.1", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "AT24CM01 EEPROM Library for Arduino Devices", + "paragraph": "Read/write by all variable types (ex String maro) and byte/char arrays.", + "website": "https://github.com/WifWaf/AT24CM01", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/AT24CM01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-1.0.1.zip", + "archiveFileName": "AT24CM01-1.0.1.zip", + "size": 460892, + "checksum": "SHA-256:64c4189fb8d76a954a85b20be3e876da6d2f8469d1c11af1e2783d114a13fa19" + }, + { + "name": "AT24CM01", + "version": "2.0.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "AT24CM01 EEPROM Library for Arduino Devices", + "paragraph": "Read/write by all variable types (ex String maro) and byte/char arrays.", + "website": "https://github.com/WifWaf/AT24CM01", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/AT24CM01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-2.0.0.zip", + "archiveFileName": "AT24CM01-2.0.0.zip", + "size": 460692, + "checksum": "SHA-256:b4f8ade9b4398534960e8b88e900ea856cae67f943968f918a99800a51b262e7" + }, + { + "name": "AT24CM01", + "version": "2.2.0", + "author": "WifWaf", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "sentence": "AT24CM01 EEPROM Library for Arduino Devices.", + "paragraph": "Read \u0026 write by all variable types (ex String maro) and byte/char arrays.", + "website": "https://github.com/WifWaf/AT24CM01", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/AT24CM01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/AT24CM01-2.2.0.zip", + "archiveFileName": "AT24CM01-2.2.0.zip", + "size": 463281, + "checksum": "SHA-256:cb63185a80000c939cfc6c754b5f2b9b5bd307e7e0caa4fdde7198aad15d7d54" + }, + { + "name": "TCA9548A", + "version": "1.0.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.0.0.zip", + "archiveFileName": "TCA9548A-1.0.0.zip", + "size": 2675392, + "checksum": "SHA-256:2e0dda042bf63e51bdfb8f006a308ac970c4538da396ac6b08f5f1489bfd3e39" + }, + { + "name": "TCA9548A", + "version": "1.1.0", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.0.zip", + "archiveFileName": "TCA9548A-1.1.0.zip", + "size": 2675229, + "checksum": "SHA-256:42cf17b290688885d4b9a5f19276197d75d8e5ab7f17adcb07d343f016a73ae9" + }, + { + "name": "TCA9548A", + "version": "1.1.1", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.1.zip", + "archiveFileName": "TCA9548A-1.1.1.zip", + "size": 2675231, + "checksum": "SHA-256:22bfec02923521a3ac1e16ebaea5172b400a3b9fe13f74813d75b5f54595bb8e" + }, + { + "name": "TCA9548A", + "version": "1.1.3", + "author": "Jonathan Dempsey", + "maintainer": "Jonathan Dempsey \u003cJDWifWaf@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Arduino library for the TCA9548A", + "paragraph": "Supports multiple channels and read/write of register.", + "website": "https://github.com/WifWaf/TCA9548A", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WifWaf/TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WifWaf/TCA9548A-1.1.3.zip", + "archiveFileName": "TCA9548A-1.1.3.zip", + "size": 2675340, + "checksum": "SHA-256:78798a9a541d594d70d36498049388b4b3051ebce8ae514de3360a2b8460af54" + }, + { + "name": "MAX541X", + "version": "1.0.0", + "author": "Linnes Lab", + "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", + "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", + "website": "https://github.com/LinnesLab/MAX541X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/MAX541X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.0.zip", + "archiveFileName": "MAX541X-1.0.0.zip", + "size": 325271, + "checksum": "SHA-256:b189a318fd58b72f6359b1ced25f25633cbe58ba1926b495d8a44d8eb63610cb" + }, + { + "name": "MAX541X", + "version": "1.0.2", + "author": "Linnes Lab", + "maintainer": "Orlando Hoilett \u003cohoilett@purdue.edu\u003e", + "sentence": "Arduino library for the MAX5417/18/19 I2C Digital Potentiometers.", + "paragraph": "These chips can be used to create programmable gain amplifiers, dynamically change the LED brightness, motor speed, and other general digital control.", + "website": "https://github.com/LinnesLab/MAX541X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/MAX541X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/MAX541X-1.0.2.zip", + "archiveFileName": "MAX541X-1.0.2.zip", + "size": 325368, + "checksum": "SHA-256:177e9ba4a2432d6f28ea002cf8a56b07ed7ba6cfbb7af1ae9ee72d7b3a11b59b" + }, + { + "name": "Step_CYC10_I2C", + "version": "1.0.0", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", + "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_I2C", + "category": "Signal Input/Output", + "architectures": [ + "RISC-V" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", + "providesIncludes": [ + "Step_CYC10_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.0.zip", + "archiveFileName": "Step_CYC10_I2C-1.0.0.zip", + "size": 6811, + "checksum": "SHA-256:de83b3cd3bb2b647c2d10250ae10251424c08d981ec853a667890481a53d0504" + }, + { + "name": "Step_CYC10_I2C", + "version": "1.0.1", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", + "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_I2C", + "category": "Signal Input/Output", + "architectures": [ + "Reindeer" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", + "providesIncludes": [ + "Step_CYC10_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.1.zip", + "archiveFileName": "Step_CYC10_I2C-1.0.1.zip", + "size": 6811, + "checksum": "SHA-256:f9ce741e6ed7405ded0785a0f445f4cf79773e5568dcafa7d85f6a16b62348cb" + }, + { + "name": "Step_CYC10_I2C", + "version": "1.0.2", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the I2C Soft Controller on Step CYC10 FPGA board", + "paragraph": "Use this library to control the I2C soft controller on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_I2C", + "category": "Signal Input/Output", + "architectures": [ + "Reindeer" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/Step_CYC10_I2C.git", + "providesIncludes": [ + "Step_CYC10_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_I2C-1.0.2.zip", + "archiveFileName": "Step_CYC10_I2C-1.0.2.zip", + "size": 6823, + "checksum": "SHA-256:ae7a72423ffc46817971534494439cbecfe5e97f72b55c55180e6a8a292cb1b2" + }, + { + "name": "CoopTask", + "version": "0.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266 library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.1.0.zip", + "archiveFileName": "CoopTask-0.1.0.zip", + "size": 5636, + "checksum": "SHA-256:b26d69adcc8cad26f5d8db6113cb894a19be5e4590fab9037ccf149698ef15a3" + }, + { + "name": "CoopTask", + "version": "0.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "ESP8266/ESP32 library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.5.0.zip", + "archiveFileName": "CoopTask-0.5.0.zip", + "size": 6779, + "checksum": "SHA-256:97500964b3500c20065a3b127a5bc449d4c539f0501e66321ab6ff5008e35cd9" + }, + { + "name": "CoopTask", + "version": "0.7.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.7.0.zip", + "archiveFileName": "CoopTask-0.7.0.zip", + "size": 7776, + "checksum": "SHA-256:181bd55dcd2597c7e1f0b0edd1c2a999b3dbb2b6ec9ee8ba8bfbcc4d195c548a" + }, + { + "name": "CoopTask", + "version": "0.8.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.0.zip", + "archiveFileName": "CoopTask-0.8.0.zip", + "size": 9165, + "checksum": "SHA-256:3458ed41ca6c1dcfdf0ad8b05123469beed0dfd52cf048cbd98c7af54a26fef9" + }, + { + "name": "CoopTask", + "version": "0.8.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.1.zip", + "archiveFileName": "CoopTask-0.8.1.zip", + "size": 9322, + "checksum": "SHA-256:20fb652cffc2c31c112da2ea4ed5e51e2c294113f914d53b1ddebf6597b737e7" + }, + { + "name": "CoopTask", + "version": "0.8.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.8.2.zip", + "archiveFileName": "CoopTask-0.8.2.zip", + "size": 9817, + "checksum": "SHA-256:a674f9f41b7a2b2198d1ebffc0e16dcaad4bc57ff6725dec308cc3ee3bc5b2b5" + }, + { + "name": "CoopTask", + "version": "0.9.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.9.0.zip", + "archiveFileName": "CoopTask-0.9.0.zip", + "size": 10180, + "checksum": "SHA-256:08473d9504bdb76e4261612fb82410954fc4348cdf13ac8e09094de06b637b34" + }, + { + "name": "CoopTask", + "version": "0.12.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-0.12.0.zip", + "archiveFileName": "CoopTask-0.12.0.zip", + "size": 20017, + "checksum": "SHA-256:5b0f1603c83c0e800eb6c15d55d7c6f78e116dac6c092b5c893a3d04ae2d7c8d" + }, + { + "name": "CoopTask", + "version": "1.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.0.0.zip", + "archiveFileName": "CoopTask-1.0.0.zip", + "size": 20254, + "checksum": "SHA-256:95aa748f80766129c059e9fcd0997455f93ad9a48b80665e6522907a6d348fab" + }, + { + "name": "CoopTask", + "version": "1.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.0.zip", + "archiveFileName": "CoopTask-1.1.0.zip", + "size": 20900, + "checksum": "SHA-256:3223523afcde071f0d8f83e7fc837e0c44b197ffdfa1c3d4e73c60e5e16a6fd9" + }, + { + "name": "CoopTask", + "version": "1.1.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.1.1.zip", + "archiveFileName": "CoopTask-1.1.1.zip", + "size": 20917, + "checksum": "SHA-256:e3a799ff41c484a358b051d0d8b1491e3a14d227edcfeac34685ca3a11516bec" + }, + { + "name": "CoopTask", + "version": "1.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.2.0.zip", + "archiveFileName": "CoopTask-1.2.0.zip", + "size": 21280, + "checksum": "SHA-256:53587becf68ba6258fd2592ab0062ef83bbbcd89173bd10e0c6acb5693715e17" + }, + { + "name": "CoopTask", + "version": "1.3.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.0.zip", + "archiveFileName": "CoopTask-1.3.0.zip", + "size": 21416, + "checksum": "SHA-256:53c4d90ae3583f0c58d77004b6533c16037ac0d205dea023bc42fa7a0a3da7db" + }, + { + "name": "CoopTask", + "version": "1.3.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.3.1.zip", + "archiveFileName": "CoopTask-1.3.1.zip", + "size": 21584, + "checksum": "SHA-256:ec038cec15f54ac067937cefff1fcc8557cdb58e2443c9a6c90a8eedd6a847ef" + }, + { + "name": "CoopTask", + "version": "1.4.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.0.zip", + "archiveFileName": "CoopTask-1.4.0.zip", + "size": 24587, + "checksum": "SHA-256:94462e8a9dc6f45914f718c3ded008a25e96fd584e854d15a5336e2c022cc5d4" + }, + { + "name": "CoopTask", + "version": "1.4.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-1.4.1.zip", + "archiveFileName": "CoopTask-1.4.1.zip", + "size": 25741, + "checksum": "SHA-256:a51e936f4f79dbdb3e4d1da30d9830c84f4bd928a5c71b1d544f6f35cea0e769" + }, + { + "name": "CoopTask", + "version": "2.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.0.0.zip", + "archiveFileName": "CoopTask-2.0.0.zip", + "size": 30036, + "checksum": "SHA-256:28e150be361743b02231257d5335056714b2db0bc4ee5b54425f7ceb2853552c" + }, + { + "name": "CoopTask", + "version": "2.0.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.0.1.zip", + "archiveFileName": "CoopTask-2.0.1.zip", + "size": 31396, + "checksum": "SHA-256:cb40392e669ad2c519586f3bcdbde252494568373dd45d315003e4fec4a80dfa" + }, + { + "name": "CoopTask", + "version": "2.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.1.0.zip", + "archiveFileName": "CoopTask-2.1.0.zip", + "size": 31391, + "checksum": "SHA-256:0b011d2c3e75f33c5586b3da8f362acafea7f4d7fb583a5f000290f5355e2cbe" + }, + { + "name": "CoopTask", + "version": "2.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.2.0.zip", + "archiveFileName": "CoopTask-2.2.0.zip", + "size": 33676, + "checksum": "SHA-256:f1be98f1d6410d514139fa8f57665f7505553f86aa09e7ecb6a32d9164c6d67d" + }, + { + "name": "CoopTask", + "version": "2.4.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.4.0.zip", + "archiveFileName": "CoopTask-2.4.0.zip", + "size": 34225, + "checksum": "SHA-256:40829e6e395d2e33c158c4231f94adf1af94af04f1ea610bfa4058687a82e17e" + }, + { + "name": "CoopTask", + "version": "2.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.5.0.zip", + "archiveFileName": "CoopTask-2.5.0.zip", + "size": 34406, + "checksum": "SHA-256:244ee2afa3a3c893d3faa69c30c6d07d25cf0477df509b8b40bc0a550d4a87d2" + }, + { + "name": "CoopTask", + "version": "2.6.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.6.0.zip", + "archiveFileName": "CoopTask-2.6.0.zip", + "size": 34367, + "checksum": "SHA-256:4d5eee589159dae9e40420fd09710e545dc9f9a5e945c91749befe0dcad76164" + }, + { + "name": "CoopTask", + "version": "2.6.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.6.1.zip", + "archiveFileName": "CoopTask-2.6.1.zip", + "size": 34421, + "checksum": "SHA-256:5bf5db0613d62fa8a1cbda2db778f599c5a2ddcc70418e31cd9a08c460a2827a" + }, + { + "name": "CoopTask", + "version": "2.7.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable library for creating multiple cooperative tasks like Arduino Scheduler", + "paragraph": "Run multiple tasks similar to the main setup()/loop() code in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU, a task continues after other cooperative tasks have run awhile.", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.0.zip", + "archiveFileName": "CoopTask-2.7.0.zip", + "size": 34442, + "checksum": "SHA-256:80c0a0bcfb997194c3187eb92ece5639e2c4dfa07236571d92c25e719488e293" + }, + { + "name": "CoopTask", + "version": "2.7.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.1.zip", + "archiveFileName": "CoopTask-2.7.1.zip", + "size": 34487, + "checksum": "SHA-256:8f0bb329ddd899bc5e4bfd6cb704e5727e8ac1bae5ad39bf0a0da3d04e5df468" + }, + { + "name": "CoopTask", + "version": "2.7.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.7.2.zip", + "archiveFileName": "CoopTask-2.7.2.zip", + "size": 34521, + "checksum": "SHA-256:ef3893ddb03da4c21f4596ab9b78226f69ba534ee56390fd4ee5582b4a365a10" + }, + { + "name": "CoopTask", + "version": "2.8.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.8.0.zip", + "archiveFileName": "CoopTask-2.8.0.zip", + "size": 35111, + "checksum": "SHA-256:8e0be138c897e613ad4bd939bae35e803ca1000e407e018f53fdefaf3a4b7267" + }, + { + "name": "CoopTask", + "version": "2.9.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.9.0.zip", + "archiveFileName": "CoopTask-2.9.0.zip", + "size": 35480, + "checksum": "SHA-256:9f12ee0a943fd7646bcf9ce4ee04d1f8925832552357ecb8707c532eb0c52edb" + }, + { + "name": "CoopTask", + "version": "2.10.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-2.10.0.zip", + "archiveFileName": "CoopTask-2.10.0.zip", + "size": 35583, + "checksum": "SHA-256:69f2bd7511022ea5487f505a518a8b7912ca1ea66b42b2d94b3c78cd78d2ce0e" + }, + { + "name": "CoopTask", + "version": "3.0.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.0.0.zip", + "archiveFileName": "CoopTask-3.0.0.zip", + "size": 52483, + "checksum": "SHA-256:3eed7c25b86427f57934db0b0fe4d0e440531c8424313bde1ce2cf5e90dfe5b9" + }, + { + "name": "CoopTask", + "version": "3.0.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.0.1.zip", + "archiveFileName": "CoopTask-3.0.1.zip", + "size": 52447, + "checksum": "SHA-256:9339d718187770b5f81a42f6b8c0b4afb305d781fc48833506c8b0f74664d5bb" + }, + { + "name": "CoopTask", + "version": "3.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.1.0.zip", + "archiveFileName": "CoopTask-3.1.0.zip", + "size": 52885, + "checksum": "SHA-256:1eed636c3ec1b9d602ac64ae0eed85e109cd21c45ed73d0aea1947e20ff7c958" + }, + { + "name": "CoopTask", + "version": "3.1.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.1.1.zip", + "archiveFileName": "CoopTask-3.1.1.zip", + "size": 53929, + "checksum": "SHA-256:1be128dcd54e55283b3e66ecbe21d7494fc0ebf314a84d5607ef4af6a81cf32b" + }, + { + "name": "CoopTask", + "version": "3.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.2.0.zip", + "archiveFileName": "CoopTask-3.2.0.zip", + "size": 54176, + "checksum": "SHA-256:031041f419b8ae256639b7b71be01602164f7c1f999103f506b5bc8f672d0dfa" + }, + { + "name": "CoopTask", + "version": "3.2.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.2.1.zip", + "archiveFileName": "CoopTask-3.2.1.zip", + "size": 54199, + "checksum": "SHA-256:9f98e3a3a7afe037d9e67c6bcf2fbbc2bb9d78278b82f9b07e8b868c37e78e70" + }, + { + "name": "CoopTask", + "version": "3.3.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.0.zip", + "archiveFileName": "CoopTask-3.3.0.zip", + "size": 54461, + "checksum": "SHA-256:decb2c8f628457b11acabe6c729d7eb3d8a8371f1f65ef55c385ac67f179246f" + }, + { + "name": "CoopTask", + "version": "3.3.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.1.zip", + "archiveFileName": "CoopTask-3.3.1.zip", + "size": 54614, + "checksum": "SHA-256:380cf5079476a25a47327bb346ff4d1f42e4fa63bcf3f435ba713c1dd4136e7e" + }, + { + "name": "CoopTask", + "version": "3.3.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.2.zip", + "archiveFileName": "CoopTask-3.3.2.zip", + "size": 54468, + "checksum": "SHA-256:b16ec05b33749ebeb7e60ed11dce9c9f270befe6701fa56f6a20e1e5a84eebbe" + }, + { + "name": "CoopTask", + "version": "3.3.3", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.3.3.zip", + "archiveFileName": "CoopTask-3.3.3.zip", + "size": 54468, + "checksum": "SHA-256:e153707b003d4532c6b2b8dfb5fa6465fdb8f0d6ada163fe3836051fae57b84a" + }, + { + "name": "CoopTask", + "version": "3.4.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.4.0.zip", + "archiveFileName": "CoopTask-3.4.0.zip", + "size": 54426, + "checksum": "SHA-256:37aaa83fdd64c8085af4756f88ba31258935b744dd4cd1b7a784cc771b2a3aad" + }, + { + "name": "CoopTask", + "version": "3.5.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.5.0.zip", + "archiveFileName": "CoopTask-3.5.0.zip", + "size": 54467, + "checksum": "SHA-256:3f3b194bfa7bf2c8d44dd7a76b004098aab6515f467a3d18019104e88660ccdf" + }, + { + "name": "CoopTask", + "version": "3.5.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.5.1.zip", + "archiveFileName": "CoopTask-3.5.1.zip", + "size": 54490, + "checksum": "SHA-256:863877768d43b4369a9ff26c80f0d6b8077276d6f7993c25812660940f9e2bb5" + }, + { + "name": "CoopTask", + "version": "3.6.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.0.zip", + "archiveFileName": "CoopTask-3.6.0.zip", + "size": 55691, + "checksum": "SHA-256:ff1ac4c4296346bb5676650bcea959340292252a0b31667aebb5b7e6c545cd67" + }, + { + "name": "CoopTask", + "version": "3.6.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.1.zip", + "archiveFileName": "CoopTask-3.6.1.zip", + "size": 55875, + "checksum": "SHA-256:e151bf24dd621c008e3a422dfc6a344d5cdbd4de3a811351484ff591039f9c51" + }, + { + "name": "CoopTask", + "version": "3.6.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.2.zip", + "archiveFileName": "CoopTask-3.6.2.zip", + "size": 55875, + "checksum": "SHA-256:26b698c7e540ed5abb54c97bab42305277156c07dc3b66739d3c7e5ddb30d73e" + }, + { + "name": "CoopTask", + "version": "3.6.3", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.3.zip", + "archiveFileName": "CoopTask-3.6.3.zip", + "size": 56027, + "checksum": "SHA-256:ff3d637d7aaab90ec13b7acaa19741ab9388c5bcee9c62838b2c01ff7efb9a7c" + }, + { + "name": "CoopTask", + "version": "3.6.4", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.6.4.zip", + "archiveFileName": "CoopTask-3.6.4.zip", + "size": 56064, + "checksum": "SHA-256:b6d431cc6b61ad0a7b367f611edb1896cd13e67a05b628ff925f0d4bf2101a1c" + }, + { + "name": "CoopTask", + "version": "3.7.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.7.0.zip", + "archiveFileName": "CoopTask-3.7.0.zip", + "size": 55902, + "checksum": "SHA-256:54b93af46e6b300f8df39afb99040e329c4bc5e99af8030e251db0b00fc7177c" + }, + { + "name": "CoopTask", + "version": "3.7.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.7.1.zip", + "archiveFileName": "CoopTask-3.7.1.zip", + "size": 55916, + "checksum": "SHA-256:2f5765b068ff5172bdb28b08fbf7a1dd858bc0ec0c571fad529c79ec83073167" + }, + { + "name": "CoopTask", + "version": "3.7.2", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.7.2.zip", + "archiveFileName": "CoopTask-3.7.2.zip", + "size": 55942, + "checksum": "SHA-256:cea5916f065587a6b9bae27ab1b0ae655253271ced2b6ac666e542b93822d63c" + }, + { + "name": "CoopTask", + "version": "3.8.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.8.0.zip", + "archiveFileName": "CoopTask-3.8.0.zip", + "size": 56275, + "checksum": "SHA-256:2533bd3eb5f4ea90839d9066a44447c46a5c9f0a1c8b569294a23453980dd9dc" + }, + { + "name": "CoopTask", + "version": "3.9.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows", + "paragraph": "Run multiple concurrent setup()/loop() tasks in Arduino sketches. Use the normal global delay() function, use yield() to give up the CPU to other tasks and the main loop().", + "website": "https://github.com/dok-net/CoopTask", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/CoopTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/CoopTask-3.9.0.zip", + "archiveFileName": "CoopTask-3.9.0.zip", + "size": 56594, + "checksum": "SHA-256:953a070aa6e35be2039d3be59923dc8808d61a4c34b2825a065060abcf0342b1" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C", + "paragraph": "Communicates with the TMP117 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/15413", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.0.0.zip", + "size": 26866, + "checksum": "SHA-256:ae7d5fe21f45c193f1c95d71b5219e359251f8f1ac13d908c16015a29bed227c" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://www.sparkfun.com/products/15413", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.1.1.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.1.1.zip", + "size": 29585, + "checksum": "SHA-256:4fa8c69ceda8608480f68444c84914827c49febfa51fc0a0336ed9120b2b275d" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://www.sparkfun.com/products/15413", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.0.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.0.zip", + "size": 31616, + "checksum": "SHA-256:764fe8d0028850a5c55f7ec473b8bf791863cbaa3196bd9c83a5daaa48e69d42" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.1.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.1.zip", + "size": 31946, + "checksum": "SHA-256:1241789101702d8e5ebc08795ce8551a6b11b1ff06e4b628c3c91cb6d74234f0" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.2.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.2.zip", + "size": 32067, + "checksum": "SHA-256:715cb1c058040733b1b5941c1f302ce8cf656ae221d85e258a0d74f6d5198668" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.3.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.3.zip", + "size": 32061, + "checksum": "SHA-256:b8c1436772a7c450164ee6ce09ddf64430d7b5ad7ff58b1b69c381528573f186" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.4.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.4.zip", + "size": 32063, + "checksum": "SHA-256:1fb73617205ff5ed1acb05da7d6b79764dfec59ba708afd82023ee34cb38567a" + }, + { + "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", + "version": "1.2.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", + "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", + "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.5.zip", + "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.5.zip", + "size": 32061, + "checksum": "SHA-256:3740ae5f251f6f50702c4b65ae5451364928ed36c71459396acfcdefa066cd51" + }, + { + "name": "Esparto", + "version": "3.3.0", + "author": "Phil Bowles \u003cesparto8266@gmail.com\u003e", + "maintainer": "Phil Bowles \u003cesparto8266@gmail.com\u003e", + "sentence": "Rapid development framework, synchronous task queue and GPIO manager (plus more) for ESP8266 devices", + "paragraph": "Esparto has also been described as a sort of RTOS for ESP8266. It DOES have a synchronous task queue which serialises all events, but RTOS is too grand a title. As one user said: \"kinda crazy how easy you made this thing...\"", + "website": "https://github.com/philbowles/esparto", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philbowles/esparto.git", + "providesIncludes": [ + "ESPArto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philbowles/Esparto-3.3.0.zip", + "archiveFileName": "Esparto-3.3.0.zip", + "size": 1615447, + "checksum": "SHA-256:ad88f9ed19e597e12d40bd1f6a5b817a2b6d644ae610fff9ee2fbf8f7e9cfb58" + }, + { + "name": "UselessLib", + "version": "1.0.0", + "author": "Various", + "maintainer": "Various", + "sentence": "This library is just for testing purpose of the Arduino Library indexer.", + "paragraph": "Do not install.", + "website": "https://example.com/", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cmaglie/UselessLib.git", + "dependencies": [ + { + "name": "Arduino_OAuth" + }, + { + "name": "ArduinoHttpClient", + "version": "\u003c0.3.0" + }, + { + "name": "NonExistentLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/UselessLib-1.0.0.zip", + "archiveFileName": "UselessLib-1.0.0.zip", + "size": 1198, + "checksum": "SHA-256:006dcfa597de912084355cdd1d9380c0c3abb57eea868a1f135752c522be0b1e" + }, + { + "name": "Arduino_LSM6DS3", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.", + "website": "https://www.arduino.cc/en/Reference/Arduino_LSM6DS3", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DS3.git", + "providesIncludes": [ + "Arduino_LSM6DS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DS3-1.0.0.zip", + "archiveFileName": "Arduino_LSM6DS3-1.0.0.zip", + "size": 8140, + "checksum": "SHA-256:a0dada2b25440939dbce48051cbc4493c3109cab56ec52f85d14a9ebd4244800" + }, + { + "name": "Arduino_LSM6DS3", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.", + "website": "https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DS3.git", + "providesIncludes": [ + "Arduino_LSM6DS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DS3-1.0.1.zip", + "archiveFileName": "Arduino_LSM6DS3-1.0.1.zip", + "size": 19390, + "checksum": "SHA-256:8c4d127c4c6ee57bcc64814f1da1653222d7d55ac39bedb0d6c7dc6173da3f64" + }, + { + "name": "Arduino_LSM6DS3", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.", + "website": "https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DS3.git", + "providesIncludes": [ + "Arduino_LSM6DS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DS3-1.0.2.zip", + "archiveFileName": "Arduino_LSM6DS3-1.0.2.zip", + "size": 19410, + "checksum": "SHA-256:a33c3223fe44ec270f389d916672bf350d618d292e2b4189b4e79339da4aec78" + }, + { + "name": "Arduino_LSM9DS1", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", + "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", + "providesIncludes": [ + "Arduino_LSM9DS1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.0.0.zip", + "archiveFileName": "Arduino_LSM9DS1-1.0.0.zip", + "size": 8772, + "checksum": "SHA-256:4900e8fdfdfd49e748c828ea6d2c5a4b10bce44959ac9daeca613cfbcd8689a7" + }, + { + "name": "Arduino_LSM9DS1", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", + "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", + "providesIncludes": [ + "Arduino_LSM9DS1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.1.0.zip", + "archiveFileName": "Arduino_LSM9DS1-1.1.0.zip", + "size": 9301, + "checksum": "SHA-256:d49254d66d382d4e533c133390923f8e45926e813f63c6a94ac7ede17d1c2435" + }, + { + "name": "Arduino_LSM9DS1", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", + "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", + "providesIncludes": [ + "Arduino_LSM9DS1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.1.1.zip", + "archiveFileName": "Arduino_LSM9DS1-1.1.1.zip", + "size": 20576, + "checksum": "SHA-256:d10067102a31108d3551a00d53f6681856684dbb947d712819417c935f127710" + }, + { + "name": "Arduino_HTS221", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature and humidity sensors of your Nano 33 BLE Sense.", + "website": "http://github.com/arduino-libraries/Arduino_HTS221", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_HTS221.git", + "providesIncludes": [ + "Arduino_HTS221.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_HTS221-1.0.0.zip", + "archiveFileName": "Arduino_HTS221-1.0.0.zip", + "size": 7362, + "checksum": "SHA-256:a3c1c8469975c76721d9ab8ff0ef49ce40fe0a0bca078ab1d541cf5d396f958a" + }, + { + "name": "Arduino_LPS22HB", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the pressure sensor of your Nano 33 BLE Sense.", + "website": "http://github.com/arduino-libraries/Arduino_LPS22HB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LPS22HB.git", + "providesIncludes": [ + "Arduino_LPS22HB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LPS22HB-1.0.0.zip", + "archiveFileName": "Arduino_LPS22HB-1.0.0.zip", + "size": 6739, + "checksum": "SHA-256:ace1fc2f8de280236710d75b54cdde7934243a20fb0433046df17374f1531fa1" + }, + { + "name": "Arduino_LPS22HB", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the pressure sensor of your Nano 33 BLE Sense.", + "website": "http://github.com/arduino-libraries/Arduino_LPS22HB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LPS22HB.git", + "providesIncludes": [ + "Arduino_LPS22HB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LPS22HB-1.0.1.zip", + "archiveFileName": "Arduino_LPS22HB-1.0.1.zip", + "size": 6892, + "checksum": "SHA-256:3e0bde2f8d726a378606db20927eb9dac0272ee0c28dcba0f6e591d5861e8a12" + }, + { + "name": "Arduino_LPS22HB", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the pressure sensor of your Nano 33 BLE Sense.", + "website": "http://github.com/arduino-libraries/Arduino_LPS22HB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LPS22HB.git", + "providesIncludes": [ + "Arduino_LPS22HB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LPS22HB-1.0.2.zip", + "archiveFileName": "Arduino_LPS22HB-1.0.2.zip", + "size": 18052, + "checksum": "SHA-256:753f49e460b2f4bb5407fc5193095bf978229ffa377bda60c0571d24a5975db8" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.1.zip", + "archiveFileName": "WiredController_asukiaaa-1.0.1.zip", + "size": 5613, + "checksum": "SHA-256:94229bc301dde85149bf045ff0db7d1155047945bb6eab1171a8f3dfb9c9482c" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.2.zip", + "archiveFileName": "WiredController_asukiaaa-1.0.2.zip", + "size": 5705, + "checksum": "SHA-256:07866654582f0b4a08a2727b11baca5c80890fd13efdab21584e510b61f49c49" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.3.zip", + "archiveFileName": "WiredController_asukiaaa-1.0.3.zip", + "size": 6104, + "checksum": "SHA-256:f649164afac0150eac0da8bf81a23ca3077189a9ad7f6383bd8dd099b8cfb01a" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.0.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.0.zip", + "size": 7801, + "checksum": "SHA-256:7a10d41bd44ea22c3474ea1f10112fffe89f722693db288e8c6efddb6a9c088f" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.1.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.1.zip", + "size": 7944, + "checksum": "SHA-256:e07a04064a53988cbf48312968749952922b19ab88843e6f5b33753e243cc21a" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.2.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.2.zip", + "size": 7936, + "checksum": "SHA-256:ce27a7662b636a9acaaf0dd9712532b64419c11b406a67f876ea5f189e5d9572" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.3.zip", + "archiveFileName": "WiredController_asukiaaa-1.1.3.zip", + "size": 8017, + "checksum": "SHA-256:788f82094ff4fa28a83dbef33a12cadd3a5e9a3539c1f032f7022cf5fcf6d166" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "dependencies": [ + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.2.0.zip", + "archiveFileName": "WiredController_asukiaaa-1.2.0.zip", + "size": 8186, + "checksum": "SHA-256:68e8fcced993748689c13332faa242294b164eede00df42bfb677198c86200b0" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.3.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "dependencies": [ + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.3.0.zip", + "archiveFileName": "WiredController_asukiaaa-1.3.0.zip", + "size": 8281, + "checksum": "SHA-256:dca782fff91d5659a4748a81b67c106fa4c6b8e63092b0f6228d004e3732e12c" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.3.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "dependencies": [ + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.3.1.zip", + "archiveFileName": "WiredController_asukiaaa-1.3.1.zip", + "size": 8303, + "checksum": "SHA-256:0446b22da67fb02c4920100389647358fb12c0704074f8493664b5a9bfb2d169" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.3.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "dependencies": [ + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.3.2.zip", + "archiveFileName": "WiredController_asukiaaa-1.3.2.zip", + "size": 8305, + "checksum": "SHA-256:3e1a6a6a4afc895a4ff6dcc916eb3732369ce73f8259bba5685012fbb6547126" + }, + { + "name": "WiredController_asukiaaa", + "version": "1.3.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with WiredController", + "paragraph": "It can read data from and write data to WiredController on I2C.", + "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", + "dependencies": [ + { + "name": "CRCx" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.3.3.zip", + "archiveFileName": "WiredController_asukiaaa-1.3.3.zip", + "size": 8116, + "checksum": "SHA-256:098c2a1545f2eb4f60fdb0fe8ffc4292dfdb7d23092db54c5c06f56b79e2eeca" + }, + { + "name": "LinkedPointerList", + "version": "1.0.0", + "author": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "maintainer": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", + "sentence": "Light-weight implementation of LinkedList library, that is now stripped down to bare minimum, making it appropriate for use in memory-critical environments.", + "paragraph": "Instead of working with actual objects, it deals with pointers to them. It has no caching, so it is appropriate for handling shorter lists of up to hundred elements.", + "website": "https://github.com/jonnieZG/LinkedPointerList", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonnieZG/LinkedPointerList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/LinkedPointerList-1.0.0.zip", + "archiveFileName": "LinkedPointerList-1.0.0.zip", + "size": 7028, + "checksum": "SHA-256:561c2f910ced8844ddbd3642de36502fc91b598a074347ac2bb793cd5ac6e567" + }, + { + "name": "Z80RetroShield", + "version": "0.0.1", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.1.zip", + "archiveFileName": "Z80RetroShield-0.0.1.zip", + "size": 9456, + "checksum": "SHA-256:1ad4c9e3b4f94a8ca1d3731b44842b0e970721171e9a1a743b6f65fca7d351eb" + }, + { + "name": "Z80RetroShield", + "version": "0.0.2", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.2.zip", + "archiveFileName": "Z80RetroShield-0.0.2.zip", + "size": 12009, + "checksum": "SHA-256:b1a53abccbab69d391d9f0da45abe0b359f66e4d7478454eb396756213f77cb4" + }, + { + "name": "Z80RetroShield", + "version": "0.1.0", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.1.0.zip", + "archiveFileName": "Z80RetroShield-0.1.0.zip", + "size": 13301, + "checksum": "SHA-256:6e20ada56f416f30d6865a3b4b2ac718fb111695b5978a83e7786aa525706811" + }, + { + "name": "Z80RetroShield", + "version": "0.2.0", + "author": "Steve Kemp", + "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", + "sentence": "An interface to the Z80 RetroShield.", + "paragraph": "Run code on an attached Z80 processor.", + "website": "https://github.com/skx/z80retroshield", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skx/Z80RetroShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.2.0.zip", + "archiveFileName": "Z80RetroShield-0.2.0.zip", + "size": 96888, + "checksum": "SHA-256:12b52f147a8b6c6de0b7c8e5c69586cab2b0746fa57add7fbc009c8f574c8990" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nrf52", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.0.zip", + "archiveFileName": "SX126x_Arduino-1.0.0.zip", + "size": 259540, + "checksum": "SHA-256:6238e405bd8a992617902f54388ab8a293f3b890c6e4d793e6f5fd9fd03839e9" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.1.zip", + "archiveFileName": "SX126x_Arduino-1.0.1.zip", + "size": 259543, + "checksum": "SHA-256:9bd1c7c7c6024c4eb043c56b5c681d258d3c7311f59e1bbf8bde52bf52f102d2" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.2.zip", + "archiveFileName": "SX126x_Arduino-1.0.2.zip", + "size": 260073, + "checksum": "SHA-256:a5f2940a4f9ece6241613f5ddb4625d8d91d49cf5532b5e37bfd7df5b4545509" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.3.zip", + "archiveFileName": "SX126x_Arduino-1.0.3.zip", + "size": 262147, + "checksum": "SHA-256:6ee0324e054448d4af963d7136b91b10ecb5f92a81663770b0664af02267f399" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.4.zip", + "archiveFileName": "SX126x_Arduino-1.0.4.zip", + "size": 275799, + "checksum": "SHA-256:74edb8f820c0552be6c120caae17538e7a734fa1d8c21e60e89c8be384eb0aac" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.5", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.5.zip", + "archiveFileName": "SX126x_Arduino-1.0.5.zip", + "size": 2722871, + "checksum": "SHA-256:1f8bd8471ebe2d769040031d836667ea0bad98d592d844575c3e0e85526b3299" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.6", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.6.zip", + "archiveFileName": "SX126x_Arduino-1.0.6.zip", + "size": 2723017, + "checksum": "SHA-256:85ea7e93829be3840a15c70f9155394a2682cb5536330fb9c517fbf46ece504d" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.7", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.7.zip", + "archiveFileName": "SX126x_Arduino-1.0.7.zip", + "size": 2733929, + "checksum": "SHA-256:5c74e875d0f75dab1346aff9912c2addf9a3e5a198ce4d39ab6068b34c65f9cd" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.8", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.8.zip", + "archiveFileName": "SX126x_Arduino-1.0.8.zip", + "size": 2733893, + "checksum": "SHA-256:12bc327170d1ecf568cb8e1f7fdb579c9ce603927a6b95facfeb9b6be84743b0" + }, + { + "name": "SX126x-Arduino", + "version": "1.0.9", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.9.zip", + "archiveFileName": "SX126x_Arduino-1.0.9.zip", + "size": 2733998, + "checksum": "SHA-256:bf0ca7fb4d1de69ddd22b644a35b3b83a38f5d9cd25699b53eceaeae9f67cc04" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.0.zip", + "archiveFileName": "SX126x_Arduino-1.1.0.zip", + "size": 2734045, + "checksum": "SHA-256:ff767d71ef3e8ff3360ed72008d35e327257dbc4aedcf5397ade2139a9abbf8d" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.1.zip", + "archiveFileName": "SX126x_Arduino-1.1.1.zip", + "size": 2734340, + "checksum": "SHA-256:815b718e4e39d80101a85bb770a9b3880fc5104b125880dcaf95e5f2d4fc7472" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.2.zip", + "archiveFileName": "SX126x_Arduino-1.1.2.zip", + "size": 2734385, + "checksum": "SHA-256:c9874a97ec05b8ca913e429bf2af2a1c3b5fed74704cfcf6a63651613c2d97d3" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.3.zip", + "archiveFileName": "SX126x_Arduino-1.1.3.zip", + "size": 4701015, + "checksum": "SHA-256:0f3bc8ba0f07da38c149a0d2ed5c0f081a6bd4bbad96bdd9efecc49e423f0b4c" + }, + { + "name": "SX126x-Arduino", + "version": "1.1.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.4.zip", + "archiveFileName": "SX126x_Arduino-1.1.4.zip", + "size": 4700974, + "checksum": "SHA-256:d386e35f22b299dbe2cf202527cad2eef03906fd6ae7fee5c646764d317ceca1" + }, + { + "name": "SX126x-Arduino", + "version": "1.2.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.2.0.zip", + "archiveFileName": "SX126x_Arduino-1.2.0.zip", + "size": 4797343, + "checksum": "SHA-256:da75d5f00845dc87e849646801986a0f848b6250b342fedd4b27d1223b660d44" + }, + { + "name": "SX126x-Arduino", + "version": "1.2.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.2.1.zip", + "archiveFileName": "SX126x_Arduino-1.2.1.zip", + "size": 4838032, + "checksum": "SHA-256:19cca5f4c858d43e8579063bac9144be0b4d3d2be667069d2ec6d1f1f86b23aa" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.0.zip", + "archiveFileName": "SX126x_Arduino-1.3.0.zip", + "size": 4839757, + "checksum": "SHA-256:01633c02c1e3290589b2e3b3ed42a72958ef137dd614c75409c54916afdecf8a" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.1.zip", + "archiveFileName": "SX126x_Arduino-1.3.1.zip", + "size": 4840384, + "checksum": "SHA-256:5cc1ffc20705eaa01d0d85bce770e4a5e5215691b8467197585b887d26fb93be" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.2.zip", + "archiveFileName": "SX126x_Arduino-1.3.2.zip", + "size": 4840632, + "checksum": "SHA-256:38025df05e06c73e2678e748c1c8216606f119f56bb02ca3c64969447c2da76b" + }, + { + "name": "SX126x-Arduino", + "version": "1.3.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.3.3.zip", + "archiveFileName": "SX126x_Arduino-1.3.3.zip", + "size": 4840731, + "checksum": "SHA-256:f4ea44af9cd4e2f9f33dd9b60c3c06ace85a081058637eb95bcd07d9d152e3ef" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.0.zip", + "archiveFileName": "SX126x_Arduino-2.0.0.zip", + "size": 4862078, + "checksum": "SHA-256:1ec58a38eaf5554c645a47291d370f3723a170638e43c87cbc7270343279fec9" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.2.zip", + "archiveFileName": "SX126x_Arduino-2.0.2.zip", + "size": 6532153, + "checksum": "SHA-256:e0ef7d3074710e32571d5e7e57ccdc311b209e7ffbd2094e9962553c9c67b1c9" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.3.zip", + "archiveFileName": "SX126x_Arduino-2.0.3.zip", + "size": 6537877, + "checksum": "SHA-256:ec32203e83467274793714c3c7d4aee43040fc2234e5e45796931fdc8e82fa34" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.4.zip", + "archiveFileName": "SX126x_Arduino-2.0.4.zip", + "size": 6538033, + "checksum": "SHA-256:28b8317a64bddd31dde8a36e5f726f3c85df04d7d7195e1d485844172deb452c" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.5", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.5.zip", + "archiveFileName": "SX126x_Arduino-2.0.5.zip", + "size": 6538153, + "checksum": "SHA-256:893275029cf826b3b7c737335ca4f632b42f75e71a57e3f45c264ee9df9934a3" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.6", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.6.zip", + "archiveFileName": "SX126x_Arduino-2.0.6.zip", + "size": 6538251, + "checksum": "SHA-256:67402b4a711436c7e0b2e0b29578a88aaf25303afa879650330989eef9f5dcc1" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.7", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2. This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.7.zip", + "archiveFileName": "SX126x_Arduino-2.0.7.zip", + "size": 6537450, + "checksum": "SHA-256:c8bfc97dd29f6d9a23c47e1c1a2f539f64bb6ba7651b6c0e1dc1cda6c743a74f" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.8", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.8.zip", + "archiveFileName": "SX126x_Arduino-2.0.8.zip", + "size": 6537541, + "checksum": "SHA-256:f74250cfa125618cdf3faa4e30d9065d9b8c5cc03034f3fd5f593e67a689bf68" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.9", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.9.zip", + "archiveFileName": "SX126x_Arduino-2.0.9.zip", + "size": 6537892, + "checksum": "SHA-256:0ebde4a0de4d959ed32931dff79aa07b43febfb9397f6c5ecb251035b3bad141" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.10", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.10.zip", + "archiveFileName": "SX126x_Arduino-2.0.10.zip", + "size": 6539924, + "checksum": "SHA-256:9126f55ccf0c793f82d6b2335c22d92b1d2f124936a565d1f5c34f90a9363b22" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.11", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.11.zip", + "archiveFileName": "SX126x_Arduino-2.0.11.zip", + "size": 6539868, + "checksum": "SHA-256:f798ac5b3888c4bb34dc38f050bee31aae021f4423a7585e97d1634385416b9c" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.12", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.12.zip", + "archiveFileName": "SX126x_Arduino-2.0.12.zip", + "size": 6539926, + "checksum": "SHA-256:3280681a2be0944fef0776557914600439559102cc97578191d37a591a892904" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.13", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.13.zip", + "archiveFileName": "SX126x_Arduino-2.0.13.zip", + "size": 6542520, + "checksum": "SHA-256:c6e164ece59b87d833be20a2862940387d28fbc9415893cf848d403131e300c1" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.14", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.14.zip", + "archiveFileName": "SX126x_Arduino-2.0.14.zip", + "size": 6542623, + "checksum": "SHA-256:fb43b2c7a996ceb98a8dd385c9a1ff2c47e02056976d23a222834b3f7bdbc9c8" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.15", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.15.zip", + "archiveFileName": "SX126x_Arduino-2.0.15.zip", + "size": 6552680, + "checksum": "SHA-256:65c9d50b827adc21a18f64d2b1ddaa1dd44440b8a4bcc6699c1ab2db42bf6f0a" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.16", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.16.zip", + "archiveFileName": "SX126x_Arduino-2.0.16.zip", + "size": 6552917, + "checksum": "SHA-256:01bac0e94462c3bbd5a47c117648a127aef65ff6f992caf996072efe86cb9eab" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.17", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.17.zip", + "archiveFileName": "SX126x_Arduino-2.0.17.zip", + "size": 6553087, + "checksum": "SHA-256:16763b9fdcbca8b19c20b36cdfc5352668defabe38290cb85e5171f604c46dae" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.19", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.19.zip", + "archiveFileName": "SX126x_Arduino-2.0.19.zip", + "size": 6553131, + "checksum": "SHA-256:fc30d624ac53da95b2f000e0306bbb89926816fc4e0d07f9ac26136732b9098d" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.20", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.20.zip", + "archiveFileName": "SX126x_Arduino-2.0.20.zip", + "size": 6553524, + "checksum": "SHA-256:27f86743b0e5e401e75b08b9c492aa59754d1edfe3f0a9b30d4eac10c3fb204e" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.21", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.21.zip", + "archiveFileName": "SX126x_Arduino-2.0.21.zip", + "size": 6553733, + "checksum": "SHA-256:ddcf4ecfef731dea9cdf30fc8098653309560696b7c400a15c797b3fa0537ea9" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.22", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.22.zip", + "archiveFileName": "SX126x_Arduino-2.0.22.zip", + "size": 6553841, + "checksum": "SHA-256:db2cff94ba8dfc8ff80f253a4e198e6d2f74eee0332d73d75b956278ea26f491" + }, + { + "name": "SX126x-Arduino", + "version": "2.0.23", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", + "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.", + "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "category": "Communication", + "architectures": [ + "esp32", + "nordicnrf52", + "esp8266", + "nrf52", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", + "dependencies": [ + { + "name": "RPI_PICO_TimerInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-2.0.23.zip", + "archiveFileName": "SX126x_Arduino-2.0.23.zip", + "size": 6568241, + "checksum": "SHA-256:207ef38c4ba6e02d4ad723faa5d88d470d15eeac7defd16baaef0ca183fb91eb" + }, + { + "name": "BackSeatDriver", + "version": "1.0.1", + "author": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e", + "maintainer": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e, https://github.com/kigster", + "sentence": "Simple move and turn semantics for self-driving vehicles.", + "paragraph": "This library applies non-blocking commands to various types of robots, implemented via supplementary \"adapter\" libraries. Two adapters are provided: 1) 4 DC Motor adapter, and 2) Two Servo Motors adapter. It's easy to write your own.", + "website": "https://github.com/kigster/back-seat-driver", + "category": "Device Control", + "architectures": [ + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kigster/back-seat-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kigster/BackSeatDriver-1.0.1.zip", + "archiveFileName": "BackSeatDriver-1.0.1.zip", + "size": 682964, + "checksum": "SHA-256:c8bee852d9c51a3ca69ebe5f8b634deb8d5c9d71755de7abff67aaa099b5cacd" + }, + { + "name": "ArdUAV", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.1.3.zip", + "archiveFileName": "ArdUAV-1.1.3.zip", + "size": 81174, + "checksum": "SHA-256:75bc110a3347eea2fa4fb7fa7cc3524570e2434f5f833503375ea17f0adf2a1d" + }, + { + "name": "ArdUAV", + "version": "1.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.2.zip", + "archiveFileName": "ArdUAV-1.2.2.zip", + "size": 3213809, + "checksum": "SHA-256:cdc9c8463beb1dd1ccc0c5a430e566a9c128f6c1087401d6d1c6b7277775e769" + }, + { + "name": "ArdUAV", + "version": "1.2.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.3.zip", + "archiveFileName": "ArdUAV-1.2.3.zip", + "size": 3213700, + "checksum": "SHA-256:c26bc9c734282e630ee1d333cf7cdb42390e8c76f7d23b585999b07e95c595db" + }, + { + "name": "ArdUAV", + "version": "1.2.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.4.zip", + "archiveFileName": "ArdUAV-1.2.4.zip", + "size": 4556765, + "checksum": "SHA-256:f80c3933a0a4e4cc58b750a80e7ac924ec137dab13c1e4fa023e7854c8530395" + }, + { + "name": "ArdUAV", + "version": "1.2.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.5.zip", + "archiveFileName": "ArdUAV-1.2.5.zip", + "size": 4557580, + "checksum": "SHA-256:bc7ffff42f552865df08481707e3a272a4a31d7757e321b701378d32247d29ed" + }, + { + "name": "ArdUAV", + "version": "1.2.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.6.zip", + "archiveFileName": "ArdUAV-1.2.6.zip", + "size": 4557590, + "checksum": "SHA-256:198947891f2484a92b27418bdef1f5e3fa7597602e71afdea4757ed26f1c066a" + }, + { + "name": "ArdUAV", + "version": "1.2.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.7.zip", + "archiveFileName": "ArdUAV-1.2.7.zip", + "size": 4558523, + "checksum": "SHA-256:c914a23c131a4de9b97d5e9abe2b38e550ab5d51fb461ec332d507b4c3853ab6" + }, + { + "name": "ArdUAV", + "version": "1.3.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.3.0.zip", + "archiveFileName": "ArdUAV-1.3.0.zip", + "size": 4550455, + "checksum": "SHA-256:8144f43892f6a2c5ef8f51207d707a467cc28c14bd0bbe9c2f7e85979eb8d8f0" + }, + { + "name": "ArdUAV", + "version": "1.3.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.3.1.zip", + "archiveFileName": "ArdUAV-1.3.1.zip", + "size": 4550631, + "checksum": "SHA-256:529cbf0613cab809290eb296c70714b768f6f1f3ef34b2b3c96a88d2e308cf3b" + }, + { + "name": "ArdUAV", + "version": "1.4.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.0.zip", + "archiveFileName": "ArdUAV-1.4.0.zip", + "size": 4546316, + "checksum": "SHA-256:0900e2c0f492cbc8874090e51dadba7041dd328f2a01d7407ca141946438e7e3" + }, + { + "name": "ArdUAV", + "version": "1.4.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.1.zip", + "archiveFileName": "ArdUAV-1.4.1.zip", + "size": 4546352, + "checksum": "SHA-256:2af0ecc0f5e6e3f344e1d36766964e915f884056d450003120960845bc8ee41d" + }, + { + "name": "ArdUAV", + "version": "1.4.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Flight control software for Arduino RC airplanes", + "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", + "website": "https://github.com/PowerBroker2/ArdUAV", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "SerialTransfer" + }, + { + "name": "NEO-6M_GPS" + }, + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.2.zip", + "archiveFileName": "ArdUAV-1.4.2.zip", + "size": 4546393, + "checksum": "SHA-256:bbb6beb27f44a5e23afee2e83c545d697f9aaa7dbb98b6c6e9d5f97ef8e7053b" + }, + { + "name": "Senses_NBIoT", + "version": "0.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", + "paragraph": "Support AIS_NB_BC95.h.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "NBIoT" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_NBIoT.git", + "providesIncludes": [ + "Senses_NBIoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_NBIoT-0.1.0.zip", + "archiveFileName": "Senses_NBIoT-0.1.0.zip", + "size": 4903, + "checksum": "SHA-256:1750084e5ef4da7b8af706993360858b87d03d62c6396bfb060b65c1d1927cfc" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.2.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.2.zip", + "size": 26103, + "checksum": "SHA-256:e0d03b68c0393452a5d36b055a5f8aefcbf3bb5c2843b51144099ac8aaaed36a" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.3.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.3.zip", + "size": 26117, + "checksum": "SHA-256:b03fc2dbe417a7318ae7416e2380d8b0041918bdc7111cbfbeb95bdfa5a752d3" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.0.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.0.zip", + "size": 24240, + "checksum": "SHA-256:a26ad6df1a50de1f462005a6344fa5f3c28be9e3942fa82518b4ad2c8e986140" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.1.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.1.zip", + "size": 24282, + "checksum": "SHA-256:359fb2dd0cf49433b2772ba2173e9428114af5f6ae34a8ef6825cb265f488df8" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.4.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.4.zip", + "size": 26122, + "checksum": "SHA-256:9f043d751b6d82ac8c28a3d9ec1cf4f2931f989ec679f1f19023d72890a45bb1" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "dependencies": [ + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.5.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.5.zip", + "size": 27372, + "checksum": "SHA-256:2b74d144371af60cf06fd1d43935c5a60cf9a9220c6f5a203194dc0c10071389" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "dependencies": [ + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.6.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.6.zip", + "size": 27397, + "checksum": "SHA-256:ab443578b58a6c2d601078d7dc1c2b623248149c1e75f1d232489d4ee4cc77d0" + }, + { + "name": "Adafruit DotStarMatrix", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit_GFX-compatible library for DotStar grids", + "paragraph": "Adafruit_GFX-compatible library for DotStar grids", + "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "dependencies": [ + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.8.zip", + "archiveFileName": "Adafruit_DotStarMatrix-1.0.8.zip", + "size": 27396, + "checksum": "SHA-256:7de6e1d63a69479fd8ca6fc37e431b64116f93d31a554893671e74ef19a086e3" + }, + { + "name": "WakeOnLan", + "version": "1.0.0", + "author": "a7md0", + "maintainer": "a7md0", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.0.0.zip", + "archiveFileName": "WakeOnLan-1.0.0.zip", + "size": 4448, + "checksum": "SHA-256:10448487049d39b03b96d407b629463f3a4df95b325dd5939f380766bd0e76a8" + }, + { + "name": "WakeOnLan", + "version": "1.1.2", + "author": "a7md0", + "maintainer": "a7md0", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.2.zip", + "archiveFileName": "WakeOnLan-1.1.2.zip", + "size": 6249, + "checksum": "SHA-256:800949b4244e933657ab729135a0d1f9592dae346845319b3b6c10377fbcc792" + }, + { + "name": "WakeOnLan", + "version": "1.1.3", + "author": "a7md0", + "maintainer": "a7md0", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.3.zip", + "archiveFileName": "WakeOnLan-1.1.3.zip", + "size": 6740, + "checksum": "SHA-256:586f11872dd4d5e1dd8f7b7161e74b3e665cbc6699a2b14b0dab450c1d1f7e3a" + }, + { + "name": "WakeOnLan", + "version": "1.1.4", + "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.4.zip", + "archiveFileName": "WakeOnLan-1.1.4.zip", + "size": 6817, + "checksum": "SHA-256:0ec45bd1d48e549dab013e9c9db8850a942ef2e1d530124748cc2be71db55f3b" + }, + { + "name": "WakeOnLan", + "version": "1.1.5", + "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.5.zip", + "archiveFileName": "WakeOnLan-1.1.5.zip", + "size": 7713, + "checksum": "SHA-256:06903587f4aa4dfc1c5b5c03804e09d9cc44056d07c5126671d2931d13580642" + }, + { + "name": "WakeOnLan", + "version": "1.1.6", + "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.6.zip", + "archiveFileName": "WakeOnLan-1.1.6.zip", + "size": 8245, + "checksum": "SHA-256:54dcf138580417285362511f03c34c307c7a2bf308588da33db56b4b65d45d31" + }, + { + "name": "WakeOnLan", + "version": "1.1.7", + "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", + "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", + "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", + "website": "https://github.com/a7md0/WakeOnLan", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/a7md0/WakeOnLan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.7.zip", + "archiveFileName": "WakeOnLan-1.1.7.zip", + "size": 8361, + "checksum": "SHA-256:6c1b7da3651cc6bb1c96714510629edefc2698055d1507c5119f0d6eb2d80ed0" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "0.0.2", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": [ + "Freenove_WS2812B_RGBLED_Controller.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", + "size": 72052, + "checksum": "SHA-256:afa46594bae463b0f98fc656e1a0b07ec9bce5be1006f35e3da9b16b7c9e31b3" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "0.1.0", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", + "size": 9185, + "checksum": "SHA-256:0de8fffe9d561800692e441bd8ba7a56e7e9c7a47b0205700714f37e4b7955fa" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "1.0.0", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": [ + "Freenove_WS2812B_RGBLED_Controller.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", + "size": 73308, + "checksum": "SHA-256:eae3b6d531f88ec4ac8d5719a974ae563f0c42b3e59a8a6b45f5f9031d024f91" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "1.0.2", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": [ + "Freenove_WS2812B_RGBLED_Controller.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.2.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.2.zip", + "size": 73336, + "checksum": "SHA-256:734d693b740fcda9e5afd0511be8fcca3322afa4bb4e43cbc569fd7bd267ec2d" + }, + { + "name": "Freenove WS2812B RGBLED Controller", + "version": "1.0.3", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", + "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", + "providesIncludes": [ + "Freenove_WS2812B_RGBLED_Controller.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.3.zip", + "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.3.zip", + "size": 73356, + "checksum": "SHA-256:40761b39176d884acd715438779c74da6d94f75e34e9a5f4916b8308b38bcc45" + }, + { + "name": "tinyproto", + "version": "0.6.4", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via any physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You don't need to think about data synchronization between points.", + "website": "ADDRESS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.6.4.zip", + "archiveFileName": "tinyproto-0.6.4.zip", + "size": 223180, + "checksum": "SHA-256:e9840eb595b1a356e710f4166c37949a99e482e6a5e740f05d52f53428649f7a" + }, + { + "name": "tinyproto", + "version": "0.7.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via any physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.7.0.zip", + "archiveFileName": "tinyproto-0.7.0.zip", + "size": 1153555, + "checksum": "SHA-256:778d263df764cc0accd1d8e4992ca36819c27d315ac323927903b157dad7f4c0" + }, + { + "name": "tinyproto", + "version": "0.8.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.8.0.zip", + "archiveFileName": "tinyproto-0.8.0.zip", + "size": 1541329, + "checksum": "SHA-256:f1e45776dd2d1bee1d6241078f1a554d4b24e934f817e6b7c52286cad5db1232" + }, + { + "name": "tinyproto", + "version": "0.9.2", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.9.2.zip", + "archiveFileName": "tinyproto-0.9.2.zip", + "size": 1474145, + "checksum": "SHA-256:0b210a0149310cb4d3911249599f3829e2da96a48c6103a4403bdd4f4d84aff9" + }, + { + "name": "tinyproto", + "version": "0.9.3", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.9.3.zip", + "archiveFileName": "tinyproto-0.9.3.zip", + "size": 1621323, + "checksum": "SHA-256:f22fa747ce6e84922bc721e89f100f31afa4a2598f8760768f540f3e9188db46" + }, + { + "name": "tinyproto", + "version": "0.10.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.10.1.zip", + "archiveFileName": "tinyproto-0.10.1.zip", + "size": 1668200, + "checksum": "SHA-256:26b508d3878a242972b453cd46856992d99525fd16dabd5cd7b10c8ab930c05b" + }, + { + "name": "tinyproto", + "version": "0.11.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.11.0.zip", + "archiveFileName": "tinyproto-0.11.0.zip", + "size": 1634523, + "checksum": "SHA-256:45065a752e2dd5ff064c96a99908c9b421b2a2d12100d7e256405c09c3bb41cf" + }, + { + "name": "tinyproto", + "version": "0.12.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.12.0.zip", + "archiveFileName": "tinyproto-0.12.0.zip", + "size": 235990, + "checksum": "SHA-256:07f5de0da9469dc16d7666e3a1f66b0fc10b85a726a33e4297e1078a89ef9c61" + }, + { + "name": "tinyproto", + "version": "0.12.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.12.1.zip", + "archiveFileName": "tinyproto-0.12.1.zip", + "size": 236249, + "checksum": "SHA-256:c708dd7e6a9f58e2915ea6dfdc743e59d4b29acee392dc5a55a6a86083b68305" + }, + { + "name": "tinyproto", + "version": "1.0.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Allows to communicate other boards/PC via physical connection.", + "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", + "website": "https://github.com/lexus2k/tinyproto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyproto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-1.0.0.zip", + "archiveFileName": "tinyproto-1.0.0.zip", + "size": 246330, + "checksum": "SHA-256:bec46dac2e227747a14f6d1909ca641e3abce3ea9731bf2a1d5b265eae125d1e" + }, + { + "name": "LILCMU GoGoBoard Library", + "version": "1.0.0", + "author": "thapakorn613", + "maintainer": "Learning Inventions Laboratory,CMU \u003cthapakorn613@gmail.com\u003e", + "sentence": "Library for GoGoBoard", + "paragraph": "C++ library", + "website": "https://gogoboard.org/ , https://github.com/thapakorn613/GoGoBoard-Library.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thapakorn613/GoGoBoard-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thapakorn613/LILCMU_GoGoBoard_Library-1.0.0.zip", + "archiveFileName": "LILCMU_GoGoBoard_Library-1.0.0.zip", + "size": 4641, + "checksum": "SHA-256:9deb11b8deca98dc7b589b41146698272aad96d33ee42962e6bf39ef58c5c668" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is a integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/15508", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", + "size": 22831, + "checksum": "SHA-256:e5b1b70bf3b17e65f0a7952908b7f147a0a95d229b763a77e8d054da166ec6c0" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/15508", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.2.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.2.zip", + "size": 23442, + "checksum": "SHA-256:0cf190fc9b77c5a8d7f6abdd3e6e47ced0f7c842c11aaebc0b928f3fc61988bc" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/16294", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.3.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.3.zip", + "size": 23914, + "checksum": "SHA-256:758b9817068ee9f9dae2209ce0e6528030b90459b9d6cba4ed7e55207f21d3bb" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/16294", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.4.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.4.zip", + "size": 24326, + "checksum": "SHA-256:e09cba5792aa41153622d97190e9f41db2400105574905332a15868379612358" + }, + { + "name": "SparkFun MCP9600 Thermocouple Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", + "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", + "website": "https://www.sparkfun.com/products/16294", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.5.zip", + "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.5.zip", + "size": 24331, + "checksum": "SHA-256:af4ad664a4f576f77c4507c6f742ec67fa04c0bca9a9a95ca820b9e005379f3b" + }, + { + "name": "Omron D6F-PH Arduino Library", + "version": "1.0.0", + "author": "Bitixel \u003cinfo@bitixel.com\u003e", + "maintainer": "Bitixel \u003cinfo@bitixel.com\u003e", + "sentence": "Library for I2C Communication with Omron D6F-PH Differential Pressure Sensor", + "paragraph": "An Arduino Library to enable I2C communication with \u003ca href=\"https://www.mouser.com/new/omronelectronics/Omron-D6F-PH/\"\u003eOmron D6F-PH\u003c/a\u003e Differential Pressure Sensor. Useful for interfacing to the Omron D6F-PH0505AD3, the Omron D6F-PH0025AD1 and the Omron D6F-PH5050AD3.", + "website": "https://github.com/bitixel/Omron_D6FPH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitixel/Omron_D6FPH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitixel/Omron_D6F_PH_Arduino_Library-1.0.0.zip", + "archiveFileName": "Omron_D6F_PH_Arduino_Library-1.0.0.zip", + "size": 15679, + "checksum": "SHA-256:ee9aa876f00508e84f05a61aacb3d220d3d1a125d3463be0de6bd348bd13b2f7" + }, + { + "name": "Omron D6F-PH Arduino Library", + "version": "1.1.0", + "author": "Bitixel \u003cinfo@bitixel.com\u003e", + "maintainer": "Bitixel \u003cinfo@bitixel.com\u003e", + "sentence": "Library for I2C Communication with Omron D6F-PH Differential Pressure Sensor", + "paragraph": "An Arduino Library to enable I2C communication with \u003ca href=\"https://www.mouser.com/new/omronelectronics/Omron-D6F-PH/\"\u003eOmron D6F-PH\u003c/a\u003e Differential Pressure Sensor. Useful for interfacing to the Omron D6F-PH0505AD3, the Omron D6F-PH0025AD1 and the Omron D6F-PH5050AD3.", + "website": "https://github.com/bitixel/Omron_D6FPH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitixel/Omron_D6FPH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitixel/Omron_D6F_PH_Arduino_Library-1.1.0.zip", + "archiveFileName": "Omron_D6F_PH_Arduino_Library-1.1.0.zip", + "size": 15788, + "checksum": "SHA-256:da6611027130712b2dc1193ced13d43a4bf61fa4c7a5da2a772181a81cd61478" + }, + { + "name": "Hall-Switch", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": [ + "hall-switch-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.0.zip", + "archiveFileName": "Hall_Switch-1.0.0.zip", + "size": 9409147, + "checksum": "SHA-256:b0dca85da3f9fe29daa0aa00d4b7fc73f9f9e1109c54cd7182586ea64919d0d4" + }, + { + "name": "Hall-Switch", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": [ + "hall-switch-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.1.zip", + "archiveFileName": "Hall_Switch-1.0.1.zip", + "size": 9409307, + "checksum": "SHA-256:5524b3cb0a87dfc9ef8949a7887e34d0b0a2aed2291e0f95af9ffbb09b0b9a14" + }, + { + "name": "Hall-Switch", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": [ + "hall-switch-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.1.0.zip", + "archiveFileName": "Hall_Switch-1.1.0.zip", + "size": 9413637, + "checksum": "SHA-256:a699661aee7144dc4f3af4af90c885637e1510acef090233d6b68d2ee61893de" + }, + { + "name": "Hall-Switch", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": [ + "hall-switch-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.1.1.zip", + "archiveFileName": "Hall_Switch-1.1.1.zip", + "size": 9413688, + "checksum": "SHA-256:e2ba05236ff663c2e1fa00a5219b35be4a28472fd76886639e74da6080024b8a" + }, + { + "name": "Hall-Switch", + "version": "2.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": [ + "hall-switch-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-2.0.0.zip", + "archiveFileName": "Hall_Switch-2.0.0.zip", + "size": 41214, + "checksum": "SHA-256:ccb48a6074d56a7233105618cf2e80ac21ce7b7d820418655f5dfb34a4cc1c4d" + }, + { + "name": "Hall-Switch", + "version": "2.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", + "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/hall-switch.git", + "providesIncludes": [ + "hall-switch-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-2.1.0.zip", + "archiveFileName": "Hall_Switch-2.1.0.zip", + "size": 50075, + "checksum": "SHA-256:257339672c8a30e4ebed5597e1eeb1b7eaf373ead0901767eec9414936172ac3" + }, + { + "name": "Step_CYC10_Seven_Seg_Display", + "version": "1.0.5", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Library for the 7-segment display on Step CYC10 FPGA board", + "paragraph": "Use this library to control the 7-segment display on Step CYC10 FPGA board", + "website": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display", + "category": "Signal Input/Output", + "architectures": [ + "Reindeer" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display.git", + "providesIncludes": [ + "Step_CYC10_Seven_Seg_Display.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_Seven_Seg_Display-1.0.5.zip", + "archiveFileName": "Step_CYC10_Seven_Seg_Display-1.0.5.zip", + "size": 7344, + "checksum": "SHA-256:d8ddc987a98366cf1f3923a63aebfada6f49982126dc75eeba253d9e65a3916c" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.0", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.0.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.0.zip", + "size": 62852, + "checksum": "SHA-256:bab1c72c3ea9524bf1de545a3e557727a4cca2ac9c503b1606c5a91308c3a771" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.1", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.1.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.1.zip", + "size": 62883, + "checksum": "SHA-256:6cd98dd6899372155b98319e60db3f8e757b3a80d1f410bf1f26ea272baaf616" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.3", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.3.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.3.zip", + "size": 62943, + "checksum": "SHA-256:35de02c047f4d626a60f2f08492e0ff7e7e7ceebf103a4dd9e2bac84bbae47f3" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.4", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.4.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.4.zip", + "size": 63301, + "checksum": "SHA-256:39811a1819d6c496eca70aceb06f291d118b41be91f4277c208c1b649521911f" + }, + { + "name": "TEE UC20 Shield", + "version": "1.0.5", + "author": "support_team \u003csupport@thaieasyelec.com\u003e", + "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", + "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", + "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", + "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.5.zip", + "archiveFileName": "TEE_UC20_Shield-1.0.5.zip", + "size": 3053456, + "checksum": "SHA-256:605ffef658cc3a62f9c06360849a2da7831084edcd049ad975bd0baeab0e7879" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.2.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.1.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.2.1.zip", + "size": 3832109, + "checksum": "SHA-256:0d417f98be71cc1bbad2c274b756b17ee3c92c67a3c62cdcdd4d8f4254dca435" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.2.3", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.3.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.2.3.zip", + "size": 3832091, + "checksum": "SHA-256:6602891349633bbde517367d27d5a734adb1f365586c33a5ca66a68fc3277de7" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.2.4", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.4.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.2.4.zip", + "size": 3832232, + "checksum": "SHA-256:6a6a311756fb2d9bcd5f3830b2020b7c673fd680f2e98b73c41c3e5ba9523fc6" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.3.0", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.3.0.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.3.0.zip", + "size": 3832259, + "checksum": "SHA-256:28b8a3c25a992be3c368ad9472c88ba43be08c12044d437b22d244611ce3e720" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.4.0", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.4.0.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.4.0.zip", + "size": 3832312, + "checksum": "SHA-256:cb607143e5b3431b69dcaa483e45b62bf7368b92454e781c9294d3c7ca70e415" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "1.5.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "rp2040", + "nrf52", + "samd", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.5.1.zip", + "archiveFileName": "SdFat___Adafruit_Fork-1.5.1.zip", + "size": 3832331, + "checksum": "SHA-256:8b07553a84b4b4b03f986c6fedd7fd7837c6b20363a216bcb60a5a51f9e460e8" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "2.2.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "Provides access to SD memory cards and (Q)SPI Flash.", + "paragraph": "The SdFat library supports FAT12, FAT16, FAT32, and exFAT file systems on Standard SD, SDHC, SDXC cards and (Q)SPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "rp2040", + "nrf52", + "samd", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-2.2.1.zip", + "archiveFileName": "SdFat___Adafruit_Fork-2.2.1.zip", + "size": 3262212, + "checksum": "SHA-256:7b494b2704a14658621fb85ecec871bf203bf396b09da961884725f51f9b95e9" + }, + { + "name": "SdFat - Adafruit Fork", + "version": "2.2.3", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", + "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", + "license": "MIT", + "sentence": "Provides access to SD memory cards and (Q)SPI Flash.", + "paragraph": "The SdFat library supports FAT12, FAT16, FAT32, and exFAT file systems on Standard SD, SDHC, SDXC cards and (Q)SPI Flash.", + "website": "https://github.com/adafruit/SdFat", + "category": "Data Storage", + "architectures": [ + "rp2040", + "nrf52", + "samd", + "esp32", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/SdFat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-2.2.3.zip", + "archiveFileName": "SdFat___Adafruit_Fork-2.2.3.zip", + "size": 3262218, + "checksum": "SHA-256:5783279ce22a811065c14f830a215e1da036f2134362b50124ac387439e29678" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", + "size": 18877, + "checksum": "SHA-256:fc1a7ca2a0ede7a26f16d4d2f05a527ca0936c3c5d019a9c4a2bc745afa853c3" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.1.zip", + "size": 18886, + "checksum": "SHA-256:7f710fc9e3d14fe58a0c6c529aa5af81d93b262d5d297085433bb3233d44f024" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.2.zip", + "size": 18892, + "checksum": "SHA-256:468a50baf29daba20e13ddc8c665818f069e59debd76301bf25fab74c271d274" + }, + { + "name": "SparkFun Ambient Light Sensor Arduino Library", + "version": "1.0.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", + "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", + "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.3.zip", + "size": 18887, + "checksum": "SHA-256:89214dcc1bc5807e5b24285a7df64b26180bd7ca8672c50db0845cf920ef1113" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.0.zip", + "archiveFileName": "Senses_wifi_esp32-0.1.0.zip", + "size": 4297, + "checksum": "SHA-256:17be713a0c56fcb1c00cf3b0873ab34f7d241f360b2aa2b4654bf1710ca55260" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.1.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.1.zip", + "archiveFileName": "Senses_wifi_esp32-0.1.1.zip", + "size": 5199, + "checksum": "SHA-256:b50c62ce68f4f56fd71bf9d56792b5d8b72457ffc6182fc1132179154626812c" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.1.2", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.2.zip", + "archiveFileName": "Senses_wifi_esp32-0.1.2.zip", + "size": 6245, + "checksum": "SHA-256:a2bb459ae26e5e4f8cf1581cd645a9908e6c25c25cf8fbd391f378eefa026499" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.2.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.2.0.zip", + "archiveFileName": "Senses_wifi_esp32-0.2.0.zip", + "size": 6246, + "checksum": "SHA-256:fc55f5cfd2e12011cf3d7edd9d17ad111310814e585c5e4ca6cf6b8e65d0e4e8" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.3.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://senses.logisenses.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.0.zip", + "archiveFileName": "Senses_wifi_esp32-0.3.0.zip", + "size": 6260, + "checksum": "SHA-256:ac1756576e38f28f15f964deb909a0dec4f7bbe8a9c1eb2c1b5c3625c7e27c2b" + }, + { + "name": "Senses_wifi_esp32", + "version": "0.3.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.1.zip", + "archiveFileName": "Senses_wifi_esp32-0.3.1.zip", + "size": 6261, + "checksum": "SHA-256:7df105c4b3d0170a567358ddc660caac39e93b946be4cbabf2d8572bf33210cb" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.0.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.0.0.zip", + "archiveFileName": "Senses_wifi_esp32-1.0.0.zip", + "size": 6872, + "checksum": "SHA-256:7a008d187b6e3e5b6d584655f39c3016ea3596e1f041efe57a85325982ec33c7" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.1.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.1.0.zip", + "archiveFileName": "Senses_wifi_esp32-1.1.0.zip", + "size": 14099, + "checksum": "SHA-256:01aaecdaca065c632139a1f494667399b647461e0b6317bee4a2690cb3073a32" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.2.0", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.2.0.zip", + "archiveFileName": "Senses_wifi_esp32-1.2.0.zip", + "size": 15158, + "checksum": "SHA-256:24fff1f1a800206d6a8d5af232c71be1dffd94f13756dff501d20e6ae67feec0" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.2.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.2.1.zip", + "archiveFileName": "Senses_wifi_esp32-1.2.1.zip", + "size": 15272, + "checksum": "SHA-256:e02fcc906581e2cbd9f860e02ca176575d686daefbee6091f737f6ac0905ef23" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.3.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.3.1.zip", + "archiveFileName": "Senses_wifi_esp32-1.3.1.zip", + "size": 17550, + "checksum": "SHA-256:dda38071f264c76fe1500916e628376353f5e5a99fab5924d19b71aa1d14fc1a" + }, + { + "name": "Senses_wifi_esp32", + "version": "1.4.1", + "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", + "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", + "paragraph": "Support arduino-esp32.", + "website": "https://www.sensesiot.com/", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "providesIncludes": [ + "Senses_wifi_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.4.1.zip", + "archiveFileName": "Senses_wifi_esp32-1.4.1.zip", + "size": 18715, + "checksum": "SHA-256:d2ac7400ed738fb045ad08a2660c1d3eb55445b4c1651476645b45e572a348d2" + }, + { + "name": "TFL-Status", + "version": "1.0.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", + "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", + "website": "https://github.com/dushyantahuja/TFL-Status", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "providesIncludes": [ + "TFLStatus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.0.1.zip", + "archiveFileName": "TFL_Status-1.0.1.zip", + "size": 18498, + "checksum": "SHA-256:d673c9a0561f2849d2b6378d9d91c40e020e25d870f452eac5af445ec00dec6a" + }, + { + "name": "TFL-Status", + "version": "1.1.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", + "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", + "website": "https://github.com/dushyantahuja/TFL-Status", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "providesIncludes": [ + "TFLStatus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.1.zip", + "archiveFileName": "TFL_Status-1.1.1.zip", + "size": 18535, + "checksum": "SHA-256:01b12b8b71b1912de6ce0cd3ff20cc09172890abdcb4ad13adbab4375ab3548c" + }, + { + "name": "TFL-Status", + "version": "1.1.2", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", + "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", + "website": "https://github.com/dushyantahuja/TFL-Status", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "providesIncludes": [ + "TFLStatus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.2.zip", + "archiveFileName": "TFL_Status-1.1.2.zip", + "size": 18541, + "checksum": "SHA-256:3b091bc287bbf67262a14a08087a1dca733472a314c680f4bec84caa1932975c" + }, + { + "name": "ShiftDisplay2", + "version": "1.0.0", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": [ + "ShiftDisplay2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.0.0.zip", + "archiveFileName": "ShiftDisplay2-1.0.0.zip", + "size": 443382, + "checksum": "SHA-256:0dab13ae9e3fb7f78fd138829c7f9c7408e864c8f19a2ccc29f4861aaf04e37b" + }, + { + "name": "ShiftDisplay2", + "version": "1.1.0", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": [ + "ShiftDisplay2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.1.0.zip", + "archiveFileName": "ShiftDisplay2-1.1.0.zip", + "size": 443697, + "checksum": "SHA-256:89206acb1059b1e83d3dcc6699bc23b2a94bd332ba1b2f10d3e4b685e646041f" + }, + { + "name": "ShiftDisplay2", + "version": "1.2.0", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": [ + "ShiftDisplay2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.2.0.zip", + "archiveFileName": "ShiftDisplay2-1.2.0.zip", + "size": 443725, + "checksum": "SHA-256:441e597743c163d5586cd12b97695600e06383eae86eeb4962996603ec36e74e" + }, + { + "name": "ShiftDisplay2", + "version": "1.2.1", + "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Arduino library for driving 7-segment displays using shift registers", + "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", + "website": "https://ameer.io/ShiftDisplay2/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "providesIncludes": [ + "ShiftDisplay2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.2.1.zip", + "archiveFileName": "ShiftDisplay2-1.2.1.zip", + "size": 443958, + "checksum": "SHA-256:a3287896be018ee80c9765f0bab6a58904c49265f51eff95f746d33481370bb5" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9660", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": [ + "Arduino_APDS9960.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.0.zip", + "archiveFileName": "Arduino_APDS9960-1.0.0.zip", + "size": 9482, + "checksum": "SHA-256:c4b682ca696739af5c8362666b7a1dc6d56878c507628e617111d19afd8e64b7" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": [ + "Arduino_APDS9960.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.1.zip", + "archiveFileName": "Arduino_APDS9960-1.0.1.zip", + "size": 9479, + "checksum": "SHA-256:0f4aa9cc5922fc8625f47c7fcef546e95d5d0207c83dc4f7354c8f2ace58e527" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": [ + "Arduino_APDS9960.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.2.zip", + "archiveFileName": "Arduino_APDS9960-1.0.2.zip", + "size": 9513, + "checksum": "SHA-256:8ad41584eb1aa99e5b9379b47d9ba901983bb630b05d61becd301f12d1c44499" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS9960 sensor", + "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": [ + "Arduino_APDS9960.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.3.zip", + "archiveFileName": "Arduino_APDS9960-1.0.3.zip", + "size": 10803, + "checksum": "SHA-256:c47123b9a191b472fc24e97d0d2123b2265c7d31cacbbb7c0da6ce643e43b0f3" + }, + { + "name": "Arduino_APDS9960", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the APDS-9960 sensor", + "paragraph": "allows reading gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with a sensor attached via I2C.", + "website": "https://github.com/arduino-libraries/Arduino_APDS9960", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "providesIncludes": [ + "Arduino_APDS9960.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.4.zip", + "archiveFileName": "Arduino_APDS9960-1.0.4.zip", + "size": 23977, + "checksum": "SHA-256:30a1b32e0e14d6abf5e7064673c0c4b7d748df349146b848865ca8d62c8259f2" + }, + { + "name": "ViewMarq", + "version": "1.0.0", + "author": "Tristan Warder \u003ctristanw@facts-eng.com\u003e,FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "Library to communicate with ViewMarq LED Message Displays.", + "paragraph": "A library to interact with ViewMarq LED Message Displays using the Arduino Modbus TCP Library.", + "website": "https://github.com/AdamCummick/Arduino_Viewmarq", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/ViewMarq.git", + "providesIncludes": [ + "ViewMarq.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/ViewMarq-1.0.0.zip", + "archiveFileName": "ViewMarq-1.0.0.zip", + "size": 23403, + "checksum": "SHA-256:dd7de66c79fc5c12ce9cbd577b0ccb9030ae56798500d34fbd5520340dc78cc1" + }, + { + "name": "ViewMarq", + "version": "1.0.1", + "author": "Tristan Warder \u003ctristanw@facts-eng.com\u003e,FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "Library to communicate with ViewMarq LED Message Displays.", + "paragraph": "A library to interact with ViewMarq LED Message Displays using the Arduino Modbus TCP Library.", + "website": "https://github.com/facts-engineering/ViewMarq", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/ViewMarq.git", + "providesIncludes": [ + "ViewMarq.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/ViewMarq-1.0.1.zip", + "archiveFileName": "ViewMarq-1.0.1.zip", + "size": 23397, + "checksum": "SHA-256:390b301dc0a1cd1947b790352f41670eea3ca0cbdef4147f73a47153512dd58c" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.0.zip", + "archiveFileName": "Adafruit_MSA301-1.0.0.zip", + "size": 739379, + "checksum": "SHA-256:7d3f602cc62a7ab8daa8428e1db403844f311f60ed7d58c9496b5bd571445326" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.1.zip", + "archiveFileName": "Adafruit_MSA301-1.0.1.zip", + "size": 739356, + "checksum": "SHA-256:967086a408231c0127ee7bc197c79fd9ead778d76816e99bb85471069f1f3efa" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.2.zip", + "archiveFileName": "Adafruit_MSA301-1.0.2.zip", + "size": 739361, + "checksum": "SHA-256:8e4d38239d6f39cb8f34990fd6cf728033518f53a1648b9a61394005cf7114a0" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.3.zip", + "archiveFileName": "Adafruit_MSA301-1.0.3.zip", + "size": 739358, + "checksum": "SHA-256:206f42cbc0a8c2838451f4ad8b26e48939da1a43a69e16d0960d1d646d6bdfed" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.4.zip", + "archiveFileName": "Adafruit_MSA301-1.0.4.zip", + "size": 740451, + "checksum": "SHA-256:a637ac750f107f4b4f0909dc87a712753e79549b7cb295f7ff1bd384c82145f9" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.5.zip", + "archiveFileName": "Adafruit_MSA301-1.0.5.zip", + "size": 740485, + "checksum": "SHA-256:3f573fdbd03635056f0e20ef77ae4b7ef304220311402006760cfeefec000c1c" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.6", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.6.zip", + "archiveFileName": "Adafruit_MSA301-1.0.6.zip", + "size": 740486, + "checksum": "SHA-256:2c32429a97f85f766a160ac97db4e72135691861212248db0d47feae402c7ada" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.7", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.7.zip", + "archiveFileName": "Adafruit_MSA301-1.0.7.zip", + "size": 1492906, + "checksum": "SHA-256:8a075a4d7624a2dde7b42c9e8f116cbc21ccff429b4dce96cbeb9279bf1482ab" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.8", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.8.zip", + "archiveFileName": "Adafruit_MSA301-1.0.8.zip", + "size": 1492964, + "checksum": "SHA-256:8f6c1c2c95f3ff969db86178b7301e5ef8753018db1daf84a50f8d179d360598" + }, + { + "name": "Adafruit MSA301", + "version": "1.0.9", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.9.zip", + "archiveFileName": "Adafruit_MSA301-1.0.9.zip", + "size": 1492804, + "checksum": "SHA-256:f5df101ba4e18fb447f448a228a66ca7455431135e8b0a9ade5103a19fda593f" + }, + { + "name": "Adafruit MSA301", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.1.0.zip", + "archiveFileName": "Adafruit_MSA301-1.1.0.zip", + "size": 1492819, + "checksum": "SHA-256:2fb2df6b1234e1862d3cba48ec3fab45164a2f2896c6e28eff0db0ce8cda2a76" + }, + { + "name": "Adafruit MSA301", + "version": "1.1.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit MSA301 Accelerometer.", + "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_MSA301", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MSA301.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.1.2.zip", + "archiveFileName": "Adafruit_MSA301-1.1.2.zip", + "size": 1492819, + "checksum": "SHA-256:3f47e7bf85bda722dc8b0db8d1a9c12ef912aa4ac910241fcfd8b9cc431c7e8b" + }, + { + "name": "TeensyUserInterface", + "version": "1.0.0", + "author": "S. Reifel", + "maintainer": "S. Reifel \u003cswr.reifel@gmail.com\u003e", + "license": "MIT", + "sentence": "A simple touchscreen user interface for Teensy.", + "paragraph": "Easy to use library for building Teensy applications with a menu based user interface.", + "website": "https://github.com/Stan-Reifel/TeensyUserInterface", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stan-Reifel/TeensyUserInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/TeensyUserInterface-1.0.0.zip", + "archiveFileName": "TeensyUserInterface-1.0.0.zip", + "size": 637172, + "checksum": "SHA-256:c0afef06908cdfbf9c4c07568c176645b2253071e024750a6f630ea06dca6fcb" + }, + { + "name": "TeensyUserInterface", + "version": "1.3.0", + "author": "S. Reifel", + "maintainer": "S. Reifel \u003cswr.reifel@gmail.com\u003e", + "license": "MIT", + "sentence": "A simple touchscreen user interface for Teensy.", + "paragraph": "Easy to use library for building Teensy applications with a menu based user interface.", + "website": "https://github.com/Stan-Reifel/TeensyUserInterface", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stan-Reifel/TeensyUserInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/TeensyUserInterface-1.3.0.zip", + "archiveFileName": "TeensyUserInterface-1.3.0.zip", + "size": 6599765, + "checksum": "SHA-256:7a23d53c33165573858ecb5f1151cf15f22116a5f7b5e6e04ebe9859af357796" + }, + { + "name": "SimpleRelay", + "version": "1.0.0", + "author": "JSC electronics, info@jsc-electronics.cz", + "maintainer": "JSC electronics, info@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "Relay library for Arduino.", + "paragraph": "SimpleRelay is an Arduino library to control a relay. You can turn relay on, off or toggle between those two states.", + "website": "https://github.com/JSC-electronics/SimpleRelay", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/SimpleRelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleRelay-1.0.0.zip", + "archiveFileName": "SimpleRelay-1.0.0.zip", + "size": 44055, + "checksum": "SHA-256:82aef49af4e0ee0122a7aba831a540907be50983dfb4b4eda7e514eb8572d03b" + }, + { + "name": "SimpleRelay", + "version": "1.0.2", + "author": "JSC electronics", + "maintainer": "JSC electronics, info@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "A library for controlling a relay.", + "paragraph": "This library allows user to turn relay on, off or toggle between those two states. User can also define switching logic and check relay state.", + "website": "https://github.com/JSC-electronics/SimpleRelay", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/SimpleRelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleRelay-1.0.2.zip", + "archiveFileName": "SimpleRelay-1.0.2.zip", + "size": 44334, + "checksum": "SHA-256:5aa5fcc472ad9ef67f57f793b1e5f562f194e3168e6fb4157fafb7f24c95e599" + }, + { + "name": "bb_uc1701", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized 128x64 monochrome LCD display library for ST7565/UC1701 conrollers.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32), optimized line drawing and rotated tile drawing.", + "website": "https://github.com/bitbank2/bb_uc1701", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_uc1701.git", + "providesIncludes": [ + "bb_uc1701.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_uc1701-1.0.0.zip", + "archiveFileName": "bb_uc1701-1.0.0.zip", + "size": 26791, + "checksum": "SHA-256:26c72c467b6be56ba2a91e1b9ef0fd1fefdbb4a1e4a099c73042d839fb2b63a1" + }, + { + "name": "ThermistorLibrary", + "version": "1.0.3", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the thermistors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read thermistors very easily.", + "website": "https://github.com/miguel5612/Arduino-ThermistorLibrary", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/Arduino-ThermistorLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/ThermistorLibrary-1.0.3.zip", + "archiveFileName": "ThermistorLibrary-1.0.3.zip", + "size": 46527, + "checksum": "SHA-256:383aadf36edcec2ee5b9af63641a1ee10e082e6166e7aad2c957a70a4c0847b2" + }, + { + "name": "ThermistorLibrary", + "version": "1.0.5", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the thermistors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read thermistors very easily.", + "website": "https://github.com/miguel5612/Arduino-ThermistorLibrary", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/Arduino-ThermistorLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/ThermistorLibrary-1.0.5.zip", + "archiveFileName": "ThermistorLibrary-1.0.5.zip", + "size": 86773, + "checksum": "SHA-256:1a8af86ab6b9d1aca99f63f539deee61314279f3355f8770271a6603e7fd71a4" + }, + { + "name": "ThermistorLibrary", + "version": "1.0.6", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the thermistors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read thermistors very easily.", + "website": "https://github.com/miguel5612/Arduino-ThermistorLibrary", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/Arduino-ThermistorLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/ThermistorLibrary-1.0.6.zip", + "archiveFileName": "ThermistorLibrary-1.0.6.zip", + "size": 86785, + "checksum": "SHA-256:30cbba1c04a645095cfe8b37d014ca4ab2f1a8525d407c5381de53b2e86ed46c" + }, + { + "name": "fp64lib", + "version": "1.0.0", + "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard.", + "website": "http://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.0.zip", + "archiveFileName": "fp64lib-1.0.0.zip", + "size": 175420, + "checksum": "SHA-256:b89298fab1c19a9cbbac6b830ec098cc2da946d43592d42e5c35acee9163a481" + }, + { + "name": "fp64lib", + "version": "1.0.1", + "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.1 added examples folder and hints for gcc optimizer.", + "website": "http://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.1.zip", + "archiveFileName": "fp64lib-1.0.1.zip", + "size": 176952, + "checksum": "SHA-256:9bfc4ceea78688058e35e4c5199cb1b8ccb0983579f1fd9368ddff8d84414487" + }, + { + "name": "fp64lib", + "version": "1.0.2", + "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.2 fixed bugs in fp64_classify.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.2.zip", + "archiveFileName": "fp64lib-1.0.2.zip", + "size": 177316, + "checksum": "SHA-256:0e3c9ca6b662d74ff8514a7cecb53ab65be908ae9ac68d586e2ebf569dd39780" + }, + { + "name": "fp64lib", + "version": "1.0.4", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.4 fixed bug in fp64_atof, added small C++ wrapper", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.4.zip", + "archiveFileName": "fp64lib-1.0.4.zip", + "size": 179222, + "checksum": "SHA-256:cdf2479d2b33b6ce368f0ee568eba062d9e46ce894e6a0e36d65d5008fd6ae4c" + }, + { + "name": "fp64lib", + "version": "1.0.5", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.5 fixed rounding bug in fp64_to_decimalExp", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.5.zip", + "archiveFileName": "fp64lib-1.0.5.zip", + "size": 179173, + "checksum": "SHA-256:54690c168fff0746114cf6b9b7ec5cc63c834e3d84ffff7f816febc372006735" + }, + { + "name": "fp64lib", + "version": "1.0.6", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.6 fixed segment allocation and obsolete declaration in header file", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.6.zip", + "archiveFileName": "fp64lib-1.0.6.zip", + "size": 179292, + "checksum": "SHA-256:768af4f858a3b0092a6f7713b5caba9c2fab315a179cc43b8a2eeecea7f486c6" + }, + { + "name": "fp64lib", + "version": "1.0.7", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.7 is now compatible with Arduino Mega and fixed rounding bug in fp64_to_string", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.7.zip", + "archiveFileName": "fp64lib-1.0.7.zip", + "size": 179516, + "checksum": "SHA-256:fb0454b2a8789782fd0f5eb1cca87a1c6a85e63ab3a221824683a992d1e4b4bc" + }, + { + "name": "fp64lib", + "version": "1.0.8", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.8 is intermediate release to compare previous implementations with faster and more precise routines", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.8.zip", + "archiveFileName": "fp64lib-1.0.8.zip", + "size": 220278, + "checksum": "SHA-256:306994af59f1888b6817a0b885fd9a5d93c4c4fc80b5f8cbeff18387d0919d1e" + }, + { + "name": "fp64lib", + "version": "1.1.0", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.0 is first release with faster and more precise routines for higher math functions like sin, cos, asin, log and exp.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.0.zip", + "archiveFileName": "fp64lib-1.1.0.zip", + "size": 191609, + "checksum": "SHA-256:4f5343368318e8229c52471bbd1516ccd6963c6b6363873c4ff28109217c86d6" + }, + { + "name": "fp64lib", + "version": "1.1.2", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.0 is first release with faster and more precise routines for higher math functions like sin, cos, asin, log and exp.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.2.zip", + "archiveFileName": "fp64lib-1.1.2.zip", + "size": 191629, + "checksum": "SHA-256:11fd62577f274a9fc977056cb745f95b3ce8d9248cc15bba8a1b2798d45493e7" + }, + { + "name": "fp64lib", + "version": "1.1.3", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.3 fixed a linker bug when using many fp64lib routines.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.3.zip", + "archiveFileName": "fp64lib-1.1.3.zip", + "size": 191598, + "checksum": "SHA-256:765a050a84f4c559af1e6c0ce55227a6ee621180cb775bea9e1194d7332bed30" + }, + { + "name": "fp64lib", + "version": "1.1.4", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.4 increased speed of fp64_log by ~40%.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.4.zip", + "archiveFileName": "fp64lib-1.1.4.zip", + "size": 191655, + "checksum": "SHA-256:9f69e00873debcc0612d7372ced33e05904e4567ffd2b568c6e5ba9a93d4571a" + }, + { + "name": "fp64lib", + "version": "1.1.5", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.5 increased speed of fp64_log by ~40%.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.5.zip", + "archiveFileName": "fp64lib-1.1.5.zip", + "size": 191650, + "checksum": "SHA-256:473a0c553a027c94c813afe1016308e900237bd2fdbe718e361b668a34ec197d" + }, + { + "name": "fp64lib", + "version": "1.1.6", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.6 increased speed of fp64_sin by ~45%.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.6.zip", + "archiveFileName": "fp64lib-1.1.6.zip", + "size": 191180, + "checksum": "SHA-256:ccf2bf99332d5cdad4e3232e4eeb4b6529f5973d8fb13cf66116620531fe0872" + }, + { + "name": "fp64lib", + "version": "1.1.7", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.7 fixed bug that impacted nested calling of functions.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.7.zip", + "archiveFileName": "fp64lib-1.1.7.zip", + "size": 194539, + "checksum": "SHA-256:f3d9cdf97da6145d381179e08660f883d32c250213c1a8086e95171f0117e0f1" + }, + { + "name": "fp64lib", + "version": "1.1.8", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.8 major code savings by identifying common subroutines.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.8.zip", + "archiveFileName": "fp64lib-1.1.8.zip", + "size": 205675, + "checksum": "SHA-256:a70ac43076583c5883d36a294800f4bf8c29082a747e89fb265c4148ec2b5e3c" + }, + { + "name": "fp64lib", + "version": "1.1.9", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.9 fixed missing segment allocations.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.9.zip", + "archiveFileName": "fp64lib-1.1.9.zip", + "size": 205838, + "checksum": "SHA-256:f6bf78c775f55627dae5b073453c2d8684d28385f0267608b13a2daad1f1b40b" + }, + { + "name": "fp64lib", + "version": "1.1.10", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.10 supports compilation outside arduino IDE", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.10.zip", + "archiveFileName": "fp64lib-1.1.10.zip", + "size": 207003, + "checksum": "SHA-256:b93f195b9712789f6cc81e98dd0b82b4de3f78fee1b08e8339905361bf0ded54" + }, + { + "name": "fp64lib", + "version": "1.1.11", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.11 has further space-optimizations for asin \u0026 acos", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.11.zip", + "archiveFileName": "fp64lib-1.1.11.zip", + "size": 205959, + "checksum": "SHA-256:5cb87a6020df8129ac91cdb17bc2ff96a9d0b2e4cfb646f71ae2bf436378ab7f" + }, + { + "name": "fp64lib", + "version": "1.1.12", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.12 improved accuracy for sin \u0026 cos.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.12.zip", + "archiveFileName": "fp64lib-1.1.12.zip", + "size": 206020, + "checksum": "SHA-256:f603c8b93e1d2efa8036dd899ad9b40a0d042657a92c3220651fe9ef34e95f48" + }, + { + "name": "fp64lib", + "version": "1.1.13", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.13 added fp64_exp10, fp64_log2 and experimental long double support for gcc 10.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.13.zip", + "archiveFileName": "fp64lib-1.1.13.zip", + "size": 210078, + "checksum": "SHA-256:03b65d6599b1c5937e47d3a68ad7bfbd2d1657b8705a775d6352bec1dee66aab" + }, + { + "name": "fp64lib", + "version": "1.1.14", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.14 added support for x^y for negative x and y being an integer", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.14.zip", + "archiveFileName": "fp64lib-1.1.14.zip", + "size": 211830, + "checksum": "SHA-256:aba296e8dcbfed2750dbbdff4d9cfb0b1e5c12ee1f76117a61ed5cdb24aa4939" + }, + { + "name": "fp64lib", + "version": "1.1.15", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.15 removed bug in fp64_to_string", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.15.zip", + "archiveFileName": "fp64lib-1.1.15.zip", + "size": 211862, + "checksum": "SHA-256:cdcb503413016492ac25151c58ba7fd658bffb4aea3c03ea4b29b93b95152e9e" + }, + { + "name": "fp64lib", + "version": "1.1.16", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.16 contains a complete rewrite of fp64_modf to fix a bug and make it fully compatible with C/C++.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.16.zip", + "archiveFileName": "fp64lib-1.1.16.zip", + "size": 212099, + "checksum": "SHA-256:28b54809b8366a8ad1068fcb977034ea8a71716689e8113b84b97cfb35077a5f" + }, + { + "name": "fp64lib", + "version": "1.1.17", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.17 fixed a bug in the fp64_atan2 function.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.17.zip", + "archiveFileName": "fp64lib-1.1.17.zip", + "size": 212073, + "checksum": "SHA-256:2791424ffb947489adb28142c538cbb144d37570aab9a4a78636a2e6ab74c47b" + }, + { + "name": "fp64lib", + "version": "1.1.18", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.18 works also for ATMEGA 2560 and programs \u003e64kB.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.18.zip", + "archiveFileName": "fp64lib-1.1.18.zip", + "size": 243846, + "checksum": "SHA-256:904cd4bb1c4982bdd5f8b018ba772645ec9df79a3155fc19d407807fc44a8793" + }, + { + "name": "fp64lib", + "version": "1.1.19", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.19 removed bug in fp64_to_string for programs \u003e64kB.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.19.zip", + "archiveFileName": "fp64lib-1.1.19.zip", + "size": 214396, + "checksum": "SHA-256:767b319797b0c35594060f98b4ba70daf4ef0ffca225287a3feb0c7a0e834683" + }, + { + "name": "fp64lib", + "version": "1.1.20", + "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", + "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", + "paragraph": "More precision for Arduino. fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.20 added functions for better math.h coverage.", + "website": "https://fp64lib.org", + "category": "Data Processing", + "architectures": [ + "avr", + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fp64lib/fp64lib.git", + "providesIncludes": [ + "fp64lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.20.zip", + "archiveFileName": "fp64lib-1.1.20.zip", + "size": 223880, + "checksum": "SHA-256:3d04820512e5b17faa4451bf5987e09cb436bd407c9ca5d63e759f4f1aea3630" + }, + { + "name": "BraccioV2", + "version": "0.2.0", + "author": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "maintainer": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "sentence": "A library that enables more functionality for use with the Tinkerkit Braccio Arm.", + "paragraph": "Adds additional functionality beyond default library, including support for individual joint positions, relative motion, and independent min/max/center calibration. Only works with Tinkerkit Braccio with V4 shield.", + "website": "https://github.com/kk6axq/BraccioV2", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kk6axq/BraccioV2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk6axq/BraccioV2-0.2.0.zip", + "archiveFileName": "BraccioV2-0.2.0.zip", + "size": 19930641, + "checksum": "SHA-256:f76b08f5b4408f9686c5af8e9fa4476cc317d10611f8ab3f4766859dee9db926" + }, + { + "name": "BraccioV2", + "version": "0.2.1", + "author": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "maintainer": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", + "sentence": "A library that enables more functionality for use with the Tinkerkit Braccio Arm.", + "paragraph": "Adds additional functionality beyond default library, including support for individual joint positions, relative motion, and independent min/max/center calibration. Only works with Tinkerkit Braccio with V4 shield.", + "website": "https://github.com/kk6axq/BraccioV2", + "category": "Device Control", + "architectures": [ + "avr", + "samd", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kk6axq/BraccioV2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk6axq/BraccioV2-0.2.1.zip", + "archiveFileName": "BraccioV2-0.2.1.zip", + "size": 19930641, + "checksum": "SHA-256:fed7d500cc113ff15f32940388e3490d39daf80d51028ff19f6dd08f106ec499" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.3.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.3.zip", + "size": 18629, + "checksum": "SHA-256:a39c27b0541b8b885536c7e4e88e8fc088e1de382418b08b15323934b5d3bdc5" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.4.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.4.zip", + "size": 18630, + "checksum": "SHA-256:4fb23ee4de4b5f4c820bcf952ebd548d3eba4e1450ffa2bc4e10597d4922a955" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.5.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.5.zip", + "size": 18630, + "checksum": "SHA-256:e0cbd0e3bf8f2095fd85d035d621eddaa9029c55607e3f05731b7c5c7a4ecdc4" + }, + { + "name": "SparkFun AK975X Human Presence Sensor Library", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", + "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", + "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.6.zip", + "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.6.zip", + "size": 18628, + "checksum": "SHA-256:b7dd8e5c3209d307d5c23dc2e70b321c6561de154a036ea098767d1efdec1142" + }, + { + "name": "MBUSPayload", + "version": "0.1.0", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": [ + "MBUSPayload.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.0.zip", + "archiveFileName": "MBUSPayload-0.1.0.zip", + "size": 23310, + "checksum": "SHA-256:3434fe4aa29a3ce39dc5ce9cba5c350d49447a1e702d2c62075d9049c37c2da4" + }, + { + "name": "MBUSPayload", + "version": "0.1.1", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": [ + "MBUSPayload.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.1.zip", + "archiveFileName": "MBUSPayload-0.1.1.zip", + "size": 23385, + "checksum": "SHA-256:af96a5b09088c7200a09bb9bb1f045acb8de29bd0110822bdf88996a03f15f7d" + }, + { + "name": "MBUSPayload", + "version": "0.1.2", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": [ + "MBUSPayload.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.2.zip", + "archiveFileName": "MBUSPayload-0.1.2.zip", + "size": 23590, + "checksum": "SHA-256:841123a2065ad5943a2f81691f9133c46ee73b2632f964dc1ff4cfb40ce38980" + }, + { + "name": "MBUSPayload", + "version": "1.0.0", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": [ + "MBUSPayload.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-1.0.0.zip", + "archiveFileName": "MBUSPayload-1.0.0.zip", + "size": 24271, + "checksum": "SHA-256:a0140cf9d9471ec1e88334231123352bacc201fc51c04f55f02902b6a2cf123f" + }, + { + "name": "MBUSPayload", + "version": "1.0.1", + "author": "Xose Pérez \u003cxose@allwize.io\u003e", + "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", + "sentence": "MBUS application layer payload encoder and decoder", + "website": "https://github.com/allwize/mbus-payload.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AllWize/mbus-payload.git", + "providesIncludes": [ + "MBUSPayload.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-1.0.1.zip", + "archiveFileName": "MBUSPayload-1.0.1.zip", + "size": 24411, + "checksum": "SHA-256:e2b4d7cd6b3d9ff693263daa8cb4fc3220e896f6dd31152e78bfb5b04be52019" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.0.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/inyPICO", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.0.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.0.0.zip", + "size": 8650, + "checksum": "SHA-256:29f20d443c4282faf8e32ee74f467f150c65562d98aa50074cced360291b6da5" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.2.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/inyPICO", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.2.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.2.0.zip", + "size": 8664, + "checksum": "SHA-256:ce04a5466020586d5ec1be559554eb6a6c3600762afc7d896744be14eb49fee2" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.3.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/inyPICO", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.3.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.3.0.zip", + "size": 8763, + "checksum": "SHA-256:108a2d9c28e5a110427373722a11621a20cbe3e9de6cc17f396d0cd0bb01b5d9" + }, + { + "name": "TinyPICO Helper Library", + "version": "1.4.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "A TinyPICO Helper Library", + "paragraph": "A TinyPICO Helper Library", + "website": "https://github.com/TinyPICO", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.4.0.zip", + "archiveFileName": "TinyPICO_Helper_Library-1.4.0.zip", + "size": 8800, + "checksum": "SHA-256:4a8dc3e1e0e2829ab76c08978ace0c8d28f5234dd27fd1e2df6e85a074220361" + }, + { + "name": "bcl", + "version": "0.0.2", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.2.zip", + "archiveFileName": "bcl-0.0.2.zip", + "size": 1050211, + "checksum": "SHA-256:bbdc1202cf686fe582678bc86a06c458262439f071234eb55b890f9293430a53" + }, + { + "name": "bcl", + "version": "0.0.3", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.3.zip", + "archiveFileName": "bcl-0.0.3.zip", + "size": 1049434, + "checksum": "SHA-256:a30997038fb129ecd47547d082907559ed116dc0d851c0bf3ef7b7fd38201868" + }, + { + "name": "bcl", + "version": "0.0.4", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.4.zip", + "archiveFileName": "bcl-0.0.4.zip", + "size": 1050189, + "checksum": "SHA-256:dfa5810a26b223d4f7637dce482d440d6b51dab4c25d21b2812a8e572eaccb0c" + }, + { + "name": "bcl", + "version": "0.0.5", + "author": "Project Nayuki \u003cme@nayuki.io\u003e", + "maintainer": "Simon Downey \u003csimon@ark.io\u003e", + "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", + "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", + "website": "https://github.com/sleepdefic1t/bcl", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepdefic1t/bcl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.5.zip", + "archiveFileName": "bcl-0.0.5.zip", + "size": 1049846, + "checksum": "SHA-256:b0cdf789fa58326e777a6f8b07c0c7127e6473d98c6ca40ffda9c97b75fc0296" + }, + { + "name": "TM1637 Driver", + "version": "1.0.0", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice and Well-written library to handle TM1637 display features.", + "paragraph": "This library supports displaying characters and automatic number handling to the TM1637 display. Some features of the library include easy brightness setup, clock colon alternation and inheritance support.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.0.0.zip", + "archiveFileName": "TM1637_Driver-1.0.0.zip", + "size": 17947, + "checksum": "SHA-256:0fcdf7ba7a10941113b68301a5153b402090cc209922c85cf7872e069760a4ee" + }, + { + "name": "TM1637 Driver", + "version": "1.1.0", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features.", + "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.0.zip", + "archiveFileName": "TM1637_Driver-1.1.0.zip", + "size": 21658, + "checksum": "SHA-256:f878d95881321ea78ea9979bc3c2d2476690822faba35e58472ad09d62055a94" + }, + { + "name": "TM1637 Driver", + "version": "1.1.1", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features. Supports numbers and strings, as well as screen splitting, screen clearing, pads, offsets, overflow and soon animations.", + "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.1.zip", + "archiveFileName": "TM1637_Driver-1.1.1.zip", + "size": 24250, + "checksum": "SHA-256:ef2a3f170de900d06fdcd1844532de0c03d2180a8300d09ada5308b30fc4e712" + }, + { + "name": "TM1637 Driver", + "version": "1.1.2", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features. Supports numbers and strings, as well as screen splitting, screen clearing, pads, offsets, overflow and soon animations.", + "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows. Visit the Github page for more info https://github.com/AKJ7/TM1637", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.2.zip", + "archiveFileName": "TM1637_Driver-1.1.2.zip", + "size": 25840, + "checksum": "SHA-256:07d1541963cbb3f8cc4c0512f2a5e65b9449c092a4e2bff9c00b36368fece1a9" + }, + { + "name": "TM1637 Driver", + "version": "2.0.1", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.0.1.zip", + "archiveFileName": "TM1637_Driver-2.0.1.zip", + "size": 29597, + "checksum": "SHA-256:63ddb2987bb5b861690ed92dec50096424e7a38601767e00933c40ead8f805d2" + }, + { + "name": "TM1637 Driver", + "version": "2.0.2", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.0.2.zip", + "archiveFileName": "TM1637_Driver-2.0.2.zip", + "size": 29569, + "checksum": "SHA-256:3a8549174333effa5d8968c6c6e1eb12e0f8ab1ed9ba354c3f1ddba05b0a3a7d" + }, + { + "name": "TM1637 Driver", + "version": "2.1.0", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.1.0.zip", + "archiveFileName": "TM1637_Driver-2.1.0.zip", + "size": 29694, + "checksum": "SHA-256:213de04faeb3a134266d9020d9abf8bd22520d2ddcf0a81d7ee106de7bb55731" + }, + { + "name": "TM1637 Driver", + "version": "2.1.1", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.1.1.zip", + "archiveFileName": "TM1637_Driver-2.1.1.zip", + "size": 29725, + "checksum": "SHA-256:ffb60db274454504f0db0ca3b56853e76f63920928b534c1c9c3000d38218ce3" + }, + { + "name": "TM1637 Driver", + "version": "2.1.2", + "author": "AKJ \u003cakj123429@gmail.com\u003e", + "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", + "sentence": "Feature-full and simple TM1637 library with nonblocking animation support", + "paragraph": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.", + "website": "https://github.com/AKJ7/TM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AKJ7/TM1637.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-2.1.2.zip", + "archiveFileName": "TM1637_Driver-2.1.2.zip", + "size": 29737, + "checksum": "SHA-256:7247aa36f2589fb0329f82ea423092dd6d6eb5f626f8ad2be1b8acc940f894ab" + }, + { + "name": "MQUnifiedsensor", + "version": "1.0.0", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read LiquidCrystal MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.0.zip", + "archiveFileName": "MQUnifiedsensor-1.0.0.zip", + "size": 8781931, + "checksum": "SHA-256:6a1a08b8096b615dfc65df67aff46d969ea9dac8ff9d9843e13971b536ee903c" + }, + { + "name": "MQUnifiedsensor", + "version": "1.0.2", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.2.zip", + "archiveFileName": "MQUnifiedsensor-1.0.2.zip", + "size": 8781918, + "checksum": "SHA-256:bd459e2079432b670fcb92c5cba347e03f091eecda7d2a51ddf676bb7f970c56" + }, + { + "name": "MQUnifiedsensor", + "version": "1.0.4", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.4.zip", + "archiveFileName": "MQUnifiedsensor-1.0.4.zip", + "size": 8783504, + "checksum": "SHA-256:58bea6111f9b65bb6e0a6e3b0926cb385d0873b776da153dd811603032088163" + }, + { + "name": "MQUnifiedsensor", + "version": "1.9.9", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo, Ghiordy Contreras", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.9.9.zip", + "archiveFileName": "MQUnifiedsensor-1.9.9.zip", + "size": 62797, + "checksum": "SHA-256:5305294cefe0ffeb7324a5aa56000438e9df8a99fd1856feae3b584c493fde0d" + }, + { + "name": "MQUnifiedsensor", + "version": "1.10.0", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo, Ghiordy Contreras", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.10.0.zip", + "archiveFileName": "MQUnifiedsensor-1.10.0.zip", + "size": 62916, + "checksum": "SHA-256:0d970a4659ceb10ed85b6eb442ea2b5d32441445081535b2e283850f40fcab50" + }, + { + "name": "MQUnifiedsensor", + "version": "2.0.0", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo\u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras\u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-2.0.0.zip", + "archiveFileName": "MQUnifiedsensor-2.0.0.zip", + "size": 62726, + "checksum": "SHA-256:9a8df75e94a3dbe5583ee5cb8bf8d129f3a7215532a3776a8685c3ec8feca6d3" + }, + { + "name": "MQUnifiedsensor", + "version": "2.0.1", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo\u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras\u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-2.0.1.zip", + "archiveFileName": "MQUnifiedsensor-2.0.1.zip", + "size": 66443, + "checksum": "SHA-256:68122ffe8d51fa22d474c1744e12d83dcc389a86e67d4cc90cfb4deffbdf3c7a" + }, + { + "name": "MQUnifiedsensor", + "version": "3.0.0", + "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo\u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras\u003cmiguelangel5612@gmail.com\u003e", + "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read the MQ sensors very easily.", + "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", + "website": "https://github.com/miguel5612/MQSensorsLib", + "category": "Sensors", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miguel5612/MQSensorsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-3.0.0.zip", + "archiveFileName": "MQUnifiedsensor-3.0.0.zip", + "size": 528317, + "checksum": "SHA-256:1d4c983ad00e4eb471269e1e6d384ea4d5a53a98e26ebcb3cb50a30ab972f8ce" + }, + { + "name": "ObjectButton", + "version": "1.0.0", + "author": "Vladimír Záhradník, vladimir.zahradnik@jsc-electronics.cz", + "maintainer": "Vladimír Záhradník, vladimir.zahradnik@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "An Arduino library for detecting button actions.", + "paragraph": "ObjectButton is an Arduino library for detecting common button actions. Because of it, you can map different functions into a single button, i.e. turn on the light on a button click and play an alarm sound on double-click.", + "website": "https://github.com/JSC-electronics/ObjectButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/ObjectButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ObjectButton-1.0.0.zip", + "archiveFileName": "ObjectButton-1.0.0.zip", + "size": 61146, + "checksum": "SHA-256:894cd2580b81ef74c3e088a80a1df526a3c615960c3d32be7a3a46fb8bf5ab85" + }, + { + "name": "ObjectButton", + "version": "2.0.0", + "author": "JSC electronics", + "maintainer": "Vladimír Záhradník \u003cvladimir.zahradnik@jsce.cz\u003e, JSC electronics \u003cdevelopment@jsce.cz\u003e", + "license": "Apache-2.0", + "sentence": "An Arduino library for detecting button actions.", + "paragraph": "ObjectButton is an Arduino library for detecting common button actions. Because of it, you can map different functions into a single button, i.e., turn on the light on a button click and play an alarm sound on double-click.", + "website": "https://github.com/JSC-electronics/ObjectButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/ObjectButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ObjectButton-2.0.0.zip", + "archiveFileName": "ObjectButton-2.0.0.zip", + "size": 89309, + "checksum": "SHA-256:a8285a736f11ca873b858e153bf57a0f56e9d7231b3a563949ad7119a02c6f50" + }, + { + "name": "uMuxOutputLib", + "version": "1.0.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uMuxOutputLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "providesIncludes": [ + "uMuxOutputLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.0.zip", + "archiveFileName": "uMuxOutputLib-1.0.0.zip", + "size": 9146, + "checksum": "SHA-256:0c990279464212a9c4ae30bbe526092d6592dbb8b4cf1603d7ef1f9f0937cad2" + }, + { + "name": "uMuxOutputLib", + "version": "1.0.1", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uMuxOutputLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "providesIncludes": [ + "uMuxOutputLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.1.zip", + "archiveFileName": "uMuxOutputLib-1.0.1.zip", + "size": 9219, + "checksum": "SHA-256:6214c17b94573015c23d0d5d07b31afa43a966ae442ffc9ec3df28ca56883911" + }, + { + "name": "uMuxOutputLib", + "version": "1.0.2", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", + "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", + "website": "https://github.com/Naguissa/uMuxOutputLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "providesIncludes": [ + "uMuxOutputLib.h" + ], + "dependencies": [ + { + "name": "uTimerLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.2.zip", + "archiveFileName": "uMuxOutputLib-1.0.2.zip", + "size": 9816, + "checksum": "SHA-256:8dc2af90db0cafd9e23018c50c938c061162ecdd3eca83c93b3e825640c8b9ab" + }, + { + "name": "PaunaStepper", + "version": "0.0.1", + "author": "KBernario", + "maintainer": "kbernario \u003ckbernario@gmail.com\u003e", + "sentence": "Allows Arduino boards to control hobby stepper motor such as model 28BYJ-48 5v with ULN2003.", + "paragraph": "PaunaStepper is a library for use with 4-wire hobby stepper motors. It is mainly oriented to low-cost stepper such as model 28BYJ-48 5v with ULN2003. The main feature that differentiates this library from similar ones is that it uses interrupts to control the steppers and can control more than one stepper in a similar way to the Servo library.", + "website": "http://www.udec.cl/%7edariorojas/PaunaStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kbernario/PaunaStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kbernario/PaunaStepper-0.0.1.zip", + "archiveFileName": "PaunaStepper-0.0.1.zip", + "size": 27662, + "checksum": "SHA-256:4559c3e35138d54d9557d8937da8b82c294f12269666fda89f38e4325f6ce65b" + }, + { + "name": "FunctionFsm", + "version": "1.0.0", + "author": "JRVeale", + "maintainer": "JRVeale", + "sentence": "A library that simplifies the creation of finite state machines and streamlines the process of turning state diagrams into code..", + "paragraph": "It encourages objects to have ownership of their state by allowing finite state machines to be held by other objects. Requires std::function, std::chronos and std::vector. This library is based on the fantastic arduino-fsm by Jon Black.", + "website": "https://github.com/JRVeale/function-fsm", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JRVeale/function-fsm.git", + "providesIncludes": [ + "FunctionFSM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JRVeale/FunctionFsm-1.0.0.zip", + "archiveFileName": "FunctionFsm-1.0.0.zip", + "size": 9010, + "checksum": "SHA-256:df8a5b14004dbb0c9960025b1aba20923abba3bdbe8fd14b57da4fd70781d3d1" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.2.zip", + "size": 22191, + "checksum": "SHA-256:ff2a2d5d05c14fa0a8bc86852a448efee023ab192a58ec889f3d54cc95cfe995" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.1.zip", + "size": 22434, + "checksum": "SHA-256:905e5df671ad2c1934ea7807571719d38b37d3e8fbd287a42e14bdc0a0119e13" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.0.zip", + "size": 24700, + "checksum": "SHA-256:c770b874cbe099ef60f11ef1426531a4e5bdb959fee80ba6f2333e377280c30a" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.1.zip", + "size": 24659, + "checksum": "SHA-256:b040e2fc92a3262fc77e5fec52295a84cb8bc1e9d0800b6ebbb9826ce7d5f152" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.2.zip", + "size": 24717, + "checksum": "SHA-256:6786e1ef1e60c1a49201376b0ba391baa73feb7d8456a239aa06ec88e2503870" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.3.zip", + "size": 24694, + "checksum": "SHA-256:8c54d1aafb5cae7e94422384e8f7249320dba1d6cf793b9017176a55465a278a" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.4.zip", + "size": 24716, + "checksum": "SHA-256:8c1fd18ca00b5d947a16bdbda09ccadb78a403f837b278d99ba5a5e5c254a47d" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.5.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.5.zip", + "size": 24914, + "checksum": "SHA-256:afd3c7f17e3a7230c3ae726e2355360661d0f939bcf8e806501d439f586617d9" + }, + { + "name": "SparkFun Qwiic Button and Qwiic Switch Library", + "version": "2.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", + "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", + "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.6.zip", + "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.6.zip", + "size": 24928, + "checksum": "SHA-256:78c2da7eb9f970e00c4b2116a9896f71214bb98833f02f050fef9b7f0c2d7dd2" + }, + { + "name": "RobotLib", + "version": "1.0.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.0.0.zip", + "archiveFileName": "RobotLib-1.0.0.zip", + "size": 131495, + "checksum": "SHA-256:827d451cb783154091d07da9061c80996e324676746f63ec8e3cae65c418fa03" + }, + { + "name": "RobotLib", + "version": "1.2.1", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.2.1.zip", + "archiveFileName": "RobotLib-1.2.1.zip", + "size": 125970, + "checksum": "SHA-256:e94bb1252d561da031ecabcd72f7a9aa8edec628ed4d27a82c8507e89e9dc610" + }, + { + "name": "RobotLib", + "version": "0.1.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-0.1.0.zip", + "archiveFileName": "RobotLib-0.1.0.zip", + "size": 12593, + "checksum": "SHA-256:2cfc5ff4eacc269797dd61f5813ed4e4e7c3c7bfdc21955e8dc4288f889d9aba" + }, + { + "name": "RobotLib", + "version": "1.3.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.3.0.zip", + "archiveFileName": "RobotLib-1.3.0.zip", + "size": 132884, + "checksum": "SHA-256:285d51713c3564700ef03b1ff5364e6f2dc7c60b1f9cc079f3eab5f5fb994521" + }, + { + "name": "RobotLib", + "version": "1.4.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.4.0.zip", + "archiveFileName": "RobotLib-1.4.0.zip", + "size": 134277, + "checksum": "SHA-256:7a67a2b52c28180a28eb7221f15b9b0b3f4da5309f94e79625d3974a476e695d" + }, + { + "name": "RobotLib", + "version": "1.5.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.5.0.zip", + "archiveFileName": "RobotLib-1.5.0.zip", + "size": 135411, + "checksum": "SHA-256:d82da5512c7fae8be3418b2132c067368a5e19d48c0caee7d2fc9158b9f18a17" + }, + { + "name": "RobotLib", + "version": "1.6.0", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.6.0.zip", + "archiveFileName": "RobotLib-1.6.0.zip", + "size": 136180, + "checksum": "SHA-256:0b81b098c0be25a2d2267d6b482982ef5ad7b4880a5becdacb4c32403bb2c834" + }, + { + "name": "RobotLib", + "version": "1.6.1", + "author": "Sooner Robotics \u003cscr@ou.edu\u003e", + "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", + "license": "MIT", + "sentence": "A robotics library to simplify implementing generic robotics hardware.", + "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", + "website": "https://github.com/SoonerRobotics/RobotLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "providesIncludes": [ + "RobotLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.6.1.zip", + "archiveFileName": "RobotLib-1.6.1.zip", + "size": 137306, + "checksum": "SHA-256:c82f4335cf3fd16682b45118f5f530de7460518f9ff7b0bd79bde905d231cdee" + }, + { + "name": "RTC RV-3028-C7 Arduino Library", + "version": "2.0.0", + "author": "Constantin Koch", + "maintainer": "Constantin Koch - constantinkoch@outlook.com", + "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", + "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.0.0.zip", + "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.0.0.zip", + "size": 20417, + "checksum": "SHA-256:ad6dedbdf6a2f6d042b22b667eb0b190c41f0d03eb014e908c60f2e1856c3175" + }, + { + "name": "RTC RV-3028-C7 Arduino Library", + "version": "2.0.1", + "author": "Constantin Koch", + "maintainer": "Constantin Koch - constantinkoch@outlook.com", + "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", + "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.0.1.zip", + "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.0.1.zip", + "size": 20437, + "checksum": "SHA-256:315768266576d489d026f5a73baf63c969823a0fcb962af42c3662bf1b4d90b3" + }, + { + "name": "RTC RV-3028-C7 Arduino Library", + "version": "2.1.0", + "author": "Constantin Koch", + "maintainer": "Constantin Koch - constantinkoch@outlook.com", + "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", + "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.1.0.zip", + "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.1.0.zip", + "size": 46897, + "checksum": "SHA-256:2b3f42da1ef83037adc8f55cac5a54a3b3025bf8cee48a00e9338dd975fd7a61" + }, + { + "name": "Hello Drum", + "version": "0.7.1", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": [ + "avr", + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": [ + "hellodrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.1.zip", + "archiveFileName": "Hello_Drum-0.7.1.zip", + "size": 54389, + "checksum": "SHA-256:aadcdb378d01b6e748ec8f7e57d3ca0e3df5935127e91ed6c18f427a9b8e2963" + }, + { + "name": "Hello Drum", + "version": "0.7.2", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": [ + "avr", + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": [ + "hellodrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.2.zip", + "archiveFileName": "Hello_Drum-0.7.2.zip", + "size": 58252, + "checksum": "SHA-256:94a452cdf1780f870c3d181a5554aaa5169ae8e80492d6db5e381a8867f17858" + }, + { + "name": "Hello Drum", + "version": "0.7.3", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": [ + "avr", + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": [ + "hellodrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.3.zip", + "archiveFileName": "Hello_Drum-0.7.3.zip", + "size": 60697, + "checksum": "SHA-256:e77ecb6e06a90908507e70fe87607734840352614dee4c205a087d8551924d6d" + }, + { + "name": "Hello Drum", + "version": "0.7.4", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": [ + "avr", + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": [ + "hellodrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.4.zip", + "archiveFileName": "Hello_Drum-0.7.4.zip", + "size": 65418, + "checksum": "SHA-256:69e5811cf4f75873106bcdde6081fc0c71ccdb46a14787ecf575d1b555e6627e" + }, + { + "name": "Hello Drum", + "version": "0.7.5", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": [ + "avr", + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": [ + "hellodrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.5.zip", + "archiveFileName": "Hello_Drum-0.7.5.zip", + "size": 65658, + "checksum": "SHA-256:902b7a9e51ebe6136e042291c577ee64d43955b278b0fd2028be14aad4b383bf" + }, + { + "name": "Hello Drum", + "version": "0.7.6", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": [ + "avr", + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": [ + "hellodrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.6.zip", + "archiveFileName": "Hello_Drum-0.7.6.zip", + "size": 68691, + "checksum": "SHA-256:4df45b402a98bfbd9478cf7891499782e46fb1087224c242cbc65b12bc52f5a5" + }, + { + "name": "Hello Drum", + "version": "0.7.7", + "author": "Ryo Kosaka", + "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", + "sentence": "Arduino Library for piezo sensing", + "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", + "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "category": "Sensors", + "architectures": [ + "avr", + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "providesIncludes": [ + "hellodrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.7.zip", + "archiveFileName": "Hello_Drum-0.7.7.zip", + "size": 67152, + "checksum": "SHA-256:baef1b7508b182743dbb9e596b33f560be490e494fabd3fe5a99fa344bb84883" + }, + { + "name": "SevenSeg4D", + "version": "1.0.0", + "author": "Bill Rigas \u003csort.coder@gmail.com\u003e", + "maintainer": "Bill Rigas \u003csort.coder@gmail.com\u003e", + "sentence": "Library for driving a 4 digit 7segment LED display screen with 2 HC595 shift registers", + "paragraph": "Supports SPI protocol where applicable. Also offers scrolling capabilities", + "website": "https://github.com/brigosx/SevenSeg4D", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brigosx/SevenSeg4D.git", + "providesIncludes": [ + "SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brigosx/SevenSeg4D-1.0.0.zip", + "archiveFileName": "SevenSeg4D-1.0.0.zip", + "size": 23444, + "checksum": "SHA-256:c9e00990bec58c2927aeb889bc09f92d2d92e123532a399776797eb9dd4ef21c" + }, + { + "name": "um3750-library", + "version": "0.1.0", + "author": "francibm97", + "maintainer": "francibm97 https://github.com/francibm97", + "sentence": "Emulate the UM3750 encoder and decoder.", + "paragraph": "Use your ESP8266 to trasmit or receive fixed 12 bit codes over RF on 315MHz/433MHz.", + "website": "https://github.com/francibm97/UM3750", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/francibm97/UM3750.git", + "providesIncludes": [ + "UM3750.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/francibm97/um3750_library-0.1.0.zip", + "archiveFileName": "um3750_library-0.1.0.zip", + "size": 60777, + "checksum": "SHA-256:98e5369e42d867d0cafc3ede08ab97e97c04fd82e56b938f6d1f702f07f8b7bc" + }, + { + "name": "CayenneLPP", + "version": "1.0.0", + "author": "The Things Network", + "maintainer": "Andres Sabas \u003cs@theinventorhouse.org\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/sabas1080/CayenneLPP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": [ + "CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.0.zip", + "archiveFileName": "CayenneLPP-1.0.0.zip", + "size": 14006, + "checksum": "SHA-256:d0ca1ad35f16c2e710cb06ddd9fafcdc704affa8a16765190e6adca728e5bf55" + }, + { + "name": "CayenneLPP", + "version": "1.0.1", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/sabas1080/CayenneLPP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": [ + "CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.1.zip", + "archiveFileName": "CayenneLPP-1.0.1.zip", + "size": 14076, + "checksum": "SHA-256:5cfcaf1edd325df67dd0c65f4a5860f2ab8b490dda4d2d2508f8b511dba38647" + }, + { + "name": "CayenneLPP", + "version": "1.0.2", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": [ + "CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.2.zip", + "archiveFileName": "CayenneLPP-1.0.2.zip", + "size": 24015, + "checksum": "SHA-256:2238aa7cd35bb688e0b589d11b2ccbf65154b560891631ccaf358d44b6e27fbe" + }, + { + "name": "CayenneLPP", + "version": "1.0.3", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": [ + "CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.3.zip", + "archiveFileName": "CayenneLPP-1.0.3.zip", + "size": 24909, + "checksum": "SHA-256:0d2e29c2101e51bdc8c0219df8ac2e97230b175922d15c4d9d4fc9d459f8806e" + }, + { + "name": "CayenneLPP", + "version": "1.0.4", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": [ + "CayenneLPP.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.4.zip", + "archiveFileName": "CayenneLPP-1.0.4.zip", + "size": 26766, + "checksum": "SHA-256:6a82d213d161c331fe8866d734c846fc60b43d7db5a5331ad20d0218db3c521c" + }, + { + "name": "CayenneLPP", + "version": "1.1.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": [ + "CayenneLPP.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.1.0.zip", + "archiveFileName": "CayenneLPP-1.1.0.zip", + "size": 19995, + "checksum": "SHA-256:a1fbf2c0c3faa4b1841b31112f547014e8357aa236d49d286c30926b3ac17300" + }, + { + "name": "CayenneLPP", + "version": "1.3.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", + "sentence": "CayenneLPP Arduino Library.", + "paragraph": "Compatible with Cayenne Low Power Payload.", + "website": "https://github.com/ElectronicCats/CayenneLPP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/CayenneLPP.git", + "providesIncludes": [ + "CayenneLPP.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.3.0.zip", + "archiveFileName": "CayenneLPP-1.3.0.zip", + "size": 22030, + "checksum": "SHA-256:a0606ed425e68384434e7e94a59c317029c3b53e82aa4ca38002eb09afae7e26" + }, + { + "name": "RadioengeLoraWAN", + "version": "0.0.1", + "author": "André Pastório", + "maintainer": "André Pastório \u003chttps://github.com/EdanPotter\u003e", + "sentence": "Implementation of RadioengeLoraWAN AT-COMMANDS..", + "website": "https://github.com/EdanPotter/end-device-radioenge/", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EdanPotter/end-device-radioenge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EdanPotter/RadioengeLoraWAN-0.0.1.zip", + "archiveFileName": "RadioengeLoraWAN-0.0.1.zip", + "size": 17438, + "checksum": "SHA-256:f999784427a8cc4e6a0dc989befc38b7ddecbc8eb48867d9f2e190e7e978124f" + }, + { + "name": "Unishox Progmem Decompressor", + "version": "1.0.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Decompress short Unicode strings and messages compressed using Unishox technique and save space on Flash (PROGMEM)", + "paragraph": "This library allows decompressing UTF-8 strings from Arduino Program Memory and provides API to retrieve each string individually using index. It is based on Unishox hybrid encoding technique.", + "website": "https://github.com/siara-cc/Unishox_Arduino_Progmem_lib", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siara-cc/Unishox_Arduino_Progmem_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Unishox_Progmem_Decompressor-1.0.0.zip", + "archiveFileName": "Unishox_Progmem_Decompressor-1.0.0.zip", + "size": 244231, + "checksum": "SHA-256:45479596db5e84dba77528c09d935273235cd041a03f8db5ee13a3ae25e299e0" + }, + { + "name": "Sanke", + "version": "1.0.0", + "author": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "maintainer": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "sentence": "This library allows to run snake on 7-segments display (we use it in idle).", + "paragraph": "Up to 8 digits, requires LedControl library", + "website": "http://liksu.github.io/7SegmentsSnake/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Liksu/7SegmentsSnake.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Liksu/Sanke-1.0.0.zip", + "archiveFileName": "Sanke-1.0.0.zip", + "size": 1917737, + "checksum": "SHA-256:1fd762fd4d109886e3164b1c9787f3ab31822774a0523f892bb0e7117fca14e0" + }, + { + "name": "IPGeolocation", + "version": "1.0.0", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.0.zip", + "archiveFileName": "IPGeolocation-1.0.0.zip", + "size": 17371, + "checksum": "SHA-256:2cb381553a8a46a086240f878499ad66f19ce9c0f1ff9fb26cc992921650dadb" + }, + { + "name": "IPGeolocation", + "version": "1.0.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.1.zip", + "archiveFileName": "IPGeolocation-1.0.1.zip", + "size": 17395, + "checksum": "SHA-256:b6e6bd6c5fd248874bdb1415bf2ef5012d9840ab3984baa005716a8a0d522b5e" + }, + { + "name": "IPGeolocation", + "version": "1.0.2", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.2.zip", + "archiveFileName": "IPGeolocation-1.0.2.zip", + "size": 17395, + "checksum": "SHA-256:b8d2870da80e7186c772e2182b7fb6e891d16dd30633d342ae231455f144ab01" + }, + { + "name": "IPGeolocation", + "version": "1.0.3", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.3.zip", + "archiveFileName": "IPGeolocation-1.0.3.zip", + "size": 17413, + "checksum": "SHA-256:4252a0ee57da7546823fd93ec95cb422cee77867f2580625cb62462b77925842" + }, + { + "name": "IPGeolocation", + "version": "2.0.0", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.0.0.zip", + "archiveFileName": "IPGeolocation-2.0.0.zip", + "size": 17948, + "checksum": "SHA-256:09170ee341d950db7addef81bc9386e8c7bac1b38f90d8d15dd39bc6f349015b" + }, + { + "name": "IPGeolocation", + "version": "2.1.0", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.0.zip", + "archiveFileName": "IPGeolocation-2.1.0.zip", + "size": 17971, + "checksum": "SHA-256:0c1750e1872ae3b126cbcfd588fcdf1ef51e5bd33fd177067bf68f7fb34bbb46" + }, + { + "name": "IPGeolocation", + "version": "2.1.1", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.1.zip", + "archiveFileName": "IPGeolocation-2.1.1.zip", + "size": 18086, + "checksum": "SHA-256:c042073610efe930d68d1a26a51573d4b518882bee886241538a8cc9f4a7a698" + }, + { + "name": "IPGeolocation", + "version": "2.1.3", + "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", + "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", + "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", + "website": "https://github.com/dushyantahuja/IPGeolocation", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "providesIncludes": [ + "IPGeolocation.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.3.zip", + "archiveFileName": "IPGeolocation-2.1.3.zip", + "size": 18096, + "checksum": "SHA-256:26d8043bf75e5e028b932d29af55b48e3516b3886439b2693514731471104601" + }, + { + "name": "Switch_lib", + "version": "1.0.0", + "author": "O.Goma", + "maintainer": "O.Goma \u003coriol.goma@gmail.com\u003e", + "license": "GPLv3.", + "sentence": "A library for switching digital pins with timers, temporization and periods", + "paragraph": "Easy to use library for switching relays with temporization, alternate periods and simple timers.", + "website": "https://github.com/yyuri/Switch_lib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yyuri/Switch_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yyuri/Switch_lib-1.0.0.zip", + "archiveFileName": "Switch_lib-1.0.0.zip", + "size": 17593, + "checksum": "SHA-256:d23cc48c1c786b92272638414393058cb1b5f824303870fcffc1fa1d108a98c0" + }, + { + "name": "MusicBuzzer", + "version": "1.0.0", + "author": "Everton Ramires", + "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", + "sentence": "A Collection of musics for buzzer", + "paragraph": "A Music library for a single buzzer based on the great work of robsoncouto at github", + "website": "https://github.com/s00500/MusicBuzzer", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GypsyRobot/MusicBuzzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/MusicBuzzer-1.0.0.zip", + "archiveFileName": "MusicBuzzer-1.0.0.zip", + "size": 18722, + "checksum": "SHA-256:1854c59740318a1ae773f70ff7d57ac448d0468ca0ae4ebed863eab24030f0a8" + }, + { + "name": "VirtuinoCM", + "version": "1.0.0", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoCM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iliaslamprou/virtuinoCM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.0.zip", + "archiveFileName": "VirtuinoCM-1.0.0.zip", + "size": 50389, + "checksum": "SHA-256:cc5496cfaf438f9396187c9ebb7685ca9848d66f2ba115d0e89897d370e78f88" + }, + { + "name": "VirtuinoCM", + "version": "1.0.1", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoCM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iliaslamprou/virtuinoCM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.1.zip", + "archiveFileName": "VirtuinoCM-1.0.1.zip", + "size": 50391, + "checksum": "SHA-256:68afef737f7ecbb07cfb5a2300520aa9560804f84206695054c760df8368d1c4" + }, + { + "name": "VirtuinoCM", + "version": "1.0.2", + "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", + "sentence": "Required for communication with Virtuino app", + "website": "https://github.com/iliaslamprou/virtuinoCM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iliaslamprou/virtuinoCM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.2.zip", + "archiveFileName": "VirtuinoCM-1.0.2.zip", + "size": 50532, + "checksum": "SHA-256:841dcfcef8ef9ace7c0d9ece39ddb455e541e0356f9c5471d908b012dd731add" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.0", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.0.zip", + "size": 2250340, + "checksum": "SHA-256:d7f47ecd16ddd6ede74414d6d779060941640e569af324db6d56a2257553a4db" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.1", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.1.zip", + "size": 2250893, + "checksum": "SHA-256:cb03d873eb0f72eefd5751ffb8ea79acffdad8141842f7f60d0c92c154346e72" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.2", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.2.zip", + "size": 2250900, + "checksum": "SHA-256:19883117f065f9c93104c23018d1f3fa6f1af52da229a25ab7e42446b46218b0" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.3", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.3.zip", + "size": 2250905, + "checksum": "SHA-256:e120e1ad19034d70dc2ab57e2a083bee1c32b94181d34ab020f8c32eb8b59d89" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.4", + "author": "Elias Santistevan", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.4.zip", + "size": 2250928, + "checksum": "SHA-256:dc74a2341415d42e5417a1a56fdd4a3344bb8bfee947c17b52bf7013730d5630" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.5", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.5.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.5.zip", + "size": 2250933, + "checksum": "SHA-256:58a2ab05e9912f4f86d7090200c884384b4c6c2e59804f054a248979e1a3c249" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.0.6", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.6.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.6.zip", + "size": 3079393, + "checksum": "SHA-256:e5994652ae49a9ec772964d40d928401738e5ac8771539c9fa457a6a0c7430d4" + }, + { + "name": "SparkFun Bio Sensor Hub Library", + "version": "1.1.0", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the MAX32664 Bio Metric Hub IC", + "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", + "website": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.1.0.zip", + "size": 2208669, + "checksum": "SHA-256:8882606f1a94b5625541b5bfe8dd005145c448759a099aac97506f374d82d959" + }, + { + "name": "MicroTone", + "version": "1.0.0", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": [ + "Attiny13A" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-1.0.0.zip", + "archiveFileName": "MicroTone-1.0.0.zip", + "size": 3619, + "checksum": "SHA-256:25c84c5bb541e4cc826c45212219a481c09ccce04cc556a3c04eef7d0c20115e" + }, + { + "name": "MicroTone", + "version": "1.0.1", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": [ + "Attiny13A" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-1.0.1.zip", + "archiveFileName": "MicroTone-1.0.1.zip", + "size": 4907, + "checksum": "SHA-256:107fd7fd97cef9d211305fc142e56329f30e8b8eac225e35cc2754be577bd83e" + }, + { + "name": "MicroTone", + "version": "2.0.1", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-2.0.1.zip", + "archiveFileName": "MicroTone-2.0.1.zip", + "size": 5080, + "checksum": "SHA-256:123b738ffff0ca8257fa0c659fd97b82519d6d6875433e40391b0f561f35fa7e" + }, + { + "name": "MicroTone", + "version": "2.0.2", + "author": "Ali Najafian", + "maintainer": "\u003cAlinajafian81@gmail.com\u003e", + "sentence": "low-flash high-performance pulse train library with attiny13", + "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", + "website": "https://github.com/Master811129/MicroTone", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Master811129/MicroTone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-2.0.2.zip", + "archiveFileName": "MicroTone-2.0.2.zip", + "size": 5091, + "checksum": "SHA-256:f152659d3545802783b7d8e084705cd05cc7b6022bf7f1f44a94a512e875c671" + }, + { + "name": "STM32duino X-NUCLEO-IHM12A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM12A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM12A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM12A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM12A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM12A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM12A1-1.0.0.zip", + "size": 31094, + "checksum": "SHA-256:3de18f8f43ae81df470e407b87d75925b59dd9f451048f66ab0e72f2920ff24a" + }, + { + "name": "AliyunIoTSDK", + "version": "0.1.0", + "author": "yutou \u003cxinyu198736@gmail.com\u003e", + "maintainer": "yutou \u003cxinyu198736@gmail.com\u003e", + "sentence": "A toplevel client library for aliyun MQTT messaging.", + "paragraph": "此库可以帮助你快速连接阿里云 IoT 平台,通过和阿里云物联网开发平台配合,可快速实现各种硬件应用,包括了很上层的封装,无需自己解析数据体,绑定事件即可。", + "website": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xinyu198736/AliyunIoTSDK-0.1.0.zip", + "archiveFileName": "AliyunIoTSDK-0.1.0.zip", + "size": 10762, + "checksum": "SHA-256:67a7dd9b33104884ee06540d1f3f600b9dbdc6f62f0687b445e7cbe9d0624463" + }, + { + "name": "AliyunIoTSDK", + "version": "0.3.0", + "author": "yutou \u003cxinyu198736@gmail.com\u003e", + "maintainer": "yutou \u003cxinyu198736@gmail.com\u003e", + "sentence": "A toplevel client library for aliyun MQTT messaging.", + "paragraph": "此库可以帮助你快速连接阿里云 IoT 平台,通过和阿里云物联网开发平台配合,可快速实现各种硬件应用,包括了很上层的封装,无需自己解析数据体,绑定事件即可。", + "website": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xinyu198736/AliyunIoTSDK-0.3.0.zip", + "archiveFileName": "AliyunIoTSDK-0.3.0.zip", + "size": 16127, + "checksum": "SHA-256:f04b11cbe5ff3139b6b546ba67d73a1d913a66dd710a534abc48d0d931fee437" + }, + { + "name": "CuteBuzzerSounds", + "version": "1.0.0", + "author": "Everton Ramires", + "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", + "sentence": "Simple and Cute Robot Sounds", + "paragraph": "A very simple library to create cute sounds with just a single buzzer", + "website": "https://github.com/s00500/CuteBuzzerSounds", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GypsyRobot/CuteBuzzerSounds.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/CuteBuzzerSounds-1.0.0.zip", + "archiveFileName": "CuteBuzzerSounds-1.0.0.zip", + "size": 6870, + "checksum": "SHA-256:a95fb43ddddf2aa8d31fe61fba80e06e687fec61e2e3a6d28ef8b9e2a0db1c22" + }, + { + "name": "STM32F1_RTC", + "version": "1.0.0", + "author": "ZulNs", + "maintainer": "ZulNs", + "sentence": "Allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.", + "paragraph": "This library can be used in the STM32 Cores by STMicroelectronics as well as in the libmaple version of Arduino STM32 by Roger Clark development boards. With this library you can use the RTC device to program actions related to date and time. This library offers Islamic Hijri calendar calculations in addition to the Christian (Gregorian) calendar. Day, month, hour, minute and second parameters can be supplied with values that exceed their respective limits or supplied with negative values. Other parameters will be adjusted accordingly.", + "website": "https://github.com/zulns/STM32F1_RTC", + "category": "Timing", + "architectures": [ + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZulNs/STM32F1_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/STM32F1_RTC-1.0.0.zip", + "archiveFileName": "STM32F1_RTC-1.0.0.zip", + "size": 382858, + "checksum": "SHA-256:43c28dffcda8a5369c12475e81bff0478e991e6f286f4cadc20fa2b8f44be8c5" + }, + { + "name": "STM32F1_RTC", + "version": "1.1.0", + "author": "ZulNs", + "maintainer": "ZulNs", + "sentence": "Allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.", + "paragraph": "This library can be used in the STM32 Cores by STMicroelectronics as well as in the libmaple version of Arduino STM32 by Roger Clark development boards. With this library you can use the RTC device to program actions related to date and time. This library offers Islamic Hijri calendar calculations in addition to the Christian (Gregorian) calendar. Day, month, hour, minute and second parameters can be supplied with values that exceed their respective limits or supplied with negative values. Other parameters will be adjusted accordingly.", + "website": "https://github.com/zulns/STM32F1_RTC", + "category": "Timing", + "architectures": [ + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZulNs/STM32F1_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/STM32F1_RTC-1.1.0.zip", + "archiveFileName": "STM32F1_RTC-1.1.0.zip", + "size": 383149, + "checksum": "SHA-256:75561b2c391d3c810f4f5827850313bfe26b7683cee295e8629d64d4f2733313" + }, + { + "name": "WiFiEspAT", + "version": "1.0.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.0.zip", + "archiveFileName": "WiFiEspAT-1.0.0.zip", + "size": 136342, + "checksum": "SHA-256:9d6078ae78da899145a422a5d2d45ea37da3306aaea00485fe77451a46c98540" + }, + { + "name": "WiFiEspAT", + "version": "1.0.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.1.zip", + "archiveFileName": "WiFiEspAT-1.0.1.zip", + "size": 136494, + "checksum": "SHA-256:e541dba3fddfd9b284ebd03ed507cb933a3dff268ed48aedc1936245567cfc48" + }, + { + "name": "WiFiEspAT", + "version": "1.0.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.2.zip", + "archiveFileName": "WiFiEspAT-1.0.2.zip", + "size": 136781, + "checksum": "SHA-256:4c7c3e98814cf808e8cf47b170d596fe6ba271a4d65bdd19493fa36d2c0faad4" + }, + { + "name": "WiFiEspAT", + "version": "1.1.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.0.zip", + "archiveFileName": "WiFiEspAT-1.1.0.zip", + "size": 139968, + "checksum": "SHA-256:020911324c4bcd0ce0a18730654f007888f30441d03f9959febd97e6a38f0a19" + }, + { + "name": "WiFiEspAT", + "version": "1.1.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.1.zip", + "archiveFileName": "WiFiEspAT-1.1.1.zip", + "size": 140437, + "checksum": "SHA-256:3956e51a6dc498bfa9265746886ee2666c91948783734700a519468ead2418bd" + }, + { + "name": "WiFiEspAT", + "version": "1.1.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.2.zip", + "archiveFileName": "WiFiEspAT-1.1.2.zip", + "size": 141401, + "checksum": "SHA-256:fd741ff0bd89ad81e7f16e01a3e2e3f1e5f31ab069ed90b03d5d9b8387e66935" + }, + { + "name": "WiFiEspAT", + "version": "1.2.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.2.0.zip", + "archiveFileName": "WiFiEspAT-1.2.0.zip", + "size": 145604, + "checksum": "SHA-256:7d8c53ffdd810d47e4fb7c78ff3537ad7133c1b60903da9a494b3ac17f25ae75" + }, + { + "name": "WiFiEspAT", + "version": "1.2.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.2.1.zip", + "archiveFileName": "WiFiEspAT-1.2.1.zip", + "size": 145897, + "checksum": "SHA-256:3ff40a755b1bd54c8ab33781bfc3c8ca1d0a27ee6a49678283ba908dba75270a" + }, + { + "name": "WiFiEspAT", + "version": "1.3.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.3.0.zip", + "archiveFileName": "WiFiEspAT-1.3.0.zip", + "size": 154866, + "checksum": "SHA-256:95190c0e35a9b5476ffc59007ee6f336b26df094cdbf989f9047631776d68f8d" + }, + { + "name": "WiFiEspAT", + "version": "1.3.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.3.1.zip", + "archiveFileName": "WiFiEspAT-1.3.1.zip", + "size": 156695, + "checksum": "SHA-256:36b297cca5fad076eecd0f3624fbd832e68fa487d41f057fa33f1ac25685b234" + }, + { + "name": "WiFiEspAT", + "version": "1.3.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.3.2.zip", + "archiveFileName": "WiFiEspAT-1.3.2.zip", + "size": 156864, + "checksum": "SHA-256:7e69f9915d75d818afe1cf36c7b954c2797b394bc608257bdfb42a35ae99e882" + }, + { + "name": "WiFiEspAT", + "version": "1.4.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.4.0.zip", + "archiveFileName": "WiFiEspAT-1.4.0.zip", + "size": 157411, + "checksum": "SHA-256:d34a03318db9d75207303f118d76c1e38d88f65402debd3e0e8ba24c294943bb" + }, + { + "name": "WiFiEspAT", + "version": "1.4.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.4.1.zip", + "archiveFileName": "WiFiEspAT-1.4.1.zip", + "size": 157334, + "checksum": "SHA-256:2cec24d8077c27aca3708f022f3c5acbef9ccd4e8ed680366c3b434b4e270350" + }, + { + "name": "WiFiEspAT", + "version": "1.4.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.4.2.zip", + "archiveFileName": "WiFiEspAT-1.4.2.zip", + "size": 156666, + "checksum": "SHA-256:4df30a1a8e22576ce90f93386d9f611440a12c927c6994529cc60bec3ec70d16" + }, + { + "name": "WiFiEspAT", + "version": "1.4.3", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", + "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", + "website": "https://github.com/jandrassy/WiFiEspAT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "providesIncludes": [ + "WiFiEspAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.4.3.zip", + "archiveFileName": "WiFiEspAT-1.4.3.zip", + "size": 156786, + "checksum": "SHA-256:a5f76cddcd5dd6955efbca66c6e00629533e6321908172d808ed1c0df349ca3b" + }, + { + "name": "BaleMessengerBot_Arduino", + "version": "0.1.0", + "author": "Arash Kadkhodaei", + "maintainer": "Arash Kadkhodaei \u003carash77.kad@gmail.com\u003e", + "sentence": "Arduino Bale Bot library.", + "paragraph": "A Bale Messenger library for arduino devices.", + "website": "https://github.com/arash77/BaleMessengerBot_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arash77/BaleMessengerBot_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arash77/BaleMessengerBot_Arduino-0.1.0.zip", + "archiveFileName": "BaleMessengerBot_Arduino-0.1.0.zip", + "size": 26123, + "checksum": "SHA-256:493d30929230c0f5df9f9a89dbbe5b7742ca572afb0ddd7ff5226627d60262a7" + }, + { + "name": "S7XG", + "version": "0.1.0", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "AcSIP S7XG LoRaWAN/GPS module library", + "website": "https://github.com/xoseperez/s7xg.git", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xoseperez/s7xg.git", + "providesIncludes": [ + "s7xg.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/S7XG-0.1.0.zip", + "archiveFileName": "S7XG-0.1.0.zip", + "size": 2090973, + "checksum": "SHA-256:26660d2b565d9e23f1abf7d851ca2c3748f5fbfe56926743816bcd25c40bcb16" + }, + { + "name": "QMC5883LCompass", + "version": "1.0.0", + "author": "MRPrograms", + "maintainer": "MRPrograms", + "sentence": "Library for using QMC5583L series chip boards as a compass.", + "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", + "website": "https://github.com/mprograms/QMC5883LCompass", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "providesIncludes": [ + "QMC5883LCompass.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.0.0.zip", + "archiveFileName": "QMC5883LCompass-1.0.0.zip", + "size": 24648, + "checksum": "SHA-256:6720ee9e430142ea98dd9b30914a0644e2f7886703b8a9bf193ed0820d879ee5" + }, + { + "name": "QMC5883LCompass", + "version": "1.1.1", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using QMC5583L series chip boards as a compass.", + "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", + "website": "https://github.com/mprograms/QMC5883LCompass", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "providesIncludes": [ + "QMC5883LCompass.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.1.1.zip", + "archiveFileName": "QMC5883LCompass-1.1.1.zip", + "size": 27340, + "checksum": "SHA-256:99b4c5c98012b63ab3ff2f04c664b2ad652da98038d7b2ea7d9951de0dca37c8" + }, + { + "name": "QMC5883LCompass", + "version": "1.2.0", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using QMC5583L series chip boards as a compass.", + "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", + "website": "https://github.com/mprograms/QMC5883LCompass", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "providesIncludes": [ + "QMC5883LCompass.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.2.0.zip", + "archiveFileName": "QMC5883LCompass-1.2.0.zip", + "size": 27927, + "checksum": "SHA-256:f876141f1ddeb3a31d86bc9097fbb854e699e2097269ebe84c5d86ac1ac38262" + }, + { + "name": "QMC5883LCompass", + "version": "1.2.1", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using QMC5583L series chip boards as a compass.", + "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", + "website": "https://github.com/mprograms/QMC5883LCompass", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "providesIncludes": [ + "QMC5883LCompass.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.2.1.zip", + "archiveFileName": "QMC5883LCompass-1.2.1.zip", + "size": 28031, + "checksum": "SHA-256:dcd3f850adaae04ddfcc6c61f0374db07cc9e612e869c2987c1a0901e9372107" + }, + { + "name": "QMC5883LCompass", + "version": "1.2.3", + "author": "MPrograms", + "maintainer": "MPrograms", + "sentence": "Library for using QMC5583L series chip boards as a compass.", + "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", + "website": "https://github.com/mprograms/QMC5883LCompass", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "providesIncludes": [ + "QMC5883LCompass.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.2.3.zip", + "archiveFileName": "QMC5883LCompass-1.2.3.zip", + "size": 28152, + "checksum": "SHA-256:e52013ddee7e52199b2dcd9fffc03a65528774cc5fd19f28e9a56e64c0163a3d" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.1.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": [ + "LSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.1.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.1.0.zip", + "size": 20703, + "checksum": "SHA-256:acf5505f7b9fd8f4210198cea8e1e2729690b6c4914c5e9b4325cdb8539f74b4" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.2.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": [ + "LSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.2.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.2.0.zip", + "size": 23612, + "checksum": "SHA-256:b1b13f03a11b50d94c91b79713354bc1ef44c9b62d8a44f9bc563677304482e5" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.3.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": [ + "LSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.3.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.3.0.zip", + "size": 23788, + "checksum": "SHA-256:39b0da45e1fba0a4a8aa08be12f613bb1c682d2e7058511a195c07852f659ec6" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.3.1", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": [ + "LSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.3.1.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.3.1.zip", + "size": 23796, + "checksum": "SHA-256:620a01786616ac1b23303b706d2fe2255663552ebbe01ab244f75b7e6195a571" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.4.0", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": [ + "LSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.4.0.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.4.0.zip", + "size": 24152, + "checksum": "SHA-256:6e30043ba42075da202a35ede8963a5d95558257d641ee2e6fb41f7012b237c7" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.4.1", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": [ + "LSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.4.1.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.4.1.zip", + "size": 24418, + "checksum": "SHA-256:1542eb1abb399e5021bd2f90e1426429a3e9ab0fc6e642325c23e208c06bf0cc" + }, + { + "name": "Lynxmotion Smart Servo -LSS-", + "version": "1.4.3", + "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", + "sentence": "A library that makes using the LSS simple.", + "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", + "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "providesIncludes": [ + "LSS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.4.3.zip", + "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.4.3.zip", + "size": 24415, + "checksum": "SHA-256:e813306020479db7209446913e2ffcb3d3faeb1a6ae05196ca1a1639ee429652" + }, + { + "name": "EnergyMeter", + "version": "1.0.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to get data from energy meters in order to monitor them.", + "paragraph": "This library is used to monitor energy meters. It uses callbacks to trigger actions each time the meter measures a certain kind of kilowatts-hour. By using this library, energy meters can be polled (less efficient approach) or can be interfaced through external interrupts (most efficient approach).", + "website": "https://github.com/elC0mpa/EnergyMeter/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elC0mpa/EnergyMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/EnergyMeter-1.0.0.zip", + "archiveFileName": "EnergyMeter-1.0.0.zip", + "size": 8906, + "checksum": "SHA-256:fe2a0578360d937335ca3c12dc9e546712fba12161d22c543b09ac67397a5a02" + }, + { + "name": "Waveshare ILI9486", + "version": "0.3.0", + "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": [ + "Waveshare_ILI9486_GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.3.0.zip", + "archiveFileName": "Waveshare_ILI9486-0.3.0.zip", + "size": 209848, + "checksum": "SHA-256:31e9d5236e5b3f5b751997adffc455c90439f5ee7c1be7a050514e7d64957c72" + }, + { + "name": "Waveshare ILI9486", + "version": "0.3.1", + "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": [ + "Waveshare_ILI9486_GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.3.1.zip", + "archiveFileName": "Waveshare_ILI9486-0.3.1.zip", + "size": 210031, + "checksum": "SHA-256:248ae000cba1bb70626275b0171a1397074635fa7ba10fbb3aac2719a2566a58" + }, + { + "name": "Waveshare ILI9486", + "version": "0.4.0", + "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": [ + "Waveshare_ILI9486_GFX.h" + ], + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.4.0.zip", + "archiveFileName": "Waveshare_ILI9486-0.4.0.zip", + "size": 210040, + "checksum": "SHA-256:fe03d1c4a264128e4dfb839dd80c0e1477ea1bba0aeab520264f9c6ff2f310b9" + }, + { + "name": "Waveshare ILI9486", + "version": "2.0.0", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", + "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", + "sentence": "Waveshare ILI9486 SPI driver for Arduino", + "paragraph": "Arduino library for Waveshare 3.5\" \u0026 4\" Touch Shields with GFX interface, plus touchscreen support", + "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", + "providesIncludes": [ + "Waveshare_ILI9486.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-2.0.0.zip", + "archiveFileName": "Waveshare_ILI9486-2.0.0.zip", + "size": 17881, + "checksum": "SHA-256:353935f42c2740c2cc9b922a55d6f95724c173a3f45510b4000b4c6329067fe2" + }, + { + "name": "JsonLogger", + "version": "1.0.3", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.3.zip", + "archiveFileName": "JsonLogger-1.0.3.zip", + "size": 11598, + "checksum": "SHA-256:c84d4f2f590f6d87bc741309b7b9e5c9b86a872c2a89ad5892b9bb227ddc5724" + }, + { + "name": "JsonLogger", + "version": "1.0.4", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.4.zip", + "archiveFileName": "JsonLogger-1.0.4.zip", + "size": 11618, + "checksum": "SHA-256:63c3e4c77d296e77a2e441087c0684b6e9f0d5a9e6ba974933ea8587e94961d2" + }, + { + "name": "JsonLogger", + "version": "1.0.5", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.5.zip", + "archiveFileName": "JsonLogger-1.0.5.zip", + "size": 11961, + "checksum": "SHA-256:e49f3515f67f23c172750792f981c87ccb1b5e50a0aac9a2d9fd1d0889498807" + }, + { + "name": "JsonLogger", + "version": "1.0.6", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.6.zip", + "archiveFileName": "JsonLogger-1.0.6.zip", + "size": 11972, + "checksum": "SHA-256:60f4b127f2df2ba4c7caf72cffbc4307f1516fba9cade5db6e985deff9123486" + }, + { + "name": "JsonLogger", + "version": "1.0.7", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.7.zip", + "archiveFileName": "JsonLogger-1.0.7.zip", + "size": 12198, + "checksum": "SHA-256:6f15211ccc157ed2b3794d99abee7183476a0ea3a8fdec84f5e721af0dfd97d2" + }, + { + "name": "JsonLogger", + "version": "1.1.0", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.0.zip", + "archiveFileName": "JsonLogger-1.1.0.zip", + "size": 12255, + "checksum": "SHA-256:9e0766908886fb5a2742c4531676de98b2160cde786c3834cb0153bd98f5e266" + }, + { + "name": "JsonLogger", + "version": "1.1.1", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.1.zip", + "archiveFileName": "JsonLogger-1.1.1.zip", + "size": 12331, + "checksum": "SHA-256:779b3f9f037bee0c5980cde6d816307af5ef8ebdf767f4e02ba17eccde5120e5" + }, + { + "name": "JsonLogger", + "version": "1.1.2", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.2.zip", + "archiveFileName": "JsonLogger-1.1.2.zip", + "size": 12515, + "checksum": "SHA-256:c940a5c5e3a6b8a336e3c21691e66c88c5890f89e08e178f3678a0bad03e0f71" + }, + { + "name": "JsonLogger", + "version": "1.1.3", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.3.zip", + "archiveFileName": "JsonLogger-1.1.3.zip", + "size": 12905, + "checksum": "SHA-256:692db84e54e54353dcb6ab961e4afe102be748cefcdedd9250b961a6dbda3c91" + }, + { + "name": "JsonLogger", + "version": "1.1.4", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.4.zip", + "archiveFileName": "JsonLogger-1.1.4.zip", + "size": 12922, + "checksum": "SHA-256:7640a4f571994ab1e0c96a5ad2a29a9e32e61817d4be8a9b00330dc80dd5be2f" + }, + { + "name": "JsonLogger", + "version": "1.1.5", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.5.zip", + "archiveFileName": "JsonLogger-1.1.5.zip", + "size": 12928, + "checksum": "SHA-256:340b59271c273ced7c8fdf633915e02382002824c3f8afcc80124a01145f742c" + }, + { + "name": "JsonLogger", + "version": "1.1.7", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.7.zip", + "archiveFileName": "JsonLogger-1.1.7.zip", + "size": 13036, + "checksum": "SHA-256:c73fe4839f9b541e6d6540bd78db3c1fafe0a7d32160edac768c9dd0df9ffe1a" + }, + { + "name": "JsonLogger", + "version": "1.1.8", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.8.zip", + "archiveFileName": "JsonLogger-1.1.8.zip", + "size": 13374, + "checksum": "SHA-256:79c924cca05ef929db2a3b38e2a20b1ec5116d2211221df2914e9f7da0c9ac54" + }, + { + "name": "JsonLogger", + "version": "1.1.9", + "author": "Alan Chen", + "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", + "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", + "paragraph": "Useful for logging json data to terminal, file, and cloud", + "website": "https://github.com/ravelab/JsonLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ravelab/JsonLogger.git", + "providesIncludes": [ + "JsonLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.9.zip", + "archiveFileName": "JsonLogger-1.1.9.zip", + "size": 13407, + "checksum": "SHA-256:c13a1c2e8d7b0f783686de450dd94661ebc85ee296364cd07d61422008854f9f" + }, + { + "name": "Kalman", + "version": "1.0.0", + "author": "Romain Fétick", + "maintainer": "Romain Fétick", + "sentence": "Include Kalman filter to your Arduino projects", + "paragraph": "This library is made to implement the matricial form of the Kalman equations. You can merge noisy data from multiple sensors to get the best estimate of the state of your drone, robot...", + "website": "https://github.com/rfetick/Kalman", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rfetick/Kalman.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/Kalman-1.0.0.zip", + "archiveFileName": "Kalman-1.0.0.zip", + "size": 114771, + "checksum": "SHA-256:79a6cef9a9929de107ff06bfecdc7dd4c9e546b08341f63c1d7fc461810cc3aa" + }, + { + "name": "Kalman", + "version": "1.0.2", + "author": "Romain Fétick", + "maintainer": "Romain Fétick", + "sentence": "Include Kalman filter to your Arduino projects", + "paragraph": "This library is made to implement the matricial form of the Kalman equations. You can merge noisy data from multiple sensors to get the best estimate of the state of your drone, robot...", + "website": "https://github.com/rfetick/Kalman", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rfetick/Kalman.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/Kalman-1.0.2.zip", + "archiveFileName": "Kalman-1.0.2.zip", + "size": 121008, + "checksum": "SHA-256:6827a0584d428ddfa6d1a3b0afcd5f35a914a24ba193e0cef15ddcdaa50ae777" + }, + { + "name": "Kalman", + "version": "1.1.0", + "author": "Romain Fétick", + "maintainer": "Romain Fétick", + "sentence": "Include Kalman filter to your Arduino projects", + "paragraph": "This library is made to implement the matricial form of the Kalman equations. You can merge noisy data from multiple sensors to get the best estimate of the state of your drone, robot...", + "website": "https://github.com/rfetick/Kalman", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rfetick/Kalman.git", + "dependencies": [ + { + "name": "BasicLinearAlgebra" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/Kalman-1.1.0.zip", + "archiveFileName": "Kalman-1.1.0.zip", + "size": 122497, + "checksum": "SHA-256:f1b2a385671fa24e9cfe4cda7208d5d86d4938fe59bd0dd9fb539ef932c3aa05" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.0.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.0.0.zip", + "archiveFileName": "TinyOLED_Fonts-1.0.0.zip", + "size": 16424, + "checksum": "SHA-256:a743dc2e368c8c431bebf9e1a12eb9894dd4e0a9b7c26c9ea8f0e9f13459d56c" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.0.1", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.0.1.zip", + "archiveFileName": "TinyOLED_Fonts-1.0.1.zip", + "size": 19823, + "checksum": "SHA-256:f593e72c90a4190bc067dc04a6581b21ffad2122ea22348fc0608e2e16acc5e3" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.1.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.1.0.zip", + "archiveFileName": "TinyOLED_Fonts-1.1.0.zip", + "size": 59870, + "checksum": "SHA-256:15c354e8b537557ca89d24e5103c3264bcf18e9b1e7986a42ec8ceedeb395847" + }, + { + "name": "TinyOLED-Fonts", + "version": "1.2.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", + "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", + "website": "https://github.com/datacute/TinyOLED-Fonts", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/TinyOLED-Fonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.2.0.zip", + "archiveFileName": "TinyOLED_Fonts-1.2.0.zip", + "size": 61864, + "checksum": "SHA-256:06dc1977e1371b3972049c786364795a6754585a7a08b13663455939defcb430" + }, + { + "name": "PreMo - Virtual Path Following", + "version": "2.0.0", + "author": "Jae An", + "maintainer": "Jae An", + "sentence": "Adds virtual path following feature to differential drive robots.", + "paragraph": "This library uses the pure pursuit path follower algorithm to implement virtual path following on differential drive robots. It also features methods for precisely moving your robot.", + "website": "https://sites.google.com/stonybrook.edu/premo/", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/purwar2016/PreciseMovement-library.git", + "providesIncludes": [ + "PathFollower.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/PreMo___Virtual_Path_Following-2.0.0.zip", + "archiveFileName": "PreMo___Virtual_Path_Following-2.0.0.zip", + "size": 23961, + "checksum": "SHA-256:964f438cd7524c1a76b298c3516263dc456779be316f6ccd0a7883880dff0a0b" + }, + { + "name": "lcdgfx", + "version": "1.0.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.0.zip", + "archiveFileName": "lcdgfx-1.0.0.zip", + "size": 4283731, + "checksum": "SHA-256:225045358832c5b4e2307fc39eefb85b74daaa4520ee8afaf74878051f875161" + }, + { + "name": "lcdgfx", + "version": "1.0.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.1.zip", + "archiveFileName": "lcdgfx-1.0.1.zip", + "size": 4389924, + "checksum": "SHA-256:e370008bfe1aa878995da7b0d6d1a7d8b9f41ad3d9dffe34c8d696b87a47e421" + }, + { + "name": "lcdgfx", + "version": "1.0.2", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.2.zip", + "archiveFileName": "lcdgfx-1.0.2.zip", + "size": 4676191, + "checksum": "SHA-256:06e3330007dae5d434e8d0ae1254ce4974fa925913f5b7e747755983947c7d9e" + }, + { + "name": "lcdgfx", + "version": "1.0.3", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.3.zip", + "archiveFileName": "lcdgfx-1.0.3.zip", + "size": 4671447, + "checksum": "SHA-256:0a77ceacb01e5a440132afff87a65d036dfbabcab532e45d21e5abcee7bc384c" + }, + { + "name": "lcdgfx", + "version": "1.0.5", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.5.zip", + "archiveFileName": "lcdgfx-1.0.5.zip", + "size": 4632698, + "checksum": "SHA-256:3a63f6cab548c52d330ae78a9c14c14c1f5fa326c17cdb6e4b13673469fde0e7" + }, + { + "name": "lcdgfx", + "version": "1.0.6", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.6.zip", + "archiveFileName": "lcdgfx-1.0.6.zip", + "size": 1951871, + "checksum": "SHA-256:bbbcf1fecaf8211ed5aab3594577cc1cdea7edfe91542f13726d9739bc5eab6c" + }, + { + "name": "lcdgfx", + "version": "1.1.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.1.0.zip", + "archiveFileName": "lcdgfx-1.1.0.zip", + "size": 1981395, + "checksum": "SHA-256:c7dbc233ee71ffd03c2975d76e3bfdd2887667683e26a0bfd529839c1e4acfa4" + }, + { + "name": "lcdgfx", + "version": "1.1.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.1.1.zip", + "archiveFileName": "lcdgfx-1.1.1.zip", + "size": 1981393, + "checksum": "SHA-256:b8773687e7f10691f13b83fecf7c8f603d63f6c83713ddbab6e64e7ed2678a06" + }, + { + "name": "lcdgfx", + "version": "1.1.2", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ST7789, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.1.2.zip", + "archiveFileName": "lcdgfx-1.1.2.zip", + "size": 2012061, + "checksum": "SHA-256:6609251ac47d7b30acbf1ab04f19c840024661e54fb563c32cc04e76f5fe61d0" + }, + { + "name": "lcdgfx", + "version": "1.1.4", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ST7789, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.1.4.zip", + "archiveFileName": "lcdgfx-1.1.4.zip", + "size": 2030669, + "checksum": "SHA-256:41b6b56f6594f4cd2d3ff4493ffba611940213ac33e1c517eccc6ad869134651" + }, + { + "name": "lcdgfx", + "version": "1.1.5", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ST7789, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", + "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", + "website": "https://github.com/lexus2k/lcdgfx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/lcdgfx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.1.5.zip", + "archiveFileName": "lcdgfx-1.1.5.zip", + "size": 2035350, + "checksum": "SHA-256:d4c83637667c2c0b042f55647912ba1f2e23c828dcf136fda1d43b93322ae7dd" + }, + { + "name": "TTP229", + "version": "1.0.0", + "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "sentence": "Arduino library for TTP229 module.", + "paragraph": "An Arduino library for TTP229 module for controlling a 16 capacitive touch keys.", + "website": "https://github.com/kiryanenko/TTP229", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kiryanenko/TTP229.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/TTP229-1.0.0.zip", + "archiveFileName": "TTP229-1.0.0.zip", + "size": 4424, + "checksum": "SHA-256:53c99fa3d07296214313b9a11bba1570fe748b6d54106509d8b2d959374c39c6" + }, + { + "name": "TTP229", + "version": "1.1.0", + "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "sentence": "Arduino library for TTP229 module.", + "paragraph": "An Arduino library for TTP229 module for controlling a 16 capacitive touch keys.", + "website": "https://github.com/kiryanenko/TTP229", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kiryanenko/TTP229.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/TTP229-1.1.0.zip", + "archiveFileName": "TTP229-1.1.0.zip", + "size": 4599, + "checksum": "SHA-256:7e098663beacda10ed73fd2d1822e284ec1d935e96d6cf68c7e6f945683d58e6" + }, + { + "name": "TinyXML", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "website": "https://github.com/adafruit/TinyXML", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyXML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.0.zip", + "archiveFileName": "TinyXML-1.0.0.zip", + "size": 10681, + "checksum": "SHA-256:5f297f7eec65e4383133a5be4b50a185b09472bea02897322cafdfaceee32cd1" + }, + { + "name": "TinyXML", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "website": "https://github.com/adafruit/TinyXML", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyXML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.1.zip", + "archiveFileName": "TinyXML-1.0.1.zip", + "size": 10683, + "checksum": "SHA-256:aa47a0ecbc791eb262003ec51f46fbbc0f3d42586e00ef910bd4babd77b7fad3" + }, + { + "name": "TinyXML", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "website": "https://github.com/adafruit/TinyXML", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyXML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.2.zip", + "archiveFileName": "TinyXML-1.0.2.zip", + "size": 10686, + "checksum": "SHA-256:577aee7f2b052a123c8e5dc41ca741a0687802d1c38cdbe31f21a86cdd932b47" + }, + { + "name": "TinyXML", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", + "website": "https://github.com/adafruit/TinyXML", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyXML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.3.zip", + "archiveFileName": "TinyXML-1.0.3.zip", + "size": 10687, + "checksum": "SHA-256:1064d94d0fca83c276c2fef185f53b4155e75585c09b10e65ad331c471f56848" + }, + { + "name": "Adafruit AS726X", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", + "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_AS726x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS726x.git", + "dependencies": [ + { + "name": "Adafruit ST7735 Library" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.0.2.zip", + "archiveFileName": "Adafruit_AS726X-1.0.2.zip", + "size": 10316, + "checksum": "SHA-256:c42727e600aff4deb75ef2421c87afc52c24c14d50be6e7f82a82d767490f8a3" + }, + { + "name": "Adafruit AS726X", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", + "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_AS726x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS726x.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.0.3.zip", + "archiveFileName": "Adafruit_AS726X-1.0.3.zip", + "size": 10272, + "checksum": "SHA-256:2c8447039eb396bf21ae52e35187cb3d41ccf70c4b2fb5e77dc16d91704dd98b" + }, + { + "name": "Adafruit AS726X", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", + "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_AS726x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS726x.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.2.0.zip", + "archiveFileName": "Adafruit_AS726X-1.2.0.zip", + "size": 10211, + "checksum": "SHA-256:fe372ae78cca1ad16272f0cc0fbbd14c12dfb3c4e32e58b52a32903537fca60a" + }, + { + "name": "Adafruit AS726X", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", + "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_AS726x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS726x.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.2.1.zip", + "archiveFileName": "Adafruit_AS726X-1.2.1.zip", + "size": 10235, + "checksum": "SHA-256:771096db325a3bbd9d7739f315fa844e2205e6fbcb4f7799a8d24c37ab8874f6" + }, + { + "name": "Adafruit AS726X", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", + "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", + "website": "https://github.com/adafruit/Adafruit_AS726x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS726x.git", + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.2.3.zip", + "archiveFileName": "Adafruit_AS726X-1.2.3.zip", + "size": 10235, + "checksum": "SHA-256:2a472c416a14e4a7e2be99a09397fc6a7719acc77520c2d137998055528fe47d" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.0.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.0.zip", + "size": 10363, + "checksum": "SHA-256:a813d5ea8813a064abb5d9ed565c0e74676745062ac01e9cf4333104cfa32325" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.1.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.1.zip", + "size": 316396, + "checksum": "SHA-256:5c0edb0d5ffe0e2bf589a4862e0b751451129117a472f8611cdd113851c0add8" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.2.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.2.zip", + "size": 316427, + "checksum": "SHA-256:74f8a46b1111c87fa753ffc03c1a45f29f91a3848267c51ff48398ec117b729e" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.3.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.3.zip", + "size": 316484, + "checksum": "SHA-256:e7aa5b0defe35482809f5f88b0a2fee8cd76c6f90fe642869f24edc36783af6a" + }, + { + "name": "Adafruit PCT2075", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCT2075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.5.zip", + "archiveFileName": "Adafruit_PCT2075-1.0.5.zip", + "size": 316484, + "checksum": "SHA-256:b56db93707049fb9b496386650f31108556af062833f7ca87ad1151b7cb66925" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.1.zip", + "archiveFileName": "Adafruit_Pixie-1.1.1.zip", + "size": 116975, + "checksum": "SHA-256:31098111b5662616e76690701b47ad8e24f6120d5da3b72d23152e02e0bddf8d" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.0.zip", + "archiveFileName": "Adafruit_Pixie-1.1.0.zip", + "size": 18601, + "checksum": "SHA-256:a7e8f34126fdd49f048715edbfbbccb83aac407ebc916b1b2b1018146a4a15eb" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.2.zip", + "archiveFileName": "Adafruit_Pixie-1.1.2.zip", + "size": 116995, + "checksum": "SHA-256:1fef1700b748e71c72112e4b4deac0224729405de0e7eef3edaf2da1befeef81" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.3.zip", + "archiveFileName": "Adafruit_Pixie-1.1.3.zip", + "size": 117053, + "checksum": "SHA-256:aeea1e5c4f45dd9d822a9729a2f6acf8260f13fb93bb62622587faea67c99368" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.4.zip", + "archiveFileName": "Adafruit_Pixie-1.1.4.zip", + "size": 117053, + "checksum": "SHA-256:fefecdd5060f1c638107c2d7d01270f46e9eb350e568c740c0187361775d9a94" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.5.zip", + "archiveFileName": "Adafruit_Pixie-1.1.5.zip", + "size": 117225, + "checksum": "SHA-256:bfe0dad1f39c9a2081ca56a10dffd0889600f305df49b6efaa4256118ca9be4b" + }, + { + "name": "Adafruit Pixie", + "version": "1.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", + "website": "https://github.com/adafruit/Adafruit_Pixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.7.zip", + "archiveFileName": "Adafruit_Pixie-1.1.7.zip", + "size": 117225, + "checksum": "SHA-256:2123908e3a950880475914a585dcde1cada1319d915541737e1af980dd7269ad" + }, + { + "name": "SparkFun LIS3DH Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "sentence": "A library to drive the STmicro LIS3DH by SPI or I2C.", + "paragraph": "Uno examples to drive by I2C or SPI, collect extra sensor inputs, and operate FIFO. Checkout the \u003ca href=\"https://www.sparkfun.com/products/13963\"\u003eSparkFun LIS3DH Breakout\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_LIS3DH_Arduino_Library-1.0.2.zip", + "size": 52956, + "checksum": "SHA-256:9419b8a95fc69ac9017c9d61acdfa5cbcfe134499fd25d391bbbf72b576e1b84" + }, + { + "name": "SparkFun LIS3DH Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "sentence": "A library to drive the STmicro LIS3DH by SPI or I2C.", + "paragraph": "Uno examples to drive by I2C or SPI, collect extra sensor inputs, and operate FIFO. Checkout the \u003ca href=\"https://www.sparkfun.com/products/13963\"\u003eSparkFun LIS3DH Breakout\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_LIS3DH_Arduino_Library-1.0.3.zip", + "size": 52956, + "checksum": "SHA-256:3389df618bdefcef32b7d67a1a9f6421276d6b4598c501568bd7803206d4ea02" + }, + { + "name": "IwitVolumeKnob", + "version": "1.0.0", + "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "sentence": "Library to support the hardware built into many chinese volume knobs (iWit)", + "paragraph": "This library depends on EncoderStepCounter", + "website": "https://www.github.com/M-Reimer/IwitVolumeKnob", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/M-Reimer/IwitVolumeKnob.git", + "dependencies": [ + { + "name": "EncoderStepCounter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/IwitVolumeKnob-1.0.0.zip", + "archiveFileName": "IwitVolumeKnob-1.0.0.zip", + "size": 11223, + "checksum": "SHA-256:3193c4dd27b9fa307f4894b11866410899c213db1e727135f6aa7f8b899009c5" + }, + { + "name": "RC_ESC", + "version": "1.0.0", + "author": "Eric Nantel \u003csupport@robotshop.com\u003e", + "maintainer": "Eric Nantel \u003csupport@robotshop.com\u003e", + "sentence": "A library to use ESC with the Arduino platform.", + "paragraph": "This library is largely based on the Arduino Servo library and even use it in the background but we created different commands as well as examples which make sense for ESCs. The library is open source and although each function is not described in detail here, the library itself and the examples are well commented.", + "website": "https://www.robotshop.com/community/blog/show/rc-speed-controller-esc-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RB-ENantel/RC_ESC.git", + "providesIncludes": [ + "ESC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RB-ENantel/RC_ESC-1.0.0.zip", + "archiveFileName": "RC_ESC-1.0.0.zip", + "size": 19446, + "checksum": "SHA-256:cbf8a7cac965a5778d1cb5a9615e2cd64323215e8c62980d361d0af4c4d7e2d0" + }, + { + "name": "RC_ESC", + "version": "1.1.0", + "author": "Eric Nantel \u003csupport@robotshop.com\u003e", + "maintainer": "Eric Nantel \u003csupport@robotshop.com\u003e", + "sentence": "A library to use ESC with the Arduino platform.", + "paragraph": "This library is largely based on the Arduino Servo library and even use it in the background but we created different commands as well as examples which make sense for ESCs. The library is open source and although each function is not described in detail here, the library itself and the examples are well commented.", + "website": "https://www.robotshop.com/community/blog/show/rc-speed-controller-esc-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RB-ENantel/RC_ESC.git", + "providesIncludes": [ + "ESC.h" + ], + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RB-ENantel/RC_ESC-1.1.0.zip", + "archiveFileName": "RC_ESC-1.1.0.zip", + "size": 19648, + "checksum": "SHA-256:ae973852ae1fbd5124b8444a824767cb1367a3168d9158251721f9bbac1a0682" + }, + { + "name": "BSEC Software Library", + "version": "1.4.600", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": [ + "samd", + "sam", + "esp8266", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": [ + "bsec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.4.600.zip", + "archiveFileName": "BSEC_Software_Library-1.4.600.zip", + "size": 60061, + "checksum": "SHA-256:cdafafa037cef9f2cbf8be59916547c9837f16853ce506c30092097fdb5e16ef" + }, + { + "name": "BSEC Software Library", + "version": "1.4.703", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": [ + "samd", + "sam", + "esp8266", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": [ + "bsec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.4.703.zip", + "archiveFileName": "BSEC_Software_Library-1.4.703.zip", + "size": 337888, + "checksum": "SHA-256:04d40e654a4ee5864629f95b06b1256fcae60862b67402550eb93c3e75b4cc64" + }, + { + "name": "BSEC Software Library", + "version": "1.2.1474", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": [ + "samd", + "sam", + "esp8266", + "nrf52", + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": [ + "bsec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.2.1474.zip", + "archiveFileName": "BSEC_Software_Library-1.2.1474.zip", + "size": 341685, + "checksum": "SHA-256:5ceaaca7596b9591e9718d43d9a6edbbb8215ab49f77d034daaf75c8f44137f3" + }, + { + "name": "BSEC Software Library", + "version": "1.5.1474", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", + "category": "Sensors", + "architectures": [ + "samd", + "sam", + "esp8266", + "nrf52", + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": [ + "bsec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.5.1474.zip", + "archiveFileName": "BSEC_Software_Library-1.5.1474.zip", + "size": 345945, + "checksum": "SHA-256:ace9fb43b558ccd0fc8f55ebe753071610fb34d7bf8a4a2f13cfb2c6194b2398" + }, + { + "name": "BSEC Software Library", + "version": "1.6.1480", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/software-tools/software/bsec/", + "category": "Sensors", + "architectures": [ + "samd", + "sam", + "esp8266", + "nrf52", + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": [ + "bsec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.6.1480.zip", + "archiveFileName": "BSEC_Software_Library-1.6.1480.zip", + "size": 354690, + "checksum": "SHA-256:20be940fe740563a5a513fbf0f59568ac1e742133d90cf3fbc03ba94facd2603" + }, + { + "name": "BSEC Software Library", + "version": "1.7.1492", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/software-tools/software/bsec/", + "category": "Sensors", + "architectures": [ + "samd", + "sam", + "esp8266", + "nrf52", + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": [ + "bsec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.7.1492.zip", + "archiveFileName": "BSEC_Software_Library-1.7.1492.zip", + "size": 344565, + "checksum": "SHA-256:093be873773bd7048d306d70fbae704cfa7769ee13cbde19b54c8516b084b432" + }, + { + "name": "BSEC Software Library", + "version": "1.8.1492", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", + "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", + "website": "https://www.bosch-sensortec.com/software-tools/software/bsec/", + "category": "Sensors", + "architectures": [ + "samd", + "sam", + "esp8266", + "nrf52", + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "providesIncludes": [ + "bsec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.8.1492.zip", + "archiveFileName": "BSEC_Software_Library-1.8.1492.zip", + "size": 360559, + "checksum": "SHA-256:bfefe49c02ce988f82b4d1c1c1033a4ebb90d4b37352196fa33773d9552380db" + }, + { + "name": "SerialTransfer", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.1.zip", + "archiveFileName": "SerialTransfer-1.0.1.zip", + "size": 5952, + "checksum": "SHA-256:c9db6e6d57646641ec3840e455313948efc603911b8a4240a82cd74c563139a3" + }, + { + "name": "SerialTransfer", + "version": "1.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.2.zip", + "archiveFileName": "SerialTransfer-1.0.2.zip", + "size": 19985, + "checksum": "SHA-256:63349a6c78bc47cfd722f59f315249323de5d2904d6ad2c4df9c389073918aca" + }, + { + "name": "SerialTransfer", + "version": "1.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.3.zip", + "archiveFileName": "SerialTransfer-1.0.3.zip", + "size": 20461, + "checksum": "SHA-256:4734ecae9ab5327932f16a008f13cb1d69204c071ea7a90a57196da6d088d5f9" + }, + { + "name": "SerialTransfer", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.0.zip", + "archiveFileName": "SerialTransfer-1.1.0.zip", + "size": 21041, + "checksum": "SHA-256:48a66a539f4b3b39228e07ec6771ad54a5b66860e4cc6f152904e7a740812170" + }, + { + "name": "SerialTransfer", + "version": "1.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.2.zip", + "archiveFileName": "SerialTransfer-1.1.2.zip", + "size": 21861, + "checksum": "SHA-256:86a0a5e84df11b63e80b3adaf3286b60fe91d6300b923bcecc32759673fc0e25" + }, + { + "name": "SerialTransfer", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.3.zip", + "archiveFileName": "SerialTransfer-1.1.3.zip", + "size": 21820, + "checksum": "SHA-256:e06c20859de5a22ba18e1880ed8546fc5876c5e6f370927669cf1758ebf38eda" + }, + { + "name": "SerialTransfer", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.0.zip", + "archiveFileName": "SerialTransfer-1.2.0.zip", + "size": 24819, + "checksum": "SHA-256:0d4c2e3f537df0243df3a320ca34c245fb8abb541989c59862a906649da15709" + }, + { + "name": "SerialTransfer", + "version": "1.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.1.zip", + "archiveFileName": "SerialTransfer-1.2.1.zip", + "size": 24849, + "checksum": "SHA-256:4f047e830df43e829f8cc66061dd1551919ec744b5dcde4367f9e8e3f7857caa" + }, + { + "name": "SerialTransfer", + "version": "1.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.2.zip", + "archiveFileName": "SerialTransfer-1.2.2.zip", + "size": 29012, + "checksum": "SHA-256:c100fd0e904cd693e6a59fdcd278ff7cd05d312b9608fac31564ca523b644863" + }, + { + "name": "SerialTransfer", + "version": "1.2.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.3.zip", + "archiveFileName": "SerialTransfer-1.2.3.zip", + "size": 29239, + "checksum": "SHA-256:9d0e2d1dc91ac648028d74a85b3b0283feded325f6ed2b0e9d543a3888517fa8" + }, + { + "name": "SerialTransfer", + "version": "1.3.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.0.zip", + "archiveFileName": "SerialTransfer-1.3.0.zip", + "size": 30629, + "checksum": "SHA-256:aa3d083a03a9ee622a3f63a147b765fc208c89f88e021a4fb508b16339a414ec" + }, + { + "name": "SerialTransfer", + "version": "1.3.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.1.zip", + "archiveFileName": "SerialTransfer-1.3.1.zip", + "size": 33782, + "checksum": "SHA-256:4ae58d81d5d9bd1fbcbf5a4a37f31d95db8b1d7a056695a026c5e1ac33576e39" + }, + { + "name": "SerialTransfer", + "version": "1.3.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.2.zip", + "archiveFileName": "SerialTransfer-1.3.2.zip", + "size": 34400, + "checksum": "SHA-256:0b15024370f9eeb06e802011b845046fbc0bf4db087d9a0659c367cbef0ce532" + }, + { + "name": "SerialTransfer", + "version": "1.4.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.4.0.zip", + "archiveFileName": "SerialTransfer-1.4.0.zip", + "size": 34457, + "checksum": "SHA-256:41255c875778406056b28d0c97313142e7725903f4eb25b25c77fab3f4a7edb2" + }, + { + "name": "SerialTransfer", + "version": "1.4.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.4.1.zip", + "archiveFileName": "SerialTransfer-1.4.1.zip", + "size": 34463, + "checksum": "SHA-256:7e494b48a81d96917a856bc3245d21b4025de899f6b30f5ff9832fcc456ed9b2" + }, + { + "name": "SerialTransfer", + "version": "2.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.0.zip", + "archiveFileName": "SerialTransfer-2.0.0.zip", + "size": 36185, + "checksum": "SHA-256:83b10d30090de44db11f5583ab0a3c5087b87217abbc746877a87c848afd431f" + }, + { + "name": "SerialTransfer", + "version": "2.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.1.zip", + "archiveFileName": "SerialTransfer-2.0.1.zip", + "size": 36182, + "checksum": "SHA-256:baeecf93f92601ed0ea00b63e68d081435a45be0c838645a0e7bc34fb89db42a" + }, + { + "name": "SerialTransfer", + "version": "2.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.2.zip", + "archiveFileName": "SerialTransfer-2.0.2.zip", + "size": 36241, + "checksum": "SHA-256:aba1d505c8bbdb793e38edb461495f0b0dd852da9da660ce36414a8c2c1e1953" + }, + { + "name": "SerialTransfer", + "version": "2.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.3.zip", + "archiveFileName": "SerialTransfer-2.0.3.zip", + "size": 36255, + "checksum": "SHA-256:d44668f7dd4a9e536b58f0b8789985a741282ed6c71263f7dfc9b87d75fd3f12" + }, + { + "name": "SerialTransfer", + "version": "2.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.0.zip", + "archiveFileName": "SerialTransfer-2.1.0.zip", + "size": 25262, + "checksum": "SHA-256:8de7b1935143a96e8fec0de734a52f02037d2c700c35f24db0aa2c5ccdcfd4a5" + }, + { + "name": "SerialTransfer", + "version": "2.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.1.zip", + "archiveFileName": "SerialTransfer-2.1.1.zip", + "size": 25264, + "checksum": "SHA-256:35f5003d7afcc640b4e12bd6321560034bd108c86e65b8913320871897b5caec" + }, + { + "name": "SerialTransfer", + "version": "2.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.2.zip", + "archiveFileName": "SerialTransfer-2.1.2.zip", + "size": 25258, + "checksum": "SHA-256:dcb7657b126f747c40ac9987830f8a46a48299910d7190d2af148ed3e74e843c" + }, + { + "name": "SerialTransfer", + "version": "3.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.0.zip", + "archiveFileName": "SerialTransfer-3.0.0.zip", + "size": 31396, + "checksum": "SHA-256:4db5b5b2faa8123bbbb1400e8cf6b0a80995dd8c5103fbd840ac6fb05b6819bb" + }, + { + "name": "SerialTransfer", + "version": "3.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.1.zip", + "archiveFileName": "SerialTransfer-3.0.1.zip", + "size": 130692, + "checksum": "SHA-256:b7a188ba484c952b58ed6afe342f87ca46257bd3ebb58162a2d81d15660e4eb0" + }, + { + "name": "SerialTransfer", + "version": "3.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.2.zip", + "archiveFileName": "SerialTransfer-3.0.2.zip", + "size": 130741, + "checksum": "SHA-256:53fd43f69851cd5d66fa10bbeaa43bde427b9db8b49067fde3d56c96cf56fcdc" + }, + { + "name": "SerialTransfer", + "version": "3.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.3.zip", + "archiveFileName": "SerialTransfer-3.0.3.zip", + "size": 130993, + "checksum": "SHA-256:ea81b9e268582583064e88857d98a1c102798e3193d8092b04feb060771b773d" + }, + { + "name": "SerialTransfer", + "version": "3.0.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.4.zip", + "archiveFileName": "SerialTransfer-3.0.4.zip", + "size": 131254, + "checksum": "SHA-256:54e5864c0b00f24676fe1f1958946f383510008665dc2e7851a3c00603612c29" + }, + { + "name": "SerialTransfer", + "version": "3.0.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.5.zip", + "archiveFileName": "SerialTransfer-3.0.5.zip", + "size": 131443, + "checksum": "SHA-256:32b13e926c97d6ec3318d7886bbdda3728b3adb119e2220c357bb259fd7b2866" + }, + { + "name": "SerialTransfer", + "version": "3.0.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.6.zip", + "archiveFileName": "SerialTransfer-3.0.6.zip", + "size": 131419, + "checksum": "SHA-256:b5c750e5745615015cd5e2e5a21b21008b324b975d7aba583b6cde91b5b5216b" + }, + { + "name": "SerialTransfer", + "version": "3.0.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.7.zip", + "archiveFileName": "SerialTransfer-3.0.7.zip", + "size": 131545, + "checksum": "SHA-256:8dff6faba763007fad676c575168a23d1d33aab8209503c589d29787dac113f9" + }, + { + "name": "SerialTransfer", + "version": "3.0.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.8.zip", + "archiveFileName": "SerialTransfer-3.0.8.zip", + "size": 131557, + "checksum": "SHA-256:29686ed5acb94f61ade99181339f7ef43be24ed4c8cba365570eecb51071ab34" + }, + { + "name": "SerialTransfer", + "version": "3.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.1.0.zip", + "archiveFileName": "SerialTransfer-3.1.0.zip", + "size": 132165, + "checksum": "SHA-256:af2788a704245e6e60384f3232ddc7231cb07fa61082a67060cd1be91cac97eb" + }, + { + "name": "SerialTransfer", + "version": "3.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.1.1.zip", + "archiveFileName": "SerialTransfer-3.1.1.zip", + "size": 132188, + "checksum": "SHA-256:12a5267452823fadb2d97581885cf5af078f4cb175b145e63e329103f241fee4" + }, + { + "name": "SerialTransfer", + "version": "3.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.1.2.zip", + "archiveFileName": "SerialTransfer-3.1.2.zip", + "size": 132183, + "checksum": "SHA-256:9694958a817f986ce6cff5cdec222b7d39cfc38093e99d0bd6914e418a4fe55e" + }, + { + "name": "SerialTransfer", + "version": "3.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SerialTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.1.3.zip", + "archiveFileName": "SerialTransfer-3.1.3.zip", + "size": 132182, + "checksum": "SHA-256:91bb7e3203e15fa7617c74a5e50542f7f9bac44772052069af4a3d612373d041" + }, + { + "name": "GLCD", + "version": "1.0.0", + "author": "DrGamerGuy \u003cbopitperson@@gmail.com\u003e, Adafruit", + "maintainer": "DrGamerGuy \u003cbopitperson@gmail.com\u003e", + "sentence": "Library for using the Graphic LCD type display.", + "paragraph": "Allows displaying of various shapes and images on a Nokia 5110 GLCD screen, may work with other GLCD type screens. Visit javl.github.io/image2cpp/ to make your own image arrays for your screen to display and include them into your program. See Adafruit website for more of their libraries in action.", + "website": "https://www.adafruit.com", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DrGamerGuy/GLCD.git", + "providesIncludes": [ + "Adafruit_GFX.h", + "Adafruit_PCD8544.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DrGamerGuy/GLCD-1.0.0.zip", + "archiveFileName": "GLCD-1.0.0.zip", + "size": 352421, + "checksum": "SHA-256:8de2c0bd4a34d2acff788324b7d1195c9e2edacf28010d952323fdd3b340e8fa" + }, + { + "name": "YouTube Sight", + "version": "1.0.0", + "author": "Taste The Code", + "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", + "sentence": "Retrieves YouTube channel statistics through YouTube Sight", + "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", + "website": "http://tools.tastethecode.com/youtube-sight", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.0.zip", + "archiveFileName": "YouTube_Sight-1.0.0.zip", + "size": 18241, + "checksum": "SHA-256:c863affc8e23c5161670d33c1168f4f63006e99e5f5a57f1dfd04ee382bfd6f1" + }, + { + "name": "YouTube Sight", + "version": "1.0.1", + "author": "Taste The Code", + "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", + "sentence": "Retrieves YouTube channel statistics through YouTube Sight", + "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", + "website": "http://tools.tastethecode.com/youtube-sight", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.1.zip", + "archiveFileName": "YouTube_Sight-1.0.1.zip", + "size": 18286, + "checksum": "SHA-256:9bb09ef71f324b899e39672f14709d719eebfc2fea9944a4c1461aa154efbe3e" + }, + { + "name": "YouTube Sight", + "version": "1.0.2", + "author": "Taste The Code", + "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", + "sentence": "Retrieves YouTube channel statistics through YouTube Sight", + "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", + "website": "http://tools.tastethecode.com/youtube-sight", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.2.zip", + "archiveFileName": "YouTube_Sight-1.0.2.zip", + "size": 18291, + "checksum": "SHA-256:1feefa947087bd94461d8f750adcf4322bdca1bbe03b96541564d24025053f2f" + }, + { + "name": "YouTube Sight", + "version": "1.0.3", + "author": "Taste The Code", + "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", + "sentence": "Retrieves YouTube channel statistics through YouTube Sight", + "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", + "website": "http://tools.tastethecode.com/youtube-sight", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.3.zip", + "archiveFileName": "YouTube_Sight-1.0.3.zip", + "size": 20204, + "checksum": "SHA-256:60beb223a40012685121c6b07f8eefabfa16ceb003d36b1fbf7e2387faf77a45" + }, + { + "name": "Gwiot 7941E", + "version": "1.0.0", + "author": "Gutierrez PS, Arad Eizen", + "maintainer": "Gutierrez PS", + "sentence": "A simple library to interface with Gwiot 7941E 125kHz RFID reader", + "paragraph": "A simple library to interface with Gwiot 7941E 125kHz RFID reader", + "website": "https://github.com/gutierrezps/Gwiot7941e", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gutierrezps/gwiot7941e.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/Gwiot_7941E-1.0.0.zip", + "archiveFileName": "Gwiot_7941E-1.0.0.zip", + "size": 483663, + "checksum": "SHA-256:2d7fc74fda9f5a63fe84d8635ed639c146dcc1936f18fac849f4004ff2565143" + }, + { + "name": "PF", + "version": "1.1.0", + "author": "Ali Najafian", + "maintainer": "Ali Najafian", + "sentence": "\u003ch2\u003ePetit FatFS for Arduino avr MCUs. to drive SD cards\u003c/h2\u003e", + "paragraph": "\u003cp\u003eThis library is an optimized and fast SD library based on pff.h (PetitFS) :\u003c/p\u003e https://github.com/greiman/PetitFS \u003cp\u003e\u003cb\u003ebut i added a class changed the function names to familiar names and added some examples to it.\u003c/b\u003e\u003c/p\u003e", + "website": "https://github.com/Master811129/PF-SD-library-arduino", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Master811129/PF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/PF-1.1.0.zip", + "archiveFileName": "PF-1.1.0.zip", + "size": 21631, + "checksum": "SHA-256:10aace47683abe0950f51843b7fd2a68edd6d7c447242c00cf98e3fe584720f2" + }, + { + "name": "CurveFitting", + "version": "1.0.2", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": [ + "curveFitting.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.2.zip", + "archiveFileName": "CurveFitting-1.0.2.zip", + "size": 6221, + "checksum": "SHA-256:44c152b2fefe7c5dd06a5e99990e6dda1d105b3edce63342be0520b846b803d8" + }, + { + "name": "CurveFitting", + "version": "1.0.3", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": [ + "curveFitting.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.3.zip", + "archiveFileName": "CurveFitting-1.0.3.zip", + "size": 6305, + "checksum": "SHA-256:165721179f5ae6e11f7c4cf09a3562204ea1088f013a155ade66b764e8d330c0" + }, + { + "name": "CurveFitting", + "version": "1.0.5", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": [ + "curveFitting.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.5.zip", + "archiveFileName": "CurveFitting-1.0.5.zip", + "size": 6308, + "checksum": "SHA-256:0ad17c319a5ecfada00dc53451797a478c72de0cb0c0cce68a3425e0313be224" + }, + { + "name": "CurveFitting", + "version": "1.0.6", + "author": "Rotario \u003crotarioner@gmail.com\u003e", + "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", + "sentence": "Fits polynomial curves to given datapoints", + "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", + "website": "https://github.com/Rotario/arduinoCurveFitting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "providesIncludes": [ + "curveFitting.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.6.zip", + "archiveFileName": "CurveFitting-1.0.6.zip", + "size": 6308, + "checksum": "SHA-256:1d35c1309b7df10666022afedf444b55783e134914543dc46bb92fb8d623ec2a" + }, + { + "name": "EncoderStepCounter", + "version": "1.0.0", + "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "sentence": "Quadrature Encoder library for half-step and full-step encoders.", + "paragraph": "Counts up or down an counter depending on encoder rotation. Allows to read/write and reset this library-internal counter.", + "website": "https://www.github.com/M-Reimer/EncoderStepCounter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/M-Reimer/EncoderStepCounter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/EncoderStepCounter-1.0.0.zip", + "archiveFileName": "EncoderStepCounter-1.0.0.zip", + "size": 8481, + "checksum": "SHA-256:80cd0dbacb56d75830b60ca1f6f9a814092690848b618384a852effd8bee06dc" + }, + { + "name": "EncoderStepCounter", + "version": "1.1.0", + "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", + "sentence": "Quadrature Encoder library for half-step and full-step encoders.", + "paragraph": "Counts up or down an counter depending on encoder rotation. Allows to read/write and reset this library-internal counter.", + "website": "https://www.github.com/M-Reimer/EncoderStepCounter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/M-Reimer/EncoderStepCounter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/EncoderStepCounter-1.1.0.zip", + "archiveFileName": "EncoderStepCounter-1.1.0.zip", + "size": 8604, + "checksum": "SHA-256:4a0955ddd11d70f5700461a3c053de2b23b5880f0e07ad966d712db9f38db006" + }, + { + "name": "SparkFun LIS2DH12 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", + "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", + "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.0.zip", + "size": 755739, + "checksum": "SHA-256:e5d0da72408f9fc59f8f5f8aa000eff8599da21f472c4925ebb39abcceb7f9ef" + }, + { + "name": "SparkFun LIS2DH12 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", + "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", + "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.1.zip", + "size": 758058, + "checksum": "SHA-256:0b297b4ea201dae214c1fb2105cacbeeae7b47a98f10e8b61df9be5e1dea3968" + }, + { + "name": "SparkFun LIS2DH12 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", + "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", + "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.2.zip", + "size": 758234, + "checksum": "SHA-256:18aa071255f1dc9f10147386bb068e6e6926fa80807c8be3b19733063f5247a1" + }, + { + "name": "SparkFun LIS2DH12 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", + "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", + "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.3.zip", + "size": 762905, + "checksum": "SHA-256:dce0f1999bf378f7bd3f1a4c79d8f29351bb9c5b85fe4f68d7b4717d46f687f9" + }, + { + "name": "EAA_MLX90614", + "version": "1.0.0", + "author": "John Fitter \u003cjfitter@eagleairaust.com.au\u003e", + "maintainer": "John Fitter \u003cjfitter@eagleairaust.com.au\u003e", + "sentence": "MLX90614 device driver", + "paragraph": "Arduino device driver library to support the Melexis MLX90614 infrared temperature sensor.", + "website": "https://github.com/jfitter/MLX90614", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jfitter/MLX90614.git", + "providesIncludes": [ + "MLX90614.h", + "Crc8.h", + "property.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jfitter/EAA_MLX90614-1.0.0.zip", + "archiveFileName": "EAA_MLX90614-1.0.0.zip", + "size": 2977409, + "checksum": "SHA-256:cc7643c164e97fe13e6a6a362dd4b5be51e76ae645afd049b773db7dc5bc8f33" + }, + { + "name": "uFire SHT20", + "version": "1.0.0", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure atmospheric temperature and humdity.", + "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/uFire_SHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.0.0.zip", + "archiveFileName": "uFire_SHT20-1.0.0.zip", + "size": 16081, + "checksum": "SHA-256:e9dc3518da4d94ff227c605c71e8db36f040a6606b26823b6f9040fc4e86c69c" + }, + { + "name": "uFire SHT20", + "version": "1.0.1", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure atmospheric temperature and humdity.", + "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/uFire_SHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.0.1.zip", + "archiveFileName": "uFire_SHT20-1.0.1.zip", + "size": 18365, + "checksum": "SHA-256:1c4d3d5a7c92e89626ba16fb1ede06905c3a11b78836fbf75e470f3f08730160" + }, + { + "name": "uFire SHT20", + "version": "1.1.0", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure atmospheric temperature and humdity.", + "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor. Also converts to VPD (vapor pressure deficit), and dew point.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/uFire_SHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.1.0.zip", + "archiveFileName": "uFire_SHT20-1.1.0.zip", + "size": 21110, + "checksum": "SHA-256:6e821ed07d981233322346ea091e0092137bf666c9502fd411fc4ae12582c3a9" + }, + { + "name": "MCreator Link", + "version": "1.2.0", + "author": "Pylo", + "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", + "sentence": "Adds support for the MCreator Link system.", + "paragraph": "With this library you can make your Arduino device compatible with MCreator Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", + "website": "http://mcreator.net/link", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pylo/MCreatorLinkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pylo/MCreator_Link-1.2.0.zip", + "archiveFileName": "MCreator_Link-1.2.0.zip", + "size": 12467, + "checksum": "SHA-256:993396b66254db39c6b1d0ddb834a1dacd1c20a79c70d4daf7726706f0607e94" + }, + { + "name": "MCreator Link", + "version": "1.3.0", + "author": "Pylo", + "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", + "sentence": "Adds support for the MCreator Link system.", + "paragraph": "With this library you can make your Arduino device compatible with MCreator Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", + "website": "http://mcreator.net/link", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pylo/MCreatorLinkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pylo/MCreator_Link-1.3.0.zip", + "archiveFileName": "MCreator_Link-1.3.0.zip", + "size": 12470, + "checksum": "SHA-256:317148f9a02286b678f95eca050cf44bfe39184a1e5fcde795aa0e89f8c607a7" + }, + { + "name": "XLR8PWM", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "OpenXLR8 implementation of PWM", + "paragraph": "Implements Pulse Width Modulation as a hardware module in the OpenXLR8 methodology", + "website": "https://github.com/AloriumTechnology/XLR8PWM", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8PWM.git", + "providesIncludes": [ + "XLR8PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8PWM-1.0.1.zip", + "archiveFileName": "XLR8PWM-1.0.1.zip", + "size": 44659, + "checksum": "SHA-256:bfbd2a386667c1b86e4d48ed61988783e469f1a6db5c7fb3c461364e7a8badcb" + }, + { + "name": "XLR8RC", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Captures outputs from an RC receiver (the signals that go to servos) and outputs a 16 bit integer representing the pulse width (in microseconds)", + "paragraph": "Captures outputs from an RC receiver (the signals that go to servos) and outputs a 16 bit integer representing the pulse width (in microseconds)", + "website": "https://github.com/AloriumTechnology/XLR8RC", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8RC.git", + "providesIncludes": [ + "XLR8RC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8RC-1.0.0.zip", + "archiveFileName": "XLR8RC-1.0.0.zip", + "size": 42752, + "checksum": "SHA-256:832f9cf491a093ffdf4e42b268e9f0cd7cccb784e1b4a1afb42fbd11ef86ace5" + }, + { + "name": "Ch376msc", + "version": "1.3.1", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manage control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.3.1.zip", + "archiveFileName": "Ch376msc-1.3.1.zip", + "size": 129138, + "checksum": "SHA-256:04377ccd98f69fe0f4571b776c78edc8bfbe23eec1eb074765baf0ab19fc5cd2" + }, + { + "name": "Ch376msc", + "version": "1.4.0", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manage control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.0.zip", + "archiveFileName": "Ch376msc-1.4.0.zip", + "size": 133429, + "checksum": "SHA-256:cf907b35c2e9963f565d071135d0ee72e171ef5d07384787ab23f9eb78f87892" + }, + { + "name": "Ch376msc", + "version": "1.4.1", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manage control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": [ + "avr", + "sam", + "samd", + "stm32", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.1.zip", + "archiveFileName": "Ch376msc-1.4.1.zip", + "size": 173946, + "checksum": "SHA-256:bf8ec6b8a2c18a12ea619937e327e2c547342bf6e746f83c30561ef5e617e13f" + }, + { + "name": "Ch376msc", + "version": "1.4.2", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": [ + "avr", + "sam", + "samd", + "stm32", + "STM32F1", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.2.zip", + "archiveFileName": "Ch376msc-1.4.2.zip", + "size": 1750988, + "checksum": "SHA-256:dbc1058eea119687c15a5741f798a2df3ccb8fbad96ce66fd862c6e130e4432a" + }, + { + "name": "Ch376msc", + "version": "1.4.3", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": [ + "avr", + "sam", + "samd", + "stm32", + "STM32F1", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.3.zip", + "archiveFileName": "Ch376msc-1.4.3.zip", + "size": 1760691, + "checksum": "SHA-256:18e0b1ef568e353b6c9fb5f9846fa21e38ef10ae68daf41d0c534a542db59429" + }, + { + "name": "Ch376msc", + "version": "1.4.4", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": [ + "avr", + "sam", + "samd", + "stm32", + "STM32F1", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.4.zip", + "archiveFileName": "Ch376msc-1.4.4.zip", + "size": 1760931, + "checksum": "SHA-256:cc3014e310be39b96dc547704b5e15fd1c8683b061a83d497b3bce323b6436e1" + }, + { + "name": "Ch376msc", + "version": "1.4.5", + "author": "György Kovács", + "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", + "sentence": "A library for CH376 file manager control chip.", + "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", + "website": "https://github.com/djuseeq/Ch376msc/", + "category": "Data Storage", + "architectures": [ + "avr", + "sam", + "samd", + "stm32", + "STM32F1", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/djuseeq/Ch376msc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.5.zip", + "archiveFileName": "Ch376msc-1.4.5.zip", + "size": 1761312, + "checksum": "SHA-256:a46cc0e9458d75d8b4d6ad5995b85d6617f8a56d6281c3ae6dd05f45e20e3859" + }, + { + "name": "Irms_calc", + "version": "1.0.0", + "author": "Andrey Fedorov \u003cfedorov@bizkit.ru\u003e", + "maintainer": "Andrey Fedorov\u003cfedorov@bizkit.ru\u003e", + "sentence": "Irms calculation library for ESP8266/ESP32/Arduino.", + "paragraph": "The library gets ADC result getted from chip like ACS712 and calculate Vpp (Volts Peak to Peak), Vpeak (Volts peak), Vrms, Irms.", + "website": "https://github.com/Warlib1975/Irms_calc.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Warlib1975/Irms_calc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Warlib1975/Irms_calc-1.0.0.zip", + "archiveFileName": "Irms_calc-1.0.0.zip", + "size": 4445, + "checksum": "SHA-256:8cf34d2e8683f30fa1e8a5695f39154d3b40d56c0c04ea952faca98db29439bd" + }, + { + "name": "GPS", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "GPS code class for Arduino", + "paragraph": "gps comunication", + "website": "https://github.com/offcircuit/GPS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/offcircuit/GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/GPS-1.0.0.zip", + "archiveFileName": "GPS-1.0.0.zip", + "size": 16532, + "checksum": "SHA-256:d7e02b6e018a86c960fe59044fc7425c363bddc9a993341a272dd57010863a93" + }, + { + "name": "GPS", + "version": "1.0.1", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "GPS code class for Arduino", + "paragraph": "gps comunication", + "website": "https://github.com/offcircuit/GPS", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/offcircuit/GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/GPS-1.0.1.zip", + "archiveFileName": "GPS-1.0.1.zip", + "size": 16539, + "checksum": "SHA-256:424685b4b125b04bc026a5e929a561ddd1cd7039465644fd657f9a0c519f6d73" + }, + { + "name": "CppLinq", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "ArduinoLinq Library", + "paragraph": "Arduino Library that wraps cpplinq C++ library. This allow to user similar functions to .NET Linq in Arduino (Min 200Kb required)", + "website": "https://github.com/luisllamasbinaburo/ArduinoLinq", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/ArduinoLinq.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/CppLinq-1.0.0.zip", + "archiveFileName": "CppLinq-1.0.0.zip", + "size": 31576, + "checksum": "SHA-256:a8ce6e0eb20541c37292ed11adc176f3570f601e1c0d4b5579c57869cdfd8e94" + }, + { + "name": "ReactiveArduino", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "ReactiveArduino implements observable-observer pattern on a processor like Arduino", + "paragraph": "ReactiveArduino implements observable-observer pattern on a processor like Arduino", + "website": "https://github.com/luisllamasbinaburo/Arduino-ReactiveArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-ReactiveArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ReactiveArduino-1.0.0.zip", + "archiveFileName": "ReactiveArduino-1.0.0.zip", + "size": 156773, + "checksum": "SHA-256:63e360b1531c3b6a95eba7fdde4459b93c0aee38baa8bdef8257a8f6731efbfb" + }, + { + "name": "EasyingLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino library that implements easing functions for smooth property value change transitions", + "paragraph": "Arduino library that implements easing functions for smooth property value change transitions", + "website": "https://github.com/luisllamasbinaburo/Arduino-Easing", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Easing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/EasyingLib-1.0.0.zip", + "archiveFileName": "EasyingLib-1.0.0.zip", + "size": 135828, + "checksum": "SHA-256:6047ccf9d9fee414e9892e52babdcd3f188eee2714b51ad8ed62084466fa7138" + }, + { + "name": "InterpolationLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino library that provides interpolation methods step, linear, smooth, catmull spline and constrained spline.", + "paragraph": "Arduino library that provides interpolation methods step, linear, smooth, catmull spline and constrained spline.", + "website": "https://github.com/luisllamasbinaburo/Arduino-Interpolation", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Interpolation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/InterpolationLib-1.0.0.zip", + "archiveFileName": "InterpolationLib-1.0.0.zip", + "size": 128616, + "checksum": "SHA-256:cb252b2115fe842e2a39429e6225010ff161f27b46ca59ac5591fdad1b4f428c" + }, + { + "name": "SyncWaveformsLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino SyncWaveforms implements timed functions that runs synchronously", + "paragraph": "Arduino SyncWaveforms implements timed functions that runs synchronously", + "website": "https://github.com/luisllamasbinaburo/Arduino-SyncWaveforms", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-SyncWaveforms.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SyncWaveformsLib-1.0.0.zip", + "archiveFileName": "SyncWaveformsLib-1.0.0.zip", + "size": 54480, + "checksum": "SHA-256:68ea3807542cadfdd3737aaff557d158e61c317769dd8d569678128fa7adfcbb" + }, + { + "name": "EasyCommaLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "EasyComma is a light library that implements funtions for easily parse comma separed arrays", + "paragraph": "EasyComma is a light library that implements funtions for easily parse comma separed arrays", + "website": "https://github.com/luisllamasbinaburo/Arduino-EasyComma", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-EasyComma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/EasyCommaLib-1.0.0.zip", + "archiveFileName": "EasyCommaLib-1.0.0.zip", + "size": 9810, + "checksum": "SHA-256:99348cc0cb9de2722c6b44e119cedbcc8967573d6c100b3b6ae869e699453d14" + }, + { + "name": "Parser", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Arduino Library that helps to parse a char array", + "paragraph": "Arduino Library that helps to parse a char array", + "website": "https://github.com/luisllamasbinaburo/Arduino-Parser", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/Parser-1.0.0.zip", + "archiveFileName": "Parser-1.0.0.zip", + "size": 22803, + "checksum": "SHA-256:0a4b0fe9c13a440d537ce501974362cabadc2e1ec5072a388bcf1ccacdead86b" + }, + { + "name": "BTS7960", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library for BTS7960 Dual H-Bridge 43A DC Motor controller", + "paragraph": "Library for BTS7960 Dual H-Bridge 43A DC Motor controller", + "website": "https://github.com/luisllamasbinaburo/Arduino-BTS7960", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-BTS7960.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/BTS7960-1.0.0.zip", + "archiveFileName": "BTS7960-1.0.0.zip", + "size": 8559, + "checksum": "SHA-256:477ca0f34c62a571742a409ef23f87ac00e3123cd6fbe2139fb90c7a71a35db0" + }, + { + "name": "TriangleSolverLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library that implements functions to solve triangles. Usefull for articulated machines", + "paragraph": "Library that implements functions to solve triangles. Usefull for articulated machines", + "website": "https://github.com/luisllamasbinaburo/Arduino-TriangleSolver", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-TriangleSolver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/TriangleSolverLib-1.0.0.zip", + "archiveFileName": "TriangleSolverLib-1.0.0.zip", + "size": 10783, + "checksum": "SHA-256:b485fa08d1e5deae5472f547e1301244a7455855ce1e945cf09f6e999c652c01" + }, + { + "name": "StoryBoardLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Storyboard are a series of non blockings tasks that runs sequencially", + "paragraph": "Storyboard are a series of non blockings tasks that runs sequencially", + "website": "https://github.com/luisllamasbinaburo/Arduino-Storyboard", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-Storyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/StoryBoardLib-1.0.0.zip", + "archiveFileName": "StoryBoardLib-1.0.0.zip", + "size": 11085, + "checksum": "SHA-256:2c6d6953cfd2da45385030b6c072d8e431ac8370f879d4cef698d90c057310fb" + }, + { + "name": "MultiTaskLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Storyboard are a series of non blockings tasks that runs in parallel", + "paragraph": "Storyboard are a series of non blockings tasks that runs in parallel", + "website": "https://github.com/luisllamasbinaburo/Arduino-MultiTask", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-MultiTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/MultiTaskLib-1.0.0.zip", + "archiveFileName": "MultiTaskLib-1.0.0.zip", + "size": 10671, + "checksum": "SHA-256:684438657aef0075ecebd8f343cc0a46f73571ddc5d65c5fe8fd878df7e22018" + }, + { + "name": "AsyncTaskLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library that implements a non blockin task", + "paragraph": "Library that implements a non blockin task", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncTask", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncTaskLib-1.0.0.zip", + "archiveFileName": "AsyncTaskLib-1.0.0.zip", + "size": 12052, + "checksum": "SHA-256:5c7785f59cfbf410978a0712bd877239cf2362b2db547a59b5d47526cfbe3dd7" + }, + { + "name": "AsyncTimerLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Simple non blocking timer with callback function", + "paragraph": "Simple non blocking timer with callback function", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncTimer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncTimerLib-1.0.0.zip", + "archiveFileName": "AsyncTimerLib-1.0.0.zip", + "size": 8467, + "checksum": "SHA-256:c01b1dca0e2e36af2fd90bad09c72d92df3e19b35decc6ab6f09c9cf1e17df0c" + }, + { + "name": "AsyncSerial", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library that allow to recieve a serial port stream in a non blocking process", + "paragraph": "Library that allow to recieve a serial port stream in a non blocking process", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncSerial", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncSerial-1.0.0.zip", + "archiveFileName": "AsyncSerial-1.0.0.zip", + "size": 21689, + "checksum": "SHA-256:f3c75808286b7dea3372a8945e8ccf24ee3538d4c6b0cf0010f9478595f92926" + }, + { + "name": "AsyncServoLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library for non blocking controlling a servo", + "paragraph": "Library for non blocking controlling a servo", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncServo", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncServoLib-1.0.0.zip", + "archiveFileName": "AsyncServoLib-1.0.0.zip", + "size": 11694, + "checksum": "SHA-256:de72c17fc679a294fb9715ec95698db507b50c47f24a73425ebeb5c90c8d627c" + }, + { + "name": "AsyncStepperLib", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "AsyncStepper is a library for non blocking stepper motor control", + "paragraph": "AsyncStepper is a library for non blocking stepper motor control", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncStepper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncStepperLib-1.0.0.zip", + "archiveFileName": "AsyncStepperLib-1.0.0.zip", + "size": 11231, + "checksum": "SHA-256:8b8f5eab8470a234facdbdc7d332ba9d59fb54d1ce924810e86a7c975265add5" + }, + { + "name": "AsyncSonar", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Library for non blocking controlling a ultrasonic sensor like HC-SR04", + "paragraph": "Library for non blocking controlling a ultrasonic sensor like HC-SR04", + "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncSonar", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncSonar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncSonar-1.0.0.zip", + "archiveFileName": "AsyncSonar-1.0.0.zip", + "size": 21625, + "checksum": "SHA-256:ee6875680b8d37f082e8500d956c561b17b7cf12b4e3ab027e66abff2120f613" + }, + { + "name": "SimpleStepper", + "version": "1.0.0", + "author": "Luis Llamas", + "maintainer": "Luis Llamas", + "sentence": "Simple library for controlling unipolar and bipolar steppers", + "paragraph": "Simple library for controlling unipolar and bipolar steppers", + "website": "https://github.com/luisllamasbinaburo/Arduino-SimpleStepper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luisllamasbinaburo/Arduino-SimpleStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SimpleStepper-1.0.0.zip", + "archiveFileName": "SimpleStepper-1.0.0.zip", + "size": 9433, + "checksum": "SHA-256:22154156bfe8d30a5cf56bb356ec9c97a4c79dec46a8c9ecad26010bf1fe6ece" + }, + { + "name": "esp32_gamepad", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "connect ESP32 to SteelSeries:Free bluetooth gamepad.", + "paragraph": "Connect your SteelSeries:Free bluetooth gamepad to any ESP32 using RFCOMM. Provides a callback for every change to the controller including disconnect. Allows you to scan for SS devices and returns the bluetooth address of the first controller it finds.", + "website": "https://github.com/bitbank2/esp32_gamepad", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/esp32_gamepad.git", + "providesIncludes": [ + "esp32_gamepad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/esp32_gamepad-1.0.0.zip", + "archiveFileName": "esp32_gamepad-1.0.0.zip", + "size": 19347, + "checksum": "SHA-256:fdd47df6b60b632cbf14e490b35dfb97b40bef7b3140c4ea68c169389ffb1be4" + }, + { + "name": "esp32_gamepad", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "connect ESP32 to SteelSeries:Free bluetooth gamepad.", + "paragraph": "Connect your SteelSeries:Free bluetooth gamepad to any ESP32 using RFCOMM. Provides a callback for every change to the controller including disconnect. Allows you to scan for SS devices and returns the bluetooth address of the first controller it finds.", + "website": "https://github.com/bitbank2/esp32_gamepad", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/esp32_gamepad.git", + "providesIncludes": [ + "esp32_gamepad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/esp32_gamepad-1.0.1.zip", + "archiveFileName": "esp32_gamepad-1.0.1.zip", + "size": 19757, + "checksum": "SHA-256:10178548ee224f8a4f3ee1c0e1d8465207486aad9c5e68f61263f3dc60f4d9ca" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.0.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.0.zip", + "size": 8076, + "checksum": "SHA-256:ab4c0aeac56c42917d5939bf0b50e537553576ee20a9924e23529dd090b1ad7e" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.2.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.2.zip", + "size": 9761, + "checksum": "SHA-256:b4960b477c466523c80f524f31b0aac381bd2274a5f61d87f8ccdce7bed655df" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.3.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.3.zip", + "size": 9760, + "checksum": "SHA-256:b33985ac6b02f410f9848e7745f088a83d2751a5f9310eaa56ecfaa6f8db2c69" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.4.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.4.zip", + "size": 299263, + "checksum": "SHA-256:9377f232958dfd7ae31126f00a8626b8cb3523b72cc43c51013f06b222570bd7" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.5.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.5.zip", + "size": 299320, + "checksum": "SHA-256:1b833cfcc7aeb41d1d63617693a9990bd8036d26fbf76afc4ef1764e65427fe9" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.6.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.6.zip", + "size": 303685, + "checksum": "SHA-256:a03ccc8f21b7ded1c3ea1f3bcbd5514cb3e7fa80def4e7dcec7f52a97af4b41c" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.7.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.7.zip", + "size": 303439, + "checksum": "SHA-256:8fe589bdbfa874d050a9f992f27fbbfde5f4c15b932e41d01048ecdc32af4185" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.8.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.8.zip", + "size": 303441, + "checksum": "SHA-256:421945c03747a501ccca210e1ce4459c57a1ec2d28cd5a2b5fb198ce848f69c4" + }, + { + "name": "Adafruit LSM303DLH Mag", + "version": "1.0.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.10.zip", + "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.10.zip", + "size": 303473, + "checksum": "SHA-256:fccc71f7f8e23a16e9aef914dd82328b171da727af8ba1684a448626d3d5bfa9" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.0.0.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.0.0.zip", + "size": 9266, + "checksum": "SHA-256:33e18b03fe5ccd71a9a4e7fdbd6185b7b56334ef90e6da443cd5e75e53920aff" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.0.1.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.0.1.zip", + "size": 9241, + "checksum": "SHA-256:137e8c910100f5eb110ff71dfc621241156980b238fd8dfae8399d6b7c75ea5e" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.0.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.0.zip", + "size": 9378, + "checksum": "SHA-256:ace5b07fd9c6def2dcc519efc460adc1663bd346f6708657d353c9c588108a98" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.1.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.1.zip", + "size": 9448, + "checksum": "SHA-256:ee8c52f866bd9f9b6dacccfe296a0648beb8ea6e4a6a9906ee0caaae4d032278" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.2.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.2.zip", + "size": 338624, + "checksum": "SHA-256:429241fef74637e9a1c60da36dc5ce3f2eb90455afe5b8416bf6e6c2c90538b6" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.3.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.3.zip", + "size": 338681, + "checksum": "SHA-256:432a1c7ffa848bcc601d8ccf0a8ffbab7e94ff634c53ae6459bcaa53214c53b8" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.4.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.4.zip", + "size": 338486, + "checksum": "SHA-256:bc3df1ad7c988bf01254aa7629210d13da66268a99f2c8c15bf127d1cce0cdfe" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.5.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.5.zip", + "size": 338502, + "checksum": "SHA-256:c75d46b4751d6c42ceb7271d07eba3be8ff1ce59ee1de1d1df01ea6f0c1e949b" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.6.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.6.zip", + "size": 338500, + "checksum": "SHA-256:4f562319e624e18dbad9557945e61bb92e711482f872088b66f2518d37f0185a" + }, + { + "name": "Adafruit LSM303 Accel", + "version": "1.1.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", + "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.8.zip", + "archiveFileName": "Adafruit_LSM303_Accel-1.1.8.zip", + "size": 338500, + "checksum": "SHA-256:8980b30ebac0402e85c412410f368d4dba7f3131b6ac0ccf97dc85e9e329893c" + }, + { + "name": "Sensor Communication Library", + "version": "0.1.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.1.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.1.0.zip", + "size": 193655, + "checksum": "SHA-256:c0f4ee7d599f5b0c7117560b21e5468d5cae5e7c1e70235d5ad95390a112763d" + }, + { + "name": "Sensor Communication Library", + "version": "0.2.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.2.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.2.0.zip", + "size": 451225, + "checksum": "SHA-256:5af6228703afe248f0e946adc56ff17d4b4627e36c8d9b607cd5498b14ffea66" + }, + { + "name": "Sensor Communication Library", + "version": "0.3.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.3.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.3.0.zip", + "size": 457905, + "checksum": "SHA-256:4b01a4d042dc2c3218dd0ee381fa12e095eca9dda9817c8d68df2eabb7a26585" + }, + { + "name": "Sensor Communication Library", + "version": "0.4.0", + "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", + "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", + "sentence": "Arduino library for easy sensors data communication", + "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", + "website": "https://github.com/tcafiero/SensorCommunicationLib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.4.0.zip", + "archiveFileName": "Sensor_Communication_Library-0.4.0.zip", + "size": 404762, + "checksum": "SHA-256:ee9258330214e5d410ce3d1bcf3966394362162ff2324ab6f5a040bb188223c6" + }, + { + "name": "KnockPatternDetector", + "version": "1.0.0", + "author": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "maintainer": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "sentence": "Can record, save and detect knock patterns in an asynchronous way with many settings.", + "paragraph": "You are able to use every sensor (button, microphone). You can record parallel knocks on different sensors.", + "website": "https://github.com/codinghusi/ArduinoKnockPatternDetector", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/codinghusi/ArduinoKnockPatternDetector.git", + "providesIncludes": [ + "KnockPatternDetector.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/codinghusi/KnockPatternDetector-1.0.0.zip", + "archiveFileName": "KnockPatternDetector-1.0.0.zip", + "size": 19611, + "checksum": "SHA-256:67c393b2d16eb3b8326df6dc1d7ad8cd68d12d68044a9a5512ffa22c05b82c13" + }, + { + "name": "KnockPatternDetector", + "version": "1.0.1", + "author": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "maintainer": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", + "sentence": "Can record, save and detect knock patterns in an asynchronous way with many settings.", + "paragraph": "You are able to use every sensor (button, microphone). You can record parallel knocks on different sensors.", + "website": "https://github.com/codinghusi/ArduinoKnockPatternDetector", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/codinghusi/ArduinoKnockPatternDetector.git", + "providesIncludes": [ + "KnockPatternDetector.h" + ], + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/codinghusi/KnockPatternDetector-1.0.1.zip", + "archiveFileName": "KnockPatternDetector-1.0.1.zip", + "size": 19852, + "checksum": "SHA-256:6e15cb58de9c8bbb73cbd20af2fb6e05f5b545f134be7f519f8d86701ab0dacb" + }, + { + "name": "Winbond W25N", + "version": "0.1.0", + "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "sentence": "Library for use with the Winbond W25N series SPI Flash ICs", + "paragraph": "Library for use with the Winbond W25N series SPI Flash ICs", + "website": "https://github.com/squaresausage/WinbondW25N", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/squaresausage/WinbondW25N.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.1.0.zip", + "archiveFileName": "Winbond_W25N-0.1.0.zip", + "size": 5707, + "checksum": "SHA-256:8acbf2c4f549156b832abc1e19f24ccdebe3fe052c59e5e31fd297469d88cf0c" + }, + { + "name": "Winbond W25N", + "version": "0.1.2", + "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "sentence": "Library for use with the Winbond W25N series SPI Flash ICs", + "paragraph": "Library for use with the Winbond W25N series SPI Flash ICs", + "website": "https://github.com/squaresausage/WinbondW25N", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/squaresausage/WinbondW25N.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.1.2.zip", + "archiveFileName": "Winbond_W25N-0.1.2.zip", + "size": 7588, + "checksum": "SHA-256:4b0282c7e57969871ef8ae7a7972e6cac1ad4e52b008ad3c23b2930159090a29" + }, + { + "name": "Winbond W25N", + "version": "0.2.1", + "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "sentence": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", + "paragraph": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", + "website": "https://github.com/squaresausage/WinbondW25N", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/squaresausage/WinbondW25N.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.2.1.zip", + "archiveFileName": "Winbond_W25N-0.2.1.zip", + "size": 7563, + "checksum": "SHA-256:dfca9092a3ec7fa70e1c2609714a42f621c3d152eabfe048b1b061816e7b0706" + }, + { + "name": "Winbond W25N", + "version": "0.2.5", + "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", + "sentence": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", + "paragraph": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", + "website": "https://github.com/squaresausage/WinbondW25N", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/squaresausage/WinbondW25N.git", + "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.2.5.zip", + "archiveFileName": "Winbond_W25N-0.2.5.zip", + "size": 7625, + "checksum": "SHA-256:1621c215a4907f395eef0666369267dbc99d9c24d81576b3a623296df1b5ce6f" + }, + { + "name": "elk", + "version": "0.0.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.1.zip", + "archiveFileName": "elk-0.0.1.zip", + "size": 129843, + "checksum": "SHA-256:a9258f699d04fb98dc7058da10495ca1f5eafc7bb237aa38ab920335254ce1c5" + }, + { + "name": "elk", + "version": "0.0.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.2.zip", + "archiveFileName": "elk-0.0.2.zip", + "size": 135402, + "checksum": "SHA-256:917c954fedd858e4f91aacbca320c73e3e3b2a3eeefc9ce22b39e55b372d4c46" + }, + { + "name": "elk", + "version": "0.0.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.3.zip", + "archiveFileName": "elk-0.0.3.zip", + "size": 246426, + "checksum": "SHA-256:eedbf06ebfa0f586c4d1fbcf0c111e979ec042c29cd8547210e36e75551224d5" + }, + { + "name": "elk", + "version": "0.0.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.4.zip", + "archiveFileName": "elk-0.0.4.zip", + "size": 251453, + "checksum": "SHA-256:2d3b41fa878a022fdf16d229ad514e19b84c8befb19322ff2c2a57b57ef92544" + }, + { + "name": "elk", + "version": "0.0.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.5.zip", + "archiveFileName": "elk-0.0.5.zip", + "size": 241563, + "checksum": "SHA-256:bcb0faa2a48f7525e02dc33e2852449afe556f1b87a3234c2768713ad51bf627" + }, + { + "name": "elk", + "version": "0.0.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.6.zip", + "archiveFileName": "elk-0.0.6.zip", + "size": 239330, + "checksum": "SHA-256:7e8937aa9f8fb3d3e00e4c2092c53d37d2e919d3cada5daebd62aac9b9a46fb5" + }, + { + "name": "elk", + "version": "0.0.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.7.zip", + "archiveFileName": "elk-0.0.7.zip", + "size": 249588, + "checksum": "SHA-256:b2fb181446d4a0f46c34fac9ec96ddaf4502a5beaad56b5d1ab2779c7ef2486a" + }, + { + "name": "elk", + "version": "0.0.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.8.zip", + "archiveFileName": "elk-0.0.8.zip", + "size": 240520, + "checksum": "SHA-256:83954e1bdbb7256bd9d46c3c9906496761f047ed4034588ac2e8dc19e5a8fd20" + }, + { + "name": "elk", + "version": "0.0.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.9.zip", + "archiveFileName": "elk-0.0.9.zip", + "size": 258921, + "checksum": "SHA-256:6b9245432902009995cf66818f883aaabf75de4b31a785a6c245ee08381bad13" + }, + { + "name": "elk", + "version": "0.0.10", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.10.zip", + "archiveFileName": "elk-0.0.10.zip", + "size": 261518, + "checksum": "SHA-256:a86f128c771d112091394fbf66aa1aa0bb11401602ee67c11e5f3957bbb9eaf8" + }, + { + "name": "elk", + "version": "0.0.11", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.11.zip", + "archiveFileName": "elk-0.0.11.zip", + "size": 261260, + "checksum": "SHA-256:0cc0a1e4db406e8a5dcffddb3c3a04b561445e36480721dbc20da996d9cad235" + }, + { + "name": "elk", + "version": "0.0.12", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.12.zip", + "archiveFileName": "elk-0.0.12.zip", + "size": 213882, + "checksum": "SHA-256:f604308f897d0c4d982244ed2e3af02bc0fc8efcb7a62992b773638294b769fd" + }, + { + "name": "elk", + "version": "0.0.13", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.13.zip", + "archiveFileName": "elk-0.0.13.zip", + "size": 213918, + "checksum": "SHA-256:465b7188aa881c3963b4148c70bb3f05fbe4c8dc047b44b864ab28246deafb9f" + }, + { + "name": "elk", + "version": "0.0.14", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.14.zip", + "archiveFileName": "elk-0.0.14.zip", + "size": 213959, + "checksum": "SHA-256:39327f672a372d53ce0c123e10b5af9701c485e2baef486272d7c5068667c975" + }, + { + "name": "elk", + "version": "0.0.15", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.15.zip", + "archiveFileName": "elk-0.0.15.zip", + "size": 100771, + "checksum": "SHA-256:1c867abf45cf471c3ba371414daabf41716e2a34399a66a69824da0eba6cbea2" + }, + { + "name": "elk", + "version": "0.0.16", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.16.zip", + "archiveFileName": "elk-0.0.16.zip", + "size": 100758, + "checksum": "SHA-256:6d492d9d83f076b588c331d19a949c011a4bde6541f6a30a5cf8d065e507716d" + }, + { + "name": "elk", + "version": "0.0.17", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.17.zip", + "archiveFileName": "elk-0.0.17.zip", + "size": 99637, + "checksum": "SHA-256:f2004c531cb67f8b8fdddfa855c02128865e4f4b9ca6a6735755a93e81cf22e4" + }, + { + "name": "elk", + "version": "0.0.18", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.18.zip", + "archiveFileName": "elk-0.0.18.zip", + "size": 102519, + "checksum": "SHA-256:60b64fffbae3f49566e68d5a95691b4b1f6bdb6963c26109438eb6b444f62905" + }, + { + "name": "elk", + "version": "0.0.19", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.19.zip", + "archiveFileName": "elk-0.0.19.zip", + "size": 102737, + "checksum": "SHA-256:c63f67c7f8859e5b32250ba9c2c914c3ae1191d2c54bc89853488535ee35ab63" + }, + { + "name": "elk", + "version": "0.0.20", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.20.zip", + "archiveFileName": "elk-0.0.20.zip", + "size": 103114, + "checksum": "SHA-256:24085a35729de5bf015a7de77c5dcad37a5c87d49ace6306b44ca1af36bab0bd" + }, + { + "name": "elk", + "version": "0.0.21", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.21.zip", + "archiveFileName": "elk-0.0.21.zip", + "size": 103167, + "checksum": "SHA-256:9308eeb0e134417f5e5fe4b4a57dfd5dfd69613557a122911a46b7af0a91e8e1" + }, + { + "name": "elk", + "version": "0.0.22", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JavaScript engine for microcontrollers", + "paragraph": "JavaScript engine for microcontrollers", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "esp32", + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.22.zip", + "archiveFileName": "elk-0.0.22.zip", + "size": 103237, + "checksum": "SHA-256:3a8f116511384ecbe5c94d9614771fcf6692aa80448e508e95bf24fde22edc0e" + }, + { + "name": "elk", + "version": "2.0.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.1.zip", + "archiveFileName": "elk-2.0.1.zip", + "size": 52864, + "checksum": "SHA-256:ff76b951fd5b097a35da8869a248239b4205389947a029024a4d4d391aaec505" + }, + { + "name": "elk", + "version": "2.0.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.2.zip", + "archiveFileName": "elk-2.0.2.zip", + "size": 249737, + "checksum": "SHA-256:e105c252468b688b973c3f43ec717a2c09f26516430e95a9b57ff1a2a4403f53" + }, + { + "name": "elk", + "version": "2.0.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.3.zip", + "archiveFileName": "elk-2.0.3.zip", + "size": 250583, + "checksum": "SHA-256:0127afcd6415dbaf4712afc204a3eaa145d6ec2bcd794eb0eaf97a99413c4f4e" + }, + { + "name": "elk", + "version": "2.0.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.4.zip", + "archiveFileName": "elk-2.0.4.zip", + "size": 250718, + "checksum": "SHA-256:54efd40512630472a8815f3c632d2e9d7df426e0b789b729631991e76f4b8226" + }, + { + "name": "elk", + "version": "2.0.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.5.zip", + "archiveFileName": "elk-2.0.5.zip", + "size": 251173, + "checksum": "SHA-256:b44c26703d369196cdcfb7ccf5291beec3ebdc1f0f36c4f4467b754515a9cb06" + }, + { + "name": "elk", + "version": "2.0.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Add JS scripting environment to microcontroller development", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.6.zip", + "archiveFileName": "elk-2.0.6.zip", + "size": 1592167, + "checksum": "SHA-256:4883f9197e3c87aad733466bc73252c84bab46934932f2f7d484579d1f5181ce" + }, + { + "name": "elk", + "version": "2.0.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Enables JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.7.zip", + "archiveFileName": "elk-2.0.7.zip", + "size": 1592165, + "checksum": "SHA-256:a41d9b0a366a14eb0846a0fb271c5135d48886e3347b9f1ff1703144a61a1f5b" + }, + { + "name": "elk", + "version": "2.0.8", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Enables JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.8.zip", + "archiveFileName": "elk-2.0.8.zip", + "size": 1592701, + "checksum": "SHA-256:c0228a7c3d449f1e57647bd3a3ed693a1d174befcc2ab21b3a8ab77899af9398" + }, + { + "name": "elk", + "version": "2.0.9", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Enables JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.0.9.zip", + "archiveFileName": "elk-2.0.9.zip", + "size": 1592781, + "checksum": "SHA-256:dd4dfc2a5cf5ceaeed2e3c24271df12b5d5ac68e2fc3d1d6aa71500793eee19c" + }, + { + "name": "elk", + "version": "2.1.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Enables JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.1.0.zip", + "archiveFileName": "elk-2.1.0.zip", + "size": 1593043, + "checksum": "SHA-256:08dcab79afe3255aa2482fa2c54b9f2b1a9166e15f57d6512af8191b716b4700" + }, + { + "name": "elk", + "version": "2.1.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Implements small but usable subset of JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.1.1.zip", + "archiveFileName": "elk-2.1.1.zip", + "size": 1593128, + "checksum": "SHA-256:b8feb8bce926c9253a7acbe8b3a5db10c46e42bdadcfc116f4e9dfd0b0c39fa3" + }, + { + "name": "elk", + "version": "2.1.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Implements small but usable subset of JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.1.2.zip", + "archiveFileName": "elk-2.1.2.zip", + "size": 1593281, + "checksum": "SHA-256:069fc3c45021e44b619e948152a56e9a306a13281e61fd306ee9b6cd823da99d" + }, + { + "name": "elk", + "version": "2.2.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "Tiny JavaScript Engine", + "paragraph": "Implements small but usable subset of JavaScript", + "website": "https://github.com/cesanta/elk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/elk.git", + "providesIncludes": [ + "elk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-2.2.0.zip", + "archiveFileName": "elk-2.2.0.zip", + "size": 1593446, + "checksum": "SHA-256:2525be0bf39495d684a3436437e5130d12633b5b5c4afdb430b1ce8e46c3688c" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.0.zip", + "archiveFileName": "INA226_asukiaaa-1.0.0.zip", + "size": 3879, + "checksum": "SHA-256:f05f654db9ffe6fc5fc76dd892fa33774782be8c779cc2259dec3d77afdb9b03" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.1.zip", + "archiveFileName": "INA226_asukiaaa-1.0.1.zip", + "size": 3989, + "checksum": "SHA-256:90d04e229cf363f788074c26dd67c7b6472725bda25ecd38637031e61adc91ba" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.2.zip", + "archiveFileName": "INA226_asukiaaa-1.0.2.zip", + "size": 4471, + "checksum": "SHA-256:73aa92a1a3cdadca7e070796f3f8c4d6ddcc56bfd34e1564dda9d5ad7572e20f" + }, + { + "name": "INA226_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.3.zip", + "archiveFileName": "INA226_asukiaaa-1.0.3.zip", + "size": 4524, + "checksum": "SHA-256:857648248068ef34a34f9cabb256458e45dd3122e0a3ea061eb253814580457d" + }, + { + "name": "INA226_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.0.zip", + "archiveFileName": "INA226_asukiaaa-1.1.0.zip", + "size": 4523, + "checksum": "SHA-256:57113e3aa3d231049228e63184e205b106e63babd24c5502b83d22badf69630d" + }, + { + "name": "INA226_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.1.zip", + "archiveFileName": "INA226_asukiaaa-1.1.1.zip", + "size": 4620, + "checksum": "SHA-256:c6fa02f814010dac357e17eeb59ae66487753bd79c881f43939955ca8bceb1ce" + }, + { + "name": "INA226_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.2.zip", + "archiveFileName": "INA226_asukiaaa-1.1.2.zip", + "size": 4622, + "checksum": "SHA-256:f2261d7f14a3d44c7d0d11f2c6cddc9d3d8192165c6c315f2378927689c722d1" + }, + { + "name": "INA226_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.2.0.zip", + "archiveFileName": "INA226_asukiaaa-1.2.0.zip", + "size": 4773, + "checksum": "SHA-256:19b06a99809a28f618952afc01e402f3b1d81987092849f554c166d7f49a4d96" + }, + { + "name": "INA226_asukiaaa", + "version": "1.2.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages INA226", + "paragraph": "It can get voltage and current from INA226.", + "website": "https://github.com/asukiaaa/INA226_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.2.1.zip", + "archiveFileName": "INA226_asukiaaa-1.2.1.zip", + "size": 4854, + "checksum": "SHA-256:72785067b74e3cd32ad698d9ff422a3b0375f0b2c3b637038a9d28eb2f11f3e1" + }, + { + "name": "LibPrintf", + "version": "1.0.0", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": [ + "LibPrintf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.0.0.zip", + "archiveFileName": "LibPrintf-1.0.0.zip", + "size": 17019, + "checksum": "SHA-256:9a6a2592f08427459874f3009bb0e87ec70c3e21eacd59edbc8c6d349145cb80" + }, + { + "name": "LibPrintf", + "version": "1.0.1", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": [ + "LibPrintf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.0.1.zip", + "archiveFileName": "LibPrintf-1.0.1.zip", + "size": 27206, + "checksum": "SHA-256:3d0380cd0351ccf2b7345eb755ad5d852416c54db61324d52503ec05a7412a4b" + }, + { + "name": "LibPrintf", + "version": "1.1.2", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": [ + "LibPrintf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.1.2.zip", + "archiveFileName": "LibPrintf-1.1.2.zip", + "size": 27206, + "checksum": "SHA-256:e5455079b771cbecfd4ac4d1ee5c728f6d834563ba234769c1ad23e30983e0f0" + }, + { + "name": "LibPrintf", + "version": "1.1.3", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": [ + "LibPrintf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.1.3.zip", + "archiveFileName": "LibPrintf-1.1.3.zip", + "size": 27200, + "checksum": "SHA-256:14d0b0a74edd66116f52a18aa8c735d067c90c257bbdce1ee2488f1d561e340b" + }, + { + "name": "LibPrintf", + "version": "1.2.6", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": [ + "LibPrintf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.2.6.zip", + "archiveFileName": "LibPrintf-1.2.6.zip", + "size": 32125, + "checksum": "SHA-256:22a2643c29b700cc30e5cce2b66a32fc3931662a0d2c98bc81f3b67a236295c8" + }, + { + "name": "LibPrintf", + "version": "1.2.10", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": [ + "LibPrintf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.2.10.zip", + "archiveFileName": "LibPrintf-1.2.10.zip", + "size": 31789, + "checksum": "SHA-256:d190eda1b3707468478baf4e30fb6f7e70db2a295a5db67c9bb3a6b21c593756" + }, + { + "name": "LibPrintf", + "version": "1.2.13", + "author": "Embedded Artistry", + "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", + "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", + "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", + "website": "https://github.com/embeddedartistry/arduino-printf", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "providesIncludes": [ + "LibPrintf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.2.13.zip", + "archiveFileName": "LibPrintf-1.2.13.zip", + "size": 32416, + "checksum": "SHA-256:378585609e50cb4f39b7ce83672a3c6c5a88f317b137a06b8310bafc601b47cf" + }, + { + "name": "CWW Morse Transmit", + "version": "1.0.0", + "author": "Ralph Iden", + "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", + "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", + "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", + "website": "https://github.com/ridencww/cww_MorseTx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ridencww/cww_MorseTx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.0.0.zip", + "archiveFileName": "CWW_Morse_Transmit-1.0.0.zip", + "size": 5354, + "checksum": "SHA-256:b82e6f039d3f4ed50b6b58a42679adca7a0ed5d1661a733f3d40376e29f816f5" + }, + { + "name": "CWW Morse Transmit", + "version": "1.1.0", + "author": "Ralph Iden", + "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", + "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", + "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", + "website": "https://github.com/ridencww/cww_MorseTx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ridencww/cww_MorseTx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.1.0.zip", + "archiveFileName": "CWW_Morse_Transmit-1.1.0.zip", + "size": 5789, + "checksum": "SHA-256:3c4681924a4f6830467efcb4ed4b89b3d60666a24757689535421c7213b5dbee" + }, + { + "name": "CWW Morse Transmit", + "version": "1.1.1", + "author": "Ralph Iden", + "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", + "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", + "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", + "website": "https://github.com/ridencww/cww_MorseTx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ridencww/cww_MorseTx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.1.1.zip", + "archiveFileName": "CWW_Morse_Transmit-1.1.1.zip", + "size": 5930, + "checksum": "SHA-256:7b52a681a111078cbc93635e12d7ba8d858ecd73e3dcf81027806ccf93dca5cd" + }, + { + "name": "CWW Morse Transmit", + "version": "1.2.0", + "author": "Ralph Iden", + "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", + "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", + "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", + "website": "https://github.com/ridencww/cww_MorseTx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ridencww/cww_MorseTx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.2.0.zip", + "archiveFileName": "CWW_Morse_Transmit-1.2.0.zip", + "size": 6002, + "checksum": "SHA-256:f9bfd6edb953ae12eb115bffc449fe93aedc5c82d43f18761c00b31ee1fe0e86" + }, + { + "name": "CWW Morse Transmit", + "version": "1.2.1", + "author": "Ralph Iden", + "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", + "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", + "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", + "website": "https://github.com/ridencww/cww_MorseTx", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ridencww/cww_MorseTx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.2.1.zip", + "archiveFileName": "CWW_Morse_Transmit-1.2.1.zip", + "size": 6226, + "checksum": "SHA-256:9015bfa42b96213a7ab5d1b4abfb41aa08842f9bb315262400450bbb89a987bf" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.0.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.0.zip", + "size": 1867562, + "checksum": "SHA-256:49d6e9fcde906d6933800b8023032572e47688ec4f2ce250e6c6df59a44e0c61" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.1.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.1.zip", + "size": 1867627, + "checksum": "SHA-256:3bcc9bbd3cce3816f4c92f2fce2e5977012816c83e7b1a0505c78a2e2cefe0b5" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.2", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.2.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.2.zip", + "size": 1867764, + "checksum": "SHA-256:11930402f3442e3cb90259244d46f53c4e4c157e740a292e11c60b5e4075417b" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.3", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.3.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.3.zip", + "size": 1869837, + "checksum": "SHA-256:d98cfda8b3208df9d4d95aaf30a41128146a34ed2af1cf0c81cdf540a7b2ff9f" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.4", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.4.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.4.zip", + "size": 1869900, + "checksum": "SHA-256:d97e6ffeea780ae1a0194130be061b99a2eb862c6570ade410476fc102ae232a" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.5", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.5.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.5.zip", + "size": 1874041, + "checksum": "SHA-256:56838d3654c11329e111f700c68000c9608bca12b0a9b0abb4c064f233f70901" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.6", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.6.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.6.zip", + "size": 1886743, + "checksum": "SHA-256:2871c977247c820fa3974e31d2fb0bc4bb0aca5aa4824a961a042882dece5985" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.7", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.7.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.7.zip", + "size": 1887553, + "checksum": "SHA-256:9e447f3c91a1e09d6505ae0b644e98e75eb1e3c596264dcae9ab254d4ccb325c" + }, + { + "name": "efont Unicode Font Data", + "version": "1.0.9", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino Unicode Font libraries.", + "paragraph": "Arduino Unicode Font libraries.", + "website": "https://github.com/tanakamasayuki/efont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/efont.git", + "providesIncludes": [ + "efont.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.9.zip", + "archiveFileName": "efont_Unicode_Font_Data-1.0.9.zip", + "size": 1886299, + "checksum": "SHA-256:c8a9c55864699cf73fabe623479e098e7f8ce264a3f576cd3ccdedd46978bdae" + }, + { + "name": "Adeon", + "version": "1.0.0", + "author": "JSC electronics, info@jsc-electronics.cz", + "maintainer": "JSC electronics, info@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "An Arduino library for managing phone numbers and received parameters of users.", + "paragraph": "Adeon is an Arduino library for managing phone numbers and received parameters of users. Parameters are received via incoming SMS from authorised (defined users) phone numbers. The library is designed to use with Adeon Android app. As input string the library requires an SMS in Adeon app format. Incoming SMS is secured by hash which guarantees validity of a message. The changing values of parameters provide controlling peripheral devices and modules which are connected to the Arduino based on input string.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.0.zip", + "archiveFileName": "Adeon-1.0.0.zip", + "size": 70814, + "checksum": "SHA-256:b85d1a8f9b523d1fbafbc35b63d6e608d15d7645dc289cd1bad0896a8c2644b5" + }, + { + "name": "Adeon", + "version": "1.0.1", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.1.zip", + "archiveFileName": "Adeon-1.0.1.zip", + "size": 70765, + "checksum": "SHA-256:252b85ae8b560f47c0fffabc7d80e58931dbfbaf25b758e1b28e9b2bffd84dcc" + }, + { + "name": "Adeon", + "version": "1.0.2", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsc-electronics.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.2.zip", + "archiveFileName": "Adeon-1.0.2.zip", + "size": 70726, + "checksum": "SHA-256:966df0974a6d39a35fb0ab7620269873c49a2a1b826748d0335d3825eb1e4dbc" + }, + { + "name": "Adeon", + "version": "1.0.4", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsce.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.4.zip", + "archiveFileName": "Adeon-1.0.4.zip", + "size": 79165, + "checksum": "SHA-256:6d80d3c73c61fa9dd0568c06f515d68172457697dad97c7c615848a68fc18cf6" + }, + { + "name": "Adeon", + "version": "1.1.0", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsce.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.1.0.zip", + "archiveFileName": "Adeon-1.1.0.zip", + "size": 79261, + "checksum": "SHA-256:078386a3a82d6c0ca2e2117c61cd1229736594960b52c020adcb6cd216376a92" + }, + { + "name": "Adeon", + "version": "1.1.1", + "author": "JSC electronics", + "maintainer": "JSC electronics, adeon@jsce.cz", + "license": "Apache-2.0", + "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", + "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", + "website": "https://github.com/JSC-electronics/Adeon", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Adeon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.1.1.zip", + "archiveFileName": "Adeon-1.1.1.zip", + "size": 79327, + "checksum": "SHA-256:a26136f9f8cd424831cb9bb03c4f176a1b031e64d82af34538bb5cad5f4c714e" + }, + { + "name": "QDEC", + "version": "1.0.0", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "State-machine based quadrature decoder.", + "paragraph": "Supports generation of events for full-step or half-step modes, with state-machine resulting in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.0.zip", + "archiveFileName": "QDEC-1.0.0.zip", + "size": 83335, + "checksum": "SHA-256:52ffad5d157139f6cc9ed569c2455f670807e7025bb0c5cb9b058b7ec1f9f746" + }, + { + "name": "QDEC", + "version": "1.0.1", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.1.zip", + "archiveFileName": "QDEC-1.0.1.zip", + "size": 83795, + "checksum": "SHA-256:cad957997626cd82b817764e82e7fa0a04a853bab657d6325f7fc69ebb084728" + }, + { + "name": "QDEC", + "version": "1.0.2", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.2.zip", + "archiveFileName": "QDEC-1.0.2.zip", + "size": 83114, + "checksum": "SHA-256:6f0daf741578bebfefcc612bb6694d3fc8373be469acb06e3441ce1d1ff72f3a" + }, + { + "name": "QDEC", + "version": "1.0.3", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.3.zip", + "archiveFileName": "QDEC-1.0.3.zip", + "size": 83113, + "checksum": "SHA-256:c474a68128939215a09e391d5ad6eaf6047234b44ac94c903c5f4fc8ef97ba6b" + }, + { + "name": "QDEC", + "version": "1.0.7", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.7.zip", + "archiveFileName": "QDEC-1.0.7.zip", + "size": 85715, + "checksum": "SHA-256:28e3050b5da065c16d8a25fed651dd9cd5fce8c4b85e4ec94cc6772a9ff3598c" + }, + { + "name": "QDEC", + "version": "1.0.9", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.9.zip", + "archiveFileName": "QDEC-1.0.9.zip", + "size": 85727, + "checksum": "SHA-256:e675b9797ac819877b0d68cf06b7622a30502b92058b399f9eb83d5dcbbbca45" + }, + { + "name": "QDEC", + "version": "2.0.0-beta", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "High-efficiency, state-machine based quadrature decoder.", + "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", + "website": "https://github.com/SimpleHacks/QDEC", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/QDEC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-2.0.0-beta.zip", + "archiveFileName": "QDEC-2.0.0-beta.zip", + "size": 86446, + "checksum": "SHA-256:c6b18db53f6a224eea2e06b957cfd05e55b51002611530bc0fb7e7075c2e1509" + }, + { + "name": "DU-INO", + "version": "1.0.0", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/logickworkshop/du-ino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.0.0.zip", + "archiveFileName": "DU_INO-1.0.0.zip", + "size": 57368, + "checksum": "SHA-256:0a12136d5560c4060b25c531582c7e74307a73e730f36fd3e5f302f97966ccc6" + }, + { + "name": "DU-INO", + "version": "1.0.1", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/logickworkshop/du-ino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.0.1.zip", + "archiveFileName": "DU_INO-1.0.1.zip", + "size": 57639, + "checksum": "SHA-256:62d87db663b4a58ba5b51ca30348dd8fb93a733ad0702c896cb56a494444bcb3" + }, + { + "name": "DU-INO", + "version": "1.1.0", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/logickworkshop/du-ino.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.1.0.zip", + "archiveFileName": "DU_INO-1.1.0.zip", + "size": 59622, + "checksum": "SHA-256:27fe9386c651dc354c742c7df292b1b075cd0154ef38dc8d8e466a9b4eb4ec6b" + }, + { + "name": "DU-INO", + "version": "1.2.0", + "author": "Logick Workshop", + "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", + "sentence": "DU-INO base Arduino library.", + "website": "http://logick.ca/du-mdlr/du-ino", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/logickworkshop/du-ino.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.2.0.zip", + "archiveFileName": "DU_INO-1.2.0.zip", + "size": 719563, + "checksum": "SHA-256:850b95b88acc9e7467029fd2594fbddfab26666ead6ddaedab12b38b2b9339d2" + }, + { + "name": "Grafici-GFX", + "version": "1.0.0", + "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": [ + "Grafici.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-1.0.0.zip", + "archiveFileName": "Grafici_GFX-1.0.0.zip", + "size": 30890, + "checksum": "SHA-256:a9d8966cc9f3458cdb0bcbfeab8d4a77dbc549370561cf72487f090173cd02d5" + }, + { + "name": "Grafici-GFX", + "version": "2.0.0", + "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": [ + "Grafici.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-2.0.0.zip", + "archiveFileName": "Grafici_GFX-2.0.0.zip", + "size": 40860, + "checksum": "SHA-256:d3b35f506cdb9a3e8e6b60bb2da21969fe4c1cf1e3fe1d07d660af94bda2d945" + }, + { + "name": "Grafici-GFX", + "version": "2.0.2", + "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": [ + "Grafici.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-2.0.2.zip", + "archiveFileName": "Grafici_GFX-2.0.2.zip", + "size": 40879, + "checksum": "SHA-256:eb9dc9047819a431d053590b1cd4315139ce1066a77c97d17f87f0de45a52975" + }, + { + "name": "Grafici-GFX", + "version": "3.0.0", + "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": [ + "Grafici.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-3.0.0.zip", + "archiveFileName": "Grafici_GFX-3.0.0.zip", + "size": 819297, + "checksum": "SHA-256:8d64766bd7aecf83f4452e892a069bc83facde8c330e7804cbd0d53dd916dbd8" + }, + { + "name": "Grafici-GFX", + "version": "4.0.0", + "author": "Marco Cattani \u003c03offices_jockey@icloud.com\u003e", + "maintainer": "Marco Cattani \u003c03offices_jockey@icloud.com\u003e", + "sentence": "Data visualization library for Arduino driven displays", + "paragraph": "based/depending on the Adafruit GFX display libraries. Grafici handles and process data and plot lines, bars, scatters and more on both squared and round displays.", + "website": "https://github.com/cattanimarco/Grafici-GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "providesIncludes": [ + "Grafici.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-4.0.0.zip", + "archiveFileName": "Grafici_GFX-4.0.0.zip", + "size": 47703, + "checksum": "SHA-256:1a859a4e870bda0b9e0c7fe9a84539d42431ffbe79084daf73787d6afacaaecb" + }, + { + "name": "SimpleTimer", + "version": "1.0.0", + "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", + "sentence": "Simple arduino timer.", + "paragraph": "A simple Arduino library for work with time.", + "website": "https://github.com/kiryanenko/SimpleTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kiryanenko/SimpleTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/SimpleTimer-1.0.0.zip", + "archiveFileName": "SimpleTimer-1.0.0.zip", + "size": 4271, + "checksum": "SHA-256:38ad1f4d671f5a85e201bfcfd98fee04a9b5140f766f03c2e61c2a99b1b5f5ec" + }, + { + "name": "ssd1327", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank SSD1327 128x128 OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Can use I2C, SPI or bit banged I2C on any 2 GPIO pins. Supports 3 font sizes (6x8, 8x8, 16x16), pixel drawing, contrast control and can invert or flip the display 180 degrees. Runs on any hardware supported by Arduino, but was designed with the AVR in mind due to its limited RAM and FLASH space.", + "website": "https://github.com/bitbank2/ssd1327", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ssd1327.git", + "providesIncludes": [ + "ssd1327.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ssd1327-1.0.0.zip", + "archiveFileName": "ssd1327-1.0.0.zip", + "size": 1937681, + "checksum": "SHA-256:fd1c26d4d400a50bf7fb9c0e24361d39603f69d197ce9967418b7fce59efcf1c" + }, + { + "name": "ssd1327", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "BitBank SSD1327+SSD1322 OLED display library.", + "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Can use I2C, SPI or bit banged I2C on any 2 GPIO pins. Supports 3 font sizes (6x8, 8x8, 16x16), pixel drawing, contrast control and can invert or flip the display 180 degrees. Runs on any hardware supported by Arduino, but more advanced features require a RAM buffer which does not fit on AVR devices.", + "website": "https://github.com/bitbank2/ssd1327", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/ssd1327.git", + "providesIncludes": [ + "ssd1327.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ssd1327-2.0.0.zip", + "archiveFileName": "ssd1327-2.0.0.zip", + "size": 1946587, + "checksum": "SHA-256:0308a72323fdc64b3236e38869fb6137d05c6baa83b8166c5a95d305c67b769c" + }, + { + "name": "RTCDS1307", + "version": "1.0.0", + "author": "Helder Rodrigues", + "maintainer": "Helder Rodrigues", + "sentence": "Library for rtc 1307", + "paragraph": "RTC DS1307", + "website": "https://github.com/offcircuit/RTCDS1307", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/offcircuit/RTCDS1307.git", + "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/RTCDS1307-1.0.0.zip", + "archiveFileName": "RTCDS1307-1.0.0.zip", + "size": 16391, + "checksum": "SHA-256:9e35c30afebc8bc56a73bab7ef1f463ca90f5e2dd63d945dc04f1325cf35448e" + }, + { + "name": "MD_SN76489", + "version": "1.0.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for SN76489 sound generator.", + "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", + "website": "https://github.com/MajicDesigns/MD_SN76489", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_SN76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.0.0.zip", + "archiveFileName": "MD_SN76489-1.0.0.zip", + "size": 2181996, + "checksum": "SHA-256:d17fe28336458a6ed067f466bead21fb9c98e140e901493e23fd982fbffe9d3d" + }, + { + "name": "MD_SN76489", + "version": "1.1.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for SN76489 sound generator.", + "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", + "website": "https://github.com/MajicDesigns/MD_SN76489", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_SN76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.1.0.zip", + "archiveFileName": "MD_SN76489-1.1.0.zip", + "size": 2463767, + "checksum": "SHA-256:4f08300827af1570a05c2c6ba4030bf15989a4550598c0b788038c52d1027311" + }, + { + "name": "MD_SN76489", + "version": "1.1.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for SN76489 sound generator.", + "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", + "website": "https://github.com/MajicDesigns/MD_SN76489", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_SN76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.1.1.zip", + "archiveFileName": "MD_SN76489-1.1.1.zip", + "size": 2462576, + "checksum": "SHA-256:a99350ac22d4ccebf1f7f5a442cb86d782ca461b6a83c2ae724d2c7ff73d97a0" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.1", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.1.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.1.zip", + "size": 7930199, + "checksum": "SHA-256:b50473f6d1592765228b092c2cac1350f542aec3e7ac2bcd8af1fde3ded1e3ec" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.2", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.2.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.2.zip", + "size": 10027352, + "checksum": "SHA-256:52113aef5f4229634c5878160963025a428bae1e074162e37377b2685122dcdc" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.3", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.3.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.3.zip", + "size": 10029950, + "checksum": "SHA-256:463a9ab43b331d979c9d67e220b7456d4e97e0cd1ac512f6ac596c0cd0e36834" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.4", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.4.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.4.zip", + "size": 10031313, + "checksum": "SHA-256:3baf94aaf3b29eda8e83bc8cb103bcf4056af80db635d733460cdc25014954c4" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.5", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.5.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.5.zip", + "size": 11614894, + "checksum": "SHA-256:0697ebabd9b8a4338f05b5a8580f435e86f7b8396654eae10c1c5d8800ab0206" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.6", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.6.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.6.zip", + "size": 11614892, + "checksum": "SHA-256:6a3e8746d764bc60f74e7d68bb812a583c79f4c5f4846861d5c26045aec03d48" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.7", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.7.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.7.zip", + "size": 11770490, + "checksum": "SHA-256:ced6c9ee65b0ed9943443f892dfe6e0b4d5b4999613f0eb160e0f0465c9c3213" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.8", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface to control the SI4844.", + "website": "https://github.com/pu2clr/SI4844/tree/master", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.8.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.8.zip", + "size": 6950580, + "checksum": "SHA-256:6507ed47155c8e7bd8b2caf6c78e1ee02e6898a7ff80ab93b20b3643e5560f5e" + }, + { + "name": "PU2CLR SI4844", + "version": "1.0.9", + "author": "Ricardo Lima Caratti", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library is intended to provide an easier interface to control the SI4844.", + "website": "https://github.com/pu2clr/SI4844/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4844.git", + "providesIncludes": [ + "SI4844.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.9.zip", + "archiveFileName": "PU2CLR_SI4844-1.0.9.zip", + "size": 7236985, + "checksum": "SHA-256:938067916e2c0599d5fd3520d21816ad9ae0f553604241b91f9eda7758d06f28" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.1.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-1.1.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.1.0.zip", + "size": 593146, + "checksum": "SHA-256:c76c334299a60ac5241968c40caf97aea452f6259ab4d30de5f754754c138886" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.2.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-1.2.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.2.0.zip", + "size": 593659, + "checksum": "SHA-256:2bcad03875fad1b1d50edfd23a40c138eaa610edb06f9562e47cdb9ecbef3408" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.3.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-1.3.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.3.0.zip", + "size": 595757, + "checksum": "SHA-256:bebc8514c4d65cf6c17fff9180fec56c35a6305b862e19627a287c7538d5562e" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.4.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-1.4.0.zip", + "archiveFileName": "Beelan_LoRaWAN-1.4.0.zip", + "size": 599253, + "checksum": "SHA-256:e091b4492df0fc68cba8364ab2334fe3c5e8088816a93e53f694c827001c8914" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.5.1", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-1.5.1.zip", + "archiveFileName": "Beelan_LoRaWAN-1.5.1.zip", + "size": 599253, + "checksum": "SHA-256:8686d4eb95f9c04e589097c403f2fb851d70e3caf527ca804271197e93b67c44" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.5.3", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-1.5.3.zip", + "archiveFileName": "Beelan_LoRaWAN-1.5.3.zip", + "size": 599584, + "checksum": "SHA-256:368e05b194289ef2412a9b61509d9241a4e184199b3f8a966b62201a5b685698" + }, + { + "name": "Beelan LoRaWAN", + "version": "1.5.4", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-1.5.4.zip", + "archiveFileName": "Beelan_LoRaWAN-1.5.4.zip", + "size": 598399, + "checksum": "SHA-256:26f7f718e471f5308d3f518b57089fb8f5d7e5f3f52ab60d7c9dd3b506f17009" + }, + { + "name": "Beelan LoRaWAN", + "version": "2.0.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-2.0.0.zip", + "archiveFileName": "Beelan_LoRaWAN-2.0.0.zip", + "size": 601360, + "checksum": "SHA-256:a8b736e2493c3682ec073460a7f9b1fe2b14d5621010b280ceee82099f178f9e" + }, + { + "name": "Beelan LoRaWAN", + "version": "2.1.0", + "author": "Beelan", + "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-2.1.0.zip", + "archiveFileName": "Beelan_LoRaWAN-2.1.0.zip", + "size": 601855, + "checksum": "SHA-256:6eea34e8db3c023902c28ffef5466bb743bc044aa0f0555fc22cd7947405def0" + }, + { + "name": "Beelan LoRaWAN", + "version": "2.4.0", + "author": "Beelan", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/ElectronicCats/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc", + "renesas", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Beelan_LoRaWAN-2.4.0.zip", + "archiveFileName": "Beelan_LoRaWAN-2.4.0.zip", + "size": 602055, + "checksum": "SHA-256:cbe8b9a61b928627510c61aba9060f08f6fb28ae6b2aa0dd1eab4b99321be297" + }, + { + "name": "Sodaq_R4X_MQTT", + "version": "1.0.0", + "author": "Gabriel Notman,SODAQ", + "maintainer": "Gabriel Notman \u003cgabriel@sodaq.com\u003e", + "sentence": "Adapter to use the Sodaq_R4X library with Sodaq_MQTT", + "paragraph": "Adapter class which adds support for the Sodaq_R4X library to be used as a the transport for Sodaq_MQTT", + "website": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X_MQTT-1.0.0.zip", + "archiveFileName": "Sodaq_R4X_MQTT-1.0.0.zip", + "size": 10025, + "checksum": "SHA-256:ea925cfb96291b3dd1c76a1382796f1c269b0a61657b5f9e87414423ea16cac5" + }, + { + "name": "Sodaq_R4X_MQTT", + "version": "1.0.1", + "author": "Gabriel Notman,SODAQ", + "maintainer": "Gabriel Notman \u003cgabriel@sodaq.com\u003e", + "sentence": "Adapter to use the Sodaq_R4X library with Sodaq_MQTT", + "paragraph": "Adapter class which adds support for the Sodaq_R4X library to be used as a the transport for Sodaq_MQTT", + "website": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X_MQTT-1.0.1.zip", + "archiveFileName": "Sodaq_R4X_MQTT-1.0.1.zip", + "size": 10404, + "checksum": "SHA-256:cd0ff564554508bd3100e857b709372e15e20bfaeb09fdab242102896fe6856a" + }, + { + "name": "LCBUrl", + "version": "1.0.0", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local/%7Ethis/is/a/./path/test.php#frag` and independantly access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.0.zip", + "archiveFileName": "LCBUrl-1.0.0.zip", + "size": 20420, + "checksum": "SHA-256:b54c66e327df1996f11789f6bf621d633e435ca57c5624bbe741c7ccf3596284" + }, + { + "name": "LCBUrl", + "version": "1.0.1", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local/%7Ethis/is/a/./path/test.php#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.1.zip", + "archiveFileName": "LCBUrl-1.0.1.zip", + "size": 12936, + "checksum": "SHA-256:6b7bb85f53828c692cb62b3c43cbb401a8adeba5f951ad89ee9060b0048d79cb" + }, + { + "name": "LCBUrl", + "version": "1.0.2", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.2.zip", + "archiveFileName": "LCBUrl-1.0.2.zip", + "size": 13846, + "checksum": "SHA-256:d96ccb909c8f2eb44c668ae00f63600445cee9e9c02587238201cc8a5eb1627a" + }, + { + "name": "LCBUrl", + "version": "1.1.0", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.0.zip", + "archiveFileName": "LCBUrl-1.1.0.zip", + "size": 30608, + "checksum": "SHA-256:204599c792373e6b9049ca09181151a53d04b477df31bcbc182ec68e1fed4fab" + }, + { + "name": "LCBUrl", + "version": "1.1.1", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.1.zip", + "archiveFileName": "LCBUrl-1.1.1.zip", + "size": 13899, + "checksum": "SHA-256:fa886fa8ef5a36e7cd4c029e9f003e0096c7267e837124300851428a4a542a08" + }, + { + "name": "LCBUrl", + "version": "1.1.2", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.2.zip", + "archiveFileName": "LCBUrl-1.1.2.zip", + "size": 30665, + "checksum": "SHA-256:2fd2ec8a3c581724a9eeeaa211bad2963427488e5b592a3c912930c6b77a16d3" + }, + { + "name": "LCBUrl", + "version": "1.1.3", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.3.zip", + "archiveFileName": "LCBUrl-1.1.3.zip", + "size": 32720, + "checksum": "SHA-256:7f47adbb683d168bbfc0aae3788ba0aefce4c13bc5a5ff7dd1610853ecbd4231" + }, + { + "name": "LCBUrl", + "version": "1.1.4", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.4.zip", + "archiveFileName": "LCBUrl-1.1.4.zip", + "size": 32782, + "checksum": "SHA-256:f5c9eba98796a0a401fcc8c187bbd6d52ad51771dce5d731e18d554150ec6268" + }, + { + "name": "LCBUrl", + "version": "1.1.5", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.5.zip", + "archiveFileName": "LCBUrl-1.1.5.zip", + "size": 35978, + "checksum": "SHA-256:ada965ff75f4a0026c25e5bd502415573d0bb041263f07c3807fd8453e43cae7" + }, + { + "name": "LCBUrl", + "version": "1.1.6", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.6.zip", + "archiveFileName": "LCBUrl-1.1.6.zip", + "size": 35944, + "checksum": "SHA-256:f81ea469d62334f72da7b5ae4beceb3e1db054e4b7364ae0d59f857566617bbb" + }, + { + "name": "LCBUrl", + "version": "1.1.7", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.7.zip", + "archiveFileName": "LCBUrl-1.1.7.zip", + "size": 35986, + "checksum": "SHA-256:96a49c19c1253e8fcb6628ee76586755a80acedde80e5a9fbcc38ef84498710d" + }, + { + "name": "LCBUrl", + "version": "1.1.8", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.8.zip", + "archiveFileName": "LCBUrl-1.1.8.zip", + "size": 35941, + "checksum": "SHA-256:88f7d32a7faaf20342e7a4dd423fd03a5809147229e6743be164eeca7d5fe4b1" + }, + { + "name": "LCBUrl", + "version": "1.1.9", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "A library to manipulate URL strings", + "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", + "website": "https://github.com/lbussy/LCBUrl", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/LCBUrl.git", + "providesIncludes": [ + "LCBUrl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.9.zip", + "archiveFileName": "LCBUrl-1.1.9.zip", + "size": 35800, + "checksum": "SHA-256:e0ddb6e4cc89b2389152f52b34e5ec40c98f6d3d562ec6b3514089fe1c73cca1" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.0.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.0.zip", + "size": 1592537, + "checksum": "SHA-256:aa2b450849065614bf2d07d588ad3e028715939e0fbeac496596034ecb129132" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.1.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.1.zip", + "size": 1595640, + "checksum": "SHA-256:a74ccc47593acf14d2cf187fe94c17bf81a49fc4f344364b02f19c0eef460e58" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.2.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.2.zip", + "size": 1595723, + "checksum": "SHA-256:0659c8f95c8e9e1cf0e07b26aa391a1e1136f215733d6eec00ea1f10c31b0b84" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.3.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.3.zip", + "size": 1595705, + "checksum": "SHA-256:9d9d17f56efb13e8ee50ebfdb6ded35e6fe1aa9dea3b04f62b1dac37fb5533f9" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.4.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.4.zip", + "size": 1595720, + "checksum": "SHA-256:d89ca9a2d9ab4049965480b49752f1ca462229b7e47599793430a98659f0ca14" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.5.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.5.zip", + "size": 1597944, + "checksum": "SHA-256:4bcbee5cb5fd70f94e6deb20f7ba67bd5c64c0e5092f4d7dc1ddf8d3a4cc6865" + }, + { + "name": "Adafruit WavePlayer Library", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Helper library for wrangling Wave files", + "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", + "website": "https://github.com/adafruit/Adafruit_WavePlayer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.7.zip", + "archiveFileName": "Adafruit_WavePlayer_Library-1.0.7.zip", + "size": 1600122, + "checksum": "SHA-256:732a5155fc6f6b00a763d56b89d4a5e364615641bb1f504e4539a0d6a540aeb0" + }, + { + "name": "Adafruit MPU6050", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.0.zip", + "archiveFileName": "Adafruit_MPU6050-1.0.0.zip", + "size": 15302, + "checksum": "SHA-256:6d237df86f8a7d3e176b07b68c9ae243203f2ee808ce2d989e5b46d59b9c70c6" + }, + { + "name": "Adafruit MPU6050", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.1.zip", + "archiveFileName": "Adafruit_MPU6050-1.0.1.zip", + "size": 15279, + "checksum": "SHA-256:fbbc414efda3cddd85687723e1f590bcd40a387bb749b41800903b4030a16da1" + }, + { + "name": "Adafruit MPU6050", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.2.zip", + "archiveFileName": "Adafruit_MPU6050-1.0.2.zip", + "size": 16389, + "checksum": "SHA-256:a0cac614d70d0f197a674eceb954144214ad1d3446878e9e1087487f7a563034" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.0.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.0.zip", + "size": 342841, + "checksum": "SHA-256:a0a6e3a168fffb6b38b179b4f9e9822459157c1fbcdb90f8dfaee52d2951e7eb" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.1.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.1.zip", + "size": 342857, + "checksum": "SHA-256:5c1c898e2b737ce9599d0a62272598e5344d62c00a64fcd1cf26d5194f5aef86" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.2.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.2.zip", + "size": 342853, + "checksum": "SHA-256:6b1aabfbdb33e17f27cb5d230bcbc1b096ce49f343f578b1372e4fff2ac3c17a" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.3.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.3.zip", + "size": 343352, + "checksum": "SHA-256:99aa7b1fc267ea832ad9a90cefc3d6381cf1d33389e4de31c24fd74bb38186cc" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.4.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.4.zip", + "size": 343363, + "checksum": "SHA-256:eebc521a962186d4d6a4f1a00249e9315fda0b0baf8b16e8053d2598766c1d2e" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.5.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.5.zip", + "size": 343419, + "checksum": "SHA-256:b1a23be3a86fb1e497aaf9cbe8e8d616e24b506783f026df3966cd129dee8096" + }, + { + "name": "Adafruit MPU6050", + "version": "2.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.6.zip", + "archiveFileName": "Adafruit_MPU6050-2.0.6.zip", + "size": 343409, + "checksum": "SHA-256:42a3a7a9bad5be87246248ce2002fa85c4ef6f43c174d1dde5ba026f20f21821" + }, + { + "name": "Adafruit MPU6050", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.1.0.zip", + "archiveFileName": "Adafruit_MPU6050-2.1.0.zip", + "size": 345193, + "checksum": "SHA-256:23e8f5e1f8514043cf451658610ef75fc3c944886d49582c207b6f6242e8add0" + }, + { + "name": "Adafruit MPU6050", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.2.0.zip", + "archiveFileName": "Adafruit_MPU6050-2.2.0.zip", + "size": 345552, + "checksum": "SHA-256:896fd2fce7e71e6bbdb65831020a11be3ae49559c278f537049d7b38991ed00c" + }, + { + "name": "Adafruit MPU6050", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.2.1.zip", + "archiveFileName": "Adafruit_MPU6050-2.2.1.zip", + "size": 345554, + "checksum": "SHA-256:6cc33d823a69221beb44deb57ad3918f3584346fe9ca985a394eefee3df119fd" + }, + { + "name": "Adafruit MPU6050", + "version": "2.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.2.2.zip", + "archiveFileName": "Adafruit_MPU6050-2.2.2.zip", + "size": 345557, + "checksum": "SHA-256:a819bf7b2d2341a2591a09e021461f069e86f3861074be09245c715855d602ae" + }, + { + "name": "Adafruit MPU6050", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.2.3.zip", + "archiveFileName": "Adafruit_MPU6050-2.2.3.zip", + "size": 345556, + "checksum": "SHA-256:c8b214e779bf71e9dcc5a72cf1980c3fe587c21bbfaa864e1103edb3d2bb8a68" + }, + { + "name": "Adafruit MPU6050", + "version": "2.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.2.4.zip", + "archiveFileName": "Adafruit_MPU6050-2.2.4.zip", + "size": 345671, + "checksum": "SHA-256:79d913ff896263444ce55fdf4174f1a0b03b3c898149c3eccfe86e8284398e13" + }, + { + "name": "Adafruit MPU6050", + "version": "2.2.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MPU6050", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.2.6.zip", + "archiveFileName": "Adafruit_MPU6050-2.2.6.zip", + "size": 345671, + "checksum": "SHA-256:5afe02f22592c7bcae59dee23a157950f886a3cc8fd71796c4ca0d0cee77542a" + }, + { + "name": "SpheroRVR", + "version": "1.0.0", + "author": "Sphero", + "maintainer": "Sphero \u003csphero-public-sdk-support@sphero.com\u003e", + "sentence": "This library allows you to communicate with a Sphero RVR using an Arduino Uno.", + "paragraph": "You can send commands to your RVR telling it to drive, change LED colors, send battery state notifications, and more! More information can be found on our Public SDK website.", + "website": "https://sdk.sphero.com", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sphero-inc/sphero-sdk-arduino-cpp-library-manager.git", + "providesIncludes": [ + "SpheroRVR.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sphero-inc/SpheroRVR-1.0.0.zip", + "archiveFileName": "SpheroRVR-1.0.0.zip", + "size": 152708, + "checksum": "SHA-256:7290fa4396fb222f0ce37c1d720d2bdbeb0095ef614f62e65e0db6972fdb72b0" + }, + { + "name": "ACAN_T4", + "version": "1.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental in release 1.0.0. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.0.0.zip", + "archiveFileName": "ACAN_T4-1.0.0.zip", + "size": 369924, + "checksum": "SHA-256:6d79b6be85600d677d2a4a3292e3edc0b67aaee6580e9a4308e1b28c51340391" + }, + { + "name": "ACAN_T4", + "version": "1.1.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental in release 1.0.0. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.0.zip", + "archiveFileName": "ACAN_T4-1.1.0.zip", + "size": 372212, + "checksum": "SHA-256:9e4f2a68d6d8a7c3367fc2f08fd2d195ea5955598b09c40634d189ebcb46e54b" + }, + { + "name": "ACAN_T4", + "version": "1.1.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.1.zip", + "archiveFileName": "ACAN_T4-1.1.1.zip", + "size": 377340, + "checksum": "SHA-256:6d81da7cc723020e57dfda533aa3b94148780a3c815d971c54f3fbb8a6adecc9" + }, + { + "name": "ACAN_T4", + "version": "1.1.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 / 4.1 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.2.zip", + "archiveFileName": "ACAN_T4-1.1.2.zip", + "size": 406115, + "checksum": "SHA-256:da3b590d4c4e51ef99b4443992320b7ba88e6ed973f0ead9b40ad0a1cb3394bc" + }, + { + "name": "ACAN_T4", + "version": "1.1.3", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 / 4.1 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.3.zip", + "archiveFileName": "ACAN_T4-1.1.3.zip", + "size": 405841, + "checksum": "SHA-256:2c9e573e224cec6ee4dd57a80c814e2ad395a3b4674afc0d01bc684ea7b582d3" + }, + { + "name": "ACAN_T4", + "version": "1.1.4", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 / 4.1 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.4.zip", + "archiveFileName": "ACAN_T4-1.1.4.zip", + "size": 735833, + "checksum": "SHA-256:45696b47307abb0b36462f277f248a9dd8be4898f96d3091c1104d4f831dd894" + }, + { + "name": "ACAN_T4", + "version": "1.1.5", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A Teensy 4.0 / 4.1 CAN / CANFD driver.", + "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-t4", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-t4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.5.zip", + "archiveFileName": "ACAN_T4-1.1.5.zip", + "size": 739329, + "checksum": "SHA-256:1c11bf14b058accba23709a3f44bcb11a7bf732ecde2d4d03fa342bf2e2ccc58" + }, + { + "name": "Snake", + "version": "1.0.1", + "author": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "maintainer": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", + "sentence": "This library allows to run snake on 7-segments display (we use it in idle).", + "paragraph": "Up to 8 digits, requires LedControl library", + "website": "http://liksu.github.io/7SegmentsSnake/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Liksu/7SegmentsSnake.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Liksu/Snake-1.0.1.zip", + "archiveFileName": "Snake-1.0.1.zip", + "size": 1917993, + "checksum": "SHA-256:023a1f580bc5c7a82e2f77cc9995e4ec2607fc3442bb195031cd6bd096799b89" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.0.0.zip", + "size": 43375, + "checksum": "SHA-256:8ade93c848622eb768ae8f37e0f4d95409563ddd8c986f367e0e50b8c6b2ecd1" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.1.0.zip", + "size": 43570, + "checksum": "SHA-256:d74ad0f35c617899cf2fef73c87bd088707a8bb1f1a25823302b9444da785332" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.2.0.zip", + "size": 48547, + "checksum": "SHA-256:5efc22db12638c7a63e3890f32a3410b10ef0066794367a8c2063761f5980e9c" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.3.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.3.0.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.3.0.zip", + "size": 48559, + "checksum": "SHA-256:58eea292614cc7f7472b0ba6717f793b247fa4a90d792bc43e2dd8e68dc8526d" + }, + { + "name": "SparkFun ATECCX08a Arduino Library", + "version": "1.3.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", + "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", + "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.3.1.zip", + "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.3.1.zip", + "size": 48706, + "checksum": "SHA-256:c1b16c5e270d2e38567fb2684bd39390f92b2d145a81336911ba7e9c4947729f" + }, + { + "name": "SinricPro", + "version": "2.0.1", + "author": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.1.zip", + "archiveFileName": "SinricPro-2.0.1.zip", + "size": 71712, + "checksum": "SHA-256:b3fd47c5485e1e94ee571ee8f8e79e016d6e1184727d1e42fe10e8c8371f86f8" + }, + { + "name": "SinricPro", + "version": "2.0.4", + "author": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jäger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.4.zip", + "archiveFileName": "SinricPro-2.0.4.zip", + "size": 72106, + "checksum": "SHA-256:44a503d338e6dd8dda113155290cb5e8648e8567fd26e576916f49a8394b4c94" + }, + { + "name": "SinricPro", + "version": "2.0.5", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.5.zip", + "archiveFileName": "SinricPro-2.0.5.zip", + "size": 72473, + "checksum": "SHA-256:79febeb9c71e112d6045d69740b0e359dfc81258b6cc69c3bb6a2d1ea53659fb" + }, + { + "name": "SinricPro", + "version": "2.1.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "An Arduino SDK for https://sinric.pro", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.1.0.zip", + "archiveFileName": "SinricPro-2.1.0.zip", + "size": 73591, + "checksum": "SHA-256:c69f1258a4956a67f9e3d95f096463832f0397a395bdf787900b31aea2effaca" + }, + { + "name": "SinricPro", + "version": "2.1.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.1.1.zip", + "archiveFileName": "SinricPro-2.1.1.zip", + "size": 73701, + "checksum": "SHA-256:be7973db4059a570147c3c75ec7fe87d8f0b69f6062621a2972ec919803b2538" + }, + { + "name": "SinricPro", + "version": "2.2.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.0.zip", + "archiveFileName": "SinricPro-2.2.0.zip", + "size": 70662, + "checksum": "SHA-256:7abb08b1b3a509c45769d8d4039aa09e57619dc844a64637482b5afcfb3c6e56" + }, + { + "name": "SinricPro", + "version": "2.2.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https:://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.1.zip", + "archiveFileName": "SinricPro-2.2.1.zip", + "size": 72584, + "checksum": "SHA-256:65e0dd94cdcbc4e51eea6c2d7d29a805e68450cf12c4c0710e546232f50c234c" + }, + { + "name": "SinricPro", + "version": "2.2.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.2.zip", + "archiveFileName": "SinricPro-2.2.2.zip", + "size": 70490, + "checksum": "SHA-256:7cc4bc903877134330e8737d9b28e593a86a8c1533f0fca7ba0fdae632292cf2" + }, + { + "name": "SinricPro", + "version": "2.2.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.3.zip", + "archiveFileName": "SinricPro-2.2.3.zip", + "size": 357472, + "checksum": "SHA-256:3305b8b44d79c737b5aa5360d3751f6f0da1eb121745c5fa7f6749ee54d0e94c" + }, + { + "name": "SinricPro", + "version": "2.2.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.4.zip", + "archiveFileName": "SinricPro-2.2.4.zip", + "size": 844874, + "checksum": "SHA-256:7ad9efc415503b33b035fc719b161d102bd305d0b56e5d8227fd84632951d7db" + }, + { + "name": "SinricPro", + "version": "2.2.5", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.5.zip", + "archiveFileName": "SinricPro-2.2.5.zip", + "size": 852646, + "checksum": "SHA-256:208f26ca4df24b0859e9f3d3cdf0b10eee751c5c4b4992c6584914d8b95cb329" + }, + { + "name": "SinricPro", + "version": "2.2.6", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinric.pro", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.6.zip", + "archiveFileName": "SinricPro-2.2.6.zip", + "size": 1324125, + "checksum": "SHA-256:18850b3cc18f568060994ca9ce5f8d1f4a06e4785335f4e7d5d092bafaec0348" + }, + { + "name": "SinricPro", + "version": "2.2.7", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.7.zip", + "archiveFileName": "SinricPro-2.2.7.zip", + "size": 1079874, + "checksum": "SHA-256:04428a02cade62f92350a40061bd99d9ee816dc4c1cb991be49e265b4d42556c" + }, + { + "name": "SinricPro", + "version": "2.3.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.3.0.zip", + "archiveFileName": "SinricPro-2.3.0.zip", + "size": 851570, + "checksum": "SHA-256:8679faa41d65e6f3c5c4fdbdcd21087c8b7b9413caa32b9f716308ea393c14d8" + }, + { + "name": "SinricPro", + "version": "2.4.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.4.0.zip", + "archiveFileName": "SinricPro-2.4.0.zip", + "size": 1595575, + "checksum": "SHA-256:692e0bd6ee68599aa452a4fa6e88781cbca081540cee0aed9ab9f33cc52da8b5" + }, + { + "name": "SinricPro", + "version": "2.5.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.5.1.zip", + "archiveFileName": "SinricPro-2.5.1.zip", + "size": 1605420, + "checksum": "SHA-256:97cd9b6fbcc5faaf65a1a03502c4201ca8dd38def9479f1050282bc72a06615b" + }, + { + "name": "SinricPro", + "version": "2.6.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.6.0.zip", + "archiveFileName": "SinricPro-2.6.0.zip", + "size": 2260772, + "checksum": "SHA-256:6d76c06d8a9ccd03feb80211db6b54c6bd7bf99ead7a136b7c2e6cde0c6a02ae" + }, + { + "name": "SinricPro", + "version": "2.6.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.6.1.zip", + "archiveFileName": "SinricPro-2.6.1.zip", + "size": 2260822, + "checksum": "SHA-256:699941fa8b48b6bf48effb5dfa6a03c567b0d0455e1b0a8b7e9e89a9ff86c3ab" + }, + { + "name": "SinricPro", + "version": "2.7.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.0.zip", + "archiveFileName": "SinricPro-2.7.0.zip", + "size": 2263567, + "checksum": "SHA-256:03deacb6a9d2a16dd988969b861bd50eecb15baee14e43c8d76e523d0b749ce3" + }, + { + "name": "SinricPro", + "version": "2.7.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.2.zip", + "archiveFileName": "SinricPro-2.7.2.zip", + "size": 2266712, + "checksum": "SHA-256:9cb37ff219a39c9de5491e936efad2404d82e585a1b59af1eb9710f28fa79d72" + }, + { + "name": "SinricPro", + "version": "2.7.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.3.zip", + "archiveFileName": "SinricPro-2.7.3.zip", + "size": 2266760, + "checksum": "SHA-256:a4c8740bf18a3f4e4fade251aee1e2f2bfb55185c25a53662b981a8d8ed7bc25" + }, + { + "name": "SinricPro", + "version": "2.7.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.4.zip", + "archiveFileName": "SinricPro-2.7.4.zip", + "size": 2271007, + "checksum": "SHA-256:ee74edadf7f42cd90a976075119bfb53ed8f32a6c3e31669e18d64aff57ddca0" + }, + { + "name": "SinricPro", + "version": "2.7.6", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.6.zip", + "archiveFileName": "SinricPro-2.7.6.zip", + "size": 2486119, + "checksum": "SHA-256:5ffb6d004be812071fa0e688ef1def81d02675350e7068385cfb11f342baa0c1" + }, + { + "name": "SinricPro", + "version": "2.8.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.8.0.zip", + "archiveFileName": "SinricPro-2.8.0.zip", + "size": 2486158, + "checksum": "SHA-256:6e3b4a1a35b288d6ad3102ed39ee5967141b7519fd68e208ae2dfcdf0a7a395c" + }, + { + "name": "SinricPro", + "version": "2.9.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.0.zip", + "archiveFileName": "SinricPro-2.9.0.zip", + "size": 3868257, + "checksum": "SHA-256:6de9f83ce6ec123415df2309e5507e0edbbc9b4f46faa77e36fb83b84c6aeedd" + }, + { + "name": "SinricPro", + "version": "2.9.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.2.zip", + "archiveFileName": "SinricPro-2.9.2.zip", + "size": 3870297, + "checksum": "SHA-256:832f8ad2d108d23ada1cbb65d39533279a7059ccfb3dcf53d86cf95a823e4c3c" + }, + { + "name": "SinricPro", + "version": "2.9.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.3.zip", + "archiveFileName": "SinricPro-2.9.3.zip", + "size": 3870689, + "checksum": "SHA-256:f218f3ea5d55d78197363463c6331bb8357d9cf92ac0ad066f595e0bebf7b934" + }, + { + "name": "SinricPro", + "version": "2.9.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.4.zip", + "archiveFileName": "SinricPro-2.9.4.zip", + "size": 3871311, + "checksum": "SHA-256:371ed489daf605d04169573701150fa9d06520be79b2f5f90344067ab8ae1606" + }, + { + "name": "SinricPro", + "version": "2.9.5", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.5.zip", + "archiveFileName": "SinricPro-2.9.5.zip", + "size": 3873094, + "checksum": "SHA-256:b0e267876304d63074a7910566097a50ceb3ed3d6e643535d0e5e768ced4b81e" + }, + { + "name": "SinricPro", + "version": "2.9.6", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.6.zip", + "archiveFileName": "SinricPro-2.9.6.zip", + "size": 3883506, + "checksum": "SHA-256:be38b9b66768f6508e6baa716d7926acd19805d9f97f70190f9d99c244706b1e" + }, + { + "name": "SinricPro", + "version": "2.9.7", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.7.zip", + "archiveFileName": "SinricPro-2.9.7.zip", + "size": 3883529, + "checksum": "SHA-256:beedefd8a85f5a8725f482dbeab138467f4302b856cf198af3180cdf759b3324" + }, + { + "name": "SinricPro", + "version": "2.9.8", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.8.zip", + "archiveFileName": "SinricPro-2.9.8.zip", + "size": 3883539, + "checksum": "SHA-256:f0058e3a5c2cf01f84be98abb67a3a75e666155d4a5881767e016b42ae965e28" + }, + { + "name": "SinricPro", + "version": "2.9.9", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.9.zip", + "archiveFileName": "SinricPro-2.9.9.zip", + "size": 3883568, + "checksum": "SHA-256:18d940280d683ac1acd66dd12f8b5efcc2beffc36597feac50f7e4fdc3e50835" + }, + { + "name": "SinricPro", + "version": "2.9.10", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.10.zip", + "archiveFileName": "SinricPro-2.9.10.zip", + "size": 3886212, + "checksum": "SHA-256:5a774a4915982850b98c42f81827887f1e98f62b3ef321a28cb0aa0be5a91642" + }, + { + "name": "SinricPro", + "version": "2.9.13", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.13.zip", + "archiveFileName": "SinricPro-2.9.13.zip", + "size": 3887021, + "checksum": "SHA-256:29bab7c321ace29904507b9da5655cb2e75b11dcbbec57fe0ea63508340d2451" + }, + { + "name": "SinricPro", + "version": "2.9.14", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.14.zip", + "archiveFileName": "SinricPro-2.9.14.zip", + "size": 3887035, + "checksum": "SHA-256:8618c96473ddb681fbdd2657b6892d40d5e0a40338a33e7edb778facbf5ce006" + }, + { + "name": "SinricPro", + "version": "2.9.15", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.15.zip", + "archiveFileName": "SinricPro-2.9.15.zip", + "size": 3887506, + "checksum": "SHA-256:9dda2ace629127ebabd5b6ae480a7bccda684ab14607689982858913a524cdcc" + }, + { + "name": "SinricPro", + "version": "2.9.16", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.9.16.zip", + "archiveFileName": "SinricPro-2.9.16.zip", + "size": 3887558, + "checksum": "SHA-256:a72958d0975952e74fa4ee82125b38b4c3af84b11269e0663ae8696ef5ee4668" + }, + { + "name": "SinricPro", + "version": "2.10.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.10.0.zip", + "archiveFileName": "SinricPro-2.10.0.zip", + "size": 1959866, + "checksum": "SHA-256:3a7594180a7d8938474d159f81567f8f91b610b49558e4891c0da79b33dc8ab5" + }, + { + "name": "SinricPro", + "version": "2.10.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.10.1.zip", + "archiveFileName": "SinricPro-2.10.1.zip", + "size": 1960625, + "checksum": "SHA-256:ea67137ce33e3bc4aabbc68db20f196ebb8a716f9775e175f4c699bc0f4aba47" + }, + { + "name": "SinricPro", + "version": "2.10.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.10.2.zip", + "archiveFileName": "SinricPro-2.10.2.zip", + "size": 1960649, + "checksum": "SHA-256:b02831498f257dff524aaf07f6b0bb004d85a7ae0619b183365886b85051eb8c" + }, + { + "name": "SinricPro", + "version": "2.10.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.10.3.zip", + "archiveFileName": "SinricPro-2.10.3.zip", + "size": 1960674, + "checksum": "SHA-256:5c9a1b75ff6d8086f678630ed6775e3ae7d5a8517d33d094f69806c3e43a1273" + }, + { + "name": "SinricPro", + "version": "2.11.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.11.1.zip", + "archiveFileName": "SinricPro-2.11.1.zip", + "size": 1961774, + "checksum": "SHA-256:3e5705f49542badb5dbae214b9de6102e3a6d5f7181eda9e663bb5035bcd31a6" + }, + { + "name": "SinricPro", + "version": "3.0.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-3.0.0.zip", + "archiveFileName": "SinricPro-3.0.0.zip", + "size": 2018515, + "checksum": "SHA-256:70594c29c6aa3dd20948f3307f9377eefc9293909dda398499545a6e35577946" + }, + { + "name": "SinricPro", + "version": "3.0.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", + "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "providesIncludes": [ + "SinricPro.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-3.0.1.zip", + "archiveFileName": "SinricPro-3.0.1.zip", + "size": 2018946, + "checksum": "SHA-256:c07f73f1bd59e3d677b530bdfc7e9cbb783f85b23b26da9ddaf843cac246c2f4" + }, + { + "name": "desklab", + "version": "1.1.0", + "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices. The Adafruit_SSD1306 library is required.", + "paragraph": "Supports desklab Photometers", + "website": "https://desk-lab.de", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "providesIncludes": [ + "Adafruit_SSD1306.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.0.zip", + "archiveFileName": "desklab-1.1.0.zip", + "size": 8963, + "checksum": "SHA-256:c55f44c666eb0076f8c8fbeb3400892328d92b5a9c24c5b162ef0e80847ae362" + }, + { + "name": "desklab", + "version": "1.1.1", + "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices. The Adafruit_SSD1306 library is required.", + "paragraph": "Supports desklab Photometers", + "website": "https://desk-lab.de", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "providesIncludes": [ + "Adafruit_SSD1306.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.1.zip", + "archiveFileName": "desklab-1.1.1.zip", + "size": 9523, + "checksum": "SHA-256:3ff1131f7f78bb70a50bb67e128a46f0ca231d0714e40ff26ac080c81001f998" + }, + { + "name": "desklab", + "version": "1.1.2", + "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", + "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", + "website": "https://desk-lab.de", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.2.zip", + "archiveFileName": "desklab-1.1.2.zip", + "size": 9581, + "checksum": "SHA-256:de1b3c19979aba958b6ce4d4ae83f85f78b399997e77e8c0efee1d9071d19303" + }, + { + "name": "desklab", + "version": "1.1.4", + "author": "Axel Schlindwein\u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt\u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff\u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", + "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", + "website": "https://github.com/desklab/desklab-arduino-lib", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.4.zip", + "archiveFileName": "desklab-1.1.4.zip", + "size": 9652, + "checksum": "SHA-256:12a41f6e6366ac29034bb9f005458d150147bb033b16148fdafb4a6296c4c0ef" + }, + { + "name": "desklab", + "version": "1.1.5", + "author": "Axel Schlindwein\u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt\u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff\u003cj.drotleff@desk-lab.de\u003e", + "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", + "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", + "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", + "website": "https://github.com/desklab/desklab-arduino-lib", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.5.zip", + "archiveFileName": "desklab-1.1.5.zip", + "size": 9668, + "checksum": "SHA-256:b41f8eb323a187ebebe73ebdb71e2bd05eab77dcea9a979229878d5a9f748a15" + }, + { + "name": "bb_spi_lcd", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.1.0.zip", + "archiveFileName": "bb_spi_lcd-1.1.0.zip", + "size": 559419, + "checksum": "SHA-256:0efabcf578ad96a6edc16341123d518c87a9d930bf34ad1965e007807dad9e9c" + }, + { + "name": "bb_spi_lcd", + "version": "1.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.0.zip", + "archiveFileName": "bb_spi_lcd-1.2.0.zip", + "size": 568022, + "checksum": "SHA-256:71bb99589f4a9bfe6b1abba9cac7b16afca13fcf110bd21a01be42810bde8617" + }, + { + "name": "bb_spi_lcd", + "version": "1.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.1.zip", + "archiveFileName": "bb_spi_lcd-1.2.1.zip", + "size": 568117, + "checksum": "SHA-256:7be58c5b705f4349a34d6cab7215b54afe1a885acdb9595b957e537c152d3f00" + }, + { + "name": "bb_spi_lcd", + "version": "1.2.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.2.zip", + "archiveFileName": "bb_spi_lcd-1.2.2.zip", + "size": 568603, + "checksum": "SHA-256:5a7cb6d7b272127c14ffaf1a2e268c7d4fa6f25d09b77ea87b915a6a738990a8" + }, + { + "name": "bb_spi_lcd", + "version": "1.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.3.0.zip", + "archiveFileName": "bb_spi_lcd-1.3.0.zip", + "size": 569400, + "checksum": "SHA-256:143ded61cdaf9132249269d47de952c5290b777268eb1da34789e6e423e44b5d" + }, + { + "name": "bb_spi_lcd", + "version": "1.3.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP (and RLE) support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.3.1.zip", + "archiveFileName": "bb_spi_lcd-1.3.1.zip", + "size": 570341, + "checksum": "SHA-256:0cb73c94ec9db0d0be5d8a7c78cf5157f41778ac40dbc5b58d8fc911418f5a13" + }, + { + "name": "bb_spi_lcd", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.0.0.zip", + "archiveFileName": "bb_spi_lcd-2.0.0.zip", + "size": 572087, + "checksum": "SHA-256:d80dc65afdbebfba2ba29d7f9ff4e22b2492fe280c350e5454ea36ab8c02ef12" + }, + { + "name": "bb_spi_lcd", + "version": "2.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.1.0.zip", + "archiveFileName": "bb_spi_lcd-2.1.0.zip", + "size": 743106, + "checksum": "SHA-256:9eebc3ff8132a1916ad914101e2216b645c8394ca1641940018ad99631bd733c" + }, + { + "name": "bb_spi_lcd", + "version": "2.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.1.1.zip", + "archiveFileName": "bb_spi_lcd-2.1.1.zip", + "size": 743221, + "checksum": "SHA-256:f70bb105c1db75be4a0f93b051eca4e190de5925c134531b4d2a22d8d6288669" + }, + { + "name": "bb_spi_lcd", + "version": "2.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.2.1.zip", + "archiveFileName": "bb_spi_lcd-2.2.1.zip", + "size": 743694, + "checksum": "SHA-256:c4c648d5a320311ce86771054a226254e37f40cba1f6aeb24853d1dd3c916fe9" + }, + { + "name": "bb_spi_lcd", + "version": "2.2.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.2.2.zip", + "archiveFileName": "bb_spi_lcd-2.2.2.zip", + "size": 750913, + "checksum": "SHA-256:25a790f4df8a0a0c51d701723a7e6518415d2941523091fb864a50c205a78c7d" + }, + { + "name": "bb_spi_lcd", + "version": "2.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.3.0.zip", + "archiveFileName": "bb_spi_lcd-2.3.0.zip", + "size": 752747, + "checksum": "SHA-256:22de96b43da86c754bff31e7f7a23449c87e48fa5b2ed49ee501429d9f1eae00" + }, + { + "name": "bb_spi_lcd", + "version": "2.4.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.4.0.zip", + "archiveFileName": "bb_spi_lcd-2.4.0.zip", + "size": 2226618, + "checksum": "SHA-256:d3adfcb375c22eb012146f2ef76b4eb3a9d2587689e82e07244e123303b65ba0" + }, + { + "name": "bb_spi_lcd", + "version": "2.4.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Color SPI LCD+OLED library with many unique features.", + "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", + "website": "https://github.com/bitbank2/bb_spi_lcd", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "providesIncludes": [ + "bb_spi_lcd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.4.1.zip", + "archiveFileName": "bb_spi_lcd-2.4.1.zip", + "size": 2572294, + "checksum": "SHA-256:76dfb489c2377701d699234f987544df28610a6cfea20589e552b831de182960" + }, + { + "name": "BQ25896", + "version": "0.1.0", + "author": "a", + "maintainer": "andhieSetyabudi", + "sentence": "Arduino library for BQ25896 1-Cell Battery Charger", + "paragraph": "Arduino library for BQ25896 1-Cell Battery Charger", + "website": "https://github.com/andhieSetyabudi", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andhieSetyabudi/BQ25896.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/BQ25896-0.1.0.zip", + "archiveFileName": "BQ25896-0.1.0.zip", + "size": 6621, + "checksum": "SHA-256:0760f3e505aa12e8151bed99eed1b5f327a331d412a96b3f467619f142927a05" + }, + { + "name": "BQ25896", + "version": "1.0.0", + "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "maintainer": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "sentence": "Arduino library for BQ25896 single-Cell Battery Charger", + "paragraph": "Arduino library for BQ25896 single-Cell Battery Charger with I2C data control", + "website": "https://github.com/andhieSetyabudi/BQ25896.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andhieSetyabudi/BQ25896.git", + "providesIncludes": [ + "BQ25896.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/BQ25896-1.0.0.zip", + "archiveFileName": "BQ25896-1.0.0.zip", + "size": 7171, + "checksum": "SHA-256:850ec2cb26357524d4e270abc2f37356430f48226460469053b8d4e2dec4b047" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.0.0", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.0.0.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.0.0.zip", + "size": 4428, + "checksum": "SHA-256:948bb6a76f9bf4e2ef4164bcf69130009d853a626b3694e6f39e1fbe74bbfd92" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.0.2", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.0.2.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.0.2.zip", + "size": 9116, + "checksum": "SHA-256:fb79854e9be6abaffdd3e4809f92c9f67b0c7a196284ea75b0045e02cc29fd58" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.1.0", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.1.0.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.1.0.zip", + "size": 11984, + "checksum": "SHA-256:c24987f4af05dbced18ec6bbcd00ff766f5b4e02c3c5b2970785b4056397ca57" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.0", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.0.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.0.zip", + "size": 14048, + "checksum": "SHA-256:e69818c410f39ab8ae60707e7569e27aab777470462bc0addfeae66541afafe9" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.1", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.1.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.1.zip", + "size": 16168, + "checksum": "SHA-256:e50c69c388dd98187b24db4c4b84b6e79199b846729220d9188c314cbab189b6" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.2", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.2.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.2.zip", + "size": 16098, + "checksum": "SHA-256:5f7fe2624c3a407e6d1673e80f2688334b8bc4dfbd2a5d05f7a33da845004923" + }, + { + "name": "Cytron Maker Sumo Library", + "version": "1.2.3", + "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", + "sentence": "Library for Cytron Maker Mini Sumo controller.", + "paragraph": "Provide utilities and functions to use the board.", + "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "dependencies": [ + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.3.zip", + "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.3.zip", + "size": 16149, + "checksum": "SHA-256:8a51ddba76c228716a104480139c781838359928aab99c1126bd8b0ef5d35102" + }, + { + "name": "Ringo by CircuitMess Library", + "version": "1.0.0", + "author": "CircuitMess", + "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", + "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", + "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", + "website": "https://github.com/CircuitMess/CircuitMess-Ringo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", + "providesIncludes": [ + "MAKERphone.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.0.zip", + "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.0.zip", + "size": 7565248, + "checksum": "SHA-256:4bdfe6370b4d755617b01094c850389f52f145d6d39176d24c6b0bca9240b58e" + }, + { + "name": "Ringo by CircuitMess Library", + "version": "1.0.2", + "author": "CircuitMess", + "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", + "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", + "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", + "website": "https://github.com/CircuitMess/CircuitMess-Ringo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", + "providesIncludes": [ + "MAKERphone.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.2.zip", + "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.2.zip", + "size": 9306026, + "checksum": "SHA-256:d49d01486c5e928fe6452cdec5dd38d6bc65ed8000a4d4e77435e782d0b006db" + }, + { + "name": "Ringo by CircuitMess Library", + "version": "1.0.5", + "author": "CircuitMess", + "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", + "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", + "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", + "website": "https://github.com/CircuitMess/CircuitMess-Ringo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", + "providesIncludes": [ + "MAKERphone.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.5.zip", + "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.5.zip", + "size": 9298180, + "checksum": "SHA-256:cc44cc4900aaaaa5abae9664e6c177c2af030d4a720fb771fdb93a03bc1c2958" + }, + { + "name": "Formulinha", + "version": "1.0.0", + "author": "Everton Ramires", + "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", + "sentence": "Formulinha Robot Library", + "paragraph": "Control everything in your robot in a super easy way!", + "website": "https://github.com/GypsyRobot/Formulinha", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GypsyRobot/Formulinha.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/Formulinha-1.0.0.zip", + "archiveFileName": "Formulinha-1.0.0.zip", + "size": 15902, + "checksum": "SHA-256:02cab6f7c631399c2610448cc81f01902759d0869dbd4d7d138c21ac4babc9fd" + }, + { + "name": "Adafruit AVRProg", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.0.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.0.0.zip", + "size": 14648, + "checksum": "SHA-256:ff992c4b2fead510250c22e207e9e63f279bf1bd8e43d14f31b8af7831bdf3e3" + }, + { + "name": "Adafruit AVRProg", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.1.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.1.0.zip", + "size": 27627, + "checksum": "SHA-256:3e6a36033985b99f4bdbe9bdcce13f8b54a5fb44b034f89441ba1f0e08fde18b" + }, + { + "name": "Adafruit AVRProg", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.1.1.zip", + "archiveFileName": "Adafruit_AVRProg-1.1.1.zip", + "size": 27703, + "checksum": "SHA-256:a207232bb58fabf422cb644ff7e7ff1521955efc16f8b63cbdeee0d566c8107b" + }, + { + "name": "Adafruit AVRProg", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.2.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.2.0.zip", + "size": 27794, + "checksum": "SHA-256:6faadab5934589fa8630a376547b092cfbb8a7514f589c51537eb911225ccca0" + }, + { + "name": "Adafruit AVRProg", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.2.1.zip", + "archiveFileName": "Adafruit_AVRProg-1.2.1.zip", + "size": 27844, + "checksum": "SHA-256:a2afe13413d23b223272424965e09e13dab1557ce108d8f82dcd0a77cb8d3e63" + }, + { + "name": "Adafruit AVRProg", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.3.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.3.0.zip", + "size": 48153, + "checksum": "SHA-256:1136d804618c4eda2faf576206cd3aa296f9a82d2d3549433164009ffa1f57db" + }, + { + "name": "Adafruit AVRProg", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.3.1.zip", + "archiveFileName": "Adafruit_AVRProg-1.3.1.zip", + "size": 48158, + "checksum": "SHA-256:60583baa53452a023ac5b80503921fe54c1f97d26e4abc3e5e12570a6fa8b0d2" + }, + { + "name": "Adafruit AVRProg", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.4.0.zip", + "archiveFileName": "Adafruit_AVRProg-1.4.0.zip", + "size": 74133, + "checksum": "SHA-256:11c104a4f3df9355060d21753661901d0982c5ada6537a32a2def534b149492e" + }, + { + "name": "Adafruit AVRProg", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.4.1.zip", + "archiveFileName": "Adafruit_AVRProg-1.4.1.zip", + "size": 74926, + "checksum": "SHA-256:43871a137721b991955bde45d5bd4de80bd53d770cf8bf58c959e03866e848fd" + }, + { + "name": "Adafruit AVRProg", + "version": "1.4.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.4.2.zip", + "archiveFileName": "Adafruit_AVRProg-1.4.2.zip", + "size": 86028, + "checksum": "SHA-256:44c28e193c0fa2f8734f0d1e0f01a0e932f0f89a441a1ac51864b1eec1750690" + }, + { + "name": "Adafruit AVRProg", + "version": "1.4.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.4.3.zip", + "archiveFileName": "Adafruit_AVRProg-1.4.3.zip", + "size": 86029, + "checksum": "SHA-256:f96d263b7d1b2e1490f513441e7174475293079583bda3d01592ce724c20ace3" + }, + { + "name": "Adafruit AVRProg", + "version": "1.4.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.4.4.zip", + "archiveFileName": "Adafruit_AVRProg-1.4.4.zip", + "size": 86315, + "checksum": "SHA-256:2ee269616fe0900b99b88ef1092da62fcfb0a57e7283f0a92d16a88f5b1d5a25" + }, + { + "name": "Adafruit AVRProg", + "version": "1.4.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.4.5.zip", + "archiveFileName": "Adafruit_AVRProg-1.4.5.zip", + "size": 86369, + "checksum": "SHA-256:50680f0bc6748c2e9b8a838b2d2fefde057f9974ac5f17aaf09a9bb33b79b7f8" + }, + { + "name": "Adafruit AVRProg", + "version": "1.4.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for programming AVR chips from Arduino", + "paragraph": "Arduino library for programming AVR chips from Arduino", + "website": "https://github.com/adafruit/Adafruit_AVRProg", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.4.7.zip", + "archiveFileName": "Adafruit_AVRProg-1.4.7.zip", + "size": 86362, + "checksum": "SHA-256:b9ccb683f843d0a5395ae3df7ed36bd3aae2e6a6fc867b1bf73bdd9fc073fdbf" + }, + { + "name": "iAQ-CoreMI", + "version": "0.0.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems iAQ-Core Air Quality Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/iaq-coremi/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/iaq-coremi.git", + "providesIncludes": [ + "iAQCoreMI.h", + "Wire.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/iAQ_CoreMI-0.0.1.zip", + "archiveFileName": "iAQ_CoreMI-0.0.1.zip", + "size": 10654, + "checksum": "SHA-256:c64004b96da22bef6677c0d99e17f722b096ec27aafa3b7b61e6b1fb5742bbef" + }, + { + "name": "iAQ-CoreMI", + "version": "0.0.2", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems iAQ-Core Air Quality Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/iaq-coremi/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/iaq-coremi.git", + "providesIncludes": [ + "iAQCoreMI.h", + "Wire.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/iAQ_CoreMI-0.0.2.zip", + "archiveFileName": "iAQ_CoreMI-0.0.2.zip", + "size": 10730, + "checksum": "SHA-256:88837f56fc37d65734309726a235753fe1ed4415847b216bc8164a5d7486b9bd" + }, + { + "name": "Afstandssensor - HCSR04", + "version": "1.0.0", + "author": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "maintainer": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "sentence": "Bibliotek til HC-SR04 ultralyd afstandssensor.", + "paragraph": "Du kan måle afstanden til objekter mellem 5 og 400cm væk. Det er også muligt at angive en rumtemperatur for at opnå større præcision .", + "website": "https://github.com/Teknologiskolen/HCSR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Teknologiskolen/HCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Teknologiskolen/Afstandssensor___HCSR04-1.0.0.zip", + "archiveFileName": "Afstandssensor___HCSR04-1.0.0.zip", + "size": 3999, + "checksum": "SHA-256:30dcb54743067d4d8b846db561afce5185e1de2729de779141f500432472241e" + }, + { + "name": "Afstandssensor - HCSR04", + "version": "1.0.2", + "author": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "maintainer": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", + "sentence": "Bibliotek til HC-SR04 ultralyd afstandssensor.", + "paragraph": "Du kan måle afstanden til objekter mellem 5 og 400cm væk. Det er også muligt at angive en rumtemperatur for at opnå større præcision .", + "website": "https://github.com/Teknologiskolen/HCSR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Teknologiskolen/HCSR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Teknologiskolen/Afstandssensor___HCSR04-1.0.2.zip", + "archiveFileName": "Afstandssensor___HCSR04-1.0.2.zip", + "size": 4036, + "checksum": "SHA-256:59023d8845248432b9b7e48aceb7d25cea1789b9bc88f46929e50fe81da16e52" + }, + { + "name": "eHaJo LM75-Addon-Board", + "version": "1.0.0", + "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "sentence": "Support for I²C digital temperature sensor addon-board LM75.", + "paragraph": "More information about the addon-board on the shop: https://www.ehajo.de/bausaetze/bedrahtet/207/temperatur-addon-lm75", + "website": "https://github.com/ehajo/LM75B", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ehajo/LM75B.git", + "providesIncludes": [ + "eHaJo_LM75.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_LM75_Addon_Board-1.0.0.zip", + "archiveFileName": "eHaJo_LM75_Addon_Board-1.0.0.zip", + "size": 8493, + "checksum": "SHA-256:78d86825be5e10b7aaa4f45f53af054c58482be9abf565d901d14fb8d03d61c2" + }, + { + "name": "eHaJo LM75-Addon-Board", + "version": "1.0.1", + "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "sentence": "Support for I²C digital temperature sensor addon-board LM75.", + "paragraph": "More information about the addon-board on the shop: https://www.ehajo.de/bausaetze/bedrahtet/207/temperatur-addon-lm75", + "website": "https://github.com/ehajo/LM75B", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ehajo/LM75B.git", + "providesIncludes": [ + "eHaJo_LM75.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_LM75_Addon_Board-1.0.1.zip", + "archiveFileName": "eHaJo_LM75_Addon_Board-1.0.1.zip", + "size": 9004, + "checksum": "SHA-256:2ecbb7d12cf335fd129e83f8997e97c71287fe8996aca7b3ab543ed30fb269de" + }, + { + "name": "avr_stl", + "version": "1.2.0", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciband/avr_stl.git", + "providesIncludes": [ + "ArduinoSTL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.0.zip", + "archiveFileName": "avr_stl-1.2.0.zip", + "size": 525983, + "checksum": "SHA-256:7361455be1a171f9f571a9134e0e5654ae384d950a402ae36d817f6e36e98519" + }, + { + "name": "avr_stl", + "version": "1.2.1", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciband/avr_stl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.1.zip", + "archiveFileName": "avr_stl-1.2.1.zip", + "size": 174122, + "checksum": "SHA-256:6228711e4da50d3ab24b72c529db601317962da91dd3b6c6c596b2d70a20d320" + }, + { + "name": "avr_stl", + "version": "1.2.2", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciband/avr_stl.git", + "providesIncludes": [ + "avr_stl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.2.zip", + "archiveFileName": "avr_stl-1.2.2.zip", + "size": 174277, + "checksum": "SHA-256:f34d501719e79f156423b49d6e0bbe1de27650df3642499b7330b6df79572494" + }, + { + "name": "avr_stl", + "version": "1.2.3", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", + "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/ciband/avr_stl", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciband/avr_stl.git", + "providesIncludes": [ + "avr_stl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.3.zip", + "archiveFileName": "avr_stl-1.2.3.zip", + "size": 174326, + "checksum": "SHA-256:50e39cc0af4b8281396ecad8010f7174f34e73cedd8490fe2b58d52e0144fe34" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.0.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.0.zip", + "size": 3202, + "checksum": "SHA-256:fea10268ef29de39b5c593595951eb5e9a0531c93c8142b6634506784d8a0526" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.1.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.1.zip", + "size": 3210, + "checksum": "SHA-256:74a9879c5531218ddd2814b4f4a438db304eb4e983c84f6fc02a1635ae33fa0a" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.2.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.2.zip", + "size": 3399, + "checksum": "SHA-256:768f62f9c646af3f4b14ff6a8a4869e826ab43abc210893c48ade886b879e050" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.3.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.3.zip", + "size": 5242, + "checksum": "SHA-256:a9afb63d456ff27cba3e3bae3a3edbaa6655655c0a1082c92012751ce521ef14" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.4.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.4.zip", + "size": 5577, + "checksum": "SHA-256:1f40fa3b32f85d96f560d484e263a09d4c1c61430aac0dcd7c04074ac85b5763" + }, + { + "name": "AD5254_asukiaaa", + "version": "1.0.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It manages potentiometer AD5254 or AD5253", + "paragraph": "It can read and write resister value for potentiometer.", + "website": "https://github.com/asukiaaa/AD5254_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.5.zip", + "archiveFileName": "AD5254_asukiaaa-1.0.5.zip", + "size": 5729, + "checksum": "SHA-256:2aea3d853ecb4fab1105146e839840bd738b72a601f7f70dff7a96a41befcb91" + }, + { + "name": "WTV020SD16P", + "version": "1.3.0", + "author": "Diego J. Arevalo,Ryszard Malinowski,Dan F,Thomas A. Hirsch", + "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", + "sentence": "Arduino library for the WTV020-SD-16P sound module", + "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board. Created by Diego J. Arevalo, August 6th, 2012. Modifed by Ryszard Malinowski November 30, 2014. Modifed by Dan F March 2015 Modified by Thomas A. Hirsch, October 28, 2019.", + "website": "https://github.com/fablab-bayreuth/WTV020SD16P", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.3.0.zip", + "archiveFileName": "WTV020SD16P-1.3.0.zip", + "size": 464355, + "checksum": "SHA-256:a88ca28ea495427c3cf864b8ec455111d76eef065a5bcda9b09ddf9da6156319" + }, + { + "name": "WTV020SD16P", + "version": "1.3.1", + "author": "Diego J. Arevalo, Ryszard Malinowski, Dan F, Thomas A. Hirsch", + "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", + "sentence": "Arduino library for the WTV020-SD-16P sound module", + "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board.", + "website": "https://github.com/fablab-bayreuth/WTV020SD16P", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.3.1.zip", + "archiveFileName": "WTV020SD16P-1.3.1.zip", + "size": 465796, + "checksum": "SHA-256:faf3944b8d844ea063aaade23891b8661642a41145a737c6a20f8dc7b2aecd4e" + }, + { + "name": "WTV020SD16P", + "version": "1.4.0", + "author": "Diego J. Arevalo, Ryszard Malinowski, Dan F, Thomas A. Hirsch", + "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", + "sentence": "Arduino library for the WTV020-SD-16P sound module", + "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board.", + "website": "https://github.com/fablab-bayreuth/WTV020SD16P", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.4.0.zip", + "archiveFileName": "WTV020SD16P-1.4.0.zip", + "size": 465893, + "checksum": "SHA-256:fd0a721a42647f137ee559e72f564972564d687180cc8283775517377446fbd0" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.0.0.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.0.0.zip", + "size": 15813, + "checksum": "SHA-256:0019c7f5490d9be7dfbc6cc01239b80431ee78c6251300edb8cf5db4542c7186" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.1.0.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.1.0.zip", + "size": 187850, + "checksum": "SHA-256:d81b5a9172f0121c45dc251d01a1396da4bc6d690db232a9af421a9495d3038b" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.1.1.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.1.1.zip", + "size": 282813, + "checksum": "SHA-256:f68314b804197c7f2fba8aed02adcba652505af010ef1c8216578c253c8f338b" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.0.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.0.zip", + "size": 287657, + "checksum": "SHA-256:e0cc535ddbde5ea29c146a290a6afbaec1ff7842d47e195dfa0f34254287d7f0" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.1.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.1.zip", + "size": 319540, + "checksum": "SHA-256:be3a02be1e80e37ac03c1b830a08dc92bcfb519cb4fd306f4411afe9a49ded72" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.2.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.2.zip", + "size": 319538, + "checksum": "SHA-256:d4addf23fc88bb10784f5f35e9b71451efba2cb2da59d9637a62fbc5a4ce2867" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.3.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.3.zip", + "size": 319562, + "checksum": "SHA-256:c6f0cb84a184c1505f61efce684acdcdbb8d27d6e95f65ce103c73c57152fab5" + }, + { + "name": "Adafruit TensorFlow Lite", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", + "website": "https://github.com/adafruit/Adafruit_TFLite", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TFLite.git", + "dependencies": [ + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.5.zip", + "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.5.zip", + "size": 319562, + "checksum": "SHA-256:3f25c2353c90fec17ccf04328fb27f2872485b3f1e11dc4ba843bc1f941a0959" + }, + { + "name": "FirebaseJson", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "This Arduino library is for create, edit and parse the JSON object with Firebase compatible.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.0.0.zip", + "archiveFileName": "FirebaseJson-2.0.0.zip", + "size": 25501, + "checksum": "SHA-256:39268b10fdac4f70b2e2a7ff0b1f23e762346f5594b8d5e207f32033a236b978" + }, + { + "name": "FirebaseJson", + "version": "2.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.0.zip", + "archiveFileName": "FirebaseJson-2.2.0.zip", + "size": 28856, + "checksum": "SHA-256:7c0c67079fa4c73c76f5f21b2acc2c7765456747fe8592a49a9def83848d9517" + }, + { + "name": "FirebaseJson", + "version": "2.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.1.zip", + "archiveFileName": "FirebaseJson-2.2.1.zip", + "size": 28858, + "checksum": "SHA-256:c26aefdac25f8b35c96d64b8861782a43f3d761cb24659189f946fb1d1f62018" + }, + { + "name": "FirebaseJson", + "version": "2.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.2.zip", + "archiveFileName": "FirebaseJson-2.2.2.zip", + "size": 31132, + "checksum": "SHA-256:7fdaeda6f40ec39e527262fed7b02efc02134efdb8c669b5f0f19d2e08eb7349" + }, + { + "name": "FirebaseJson", + "version": "2.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", + "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.3.zip", + "archiveFileName": "FirebaseJson-2.2.3.zip", + "size": 31005, + "checksum": "SHA-256:6b747c51f167ccd0aa83a68ffc9a0de5dcb509dc2b7fa59ffdb4f1407a3cb65d" + }, + { + "name": "FirebaseJson", + "version": "2.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.4.zip", + "archiveFileName": "FirebaseJson-2.2.4.zip", + "size": 31542, + "checksum": "SHA-256:16cb786545d692e0f1c618d624d4bcaa7ae2ef1122b0459810004c99daca7657" + }, + { + "name": "FirebaseJson", + "version": "2.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.5.zip", + "archiveFileName": "FirebaseJson-2.2.5.zip", + "size": 31584, + "checksum": "SHA-256:6bc32c067c9b6b06ad2c2390d704cc8c8e787810f66194f1000e55155972a4a1" + }, + { + "name": "FirebaseJson", + "version": "2.2.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.6.zip", + "archiveFileName": "FirebaseJson-2.2.6.zip", + "size": 31651, + "checksum": "SHA-256:ff70f36dfa13de9668f069c566f53426997bbb146d72fe90ea7670b39bd7627d" + }, + { + "name": "FirebaseJson", + "version": "2.2.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.7.zip", + "archiveFileName": "FirebaseJson-2.2.7.zip", + "size": 31657, + "checksum": "SHA-256:c2300eca2e905bf895d097253890eae4a0a73dc08589b5e49a23f9c4afc3a153" + }, + { + "name": "FirebaseJson", + "version": "2.2.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.8.zip", + "archiveFileName": "FirebaseJson-2.2.8.zip", + "size": 31721, + "checksum": "SHA-256:f6494d8e39185033995a1fa4705f5ba2c6b54752d8762ffc8cbb5508d48d5120" + }, + { + "name": "FirebaseJson", + "version": "2.2.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.9.zip", + "archiveFileName": "FirebaseJson-2.2.9.zip", + "size": 31722, + "checksum": "SHA-256:df7df8a652028e93060aa0cfaeec08c425cbb93625719b774267967b3441354e" + }, + { + "name": "FirebaseJson", + "version": "2.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.1.zip", + "archiveFileName": "FirebaseJson-2.3.1.zip", + "size": 32413, + "checksum": "SHA-256:b20e0d71e779b2398797171387c4eed77e668c9261a864d26b253d5f405ac07a" + }, + { + "name": "FirebaseJson", + "version": "2.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.2.zip", + "archiveFileName": "FirebaseJson-2.3.2.zip", + "size": 32234, + "checksum": "SHA-256:7f9bc0544680ba6b6e0ffa0da80e3db254aeb351f622ba496daf2b4fe3ff4fcd" + }, + { + "name": "FirebaseJson", + "version": "2.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.3.zip", + "archiveFileName": "FirebaseJson-2.3.3.zip", + "size": 32233, + "checksum": "SHA-256:51971ecc09ff565e9f5392389c384dcbd4246a5482b7ca0f8727c3ad9e0498f1" + }, + { + "name": "FirebaseJson", + "version": "2.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.4.zip", + "archiveFileName": "FirebaseJson-2.3.4.zip", + "size": 31634, + "checksum": "SHA-256:dd3ca2d9d814649e5b994919832d975b9a84311622ea743d1b1b505e39197de1" + }, + { + "name": "FirebaseJson", + "version": "2.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.5.zip", + "archiveFileName": "FirebaseJson-2.3.5.zip", + "size": 32380, + "checksum": "SHA-256:03c0801935a91d5d47f4abe8dcb1eaf832c209faf0c0f6834c27efb7b5a720f6" + }, + { + "name": "FirebaseJson", + "version": "2.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.6.zip", + "archiveFileName": "FirebaseJson-2.3.6.zip", + "size": 32686, + "checksum": "SHA-256:ddf16540ecafc11407951f5848519ec58a9e25facd60c63724f7b3470cb54e7b" + }, + { + "name": "FirebaseJson", + "version": "2.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.7.zip", + "archiveFileName": "FirebaseJson-2.3.7.zip", + "size": 32767, + "checksum": "SHA-256:52a48d6b7fb41d1296f91dba6b15a662fff1a36f9e696a43751bf7a1882bde50" + }, + { + "name": "FirebaseJson", + "version": "2.3.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.8.zip", + "archiveFileName": "FirebaseJson-2.3.8.zip", + "size": 32961, + "checksum": "SHA-256:752f21d69a1e9e47f41b8b296e963f4b429bc939084a2565059ea8f289e6778b" + }, + { + "name": "FirebaseJson", + "version": "2.3.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.9.zip", + "archiveFileName": "FirebaseJson-2.3.9.zip", + "size": 32978, + "checksum": "SHA-256:4353e5d4f417e0b9e02a7a4060c263504f049e0f26d015859c5e3cb9b7b0edd0" + }, + { + "name": "FirebaseJson", + "version": "2.3.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.12.zip", + "archiveFileName": "FirebaseJson-2.3.12.zip", + "size": 35980, + "checksum": "SHA-256:a0dcc0afda44a9609ec0acbab26832ba4c9ae7482685cf727b79a31b606d9b12" + }, + { + "name": "FirebaseJson", + "version": "2.3.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.13.zip", + "archiveFileName": "FirebaseJson-2.3.13.zip", + "size": 35985, + "checksum": "SHA-256:d3d670e400d163aaceb4ceda8835bda0c6b9e4d8609cafc94b5a3ca0078ae6fe" + }, + { + "name": "FirebaseJson", + "version": "2.3.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.14.zip", + "archiveFileName": "FirebaseJson-2.3.14.zip", + "size": 35569, + "checksum": "SHA-256:3609402de98db6da0d393e16a9d7afe1cc071eca6cb74789498e52c79fefdf51" + }, + { + "name": "FirebaseJson", + "version": "2.3.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.15.zip", + "archiveFileName": "FirebaseJson-2.3.15.zip", + "size": 35592, + "checksum": "SHA-256:c2707e67b1269d2748eab9709841680d1ed32a07eb4ca8a073413c994538d646" + }, + { + "name": "FirebaseJson", + "version": "2.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.4.1.zip", + "archiveFileName": "FirebaseJson-2.4.1.zip", + "size": 36546, + "checksum": "SHA-256:f938763f59f385bdb2d096f760d890a1683df58c47992e07be38bf5ac8f820d4" + }, + { + "name": "FirebaseJson", + "version": "2.5.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.5.0.zip", + "archiveFileName": "FirebaseJson-2.5.0.zip", + "size": 76784, + "checksum": "SHA-256:83b07d024c5e29cd3de7fa1f3193dcfd229c92d0d248d9071f8345e7e31d6035" + }, + { + "name": "FirebaseJson", + "version": "2.5.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.5.2.zip", + "archiveFileName": "FirebaseJson-2.5.2.zip", + "size": 78028, + "checksum": "SHA-256:b1131f5ab791976f2e5015359e3c5313638f8985bbd121b810b6276e6d01b177" + }, + { + "name": "FirebaseJson", + "version": "2.5.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.5.3.zip", + "archiveFileName": "FirebaseJson-2.5.3.zip", + "size": 102862, + "checksum": "SHA-256:4bea279f3c8997afc42a122cb21b77a222507016e7031eaaa8a9de67cd4ea91d" + }, + { + "name": "FirebaseJson", + "version": "2.6.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.0.zip", + "archiveFileName": "FirebaseJson-2.6.0.zip", + "size": 156700, + "checksum": "SHA-256:a4783732f9fa087ce312f69a2a5c6b77026414610aa5e22d977c6cdcd53c234b" + }, + { + "name": "FirebaseJson", + "version": "2.6.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.1.zip", + "archiveFileName": "FirebaseJson-2.6.1.zip", + "size": 246828, + "checksum": "SHA-256:8d8e113cabbf9ea2e65f3ee0eb269ea720585f986d12d09cc74508ccef200bcf" + }, + { + "name": "FirebaseJson", + "version": "2.6.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.3.zip", + "archiveFileName": "FirebaseJson-2.6.3.zip", + "size": 246790, + "checksum": "SHA-256:f1671e8f7325fe95203fec69e02b7214b81df8df017f7707904236cd41cbb960" + }, + { + "name": "FirebaseJson", + "version": "2.6.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.7.zip", + "archiveFileName": "FirebaseJson-2.6.7.zip", + "size": 189687, + "checksum": "SHA-256:79b1df93dd249ace9119ab1b95df4cd71b527c548acc20d9569225410d8afecb" + }, + { + "name": "FirebaseJson", + "version": "2.6.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.8.zip", + "archiveFileName": "FirebaseJson-2.6.8.zip", + "size": 189672, + "checksum": "SHA-256:bcb05aae42961d4fbbb8b75146ddcda2a2667e96f9c6b151facdbe6e64836854" + }, + { + "name": "FirebaseJson", + "version": "2.6.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.9.zip", + "archiveFileName": "FirebaseJson-2.6.9.zip", + "size": 189705, + "checksum": "SHA-256:dce137f301dd5dcb7c05fa752481c4ada6c89ed6d436a1ebf4d6052ac752b322" + }, + { + "name": "FirebaseJson", + "version": "2.6.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.10.zip", + "archiveFileName": "FirebaseJson-2.6.10.zip", + "size": 190341, + "checksum": "SHA-256:9aa6a0ef9a8252d416f20d35fb899e7fe6438689687591d1b248a1daeef80c35" + }, + { + "name": "FirebaseJson", + "version": "2.6.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.12.zip", + "archiveFileName": "FirebaseJson-2.6.12.zip", + "size": 190658, + "checksum": "SHA-256:7e05dc4a7c6f1f7bcc943e4b39a855794e5c1893c904354d336aa5862094b170" + }, + { + "name": "FirebaseJson", + "version": "2.6.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.13.zip", + "archiveFileName": "FirebaseJson-2.6.13.zip", + "size": 190812, + "checksum": "SHA-256:ac11283f03c0606eed8ed4c3a4ff812f160ad8150f8da4764e4ded6ffcb593ab" + }, + { + "name": "FirebaseJson", + "version": "2.6.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.14.zip", + "archiveFileName": "FirebaseJson-2.6.14.zip", + "size": 190863, + "checksum": "SHA-256:7842617662b1b6f0ca10dab2a235c74fe0ac9f1b4f916d5188a0b8b954ccb1dc" + }, + { + "name": "FirebaseJson", + "version": "2.6.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.15.zip", + "archiveFileName": "FirebaseJson-2.6.15.zip", + "size": 190822, + "checksum": "SHA-256:49558e4bf29d1bc2d6529e657e69f4c8ac3ccd16852b7618f9ea5f283adbbda4" + }, + { + "name": "FirebaseJson", + "version": "2.6.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.16.zip", + "archiveFileName": "FirebaseJson-2.6.16.zip", + "size": 190852, + "checksum": "SHA-256:b62c975a4a62a5418aeb88695d7817e858b93966d23dbdf7ba9a508d0b32c033" + }, + { + "name": "FirebaseJson", + "version": "2.6.17", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.6.17.zip", + "archiveFileName": "FirebaseJson-2.6.17.zip", + "size": 190070, + "checksum": "SHA-256:73f2a124889b24bc92c0a207ec0b0fbc3e7beb053c3cc9fc3b647d642583f0ae" + }, + { + "name": "FirebaseJson", + "version": "2.7.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.7.0.zip", + "archiveFileName": "FirebaseJson-2.7.0.zip", + "size": 190001, + "checksum": "SHA-256:667265aa356753ea5fcf304b481fb85f8a64fc037c48ab986964f33c264c94e7" + }, + { + "name": "FirebaseJson", + "version": "3.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-3.0.0.zip", + "archiveFileName": "FirebaseJson-3.0.0.zip", + "size": 189997, + "checksum": "SHA-256:8315607f5d908fe79f59b47d3fb134cb314f3a53645bcde1f82bdc6d8e11f4cc" + }, + { + "name": "FirebaseJson", + "version": "3.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-3.0.2.zip", + "archiveFileName": "FirebaseJson-3.0.2.zip", + "size": 190370, + "checksum": "SHA-256:5ecc087a9c07a2f291b186ab8b42583724279755fd5a8764e4b8747b1660e7c5" + }, + { + "name": "FirebaseJson", + "version": "3.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-3.0.3.zip", + "archiveFileName": "FirebaseJson-3.0.3.zip", + "size": 190286, + "checksum": "SHA-256:17e430bc619bef721e7495d92a2a978d1a6217412faa3d95f42f907d38659774" + }, + { + "name": "FirebaseJson", + "version": "3.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-3.0.4.zip", + "archiveFileName": "FirebaseJson-3.0.4.zip", + "size": 194674, + "checksum": "SHA-256:54b3b289b505fa5cc81232c2c0a3016d06423e750dab162ab7fcf1a9950ab4dc" + }, + { + "name": "FirebaseJson", + "version": "3.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-3.0.5.zip", + "archiveFileName": "FirebaseJson-3.0.5.zip", + "size": 194758, + "checksum": "SHA-256:b3435527e430c570489199e79922a15575cf3a858d2fa061a868a2749e231356" + }, + { + "name": "FirebaseJson", + "version": "3.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-3.0.6.zip", + "archiveFileName": "FirebaseJson-3.0.6.zip", + "size": 194841, + "checksum": "SHA-256:264703ef11dba14ad19096513659587500d00650e8785dad62a43ba2802837c1" + }, + { + "name": "FirebaseJson", + "version": "3.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", + "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", + "website": "https://github.com/mobizt/FirebaseJson", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/FirebaseJson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-3.0.7.zip", + "archiveFileName": "FirebaseJson-3.0.7.zip", + "size": 194868, + "checksum": "SHA-256:6720763b3031496af691545620885a53cab94603c413a15a0b3d4b94c75bd7df" + }, + { + "name": "BeaconNano", + "version": "1.0.0", + "author": "Petruzzella", + "maintainer": "Petruzzella", + "sentence": "Create a Beacon from an Arduino Nano Ble", + "paragraph": "This library supports creating a Beacon.", + "website": "https://github.com/antoniopetruzzella/GGBeaconNano.git", + "category": "Communication", + "architectures": [ + "samd", + "megaavr", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antoniopetruzzella/BeaconNano.git", + "providesIncludes": [ + "GGBeaconNano.h", + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/antoniopetruzzella/BeaconNano-1.0.0.zip", + "archiveFileName": "BeaconNano-1.0.0.zip", + "size": 14043, + "checksum": "SHA-256:056e0b4d0df503e6ea19d5d42c036344bc1b3452a967959e36a7c0316d06044d" + }, + { + "name": "TinySuite", + "version": "1.0.0", + "author": "meal", + "maintainer": "meal", + "sentence": "A collection of tools for ATTiny85", + "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", + "website": "https://github.com/Alex079/TinySuite", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Alex079/TinySuite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-1.0.0.zip", + "archiveFileName": "TinySuite-1.0.0.zip", + "size": 20176, + "checksum": "SHA-256:b0d664b634f3311298cd4a02e140683c7e6d5a5e99a3e70ac2e90e83e5401b1c" + }, + { + "name": "TinySuite", + "version": "1.0.1", + "author": "meal", + "maintainer": "meal", + "sentence": "A collection of tools for ATTiny85", + "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", + "website": "https://github.com/Alex079/TinySuite", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Alex079/TinySuite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-1.0.1.zip", + "archiveFileName": "TinySuite-1.0.1.zip", + "size": 21367, + "checksum": "SHA-256:a7d1e3a23e0c726e6cbf498525a6574f047095f438bf7fd49550421f05deb92c" + }, + { + "name": "TinySuite", + "version": "2.0.0", + "author": "Alex079", + "maintainer": "Alex079", + "sentence": "A collection of tools for ATTiny85", + "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", + "website": "https://github.com/Alex079/TinySuite", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Alex079/TinySuite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-2.0.0.zip", + "archiveFileName": "TinySuite-2.0.0.zip", + "size": 26225, + "checksum": "SHA-256:8f983e7b1e5b6d6873bb29cddce7159327dc92639f88bd5dc668b10ab463c093" + }, + { + "name": "TinySuite", + "version": "2.1.0", + "author": "Alex079", + "maintainer": "Alex079", + "sentence": "A collection of tools for ATTiny85", + "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", + "website": "https://github.com/Alex079/TinySuite", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Alex079/TinySuite.git", + "providesIncludes": [ + "TinyPinChangeB.h", + "TinyExternalInterrupt0.h", + "TinyTimer0Compare.h", + "TinyTimer0Overflow.h", + "TinyTimer1Compare.h", + "TinyTimer1Overflow.h", + "TinyUart.h", + "TinyUartReader.h", + "TinyUartWriter.h", + "TinySerial.h", + "TinySleep.h", + "TinyWatchdog.h", + "TinyBuffer.h", + "TinyNmea.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-2.1.0.zip", + "archiveFileName": "TinySuite-2.1.0.zip", + "size": 32605, + "checksum": "SHA-256:03c88f107136c32c4fc274a56b25669eff59a255f4ca60e495bdb6dde6c52e71" + }, + { + "name": "GroveDriverPack", + "version": "1.4.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": [ + "Seeed_STM32F4", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": [ + "GroveDriverPack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.4.0.zip", + "archiveFileName": "GroveDriverPack-1.4.0.zip", + "size": 122261, + "checksum": "SHA-256:86abcefaf4b4a46bb5efbc4559474b3282ff314cdaf744f301d5ca5847eeab59" + }, + { + "name": "GroveDriverPack", + "version": "1.5.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": [ + "Seeed_STM32F4", + "stm32", + "SeeedJP_ReButton" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": [ + "GroveDriverPack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.5.0.zip", + "archiveFileName": "GroveDriverPack-1.5.0.zip", + "size": 123011, + "checksum": "SHA-256:557fcd079aff9277550be01467b6668b5550bb3e4ddc32f790485e9e24c6819c" + }, + { + "name": "GroveDriverPack", + "version": "1.6.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": [ + "Seeed_STM32F4", + "stm32", + "SeeedJP_ReButton" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": [ + "GroveDriverPack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.6.0.zip", + "archiveFileName": "GroveDriverPack-1.6.0.zip", + "size": 123980, + "checksum": "SHA-256:7f03f112639cc3089f195c2677b9b4ff32b1562da9863cfee62c6bac42dc1072" + }, + { + "name": "GroveDriverPack", + "version": "1.7.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": [ + "Seeed_STM32F4", + "stm32", + "SeeedJP_ReButton" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": [ + "GroveDriverPack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.7.0.zip", + "archiveFileName": "GroveDriverPack-1.7.0.zip", + "size": 126673, + "checksum": "SHA-256:0340a02c567209a8cea9f817c92ca0c6815461517379b8e15d4d2ca8ffb5f0a4" + }, + { + "name": "GroveDriverPack", + "version": "1.9.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": [ + "Seeed_STM32F4", + "stm32", + "SeeedJP_ReButton" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": [ + "GroveDriverPack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.9.0.zip", + "archiveFileName": "GroveDriverPack-1.9.0.zip", + "size": 133344, + "checksum": "SHA-256:48d60eb74d0cd811dda8d1aa32017918988d24887c71d4382ff93b78bb2c582b" + }, + { + "name": "GroveDriverPack", + "version": "1.10.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": [ + "Seeed_STM32F4", + "stm32", + "SeeedJP_ReButton", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": [ + "GroveDriverPack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.10.0.zip", + "archiveFileName": "GroveDriverPack-1.10.0.zip", + "size": 134726, + "checksum": "SHA-256:515eb215a92a8c3a8cba90b15dc3c29143b41429c540dadfe3dd07610adc8b7b" + }, + { + "name": "GroveDriverPack", + "version": "1.11.0", + "author": "Seeed K.K.", + "maintainer": "matsujirushi", + "sentence": "GroveDriverPack", + "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "category": "Signal Input/Output", + "architectures": [ + "Seeed_STM32F4", + "stm32", + "SeeedJP_ReButton", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "providesIncludes": [ + "GroveDriverPack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.11.0.zip", + "archiveFileName": "GroveDriverPack-1.11.0.zip", + "size": 138001, + "checksum": "SHA-256:a54a719734fe9799f3a182c2dbf13deb48fcbe427b17039b9d1c47de993b75d4" + }, + { + "name": "OPTIGA Trust M", + "version": "1.0.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library allows you to communicate with Optiga Trust M Security Controller", + "paragraph": "C++ library for Optiga Trust M Chip Security Controller", + "website": "https://www.infineon.com/cms/en/product/security-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-optiga-trust-m.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGA_Trust_M-1.0.0.zip", + "archiveFileName": "OPTIGA_Trust_M-1.0.0.zip", + "size": 308084, + "checksum": "SHA-256:704111a582a5733c67572c31bc289926c4d87dc4d16610bb7d086763ad1a347b" + }, + { + "name": "OPTIGA Trust M", + "version": "1.1.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library allows you to communicate with Optiga Trust M Security Controller", + "paragraph": "C++ library for Optiga Trust M Chip Security Controller", + "website": "https://www.infineon.com/cms/en/product/security-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-optiga-trust-m.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGA_Trust_M-1.1.0.zip", + "archiveFileName": "OPTIGA_Trust_M-1.1.0.zip", + "size": 1071662, + "checksum": "SHA-256:a72600a7a51e7d599bda31805193e3a46572c1c0a749d9cad2eee4ccf1d1eac1" + }, + { + "name": "WebConfig", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://https://github.com/GerLech/WebConfig", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.0.0.zip", + "archiveFileName": "WebConfig-1.0.0.zip", + "size": 14489, + "checksum": "SHA-256:164c9078ae66b947fb9ab78fe54c63a30f14be33da71c7afe457bf30498d5d91" + }, + { + "name": "WebConfig", + "version": "1.1.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.1.0.zip", + "archiveFileName": "WebConfig-1.1.0.zip", + "size": 14502, + "checksum": "SHA-256:9472fad12d576c997275968db07fa369a0dd9a963c9be3962e10b1ff06a7e494" + }, + { + "name": "WebConfig", + "version": "1.2.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.2.0.zip", + "archiveFileName": "WebConfig-1.2.0.zip", + "size": 15388, + "checksum": "SHA-256:337ccd1d9fbe3624ac6a6e0f9c246afa3e7e3335783d454e1b11b29e17574522" + }, + { + "name": "WebConfig", + "version": "1.3.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.0.zip", + "archiveFileName": "WebConfig-1.3.0.zip", + "size": 16915, + "checksum": "SHA-256:b500237218d93aa2030adb5567fcf13b931700f1edfc1044fba92874cb6e3563" + }, + { + "name": "WebConfig", + "version": "1.3.1", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.1.zip", + "archiveFileName": "WebConfig-1.3.1.zip", + "size": 16916, + "checksum": "SHA-256:97672c26761cba3a91c9f9a44fb963e6121c5061ac374bfe72dc9268617b1015" + }, + { + "name": "WebConfig", + "version": "1.3.2", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.2.zip", + "archiveFileName": "WebConfig-1.3.2.zip", + "size": 16916, + "checksum": "SHA-256:bd674c00c204abcd6a54c9e0c3b8de7136333d135c65578c31c3ad8932205640" + }, + { + "name": "WebConfig", + "version": "1.4.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.4.0.zip", + "archiveFileName": "WebConfig-1.4.0.zip", + "size": 17958, + "checksum": "SHA-256:f98b81351c2e36868a11d8db15fe1f14763636ff54239d5ff019995498eb7647" + }, + { + "name": "WebConfig", + "version": "1.4.1", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.4.1.zip", + "archiveFileName": "WebConfig-1.4.1.zip", + "size": 17963, + "checksum": "SHA-256:bebaf4438e9d40651a17aa7e2fc96544b8b81905ce53d2f64e27784f868fc3f1" + }, + { + "name": "WebConfig", + "version": "1.4.2", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/WebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.4.2.zip", + "archiveFileName": "WebConfig-1.4.2.zip", + "size": 17966, + "checksum": "SHA-256:e59514db5edf0169f4f5e8ea47ba7d0ddc44df1e6a24266f43379aec366c341e" + }, + { + "name": "DCD SDK for Arduino", + "version": "0.0.1", + "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", + "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", + "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", + "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or seatch for exising one.", + "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "providesIncludes": [ + "arduino_dcd_hub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.1.zip", + "archiveFileName": "DCD_SDK_for_Arduino-0.0.1.zip", + "size": 6372, + "checksum": "SHA-256:dab05f683ac636914c0eb925658d3a1aecee93a2cfbf70d2a081c4be68b89b3d" + }, + { + "name": "DCD SDK for Arduino", + "version": "0.0.2", + "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", + "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", + "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", + "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or search for exising one.", + "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "providesIncludes": [ + "arduino_dcd_hub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.2.zip", + "archiveFileName": "DCD_SDK_for_Arduino-0.0.2.zip", + "size": 12059, + "checksum": "SHA-256:a067d7ccba041c61d14a9665f3268d68a83f9cf8e32c1e59d4a06af881882f1d" + }, + { + "name": "DCD SDK for Arduino", + "version": "0.0.3", + "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", + "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", + "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", + "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or search for exising one.", + "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "providesIncludes": [ + "arduino_dcd_hub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.3.zip", + "archiveFileName": "DCD_SDK_for_Arduino-0.0.3.zip", + "size": 14983, + "checksum": "SHA-256:1ea97ab30be84bb15c76e2b16d5464ded15597f4eb73865cdee21951e81e94ad" + }, + { + "name": "uCRC16XModemLib", + "version": "1.0.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and cross-device compatible CRC16 XModem calculator library UKHAS.org.uk compatible - uCRC16XModemLib", + "paragraph": "Supports any architecture", + "website": "https://github.com/Naguissa/uCRC16XModemLib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Naguissa/uCRC16XModemLib.git", + "providesIncludes": [ + "uCRC16XModemLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16XModemLib-1.0.0.zip", + "archiveFileName": "uCRC16XModemLib-1.0.0.zip", + "size": 208240, + "checksum": "SHA-256:64b9c993303236af66858d398908e5ab1de80e1384da698c3e958b968a052460" + }, + { + "name": "LongFi", + "version": "0.1.0", + "author": "Helium", + "maintainer": "Helium", + "sentence": "Enables LongFi Communication with Semtech Compatible Radios.", + "paragraph": "This library supports radio communication with Semtech compatible radios using the Helium LongFi Protocol.", + "website": "https://github.com/helium/longfi-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/helium/longfi-arduino.git", + "providesIncludes": [ + "LongFi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/helium/LongFi-0.1.0.zip", + "archiveFileName": "LongFi-0.1.0.zip", + "size": 220678, + "checksum": "SHA-256:8072606ac956f5647d8fee5c03c0f1a219e0eaa954957d101c45968b615415f7" + }, + { + "name": "LongFi", + "version": "0.2.0", + "author": "Helium", + "maintainer": "Helium", + "sentence": "Enables LongFi Communication with Semtech Compatible Radios.", + "paragraph": "This library supports radio communication with Semtech compatible radios using the Helium LongFi Protocol.", + "website": "https://github.com/helium/longfi-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/helium/longfi-arduino.git", + "providesIncludes": [ + "LongFi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/helium/LongFi-0.2.0.zip", + "archiveFileName": "LongFi-0.2.0.zip", + "size": 221593, + "checksum": "SHA-256:03a76e8bce5d0b4443a4a2f8c49ecdb3921b7dc73a9308edd0f2b886e5340ac1" + }, + { + "name": "Kangaroo Motion Controller", + "version": "1.0.6", + "author": "Dimension Engineering", + "maintainer": "James Bellinger \u003cjames@dimensionengineering.com\u003e", + "sentence": "Use reliable Packet Serial to communicate with your Kangaroo.", + "paragraph": "This library lets you command and monitor the Kangaroo autotuning feedback motion controller, an add-on board for SyRen and Sabertooth motor drivers.", + "website": "http://www.dimensionengineering.com/arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DimensionEngineering/Kangaroo_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DimensionEngineering/Kangaroo_Motion_Controller-1.0.6.zip", + "archiveFileName": "Kangaroo_Motion_Controller-1.0.6.zip", + "size": 202773, + "checksum": "SHA-256:2b9e8864349d0eeae3bd7045f22ba8a1d3416ac7f26a2465fcd337b33602d10e" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.0.1", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP48xx DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": [ + "MCP48xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.0.1.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.0.1.zip", + "size": 7585, + "checksum": "SHA-256:261c60eca62dcb58c708a23798b097c694dc58568634b3c8ffb5d69964fd88e5" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.1.0", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": [ + "MCP48xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.0.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.1.0.zip", + "size": 5793, + "checksum": "SHA-256:3b6a64022c939d1e75fe6b995aebda9558a11c448649963e26fdcca60f539600" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.1.1", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": [ + "MCP48xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.1.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.1.1.zip", + "size": 5513, + "checksum": "SHA-256:5df8d1cf570e945dd83a83c78350c5941b3babeff8d310f62631dc122d741e8a" + }, + { + "name": "MCP48xx DAC Library", + "version": "0.1.2", + "author": "Steve Gkountouvas", + "maintainer": "Steve Gkountouvas", + "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", + "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", + "website": "https://github.com/SteveGdvs/MCP48xx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "providesIncludes": [ + "MCP48xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.2.zip", + "archiveFileName": "MCP48xx_DAC_Library-0.1.2.zip", + "size": 5591, + "checksum": "SHA-256:fc91908efbb26c97399a263331d3ab576f83670e4b7cc061eedeea4c3ba276b6" + }, + { + "name": "HPDL1414", + "version": "1.0.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.0.0.zip", + "archiveFileName": "HPDL1414-1.0.0.zip", + "size": 3253, + "checksum": "SHA-256:3324a0bdfa74bc8e0bfb55063d914b4488fe6cf03f92672785971ee87d6f2b92" + }, + { + "name": "HPDL1414", + "version": "1.0.1", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.0.1.zip", + "archiveFileName": "HPDL1414-1.0.1.zip", + "size": 3700, + "checksum": "SHA-256:bff639940908a2ef8712cb33e374ede9564eedd18cb7338a55932e33b5d46bd3" + }, + { + "name": "HPDL1414", + "version": "1.1.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.1.0.zip", + "archiveFileName": "HPDL1414-1.1.0.zip", + "size": 4099, + "checksum": "SHA-256:7d2306a972911b4557585cb3390c75514b722a5532349e25d8b38b922418ef20" + }, + { + "name": "HPDL1414", + "version": "1.2.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.2.0.zip", + "archiveFileName": "HPDL1414-1.2.0.zip", + "size": 5124, + "checksum": "SHA-256:54e95c5315e3aff07cd12aa8e02e6e5b1cfdceb1cd8658d38170a7cd58627fa0" + }, + { + "name": "HPDL1414", + "version": "2.0.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-2.0.0.zip", + "archiveFileName": "HPDL1414-2.0.0.zip", + "size": 452537, + "checksum": "SHA-256:8cd2449c06cdbc847cb06576dc79b09d746e371680d956c55562971022f17d24" + }, + { + "name": "HPDL1414", + "version": "2.0.1", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-2.0.1.zip", + "archiveFileName": "HPDL1414-2.0.1.zip", + "size": 465620, + "checksum": "SHA-256:5ee915c128d7abd514aea6ec0845ac7270cfcdd4378550140e4e3426e5773284" + }, + { + "name": "HPDL1414", + "version": "3.0.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple driver for operating HPDL1414 displays", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-3.0.0.zip", + "archiveFileName": "HPDL1414-3.0.0.zip", + "size": 476104, + "checksum": "SHA-256:55f35426a737bebf6ea8400c138af7cf0020d611618acb30709a593ee96f7db0" + }, + { + "name": "HPDL1414", + "version": "3.1.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple library for HPDL1414 14-segment displays. Now with scrolling!", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-3.1.0.zip", + "archiveFileName": "HPDL1414-3.1.0.zip", + "size": 476161, + "checksum": "SHA-256:6d17990f62deeb68aa35297067731f88aa61303e8d104b15e49110a60300c65b" + }, + { + "name": "HPDL1414", + "version": "3.2.0", + "author": "Marek Ledworowski (marecl)", + "maintainer": "Marek Ledworowski (marecl)", + "sentence": "HPDL1414 Display Driver", + "paragraph": "Simple library for HPDL1414 14-segment displays. Now with scrolling!", + "website": "https://github.com/marecl/HPDL1414", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marecl/HPDL1414.git", + "providesIncludes": [ + "HPDL1414.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-3.2.0.zip", + "archiveFileName": "HPDL1414-3.2.0.zip", + "size": 476979, + "checksum": "SHA-256:6defb09b8d991b08ec53cda728d7f445eefd1b1d192f6f0b2c3b58eac50a2307" + }, + { + "name": "Task Scheduler", + "version": "1.0.0", + "author": "Kai Liebich \u0026 Georg Icking-Konert", + "maintainer": "Kai Liebich", + "sentence": "Simple task scheduler", + "paragraph": "Lightweight and fast preemptive scheduler for ATMega and SAMD Arduino Boards", + "website": "https://github.com/kcl93/tasks", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.0.0.zip", + "archiveFileName": "Task_Scheduler-1.0.0.zip", + "size": 251741, + "checksum": "SHA-256:b37f37b423fb1895556bcd467c6ffb36071e8621647b56e7ef7b29eeacd7d483" + }, + { + "name": "Task Scheduler", + "version": "1.1.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.1.0.zip", + "archiveFileName": "Task_Scheduler-1.1.0.zip", + "size": 261818, + "checksum": "SHA-256:59cbd92c44cc6479218ce381286dfff4f580c7382aed9356265cab39fc87f276" + }, + { + "name": "Task Scheduler", + "version": "1.2.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.2.0.zip", + "archiveFileName": "Task_Scheduler-1.2.0.zip", + "size": 261809, + "checksum": "SHA-256:d0729b7fc38ece961f98a3f6d9ecf98284498e86608eb7ca89f2f35f4f2047b8" + }, + { + "name": "Task Scheduler", + "version": "1.3.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.3.0.zip", + "archiveFileName": "Task_Scheduler-1.3.0.zip", + "size": 256440, + "checksum": "SHA-256:41052bde94d657e6ac66fafe71d1ed7ece32694af49a44d460dcf6f1a7af6471" + }, + { + "name": "Task Scheduler", + "version": "1.4.0", + "author": "Kai Liebich, Georg Icking-Konert", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", + "paragraph": "Tasks can be executed periodically or just being delayed.", + "website": "https://github.com/kcl93/Tasks", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/Tasks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.4.0.zip", + "archiveFileName": "Task_Scheduler-1.4.0.zip", + "size": 259221, + "checksum": "SHA-256:85176610d4332e27b2ab581a6a1fd19a317b6e33115f6bd81d693c5cfb461582" + }, + { + "name": "S.Port sensor library for FrSky", + "version": "1.0.0", + "author": "Herman Kruisman (herman@ccme.nl)", + "maintainer": "Herman Kruisman (herman@ccme.nl)", + "sentence": "an Arduino Library to create FrSky S.Port sensors", + "paragraph": "This library has been tested on Arduino Mini, Nano and similar board", + "website": "https://github.com/RealTadango/FrSky", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RealTadango/FrSky.git", + "providesIncludes": [ + "SPort.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.0.zip", + "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.0.zip", + "size": 2606604, + "checksum": "SHA-256:3adf12feb54ae54ba8c2c304d12321835d6b42d73e4c9239761c293d638689ce" + }, + { + "name": "S.Port sensor library for FrSky", + "version": "1.0.1", + "author": "Herman Kruisman (herman@ccme.nl)", + "maintainer": "Herman Kruisman (herman@ccme.nl)", + "sentence": "an Arduino Library to create FrSky S.Port sensors", + "paragraph": "This library has been tested on Arduino Mini, Nano and similar board", + "website": "https://github.com/RealTadango/FrSky", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RealTadango/FrSky.git", + "providesIncludes": [ + "SPort.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.1.zip", + "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.1.zip", + "size": 2694871, + "checksum": "SHA-256:3fd6bd4f126de7ce932c02399ab87eaf030911c8fa8fc72bc9b9b45003a414c0" + }, + { + "name": "S.Port sensor library for FrSky", + "version": "1.0.2", + "author": "Herman Kruisman (herman@ccme.nl)", + "maintainer": "Herman Kruisman (herman@ccme.nl)", + "sentence": "an Arduino Library to create FrSky S.Port sensors", + "paragraph": "This library has been tested on Arduino Mini, Nano, ATTiny85, ESP8266, ESP32 and similar board", + "website": "https://github.com/RealTadango/FrSky", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RealTadango/FrSky.git", + "providesIncludes": [ + "SPort.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.2.zip", + "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.2.zip", + "size": 2694901, + "checksum": "SHA-256:27bc5c89daf5523eb99fcff5aa9378348dbf9773cf2d5c72b0cfdcf5eaa0ce5c" + }, + { + "name": "S.Port sensor library for FrSky", + "version": "1.0.3", + "author": "Herman Kruisman (herman@ccme.nl)", + "maintainer": "Herman Kruisman (herman@ccme.nl)", + "sentence": "an Arduino Library to create FrSky S.Port sensors", + "paragraph": "This library has been tested on Arduino Mini, Nano, ATTiny85, ESP8266, ESP32 and similar board", + "website": "https://github.com/RealTadango/FrSky", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RealTadango/FrSky.git", + "providesIncludes": [ + "SPort.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.3.zip", + "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.3.zip", + "size": 2698598, + "checksum": "SHA-256:56fe3a5086524b81dfc6ca2b8fff781ede0bf91534d4cd9d4780375ea439238c" + }, + { + "name": "Sqlite Micro Logger", + "version": "1.0.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", + "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", + "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.0.0.zip", + "archiveFileName": "Sqlite_Micro_Logger-1.0.0.zip", + "size": 1070722, + "checksum": "SHA-256:80d7a113066441f4ec3027192cecfeaf7ed8a97ccd6525ea6438be148b1a74b3" + }, + { + "name": "Sqlite Micro Logger", + "version": "1.1.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", + "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", + "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.1.0.zip", + "archiveFileName": "Sqlite_Micro_Logger-1.1.0.zip", + "size": 2741066, + "checksum": "SHA-256:9c27418182dfd93bdaf8f1d50057a4cdc2fc686ebd742019787602e01cdf5a57" + }, + { + "name": "Sqlite Micro Logger", + "version": "1.2.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", + "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", + "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.2.0.zip", + "archiveFileName": "Sqlite_Micro_Logger-1.2.0.zip", + "size": 2745575, + "checksum": "SHA-256:c611ebd995e6f4ecafbd003b8a4646eae0589fd973a4b7356077bd008bf4ec98" + }, + { + "name": "EMUSerial", + "version": "1.0.1", + "author": "Robin K.", + "maintainer": "Robin K.", + "sentence": "ECUMaster EMU Serial Library", + "paragraph": "Library to read the ECUMaster Serial format. Contains a Python Script for keeping it up-to-date.", + "website": "https://github/EMUSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GTO2013/EMUSerial.git", + "providesIncludes": [ + "EMUSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GTO2013/EMUSerial-1.0.1.zip", + "archiveFileName": "EMUSerial-1.0.1.zip", + "size": 14747, + "checksum": "SHA-256:6789af6ea99d5b8d8539e0057067164ed2a97d9855a23eabbeeababe2152ea24" + }, + { + "name": "EMUSerial", + "version": "1.0.2", + "author": "Robin K.", + "maintainer": "Robin K.", + "sentence": "ECUMaster EMU Serial Library", + "paragraph": "Library to read the ECUMaster Serial format. Contains a Python Script for keeping it up-to-date.", + "website": "https://github/EMUSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GTO2013/EMUSerial.git", + "providesIncludes": [ + "EMUSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GTO2013/EMUSerial-1.0.2.zip", + "archiveFileName": "EMUSerial-1.0.2.zip", + "size": 15174, + "checksum": "SHA-256:b7692aed962c930d37c94a82aa840659e2de2d35de6a63606b67a69cf53ef85a" + }, + { + "name": "Lixie II", + "version": "1.2.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Lixie II displays!", + "paragraph": "Library for controlling Lixie II displays!", + "website": "https://github.com/connornishijima/Lixie_II", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Lixie_II.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.2.0.zip", + "archiveFileName": "Lixie_II-1.2.0.zip", + "size": 30161, + "checksum": "SHA-256:87d125666e3df5111ae6ae4681911632fe39c02ee484956e048476be260829d9" + }, + { + "name": "Lixie II", + "version": "1.3.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Lixie II displays!", + "paragraph": "Library for controlling Lixie II displays!", + "website": "https://github.com/connornishijima/Lixie_II", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Lixie_II.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.3.0.zip", + "archiveFileName": "Lixie_II-1.3.0.zip", + "size": 35972, + "checksum": "SHA-256:b205b62c9b25087f13b602740cd794d7d39aab43e6ea9ed3b89eeb3448a6776d" + }, + { + "name": "Lixie II", + "version": "1.3.1", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Lixie II displays!", + "paragraph": "Library for controlling Lixie II displays!", + "website": "https://github.com/connornishijima/Lixie_II", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Lixie_II.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.3.1.zip", + "archiveFileName": "Lixie_II-1.3.1.zip", + "size": 39156, + "checksum": "SHA-256:fff5cc2c29f46a204c50d21f48f6666930e7bdbf27310cf6cc96552f64476745" + }, + { + "name": "PxMatrix Christmas Icons", + "version": "0.0.1", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", + "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", + "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", + "website": "https://github.com/yknivag/PxMatrixChristmasIcons", + "category": "Display", + "architectures": [ + "ESP8266", + "ESP32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "providesIncludes": [ + "ChristmasIcons.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.1.zip", + "archiveFileName": "PxMatrix_Christmas_Icons-0.0.1.zip", + "size": 118545, + "checksum": "SHA-256:cc47a072e9a27a42966ac23b607e42b8f25613c146350539175a69657eca2735" + }, + { + "name": "PxMatrix Christmas Icons", + "version": "0.0.2", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", + "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", + "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", + "website": "https://github.com/yknivag/PxMatrixChristmasIcons", + "category": "Display", + "architectures": [ + "ESP8266", + "ESP32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "providesIncludes": [ + "ChristmasIcons.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.2.zip", + "archiveFileName": "PxMatrix_Christmas_Icons-0.0.2.zip", + "size": 118939, + "checksum": "SHA-256:f9e80428c8dfd465465cee20005917e1632562e0d78a0759df29e8aa42992aba" + }, + { + "name": "PxMatrix Christmas Icons", + "version": "0.0.3", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", + "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", + "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", + "website": "https://github.com/yknivag/PxMatrixChristmasIcons", + "category": "Display", + "architectures": [ + "ESP8266", + "ESP32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "providesIncludes": [ + "ChristmasIcons.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.3.zip", + "archiveFileName": "PxMatrix_Christmas_Icons-0.0.3.zip", + "size": 118996, + "checksum": "SHA-256:2ab99b7f3835b016b71e528d4b17b9cbc7df6a26907ef8f5c0f463e63106fad6" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.2.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.2.zip", + "size": 3975556, + "checksum": "SHA-256:380727223d86060f1dd7e2c5ece51200b2f98b1595dc42f2080448888aea71f8" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.3.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.3.zip", + "size": 4183655, + "checksum": "SHA-256:ac5e9edc26f5499cd61581cd4923f3fd86d69a0b030e1a0f68613353343c715f" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.4.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.4.zip", + "size": 4188559, + "checksum": "SHA-256:3dd12fc7cce589323e62deccdbee5fc88c3306c3ad23cd411a39c196c3acb39b" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.5.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.5.zip", + "size": 4757253, + "checksum": "SHA-256:1381da89daf2db4aaac9530a970c79b835ff3e68e9b705c850672173c5de7c74" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.6.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.6.zip", + "size": 6680855, + "checksum": "SHA-256:f09427c73390ca39c2bc5c820678d4cafe32d276832a8b85d0cbfb173d2e1239" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.7.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.7.zip", + "size": 6681143, + "checksum": "SHA-256:f315422543a9033fef021c4fc285f92fc6c1d71a2cd15aa85090e0159a57c491" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.8.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.8.zip", + "size": 6868853, + "checksum": "SHA-256:d64c3c0037e258008baa5106bd22e71321f7c1cc58cfc1663b2ac287fa1df61f" + }, + { + "name": "PU2CLR SI4735", + "version": "1.0.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.9.zip", + "archiveFileName": "PU2CLR_SI4735-1.0.9.zip", + "size": 7342080, + "checksum": "SHA-256:b2b062953d24c88db6780893b4ae7a2d91f95158d7727ca1df4e4b62094f9a7d" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.0", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.0.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.0.zip", + "size": 8245969, + "checksum": "SHA-256:d5a960d94762b7fd845b86a7c25bdbcd8e79f46cf0a770ba0f7f333a9879def8" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.1.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.1.zip", + "size": 8296979, + "checksum": "SHA-256:8672b4824e4136fdd3883a626f2fae12e8b87bfdb1dea1bf417ae5fdf7abc959" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the SI4735.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.2.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.2.zip", + "size": 8403348, + "checksum": "SHA-256:93a570fffcfac88f7474682f5c48bca828a969e392fa97246b4b99181e37ddd9" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.3.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.3.zip", + "size": 9200192, + "checksum": "SHA-256:30d21836a24f202b410cf0429f0f8bf9dd39badff77815377884ac0f560df1db" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.4.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.4.zip", + "size": 10422308, + "checksum": "SHA-256:9fdbca819dea27089df074fa0769915b21f44407a02a3b67494b19271b1bcbcf" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.5.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.5.zip", + "size": 11422370, + "checksum": "SHA-256:1ca75583246943cb9d3a9039253506c7a8ff73db109fca6fb9e966d5bd97dfd1" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.6.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.6.zip", + "size": 13244247, + "checksum": "SHA-256:144fb96c93582c8e33173fe825ffa43b8d3a26d1e0ad83d14cbda5021ae0d323" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.7.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.7.zip", + "size": 13387292, + "checksum": "SHA-256:3f7f98d50c4575cd13592708c39cd4376bbbf5399af9d56fc4848e393a11169d" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.8.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.8.zip", + "size": 14147473, + "checksum": "SHA-256:3d748c8894bc641e0f3abba3f0ca64dcefbc85d41379b387bb854ee9b8e3a796" + }, + { + "name": "PU2CLR SI4735", + "version": "1.1.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.9.zip", + "archiveFileName": "PU2CLR_SI4735-1.1.9.zip", + "size": 14844409, + "checksum": "SHA-256:c4f0f826468a6731fc82fb805e3b1371017dcc04db3cb1dadc95bf4ff9a9b544" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.0", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.0.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.0.zip", + "size": 15613504, + "checksum": "SHA-256:e76510452edc65a77b059b3f9a837252cb1e29091c16867dcf0456f8dcb7e97e" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.1.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.1.zip", + "size": 18356457, + "checksum": "SHA-256:3fefc49373d2fd2d3eb96028d4c7a70efbfefc4a1c8e6a5f88615264ec79bfd7" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.3.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.3.zip", + "size": 11719881, + "checksum": "SHA-256:39637a61817edaa2ccc2b997daec8ccf6a8c49d8456f3edb4ccb76a173d36357" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.4.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.4.zip", + "size": 13577641, + "checksum": "SHA-256:13e917e49583184b99ec7c04240e361a2c28303a1bfb80793ecc08a30f452786" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.5.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.5.zip", + "size": 13681938, + "checksum": "SHA-256:b98cb6b88b6aa8b43e133ab6f468004523cc693cb7072f6c0e287ce6b9dc5204" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.6.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.6.zip", + "size": 15511270, + "checksum": "SHA-256:27038acb4d26269b3d977c122160f150f34d1390a067930a3e7db30b67b6919b" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.7.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.7.zip", + "size": 16211357, + "checksum": "SHA-256:7d5ecb6eca2851b73b9b0f5ff864743a0569474aa24340d979949d100e3add74" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.8.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.8.zip", + "size": 15992001, + "checksum": "SHA-256:4f2cbd5486ecd4bde58fcdde7934f018128ad2309e5ab4e277cbd185a9f13c9b" + }, + { + "name": "PU2CLR SI4735", + "version": "2.0.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.9.zip", + "archiveFileName": "PU2CLR_SI4735-2.0.9.zip", + "size": 15986144, + "checksum": "SHA-256:a52780c9a7d6a17122e8173ec00b7bf07e0224e4192a7ecce60c4398d31c13bc" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.0", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.0.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.0.zip", + "size": 18181767, + "checksum": "SHA-256:8d915a3911bde38020eff08afdb67a7c3677259145b54a0902db41094452b9f5" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.1.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.1.zip", + "size": 14877198, + "checksum": "SHA-256:7206e11ef0deb40a88ab0f21c475cc5aaa5fcb7b76872c50145aad5d7874c924" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.2.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.2.zip", + "size": 14891398, + "checksum": "SHA-256:1df7f19b3a86af4a31fd0f7ca64434822044cccd7a732add588b54fc47bd2641" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.3.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.3.zip", + "size": 14895216, + "checksum": "SHA-256:1e27bc88a86f1fd9be954f21e012985e08b2240a7fe142b7b4fab3963f7a209c" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.4.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.4.zip", + "size": 15870205, + "checksum": "SHA-256:2095f98c037811c698f5ab0851fec4863c3d4b284f0e7b76028ae7dfa3c7fe9a" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.5.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.5.zip", + "size": 16655025, + "checksum": "SHA-256:9f90bb13b79b780d0d36521e23b616dfca9bf29bc8c58bb3f11b0e76a94a6e1a" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.6.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.6.zip", + "size": 18603745, + "checksum": "SHA-256:f3258a0ca103422dc835ffb0136513d071a8d025e24aa3974c191a880742d7d1" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easy-to-use interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.7.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.7.zip", + "size": 19072106, + "checksum": "SHA-256:d5bce69098dc4cf0c1b456accaa267b6eba70da66bd040c6cdcdf18e54ab3756" + }, + { + "name": "PU2CLR SI4735", + "version": "2.1.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4732, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", + "paragraph": "This library provides an easy-to-use interface to control the CI SI47XX Family.", + "website": "https://github.com/pu2clr/SI4735", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI4735.git", + "providesIncludes": [ + "SI4735.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.1.8.zip", + "archiveFileName": "PU2CLR_SI4735-2.1.8.zip", + "size": 18665685, + "checksum": "SHA-256:cc4f77b9695f6ad9ed5fcb11990ccf7d262b50bb14661c742a9b99d80a5456af" + }, + { + "name": "TinyGPS", + "version": "13.0.0", + "author": "Mikal Hart", + "maintainer": "Mikal Hart \u003csundial@sundial.com\u003e", + "sentence": "A compact Arduino NMEA (GPS) parsing library", + "paragraph": "A compact Arduino NMEA (GPS) parsing library", + "website": "https://github.com/neosarchizo/TinyGPS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neosarchizo/TinyGPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/TinyGPS-13.0.0.zip", + "archiveFileName": "TinyGPS-13.0.0.zip", + "size": 25424, + "checksum": "SHA-256:538450123a9f4bcfda82d24c8be3d2aaf7c0078d5abf55f7eb5d89edb733c239" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.1.0", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.1.0.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.1.0.zip", + "size": 311962, + "checksum": "SHA-256:7c533c4a165f5afce1093bf9c5c56a3e4da1990cdace3dc900df73a62b29784e" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.2.0", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.0.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.0.zip", + "size": 318450, + "checksum": "SHA-256:5b1347322ca997e44921b58374282d9ba00f7eb124b14e6a645d5d6b60dbebad" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.2.1", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "license": "MIT", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.1.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.2.1.zip", + "size": 319588, + "checksum": "SHA-256:c64d6266ce127e10f06c7ef126a18a85d63877d663a80f40b00f9d2ca04160ac" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.3.0", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "license": "MIT", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.3.0.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.3.0.zip", + "size": 322483, + "checksum": "SHA-256:cb251a2d04dcb061e9ccc7d0ce4f9874ade799c5075dee9b9e7e64a26fd98a9c" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", + "version": "4.4.0", + "author": "ThingPulse, Fabrice Weinberg", + "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", + "license": "MIT", + "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", + "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", + "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.4.0.zip", + "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.4.0.zip", + "size": 322775, + "checksum": "SHA-256:45595142a446345814e7e270491cb8e3d16f37fa5e235553c34d9d95ed28aee8" + }, + { + "name": "TFMPI2C", + "version": "0.1.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Not compatible with Benewake TFMini, a different product.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.1.1.zip", + "archiveFileName": "TFMPI2C-0.1.1.zip", + "size": 11458345, + "checksum": "SHA-256:ba77db408c22e6391a68a0f026f84bd38373b65ce81473081745dd6578291ef1" + }, + { + "name": "TFMPI2C", + "version": "0.2.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Not compatible with Benewake TFMini, a different product.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.2.1.zip", + "archiveFileName": "TFMPI2C-0.2.1.zip", + "size": 12569587, + "checksum": "SHA-256:d7f3443e5db18d22eb1e36656e31dbefda54768fbf8be7e0e94bde6731823cbf" + }, + { + "name": "TFMPI2C", + "version": "0.2.2", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Not compatible with Benewake TFMini, a different product.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.2.2.zip", + "archiveFileName": "TFMPI2C-0.2.2.zip", + "size": 12569588, + "checksum": "SHA-256:38993428ba346306f455f3709ab988e28ce49dea41da5b555bc8fdf230b74620" + }, + { + "name": "TFMPI2C", + "version": "1.4.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.4.0.zip", + "archiveFileName": "TFMPI2C-1.4.0.zip", + "size": 13679832, + "checksum": "SHA-256:ac51e1eaf4d74825a47192661cadba968331a86448d50cbeb5c9c1905fee9cdf" + }, + { + "name": "TFMPI2C", + "version": "1.4.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.4.1.zip", + "archiveFileName": "TFMPI2C-1.4.1.zip", + "size": 13680003, + "checksum": "SHA-256:bc75293dca7d9fbe3523bec9eb3bbeba45f73d531091e5fbc1d54417f76fc73b" + }, + { + "name": "TFMPI2C", + "version": "1.5.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.5.0.zip", + "archiveFileName": "TFMPI2C-1.5.0.zip", + "size": 13681064, + "checksum": "SHA-256:f796a2e267da6ae6afc3e5725404285db3ed487bf2e3ef99e43c6ad5acd35db4" + }, + { + "name": "TFMPI2C", + "version": "1.5.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.5.1.zip", + "archiveFileName": "TFMPI2C-1.5.1.zip", + "size": 13681605, + "checksum": "SHA-256:c1022a63b02592f34b255ea714afb4d87d3ec5cff66a2c9a900812c37bee2520" + }, + { + "name": "TFMPI2C", + "version": "1.6.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S and TFLuna (in UART), but *not* with TFMini.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.6.0.zip", + "archiveFileName": "TFMPI2C-1.6.0.zip", + "size": 14095943, + "checksum": "SHA-256:04878e11b1b0949d49752c47226d053b7c57dd9d199191283f1f8423f77d04b8" + }, + { + "name": "TFMPI2C", + "version": "1.7.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S and TFLuna (in UART), but *not* with TFMini.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.7.0.zip", + "archiveFileName": "TFMPI2C-1.7.0.zip", + "size": 14098083, + "checksum": "SHA-256:dc26da6d39551a6fa90e809c33806218632467ede280eba368ad884007d1ddf9" + }, + { + "name": "TFMPI2C", + "version": "1.7.2", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S and TFLuna (in UART), but *not* with TFMini.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.7.2.zip", + "archiveFileName": "TFMPI2C-1.7.2.zip", + "size": 14098483, + "checksum": "SHA-256:29a1ccee1a1e9f9b33f2acc3599424f69af6cabe7aede9ba6a25d46ab758afb6" + }, + { + "name": "TFMPI2C", + "version": "1.7.3", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", + "paragraph": "Compatible with TFMini-S and TFLuna (in UART), but *not* with TFMini.", + "website": "https://github.com/budryerson/TFMini-Plus-I2C", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "providesIncludes": [ + "TFMPI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.7.3.zip", + "archiveFileName": "TFMPI2C-1.7.3.zip", + "size": 14104322, + "checksum": "SHA-256:a27c9ad0af1574d59db94e1fd77a23ad739549dd0131e1ef14bf6221882a01a6" + }, + { + "name": "NoveltyDetection", + "version": "1.0.1", + "author": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "maintainer": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "sentence": "Detects Novelties/Outliers using Support Vector Machine", + "paragraph": "Simple SVM One Class machine learning algorithm. This system reads your SVM model and scaling parameters from the LIBSVM standard format (gui tool coming soon) into EEPROM memory and will detect outliers and novelties using it.For more information read the article here: https://medium.com/analytics-vidhya/part-2-novelty-detection-on-an-arduino-using-one-class-svm-3c0bfa2a0f26", + "website": "https://github.com/Rotario/noveltyDetection", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rotario/noveltyDetection.git", + "providesIncludes": [ + "noveltyDetection.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/NoveltyDetection-1.0.1.zip", + "archiveFileName": "NoveltyDetection-1.0.1.zip", + "size": 8087, + "checksum": "SHA-256:bc08d83e88f3ce6ecfa2976474df45a2a60bc566e51fa6f086912029c57cc5a0" + }, + { + "name": "NoveltyDetection", + "version": "1.0.2", + "author": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "maintainer": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", + "sentence": "Detects Novelties/Outliers using Support Vector Machine", + "paragraph": "Simple SVM One Class machine learning algorithm. This system reads your SVM model and scaling parameters from the LIBSVM standard format (gui tool coming soon) into EEPROM memory and will detect outliers and novelties using it.For more information read the article here: https://medium.com/analytics-vidhya/part-2-novelty-detection-on-an-arduino-using-one-class-svm-3c0bfa2a0f26", + "website": "https://github.com/Rotario/noveltyDetection", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rotario/noveltyDetection.git", + "providesIncludes": [ + "noveltyDetection.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/NoveltyDetection-1.0.2.zip", + "archiveFileName": "NoveltyDetection-1.0.2.zip", + "size": 8399, + "checksum": "SHA-256:bafb302fcc89843326e88b31e2b12d9d6ad864b583a7ee04d099649ac8a312db" + }, + { + "name": "MOREbot Games Library", + "version": "0.8.0", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.0.zip", + "archiveFileName": "MOREbot_Games_Library-0.8.0.zip", + "size": 13500, + "checksum": "SHA-256:17269b14c82bd0256e2192589d44ac1c1b65450a661efe6e082028f1d1e80746" + }, + { + "name": "MOREbot Games Library", + "version": "0.8.1", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.1.zip", + "archiveFileName": "MOREbot_Games_Library-0.8.1.zip", + "size": 13514, + "checksum": "SHA-256:2e104f2e7e268f8571f0b4bec8e070fafaeda7deffad1a51ea2c875de516aea0" + }, + { + "name": "MOREbot Games Library", + "version": "0.8.2", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.2.zip", + "archiveFileName": "MOREbot_Games_Library-0.8.2.zip", + "size": 13514, + "checksum": "SHA-256:9814925b5a1cc7a2522d6cadfcdba7205cebd94c9e2cef8e0594a921fcfb221d" + }, + { + "name": "MOREbot Games Library", + "version": "0.9.0", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.0.zip", + "archiveFileName": "MOREbot_Games_Library-0.9.0.zip", + "size": 15002, + "checksum": "SHA-256:18a6044de70e762a694220b9c5f7d3232d3bd05b8ed8691bcacdc8953f6947b6" + }, + { + "name": "MOREbot Games Library", + "version": "0.9.1", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.1.zip", + "archiveFileName": "MOREbot_Games_Library-0.9.1.zip", + "size": 15056, + "checksum": "SHA-256:f8f182b8f6d1f8b04fd0646d6f3d886e17fd674b66b11c8d13fdaca888bfc49a" + }, + { + "name": "MOREbot Games Library", + "version": "0.9.2", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.2.zip", + "archiveFileName": "MOREbot_Games_Library-0.9.2.zip", + "size": 15080, + "checksum": "SHA-256:056b729505c4358c59b37453839f2efd178ff4a2686e14718dbd1ea5b3ca805b" + }, + { + "name": "MOREbot Games Library", + "version": "0.10.0", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.10.0.zip", + "archiveFileName": "MOREbot_Games_Library-0.10.0.zip", + "size": 15730, + "checksum": "SHA-256:fdc45144b16ad4cc22cd6b69a44a6350443f9deea7a417b10be66be0e370ded9" + }, + { + "name": "MOREbot Games Library", + "version": "0.10.1", + "author": "MORE Technologies", + "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", + "sentence": "MOREbot Games Kit Utilities Library", + "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", + "website": "https://github.com/RexMORE/MOREbot_Games", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "dependencies": [ + { + "name": "ssd1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.10.1.zip", + "archiveFileName": "MOREbot_Games_Library-0.10.1.zip", + "size": 15785, + "checksum": "SHA-256:3a9e1a11ef091ff5e04cf5c63e3f35dc85cc60a2f710f5501cbec3acaf0aa434" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock. Perfect for debugging purposes. Code size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eDefault TX pin is PB2 on a ATtiny85.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.0.zip", + "archiveFileName": "ATtinySerialOut-1.0.0.zip", + "size": 54745, + "checksum": "SHA-256:0b55705c6a0d180c72c64009108e9a7bcd0c27d22d19ad7bcd3be397e83e1988" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.1.zip", + "archiveFileName": "ATtinySerialOut-1.0.1.zip", + "size": 32942, + "checksum": "SHA-256:cf62a13bd56c516f54b22852969def6f10ee2cbc04ac5b19a07b8e5e134b35db" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.2.zip", + "archiveFileName": "ATtinySerialOut-1.0.2.zip", + "size": 35593, + "checksum": "SHA-256:b722f122e2a2070e78858bb7992bd0bac5ffd32bffbe0bbb396b68a9e5e50125" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.3", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.3.zip", + "archiveFileName": "ATtinySerialOut-1.0.3.zip", + "size": 35989, + "checksum": "SHA-256:dc9c69e557a9ed887e21cf65cc38e8e24baa2d9fb9d273b6bfa752c132b18b03" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.4", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.4.zip", + "archiveFileName": "ATtinySerialOut-1.0.4.zip", + "size": 36184, + "checksum": "SHA-256:f1bff16a4daf58110974d135ab2cf9fbdbd58a93cb8999bb50d3b7cc6fc98a98" + }, + { + "name": "ATtinySerialOut", + "version": "1.0.5", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.5.zip", + "archiveFileName": "ATtinySerialOut-1.0.5.zip", + "size": 36628, + "checksum": "SHA-256:9128d0226afc9a930e24a2079b36f6c2920a7ad24f7642aee7f4a18399699fdf" + }, + { + "name": "ATtinySerialOut", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003eNew: Corrected output format for uint16_t and uint32_t, improved Print class handling.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.1.0.zip", + "archiveFileName": "ATtinySerialOut-1.1.0.zip", + "size": 36765, + "checksum": "SHA-256:6559ef2e80a3300f614b6e821cf4f315d9fba033b5e6d9eb70a70f0c29be9c6e" + }, + { + "name": "ATtinySerialOut", + "version": "1.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e Moved functions + ATtiny167 support.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.0.zip", + "archiveFileName": "ATtinySerialOut-1.2.0.zip", + "size": 37369, + "checksum": "SHA-256:e737006e6849cbc3c0da7f81ad6858a138d0e5c95a91589a1cb77b7860108d3f" + }, + { + "name": "ATtinySerialOut", + "version": "1.2.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e ATtinyX4 support.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.1.zip", + "archiveFileName": "ATtinySerialOut-1.2.1.zip", + "size": 37708, + "checksum": "SHA-256:f9470ae000102df8cb05b9e559f0439548266c78053a9879dae08d0dea2dd3e4" + }, + { + "name": "ATtinySerialOut", + "version": "1.2.2", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85, PD6 on ATtiny88 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e ATtiny88 support.", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "providesIncludes": [ + "ATtinySerialOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.2.zip", + "archiveFileName": "ATtinySerialOut-1.2.2.zip", + "size": 43839, + "checksum": "SHA-256:481d53e903a9cf6eb06fbedac0813d1a2c8a16db1b1cbeb59d21294f35b09f5a" + }, + { + "name": "ATtinySerialOut", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85, PD6 on ATtiny88 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed ATtinySerialOut.cpp to ATtinySerialOut.hpp =\u003e TX pin can be defined in main program. Added symbol TINY_SERIAL_INHERIT_FROM_PRINT.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "providesIncludes": [ + "ATtinySerialOut.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-2.0.0.zip", + "archiveFileName": "ATtinySerialOut-2.0.0.zip", + "size": 38517, + "checksum": "SHA-256:f5f730abb6958712cd7a65a3eb6bdee21660dadab09ea3bada3ed8c020db45ee" + }, + { + "name": "ATtinySerialOut", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 bytes@38400 baud or 196 bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85, PD6 on ATtiny88 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed ATtinySerialOut.cpp to ATtinySerialOut.hpp =\u003e TX pin can be defined in main program. Added compile guards.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ATtinySerialOut#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "providesIncludes": [ + "ATtinySerialOut.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-2.1.0.zip", + "archiveFileName": "ATtinySerialOut-2.1.0.zip", + "size": 39019, + "checksum": "SHA-256:4c18fbbf4d00fa1e861ce32469faa5a26fcea03233c2218f4e0ede074dc4e953" + }, + { + "name": "ATtinySerialOut", + "version": "2.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 bytes@38400 baud or 196 bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85, PD6 on ATtiny88 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRenamed ATtinySerialOut.cpp to ATtinySerialOut.hpp =\u003e TX pin can be defined in main program. Added compile guards.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ATtinySerialOut#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "providesIncludes": [ + "ATtinySerialOut.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-2.1.1.zip", + "archiveFileName": "ATtinySerialOut-2.1.1.zip", + "size": 39257, + "checksum": "SHA-256:189884a2aacdd3c61bc961e4e4ebc20b0f77dc2c9b0f7e6c486b92a05e643197" + }, + { + "name": "ATtinySerialOut", + "version": "2.2.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 bytes@38400 baud or 196 bytes@115200 baud (including first call)\u003cbr/\u003e", + "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85, PD6 on ATtiny88 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eUsage of ATTinyCore pin numbering scheme e.g. PIN_PB2.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/ATtinySerialOut#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/ATtinySerialOut", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/ATtinySerialOut.git", + "providesIncludes": [ + "ATtinySerialOut.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-2.2.0.zip", + "archiveFileName": "ATtinySerialOut-2.2.0.zip", + "size": 40358, + "checksum": "SHA-256:c668c071c684ad9e833c806c4f61a841ed4c3229b8dea1b20b3ab6b7255e6715" + }, + { + "name": "uFire PAR Sensor", + "version": "1.0.0", + "author": "uFire", + "maintainer": "contact@ufire.co", + "sentence": "Measure photosynthetically active radiation (PAR).", + "paragraph": "An I2C sensor to measure PAR in μmol/m²/s.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/uFire_PAR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_PAR_Sensor-1.0.0.zip", + "archiveFileName": "uFire_PAR_Sensor-1.0.0.zip", + "size": 19467, + "checksum": "SHA-256:7c0bb84bc5f0d074fa54e5275f8c5dd3881c613c0fbff32012ce22692a317165" + }, + { + "name": "Adafruit 9DOF", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.0.0.zip", + "archiveFileName": "Adafruit_9DOF-1.0.0.zip", + "size": 804890, + "checksum": "SHA-256:417fce9c32b8ad5c53a667829afdb1fcb781f04facd212617b37ef3271094ef4" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.0.zip", + "archiveFileName": "Adafruit_9DOF-1.1.0.zip", + "size": 796131, + "checksum": "SHA-256:79b79434d6dc337d86c9f5d814419bf2a320dfc6712f5e31dffc87c666c13d82" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.1.zip", + "archiveFileName": "Adafruit_9DOF-1.1.1.zip", + "size": 796131, + "checksum": "SHA-256:88629aac61bc6b8f3569549e077c8bd72bcafd5c94ca7d1e8cbbf00e81602f17" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.3.zip", + "archiveFileName": "Adafruit_9DOF-1.1.3.zip", + "size": 796334, + "checksum": "SHA-256:9467cfafcde17f78b92eebb7d9bc427fc1cbb0145345b1cefefaa5e348a7b6a1" + }, + { + "name": "Adafruit 9DOF", + "version": "1.1.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 9DOF Breakout.", + "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_9DOF", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.4.zip", + "archiveFileName": "Adafruit_9DOF-1.1.4.zip", + "size": 796289, + "checksum": "SHA-256:8218fb45f576103b17afb9ee9cf67541cabef9848bd63693e2f9b642e6293156" + }, + { + "name": "YAAWS", + "version": "1.0.0", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Yet Another Arduino Web Server", + "paragraph": "Simple webserver, supports GET/HEAD and POST. Designed to reduce blocking as much as possible, by splitting and servicing requests in chunks.", + "website": "https://github/MHotchin/YAAWS", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/YAAWS.git", + "providesIncludes": [ + "YAAWS.h" + ], + "dependencies": [ + { + "name": "Ethernet SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/YAAWS-1.0.0.zip", + "archiveFileName": "YAAWS-1.0.0.zip", + "size": 50564, + "checksum": "SHA-256:5e067fa7449ff8d38e71c39ddd3d99a87a33797c942459ed226f6dd9ca03e4c5" + }, + { + "name": "MultiButtons", + "version": "1.0.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Library for handling multiple buttons with single analog pin for ESP32.", + "paragraph": "It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.", + "website": "https://github.com/mickey9801/MultiButtons", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mickey9801/MultiButtons.git", + "providesIncludes": [ + "MultiButtons.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/MultiButtons-1.0.0.zip", + "archiveFileName": "MultiButtons-1.0.0.zip", + "size": 10585, + "checksum": "SHA-256:86e82045bf203dd5d7b53ba77a877cf83b72ed6b61193c5100cab20490837ec6" + }, + { + "name": "MultiButtons", + "version": "1.0.1", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Library for handling multiple buttons with single analog pin for ESP32.", + "paragraph": "**Note: A upgrade library \"ButtonFever\" has been released to provide much powerful features to handle various button press event for both standalone digital button and button array. Please try it!** It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.", + "website": "https://github.com/mickey9801/MultiButtons", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mickey9801/MultiButtons.git", + "providesIncludes": [ + "MultiButtons.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/MultiButtons-1.0.1.zip", + "archiveFileName": "MultiButtons-1.0.1.zip", + "size": 10848, + "checksum": "SHA-256:20a6517f2090ae690df373ab57e2746f6950ade870d26d51e32e4716de6116cc" + }, + { + "name": "BlinkControl", + "version": "1.0.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Arduino/ESP32 module for easily manage multiple LED on/off, blinking or Buzzer beats with different timing.", + "paragraph": "Work with digital pin, or pins on 74HC595 shift register via johnnyb's Shifty. Each instance of the module control one pin. Module provide some predefined blink timing. You may control blink timing by providing a timing array.", + "website": "https://github.com/mickey9801/BlinkControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mickey9801/BlinkControl.git", + "providesIncludes": [ + "BlinkControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/BlinkControl-1.0.0.zip", + "archiveFileName": "BlinkControl-1.0.0.zip", + "size": 10785, + "checksum": "SHA-256:48fb282e1488c0e512ed5e3949b04b88c6aa7f072f130d85afaa988d90a5d58e" + }, + { + "name": "BlinkControl", + "version": "1.1.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "This is an Arduino/ESP32 module for easily manage multiple LED on/off, blinking or Buzzer beats with different pattern.", + "paragraph": "Work with digital pins, analog pins or pins on 74HC595 shift register via johnnyb's Shifty. Each instance of the module control one pin. Module provide some predefined blink and breathe pattern. You may also control blink pattern by providing a pattern array.", + "website": "https://github.com/mickey9801/BlinkControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mickey9801/BlinkControl.git", + "providesIncludes": [ + "BlinkControl.h" + ], + "dependencies": [ + { + "name": "Shifty" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/BlinkControl-1.1.0.zip", + "archiveFileName": "BlinkControl-1.1.0.zip", + "size": 13129, + "checksum": "SHA-256:d53f4cd496f4b8ae24e59059f356a57533fd97e2226980d0313d8054bfb5aabf" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.0.1.zip", + "archiveFileName": "DFPlayerMini_Fast-1.0.1.zip", + "size": 768653, + "checksum": "SHA-256:b5155911dc121d570bbad5436f6d45153932b13f7ba8d69beb873227b3f3cd5a" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.0.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.0.zip", + "size": 769789, + "checksum": "SHA-256:07053c275f85d085139879ac8da29117791ce66c908623b12d51e91db7a6d19f" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.1.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.1.zip", + "size": 770180, + "checksum": "SHA-256:6846f94429e0fe1f797c68e44aa403099f0da9fb041ed499cd9c9d893489f4d2" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.2.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.2.zip", + "size": 770381, + "checksum": "SHA-256:547609cdbe6db0eb10f0dc23874e0bccd96ccc1d6fb4af6a3846a137f694bd55" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.3.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.3.zip", + "size": 770409, + "checksum": "SHA-256:05f3e2e6560d25aa8dbaa987829e4f0d0e716bb024d43a59b61dba3c5958f567" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.4.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.4.zip", + "size": 770448, + "checksum": "SHA-256:6d4a46e841e9af3bb995ef21d94a99560c534bb2aa750f72034d3e2a2e9149fc" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.5.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.5.zip", + "size": 770450, + "checksum": "SHA-256:3b077c3de719f71aebb413989074e302420c39744bcf59c0249a1844c5b3216f" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.6.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.6.zip", + "size": 770471, + "checksum": "SHA-256:a6a2905d86589a5439b072c6a9780ca795eb8d8b2eb1bd775e67e18bad43576a" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.7.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.7.zip", + "size": 770914, + "checksum": "SHA-256:3f24a06c38eb3b20f9fc6d1024b411d09296c1ba195e6d28d95489ae8a792e77" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.8.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.8.zip", + "size": 1002399, + "checksum": "SHA-256:27412736336c07f29ee2a78de551a5601e508332dbd352a3e019d1cc4cc9e64e" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.9", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.9.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.9.zip", + "size": 1002357, + "checksum": "SHA-256:7d33a005f757ea35f57402bb8a0a5667ad7f627e879dc8e3417cfb6d7a1b32ac" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.10", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.10.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.10.zip", + "size": 1002694, + "checksum": "SHA-256:0028e29e5274fa0015e7872473a7c3ec222a592b1f910b9fc37ab24479c53787" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.11", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.11.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.11.zip", + "size": 1008491, + "checksum": "SHA-256:68c44b661289d8c661ba4e26655cb7abeb9947292196ca6fcc37254ade826e1b" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.1.12", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.12.zip", + "archiveFileName": "DFPlayerMini_Fast-1.1.12.zip", + "size": 1008487, + "checksum": "SHA-256:4adcee8bd95840bcfc76928d0d5f2c50de475c55b77bb661b94bb55a19c4619e" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.0.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.0.zip", + "size": 1019238, + "checksum": "SHA-256:fcd1bcae288dbf1999d73b25c23d4fcbe11fc4d51929a3f482f4e4d1c4207b94" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.1.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.1.zip", + "size": 1020030, + "checksum": "SHA-256:4f4883b8740313d1ecd6c8f75df58aed9d46033367bdff530ef1651318c3beef" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.2.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.2.zip", + "size": 1020030, + "checksum": "SHA-256:af4fe50dd609fabf5d6528b0cff3b9d53396fae44d77ba9ea22e2cb769cac461" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.3.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.3.zip", + "size": 1020095, + "checksum": "SHA-256:bec0886429545bb6f359bcf6656c988a3fc38b4a23df1faacf972f97dbd84d35" + }, + { + "name": "DFPlayerMini_Fast", + "version": "1.2.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", + "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", + "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.2.4.zip", + "archiveFileName": "DFPlayerMini_Fast-1.2.4.zip", + "size": 1020297, + "checksum": "SHA-256:bb6dab2cfa356d7cbb1e268623f76d289783488c2ba9102c44d046bb7a0fc2df" + }, + { + "name": "NEO-6M_GPS", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the NEO-6 GPS", + "paragraph": "Arduino library to interface with the NEO-6 GPS", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/NEO-6M_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/NEO_6M_GPS-1.0.1.zip", + "archiveFileName": "NEO_6M_GPS-1.0.1.zip", + "size": 2919466, + "checksum": "SHA-256:98c3912bf2da68d3f5bfae79af88cc33948923c3dd48baaa578792f92d3546d8" + }, + { + "name": "NEO-6M_GPS", + "version": "1.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to interface with the NEO-6 GPS", + "paragraph": "Arduino library to interface with the NEO-6 GPS", + "website": "https://github.com/PowerBroker2/SerialTransfer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/NEO-6M_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/NEO_6M_GPS-1.0.2.zip", + "archiveFileName": "NEO_6M_GPS-1.0.2.zip", + "size": 2919556, + "checksum": "SHA-256:13d56ad2e132a6a4571d7a08724bb4ab63fee16e68dcf90dd770a32f5842eea7" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.0.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.0.zip", + "size": 35743, + "checksum": "SHA-256:035901a8a7be2f4af95be3b9d92212995161e2b5b6f05537b8d17312ac4c1e09" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.1.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.1.zip", + "size": 35785, + "checksum": "SHA-256:e4a185e150880798829aae3f867548cafeff74b0e82a6d882fa3e491d20d1492" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.2.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.2.zip", + "size": 35787, + "checksum": "SHA-256:ea13d9cd17a88cc8e60bb9b5060fada0cd91ac7af8fdcee71d0b9699081b965a" + }, + { + "name": "SparkFun Himax HM01B0 Camera", + "version": "0.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configure and use the Himax HM01B0 camera module", + "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", + "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.3.zip", + "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.3.zip", + "size": 35816, + "checksum": "SHA-256:789cb34a3318e54afa56856c61c8d07ac2221a1892e4fbd866eaea8f1bffb07d" + }, + { + "name": "Honeywell Zephyr I2C", + "version": "1.0.0", + "author": "Erik Werner", + "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", + "sentence": "Arduino library for communicating with Honeywell Zephyr HAF flow rate sensors over I2C.", + "paragraph": "Arduino library for communicating with Honeywell Zephyr HAF flow rate sensors over I2C.", + "website": "https://github.com/huilab/HoneywellZephyrI2C.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/huilab/HoneywellZephyrI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_Zephyr_I2C-1.0.0.zip", + "archiveFileName": "Honeywell_Zephyr_I2C-1.0.0.zip", + "size": 448944, + "checksum": "SHA-256:59ea0c9eaee8ed54c577c39d23bde9294ef5107b3f8c9d458eb3561860878320" + }, + { + "name": "Honeywell Zephyr I2C", + "version": "1.1.0", + "author": "Erik Werner", + "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", + "sentence": "Arduino library for Honeywell Zephyr HAF flow rate sensors using I2C.", + "paragraph": "This library allows you to read flow rate data from Honeywell Zephyr HAF digital flow rate sensors using I2C.", + "website": "https://github.com/huilab/HoneywellZephyrI2C.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/huilab/HoneywellZephyrI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_Zephyr_I2C-1.1.0.zip", + "archiveFileName": "Honeywell_Zephyr_I2C-1.1.0.zip", + "size": 34580, + "checksum": "SHA-256:5a1bb6bd9af744a48eed600be1bf6c817066bc0faccee03f3f264e4e4d377864" + }, + { + "name": "TouchEvent", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", + "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", + "website": "https://github.com/GerLech/TouchEvent", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/TouchEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.0.0.zip", + "archiveFileName": "TouchEvent-1.0.0.zip", + "size": 21386, + "checksum": "SHA-256:68d2ecd76e89ccb1664dd9761326bd1de13065878c672538a69bb04a7c0c5a2d" + }, + { + "name": "TouchEvent", + "version": "1.1.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", + "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", + "website": "https://github.com/GerLech/TouchEvent", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/TouchEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.1.0.zip", + "archiveFileName": "TouchEvent-1.1.0.zip", + "size": 21949, + "checksum": "SHA-256:e43a968079e5c153d6e71670ffae2acec63b60a0bafd6c539f871b1db949adde" + }, + { + "name": "TouchEvent", + "version": "1.3.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", + "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", + "website": "https://github.com/GerLech/TouchEvent", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/TouchEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.3.0.zip", + "archiveFileName": "TouchEvent-1.3.0.zip", + "size": 21949, + "checksum": "SHA-256:0090777b4ff8867e3cbfea7e153896535da01a270d12967f37b8b5763e5045d1" + }, + { + "name": "cerebro", + "version": "1.0.0", + "author": "Cerebro \u003ccerebro11101@gmail.com\u003e", + "maintainer": "Epsilon \u003cepsilon11101@gmail.com\u003e", + "sentence": "A library that makes cerebro works easly.", + "paragraph": "This project is for an educational kit robot, its the best way to get programming skills", + "website": "https://github.com/cerebro11101/cerebro/wiki", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cerebro11101/CerebroBoards.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cerebro11101/cerebro-1.0.0.zip", + "archiveFileName": "cerebro-1.0.0.zip", + "size": 42085, + "checksum": "SHA-256:29e024d5f311663a82485a2b701a9a965971754a54e2a1da802edb9f40787a4a" + }, + { + "name": "Honeywell TruStability SPI", + "version": "1.0.0", + "author": "Erik Werner", + "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", + "sentence": "Arduino library for communicating with Honeywell TruStability HSC or SSC pressure sensors over SPI.", + "paragraph": "Arduino library for communicating with Honeywell TruStability HSC or SSC pressure sensors over SPI.", + "website": "https://github.com/huilab/HoneywellTruStabilitySPI.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/huilab/HoneywellTruStabilitySPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_TruStability_SPI-1.0.0.zip", + "archiveFileName": "Honeywell_TruStability_SPI-1.0.0.zip", + "size": 2571251, + "checksum": "SHA-256:d8ed5383409a178b4a0814a68db52cf46e06b63dd21e971f1bbf4a4b089e7f68" + }, + { + "name": "TimeInterrupt", + "version": "1.0.0", + "author": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "maintainer": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "sentence": "Allows for timer interrupts on various platforms.", + "paragraph": "Emulates timer interrupts by creating a dynamic list of periodically called callback functions.", + "website": "http:https://github.com/matthew-dickson-epic/TimeInterrupt", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthew-dickson-epic/TimeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthew-dickson-epic/TimeInterrupt-1.0.0.zip", + "archiveFileName": "TimeInterrupt-1.0.0.zip", + "size": 81105, + "checksum": "SHA-256:817c85aa3c71aa5ea3e31499573087b243b3de4102c2bb19f4ada194d717d124" + }, + { + "name": "TimeInterrupt", + "version": "1.0.2", + "author": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "maintainer": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", + "sentence": "Allows for timer interrupts on various platforms.", + "paragraph": "Emulates timer interrupts by creating a dynamic list of periodically called callback functions.", + "website": "https://github.com/matthew-dickson-epic/TimeInterrupt", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthew-dickson-epic/TimeInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthew-dickson-epic/TimeInterrupt-1.0.2.zip", + "archiveFileName": "TimeInterrupt-1.0.2.zip", + "size": 81103, + "checksum": "SHA-256:8d911b78f51c8b01d72b7385749cfa3d74cca5e2d68340d2fdd0bb781c7db9f0" + }, + { + "name": "LibSemaforo", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Semaforo educative system.", + "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibSemaforo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.0.0.zip", + "archiveFileName": "LibSemaforo-1.0.0.zip", + "size": 455962, + "checksum": "SHA-256:aad2c890cda711d52818ca8037635eb842419567bcfd5ae3e0b288fad66c9634" + }, + { + "name": "LibSemaforo", + "version": "1.0.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Semaforo educative system.", + "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibSemaforo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.0.1.zip", + "archiveFileName": "LibSemaforo-1.0.1.zip", + "size": 1157627, + "checksum": "SHA-256:d0eb298d5be12d10b527cfa302d32851ef4856899a64a7ab91cceefefa5a9b03" + }, + { + "name": "LibSemaforo", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Semaforo educative system.", + "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibSemaforo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.1.0.zip", + "archiveFileName": "LibSemaforo-1.1.0.zip", + "size": 674223, + "checksum": "SHA-256:37ec95d273162504cde30f5d463a30af6d148a4c5766d2c97935a1269405e64d" + }, + { + "name": "ELMDuino", + "version": "1.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.1.zip", + "archiveFileName": "ELMDuino-1.1.1.zip", + "size": 8168, + "checksum": "SHA-256:3ae9eed98e790695521ca32074a62c808a2f1b2bf6c74c098b220d19f92cafea" + }, + { + "name": "ELMDuino", + "version": "1.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.2.zip", + "archiveFileName": "ELMDuino-1.1.2.zip", + "size": 8253, + "checksum": "SHA-256:3fe640794c69ef98d68a465309787eb57eee2b62845a5358bf7904ba772eaf5e" + }, + { + "name": "ELMDuino", + "version": "1.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.3.zip", + "archiveFileName": "ELMDuino-1.1.3.zip", + "size": 8261, + "checksum": "SHA-256:5f17e9de227115dde74a66bed99546a9c814842ebf089e585d24548281b8c360" + }, + { + "name": "ELMDuino", + "version": "1.1.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.4.zip", + "archiveFileName": "ELMDuino-1.1.4.zip", + "size": 9228, + "checksum": "SHA-256:a88e3e1fe6a410f9976aaba4eb7f46e7b2c744df3f835d1a2b0154dd999f2a63" + }, + { + "name": "ELMDuino", + "version": "1.1.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.5.zip", + "archiveFileName": "ELMDuino-1.1.5.zip", + "size": 9227, + "checksum": "SHA-256:94e622d9a0836b4eeffd2ccfff1afa1768b9d86a68df2d615df9938e7d635414" + }, + { + "name": "ELMDuino", + "version": "1.1.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.6.zip", + "archiveFileName": "ELMDuino-1.1.6.zip", + "size": 9484, + "checksum": "SHA-256:73403136c56430fb7c1cff18b84f1dad49b1e3390575397c826cba36f6e6cbe1" + }, + { + "name": "ELMDuino", + "version": "1.1.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.7.zip", + "archiveFileName": "ELMDuino-1.1.7.zip", + "size": 10711, + "checksum": "SHA-256:b9325231f895b55e758838c923ddb74c22e979318247284cc9f1ef0a4d9dbe72" + }, + { + "name": "ELMDuino", + "version": "1.1.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.8.zip", + "archiveFileName": "ELMDuino-1.1.8.zip", + "size": 10711, + "checksum": "SHA-256:289f7a434f19b8105c40bf50c2ee478c34abba26da39829064a3156386f79ac8" + }, + { + "name": "ELMDuino", + "version": "2.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.0.zip", + "archiveFileName": "ELMDuino-2.0.0.zip", + "size": 10832, + "checksum": "SHA-256:2622567c3af34d58f0c1127500e8b1b471a688940c90b18044a01b9d0de45d8c" + }, + { + "name": "ELMDuino", + "version": "2.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.1.zip", + "archiveFileName": "ELMDuino-2.0.1.zip", + "size": 10843, + "checksum": "SHA-256:ab35c1abe8c8c21627b22e92fed519873729e22b5d389e2b2c0cd2ab215489d2" + }, + { + "name": "ELMDuino", + "version": "2.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.2.zip", + "archiveFileName": "ELMDuino-2.0.2.zip", + "size": 10842, + "checksum": "SHA-256:4ac6158d4702bc46dd46a0f246558be74af63989fda8c9576d02fc1f2bb2c9b4" + }, + { + "name": "ELMDuino", + "version": "2.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.3.zip", + "archiveFileName": "ELMDuino-2.0.3.zip", + "size": 10851, + "checksum": "SHA-256:47454bc62fcc35434cb9bd352ae9d176ba92d2481292679eb5ed6f2fcdc3c9ba" + }, + { + "name": "ELMDuino", + "version": "2.0.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.4.zip", + "archiveFileName": "ELMDuino-2.0.4.zip", + "size": 11034, + "checksum": "SHA-256:c50e3990619cd92290a3279e9ed89a940210f0c75a7744948ae8fe937ce0e2eb" + }, + { + "name": "ELMDuino", + "version": "2.0.6", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.6.zip", + "archiveFileName": "ELMDuino-2.0.6.zip", + "size": 11045, + "checksum": "SHA-256:8d084eb47ddeee630493b1a1968e42680148ce46bd070dc6e2def46e6ac65c50" + }, + { + "name": "ELMDuino", + "version": "2.0.7", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.7.zip", + "archiveFileName": "ELMDuino-2.0.7.zip", + "size": 11041, + "checksum": "SHA-256:557ce185d5b4e05913a2289d31760807a7664d15c05d388dd5af7edb63148d3d" + }, + { + "name": "ELMDuino", + "version": "2.0.8", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.8.zip", + "archiveFileName": "ELMDuino-2.0.8.zip", + "size": 11052, + "checksum": "SHA-256:4e656410e683aef179c4dbe165e66ed68409f1aca601eb038c7347fa745fb151" + }, + { + "name": "ELMDuino", + "version": "2.0.9", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.9.zip", + "archiveFileName": "ELMDuino-2.0.9.zip", + "size": 13323, + "checksum": "SHA-256:7f874623cad9887d66e0bf2fb9a1151b41ad0887e31ef95d8702f8f5c871909e" + }, + { + "name": "ELMDuino", + "version": "2.0.10", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.10.zip", + "archiveFileName": "ELMDuino-2.0.10.zip", + "size": 14982, + "checksum": "SHA-256:b896eef34318826df6e13285710cf6e36d72581df846ed7a6e7fa6b05e04977d" + }, + { + "name": "ELMDuino", + "version": "2.0.11", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.11.zip", + "archiveFileName": "ELMDuino-2.0.11.zip", + "size": 17866, + "checksum": "SHA-256:5d6f46f6f1dda2c07f4269bfda2f11e78de1d6f3847d2b10c45c69ba94ee5e04" + }, + { + "name": "ELMDuino", + "version": "2.0.12", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.12.zip", + "archiveFileName": "ELMDuino-2.0.12.zip", + "size": 18771, + "checksum": "SHA-256:2d8400afb791eda1b9a7faf016d53324c96dd065fd5258de21546b16d9654faa" + }, + { + "name": "ELMDuino", + "version": "2.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.0.zip", + "archiveFileName": "ELMDuino-2.1.0.zip", + "size": 19086, + "checksum": "SHA-256:3980a73726b7d47055303881815d2bf11ea4b5c51b833364a744be17f191c256" + }, + { + "name": "ELMDuino", + "version": "2.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.1.zip", + "archiveFileName": "ELMDuino-2.1.1.zip", + "size": 19083, + "checksum": "SHA-256:8283c3556882f1ee9fae53444dcbe1250ed3ee232e1184449cc45855cc58d33a" + }, + { + "name": "ELMDuino", + "version": "2.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.2.zip", + "archiveFileName": "ELMDuino-2.1.2.zip", + "size": 19247, + "checksum": "SHA-256:8297113f0c7cbe3459f518ff45cfd75a102b8fdcf8e809cc2a09eef5ffae67d3" + }, + { + "name": "ELMDuino", + "version": "2.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.3.zip", + "archiveFileName": "ELMDuino-2.1.3.zip", + "size": 19310, + "checksum": "SHA-256:9844a13b02915c09f483cda4d24b6efaaf6c7c4d7a1499dfe123c1496adb9fa2" + }, + { + "name": "ELMDuino", + "version": "2.1.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.4.zip", + "archiveFileName": "ELMDuino-2.1.4.zip", + "size": 19354, + "checksum": "SHA-256:5aee6a1687784b1b1ba1ce3d4a2f0564e97b64b0f5b5848f5b3eb8bc3e0762b5" + }, + { + "name": "ELMDuino", + "version": "2.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.0.zip", + "archiveFileName": "ELMDuino-2.2.0.zip", + "size": 19407, + "checksum": "SHA-256:9b6d9d641990216f096bc8a31995769dc368f32db4907590df8aecb0c5b9485f" + }, + { + "name": "ELMDuino", + "version": "2.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.1.zip", + "archiveFileName": "ELMDuino-2.2.1.zip", + "size": 19408, + "checksum": "SHA-256:e815a517e396e1ae77010f3c755950350bae6a78006fb4bb0d5b938897792409" + }, + { + "name": "ELMDuino", + "version": "2.2.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.2.zip", + "archiveFileName": "ELMDuino-2.2.2.zip", + "size": 22233, + "checksum": "SHA-256:e05483d26d12725926e78959eab2ad83b80a9a998de3cd4be523f7749c6f0f04" + }, + { + "name": "ELMDuino", + "version": "2.3.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.0.zip", + "archiveFileName": "ELMDuino-2.3.0.zip", + "size": 22448, + "checksum": "SHA-256:ca3a270407cb7c73a38e263a51d13d5d53b580eb1d46ac6e6f7aec6a4c8af8ca" + }, + { + "name": "ELMDuino", + "version": "2.3.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.1.zip", + "archiveFileName": "ELMDuino-2.3.1.zip", + "size": 23310, + "checksum": "SHA-256:60ebfe8ebf75f1550689fdd05795086f5fd290cecdb0b4ed1afa720cf5e0baf8" + }, + { + "name": "ELMDuino", + "version": "2.3.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.2.zip", + "archiveFileName": "ELMDuino-2.3.2.zip", + "size": 23288, + "checksum": "SHA-256:f9a8adc14e97c04ad8bc42aa8d3959dd3d5cab1c385191b3335a31b8aa93a228" + }, + { + "name": "ELMDuino", + "version": "2.3.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.3.zip", + "archiveFileName": "ELMDuino-2.3.3.zip", + "size": 23559, + "checksum": "SHA-256:8f8b1ec5965d01adf39771a9e3007ff56dfcdab9bcdcb8f01be04fa09714f44f" + }, + { + "name": "ELMDuino", + "version": "2.4.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.4.0.zip", + "archiveFileName": "ELMDuino-2.4.0.zip", + "size": 28422, + "checksum": "SHA-256:1a24e3adf2331cc709e30fac99f820e35a0496c3b4e1de6fa50c6d0963a5f61f" + }, + { + "name": "ELMDuino", + "version": "2.4.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.4.1.zip", + "archiveFileName": "ELMDuino-2.4.1.zip", + "size": 28419, + "checksum": "SHA-256:762d19b0f5ecfe744d42603ce67221ebe63ba3f335e388c8e5be59b7aba5b359" + }, + { + "name": "ELMDuino", + "version": "2.5.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.0.zip", + "archiveFileName": "ELMDuino-2.5.0.zip", + "size": 28011, + "checksum": "SHA-256:e79ae911c2ce158fdd02041b926c1a01345199a814c63ffb36cc88964284bb16" + }, + { + "name": "ELMDuino", + "version": "2.5.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.1.zip", + "archiveFileName": "ELMDuino-2.5.1.zip", + "size": 28007, + "checksum": "SHA-256:dd35dd5de5c9ee636bb4ce714b07c6369399df2ba07cd5becbf0dcafbd981ad9" + }, + { + "name": "ELMDuino", + "version": "2.5.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.2.zip", + "archiveFileName": "ELMDuino-2.5.2.zip", + "size": 28173, + "checksum": "SHA-256:8748b0c37bb64cb057a36589d7694fb0a3b3aa9ad83b829afbc0d4bdc5804aab" + }, + { + "name": "ELMDuino", + "version": "2.5.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.3.zip", + "archiveFileName": "ELMDuino-2.5.3.zip", + "size": 28180, + "checksum": "SHA-256:cb458fd7992b49263dc407d9cc53decf1850b958fd4994bcfd999ef4b0d9670e" + }, + { + "name": "ELMDuino", + "version": "2.5.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.4.zip", + "archiveFileName": "ELMDuino-2.5.4.zip", + "size": 28258, + "checksum": "SHA-256:c372bffff74bf0f8cb08ae133596249a15bb4365c547c9759b73e67a60ff3526" + }, + { + "name": "ELMDuino", + "version": "2.5.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.5.5.zip", + "archiveFileName": "ELMDuino-2.5.5.zip", + "size": 28263, + "checksum": "SHA-256:6cb3a5ed9a9251e14e9aa603596c9b76e30f50982333052b9e3c100cb7c7399c" + }, + { + "name": "ELMDuino", + "version": "2.6.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.6.0.zip", + "archiveFileName": "ELMDuino-2.6.0.zip", + "size": 28503, + "checksum": "SHA-256:dde7f2783aa11217fb2c53dcdfbe481c7a1d3b19e584af182ed3c529feaf70e6" + }, + { + "name": "ELMDuino", + "version": "2.6.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.6.1.zip", + "archiveFileName": "ELMDuino-2.6.1.zip", + "size": 28518, + "checksum": "SHA-256:6838bd27c325b79787f453d745fa2cce8345a2ca731e5d53a36cbebf00e064e2" + }, + { + "name": "ELMDuino", + "version": "2.6.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.6.2.zip", + "archiveFileName": "ELMDuino-2.6.2.zip", + "size": 28526, + "checksum": "SHA-256:21ca657ebc101537936d6df7ee01bf9767a4f6bcffd746698e5a071f67bf87c2" + }, + { + "name": "ELMDuino", + "version": "2.6.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.6.3.zip", + "archiveFileName": "ELMDuino-2.6.3.zip", + "size": 28527, + "checksum": "SHA-256:6481010a7639e0074ba20ab5848c6c21fcd35dc538ca9cf257a5e48323c7bb97" + }, + { + "name": "ELMDuino", + "version": "2.6.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.6.4.zip", + "archiveFileName": "ELMDuino-2.6.4.zip", + "size": 28530, + "checksum": "SHA-256:4bdcbad75f44cbbc78d53a88dbb6ebf305b29a9e1145e9ced625b3e382898d2d" + }, + { + "name": "ELMDuino", + "version": "3.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-3.0.0.zip", + "archiveFileName": "ELMDuino-3.0.0.zip", + "size": 31729, + "checksum": "SHA-256:c033f2571c2e8570b46333c67f222aafe7b2fd6cef5ff4bdd68b039e4f6d931e" + }, + { + "name": "ELMDuino", + "version": "3.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-3.0.1.zip", + "archiveFileName": "ELMDuino-3.0.1.zip", + "size": 31731, + "checksum": "SHA-256:fc589a63e08f3ccb7b4e148c95e03149b469e59c07c74b037baf7090d8bccbfc" + }, + { + "name": "ELMDuino", + "version": "3.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-3.0.2.zip", + "archiveFileName": "ELMDuino-3.0.2.zip", + "size": 31725, + "checksum": "SHA-256:80a011988c0610d27122151487199001c6df428d4fc08bf91a9839c6bafdca3e" + }, + { + "name": "ELMDuino", + "version": "3.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ELMduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-3.1.0.zip", + "archiveFileName": "ELMDuino-3.1.0.zip", + "size": 413988, + "checksum": "SHA-256:0845a12783c03f79b640bb8706d19a6fca589005cbf93c6a514b4d179da2d719" + }, + { + "name": "ezButton", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "Button library supports debounce, pressed/released events. It is easy to use with multiple buttons. It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": [ + "Button.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.0.zip", + "archiveFileName": "ezButton-1.0.0.zip", + "size": 9065, + "checksum": "SHA-256:4ea2c03653e38659800d23ed90295ca2e5c8060254e85a43141054e86528306c" + }, + { + "name": "ezButton", + "version": "1.0.1", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "ezButton library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": [ + "Button.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.1.zip", + "archiveFileName": "ezButton-1.0.1.zip", + "size": 10371, + "checksum": "SHA-256:20f8f91f4fbbae319e26aa8f1bb9baac947f7aa2afd9823e1a327966eb3b52b6" + }, + { + "name": "ezButton", + "version": "1.0.2", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "Button library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": [ + "ezButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.2.zip", + "archiveFileName": "ezButton-1.0.2.zip", + "size": 15217, + "checksum": "SHA-256:35040838c17b60f41c0c42ef484498dfde46e2a14662716488ea3d89d011f67d" + }, + { + "name": "ezButton", + "version": "1.0.3", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "Button library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": [ + "ezButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.3.zip", + "archiveFileName": "ezButton-1.0.3.zip", + "size": 13535, + "checksum": "SHA-256:5a902e08ffe0db0678ff431394266739ac61c6873703c93be12b4e78f5e94512" + }, + { + "name": "ezButton", + "version": "1.0.4", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Button library for Arduino", + "paragraph": "Button library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", + "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/button.git", + "providesIncludes": [ + "ezButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.4.zip", + "archiveFileName": "ezButton-1.0.4.zip", + "size": 11485, + "checksum": "SHA-256:be5ca2934b28901ef921aba6343a0b975bae2eb44489e5cc79df69c07b8d0981" + }, + { + "name": "Adafruit SSD1305", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.1.zip", + "archiveFileName": "Adafruit_SSD1305-1.0.1.zip", + "size": 10420, + "checksum": "SHA-256:bbe1f409bd1e855b22330a69c67123d11aea4c1761273ee92159970d18d61e7e" + }, + { + "name": "Adafruit SSD1305", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.2.zip", + "archiveFileName": "Adafruit_SSD1305-1.0.2.zip", + "size": 10230, + "checksum": "SHA-256:b1e4aba7b1c920490bfeee315e2768b732460652cfb15c7d423a7fb6d6b0cde9" + }, + { + "name": "Adafruit SSD1305", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.3.zip", + "archiveFileName": "Adafruit_SSD1305-1.0.3.zip", + "size": 10185, + "checksum": "SHA-256:a49b4564957cd898ea39fc060876ef2360891c7ff0a577292978d0994d1793be" + }, + { + "name": "Adafruit SSD1305", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.0.zip", + "archiveFileName": "Adafruit_SSD1305-2.0.0.zip", + "size": 11716, + "checksum": "SHA-256:1d9655439b6de867676dcdfa4e5acec573ea0518c04c1f7fec599b3908226444" + }, + { + "name": "Adafruit SSD1305", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.1.zip", + "archiveFileName": "Adafruit_SSD1305-2.0.1.zip", + "size": 11629, + "checksum": "SHA-256:604ecfd0c77d1d497fdb53046983ca78d9a96269d8658eac530e905dce5f5b7e" + }, + { + "name": "Adafruit SSD1305", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.2.zip", + "archiveFileName": "Adafruit_SSD1305-2.0.2.zip", + "size": 15136, + "checksum": "SHA-256:1c7dc871e90507b2cd6845fc5e1c15a5d3575fa8d4e5a9a8f503f46c8919ddf9" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.0.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.0.zip", + "size": 15099, + "checksum": "SHA-256:aed4cb3ecda42fa3b509c366d5371da458b1f65473b53a8be074110a0c9a9a88" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.1.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.1.zip", + "size": 15167, + "checksum": "SHA-256:e32db11d5372151cfdb0f141989a044496fc5d7bd386d9fcaef5e93eadff7b98" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.2.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.2.zip", + "size": 15174, + "checksum": "SHA-256:3925056b21409f7faff5fb4897bd951b27dd6ae385838909613140012b8d0374" + }, + { + "name": "Adafruit SSD1305", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.3.zip", + "archiveFileName": "Adafruit_SSD1305-2.1.3.zip", + "size": 15178, + "checksum": "SHA-256:aaa8b6422aa860820a3e3dddcd75e3373f942ce9147270d45084391161cc36c1" + }, + { + "name": "Adafruit SSD1305", + "version": "2.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.2.0.zip", + "archiveFileName": "Adafruit_SSD1305-2.2.0.zip", + "size": 15276, + "checksum": "SHA-256:1ad45b14ee1af17c9b708f0e32b188a6598ca7357e8746b3de4ab241379f21f8" + }, + { + "name": "Adafruit SSD1305", + "version": "2.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.2.1.zip", + "archiveFileName": "Adafruit_SSD1305-2.2.1.zip", + "size": 15274, + "checksum": "SHA-256:d4369f73197d373858eaf693c76cd2365cd18470d470e05a6375829880c2115b" + }, + { + "name": "Adafruit SSD1305", + "version": "2.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.2.3.zip", + "archiveFileName": "Adafruit_SSD1305-2.2.3.zip", + "size": 15274, + "checksum": "SHA-256:b55ae6fd81aad4d2342d899d630479c09a36b40cbe2c020085fe42e6e586dbd7" + }, + { + "name": "Watchy", + "version": "1.0.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.0.0.zip", + "archiveFileName": "Watchy-1.0.0.zip", + "size": 12794, + "checksum": "SHA-256:99387e666586c219e58bf59c99cdc136e379c4e672b05aed7e1408b6620030ea" + }, + { + "name": "Watchy", + "version": "1.1.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.0.zip", + "archiveFileName": "Watchy-1.1.0.zip", + "size": 589951, + "checksum": "SHA-256:c3825c7084c3a3349189765f5bc45f757ad4269ca0c0668269dd33d5057b1e13" + }, + { + "name": "Watchy", + "version": "1.1.1", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.1.zip", + "archiveFileName": "Watchy-1.1.1.zip", + "size": 590130, + "checksum": "SHA-256:7a4191d90f7df11352f13480ce798ee214e8d48369c6bd60ed4bf983c740bd91" + }, + { + "name": "Watchy", + "version": "1.1.2", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.2.zip", + "archiveFileName": "Watchy-1.1.2.zip", + "size": 590134, + "checksum": "SHA-256:b4d91a077cc54a2e66f32da10decf534e76a62e4cc0c9ad05dbd80f95a6f4467" + }, + { + "name": "Watchy", + "version": "1.1.3", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.3.zip", + "archiveFileName": "Watchy-1.1.3.zip", + "size": 662386, + "checksum": "SHA-256:2c0645ff71defffe58e3a5c98b9b78cb14cf8a760c8c6345f94a68e6cee62efd" + }, + { + "name": "Watchy", + "version": "1.1.4", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD2" + }, + { + "name": "DS3232RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.4.zip", + "archiveFileName": "Watchy-1.1.4.zip", + "size": 657816, + "checksum": "SHA-256:cdff7bac76c9d7bb6f13eeaae0050b60868dc1d6f43eb9f00fd524fcc336f946" + }, + { + "name": "Watchy", + "version": "1.1.5", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD2" + }, + { + "name": "DS3232RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.5.zip", + "archiveFileName": "Watchy-1.1.5.zip", + "size": 666456, + "checksum": "SHA-256:ed9b9c142525dfbafe3178c5f698491e296ccc4d72c760de25c9e54fe4444082" + }, + { + "name": "Watchy", + "version": "1.1.6", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://github.com/sqfmi/Watchy", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "GxEPD2" + }, + { + "name": "DS3232RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.6.zip", + "archiveFileName": "Watchy-1.1.6.zip", + "size": 731180, + "checksum": "SHA-256:65c8a61badf955a30db5014c03b2d109e76040bcfb4177f86d49d13b8442f744" + }, + { + "name": "Watchy", + "version": "1.1.7", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.7.zip", + "archiveFileName": "Watchy-1.1.7.zip", + "size": 92253, + "checksum": "SHA-256:2ab2a3752172f3dd50878b2bb874c9f83edf9b777f10e7afe9de3c5dad9fb68d" + }, + { + "name": "Watchy", + "version": "1.1.8", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.8.zip", + "archiveFileName": "Watchy-1.1.8.zip", + "size": 149319, + "checksum": "SHA-256:31eb1f169072e452a89c007bdc2cba567245e722d69d0c72fe1827fbf6c4e1c5" + }, + { + "name": "Watchy", + "version": "1.2.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.0.zip", + "archiveFileName": "Watchy-1.2.0.zip", + "size": 164485, + "checksum": "SHA-256:cfde2b496e4714354f1456c56f981703a10f53694f2e56d932b41c2e428fbc17" + }, + { + "name": "Watchy", + "version": "1.2.1", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.1.zip", + "archiveFileName": "Watchy-1.2.1.zip", + "size": 176573, + "checksum": "SHA-256:a4ede9dbf24b6e033433d3f679f578e5183271dc43baf51d3057df714f415a49" + }, + { + "name": "Watchy", + "version": "1.2.2", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.2.zip", + "archiveFileName": "Watchy-1.2.2.zip", + "size": 180931, + "checksum": "SHA-256:9b5a521b7effd943e14d0c24b2818b0ff6f03a21e57c408ce3f12e362e1bcd4b" + }, + { + "name": "Watchy", + "version": "1.2.3", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.3.zip", + "archiveFileName": "Watchy-1.2.3.zip", + "size": 185015, + "checksum": "SHA-256:48e668b675da1a4d7b3bcefc1d28f8a5a2a4b0876ed88729148314735b5207e6" + }, + { + "name": "Watchy", + "version": "1.2.4", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.4.zip", + "archiveFileName": "Watchy-1.2.4.zip", + "size": 8518589, + "checksum": "SHA-256:a5aaf1c18ed77190e697ed8b9a2fee23c0290235a6f1ed92bef474ff3caedb9e" + }, + { + "name": "Watchy", + "version": "1.2.5", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.5.zip", + "archiveFileName": "Watchy-1.2.5.zip", + "size": 8518691, + "checksum": "SHA-256:ac9f2aa44169ec03c4d5aa44669d7a324175f80e2a2bc24dc66aaaf2d13e85e8" + }, + { + "name": "Watchy", + "version": "1.2.6", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.6.zip", + "archiveFileName": "Watchy-1.2.6.zip", + "size": 8518806, + "checksum": "SHA-256:e8dad2940002c4eb981d8a9ce62e0abe91e9e4c11af13af10933b416baa13a5a" + }, + { + "name": "Watchy", + "version": "1.2.7", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.7.zip", + "archiveFileName": "Watchy-1.2.7.zip", + "size": 8519425, + "checksum": "SHA-256:2f187da931e5bb2467d1390057447ab2f067c596c2c32393030bf2d57ebe04c5" + }, + { + "name": "Watchy", + "version": "1.2.8", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.8.zip", + "archiveFileName": "Watchy-1.2.8.zip", + "size": 8520903, + "checksum": "SHA-256:8b1f04166d399a9bf4ff068f2086e448fe51a25a646374bf241c7d0a21f68da6" + }, + { + "name": "Watchy", + "version": "1.2.9", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.9.zip", + "archiveFileName": "Watchy-1.2.9.zip", + "size": 8520973, + "checksum": "SHA-256:4b24e44ec16bf509b7108c1ec2a8533b72a49e50077e0bc3ac55f488f8e674a5" + }, + { + "name": "Watchy", + "version": "1.2.10", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.10.zip", + "archiveFileName": "Watchy-1.2.10.zip", + "size": 8521527, + "checksum": "SHA-256:2c54fde4f8e42e92df8f48a6c18e6eaa997e9974e075da35f0fd47164badefc0" + }, + { + "name": "Watchy", + "version": "1.2.11", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.11.zip", + "archiveFileName": "Watchy-1.2.11.zip", + "size": 8521537, + "checksum": "SHA-256:77a5c538e7e52e4246dd9dbcd56de4eb871b6c19d6652e0fbdc2c64a01a8358e" + }, + { + "name": "Watchy", + "version": "1.2.12", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.2.12.zip", + "archiveFileName": "Watchy-1.2.12.zip", + "size": 8521709, + "checksum": "SHA-256:6c8525768ff0691139cb724fb7fb1cbeaea33e09167faacf4e00cb4e4afb2ef8" + }, + { + "name": "Watchy", + "version": "1.3.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.3.0.zip", + "archiveFileName": "Watchy-1.3.0.zip", + "size": 8522043, + "checksum": "SHA-256:461191ed5a0881114a6a5fc4c98f58e255b6858600bd6b33fce49d52e68a4858" + }, + { + "name": "Watchy", + "version": "1.3.1", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.3.1.zip", + "archiveFileName": "Watchy-1.3.1.zip", + "size": 8526944, + "checksum": "SHA-256:6a648107d7a6f6531b822ca0a81363b8061488f01989a4a6b733de487db411dd" + }, + { + "name": "Watchy", + "version": "1.3.2", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.3.2.zip", + "archiveFileName": "Watchy-1.3.2.zip", + "size": 8525899, + "checksum": "SHA-256:50a760af525645ae3fb1ab4ce013034fc93fa640dbaa03ccfd3537cd221e90d4" + }, + { + "name": "Watchy", + "version": "1.3.3", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.3.3.zip", + "archiveFileName": "Watchy-1.3.3.zip", + "size": 8526050, + "checksum": "SHA-256:1cbab4e78d46f8a5ac9c105d2c8261ce31630cda833de66fb8c8b4138b63dc3c" + }, + { + "name": "Watchy", + "version": "1.4.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.4.0.zip", + "archiveFileName": "Watchy-1.4.0.zip", + "size": 8528067, + "checksum": "SHA-256:bb487ed28101d85696000ca23513ef375d6de9e4c9fb96124b5a4dd1b0f4e434" + }, + { + "name": "Watchy", + "version": "1.4.1", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.4.1.zip", + "archiveFileName": "Watchy-1.4.1.zip", + "size": 8528406, + "checksum": "SHA-256:c37f323bbcc1bb6888cf22b3da789b899bf7c48eb10ef987727369e33c8a32ec" + }, + { + "name": "Watchy", + "version": "1.4.2", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.4.2.zip", + "archiveFileName": "Watchy-1.4.2.zip", + "size": 8528662, + "checksum": "SHA-256:2605dd945da3fc721422f4848218e9c9cd33b1210f76693545f7e97248bf1f97" + }, + { + "name": "Watchy", + "version": "1.4.3", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.4.3.zip", + "archiveFileName": "Watchy-1.4.3.zip", + "size": 8528684, + "checksum": "SHA-256:2c96aedf6e185be397aed5422fe0c4aa5372bc09b73de23e97b48ae336d1edc1" + }, + { + "name": "Watchy", + "version": "1.4.5", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.4.5.zip", + "archiveFileName": "Watchy-1.4.5.zip", + "size": 8533984, + "checksum": "SHA-256:823d99fb3f5ff2cb051351fae1ee1bb0a6fd4b263aed2fa6e3d55fbdc35e98a0" + }, + { + "name": "Watchy", + "version": "1.4.6", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.4.6.zip", + "archiveFileName": "Watchy-1.4.6.zip", + "size": 8539161, + "checksum": "SHA-256:f533cdeafbc18d7b13a054ad5fd6b420d60a291c23e95fbf088c9f46f7bd4833" + }, + { + "name": "Watchy", + "version": "1.4.7", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "Watchy - An Open Source E-Paper Watch by SQFMI", + "paragraph": "This library contains drivers and code samples for Watchy", + "website": "https://watchy.sqfmi.com", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/Watchy.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "DS3232RTC" + }, + { + "name": "NTPClient" + }, + { + "name": "Rtc_Pcf8563" + }, + { + "name": "GxEPD2" + }, + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.4.7.zip", + "archiveFileName": "Watchy-1.4.7.zip", + "size": 8539219, + "checksum": "SHA-256:a0ad595e274ed40cefe4c683c73c8c73d96e9d4606c240d68d49431be324e62b" + }, + { + "name": "Krypton", + "version": "0.0.1", + "author": "Dejan Lukić \u003cdejan@oberonspace.xyz\u003e", + "maintainer": "Dejan Lukić \u003cdejan@oberonspace.xyz\u003e", + "sentence": "A library that makes use of Krypton ion thruster controller.", + "paragraph": "Change voltage of the pumps, speed and fuel flow to your ion krypton, argon, xenon or neon thruster.", + "website": "https://github.com/oberonspace/krypton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/oberonspace/krypton.git", + "providesIncludes": [ + "Boards.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/oberonspace/Krypton-0.0.1.zip", + "archiveFileName": "Krypton-0.0.1.zip", + "size": 8867, + "checksum": "SHA-256:30d41b39ebdc0ce6b33953bae7a8a87aa621ca8dda7b078939e3dd566e593c19" + }, + { + "name": "TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.0.zip", + "archiveFileName": "TimerInterrupt-1.0.0.zip", + "size": 12409, + "checksum": "SHA-256:e0f8b83089bfb91c1b850a5afd069a4e161c52d43851f5fc7f3decb42ed7ed0d" + }, + { + "name": "TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.1.zip", + "archiveFileName": "TimerInterrupt-1.0.1.zip", + "size": 28308, + "checksum": "SHA-256:11f67fc5b511e43fe1aca94fba1bed51a5846c5626e5097cc04c7d4782a4b957" + }, + { + "name": "TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.2.zip", + "archiveFileName": "TimerInterrupt-1.0.2.zip", + "size": 53142, + "checksum": "SHA-256:c0caed86481800c40f822e1a27283e5c543b2ac88365817f4cedd10b7c976588" + }, + { + "name": "TimerInterrupt", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.3.zip", + "archiveFileName": "TimerInterrupt-1.0.3.zip", + "size": 65669, + "checksum": "SHA-256:ab19917dc0aafa7620e5c35b09452a3a3581539fc0c0c6e47b0971cccbdc79cc" + }, + { + "name": "TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.1.1.zip", + "archiveFileName": "TimerInterrupt-1.1.1.zip", + "size": 96062, + "checksum": "SHA-256:d98beff53ef592771c7f24d4c6cc4cf7e82802890a01bfc2fe37c39edd64067f" + }, + { + "name": "TimerInterrupt", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.1.2.zip", + "archiveFileName": "TimerInterrupt-1.1.2.zip", + "size": 107473, + "checksum": "SHA-256:bdf156854f7b8568d86561468c18d8a889d12c37e20c9fe6da85f24d2b203d9d" + }, + { + "name": "TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.2.0.zip", + "archiveFileName": "TimerInterrupt-1.2.0.zip", + "size": 114406, + "checksum": "SHA-256:f5e36fe7f090301127dd08b23692bd301fc6883b69a941187dd311111c8c1080" + }, + { + "name": "TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.3.0.zip", + "archiveFileName": "TimerInterrupt-1.3.0.zip", + "size": 122922, + "checksum": "SHA-256:576bb5d80feb8fb4654a8028fa9de31b2c2eefe14988e30ec58a2f2825e4f476" + }, + { + "name": "TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino or Adafruit AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.4.0.zip", + "archiveFileName": "TimerInterrupt-1.4.0.zip", + "size": 118908, + "checksum": "SHA-256:429ea7078105383375746276123c351e8b06039ed693d94fa2833bf1ddb09677" + }, + { + "name": "TimerInterrupt", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, Adafruit or Sparkfun AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, Pro Micro, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.4.1.zip", + "archiveFileName": "TimerInterrupt-1.4.1.zip", + "size": 121558, + "checksum": "SHA-256:cc8b67b261b307b1f30c6be89e3087809d4cbe575bcf2946c02de870cdb6b807" + }, + { + "name": "TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, Adafruit or Sparkfun AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, Pro Micro, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.5.0.zip", + "archiveFileName": "TimerInterrupt-1.5.0.zip", + "size": 129073, + "checksum": "SHA-256:eaaab1de39fef13d066d53bf0fe8cdda3a04fe28001d293abb4bceaf84750530" + }, + { + "name": "TimerInterrupt", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, Adafruit or Sparkfun AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, Pro Micro, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.6.0.zip", + "archiveFileName": "TimerInterrupt-1.6.0.zip", + "size": 109093, + "checksum": "SHA-256:7683df6f4db1e492f6aa4ebb4f844ec7fe91963064f261a3d7db6e6cbaf92fe3" + }, + { + "name": "TimerInterrupt", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, Adafruit or Sparkfun AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, Pro Micro, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.7.0.zip", + "archiveFileName": "TimerInterrupt-1.7.0.zip", + "size": 109358, + "checksum": "SHA-256:66c888b9fabd4cd91f590814633af9bac283a640234b836c694d38c5b3c7033d" + }, + { + "name": "TimerInterrupt", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, Adafruit or Sparkfun AVR board, such as Nano, UNO, Mega, Leonardo, YUN, Teensy, Feather_32u4, Feather_328P, Pro Micro, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt", + "category": "Device Control", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "providesIncludes": [ + "TimerInterrupt.h", + "TimerInterrupt.hpp", + "ISR_Timer.h", + "ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.8.0.zip", + "archiveFileName": "TimerInterrupt-1.8.0.zip", + "size": 83269, + "checksum": "SHA-256:336a484ee8714de73ee7aebfd3f335e67410621bc9ac64e2a198a1f0f6f163d6" + }, + { + "name": "Hardware Buttons", + "version": "1.0.0", + "author": "Andrii T", + "maintainer": "Andrii T \u003candrii.tishchenko@gmail.com\u003e", + "sentence": "Custom button actions handler", + "paragraph": "Single click, double click, multiple click, custom duration, digitalPort", + "website": "https://github.com/andriitishchenko/HardwareButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andriitishchenko/HardwareButton.git", + "providesIncludes": [ + "Button.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andriitishchenko/Hardware_Buttons-1.0.0.zip", + "archiveFileName": "Hardware_Buttons-1.0.0.zip", + "size": 5240, + "checksum": "SHA-256:2b5a386a5bf88a1de5147bf082eab4125378283969a95408063a6531e2bbbe23" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.0.0.zip", + "size": 17789, + "checksum": "SHA-256:f23a3d7c7f10e0d7427b5fbe06397afbb2b68f7ce302299b3e5a99bca069c01a" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.2.zip", + "archiveFileName": "ESP32TimerInterrupt-1.0.2.zip", + "size": 28450, + "checksum": "SHA-256:f94ca654e621c91ac992e2945d2216c073ac89171f6e35b9e3ee74aaa9dfb347" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.3.zip", + "archiveFileName": "ESP32TimerInterrupt-1.0.3.zip", + "size": 55486, + "checksum": "SHA-256:fab26c734033e66d69a540b6ca76db717ac8dec00846f641076990609901313b" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.1.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.1.0.zip", + "size": 76729, + "checksum": "SHA-256:6d2d6cf0264ef12424186578f29a2b7602f7d4a1fb57a411e74da256a5e95352" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.1.1.zip", + "archiveFileName": "ESP32TimerInterrupt-1.1.1.zip", + "size": 81445, + "checksum": "SHA-256:2071acee40c7f1028ab47dc288167a6263a0cc3d9580af12e0dcb8bb27aba464" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.2.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.2.0.zip", + "size": 90014, + "checksum": "SHA-256:aedadfda907ccf41eafc6a30dd6d0c2418bd2058156e6df2a39e2491a5cbda9a" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32-S2 and ESP32-C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.3.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.3.0.zip", + "size": 264288, + "checksum": "SHA-256:d67efd68c911c7614aad11aa2b99684810356f9be504ae3415663896f18aa8b5" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32-S2 and ESP32-C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.4.0.zip", + "size": 275961, + "checksum": "SHA-256:29675f004b63d0f1f56cfca3cef0bf826e5bafff01d0bab8de8255a70c91bc60" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.4.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32-S2 and ESP32-C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.4.1.zip", + "archiveFileName": "ESP32TimerInterrupt-1.4.1.zip", + "size": 120691, + "checksum": "SHA-256:0070ccf749f25e9d2e81d6d7e454ea6fff2464b377f52256a42216a1e57eddac" + }, + { + "name": "ESP32TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32-S2 and ESP32-C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32_ISR_Timer.h", + "ESP32_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.5.0.zip", + "archiveFileName": "ESP32TimerInterrupt-1.5.0.zip", + "size": 87347, + "checksum": "SHA-256:8b819bcba8e5563af54586273721a10847cbae60209329bdd18134637fc74fc4" + }, + { + "name": "ESP32TimerInterrupt", + "version": "2.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32_S2, ESP32_S3 and ESP32_C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32TimerInterrupt.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-2.0.0.zip", + "archiveFileName": "ESP32TimerInterrupt-2.0.0.zip", + "size": 59683, + "checksum": "SHA-256:e75da4f8642d335b108e657b20d3f07282e55dfeccad9675ca3e8f35bee20919" + }, + { + "name": "ESP32TimerInterrupt", + "version": "2.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32_S2, ESP32_S3 and ESP32_C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32TimerInterrupt.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-2.0.1.zip", + "archiveFileName": "ESP32TimerInterrupt-2.0.1.zip", + "size": 67251, + "checksum": "SHA-256:1db8560ae0e753236de10e6af0e1f46ece180f6d693cd9eca8aa79c0833e8cca" + }, + { + "name": "ESP32TimerInterrupt", + "version": "2.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32_S2, ESP32_S3 and ESP32_C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32TimerInterrupt.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-2.0.2.zip", + "archiveFileName": "ESP32TimerInterrupt-2.0.2.zip", + "size": 67536, + "checksum": "SHA-256:5a5e966bcc91375be131f85cee4c4e6b1b0026d7108cdcefb63ffa7d267d008d" + }, + { + "name": "ESP32TimerInterrupt", + "version": "2.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32_S2, ESP32_S3 and ESP32_C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32TimerInterrupt.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-2.1.0.zip", + "archiveFileName": "ESP32TimerInterrupt-2.1.0.zip", + "size": 67980, + "checksum": "SHA-256:cef2d17cc80064ac0049baf30a24902fafb3cc7ba5798101288bd5ad883d8a77" + }, + { + "name": "ESP32TimerInterrupt", + "version": "2.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32_S2, ESP32_S3 and ESP32_C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32TimerInterrupt.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-2.2.0.zip", + "archiveFileName": "ESP32TimerInterrupt-2.2.0.zip", + "size": 68950, + "checksum": "SHA-256:62643e392bb001e1e651d069402e2e7a84a211bf238400f5dfc5ae69e4f67c2d" + }, + { + "name": "ESP32TimerInterrupt", + "version": "2.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32-based (including ESP32_S2, ESP32_S3 and ESP32_C3) boards", + "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "providesIncludes": [ + "ESP32TimerInterrupt.h", + "ESP32TimerInterrupt.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-2.3.0.zip", + "archiveFileName": "ESP32TimerInterrupt-2.3.0.zip", + "size": 71414, + "checksum": "SHA-256:0f658d9a53206ac05eb6a7f4b241d6afacd65ac065d49ec4b283a235429211ee" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.0.zip", + "size": 44237, + "checksum": "SHA-256:664a284be88fd14ed02412d5dc0ff75ba73c440182ce6e6e3e05451c07c8e7ef" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.2.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.2.zip", + "size": 60119, + "checksum": "SHA-256:86bbd0599d37ae7f885f97fdf40236164c5d017c8af6686f3b317969e89aa107" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.3.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.3.zip", + "size": 70286, + "checksum": "SHA-256:57aa240895088733c362bb0511a6f67bf7e977ec1f01687fd3e3ca74c8b04517" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.4.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.4.zip", + "size": 75042, + "checksum": "SHA-256:3831c1beecbbc059b547aa0bab4225133726d9db9e41c544491abdf72cf8c860" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.5.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.5.zip", + "size": 81065, + "checksum": "SHA-256:fe93d05120b4b90f9e360616999b4b520e530a83de4faef1e577e723216bbfd3" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.6.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.6.zip", + "size": 82568, + "checksum": "SHA-256:7188f99e8ec4c9112b7458f2e88729d1ae3caeef00e401f24163309e756f91d7" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to MultiWiFi and MultiBlynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.7.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.7.zip", + "size": 104477, + "checksum": "SHA-256:7a1528b1ee0d102c0bc4060ee68b55b1c524a16d3c4d678f446a1b70ff68ae03" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to MultiWiFi and MultiBlynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.8.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.8.zip", + "size": 104799, + "checksum": "SHA-256:444530c38865023d9b4f107c5fff21fbe73fb40836168400b0b4c244495db3ea" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.9.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.9.zip", + "size": 134220, + "checksum": "SHA-256:bbffe67730ec8bb37c6e63087fe448fae76d73d5b41ef2a4ffd06323968a1a2e" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.10.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.10.zip", + "size": 135635, + "checksum": "SHA-256:47cb665e90cfb9dc9efd284b7fa567402a995abb43a5c71af4eaa56da4595fca" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.11.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.11.zip", + "size": 161765, + "checksum": "SHA-256:9302bbf650dae0b19cbbc1476c8a5994d550032472d35103542868ed0f6a0371" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.12.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.12.zip", + "size": 162317, + "checksum": "SHA-256:5fcc862f8d17a234bd62c766e0103c145cbc0ca77bf65cd8f18f62a8578830a7" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.13", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.13.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.13.zip", + "size": 268140, + "checksum": "SHA-256:7c7efa0021db3217ff185b71c1dd2784f63922b0c6709ed881ba1014d4ea2ed5" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.14", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.14.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.14.zip", + "size": 272747, + "checksum": "SHA-256:13ed9eb6e101686db1433a1d3c8c812aa01b85210584a655a5f43d1c63d3c29f" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.15", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.15.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.15.zip", + "size": 288043, + "checksum": "SHA-256:b6f15fa3da37d74e7fdd8a84b0e8a1f14d131a00acfead291f4ace154c0fe8d8" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.0.16", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.16.zip", + "archiveFileName": "Blynk_WiFiManager-1.0.16.zip", + "size": 286049, + "checksum": "SHA-256:a5a2207e39b7fdf6ddd474ac29d205d6d27472a6de5336cdfac44e639a5728f8" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.0.zip", + "size": 326556, + "checksum": "SHA-256:a57e09620a77016e659b5f29939a4feffcfa893dd88bb5076065b38d7bd94776" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.1.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.1.zip", + "size": 372359, + "checksum": "SHA-256:9f0edc11f955d9b3a2347f2c66b302823d86d4fa70e641a955f1780bfbd36e8f" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.2.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.2.zip", + "size": 375822, + "checksum": "SHA-256:6da4ca7f4191bbbf1c370976ffbf04e6ca0b9d516a10bdb7afd702a64a5b7ca9" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.1.3.zip", + "archiveFileName": "Blynk_WiFiManager-1.1.3.zip", + "size": 339841, + "checksum": "SHA-256:6dd6e674c56ba687078faece283cf13df81d6b86a0ccf585a0cdc42d686b4bb7" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.2.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.2.0.zip", + "size": 505775, + "checksum": "SHA-256:60d26ab44fe02e1083b6ade5f22c7edc5e5268e4636fabef4679ea9ca632e990" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.3.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.3.0.zip", + "size": 605698, + "checksum": "SHA-256:c30a6479640c12abd68ffa1786f058fe7960a4d8aecab3522bda9f76d092eb66" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.3.1.zip", + "archiveFileName": "Blynk_WiFiManager-1.3.1.zip", + "size": 615850, + "checksum": "SHA-256:c86dda15b3f27855b2270a2ee1f4f3094666b775727dccd3f0e076abd5fe7851" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.4.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.4.0.zip", + "size": 691187, + "checksum": "SHA-256:47d08c8de240b6cd9ed874797a183d56a69dcebf52af71fc779867ded93bbc78" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.5.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.5.0.zip", + "size": 692420, + "checksum": "SHA-256:70dbfe9b342582e492ff9ba32485e0f4b70748027324888ae88b2e6d36cfefad" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.0 and ESP32 core v1.0.6", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.6.0.zip", + "archiveFileName": "Blynk_WiFiManager-1.6.0.zip", + "size": 696361, + "checksum": "SHA-256:372cc1f16c15fb8e11c4aeef94bceb813673d6df9159fac94ce8ac31cdfeccb8" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.0 and ESP32 core v1.0.6", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.6.1.zip", + "archiveFileName": "Blynk_WiFiManager-1.6.1.zip", + "size": 688968, + "checksum": "SHA-256:ffbd1960cf50d1c8b146013db464ad047a7db7101c8d4649942b9cd3aa7b922d" + }, + { + "name": "Blynk_WiFiManager", + "version": "1.6.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.0 and ESP32 core v1.0.6", + "paragraph": "Library for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.6.2.zip", + "archiveFileName": "Blynk_WiFiManager-1.6.2.zip", + "size": 434402, + "checksum": "SHA-256:dbcdb3e327ec0d2f3644fc90fa85f5432dcdaccfd69ec083f4fcddfb2078e8bb" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.0.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.0.zip", + "size": 278830, + "checksum": "SHA-256:f7fdde392e8db54e4f585504cdff961c3347b1a2e59888f38e97c4e040ec977e" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.1.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.1.zip", + "size": 278481, + "checksum": "SHA-256:dfef3e110a84e71ca4b89cf3213f0956792d010116ec0d2b1e65b0a42a799b34" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.2.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.2.zip", + "size": 278486, + "checksum": "SHA-256:395837729f7d6c0fe4aadd5ebcde926d415402e921fb8679a4bcd5ae3c443290" + }, + { + "name": "Adafruit TFTLCD Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit 2.8\" TFT display Library", + "paragraph": "Adafruit 2.8\" TFT display Library", + "website": "https://github.com/adafruit/TFTLCD-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.3.zip", + "archiveFileName": "Adafruit_TFTLCD_Library-1.0.3.zip", + "size": 278478, + "checksum": "SHA-256:826348e6c45105c62cd6131551bfc8a0ff23dbfa361b7fd05664e8e18d6232e6" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.0.zip", + "size": 16875, + "checksum": "SHA-256:11c5161c1a1ae3276362bb26ec96c4298837d214e4874cdac77e568d730e6cb9" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.1.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.1.zip", + "size": 23586, + "checksum": "SHA-256:13f73d85a20097864d1eeeee7efe94b8205293e08d759189d9cc04c1d53e1c8b" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.2.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.2.zip", + "size": 36075, + "checksum": "SHA-256:3ccea40e04e7e6f88c0fb05ec3f86d7227cca3db0670ea4885d1987868281b67" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.3.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.0.3.zip", + "size": 50365, + "checksum": "SHA-256:4eaf1f26a7525ffd6c5961149936acb2b9712b9cfc2e96698108129c6dadd69a" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.1.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.1.0.zip", + "size": 71855, + "checksum": "SHA-256:c8417f5b688978e8200167944848757900ebaf8f5ce538c2c99c24817a4d8295" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.1.1.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.1.1.zip", + "size": 75942, + "checksum": "SHA-256:c92318b6c4e9b98e70d99f7cd90c95d31dae5652fd7753e13e66d0906195f974" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.2.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.2.0.zip", + "size": 84360, + "checksum": "SHA-256:5288c64cf0fec742bc4a7cd90a2a927e8b04d51ce324feae5f735fe15e3e8e9a" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.3.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.3.0.zip", + "size": 85077, + "checksum": "SHA-256:57ece3492611c1191d147491b607c63694c2abba310311d0f9cdaf5e8ac23b98" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.4.0.zip", + "size": 96293, + "checksum": "SHA-256:9b74bea44ba3559e9af225352c297984253c33f3f4fe6bb261cdf7144b28ddfe" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.4.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.4.1.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.4.1.zip", + "size": 70585, + "checksum": "SHA-256:f349b178a2c896f961f3b4916a79c60857d3c08f6268c06a9d37f2d96455e26c" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266TimerInterrupt.hpp", + "ESP8266_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.5.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.5.0.zip", + "size": 52492, + "checksum": "SHA-256:9885b4567009613e402d11b8ae4a1aa2249f4011c7044dfd3a6826c9ba0b87ae" + }, + { + "name": "ESP8266TimerInterrupt", + "version": "1.6.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", + "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "providesIncludes": [ + "ESP8266TimerInterrupt.h", + "ESP8266_ISR_Timer.h", + "ESP8266_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.6.0.zip", + "archiveFileName": "ESP8266TimerInterrupt-1.6.0.zip", + "size": 59252, + "checksum": "SHA-256:35e21f0e40f180ad99ec714c8d577aa2129b0d1caa7dc0f7ae89c1bb8db30017" + }, + { + "name": "SPI-DAC7611", + "version": "1.0.0", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": [ + "SPI-DAC7611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-1.0.0.zip", + "archiveFileName": "SPI_DAC7611-1.0.0.zip", + "size": 5355, + "checksum": "SHA-256:a181e264a3c2d77cc2e95ed156e3bf66d0f7604ccd62d1a74fc860a981e4a574" + }, + { + "name": "SPI-DAC7611", + "version": "2.0.1", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": [ + "SPI-DAC7611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.1.zip", + "archiveFileName": "SPI_DAC7611-2.0.1.zip", + "size": 5355, + "checksum": "SHA-256:9dbef57d3c3238617057bd0ee9c59d0b2c9ca244213763cb7629356e4f6c6f8d" + }, + { + "name": "SPI-DAC7611", + "version": "2.0.2", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": [ + "SPI-DAC7611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.2.zip", + "archiveFileName": "SPI_DAC7611-2.0.2.zip", + "size": 5359, + "checksum": "SHA-256:75ea33c3bb0a144edc3141d3fd0ed04619784450993da2c2a3bd0c2ae2a9ad58" + }, + { + "name": "SPI-DAC7611", + "version": "2.0.3", + "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", + "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", + "paragraph": "A non blocking library to control the DAC7611 by Texas Instruments using a standard SPI interface.", + "website": "https://github.com/Jones1403/SPI-DAC7611", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jones1403/SPI-DAC7611.git", + "providesIncludes": [ + "SPI-DAC7611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.3.zip", + "archiveFileName": "SPI_DAC7611-2.0.3.zip", + "size": 5391, + "checksum": "SHA-256:e5348960de5bc51f5e632b984427da0f610f6e68ace57346d0b687853657fdfd" + }, + { + "name": "LibEstacionamiento", + "version": "1.0.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Estacionamiento educative system.", + "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibEstacionamiento.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.0.1.zip", + "archiveFileName": "LibEstacionamiento-1.0.1.zip", + "size": 467163, + "checksum": "SHA-256:a3fba8cac007a67ac6585780466b02225b285eda053f93846404c7fc040f5338" + }, + { + "name": "LibEstacionamiento", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Estacionamiento educative system.", + "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibEstacionamiento.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.0.0.zip", + "archiveFileName": "LibEstacionamiento-1.0.0.zip", + "size": 466123, + "checksum": "SHA-256:f584f7a60506236e38ca68848430fe847d9ac288445b752fcc968e9044beeab9" + }, + { + "name": "LibEstacionamiento", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Estacionamiento educative system.", + "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibEstacionamiento.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.1.0.zip", + "archiveFileName": "LibEstacionamiento-1.1.0.zip", + "size": 700534, + "checksum": "SHA-256:73c84ffd6db9ef1c30dea6c62125f66da80c1f8a155d71d384a5cdfa87ca2f74" + }, + { + "name": "LibMiniSys", + "version": "1.0.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the MiniSys educative system.", + "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibMiniSys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.0.1.zip", + "archiveFileName": "LibMiniSys-1.0.1.zip", + "size": 453957, + "checksum": "SHA-256:9200fb58aad7b96b91ab3c7a734d7f8852b19b3f5b3fcd70add29fed3beb7640" + }, + { + "name": "LibMiniSys", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the MiniSys educative system.", + "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibMiniSys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.0.0.zip", + "archiveFileName": "LibMiniSys-1.0.0.zip", + "size": 454453, + "checksum": "SHA-256:be184a45f7415c63e9ebd32005203d44d32fe15b34d0b3b92ac17186cfe5752b" + }, + { + "name": "LibMiniSys", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the MiniSys educative system.", + "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibMiniSys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.1.0.zip", + "archiveFileName": "LibMiniSys-1.1.0.zip", + "size": 668132, + "checksum": "SHA-256:6b8b150d9917fd39c927a729a05cb23b9144ad3a902c942069645085566912fd" + }, + { + "name": "EEvar", + "version": "0.1.0", + "author": "AlexIII", + "maintainer": "AlexIII", + "sentence": "Allows to save your variables in EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Simple. Lightweight.", + "paragraph": "Working with EEPROM is now almost just as simple as with regular variables. No need to keep track of addresses, offsets, and sizes of data you wand to store in EEPROM. After saving your variable to EEPROM its value gets restored after power failure or CPU reset.", + "website": "https://github.com/AlexIII/EEvar", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexIII/EEvar.git", + "providesIncludes": [ + "EEvar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.1.0.zip", + "archiveFileName": "EEvar-0.1.0.zip", + "size": 9012, + "checksum": "SHA-256:761c93205dbcee6fc7a19ad7269fc3d082ff5dc7d7f006ec8799a0147ec9d891" + }, + { + "name": "EEvar", + "version": "0.2.0", + "author": "AlexIII", + "maintainer": "AlexIII", + "sentence": "Allows to save your variables in EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Simple. Lightweight.", + "paragraph": "Working with EEPROM is now almost just as simple as with regular variables. No need to keep track of addresses, offsets, and sizes of data you wand to store in EEPROM. After saving your variable to EEPROM its value gets restored after power failure or CPU reset.", + "website": "https://github.com/AlexIII/EEvar", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexIII/EEvar.git", + "providesIncludes": [ + "EEvar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.2.0.zip", + "archiveFileName": "EEvar-0.2.0.zip", + "size": 9053, + "checksum": "SHA-256:ecef35bc663d5656fea1dde33f35952ede67b9a509df05c6a0ef9da67df6b0a1" + }, + { + "name": "EEvar", + "version": "0.2.1", + "author": "AlexIII", + "maintainer": "AlexIII", + "sentence": "Allows to save your variables in EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Lightweight. Simple to use.", + "paragraph": "Work with EEPROM just as simple as with a regular variable (well, almost). No need to keep track of the address, offset or size of the data you want to store in EEPROM. After saving your variable to EEPROM its value gets restored on the power-up or CPU reset.", + "website": "https://github.com/AlexIII/EEvar", + "category": "Data Storage", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexIII/EEvar.git", + "providesIncludes": [ + "EEvar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.2.1.zip", + "archiveFileName": "EEvar-0.2.1.zip", + "size": 9391, + "checksum": "SHA-256:4a65371d59e7aab32c54b7eb6ba9f3fe68365935fb2de21a319db468388d6761" + }, + { + "name": "EEvar", + "version": "0.2.2", + "author": "AlexIII", + "maintainer": "AlexIII", + "sentence": "Allows to save variables to the EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Lightweight. Simple to use.", + "paragraph": "Work with the EEPROM just as you do with a regular variable (well, almost). No need to keep track of the address, offset or size of the data you want to store in the EEPROM. After saving the variable to the EEPROM its value gets restored on the power-up or CPU reset.", + "website": "https://github.com/AlexIII/EEvar", + "category": "Data Storage", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexIII/EEvar.git", + "providesIncludes": [ + "EEvar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.2.2.zip", + "archiveFileName": "EEvar-0.2.2.zip", + "size": 9714, + "checksum": "SHA-256:56ee183d757c16376aa694eb3b7ef71f7250c59d6509302391538d5d6aded43f" + }, + { + "name": "TJpg_Decoder", + "version": "0.0.2", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-0.0.2.zip", + "archiveFileName": "TJpg_Decoder-0.0.2.zip", + "size": 195410, + "checksum": "SHA-256:922ac481037889c630e03e6b632a84ecf2331416faaeab386ab44e4bc76bc31e" + }, + { + "name": "TJpg_Decoder", + "version": "0.0.3", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-0.0.3.zip", + "archiveFileName": "TJpg_Decoder-0.0.3.zip", + "size": 195427, + "checksum": "SHA-256:8215e42501c9f6484607e049de342081a41efa5e80fc224665068a33afdec953" + }, + { + "name": "TJpg_Decoder", + "version": "1.0.3", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-1.0.3.zip", + "archiveFileName": "TJpg_Decoder-1.0.3.zip", + "size": 441450, + "checksum": "SHA-256:1489a38200d93abd7b04e8ab00f9941c791fccc57d779e0b49773bb134564728" + }, + { + "name": "TJpg_Decoder", + "version": "1.0.5", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-1.0.5.zip", + "archiveFileName": "TJpg_Decoder-1.0.5.zip", + "size": 320355, + "checksum": "SHA-256:f09c8969d8456a2ac20fce9acb1b3856ea61f0196c191c1a001615c99131bbfe" + }, + { + "name": "TJpg_Decoder", + "version": "1.0.6", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-1.0.6.zip", + "archiveFileName": "TJpg_Decoder-1.0.6.zip", + "size": 320354, + "checksum": "SHA-256:a82a947c56f672b2b6c4788c7ca9060911828187c4da9585d685b17bf8d71a58" + }, + { + "name": "TJpg_Decoder", + "version": "1.0.7", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-1.0.7.zip", + "archiveFileName": "TJpg_Decoder-1.0.7.zip", + "size": 320386, + "checksum": "SHA-256:1929491ca3f0e88575cda953e6b6e40a61daa70543e10d901c1e912f513ca65b" + }, + { + "name": "TJpg_Decoder", + "version": "1.0.8", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-1.0.8.zip", + "archiveFileName": "TJpg_Decoder-1.0.8.zip", + "size": 320386, + "checksum": "SHA-256:d54b5f6c374e03530cd719040a8259f8987598a9fba10870d5f8345fe5a6f5a1" + }, + { + "name": "TJpg_Decoder", + "version": "1.1.0", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A JPEG decoder based on tjpgd", + "paragraph": "Renders jpeg images to TFT displays.", + "website": "https://github.com/Bodmer/TJpg_Decoder", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bodmer/TJpg_Decoder.git", + "providesIncludes": [ + "TJpg_Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-1.1.0.zip", + "archiveFileName": "TJpg_Decoder-1.1.0.zip", + "size": 320483, + "checksum": "SHA-256:1d423a51c4a34f6e2daa149a9fb532cb4dae4a9ec24bdcd1ed342f1937a616d1" + }, + { + "name": "ESP32DMASPI", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.1.0.zip", + "archiveFileName": "ESP32DMASPI-0.1.0.zip", + "size": 19924, + "checksum": "SHA-256:c8c4766309210e4624af8b04ecca5db0c1b89215405bb234a2e2d6ad2196608b" + }, + { + "name": "ESP32DMASPI", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.1.1.zip", + "archiveFileName": "ESP32DMASPI-0.1.1.zip", + "size": 19838, + "checksum": "SHA-256:d9527adb40b272f168018bd0192e77dcd56983b09f1237beb653447c873c3de8" + }, + { + "name": "ESP32DMASPI", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.1.2.zip", + "archiveFileName": "ESP32DMASPI-0.1.2.zip", + "size": 20514, + "checksum": "SHA-256:246fd186715595db05c1debedc134c48e88175664a129921fda03fcb1b230eff" + }, + { + "name": "ESP32DMASPI", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.2.0.zip", + "archiveFileName": "ESP32DMASPI-0.2.0.zip", + "size": 20830, + "checksum": "SHA-256:b5f9d3237fac017f8bca8e5abe141d47c12ab688b9b62fe3c6b2819e255f667a" + }, + { + "name": "ESP32DMASPI", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32DMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.3.0.zip", + "archiveFileName": "ESP32DMASPI-0.3.0.zip", + "size": 22653, + "checksum": "SHA-256:9beaa57b030495d1f8436e8c529fd43267e3b76b3c2cc05883f994100b403468" + }, + { + "name": "SHT1x sensor library for ESPx", + "version": "1.0.0", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for SHT1x Temp \u0026 Humidity Sensors for ESP32", + "paragraph": "Based on the SHT1x from Vincent Pang, updated to work with ESP32. Provides a simple interface to the SHT1x series (SHT10, SHT11, SHT15) and SHT7x series (SHT71, SHT75) temperature / humidity sensors from Sensirion", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SHT1x-ESP.git", + "providesIncludes": [ + "SHT1x-ESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SHT1x_sensor_library_for_ESPx-1.0.0.zip", + "archiveFileName": "SHT1x_sensor_library_for_ESPx-1.0.0.zip", + "size": 344142, + "checksum": "SHA-256:e174b42e24bd7649e3611f5c433a16ea2bcf353988b828abdf0d1d16b62010e9" + }, + { + "name": "SHT1x sensor library for ESPx", + "version": "1.0.2", + "author": "beegee_tokyo", + "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", + "sentence": "Arduino ESP library for SHT1x Temp \u0026 Humidity Sensors for ESP32", + "paragraph": "Based on the SHT1x from Vincent Pang, updated to work with ESP32. Provides a simple interface to the SHT1x series (SHT10, SHT11, SHT15) and SHT7x series (SHT71, SHT75) temperature / humidity sensors from Sensirion", + "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "category": "Sensors", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/SHT1x-ESP.git", + "providesIncludes": [ + "SHT1x-ESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SHT1x_sensor_library_for_ESPx-1.0.2.zip", + "archiveFileName": "SHT1x_sensor_library_for_ESPx-1.0.2.zip", + "size": 344401, + "checksum": "SHA-256:dc3c7d538cc33db28b852e5526469c2e7cc155c7c08fa6830d3a5db8869a23d9" + }, + { + "name": "sevenSegment", + "version": "2.2.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": [ + "sevenSegment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.2.0.zip", + "archiveFileName": "sevenSegment-2.2.0.zip", + "size": 633107, + "checksum": "SHA-256:7f1155fbb3ca94562377ea1c83389a305192d62a9385cb62fb95c942a0b27281" + }, + { + "name": "sevenSegment", + "version": "2.3.1", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": [ + "sevenSegment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.3.1.zip", + "archiveFileName": "sevenSegment-2.3.1.zip", + "size": 633808, + "checksum": "SHA-256:2d60887e9aa5f7155bc33c5cffdc19d1af39aaddf6374b4b5afe57788824ca16" + }, + { + "name": "sevenSegment", + "version": "2.4.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": [ + "sevenSegment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.4.0.zip", + "archiveFileName": "sevenSegment-2.4.0.zip", + "size": 634069, + "checksum": "SHA-256:d90575049e80d873e5469e6933588ae2696c4af950cb8cfa02d0244044d2b112" + }, + { + "name": "sevenSegment", + "version": "2.4.1", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": [ + "sevenSegment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.4.1.zip", + "archiveFileName": "sevenSegment-2.4.1.zip", + "size": 634070, + "checksum": "SHA-256:f12455503727d89dfc7b39fbf08e68848a15464932eb4250dfeddf45264aeb8f" + }, + { + "name": "sevenSegment", + "version": "2.5.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite seven segment displays with your arduino!", + "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", + "website": "https://github.com/Blake-Tourneur/sevenSegment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/sevenSegment.git", + "providesIncludes": [ + "sevenSegment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.5.0.zip", + "archiveFileName": "sevenSegment-2.5.0.zip", + "size": 634383, + "checksum": "SHA-256:abcb99b0f03631cdce2e1c30a9669691a30d430db92fd2e5d794362f399ab9a3" + }, + { + "name": "VT100", + "version": "1.0.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "Library to control a VT100 terminal via an Arduino", + "paragraph": "Using this library it is possible to make better use of VT100 capable terminal programs such as Tera Term.", + "website": "https://github.com/kcl93/VT100", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/VT100.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/VT100-1.0.0.zip", + "archiveFileName": "VT100-1.0.0.zip", + "size": 184570, + "checksum": "SHA-256:d6ac8a2ea6d0fd854fcbfb39e4972f3e280594d57f2e6662950656e2e9fe5e13" + }, + { + "name": "ThreadedTimer", + "version": "0.1.0", + "author": "Aduen Darriba", + "maintainer": "Aduen \u003cinfo@aduen.nl\u003e", + "sentence": "A threaded timing library for mbed Arduinos", + "paragraph": "The library is an mbed wrapper around EventQueue and Thread, making it a threaded event timer. Usage is similar to other timing libraries.", + "website": "https://github.com/Aduen/ThreadedTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aduen/ThreadedTimer.git", + "providesIncludes": [ + "threadedtimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aduen/ThreadedTimer-0.1.0.zip", + "archiveFileName": "ThreadedTimer-0.1.0.zip", + "size": 16305, + "checksum": "SHA-256:43d3f8b268f38d30c2299d5d3c12580b336862f927a7fe3e0d5edf3b85a4f4f7" + }, + { + "name": "ESPDateTime", + "version": "0.2.0", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.2.0.zip", + "archiveFileName": "ESPDateTime-0.2.0.zip", + "size": 211741, + "checksum": "SHA-256:2496f493ea86d7b5f8592a9b871a5a667d2dd3a47fcadf84a035fdd2805d3bbf" + }, + { + "name": "ESPDateTime", + "version": "0.1.0", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "Date Time Functions and Classes for ESP8266 and ESP32", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.1.0.zip", + "archiveFileName": "ESPDateTime-0.1.0.zip", + "size": 16984, + "checksum": "SHA-256:86cbeadc26aeb3a6ae2414247221328ce0b31ab60ecfd07bf6e3bc59794b4e8b" + }, + { + "name": "ESPDateTime", + "version": "0.2.1", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.2.1.zip", + "archiveFileName": "ESPDateTime-0.2.1.zip", + "size": 211731, + "checksum": "SHA-256:275a349ff3d9b80865dbe8fda8adf6e7495d1bbf8dfbe7aa12c74f0e1ee22396" + }, + { + "name": "ESPDateTime", + "version": "1.0.0", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.0.zip", + "archiveFileName": "ESPDateTime-1.0.0.zip", + "size": 211722, + "checksum": "SHA-256:3b9c3f6aa52f19bd0e5b57bc4b906b9c52337d31b7d7be393eb486cdf96dc656" + }, + { + "name": "ESPDateTime", + "version": "1.0.1", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.1.zip", + "archiveFileName": "ESPDateTime-1.0.1.zip", + "size": 211724, + "checksum": "SHA-256:26f6bb1f82e8359b3e0f996cb0572cce5fa6892bef516e0ffaa3d12d7936f1c2" + }, + { + "name": "ESPDateTime", + "version": "1.0.2", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.2.zip", + "archiveFileName": "ESPDateTime-1.0.2.zip", + "size": 216595, + "checksum": "SHA-256:c1b797bc9eea447ec9268264bfd5492c423fdc9902cf506e7ee4a83b84d2ac56" + }, + { + "name": "ESPDateTime", + "version": "1.0.3", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.3.zip", + "archiveFileName": "ESPDateTime-1.0.3.zip", + "size": 216903, + "checksum": "SHA-256:148f4f5f10046c4d89aea2f2ebb7065d62f7291083030352c34a665d8064a832" + }, + { + "name": "ESPDateTime", + "version": "1.0.4", + "author": "Zhang Xiaoke", + "maintainer": "Zhang Xiaoke", + "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", + "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", + "website": "https://github.com/mcxiaoke/ESPDateTime", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcxiaoke/ESPDateTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-1.0.4.zip", + "archiveFileName": "ESPDateTime-1.0.4.zip", + "size": 217043, + "checksum": "SHA-256:398fe2cd68cf1d2d0eca36a697f4b3682807940bb3855473da0c6dc604a8e366" + }, + { + "name": "TsyDMASPI", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library using DMA buffer for Teensy", + "paragraph": "SPI library using DMA buffer for Teensy", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TsyDMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.0.zip", + "archiveFileName": "TsyDMASPI-0.1.0.zip", + "size": 12846, + "checksum": "SHA-256:86096d645a4fa5c2b675c262dbcbcf725d11704eed57d8c99d9be04511b7093a" + }, + { + "name": "TsyDMASPI", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library using DMA buffer for Teensy", + "paragraph": "SPI library using DMA buffer for Teensy", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TsyDMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.2.zip", + "archiveFileName": "TsyDMASPI-0.1.2.zip", + "size": 15255, + "checksum": "SHA-256:712d06519ac265412c2ab95fc3477e12616ce7c211f9760bc5f37e63f1b2a22e" + }, + { + "name": "TsyDMASPI", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI library using DMA buffer for Teensy", + "paragraph": "SPI library using DMA buffer for Teensy", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TsyDMASPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.3.zip", + "archiveFileName": "TsyDMASPI-0.1.3.zip", + "size": 15372, + "checksum": "SHA-256:e6bd9926c44b9b3845f77bac17fac711b5cbb8bbe027cff0ca66eca551c25924" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.0.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk Maker", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": [ + "AllThingsTalk_WiFi.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.0.0.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.0.0.zip", + "size": 76194, + "checksum": "SHA-256:d9b53161db26deaffede67d25032efd2b2819609b8546fb2a54e433ca9c95b86" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.1.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": [ + "AllThingsTalk_WiFi.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.1.0.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.1.0.zip", + "size": 80999, + "checksum": "SHA-256:e2d9c9241d320b2911278e4ae803d47e47d66d0360ff9972acd1a4b78828715f" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.1.1", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": [ + "AllThingsTalk_WiFi.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.1.1.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.1.1.zip", + "size": 83040, + "checksum": "SHA-256:ea6b26a63db943ecd5ca582da0ab36a8a76badb36a097e1a73415270995b58cc" + }, + { + "name": "AllThingsTalk WiFi SDK", + "version": "2.1.2", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect and control your device with AllThingsTalk", + "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", + "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "providesIncludes": [ + "AllThingsTalk_WiFi.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.1.2.zip", + "archiveFileName": "AllThingsTalk_WiFi_SDK-2.1.2.zip", + "size": 83047, + "checksum": "SHA-256:23a768d61daff44a96062fdeff113d46deb69f27be493f28eaca999e03f8783e" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.0.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.0.0.zip", + "size": 18426, + "checksum": "SHA-256:1f35cf9191f542545bfb555238a2a247cd4e1f6fd4217614caf10f7e4befa69e" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.1.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.0.1.zip", + "size": 22523, + "checksum": "SHA-256:e7e7d1af0208cf9b2e1b2070dd10811af372a8cfc333ffebdb6cceb3873b43c3" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.2.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.0.2.zip", + "size": 36835, + "checksum": "SHA-256:68f27cdb803f217a1461ccb7b66e571fee3b395ba92b4220cebdf0cd8fe4d282" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "providesIncludes": [ + "ESP8266_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.1.0.zip", + "size": 51543, + "checksum": "SHA-256:b5cd2ca1db21c8c38043673e64d19c75604864d9154a91b040b0a5174e5aa934" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "providesIncludes": [ + "ESP8266_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.2.0.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.2.0.zip", + "size": 49964, + "checksum": "SHA-256:8b45a15af83f0af85c8e4923b1a4cf155d17c6a5202c2fc403e1938762f020d7" + }, + { + "name": "ESP8266_ISR_Servo", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on ESP8266-based board to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", + "providesIncludes": [ + "ESP8266_ISR_Servo.h", + "ESP8266_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.3.0.zip", + "archiveFileName": "ESP8266_ISR_Servo-1.3.0.zip", + "size": 43052, + "checksum": "SHA-256:d501a70c6cf3512326ccc19d1103665113c3015bf766a241e010dafb8867db0c" + }, + { + "name": "Commander", + "version": "1.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.1.0.zip", + "archiveFileName": "Commander-1.1.0.zip", + "size": 53186, + "checksum": "SHA-256:8c22280ba1d737eaa302c64d6ef8ed00448aab9dc700b7527a0acec6728ff09c" + }, + { + "name": "Commander", + "version": "1.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.2.0.zip", + "archiveFileName": "Commander-1.2.0.zip", + "size": 59249, + "checksum": "SHA-256:69a754afb17630c2811d838506d1bc465abe3aa93ff300c107d31db5a0b954d4" + }, + { + "name": "Commander", + "version": "1.2.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.2.1.zip", + "archiveFileName": "Commander-1.2.1.zip", + "size": 56781, + "checksum": "SHA-256:5e8b711eb6e423a1d66cfb3457742ebf6d25b0a61355652c2ac34ddf3caf8845" + }, + { + "name": "Commander", + "version": "1.3.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.3.1.zip", + "archiveFileName": "Commander-1.3.1.zip", + "size": 58877, + "checksum": "SHA-256:82d5cddc0efc75a2fd7990269214434e336764c3821327e5ea2982c3369feb26" + }, + { + "name": "Commander", + "version": "2.0.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.0.0.zip", + "archiveFileName": "Commander-2.0.0.zip", + "size": 69727, + "checksum": "SHA-256:84fad85b4f511f5ffcf6622fbdb909428ed6fc797cc63a1cf2b654417925736c" + }, + { + "name": "Commander", + "version": "2.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.1.0.zip", + "archiveFileName": "Commander-2.1.0.zip", + "size": 70183, + "checksum": "SHA-256:de1dd01d6b8d237bec2b586bd2a8f4b270b5dfd4d39818ef106fe04048814dc5" + }, + { + "name": "Commander", + "version": "2.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.2.0.zip", + "archiveFileName": "Commander-2.2.0.zip", + "size": 66289, + "checksum": "SHA-256:4c2024691a346af3ba35ef7fec19d38c610aa7f7a3db3f1ef4932e6812d6abd3" + }, + { + "name": "Commander", + "version": "3.0.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.0.0.zip", + "archiveFileName": "Commander-3.0.0.zip", + "size": 73580, + "checksum": "SHA-256:c581cf1babebb0d0d5ea0c7b6a4c01de946551f61a1994daf0b5545c907b06d6" + }, + { + "name": "Commander", + "version": "3.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.1.0.zip", + "archiveFileName": "Commander-3.1.0.zip", + "size": 74221, + "checksum": "SHA-256:2d7ead2bfb86d512bcd8e00666d4019fabbae84fb19ec44b313f2cc7ceac65cb" + }, + { + "name": "Commander", + "version": "3.1.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.1.1.zip", + "archiveFileName": "Commander-3.1.1.zip", + "size": 74251, + "checksum": "SHA-256:0a3156e327b518cf4ca417a209928a9cae718d2e1a9398600f91f0f5ea536d80" + }, + { + "name": "Commander", + "version": "3.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.2.0.zip", + "archiveFileName": "Commander-3.2.0.zip", + "size": 75228, + "checksum": "SHA-256:61e39387d3db2b4edcf0df6861c05da8b1ff84db2715576723e66d471d4f20a3" + }, + { + "name": "Commander", + "version": "4.0.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.0.0.zip", + "archiveFileName": "Commander-4.0.0.zip", + "size": 76001, + "checksum": "SHA-256:e4e6dd09e0abc7e64e28d79eb710a0696611741ba1c26415020d33286d7d1d6e" + }, + { + "name": "Commander", + "version": "4.0.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.0.1.zip", + "archiveFileName": "Commander-4.0.1.zip", + "size": 76003, + "checksum": "SHA-256:cc98b654cd74973c86208956865e94a098612d22733d326b9ea5fb95961d8a96" + }, + { + "name": "Commander", + "version": "4.1.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.1.0.zip", + "archiveFileName": "Commander-4.1.0.zip", + "size": 76621, + "checksum": "SHA-256:3c0b4122c891a1f34ee981373b0c726f9e807a2ff7791086c02330b6cbfd1430" + }, + { + "name": "Commander", + "version": "4.1.1", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.1.1.zip", + "archiveFileName": "Commander-4.1.1.zip", + "size": 76592, + "checksum": "SHA-256:19a46cd31bc32f282b624489d99daa01e7a88cb38bbc1cfc37575ecddd652369" + }, + { + "name": "Commander", + "version": "4.2.0", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.2.0.zip", + "archiveFileName": "Commander-4.2.0.zip", + "size": 91928, + "checksum": "SHA-256:cf14fae011388147e2f11fb91e44d49ce1c55f7b8819cfc3dc64cfd7c29a540e" + }, + { + "name": "Commander", + "version": "4.2.2", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.2.2.zip", + "archiveFileName": "Commander-4.2.2.zip", + "size": 91925, + "checksum": "SHA-256:d0c1a8e101bd58a0622edab23c20098c9250c2edfa05cc98b8438a786a91a636" + }, + { + "name": "Commander", + "version": "4.2.3", + "author": "Bill Bigge", + "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", + "sentence": "Command line library for Arduino.", + "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", + "website": "https://github.com/CreativeRobotics/Commander", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CreativeRobotics/Commander.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.2.3.zip", + "archiveFileName": "Commander-4.2.3.zip", + "size": 92009, + "checksum": "SHA-256:07eaaf74b8944bb8a685d701fa8a6ac15d819450d9cbdbfd89f672f2d7f7dbd0" + }, + { + "name": "P1AM", + "version": "0.3.1", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-0.3.1.zip", + "archiveFileName": "P1AM-0.3.1.zip", + "size": 60389, + "checksum": "SHA-256:792257fcafeabd38472cced90c07d5a8d195c4eb314008f4cb1fc4dce43efe00" + }, + { + "name": "P1AM", + "version": "1.0.0", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.0.zip", + "archiveFileName": "P1AM-1.0.0.zip", + "size": 67765, + "checksum": "SHA-256:d9a84a585d96e246602551e6e9a22df4e735409b18b387febe3f573f726d69f4" + }, + { + "name": "P1AM", + "version": "1.0.1", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.1.zip", + "archiveFileName": "P1AM-1.0.1.zip", + "size": 67810, + "checksum": "SHA-256:8eab7b13707f1ad85dbcbfcbb2d158b718b4ef391501e3e4289441881ca30c8a" + }, + { + "name": "P1AM", + "version": "1.0.3", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.3.zip", + "archiveFileName": "P1AM-1.0.3.zip", + "size": 69363, + "checksum": "SHA-256:8c6854d17c84bfbba17654fde67fc7ce3f99dd6d2da1459443527c11e9a2fc00" + }, + { + "name": "P1AM", + "version": "1.0.4", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.4.zip", + "archiveFileName": "P1AM-1.0.4.zip", + "size": 69363, + "checksum": "SHA-256:9543f0ba11779974da652c511e7ce81ccef96222f386c636717aecb788f92575" + }, + { + "name": "P1AM", + "version": "1.0.5", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.5.zip", + "archiveFileName": "P1AM-1.0.5.zip", + "size": 69367, + "checksum": "SHA-256:af6099302c0c478d7b9e128bc34727008bc1d0ccec95a3d9b53ea11d39fd8626" + }, + { + "name": "P1AM", + "version": "1.0.6", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM-100 CPU library", + "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.6.zip", + "archiveFileName": "P1AM-1.0.6.zip", + "size": 69537, + "checksum": "SHA-256:3c5bc98ced13d05a868d855a220074a5a02a88a803e3596fb323f82c547739d6" + }, + { + "name": "P1AM", + "version": "1.0.7", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM CPU library", + "paragraph": "A library that has all the functions needed to interface the P1AM-100 and P1AM-200 CPUs to P1000 I/O modules.", + "website": "https://github.com/facts-engineering/P1AM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/facts-engineering/P1AM.git", + "providesIncludes": [ + "P1AM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.7.zip", + "archiveFileName": "P1AM-1.0.7.zip", + "size": 70734, + "checksum": "SHA-256:579074c88b16adc34b8e79eea28b6617e5f89e7b72a2907f7316ddf2dcdde459" + }, + { + "name": "Wireling", + "version": "0.1.0", + "author": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "maintainer": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "sentence": "Simple helper functions for using Wireling boards.", + "paragraph": "Allows for easy use of Wireling boards and adapters on multiple platforms.", + "website": "https://TinyCircuits.com/Wirelings", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TinyCircuits/TinyCircuits-Wireling-Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TinyCircuits/Wireling-0.1.0.zip", + "archiveFileName": "Wireling-0.1.0.zip", + "size": 7650, + "checksum": "SHA-256:87c47837586881aeb3fe6178320366e01e421e3eb257216e68ebf8929aeca801" + }, + { + "name": "Wireling", + "version": "0.1.1", + "author": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "maintainer": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", + "sentence": "Simple helper functions for using Wireling boards.", + "paragraph": "Allows for easy use of Wireling boards and adapters on multiple platforms.", + "website": "https://TinyCircuits.com/Wirelings", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TinyCircuits/TinyCircuits-Wireling-Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TinyCircuits/Wireling-0.1.1.zip", + "archiveFileName": "Wireling-0.1.1.zip", + "size": 7809, + "checksum": "SHA-256:4f519d96af89bba1687e46d0de63284b6fd2503c2a9d9a00f6d3af82c5b8e133" + }, + { + "name": "MorseCodeMachine", + "version": "1.0.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.0.0.zip", + "archiveFileName": "MorseCodeMachine-1.0.0.zip", + "size": 7745, + "checksum": "SHA-256:0ebfad66dfdb750bed345cae542f330c49b752ee5bf727a63ea23478d6f705fb" + }, + { + "name": "MorseCodeMachine", + "version": "1.0.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.0.1.zip", + "archiveFileName": "MorseCodeMachine-1.0.1.zip", + "size": 8554, + "checksum": "SHA-256:b983db4141c0dcb0a9f697842c83f278cad5eab2c0b5c823686a8e88492c4cfb" + }, + { + "name": "MorseCodeMachine", + "version": "1.1.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.0.zip", + "archiveFileName": "MorseCodeMachine-1.1.0.zip", + "size": 8726, + "checksum": "SHA-256:deed35bb4338a97ee85cf16d61ef24daa72869451ecfcb7b331eebb33183f300" + }, + { + "name": "MorseCodeMachine", + "version": "1.1.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.1.zip", + "archiveFileName": "MorseCodeMachine-1.1.1.zip", + "size": 8929, + "checksum": "SHA-256:eccb6d01577ba938d4f8ee32c73f95fa53c89ad23f51779114f07bc0c48f9000" + }, + { + "name": "MorseCodeMachine", + "version": "1.1.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.2.zip", + "archiveFileName": "MorseCodeMachine-1.1.2.zip", + "size": 11805, + "checksum": "SHA-256:8f76cc6b5bb91af1804952a026e744a3db79551ea64f3da1d451866f78f54fb5" + }, + { + "name": "MorseCodeMachine", + "version": "1.10.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.10.0.zip", + "archiveFileName": "MorseCodeMachine-1.10.0.zip", + "size": 78034, + "checksum": "SHA-256:76874b4db80f5344f4839f3f3066def287d6a9fead31d201ac9c7457d1135022" + }, + { + "name": "MorseCodeMachine", + "version": "1.10.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.10.1.zip", + "archiveFileName": "MorseCodeMachine-1.10.1.zip", + "size": 78025, + "checksum": "SHA-256:85966af8294a20029420ced3a5f22fa5300798d029e3d653dcb7f40d0f9d9435" + }, + { + "name": "MorseCodeMachine", + "version": "1.2.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.0.zip", + "archiveFileName": "MorseCodeMachine-1.2.0.zip", + "size": 14228, + "checksum": "SHA-256:dffcba8f96b819a902f0c97c96fac5984d6b61afd62390630e6d746eaa422445" + }, + { + "name": "MorseCodeMachine", + "version": "1.2.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.1.zip", + "archiveFileName": "MorseCodeMachine-1.2.1.zip", + "size": 14328, + "checksum": "SHA-256:a8a2cb9588a30f9b34d3d31abeeebf2c4e0f000f85d3cf122de1d08de838ade4" + }, + { + "name": "MorseCodeMachine", + "version": "1.2.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.2.zip", + "archiveFileName": "MorseCodeMachine-1.2.2.zip", + "size": 14328, + "checksum": "SHA-256:2de3ee57a6fa23c77ce2de5f129d44c3674488f0aaed2b8df20b0fbd56e2c680" + }, + { + "name": "MorseCodeMachine", + "version": "1.3.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.3.0.zip", + "archiveFileName": "MorseCodeMachine-1.3.0.zip", + "size": 14890, + "checksum": "SHA-256:256f4d671822057be8626fc13a4a712d11f045d3dbf416804db6b9f7bd5d7d42" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.0.zip", + "archiveFileName": "MorseCodeMachine-1.4.0.zip", + "size": 18287, + "checksum": "SHA-256:e05d51638c354936933b11d4c35beaa2fbe933f2c6d782e93f0699400dd87815" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.1.zip", + "archiveFileName": "MorseCodeMachine-1.4.1.zip", + "size": 20384, + "checksum": "SHA-256:932b738bf5c757079d9a8d9c98544e58ea3e9a67b3d2fe79bacfe50148c96729" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.10", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.10.zip", + "archiveFileName": "MorseCodeMachine-1.4.10.zip", + "size": 28349, + "checksum": "SHA-256:f7baadfd76afe44e7e3c58699977f7573c54fe9a7a54de43eaafe325908a4833" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.11", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.11.zip", + "archiveFileName": "MorseCodeMachine-1.4.11.zip", + "size": 28342, + "checksum": "SHA-256:ed36104cea6b6c79c15fae90593b81157994e33b0d79202adb12c7dc4f4fb0b8" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.12", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.12.zip", + "archiveFileName": "MorseCodeMachine-1.4.12.zip", + "size": 30149, + "checksum": "SHA-256:c284b5d11057ad08970e52cdd0125e6698bd9a6d6ca845877463e7e10e198fa9" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.2.zip", + "archiveFileName": "MorseCodeMachine-1.4.2.zip", + "size": 20487, + "checksum": "SHA-256:735c8b94e44eea8e2ac2c170d018ac1a11fe49c3151d1b4c30da10ac477cb28b" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.3", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.3.zip", + "archiveFileName": "MorseCodeMachine-1.4.3.zip", + "size": 21329, + "checksum": "SHA-256:66f1da4ea6483a639885ff6a0dedb863da45b2d9f1e2f4a0d706e10f3a20c3c9" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.4", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.4.zip", + "archiveFileName": "MorseCodeMachine-1.4.4.zip", + "size": 26919, + "checksum": "SHA-256:3e9790fe710733f5e9bb7fda14ad2f027f1fdd6415a254ff4db3ae5a37947eda" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.5", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.5.zip", + "archiveFileName": "MorseCodeMachine-1.4.5.zip", + "size": 27198, + "checksum": "SHA-256:ff49c2e9c74e04fdd92919448367d79d5233a3069f920e862716c1bac6377b4c" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.6", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.6.zip", + "archiveFileName": "MorseCodeMachine-1.4.6.zip", + "size": 27300, + "checksum": "SHA-256:b8c52bbf442ba169a8387c95ddd4705847ebb711a36b53bb0028e351a571fcf9" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.7", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.7.zip", + "archiveFileName": "MorseCodeMachine-1.4.7.zip", + "size": 27362, + "checksum": "SHA-256:4ac700fece2d5103439b91dfec67659a294171768fb0652be061b81960f4abbd" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.8", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.8.zip", + "archiveFileName": "MorseCodeMachine-1.4.8.zip", + "size": 27475, + "checksum": "SHA-256:fec4d373a6f8abe7797ab78084614ec556466e3037d7fc85dfe86f9d692eef25" + }, + { + "name": "MorseCodeMachine", + "version": "1.4.9", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.9.zip", + "archiveFileName": "MorseCodeMachine-1.4.9.zip", + "size": 28100, + "checksum": "SHA-256:890a44f95b09a2ffa95fd77d03f177fb7d2a23f62ef96c6cffa0a8306f9eb105" + }, + { + "name": "MorseCodeMachine", + "version": "1.5.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.0.zip", + "archiveFileName": "MorseCodeMachine-1.5.0.zip", + "size": 37896, + "checksum": "SHA-256:8aabcd1e1042e432ae7e1567cf423863fd113d249ea98ef52a2cc1e9a1dcd375" + }, + { + "name": "MorseCodeMachine", + "version": "1.5.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.1.zip", + "archiveFileName": "MorseCodeMachine-1.5.1.zip", + "size": 38142, + "checksum": "SHA-256:1c4b98c6967ec76e5f92f050e05d3393294f93fc6553a8fad3f7b19e2e7e7048" + }, + { + "name": "MorseCodeMachine", + "version": "1.5.2", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.2.zip", + "archiveFileName": "MorseCodeMachine-1.5.2.zip", + "size": 39985, + "checksum": "SHA-256:7ade7ad1976ac863f7df87ce1c33871308c259161d141c4aceb0ee35bc6cbdfd" + }, + { + "name": "MorseCodeMachine", + "version": "1.6.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.6.0.zip", + "archiveFileName": "MorseCodeMachine-1.6.0.zip", + "size": 42040, + "checksum": "SHA-256:21f2850fa3347d0198881382ed526e01a50137260a6059a3319f407b2ecb3b7f" + }, + { + "name": "MorseCodeMachine", + "version": "1.6.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.6.1.zip", + "archiveFileName": "MorseCodeMachine-1.6.1.zip", + "size": 42416, + "checksum": "SHA-256:6e5e47f4f8387afebe48e0bbb188c3792ffc83c65d029ef660443df964d95606" + }, + { + "name": "MorseCodeMachine", + "version": "1.7.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.7.0.zip", + "archiveFileName": "MorseCodeMachine-1.7.0.zip", + "size": 50618, + "checksum": "SHA-256:c23507f40849719ecb5291682de89fb3ae17db76b877a79e413726e0e8d66043" + }, + { + "name": "MorseCodeMachine", + "version": "1.7.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.7.1.zip", + "archiveFileName": "MorseCodeMachine-1.7.1.zip", + "size": 51415, + "checksum": "SHA-256:5b3579173d0cfa48caa223320dd6aa3c53bbd18ba1e8798e17d702b575ae5050" + }, + { + "name": "MorseCodeMachine", + "version": "1.8.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.8.0.zip", + "archiveFileName": "MorseCodeMachine-1.8.0.zip", + "size": 60131, + "checksum": "SHA-256:329c5ed54755b143162e901311eb87fe4b596b50ea7c7dd6481d507651235c76" + }, + { + "name": "MorseCodeMachine", + "version": "1.9.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.9.0.zip", + "archiveFileName": "MorseCodeMachine-1.9.0.zip", + "size": 68694, + "checksum": "SHA-256:5d2d5ddba02441259045973e34bf9dc8303fdaa0027c22a6a4d59d52bd825477" + }, + { + "name": "MorseCodeMachine", + "version": "1.11.0", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.11.0.zip", + "archiveFileName": "MorseCodeMachine-1.11.0.zip", + "size": 81823, + "checksum": "SHA-256:e08e33460375d0e86585cdb599eabcb651606030fb067edf3c849af8de27cf2d" + }, + { + "name": "MorseCodeMachine", + "version": "1.11.1", + "author": "Francis de la Cerna", + "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", + "sentence": "Get started with Arduino by learning Morse code.", + "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", + "website": "https://github.com/imfrancisd/MorseCodeMachine", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "providesIncludes": [ + "MorseCodeMachine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.11.1.zip", + "archiveFileName": "MorseCodeMachine-1.11.1.zip", + "size": 85219, + "checksum": "SHA-256:1dbd77eec4244ede930c58e89c7f2e51bd20b6f8f2139424c3ea8f87fa99ec0c" + }, + { + "name": "nrf_rng", + "version": "1.0.0", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "True non-deterministic random numbers for nRF5 series chips. MIT License.", + "paragraph": "rng, true random, non-deterministic, cryptographic, nRF52810, nRF52832, nRF52840", + "website": "https://github.com/SimpleHacks/nrf_rng", + "category": "Device Control", + "architectures": [ + "nrf52", + "nrf52_adafruit" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/hw_rng.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/nrf_rng-1.0.0.zip", + "archiveFileName": "nrf_rng-1.0.0.zip", + "size": 7551, + "checksum": "SHA-256:ed674f365837288c4557552375ddc3e3535c1a5552d748474784e1166fd26ce6" + }, + { + "name": "nrf_rng", + "version": "1.1.0", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "True non-deterministic random numbers for nRF5 series chips. MIT License.", + "paragraph": "rng, true random, non-deterministic, cryptographic, nRF52810, nRF52832, nRF52840", + "website": "https://github.com/SimpleHacks/hw_rng", + "category": "Device Control", + "architectures": [ + "nrf52", + "nrf52_adafruit" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/hw_rng.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/nrf_rng-1.1.0.zip", + "archiveFileName": "nrf_rng-1.1.0.zip", + "size": 7971, + "checksum": "SHA-256:3e32cb8bfc07920b47cfc8f69130c7ae59f13a50e6c6bfc7188101dddf7c400f" + }, + { + "name": "EzDmaHelper", + "version": "0.1.0-alpha", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "Buffer management helper for use with EasyDMA-enabled hardware. MIT License.", + "website": "https://github.com/SimpleHacks/EzDmaHelper", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/EzDmaHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/EzDmaHelper-0.1.0-alpha.zip", + "archiveFileName": "EzDmaHelper-0.1.0-alpha.zip", + "size": 14811, + "checksum": "SHA-256:2182cf88e9650bb1ae0c6796df13b750533420b95d6703df03afe98dc7a9794b" + }, + { + "name": "EzDmaHelper", + "version": "0.2.0-alpha", + "author": "SimpleHacks", + "maintainer": "SimpleHacks", + "sentence": "Buffer management helper for use with EasyDMA-enabled hardware. MIT License.", + "website": "https://github.com/SimpleHacks/EzDmaHelper", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SimpleHacks/EzDmaHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/EzDmaHelper-0.2.0-alpha.zip", + "archiveFileName": "EzDmaHelper-0.2.0-alpha.zip", + "size": 16775, + "checksum": "SHA-256:aa5fbbd6b45aee0e2bdfc2431e68faf96d181281c3e22fb67f1174d67b973fe0" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.0.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.0.zip", + "size": 11844, + "checksum": "SHA-256:2b9af89a287634ad247d5d14176c9e6acb19651bd89bcec7058b5396974470f1" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.1.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.1.zip", + "size": 12726, + "checksum": "SHA-256:548efbd4d082b77d9ec62f2ed3592bea9fd3166e071f502dd8347d5127730777" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.2.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.2.zip", + "size": 12727, + "checksum": "SHA-256:285c3ca74e5c06ffd5b676b91299de40dbb0d88c82d8b5bbda32282c5575f7df" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.3.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.3.zip", + "size": 15549, + "checksum": "SHA-256:b2c6fc542a553c2a1c96315e3d27415d0c5e11824a91e1adc7a375a863ea0bc9" + }, + { + "name": "Adafruit ICM20649", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20649", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.4.zip", + "archiveFileName": "Adafruit_ICM20649-1.0.4.zip", + "size": 241174, + "checksum": "SHA-256:e5f79221cc13a57a77b120945b3a2a96b709e21ff9e520cb67350de9a30c9459" + }, + { + "name": "Throttle", + "version": "1.0.0", + "author": "Michele Gruppioni @Gruppio", + "maintainer": "Michele Gruppioni @Gruppio", + "sentence": "Just like Debounce but faster", + "paragraph": "Debounce a pin without initials delays", + "website": "https://github.com/Gruppio/Throttle.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Gruppio/Throttle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Gruppio/Throttle-1.0.0.zip", + "archiveFileName": "Throttle-1.0.0.zip", + "size": 3719, + "checksum": "SHA-256:02e6df82d1c6dbdf50de9cff9029baa0d704c22c9ce4141ac2856200d4d396fb" + }, + { + "name": "SPIFFS_FilePrint", + "version": "1.0.0", + "author": "Pete \u003carduino@pete.ch\u003e", + "maintainer": "Pete \u003carduino@pete.ch\u003e", + "sentence": "Lightweight library for rolling file print. It logs to SPIFFS.", + "paragraph": "Extends the well known Print interface and writes files you specify in a rolling fashion.", + "website": "https://github.com/PRosenb/PIFFS_FilePrint", + "category": "Other", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PRosenb/SPIFFS_FilePrint.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/SPIFFS_FilePrint-1.0.0.zip", + "archiveFileName": "SPIFFS_FilePrint-1.0.0.zip", + "size": 11866, + "checksum": "SHA-256:7d782ed1033990efc96ec7a621cc2a9a0504342602b995cac154fac1f3fe20af" + }, + { + "name": "YACL", + "version": "1.0.0", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.0.zip", + "archiveFileName": "YACL-1.0.0.zip", + "size": 26172, + "checksum": "SHA-256:7de4757e3252ea7f875267c75a132060ede53c7fde629963d4f7638b276d465b" + }, + { + "name": "YACL", + "version": "1.0.1", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.1.zip", + "archiveFileName": "YACL-1.0.1.zip", + "size": 27936, + "checksum": "SHA-256:25298d8671d1336f4e73379c5982566d4943fdafcbfb61f2f9429103f55684c0" + }, + { + "name": "YACL", + "version": "1.0.2", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.2.zip", + "archiveFileName": "YACL-1.0.2.zip", + "size": 29374, + "checksum": "SHA-256:47c6466f90f8519e39a9d000d7725063d1a61df8500b80450b4b93869a7c98af" + }, + { + "name": "YACL", + "version": "1.0.3", + "author": "Alexandre Marquet", + "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", + "sentence": "Yet Another CBOR Library.", + "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", + "website": "https://github.com/telecombretagne/YACL.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telecombretagne/YACL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.3.zip", + "archiveFileName": "YACL-1.0.3.zip", + "size": 29815, + "checksum": "SHA-256:3023ee71d6c7bb04bb263b2e53e78b52b61e3374c768031f09b4d82d2b832a00" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.3.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.3.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.3.0.zip", + "size": 20660, + "checksum": "SHA-256:7dacfced0109e97433046470898b54abb7005aded0fcb6826fa16952086ae7d1" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.4.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.4.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.4.0.zip", + "size": 21730, + "checksum": "SHA-256:d17eeb1c53f060122e1806988247615e5face8505b962ecfeea263328c315c23" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.5.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.5.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.5.0.zip", + "size": 22718, + "checksum": "SHA-256:ae9ff911903d562a07beee47cd8a29eeb7ec6402f04dd841a5052bfbe4f5c74c" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.6.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.6.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.6.0.zip", + "size": 22923, + "checksum": "SHA-256:dfbada66aa80f6fd89c0741143998697ee57e257ab55081e6315e969effe0f1f" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.6.1", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.6.1.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.6.1.zip", + "size": 22926, + "checksum": "SHA-256:151a5f13e24be5d55b60f97738cd490cc1887b5e7d71e779a691925042679f18" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.7.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.7.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.7.0.zip", + "size": 24299, + "checksum": "SHA-256:316d4d509f2bcd5683e5509c3afb9464ac92f16f22f93bcb0639351ee44daa40" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.0.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.0.zip", + "size": 24304, + "checksum": "SHA-256:c38080ad8cf6725637076a70a5d887856ca028bb232956f1d3f5336cd7449582" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.1", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.1.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.1.zip", + "size": 24308, + "checksum": "SHA-256:2dd0de586ebcb4616490dc965ce6810bb9d0972e26f7f01ed0c66f7e77fdc8d5" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.2", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.2.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.2.zip", + "size": 24312, + "checksum": "SHA-256:61a1a3558b2b67652aea8668ff9d3ef1ec8150d59a6d2a4f1e203026d2a36ee3" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.3", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT, the Adafruit Trinket M0, the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.3.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.3.zip", + "size": 360053, + "checksum": "SHA-256:7249ef75fa837c6f4c0c3b15479a8b92b90fc809c533894b4ab46fc78dcd2f9f" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.4", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "paragraph": "Supports the Nano 33 IoT, the Adafruit Trinket M0, the Zero (untested), and the MKR series (untested).", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.4.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.4.zip", + "size": 360047, + "checksum": "SHA-256:21ecaa3372bcb95cd6f6256a3e3fcae8339a6528b472737f355d30c6cebb4996" + }, + { + "name": "SAMD21 turbo PWM", + "version": "0.8.5", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Fast-PWM library for SAMD21G-based Arduinos", + "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "providesIncludes": [ + "SAMD21turboPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.5.zip", + "archiveFileName": "SAMD21_turbo_PWM-0.8.5.zip", + "size": 360017, + "checksum": "SHA-256:0ea1b2e49471494a297894f99c97e85c1764a3e7da30effb0af017668c38d12c" + }, + { + "name": "eHaJo Absolute Pressure Addon", + "version": "1.0.0", + "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", + "sentence": "Support for I²C absolute pressure board with WSEN-PADS chip.", + "paragraph": "24bit absolute pressure sensor from wuerth elektronik with integrated temperature measurement.", + "website": "https://github.com/ehajo/WSEN-PADS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ehajo/WSEN-PADS.git", + "providesIncludes": [ + "eHaJo_WSEN-PADS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_Absolute_Pressure_Addon-1.0.0.zip", + "archiveFileName": "eHaJo_Absolute_Pressure_Addon-1.0.0.zip", + "size": 11257, + "checksum": "SHA-256:89dbc90e4fd700370e0c377ecdbf732083fe0afd46d1d389bf3d13319c7e6624" + }, + { + "name": "LibLucesCiudad", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the City Lights educative system.", + "paragraph": "This library allows you to control every device of the City Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibLucesCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibLucesCiudad-1.0.0.zip", + "archiveFileName": "LibLucesCiudad-1.0.0.zip", + "size": 1308153, + "checksum": "SHA-256:490c388a08e0b494c565564eb79fe8d9d4d0acd4e04f0ca6831fd9ddc9fdb00d" + }, + { + "name": "LibLucesCiudad", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the City Lights educative system.", + "paragraph": "This library allows you to control every device of the City Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibLucesCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibLucesCiudad-1.1.0.zip", + "archiveFileName": "LibLucesCiudad-1.1.0.zip", + "size": 1053909, + "checksum": "SHA-256:ca7a5dc6f1ba7cbdfb273ff87f5bac64bd4594ade49c9374c4431500bddd0638" + }, + { + "name": "LibSemaforosCiudad", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Traffic Lights educative system.", + "paragraph": "This library allows you to control every device of the Traffic Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibSemaforosCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforosCiudad-1.0.0.zip", + "archiveFileName": "LibSemaforosCiudad-1.0.0.zip", + "size": 612217, + "checksum": "SHA-256:3ecca077d123d7401f5dcb7193a45bb847ee381da6338fd476c8ecfae22bf713" + }, + { + "name": "LibSemaforosCiudad", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Traffic Lights educative system.", + "paragraph": "This library allows you to control every device of the Traffic Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibSemaforosCiudad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforosCiudad-1.1.0.zip", + "archiveFileName": "LibSemaforosCiudad-1.1.0.zip", + "size": 625969, + "checksum": "SHA-256:20e65c4e8ce6622ea9e6861e75a57197a23a2a04ea2bfedd5ad9a167b48c8c80" + }, + { + "name": "StackString", + "version": "0.1.0", + "author": "Arjen Stens \u003cme@arjenstens.com\u003e", + "maintainer": "Arjen Stens \u003cme@arjenstens.com\u003e", + "sentence": "This library was written to accommodate a need for a string class but without the (memory) disadvantages that regular std::string brings.", + "paragraph": "For an example of how to use this library go to: https://arjenstens.com/an-alternative-to-the-memory-fragmenting-string-class-for-arduino/", + "website": "https://arjenstens.com/an-alternative-to-the-memory-fragmenting-string-class-for-arduino/", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/arduino-libraries/stackstring.git", + "providesIncludes": [ + "StackString.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StackString-0.1.0.zip", + "archiveFileName": "StackString-0.1.0.zip", + "size": 17085, + "checksum": "SHA-256:e692d4d8b38ef2695d206822302e33da821c81db962e49540a233af52d8cf1b2" + }, + { + "name": "LibEdificio", + "version": "1.0.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Building Lights educative system.", + "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibEdificio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.0.0.zip", + "archiveFileName": "LibEdificio-1.0.0.zip", + "size": 605185, + "checksum": "SHA-256:7c8295bb3ad49fee665470517a28806b5d2598b0ea09b3f84f418dc97ccce231" + }, + { + "name": "LibEdificio", + "version": "1.1.0", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Building Lights educative system.", + "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibEdificio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.1.0.zip", + "archiveFileName": "LibEdificio-1.1.0.zip", + "size": 612799, + "checksum": "SHA-256:2d943c275c1b0f1c6dd2cca5028e90ee2e4d5b3071ca3d810d7f74e1f63b58be" + }, + { + "name": "LibEdificio", + "version": "1.1.1", + "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", + "sentence": "Allows to control the Building Lights educative system.", + "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", + "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/javisank/LibEdificio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.1.1.zip", + "archiveFileName": "LibEdificio-1.1.1.zip", + "size": 613434, + "checksum": "SHA-256:4f6eb195cd11421742ec0a0072b556918f2b4be65573a9d80bc5f01aa3acc64d" + }, + { + "name": "aTalkArduino", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Real Time Data communication protocol", + "paragraph": "Protocol based on ASCII encoded messages", + "website": "https://github.com/fabriziop/aTalkArduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/aTalkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/aTalkArduino-0.1.0.zip", + "archiveFileName": "aTalkArduino-0.1.0.zip", + "size": 38356, + "checksum": "SHA-256:1cdf59195e186bc0e27a70240e052740526e16adb66b66fd8f47a2cc8d8ad13e" + }, + { + "name": "aTalkArduino", + "version": "0.2.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Real Time Data communication protocol", + "paragraph": "Protocol based on ASCII encoded messages", + "website": "https://github.com/fabriziop/aTalkArduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/aTalkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/aTalkArduino-0.2.0.zip", + "archiveFileName": "aTalkArduino-0.2.0.zip", + "size": 38349, + "checksum": "SHA-256:e12779dfc79b4d1cc841cebb76ef181eb42b13cf8597fd5134480c21cc3f112a" + }, + { + "name": "aTalkArduino", + "version": "0.2.1", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Real Time Data communication protocol", + "paragraph": "Protocol based on ASCII encoded messages", + "website": "https://github.com/fabriziop/aTalkArduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/aTalkArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/aTalkArduino-0.2.1.zip", + "archiveFileName": "aTalkArduino-0.2.1.zip", + "size": 38364, + "checksum": "SHA-256:7516e4963d4b3c7383a30bfb01b333af0327c32ff92c1141687d93b51fb5a708" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Why is this library the best? No need for byte order calculations, this library makes reading and writing ints, floats, and structs simple. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.0.zip", + "size": 20469, + "checksum": "SHA-256:e338b7090bd91774471b926768d7aecbe0354f03750b02a2a3ea88cb0088e3d4" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Why is this library the best? No need for byte order calculations, this library makes reading and writing ints, floats, and structs simple. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.1.zip", + "size": 20768, + "checksum": "SHA-256:7b951bf873a35951f1f9efd054b410f1d4be68f71b70d576adf71d2dbf63d87c" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.2.zip", + "size": 24992, + "checksum": "SHA-256:dd48435d72d90f0b62e963c3d6782e290b141ca830379573556bc74c12de8123" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.3.zip", + "size": 25042, + "checksum": "SHA-256:03e76cc6bbe7f2484471b34067070330295b43ea1ef093901e5e87cef2ae95de" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.4.zip", + "size": 25076, + "checksum": "SHA-256:25524903bf20508e07a558434bf3135a1fdcf66664f8c163bf498acca755b740" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.5.zip", + "size": 25132, + "checksum": "SHA-256:d3aae9b82909d818296937a1381c58019a671c6a6993ac15c4593d58a3433f37" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.6", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.6.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.6.zip", + "size": 25299, + "checksum": "SHA-256:fb683b142f5c22ccbff14d02a6ff45e0d003b43d25a8cf2e8f4631528d5137d9" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.7", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.7.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.7.zip", + "size": 25336, + "checksum": "SHA-256:75f736c4035db0a44ae1a355b3d200748af3978dfed8c0fd396d5b60841d5b1d" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.8", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.8.zip", + "size": 25391, + "checksum": "SHA-256:34cef4bede55c34f32ce8413f3ee6b82540b1738314cf3cbafbf075a95514de3" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.9", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.9.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.9.zip", + "size": 25496, + "checksum": "SHA-256:55410b2984b3017ebf436562d4d60e75749296261d97587b36b72ff74e0a9335" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.10", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.10.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.10.zip", + "size": 25549, + "checksum": "SHA-256:9147c06242070512a4e2d6012fa92b83a2c70c22cdb640684f770e51c19fb914" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.11", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.11.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.11.zip", + "size": 25557, + "checksum": "SHA-256:572f8a02b074a41b4a7944f7e9ec982842dca10f14a24f72c3617b44cc54b449" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.12", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.12.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.12.zip", + "size": 25653, + "checksum": "SHA-256:32ada9bc48789fcc596cd04ade9accad1534c6a36279aa52c15ae405e51e3c00" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.13", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.13.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.13.zip", + "size": 25966, + "checksum": "SHA-256:8a740ee86da5e6024531bd5e0e2752810e1d60d5ebb41d9e7792e80cbc6bc07f" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "1.0.14", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.14.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.14.zip", + "size": 28075, + "checksum": "SHA-256:bd5e9c95370c0bb88099d3a8fe15648345d178c465e484257e9bcee30b107bbb" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Automatically detected EEPROM specs including memory size, page size, address bytes, and write times. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC00, 24LC01B, 24AA02, 24LC04B, 24LC16BH, 24LC32A, 24LC256, 24LC1025, and 24LC1026.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-2.0.0.zip", + "size": 34133, + "checksum": "SHA-256:608a03eef842aedf4876bd48a56185756e8ac7882387e07d0cc020d9cea1e065" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Automatically detected EEPROM specs including memory size, page size, address bytes, and write times. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/18355\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC00, 24LC01B, 24AA02, 24LC04B, 24LC16BH, 24LC32A, 24LC256, CAT24C512, 24LC1025, and 24LC1026.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-2.0.1.zip", + "size": 34570, + "checksum": "SHA-256:133e9cff8412ce3154ca1eb63aa9aaee0e4c265fb30d13da4acf0f6b1cb7ac9d" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "3.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Automatically detected EEPROM specs including memory size, page size, address bytes, and write times. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/18355\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC00, 24LC01B, 24AA02, 24LC04B, 24LC16BH, 24LC32A, 24LC256, CAT24C512, 24LC1025, and 24LC1026.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-3.0.0.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-3.0.0.zip", + "size": 36077, + "checksum": "SHA-256:61f06a4a924b1a0ffb67c71b081067f6d7baede798736f73005b74f1d250ec62" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "3.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-3.1.0.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-3.1.0.zip", + "size": 45716, + "checksum": "SHA-256:0e01dc9386a94bba579098541a2a84eac40021eba02d23dbb2249b71ce3b2e93" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "3.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-3.1.1.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-3.1.1.zip", + "size": 49449, + "checksum": "SHA-256:1e39b6bbca6dfe59337847a141fd9251a039896bfb06441ed76d0275dd257a43" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "3.1.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-3.1.2.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-3.1.2.zip", + "size": 49449, + "checksum": "SHA-256:15c3a8462268cb28d1417b246991398d70fcc922320db3110c76124ed3d9c921" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "3.2.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/18355\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC00, 24LC01B, 24AA02, 24LC04B, 24LC16BH, 24LC32A, 24LC256, CAT24C512, 24LC1025, and 24LC1026.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-3.2.0.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-3.2.0.zip", + "size": 33965, + "checksum": "SHA-256:e7ed9745280a7851528321cdc3570bd9db679c62eeb395010509afd1865681b4" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "3.2.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/18355\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC00, 24LC01B, 24AA02, 24LC04B, 24LC16BH, 24LC32A, 24LC256, CAT24C512, 24LC1025, and 24LC1026.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-3.2.1.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-3.2.1.zip", + "size": 36013, + "checksum": "SHA-256:534045785a80152c5616e0e8fd2ebcb51df727db11b478d069f1b63bf997e282" + }, + { + "name": "SparkFun External EEPROM Arduino Library", + "version": "3.2.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/18355\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC00, 24LC01B, 24AA02, 24LC04B, 24LC16BH, 24LC32A, 24LC256, CAT24C512, 24LC1025, and 24LC1026.", + "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-3.2.2.zip", + "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-3.2.2.zip", + "size": 37288, + "checksum": "SHA-256:052958e28474f486dc593a21e808ff33ec57adc37e09b3ff14baacd1567bda00" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.0.1.zip", + "archiveFileName": "ESP32_ISR_Servo-1.0.1.zip", + "size": 25784, + "checksum": "SHA-256:37841e7ea1f721505e1680e22ec93786b3a0f4e138a9946cb9cf9d28cac38794" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.0.2.zip", + "archiveFileName": "ESP32_ISR_Servo-1.0.2.zip", + "size": 43214, + "checksum": "SHA-256:89c94908bf0d4c0875f631cc97a9665827cabfa8cd5a0ce8394d50db6f333d3a" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": [ + "ESP32_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP32_ISR_Servo-1.1.0.zip", + "size": 57706, + "checksum": "SHA-256:2ab120b983b5f22cee74075502bb0f909ac170d0eea6b08771894cf176800a25" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": [ + "ESP32_ISR_Servo.h", + "ESP32_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.2.0.zip", + "archiveFileName": "ESP32_ISR_Servo-1.2.0.zip", + "size": 58262, + "checksum": "SHA-256:378456e5ce85bdb7594aace73a6663d36cb7ed2df45523e427f57233a162a056" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": [ + "ESP32_ISR_Servo.h", + "ESP32_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.2.1.zip", + "archiveFileName": "ESP32_ISR_Servo-1.2.1.zip", + "size": 52905, + "checksum": "SHA-256:ed7b826cd78cddde77664fd4b9cad4cef58c1b33ec2f78da1c443f94219ca18b" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.3", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": [ + "ESP32_ISR_Servo.h", + "ESP32_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.3.0.zip", + "archiveFileName": "ESP32_ISR_Servo-1.3.0.zip", + "size": 53325, + "checksum": "SHA-256:cc8e4cb7f4595e34ec2b7dbd7db534f498c6207bde4ab1961c06f7a21b16b93b" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.3", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": [ + "ESP32_ISR_Servo.h", + "ESP32_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.3.1.zip", + "archiveFileName": "ESP32_ISR_Servo-1.3.1.zip", + "size": 53642, + "checksum": "SHA-256:6ce7d549227200fe5d003bb2e21a8424385667e625f4b75ff7c44161ab7fdc32" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.4", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": [ + "ESP32_ISR_Servo.h", + "ESP32_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.4.0.zip", + "archiveFileName": "ESP32_ISR_Servo-1.4.0.zip", + "size": 54174, + "checksum": "SHA-256:55bd4bffa69916ff0ff19b4a9ec7c5ce1be91f52ffcad408a8ffb8a52b34e4fa" + }, + { + "name": "ESP32_ISR_Servo", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2.0.5", + "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", + "providesIncludes": [ + "ESP32_ISR_Servo.h", + "ESP32_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.5.0.zip", + "archiveFileName": "ESP32_ISR_Servo-1.5.0.zip", + "size": 56777, + "checksum": "SHA-256:79cd862353a2d4abc991cce637a8ed3409224a773f5e9faf61f32d6a3dc1018c" + }, + { + "name": "FastCapacitiveSensor", + "version": "1.0.6", + "author": "Nyanyan", + "maintainer": "Takuto Yamana", + "sentence": "A library to use capacitive sensors quickly", + "paragraph": "It can get values from capacitive sensors", + "website": "https://github.com/Nyanyan/FastCapacitiveSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nyanyan/FastCapacitiveSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nyanyan/FastCapacitiveSensor-1.0.6.zip", + "archiveFileName": "FastCapacitiveSensor-1.0.6.zip", + "size": 7917, + "checksum": "SHA-256:c87acc8b9241c7f310c1fbf84a6d3e6d15db4976a1c477b77b94e4c1341e6e20" + }, + { + "name": "Teensy_3X_Multipurpose_Board", + "version": "1.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.0.0.zip", + "archiveFileName": "Teensy_3X_Multipurpose_Board-1.0.0.zip", + "size": 268394, + "checksum": "SHA-256:ab24f420ddfcaefdfb2ca63548da667b674265aec12110163d8e1b23fb1a8047" + }, + { + "name": "Teensy_3X_Multipurpose_Board", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "dependencies": [ + { + "name": "DFPlayerMini_Fast" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.0.1.zip", + "archiveFileName": "Teensy_3X_Multipurpose_Board-1.0.1.zip", + "size": 268419, + "checksum": "SHA-256:3f9d32ec9e3238b83b61fccef6eb9bfa0da0b4ac7aee54d40a13629e3817a870" + }, + { + "name": "Teensy_3X_Multipurpose_Board", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", + "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "dependencies": [ + { + "name": "DFPlayerMini_Fast" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.2.0.zip", + "archiveFileName": "Teensy_3X_Multipurpose_Board-1.2.0.zip", + "size": 267803, + "checksum": "SHA-256:14b1ad34a2f945ec451f596cf806ca0558ccff6d2ab27df102e4291215e09a59" + }, + { + "name": "Oversampling", + "version": "0.9.1", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.1.zip", + "archiveFileName": "Oversampling-0.9.1.zip", + "size": 3321, + "checksum": "SHA-256:4cf43769112434a8d5e162a9e69b89caefc0199eff0ee67e4616d31d0b9704ea" + }, + { + "name": "Oversampling", + "version": "0.9.2", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.2.zip", + "archiveFileName": "Oversampling-0.9.2.zip", + "size": 3327, + "checksum": "SHA-256:0796c6096f443cd5aad4d7fd5e639ef52c826900f8f3564883640b6425571981" + }, + { + "name": "Oversampling", + "version": "0.9.3", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.3.zip", + "archiveFileName": "Oversampling-0.9.3.zip", + "size": 3336, + "checksum": "SHA-256:e6920dcca82398e862cbb4acc6b8281f903361e0f02e6130b06824a83163f281" + }, + { + "name": "Oversampling", + "version": "0.9.4", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.4.zip", + "archiveFileName": "Oversampling-0.9.4.zip", + "size": 3369, + "checksum": "SHA-256:f5a7427dac0942e957ca5b442cdb2cc1518dc442e43aae2c44a27667da2e0f89" + }, + { + "name": "Oversampling", + "version": "0.9.5", + "author": "Regimnatas Baublys", + "maintainer": "Regimnatas Baublys", + "sentence": "Improving ADC Resolution By Oversampling Averaging.", + "website": "https://github.com/regimantas/Oversampling", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/regimantas/Oversampling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.5.zip", + "archiveFileName": "Oversampling-0.9.5.zip", + "size": 3387, + "checksum": "SHA-256:d8d82eced91224f4b931bef62fc8da17e2e3ce2da29bcf1e1854078684b5ef6c" + }, + { + "name": "ESP8266IoTHelper", + "version": "1.0.0", + "author": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "maintainer": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "sentence": "Helper for ESP8266 that orchestrates WiFi connection and OTA updates", + "paragraph": "This library contains a simple helper that you can orchestrate WiFi connection via SmartConfig and Arduino IDE + HTTP OTA update features all together.", + "website": "https://github.com/mehyaa/esp8266-iot-helper", + "category": "Data Processing", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mehyaa/esp8266-iot-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mehyaa/ESP8266IoTHelper-1.0.0.zip", + "archiveFileName": "ESP8266IoTHelper-1.0.0.zip", + "size": 6044, + "checksum": "SHA-256:ff5053e3303833976c0c6a1de4f82d848efdec3e85e9000e099190c82251887d" + }, + { + "name": "ESP8266IoTHelper", + "version": "1.0.1", + "author": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "maintainer": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", + "sentence": "Helper for ESP8266 that orchestrates WiFi connection and OTA updates", + "paragraph": "This library contains a simple helper that you can orchestrate WiFi connection via SmartConfig and Arduino IDE + HTTP OTA update features all together.", + "website": "https://github.com/mehyaa/esp8266-iot-helper", + "category": "Data Processing", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mehyaa/esp8266-iot-helper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mehyaa/ESP8266IoTHelper-1.0.1.zip", + "archiveFileName": "ESP8266IoTHelper-1.0.1.zip", + "size": 6037, + "checksum": "SHA-256:99c6b535eeba46aa4bb89f2eb9c2f49f7de1d2c11afcfa330cc1e7900cd2eb0c" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.1.zip", + "archiveFileName": "ESP_WiFiManager-1.0.1.zip", + "size": 285609, + "checksum": "SHA-256:feba1120e845f84266c6e72cffca32a2b9df15872265504260938b68a88d6e11" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.2.zip", + "archiveFileName": "ESP_WiFiManager-1.0.2.zip", + "size": 292443, + "checksum": "SHA-256:925795106bb1b448d235fb36a78cd49693c2161fe880c670bd462812dfd86d58" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.3.zip", + "archiveFileName": "ESP_WiFiManager-1.0.3.zip", + "size": 155654, + "checksum": "SHA-256:76be0495b137d194d261edd1d33c5709f27a6fdb3314aa707d541d5a0be464a9" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.4.zip", + "archiveFileName": "ESP_WiFiManager-1.0.4.zip", + "size": 382312, + "checksum": "SHA-256:999da2e8f1fd284112acee2dd82762a0d093bb02d0850fc65350f4111fde98b9" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.5.zip", + "archiveFileName": "ESP_WiFiManager-1.0.5.zip", + "size": 401513, + "checksum": "SHA-256:e434397ee5f53bd04d5ba5d5e2e31618a479c8aaaecfc45f9942b2813bd91eca" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.6-beta", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.6-beta.zip", + "archiveFileName": "ESP_WiFiManager-1.0.6-beta.zip", + "size": 488627, + "checksum": "SHA-256:51c17d17c71cf5ca2651a652c2b536a87d17658d55168d518680617e1a0ccce1" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.6.zip", + "archiveFileName": "ESP_WiFiManager-1.0.6.zip", + "size": 501062, + "checksum": "SHA-256:1b3518e0e70562d26dcfdedbaf82b0872e6790a6fbe97d8055510e17ae8824a1" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.7.zip", + "archiveFileName": "ESP_WiFiManager-1.0.7.zip", + "size": 501830, + "checksum": "SHA-256:2dfb57ba80742041b4ac0c57e290133f6eadda7bcdf3a0b298d1b04dff56708d" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.8.zip", + "archiveFileName": "ESP_WiFiManager-1.0.8.zip", + "size": 704243, + "checksum": "SHA-256:bd0244cb6258b1c5d700af2afd6edfb5131e74257d77aace3dc43a9dc540e937" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.9.zip", + "archiveFileName": "ESP_WiFiManager-1.0.9.zip", + "size": 1153680, + "checksum": "SHA-256:c1ba2188bed180cac6e75c32f74e975ed062c2e77fc8f8ffdb2124ad6ed83f1c" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.10.zip", + "archiveFileName": "ESP_WiFiManager-1.0.10.zip", + "size": 1240922, + "checksum": "SHA-256:7a3ea9e4b16f9665133e7dd62089d843258001b7f5c30a222c74c431edb8f96b" + }, + { + "name": "ESP_WiFiManager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with CORS feature.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.11.zip", + "archiveFileName": "ESP_WiFiManager-1.0.11.zip", + "size": 1243871, + "checksum": "SHA-256:56eb853f98fdf8b252da493cc7f8c95e932176909d7c4d86711b206e3671c84e" + }, + { + "name": "ESP_WiFiManager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.0.zip", + "archiveFileName": "ESP_WiFiManager-1.1.0.zip", + "size": 1330963, + "checksum": "SHA-256:329cc76df1732725fc356114fbb863348fb633a860ad63c064649bdb1a31acc3" + }, + { + "name": "ESP_WiFiManager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.1.zip", + "archiveFileName": "ESP_WiFiManager-1.1.1.zip", + "size": 1335147, + "checksum": "SHA-256:5b8c60fc3bdf1df7441232eb0c463f3b541a6ef59aa1d1fe443b979afd200a5e" + }, + { + "name": "ESP_WiFiManager", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.2.zip", + "archiveFileName": "ESP_WiFiManager-1.1.2.zip", + "size": 1340443, + "checksum": "SHA-256:5235cee0c8cef735ce9a74a2fc7597d1f6369b693592ec18be199036bf66d63a" + }, + { + "name": "ESP_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.2.0.zip", + "archiveFileName": "ESP_WiFiManager-1.2.0.zip", + "size": 1389254, + "checksum": "SHA-256:0e5a5d878529f4df682ba92cf8da0908b00f459229bd0df3e9ca90439d7d2b4d" + }, + { + "name": "ESP_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.3.0.zip", + "archiveFileName": "ESP_WiFiManager-1.3.0.zip", + "size": 1400124, + "checksum": "SHA-256:ea7b1cf581808a01e4896c057c6e847651cdbced88359b0fba423f58c81738ec" + }, + { + "name": "ESP_WiFiManager", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.4.1.zip", + "archiveFileName": "ESP_WiFiManager-1.4.1.zip", + "size": 1441243, + "checksum": "SHA-256:e6425efd3e3082fad9a752ab06b0f2dcaf63a9bcdddfff0ec2414259b8bcb14c" + }, + { + "name": "ESP_WiFiManager", + "version": "1.4.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.4.2.zip", + "archiveFileName": "ESP_WiFiManager-1.4.2.zip", + "size": 1443650, + "checksum": "SHA-256:bf3c21d6c1f2c2ec2ce26a808653408a9c13d466aa2c603d68fdc6ae9b781cdb" + }, + { + "name": "ESP_WiFiManager", + "version": "1.4.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.4.3.zip", + "archiveFileName": "ESP_WiFiManager-1.4.3.zip", + "size": 1445542, + "checksum": "SHA-256:0ead35979f26cc6e264e3e573199f5b91d0856f90230bfd39e734250df32d350" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.0.zip", + "archiveFileName": "ESP_WiFiManager-1.5.0.zip", + "size": 1647739, + "checksum": "SHA-256:6234455de00738e409e44f33b2de973f5d222b653072f66b29abea9e0ce8d757" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.1.zip", + "archiveFileName": "ESP_WiFiManager-1.5.1.zip", + "size": 1649370, + "checksum": "SHA-256:d6dc683faf4c86758435c01c63449ddb3b6ac25fa6806ab25844375e9e4dc9e2" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.2.zip", + "archiveFileName": "ESP_WiFiManager-1.5.2.zip", + "size": 1652200, + "checksum": "SHA-256:b8b531054256525221e81c38f96bc6e9b0b30edd7610eb2267c764ca4f988be2" + }, + { + "name": "ESP_WiFiManager", + "version": "1.5.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.5.3.zip", + "archiveFileName": "ESP_WiFiManager-1.5.3.zip", + "size": 1652958, + "checksum": "SHA-256:dcdccb799e537650970104d768fa194026c0aa17d6e225348e41fc4d0f522977" + }, + { + "name": "ESP_WiFiManager", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.6.0.zip", + "archiveFileName": "ESP_WiFiManager-1.6.0.zip", + "size": 1726591, + "checksum": "SHA-256:672519697949cc092e73803bdfbcf64afff0f811f8145be54c5f577541b579de" + }, + { + "name": "ESP_WiFiManager", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.6.1.zip", + "archiveFileName": "ESP_WiFiManager-1.6.1.zip", + "size": 1727769, + "checksum": "SHA-256:f5748211684f4cf60a08f1f592edf442f779b707b776e331001295aa5d136514" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.0.zip", + "archiveFileName": "ESP_WiFiManager-1.7.0.zip", + "size": 1797608, + "checksum": "SHA-256:ce23014e418af18954be703592c17eefe874580a0c7112a8e1c06e2a70183796" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.1.zip", + "archiveFileName": "ESP_WiFiManager-1.7.1.zip", + "size": 1781460, + "checksum": "SHA-256:83c4899473a7c0761c78116a25fbb2ec560369859e63ca3fb56ec3db2d95448e" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.2.zip", + "archiveFileName": "ESP_WiFiManager-1.7.2.zip", + "size": 1781802, + "checksum": "SHA-256:0150d82109e7ef74d84818ef74856e649dd1e9f164d678e58a730d3b05d07604" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.3.zip", + "archiveFileName": "ESP_WiFiManager-1.7.3.zip", + "size": 1782814, + "checksum": "SHA-256:1b4497c9fe9575ecf90f4b18c0e73ef91287e2163cf08dc8257328ae5687fad9" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.\",", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.4.zip", + "archiveFileName": "ESP_WiFiManager-1.7.4.zip", + "size": 1783202, + "checksum": "SHA-256:a1dee07ba078a0f2f197ef3b4f8ba11807fe4c1c8e2013049fb7a9ecd32e869f" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.5.zip", + "archiveFileName": "ESP_WiFiManager-1.7.5.zip", + "size": 1558899, + "checksum": "SHA-256:09a459c706a914a441fc9c43ccd30675302b577d717195913df544db65943715" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.6.zip", + "archiveFileName": "ESP_WiFiManager-1.7.6.zip", + "size": 1561698, + "checksum": "SHA-256:b1809fa60e1f9f343d64f2162bcee092fe6eb8add983324456053cb87b7d6f57" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.7.zip", + "archiveFileName": "ESP_WiFiManager-1.7.7.zip", + "size": 1562289, + "checksum": "SHA-256:3a944c31178b56670d5755fe87491e1a36f3a1f559b5d5ef63118740aee19a85" + }, + { + "name": "ESP_WiFiManager", + "version": "1.7.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.7.8.zip", + "archiveFileName": "ESP_WiFiManager-1.7.8.zip", + "size": 1564439, + "checksum": "SHA-256:72cb5938b03e48478abadaa3ffb3a296b4b91ad7eef1120746e60a3d9a359375" + }, + { + "name": "ESP_WiFiManager", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.8.0.zip", + "archiveFileName": "ESP_WiFiManager-1.8.0.zip", + "size": 1493703, + "checksum": "SHA-256:a4bf66147ff47b1abc7f862b61184f56b9551426be625b2a56e6b45e1e9f77d2" + }, + { + "name": "ESP_WiFiManager", + "version": "1.9.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager.hpp", + "ESP_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.9.0.zip", + "archiveFileName": "ESP_WiFiManager-1.9.0.zip", + "size": 1496747, + "checksum": "SHA-256:9cdc922227e3528b344de2177f2ff7e12eeb53d0dde0dd34e74a50071b04340b" + }, + { + "name": "ESP_WiFiManager", + "version": "1.10.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager.hpp", + "ESP_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.10.0.zip", + "archiveFileName": "ESP_WiFiManager-1.10.0.zip", + "size": 1497693, + "checksum": "SHA-256:e9cbd000b55c1894a79ce41b76d8ed1830c5977a3aa9a48b1157161ffd301aeb" + }, + { + "name": "ESP_WiFiManager", + "version": "1.10.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager.hpp", + "ESP_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.10.1.zip", + "archiveFileName": "ESP_WiFiManager-1.10.1.zip", + "size": 1495187, + "checksum": "SHA-256:d94d6bbdc682624078252c29ea918ca64784b648328e28addf4943fa526e24b7" + }, + { + "name": "ESP_WiFiManager", + "version": "1.10.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.10.2.zip", + "archiveFileName": "ESP_WiFiManager-1.10.2.zip", + "size": 1476859, + "checksum": "SHA-256:cc16fe13a0a3e7d61be8a157b748df4385aac09686194825da8438e1b7e0cd7b" + }, + { + "name": "ESP_WiFiManager", + "version": "1.11.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.11.0.zip", + "archiveFileName": "ESP_WiFiManager-1.11.0.zip", + "size": 1475495, + "checksum": "SHA-256:ae7361710f72a0e811a661f81c26f5d6b530eae0c43fda14eaff71750724c183" + }, + { + "name": "ESP_WiFiManager", + "version": "1.12.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Now using correct ESP32 chipIP and optional display Credentials on Config Portal", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.12.0.zip", + "archiveFileName": "ESP_WiFiManager-1.12.0.zip", + "size": 1488125, + "checksum": "SHA-256:74fae2848c4344175b70b33bd5884f4cbccc544f9a5ce956fdfacbafce017067" + }, + { + "name": "ESP_WiFiManager", + "version": "1.12.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. With enhanced GUI and fallback web ConfigPortal. This Library is used for configuring ESP32 and ESP8266 MultiWiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, DHCP HostName, static AP and STA IP, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Now using correct ESP32 chipIP and optional display Credentials on Config Portal", + "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "providesIncludes": [ + "ESP_WiFiManager.h", + "ESP_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.12.1.zip", + "archiveFileName": "ESP_WiFiManager-1.12.1.zip", + "size": 1489775, + "checksum": "SHA-256:9ff1f832dc6d3a43310db9060bb9132b8844ac9b1751f347732151da9f9c421a" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.0.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.0.zip", + "size": 10808, + "checksum": "SHA-256:f51f81f0193f74311fc64419a3181669f43df04c3e73e289fbfd702f898631bb" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.1.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.1.zip", + "size": 10599, + "checksum": "SHA-256:fec994dd39aa39c7c8765e002508247133ad55d6906e4bfef849b88a04fc6fbb" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.2.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.2.zip", + "size": 10775, + "checksum": "SHA-256:a1ebf5f37a2d789ed0ecd5a5df23d915b5c84c3f9117d5b58c5fac6ba45fde1b" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.5.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.5.zip", + "size": 10777, + "checksum": "SHA-256:0ebe9b4f8ad84ac307e1d2acaabba3c584e11a19d90c23a0073bbc0eca617344" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.6.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.6.zip", + "size": 425752, + "checksum": "SHA-256:da4398108068923992bf055a47d3cf0b20da9e2877fa24e57378828aa4737b8a" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.7.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.7.zip", + "size": 425796, + "checksum": "SHA-256:78981a27735846d1c12a5a429e308a35407ed7c02104cc6c9f78e959e1493d69" + }, + { + "name": "Adafruit MCP4728", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP4728", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.9.zip", + "archiveFileName": "Adafruit_MCP4728-1.0.9.zip", + "size": 425797, + "checksum": "SHA-256:82ff17e3e105e2691627ba7196b38f69b05e98fcd8896af0c6f4fb61acceceb0" + }, + { + "name": "DigitalPressureSensor", + "version": "1.0.6", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's DPS310 Pressure Sensor.", + "paragraph": "The DPS series are highly-sensitive pressure sensors (with temperature compensation) that can be connected via SPI or I2C.", + "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/DigitalPressureSensor-1.0.6.zip", + "archiveFileName": "DigitalPressureSensor-1.0.6.zip", + "size": 33011, + "checksum": "SHA-256:94842a2ca49013b61a077557b6b20a6e74dd0edc42905e71fa777bf6a78b1665" + }, + { + "name": "DigitalPressureSensor", + "version": "1.0.7", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's DPS310 Pressure Sensor.", + "paragraph": "The DPS series are highly-sensitive pressure sensors (with temperature compensation) that can be connected via SPI or I2C.", + "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/DigitalPressureSensor-1.0.7.zip", + "archiveFileName": "DigitalPressureSensor-1.0.7.zip", + "size": 33012, + "checksum": "SHA-256:cd1165f55bd4554b9f12a8ef4726c4c61299f79eb072aed0f88fe14843936b9e" + }, + { + "name": "DigitalPressureSensor", + "version": "1.0.8", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's DPS310 Pressure Sensor (DEPRECATED).", + "paragraph": "This library is deprecated, use this https://github.com/Infineon/arduino-xensiv-dps3xx instead.The DPS series are highly-sensitive pressure sensors (with temperature compensation) that can be connected via SPI or I2C.", + "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/DigitalPressureSensor-1.0.8.zip", + "archiveFileName": "DigitalPressureSensor-1.0.8.zip", + "size": 37226, + "checksum": "SHA-256:19b9defe3fcb08540a4d63a4fb965749b59c15b650d44eb7018d73c8aeb801a1" + }, + { + "name": "Voltmeter", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Calculates the voltage from voltmeter modules based on voltage divider concept.", + "paragraph": "Voltmeter is a minimalistic library that calculates voltage of modules based on voltage divider concept.", + "website": "https://gitlab.com/yesbotics/libs/arduino/voltmeter", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/voltmeter.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/Voltmeter-1.0.0.zip", + "archiveFileName": "Voltmeter-1.0.0.zip", + "size": 2602, + "checksum": "SHA-256:fb788e5e2218195d7dcd4adf0bdfeadc387980422e254249efd016637358f7d9" + }, + { + "name": "TimeoutCallback", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.0.0.zip", + "archiveFileName": "TimeoutCallback-1.0.0.zip", + "size": 3551, + "checksum": "SHA-256:dfa2bb8b3fdeed3e13aeca6eb12947834a6c80b7ab5ef76164b145f61fd1aede" + }, + { + "name": "TimeoutCallback", + "version": "1.1.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.1.0.zip", + "archiveFileName": "TimeoutCallback-1.1.0.zip", + "size": 3854, + "checksum": "SHA-256:a9b307beb7232576ef86548d5edcf39206cd74ba30de20e4b961100bda1bb9be" + }, + { + "name": "TimeoutCallback", + "version": "1.2.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.2.0.zip", + "archiveFileName": "TimeoutCallback-1.2.0.zip", + "size": 3918, + "checksum": "SHA-256:4b5723fd668e55a308f74fc1cad01dfb48aaa2b6a365086a0345ede0f4e8e030" + }, + { + "name": "TimeoutCallback", + "version": "1.3.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback after a certain time.", + "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.3.0.zip", + "archiveFileName": "TimeoutCallback-1.3.0.zip", + "size": 3982, + "checksum": "SHA-256:50020aeeb61b52c539822a1ef70955b5eb537a50a33ae5cf47921df2ccb4c840" + }, + { + "name": "IntervalCallback", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback repetively after a certain time.", + "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.0.0.zip", + "archiveFileName": "IntervalCallback-1.0.0.zip", + "size": 3645, + "checksum": "SHA-256:c060cc9b88a6da7ece6300040670a7d784b58dd91e6dc542a4d430f77049495a" + }, + { + "name": "IntervalCallback", + "version": "1.1.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback repetively after a certain time.", + "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.1.0.zip", + "archiveFileName": "IntervalCallback-1.1.0.zip", + "size": 3858, + "checksum": "SHA-256:30d0b9bdc27596b2410fbaa2a30446617fc50c3f89da19c8c16931f5846e0ad9" + }, + { + "name": "IntervalCallback", + "version": "1.1.1", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback repetively after a certain time.", + "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.1.1.zip", + "archiveFileName": "IntervalCallback-1.1.1.zip", + "size": 3922, + "checksum": "SHA-256:18d5bb46cfc8d057a57b57654615d494dfa4227ac1dadb1ab40f75b919f28c79" + }, + { + "name": "IntervalCallback", + "version": "1.1.2", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Library to call a callback repetively after a certain time.", + "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", + "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino/IntervalCallback-1.1.2.zip", + "archiveFileName": "IntervalCallback-1.1.2.zip", + "size": 3981, + "checksum": "SHA-256:2468a4f4df17f5c93d37d63ad9b0af4fcf23dbbf32907892fcecda5ec7138c02" + }, + { + "name": "AverageValue", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch, Albrecht Nitsche", + "sentence": "Calculates the average value of some values.", + "paragraph": "AverageValue is a minimalistic library that calculates the average value of given values. It supports multiple datatypes.", + "website": "https://gitlab.com/yesbotics/libs/arduino/average-value", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/libs/arduino/average-value.git", + "url": "https://downloads.arduino.cc/libraries/libs/arduino/AverageValue-1.0.0.zip", + "archiveFileName": "AverageValue-1.0.0.zip", + "size": 2737, + "checksum": "SHA-256:451f13fa9849a2a4f5ce3df23b6bdf5e12912d8761927e8397630141a730904c" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory for ESP8266 and EEPROM for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of a device's wifi.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.0.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.0.zip", + "size": 6134, + "checksum": "SHA-256:2dee974048bd86d37f86427047b3d1f40f05a8e353cfc8ee21efa68245732f1f" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory, EEPROM or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.1.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.1.zip", + "size": 11932, + "checksum": "SHA-256:89a688933d0f7f7c07122fa3de14378a49bf0a3af798c1b708d72319d79d5569" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory, EEPROM or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.2.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.2.zip", + "size": 12921, + "checksum": "SHA-256:b4e0999f5114d54b22774dcbfcb11b2d9a7b9d7216165ebc631ac95d0fde9ee8" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.3.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.0.3.zip", + "size": 13982, + "checksum": "SHA-256:138f9771d08afa261a27d7a33c96b098899580ab2f3500553149d7f77fffb513" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.1.0.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.1.0.zip", + "size": 17966, + "checksum": "SHA-256:9b4bb608ffa508687b6921f807345d7453a40cdde95442a44e096e6216bc2c3b" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.1.1.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.1.1.zip", + "size": 25908, + "checksum": "SHA-256:529e9860a8eec248f8c3b4a17a623d06f188186e77b3b6d08d118a2acedf84ad" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.1.2.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.1.2.zip", + "size": 26242, + "checksum": "SHA-256:bb7b13c86fbab0b800c835ae7e8157f477ee6a7f3e6f983b97af2b71938c273e" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.2.0.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.2.0.zip", + "size": 26643, + "checksum": "SHA-256:3187ccf427a50d4ebf65b0b58515a0d54b93b932fa9bf65b65be4c989a271a25" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.2.1.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.2.1.zip", + "size": 26754, + "checksum": "SHA-256:4d0958ba849503f248c523d9fd80720da50960fac35ad6f096f0481c49372611" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. Now supporting ESP32_C3, ESP32_S2 ans ESP32_S3", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.3.0.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.3.0.zip", + "size": 27811, + "checksum": "SHA-256:7f14b7e1332f14737b2532c8571073ef2b942bb31bc93a79e3b34dcb47c42853" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. Now supporting ESP32_C3, ESP32_S2 ans ESP32_S3", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.3.1.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.3.1.zip", + "size": 30300, + "checksum": "SHA-256:cb4722ee637d6d194f29b76da4e9818d9670875e33a1f92dc131a092a8ce4837" + }, + { + "name": "ESP_DoubleResetDetector", + "version": "1.3.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. Now supporting ESP32_C3, ESP32_S2 ans ESP32_S3", + "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "providesIncludes": [ + "ESP_DoubleResetDetector.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.3.2.zip", + "archiveFileName": "ESP_DoubleResetDetector-1.3.2.zip", + "size": 32003, + "checksum": "SHA-256:9f34f86b3bc019c570ba29ba31dcebba84b008c7f72584348fdb407a939e5b0f" + }, + { + "name": "tcs3200", + "version": "1.1.0", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.1.0.zip", + "archiveFileName": "tcs3200-1.1.0.zip", + "size": 51678, + "checksum": "SHA-256:8919f9054a2e87beca3e9ad69ade645fb3c83a6411838e5f6052ee3db910d6fc" + }, + { + "name": "tcs3200", + "version": "1.2.0", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.2.0.zip", + "archiveFileName": "tcs3200-1.2.0.zip", + "size": 53242, + "checksum": "SHA-256:036a63d1fe4342a59fc52dc4e3d6f20747c7fd34e766add4fb407da720e9c89b" + }, + { + "name": "tcs3200", + "version": "1.2.1", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.2.1.zip", + "archiveFileName": "tcs3200-1.2.1.zip", + "size": 52851, + "checksum": "SHA-256:57d997303a3c5678126aa0e34fe09073cfd9442949edc00d538faf37891c19f3" + }, + { + "name": "tcs3200", + "version": "1.3.0", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.3.0.zip", + "archiveFileName": "tcs3200-1.3.0.zip", + "size": 53183, + "checksum": "SHA-256:0e1f508870cc590bee832d472cddfa97d6069412a7eadac138d7ef2134c682dd" + }, + { + "name": "tcs3200", + "version": "1.3.1", + "author": "Panjkrc", + "maintainer": "Panjkrc", + "sentence": "tcs3200 color sensor library", + "paragraph": "tcs3200 color sensor library", + "website": "https://github.com/Panjkrc/TCS3200_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Panjkrc/TCS3200_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.3.1.zip", + "archiveFileName": "tcs3200-1.3.1.zip", + "size": 53228, + "checksum": "SHA-256:651fedcf02f32106f84744544f0c23bbc923e79202fe66e9446ad18723a6be02" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.3", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": [ + "CerpGamePad.h" + ], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.3.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.3.zip", + "size": 184509, + "checksum": "SHA-256:207ff9ba3d275663d2fe1d7fa6bb624cb2aa978e786ac22a88395bacf47283aa" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.4", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": [ + "CerpGamePad.h" + ], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.4.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.4.zip", + "size": 184499, + "checksum": "SHA-256:8a93efe9d1954d35d069ee247182e7a06ba5b590d52aeccb30bc4cf8228120a1" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.5", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": [ + "CerpGamePad.h" + ], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.5.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.5.zip", + "size": 184503, + "checksum": "SHA-256:1aa261c2093fb33a27b0394f1dadf62a56d6f1f4e959fc49cc0b367d31d65c3e" + }, + { + "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "version": "1.0.6", + "author": "DBS06", + "maintainer": "DBS06", + "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", + "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", + "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "providesIncludes": [ + "CerpGamePad.h" + ], + "dependencies": [ + { + "name": "MegaunoLink" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.6.zip", + "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.6.zip", + "size": 185604, + "checksum": "SHA-256:2fdcb99054e0a665601855f6865628eef57c55ae8e3e5ddf4db5c3c69bf42f2a" + }, + { + "name": "ezOutput", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Output library for Arduino", + "paragraph": "Output library supports HIGH, LOW, TOGGLE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-output-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/output.git", + "providesIncludes": [ + "ezOutput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezOutput-1.0.0.zip", + "archiveFileName": "ezOutput-1.0.0.zip", + "size": 12870, + "checksum": "SHA-256:09f4424a61b1c22a0fea6ee60b8e5f9caa9e9aa3b0b95854ee2d977538da609a" + }, + { + "name": "ezOutput", + "version": "1.0.1", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Output library for Arduino", + "paragraph": "Output library supports HIGH, LOW, TOGGLE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-output-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/output.git", + "providesIncludes": [ + "ezOutput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezOutput-1.0.1.zip", + "archiveFileName": "ezOutput-1.0.1.zip", + "size": 11084, + "checksum": "SHA-256:3d7df2058b5333fb7716097f6dd64c3cb1a15f4532297f060cda7145c7215300" + }, + { + "name": "ezOutput", + "version": "1.2.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Output library for Arduino", + "paragraph": "Output library supports HIGH, LOW, TOGGLE, PULSE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-output-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/output.git", + "providesIncludes": [ + "ezOutput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezOutput-1.2.0.zip", + "archiveFileName": "ezOutput-1.2.0.zip", + "size": 12267, + "checksum": "SHA-256:5b9891fd8b57f1b592180ca34ef23b2e40b99078fe7ad92d511960ef03892f91" + }, + { + "name": "ShiftRegister-PWM-Library", + "version": "1.0.0", + "author": "Timo Denk (timodenk.com)", + "maintainer": "Timo Denk (timodenk.com)", + "sentence": "Makes shift register pins PWM capable.", + "paragraph": "The ShiftRegister PWM Library enables usage of shift register pins as pulse width modulated (PWM) pins. Instead of setting them to either high or low, the library lets the user set them to up to 256 PWM-levels.", + "website": "https://timodenk.com/blog/shiftregister-pwm-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Simsso/ShiftRegister-PWM-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister_PWM_Library-1.0.0.zip", + "archiveFileName": "ShiftRegister_PWM_Library-1.0.0.zip", + "size": 129921, + "checksum": "SHA-256:5743224c46f7218ef10f41d18566c77311e6b95ec4ce2a304d0919ed9f0370b1" + }, + { + "name": "ESP32_HTTPS_Server", + "version": "0.3.1", + "author": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "sentence": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.", + "paragraph": "The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.", + "website": "https://github.com/fhessel/esp32_https_server", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fhessel/esp32_https_server.git", + "providesIncludes": [ + "HTTPSServer.hpp", + "HTTPRequest.hpp", + "HTTPResponse.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/ESP32_HTTPS_Server-0.3.1.zip", + "archiveFileName": "ESP32_HTTPS_Server-0.3.1.zip", + "size": 1155561, + "checksum": "SHA-256:38c723e5ad4874b166940851865bcbefde0a566c8a22f8875213548d5166d93a" + }, + { + "name": "ESP32_HTTPS_Server", + "version": "1.0.0", + "author": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "sentence": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.", + "paragraph": "The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.", + "website": "https://github.com/fhessel/esp32_https_server", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fhessel/esp32_https_server.git", + "providesIncludes": [ + "HTTPSServer.hpp", + "HTTPRequest.hpp", + "HTTPResponse.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/ESP32_HTTPS_Server-1.0.0.zip", + "archiveFileName": "ESP32_HTTPS_Server-1.0.0.zip", + "size": 1288028, + "checksum": "SHA-256:09a455f25ad696e2aae0553c92b98f0b0f89b31abf82936149dda1464b443477" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.0.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.0.zip", + "size": 11124, + "checksum": "SHA-256:9d59e4ec8c9d0903a6359d45aff87b92fc5e55b6192b33ac394b0dcc43b2e42e" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.1.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.1.zip", + "size": 11926, + "checksum": "SHA-256:497dac3c9eab3c1ad5c44c6cafee1a0a87daac26ec6a77ed6c80a9f9d28d4e09" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.2.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.2.zip", + "size": 12027, + "checksum": "SHA-256:293aee733993bbc78825d65dfbb0a79fb4440e5ee6b4b1c744f7a9bc8575cd90" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.3.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.3.zip", + "size": 12026, + "checksum": "SHA-256:0212ba81fdce2e1c0b23d956961b4421a5134774307bf67cb2136395af3a8aaf" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.4.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.4.zip", + "size": 12076, + "checksum": "SHA-256:f14f63487a3e3b44372f09f80857125f0d94d62fc55f973df91e24fe2b369f24" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.5.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.5.zip", + "size": 198581, + "checksum": "SHA-256:7f0eb0e8de5fac660fa299c7256a1bcd2126c91b33e0bbcc9e04629102b19628" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.6", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.6.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.6.zip", + "size": 198639, + "checksum": "SHA-256:3c808a641c28ddc1bce0ae0089dbec95989091e33c7d279619d436395f8cdfdf" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.0.7", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.7.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.0.7.zip", + "size": 198476, + "checksum": "SHA-256:050bae4986fc00479a3478f9be89c34fba4a4d165b699ba3df1a7f83565dcc16" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.1.0.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.1.0.zip", + "size": 198954, + "checksum": "SHA-256:01ea277eb674c779eaea4331082bbadb04cfe6090651da18a472a872446cf25c" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.2.0.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.2.0.zip", + "size": 199053, + "checksum": "SHA-256:88e44c01ee60249db144afa190831d8f08fc3ce5bad5f9bd3b6e02acea20cc6c" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.2.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.2.1.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.2.1.zip", + "size": 199052, + "checksum": "SHA-256:a706501d8cbb0e7ca666f41885a8e22f2e8bcf5697c135a23eaaeb0676ff2f87" + }, + { + "name": "Adafruit LIS3MDL", + "version": "1.2.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS3MDL magnetometer.", + "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.2.3.zip", + "archiveFileName": "Adafruit_LIS3MDL-1.2.3.zip", + "size": 199052, + "checksum": "SHA-256:a37fbf6d1bf214a2efa9a970d04e800c43c0b6d3c2e328be12d109610802c7d0" + }, + { + "name": "MCCI FRAM I2C", + "version": "2.0.0", + "author": "MCCI Corporation, Adafruit", + "maintainer": "MCCI \u003ctechsupport@mcci.com\u003e", + "sentence": "Driver for MCCI Catena's I2C-Based FRAM.", + "paragraph": "Based on Adafruit's driver for Adafruit's I2C-Based FRAM Breakouts", + "website": "https://github.com/mcci-catena/MCCI_FRAM_I2C", + "category": "Data Storage", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI_FRAM_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_FRAM_I2C-2.0.0.zip", + "archiveFileName": "MCCI_FRAM_I2C-2.0.0.zip", + "size": 8961, + "checksum": "SHA-256:9738238f10d3997f7365a94b448f03687b5f063c4838bcf0028fae0ffabd82c7" + }, + { + "name": "MCCI FRAM I2C", + "version": "2.0.2", + "author": "MCCI Corporation, Adafruit", + "maintainer": "MCCI \u003ctechsupport@mcci.com\u003e", + "sentence": "Driver for MCCI Catena's I2C-Based FRAM.", + "paragraph": "Based on Adafruit's driver for Adafruit's I2C-Based FRAM Breakouts", + "website": "https://github.com/mcci-catena/MCCI_FRAM_I2C", + "category": "Data Storage", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI_FRAM_I2C.git", + "providesIncludes": [ + "MCCI_FRAM_I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_FRAM_I2C-2.0.2.zip", + "archiveFileName": "MCCI_FRAM_I2C-2.0.2.zip", + "size": 9461, + "checksum": "SHA-256:4a168b9ad73611c931158dd6bd45df510f321690f8d1fc4126d8c8d5cfb837c8" + }, + { + "name": "Waveshare 4 Inch Tft Touchscreen", + "version": "1.0.0", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", + "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", + "website": "https://github.com/MHotchin/Waveshare4InchTftShield", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "providesIncludes": [ + "Waveshare4InchTftShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.0.zip", + "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.0.zip", + "size": 14534, + "checksum": "SHA-256:96950e7f163a514275c36b20a2b45e65a05a5fdeb45def1705f70668510ee8f3" + }, + { + "name": "Waveshare 4 Inch Tft Touchscreen", + "version": "1.0.2", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", + "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", + "website": "https://github.com/MHotchin/Waveshare4InchTftShield", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "providesIncludes": [ + "Waveshare4InchTftShield.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.2.zip", + "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.2.zip", + "size": 16488, + "checksum": "SHA-256:3d419928cc99863f5f340851fae9c718264c5b20e6a79cb1274cdf9d44884454" + }, + { + "name": "Waveshare 4 Inch Tft Touchscreen", + "version": "1.0.3", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", + "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", + "website": "https://github.com/MHotchin/Waveshare4InchTftShield", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "providesIncludes": [ + "Waveshare4InchTftShield.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.3.zip", + "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.3.zip", + "size": 17183, + "checksum": "SHA-256:412444e6001d907ca6b43264260c28528f6a99b928a75b069ac6c22e0a425384" + }, + { + "name": "SN76489", + "version": "1.0.0", + "author": "tyrkelko", + "maintainer": "Kobi Tyrkel \u003ctyrkelko@gmail.com\u003e", + "license": "GPL-3.0", + "sentence": "sn76489 arduino library.", + "paragraph": "sn76489 arduino library for using the sn76489 sound chip directly or via a 595 shift register with any oscillator between 500kHz and up to 4MHz.", + "website": "https://github.com/tyrkelko/sn76489", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tyrkelko/sn76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tyrkelko/SN76489-1.0.0.zip", + "archiveFileName": "SN76489-1.0.0.zip", + "size": 20411, + "checksum": "SHA-256:c470dd568a52125646fcf49b413b7a97edbe4e2077c052439950eea1f4f82419" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.8.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.8.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.8.0.zip", + "size": 3192334, + "checksum": "SHA-256:8c1fed8426b42b33042cd4c77b966528195dcaa8eba9eff3cbcbb5def4cd3808" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.9.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.9.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.9.0.zip", + "size": 3952406, + "checksum": "SHA-256:70267d2cb97f193ca584ebbb4875cb978be285ac3815b745c4ae4d494d95c446" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.11.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.11.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.11.0.zip", + "size": 4944247, + "checksum": "SHA-256:66afa39f309b8a89886eea4cb77c3616aceb75c866a1ef5659b71c73c4319557" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.12.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.12.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.12.0.zip", + "size": 4944496, + "checksum": "SHA-256:95536df3a68317becd58f3f4813a250b25c75a22d78411dcf005f13ce56c912f" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.0.zip", + "size": 4944698, + "checksum": "SHA-256:03c7283aa6fa279599cdc57c96252ae81c2c091bccbe68eae2ee1ebe91ce1ba5" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.1", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.1.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.1.zip", + "size": 4944700, + "checksum": "SHA-256:e3e5c9bc01cf8203e359d0db7136215b93501b82fc89c2df90eea002862a8800" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.2", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.2.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.2.zip", + "size": 4945116, + "checksum": "SHA-256:e685d9a2f047fbbb48a7f242459bbdb71da1d590eb9a5733bad75b92b9a07661" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.13.3", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.3.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.13.3.zip", + "size": 4945250, + "checksum": "SHA-256:0a3a6fa2475603424b344f7b4211236f789178e24bfb01467a7b59d38f9e8925" + }, + { + "name": "SIM800L HTTP connector", + "version": "1.14.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", + "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", + "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.14.0.zip", + "archiveFileName": "SIM800L_HTTP_connector-1.14.0.zip", + "size": 4945830, + "checksum": "SHA-256:b56175b2eb907203670cb86428e1e9a064cd8a4d15a6bfed96d420f909760e1b" + }, + { + "name": "PsxNewLib", + "version": "0.1.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.1.0.zip", + "archiveFileName": "PsxNewLib-0.1.0.zip", + "size": 38149, + "checksum": "SHA-256:62b772145be4ed2ee6937f883704f494389f98be0c013ad2de476128913ad62d" + }, + { + "name": "PsxNewLib", + "version": "0.2.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.2.0.zip", + "archiveFileName": "PsxNewLib-0.2.0.zip", + "size": 42320, + "checksum": "SHA-256:eaa3a803b663b991b124cfaadf52f43f4194a55aa664c70eb8dc328fc60e4610" + }, + { + "name": "PsxNewLib", + "version": "0.3.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.3.0.zip", + "archiveFileName": "PsxNewLib-0.3.0.zip", + "size": 44341, + "checksum": "SHA-256:d5f0e206e356450ff2a39640882a3a9d70db2431eabad1f03ae51cf164902706" + }, + { + "name": "PsxNewLib", + "version": "0.4.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", + "paragraph": "Compatible with PS1 and PS2 controllers!", + "website": "https://github.com/SukkoPera/PsxNewLib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/PsxNewLib.git", + "dependencies": [ + { + "name": "DigitalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.4.0.zip", + "archiveFileName": "PsxNewLib-0.4.0.zip", + "size": 55490, + "checksum": "SHA-256:804f0e4c9bb922b06fa1cd35bd452a327340cc150968d3c07c5bedb35dd8a673" + }, + { + "name": "ButtonFever", + "version": "1.0.0", + "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", + "sentence": "Powerful button tools for managing various button events of standalone button or button array.", + "paragraph": "ButtonFever is upgrade version of MultiButton library, provide much powerful features. This library handled button debouncing, trigger callback function for single press, double press, and long press events. Tested on ESP32 and should also work on Arduino too.", + "website": "https://github.com/mickey9801/ButtonFever", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mickey9801/ButtonFever.git", + "providesIncludes": [ + "BfButton.h", + "BfButtonManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/ButtonFever-1.0.0.zip", + "archiveFileName": "ButtonFever-1.0.0.zip", + "size": 15832, + "checksum": "SHA-256:bd5e8cb3e4dbbb8e521f4383f02e5c668729a6e355818dcb30c0ba419dce2b4f" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.0.1.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.0.1.zip", + "size": 8121, + "checksum": "SHA-256:c54b2e60d0aecec87451e89debac3370da1e9976fbc4db84c2702fd6a884cab6" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.1.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.1.0.zip", + "size": 18973, + "checksum": "SHA-256:364b8375c9550e0e1c09682ee2863f244f91bd27d1c0862d2676db836bff40bc" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.2.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.2.0.zip", + "size": 283354, + "checksum": "SHA-256:28b187822e809699c3fb9265be6ebd790470bba49437488de4c6219f226b8571" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.3.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.1.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.3.1.zip", + "size": 286279, + "checksum": "SHA-256:84b2456b4b890d3ac4c661162794d6b9e7140a598c261a5ecaf52b8447b138e6" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.3.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.2.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.3.2.zip", + "size": 286303, + "checksum": "SHA-256:c98278bbb72755252e7c347490b0073489cb2da1f1afe2f4338706944f0c3eaf" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.3.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.3.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.3.3.zip", + "size": 286427, + "checksum": "SHA-256:953aa0db09c6eaa0497279bb9f5487663504310fd3691bfaf4728a6b1136acc5" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20649" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.0.zip", + "size": 287996, + "checksum": "SHA-256:aaae629248de772ed56971266fc60388f15639911c91149d47047b03a5d3a85c" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.1.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.1.zip", + "size": 287995, + "checksum": "SHA-256:6fce2e59549a4d1fc826a9896063bb1d3d40f6f440ab8decee1827d71da1d9c3" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.2.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.2.zip", + "size": 288105, + "checksum": "SHA-256:a7339c330f51d9695fde89ec7b64debb34742294ee49a2906710608d0863283b" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.4.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.3.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.4.3.zip", + "size": 288105, + "checksum": "SHA-256:258d552f2bc7394c9a6f8dffcffa83ca2a90c9321289a25416f215c82b42b233" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.5.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.5.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.5.0.zip", + "size": 288283, + "checksum": "SHA-256:3596d1200071e948f3a7d875b60863a28b2118451379805ebf02ce33717e37a9" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.6.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.6.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.6.0.zip", + "size": 288317, + "checksum": "SHA-256:6ef4660c1ef0ce0938bd2874542dd505c5fef899a9283b435227b34da6a9890a" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.7.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit MLX90393" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.7.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.7.0.zip", + "size": 290141, + "checksum": "SHA-256:fcbb1716e452f4d9c0500be3dafae517828bac4e0d27fac1d8c2af76df369c62" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.7.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit MLX90393" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.7.1.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.7.1.zip", + "size": 290332, + "checksum": "SHA-256:e75319d003a8c96875b805ef80a6b61770290f9d40aaf8caf323e23b3de786fc" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.8.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MMC56x3" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit MLX90393" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.8.0.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.8.0.zip", + "size": 290519, + "checksum": "SHA-256:cbc63d7196c97d70e3276ee99ca3415a5e442577dcc366f2fd5e3a86a446cc80" + }, + { + "name": "Adafruit Sensor Lab", + "version": "0.8.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", + "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", + "website": "https://github.com/adafruit/Adafruit_SensorLab", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit ADXL343" + }, + { + "name": "Adafruit MMC56x3" + }, + { + "name": "Adafruit MSA301" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit FXOS8700" + }, + { + "name": "Adafruit FXAS21002C" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit ICM20X" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit LSM9DS1 Library" + }, + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit AHRS" + }, + { + "name": "Adafruit Arcada Library" + }, + { + "name": "Adafruit Sensor Calibration" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit MLX90393" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.8.2.zip", + "archiveFileName": "Adafruit_Sensor_Lab-0.8.2.zip", + "size": 290519, + "checksum": "SHA-256:57e4515c051e7d1fd9cad37373e507ece0f9dfba8595ed9c01205c5204171b8a" + }, + { + "name": "Adafruit MLX90640", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MLX90640", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90640.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90640-1.0.1.zip", + "archiveFileName": "Adafruit_MLX90640-1.0.1.zip", + "size": 961875, + "checksum": "SHA-256:adc1b2218206dc08172879b407f18f4c3f8f9c671ae481a28b2823d7bc7b4f04" + }, + { + "name": "Adafruit MLX90640", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MLX90640", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90640.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90640-1.0.2.zip", + "archiveFileName": "Adafruit_MLX90640-1.0.2.zip", + "size": 961875, + "checksum": "SHA-256:47cf9921c991d2b34eb252b7c5b6e01e9685301d05eb6e55d5a7b98d645af2e8" + }, + { + "name": "Adafruit MLX90640", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "paragraph": "Arduino library for the MLX90640 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MLX90640", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90640.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Arcada Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90640-1.0.4.zip", + "archiveFileName": "Adafruit_MLX90640-1.0.4.zip", + "size": 961582, + "checksum": "SHA-256:74bcb8e4705f8729a10619b8dc6b30ccf1df670eb4ba35adf0b40b67dac42f89" + }, + { + "name": "M62429 Volume Control Library", + "version": "1.0.0", + "author": "CGrassin", + "maintainer": "CGrassin \u003cmail@charleslabs.fr\u003e", + "sentence": "M62429/FM62429 Serial data control dual electronics volume library for Arduino.", + "paragraph": "Chip for audio applications, volume variable from 0 to -83dB.", + "website": "https://github.com/CGrassin/M62429_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CGrassin/M62429_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CGrassin/M62429_Volume_Control_Library-1.0.0.zip", + "archiveFileName": "M62429_Volume_Control_Library-1.0.0.zip", + "size": 4665, + "checksum": "SHA-256:4c7234c49739984b7b42e533511e88784c4473e88f1fc73f8ab3218e9b25fbb6" + }, + { + "name": "M62429 Volume Control Library", + "version": "1.0.1", + "author": "CGrassin", + "maintainer": "CGrassin \u003cmail@charleslabs.fr\u003e", + "sentence": "M62429/FM62429 Serial data control dual electronics volume library for Arduino.", + "paragraph": "Chip for audio applications, volume variable from 0 to -83dB.", + "website": "https://github.com/CGrassin/M62429_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CGrassin/M62429_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CGrassin/M62429_Volume_Control_Library-1.0.1.zip", + "archiveFileName": "M62429_Volume_Control_Library-1.0.1.zip", + "size": 4837, + "checksum": "SHA-256:e4d5206476ee8d799b97ed2a488caf708eb3f1b5ab4c1ce76871d8feac63d4a6" + }, + { + "name": "KAI Pro Library", + "version": "1.0.1", + "author": "Ronin's Robotics", + "maintainer": "Mehmet Murat YILMAZ \u003cinfo@roninsrobotics.com\u003e", + "sentence": "Grants easy access to the various species of the Kai Pro. For Arduino Esplora only.", + "paragraph": "Grants easy access to the various species of the Kai Pro. For Arduino Esplora only.", + "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.1.zip", + "archiveFileName": "KAI_Pro_Library-1.0.1.zip", + "size": 5105, + "checksum": "SHA-256:5520eba31e86be65d1b5513a38adbf40c875bd744b275c19b7bf00e8fe50e4a7" + }, + { + "name": "KAI Pro Library", + "version": "1.0.2", + "author": "Mehmet Murat YILMAZ", + "maintainer": "Ronin's Robotics \u003cinfo@roninsrobotics.com\u003e", + "sentence": "Grants easy access to the various species of the Kai Pro. For Arduino only.", + "paragraph": "More information can be found at https://roninsrobotics.com", + "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.2.zip", + "archiveFileName": "KAI_Pro_Library-1.0.2.zip", + "size": 5122, + "checksum": "SHA-256:fbf29554e4bef4188c4bafcf1b93d8b814a2fbc6fcee70e212756b3759c44b6d" + }, + { + "name": "KAI Pro Library", + "version": "1.0.3", + "author": "Mehmet Murat YILMAZ", + "maintainer": "Ronin's Robotics \u003cinfo@roninsrobotics.com\u003e", + "sentence": "Grants easy access to the various species of the Kai Pro.", + "paragraph": "More information can be found at https://roninsrobotics.com", + "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.3.zip", + "archiveFileName": "KAI_Pro_Library-1.0.3.zip", + "size": 5107, + "checksum": "SHA-256:1c7ba867c63fe607701170a90bd70062e7dd27629c9f6b96542aa6b567440687" + }, + { + "name": "Adafruit LSM6DS", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-2.0.0.zip", + "archiveFileName": "Adafruit_LSM6DS-2.0.0.zip", + "size": 200997, + "checksum": "SHA-256:c9f529252b344274858b1aed96830e3b69454524fa49c0c419d679aba1409d97" + }, + { + "name": "Adafruit LSM6DS", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-2.1.0.zip", + "archiveFileName": "Adafruit_LSM6DS-2.1.0.zip", + "size": 204267, + "checksum": "SHA-256:b20d81e2c78696a36bc3b454825283ef978a6614c2f73ec963b37f74aa060278" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.0.0.zip", + "archiveFileName": "Adafruit_LSM6DS-3.0.0.zip", + "size": 204358, + "checksum": "SHA-256:9a6f6022593ff962781f52d4df47c8650cc7b7d5c788a0354ab4e2bba63901be" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.1.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.1.2.zip", + "archiveFileName": "Adafruit_LSM6DS-3.1.2.zip", + "size": 578025, + "checksum": "SHA-256:f5cc6c03596f7c8b37927cb9c2da3de0fa19ab88e05684b1da09d9b4a2cf1165" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.0.zip", + "archiveFileName": "Adafruit_LSM6DS-3.2.0.zip", + "size": 580406, + "checksum": "SHA-256:0d5ed2713aa09f43be46cc7a651760eaf488b57a6f3ed184b1f85216f5f9deaa" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.2.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.1.zip", + "archiveFileName": "Adafruit_LSM6DS-3.2.1.zip", + "size": 580420, + "checksum": "SHA-256:08233d613c13af86cf5dfed7b397bc330f6317251b6e3da05a5c70c482ded12e" + }, + { + "name": "Adafruit LSM6DS", + "version": "3.2.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.2.zip", + "archiveFileName": "Adafruit_LSM6DS-3.2.2.zip", + "size": 580399, + "checksum": "SHA-256:f0238aa3dbb5e3c7b9f49a865e3e310a66fea9e9d127a1ec2abdf4f316b48368" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.0.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.0.0.zip", + "size": 580398, + "checksum": "SHA-256:d9793715b2c21372897c82ffb0c3fc760c57dde8fbcb17b35b2bdfae256d89cd" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.1.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.1.0.zip", + "size": 584437, + "checksum": "SHA-256:6feb06eddff220ea1de17310cb24941fd8c89aa6609423c70c6b941eeb6a2d98" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.1.1.zip", + "archiveFileName": "Adafruit_LSM6DS-4.1.1.zip", + "size": 584460, + "checksum": "SHA-256:31923270be7291d9ebeca18e82b2ae5cf04904c9ba50fc623381bbd809888b8d" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.2.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.2.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.2.0.zip", + "size": 586082, + "checksum": "SHA-256:902dfd417b7afa23482588ac3618dced1d84eb02b3f3eb484b8308eda251f4bb" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.3.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.3.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.3.0.zip", + "size": 586365, + "checksum": "SHA-256:6295ac0310af4a578bf84aec55728801565c76ae734e9cbf3396e75abdc64ab3" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.3.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.3.1.zip", + "archiveFileName": "Adafruit_LSM6DS-4.3.1.zip", + "size": 586440, + "checksum": "SHA-256:cdfe9e178a201b897501cfb0ebd7374526f898585a070b5f37683de543920ec6" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.3.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.3.2.zip", + "archiveFileName": "Adafruit_LSM6DS-4.3.2.zip", + "size": 586502, + "checksum": "SHA-256:4538c7f8b2fb4ff4af2245b9b341db2bf4fe4002770e23c42a0bf82f6bd6384f" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.4.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.4.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.4.0.zip", + "size": 587587, + "checksum": "SHA-256:329222c550ae1806c890ba80891d71a5977a66cfe364794898596648358ded6b" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.5.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.5.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.5.0.zip", + "size": 587650, + "checksum": "SHA-256:03426ff279784486b42cbce0cc7b9915e8541075795f3c216245340dcb47c20e" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.6.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.6.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.6.0.zip", + "size": 587653, + "checksum": "SHA-256:128a80e96a01d667de91a27ba43276508d659ef74f25576a2e7c1c02eceb0def" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.7.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.7.0.zip", + "archiveFileName": "Adafruit_LSM6DS-4.7.0.zip", + "size": 591144, + "checksum": "SHA-256:e4f42e7f242fe872e2771ee3e9c28c5eece04bd2e0f299163fcf3b86df76e337" + }, + { + "name": "Adafruit LSM6DS", + "version": "4.7.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.7.2.zip", + "archiveFileName": "Adafruit_LSM6DS-4.7.2.zip", + "size": 591144, + "checksum": "SHA-256:01d80653be2e8e7f76675634f08c0aacd727313c1e213f56489198882e5b7ad3" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.1.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library to communicate between devices connected via serial port", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.1.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.1.0.zip", + "size": 11901, + "checksum": "SHA-256:dc261fa889d59cfdfebae19303384943c733caf35db372f8fee846698dfb3215" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.2.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library to communicate between devices connected via serial port", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.2.0.zip", + "size": 12943, + "checksum": "SHA-256:dd7f46502a7b4c1f2878174d333a1a92a946c7f9d726861c85873119ba227c9c" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.2.1", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.1.zip", + "archiveFileName": "SimpleSerialProtocol-2.2.1.zip", + "size": 13000, + "checksum": "SHA-256:5707023497d9b52365e8b65b273698e33888095066517dee8d1a8e5b112da535" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.2.2", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.2.zip", + "archiveFileName": "SimpleSerialProtocol-2.2.2.zip", + "size": 13024, + "checksum": "SHA-256:72cbb82f49f85e9c8503eccc0448779a285c612942f3dcae55bee378620570c7" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.3.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.3.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.3.0.zip", + "size": 13081, + "checksum": "SHA-256:26d448df78d8e976e565b5e4c75da60eb9fe53a2cca6ae76fe42d3d15e4a9e67" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.3.1", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.3.1.zip", + "archiveFileName": "SimpleSerialProtocol-2.3.1.zip", + "size": 13070, + "checksum": "SHA-256:ece18dc3cdb7d48f199c3b450cdb9f5d31d1eefade09a39be219240486f93418" + }, + { + "name": "SimpleSerialProtocol", + "version": "2.4.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Albrecht Nitsche, Jens Kabisch", + "sentence": "Library for communicate between serial port enabled devices", + "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", + "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", + "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.4.0.zip", + "archiveFileName": "SimpleSerialProtocol-2.4.0.zip", + "size": 13150, + "checksum": "SHA-256:4e23753c6b8e23a82e707679cf1fd931e9dd2bfc6ec8fa6dc66de4e16e4b68a7" + }, + { + "name": "Effortless-SPIFFS", + "version": "1.0.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-1.0.0.zip", + "archiveFileName": "Effortless_SPIFFS-1.0.0.zip", + "size": 9285, + "checksum": "SHA-256:18031f21ca1026ae5ef17ab8c6b755118d8ca80e7a4b6a328933685f8527084a" + }, + { + "name": "Effortless-SPIFFS", + "version": "1.1.1", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-1.1.1.zip", + "archiveFileName": "Effortless_SPIFFS-1.1.1.zip", + "size": 9903, + "checksum": "SHA-256:3a928d077156557f9992130c542261d193101522047902ba5eb4a15be7344c91" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.0.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.0.zip", + "archiveFileName": "Effortless_SPIFFS-2.0.0.zip", + "size": 11204, + "checksum": "SHA-256:fdffc95ba6f447f31bc3bcc32fc335cf152a139d6b88c76b1b657bc35f742198" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.0.1", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.1.zip", + "archiveFileName": "Effortless_SPIFFS-2.0.1.zip", + "size": 11735, + "checksum": "SHA-256:f64baf7f12b0bf20e4f64004c622eb3ff14c97743396ef2c6e1a68bbe1aa6f0d" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.0.2", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.2.zip", + "archiveFileName": "Effortless_SPIFFS-2.0.2.zip", + "size": 11743, + "checksum": "SHA-256:2d8152e265a8a3b75556b01980e82aa633dbb0d86f0d954155576a7b092c21ed" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.0.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.0.zip", + "size": 11951, + "checksum": "SHA-256:ad4f563c54b1ecb62e2aa3df7014b3c4541a23f3bb315eed50dd9d869ee81381" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.1", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.1.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.1.zip", + "size": 14346, + "checksum": "SHA-256:3825f6f27cf49598d567785a1efbce566ee3e59e6831e8804f6764dd24f088b2" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.2", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.2.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.2.zip", + "size": 14359, + "checksum": "SHA-256:e3549947659496b39396180fb28f546dd48cf9eceea2164faac2ea60b827e6f9" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.3", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.3.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.3.zip", + "size": 14364, + "checksum": "SHA-256:a51d51254a8c79575b26a76ff9d378a3e5c75851e697b4c09fe2d2f1ad83d11a" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.1.4", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.4.zip", + "archiveFileName": "Effortless_SPIFFS-2.1.4.zip", + "size": 14358, + "checksum": "SHA-256:023aad6f733d2466f7bf21e96c67bbc30f7188810c403e03218e07d082f927eb" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.2.4", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.2.4.zip", + "archiveFileName": "Effortless_SPIFFS-2.2.4.zip", + "size": 14499, + "checksum": "SHA-256:470af95333d67246dca2531945037e545d996b1d1746410c514b98aeccc75b78" + }, + { + "name": "Effortless-SPIFFS", + "version": "2.3.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", + "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", + "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.3.0.zip", + "archiveFileName": "Effortless_SPIFFS-2.3.0.zip", + "size": 14593, + "checksum": "SHA-256:d10bd1de6d83e776f3bbf6c9f04e597f9896a4820b06feefc5a3da2398be33a1" + }, + { + "name": "DataSeriesPod", + "version": "1.0.0", + "author": "Michael Matus \u003cmichael@matus.at\u003e", + "maintainer": "Michael Matus \u003cmichael@matus.at\u003e", + "license": "MIT", + "sentence": "A simple Arduino data logging library", + "paragraph": "This library provides basic functionality for recording and processing data values. It is typically used for preprocessing and data reduction of frequently arriving sensor data. Check out the GitHub repository for a comprehensive documentation.", + "website": "https://github.com/matusm/Arduino-DataSeriesPod", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matusm/Arduino-DataSeriesPod.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matusm/DataSeriesPod-1.0.0.zip", + "archiveFileName": "DataSeriesPod-1.0.0.zip", + "size": 7045, + "checksum": "SHA-256:4c5765fb4b2488bc877d92086b28019159f7c0256a9e4baa59b830bb72a96908" + }, + { + "name": "iBit_Arduino", + "version": "0.5.0", + "author": "Pakpoom Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "maintainer": "Pakpoom Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "sentence": "A control library for iBit Board.", + "paragraph": "This library easy to read input and control output on iBit Board.", + "website": "https://github.com/jcubuntu/iBit_Arduino", + "category": "Signal Input/Output", + "architectures": [ + "nRF5" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jcubuntu/iBit_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-0.5.0.zip", + "archiveFileName": "iBit_Arduino-0.5.0.zip", + "size": 9710, + "checksum": "SHA-256:b3bbe82b15dfd2e817a430f902d0108bfacbf2a3d00ad6396f18fee20f706f49" + }, + { + "name": "iBit_Arduino", + "version": "1.0.1", + "author": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "sentence": "A control library for iBit Board.", + "paragraph": "This library easy to read input and control output on iBit Board.", + "website": "https://github.com/jcubuntu/iBit_Arduino", + "category": "Signal Input/Output", + "architectures": [ + "nRF5" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jcubuntu/iBit_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-1.0.1.zip", + "archiveFileName": "iBit_Arduino-1.0.1.zip", + "size": 9710, + "checksum": "SHA-256:04845165f3e5bec8a27f87e38290443262800a63c05b935d9a4897a2ebea576d" + }, + { + "name": "iBit_Arduino", + "version": "1.0.2", + "author": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", + "sentence": "A control library for iBit Board.", + "paragraph": "This library easy to read input and control output on iBit Board.", + "website": "https://github.com/jcubuntu/iBit_Arduino", + "category": "Signal Input/Output", + "architectures": [ + "nRF5" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jcubuntu/iBit_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-1.0.2.zip", + "archiveFileName": "iBit_Arduino-1.0.2.zip", + "size": 9718, + "checksum": "SHA-256:72539875696ada34817a87b59dc61a57b55c288147be18788c7480a03db1f8aa" + }, + { + "name": "J1850 VPW Arduino Transceiver Library", + "version": "0.0.1", + "author": "Steve Matafonov", + "maintainer": "Steve Matafonov", + "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", + "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", + "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-0.0.1.zip", + "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-0.0.1.zip", + "size": 44578, + "checksum": "SHA-256:09e95b0d309e6317116f368f1efea926496d3a5064c47aecc188c008c057d142" + }, + { + "name": "J1850 VPW Arduino Transceiver Library", + "version": "1.0.0", + "author": "Steve Matafonov", + "maintainer": "Steve Matafonov", + "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", + "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", + "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", + "providesIncludes": [ + "j1850vpw.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-1.0.0.zip", + "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-1.0.0.zip", + "size": 48959, + "checksum": "SHA-256:4130dcb739010546614356782067e7df1e8b4056545b8c02663be18f8dd25d56" + }, + { + "name": "J1850 VPW Arduino Transceiver Library", + "version": "1.0.1", + "author": "Steve Matafonov", + "maintainer": "Steve Matafonov", + "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", + "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", + "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", + "providesIncludes": [ + "j1850vpw.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-1.0.1.zip", + "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-1.0.1.zip", + "size": 48963, + "checksum": "SHA-256:6d053ea3495e5a7336c3f092e1523a726efae6c76278683ae2e48d2197e81e97" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.0", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image uploader", + "paragraph": "Publish an image to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": [ + "ImgurUploader.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.0.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.0.zip", + "size": 380953, + "checksum": "SHA-256:41eabf8ed71a91de0c714aa53f2102482294c821c21b2f08923f6750f367999b" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.1", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image/Video uploader", + "paragraph": "Publish an image or video to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": [ + "ImgurUploader.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.1.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.1.zip", + "size": 381349, + "checksum": "SHA-256:28de48acf6f4d719a3f590608769e07e210c7779b736033ed5e9bf1dacd28278" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.2", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image/Video uploader", + "paragraph": "Publish an image or video to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": [ + "ImgurUploader.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.2.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.2.zip", + "size": 381384, + "checksum": "SHA-256:0868f25e3c3a0fbc16e71fd3881c5f8353dffaec5eec9bfcae8d07b97c209921" + }, + { + "name": "ESP32-imgur-uploader", + "version": "1.0.3", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "imgur.com Image/Video uploader", + "paragraph": "Publish an image or video to imgur.com using their v3 API.", + "website": "https://github.com/tobozo/ImgurUploader/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ImgurUploader.git", + "providesIncludes": [ + "ImgurUploader.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.3.zip", + "archiveFileName": "ESP32_imgur_uploader-1.0.3.zip", + "size": 381468, + "checksum": "SHA-256:2143a3cbaeafab8f155e4c1d20503def01be6ed732e8a7eedf69bd3e2c922981" + }, + { + "name": "STUSB4500", + "version": "1.0.0", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.0.zip", + "archiveFileName": "STUSB4500-1.0.0.zip", + "size": 17303, + "checksum": "SHA-256:61d40ce2feb61510ded8f96720ab41d7f31a685011f2a1ba3aa58859dd4e202f" + }, + { + "name": "STUSB4500", + "version": "1.0.3", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.3.zip", + "archiveFileName": "STUSB4500-1.0.3.zip", + "size": 17586, + "checksum": "SHA-256:5b310f58c7d4aedcbf551c341e48c57013b3aa23c6e35722ac61371a05fd53bf" + }, + { + "name": "STUSB4500", + "version": "1.0.4", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.4.zip", + "archiveFileName": "STUSB4500-1.0.4.zip", + "size": 17707, + "checksum": "SHA-256:2a68cf43953dafbd005b6311c145908b8ad2c90bd92f8392e53ab8945c0759ed" + }, + { + "name": "STUSB4500", + "version": "1.0.5", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "Arduino driver library for STUSB4500", + "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", + "website": "https://github.com/ardnew/STUSB4500", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/STUSB4500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.5.zip", + "archiveFileName": "STUSB4500-1.0.5.zip", + "size": 18725, + "checksum": "SHA-256:192ec519d2306d5b39b884a598438c6b9a7a0bd4b80a72ce2eecf770c01fdf40" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.0", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.0.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.0.zip", + "size": 7349718, + "checksum": "SHA-256:accfa4c7753f19390c74597aaa839d84bce85516459527d45e8b8abc9b51adc9" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.2", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.2.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.2.zip", + "size": 7350403, + "checksum": "SHA-256:c809777b7860a36837d91045e58db073f403606644493ccb563b22e6803d3cec" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.3", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.3.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.3.zip", + "size": 7350671, + "checksum": "SHA-256:35082b0718a7ec0c9761cf37906a8ad9001853c755f730f26c25c114fb958986" + }, + { + "name": "ILI9341-Layout-Manager", + "version": "1.0.5", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "An autolayout engine with callback support for designing and organizing buttons, text fields, and modal windows for ILI9341 chipsets", + "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", + "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "dependencies": [ + { + "name": "Adafruit_ILI9341" + }, + { + "name": "XPT2046_Calibrated" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.5.zip", + "archiveFileName": "ILI9341_Layout_Manager-1.0.5.zip", + "size": 7351460, + "checksum": "SHA-256:5e3df0b5004b7fddb753d29b8c0726fcc31b76aecacd452ce79f6489d764e591" + }, + { + "name": "TSL2591MI", + "version": "0.9.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems TSL2591 Lux Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/tsl2591/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/tsl2591mi.git", + "providesIncludes": [ + "TSL2591.h", + "Wire.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/TSL2591MI-0.9.0.zip", + "archiveFileName": "TSL2591MI-0.9.0.zip", + "size": 27940, + "checksum": "SHA-256:056e8e42bbcda67eeecbc9be7a19b6482ed313ccf65e51f9d73b6f12f300a8d6" + }, + { + "name": "TSL2591MI", + "version": "0.9.1", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems TSL2591 Lux Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/tsl2591/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/tsl2591mi.git", + "providesIncludes": [ + "TSL2591.h", + "Wire.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/TSL2591MI-0.9.1.zip", + "archiveFileName": "TSL2591MI-0.9.1.zip", + "size": 28347, + "checksum": "SHA-256:122070692af78c61889894eb988b2f2bfd622508a7520481594e674b111eb45c" + }, + { + "name": "TSL2591MI", + "version": "0.10.0", + "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", + "sentence": "A library for the Austria Microsystems TSL2591 Lux Sensor.", + "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", + "website": "https://bitbucket.org/christandlg/tsl2591/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/christandlg/tsl2591mi.git", + "providesIncludes": [ + "TSL2591.h", + "Wire.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/TSL2591MI-0.10.0.zip", + "archiveFileName": "TSL2591MI-0.10.0.zip", + "size": 28393, + "checksum": "SHA-256:4444014936aa55ba0f8891c689ca1940fbfc039b58c17f11bf5ecf9933e4c2a5" + }, + { + "name": "sunezy-mon", + "version": "1.0.2", + "author": "guglicap", + "maintainer": "guglicap", + "license": "MIT", + "sentence": "Arduino Library to communicate with SunEzy / Orion inverters.", + "paragraph": "You can use this library to communicate with SunEzy or Orion devices using the RS232 port.", + "website": "https://github.com/guglicap/arduino-pv", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guglicap/arduino-pv.git", + "providesIncludes": [ + "inverter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guglicap/sunezy_mon-1.0.2.zip", + "archiveFileName": "sunezy_mon-1.0.2.zip", + "size": 10696, + "checksum": "SHA-256:c50e6eacaacd4ff749593b854035ea706972141b2d754ced4d2faca78a7696d7" + }, + { + "name": "aE2", + "version": "1.0.0", + "author": "Michael Matus \u003cmichael@matus.at\u003e", + "maintainer": "Michael Matus \u003cmichael@matus.at\u003e", + "license": "MIT", + "sentence": "E+E E2-sensor library for Arduino.", + "paragraph": "This library provides an object oriented API for using thermo-hygrometric sensors by E+E. Those sensors can be connected via the propriatary E2 bus.", + "website": "https://github.com/matusm/Arduino-E2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matusm/Arduino-E2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matusm/aE2-1.0.0.zip", + "archiveFileName": "aE2-1.0.0.zip", + "size": 6379, + "checksum": "SHA-256:c25bd111f9637cf95259cd5eb79880f116bba013e7b72d66ef6b1dc6d608ace9" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.0.0.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.0.0.zip", + "size": 340602, + "checksum": "SHA-256:db27b510132592d467ee6698b7096c054cbd24a479b79f2a1aaac322304d2c69" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.0.1.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.0.1.zip", + "size": 340602, + "checksum": "SHA-256:91d383aa3a18b82b38201ea640d8062a07315c1b2aead8f7bef7a6a98d3d2acc" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.0.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.0.zip", + "size": 341058, + "checksum": "SHA-256:f89dc4bfcf120bbb05aa8c6746a23adae974cb41b1082dff787804b3eed503da" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.1.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.1.zip", + "size": 341022, + "checksum": "SHA-256:25bdecf8c2c87092cc4c7756b1ab00e76771982e33a403bee39760d1256cd4d9" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.2.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.2.zip", + "size": 341079, + "checksum": "SHA-256:68b3bea238e08ed7c2993aa2e63282a49e29bc524b96c5bcda32cbc5fd580a41" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.3.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.3.zip", + "size": 341195, + "checksum": "SHA-256:c83f1babe5a8c99356537ff83f322fd8c459144fd4251fa4f0c6f4e83e3522df" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.4.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.4.zip", + "size": 341195, + "checksum": "SHA-256:5c163a9dad29d2d2cc638499b8c2a864d9065ae6a4476c808cb162a2e1f3102c" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.6.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.6.zip", + "size": 341195, + "checksum": "SHA-256:a292ab83ddf15e308500844e4851ac892a7c32fd7746dad45675c88d02852836" + }, + { + "name": "Adafruit LIS2MDL", + "version": "2.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", + "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.7.zip", + "archiveFileName": "Adafruit_LIS2MDL-2.1.7.zip", + "size": 341212, + "checksum": "SHA-256:b8c9a62e17cca40ec3dcbad3a58524a020679f4e5edd0f2f8d2472a4ac945d79" + }, + { + "name": "jsonlib", + "version": "0.1.1", + "author": "Justin Shaw wyojustin@gmail.com", + "maintainer": "Justin Shaw wyojustin@gmail.com", + "sentence": "A simple JSON parsing library.", + "paragraph": "This library is intended to be a light weight alternative to ArduinoJson.", + "website": "https://github.com/wyolum/jsonlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wyolum/jsonlib.git", + "providesIncludes": [ + "jsonlib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wyolum/jsonlib-0.1.1.zip", + "archiveFileName": "jsonlib-0.1.1.zip", + "size": 13545, + "checksum": "SHA-256:1cebe74671150e1efca88a6c10f3cd41c90b68bc754a132dbfb86cf79a6b9683" + }, + { + "name": "BasicTinkering", + "version": "1.0.0", + "author": "snototter \u003cmuspellr@gmail.com\u003e", + "maintainer": "snototter \u003cmuspellr@gmail.com\u003e", + "sentence": "A collection of wrapper classes for commonly used electronic components.", + "paragraph": "Supports: buttons, LED control (incl. blinking \u0026 dimming), digital tubes, etc.", + "website": "https://github.com/snototter/BasicTinkering", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/snototter/BasicTinkering.git", + "providesIncludes": [ + "BtButton.h", + "BtLED.h", + "BtPotentiometer.h", + "BtSevenSegmentDisplay.h", + "BtStopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/snototter/BasicTinkering-1.0.0.zip", + "archiveFileName": "BasicTinkering-1.0.0.zip", + "size": 16953, + "checksum": "SHA-256:ce316973e69ec405630192488c7e597818c82a5056dff074afd8fbf7774a2c59" + }, + { + "name": "Melopero LSM9DS1", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", + "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", + "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.0.zip", + "archiveFileName": "Melopero_LSM9DS1-1.0.0.zip", + "size": 17785, + "checksum": "SHA-256:85d459c1a8d1227418b850ee7b473be6e843c6690828ea0d734f96cb1c498a30" + }, + { + "name": "Melopero LSM9DS1", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", + "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", + "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.1.zip", + "archiveFileName": "Melopero_LSM9DS1-1.0.1.zip", + "size": 21132, + "checksum": "SHA-256:63c9418354f3f5d350502ca332e8c76bb11a5ddc0972a6ff65a9c3e487565e78" + }, + { + "name": "Melopero LSM9DS1", + "version": "1.0.2", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", + "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", + "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.2.zip", + "archiveFileName": "Melopero_LSM9DS1-1.0.2.zip", + "size": 192492, + "checksum": "SHA-256:6a073e6e0c01079a8706d57b40b20488698be256dbde80fb3fd0ead064acc216" + }, + { + "name": "Melopero LSM9DS1", + "version": "1.1.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", + "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", + "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.1.0.zip", + "archiveFileName": "Melopero_LSM9DS1-1.1.0.zip", + "size": 192634, + "checksum": "SHA-256:fcae28ca1cb56fd13777173637296e7202fb15c426ce126f81d6345b8105250a" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.0.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.0.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.0.0.zip", + "size": 9117, + "checksum": "SHA-256:20e3aefd2516c0f7f40998a8afcaaa91932e302381d9ccfab00f856897adb4fe" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.1.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.1.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.1.0.zip", + "size": 889257, + "checksum": "SHA-256:0608b38e55d0ea4ffaf33d5bc746bae2300845d1f5e89aafb71e992e95ebec25" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.2.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.2.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.2.0.zip", + "size": 3861595, + "checksum": "SHA-256:225dd6a40e6e84d9587cf3fd41c04c912e5d0f30848bd78407e4717eae83d2f1" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.3.0", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.3.0.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.3.0.zip", + "size": 3862415, + "checksum": "SHA-256:e83fedae15d33045ebeba4ff80736cf5e5212760b8d779fee13c1a9a8e25cf64" + }, + { + "name": "OLED_SSD1306_Chart", + "version": "1.3.2", + "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", + "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", + "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", + "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", + "dependencies": [ + { + "name": "Adafruit_SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.3.2.zip", + "archiveFileName": "OLED_SSD1306_Chart-1.3.2.zip", + "size": 3862467, + "checksum": "SHA-256:e33e873ad23287f0340a4f131959ba4eb75515e21f2c71f9960c41032719e5cc" + }, + { + "name": "SoilSensor", + "version": "1.2.0", + "author": "podija", + "maintainer": "podija \u003cpodija@adafruit.com\u003e", + "sentence": "Arduino library for HARDWARIO Soil Sensor.", + "paragraph": "This sensor allow to measure soil moisture and temperature.", + "website": "https://github.com/bigclownlabs/SoilSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bigclownlabs/SoilSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bigclownlabs/SoilSensor-1.2.0.zip", + "archiveFileName": "SoilSensor-1.2.0.zip", + "size": 10413, + "checksum": "SHA-256:51bbaa4dcc2a158ab52af38725e81dbdacdddb1b55297bacb49870582c8bbe98" + }, + { + "name": "ACS-M1128", + "version": "2.2.1-b2", + "author": "SAM Element \u003cdeveloper@samelement.com\u003e", + "maintainer": "Benny \u003cbenny@samelement.com\u003e, Daniel \u003cdaniel@samelement.com\u003e", + "sentence": "ACS-M1128 SAM Element IoT WiFi Connectivity", + "paragraph": "Arduino Library for SAM Element IoT WiFi Connectivity", + "website": "https://github.com/samelement/ACS-M1128", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/samelement/ACS-M1128.git", + "url": "https://downloads.arduino.cc/libraries/github.com/samelement/ACS_M1128-2.2.1-b2.zip", + "archiveFileName": "ACS_M1128-2.2.1-b2.zip", + "size": 916274, + "checksum": "SHA-256:c97bdbf3c770e35587fdbe9bab8f6ec3d1ad6803ae9dbbfefa77141071819daa" + }, + { + "name": "Nova_SDS011 Sensor Library", + "version": "0.1.0", + "author": "R.Orecki", + "maintainer": "R.Orecki", + "sentence": "Nova SDS011 dust sensor library", + "paragraph": "Arduino library for driving Nova Fitness Co.,Ltd. SDS011 dust sensor. Written according to Laser Dust Sensor Control Protocol V1.3", + "website": "https://github.com/Silvan85/Nova_SDS011", + "category": "Sensors", + "architectures": [ + "esp8266", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silvan85/Nova_SDS011.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silvan85/Nova_SDS011_Sensor_Library-0.1.0.zip", + "archiveFileName": "Nova_SDS011_Sensor_Library-0.1.0.zip", + "size": 555705, + "checksum": "SHA-256:3e84291565329670b0f71181858d454489c8084acb5d1b7741c974aa80f60542" + }, + { + "name": "SparkFun HyperDisplay", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays", + "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", + "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-1.0.3.zip", + "archiveFileName": "SparkFun_HyperDisplay-1.0.3.zip", + "size": 55390, + "checksum": "SHA-256:a69b3959dea936b65875e8ceccc5ad591e7c7d4ca7b21ad7a6a2e02af5e2f112" + }, + { + "name": "SparkFun HyperDisplay", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays", + "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", + "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-2.0.0.zip", + "archiveFileName": "SparkFun_HyperDisplay-2.0.0.zip", + "size": 55390, + "checksum": "SHA-256:65fc3fda092ed263fde1915b81f458ade6d87a078d9b9055835a36e4e3f0b73f" + }, + { + "name": "SparkFun HyperDisplay", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays", + "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", + "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-2.0.1.zip", + "archiveFileName": "SparkFun_HyperDisplay-2.0.1.zip", + "size": 62127, + "checksum": "SHA-256:e767a75bd0252850991f562753a758cb1154aa6bd0374dfd7c82ac94996ed1c1" + }, + { + "name": "SparkFun HyperDisplay ILI9163C", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "ILI9163C extension for HyperDisplay", + "paragraph": "This library is a mid-level interface between displays that use an ILI9163 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", + "website": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9163C-1.0.1.zip", + "archiveFileName": "SparkFun_HyperDisplay_ILI9163C-1.0.1.zip", + "size": 24709, + "checksum": "SHA-256:d35dd088ed6160543ab066ddc8817de6af5e26669dd8a9d909fdf3f3f7bd5b6b" + }, + { + "name": "SparkFun HyperDisplay ILI9163C", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "ILI9163C extension for HyperDisplay", + "paragraph": "This library is a mid-level interface between displays that use an ILI9163 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", + "website": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9163C-1.0.2.zip", + "archiveFileName": "SparkFun_HyperDisplay_ILI9163C-1.0.2.zip", + "size": 25031, + "checksum": "SHA-256:3af7ae97e5a8b2c56ab93e3cbf2b469bd4ffdfc664acd1d79478fbc9df64b0cc" + }, + { + "name": "SparkFun HyperDisplay SSD1309", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", + "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", + "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.0.1.zip", + "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.0.1.zip", + "size": 50938, + "checksum": "SHA-256:d5465fd35d34a975b3bf739b7f92b43c4d98ee63c8a3cd284b099235e8d95d0a" + }, + { + "name": "SparkFun HyperDisplay SSD1309", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", + "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", + "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.1.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.1.0.zip", + "size": 51018, + "checksum": "SHA-256:911adcd48db2a926479c64b1165e359de9bf4f1e0e4ce3db3f0569d4f17aa0b3" + }, + { + "name": "SparkFun HyperDisplay SSD1309", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", + "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", + "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.1.1.zip", + "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.1.1.zip", + "size": 51631, + "checksum": "SHA-256:e5495eadc701384072cdd926f4e94b6f242b9124fea01ecfcd7fcb24ca3e5416" + }, + { + "name": "SparkFun HyperDisplay KWH018ST01", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control SparkFun 1.8\" TFT products using HyperDisplay", + "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 1.8\" TFT products from SparkFun. Use all the features of HyperDisplay", + "website": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay ILI9163C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_KWH018ST01-1.0.2.zip", + "archiveFileName": "SparkFun_HyperDisplay_KWH018ST01-1.0.2.zip", + "size": 344631, + "checksum": "SHA-256:a6229790311abfae0ae214a0225f6ce041b1488defe9064766f1c9ca0301805b" + }, + { + "name": "SparkFun HyperDisplay Transparent Graphical OLED", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control the Tranparent Graphical OLED using HyperDisplay graphics library. WiseChip UG2856KLBAG01", + "paragraph": "Provides I2C and SPI control for the Transparent Graphical OLED. An extension of the SparkFun SSD1309 HyperDisplay Arduino Library, this is a end-user library that is ready to go as long as SSD1309 and HyperDisplay libraries are installed.", + "website": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay SSD1309" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.0.2.zip", + "archiveFileName": "SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.0.2.zip", + "size": 438078, + "checksum": "SHA-256:f3de5b7f887b8915e686e9183b454cb079ae5e5ac597967ae46816f45e5f579b" + }, + { + "name": "SparkFun HyperDisplay Transparent Graphical OLED", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control the Tranparent Graphical OLED using HyperDisplay graphics library. WiseChip UG2856KLBAG01", + "paragraph": "Provides I2C and SPI control for the Transparent Graphical OLED. An extension of the SparkFun SSD1309 HyperDisplay Arduino Library, this is a end-user library that is ready to go as long as SSD1309 and HyperDisplay libraries are installed.", + "website": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay SSD1309" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.1.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.1.0.zip", + "size": 440264, + "checksum": "SHA-256:3a90bf8d45dfb365b97788d6de5cd99ccbd30878fbaa24e15f0a8e8638654ec6" + }, + { + "name": "PCA9634 library", + "version": "1.0.0", + "author": "Marco Mojana", + "maintainer": "Marco Mojana \u003cm.mojana@gmail.com\u003e", + "sentence": "A library for the PCA9634 8-bit Fm+ I2C-bus LED driver.", + "paragraph": "This library gives access to all the chip features with a simple interface.", + "website": "https://github.com/mmojana/pca9634-arduino-library/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmojana/pca9634-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mmojana/PCA9634_library-1.0.0.zip", + "archiveFileName": "PCA9634_library-1.0.0.zip", + "size": 18077, + "checksum": "SHA-256:1201f29f95a60623bac2e152cba44b523d14af479598a855d681a4c63b816a80" + }, + { + "name": "XPT2046_Calibrated", + "version": "1.0.0", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "XPT2046_Touchscreen-based library with 3-point calibration", + "paragraph": "Based on Paul Stoffregen's XPT2046_Touchscreen library. Adds 3-point calibration support based on a paper by Fang \u0026 Chang (Texas Instruments): http://www.ti.com/lit/an/slyt277/slyt277.pdf. See examples for usage.", + "website": "https://github.com/ardnew/XPT2046_Calibrated", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/XPT2046_Calibrated.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/XPT2046_Calibrated-1.0.0.zip", + "archiveFileName": "XPT2046_Calibrated-1.0.0.zip", + "size": 9989, + "checksum": "SHA-256:112f93117a103f9d4a0e1d4ab740ac436da49d19cc46db8853f865a02fec5c0f" + }, + { + "name": "XPT2046_Calibrated", + "version": "1.0.1", + "author": "ardnew \u003candrew@ardnew.com\u003e", + "maintainer": "ardnew \u003candrew@ardnew.com\u003e", + "sentence": "XPT2046_Touchscreen-based library with 3-point calibration", + "paragraph": "Based on Paul Stoffregen's XPT2046_Touchscreen library. Adds 3-point calibration support based on a paper by Fang \u0026 Chang (Texas Instruments): http://www.ti.com/lit/an/slyt277/slyt277.pdf. See examples for usage.", + "website": "https://github.com/ardnew/XPT2046_Calibrated", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/XPT2046_Calibrated.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/XPT2046_Calibrated-1.0.1.zip", + "archiveFileName": "XPT2046_Calibrated-1.0.1.zip", + "size": 12342, + "checksum": "SHA-256:51d241c699cee47f86e62442018ada721739ea013199dcffb59d60447401040e" + }, + { + "name": "Arduino_CRC32", + "version": "1.0.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "Arduino library providing a simple interface to perform checksum calculations utilizing the CRC-32 algorithm.", + "website": "https://github.com/arduino-libraries/Arduino_CRC32", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_CRC32.git", + "providesIncludes": [ + "Arduino_CRC32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_CRC32-1.0.0.zip", + "archiveFileName": "Arduino_CRC32-1.0.0.zip", + "size": 7711, + "checksum": "SHA-256:46da803449dc62533820de3270690fda0d196481b131c20a60ff5994eb30b91a" + }, + { + "name": "EmotiBit NCP5623", + "version": "0.0.1", + "author": "Connected Future Labs", + "maintainer": "Nitin Nair \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the NCP5623 LED driver", + "paragraph": "An Arduino Library for the NCP5623 LED driver", + "website": "https://github.com/EmotiBit/EmotiBit_FW_NCP5623", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.1.zip", + "archiveFileName": "EmotiBit_NCP5623-0.0.1.zip", + "size": 5124, + "checksum": "SHA-256:6f22c9197e4646827a8527c6358e2acc9af80809fcdb257d3806156926adeb29" + }, + { + "name": "EmotiBit NCP5623", + "version": "0.0.2", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the NCP5623 LED driver", + "paragraph": "An Arduino Library for the NCP5623 LED driver", + "website": "https://github.com/EmotiBit/EmotiBit_NCP5623", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.2.zip", + "archiveFileName": "EmotiBit_NCP5623-0.0.2.zip", + "size": 5117, + "checksum": "SHA-256:6c8d247c436390dd0b8dd2cace19096e8e6fd46be7bde6f3a7d850566ff64556" + }, + { + "name": "EmotiBit NCP5623", + "version": "0.0.3", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the NCP5623 LED driver", + "paragraph": "An Arduino Library for the NCP5623 LED driver", + "website": "https://github.com/EmotiBit/EmotiBit_NCP5623", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.3.zip", + "archiveFileName": "EmotiBit_NCP5623-0.0.3.zip", + "size": 5716, + "checksum": "SHA-256:f74463e27574b740b5ec290686b81c5deff42ab9be65c7ad78d67e403b114a66" + }, + { + "name": "EmotiBit NCP5623", + "version": "0.0.4", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the NCP5623 LED driver", + "paragraph": "An Arduino Library for the NCP5623 LED driver", + "website": "https://github.com/EmotiBit/EmotiBit_NCP5623", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.4.zip", + "archiveFileName": "EmotiBit_NCP5623-0.0.4.zip", + "size": 5841, + "checksum": "SHA-256:67d633e90b5cd8690eba030ab1668a45499e78900f86c83d7136007ba56e1040" + }, + { + "name": "M5Atom", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack,Hades", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.1.zip", + "archiveFileName": "M5Atom-0.0.1.zip", + "size": 42656, + "checksum": "SHA-256:6dc4478581c7a32262e97bc515f55964f1671cca2b3a1f6b56e79746c79b2675" + }, + { + "name": "M5Atom", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack,Hades", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.2.zip", + "archiveFileName": "M5Atom-0.0.2.zip", + "size": 2697297, + "checksum": "SHA-256:dce513c2e5c3ca6e531cf04ce80b2bf7da0031a9f75864ed67da4e7bb18579d2" + }, + { + "name": "M5Atom", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack,Hades", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.3.zip", + "archiveFileName": "M5Atom-0.0.3.zip", + "size": 2767368, + "checksum": "SHA-256:b9e0815a1d14ac946bec21e12d222faff48bbfe09e1b379fca65f947197679e2" + }, + { + "name": "M5Atom", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "M5Stack,Hades", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "Ethernet2" + }, + { + "name": "ESP8266Audio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.5.zip", + "archiveFileName": "M5Atom-0.0.5.zip", + "size": 2900229, + "checksum": "SHA-256:615e1fb9946caeb252d67ac5824432721586fc007374af2595192e2a9b2fc5d3" + }, + { + "name": "M5Atom", + "version": "0.0.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "Ethernet2" + }, + { + "name": "ESP8266Audio" + }, + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.7.zip", + "archiveFileName": "M5Atom-0.0.7.zip", + "size": 2887496, + "checksum": "SHA-256:4eb91933f11de2c7c5e06897acd0054cc4fab0dac3627dde7e760062021ea90b" + }, + { + "name": "M5Atom", + "version": "0.0.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "Ethernet2" + }, + { + "name": "ESP8266Audio" + }, + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "ATOM_DTU_CAT1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.8.zip", + "archiveFileName": "M5Atom-0.0.8.zip", + "size": 2888656, + "checksum": "SHA-256:3fc3e3b72bdf9ede25d2a8bd2ec6e8214f442aad89fc8bd474ffd88cefaaec76" + }, + { + "name": "M5Atom", + "version": "0.0.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "Ethernet2" + }, + { + "name": "ESP8266Audio" + }, + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "ATOM_DTU_CAT1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.9.zip", + "archiveFileName": "M5Atom-0.0.9.zip", + "size": 2890807, + "checksum": "SHA-256:ca62eec7d6a4de4776a70cfd32a494e8fc6a948a486e2535a402056672d7e1b0" + }, + { + "name": "M5Atom", + "version": "0.1.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.1.0.zip", + "archiveFileName": "M5Atom-0.1.0.zip", + "size": 2865181, + "checksum": "SHA-256:5a560ef2d110e0767988056f01852a304b680f168bbc5fc7a9b1809a36900c72" + }, + { + "name": "M5Atom", + "version": "0.1.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "ATOM-ECHO" + }, + { + "name": "M5-Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.1.1.zip", + "archiveFileName": "M5Atom-0.1.1.zip", + "size": 2902320, + "checksum": "SHA-256:bd703d990ee39ac1f524b089a7705d8c8a9eb4164d1dbf294ca62012cab2828c" + }, + { + "name": "M5Atom", + "version": "0.1.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Atom Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Atom", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Atom.git", + "providesIncludes": [ + "M5Atom.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "M5-Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.1.2.zip", + "archiveFileName": "M5Atom-0.1.2.zip", + "size": 2902311, + "checksum": "SHA-256:d631245a4356106f142153a61407eb06f536b474bae9f94cb872fb67d1124066" + }, + { + "name": "EmotiBit MAX30101", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", + "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", + "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-1.1.2.zip", + "archiveFileName": "EmotiBit_MAX30101-1.1.2.zip", + "size": 75699, + "checksum": "SHA-256:80a11added287b676207a1b291e9b1cee6b95df83c9d5fc34b7bc5054430728c" + }, + { + "name": "EmotiBit MAX30101", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", + "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", + "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-1.1.3.zip", + "archiveFileName": "EmotiBit_MAX30101-1.1.3.zip", + "size": 97428, + "checksum": "SHA-256:a01db419fd8eac8f2fdf3691c8505854cbb1c255a1bdc8d56f3aa1f7602ad1f6" + }, + { + "name": "EmotiBit MAX30101", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", + "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", + "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-1.1.4.zip", + "archiveFileName": "EmotiBit_MAX30101-1.1.4.zip", + "size": 100095, + "checksum": "SHA-256:5bfc469d789dfeb7a183423f1ea25cffceea91bceb88ffed2b0dfa4e06f497ab" + }, + { + "name": "EmotiBit MAX30101", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", + "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", + "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-2.0.0.zip", + "archiveFileName": "EmotiBit_MAX30101-2.0.0.zip", + "size": 100223, + "checksum": "SHA-256:72cedddfc55778e5ac443ac22fa55c860a61e4013ed94390e718ca61b49db1a6" + }, + { + "name": "EmotiBit MAX30101", + "version": "2.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", + "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", + "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-2.0.3.zip", + "archiveFileName": "EmotiBit_MAX30101-2.0.3.zip", + "size": 100689, + "checksum": "SHA-256:abf60c2b4f0ab91c5e859d686026f2ebc62312424583f9d79b49f832870bae02" + }, + { + "name": "HONEYLemon", + "version": "0.0.1", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library HONEYLemon Platform.", + "paragraph": "Support Arduino HONEYLemon Platform.", + "website": "http://lemon.honey.co.th", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "providesIncludes": [ + "HONEYLemon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.0.1.zip", + "archiveFileName": "HONEYLemon-0.0.1.zip", + "size": 323509, + "checksum": "SHA-256:ae451c6a27f213f4e09b3597d97a935ee24f50e645f622c5be02d257d5bc9f36" + }, + { + "name": "HONEYLemon", + "version": "0.1.1", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library HONEYLemon Platform.", + "paragraph": "Support Arduino HONEYLemon Platform.", + "website": "http://lemon.honey.co.th", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "providesIncludes": [ + "HONEYLemon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.1.1.zip", + "archiveFileName": "HONEYLemon-0.1.1.zip", + "size": 340557, + "checksum": "SHA-256:f88e91e019b03cbd95555d88dc0188a93b9bbc09ed227dac490f3cc04dc5f138" + }, + { + "name": "HONEYLemon", + "version": "0.1.3", + "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", + "sentence": "A library HONEYLemon Platform.", + "paragraph": "Support Arduino HONEYLemon Platform.", + "website": "http://lemon.honey.co.th", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "providesIncludes": [ + "HONEYLemon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.1.3.zip", + "archiveFileName": "HONEYLemon-0.1.3.zip", + "size": 348673, + "checksum": "SHA-256:7e96c087d37638c36ea281aa0ba0418ac706b49ee60ecbb1de0c91cb7d397065" + }, + { + "name": "CTC GO MOTIONS", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Lenard George\u003cl.george@arduino.cc\u003e", + "sentence": "All in one library containing examples from lessons and projects for CTC GO! Motions Expansion", + "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Motions Expansion", + "website": "https://github.com/arduino-libraries/CTC-Go-Motions-Expansion.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arduino-libraries/CTC-Go-Motions-Expansion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_MOTIONS-1.0.0.zip", + "archiveFileName": "CTC_GO_MOTIONS-1.0.0.zip", + "size": 29955, + "checksum": "SHA-256:b0c633a9058a6db8a531764404611e3a1e462448ce5ea3e21fc11cc323dd5a79" + }, + { + "name": "EmotiBit MLX90632", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for using MLX90632 FIR sensor", + "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", + "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.2.zip", + "archiveFileName": "EmotiBit_MLX90632-1.0.2.zip", + "size": 20872, + "checksum": "SHA-256:edffdb71dc0d89b67c313583b948c1689f162cfd6ba59aae7af9e54a80a202d8" + }, + { + "name": "EmotiBit MLX90632", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for using MLX90632 FIR sensor", + "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", + "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.3.zip", + "archiveFileName": "EmotiBit_MLX90632-1.0.3.zip", + "size": 23273, + "checksum": "SHA-256:35dc456a61b9b7be548a1d7865ac21cf2ee014a7857357c87a539dca59ae1d45" + }, + { + "name": "EmotiBit MLX90632", + "version": "1.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for using MLX90632 FIR sensor", + "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", + "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.8.zip", + "archiveFileName": "EmotiBit_MLX90632-1.0.8.zip", + "size": 23451, + "checksum": "SHA-256:ba4ae84d603f3ab60921da6463f9dc0b4ee7db1b50f4308146ffc94298f1758c" + }, + { + "name": "ESP QRcode", + "version": "3.0.0", + "author": "Anun Panya \u003caspirinenun@gmail.com\u003e and Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for SSD1306 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for SSD1306 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.0.zip", + "archiveFileName": "ESP_QRcode-3.0.0.zip", + "size": 110390, + "checksum": "SHA-256:bb0b3c9e5f887853bcd9b88112ae2e01cd9a2a74ed8db3662d1cc7697779fdf1" + }, + { + "name": "ESP QRcode", + "version": "3.0.2", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.2.zip", + "archiveFileName": "ESP_QRcode-3.0.2.zip", + "size": 110427, + "checksum": "SHA-256:0c54c6c1a6ac313ba8e475254bda1e4511a3ec986ccd3a03cdbce7c791d21191" + }, + { + "name": "ESP QRcode", + "version": "3.0.3", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.3.zip", + "archiveFileName": "ESP_QRcode-3.0.3.zip", + "size": 110480, + "checksum": "SHA-256:866f15b41911b057772cd4476d72161dc877d0058643d74356c2c4fd032e7d42" + }, + { + "name": "ESP QRcode", + "version": "4.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-4.0.0.zip", + "archiveFileName": "ESP_QRcode-4.0.0.zip", + "size": 140063, + "checksum": "SHA-256:b0b0dc88b0db689ca809693c0b6fe3981767bd01535fac8dff66c21221a7941e" + }, + { + "name": "ESP QRcode", + "version": "4.0.1", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "paragraph": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", + "website": "https://github.com/yoprogramo/ESP_QRcode", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-4.0.1.zip", + "archiveFileName": "ESP_QRcode-4.0.1.zip", + "size": 140055, + "checksum": "SHA-256:fac685cf79336316fc06440dc8d93b3889217c0d7de32a84ab48aff4e805c226" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.1.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.1.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.1.0.zip", + "size": 24628, + "checksum": "SHA-256:3beeb8fb0e18b1d75f18f6e77a63f4cac4ece288bfa0182d36031677f334d336" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.2.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.2.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.2.0.zip", + "size": 27363, + "checksum": "SHA-256:961d4195ae1556f0da0dac56fef2fade5148b74726a8478d7a98e1c766f21d4f" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.2.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.2.1.zip", + "archiveFileName": "Magellan_SIM7020E-1.2.1.zip", + "size": 27366, + "checksum": "SHA-256:f6d4cee9b9f0561880018e4b791aaf86650cb1d3b42cca4c79995bac86b9025d" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.3.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.3.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.3.0.zip", + "size": 28965, + "checksum": "SHA-256:d5a3bfc15d2e5b5b82b763b11dddf3cbe998db1ccf44c935fdae1f3fbebd67cc" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.4.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.4.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.4.0.zip", + "size": 43580, + "checksum": "SHA-256:b739b06c9be6ee0ae34f1ebdda88606ccd4eff179ced73c498331c46833d9846" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.4.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.4.1.zip", + "archiveFileName": "Magellan_SIM7020E-1.4.1.zip", + "size": 45769, + "checksum": "SHA-256:a851a272c94ee7db8c1307deebe064efdabf8930aee6a22665e65634d2778e95" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.4.2", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.4.2.zip", + "archiveFileName": "Magellan_SIM7020E-1.4.2.zip", + "size": 45815, + "checksum": "SHA-256:bb8614442b90c3da347e9f2d8819cd1892defd1a2e8b4ee7b47a2c3d6b94f91c" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.5.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.5.0.zip", + "archiveFileName": "Magellan_SIM7020E-1.5.0.zip", + "size": 48716, + "checksum": "SHA-256:fca677852fc24d3ba52fe38e6025e9fb1ef73ec3ef6c037c076b73b3840c3727" + }, + { + "name": "Magellan_SIM7020E", + "version": "1.5.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "providesIncludes": [ + "AT_SIM7020E.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.5.1.zip", + "archiveFileName": "Magellan_SIM7020E-1.5.1.zip", + "size": 49712, + "checksum": "SHA-256:f16bc5c5aca8a73a73d8a96a94cd35c4a5ee3ac3ef8ec119734fb369dafa81f2" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega/UNO/Nano boards, with or without SSL, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 modules to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.4.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.4.zip", + "size": 120327, + "checksum": "SHA-256:6e2ac0dcb454aa75d940211390eec7b20d15b48afb1e66aff9d9ceba63f9f7dc" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega boards, with or without SSL, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 modules to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.5.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.5.zip", + "size": 123372, + "checksum": "SHA-256:1cf9f2dedeb48bb0671179a2885a1c9473b35b17c31498f4705951eec15e8e26" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, etc. boards, with or without SSL, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.6.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.6.zip", + "size": 135947, + "checksum": "SHA-256:15e3060daf7291e8497883121f6979e7307d5a0039d06f25662690b67cf2ba07" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, or FlashStorage", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.7.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.7.zip", + "size": 155360, + "checksum": "SHA-256:16987d85e6089092a088f803988c79af34df280fb1ce43435571640887c700bb" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, or FlashStorage", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.8.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.8.zip", + "size": 155764, + "checksum": "SHA-256:5202518faaab91b85ec982a4e07c58dffb66a00ef02b5d1b409ee9ef36f5964e" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.9.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.9.zip", + "size": 154420, + "checksum": "SHA-256:13a7359eae66519db3eea18a879a5041c9d170ec91ff8815410c296aaa6d8b18" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.10.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.10.zip", + "size": 366003, + "checksum": "SHA-256:b43d299672fa5d73e72c9aee8bbff65c63e95638d3723782d978d2afd7816100" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.11.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.11.zip", + "size": 366618, + "checksum": "SHA-256:bb6ad6a78cab5c02f4a1931d0a6ddcf156f5c747985236a43a63f0ae21e358a5" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.12.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.12.zip", + "size": 301999, + "checksum": "SHA-256:1732339b31f1ca6102e7720de243dba40a02f59595617166b9cd65dc3776d930" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.13", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in SPIFFS, EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.13.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.13.zip", + "size": 421935, + "checksum": "SHA-256:fcb7cf09507a193cc6d419f9fdf2b34166cf0aaa25f1098c63ed7c8983de8467" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.14", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in SPIFFS, LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.14.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.14.zip", + "size": 466954, + "checksum": "SHA-256:772b61452d7ed806a62650a552063473c967fccb0815677a9ac29869a63478fb" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.15", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.15.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.15.zip", + "size": 519941, + "checksum": "SHA-256:97105dc57664c089db5a1ef0a03b8b001442ea33cde39a30300246fea236efc6" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.16", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.16.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.16.zip", + "size": 538807, + "checksum": "SHA-256:7ce6c4b3bd055fc117c58af1894e3531dbeabb1ec9cb08cfa5e7cdbfb114450b" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.17", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.17.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.17.zip", + "size": 713565, + "checksum": "SHA-256:8f5579c9ec0cd813d867bdbada4a5a1c5b5741b5a6776627a79964cdb206ec39" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.0.18", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.18.zip", + "archiveFileName": "BlynkEthernet_Manager-1.0.18.zip", + "size": 832864, + "checksum": "SHA-256:3fc70fbf4ed9bafec326c7bb49704ba355b9afdbbc8696ee1c241f980506efc5" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.1.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.1.0.zip", + "size": 934601, + "checksum": "SHA-256:9b1be8bfc00cca7c047b0bd1cc8920cca271ed01834a2d413f5e56be8df77d77" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.2.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.2.0.zip", + "size": 913510, + "checksum": "SHA-256:b84319f95e9ab3f700aee033ecbc08d5390af4cbe685f9a712b9391a1ce9da76" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.2.1.zip", + "archiveFileName": "BlynkEthernet_Manager-1.2.1.zip", + "size": 921229, + "checksum": "SHA-256:910c856513ea22dbc6b3bdb4516ef4efa63f025ce1d5d64f2b4e8ad55b79973a" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.3.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.3.0.zip", + "size": 1291229, + "checksum": "SHA-256:ac526a51db87ee88ece014e92950c837e9643c60527686cc3147b6d7f00f18e7" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.4.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.4.0.zip", + "size": 1252967, + "checksum": "SHA-256:67ee7300a00b081cd91869e4c21a7d7a2bb9028a33a43e8befd8b648623f9737" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.5.0.zip", + "archiveFileName": "BlynkEthernet_Manager-1.5.0.zip", + "size": 1282918, + "checksum": "SHA-256:a7a2444d04e0443288b810f5cf14082705c14eb5d3647284b9857ddcdc55fdde" + }, + { + "name": "BlynkEthernet_Manager", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 or NativeEthernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.5.2.zip", + "archiveFileName": "BlynkEthernet_Manager-1.5.2.zip", + "size": 1543409, + "checksum": "SHA-256:bc67a01a398b8026c81df8aa14ad39845b3e3c9e5ccc9a41225238c4b34a0fe9" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.0.zip", + "archiveFileName": "Adafruit_DPS310-1.0.0.zip", + "size": 12742, + "checksum": "SHA-256:17017073d6f6ec74255a8487fb337666d8c801c489569d0c2c962741ef646446" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.1.zip", + "archiveFileName": "Adafruit_DPS310-1.0.1.zip", + "size": 12745, + "checksum": "SHA-256:642ea48e9fb1d9dc4d7f5991cc0f60d897b00b9db6355ceadf4485b350ec4c3b" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.2.zip", + "archiveFileName": "Adafruit_DPS310-1.0.2.zip", + "size": 12753, + "checksum": "SHA-256:a44811ed28f3bf0906dacc8a49d5f8d45dc608eaa7c7fddc44ab87397f6c50b5" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.3.zip", + "archiveFileName": "Adafruit_DPS310-1.0.3.zip", + "size": 12735, + "checksum": "SHA-256:494bfab2f11030da19ce93b782c4d028c63bef355f6631960b8490192c1d148b" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.4.zip", + "archiveFileName": "Adafruit_DPS310-1.0.4.zip", + "size": 12792, + "checksum": "SHA-256:e03667a7be7ceb26cbc3bc5b761e2a193ce1630ba1fe6e232c503583c89d812b" + }, + { + "name": "Adafruit DPS310", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.5.zip", + "archiveFileName": "Adafruit_DPS310-1.0.5.zip", + "size": 13594, + "checksum": "SHA-256:98e99267e281f734e89926094993aa2d82131f28f77a7a442a9fb56158d6439e" + }, + { + "name": "Adafruit DPS310", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.1.0.zip", + "archiveFileName": "Adafruit_DPS310-1.1.0.zip", + "size": 13807, + "checksum": "SHA-256:e2809edc9be36a0e287682d053e9f6b2ba94b9729219a1528504ea272d41f894" + }, + { + "name": "Adafruit DPS310", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.1.1.zip", + "archiveFileName": "Adafruit_DPS310-1.1.1.zip", + "size": 13807, + "checksum": "SHA-256:69fab7c29093c121bb842091becd327a34bf205ae36f583fbeaadede01d093eb" + }, + { + "name": "Adafruit DPS310", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.1.3.zip", + "archiveFileName": "Adafruit_DPS310-1.1.3.zip", + "size": 13808, + "checksum": "SHA-256:217b2a389f049570f885a5e3792cdf210226584aeef8dc75539e0b0bda7a3497" + }, + { + "name": "Adafruit DPS310", + "version": "1.1.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", + "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_DPS310", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.1.4.zip", + "archiveFileName": "Adafruit_DPS310-1.1.4.zip", + "size": 13808, + "checksum": "SHA-256:3c42197e5f3613544a2dab32ffb05e6fac5789dfb91b840bf8e0d0b8df17d8fe" + }, + { + "name": "Adafruit 10DOF", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit 10DOF Breakout.", + "paragraph": "This driver is for the Adafruit 10DOF Breakout, and makes use of Adafruit's Unified Sensor Library to provide standard SI units of measure and easy to reuse sensor data.", + "website": "https://github.com/adafruit/Adafruit_10DOF", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_10DOF.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit LSM303DLHC" + }, + { + "name": "Adafruit L3GD20 U" + }, + { + "name": "Adafruit BMP085 Unified" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_10DOF-1.1.1.zip", + "archiveFileName": "Adafruit_10DOF-1.1.1.zip", + "size": 805951, + "checksum": "SHA-256:bb8080c76fbb6920153ea37b94331ea28311bfbee08d5808de00ab9b2b4b37de" + }, + { + "name": "LED744511", + "version": "1.1.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "74'4511 LED Driver Library", + "paragraph": "Arduino library for 74HC4511 BCD to 7-segment driver chip.", + "website": "http://github.com/Andy4495/LED744511", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/LED744511.git", + "providesIncludes": [ + "LED744511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/LED744511-1.1.2.zip", + "archiveFileName": "LED744511-1.1.2.zip", + "size": 98531, + "checksum": "SHA-256:15a449a0f712890328555260462cdc752fd290edcd66b3895684b4a9f1fe7d09" + }, + { + "name": "LED744511", + "version": "1.1.3", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "74'4511 LED Driver Library", + "paragraph": "Arduino library for 74HC4511 BCD to 7-segment driver chip.", + "website": "https://github.com/Andy4495/LED744511", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/LED744511.git", + "providesIncludes": [ + "LED744511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/LED744511-1.1.3.zip", + "archiveFileName": "LED744511-1.1.3.zip", + "size": 98797, + "checksum": "SHA-256:d1366f688f6ccc5d1977e82f7376fe7b17246896d141a531b265aa1a4b844a8d" + }, + { + "name": "LED744511", + "version": "1.1.4", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "74'4511 LED Driver Library", + "paragraph": "Arduino library for 74HC4511 BCD to 7-segment driver chip.", + "website": "https://github.com/Andy4495/LED744511", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/LED744511.git", + "providesIncludes": [ + "LED744511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/LED744511-1.1.4.zip", + "archiveFileName": "LED744511-1.1.4.zip", + "size": 98827, + "checksum": "SHA-256:c66812e5e2f4af8e7ab2c003e9f7b591e86d23bf856164e7bb5bcd16a87daccc" + }, + { + "name": "ICM7218", + "version": "1.2.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Intersil-Renesas ICM7218A/B and ICM7228A/B LED driver library.", + "paragraph": "Includes built-in ASCII character map using Direct mode.", + "website": "http://github.com/Andy4495/ICM7218", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/ICM7218.git", + "providesIncludes": [ + "ICM7218.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/ICM7218-1.2.2.zip", + "archiveFileName": "ICM7218-1.2.2.zip", + "size": 518980, + "checksum": "SHA-256:3fed8583c3f22e7e87163644e48e47d44f9aa634e6617cc0b7c03b5e32f96862" + }, + { + "name": "ICM7218", + "version": "1.2.3", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Intersil-Renesas ICM7218A/B and ICM7228A/B LED driver library.", + "paragraph": "Includes built-in ASCII character map using Direct mode.", + "website": "https://github.com/Andy4495/ICM7218", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/ICM7218.git", + "providesIncludes": [ + "ICM7218.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/ICM7218-1.2.3.zip", + "archiveFileName": "ICM7218-1.2.3.zip", + "size": 519209, + "checksum": "SHA-256:b7c67921324034882743f6d54ae25a3332521ba5b2c410206dd93429ac91540e" + }, + { + "name": "ICM7218", + "version": "1.3.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Intersil-Renesas and Maxim ICM7218 and Intersil-Renesas ICM7228 LED driver library.", + "paragraph": "All chip variants (A, B, C, D) supported. Includes built-in ASCII character map using Direct mode.", + "website": "https://github.com/Andy4495/ICM7218", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/ICM7218.git", + "providesIncludes": [ + "ICM7218.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/ICM7218-1.3.0.zip", + "archiveFileName": "ICM7218-1.3.0.zip", + "size": 525297, + "checksum": "SHA-256:3e8dedd36368e231b2c8d537d459db9c06434469634d0207b0f8337dd0fd648c" + }, + { + "name": "ICM7218", + "version": "1.3.1", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Intersil-Renesas and Maxim ICM7218 and Intersil-Renesas ICM7228 LED driver library.", + "paragraph": "All chip variants (A, B, C, D) supported. Includes built-in ASCII character map using Direct mode.", + "website": "https://github.com/Andy4495/ICM7218", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/ICM7218.git", + "providesIncludes": [ + "ICM7218.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/ICM7218-1.3.1.zip", + "archiveFileName": "ICM7218-1.3.1.zip", + "size": 525327, + "checksum": "SHA-256:8e37aa44dadb07c24d6f995fd389fdd1fedb9ed31c91059da82057452025532a" + }, + { + "name": "ICM7218", + "version": "1.3.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Intersil-Renesas and Maxim ICM7218 and Intersil-Renesas ICM7228 LED driver library.", + "paragraph": "All chip variants (A, B, C, D) supported. Includes built-in ASCII character map using Direct mode.", + "website": "https://github.com/Andy4495/ICM7218", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/ICM7218.git", + "providesIncludes": [ + "ICM7218.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/ICM7218-1.3.2.zip", + "archiveFileName": "ICM7218-1.3.2.zip", + "size": 527359, + "checksum": "SHA-256:bd94d08f269e7b68d8ccc2041d41c52274da467f7a8523b54802ace29ea01b22" + }, + { + "name": "TLC591x", + "version": "1.0.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.0.2.zip", + "archiveFileName": "TLC591x-1.0.2.zip", + "size": 112691, + "checksum": "SHA-256:544bc270f5c6f305b4911874ddfed2d4c12d40e6c73c326af3a5e258bf2373e4" + }, + { + "name": "TLC591x", + "version": "1.0.3", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.0.3.zip", + "archiveFileName": "TLC591x-1.0.3.zip", + "size": 112996, + "checksum": "SHA-256:d07f206d9098df97937b60d77debc0e46f7b36ae5ba7390ce05ff64e110d43dd" + }, + { + "name": "TLC591x", + "version": "1.1.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.1.0.zip", + "archiveFileName": "TLC591x-1.1.0.zip", + "size": 113427, + "checksum": "SHA-256:21b49344d5460741bf173bd1100ba6a7368d3868629f61d898f74fb15d25b226" + }, + { + "name": "TLC591x", + "version": "1.1.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "http://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.1.2.zip", + "archiveFileName": "TLC591x-1.1.2.zip", + "size": 114009, + "checksum": "SHA-256:bea729cba29109dbd789f4a88a7123760bd1b0a655ca5c19b276c1804b9102f5" + }, + { + "name": "TLC591x", + "version": "1.1.3", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "website": "https://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.1.3.zip", + "archiveFileName": "TLC591x-1.1.3.zip", + "size": 114374, + "checksum": "SHA-256:441a4f4cbe1987f59a4fab9affd6223c7f8a95d739da5544f8ff32c8e4eba990" + }, + { + "name": "TLC591x", + "version": "1.3.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "paragraph": "Supports software (bit-bang) and hardware SPI interface.", + "website": "https://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.3.0.zip", + "archiveFileName": "TLC591x-1.3.0.zip", + "size": 117046, + "checksum": "SHA-256:b7d44d84b2097701ec93b3ad3f9a8d47f50558b1052f3b416c4c767d7e094b46" + }, + { + "name": "TLC591x", + "version": "1.4.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "paragraph": "Supports software (bit-bang) and hardware SPI interface.", + "website": "https://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.4.0.zip", + "archiveFileName": "TLC591x-1.4.0.zip", + "size": 117686, + "checksum": "SHA-256:060124067d89df1c9de4d0d50f9d698cfed28fc5f4ed488601279ae937a85fa1" + }, + { + "name": "TLC591x", + "version": "1.4.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", + "paragraph": "Supports software (bit-bang) and hardware SPI interface.", + "website": "https://github.com/Andy4495/TLC591x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Andy4495/TLC591x.git", + "providesIncludes": [ + "TLC591x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.4.2.zip", + "archiveFileName": "TLC591x-1.4.2.zip", + "size": 117752, + "checksum": "SHA-256:8d5473215d1d6830f9feb0b86782108c9ac110761a2665674d034fca1286b924" + }, + { + "name": "zForce Air Library", + "version": "1.0.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.0.0.zip", + "archiveFileName": "zForce_Air_Library-1.0.0.zip", + "size": 25889, + "checksum": "SHA-256:4c87085491b250c477adb19e900092662089d57299e6e41a91fd6ac9e8fb55b3" + }, + { + "name": "zForce Air Library", + "version": "1.1.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.1.0.zip", + "archiveFileName": "zForce_Air_Library-1.1.0.zip", + "size": 26242, + "checksum": "SHA-256:0a47570e6f50d0ecb3f338effc5b84ba04d8e25369a6c171829fdef1f7175a4e" + }, + { + "name": "zForce Air Library", + "version": "1.2.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.2.0.zip", + "archiveFileName": "zForce_Air_Library-1.2.0.zip", + "size": 26575, + "checksum": "SHA-256:03ffc3c557cae9a80a246a6484e466ad4a2fbe49ea4fa884c2b1823adf89aa96" + }, + { + "name": "zForce Air Library", + "version": "1.2.1", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.2.1.zip", + "archiveFileName": "zForce_Air_Library-1.2.1.zip", + "size": 30200, + "checksum": "SHA-256:aa9346c65165db6a50fb27d3df4ab56f18abb264295516e116587665541b629d" + }, + { + "name": "zForce Air Library", + "version": "1.3.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.3.0.zip", + "archiveFileName": "zForce_Air_Library-1.3.0.zip", + "size": 30202, + "checksum": "SHA-256:dba68e703d8470a49eecdc36f6adbab20eed23569f7e8e2b74872ddb0a4c24ef" + }, + { + "name": "zForce Air Library", + "version": "1.4.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.4.0.zip", + "archiveFileName": "zForce_Air_Library-1.4.0.zip", + "size": 30687, + "checksum": "SHA-256:40b9cacf0e30a1b1be5d9289e3c6144803ab7a6a4060bf951f02c353e724a305" + }, + { + "name": "zForce Air Library", + "version": "1.5.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.5.0.zip", + "archiveFileName": "zForce_Air_Library-1.5.0.zip", + "size": 30750, + "checksum": "SHA-256:ebe2c5b51966e7d448752a5874f491a929e3eb8243f032228cee503217dd83ed" + }, + { + "name": "zForce Air Library", + "version": "1.6.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.6.0.zip", + "archiveFileName": "zForce_Air_Library-1.6.0.zip", + "size": 30831, + "checksum": "SHA-256:44e66f4e8c68ca48e75f7225eb62fe26ee1f80ea1c9baabc0e4d80b44fedf805" + }, + { + "name": "zForce Air Library", + "version": "1.6.1", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.6.1.zip", + "archiveFileName": "zForce_Air_Library-1.6.1.zip", + "size": 30979, + "checksum": "SHA-256:1fd7a221b33b8d6217388ca61ebd66efde051402e60544c85667db6fb39e8e92" + }, + { + "name": "zForce Air Library", + "version": "1.6.2", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.6.2.zip", + "archiveFileName": "zForce_Air_Library-1.6.2.zip", + "size": 31152, + "checksum": "SHA-256:14d65b265932ad9c58c0f6de5d81c64f244aec3a264e5ee93b87ab2a7bf75683" + }, + { + "name": "zForce Air Library", + "version": "1.7.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.7.0.zip", + "archiveFileName": "zForce_Air_Library-1.7.0.zip", + "size": 31415, + "checksum": "SHA-256:56051856049eb788783545538a9f389ae589a727e00b89779caa0fcf9b6505b0" + }, + { + "name": "zForce Air Library", + "version": "1.8.0", + "author": "Neonode (support@neonode.com)", + "maintainer": "Neonode (support@neonode.com)", + "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", + "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", + "website": "https://github.com/neonode-inc/zforce-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neonode-inc/zforce-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.8.0.zip", + "archiveFileName": "zForce_Air_Library-1.8.0.zip", + "size": 36511, + "checksum": "SHA-256:73414c1e37a048268d3309145decb6c9027db1b14ef5bd784d87a787309bae88" + }, + { + "name": "Balboa Spa communications", + "version": "1.0.1", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Use Arduino to control your BalBoa Spa Pack.", + "paragraph": "Monitor and control your WiFi connected BalBoa spa. This requires that your spa pack have the Balboa Wi-Fi module 50350 installed. If you can use the Balboa Worldwide App (bwa™) to control your spa, this should work as well. Tested on Arduino Uno, Arduino Mega 2560, Wemos D1 R1 (ESP8266) and Wemos D1 R32 (ESP32) boards.", + "website": "https://github.com/MHotchin/BalBoaSpa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/BalBoaSpa.git", + "providesIncludes": [ + "BalBoaSpa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Balboa_Spa_communications-1.0.1.zip", + "archiveFileName": "Balboa_Spa_communications-1.0.1.zip", + "size": 23836, + "checksum": "SHA-256:459b7c0e56525a7ce5ae5b37f62f534101f7d57aa36b6f641a7ddd43542f29a8" + }, + { + "name": "Balboa Spa communications", + "version": "1.0.2", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Use Arduino to control your BalBoa Spa Pack.", + "paragraph": "Monitor and control your WiFi connected BalBoa spa. This requires that your spa pack have the Balboa Wi-Fi module 50350 installed. If you can use the Balboa Worldwide App (bwa™) to control your spa, this should work as well. Tested on Arduino Uno, Arduino Mega 2560, Wemos D1 R1 (ESP8266) and Wemos D1 R32 (ESP32) boards.", + "website": "https://github.com/MHotchin/BalBoaSpa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/BalBoaSpa.git", + "providesIncludes": [ + "BalBoaSpa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Balboa_Spa_communications-1.0.2.zip", + "archiveFileName": "Balboa_Spa_communications-1.0.2.zip", + "size": 24097, + "checksum": "SHA-256:e059411f1988edc4b8614fd9e947e42a5b3f4fcbd55136f1956740c96c88565b" + }, + { + "name": "Balboa Spa communications", + "version": "1.0.3", + "author": "M Hotchin \u003cgithub@hotchin.net\u003e", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Use Arduino to control your BalBoa Spa Pack.", + "paragraph": "Monitor and control your WiFi connected BalBoa spa. This requires that your spa pack have the Balboa Wi-Fi module 50350 installed. If you can use the Balboa Worldwide App (bwa™) to control your spa, this should work as well. Tested on Arduino Uno, Arduino Mega 2560, Wemos D1 R1 (ESP8266) and Wemos D1 R32 (ESP32) boards.", + "website": "https://github.com/MHotchin/BalBoaSpa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/BalBoaSpa.git", + "providesIncludes": [ + "BalBoaSpa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Balboa_Spa_communications-1.0.3.zip", + "archiveFileName": "Balboa_Spa_communications-1.0.3.zip", + "size": 24242, + "checksum": "SHA-256:f8b700feef20684933f969a32ce08abc19eaf34ae0941a31443f7afa1d821753" + }, + { + "name": "TimerEvent", + "version": "0.4.1", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Use this simple library to create timed events effortlessly.", + "paragraph": "TimerEvent provides an easy way to trigger functions every set time and is a non-blocking alternative to delay() function.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/TimerEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/TimerEvent-0.4.1.zip", + "archiveFileName": "TimerEvent-0.4.1.zip", + "size": 3818, + "checksum": "SHA-256:a7b70a5093ecd6f4a2b0e1441f66cbbe45c6ee19f83b7711682f95ebda2549ab" + }, + { + "name": "TimerEvent", + "version": "0.4.2", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Use this simple library to create timed events effortlessly.", + "paragraph": "TimerEvent provides an easy way to trigger functions every set time and is a non-blocking alternative to delay() function.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/TimerEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/TimerEvent-0.4.2.zip", + "archiveFileName": "TimerEvent-0.4.2.zip", + "size": 3798, + "checksum": "SHA-256:d30da893e838b57b00d020d3b850d62f8144113c5d6c18565caed22f10cb5615" + }, + { + "name": "TimerEvent", + "version": "0.5.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "TimerEvent is a non-blocking alternative to the delay() function.", + "paragraph": "It provides an easy way to trigger a callback function every set period of time and using multiple instances of this library enables your Arduino to multitask via time slicing.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/TimerEvent.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/TimerEvent-0.5.0.zip", + "archiveFileName": "TimerEvent-0.5.0.zip", + "size": 5019, + "checksum": "SHA-256:575a187af91ea7c80caad61bacb0e59220a9d276e43af1249cb7f5584386fd46" + }, + { + "name": "ESP32-Chimera-Core", + "version": "0.2.9", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "M5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-0.2.9.zip", + "archiveFileName": "ESP32_Chimera_Core-0.2.9.zip", + "size": 1611591, + "checksum": "SHA-256:e8979fa16395a18ef2f869cf3ddab8a7deda64fbb0db4e04133e80ffdba52960" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.0.2", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "M5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.0.2.zip", + "archiveFileName": "ESP32_Chimera_Core-1.0.2.zip", + "size": 1263711, + "checksum": "SHA-256:bbb52648e6a73dd3c07512aed5fbfa2aa2bdf252f602746509a66612ba91561f" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.0.3", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "M5Stack.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.0.3.zip", + "archiveFileName": "ESP32_Chimera_Core-1.0.3.zip", + "size": 840253, + "checksum": "SHA-256:467ac0aa8a57b6d551b04ea1440c9c208c45bbdf8f1e8529d8918652d09dd4e1" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.0", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.0.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.0.zip", + "size": 863583, + "checksum": "SHA-256:32d4a8b17c8f31a20d19b245b0e93e9f0d993b78d573ce6ee097c84a3825bd78" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.1", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.1.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.1.zip", + "size": 865571, + "checksum": "SHA-256:b918ec4a7a2150b9dbb5f7a40ec086412e04778d753bf8a58472f2e5e8e6e527" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.2", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.2.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.2.zip", + "size": 869813, + "checksum": "SHA-256:ce8424575faa5f25480190239d4f8619c6f48262b208a1331f76c7c33e896ac1" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.3", + "author": "Lovyan03 \u0026 Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.3.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.3.zip", + "size": 882169, + "checksum": "SHA-256:e45afca3d3f42234d283a6541f5714878796023bf62e47e5d955d3129553e874" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.6", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.6.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.6.zip", + "size": 195375, + "checksum": "SHA-256:5c239bdda34b874940c341acbb88a35e3c709bc1e37bf079a2f22de78c77b5a2" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.7", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.7.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.7.zip", + "size": 195483, + "checksum": "SHA-256:133ad568467a28bc9aab394806838e42c267e1138a64280c1c547aa1c475b77e" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.8", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.8.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.8.zip", + "size": 195553, + "checksum": "SHA-256:e15c7afa4ce66091d62ee97c34dce294c04e4b18edb2c3f7e46d0ce2789e5dfc" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.1.9", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.9.zip", + "archiveFileName": "ESP32_Chimera_Core-1.1.9.zip", + "size": 176085, + "checksum": "SHA-256:736c88e1322fde696be0961455c21e9b48d35159d6e00180fe9a788f504fd954" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.2.0", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.2.0.zip", + "archiveFileName": "ESP32_Chimera_Core-1.2.0.zip", + "size": 176831, + "checksum": "SHA-256:bd9e1e95fe33a1314a5e93f5c458a236049d394b335a455ebd27fd0192cac469" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.2.1", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.2.1.zip", + "archiveFileName": "ESP32_Chimera_Core-1.2.1.zip", + "size": 176819, + "checksum": "SHA-256:76aeb2e8e5cb83b5b537862549c7f1d6b5f9781c393e6df5a70af0699f54082a" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.2.2", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.2.2.zip", + "archiveFileName": "ESP32_Chimera_Core-1.2.2.zip", + "size": 176393, + "checksum": "SHA-256:48d4fa1353b54e4b08e89adc2d8eded7020ea1ed4f4abf797f2100024ff87f44" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.2.3", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.2.3.zip", + "archiveFileName": "ESP32_Chimera_Core-1.2.3.zip", + "size": 178756, + "checksum": "SHA-256:ab525038fe82aec1545310936d5667e2847e0c50938c99346272b462f406ad4f" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.2.4", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.2.4.zip", + "archiveFileName": "ESP32_Chimera_Core-1.2.4.zip", + "size": 178944, + "checksum": "SHA-256:d974c489a7e82789e0c05120d420761034509d01e1775acf82de8c07b63cd25a" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.2.5", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.2.5.zip", + "archiveFileName": "ESP32_Chimera_Core-1.2.5.zip", + "size": 170802, + "checksum": "SHA-256:84c887bf147a2beddbc511deb76fe207b1191f7e35dd3711b295840bf6472a4c" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.2.6", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.2.6.zip", + "archiveFileName": "ESP32_Chimera_Core-1.2.6.zip", + "size": 171072, + "checksum": "SHA-256:be226aaf6f442ce113a162de4eebab091b6b6661388dfdec08c2a056b3d5efe2" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.3.0", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.3.0.zip", + "archiveFileName": "ESP32_Chimera_Core-1.3.0.zip", + "size": 172814, + "checksum": "SHA-256:4746842fd7e3d14493d4970e11574259bfcab515908ea2b03417b46ad6983e80" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.4.0", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.4.0.zip", + "archiveFileName": "ESP32_Chimera_Core-1.4.0.zip", + "size": 175260, + "checksum": "SHA-256:8058206c6032bd9246b4e1082e58486d0fb60c588beedfc346f46225a7d18e27" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.4.1", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.4.1.zip", + "archiveFileName": "ESP32_Chimera_Core-1.4.1.zip", + "size": 189229, + "checksum": "SHA-256:1a248c2df387dc38b48ab696eda964b29ca16da0cb51910ebf5636ca51592463" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.4.2", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.4.2.zip", + "archiveFileName": "ESP32_Chimera_Core-1.4.2.zip", + "size": 223985, + "checksum": "SHA-256:df352746e1fb946d6782ba4be7b50285c175abaab2ec7b74519fd918ea9dc888" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.4.5", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.4.5.zip", + "archiveFileName": "ESP32_Chimera_Core-1.4.5.zip", + "size": 222921, + "checksum": "SHA-256:51a63e1e83ae9daccf1028d232c5d65a07abeee87fae7894f1a3fe22a38cbe9c" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.4.6", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.4.6.zip", + "archiveFileName": "ESP32_Chimera_Core-1.4.6.zip", + "size": 1123725, + "checksum": "SHA-256:bc9e11c3e92d0be4f0c25a99bddae62dd16eb5dee925c3aaf03346605e795d31" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.4.7", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.4.7.zip", + "archiveFileName": "ESP32_Chimera_Core-1.4.7.zip", + "size": 1904305, + "checksum": "SHA-256:bfd1dd7a6a6c733724485612fa899534b2dff6be1e2f10c03e7dd2a5b8a57cbe" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.4.9", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.4.9.zip", + "archiveFileName": "ESP32_Chimera_Core-1.4.9.zip", + "size": 1904304, + "checksum": "SHA-256:9f0d3f5ed756a25bce7a19fb3c8544b21240aa990aeb4153d5f4928af1e1d36b" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.5.0", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.5.0.zip", + "archiveFileName": "ESP32_Chimera_Core-1.5.0.zip", + "size": 2103587, + "checksum": "SHA-256:ecdceccc97a435fc38e2d4b66c280a5c74789a59874150bfcbe8642cace81d19" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.5.1", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.5.1.zip", + "archiveFileName": "ESP32_Chimera_Core-1.5.1.zip", + "size": 2264041, + "checksum": "SHA-256:88b0e24fb85c8f81b1a1db801271d4a18e15d7d9bd7e9cd50afe0b92833ada33" + }, + { + "name": "ESP32-Chimera-Core", + "version": "1.5.2", + "author": "tobozo,Lovyan03", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Alternate library for M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", + "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", + "website": "https://github.com/tobozo/ESP32-Chimera-Core", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "providesIncludes": [ + "ESP32-Chimera-Core.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.5.2.zip", + "archiveFileName": "ESP32_Chimera_Core-1.5.2.zip", + "size": 2885096, + "checksum": "SHA-256:824b1abc00431c1a0c2fab15d76b7617d005c5775e33526d9f8e96795638a85a" + }, + { + "name": "Easyiot-Esp8266", + "version": "1.0.0", + "author": "Easyiot \u003csuporte@easyiot.com.br\u003e", + "maintainer": "Easyiot \u003csuporte@easyiot.com.br\u003e", + "sentence": "An Arduino library for sending and receiving data to an online platform using Esp8266 ESP-12E Boards.", + "paragraph": "Supports Esp8266 ESP12-E boards.", + "website": "https://github.com/EasyIoT-BR/Easyiot-Esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyIoT-BR/Easyiot-Esp8266.git", + "providesIncludes": [ + "Easyiot-Esp8266.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyIoT-BR/Easyiot_Esp8266-1.0.0.zip", + "archiveFileName": "Easyiot_Esp8266-1.0.0.zip", + "size": 7570, + "checksum": "SHA-256:60c47123d38d4bd29707ba43ac5551e5e2d55828fd6d1a611a3623412eddb19e" + }, + { + "name": "Serie", + "version": "1.0.0", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library that makes easy to use time series", + "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included data compression for storage or transfer with several transfer protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.0.0.zip", + "archiveFileName": "Serie-1.0.0.zip", + "size": 246832, + "checksum": "SHA-256:5c04290c0642ef4025bd165c8eb54bfb49f6a33e5ee16ae1b6de5b17f7b0c5d1" + }, + { + "name": "Serie", + "version": "1.2.0", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library that makes easy to use time series", + "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included smoothing and data compression for storage or transfer with several protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.2.0.zip", + "archiveFileName": "Serie-1.2.0.zip", + "size": 293306, + "checksum": "SHA-256:487819c9c4e4e19c5d179970ac0a56e20cf07ce2cd2d7afa4b86cd0b782668ef" + }, + { + "name": "Serie", + "version": "1.3.1", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library that makes easy to use time series", + "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included smoothing and data compression for storage or transfer with several protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.3.1.zip", + "archiveFileName": "Serie-1.3.1.zip", + "size": 293307, + "checksum": "SHA-256:c936cc214b662d4fdb056815e780839402eae20003616098a8c292cf79acfc4a" + }, + { + "name": "Serie", + "version": "1.4.1", + "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", + "sentence": "A library for mesures that makes easy to use time series", + "paragraph": "Several objects (Serie, Mesure, Compressor) are used to create, manage, export, transfom a time series or a list of mesures (included data compression for storage or transfer with several transfer protocol).", + "website": "https://github.com/predicteur/Serie/blob/master/README.md", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/predicteur/Serie.git", + "dependencies": [ + { + "name": "MatrixMath" + }, + { + "name": "DTime" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.4.1.zip", + "archiveFileName": "Serie-1.4.1.zip", + "size": 291837, + "checksum": "SHA-256:ae20e2983f7bdf0577c70f2f72a228e8b247aaf0629158d398eb38cdf2f63a2a" + }, + { + "name": "IRsmallDecoder", + "version": "1.0.0", + "author": "Luis Carvalho \u003clumica@outlook.com\u003e", + "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", + "sentence": "Allows the reception and decoding of infrared signals from remote controls.", + "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", + "website": "https://github.com/LuisMiCa/IRsmallDecoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.0.0.zip", + "archiveFileName": "IRsmallDecoder-1.0.0.zip", + "size": 560817, + "checksum": "SHA-256:3774cbbf05cffbeaaa653cf25410e8fee541ef7b69af2dea78a2886cbae7892c" + }, + { + "name": "IRsmallDecoder", + "version": "1.1.0", + "author": "Luis Carvalho \u003clumica@outlook.com\u003e", + "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", + "sentence": "Allows the reception and decoding of infrared signals from remote controls.", + "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", + "website": "https://github.com/LuisMiCa/IRsmallDecoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.1.0.zip", + "archiveFileName": "IRsmallDecoder-1.1.0.zip", + "size": 829406, + "checksum": "SHA-256:0428c47dc326cce7758c4a969fb1ad9269b063fbfdf59a3ddbc8b1b677f3943b" + }, + { + "name": "IRsmallDecoder", + "version": "1.2.0", + "author": "Luis Carvalho \u003clumica@outlook.com\u003e", + "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", + "sentence": "Allows the reception and decoding of infrared signals from remote controls.", + "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", + "website": "https://github.com/LuisMiCa/IRsmallDecoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.2.0.zip", + "archiveFileName": "IRsmallDecoder-1.2.0.zip", + "size": 497527, + "checksum": "SHA-256:7d4984df22598105d5862385a96bb40e4e2138f8ea221ac9cb1dc049746d9d6a" + }, + { + "name": "IRsmallDecoder", + "version": "1.2.1", + "author": "Luis Carvalho \u003clumica@outlook.com\u003e", + "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", + "sentence": "Allows the reception and decoding of infrared signals from remote controls.", + "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", + "website": "https://github.com/LuisMiCa/IRsmallDecoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.2.1.zip", + "archiveFileName": "IRsmallDecoder-1.2.1.zip", + "size": 492332, + "checksum": "SHA-256:9edd7811a16f0b2aa1e60d9f2781cba87b9823594ac850094faf7aa28224bfdc" + }, + { + "name": "pca9633", + "version": "1.0.0", + "author": "Gordon McLellan", + "maintainer": "Gordon McLellan", + "sentence": "Control NXP PCA9633 (and 9632) four channel PWM led driver chips.", + "website": "https://github.com/gordonthree/pca9633", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gordonthree/pca9633.git", + "providesIncludes": [ + "pca9633.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gordonthree/pca9633-1.0.0.zip", + "archiveFileName": "pca9633-1.0.0.zip", + "size": 1296428, + "checksum": "SHA-256:451c10acd9b17978c571265e5efdc152277dee30620e15c63342a403bd5f0db9" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.0.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.0.zip", + "size": 217251, + "checksum": "SHA-256:3f327c4014e57ad76e8bfc364d3053fbe6c2ca1a8a2e0ae49805e5e1696fa1e1" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.1.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.1.zip", + "size": 221154, + "checksum": "SHA-256:d61fade6fbe8f070a2b2d1d44f9bccc47f02e5e3bb893fa4b12b029ab0fc8c2e" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.2.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.2.zip", + "size": 267487, + "checksum": "SHA-256:a54da24d2b8237731129e94f77c0a4607656b9fa288348f63e49ea75a80b0c6e" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.3.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.3.zip", + "size": 268429, + "checksum": "SHA-256:8de8ea57aef3e1eb78479d94fc53a95f7c3c11ece7f2abf04aaa27ec3c2d902c" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.4.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.4.zip", + "size": 286709, + "checksum": "SHA-256:0a217327af763ee5fd6ffc9287e3a943dfe89fb824b2c7ce2315e48f9546eced" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.5.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.5.zip", + "size": 329867, + "checksum": "SHA-256:b1c8c72f8a86c91877c99fd17ed4403fafcbdad9b9976a3609a112f07ad0c4c9" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.6.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.0.6.zip", + "size": 372966, + "checksum": "SHA-256:18b391028a0aa6dce242a2ac797b9c7b1dfc2673b61be528a24d0740cc23f070" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittlFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittlFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.1.0.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.1.0.zip", + "size": 380880, + "checksum": "SHA-256:a1f3b1b749c909c8b64f33f32c1e95fee5dbe4608a07a69bcb6631c06d53b950" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.1.1.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.1.1.zip", + "size": 378059, + "checksum": "SHA-256:c5f5c963442f3e18c84afb2724ba2965952b13fcd6a1b6a476a5c8f654a5913c" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.2.0.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.2.0.zip", + "size": 449125, + "checksum": "SHA-256:958950970c06d398b7185a2416e763bec913ee67de565c9058d7b1c17c5fbd40" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.2.1.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.2.1.zip", + "size": 449594, + "checksum": "SHA-256:baaa6884a9d59d346f1993ea8fc0ca74d4a62db57facbdc4dd7df5c21c3ed557" + }, + { + "name": "BlynkESP32_BT_WF", + "version": "1.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleESP32_WFM.h", + "BlynkSimpleESP32_WF.h", + "BlynkSimpleEsp32_BLE_WF.h", + "BlynkSimpleEsp32_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.2.2.zip", + "archiveFileName": "BlynkESP32_BT_WF-1.2.2.zip", + "size": 445117, + "checksum": "SHA-256:5e3804ae0110fc2aabd26602e46f5dd93239885b74c22da2ec03edf1317e6dc8" + }, + { + "name": "FireTimer", + "version": "1.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.0.zip", + "archiveFileName": "FireTimer-1.0.0.zip", + "size": 2790, + "checksum": "SHA-256:2d0b475c7233a0817f97eaf5d13b7c907330262cd6b2467ffec619a247fbbc03" + }, + { + "name": "FireTimer", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.1.zip", + "archiveFileName": "FireTimer-1.0.1.zip", + "size": 2798, + "checksum": "SHA-256:1364df5c292bb9be73427474f88e10aa3c1ee0785ddf51b44b9216db709a62af" + }, + { + "name": "FireTimer", + "version": "1.0.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.2.zip", + "archiveFileName": "FireTimer-1.0.2.zip", + "size": 2839, + "checksum": "SHA-256:9e7a7ee50c1baed5105d5f671a2dbe46962fd18bfbd2ff9bc1331bb45a93d217" + }, + { + "name": "FireTimer", + "version": "1.0.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.3.zip", + "archiveFileName": "FireTimer-1.0.3.zip", + "size": 3024, + "checksum": "SHA-256:3b4ec0269d77fca5f94b596df8536519f6902981323e33a5a9af6359c369cbd2" + }, + { + "name": "FireTimer", + "version": "1.0.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.4.zip", + "archiveFileName": "FireTimer-1.0.4.zip", + "size": 3345, + "checksum": "SHA-256:fd590c8eec13f315ccfb6a424303a2da1b8c13aa4da8b96effcb956bada1c304" + }, + { + "name": "FireTimer", + "version": "1.0.5", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Simple and non-blocking library to time the execution of processes", + "paragraph": "Simple and non-blocking library to time the execution of processes", + "website": "https://github.com/PowerBroker2/FireTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/FireTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.5.zip", + "archiveFileName": "FireTimer-1.0.5.zip", + "size": 3346, + "checksum": "SHA-256:88233ae0ecf1e684e8edb91a9ead17f5db829d334b8d427c957b22a24a41c665" + }, + { + "name": "Plex64", + "version": "1.0.0", + "author": "Chris Steenerson chris@csteenerson.com", + "maintainer": "Chris Steenerson chris@csteenerson.com", + "sentence": "A library for the Plex64 analog input multiplexer shield.", + "paragraph": "Supports multiplexing up to 64 inputs into 4 analog pins using 4x CD4067B analog multiplexers/MUXes. Configurable 1:1/2:1/4:1/8:1 voltage dividers and OP amp buffering allow high impedance input up to 18V with low settling time. I2C IO expander minimizes pin requirement footprint and 8 possible addresses allow multiplexing up to 512 analog inputs per I2C bus.", + "website": "https://github.com/steenerson/Plex64", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/steenerson/Plex64.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/steenerson/Plex64-1.0.0.zip", + "archiveFileName": "Plex64-1.0.0.zip", + "size": 7854, + "checksum": "SHA-256:6dd0e617dad4ec9d54127b7b4a063fae33e71a4d2b3b789a6fbd6a43636c3008" + }, + { + "name": "PS3 Controller Host", + "version": "1.0.0", + "author": "Jeffrey van Pernis", + "maintainer": "Jeffrey van Pernis", + "sentence": "Control your ESP32 projects with a PS3 controller!", + "paragraph": "Emulate a PS3 console tricking the PS3 controller into connecting with the ESP32.", + "website": "https://github.com/jvpernis/esp32-ps3", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jvpernis/esp32-ps3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jvpernis/PS3_Controller_Host-1.0.0.zip", + "archiveFileName": "PS3_Controller_Host-1.0.0.zip", + "size": 31037, + "checksum": "SHA-256:f97e73302ce9850ee9bafd3e18aeed38ca3dd5d3f1847d691554def0f9a12d6b" + }, + { + "name": "PS3 Controller Host", + "version": "1.0.1", + "author": "Jeffrey van Pernis", + "maintainer": "Jeffrey van Pernis", + "sentence": "Control your ESP32 projects with a PS3 controller!", + "paragraph": "Emulate a PS3 console tricking the PS3 controller into connecting with the ESP32.", + "website": "https://github.com/jvpernis/esp32-ps3", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jvpernis/esp32-ps3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jvpernis/PS3_Controller_Host-1.0.1.zip", + "archiveFileName": "PS3_Controller_Host-1.0.1.zip", + "size": 31059, + "checksum": "SHA-256:e9aab5373f841077cc17d370d33b8af36c52f1e07fca7fb587e388570d7367e7" + }, + { + "name": "PS3 Controller Host", + "version": "1.1.0", + "author": "Jeffrey van Pernis", + "maintainer": "Jeffrey van Pernis", + "sentence": "Control your ESP32 projects with a PS3 controller!", + "paragraph": "Emulate a PS3 console tricking the PS3 controller into connecting with the ESP32.", + "website": "https://github.com/jvpernis/esp32-ps3", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jvpernis/esp32-ps3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jvpernis/PS3_Controller_Host-1.1.0.zip", + "archiveFileName": "PS3_Controller_Host-1.1.0.zip", + "size": 35722, + "checksum": "SHA-256:a950a651175ebb37e3de90e4e53229a95ca2b9b3e99e914d80f3b914155ae51b" + }, + { + "name": "UltraSonic_Lib", + "version": "0.0.1", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for UltraSonic distance sensor.", + "paragraph": "This library helps you use ultrasonic distance sensors easily.", + "website": "https://github.com/jihoonkimtech/UltraSonic_Lib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jihoonkimtech/UltraSonic_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/UltraSonic_Lib-0.0.1.zip", + "archiveFileName": "UltraSonic_Lib-0.0.1.zip", + "size": 576824, + "checksum": "SHA-256:de21739c1fa35f174a467c8e649ba501a9ddd89dbeb21f612dd779d91d43553f" + }, + { + "name": "UltraSonic_Lib", + "version": "1.0.0", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for UltraSonic distance sensor.", + "paragraph": "This library helps you use ultrasonic distance sensors easily.", + "website": "https://github.com/jihoonkimtech/UltraSonic_Lib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jihoonkimtech/UltraSonic_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/UltraSonic_Lib-1.0.0.zip", + "archiveFileName": "UltraSonic_Lib-1.0.0.zip", + "size": 577070, + "checksum": "SHA-256:9ff6f2569bd6704b6a11e8e1b1a118f4c94f804da062afb572bfe9572b2400bb" + }, + { + "name": "SoftSPIB", + "version": "1.1.0", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "Software SPI class for Arduino with support of not 8-bit aligned transfers.", + "paragraph": "Software SPI class for Arduino with support of not 8-bit aligned transfers. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/SoftSPIB", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/SoftSPIB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/SoftSPIB-1.1.0.zip", + "archiveFileName": "SoftSPIB-1.1.0.zip", + "size": 7296, + "checksum": "SHA-256:8b967db81180c851cd846aeeec4b596b68c4ffc94506144a1638a09ae3272a70" + }, + { + "name": "SoftSPIB", + "version": "1.1.1", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "Software SPI class for Arduino with support of not 8-bit aligned transfers.", + "paragraph": "Software SPI class for Arduino with support of not 8-bit aligned transfers. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/SoftSPIB", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/SoftSPIB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/SoftSPIB-1.1.1.zip", + "archiveFileName": "SoftSPIB-1.1.1.zip", + "size": 7320, + "checksum": "SHA-256:e015b25c00f03532716feae1cc20fddda6139e1d502eb9e6774d3b7bac9ceb7c" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.0", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.0.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.0.zip", + "size": 15642, + "checksum": "SHA-256:286dd32b63d2dd7920302e8edb43396dca22f0a227ff764962bb13ebf36bce73" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.1", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.1.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.1.zip", + "size": 15640, + "checksum": "SHA-256:6802fa4009e7cebb1b0589198e45ff3ec38be1882c8c095fccb9fc90faa7d24f" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.2", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.2.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.2.zip", + "size": 15650, + "checksum": "SHA-256:349b2f11f0b898420cab652f0f97f5d009d4317de912f5295b8bf8fb8c78b333" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.3", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.3.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.3.zip", + "size": 15266, + "checksum": "SHA-256:12132be366612872c98b04221cf13ab93db27d7ed4527399ceaac31f5bc3b744" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.4", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.4.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.4.zip", + "size": 15279, + "checksum": "SHA-256:42e5265cf5ba767953a667000be8bc856cfc527949578489206a0fdb1ec001c6" + }, + { + "name": "LiquidCrystal_AIP31068", + "version": "1.0.5", + "author": "Andriy Golovnya", + "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", + "sentence": "A library for AIP31068 I2C/SPI LCD displays.", + "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.5.zip", + "archiveFileName": "LiquidCrystal_AIP31068-1.0.5.zip", + "size": 15488, + "checksum": "SHA-256:ded2d2ee0b532c4ff278e7188865d2e65281bca00ce237242674f7b11fe08b81" + }, + { + "name": "INA226Lib", + "version": "1.1.0", + "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", + "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", + "sentence": "Enables reading from INA226 current sensors to measure current and power.", + "paragraph": "Enables reading from INA226 current sensors to measure current and power.", + "website": "https://github.com/peterus/INA226Lib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/INA226Lib.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.0.zip", + "archiveFileName": "INA226Lib-1.1.0.zip", + "size": 20759, + "checksum": "SHA-256:e10e370da16e5a7c584295aadca43326899984aab5856ac6feadf7dab9613ac4" + }, + { + "name": "INA226Lib", + "version": "1.1.1", + "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", + "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", + "sentence": "Enables reading from INA226 current sensors to measure current and power.", + "paragraph": "Enables reading from INA226 current sensors to measure current and power.", + "website": "https://github.com/peterus/INA226Lib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/INA226Lib.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.1.zip", + "archiveFileName": "INA226Lib-1.1.1.zip", + "size": 20758, + "checksum": "SHA-256:b5b4f16793402fc254b1fc2177b078eea0cb1b4a5b79b662214c4e491fa46ab6" + }, + { + "name": "INA226Lib", + "version": "1.1.2", + "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", + "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", + "sentence": "Enables reading from INA226 current sensors to measure current and power.", + "paragraph": "Enables reading from INA226 current sensors to measure current and power.", + "website": "https://github.com/peterus/INA226Lib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/INA226Lib.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.2.zip", + "archiveFileName": "INA226Lib-1.1.2.zip", + "size": 20811, + "checksum": "SHA-256:1112baff93dc20294e70825077ea1f559efb5f79a8dce395cb9c9f197ddef0cc" + }, + { + "name": "Thermal Printer Library", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.0.0.zip", + "archiveFileName": "Thermal_Printer_Library-1.0.0.zip", + "size": 692961, + "checksum": "SHA-256:af6a4a74747ebe2e69d235f9e3a9695cee7a3f8d2a21a509f93b041e3e098443" + }, + { + "name": "Thermal Printer Library", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.0.1.zip", + "archiveFileName": "Thermal_Printer_Library-1.0.1.zip", + "size": 693114, + "checksum": "SHA-256:d84a803e5c74fe3388def4ee95bf64bd5b00e39ec0df349dbcdeaf39c3d2c35d" + }, + { + "name": "Thermal Printer Library", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.1.0.zip", + "archiveFileName": "Thermal_Printer_Library-1.1.0.zip", + "size": 694877, + "checksum": "SHA-256:6f28a43e0d8872a86bca4925d57a9cbac539f67d022278164263fb30c801ef0a" + }, + { + "name": "Thermal Printer Library", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.1.1.zip", + "archiveFileName": "Thermal_Printer_Library-1.1.1.zip", + "size": 699856, + "checksum": "SHA-256:cdf829566c6590ea92ce5690d7b5f67f9726d1b3547cf5664fbcb1af65c838fa" + }, + { + "name": "Thermal Printer Library", + "version": "1.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.1.2.zip", + "archiveFileName": "Thermal_Printer_Library-1.1.2.zip", + "size": 699851, + "checksum": "SHA-256:b5493899db9ba352f8006320757454950ba456ae9483af374d702b63646bf335" + }, + { + "name": "Thermal Printer Library", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text on a variety of supported printers.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-2.0.0.zip", + "archiveFileName": "Thermal_Printer_Library-2.0.0.zip", + "size": 660510, + "checksum": "SHA-256:18b1d075cb6f0bdf9373f1a70830cf811ae77480cb26d04061c10158525f46f2" + }, + { + "name": "Thermal Printer Library", + "version": "2.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text on a variety of supported printers.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-2.0.1.zip", + "archiveFileName": "Thermal_Printer_Library-2.0.1.zip", + "size": 673959, + "checksum": "SHA-256:83917fec6bb610c1505e22a03d7c3787830cd60272642d6e8a9166deda8fc0fd" + }, + { + "name": "Thermal Printer Library", + "version": "2.0.2", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text on a variety of supported printers.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-2.0.2.zip", + "archiveFileName": "Thermal_Printer_Library-2.0.2.zip", + "size": 688765, + "checksum": "SHA-256:1bd586c4e9818539a8cf7f8c5053f3b0ad6838952752ee5c0d95eff9311a0e8a" + }, + { + "name": "Thermal Printer Library", + "version": "2.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", + "sentence": "Bluetooth Low Energy Thermal Printer Library", + "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text on a variety of supported printers.", + "website": "https://github.com/bitbank2/Thermal_Printer", + "category": "Device Control", + "architectures": [ + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/Thermal_Printer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-2.1.0.zip", + "archiveFileName": "Thermal_Printer_Library-2.1.0.zip", + "size": 692083, + "checksum": "SHA-256:f99880799917b8a989659a914a27e65fe5ac6ab8da6ffa47d9f18c6d27145e65" + }, + { + "name": "FlashLightLED", + "version": "1.0.0", + "author": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "maintainer": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "sentence": "An Arduino library specifically built to programmatically manipulate the LED color changing light strips that pair with a 44 Key IR Remote.", + "paragraph": "IR signals are sent from an IR transmitter you build. Instructions are included in the read-me file on how to build the trasnmitter circuit as well as sample code to help create your program to control the trasmission.", + "website": "https://github.com/ruminize/FlashLightLED.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruminize/FlashLightLED.git", + "dependencies": [ + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ruminize/FlashLightLED-1.0.0.zip", + "archiveFileName": "FlashLightLED-1.0.0.zip", + "size": 167214, + "checksum": "SHA-256:9b99c6f92dc69a492e52bcc70010233b7ec67dcd4955e69925a2701fbdbba63a" + }, + { + "name": "FlashLightLED", + "version": "2.0.0", + "author": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "maintainer": "Jake E. Danforth \u003cruminized@gmail.com\u003e", + "sentence": "An Arduino library that can programmatically manipulate the LED color changing light strips controlled by a 44 Key IR Remote.", + "paragraph": "IR signals are sent from an IR transmitter you build. Instructions are included in the read-me file on how to build the trasnmitter circuit as well as sample code to help create your program to control the trasmission.", + "website": "https://github.com/ruminize/FlashLightLED.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruminize/FlashLightLED.git", + "dependencies": [ + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ruminize/FlashLightLED-2.0.0.zip", + "archiveFileName": "FlashLightLED-2.0.0.zip", + "size": 351198, + "checksum": "SHA-256:40b90329a41da21b3b615fcf92aa0638153ea6798a0937774430e34c7359dac1" + }, + { + "name": "Segment", + "version": "2.5.1", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite 7/14/16 segment displays with your Arduino!", + "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite displays off just a few pins.", + "website": "https://github.com/Blake-Tourneur/Segment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/Segment.git", + "providesIncludes": [ + "Segment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-2.5.1.zip", + "archiveFileName": "Segment-2.5.1.zip", + "size": 636066, + "checksum": "SHA-256:f5879b954bcbc11b743430931e876470fd529f68d5619b0493cb0b30aa9de0e5" + }, + { + "name": "Segment", + "version": "2.6.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "Control infinite 7/14/16 segment displays with your Arduino!", + "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite displays off just a few pins.", + "website": "https://github.com/Blake-Tourneur/Segment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/Segment.git", + "providesIncludes": [ + "Segment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-2.6.0.zip", + "archiveFileName": "Segment-2.6.0.zip", + "size": 780674, + "checksum": "SHA-256:15d9996a400d57f3b25dc87b7a83cd19d2b7594a4d3b9806b4ac54cbabe54861" + }, + { + "name": "Segment", + "version": "3.0.0", + "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", + "sentence": "The most powerful and popular available library for using 7/14/16 segment display, supporting daisy chaining so you can control mass amounts from your Arduino!", + "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (each segment with a I/O pin) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control mass amounts displays off just a few pins. There is also support for common anode or cathode displays, and both displays with and without decimal points. Click the 'More Info' button below to visit the official Github Repo of this project, and view the full API/documentation.", + "website": "https://github.com/BlaT2512/Segment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlaT2512/Segment.git", + "providesIncludes": [ + "Segment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-3.0.0.zip", + "archiveFileName": "Segment-3.0.0.zip", + "size": 850864, + "checksum": "SHA-256:e6dba4e30ccec8d8cced5dfafb8bd24d66fce0947013a497455bada6d5ea3a79" + }, + { + "name": "Audio - Adafruit Fork", + "version": "1.3.1", + "author": "Adafruit based on Paul Stoffregen", + "maintainer": "Adafruit", + "sentence": "Adafruit SAMD51 port of Teensy Audio Library - Flexible, High Quality Audio Processing", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "http://www.github.com/adafruit/Audio", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Audio___Adafruit_Fork-1.3.1.zip", + "archiveFileName": "Audio___Adafruit_Fork-1.3.1.zip", + "size": 5191548, + "checksum": "SHA-256:673a714f57111181d4563893187ca4177839233a21ad768105be370d9faf678f" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.0.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": [ + "UlpDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.0.0.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.0.0.zip", + "size": 5616, + "checksum": "SHA-256:3962d1e4d27ceb3d5e64bfd771aa1893fc4ed7434903b5ac8720941c5792ec92" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": [ + "UlpDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.0.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.0.zip", + "size": 5653, + "checksum": "SHA-256:f426df63a054bee9ccdc8ae68c23e8cdbe7bd9f7d588a7f0beb249ff4ddcc299" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": [ + "UlpDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.1.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.1.zip", + "size": 5657, + "checksum": "SHA-256:c665e2ed87e5235db3320124b180c975df108167f7ec573e89ae3195de0b8e0f" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.2", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": [ + "UlpDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.2.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.2.zip", + "size": 5673, + "checksum": "SHA-256:ef2fd4f0366a9c92a525c10fc8afd0e533b90c02588ffe14adca37fea2fcc0d8" + }, + { + "name": "ESP32 ULP Debugger", + "version": "1.1.3", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Arduino ESP32 ULP Debugger libraries.", + "paragraph": "Arduino ESP32 ULP Debugger libraries.", + "website": "https://github.com/tanakamasayuki/UlpDebug", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "providesIncludes": [ + "UlpDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.3.zip", + "archiveFileName": "ESP32_ULP_Debugger-1.1.3.zip", + "size": 5669, + "checksum": "SHA-256:5f221fcfb0394413f4cca74b082158c5ec3641bd4e186584dffa5aabda7c6326" + }, + { + "name": "Wasm3", + "version": "0.4.2", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": [ + "wasm3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.2.zip", + "archiveFileName": "Wasm3-0.4.2.zip", + "size": 86779, + "checksum": "SHA-256:10500d192132b0bab8e9b4b3b0703e576156c41aa1eb5f5d7c8f8684183cc1e5" + }, + { + "name": "Wasm3", + "version": "0.4.3", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": [ + "wasm3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.3.zip", + "archiveFileName": "Wasm3-0.4.3.zip", + "size": 87100, + "checksum": "SHA-256:57eedd9b8d7e29c348c6650d2a8eb33a304cda356e12a393f3a9f2ce8a9d015e" + }, + { + "name": "Wasm3", + "version": "0.4.4", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": [ + "wasm3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.4.zip", + "archiveFileName": "Wasm3-0.4.4.zip", + "size": 87203, + "checksum": "SHA-256:461a623197479571977a68c5d626263e3fcc079da16feb81ce552852de28e76a" + }, + { + "name": "Wasm3", + "version": "0.4.5", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": [ + "wasm3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.5.zip", + "archiveFileName": "Wasm3-0.4.5.zip", + "size": 106788, + "checksum": "SHA-256:990cae7418454748e42627ddff9d5bbb00a6f98b4f3df6312df3b4072ee07db0" + }, + { + "name": "Wasm3", + "version": "0.4.8", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": [ + "wasm3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.8.zip", + "archiveFileName": "Wasm3-0.4.8.zip", + "size": 122279, + "checksum": "SHA-256:690c7c5ae79ed80156d6aba39faefef19a92e8c2f4185eddb0ff7c9922e6b15f" + }, + { + "name": "Wasm3", + "version": "0.4.9", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter.", + "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": [ + "wasm3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.9.zip", + "archiveFileName": "Wasm3-0.4.9.zip", + "size": 185837, + "checksum": "SHA-256:f6a82bb1f777b4fe53fa18ffa5a0d0fb81ff4dbfac8816d9c47735f0fee70b9a" + }, + { + "name": "Wasm3", + "version": "0.5.0", + "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "The fastest WebAssembly interpreter (and the most universal runtime)", + "paragraph": "Run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers", + "website": "https://github.com/wasm3/wasm3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wasm3/wasm3-arduino.git", + "providesIncludes": [ + "wasm3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.5.0.zip", + "archiveFileName": "Wasm3-0.5.0.zip", + "size": 193624, + "checksum": "SHA-256:8f436c5e7924033a3323dc7cb6a274a116b17abf60570d9d1abd90ce5359a2b9" + }, + { + "name": "Silvervest OLED-0010 SPI", + "version": "1.0.0", + "author": "Nick Silvestro", + "maintainer": "Nick Silvestro \u003cnick@silvervest.net\u003e", + "sentence": "OLED-0010 oled driver library 16x2 displays via SPI", + "paragraph": "Compatible with LiquidCrystal", + "website": "https://github.com/silvervest/Silvervest_OLED_0010_SPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/silvervest/Silvervest_OLED_0010_SPI.git", + "providesIncludes": [ + "Silvervest_OLED_0010_SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/silvervest/Silvervest_OLED_0010_SPI-1.0.0.zip", + "archiveFileName": "Silvervest_OLED_0010_SPI-1.0.0.zip", + "size": 5713, + "checksum": "SHA-256:51adef3e09de31b8b83c46d85b3e740ff917c194108296c69b231dcd92e3ab0a" + }, + { + "name": "MteCore", + "version": "1.0.0", + "author": "Muara Teknik Elektrik", + "maintainer": "Saepul Anwar \u003cadm.ipul@gmail.com\u003e", + "sentence": "MteCore - Library For MTE Controller", + "paragraph": "Support MTE-miniController V.2.0", + "website": "https://github.com/mt-elektrik/MteCore", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mt-elektrik/MteCore.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mt-elektrik/MteCore-1.0.0.zip", + "archiveFileName": "MteCore-1.0.0.zip", + "size": 24848, + "checksum": "SHA-256:03677ff7b5e6848eae1b6f06c8091c397bfa13ed6c862a795d06061fa4327f37" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.0.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.0.zip", + "size": 60831, + "checksum": "SHA-256:f08f3ce69df701edabb5c98799013b544e642030ca324ba5d27373b5efdaa5e1" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.1.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.1.zip", + "size": 61139, + "checksum": "SHA-256:cb3aee435f8c007ebe0b23d7374821a00367331fe2303dde00d97259b2f37c4a" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.2.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.2.zip", + "size": 132399, + "checksum": "SHA-256:4a040cc352e7e137bafb56c4b5b57b37ab9a2d60cdd379fe689e64aef79429ba" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.3.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.3.zip", + "size": 133168, + "checksum": "SHA-256:21b3e1482bc4b2deeb46e48ee564c865632b96229dbab058ccbd972e100702f3" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.4.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.4.zip", + "size": 119694, + "checksum": "SHA-256:a4ec7045c121d7a8900a1299214511dc5463aa529bf656b615c8b63f4b7497d3" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.5.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.5.zip", + "size": 121463, + "checksum": "SHA-256:5be9352057116a3c54421387068cb53906dad62e3de19455fcce1b928f675a1d" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.6.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.6.zip", + "size": 124271, + "checksum": "SHA-256:f5ee8db18e56740e5d5ba30674776721d22217c035fa2e9c969b206b480db16c" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.7.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.7.zip", + "size": 125124, + "checksum": "SHA-256:cd5ff02dba88bd40f4538ba577778f1e67f1fde5dc1c552a19abcac1419ca432" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.8.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.8.zip", + "size": 124465, + "checksum": "SHA-256:6d40420cc317f2e890ef6a65d80bcb734781631a9c230f563099910efb82e1bb" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM", + "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.9.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.9.zip", + "size": 134936, + "checksum": "SHA-256:9594e6e3ac5336b80486d43a5c47b7ed1b11f441281e8be0ee10192ef31f7cf3" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.10.zip", + "archiveFileName": "BlynkGSM_Manager-1.0.10.zip", + "size": 167455, + "checksum": "SHA-256:32ff6ae9207f537394a4ce1bede1da2cba54325c3929856a6d57a64a1d35e94b" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_WFM.h", + "BlynkSimpleESP32_GSM_WF.h", + "BlynkSimpleESP8266_GSM_WF.h", + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.1.0.zip", + "archiveFileName": "BlynkGSM_Manager-1.1.0.zip", + "size": 206426, + "checksum": "SHA-256:6864485c23726932ceda611b11916d61386503a168946d86f90a29b86e814517" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_WFM.h", + "BlynkSimpleESP32_GSM_WF.h", + "BlynkSimpleESP8266_GSM_WF.h", + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.2.0.zip", + "archiveFileName": "BlynkGSM_Manager-1.2.0.zip", + "size": 201306, + "checksum": "SHA-256:1a499205e76e0532d5e9fda18fe3ae7ef5c8c677109086653dce6fde982f203a" + }, + { + "name": "BlynkGSM_Manager", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_WFM.h", + "BlynkSimpleESP32_GSM_WF.h", + "BlynkSimpleESP8266_GSM_WF.h", + "BlynkSimpleTinyGSM_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.2.1.zip", + "archiveFileName": "BlynkGSM_Manager-1.2.1.zip", + "size": 195536, + "checksum": "SHA-256:51310931d2c7b266d02ffdb089e2c430ec58ab713101941218cb5f3ea7dbbcf8" + }, + { + "name": "ESP OTA GitHub", + "version": "0.0.1", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/ESP_OTA_GitHub\u003e", + "sentence": "ESP library for auto updating code from GitHub releases.", + "paragraph": "Automatically update your ESP from exported compiled binaries attached to GitHub releases of your project. Supports upgrade and downgrade of sketch. SPIFFS updating not yet supported.", + "website": "https://github.com/yknivag/ESP_OTA_GitHub", + "category": "Uncategorized", + "architectures": [ + "ESP8266", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yknivag/ESP_OTA_GitHub.git", + "providesIncludes": [ + "ESP_OTA_GitHub.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/ESP_OTA_GitHub-0.0.1.zip", + "archiveFileName": "ESP_OTA_GitHub-0.0.1.zip", + "size": 141239, + "checksum": "SHA-256:868f101ce7f851bfb31013b2ec6330e4931c2f7866ae32fcdcd31fb4fa5e603c" + }, + { + "name": "ESP OTA GitHub", + "version": "0.0.3", + "author": "Gavin Smalley", + "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/ESP_OTA_GitHub\u003e", + "sentence": "ESP library for auto updating code from GitHub releases.", + "paragraph": "Automatically update your ESP from exported compiled binaries attached to GitHub releases of your project. Supports upgrade and downgrade of sketch. SPIFFS updating not yet supported.", + "website": "https://github.com/yknivag/ESP_OTA_GitHub", + "category": "Uncategorized", + "architectures": [ + "ESP8266", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yknivag/ESP_OTA_GitHub.git", + "providesIncludes": [ + "ESP_OTA_GitHub.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/ESP_OTA_GitHub-0.0.3.zip", + "archiveFileName": "ESP_OTA_GitHub-0.0.3.zip", + "size": 139145, + "checksum": "SHA-256:f596683bf6c9d7d06ffceaf35e5c34211a5ec9d01e02a130a393eb4d35897674" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.0.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.0.0.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.0.0.zip", + "size": 8312, + "checksum": "SHA-256:cfca0a0acdf9b1dd1a64f29443020c14ca5c3471c5a2bd06303b242659ac2829" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.0.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.0.1.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.0.1.zip", + "size": 8533, + "checksum": "SHA-256:b7071b0870a48b4a0b2f2f9de2aac9ddc7ba3f32b8cffa1d622e019a0cb9416d" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.2.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.2.0.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.2.0.zip", + "size": 9619, + "checksum": "SHA-256:85bd4fbaf5828b150504d7be90b3fbe7024f057b243859f71b5e9ea097464e66" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.3.4", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.3.4.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.3.4.zip", + "size": 17027, + "checksum": "SHA-256:aaa993f4e5e116fd97c1a26b46d87bf3a0c0a9e6663f5e72f213fe196e9f67b0" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.3.5", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.3.5.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.3.5.zip", + "size": 17286, + "checksum": "SHA-256:5b4e4e9b9e86ae5d57fd85c215c00fd94b566ee96b29e64522ccebdf38e6fed3" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.3.6", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.3.6.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.3.6.zip", + "size": 17327, + "checksum": "SHA-256:5c28d7902028a32533ee9d2d776967a80878326aa21e2ce12daaa3b6cf0d7632" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.4.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.4.0.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.4.0.zip", + "size": 17544, + "checksum": "SHA-256:44a5147bf1fd8232cdb5745a4821f5b0593d0e9503bc9a1d2a929ba41f3c0c3f" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.4.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.4.1.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.4.1.zip", + "size": 17537, + "checksum": "SHA-256:4219b38e204c78cc7c7591fc9309110c571ecd1608583f81acaf62c4752dc1e2" + }, + { + "name": "EmotiBit XPlat Utils", + "version": "1.5.0", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", + "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", + "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.5.0.zip", + "archiveFileName": "EmotiBit_XPlat_Utils-1.5.0.zip", + "size": 17561, + "checksum": "SHA-256:685c51b034c9c49b90e341ac5e38af87149f7af3a5d2a7f2c89db5923b465b68" + }, + { + "name": "TLE493D", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLE493D", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLE493D-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE493D-1.1.1.zip", + "archiveFileName": "TLE493D-1.1.1.zip", + "size": 25509, + "checksum": "SHA-256:a59128882f4c0e37635734be476f894efa47e0b2c7f2c17f62638c7767ad9b75" + }, + { + "name": "TLE493D", + "version": "1.2.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLE493D", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLE493D-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE493D-1.2.0.zip", + "archiveFileName": "TLE493D-1.2.0.zip", + "size": 29794, + "checksum": "SHA-256:6b35684f756c8351ab79010ccf6c4eb0725f4e469de033a4473cdef9b8b5bae3" + }, + { + "name": "TLE493D", + "version": "1.3.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLE493D", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLE493D-3DMagnetic-Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE493D-1.3.0.zip", + "archiveFileName": "TLE493D-1.3.0.zip", + "size": 31981, + "checksum": "SHA-256:edeadc2da4b6a614e83c4aff976475f935777465c1dc95b0f841ba34442dd04b" + }, + { + "name": "Tuyav", + "version": "1.0.0", + "author": "Velleman nv", + "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", + "sentence": "Communicate with the Tuya IoT module", + "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", + "website": "https://github.com/Velleman/Tuyav", + "category": "Uncategorized", + "architectures": [ + "avr", + "megaAVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Velleman/Tuyav.git", + "providesIncludes": [ + "Tuyav.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.0.0.zip", + "archiveFileName": "Tuyav-1.0.0.zip", + "size": 194563, + "checksum": "SHA-256:413f67630a5a4b191334a41d54e0787039c15070e1be7fcf3c18e7b1a933ad75" + }, + { + "name": "Tuyav", + "version": "1.1.0", + "author": "Velleman nv", + "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", + "sentence": "Communicate with the Tuya IoT module", + "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", + "website": "https://github.com/Velleman/Tuyav", + "category": "Uncategorized", + "architectures": [ + "avr", + "megaAVR", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Velleman/Tuyav.git", + "providesIncludes": [ + "Tuyav.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.1.0.zip", + "archiveFileName": "Tuyav-1.1.0.zip", + "size": 195243, + "checksum": "SHA-256:cf0625a299dfa218020a5a6a08ca49b6c6bbeb1a98fc4b22fb71c5fb57efc01e" + }, + { + "name": "Tuyav", + "version": "1.2.0", + "author": "Velleman nv", + "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", + "sentence": "Communicate with the Tuya IoT module", + "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", + "website": "https://github.com/Velleman/Tuyav", + "category": "Uncategorized", + "architectures": [ + "avr", + "megaAVR", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Velleman/Tuyav.git", + "providesIncludes": [ + "Tuyav.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.2.0.zip", + "archiveFileName": "Tuyav-1.2.0.zip", + "size": 211850, + "checksum": "SHA-256:765ca7e2d7baaec736a65d1eb17d2595cb95ee8e09f8081fd2bf8ddce9d1cb82" + }, + { + "name": "Tuyav", + "version": "1.2.1", + "author": "Velleman nv", + "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", + "sentence": "Communicate with the Tuya IoT module", + "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", + "website": "https://github.com/Velleman/Tuyav", + "category": "Uncategorized", + "architectures": [ + "avr", + "megaAVR", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Velleman/Tuyav.git", + "providesIncludes": [ + "Tuyav.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.2.1.zip", + "archiveFileName": "Tuyav-1.2.1.zip", + "size": 211864, + "checksum": "SHA-256:01dfd4a4b3c7f2865ef6bd6802ef1c386a0000a10e9b659e6f6dfa42d93d53bc" + }, + { + "name": "AlternativeLSS", + "version": "0.8.0", + "author": "Colin MacKenzie", + "maintainer": "colin@flyingeinstein.com", + "sentence": "Asynchronous control of Lynxmotion LSS smart servos.", + "paragraph": "The goal of this library is to provide performance when controlling a significant number of servos on a bus using a Orient =\u003e Action =\u003e Query/Update loop. It is capable of queueing up a number of servo query requests for multiple servos at a time.", + "website": "https://github.com/Lynxmotion/AlternativeLSS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/AlternativeLSS.git", + "providesIncludes": [ + "LynxmotionLSS.h LssCommunication.h LssHandlers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/AlternativeLSS-0.8.0.zip", + "archiveFileName": "AlternativeLSS-0.8.0.zip", + "size": 77689, + "checksum": "SHA-256:81dfcb7172f71e3087c44868c292a2a5ec59a4e3229e82e87a3ffc972b22e227" + }, + { + "name": "AlternativeLSS", + "version": "0.9.0", + "author": "Colin MacKenzie", + "maintainer": "colin@flyingeinstein.com", + "sentence": "Asynchronous control of Lynxmotion LSS smart servos.", + "paragraph": "The goal of this library is to provide performance when controlling a significant number of servos on a bus using a Orient =\u003e Action =\u003e Query/Update loop. It is capable of queueing up a number of servo query requests for multiple servos at a time.", + "website": "https://github.com/Lynxmotion/AlternativeLSS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/AlternativeLSS.git", + "providesIncludes": [ + "LynxmotionLSS.h", + "LssCommunication.h", + "LssHandlers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/AlternativeLSS-0.9.0.zip", + "archiveFileName": "AlternativeLSS-0.9.0.zip", + "size": 92752, + "checksum": "SHA-256:4532b9a36a3ff349ed3518c8a31cf5e2e78c6ca629923898e0f0ab655c171f8c" + }, + { + "name": "EloquentTinyML", + "version": "0.0.1", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.1.zip", + "archiveFileName": "EloquentTinyML-0.0.1.zip", + "size": 375713, + "checksum": "SHA-256:61e5ae2d136b046abbfc6e81e9ebd947bf8fe7fc7130f275ceb23c765094f0ae" + }, + { + "name": "EloquentTinyML", + "version": "0.0.2", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.2.zip", + "archiveFileName": "EloquentTinyML-0.0.2.zip", + "size": 375747, + "checksum": "SHA-256:03abbf6a4b01991c4ff7811cacfe16d24d8eff2434064c8db28a950a34dd94ea" + }, + { + "name": "EloquentTinyML", + "version": "0.0.3", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.3.zip", + "archiveFileName": "EloquentTinyML-0.0.3.zip", + "size": 683520, + "checksum": "SHA-256:eb2e0e6683d22b981dd3584fe8caeb84623895c1db3bdc524613a94ae493626e" + }, + { + "name": "EloquentTinyML", + "version": "0.0.4", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.4.zip", + "archiveFileName": "EloquentTinyML-0.0.4.zip", + "size": 414942, + "checksum": "SHA-256:0fe68890f99e625b9492d95b7aa47a5682938d2dba608365b15dbc7ef6420abd" + }, + { + "name": "EloquentTinyML", + "version": "0.0.5", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.5.zip", + "archiveFileName": "EloquentTinyML-0.0.5.zip", + "size": 417957, + "checksum": "SHA-256:74dbc12081be961d1b2bd2ce3aded42807b7d921741bef14cca74a26cd3de1f5" + }, + { + "name": "EloquentTinyML", + "version": "0.0.6", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.6.zip", + "archiveFileName": "EloquentTinyML-0.0.6.zip", + "size": 418609, + "checksum": "SHA-256:1a33144d0567dd87aa3059971fb1760500d8146c2a47d571a1e707e9eb19d896" + }, + { + "name": "EloquentTinyML", + "version": "0.0.7", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.7.zip", + "archiveFileName": "EloquentTinyML-0.0.7.zip", + "size": 423673, + "checksum": "SHA-256:3f48b55d1acbcc36e4c01ea5df85cb4d1e2fcd109b1780a6c58a755a43af9eb6" + }, + { + "name": "EloquentTinyML", + "version": "0.0.10", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.10.zip", + "archiveFileName": "EloquentTinyML-0.0.10.zip", + "size": 454268, + "checksum": "SHA-256:eec901d763335e3ef4f06da6d18430e478aa74019050d8e8410a2bbf19161cd1" + }, + { + "name": "EloquentTinyML", + "version": "2.4.0", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "providesIncludes": [ + "EloquentTinyML.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-2.4.0.zip", + "archiveFileName": "EloquentTinyML-2.4.0.zip", + "size": 1830954, + "checksum": "SHA-256:747443f05a7b17ebdda2df961bf33ed40d1d72f4fcd6bb4a4aa4093ec2bfd971" + }, + { + "name": "EloquentTinyML", + "version": "2.4.0-bis", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "providesIncludes": [ + "EloquentTinyML.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-2.4.0-bis.zip", + "archiveFileName": "EloquentTinyML-2.4.0-bis.zip", + "size": 1835975, + "checksum": "SHA-256:91226bc6ef83206f24f14bebb43ee25d5fde616cea8dc09395c8077de26f896b" + }, + { + "name": "EloquentTinyML", + "version": "2.4.1", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "providesIncludes": [ + "EloquentTinyML.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-2.4.1.zip", + "archiveFileName": "EloquentTinyML-2.4.1.zip", + "size": 1830850, + "checksum": "SHA-256:deff4df4c912fdcae7b2072da0ed2da18937ab32bf2f338f39486159f657ce29" + }, + { + "name": "EloquentTinyML", + "version": "2.4.2", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "providesIncludes": [ + "EloquentTinyML.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-2.4.2.zip", + "archiveFileName": "EloquentTinyML-2.4.2.zip", + "size": 1830849, + "checksum": "SHA-256:d7f570eb4e0d87c4e12c779951fb69770d8d66c65edcc2322c995f753ea5c242" + }, + { + "name": "EloquentTinyML", + "version": "2.4.3", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "providesIncludes": [ + "EloquentTinyML.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-2.4.3.zip", + "archiveFileName": "EloquentTinyML-2.4.3.zip", + "size": 1830873, + "checksum": "SHA-256:569a975831024e8583b631fcb1a9149d618770e91920c7b4fd90ebd3e1a2c262" + }, + { + "name": "EloquentTinyML", + "version": "2.4.4", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", + "website": "https://github.com/eloquentarduino/EloquentTinyML", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", + "providesIncludes": [ + "EloquentTinyML.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-2.4.4.zip", + "archiveFileName": "EloquentTinyML-2.4.4.zip", + "size": 1833477, + "checksum": "SHA-256:988494f7ca9ca4335a4fe63b889815f54037b851b01a8d13cd7d6e701e542f01" + }, + { + "name": "Blynk_Teensy", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", + "paragraph": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", + "website": "https://github.com/khoih-prog/Blynk_Teensy", + "category": "Communication", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Teensy.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Teensy-1.0.0.zip", + "archiveFileName": "Blynk_Teensy-1.0.0.zip", + "size": 14758, + "checksum": "SHA-256:3c383d7d220ad470701aeed2a1b1d05d38b44b12faf5590385148cdaadc6b657" + }, + { + "name": "Blynk_Teensy", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0/4.1, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", + "paragraph": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0/4.1, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", + "website": "https://github.com/khoih-prog/Blynk_Teensy", + "category": "Communication", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Teensy.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Teensy-1.0.1.zip", + "archiveFileName": "Blynk_Teensy-1.0.1.zip", + "size": 34227, + "checksum": "SHA-256:a7da62c3a9f7d44ffd3997a428b1cfa498f03bbf0e9536829c8b00f7758ab1cf" + }, + { + "name": "Nouryas Advanced Line Follower", + "version": "1.0.0", + "author": "Mohamad Yahya \u003cinstruments.eng@gmail.com\u003e", + "maintainer": "Nouryas Tech \u003chttps://www.facebook.com/Nouryas.Tech/\u003e", + "sentence": "Allows the car to run over a specific path (Line).", + "paragraph": "This library is compatible with most of 5 IR sensors used for line follower application.it deal with black or White line , and it do digital or analog scan,also it gives you the tool to control the robot speed.", + "website": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nouryas-Tech/Nouryas_Advanced_Line_Follower-1.0.0.zip", + "archiveFileName": "Nouryas_Advanced_Line_Follower-1.0.0.zip", + "size": 5857175, + "checksum": "SHA-256:6df1bab733c4ea1914d3f6b789bd8e25892a0d0f5c5a3c99c1d654cff6459101" + }, + { + "name": "Nouryas Advanced Line Follower", + "version": "1.1.0", + "author": "Mohamad Yahya \u003cinstruments.eng@gmail.com\u003e", + "maintainer": "Nouryas Tech \u003chttps://www.facebook.com/Nouryas.Tech/\u003e", + "sentence": "Allows the car to run over a specific path (Line).", + "paragraph": "This library is compatible with most of 5 IR sensors used for line follower application.it deal with black or White line , and it do digital or analog scan,also it gives you the tool to control the robot speed.", + "website": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nouryas-Tech/Nouryas_Advanced_Line_Follower-1.1.0.zip", + "archiveFileName": "Nouryas_Advanced_Line_Follower-1.1.0.zip", + "size": 5857210, + "checksum": "SHA-256:f5921445781cb9ee18a6ee77f3b70fbeccd1737e0f3b6f961c2de8728ab150bc" + }, + { + "name": "BMP388_DEV", + "version": "1.0.0", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.0.zip", + "archiveFileName": "BMP388_DEV-1.0.0.zip", + "size": 39760, + "checksum": "SHA-256:7e7ba0a796f6162f3ccdaf798c8002f9627cb7ac57a6ee95fb5cdfa6fdcfe00c" + }, + { + "name": "BMP388_DEV", + "version": "1.0.1", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.1.zip", + "archiveFileName": "BMP388_DEV-1.0.1.zip", + "size": 41527, + "checksum": "SHA-256:ace46e67ed03880ac4932497a69a93803132a7ddfae91d11170e8e9c2cb3325a" + }, + { + "name": "BMP388_DEV", + "version": "1.0.2", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.2.zip", + "archiveFileName": "BMP388_DEV-1.0.2.zip", + "size": 42950, + "checksum": "SHA-256:1fe562468146d91a5b3da19f428e3561e25d8af0ec95158b2635cffa76e8ca8c" + }, + { + "name": "BMP388_DEV", + "version": "1.0.3", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.3.zip", + "archiveFileName": "BMP388_DEV-1.0.3.zip", + "size": 43168, + "checksum": "SHA-256:40b1649bb80e0721b03d39e59313ed574cd4ea0624f6ed0e18548a5eaab6e949" + }, + { + "name": "BMP388_DEV", + "version": "1.0.5", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.5.zip", + "archiveFileName": "BMP388_DEV-1.0.5.zip", + "size": 43602, + "checksum": "SHA-256:e8d132e33985cfd44fb0dcf12de9d49f735ea4c3c426d12c95b5b9d7225b0799" + }, + { + "name": "BMP388_DEV", + "version": "1.0.6", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.6.zip", + "archiveFileName": "BMP388_DEV-1.0.6.zip", + "size": 43804, + "checksum": "SHA-256:358e086d899044eed270f9d62440dcff905560d6e2e535ff17b08635e2ff2898" + }, + { + "name": "BMP388_DEV", + "version": "1.0.7", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.7.zip", + "archiveFileName": "BMP388_DEV-1.0.7.zip", + "size": 43927, + "checksum": "SHA-256:ee2d1e0c97a28b6e710c59076c0920a1cf030892bf14bb746198efe17e631ef4" + }, + { + "name": "BMP388_DEV", + "version": "1.0.8", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.8.zip", + "archiveFileName": "BMP388_DEV-1.0.8.zip", + "size": 44161, + "checksum": "SHA-256:1eed45b0d9adacc77de3760157f8d99a588ae1fb8a76e6bdd9632c2313128559" + }, + { + "name": "BMP388_DEV", + "version": "1.0.9", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.9.zip", + "archiveFileName": "BMP388_DEV-1.0.9.zip", + "size": 44259, + "checksum": "SHA-256:d5126d52be4bbfbb6491ad2884f697974a4111ef47a7a4209f697b2bbdacc4de" + }, + { + "name": "BMP388_DEV", + "version": "1.0.10", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.10.zip", + "archiveFileName": "BMP388_DEV-1.0.10.zip", + "size": 44444, + "checksum": "SHA-256:0ac27287e40fc4b41f22ea795be2fcffbe504af427cf661338339e5a53588ba8" + }, + { + "name": "BMP388_DEV", + "version": "1.0.11", + "author": "Martin Lindupp", + "maintainer": "Martin Lindupp", + "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", + "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", + "website": "https://github.com/MartinL1/BMP388_DEV", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinL1/BMP388_DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.11.zip", + "archiveFileName": "BMP388_DEV-1.0.11.zip", + "size": 44617, + "checksum": "SHA-256:caad759ea63b53b607dd02a43825bf368cff123e9268121679e0421ccc26d63e" + }, + { + "name": "ServoESP32", + "version": "1.0.2", + "author": "Jaroslav Paral", + "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", + "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", + "website": "https://github.com/RoboticsBrno/ServoESP32/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboticsBrno/ServoESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.0.2.zip", + "archiveFileName": "ServoESP32-1.0.2.zip", + "size": 10574, + "checksum": "SHA-256:7dd6fcc087686dda100677ad999fbc0c96c9b259d53e3237b87b4dd1326c2fd9" + }, + { + "name": "ServoESP32", + "version": "1.0.3", + "author": "Jaroslav Paral", + "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", + "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", + "website": "https://github.com/RoboticsBrno/ServoESP32/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboticsBrno/ServoESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.0.3.zip", + "archiveFileName": "ServoESP32-1.0.3.zip", + "size": 10692, + "checksum": "SHA-256:9fade8870c8c5bc621c2368b4c43dd01d7660aaba9f4478c36db0b4ab45caf73" + }, + { + "name": "ServoESP32", + "version": "1.1.0", + "author": "Jaroslav Paral", + "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", + "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", + "website": "https://github.com/RoboticsBrno/ServoESP32/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboticsBrno/ServoESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.1.0.zip", + "archiveFileName": "ServoESP32-1.1.0.zip", + "size": 12004, + "checksum": "SHA-256:bbfd8b49af11971c0b6715be509295aa363e17382f8d99d4e1555a5098f23f5c" + }, + { + "name": "ServoESP32", + "version": "1.1.1", + "author": "Jaroslav Paral", + "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", + "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", + "website": "https://github.com/RoboticsBrno/ServoESP32/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboticsBrno/ServoESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.1.1.zip", + "archiveFileName": "ServoESP32-1.1.1.zip", + "size": 12188, + "checksum": "SHA-256:4edbac55a9a7f157bbbac24600a587717d67544792fd48a614addb9a0bd9a8ad" + }, + { + "name": "smart-input-filter", + "version": "0.1.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.1.0.zip", + "archiveFileName": "smart_input_filter-0.1.0.zip", + "size": 26884, + "checksum": "SHA-256:bd43bee24bb77c74e4fc59f6ee1b279db79e9475de2ed66b4f135096062b8bfc" + }, + { + "name": "smart-input-filter", + "version": "0.2.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.2.0.zip", + "archiveFileName": "smart_input_filter-0.2.0.zip", + "size": 28372, + "checksum": "SHA-256:2db359d7c86866f2e776585b84f364a62798a376af99114e620d56cca7d0024e" + }, + { + "name": "smart-input-filter", + "version": "0.2.1", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.2.1.zip", + "archiveFileName": "smart_input_filter-0.2.1.zip", + "size": 28645, + "checksum": "SHA-256:281f124c332bc95be5d722b67e388ee9d2261eadab3e992ca0b1ea3df6bea27a" + }, + { + "name": "smart-input-filter", + "version": "0.3.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.3.0.zip", + "archiveFileName": "smart_input_filter-0.3.0.zip", + "size": 24363, + "checksum": "SHA-256:b45ed850a5e685dea7fb73c7703cba37692adce82a1d94752ca93a76ea3ca843" + }, + { + "name": "smart-input-filter", + "version": "0.3.2", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "A stable, unit-tested filter library", + "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", + "website": "https://github.com/ademuri/smart-input-filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ademuri/smart-input-filter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.3.2.zip", + "archiveFileName": "smart_input_filter-0.3.2.zip", + "size": 24554, + "checksum": "SHA-256:e9f6ae6490734c6194bcaae4fb1657dba0c8483bda894f9af5cf3038fec3ed0f" + }, + { + "name": "MD_YM2413", + "version": "1.0.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Yamaha YM2413 sound synthesizer.", + "paragraph": "Library to implement basic functionality for managing for Yamaha YM2413 sound synthesizer chip", + "website": "https://github.com/MajicDesigns/MD_YM2413", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_YM2413.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YM2413-1.0.0.zip", + "archiveFileName": "MD_YM2413-1.0.0.zip", + "size": 7788196, + "checksum": "SHA-256:1c849bdffdcfe7e016485a33537f364ee727ff7f0b5bc6e655deb61a518a79e2" + }, + { + "name": "MD_YM2413", + "version": "1.0.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Yamaha YM2413 sound synthesizer.", + "paragraph": "Library to implement basic functionality for managing for Yamaha YM2413 sound synthesizer chip", + "website": "https://github.com/MajicDesigns/MD_YM2413", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_YM2413.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YM2413-1.0.1.zip", + "archiveFileName": "MD_YM2413-1.0.1.zip", + "size": 7805374, + "checksum": "SHA-256:ce0693162455c588c3134c553cd2879adf825eaff63283c6f5f3d65accd6afe9" + }, + { + "name": "MD_YM2413", + "version": "1.1.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library for Yamaha YM2413 sound synthesizer.", + "paragraph": "Library to implement basic functionality for managing for Yamaha YM2413 sound synthesizer chip", + "website": "https://github.com/MajicDesigns/MD_YM2413", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_YM2413.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YM2413-1.1.0.zip", + "archiveFileName": "MD_YM2413-1.1.0.zip", + "size": 7830542, + "checksum": "SHA-256:ceecb9237129d8915da620e700841935ec7ca6b076d4e4872a731bd53aed557b" + }, + { + "name": "Tr4cker", + "version": "0.0.1", + "author": "Robert Sasak", + "maintainer": "Robert Sasak \u003crobert.sasak@gmail.com\u003e", + "sentence": "Tr4cker is a device tracker/locator which only use Wifi. It works perfectly with ESP8266 and ESP32 modules.", + "paragraph": "Tr4cker is a device tracker/locator which only use Wifi.", + "website": "https://github.com/RobertSasak/tr4cker-esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tr4cker-app/tr4cker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tr4cker-app/Tr4cker-0.0.1.zip", + "archiveFileName": "Tr4cker-0.0.1.zip", + "size": 10091, + "checksum": "SHA-256:2d703e8cd3c6eba8f7ce99d83b4b15a4a21ca76c2f3ee67f72f17b838e8e2a6e" + }, + { + "name": "Tr4cker", + "version": "1.1.0", + "author": "Robert Sasak", + "maintainer": "Robert Sasak \u003crobert.sasak@gmail.com\u003e", + "sentence": "Tr4cker is a device tracker/locator which only use Wifi. It works perfectly with ESP8266 and ESP32 modules.", + "paragraph": "Tr4cker is a device tracker/locator which only use Wifi.", + "website": "https://github.com/RobertSasak/tr4cker-esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tr4cker-app/tr4cker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tr4cker-app/Tr4cker-1.1.0.zip", + "archiveFileName": "Tr4cker-1.1.0.zip", + "size": 11557, + "checksum": "SHA-256:287cf5b9f98f7b93bad4a903ff3d6e3ecaefbb10bb3bf1625daacbcdd697445f" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.0.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.0.0.zip", + "size": 10779, + "checksum": "SHA-256:3ff487c647d0fd96f4687212d50070cb6b79a704effc6068e7c9e2d91799c179" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.1.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.0.1.zip", + "size": 10811, + "checksum": "SHA-256:9ae39d91868917b22b2dd4497b29d3a73fb6aabd1dd136b07f609b2464d805f6" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.2.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.0.2.zip", + "size": 10812, + "checksum": "SHA-256:a4485479aaf4a252ea76def3a732f0700adb1de32cd16fbda7648c2502b39cf0" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.0.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.0.zip", + "size": 14106, + "checksum": "SHA-256:da92fe491ea32fea779f4397caa975d36409ed320ff0e402a7fda42622941d18" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.1.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.1.zip", + "size": 14154, + "checksum": "SHA-256:bc1b17268403b2f97daf374c0dfa05b01b92fa82a2518825c64f68525df59fc1" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.2.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.2.zip", + "size": 14167, + "checksum": "SHA-256:72c81784be497e10a6e18eadeab5dd693f286cbdfbfc3a970b3d759100f4e709" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.3.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.3.zip", + "size": 14366, + "checksum": "SHA-256:4566795f43668d21a3bfac306ab86b3b2522efd9a93344638e5c13e89b44dcb4" + }, + { + "name": "Adafruit Sensor Calibration", + "version": "1.1.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Calibration helper for various Arduino compatibles", + "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", + "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "providesIncludes": [ + "Adafruit_Sensor_Calibration.h" + ], + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.5.zip", + "archiveFileName": "Adafruit_Sensor_Calibration-1.1.5.zip", + "size": 14367, + "checksum": "SHA-256:b0f436068acf58c316d4735120c3df3e05bcaebaa3d9cb74967103863cbaae31" + }, + { + "name": "LoRaLayer2", + "version": "0.1.0", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": [ + "Layer1", + "LoRaLayer2.h" + ], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-0.1.0.zip", + "archiveFileName": "LoRaLayer2-0.1.0.zip", + "size": 15344, + "checksum": "SHA-256:54db617ae30ce8f876aa3d3588d24783cd69786a839cd62c3ad52a63b6b5ec6b" + }, + { + "name": "LoRaLayer2", + "version": "0.2.0", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": [ + "Layer1", + "LoRaLayer2.h" + ], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-0.2.0.zip", + "archiveFileName": "LoRaLayer2-0.2.0.zip", + "size": 15719, + "checksum": "SHA-256:824754128ba47827e972a00fed9d4f5956f893bcf7195f4fa14ade8da11c5cbf" + }, + { + "name": "LoRaLayer2", + "version": "1.0.0", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": [ + "Layer1", + "LoRaLayer2.h" + ], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-1.0.0.zip", + "archiveFileName": "LoRaLayer2-1.0.0.zip", + "size": 16253, + "checksum": "SHA-256:cbf196a3c79ad457ab3e4f0d533f1bf6968727e11280c3349cf59bee444483a2" + }, + { + "name": "LoRaLayer2", + "version": "1.0.1", + "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", + "sentence": "Layer 2 routing protocol for LoRa connected devices.", + "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", + "website": "https://github.com/sudomesh/LoRaLayer2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "providesIncludes": [ + "Layer1_LoRa.h", + "Layer1_SX1276.h", + "LoRaLayer2.h", + "packetBuffer.h" + ], + "dependencies": [ + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-1.0.1.zip", + "archiveFileName": "LoRaLayer2-1.0.1.zip", + "size": 21012, + "checksum": "SHA-256:2ccb82314215cbcccf99ccf4c9f03d81e34bc865ba00a3d87a93ef9b2b26977c" + }, + { + "name": "MicroTuple", + "version": "1.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "A library tuple like variadic datastructure for arduino.", + "paragraph": "Support simple callback with any type and number arguments.", + "website": "https://github.com/NitrofMtl/MicroTuple", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/MicroTuple.git", + "providesIncludes": [ + "MicroTuple.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/MicroTuple-1.0.0.zip", + "archiveFileName": "MicroTuple-1.0.0.zip", + "size": 3312, + "checksum": "SHA-256:e2b0116554f234502adcc5751eb901da240ddd339c7b29a42d049ee0c5a12f76" + }, + { + "name": "I2C-IRSENSE Library", + "version": "1.0.1", + "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", + "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", + "sentence": "An Arduino library to control the Iowa Scaled Engineering I2C-IRSENSE ( https://www.iascaled.com/store/I2C-IRSENSE ) reflective infrared proximity sensor.", + "paragraph": "Because the I2C-IRSENSE is just a breakout for the AMS TMD26721, this library may be useful for controlling other implementations as well", + "website": "https://github.com/IowaScaledEngineering/arduino-irsense", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IowaScaledEngineering/arduino-irsense.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/I2C_IRSENSE_Library-1.0.1.zip", + "archiveFileName": "I2C_IRSENSE_Library-1.0.1.zip", + "size": 23108, + "checksum": "SHA-256:65edccb5814581f5317d221f38691965f668c516186ce0120e1910eda3ce50a7" + }, + { + "name": "I2C-IRSENSE Library", + "version": "1.0.2", + "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", + "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", + "sentence": "An Arduino library to control the Iowa Scaled Engineering I2C-IRSENSE ( https://www.iascaled.com/store/I2C-IRSENSE ) reflective infrared proximity sensor.", + "paragraph": "Because the I2C-IRSENSE is just a breakout for the AMS TMD26721, this library may be useful for controlling other implementations as well", + "website": "https://github.com/IowaScaledEngineering/arduino-irsense", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IowaScaledEngineering/arduino-irsense.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/I2C_IRSENSE_Library-1.0.2.zip", + "archiveFileName": "I2C_IRSENSE_Library-1.0.2.zip", + "size": 23103, + "checksum": "SHA-256:675311dafc770cae2c9ad508403ae2605ca2ad43ef9be37beb985d7e920890c7" + }, + { + "name": "LibAPRS_Tracker", + "version": "0.5.0", + "author": "Baris DINC", + "maintainer": "Baris DINC", + "sentence": "A library that turns the aruino into a APRS Packet Sender", + "paragraph": "\"LibAPRS_Tracker is a library for the Arduino IDE, that makes it easy to design and implemet your own APRS Tracker devices for sending out your location, telemetry, etc. The hardware is Micromodem compiant using resistor ladder on pins D4,5,6,7. The PTT pin is D3. All the AFSK modulation, AX.25 packing, and such is running transparently in the “background” in interrupts.\"", + "website": "https://github.com/barisdinc/LibAPRS_Tracker", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/barisdinc/LibAPRS_Tracker.git", + "providesIncludes": [ + "LibAPRS_Tracker.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/barisdinc/LibAPRS_Tracker-0.5.0.zip", + "archiveFileName": "LibAPRS_Tracker-0.5.0.zip", + "size": 28933, + "checksum": "SHA-256:d69960de525d256b02bcaa3ce610a4735e295d72bac6211fc91ba813e8a47c86" + }, + { + "name": "ArtnetWifi", + "version": "1.4.0", + "author": "Stephan Ruloff", + "maintainer": "Stephan Ruloff \u003cstephan.ruloff@gmail.com\u003e", + "sentence": "ArtNet with the ESP8266, ESP32 and more.", + "paragraph": "Send and receive Art-Net frames using WiFi. Tested on ESP8266, ESP32, WiFi101 and WiFiNINA devices.", + "website": "https://github.com/rstephan/ArtnetWifi", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rstephan/ArtnetWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rstephan/ArtnetWifi-1.4.0.zip", + "archiveFileName": "ArtnetWifi-1.4.0.zip", + "size": 14569, + "checksum": "SHA-256:2279088f3f04297c2b36c73f919837a7eb0e6087a4e41f5eb502c09c10d8fa19" + }, + { + "name": "ArtnetWifi", + "version": "1.5.0", + "author": "Nathanaël Lécaudé,Stephan Ruloff", + "maintainer": "Stephan Ruloff \u003cstephan.ruloff@gmail.com\u003e", + "sentence": "ArtNet with the ESP8266, ESP32, RP2040 and more.", + "paragraph": "Send and receive Art-Net frames using WiFi. Tested on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.", + "website": "https://github.com/rstephan/ArtnetWifi", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rstephan/ArtnetWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rstephan/ArtnetWifi-1.5.0.zip", + "archiveFileName": "ArtnetWifi-1.5.0.zip", + "size": 15230, + "checksum": "SHA-256:658af636a5896c9336a00e6599e19fe6856fca6b6274d09f0e18ea5a183a0569" + }, + { + "name": "ArtnetWifi", + "version": "1.5.1", + "author": "Nathanaël Lécaudé,Stephan Ruloff", + "maintainer": "Stephan Ruloff \u003cstephan.ruloff@gmail.com\u003e", + "sentence": "ArtNet with the ESP8266, ESP32, RP2040 and more.", + "paragraph": "Send and receive Art-Net frames using WiFi. Tested on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.", + "website": "https://github.com/rstephan/ArtnetWifi", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rstephan/ArtnetWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rstephan/ArtnetWifi-1.5.1.zip", + "archiveFileName": "ArtnetWifi-1.5.1.zip", + "size": 15145, + "checksum": "SHA-256:b23492fca457c2b901c0f34875eca0cfb344ab2c80ecc36ad90254d4b80d70cd" + }, + { + "name": "CppPotpourri", + "version": "1.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.0.0.zip", + "archiveFileName": "CppPotpourri-1.0.0.zip", + "size": 42271, + "checksum": "SHA-256:96ca8471215e15e6c938ac5084c9c95fb92e2fb4f9d416b471de1619b90e64a1" + }, + { + "name": "CppPotpourri", + "version": "1.1.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.1.0.zip", + "archiveFileName": "CppPotpourri-1.1.0.zip", + "size": 48338, + "checksum": "SHA-256:7972b303c84edd660b0e77dbd7f27313137c3db30a123ff0203ebe5ee07dea5a" + }, + { + "name": "CppPotpourri", + "version": "1.1.3", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.1.3.zip", + "archiveFileName": "CppPotpourri-1.1.3.zip", + "size": 50883, + "checksum": "SHA-256:53c9841f3ae4c9b6c8492636fe1cd3fcb33a7caf79e02b560eba140431f9485f" + }, + { + "name": "CppPotpourri", + "version": "2.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A package of discrete solutions to common problems in Arduino.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.0.0.zip", + "archiveFileName": "CppPotpourri-2.0.0.zip", + "size": 66473, + "checksum": "SHA-256:6bdbf9e143a41bf576640f4b02ad50a45fd16d1857681a4ea65ea6ebfb74b764" + }, + { + "name": "CppPotpourri", + "version": "2.6.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.6.0.zip", + "archiveFileName": "CppPotpourri-2.6.0.zip", + "size": 421843, + "checksum": "SHA-256:88f450593a61b8c19d8d5cbdfa33fbe157ddcf2b3d4784cedd80b611e889a96f" + }, + { + "name": "CppPotpourri", + "version": "2.7.3", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.7.3.zip", + "archiveFileName": "CppPotpourri-2.7.3.zip", + "size": 457893, + "checksum": "SHA-256:0724e1fc5a9afa891df8f36cc6a6313d7ea05c01a5856e42989bf93c2ca2194b" + }, + { + "name": "CppPotpourri", + "version": "2.10.2", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.10.2.zip", + "archiveFileName": "CppPotpourri-2.10.2.zip", + "size": 483150, + "checksum": "SHA-256:9a5780037e099728038e739f9e33be6744276548b76bd227084e50e44caf0508" + }, + { + "name": "CppPotpourri", + "version": "2.11.1", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.11.1.zip", + "archiveFileName": "CppPotpourri-2.11.1.zip", + "size": 486893, + "checksum": "SHA-256:235ef86e59900db1e0c76b1cc2b78c97c57f98501d95d1b4e968ea404008d726" + }, + { + "name": "CppPotpourri", + "version": "2.12.1", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.12.1.zip", + "archiveFileName": "CppPotpourri-2.12.1.zip", + "size": 496573, + "checksum": "SHA-256:8d0bfade0477eca1608faf1658cbabf56bf53727e4da79e0bce1cb551dc3b3e0" + }, + { + "name": "CppPotpourri", + "version": "2.13.4", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.13.4.zip", + "archiveFileName": "CppPotpourri-2.13.4.zip", + "size": 523125, + "checksum": "SHA-256:2e301f10c190fe2efb076321c0174195e250a697a2eff46b3cb1b1eeed647057" + }, + { + "name": "CppPotpourri", + "version": "2.15.3", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.15.3.zip", + "archiveFileName": "CppPotpourri-2.15.3.zip", + "size": 566767, + "checksum": "SHA-256:e76e1c9faf2ed1712a47037e9f1b8143c409d7d0f3e2a68247e093b7133ed698" + }, + { + "name": "CppPotpourri", + "version": "2.18.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", + "website": "https://github.com/jspark311/CppPotpourri", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/CppPotpourri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.18.0.zip", + "archiveFileName": "CppPotpourri-2.18.0.zip", + "size": 643254, + "checksum": "SHA-256:26d29d130d37ace6a5e2a0f8bdd3925127bbd7b871135fa3b9b4afe1d362e9cc" + }, + { + "name": "esp8266-framework", + "version": "1.0.0", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework stack for easy configurable applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.0.0.zip", + "archiveFileName": "esp8266_framework-1.0.0.zip", + "size": 1580676, + "checksum": "SHA-256:d0fa1e019156c0bb5275e311416bde0150993b951bd66ff158e2b77b0229e5de" + }, + { + "name": "esp8266-framework", + "version": "1.1.0", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.0.zip", + "archiveFileName": "esp8266_framework-1.1.0.zip", + "size": 1581201, + "checksum": "SHA-256:85b5f2b9a1fc0d8f04704095539d2c1aba7bb68c00812dce4894ce174567b6e4" + }, + { + "name": "esp8266-framework", + "version": "1.1.1", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.1.zip", + "archiveFileName": "esp8266_framework-1.1.1.zip", + "size": 1882772, + "checksum": "SHA-256:61a3f9ee7befb6648be5457c8d9d2649cad1e9e99f90fbba97c52cb0e20f6d11" + }, + { + "name": "esp8266-framework", + "version": "1.1.2", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.2.zip", + "archiveFileName": "esp8266_framework-1.1.2.zip", + "size": 1885752, + "checksum": "SHA-256:7727fc92cb8bd8d148da694f5932f0a01dcc5a8b3fffe61e8e75e8fc2a6bbdf9" + }, + { + "name": "esp8266-framework", + "version": "1.1.3", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.3.zip", + "archiveFileName": "esp8266_framework-1.1.3.zip", + "size": 1886413, + "checksum": "SHA-256:1fb77247fb4ac9c4012430fc5b7658054a2d29f88dc83e1a6e659beefc48dc3d" + }, + { + "name": "esp8266-framework", + "version": "1.1.4", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.4.zip", + "archiveFileName": "esp8266_framework-1.1.4.zip", + "size": 1916889, + "checksum": "SHA-256:57261642136398d89e99f64db80374024ccc604240a2e7310cda7d42d150935b" + }, + { + "name": "esp8266-framework", + "version": "1.1.5", + "author": "Suraj I.", + "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", + "sentence": "esp8266 framework stack for easy configurable applications", + "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", + "website": "https://github.com/Suraj151/esp8266-framework", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Suraj151/esp8266-framework.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.5.zip", + "archiveFileName": "esp8266_framework-1.1.5.zip", + "size": 1918535, + "checksum": "SHA-256:81731d4ccc80846c317a2d4e2086d32caa695ed97d3e4765a59c5651b4be30b5" + }, + { + "name": "slight_Fade", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "timed value fading.", + "paragraph": "fade a value over a given time duration.", + "website": "https://github.com/s-light/slight_Fade", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_Fade.git", + "providesIncludes": [ + "slight_FaderLin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_Fade-1.0.0.zip", + "archiveFileName": "slight_Fade-1.0.0.zip", + "size": 23891, + "checksum": "SHA-256:fc4f8ab25662df71a337029d78373a0a642fb02b05b29c8a738d62877d9ca995" + }, + { + "name": "slight_Fade", + "version": "2.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Timed value fading.", + "paragraph": "Fade a value over a given time duration.", + "website": "https://github.com/s-light/slight_Fade", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_Fade.git", + "providesIncludes": [ + "slight_FaderLin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_Fade-2.0.0.zip", + "archiveFileName": "slight_Fade-2.0.0.zip", + "size": 45122, + "checksum": "SHA-256:0848635f88aea321c648b3da5a9d1c45af621c274d25e642f174ca9597b029c5" + }, + { + "name": "slight_Fade", + "version": "3.1.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "sentence": "Timed value fading.", + "paragraph": "Fade a value over a given time duration.", + "website": "https://github.com/s-light/slight_Fade", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_Fade.git", + "providesIncludes": [ + "slight_Fade.h" + ], + "dependencies": [ + { + "name": "slight_mapping" + }, + { + "name": "slighgt_easing" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_Fade-3.1.0.zip", + "archiveFileName": "slight_Fade-3.1.0.zip", + "size": 52305, + "checksum": "SHA-256:1ae890886fe5635a8654664ae23e4a4d74337ddf04289c70aba3ca1cd1e8be1c" + }, + { + "name": "slight_ButtonInput", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Event based button input.", + "paragraph": "Get Button Inputs as events in a callback-function.", + "website": "https://github.com/s-light/slight_ButtonInput", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_ButtonInput.git", + "providesIncludes": [ + "slight_ButtonInputHelper.h", + "slight_ButtonInput.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_ButtonInput-1.0.0.zip", + "archiveFileName": "slight_ButtonInput-1.0.0.zip", + "size": 25405, + "checksum": "SHA-256:ae3fa04fc9f0c31dd4ae2c83be14cd08210a1ce2a8e8eef68c1e2f51c52f43a7" + }, + { + "name": "slight_RotaryEncoder", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Event based rotary ecnoder input.", + "paragraph": "Get rotary encoder inputs as events in a callback-function.", + "website": "https://github.com/s-light/slight_TLC5957", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_RotaryEncoder.git", + "providesIncludes": [ + "slight_RotaryEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_RotaryEncoder-1.0.0.zip", + "archiveFileName": "slight_RotaryEncoder-1.0.0.zip", + "size": 33338, + "checksum": "SHA-256:468e3630e44e02c24dce4b5b5636abf7b92fb261b13db7f9f4c88cd2ff97cd10" + }, + { + "name": "slight_DebugMenu", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Helper Library to create Simple Menu.", + "paragraph": "Helper Library to create a Simple Menu on a Stream interface.", + "website": "https://github.com/s-light/slight_DebugMenu", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_DebugMenu.git", + "providesIncludes": [ + "slight_DebugMenu.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_DebugMenu-1.0.0.zip", + "archiveFileName": "slight_DebugMenu-1.0.0.zip", + "size": 19825, + "checksum": "SHA-256:deb80a0ccf0b34987f43d839692cd3a9d5b2ea5e635a673c1ab55660b39a35a5" + }, + { + "name": "slight_TLC5957", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Easy Access to lots of RGB-LEDs.", + "paragraph": "TLC5957 is a 48-channel (=16*RGB) 16bit LED-Driver with high PWM-Clock and data-update rates possible. Intended Usage is for Signage/Outdoor Displays. This library tries to make it easy to use.", + "website": "https://github.com/s-light/slight_TLC5957", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_TLC5957.git", + "providesIncludes": [ + "TLC5957.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_TLC5957-1.0.0.zip", + "archiveFileName": "slight_TLC5957-1.0.0.zip", + "size": 37243, + "checksum": "SHA-256:b35e1cf6f645b1a9b6802151145b9c425511e578968a3fcf046df29957e487a0" + }, + { + "name": "slight_FDC1004", + "version": "1.0.0", + "author": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "A library to interface to an TI FDC1004 Capacitiv sensor.", + "paragraph": "Implements all I2C available low level communication and adds some easy to use abstractions.", + "website": "https://github.com/s-light/slight_FDC1004", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_FDC1004.git", + "providesIncludes": [ + "FDC1004.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_FDC1004-1.0.0.zip", + "archiveFileName": "slight_FDC1004-1.0.0.zip", + "size": 23647, + "checksum": "SHA-256:95f3461a886e331f39cdec331897b0e4faf68d86a291d4851fc362d75cbcd606" + }, + { + "name": "slight_LiquidCrystalDummy", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", + "sentence": "Helper Library for LCD usage.", + "paragraph": "partly identical api as LiquidCristal but for Serial-Debug output.", + "website": "https://github.com/s-light/slight_LiquidCrystalDummy", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/s-light/slight_LiquidCrystalDummy.git", + "providesIncludes": [ + "slight_LiquidCrystalDummy.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_LiquidCrystalDummy-1.0.0.zip", + "archiveFileName": "slight_LiquidCrystalDummy-1.0.0.zip", + "size": 16191, + "checksum": "SHA-256:01a81c47cb577f2cc0aa538529b0621f1b4aaacdcef52359e0718d49f65090f7" + }, + { + "name": "EEPROMAdapter", + "version": "1.0.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.0.1.zip", + "archiveFileName": "EEPROMAdapter-1.0.1.zip", + "size": 383713, + "checksum": "SHA-256:5114bae051c2a06b1203b0f61d7ca24a58a05304e6827498984146524638351a" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.0.zip", + "archiveFileName": "EEPROMAdapter-1.1.0.zip", + "size": 30838, + "checksum": "SHA-256:addaefcdcac0383f6d0d5337eafe7dac0436fd2f1fa14cba5e5d5dbb33b71b9c" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.1.zip", + "archiveFileName": "EEPROMAdapter-1.1.1.zip", + "size": 1047356, + "checksum": "SHA-256:b9fa8cc1fa0a56a34e5e4f9d017503adccafdafcdfe4f20a8af05be9b3637852" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.2", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.2.zip", + "archiveFileName": "EEPROMAdapter-1.1.2.zip", + "size": 1046899, + "checksum": "SHA-256:c71405119504dc09bbfe8d4f8af3efb59b7e955ba6999e5c38d856029b7be716" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.3", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.3.zip", + "archiveFileName": "EEPROMAdapter-1.1.3.zip", + "size": 1046894, + "checksum": "SHA-256:fbb902974049ccadf97905654cc97eb3c26d997b5aec446da16afef4c4dde3d1" + }, + { + "name": "EEPROMAdapter", + "version": "1.1.4", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", + "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", + "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.4.zip", + "archiveFileName": "EEPROMAdapter-1.1.4.zip", + "size": 1046862, + "checksum": "SHA-256:4702154e8627bb1eb9abb81b14f857633e8319cbe3c1aca9703557004caf0a7d" + }, + { + "name": "DUE_schmitt", + "version": "1.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable SAM3x DUE IO Schmitt trigguer", + "paragraph": "Debounce digitals inputs with internal Sam3x8e Schmitt truguer without expensive code and without adding any hardware.", + "website": "https://github.com/NitrofMtl/DUE_Schmitt.git", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/DUE_Schmitt.git", + "providesIncludes": [ + "DUE_schmitt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/DUE_schmitt-1.0.0.zip", + "archiveFileName": "DUE_schmitt-1.0.0.zip", + "size": 3810, + "checksum": "SHA-256:a717f5a2ce3e42568e92cc404d64d633fe381a58e8950a2b7d6823ec57b65996" + }, + { + "name": "DUE_schmitt", + "version": "2.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable SAM3x DUE IO Schmitt trigguer", + "paragraph": "Debounce digitals inputs with internal Sam3x8e Schmitt truguer without expensive code and without adding any hardware.", + "website": "https://github.com/NitrofMtl/DUE_Schmitt.git", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/DUE_Schmitt.git", + "providesIncludes": [ + "DUE_schmitt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/DUE_schmitt-2.0.0.zip", + "archiveFileName": "DUE_schmitt-2.0.0.zip", + "size": 662189, + "checksum": "SHA-256:6241c4541f710dbe5c8f56665e103a64eb9665f8ae02ba4bc62a3ad35fd899af" + }, + { + "name": "SerialTerminalPRO", + "version": "1.0.2", + "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "sentence": "a simple Arduino library to incorporate a serial terminal to your project", + "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", + "website": "https://github.com/miko007/SerialTerminal", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miko007/SerialTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.0.2.zip", + "archiveFileName": "SerialTerminalPRO-1.0.2.zip", + "size": 3486, + "checksum": "SHA-256:ec160cba10a52aaabbba1f4a7a97cb921953b4314c470a2f44240bc3ec5ee806" + }, + { + "name": "SerialTerminalPRO", + "version": "1.0.3", + "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "sentence": "a simple Arduino library to incorporate a serial terminal to your project", + "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", + "website": "https://github.com/miko007/SerialTerminal", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miko007/SerialTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.0.3.zip", + "archiveFileName": "SerialTerminalPRO-1.0.3.zip", + "size": 4867, + "checksum": "SHA-256:4b5cdee702c5b778812527402ccefa5894dd57a4b285fee60594bfcf1807cc1a" + }, + { + "name": "SerialTerminalPRO", + "version": "1.1.1", + "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", + "sentence": "a simple Arduino library to incorporate a serial terminal to your project", + "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", + "website": "https://github.com/miko007/SerialTerminal", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miko007/SerialTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.1.1.zip", + "archiveFileName": "SerialTerminalPRO-1.1.1.zip", + "size": 4865, + "checksum": "SHA-256:c0e1edf6cac390f0d54856e9d44e87319ce1e71a3b99d1698551522f8ea63d43" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega/Teensy boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.0.zip", + "size": 60062, + "checksum": "SHA-256:7ac84ac8e561018ba9f0f3e48cbe303c8e721917887db74715b87ce8bb411f74" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega/Teensy boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.1.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.1.zip", + "size": 60113, + "checksum": "SHA-256:646ecf69513a6bf3a3ae7b9431e8d414f73d783f79165b912fc03c7193228f36" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega/Teensy/SAMD boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.2.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.2.zip", + "size": 77101, + "checksum": "SHA-256:52505761569bd96bfe11067f15a047765640cd174f0fc09015037620f01b4dc7" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.3.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.3.zip", + "size": 93303, + "checksum": "SHA-256:7d46c98c49d36b333aea3f6bc99eeee6a89f982e6a8f911c3b8a928f83ab9bc2" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running ESP8266 AT shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.4.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.4.zip", + "size": 120082, + "checksum": "SHA-256:88583e761e492f256f2ca4d531755b32a63d3fc06ec1441df8ecf0349904c320" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266 AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. running ESP8266 AT shields to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.5.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.5.zip", + "size": 787137, + "checksum": "SHA-256:88f8156eb9d4d8bacc55d978942e51d956603d52a58d5daedd6e73c0c1977fbf" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32 AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32 AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.6.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.6.zip", + "size": 2593387, + "checksum": "SHA-256:1c134fee4f509409bb79623b1f64e6c036df3d8214001d7be8da7049c5639a54" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.7.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.0.7.zip", + "size": 2598324, + "checksum": "SHA-256:6318838804986f846f2444a86d2d93e21a7e0e480b6b6546614ae4060ba674c0" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, Teensy, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage, nRF52 LittleFS or STM32 emulated EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.1.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.1.0.zip", + "size": 2839670, + "checksum": "SHA-256:8fecfdfa7a6879a7c5a4b34eeb3f51dea1308c81e8ee1ad8b04734e3beefcda8" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, Teensy, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage, nRF52 LittleFS or STM32 emulated EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.1.1.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.1.1.zip", + "size": 2840583, + "checksum": "SHA-256:959d36d60c7080eddc0cdd31342d97908234c3320669868df9e25f71b2787c24" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, Teensy, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, EEPROM-emulated FlashStorage_STM32 or FlashStorage_SAMD, SAM-DUE DueFlashStorage or nRF52 LittleFS.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.2.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.2.0.zip", + "size": 2842146, + "checksum": "SHA-256:3c8a8cf656771eac5bec4f8ca3ee5d9288245b03efc27cb478a99786099596ab" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, EEPROM-emulated FlashStorage_STM32 or FlashStorage_SAMD, SAM-DUE DueFlashStorage or nRF52/TP2040 LittleFS.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, etc., using ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.3.0.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.3.0.zip", + "size": 2929010, + "checksum": "SHA-256:385245f305b44643a522f925c82cf53d3acc1ca176ff554d0a5462c1f3d48ed4" + }, + { + "name": "Blynk_Esp8266AT_WM", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, EEPROM-emulated FlashStorage_STM32 or FlashStorage_SAMD, SAM-DUE DueFlashStorage or nRF52/TP2040 LittleFS.", + "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, etc., using ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.3.1.zip", + "archiveFileName": "Blynk_Esp8266AT_WM-1.3.1.zip", + "size": 3258217, + "checksum": "SHA-256:78b3198fe770a8098b4abede931697f03c99b71fb0db53b3781a2cdd3b250e40" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.0.0", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.0.0.zip", + "archiveFileName": "HomeKit_ESP8266-1.0.0.zip", + "size": 649974, + "checksum": "SHA-256:5b2518131e8959a4898c15d6dab2186f5496331a86b8c13e60e40141b67a8056" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.0.1", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.0.1.zip", + "archiveFileName": "HomeKit_ESP8266-1.0.1.zip", + "size": 649962, + "checksum": "SHA-256:7ca243e78b9efae08ae9c965eef6092ad76a586f5f108e381a47ce35e93cb2d1" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.1.0", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.1.0.zip", + "archiveFileName": "HomeKit_ESP8266-1.1.0.zip", + "size": 727947, + "checksum": "SHA-256:44b096f39b6e047d25544684b28c075605f8206c1c11f0e31e384c83529a9ce9" + }, + { + "name": "HomeKit-ESP8266", + "version": "1.2.0", + "author": "Mixiaoxiao", + "maintainer": "Mixiaoxiao", + "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", + "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", + "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.2.0.zip", + "archiveFileName": "HomeKit_ESP8266-1.2.0.zip", + "size": 750440, + "checksum": "SHA-256:ebce77358caebb55f03a7755299c1c415f50c5ceeb95c2e7a85fc08fca3e6bff" + }, + { + "name": "CS5464 Arduino", + "version": "0.1.0", + "author": "Tisham (whatnick) Dhar", + "maintainer": "Tisham \u003ctisham@whatnick.com\u003e", + "sentence": "CS5464 Energy Monitor Support for Arduino", + "paragraph": "CS5464 Energy Monitor Support for Arduino", + "website": "https://github.com/whatnick/CS5464_Arduino", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/whatnick/CS5464_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/whatnick/CS5464_Arduino-0.1.0.zip", + "archiveFileName": "CS5464_Arduino-0.1.0.zip", + "size": 5983, + "checksum": "SHA-256:5157c85131442f84a06b2408163bc4bb0386ea2c1a02a4a684cf4d409036d6b5" + }, + { + "name": "ATM90E26 Arduino", + "version": "0.1.0", + "author": "Tisham (whatnick) Dhar", + "maintainer": "Tisham \u003ctisham@whatnick.com\u003e", + "sentence": "ATM90E26 Energy Monitor Support for Arduino", + "paragraph": "ATM90E26 Energy Monitor Support for Arduino", + "website": "https://github.com/whatnick/ATM90E26_Arduino", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/whatnick/ATM90E26_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/whatnick/ATM90E26_Arduino-0.1.0.zip", + "archiveFileName": "ATM90E26_Arduino-0.1.0.zip", + "size": 36262, + "checksum": "SHA-256:351d5d26ad92989646f0a20b67a04a0acd14caaa7e8ed03e2bb2adc955e2c35f" + }, + { + "name": "SX150x", + "version": "1.0.7", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for the Semtech SX150x family of i2c GPIO expanders.", + "paragraph": "This library covers the SX1501, SX1502, and SX1503.", + "website": "https://github.com/jspark311/Arduino-SX150x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/Arduino-SX150x.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX150x-1.0.7.zip", + "archiveFileName": "SX150x-1.0.7.zip", + "size": 12757, + "checksum": "SHA-256:c6844aea1daddfccf6c3ea80fa2a775547e65aa4be45a1caaa2fc9316774136b" + }, + { + "name": "SX150x", + "version": "1.0.8", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for the Semtech SX150x family of i2c GPIO expanders.", + "paragraph": "This library covers the SX1501, SX1502, and SX1503.", + "website": "https://github.com/jspark311/Arduino-SX150x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/Arduino-SX150x.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX150x-1.0.8.zip", + "archiveFileName": "SX150x-1.0.8.zip", + "size": 12929, + "checksum": "SHA-256:a834d7c9ec783cdb9048cccf9e39d3aa1ba8f1103d1f90a4f752e5b0bf6ec0ca" + }, + { + "name": "ADG2128", + "version": "1.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for the ADG2128 analog cross-point switch.", + "website": "https://github.com/jspark311/Arduino-ADG2128", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/Arduino-ADG2128.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/ADG2128-1.0.0.zip", + "archiveFileName": "ADG2128-1.0.0.zip", + "size": 11461, + "checksum": "SHA-256:1d2bcd6dc2a600cd96edeeda8a664c2d7926c91693b75b38523fb4021bb48ed0" + }, + { + "name": "DS1881", + "version": "1.0.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A driver for the Dallas/Maxim i2c logarithmic potentiometer.", + "website": "https://github.com/jspark311/Arduino-DS1881", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/Arduino-DS1881.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/DS1881-1.0.0.zip", + "archiveFileName": "DS1881-1.0.0.zip", + "size": 10534, + "checksum": "SHA-256:a904cd8c719248d61734a1dfc1f345c4bb39ab887b23b39e033692b9f7a6b3f2" + }, + { + "name": "SX8634", + "version": "1.1.0", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A library for Semtech's SX8634 capacitive touch sensor.", + "website": "https://github.com/jspark311/Arduino-SX8634", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/Arduino-SX8634.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX8634-1.1.0.zip", + "archiveFileName": "SX8634-1.1.0.zip", + "size": 18606, + "checksum": "SHA-256:434cc695b9addae7523196f318673612a731adc70a296bf48a4ac7b4a22ddf07" + }, + { + "name": "Panel.h for NeoPixel Matrix", + "version": "1.1.0", + "author": "Ramon Heras, Salvador Ruiz, Manuel Sanchez, Adil Mohamed", + "maintainer": "Ramon Heras \u003cramon98heras@gmail.com\u003e", + "sentence": "Control any NeoPixel Matrix using processing like methods", + "paragraph": "Control any neopixel matrix. This library comes with more than 40 processing like functions.\u003c/br\u003e\u003cul\u003e\u003cli\u003eCool game \u003cb\u003eexamples\u003c/b\u003eand demos: minesRuner-Accel, minesRunner-gest, demos, testLayout, etc\u003c/li\u003e\u003cli\u003eSupports \u003cb\u003eall\u003c/b\u003e possible led layouts.\u003c/li\u003e\u003cli\u003e\u003cb\u003eHot-swap\u003c/b\u003e the neopixel matrix by using \u003ci\u003erebuild()\u003c/i\u003e \u003c/li\u003e\u003cli\u003eTransformations such as \u003ci\u003erotate(), translate(), rotateMatrix()\u003c/i\u003e; Alongside with \u003ci\u003epopMatrix()\u003c/i\u003e and \u003ci\u003epushMatrix()\u003c/i\u003e. \u003c/li\u003e\u003cli\u003eDraw methods : \u003ci\u003esetPixel(), line(), rect()\u003c/i\u003e \u003c/li\u003e\u003cli\u003eDisplay \u003cb\u003eimages\u003c/b\u003e using \u003ci\u003eimage()\u003c/i\u003e\u003c/li\u003e\u003c/ul\u003eAnd a lot more...\u003c/br\u003e\u003c/br\u003eThis library is part of the neopixel project an open hardware/software project to make easy create interactive games.\u003c/br\u003e\u003c/br\u003eFind all .stl (3d) and gerber (PCB) files to build your own Pixel and Play console at \u003ca href=\"https://github.com/ramonheras/Pixel-and-Play-Open-Hardware\"\u003e Github Pixel and play Open Hardware.\u003c/a\u003e\u003c/br\u003eAlso a complete \u003ca href=\"https://github.com/ramonheras/Pixel-and-Play-Arduino-Library\"\u003e Assembly gide. \u003c/a\u003e\u003c/br\u003e\u003c/br\u003eThis project was born in 'Creative Electronics', a BEng Electronics Engineering 4th year module at the University of Málaga,\u003ca href=\"https://www.uma.es/etsi-de-telecomunicacion/\"\u003e School of Telecommunications.\u003c/a\u003e", + "website": "https://github.com/ramonheras/Pixel-and-Play-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ramonheras/Pixel-and-Play-Arduino-Library.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ramonheras/Panel_h_for_NeoPixel_Matrix-1.1.0.zip", + "archiveFileName": "Panel_h_for_NeoPixel_Matrix-1.1.0.zip", + "size": 38038, + "checksum": "SHA-256:08145b8b63991dcaca8370f104c51182ec0e0ba68e09e9488e5e7ab0b4cb2f00" + }, + { + "name": "CRMX_TimoTwo", + "version": "0.1.27", + "author": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "maintainer": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "sentence": "Provides a library for reading and interpreting CRMX TimoTwo MKR Shield data over SPI.", + "paragraph": "Send or Receive Wireless DMX data. Integrated UART for external DMX-512 connections.", + "website": "https://github.com/marccolemont/CRMX_TimoTwo", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marccolemont/CRMX_TimoTwo.git", + "providesIncludes": [ + "CRMX_TimoTwo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marccolemont/CRMX_TimoTwo-0.1.27.zip", + "archiveFileName": "CRMX_TimoTwo-0.1.27.zip", + "size": 385211, + "checksum": "SHA-256:a89e7215be727f4ca20a8dc300a39abce97346171b7004fe7bc13435608efdb2" + }, + { + "name": "CRMX_TimoTwo", + "version": "0.1.32", + "author": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "maintainer": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", + "sentence": "Provides a library for reading and interpreting CRMX TimoTwo MKR Shield data over SPI.", + "paragraph": "Send or Receive Wireless DMX data. Integrated UART for external DMX-512 connections.", + "website": "https://github.com/marccolemont/CRMX_TimoTwo", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marccolemont/CRMX_TimoTwo.git", + "providesIncludes": [ + "CRMX_TimoTwo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marccolemont/CRMX_TimoTwo-0.1.32.zip", + "archiveFileName": "CRMX_TimoTwo-0.1.32.zip", + "size": 385899, + "checksum": "SHA-256:5a6e42378e0a63b627da117fbb57ea6e95646418736393c73bc6a6ad90b4d43d" + }, + { + "name": "ADC_SAmpler", + "version": "1.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": [ + "ADC_Sampler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.0.0.zip", + "archiveFileName": "ADC_SAmpler-1.0.0.zip", + "size": 7009, + "checksum": "SHA-256:b83e756934de3a0f0eefa063cf593d5a3fdc30bc78c1d01151196593246b5fe1" + }, + { + "name": "ADC_SAmpler", + "version": "1.1.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": [ + "ADC_Sampler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.1.0.zip", + "archiveFileName": "ADC_SAmpler-1.1.0.zip", + "size": 8314, + "checksum": "SHA-256:6e9a77b48bd6f6c69bfe31016f3963ef07b86697ac3c11b2abe023c5ee250614" + }, + { + "name": "ADC_SAmpler", + "version": "1.2.3", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": [ + "ADC_Sampler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.2.3.zip", + "archiveFileName": "ADC_SAmpler-1.2.3.zip", + "size": 8363, + "checksum": "SHA-256:8b336671cd516091b19ce183c65fa61cd34a37f0f5aab76ebcd2be74c8c8a0cd" + }, + { + "name": "ADC_SAmpler", + "version": "1.3.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "Enable analog sequencer with timer on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "providesIncludes": [ + "ADC_Sampler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.3.0.zip", + "archiveFileName": "ADC_SAmpler-1.3.0.zip", + "size": 8488, + "checksum": "SHA-256:0df3bba5df9e2bc8ba8d2f2c245bdaf718ae1a94d84362673f569eb352c815b5" + }, + { + "name": "EthernetWebServer", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.0.zip", + "archiveFileName": "EthernetWebServer-1.0.0.zip", + "size": 57526, + "checksum": "SHA-256:3f8c55e947b152baac85a22c1b56a0bd72feea2d05bea5042a25b08d3b386ce4" + }, + { + "name": "EthernetWebServer", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.1.zip", + "archiveFileName": "EthernetWebServer-1.0.1.zip", + "size": 57297, + "checksum": "SHA-256:325a7a891b79bc3d77b9e057bac228c1f436faddb02dc8317f5d4b9ccf4d3825" + }, + { + "name": "EthernetWebServer", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s,Atmel SAM3X8E ARM Cortex-M3,STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards,Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.2.zip", + "archiveFileName": "EthernetWebServer-1.0.2.zip", + "size": 60206, + "checksum": "SHA-256:1f961b8435bb539a587a781e47d9e6417a7b0bc0c3af5a65f6ac280ffb2f6072" + }, + { + "name": "EthernetWebServer", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD, STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards,Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.3.zip", + "archiveFileName": "EthernetWebServer-1.0.3.zip", + "size": 63219, + "checksum": "SHA-256:e5c2bcd1e9c00f941d09f4ca3fdb30a9e6456c16c1cda0a570f4a496c3d3a615" + }, + { + "name": "EthernetWebServer", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.4.zip", + "archiveFileName": "EthernetWebServer-1.0.4.zip", + "size": 75137, + "checksum": "SHA-256:06bd9fa721f945d94239fef0eef2b0de1e4772284f8eed8b63d0598608c6af3e" + }, + { + "name": "EthernetWebServer", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.5.zip", + "archiveFileName": "EthernetWebServer-1.0.5.zip", + "size": 82215, + "checksum": "SHA-256:9344928ae9d49e9c10aa7d9c1895aaacc4bd4534d56e59ad48b37a9d4fbc0659" + }, + { + "name": "EthernetWebServer", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.6.zip", + "archiveFileName": "EthernetWebServer-1.0.6.zip", + "size": 85266, + "checksum": "SHA-256:312d6b7c8eb629f854cf8a616138ccf51bcacd1e20bb50ae659f6cf43a8cb16b" + }, + { + "name": "EthernetWebServer", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.7.zip", + "archiveFileName": "EthernetWebServer-1.0.7.zip", + "size": 100624, + "checksum": "SHA-256:55af7536aecb49b3634ab689d9088057805ceb69b9dfd5cc6e254fded583b010" + }, + { + "name": "EthernetWebServer", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.8.zip", + "archiveFileName": "EthernetWebServer-1.0.8.zip", + "size": 136107, + "checksum": "SHA-256:2957fdc3fe1ec353c525d434b5072aa96675b7cf12cc26473631639c0f53ba8c" + }, + { + "name": "EthernetWebServer", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.9.zip", + "archiveFileName": "EthernetWebServer-1.0.9.zip", + "size": 145838, + "checksum": "SHA-256:7a7f7cebe881845cd0e82a9b82f6884d47fb91ee63b349dc85b287f226b9c867" + }, + { + "name": "EthernetWebServer", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.10.zip", + "archiveFileName": "EthernetWebServer-1.0.10.zip", + "size": 245562, + "checksum": "SHA-256:5bf8748043ed3a09f63324bb08fe26ac6374cddbf4622a139e32353f1c1fd726" + }, + { + "name": "EthernetWebServer", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.11.zip", + "archiveFileName": "EthernetWebServer-1.0.11.zip", + "size": 280309, + "checksum": "SHA-256:98df10021919cb48d07bdc5bf83c020e0dc4e34863b1234922ce2179d1e7281d" + }, + { + "name": "EthernetWebServer", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.12.zip", + "archiveFileName": "EthernetWebServer-1.0.12.zip", + "size": 338110, + "checksum": "SHA-256:b01e021accfa9c521d36ad250292ff39432126c368a0f55085e9f53e2f418f5b" + }, + { + "name": "EthernetWebServer", + "version": "1.0.13", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.13.zip", + "archiveFileName": "EthernetWebServer-1.0.13.zip", + "size": 346921, + "checksum": "SHA-256:c2229046c0a346177587e8a4615afebf0b5cd99650d62ae47b9d7e29258ad201" + }, + { + "name": "EthernetWebServer", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.1.0.zip", + "archiveFileName": "EthernetWebServer-1.1.0.zip", + "size": 475843, + "checksum": "SHA-256:a34176bf35f01ca19d4e6683d048c23e14b7f3e0ec404a57c43b03255840e15e" + }, + { + "name": "EthernetWebServer", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.2.0.zip", + "archiveFileName": "EthernetWebServer-1.2.0.zip", + "size": 499548, + "checksum": "SHA-256:b4c0312913e6dfb13cdd92858b91bfce2808d4a2bdd9f55f44bad72881d9c86f" + }, + { + "name": "EthernetWebServer", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.2.1.zip", + "archiveFileName": "EthernetWebServer-1.2.1.zip", + "size": 572104, + "checksum": "SHA-256:c263bb2a4fd1968423cb3be7f5a4a9f3c185f1c8949aba2ecfb604744f83a785" + }, + { + "name": "EthernetWebServer", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.3.0.zip", + "archiveFileName": "EthernetWebServer-1.3.0.zip", + "size": 908391, + "checksum": "SHA-256:10a73310cea89f23da37a2a9266662108e0e046eea91eb3e961f1090a34faa7a" + }, + { + "name": "EthernetWebServer", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.3.1.zip", + "archiveFileName": "EthernetWebServer-1.3.1.zip", + "size": 960230, + "checksum": "SHA-256:448cf617afb8cfcc74e469992a14ba141536c6e1902a0f49647df52c88c2a83c" + }, + { + "name": "EthernetWebServer", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.4.0.zip", + "archiveFileName": "EthernetWebServer-1.4.0.zip", + "size": 1002603, + "checksum": "SHA-256:2acdd72a08d7696b03506874c42c215e5f64f480bf35b4d0054e9d6a8dc1b887" + }, + { + "name": "EthernetWebServer", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.5.0.zip", + "archiveFileName": "EthernetWebServer-1.5.0.zip", + "size": 1036522, + "checksum": "SHA-256:13c7a5f66d7b9a0edbb0f1c15041c464512ac35a32e46b8b3b121acd33ed537f" + }, + { + "name": "EthernetWebServer", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.6.0.zip", + "archiveFileName": "EthernetWebServer-1.6.0.zip", + "size": 1227046, + "checksum": "SHA-256:b6cbcd583c4ebba32e01181c331d00b4801eb445746deb987e6354b0f790d771" + }, + { + "name": "EthernetWebServer", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.7.0.zip", + "archiveFileName": "EthernetWebServer-1.7.0.zip", + "size": 1275023, + "checksum": "SHA-256:7981296151db4b54b92d245c648b9f7c1c50799700b544f6bb945842e913890e" + }, + { + "name": "EthernetWebServer", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.7.1.zip", + "archiveFileName": "EthernetWebServer-1.7.1.zip", + "size": 1474420, + "checksum": "SHA-256:01604ba74a7de16cbcaca39d1f44e4db77e0cdde87dce3ea9dcedec11b87858c" + }, + { + "name": "EthernetWebServer", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.8.0.zip", + "archiveFileName": "EthernetWebServer-1.8.0.zip", + "size": 1547518, + "checksum": "SHA-256:ec7755f3842565861cf5c3283ce4b8c31fba82b2ededc7f48c3c872328db0568" + }, + { + "name": "EthernetWebServer", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.8.1.zip", + "archiveFileName": "EthernetWebServer-1.8.1.zip", + "size": 1574747, + "checksum": "SHA-256:c42cae69e58bacb15aeb1686754544a982cc1c11c21250b97bd2aa22fca25862" + }, + { + "name": "EthernetWebServer", + "version": "1.8.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.8.2.zip", + "archiveFileName": "EthernetWebServer-1.8.2.zip", + "size": 1575514, + "checksum": "SHA-256:533e80a05ae411444bbf13f9092daee65ee9b6166fa35fc19ddf3a2ed0c3afb0" + }, + { + "name": "EthernetWebServer", + "version": "1.8.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.8.3.zip", + "archiveFileName": "EthernetWebServer-1.8.3.zip", + "size": 1577352, + "checksum": "SHA-256:1fd69b93b48a1e40736dc0af25b7157e26daa6db29a46bd660b64877fd081a98" + }, + { + "name": "EthernetWebServer", + "version": "1.8.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.8.4.zip", + "archiveFileName": "EthernetWebServer-1.8.4.zip", + "size": 1610511, + "checksum": "SHA-256:152d479c4ff147dd26806ffc9c40357e6471c223c650ed5c99eee48c9db3c25f" + }, + { + "name": "EthernetWebServer", + "version": "1.8.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.8.5.zip", + "archiveFileName": "EthernetWebServer-1.8.5.zip", + "size": 1612160, + "checksum": "SHA-256:ecd2894298f951283df269b7163a4996d7b1b32edbbd39432cefa9f64f4172c7" + }, + { + "name": "EthernetWebServer", + "version": "1.8.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.8.6.zip", + "archiveFileName": "EthernetWebServer-1.8.6.zip", + "size": 1612680, + "checksum": "SHA-256:784ca076ee697bdd0130f68c0d5c797139e62af7b98017382ab565e250f3cca3" + }, + { + "name": "EthernetWebServer", + "version": "2.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.0.0.zip", + "archiveFileName": "EthernetWebServer-2.0.0.zip", + "size": 1625685, + "checksum": "SHA-256:2cdb244bd62347f2f9936feb740ca91f0d027576d905e94e2d8cc5d7bff59724" + }, + { + "name": "EthernetWebServer", + "version": "2.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.0.1.zip", + "archiveFileName": "EthernetWebServer-2.0.1.zip", + "size": 1681885, + "checksum": "SHA-256:6213bc392ffb564da316196ebef4bb7eb0bf5889350decd4e579bff37ede3a4f" + }, + { + "name": "EthernetWebServer", + "version": "2.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.0.2.zip", + "archiveFileName": "EthernetWebServer-2.0.2.zip", + "size": 1713615, + "checksum": "SHA-256:fa21996e4a14f930c7e87ad305fa64599205d0b3e7e3437d0152607ee6c3ceda" + }, + { + "name": "EthernetWebServer", + "version": "2.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.1.0.zip", + "archiveFileName": "EthernetWebServer-2.1.0.zip", + "size": 1769294, + "checksum": "SHA-256:ba439d25a2d606d0161536d9c7b4561918e18fbbdfb7f22477a1667752ac34af" + }, + { + "name": "EthernetWebServer", + "version": "2.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.1.1.zip", + "archiveFileName": "EthernetWebServer-2.1.1.zip", + "size": 1769678, + "checksum": "SHA-256:879cd0ae078597fa02e11f062357df876c86d38e7f1e5440491d5c7466a7db88" + }, + { + "name": "EthernetWebServer", + "version": "2.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.1.2.zip", + "archiveFileName": "EthernetWebServer-2.1.2.zip", + "size": 1827554, + "checksum": "SHA-256:644995d71419b8be0e65fed4f4705ecdf88136b514870f17e768bc1db800b2f3" + }, + { + "name": "EthernetWebServer", + "version": "2.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.1.3.zip", + "archiveFileName": "EthernetWebServer-2.1.3.zip", + "size": 1821606, + "checksum": "SHA-256:910121d55d393e9cc1865938adc9bbe7f8b6b18bff096e7e84f8b1718565a540" + }, + { + "name": "EthernetWebServer", + "version": "2.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.2.0.zip", + "archiveFileName": "EthernetWebServer-2.2.0.zip", + "size": 2283157, + "checksum": "SHA-256:41ed12f13bc6d88e9539d9acd18f26b2dd277ff1670065fa3a9df53e32c84dc3" + }, + { + "name": "EthernetWebServer", + "version": "2.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.2.1.zip", + "archiveFileName": "EthernetWebServer-2.2.1.zip", + "size": 2326867, + "checksum": "SHA-256:ab9d18aaf4114ef1d2d8fda8d732388f69cee587fee88ce97e3016769fcd81cb" + }, + { + "name": "EthernetWebServer", + "version": "2.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.2.2.zip", + "archiveFileName": "EthernetWebServer-2.2.2.zip", + "size": 2333338, + "checksum": "SHA-256:fed19e569ad564a1cbf819b109249aed6b7023bef837074e331c8670f500b665" + }, + { + "name": "EthernetWebServer", + "version": "2.2.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, AVR-Dx, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.2.3.zip", + "archiveFileName": "EthernetWebServer-2.2.3.zip", + "size": 3367411, + "checksum": "SHA-256:7f5f1cb08ad461412e32273db1304cd2839b072fcefaec7002392310d1fd9a93" + }, + { + "name": "EthernetWebServer", + "version": "2.2.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, AVR-Dx, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.2.4.zip", + "archiveFileName": "EthernetWebServer-2.2.4.zip", + "size": 3394833, + "checksum": "SHA-256:3c81731d3bd70859f4fd9fe8e12d4b736519a31fd7cf44d366ec067d21cb898a" + }, + { + "name": "EthernetWebServer", + "version": "2.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, AVR-Dx, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.3.0.zip", + "archiveFileName": "EthernetWebServer-2.3.0.zip", + "size": 3435516, + "checksum": "SHA-256:e4dd458e992da7e1285b4defbb418d20ee46f2f5fbd41c5892a7179078a69b55" + }, + { + "name": "EthernetWebServer", + "version": "2.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, AVR-Dx, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.4.0.zip", + "archiveFileName": "EthernetWebServer-2.4.0.zip", + "size": 3531650, + "checksum": "SHA-256:745b457596f73c47dcf5cab62b606abbf86fc54ff1f566b395afb11cfe05b9a3" + }, + { + "name": "EthernetWebServer", + "version": "2.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W6100, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, AVR-Dx, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00/W6100 or ENC28J60 network shields. It now supports WebServer serving from LittleFS/SPIFFS for ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00 with custom SPI.", + "website": "https://github.com/khoih-prog/EthernetWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "providesIncludes": [ + "EthernetWebServer.h", + "EthernetHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-2.4.1.zip", + "archiveFileName": "EthernetWebServer-2.4.1.zip", + "size": 3651143, + "checksum": "SHA-256:2f7d1ce249144a0835a25df0f8edd4b83498589b8183895c2f4b914cbad2c4c5" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRF52_Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.1.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.1.zip", + "size": 335715, + "checksum": "SHA-256:f16a842bf1286070f3a79fe9dd3d1eaf374ff2e5d483fc44ee5e23e2d1c8361d" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.3.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.3.zip", + "size": 336288, + "checksum": "SHA-256:8ee43985519b14b5e1653001c4feec90f282bc3f59c64d5b496aab9ba73c8a8c" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.4.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.4.zip", + "size": 336337, + "checksum": "SHA-256:8b1cddb197c6b6eb4442726df3055c81aed6b4de7982b21a9baf1813b05e28df" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.5.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.5.zip", + "size": 336144, + "checksum": "SHA-256:3f283c9fb956e26bb3e48cf492dce9656e69d9bd40a4b0df7fe6834c6e31af07" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.6.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.6.zip", + "size": 336144, + "checksum": "SHA-256:91542e700d543b5f629b73976fea2a9e5df9d21e5d343c8d69890481316a38fc" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.7.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.0.7.zip", + "size": 336144, + "checksum": "SHA-256:1052cb996eaafcb6412b54fd4ce605b894c38fb5a06187efb8107820fac1af3f" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.1.0.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.1.0.zip", + "size": 339949, + "checksum": "SHA-256:8a8ecc0ff03ecd4b8ba62ef975ab4275b76d69e7c15b906740dbda5035b23f61" + }, + { + "name": "Adafruit nRFCrypto", + "version": "0.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", + "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "providesIncludes": [ + "Adafruit_nRFCrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.1.2.zip", + "archiveFileName": "Adafruit_nRFCrypto-0.1.2.zip", + "size": 340753, + "checksum": "SHA-256:48aa8344558dbf8f536a32106ae5210ef6426b02e7fe34b9cffd2112e8806ba2" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.0.zip", + "size": 100874, + "checksum": "SHA-256:2766f38e2749bf01b95349ee20c548ee1d9e5afa71ecef2b58529a6d925301cc" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "avr", + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.1.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.1.zip", + "size": 100976, + "checksum": "SHA-256:46a9a057ced712971da3f44dfd6b495db9c092b5612cd327bbccb4c00c458c89" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAMD boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.2.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.2.zip", + "size": 109683, + "checksum": "SHA-256:4c34522d4a777dd7144ca628ee700dc1383f13bffa2efedbc967a160ba8877df" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.3.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.3.zip", + "size": 114852, + "checksum": "SHA-256:f2527a392378abd90c3da2aab163e24b3ac887f4a9104f793e729c63905efb25" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.4.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.4.zip", + "size": 120204, + "checksum": "SHA-256:2dcc11349dabc218b6f7080d46ea7bfbfb0d3bd714d78f3b86d99c266cee5be6" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD2. SAMD51, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.5.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.5.zip", + "size": 123066, + "checksum": "SHA-256:8934016e67d5c0132fc0316b0c605b7eb19ad1e648b7b186621473b70eb576c0" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD2. SAMD51, STM32, nRF52 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.6.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.6.zip", + "size": 130837, + "checksum": "SHA-256:38f41afbf90149f932e7eed78d4abba951dfb7f516c30a5ae4a01189a827b4e3" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.7.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.7.zip", + "size": 151578, + "checksum": "SHA-256:369de9538c7d23de941dc1325af701b813dfded837e4c2ed5a76c703b6461e8f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.8.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.8.zip", + "size": 2572290, + "checksum": "SHA-256:7ec67b12389d2ee3375cf127f0e09105a6aaf214f550ba318d2c39d9c10093a7" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.9", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.9.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.9.zip", + "size": 2574194, + "checksum": "SHA-256:d66c17ac58b8b5734d316d59f2253a9ce2f1d806085849b1ed07e510ea3567f8" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.10.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.10.zip", + "size": 2654483, + "checksum": "SHA-256:c2f593e9fcad168264d8aa4c1bbcb3b62796fc8997a4f12ce6525570258d57c3" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.11.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.11.zip", + "size": 2667493, + "checksum": "SHA-256:fe04834bf1eb6f1de15a655c01452341d3f92aeec7145d2090e2d20b3e53683a" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.0.12", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.12.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.0.12.zip", + "size": 2708618, + "checksum": "SHA-256:4be50a8f30ee30aaa71ac54c974283d18add65a3368962148c4058c58ed5ef1c" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.1.0.zip", + "size": 2768656, + "checksum": "SHA-256:24f5dbf81e357df803cf0271be06140f12b537c7121cbf2b0c8cae8a0ebb465f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.1.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.1.1.zip", + "size": 2886966, + "checksum": "SHA-256:b6705b64c8221eafa20c1c16700ee65801d46965ff3d2921c479d8373b075467" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.2.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.1.2.zip", + "size": 2955227, + "checksum": "SHA-256:7c986a79d60259801528589f1f4186e99b3905b574b9417d1c6c23a347200d53" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO boards boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.2.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.2.0.zip", + "size": 3038561, + "checksum": "SHA-256:0a9b4a066d4c643a26a886ee28580d3cdcb70bb3ce937f2471b614508f3e9b8f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.3.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.3.0.zip", + "size": 3115003, + "checksum": "SHA-256:e6b92d361d7dcfda5dfb7ac72db0a7165bd8c2e7eb065018968023150c8387e5" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.4.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.4.0.zip", + "size": 3158025, + "checksum": "SHA-256:989d44ee31e7f26c43f1424e8ef2e472f0a5b0894425c020d73c220aa4877439" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.4.1.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.4.1.zip", + "size": 3472157, + "checksum": "SHA-256:668aa0ced1b5f9cfba328028dccfcfaacca6cc320519d034482eae7d1d3f7046" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.5.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.5.0.zip", + "size": 3526520, + "checksum": "SHA-256:9162225f506409b1f427ab7fd0a2ae25515d8f3f9150d31511c4396fef1869f5" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.5.1.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.5.1.zip", + "size": 3537174, + "checksum": "SHA-256:153d7e86a4f743c45f46abfc41e315f0c4818ceace2ebeb40401dc6f99a62d2f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.5.2.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.5.2.zip", + "size": 3537706, + "checksum": "SHA-256:4d29350987cc9140b3f88ac60c39908f5b1cec8ddd749709c31764f2796272a3" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.5.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.5.3.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.5.3.zip", + "size": 3574072, + "checksum": "SHA-256:0f861a3a682d200b0c32a67ed6e77d34ee5338f6b261f5d21446c541e79a477e" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.5.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.5.4.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.5.4.zip", + "size": 3658548, + "checksum": "SHA-256:0ac0d28fa023da128f5dbdd20c34581a7ad28a4398390274142993229484068b" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. Now support CORS and with fix of severe limitation to permit sending much larger data than total 2K buffer", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.6.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.6.0.zip", + "size": 3818820, + "checksum": "SHA-256:570bd3c584f8cb7c30137e11fdc154615bdc543cd0b57eaff8f0591d43cb8f8f" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. Now support CORS and with fix of severe limitation to permit sending much larger data than total 2K buffer", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.7.0.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.7.0.zip", + "size": 4959501, + "checksum": "SHA-256:a90dedc1ad7219586795d68af4e2dfd457d5f521387f7b15b48a30def3b0cba5" + }, + { + "name": "ESP8266_AT_WebServer", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. Now support CORS and with fix of severe limitation to permit sending much larger data than total 2K buffer", + "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "providesIncludes": [ + "ESP8266_AT_WebServer.h", + "ESP8266_AT_Server.h", + "ESP8266_AT_Client.h", + "ESP8266_AT_Udp.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.7.1.zip", + "archiveFileName": "ESP8266_AT_WebServer-1.7.1.zip", + "size": 4945684, + "checksum": "SHA-256:ea097ee552fef28bd909cc2ea1cd419d58a6ebbbd457c41d354533816aba63fc" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.0.0.zip", + "archiveFileName": "SparkFun_STUSB4500-1.0.0.zip", + "size": 18694, + "checksum": "SHA-256:5f01d13985d3e937f96c838e9ed618115ef09aa4a6cef6e10d906166fe8577ce" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.0.1.zip", + "archiveFileName": "SparkFun_STUSB4500-1.0.1.zip", + "size": 18495, + "checksum": "SHA-256:ad22e26ee96a453479001296d2b4ab708f11450c20b51f0689148fcec2561d96" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.0.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.0.zip", + "size": 21509, + "checksum": "SHA-256:8cf51fc0fa30baea452b23724f2b2567c71391b0a276fbcfcaeccff3e5ad159e" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.2.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.2.zip", + "size": 21553, + "checksum": "SHA-256:22a326f8a07d2d9f6a3ee67352c87dcbe05789e769cec1c5fc383b2ae3888caf" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.3.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.3.zip", + "size": 21857, + "checksum": "SHA-256:be43ded88672fd0821a74f2bc05510b50f1de4cdabdb67ff129e3db3bf09d300" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.4.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.4.zip", + "size": 22157, + "checksum": "SHA-256:0ba6e368f5822200c21c5371c5b3301ce491c1dd73d333a82079273ce92b14da" + }, + { + "name": "SparkFun STUSB4500", + "version": "1.1.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", + "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.1.5.zip", + "archiveFileName": "SparkFun_STUSB4500-1.1.5.zip", + "size": 22244, + "checksum": "SHA-256:1238cbe52548386b648beb09f1c16acaadb65996e6464acc402e9490cfe69a9f" + }, + { + "name": "twilio-esp32-client", + "version": "0.1.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "Library for sending and receiving SMS/MMS using Twilio.", + "paragraph": "Uses Twilio's paid API.", + "website": "https://github.com/ademuri/twilio-esp32-client", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ademuri/twilio-esp32-client.git", + "providesIncludes": [ + "twilio.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/twilio_esp32_client-0.1.0.zip", + "archiveFileName": "twilio_esp32_client-0.1.0.zip", + "size": 12095, + "checksum": "SHA-256:877c2d46d106470b150150587642540c7fb73d5754fd21ddb3834aa2521cb1c8" + }, + { + "name": "TTN_M5Stack", + "version": "0.0.1", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "M5Stack Lorawan Module port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports M5Stack with LoraWan Module", + "website": "https://github.com/rgot-org/TTN_M5Stack", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TTN_M5Stack.git", + "providesIncludes": [ + "TTN_M5Stack.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_M5Stack-0.0.1.zip", + "archiveFileName": "TTN_M5Stack-0.0.1.zip", + "size": 10700, + "checksum": "SHA-256:c79bc35c76637c17499e10c013b0556bbeb17f07dd62eabbfe0c0d45e9f14bfb" + }, + { + "name": "TTN_M5Stack", + "version": "0.0.2", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "M5Stack Lorawan Module port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports M5Stack with LoraWan Module", + "website": "https://github.com/rgot-org/TTN_M5Stack", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TTN_M5Stack.git", + "providesIncludes": [ + "TTN_M5Stack.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_M5Stack-0.0.2.zip", + "archiveFileName": "TTN_M5Stack-0.0.2.zip", + "size": 10702, + "checksum": "SHA-256:fd3617e0ea944708dc8349b56a6f94641cb51b6a672f6e0ca79b5dfc13817cc3" + }, + { + "name": "TTN_esp32", + "version": "0.0.1", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 board", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.1.zip", + "archiveFileName": "TTN_esp32-0.0.1.zip", + "size": 257527, + "checksum": "SHA-256:baff075af4bd7160609266bb4b8f40e6fa99d8603b89222a8dacf5847bd565f2" + }, + { + "name": "TTN_esp32", + "version": "0.0.2", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 board", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.2.zip", + "archiveFileName": "TTN_esp32-0.0.2.zip", + "size": 257527, + "checksum": "SHA-256:8053995ddea3cc58e497591f71d2a6a802c759870bdfac9d20409f5fe2e264c9" + }, + { + "name": "TTN_esp32", + "version": "0.0.4", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 board", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.4.zip", + "archiveFileName": "TTN_esp32-0.0.4.zip", + "size": 223972, + "checksum": "SHA-256:cdeb0f8f16c91ceefe8c9232e509d3f7fac3f8b0bcc1773028f2c90842cb9e73" + }, + { + "name": "TTN_esp32", + "version": "0.1.0", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.0.zip", + "archiveFileName": "TTN_esp32-0.1.0.zip", + "size": 228219, + "checksum": "SHA-256:a4003cae9ae19e743d5b5a336f0f8275288637a5d4691f526e73bbbf9d0608e2" + }, + { + "name": "TTN_esp32", + "version": "0.1.1", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.1.zip", + "archiveFileName": "TTN_esp32-0.1.1.zip", + "size": 228248, + "checksum": "SHA-256:7af81df2a4425fb2397aa5da91b67615c6dffadc35240425fcfde2c3197a7640" + }, + { + "name": "TTN_esp32", + "version": "0.1.2", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.2.zip", + "archiveFileName": "TTN_esp32-0.1.2.zip", + "size": 228237, + "checksum": "SHA-256:be46c5defdc40ea712e7260e8b56376e5de7f631bbf05e84df47c10111da3243" + }, + { + "name": "TTN_esp32", + "version": "0.1.3", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.3.zip", + "archiveFileName": "TTN_esp32-0.1.3.zip", + "size": 228326, + "checksum": "SHA-256:a703a1b16f936dd0000a7cfaee31835b04a6172e39c8c123c0a1349da8caf07c" + }, + { + "name": "TTN_esp32", + "version": "0.1.4", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.4.zip", + "archiveFileName": "TTN_esp32-0.1.4.zip", + "size": 230454, + "checksum": "SHA-256:5c103abb3137e660b6e7ba295da6c50b3db6ca93e34319cf42e0579d3bf57319" + }, + { + "name": "TTN_esp32", + "version": "0.1.6", + "author": "Francois Riotte", + "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", + "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", + "paragraph": "Supports Heltec Wifi Lora 32 boards", + "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "providesIncludes": [ + "TTN_esp32.h", + "TTN_CayenneLPP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.6.zip", + "archiveFileName": "TTN_esp32-0.1.6.zip", + "size": 230587, + "checksum": "SHA-256:c38a8884354881558ebc2c79789fac75ed33816a43bf0317497396b90408fbce" + }, + { + "name": "Arduino_MKRMEM", + "version": "1.0.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "SPIFFS on W25Q16DV for Arduino MKRMEM Shield.", + "paragraph": "Arduino library for the W25Q16DV flash on the MKR MEM shield utilizing the SPIFFS flash file system.", + "website": "https://github.com/arduino-libraries/Arduino_MKRMEM", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRMEM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRMEM-1.0.0.zip", + "archiveFileName": "Arduino_MKRMEM-1.0.0.zip", + "size": 81647, + "checksum": "SHA-256:e49dc4c62c92d44a551a9709412ec35ff2e91d2b235b2d847b7b3a384d4eb35b" + }, + { + "name": "Arduino_MKRMEM", + "version": "1.1.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "SPIFFS on W25Q16DV for Arduino MKRMEM Shield.", + "paragraph": "Arduino library for the W25Q16DV flash on the MKR MEM shield utilizing the SPIFFS flash file system.", + "website": "https://github.com/arduino-libraries/Arduino_MKRMEM", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRMEM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRMEM-1.1.0.zip", + "archiveFileName": "Arduino_MKRMEM-1.1.0.zip", + "size": 81970, + "checksum": "SHA-256:0ccc3c72bb2bccf7b32f0c060845301f618dada4f8918fa4b8820f9793dfbec3" + }, + { + "name": "Gravity Soil Moisture Sensor", + "version": "1.0.0", + "author": "Mihai Dinculescu \u003cmihai.dinculescu@outlook.com\u003e", + "maintainer": "Mihai Dinculescu \u003cmihai.dinculescu@outlook.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for DfRobot Gravity Analog Capacitive Soil Moisture Sensor.", + "paragraph": "The library supports ✔ moisture value (compared to the raw value that represents dryness) ✔ multi-sampling ✔ slight delay between samples ✔ protection against invalid values (valid values are between 1 and 3500).", + "website": "https://github.com/mihai-dinculescu/arduino-gravity-soil-moisture-sensor", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mihai-dinculescu/arduino-gravity-soil-moisture-sensor.git", + "providesIncludes": [ + "gravity_soil_moisture_sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mihai-dinculescu/Gravity_Soil_Moisture_Sensor-1.0.0.zip", + "archiveFileName": "Gravity_Soil_Moisture_Sensor-1.0.0.zip", + "size": 6305, + "checksum": "SHA-256:ffdb624a95cad2da0c314356e8e140f899032985c69ca1b6c32760ccd014df6c" + }, + { + "name": "hp_BH1750", + "version": "1.0.0", + "author": "Stefan Armborst", + "maintainer": "Stefan Armborst", + "sentence": "Digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "high performance non-blocking BH1750 library", + "website": "https://github.com/Starmbi/hp_BH1750", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Starmbi/hp_BH1750.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Starmbi/hp_BH1750-1.0.0.zip", + "archiveFileName": "hp_BH1750-1.0.0.zip", + "size": 24676, + "checksum": "SHA-256:c9e383e45c0f075764753a70aafaa6daf838d274278306289df1cb8dff4e8f1f" + }, + { + "name": "hp_BH1750", + "version": "1.0.2", + "author": "Stefan Armborst", + "maintainer": "Stefan Armborst", + "sentence": "Digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "high performance non-blocking BH1750 library", + "website": "https://github.com/Starmbi/hp_BH1750", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Starmbi/hp_BH1750.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Starmbi/hp_BH1750-1.0.2.zip", + "archiveFileName": "hp_BH1750-1.0.2.zip", + "size": 24751, + "checksum": "SHA-256:fd7e8ab5dbb054691940e5ccb2742c6b8ee8facc71a0a4afd22121f0b321e0a8" + }, + { + "name": "ESP32-targz", + "version": "0.0.1", + "author": "tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "tar.gz archive unpacker", + "paragraph": "Got 36KB ram to waste and a bunch of tar.gz files to unpack ?", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.0.1.zip", + "archiveFileName": "ESP32_targz-0.0.1.zip", + "size": 1767353, + "checksum": "SHA-256:e0f10007d2b09420fbce9a7542aaf9cfefb7968ea6f0bd25f596dd1d13baba5a" + }, + { + "name": "ESP32-targz", + "version": "0.1.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.0.zip", + "archiveFileName": "ESP32_targz-0.1.0.zip", + "size": 1669154, + "checksum": "SHA-256:5af5ec6ded3397d034ee3b1f8c6301dd257934e3742e89dccf0617eed6ad7c1a" + }, + { + "name": "ESP32-targz", + "version": "0.1.1", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.1.zip", + "archiveFileName": "ESP32_targz-0.1.1.zip", + "size": 1669980, + "checksum": "SHA-256:61961d7c53b9dc5b57baf5d39603e6bc7b0ee8b8d5b4574483cfa37c7b3fc450" + }, + { + "name": "ESP32-targz", + "version": "0.1.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.2.zip", + "archiveFileName": "ESP32_targz-0.1.2.zip", + "size": 1670107, + "checksum": "SHA-256:e6a83d6350fb9e3d42ca6f546e35da240969d6d5737350ed13ee819191003ae2" + }, + { + "name": "ESP32-targz", + "version": "0.2.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.2.0.zip", + "archiveFileName": "ESP32_targz-0.2.0.zip", + "size": 1670852, + "checksum": "SHA-256:2775e7ec565ca2cb3dfcd6e2a3ddf4a48a64f76b06c9ab1b28986180bf252447" + }, + { + "name": "ESP32-targz", + "version": "0.2.1", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.2.1.zip", + "archiveFileName": "ESP32_targz-0.2.1.zip", + "size": 2244098, + "checksum": "SHA-256:3fdc88ee5949866cdd96853297efc5b3b2cfad776f75bb0c8aa55a695257cbfb" + }, + { + "name": "ESP32-targz", + "version": "0.3.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.3.0.zip", + "archiveFileName": "ESP32_targz-0.3.0.zip", + "size": 1875479, + "checksum": "SHA-256:d32370b570e6edfcd8f9c79aaf07c97e91704822e56658be2a8e82a3712ef1fb" + }, + { + "name": "ESP32-targz", + "version": "0.3.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.3.2.zip", + "archiveFileName": "ESP32_targz-0.3.2.zip", + "size": 1665542, + "checksum": "SHA-256:5aae8b805c83a6fa6a277fa55ec81518010a576177cea45c04b5723266273ff6" + }, + { + "name": "ESP32-targz", + "version": "1.0.0-alpha", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.0-alpha.zip", + "archiveFileName": "ESP32_targz-1.0.0-alpha.zip", + "size": 4068161, + "checksum": "SHA-256:7af4f4fc79b5e1ff225cfef09ad1cf83c681b6c1d8bcc684f1bf455822d015b2" + }, + { + "name": "ESP32-targz", + "version": "1.0.1-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.1-beta.zip", + "archiveFileName": "ESP32_targz-1.0.1-beta.zip", + "size": 2969743, + "checksum": "SHA-256:f44b3494ace0bd29517b53e4905e7c98e94bfba1b65e86f50ca8e340f4e7575d" + }, + { + "name": "ESP32-targz", + "version": "1.0.2-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.2-beta.zip", + "archiveFileName": "ESP32_targz-1.0.2-beta.zip", + "size": 3861162, + "checksum": "SHA-256:3771ceae7c3beef1194ce371c501bc31465c889ec6cf6c36e027861f4a86bc79" + }, + { + "name": "ESP32-targz", + "version": "1.0.3-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.3-beta.zip", + "archiveFileName": "ESP32_targz-1.0.3-beta.zip", + "size": 3861276, + "checksum": "SHA-256:1b9d7da2db701e3a9ce9d1bd6803d4dbac9b35f2719468b623380fd4aeccde7f" + }, + { + "name": "ESP32-targz", + "version": "1.0.4-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.4-beta.zip", + "archiveFileName": "ESP32_targz-1.0.4-beta.zip", + "size": 3861560, + "checksum": "SHA-256:7ec7ac5c1c0d03e72ce5217879131dce2407f30c5c79483210f1d2d5bad05f17" + }, + { + "name": "ESP32-targz", + "version": "1.0.5-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.0.5-beta.zip", + "archiveFileName": "ESP32_targz-1.0.5-beta.zip", + "size": 3863547, + "checksum": "SHA-256:d56ed7a42d223f204ed93d413b8c48adfad8f205e1d4ef4356f67d4f7d4df99f" + }, + { + "name": "ESP32-targz", + "version": "1.1.1", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.1.zip", + "archiveFileName": "ESP32_targz-1.1.1.zip", + "size": 3898701, + "checksum": "SHA-256:b1a1dab1c7cba28158517cefcb62eeb739011d0d4b39624aebebb57b788c439d" + }, + { + "name": "ESP32-targz", + "version": "1.1.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.2.zip", + "archiveFileName": "ESP32_targz-1.1.2.zip", + "size": 3898934, + "checksum": "SHA-256:c602b835f8dd07fcc3267c1a9f5d8a75d2a0b6a822187e3fd2b7d6bf986778aa" + }, + { + "name": "ESP32-targz", + "version": "1.1.3", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.3.zip", + "archiveFileName": "ESP32_targz-1.1.3.zip", + "size": 3899311, + "checksum": "SHA-256:c49a9c6bb769ba8cd36d3eb788eb099a520bc4416684f7d8ebb6235bfbc4ff21" + }, + { + "name": "ESP32-targz", + "version": "1.1.4", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.4.zip", + "archiveFileName": "ESP32_targz-1.1.4.zip", + "size": 3899471, + "checksum": "SHA-256:415847fe21c9ce76130ff5e38a06135ebb4d78d73293fe0f1d181d3d8cad367c" + }, + { + "name": "ESP32-targz", + "version": "1.1.5", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "providesIncludes": [ + "ESP32-targz.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.5.zip", + "archiveFileName": "ESP32_targz-1.1.5.zip", + "size": 3903636, + "checksum": "SHA-256:3eb82134c405009731bcd703c9b866eed45afd60365e97d9f29b8843014192c1" + }, + { + "name": "ESP32-targz", + "version": "1.1.6", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "providesIncludes": [ + "ESP32-targz.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.6.zip", + "archiveFileName": "ESP32_targz-1.1.6.zip", + "size": 3904214, + "checksum": "SHA-256:388e6cf045b0e6de87e9e22dc9cc5f6a8e32c74d5f34d902b1b39312636d5a3c" + }, + { + "name": "ESP32-targz", + "version": "1.1.7", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "providesIncludes": [ + "ESP32-targz.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.7.zip", + "archiveFileName": "ESP32_targz-1.1.7.zip", + "size": 3907777, + "checksum": "SHA-256:afd61a9473a505dd91bf2dda3d402661e6105ccd2568e4fc73bc8b9887db43cb" + }, + { + "name": "ESP32-targz", + "version": "1.1.9", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "providesIncludes": [ + "ESP32-targz.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.1.9.zip", + "archiveFileName": "ESP32_targz-1.1.9.zip", + "size": 3908134, + "checksum": "SHA-256:5f9363ab309f0f05ba867e46e6e773fe28f729d750e0a43a0915e9f7e3c10d36" + }, + { + "name": "ESP32-targz", + "version": "1.2.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", + "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", + "website": "https://github.com/tobozo/ESP32-targz/", + "category": "Data Processing", + "architectures": [ + "esp32", + "esp8266", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-targz.git", + "providesIncludes": [ + "ESP32-targz.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-1.2.0.zip", + "archiveFileName": "ESP32_targz-1.2.0.zip", + "size": 3908187, + "checksum": "SHA-256:363a94d9727e75c0d0d06c06b2356667b6499bec866a6e4d8f0a82103722687c" + }, + { + "name": "Functional-Vlpp", + "version": "1.0.1", + "author": "Vlpp", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Provides function templates to better support C++ functional programming across platforms.", + "paragraph": "Provides common C++ construction, including string operation / generic container / linq, function templates to better support C++ functional programming across platforms", + "website": "https://github.com/khoih-prog/functional-vlpp", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/functional-vlpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Functional_Vlpp-1.0.1.zip", + "archiveFileName": "Functional_Vlpp-1.0.1.zip", + "size": 15474, + "checksum": "SHA-256:24d30095504e3c4d60f41ffe4459748a10606937504fc45f8c3a847cba50be5e" + }, + { + "name": "Functional-Vlpp", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Provides function templates to better support C++ functional programming across platforms.", + "paragraph": "Provides common C++ construction, including string operation / generic container / linq, function templates to better support C++ functional programming across platforms", + "website": "https://github.com/khoih-prog/functional-vlpp", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/functional-vlpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Functional_Vlpp-1.0.2.zip", + "archiveFileName": "Functional_Vlpp-1.0.2.zip", + "size": 206659, + "checksum": "SHA-256:9ec7374a34e81978bbaeea5930dae09a7b8e227a457053d1248749a867a1f949" + }, + { + "name": "TeensyTimerTool", + "version": "0.0.1", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic interface to T4.0 timers", + "paragraph": "This library provides a generic interface to the timers of a Teensy 4.0. Will be extended to other Teensy models later", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.0.1.zip", + "archiveFileName": "TeensyTimerTool-0.0.1.zip", + "size": 90714, + "checksum": "SHA-256:ad9c2514037d2bae467bdba203ee18626d953977c481871a96e02c770c8a272e" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.1", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.1.zip", + "archiveFileName": "TeensyTimerTool-0.1.1.zip", + "size": 91122, + "checksum": "SHA-256:a7bdc5ee189400c8d21d368df8c601bee9dc6816dd2d2fc0c0249ba81c632af0" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.2", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.2.zip", + "archiveFileName": "TeensyTimerTool-0.1.2.zip", + "size": 91122, + "checksum": "SHA-256:b8c4e2343c0e8d22d43338a1ee0c600cf0b8b4f290ce0fed865f48daf64c3acb" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.3", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.3.zip", + "archiveFileName": "TeensyTimerTool-0.1.3.zip", + "size": 85061, + "checksum": "SHA-256:2e5b9e36a73dc9e2be61fcf94bd6d8083ac5547ac99ee1f8806daa4ce931a1c0" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.5", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.5.zip", + "archiveFileName": "TeensyTimerTool-0.1.5.zip", + "size": 85144, + "checksum": "SHA-256:db8679cc040362f57670a6f0aba3c005b5a797b6cc15a08db512555610c99b44" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.7", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.7.zip", + "archiveFileName": "TeensyTimerTool-0.1.7.zip", + "size": 88481, + "checksum": "SHA-256:9c767dd8ca80649095c4e4e12ab046bd2d4397d975edb0530e82e6640d5b2a04" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.8", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.8.zip", + "archiveFileName": "TeensyTimerTool-0.1.8.zip", + "size": 88551, + "checksum": "SHA-256:e95c177e8201b09d7fdf0bbde70182850a2aff6f171aad4d66c81c6fbdf58ce3" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.9", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.9.zip", + "archiveFileName": "TeensyTimerTool-0.1.9.zip", + "size": 92527, + "checksum": "SHA-256:a664b1b2d4898b0bd157e257fb00d054a5a7cc6bb912df03b8099f86470998f8" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.10", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.10.zip", + "archiveFileName": "TeensyTimerTool-0.1.10.zip", + "size": 92687, + "checksum": "SHA-256:21847cddca03f8831ca1ad6785cfee0a755429f0ceaac6b70987f627c31ce484" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.11", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.11.zip", + "archiveFileName": "TeensyTimerTool-0.1.11.zip", + "size": 93326, + "checksum": "SHA-256:501f973fac991efcaae9983f5b6967285107befbd39ac4d98cd0d9cddc4ec503" + }, + { + "name": "TeensyTimerTool", + "version": "0.1.12", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.12.zip", + "archiveFileName": "TeensyTimerTool-0.1.12.zip", + "size": 94568, + "checksum": "SHA-256:3397879d6445de583b50c258457e8b6872a092ba683c03f33eeb1a0b55f024fb" + }, + { + "name": "TeensyTimerTool", + "version": "0.2.1", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.2.1.zip", + "archiveFileName": "TeensyTimerTool-0.2.1.zip", + "size": 97987, + "checksum": "SHA-256:6fb8982c5b00bfa1642b1c9b3d727b68bb67c38c4c3642de69eb5ffbb171f5c2" + }, + { + "name": "TeensyTimerTool", + "version": "0.3.2", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.3.2.zip", + "archiveFileName": "TeensyTimerTool-0.3.2.zip", + "size": 104785, + "checksum": "SHA-256:608b1466acab8888db3d47bada35dc31fd28054a7e23415e6ee27a2a5d268875" + }, + { + "name": "TeensyTimerTool", + "version": "0.3.3", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.3.3.zip", + "archiveFileName": "TeensyTimerTool-0.3.3.zip", + "size": 105036, + "checksum": "SHA-256:8b0e293ebb754ebb1af432b3fa4b817153ffc3b4d1353e5c1a52a08578b1ee78" + }, + { + "name": "TeensyTimerTool", + "version": "0.3.5", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.3.5.zip", + "archiveFileName": "TeensyTimerTool-0.3.5.zip", + "size": 113696, + "checksum": "SHA-256:c4df45014ddadbbe1682515d4ecadb31f465a432c5f831ec38597ab3cc0fd1ea" + }, + { + "name": "TeensyTimerTool", + "version": "0.4.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.4.0.zip", + "archiveFileName": "TeensyTimerTool-0.4.0.zip", + "size": 102261, + "checksum": "SHA-256:94ff31656c6513a2b8ce3bce247bcde6430a8f6b330cb1fc96601aeed75a3c06" + }, + { + "name": "TeensyTimerTool", + "version": "0.4.1", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.4.1.zip", + "archiveFileName": "TeensyTimerTool-0.4.1.zip", + "size": 112347, + "checksum": "SHA-256:8951e24067ebe1b5dc379975aa007c744cc0f7751562200994a39dba256fac4f" + }, + { + "name": "TeensyTimerTool", + "version": "0.4.3", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.4.3.zip", + "archiveFileName": "TeensyTimerTool-0.4.3.zip", + "size": 112347, + "checksum": "SHA-256:7c205fd27377c4aff322dbbfb22ddcf308d251be4a24d3c57baee00df1e74a7f" + }, + { + "name": "TeensyTimerTool", + "version": "0.4.4", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.4.4.zip", + "archiveFileName": "TeensyTimerTool-0.4.4.zip", + "size": 112476, + "checksum": "SHA-256:55869c4fca643c793d278dfb469fd9116b39573ccb04864f615dc32a366aa6f5" + }, + { + "name": "TeensyTimerTool", + "version": "1.0.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-1.0.0.zip", + "archiveFileName": "TeensyTimerTool-1.0.0.zip", + "size": 113138, + "checksum": "SHA-256:2db511a9a1d06909c4c8d0766189a6f99e8b0d27db9bc6a76af06b835a198525" + }, + { + "name": "TeensyTimerTool", + "version": "1.1.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-1.1.0.zip", + "archiveFileName": "TeensyTimerTool-1.1.0.zip", + "size": 113574, + "checksum": "SHA-256:df1d20390e9bdf7792724410006cd3673cf6ba54a766398e962fa7bf5216309a" + }, + { + "name": "TeensyTimerTool", + "version": "1.2.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-1.2.0.zip", + "archiveFileName": "TeensyTimerTool-1.2.0.zip", + "size": 115263, + "checksum": "SHA-256:42b351b081be941b220a2d56286daa4b0a9564877c5d954d7cb4b38afdfdc3f0" + }, + { + "name": "TeensyTimerTool", + "version": "1.3.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-1.3.0.zip", + "archiveFileName": "TeensyTimerTool-1.3.0.zip", + "size": 117356, + "checksum": "SHA-256:142729cb012b7fa1079024fa38f77b06b78425cbd330912e6aef83887ff60376" + }, + { + "name": "TeensyTimerTool", + "version": "1.3.1", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-1.3.1.zip", + "archiveFileName": "TeensyTimerTool-1.3.1.zip", + "size": 117406, + "checksum": "SHA-256:a3b25b2e6009fc97ed6e71b1bc008995eb3ca725b44ec642ed658cbe5f525f3f" + }, + { + "name": "TeensyTimerTool", + "version": "1.4.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-1.4.0.zip", + "archiveFileName": "TeensyTimerTool-1.4.0.zip", + "size": 119463, + "checksum": "SHA-256:4cf32f9452b7c3ffa46cff73eb4ec18be45ed6a6cd701d5f62d3d71197885c79" + }, + { + "name": "TeensyTimerTool", + "version": "1.4.1", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Generic Interface to Teensy Timers", + "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers based on the cycle counter or the RTC (32 and 64bit) that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", + "website": "https://github.com/luni64/TeensyTimerTool", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/TeensyTimerTool.git", + "providesIncludes": [ + "TeensyTimerTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-1.4.1.zip", + "archiveFileName": "TeensyTimerTool-1.4.1.zip", + "size": 120479, + "checksum": "SHA-256:af01726acb8dbd83af637c43333d6cbe0440ad8c9fa6e4aa32fb8852067ef0b0" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using builtin Etherrnet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet built-it, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.0.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.0.zip", + "size": 143671, + "checksum": "SHA-256:b2cd07354c7a038cee5ea6bf21e02ed357a5525169c68801f3f8f9824de8245b" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.1.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.1.zip", + "size": 171707, + "checksum": "SHA-256:9d6c8b6838c94ba08cf2931e5274db02598460abbdfed4c6b8c0519ffb565849" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.2.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.2.zip", + "size": 106861, + "checksum": "SHA-256:b3e0073ca28566fd0335f3b821a9dde2d55bd401a8354e8127ab1ce36d6c77d6" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.3.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.3.zip", + "size": 106611, + "checksum": "SHA-256:6e7f500f995a3898629cedca33d7fb8e640338089a4f7c7b0b2a750d3764f696" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.4.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.0.4.zip", + "size": 156478, + "checksum": "SHA-256:cfb4aca8c00c5fccb86cfc6fd2483fc96987e9757f245574fab866fdc138eac6" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.1.0.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.1.0.zip", + "size": 326625, + "checksum": "SHA-256:6d3bc23a0cb3bac93c6f3bb22137e716f0c41044272b5b4d92055bbfb11c11dd" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.1.1.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.1.1.zip", + "size": 405354, + "checksum": "SHA-256:4f678a9280e7486b53a6f93014639a2c0aa51e1cb2c5d40505ccf0c3f61cc4a9" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, LAN8720, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting built-in LAN8742A Ethernet, LAN8720, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.2.0.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.2.0.zip", + "size": 1030777, + "checksum": "SHA-256:dbb81877fb20e049df64f92a117a164e38f1a6de3a1a567bbc3fa76a84d6d981" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, LAN8720, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting built-in LAN8742A Ethernet, LAN8720, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.2.1.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.2.1.zip", + "size": 1047605, + "checksum": "SHA-256:2f999ae9b1e428152207a582b993b78e16435bd227ebd915d54f64f64c4c5bf0" + }, + { + "name": "BlynkEthernet_STM32_WM", + "version": "1.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, LAN8720, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", + "paragraph": "Library for configuring/auto(re)connecting built-in LAN8742A Ethernet, LAN8720, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", + "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", + "category": "Communication", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.2.2.zip", + "archiveFileName": "BlynkEthernet_STM32_WM-1.2.2.zip", + "size": 1058525, + "checksum": "SHA-256:95dc1ed62d242f1f93d5bc288447e4be9491ca48abb0fda74631e7cec6613159" + }, + { + "name": "OpenLCB_Single_Thread", + "version": "0.0.2", + "author": "David Harris, Bob Jacobsen, OpenLCB team", + "maintainer": "David Harris \u003cdrdpharris@gmail.com\u003e", + "sentence": "Implements Single-threaded OpenLCB/LCC stack based on Arduino IDE.", + "paragraph": "This library allows you to interface to a OpenLCB/LCC CAN system. It supports: ATMega328+MCP2515, AT90CAN, Tiva, Teensy, ESP32.", + "website": "https://github.com/openlcb/OpenLCB_Single_Thread", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openlcb/OpenLCB_Single_Thread.git", + "url": "https://downloads.arduino.cc/libraries/github.com/openlcb/OpenLCB_Single_Thread-0.0.2.zip", + "archiveFileName": "OpenLCB_Single_Thread-0.0.2.zip", + "size": 486392, + "checksum": "SHA-256:6d2b59705f4a2311041693dc8882f0fc497fdf021b535cd7861f3e5866507749" + }, + { + "name": "CEClient", + "version": "0.0.1", + "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "A library which allows communication with HDMI CEC capable devices.", + "paragraph": "Supports HDMI v1.3a CEC wire protocol.", + "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "providesIncludes": [ + "CEClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.0.1.zip", + "archiveFileName": "CEClient-0.0.1.zip", + "size": 27889, + "checksum": "SHA-256:4d2c4125bcfa1e56dc7c1a92359a8d70b2664dcea8c7a019ec5f4655d9fa0bc8" + }, + { + "name": "CEClient", + "version": "0.0.2", + "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "A library which allows communication with HDMI CEC capable devices.", + "paragraph": "Supports HDMI v1.3a CEC wire protocol.", + "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "providesIncludes": [ + "CEClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.0.2.zip", + "archiveFileName": "CEClient-0.0.2.zip", + "size": 27894, + "checksum": "SHA-256:40085715551be72c5a7626e25e70cc7214a89641ab93ee6685f824a81ba42eb7" + }, + { + "name": "CEClient", + "version": "0.1.1", + "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "A library which allows communication with HDMI CEC capable devices.", + "paragraph": "Supports HDMI v1.3a CEC wire protocol.", + "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "providesIncludes": [ + "CEClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.1.1.zip", + "archiveFileName": "CEClient-0.1.1.zip", + "size": 28260, + "checksum": "SHA-256:ca18f75889843eddf53e31f48d0750f4aeb42d2e4f51f869cce2c13d5a449a61" + }, + { + "name": "SparkFun Clock 5P49V60 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library that enables all functionality for the SparkFun Clock Generator 5P49V60.", + "paragraph": "The SparkFun Clock Generator 5P49V60 breakout board offers a wide range of customizable frequencies in a wide range of different signal types using a single reference clock. Four (single output) clock outputs can generate frequencies from 1MHz-200MHz and eight (differential output) clock outputs can generate frequencies from 1MHz-350MHz. The frequency's many properties can be manipulated in code via I2C using the SparkFun Arduino Library. The SparkFun Clock Generator also has four banks of programmable memory for the time when it's ready to sit on its' own within the project without a microcontroller.", + "website": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Clock_5P49V60_Arduino_Library-1.0.0.zip", + "size": 579889, + "checksum": "SHA-256:26defaea7b329a1501b1a702c5f15772d8b28829bd05186ba58f61b281ebc9a3" + }, + { + "name": "SparkFun Clock 5P49V60 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library that enables all functionality for the SparkFun Clock Generator 5P49V60.", + "paragraph": "The SparkFun Clock Generator 5P49V60 breakout board offers a wide range of customizable frequencies in a wide range of different signal types using a single reference clock. Four (single output) clock outputs can generate frequencies from 1MHz-200MHz and eight (differential output) clock outputs can generate frequencies from 1MHz-350MHz. The frequency's many properties can be manipulated in code via I2C using the SparkFun Arduino Library. The SparkFun Clock Generator also has four banks of programmable memory for the time when it's ready to sit on its' own within the project without a microcontroller.", + "website": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Clock_5P49V60_Arduino_Library-1.0.1.zip", + "size": 579965, + "checksum": "SHA-256:f6dc8cb340197f3908da681357a84fddee3855a229f6b3a9d0c552da37a95cee" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY) or ENC28j60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino" + }, + { + "name": "LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.0.zip", + "size": 58559, + "checksum": "SHA-256:6028ab1a8b9931e62d631e552c6f6d81001b58e1fe437030b78b24c436d87588" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), ENC28J60 or W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino" + }, + { + "name": "LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.1.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.1.zip", + "size": 61120, + "checksum": "SHA-256:aacbc7f3f9231fa8db4461284645d10d010df842f62179f82de53b8f19f96652" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), ENC28J60 or W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino" + }, + { + "name": "LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.2.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.2.zip", + "size": 63906, + "checksum": "SHA-256:02b566917b627dc6fcc980e9dcbfc6e5ed5c398072b5fbcc55f7bf087c3aa1f7" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F boards running WebServer using built-in Ethernet LAN8742A or Ethernet W5x00, ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.3.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.3.zip", + "size": 151675, + "checksum": "SHA-256:610aa011aa0dc800818c3eeb7bdc749af7a70b4f73d641d6adbce23806ec4752" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A or Ethernet W5x00, ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.4.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.4.zip", + "size": 151465, + "checksum": "SHA-256:10e84dafd4016e8e278bbef64f39368ab55cd8130087c56d6c7b8c51c713a691" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.5.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.5.zip", + "size": 188708, + "checksum": "SHA-256:8e4ca97717bc0817dd0e1f123a5a00f6c25f95f12c6b9742ccc98c67efd8646e" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.6.zip", + "archiveFileName": "EthernetWebServer_STM32-1.0.6.zip", + "size": 196689, + "checksum": "SHA-256:4dd23454a7e918ac84dc1bd0d975516d364840722b45f378db15b7d2d8c37df3" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.1.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.1.0.zip", + "size": 272223, + "checksum": "SHA-256:e5370baf836afd0988e5ad71c22175169ba95c89d7e9c67a1c95194bb174208a" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.1.1.zip", + "archiveFileName": "EthernetWebServer_STM32-1.1.1.zip", + "size": 312111, + "checksum": "SHA-256:56dd40f1dd878f3709ceec10dc5e890ca844277a460dd77825f595684835c701" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.2.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.2.0.zip", + "size": 1090747, + "checksum": "SHA-256:53f31405535ff1872636918451f4b4a06c001c129d9c9c5201f73ede9e1d5f84" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.2.1.zip", + "archiveFileName": "EthernetWebServer_STM32-1.2.1.zip", + "size": 1145226, + "checksum": "SHA-256:9af89b47c07255b0db2fa898beb42546ce4d0519508cdbf97e6ea28e8b0ea816" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.3.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.3.0.zip", + "size": 1134328, + "checksum": "SHA-256:efb9327c19420919fb8f1b1b7e6d52e83ddeced02a1d8713b177158d03fefbbb" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.3.1.zip", + "archiveFileName": "EthernetWebServer_STM32-1.3.1.zip", + "size": 1151300, + "checksum": "SHA-256:d2fe93fb0cebaa536b40f2900aec10b4e932c0221eebdf4e4fd70006dc44eb8b" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.3.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.3.2.zip", + "archiveFileName": "EthernetWebServer_STM32-1.3.2.zip", + "size": 1151971, + "checksum": "SHA-256:542a6e0a357ab807fd46e33f1076fcd0744189ca9f8cd3d1a191c32ec5d62cd0" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.3.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.3.3.zip", + "archiveFileName": "EthernetWebServer_STM32-1.3.3.zip", + "size": 1152585, + "checksum": "SHA-256:700789a6ca638f7c0d045c21fcc0197450424086af5f6bfabc12e62f919fad2f" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.3.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.3.4.zip", + "archiveFileName": "EthernetWebServer_STM32-1.3.4.zip", + "size": 1142381, + "checksum": "SHA-256:54c56cca2fde702ccea9e78ebfbcab5e2e931bbb819686b56e6cd3bcc44ca6c7" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetWebServer_STM32.hpp", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.4.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.4.0.zip", + "size": 1134757, + "checksum": "SHA-256:95144a0436cd1c1ea1ca09a733c32421c269e3ae83b5e1d84bf5902ad4f3561c" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetWebServer_STM32.hpp", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.4.1.zip", + "archiveFileName": "EthernetWebServer_STM32-1.4.1.zip", + "size": 1135918, + "checksum": "SHA-256:ece45573e46da2e239458ae12f2e601478cd56dbc877715f0d2d43f68810d74c" + }, + { + "name": "EthernetWebServer_STM32", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, LAN8720, Ethernet W5x00 or ENC28J60 shields", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "providesIncludes": [ + "EthernetWebServer_STM32.h", + "EthernetWebServer_STM32.hpp", + "EthernetHttpClient_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.5.0.zip", + "archiveFileName": "EthernetWebServer_STM32-1.5.0.zip", + "size": 1180968, + "checksum": "SHA-256:fe6c05ce8291a8fcd511a1b3ca9114a7663dbe35042f64ef12e24d5e3fac531a" + }, + { + "name": "PID controllers Modular Professional", + "version": "1.0.0", + "author": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "maintainer": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "sentence": "Professional PID controllers: continuous, step, impulse and twelve control functions", + "paragraph": "including simulations of three control loops", + "website": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KorneliusThomas/PID_controllers_Modular_Professional-1.0.0.zip", + "archiveFileName": "PID_controllers_Modular_Professional-1.0.0.zip", + "size": 268439, + "checksum": "SHA-256:d21c0382f66ce71fa9d197c8cffeb5c2b543a30a777ebc5968e03159635c7a62" + }, + { + "name": "PID controllers Modular Professional", + "version": "1.0.2", + "author": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "maintainer": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", + "sentence": "Professional PID controllers: continuous, step, impulse and twelve control functions", + "paragraph": "including simulations of three control loops", + "website": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KorneliusThomas/PID_controllers_Modular_Professional-1.0.2.zip", + "archiveFileName": "PID_controllers_Modular_Professional-1.0.2.zip", + "size": 268489, + "checksum": "SHA-256:7e42b598214f65ab2bc80a787e137150fb117150bb86a2044f2745be3cd012c3" + }, + { + "name": "UCR ESP8266", + "version": "0.1.0", + "author": "Kai Ejler Rasmussen", + "maintainer": "Kai Ejler Rasmussen \u003ckai@rasmussen.dev\u003e", + "sentence": "Enables an ESP8266 to be used as a WiFi output device for UCR.", + "paragraph": "This handles the network communication with UCR allowing the ESP8266 to be discovered automatically using mDNS-SD.", + "website": "https://github.com/HidWizards/UCR-ESP8266", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HidWizards/UCR-ESP8266.git", + "providesIncludes": [ + "UCR.h" + ], + "dependencies": [ + { + "name": "ESP8266WiFi" + }, + { + "name": "ESP8266mDNS" + }, + { + "name": "WiFiUdp" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HidWizards/UCR_ESP8266-0.1.0.zip", + "archiveFileName": "UCR_ESP8266-0.1.0.zip", + "size": 7123, + "checksum": "SHA-256:9b1ed9447fcadbd75a69886a541a1b3fb0b433df3db3638b3d942ccd172b108f" + }, + { + "name": "UCR ESP8266", + "version": "0.2.0", + "author": "Kai Ejler Rasmussen", + "maintainer": "Kai Ejler Rasmussen \u003ckai@rasmussen.dev\u003e", + "sentence": "Enables an ESP8266 to be used as a WiFi output device for UCR.", + "paragraph": "This handles the network communication with UCR allowing the ESP8266 to be discovered automatically using mDNS-SD.", + "website": "https://github.com/HidWizards/UCR-ESP8266", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HidWizards/UCR-ESP8266.git", + "providesIncludes": [ + "UCR.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HidWizards/UCR_ESP8266-0.2.0.zip", + "archiveFileName": "UCR_ESP8266-0.2.0.zip", + "size": 7319, + "checksum": "SHA-256:1470ec6d4d9b44614f3055ff341ae2bd5eb70931d313bf53c1837d92a55577f4" + }, + { + "name": "SCL3300", + "version": "2.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.0.0.zip", + "archiveFileName": "SCL3300-2.0.0.zip", + "size": 13814, + "checksum": "SHA-256:29b405f199958007ba7f4baf9cafdbd06ce46246555afccc3a2114ab37c74fe2" + }, + { + "name": "SCL3300", + "version": "2.1.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.0.zip", + "archiveFileName": "SCL3300-2.1.0.zip", + "size": 15082, + "checksum": "SHA-256:7e76eb73e8cb27d045fc8242a4c56d4b69a4e7f619d3d2b687cc7c4eed178f7e" + }, + { + "name": "SCL3300", + "version": "2.1.1", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.1.zip", + "archiveFileName": "SCL3300-2.1.1.zip", + "size": 15080, + "checksum": "SHA-256:9124aa0930a931daa44440f22293e9f8684f74f824d1a324e08a7e463ebfcef0" + }, + { + "name": "SCL3300", + "version": "2.1.2", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.2.zip", + "archiveFileName": "SCL3300-2.1.2.zip", + "size": 15079, + "checksum": "SHA-256:f1e56d951808d235deccd03c6176d7354e435e5dfa8f070d76e03aa6f78cbcc4" + }, + { + "name": "SCL3300", + "version": "2.1.3", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.3.zip", + "archiveFileName": "SCL3300-2.1.3.zip", + "size": 15086, + "checksum": "SHA-256:0cbe016825e7fa71ea2a4517b778846cd35c06c56b45f5024f11deb434342041" + }, + { + "name": "SCL3300", + "version": "2.1.4", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.4.zip", + "archiveFileName": "SCL3300-2.1.4.zip", + "size": 15124, + "checksum": "SHA-256:7de52f5e3feec8e5a1914b53136a1fe8a71e5a4fd6895b7434d89885699745d7" + }, + { + "name": "SCL3300", + "version": "3.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.0.0.zip", + "archiveFileName": "SCL3300-3.0.0.zip", + "size": 15763, + "checksum": "SHA-256:f8d85d8bc8e6b0ff8ca942df878781c63585b488a983d64403e4f3ee206d9b27" + }, + { + "name": "SCL3300", + "version": "3.0.2", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.0.2.zip", + "archiveFileName": "SCL3300-3.0.2.zip", + "size": 15772, + "checksum": "SHA-256:b74cf21cd18e851b037b9d22fa53edd12c6bf0279879af608481121a2e3c8d87" + }, + { + "name": "SCL3300", + "version": "3.1.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.1.0.zip", + "archiveFileName": "SCL3300-3.1.0.zip", + "size": 17542, + "checksum": "SHA-256:17b251b05256d27f49a8222ddaa3eb671b1014ff5b2a600b7209b7e5ca1ef163" + }, + { + "name": "SCL3300", + "version": "3.2.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.2.0.zip", + "archiveFileName": "SCL3300-3.2.0.zip", + "size": 20396, + "checksum": "SHA-256:21183e6154eef8626d821903313395f0903ed931f2226edc65c46e6bc74499da" + }, + { + "name": "SCL3300", + "version": "3.3.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.3.0.zip", + "archiveFileName": "SCL3300-3.3.0.zip", + "size": 21802, + "checksum": "SHA-256:17bb6f18d409dda94daf313705ee712ef0f23f0f910f52a88d257f31421bf921" + }, + { + "name": "SCL3300", + "version": "3.3.1", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", + "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", + "website": "https://github.com/DavidArmstrong/SCL3300", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SCL3300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.3.1.zip", + "archiveFileName": "SCL3300-3.3.1.zip", + "size": 23208, + "checksum": "SHA-256:80cd4720c36edf8bd1e28b313e5cd0602914b8032d6f9632aba291df208b7ca2" + }, + { + "name": "Adafruit NAU7802 Library", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_NAU7802", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-0.0.1.zip", + "archiveFileName": "Adafruit_NAU7802_Library-0.0.1.zip", + "size": 9703, + "checksum": "SHA-256:1fa57e00c823d9c3f22730dd141b8cb7e9b0d615f8fabf327b061b95f7223033" + }, + { + "name": "Adafruit NAU7802 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_NAU7802", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-1.0.0.zip", + "archiveFileName": "Adafruit_NAU7802_Library-1.0.0.zip", + "size": 10295, + "checksum": "SHA-256:f47673cbe9d31626dfc7a31796d80fd2f8cf24d97a8ca11f53cea70901258e72" + }, + { + "name": "Adafruit NAU7802 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_NAU7802", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-1.0.1.zip", + "archiveFileName": "Adafruit_NAU7802_Library-1.0.1.zip", + "size": 324031, + "checksum": "SHA-256:baeca043911026429adc7218d34270f29500810e799b3873ab893c098649cd97" + }, + { + "name": "Adafruit NAU7802 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_NAU7802", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-1.0.2.zip", + "archiveFileName": "Adafruit_NAU7802_Library-1.0.2.zip", + "size": 324037, + "checksum": "SHA-256:8a777b20572876ecee7edec44ca4fe9ddc112497e0f32bdebc03d36d271c89e8" + }, + { + "name": "Adafruit NAU7802 Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_NAU7802", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-1.0.4.zip", + "archiveFileName": "Adafruit_NAU7802_Library-1.0.4.zip", + "size": 324038, + "checksum": "SHA-256:898bc5a433635bee9b58aecbf43e75313ea30bc4b1af9f60a1d2b76e6252715f" + }, + { + "name": "SevSegShift", + "version": "3.4.1", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Adds the functionality to be used with ShiftRegister to the SevSeg Library (Turns your Arduino into a seven segment display controller!)", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": [ + "SevSegShift.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.1.zip", + "archiveFileName": "SevSegShift-3.4.1.zip", + "size": 184962, + "checksum": "SHA-256:fa6138026b6d70cae2697e092c5ea7aa8f74353d564839b1a0dee3e4e26c2650" + }, + { + "name": "SevSegShift", + "version": "3.4.2", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": [ + "SevSegShift.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.2.zip", + "archiveFileName": "SevSegShift-3.4.2.zip", + "size": 186342, + "checksum": "SHA-256:6ab786110052b5121e8f34457ac497d880d634b7e4542e1de655adf8e5d762b2" + }, + { + "name": "SevSegShift", + "version": "3.4.3", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": [ + "SevSegShift.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.3.zip", + "archiveFileName": "SevSegShift-3.4.3.zip", + "size": 315669, + "checksum": "SHA-256:8c04dc8bda957226deb17ffab9ab21ba1c56012474961c0727bebb76b10f9bb1" + }, + { + "name": "SevSegShift", + "version": "3.6.1", + "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", + "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", + "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", + "website": "https://github.com/bridystone/SevSegShift", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bridystone/SevSegShift.git", + "providesIncludes": [ + "SevSegShift.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.6.1.zip", + "archiveFileName": "SevSegShift-3.6.1.zip", + "size": 311234, + "checksum": "SHA-256:d43b60a00cc2a2bf539e907185fe68e4f178258e11747fc408749b574ddef28f" + }, + { + "name": "Adafruit HTS221", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTS221", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTS221.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.0.zip", + "archiveFileName": "Adafruit_HTS221-0.1.0.zip", + "size": 74221, + "checksum": "SHA-256:57b7b82bc7e1ef6d3c38dd8c812127266efb2fa64956de9316effad6e3fb8c70" + }, + { + "name": "Adafruit HTS221", + "version": "0.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTS221", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTS221.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.1.zip", + "archiveFileName": "Adafruit_HTS221-0.1.1.zip", + "size": 74264, + "checksum": "SHA-256:f8fab84f486aa53da1b7944cf2af0794a9d5a9b17642d2f29b0b709d10445501" + }, + { + "name": "Adafruit HTS221", + "version": "0.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTS221", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTS221.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.2.zip", + "archiveFileName": "Adafruit_HTS221-0.1.2.zip", + "size": 74271, + "checksum": "SHA-256:ae57311b2409d89a91a4bdf11266e9a285e005ed2e49688f20ef7939ff0558ef" + }, + { + "name": "Adafruit HTS221", + "version": "0.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTS221", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTS221.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.4.zip", + "archiveFileName": "Adafruit_HTS221-0.1.4.zip", + "size": 74272, + "checksum": "SHA-256:93e68d9288971caf65d2b013d3670dfc757227e720fd7dee61d57b6c3fb0a6e3" + }, + { + "name": "Adafruit HTS221", + "version": "0.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTS221", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTS221.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.5.zip", + "archiveFileName": "Adafruit_HTS221-0.1.5.zip", + "size": 74272, + "checksum": "SHA-256:8b21cf71d90fa92d2644d77d88a7853059db2d7e32a11474299b1e56efb399b2" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.2.0", + "author": "Electronic Cats based in the work Strooom", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.2.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.2.0.zip", + "size": 5675039, + "checksum": "SHA-256:0cb75337b1b4696b25ae2d971b82019bcdecb72f4b6023defe1030f6d63ab26e" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.3.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.3.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.3.0.zip", + "size": 5581054, + "checksum": "SHA-256:e78339b70d28c94332ff25ca888866fd70beb8fc34da618cf6294980102a4c85" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.3.1", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.3.1.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.3.1.zip", + "size": 5581105, + "checksum": "SHA-256:3ac70af7c3e92e17ecc3c16568b5e45f8c59ea1ec237f0e33eb932b023997a69" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.4.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.4.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.4.0.zip", + "size": 5598784, + "checksum": "SHA-256:014af237a10e91b594dbf8abc760a681ac0ebd03c8507e1171f83950637c2ff3" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.5.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.5.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.5.0.zip", + "size": 5628218, + "checksum": "SHA-256:4296ee026dcc7966252eaa47d96fd2b95098380fd81ebac582a0b790c9301628" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.5.1", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.5.1.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.5.1.zip", + "size": 5628192, + "checksum": "SHA-256:5adad3e9b44bff48c40ae0af6696a8056f01fa17d7ea0c508420cd9580cee048" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.6.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.6.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.6.0.zip", + "size": 5628183, + "checksum": "SHA-256:b330341b2c883e142c7d0ffa7ce1ff4dcb2c7affe6e1453ea06b91d81d60db00" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.7.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.7.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.7.0.zip", + "size": 5628483, + "checksum": "SHA-256:38ff4e43b0d8fd5a309c44639414a40bd180762d709674b9b96cc0ca851af1f8" + }, + { + "name": "Electronic Cats PN7150", + "version": "1.8.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.8.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-1.8.0.zip", + "size": 5628804, + "checksum": "SHA-256:635306d9fec78c0959d67f97ee19976c919ada4d48acc83f8b7f6033b27f8017" + }, + { + "name": "Electronic Cats PN7150", + "version": "2.0.0", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-2.0.0.zip", + "archiveFileName": "Electronic_Cats_PN7150-2.0.0.zip", + "size": 5650340, + "checksum": "SHA-256:8f50bd4d17723dd8295e721c09fccb6686b7d5d672494a28fa5c401d00f7aba1" + }, + { + "name": "Electronic Cats PN7150", + "version": "2.0.1", + "author": "Electronic Cats and Salvador Mendoza", + "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", + "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", + "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", + "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-2.0.1.zip", + "archiveFileName": "Electronic_Cats_PN7150-2.0.1.zip", + "size": 5650331, + "checksum": "SHA-256:54d884f9eeadd2ea9961ae1c0de5e6c8efeba310f7a49f1bab33f6a018b2f65c" + }, + { + "name": "PIO8255", + "version": "1.0.0", + "author": "Georges-Emile Bihr", + "maintainer": "Georges-Emile Bihr", + "sentence": "Arduino library for using intel 8255 CMOSes.", + "paragraph": "Arduino library for using intel 8255 CMOSes (ex M82C55A-5).", + "website": "https://github.com/gramedek/pio8255", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gramedek/pio8255.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gramedek/PIO8255-1.0.0.zip", + "archiveFileName": "PIO8255-1.0.0.zip", + "size": 3547, + "checksum": "SHA-256:7eb7b0610f8675a900156a440068dace494ae7bfeb6eb727eab9fabf346baa21" + }, + { + "name": "dustSensor_kocoa", + "version": "1.0.0", + "author": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", + "maintainer": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", + "sentence": "Arduino Particulate Matter Sensors for PM-D4.", + "paragraph": "This library allows an Arduino/Genuino board to sensing Particulate Matter based on the PM-D4.", + "website": "https://github.com/ekkai/PMD4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/PMD4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/dustSensor_kocoa-1.0.0.zip", + "archiveFileName": "dustSensor_kocoa-1.0.0.zip", + "size": 3107, + "checksum": "SHA-256:43d981a8ee74c61a1a40049ec9a7db8d88a853e96c617b3215a358a063235c61" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.1", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.1.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.1.zip", + "size": 3963, + "checksum": "SHA-256:ca8f14d142c5215f3ef1ea758adfefd9f8d4a48538a75e13e644efe449b54b39" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.2", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "dependencies": [ + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.2.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.2.zip", + "size": 3972, + "checksum": "SHA-256:8abd9906fce110d9cc7d31ae485c883f98a41eaf388fed9f530e8537714a10ad" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.3", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "dependencies": [ + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.3.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.3.zip", + "size": 3859, + "checksum": "SHA-256:58506e1f44cdd1d7a0e694d1c57386ad661c967239c310ccf62fb1c07806a172" + }, + { + "name": "AccelStepperWithDistances", + "version": "1.0.4", + "author": "Mateus Junges", + "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", + "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", + "website": "https://github.com/mateusjunges/accel-stepper-with-distances", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "dependencies": [ + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.4.zip", + "archiveFileName": "AccelStepperWithDistances-1.0.4.zip", + "size": 3928, + "checksum": "SHA-256:a8f10bbb99c6ea6b58175c214bc2ddb195d8d349bad868ffe4a26e3e8dccb220" + }, + { + "name": "DarkSkySevenDay", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/DarkSkySevenDay", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/DarkSkySevenDay.git", + "providesIncludes": [ + "DarkSkySevenDay.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/DarkSkySevenDay-1.0.0.zip", + "archiveFileName": "DarkSkySevenDay-1.0.0.zip", + "size": 22202, + "checksum": "SHA-256:f715121080b93b7fa4326257c22f681751abc08617eb203ebd49583d76f7f4d6" + }, + { + "name": "Adafruit LPS2X", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.0.zip", + "archiveFileName": "Adafruit_LPS2X-1.0.0.zip", + "size": 75401, + "checksum": "SHA-256:43cb3e9da87c14f04d1930f401c779dea5b3d8a28a787363e414cbc3b6ed6c5d" + }, + { + "name": "Adafruit LPS2X", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.1.zip", + "archiveFileName": "Adafruit_LPS2X-1.0.1.zip", + "size": 75438, + "checksum": "SHA-256:48100aa3eaa0aca3b54e94a5eeef3ed413835649623b00a7bd22e821d03e90a9" + }, + { + "name": "Adafruit LPS2X", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.2.zip", + "archiveFileName": "Adafruit_LPS2X-1.0.2.zip", + "size": 75467, + "checksum": "SHA-256:4b9c8ee87634fa294b96c7bd8e789579b53b8790b8db76075d61c9f8dd202565" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.0.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.0.zip", + "size": 79048, + "checksum": "SHA-256:641e68be35b0504e10dedc09eddbe5917510a20ac582e16faa6208cc9b9d9b38" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.1.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.1.zip", + "size": 79133, + "checksum": "SHA-256:7aa9159d18153ef7945b565102b84425ff74466f514d7336cd5e4d0881236b6b" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.2.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.2.zip", + "size": 79323, + "checksum": "SHA-256:6f939461c993231b52cb4b42a068e66de2ff606f34adfa868a7505c10190ecd9" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.3.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.3.zip", + "size": 79326, + "checksum": "SHA-256:e3b95e40498f8303acfafee0cd35cb5cc8f71fce845b93202518cec85f75451c" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.4.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.4.zip", + "size": 79432, + "checksum": "SHA-256:3d89c2b55ec26141dac2d0295af9ae4fa8ee1798ad6d0f8398292d342c70ea2f" + }, + { + "name": "Adafruit LPS2X", + "version": "2.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LPS2X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.6.zip", + "archiveFileName": "Adafruit_LPS2X-2.0.6.zip", + "size": 79432, + "checksum": "SHA-256:d428794320a16c07b5060a3d00fbcdc4cd42cfa607099f452327f1852b77a04b" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.0.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": [ + "TLI4971.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.0.0.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.0.0.zip", + "size": 14890, + "checksum": "SHA-256:2908dab5863798017f475e3574cdc3296159332245fbd2545d4558b2dd6230a5" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.0.1", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": [ + "TLI4971.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.0.1.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.0.1.zip", + "size": 340561, + "checksum": "SHA-256:d48b5e7a85fe4571b85f19b7243e952d91090ecceeb065867a6966bf1b995c90" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.1.1", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": [ + "TLI4971.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.1.1.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.1.1.zip", + "size": 340761, + "checksum": "SHA-256:be3330df7e16f70d9dc8fadc0610d3f0a8bd97735600bcf5cde5f6e9e4582859" + }, + { + "name": "TLI4971-Current-Sensor", + "version": "1.1.2", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", + "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", + "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", + "providesIncludes": [ + "TLI4971.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.1.2.zip", + "archiveFileName": "TLI4971_Current_Sensor-1.1.2.zip", + "size": 340712, + "checksum": "SHA-256:d485cd3a092354c9fff562b2c1ceb00a4d0d7124633ba583c7a98aa0dcf32e19" + }, + { + "name": "ComDriverSpi", + "version": "1.1.4", + "author": "IGB", + "maintainer": "IGB", + "sentence": "SPI communication driver class", + "paragraph": "Wraps transfer commands, speed, pinModes into an object", + "website": "*", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IGB-Germany/ComDriverSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/ComDriverSpi-1.1.4.zip", + "archiveFileName": "ComDriverSpi-1.1.4.zip", + "size": 5686, + "checksum": "SHA-256:74ececf91a7fbaa7393f5b3ce137b7074b6896e15c6d76e0b722622e3d61d66b" + }, + { + "name": "ComDriverSpi", + "version": "1.1.5", + "author": "IGB", + "maintainer": "IGB", + "sentence": "SPI communication driver class", + "paragraph": "Wraps transfer commands, speed, pinModes into an object", + "website": "*", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IGB-Germany/ComDriverSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/ComDriverSpi-1.1.5.zip", + "archiveFileName": "ComDriverSpi-1.1.5.zip", + "size": 6919, + "checksum": "SHA-256:5d7ee0746dc7bb7fd4aa8f55dcda260c650524378836fe9c50610c2dd5209a54" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.1", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": [ + "APRS-IS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.1.zip", + "archiveFileName": "APRS_IS_Lib-0.0.1.zip", + "size": 3403, + "checksum": "SHA-256:2e5147a6588e7fa4ed95a809d92a69f245b13555304428f3d53826e6f3fad3a2" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.2", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": [ + "APRS-IS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.2.zip", + "archiveFileName": "APRS_IS_Lib-0.0.2.zip", + "size": 6285, + "checksum": "SHA-256:4a8675f02759c9eeb9b167dd6f4d4aaeeddc60864c288868b2fbf62efd9609f9" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.4", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": [ + "APRS-IS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.4.zip", + "archiveFileName": "APRS_IS_Lib-0.0.4.zip", + "size": 7667, + "checksum": "SHA-256:0cba51120508696ba8543a2776257c99c5dd844576e1ed6c0e701ae63096e406" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.5", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": [ + "APRS-IS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.5.zip", + "archiveFileName": "APRS_IS_Lib-0.0.5.zip", + "size": 7709, + "checksum": "SHA-256:3ba51d8b30ca4588c0c45c69633e1da1aa1aa6e9cb3897f4239f6768631b353a" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.6", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/peterus/APRS-IS-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": [ + "APRS-IS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.6.zip", + "archiveFileName": "APRS_IS_Lib-0.0.6.zip", + "size": 8491, + "checksum": "SHA-256:5b2de7422aec72dd11fe6ff7b363cc364616caf368b297b14b0831ff12081c47" + }, + { + "name": "APRS-IS-Lib", + "version": "0.0.7", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "APRS-IS library for ESP32", + "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", + "website": "https://github.com/lora-aprs/APRS-IS-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "providesIncludes": [ + "APRS-IS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.7.zip", + "archiveFileName": "APRS_IS_Lib-0.0.7.zip", + "size": 8493, + "checksum": "SHA-256:ab7730a08451dba5890a5683e21e2e2aa65887a2552e1d2241c15bb24e727c60" + }, + { + "name": "SerialConfigCommand", + "version": "0.4.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Implement user commands via Serial easily.", + "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.0.zip", + "archiveFileName": "SerialConfigCommand-0.4.0.zip", + "size": 6504, + "checksum": "SHA-256:3bfbeb163584abe1f2c6e1a6ff89da8a41d7b87a7a0855b416fb766e015f3959" + }, + { + "name": "SerialConfigCommand", + "version": "0.4.1", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Implement user commands via Serial easily.", + "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.1.zip", + "archiveFileName": "SerialConfigCommand-0.4.1.zip", + "size": 6623, + "checksum": "SHA-256:956a400ca0e3c312b13d75302597adc614958aa420dae1b8fcdd754924568fc0" + }, + { + "name": "SerialConfigCommand", + "version": "0.4.2", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "Implement user commands via Serial easily.", + "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.2.zip", + "archiveFileName": "SerialConfigCommand-0.4.2.zip", + "size": 6618, + "checksum": "SHA-256:e188b57ee99d6cd6c15f43a3f3ab421f402da4d7c2f70a8bcaadac22f8ed060d" + }, + { + "name": "SerialConfigCommand", + "version": "0.5.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", + "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", + "website": "https://github.com/cygig/TimerEvent", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.5.0.zip", + "archiveFileName": "SerialConfigCommand-0.5.0.zip", + "size": 543589, + "checksum": "SHA-256:d3163d876356ab69a8838ed9a79262ec06d5492434d09e0097063c6007fb3f42" + }, + { + "name": "SerialConfigCommand", + "version": "0.5.1", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", + "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", + "website": "https://github.com/cygig/SerialConfigCommand", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.5.1.zip", + "archiveFileName": "SerialConfigCommand-0.5.1.zip", + "size": 543586, + "checksum": "SHA-256:c617bd5cff198191c84bd7cb4f07386769a302ffb784fbdad7af31c621456d95" + }, + { + "name": "SerialConfigCommand", + "version": "0.6.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", + "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", + "website": "https://github.com/cygig/SerialConfigCommand", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.6.0.zip", + "archiveFileName": "SerialConfigCommand-0.6.0.zip", + "size": 543638, + "checksum": "SHA-256:21cacce161ae8716f8cfcfdb631a8fc766f63fe480297e9df8f3d8f9c14fddbe" + }, + { + "name": "SerialConfigCommand", + "version": "0.7.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", + "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", + "website": "https://github.com/cygig/SerialConfigCommand", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SerialConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.7.0.zip", + "archiveFileName": "SerialConfigCommand-0.7.0.zip", + "size": 544108, + "checksum": "SHA-256:ed5b3df0c80bbb5f6be2b3865c7db58d57f77adbcc3b1f13b3420dfec7983316" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.1", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/peterus/APRS-Decoder-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": [ + "APRS-Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.1.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.1.zip", + "size": 31845, + "checksum": "SHA-256:a6830b4dd33e1316dca1ac76e5a2374fe244c1af9693145a9dce4c35c13ae051" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.3", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/peterus/APRS-Decoder-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": [ + "APRS-Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.3.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.3.zip", + "size": 6275, + "checksum": "SHA-256:277a4349afca32682ed296ee1e47f814664c8e932a53bf14572a759b47fafae9" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.4", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/peterus/APRS-Decoder-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": [ + "APRS-Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.4.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.4.zip", + "size": 8141, + "checksum": "SHA-256:367723b91ede3fe25bcde65c752a84e09311344bc06d09f278d92bb6bafef274" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.5", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/lora-aprs/APRS-Decoder-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": [ + "APRS-Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.5.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.5.zip", + "size": 8215, + "checksum": "SHA-256:8d4cb60324f5946ef583bb7fe84ada51bb7b404ae914edd81973a78886298fc5" + }, + { + "name": "APRS-Decoder-Lib", + "version": "0.0.6", + "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", + "sentence": "Library to decode APRS messages.", + "paragraph": "This library will provide a simple way to decode APRS messages.", + "website": "https://github.com/lora-aprs/APRS-Decoder-Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "providesIncludes": [ + "APRS-Decoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.6.zip", + "archiveFileName": "APRS_Decoder_Lib-0.0.6.zip", + "size": 14295, + "checksum": "SHA-256:57ec283976c6e35f5345c854722741821c61f219d0a538299e755b1b9913e6cd" + }, + { + "name": "AD5231 Arduino Library", + "version": "0.1.0", + "author": "Will White", + "maintainer": "WD24 \u003chttps://github.com/WD24/AD5231-Arduino-Library\u003e", + "sentence": "Arduino Library for controlling the Analog Devices AD5231 SPI Digital Potentiometer (DigiPot)", + "paragraph": "The Analog Devices AD5231 Digital Potentiometer (DigiPot) has a 10 bit resolution(1024) avalable in several values (10 kΩ, 50 kΩ, and 100 kΩ) with either 3-5V single supply or +/- 2.5V communicating over SPI.", + "website": "https://github.com/WD24/AD5231-Arduino-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WD24/AD5231-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WD24/AD5231_Arduino_Library-0.1.0.zip", + "archiveFileName": "AD5231_Arduino_Library-0.1.0.zip", + "size": 18107, + "checksum": "SHA-256:059bbbcd4d06bb297ea0df44c51ca2d81ca5cb8ca0f69d0c99ed7518ee768ee9" + }, + { + "name": "FeatherFault", + "version": "1.0.0", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": [ + "FeatherFault.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.0.0.zip", + "archiveFileName": "FeatherFault-1.0.0.zip", + "size": 28999, + "checksum": "SHA-256:c559054ce9d0fcbea6475f44a122172cc5209b6e1f39027ed9eaf126f6e07233" + }, + { + "name": "FeatherFault", + "version": "1.1.3", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": [ + "FeatherFault.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.3.zip", + "archiveFileName": "FeatherFault-1.1.3.zip", + "size": 29000, + "checksum": "SHA-256:818e4906031ea249a05105d081dd7a43909172155af90f1099bb004ba5bb923e" + }, + { + "name": "FeatherFault", + "version": "1.1.4", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": [ + "FeatherFault.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.4.zip", + "archiveFileName": "FeatherFault-1.1.4.zip", + "size": 30417, + "checksum": "SHA-256:c31e3749a82bcd5a4450014d6c9733e8731eacb8b332db524aa1a022a3da527b" + }, + { + "name": "FeatherFault", + "version": "1.1.5", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": [ + "FeatherFault.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.5.zip", + "archiveFileName": "FeatherFault-1.1.5.zip", + "size": 30463, + "checksum": "SHA-256:17596495f1337188841122f92d619d393ae1ba0f02ce70d16533011ae2d8557c" + }, + { + "name": "FeatherFault", + "version": "1.1.6", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": [ + "FeatherFault.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.6.zip", + "archiveFileName": "FeatherFault-1.1.6.zip", + "size": 30466, + "checksum": "SHA-256:8866309c58378bd7ab57ef888358a272c42dfffc573b1ec896c6d63c27e2eafa" + }, + { + "name": "FeatherFault", + "version": "1.1.7", + "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", + "maintainer": "OPEnS Lab", + "sentence": "FeatherFault tells you why your Arduino program is crashing", + "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", + "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "providesIncludes": [ + "FeatherFault.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.7.zip", + "archiveFileName": "FeatherFault-1.1.7.zip", + "size": 30454, + "checksum": "SHA-256:01a836dda3f8600cf7ec3b39ba15d49c7efc395c4b19e51f7dfe74b95ff18bc7" + }, + { + "name": "Gigabits", + "version": "0.0.2", + "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "sentence": "Gigabits interface for Arduino", + "paragraph": "This library interfaces with the Gigabits API", + "website": "https://github.com/gigabits-org/gigabits-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "providesIncludes": [ + "Gigabits.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.2.zip", + "archiveFileName": "Gigabits-0.0.2.zip", + "size": 29652, + "checksum": "SHA-256:8cf97a3c6ea601dc8aaea50d0e226762e3e5893f1ab633c108f790accc943935" + }, + { + "name": "Gigabits", + "version": "0.0.3", + "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "sentence": "Gigabits interface for Arduino", + "paragraph": "This library interfaces with the Gigabits API", + "website": "https://github.com/gigabits-org/gigabits-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "providesIncludes": [ + "Gigabits.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.3.zip", + "archiveFileName": "Gigabits-0.0.3.zip", + "size": 48799, + "checksum": "SHA-256:0df76c56430e018c6f2c8efbd33d50962b6db808ad965052e639ca5553c24ee6" + }, + { + "name": "Gigabits", + "version": "0.0.4", + "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", + "sentence": "Gigabits interface for Arduino", + "paragraph": "This library interfaces with the Gigabits API", + "website": "https://github.com/gigabits-org/gigabits-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "providesIncludes": [ + "Gigabits.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.4.zip", + "archiveFileName": "Gigabits-0.0.4.zip", + "size": 50799, + "checksum": "SHA-256:2503086ace835616ec742947318e7ce197ceeade716d3cf5c92b19ff43a9325c" + }, + { + "name": "STM32duino ST25DV", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.0.zip", + "archiveFileName": "STM32duino_ST25DV-1.0.0.zip", + "size": 107074, + "checksum": "SHA-256:892ac8b9afad2dcf3c8cc1cf7dd3b5f03f3e512675f1c16b2b8726b19368b471" + }, + { + "name": "STM32duino ST25DV", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.1.zip", + "archiveFileName": "STM32duino_ST25DV-1.0.1.zip", + "size": 107084, + "checksum": "SHA-256:68cc33fca6faeb2b87ae75589a8b3897d69788efbf8b284edeb7a6a4134ff3ef" + }, + { + "name": "STM32duino ST25DV", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.2.zip", + "archiveFileName": "STM32duino_ST25DV-1.0.2.zip", + "size": 112498, + "checksum": "SHA-256:6547158c65224e0cb5d34e7fbf0cc1666951fe82dc4e84dfb2c4519f6128eda7" + }, + { + "name": "STM32duino ST25DV", + "version": "1.0.3", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.3.zip", + "archiveFileName": "STM32duino_ST25DV-1.0.3.zip", + "size": 112629, + "checksum": "SHA-256:19f76bd1ebd951a551befeea9b4062c8682060e0cb7c1ced98ee4c4f3227523f" + }, + { + "name": "STM32duino ST25DV", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.1.0.zip", + "archiveFileName": "STM32duino_ST25DV-1.1.0.zip", + "size": 112731, + "checksum": "SHA-256:430865003c4ec3cd58ba76e82a9b1b21ef05487cf87e841b1d72a3ba74dd6513" + }, + { + "name": "STM32duino ST25DV", + "version": "1.2.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.2.0.zip", + "archiveFileName": "STM32duino_ST25DV-1.2.0.zip", + "size": 112761, + "checksum": "SHA-256:6684cd4c0a3ab1d5dd7000d68a1232a8113e2a8b5456bedae4a8af28a429b007" + }, + { + "name": "STM32duino ST25DV", + "version": "2.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-2.0.0.zip", + "archiveFileName": "STM32duino_ST25DV-2.0.0.zip", + "size": 102246, + "checksum": "SHA-256:d245dddf4aef72d70aa7bc0dea28db52705a80656013876825cbfaf366073027" + }, + { + "name": "STM32duino ST25DV", + "version": "2.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-2.0.1.zip", + "archiveFileName": "STM32duino_ST25DV-2.0.1.zip", + "size": 102193, + "checksum": "SHA-256:89e6767d89a9aefabcac67481c738cd30c495408425842cb9225253b8a9ad191" + }, + { + "name": "STM32duino ST25DV", + "version": "2.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-2.0.2.zip", + "archiveFileName": "STM32duino_ST25DV-2.0.2.zip", + "size": 102240, + "checksum": "SHA-256:39d3bfea54daa531feff5f0681ea6342784234ea8ef30be01477d83387bc6054" + }, + { + "name": "STM32duino ST25DV", + "version": "2.0.3", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-2.0.3.zip", + "archiveFileName": "STM32duino_ST25DV-2.0.3.zip", + "size": 102238, + "checksum": "SHA-256:6cc235d8526ce41e8da1e4e77f870693061ed2143ae75bb297391bb521d91b11" + }, + { + "name": "STM32duino ST25DV", + "version": "2.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the NFC ST25DV", + "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", + "website": "https://github.com/stm32duino/ST25DV", + "category": "Communication", + "architectures": [ + "stm32", + "avr", + "samd", + "arc32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25DV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-2.1.0.zip", + "archiveFileName": "STM32duino_ST25DV-2.1.0.zip", + "size": 103453, + "checksum": "SHA-256:0e8a93f5a0e423b6902a16a49ba48a5b77a1300b71f7c18a9349effbbc5a96a7" + }, + { + "name": "USB-MIDI", + "version": "1.0.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/USB-MIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": [ + "USB-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.0.0.zip", + "archiveFileName": "USB_MIDI-1.0.0.zip", + "size": 6744, + "checksum": "SHA-256:5300fda6963a9e50abc0f53e91c8f094910828dcc45b7765e4ce904ccca7a43a" + }, + { + "name": "USB-MIDI", + "version": "1.1.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/Arduino-USBMIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": [ + "USB-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "MIDIUSB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.0.zip", + "archiveFileName": "USB_MIDI-1.1.0.zip", + "size": 13880, + "checksum": "SHA-256:42b66ca44721930dcc64d1cfb0c377b844ed649c3e0f5deb26808731c9ca9fea" + }, + { + "name": "USB-MIDI", + "version": "1.1.1", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/Arduino-USBMIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": [ + "USB-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "MIDIUSB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.1.zip", + "archiveFileName": "USB_MIDI-1.1.1.zip", + "size": 13878, + "checksum": "SHA-256:7c98530df8d1ab2498253cdc6c21a97e0145acc244f4bc4b9d3250ef2522842c" + }, + { + "name": "USB-MIDI", + "version": "1.1.2", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "USB-MIDI I/Os for Arduino", + "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", + "website": "https://github.com/lathoub/Arduino-USBMIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/USB-MIDI.git", + "providesIncludes": [ + "USB-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "MIDIUSB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.2.zip", + "archiveFileName": "USB_MIDI-1.1.2.zip", + "size": 14084, + "checksum": "SHA-256:74828c7955f53285b018886cfb8cec6af7c3de04ef7d2f50cd2bc536b03e1e35" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.0.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.0.zip", + "size": 4937, + "checksum": "SHA-256:916460644660f76b5748f0f71e4738540551c2db4c5ad011fbef5bd21f7151f3" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.1.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.1.zip", + "size": 5101, + "checksum": "SHA-256:c743e1674d4885f1648602f9347ac6c35ab85cf3d53eda499f221f838dafacfe" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.2.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.2.zip", + "size": 5102, + "checksum": "SHA-256:14223c22b177d19a94c51dd60cfbcf8dbb9cf3fb01faeccd8d69a93d1a09f95a" + }, + { + "name": "I2cMotors_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls i2c motor driver.", + "paragraph": "It can control speed of left and right motors.", + "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.3.zip", + "archiveFileName": "I2cMotors_asukiaaa-1.0.3.zip", + "size": 5145, + "checksum": "SHA-256:24d3e21bbeb67fa134eb060064686453f9c49ebacca1d0fbce81d97e48eee899" + }, + { + "name": "ssd1306xled", + "version": "0.0.1", + "author": "Neven Boyanov, Tejashwi Kalp Taru, David Johnson-Davies", + "maintainer": "Tejashwi Kalp Taru", + "sentence": "SSD1306, SSD1315 or SSH1106 OLED screen driver", + "paragraph": "SSD1306, SSD1315 or SSH1106 OLED screen driver", + "website": "https://github.com/tejashwikalptaru/ssd1306xled", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tejashwikalptaru/ssd1306xled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tejashwikalptaru/ssd1306xled-0.0.1.zip", + "archiveFileName": "ssd1306xled-0.0.1.zip", + "size": 13027, + "checksum": "SHA-256:1c40592f8286f3164ae572343628c9ce05c4f5b9a94aa6ed5cac8a4c067461b2" + }, + { + "name": "Motor_RS", + "version": "1.0.0", + "author": "Rahul Shrivastava \u003crahul.stva@gmail.com\u003e", + "maintainer": "Rahul Shrivastava \u003crahul.stva@gmail.com\u003e", + "sentence": "Library for L293D.", + "paragraph": "You can one DC Motor, forward, back and stop.", + "website": "https://github.com/rahulstva/Motor_RS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rahulstva/Motor_RS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rahulstva/Motor_RS-1.0.0.zip", + "archiveFileName": "Motor_RS-1.0.0.zip", + "size": 15095, + "checksum": "SHA-256:f13aff9f7c8b1babac893656c01bcb3a2c66ad9d4012692a703012519375f9d1" + }, + { + "name": "lv_arduino", + "version": "2.0.2", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.0.2.zip", + "archiveFileName": "lv_arduino-2.0.2.zip", + "size": 794932, + "checksum": "SHA-256:657eb1f24e63d42e6c1175a7a5e107f460eb018b269887f1ed25192aeb14b034" + }, + { + "name": "lv_arduino", + "version": "2.0.3", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.0.3.zip", + "archiveFileName": "lv_arduino-2.0.3.zip", + "size": 801239, + "checksum": "SHA-256:8026e204e6a5d36fa963fd653a33ef643257c495ae307ff71ddb9713ac48f82d" + }, + { + "name": "lv_arduino", + "version": "2.1.4", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.1.4.zip", + "archiveFileName": "lv_arduino-2.1.4.zip", + "size": 1093542, + "checksum": "SHA-256:020c25a239969f2f8858733720ed6097d594c430c2ad1947af36edaaec00c1a4" + }, + { + "name": "lv_arduino", + "version": "2.1.5", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://littlevgl.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.1.5.zip", + "archiveFileName": "lv_arduino-2.1.5.zip", + "size": 1265303, + "checksum": "SHA-256:6f68d8e129c7d23a0e24095a4e6e4a0addf27a813f94de800d0a866c411b0f9b" + }, + { + "name": "lv_arduino", + "version": "3.0.0", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-3.0.0.zip", + "archiveFileName": "lv_arduino-3.0.0.zip", + "size": 7089891, + "checksum": "SHA-256:e1b1004d699706e33f4f43d140327a482cadc29f64aaadcefddc828e459bd180" + }, + { + "name": "lv_arduino", + "version": "3.0.1", + "author": "Gabor Kiss-Vamosi", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Full-featured Graphics Library for embedded systems", + "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_arduino.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-3.0.1.zip", + "archiveFileName": "lv_arduino-3.0.1.zip", + "size": 7091413, + "checksum": "SHA-256:f34039921e204157ee17113e2ce049f328bf2859a5bd66b91a28e527ff128ccc" + }, + { + "name": "uTLGBotLib", + "version": "1.0.0", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots.", + "paragraph": "Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots. You can use it with ESP8266 and ESP32 microcontrollers.", + "website": "https://github.com/J-Rios/uTLGBotLib-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/J-Rios/uTLGBotLib-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/uTLGBotLib-1.0.0.zip", + "archiveFileName": "uTLGBotLib-1.0.0.zip", + "size": 72906, + "checksum": "SHA-256:237e687641c4882e432ed93ea650c5505ef25d5fddee26b10d6bcd9bcd12a53b" + }, + { + "name": "basicGLCD", + "version": "1.0.1", + "author": "Park Kwangryeol \u003cpkr7098@gmail.com\u003e", + "maintainer": "Kwangryeol Park \u003cpkr7098@gmail.com\u003e", + "sentence": "This library is for QY-12854BG(= GLCD).", + "paragraph": "You can set all the pins seperately(ex setDataPins(), setRWPin()....). there are no functions for image, but only for text(in ver 1.0.0)", + "website": "https://github.com/KwangryeolPark/GLCD_QY_12864BG", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KwangryeolPark/GLCD_QY_12864BG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KwangryeolPark/basicGLCD-1.0.1.zip", + "archiveFileName": "basicGLCD-1.0.1.zip", + "size": 9443, + "checksum": "SHA-256:b3bce330d108243c0305a2a29ffa28146b129c5e98fc64058e9868007535dad8" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields with fallback web configuration portal", + "paragraph": "Library to configure WiFi/Credentials at runtime for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.0.zip", + "size": 109968, + "checksum": "SHA-256:5ccf69143dd7eb9c31b6a7774802904cf630d9e39ca2c23b1f3205186e37a65e" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.1.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.1.zip", + "size": 115243, + "checksum": "SHA-256:479c090e391c1f267d7503847dfdcaed2073c409f20444db82087eac237785ea" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.2.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.2.zip", + "size": 2535557, + "checksum": "SHA-256:eb670399c3ee63d97fefcec999afaac26da22b2195f19cb7c12c725bef8c4330" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.3.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.0.3.zip", + "size": 2633771, + "checksum": "SHA-256:6c4e00638dc432336d9fcac4c87b0be5e8a598de5cc2884e45bf86988848ba6e" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.1.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.1.0.zip", + "size": 2769811, + "checksum": "SHA-256:c83efe5bab2161f0719ba14a0970350233a8db17597516c7d5b68e4466943a23" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52/RP2040 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.2.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.2.0.zip", + "size": 2786303, + "checksum": "SHA-256:d065042546bb98584f630399dcae7c0bf7aa93ff48e28687e63147d4b0e083e7" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52/RP2040 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.3.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.3.0.zip", + "size": 2858702, + "checksum": "SHA-256:f882a56ba9d7d204b7119155949ca18daeff2a060733266e2197405e610d26da" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52/RP2040 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.3.1.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.3.1.zip", + "size": 3141482, + "checksum": "SHA-256:163528b1106222efeb39f369bfe473fe77c09d0db955786b9eae05381cda2e26" + }, + { + "name": "ESP_AT_WiFiManager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using WizFi360/ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52/RP2040 LittleFS.", + "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards using WizFi360/ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", + "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "providesIncludes": [ + "ESP_AT_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.4.0.zip", + "archiveFileName": "ESP_AT_WiFiManager-1.4.0.zip", + "size": 4527203, + "checksum": "SHA-256:39ed36c1474d0d6f6296c624990016661052149e499b7e68eb0a71a013a52726" + }, + { + "name": "ArxRobot Library", + "version": "1.0.0", + "author": "Gary Hill", + "maintainer": "AoSA \u003carxterra@gmail.com\u003e", + "sentence": "Enables easy access to the controls of Arxterra robots.", + "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", + "website": "http://arxterra.com/3dot/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-1.0.0.zip", + "archiveFileName": "ArxRobot_Library-1.0.0.zip", + "size": 31405, + "checksum": "SHA-256:91e48711aa5c83c33a982744005a32c17a8b3c810c62c9a767f3cc49ad3e42a6" + }, + { + "name": "ArxRobot Library", + "version": "3.0.0", + "author": "Gary Hill", + "maintainer": "Arxterra \u003cinfo@arxterra.com\u003e", + "sentence": "Enables easy access to the controls of Arxterra robots.", + "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", + "website": "http://arxterra.com/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-3.0.0.zip", + "archiveFileName": "ArxRobot_Library-3.0.0.zip", + "size": 43035, + "checksum": "SHA-256:65db3a6453d0350c10334ae7cbc01ae4c633f5e7e45e9c70b336c2cd476d0003" + }, + { + "name": "ArxRobot Library", + "version": "3.1.0", + "author": "Gary Hill", + "maintainer": "Arxterra \u003cinfo@arxterra.com\u003e", + "sentence": "Enables easy access to the controls of Arxterra robots.", + "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", + "website": "http://arxterra.com/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-3.1.0.zip", + "archiveFileName": "ArxRobot_Library-3.1.0.zip", + "size": 45334, + "checksum": "SHA-256:ea14dc044e6eadfaffef99b3025ad25da2f5f8d3a9d071e261a06ccb2bac1017" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields with fallback web configuration portal", + "paragraph": "Library to configure WiFi/Credentials at runtime for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.0.zip", + "size": 65019, + "checksum": "SHA-256:34dd4f6b6c83fccf3099266c1906d53f023e9ec107f0b39fa6ed8d267326f53b" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.1.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.1.zip", + "size": 139124, + "checksum": "SHA-256:900cc9f861645ba2418824a96d7b7041440ba1de03f70d95aac4dda4c3149cc6" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266 AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.2.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.2.zip", + "size": 142680, + "checksum": "SHA-256:df15463f14d2bf06488ad1208849300ee1eb22f82252aae8af9f34cdf42c5ea0" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266 AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage, DueFlashStorage or LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.3.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.3.zip", + "size": 240976, + "checksum": "SHA-256:72ac6ecd09010c8dbc773ca5f611ee13396fddf49384be1f79e82b238681f90a" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.4.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.0.4.zip", + "size": 239653, + "checksum": "SHA-256:e2c0ac1a427c7d38c3e50bef2853582d91fe1e3d94bd2f4867ad2ee6812d1bf7" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.1.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.1.0.zip", + "size": 495909, + "checksum": "SHA-256:82ad6adaaa80d04ef985fe9e839f76f3b7a9d3e4296d1061263c082a36ed7a0f" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.2.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.2.0.zip", + "size": 590842, + "checksum": "SHA-256:afa09e0e4137a55cbc4b8c621763851e7e1e1fadbca8af02ca04ce9dd79f6598" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based RASPBERRY_PI_PICO, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.3.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.3.0.zip", + "size": 632172, + "checksum": "SHA-256:bd5d297604dc51a7d8306412efa6f570028fdc26ef611759c2da4848caab72f7" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.4.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.4.0.zip", + "size": 712410, + "checksum": "SHA-256:d7de6b92b57e1d1019643144dedf90779e15ffa3fd7ddc59ae305994809e5bf2" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.4.1.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.4.1.zip", + "size": 991142, + "checksum": "SHA-256:cd3b1fb64b31a5f12d5024ae982c1a2acd301269dfffe3a344115e26747f8908" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.5.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.5.0.zip", + "size": 1096204, + "checksum": "SHA-256:f4af43db4a0ac8ce69efedd4c340fc6eaeb2291d60e4be3d4ca051f25343f9b2" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.5.1.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.5.1.zip", + "size": 1138095, + "checksum": "SHA-256:481ae32abc4a1392841d5d9927188d9fd6b343b50eefae9cb0f534cae07bf730" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.5.2.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.5.2.zip", + "size": 1173840, + "checksum": "SHA-256:67d09351564479c0f9bd6159aea8b7b5d18ca46c6b27fd83dcd0cda395270385" + }, + { + "name": "ESP_AT_WM_Lite", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using WizFi360/ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", + "dependencies": [ + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.6.0.zip", + "archiveFileName": "ESP_AT_WM_Lite-1.6.0.zip", + "size": 2384842, + "checksum": "SHA-256:c2c196e672171a8ff6f16bd9429a9dbf3ef73a30a1dafabd79e4661921b9b978" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-1.0.0.zip", + "size": 53582, + "checksum": "SHA-256:555a68e487e6f07be14328538c58ca414354f4f8ef7da3f8d3d195e3f6d454f5" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-1.1.0.zip", + "size": 66099, + "checksum": "SHA-256:1003d527bc31305c67edfff48b8f8bfdf7108b617bea03f3df29ec00565b6a12" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "1.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.1.1.zip", + "archiveFileName": "STM32duino_LSM6DSOX-1.1.1.zip", + "size": 66098, + "checksum": "SHA-256:f409b43499c53ba464123e4877eaa8678c6026d9513a2053ce98aa5335193261" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.0.0.zip", + "size": 66230, + "checksum": "SHA-256:4492a6dd61642ff90eaa0906c6be7ffc9513603226729cf45a7cfa73d699ed71" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.0.1.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.0.1.zip", + "size": 66270, + "checksum": "SHA-256:191af2e9b61bedd7ecadec465efdb1ad9b5033588e4d4228697592e3d4b7a345" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.1.0.zip", + "size": 75809, + "checksum": "SHA-256:0cf9e1639f1d1a04fb9460a55f33d09156028b09da8fe3eaaecbae6be4750c1e" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.1.1.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.1.1.zip", + "size": 75859, + "checksum": "SHA-256:99509787ae2bffe274b99d7e464b0e3d402c087f2901deff65831be87b4e92aa" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.1.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.1.2.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.1.2.zip", + "size": 75852, + "checksum": "SHA-256:1b0627ac68e244877b54a71da58a8f6ecd275cfb5794c1fcdbf5824ac154e0aa" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.2.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.2.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.2.0.zip", + "size": 76091, + "checksum": "SHA-256:7de20224ebeb07821ad8ee0e9e31daba28ef1f117f4c43216312fe979edd427a" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.3.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.3.0.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.3.0.zip", + "size": 76371, + "checksum": "SHA-256:6b18896535d7fc3a1ba2197bdfcd23e47b460f6d738f801161461d9bc359c5a8" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.3.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.3.1.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.3.1.zip", + "size": 76379, + "checksum": "SHA-256:cb38132346dbd5dd0e432710ed0543b914e75ffc9a91fdab534ef1666b1245e1" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.3.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.3.2.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.3.2.zip", + "size": 76415, + "checksum": "SHA-256:b9a845eabdeb4254a666ac371521a553f3fe2f8aaa1b106b7acb268ad62fbc29" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.3.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.3.3.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.3.3.zip", + "size": 76431, + "checksum": "SHA-256:16b591e2a9384e02772d30fa4c9c917fea053a1d94d28d31fe125e14fad2c19f" + }, + { + "name": "STM32duino LSM6DSOX", + "version": "2.3.4", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSOX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-2.3.4.zip", + "archiveFileName": "STM32duino_LSM6DSOX-2.3.4.zip", + "size": 76482, + "checksum": "SHA-256:c6b9afd4aad1067bffdea26f3854c16858363fe4cc12efca32528a0588863f63" + }, + { + "name": "Forced-BME280", + "version": "2.0.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": [ + "forcedClimate.h" + ], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.0.0.zip", + "archiveFileName": "Forced_BME280-2.0.0.zip", + "size": 10533, + "checksum": "SHA-256:f9d7bacadbaa8356fdf4b26c8816eca56b024f6b93c5834e398f8caff5774baf" + }, + { + "name": "Forced-BME280", + "version": "2.1.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": [ + "forcedClimate.h" + ], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.1.0.zip", + "archiveFileName": "Forced_BME280-2.1.0.zip", + "size": 10796, + "checksum": "SHA-256:3c5564924acb4e8846db0ceeff0265589f36d00c7d0696aa75c9886e2f8ba32c" + }, + { + "name": "Forced-BME280", + "version": "2.3.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": [ + "forcedClimate.h" + ], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.3.0.zip", + "archiveFileName": "Forced_BME280-2.3.0.zip", + "size": 11055, + "checksum": "SHA-256:0463c3e2245ab23c614082a05e45e61c1f77c3ac26101e1dede203b1ea88bec2" + }, + { + "name": "Forced-BME280", + "version": "3.0.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BME280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/Forced-BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JVKran/Forced-BME280.git", + "providesIncludes": [ + "forcedClimate.h" + ], + "dependencies": [ + { + "name": "stdint" + }, + { + "name": "Wire" + }, + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-3.0.0.zip", + "archiveFileName": "Forced_BME280-3.0.0.zip", + "size": 11233, + "checksum": "SHA-256:0d13e215777d49e93798388a5729280211ca60c21ca82de5fe4f091450316c8f" + }, + { + "name": "STM32duino STTS22H", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-1.0.0.zip", + "archiveFileName": "STM32duino_STTS22H-1.0.0.zip", + "size": 12157, + "checksum": "SHA-256:cb304d25397cb36779bcfb50a863eebd9278cc4a24c79e2951e93b917b96fb31" + }, + { + "name": "STM32duino STTS22H", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-1.0.1.zip", + "archiveFileName": "STM32duino_STTS22H-1.0.1.zip", + "size": 12164, + "checksum": "SHA-256:20e80290f84601e57d04ac14150a91cf8dd1dc5335ea2854d208a9a8b7af7f57" + }, + { + "name": "STM32duino STTS22H", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-2.0.0.zip", + "archiveFileName": "STM32duino_STTS22H-2.0.0.zip", + "size": 12259, + "checksum": "SHA-256:9c1937b13efa14142ab201663a59c8801fedae6c9c625a09e212f89e5b5feb38" + }, + { + "name": "STM32duino STTS22H", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-2.0.1.zip", + "archiveFileName": "STM32duino_STTS22H-2.0.1.zip", + "size": 13219, + "checksum": "SHA-256:25c58758ff7ebc5609346054ecc9257dbadca21834e98fa701831eb516e8a2a8" + }, + { + "name": "STM32duino STTS22H", + "version": "2.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "digital temperature sensor.", + "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", + "website": "https://github.com/stm32duino/STTS22H", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STTS22H.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-2.0.2.zip", + "archiveFileName": "STM32duino_STTS22H-2.0.2.zip", + "size": 13213, + "checksum": "SHA-256:a930b3301309d07278e8cfb274cf9412f3d2463355bc6a05042ff552703dfe12" + }, + { + "name": "STM32duino ISM330DLC", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope ISM330DLC for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DLC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ISM330DLC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DLC-1.0.0.zip", + "archiveFileName": "STM32duino_ISM330DLC-1.0.0.zip", + "size": 39354, + "checksum": "SHA-256:55ad4fc78dc076f2673d0d163f8d3533e63e862b07c5f335c129c6d896188836" + }, + { + "name": "STM32duino ISM330DLC", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope ISM330DLC for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DLC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ISM330DLC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DLC-2.0.0.zip", + "archiveFileName": "STM32duino_ISM330DLC-2.0.0.zip", + "size": 40010, + "checksum": "SHA-256:f873ebcec7de565a3884c11256ae6b3b425acb27c3c14ab3d2f44ce9863089de" + }, + { + "name": "STM32duino ISM330DLC", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "3D accelerometer and 3D gyroscope.", + "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope ISM330DLC for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DLC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ISM330DLC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DLC-2.0.1.zip", + "archiveFileName": "STM32duino_ISM330DLC-2.0.1.zip", + "size": 39260, + "checksum": "SHA-256:efe01e1e9b6025424bfd4c13888ab08076b3c4c796276e449dd9da7402ba71d1" + }, + { + "name": "STM32duino IIS2MDC", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer IIS2MDC for STM32 boards.", + "website": "https://github.com/stm32duino/IIS2MDC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/IIS2MDC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2MDC-1.0.0.zip", + "archiveFileName": "STM32duino_IIS2MDC-1.0.0.zip", + "size": 14203, + "checksum": "SHA-256:17006eb2531b440c790c9e0d9b384b6a50adc45963aefb1cdc85af075c7ea3af" + }, + { + "name": "STM32duino IIS2MDC", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer IIS2MDC for STM32 boards.", + "website": "https://github.com/stm32duino/IIS2MDC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/IIS2MDC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2MDC-2.0.0.zip", + "archiveFileName": "STM32duino_IIS2MDC-2.0.0.zip", + "size": 13761, + "checksum": "SHA-256:d8842d1ce860f28bcc2c2c12134ae5d056cf9e67fb56cbc06c6a1ef2da7ede51" + }, + { + "name": "STM32duino IIS2MDC", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer IIS2MDC for STM32 boards.", + "website": "https://github.com/stm32duino/IIS2MDC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/IIS2MDC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2MDC-2.0.1.zip", + "archiveFileName": "STM32duino_IIS2MDC-2.0.1.zip", + "size": 15706, + "checksum": "SHA-256:966e2cbee6fd325464a702c226f951d3e4903a7b66f4967dc0b3590f84eafce6" + }, + { + "name": "STM32duino IIS2MDC", + "version": "2.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D magnetometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer IIS2MDC for STM32 boards.", + "website": "https://github.com/stm32duino/IIS2MDC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/IIS2MDC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2MDC-2.0.2.zip", + "archiveFileName": "STM32duino_IIS2MDC-2.0.2.zip", + "size": 15754, + "checksum": "SHA-256:6a6fc7f01d814c18202a63dcd6c391a933fb6c2a523e44a78cb5b6db4da4bc87" + }, + { + "name": "SimpleShell", + "version": "1.0.0", + "author": "CaféHaine", + "maintainer": "CaféHaine \u003ckilian.guillaume@gmail.com\u003e", + "sentence": "A quick and easy way to control your Arduino using serial.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/cafehaine/SimpleShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cafehaine/SimpleShell.git", + "dependencies": [ + { + "name": "LinkedPointerList" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cafehaine/SimpleShell-1.0.0.zip", + "archiveFileName": "SimpleShell-1.0.0.zip", + "size": 6732, + "checksum": "SHA-256:508d2a64888e23f3e55211e61972856813b6fc916b1f7707578051411516bcbf" + }, + { + "name": "VCNL3040 Proximity Sensor Library", + "version": "0.1.0", + "author": "Andris Jenerts - \u003candris.jenerts@gmail.com\u003e", + "maintainer": "Andris Jenerts", + "sentence": "Code for Vishay VCNL3040 Proximity sensor", + "paragraph": "Library can be used to not only read values from VCNL3040, but also to configure registers that coantain aplication specific values.", + "website": "https://github.com/JenertsA/VCNL3040_Proximity_Sensor_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JenertsA/VCNL3040_Proximity_Sensor_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JenertsA/VCNL3040_Proximity_Sensor_Library-0.1.0.zip", + "archiveFileName": "VCNL3040_Proximity_Sensor_Library-0.1.0.zip", + "size": 7421, + "checksum": "SHA-256:3d19b489e75b01d3b443a272ca179172fa675034a5fc3a50e135758582745682" + }, + { + "name": "FastBLE", + "version": "0.1.0", + "author": "Joonatan Saarhelo", + "maintainer": "Joonatan Saarhelo \u003cjoon.saar@gmail.com\u003e", + "sentence": "BLE that leaves cycles for other tasks on Arduino MKR WiFi 1010", + "paragraph": "Only supports peripheral mode and lacks some customization options. Uses the NINA processor unlike the official BLE. You have to flash the NINA with the software included in extras.", + "website": "https://github.com/joonazan/nina-fast-bluetooth", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joonazan/nina-fast-bluetooth.git", + "providesIncludes": [ + "FastBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joonazan/FastBLE-0.1.0.zip", + "archiveFileName": "FastBLE-0.1.0.zip", + "size": 23353, + "checksum": "SHA-256:82c19162799a167312e868470d4e00bff4c2b2c36f50c91a59e6d349d9eb254a" + }, + { + "name": "FastBLE", + "version": "0.2.0", + "author": "Joonatan Saarhelo", + "maintainer": "Joonatan Saarhelo \u003cjoon.saar@gmail.com\u003e", + "sentence": "BLE that leaves cycles for other tasks on Arduino MKR WiFi 1010", + "paragraph": "Only supports peripheral mode and lacks some customization options. Uses the NINA processor unlike the official BLE. You have to flash the NINA with the software included in extras.", + "website": "https://github.com/joonazan/nina-fast-bluetooth", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joonazan/nina-fast-bluetooth.git", + "providesIncludes": [ + "FastBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joonazan/FastBLE-0.2.0.zip", + "archiveFileName": "FastBLE-0.2.0.zip", + "size": 25106, + "checksum": "SHA-256:44e715683a89d15ebb9f753377ba02f448ff0f89775c17de728ada7e76111e15" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.1.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.1.zip", + "size": 9569, + "checksum": "SHA-256:2b19396ada41b431767d72be04aef03b65287017aa82c56efc3c9b79427ccf8f" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Alex Wende \u003calex.wende@sparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 by I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/13314", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.0.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.0.zip", + "size": 9137, + "checksum": "SHA-256:74f0685e5f14fd355d72cd14452f44c9cf18dafec0f84fdb46e55bf59c5b4738" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.2.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.2.zip", + "size": 9606, + "checksum": "SHA-256:3e616f6ee292db0b842f59627cdc107ff2883bc9e97079cb65e610096053a14f" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.3.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.0.3.zip", + "size": 9722, + "checksum": "SHA-256:792bcdab1e35ee12d141c336cb3f7d256f670585c0c98872c7c3ca5978574095" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.1.0.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.1.0.zip", + "size": 14103, + "checksum": "SHA-256:d07e8cd9b1b62a63e4ab7600ab82afce87fa56253cef65f299bf983636300e73" + }, + { + "name": "SparkFun TMP102 Breakout", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", + "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", + "website": "https://www.sparkfun.com/products/16304", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.1.2.zip", + "archiveFileName": "SparkFun_TMP102_Breakout-1.1.2.zip", + "size": 11816, + "checksum": "SHA-256:d22ff3fe0f477bacec37758c713595e24d09ac172f9f231ecfad67e161708ae5" + }, + { + "name": "EthernetBonjour", + "version": "1.0.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e", + "maintainer": "TrippyLighting", + "sentence": "Bonjour (ZeroConf) Library for Arduino \u0026 Teensyduino", + "paragraph": "mDNS (registering services) and DNS-SD (service discovery) has been tested and works on: Teensy++2 with WIZ81MJ, Teensy3 with WIZ820io and Arduino with Ethernet shield", + "website": "https://github.com/TrippyLighting/EthernetBonjour", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/EthernetBonjour.git", + "providesIncludes": [ + "EthernetBonjour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/EthernetBonjour-1.0.0.zip", + "archiveFileName": "EthernetBonjour-1.0.0.zip", + "size": 26417, + "checksum": "SHA-256:bd15b44a18af39060405986f60302ef34df2b14e59f0213af4850e5422649082" + }, + { + "name": "MPU6050_light", + "version": "1.0.0", + "author": "rfetick", + "maintainer": "rfetick", + "sentence": "Arduino library for light and fast communication with the MPU6050.", + "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", + "website": "https://github.com/rfetick/MPU6050_light", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rfetick/MPU6050_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.0.0.zip", + "archiveFileName": "MPU6050_light-1.0.0.zip", + "size": 8373, + "checksum": "SHA-256:b0947c8d41de6f1fbc80e47e3b88afbb497d751ce168c8320e07d7f21e50e0a3" + }, + { + "name": "MPU6050_light", + "version": "1.1.0", + "author": "rfetick", + "maintainer": "rfetick", + "sentence": "Arduino library for light and fast communication with the MPU6050.", + "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", + "website": "https://github.com/rfetick/MPU6050_light", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rfetick/MPU6050_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.1.0.zip", + "archiveFileName": "MPU6050_light-1.1.0.zip", + "size": 210895, + "checksum": "SHA-256:51c99ebe931c1b0c460df8852ab741cea5fe459add2f3a469c63b421dece3c70" + }, + { + "name": "MPU6050_light", + "version": "1.2.1", + "author": "rfetick", + "maintainer": "rfetick", + "sentence": "Arduino library for light and fast communication with the MPU6050.", + "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", + "website": "https://github.com/rfetick/MPU6050_light", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rfetick/MPU6050_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.2.1.zip", + "archiveFileName": "MPU6050_light-1.2.1.zip", + "size": 198708, + "checksum": "SHA-256:04b81b3b89ca627a83db9ad3b9a77fb11530c04cadbf6bea5d0940b815c098cd" + }, + { + "name": "BlueDot BMA400 Library", + "version": "1.0.0", + "author": "BlueDot", + "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", + "sentence": "BlueDot library for BMA400 sensors.", + "paragraph": "Read the BMA400 using the I2C communication mode.", + "website": "https://github.com/BlueDot-Arduino/BlueDot_BMA400", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BlueDot-Arduino/BlueDot_BMA400.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BMA400_Library-1.0.0.zip", + "archiveFileName": "BlueDot_BMA400_Library-1.0.0.zip", + "size": 5567, + "checksum": "SHA-256:097c4f2330158c3ffc0a2254363104e75ddae27baed8741bad0ad989541f91a3" + }, + { + "name": "Adafruit AHT10", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHT10", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHT10.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHT10-0.1.0.zip", + "archiveFileName": "Adafruit_AHT10-0.1.0.zip", + "size": 71202, + "checksum": "SHA-256:da974cb266dfcdd911f28d8ef2f81c93a54a11f5264ef99da97c2bcc417c727e" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.0.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.0.0.zip", + "size": 13734, + "checksum": "SHA-256:5ed9114c198472c6b7f76314387a9fb9cf6b2a1e27c1eb31b7591805e9bee5a1" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.0.zip", + "size": 16194, + "checksum": "SHA-256:5298e4243323dcfe77f8eff6d56515eede9d0f2ad666a2e061c393f5e21c0794" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.1.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.1.zip", + "size": 18927, + "checksum": "SHA-256:ba3cffb61eb18b23ad4b5eceb2acde2c7372adeb4877a20a8fb6e45ca871c447" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.2.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.2.zip", + "size": 18930, + "checksum": "SHA-256:7a6ac6c911d940fce677fe0f02d04e6723ed4d0e75146e5c2c4e68ef7ee9db1e" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.1.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.3.zip", + "archiveFileName": "107_Arduino_MCP2515-1.1.3.zip", + "size": 86443, + "checksum": "SHA-256:6f84e1362f8fe4bbeda5d22ec59e87c09d516298d0cbd33ae8dd08f095cce87e" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.0.zip", + "size": 85713, + "checksum": "SHA-256:b034ed1412b1b6a0ad79aa9404fabdf1bbc91730e3710cf431f3a59e08672913" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.1.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.1.zip", + "size": 18337, + "checksum": "SHA-256:c1e5db73a29f5f5a19b79813e26f6dd50807b4ad3b0761783f61643dc7bd1156" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.2.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.2.zip", + "size": 18363, + "checksum": "SHA-256:60940d09018070fa9271287d818daab90154dcb1233d404dc760cf3464206013" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.2.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "mbed", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.3.zip", + "archiveFileName": "107_Arduino_MCP2515-1.2.3.zip", + "size": 18627, + "checksum": "SHA-256:6320314dce1f515711edff165c80dada9a7a7f71e1e9be402c135489185cdeb4" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "mbed", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.0.zip", + "size": 18776, + "checksum": "SHA-256:3aa1cc6d065afbd21ec79b28777a092c427a7bcc24a6615a5e2ad76dd6b63eae" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.1.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.1.zip", + "size": 18944, + "checksum": "SHA-256:6700ae60a1dcc0415a96a92a07c2a3007c75ce96ae0ff8105742c65f4955d1cb" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.2.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.2.zip", + "size": 18767, + "checksum": "SHA-256:ced7c152feb9d5e86dfa204e9b3c58ef496e2e87d41830196cacfe543165ee56" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "ArduinoMCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.3.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.3.zip", + "size": 18880, + "checksum": "SHA-256:2705bb7ad27f708cbd7364e25b19d68f7a1c84861996f00c15f8efe41d8003af" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.4", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.4.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.4.zip", + "size": 19416, + "checksum": "SHA-256:e6658325615424672c4d3ad6a10e30b6fa195d9ca857bf1444580af96825a48a" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.5", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.5.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.5.zip", + "size": 19757, + "checksum": "SHA-256:63bee3ef3af28a598eca9fddcfde3f1a759878b6b1e878ed18e4a89f73c5145a" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.6", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.6.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.6.zip", + "size": 22536, + "checksum": "SHA-256:92758c5ba920ea4334422f65ceb3750221209d48e1b7e4c6341257310d9ed88d" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.7", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.7.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.7.zip", + "size": 22792, + "checksum": "SHA-256:855132bfdb243bf6d8e1ec38eeb2d8921f35ecae0f040e618949b32b240d3c22" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.3.8", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.3.8.zip", + "archiveFileName": "107_Arduino_MCP2515-1.3.8.zip", + "size": 22813, + "checksum": "SHA-256:90801fff7d7f17d02a6dec4fe8a9137188bee2fcbea9ddb00741efc26b5a1fe6" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.4.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.4.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.4.0.zip", + "size": 24440, + "checksum": "SHA-256:df2d6864f0037fb6ed659acbde1de2e9db8fae6dd3efd4d2be9756592c8e60ec" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.4.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.4.1.zip", + "archiveFileName": "107_Arduino_MCP2515-1.4.1.zip", + "size": 24415, + "checksum": "SHA-256:e1f122f8b6b9ae7a5544ffd3d514c61c94f1ccc3fd358b8986d3ce715257daff" + }, + { + "name": "107-Arduino-MCP2515", + "version": "1.5.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", + "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "category": "Communication", + "architectures": [ + "samd", + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "providesIncludes": [ + "107-Arduino-MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.5.0.zip", + "archiveFileName": "107_Arduino_MCP2515-1.5.0.zip", + "size": 24494, + "checksum": "SHA-256:2456c815496f8ae8ed5daf9437235bd24947e1d45691a8af5ca121bf25568e26" + }, + { + "name": "SnailwalkPromptpay", + "version": "0.0.1", + "author": "Natchaipon Kaewnate \u003cnatchaipon.k@snailwalk.com\u003e", + "maintainer": "Natchaipon Kaewnate \u003cnatchaipon.k@snailwalk.com\u003e", + "sentence": "library gen promptpay qr code", + "paragraph": "library gen promptpay qr code", + "website": "https://github.com/natchaipon/SnailwalkPromptpay", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natchaipon/SnailwalkPromptpay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natchaipon/SnailwalkPromptpay-0.0.1.zip", + "archiveFileName": "SnailwalkPromptpay-0.0.1.zip", + "size": 2910, + "checksum": "SHA-256:229ed3f19b56681ee1fab4b6b101afa23a6caaf42a45512c9c6e70d754827582" + }, + { + "name": "SparkFun Qwiic Step Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", + "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-1.0.0.zip", + "size": 35781, + "checksum": "SHA-256:d8fb61f9a18dad26dae17a90542a66bfc12f5a73d9bfcf9ebdf2793aa553bd49" + }, + { + "name": "SparkFun Qwiic Step Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", + "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-2.0.0.zip", + "size": 36485, + "checksum": "SHA-256:d9d4271775dd1449651f07c5cf7d84bbba3305a6af45de7d96208bd96b076f97" + }, + { + "name": "SparkFun Qwiic Step Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", + "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-2.0.1.zip", + "size": 36539, + "checksum": "SHA-256:399e8478d1f6e84b9275b6fed961c79f0e04a1fe29baceff3fa25ce3f26dcf7a" + }, + { + "name": "CircuitsFunBasic", + "version": "1.0.0", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Essential basic components library by CircuitsFun", + "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.0.zip", + "archiveFileName": "CircuitsFunBasic-1.0.0.zip", + "size": 6550, + "checksum": "SHA-256:02b4a39eab7eb5558a3beabf9db7b6356e29be8b183080c009a87bed1a4d1585" + }, + { + "name": "CircuitsFunBasic", + "version": "1.0.1", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Essential basic components library by CircuitsFun.", + "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.1.zip", + "archiveFileName": "CircuitsFunBasic-1.0.1.zip", + "size": 8139, + "checksum": "SHA-256:fcc55d7ac8014a8ddfaa599f33423f67deb3f7c184a20b67f69ada8da6336933" + }, + { + "name": "CircuitsFunBasic", + "version": "1.0.3", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Essential basic components library by CircuitsFun.", + "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.3.zip", + "archiveFileName": "CircuitsFunBasic-1.0.3.zip", + "size": 49908, + "checksum": "SHA-256:f4a28e6392a02fcc4def2ca9ceef3de59af5d8ee9fc6d155398c12767c670abf" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.0.0.zip", + "size": 25867, + "checksum": "SHA-256:ed531d176654eb5fa4e0faa2db8526bcd2f84bfe17a5fa6361b8b1caaabf9901" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "1.1.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.3.zip", + "size": 29612, + "checksum": "SHA-256:ad5d37a2db5b817dea551522137263fe4ff0f429fa6e9f41f57589ec6e8a65b2" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.4.zip", + "size": 29674, + "checksum": "SHA-256:09c05bbba7db4f41c3bb5e63187cf2a41089b69ffb87b5e14e4fbbdc061fbd73" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "2.1.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.1.4.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.1.4.zip", + "size": 33005, + "checksum": "SHA-256:488d0cb1fd626d0f595893a4d1782ba718c68e9a0dde3f3464d0b599293dfd3b" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "2.2.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.5.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.5.zip", + "size": 31738, + "checksum": "SHA-256:6699a3957dd80718c2862567a2d8f842fd033617b8bcfe048f19823ab1158dbd" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "2.2.7", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.7.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.7.zip", + "size": 32346, + "checksum": "SHA-256:978c7a75b6954c12f86dd0fd02a48e9a10c9ec9b1cc9a308a64f33de58239126" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "2.2.8", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.8.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.8.zip", + "size": 32333, + "checksum": "SHA-256:765315e475dac12f7b6555fe55a383d5f4f92973c017dde8068c6c0c67f21b2b" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "2.2.9", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.9.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.9.zip", + "size": 32344, + "checksum": "SHA-256:4c2468d320b14faab85b2e92831460d32a99eb7df8e27c64e8427a6f3bbd520e" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "2.2.10", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.10.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.10.zip", + "size": 32459, + "checksum": "SHA-256:f49e7075730d06013736fa163b9b68051f58fca6e0560330204a41903181b250" + }, + { + "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", + "version": "2.2.11", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", + "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.11.zip", + "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-2.2.11.zip", + "size": 32439, + "checksum": "SHA-256:4a1b33a8af60874c7533e10a4aec1c9331592a59438c8491a1098ea6575b83fb" + }, + { + "name": "NXP PCA9633", + "version": "1.0.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633", + "paragraph": "Device driver for communicating to PCA9633 via I2C", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.0.zip", + "archiveFileName": "NXP_PCA9633-1.0.0.zip", + "size": 205749, + "checksum": "SHA-256:9e7606ca7080ec35b7991d25a285295e420c2f80cf83154ee5951761eb729738" + }, + { + "name": "NXP PCA9633", + "version": "1.0.1", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633", + "paragraph": "Device driver for communicating to PCA9633 via I2C", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.1.zip", + "archiveFileName": "NXP_PCA9633-1.0.1.zip", + "size": 206214, + "checksum": "SHA-256:705f8687104341912d00858855801809e3d869a06d2125512ccacb1c27dc7458" + }, + { + "name": "NXP PCA9633", + "version": "1.0.2", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633", + "paragraph": "Device driver for communicating to PCA9633 via I2C", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.2.zip", + "archiveFileName": "NXP_PCA9633-1.0.2.zip", + "size": 206216, + "checksum": "SHA-256:b4f2287f8f535bff9f148e5a5a006dd8fa2782a9f930080af6c9de522c04342b" + }, + { + "name": "NXP PCA9633", + "version": "1.1.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633.", + "paragraph": "The PCA9633 is an I2C-bus controlled 4-bit LED driver optimized for Red/Green/Blue/Amber (RGBA) color mixing applications.", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.1.0.zip", + "archiveFileName": "NXP_PCA9633-1.1.0.zip", + "size": 206702, + "checksum": "SHA-256:9f2a074affd1297fc2220e70ff42ac8b5076c36a81a7b9290894598d554f9d5a" + }, + { + "name": "NXP PCA9633", + "version": "1.1.1", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for NXP PCA9633.", + "paragraph": "The PCA9633 is an I2C-bus controlled 4-bit LED driver optimized for Red/Green/Blue/Amber (RGBA) color mixing applications.", + "website": "https://github.com/HendrikVE/Arduino-PCA9633", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.1.1.zip", + "archiveFileName": "NXP_PCA9633-1.1.1.zip", + "size": 206898, + "checksum": "SHA-256:e8ee979d202f2ad0f5871865c58647b215563fb3ce34b4cad4210e3bc39a6598" + }, + { + "name": "FMDataClient", + "version": "0.0.1", + "author": "Bruno Silva", + "maintainer": "Bruno Silva", + "sentence": "Filemaker 17 DATA API Client (ESP32)", + "paragraph": "Filemaker 17 DATA API Client (ESP32), Supports login, logout and create record.", + "website": "https://github.com/bmts/FMDataClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bmts/FMDataClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bmts/FMDataClient-0.0.1.zip", + "archiveFileName": "FMDataClient-0.0.1.zip", + "size": 13055, + "checksum": "SHA-256:cdf83cf0d07669efd05d6a479ff0456d5b8a14ba5310d956968e7bc796cb35b4" + }, + { + "name": "FMDataClient", + "version": "0.0.3", + "author": "Bruno Silva", + "maintainer": "Bruno Silva", + "sentence": "Filemaker 17 DATA API Client (ESP32)", + "paragraph": "Filemaker 17 DATA API Client (ESP32), Supports login, logout and create record.", + "website": "https://github.com/bmts/FMDataClient", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bmts/FMDataClient.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bmts/FMDataClient-0.0.3.zip", + "archiveFileName": "FMDataClient-0.0.3.zip", + "size": 18721, + "checksum": "SHA-256:76bb3cd6457e4cb613817ba03eb1bf417614376c576bf529a17ab2f5f4447bb0" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.0", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.0.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.0.zip", + "size": 901972, + "checksum": "SHA-256:06a5b0442c7d30282265cfb777cc35b619d626f647c5c9ecceb0dfccfaa6b864" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.1", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.1.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.1.zip", + "size": 913919, + "checksum": "SHA-256:7bfe4db35aaf3ddc20ce98747b53e3d1471a843364e994853589cf48a52514a2" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.2", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.2.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.2.zip", + "size": 914046, + "checksum": "SHA-256:af209445fc34aadc1cddfb3623454d274ed72f22b705b1ab9c08051f83a987a2" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.3", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.3.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.3.zip", + "size": 914162, + "checksum": "SHA-256:985bfa2adb6656653e39f92d573ca90b78e8f6dcbd1f30aa6eca67499fed05cb" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.4", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.4.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.4.zip", + "size": 914253, + "checksum": "SHA-256:6c6780f8da0177f0555fa2f29b5f2a81e7a057d2e40aee43f77666cd895790bf" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.3.5", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.5.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.5.zip", + "size": 914081, + "checksum": "SHA-256:4e3fa6d9c0c2c24f59abc216977f49d87fc600ca8711b14bd209c9ef182cdfaf" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.4.0", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.4.0.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.4.0.zip", + "size": 914519, + "checksum": "SHA-256:30f3bb49a54a34cd250e2f267ddcab3dcfb3bb4477c58d9a133baa9345d63a9e" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.0", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.0.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.0.zip", + "size": 930701, + "checksum": "SHA-256:f058a9ced97528c763a46fa81b3e50e6aa2b48812e85e9611a272656cca70497" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.1", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.1.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.1.zip", + "size": 930714, + "checksum": "SHA-256:f0ecf35bb480978989812688a1c42e7e0a25bac59dfa31be03599b20ed421fad" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.2", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.2.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.2.zip", + "size": 1178299, + "checksum": "SHA-256:d9b0a5f46971e53c98e454441f649ab9a19eac6ff7b5a50ba1ec5caeea227dce" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.3", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.3.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.3.zip", + "size": 1180781, + "checksum": "SHA-256:ed6724df7242fd0b9a2bd563d94f700460858366096715b1d84fe26a2da1c236" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.4", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.4.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.4.zip", + "size": 1180839, + "checksum": "SHA-256:20b2e2efad0bd5d06330d4be5b16b0d081d2c6e3c588f973b96a93483db65512" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.5", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.5.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.5.zip", + "size": 1180901, + "checksum": "SHA-256:3cbb613ed48a232809e132cf1762b6f57e3deb696de8913ea20f0299f4c21107" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.6", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.6.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.6.zip", + "size": 1181488, + "checksum": "SHA-256:0d796c9a0ad3d0a6efab6386dc548f08b0cd83016345947c86101efe3941d507" + }, + { + "name": "SmartRC-CC1101-Driver-Lib", + "version": "2.5.7", + "author": "LSatan", + "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", + "sentence": "Driver for cc1101.", + "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", + "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "providesIncludes": [ + "ELECHOUSE_CC1101_SRC_DRV.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.7.zip", + "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.7.zip", + "size": 1183355, + "checksum": "SHA-256:72cb72d43f4a0c2f04d510d0269ab1cc33867b0eb38efd4cc59832fe89f2c184" + }, + { + "name": "Melt7SegLcd", + "version": "1.0.3", + "author": "Nikolay Seliverstov", + "maintainer": "Nikolay Seliverstov \u003cpostpersonality@gmail.com\u003e", + "sentence": "Melt 7-segment LCD Arduino library.", + "paragraph": "This library can display alphanumerical chars on 7-segment LCD from Melt (melt.com.ru) vendor. The library has replacable char mapper and smart algorithm for partial display refresh.", + "website": "https://github.com/postpersonality/melt-7segment-lcd", + "category": "Display", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/postpersonality/melt-7segment-lcd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/postpersonality/Melt7SegLcd-1.0.3.zip", + "archiveFileName": "Melt7SegLcd-1.0.3.zip", + "size": 6157, + "checksum": "SHA-256:390cdf070fb104c32f613f92a390ef7e159f939574bc4359767d695e951c2d48" + }, + { + "name": "Melt7SegLcd", + "version": "1.0.4", + "author": "Nikolay Seliverstov", + "maintainer": "Nikolay Seliverstov \u003cpostpersonality@gmail.com\u003e", + "sentence": "Melt 7-segment LCD Arduino library.", + "paragraph": "This library can display alphanumerical chars on 7-segment LCD from Melt (melt.com.ru) vendor. The library has replacable char mapper and smart algorithm for partial display refresh.", + "website": "https://github.com/postpersonality/melt-7segment-lcd", + "category": "Display", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/postpersonality/melt-7segment-lcd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/postpersonality/Melt7SegLcd-1.0.4.zip", + "archiveFileName": "Melt7SegLcd-1.0.4.zip", + "size": 6584, + "checksum": "SHA-256:91d6dae2ff5fa4371e872b032c695c7188e15ac84af4df9a9c62ba5c4a99e05d" + }, + { + "name": "FastMap", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.2.0.zip", + "archiveFileName": "FastMap-0.2.0.zip", + "size": 9036, + "checksum": "SHA-256:e0ee20f283d09764a3c41a36809d81465f08a8af57a77935b1a767a306d6c0b5" + }, + { + "name": "FastMap", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.2.1.zip", + "archiveFileName": "FastMap-0.2.1.zip", + "size": 8224, + "checksum": "SHA-256:0669f6f37ac6c2d21f8c5bd640e2a6c5beb7985875bc15a06a77930745aaeb98" + }, + { + "name": "FastMap", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.0.zip", + "archiveFileName": "FastMap-0.3.0.zip", + "size": 9626, + "checksum": "SHA-256:6d48d7e4a1a8a3ee700775bb5427425ce5b52130b4d0d07ca2afbff40aa93344" + }, + { + "name": "FastMap", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.1.zip", + "archiveFileName": "FastMap-0.3.1.zip", + "size": 11191, + "checksum": "SHA-256:d381412da363bb45460bb1c35e5b9ee7d9989e711cce608dec1b8fe2b5d1b662" + }, + { + "name": "FastMap", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.2.zip", + "archiveFileName": "FastMap-0.3.2.zip", + "size": 12545, + "checksum": "SHA-256:1424400a985fce78e961bed35fac559c25937a6e2ddefecfad318c5861161ec2" + }, + { + "name": "FastMap", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.3.zip", + "archiveFileName": "FastMap-0.3.3.zip", + "size": 12653, + "checksum": "SHA-256:a688d63e627d25749b49e8889a874cd739215b001fa121bdfb4e8ebc92cd69d7" + }, + { + "name": "FastMap", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.4.0.zip", + "archiveFileName": "FastMap-0.4.0.zip", + "size": 13741, + "checksum": "SHA-256:c74cbff246b573290fdc5e584ae479c0d0dedaf6ce40bf95614c4e85acf7d747" + }, + { + "name": "FastMap", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with fast map function for Arduino.", + "website": "https://github.com/RobTillaart/FastMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastMap.git", + "providesIncludes": [ + "FastMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.4.1.zip", + "archiveFileName": "FastMap-0.4.1.zip", + "size": 16221, + "checksum": "SHA-256:07ff369764beaf4323c4d61b3dba59bc15e3bdb32719410da811332280b4e351" + }, + { + "name": "LedController", + "version": "1.3.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.2.zip", + "archiveFileName": "LedController-1.3.2.zip", + "size": 42879, + "checksum": "SHA-256:a2cc00303b4ee2f41f7ef2f063a908556b0ae190d93d5db64f313f68478837f7" + }, + { + "name": "LedController", + "version": "1.1.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.1.0.zip", + "archiveFileName": "LedController-1.1.0.zip", + "size": 40701, + "checksum": "SHA-256:6cb278b856ba2ad1b3aaa3ecacb9d9a6c56f31426991c4309710fec5073a09a2" + }, + { + "name": "LedController", + "version": "1.2.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.0.zip", + "archiveFileName": "LedController-1.2.0.zip", + "size": 41571, + "checksum": "SHA-256:afe9276d1da2cde01568260a8c36440a7cec13bbaecc824e27b2df0aeaa4e564" + }, + { + "name": "LedController", + "version": "1.2.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.1.zip", + "archiveFileName": "LedController-1.2.1.zip", + "size": 42586, + "checksum": "SHA-256:9920604383c6c829012db65aef44b0c1ff3421d1e72f19813502a12ba651fdb0" + }, + { + "name": "LedController", + "version": "1.2.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.2.zip", + "archiveFileName": "LedController-1.2.2.zip", + "size": 42902, + "checksum": "SHA-256:67ad37f4bc033cabb97fcaedafbcd6db1794b984e2c9e6087cb733a2952cef5a" + }, + { + "name": "LedController", + "version": "1.3.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.1.zip", + "archiveFileName": "LedController-1.3.1.zip", + "size": 42879, + "checksum": "SHA-256:09297b1d5b43d53a21de8894393a5bd57c36d0656d5d48d44be412ac6a544b81" + }, + { + "name": "LedController", + "version": "1.3.3", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays. It also supports shifting the displayed \"image\" around.", + "website": "http://noah1510.github.io/LedController/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.3.zip", + "archiveFileName": "LedController-1.3.3.zip", + "size": 45083, + "checksum": "SHA-256:e982d32f1e648cfcac10f2f395d0104e639013bb7d851533104a7120834d547a" + }, + { + "name": "LedController", + "version": "1.4.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.0.zip", + "archiveFileName": "LedController-1.4.0.zip", + "size": 45380, + "checksum": "SHA-256:88aec68e1340b6e55023e4fdbd095cc2250eb647e6505333fa2675cfba69fe8d" + }, + { + "name": "LedController", + "version": "1.4.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.1.zip", + "archiveFileName": "LedController-1.4.1.zip", + "size": 47170, + "checksum": "SHA-256:9cf9e89e4f1b085e782762aefd9a5050d6c634614d0c4ba174aaffb1e3cd7835" + }, + { + "name": "LedController", + "version": "1.4.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.2.zip", + "archiveFileName": "LedController-1.4.2.zip", + "size": 46837, + "checksum": "SHA-256:5521e7608463b052aaf1ef2e439884691411277072aef9b8204914fd9f3231e6" + }, + { + "name": "LedController", + "version": "1.5.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.5.0.zip", + "archiveFileName": "LedController-1.5.0.zip", + "size": 48287, + "checksum": "SHA-256:b1941322e0f6fb2f16f5185891b1fcd97b5719d134415e756a5e510085be52cb" + }, + { + "name": "LedController", + "version": "1.6.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.6.0.zip", + "archiveFileName": "LedController-1.6.0.zip", + "size": 48574, + "checksum": "SHA-256:46b6b93dd8c5021c940126e826f360fca51c8677fa0a3bcf2c9691b92237b139" + }, + { + "name": "LedController", + "version": "1.6.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.6.1.zip", + "archiveFileName": "LedController-1.6.1.zip", + "size": 48585, + "checksum": "SHA-256:ae704637af40f3b2c8831d6ab4c8474f28f4eeee44c6178290eac5f545c44945" + }, + { + "name": "LedController", + "version": "1.7.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.0.zip", + "archiveFileName": "LedController-1.7.0.zip", + "size": 49862, + "checksum": "SHA-256:ab40ffc246ead1ccf1b3e418fc92ddf080b0acda0ed78dfd7755467204cb2fb0" + }, + { + "name": "LedController", + "version": "1.7.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.1.zip", + "archiveFileName": "LedController-1.7.1.zip", + "size": 50106, + "checksum": "SHA-256:95af80ee1b6ecbe9fc6d79d16265fefeda70d3ba60948b26851b9e3a356e561d" + }, + { + "name": "LedController", + "version": "1.7.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.2.zip", + "archiveFileName": "LedController-1.7.2.zip", + "size": 51327, + "checksum": "SHA-256:8c8d3e2bda57a903c69cc880d8c1e43d92a878e979c5b2ba9be59e7c02e04599" + }, + { + "name": "LedController", + "version": "2.0.0-rc1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc1.zip", + "archiveFileName": "LedController-2.0.0-rc1.zip", + "size": 68481, + "checksum": "SHA-256:ab5b1211063f74915c062568eebd6e472ac63df3b278ad3bb3efcea40df7fa5e" + }, + { + "name": "LedController", + "version": "2.0.0-rc2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc2.zip", + "archiveFileName": "LedController-2.0.0-rc2.zip", + "size": 108815, + "checksum": "SHA-256:299f669b4d4d801b0769fdb5c0a2436624efd2d90e11f19c3733ae7a6d4570a5" + }, + { + "name": "LedController", + "version": "2.0.0-rc3", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc3.zip", + "archiveFileName": "LedController-2.0.0-rc3.zip", + "size": 121398, + "checksum": "SHA-256:c7b74dfef06218e78d8b3aea4194d35db783d79c76eb816e6773effe2f088bc9" + }, + { + "name": "LedController", + "version": "2.0.0-rc4", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.0-rc4.zip", + "archiveFileName": "LedController-2.0.0-rc4.zip", + "size": 127199, + "checksum": "SHA-256:cc62627cee2730e8ca37474502c586aa587a31c6c2c1e5e6bb0859947cfc6144" + }, + { + "name": "LedController", + "version": "2.0.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.1.zip", + "archiveFileName": "LedController-2.0.1.zip", + "size": 16546063, + "checksum": "SHA-256:b3d91618c37b5a3b0ca589cd26869b14b8427ad5644d544457c65c20dcb53a88" + }, + { + "name": "LedController", + "version": "2.0.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "\"!!Version 2.0.0 comes with a lot of changes plese check the readme on more information!! It can do everything LedControl can, works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP.\"", + "website": "https://github.com/noah1510/LedController", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/LedController.git", + "providesIncludes": [ + "LedController.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-2.0.2.zip", + "archiveFileName": "LedController-2.0.2.zip", + "size": 16546056, + "checksum": "SHA-256:a3d47d96938d3f258547c2d0d10e15a3ecf57a531994c321df3bd5ade6358e01" + }, + { + "name": "Melopero UBX Protocol", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A library to easily create Ubx messages.", + "paragraph": "This library allows the user to easily create UbxMessages to be sent with the Melopero SAM_M8Q library.", + "website": "https://github.com/melopero/Melopero_UBX", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_UBX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_UBX_Protocol-1.0.0.zip", + "archiveFileName": "Melopero_UBX_Protocol-1.0.0.zip", + "size": 5789, + "checksum": "SHA-256:51005458fd2023a60152f8dc1a107d7e1f46d4c4f40587ea22b0401da5664255" + }, + { + "name": "Melopero UBX Protocol", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A library to easily create Ubx messages.", + "paragraph": "This library allows the user to easily create UbxMessages to be sent with the Melopero SAM_M8Q library.", + "website": "https://github.com/melopero/Melopero_UBX", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_UBX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_UBX_Protocol-1.0.1.zip", + "archiveFileName": "Melopero_UBX_Protocol-1.0.1.zip", + "size": 5813, + "checksum": "SHA-256:7531322d002f4974d4455f3062587e2b60ca0014687c212690b41feb2d615b22" + }, + { + "name": "Melopero SAM-M8Q", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", + "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", + "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "dependencies": [ + { + "name": "Melopero UBX Protocol" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.0.0.zip", + "archiveFileName": "Melopero_SAM_M8Q-1.0.0.zip", + "size": 8171, + "checksum": "SHA-256:e5ef5a1216c38b17b745ac8f3125e4b4f39f077cee24a73424b518a88a1ff906" + }, + { + "name": "Melopero SAM-M8Q", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", + "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", + "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "dependencies": [ + { + "name": "Melopero UBX Protocol" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.0.1.zip", + "archiveFileName": "Melopero_SAM_M8Q-1.0.1.zip", + "size": 8233, + "checksum": "SHA-256:4e5416a597b22221f20ebd1b978a0c6c0130975326714a6d7284f39a3002077a" + }, + { + "name": "Melopero SAM-M8Q", + "version": "1.1.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", + "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", + "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "dependencies": [ + { + "name": "Melopero UBX Protocol" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.1.1.zip", + "archiveFileName": "Melopero_SAM_M8Q-1.1.1.zip", + "size": 507775, + "checksum": "SHA-256:bd3524457fd591193a49b55d18d247e2d50f88e8b66b71e817ad7260c2cb2743" + }, + { + "name": "Melopero SAM-M8Q", + "version": "1.1.2", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", + "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", + "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "dependencies": [ + { + "name": "Melopero UBX Protocol" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.1.2.zip", + "archiveFileName": "Melopero_SAM_M8Q-1.1.2.zip", + "size": 510806, + "checksum": "SHA-256:0fc9a95746dce422b62d91beae461873a8b5ecafd940679c64990d83246b279c" + }, + { + "name": "SAM32WiFiEsp", + "version": "2.2.2-f1", + "author": "Enrico204", + "maintainer": "Enrico Bassetti \u003cenrico204@gmail.com\u003e", + "sentence": "Arduino (and SAM32) WiFi library for ESP8266", + "paragraph": "Arduino WiFi library for ESP8266. Works only with SDK version 1.1.1 and above (AT version 0.25 and above). Compatible with Arduino 101 and other SAM32-based controllers.", + "website": "https://gitlab.com/Enrico204/sam32wifiesp/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/Enrico204/sam32wifiesp.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/Enrico204/SAM32WiFiEsp-2.2.2-f1.zip", + "archiveFileName": "SAM32WiFiEsp-2.2.2-f1.zip", + "size": 65641, + "checksum": "SHA-256:07d44996c2356c9ea9d2c63fed5fc61c325e0902c069b9a6572e56a0ab3718ba" + }, + { + "name": "ACS712", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.1.2.zip", + "archiveFileName": "ACS712-0.1.2.zip", + "size": 8295, + "checksum": "SHA-256:9c61bfca9785d3480c214d8d9eec6fa350b0d33b4c48f65819a8524a35ae9b51" + }, + { + "name": "ACS712", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.1.3.zip", + "archiveFileName": "ACS712-0.1.3.zip", + "size": 8263, + "checksum": "SHA-256:3e1f2911101e97af06c26ae0a8786bf2aad1a9f24935fd89b0035d1d412aaea9" + }, + { + "name": "ACS712", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.0.zip", + "archiveFileName": "ACS712-0.2.0.zip", + "size": 9019, + "checksum": "SHA-256:00fd33d7fdf893bba6abf153caf8a2b1dd31c396333963b16307955d0ed18e59" + }, + { + "name": "ACS712", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.1.zip", + "archiveFileName": "ACS712-0.2.1.zip", + "size": 10798, + "checksum": "SHA-256:b37b5770f865b980fb5acbd7ed2c2ac372f68c1546557d27565450f3169005d8" + }, + { + "name": "ACS712", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.2.zip", + "archiveFileName": "ACS712-0.2.2.zip", + "size": 12188, + "checksum": "SHA-256:05ca872e2059fd7637c7fa7bd41817217033e06a1670dcc0ae463fc036359ea6" + }, + { + "name": "ACS712", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.3.zip", + "archiveFileName": "ACS712-0.2.3.zip", + "size": 12524, + "checksum": "SHA-256:bf792a23a36099ce48024b0e202e8c4eceb3f64dd5fb984002aca068b1ca339c" + }, + { + "name": "ACS712", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.4.zip", + "archiveFileName": "ACS712-0.2.4.zip", + "size": 14400, + "checksum": "SHA-256:a4c65464d5e93baae110dca342aa06eadf4666f55aa36be18a2d0c3cf7a23d3b" + }, + { + "name": "ACS712", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.5.zip", + "archiveFileName": "ACS712-0.2.5.zip", + "size": 14416, + "checksum": "SHA-256:2fd41fa0bf476c15d3b597a139e03797984a524f61aea6452956afdcb9d29356" + }, + { + "name": "ACS712", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.6.zip", + "archiveFileName": "ACS712-0.2.6.zip", + "size": 14442, + "checksum": "SHA-256:2ae8ed1e4b06b3fb2c5425e541729af1311cc25ecd71fabf93586df67707cf20" + }, + { + "name": "ACS712", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.7.zip", + "archiveFileName": "ACS712-0.2.7.zip", + "size": 15783, + "checksum": "SHA-256:4cec63c06c97db2eac25e795beec6cdcc151728ba5cc2a33225794389f28d053" + }, + { + "name": "ACS712", + "version": "0.2.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.8.zip", + "archiveFileName": "ACS712-0.2.8.zip", + "size": 23299, + "checksum": "SHA-256:3812f0aefd3d4ecabad8bb727182e368eb14d124012572a9f3aa0b4db0ef478c" + }, + { + "name": "ACS712", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.0.zip", + "archiveFileName": "ACS712-0.3.0.zip", + "size": 26909, + "checksum": "SHA-256:8f770b37d283c3938a086dbc12b9ea408dbd53b83911abb464d951af6b9e3e71" + }, + { + "name": "ACS712", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.1.zip", + "archiveFileName": "ACS712-0.3.1.zip", + "size": 31014, + "checksum": "SHA-256:c2362d1d122729a9e4f50ec654711c13a85673193b33d290c9b9be920aeaa6fe" + }, + { + "name": "ACS712", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.2.zip", + "archiveFileName": "ACS712-0.3.2.zip", + "size": 31516, + "checksum": "SHA-256:6bc58384099033b0abb2ff026e891ad5aed051c46e297674a5c9e39cbc17360d" + }, + { + "name": "ACS712", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.3.zip", + "archiveFileName": "ACS712-0.3.3.zip", + "size": 32762, + "checksum": "SHA-256:927e6129930e112b45c88c2dd6744fa3cb3c38fe608efc441806225fce45ef17" + }, + { + "name": "ACS712", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.4.zip", + "archiveFileName": "ACS712-0.3.4.zip", + "size": 34355, + "checksum": "SHA-256:a85c1a550042c8530d56143015e58369be2ba3de69689567643777a83e86a508" + }, + { + "name": "ACS712", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.5.zip", + "archiveFileName": "ACS712-0.3.5.zip", + "size": 34676, + "checksum": "SHA-256:d0260131c71395f315e6434017f332ff3a4b16d97fce9a691a60af2f655bbab0" + }, + { + "name": "ACS712", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.6.zip", + "archiveFileName": "ACS712-0.3.6.zip", + "size": 36161, + "checksum": "SHA-256:1f7865af19b338b77019d6d75420bc58603c500aef0a5dba7adcfc72029b0141" + }, + { + "name": "ACS712", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.7.zip", + "archiveFileName": "ACS712-0.3.7.zip", + "size": 39026, + "checksum": "SHA-256:2f779c4fc28e09e643e57fa06bcafa7124eb6cbaa081ab0bccaadbfb2cd79fdd" + }, + { + "name": "ACS712", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ACS712 library for Arduino.", + "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", + "website": "https://github.com/RobTillaart/ACS712", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ACS712.git", + "providesIncludes": [ + "ACS712.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.3.8.zip", + "archiveFileName": "ACS712-0.3.8.zip", + "size": 39356, + "checksum": "SHA-256:096c4a622837372a4e88dbb6927a264fc32b2fb6583891221605ced9a6a949f9" + }, + { + "name": "Max44009", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Wire.h", + "Max44009.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.1.zip", + "archiveFileName": "Max44009-0.4.1.zip", + "size": 14137, + "checksum": "SHA-256:8de22ae0211cf0402d3439e70541d07f352357c4c62be3ad256d5eb3ca8c5169" + }, + { + "name": "Max44009", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Wire.h", + "Max44009.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.2.zip", + "archiveFileName": "Max44009-0.4.2.zip", + "size": 14886, + "checksum": "SHA-256:a810a976f2cbb88e05ddbc336386d4df791a8a2ea30c2f1021b86e4232e7d322" + }, + { + "name": "Max44009", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Wire.h", + "Max44009.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.3.zip", + "archiveFileName": "Max44009-0.4.3.zip", + "size": 15553, + "checksum": "SHA-256:64e3c4353560761ef5d08e997c674b4784e16cf41969e2771fd3be8cca6c5313" + }, + { + "name": "Max44009", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Max44009.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.4.zip", + "archiveFileName": "Max44009-0.4.4.zip", + "size": 16794, + "checksum": "SHA-256:2ee4a0be954e16a4a0bc194936df4e69f0f312424c4403ec42bb9fcbd18eb163" + }, + { + "name": "Max44009", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Max44009.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.5.0.zip", + "archiveFileName": "Max44009-0.5.0.zip", + "size": 17240, + "checksum": "SHA-256:4447dcf1d8267a7b0285a65740248fe16254b37460f1bb0327a3c869503960ec" + }, + { + "name": "Max44009", + "version": "0.5.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Max44009.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.5.1.zip", + "archiveFileName": "Max44009-0.5.1.zip", + "size": 17433, + "checksum": "SHA-256:bc4ca2dcdcafc3d435df3576440c226ef6543f4d4422ebeb0d541b5462e56359" + }, + { + "name": "Max44009", + "version": "0.5.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Max44009.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.5.2.zip", + "archiveFileName": "Max44009-0.5.2.zip", + "size": 17618, + "checksum": "SHA-256:6631d602789b05ab70db1ebbe68bcdd94f86a6028ffb2971eee2fc7fb262c4a0" + }, + { + "name": "Max44009", + "version": "0.5.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Max44009.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.5.3.zip", + "archiveFileName": "Max44009-0.5.3.zip", + "size": 18189, + "checksum": "SHA-256:3d33c416b56f23b4c3d61f6ae39189cd364a0f2d036668cd0725d5d859c7a302" + }, + { + "name": "Max44009", + "version": "0.6.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44009", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44009.git", + "providesIncludes": [ + "Max44009.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.6.0.zip", + "archiveFileName": "Max44009-0.6.0.zip", + "size": 18057, + "checksum": "SHA-256:cb500bddf78df702c667ca0b40a66016f49d73631b9ea87d277c9565a34e84f2" + }, + { + "name": "AD524X", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.0.zip", + "archiveFileName": "AD524X-0.2.0.zip", + "size": 10205, + "checksum": "SHA-256:4390f758fc18c09ddca9d0b5849dad3984c8ab85343f6c1225d6b6fa23e64ef1" + }, + { + "name": "AD524X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.1.zip", + "archiveFileName": "AD524X-0.2.1.zip", + "size": 10148, + "checksum": "SHA-256:6d0e3003edbe8cdffc2951729300943ea922374dc8e9846a31b13affc4798e56" + }, + { + "name": "AD524X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.2.zip", + "archiveFileName": "AD524X-0.2.2.zip", + "size": 11294, + "checksum": "SHA-256:33fabd57b676cc6737539412888e8d46b1cfa2c7052a97916d3857125cdaf80f" + }, + { + "name": "AD524X", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.0.zip", + "archiveFileName": "AD524X-0.3.0.zip", + "size": 13901, + "checksum": "SHA-256:f1914f3d05831349ea5cf3ad325e50510d155a5efafad91616751771b2bd623d" + }, + { + "name": "AD524X", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.1.zip", + "archiveFileName": "AD524X-0.3.1.zip", + "size": 14295, + "checksum": "SHA-256:180e5f9b4df12ff7a897746518a134d6f185ace06b8fd2d759d50931273ffd49" + }, + { + "name": "AD524X", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.2.zip", + "archiveFileName": "AD524X-0.3.2.zip", + "size": 15265, + "checksum": "SHA-256:8a30184f64ae6a335536dbb7951c9bec690d1bdbce4b8616a694e492a184fa94" + }, + { + "name": "AD524X", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.3.zip", + "archiveFileName": "AD524X-0.3.3.zip", + "size": 15347, + "checksum": "SHA-256:c3f679c22f922afb67d47261a4f04853bf5337b2aa3d8a6c423e05ecb6fec430" + }, + { + "name": "AD524X", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.4.zip", + "archiveFileName": "AD524X-0.3.4.zip", + "size": 15720, + "checksum": "SHA-256:f4ef59b5cd4ae539c6ab81f0384ad5cb7896bc0c49d4d8bc6f62f9ed2e34d532" + }, + { + "name": "AD524X", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.5.zip", + "archiveFileName": "AD524X-0.3.5.zip", + "size": 16212, + "checksum": "SHA-256:8185db8a2e8bfb96eb68b4b42dc999fb9549968af41399aab46dd2f15383b733" + }, + { + "name": "AD524X", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.6.zip", + "archiveFileName": "AD524X-0.3.6.zip", + "size": 16384, + "checksum": "SHA-256:ed2a30baf8d650b326041a564246618d7a0153a812b813b64b50385c2ff131d1" + }, + { + "name": "AD524X", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.4.0.zip", + "archiveFileName": "AD524X-0.4.0.zip", + "size": 16465, + "checksum": "SHA-256:c6a61f40daf186a12541f4f48067361ae4a90f2fde5690e9132899bf9ea54305" + }, + { + "name": "AD524X", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.4.1.zip", + "archiveFileName": "AD524X-0.4.1.zip", + "size": 16624, + "checksum": "SHA-256:a4c0de2086a42a181392c480d5791a675117f295fde343e1567474190ac2ec29" + }, + { + "name": "AD524X", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.4.2.zip", + "archiveFileName": "AD524X-0.4.2.zip", + "size": 16927, + "checksum": "SHA-256:54b2f558564deac589ad13ddd5e676c5fc839b2ec7cc13b0eb03800ad235c9ad" + }, + { + "name": "AD524X", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD524X", + "paragraph": "Library to control digital potentiometer AD5241 AD5242 AD5280 AD5282", + "website": "https://github.com/RobTillaart/AD524X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD524X.git", + "providesIncludes": [ + "AD524X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.5.0.zip", + "archiveFileName": "AD524X-0.5.0.zip", + "size": 19211, + "checksum": "SHA-256:b42e041000ccdae0643d1a4c5082ac9d9c40528e84f0ad4706152001885ea987" + }, + { + "name": "USIWire", + "version": "0.2.0", + "author": "puuu", + "maintainer": "puuu \u003cpuuu@users.noreply.github.com\u003e", + "sentence": "USI based TWI/I2C library for Arduino", + "paragraph": "Arduino Wire compatible library, supporting I²C, I2C, IIC and/or TWI for Atmel ATTiny micro processors utilizing the Universal Serial Interface (USI).", + "website": "https://github.com/puuu/USIWire", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/puuu/USIWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/puuu/USIWire-0.2.0.zip", + "archiveFileName": "USIWire-0.2.0.zip", + "size": 35617, + "checksum": "SHA-256:f2e881dee46fb84d73fe16e2a8e3ceba6ced77a57719581d4cf17a39e2f5b23b" + }, + { + "name": "CommandParser", + "version": "1.0.0", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", + "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", + "website": "https://github.com/Uberi/Arduino-CommandParser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Uberi/Arduino-CommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.0.0.zip", + "archiveFileName": "CommandParser-1.0.0.zip", + "size": 9457, + "checksum": "SHA-256:4871ba891c1c8a1621abb9b9f197f54826af73c9c2b8dc20a3301931f0293e71" + }, + { + "name": "CommandParser", + "version": "1.1.0", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", + "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", + "website": "https://github.com/Uberi/Arduino-CommandParser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Uberi/Arduino-CommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.1.0.zip", + "archiveFileName": "CommandParser-1.1.0.zip", + "size": 11414, + "checksum": "SHA-256:4e9717c556cb72e3f1321cde7969f8e70d61814fe88ac910af0344f9dc6e341b" + }, + { + "name": "CommandParser", + "version": "1.1.1", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", + "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", + "website": "https://github.com/Uberi/Arduino-CommandParser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Uberi/Arduino-CommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.1.1.zip", + "archiveFileName": "CommandParser-1.1.1.zip", + "size": 11470, + "checksum": "SHA-256:1bee7609a5fb87358c4047dcfcf517dfc19ccd5b51047b75ab182efe789ba3d6" + }, + { + "name": "Adafruit DS1841", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "paragraph": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS1841", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DS1841.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS1841-1.0.0.zip", + "archiveFileName": "Adafruit_DS1841-1.0.0.zip", + "size": 297312, + "checksum": "SHA-256:45de936eb4fcaacab5ba932c5a17a4aa47a1b1c1df7aca2d899b946808833373" + }, + { + "name": "Adafruit DS1841", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "paragraph": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS1841", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DS1841.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS1841-1.0.1.zip", + "archiveFileName": "Adafruit_DS1841-1.0.1.zip", + "size": 297273, + "checksum": "SHA-256:7f2f33e4cdde74d9afed35e4e6e2bc103e611ec07010501b70484b8484f346fa" + }, + { + "name": "Adafruit DS1841", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "paragraph": "Arduino library for the DS1841 breakouts in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_DS1841", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_DS1841.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS1841-1.0.3.zip", + "archiveFileName": "Adafruit_DS1841-1.0.3.zip", + "size": 297274, + "checksum": "SHA-256:f5eda3b8a121df603ac5b91f1a93e1d3b797b02fcda5bbf23feb2f28a882b673" + }, + { + "name": "CircuitsFunProjects", + "version": "1.0.0", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Beginner friendly projects and project libraries by CircuitsFun", + "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.0.zip", + "archiveFileName": "CircuitsFunProjects-1.0.0.zip", + "size": 3713, + "checksum": "SHA-256:4a0151c34081b9eed86d6505f0ca94cd2170f520d55d64d598d365de9a60b4d2" + }, + { + "name": "CircuitsFunProjects", + "version": "1.0.1", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Beginner friendly projects and project libraries by CircuitsFun", + "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.1.zip", + "archiveFileName": "CircuitsFunProjects-1.0.1.zip", + "size": 52077, + "checksum": "SHA-256:fed35dc7d68934368afb3c06bc03229724155609f4cdcc016738553383792189" + }, + { + "name": "CircuitsFunProjects", + "version": "1.0.2", + "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", + "sentence": "Beginner friendly projects and project libraries by CircuitsFun", + "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", + "website": "https://circuitsfun.com/", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.2.zip", + "archiveFileName": "CircuitsFunProjects-1.0.2.zip", + "size": 54433, + "checksum": "SHA-256:92aa6f2ba3bc02a194efca04ab54833e0403b525d2e28b3b8b587a11b951ca9f" + }, + { + "name": "QubitroMqttClient", + "version": "0.0.1", + "author": "Qubitro", + "maintainer": "Qubitro \u003csocial@qubitro.com\u003e", + "sentence": "(BETA) Easily connect to Qubitro IoT Platform with customized MQTT methods.", + "paragraph": "Qubitro is a unified IoT platform that connects devices with destinations.", + "website": "https://github.com/qubitro/mqtt-client-arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/qubitro/mqtt-client-arduino.git", + "providesIncludes": [ + "QubitroMqttClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/qubitro/QubitroMqttClient-0.0.1.zip", + "archiveFileName": "QubitroMqttClient-0.0.1.zip", + "size": 9853, + "checksum": "SHA-256:d8598c05106dc2e3b0bc0070f6d5f44d04450699af5fe8ed793d1853e411b1ac" + }, + { + "name": "QubitroMqttClient", + "version": "0.0.2", + "author": "Qubitro, Inc.", + "maintainer": "Qubitro, Inc. \u003csocial@qubitro.com\u003e", + "sentence": "(BETA) Easily connect to Qubitro IoT Platform with customized MQTT methods.", + "paragraph": "Qubitro is an IoT application development platform.", + "website": "https://github.com/qubitro/mqtt-client-arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/qubitro/mqtt-client-arduino.git", + "providesIncludes": [ + "QubitroMqttClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/qubitro/QubitroMqttClient-0.0.2.zip", + "archiveFileName": "QubitroMqttClient-0.0.2.zip", + "size": 188363, + "checksum": "SHA-256:f328e72196920bfa946431aed04b7c4832da1e79ce35a970375614063ca4546a" + }, + { + "name": "QubitroMqttClient", + "version": "0.0.4", + "author": "Qubitro, Inc.", + "maintainer": "Qubitro, Inc. \u003csocial@qubitro.com\u003e", + "sentence": "(BETA) Easily connect to Qubitro IoT Platform with customized MQTT methods.", + "paragraph": "Qubitro is an IoT application development platform.", + "website": "https://github.com/qubitro/mqtt-client-arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/qubitro/mqtt-client-arduino.git", + "providesIncludes": [ + "QubitroMqttClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/qubitro/QubitroMqttClient-0.0.4.zip", + "archiveFileName": "QubitroMqttClient-0.0.4.zip", + "size": 188624, + "checksum": "SHA-256:5a7bf4a2d8266a85e00a079613733df915085b4a1d7c2b6d81e742efd40c95ab" + }, + { + "name": "AM232X", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "Wire.h", + "AM232X.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.1.5.zip", + "archiveFileName": "AM232X-0.1.5.zip", + "size": 8599, + "checksum": "SHA-256:1898ecf0853bc75e7222a72d720b4e7c7dd57d3dcfca134f0b3d8b412fafcd06" + }, + { + "name": "AM232X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "Wire.h", + "AM232X.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.1.zip", + "archiveFileName": "AM232X-0.2.1.zip", + "size": 8631, + "checksum": "SHA-256:98e0645bf953af14734798f1f2b636b83dca0b81687d9eac90d4a23c523cc5b0" + }, + { + "name": "AM232X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "Wire.h", + "AM232X.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.2.zip", + "archiveFileName": "AM232X-0.2.2.zip", + "size": 8677, + "checksum": "SHA-256:0d697d45a6123fe73af8493bd2883242f15d1f38b1efdd2779d478137bc9148e" + }, + { + "name": "AM232X", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "Wire.h", + "AM232X.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.3.zip", + "archiveFileName": "AM232X-0.2.3.zip", + "size": 8679, + "checksum": "SHA-256:a95ef9584344e71ac92bec5664fc6d18252058196bed554c5af0af04ad6f0606" + }, + { + "name": "AM232X", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.4.zip", + "archiveFileName": "AM232X-0.2.4.zip", + "size": 9778, + "checksum": "SHA-256:4b672545ffb4952222384a9705df06041a4d8c02736f1fdabba0bfd0a1d0bd7e" + }, + { + "name": "AM232X", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.0.zip", + "archiveFileName": "AM232X-0.3.0.zip", + "size": 11385, + "checksum": "SHA-256:88f1a7fc30c332f705058c1e3a8dc549ccbe2d8ec4b2cf2cf80a23953aa57bf7" + }, + { + "name": "AM232X", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.1.zip", + "archiveFileName": "AM232X-0.3.1.zip", + "size": 11799, + "checksum": "SHA-256:e7b5676d856372e85df0acd5c15903f944ead964131577aa710703be54c19079" + }, + { + "name": "AM232X", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.2.zip", + "archiveFileName": "AM232X-0.3.2.zip", + "size": 12414, + "checksum": "SHA-256:f13b0c5e840bfcc7ffdd78022adc927ece5d07786f4c247be3957c4993490fea" + }, + { + "name": "AM232X", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.3.zip", + "archiveFileName": "AM232X-0.3.3.zip", + "size": 12526, + "checksum": "SHA-256:9aae4b522395da3ce36a465e76e977263a6e1344a35daf14eade08fff15d2ee1" + }, + { + "name": "AM232X", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.3.4.zip", + "archiveFileName": "AM232X-0.3.4.zip", + "size": 12749, + "checksum": "SHA-256:d5ed993bc1f633dc9921314c0038cd94d5f1864d91a81bd64cbc86990c33e3cd" + }, + { + "name": "AM232X", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.4.0.zip", + "archiveFileName": "AM232X-0.4.0.zip", + "size": 13870, + "checksum": "SHA-256:2487b46f2c0cc31e9f1a958cef5f67c62df1f8ce9021ee32f7719a52f23f7f8c" + }, + { + "name": "AM232X", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.4.1.zip", + "archiveFileName": "AM232X-0.4.1.zip", + "size": 13951, + "checksum": "SHA-256:622b72f7928a1540a9a67c711aeddb676fb817a27d97493580b3c16d93d8bc10" + }, + { + "name": "AM232X", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.4.2.zip", + "archiveFileName": "AM232X-0.4.2.zip", + "size": 14597, + "checksum": "SHA-256:a17e822054106189935d3ec8adc5483c72820663986f321b856372e089f99b14" + }, + { + "name": "AM232X", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.4.3.zip", + "archiveFileName": "AM232X-0.4.3.zip", + "size": 15789, + "checksum": "SHA-256:705b3249abf09a30d6bd31a1ae0bd6a7180e9789cce2171aeb2bc07bc4974635" + }, + { + "name": "AM232X", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.4.4.zip", + "archiveFileName": "AM232X-0.4.4.zip", + "size": 17435, + "checksum": "SHA-256:906fe0b3dd80c11398febd593232c85f0f57492c66548fc16fbec4f290153451" + }, + { + "name": "AM232X", + "version": "0.4.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.4.5.zip", + "archiveFileName": "AM232X-0.4.5.zip", + "size": 17684, + "checksum": "SHA-256:0bc1ac3e788b3b86263ecfaced0ebe417de1be6b068e9c77c1cd6e03dc03e90f" + }, + { + "name": "AM232X", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", + "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", + "website": "https://github.com/RobTillaart/AM232X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM232X.git", + "providesIncludes": [ + "AM232X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.5.0.zip", + "archiveFileName": "AM232X-0.5.0.zip", + "size": 17858, + "checksum": "SHA-256:6582e8a41fa820c4ab8cd54077e3476567047cbcb71b24596c592d073efa8335" + }, + { + "name": "EEPROM-Storage", + "version": "1.0.1", + "author": "Daniel Porrey", + "maintainer": "Daniel M. Porrey \u003cDaniel.Porrey@hotmail.com\u003e", + "license": "LGPL-3", + "sentence": "Generic class to wrap an EEPROM variable on the Particle and Arduino platforms.", + "paragraph": "The EEPROM Storage library provides the ability to access variables stored in EEPROM just as if they would stored in normal RAM.", + "website": "https://github.com/porrey/EEPROM-Storage/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "particle-photon", + "particle-electron", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/porrey/EEPROM-Storage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/porrey/EEPROM_Storage-1.0.1.zip", + "archiveFileName": "EEPROM_Storage-1.0.1.zip", + "size": 20806, + "checksum": "SHA-256:2bf092f8a2b8a153908d50e09627cbe3b43b8640a28f30d6dc3489c176c91625" + }, + { + "name": "AnalogPin", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": [ + "AnalogPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.2.zip", + "archiveFileName": "AnalogPin-0.2.2.zip", + "size": 6784, + "checksum": "SHA-256:c27a22de23e69a458afb8e23083421b2b539e6d21ea217e3776d9179384b0b95" + }, + { + "name": "AnalogPin", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": [ + "AnalogPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.3.zip", + "archiveFileName": "AnalogPin-0.2.3.zip", + "size": 6789, + "checksum": "SHA-256:841dca03c938e48245759562540999f3c082f9c1fde2aef0ec4e08e99771288e" + }, + { + "name": "AnalogPin", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": [ + "AnalogPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.4.zip", + "archiveFileName": "AnalogPin-0.2.4.zip", + "size": 7985, + "checksum": "SHA-256:1e96f0c02bccd5e1d801089c560b23a88f914f30609437f80668f0a4efd27e90" + }, + { + "name": "AnalogPin", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": [ + "AnalogPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.5.zip", + "archiveFileName": "AnalogPin-0.2.5.zip", + "size": 8704, + "checksum": "SHA-256:7681963352d231ea308cd0602c1ea5713be4e454f450723946d1dcd6e59804b2" + }, + { + "name": "AnalogPin", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": [ + "AnalogPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.6.zip", + "archiveFileName": "AnalogPin-0.2.6.zip", + "size": 8870, + "checksum": "SHA-256:3f8b77040639ed7dc89eaa173ea629416537d291d4049be5cb37d9520d6380bb" + }, + { + "name": "AnalogPin", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": [ + "AnalogPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.7.zip", + "archiveFileName": "AnalogPin-0.2.7.zip", + "size": 9276, + "checksum": "SHA-256:123c9fd88a25864aa9f375fd4f3c996dc20cfc8c23a0ac93e2faad4d42ca07bd" + }, + { + "name": "AnalogPin", + "version": "0.2.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AnalogPin", + "paragraph": "Class for smoothing analogReads", + "website": "https://github.com/RobTillaart/AnalogPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogPin.git", + "providesIncludes": [ + "AnalogPin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.8.zip", + "archiveFileName": "AnalogPin-0.2.8.zip", + "size": 9529, + "checksum": "SHA-256:0143cd365b8e9efd97f071a954651a0d8b0550e2edde11c15440e7324c153ae3" + }, + { + "name": "WiFiWebServer", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.0.zip", + "archiveFileName": "WiFiWebServer-1.0.0.zip", + "size": 92474, + "checksum": "SHA-256:07c0ec4ccc4b8e82f68588fd893ee2fb40f55bc86fc166007c6438dbbd7ab781" + }, + { + "name": "WiFiWebServer", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.1.zip", + "archiveFileName": "WiFiWebServer-1.0.1.zip", + "size": 97418, + "checksum": "SHA-256:ec0f5ebb4d3217b4cb6a4952a46bf99f2b1f93f28d1f1bd56c70b5c1da7a1564" + }, + { + "name": "WiFiWebServer", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.2.zip", + "archiveFileName": "WiFiWebServer-1.0.2.zip", + "size": 102835, + "checksum": "SHA-256:49cd9c5ecdfdcb73e182a10c133593620b2632b83da4ff8f1479b4a8255ca93b" + }, + { + "name": "WiFiWebServer", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.3.zip", + "archiveFileName": "WiFiWebServer-1.0.3.zip", + "size": 106805, + "checksum": "SHA-256:24fc93665cf96fbdb7b9a1e8d537e4c98cc0c54ca8a3bf4174a9f736eb03ad4a" + }, + { + "name": "WiFiWebServer", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.4.zip", + "archiveFileName": "WiFiWebServer-1.0.4.zip", + "size": 109450, + "checksum": "SHA-256:34a093dab45b97b429ac77686c85ba35754edd6a1326223889d4450dc6b0bda6" + }, + { + "name": "WiFiWebServer", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.5.zip", + "archiveFileName": "WiFiWebServer-1.0.5.zip", + "size": 190495, + "checksum": "SHA-256:ddc48087009c02818ebacf2df4776fe3bdf653b07f3b7b4d3ab00b77ff6d4d6e" + }, + { + "name": "WiFiWebServer", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.6.zip", + "archiveFileName": "WiFiWebServer-1.0.6.zip", + "size": 225250, + "checksum": "SHA-256:37650c3afc6a5d9f3cdfa102fafc4ce86bc3806b29b69fe769abc7f3950142d0" + }, + { + "name": "WiFiWebServer", + "version": "1.0.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.7.zip", + "archiveFileName": "WiFiWebServer-1.0.7.zip", + "size": 295566, + "checksum": "SHA-256:716bb827a1d19a221a42e73de77b45fa84918d7129f5871cbab18b2307649962" + }, + { + "name": "WiFiWebServer", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.1.0.zip", + "archiveFileName": "WiFiWebServer-1.1.0.zip", + "size": 494202, + "checksum": "SHA-256:b376fb502504729cc5049aee63bfbeb84bac23683416f72ac301084e81f549da" + }, + { + "name": "WiFiWebServer", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.1.1.zip", + "archiveFileName": "WiFiWebServer-1.1.1.zip", + "size": 450182, + "checksum": "SHA-256:582f5eacea87e81d0f730c44b6945be3190823a3a883e50b6d45b1f1c672f125" + }, + { + "name": "WiFiWebServer", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, etc.) boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.2.0.zip", + "archiveFileName": "WiFiWebServer-1.2.0.zip", + "size": 550233, + "checksum": "SHA-256:cf8bed86c4e0efcebb5402ab31d00fa81df2dd3555301bf3b0ecbf6e54e8814b" + }, + { + "name": "WiFiWebServer", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, etc.) boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.3.0.zip", + "archiveFileName": "WiFiWebServer-1.3.0.zip", + "size": 639681, + "checksum": "SHA-256:611f88fe7822e56f0d96784510ef3435f0b1fadfbc6989a5b53c2eb83c74afa3" + }, + { + "name": "WiFiWebServer", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.3.1.zip", + "archiveFileName": "WiFiWebServer-1.3.1.zip", + "size": 675768, + "checksum": "SHA-256:b279aa8cff3bbe5049d41e77898cf9c65938864367f382884b44483349aa290f" + }, + { + "name": "WiFiWebServer", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.4.0.zip", + "archiveFileName": "WiFiWebServer-1.4.0.zip", + "size": 716274, + "checksum": "SHA-256:9f38cae43745d9ff90e67aa165accd96a1c2cebb2cfdec3808337a16798b9dd3" + }, + { + "name": "WiFiWebServer", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.4.1.zip", + "archiveFileName": "WiFiWebServer-1.4.1.zip", + "size": 922534, + "checksum": "SHA-256:999e8e84358db41182451eee23a8df1f2f5e7a304b3b6b8a2943a1a307a4d521" + }, + { + "name": "WiFiWebServer", + "version": "1.4.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.4.2.zip", + "archiveFileName": "WiFiWebServer-1.4.2.zip", + "size": 926299, + "checksum": "SHA-256:b2957fe3d140be661b6bb1fc6645422b27d4a20334b6a2935743f2886685e0d2" + }, + { + "name": "WiFiWebServer", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.5.0.zip", + "archiveFileName": "WiFiWebServer-1.5.0.zip", + "size": 1002867, + "checksum": "SHA-256:6f4adaa1ae482ab36b61672742d602b5952ef631d070b6574f23a18435282400" + }, + { + "name": "WiFiWebServer", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.5.1.zip", + "archiveFileName": "WiFiWebServer-1.5.1.zip", + "size": 1029477, + "checksum": "SHA-256:0450ca5fd85acaf2a802e7586f99c36c023439c7a5525540b374bd052def264e" + }, + { + "name": "WiFiWebServer", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.5.2.zip", + "archiveFileName": "WiFiWebServer-1.5.2.zip", + "size": 1030076, + "checksum": "SHA-256:ac851968da7b2165dce8ae860a8d3c3b752d2689c04035cf3ce795efe087e9ad" + }, + { + "name": "WiFiWebServer", + "version": "1.5.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.5.3.zip", + "archiveFileName": "WiFiWebServer-1.5.3.zip", + "size": 1030594, + "checksum": "SHA-256:46ace0eddf2032369c138f3f1e8bfb81de84be231630a83f138d921b7128c276" + }, + { + "name": "WiFiWebServer", + "version": "1.5.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.5.4.zip", + "archiveFileName": "WiFiWebServer-1.5.4.zip", + "size": 1066624, + "checksum": "SHA-256:e41fa1baabf866ffd4f88f8fa751eea8670f1ff171bc37df6e9fd8065b697513" + }, + { + "name": "WiFiWebServer", + "version": "1.5.5-1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.5.5-1.zip", + "archiveFileName": "WiFiWebServer-1.5.5-1.zip", + "size": 1069456, + "checksum": "SHA-256:45cc01b9a0dedcdfc748653108ca1e62cad00ee3464e8948f3cda510029e99f0" + }, + { + "name": "WiFiWebServer", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.6.0.zip", + "archiveFileName": "WiFiWebServer-1.6.0.zip", + "size": 1144462, + "checksum": "SHA-256:39c0eec9f8fedcc7c1e317afe5a29d6f80dda83ecf272635b024988992a66d8e" + }, + { + "name": "WiFiWebServer", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.6.1.zip", + "archiveFileName": "WiFiWebServer-1.6.1.zip", + "size": 1145806, + "checksum": "SHA-256:d9f92659129be25ccd7422aab95427c4e33519402f080e55a336488b60c99710" + }, + { + "name": "WiFiWebServer", + "version": "1.6.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.6.2.zip", + "archiveFileName": "WiFiWebServer-1.6.2.zip", + "size": 1136241, + "checksum": "SHA-256:f9c84197baa3fbc659bb559645b22d05ddd044ab6b869bba4d6be136edea0237" + }, + { + "name": "WiFiWebServer", + "version": "1.6.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.6.3.zip", + "archiveFileName": "WiFiWebServer-1.6.3.zip", + "size": 1141188, + "checksum": "SHA-256:53e9aef2de9395d21fa7d5c775fb06e4d879cfb321a055b8da18eb703b323670" + }, + { + "name": "WiFiWebServer", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.7.0.zip", + "archiveFileName": "WiFiWebServer-1.7.0.zip", + "size": 1204144, + "checksum": "SHA-256:e2d9c117c775030c33172fa21cb9b99c55cc69b734b9fd128fef6fbe562a8d6d" + }, + { + "name": "WiFiWebServer", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.8.0.zip", + "archiveFileName": "WiFiWebServer-1.8.0.zip", + "size": 1313570, + "checksum": "SHA-256:ead293df5f82d40ae496883818a2107becaab02425df369cd61c385817a2fa1e" + }, + { + "name": "WiFiWebServer", + "version": "1.9.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.9.0.zip", + "archiveFileName": "WiFiWebServer-1.9.0.zip", + "size": 1346333, + "checksum": "SHA-256:e4d4b02e8b5cb23f6864d6530f3a117a382d1787cb33ae361ed94746c5cb1605" + }, + { + "name": "WiFiWebServer", + "version": "1.9.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.9.1.zip", + "archiveFileName": "WiFiWebServer-1.9.1.zip", + "size": 1346644, + "checksum": "SHA-256:249315517de5753bf13fde43e72bc13ed04cc50171a3493d918ecb7892de6de1" + }, + { + "name": "WiFiWebServer", + "version": "1.9.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.9.2.zip", + "archiveFileName": "WiFiWebServer-1.9.2.zip", + "size": 1350181, + "checksum": "SHA-256:1b4a4613ee18f72e0693aac3f7fd2ad792ec2d5c8682278ce3216e1c7f81edd6" + }, + { + "name": "WiFiWebServer", + "version": "1.9.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.9.3.zip", + "archiveFileName": "WiFiWebServer-1.9.3.zip", + "size": 1394695, + "checksum": "SHA-256:374408a85fd6792d5da106adc47cb79c6a2c86ac0f64ef0998c34a369719fc3e" + }, + { + "name": "WiFiWebServer", + "version": "1.9.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.9.4.zip", + "archiveFileName": "WiFiWebServer-1.9.4.zip", + "size": 1395334, + "checksum": "SHA-256:a65cb27998d086aad28ae076df0d1c8fe309d85312fb099202000de4c4ccd6f2" + }, + { + "name": "WiFiWebServer", + "version": "1.9.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.9.5.zip", + "archiveFileName": "WiFiWebServer-1.9.5.zip", + "size": 1395622, + "checksum": "SHA-256:3990ef9ddda0b6a96fb1ad1014222f9719a8592396ab756cec03afdadbf9f535" + }, + { + "name": "WiFiWebServer", + "version": "1.10.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.10.0.zip", + "archiveFileName": "WiFiWebServer-1.10.0.zip", + "size": 1477584, + "checksum": "SHA-256:f7bff073a797b563df235144c3945c46f2039ca0b1d9f5db61bcc7eb7fa23dcc" + }, + { + "name": "WiFiWebServer", + "version": "1.10.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiWebServer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "providesIncludes": [ + "WiFiWebServer.h", + "WiFiWebServer.hpp", + "WiFiHttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFi101_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.10.1.zip", + "archiveFileName": "WiFiWebServer-1.10.1.zip", + "size": 1477357, + "checksum": "SHA-256:995846bc7d3c1ab8b8b3e34dcccd93b380fe97f6c5e6c09b11fa334a208a9201" + }, + { + "name": "CurrentTransformerWithCallbacks", + "version": "1.0.0", + "author": "dirkx-currentcoil@webweaving.org", + "maintainer": "dirkx-currentcoil@webweaving.org", + "sentence": "Coil, Current Transformer (CT) based AC current measurements using fast ADC sampling of waveform", + "paragraph": "Mesure currents, iRMS and similar with a current transformer or coil. Requires a simple bias circuit that ensures that the votlages fed to the ADC is swinging around a certain dc-offset; and this is then ran through a resistor to turn the current into a voltage. Actual curernt measurement is then made by fast sampling the waveform. Assumes relatively slow AC curernts (few 100Hz), such as typical household mains power supplies (50hz, 60hz)", + "website": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/CurrentTransformerWithCallbacks-1.0.0.zip", + "archiveFileName": "CurrentTransformerWithCallbacks-1.0.0.zip", + "size": 11980, + "checksum": "SHA-256:f153b20ff7631116174e1e5f8d748904f5cbc8dd0643e6bab5422016006d4a8f" + }, + { + "name": "CurrentTransformerWithCallbacks", + "version": "2.0.0", + "author": "dirkx-currentcoil@webweaving.org", + "maintainer": "dirkx-currentcoil@webweaving.org", + "sentence": "Coil, Current Transformer (CT) based AC current measurements using fast ADC sampling of waveform", + "paragraph": "Mesure currents, iRMS and similar with a current transformer or coil. Requires a simple bias circuit that ensures that the votlages fed to the ADC is swinging around a certain dc-offset; and this is then ran through a resistor to turn the current into a voltage. Actual curernt measurement is then made by fast sampling the waveform. Assumes relatively slow AC curernts (few 100Hz), such as typical household mains power supplies (50hz, 60hz)", + "website": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/CurrentTransformerWithCallbacks-2.0.0.zip", + "archiveFileName": "CurrentTransformerWithCallbacks-2.0.0.zip", + "size": 11980, + "checksum": "SHA-256:36a4717aa2586e966a38aca2aa8f27120518ad54e3be81920949c7a1ef293183" + }, + { + "name": "Button2", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "providesIncludes": [ + "ButtonCallback.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.1.0.zip", + "archiveFileName": "Button2-1.1.0.zip", + "size": 9510, + "checksum": "SHA-256:9c337bcde51d5e0c6f67e1a34712276fe578d3d71e08c1dd275945e55d6f221a" + }, + { + "name": "Button2", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "[]", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "providesIncludes": [ + "ButtonCallback.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.0.0.zip", + "archiveFileName": "Button2-1.0.0.zip", + "size": 9395, + "checksum": "SHA-256:6da35691a2ea4ec6980cac4ed20fb49eec1df93fdecfcb57524924d5a87fd1f8" + }, + { + "name": "Button2", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "providesIncludes": [ + "ButtonCallback.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.2.0.zip", + "archiveFileName": "Button2-1.2.0.zip", + "size": 10704, + "checksum": "SHA-256:753ed9317c6c009b94eade4b301f95e9fbd0c59252c5608eeee052831829400a" + }, + { + "name": "Button2", + "version": "1.3.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.3.0.zip", + "archiveFileName": "Button2-1.3.0.zip", + "size": 11285, + "checksum": "SHA-256:3fa3f7c200bea10dce211f54a336131c17b2ba124eaa29a6912c062457ca4b3e" + }, + { + "name": "Button2", + "version": "1.4.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.4.0.zip", + "archiveFileName": "Button2-1.4.0.zip", + "size": 11484, + "checksum": "SHA-256:05b4839784638f9563203d3cb53d3abfdbef1cc3c6f3d7cde101a6e284743bea" + }, + { + "name": "Button2", + "version": "1.4.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.4.1.zip", + "archiveFileName": "Button2-1.4.1.zip", + "size": 11612, + "checksum": "SHA-256:5ef013690b817ea5ece7b4765cd7c956eb0488cbe2f71cefe1488edf0296eec7" + }, + { + "name": "Button2", + "version": "1.5.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.0.zip", + "archiveFileName": "Button2-1.5.0.zip", + "size": 12744, + "checksum": "SHA-256:b9aa50b2b746b789dea72c0f45272ee9d60d9b7dc2d5519b8195e6a76f188109" + }, + { + "name": "Button2", + "version": "1.5.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.1.zip", + "archiveFileName": "Button2-1.5.1.zip", + "size": 12916, + "checksum": "SHA-256:f83e811906fa98f9a95ee97740c2f0fb0fe4aab72f7a50e334359fe83cbae03f" + }, + { + "name": "Button2", + "version": "1.5.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.2.zip", + "archiveFileName": "Button2-1.5.2.zip", + "size": 12654, + "checksum": "SHA-256:a05b0157113e6bb5cfff3deb4e577b1004da07bfbf4a3b888acb50db1b5bed42" + }, + { + "name": "Button2", + "version": "1.5.3", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.3.zip", + "archiveFileName": "Button2-1.5.3.zip", + "size": 12689, + "checksum": "SHA-256:4cdf7e0559109d5a521c4189d7e03428344991a2d24ba28be9df8095c9726764" + }, + { + "name": "Button2", + "version": "1.5.4", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.5.4.zip", + "archiveFileName": "Button2-1.5.4.zip", + "size": 12777, + "checksum": "SHA-256:1e4ff262fad8a2bf3c7d96b69db54065bfce90da412ba105888e86d3c081b535" + }, + { + "name": "Button2", + "version": "1.6.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.0.zip", + "archiveFileName": "Button2-1.6.0.zip", + "size": 12945, + "checksum": "SHA-256:a6d718b2accd48a7e53e811c9261f93a93767208f7acdf36cad9d1e553495871" + }, + { + "name": "Button2", + "version": "1.6.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.1.zip", + "archiveFileName": "Button2-1.6.1.zip", + "size": 13357, + "checksum": "SHA-256:24deb90b1b6c4ca6748d3e38f40bd6764599e564dd00055247a1a19b80679d3d" + }, + { + "name": "Button2", + "version": "1.6.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.2.zip", + "archiveFileName": "Button2-1.6.2.zip", + "size": 13413, + "checksum": "SHA-256:d0cd4abd49493ee0ab9575b9262060e4484449af7888ee1a16b5718d9f566e61" + }, + { + "name": "Button2", + "version": "1.6.3", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.3.zip", + "archiveFileName": "Button2-1.6.3.zip", + "size": 15566, + "checksum": "SHA-256:f3f2814f6b5e8cd347790b11933a2c80fbab2a817a5ba6fb6de85b8cda2af319" + }, + { + "name": "Button2", + "version": "1.6.4", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.4.zip", + "archiveFileName": "Button2-1.6.4.zip", + "size": 15618, + "checksum": "SHA-256:6de0f93e90d23664547368ef986dc6d1919ad1c1a3ba610d39ef73301b493431" + }, + { + "name": "Button2", + "version": "1.6.5", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.6.5.zip", + "archiveFileName": "Button2-1.6.5.zip", + "size": 15742, + "checksum": "SHA-256:c4e70b86e8e39104d2af8588d1c7a6ea612287d88a44a993a9412926df23c7a8" + }, + { + "name": "Button2", + "version": "2.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.0.0.zip", + "archiveFileName": "Button2-2.0.0.zip", + "size": 19903, + "checksum": "SHA-256:df5feddf5fa626baa90219e43ddc2fc0fd70e1dc4ab365080ef383d96e88e8cb" + }, + { + "name": "Button2", + "version": "2.0.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.0.1.zip", + "archiveFileName": "Button2-2.0.1.zip", + "size": 20027, + "checksum": "SHA-256:ca29ae5f61c60b6b3519885a5b8c61fe76d7d2f8cc63210831f63f146155d719" + }, + { + "name": "Button2", + "version": "2.0.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.0.2.zip", + "archiveFileName": "Button2-2.0.2.zip", + "size": 21277, + "checksum": "SHA-256:675d48322a460e773f6efca9b970f7819d5bed878460187051640ab716230762" + }, + { + "name": "Button2", + "version": "2.0.3", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.0.3.zip", + "archiveFileName": "Button2-2.0.3.zip", + "size": 21305, + "checksum": "SHA-256:ea0b770d63280b48c03e7a6ac3265a72596b86e70874ea50a8b799010acbaeaa" + }, + { + "name": "Button2", + "version": "2.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.1.0.zip", + "archiveFileName": "Button2-2.1.0.zip", + "size": 24021, + "checksum": "SHA-256:3d1a9f43c767e63cee816007b0864541722282932a2421060c9a0ba67d6e9b0a" + }, + { + "name": "Button2", + "version": "2.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.2.0.zip", + "archiveFileName": "Button2-2.2.0.zip", + "size": 23909, + "checksum": "SHA-256:4acd490207d918bee684b941beddb0440f0d172893c08f8e6541342552a0bbbd" + }, + { + "name": "Button2", + "version": "2.2.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.2.1.zip", + "archiveFileName": "Button2-2.2.1.zip", + "size": 23954, + "checksum": "SHA-256:9a5ce88d5f873e57d65bbea828af153851c39eb158d4f8f41d88e97602b4eb8a" + }, + { + "name": "Button2", + "version": "2.2.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.2.2.zip", + "archiveFileName": "Button2-2.2.2.zip", + "size": 23977, + "checksum": "SHA-256:bdcede4390f597683254c6a6cc0164a470b89f31d585600e222046fc8f371efb" + }, + { + "name": "Button2", + "version": "2.2.3", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.2.3.zip", + "archiveFileName": "Button2-2.2.3.zip", + "size": 24132, + "checksum": "SHA-256:77fec0be1df80386524f3c227998bf3f72c328e7c94121e8f583375da2470c25" + }, + { + "name": "Button2", + "version": "2.2.4", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with buttons.", + "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. Alternatively, it provides function to use in your main loop(). The library also takes care of debouncing. Using this lib will reduce and simplify your source code significantly.", + "website": "https://github.com/LennartHennigs/Button2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/Button2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-2.2.4.zip", + "archiveFileName": "Button2-2.2.4.zip", + "size": 24300, + "checksum": "SHA-256:54baddb80d0b879a5032630938b56cdac45c494ee4448f1f2b0f9a5d2b85d81f" + }, + { + "name": "ESP Rotary", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.1.0.zip", + "archiveFileName": "ESP_Rotary-1.1.0.zip", + "size": 7487, + "checksum": "SHA-256:3f57d61165b74f0ee6528d3a8c8deadeb0359b7e42ff92038b259dcfa0480881" + }, + { + "name": "ESP Rotary", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "[]", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "providesIncludes": [ + "ESPRotary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.0.0.zip", + "archiveFileName": "ESP_Rotary-1.0.0.zip", + "size": 6796, + "checksum": "SHA-256:184bc9a0510e40fe16751707c629033fc2cbf0fd20ba1d852011460d85aa82fa" + }, + { + "name": "ESP Rotary", + "version": "1.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.1.1.zip", + "archiveFileName": "ESP_Rotary-1.1.1.zip", + "size": 7479, + "checksum": "SHA-256:499854d1434f6b1e7847e74fd787b8de73b347670079a25a226d45c4323984d4" + }, + { + "name": "ESP Rotary", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.2.0.zip", + "archiveFileName": "ESP_Rotary-1.2.0.zip", + "size": 8288, + "checksum": "SHA-256:e9bcd6e9da103933c2757def7a320bda769270228aca3f2a138646f23d6390f6" + }, + { + "name": "ESP Rotary", + "version": "1.2.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.2.2.zip", + "archiveFileName": "ESP_Rotary-1.2.2.zip", + "size": 9456, + "checksum": "SHA-256:bb46f0b234e6287e78ae0bb9a0731f7262c7db752c95396ccaa4defd97345fef" + }, + { + "name": "ESP Rotary", + "version": "1.3.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.3.0.zip", + "archiveFileName": "ESP_Rotary-1.3.0.zip", + "size": 9636, + "checksum": "SHA-256:88c1272b2c346cf9daaa04e6986e917c568343909dd080bf319d2ada43ab3391" + }, + { + "name": "ESP Rotary", + "version": "1.4.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.0.zip", + "archiveFileName": "ESP_Rotary-1.4.0.zip", + "size": 9890, + "checksum": "SHA-256:9450e2e484a7b6345808d6d18865b79ee996c0fbcbfaa89ac66cc76cf1f4c89c" + }, + { + "name": "ESP Rotary", + "version": "1.4.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.1.zip", + "archiveFileName": "ESP_Rotary-1.4.1.zip", + "size": 10152, + "checksum": "SHA-256:95541f1eadca5972162a484a3daaecb35acf5e21c2e4404cef88dae333dde3de" + }, + { + "name": "ESP Rotary", + "version": "1.4.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.2.zip", + "archiveFileName": "ESP_Rotary-1.4.2.zip", + "size": 10318, + "checksum": "SHA-256:cc2d011b8ccb05a65877cf47f852eb223d61183b51ff091c8894f8257d759055" + }, + { + "name": "ESP Rotary", + "version": "1.5.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.5.0.zip", + "archiveFileName": "ESP_Rotary-1.5.0.zip", + "size": 11396, + "checksum": "SHA-256:58f18693000c3f0b0cbe9ded573ba6e9c02b60764e8f41dbe21f14f06d7ad049" + }, + { + "name": "ESP Rotary", + "version": "1.6.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.6.0.zip", + "archiveFileName": "ESP_Rotary-1.6.0.zip", + "size": 11821, + "checksum": "SHA-256:4e62f54b66d3475c8fdbf0b8d6998a69d72d2b3daef3f7817a81606c3a0a2267" + }, + { + "name": "ESP Rotary", + "version": "1.6.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.6.1.zip", + "archiveFileName": "ESP_Rotary-1.6.1.zip", + "size": 11983, + "checksum": "SHA-256:3a0bf94b07eb993a452c51de37568357eb1c66c7f6a5c08fe72ffa508f47243f" + }, + { + "name": "ESP Rotary", + "version": "2.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-2.0.0.zip", + "archiveFileName": "ESP_Rotary-2.0.0.zip", + "size": 17055, + "checksum": "SHA-256:9a25cb5bcf4fe091ddb076176c0237fdc8d586f856aeb974994fbd11980f0471" + }, + { + "name": "ESP Rotary", + "version": "2.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-2.1.0.zip", + "archiveFileName": "ESP_Rotary-2.1.0.zip", + "size": 17490, + "checksum": "SHA-256:8beba16c3f693512483e7c0cfc6d2835feef13fbe158f7e0747bee3c3a96caa3" + }, + { + "name": "ESP Rotary", + "version": "2.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/LennartHennigs/ESPRotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-2.1.1.zip", + "archiveFileName": "ESP_Rotary-2.1.1.zip", + "size": 17522, + "checksum": "SHA-256:6fcb05dbd00905ce30779dedcec97759a8d58cc51d7d3c2d22dd0e1ca8013ac6" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.0.zip", + "size": 84930, + "checksum": "SHA-256:8efd168f9183028e34c521b0f2b9c7c8f14b117e53daacf3354f3a5008aa6d2c" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.1.zip", + "size": 118754, + "checksum": "SHA-256:4ed1399eeaf43dc75b2d9294d9c262e0e42a2752449659674ba548a4b52d6d8f" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.2.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.2.zip", + "size": 120494, + "checksum": "SHA-256:4621734603df9663184e0bbd600ec132f142c411ce301b6299791cc25e08b9df" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.3.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.3.zip", + "size": 146648, + "checksum": "SHA-256:6241663e84d8ea37e057a85835c0c1272455a31a3a2aee5f233b037686dba594" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.4.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.4.zip", + "size": 189446, + "checksum": "SHA-256:7b3233653bad40bac58599e0f0c1a892af1a339062f1f14d3340706aabf646d8" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.0.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.5.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.0.5.zip", + "size": 240260, + "checksum": "SHA-256:f81c9c1a0915af9a45d73151f3797894434b27ffd7379a897e1db3f6f523fe3f" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.0.zip", + "size": 512404, + "checksum": "SHA-256:c31d093ab57085307f173c9dd018f5a10a3bd25a509d3dcdc99e717e4c561e38" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.1.zip", + "size": 514530, + "checksum": "SHA-256:9e8180b683c28ffc873e1312dddbe5f53fe9d0c5382e580d53d22d25e813c998" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.2.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.2.zip", + "size": 519242, + "checksum": "SHA-256:c77c9fb16b9f3205d94b68c1eeaa3bc83a96c9a215d878bf4b111a069f816f2e" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running U-Blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.1.3.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.1.3.zip", + "size": 522240, + "checksum": "SHA-256:71295949997d888e65eea9589d2a9e2f9f331cc8f2f5333979174126df233dc7" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.2.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.2.0.zip", + "size": 527842, + "checksum": "SHA-256:695fe3b72d8d13d0392ce5189b19117ee7b01720310fc8d54b9809d8554ae26b" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.3.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.3.0.zip", + "size": 602197, + "checksum": "SHA-256:aadc5c471dc80cb17ebc56761fb362bcefd02c0545471b836d8301eb1950009a" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.3.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.3.1.zip", + "size": 617943, + "checksum": "SHA-256:a4e36fb30e1c3d491004c8a4d5914e6ed527f337fe21abc9d241ceb1e2b98a43" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.4.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.4.0.zip", + "size": 726001, + "checksum": "SHA-256:3a170674ea66e8043c11efa8adc9ed98881a67901ffb0022b8827f58f68649f7" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.4.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.4.1.zip", + "size": 6719166, + "checksum": "SHA-256:8de9570e4f48b9a277d212a547d2a360874de49bbe7c01b719503e3182af73d0" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.5.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.5.0.zip", + "size": 6797856, + "checksum": "SHA-256:1bb7f0d99b1680a33b6b552e67d2c4f7f75e4ef8cc0a81f67c0ce903495e7f60" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.6.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.6.0.zip", + "size": 6802856, + "checksum": "SHA-256:69c7d12572b8cc2bd194ab6b8431652677b02c6a81c2bd150968f321f9a1455f" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.6.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.6.1.zip", + "size": 6848037, + "checksum": "SHA-256:f02671cf506266882f2b3a9c1d80d6a9c82363b6e41810b8750f198b4a9cc5e1" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.6.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.6.2.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.6.2.zip", + "size": 6886570, + "checksum": "SHA-256:d403ad3cdf208bd803bd5f82c0778966de64322ebdca6d420de3372a91641450" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.6.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.6.3.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.6.3.zip", + "size": 6886009, + "checksum": "SHA-256:ed16423ad2dbc895e08655cc0a82632c84902c3171a0bfdaae622831eb09e226" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.7.0.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.7.0.zip", + "size": 6948838, + "checksum": "SHA-256:a2c7c1b04cde2901c32911c8d6a15f58d7a6428e682bea4d07033cdad4fd317b" + }, + { + "name": "WiFiManager_NINA_Lite", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using u-blox WiFiNINA / WiFi101 modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using WiFiNINA / WiFi101 modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.7.1.zip", + "archiveFileName": "WiFiManager_NINA_Lite-1.7.1.zip", + "size": 6949082, + "checksum": "SHA-256:4ffeb697c826e86b8ed4a432254ecf1435b5d91e56a1f147c3083289edff4c94" + }, + { + "name": "ev3-arduino", + "version": "0.1.1", + "author": "Gkagkas Anastasios \u003ctasosggps@gmail.com\u003e", + "maintainer": "Gkagkas Anastasios \u003ctasosggps@gmail.com\u003e", + "sentence": "Enables the communication with an ev3 brick", + "paragraph": "Only mailbox is implemented in this version. More functionalities will be implemented in the future.", + "website": "https://github.com/tasos12/arduino-EV3", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tasos12/ev3-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tasos12/ev3_arduino-0.1.1.zip", + "archiveFileName": "ev3_arduino-0.1.1.zip", + "size": 5019, + "checksum": "SHA-256:f292e041796030081cfdd3950b7478cf3def1f8a9b158473d4c4908c52676560" + }, + { + "name": "AverageAngle", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.3.zip", + "archiveFileName": "AverageAngle-0.1.3.zip", + "size": 6506, + "checksum": "SHA-256:c5cad3f15a2b13d9b8be711c8263b2d44693c9c88232c740c75cce9a95a0c80f" + }, + { + "name": "AverageAngle", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.4.zip", + "archiveFileName": "AverageAngle-0.1.4.zip", + "size": 6494, + "checksum": "SHA-256:e6c11ffca4335e6921ee63592a74170f3ba279761821485361b00c4b2fee0754" + }, + { + "name": "AverageAngle", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.5.zip", + "archiveFileName": "AverageAngle-0.1.5.zip", + "size": 7932, + "checksum": "SHA-256:366737ce99a25bed70a2f559a03c8e0623df4e21b234fd189ce232bca8e4e7b3" + }, + { + "name": "AverageAngle", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "paragraph": "degrees radians gradians", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.6.zip", + "archiveFileName": "AverageAngle-0.1.6.zip", + "size": 9633, + "checksum": "SHA-256:d7999a72bb1f9d87c66cdb2b78d13b743c63a19e9d7064b3b98e9d231b0db740" + }, + { + "name": "AverageAngle", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "paragraph": "degrees radians gradians", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.7.zip", + "archiveFileName": "AverageAngle-0.1.7.zip", + "size": 9743, + "checksum": "SHA-256:4b5aeebb1ed31fa5d76d2d20287f9f6ea6544c5d81699d65a5f767bbbd642d66" + }, + { + "name": "AverageAngle", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "paragraph": "degrees radians gradians", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.8.zip", + "archiveFileName": "AverageAngle-0.1.8.zip", + "size": 10418, + "checksum": "SHA-256:09d85da93823618ce5791a83353edcfc81ee0a64263af24399ace560c97c7724" + }, + { + "name": "AverageAngle", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "paragraph": "degrees radians gradians", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.9.zip", + "archiveFileName": "AverageAngle-0.1.9.zip", + "size": 10812, + "checksum": "SHA-256:53753572c8ae7e762bd78bdbcca2a867316077bc13f20a72c2194ece5852b8d8" + }, + { + "name": "AverageAngle", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles correctly around 0.", + "paragraph": "degrees radians gradians", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.2.0.zip", + "archiveFileName": "AverageAngle-0.2.0.zip", + "size": 11999, + "checksum": "SHA-256:6826157e33da9a288eb3a215e852765dd862f27a7340fd239b475ab1e93abf78" + }, + { + "name": "AverageAngle", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to calculate correctly the average of multiple angles.", + "paragraph": "degrees radians gradians", + "website": "https://github.com/RobTillaart/AverageAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AverageAngle.git", + "providesIncludes": [ + "AverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.2.1.zip", + "archiveFileName": "AverageAngle-0.2.1.zip", + "size": 12310, + "checksum": "SHA-256:a8030082135745cfd0dd009af1f4324dfb2dfcad0b7e2e47865da78463c10be8" + }, + { + "name": "Angle", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.7.zip", + "archiveFileName": "Angle-0.1.7.zip", + "size": 9032, + "checksum": "SHA-256:b81d7c25830988db9fa7df480320c8e6a81174f8491b34da5c58f528426c67e2" + }, + { + "name": "Angle", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.8.zip", + "archiveFileName": "Angle-0.1.8.zip", + "size": 9015, + "checksum": "SHA-256:bbef03ffbcc3c82f4b5e57f9bdfab6b3608e7e1723c1ba344b4c3a0873002414" + }, + { + "name": "Angle", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.9.zip", + "archiveFileName": "Angle-0.1.9.zip", + "size": 10373, + "checksum": "SHA-256:54c0093bf20317a5ad5a9511e6df4bceb3a594d38369705eed646cf0a5b4ba0d" + }, + { + "name": "Angle", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.10.zip", + "archiveFileName": "Angle-0.1.10.zip", + "size": 10995, + "checksum": "SHA-256:51e29d47b060b66dd33cd7e31e3ee8721dba4205f243be89f504357daf4a5c0d" + }, + { + "name": "Angle", + "version": "0.1.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.11.zip", + "archiveFileName": "Angle-0.1.11.zip", + "size": 11473, + "checksum": "SHA-256:2985973faef2ef59c59436912ef5d0803afca0bfd2d31b34c1a080f0b0117cf0" + }, + { + "name": "Angle", + "version": "0.1.12", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.12.zip", + "archiveFileName": "Angle-0.1.12.zip", + "size": 11607, + "checksum": "SHA-256:2d87bfbf3f3483b3462b6b10a8c7ae769482177f11bf96201cd65941b851ad28" + }, + { + "name": "Angle", + "version": "0.1.13", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.13.zip", + "archiveFileName": "Angle-0.1.13.zip", + "size": 12182, + "checksum": "SHA-256:129e680f18f6008c18a30145a2ee33eba93a90a27817b4c6866e10e7fc68b05b" + }, + { + "name": "Angle", + "version": "0.1.14", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.14.zip", + "archiveFileName": "Angle-0.1.14.zip", + "size": 14236, + "checksum": "SHA-256:924dc3de56d8977618b58068442fe4d4b025178638d8920147654928479e8a50" + }, + { + "name": "Angle", + "version": "0.1.15", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between floating point angle to minutes hours representation.", + "website": "https://github.com/RobTillaart/Angle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Angle.git", + "providesIncludes": [ + "Angle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.15.zip", + "archiveFileName": "Angle-0.1.15.zip", + "size": 14435, + "checksum": "SHA-256:e24dada513080e0a4482d5d72cfe380c8942e9eb3e2057cf702f9861c0ab940a" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.0.0.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.0.0.zip", + "size": 10958, + "checksum": "SHA-256:170f98f78433e98b7578656555fc8bc39cb1f1323afb9195966fb12b110cdbba" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.1.0.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.1.0.zip", + "size": 47406, + "checksum": "SHA-256:39ab5fca1bbc2828ad303c645a6402052a508a9f8e40811775132c875dca60d0" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.2.0.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.2.0.zip", + "size": 47067, + "checksum": "SHA-256:e4479aa3d29c98be2c0b51cb5e17fe0eba24d3450cce4274641d7e4946fbec11" + }, + { + "name": "SparkFun DE2120 2D Barcode Reader", + "version": "1.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Serial Library for the DE2120 2D Barcode Reader", + "paragraph": "An Arduino Library for the DE2120", + "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.2.1.zip", + "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.2.1.zip", + "size": 47992, + "checksum": "SHA-256:803c5d7659ea8a6b57a89e35a2c253a74d783c39710238a38ef1848232d0fd10" + }, + { + "name": "AsyncAnalog", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.1.zip", + "archiveFileName": "AsyncAnalog-0.1.1.zip", + "size": 6266, + "checksum": "SHA-256:a4018263d51977dbce1e4c1606a6585a91b9c9e3a70454ec3d39f5359cd49a0f" + }, + { + "name": "AsyncAnalog", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "providesIncludes": [ + "AsyncAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.2.zip", + "archiveFileName": "AsyncAnalog-0.1.2.zip", + "size": 6271, + "checksum": "SHA-256:3f26d74ee63661250c852ace1e3a7a07c99b1233e4533fbdf771ac6c8f291200" + }, + { + "name": "AsyncAnalog", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "providesIncludes": [ + "AsyncAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.3.zip", + "archiveFileName": "AsyncAnalog-0.1.3.zip", + "size": 7717, + "checksum": "SHA-256:a7aaf9b37d4a963250e396cbdb9a7f3b8cd0ce4230da35b06d08f411b3cb5c02" + }, + { + "name": "AsyncAnalog", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "providesIncludes": [ + "AsyncAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.4.zip", + "archiveFileName": "AsyncAnalog-0.1.4.zip", + "size": 7885, + "checksum": "SHA-256:42df1961b7339ee6c59072073d378e0dda8e8e790a4f12844c7e90e1649fc021" + }, + { + "name": "AsyncAnalog", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "providesIncludes": [ + "AsyncAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.5.zip", + "archiveFileName": "AsyncAnalog-0.1.5.zip", + "size": 7917, + "checksum": "SHA-256:4bc6222c2fca64b4cb72206a7b41b94acd088fcdfc0824addc5f17e4029750ec" + }, + { + "name": "AsyncAnalog", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for async reading of an analog pin", + "paragraph": "AVR only for now.", + "website": "https://github.com/RobTillaart/AsyncAnalog", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "providesIncludes": [ + "AsyncAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.6.zip", + "archiveFileName": "AsyncAnalog-0.1.6.zip", + "size": 8565, + "checksum": "SHA-256:46beffad1fa878d5bbf3f8bfb40aecf49149a6bb0d2eb08c0c6981ef54a80591" + }, + { + "name": "DFR0554", + "version": "1.0.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554", + "paragraph": "Device driver for communicating to DFRobot display DFR0554 via I2C", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.0.0.zip", + "archiveFileName": "DFR0554-1.0.0.zip", + "size": 16940, + "checksum": "SHA-256:0ad51e8780f7fcb1886cf477a4f5899f0ccbbb83f1069fb1de22f89910158d76" + }, + { + "name": "DFR0554", + "version": "1.1.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554", + "paragraph": "Device driver for communicating to DFRobot display DFR0554 via I2C", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.1.0.zip", + "archiveFileName": "DFR0554-1.1.0.zip", + "size": 18124, + "checksum": "SHA-256:0b4397e272dd59ef76a3c4ec0dfca0916da5c587b6f4bc1e50d56fba41bb198f" + }, + { + "name": "DFR0554", + "version": "1.2.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554.", + "paragraph": "DFR0554 is a display manufactured by DFRobot. It consists of a PCA9633 and an AIP31068.", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "dependencies": [ + { + "name": "NXP PCA9633" + }, + { + "name": "LiquidCrystalWired" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.2.0.zip", + "archiveFileName": "DFR0554-1.2.0.zip", + "size": 725141, + "checksum": "SHA-256:c0d42e028d8b54839100f98d08be70b2e65fdf41f308c608d96c17026ab43b84" + }, + { + "name": "DFR0554", + "version": "1.2.1", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for DFR0554.", + "paragraph": "DFR0554 is a display manufactured by DFRobot. It consists of a PCA9633 and an AIP31068.", + "website": "https://github.com/HendrikVE/Arduino-DFR0554", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", + "dependencies": [ + { + "name": "NXP PCA9633" + }, + { + "name": "LiquidCrystalWired" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.2.1.zip", + "archiveFileName": "DFR0554-1.2.1.zip", + "size": 725230, + "checksum": "SHA-256:566e0634f98cbafe072eda8f8cab8e8ff6d794243052a84185e283589fe3e60b" + }, + { + "name": "LiquidCrystalWired", + "version": "1.0.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for HD44780 based controllers", + "paragraph": "Device driver for communicating to HD44780 based controllers via I2C", + "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.0.0.zip", + "archiveFileName": "LiquidCrystalWired-1.0.0.zip", + "size": 935441, + "checksum": "SHA-256:5b4da71f55517ad1167ab8bb16a5208859aabff6712feacdda18a643496d1e7f" + }, + { + "name": "LiquidCrystalWired", + "version": "1.1.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for HD44780 based controllers", + "paragraph": "Device driver for communicating to HD44780 based controllers via I2C", + "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.1.0.zip", + "archiveFileName": "LiquidCrystalWired-1.1.0.zip", + "size": 937035, + "checksum": "SHA-256:7d7f92f6c88086cf76a07954f3b5804dd664053b71b9ab53fe5be7d2fa16dc0b" + }, + { + "name": "LiquidCrystalWired", + "version": "1.2.0", + "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", + "sentence": "Device driver for AiP31068 based controllers.", + "paragraph": "The AiP31068 is used to translate I2C commands to a connected HD44780 LCD controller.", + "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.2.0.zip", + "archiveFileName": "LiquidCrystalWired-1.2.0.zip", + "size": 2452293, + "checksum": "SHA-256:da3974fed0affc3274a3060b6e8da62b91243ab10cc2d0afc1ef280d1f7cc86f" + }, + { + "name": "Cozir", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "Cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.0.zip", + "archiveFileName": "Cozir-0.2.0.zip", + "size": 8057, + "checksum": "SHA-256:54598cef03f7b1d052c0f808e7699ad34c04ac1b5e3911d55180bb1ad0c7bae2" + }, + { + "name": "Cozir", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.2.zip", + "archiveFileName": "Cozir-0.2.2.zip", + "size": 10691, + "checksum": "SHA-256:3814785971977e2c04f44d5ddd1182a46158d3aed089acb9e74e246ecb04ec3e" + }, + { + "name": "Cozir", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.5.zip", + "archiveFileName": "Cozir-0.2.5.zip", + "size": 10845, + "checksum": "SHA-256:017f708a4081eaa9ada3733c2143b705fda1f615b4b854d6f8eaa0356a427ef7" + }, + { + "name": "Cozir", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.6.zip", + "archiveFileName": "Cozir-0.2.6.zip", + "size": 13764, + "checksum": "SHA-256:e73f3eda01fb29cf41e80bb3628966774df05142faf33e835aeef3a372aa6a11" + }, + { + "name": "Cozir", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.0.zip", + "archiveFileName": "Cozir-0.3.0.zip", + "size": 16123, + "checksum": "SHA-256:0ed4656920802034a135d638d5358cc4f6253bf30da00c5228a6a6a6076c42d2" + }, + { + "name": "Cozir", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.1.zip", + "archiveFileName": "Cozir-0.3.1.zip", + "size": 16196, + "checksum": "SHA-256:d6edf52bd493eccd56615a179ea1b16ac26b28c3c3c902fad5849ba8d6af7b13" + }, + { + "name": "Cozir", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.2.zip", + "archiveFileName": "Cozir-0.3.2.zip", + "size": 16524, + "checksum": "SHA-256:04750f6eed8c4d241987923a79aaf8d8f0c6c7f7004c792b3e6cb616b87b276b" + }, + { + "name": "Cozir", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.3.zip", + "archiveFileName": "Cozir-0.3.3.zip", + "size": 26794, + "checksum": "SHA-256:966b527fba62e91e0f61fb498f1a79c1fe97a7a17f29e8aaece6e1c8616a01ec" + }, + { + "name": "Cozir", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.4.zip", + "archiveFileName": "Cozir-0.3.4.zip", + "size": 30922, + "checksum": "SHA-256:686c2751e8d925739f359062bb43f98fa82d1b752848bd14886d6871431e3dfe" + }, + { + "name": "Cozir", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.5.zip", + "archiveFileName": "Cozir-0.3.5.zip", + "size": 34508, + "checksum": "SHA-256:b4ba5152c465952f875afb261b2ab2afa096a318896109446adf321e13b79bb0" + }, + { + "name": "Cozir", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.6.zip", + "archiveFileName": "Cozir-0.3.6.zip", + "size": 34568, + "checksum": "SHA-256:20c79a7a711238331812fe45e4c00c1c6097f28983a369cb017418688295ac2b" + }, + { + "name": "Cozir", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", + "paragraph": "Still experimental", + "website": "https://github.com/RobTillaart/Cozir", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Cozir.git", + "providesIncludes": [ + "cozir.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.3.7.zip", + "archiveFileName": "Cozir-0.3.7.zip", + "size": 35112, + "checksum": "SHA-256:27b1bd9eaf222211511bb3bbbd3c109df1786c7d3f408ccf440d4e08d14983e8" + }, + { + "name": "TimerFour32u4", + "version": "1.0.0", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Sam Verstraete", + "maintainer": "Sam Verstraete", + "sentence": "Allow usage of the 10-bit hardware high speed Timer4 on ATMega16u4 and ATMega32u4.", + "paragraph": "This is a port of the Paul Stoffregens TimerThree library to the ATMega16u4 or ATMega32u4, so you can use the internal High Speed Timer4 on selected ports.", + "website": "https://www.github.com/samverstraete/TimerFour", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/samverstraete/TimerFour.git", + "url": "https://downloads.arduino.cc/libraries/github.com/samverstraete/TimerFour32u4-1.0.0.zip", + "archiveFileName": "TimerFour32u4-1.0.0.zip", + "size": 530513, + "checksum": "SHA-256:d29c9c3f15cfda5da7b074ff7d17648d1865313ccb42dd4ece1bad34eb0539fd" + }, + { + "name": "TimerFour32u4", + "version": "1.0.1", + "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Sam Verstraete", + "maintainer": "Sam Verstraete", + "sentence": "Allow usage of the 10-bit hardware high speed Timer4 on ATMega16u4 and ATMega32u4.", + "paragraph": "This is a port of the Paul Stoffregens TimerThree library to the ATMega16u4 or ATMega32u4, so you can use the internal High Speed Timer4 on selected ports.", + "website": "https://www.github.com/samverstraete/TimerFour", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/samverstraete/TimerFour.git", + "url": "https://downloads.arduino.cc/libraries/github.com/samverstraete/TimerFour32u4-1.0.1.zip", + "archiveFileName": "TimerFour32u4-1.0.1.zip", + "size": 530601, + "checksum": "SHA-256:52c86c94193d591d26b616fac3814aa6004269c69b78d1c895309da6e7800b43" + }, + { + "name": "CoopThreads", + "version": "0.1.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.1.0.zip", + "archiveFileName": "CoopThreads-0.1.0.zip", + "size": 34376, + "checksum": "SHA-256:8b9e923f74fe9800872d4e46dddfbb7bd97fa06299db7480b45f8e9084aca5d2" + }, + { + "name": "CoopThreads", + "version": "0.2.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.0.zip", + "archiveFileName": "CoopThreads-0.2.0.zip", + "size": 37595, + "checksum": "SHA-256:bf46be1856b76558b3241983343f0361379ed2830f4c0b755f419393f64a93c4" + }, + { + "name": "CoopThreads", + "version": "0.2.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.1.zip", + "archiveFileName": "CoopThreads-0.2.1.zip", + "size": 37950, + "checksum": "SHA-256:8c3d914d750deb8ad85d9835f49b421b975527a7a8e8ce0bc8523504d9cc2049" + }, + { + "name": "CoopThreads", + "version": "0.2.2", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic, stackful cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledged RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.2.zip", + "archiveFileName": "CoopThreads-0.2.2.zip", + "size": 40229, + "checksum": "SHA-256:4dd3270b42752913083e22e78e86bc148e35f621eac09c1e1c52d2cbb528f9be" + }, + { + "name": "CoopThreads", + "version": "0.2.3", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic, stackful cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledged RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.3.zip", + "archiveFileName": "CoopThreads-0.2.3.zip", + "size": 40265, + "checksum": "SHA-256:8b2f3c88cfc4df43320cb703a58f93244e0c6d829b13a5bd9539c7c734d32a8b" + }, + { + "name": "CoopThreads", + "version": "0.2.4", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic, stackful cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledged RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.4.zip", + "archiveFileName": "CoopThreads-0.2.4.zip", + "size": 41366, + "checksum": "SHA-256:58738df2d1e07efe311f4a87de7e0f82ed4ef710a30472275f0475e57a354e9d" + }, + { + "name": "CoopThreads", + "version": "0.2.5", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic, stackful cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledged RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.5.zip", + "archiveFileName": "CoopThreads-0.2.5.zip", + "size": 43441, + "checksum": "SHA-256:f57730b1960192caeeb048d774b50876303de116500c6f774d895b6161c01e35" + }, + { + "name": "CoopThreads", + "version": "0.3.0", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic, stackful cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledged RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.3.0.zip", + "archiveFileName": "CoopThreads-0.3.0.zip", + "size": 42863, + "checksum": "SHA-256:d4769096016b1dbb55b093296d02b85923932710e8e1635f75df37fc82ffdad7" + }, + { + "name": "CoopThreads", + "version": "0.3.1", + "author": "Piotr Stolarz", + "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", + "sentence": "Lightweight, platform agnostic, stackful cooperative threads library", + "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledged RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", + "website": "https://github.com/pstolarz/CoopThreads", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pstolarz/CoopThreads.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.3.1.zip", + "archiveFileName": "CoopThreads-0.3.1.zip", + "size": 42825, + "checksum": "SHA-256:dfd99e7591310a239d01fa8a39212d38ecae42d70a6eb55efab2c60b0f4d804d" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.1", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.1.zip", + "size": 28917, + "checksum": "SHA-256:3f642ee81837c62e69d402e65e29652e73bbffce4ccc066e92f1c8510c78d40f" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.2", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.2.zip", + "size": 30467, + "checksum": "SHA-256:9baadbe20a01428d7d1b49d0185a82c941536806b9303a707eb99955e946d714" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.3", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.3.zip", + "size": 30465, + "checksum": "SHA-256:4943996cbd78b3871b754ee5f355d24c882a99db74ec7214d1a4e1224e1604ab" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.4", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.4.zip", + "size": 31972, + "checksum": "SHA-256:34700b6384f7937f1bae7e9213f61827258c72165d5899d289dd02afa9006903" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.0.5", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.5.zip", + "size": 32075, + "checksum": "SHA-256:adf4faef62b70bf46b16d3d66f2b377d0ffd0d582e82ade0107c02cbc88c6137" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.1.0", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.0.zip", + "size": 32175, + "checksum": "SHA-256:5c4f35c38edc107a209bce499f22f7ece0a52a64f66a3636ca1f29d018a110a0" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.1.1", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.1.zip", + "size": 32199, + "checksum": "SHA-256:28701463c6c8c01b734bc4d7c4e5c0c41addfd1f0526b19e0ee05f215da88205" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.1.2", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.2.zip", + "size": 32180, + "checksum": "SHA-256:8fea87666da1f41e139420b95196b7a665a95f388cc6563132fc96680763141d" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.0", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.0.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.0.zip", + "size": 33467, + "checksum": "SHA-256:399010736c3f82400075040f734dc96f0d1fcd547ea6196c0fb77893ddf5afb5" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.1", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.1.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.1.zip", + "size": 33525, + "checksum": "SHA-256:119c85551602c38a9e0fc05a33d37fcf2f9924f42f9a7b56e5d4dc73b479956e" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.2", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.2.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.2.zip", + "size": 33781, + "checksum": "SHA-256:60e7c792e649beeb5c1bbf788ed004abb4bd7f59f35da756448060900aaa592e" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.3", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.3.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.3.zip", + "size": 33806, + "checksum": "SHA-256:f23235beea361641e1a7a0b9c27e9fded8ed81de226ceccd01b326c5db29aa87" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.4", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.4.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.4.zip", + "size": 33850, + "checksum": "SHA-256:6e36359c0507e782cc4ed5adb77f55d573c74140ff02cff0e6eb6d9e5a27e79a" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.5", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.5.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.5.zip", + "size": 33851, + "checksum": "SHA-256:60bf671704100ba9965df2a4f39656f203024f0dc217e87765b3f15cffa43b18" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.6", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.6.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.6.zip", + "size": 33850, + "checksum": "SHA-256:dbb281156e76244fc01455df6ee3c1f062862773a4e014e7cafd97d972e335d2" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.7", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.7.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.7.zip", + "size": 37754, + "checksum": "SHA-256:855d949353c7522b86dd4edda74f5028657e0f5f1621e62e8c567b540a907a77" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.8", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.8.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.8.zip", + "size": 40847, + "checksum": "SHA-256:fd0db5198a4a6028b9c7fd4d68b95593af6fc7e2d8b289dcfe9e22fb1bc8bd30" + }, + { + "name": "SparkFun Qwiic RTC RV8803 Arduino Library", + "version": "1.2.9", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the RV-8803 extremely precise, extremely low power, real-time clock", + "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", + "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.9.zip", + "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.2.9.zip", + "size": 42873, + "checksum": "SHA-256:637977694e53d13b279ba20c61fae0a0bfcd2af40519e14331d84884ea957e81" + }, + { + "name": "CountDown", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.0.zip", + "archiveFileName": "CountDown-0.2.0.zip", + "size": 8209, + "checksum": "SHA-256:cb91a1e2d24b1f45b81ba143d8ce06976dd695bfca6eb676bc387a4cb4e06380" + }, + { + "name": "CountDown", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.2.zip", + "archiveFileName": "CountDown-0.2.2.zip", + "size": 8384, + "checksum": "SHA-256:b37bc2fce6c57b11edf66f542d6716d5cf4654861e8ac6e9fc7bc3e55677fc3a" + }, + { + "name": "CountDown", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.3.zip", + "archiveFileName": "CountDown-0.2.3.zip", + "size": 9686, + "checksum": "SHA-256:727632b116727d57865d718167f69d988259a70490b1cd573d649109c4386d33" + }, + { + "name": "CountDown", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.4.zip", + "archiveFileName": "CountDown-0.2.4.zip", + "size": 10228, + "checksum": "SHA-256:cc3c9a530bad487634e7f5a1615f98275ecbf2b15c8385f8ca13e547459ecc07" + }, + { + "name": "CountDown", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.5.zip", + "archiveFileName": "CountDown-0.2.5.zip", + "size": 11828, + "checksum": "SHA-256:225050d1ef93e50e3f2d522221d2b093a77dcfbb8a16110e9d1b4de6740bf01f" + }, + { + "name": "CountDown", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.6.zip", + "archiveFileName": "CountDown-0.2.6.zip", + "size": 11908, + "checksum": "SHA-256:f13677e3c36177e2ad893bd42b8fbab322e0e3a94e4abd12b605f2e3e8cfa649" + }, + { + "name": "CountDown", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.7.zip", + "archiveFileName": "CountDown-0.2.7.zip", + "size": 12609, + "checksum": "SHA-256:ad6b0bbd82d747ebbf5742b3098b9463c828b78d2df99df624de0400944b172f" + }, + { + "name": "CountDown", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.3.0.zip", + "archiveFileName": "CountDown-0.3.0.zip", + "size": 15638, + "checksum": "SHA-256:f78d2d9caff58e58acc9114ef1303e555d10e1b1e6f0fc057d6e85e1070b3710" + }, + { + "name": "CountDown", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.3.1.zip", + "archiveFileName": "CountDown-0.3.1.zip", + "size": 16802, + "checksum": "SHA-256:735ad0d6a056071d7d7397abc625cc547470bf52e09e8a08a555377e3dec08f7" + }, + { + "name": "CountDown", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a CountDown clock in SW.", + "paragraph": "Polling, no HW timer used.", + "website": "https://github.com/RobTillaart/CountDown", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CountDown.git", + "providesIncludes": [ + "CountDown.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.3.2.zip", + "archiveFileName": "CountDown-0.3.2.zip", + "size": 17009, + "checksum": "SHA-256:b0ca2354fc930b30a9f629d9cb451ebe9657e163ed082eb6e1fcf254bc257464" + }, + { + "name": "Sharer", + "version": "1.0.0", + "author": "Rufus31415", + "maintainer": "Rufus31415", + "sentence": "Sharer Library", + "website": "https://github.com/Rufus31415/Sharer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rufus31415/Sharer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rufus31415/Sharer-1.0.0.zip", + "archiveFileName": "Sharer-1.0.0.zip", + "size": 174164, + "checksum": "SHA-256:a402f3b2afb14fa2eaa0be5ffcd4a7b547274663d09a4ad34a9a759228920bae" + }, + { + "name": "Sharer", + "version": "1.0.1", + "author": "Rufus31415 \u003crufus31415@gmail.com\u003e", + "maintainer": "Rufus31415 \u003crufus31415@gmail.com\u003e", + "sentence": "Arduino library that simplifies Serial communication", + "paragraph": "Arduino \u0026 .NET serial communication library to read/write variables and remote call functions (RPC)", + "website": "https://github.com/Rufus31415/Sharer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rufus31415/Sharer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rufus31415/Sharer-1.0.1.zip", + "archiveFileName": "Sharer-1.0.1.zip", + "size": 178709, + "checksum": "SHA-256:3c8e33c6785d39bf6022b7dd5517dd08b1b9b8d5ebb4b3d3811023802b510335" + }, + { + "name": "deepC", + "version": "0.12.0", + "author": "Rohit Sharma et. al.", + "maintainer": "Rohit Sharma \u003cmy-first-name@ai-techsystems.com\u003e", + "sentence": "Allows you to run machine learning models locally on arduino boards.", + "paragraph": "This library runs deepC machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise asl gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/ai-techsystems/dnnCompiler", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ai-techsystems/arduino.git", + "providesIncludes": [ + "deepC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ai-techsystems/deepC-0.12.0.zip", + "archiveFileName": "deepC-0.12.0.zip", + "size": 1266930, + "checksum": "SHA-256:041343390aac9477355b2c90e9b7574e3949be3728420233210baf40d5b72154" + }, + { + "name": "SDConfigCommand", + "version": "0.23.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", + "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", + "website": "https://github.com/cygig/SDConfigCommand", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SDConfigCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.23.0.zip", + "archiveFileName": "SDConfigCommand-0.23.0.zip", + "size": 1490282, + "checksum": "SHA-256:e79afd0f759d9424b03a96a556632705a4e1586a132d348404828dc1ac7250b2" + }, + { + "name": "SDConfigCommand", + "version": "0.24.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", + "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", + "website": "https://github.com/cygig/SDConfigCommand", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SDConfigCommand.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.24.0.zip", + "archiveFileName": "SDConfigCommand-0.24.0.zip", + "size": 1499465, + "checksum": "SHA-256:23a5cc263d719fd6abcee87f9ae1676de7072e4ca6c3d836d84beebe3a66e490" + }, + { + "name": "SDConfigCommand", + "version": "0.25.0", + "author": "cygig \u003crubbish52@hotmail.com\u003e", + "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", + "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", + "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", + "website": "https://github.com/cygig/SDConfigCommand", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/SDConfigCommand.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.25.0.zip", + "archiveFileName": "SDConfigCommand-0.25.0.zip", + "size": 1680593, + "checksum": "SHA-256:95bd43b1b60cf596701aed47fd414cadfe02c371d8546995e2ac8c3d61737034" + }, + { + "name": "SparkFun BQ27441 LiPo Fuel Gauge Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "An Arduino library for interfacing with the BQ27441-G1 LiPo Fuel Gauge", + "paragraph": "An Arduino library for interfacing with the BQ27441-G1 LiPo Fuel Gauge", + "website": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BQ27441_LiPo_Fuel_Gauge_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_BQ27441_LiPo_Fuel_Gauge_Arduino_Library-1.1.0.zip", + "size": 25147, + "checksum": "SHA-256:1f324734525d71de015e46318bdabe79fabd4074c77f10058d0456fce00ecd93" + }, + { + "name": "ThingsML", + "version": "1.0.1", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.0.1.zip", + "archiveFileName": "ThingsML-1.0.1.zip", + "size": 555211, + "checksum": "SHA-256:33dad1b34841611c9669c30c3ddd0bb50df412716dccffad6d148dc8f65c6d62" + }, + { + "name": "ThingsML", + "version": "1.0.2", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.0.2.zip", + "archiveFileName": "ThingsML-1.0.2.zip", + "size": 555211, + "checksum": "SHA-256:2ffefc997a5c3d099fa61f5a3a9881f49d0cc7239f3a666ffa680934cb7c262e" + }, + { + "name": "ThingsML", + "version": "1.1.0", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.0.zip", + "archiveFileName": "ThingsML-1.1.0.zip", + "size": 560629, + "checksum": "SHA-256:0058a67d1b0c179e7e177aecd6930d0756a258d47074639d411df932eeb73706" + }, + { + "name": "ThingsML", + "version": "1.1.1", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.1.zip", + "archiveFileName": "ThingsML-1.1.1.zip", + "size": 561127, + "checksum": "SHA-256:658a252572abcb30c6fda5baf8c01e8e93943a5bb69351f828a43377044b125d" + }, + { + "name": "ThingsML", + "version": "1.1.2", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.2.zip", + "archiveFileName": "ThingsML-1.1.2.zip", + "size": 561146, + "checksum": "SHA-256:65c28aa275efacc570a187d7cb27d504952b2ea93386c30c0041ca7176254d80" + }, + { + "name": "ThingsML", + "version": "1.2.0", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.2.0.zip", + "archiveFileName": "ThingsML-1.2.0.zip", + "size": 574605, + "checksum": "SHA-256:08850d6c41de6e1da6cea51c3a7c931b32f4ba90fe4d1fa919fea3b0da626b8b" + }, + { + "name": "ThingsML", + "version": "1.2.1", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.2.1.zip", + "archiveFileName": "ThingsML-1.2.1.zip", + "size": 574612, + "checksum": "SHA-256:3d518facd26052707af927315c2f5ddb6a16fbf58502a2d59542913e2e45e629" + }, + { + "name": "ThingsML", + "version": "1.3.0", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.3.0.zip", + "archiveFileName": "ThingsML-1.3.0.zip", + "size": 575896, + "checksum": "SHA-256:f956dd52e720cdbe5e566b96cb553ca5b46f583324bfa17ed7f884bed5563d75" + }, + { + "name": "ThingsML", + "version": "1.3.1", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.3.1.zip", + "archiveFileName": "ThingsML-1.3.1.zip", + "size": 575894, + "checksum": "SHA-256:6682ff82c558efee31552c226adcd76837714999bd343b459ac4cd50a18937d5" + }, + { + "name": "ThingsML", + "version": "1.4.0", + "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", + "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", + "sentence": "Thingsml Encoder/Decoder", + "paragraph": "For use in LoraWAN and M2M networks", + "website": "https://github.com/kpn-iot/thingsml-c-library", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kpn-iot/thingsml-c-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.4.0.zip", + "archiveFileName": "ThingsML-1.4.0.zip", + "size": 1627105, + "checksum": "SHA-256:37056421ac48cc13edc9d0f7bfc8bff4ff8852537e79c65499a5be4404b7ad1f" + }, + { + "name": "Complex", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.0.zip", + "archiveFileName": "Complex-0.2.0.zip", + "size": 10401, + "checksum": "SHA-256:d5f04ba9fb838ef489aa466611665cce7d7b7c2c3986a6cbc7356bfaf6feafeb" + }, + { + "name": "Complex", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.1.zip", + "archiveFileName": "Complex-0.2.1.zip", + "size": 10462, + "checksum": "SHA-256:92d82add185c8af6d37d03e243a6604e53507efd0fa53afa1a40c37d45293f58" + }, + { + "name": "Complex", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.2.zip", + "archiveFileName": "Complex-0.2.2.zip", + "size": 12379, + "checksum": "SHA-256:2ce42f150489762f6a34dc117fa3ba4d5f3192d180ff4c1426c36ed935a07f12" + }, + { + "name": "Complex", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "paragraph": "implements Printable interface", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.3.zip", + "archiveFileName": "Complex-0.2.3.zip", + "size": 13253, + "checksum": "SHA-256:a6714d59612fb87d16fb08691eb5f50c01d12a21b70781a9584a5bb8f48c2fe0" + }, + { + "name": "Complex", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "paragraph": "implements Printable interface", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.4.zip", + "archiveFileName": "Complex-0.2.4.zip", + "size": 13234, + "checksum": "SHA-256:68a1cec364f6d908c7a45c09807fc5d5e6d8eccb650acd92a489915aa6096f12" + }, + { + "name": "Complex", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "paragraph": "implements Printable interface", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.3.0.zip", + "archiveFileName": "Complex-0.3.0.zip", + "size": 14104, + "checksum": "SHA-256:f6541c35b898e1b3a4197661f6d7fe82415ffb09b6baa9d451ed5f2ef012c614" + }, + { + "name": "Complex", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "paragraph": "implements Printable interface", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.3.1.zip", + "archiveFileName": "Complex-0.3.1.zip", + "size": 15636, + "checksum": "SHA-256:9a530481636040ecfac9f749f6abfa80115c264dadf113904ea94c8be33b7682" + }, + { + "name": "Complex", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "paragraph": "implements Printable interface", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.3.2.zip", + "archiveFileName": "Complex-0.3.2.zip", + "size": 16064, + "checksum": "SHA-256:c2f315772ca5aac1f6db2aefbdf471f29c1783a0596b3efaf636ca0978d6fa62" + }, + { + "name": "Complex", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Complex math.", + "paragraph": "implements Printable interface", + "website": "https://github.com/RobTillaart/Complex", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Complex.git", + "providesIncludes": [ + "Complex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.3.3.zip", + "archiveFileName": "Complex-0.3.3.zip", + "size": 16297, + "checksum": "SHA-256:20792e7ae9041c9dfe15ecb9274a2621bb4a64b097c33e8d75575c42cf48cbb5" + }, + { + "name": "BoolArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.0.zip", + "archiveFileName": "BoolArray-0.2.0.zip", + "size": 7274, + "checksum": "SHA-256:fd03d9e634f8047523382878bb252c51bd710183504b835900eeedd5baf34e4a" + }, + { + "name": "BoolArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.1.zip", + "archiveFileName": "BoolArray-0.2.1.zip", + "size": 7226, + "checksum": "SHA-256:a46038b247301480a7b66474ce1b575b93f2b0c25b1c79ec6182f72722bdceeb" + }, + { + "name": "BoolArray", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.2.zip", + "archiveFileName": "BoolArray-0.2.2.zip", + "size": 8405, + "checksum": "SHA-256:dbe9639e02c42b6f40d2b7cdd14ba58cb163712dbbef36ce18a660fff49b3660" + }, + { + "name": "BoolArray", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/BoolArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.3.zip", + "archiveFileName": "BoolArray-0.2.3.zip", + "size": 8998, + "checksum": "SHA-256:709a8f47fe868398a6d17853997ed0172f2a2c6fadc9b5fde2d79fe058e9715c" + }, + { + "name": "BoolArray", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/BoolArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.4.zip", + "archiveFileName": "BoolArray-0.2.4.zip", + "size": 9985, + "checksum": "SHA-256:1f7303032832348865699fdf4810085b4041598500b6658f450e25c4ac674948" + }, + { + "name": "BoolArray", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/BoolArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.5.zip", + "archiveFileName": "BoolArray-0.2.5.zip", + "size": 10427, + "checksum": "SHA-256:461181d55d766c8993d74605e3ecf9c307280a93c0bc71d6562467b060e620a3" + }, + { + "name": "BoolArray", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/BoolArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.6.zip", + "archiveFileName": "BoolArray-0.2.6.zip", + "size": 10834, + "checksum": "SHA-256:0bdbdca4c6c3771a9fe677fdbcf021df7a18df587ac5de5b120bc5e43e9c57a6" + }, + { + "name": "BoolArray", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/BoolArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.7.zip", + "archiveFileName": "BoolArray-0.2.7.zip", + "size": 11490, + "checksum": "SHA-256:fed7ba115a1a3a0da93ad89791103ff97d7f2970ce83e2b6a6ba2720323aa74d" + }, + { + "name": "BoolArray", + "version": "0.2.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", + "paragraph": "tested on AVR only", + "website": "https://github.com/RobTillaart/BoolArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BoolArray.git", + "providesIncludes": [ + "BoolArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.8.zip", + "archiveFileName": "BoolArray-0.2.8.zip", + "size": 11713, + "checksum": "SHA-256:49358dcf4c2470075b6098dcf0f8c616b960c44fd79bcc0e732bf31c925714e4" + }, + { + "name": "BitArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": [ + "BitArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.0.zip", + "archiveFileName": "BitArray-0.2.0.zip", + "size": 12370, + "checksum": "SHA-256:f81a3f3b0c8a0367491b199e38824fe584a66795fb8bb2449e70c1cd0acc39d2" + }, + { + "name": "BitArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": [ + "BitArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.1.zip", + "archiveFileName": "BitArray-0.2.1.zip", + "size": 12357, + "checksum": "SHA-256:521addddc8cd197cf6aea72d7b00a48f4736ac3f9d0aa0c10e953cec729ae463" + }, + { + "name": "BitArray", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": [ + "BitArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.2.zip", + "archiveFileName": "BitArray-0.2.2.zip", + "size": 13623, + "checksum": "SHA-256:5d53022bf6c57ac59ed39e6ed0f6d7a08f3870d9017dc6d3afd2ac7faf697c97" + }, + { + "name": "BitArray", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": [ + "BitArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.3.zip", + "archiveFileName": "BitArray-0.2.3.zip", + "size": 14259, + "checksum": "SHA-256:002739106804bc032b621f34285655fbb81b97a21dcdcbb0ddbe96b0d7645019" + }, + { + "name": "BitArray", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": [ + "BitArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.4.zip", + "archiveFileName": "BitArray-0.2.4.zip", + "size": 14333, + "checksum": "SHA-256:982b423b146ad4311de8da1e53f0288377fbd844123ab6d2c2b4e906bc064047" + }, + { + "name": "BitArray", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": [ + "BitArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.5.zip", + "archiveFileName": "BitArray-0.2.5.zip", + "size": 14734, + "checksum": "SHA-256:84ad3dfa8a8e5151a02a47e45836c12c3d77e982f93f444b2e81dab6850c4214" + }, + { + "name": "BitArray", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for compact array of objects with a size expressed in bits.", + "paragraph": "Sizes are typically 1..10", + "website": "https://github.com/RobTillaart/BitArray", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BitArray.git", + "providesIncludes": [ + "BitArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.6.zip", + "archiveFileName": "BitArray-0.2.6.zip", + "size": 15999, + "checksum": "SHA-256:abf55701ca41bf465a13c9efc3aaba29faa910109d3b78bb29ddf4c86b7623b6" + }, + { + "name": "astra_esp8266", + "version": "0.1.0", + "author": "Nathan Bak", + "maintainer": "Nathan Bak (apollo@yellowslicker.com)", + "sentence": "Easily access a Cassandra database from an ESP8266.", + "paragraph": "The astra_esp8266 library provides basic operations to connect with a Datastax Astra database.", + "website": "https://github.com/NathanBak/astra_esp8266", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NathanBak/astra_esp8266.git", + "providesIncludes": [ + "src/astra.h" + ], + "dependencies": [ + { + "name": "Wifi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NathanBak/astra_esp8266-0.1.0.zip", + "archiveFileName": "astra_esp8266-0.1.0.zip", + "size": 14938, + "checksum": "SHA-256:eba7d1410c65e6406bcc76d26a8eb4d51ebc4b04aac79d6f0040e926cd63e24d" + }, + { + "name": "ESP Battery", + "version": "1.0.0", + "author": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library to calculate the ESP8266 (Feather Huzzah) battery level.", + "paragraph": "It uses the Huzzah's ADC pin and a voltage divider to dermine the level. The library provides several callback handlers to be notified when the battery levels changes.", + "website": "https://github.com/LennartHennigs/ESPBattery", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPBattery.git", + "providesIncludes": [ + "ESPBattery.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Battery-1.0.0.zip", + "archiveFileName": "ESP_Battery-1.0.0.zip", + "size": 6772, + "checksum": "SHA-256:31eb486aa6c3cc7b38f53a2e82c8f7ec95b3b77ea84de7e433e70dd31da98e5a" + }, + { + "name": "ESP Telnet", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful if you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.0.0.zip", + "archiveFileName": "ESP_Telnet-1.0.0.zip", + "size": 6953, + "checksum": "SHA-256:3d04b36faa2805c6130a3d8f1cde042c39e573fc9aebcf84b2229bc12c8f87f2" + }, + { + "name": "ESP Telnet", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.1.0.zip", + "archiveFileName": "ESP_Telnet-1.1.0.zip", + "size": 8163, + "checksum": "SHA-256:9d93c115d63408df4e2b2004b7ac687b97a0126458185c735fdaad3ed885862e" + }, + { + "name": "ESP Telnet", + "version": "1.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.1.1.zip", + "archiveFileName": "ESP_Telnet-1.1.1.zip", + "size": 10244, + "checksum": "SHA-256:d2608f56d93a4075f970c2b8b3a712ab1e2d30a9eb0989ad84d3a5ff5c8f4ff4" + }, + { + "name": "ESP Telnet", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.2.0.zip", + "archiveFileName": "ESP_Telnet-1.2.0.zip", + "size": 13028, + "checksum": "SHA-256:ce161a7a2937e820eadbcd7e9a3a9d817cacc2823d18a880059df1899193a752" + }, + { + "name": "ESP Telnet", + "version": "1.2.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.2.1.zip", + "archiveFileName": "ESP_Telnet-1.2.1.zip", + "size": 13095, + "checksum": "SHA-256:547dd4a418bdd7e39941c90bca59338a4dba99a40b9c0d21448c9d8f31e8bf37" + }, + { + "name": "ESP Telnet", + "version": "1.2.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.2.2.zip", + "archiveFileName": "ESP_Telnet-1.2.2.zip", + "size": 13476, + "checksum": "SHA-256:10ef0fba340511eb52675100300e22b4faaf2ea802b5461cc63b9bd2442b7558" + }, + { + "name": "ESP Telnet", + "version": "1.3.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.3.0.zip", + "archiveFileName": "ESP_Telnet-1.3.0.zip", + "size": 15741, + "checksum": "SHA-256:954a1ac10278c7a838d172186d90485ec3ea67824cc8000de6c7bd580f7925f0" + }, + { + "name": "ESP Telnet", + "version": "1.3.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.3.1.zip", + "archiveFileName": "ESP_Telnet-1.3.1.zip", + "size": 15779, + "checksum": "SHA-256:e2568ace013b2c67a8b779a40145a4ffe006c1ca25126aded781f95fe56365ed" + }, + { + "name": "ESP Telnet", + "version": "1.4.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.4.0.zip", + "archiveFileName": "ESP_Telnet-1.4.0.zip", + "size": 17767, + "checksum": "SHA-256:e0ea5c510dbc2279a7d648b448d3cf315b35fe61ddacb6258c60a55ca0b63cff" + }, + { + "name": "ESP Telnet", + "version": "2.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-2.0.0.zip", + "archiveFileName": "ESP_Telnet-2.0.0.zip", + "size": 20828, + "checksum": "SHA-256:c69a8eeaebfe5f57ec7bfaef806bbc8bd25952a84523be31efc51b8ede9d8e37" + }, + { + "name": "ESP Telnet", + "version": "2.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-2.1.0.zip", + "archiveFileName": "ESP_Telnet-2.1.0.zip", + "size": 25171, + "checksum": "SHA-256:a195aaa43683861abd1736a1b05dbb0590fee114da0f9cbbafb01cd75ce50c2e" + }, + { + "name": "ESP Telnet", + "version": "2.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-2.1.1.zip", + "archiveFileName": "ESP_Telnet-2.1.1.zip", + "size": 25286, + "checksum": "SHA-256:a8127de4eb7491c8c1f246bdf03e6822752a1063fdce56063152876f44576a95" + }, + { + "name": "ESP Telnet", + "version": "2.1.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP8266/ESP32 library that allows you to setup a telnet server.", + "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful when you dont have a serial connection to the ESP.", + "website": "https://github.com/LennartHennigs/ESPTelnet", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/ESPTelnet.git", + "providesIncludes": [ + "ESPTelnet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-2.1.2.zip", + "archiveFileName": "ESP_Telnet-2.1.2.zip", + "size": 25386, + "checksum": "SHA-256:ff235e96066206a3744fb9adc39c1554300196dfb941d660a05ef690a5aa999b" + }, + { + "name": "BH1750FVI_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.1.2.zip", + "archiveFileName": "BH1750FVI_RT-0.1.2.zip", + "size": 7833, + "checksum": "SHA-256:1420a2e778d3a153938ba5d55196c93b132540a13caa041a3c16524cedd0a637" + }, + { + "name": "BH1750FVI_RT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.1.3.zip", + "archiveFileName": "BH1750FVI_RT-0.1.3.zip", + "size": 7839, + "checksum": "SHA-256:b1b74a79672b4e67cb0f601ea7667eb89ccf6a9ac950cc6eeb544c44abefd842" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.0.zip", + "archiveFileName": "BH1750FVI_RT-0.2.0.zip", + "size": 12392, + "checksum": "SHA-256:750b383e99c9c178552cdeae46b2c0e857c15d0ff347c743b3fd67c65b695a86" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.1.zip", + "archiveFileName": "BH1750FVI_RT-0.2.1.zip", + "size": 15527, + "checksum": "SHA-256:c7245c3bcd2efd0319f03aef8da6233960a5155f0fa781e19a6311d1fff809b1" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.2.zip", + "archiveFileName": "BH1750FVI_RT-0.2.2.zip", + "size": 16617, + "checksum": "SHA-256:d292e9e4ed3486ed372c1859041d6f9f3ae76b524f9aa2cbfe0ab666c474fe31" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.3.zip", + "archiveFileName": "BH1750FVI_RT-0.2.3.zip", + "size": 18270, + "checksum": "SHA-256:9dfbc19011407122d9c2131e7c5026068b4b103c8ac0195c75e62a7d95605033" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.4.zip", + "archiveFileName": "BH1750FVI_RT-0.2.4.zip", + "size": 18340, + "checksum": "SHA-256:412770c05785e00f2a19229afaacc5e604bc7b8873cd80c5d3058bcb6847cc9c" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.5.zip", + "archiveFileName": "BH1750FVI_RT-0.2.5.zip", + "size": 19580, + "checksum": "SHA-256:8a831a8daeb27e4fff6fdc6af9a1a90fe5f80a14a355a165ccb34578c9e9eede" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.6.zip", + "archiveFileName": "BH1750FVI_RT-0.2.6.zip", + "size": 19985, + "checksum": "SHA-256:67d073b6c75b0e7a6a76a7b3ce4b1a0ea86ec9c03d1ec21c5225866a34bbbb91" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.7.zip", + "archiveFileName": "BH1750FVI_RT-0.2.7.zip", + "size": 20811, + "checksum": "SHA-256:9135e6c80040e8539cdc10a9aaf894f3e292e831e3ddcb20a1b2d398dd433aaf" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.8.zip", + "archiveFileName": "BH1750FVI_RT-0.2.8.zip", + "size": 20961, + "checksum": "SHA-256:1f32894c93f059e86ca95ffc450f79acc4725cfebac6f79d5587d46087b0c058" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.9.zip", + "archiveFileName": "BH1750FVI_RT-0.2.9.zip", + "size": 21005, + "checksum": "SHA-256:0a1b3a690ed25b7ac487a20d38c0e92f9f234e2f37107ba8c40ea61468bdc3e5" + }, + { + "name": "BH1750FVI_RT", + "version": "0.2.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.10.zip", + "archiveFileName": "BH1750FVI_RT-0.2.10.zip", + "size": 21540, + "checksum": "SHA-256:70ceefbaa2e02e2ed9edd8f6993618dda06d6e549f232270e26d653cac35c316" + }, + { + "name": "BH1750FVI_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", + "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", + "website": "https://github.com/RobTillaart/BH1750FVI_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", + "providesIncludes": [ + "BH1750FVI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.3.0.zip", + "archiveFileName": "BH1750FVI_RT-0.3.0.zip", + "size": 22484, + "checksum": "SHA-256:93cb2e8f616c437f1bff56fa8201c77fa1c220875b88ba06cf0e6aa8bec33d32" + }, + { + "name": "OptoDebounce", + "version": "1.0.1", + "author": "dirkx-OptoDebounce@webweaving.org", + "maintainer": "dirkx-OptoDebounce@webweaving.org", + "sentence": "100Hz opto debouncer.", + "paragraph": "Debounce a 100hz signal from an opto coupler connected to the mains. Provides both a simple method to call, polling style, in the main loop() or an asynchroneous callback. Developed at the https://makerspaceleiden.nl for keeping an eye on our machines.", + "website": "https://github.com/dirkx/OptoDebounce.git", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkx/OptocouplerDebouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/OptoDebounce-1.0.1.zip", + "archiveFileName": "OptoDebounce-1.0.1.zip", + "size": 10867, + "checksum": "SHA-256:77badcae2b061c6534acc0759bbc598316652563e994e01966bc3567438b4ce9" + }, + { + "name": "OptoDebounce", + "version": "1.0.0", + "author": "dirkx-OptoDebounce@webweaving.org", + "maintainer": "dirkx-OptoDebounce@webweaving.org", + "sentence": "100Hz opto debouncer.", + "paragraph": "Debounce a 100hz signal from an opto coupler connected to the mains. Provides both a simple method to call, polling style, in the main loop() or an asynchroneous callback. Developed at the https://makerspaceleiden.nl for keeping an eye on our machines.", + "website": "https://github.com/dirkx/OptoDebounce.git", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkx/OptocouplerDebouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/OptoDebounce-1.0.0.zip", + "archiveFileName": "OptoDebounce-1.0.0.zip", + "size": 10867, + "checksum": "SHA-256:4afbe205c26e2469cb682e50c5a6214827dd74152bafefb8616955745670613a" + }, + { + "name": "MFRC522-spi-i2c-uart-async", + "version": "1.5.1", + "author": "GithubCommunity,miguelbalboa,dirkx@webweaving.org", + "maintainer": "GithubCommunity,dirkx@webweaving.org", + "sentence": "Arduino RFID Library for MFRC522 (SPI, I2C and UART) with asynchroneous callbacks", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface. Modified from the original miguelbalboa to also support I2C and UART connections and provide, in addition to normal constant polling, an option to do asynchroneous callbacks. I.e. have a function called each time that a valid swipe has happend. Used at the https://makerspaceleiden.nl.", + "website": "https://github.com/makerspaceleiden/rfid", + "category": "Communication", + "architectures": [ + "avr", + "STM32F1", + "teensy", + "esp8266", + "samd", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MakerSpaceLeiden/rfid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerSpaceLeiden/MFRC522_spi_i2c_uart_async-1.5.1.zip", + "archiveFileName": "MFRC522_spi_i2c_uart_async-1.5.1.zip", + "size": 1165477, + "checksum": "SHA-256:615d5484dfb7eebe143c341958795ee3513828cea6233ca791616afba74d167c" + }, + { + "name": "HardwareBLESerial", + "version": "1.0.0", + "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", + "sentence": "An Arduino library for Nordic Semiconductors proprietary UART/Serial Port Emulation over BLE protocol, using ArduinoBLE.", + "paragraph": "The interface is largely a drop-in replacement for the SoftwareSerial class, without any of the blocking calls and with additional line-oriented methods such as peekLine() and readLine(). There is also a polling method that must be called regularly to perform various internal housekeeping tasks.", + "website": "https://github.com/Uberi/Arduino-HardwareBLESerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Uberi/Arduino-HardwareBLESerial.git", + "dependencies": [ + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/HardwareBLESerial-1.0.0.zip", + "archiveFileName": "HardwareBLESerial-1.0.0.zip", + "size": 12944, + "checksum": "SHA-256:2e6da73e54f8955d155d54516450e169bf3e330089b447a4848111481221ff87" + }, + { + "name": "WeatherStationDataRx", + "version": "0.3.3", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.3.3.zip", + "archiveFileName": "WeatherStationDataRx-0.3.3.zip", + "size": 2234018, + "checksum": "SHA-256:d6d6ad338929ee3c95d16b619509cab2c2ba15ccbb971b138cb6b24a000924ae" + }, + { + "name": "WeatherStationDataRx", + "version": "0.4.0", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.0.zip", + "archiveFileName": "WeatherStationDataRx-0.4.0.zip", + "size": 2237934, + "checksum": "SHA-256:73acd2a931cc44064bdb8d11d327149abc0cdb47b28aac8226244cbedc4cace2" + }, + { + "name": "WeatherStationDataRx", + "version": "0.4.1", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.1.zip", + "archiveFileName": "WeatherStationDataRx-0.4.1.zip", + "size": 2237952, + "checksum": "SHA-256:30050bc41098792448f5faaab631584b396e4f39def7f2b8c546b1b52923c0c2" + }, + { + "name": "WeatherStationDataRx", + "version": "0.4.2", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Ventus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Ventus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.2.zip", + "archiveFileName": "WeatherStationDataRx-0.4.2.zip", + "size": 2237966, + "checksum": "SHA-256:809b53e060169613ad0be12f05f6d9286642e02414d90281c33e76c6795e82b2" + }, + { + "name": "WeatherStationDataRx", + "version": "0.5.0", + "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", + "maintainer": "Zwer2k, BlackSmith", + "sentence": "Library for reading data from radio weather stations", + "paragraph": "Can read data from Ventus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Ventus W132).", + "website": "https://github.com/Zwer2k/WeatherStationDataRx", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.5.0.zip", + "archiveFileName": "WeatherStationDataRx-0.5.0.zip", + "size": 2238415, + "checksum": "SHA-256:c423545399857ea68d0c752b13d1c44a1904b2c1303e86b28079d2711a9244c0" + }, + { + "name": "STM32duino M95640-R", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST M95640-R EEPROM.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the M95640-R driver.", + "website": "https://github.com/stm32duino/M95640-R", + "category": "Data Storage", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/M95640-R.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M95640_R-1.0.0.zip", + "archiveFileName": "STM32duino_M95640_R-1.0.0.zip", + "size": 6857, + "checksum": "SHA-256:cc1969c39ef0e6a751b1b0037785aea65dcb1519aae47b5529eefdccde5fd073" + }, + { + "name": "STM32duino S2-LP", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.0.0.zip", + "archiveFileName": "STM32duino_S2_LP-1.0.0.zip", + "size": 97801, + "checksum": "SHA-256:4d54ee69cbc9d20920c77edcd59b6a01b0ecd88d3804c22c1ab4b214517e8435" + }, + { + "name": "STM32duino S2-LP", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.0.1.zip", + "archiveFileName": "STM32duino_S2_LP-1.0.1.zip", + "size": 97951, + "checksum": "SHA-256:9042a1fe1eca39fbe230b070c72510b5ebf2e58c6ca07a2f57d55de207300f20" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.0.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.0.zip", + "size": 98277, + "checksum": "SHA-256:80f45bcdafafda2a72c9e356a2298c9d76aa38025a68582fa5b07f8d475c33ed" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.1.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.1.zip", + "size": 98271, + "checksum": "SHA-256:0b6f5dab18f2067325d0d3494e74ba4312d6f72fec73139969b0a061a92b4f57" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.2.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.2.zip", + "size": 98287, + "checksum": "SHA-256:d7ee4b6759e6fcad0549353f75cc0c4473f88dd0449b9bad7f7755db5d4d2bcb" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.3.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.3.zip", + "size": 98288, + "checksum": "SHA-256:dbaa0c78517817363c32dfea8c12d0659a1c75f5403a348453f6db4bbf1a0b4a" + }, + { + "name": "STM32duino S2-LP", + "version": "1.1.4", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", + "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", + "website": "https://github.com/stm32duino/S2-LP", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/S2-LP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.4.zip", + "archiveFileName": "STM32duino_S2_LP-1.1.4.zip", + "size": 98431, + "checksum": "SHA-256:894c2af9ea2b8d08bffab808d86cd30a805b015b0f568a653d1a5d3af97bf235" + }, + { + "name": "STM32duino X-NUCLEO-S2868A1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A1", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A1-1.0.0.zip", + "size": 6761, + "checksum": "SHA-256:3902a0720afb57dd4c27d93d2a917c7a746fcb4e5d05132358602d16fc9b1c2a" + }, + { + "name": "STM32duino X-NUCLEO-S2868A1", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A1", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A1-1.0.1.zip", + "size": 6758, + "checksum": "SHA-256:e3eff7aee3d2f1b4e93cfaddfb9a8e0cd863205be4b69698ef18ad61a8432076" + }, + { + "name": "STM32duino X-NUCLEO-S2868A2", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A2", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A2.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A2", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A2.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A2-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A2-1.0.0.zip", + "size": 6761, + "checksum": "SHA-256:87ab488725eb19bf6fd637d46bb088510dc4a300571696097f622bdcbe84defd" + }, + { + "name": "STM32duino X-NUCLEO-S2868A2", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A2", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A2.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2868A2", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A2.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A2-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2868A2-1.0.1.zip", + "size": 6758, + "checksum": "SHA-256:81604e038a7bbe761e2c0ca375e7b4ea777077fd21e809f89d9ebc1bb2ddf0a3" + }, + { + "name": "JWA BME280", + "version": "1.0.0", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": [ + "Bme280BoschWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.0.zip", + "archiveFileName": "JWA_BME280-1.0.0.zip", + "size": 19583, + "checksum": "SHA-256:e03e32e5b360a99661738ca8e24a803bda42300e214cbe3468fa9b2d49ac9cd5" + }, + { + "name": "JWA BME280", + "version": "1.0.1", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": [ + "Bme280BoschWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.1.zip", + "archiveFileName": "JWA_BME280-1.0.1.zip", + "size": 19579, + "checksum": "SHA-256:58103931d425280ff77cc33a2a6d238d178b87ee0687379578079d8f4a0c8f5a" + }, + { + "name": "JWA BME280", + "version": "1.0.2", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": [ + "Bme280BoschWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.2.zip", + "archiveFileName": "JWA_BME280-1.0.2.zip", + "size": 19577, + "checksum": "SHA-256:df600f17ecf1766402652c4158180f74012173bb4ed36a04d092a5d17dc059e9" + }, + { + "name": "JWA BME280", + "version": "1.0.3", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": [ + "Bme280BoschWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.3.zip", + "archiveFileName": "JWA_BME280-1.0.3.zip", + "size": 20965, + "checksum": "SHA-256:f38ae0829f207c694141f7177e18299effd07785972ba20a0f606e6353d13235" + }, + { + "name": "JWA BME280", + "version": "1.0.4", + "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", + "sentence": "Arduino library for BME280", + "paragraph": "based on reference driver released by Bosch Sensortec.", + "website": "https://github.com/janw-cz/JWA_BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janw-cz/JWA_BME280.git", + "providesIncludes": [ + "Bme280BoschWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.4.zip", + "archiveFileName": "JWA_BME280-1.0.4.zip", + "size": 20976, + "checksum": "SHA-256:dca0ac6100440c066876bba58029b6515bb9e3610077a3d03f48cee7840b9c11" + }, + { + "name": "AvrHeap", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/avrheap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.0.zip", + "archiveFileName": "AvrHeap-0.2.0.zip", + "size": 8533, + "checksum": "SHA-256:32a42e41cc156bdbf83e9d5e48cd7c34ff8cb04efc1443d5a06d7b508893d6b9" + }, + { + "name": "AvrHeap", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": [ + "avrheap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.1.zip", + "archiveFileName": "AvrHeap-0.2.1.zip", + "size": 8531, + "checksum": "SHA-256:3c498f65e36cd1ac46f85cf4ae834f9a06af6d2c58669238d59eae9f6b79341e" + }, + { + "name": "AvrHeap", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": [ + "avrheap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.2.zip", + "archiveFileName": "AvrHeap-0.2.2.zip", + "size": 9650, + "checksum": "SHA-256:2801c201cc9249191b5d5cf7cb4615fbcd071e70681d0934e6938883771ec1b1" + }, + { + "name": "AvrHeap", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": [ + "avrheap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.3.zip", + "archiveFileName": "AvrHeap-0.2.3.zip", + "size": 9716, + "checksum": "SHA-256:684a745307ac50b417bd0af90db229d0d48c0006374c53b2fc17206f5f906bcb" + }, + { + "name": "AvrHeap", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": [ + "avrheap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.4.zip", + "archiveFileName": "AvrHeap-0.2.4.zip", + "size": 9779, + "checksum": "SHA-256:e917d3b96175c6c16c8b939e63f27d001f0c5bf29fc988ff8dcbcc88d4efa5d4" + }, + { + "name": "AvrHeap", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyze the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": [ + "avrheap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.5.zip", + "archiveFileName": "AvrHeap-0.2.5.zip", + "size": 9838, + "checksum": "SHA-256:f6d629240465ff42b84568a238b17b344e0b139bc94ce4d2bd9d5d39b48e7850" + }, + { + "name": "AvrHeap", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to runtime analyse the structure of the heap (AVR328).", + "paragraph": "not a beginners library", + "website": "https://github.com/RobTillaart/avrheap", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/avrheap.git", + "providesIncludes": [ + "avrheap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.6.zip", + "archiveFileName": "AvrHeap-0.2.6.zip", + "size": 10949, + "checksum": "SHA-256:26b1aa2e601ff389870fb5097f2ca33fe00f6840761667ca9f3911294eeb293a" + }, + { + "name": "STLED316S", + "version": "1.0.0", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": [ + "STLED316S.h" + ], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.0.zip", + "archiveFileName": "STLED316S-1.0.0.zip", + "size": 23811, + "checksum": "SHA-256:870e5056a3e18aa4e307faf7084991bc7db2529d988571308515ad2367daf58b" + }, + { + "name": "STLED316S", + "version": "1.0.1", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": [ + "STLED316S.h" + ], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.1.zip", + "archiveFileName": "STLED316S-1.0.1.zip", + "size": 24043, + "checksum": "SHA-256:aed389a2572cf079522c72aab9896e575ffd19e9872c3a1177358bb19dc78fe7" + }, + { + "name": "STLED316S", + "version": "1.0.2", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": [ + "STLED316S.h" + ], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.2.zip", + "archiveFileName": "STLED316S-1.0.2.zip", + "size": 24215, + "checksum": "SHA-256:ece4e5aaaa1243696fb262f7469300d1023ee69909e210b028786f5ed3341461" + }, + { + "name": "STLED316S", + "version": "1.0.3", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": [ + "STLED316S.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.3.zip", + "archiveFileName": "STLED316S-1.0.3.zip", + "size": 91937, + "checksum": "SHA-256:8ce8fa6607d3830c5da9cbe83650beefe6ddd002f978ca276b0a030912954bca" + }, + { + "name": "STLED316S", + "version": "1.1.0", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", + "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", + "website": "https://github.com/dleval/STLED316S", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dleval/STLED316S.git", + "providesIncludes": [ + "STLED316S.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.1.0.zip", + "archiveFileName": "STLED316S-1.1.0.zip", + "size": 94140, + "checksum": "SHA-256:3257da98e32ee3c0dd5ee3522776754a06ecc9a1f4ecbfde606e9609d3c378d8" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.0", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.0.zip", + "size": 97540, + "checksum": "SHA-256:9188233243ea730a3d555daa30eb0426acd88b269e7b8c193a89c98f16c9319d" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.1", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.1.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.1.zip", + "size": 112633, + "checksum": "SHA-256:f0548f099d736f30c6de6df4e98d776fe8993663dddc5637ebe221249356dcad" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.1-final", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.1-final.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.1-final.zip", + "size": 122443, + "checksum": "SHA-256:82d44e6ad2f3e9e5db20ac923d49e9aa0d2bba9859db03b8228b336bcd48b851" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.2", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.2.zip", + "size": 339331, + "checksum": "SHA-256:6a4cb331e5d55c335d6ef9505d804fc798220db1625d5fb7ac5a725e2b0f1b6f" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.5.3", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.3.zip", + "archiveFileName": "WiFiNINA_Generic-1.5.3.zip", + "size": 436081, + "checksum": "SHA-256:41081412e972f62c8dd552cc9d0d9316f43853cd730bddd8fc15d93a683f0ff6" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.6.0", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.6.0.zip", + "size": 759155, + "checksum": "SHA-256:346abf77c02383a63e7c93f3329b0c611308c7b1ff438f705458b9ac24244da1" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.6.1", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.1.zip", + "archiveFileName": "WiFiNINA_Generic-1.6.1.zip", + "size": 843680, + "checksum": "SHA-256:de4b7d20cabd6e29081221acd00f189d49fc432fa1d62a38f9941fd6a45bfcac" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.6.2", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.6.2.zip", + "size": 836209, + "checksum": "SHA-256:3e6feb1d539545c2ca1fca960835cee33e2500fde1b39684c5a86b1fb097207f" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.7.0", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.7.0.zip", + "size": 866265, + "checksum": "SHA-256:4bbc01f79451d214a73829b0b66820e1b1a3398f0fc6f43920d01bfb9990c889" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.7.1", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.1.zip", + "archiveFileName": "WiFiNINA_Generic-1.7.1.zip", + "size": 998077, + "checksum": "SHA-256:3913be4eab2c8e18abed785b534630119db5b029150a26912f8c368796d30299" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.7.2", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.7.2.zip", + "size": 1049215, + "checksum": "SHA-256:ed3c635dbc994432176bd9717b58b6f18c13795caf23320c11df85482bcd9f5d" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.0.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.0.zip", + "size": 1037814, + "checksum": "SHA-256:5524b06d8c5358003a01742eff07fd4275b6db83b5f02e03921b1be3a6168071" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.2", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.2.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.2.zip", + "size": 1217420, + "checksum": "SHA-256:ddc9c57d297e08c1f94082021d3ae25a6f260dd745f95201833069569d56f820" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.5", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.5.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.5.zip", + "size": 1222859, + "checksum": "SHA-256:3b9c715548ae899b1e20e3a26722d19f9bc6f42889c9cadaa6558aaa5d8e5db1" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.10", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.10.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.10.zip", + "size": 1451684, + "checksum": "SHA-256:d494422df5e134af2f646c49c7d05297b955990153878b22a144f69ec7d1ef7b" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.10-1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.10-1.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.10-1.zip", + "size": 1477085, + "checksum": "SHA-256:338d7b4ca361882b5655389f3724c5b646384b954ca45b8e4e0979d8efbb7783" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.11", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.11.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.11.zip", + "size": 1481493, + "checksum": "SHA-256:92ba3d7bf319c3d3837d897bdc3af043e6496e3e31f04904cf833cf2900fd181" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.12", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.12.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.12.zip", + "size": 1545464, + "checksum": "SHA-256:3ebcd1e914d36a7f125f1ff17d194978586897a6c577d8ff81390268f5f78e28" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.13", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.13.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.13.zip", + "size": 1546805, + "checksum": "SHA-256:31312376931d21278c8f0bed67a3fa026e1dcd890306954e77d1134f59fb18b9" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.14-1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.14-1.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.14-1.zip", + "size": 1477102, + "checksum": "SHA-256:b44d3364ad0a715b65b1a9a47cbfc0483cf3a797d8b2bee5acc61f7d4c247417" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.14-2", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.14-2.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.14-2.zip", + "size": 1552406, + "checksum": "SHA-256:5c982352a412310042f2fa9cb1604c9db88560800f843beb8e049b5728b902ce" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.14-3", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.14-3.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.14-3.zip", + "size": 1553364, + "checksum": "SHA-256:d5270a616fb8854bd3d586c97dc98b673d7f418d61b827e3d1c100baca58a1e8" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.14-4", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.14-4.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.14-4.zip", + "size": 1723706, + "checksum": "SHA-256:b9084389418e91bd95a782122705bc815c07efc96e5243648e81f9d08d8a91c6" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.14-5", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.14-5.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.14-5.zip", + "size": 1732544, + "checksum": "SHA-256:1d7fe9f2ba761d17dc89223726a758cfbe8982722701dad2a17268cb1de717c5" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.14-6", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.14-6.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.14-6.zip", + "size": 1753595, + "checksum": "SHA-256:01f6a96b5231847512dfc00216bf94b016b551c5409e82e32a1c890cf9b2a387" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.14-7", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.14-7.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.14-7.zip", + "size": 1833326, + "checksum": "SHA-256:eb24907edb41d418a614e3a68d140c2ec0ba943652f26ff495bb18a19537f35e" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.15-0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.15-0.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.15-0.zip", + "size": 1843107, + "checksum": "SHA-256:eedd6b384de81707ef4634344f83c10537505b4410384c52c38d0946bd4c6372" + }, + { + "name": "WiFiNINA_Generic", + "version": "1.8.15-1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K and using new WiFi101_Generic library", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "providesIncludes": [ + "WiFiNINA_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFi101_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.15-1.zip", + "archiveFileName": "WiFiNINA_Generic-1.8.15-1.zip", + "size": 1845438, + "checksum": "SHA-256:39a08f58a689273ffd35a8e64d53b2b9dcf2146251062b96c09a22bf57320426" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.0.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.0.zip", + "size": 92846, + "checksum": "SHA-256:300cf979245bbb2cfdf460903b9cc52eab77952d30b93694605500c40be59ebc" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.1.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.1.zip", + "size": 134254, + "checksum": "SHA-256:60ec16c39d6f632d3c20368dad68cb827267b35bd2876583cb4d0ef1b972555a" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.2.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.2.zip", + "size": 135530, + "checksum": "SHA-256:510d27d9420d5b1c8da8d97b9334703448fc712be15334ba7b7f3cc52d569805" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running WiFiNINA shields, configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.3.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.3.zip", + "size": 269083, + "checksum": "SHA-256:ae289d6e482285dea9c12b6a28f43ae4711f96ba71ea9e85b820daa4871440c0" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.0.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running WiFiNINA shields, configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.4.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.0.4.zip", + "size": 280618, + "checksum": "SHA-256:23911284aeb0d28c9aa4a8d1d69f46d0f677452c9f3772d6c643527d40224f5f" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi Rev2, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. using WiFiNINA shields, configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.1.0.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.1.0.zip", + "size": 649057, + "checksum": "SHA-256:adecf80e8cc6977766c329ff89c664849ca1abb42a320e269e2bcc819b4cb3b6" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi Rev2, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. using WiFiNINA shields, configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.1.1.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.1.1.zip", + "size": 670946, + "checksum": "SHA-256:5a492196ea5ad27a444afa09688a40e30be595beebb4486b02e813f0ade28ff2" + }, + { + "name": "Blynk_WiFiNINA_WM", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi Rev2, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. using WiFiNINA shields, configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS", + "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, RP2040-based boards, etc. to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, nRF52/RP2040 LittleFS.", + "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "DueFlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.1.2.zip", + "archiveFileName": "Blynk_WiFiNINA_WM-1.1.2.zip", + "size": 958524, + "checksum": "SHA-256:e48b34659088625cf1d14c3e00f38fe4150ef7aa8ddd855c2ec5bb5820cd7455" + }, + { + "name": "EspBootstrap", + "version": "1.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.0.zip", + "archiveFileName": "EspBootstrap-1.0.0.zip", + "size": 13025, + "checksum": "SHA-256:6ad071f07b0a9eada60834b6d8a4b55f85fe401389c40c5da3fb8af4cba49df9" + }, + { + "name": "EspBootstrap", + "version": "1.0.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.1.zip", + "archiveFileName": "EspBootstrap-1.0.1.zip", + "size": 13102, + "checksum": "SHA-256:d7a4023c638bef49400b8d66c9d22ba305146f2fbe6bd9378155116f2d5af56a" + }, + { + "name": "EspBootstrap", + "version": "1.0.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.2.zip", + "archiveFileName": "EspBootstrap-1.0.2.zip", + "size": 13208, + "checksum": "SHA-256:31917b6fda98f0d37e0f3f029f89280cf292ca5191245de9834ed76309dcab85" + }, + { + "name": "EspBootstrap", + "version": "1.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.1.0.zip", + "archiveFileName": "EspBootstrap-1.1.0.zip", + "size": 22652, + "checksum": "SHA-256:f9c704de1373a16ac90f8cc6ada59763e0bb4f79e1626feb72eb1a891597ee47" + }, + { + "name": "EspBootstrap", + "version": "1.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new device online and get connected into ecosystem", + "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.1.1.zip", + "archiveFileName": "EspBootstrap-1.1.1.zip", + "size": 22683, + "checksum": "SHA-256:51a1c8d9e94141ebe95fed42ae9fc64ee3bd0fd1e370a5267f1b51d9acdd9ea7" + }, + { + "name": "EspBootstrap", + "version": "2.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.0.0.zip", + "archiveFileName": "EspBootstrap-2.0.0.zip", + "size": 90428, + "checksum": "SHA-256:2e3fbdf30ae04980bc1e9be58df94065deb70159901a65f1c7cc33e25159d030" + }, + { + "name": "EspBootstrap", + "version": "2.0.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.0.1.zip", + "archiveFileName": "EspBootstrap-2.0.1.zip", + "size": 90756, + "checksum": "SHA-256:7c2a22e70943f87ed5b6766a9da1dc81e3284d31ff4b6a2c258d335a0f2817ad" + }, + { + "name": "EspBootstrap", + "version": "2.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.1.0.zip", + "archiveFileName": "EspBootstrap-2.1.0.zip", + "size": 76953, + "checksum": "SHA-256:cf2c9981d2ca93548d128f0da3bd6a4152a5e364b15f2f2f5c3bccf551d8b01b" + }, + { + "name": "EspBootstrap", + "version": "2.2.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.0.zip", + "archiveFileName": "EspBootstrap-2.2.0.zip", + "size": 77205, + "checksum": "SHA-256:08a92e5e53fe50bc9ae2f6048ea98105f09957917d1bb5ddb92150e23e96ed04" + }, + { + "name": "EspBootstrap", + "version": "2.2.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.1.zip", + "archiveFileName": "EspBootstrap-2.2.1.zip", + "size": 77230, + "checksum": "SHA-256:eddbc73394680fe738314ef53523cc33f4608bcdda1256a91201b28f0a42d4b3" + }, + { + "name": "EspBootstrap", + "version": "2.2.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.2.zip", + "archiveFileName": "EspBootstrap-2.2.2.zip", + "size": 77426, + "checksum": "SHA-256:6d5fccd9a30effb5003b40952947f9572ce2e5380a7bd8ac99abd38596d83b33" + }, + { + "name": "EspBootstrap", + "version": "2.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.3.0.zip", + "archiveFileName": "EspBootstrap-2.3.0.zip", + "size": 78383, + "checksum": "SHA-256:76cc60e6d16e26c9d45b2a6e63e0bce40023aa080dc555f9242c2306fde43958" + }, + { + "name": "EspBootstrap", + "version": "2.3.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.3.1.zip", + "archiveFileName": "EspBootstrap-2.3.1.zip", + "size": 78385, + "checksum": "SHA-256:03a4d07b0400c050376b19c7962555b24118febdbb34c7bdeb2a3edde8a8ebd3" + }, + { + "name": "EspBootstrap", + "version": "2.3.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "Library helps bring new esp devices online and connected into ecosystem", + "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", + "website": "https://github.com/arkhipenko/EspBootstrap.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/EspBootstrap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.3.2.zip", + "archiveFileName": "EspBootstrap-2.3.2.zip", + "size": 78386, + "checksum": "SHA-256:70219d0f0cfbe4574a6f45041d29d9d32655dfe9d201554edf6c292b3877b7db" + }, + { + "name": "AS5200L", + "version": "1.0.0", + "author": "Amadeusz Świerk,", + "maintainer": "Amadeusz Świerk \u003camadeusz_swierk@wp.pl\u003e", + "sentence": "Arduino library interfacing AS5200L magnetic encoder over I2C bus.", + "paragraph": "Allows to read and configure both sensors inside device's package.", + "website": "https://gitlab.com/Ama_De/as5200l-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/Ama_De/as5200l-arduino.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/Ama_De/AS5200L-1.0.0.zip", + "archiveFileName": "AS5200L-1.0.0.zip", + "size": 18150, + "checksum": "SHA-256:ec32c23bade5cc55d8518821a7f511b4890df05db9f4822b035d6cf56112d3e8" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.1", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.1.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.1.zip", + "size": 202291, + "checksum": "SHA-256:9b2a9613dbe0d7933e2f5e78247cc8538867fef4bbb16fe6dd1bc22a27c68355" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.3", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.3.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.3.zip", + "size": 287022, + "checksum": "SHA-256:4a3c290d0331abc61f7dd8605d1e1edf3329d92ba65649af19ab5970ca93a6fa" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.4", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.4.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.4.zip", + "size": 306866, + "checksum": "SHA-256:624fb11054bd340a4eb38570705d40bc0de9d09caa19c459c95223e5f86431d5" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.5", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.5.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.5.zip", + "size": 333906, + "checksum": "SHA-256:68ff4961fac2de58cf0731bff59b6ed9da0ba6c799ae02063d3c27ed77fe6a55" + }, + { + "name": "Easy Nextion Library", + "version": "1.0.6", + "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", + "sentence": "Arduino library for Nextion displays", + "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", + "website": "https://github.com/Seithan/EasyNextionLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seithan/EasyNextionLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.6.zip", + "archiveFileName": "Easy_Nextion_Library-1.0.6.zip", + "size": 333977, + "checksum": "SHA-256:0f2ad4e3c6ee2bae8c8da1db697fc189fa6da4e697cd5b7c5698e297847c6411" + }, + { + "name": "Framebuffer GFX", + "version": "1.0.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible Framebuffer library", + "paragraph": "This is a base class required by many libraries like FastLED_NeoMatrix.", + "website": "https://github.com/marcmerlin/Framebuffer_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcmerlin/Framebuffer_GFX.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/Framebuffer_GFX-1.0.0.zip", + "archiveFileName": "Framebuffer_GFX-1.0.0.zip", + "size": 25178, + "checksum": "SHA-256:2931f15bdc9c16dc7e1094f7924888e133319692a9f45703dbd1befa65dbd0c7" + }, + { + "name": "FastLED_TFTWrapper_GFX", + "version": "1.0.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for ArduinoOnPC X11 TFT Emulator", + "paragraph": "Designed to work with https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix", + "website": "https://github.com/marcmerlin/FastLED_TFTWrapper_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcmerlin/FastLED_TFTWrapper_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_TFTWrapper_GFX-1.0.0.zip", + "archiveFileName": "FastLED_TFTWrapper_GFX-1.0.0.zip", + "size": 16086, + "checksum": "SHA-256:9145496b6538a089d1ca251d4592635051be53946757c259985ca31388047f17" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "ArduinoBMP388.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.0.0.zip", + "archiveFileName": "107_Arduino_BMP388-1.0.0.zip", + "size": 15670, + "checksum": "SHA-256:81f39e63592d45a120426f1ccae541230f56d534c6dc269be875c12dac0c5d05" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "ArduinoBMP388.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.0.zip", + "archiveFileName": "107_Arduino_BMP388-1.1.0.zip", + "size": 16475, + "checksum": "SHA-256:519bd1c0232008af0a820c6d09ad19bf9de439af52c0fb6a52c7b142f4c7c0c6" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "ArduinoBMP388.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.1.zip", + "archiveFileName": "107_Arduino_BMP388-1.1.1.zip", + "size": 85821, + "checksum": "SHA-256:daa408e46bad383de310b9682bce6bf080e0bb69e12b8a45aa642fd853df22ab" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "ArduinoBMP388.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.2.zip", + "archiveFileName": "107_Arduino_BMP388-1.1.2.zip", + "size": 18620, + "checksum": "SHA-256:2957c8abed3afcde8da72bbd6c50981c8329c91af10e05a0930081d9c7739e8a" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "107-Arduino-BMP388.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.2.0.zip", + "archiveFileName": "107_Arduino_BMP388-1.2.0.zip", + "size": 17961, + "checksum": "SHA-256:e507a563d700ba45684b0e018620e4de0d73bf024753899586a2a8e92043e7d7" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.2.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "107-Arduino-BMP388.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.2.1.zip", + "archiveFileName": "107_Arduino_BMP388-1.2.1.zip", + "size": 17950, + "checksum": "SHA-256:bd1c48e939a2c0372d8edc75249f3ad990790c4ebc4895b8771d5b8c182762df" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.2.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "107-Arduino-BMP388.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.2.2.zip", + "archiveFileName": "107_Arduino_BMP388-1.2.2.zip", + "size": 17950, + "checksum": "SHA-256:7e1510d625b5c7b4f4f2878ce508701d9244494ecdb9a09ac7dc34308ee0b5cf" + }, + { + "name": "107-Arduino-BMP388", + "version": "1.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", + "website": "https://github.com/107-systems/107-Arduino-BMP388", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "providesIncludes": [ + "107-Arduino-BMP388.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.3.0.zip", + "archiveFileName": "107_Arduino_BMP388-1.3.0.zip", + "size": 18019, + "checksum": "SHA-256:18004114de81aa59f06897a83f629c1a9a7c93ed98ecf5a3344d651106261d19" + }, + { + "name": "FastLED_RPIRGBPanel_GFX", + "version": "1.0.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for ArduinoOnPC Raspberry Pi RGBPanel Driver.", + "paragraph": "Designed to work with https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix", + "website": "https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_RPIRGBPanel_GFX-1.0.0.zip", + "archiveFileName": "FastLED_RPIRGBPanel_GFX-1.0.0.zip", + "size": 16616, + "checksum": "SHA-256:8fdd9b8ca4462a07378a279d9b659e0f54f3f79b88aea2064170a31d43eb6de6" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "LittlevGL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.0.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.0.zip", + "size": 30606, + "checksum": "SHA-256:4a77dc775ece5e7907019323f9a3dd0c5b2ed0f8d8be4ea070ed752a8d7cb08a" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lv_arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.1.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.1.zip", + "size": 35424, + "checksum": "SHA-256:c0863770e6e33448d18f080ba5e3df8059997cf7aa059c508bd5dbdcf7472e9b" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lv_arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.2.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.2.zip", + "size": 35424, + "checksum": "SHA-256:d88540f6fd4bd98d8761451635bd684f010744019a4c62e34d7247fa95628a7b" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.0.0.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.0.0.zip", + "size": 74688, + "checksum": "SHA-256:5aa6029a7e145da0f5d5617529362f8c81f7d74a3e7d83db63ad0b63a896b375" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.0.1.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.0.1.zip", + "size": 74693, + "checksum": "SHA-256:9b0790af29ae681e8955548f26312a8a05efba89f311d8803db1f786b840de27" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.0.2.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.0.2.zip", + "size": 80102, + "checksum": "SHA-256:0d3f2390efa54296601e28d84e11ab822ee8a68f5fe08f25cd01d328101fe373" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl", + "version": "=8.2.0" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.1.3.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.1.3.zip", + "size": 147865, + "checksum": "SHA-256:1b2026efa26bb7428d536075d01eac27e483a34bc403d1160fd028f843f69c68" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl", + "version": "=8.2.0" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.1.4.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.1.4.zip", + "size": 147865, + "checksum": "SHA-256:6c2aa5184b848dde2dd24d8a5289d54d57bc8c69d4207d39fc6e86b222f82bcf" + }, + { + "name": "Adafruit LittlevGL Glue Library", + "version": "2.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", + "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", + "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit TouchScreen" + }, + { + "name": "Adafruit STMPE610" + }, + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit HX8357 Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "Adafruit ZeroTimer Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "lvgl", + "version": "=8.2.0" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-2.1.6.zip", + "archiveFileName": "Adafruit_LittlevGL_Glue_Library-2.1.6.zip", + "size": 150982, + "checksum": "SHA-256:b5e11decf4179d40c2885e826d8d2970c1a87fd016ff0a77b52a07caff921491" + }, + { + "name": "DAC8554", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.2.zip", + "archiveFileName": "DAC8554-0.1.2.zip", + "size": 10804, + "checksum": "SHA-256:5e64deaa9d430cd34f874c85db87e9076f9695a50fd872e5a0a2013db4df5141" + }, + { + "name": "DAC8554", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.3.zip", + "archiveFileName": "DAC8554-0.1.3.zip", + "size": 10794, + "checksum": "SHA-256:7e2d5abcaeafbc5c39599df3eccdb5c8e0324125285b30ca93d49f0d29871e01" + }, + { + "name": "DAC8554", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.4.zip", + "archiveFileName": "DAC8554-0.1.4.zip", + "size": 10705, + "checksum": "SHA-256:352a48fc9d0e637c79b6056d842e911eff87813c4e5dd4148f57c926d33d0f6e" + }, + { + "name": "DAC8554", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.0.zip", + "archiveFileName": "DAC8554-0.2.0.zip", + "size": 12051, + "checksum": "SHA-256:9acf4d409ebf3856623758e98195b91853ed5a1f0414f0df2fe1d58b12176b66" + }, + { + "name": "DAC8554", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.1.zip", + "archiveFileName": "DAC8554-0.2.1.zip", + "size": 12475, + "checksum": "SHA-256:e42732ce9cdde82f4ae3c71298f7f52e97a3002b753281933f8e11a71dd40342" + }, + { + "name": "DAC8554", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.2.zip", + "archiveFileName": "DAC8554-0.2.2.zip", + "size": 12924, + "checksum": "SHA-256:4d9bfa7d69974d6210188e1114b70ba461465bcd60a352188c20e8a2fc7a97db" + }, + { + "name": "DAC8554", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.3.zip", + "archiveFileName": "DAC8554-0.2.3.zip", + "size": 13867, + "checksum": "SHA-256:83404c41c1b1b7581957c75b50c6762934f93993971e00121b1a227d48ed274e" + }, + { + "name": "DAC8554", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.4.zip", + "archiveFileName": "DAC8554-0.2.4.zip", + "size": 14014, + "checksum": "SHA-256:d2df592581585c92571f7e70d05a712e192b6373fd18c1c181e3011d888fce4a" + }, + { + "name": "DAC8554", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.5.zip", + "archiveFileName": "DAC8554-0.2.5.zip", + "size": 14439, + "checksum": "SHA-256:9985d7bb1166fe4c0a1b1b1977c4af40e041c90721f35a83c3994a68e7c7e1ed" + }, + { + "name": "DAC8554", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.6.zip", + "archiveFileName": "DAC8554-0.2.6.zip", + "size": 14719, + "checksum": "SHA-256:2251f4c5f1ee4f3e60fce44c5bcbe7936e8eac6c3e71d09adb4a890f45502b31" + }, + { + "name": "DAC8554", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8534 and DAC8554 SPI Digital Analog Convertor.", + "website": "https://github.com/RobTillaart/DAC8554", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8554.git", + "providesIncludes": [ + "DAC8554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.3.0.zip", + "archiveFileName": "DAC8554-0.3.0.zip", + "size": 15637, + "checksum": "SHA-256:79ecdbdc5da9e37ab7d2abc7e726cfcf0dad0bd68e5c14a3618af99a7b454d3c" + }, + { + "name": "DAC8552", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.1.2.zip", + "archiveFileName": "DAC8552-0.1.2.zip", + "size": 9156, + "checksum": "SHA-256:98cbd247459bc0f28a3fb10cb81ed5bd4b92da241c4f6dc4f38c8fdc61a0a840" + }, + { + "name": "DAC8552", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.1.3.zip", + "archiveFileName": "DAC8552-0.1.3.zip", + "size": 9117, + "checksum": "SHA-256:4d8667ecf248bb4e6fc3a296432479d37a45228c8b9e51775dd7acaf9874f025" + }, + { + "name": "DAC8552", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.0.zip", + "archiveFileName": "DAC8552-0.2.0.zip", + "size": 10914, + "checksum": "SHA-256:9b08411f7af44374d94a63b04d3e53fc2bafaa7912be7a7d80ffdf3920f86b95" + }, + { + "name": "DAC8552", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.1.zip", + "archiveFileName": "DAC8552-0.2.1.zip", + "size": 11286, + "checksum": "SHA-256:0012169688b90772d1337e012a152965a9047f51bb1dc088661127cf733b0fbc" + }, + { + "name": "DAC8552", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.2.zip", + "archiveFileName": "DAC8552-0.2.2.zip", + "size": 12235, + "checksum": "SHA-256:45d8492c2707857f659eaeedb7fed1edf93659e1f1f9fc68919bb6b27075df29" + }, + { + "name": "DAC8552", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.3.zip", + "archiveFileName": "DAC8552-0.2.3.zip", + "size": 12355, + "checksum": "SHA-256:42d7a3b2a761d1a0c6ec11c6ead057f1486c181e03ba8c193e5efcef0ec29742" + }, + { + "name": "DAC8552", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.4.zip", + "archiveFileName": "DAC8552-0.2.4.zip", + "size": 13743, + "checksum": "SHA-256:2873085669eb714e4b506446bdd1654c03d6c0c68b235d0dd084a1eb89cf3215" + }, + { + "name": "DAC8552", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.5.zip", + "archiveFileName": "DAC8552-0.2.5.zip", + "size": 14026, + "checksum": "SHA-256:80f65bad172b7619537d5844ef41e61cd87a7ba8e579d22902a05415c13a12fc" + }, + { + "name": "DAC8552", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8532 and DAC8552 SPI Digital Analog Convertor.", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.3.0.zip", + "archiveFileName": "DAC8552-0.3.0.zip", + "size": 14021, + "checksum": "SHA-256:433ee6573caa028414b87d6fa450a3aaea3bd2592d252f0b35616ae7b4db1e25" + }, + { + "name": "DAC8552", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8532 and DAC8552 SPI Digital Analog Convertor.", + "website": "https://github.com/RobTillaart/DAC8552", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8552.git", + "providesIncludes": [ + "DAC8552.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.4.0.zip", + "archiveFileName": "DAC8552-0.4.0.zip", + "size": 14137, + "checksum": "SHA-256:fac5e266f0330a691b12d8bdd6ef4b23c2d0a6942663b2a7a48892ded03b549f" + }, + { + "name": "DAC8551", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.1.2.zip", + "archiveFileName": "DAC8551-0.1.2.zip", + "size": 6851, + "checksum": "SHA-256:b955aec6e2f8436cc1167f010cc97dd466ffd3a1f8696a0bac07191e5973ee8e" + }, + { + "name": "DAC8551", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.1.3.zip", + "archiveFileName": "DAC8551-0.1.3.zip", + "size": 6808, + "checksum": "SHA-256:e712aa26fd1ae433f173616a95a151ae50a194bc87fa1f41025e98ec44e10c4a" + }, + { + "name": "DAC8551", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.0.zip", + "archiveFileName": "DAC8551-0.2.0.zip", + "size": 7192, + "checksum": "SHA-256:bd36c51ace90296053a2ba6a4e624efd94ee67c4c5dc9cd96403f3e027bfe377" + }, + { + "name": "DAC8551", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", + "paragraph": "could work with DAC8550 (not tested)", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.1.zip", + "archiveFileName": "DAC8551-0.2.1.zip", + "size": 8560, + "checksum": "SHA-256:a68dda5f6a837031e80da90e6c7101b2a642a3e7451415ebfa40cac41866ca8a" + }, + { + "name": "DAC8551", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.2.zip", + "archiveFileName": "DAC8551-0.2.2.zip", + "size": 9286, + "checksum": "SHA-256:964a9c262fd2034022a381c87e1d4c926df6aea130324d017d205361b0f1ab69" + }, + { + "name": "DAC8551", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.3.zip", + "archiveFileName": "DAC8551-0.2.3.zip", + "size": 9323, + "checksum": "SHA-256:f1a8dac13fdc53ac4c601b44b5acf355904cbd0c93d2b380b6b8c5e5bbe78366" + }, + { + "name": "DAC8551", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.4.zip", + "archiveFileName": "DAC8551-0.2.4.zip", + "size": 10470, + "checksum": "SHA-256:bf0f6a7a18cb59911ba2877df7525877530990e248bb21c2fe235715ce34c217" + }, + { + "name": "DAC8551", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.5.zip", + "archiveFileName": "DAC8551-0.2.5.zip", + "size": 10662, + "checksum": "SHA-256:83f3cc2203f055eb137e4503a1e0ce97be8a5c0f0c7047ef511b35138c8622bd" + }, + { + "name": "DAC8551", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.6.zip", + "archiveFileName": "DAC8551-0.2.6.zip", + "size": 11099, + "checksum": "SHA-256:1c13df388192c5fdf39caa37272e55926c06a415458d55f4b6fa9e295a8dd74f" + }, + { + "name": "DAC8551", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.7.zip", + "archiveFileName": "DAC8551-0.2.7.zip", + "size": 60918, + "checksum": "SHA-256:ff54d70b854ca0aaa737784ff3f95bab3bd85554505d1cdd15e6c10b13e002dc" + }, + { + "name": "DAC8551", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor.", + "website": "https://github.com/RobTillaart/DAC8551", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8551.git", + "providesIncludes": [ + "DAC8551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.3.0.zip", + "archiveFileName": "DAC8551-0.3.0.zip", + "size": 60785, + "checksum": "SHA-256:3446b2b8724c533729ae51c897f70ed2214f8af41c4e2f4b3a84beb1ac217e6d" + }, + { + "name": "Temperature", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.0.zip", + "archiveFileName": "Temperature-0.2.0.zip", + "size": 10146, + "checksum": "SHA-256:337f2311b457419a4a2bad488858d0c283a109fd067a584a4ed6aca3db162baa" + }, + { + "name": "Temperature", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.1.zip", + "archiveFileName": "Temperature-0.2.1.zip", + "size": 10514, + "checksum": "SHA-256:e1d2f3cb6db7757691dcd37af8c6fdf71d55866d5da9621b63e99f22fa61a868" + }, + { + "name": "Temperature", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.2.zip", + "archiveFileName": "Temperature-0.2.2.zip", + "size": 10519, + "checksum": "SHA-256:55ac56b148a64960531cfdf5be8fbe1f6125175044e2e3eb571ee58452fe02cb" + }, + { + "name": "Temperature", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.3.zip", + "archiveFileName": "Temperature-0.2.3.zip", + "size": 10513, + "checksum": "SHA-256:cb4a380c3678ee809e5405f1bfc8c47dca1de3e2a0470f0dfbd2a595d591b6de" + }, + { + "name": "Temperature", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.4.zip", + "archiveFileName": "Temperature-0.2.4.zip", + "size": 12236, + "checksum": "SHA-256:69540ca66fe05179cb8bdb8a13e65530aac987d464c013d7d0c0d158c64429f0" + }, + { + "name": "Temperature", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.5.zip", + "archiveFileName": "Temperature-0.2.5.zip", + "size": 12301, + "checksum": "SHA-256:cc11631c2fb6f6884e4c918eeb529f2afa3cb9e8d5c330cd3edc6f8530733bae" + }, + { + "name": "Temperature", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.0.zip", + "archiveFileName": "Temperature-0.3.0.zip", + "size": 12998, + "checksum": "SHA-256:c7bc6162c28f054b659d6cf30126b5d7cb02df39647a316460b0d332d88497bf" + }, + { + "name": "Temperature", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.1.zip", + "archiveFileName": "Temperature-0.3.1.zip", + "size": 13247, + "checksum": "SHA-256:4fc254b38e2fd324f1b032379c3948579925991bd892ad3cc9ab10cae82af738" + }, + { + "name": "Temperature", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.2.zip", + "archiveFileName": "Temperature-0.3.2.zip", + "size": 16318, + "checksum": "SHA-256:9fe0c9207123f7ff7d827b0442650d4f85d76ff00c6f54a0fb8f2aa9532b7ee6" + }, + { + "name": "Temperature", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.3.zip", + "archiveFileName": "Temperature-0.3.3.zip", + "size": 17378, + "checksum": "SHA-256:bb6e88b67e5e212b22671f021de53f8056a71e406218d051cc6fdc9febdf811b" + }, + { + "name": "Temperature", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather related functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.4.zip", + "archiveFileName": "Temperature-0.3.4.zip", + "size": 19265, + "checksum": "SHA-256:36e7aa216a416bac3d936df05df923c197c153ac0ddb052e1382032c78c30342" + }, + { + "name": "Temperature", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather and temperature conversion functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.5.zip", + "archiveFileName": "Temperature-0.3.5.zip", + "size": 19363, + "checksum": "SHA-256:312c6ea9b413b458678906b873263a42f8c1e9b97e1f13644a69dc42e2dcaec1" + }, + { + "name": "Temperature", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather and temperature conversion functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.6.zip", + "archiveFileName": "Temperature-0.3.6.zip", + "size": 21643, + "checksum": "SHA-256:22e9b74378a8b577331275a5d4d68dd07a0f766f3eab6de4ae0c067bf583d4fa" + }, + { + "name": "Temperature", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with weather and temperature conversion functions.", + "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", + "website": "https://github.com/RobTillaart/Temperature", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Temperature.git", + "providesIncludes": [ + "temperature.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.3.7.zip", + "archiveFileName": "Temperature-0.3.7.zip", + "size": 22292, + "checksum": "SHA-256:fd0092d2e5fb49e87361bdfaee68aefbef8edcec141f675dd09e4c264087f365" + }, + { + "name": "Brino", + "version": "1.0.1", + "author": "Brino\u003ccontato@brino.cc\u003e", + "maintainer": "Victor Pacheco \u003cvictor@brino.cc\u003e, Gabriel Pacheco \u003cgabriel@brino.cc\u003e", + "sentence": "A biblioteca possibilita o uso de termos em portugues (Brino) para a programacao do arduino.", + "paragraph": "Biblioteca que possibilita o uso da linguagem Br.ino, inteiramente em português, para desenvolvimento de códigos na interface do Arduino.", + "website": "https://brino.cc/dicionario", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BrinoOficial/BibliotecaBrino.git", + "providesIncludes": [ + "Brino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrinoOficial/Brino-1.0.1.zip", + "archiveFileName": "Brino-1.0.1.zip", + "size": 44650, + "checksum": "SHA-256:94767bc1185635789df186c9deb18b5f5c7e4400eec782150aed070529c254b3" + }, + { + "name": "muCom", + "version": "1.0.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.0.0.zip", + "archiveFileName": "muCom-1.0.0.zip", + "size": 162808, + "checksum": "SHA-256:5960ac6123ba06bf2bfdf9401483e412bb78e1cc3d7c959ae364b47b6b94a6bd" + }, + { + "name": "muCom", + "version": "1.1.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.1.0.zip", + "archiveFileName": "muCom-1.1.0.zip", + "size": 163011, + "checksum": "SHA-256:86ed187a38f5f9dcd54e5621935adf6812fba30ab385e9ff18eb8314f05a625d" + }, + { + "name": "muCom", + "version": "1.2.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.2.0.zip", + "archiveFileName": "muCom-1.2.0.zip", + "size": 163032, + "checksum": "SHA-256:a238cafd4e4d296d6d7c7649f350a8d1675ef88974a3bf4cb54f5740c03b2e5c" + }, + { + "name": "muCom", + "version": "1.3.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.3.0.zip", + "archiveFileName": "muCom-1.3.0.zip", + "size": 163476, + "checksum": "SHA-256:434be9dc47c7ca753aa7e829d93bea2d3a5db2d087136a8d3c532dfd3262f169" + }, + { + "name": "muCom", + "version": "2.0.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", + "sentence": "The reliable, fast and easy way to exchange binary data via UART", + "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", + "website": "https://github.com/kcl93/muCom", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/muCom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-2.0.0.zip", + "archiveFileName": "muCom-2.0.0.zip", + "size": 165986, + "checksum": "SHA-256:6d58a32a84f1bc78ea25b623865b9c56599572614becd1493da2c51d6153d764" + }, + { + "name": "Telaire T6700 CO2 Sensor Module Library", + "version": "1.0.0", + "author": "Yaroslav Osadchyy", + "maintainer": "Yaroslav Osadchyy \u003cdrug123@gmail.com\u003e", + "sentence": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "paragraph": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "website": "https://github.com/drug123/T67XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drug123/T67XX.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drug123/Telaire_T6700_CO2_Sensor_Module_Library-1.0.0.zip", + "archiveFileName": "Telaire_T6700_CO2_Sensor_Module_Library-1.0.0.zip", + "size": 648411, + "checksum": "SHA-256:892133abb72623e00b9dc416d7dfc9664e1b03f476785cdae347f37ea1b5446a" + }, + { + "name": "Telaire T6700 CO2 Sensor Module Library", + "version": "1.0.1", + "author": "Yaroslav Osadchyy", + "maintainer": "Yaroslav Osadchyy \u003cdrug123@gmail.com\u003e", + "sentence": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "paragraph": "I2C communication Library for Telaire T6700 CO2 Sensor Module", + "website": "https://github.com/drug123/T67XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drug123/T67XX.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drug123/Telaire_T6700_CO2_Sensor_Module_Library-1.0.1.zip", + "archiveFileName": "Telaire_T6700_CO2_Sensor_Module_Library-1.0.1.zip", + "size": 648546, + "checksum": "SHA-256:f6ec485a4142de746638fc63545df2a8801d6f83e67297ac68b3db77c71ee56a" + }, + { + "name": "Controlino", + "version": "1.0.0", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for using direct or multiplexed input controls easily.", + "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", + "website": "https://github.com/levosos/Controlino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levosos/Controlino.git", + "providesIncludes": [ + "Controlino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.0.0.zip", + "archiveFileName": "Controlino-1.0.0.zip", + "size": 17946, + "checksum": "SHA-256:fd6793f1c0decc03a2f2b43196077d6ba3e7bded1db9a146204a5b44d1511519" + }, + { + "name": "Controlino", + "version": "1.1.0", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for using direct or multiplexed input controls easily.", + "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", + "website": "https://github.com/levosos/Controlino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levosos/Controlino.git", + "providesIncludes": [ + "Controlino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.1.0.zip", + "archiveFileName": "Controlino-1.1.0.zip", + "size": 19212, + "checksum": "SHA-256:ac4149bbf86b5f093659b13ac9488f3b210fcff43a67b48fe3418386c48ae28b" + }, + { + "name": "Controlino", + "version": "1.2.1", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for using direct or multiplexed input controls easily.", + "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", + "website": "https://github.com/levosos/Controlino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levosos/Controlino.git", + "providesIncludes": [ + "Controlino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.2.1.zip", + "archiveFileName": "Controlino-1.2.1.zip", + "size": 19212, + "checksum": "SHA-256:896316967cfa3dadca41ce1f7f51e6809a55b7ab5ab070b58083ed5d32f0d438" + }, + { + "name": "Controlino", + "version": "1.2.2", + "author": "Raz Rotenberg \u003craz.rotenberg@gmail.com\u003e", + "maintainer": "Raz Rotenberg \u003craz.rotenberg@gmail.com\u003e", + "sentence": "A library for using direct or multiplexed input controls easily.", + "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", + "website": "https://github.com/razrotenberg/Controlino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levosos/Controlino.git", + "providesIncludes": [ + "Controlino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.2.2.zip", + "archiveFileName": "Controlino-1.2.2.zip", + "size": 19217, + "checksum": "SHA-256:09b271a1870fd679cfd408bac764a1ee790bec82df797c18b58d0fbac9aba03f" + }, + { + "name": "STM32duino X-NUCLEO-S2915A1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2915A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2915A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2915A1", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2915A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2915A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2915A1-1.0.0.zip", + "size": 6841, + "checksum": "SHA-256:75d8f5176a12c2807d18de5e8bf751cf68d11cd2eb8d34a16890c3b760a1152b" + }, + { + "name": "STM32duino X-NUCLEO-S2915A1", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2915A1", + "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2915A1.", + "website": "https://github.com/stm32duino/X-NUCLEO-S2915A1", + "category": "Communication", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-S2915A1.git", + "dependencies": [ + { + "name": "STM32duino S2-LP" + }, + { + "name": "STM32duino M95640-R" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2915A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_S2915A1-1.0.1.zip", + "size": 6835, + "checksum": "SHA-256:96237d2654a1be9b30ccb716fec39d077e326449094c7d64b9528524df69e517" + }, + { + "name": "ThingPulse XPT2046 Touch", + "version": "1.4.0", + "author": "ThingPulse", + "maintainer": "ThingPulse", + "sentence": "Touchscreens using the XPT2046 controller chip.", + "paragraph": "Many very low cost color TFT displays with touch screens have this chip.", + "website": "https://github.com/thingpulse/XPT2046_Touchscreen", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ThingPulse/XPT2046_Touchscreen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ThingPulse_XPT2046_Touch-1.4.0.zip", + "archiveFileName": "ThingPulse_XPT2046_Touch-1.4.0.zip", + "size": 81439, + "checksum": "SHA-256:e4481ae2606c8158b8a5a71cfd0891ec9c7d38392d543ea4cf97237f6d4368fa" + }, + { + "name": "STM32duino ASM330LHH", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Automotive inertial measurement unit.", + "paragraph": "This library provides Arduino support for the ASM330LHH automotive sensor for STM32 boards.", + "website": "https://github.com/stm32duino/ASM330LHH", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ASM330LHH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ASM330LHH-1.0.0.zip", + "archiveFileName": "STM32duino_ASM330LHH-1.0.0.zip", + "size": 32110, + "checksum": "SHA-256:8d8ba785f4e86feace836b60f33f039ed2fce1686395e967ec43744356908bda" + }, + { + "name": "STM32duino ASM330LHH", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Automotive inertial measurement unit.", + "paragraph": "This library provides Arduino support for the ASM330LHH automotive sensor for STM32 boards.", + "website": "https://github.com/stm32duino/ASM330LHH", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ASM330LHH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ASM330LHH-2.0.0.zip", + "archiveFileName": "STM32duino_ASM330LHH-2.0.0.zip", + "size": 32212, + "checksum": "SHA-256:95ba1214d44db63090f71a59ec85d06565fe5f5e892d63c526eedeb66879583a" + }, + { + "name": "STM32duino ASM330LHH", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Automotive inertial measurement unit.", + "paragraph": "This library provides Arduino support for the ASM330LHH automotive sensor for STM32 boards.", + "website": "https://github.com/stm32duino/ASM330LHH", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ASM330LHH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ASM330LHH-2.0.1.zip", + "archiveFileName": "STM32duino_ASM330LHH-2.0.1.zip", + "size": 32711, + "checksum": "SHA-256:764d68b5704e2abda315b47d27a299b2741937d708c7e228ae94091f7343765d" + }, + { + "name": "STM32duino LSM6DSR", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "iNEMO inertial measurement unit.", + "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSR", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-1.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSR-1.0.0.zip", + "size": 52667, + "checksum": "SHA-256:97d5361679996e4a8af780b40aee965611c08f0d057f9db8446921ac8f59b6f0" + }, + { + "name": "STM32duino LSM6DSR", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "iNEMO inertial measurement unit.", + "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSR", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-1.0.1.zip", + "archiveFileName": "STM32duino_LSM6DSR-1.0.1.zip", + "size": 52670, + "checksum": "SHA-256:3502df8799655c2aed28fc6741280c0c151d455484ea6352994f07450c408de5" + }, + { + "name": "STM32duino LSM6DSR", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "iNEMO inertial measurement unit.", + "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSR", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-2.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSR-2.0.0.zip", + "size": 52764, + "checksum": "SHA-256:b6884a74e16a65a5ea849c6a115966527e4a23de613e1342631eb31cf96f887b" + }, + { + "name": "STM32duino LSM6DSR", + "version": "2.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "iNEMO inertial measurement unit.", + "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSR", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam", + "samd", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-2.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSR-2.1.0.zip", + "size": 52806, + "checksum": "SHA-256:642785e99cef1a2d59406269358ec181e84c75216854a49e787ce0ce5924390c" + }, + { + "name": "Cumulocity IoT client", + "version": "0.0.1", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://softwareag.cloud/", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.1.zip", + "archiveFileName": "Cumulocity_IoT_client-0.0.1.zip", + "size": 3762, + "checksum": "SHA-256:ae0c1d83ac0e76a37770f897380ea023e6e037732f7909a776d5fe3c4e261136" + }, + { + "name": "Cumulocity IoT client", + "version": "0.0.4", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.4.zip", + "archiveFileName": "Cumulocity_IoT_client-0.0.4.zip", + "size": 6234, + "checksum": "SHA-256:38d1183a787850a42753796a443c406dfeddcdcd8fe4fd2fcf88900ddaf987c4" + }, + { + "name": "Cumulocity IoT client", + "version": "0.0.5", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.5.zip", + "archiveFileName": "Cumulocity_IoT_client-0.0.5.zip", + "size": 8592, + "checksum": "SHA-256:0c140afbd8dbc40c3dc1097405b4a1fa4bef2eb323cc004209b911e0be1d6d9f" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.0", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.0.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.0.zip", + "size": 8593, + "checksum": "SHA-256:2870f83342a9578598b60c42c3177b4871e0d638af0d9e149d49de707799172f" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.1", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.1.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.1.zip", + "size": 8591, + "checksum": "SHA-256:ebd3e2a17ead8b3a22a602a682e3f4e57c69135f83e895a75105e651e019a8dd" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.2", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.2.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.2.zip", + "size": 8637, + "checksum": "SHA-256:20760a5be580db9bf0039f212e5a8a7ce8ff5905be58067a546f8bdac6212710" + }, + { + "name": "Cumulocity IoT client", + "version": "0.1.3", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.3.zip", + "archiveFileName": "Cumulocity_IoT_client-0.1.3.zip", + "size": 8616, + "checksum": "SHA-256:20a5a0ccac2aa2cbd83c6167c50ed8ac016c2fd609cdc8529dbbae76f04f7e15" + }, + { + "name": "Cumulocity IoT client", + "version": "0.2.0", + "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", + "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/elpinjo/CumulocityClient.git", + "providesIncludes": [ + "CumulocityClient.h" + ], + "dependencies": [ + { + "name": "WiFiClient" + }, + { + "name": "PubSubClient" + }, + { + "name": "ESP8266WiFi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.2.0.zip", + "archiveFileName": "Cumulocity_IoT_client-0.2.0.zip", + "size": 10036, + "checksum": "SHA-256:934d0594e1dab305bfd994fc3e0f05a5ab11213e2a1b4127cee0b2b0b6a8de1f" + }, + { + "name": "ESPStringTemplate", + "version": "1.0.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight string templating library for building static web pages.", + "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand in a way that uses statically allocated buffers.", + "website": "https://github.com/DaleGia/ESPStringTemplate", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/ESPStringTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.0.0.zip", + "archiveFileName": "ESPStringTemplate-1.0.0.zip", + "size": 20692, + "checksum": "SHA-256:18989013f7aa09b1588e9fe754ebe7bf594d0b7a683fd47084e525497eab3997" + }, + { + "name": "ESPStringTemplate", + "version": "1.1.1", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight string templating library for building static web pages on the ESP8266", + "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand on the ESP8266. It was created in an attempt to make building customisable and scalable web pages fast and easy while using flash memory to store the created web pages.", + "website": "https://github.com/DaleGia/ESPStringTemplate", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/ESPStringTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.1.1.zip", + "archiveFileName": "ESPStringTemplate-1.1.1.zip", + "size": 22142, + "checksum": "SHA-256:c60dfe660d5216a976326dba1d853cbf72384612e41b1243a136dc8f3de6f6b4" + }, + { + "name": "ESPStringTemplate", + "version": "1.2.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight string templating library for building static web pages on the ESP8266", + "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand on the ESP8266. It was created in an attempt to make building customisable and scalable web pages fast and easy while using statically allocated buffers to store the created web pages.", + "website": "https://github.com/DaleGia/ESPStringTemplate", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/ESPStringTemplate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.2.0.zip", + "archiveFileName": "ESPStringTemplate-1.2.0.zip", + "size": 22821, + "checksum": "SHA-256:6e9c2bc4fab9ede040a7518fc35434d03b674a09fb4e7e1ada61ed5912731a5c" + }, + { + "name": "FastLED NeoMatrix", + "version": "1.1.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for NeoPixel grids", + "paragraph": "This replaces https://github.com/adafruit/Adafruit_NeoMatrix for FastLED supported Pixels.", + "website": "https://github.com/marcmerlin/FastLED_NeoMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcmerlin/FastLED_NeoMatrix.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_NeoMatrix-1.1.0.zip", + "archiveFileName": "FastLED_NeoMatrix-1.1.0.zip", + "size": 260091, + "checksum": "SHA-256:0b2789840395e7fb7f88c80e7b91f7e12fecdcbee376c38d840b646fcea0219c" + }, + { + "name": "SmartMatrix GFX", + "version": "1.1.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for SmartMatrix panels", + "paragraph": "This is a zero copy FastLED CRGB backed Framebuffer for https://github.com/pixelmatix/SmartMatrix", + "website": "https://github.com/marcmerlin/SmartMatrix_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcmerlin/SmartMatrix_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + }, + { + "name": "SmartMatrix3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/SmartMatrix_GFX-1.1.0.zip", + "archiveFileName": "SmartMatrix_GFX-1.1.0.zip", + "size": 558794, + "checksum": "SHA-256:231b2e3835e23e82525b0dea0b703f4044b620167d3d10f537c84dd57a364024" + }, + { + "name": "SmartMatrix GFX", + "version": "1.2.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for SmartMatrix panels", + "paragraph": "This is a zero copy FastLED CRGB backed Framebuffer for https://github.com/pixelmatix/SmartMatrix (updated for SM 4.0)", + "website": "https://github.com/marcmerlin/SmartMatrix_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcmerlin/SmartMatrix_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + }, + { + "name": "SmartMatrix" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/SmartMatrix_GFX-1.2.0.zip", + "archiveFileName": "SmartMatrix_GFX-1.2.0.zip", + "size": 558910, + "checksum": "SHA-256:23ab767baa413e0e56eac6f390a7b4320d1d05ba88ed3011b0b3f9904638f0fa" + }, + { + "name": "FastLED_SPITFT_GFX", + "version": "1.2.0", + "author": "Marc Merlin", + "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", + "sentence": "Adafruit_GFX and FastLED compatible library for SPI TFT screens like SSD1331, ST7735, and ILI9341", + "paragraph": "Support for other Adafruit SPI screens can be easily added. Teensy 3.5+ or ESP32 with PSRAM required for ILI9341.", + "website": "https://github.com/marcmerlin//FastLED_SPITFT_GFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcmerlin/FastLED_SPITFT_GFX.git", + "dependencies": [ + { + "name": "Framebuffer GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_SPITFT_GFX-1.2.0.zip", + "archiveFileName": "FastLED_SPITFT_GFX-1.2.0.zip", + "size": 39264, + "checksum": "SHA-256:1bb769681b563f9c19098f0563de0dd3bfdef691af5ca001841212bd6152cccf" + }, + { + "name": "DBS-Lib", + "version": "0.0.1", + "author": "Designed By Sopon", + "maintainer": "Designed By Sopon https://www.facebook.com/SpPCB/", + "sentence": "DBS-Lib is a library board that we created for practice such as C++, algorithms, mathetical, embedded system and robotics.", + "paragraph": "This library is constantly evolving and we will do the best. We apologize if there are any mistakes.", + "website": "https://github.com/DBSStore/DBS_Lib", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DBSStore/DBS_Lib.git", + "dependencies": [ + { + "name": "MCP3008" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBSStore/DBS_Lib-0.0.1.zip", + "archiveFileName": "DBS_Lib-0.0.1.zip", + "size": 10584, + "checksum": "SHA-256:c83e23fbb12ef58c2f31093610908d48e6cf6f48fbf0aeaf8e42aec32da71880" + }, + { + "name": "DBS-Lib", + "version": "0.0.2", + "author": "Designed By Sopon", + "maintainer": "Designed By Sopon https://www.facebook.com/SpPCB/", + "sentence": "DBS-Lib is a library board that we created for practice such as C++, algorithms, mathetical, embedded system and robotics.", + "paragraph": "This library is constantly evolving and we will do the best. We apologize if there are any mistakes.", + "website": "https://github.com/DBSStore/DBS_Lib", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DBSStore/DBS_Lib.git", + "dependencies": [ + { + "name": "MCP3008" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DBSStore/DBS_Lib-0.0.2.zip", + "archiveFileName": "DBS_Lib-0.0.2.zip", + "size": 16446, + "checksum": "SHA-256:0d443ba325e9ae1d5a68c964342849ee21a8d2d1d56103685f0180902f1a6bf2" + }, + { + "name": "Leaphy Original Extension", + "version": "0.0.1", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides functionality to program Leaphy Original robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-original", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-original.git", + "providesIncludes": [ + "Leaphyoriginal1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Original_Extension-0.0.1.zip", + "archiveFileName": "Leaphy_Original_Extension-0.0.1.zip", + "size": 2985, + "checksum": "SHA-256:3a9fcac1f52a3cb44d3e115c6c8caefd5f98291b2814a04de4dbbffbff289dae" + }, + { + "name": "Leaphy Original Extension", + "version": "0.0.2", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides functionality to program Leaphy Original robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-original", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-original.git", + "providesIncludes": [ + "Leaphyoriginal1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Original_Extension-0.0.2.zip", + "archiveFileName": "Leaphy_Original_Extension-0.0.2.zip", + "size": 3116, + "checksum": "SHA-256:b24bf1b37b57977e69cb56ce556785721957b31307bb949762bcd3cf8e1ef5b8" + }, + { + "name": "flex_DST", + "version": "1.0.0", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for observing DST according to usere predefined parameters.", + "paragraph": "With this library you can determine the begining and end of DST in any region and adjust an RTC accordingly.", + "website": "https://github.com/kosme/flex_DST", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kosme/flex_DST.git", + "providesIncludes": [ + "flex_DST.h" + ], + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/flex_DST-1.0.0.zip", + "archiveFileName": "flex_DST-1.0.0.zip", + "size": 17705, + "checksum": "SHA-256:c17ff613bb3488c77d9fc7aa1b04084d87a49f21412baeb85bd9be850bba4f81" + }, + { + "name": "flex_DST", + "version": "1.0.1", + "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", + "sentence": "A library for observing DST according to user predefined parameters.", + "paragraph": "With this library you can determine the begining and end of DST in any region and adjust the time provided by a RTC accordingly.", + "website": "https://github.com/kosme/flex_DST", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kosme/flex_DST.git", + "providesIncludes": [ + "flex_DST.h" + ], + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kosme/flex_DST-1.0.1.zip", + "archiveFileName": "flex_DST-1.0.1.zip", + "size": 18147, + "checksum": "SHA-256:6632bf91063915ec56804efec3efaa3cc15c9cfe28f3d969b0546a8b727e2c02" + }, + { + "name": "HomeDing", + "version": "0.3.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "Adafruit BME680 Library" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.3.0.zip", + "archiveFileName": "HomeDing-0.3.0.zip", + "size": 277039, + "checksum": "SHA-256:0a0b8aaf589365922417ec66274699599d6cc86a2d0f91cb282288bf778cca0d" + }, + { + "name": "HomeDing", + "version": "0.3.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.3.1.zip", + "archiveFileName": "HomeDing-0.3.1.zip", + "size": 274792, + "checksum": "SHA-256:aa03746c5e4cc41c4e8090113727f374796fbe10ce919433d31c0381f5ef7b56" + }, + { + "name": "HomeDing", + "version": "0.4.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.4.0.zip", + "archiveFileName": "HomeDing-0.4.0.zip", + "size": 291829, + "checksum": "SHA-256:8ab67de3b029732d2a4e93c5456156408b3a5aaf9238a9b716aefab96c83b0c9" + }, + { + "name": "HomeDing", + "version": "0.4.1", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.4.1.zip", + "archiveFileName": "HomeDing-0.4.1.zip", + "size": 343281, + "checksum": "SHA-256:8ca6b80e246e93cf7f74508cfe7a9a6566080280c03a2587cf349d99ead9de26" + }, + { + "name": "HomeDing", + "version": "0.6.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.0.zip", + "archiveFileName": "HomeDing-0.6.0.zip", + "size": 537087, + "checksum": "SHA-256:af22bced55b4a71af6fbd074d34344e712b7242766d05e6bcd2f7d52582eed7a" + }, + { + "name": "HomeDing", + "version": "0.6.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 Oled Driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.2.zip", + "archiveFileName": "HomeDing-0.6.2.zip", + "size": 537231, + "checksum": "SHA-256:67336cc058f64157e9af8c785e7b0e506307de57b33208dd35d0c162391bb66e" + }, + { + "name": "HomeDing", + "version": "0.6.3", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.3.zip", + "archiveFileName": "HomeDing-0.6.3.zip", + "size": 537232, + "checksum": "SHA-256:9d041dba203ae6daf8f26e4d88125ca2ce99cb1a33a5adda267d4afd118e6c9c" + }, + { + "name": "HomeDing", + "version": "0.6.4", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "my92xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.6.4.zip", + "archiveFileName": "HomeDing-0.6.4.zip", + "size": 537239, + "checksum": "SHA-256:702c37d5fc5c4d91a34a9a0c4389cb029139531ad33ccb70b922314bca9df4b2" + }, + { + "name": "HomeDing", + "version": "0.7.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHT sensor library for ESPx" + }, + { + "name": "my92xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.7.2.zip", + "archiveFileName": "HomeDing-0.7.2.zip", + "size": 528077, + "checksum": "SHA-256:55b14a81e7aad911f1acb368035930cb7880ff441343056122e29d1f21cdba3c" + }, + { + "name": "HomeDing", + "version": "0.8.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "providesIncludes": [ + "HomeDing.h" + ], + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHTNEW" + }, + { + "name": "my92xx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.8.2.zip", + "archiveFileName": "HomeDing-0.8.2.zip", + "size": 575571, + "checksum": "SHA-256:c7322673b1eaf37a3b6d1014f9f92a9213099988e68b273aa56eeac4d1037b27" + }, + { + "name": "HomeDing", + "version": "0.9.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "providesIncludes": [ + "HomeDing.h" + ], + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHTNEW" + }, + { + "name": "my92xx" + }, + { + "name": "ESP32SSDP" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.9.0.zip", + "archiveFileName": "HomeDing-0.9.0.zip", + "size": 604039, + "checksum": "SHA-256:77576b9505a267724ea85cb188ced9aee874161573cd2bd985b230a3edb01e4b" + }, + { + "name": "HomeDing", + "version": "0.9.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "providesIncludes": [ + "HomeDing.h" + ], + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHTNEW" + }, + { + "name": "my92xx" + }, + { + "name": "ESP32SSDP" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.9.2.zip", + "archiveFileName": "HomeDing-0.9.2.zip", + "size": 627777, + "checksum": "SHA-256:070a297b1f03de643fedbae4b68e39c03aad8d53aa70e44de26fd9c52c7b4f8c" + }, + { + "name": "HomeDing", + "version": "0.9.5", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "providesIncludes": [ + "HomeDing.h" + ], + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHTNEW" + }, + { + "name": "my92xx" + }, + { + "name": "ESP32SSDP" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.9.5.zip", + "archiveFileName": "HomeDing-0.9.5.zip", + "size": 818616, + "checksum": "SHA-256:ee1de7ad812d5434af2723a0a98d4c4f7245a390f547d604255f121dbcca2b7e" + }, + { + "name": "HomeDing", + "version": "0.9.6", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "providesIncludes": [ + "HomeDing.h" + ], + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHTNEW" + }, + { + "name": "my92xx" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.9.6.zip", + "archiveFileName": "HomeDing-0.9.6.zip", + "size": 818608, + "checksum": "SHA-256:de41b7d0307fe80ec90aadbeab68298b61af7ec8641441bbdc2ef073bff1a30e" + }, + { + "name": "HomeDing", + "version": "0.9.7", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "Building Internet Things made easy.", + "paragraph": "A library is for building IoT devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", + "website": "https://github.com/HomeDing/HomeDing", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeDing/HomeDing.git", + "providesIncludes": [ + "HomeDing.h" + ], + "dependencies": [ + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + }, + { + "name": "RotaryEncoder" + }, + { + "name": "DHTNEW" + }, + { + "name": "my92xx" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.9.7.zip", + "archiveFileName": "HomeDing-0.9.7.zip", + "size": 819133, + "checksum": "SHA-256:3c38ba83bbdf727ea379932c26f7f48cac4097ae6accce72ac580f6e568c3ff9" + }, + { + "name": "ESPHap", + "version": "1.0.0", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple home kit protocol with Arduino projects", + "paragraph": "Native support Apple home kit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.0.zip", + "archiveFileName": "ESPHap-1.0.0.zip", + "size": 4204195, + "checksum": "SHA-256:321e8ca08c12d99070759dad4e7f860413e1e04628b6701f26448da1c3031c85" + }, + { + "name": "ESPHap", + "version": "1.0.3", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.3.zip", + "archiveFileName": "ESPHap-1.0.3.zip", + "size": 4788351, + "checksum": "SHA-256:e008be7f014613246e05861fe17357356ac9b41e53007c39c1490df1b76b49ac" + }, + { + "name": "ESPHap", + "version": "1.0.7", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.7.zip", + "archiveFileName": "ESPHap-1.0.7.zip", + "size": 4979427, + "checksum": "SHA-256:9c852ce84fd7edc8ed3c64a5b1ac1391b9135f1bf89ad7a4c7356b663525da6b" + }, + { + "name": "ESPHap", + "version": "1.0.9", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.9.zip", + "archiveFileName": "ESPHap-1.0.9.zip", + "size": 4979351, + "checksum": "SHA-256:5fc5a30ea9c1be22507edc83b08e423e43b1a9793bc38f703ecceacf14f025b9" + }, + { + "name": "ESPHap", + "version": "1.1.0", + "author": "Yurik", + "maintainer": "Yurik", + "sentence": "Native support Apple HomeKit protocol with Arduino projects", + "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", + "website": "https://github.com/Yurik72/ESPHap", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Yurik72/ESPHap.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.1.0.zip", + "archiveFileName": "ESPHap-1.1.0.zip", + "size": 5017863, + "checksum": "SHA-256:21f1c727eb937a26dc5b6e8960ff82cc63904c9a0660fae747f8ea0d817b62eb" + }, + { + "name": "RMCS-220X", + "version": "1.0.0", + "author": "Antoine Petty", + "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", + "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", + "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", + "website": "https://github.com/antoinepetty/RhinoNEMA23MotorControl", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.0.0.zip", + "archiveFileName": "RMCS_220X-1.0.0.zip", + "size": 6039, + "checksum": "SHA-256:a878f13d3da495e4da750cfe099f0b19055995d8c792cf801bea9ce3368f3e1d" + }, + { + "name": "RMCS-220X", + "version": "1.1.0", + "author": "Antoine Petty", + "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", + "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", + "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", + "website": "https://github.com/antoinepetty/RhinoNEMA23MotorControl", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.1.0.zip", + "archiveFileName": "RMCS_220X-1.1.0.zip", + "size": 6009, + "checksum": "SHA-256:67725249f192f4f1aaabc3a0396e490abcaa31377bd8a5299f6e885cc4e00626" + }, + { + "name": "RMCS-220X", + "version": "1.1.1", + "author": "Antoine Petty", + "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", + "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", + "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", + "website": "https://github.com/antoinepetty/RMCS-220X-Control", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.1.1.zip", + "archiveFileName": "RMCS_220X-1.1.1.zip", + "size": 5989, + "checksum": "SHA-256:aac595bf09070136bb8a45efa3f01c64127da7a68ece99d9d04b19d3b3e8d92e" + }, + { + "name": "DHT12", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.2.0.zip", + "archiveFileName": "DHT12-0.2.0.zip", + "size": 7270, + "checksum": "SHA-256:c6c916082e8e1e59057f494b7d2906ddaaa2abf6b1ab0f483abd667bc5a73329" + }, + { + "name": "DHT12", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.2.1.zip", + "archiveFileName": "DHT12-0.2.1.zip", + "size": 7267, + "checksum": "SHA-256:b9556dd5eeeb438b5d97f0c5cbce83d6f1a171671a6b876a05c3a7e0532a9809" + }, + { + "name": "DHT12", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.3.0.zip", + "archiveFileName": "DHT12-0.3.0.zip", + "size": 9056, + "checksum": "SHA-256:1beae5239b60c72b2e4a7744f76b54a3b5babe1447f59cb75c58533a5d756899" + }, + { + "name": "DHT12", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.3.1.zip", + "archiveFileName": "DHT12-0.3.1.zip", + "size": 9240, + "checksum": "SHA-256:a3fb6c1a8eb6e5be6ecd55c5b85abe8c78629ffe902651b7c535999ddbedbb6a" + }, + { + "name": "DHT12", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.3.2.zip", + "archiveFileName": "DHT12-0.3.2.zip", + "size": 9337, + "checksum": "SHA-256:7919f27905baf817815aec01bf86022395c23247e936cef60f771ddb8b309ca9" + }, + { + "name": "DHT12", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "DHT12", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.3.3.zip", + "archiveFileName": "DHT12-0.3.3.zip", + "size": 9754, + "checksum": "SHA-256:b6225eab6664b10a2bbafb1db793baacb79e6a884a6ee8ceb8bda18a33f92f7c" + }, + { + "name": "DHT12", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "Temperature and humidity can be calibrated with an offset.", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.4.0.zip", + "archiveFileName": "DHT12-0.4.0.zip", + "size": 10179, + "checksum": "SHA-256:0204208aaeffb401c47128ee0a8ba966b7e0e9c6a403f6da7ecc94345ac8b2c9" + }, + { + "name": "DHT12", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", + "paragraph": "Temperature and humidity can be calibrated with an offset.", + "website": "https://github.com/RobTillaart/DHT12", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT12.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.5.0.zip", + "archiveFileName": "DHT12-0.5.0.zip", + "size": 11278, + "checksum": "SHA-256:f2a0a962c9031bc98601bded763f583a52da111a710c153573dc36aafe172d3b" + }, + { + "name": "DS28CM00", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "DS28CM00" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.0.zip", + "archiveFileName": "DS28CM00-0.2.0.zip", + "size": 7447, + "checksum": "SHA-256:ab87442431904e4020afaf8246a81119f8eea8ac7130636d946fbdfb64d9cc1a" + }, + { + "name": "DS28CM00", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "Wire.h", + "DS28CM00" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.1.zip", + "archiveFileName": "DS28CM00-0.2.1.zip", + "size": 7438, + "checksum": "SHA-256:50a451cdba8f454d9781f6d4deb115af38b19f2a9d1831d832e812ed9359d5f4" + }, + { + "name": "DS28CM00", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "DS28CM00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.2.zip", + "archiveFileName": "DS28CM00-0.2.2.zip", + "size": 7896, + "checksum": "SHA-256:1c44224595cad8d4c50f2c01bdef5d3b26d28b3125ac8992390932f368e010ff" + }, + { + "name": "DS28CM00", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "DS28CM00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.3.zip", + "archiveFileName": "DS28CM00-0.2.3.zip", + "size": 10046, + "checksum": "SHA-256:e6d96bb33127740488b1b68d3b4e89cce6ac15e751c63957d5a8298aff2c06e5" + }, + { + "name": "DS28CM00", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "DS28CM00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.4.zip", + "archiveFileName": "DS28CM00-0.2.4.zip", + "size": 10155, + "checksum": "SHA-256:0b92689e2805e768ea0f0307ed6ddc10a2ce6ef490bd98a02849f972fa514723" + }, + { + "name": "DS28CM00", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "DS28CM00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.5.zip", + "archiveFileName": "DS28CM00-0.2.5.zip", + "size": 10580, + "checksum": "SHA-256:74e4aaa98e3d9735423402e044d165efcb82a1e45dc626ca9dc489da04d096b6" + }, + { + "name": "DS28CM00", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "DS28CM00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.3.0.zip", + "archiveFileName": "DS28CM00-0.3.0.zip", + "size": 12094, + "checksum": "SHA-256:0caf337fa614ed11d7b3ceb444d74ab48e1251265ed012b209df80bd674f3906" + }, + { + "name": "DS28CM00", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", + "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", + "website": "https://github.com/RobTillaart/DS28CM00", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS28CM00.git", + "providesIncludes": [ + "DS28CM00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.4.0.zip", + "archiveFileName": "DS28CM00-0.4.0.zip", + "size": 12145, + "checksum": "SHA-256:dc2ee37cefdf8f7b6ac0316ec7279d38ac185cbb20e8c0df12b96303d194c2b9" + }, + { + "name": "esp32_https_server_compat", + "version": "1.0.0", + "author": "Frank Hessel \u003cfrank@fhessel.de\u003e, Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", + "sentence": "An Arduino library for an alternative ESP32 HTTP/HTTPS web server implementation", + "paragraph": "This library is a wrapper around esp32_https_server that provides the same API as the default Webserver library.", + "website": "https://github.com/fhessel/esp32_https_server_compat", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fhessel/esp32_https_server_compat.git", + "providesIncludes": [ + "ESPWebserver.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/esp32_https_server_compat-1.0.0.zip", + "archiveFileName": "esp32_https_server_compat-1.0.0.zip", + "size": 32754, + "checksum": "SHA-256:3973b11b234554719faff2658850bdfdb9a788661a934ca07742a75413bb44c0" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.1.zip", + "archiveFileName": "ESP32AnalogRead-0.0.1.zip", + "size": 2905, + "checksum": "SHA-256:e5e69ad761ed5b2285b13e4a290f076632dc46d34f6b8506c0509498b585f845" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.2.zip", + "archiveFileName": "ESP32AnalogRead-0.0.2.zip", + "size": 3014, + "checksum": "SHA-256:139ffb27b11a8826f14cd0197082124a74d1e07e0d6bae20aee5a76ac51a141f" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.3.zip", + "archiveFileName": "ESP32AnalogRead-0.0.3.zip", + "size": 3016, + "checksum": "SHA-256:8b4a7146c01cbb69f4d2ffac822b76e6c6b57c79edbd2b3dcac0ee095a246154" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.4.zip", + "archiveFileName": "ESP32AnalogRead-0.0.4.zip", + "size": 3401, + "checksum": "SHA-256:1323622a09b4371e1336f4a3605897fea4c42f8a2ffdbe4269d61cf9ed924225" + }, + { + "name": "ESP32AnalogRead", + "version": "0.0.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.5.zip", + "archiveFileName": "ESP32AnalogRead-0.0.5.zip", + "size": 3406, + "checksum": "SHA-256:526971673c722569145e3a82d36fbae1c22d2781fb89ac2be761031ec99a46f8" + }, + { + "name": "ESP32AnalogRead", + "version": "0.1.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.1.0.zip", + "archiveFileName": "ESP32AnalogRead-0.1.0.zip", + "size": 31792, + "checksum": "SHA-256:ee4d2f3e7be24ad1a8fe155a2b048b1f1001e8007e9c70eeb589d8e167aa246a" + }, + { + "name": "ESP32AnalogRead", + "version": "0.1.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.1.1.zip", + "archiveFileName": "ESP32AnalogRead-0.1.1.zip", + "size": 31789, + "checksum": "SHA-256:63ff7133fee37b7c65c09a68482a98f2ddb4f1cf0ac8eb5a19b87230774602dd" + }, + { + "name": "ESP32AnalogRead", + "version": "0.1.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.1.2.zip", + "archiveFileName": "ESP32AnalogRead-0.1.2.zip", + "size": 31861, + "checksum": "SHA-256:8e936d8590ecada5a8c3b37ece604f9098615c7da67ecdf0631bd2694a3fca75" + }, + { + "name": "ESP32AnalogRead", + "version": "0.2.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC Supports the original, S2 and S3.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.2.0.zip", + "archiveFileName": "ESP32AnalogRead-0.2.0.zip", + "size": 32260, + "checksum": "SHA-256:4b6e6a10cc79ff17d2703d5b046378bb8d2ffcbec576e87eb4edc9c0a4e6582b" + }, + { + "name": "ESP32AnalogRead", + "version": "0.2.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC Supports the original, S2 and S3.", + "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", + "website": "https://github.com/madhephaestus/ESP32AnalogRead", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", + "providesIncludes": [ + "ESP32AnalogRead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.2.1.zip", + "archiveFileName": "ESP32AnalogRead-0.2.1.zip", + "size": 32266, + "checksum": "SHA-256:e3c36adee90a5ffec4efaafc1dc82c369f2eb1025a0987f1f3d857b1608e1f05" + }, + { + "name": "MIDI Device Controller", + "version": "1.0.0", + "author": "MrSolidSnake745", + "maintainer": "Anand Jain \u003cmrsolidsnake745@gmail.com\u003e", + "sentence": "Musical control of devices via the MIDI interface", + "website": "https://github.com/solidsnake745/MIDI_Device_Controller", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/solidsnake745/MIDI_Device_Controller.git", + "providesIncludes": [ + "MIDI_Device_Controller.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/solidsnake745/MIDI_Device_Controller-1.0.0.zip", + "archiveFileName": "MIDI_Device_Controller-1.0.0.zip", + "size": 48852, + "checksum": "SHA-256:af875ca889789d3e8af57a88d196ec20a8215c8c4a26ef90feba530f9720edb1" + }, + { + "name": "DS18B20_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "OneWire.h DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.2.zip", + "archiveFileName": "DS18B20_RT-0.1.2.zip", + "size": 11860, + "checksum": "SHA-256:6decbc07baa0c58f51b1c11576f91bddccc1e8e8079f6083c6fc41bb81035aa0" + }, + { + "name": "DS18B20_RT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "OneWire.h DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.3.zip", + "archiveFileName": "DS18B20_RT-0.1.3.zip", + "size": 11882, + "checksum": "SHA-256:70b32994b52ee151157725aa1663ff294032fb324c572fad35bbd24bdd95b9cf" + }, + { + "name": "DS18B20_RT", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "OneWire.h DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.4.zip", + "archiveFileName": "DS18B20_RT-0.1.4.zip", + "size": 13007, + "checksum": "SHA-256:631f31d42cee45cbcb8641fb57dbaf89e221fe0a07975d8ed17f066bb5dd71d5" + }, + { + "name": "DS18B20_RT", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "OneWire.h", + "DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.5.zip", + "archiveFileName": "DS18B20_RT-0.1.5.zip", + "size": 14439, + "checksum": "SHA-256:2d8d2b49eb27f2b72e17388c67bafa0a0c29a9960a82f74dad26405b9c1a003a" + }, + { + "name": "DS18B20_RT", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "OneWire.h", + "DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.6.zip", + "archiveFileName": "DS18B20_RT-0.1.6.zip", + "size": 14432, + "checksum": "SHA-256:ca4958787129149e405d536899f4b12c6a7a058427c9bbfb74f3a1846116792f" + }, + { + "name": "DS18B20_RT", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "OneWire.h", + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.7.zip", + "archiveFileName": "DS18B20_RT-0.1.7.zip", + "size": 16801, + "checksum": "SHA-256:dd83c5c248d69091299a4c047c2277d5af28ec9c1a1716c294763daf4cb5c662" + }, + { + "name": "DS18B20_RT", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "OneWire.h", + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.8.zip", + "archiveFileName": "DS18B20_RT-0.1.8.zip", + "size": 17184, + "checksum": "SHA-256:fee5d9be9316ce2ddbec1e74c9c64c21ec2aaba347c780da8832df909360a311" + }, + { + "name": "DS18B20_RT", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.9.zip", + "archiveFileName": "DS18B20_RT-0.1.9.zip", + "size": 17198, + "checksum": "SHA-256:cd4ee1804c1d75a18b035786638380259e1cb24aa1f3fa92578cd671ee18d2bd" + }, + { + "name": "DS18B20_RT", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.10.zip", + "archiveFileName": "DS18B20_RT-0.1.10.zip", + "size": 17339, + "checksum": "SHA-256:5ab83b63bad29778e4504e75b3b80342b2f6e7fbf2018412830f377dab49a41f" + }, + { + "name": "DS18B20_RT", + "version": "0.1.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.11.zip", + "archiveFileName": "DS18B20_RT-0.1.11.zip", + "size": 17520, + "checksum": "SHA-256:bbbd21227a7669937f50f56df541ce66a1a0dad26f6655ac1e6c366e7a80ae07" + }, + { + "name": "DS18B20_RT", + "version": "0.1.12", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.12.zip", + "archiveFileName": "DS18B20_RT-0.1.12.zip", + "size": 17750, + "checksum": "SHA-256:03554d923463d83f28b0b1f5365a53aedbab160079aabdfa4f911e09e472723e" + }, + { + "name": "DS18B20_RT", + "version": "0.1.13", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.13.zip", + "archiveFileName": "DS18B20_RT-0.1.13.zip", + "size": 18233, + "checksum": "SHA-256:34ba238de4e07e20bcfd5a1171eba941a114ff64750e5967c1fda36c8f2afe34" + }, + { + "name": "DS18B20_RT", + "version": "0.1.14", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.14.zip", + "archiveFileName": "DS18B20_RT-0.1.14.zip", + "size": 18631, + "checksum": "SHA-256:1ed5eebab5d0d3460e9263f965b69ea204673a9b87b3fb9f0d7c64b4b098d4d6" + }, + { + "name": "DS18B20_RT", + "version": "0.1.15", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.15.zip", + "archiveFileName": "DS18B20_RT-0.1.15.zip", + "size": 18753, + "checksum": "SHA-256:4caf629085c204bbe886816c1ba8446312ea60b561f82bba425c32343aa4df26" + }, + { + "name": "DS18B20_RT", + "version": "0.1.16", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.16.zip", + "archiveFileName": "DS18B20_RT-0.1.16.zip", + "size": 19046, + "checksum": "SHA-256:63f51370e39d8f27e717a3c5108668c482898af8ff72a15c6057c728b2cde7d4" + }, + { + "name": "DS18B20_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.2.0.zip", + "archiveFileName": "DS18B20_RT-0.2.0.zip", + "size": 19453, + "checksum": "SHA-256:5f60789e2034919d98213b09d66971bb082e8c366edc2ebb11c91411be3dea4e" + }, + { + "name": "DS18B20_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the DS18B20 temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/DS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20.git", + "providesIncludes": [ + "DS18B20.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.2.1.zip", + "archiveFileName": "DS18B20_RT-0.2.1.zip", + "size": 21267, + "checksum": "SHA-256:f81631b85a010128ea1414dab0ef08c06789f888d750d6ed3db46570911a30e8" + }, + { + "name": "Simple FOC", + "version": "1.0.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.0.0.zip", + "archiveFileName": "Simple_FOC-1.0.0.zip", + "size": 2460642, + "checksum": "SHA-256:8a4a88df8638c919b6174c8183f53f596c3fb526d2cf385d8400b4742673a904" + }, + { + "name": "Simple FOC", + "version": "1.1.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.0.zip", + "archiveFileName": "Simple_FOC-1.1.0.zip", + "size": 2530760, + "checksum": "SHA-256:2e0cb322334dd1a83a317bdaee7db9a1cd3610fba8ee0ce60c8fedc3de455b3b" + }, + { + "name": "Simple FOC", + "version": "1.1.1", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.1.zip", + "archiveFileName": "Simple_FOC-1.1.1.zip", + "size": 2553954, + "checksum": "SHA-256:dcbbacaf664be82027d162eafec74360e0e38cd400ccb190c2abadcc791cfd1e" + }, + { + "name": "Simple FOC", + "version": "1.1.2", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.2.zip", + "archiveFileName": "Simple_FOC-1.1.2.zip", + "size": 2553955, + "checksum": "SHA-256:6c754fb88418055e392b730e25e2da56605639a1f6ec1bc9a972e8ceeff3ed56" + }, + { + "name": "Simple FOC", + "version": "1.2.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", + "website": "http://github.com/askuric/Arduino-FOC/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.2.0.zip", + "archiveFileName": "Simple_FOC-1.2.0.zip", + "size": 4774883, + "checksum": "SHA-256:18ee9e0e8da1931fb2a8702e68f1d8e49fd28b658514d1861277640ed47b8260" + }, + { + "name": "Simple FOC", + "version": "1.3.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.3.0.zip", + "archiveFileName": "Simple_FOC-1.3.0.zip", + "size": 65722, + "checksum": "SHA-256:bc56db4f7db503905d79c5104800c242c381a5ea16a5be27efe1bc838267154e" + }, + { + "name": "Simple FOC", + "version": "1.3.1", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.3.1.zip", + "archiveFileName": "Simple_FOC-1.3.1.zip", + "size": 69124, + "checksum": "SHA-256:3d6a3b597d42853db2ae8e40b9fab497fc8a7ac0716b57c7b87eabfe68a13235" + }, + { + "name": "Simple FOC", + "version": "1.4.0", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.4.0.zip", + "archiveFileName": "Simple_FOC-1.4.0.zip", + "size": 73578, + "checksum": "SHA-256:ff04a9d1dedeb1f78aa68b9181a02ddc9a8c716b202f49269d081a8fdea2214c" + }, + { + "name": "Simple FOC", + "version": "1.4.1", + "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", + "website": "http://askuric.github.io/Arduino-FOC", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.4.1.zip", + "archiveFileName": "Simple_FOC-1.4.1.zip", + "size": 79392, + "checksum": "SHA-256:3d64815645b33dc221f859229bcea422f0ccbabd6c0d85c42930267a6a6c135b" + }, + { + "name": "Simple FOC", + "version": "1.5.0", + "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is intended to support as many BLDC motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards Nucleo and Bluepill and ESP32 boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.5.0.zip", + "archiveFileName": "Simple_FOC-1.5.0.zip", + "size": 107750, + "checksum": "SHA-256:215b68c89b592fb49ceee19ca631d402fa4e0aa4677431ae8adcf77fdd43f427" + }, + { + "name": "Simple FOC", + "version": "1.6.0", + "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.6.0.zip", + "archiveFileName": "Simple_FOC-1.6.0.zip", + "size": 119148, + "checksum": "SHA-256:3b749ae180d600b1546ed9afd64a9b00503608a9b4e69615f45760e4b024f96f" + }, + { + "name": "Simple FOC", + "version": "1.6.1", + "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.6.1.zip", + "archiveFileName": "Simple_FOC-1.6.1.zip", + "size": 119148, + "checksum": "SHA-256:f7572e52fdf847334a937ca1298caff62c35e34c1b576668aa1d7b2908ae8552" + }, + { + "name": "Simple FOC", + "version": "2.0.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.0.zip", + "archiveFileName": "Simple_FOC-2.0.0.zip", + "size": 145114, + "checksum": "SHA-256:656eebe744954a763a505b09eb5346042477c626026b13ebabcdea3e86face02" + }, + { + "name": "Simple FOC", + "version": "2.0.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.1.zip", + "archiveFileName": "Simple_FOC-2.0.1.zip", + "size": 149235, + "checksum": "SHA-256:369f693087d7bd538445356a638d12532e59b299b4cc5d1db399b87b7e8bf712" + }, + { + "name": "Simple FOC", + "version": "2.0.2", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.2.zip", + "archiveFileName": "Simple_FOC-2.0.2.zip", + "size": 154145, + "checksum": "SHA-256:6a88b861662e510bac65cb08dd1d3e683b213b733fbc57d488dd1defc3121268" + }, + { + "name": "Simple FOC", + "version": "2.1.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.1.0.zip", + "archiveFileName": "Simple_FOC-2.1.0.zip", + "size": 461908, + "checksum": "SHA-256:2cd6fba0ad46ff7e713a5c84ea607bf3c27f1c7ce6f1986a5db64ae88293c904" + }, + { + "name": "Simple FOC", + "version": "2.1.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.1.1.zip", + "archiveFileName": "Simple_FOC-2.1.1.zip", + "size": 479654, + "checksum": "SHA-256:b7deed894151d9cc3af246970c5b2e7648ae151c3b2df4af74e3abc635a325da" + }, + { + "name": "Simple FOC", + "version": "2.2.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.2.0.zip", + "archiveFileName": "Simple_FOC-2.2.0.zip", + "size": 518720, + "checksum": "SHA-256:a0ae0215c5087eee9d5fc779e59e634011e912c432a9f019674750a050f6070a" + }, + { + "name": "Simple FOC", + "version": "2.2.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.2.1.zip", + "archiveFileName": "Simple_FOC-2.2.1.zip", + "size": 532953, + "checksum": "SHA-256:61d3183649824dd1a1834f9ad86a9312fb78d56a357703636f0bebfc7b03d02c" + }, + { + "name": "Simple FOC", + "version": "2.2.2", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.2.2.zip", + "archiveFileName": "Simple_FOC-2.2.2.zip", + "size": 572450, + "checksum": "SHA-256:54fd0c815ad0d1bda0a17dd7971c2c1ac700577423a5ddf35ca7b8c8c5530478" + }, + { + "name": "Simple FOC", + "version": "2.2.3", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.2.3.zip", + "archiveFileName": "Simple_FOC-2.2.3.zip", + "size": 586264, + "checksum": "SHA-256:129924761748bd70b6361ddb7d358dc6ddd45341e33f244ef649a1efbecb92c9" + }, + { + "name": "Simple FOC", + "version": "2.3.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.3.0.zip", + "archiveFileName": "Simple_FOC-2.3.0.zip", + "size": 620014, + "checksum": "SHA-256:b7a1582c33b98ae4a8e606823250211bd959cafa5a764ccb15ee22a1b5fefaa1" + }, + { + "name": "Simple FOC", + "version": "2.3.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.3.1.zip", + "archiveFileName": "Simple_FOC-2.3.1.zip", + "size": 628484, + "checksum": "SHA-256:8a79e0a988d5b9bfc7c559134c4dbe90222ca71ef4f35de3bd94fa32c77bb51a" + }, + { + "name": "Simple FOC", + "version": "2.3.2", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library demistifying FOC for BLDC motors", + "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/askuric/Arduino-FOC.git", + "providesIncludes": [ + "SimpleFOC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.3.2.zip", + "archiveFileName": "Simple_FOC-2.3.2.zip", + "size": 628252, + "checksum": "SHA-256:4e2ce9faca76ad26fb5c5a927522291120ee47b72ecbbd7ad70b13833df952d5" + }, + { + "name": "Piano Board", + "version": "1.0.1", + "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", + "sentence": "PianoBoard library for the Piano Board from Cheerful Electronic", + "paragraph": "This library is intended to interface with the Cheerful Electronic Piano Board and allows you to make a piano using an external synthesizer or the on-board beeper.", + "website": "https://github.com/DhrBaksteen/ArduinoPianoBoard/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DhrBaksteen/ArduinoPianoBoard.git", + "providesIncludes": [ + "SPI.h", + "PianoKeys.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Piano_Board-1.0.1.zip", + "archiveFileName": "Piano_Board-1.0.1.zip", + "size": 130302, + "checksum": "SHA-256:fd473ed68612d715f409ab7051ee70872cd45c6c13df56528058b472e424fedf" + }, + { + "name": "simple-web-dashboard", + "version": "0.1.0", + "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", + "sentence": "Displays variable values on a simple web page", + "paragraph": "Minimal library for displaying values on ESP platforms. Asynchronously refreshes.", + "website": "https://github.com/ademuri/simple-web-dashboard", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ademuri/esp-simple-web-dashboard.git", + "providesIncludes": [ + "dashboard.hpp" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/simple_web_dashboard-0.1.0.zip", + "archiveFileName": "simple_web_dashboard-0.1.0.zip", + "size": 10260, + "checksum": "SHA-256:5753475a048bf5fe2c8a098c7fba0176f7239cdb5e4fe35ef265e07c7b3cf80b" + }, + { + "name": "MultiMap", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/Arduino/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "multimap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.1.zip", + "archiveFileName": "MultiMap-0.1.1.zip", + "size": 9744, + "checksum": "SHA-256:1a0a274c2049a6e3430b57213d7494de9a95e0c430f15ec3f9dcb07135f2d91b" + }, + { + "name": "MultiMap", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/Arduino/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "multimap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.2.zip", + "archiveFileName": "MultiMap-0.1.2.zip", + "size": 9804, + "checksum": "SHA-256:93c137f7e0bbd3e1f1514fe8f5e3c3f3e7362829642afca288850371f9935966" + }, + { + "name": "MultiMap", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/Arduino/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "MultiMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.3.zip", + "archiveFileName": "MultiMap-0.1.3.zip", + "size": 11407, + "checksum": "SHA-256:fd72f2f34174802f415eee6a54b8730bc14dad10e19c281c7a1b7241371c2460" + }, + { + "name": "MultiMap", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "MultiMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.4.zip", + "archiveFileName": "MultiMap-0.1.4.zip", + "size": 11667, + "checksum": "SHA-256:11dea8a2519605c8fa9d4aeb1606caae79c1613b6d4db2a9e002f3f40eabad92" + }, + { + "name": "MultiMap", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "MultiMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.5.zip", + "archiveFileName": "MultiMap-0.1.5.zip", + "size": 12142, + "checksum": "SHA-256:ca09302de8a3693e6f8c1207208bb608af88c06f7d2ea0b6d983c70f1862e1bd" + }, + { + "name": "MultiMap", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "MultiMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.6.zip", + "archiveFileName": "MultiMap-0.1.6.zip", + "size": 12537, + "checksum": "SHA-256:60c39613533c7cdc223d010de13886eeb00caad140f78e9f8b420cea55526774" + }, + { + "name": "MultiMap", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "MultiMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.7.zip", + "archiveFileName": "MultiMap-0.1.7.zip", + "size": 16226, + "checksum": "SHA-256:acfcc8adfeefc41de86133a5987f400590d7ddbd233f92ff4a90c22b56662cc5" + }, + { + "name": "MultiMap", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for fast non-linear interpolation by means of two arrays.", + "website": "https://github.com/RobTillaart/MultiMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MultiMap.git", + "providesIncludes": [ + "MultiMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.2.0.zip", + "archiveFileName": "MultiMap-0.2.0.zip", + "size": 19059, + "checksum": "SHA-256:83d6109fdfbed8f6f8c1c40cc9127f322db0b1b7ea596d42141377ddf6cd4e39" + }, + { + "name": "Dictionary", + "version": "1.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.0.zip", + "archiveFileName": "Dictionary-1.0.0.zip", + "size": 9352, + "checksum": "SHA-256:02c82547b932a7c662584df211c748b565e528ed2f791c71e58125139f0484fc" + }, + { + "name": "Dictionary", + "version": "1.0.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.1.zip", + "archiveFileName": "Dictionary-1.0.1.zip", + "size": 10913, + "checksum": "SHA-256:af38a2772a03d014d6ce8315e090064883689e4755ac8da790278f9ec6f978e4" + }, + { + "name": "Dictionary", + "version": "1.0.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.2.zip", + "archiveFileName": "Dictionary-1.0.2.zip", + "size": 11400, + "checksum": "SHA-256:6df78d30d3911cd383c36c5f9c1b3aea29e5a57ef8ac9748a373838960145be7" + }, + { + "name": "Dictionary", + "version": "1.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.1.0.zip", + "archiveFileName": "Dictionary-1.1.0.zip", + "size": 11971, + "checksum": "SHA-256:e4166b7872f4fb1a63cc6f79442e3147b85108157bb521768cdcb17966fc2337" + }, + { + "name": "Dictionary", + "version": "1.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.1.1.zip", + "archiveFileName": "Dictionary-1.1.1.zip", + "size": 12085, + "checksum": "SHA-256:6a8b9c21cb458e691ace5b6ab3892fd3dc29b7ac4e196a167d92c1e08b860c32" + }, + { + "name": "Dictionary", + "version": "1.2.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.2.0.zip", + "archiveFileName": "Dictionary-1.2.0.zip", + "size": 12217, + "checksum": "SHA-256:0f3903079898d1ce1897052507236958e186e5959261f9524bd1894440fabcbb" + }, + { + "name": "Dictionary", + "version": "1.2.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.2.1.zip", + "archiveFileName": "Dictionary-1.2.1.zip", + "size": 16661, + "checksum": "SHA-256:975fe682b4f57a5d1e1e554b1d3d9173246ac7a19776d9190ea43b2470491301" + }, + { + "name": "Dictionary", + "version": "1.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.3.0.zip", + "archiveFileName": "Dictionary-1.3.0.zip", + "size": 17590, + "checksum": "SHA-256:9605ee2b284bbe5fb83b7830586a9b7db977f01e5d6c0decae766564a7c6626b" + }, + { + "name": "Dictionary", + "version": "2.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.0.0.zip", + "archiveFileName": "Dictionary-2.0.0.zip", + "size": 19570, + "checksum": "SHA-256:82e4a4af886f25a7151d3c0b5986d3c223fc0cb9e6d63d0aae260ac8e6859da6" + }, + { + "name": "Dictionary", + "version": "2.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.0.zip", + "archiveFileName": "Dictionary-2.1.0.zip", + "size": 21118, + "checksum": "SHA-256:5c6b5c895d8bc4036f408711f8e8ed01cb3edc610273fc6c52a097fcc84f7cbf" + }, + { + "name": "Dictionary", + "version": "2.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.1.zip", + "archiveFileName": "Dictionary-2.1.1.zip", + "size": 28216, + "checksum": "SHA-256:3b4728e3e1e010e25527b234f2d68855b9dd457eff62383c93c59b8f6af78948" + }, + { + "name": "Dictionary", + "version": "2.1.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.2.zip", + "archiveFileName": "Dictionary-2.1.2.zip", + "size": 28222, + "checksum": "SHA-256:469295a1a0bf5c5c86fae3188116c2f0480de6567be490a93a9d0ebaddc55ee4" + }, + { + "name": "Dictionary", + "version": "3.0.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.0.0.zip", + "archiveFileName": "Dictionary-3.0.0.zip", + "size": 22921, + "checksum": "SHA-256:9dcae0a521ba0e4e109ab0cbd3977f83a879e29be0f0f2c95fcf217fa57c9d97" + }, + { + "name": "Dictionary", + "version": "3.1.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.0.zip", + "archiveFileName": "Dictionary-3.1.0.zip", + "size": 60353, + "checksum": "SHA-256:b1febad41ebccf975080924526991fa28dc3e24951f61f1f0e7a87203ee875f0" + }, + { + "name": "Dictionary", + "version": "3.1.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.1.zip", + "archiveFileName": "Dictionary-3.1.1.zip", + "size": 60396, + "checksum": "SHA-256:cd064d7f41085f49019a1ea4d8c0bccc4baf626ab115a74424e3f405098698ad" + }, + { + "name": "Dictionary", + "version": "3.1.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.2.zip", + "archiveFileName": "Dictionary-3.1.2.zip", + "size": 60449, + "checksum": "SHA-256:b3b53fac9bc7efd32d8ac4415e868af4d03d776283ac7c72eabf7159a90867a7" + }, + { + "name": "Dictionary", + "version": "3.2.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.2.0.zip", + "archiveFileName": "Dictionary-3.2.0.zip", + "size": 60815, + "checksum": "SHA-256:06daef19b93927aa3ac36d376a56b7070652420cf617e5cb7f8c395a4487df69" + }, + { + "name": "Dictionary", + "version": "3.2.1", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.2.1.zip", + "archiveFileName": "Dictionary-3.2.1.zip", + "size": 60857, + "checksum": "SHA-256:93a15c3cc061e595eb4ef87d7ff5b3ec62316d2e8789ca3d7516167d58c3a098" + }, + { + "name": "Dictionary", + "version": "3.2.2", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.2.2.zip", + "archiveFileName": "Dictionary-3.2.2.zip", + "size": 60914, + "checksum": "SHA-256:e58540444e704d4680a67c7fc7e32c8fccba968bc7cb7a45b8958b27ae704860" + }, + { + "name": "Dictionary", + "version": "3.3.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.3.0.zip", + "archiveFileName": "Dictionary-3.3.0.zip", + "size": 64486, + "checksum": "SHA-256:3e87be92854b6f88f89e0bc6882997a66b2ed92c6e78800021a9150a3d213a56" + }, + { + "name": "Dictionary", + "version": "3.4.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.4.0.zip", + "archiveFileName": "Dictionary-3.4.0.zip", + "size": 64898, + "checksum": "SHA-256:2429ed6c2181ba824d9a8e84fc086a4a902b09d42fd6c319b36231a85da11e60" + }, + { + "name": "Dictionary", + "version": "3.5.0", + "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", + "sentence": "A dictionary data type with a fast b-tree based search", + "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", + "website": "https://github.com/arkhipenko/Dictionary.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arkhipenko/Dictionary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.5.0.zip", + "archiveFileName": "Dictionary-3.5.0.zip", + "size": 64825, + "checksum": "SHA-256:408bd9599b7c5047026d0a09a2aa0673a34c6d481ce6f1f8def20812b9b1d19a" + }, + { + "name": "DHTNEW", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.1.6.zip", + "archiveFileName": "DHTNEW-0.1.6.zip", + "size": 9618, + "checksum": "SHA-256:abfa1459cacfaeb0bf4c975b0df12a2505cab1c59500d211e865ad8a2734a884" + }, + { + "name": "DHTNEW", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.1.7.zip", + "archiveFileName": "DHTNEW-0.1.7.zip", + "size": 11390, + "checksum": "SHA-256:2d0e6c5ddeed8a657ccf0365dc629469156c73d604249499cb38ffb08494eef0" + }, + { + "name": "DHTNEW", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.2.0.zip", + "archiveFileName": "DHTNEW-0.2.0.zip", + "size": 11414, + "checksum": "SHA-256:990181b8c69f72f9bc22c2cb8d94ffc7a0be1d9ebda975d8767f730d8f63f14e" + }, + { + "name": "DHTNEW", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.2.1.zip", + "archiveFileName": "DHTNEW-0.2.1.zip", + "size": 12946, + "checksum": "SHA-256:03e71398a47bdaa9fc39b421474ba90c5a14d5a65a625037a9fcab5519d8cb95" + }, + { + "name": "DHTNEW", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.0.zip", + "archiveFileName": "DHTNEW-0.3.0.zip", + "size": 17711, + "checksum": "SHA-256:31b487aa5db917ced6ac8a52345506ec6b77e7550eb735b77ecbc37ae36b13f5" + }, + { + "name": "DHTNEW", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.1.zip", + "archiveFileName": "DHTNEW-0.3.1.zip", + "size": 19221, + "checksum": "SHA-256:db91fe9e7f8794c492281962290abf90c12e8d2fddce58e60ceef2f8f765d45b" + }, + { + "name": "DHTNEW", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.2.zip", + "archiveFileName": "DHTNEW-0.3.2.zip", + "size": 20688, + "checksum": "SHA-256:5490c59424f043b763179a4908704994da7fee0c4f3aacde8d574e4cae0ed47a" + }, + { + "name": "DHTNEW", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.3.zip", + "archiveFileName": "DHTNEW-0.3.3.zip", + "size": 23220, + "checksum": "SHA-256:93ef444258a404d976bef0dca0dcf757a4d764e96c0719dd28bc1c65ba271e3a" + }, + { + "name": "DHTNEW", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.4.zip", + "archiveFileName": "DHTNEW-0.3.4.zip", + "size": 23736, + "checksum": "SHA-256:331c83ab270832a7dd5a2a795cebf72d578eecb36b3830d6b516f1b854a44bdc" + }, + { + "name": "DHTNEW", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.0.zip", + "archiveFileName": "DHTNEW-0.4.0.zip", + "size": 25449, + "checksum": "SHA-256:c65d24a5649fb02a2b919c976dff89b1a3ef8b17523cb509e6900445bda49b44" + }, + { + "name": "DHTNEW", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.1.zip", + "archiveFileName": "DHTNEW-0.4.1.zip", + "size": 27627, + "checksum": "SHA-256:243c7a8a2adf717ef2979e761efb1b87e25fde323584bb50f1ccc08a57ebd303" + }, + { + "name": "DHTNEW", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.2.zip", + "archiveFileName": "DHTNEW-0.4.2.zip", + "size": 28670, + "checksum": "SHA-256:bf7f4e2623bbc56a620c162967d783d36c461861ab72859698e4d43b97211aeb" + }, + { + "name": "DHTNEW", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.3.zip", + "archiveFileName": "DHTNEW-0.4.3.zip", + "size": 30004, + "checksum": "SHA-256:1fcf71a82e931f5970b86d43358f3372b1f388484ecbf1b34b1506f62ac01329" + }, + { + "name": "DHTNEW", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.4.zip", + "archiveFileName": "DHTNEW-0.4.4.zip", + "size": 30013, + "checksum": "SHA-256:2ec9be42cc9a01e95debe93e0fe08a06834a068de1200ce178d5f39ffdd334f3" + }, + { + "name": "DHTNEW", + "version": "0.4.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.5.zip", + "archiveFileName": "DHTNEW-0.4.5.zip", + "size": 30070, + "checksum": "SHA-256:656fd3919277f36d766e392755bb0d8036919d475cd579b4840ea798ed3b0102" + }, + { + "name": "DHTNEW", + "version": "0.4.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.6.zip", + "archiveFileName": "DHTNEW-0.4.6.zip", + "size": 32990, + "checksum": "SHA-256:79bd5de969f5616f81f2dad943327febbd7272f168861b4bd8e39257fe066dc6" + }, + { + "name": "DHTNEW", + "version": "0.4.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.7.zip", + "archiveFileName": "DHTNEW-0.4.7.zip", + "size": 33083, + "checksum": "SHA-256:63f62ca27527329c64374f590665c129a269643b795eb64f273c55f16649ca21" + }, + { + "name": "DHTNEW", + "version": "0.4.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.8.zip", + "archiveFileName": "DHTNEW-0.4.8.zip", + "size": 33122, + "checksum": "SHA-256:b5fd4506e49666bb0845bf5cfa506c2e9274e272f48c180d8c1093ad700b909f" + }, + { + "name": "DHTNEW", + "version": "0.4.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.9.zip", + "archiveFileName": "DHTNEW-0.4.9.zip", + "size": 33379, + "checksum": "SHA-256:40109c929988446da430bf4310becb29dab7128833ea8097052c8ecab7af8d8a" + }, + { + "name": "DHTNEW", + "version": "0.4.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.10.zip", + "archiveFileName": "DHTNEW-0.4.10.zip", + "size": 35610, + "checksum": "SHA-256:171d8ee257ba6dd55e56a7974dfc16e2cff7388369a3212a4d1f2d0659cdfdd0" + }, + { + "name": "DHTNEW", + "version": "0.4.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.11.zip", + "archiveFileName": "DHTNEW-0.4.11.zip", + "size": 34663, + "checksum": "SHA-256:34b3206daeee4508d6be1229861614efb3c69109fed71910704513a5c86c7b82" + }, + { + "name": "DHTNEW", + "version": "0.4.12", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.12.zip", + "archiveFileName": "DHTNEW-0.4.12.zip", + "size": 34762, + "checksum": "SHA-256:e8d18827f970b61c3431ff46c39107e3a8b8e44b6af428982346afa8dca39091" + }, + { + "name": "DHTNEW", + "version": "0.4.13", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.13.zip", + "archiveFileName": "DHTNEW-0.4.13.zip", + "size": 34830, + "checksum": "SHA-256:4220e848660e933ba9da1a6c7ba0bc59057d68ccb5c23851e3acab32eb4e738a" + }, + { + "name": "DHTNEW", + "version": "0.4.14", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.14.zip", + "archiveFileName": "DHTNEW-0.4.14.zip", + "size": 35834, + "checksum": "SHA-256:97d65869fb99e3eae362e819a6b181f443027410a45ff19a4d60a676559ead06" + }, + { + "name": "DHTNEW", + "version": "0.4.15", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.15.zip", + "archiveFileName": "DHTNEW-0.4.15.zip", + "size": 35932, + "checksum": "SHA-256:02a436b7b83637f558c997c9fbd67782a3541403a83363684bbae740410e0dd1" + }, + { + "name": "DHTNEW", + "version": "0.4.16", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, Sonoff Si7021, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.16.zip", + "archiveFileName": "DHTNEW-0.4.16.zip", + "size": 36044, + "checksum": "SHA-256:bb3d544c3bd086ae4c443877e235be576999637eda172f75464ff3271d22e4da" + }, + { + "name": "DHTNEW", + "version": "0.4.17", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, Sonoff Si7021, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.17.zip", + "archiveFileName": "DHTNEW-0.4.17.zip", + "size": 36080, + "checksum": "SHA-256:b1af7b1c55b197af58f4d013f2ed826ca278831af938361363a894c9a5695be0" + }, + { + "name": "DHTNEW", + "version": "0.4.18", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, Sonoff Si7021, AM2320, AM2321, AM2322, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.18.zip", + "archiveFileName": "DHTNEW-0.4.18.zip", + "size": 36820, + "checksum": "SHA-256:49e70672bf9e4d86e5fd102d3e10def3feb71d470830dfc53702dd23da56de74" + }, + { + "name": "DHTNEW", + "version": "0.4.19", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", + "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, Sonoff Si7021, AM2320, AM2321, AM2322, autodetect, offset, interrupt, powerDown", + "website": "https://github.com/RobTillaart/DHTNEW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTNew.git", + "providesIncludes": [ + "dhtnew.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.19.zip", + "archiveFileName": "DHTNEW-0.4.19.zip", + "size": 37064, + "checksum": "SHA-256:0dae98b6eff82110320f9a7aaf7b23b025365b3f4d2a7167d4897349174fa506" + }, + { + "name": "DistanceTable", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.4.zip", + "archiveFileName": "DistanceTable-0.1.4.zip", + "size": 11556, + "checksum": "SHA-256:02f41032db5eb91baea8f527a58542ae610b4c81e0c6e000d844cf8fb90c73f1" + }, + { + "name": "DistanceTable", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DIstanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.5.zip", + "archiveFileName": "DistanceTable-0.1.5.zip", + "size": 11583, + "checksum": "SHA-256:ed4400af1c094eb5b747e1376bb96ff556c5c81b496ebd5260c7e40f20a943c9" + }, + { + "name": "DistanceTable", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.6.zip", + "archiveFileName": "DistanceTable-0.1.6.zip", + "size": 13110, + "checksum": "SHA-256:ba41f0a2823cee37c96c1dba4a903da5a6d4eb86757911553ca86e8239c975bc" + }, + { + "name": "DistanceTable", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.2.0.zip", + "archiveFileName": "DistanceTable-0.2.0.zip", + "size": 14359, + "checksum": "SHA-256:b3d97013faca3797ff0b134238cc7914aa0926439c4ece4519d299f7f9f23aa1" + }, + { + "name": "DistanceTable", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.2.1.zip", + "archiveFileName": "DistanceTable-0.2.1.zip", + "size": 14474, + "checksum": "SHA-256:dd358a04cb8a0cd8f912a3db8ffda3aa33247da3b67f2bc47a26ed7f7682b2e0" + }, + { + "name": "DistanceTable", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.2.2.zip", + "archiveFileName": "DistanceTable-0.2.2.zip", + "size": 14748, + "checksum": "SHA-256:569c75e4f334419f0c83b0b031e20a7a6628a0be2412cb5e750ee7871724ff42" + }, + { + "name": "DistanceTable", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.3.0.zip", + "archiveFileName": "DistanceTable-0.3.0.zip", + "size": 17174, + "checksum": "SHA-256:fed2a3fe81d45582b676b5f7f8d0e11d5186ef68a30d1ff120ed8e76f18ab7ef" + }, + { + "name": "DistanceTable", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.3.1.zip", + "archiveFileName": "DistanceTable-0.3.1.zip", + "size": 21707, + "checksum": "SHA-256:8dcb15a6527e4e949a164743d2f188f73ad11549f46e65dc3f27ed1da6bf02cd" + }, + { + "name": "DistanceTable", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.3.2.zip", + "archiveFileName": "DistanceTable-0.3.2.zip", + "size": 22150, + "checksum": "SHA-256:e468a27ca8cd9e981167d4259fc867beeca67d2bd4fcd5812ce3190607af2599" + }, + { + "name": "DistanceTable", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for a memory efficient DistanceTable for Arduino.", + "website": "https://github.com/RobTillaart/DistanceTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DistanceTable.git", + "providesIncludes": [ + "DistanceTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.3.3.zip", + "archiveFileName": "DistanceTable-0.3.3.zip", + "size": 22509, + "checksum": "SHA-256:87228ffb017b5750b307198dc522dbe3706ccc48bc98dfc5908e546f633597b1" + }, + { + "name": "LIN master emulation with background operation", + "version": "1.0.0", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert (gicking)", + "sentence": "LIN master node emulation with preemptive background operation", + "paragraph": "Provide a class to emulate a Local Interconnect Network (LIN) master node with preemptive background operation", + "website": "https://github.com/gicking/LIN_master_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gicking/LIN_master_Arduino.git", + "dependencies": [ + { + "name": "Task Scheduler", + "version": "\u003e=1.3.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_emulation_with_background_operation-1.0.0.zip", + "archiveFileName": "LIN_master_emulation_with_background_operation-1.0.0.zip", + "size": 1156231, + "checksum": "SHA-256:fba21e785f266194363b82e6d6fdc99d86973731eb47d9bc0d6dd1172704a29c" + }, + { + "name": "LIN master emulation with background operation", + "version": "1.3.0", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert (gicking)", + "sentence": "LIN master node emulation with preemptive background operation", + "paragraph": "Provide a class to emulate a Local Interconnect Network (LIN) master node with preemptive background operation", + "website": "https://github.com/gicking/LIN_master_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gicking/LIN_master_Arduino.git", + "dependencies": [ + { + "name": "Task Scheduler", + "version": "\u003e=1.3.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_emulation_with_background_operation-1.3.0.zip", + "archiveFileName": "LIN_master_emulation_with_background_operation-1.3.0.zip", + "size": 1157285, + "checksum": "SHA-256:273a3dabc9b23a9cda41aacd752b0af9986fcdfa07a5577eb817d342e233ee01" + }, + { + "name": "LIN master emulation with background operation", + "version": "1.4.0", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert (gicking)", + "sentence": "LIN master node emulation with preemptive background operation", + "paragraph": "Provide a class to emulate a Local Interconnect Network (LIN) master node with preemptive background operation", + "website": "https://github.com/gicking/LIN_master_Arduino", + "category": "Communication", + "architectures": [ + "avr", + "sam", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gicking/LIN_master_Arduino.git", + "dependencies": [ + { + "name": "Task Scheduler", + "version": "\u003e=1.3.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_emulation_with_background_operation-1.4.0.zip", + "archiveFileName": "LIN_master_emulation_with_background_operation-1.4.0.zip", + "size": 1157935, + "checksum": "SHA-256:91f8c5285a55a0baac92a3dd022140ea5516a5510152ab23d731cd9ed90697d2" + }, + { + "name": "LIN master emulation with background operation", + "version": "1.5.0", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert (gicking)", + "sentence": "LIN master node emulation with preemptive background operation", + "paragraph": "Provide a class to emulate a Local Interconnect Network (LIN) master node with preemptive background operation", + "website": "https://github.com/gicking/LIN_master_Arduino", + "category": "Communication", + "architectures": [ + "avr", + "sam", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gicking/LIN_master_Arduino.git", + "dependencies": [ + { + "name": "Task Scheduler", + "version": "\u003e=1.3.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_emulation_with_background_operation-1.5.0.zip", + "archiveFileName": "LIN_master_emulation_with_background_operation-1.5.0.zip", + "size": 1158010, + "checksum": "SHA-256:b77655d869a022daf6272fa40ab169d17e48e49948aa4b891f3fd317647a6327" + }, + { + "name": "BirdhouseSDK", + "version": "1.0.0", + "author": "Serhiy Korzun \u003ckorzun.serhiy@gmail.com\u003e", + "maintainer": "Prometheus team \u003cprometheus.larp@gmail.com\u003e", + "sentence": "An Arduino library to easy control lots of relays effects, buttons with debouncer, analog indicators and more", + "paragraph": "BirdhouseSDK uses a non-blocking approach and can control relays and analog indicators in simple (on/off) and complex (serial blinking, random blinking) ways in a time-driven manner.", + "website": "https://github.com/Nargott/birdhouse_sdk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nargott/birdhouse_sdk.git", + "providesIncludes": [ + "birdhouse_sdk.h" + ], + "dependencies": [ + { + "name": "PCF857X" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Nargott/BirdhouseSDK-1.0.0.zip", + "archiveFileName": "BirdhouseSDK-1.0.0.zip", + "size": 13424, + "checksum": "SHA-256:90d6c91499ae2dd39e0161496687b1559ae7d375b33e75d0a83f1487c0eaa9d2" + }, + { + "name": "FastShiftOut", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastSHiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.0.zip", + "archiveFileName": "FastShiftOut-0.2.0.zip", + "size": 7283, + "checksum": "SHA-256:dfc1a46c032f465cf7765d4c1ff171cbcc2465db2f58583cd6b07621eb82330c" + }, + { + "name": "FastShiftOut", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastSHiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.1.zip", + "archiveFileName": "FastShiftOut-0.2.1.zip", + "size": 7270, + "checksum": "SHA-256:0bd5fdf64531cbce5619c8b6192887b81412c2b88f97968169af5f8043f5beeb" + }, + { + "name": "FastShiftOut", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.2.zip", + "archiveFileName": "FastShiftOut-0.2.2.zip", + "size": 9239, + "checksum": "SHA-256:95fc2692b3b5444c1bc180f73921523e138a5b42c3e691841ea5766c979cab6c" + }, + { + "name": "FastShiftOut", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.3.zip", + "archiveFileName": "FastShiftOut-0.2.3.zip", + "size": 9501, + "checksum": "SHA-256:f2b392cc5bf9b43dd80e7e69ddaf269a378dd1a20031d4f2515f97e8d1e66040" + }, + { + "name": "FastShiftOut", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.4.zip", + "archiveFileName": "FastShiftOut-0.2.4.zip", + "size": 9587, + "checksum": "SHA-256:369299578a1e9fed4b0137d5b1ed940272ced0fc9716f9695ba7c4cafad8b797" + }, + { + "name": "FastShiftOut", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.5.zip", + "archiveFileName": "FastShiftOut-0.2.5.zip", + "size": 10242, + "checksum": "SHA-256:0768831e4673366d14c371e18a101e23e5b7ce57aa8d12707e3806c0e20e5b7b" + }, + { + "name": "FastShiftOut", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.3.0.zip", + "archiveFileName": "FastShiftOut-0.3.0.zip", + "size": 10233, + "checksum": "SHA-256:1e4514cbc095b0b388a1b5f9d4e21dc96829b48b6c3050e8ac3e28d55ae835ef" + }, + { + "name": "FastShiftOut", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.3.1.zip", + "archiveFileName": "FastShiftOut-0.3.1.zip", + "size": 11117, + "checksum": "SHA-256:c1facf587847b790ee607f32871366c7bfc973b2f75318997835e3d9d3bfc8ad" + }, + { + "name": "FastShiftOut", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", + "paragraph": "Implements print() interface.", + "website": "https://github.com/RobTillaart/FastShiftOut", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftOut.git", + "providesIncludes": [ + "FastShiftOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.3.2.zip", + "archiveFileName": "FastShiftOut-0.3.2.zip", + "size": 11316, + "checksum": "SHA-256:1563826c4e5ba2b8e6ea30e4b5b8734e415df69293623c5fa6e7004f356596f3" + }, + { + "name": "LiquidCrystalIO", + "version": "1.1.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.1.0.zip", + "archiveFileName": "LiquidCrystalIO-1.1.0.zip", + "size": 25092, + "checksum": "SHA-256:aeec6f4a01b2e04e56af8d5ee680da05db803bacbce27d778a3e963d9c6983ec" + }, + { + "name": "LiquidCrystalIO", + "version": "1.2.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.2.0.zip", + "archiveFileName": "LiquidCrystalIO-1.2.0.zip", + "size": 27340, + "checksum": "SHA-256:612464b3f7c1edbee3b45ea5da1ebe67a98bc45033994131a5d6d92add345fe5" + }, + { + "name": "LiquidCrystalIO", + "version": "1.3.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.3.0.zip", + "archiveFileName": "LiquidCrystalIO-1.3.0.zip", + "size": 30844, + "checksum": "SHA-256:25a2988f7bf69aecacc7a2e89972a52d6c598c46edc3adbd880192d99294dd9c" + }, + { + "name": "LiquidCrystalIO", + "version": "1.3.1", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.3.1.zip", + "archiveFileName": "LiquidCrystalIO-1.3.1.zip", + "size": 30890, + "checksum": "SHA-256:e977c6e4d22dbf76c8971d8088d3d32b48449b1f447510b1e89c95f8e2bae58a" + }, + { + "name": "LiquidCrystalIO", + "version": "1.4.0", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.4.0.zip", + "archiveFileName": "LiquidCrystalIO-1.4.0.zip", + "size": 32473, + "checksum": "SHA-256:f6f4a70f21e70f30f2dc7f0203eb0c0d9c8ae54a5045ce24f05368c74534f81e" + }, + { + "name": "LiquidCrystalIO", + "version": "1.4.1", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.4.1.zip", + "archiveFileName": "LiquidCrystalIO-1.4.1.zip", + "size": 35258, + "checksum": "SHA-256:cc8e46a789c4379f63cc0a5ddfad7d73b1a3ea9c9d9d658c3994cda486d39424" + }, + { + "name": "LiquidCrystalIO", + "version": "1.4.2", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.4.2.zip", + "archiveFileName": "LiquidCrystalIO-1.4.2.zip", + "size": 35768, + "checksum": "SHA-256:d77ae068e50dd0a3458c111a4be6e4cc4bffa7305cd778c819cd31bef982bf99" + }, + { + "name": "LiquidCrystalIO", + "version": "1.4.3", + "author": "Arduino, Adafruit, theCodersCorner", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", + "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", + "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "dependencies": [ + { + "name": "IoAbstraction" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.4.3.zip", + "archiveFileName": "LiquidCrystalIO-1.4.3.zip", + "size": 35776, + "checksum": "SHA-256:d045d61b5ba2941bb827f0403d36e3337f12ea6cead97d94a26b8cbbc96eb2a7" + }, + { + "name": "FastShiftIn", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.0.zip", + "archiveFileName": "FastShiftIn-0.2.0.zip", + "size": 9064, + "checksum": "SHA-256:41767682ef841c9b6ca1358ac4ebe6d95c691905cef4cb6f86f8b776b4203412" + }, + { + "name": "FastShiftIn", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.1.zip", + "archiveFileName": "FastShiftIn-0.2.1.zip", + "size": 9052, + "checksum": "SHA-256:08922e299e6d2fbddc30087c39cc019a0249ce816f6efcce25bc783c45a4391c" + }, + { + "name": "FastShiftIn", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.2.zip", + "archiveFileName": "FastShiftIn-0.2.2.zip", + "size": 10717, + "checksum": "SHA-256:8027678869a38b665c58d24ab9137996ca9e7714fa438912f77b3f59712c32f6" + }, + { + "name": "FastShiftIn", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.3.zip", + "archiveFileName": "FastShiftIn-0.2.3.zip", + "size": 11173, + "checksum": "SHA-256:d26049f9b989e2a86b7206175fadaf42125f43d49b87defc36026e7b6497c406" + }, + { + "name": "FastShiftIn", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.4.zip", + "archiveFileName": "FastShiftIn-0.2.4.zip", + "size": 12264, + "checksum": "SHA-256:c94c84bf7a2b03f896f3653e752f200afdcb4b53886f66c11841fa04a3d0d577" + }, + { + "name": "FastShiftIn", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.3.0.zip", + "archiveFileName": "FastShiftIn-0.3.0.zip", + "size": 13538, + "checksum": "SHA-256:ee4d9a62a0d583d17399ad5f45f72c186a9856a873d976d60cae10bc0b465605" + }, + { + "name": "FastShiftIn", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.3.1.zip", + "archiveFileName": "FastShiftIn-0.3.1.zip", + "size": 13575, + "checksum": "SHA-256:ab3f70938d4a28f04c87cf269f7b0270b23c7d82d45116faae45145d301a1929" + }, + { + "name": "FastShiftIn", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.3.2.zip", + "archiveFileName": "FastShiftIn-0.3.2.zip", + "size": 14862, + "checksum": "SHA-256:8a63ef944027bd276d1bec7847fce293547213f8d849467e8eb032a2baf44b3d" + }, + { + "name": "FastShiftIn", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/FastShiftIn", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastShiftIn.git", + "providesIncludes": [ + "FastShiftIn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.3.3.zip", + "archiveFileName": "FastShiftIn-0.3.3.zip", + "size": 15054, + "checksum": "SHA-256:044cfb53e4c68c3cab562f83d0fc4ca63083b29fc8af0d2b63097ff1e6f5fc09" + }, + { + "name": "Spacecat", + "version": "1.0.0", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "A simple library Arduino RFID for Auth", + "paragraph": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card.", + "website": "https://github.com/AsyaSyarif/RFID-Spacecat", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.0.0.zip", + "archiveFileName": "Spacecat-1.0.0.zip", + "size": 101262, + "checksum": "SHA-256:27efc9fc959947ec528faae4c83c09515c45c6498095c5a4ed8e4423237111de" + }, + { + "name": "Spacecat", + "version": "1.2.0", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.0.zip", + "archiveFileName": "Spacecat-1.2.0.zip", + "size": 101587, + "checksum": "SHA-256:851471f82dfbd6bd135a7948bc44c201afc7043edbb675dce88dd93e5d37c4c3" + }, + { + "name": "Spacecat", + "version": "1.2.1", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.1.zip", + "archiveFileName": "Spacecat-1.2.1.zip", + "size": 102291, + "checksum": "SHA-256:9bc2e511001c572c8a0baa20203ecb06ec53587d2e5ff92defe27e273e2c0a7a" + }, + { + "name": "Spacecat", + "version": "1.2.2", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.2.zip", + "archiveFileName": "Spacecat-1.2.2.zip", + "size": 102305, + "checksum": "SHA-256:1b799c201775381660f9da9f8db9c74d51dd35c80ff51db8670035d56c47c809" + }, + { + "name": "Spacecat", + "version": "1.3.0", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.3.0.zip", + "archiveFileName": "Spacecat-1.3.0.zip", + "size": 105954, + "checksum": "SHA-256:3e1ccf29e57254a2417129c1ce4b8c47f7cc2dcd4563bbfbc69570e58b2f3cb1" + }, + { + "name": "Spacecat", + "version": "1.3.1", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.3.1.zip", + "archiveFileName": "Spacecat-1.3.1.zip", + "size": 105985, + "checksum": "SHA-256:887e3f36511cafb902c1e7a1428d14f316fb47930582ea220a8a8d99ee8ffe87" + }, + { + "name": "Spacecat", + "version": "1.4.0", + "author": "Arif", + "maintainer": "Arif", + "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", + "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", + "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.4.0.zip", + "archiveFileName": "Spacecat-1.4.0.zip", + "size": 113406, + "checksum": "SHA-256:85da992244823a027088fa34907a527aa7354f5e732fef5ee6997088ff6f3ac7" + }, + { + "name": "Subpixie", + "version": "1.0.0", + "author": "TarableCode", + "maintainer": "TarableCode", + "sentence": "Subpixel font renderer for small displays", + "paragraph": "Subpixel font renderer for small displays", + "website": "https://github.com/taraHoleInIt/Subpixie", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TaraHoleInIt/Subpixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TaraHoleInIt/Subpixie-1.0.0.zip", + "archiveFileName": "Subpixie-1.0.0.zip", + "size": 1078232, + "checksum": "SHA-256:365517a8ca45ea98779c80023a40e0ada5bd7bd4b2fae58b0787f79e2588f8dc" + }, + { + "name": "DigiKeyboardFr", + "version": "1.0.0", + "author": "Robotechnic", + "maintainer": "Robotechnic \u003crobotechnic.developeur@gmail.com\u003e", + "sentence": "A library that allow to use azerty keyboard with digispark", + "paragraph": "This library is based on DigisparkKeyboard library\u003cbr/\u003e\u003ca href=\"https://github.com/digistump/DigisparkArduinoIntegration/tree/master/libraries/DigisparkKeyboard\"\u003eDigisparkKeyboard\u003c/a\u003e", + "website": "https://github.com/Robotechnic/DigiKeyboardFr", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Robotechnic/DigiKeyboardFr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robotechnic/DigiKeyboardFr-1.0.0.zip", + "archiveFileName": "DigiKeyboardFr-1.0.0.zip", + "size": 5029, + "checksum": "SHA-256:22a08fc50c16a5fbfd11a59d0a67d41088ac12dc1e92250c208673bb2f48c370" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage or FlashStorage for AVR, Teensy, SAM DUE, SAMD, STM32 boards", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.0.zip", + "size": 10890, + "checksum": "SHA-256:a43442d9c65a307b8886678e97cf9508f0d7ce99b5ca58f1fcbc48619a65b457" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD, STM32, nRF52 boards", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.1.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.1.zip", + "size": 12515, + "checksum": "SHA-256:e0b2fc23a864dee590f6840c420b5ea16f5024c6b81d9cd5a8db22bcdf2f0909" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.2.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.2.zip", + "size": 13164, + "checksum": "SHA-256:cec5eacb90afa62583bc526722fcb521dce5721f2ad7b39315d1e57225394643" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.3.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.0.3.zip", + "size": 203508, + "checksum": "SHA-256:12131d8e58c7766870d2e45975dc14aa67812d7309d49972e3b016805ecef167" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.1.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.1.0.zip", + "size": 237880, + "checksum": "SHA-256:53276e81c4e58a96b13dfe30cf69f1f8cd9d6b78762f346775ba3270cb025f4e" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.2.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.2.0.zip", + "size": 251864, + "checksum": "SHA-256:43311bd69220a66e2736f3f5ce9b5ed64a0434c9e699e3fbaf46d9a1f590ca51" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.3.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.3.0.zip", + "size": 320796, + "checksum": "SHA-256:ff589b512454cc498de491e8d57b0196269f027a3ca2eed846e25028e7fa519d" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.4.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.4.0.zip", + "size": 321205, + "checksum": "SHA-256:25f2ca666836cfa1697040ffddd7339d52224a01b89d017702126193c4fc43ff" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.5.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.5.0.zip", + "size": 364618, + "checksum": "SHA-256:0c27467c03b630ea97155d92484552afb7c245e70a9ab8fa1ee3dcb739eae4a8" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.6.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.6.0.zip", + "size": 388692, + "checksum": "SHA-256:38ee512d3d8d1f5924d1552972bd4e31ce760ec9c000e1cd018b3e2ecbeabd8d" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, Portenta_H7, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.7.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.7.0.zip", + "size": 404888, + "checksum": "SHA-256:39e8f27d321f4eb4c3033532877ef02e146e60a2f728fba1393f1fcf990c4e91" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, Portenta_H7, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.7.1.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.7.1.zip", + "size": 405384, + "checksum": "SHA-256:6050e73abce0b6f32a2648dd6ee3e4e28871b919fed769e4ac2eab6ba03e2c7e" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.7.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, Portenta_H7, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.7.2.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.7.2.zip", + "size": 405644, + "checksum": "SHA-256:23435b8918acd4727c5b468ddb5ead8a235af1c7c3d0e08c509181c1f9ec37c5" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.7.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, Portenta_H7, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.7.3.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.7.3.zip", + "size": 614025, + "checksum": "SHA-256:dd45e736884625ffdb581cb5e45db1d629f87f4a49a94bbc3bd86d291dd56900" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, Portenta_H7, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.8.0.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.8.0.zip", + "size": 758874, + "checksum": "SHA-256:3d32e827ce4bab8180b2ebb56e81c9fb24f34c4297e3a23c17cd92d0b369d2cc" + }, + { + "name": "DoubleResetDetector_Generic", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, Portenta_H7, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "providesIncludes": [ + "DoubleResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.8.1.zip", + "archiveFileName": "DoubleResetDetector_Generic-1.8.1.zip", + "size": 818332, + "checksum": "SHA-256:8ddfc3baf7cfbc467086c5a8159c0c2fa24ab05da1b8424e0b760b16f2c8e30c" + }, + { + "name": "AS5X47", + "version": "1.0.0", + "author": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "maintainer": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "sentence": "A library that reads angles from AS5047 and AS5147 sensors.", + "paragraph": "Also support configuration of the sensor parameters.", + "website": "https://github.com/Adrien-Legrand/AS5X47", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adrien-legrand/as5x47.git", + "providesIncludes": [ + "AS5X47.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adrien-legrand/AS5X47-1.0.0.zip", + "archiveFileName": "AS5X47-1.0.0.zip", + "size": 11936, + "checksum": "SHA-256:77614ec6197ab9aac22e26a539a671a86e8ed15b565af87b0dceb588ad6fc15a" + }, + { + "name": "AS5X47", + "version": "1.0.1", + "author": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "maintainer": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", + "sentence": "A library that reads angles from AS5047 and AS5147 sensors.", + "paragraph": "Also support configuration of the sensor parameters.", + "website": "https://github.com/Adrien-Legrand/AS5X47", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adrien-legrand/as5x47.git", + "providesIncludes": [ + "AS5X47.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adrien-legrand/AS5X47-1.0.1.zip", + "archiveFileName": "AS5X47-1.0.1.zip", + "size": 223484, + "checksum": "SHA-256:b916258fae13af1a87e7fee4ebc6a92e75090631b28297525ee34bab34ef4b95" + }, + { + "name": "ESPVGAX2", + "version": "1.0.0", + "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", + "sentence": "VGA signal generator for ESP8266", + "paragraph": "Supports 320x240px or 256x240px with 16 colors", + "website": "https://github.com/smaffer/espvgax2", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smaffer/espvgax2.git", + "providesIncludes": [ + "ESPVGAX2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/ESPVGAX2-1.0.0.zip", + "archiveFileName": "ESPVGAX2-1.0.0.zip", + "size": 3336840, + "checksum": "SHA-256:e2805067effe208fb6fbb68e1dba6354ccdba34fd7ba8b81f43ed67ce83c454b" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.0.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.0.0.zip", + "size": 31604, + "checksum": "SHA-256:fcdea64647b5efd4f7c4f7526b1a0971dfc6034b19caf77d41a431c7c782b499" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.1.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.1.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.1.0.zip", + "size": 98094, + "checksum": "SHA-256:6d354d0a320f57c5822f72964661f98d658ed1086c5819ef61d3ed651785915a" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.1.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.1.1.zip", + "archiveFileName": "OpenWeatherOneCall-1.1.1.zip", + "size": 99187, + "checksum": "SHA-256:e1de17ce04933298dd6b7b27537f5c612a168ffe137b5155bc97491a0b7fbdd9" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.2.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.2.0.zip", + "size": 126348, + "checksum": "SHA-256:58afc99bf6273b38c80e4828cf5c8721695a99386ddf729f7991665fde870ca8" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.2.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.1.zip", + "archiveFileName": "OpenWeatherOneCall-1.2.1.zip", + "size": 126404, + "checksum": "SHA-256:ae84b64656b3d7b822aa2f07334b51a4717ac535e9b31ffb5ed9e5a0e179d02d" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.2.3", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.3.zip", + "archiveFileName": "OpenWeatherOneCall-1.2.3.zip", + "size": 126405, + "checksum": "SHA-256:9bc7cec0db239bdbb5f874231d83b97c4c161e23388dad6c13900a9d64685e4e" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.3.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.0.zip", + "archiveFileName": "OpenWeatherOneCall-1.3.0.zip", + "size": 119946, + "checksum": "SHA-256:a4f459d6cea03d0e6f685a289148855704e51ac9caaf813e056944f3131a62c9" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.3.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.1.zip", + "archiveFileName": "OpenWeatherOneCall-1.3.1.zip", + "size": 159547, + "checksum": "SHA-256:48ad56b2650fe98e21360152cfddc80ef0e31923bb4ed5a457fd027c270d881f" + }, + { + "name": "OpenWeatherOneCall", + "version": "1.3.2", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient and ArduinoJson.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.2.zip", + "archiveFileName": "OpenWeatherOneCall-1.3.2.zip", + "size": 159468, + "checksum": "SHA-256:19fb3b0fc56fc1fb6560938ce5312a167b26f8a8afe3be558a35794c51a950cf" + }, + { + "name": "OpenWeatherOneCall", + "version": "2.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.0.zip", + "archiveFileName": "OpenWeatherOneCall-2.0.0.zip", + "size": 164195, + "checksum": "SHA-256:d4b571d02cc9c6ab47fa4d32808bbf08cc52905c661f89f35c18181237f15ecb" + }, + { + "name": "OpenWeatherOneCall", + "version": "2.0.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.1.zip", + "archiveFileName": "OpenWeatherOneCall-2.0.1.zip", + "size": 164195, + "checksum": "SHA-256:ec1b5d7ef85ec4f86519803f7d11e4ea5f71a941ea3d076f4af33c95a31e148a" + }, + { + "name": "OpenWeatherOneCall", + "version": "2.0.2", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.2.zip", + "archiveFileName": "OpenWeatherOneCall-2.0.2.zip", + "size": 164266, + "checksum": "SHA-256:7ea3b79bc96f85e70d5be0b9c8f24e6866c4a3796e9a7fef200be633fdf9e1a0" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.0.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.0.zip", + "size": 1664987, + "checksum": "SHA-256:0795002473e38dd5d716ae60d721c3d4c41a711f7bf613ceaa08174133391332" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.1", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.1.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.1.zip", + "size": 1669828, + "checksum": "SHA-256:28f5942ca390404f44dde8b4543a5a739aee0bae8dee170646c27761581ae94d" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.2", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "NTPClient" + }, + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.2.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.2.zip", + "size": 1673336, + "checksum": "SHA-256:a3f8bd06de44b2d0f7c6fe3dcd8dc9b8c8ec9f1c1e3e9330a810253285046034" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.3", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.3.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.3.zip", + "size": 1724666, + "checksum": "SHA-256:3851e67addb197bb92c7e73837fe617f43839b99687dbc2962c852531d46940c" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.4", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.4.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.4.zip", + "size": 1726996, + "checksum": "SHA-256:d61db115ca4fc74a2740187a2416736f4deb9439ec8503d1ccd652f24acfab39" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.0.5", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.5.zip", + "archiveFileName": "OpenWeatherOneCall-3.0.5.zip", + "size": 1726792, + "checksum": "SHA-256:fa49b2d6fbb8644bcc17f49d869ac44b0aaebb1994c7ba17fc5784c95904a3a4" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.0.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.0.zip", + "size": 1757492, + "checksum": "SHA-256:4503bcaa5ad4696f86a8232b1323d751f41f97f96c0c880eb5e0eaf726735f89" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.2", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.2.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.2.zip", + "size": 1757506, + "checksum": "SHA-256:c1442954bbaabb7a5ad2d7885af7e681cf71122405b5ec345b87e57446cdd82c" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.3", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.3.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.3.zip", + "size": 1757551, + "checksum": "SHA-256:b35adbef3de5911817be7b97cd68f1a99f98fbe43a88e213d68aacd45d46d4ef" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.4", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.4.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.4.zip", + "size": 1757562, + "checksum": "SHA-256:0f0c95144b42fd625314d28bdaaefdfe7a2bad2519a41ba9a37b0066ebe2b4a5" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.5", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.5.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.5.zip", + "size": 1768781, + "checksum": "SHA-256:138a31c5e7400b59dfc414697f2939cd43765b1845f25afb7ca470b6e7719f93" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.6", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.6.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.6.zip", + "size": 1768812, + "checksum": "SHA-256:79750053cf5091f00eab24882387e820da541aa2b0a0db7f0f7ae400a7033d05" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.7", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.7.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.7.zip", + "size": 1768978, + "checksum": "SHA-256:7509126868c73ff3a0baa4c29da75094412ccebae10434dd36d038462c365de3" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.8", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.8.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.8.zip", + "size": 1769020, + "checksum": "SHA-256:fde7561e9d22d8130a9415736af9d3f1ea11ab1264d00542990ba62f9136a9e6" + }, + { + "name": "OpenWeatherOneCall", + "version": "3.1.9", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/OpenWeatherOneCall", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "providesIncludes": [ + "OpenWeatherOneCall.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.1.9.zip", + "archiveFileName": "OpenWeatherOneCall-3.1.9.zip", + "size": 1769101, + "checksum": "SHA-256:44c9dceb2b878d05b56ec0c1062a3ac496e836faf59f3bb92919ad62325cc5f9" + }, + { + "name": "SID6581", + "version": "2.1.0", + "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", + "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", + "website": "https://github.com/hpwit/SID6581", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpwit/SID6581.git", + "providesIncludes": [ + "SidPlayer.h" + ], + "dependencies": [ + { + "name": "ESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-2.1.0.zip", + "archiveFileName": "SID6581-2.1.0.zip", + "size": 4008556, + "checksum": "SHA-256:69dd7f494a9f608e40c08caae583f2b241b5f34871896f62dc75fca6f4e0850e" + }, + { + "name": "SID6581", + "version": "2.1.1", + "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", + "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", + "website": "https://github.com/hpwit/SID6581", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpwit/SID6581.git", + "providesIncludes": [ + "SidPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-2.1.1.zip", + "archiveFileName": "SID6581-2.1.1.zip", + "size": 4008615, + "checksum": "SHA-256:d4d62f39d062d6f6f4f502735b8721bbc7503b0735b8b6e8e99695acf9d9a7f0" + }, + { + "name": "SID6581", + "version": "3.0.1-beta", + "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", + "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", + "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", + "website": "https://github.com/hpwit/SID6581", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpwit/SID6581.git", + "providesIncludes": [ + "SidPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-3.0.1-beta.zip", + "archiveFileName": "SID6581-3.0.1-beta.zip", + "size": 4210740, + "checksum": "SHA-256:9138fdc1b65633870fbf327e36d0ed3e68335bb7dad23f399bde665230f17302" + }, + { + "name": "RunningMedian", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.0.zip", + "archiveFileName": "RunningMedian-0.2.0.zip", + "size": 9646, + "checksum": "SHA-256:c5a0b8d575c01306c4ec3b80a7768d42e4dd72d9c76cd89a97b762ade039dbba" + }, + { + "name": "RunningMedian", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.1.zip", + "archiveFileName": "RunningMedian-0.2.1.zip", + "size": 9644, + "checksum": "SHA-256:4f77e36a2e4bd1d19c0fcbb2640b2c4b69a0eb08cce133aa82bd2b80eac0eda5" + }, + { + "name": "RunningMedian", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.2.zip", + "archiveFileName": "RunningMedian-0.2.2.zip", + "size": 12866, + "checksum": "SHA-256:5fb896d28b6d9f6dfb718b882da1d982631db971bd9cf793353e24dcce5da4bb" + }, + { + "name": "RunningMedian", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.0.zip", + "archiveFileName": "RunningMedian-0.3.0.zip", + "size": 13897, + "checksum": "SHA-256:1df8bef1e126ce1b267fdb105b52d593283d0b5ca61be4e76990ad934ba3b96e" + }, + { + "name": "RunningMedian", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.1.zip", + "archiveFileName": "RunningMedian-0.3.1.zip", + "size": 14278, + "checksum": "SHA-256:7aba6aa7cba45f60d41b5ffe9d081c9e68f7c7e9ad72880ab6efaca50382f2f3" + }, + { + "name": "RunningMedian", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.2.zip", + "archiveFileName": "RunningMedian-0.3.2.zip", + "size": 14659, + "checksum": "SHA-256:b9f30802f9c217ef5073668b102f66d64275266daeaad3b6065e560df4ed276d" + }, + { + "name": "RunningMedian", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.3.zip", + "archiveFileName": "RunningMedian-0.3.3.zip", + "size": 14344, + "checksum": "SHA-256:465668d5ff7e6d4fa1cd3c94f7dded352b9070bdc75bb11f081ef329e6fd05a9" + }, + { + "name": "RunningMedian", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.4.zip", + "archiveFileName": "RunningMedian-0.3.4.zip", + "size": 14516, + "checksum": "SHA-256:5d9109231a594ff84e2f76da4831f7ae915db37e0a7e9af8581518a91036de99" + }, + { + "name": "RunningMedian", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.5.zip", + "archiveFileName": "RunningMedian-0.3.5.zip", + "size": 14775, + "checksum": "SHA-256:cf1c16e64f49aaeddc4ffecfdb6b547937a6f4f4fdde74f71fa8fc5d8d0b85f6" + }, + { + "name": "RunningMedian", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.6.zip", + "archiveFileName": "RunningMedian-0.3.6.zip", + "size": 14797, + "checksum": "SHA-256:b5a04d9e537cda3b48b57d3552200c6818d64f52fbac1c474da6dc345fee72a9" + }, + { + "name": "RunningMedian", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.7.zip", + "archiveFileName": "RunningMedian-0.3.7.zip", + "size": 20936, + "checksum": "SHA-256:b299d3182c25972b6387cf83b0a588686b05ce5c7b2c53ee15191ac04ecb3b4b" + }, + { + "name": "RunningMedian", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.8.zip", + "archiveFileName": "RunningMedian-0.3.8.zip", + "size": 23563, + "checksum": "SHA-256:93053cf0cdb166c548427ff6112f106670890747ac71dd4245008faa74e53a39" + }, + { + "name": "RunningMedian", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a buffer to select the median.", + "paragraph": "This will filter outliers in a chain of samples very well.", + "website": "https://github.com/RobTillaart/RunningMedian", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningMedian.git", + "providesIncludes": [ + "RunningMedian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.3.9.zip", + "archiveFileName": "RunningMedian-0.3.9.zip", + "size": 23775, + "checksum": "SHA-256:5fb8c1b14e857e3b56032747e5d61b11a8e6578d320c07102236ac738ce94d48" + }, + { + "name": "RunningAverage", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.0.zip", + "archiveFileName": "RunningAverage-0.3.0.zip", + "size": 14510, + "checksum": "SHA-256:24dafefbfd9f174ce55c8e374478a6fdfb6478e54944baf0e9984aefeadb7ce8" + }, + { + "name": "RunningAverage", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.1.zip", + "archiveFileName": "RunningAverage-0.3.1.zip", + "size": 14550, + "checksum": "SHA-256:ece6615ed86d15a3694fddb3425359d633fc1211876310575ffc8f12b4e631c3" + }, + { + "name": "RunningAverage", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.2.zip", + "archiveFileName": "RunningAverage-0.3.2.zip", + "size": 17512, + "checksum": "SHA-256:1c0b157d7355238268f2e08a8d48d55d6d03abcd3e0c7aba770c2bff8873d8ec" + }, + { + "name": "RunningAverage", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.4.0.zip", + "archiveFileName": "RunningAverage-0.4.0.zip", + "size": 19420, + "checksum": "SHA-256:6a890ff866f060a36b21e6dcc5c4d3a3f00e5a39d7580c9aa88d66ca1d3e17e6" + }, + { + "name": "RunningAverage", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.4.1.zip", + "archiveFileName": "RunningAverage-0.4.1.zip", + "size": 22057, + "checksum": "SHA-256:ac52c5affc3a6a0684685a37a2cbef8fae86350321dfd208f3e9fa314b621015" + }, + { + "name": "RunningAverage", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.4.2.zip", + "archiveFileName": "RunningAverage-0.4.2.zip", + "size": 22148, + "checksum": "SHA-256:4bba7da1d0b2d50a051cc9153a6f525c2c4ae5e2e3b1bed1b0c01808f57a20f0" + }, + { + "name": "RunningAverage", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.4.3.zip", + "archiveFileName": "RunningAverage-0.4.3.zip", + "size": 24766, + "checksum": "SHA-256:ed8ce4dd227aed2034c4be1ff62d6d0817ff6036a3e13c091ad0d8427c566d3f" + }, + { + "name": "RunningAverage", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", + "paragraph": "Supports min max average", + "website": "https://github.com/RobTillaart/RunningAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RunningAverage.git", + "providesIncludes": [ + "RunningAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.4.4.zip", + "archiveFileName": "RunningAverage-0.4.4.zip", + "size": 26693, + "checksum": "SHA-256:7bdd31534b0455e47d5b178a33851898622e580b03a790e8a63344ffdc9fd738" + }, + { + "name": "SevenSegmentTM1637", + "version": "1.0.0", + "author": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "maintainer": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "sentence": "Library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC", + "paragraph": "Extensive library for controlling a 4 digit seven segment display. This library inherent the Print class and uses the LCDAPI 1.0. For example you can use all normal Print methods like: print() and println(). From the LCDAPI among others begin(), clear(), home(), setCursor() and setBacklight() are implementend. On top of these regular functionality a segerate fun class which adds more features can be used. For example a bombtimer(), nightrider() and bounchingBall() method can be used when using the fun class.", + "website": "https://github.com/bremme/arduino-tm1637", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bremme/arduino-tm1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bremme/SevenSegmentTM1637-1.0.0.zip", + "archiveFileName": "SevenSegmentTM1637-1.0.0.zip", + "size": 833973, + "checksum": "SHA-256:0ae27c267d09f99d5c1483bbd286ae77773c38be356c55e0daa62a0524477bc4" + }, + { + "name": "SevenSegmentTM1637", + "version": "1.1.0", + "author": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "maintainer": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", + "sentence": "Library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC", + "paragraph": "Extensive library for controlling a 4 digit seven segment display. This library inherent the Print class and uses the LCDAPI 1.0. For example you can use all normal Print methods like: print() and println(). From the LCDAPI among others begin(), clear(), home(), setCursor() and setBacklight() are implementend. On top of these regular functionality a segerate fun class which adds more features can be used. For example a bombtimer(), nightrider() and bouncingBall() method can be used when using the fun class.", + "website": "https://github.com/bremme/arduino-tm1637", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bremme/arduino-tm1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bremme/SevenSegmentTM1637-1.1.0.zip", + "archiveFileName": "SevenSegmentTM1637-1.1.0.zip", + "size": 6616554, + "checksum": "SHA-256:7a3d20fe3ce2db1d254b05df9307ff3e96a9c3f5b77bd678b83fdfe58519090f" + }, + { + "name": "OneBitDisplay", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.0.0.zip", + "archiveFileName": "OneBitDisplay-1.0.0.zip", + "size": 391761, + "checksum": "SHA-256:81773d4bee6c4769bbb8dfc21b7e181cfab2d4fc19ea177af4f2130954bdbe75" + }, + { + "name": "OneBitDisplay", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.0.zip", + "archiveFileName": "OneBitDisplay-1.1.0.zip", + "size": 398996, + "checksum": "SHA-256:b444edeb0e9dcfba6e78b718d0fa58356ee29b9429f1573283d1ae9032b2dfad" + }, + { + "name": "OneBitDisplay", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.1.zip", + "archiveFileName": "OneBitDisplay-1.1.1.zip", + "size": 399179, + "checksum": "SHA-256:5cc0a87d7984cad64f50afc04b360c992443842cbcc8267bde514668c6d8da1f" + }, + { + "name": "OneBitDisplay", + "version": "1.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.2.zip", + "archiveFileName": "OneBitDisplay-1.1.2.zip", + "size": 399508, + "checksum": "SHA-256:de1b3df8f60b1745c6b196344233dd6eaba23b8e49b9e4e3dcdf899509b0c051" + }, + { + "name": "OneBitDisplay", + "version": "1.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.3.0.zip", + "archiveFileName": "OneBitDisplay-1.3.0.zip", + "size": 403471, + "checksum": "SHA-256:5ba664047d6aef24fc496c08e750096294bb983a80d8d0a2eccca06f22acfafe" + }, + { + "name": "OneBitDisplay", + "version": "1.4.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.4.0.zip", + "archiveFileName": "OneBitDisplay-1.4.0.zip", + "size": 407395, + "checksum": "SHA-256:76ad0d88463fd370ed94565e0b854266e7047adca3dff351f960589ba33b94f2" + }, + { + "name": "OneBitDisplay", + "version": "1.5.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.5.0.zip", + "archiveFileName": "OneBitDisplay-1.5.0.zip", + "size": 408234, + "checksum": "SHA-256:91c95c8a4591489908a94c66cb395b2fbb7b22ae5ac02bdbf1e837cc5f2bd21e" + }, + { + "name": "OneBitDisplay", + "version": "1.6.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.6.0.zip", + "archiveFileName": "OneBitDisplay-1.6.0.zip", + "size": 409623, + "checksum": "SHA-256:1cf03cdb0efcbc7560f9a147a387969043b75922cca47c1b01ccf26df89f6ab4" + }, + { + "name": "OneBitDisplay", + "version": "1.7.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.0.zip", + "archiveFileName": "OneBitDisplay-1.7.0.zip", + "size": 412668, + "checksum": "SHA-256:e3902ee4c7bfc4d1421d02bacd376ee86105d14814edea2dcabe80a3fe0be1e0" + }, + { + "name": "OneBitDisplay", + "version": "1.7.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.1.zip", + "archiveFileName": "OneBitDisplay-1.7.1.zip", + "size": 412683, + "checksum": "SHA-256:098da904af3894471233746358d3468f7157e6da1fe9a590edb7d739f1e876b7" + }, + { + "name": "OneBitDisplay", + "version": "1.7.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.2.zip", + "archiveFileName": "OneBitDisplay-1.7.2.zip", + "size": 412708, + "checksum": "SHA-256:8287d83eaff52d548b72041652d5cfca04107d479335e6fd9f8b759086d5013b" + }, + { + "name": "OneBitDisplay", + "version": "1.8.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.8.0.zip", + "archiveFileName": "OneBitDisplay-1.8.0.zip", + "size": 687494, + "checksum": "SHA-256:d76c7fa414f68101013a170ca7c9dd2bea9094d2c0f36a692ea28152bc6bdb1c" + }, + { + "name": "OneBitDisplay", + "version": "1.9.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.9.0.zip", + "archiveFileName": "OneBitDisplay-1.9.0.zip", + "size": 805893, + "checksum": "SHA-256:9fa1b903b6138c04beb7d64d65800ca4361d97ec8944d0b66f21cfaf44d271cb" + }, + { + "name": "OneBitDisplay", + "version": "1.9.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.9.1.zip", + "archiveFileName": "OneBitDisplay-1.9.1.zip", + "size": 795082, + "checksum": "SHA-256:ee3bcc267caa7463b065dfd3e7ca7c4658a0e445beb3aa2ce61550d9651c4211" + }, + { + "name": "OneBitDisplay", + "version": "1.10.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.10.0.zip", + "archiveFileName": "OneBitDisplay-1.10.0.zip", + "size": 800881, + "checksum": "SHA-256:2c34d01962c8ac79e324c476f44fd8fe06d3bd78c64d6b6333883808ffc0cce9" + }, + { + "name": "OneBitDisplay", + "version": "1.11.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.11.0.zip", + "archiveFileName": "OneBitDisplay-1.11.0.zip", + "size": 801206, + "checksum": "SHA-256:f3504d93545fc4b6adea9c3aedea48cc6a95b5eb5d7082068a8ac5ccbeeafd5c" + }, + { + "name": "OneBitDisplay", + "version": "2.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-2.0.0.zip", + "archiveFileName": "OneBitDisplay-2.0.0.zip", + "size": 1669110, + "checksum": "SHA-256:1f94cb116cbfe3c28f352110465fd6fe7a96ecb55c30fba394127ab32efdaeb9" + }, + { + "name": "OneBitDisplay", + "version": "2.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-2.0.1.zip", + "archiveFileName": "OneBitDisplay-2.0.1.zip", + "size": 1669133, + "checksum": "SHA-256:bf350518d32b6a3eb80741aa12da19f2a152c7102aa7c982103af0feb06e94f1" + }, + { + "name": "OneBitDisplay", + "version": "2.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED and LCD library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-2.1.0.zip", + "archiveFileName": "OneBitDisplay-2.1.0.zip", + "size": 1685036, + "checksum": "SHA-256:9adaa3f7ab8661f3fbca9285009a568f4e07d6a95fd681e3667ad4c317d62691" + }, + { + "name": "OneBitDisplay", + "version": "2.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED, LCD and e-paper library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs, Sharp Memory LCDs and many e-paper displays. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and more.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-2.2.0.zip", + "archiveFileName": "OneBitDisplay-2.2.0.zip", + "size": 1711710, + "checksum": "SHA-256:bf01b76a71f19cbdb9f8ec62b692827ef81e979bfcd7d646913d5821120f1b9a" + }, + { + "name": "OneBitDisplay", + "version": "2.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED, LCD and e-paper library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs, Sharp Memory LCDs and many e-paper displays. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and more.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-2.2.1.zip", + "archiveFileName": "OneBitDisplay-2.2.1.zip", + "size": 1712419, + "checksum": "SHA-256:7ba7f1ab2a2839ace6d8277b7f4f8376a6114387fec489b732dd8a88bc0e788a" + }, + { + "name": "OneBitDisplay", + "version": "2.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED, LCD and e-paper library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs, Sharp Memory LCDs and many e-paper displays. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and more.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-2.3.0.zip", + "archiveFileName": "OneBitDisplay-2.3.0.zip", + "size": 1705246, + "checksum": "SHA-256:8ffa9611228cec4ab1bf843b27dbf77a572235e0e2942b13a346de57a3508b96" + }, + { + "name": "OneBitDisplay", + "version": "2.3.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "OLED, LCD and e-paper library for 1-bit per pixel displays.", + "paragraph": "Supports most monochrome OLEDs, LCDs, Sharp Memory LCDs and many e-paper displays. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and more.", + "website": "https://github.com/bitbank2/OneBitDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "providesIncludes": [ + "OneBitDisplay.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-2.3.1.zip", + "archiveFileName": "OneBitDisplay-2.3.1.zip", + "size": 1705927, + "checksum": "SHA-256:09d934a15655d82c9938d4b4e5a83322bb8a5c1461482cff4a37d969672d9e24" + }, + { + "name": "CRCx", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.2.0.zip", + "archiveFileName": "CRCx-0.2.0.zip", + "size": 55328, + "checksum": "SHA-256:72c2f693409925bfee956ce3f0ba6e42280df81bb4524b0524484143156b542c" + }, + { + "name": "CRCx", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.2.1.zip", + "archiveFileName": "CRCx-0.2.1.zip", + "size": 56229, + "checksum": "SHA-256:d06cea710ff2cd01a01968697b914275268f74aaa14a7f272c6726332d2ec2a9" + }, + { + "name": "CRCx", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.3.0.zip", + "archiveFileName": "CRCx-0.3.0.zip", + "size": 61700, + "checksum": "SHA-256:a0c06ea25210b8daf47c31c847d2d59e135ad1a6d3f2bce81ad217f87e2cb35d" + }, + { + "name": "CRCx", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.3.1.zip", + "archiveFileName": "CRCx-0.3.1.zip", + "size": 61549, + "checksum": "SHA-256:efac6167bcaaf2d536fa864aa525613ea5b4ae8649ad1205d163742299fd0ff0" + }, + { + "name": "CRCx", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/CRCx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.3.2.zip", + "archiveFileName": "CRCx-0.3.2.zip", + "size": 61547, + "checksum": "SHA-256:f4a9116a4ff40610c94b8993a4ca1e8b4b288a50287473dc5f88f0319bd10931" + }, + { + "name": "CRCx", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "CRC calculation for Arduino and other C++ programs", + "paragraph": "CRC calculation for Arduino and other C++ programs", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/CRCx.git", + "dependencies": [ + { + "name": "FastCRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.4.0.zip", + "archiveFileName": "CRCx-0.4.0.zip", + "size": 22435, + "checksum": "SHA-256:dfadd6140273cfd77e046b1d9e25f29e1d440306eec4c45d0c1c34df1dbe13bf" + }, + { + "name": "MultiButton", + "version": "1.0.0", + "author": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "maintainer": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "sentence": "Reliable detection of single, double and long clicks.", + "paragraph": "Can be used to debounce simple arduino digital pins, but also e.g. capacitive touch inputs.", + "website": "https://github.com/poelstra/arduino-multi-button/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/poelstra/arduino-multi-button.git", + "providesIncludes": [ + "PinButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/poelstra/MultiButton-1.0.0.zip", + "archiveFileName": "MultiButton-1.0.0.zip", + "size": 8828, + "checksum": "SHA-256:e66425dc580b337116e5dc374c459a3b366905495536369c9f6f2ed044deedbb" + }, + { + "name": "MultiButton", + "version": "1.1.0", + "author": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "maintainer": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "sentence": "Reliable detection of single, double and long clicks.", + "paragraph": "Can be used to debounce simple arduino digital pins, but also e.g. capacitive touch inputs.", + "website": "https://github.com/poelstra/arduino-multi-button/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/poelstra/arduino-multi-button.git", + "providesIncludes": [ + "PinButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/poelstra/MultiButton-1.1.0.zip", + "archiveFileName": "MultiButton-1.1.0.zip", + "size": 9991, + "checksum": "SHA-256:a21afa0961a37bc6b86268ba4999da206bb74f18314963c4b30acac1340237f1" + }, + { + "name": "MultiButton", + "version": "1.2.0", + "author": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "maintainer": "Martin Poelstra \u003cmartin@beryllium.net\u003e", + "sentence": "Reliable detection of single, double and long clicks.", + "paragraph": "Can be used to debounce simple arduino digital pins, but also e.g. capacitive touch inputs.", + "website": "https://github.com/poelstra/arduino-multi-button/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/poelstra/arduino-multi-button.git", + "providesIncludes": [ + "PinButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/poelstra/MultiButton-1.2.0.zip", + "archiveFileName": "MultiButton-1.2.0.zip", + "size": 10078, + "checksum": "SHA-256:72452b981ba746666362598648519d76282b3384895bca9ed76c06890c3efb28" + }, + { + "name": "FourRegs", + "version": "0.1.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.0.zip", + "archiveFileName": "FourRegs-0.1.0.zip", + "size": 10995, + "checksum": "SHA-256:1ae48b6b4cc99b32841321ad534e03468bee4e9345fdbff562d7d90d34bf971e" + }, + { + "name": "FourRegs", + "version": "0.1.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.1.zip", + "archiveFileName": "FourRegs-0.1.1.zip", + "size": 11754, + "checksum": "SHA-256:38106eaa9c956a5a933e73d2f6e1ddb92e2e72813a8cd06c862d7bcd199ed678" + }, + { + "name": "FourRegs", + "version": "0.1.2", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.2.zip", + "archiveFileName": "FourRegs-0.1.2.zip", + "size": 13585, + "checksum": "SHA-256:afb1359451b22376d79a9e6058402db22bf353dcaaf3c120d1c60342abf33e00" + }, + { + "name": "FourRegs", + "version": "0.2.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.2.0.zip", + "archiveFileName": "FourRegs-0.2.0.zip", + "size": 13537, + "checksum": "SHA-256:75867efeb9a1184a5c23ee167b67160d48f7ff25b68e7ca2480b1a95e3a1cdda" + }, + { + "name": "FourRegs", + "version": "0.2.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.2.1.zip", + "archiveFileName": "FourRegs-0.2.1.zip", + "size": 19595, + "checksum": "SHA-256:784601d92587f8fe734b315d6cc5c4578595e19e929d4d31bc8ef576a7f00f15" + }, + { + "name": "FourRegs", + "version": "0.3.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.0.zip", + "archiveFileName": "FourRegs-0.3.0.zip", + "size": 22533, + "checksum": "SHA-256:142fbd3fca5e65cfa3d510b3f4e4104c5820162ddce07615a5beabb9d8cdc57e" + }, + { + "name": "FourRegs", + "version": "0.3.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.1.zip", + "archiveFileName": "FourRegs-0.3.1.zip", + "size": 24832, + "checksum": "SHA-256:f93ae56f1262ce40c12487069d0bc67e7dfd04658468ad846e550289a6440209" + }, + { + "name": "FourRegs", + "version": "0.3.2", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.2.zip", + "archiveFileName": "FourRegs-0.3.2.zip", + "size": 24847, + "checksum": "SHA-256:b6624777444232dc0fbea31d8ad1a020b6c3c5b5d1f093acd215885c998523fe" + }, + { + "name": "FourRegs", + "version": "0.3.3", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.3.zip", + "archiveFileName": "FourRegs-0.3.3.zip", + "size": 27251, + "checksum": "SHA-256:ccddebaac87ed81f59a47c62e15b26694bc06e0c730a38295794eb530286e21d" + }, + { + "name": "FourRegs", + "version": "0.3.4", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.4.zip", + "archiveFileName": "FourRegs-0.3.4.zip", + "size": 29921, + "checksum": "SHA-256:30c7778503be66f52c2e16bbbc19da2e96bd5f0a855605b0632ffd1b9aef341e" + }, + { + "name": "FourRegs", + "version": "0.3.5", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.5.zip", + "archiveFileName": "FourRegs-0.3.5.zip", + "size": 29982, + "checksum": "SHA-256:7b96808a2d066b017309b031441f6b7420ec85bfcfc0fe1e01c2f5631004c652" + }, + { + "name": "FourRegs", + "version": "0.4.0", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.0.zip", + "archiveFileName": "FourRegs-0.4.0.zip", + "size": 32470, + "checksum": "SHA-256:b1de973ac82c745aee68b5c588ddba47737ed4269b429e9a5f6f4089829909e2" + }, + { + "name": "FourRegs", + "version": "0.4.1", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.1.zip", + "archiveFileName": "FourRegs-0.4.1.zip", + "size": 32615, + "checksum": "SHA-256:89c3ebb53cca3937e98227d1ec22e4a4950bb0c96aa1d42894e2f018b1957e2e" + }, + { + "name": "FourRegs", + "version": "0.4.2", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.2.zip", + "archiveFileName": "FourRegs-0.4.2.zip", + "size": 33532, + "checksum": "SHA-256:232afbc3f4192c85883cfddd2d8ce962a7f4f080ede5350469a2fe721e8e1b35" + }, + { + "name": "FourRegs", + "version": "0.4.3", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.3.zip", + "archiveFileName": "FourRegs-0.4.3.zip", + "size": 35540, + "checksum": "SHA-256:b6adb8a8fbc991e103a1fcf9eaf9316473cca73eb64734ac1d43906599c7ccc6" + }, + { + "name": "FourRegs", + "version": "0.4.4", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.4.zip", + "archiveFileName": "FourRegs-0.4.4.zip", + "size": 35818, + "checksum": "SHA-256:2889b3f6660bc6eda298549202705f222449523dcea66ebbc16597a5e1de9ebe" + }, + { + "name": "FourRegs", + "version": "0.4.5", + "author": "Drew Folta \u003cdrew@folta.net\u003e", + "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", + "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", + "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", + "website": "https://github.com/drewfish/arduino-FourRegs", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drewfish/arduino-FourRegs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.5.zip", + "archiveFileName": "FourRegs-0.4.5.zip", + "size": 35817, + "checksum": "SHA-256:d921446d2223e890d979cb39941aaf856bf7b73407b72468bdce8f379bb60186" + }, + { + "name": "LibSSH-ESP32", + "version": "0.2.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH library for Arduino-ESP32 based on libssh library.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example, an SSH client, SSH server and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-0.2.0.zip", + "archiveFileName": "LibSSH_ESP32-0.2.0.zip", + "size": 429442, + "checksum": "SHA-256:46e089c25808ec1c3683e8f5b287c1919c435ba7ba64bc8b58f99bf0981da484" + }, + { + "name": "LibSSH-ESP32", + "version": "1.0.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.0.0.zip", + "archiveFileName": "LibSSH_ESP32-1.0.0.zip", + "size": 495460, + "checksum": "SHA-256:c2cccb26f3516df59972db64e489804d69e8986562b3cd230cf505358e4e135c" + }, + { + "name": "LibSSH-ESP32", + "version": "1.0.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.0.1.zip", + "archiveFileName": "LibSSH_ESP32-1.0.1.zip", + "size": 495479, + "checksum": "SHA-256:4255dbd81bf0b8549f8dd200d909d5f84017c2457773a8e3d4ceb39393bcc0e6" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.0.zip", + "archiveFileName": "LibSSH_ESP32-1.1.0.zip", + "size": 497017, + "checksum": "SHA-256:0df56832813765c584e4fa5c21cbe78baf69ef156810c266a06f7f7507b4b2e4" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.1.zip", + "archiveFileName": "LibSSH_ESP32-1.1.1.zip", + "size": 497047, + "checksum": "SHA-256:176b3752cba63befcec7f16f4e7de85f6129d3c86553bb67ef446c90b0fe3098" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.2", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.2.zip", + "archiveFileName": "LibSSH_ESP32-1.1.2.zip", + "size": 497726, + "checksum": "SHA-256:605f3aee894754dfd2c81ddb6bec3a92824a16b00994d683c2339c7805470167" + }, + { + "name": "LibSSH-ESP32", + "version": "1.1.3", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.3.zip", + "archiveFileName": "LibSSH_ESP32-1.1.3.zip", + "size": 497716, + "checksum": "SHA-256:d3ad8eb46122f66945357f0fe8a437a2e041e7a0b51460df686b9fe2469a4162" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.0.zip", + "archiveFileName": "LibSSH_ESP32-1.2.0.zip", + "size": 499291, + "checksum": "SHA-256:7c105b2e13dfc0e100628277f2486d8fd19434b5aeafd7c6bfc1b7cf92ae3aa7" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.1.zip", + "archiveFileName": "LibSSH_ESP32-1.2.1.zip", + "size": 499294, + "checksum": "SHA-256:5d86d49933a24aa73bd5353fe9658952ab3c5f73895b7e79a0f217d787f551eb" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.2", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.2.zip", + "archiveFileName": "LibSSH_ESP32-1.2.2.zip", + "size": 507058, + "checksum": "SHA-256:72aef98068cf0633fa189db46355f9e561738175c1c08f2635931626fc017982" + }, + { + "name": "LibSSH-ESP32", + "version": "1.2.3", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.3.zip", + "archiveFileName": "LibSSH_ESP32-1.2.3.zip", + "size": 507087, + "checksum": "SHA-256:6a452a8a7b5da7950a522cd265b4b84f5f31e84348fcfd79891858551eb6eb3d" + }, + { + "name": "LibSSH-ESP32", + "version": "1.3.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.3.0.zip", + "archiveFileName": "LibSSH_ESP32-1.3.0.zip", + "size": 508410, + "checksum": "SHA-256:fe91776871d2db984755b6d9513a6fdfa1d9c644163cc694b7d08d4c2bfefcd8" + }, + { + "name": "LibSSH-ESP32", + "version": "1.4.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.4.0.zip", + "archiveFileName": "LibSSH_ESP32-1.4.0.zip", + "size": 511033, + "checksum": "SHA-256:319863c53f32c759ceff444d60d2e619d37c05c3d517183c0b72e81477578963" + }, + { + "name": "LibSSH-ESP32", + "version": "1.4.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.4.1.zip", + "archiveFileName": "LibSSH_ESP32-1.4.1.zip", + "size": 510941, + "checksum": "SHA-256:ef18ac2f03360585becf7ad394de19aff2ad49f2b9db0c84c5aa2c77bc60534e" + }, + { + "name": "LibSSH-ESP32", + "version": "2.1.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-2.1.0.zip", + "archiveFileName": "LibSSH_ESP32-2.1.0.zip", + "size": 510826, + "checksum": "SHA-256:805cb8e6fa9fb283f2c4dd551495914521d5829b087a752a98c646dde69aa092" + }, + { + "name": "LibSSH-ESP32", + "version": "2.2.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-2.2.0.zip", + "archiveFileName": "LibSSH_ESP32-2.2.0.zip", + "size": 510858, + "checksum": "SHA-256:e13557693fce74509c9c621d4d22ce3957edd1387dcb725f1630ac63005e0d82" + }, + { + "name": "LibSSH-ESP32", + "version": "3.0.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-3.0.0.zip", + "archiveFileName": "LibSSH_ESP32-3.0.0.zip", + "size": 521357, + "checksum": "SHA-256:5c2920f470629625772088bd9f182a401fe74e2a688eed972b37e269a969334d" + }, + { + "name": "LibSSH-ESP32", + "version": "3.0.1", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-3.0.1.zip", + "archiveFileName": "LibSSH_ESP32-3.0.1.zip", + "size": 521309, + "checksum": "SHA-256:04b2e076d51efbacb651d7608aa447f4267a78e3abce58011cc267d46f826925" + }, + { + "name": "LibSSH-ESP32", + "version": "3.1.0", + "author": "Ewan Parker", + "maintainer": "Ewan Parker", + "sentence": "SSH client and SSH server library for ESP32 based on libssh.", + "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", + "website": "https://www.ewan.cc/?q=node/157", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewpa/LibSSH-ESP32.git", + "providesIncludes": [ + "libssh_esp32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-3.1.0.zip", + "archiveFileName": "LibSSH_ESP32-3.1.0.zip", + "size": 526373, + "checksum": "SHA-256:8a318fd355467e00e81f718d98ced5715c762060bc3f2bb44bd817943342bde2" + }, + { + "name": "XLR8PID", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Arduino library for hardware accelerated PID control.", + "paragraph": "Takes advantage of hardware acceleration available in Alorium Technology's XLR8 product. For use with an XLR8 board with the PID XB loaded on it.", + "website": "https://github.com/AloriumTechnology/XLR8PID", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/XLR8PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8PID-1.0.0.zip", + "archiveFileName": "XLR8PID-1.0.0.zip", + "size": 39303, + "checksum": "SHA-256:c4abe1e98ace862038f95860e4c2105a5b8a985c1a715c97c8b0eae17255dc14" + }, + { + "name": "ArrbotMonitor", + "version": "1.1.0", + "author": "Mark Harrison (marhar@gmail.com)", + "maintainer": "Mark Harrison (marhar@gmail.com)", + "sentence": "Plotter-friendly display macros.", + "paragraph": "This library makes it easy to display debug and trace information that is compatible with the Arduino Serial Plotter.", + "website": "https://github.com/marhar/ArrbotMonitor", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marhar/ArrbotMonitor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marhar/ArrbotMonitor-1.1.0.zip", + "archiveFileName": "ArrbotMonitor-1.1.0.zip", + "size": 959790, + "checksum": "SHA-256:fc91ba67b5d34281b0154675d984fab9b087628cf2530a670a480a6b8fd2b789" + }, + { + "name": "max7219", + "version": "1.0.0", + "author": "Jonathan Evans", + "maintainer": "Jonathan Evans", + "sentence": "Lightweight library for the MAX7219 7 segment 8 digit display", + "paragraph": "Exposes two easy to use methods DisplayText(Text, Orientation) and DisplayChar(Digit, Char, DecimalPlace);", + "website": "https://github.com/JemRF/max7219", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JemRF/max7219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JemRF/max7219-1.0.0.zip", + "archiveFileName": "max7219-1.0.0.zip", + "size": 104660, + "checksum": "SHA-256:20ab7bf6ade9c7b1acc2857ef21e5bf92d8fb3e6e3c8b1b063700aac61652d7a" + }, + { + "name": "ESPFlash", + "version": "1.0.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight library that makes SPIFFs usage simple and easy to understand on the ESP8266 and ESP32.", + "paragraph": "ESPFlash is an abstraction layer that simplifies the storing of vectorised data in the filesystem on the ESP8266 and ESP32. It features a simple template based interface to store and retreive generic vectorised data in flash memory using SPIFFs.", + "website": "https://github.com/DaleGia/ESPFlash", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/ESPFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPFlash-1.0.0.zip", + "archiveFileName": "ESPFlash-1.0.0.zip", + "size": 26337, + "checksum": "SHA-256:32892829d8143998c19bb74cf14e602a7eee70ac057dea63e89a25879f32871b" + }, + { + "name": "ESPFlash", + "version": "1.0.1", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "Lightweight library that makes SPIFFs usage simple and easy to understand on the ESP8266 and ESP32.", + "paragraph": "ESPFlash is an abstraction layer that simplifies the storing of vectorised data in the filesystem on the ESP8266 and ESP32. It features a simple template based interface to store and retreive generic vectorised data in flash memory using SPIFFs.", + "website": "https://github.com/DaleGia/ESPFlash", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/ESPFlash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPFlash-1.0.1.zip", + "archiveFileName": "ESPFlash-1.0.1.zip", + "size": 26673, + "checksum": "SHA-256:409aa62d4199a1cc109ed83eba2c982d05d62587efc71259f1394c364d566497" + }, + { + "name": "ipMIDI", + "version": "1.0.1", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "ipMIDI for Arduino", + "paragraph": "ipMIDI", + "website": "https://github.com/lathoub/Arduino-ipMIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", + "providesIncludes": [ + "ipMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.1.zip", + "archiveFileName": "ipMIDI-1.0.1.zip", + "size": 8992, + "checksum": "SHA-256:344911b4b1d0c15253c4a7782545fa2fc852d659eace2705f08bf1ef2cf20dca" + }, + { + "name": "ipMIDI", + "version": "1.0.2", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "ipMIDI for Arduino", + "paragraph": "ipMIDI", + "website": "https://github.com/lathoub/Arduino-ipMIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", + "providesIncludes": [ + "ipMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.2.zip", + "archiveFileName": "ipMIDI-1.0.2.zip", + "size": 8982, + "checksum": "SHA-256:d5e42adf32b556155b714ef3806b650db36200d1abc7654e030fa1a18e956e24" + }, + { + "name": "ipMIDI", + "version": "1.0.3", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "ipMIDI for Arduino", + "paragraph": "ipMIDI", + "website": "https://github.com/lathoub/Arduino-ipMIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", + "providesIncludes": [ + "ipMIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.3.zip", + "archiveFileName": "ipMIDI-1.0.3.zip", + "size": 8927, + "checksum": "SHA-256:c3b9c6f15ecfdda60e1091b6902a7c5eb34baf027fc9074bc584d942052da97e" + }, + { + "name": "SolarCharger", + "version": "1.0.0", + "author": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", + "maintainer": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", + "license": "MIT", + "sentence": "Solar Charger Shield.", + "paragraph": "Library to read voltage in a Seeed Studio Arduino shield.", + "website": "https://github.com/hectorespert/SolarCharger", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hectorespert/SolarCharger.git", + "providesIncludes": [ + "SolarCharger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hectorespert/SolarCharger-1.0.0.zip", + "archiveFileName": "SolarCharger-1.0.0.zip", + "size": 3739, + "checksum": "SHA-256:85e2b25610c356e83dbfdb1619becd01f1ee8edc4828cc18fc5bf18ca505da78" + }, + { + "name": "SolarCharger", + "version": "1.0.2", + "author": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", + "maintainer": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", + "license": "MIT", + "sentence": "Solar Charger Shield.", + "paragraph": "Library to read voltage in a Seeed Studio Arduino shield.", + "website": "https://github.com/hectorespert/SolarCharger", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hectorespert/SolarCharger.git", + "providesIncludes": [ + "SolarCharger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hectorespert/SolarCharger-1.0.2.zip", + "archiveFileName": "SolarCharger-1.0.2.zip", + "size": 4607, + "checksum": "SHA-256:36aeddb18ff08ef70da27709fa1522090c0b96fc57f6bdbd204f12b21f3fa19f" + }, + { + "name": "SparkFun Qwiic Humidity AHT20", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive ASAIT's new AHT20 temperature and humidity IC.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16618\"\u003eSparkX Qwiic Humiditiy AHT20\u003c/a\u003e to get current temperature and humidity readings.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Humidity_AHT20-1.0.0.zip", + "size": 7814, + "checksum": "SHA-256:aa395a5dc02cb501a29b01ab220760083b94b5d236ad6fe69c6fd0ca67019eea" + }, + { + "name": "SparkFun Qwiic Humidity AHT20", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive ASAIT's new AHT20 temperature and humidity IC.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16618\"\u003eSparkX Qwiic Humiditiy AHT20\u003c/a\u003e to get current temperature and humidity readings.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Humidity_AHT20-1.0.1.zip", + "size": 7816, + "checksum": "SHA-256:014a4fa85d05005ed517ff4da3bffd2a17abd9cc1178e057ef183540c3cfefdb" + }, + { + "name": "SparkFun Qwiic Humidity AHT20", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive ASAIT's new AHT20 temperature and humidity IC.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16618\"\u003eSparkX Qwiic Humiditiy AHT20\u003c/a\u003e to get current temperature and humidity readings.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Humidity_AHT20-1.0.2.zip", + "size": 7815, + "checksum": "SHA-256:5c3d6a5c902ea015241b2891933ce5816d122f512975568c00cf6de8efbcdf65" + }, + { + "name": "SparkFun Qwiic Humidity AHT20", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to drive ASAIT's new AHT20 temperature and humidity IC.", + "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16618\"\u003eSparkX Qwiic Humiditiy AHT20\u003c/a\u003e to get current temperature and humidity readings.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_Humidity_AHT20-1.0.3.zip", + "size": 7829, + "checksum": "SHA-256:dfc90b8c72a188f9b69b238850c15e91ce51e9e5b5fb65454bed2e8ac698b6e1" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.1.0", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.1.0.zip", + "archiveFileName": "AlmaviosLitMqtt-0.1.0.zip", + "size": 38272, + "checksum": "SHA-256:b88013119db43c12266a8b5dbcf74531a106266030d91e1b086fcd45823e9834" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.1.1", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.1.1.zip", + "archiveFileName": "AlmaviosLitMqtt-0.1.1.zip", + "size": 38299, + "checksum": "SHA-256:ec224f9049fbfb24d74b0e8d983bafcaa398c682115b631f146b1d73aac0f767" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.2.0", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.2.0.zip", + "archiveFileName": "AlmaviosLitMqtt-0.2.0.zip", + "size": 45567, + "checksum": "SHA-256:4831dd46a72de98654f527822019eb7b2104168ba13213a116c711cd7dde4abc" + }, + { + "name": "AlmaviosLitMqtt", + "version": "0.3.0", + "author": "Almavios", + "maintainer": "Almavios \u003cdev@almavios.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", + "website": "https://github.com/almavios/almavios-lit-mqtt", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/almavios/almavios-lit-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.3.0.zip", + "archiveFileName": "AlmaviosLitMqtt-0.3.0.zip", + "size": 47668, + "checksum": "SHA-256:8cb0f3efc61970c0a1a81e710bb67ecddbe08f411eb665de5e90e6294ccc4185" + }, + { + "name": "wm8978-esp32", + "version": "1.0.0", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces. With configurable MCLK on every PWM capable pin.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": [ + "WM8978.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.0.zip", + "archiveFileName": "wm8978_esp32-1.0.0.zip", + "size": 8159, + "checksum": "SHA-256:5438504a203e4c5432beab0ebfeaeeda43ee628c0bc8abb4078e890df17b8ed8" + }, + { + "name": "wm8978-esp32", + "version": "1.0.1", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces. With configurable MCLK on every PWM capable pin.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": [ + "WM8978.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.1.zip", + "archiveFileName": "wm8978_esp32-1.0.1.zip", + "size": 7873, + "checksum": "SHA-256:3bc0ab49ffc0944c81a102412c479dd3de6b47cec9907f05bedbbd5136d43eb7" + }, + { + "name": "wm8978-esp32", + "version": "1.0.2", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": [ + "WM8978.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.2.zip", + "archiveFileName": "wm8978_esp32-1.0.2.zip", + "size": 7841, + "checksum": "SHA-256:e78b3af6a2d3620601438683ed0ebdc5d76cc6cfd5f8e7bfe40a2e07d0de3d8b" + }, + { + "name": "wm8978-esp32", + "version": "1.0.3", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": [ + "WM8978.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.3.zip", + "archiveFileName": "wm8978_esp32-1.0.3.zip", + "size": 8003, + "checksum": "SHA-256:42dc96b67a44d361a15f5f257b25cf08b5ba9973b928fe3f9cf0ba6316c5a94e" + }, + { + "name": "wm8978-esp32", + "version": "1.0.4", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": [ + "WM8978.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.4.zip", + "archiveFileName": "wm8978_esp32-1.0.4.zip", + "size": 8933, + "checksum": "SHA-256:7f75aeb13dfb6f2e0b4bc8d346c6a7beafd22cfc4565ee9c6723f0895e14da13" + }, + { + "name": "wm8978-esp32", + "version": "1.0.5", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "An esp32 library for the wm8978 dac.", + "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces.", + "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "providesIncludes": [ + "WM8978.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.5.zip", + "archiveFileName": "wm8978_esp32-1.0.5.zip", + "size": 8734, + "checksum": "SHA-256:f466742a062997b926e664d5d292481852e9ecb1651f5f1d78c66212064f17da" + }, + { + "name": "SET", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.0.zip", + "archiveFileName": "SET-0.2.0.zip", + "size": 11403, + "checksum": "SHA-256:07f4601db29cafe79c01dbce9748585443843d18d25b57913296ed60eed04f5f" + }, + { + "name": "SET", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.1.zip", + "archiveFileName": "SET-0.2.1.zip", + "size": 11399, + "checksum": "SHA-256:69f19b9bdc930f427365a3b495d6e9678fc5fa9cfede59aa064e324c2520a6b5" + }, + { + "name": "SET", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.2.zip", + "archiveFileName": "SET-0.2.2.zip", + "size": 12765, + "checksum": "SHA-256:e8d76e1c71b8a711395cc158fa74d3a5648bc2c163cd1b3de85ea38dc5f3b58a" + }, + { + "name": "SET", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.3.zip", + "archiveFileName": "SET-0.2.3.zip", + "size": 14365, + "checksum": "SHA-256:a0d97dec20d57e1090f06e1d1926883e837b95ccb095675a0578426067a63627" + }, + { + "name": "SET", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.4.zip", + "archiveFileName": "SET-0.2.4.zip", + "size": 14669, + "checksum": "SHA-256:48db297edb715a14377dc66d05a93c0fa9895fc04884876e53d9de7f8be23f66" + }, + { + "name": "SET", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.5.zip", + "archiveFileName": "SET-0.2.5.zip", + "size": 14819, + "checksum": "SHA-256:875d7be1053baca14bdc17d45040f2bbaf995d5437a06240e97b6296d3e90e75" + }, + { + "name": "SET", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.6.zip", + "archiveFileName": "SET-0.2.6.zip", + "size": 15235, + "checksum": "SHA-256:2227ae1f851962cb9d670c208e4351d80a0a88b8062ed1ba2ddbdedd66856ba6" + }, + { + "name": "SET", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement simple SET datastructure.", + "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", + "website": "https://github.com/RobTillaart/Set", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SET.git", + "providesIncludes": [ + "set.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.7.zip", + "archiveFileName": "SET-0.2.7.zip", + "size": 15489, + "checksum": "SHA-256:5f4873fda441c1a591bb5d1f44382348ae57afdbc1fdd7d2efe1bb03d3511c53" + }, + { + "name": "FRAM_I2C", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "Wire.h", + "FRAM.h" + ], + "dependencies": [ + { + "name": "Wire.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.0.zip", + "archiveFileName": "FRAM_I2C-0.2.0.zip", + "size": 7577, + "checksum": "SHA-256:547ce356f4ffd72a862b055e3d33bbbd39b86f1823b3885e66effb4de3d78635" + }, + { + "name": "FRAM_I2C", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "Wire.h", + "FRAM.h" + ], + "dependencies": [ + { + "name": "Wire.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.1.zip", + "archiveFileName": "FRAM_I2C-0.2.1.zip", + "size": 7577, + "checksum": "SHA-256:cafd6e143c5bdddfc91e78619796b373617d4485f90e6c84f48c5ac1b2e650de" + }, + { + "name": "FRAM_I2C", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.2.zip", + "archiveFileName": "FRAM_I2C-0.2.2.zip", + "size": 9331, + "checksum": "SHA-256:1de860076372d42f59307d162caf62244c81e8ba6c5b79a85381e8a996cb2c5a" + }, + { + "name": "FRAM_I2C", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.3.zip", + "archiveFileName": "FRAM_I2C-0.2.3.zip", + "size": 9350, + "checksum": "SHA-256:ce40ecca8094693cc5b71c73c16b54cb560b46bb968c4b2ff2f390c2f530868d" + }, + { + "name": "FRAM_I2C", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.0.zip", + "archiveFileName": "FRAM_I2C-0.3.0.zip", + "size": 9814, + "checksum": "SHA-256:3bb8ca2de2d8cd70cc1b51ef6ea135f5e92c447a507d72de4592f61573bcc185" + }, + { + "name": "FRAM_I2C", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.1.zip", + "archiveFileName": "FRAM_I2C-0.3.1.zip", + "size": 9712, + "checksum": "SHA-256:b693c832889bd41227eca430cdb6d545e650d7cbd194c43588a87ab8fb626b85" + }, + { + "name": "FRAM_I2C", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.2.zip", + "archiveFileName": "FRAM_I2C-0.3.2.zip", + "size": 9934, + "checksum": "SHA-256:5a4a3f1e9575de61ce979fe98afe36fc9598d1b71a1061aa109c55b486fd2a26" + }, + { + "name": "FRAM_I2C", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.3.zip", + "archiveFileName": "FRAM_I2C-0.3.3.zip", + "size": 12245, + "checksum": "SHA-256:08b5ed9e214e650467ee607e8cf22c4fbffab8ba79774c93d42f90d26d20421f" + }, + { + "name": "FRAM_I2C", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.4.zip", + "archiveFileName": "FRAM_I2C-0.3.4.zip", + "size": 17984, + "checksum": "SHA-256:f41059d8b6b9d72393c653f09d33c7349b833b1eaf0bcf49aa4d55e814f83950" + }, + { + "name": "FRAM_I2C", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.5.zip", + "archiveFileName": "FRAM_I2C-0.3.5.zip", + "size": 18888, + "checksum": "SHA-256:5cd567fcb610e540b7778c6b0e7a782127e73a2a3456471506cddb455e59a8da" + }, + { + "name": "FRAM_I2C", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.3.6.zip", + "archiveFileName": "FRAM_I2C-0.3.6.zip", + "size": 20951, + "checksum": "SHA-256:5df84703dc19b5ed91a5ca2cfa8992f8596268928cd283d61d228d85dd9560b4" + }, + { + "name": "FRAM_I2C", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.4.0.zip", + "archiveFileName": "FRAM_I2C-0.4.0.zip", + "size": 28985, + "checksum": "SHA-256:7e78d4a6ba866a828abfd0a5997ffdae342995fb9cabd487d9f277c16c706392" + }, + { + "name": "FRAM_I2C", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.4.1.zip", + "archiveFileName": "FRAM_I2C-0.4.1.zip", + "size": 29094, + "checksum": "SHA-256:4ee9bd23f9290a4c22f778dd7a2c068d5db653679d97ca5abc4ce7347adef316" + }, + { + "name": "FRAM_I2C", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.4.2.zip", + "archiveFileName": "FRAM_I2C-0.4.2.zip", + "size": 37023, + "checksum": "SHA-256:925d30f747fdf428bc8e427354d0927dee2589a790b46d52025204221967c4c6" + }, + { + "name": "FRAM_I2C", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.4.3.zip", + "archiveFileName": "FRAM_I2C-0.4.3.zip", + "size": 37356, + "checksum": "SHA-256:d076b2aee844ce463d078e5b2be0a96aa56f2ef0e1927f75d45663627be94099" + }, + { + "name": "FRAM_I2C", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.5.0.zip", + "archiveFileName": "FRAM_I2C-0.5.0.zip", + "size": 40193, + "checksum": "SHA-256:40d2c38c3db5ef09103ae52eee8df04104cb10cdc91efbe413ac77473c922617" + }, + { + "name": "FRAM_I2C", + "version": "0.5.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.5.1.zip", + "archiveFileName": "FRAM_I2C-0.5.1.zip", + "size": 45335, + "checksum": "SHA-256:916bde70a7bcee65a12dfd94b4a0185dd95bb744f713d95ea0d78eb897f70c11" + }, + { + "name": "FRAM_I2C", + "version": "0.5.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM for persistent storage.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER and MULTILANGUAGE class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.5.2.zip", + "archiveFileName": "FRAM_I2C-0.5.2.zip", + "size": 56182, + "checksum": "SHA-256:da34ad8458f6b861cff7e2b571621ff8758b3c53dd27b03da9bd12889ba9b6d1" + }, + { + "name": "FRAM_I2C", + "version": "0.5.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM for persistent storage.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER and MULTILANGUAGE class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.5.3.zip", + "archiveFileName": "FRAM_I2C-0.5.3.zip", + "size": 56866, + "checksum": "SHA-256:70a86f764a476396c6e791eb4edd7af88758f749560e5529596f1e77c97f62b8" + }, + { + "name": "FRAM_I2C", + "version": "0.5.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM for persistent storage.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER and MULTILANGUAGE class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.5.4.zip", + "archiveFileName": "FRAM_I2C-0.5.4.zip", + "size": 57366, + "checksum": "SHA-256:97cf5298b1d89444c6e8c10bfb1b053c78d75e130465aafb92c2b3bfe4c76c05" + }, + { + "name": "FRAM_I2C", + "version": "0.6.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM for persistent storage.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER and MULTILANGUAGE class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.6.0.zip", + "archiveFileName": "FRAM_I2C-0.6.0.zip", + "size": 59475, + "checksum": "SHA-256:4d953407bd0bbe72f2cfbfe506c9906eaf079646d62493c3d318a184739c6dec" + }, + { + "name": "FRAM_I2C", + "version": "0.6.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM for persistent storage.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER and MULTILANGUAGE class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.6.1.zip", + "archiveFileName": "FRAM_I2C-0.6.1.zip", + "size": 59529, + "checksum": "SHA-256:9c2bbf713278e6e761f26e6ef687c2d5cdeac88e5f25044a1b1ec3f161dfe41e" + }, + { + "name": "FRAM_I2C", + "version": "0.7.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C FRAM for persistent storage.", + "paragraph": "Includes an experimental FRAM_RINGBUFFER and MULTILANGUAGE class.", + "website": "https://github.com/RobTillaart/FRAM_I2C.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "providesIncludes": [ + "FRAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.7.0.zip", + "archiveFileName": "FRAM_I2C-0.7.0.zip", + "size": 62812, + "checksum": "SHA-256:97b8f38edc33c6f888e7fe27d33328253f6329169aedf94cbbe17c6505625e74" + }, + { + "name": "PrintString", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": [ + "PrintString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.1.1.zip", + "archiveFileName": "PrintString-0.1.1.zip", + "size": 4381, + "checksum": "SHA-256:20115da6c12730b677128a4e251593ef7a8e656b6a2cebf08021a47e23d8e126" + }, + { + "name": "PrintString", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": [ + "PrintString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.1.2.zip", + "archiveFileName": "PrintString-0.1.2.zip", + "size": 4388, + "checksum": "SHA-256:0fb39aa272d22f798d0269f6208c7ea3302c75d447be375141e7d0da4c7ea9fb" + }, + { + "name": "PrintString", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": [ + "PrintString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.2.0.zip", + "archiveFileName": "PrintString-0.2.0.zip", + "size": 5970, + "checksum": "SHA-256:629063da3586eb84340bb8ed260e073d955d3ab1d24feafbd80a0287369977c7" + }, + { + "name": "PrintString", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": [ + "PrintString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.2.1.zip", + "archiveFileName": "PrintString-0.2.1.zip", + "size": 6126, + "checksum": "SHA-256:d295fabee0a45bc7ed3e52062e8fb4342d98b15b5b0cf95a11f238b8ece4668a" + }, + { + "name": "PrintString", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": [ + "PrintString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.2.2.zip", + "archiveFileName": "PrintString-0.2.2.zip", + "size": 6095, + "checksum": "SHA-256:b84f504e63bc01901aa2ae724083e0f36ea403805d045502747444d2ad993059" + }, + { + "name": "PrintString", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": [ + "PrintString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.2.3.zip", + "archiveFileName": "PrintString-0.2.3.zip", + "size": 6516, + "checksum": "SHA-256:1c462a0b861282ff8b3a36b83ce3405c141603e69f3ef7e63b449bb806d68c7a" + }, + { + "name": "PrintString", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a String.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintString.git", + "providesIncludes": [ + "PrintString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.2.4.zip", + "archiveFileName": "PrintString-0.2.4.zip", + "size": 6833, + "checksum": "SHA-256:f063ec5360f4c14715aaed6b72384a0ed27ddde957af21547e37744306df3d7f" + }, + { + "name": "MsgPack", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.0.zip", + "archiveFileName": "MsgPack-0.1.0.zip", + "size": 24722, + "checksum": "SHA-256:2e3150bf7b5bc5847cb15be34de91a302b6d440d4fbf318f49e1a8b32a531e49" + }, + { + "name": "MsgPack", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.1.zip", + "archiveFileName": "MsgPack-0.1.1.zip", + "size": 44620, + "checksum": "SHA-256:24317717404df657e98e98e86134692cbfe3303ca6beac3f9cbc5e729fecb780" + }, + { + "name": "MsgPack", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.3.zip", + "archiveFileName": "MsgPack-0.1.3.zip", + "size": 44712, + "checksum": "SHA-256:579f5ff2a31f3ec9fc062b61e514553b577f99fdfb882a87335ec6786813a031" + }, + { + "name": "MsgPack", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.4.zip", + "archiveFileName": "MsgPack-0.1.4.zip", + "size": 48860, + "checksum": "SHA-256:f273ccc65ee39763cdb8bae441278486a390e4062f59497be4cfdc529808c6a8" + }, + { + "name": "MsgPack", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.5.zip", + "archiveFileName": "MsgPack-0.1.5.zip", + "size": 51868, + "checksum": "SHA-256:75ccd83305d7e596ee4fbb3bd3f70e4f3e766259e3fc039244d29aa45d971ebe" + }, + { + "name": "MsgPack", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.6.zip", + "archiveFileName": "MsgPack-0.1.6.zip", + "size": 52031, + "checksum": "SHA-256:09ad11b22f28053c97fbf41ab1a707f1494e4e1e142504cb8b40cd1a8145ddfd" + }, + { + "name": "MsgPack", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.7.zip", + "archiveFileName": "MsgPack-0.1.7.zip", + "size": 54009, + "checksum": "SHA-256:8c0d11ec8523410dbc450f1620123196b92a0aa2dd1e09341529e8e3ee6994f7" + }, + { + "name": "MsgPack", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.8.zip", + "archiveFileName": "MsgPack-0.1.8.zip", + "size": 54137, + "checksum": "SHA-256:121b255ba171ec32789a8ad7a62a20ed158492bcb603764ced5de4f6b4c0379a" + }, + { + "name": "MsgPack", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.9.zip", + "archiveFileName": "MsgPack-0.1.9.zip", + "size": 54421, + "checksum": "SHA-256:300f6c7d36890c53f852357c1580fc1f2108a65064acab998611890ca4339289" + }, + { + "name": "MsgPack", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.10.zip", + "archiveFileName": "MsgPack-0.1.10.zip", + "size": 54526, + "checksum": "SHA-256:2cdb1edd29034af6ba1bdfa014724744b31ec324de2c3226b5826072df61ac80" + }, + { + "name": "MsgPack", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.11.zip", + "archiveFileName": "MsgPack-0.1.11.zip", + "size": 54935, + "checksum": "SHA-256:77d8103e0ca4d054d4b02b8de584ab18ee6724ce3a86c22c2c1c94c620765bd4" + }, + { + "name": "MsgPack", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.0.zip", + "archiveFileName": "MsgPack-0.2.0.zip", + "size": 62208, + "checksum": "SHA-256:6afce3140133a40c2e4063ad86fee750116b6b9ff6840f9d54f267f89b5d7a81" + }, + { + "name": "MsgPack", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.1.zip", + "archiveFileName": "MsgPack-0.2.1.zip", + "size": 62301, + "checksum": "SHA-256:150465d18e66df4efad9b011e459045de79a86957c698eb6be58e7677b365bde" + }, + { + "name": "MsgPack", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.2.zip", + "archiveFileName": "MsgPack-0.2.2.zip", + "size": 62335, + "checksum": "SHA-256:0173c3af8115c6e4423424d65de6d03d095f61b005ec70c2e66b23dc6f58bea4" + }, + { + "name": "MsgPack", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.3.zip", + "archiveFileName": "MsgPack-0.2.3.zip", + "size": 62570, + "checksum": "SHA-256:ba9174ad12db17204047ea7cc756c805d322e93fcd78f34ced1be5ec4d248f1c" + }, + { + "name": "MsgPack", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.4.zip", + "archiveFileName": "MsgPack-0.2.4.zip", + "size": 62594, + "checksum": "SHA-256:56c24d8eae43a0fbe9910c58fa8992b7e704360e16a8ef49be9d9f6f54b6291d" + }, + { + "name": "MsgPack", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.5.zip", + "archiveFileName": "MsgPack-0.2.5.zip", + "size": 62672, + "checksum": "SHA-256:480de82c06c3dbd7cc008fe1dd12be08dc2f0298a8102db6ea1b3898166f6938" + }, + { + "name": "MsgPack", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.6.zip", + "archiveFileName": "MsgPack-0.2.6.zip", + "size": 62676, + "checksum": "SHA-256:502ab090aedf0b12af7ff9b44857da6c85fb221082bfc0d9761b427c195a3bf2" + }, + { + "name": "MsgPack", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.7.zip", + "archiveFileName": "MsgPack-0.2.7.zip", + "size": 62804, + "checksum": "SHA-256:bb1fd07fe884aed65adc6f02a6258d0ef4010812ce527bd4b468e044eec27bbf" + }, + { + "name": "MsgPack", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.8.zip", + "archiveFileName": "MsgPack-0.2.8.zip", + "size": 62984, + "checksum": "SHA-256:ad8cee2f91eedfd88cfc084a28ca4f55de0aab3aa88003a2c3c600ff4e416b29" + }, + { + "name": "MsgPack", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.9.zip", + "archiveFileName": "MsgPack-0.2.9.zip", + "size": 63488, + "checksum": "SHA-256:e3ac466ddf8750548507571adf86ed94eff0dae8cde3a9b6327de7be1187ab2a" + }, + { + "name": "MsgPack", + "version": "0.2.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.10.zip", + "archiveFileName": "MsgPack-0.2.10.zip", + "size": 64419, + "checksum": "SHA-256:f637218acefb7470dacef8b0d71593800b0b7dc8b21f0737cd2fb703e8c1c7c3" + }, + { + "name": "MsgPack", + "version": "0.2.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.11.zip", + "archiveFileName": "MsgPack-0.2.11.zip", + "size": 64435, + "checksum": "SHA-256:57800a86696c1911ba0732d3113f728e7a3a15fc3eb314ab3e40f70ddcbaa67e" + }, + { + "name": "MsgPack", + "version": "0.2.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.12.zip", + "archiveFileName": "MsgPack-0.2.12.zip", + "size": 64682, + "checksum": "SHA-256:62e5322fe6582b23ef0b4ebb6114b54742adc2f4ddd1094168e301c9aaeca948" + }, + { + "name": "MsgPack", + "version": "0.2.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.13.zip", + "archiveFileName": "MsgPack-0.2.13.zip", + "size": 65111, + "checksum": "SHA-256:0825f787cb0876aa6510423278aeb0e04597ace6ad9410e0a619db8e8d8102e7" + }, + { + "name": "MsgPack", + "version": "0.2.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.15.zip", + "archiveFileName": "MsgPack-0.2.15.zip", + "size": 73400, + "checksum": "SHA-256:c0c8fd2b168ea3da953a54cb0117098e7e6935ab3d08c154b874a0a59af120ef" + }, + { + "name": "MsgPack", + "version": "0.2.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.16.zip", + "archiveFileName": "MsgPack-0.2.16.zip", + "size": 73497, + "checksum": "SHA-256:e4658efdf1e06a234c03e677183e7a584b1e1272f7f9e948a265802d12572df0" + }, + { + "name": "MsgPack", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.0.zip", + "archiveFileName": "MsgPack-0.3.0.zip", + "size": 76010, + "checksum": "SHA-256:2fd7b68bf094916e66be8448d388748b0632085057bd207ed511c696a1d2e63d" + }, + { + "name": "MsgPack", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.1.zip", + "archiveFileName": "MsgPack-0.3.1.zip", + "size": 76039, + "checksum": "SHA-256:8bbf770623e41ed0d41616ef9257b11d25ec030845f69bf4c7c25560f6ad675b" + }, + { + "name": "MsgPack", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.2.zip", + "archiveFileName": "MsgPack-0.3.2.zip", + "size": 77625, + "checksum": "SHA-256:35bd602cf26920fa36a4349d63d7cc717f10aab5b2d6a564b49f52db664bad8d" + }, + { + "name": "MsgPack", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.3.zip", + "archiveFileName": "MsgPack-0.3.3.zip", + "size": 77636, + "checksum": "SHA-256:44be853f0e0967c4aa7670484791510da55e3c076a3508ed46634c45237b86eb" + }, + { + "name": "MsgPack", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.4.zip", + "archiveFileName": "MsgPack-0.3.4.zip", + "size": 77639, + "checksum": "SHA-256:21f5e7881963947512bd114fb49cbf5f92f598246c0ca47decf8fcabce361e79" + }, + { + "name": "MsgPack", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.5.zip", + "archiveFileName": "MsgPack-0.3.5.zip", + "size": 77561, + "checksum": "SHA-256:273376999f4825670f3f1f863a9a987a3f59b646923d92b17d7607d5d58d0096" + }, + { + "name": "MsgPack", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.6.zip", + "archiveFileName": "MsgPack-0.3.6.zip", + "size": 78359, + "checksum": "SHA-256:a924c9deaff97947031d09293e7df084477041d2c4fbd3d7f062de4a7f6426a5" + }, + { + "name": "MsgPack", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.7.zip", + "archiveFileName": "MsgPack-0.3.7.zip", + "size": 78370, + "checksum": "SHA-256:6d283ea871b6a4d76eb49d9fcd7e3548f3bc92d7543d1ee515eb4097362630ad" + }, + { + "name": "MsgPack", + "version": "0.3.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.8.zip", + "archiveFileName": "MsgPack-0.3.8.zip", + "size": 79955, + "checksum": "SHA-256:62be477a70da58b0bd15201004958362636db5fa808d40861edbc4a1a71eaaf1" + }, + { + "name": "MsgPack", + "version": "0.3.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.9.zip", + "archiveFileName": "MsgPack-0.3.9.zip", + "size": 80523, + "checksum": "SHA-256:b614a49e01ab6f2c0683a27d969c0c5ba8c7245a07e7f602f03351396f9feef2" + }, + { + "name": "MsgPack", + "version": "0.3.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.10.zip", + "archiveFileName": "MsgPack-0.3.10.zip", + "size": 80666, + "checksum": "SHA-256:710db8ebee220314015d3f2774a1c464ea08084f2d6edafbaad3e76468a7799e" + }, + { + "name": "MsgPack", + "version": "0.3.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.11.zip", + "archiveFileName": "MsgPack-0.3.11.zip", + "size": 111242, + "checksum": "SHA-256:ebe747d7a03dbfc02d54d2ba2a7b1564dc9dfcd836dec850fd692720aad4444f" + }, + { + "name": "MsgPack", + "version": "0.3.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.12.zip", + "archiveFileName": "MsgPack-0.3.12.zip", + "size": 111713, + "checksum": "SHA-256:5caa8cf62953905cd37474a46719bb3fb40b01885e97f3250f5851420ce985a5" + }, + { + "name": "MsgPack", + "version": "0.3.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.13.zip", + "archiveFileName": "MsgPack-0.3.13.zip", + "size": 111792, + "checksum": "SHA-256:66b5d8ce2dfbea0da890bdce47578a45de7824f8b163e493e4b2c4d181cbd37e" + }, + { + "name": "MsgPack", + "version": "0.3.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.14.zip", + "archiveFileName": "MsgPack-0.3.14.zip", + "size": 114019, + "checksum": "SHA-256:b6309184620dbfb5ac137aba4050a5f33a9ae594666b3695680c0f931ddc6053" + }, + { + "name": "MsgPack", + "version": "0.3.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.15.zip", + "archiveFileName": "MsgPack-0.3.15.zip", + "size": 114110, + "checksum": "SHA-256:8626f14f96093ea6aff8b97bd6f3e08f35987e855ddd1d8f170bd52f3fdb4aae" + }, + { + "name": "MsgPack", + "version": "0.3.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.16.zip", + "archiveFileName": "MsgPack-0.3.16.zip", + "size": 117003, + "checksum": "SHA-256:8b469fb5abb55abe2dcf05567eb91590cc189c869f6c294f5cbd8456d683fecd" + }, + { + "name": "MsgPack", + "version": "0.3.17", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.17.zip", + "archiveFileName": "MsgPack-0.3.17.zip", + "size": 117096, + "checksum": "SHA-256:66258da48d8b4298fd6f3cc3d0c662cc26380807b0ba4e53fc2c069bd753a8e4" + }, + { + "name": "MsgPack", + "version": "0.3.18", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.18.zip", + "archiveFileName": "MsgPack-0.3.18.zip", + "size": 117441, + "checksum": "SHA-256:a9815a2b51a45c6746ea9c2313e6316e1e746449a18ef63a1f37588cbd9e266f" + }, + { + "name": "MsgPack", + "version": "0.3.19", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.19.zip", + "archiveFileName": "MsgPack-0.3.19.zip", + "size": 117442, + "checksum": "SHA-256:1e214ac220334baa7f36da404a62561b842749d06893e1745547a452af3c8c94" + }, + { + "name": "MsgPack", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai/MsgPack", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPack.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxTypeTraits" + }, + { + "name": "DebugLog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.4.0.zip", + "archiveFileName": "MsgPack-0.4.0.zip", + "size": 53059, + "checksum": "SHA-256:35dd182a39d521190a6c0327a076073d5b7da26ebbe8c468272cf53209cc0286" + }, + { + "name": "PrintSize", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.0.zip", + "archiveFileName": "PrintSize-0.2.0.zip", + "size": 6665, + "checksum": "SHA-256:7d8a9237f19348cf306c7fdd7fc5c0a2b6d160427cbed19211c4fbdf11dd3a7e" + }, + { + "name": "PrintSize", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.1.zip", + "archiveFileName": "PrintSize-0.2.1.zip", + "size": 8136, + "checksum": "SHA-256:d38f5dc274f8f7ef60c4f447d006dc29b3d98cacbeb314daa177883092c349e3" + }, + { + "name": "PrintSize", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.2.zip", + "archiveFileName": "PrintSize-0.2.2.zip", + "size": 8137, + "checksum": "SHA-256:a9b2b89d6e88683e782820a212d466046deb3608405a46d98b0587d52ccc3714" + }, + { + "name": "PrintSize", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.3.0.zip", + "archiveFileName": "PrintSize-0.3.0.zip", + "size": 9581, + "checksum": "SHA-256:aca7980278393e8913c452d67aa06f8a7e933b543f04c7dc6615b8a8aa9230a3" + }, + { + "name": "PrintSize", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.3.1.zip", + "archiveFileName": "PrintSize-0.3.1.zip", + "size": 9809, + "checksum": "SHA-256:a236a16f5b240dda8e36ad1dc5e6bbc70cb43de30f0afe43f24a3da3a150afc6" + }, + { + "name": "PrintSize", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.3.2.zip", + "archiveFileName": "PrintSize-0.3.2.zip", + "size": 9784, + "checksum": "SHA-256:fca3af8c6bcbfccbbf36d06f6818cae0336e607dc5b538c917d58bb8dc6a684a" + }, + { + "name": "PrintSize", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.3.3.zip", + "archiveFileName": "PrintSize-0.3.3.zip", + "size": 10181, + "checksum": "SHA-256:855c2d8f5b355def4a907c8488cdaa28cd0073bf1b1022f0e198d527a451a5f8" + }, + { + "name": "PrintSize", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to determine size of a printed variable.", + "website": "https://github.com/RobTillaart/PrintSize", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintSize.git", + "providesIncludes": [ + "PrintSize.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.3.4.zip", + "archiveFileName": "PrintSize-0.3.4.zip", + "size": 10566, + "checksum": "SHA-256:d28cc9900ee34c9ded89da65d41d77e0a694bede4de88649c188b5e78ece3d99" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.0.zip", + "archiveFileName": "utils_asukiaaa-1.0.0.zip", + "size": 4477, + "checksum": "SHA-256:6e603d67e4869cb4efee4b418257c2303c3948c6a8844ac86d4f923bb2cb560c" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.1.zip", + "archiveFileName": "utils_asukiaaa-1.0.1.zip", + "size": 5012, + "checksum": "SHA-256:d1fd41aac10b6db703ae1009dad8705f1752cd1ba7b38c6a32e7daa3579f6ff3" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.2.zip", + "archiveFileName": "utils_asukiaaa-1.0.2.zip", + "size": 7246, + "checksum": "SHA-256:8cea00c03d787f917941840e3ed5e0355d5423de915dbf27a9ca55d8551fba4a" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.3.zip", + "archiveFileName": "utils_asukiaaa-1.0.3.zip", + "size": 7609, + "checksum": "SHA-256:df603c8710805c8b41c509ae3ba6d2e3d95d9f5585f698676845fe319bd1f1e8" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.4.zip", + "archiveFileName": "utils_asukiaaa-1.0.4.zip", + "size": 9942, + "checksum": "SHA-256:ea592e851437ade700bdbb39810ba0896115e63169fa4f0a5a20398943f63b9a" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.5.zip", + "archiveFileName": "utils_asukiaaa-1.0.5.zip", + "size": 10196, + "checksum": "SHA-256:d3d5ed35cce4b018f6b263157a14b7f9d72fca29299873ccc651b910c3d9569a" + }, + { + "name": "utils_asukiaaa", + "version": "1.0.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Utility functions for Arduino.", + "paragraph": "Useful functions for button, string and wire.", + "website": "https://github.com/asukiaaa/utils_asukiaaa", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.6.zip", + "archiveFileName": "utils_asukiaaa-1.0.6.zip", + "size": 10521, + "checksum": "SHA-256:04f486d26868857727adb7defc089c50462a39bf4a7a2c2a0d33984103affbdc" + }, + { + "name": "PrintCharArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": [ + "PrintCharArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.2.0.zip", + "archiveFileName": "PrintCharArray-0.2.0.zip", + "size": 7824, + "checksum": "SHA-256:1ec0a3994ce5fe18395194c5b77e82aca0b56317d148cb82b59b8041f15ce121" + }, + { + "name": "PrintCharArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": [ + "PrintCharArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.2.1.zip", + "archiveFileName": "PrintCharArray-0.2.1.zip", + "size": 8171, + "checksum": "SHA-256:965a67fe60b59da0e7ace363d5513efed6e1c2c7bee1bf07ca9c670eb888487e" + }, + { + "name": "PrintCharArray", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": [ + "PrintCharArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.3.0.zip", + "archiveFileName": "PrintCharArray-0.3.0.zip", + "size": 10146, + "checksum": "SHA-256:befd84106fd81e9ddd2d719e3633f6fb7743b6c1529a4012f3da1da83620d40b" + }, + { + "name": "PrintCharArray", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": [ + "PrintCharArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.3.1.zip", + "archiveFileName": "PrintCharArray-0.3.1.zip", + "size": 10153, + "checksum": "SHA-256:52fbc4d18b0f366a691844b4f82f03b6802331db5557eb867e1c8a6ae1d55a31" + }, + { + "name": "PrintCharArray", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": [ + "PrintCharArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.3.2.zip", + "archiveFileName": "PrintCharArray-0.3.2.zip", + "size": 10198, + "checksum": "SHA-256:6e23331c39340efbe30f57acdcb902d36898818586a99960a33fb2318f425cca" + }, + { + "name": "PrintCharArray", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": [ + "PrintCharArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.3.3.zip", + "archiveFileName": "PrintCharArray-0.3.3.zip", + "size": 10705, + "checksum": "SHA-256:b8fcc76d90b2f6abda66c812e701d458a77602fa12b1e2072472089533b1b18b" + }, + { + "name": "PrintCharArray", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to capture prints into a char array.", + "website": "https://github.com/RobTillaart/PrintCharArray.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "providesIncludes": [ + "PrintCharArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.3.4.zip", + "archiveFileName": "PrintCharArray-0.3.4.zip", + "size": 11013, + "checksum": "SHA-256:ec438ba158f86baf090ed69d0c4fd58d4238f1483e37a25e703b2ca06bab30cb" + }, + { + "name": "SdTerminal", + "version": "0.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.1.0.zip", + "archiveFileName": "SdTerminal-0.1.0.zip", + "size": 4369, + "checksum": "SHA-256:d3f80e939348db4b3d4398d3c9a75874547d0e264852b7a74f4128f2941194c2" + }, + { + "name": "SdTerminal", + "version": "0.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.2.0.zip", + "archiveFileName": "SdTerminal-0.2.0.zip", + "size": 5978, + "checksum": "SHA-256:ef3d711083e553aac82c93a3d057174c3234f3a39821cc08b51bfb17e0bfa6e5" + }, + { + "name": "SdTerminal", + "version": "0.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.2.1.zip", + "archiveFileName": "SdTerminal-0.2.1.zip", + "size": 5978, + "checksum": "SHA-256:2af67386ec1195816b2c8472760fd1f4081256176257180ad39169edd4372408" + }, + { + "name": "SdTerminal", + "version": "1.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.0.0.zip", + "archiveFileName": "SdTerminal-1.0.0.zip", + "size": 6209, + "checksum": "SHA-256:78929aa5b29c0c0dfb2109c6eb21abd602a09865d479b3ce8f6eb2c3656a52e1" + }, + { + "name": "SdTerminal", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.0.1.zip", + "archiveFileName": "SdTerminal-1.0.1.zip", + "size": 6458, + "checksum": "SHA-256:04e5dfbfd1c4da7d395bc4042bdbae7610d497159e1b054103252e75a9ec1540" + }, + { + "name": "SdTerminal", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.1.0.zip", + "archiveFileName": "SdTerminal-1.1.0.zip", + "size": 6994, + "checksum": "SHA-256:ff560238d0e07eafca1c22e0fcf0a487f8a1be8a2d2d8695389b19e0e4a92bab" + }, + { + "name": "SdTerminal", + "version": "1.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.1.1.zip", + "archiveFileName": "SdTerminal-1.1.1.zip", + "size": 7017, + "checksum": "SHA-256:ac5fb72a7ca50474891b9d834da4c4deca21c9f3259051a8dceb71fecf5bd55f" + }, + { + "name": "SdTerminal", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.2.0.zip", + "archiveFileName": "SdTerminal-1.2.0.zip", + "size": 6978, + "checksum": "SHA-256:baa99cb9cd33fd4585043e666047270e91a374ec528c45b719cd3745a240d767" + }, + { + "name": "SdTerminal", + "version": "2.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Basic terminal interface for Arduino SD card logging/file management", + "paragraph": "Basic terminal interface for Arduino SD card logging/file management", + "website": "https://github.com/PowerBroker2/SdTerminal", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "dependencies": [ + { + "name": "FireTimer" + }, + { + "name": "SdFat.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-2.0.0.zip", + "archiveFileName": "SdTerminal-2.0.0.zip", + "size": 7262, + "checksum": "SHA-256:aad30eb0d8437393a1ad9a3fbe8f0291109f4a3ba49e1f337f8ae3befd7d0e66" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.0.1", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "Install this VGA library and use it with STM32 Arduino Roger Clark core framework", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": [ + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.0.1.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.0.1.zip", + "size": 78063, + "checksum": "SHA-256:075f219d20f1da2dd4a992f4dbb0d3fd9915b361269d6ee9d340a721f713cfab" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.1.0", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": [ + "STM32F1", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.0.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.0.zip", + "size": 78095, + "checksum": "SHA-256:991d5ade69f0cba9bd6cf8b2e6a4608d47d2c50f58872aa84be1397eaf3c8525" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.1.1", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": [ + "STM32F1", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.1.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.1.zip", + "size": 85681, + "checksum": "SHA-256:897cee7bb7c8dcad5e8800fe2a5039cbb1af031a138aff9f21065cd9e02fbcd0" + }, + { + "name": "BlueVGA Library for BluePill", + "version": "0.1.3", + "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", + "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", + "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", + "website": "https://github.com/rocorbera/bluevga", + "category": "Display", + "architectures": [ + "STM32F1", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoCorbera/BlueVGA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.3.zip", + "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.3.zip", + "size": 140334, + "checksum": "SHA-256:653f23ebc7610896ea817cbbcfc77467ea1b18e971cf310af4d544366dc1ea82" + }, + { + "name": "ANSI", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.0.zip", + "archiveFileName": "ANSI-0.1.0.zip", + "size": 4641, + "checksum": "SHA-256:a63f39d05a6ce22b80b43d983f7298c4b4ff96d9976d5b10d39b5e5a21896e11" + }, + { + "name": "ANSI", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.1.zip", + "archiveFileName": "ANSI-0.1.1.zip", + "size": 4625, + "checksum": "SHA-256:d66dd4f896254cc2353aa616a73ec4ef9b6e1724b3556ef55109a4cef15f34f8" + }, + { + "name": "ANSI", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.2.zip", + "archiveFileName": "ANSI-0.1.2.zip", + "size": 7960, + "checksum": "SHA-256:ee4d4d9e407050ffe0b532134106a9bc424e52be91c99796cd4fa579618fc172" + }, + { + "name": "ANSI", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.3.zip", + "archiveFileName": "ANSI-0.1.3.zip", + "size": 9226, + "checksum": "SHA-256:d2707e47066ae71fd3590c20b155c5dc02aa1ed42afa6ebf22ef3ecd54565f4c" + }, + { + "name": "ANSI", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.4.zip", + "archiveFileName": "ANSI-0.1.4.zip", + "size": 11017, + "checksum": "SHA-256:60219e683d287f9fa842edbce535fa50d484ff32f34cf86a9d66329552404dca" + }, + { + "name": "ANSI", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.5.zip", + "archiveFileName": "ANSI-0.1.5.zip", + "size": 13027, + "checksum": "SHA-256:1e0655773d64b102a7a44ca0b3370713d35c250203ce55ef9c60da1036cd390f" + }, + { + "name": "ANSI", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.6.zip", + "archiveFileName": "ANSI-0.1.6.zip", + "size": 15077, + "checksum": "SHA-256:39c763c011fbc69218cb227d949d3be30a9e5ba31abcc2dcd678bc5b25ca6194" + }, + { + "name": "ANSI", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences", + "paragraph": "VT100, Tera Term", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.7.zip", + "archiveFileName": "ANSI-0.1.7.zip", + "size": 15110, + "checksum": "SHA-256:59db7ccdd02ce4cdbb2052da7c82f9beb49d3998f7b37a1c87e10e683e3cdce6" + }, + { + "name": "ANSI", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences.", + "paragraph": "VT100, Tera Term, putty, terminal", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.8.zip", + "archiveFileName": "ANSI-0.1.8.zip", + "size": 18286, + "checksum": "SHA-256:e19baf79c0a3a7cdae443f98f715199e67cc3cd7736177826785277793eea006" + }, + { + "name": "ANSI", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences.", + "paragraph": "VT100, Tera Term, putty, terminal", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.2.0.zip", + "archiveFileName": "ANSI-0.2.0.zip", + "size": 19787, + "checksum": "SHA-256:741253f270eb0bc964a9e8ccd12578deda546825c999fa39cd3140f8ce791965" + }, + { + "name": "ANSI", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences.", + "paragraph": "VT100, Tera Term, putty, terminal", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.2.1.zip", + "archiveFileName": "ANSI-0.2.1.zip", + "size": 20224, + "checksum": "SHA-256:21136c6cdfd041ae24bf1df6c9bd5240b35a919304653868a18a86e15a713814" + }, + { + "name": "ANSI", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences.", + "paragraph": "VT100, Tera Term, putty, terminal", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.3.0.zip", + "archiveFileName": "ANSI-0.3.0.zip", + "size": 23058, + "checksum": "SHA-256:e7c37cd58f291ec8e870c408875ea1f512c49db29620953d0657b54531af22fc" + }, + { + "name": "ANSI", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to send ANSI escape sequences.", + "paragraph": "VT100, Tera Term, putty, terminal", + "website": "https://github.com/RobTillaart/ANSI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ANSI.git", + "providesIncludes": [ + "ansi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.3.1.zip", + "archiveFileName": "ANSI-0.3.1.zip", + "size": 25503, + "checksum": "SHA-256:40844546c597ee4c4b722d0a7f53ef9a2e5f447e1e84c74b964e3d8fa4903a1c" + }, + { + "name": "Melopero AMG8833", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the AMG8833 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the AMG8833 sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_AMG8833-1.0.0.zip", + "archiveFileName": "Melopero_AMG8833-1.0.0.zip", + "size": 8160, + "checksum": "SHA-256:c06adaec200a6c864f6f9f6279b93efe734e0e3143914dc014b6ba76345e98f5" + }, + { + "name": "Melopero AMG8833", + "version": "1.0.2", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the AMG8833 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the AMG8833 sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_AMG8833-1.0.2.zip", + "archiveFileName": "Melopero_AMG8833-1.0.2.zip", + "size": 8914, + "checksum": "SHA-256:cb7178f904d263033df96abfd49d0b795386c1bfc00c0fbd3fe6ab21244fcebf" + }, + { + "name": "Melopero AMG8833", + "version": "1.1.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the AMG8833 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the AMG8833 sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_AMG8833-1.1.0.zip", + "archiveFileName": "Melopero_AMG8833-1.1.0.zip", + "size": 9182, + "checksum": "SHA-256:cf02edff141cda53848f978ccb30bd68683f92f68bab7828bc56da79df93a668" + }, + { + "name": "Midier", + "version": "1.0.0", + "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", + "sentence": "A library for playing, recording, looping and programming MIDI notes, arpeggios and sequences.", + "paragraph": "Written in C++. Comprehensively documented and provided with plenty of examples.", + "website": "https://github.com/levosos/Midier", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levosos/Midier.git", + "providesIncludes": [ + "Midier.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Midier-1.0.0.zip", + "archiveFileName": "Midier-1.0.0.zip", + "size": 8979699, + "checksum": "SHA-256:4a249735a1276e9d692e9a397ff4a8dbbb8b6b767ebe77198f25eac05a1c7c07" + }, + { + "name": "Midier", + "version": "1.0.1", + "author": "Raz Rotenberg \u003craz.rotenberg@gmail.com\u003e", + "maintainer": "Raz Rotenberg \u003craz.rotenberg@gmail.com\u003e", + "sentence": "A library for playing, recording, looping and programming MIDI notes, arpeggios and sequences.", + "paragraph": "Written in C++. Comprehensively documented and provided with plenty of examples.", + "website": "https://github.com/razrotenberg/Midier", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levosos/Midier.git", + "providesIncludes": [ + "Midier.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Midier-1.0.1.zip", + "archiveFileName": "Midier-1.0.1.zip", + "size": 8979772, + "checksum": "SHA-256:1ec32b64893d4626e6b8387eaa4609e4c329dbf1c7aaf3f33067c72f531e1019" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.3", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.3.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.3.zip", + "size": 15061, + "checksum": "SHA-256:af71a4c6a5d942f91bbaa808bd24cf9e6a39f650721fcc37fa52998b350c4c6a" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.4", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.4.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.4.zip", + "size": 15160, + "checksum": "SHA-256:1d756f03e96d172d4a8d0ef510179e7debd25da3a72cbd6d91305aa7d39479cf" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.0.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.0.zip", + "size": 11633, + "checksum": "SHA-256:9d203ffe1d40e9abd4ce213eb6651f223c5162f18584e737ada62a1fffabd4de" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.1", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.1.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.1.zip", + "size": 11595, + "checksum": "SHA-256:b3fe68d6a2d6be1d8b4b0800e6bb954968339145b460bc7c5c6a87ffcc838d4e" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.2", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.2.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.2.zip", + "size": 12686, + "checksum": "SHA-256:fa650f3f0090207e03001db9d4199a8a02b9488384d12176eaa9846bbdaf76d7" + }, + { + "name": "STM32duino-Semihosting", + "version": "1.0.5", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Debug arduinos with arm processors.", + "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", + "website": "https://github.com/koendv/stm32duino-semihosting", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/STM32duino-Semihosting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.5.zip", + "archiveFileName": "STM32duino_Semihosting-1.0.5.zip", + "size": 15269, + "checksum": "SHA-256:ef0db1db8fb6f419a822ba734b1201c66030379379ba151957d7ad13096845b3" + }, + { + "name": "Fraction", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.9.zip", + "archiveFileName": "Fraction-0.1.9.zip", + "size": 11308, + "checksum": "SHA-256:6c174843314934d2d538a880f0215404f0cd3620b890099e48772b94fc306244" + }, + { + "name": "Fraction", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.10.zip", + "archiveFileName": "Fraction-0.1.10.zip", + "size": 11350, + "checksum": "SHA-256:159c11d1228260b24301b34839411f1d92d7b409776eb18f9a1e8a564a0c99c1" + }, + { + "name": "Fraction", + "version": "0.1.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.11.zip", + "archiveFileName": "Fraction-0.1.11.zip", + "size": 12711, + "checksum": "SHA-256:acfaa96a2126f18e61d708ab6ee53be0e9a4d446691f303b6971bfdf1c59546f" + }, + { + "name": "Fraction", + "version": "0.1.12", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.12.zip", + "archiveFileName": "Fraction-0.1.12.zip", + "size": 12825, + "checksum": "SHA-256:ce69a20379d793505c8272bfd40f707c9923d3cad8fdc94ed44bf47d2250ea27" + }, + { + "name": "Fraction", + "version": "0.1.13", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.13.zip", + "archiveFileName": "Fraction-0.1.13.zip", + "size": 12825, + "checksum": "SHA-256:424b14f856f9751cb79f8477060f65ba5b5411a9d388c8371b93d488677a756a" + }, + { + "name": "Fraction", + "version": "0.1.14", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.14.zip", + "archiveFileName": "Fraction-0.1.14.zip", + "size": 13297, + "checksum": "SHA-256:cab172c0a7d005335658871dcf0085fd8563bb7f163b5fb34fc6b8eab7b8ad2f" + }, + { + "name": "Fraction", + "version": "0.1.15", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.15.zip", + "archiveFileName": "Fraction-0.1.15.zip", + "size": 15562, + "checksum": "SHA-256:e468e385db9f66062b343dc2abc312f961533eb768e4f223cad74b125c744d3a" + }, + { + "name": "Fraction", + "version": "0.1.16", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement a Fraction datatype.", + "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", + "website": "https://github.com/RobTillaart/Fraction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fraction.git", + "providesIncludes": [ + "fraction.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.16.zip", + "archiveFileName": "Fraction-0.1.16.zip", + "size": 15735, + "checksum": "SHA-256:533accccf480be21ebc6a3f079b5e53a323738b268aaa5fbfac976a7d8fe99ea" + }, + { + "name": "XMLWriter", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.0.zip", + "archiveFileName": "XMLWriter-0.2.0.zip", + "size": 15964, + "checksum": "SHA-256:4ebe06dbb2a49c5744e86f79079c05a7c385d1b64562c6cbade1eb6495570782" + }, + { + "name": "XMLWriter", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.1.zip", + "archiveFileName": "XMLWriter-0.2.1.zip", + "size": 16924, + "checksum": "SHA-256:061b84d20c77994f876208273ceaf8e490c3baaf241a886f57773f102ac4a44f" + }, + { + "name": "XMLWriter", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.2.zip", + "archiveFileName": "XMLWriter-0.2.2.zip", + "size": 17530, + "checksum": "SHA-256:956883a98bd488c49a7f3faf0ce7e00a494aa5a3d00c6507ac459c842ba90609" + }, + { + "name": "XMLWriter", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.3.zip", + "archiveFileName": "XMLWriter-0.2.3.zip", + "size": 17882, + "checksum": "SHA-256:9c72d23db36802d1d30ff058ee2b8593e95d432ad801fe953e6db3df759bb45f" + }, + { + "name": "XMLWriter", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.4.zip", + "archiveFileName": "XMLWriter-0.2.4.zip", + "size": 22819, + "checksum": "SHA-256:5a2721914d75535f824d966a52efbaae5d04658691a6d1e119b7893dd6791260" + }, + { + "name": "XMLWriter", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.3.0.zip", + "archiveFileName": "XMLWriter-0.3.0.zip", + "size": 28791, + "checksum": "SHA-256:d33635bd116925e2729ce798f7b4ab42df8802193482eb482e70ca8923124055" + }, + { + "name": "XMLWriter", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.3.1.zip", + "archiveFileName": "XMLWriter-0.3.1.zip", + "size": 29164, + "checksum": "SHA-256:0d84ea3183d02a248147e939cdebf62be700a5cb51d3d6d7ef0d4fd6bc2a48ea" + }, + { + "name": "XMLWriter", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.3.2.zip", + "archiveFileName": "XMLWriter-0.3.2.zip", + "size": 29213, + "checksum": "SHA-256:e8afecf8c93c5b244c70435a483df09f0859e96782eb44105732893d0b81ae6f" + }, + { + "name": "XMLWriter", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.3.3.zip", + "archiveFileName": "XMLWriter-0.3.3.zip", + "size": 29674, + "checksum": "SHA-256:863dff48ace28e8ff2480d47068094eacac3f03eb73db7ee06622c4091e207dd" + }, + { + "name": "XMLWriter", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.3.4.zip", + "archiveFileName": "XMLWriter-0.3.4.zip", + "size": 29719, + "checksum": "SHA-256:fae253c398fc75b9edd7a7302dd87aaac053b12a6421aa7692933995744c975b" + }, + { + "name": "XMLWriter", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating XML", + "website": "https://github.com/RobTillaart/XMLWriter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/XMLWriter.git", + "providesIncludes": [ + "XMLWriter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.3.5.zip", + "archiveFileName": "XMLWriter-0.3.5.zip", + "size": 30885, + "checksum": "SHA-256:faa5a1cd2a88cf3e300875fec93cbd2300edb34a456063447feae96e57ce6400" + }, + { + "name": "ArxContainer", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.0.zip", + "archiveFileName": "ArxContainer-0.3.0.zip", + "size": 7941, + "checksum": "SHA-256:b26521375a2b41f4f502b386a2c9239bb2353e5f97cd438a7d9197062af5364c" + }, + { + "name": "ArxContainer", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.1.zip", + "archiveFileName": "ArxContainer-0.3.1.zip", + "size": 8264, + "checksum": "SHA-256:82dab15e4a93b2afa58ea8098081a89825cedf8435d85930c7c88e89731b20af" + }, + { + "name": "ArxContainer", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.2.zip", + "archiveFileName": "ArxContainer-0.3.2.zip", + "size": 8972, + "checksum": "SHA-256:403b916b7a1e560eb0ad6b3c4879cbe2b5f6ecaa3e1200b774b2f928490fb5c7" + }, + { + "name": "ArxContainer", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.3.zip", + "archiveFileName": "ArxContainer-0.3.3.zip", + "size": 8988, + "checksum": "SHA-256:28db6141e469227f759d318ef8ca04714b69b755b5d4e98dda9244c6f19c9fb6" + }, + { + "name": "ArxContainer", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.4.zip", + "archiveFileName": "ArxContainer-0.3.4.zip", + "size": 9156, + "checksum": "SHA-256:bb5b5028f2c34873fe1ee2159d0c3c2ed11acee0f45c430c8f39473f7febf7eb" + }, + { + "name": "ArxContainer", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.5.zip", + "archiveFileName": "ArxContainer-0.3.5.zip", + "size": 9244, + "checksum": "SHA-256:817c4552e1f504557ec36c747122fa73f739ee99cabe3c88252d0af4b4a39f87" + }, + { + "name": "ArxContainer", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.6.zip", + "archiveFileName": "ArxContainer-0.3.6.zip", + "size": 9247, + "checksum": "SHA-256:276abae693bdecffac362d4ae184b01743789462f183dd59a3c1752bb686e539" + }, + { + "name": "ArxContainer", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.7.zip", + "archiveFileName": "ArxContainer-0.3.7.zip", + "size": 9272, + "checksum": "SHA-256:40a6d7ce08e46afd6b8d22a4694abd8668282f1d0d256f23eae2c4ef62217c9d" + }, + { + "name": "ArxContainer", + "version": "0.3.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.8.zip", + "archiveFileName": "ArxContainer-0.3.8.zip", + "size": 9291, + "checksum": "SHA-256:994011b8c0889727538760736c604bf893c3fa09b65d26ca4cffab009ce9e50a" + }, + { + "name": "ArxContainer", + "version": "0.3.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.9.zip", + "archiveFileName": "ArxContainer-0.3.9.zip", + "size": 13094, + "checksum": "SHA-256:875fa6ad86c6d189cca6c27141b38128bf92a58359e8d90cc18151b1fac4bfaa" + }, + { + "name": "ArxContainer", + "version": "0.3.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.10.zip", + "archiveFileName": "ArxContainer-0.3.10.zip", + "size": 13190, + "checksum": "SHA-256:683b84b236cc704735565da69c275d133a867b1a69a340631f03d200c7a21542" + }, + { + "name": "ArxContainer", + "version": "0.3.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.11.zip", + "archiveFileName": "ArxContainer-0.3.11.zip", + "size": 13200, + "checksum": "SHA-256:d1ba997f61b89ce0588b1c34811a4e9b26170b6dab3a5f71eaa2287b7c0cf20a" + }, + { + "name": "ArxContainer", + "version": "0.3.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.12.zip", + "archiveFileName": "ArxContainer-0.3.12.zip", + "size": 13227, + "checksum": "SHA-256:3552db2ea903bc80093674f7bab229de17c60fd0fedb786e22505213ab3bf884" + }, + { + "name": "ArxContainer", + "version": "0.3.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.13.zip", + "archiveFileName": "ArxContainer-0.3.13.zip", + "size": 14090, + "checksum": "SHA-256:9545b9e24f9ba47d13ccaf9a771f793f0455514215cac98e14bcfbfba2fe7aee" + }, + { + "name": "ArxContainer", + "version": "0.3.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.14.zip", + "archiveFileName": "ArxContainer-0.3.14.zip", + "size": 14101, + "checksum": "SHA-256:5226d33fd3e9d3f7c73a1afb216f50d5cbd3d4a4573f5076b31eeb4da7fc9a74" + }, + { + "name": "ArxContainer", + "version": "0.3.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.15.zip", + "archiveFileName": "ArxContainer-0.3.15.zip", + "size": 14125, + "checksum": "SHA-256:324a652cb375085969c21aebe25baed312d2cd83c229ec9831c4c6d9d3bf277f" + }, + { + "name": "ArxContainer", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.4.0.zip", + "archiveFileName": "ArxContainer-0.4.0.zip", + "size": 14900, + "checksum": "SHA-256:2edca7e23022ff180dd8f9f707d12d4afd43c47f34409e3817fcefdb66e114a3" + }, + { + "name": "ArxContainer", + "version": "0.5.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", + "website": "https://github.com/hideakitai/ArxContainer", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxContainer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.5.0.zip", + "archiveFileName": "ArxContainer-0.5.0.zip", + "size": 15072, + "checksum": "SHA-256:6c46859662be676e6f78f5c69c4aa72d9a469e67b005077b9ca9f64dd112f7f0" + }, + { + "name": "PyDuinoBridge", + "version": "1.0.0", + "author": "Daniel Saromo \u003cdanielsaromo@gmail.com\u003e", + "maintainer": "Daniel Saromo \u003cdanielsaromo@gmail.com\u003e", + "sentence": "A transparent library for communication between Python and Arduino.", + "paragraph": "Requires pyduino_bridge for Python (pip install pyduino_bridge).", + "website": "https://github.com/DanielSaromo/PyDuino_Bridge", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DanielSaromo/PyDuinoBridge.git", + "providesIncludes": [ + "pyduino_bridge.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DanielSaromo/PyDuinoBridge-1.0.0.zip", + "archiveFileName": "PyDuinoBridge-1.0.0.zip", + "size": 17997, + "checksum": "SHA-256:a0a59a40f43717372e39c4c35410976049b632513f5275f26527cb52e552d769" + }, + { + "name": "ledflasher", + "version": "1.0.0", + "author": "Ali Afshar aa@virc.how", + "maintainer": "Ali Afshar aa@virc.how", + "sentence": "Responsively flash LEDs", + "paragraph": "Flash an LED for a long time while doing other things.", + "website": "https://gitlab.com/virchow-personal/arduino-ledflasher", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/virchow-personal/arduino-ledflasher.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/virchow-personal/ledflasher-1.0.0.zip", + "archiveFileName": "ledflasher-1.0.0.zip", + "size": 3413, + "checksum": "SHA-256:dd3f99c011a038ed9e8f56aeafc02edb7a133b7ca7acad0da307f3269f05053d" + }, + { + "name": "lx16a-servo", + "version": "0.0.1", + "author": "Thorsten von Eicken", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.1.zip", + "archiveFileName": "lx16a_servo-0.0.1.zip", + "size": 138247, + "checksum": "SHA-256:c1d5604ae7abe553952374e8b110a6223e7ad219ec0c8ca439b8622329f7beed" + }, + { + "name": "lx16a-servo", + "version": "0.0.2", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.2.zip", + "archiveFileName": "lx16a_servo-0.0.2.zip", + "size": 141389, + "checksum": "SHA-256:5d61a882ece72a666891c47e4cb90c46855741955b42aab13873d63858b6982f" + }, + { + "name": "lx16a-servo", + "version": "0.0.3", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.3.zip", + "archiveFileName": "lx16a_servo-0.0.3.zip", + "size": 141660, + "checksum": "SHA-256:e4845c64d247085846a6466567bdf5f7d114d562e13957f7a11164be70d27e92" + }, + { + "name": "lx16a-servo", + "version": "0.0.4", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.4.zip", + "archiveFileName": "lx16a_servo-0.0.4.zip", + "size": 141812, + "checksum": "SHA-256:d9bb1aa913bc2c54b14fda9969b8d4b0c329e3f4964a0b05ee81c74ffd7ce1b6" + }, + { + "name": "lx16a-servo", + "version": "0.0.5", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.5.zip", + "archiveFileName": "lx16a_servo-0.0.5.zip", + "size": 142634, + "checksum": "SHA-256:4e522724fb21ff03d926212ba92256b97b6a0509337a396c3ad4f4cc1be359e1" + }, + { + "name": "lx16a-servo", + "version": "0.0.6", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.6.zip", + "archiveFileName": "lx16a_servo-0.0.6.zip", + "size": 143615, + "checksum": "SHA-256:2f27cbeb98c7f16d98458cf2f752e9aa7815ba63bb010a7ae04a6483dfecc1c9" + }, + { + "name": "lx16a-servo", + "version": "0.0.7", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.7.zip", + "archiveFileName": "lx16a_servo-0.0.7.zip", + "size": 144105, + "checksum": "SHA-256:82d9a704bb6c78aeccc19daf469844ca17ac9920d2d7ebe2d850590b471ab049" + }, + { + "name": "lx16a-servo", + "version": "0.0.8", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.8.zip", + "archiveFileName": "lx16a_servo-0.0.8.zip", + "size": 146912, + "checksum": "SHA-256:ee006f283be43743b9fdcff115cb351e5e1885cd1953ee08a09c36c02584a840" + }, + { + "name": "lx16a-servo", + "version": "0.0.9", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.9.zip", + "archiveFileName": "lx16a_servo-0.0.9.zip", + "size": 147085, + "checksum": "SHA-256:139704939bdd28b23034bb57ca5b018045b0002f91fd513978e3fc209edf5b3b" + }, + { + "name": "lx16a-servo", + "version": "0.1.0", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.1.0.zip", + "archiveFileName": "lx16a_servo-0.1.0.zip", + "size": 146663, + "checksum": "SHA-256:15d74e29389950630f0f3a7102233dba079f3da236722463571bf67ff91e276c" + }, + { + "name": "lx16a-servo", + "version": "0.2.0", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.2.0.zip", + "archiveFileName": "lx16a_servo-0.2.0.zip", + "size": 146731, + "checksum": "SHA-256:aa75796d0af8085800f4b978cbae3776bec2288aa12986ef24747f560a458a7c" + }, + { + "name": "lx16a-servo", + "version": "0.2.1", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.2.1.zip", + "archiveFileName": "lx16a_servo-0.2.1.zip", + "size": 146729, + "checksum": "SHA-256:4314c46cccfeab0ae11408dd177003f8464558cb7e38382451a2d5913b2e3a42" + }, + { + "name": "lx16a-servo", + "version": "0.3.0", + "author": "Thorsten von Eicken,Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.3.0.zip", + "archiveFileName": "lx16a_servo-0.3.0.zip", + "size": 146840, + "checksum": "SHA-256:08f27476ec3678c2864f14acd82e3e5cc665fd8172f59db021500e8f19c92530" + }, + { + "name": "lx16a-servo", + "version": "0.4.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.0.zip", + "archiveFileName": "lx16a_servo-0.4.0.zip", + "size": 148195, + "checksum": "SHA-256:162e52d588e6fd44b750b10b24deb0c2746864a0e2ca61aba6c396b4a4605a82" + }, + { + "name": "lx16a-servo", + "version": "0.4.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.1.zip", + "archiveFileName": "lx16a_servo-0.4.1.zip", + "size": 148238, + "checksum": "SHA-256:1f3ecdeb4d32862091b428f82ad4a75bd22c67da8617936982402732307676b5" + }, + { + "name": "lx16a-servo", + "version": "0.4.2", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.2.zip", + "archiveFileName": "lx16a_servo-0.4.2.zip", + "size": 148262, + "checksum": "SHA-256:62c20cb6e19aa9d3342e41f5892f306a3d84e4b7d7c5958a60989c55099b69df" + }, + { + "name": "lx16a-servo", + "version": "0.4.3", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.3.zip", + "archiveFileName": "lx16a_servo-0.4.3.zip", + "size": 148257, + "checksum": "SHA-256:cc2f16074d112a022165de21d0305cc22584e18d82197b5baceb29a810a5c11f" + }, + { + "name": "lx16a-servo", + "version": "0.4.4", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.4.zip", + "archiveFileName": "lx16a_servo-0.4.4.zip", + "size": 148260, + "checksum": "SHA-256:327bb885e64819f340132fd96ae422a522d026b528c2d87954b760c92081bd09" + }, + { + "name": "lx16a-servo", + "version": "0.5.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.0.zip", + "archiveFileName": "lx16a_servo-0.5.0.zip", + "size": 148297, + "checksum": "SHA-256:613d67261753b016a12794bbaf009886f59b8f451de2dab7dde6d61ef7e74a3b" + }, + { + "name": "lx16a-servo", + "version": "0.5.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.1.zip", + "archiveFileName": "lx16a_servo-0.5.1.zip", + "size": 148323, + "checksum": "SHA-256:993e8bd6a0ea12e771d640db191075dcceabdc8c55d10010ed2d020cf401692f" + }, + { + "name": "lx16a-servo", + "version": "0.5.2", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.2.zip", + "archiveFileName": "lx16a_servo-0.5.2.zip", + "size": 148355, + "checksum": "SHA-256:50fdf43ecf9c56ceb4a3655aeee26a1be8bbccf5e664f0d0d89274850a4a3026" + }, + { + "name": "lx16a-servo", + "version": "0.5.3", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.5.3.zip", + "archiveFileName": "lx16a_servo-0.5.3.zip", + "size": 148390, + "checksum": "SHA-256:b52d6ddd0ae672118aa8f022ce0875892901b1eb05d88ce8e966d50e6b6cb008" + }, + { + "name": "lx16a-servo", + "version": "0.6.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.6.0.zip", + "archiveFileName": "lx16a_servo-0.6.0.zip", + "size": 148453, + "checksum": "SHA-256:6afbffa161fff841e63f1e038d03ce8d8edc1ed33f7eefcce29a57b5277ee05e" + }, + { + "name": "lx16a-servo", + "version": "0.6.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.6.1.zip", + "archiveFileName": "lx16a_servo-0.6.1.zip", + "size": 148455, + "checksum": "SHA-256:746cbda8a01adbb11b3e1f9b61a364a08ff733d9bb447b988636f6a33b9dd937" + }, + { + "name": "lx16a-servo", + "version": "0.7.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.7.0.zip", + "archiveFileName": "lx16a_servo-0.7.0.zip", + "size": 148497, + "checksum": "SHA-256:5b87d6ebf74536884ba3f56248615fc1f80572f4fbef52eddce718159b072d47" + }, + { + "name": "lx16a-servo", + "version": "0.8.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.8.0.zip", + "archiveFileName": "lx16a_servo-0.8.0.zip", + "size": 148499, + "checksum": "SHA-256:37e1434a62564fe252315803aa45f23a7a87ef99f5350ec6706118da2d8f4c65" + }, + { + "name": "lx16a-servo", + "version": "0.8.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate LX-16A serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.8.1.zip", + "archiveFileName": "lx16a_servo-0.8.1.zip", + "size": 148591, + "checksum": "SHA-256:df482e8429e781ba909d6087135992358c2d5b185c94af5942d6effd1584543d" + }, + { + "name": "lx16a-servo", + "version": "0.8.2", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate ALX-16A, LX-224, HTS-35H and LX-15D serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A, LX-224, HTS-35H and LX-15D serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.8.2.zip", + "archiveFileName": "lx16a_servo-0.8.2.zip", + "size": 148623, + "checksum": "SHA-256:0ac7eee96dbd2d1bcc97f8dd6eb8d8e3ca07b551b91f23d11bcf6e5e45a9c89d" + }, + { + "name": "lx16a-servo", + "version": "0.8.3", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate ALX-16A, LX-224, HTS-35H and LX-15D serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A, LX-224, HTS-35H and LX-15D serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.8.3.zip", + "archiveFileName": "lx16a_servo-0.8.3.zip", + "size": 148649, + "checksum": "SHA-256:d2b31585c8b17dedc1cd3f8174653d0566f6bfea7be404d0ee750d0b9c6351e7" + }, + { + "name": "lx16a-servo", + "version": "0.9.0", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate ALX-16A, LX-224, HTS-35H and LX-15D serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A, LX-224, HTS-35H and LX-15D serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.9.0.zip", + "archiveFileName": "lx16a_servo-0.9.0.zip", + "size": 149697, + "checksum": "SHA-256:f83b1879bfde5b2c22659223b636c65725e7cf2c475a9a523594b31923ce27a3" + }, + { + "name": "lx16a-servo", + "version": "0.9.1", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate ALX-16A, LX-224, HTS-35H and LX-15D serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A, LX-224, HTS-35H and LX-15D serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.9.1.zip", + "archiveFileName": "lx16a_servo-0.9.1.zip", + "size": 149840, + "checksum": "SHA-256:6f0a03014d0e15fd7d54e135af984eac1df55827fdb87085a50dbc534b89fa28" + }, + { + "name": "lx16a-servo", + "version": "0.9.2", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate ALX-16A, LX-224, HTS-35H and LX-15D serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A, LX-224, HTS-35H and LX-15D serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.9.2.zip", + "archiveFileName": "lx16a_servo-0.9.2.zip", + "size": 149842, + "checksum": "SHA-256:3089787b9ce870bd45b7ac39b7795cc8fe133eec1c0f39181c403c61466c276c" + }, + { + "name": "lx16a-servo", + "version": "0.9.3", + "author": "Kevin Harrington,Thorsten von Eicken", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Simple Arduino library to operate ALX-16A, LX-224, HTS-35H and LX-15D serial servos.", + "paragraph": "This library sends simple commands to LewanSoul LX-16A, LX-224, HTS-35H and LX-15D serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", + "website": "https://github.com/madhephaestus/lx16a-servo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/lx16a-servo.git", + "providesIncludes": [ + "lx16a-servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.9.3.zip", + "archiveFileName": "lx16a_servo-0.9.3.zip", + "size": 149930, + "checksum": "SHA-256:0d770b80f28eaa085650f255ec147b913b46b045bed1f70e2bcc7f99bee990bb" + }, + { + "name": "SchedTask", + "version": "1.0.0", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.0.zip", + "archiveFileName": "SchedTask-1.0.0.zip", + "size": 38251, + "checksum": "SHA-256:d4834324842769f8659c3884df3cc6aef16098784ffe390560f6ee7e64982dbb" + }, + { + "name": "SchedTask", + "version": "1.0.1", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.1.zip", + "archiveFileName": "SchedTask-1.0.1.zip", + "size": 29263, + "checksum": "SHA-256:aa9a9d5e51d07209acba3c5b7a9cca6c9e7f33fbaed169e0ff58da9c12aa686b" + }, + { + "name": "SchedTask", + "version": "1.0.4", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.4.zip", + "archiveFileName": "SchedTask-1.0.4.zip", + "size": 30136, + "checksum": "SHA-256:e30245c04c715b03c949af48be8226edd4c51be79a69093f70b0f3076c989354" + }, + { + "name": "SchedTask", + "version": "1.0.5", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.5.zip", + "archiveFileName": "SchedTask-1.0.5.zip", + "size": 46350, + "checksum": "SHA-256:adf91b5b001bd41b529d06fa2b53e139ede982053c41d54d7df6d7bcf4ecf5a1" + }, + { + "name": "SchedTask", + "version": "1.1.0", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.0.zip", + "archiveFileName": "SchedTask-1.1.0.zip", + "size": 49694, + "checksum": "SHA-256:e1562fd2470769d9f90bb54af33ffaa1612752bf7a193aecb86a5870dc46f939" + }, + { + "name": "SchedTask", + "version": "1.1.1", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.1.zip", + "archiveFileName": "SchedTask-1.1.1.zip", + "size": 49821, + "checksum": "SHA-256:883ad1c07eebf57ab0901c1c77aaaa81306e8814532db87c727724a4d4fcaacb" + }, + { + "name": "SchedTask", + "version": "1.1.2", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.2.zip", + "archiveFileName": "SchedTask-1.1.2.zip", + "size": 50336, + "checksum": "SHA-256:ef094d646aea4558670a675864be6d8a4fb99ae37f41ff41a3cd13531477eb9b" + }, + { + "name": "SchedTask", + "version": "1.1.3", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.3.zip", + "archiveFileName": "SchedTask-1.1.3.zip", + "size": 50423, + "checksum": "SHA-256:709e969915379d8e834b082e317ee6023451a02a47d2279d4ff907d63edf6b55" + }, + { + "name": "SchedTask", + "version": "1.1.4", + "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", + "sentence": "Task Scheduler Library for Arduino", + "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", + "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Nospampls/SchedTask.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.4.zip", + "archiveFileName": "SchedTask-1.1.4.zip", + "size": 50489, + "checksum": "SHA-256:b89a16bc26c4aaa522630174c40a502ecb91e8a4b37bb0e1aa915df2989321bd" + }, + { + "name": "Button-Arduino", + "version": "1.1.1", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "It can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press, and a specific procedure both for short and long press. For short press there is the debouncing.", + "website": "https://github.com/davidepalladino/Button-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.1.1.zip", + "archiveFileName": "Button_Arduino-1.1.1.zip", + "size": 27108, + "checksum": "SHA-256:94a84833b731d3f8e204d5a2211afba0fbe87a4a9eccbaecf0ab12042bdbac25" + }, + { + "name": "Button-Arduino", + "version": "1.2.0", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "It can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press, and a specific procedure both for short and long press. For short press there is the debouncing.", + "website": "https://github.com/davidepalladino/Button-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.2.0.zip", + "archiveFileName": "Button_Arduino-1.2.0.zip", + "size": 27828, + "checksum": "SHA-256:dd0ae5a59e6e976a3bdd1ab87370b5d9ff0cebcae5864a421a165c729bb81a2a" + }, + { + "name": "Button-Arduino", + "version": "1.2.1", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "You can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press. For short press there is the debouncing.", + "website": "https://github.com/davidepalladino/Button-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.2.1.zip", + "archiveFileName": "Button_Arduino-1.2.1.zip", + "size": 27802, + "checksum": "SHA-256:8f43b3e0175a39e429e1fef43a74c9c5c2881145547a2ef302aaf1f56bd1dd79" + }, + { + "name": "Button-Arduino", + "version": "2.0.0", + "author": "Davide Palladino \u003cme@davidepalladino.com\u003e", + "maintainer": "Davide Palladino \u003cme@davidepalladino.com\u003e", + "sentence": "This library allows to manage a button.", + "paragraph": "You can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press. For short press there is the debouncing.", + "website": "https://www.davidepalladino.com", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidepalladino/Button-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-2.0.0.zip", + "archiveFileName": "Button_Arduino-2.0.0.zip", + "size": 24262, + "checksum": "SHA-256:8b08864ee488010f714368871679c215131d4783faf25a85ae658622ad5f7779" + }, + { + "name": "Rtc_Pcf8563", + "version": "1.0.3", + "author": "Joe Robertson \u003corbitalair@gmail.com\u003e", + "maintainer": "Joe Robertson \u003corbitalair@gmail.com\u003e", + "sentence": "A library that interfaces the Phillips PCF8563 Real Time Clock chip.", + "paragraph": "This library is heavily commented, and includes support for alarms.", + "website": "https://github.com/orbitalair/Rtc_Pcf8563", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/orbitalair/Rtc_Pcf8563.git", + "providesIncludes": [ + "Rtc_Pcf8563" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/orbitalair/Rtc_Pcf8563-1.0.3.zip", + "archiveFileName": "Rtc_Pcf8563-1.0.3.zip", + "size": 12953, + "checksum": "SHA-256:b7a734842b79c928aea11de0bf9ea5347153917a881147eaa5b5f1ed38d5ba1b" + }, + { + "name": "BlaeckSerial", + "version": "1.0.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A library which extends Serial functionality to transmit binary data.", + "paragraph": "Supports Master/Slave I2C configuration to include data from slaves. Also included is a message parser for incoming serial data in the syntax of \u003cHelloWorld, 12, 47\u003e. The parsed command 'HelloWorld' and its parameters are available in your own sketch by attaching a callback function.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.0.zip", + "archiveFileName": "BlaeckSerial-1.0.0.zip", + "size": 21072, + "checksum": "SHA-256:d8d87145607bf6ce0f1e8b31f5454762371183aaa7c4b3e2662a9378d074f82a" + }, + { + "name": "BlaeckSerial", + "version": "1.0.1", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.1.zip", + "archiveFileName": "BlaeckSerial-1.0.1.zip", + "size": 22494, + "checksum": "SHA-256:42a07db7becbd3fcd4c85face060d5d238467395e2371c89c45e000215edbff6" + }, + { + "name": "BlaeckSerial", + "version": "1.0.2", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.2.zip", + "archiveFileName": "BlaeckSerial-1.0.2.zip", + "size": 23387, + "checksum": "SHA-256:0ed0f4e4d8b69905fb0066e358afc9db8fa2ad7adfd291400d1572122d19c084" + }, + { + "name": "BlaeckSerial", + "version": "1.0.3", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.3.zip", + "archiveFileName": "BlaeckSerial-1.0.3.zip", + "size": 23331, + "checksum": "SHA-256:fa189adada7a6a7a9c28475da8aa22c1cf0e83075a6ee0e4dceb07da14212b2e" + }, + { + "name": "BlaeckSerial", + "version": "1.0.4", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.4.zip", + "archiveFileName": "BlaeckSerial-1.0.4.zip", + "size": 23547, + "checksum": "SHA-256:e8f0d8175c96b59b6c66a60d1e5e1645e25113bdff9be47e20c3d1bbe98b9c55" + }, + { + "name": "BlaeckSerial", + "version": "2.0.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-2.0.0.zip", + "archiveFileName": "BlaeckSerial-2.0.0.zip", + "size": 24614, + "checksum": "SHA-256:27b29bc1251a87d5c0aa05517f16aa9f1c9cd0cde90a13cd2bfad6eea798a4f8" + }, + { + "name": "BlaeckSerial", + "version": "2.0.1", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-2.0.1.zip", + "archiveFileName": "BlaeckSerial-2.0.1.zip", + "size": 24935, + "checksum": "SHA-256:af8c0484bea3337f7f0e7137910dc51dcd570bb760a883a9eab1e2130b3d56db" + }, + { + "name": "BlaeckSerial", + "version": "3.0.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "dependencies": [ + { + "name": "CRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-3.0.0.zip", + "archiveFileName": "BlaeckSerial-3.0.0.zip", + "size": 36758, + "checksum": "SHA-256:00acda2470fc823124ae8a6c4a7e748fdd37577680af3892dcf657f9ba2ada76" + }, + { + "name": "BlaeckSerial", + "version": "3.0.1", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "dependencies": [ + { + "name": "CRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-3.0.1.zip", + "archiveFileName": "BlaeckSerial-3.0.1.zip", + "size": 38157, + "checksum": "SHA-256:3f03e0f737f51dc16aa349a485cde7ea1cbc5413822018717671b9a79faaa905" + }, + { + "name": "BlaeckSerial", + "version": "3.0.2", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "dependencies": [ + { + "name": "CRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-3.0.2.zip", + "archiveFileName": "BlaeckSerial-3.0.2.zip", + "size": 38258, + "checksum": "SHA-256:88701548a3cd717bae7dc983645ab23f5cde5e8e95b1df5fc6f5bb091c38a564" + }, + { + "name": "BlaeckSerial", + "version": "3.0.3", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "dependencies": [ + { + "name": "CRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-3.0.3.zip", + "archiveFileName": "BlaeckSerial-3.0.3.zip", + "size": 38558, + "checksum": "SHA-256:6370bb7e435017078f5e5c15b16747e2a21d786fa73cebfb0efdd819faa31f3e" + }, + { + "name": "BlaeckSerial", + "version": "4.0.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "dependencies": [ + { + "name": "CRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-4.0.0.zip", + "archiveFileName": "BlaeckSerial-4.0.0.zip", + "size": 37745, + "checksum": "SHA-256:179ea4aff28c7530457f6090e659aec1a84b8c76e6e269b879607524c04f5243" + }, + { + "name": "BlaeckSerial", + "version": "4.1.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "dependencies": [ + { + "name": "CRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-4.1.0.zip", + "archiveFileName": "BlaeckSerial-4.1.0.zip", + "size": 40584, + "checksum": "SHA-256:81b6d17a51f665fcd7dcd908c79bc88b10b1759050c0fe5cd0ab30645bb72611" + }, + { + "name": "BlaeckSerial", + "version": "4.2.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", + "dependencies": [ + { + "name": "CRC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-4.2.0.zip", + "archiveFileName": "BlaeckSerial-4.2.0.zip", + "size": 40024, + "checksum": "SHA-256:ca8f50257d9bd1bf88c122ec3141b55be028d5554e4e4685510d1de7991f37e8" + }, + { + "name": "StopWatch_RT", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.1.5.zip", + "archiveFileName": "StopWatch_RT-0.1.5.zip", + "size": 5678, + "checksum": "SHA-256:0829b698d7c1558e260e9fad779dd7d11992f4b150cdec899f004352958a8a0b" + }, + { + "name": "StopWatch_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.2.0.zip", + "archiveFileName": "StopWatch_RT-0.2.0.zip", + "size": 7884, + "checksum": "SHA-256:926dcc713e75ed746a78973717087d622dd0409c5b67e30b863c713593f51889" + }, + { + "name": "StopWatch_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.2.2.zip", + "archiveFileName": "StopWatch_RT-0.2.2.zip", + "size": 7949, + "checksum": "SHA-256:09647430d09344490fadc053ea124c73a08e340fd598d534630b8f4e31b7d6ea" + }, + { + "name": "StopWatch_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.0.zip", + "archiveFileName": "StopWatch_RT-0.3.0.zip", + "size": 9880, + "checksum": "SHA-256:e63811f5d857ca30630ac020cda41c813dc3587be0e56a5719c4181374cef571" + }, + { + "name": "StopWatch_RT", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.1.zip", + "archiveFileName": "StopWatch_RT-0.3.1.zip", + "size": 11065, + "checksum": "SHA-256:69013f53aa7b22753be19961d9f319c040aec49feedf4bd9c3b495e31ea4c722" + }, + { + "name": "StopWatch_RT", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.2.zip", + "archiveFileName": "StopWatch_RT-0.3.2.zip", + "size": 11186, + "checksum": "SHA-256:390e764818ff5abed091f9d70076e7692ab37c9437e2c59e72d49665f9b0cba8" + }, + { + "name": "StopWatch_RT", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.3.zip", + "archiveFileName": "StopWatch_RT-0.3.3.zip", + "size": 12803, + "checksum": "SHA-256:c88b138ed3d655bbd742db966399c7d05a773a26c6dc0a134e3f6dc57ec233f2" + }, + { + "name": "StopWatch_RT", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.4.zip", + "archiveFileName": "StopWatch_RT-0.3.4.zip", + "size": 13152, + "checksum": "SHA-256:e45f0b9df16240c1a637c3f2a507327c182121e329edc67d065a380856f76746" + }, + { + "name": "StopWatch_RT", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stopwatch.", + "paragraph": "Supports millis micros seconds", + "website": "https://github.com/RobTillaart/Stopwatch_RT", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/StopWatch_RT.git", + "providesIncludes": [ + "StopWatch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.3.5.zip", + "archiveFileName": "StopWatch_RT-0.3.5.zip", + "size": 13373, + "checksum": "SHA-256:ffb2ec147188103834bc00e5da0f4880cd19279ca6585f3d0a65d2f41fd0f4f2" + }, + { + "name": "Troolean", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with troolean math for Arduino.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.1.zip", + "archiveFileName": "Troolean-0.1.1.zip", + "size": 7151, + "checksum": "SHA-256:14f81e43f738cebd8f55cff107a3950d64ecf924314d1fb11c4f091858b0dcfe" + }, + { + "name": "Troolean", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.2.zip", + "archiveFileName": "Troolean-0.1.2.zip", + "size": 7339, + "checksum": "SHA-256:ae3b2439bd6aa5e166bbbadf94b3bc05bd944a66281cbfa205715117b96acd12" + }, + { + "name": "Troolean", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.3.zip", + "archiveFileName": "Troolean-0.1.3.zip", + "size": 7336, + "checksum": "SHA-256:2b50c4999f7c716d80d1fea96185597e3d63b5624ae85c350c7583aaa1d77026" + }, + { + "name": "Troolean", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.4.zip", + "archiveFileName": "Troolean-0.1.4.zip", + "size": 8649, + "checksum": "SHA-256:0f258fe2a1f8f2a8179d17440c33a0ad9cc0f00f791cb7361bb60123e15de679" + }, + { + "name": "Troolean", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.5.zip", + "archiveFileName": "Troolean-0.1.5.zip", + "size": 8864, + "checksum": "SHA-256:f02a4d2921217a580ee49d4a0b92350fb83fc4eaf4c939a58d99fa3725a0c7c6" + }, + { + "name": "Troolean", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.6.zip", + "archiveFileName": "Troolean-0.1.6.zip", + "size": 9623, + "checksum": "SHA-256:985abca653fd4d2ab7eac6cf2516085bb7506ded4ea7c41c0791b6fbc74a42da" + }, + { + "name": "Troolean", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic datatype", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.7.zip", + "archiveFileName": "Troolean-0.1.7.zip", + "size": 9673, + "checksum": "SHA-256:dfd7584cdc2b2a091df57e05d31b68c117b235b6101cc8a4d056c510be7cc1db" + }, + { + "name": "Troolean", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for a three state logic data type", + "paragraph": "supporting {true false unknown}", + "website": "https://github.com/RobTillaart/Troolean", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Troolean.git", + "providesIncludes": [ + "Troolean.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.8.zip", + "archiveFileName": "Troolean-0.1.8.zip", + "size": 9873, + "checksum": "SHA-256:cbf25caf03b1cdccd26c0e92889fe0ef9785e4cc2fcfbd2836e3793b5fb74c67" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.0.zip", + "archiveFileName": "ArxTypeTraits-0.1.0.zip", + "size": 10729, + "checksum": "SHA-256:58d27114160f86911548de5f7136bc53ff98772b2bb07d089d5b5f3ec2c39f5f" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.1.zip", + "archiveFileName": "ArxTypeTraits-0.1.1.zip", + "size": 11213, + "checksum": "SHA-256:67cd6fb4fe305177998b3db17da562c69df8bddfb7d3ccb312c06e9b26100b8c" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.2.zip", + "archiveFileName": "ArxTypeTraits-0.1.2.zip", + "size": 11375, + "checksum": "SHA-256:f076aa6231f1ac964530d1f0e0ac900fb5eac42d3fcea5f0a48f35faf3dd9275" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.3.zip", + "archiveFileName": "ArxTypeTraits-0.1.3.zip", + "size": 11473, + "checksum": "SHA-256:9574febfb6ff4205a3b50de285d1951a6aa8b3223131b12f070661969d276c15" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.4.zip", + "archiveFileName": "ArxTypeTraits-0.1.4.zip", + "size": 11558, + "checksum": "SHA-256:3c07b2b35d3130c671aabe2a084f3693ecdcdf0059e246c2bd874d094fcc01ae" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.5.zip", + "archiveFileName": "ArxTypeTraits-0.1.5.zip", + "size": 11720, + "checksum": "SHA-256:6b8b1fad75d7b5894da11be2cedf48862d274b2a5c7f2d7a5be7e9d89f9fee6f" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.6.zip", + "archiveFileName": "ArxTypeTraits-0.1.6.zip", + "size": 11725, + "checksum": "SHA-256:d886636aba621bed45b69db58b97ce494a514a4c51f2d1ddf668d1f8ad688bca" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.7.zip", + "archiveFileName": "ArxTypeTraits-0.1.7.zip", + "size": 11830, + "checksum": "SHA-256:5d4e6714d080f2212242d7fbd833e991ce39dc8ff84a938665566f9c8e062cf5" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.8.zip", + "archiveFileName": "ArxTypeTraits-0.1.8.zip", + "size": 11905, + "checksum": "SHA-256:78117f8f033a78ffa25a0162d5614f388a571b552ae8c42005df4eda0891babe" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.9.zip", + "archiveFileName": "ArxTypeTraits-0.1.9.zip", + "size": 11941, + "checksum": "SHA-256:b398351b6e501cffb52498c81be4ea5aefdc6f945a8d7f5d7ec0b6e3064a7245" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.11.zip", + "archiveFileName": "ArxTypeTraits-0.1.11.zip", + "size": 12008, + "checksum": "SHA-256:27696a51983ae54bdeb65448d2e86918e6ece3310f0c512d8287a41db4c83d4b" + }, + { + "name": "ArxTypeTraits", + "version": "0.1.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.12.zip", + "archiveFileName": "ArxTypeTraits-0.1.12.zip", + "size": 12110, + "checksum": "SHA-256:2f971734990068f60c5cf41dc5230dfda7b5552a2b2b8b9d20b105b986363a07" + }, + { + "name": "ArxTypeTraits", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.0.zip", + "archiveFileName": "ArxTypeTraits-0.2.0.zip", + "size": 16926, + "checksum": "SHA-256:213a2847e442ddbb7bfd0aa657f98b3b83a6dbbc710e8a4e756e01d0fbbd2894" + }, + { + "name": "ArxTypeTraits", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.1.zip", + "archiveFileName": "ArxTypeTraits-0.2.1.zip", + "size": 16952, + "checksum": "SHA-256:01c52f3d2d978d0a667d66976924269fce71847cc81a2106be31ced59bb65851" + }, + { + "name": "ArxTypeTraits", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.2.zip", + "archiveFileName": "ArxTypeTraits-0.2.2.zip", + "size": 17007, + "checksum": "SHA-256:9081b82f41a7cee17b6a4a96caa81218fdfd3490be8f455ba32fd452329e8605" + }, + { + "name": "ArxTypeTraits", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.3.zip", + "archiveFileName": "ArxTypeTraits-0.2.3.zip", + "size": 17010, + "checksum": "SHA-256:25720861727095beeec82b1a5cebbc54bce2f408d6f22a873c144b935e9870b0" + }, + { + "name": "ArxTypeTraits", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ type_traits for Arduino which cannot use it as default", + "paragraph": "C++ type_traits for Arduino which cannot use it as default", + "website": "https://github.com/hideakitai/ArxTypeTraits", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxTypeTraits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.3.0.zip", + "archiveFileName": "ArxTypeTraits-0.3.0.zip", + "size": 19260, + "checksum": "SHA-256:8adc6166121f172f0fef58ae30a24bf096318f90cd13824a8d9c5f3b51114114" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.1.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor..", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.1.1.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.1.1.zip", + "size": 181666, + "checksum": "SHA-256:562ec2d12ccca52bf3a7deffbe79e7cf2cf9fd9e4f15d098671105815cde5833" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.2.0", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.0.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.0.zip", + "size": 201442, + "checksum": "SHA-256:65abfa0f4e0d668e601ef036d4a3456183571be42c8a8eb0f9299c0c77355dcc" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.2.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.1.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.1.zip", + "size": 208247, + "checksum": "SHA-256:c55d8c4b88ccf03829b319b3c9e34bdd991522180678a97b1be953bed7d6d370" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.2.2", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.2.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.2.zip", + "size": 208977, + "checksum": "SHA-256:baa5561c62c43a98e6777595dfa705460dc8d41484e671b9df24dee9f350f5d9" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.3.0", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.0.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.0.zip", + "size": 209217, + "checksum": "SHA-256:5fe011ccb767dddb243eac315cd8069caa8ddb886885244f9c4c09fbc6a0cac2" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.3.1", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.1.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.1.zip", + "size": 209145, + "checksum": "SHA-256:69667d890df09d29b5a295d5f18e45497dae92dd645bef0fd03010ad0d2245e2" + }, + { + "name": "ProtoCentral HealthyPi v4 Library", + "version": "0.3.2", + "author": "ProtoCentral", + "maintainer": "ProtoCentral", + "sentence": "Library for the ProtoCentral HealthyPi v4", + "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", + "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.2.zip", + "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.2.zip", + "size": 214435, + "checksum": "SHA-256:fc6abc513b4aef0e87c540c30cb7856ba72b88358a72cd03ddcf3ad0dff529ce" + }, + { + "name": "ArxSmartPtr", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.0.zip", + "archiveFileName": "ArxSmartPtr-0.1.0.zip", + "size": 8511, + "checksum": "SHA-256:b6be785957393cfb00af8e74686cb74a6cadcb8f6bf81415f148015fb4f8c352" + }, + { + "name": "ArxSmartPtr", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.1.zip", + "archiveFileName": "ArxSmartPtr-0.1.1.zip", + "size": 8273, + "checksum": "SHA-256:345e2cc5816cab777f97abf5919040292693c0ce56286e58866d415aebc34346" + }, + { + "name": "ArxSmartPtr", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.2.zip", + "archiveFileName": "ArxSmartPtr-0.1.2.zip", + "size": 8349, + "checksum": "SHA-256:7003c870203468bdb79c323f74816e5e8bcd221b326b729428a6c8950a7a9208" + }, + { + "name": "ArxSmartPtr", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.0.zip", + "archiveFileName": "ArxSmartPtr-0.2.0.zip", + "size": 11064, + "checksum": "SHA-256:7b31dadeeafe40e7cb5f34cd6ad2d1bf62450af075ead047c3f16b5ad41e794a" + }, + { + "name": "ArxSmartPtr", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.1.zip", + "archiveFileName": "ArxSmartPtr-0.2.1.zip", + "size": 11116, + "checksum": "SHA-256:d80b843846fde6955f31f89ad40f8cd9ccc24beb97f14ad012c627497861f8a1" + }, + { + "name": "ArxSmartPtr", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.2.zip", + "archiveFileName": "ArxSmartPtr-0.2.2.zip", + "size": 11138, + "checksum": "SHA-256:3055a93db1de5198bd65f646df54b0892d8c5dbf22bdf33571dc455f9280cf5e" + }, + { + "name": "ArxSmartPtr", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.3.zip", + "archiveFileName": "ArxSmartPtr-0.2.3.zip", + "size": 11153, + "checksum": "SHA-256:e8ebdcf6de893004765698a7818a3a36dc86241b9529a8beb31cc7523e476d1f" + }, + { + "name": "ArxSmartPtr", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", + "website": "https://github.com/hideakitai/ArxSmartPtr", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxSmartPtr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.3.0.zip", + "archiveFileName": "ArxSmartPtr-0.3.0.zip", + "size": 11370, + "checksum": "SHA-256:eb6f992ee750db9b2c61ff32b51e6fc9501abd6e7efc2f5b4b4ce4a12d09610e" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "1.0.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Cloud", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": [ + "APICredentials.h", + "CborPayload.h", + "LTEmModem.h", + "Device.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-1.0.0.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-1.0.0.zip", + "size": 147374, + "checksum": "SHA-256:5f10957120055f50d4366f5ee223c22eb28a56e4273f722b8f7fa76833508e6f" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.0", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LTEM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.0.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.0.zip", + "size": 266946, + "checksum": "SHA-256:0902c1d73187ec77361574e0c3ae44950da51e94c01d169da8ff9239af5db2e1" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.1", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LTEM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.1.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.1.zip", + "size": 267137, + "checksum": "SHA-256:870a26d606401d1bef237b926057bbc1cb53179991ad3d4ff3cab0acf051cf3c" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.2", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LTEM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.2.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.2.zip", + "size": 266275, + "checksum": "SHA-256:a3605961e5a1fae52c0ead9186fe364166fe4406cebdf5fb0d84edd7a642e7d5" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.3", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LTEM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.3.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.3.zip", + "size": 266359, + "checksum": "SHA-256:37ce7a333216e069cbb10bda4f7feb98e8d6b651445b3c597d20213267f40bc4" + }, + { + "name": "AllThingsTalk LTE-M SDK", + "version": "2.0.4", + "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", + "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", + "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", + "paragraph": "Compatible with U-Blox SARA-R410M modules.", + "website": "https://github.com/allthingstalk/arduino-ltem-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", + "providesIncludes": [ + "AllThingsTalk_LTEM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.4.zip", + "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.4.zip", + "size": 266360, + "checksum": "SHA-256:d710df936ef6388b6789997e72e5d7109fafa1cee4959edd7b92157ce065ea0b" + }, + { + "name": "ClosedCube SHTC3", + "version": "2020.5.5", + "author": "ClosedCube", + "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", + "sentence": "Arduino library for Arduino library for Sensirion SHTC3 Digital Humidity and Temperature Sensor", + "paragraph": "Arduino library for Arduino library for Sensirion SHTC3 Digital Humidity and Temperature Sensor", + "website": "https://github.com/closedcube/ClosedCube_SHTC3_Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/closedcube/ClosedCube_SHTC3_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHTC3-2020.5.5.zip", + "archiveFileName": "ClosedCube_SHTC3-2020.5.5.zip", + "size": 9216, + "checksum": "SHA-256:93ad36f7c5d85683b50c6edc7c530ece5acb18e437d453608381f7814e46fe2a" + }, + { + "name": "DST RTC", + "version": "1.0.0", + "author": "Andy Doro \u003cmail@andydoro.com\u003e", + "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", + "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "website": "https://github.com/andydoro/DST_RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andydoro/DST_RTC.git", + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.0.0.zip", + "archiveFileName": "DST_RTC-1.0.0.zip", + "size": 3824, + "checksum": "SHA-256:15a784a784e43abe0dee1fa409155dd5368413cffcffa470f50f2c6b731e25a2" + }, + { + "name": "DST RTC", + "version": "1.1.0", + "author": "Andy Doro \u003cmail@andydoro.com\u003e", + "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", + "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "website": "https://github.com/andydoro/DST_RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andydoro/DST_RTC.git", + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.1.0.zip", + "archiveFileName": "DST_RTC-1.1.0.zip", + "size": 5112, + "checksum": "SHA-256:032002a2c91ed073c5c32c8b1099bc4fd45b9d939da36cda481eca52c6dd35a5" + }, + { + "name": "DST RTC", + "version": "1.1.1", + "author": "Andy Doro \u003cmail@andydoro.com\u003e", + "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", + "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", + "website": "https://github.com/andydoro/DST_RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andydoro/DST_RTC.git", + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.1.1.zip", + "archiveFileName": "DST_RTC-1.1.1.zip", + "size": 5379, + "checksum": "SHA-256:922287ad65ab250b78072c774288bb1e6fd755cfc4b1e819e5a1dd6ce64893a7" + }, + { + "name": "NbMicro", + "version": "1.0.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": [ + "NbMicro.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.0.0.zip", + "archiveFileName": "NbMicro-1.0.0.zip", + "size": 15077, + "checksum": "SHA-256:2950f7768ef051ef0e6244ddcd89882eafd0eb6f773d679cddc2ff6fdd3e717b" + }, + { + "name": "NbMicro", + "version": "1.0.1", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": [ + "NbMicro.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.0.1.zip", + "archiveFileName": "NbMicro-1.0.1.zip", + "size": 476147, + "checksum": "SHA-256:72ef1a7395b73413e470f6ccee00e8e54708393d859e86d5771c77744c3e7336" + }, + { + "name": "NbMicro", + "version": "1.1.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": [ + "NbMicro.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.1.0.zip", + "archiveFileName": "NbMicro-1.1.0.zip", + "size": 523848, + "checksum": "SHA-256:29071c541e1c4379a9659ef9a265f0646bd9ba43dd6edf2169c1b9ff415d6e43" + }, + { + "name": "NbMicro", + "version": "1.2.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Control devices that implement the NB command set over TWI (I2C).", + "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_Micro.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_Micro.git", + "providesIncludes": [ + "NbMicro.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "nb-twi-cmd" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.2.0.zip", + "archiveFileName": "NbMicro-1.2.0.zip", + "size": 529686, + "checksum": "SHA-256:5f1864905b073d88bbf6df9489ce429ed1cce9433b0e78b3f932cb3272931c0d" + }, + { + "name": "TimonelTwiM", + "version": "1.0.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to a microcontroller running the Timonel bootloader. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": [ + "TimonelTwiM.h" + ], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.0.0.zip", + "archiveFileName": "TimonelTwiM-1.0.0.zip", + "size": 25300, + "checksum": "SHA-256:dd82d4c1ce946d78ab1b59f5f6eae3e7f8d10a0d49e364378c257342e53a56be" + }, + { + "name": "TimonelTwiM", + "version": "1.0.1", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to a microcontroller running the Timonel bootloader. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": [ + "TimonelTwiM.h" + ], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.0.1.zip", + "archiveFileName": "TimonelTwiM-1.0.1.zip", + "size": 483218, + "checksum": "SHA-256:af38720c3710f5fc56d43d59701471059f8ec92df067d68409a2930b8b78ce2b" + }, + { + "name": "TimonelTwiM", + "version": "1.1.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to microcontrollers running the Timonel bootloader across an I2C bus. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": [ + "TimonelTwiM.h" + ], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.1.0.zip", + "archiveFileName": "TimonelTwiM-1.1.0.zip", + "size": 502171, + "checksum": "SHA-256:4f437883f146c4e7c01b0eeb28d3c2a3732eab15dd8521365cdd3611b13b291f" + }, + { + "name": "TimonelTwiM", + "version": "1.2.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", + "paragraph": "This library enables uploading firmware to microcontrollers running the Timonel bootloader across an I2C bus. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", + "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "providesIncludes": [ + "TimonelTwiM.h" + ], + "dependencies": [ + { + "name": "NbMicro" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.2.0.zip", + "archiveFileName": "TimonelTwiM-1.2.0.zip", + "size": 516231, + "checksum": "SHA-256:558f32b41ca3d82c03bbb84993b6d7d35619cb770d320b546ccd196fd5db1c22" + }, + { + "name": "TwiBus", + "version": "1.0.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scan the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running Timonel, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": [ + "TwiBus.h" + ], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.0.0.zip", + "archiveFileName": "TwiBus-1.0.0.zip", + "size": 13563, + "checksum": "SHA-256:26c6eb6bebc158ea7c4a36d6eb4d3d6766b5000eb83a93508c326f42c8d7090b" + }, + { + "name": "TwiBus", + "version": "1.0.1", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scan the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running Timonel, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": [ + "TwiBus.h" + ], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.0.1.zip", + "archiveFileName": "TwiBus-1.0.1.zip", + "size": 474612, + "checksum": "SHA-256:88ea9ecdb907a9186bb168ff3f85ef7c79250fdbc3e0b1a63718153b97d14d3f" + }, + { + "name": "TwiBus", + "version": "1.1.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scans the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running the Timonel bootloader, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": [ + "TwiBus.h" + ], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.1.0.zip", + "archiveFileName": "TwiBus-1.1.0.zip", + "size": 522248, + "checksum": "SHA-256:16732111082f41629e2d7a6b24883ef70622e9db95459f5d3d11d0b0c8976806" + }, + { + "name": "TwiBus", + "version": "1.2.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "Scans the TWI (I2C) bus in search of connected devices addresses and data.", + "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running the Timonel bootloader, it returns its version number.", + "website": "https://github.com/casanovg/Nb_TwiBus.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/Nb_TwiBus.git", + "providesIncludes": [ + "TwiBus.h" + ], + "dependencies": [ + { + "name": "TimonelTwiM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.2.0.zip", + "archiveFileName": "TwiBus-1.2.0.zip", + "size": 528930, + "checksum": "SHA-256:0c5253f65beb28bdc6800f729b23c21e3d821b74b776d8cd27155c2c55dac4c4" + }, + { + "name": "nb-twi-cmd", + "version": "0.5.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.5.0.zip", + "archiveFileName": "nb_twi_cmd-0.5.0.zip", + "size": 92903, + "checksum": "SHA-256:15737c83455910f8a39be965429fcfc6663996be4e8595a06407c07c72236238" + }, + { + "name": "nb-twi-cmd", + "version": "0.6.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.6.0.zip", + "archiveFileName": "nb_twi_cmd-0.6.0.zip", + "size": 184933, + "checksum": "SHA-256:d9fd602ead2410e01760532f9b1a653dbddea5ce78d066838fad5ae664a5c712" + }, + { + "name": "nb-twi-cmd", + "version": "0.7.0", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.7.0.zip", + "archiveFileName": "nb_twi_cmd-0.7.0.zip", + "size": 186842, + "checksum": "SHA-256:2595b9477b63f41c2738a6aa173a1f2965f3fe31439c5932c748ec49939ae8c4" + }, + { + "name": "nb-twi-cmd", + "version": "0.7.3", + "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", + "sentence": "NB TWI command set.", + "paragraph": "Declares the NB communication protocol over TWI (I2C).", + "website": "https://github.com/casanovg/nb-twi-cmd.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/casanovg/nb-twi-cmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.7.3.zip", + "archiveFileName": "nb_twi_cmd-0.7.3.zip", + "size": 192976, + "checksum": "SHA-256:a46e27e9379e86c1e20836e490f15add1332e78134f9d4f9dd37f59ee7426b87" + }, + { + "name": "jm_LCM2004A_I2C", + "version": "1.0.0", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "jm_LCM2004A_I2C Arduino Library.", + "paragraph": "Drive the I2C LCD Display Module LCM2004A.", + "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "providesIncludes": [ + "jm_PCM8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.0.zip", + "archiveFileName": "jm_LCM2004A_I2C-1.0.0.zip", + "size": 14287, + "checksum": "SHA-256:8407426810e42b0ec61baae0c9970927e1310130b81995889567c6ffa95e90a7" + }, + { + "name": "jm_LCM2004A_I2C", + "version": "1.0.1", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "jm_LCM2004A_I2C Arduino Library.", + "paragraph": "Drive the I2C LCD Display Module LCM2004A.", + "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "providesIncludes": [ + "jm_PCM8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.1.zip", + "archiveFileName": "jm_LCM2004A_I2C-1.0.1.zip", + "size": 14329, + "checksum": "SHA-256:e8d04bf70767c7d663b06173ad41c4dcede6c421710f7d23197749f9ae04b3c5" + }, + { + "name": "jm_LCM2004A_I2C", + "version": "1.0.2", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "jm_LCM2004A_I2C Arduino Library.", + "paragraph": "Drive the I2C LCD Display Module LCM2004A.", + "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "providesIncludes": [ + "jm_PCM8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.2.zip", + "archiveFileName": "jm_LCM2004A_I2C-1.0.2.zip", + "size": 17541, + "checksum": "SHA-256:614fc3b650f2cae20a86c559a4bbb0e6642d867da140a68c89b43e0bcea4cfd9" + }, + { + "name": "LinxESP32", + "version": "0.0.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.1.zip", + "archiveFileName": "LinxESP32-0.0.1.zip", + "size": 29478, + "checksum": "SHA-256:3f50b7310cd9233c5b2f385b42607d2d5cb985f8e9a7c6535ea43feb2a1adb17" + }, + { + "name": "LinxESP32", + "version": "0.0.2", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.2.zip", + "archiveFileName": "LinxESP32-0.0.2.zip", + "size": 29521, + "checksum": "SHA-256:dcddb8ae60ebd04bf728819b43d1ef8c062cbc4cdb8c7e247be295506e718df1" + }, + { + "name": "LinxESP32", + "version": "0.0.3", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.3.zip", + "archiveFileName": "LinxESP32-0.0.3.zip", + "size": 43780, + "checksum": "SHA-256:abf3529688d11df2805ba815c967eaa1f8845b93f72a9cd7c3225d2535670093" + }, + { + "name": "LinxESP32", + "version": "0.0.4", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.4.zip", + "archiveFileName": "LinxESP32-0.0.4.zip", + "size": 43781, + "checksum": "SHA-256:0f930b0a994f2c4215dfd4414baa048f6cc95abdd8cfb1cd1133ad46d9fb4713" + }, + { + "name": "LinxESP32", + "version": "0.0.5", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.5.zip", + "archiveFileName": "LinxESP32-0.0.5.zip", + "size": 43784, + "checksum": "SHA-256:909362ca9f5a8dc802961654eb9ef4bfd8d2418e759869a7d7005c010b78a413" + }, + { + "name": "LinxESP32", + "version": "0.0.6", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.6.zip", + "archiveFileName": "LinxESP32-0.0.6.zip", + "size": 45098, + "checksum": "SHA-256:6e0fb1e17e101d2a7fd035af5e77493b4e5b4aa4b8954b824e5d43dc63fef66c" + }, + { + "name": "LinxESP32", + "version": "0.0.7", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.7.zip", + "archiveFileName": "LinxESP32-0.0.7.zip", + "size": 45002, + "checksum": "SHA-256:08996e73623490e7f915a885dd15a6727dc028194c72b01164f126384c1e167d" + }, + { + "name": "LinxESP32", + "version": "0.0.8", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "dependencies": [ + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.8.zip", + "archiveFileName": "LinxESP32-0.0.8.zip", + "size": 45013, + "checksum": "SHA-256:58b5cf95bf283809daa53d9dc468dd9d486a4970fab9f54328529264c6c92494" + }, + { + "name": "LinxESP32", + "version": "0.0.9", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.9.zip", + "archiveFileName": "LinxESP32-0.0.9.zip", + "size": 45697, + "checksum": "SHA-256:437a41bd67990f78532031925c457a7ebe6f57387c061fe1e5842628a482f2ed" + }, + { + "name": "LinxESP32", + "version": "0.1.0", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.1.0.zip", + "archiveFileName": "LinxESP32-0.1.0.zip", + "size": 47223, + "checksum": "SHA-256:f434e9f9ac4a10c37118ec4603887015f5775f9d384cfdd753985c33802cb658" + }, + { + "name": "LinxESP32", + "version": "0.1.1", + "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", + "website": "https://github.com/tanakamasayuki/LinxESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "providesIncludes": [ + "LinxESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.1.1.zip", + "archiveFileName": "LinxESP32-0.1.1.zip", + "size": 47251, + "checksum": "SHA-256:dc1371811523e4157d61ff8fb904c8194adea2b6e4db00ca0021398648c3645f" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.0.2", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports device pairing and communication between host and multiple clients", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.2.zip", + "archiveFileName": "SimpleEspNowConnection-1.0.2.zip", + "size": 9966, + "checksum": "SHA-256:e0afcf3b8bc5494db69df56f8242bf4cc7db5a5c24293407741cee598ef77dcd" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.0.3", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. EspNow device pairing and communication between host and multiple clients.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.3.zip", + "archiveFileName": "SimpleEspNowConnection-1.0.3.zip", + "size": 14937, + "checksum": "SHA-256:3b0b41fd3601d5146fa04621b3c8a97730fbb78481703f8bb28ca4e66ce88ec9" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.0.4", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.4.zip", + "archiveFileName": "SimpleEspNowConnection-1.0.4.zip", + "size": 15678, + "checksum": "SHA-256:adae73dceee52b9353141d5e1cf8ae1c751fb57cfba44a9d0e78743467c9535e" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.1.0", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients. Supports also big messages sizes. More than 250 byte (EspNow limitation) per message possible.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.1.0.zip", + "archiveFileName": "SimpleEspNowConnection-1.1.0.zip", + "size": 19441, + "checksum": "SHA-256:d0fe22ca12fc6e327d7db88eebba457c5f8204d516c06610c23a09beea5ae324" + }, + { + "name": "SimpleEspNowConnection", + "version": "1.2.0", + "author": "Erich O. Pintar", + "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", + "sentence": "EspNow Library for communication and device pairing", + "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients. Supports also big messages sizes. More than 250 byte (EspNow limitation) per message possible.", + "website": "https://github.com/saghonfly/SimpleEspNowConnection", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", + "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.2.0.zip", + "archiveFileName": "SimpleEspNowConnection-1.2.0.zip", + "size": 19656, + "checksum": "SHA-256:619b564d23dcc8c0caebe64603de5456f2d42753762d9aab369310c9fe059c1b" + }, + { + "name": "MoonPhase", + "version": "0.99.0", + "author": "Cellie", + "maintainer": "Cellie", + "sentence": "Calculate the lunar phase at a certain time.", + "paragraph": "Arduino library to calculate the moon phase and visible surface at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": [ + "MoonPhase.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-0.99.0.zip", + "archiveFileName": "MoonPhase-0.99.0.zip", + "size": 161865, + "checksum": "SHA-256:ed1dafabd7e2370760f3e89a26fbc2ea354a3ff3da8cd61a368e2529644c9020" + }, + { + "name": "MoonPhase", + "version": "1.0.0", + "author": "Cellie", + "maintainer": "Cellie", + "sentence": "Get lunar phase information.", + "paragraph": "ESP32 library to calculate the moon phase angle and luminated visible surface at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase", + "category": "Other", + "architectures": [ + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": [ + "moonPhase.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.0.zip", + "archiveFileName": "MoonPhase-1.0.0.zip", + "size": 161721, + "checksum": "SHA-256:c7d12e2a1f3904aa6e2c7531abc6da95f81b8636d2ef2dd7b6d7686d86f9c767" + }, + { + "name": "MoonPhase", + "version": "1.0.1", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "Get lunar phase information on a esp32.", + "paragraph": "Esp32 library to calculate the moon phase angle and luminated visible surface now or at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase-esp32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": [ + "moonPhase.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.1.zip", + "archiveFileName": "MoonPhase-1.0.1.zip", + "size": 161795, + "checksum": "SHA-256:aad40187971cfcd7e397afbe5e96751b2b82fd87b601a5ad9268a440e970f4d8" + }, + { + "name": "MoonPhase", + "version": "1.0.3", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "Get lunar phase information on a esp32.", + "paragraph": "Esp32 library to calculate the moon phase angle and luminated visible surface now or at a given time.", + "website": "https://github.com/CelliesProjects/moonPhase-esp32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", + "providesIncludes": [ + "moonPhase.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.3.zip", + "archiveFileName": "MoonPhase-1.0.3.zip", + "size": 161995, + "checksum": "SHA-256:173b4889d8e99e9603ecdb3854e5db6ea8dc49dca20ee5f09830832630bd3c86" + }, + { + "name": "tcMenu", + "version": "1.1.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.1.0.zip", + "archiveFileName": "tcMenu-1.1.0.zip", + "size": 119448, + "checksum": "SHA-256:b3eb0b79ef38b2cd47e829a4c03d67d3ef10bfe92303e5bace59d2598e9c6b84" + }, + { + "name": "tcMenu", + "version": "1.3.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.0.zip", + "archiveFileName": "tcMenu-1.3.0.zip", + "size": 114820, + "checksum": "SHA-256:e540c5ce8bda4274a99c706c93659a34efb5981ec5160c56ebd9aa3043b22897" + }, + { + "name": "tcMenu", + "version": "1.3.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.1.zip", + "archiveFileName": "tcMenu-1.3.1.zip", + "size": 144044, + "checksum": "SHA-256:deb0c1f4b8fa577141699a98a8236682892cf909f95641b8c12f848280a59833" + }, + { + "name": "tcMenu", + "version": "1.3.3", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.3.zip", + "archiveFileName": "tcMenu-1.3.3.zip", + "size": 217928, + "checksum": "SHA-256:4b5eb396cae6fb6ea68863f04a37e2bc77c2022670d549877226342d3f9f6ca9" + }, + { + "name": "tcMenu", + "version": "1.3.4", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.4.zip", + "archiveFileName": "tcMenu-1.3.4.zip", + "size": 229998, + "checksum": "SHA-256:4f69b624e62fc8b6e71fe66a7324901a4e5526e2a52237a8bbd8628223eaf4e3" + }, + { + "name": "tcMenu", + "version": "1.3.5", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.5.zip", + "archiveFileName": "tcMenu-1.3.5.zip", + "size": 248226, + "checksum": "SHA-256:a9acd54d1cce420b5b366315ab2cc7ed3e0be1f3e234826434170c7c47384f5f" + }, + { + "name": "tcMenu", + "version": "1.4.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", + "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", + "website": "https://github.com/davetcc/tcMenu", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.0.zip", + "archiveFileName": "tcMenu-1.4.0.zip", + "size": 253211, + "checksum": "SHA-256:a11d26c93f63def11bea0174d5b0d06f1fd87f41720c03fd2c1e40fd5f93c541" + }, + { + "name": "tcMenu", + "version": "1.4.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.1.zip", + "archiveFileName": "tcMenu-1.4.1.zip", + "size": 256798, + "checksum": "SHA-256:08668e4c9a143912f53e7945aca5ce12d1e861c18ebb7cd9c00f61982fe0dc01" + }, + { + "name": "tcMenu", + "version": "1.4.2", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.2.zip", + "archiveFileName": "tcMenu-1.4.2.zip", + "size": 278323, + "checksum": "SHA-256:f7014ef5f10b3f0235a859ac9d16622eddf35f7a31cf8c3b3c3fb2937f7622db" + }, + { + "name": "tcMenu", + "version": "1.5.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.5.0.zip", + "archiveFileName": "tcMenu-1.5.0.zip", + "size": 304945, + "checksum": "SHA-256:06e9bb98bdbd3bb7944416107717b90d170224af718229bfde37cc1552abd305" + }, + { + "name": "tcMenu", + "version": "1.5.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.5.1.zip", + "archiveFileName": "tcMenu-1.5.1.zip", + "size": 305101, + "checksum": "SHA-256:cb126ba3c61a89b362a70ad6441b719e3c50cece5758f291ebcb8b9f6e82a655" + }, + { + "name": "tcMenu", + "version": "1.6.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.6.0.zip", + "archiveFileName": "tcMenu-1.6.0.zip", + "size": 311501, + "checksum": "SHA-256:db1e455ed8ac315b973dbbd68cade8217f5983b8f486d76c2a9a634681fb8a8a" + }, + { + "name": "tcMenu", + "version": "1.6.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.6.1.zip", + "archiveFileName": "tcMenu-1.6.1.zip", + "size": 314297, + "checksum": "SHA-256:1c57d4f965c7f04732b9a9bacf12beb0e9b6a6929d0ca815e4e34e8efd08951a" + }, + { + "name": "tcMenu", + "version": "1.7.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.7.0.zip", + "archiveFileName": "tcMenu-1.7.0.zip", + "size": 347392, + "checksum": "SHA-256:a42cf74f958cefa69e7d2c5808804ac123f337b4f67204b0bf49ff070ca10947" + }, + { + "name": "tcMenu", + "version": "1.7.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.7.1.zip", + "archiveFileName": "tcMenu-1.7.1.zip", + "size": 370780, + "checksum": "SHA-256:8f29c8b851f25f731b440e2a8daaef67092d24656fd106ed082291d376eb44cc" + }, + { + "name": "tcMenu", + "version": "2.1.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.1.0.zip", + "archiveFileName": "tcMenu-2.1.0.zip", + "size": 451088, + "checksum": "SHA-256:32a2d4b0a1d11d74ddb2b57975c1f99d9930f084e7fe6aacf3d46d9a0f3aa0ff" + }, + { + "name": "tcMenu", + "version": "2.1.3", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.1.3.zip", + "archiveFileName": "tcMenu-2.1.3.zip", + "size": 463704, + "checksum": "SHA-256:3105c376c24c8e746d5503298a477870725fb69551840b83446435d9f152188e" + }, + { + "name": "tcMenu", + "version": "2.2.3", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.2.3.zip", + "archiveFileName": "tcMenu-2.2.3.zip", + "size": 491273, + "checksum": "SHA-256:804f6a7f7711d4bd74b98b9b78b16baed301eeb4e7569700957ef25cc12b4b23" + }, + { + "name": "tcMenu", + "version": "2.2.4", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.2.4.zip", + "archiveFileName": "tcMenu-2.2.4.zip", + "size": 493285, + "checksum": "SHA-256:2401d939e2c55d6c27655cdeb0e9ceeb726865da14e9015735f392571922f38f" + }, + { + "name": "tcMenu", + "version": "2.2.6", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.2.6.zip", + "archiveFileName": "tcMenu-2.2.6.zip", + "size": 481760, + "checksum": "SHA-256:8500b5f20767c1cb8865bcf79ecda36491309fb1c881ae4f13b7681e4ef166c6" + }, + { + "name": "tcMenu", + "version": "2.2.7", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.2.7.zip", + "archiveFileName": "tcMenu-2.2.7.zip", + "size": 482099, + "checksum": "SHA-256:78e2049b9f34978da41c2d4b96eae9eace2bb1f127892186d7b3255135db4a65" + }, + { + "name": "tcMenu", + "version": "2.3.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.3.0.zip", + "archiveFileName": "tcMenu-2.3.0.zip", + "size": 501487, + "checksum": "SHA-256:712bbbd54d12d8cf4efa4c726e1e529615a3c4083d85dcc5a98e5959387bd24d" + }, + { + "name": "tcMenu", + "version": "2.3.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", + "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.3.1.zip", + "archiveFileName": "tcMenu-2.3.1.zip", + "size": 484681, + "checksum": "SHA-256:48be2492ca8e1c90239fcfb9fa933a7c70d27651474c116adb643499c4ab7cdf" + }, + { + "name": "tcMenu", + "version": "2.4.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.", + "paragraph": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.4.0.zip", + "archiveFileName": "tcMenu-2.4.0.zip", + "size": 523121, + "checksum": "SHA-256:5135ac00d178162fb78e5f0dbe1ab1cd12f40db1aa41e7c998afb7e17d62f874" + }, + { + "name": "tcMenu", + "version": "2.5.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.", + "paragraph": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-2.5.0.zip", + "archiveFileName": "tcMenu-2.5.0.zip", + "size": 559259, + "checksum": "SHA-256:fd752ae1cd4234e21188b496f544a750050234fe7e21fbdf89f510b363e97faf" + }, + { + "name": "tcMenu", + "version": "3.0.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.", + "paragraph": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "tcUnicodeHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-3.0.0.zip", + "archiveFileName": "tcMenu-3.0.0.zip", + "size": 597188, + "checksum": "SHA-256:a4d81c8067125fd1445ada1bdcdc48bb66a76ab524379afcbd6a4688c7b09632" + }, + { + "name": "tcMenu", + "version": "3.0.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.", + "paragraph": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "tcUnicodeHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-3.0.1.zip", + "archiveFileName": "tcMenu-3.0.1.zip", + "size": 597198, + "checksum": "SHA-256:7cb3b8fb17c4a2506f7a95e23f7cdb768a5eac3ca60eceb26b10e73063c104fc" + }, + { + "name": "tcMenu", + "version": "3.1.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.", + "paragraph": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "tcUnicodeHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-3.1.0.zip", + "archiveFileName": "tcMenu-3.1.0.zip", + "size": 622538, + "checksum": "SHA-256:d6de42f2e767298239b8c295a67e89cd02625c7a82c703b5d18037fcee572886" + }, + { + "name": "tcMenu", + "version": "4.0.0", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.", + "paragraph": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "tcUnicodeHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-4.0.0.zip", + "archiveFileName": "tcMenu-4.0.0.zip", + "size": 658355, + "checksum": "SHA-256:9c12358347a31a184df8256eda8f5af6cbe7e2a91941012c4b8c3bf104799134" + }, + { + "name": "tcMenu", + "version": "4.1.1", + "author": "davetcc", + "maintainer": "www.thecoderscorner.com", + "sentence": "Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.", + "paragraph": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", + "website": "https://github.com/davetcc/tcMenuLib", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/tcMenuLib.git", + "dependencies": [ + { + "name": "IoAbstraction" + }, + { + "name": "tcUnicodeHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-4.1.1.zip", + "archiveFileName": "tcMenu-4.1.1.zip", + "size": 688448, + "checksum": "SHA-256:911f800235b1b4c2ba177c78cf2eebb4689b59bc9908ef1ff91825886ab2bd36" + }, + { + "name": "MQ131 gas sensor", + "version": "1.3.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.3.0.zip", + "archiveFileName": "MQ131_gas_sensor-1.3.0.zip", + "size": 1409822, + "checksum": "SHA-256:2f7e7dcd338476461efbf46ee17220e2a74296d150c127391bc7a6efcf2c1492" + }, + { + "name": "MQ131 gas sensor", + "version": "1.4.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.0.zip", + "archiveFileName": "MQ131_gas_sensor-1.4.0.zip", + "size": 1414467, + "checksum": "SHA-256:2340d062a52b355e452e3b7aba61bb5c021e25a17ee39cb47549e9d00ea30112" + }, + { + "name": "MQ131 gas sensor", + "version": "1.4.3", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.3.zip", + "archiveFileName": "MQ131_gas_sensor-1.4.3.zip", + "size": 1414576, + "checksum": "SHA-256:6364ab22f1a049f3ae82b53b3e99fc5a443401a0261eba2fde2d384901dbecfc" + }, + { + "name": "MQ131 gas sensor", + "version": "1.4.4", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.4.zip", + "archiveFileName": "MQ131_gas_sensor-1.4.4.zip", + "size": 1414673, + "checksum": "SHA-256:582811dc24be0c866bd0da8bd0737fc59863860b0b4f25f2fad764b8b1950c44" + }, + { + "name": "MQ131 gas sensor", + "version": "1.5.0", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.0.zip", + "archiveFileName": "MQ131_gas_sensor-1.5.0.zip", + "size": 1475974, + "checksum": "SHA-256:57be8d6b250ce63f005c93fe9a9d69db2666869063ed47dc261b1ea728d7c1e5" + }, + { + "name": "MQ131 gas sensor", + "version": "1.5.1", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.1.zip", + "archiveFileName": "MQ131_gas_sensor-1.5.1.zip", + "size": 1476015, + "checksum": "SHA-256:94b7b21417a8f0c51286d63372bb1397d5dea6e61d8adf41a1e2cfa8b529b41d" + }, + { + "name": "MQ131 gas sensor", + "version": "1.5.2", + "author": "Olivier Staquet", + "maintainer": "Olivier Staquet", + "license": "MIT", + "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", + "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", + "website": "https://github.com/ostaquet/Arduino-MQ131-driver", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.2.zip", + "archiveFileName": "MQ131_gas_sensor-1.5.2.zip", + "size": 1476019, + "checksum": "SHA-256:f908a8c276f52e158c2f9becc9e60d9740ee82300cadec64d83b84e79267ca54" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.1.zip", + "size": 34948, + "checksum": "SHA-256:5dca70e5e36f28e0929dbbb6854f7d6b4e2412ba284953a87cb48a253e526e05" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.2.zip", + "size": 35521, + "checksum": "SHA-256:95d13f1bfad6aac3e006217464ac65eda5fc2cf721330ac3f502eabd999a18ea" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.3.zip", + "size": 35505, + "checksum": "SHA-256:e3ef0f1a7bbce4ec481acc45e1078d0c2adf0a1dbbece580148866d606683cac" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.4.zip", + "size": 35485, + "checksum": "SHA-256:42959fb9a5b2dbb2f9fc1cd6acf60d1069bc433db019bcd32adae091da1149ca" + }, + { + "name": "SparkFun PHT MS8607 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", + "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", + "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.5.zip", + "size": 35505, + "checksum": "SHA-256:85ce8c4927ad474f40e17c1ca5cd61b9a9c7e7142c40b6411b713b6f349e3183" + }, + { + "name": "Prandom", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random numbers with Python Random interface.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/random", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": [ + "random.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.0.zip", + "archiveFileName": "Prandom-0.1.0.zip", + "size": 8721, + "checksum": "SHA-256:3c0adbca8f7bbe4b57fcd70d02acd1721ba397ad98dacfb2b1ed1312d05a7b19" + }, + { + "name": "Prandom", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": [ + "Prandom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.1.zip", + "archiveFileName": "Prandom-0.1.1.zip", + "size": 8784, + "checksum": "SHA-256:dc416e8c66f1d1f508405c47fd3b4c42d8b94971095d88a8c73ad436b8c65199" + }, + { + "name": "Prandom", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": [ + "Prandom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.2.zip", + "archiveFileName": "Prandom-0.1.2.zip", + "size": 8792, + "checksum": "SHA-256:c3247b767d6fd26f5184eabc950617eacbb0f07662e92b1426d4ce70e7e35945" + }, + { + "name": "Prandom", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": [ + "Prandom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.3.zip", + "archiveFileName": "Prandom-0.1.3.zip", + "size": 10276, + "checksum": "SHA-256:2f8fabda4a37259c396c6b7233a46532fdc7142a1e14d7d42d900647c8233d46" + }, + { + "name": "Prandom", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": [ + "Prandom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.4.zip", + "archiveFileName": "Prandom-0.1.4.zip", + "size": 10300, + "checksum": "SHA-256:cd2a03004b8c323959f8ed8282fc417b557c03c3d85032c815df15b12348b7cd" + }, + { + "name": "Prandom", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": [ + "Prandom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.5.zip", + "archiveFileName": "Prandom-0.1.5.zip", + "size": 10662, + "checksum": "SHA-256:432a2a12c11aba72e73f4da329804cab8d783ccc77b3194811814f4a859e53ae" + }, + { + "name": "Prandom", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for random number generation with Python random interface.", + "paragraph": "Supports different distributions", + "website": "https://github.com/RobTillaart/Prandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Prandom.git", + "providesIncludes": [ + "Prandom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.6.zip", + "archiveFileName": "Prandom-0.1.6.zip", + "size": 10909, + "checksum": "SHA-256:eea94283d92e6b6b6260c2116ca35ae5c735c79e1d0ef80141a1bb8f2ce84a90" + }, + { + "name": "InternalTemperature", + "version": "2.0.0", + "author": "LAtimes2", + "maintainer": "LAtimes2 \u003clatimes222@gmail.com\u003e", + "sentence": "Teensy internal CPU temperatures", + "paragraph": "Read temperature of all versions of Teensy. Attach functions to high and low temperature alarms.", + "website": "https://github.com/LAtimes2/InternalTemperature", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LAtimes2/InternalTemperature.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LAtimes2/InternalTemperature-2.0.0.zip", + "archiveFileName": "InternalTemperature-2.0.0.zip", + "size": 245727, + "checksum": "SHA-256:213c0f5f668467f377950510689fb8478560e6dcbed52ea01a3aafd8451fac9a" + }, + { + "name": "InternalTemperature", + "version": "2.1.0", + "author": "LAtimes2", + "maintainer": "LAtimes2 \u003clatimes222@gmail.com\u003e", + "sentence": "Teensy internal CPU temperatures", + "paragraph": "Read temperature of all versions of Teensy. Attach functions to high and low temperature alarms.", + "website": "https://github.com/LAtimes2/InternalTemperature", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LAtimes2/InternalTemperature.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LAtimes2/InternalTemperature-2.1.0.zip", + "archiveFileName": "InternalTemperature-2.1.0.zip", + "size": 245836, + "checksum": "SHA-256:6f2e973c1cf9ea6181af3dc3c956448aa4a93b3c760d6149702bc2c169463a4e" + }, + { + "name": "InternalTemperature", + "version": "2.1.1", + "author": "LAtimes2", + "maintainer": "LAtimes2 \u003clatimes222@gmail.com\u003e", + "sentence": "Teensy internal CPU temperatures", + "paragraph": "Read temperature of all versions of Teensy. Attach functions to high and low temperature alarms.", + "website": "https://github.com/LAtimes2/InternalTemperature", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LAtimes2/InternalTemperature.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LAtimes2/InternalTemperature-2.1.1.zip", + "archiveFileName": "InternalTemperature-2.1.1.zip", + "size": 245832, + "checksum": "SHA-256:61eb900765d47dd3db53ca187e1c42671a618a7c01e07b03cac29ef79176c08e" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.0.zip", + "archiveFileName": "Adafruit_LIS331-1.0.0.zip", + "size": 484754, + "checksum": "SHA-256:ce7f5866dc94955718ce243e36ff9f13f7a27c50f795a5f4e2e5d75cd25f0067" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.1.zip", + "archiveFileName": "Adafruit_LIS331-1.0.1.zip", + "size": 484788, + "checksum": "SHA-256:b746a93ca2427b0fa691f26d8b3787d9f61a01807cfb1b6082df31eadf59422d" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.2.zip", + "archiveFileName": "Adafruit_LIS331-1.0.2.zip", + "size": 484796, + "checksum": "SHA-256:08e65ffa71af2e0d872955beb61295a75c41a466af73a88b8f8b0474b14e8302" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.3", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.3.zip", + "archiveFileName": "Adafruit_LIS331-1.0.3.zip", + "size": 484830, + "checksum": "SHA-256:a500205d77651cb960160108cd2e6ce46ac6358841f30d726fc34bd65bba924f" + }, + { + "name": "Adafruit LIS331", + "version": "1.0.5", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for the Adafruit LIS331 Accelerometer family.", + "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", + "website": "https://github.com/adafruit/Adafruit_LIS331", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.5.zip", + "archiveFileName": "Adafruit_LIS331-1.0.5.zip", + "size": 484853, + "checksum": "SHA-256:17850dcb3b834c77793462de25843e169a840da869f5a97bbe94d455e2b072cf" + }, + { + "name": "AmbientCO2", + "version": "0.3.0", + "author": "Michael Jack", + "maintainer": "Michael Jack \u003c50518949+mjackdk@users.noreply.github.com\u003e", + "sentence": "Arduino library for CozIR Ambient CO2 sensors.", + "paragraph": "Command, streaming and polling mode, auto-scale", + "website": "https://github.com/mjackdk/AmbientCO2/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mjackdk/AmbientCO2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mjackdk/AmbientCO2-0.3.0.zip", + "archiveFileName": "AmbientCO2-0.3.0.zip", + "size": 5455, + "checksum": "SHA-256:866c8e0232e5d91d4deb235a1bb5da4ae6fcfa7aea6aaeea1a5167647cbbfe80" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.1.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.1.zip", + "size": 40845, + "checksum": "SHA-256:4a4d1d453c32c1003bd4d7d478fe0934fbb9f96293d7bb28c9417ceb8d1c7a05" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.2.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.2.zip", + "size": 40864, + "checksum": "SHA-256:c99ea902ab6027a1d8cb68d5551aabba527de82dbefb5059e385b2a2c51c15d2" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.3.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.3.zip", + "size": 42858, + "checksum": "SHA-256:4301af2a2584b16a24e995d269070e83fb3bfbdcabc9a6090f6a0e180fab3b0c" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is a library for the Adafruit RGB LED matrix.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.4.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.4.zip", + "size": 47663, + "checksum": "SHA-256:3c7f61dcd48ebf67adbb662b170c36463764c4137c65b5b280fc860586de5c6b" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.5.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.5.zip", + "size": 60683, + "checksum": "SHA-256:09f2f4d0076a1bcf863bcd1ba9044f0c9951df81154dea1dc3269d68f54ab10c" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.6.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.6.zip", + "size": 64099, + "checksum": "SHA-256:f448e5359d1bba8c3517363e804fe3f585e61e8bd7e0776c9f8fbb81835d2450" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.7.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.7.zip", + "size": 61662, + "checksum": "SHA-256:fbb8c3cc23ab22c16aa7cf1a6162fdea603908cc62e70c1b1a3041aa15754cf4" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.8.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.8.zip", + "size": 61466, + "checksum": "SHA-256:b9321e376a3815251ba7c279aa372f2d838547e133a043c4b9bb535c9042a6a5" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.9.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.9.zip", + "size": 61637, + "checksum": "SHA-256:4ec3b11b28434cfa7eba75a4ea9c456bbcc18832cbba99c19557a367fb33174f" + }, + { + "name": "Adafruit Protomatter", + "version": "1.0.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.10.zip", + "archiveFileName": "Adafruit_Protomatter-1.0.10.zip", + "size": 61863, + "checksum": "SHA-256:57b7edf8252fc044844627eec5b42254a45c615f4bf3b13eb6a781882985e4d8" + }, + { + "name": "Adafruit Protomatter", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.1.0.zip", + "archiveFileName": "Adafruit_Protomatter-1.1.0.zip", + "size": 66909, + "checksum": "SHA-256:423342bfe64b0dfb262b7a43ddad5522b84d7ae43a61aa9335e78881d865032c" + }, + { + "name": "Adafruit Protomatter", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.2.0.zip", + "archiveFileName": "Adafruit_Protomatter-1.2.0.zip", + "size": 69997, + "checksum": "SHA-256:f69123a37d3c548c8928938506884a647c2e559c9a8f6cd39d920f2519861d51" + }, + { + "name": "Adafruit Protomatter", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.2.1.zip", + "archiveFileName": "Adafruit_Protomatter-1.2.1.zip", + "size": 71436, + "checksum": "SHA-256:8b6c453b9795a969c306d0052c55f609a23dff3298d3f042d81f6c4c99da84ee" + }, + { + "name": "Adafruit Protomatter", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.2.2.zip", + "archiveFileName": "Adafruit_Protomatter-1.2.2.zip", + "size": 71798, + "checksum": "SHA-256:401252ed1eeefdde7ee558a7d46e9db4640e28ddc1d5ddaa3571a479f7c87d4e" + }, + { + "name": "Adafruit Protomatter", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.2.3.zip", + "archiveFileName": "Adafruit_Protomatter-1.2.3.zip", + "size": 71897, + "checksum": "SHA-256:116e0a4eb821e51b80028a47cdd5522fa389fbd7f27d9af3b472347cbbe3aa2b" + }, + { + "name": "Adafruit Protomatter", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.4.0.zip", + "archiveFileName": "Adafruit_Protomatter-1.4.0.zip", + "size": 82581, + "checksum": "SHA-256:9dddea73f93eec07aaf813b0937b0cb58c2caf13be14ae2b75900964f5f6d4f9" + }, + { + "name": "Adafruit Protomatter", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.4.1.zip", + "archiveFileName": "Adafruit_Protomatter-1.4.1.zip", + "size": 82453, + "checksum": "SHA-256:2160f4834eaaf1888067eac85bb2d189e3b83dbc39c07f3d409254ac1dc814a4" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.1.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.1.zip", + "size": 83351, + "checksum": "SHA-256:9cade6dc3a194c76f35ba041e1de108f6ff31fad388834b0ed84f91c82dc6bba" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.2.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.2.zip", + "size": 83482, + "checksum": "SHA-256:a6883fd5f8b5c9d5b6009d88a65ae3cd5ee8e4c36b1b5b109e2d95e4337878d4" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.3.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.3.zip", + "size": 84631, + "checksum": "SHA-256:68730b37ce22b0d6f1cf4d9715e6da63987e893e39d70105d5e7ba9d8c8d32c9" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.4.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.4.zip", + "size": 84671, + "checksum": "SHA-256:8be9a596450e9c1e6035f7824f248203be32c2caddb266559de17b799ca7e5c1" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.5.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.5.zip", + "size": 84933, + "checksum": "SHA-256:221197da62c5187f1ffb6a7282aed74364906e09614dab2e4c4777ceb3d3fe76" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.6.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.6.zip", + "size": 85161, + "checksum": "SHA-256:1b47cd5510e3a433d9c3ed5f2390afc410eadf6f42fd5e4f28c467081779b6e6" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.7.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.7.zip", + "size": 85156, + "checksum": "SHA-256:78a483d771ec694c0545ed29cd2d31edcefa50f9151b39ca46192af73c195c2f" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.8.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.8.zip", + "size": 85152, + "checksum": "SHA-256:6d52ca78e8c132996083cbe15e8c320a40d3dd801babdfc23cce61d2dccc61c0" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.9.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.9.zip", + "size": 85159, + "checksum": "SHA-256:caf79dcd2e1b4d261df0ccc06dbdf7c9db9c8e52aa726933e423786f1ea36630" + }, + { + "name": "Adafruit Protomatter", + "version": "1.5.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.5.10.zip", + "archiveFileName": "Adafruit_Protomatter-1.5.10.zip", + "size": 86030, + "checksum": "SHA-256:7e703ffd9f5459cb1fb7622a0d1285d17864c62c428baedde751f1a6c3ba0e1a" + }, + { + "name": "Adafruit Protomatter", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.6.0.zip", + "archiveFileName": "Adafruit_Protomatter-1.6.0.zip", + "size": 87959, + "checksum": "SHA-256:d0281f4282d1eec363a6e62dc6e47acdcacbafb1837f7e22738234ae72a2ec74" + }, + { + "name": "Adafruit Protomatter", + "version": "1.6.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for Adafruit RGB LED matrices.", + "paragraph": "RGB LED matrix.", + "website": "https://github.com/adafruit/Adafruit_protomatter", + "category": "Display", + "architectures": [ + "samd", + "nrf52", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "Adafruit PixelDust" + }, + { + "name": "AnimatedGIF" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.6.1.zip", + "archiveFileName": "Adafruit_Protomatter-1.6.1.zip", + "size": 88092, + "checksum": "SHA-256:030be5a4f5604e33833c0bad78684f11c3f9892b49436db874ddba9b1edcc684" + }, + { + "name": "ESP32 RMT Peripheral VAN bus reader library", + "version": "1.0.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "ESP32 RMT Peripheral VAN bus reader library", + "paragraph": "It is intended to interface the automotive bus used in cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/esp32_rmt_van_rx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/esp32_rmt_van_rx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.0.zip", + "archiveFileName": "ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.0.zip", + "size": 235326, + "checksum": "SHA-256:0ca8dd7575329a8a476fe664fdd87a0eec68ad1b200017ec853cf20eb16dc7ad" + }, + { + "name": "ESP32 RMT Peripheral VAN bus reader library", + "version": "1.0.1", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "ESP32 RMT Peripheral VAN bus reader library", + "paragraph": "It is intended to interface the automotive bus used in cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/esp32_rmt_van_rx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/esp32_rmt_van_rx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.1.zip", + "archiveFileName": "ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.1.zip", + "size": 235321, + "checksum": "SHA-256:bb9fdccf694d73133a1ce763824f54ac8c9360f55ac05482a7f65069bd601a90" + }, + { + "name": "ESP32 RMT Peripheral VAN bus reader library", + "version": "2.0.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "ESP32 RMT Peripheral VAN bus reader library", + "paragraph": "It is intended to interface the automotive bus used in cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/esp32_rmt_van_rx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/esp32_rmt_van_rx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/ESP32_RMT_Peripheral_VAN_bus_reader_library-2.0.0.zip", + "archiveFileName": "ESP32_RMT_Peripheral_VAN_bus_reader_library-2.0.0.zip", + "size": 228948, + "checksum": "SHA-256:c38c4cf114420a30d1e4d8fcf11314b4ac2601a5fef2a3bb2072f811a508fe1b" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "1.1.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463C VAN Datalink Controller with SPI", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": [ + "tss463_van.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.1.0.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.1.0.zip", + "size": 591178, + "checksum": "SHA-256:bf00c7d7bc356741e172de3deedac42030ba3c2f51a84c2fb3da2a9dc5c8d0c8" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "1.2.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463C VAN Datalink Controller with SPI", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": [ + "tss463_van.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.2.0.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.2.0.zip", + "size": 602742, + "checksum": "SHA-256:6d4c8e81341b440da05cb6ea8b730bab1b896e729f61acc8a546a9825113d427" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "1.3.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463C VAN Datalink Controller with SPI", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": [ + "tss463_van.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.3.0.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.3.0.zip", + "size": 603114, + "checksum": "SHA-256:f01f150e2383687b78d249063bfa7dac20729f2fac06c3308212ee3480293385" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "2.0.1", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463/TSS461 VAN Datalink Controller", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": [ + "tss463_van.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.1.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.1.zip", + "size": 1265540, + "checksum": "SHA-256:ba0d7bc42d62cf7b74337e95ac60929ee58a8082d418b1d7077d20f8203a894a" + }, + { + "name": "Atmel TSS463C VAN bus Datalink Controller library", + "version": "2.0.2", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "sentence": "A library for the Atmel TSS463/TSS461 VAN Datalink Controller", + "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", + "website": "https://github.com/morcibacsi/arduino_tss463_van", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", + "providesIncludes": [ + "tss463_van.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.2.zip", + "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-2.0.2.zip", + "size": 1267256, + "checksum": "SHA-256:fa8878807655c6912fbfa76014b28f464bf1f768791eee983f549e3dc4283749" + }, + { + "name": "Statistic", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.0.zip", + "archiveFileName": "Statistic-0.4.0.zip", + "size": 9555, + "checksum": "SHA-256:db5eaad60f3e0bc61988bc333a8336e8106be3e6da3a14952e3025380c0b730c" + }, + { + "name": "Statistic", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.1.zip", + "archiveFileName": "Statistic-0.4.1.zip", + "size": 9553, + "checksum": "SHA-256:ddfe032e35593f3908e37ff8edf376bba0efd766c49fb9b8d465019a66d51bbb" + }, + { + "name": "Statistic", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.2.zip", + "archiveFileName": "Statistic-0.4.2.zip", + "size": 11090, + "checksum": "SHA-256:54a981a8f21ba1346810d25f468acaf446afdfe70e0ea0437472cd09388f24ac" + }, + { + "name": "Statistic", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.3.zip", + "archiveFileName": "Statistic-0.4.3.zip", + "size": 12187, + "checksum": "SHA-256:4f069c29e11297ffcbd0296c7dae0ae4e672664f98f0cbab0f400cface9c1b58" + }, + { + "name": "Statistic", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.4.zip", + "archiveFileName": "Statistic-0.4.4.zip", + "size": 15277, + "checksum": "SHA-256:cbe69082025cb61b3259a6958f3d0fca102792aefa13e72fbc998474d86a1e44" + }, + { + "name": "Statistic", + "version": "1.0.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports sum,min,max,average,variance,standard deviation,population,unbiased..", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-1.0.0.zip", + "archiveFileName": "Statistic-1.0.0.zip", + "size": 19414, + "checksum": "SHA-256:16c64c69b4c9ecbeb73a18f0f8ef9ea2f6ed7c69159b3576d4e0fe43263c4d93" + }, + { + "name": "Statistic", + "version": "1.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports sum,min,max,average,variance,standard deviation,population,unbiased..", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-1.0.1.zip", + "archiveFileName": "Statistic-1.0.1.zip", + "size": 19396, + "checksum": "SHA-256:8b760cdb7e2a793d888c9b4c06aa089297f30aad176ba27a2368caf0e5a350c9" + }, + { + "name": "Statistic", + "version": "1.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports count, sum, minimum, maximum, average, variance, standard deviation, population and unbiased.", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-1.0.2.zip", + "archiveFileName": "Statistic-1.0.2.zip", + "size": 20006, + "checksum": "SHA-256:cc4b8d64645386e9075aa2d113bb67b05745e993a1dbf33bd1f921a36af1c665" + }, + { + "name": "Statistic", + "version": "1.0.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports count, sum, minimum, maximum, average, variance, standard deviation, population and unbiased.", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-1.0.3.zip", + "archiveFileName": "Statistic-1.0.3.zip", + "size": 20044, + "checksum": "SHA-256:70ff244c878c90c7f4642f89c720ba2b1843617aca9ea7a0a8e52f17bb658441" + }, + { + "name": "Statistic", + "version": "1.0.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports count, sum, minimum, maximum, average, variance, standard deviation, population and unbiased.", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-1.0.4.zip", + "archiveFileName": "Statistic-1.0.4.zip", + "size": 20162, + "checksum": "SHA-256:1f76a1384e3701a3b3daf46e0a6ee6be87f73524083f3efbe7e62938c323cb38" + }, + { + "name": "Statistic", + "version": "1.0.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports count, sum, minimum, maximum, average, variance, standard deviation, population and unbiased.", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-1.0.5.zip", + "archiveFileName": "Statistic-1.0.5.zip", + "size": 23101, + "checksum": "SHA-256:761f47bbf953b1f316c0d40a54e3420991409606ce0bcd2c316a8b906a338b1a" + }, + { + "name": "Statistic", + "version": "1.0.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library with basic statistical functions for Arduino.", + "paragraph": "Supports count, sum, minimum, maximum, average, variance, standard deviation, population and unbiased.", + "website": "https://github.com/RobTillaart/Statistic", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Statistic.git", + "providesIncludes": [ + "Statistic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-1.0.6.zip", + "archiveFileName": "Statistic-1.0.6.zip", + "size": 24225, + "checksum": "SHA-256:c5381217cd839014109df39c06b280ba1f712402202e96c87aa6ff4afc36cfad" + }, + { + "name": "SHT31", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.0.zip", + "archiveFileName": "SHT31-0.2.0.zip", + "size": 11149, + "checksum": "SHA-256:fb11326fc5c6f6db6b8a6c0982932f08e7f416c395ee1af1fd70494660a40dc8" + }, + { + "name": "SHT31", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.1.zip", + "archiveFileName": "SHT31-0.2.1.zip", + "size": 11138, + "checksum": "SHA-256:c0cfeba1b15e34e0422e8534074a03a5e83cb2a85b3004c4b8f044888244a91a" + }, + { + "name": "SHT31", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.2.zip", + "archiveFileName": "SHT31-0.2.2.zip", + "size": 11314, + "checksum": "SHA-256:7f0bc454b851bfd89bb504258ec4034c50d8fe654863c906014317a6fb0c2ae9" + }, + { + "name": "SHT31", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.3.zip", + "archiveFileName": "SHT31-0.2.3.zip", + "size": 11563, + "checksum": "SHA-256:f7c3fad8bf0c071fcb0cfbe070638b63da5291f7d8fc58eec6457f36b5b3498b" + }, + { + "name": "SHT31", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.4.zip", + "archiveFileName": "SHT31-0.2.4.zip", + "size": 13403, + "checksum": "SHA-256:a57e3d35af0be207d62518b603da276489fc86f494be480c86ad70cae654fb29" + }, + { + "name": "SHT31", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.5.zip", + "archiveFileName": "SHT31-0.2.5.zip", + "size": 14590, + "checksum": "SHA-256:1e6249733ae5b3104af4664af17b12b393cbf4c1fe3e0201e08795b199aa2d4a" + }, + { + "name": "SHT31", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.6.zip", + "archiveFileName": "SHT31-0.2.6.zip", + "size": 14613, + "checksum": "SHA-256:926a2124c18ad43e8fa388fe2a9068aab45492acc31f1b393751e112064ae579" + }, + { + "name": "SHT31", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "Wire.h", + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.0.zip", + "archiveFileName": "SHT31-0.3.0.zip", + "size": 16044, + "checksum": "SHA-256:a6a6fea21218566eca5c31c8f48f2bb96cab16f3c2ed671ccb3bb417feab77e9" + }, + { + "name": "SHT31", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.1.zip", + "archiveFileName": "SHT31-0.3.1.zip", + "size": 16086, + "checksum": "SHA-256:51505f01152557c101b0426ece5fdbb497a95a2674b819c783a58437a6030f2b" + }, + { + "name": "SHT31", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.2.zip", + "archiveFileName": "SHT31-0.3.2.zip", + "size": 17468, + "checksum": "SHA-256:554f7a98459c8b6f8cff945996eed3997f2b723dc3d370ab95917b08aabb83db" + }, + { + "name": "SHT31", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.3.zip", + "archiveFileName": "SHT31-0.3.3.zip", + "size": 18101, + "checksum": "SHA-256:42377152bd522f59dc279e3164fbc3cc9dec79d1fdffc250c2bf9a928a03c196" + }, + { + "name": "SHT31", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.4.zip", + "archiveFileName": "SHT31-0.3.4.zip", + "size": 20469, + "checksum": "SHA-256:9af258f1a3ddb39d14a6686b61bbc1182b328a6b4c79d89a2767d379d777c32d" + }, + { + "name": "SHT31", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.5.zip", + "archiveFileName": "SHT31-0.3.5.zip", + "size": 20815, + "checksum": "SHA-256:35de0a0cea514d780dadea08436934d045229cfe46e77aa3373ddd3333004403" + }, + { + "name": "SHT31", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.6.zip", + "archiveFileName": "SHT31-0.3.6.zip", + "size": 20854, + "checksum": "SHA-256:f3fe8d538a26987b142d27764aee41ee7069da1e6dd09020631607be2615790a" + }, + { + "name": "SHT31", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.7.zip", + "archiveFileName": "SHT31-0.3.7.zip", + "size": 21322, + "checksum": "SHA-256:bc7fb2a04efe52bf4cb13ceec625e12fe4c532b8817db35c73df90d1f45a56a6" + }, + { + "name": "SHT31", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.3.8.zip", + "archiveFileName": "SHT31-0.3.8.zip", + "size": 21400, + "checksum": "SHA-256:5f2e90080a1bbbb9d299854e2b68915225bfb8d5be830fd698a76bc9fb7517a8" + }, + { + "name": "SHT31", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.4.0.zip", + "archiveFileName": "SHT31-0.4.0.zip", + "size": 21713, + "checksum": "SHA-256:aa113bd6bd927dcb875fc9e5a3d433ffca150d23fbfcc7ada1e46b22e1e470bc" + }, + { + "name": "SHT31", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT31 temperature and humidity sensor", + "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT31", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31.git", + "providesIncludes": [ + "SHT31.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.5.0.zip", + "archiveFileName": "SHT31-0.5.0.zip", + "size": 21761, + "checksum": "SHA-256:f1b5467fa2305ed5af2be2ec38ca2ed7e7eede15a86382c48065ea05db7df97b" + }, + { + "name": "OmEspHelpers", + "version": "1.5.20200512", + "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "sentence": "Web front end for simple IoT projects.", + "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", + "website": "https://github.com/distrakt/OmEspHelpers/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/distrakt/OmEspHelpers.git", + "providesIncludes": [ + "OmEspHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.5.20200512.zip", + "archiveFileName": "OmEspHelpers-1.5.20200512.zip", + "size": 76793, + "checksum": "SHA-256:8c9d4ce6206cdf7cbef3afe68a80112abc15d9f46ceea4cd0b38a19d7a065afc" + }, + { + "name": "OmEspHelpers", + "version": "1.6.20200731", + "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "sentence": "Web front end for simple IoT projects.", + "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", + "website": "https://github.com/distrakt/OmEspHelpers/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/distrakt/OmEspHelpers.git", + "providesIncludes": [ + "OmEspHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.6.20200731.zip", + "archiveFileName": "OmEspHelpers-1.6.20200731.zip", + "size": 324859, + "checksum": "SHA-256:05c1273d4f31cdd9af565c515a2268ce59796462ea2eeeb2eb9b7c8608514c82" + }, + { + "name": "OmEspHelpers", + "version": "1.7.20201029", + "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "sentence": "Web front end for simple IoT projects.", + "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", + "website": "https://github.com/distrakt/OmEspHelpers/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/distrakt/OmEspHelpers.git", + "providesIncludes": [ + "OmEspHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.7.20201029.zip", + "archiveFileName": "OmEspHelpers-1.7.20201029.zip", + "size": 568237, + "checksum": "SHA-256:c03ad4b42b5a5624a21f72f04306528de7abaf41184830fb6afaa38a491c1cef" + }, + { + "name": "OmEspHelpers", + "version": "1.8.20220422", + "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", + "sentence": "Web front end for simple IoT projects.", + "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", + "website": "https://github.com/distrakt/OmEspHelpers/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/distrakt/OmEspHelpers.git", + "providesIncludes": [ + "OmEspHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.8.20220422.zip", + "archiveFileName": "OmEspHelpers-1.8.20220422.zip", + "size": 903878, + "checksum": "SHA-256:edcc08a29f0b372bf8b4a0c8cb9f04a8514e4243bc842c72530a9ce7deaeb421" + }, + { + "name": "SDConfig", + "version": "1.1.0", + "author": "Claus Mancini \u003cclaus.nahuel@gmail.com\u003e", + "maintainer": "Claus Mancini \u003cclaus.nahuel@gmail.com\u003e", + "sentence": "A library for reading and writing settings from a configuration file on a SD card.", + "paragraph": "This library simplifies working with configuration variables stored in a SD for certain formated text files. It translates variable setting values into Arduino data types.", + "website": "https://github.com/Fuzzer11/SDconfig", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Fuzzer11/SDconfig.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fuzzer11/SDConfig-1.1.0.zip", + "archiveFileName": "SDConfig-1.1.0.zip", + "size": 17092, + "checksum": "SHA-256:9d9235af463f13d2e043dcc7aa9f8f40b1922f6d9892113e170bb551e174c8de" + }, + { + "name": "DebugLog", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.3.zip", + "archiveFileName": "DebugLog-0.1.3.zip", + "size": 5472, + "checksum": "SHA-256:1055914d1b686d71b560064dfb806b8fc30b11dfdc69d762abd36a6e71e08600" + }, + { + "name": "DebugLog", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.4.zip", + "archiveFileName": "DebugLog-0.1.4.zip", + "size": 5458, + "checksum": "SHA-256:6c3d610a7762b1712520c83890dbca9ac1480a1661261dab8cd98504c516ecf3" + }, + { + "name": "DebugLog", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.5.zip", + "archiveFileName": "DebugLog-0.1.5.zip", + "size": 5473, + "checksum": "SHA-256:69efe9840307fb2f800617c712bdaf178135974d6720bd4c7a21b5db4381710b" + }, + { + "name": "DebugLog", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.6.zip", + "archiveFileName": "DebugLog-0.1.6.zip", + "size": 5471, + "checksum": "SHA-256:816335c29cbab287fb933d6058382ccedecfeaa637dfa3310c20c2f878fa416f" + }, + { + "name": "DebugLog", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.7.zip", + "archiveFileName": "DebugLog-0.1.7.zip", + "size": 5474, + "checksum": "SHA-256:4dbdbe161cc503e3b286566bfb7e13dfb2b16539150a2cd6e27bdf184971ec71" + }, + { + "name": "DebugLog", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.8.zip", + "archiveFileName": "DebugLog-0.1.8.zip", + "size": 5479, + "checksum": "SHA-256:db92eb4b13282e40a1382bc25bd82601b4a48203d6883e27d401e18af615bca1" + }, + { + "name": "DebugLog", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.9.zip", + "archiveFileName": "DebugLog-0.1.9.zip", + "size": 5708, + "checksum": "SHA-256:5a2eb5b298ae6f5adc51a5f6f28d7dc2c13ab9e67c2098c2aba5297be419fbe4" + }, + { + "name": "DebugLog", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.0.zip", + "archiveFileName": "DebugLog-0.2.0.zip", + "size": 7302, + "checksum": "SHA-256:b53580f56bb88fd08387eb519747b70767258895fdc121dcb8ac770af1c28e8e" + }, + { + "name": "DebugLog", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.1.zip", + "archiveFileName": "DebugLog-0.2.1.zip", + "size": 9244, + "checksum": "SHA-256:0ca890cc5eb5a9b66e0fe85fb14c98744cb9ffd43bad81411e14723f66722550" + }, + { + "name": "DebugLog", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.2.zip", + "archiveFileName": "DebugLog-0.2.2.zip", + "size": 9543, + "checksum": "SHA-256:45c88a922e624337d3fb0c5fc3436e128e0b7162b66f8b0f3b83097c3e932e83" + }, + { + "name": "DebugLog", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.3.0.zip", + "archiveFileName": "DebugLog-0.3.0.zip", + "size": 9820, + "checksum": "SHA-256:11cec8b219f81998047a3885029d9bca807f1509d3f29bab4092ec2698ab75ab" + }, + { + "name": "DebugLog", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.3.1.zip", + "archiveFileName": "DebugLog-0.3.1.zip", + "size": 10423, + "checksum": "SHA-256:d8ea7f2a7b5755ad3bb12176a39bf55586c4d6d66e79773d45e8758dcfb7ded4" + }, + { + "name": "DebugLog", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.4.0.zip", + "archiveFileName": "DebugLog-0.4.0.zip", + "size": 13423, + "checksum": "SHA-256:54a5aa7726d2caf89f134cc48c3c9051fe6ff75a1a6ebc21dbc9ee8362351353" + }, + { + "name": "DebugLog", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.4.1.zip", + "archiveFileName": "DebugLog-0.4.1.zip", + "size": 13991, + "checksum": "SHA-256:48e54ddddc6767ec841887dd2efbae2316711f7ddffe8d93e14fac5d975df924" + }, + { + "name": "DebugLog", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.4.2.zip", + "archiveFileName": "DebugLog-0.4.2.zip", + "size": 14134, + "checksum": "SHA-256:a28fbdd37d57c9176c45cb6acfee18160e1c58917928310d3beec6c31e9b5166" + }, + { + "name": "DebugLog", + "version": "0.5.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.5.0.zip", + "archiveFileName": "DebugLog-0.5.0.zip", + "size": 31184, + "checksum": "SHA-256:274ba7ed27ef031e9084768fd2c78e63a3af51b47b6717c43f2c1c843e1de80e" + }, + { + "name": "DebugLog", + "version": "0.5.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Serial based assertion and log library for Arduino", + "paragraph": "Serial based assertion and log library for Arduino", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.5.1.zip", + "archiveFileName": "DebugLog-0.5.1.zip", + "size": 31407, + "checksum": "SHA-256:6f524b5308c159bd707970324fbabf8695638d816a73657aba45a8f14beefc45" + }, + { + "name": "DebugLog", + "version": "0.6.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.6.0.zip", + "archiveFileName": "DebugLog-0.6.0.zip", + "size": 47392, + "checksum": "SHA-256:f6d0e6a148e4d3b368a7edf8a89c5ed1ead97e9e0a2d8ca7441c168aabc93653" + }, + { + "name": "DebugLog", + "version": "0.6.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.6.1.zip", + "archiveFileName": "DebugLog-0.6.1.zip", + "size": 47460, + "checksum": "SHA-256:67e53c72c74e268b020469610fd74bfc20cf7eaef65bbc71b0861074d9a6bd42" + }, + { + "name": "DebugLog", + "version": "0.6.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.6.2.zip", + "archiveFileName": "DebugLog-0.6.2.zip", + "size": 47756, + "checksum": "SHA-256:dda17827e6b6a6e9552b92a2176427a9c19b87573057b48d1c2341b11ffef8f4" + }, + { + "name": "DebugLog", + "version": "0.6.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.6.3.zip", + "archiveFileName": "DebugLog-0.6.3.zip", + "size": 47836, + "checksum": "SHA-256:670f9333e63088dbd898da1725369255472523aea9d7923d478a1cc8d49addb2" + }, + { + "name": "DebugLog", + "version": "0.6.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.6.4.zip", + "archiveFileName": "DebugLog-0.6.4.zip", + "size": 47880, + "checksum": "SHA-256:5cfdb5fa70a2186595301ca484395cc4e3f9454c3aa9ccbd38512542e9731d78" + }, + { + "name": "DebugLog", + "version": "0.6.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.6.5.zip", + "archiveFileName": "DebugLog-0.6.5.zip", + "size": 48165, + "checksum": "SHA-256:e2d888f8da3e83005256dfd15e1e005866332ddc9dde6e76fa5d5a89fc4497f8" + }, + { + "name": "DebugLog", + "version": "0.6.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.6.6.zip", + "archiveFileName": "DebugLog-0.6.6.zip", + "size": 48166, + "checksum": "SHA-256:13a71935b847b9079371c220b132529d78f9668445cbfa665f53c0a6e361720c" + }, + { + "name": "DebugLog", + "version": "0.7.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Logging library for Arduino that can output to both Serial and File with one line", + "paragraph": "DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.", + "website": "https://github.com/hideakitai/DebugLog", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Debug.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.7.0.zip", + "archiveFileName": "DebugLog-0.7.0.zip", + "size": 48802, + "checksum": "SHA-256:af4652c157ddd414d8a561200a5fbd39455efe1b570a718da8c566654ad1f829" + }, + { + "name": "RTCMemory", + "version": "1.0.0", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "A class to facilitate the management of data persistence across different memory hierarchy (RAM, RTC memory and flash memory) on ESP8266", + "website": "https://github.com/fabiuz7/rtc-memory-esp8266", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.0.zip", + "archiveFileName": "RTCMemory-1.0.0.zip", + "size": 9168, + "checksum": "SHA-256:6e2d67cb55eb8fbdf1fc5196c5d4a6432c70c8c368638e0eb6232c97192c919d" + }, + { + "name": "RTCMemory", + "version": "1.0.1", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "Efficiently manage the different levels of data persistence and speed offered by RAM, RTC memory, and flash memory on ESP8266.", + "website": "https://github.com/fabiuz7/rtc-memory-esp8266", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.1.zip", + "archiveFileName": "RTCMemory-1.0.1.zip", + "size": 20719, + "checksum": "SHA-256:5d8d8e39379664cc1dcece530cbc79cae35dc75775f3c866751109b718f6c1d9" + }, + { + "name": "RTCMemory", + "version": "1.0.2", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "Efficiently manage the different levels of data persistence and speed offered by RAM, RTC memory, and flash memory on ESP8266.", + "website": "https://github.com/fabianoriccardi/rtcmemory-esp8266", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.2.zip", + "archiveFileName": "RTCMemory-1.0.2.zip", + "size": 20704, + "checksum": "SHA-256:fbfc30d014182a950d77a547daf968c7cce3711b62ccc64de9f6e3fe8b1578d6" + }, + { + "name": "RTCMemory", + "version": "1.0.3", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "Efficiently manage the different levels of data persistence and speed offered by RAM, RTC memory, and flash memory on ESP8266.", + "website": "https://github.com/fabianoriccardi/rtcmemory-esp8266", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.3.zip", + "archiveFileName": "RTCMemory-1.0.3.zip", + "size": 20693, + "checksum": "SHA-256:abf25d3fdec9119a32ddbbcab694a8c71a163e9543e4234c1d56a5f6684a9ba9" + }, + { + "name": "RTCMemory", + "version": "2.0.0", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "An intuitive library to simplify read and write operations on RTC memory of ESP8266 and its backup on flash memory.", + "website": "https://github.com/fabianoriccardi/RTCMemory", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/rtcmemory.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/RTCMemory-2.0.0.zip", + "archiveFileName": "RTCMemory-2.0.0.zip", + "size": 38504, + "checksum": "SHA-256:a8156d4847a5a9695c5f497b09568f654c659dfa159703307a0b42849cd3a13a" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.0.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.0.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.0.0.zip", + "size": 393107, + "checksum": "SHA-256:2ef11f96c3f4e442ad4650c272f5303a56c9a924abafedb084502ad609e04a0b" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.1.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.1.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.1.0.zip", + "size": 393197, + "checksum": "SHA-256:d2f526f26b0ef8cc527f1596f5fa9b3bb4fda849af67da8f377088651a3baf0c" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.2.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.2.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.2.0.zip", + "size": 393238, + "checksum": "SHA-256:fd8931b4a45e8cc61655f4b442fe6ba305de95518fdbfd9dbb9c681aadf831da" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.0.zip", + "size": 393340, + "checksum": "SHA-256:ec2cbed1fdd9040446e1a88f1a9cd2ecb7be37fb82f981a0e1fc93331425c6f8" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.1", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.1.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.1.zip", + "size": 393356, + "checksum": "SHA-256:d9ce34967d6e6c5afe24fe4ea98e8afda22ce174031dd421326a7c80e58e11c0" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.2", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.2.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.2.zip", + "size": 393358, + "checksum": "SHA-256:72980cb877683d14461c148e4f28c1aea3fe39479bf5dd4b7a44dd4c955d8146" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.3.3", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.3.zip", + "archiveFileName": "ESP_WiFiSettings-3.3.3.zip", + "size": 393356, + "checksum": "SHA-256:a539e9bedece6f4a47c8ae11fc432743f67fe48c988180be033d14b4f7a48546" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.4.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.4.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.4.0.zip", + "size": 394242, + "checksum": "SHA-256:f493e7eb24a0da78ba33f0ac7c9e0b7dcd56d807c55467720193358b62792b27" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.0.zip", + "size": 394449, + "checksum": "SHA-256:c767ceb2938c547387cc4ec4ad35f1adbc129506678e0e255a66e24a0bf45def" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.1", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.1.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.1.zip", + "size": 394445, + "checksum": "SHA-256:45d5bef2a1ae11362e3e882ca93a3be4fd34aaeffc788899d98700d028d7553d" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.2", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.2.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.2.zip", + "size": 1783304, + "checksum": "SHA-256:78bd2c3e3d646f748be087456a2326dd380997567e98d0992f34dc97ea619968" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.3", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.3.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.3.zip", + "size": 1783315, + "checksum": "SHA-256:357d996ec5fbe6d5511bbd44bff3e446cd446465ed5a14d2c0fbd577f5447071" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.4", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.4.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.4.zip", + "size": 1783325, + "checksum": "SHA-256:c2fc5cbde2b453758f725cd7b4d3f56d11b004e9306a9d5bb733ecd7d5459566" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.5.5", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.5.zip", + "archiveFileName": "ESP_WiFiSettings-3.5.5.zip", + "size": 1783667, + "checksum": "SHA-256:7c00b086945ba6fa0dacbf38723b0c212a7e00b764aaf07709b5409daa27db93" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.6.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.6.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.6.0.zip", + "size": 1783774, + "checksum": "SHA-256:7b44bde51708c98561a416312d41e760d727974f0a69bd26d4a701d9ee331b8d" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.7.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.7.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.7.0.zip", + "size": 1785608, + "checksum": "SHA-256:960095cc0181b0ee15a547500efa98acb776f1c7d539db155f41d22cf8f300e8" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.7.1", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.7.1.zip", + "archiveFileName": "ESP_WiFiSettings-3.7.1.zip", + "size": 1785613, + "checksum": "SHA-256:960784e7d290bed50f0ae5e721b1f9986b1b3ca672bf9975f44c21fc28d0aa7a" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.7.2", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.7.2.zip", + "archiveFileName": "ESP_WiFiSettings-3.7.2.zip", + "size": 1785628, + "checksum": "SHA-256:f2a924a123f7211e96b7c96eac51ea745df4b9ce96e8249e58359e5e8ffbc666" + }, + { + "name": "ESP-WiFiSettings", + "version": "3.8.0", + "author": "Juerd Waalboer,Pwuts", + "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", + "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", + "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", + "website": "https://github.com/Juerd/ESP-WiFiSettings", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.8.0.zip", + "archiveFileName": "ESP_WiFiSettings-3.8.0.zip", + "size": 1785842, + "checksum": "SHA-256:a1d261992288dcf1cc31c4d00c1f68bfedabc2b65f81498e66c78045ea2a5a22" + }, + { + "name": "AVR-context", + "version": "0.9.0", + "author": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "maintainer": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "license": "MIT", + "sentence": "This library provides a low-level facility for context switching between multiple threads of execution and contains an implementation of asymmetric stackful coroutines on an AVR micro-controller.", + "paragraph": "The low level context switching facility consists of a data type (avr_context_t), functions (avr_getcontext(), avr_setcontext(), avr_makecontext(), avr_swapcontext()), and macros (AVR_SAVE_CONTEXT, AVR_RESTORE_CONTEXT, AVR_SAVE_CONTEXT_GLOBAL_POINTER, AVR_RESTORE_CONTEXT_GLOBAL_POINTER). The asymmetric stackful coroutines facility consists of a data type (avr_corot_t), and four functions (avr_coro_init(), avr_coro_resume(), avr_coro_yield(), avr_coro_state()). This functionality is implemented on top of the context switching facility.", + "website": "https://github.com/arbv/avr-context", + "category": "Other", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbv/avr-context.git", + "providesIncludes": [ + "avrcontext_arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arbv/AVR_context-0.9.0.zip", + "archiveFileName": "AVR_context-0.9.0.zip", + "size": 33601, + "checksum": "SHA-256:2565012d82a1c131c3730084838f198a006007e31ca27587b299520579512bfc" + }, + { + "name": "AVR-context", + "version": "0.9.1", + "author": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "maintainer": "Artem Boldariev \u003cartem@boldariev.com\u003e", + "license": "MIT", + "sentence": "This library provides a low-level facility for context switching between multiple threads of execution and contains an implementation of asymmetric stackful coroutines on an AVR micro-controller.", + "paragraph": "The low level context switching facility consists of a data type (avr_context_t), functions (avr_getcontext(), avr_setcontext(), avr_makecontext(), avr_swapcontext()), and macros (AVR_SAVE_CONTEXT, AVR_RESTORE_CONTEXT, AVR_SAVE_CONTEXT_GLOBAL_POINTER, AVR_RESTORE_CONTEXT_GLOBAL_POINTER). The asymmetric stackful coroutines facility consists of a data type (avr_coro_t), and four functions (avr_coro_init(), avr_coro_resume(), avr_coro_yield(), avr_coro_state()). This functionality is implemented on top of the context switching facility.", + "website": "https://github.com/arbv/avr-context", + "category": "Other", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbv/avr-context.git", + "providesIncludes": [ + "avrcontext_arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arbv/AVR_context-0.9.1.zip", + "archiveFileName": "AVR_context-0.9.1.zip", + "size": 33597, + "checksum": "SHA-256:7c625ed47668fd399cef8e2eb2b583d07c90d5f823426c4ac2735363699023f1" + }, + { + "name": "MsgPacketizer", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.0.zip", + "archiveFileName": "MsgPacketizer-0.2.0.zip", + "size": 135280, + "checksum": "SHA-256:d136a6c2ff0ed802429d78959f430a0a686eb180dd5161d9c35d52efaff26788" + }, + { + "name": "MsgPacketizer", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.1.zip", + "archiveFileName": "MsgPacketizer-0.2.1.zip", + "size": 289368, + "checksum": "SHA-256:111a736ac9a802ffaea5a36481976f405091ad0b9432454946b16ee70e587f74" + }, + { + "name": "MsgPacketizer", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.2.zip", + "archiveFileName": "MsgPacketizer-0.2.2.zip", + "size": 294071, + "checksum": "SHA-256:707e6c314c757c8d4425fc0875ac3df6871e6feb9d2603e11d1e510a25511364" + }, + { + "name": "MsgPacketizer", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.3.zip", + "archiveFileName": "MsgPacketizer-0.2.3.zip", + "size": 294782, + "checksum": "SHA-256:4321c883933e6b6f36b027171837ee61f962e914b06ec17892dd4378df22da90" + }, + { + "name": "MsgPacketizer", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.4.zip", + "archiveFileName": "MsgPacketizer-0.2.4.zip", + "size": 389748, + "checksum": "SHA-256:b9c211372ddf52b7f85f6a2faf40bcb25084a8d068b6ad8e7de08776e59a5f16" + }, + { + "name": "MsgPacketizer", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.5.zip", + "archiveFileName": "MsgPacketizer-0.2.5.zip", + "size": 300559, + "checksum": "SHA-256:1c73af2a51abbcf3bcf023f4a3c645c9628b8bdcd221099f2c2ad153b4b89fb9" + }, + { + "name": "MsgPacketizer", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.6.zip", + "archiveFileName": "MsgPacketizer-0.2.6.zip", + "size": 281255, + "checksum": "SHA-256:68b151a86923f4a140953b26a740c1c81def95a7ef785c3007306a6f0a2e850c" + }, + { + "name": "MsgPacketizer", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.7.zip", + "archiveFileName": "MsgPacketizer-0.2.7.zip", + "size": 281265, + "checksum": "SHA-256:84b793a295533c488de6132b7c16c6f15550c022aa7721b17474e724cdf9c443" + }, + { + "name": "MsgPacketizer", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.8.zip", + "archiveFileName": "MsgPacketizer-0.2.8.zip", + "size": 281544, + "checksum": "SHA-256:9ab082ab9341d503f4e0de0c79d5d7e016bfc9e4765bf3d7ee483858fb3d01d2" + }, + { + "name": "MsgPacketizer", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.9.zip", + "archiveFileName": "MsgPacketizer-0.2.9.zip", + "size": 281724, + "checksum": "SHA-256:50feecec58a4c4068ccbb75d808a6b120a265022993013267a5f4213a6693739" + }, + { + "name": "MsgPacketizer", + "version": "0.2.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.10.zip", + "archiveFileName": "MsgPacketizer-0.2.10.zip", + "size": 282543, + "checksum": "SHA-256:2f9d59ec5e392403044c437869cdbf8eb975f7fa3d1a2688ddd78082b26465f4" + }, + { + "name": "MsgPacketizer", + "version": "0.2.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.11.zip", + "archiveFileName": "MsgPacketizer-0.2.11.zip", + "size": 283358, + "checksum": "SHA-256:d06ae3ae95b210ef71584f60ce26f123cfce994a7570359cb1d3c10cc668a24b" + }, + { + "name": "MsgPacketizer", + "version": "0.2.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.12.zip", + "archiveFileName": "MsgPacketizer-0.2.12.zip", + "size": 283388, + "checksum": "SHA-256:fb9011829d004ad59f9364ef0ab2ad654e6869d60405fb344021f8ce25d64e40" + }, + { + "name": "MsgPacketizer", + "version": "0.2.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.13.zip", + "archiveFileName": "MsgPacketizer-0.2.13.zip", + "size": 283505, + "checksum": "SHA-256:eaf2b9027569b187e8324a7fc38bd4e87a76592fd818a4da91b5b7d6035495d3" + }, + { + "name": "MsgPacketizer", + "version": "0.2.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.14.zip", + "archiveFileName": "MsgPacketizer-0.2.14.zip", + "size": 283514, + "checksum": "SHA-256:8ac697dec5e4167e51ca1f04172d91412102b347b30f612a448a9940ad37fc6a" + }, + { + "name": "MsgPacketizer", + "version": "0.2.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.15.zip", + "archiveFileName": "MsgPacketizer-0.2.15.zip", + "size": 283760, + "checksum": "SHA-256:279ed9416e15fd15731f34bd57462c4c9dfd474875c9d96fae03f7a8631c1d02" + }, + { + "name": "MsgPacketizer", + "version": "0.2.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.16.zip", + "archiveFileName": "MsgPacketizer-0.2.16.zip", + "size": 284143, + "checksum": "SHA-256:191fc9bbcb3b10c0e69d592a3bcf0deec029689b78a92c1b49bc61735688aa99" + }, + { + "name": "MsgPacketizer", + "version": "0.2.17", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.17.zip", + "archiveFileName": "MsgPacketizer-0.2.17.zip", + "size": 302630, + "checksum": "SHA-256:a79b2c2a851daa04f17dfb601508a85ecea33256184224f02b543f09176ae133" + }, + { + "name": "MsgPacketizer", + "version": "0.2.18", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.18.zip", + "archiveFileName": "MsgPacketizer-0.2.18.zip", + "size": 302985, + "checksum": "SHA-256:4d12b65194013859df39d4588deed4722a6062745ae22ef6be1ccca7cc5f742e" + }, + { + "name": "MsgPacketizer", + "version": "0.2.19", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.19.zip", + "archiveFileName": "MsgPacketizer-0.2.19.zip", + "size": 445659, + "checksum": "SHA-256:8ca296af4f91020a6d05bfe4d6497e9e8fe05e2df7a7f75d004201ff663c8da1" + }, + { + "name": "MsgPacketizer", + "version": "0.2.20", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.20.zip", + "archiveFileName": "MsgPacketizer-0.2.20.zip", + "size": 448238, + "checksum": "SHA-256:2d6a73ecca176ea34692bc2262d9d60592f084ec8fe79561bd508392d6900163" + }, + { + "name": "MsgPacketizer", + "version": "0.2.21", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.21.zip", + "archiveFileName": "MsgPacketizer-0.2.21.zip", + "size": 448271, + "checksum": "SHA-256:12f3b603b9da83fd6d4a9ca3c5de1f14254195978e15d6ce02b62a9a1a844fff" + }, + { + "name": "MsgPacketizer", + "version": "0.2.22", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.22.zip", + "archiveFileName": "MsgPacketizer-0.2.22.zip", + "size": 448297, + "checksum": "SHA-256:85efc8a1f6c34473a116204d2a472e29c22cb4c1ac82efde60913d80d6fd8fc5" + }, + { + "name": "MsgPacketizer", + "version": "0.2.23", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.23.zip", + "archiveFileName": "MsgPacketizer-0.2.23.zip", + "size": 450242, + "checksum": "SHA-256:e635a4aa13698e6d0289a4c3d8f12a4b0c97bf8a4b97d74c3fd389573e9417eb" + }, + { + "name": "MsgPacketizer", + "version": "0.2.24", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.24.zip", + "archiveFileName": "MsgPacketizer-0.2.24.zip", + "size": 450259, + "checksum": "SHA-256:c478b6aa540f8deed8471f871b6ab1f96f9da85d9a7ec482cb2a45ea9d2a7a4d" + }, + { + "name": "MsgPacketizer", + "version": "0.2.25", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.25.zip", + "archiveFileName": "MsgPacketizer-0.2.25.zip", + "size": 450263, + "checksum": "SHA-256:d10f34be3123d8d4a1142a451138f66fc9491ebf255d17d77f44f8d621e53b50" + }, + { + "name": "MsgPacketizer", + "version": "0.2.26", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.26.zip", + "archiveFileName": "MsgPacketizer-0.2.26.zip", + "size": 450110, + "checksum": "SHA-256:842fe6e943da06884299e4b52da1f169088c56966aad1b4631776f8cdc30c35d" + }, + { + "name": "MsgPacketizer", + "version": "0.2.27", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.27.zip", + "archiveFileName": "MsgPacketizer-0.2.27.zip", + "size": 451706, + "checksum": "SHA-256:8829c56b92c77cae7d93e28caa79218cc8cbb5727667a50599ead288e9437eda" + }, + { + "name": "MsgPacketizer", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.0.zip", + "archiveFileName": "MsgPacketizer-0.3.0.zip", + "size": 475705, + "checksum": "SHA-256:97a15c09bc4b661f916c6b489aaa5b7dbe98ee95f0529264c687ffc94d4b07fa" + }, + { + "name": "MsgPacketizer", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.1.zip", + "archiveFileName": "MsgPacketizer-0.3.1.zip", + "size": 476277, + "checksum": "SHA-256:25c683880c94a7666e33ab6da1d2cbbe72a3ea41de8d8b58a34f177fb4bbd4c4" + }, + { + "name": "MsgPacketizer", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.2.zip", + "archiveFileName": "MsgPacketizer-0.3.2.zip", + "size": 476277, + "checksum": "SHA-256:fc974b3734ea0f4948f4fdc746646bc552eeed36a64bcd4dbb5f4a66acc43b3a" + }, + { + "name": "MsgPacketizer", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.3.zip", + "archiveFileName": "MsgPacketizer-0.3.3.zip", + "size": 508769, + "checksum": "SHA-256:d4deae18a0009d4dbedf36bf003d784714993de01ba5d96b9b1bbc56e8880996" + }, + { + "name": "MsgPacketizer", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.4.zip", + "archiveFileName": "MsgPacketizer-0.3.4.zip", + "size": 508579, + "checksum": "SHA-256:0791ffabb3d2f5398bccd1314b6d62ee817d1cb13c27a72295c84bd371469118" + }, + { + "name": "MsgPacketizer", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.3.5.zip", + "archiveFileName": "MsgPacketizer-0.3.5.zip", + "size": 508575, + "checksum": "SHA-256:0f24e2b2d59164ca544e5b3e749639389a455d4919cd0cdf75aa04a85a3d2a13" + }, + { + "name": "MsgPacketizer", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.0.zip", + "archiveFileName": "MsgPacketizer-0.4.0.zip", + "size": 509517, + "checksum": "SHA-256:eb5515dbe16405a8cddc1be16800549e1c00c4a2db611da792d33db9595eafff" + }, + { + "name": "MsgPacketizer", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.1.zip", + "archiveFileName": "MsgPacketizer-0.4.1.zip", + "size": 509656, + "checksum": "SHA-256:4b907a34b5c9c54771c5fbda3f08e5a020d9d953831a4169dd53487d3ff043f3" + }, + { + "name": "MsgPacketizer", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.2.zip", + "archiveFileName": "MsgPacketizer-0.4.2.zip", + "size": 510849, + "checksum": "SHA-256:fc336b2adf4f1ad565079a8669de25586de65166bcec83a2a4e302b50a7db57d" + }, + { + "name": "MsgPacketizer", + "version": "0.4.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.3.zip", + "archiveFileName": "MsgPacketizer-0.4.3.zip", + "size": 511182, + "checksum": "SHA-256:3639d224039731fa3d05064690d34a15d549accc173b508ebc2ce7732bafd3ce" + }, + { + "name": "MsgPacketizer", + "version": "0.4.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.4.zip", + "archiveFileName": "MsgPacketizer-0.4.4.zip", + "size": 512329, + "checksum": "SHA-256:593c1d241fe2d96206b3a0de32f30ba1c267914d50414daf0dae89c62411b947" + }, + { + "name": "MsgPacketizer", + "version": "0.4.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.5.zip", + "archiveFileName": "MsgPacketizer-0.4.5.zip", + "size": 512425, + "checksum": "SHA-256:455eb3cae4be48517c41d63e3400fefc1dce06989800b6b88f4da76d65bfdf4e" + }, + { + "name": "MsgPacketizer", + "version": "0.4.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.6.zip", + "archiveFileName": "MsgPacketizer-0.4.6.zip", + "size": 512769, + "checksum": "SHA-256:27c1544286e2d98661fca051baa4b8e052565c0920892a264fe1e2f421157876" + }, + { + "name": "MsgPacketizer", + "version": "0.4.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.4.7.zip", + "archiveFileName": "MsgPacketizer-0.4.7.zip", + "size": 512772, + "checksum": "SHA-256:5395e76431e39db3444a54280291f1528723ccb12855e4c1ccb411319fd7945e" + }, + { + "name": "MsgPacketizer", + "version": "0.5.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", + "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", + "website": "https://github.com/hideakitai/MsgPacketizer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPacketizer.git", + "dependencies": [ + { + "name": "DebugLog" + }, + { + "name": "MsgPack" + }, + { + "name": "Packetizer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.5.0.zip", + "archiveFileName": "MsgPacketizer-0.5.0.zip", + "size": 299396, + "checksum": "SHA-256:dc92e9e7343d37e2fa304207b2459fb76f1644c07ebc47699be68afcc1901b41" + }, + { + "name": "Simple LED Matrix", + "version": "1.2.0", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", + "website": "www.electro707.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.2.0.zip", + "archiveFileName": "Simple_LED_Matrix-1.2.0.zip", + "size": 13570, + "checksum": "SHA-256:3e6b665143c1a5faec0c6b6e0a88e2b71ce8ae51eb85c4e3a69fa5f03d714458" + }, + { + "name": "Simple LED Matrix", + "version": "1.3.0", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", + "website": "www.electro707.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.3.0.zip", + "archiveFileName": "Simple_LED_Matrix-1.3.0.zip", + "size": 14217, + "checksum": "SHA-256:3ee7b0ad2505807071f1dbe7792ca66eecc02cdf14614871ec1e74a03bdada8e" + }, + { + "name": "Simple LED Matrix", + "version": "1.3.1", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 LED display drivers.", + "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", + "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.3.1.zip", + "archiveFileName": "Simple_LED_Matrix-1.3.1.zip", + "size": 46744, + "checksum": "SHA-256:059a42688d3be4e97f938edd39aea52d151197c8c63115ef932fe12d8ef18824" + }, + { + "name": "Simple LED Matrix", + "version": "1.4.0", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 LED display drivers.", + "paragraph": "A library meant for people who have little/no knowledge about Arduino to drive an LED matrix display with text with a focus on performance and simplicity.", + "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.4.0.zip", + "archiveFileName": "Simple_LED_Matrix-1.4.0.zip", + "size": 49528, + "checksum": "SHA-256:d9136aae057bec292a316b7995f013326647d98e19a2fe3626c81756aea136ea" + }, + { + "name": "Simple LED Matrix", + "version": "1.4.1", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 LED display drivers.", + "paragraph": "A library meant for people who have little/no knowledge about Arduino to drive an LED matrix display with text with a focus on performance and simplicity.", + "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.4.1.zip", + "archiveFileName": "Simple_LED_Matrix-1.4.1.zip", + "size": 49672, + "checksum": "SHA-256:5ed7adbe6ab5be6347bfd5a4ec29bba76adf33181b19b0fd55da0291f6677668" + }, + { + "name": "Simple LED Matrix", + "version": "2.0.0", + "author": "Jamal Bouajjaj", + "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", + "sentence": "A library for the MAX7219 LED display drivers.", + "paragraph": "A library meant for people who have little/no knowledge about Arduino to drive an LED matrix display with text with a focus on performance and simplicity.", + "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-2.0.0.zip", + "archiveFileName": "Simple_LED_Matrix-2.0.0.zip", + "size": 31572365, + "checksum": "SHA-256:5ee504ef1955c9a1cfbea02f1c7e9d5428b6fb29ee62a73fa3121da07f7f174a" + }, + { + "name": "SerialWireOutput", + "version": "1.0.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", + "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", + "website": "https://github.com/koendv/SerialWireOutput", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/SerialWireOutput.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.0.zip", + "archiveFileName": "SerialWireOutput-1.0.0.zip", + "size": 5846, + "checksum": "SHA-256:b95e628166f279d0c0d633af0d0a69cfafb56b6e8449fb9bf573513bdab3e8e3" + }, + { + "name": "SerialWireOutput", + "version": "1.0.2", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", + "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", + "website": "https://github.com/koendv/SerialWireOutput", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/SerialWireOutput.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.2.zip", + "archiveFileName": "SerialWireOutput-1.0.2.zip", + "size": 6094, + "checksum": "SHA-256:eb1cfb9ece73bab5a49986210054c6717456198cc0f9ae411822db21bf258a18" + }, + { + "name": "SerialWireOutput", + "version": "1.0.3", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", + "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", + "website": "https://github.com/koendv/SerialWireOutput", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/SerialWireOutput.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.3.zip", + "archiveFileName": "SerialWireOutput-1.0.3.zip", + "size": 6681, + "checksum": "SHA-256:d537a12af903e6ee3be54970665c43ff6bb8ed39b14314afe0eb9a6d7dd13f4d" + }, + { + "name": "SerialWireOutput", + "version": "1.0.5", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", + "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", + "website": "https://github.com/koendv/SerialWireOutput", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/SerialWireOutput.git", + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.5.zip", + "archiveFileName": "SerialWireOutput-1.0.5.zip", + "size": 8189, + "checksum": "SHA-256:ab6c858d69db09f3131452629ac19f4b318a54f4a4385ab82cb9a0f5678bc02c" + }, + { + "name": "AlignedJoy", + "version": "1.0.1", + "author": "Marco Palladino", + "maintainer": "Marco Palladino \u003cmarck.palladino@gmail.com\u003e", + "sentence": "Allows Arduino/Genuino boards to read a variety of analog joystick by aligning axis values (XY).", + "paragraph": "This library can read a variety of analog joystick.\u003cbr /\u003eIt offers calibration methods necessary to get read values aligned between the x and y axes. When the axes have about the same angle the values will be very close to each other (it is not the same as map()).\u003cbr /\u003e", + "website": "https://github.com/PalladinoMarco/AlignedJoystick", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PalladinoMarco/AlignedJoystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PalladinoMarco/AlignedJoy-1.0.1.zip", + "archiveFileName": "AlignedJoy-1.0.1.zip", + "size": 246672, + "checksum": "SHA-256:4696d94bd4c45e706c4856b71bb5a762b99d3ee023b7981949ca1a717c4c840d" + }, + { + "name": "mwc_stepper", + "version": "1.2.0", + "author": "mertwhocodes", + "maintainer": "mertwhocodes", + "sentence": "two-pin stepper motor driver library.", + "paragraph": "Control steppers via a driver board providing STEP+DIR like the ones. Microstepping is supported.Supported drivers are A4988,TB6600", + "website": "https://github.com/mertwhocodes/mwc_stepper", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mertwhocodes/mwc_stepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mertwhocodes/mwc_stepper-1.2.0.zip", + "archiveFileName": "mwc_stepper-1.2.0.zip", + "size": 4207, + "checksum": "SHA-256:9763debb8e6d153a151bc3df598a54a92d0683538352539a95feb8b1dc44efd8" + }, + { + "name": "HPDL1414-74HC595", + "version": "1.0.0", + "author": "SQFMI", + "maintainer": "SQFMI", + "sentence": "An Arduino library for driving HPDL-1414 displays using shift registers", + "paragraph": "An Arduino library for driving HPDL-1414 displays using shift registers, works with Open Source Hardware found here https://github.com/sqfmi/HPDL-1414-20x2-ESP32", + "website": "https://github.com/sqfmi/HPDL1414-74HC595-Arduino", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sqfmi/HPDL1414-74HC595-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/HPDL1414_74HC595-1.0.0.zip", + "archiveFileName": "HPDL1414_74HC595-1.0.0.zip", + "size": 5370, + "checksum": "SHA-256:485c11804c0bd787faca7478c21e90ea342ac3f3c0938b2a49efee46063d80eb" + }, + { + "name": "Correlation", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.0.zip", + "archiveFileName": "Correlation-0.1.0.zip", + "size": 9128, + "checksum": "SHA-256:f0c4d18d88632e4c3291754da161518e2797dde0a1901aded816e0451192d7e1" + }, + { + "name": "Correlation", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.2.zip", + "archiveFileName": "Correlation-0.1.2.zip", + "size": 10716, + "checksum": "SHA-256:03b3e28b9019a66ba26179dc2368f47b86b4c85f156747c2e5e2beb6547734ca" + }, + { + "name": "Correlation", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.3.zip", + "archiveFileName": "Correlation-0.1.3.zip", + "size": 14848, + "checksum": "SHA-256:b54f85825a7da19ec6f2cc7ad08809f71e1a5bf945727958adfa57702014ee66" + }, + { + "name": "Correlation", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.4.zip", + "archiveFileName": "Correlation-0.1.4.zip", + "size": 15531, + "checksum": "SHA-256:8fa4b64302e69b7fee52dd34626c5760aa84756596ddde34425441d60da86f53" + }, + { + "name": "Correlation", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.2.0.zip", + "archiveFileName": "Correlation-0.2.0.zip", + "size": 18465, + "checksum": "SHA-256:d905059fd565a8005f972e7bc50b617da864f102aadfb25ff010b8efe7f16c11" + }, + { + "name": "Correlation", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.2.1.zip", + "archiveFileName": "Correlation-0.2.1.zip", + "size": 18648, + "checksum": "SHA-256:9622438be7ec2985a3eca4bbeb04cbe931fea6dc42c4dd8df711affc94258773" + }, + { + "name": "Correlation", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.2.2.zip", + "archiveFileName": "Correlation-0.2.2.zip", + "size": 19340, + "checksum": "SHA-256:e860a6d4218f8870f654c3ec96293c37ca00ec096c4cbeb8ac131a8a7e7496f0" + }, + { + "name": "Correlation", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.2.3.zip", + "archiveFileName": "Correlation-0.2.3.zip", + "size": 19773, + "checksum": "SHA-256:b5f779ece59ff4fdaf62081f3bdd81fa646adeabdfc3ad18c29b371c725a0888" + }, + { + "name": "Correlation", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.3.0.zip", + "archiveFileName": "Correlation-0.3.0.zip", + "size": 20675, + "checksum": "SHA-256:adae2e7e0facdf7bb86317d9824b89a14a1b319a669b84d8c45503d4ab058d87" + }, + { + "name": "Correlation", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library to determine correlation between X and Y dataset", + "paragraph": "linear Correlation", + "website": "https://github.com/RobTillaart/Correlation", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Correlation.git", + "providesIncludes": [ + "Correlation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.3.1.zip", + "archiveFileName": "Correlation-0.3.1.zip", + "size": 20903, + "checksum": "SHA-256:ad491db42597e722ac28217adbf5de7fceb74b52abf5966fdfedc9cb15fd8fd8" + }, + { + "name": "WroobImp", + "version": "1.0.0", + "author": "Michal Oleszczyk, Wroob", + "maintainer": "Wroob \u003cwww.wroob.io\u003e", + "sentence": "Use to connect your Arduino board to Wroob system.", + "paragraph": "This library transforms an Arduino project into Wroob system peripheral module. Thanks to that you can control your Arduino board via high-level serial protocol from Android device with Wroob mobile app.", + "website": "http://wroob.io/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wroob-io/arduino-wroobimp.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoUniqueID" + }, + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wroob-io/WroobImp-1.0.0.zip", + "archiveFileName": "WroobImp-1.0.0.zip", + "size": 6896, + "checksum": "SHA-256:f9ffde233cc32b04cae1cdabfd22a63e84dfe46b25666ae9e9e8e2d0e7e225e1" + }, + { + "name": "WroobImp", + "version": "2.0.0", + "author": "Michal Oleszczyk, Wroob", + "maintainer": "Wroob \u003cwww.wroob.io\u003e", + "sentence": "Use to connect your Arduino board to Wroob system.", + "paragraph": "This library transforms an Arduino project into Wroob system peripheral module. Thanks to that you can control your Arduino board via high-level serial protocol from Android device with Wroob mobile app.", + "website": "http://wroob.io/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wroob-io/arduino-wroobimp.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoUniqueID" + }, + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wroob-io/WroobImp-2.0.0.zip", + "archiveFileName": "WroobImp-2.0.0.zip", + "size": 7220, + "checksum": "SHA-256:a52c02a08a9842ed20de8ae7e94983c8655f0297252e1869732994f99386df0b" + }, + { + "name": "NodeRedTime", + "version": "1.0.0", + "author": "Phill \u003cSOMEONE@gmail.com\u003e", + "maintainer": "SMFSW \u003cSOMEONE@gmail.com\u003e", + "sentence": "Fetch Unix Epoch timestamp from Node-Red flow.", + "paragraph": "Alternative to NTP. Intended for use where a Node-Red server is on the same local area network as a collection of IoT devices. Avoids stressing the global network of Internet time-servers.", + "website": "https://github.com/Paraphraser/NodeRedTime", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Paraphraser/NodeRedTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Paraphraser/NodeRedTime-1.0.0.zip", + "archiveFileName": "NodeRedTime-1.0.0.zip", + "size": 261895, + "checksum": "SHA-256:71dd3cade4818b6f2c5149f173d7b8aa9b1e60e9f579df00dfe91a7ba866aeaf" + }, + { + "name": "SignalControl", + "version": "1.1.0", + "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "sentence": "This library provides code for controlling LEDs in signals on your model railway.", + "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", + "website": "https://github.com/SvenRosvall/SignalControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SvenRosvall/SignalControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.1.0.zip", + "archiveFileName": "SignalControl-1.1.0.zip", + "size": 32514, + "checksum": "SHA-256:4574d7bf4ff6546e9887ba7ad074e466d22331c3d710355dbaf1282c43b35679" + }, + { + "name": "SignalControl", + "version": "1.2.0", + "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "sentence": "This library provides code for controlling LEDs in signals on your model railway.", + "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", + "website": "https://github.com/SvenRosvall/SignalControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SvenRosvall/SignalControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.2.0.zip", + "archiveFileName": "SignalControl-1.2.0.zip", + "size": 32810, + "checksum": "SHA-256:a03b285f9394e7395600b9d6b70cdc11755d019cbc9c72f468ead8724f47c752" + }, + { + "name": "SignalControl", + "version": "1.3.0", + "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "sentence": "This library provides code for controlling LEDs in signals on your model railway.", + "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", + "website": "https://github.com/SvenRosvall/SignalControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SvenRosvall/SignalControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.3.0.zip", + "archiveFileName": "SignalControl-1.3.0.zip", + "size": 37754, + "checksum": "SHA-256:19665550f94aa996f50dc119315ecdd8d558385e82f8dc387e33278bbb7390d0" + }, + { + "name": "SignalControl", + "version": "1.4.0", + "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", + "sentence": "This library provides code for controlling LEDs in signals on your model railway.", + "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", + "website": "https://github.com/SvenRosvall/SignalControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SvenRosvall/SignalControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.4.0.zip", + "archiveFileName": "SignalControl-1.4.0.zip", + "size": 43785, + "checksum": "SHA-256:bb94edef300eaaf9923298729edeb9a92487d3418e3b9f435899f54cd2f62919" + }, + { + "name": "SparkFun I2C Mux Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.0.zip", + "size": 13479, + "checksum": "SHA-256:d20554613346831ed03ba2183246a1cc6796c16b0a712cffb5a122606ae69749" + }, + { + "name": "SparkFun I2C Mux Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.1.zip", + "size": 13496, + "checksum": "SHA-256:ab25a15c5fb2967d558994420acdd4c75d582707ab38ab6bd786b95d2b176491" + }, + { + "name": "SparkFun I2C Mux Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.2.zip", + "size": 13498, + "checksum": "SHA-256:37bda4b8b391a7933cadad16e1a1abf08642d29d587bd35ef310c9343e8120c9" + }, + { + "name": "SparkFun I2C Mux Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.3.zip", + "size": 13519, + "checksum": "SHA-256:4b89236140ee94e8bac0ece3b78e14829ebaaec27d5ad3a8f96784e31f128593" + }, + { + "name": "MSMPLOTTER", + "version": "1.0.0", + "author": "MAINAK MONDAL\u003chttps://github.com/MAINAKMONDAL98\u003e", + "maintainer": "MAINAK MONDAL\u003chttps://github.com/MAINAKMONDAL98\u003e", + "sentence": "A library that can plot on Serial Monitor.", + "paragraph": "A library that can plot on Serial Monitor.", + "website": "https://github.com/MAINAKMONDAL98/MSMPLOTTER", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MAINAKMONDAL98/MSMPLOTTER.git", + "providesIncludes": [ + "MSMPLOTTER.h" + ], + "dependencies": [ + { + "name": "Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MAINAKMONDAL98/MSMPLOTTER-1.0.0.zip", + "archiveFileName": "MSMPLOTTER-1.0.0.zip", + "size": 60511, + "checksum": "SHA-256:845f83160ea9cd17081a36f3b460ac8bca8e60ed73a89c34f0f13b884fc62a94" + }, + { + "name": "LovyanGFX", + "version": "0.1.1", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "dependencies": [ + { + "name": "ESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.1.zip", + "archiveFileName": "LovyanGFX-0.1.1.zip", + "size": 454033, + "checksum": "SHA-256:cd25634dc7c43be0e3493e467d7fd2a54a41a5558fb18de367a0e406be059dbb" + }, + { + "name": "LovyanGFX", + "version": "0.1.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "dependencies": [ + { + "name": "ESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.2.zip", + "archiveFileName": "LovyanGFX-0.1.2.zip", + "size": 456569, + "checksum": "SHA-256:cc406d0c34b2d140bdd9e34d721739c4b6c8ca9f296876f24f3cecf7382a91ee" + }, + { + "name": "LovyanGFX", + "version": "0.1.3", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.3.zip", + "archiveFileName": "LovyanGFX-0.1.3.zip", + "size": 525754, + "checksum": "SHA-256:768e0964499b328a0d03fee647743c455f94baaceaa104426bd288477b7b2f48" + }, + { + "name": "LovyanGFX", + "version": "0.1.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.4.zip", + "archiveFileName": "LovyanGFX-0.1.4.zip", + "size": 525737, + "checksum": "SHA-256:6148e72fba70689ff08b13df382221c434e697351986310ff04e6032f0820616" + }, + { + "name": "LovyanGFX", + "version": "0.1.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.5.zip", + "archiveFileName": "LovyanGFX-0.1.5.zip", + "size": 526649, + "checksum": "SHA-256:a8d318ba7c8a6a9dfb751df1d14bb26ede23a86acc79492b18db59002f0fd423" + }, + { + "name": "LovyanGFX", + "version": "0.1.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.6.zip", + "archiveFileName": "LovyanGFX-0.1.6.zip", + "size": 531126, + "checksum": "SHA-256:35f47ff2c52202704a09f5c4494dc6ddd7c753b249b72c03771e94311366cde2" + }, + { + "name": "LovyanGFX", + "version": "0.1.8", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver", + "paragraph": "LGFX LCD Graphics driver", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.8.zip", + "archiveFileName": "LovyanGFX-0.1.8.zip", + "size": 533942, + "checksum": "SHA-256:ad382898a06b9935a58127d2664d9f6f809e5458346969943309fe44190e738c" + }, + { + "name": "LovyanGFX", + "version": "0.1.9", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LGFX LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers (e.g., ILI9341) that operate with hardware SPI.", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.9.zip", + "archiveFileName": "LovyanGFX-0.1.9.zip", + "size": 575356, + "checksum": "SHA-256:70296d50fa688a98a95878488e4e13d18389e24860f09bf2060b9d456202b93f" + }, + { + "name": "LovyanGFX", + "version": "0.1.10", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.10.zip", + "archiveFileName": "LovyanGFX-0.1.10.zip", + "size": 597018, + "checksum": "SHA-256:b9a9f360dccbb4cc6f009187dd54c36046b5a5705a42a59c8b5eb6bf4a2540d6" + }, + { + "name": "LovyanGFX", + "version": "0.1.11", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.11.zip", + "archiveFileName": "LovyanGFX-0.1.11.zip", + "size": 616181, + "checksum": "SHA-256:07d2de1e670fa2993fba5ba20079015074df202132eeb36a5439c6908c4352f2" + }, + { + "name": "LovyanGFX", + "version": "0.1.12", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.12.zip", + "archiveFileName": "LovyanGFX-0.1.12.zip", + "size": 622196, + "checksum": "SHA-256:de81dfb8636f8e981c281d6d55d54849cfb522772913a4ef71c9d16e15e22a4b" + }, + { + "name": "LovyanGFX", + "version": "0.1.13", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.13.zip", + "archiveFileName": "LovyanGFX-0.1.13.zip", + "size": 622291, + "checksum": "SHA-256:d99fdb1d93ca85d56417792c7163d3edb68610b9761395ee2fd2b1468fce8b86" + }, + { + "name": "LovyanGFX", + "version": "0.1.14", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.14.zip", + "archiveFileName": "LovyanGFX-0.1.14.zip", + "size": 624058, + "checksum": "SHA-256:2495859bc67e58d53389a05eaa21b80e8d10a610e6372349ec1a21f12e420240" + }, + { + "name": "LovyanGFX", + "version": "0.1.15", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.15.zip", + "archiveFileName": "LovyanGFX-0.1.15.zip", + "size": 624928, + "checksum": "SHA-256:8437ebd003b5025ac805d5477dadc52fba38fc190857b79394ff4e6294ecd939" + }, + { + "name": "LovyanGFX", + "version": "0.1.16", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.16.zip", + "archiveFileName": "LovyanGFX-0.1.16.zip", + "size": 626315, + "checksum": "SHA-256:d865836c4130415bf73d8c2fb1f7ef8a4ded0f6e7845b0e1e667bdc8e7b687bf" + }, + { + "name": "LovyanGFX", + "version": "0.1.17", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.17.zip", + "archiveFileName": "LovyanGFX-0.1.17.zip", + "size": 638558, + "checksum": "SHA-256:c3c4838b5940a93eb3a57bc6b8768aca214da44dd69cb8ea045b2c5a28247205" + }, + { + "name": "LovyanGFX", + "version": "0.1.18", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.18.zip", + "archiveFileName": "LovyanGFX-0.1.18.zip", + "size": 638365, + "checksum": "SHA-256:e54cc5c419bc37b162a29f49ddd9e47f0b460bf5685f71e80b2f22c18a0ce93e" + }, + { + "name": "LovyanGFX", + "version": "0.1.19", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.19.zip", + "archiveFileName": "LovyanGFX-0.1.19.zip", + "size": 640443, + "checksum": "SHA-256:29f35b786ca6cbd27d37aa3ece6a9fa88b64802f9d7f70980485f65e0a8f4634" + }, + { + "name": "LovyanGFX", + "version": "0.2.0", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.0.zip", + "archiveFileName": "LovyanGFX-0.2.0.zip", + "size": 651700, + "checksum": "SHA-256:49f22ae477e1ef6e28096aa186a30e834b7ab310a2c1b39db84fa77145beb8bc" + }, + { + "name": "LovyanGFX", + "version": "0.2.1", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.1.zip", + "archiveFileName": "LovyanGFX-0.2.1.zip", + "size": 651702, + "checksum": "SHA-256:084b215a57eb0088c108b70c55662f26c30c333afe39f7e864f185fefc5ae8ca" + }, + { + "name": "LovyanGFX", + "version": "0.2.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.2.zip", + "archiveFileName": "LovyanGFX-0.2.2.zip", + "size": 983559, + "checksum": "SHA-256:90f6551b5b2adc8b9129cabd3581bf19d9b5b33ba4468682b415ee938d402a9a" + }, + { + "name": "LovyanGFX", + "version": "0.2.3", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.3.zip", + "archiveFileName": "LovyanGFX-0.2.3.zip", + "size": 11411682, + "checksum": "SHA-256:4b5103fbb100510a27ecff59337604b849d0f02ec76cc68ca1d9789787365513" + }, + { + "name": "LovyanGFX", + "version": "0.2.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.4.zip", + "archiveFileName": "LovyanGFX-0.2.4.zip", + "size": 12273975, + "checksum": "SHA-256:593310d3f2f0bc48657398e270d600e8fde8790b0cb8ec4065ee29dec3488384" + }, + { + "name": "LovyanGFX", + "version": "0.2.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.5.zip", + "archiveFileName": "LovyanGFX-0.2.5.zip", + "size": 12281779, + "checksum": "SHA-256:bfea772d5b72dc074b1132a1ee5cae9c3a143199f50d5ff6277b27e8e3c0ad14" + }, + { + "name": "LovyanGFX", + "version": "0.2.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.6.zip", + "archiveFileName": "LovyanGFX-0.2.6.zip", + "size": 12286623, + "checksum": "SHA-256:1b8322dfaf1997d99ff63653ee3252999a0a67fa8192cdde21cab46d3545e695" + }, + { + "name": "LovyanGFX", + "version": "0.2.7", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.7.zip", + "archiveFileName": "LovyanGFX-0.2.7.zip", + "size": 12290433, + "checksum": "SHA-256:5f82362ed8859f8be465ee3a3761e27c4323970f0e633cd1feede94dda31559d" + }, + { + "name": "LovyanGFX", + "version": "0.3.0", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.0.zip", + "archiveFileName": "LovyanGFX-0.3.0.zip", + "size": 46970621, + "checksum": "SHA-256:1d7db5f72e8d5dc97e2202252dc119b4b1985009e2627e673d790f42511e8d45" + }, + { + "name": "LovyanGFX", + "version": "0.3.2", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.2.zip", + "archiveFileName": "LovyanGFX-0.3.2.zip", + "size": 46972200, + "checksum": "SHA-256:cc1230d3f20f80e69f717d346fafefdca567be1e91a94a2a1e32146df94df5b1" + }, + { + "name": "LovyanGFX", + "version": "0.3.3", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.3.zip", + "archiveFileName": "LovyanGFX-0.3.3.zip", + "size": 46975334, + "checksum": "SHA-256:445efd5e4f4e5b87127d61051f17c117426365ecdfdbd7e4271b1c0199194935" + }, + { + "name": "LovyanGFX", + "version": "0.3.4", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.4.zip", + "archiveFileName": "LovyanGFX-0.3.4.zip", + "size": 46975370, + "checksum": "SHA-256:eed02cbf9848be1e55e72d098e930561548b2993687f8f40158a96ade715fded" + }, + { + "name": "LovyanGFX", + "version": "0.3.5", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.5.zip", + "archiveFileName": "LovyanGFX-0.3.5.zip", + "size": 46987578, + "checksum": "SHA-256:e652a3d9f2c0e269cacc641c4bbb9ee58b5f8642b4c6bdc748f7a53dd09034ea" + }, + { + "name": "LovyanGFX", + "version": "0.3.6", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.6.zip", + "archiveFileName": "LovyanGFX-0.3.6.zip", + "size": 46987651, + "checksum": "SHA-256:44f53ceeda9582b2f78fdf8ebdd1d7f83cce02f5140b42716c99377dd9ef87d2" + }, + { + "name": "LovyanGFX", + "version": "0.3.7", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.7.zip", + "archiveFileName": "LovyanGFX-0.3.7.zip", + "size": 46987865, + "checksum": "SHA-256:a39db591a6d4f68d8f4da90ce7f3324f07e97faf20965d7c4c3f7cb5369d0f4a" + }, + { + "name": "LovyanGFX", + "version": "0.3.8", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.8.zip", + "archiveFileName": "LovyanGFX-0.3.8.zip", + "size": 46989838, + "checksum": "SHA-256:e5d75f04ab592276288fcc301807a80958462955cf9e82cc76c255c73b7c0ba8" + }, + { + "name": "LovyanGFX", + "version": "0.3.9", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.9.zip", + "archiveFileName": "LovyanGFX-0.3.9.zip", + "size": 46993198, + "checksum": "SHA-256:0c0144766102800f0fa17e610e9ce69143430ed07b4333de09b94c59b8a743dd" + }, + { + "name": "LovyanGFX", + "version": "0.3.10", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.10.zip", + "archiveFileName": "LovyanGFX-0.3.10.zip", + "size": 46993752, + "checksum": "SHA-256:2795d0163d56260055f91ffe74484e8ca994cd181224d0e0589be8ca500b665c" + }, + { + "name": "LovyanGFX", + "version": "0.3.11", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.11.zip", + "archiveFileName": "LovyanGFX-0.3.11.zip", + "size": 46995550, + "checksum": "SHA-256:e3a8adfe5751b45c1e81de9e19fabe80929c384d76ccfb0365068ce983a3a4c7" + }, + { + "name": "LovyanGFX", + "version": "0.3.12", + "author": "lovyan03", + "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.12.zip", + "archiveFileName": "LovyanGFX-0.3.12.zip", + "size": 46995836, + "checksum": "SHA-256:9272dce60982a81cdf8a2a677d9049707fa047c3f679cef3891161ff8a7df7bf" + }, + { + "name": "LovyanGFX", + "version": "0.4.0", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.0.zip", + "archiveFileName": "LovyanGFX-0.4.0.zip", + "size": 47303396, + "checksum": "SHA-256:dfe8c33229d67808c2936130281fcb7c674665a9699affbc24bc5359a5f79bed" + }, + { + "name": "LovyanGFX", + "version": "0.4.1", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32 and SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.1.zip", + "archiveFileName": "LovyanGFX-0.4.1.zip", + "size": 47315578, + "checksum": "SHA-256:798b821926ccd18db90c179be5c92ec32ae5970dd3935a8b4aabc7432e3b0d98" + }, + { + "name": "LovyanGFX", + "version": "0.4.2", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.2.zip", + "archiveFileName": "LovyanGFX-0.4.2.zip", + "size": 47334398, + "checksum": "SHA-256:a632a4d0e1b8d2569c7f254a831f0d31ad9dbae44c84206d3068f08e75402a2e" + }, + { + "name": "LovyanGFX", + "version": "0.4.3", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.3.zip", + "archiveFileName": "LovyanGFX-0.4.3.zip", + "size": 47359373, + "checksum": "SHA-256:4ca6afda22bc08a9c3f5bccf57636d687aab8359e543aa3aeaaade9927447378" + }, + { + "name": "LovyanGFX", + "version": "0.4.4", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.4.zip", + "archiveFileName": "LovyanGFX-0.4.4.zip", + "size": 47366235, + "checksum": "SHA-256:85e6a14c0fd00b8ce7a39966901b158bbde08e1176c4f2c1448ed4e83816f2b5" + }, + { + "name": "LovyanGFX", + "version": "0.4.5", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.5.zip", + "archiveFileName": "LovyanGFX-0.4.5.zip", + "size": 47591706, + "checksum": "SHA-256:ad10d727e9ecd12b5b47b4ea748ff2520674d0be2ced8dc03070838caa34ade5" + }, + { + "name": "LovyanGFX", + "version": "0.4.6", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.6.zip", + "archiveFileName": "LovyanGFX-0.4.6.zip", + "size": 47605172, + "checksum": "SHA-256:870060d71fd159017a6ff5b141a9568f7c53d7bc765e7046c8530c99fa7789e1" + }, + { + "name": "LovyanGFX", + "version": "0.4.7", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.7.zip", + "archiveFileName": "LovyanGFX-0.4.7.zip", + "size": 47608320, + "checksum": "SHA-256:64c9f207d65faa1c6c29ea2186a559b5e6eb120b4d715818acd28f956818e382" + }, + { + "name": "LovyanGFX", + "version": "0.4.9", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.9.zip", + "archiveFileName": "LovyanGFX-0.4.9.zip", + "size": 47611945, + "checksum": "SHA-256:d3e8d2a2691ce02771b429f1718bd1b82a3989a73f5916e36b0d8eb1c1ee5229" + }, + { + "name": "LovyanGFX", + "version": "0.4.10", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.10.zip", + "archiveFileName": "LovyanGFX-0.4.10.zip", + "size": 47613671, + "checksum": "SHA-256:215bb617420cbd5dd95b73553bcfa181404b1a70446161e31f11825819a5e340" + }, + { + "name": "LovyanGFX", + "version": "0.4.11", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.11.zip", + "archiveFileName": "LovyanGFX-0.4.11.zip", + "size": 47674151, + "checksum": "SHA-256:0457a814b1f32b75575f33c27295fd9a127858793a7bc3cc60db7ded7637d9e0" + }, + { + "name": "LovyanGFX", + "version": "0.4.12", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.12.zip", + "archiveFileName": "LovyanGFX-0.4.12.zip", + "size": 47674101, + "checksum": "SHA-256:96750496bbd0dff0ffe06c0835c9d6988ec10476f3f605a5af7e8079c177b133" + }, + { + "name": "LovyanGFX", + "version": "0.4.14", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.14.zip", + "archiveFileName": "LovyanGFX-0.4.14.zip", + "size": 47685449, + "checksum": "SHA-256:375a8a38f413061a26f33f02562847d83f3d46e6a260589d0350e06762c478bd" + }, + { + "name": "LovyanGFX", + "version": "0.4.15", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.15.zip", + "archiveFileName": "LovyanGFX-0.4.15.zip", + "size": 47795403, + "checksum": "SHA-256:2847f8d1f3cf30dc7392c3a1642e80359a495b67e3a10ec6019c0a50bf8c0d9c" + }, + { + "name": "LovyanGFX", + "version": "0.4.16", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.16.zip", + "archiveFileName": "LovyanGFX-0.4.16.zip", + "size": 47812318, + "checksum": "SHA-256:289255b349d92373ca2644e48670e530d8d7131b5325497fd08bad3897805793" + }, + { + "name": "LovyanGFX", + "version": "0.4.17", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.17.zip", + "archiveFileName": "LovyanGFX-0.4.17.zip", + "size": 47813995, + "checksum": "SHA-256:4cb53ec49e0b840244d29d5197929009ae9ed7383e940a4373f60c3239533b50" + }, + { + "name": "LovyanGFX", + "version": "0.4.18", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.4.18.zip", + "archiveFileName": "LovyanGFX-0.4.18.zip", + "size": 48760417, + "checksum": "SHA-256:43d74cc164fe8ef5bd6287e3810abe29528dde5ff104b68e3c6921ea42b55d20" + }, + { + "name": "LovyanGFX", + "version": "0.5.0", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.5.0.zip", + "archiveFileName": "LovyanGFX-0.5.0.zip", + "size": 48897204, + "checksum": "SHA-256:853bfd82d5f3f1156d3dd484e6de22655923c4e4e0fe332ee486e641e88f732f" + }, + { + "name": "LovyanGFX", + "version": "1.1.2", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-1.1.2.zip", + "archiveFileName": "LovyanGFX-1.1.2.zip", + "size": 48901493, + "checksum": "SHA-256:5bc8ab6898c7a3dab0cd51a5c30a0cfd0f38c9786e6901fd365299e468fc1eff" + }, + { + "name": "LovyanGFX", + "version": "1.1.5", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-1.1.5.zip", + "archiveFileName": "LovyanGFX-1.1.5.zip", + "size": 48899026, + "checksum": "SHA-256:7d117992d77e2a9ed190fe256bf8e868a60f31f455d8696ff9a687c1befbe7dc" + }, + { + "name": "LovyanGFX", + "version": "1.1.6", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-1.1.6.zip", + "archiveFileName": "LovyanGFX-1.1.6.zip", + "size": 48984421, + "checksum": "SHA-256:2edf178b56ff2f89578f045f3369ba320f548c7660813937c4b5432d57861930" + }, + { + "name": "LovyanGFX", + "version": "1.1.7", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-1.1.7.zip", + "archiveFileName": "LovyanGFX-1.1.7.zip", + "size": 48970395, + "checksum": "SHA-256:8b89be8d65926918e448951208c0889c5213bf0f2ae2fe8cfbf9a6138a20e510" + }, + { + "name": "LovyanGFX", + "version": "1.1.8", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-1.1.8.zip", + "archiveFileName": "LovyanGFX-1.1.8.zip", + "size": 48979412, + "checksum": "SHA-256:ed4dd4eb961207194f8d0951ea55b0c6693c6f336ba687fa9fd6c79449c1f100" + }, + { + "name": "LovyanGFX", + "version": "1.1.9", + "author": "lovyan03", + "maintainer": "lovyan03", + "sentence": "TFT LCD Graphics driver with touch for ESP32, ESP8266, SAMD21, SAMD51, RP2040", + "paragraph": "Supports TFT LCD displays using drivers that operate with hardware SPI. ESP32, ESP8266, SAMD21, SAMD51, RP2040, M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", + "website": "https://github.com/lovyan03/LovyanGFX", + "category": "Display", + "architectures": [ + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lovyan03/LovyanGFX.git", + "providesIncludes": [ + "LovyanGFX.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-1.1.9.zip", + "archiveFileName": "LovyanGFX-1.1.9.zip", + "size": 48979354, + "checksum": "SHA-256:2b41c9ed6498c100cd4ca22831632244517c24923d109875fa0805560494da73" + }, + { + "name": "PulsePattern", + "version": "0.0.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns.", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.0.8.zip", + "archiveFileName": "PulsePattern-0.0.8.zip", + "size": 6288, + "checksum": "SHA-256:ea1c147c65ce643c0e397f5f156b22430684764d772903505ea2622f4094cb25" + }, + { + "name": "PulsePattern", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.0.zip", + "archiveFileName": "PulsePattern-0.1.0.zip", + "size": 6275, + "checksum": "SHA-256:4b3e3c0ad0fa6e88046b22315e88693027d6c908042b1780d129d5acfcf25529" + }, + { + "name": "PulsePattern", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.1.zip", + "archiveFileName": "PulsePattern-0.1.1.zip", + "size": 8355, + "checksum": "SHA-256:a5df3f9c8dc7297b3461bba8bdb783b68f022e672f0814b0b2f45a25f371808d" + }, + { + "name": "PulsePattern", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.3.zip", + "archiveFileName": "PulsePattern-0.1.3.zip", + "size": 14145, + "checksum": "SHA-256:569ab50f63a53a3f9bfefac03d8b0f6e859024f94c8cad45de8956618714e4e8" + }, + { + "name": "PulsePattern", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.4.zip", + "archiveFileName": "PulsePattern-0.1.4.zip", + "size": 14465, + "checksum": "SHA-256:99b234aafe6e18c80d5e2d3137e88619222f9b72666a75cc2320bef3d7120970" + }, + { + "name": "PulsePattern", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.5.zip", + "archiveFileName": "PulsePattern-0.1.5.zip", + "size": 15853, + "checksum": "SHA-256:1b8a182ce20b6616fd3181786a6892492363838243b22d0874b85f1b12a152fb" + }, + { + "name": "PulsePattern", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.6.zip", + "archiveFileName": "PulsePattern-0.1.6.zip", + "size": 16289, + "checksum": "SHA-256:e3b9008e1ce22449a34b572a674119b9d0e4f685f4626330f665827c0ecf1640" + }, + { + "name": "PulsePattern", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to generate repeating pulse patterns. (AVR only)", + "paragraph": "uses timer1", + "website": "https://github.com/RobTillaart/PulsePattern", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PulsePattern.git", + "providesIncludes": [ + "PulsePattern.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.7.zip", + "archiveFileName": "PulsePattern-0.1.7.zip", + "size": 16523, + "checksum": "SHA-256:606cbefbf17dba0e59a41f22805ab8ea69a0b3a146182d43c61a85f2d3f91f4d" + }, + { + "name": "modbus-esp8266", + "version": "2.0.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.0.0.zip", + "archiveFileName": "modbus_esp8266-2.0.0.zip", + "size": 31454, + "checksum": "SHA-256:19c2c9ca455354ab78390687b94104d87d0e696739a1922eafdae375e579ce28" + }, + { + "name": "modbus-esp8266", + "version": "2.0.1", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.0.1.zip", + "archiveFileName": "modbus_esp8266-2.0.1.zip", + "size": 31520, + "checksum": "SHA-256:7f43ae784c576b817480e17edb054920be15437ddeec31f107b615c5c8e7654b" + }, + { + "name": "modbus-esp8266", + "version": "2.1.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.1.0.zip", + "archiveFileName": "modbus_esp8266-2.1.0.zip", + "size": 33446, + "checksum": "SHA-256:0a93248f05df33c1d018e4b4d02bc9fd346b9a117ddf19c7cd26fff83409cee2" + }, + { + "name": "modbus-esp8266", + "version": "3.0.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.0.zip", + "archiveFileName": "modbus_esp8266-3.0.0.zip", + "size": 45444, + "checksum": "SHA-256:5289c0eb088aee5f4366685b50e36182000056191d3c6ef0f8114294fe46bf43" + }, + { + "name": "modbus-esp8266", + "version": "1.0.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.0.0.zip", + "archiveFileName": "modbus_esp8266-1.0.0.zip", + "size": 18117, + "checksum": "SHA-256:02402c0e31cb48482eb49273eff7e4145c7027a25f9fa2857d4394908b9ac259" + }, + { + "name": "modbus-esp8266", + "version": "1.1.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.1.0.zip", + "archiveFileName": "modbus_esp8266-1.1.0.zip", + "size": 19814, + "checksum": "SHA-256:16be145893f603f6773f6732928d17da1e77f77a72369df068188d5b8d0c517d" + }, + { + "name": "modbus-esp8266", + "version": "1.2.0", + "author": "Andre Sarmento Barbosa", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", + "sentence": "Modbus Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.2.0.zip", + "archiveFileName": "modbus_esp8266-1.2.0.zip", + "size": 21683, + "checksum": "SHA-256:0c84590d0ca0dd51dd6f9e4f0c181d15e78e6969e980f7897fd49d89432190f1" + }, + { + "name": "modbus-esp8266", + "version": "3.0.1", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.1.zip", + "archiveFileName": "modbus_esp8266-3.0.1.zip", + "size": 45316, + "checksum": "SHA-256:99d71494ffb6ea963040582e53f09458a72e0328552f5bf1c359f178abc32808" + }, + { + "name": "modbus-esp8266", + "version": "3.0.2", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.2.zip", + "archiveFileName": "modbus_esp8266-3.0.2.zip", + "size": 45344, + "checksum": "SHA-256:d85dad256fd2de95f9f76d218a1e9613dfd23afd6f2b62e2b185bbe7756479d9" + }, + { + "name": "modbus-esp8266", + "version": "3.0.3", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.3.zip", + "archiveFileName": "modbus_esp8266-3.0.3.zip", + "size": 45539, + "checksum": "SHA-256:e72e7694bd7b55f1e0b65545455b4b4f46a1294eb8c1ec4beba469e798416041" + }, + { + "name": "modbus-esp8266", + "version": "3.0.4", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.4.zip", + "archiveFileName": "modbus_esp8266-3.0.4.zip", + "size": 45928, + "checksum": "SHA-256:8ee875761990d50b6b343a03fa2ad5c9c5e7bb9a7dff4e02174f765d250c11e2" + }, + { + "name": "modbus-esp8266", + "version": "3.0.6", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", + "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.6.zip", + "archiveFileName": "modbus_esp8266-3.0.6.zip", + "size": 45987, + "checksum": "SHA-256:1bd147e930ef1ba36e3e7c60025b1a3d0359b8a9bf5be15fcd3ae99e9cd79832" + }, + { + "name": "modbus-esp8266", + "version": "4.0.0-RC1", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus Library for Arduino. ModbusRTU, ModbusTCP and ModbusTCP Security", + "paragraph": "Most complete Modbus protocol implementation for Arduino. The Modbus is a master-slave protocol used in industrial automation and also can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-4.0.0-RC1.zip", + "archiveFileName": "modbus_esp8266-4.0.0-RC1.zip", + "size": 165049, + "checksum": "SHA-256:146174aa94c0fb161841b4a92f091c3f9cecaf0d4de3ae494db4d7b2e09f6667" + }, + { + "name": "modbus-esp8266", + "version": "4.0.0", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus Library for Arduino. ModbusRTU, ModbusTCP and ModbusTCP Security", + "paragraph": "Most complete Modbus protocol implementation for Arduino. The Modbus is a master-slave protocol used in industrial automation and also can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-4.0.0.zip", + "archiveFileName": "modbus_esp8266-4.0.0.zip", + "size": 163789, + "checksum": "SHA-256:b5bedafce1160b4a8b6bd6c1727d0e9fdac2956afddf6b669b039cff29ebd506" + }, + { + "name": "modbus-esp8266", + "version": "4.1.0-RC1", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus Library for Arduino. ModbusRTU, ModbusTCP and ModbusTCP Security", + "paragraph": "Most complete Modbus protocol implementation for Arduino. The Modbus is a master-slave protocol used in industrial automation and also can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-4.1.0-RC1.zip", + "archiveFileName": "modbus_esp8266-4.1.0-RC1.zip", + "size": 175916, + "checksum": "SHA-256:f3b7dee68713d7d447d446055d2aa141a68b4b97e5bbceb775f4339cfca3da35" + }, + { + "name": "modbus-esp8266", + "version": "4.1.0", + "author": "Andre Sarmento Barbosa, Alexander Emelianov", + "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", + "sentence": "Modbus Library for Arduino. ModbusRTU, ModbusTCP and ModbusTCP Security", + "paragraph": "Most complete Modbus protocol implementation for Arduino. The Modbus is a master-slave protocol used in industrial automation and also can be used in other areas, such as home automation.", + "website": "https://github.com/emelianov/modbus-esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/emelianov/modbus-esp8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-4.1.0.zip", + "archiveFileName": "modbus_esp8266-4.1.0.zip", + "size": 177086, + "checksum": "SHA-256:8c44adde343fe70675bbaeeb88c5d4cf819383a7e6f0d9c765dcf68b8682c8b7" + }, + { + "name": "LineFormatter", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": [ + "LineFormatter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.0.zip", + "archiveFileName": "LineFormatter-0.1.0.zip", + "size": 8287, + "checksum": "SHA-256:14e2f1f5c86e395163b562a84392f0ff3f51f870b7a7ae7705b0c30e0e6dc486" + }, + { + "name": "LineFormatter", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": [ + "LineFormatter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.1.zip", + "archiveFileName": "LineFormatter-0.1.1.zip", + "size": 12065, + "checksum": "SHA-256:f3102b16adbb7a71129f52da79453a2e895811a7606200fd83821412a1159533" + }, + { + "name": "LineFormatter", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": [ + "LineFormatter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.2.zip", + "archiveFileName": "LineFormatter-0.1.2.zip", + "size": 13792, + "checksum": "SHA-256:2ced46da1a3d965fced8357ed0e569a01d0bdd4a1462731c0a4dfb7791daebdd" + }, + { + "name": "LineFormatter", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": [ + "LineFormatter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.3.zip", + "archiveFileName": "LineFormatter-0.1.3.zip", + "size": 14333, + "checksum": "SHA-256:459630a99c5a3afe8f89ce5386d588f0f764d1a615485d4077290f360533fcd5" + }, + { + "name": "LineFormatter", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": [ + "LineFormatter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.5.zip", + "archiveFileName": "LineFormatter-0.1.5.zip", + "size": 14775, + "checksum": "SHA-256:393ac394b8983907067ddd7ec2b9ac0c8a1d9847c581c0bd722dfdf2f057b1e6" + }, + { + "name": "LineFormatter", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Stream e.g. Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": [ + "LineFormatter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.2.0.zip", + "archiveFileName": "LineFormatter-0.2.0.zip", + "size": 17988, + "checksum": "SHA-256:b1fccfa0fed0671e8c3a5b4c7f2ebcaa50a2c8dac95ca3c079f43493a68d9d06" + }, + { + "name": "LineFormatter", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Wrapper class for Stream e.g. Serial to enhance layout of tabular data.", + "paragraph": "Set flexible tab positions, repeat strings for easy layout.", + "website": "https://github.com/RobTillaart/LineFormatter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LineFormatter.git", + "providesIncludes": [ + "LineFormatter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.2.1.zip", + "archiveFileName": "LineFormatter-0.2.1.zip", + "size": 18244, + "checksum": "SHA-256:057361e27d1137114b1023d6e6dc95c63070994a3012dd995d5068c31f87d2be" + }, + { + "name": "Bootstrapper", + "version": "1.4.2", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.2.zip", + "archiveFileName": "Bootstrapper-1.4.2.zip", + "size": 373723, + "checksum": "SHA-256:d5bb23b19518b18ea55d140735d7947a576823b8ec3ac586417ac7777cb6c578" + }, + { + "name": "Bootstrapper", + "version": "1.4.4", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.4.zip", + "archiveFileName": "Bootstrapper-1.4.4.zip", + "size": 373722, + "checksum": "SHA-256:6f1168c97295a6501baddbda67ccfcaeb2befd772ca9eae51f4827723aa83eb8" + }, + { + "name": "Bootstrapper", + "version": "1.4.5", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.5.zip", + "archiveFileName": "Bootstrapper-1.4.5.zip", + "size": 373725, + "checksum": "SHA-256:fdfea16f857c9e79b6357dc09304ed837d4fa14acccbf4f84aee798d3a61d0b9" + }, + { + "name": "Bootstrapper", + "version": "1.5.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.5.0.zip", + "archiveFileName": "Bootstrapper-1.5.0.zip", + "size": 374667, + "checksum": "SHA-256:16d417af276026566047d36fe6330230ebb6bc95a40a576bd2ebcc08e71b61b9" + }, + { + "name": "Bootstrapper", + "version": "1.6.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.6.0.zip", + "archiveFileName": "Bootstrapper-1.6.0.zip", + "size": 525683, + "checksum": "SHA-256:8a4a55650cbe86727f751e46e6ed1a9190d69b53438784df610252d1834ad203" + }, + { + "name": "Bootstrapper", + "version": "1.7.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.0.zip", + "archiveFileName": "Bootstrapper-1.7.0.zip", + "size": 525938, + "checksum": "SHA-256:d5c10e99fb7e5f7078f12aadc48f927fe2686dda2944112e25162bac7d84cd0c" + }, + { + "name": "Bootstrapper", + "version": "1.7.3", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.3.zip", + "archiveFileName": "Bootstrapper-1.7.3.zip", + "size": 526186, + "checksum": "SHA-256:ba152a776088c36ca3c6c9b6528d653578c3e6fbac16ed943e5fd9756c53b99c" + }, + { + "name": "Bootstrapper", + "version": "1.7.4", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.4.zip", + "archiveFileName": "Bootstrapper-1.7.4.zip", + "size": 526325, + "checksum": "SHA-256:568df1f8a70a892c42e971a0883a9070cf28b78a0dcafc0f17e9a43c8a9d0c1c" + }, + { + "name": "Bootstrapper", + "version": "1.7.5", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.5.zip", + "archiveFileName": "Bootstrapper-1.7.5.zip", + "size": 526331, + "checksum": "SHA-256:0d598573142f4c3e475ecf12013d78f5092a78a8c957541076948e317ac31f91" + }, + { + "name": "Bootstrapper", + "version": "1.7.8", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.8.zip", + "archiveFileName": "Bootstrapper-1.7.8.zip", + "size": 526451, + "checksum": "SHA-256:71d0779b85b2c22c7844b80bb17344ea2669ce36cf9ef214a12ff4a10e8a7cd8" + }, + { + "name": "Bootstrapper", + "version": "1.7.9", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.9.zip", + "archiveFileName": "Bootstrapper-1.7.9.zip", + "size": 526472, + "checksum": "SHA-256:f798a2e00aceef487cc41952e958b8f2258738ea21081294bdf42d93d0438d2e" + }, + { + "name": "Bootstrapper", + "version": "1.8.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.8.0.zip", + "archiveFileName": "Bootstrapper-1.8.0.zip", + "size": 526468, + "checksum": "SHA-256:2f8b0a3e64f78084d1294f9e03b79934ebbc4794be5d86be3d297e9f3c8dda56" + }, + { + "name": "Bootstrapper", + "version": "1.9.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.9.0.zip", + "archiveFileName": "Bootstrapper-1.9.0.zip", + "size": 526590, + "checksum": "SHA-256:f3aea1ee4711e97b724cf19c0b0fa366fad49af9a916cabf3069608008d88ed9" + }, + { + "name": "Bootstrapper", + "version": "1.9.1", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.9.1.zip", + "archiveFileName": "Bootstrapper-1.9.1.zip", + "size": 526612, + "checksum": "SHA-256:b38b857fca037f28ca9db2b7995c304f7c7a87a943b55bccaeb7ae3bc5ca9052" + }, + { + "name": "Bootstrapper", + "version": "1.9.2", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.9.2.zip", + "archiveFileName": "Bootstrapper-1.9.2.zip", + "size": 526663, + "checksum": "SHA-256:8de1ffeb0be4afb38fa5488ae6815539267367271db974b26d80b22a87a34cae" + }, + { + "name": "Bootstrapper", + "version": "1.10.3", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.10.3.zip", + "archiveFileName": "Bootstrapper-1.10.3.zip", + "size": 528950, + "checksum": "SHA-256:67712ea36a63102eb32f3ff4fdf3bb4e9f5865c80ec6893f6011df6a4112f548" + }, + { + "name": "Bootstrapper", + "version": "1.11.2", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.11.2.zip", + "archiveFileName": "Bootstrapper-1.11.2.zip", + "size": 311492, + "checksum": "SHA-256:7def4710a1786b6f85a6f77a505921b3a52afb9328ebfcf511fb6443d8f412d9" + }, + { + "name": "Bootstrapper", + "version": "1.11.3", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.11.3.zip", + "archiveFileName": "Bootstrapper-1.11.3.zip", + "size": 311480, + "checksum": "SHA-256:a099d46915d29b0a1b0dec40a9d9752ce88809b9057c7b92318aeaf2773b70a0" + }, + { + "name": "Bootstrapper", + "version": "1.11.4", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.11.4.zip", + "archiveFileName": "Bootstrapper-1.11.4.zip", + "size": 311459, + "checksum": "SHA-256:f1a30640aaa65663e32a9e8787840d4778f4a875ebcf9d4f3e52711743a1116a" + }, + { + "name": "Bootstrapper", + "version": "1.12.5", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.5.zip", + "archiveFileName": "Bootstrapper-1.12.5.zip", + "size": 311553, + "checksum": "SHA-256:426cb8b2fc33b32a730de99cfeaf5bf7fbc2a0cb43e7ad6110672cccf3d342a6" + }, + { + "name": "Bootstrapper", + "version": "1.12.6", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.6.zip", + "archiveFileName": "Bootstrapper-1.12.6.zip", + "size": 311745, + "checksum": "SHA-256:28a339a5e632e9d0b2421f245b0a7da37f54e80ef4cdacfa70a4494d5f6af30e" + }, + { + "name": "Bootstrapper", + "version": "1.12.7", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.7.zip", + "archiveFileName": "Bootstrapper-1.12.7.zip", + "size": 311883, + "checksum": "SHA-256:9edbc09aeaa705f2148dcb663dad694a8eff9329940b2933f521707de7983f13" + }, + { + "name": "Bootstrapper", + "version": "1.12.8", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.8.zip", + "archiveFileName": "Bootstrapper-1.12.8.zip", + "size": 312298, + "checksum": "SHA-256:3bac012efa3cf4e07a20e400a5df088a0ef858570b0cc41a2de6d34787e6cd4f" + }, + { + "name": "Bootstrapper", + "version": "1.12.9", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.9.zip", + "archiveFileName": "Bootstrapper-1.12.9.zip", + "size": 315297, + "checksum": "SHA-256:a90d7a60dc5ab7ff8a55e214698eb60b7dc9ed07b8eb670d52d0db0fe1f7ce8e" + }, + { + "name": "Bootstrapper", + "version": "1.12.10", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.10.zip", + "archiveFileName": "Bootstrapper-1.12.10.zip", + "size": 315415, + "checksum": "SHA-256:bbdf774228c30b926bb20627136823f9e95bd8ed09f1caa40b6823ec3d4cd88f" + }, + { + "name": "Bootstrapper", + "version": "1.12.11", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.11.zip", + "archiveFileName": "Bootstrapper-1.12.11.zip", + "size": 315535, + "checksum": "SHA-256:be89c8213639d591a821dd3240e946b9490f5f5429ec2534ddf6508a2f5c051b" + }, + { + "name": "Bootstrapper", + "version": "1.12.12", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.12.12.zip", + "archiveFileName": "Bootstrapper-1.12.12.zip", + "size": 316106, + "checksum": "SHA-256:4cf03c67b8a67b186040d04325d743886d3e116458bc77116cf9e500d4a69c14" + }, + { + "name": "Bootstrapper", + "version": "1.13.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.13.0.zip", + "archiveFileName": "Bootstrapper-1.13.0.zip", + "size": 315813, + "checksum": "SHA-256:55d9f402596c1193819c6417bd7db43cba47e549f7cf382d4386e16986d7253a" + }, + { + "name": "Bootstrapper", + "version": "1.13.1", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.13.1.zip", + "archiveFileName": "Bootstrapper-1.13.1.zip", + "size": 315812, + "checksum": "SHA-256:150077c2f58fb80e1870a99f672f32b7210be14e7a3c7f5d2e50d14de90ea998" + }, + { + "name": "Bootstrapper", + "version": "1.13.3", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.13.3.zip", + "archiveFileName": "Bootstrapper-1.13.3.zip", + "size": 315812, + "checksum": "SHA-256:7b7b30240b42630a5912714872c29778100740b9b23960124c3c390a4fab757a" + }, + { + "name": "Bootstrapper", + "version": "1.13.4", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.13.4.zip", + "archiveFileName": "Bootstrapper-1.13.4.zip", + "size": 315887, + "checksum": "SHA-256:4bf4cd6c5fb0f5d170a58a2e7d340a255b9d76916aa2604f107692497fba9b86" + }, + { + "name": "Bootstrapper", + "version": "1.13.5", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.13.5.zip", + "archiveFileName": "Bootstrapper-1.13.5.zip", + "size": 315940, + "checksum": "SHA-256:0e323f3d7714ca84c76e6d49814065c17636e429a9f26c76eec7d46852e54d40" + }, + { + "name": "Bootstrapper", + "version": "1.14.0", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.14.0.zip", + "archiveFileName": "Bootstrapper-1.14.0.zip", + "size": 315940, + "checksum": "SHA-256:14cf65492f2890039511e3938a8b11f708bf7f85c8d66f0bff26ff918ec33b1c" + }, + { + "name": "Bootstrapper", + "version": "1.15.1", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.15.1.zip", + "archiveFileName": "Bootstrapper-1.15.1.zip", + "size": 316487, + "checksum": "SHA-256:e33281cd2f9620a2bdb790be143c292948cade791f5af65d32c0afee9e5592cd" + }, + { + "name": "Bootstrapper", + "version": "1.15.2", + "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", + "website": "https://github.com/sblantipodi/arduino_bootstrapper", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.15.2.zip", + "archiveFileName": "Bootstrapper-1.15.2.zip", + "size": 316488, + "checksum": "SHA-256:eea04e28d056a3250add474f43a0225559d12a961168b903cdbe3f497b88ee11" + }, + { + "name": "MaximWire", + "version": "1.0.0", + "author": "xeno \u003cxeno@mail.ru\u003e", + "maintainer": "xeno \u003cxeno@mail.ru\u003e", + "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", + "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", + "website": "https://github.com/adameat/MaximWire", + "category": "Sensors", + "architectures": [ + "nordicnrf52", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adameat/MaximWire.git", + "providesIncludes": [ + "MaximWire.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.0.zip", + "archiveFileName": "MaximWire-1.0.0.zip", + "size": 9681, + "checksum": "SHA-256:5b1ba59e9d50e8172af4ba924e0c482721e391ab3fdc8bf12297b30efdcd0ac5" + }, + { + "name": "MaximWire", + "version": "1.0.2", + "author": "xeno \u003cxeno@mail.ru\u003e", + "maintainer": "xeno \u003cxeno@mail.ru\u003e", + "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", + "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", + "website": "https://github.com/adameat/MaximWire", + "category": "Sensors", + "architectures": [ + "nordicnrf52", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adameat/MaximWire.git", + "providesIncludes": [ + "MaximWire.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.2.zip", + "archiveFileName": "MaximWire-1.0.2.zip", + "size": 9704, + "checksum": "SHA-256:a1be85903438c4d66caa41a91c836e7ff84dc21bb1931a3ecfe62beac817cb7f" + }, + { + "name": "MaximWire", + "version": "1.0.3", + "author": "xeno \u003cxeno@mail.ru\u003e", + "maintainer": "xeno \u003cxeno@mail.ru\u003e", + "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", + "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", + "website": "https://github.com/adameat/MaximWire", + "category": "Sensors", + "architectures": [ + "nordicnrf52", + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adameat/MaximWire.git", + "providesIncludes": [ + "MaximWire.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.3.zip", + "archiveFileName": "MaximWire-1.0.3.zip", + "size": 9731, + "checksum": "SHA-256:99af837257d2bf50286f5b49fca460ec84490bd4767f2c652490d79c440a2892" + }, + { + "name": "mjson", + "version": "1.0.0", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.0.0.zip", + "archiveFileName": "mjson-1.0.0.zip", + "size": 179659, + "checksum": "SHA-256:9cfad4ef33e38dfa82c4771862785519d4f9c5d44f3fc81ec3f09f0ed8ef3106" + }, + { + "name": "mjson", + "version": "1.2.1", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.1.zip", + "archiveFileName": "mjson-1.2.1.zip", + "size": 181890, + "checksum": "SHA-256:409eb9d88061e0914f9540a9557de0b8b74f67e948f7f1e94beff44aba69c70e" + }, + { + "name": "mjson", + "version": "1.2.2", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.2.zip", + "archiveFileName": "mjson-1.2.2.zip", + "size": 183451, + "checksum": "SHA-256:610218f242af16868351a6b137d201bc1eccc8b577a7ed6672e13c1e5c09904a" + }, + { + "name": "mjson", + "version": "1.2.3", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.3.zip", + "archiveFileName": "mjson-1.2.3.zip", + "size": 184013, + "checksum": "SHA-256:8cdc1b23f6916d34f5734094fed18c7f4870188ddaf1f9452be6cf059b0fa6f7" + }, + { + "name": "mjson", + "version": "1.2.4", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.4.zip", + "archiveFileName": "mjson-1.2.4.zip", + "size": 184201, + "checksum": "SHA-256:fe4ed1f7469387d7e0f6a8c64a2be0046fc7df689a03006159ea77cf7198e3cb" + }, + { + "name": "mjson", + "version": "1.2.5", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.5.zip", + "archiveFileName": "mjson-1.2.5.zip", + "size": 184361, + "checksum": "SHA-256:25774cf28c6c17cf11efd4db0c62ef2706bb27ecf76453741fe9b8a295b52d24" + }, + { + "name": "mjson", + "version": "1.2.6", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.6.zip", + "archiveFileName": "mjson-1.2.6.zip", + "size": 184571, + "checksum": "SHA-256:b7c73304b597948392397a3d4c0649530218b7a32f2c82279304876718dc9e93" + }, + { + "name": "mjson", + "version": "1.2.7", + "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", + "sentence": "JSON parser, emitter, and JSON-RPC engine", + "paragraph": "Making microcontrollers connected via https://vcon.io", + "website": "https://github.com/cesanta/mjson", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cesanta/mjson.git", + "providesIncludes": [ + "mjson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.2.7.zip", + "archiveFileName": "mjson-1.2.7.zip", + "size": 184600, + "checksum": "SHA-256:1e98bb0df36663b971c93930b8897950aec70b317de79a2018ef0544c9d199a7" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.0", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.0.zip", + "archiveFileName": "IridiumSBDi2c-3.0.0.zip", + "size": 86761, + "checksum": "SHA-256:4a4c9c76a015310c8848ee117baf97f2199d1fd4744638e12c192231a9d235cc" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.1", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.1.zip", + "archiveFileName": "IridiumSBDi2c-3.0.1.zip", + "size": 89997, + "checksum": "SHA-256:02d145f2172398935d0f85f1f60400db9e1b987cf04096bbbec04edd21b7c3fa" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.3", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.3.zip", + "archiveFileName": "IridiumSBDi2c-3.0.3.zip", + "size": 90202, + "checksum": "SHA-256:ca5d62422a763fa0386e0b6fcb48f81d821e0889f790119b2b896309e78733a5" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.4", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.4.zip", + "archiveFileName": "IridiumSBDi2c-3.0.4.zip", + "size": 90314, + "checksum": "SHA-256:2a764dbdc4d92da8df2fecae69e5f19dee99a4fd3ea01d7b9480926b9e6a7419" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.5", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.5.zip", + "archiveFileName": "IridiumSBDi2c-3.0.5.zip", + "size": 90335, + "checksum": "SHA-256:c2049328850d94c98dd880c299e745894cc7f10c1481483194f8fb4593182f86" + }, + { + "name": "IridiumSBDi2c", + "version": "3.0.6", + "author": "Mikal Hart and Paul Clark (PaulZC)", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", + "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", + "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.6.zip", + "archiveFileName": "IridiumSBDi2c-3.0.6.zip", + "size": 90363, + "checksum": "SHA-256:186515a8de189ce44f519391fe142b08fc2e6f4686f7934e0ffff1bc403b0772" + }, + { + "name": "MCP23017_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander.", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.0.0.zip", + "archiveFileName": "MCP23017_WE-1.0.0.zip", + "size": 973403, + "checksum": "SHA-256:a49360e94dce85f9ef7c9e455d5e9e6c3df60af92641e6966865a4f2e18f4959" + }, + { + "name": "MCP23017_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander.", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.1.0.zip", + "archiveFileName": "MCP23017_WE-1.1.0.zip", + "size": 973409, + "checksum": "SHA-256:b9c5b9b830b43b1956567e6ff2994f914b512d72345da736d489b85290bb0a28" + }, + { + "name": "MCP23017_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.2.3.zip", + "archiveFileName": "MCP23017_WE-1.2.3.zip", + "size": 973092, + "checksum": "SHA-256:c09f3ddc369b0bbe94b264d164f7a4c0931b56fb13a872ced32088e1c5c26bce" + }, + { + "name": "MCP23017_WE", + "version": "1.3.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.0.zip", + "archiveFileName": "MCP23017_WE-1.3.0.zip", + "size": 941913, + "checksum": "SHA-256:96d52e48a8ebdb83186d2c653abbde755dc2691a324674ea1653cde693f490ff" + }, + { + "name": "MCP23017_WE", + "version": "1.3.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.1.zip", + "archiveFileName": "MCP23017_WE-1.3.1.zip", + "size": 942456, + "checksum": "SHA-256:bef6fd4cb780b10d1483fef88d2405f404ed0fc9314d079d0c9862e38462868c" + }, + { + "name": "MCP23017_WE", + "version": "1.3.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.2.zip", + "archiveFileName": "MCP23017_WE-1.3.2.zip", + "size": 942871, + "checksum": "SHA-256:2db7e7cba313098eb1b9d8503a3ac0c10730ee158fc495454c2ba87d7000e4ac" + }, + { + "name": "MCP23017_WE", + "version": "1.3.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.3.zip", + "archiveFileName": "MCP23017_WE-1.3.3.zip", + "size": 942872, + "checksum": "SHA-256:f736791c3d06ab652c2304f2270e0dba506ca215f031668de22ecd43c5110886" + }, + { + "name": "MCP23017_WE", + "version": "1.3.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.4.zip", + "archiveFileName": "MCP23017_WE-1.3.4.zip", + "size": 943038, + "checksum": "SHA-256:433c6582d2523a65b5e2042be9da1f102445d8adae5d6ab1ada43460e0c47058" + }, + { + "name": "MCP23017_WE", + "version": "1.3.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.5.zip", + "archiveFileName": "MCP23017_WE-1.3.5.zip", + "size": 943036, + "checksum": "SHA-256:81863ccd86dc3cf04fada592b82656810ac535118ad4cd20d99146eb0633a4dc" + }, + { + "name": "MCP23017_WE", + "version": "1.3.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.6.zip", + "archiveFileName": "MCP23017_WE-1.3.6.zip", + "size": 943014, + "checksum": "SHA-256:7487bb7db28a5930687d64936d3d0f9ecb6e451167f9dc6f8eb9eeecba3f913e" + }, + { + "name": "MCP23017_WE", + "version": "1.3.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.7.zip", + "archiveFileName": "MCP23017_WE-1.3.7.zip", + "size": 943346, + "checksum": "SHA-256:8adbf6e061655de85f6603d1c1ca4096281941eb4e1bc1b59d9781f9e622a576" + }, + { + "name": "MCP23017_WE", + "version": "1.3.8", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.8.zip", + "archiveFileName": "MCP23017_WE-1.3.8.zip", + "size": 944756, + "checksum": "SHA-256:52aee87ce284314e0173d4c6c12afc6d3632727aa2f2268610f000822a8b0599" + }, + { + "name": "MCP23017_WE", + "version": "1.3.9", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.9.zip", + "archiveFileName": "MCP23017_WE-1.3.9.zip", + "size": 944759, + "checksum": "SHA-256:ed250e9a67a673dc641df7fabd7084e2a9860da745fd2b410143761dfd8438e3" + }, + { + "name": "MCP23017_WE", + "version": "1.4.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.4.0.zip", + "archiveFileName": "MCP23017_WE-1.4.0.zip", + "size": 1190079, + "checksum": "SHA-256:e5e78694faae015ac9e45971df65c453ca6e0ce97cd40f56ec06fda903184cbc" + }, + { + "name": "MCP23017_WE", + "version": "1.4.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.4.1.zip", + "archiveFileName": "MCP23017_WE-1.4.1.zip", + "size": 1190900, + "checksum": "SHA-256:f5c58e359237feae0e5d3ad13e4eb6587c18f225e26607736abe7fc02f6c1c71" + }, + { + "name": "MCP23017_WE", + "version": "1.4.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.4.2.zip", + "archiveFileName": "MCP23017_WE-1.4.2.zip", + "size": 1191060, + "checksum": "SHA-256:245b8e26b8ce55b2283fc731409f51fb8af3f1d9de58d8b00ef1df40a048b0f0" + }, + { + "name": "MCP23017_WE", + "version": "1.4.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017 portexpander", + "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.4.3.zip", + "archiveFileName": "MCP23017_WE-1.4.3.zip", + "size": 1191778, + "checksum": "SHA-256:f945ac41328ca5ff78559375d0fc991da11c6642a6b79edc93095505e8b2d35e" + }, + { + "name": "MCP23017_WE", + "version": "1.5.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.5.0.zip", + "archiveFileName": "MCP23017_WE-1.5.0.zip", + "size": 1657774, + "checksum": "SHA-256:a9fc357521bbca87831bd83d3bc4dc7fab5e3cc575f7513cefd881ee5e48ebc6" + }, + { + "name": "MCP23017_WE", + "version": "1.5.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.5.1.zip", + "archiveFileName": "MCP23017_WE-1.5.1.zip", + "size": 1957305, + "checksum": "SHA-256:10b43126a94c32ce1c44b596f31f2b116596b5267ff078bafb18b9e9b2aa788e" + }, + { + "name": "MCP23017_WE", + "version": "1.5.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.5.2.zip", + "archiveFileName": "MCP23017_WE-1.5.2.zip", + "size": 1957414, + "checksum": "SHA-256:c7d2280a71498109788659a4bd29f0a88ffee0c6080b050ae94211fcfc260817" + }, + { + "name": "MCP23017_WE", + "version": "1.5.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.5.3.zip", + "archiveFileName": "MCP23017_WE-1.5.3.zip", + "size": 2223096, + "checksum": "SHA-256:58dce60b05bd87ed13cd373c9b03628e69b25db6f997c6f4fe40825d45feaef2" + }, + { + "name": "MCP23017_WE", + "version": "1.5.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.5.4.zip", + "archiveFileName": "MCP23017_WE-1.5.4.zip", + "size": 2223138, + "checksum": "SHA-256:4f90906e09bd64ebd3078b23d7b33f1ba3e4321af2637c831c01817ab4396c68" + }, + { + "name": "MCP23017_WE", + "version": "1.6.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.0.zip", + "archiveFileName": "MCP23017_WE-1.6.0.zip", + "size": 2223110, + "checksum": "SHA-256:42864e8a344eccdd9008a57aacf693d83020027c81eb4ba9873cbdf21cc922e6" + }, + { + "name": "MCP23017_WE", + "version": "1.6.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.1.zip", + "archiveFileName": "MCP23017_WE-1.6.1.zip", + "size": 2222875, + "checksum": "SHA-256:9b79c4081a3b72a574d778e015819abf1f1bba527ebf5bf774f60b0a30e47c6c" + }, + { + "name": "MCP23017_WE", + "version": "1.6.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.2.zip", + "archiveFileName": "MCP23017_WE-1.6.2.zip", + "size": 2222879, + "checksum": "SHA-256:787daecddbebf0bb9f8bdcb37801e6a67fe70b54410109313eeacb09a9b9dabc" + }, + { + "name": "MCP23017_WE", + "version": "1.6.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.3.zip", + "archiveFileName": "MCP23017_WE-1.6.3.zip", + "size": 2223076, + "checksum": "SHA-256:6bbba373fb7f5dd648ba7cf8a98e3937c1a61cee05711bccc454740159a719e6" + }, + { + "name": "MCP23017_WE", + "version": "1.6.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.4.zip", + "archiveFileName": "MCP23017_WE-1.6.4.zip", + "size": 2223327, + "checksum": "SHA-256:2c429d90d54530917c8e82d0e81e80a245ca400055444f4622efc37da10bc55e" + }, + { + "name": "MCP23017_WE", + "version": "1.6.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.5.zip", + "archiveFileName": "MCP23017_WE-1.6.5.zip", + "size": 2223327, + "checksum": "SHA-256:79d50948cb315a8033f047e3f9f7c7ec5c9ab3cf717a962dbbb9fc292317a77f" + }, + { + "name": "MCP23017_WE", + "version": "1.6.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.6.zip", + "archiveFileName": "MCP23017_WE-1.6.6.zip", + "size": 2223801, + "checksum": "SHA-256:18f57d8a39f3067dfb89d8c53cadfe54f8241c0af074774f21bbc1854b56c8fb" + }, + { + "name": "MCP23017_WE", + "version": "1.6.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the MCP23017, MCP23S17, MCP23018 and MCP23S18 port expanders.", + "paragraph": "It includes commands for single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", + "website": "https://github.com/wollewald/MCP23017_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MCP23017_WE.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.6.7.zip", + "archiveFileName": "MCP23017_WE-1.6.7.zip", + "size": 2223801, + "checksum": "SHA-256:27ce3bd47217bad39c1238983b80bcec55f403fdab460bed28baef2ba5338bb1" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.0.0", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": [ + "ExtendedTouchEvent.h", + "XPT2046_Touchscreen.h", + "Adafruit_GFX.h" + ], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit_GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.0.0.zip", + "archiveFileName": "ExtendedTouchEvent-1.0.0.zip", + "size": 22724, + "checksum": "SHA-256:c466138ea062fd63677f413fa8b7d9a90edde8b07a9651ca0c3c9a3db511ec0d" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.0.1", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": [ + "ExtendedTouchEvent.h", + "XPT2046_Touchscreen.h", + "Adafruit_GFX.h" + ], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.0.1.zip", + "archiveFileName": "ExtendedTouchEvent-1.0.1.zip", + "size": 26367, + "checksum": "SHA-256:10b5365c74290ac9722077a56b3ef7954314da287d9fb96f9c4b66706480d3ee" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.1.0", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": [ + "ExtendedTouchEvent.h", + "XPT2046_Touchscreen.h", + "Adafruit_GFX.h" + ], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.0.zip", + "archiveFileName": "ExtendedTouchEvent-1.1.0.zip", + "size": 31221, + "checksum": "SHA-256:60ebcaac0eb364f45f0eada74a0730bd4496a3e7bc4814b0c06e2d73d6923b0f" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.1.1", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": [ + "ExtendedTouchEvent.h", + "XPT2046_Touchscreen.h", + "Adafruit_GFX.h" + ], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.1.zip", + "archiveFileName": "ExtendedTouchEvent-1.1.1.zip", + "size": 31211, + "checksum": "SHA-256:47ff7f7e7000c6729ee853721a5cf48b9507fc22542868e7a0aff97e8a7259ba" + }, + { + "name": "ExtendedTouchEvent", + "version": "1.1.2", + "author": "arduhe", + "maintainer": "arduhe", + "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", + "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", + "website": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", + "providesIncludes": [ + "ExtendedTouchEvent.h", + "XPT2046_Touchscreen.h", + "Adafruit_GFX.h" + ], + "dependencies": [ + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.2.zip", + "archiveFileName": "ExtendedTouchEvent-1.1.2.zip", + "size": 31214, + "checksum": "SHA-256:34e3341248c81ce110d4f929f2a285b34ae4197ebc3eb45fb724ee43125195e8" + }, + { + "name": "snakelights", + "version": "0.0.1", + "author": "David Whitney, Jo Franchetti", + "maintainer": "David Whitney \u003cdavid@davidwhitney.co.uk\u003e", + "sentence": "SnakeLights library for snake wired NeoPixels", + "paragraph": "This library supports the build-with-love SnakeLight NeoPixel LED array", + "website": "https://github.com/davidwhitney/arduino-snakelights", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidwhitney/snakelights.git", + "providesIncludes": [ + "SnakeLights.h" + ], + "dependencies": [ + { + "name": "Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidwhitney/snakelights-0.0.1.zip", + "archiveFileName": "snakelights-0.0.1.zip", + "size": 6030, + "checksum": "SHA-256:48d90a6223e3465c740f63f8d99fcb548b17ebd531b70d66f0e8163d5f45f525" + }, + { + "name": "snakelights", + "version": "0.0.2", + "author": "David Whitney, Jo Franchetti", + "maintainer": "David Whitney \u003cdavid@davidwhitney.co.uk\u003e", + "sentence": "SnakeLights library for snake wired NeoPixels", + "paragraph": "This library supports the build-with-love SnakeLight NeoPixel LED array", + "website": "https://github.com/davidwhitney/snakelights", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidwhitney/snakelights.git", + "providesIncludes": [ + "SnakeLights.h" + ], + "dependencies": [ + { + "name": "Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidwhitney/snakelights-0.0.2.zip", + "archiveFileName": "snakelights-0.0.2.zip", + "size": 6003, + "checksum": "SHA-256:35fae96f7a91491b39c8147879f02333400eedb9842d32106e0858006466306f" + }, + { + "name": "SI1145_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.0.0.zip", + "archiveFileName": "SI1145_WE-1.0.0.zip", + "size": 310657, + "checksum": "SHA-256:bc8186844cb051abf439debbc3af0988cd5408054f6fc417a83b1ddc646310b8" + }, + { + "name": "SI1145_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.0.1.zip", + "archiveFileName": "SI1145_WE-1.0.1.zip", + "size": 310689, + "checksum": "SHA-256:70dc61297b8831fee820f5f71e142fb63960f8fed5e04e2bcddc30d6d2a5ded9" + }, + { + "name": "SI1145_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.0.zip", + "archiveFileName": "SI1145_WE-1.1.0.zip", + "size": 276436, + "checksum": "SHA-256:eeeeb75bed0b4d9e7fda1d7f8035f0f939aea80bc8438c0bc0e0bd35383cda2c" + }, + { + "name": "SI1145_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.1.zip", + "archiveFileName": "SI1145_WE-1.1.1.zip", + "size": 278128, + "checksum": "SHA-256:6473a62a273d6b70ba53f6a4c346f9ca6992232b3a40ed04ae21b1556b6789c9" + }, + { + "name": "SI1145_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.2.zip", + "archiveFileName": "SI1145_WE-1.1.2.zip", + "size": 278838, + "checksum": "SHA-256:dd1377ae7e2f5935af06bceaf045f1deb647243949373c796d0ba2bb91e32d21" + }, + { + "name": "SI1145_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.3.zip", + "archiveFileName": "SI1145_WE-1.1.3.zip", + "size": 279014, + "checksum": "SHA-256:22fca7267bf84fdc5f898567b31fb11a5aff7e6280c33ac40887a4c8d1573622" + }, + { + "name": "SI1145_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.4.zip", + "archiveFileName": "SI1145_WE-1.1.4.zip", + "size": 278996, + "checksum": "SHA-256:38d248c409ff6f80e1218aa77752692f7dad91c3b9e661eb25a03a54636f8dc8" + }, + { + "name": "SI1145_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.5.zip", + "archiveFileName": "SI1145_WE-1.1.5.zip", + "size": 279307, + "checksum": "SHA-256:b3f5c15e6ef8b9eca72c31e2218e95a84f429449fc205907f7e463eca17006ae" + }, + { + "name": "SI1145_WE", + "version": "1.1.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.6.zip", + "archiveFileName": "SI1145_WE-1.1.6.zip", + "size": 279307, + "checksum": "SHA-256:05c6d0695f167da3dc604c316592fd6b4372e1915712b06c7e6c7d94d7a9ea3e" + }, + { + "name": "SI1145_WE", + "version": "1.1.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", + "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", + "website": "https://github.com/wollewald/SI1145_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/SI1145_WE.git", + "providesIncludes": [ + "SI1145_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.7.zip", + "archiveFileName": "SI1145_WE-1.1.7.zip", + "size": 279349, + "checksum": "SHA-256:7ac2878f44b6a4e2eec0f68becbcbb2108f498062dc614e0279dcaa7c816d389" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.0.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.0.zip", + "size": 8913, + "checksum": "SHA-256:399d8fdd6be5436db64aee454787de53a271bf0eab0819d58a2976367af210f0" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.1.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.1.zip", + "size": 8912, + "checksum": "SHA-256:cc5711b2d233b24fb004ca229e5e09a330f9cc106cec0134ff7d6cef9996d78f" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.2.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.2.zip", + "size": 9921, + "checksum": "SHA-256:f67d08a59f0446ee630dfea67cc8a9f3dbdea89349d84ce9c9793571afe3b1cf" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.3.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.3.zip", + "size": 9924, + "checksum": "SHA-256:9fc12cc7714472991259b8a03a87812a8ca164c993945b0aa765c4b18938f7b4" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.4.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.4.zip", + "size": 9924, + "checksum": "SHA-256:eb34cf287ace9a5f0781834a23bef1783e361b9d23ec25cadfb4f68594e04540" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.5.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.5.zip", + "size": 9995, + "checksum": "SHA-256:79b2ecf210a3f0aa04897a03cc316320bcc3271450aa2d852bace0ac7446e6c1" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.6.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.6.zip", + "size": 9996, + "checksum": "SHA-256:d9866789ba2a4db62c67a4170b2d9a53e07ebc9f754244591ab9b84c0bac6317" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.8.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.8.zip", + "size": 11424, + "checksum": "SHA-256:99a9419f7e8133b8d7e0931fa26aedd01382d747e979b85c6ff3d5774bc78951" + }, + { + "name": "Adafruit PM25 AQI Sensor", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_PM25AQI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.1.0.zip", + "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.1.0.zip", + "size": 13493, + "checksum": "SHA-256:7228bbc944482c165785af5b548f4d6da47bdb0e17a579a50c885f3f1aacf5d7" + }, + { + "name": "AP3216_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.0.0.zip", + "archiveFileName": "AP3216_WE-1.0.0.zip", + "size": 292914, + "checksum": "SHA-256:8721537ee23f9cf931b38579c3fcdddb963f050a66fe1d47b0c25717e163b767" + }, + { + "name": "AP3216_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.0.1.zip", + "archiveFileName": "AP3216_WE-1.0.1.zip", + "size": 292913, + "checksum": "SHA-256:47cd113881dda5da4abd2bb2162149c26b6c5ff04cbd2d2c98b903217f48e5e9" + }, + { + "name": "AP3216_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.0.zip", + "archiveFileName": "AP3216_WE-1.1.0.zip", + "size": 293657, + "checksum": "SHA-256:45d477ecaa17884c328661bebc7072f0cec17e0e3a298a1cb885b6c70f47bf36" + }, + { + "name": "AP3216_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.1.zip", + "archiveFileName": "AP3216_WE-1.1.1.zip", + "size": 293752, + "checksum": "SHA-256:991b4925e75efb4948b6eb62dfaa2b56b3ad5ba76d30a7d3f14c433eaa5becfb" + }, + { + "name": "AP3216_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.2.zip", + "archiveFileName": "AP3216_WE-1.1.2.zip", + "size": 293731, + "checksum": "SHA-256:7d4285a3c6eea9c264e0f97157cf04eb7cddd2c16c05c649183ed1e762cbe6ae" + }, + { + "name": "AP3216_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module. Update 1.2.0: limitited compatibility with former versions! See readme.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.2.0.zip", + "archiveFileName": "AP3216_WE-1.2.0.zip", + "size": 220399, + "checksum": "SHA-256:05b8b21e914a4fbbe8d1da4e5315a1a720e08db9c13edeeb93c4ee07529273a2" + }, + { + "name": "AP3216_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module. Update 1.2.0: limitited compatibility with former versions! See readme.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.2.1.zip", + "archiveFileName": "AP3216_WE-1.2.1.zip", + "size": 220397, + "checksum": "SHA-256:7ee919eb49152f55e01868d1ad13543bd4136250364cec8bd878792fa0b6eead" + }, + { + "name": "AP3216_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", + "paragraph": "The library has implemented all available functions of this sensor module. Update 1.2.0: limitited compatibility with former versions! See readme.", + "website": "https://github.com/wollewald/AP3216_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/AP3216_WE.git", + "providesIncludes": [ + "AP3216_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.2.2.zip", + "archiveFileName": "AP3216_WE-1.2.2.zip", + "size": 220549, + "checksum": "SHA-256:f0d2e7be488e792f75dcb0cf6518692d6bdec9c9f0cf96479a1981f10fdbd353" + }, + { + "name": "BH1750_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.0.0.zip", + "archiveFileName": "BH1750_WE-1.0.0.zip", + "size": 4231, + "checksum": "SHA-256:7411b81158a96ef3e282948531fdac3d48cfbf1dbb67aba4b72d080f3f44f331" + }, + { + "name": "BH1750_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.2.zip", + "archiveFileName": "BH1750_WE-1.1.2.zip", + "size": 4507, + "checksum": "SHA-256:73cce11cda021e2f2777ecd945610aa0026a75c42fa31446a5c49e011cc844fa" + }, + { + "name": "BH1750_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.3.zip", + "archiveFileName": "BH1750_WE-1.1.3.zip", + "size": 4931, + "checksum": "SHA-256:63813395e34b61deff69061041904dec29fd125c115c040e2b74c387c99096c8" + }, + { + "name": "BH1750_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.4.zip", + "archiveFileName": "BH1750_WE-1.1.4.zip", + "size": 5061, + "checksum": "SHA-256:1b19e0139abf10189e7f944fc7f088e6eaa5b0c7a14e72aeddcf16f7dad8298b" + }, + { + "name": "BH1750_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.5.zip", + "archiveFileName": "BH1750_WE-1.1.5.zip", + "size": 5166, + "checksum": "SHA-256:9147450848ee88ce6fc20d3de92effebf0755ea9f4ea2b5e68eb4e0c05208034" + }, + { + "name": "BH1750_WE", + "version": "1.1.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.6.zip", + "archiveFileName": "BH1750_WE-1.1.6.zip", + "size": 5952, + "checksum": "SHA-256:b6081b48aa2f7b3e103d6c4eaa601cae6adb43732e1950a4010fb4dc1ce49969" + }, + { + "name": "BH1750_WE", + "version": "1.1.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.7.zip", + "archiveFileName": "BH1750_WE-1.1.7.zip", + "size": 6038, + "checksum": "SHA-256:3794e34d57e3c4bbc6844a2f35c3eac252d7ba0c41da30c980a439fc1e8e15ba" + }, + { + "name": "BH1750_WE", + "version": "1.1.8", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.8.zip", + "archiveFileName": "BH1750_WE-1.1.8.zip", + "size": 6039, + "checksum": "SHA-256:a814b776a9cd191e42519227d43a128c7147cbaf605544418e2f9653d4581ea5" + }, + { + "name": "BH1750_WE", + "version": "1.1.9", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "An Arduino library for the BH1750 light intensity sensor.", + "paragraph": "It includes commands the option to change the measurement time register.", + "website": "https://github.com/wollewald/BH1750_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/BH1750_WE.git", + "providesIncludes": [ + "BH1750_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.9.zip", + "archiveFileName": "BH1750_WE-1.1.9.zip", + "size": 6137, + "checksum": "SHA-256:20344f0e2149dbed3d2d3b8cb173113321e57136ae70da87d891044563930d27" + }, + { + "name": "VL6180X_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": [ + "VL6180X_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.0.0.zip", + "archiveFileName": "VL6180X_WE-1.0.0.zip", + "size": 10658, + "checksum": "SHA-256:10cc62c23733cc160e7f892c14e08d7f6e2d04088dc5b420abb1cae0fe566a5a" + }, + { + "name": "VL6180X_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.1.zip", + "archiveFileName": "VL6180X_WE-1.1.1.zip", + "size": 11189, + "checksum": "SHA-256:263609acdee7e39bfde62dcc2a272d17871bd04d0e1a2efb9041dd6d483f7fa0" + }, + { + "name": "VL6180X_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": [ + "VL6180X_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.2.zip", + "archiveFileName": "VL6180X_WE-1.1.2.zip", + "size": 11200, + "checksum": "SHA-256:0811b1ef47dcf27e1fbfa6649943e5be7bd35b6ad6a04da010659fe1869b5386" + }, + { + "name": "VL6180X_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor.", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": [ + "VL6180X_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.3.zip", + "archiveFileName": "VL6180X_WE-1.1.3.zip", + "size": 11715, + "checksum": "SHA-256:b242c5ae2718183d757c0d3d7b7e1d91efdd13cb5e6a68570b664c6a40a1ce59" + }, + { + "name": "VL6180X_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor.", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": [ + "VL6180X_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.4.zip", + "archiveFileName": "VL6180X_WE-1.1.4.zip", + "size": 11904, + "checksum": "SHA-256:afbec70edce115c50fcd5dc79fc39f5d97e67e9c66142e685f1d1fa6aaf2d31a" + }, + { + "name": "VL6180X_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor.", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": [ + "VL6180X_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.5.zip", + "archiveFileName": "VL6180X_WE-1.1.5.zip", + "size": 11929, + "checksum": "SHA-256:ab15e4326c2e0e5bb0fe361f867807bd6bfdf32d2061e2fd76fe9617c6121175" + }, + { + "name": "VL6180X_WE", + "version": "1.1.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the VL6180X range and ambient light sensor.", + "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", + "website": "https://github.com/wollewald/VL6180X_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/VL6180X_WE.git", + "providesIncludes": [ + "VL6180X_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.6.zip", + "archiveFileName": "VL6180X_WE-1.1.6.zip", + "size": 11935, + "checksum": "SHA-256:e9548c07981800061adb015d788c4ecb953681764fa04a2e0e0dd2471b243c86" + }, + { + "name": "Algoduino", + "version": "0.1.0", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/algoduino/algoduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.1.0.zip", + "archiveFileName": "Algoduino-0.1.0.zip", + "size": 6060, + "checksum": "SHA-256:5d80bd1ec82df8c656b8ab79f8b29c1c5040d99a5a0690197289295f8c64c491" + }, + { + "name": "Algoduino", + "version": "0.2.0", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/algoduino/algoduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.0.zip", + "archiveFileName": "Algoduino-0.2.0.zip", + "size": 141961, + "checksum": "SHA-256:fb9beb6fb3d2d15c38fe89be9b5ab9ac17128efa215c9c5f25a5564ad06ea3fd" + }, + { + "name": "Algoduino", + "version": "0.2.1", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": [ + "espressif8266", + "espressif32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/algoduino/algoduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.1.zip", + "archiveFileName": "Algoduino-0.2.1.zip", + "size": 15426, + "checksum": "SHA-256:b66b7d6ea50d0c94362ed3cf1fc347642aeb3de84c1f87d49fb0b1d0aa30c9ed" + }, + { + "name": "Algoduino", + "version": "0.2.2", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": [ + "espressif8266", + "espressif32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/algoduino/algoduino.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "=6.15.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.2.zip", + "archiveFileName": "Algoduino-0.2.2.zip", + "size": 15478, + "checksum": "SHA-256:e2430ea8611f51c3b02c6cbf71c4ca84645f41091715882f9d92738b5fd03314" + }, + { + "name": "Algoduino", + "version": "0.2.3", + "author": "Algoduino", + "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", + "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", + "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", + "website": "https://github.com/algoduino/algoduino", + "category": "Communication", + "architectures": [ + "espressif8266", + "espressif32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/algoduino/algoduino.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "=6.15.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.3.zip", + "archiveFileName": "Algoduino-0.2.3.zip", + "size": 15469, + "checksum": "SHA-256:341955258d2b7a7d876a5277f9a90daebd8ece57824cc62898817c6320f78176" + }, + { + "name": "Adafruit MP3", + "version": "1.2.0", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.0.zip", + "archiveFileName": "Adafruit_MP3-1.2.0.zip", + "size": 269638, + "checksum": "SHA-256:5402a44d76b80495cdeace5bdf59be8761ffbc7d58affd8ec3f9edc9d8a9b751" + }, + { + "name": "Adafruit MP3", + "version": "1.2.1", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.1.zip", + "archiveFileName": "Adafruit_MP3-1.2.1.zip", + "size": 269593, + "checksum": "SHA-256:a8ac6a7867c430cbba73c24263ee653d49ac90f6d4167fec507e52f7ce1a787c" + }, + { + "name": "Adafruit MP3", + "version": "1.2.2", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.2.zip", + "archiveFileName": "Adafruit_MP3-1.2.2.zip", + "size": 269647, + "checksum": "SHA-256:fb8fe737c4a1ffcc895a9d051b95a486453cd5db470d85c63c2754a84776f942" + }, + { + "name": "Adafruit MP3", + "version": "1.2.3", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.3.zip", + "archiveFileName": "Adafruit_MP3-1.2.3.zip", + "size": 269635, + "checksum": "SHA-256:07164150b8c50ca58f80df352cbb1aea231a32fa727c6862728bed215db60bcd" + }, + { + "name": "Adafruit MP3", + "version": "1.2.5", + "author": "Dean Miller \u003cdean@adafruit.com\u003e", + "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", + "sentence": "mp3 decoder", + "website": "https://github.com/adafruit/Adafruit_MP3", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MP3.git", + "dependencies": [ + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.5.zip", + "archiveFileName": "Adafruit_MP3-1.2.5.zip", + "size": 269637, + "checksum": "SHA-256:8539cf04f4f5e6351100bfe2ac96d28784dfd4d1d8aa7c3112a33795767e85e5" + }, + { + "name": "PinOutGroup", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.1.zip", + "archiveFileName": "PinOutGroup-0.1.1.zip", + "size": 9944, + "checksum": "SHA-256:8b7b5493f89c6729ce373eda90155a91b7a85fb76163f00806bff4016d5c5a5f" + }, + { + "name": "PinOutGroup", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.2.zip", + "archiveFileName": "PinOutGroup-0.1.2.zip", + "size": 9944, + "checksum": "SHA-256:fbaa167ebc2f7430545f89c7bd7011ca3d4a4fd21306cccf4e3cf9780b5069f7" + }, + { + "name": "PinOutGroup", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.3.zip", + "archiveFileName": "PinOutGroup-0.1.3.zip", + "size": 11599, + "checksum": "SHA-256:16cf5166ff76cea4d88eff25d09ee4f61afe9c50062026dd2d3b0586a35822ad" + }, + { + "name": "PinOutGroup", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.4.zip", + "archiveFileName": "PinOutGroup-0.1.4.zip", + "size": 12231, + "checksum": "SHA-256:f25325c162466ecfa63f0ee52b79c5976086c724915b9b360cdc7113b4515533" + }, + { + "name": "PinOutGroup", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.5.zip", + "archiveFileName": "PinOutGroup-0.1.5.zip", + "size": 12679, + "checksum": "SHA-256:6e01f61e12e3c11a4b94531248dd5da90e9681748462e24673721965d41b19ec" + }, + { + "name": "PinOutGroup", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.6.zip", + "archiveFileName": "PinOutGroup-0.1.6.zip", + "size": 12699, + "checksum": "SHA-256:843234838cca7dca9967edf44beb440c26ea43052596a08a53f0c05f52766295" + }, + { + "name": "PinOutGroup", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.7.zip", + "archiveFileName": "PinOutGroup-0.1.7.zip", + "size": 13387, + "checksum": "SHA-256:ac50e33c1b61687d69586b9e2cedc5b56b3fa6e428b6a134b3f68d47e2b229c2" + }, + { + "name": "PinOutGroup", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", + "website": "https://github.com/RobTillaart/PinOutGroup.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinOutGroup.git", + "providesIncludes": [ + "PinOutGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.8.zip", + "archiveFileName": "PinOutGroup-0.1.8.zip", + "size": 13637, + "checksum": "SHA-256:90baa4fa46d03b5db99f7d93f0f132ad6449c5a6cc9e773579770dde280cfb7e" + }, + { + "name": "WebSockets_Generic", + "version": "2.1.3", + "author": "Markus Sattler", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD, STM32, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.1.3+ for ESP, nRF52, SAMD, STM32, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.1.3.zip", + "archiveFileName": "WebSockets_Generic-2.1.3.zip", + "size": 162625, + "checksum": "SHA-256:c6f52ca8d21184412621ad99e5528a517cfcafb7bd61a1cf4b5e38d2108428fa" + }, + { + "name": "WebSockets_Generic", + "version": "2.2.1", + "author": "Markus Sattler", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD, STM32, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.1.3+ for ESP, nRF52, SAMD, STM32, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.1.zip", + "archiveFileName": "WebSockets_Generic-2.2.1.zip", + "size": 163029, + "checksum": "SHA-256:6297d56e7989bd4b1b41aa5b0ed56881f1b9919dd3abd1c4f89055eedb2dc1d8" + }, + { + "name": "WebSockets_Generic", + "version": "2.2.2", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.2.zip", + "archiveFileName": "WebSockets_Generic-2.2.2.zip", + "size": 230965, + "checksum": "SHA-256:44828e18bf6f4567f9a03afd946dd093eb4b36813961aeca9b6fa9cd3b091b4d" + }, + { + "name": "WebSockets_Generic", + "version": "2.2.3", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc. besides ESP", + "paragraph": "Use v1.3 for AVR and v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.3.zip", + "archiveFileName": "WebSockets_Generic-2.2.3.zip", + "size": 401870, + "checksum": "SHA-256:b3cb61a779a68019c164100ccca882fa7a523e54a3eadb46a3a85978f29f4196" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.1.zip", + "archiveFileName": "WebSockets_Generic-2.3.1.zip", + "size": 532785, + "checksum": "SHA-256:f5d18f6423eee3caedb8cfa45fb3cf04c64a7b7de8bcdbf4a73473a673183f95" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.2", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.2.zip", + "archiveFileName": "WebSockets_Generic-2.3.2.zip", + "size": 539429, + "checksum": "SHA-256:ba97a3df8e6e97ce272ec4e09e6a5adf03c0fa98fa5e2efc069bffe5d925259f" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.3", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.3.zip", + "archiveFileName": "WebSockets_Generic-2.3.3.zip", + "size": 550971, + "checksum": "SHA-256:503a5101304a8f220c780967a7576eaf4a460c3c3fd98147d47ba76ed0af4507" + }, + { + "name": "WebSockets_Generic", + "version": "2.3.4", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.4.zip", + "archiveFileName": "WebSockets_Generic-2.3.4.zip", + "size": 559573, + "checksum": "SHA-256:2b23dcf07d62a9955103213122d0ec8d77767aae483f2570798262dad8875cd5" + }, + { + "name": "WebSockets_Generic", + "version": "2.4.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.4.0.zip", + "archiveFileName": "WebSockets_Generic-2.4.0.zip", + "size": 742758, + "checksum": "SHA-256:79e526f4ca4eea1968f0f44dd5b992d66704f219ecbb57ce6f7d7f750753612f" + }, + { + "name": "WebSockets_Generic", + "version": "2.4.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.4.1.zip", + "archiveFileName": "WebSockets_Generic-2.4.1.zip", + "size": 747575, + "checksum": "SHA-256:9f5246a59d8138cc898820801a84e06ad90240afb7633f33349f96576a4f660d" + }, + { + "name": "WebSockets_Generic", + "version": "2.5.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.5.0.zip", + "archiveFileName": "WebSockets_Generic-2.5.0.zip", + "size": 828554, + "checksum": "SHA-256:77b744b0d427557e21b8383672b0699d76dd7fe65d3b1e77e5c3021217075243" + }, + { + "name": "WebSockets_Generic", + "version": "2.5.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.5.1.zip", + "archiveFileName": "WebSockets_Generic-2.5.1.zip", + "size": 831489, + "checksum": "SHA-256:76af1b2406a9b2b602161d2b910373c09a3eb721ff49982c6da29f2b5482cd33" + }, + { + "name": "WebSockets_Generic", + "version": "2.6.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.6.0.zip", + "archiveFileName": "WebSockets_Generic-2.6.0.zip", + "size": 866470, + "checksum": "SHA-256:3e32ea9ad98821af57975a5c6c3857d55de13577e877ac8a8f21e371c5d8aef6" + }, + { + "name": "WebSockets_Generic", + "version": "2.7.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, etc. besides ESP8266/ESP32", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.7.0.zip", + "archiveFileName": "WebSockets_Generic-2.7.0.zip", + "size": 875617, + "checksum": "SHA-256:39cc9f31a24baadc5b3bc075e050dab00836423ef6bb0cbaf1c4cd2a4cfe8920" + }, + { + "name": "WebSockets_Generic", + "version": "2.8.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, etc. besides ESP8266/ESP32 and WT32_ETH01", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.8.0.zip", + "archiveFileName": "WebSockets_Generic-2.8.0.zip", + "size": 952981, + "checksum": "SHA-256:d45250656ca1b6af1c115feda6905a4c51546ae2d4e48cb3f5025ea6abc27544" + }, + { + "name": "WebSockets_Generic", + "version": "2.9.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet.", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.9.0.zip", + "archiveFileName": "WebSockets_Generic-2.9.0.zip", + "size": 1009778, + "checksum": "SHA-256:968839639c93ed43f967d5f7ac163854f76813ee9f45941bdd326b312bbf52e4" + }, + { + "name": "WebSockets_Generic", + "version": "2.10.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet.", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.10.0.zip", + "archiveFileName": "WebSockets_Generic-2.10.0.zip", + "size": 1076023, + "checksum": "SHA-256:2bd181a115172b3dea0be64bf41801e6ae88a13f65aa1dd40b8958eff9b99ef6" + }, + { + "name": "WebSockets_Generic", + "version": "2.10.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet.", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.10.1.zip", + "archiveFileName": "WebSockets_Generic-2.10.1.zip", + "size": 1285854, + "checksum": "SHA-256:0383411c5a28f215b679b1e0c59d470a55946431ac820a5cf6ab7c37b218d4fb" + }, + { + "name": "WebSockets_Generic", + "version": "2.11.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet.", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.11.0.zip", + "archiveFileName": "WebSockets_Generic-2.11.0.zip", + "size": 1289664, + "checksum": "SHA-256:2feee9bfb423fb6ca0f259ca138a700594ee8efdaf5ccdee657d2c8d08fb5077" + }, + { + "name": "WebSockets_Generic", + "version": "2.11.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Now supporting websocket only mode for Socket.IO", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.11.1.zip", + "archiveFileName": "WebSockets_Generic-2.11.1.zip", + "size": 1327791, + "checksum": "SHA-256:719bb80ee244961b1da44e4b10627c82c2ea1ebe04081fbcb15f7007e7ba48f8" + }, + { + "name": "WebSockets_Generic", + "version": "2.12.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Now supporting websocket only mode for Socket.IO", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.12.0.zip", + "archiveFileName": "WebSockets_Generic-2.12.0.zip", + "size": 1410794, + "checksum": "SHA-256:beee4c2179a0bbcba8173eefa44428a438bf1f04c3403dad5f707571c870c1f3" + }, + { + "name": "WebSockets_Generic", + "version": "2.13.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Now supporting websocket only mode for Socket.IO", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.13.0.zip", + "archiveFileName": "WebSockets_Generic-2.13.0.zip", + "size": 1431682, + "checksum": "SHA-256:5f90e0f2656b9bb71681f366b77db2617fb479693dfce0e8bcac433e3a4e98db" + }, + { + "name": "WebSockets_Generic", + "version": "2.14.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Now supporting websocket only mode for Socket.IO", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.14.0.zip", + "archiveFileName": "WebSockets_Generic-2.14.0.zip", + "size": 1444633, + "checksum": "SHA-256:0ff276cca184d218b5d2c8785091c1193ed3384fbca740328f1f770815498766" + }, + { + "name": "WebSockets_Generic", + "version": "2.14.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Now supporting websocket only mode for Socket.IO", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.14.1.zip", + "archiveFileName": "WebSockets_Generic-2.14.1.zip", + "size": 1445275, + "checksum": "SHA-256:623f825f827756e8b8d35ba46c35b6ed56c105bec7da6ab22a779791d79996bc" + }, + { + "name": "WebSockets_Generic", + "version": "2.14.2", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Now supporting websocket only mode for Socket.IO", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.14.2.zip", + "archiveFileName": "WebSockets_Generic-2.14.2.zip", + "size": 1498090, + "checksum": "SHA-256:b50b232b07f6235f506959f58789f4bc5ed3c433d21520cd3bc8586dd7aaf07f" + }, + { + "name": "WebSockets_Generic", + "version": "2.15.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Now supporting websocket only mode for Socket.IO. Ethernet_Generic library is used as default for W5x00", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.15.0.zip", + "archiveFileName": "WebSockets_Generic-2.15.0.zip", + "size": 1506886, + "checksum": "SHA-256:8859ece631983d6df226477fa0b8011d748c43d2262394fcb2d599916a280d78" + }, + { + "name": "WebSockets_Generic", + "version": "2.16.0", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Supporting websocket only mode for Socket.IO. Ethernet_Generic library is used as default for W5x00. Now supporting RP2040W", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.16.0.zip", + "archiveFileName": "WebSockets_Generic-2.16.0.zip", + "size": 1575697, + "checksum": "SHA-256:85dc1a3b7670fda15d503cee2d6bb445ca4ef2f21eb61544075b4947238383aa" + }, + { + "name": "WebSockets_Generic", + "version": "2.16.1", + "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "RFC6455-based WebSockets Server and Client for Arduino boards, such as nRF52, Portenta_H7, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266/ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet or Portenta_H7 WiFi/Ethernet. Supporting websocket only mode for Socket.IO. Ethernet_Generic library is used as default for W5x00. Now supporting RP2040W", + "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, WT32_ETH01, Portenta_H7, etc.", + "website": "https://github.com/khoih-prog/WebSockets_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "providesIncludes": [ + "WebSocketsClient_Generic.h", + "WebSocketsServer_Generic.h", + "SocketIOclient_Generic" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.16.1.zip", + "archiveFileName": "WebSockets_Generic-2.16.1.zip", + "size": 1625653, + "checksum": "SHA-256:9f54969822e4ee818c8d689e0d929b5d21867874320486c4e1c71c98a8ef1cf1" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.1", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "dependencies": [ + { + "name": "MKRWAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.1.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.1.zip", + "size": 11338, + "checksum": "SHA-256:f01035bdd8b97a066b3907538cdcdb1e68cffa1a7525c0bbc0e91a1fe29f98a1" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.3", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.3.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.3.zip", + "size": 15520, + "checksum": "SHA-256:d9116c4c6a06ed55bbcd4ad45ca64a0c1ed84339c1a73e5fddbb78c9f06088ef" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.4", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.4.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.4.zip", + "size": 13891, + "checksum": "SHA-256:fd290f688aaddec0189b77547ee7d0c9600812f11c7161ce43671a586ec6f29a" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.5", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.5.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.5.zip", + "size": 14077, + "checksum": "SHA-256:2b6f2d8cd0d8891275761328e72b1677765d013b775121b5021cd3c3b5e91cbe" + }, + { + "name": "LoRa-payload-BKU", + "version": "0.0.6", + "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", + "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", + "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", + "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.6.zip", + "archiveFileName": "LoRa_payload_BKU-0.0.6.zip", + "size": 14111, + "checksum": "SHA-256:2c736adf2b0ee0770923b9f54c3d68f5cfee8a7790c13f9c3d0552650344007d" + }, + { + "name": "Adafruit AHTX0", + "version": "0.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-0.2.0.zip", + "archiveFileName": "Adafruit_AHTX0-0.2.0.zip", + "size": 71232, + "checksum": "SHA-256:2ae3ffb7f27b9f20af54c3d2ec8ce3a9358ae22b7056e6e92e4f889e96121717" + }, + { + "name": "Adafruit AHTX0", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-1.0.0.zip", + "archiveFileName": "Adafruit_AHTX0-1.0.0.zip", + "size": 71232, + "checksum": "SHA-256:40bbbf91713cf77a736c1bf74e75dd5a1310d7cd1efddd5cbe7ab2ef27d37f5e" + }, + { + "name": "Adafruit AHTX0", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-1.0.1.zip", + "archiveFileName": "Adafruit_AHTX0-1.0.1.zip", + "size": 71229, + "checksum": "SHA-256:0ad707d9e5c986fe0eed2b0ff82c911ce5fe2c47f7ee327ce9c3c5a013bd41b6" + }, + { + "name": "Adafruit AHTX0", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-2.0.0.zip", + "archiveFileName": "Adafruit_AHTX0-2.0.0.zip", + "size": 71227, + "checksum": "SHA-256:998ac7bf8ba903b26cde240ada068fc2c283f99a57724e5f9c6f40394eaa10ca" + }, + { + "name": "Adafruit AHTX0", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-2.0.1.zip", + "archiveFileName": "Adafruit_AHTX0-2.0.1.zip", + "size": 72369, + "checksum": "SHA-256:b8aa1626cbda64804cf6191899381b25ef7fcd134ef2ac8c5878bfdf50e9d996" + }, + { + "name": "Adafruit AHTX0", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-2.0.2.zip", + "archiveFileName": "Adafruit_AHTX0-2.0.2.zip", + "size": 912977, + "checksum": "SHA-256:33931085f8e196570ce75ffa1b04714d6ef933d3304433cf2845cdcfafdca5a1" + }, + { + "name": "Adafruit AHTX0", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-2.0.3.zip", + "archiveFileName": "Adafruit_AHTX0-2.0.3.zip", + "size": 912980, + "checksum": "SHA-256:cfc84ce5e52ac965bf1ef3026aa57f18c5d53b2346dd7fc603281e3f1c78fea3" + }, + { + "name": "Adafruit AHTX0", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AHTX0", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-2.0.5.zip", + "archiveFileName": "Adafruit_AHTX0-2.0.5.zip", + "size": 913019, + "checksum": "SHA-256:21e7896c6883d0aea5aa63aa94d9caee8927890451b74b9e03b04c8e5717470c" + }, + { + "name": "KXTJ3-1057", + "version": "0.0.1", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/KXTJ3-1057", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/KXTJ3-1057.git", + "providesIncludes": [ + "KXTJ3-1057.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/KXTJ3_1057-0.0.1.zip", + "archiveFileName": "KXTJ3_1057-0.0.1.zip", + "size": 2105201, + "checksum": "SHA-256:d594c2e37893b3e43defb8d063b06b2b92fa844848594d43fdd1b2e793a129b3" + }, + { + "name": "KXTJ3-1057", + "version": "0.0.2", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "paragraph": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/KXTJ3-1057", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/KXTJ3-1057.git", + "providesIncludes": [ + "KXTJ3-1057.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/KXTJ3_1057-0.0.2.zip", + "archiveFileName": "KXTJ3_1057-0.0.2.zip", + "size": 2106055, + "checksum": "SHA-256:c66b1a5301c7e45253c37fb47e2cd31b8cffe798db77df67b07a8bf8602028a3" + }, + { + "name": "KXTJ3-1057", + "version": "0.1.0", + "author": "Leonardo Bispo", + "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", + "license": "MIT", + "sentence": "Motion detection without bells and whistles, simply works, low power.", + "website": "https://github.com/ldab/KXTJ3-1057", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ldab/KXTJ3-1057.git", + "providesIncludes": [ + "kxtj3-1057.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ldab/KXTJ3_1057-0.1.0.zip", + "archiveFileName": "KXTJ3_1057-0.1.0.zip", + "size": 1813335, + "checksum": "SHA-256:681b657f8f62d0b02bbb1446c703e8a1c9ee31002497bf9fbee83200cc8c0ba9" + }, + { + "name": "PixhawkArduinoMAVLink", + "version": "1.0.1", + "author": "Shashi Kant Gupta \u003cshashikg.iitk@gmail.com\u003e", + "maintainer": "Shashi Kant Gupta \u003cshashikg.iitk@gmail.com\u003e", + "sentence": "Arduino Library to receive Pixhawk sensor's data", + "paragraph": "Library for using Arduino to recieve Pixhawk's sensor data as well as some other usefull data which you might need. Uses MAVLink C headers files generated from the \u003cardupilotmega.xml\u003e with the help of mavgenerator.", + "website": "https://github.com/shashikg/PixhawkArduinoMAVLink", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shashikg/PixhawkArduinoMAVLink.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shashikg/PixhawkArduinoMAVLink-1.0.1.zip", + "archiveFileName": "PixhawkArduinoMAVLink-1.0.1.zip", + "size": 886458, + "checksum": "SHA-256:c7834e08f14eec2fa9fa0167cb2c74d1c9962602534c5d07d9a844d3d1419b9d" + }, + { + "name": "SimpleSerialShell", + "version": "0.1.0", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.1.0.zip", + "archiveFileName": "SimpleSerialShell-0.1.0.zip", + "size": 14669, + "checksum": "SHA-256:b9eb88d4c9499b968e23067aa1fb13f8d2e485d4e15ecdabf2dc7d19dd8ccef6" + }, + { + "name": "SimpleSerialShell", + "version": "0.1.1", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.1.1.zip", + "archiveFileName": "SimpleSerialShell-0.1.1.zip", + "size": 14780, + "checksum": "SHA-256:1cae95416dd7633e59d04da8427de84b541b02a7217b8032d772c394f61292bd" + }, + { + "name": "SimpleSerialShell", + "version": "0.2.0", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.0.zip", + "archiveFileName": "SimpleSerialShell-0.2.0.zip", + "size": 23560, + "checksum": "SHA-256:e1936717fa62b5c86c00c5451ca62ecec615dd73d2083d069a7d43421774bcd4" + }, + { + "name": "SimpleSerialShell", + "version": "0.2.1", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.1.zip", + "archiveFileName": "SimpleSerialShell-0.2.1.zip", + "size": 26474, + "checksum": "SHA-256:0967329da059c1aadb8499040a360f9e6393e9349134bc040d1ac6411394afbb" + }, + { + "name": "SimpleSerialShell", + "version": "0.2.2", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.2.zip", + "archiveFileName": "SimpleSerialShell-0.2.2.zip", + "size": 33483, + "checksum": "SHA-256:d45e7a9e7a9447a818276cb00a700e19b8292f0663480742f79b453c2e14cd17" + }, + { + "name": "SimpleSerialShell", + "version": "0.2.3", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.3.zip", + "archiveFileName": "SimpleSerialShell-0.2.3.zip", + "size": 41344, + "checksum": "SHA-256:c695e29ed1e7e49b6c8ef803056803b3abeef7559521a35d26979308bf8351f7" + }, + { + "name": "SimpleSerialShell", + "version": "0.9.0", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.9.0.zip", + "archiveFileName": "SimpleSerialShell-0.9.0.zip", + "size": 48257, + "checksum": "SHA-256:16deda6d5884147f0e686574378bcebf9163b5209627fddc68f23c25138e3af7" + }, + { + "name": "SimpleSerialShell", + "version": "0.9.1", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.9.1.zip", + "archiveFileName": "SimpleSerialShell-0.9.1.zip", + "size": 48357, + "checksum": "SHA-256:3651e23e98199f6de92b374135bd0abe6a71d05a7dae881c25f7dee310f8fe7d" + }, + { + "name": "SimpleSerialShell", + "version": "0.9.2", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.9.2.zip", + "archiveFileName": "SimpleSerialShell-0.9.2.zip", + "size": 48783, + "checksum": "SHA-256:438b62b8217515a5ab21f929627e8b4ecf68b4ee6396e11ca1d987f9ac827f64" + }, + { + "name": "SimpleSerialShell", + "version": "1.0.0", + "author": "Phil Jansen", + "maintainer": "Phil Jansen", + "sentence": "Simple serial text shell for sending commands to Arduino board.", + "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", + "website": "https://github.com/philj404/SimpleSerialShell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/philj404/SimpleSerialShell.git", + "providesIncludes": [ + "SimpleSerialShell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-1.0.0.zip", + "archiveFileName": "SimpleSerialShell-1.0.0.zip", + "size": 48853, + "checksum": "SHA-256:58943dae19dd574bd86f8ff929c0c863805a14d03bfe7782666ac4bda40a3d09" + }, + { + "name": "ESPPerfectTime", + "version": "0.1.0", + "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.0.zip", + "archiveFileName": "ESPPerfectTime-0.1.0.zip", + "size": 18255, + "checksum": "SHA-256:3000840ab99ff8e6578387244c3a31582217b166f1250f8045e7401d42fa3276" + }, + { + "name": "ESPPerfectTime", + "version": "0.1.2", + "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.2.zip", + "archiveFileName": "ESPPerfectTime-0.1.2.zip", + "size": 20481, + "checksum": "SHA-256:1b3c5cd297f68288cd5df8bb11daf3a5777027e0057098fb70b3ea9bbb9ea7aa" + }, + { + "name": "ESPPerfectTime", + "version": "0.1.3", + "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", + "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.3.zip", + "archiveFileName": "ESPPerfectTime-0.1.3.zip", + "size": 22229, + "checksum": "SHA-256:6a8d46298e6b0c54becaba75acfc74e2e43971124f8047b307d34831524cbb00" + }, + { + "name": "ESPPerfectTime", + "version": "0.2.0", + "author": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "license": "BSD-3-Clause", + "sentence": "SNTP library that provides more accurate time for ESP8266/ESP32.", + "paragraph": "Handles leap seconds in STEP mode, and calculates round-trip delay on synchronization.", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.2.0.zip", + "archiveFileName": "ESPPerfectTime-0.2.0.zip", + "size": 22706, + "checksum": "SHA-256:8842d400a017b4554ea915d245555efdad9f3510e27fefddcb095425d1a81916" + }, + { + "name": "ESPPerfectTime", + "version": "0.3.0", + "author": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "maintainer": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", + "license": "BSD-3-Clause", + "sentence": "SNTP library that provides more accurate time for ESP8266/ESP32.", + "paragraph": "Handles leap seconds in STEP mode, and calculates round-trip delay on synchronization.", + "website": "https://github.com/hunamizawa/ESPPerfectTime", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.3.0.zip", + "archiveFileName": "ESPPerfectTime-0.3.0.zip", + "size": 53715, + "checksum": "SHA-256:9799e483ba196fc7beecd314fda8b40a25e8d7908482077520c56789c3148311" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": [ + "AKC695X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.1.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.1.zip", + "size": 959630, + "checksum": "SHA-256:6c3f74f3520a730962b1254608ec8e1e3b7114e0176b1cd9bfa0c7966496d4cd" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": [ + "AKC695X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.2.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.2.zip", + "size": 878852, + "checksum": "SHA-256:77e9e438bf35d1a131b3c65f52e569aef346836e18ca78c9e6333ad8839a7394" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": [ + "AKC695X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.5.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.5.zip", + "size": 6119445, + "checksum": "SHA-256:0a7081088aba77ff1860053daca495393cbd5e254f330b21e128fb137b1ffd79" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": [ + "AKC695X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.6.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.6.zip", + "size": 6201424, + "checksum": "SHA-256:7b314ecbf48edbcfea2bad872310b773237568b3065f035ab7a53b8a8b9b52aa" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC6955 Family (AKC6951, AKC6955 and AKC6959) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC6955 Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": [ + "AKC695X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.7.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.7.zip", + "size": 6279970, + "checksum": "SHA-256:9b9b8ce4d694794994fdc6db3c82916fbb2bd9bf59a3ff07ac1fc5e01b0ea37d" + }, + { + "name": "PU2CLR AKC695X", + "version": "1.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC6955 Family (AKC6951, AKC6955 and AKC6959) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface for controlling the IC AKC6955 Family.", + "website": "https://github.com/pu2clr/AKC695X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/AKC695X.git", + "providesIncludes": [ + "AKC695X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.8.zip", + "archiveFileName": "PU2CLR_AKC695X-1.0.8.zip", + "size": 6281200, + "checksum": "SHA-256:0a562214a5e58d16fa334917077b669af9e91dc9458537db4be51cff96b28fda" + }, + { + "name": "ModernPIDControlSS", + "version": "1.0.0", + "author": "Oluwasegun Somefun", + "maintainer": "Oluwasegun Somefun", + "sentence": "Modern PID Control Architecture and CPLMFC Tuning", + "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", + "website": "http://github.com/somefunagba/ModernPIDControlSS", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.0.0.zip", + "archiveFileName": "ModernPIDControlSS-1.0.0.zip", + "size": 14673, + "checksum": "SHA-256:cb782e9e820d52b64ee9bf7253bae98844f8924641dd1cd7f2ace17d707b3be7" + }, + { + "name": "ModernPIDControlSS", + "version": "1.1.0", + "author": "Oluwasegun Somefun", + "maintainer": "Oluwasegun Somefun", + "sentence": "Modern PID Control Architecture and CPLMFC Tuning", + "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", + "website": "http://github.com/somefunagba/ModernPIDControlSS", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.1.0.zip", + "archiveFileName": "ModernPIDControlSS-1.1.0.zip", + "size": 26063, + "checksum": "SHA-256:5da04b7257f35543ca9593a0d939c912c75d3a9bc3655af018c627043e29a0cc" + }, + { + "name": "ModernPIDControlSS", + "version": "1.1.1", + "author": "Oluwasegun Somefun", + "maintainer": "Oluwasegun Somefun", + "sentence": "Modern PID Control Architecture and CPLMFC Tuning", + "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", + "website": "http://github.com/somefunagba/ModernPIDControlSS", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.1.1.zip", + "archiveFileName": "ModernPIDControlSS-1.1.1.zip", + "size": 26140, + "checksum": "SHA-256:ca431927052046c8055a8caef7a80d10f40cd5c55ce5ef7e7ea44a4907d9c753" + }, + { + "name": "ModernPIDControlSS", + "version": "1.1.2", + "author": "Oluwasegun Somefun", + "maintainer": "Oluwasegun Somefun", + "sentence": "Modern PID Control Architecture and CPLMFC Tuning", + "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", + "website": "http://github.com/somefunagba/ModernPIDControlSS", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.1.2.zip", + "archiveFileName": "ModernPIDControlSS-1.1.2.zip", + "size": 26996, + "checksum": "SHA-256:471b7ed083014064b2ceee82ce5809aa6d945577f2c37fc2a9efce7a8f34b08a" + }, + { + "name": "RTC", + "version": "1.0.0", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for I2C based RTCs.", + "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", + "website": "https://github.com/cvmanjoo/RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cvmanjoo/RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.0.zip", + "archiveFileName": "RTC-1.0.0.zip", + "size": 1445586, + "checksum": "SHA-256:09d3971a77f530928e888106663b574abef8181800a2e2495c6100754b483b41" + }, + { + "name": "RTC", + "version": "1.0.1", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for I2C based RTCs (DS1307, DS3231, PCF8563).", + "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", + "website": "https://github.com/cvmanjoo/RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cvmanjoo/RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.1.zip", + "archiveFileName": "RTC-1.0.1.zip", + "size": 1445707, + "checksum": "SHA-256:5e20cdcf90fece42b8be68f48a6ec42c157dd6e874f972fa6c6256febeebea13" + }, + { + "name": "RTC", + "version": "1.0.2", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for I2C based RTCs (DS1307, DS3231, PCF8563).", + "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", + "website": "https://github.com/cvmanjoo/RTC", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cvmanjoo/RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.2.zip", + "archiveFileName": "RTC-1.0.2.zip", + "size": 1449964, + "checksum": "SHA-256:792d7081224dc439e12675cd2d308493bfc1a5ac9959d60b89bfd717538d4a8a" + }, + { + "name": "RTC", + "version": "1.6.0", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for I2C based RTCs (DS1307, DS3231, PCF8563).", + "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", + "website": "https://github.com/cvmanjoo/RTC", + "category": "Timing", + "architectures": [ + "avr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cvmanjoo/RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.6.0.zip", + "archiveFileName": "RTC-1.6.0.zip", + "size": 1455654, + "checksum": "SHA-256:69638bad2d899941549b5b984cb0250b02b8d91f5c0f44bd168b49b9b6a0815a" + }, + { + "name": "Adafruit SHTC3 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHTC3", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SHTC3.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHTC3_Library-1.0.0.zip", + "archiveFileName": "Adafruit_SHTC3_Library-1.0.0.zip", + "size": 8431, + "checksum": "SHA-256:e851a5266b25a227fb11f824aaa5e06860eb90b54d81f9b76437cb9d8dff4e5a" + }, + { + "name": "Adafruit SHTC3 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHTC3", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SHTC3.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHTC3_Library-1.0.1.zip", + "archiveFileName": "Adafruit_SHTC3_Library-1.0.1.zip", + "size": 8414, + "checksum": "SHA-256:cd40d6b80f3d268521b1c0d800e956f1fe4f3e711ffc042b8ddf034343147650" + }, + { + "name": "GFX_Root", + "version": "1.8.2", + "author": "Adafruit, modified", + "maintainer": "Jean-Marc Zingg", + "sentence": "Root class extract of Adafruit GFX graphics core library", + "paragraph": "Named GFX_Root to co-exist with Adafruit_GFX", + "website": "https://github.com/ZinggJM/GFX_Root", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GFX_Root.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Root-1.8.2.zip", + "archiveFileName": "GFX_Root-1.8.2.zip", + "size": 304611, + "checksum": "SHA-256:4f03e8986760308ebe1c5e78990fae8ee62d835a85598110ebab78ea616dde1c" + }, + { + "name": "GFX_Root", + "version": "2.0.0", + "author": "Adafruit, modified", + "maintainer": "Jean-Marc Zingg", + "sentence": "Root class extract of Adafruit GFX graphics core library", + "paragraph": "Named GFX_Root to co-exist with Adafruit_GFX", + "website": "https://github.com/ZinggJM/GFX_Root", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GFX_Root.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Root-2.0.0.zip", + "archiveFileName": "GFX_Root-2.0.0.zip", + "size": 316062, + "checksum": "SHA-256:4759740b8194396c290629e388dc1b9107159bf155290098977da75b2d7ca23d" + }, + { + "name": "TelnetStream2", + "version": "1.0.0", + "author": "Ameer Dawood", + "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/ameer1234567890/TelnetStream", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ameer1234567890/TelnetStream2.git", + "providesIncludes": [ + "TelnetStream2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/TelnetStream2-1.0.0.zip", + "archiveFileName": "TelnetStream2-1.0.0.zip", + "size": 15916, + "checksum": "SHA-256:b6cc96f39383730f08147ad1701901ff2fd33d49e0b87d53a662ef2b96f69050" + }, + { + "name": "ESP8266_LED_64x16_Matrix", + "version": "1.0.0", + "author": "Qi Sun", + "maintainer": "Qi Sun", + "sentence": "ESP8266 driver to run LED matrix.", + "paragraph": "ESP8266 driver to run LED matrix 64x16, and can be modified to support 64x32, supporting ASCII encoding only.", + "website": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/qisun1/ESP8266_LED_64x16_Matrix-1.0.0.zip", + "archiveFileName": "ESP8266_LED_64x16_Matrix-1.0.0.zip", + "size": 159342, + "checksum": "SHA-256:a13b6b262f5b077b038f5f39d837deb3a23d5e93d9ad675048a48a7321d74d83" + }, + { + "name": "ESP8266_LED_64x16_Matrix", + "version": "1.1.0", + "author": "Qi Sun", + "maintainer": "Qi Sun", + "sentence": "ESP8266 driver to run LED matrix.", + "paragraph": "ESP8266 driver to run LED matrix 64x16, and can be modified to support 64x32, supporting ASCII encoding only.", + "website": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix", + "category": "Display", + "architectures": [ + "ESP8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/qisun1/ESP8266_LED_64x16_Matrix-1.1.0.zip", + "archiveFileName": "ESP8266_LED_64x16_Matrix-1.1.0.zip", + "size": 159294, + "checksum": "SHA-256:4c7e847fe695633babde040c0e6ba5b83d9df8b49422881ae73a4a6afa1cda80" + }, + { + "name": "Flicker", + "version": "1.0.4", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for making capacitive touch easy to use.", + "paragraph": "Includes all the functions found in the Bounce library, smoothes eratic values to make variable input more useful and includes functions for measuring velocity.", + "website": "https://github.com/joshnishikawa/Flicker", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/Flicker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/Flicker-1.0.4.zip", + "archiveFileName": "Flicker-1.0.4.zip", + "size": 17894, + "checksum": "SHA-256:d8c3fa53e6f495b42436eb3ee7e79403a95befe5348dcbe00ca1ca86c870fa77" + }, + { + "name": "Flicker", + "version": "1.1.4", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for making capacitive touch easy to use.", + "paragraph": "Includes all the functions found in the Bounce library, smoothes eratic values to make variable input more useful and includes functions for measuring velocity.", + "website": "https://github.com/joshnishikawa/Flicker", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/Flicker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/Flicker-1.1.4.zip", + "archiveFileName": "Flicker-1.1.4.zip", + "size": 19072, + "checksum": "SHA-256:1a27029f20c581cfcb242731d288b6505a629274c247b1c64316d9e275ae2d1d" + }, + { + "name": "Flicker", + "version": "2.0.0", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for making capacitive touch easy to use.", + "paragraph": "Includes all the functions found in the Bounce library, smoothes eratic values to make variable input more useful and includes a class for measuring velocity.", + "website": "https://github.com/joshnishikawa/Flicker", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/Flicker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/Flicker-2.0.0.zip", + "archiveFileName": "Flicker-2.0.0.zip", + "size": 19046, + "checksum": "SHA-256:9363872e678dc15194eef46f62edbe47bd18b33a41d4a9292be4797e9c3aee8c" + }, + { + "name": "Sony9PinRemote", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.0.zip", + "archiveFileName": "Sony9PinRemote-0.1.0.zip", + "size": 15962, + "checksum": "SHA-256:84876c954377774f871286eda0861805adaa73149fced7de49612ab49acf5c4b" + }, + { + "name": "Sony9PinRemote", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.1.zip", + "archiveFileName": "Sony9PinRemote-0.1.1.zip", + "size": 18764, + "checksum": "SHA-256:1e94350a0434dc0b51257d1d660c5a396649e2c795cb809a8e83d6e2b06cd220" + }, + { + "name": "Sony9PinRemote", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.2.zip", + "archiveFileName": "Sony9PinRemote-0.1.2.zip", + "size": 18817, + "checksum": "SHA-256:795175fff0fadb18f3e4211efa1fd3adc756f04d6a9b843df0aa66d076c9055c" + }, + { + "name": "Sony9PinRemote", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.2.0.zip", + "archiveFileName": "Sony9PinRemote-0.2.0.zip", + "size": 126911, + "checksum": "SHA-256:c0774cce3b0514e72196b77ac176c6108eebcad1f8eab5a8b448d37dd51b2eaf" + }, + { + "name": "Sony9PinRemote", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.2.1.zip", + "archiveFileName": "Sony9PinRemote-0.2.1.zip", + "size": 127258, + "checksum": "SHA-256:8ea29512ecb1037edb894c6193067b4ef13f89980542ce742193325777f93ce0" + }, + { + "name": "Sony9PinRemote", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Sony9PinRemote.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxTypeTraits" + }, + { + "name": "DebugLog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.3.0.zip", + "archiveFileName": "Sony9PinRemote-0.3.0.zip", + "size": 60934, + "checksum": "SHA-256:e269ec91216a09d3fd36ee52ed8413606f7b24085516ef0330893ca4b8989764" + }, + { + "name": "PCA9685_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.0.zip", + "archiveFileName": "PCA9685_RT-0.2.0.zip", + "size": 7979, + "checksum": "SHA-256:8665d0b68f2b5aba01735de3c970059e5ced42ec6a10d77c44bf414f0b79ee2e" + }, + { + "name": "PCA9685_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.1.zip", + "archiveFileName": "PCA9685_RT-0.2.1.zip", + "size": 7977, + "checksum": "SHA-256:52580a9816d570cb2b9daeb8ffcbde933fb4a45d7bd7f8da3227b08ef780a8e9" + }, + { + "name": "PCA9685_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.2.zip", + "archiveFileName": "PCA9685_RT-0.2.2.zip", + "size": 8208, + "checksum": "SHA-256:a25f46ad4f2c28f6a066cdabd01e38d685567582fe5414c885dc3405ba4694d7" + }, + { + "name": "PCA9685_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.0.zip", + "archiveFileName": "PCA9685_RT-0.3.0.zip", + "size": 15228, + "checksum": "SHA-256:0d0faa88c5de143142a51debbb20ea2598beec066917c9fd8965fd91ee5fd1f8" + }, + { + "name": "PCA9685_RT", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.1.zip", + "archiveFileName": "PCA9685_RT-0.3.1.zip", + "size": 16722, + "checksum": "SHA-256:c48e9706948b955fa4c865752aceda0dfa1e4ea25b077cec8f6fdb54ecf1bc70" + }, + { + "name": "PCA9685_RT", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.2.zip", + "archiveFileName": "PCA9685_RT-0.3.2.zip", + "size": 16717, + "checksum": "SHA-256:9a757409f7076b3b8c42ec1e4873a2571824b16db0828e441c9d91c6841ed14c" + }, + { + "name": "PCA9685_RT", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.3.zip", + "archiveFileName": "PCA9685_RT-0.3.3.zip", + "size": 17356, + "checksum": "SHA-256:d8142151d895878ded827e9efcfa11f3339569b1598c93efe5618084533f9c4b" + }, + { + "name": "PCA9685_RT", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.4.zip", + "archiveFileName": "PCA9685_RT-0.3.4.zip", + "size": 17638, + "checksum": "SHA-256:bb6e7af3d947196f1671b7bfad2ab790d7e965ac10e2af8689741359822e67cd" + }, + { + "name": "PCA9685_RT", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.4.0.zip", + "archiveFileName": "PCA9685_RT-0.4.0.zip", + "size": 20016, + "checksum": "SHA-256:fe479ae213689659224bd690a82381b0df3cf297b96c6fcc8a01e65aed80a6ac" + }, + { + "name": "PCA9685_RT", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.4.1.zip", + "archiveFileName": "PCA9685_RT-0.4.1.zip", + "size": 20432, + "checksum": "SHA-256:33472ece39df5c1b5b45aa52861ad874d886af8155a1351d89598a001540f9ac" + }, + { + "name": "PCA9685_RT", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.4.2.zip", + "archiveFileName": "PCA9685_RT-0.4.2.zip", + "size": 22991, + "checksum": "SHA-256:a45e140cf1bdc818bd7c381f6b521c4a9c88b9c0091d895d93cba80ae0e0a4bb" + }, + { + "name": "PCA9685_RT", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C PCA9685 16 channel PWM", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.5.0.zip", + "archiveFileName": "PCA9685_RT-0.5.0.zip", + "size": 22982, + "checksum": "SHA-256:95da1061144b3e4b32f828e6878f16a84930a078d40303740516b1fc260a3921" + }, + { + "name": "PCA9685_RT", + "version": "0.5.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9685 I2C LED driver, 16 channel PWM, 12 bit.", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.5.1.zip", + "archiveFileName": "PCA9685_RT-0.5.1.zip", + "size": 23257, + "checksum": "SHA-256:82486fb62307bed94e32ca0b9eacaeae7ae1fb67ae90f3529d6e31273d9f7837" + }, + { + "name": "PCA9685_RT", + "version": "0.6.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9685 I2C LED driver, 16 channel PWM, 12 bit.", + "website": "https://github.com/RobTillaart/PCA9685_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "providesIncludes": [ + "PCA9685.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.6.0.zip", + "archiveFileName": "PCA9685_RT-0.6.0.zip", + "size": 23511, + "checksum": "SHA-256:a6d374cababc6e027e3e205bc0c094974748a2b3ac20ea15032f34c61ca73cfc" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.3.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.3.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.3.0.zip", + "size": 459302, + "checksum": "SHA-256:e4faf80ec933f2f4a5658995dfb350a8ce7454889dda6904abd91f68713f0249" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.4.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.4.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.4.0.zip", + "size": 626013, + "checksum": "SHA-256:11d762da7e35d19b1b2c667307433810f220ed497ea9ac66d046cd1d2334671d" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.5.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.5.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.5.0.zip", + "size": 1579209, + "checksum": "SHA-256:73aab84034ff7d9df178900d203885012aa0e2cbdf3cdc63ae756196c2fa4d52" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.6.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.6.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.6.0.zip", + "size": 2004462, + "checksum": "SHA-256:f80855b355b0f4c1dd1d4cf4f7583b12882a32ce8a99b125ae865044a9da6118" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.7.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.7.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.7.0.zip", + "size": 2005705, + "checksum": "SHA-256:7c016d5fc6629bdcda7c75e25d5d6bdc4218656dcf9b4a988dd3d8b74650f2dc" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.8.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.8.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.8.0.zip", + "size": 2128478, + "checksum": "SHA-256:6d935f6d527e847d47e43c2489593df293f2e61b5fd2f04cdf1f3a3920b9caef" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "0.9.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.9.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-0.9.0.zip", + "size": 2448076, + "checksum": "SHA-256:b9c92e7a2591079620b018163af41c3e5b3c9593efda1a70371fca389f105e16" + }, + { + "name": "TensorFlowLite_ESP32", + "version": "1.0.0", + "author": "TensorFlow Authors", + "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", + "sentence": "Allows you to run machine learning models locally on your ESP32 device.", + "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", + "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", + "providesIncludes": [ + "TensorFlowLite_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-1.0.0.zip", + "archiveFileName": "TensorFlowLite_ESP32-1.0.0.zip", + "size": 3213861, + "checksum": "SHA-256:5da0e5a80a240d75527bd8eb2eaabbb297ba18663e69392fba8a4767925f1b38" + }, + { + "name": "SHEX", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.1.0.zip", + "archiveFileName": "SHEX-0.1.0.zip", + "size": 5910, + "checksum": "SHA-256:7cc5f2a609913abbb0c4904f9ed0cb0f5fb92d97da3e539f082d2e00cd2afbae" + }, + { + "name": "SHEX", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.1.1.zip", + "archiveFileName": "SHEX-0.1.1.zip", + "size": 5910, + "checksum": "SHA-256:9bd8bd4d2faf98fa3d27abbde5a06f239fe94017ee43d58d6e33ba7f0e5aa54f" + }, + { + "name": "SHEX", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.2.0.zip", + "archiveFileName": "SHEX-0.2.0.zip", + "size": 7847, + "checksum": "SHA-256:8544b93123b3d62bb5a81f8d9ee977f591bb4c3812a987915631ce1cb303f507" + }, + { + "name": "SHEX", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.2.1.zip", + "archiveFileName": "SHEX-0.2.1.zip", + "size": 8095, + "checksum": "SHA-256:c2c68fcb1a3f7bc7a993b2fe05e6c644731f73ed5f2e5b7fe94c3a4139481f3d" + }, + { + "name": "SHEX", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.2.2.zip", + "archiveFileName": "SHEX-0.2.2.zip", + "size": 8353, + "checksum": "SHA-256:4c15da164902b5d80558190b022ae37b9bf4c4d3657b7ae47f8ade541f370205" + }, + { + "name": "SHEX", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.2.3.zip", + "archiveFileName": "SHEX-0.2.3.zip", + "size": 9507, + "checksum": "SHA-256:5a0e91956e20645d15e02c484e5afe21799c2fc5d7dd482bbf7e7c3bc879d1d2" + }, + { + "name": "SHEX", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "paragraph": "SHEXA derived class with ASCII column.", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.3.0.zip", + "archiveFileName": "SHEX-0.3.0.zip", + "size": 11858, + "checksum": "SHA-256:022cf4d175b3c1ca80f0db72ad1bab8f52a73db640582bd588d98648b459c403" + }, + { + "name": "SHEX", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "paragraph": "SHEXA derived class with ASCII column.", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.3.1.zip", + "archiveFileName": "SHEX-0.3.1.zip", + "size": 12376, + "checksum": "SHA-256:b317062ded2a1c5b8c8a28d59703c442d2560b3665c46b0c8880dab39846b0a3" + }, + { + "name": "SHEX", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "paragraph": "SHEXA derived class with ASCII column.", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.3.2.zip", + "archiveFileName": "SHEX-0.3.2.zip", + "size": 13067, + "checksum": "SHA-256:d55385c585159b9e3fbb5b192cbca3fbcc14e4fb343b95f381239566c6d2c842" + }, + { + "name": "SHEX", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate hex dump over Serial", + "paragraph": "SHEXA derived class with ASCII column.", + "website": "https://github.com/RobTillaart/SHEX", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHEX.git", + "providesIncludes": [ + "SHEX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.3.3.zip", + "archiveFileName": "SHEX-0.3.3.zip", + "size": 13259, + "checksum": "SHA-256:ab2171113f878ca07be773f35b70594e14d176efaafd97bc238ee4a45dbbaafc" + }, + { + "name": "TSD305lib", + "version": "1.0.0", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "http://github.com/pranjal-joshi/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.0.zip", + "archiveFileName": "TSD305lib-1.0.0.zip", + "size": 6402, + "checksum": "SHA-256:5be551b699cc5c23fddbfc8474b3c716e214d7b754f36a7363f843967d40d634" + }, + { + "name": "TSD305lib", + "version": "1.0.1", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.1.zip", + "archiveFileName": "TSD305lib-1.0.1.zip", + "size": 6396, + "checksum": "SHA-256:6fb1af3d2dc203095f892769ecc5feb4f7b334d40dc57e1e21da37a06dceaa54" + }, + { + "name": "TSD305lib", + "version": "1.0.2", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.2.zip", + "archiveFileName": "TSD305lib-1.0.2.zip", + "size": 6396, + "checksum": "SHA-256:f16ccec11294cd8868d252a5c4eec84e467acfa582317de2245fe942edb17eb2" + }, + { + "name": "TSD305lib", + "version": "1.0.3", + "author": "Pranjal Joshi", + "maintainer": "Pranjal Joshi", + "sentence": "TSD305 IR thermopile library for Arduino", + "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", + "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.3.zip", + "archiveFileName": "TSD305lib-1.0.3.zip", + "size": 6616, + "checksum": "SHA-256:4056c73964fc42c0810edb5eee89f999816ce0f64ecfaa242ddfb3920b6dc448" + }, + { + "name": "PulseRainUARTConsole", + "version": "1.0.1", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Arduino Library for UART Console", + "paragraph": "Use this library to create a UART Console", + "website": "https://github.com/PulseRain/PulseRainUARTConsole", + "category": "Signal Input/Output", + "architectures": [ + "Reindeer" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/PulseRainUARTConsole.git", + "providesIncludes": [ + "PulseRainUARTConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/PulseRainUARTConsole-1.0.1.zip", + "archiveFileName": "PulseRainUARTConsole-1.0.1.zip", + "size": 8742, + "checksum": "SHA-256:91cf5285c67219fae64205df42df412469b46c46cb7330afb538a0086c0a1048" + }, + { + "name": "PulseRainUARTConsole", + "version": "1.0.2", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Arduino Library for UART Console", + "paragraph": "Use this library to create a UART Console", + "website": "https://github.com/PulseRain/PulseRainUARTConsole", + "category": "Signal Input/Output", + "architectures": [ + "Reindeer" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/PulseRainUARTConsole.git", + "providesIncludes": [ + "PulseRainUARTConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/PulseRainUARTConsole-1.0.2.zip", + "archiveFileName": "PulseRainUARTConsole-1.0.2.zip", + "size": 8801, + "checksum": "SHA-256:db3c8cae48e4031dafbcc1acaa51d95da0d1def25378fdd0f28f1da149c48139" + }, + { + "name": "PulseRainUARTConsole", + "version": "1.0.3", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Arduino Library for UART Console", + "paragraph": "Use this library to create a UART Console", + "website": "https://github.com/PulseRain/PulseRainUARTConsole", + "category": "Signal Input/Output", + "architectures": [ + "Reindeer" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/PulseRainUARTConsole.git", + "providesIncludes": [ + "PulseRainUARTConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/PulseRainUARTConsole-1.0.3.zip", + "archiveFileName": "PulseRainUARTConsole-1.0.3.zip", + "size": 8751, + "checksum": "SHA-256:be09bc1b9ba0cccffc9646908dcc0eeeac439809acc50cebb508a9468b6f15c5" + }, + { + "name": "PulseRainUARTConsole", + "version": "1.0.4", + "author": "PulseRain", + "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", + "sentence": "Arduino Library for UART Console", + "paragraph": "Use this library to create a UART Console", + "website": "https://github.com/PulseRain/PulseRainUARTConsole", + "category": "Signal Input/Output", + "architectures": [ + "Reindeer", + "GRV3000D" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PulseRain/PulseRainUARTConsole.git", + "providesIncludes": [ + "PulseRainUARTConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/PulseRainUARTConsole-1.0.4.zip", + "archiveFileName": "PulseRainUARTConsole-1.0.4.zip", + "size": 8762, + "checksum": "SHA-256:fd108ec52ababeb21379624fbd2a5ecb1aa50110b79c84dd5f78dd6720e87326" + }, + { + "name": "SinricPro_Generic", + "version": "2.4.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32, Teensy, SAM DUE with Amazon Alexa or Google Home", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.4.0.zip", + "archiveFileName": "SinricPro_Generic-2.4.0.zip", + "size": 2512538, + "checksum": "SHA-256:2437109d330a33aa38f171b5923b17cbab4849eacb16fdcec7e9d5b10a83f67a" + }, + { + "name": "SinricPro_Generic", + "version": "2.5.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.5.1.zip", + "archiveFileName": "SinricPro_Generic-2.5.1.zip", + "size": 2917223, + "checksum": "SHA-256:6d5f9c82da334865a0022b8eb153467f77887a96be7d38e6d7f178f7246866bb" + }, + { + "name": "SinricPro_Generic", + "version": "2.6.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", + "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.6.1.zip", + "archiveFileName": "SinricPro_Generic-2.6.1.zip", + "size": 4303211, + "checksum": "SHA-256:8510f439e998025786477acdf97bbeb0808898ff93ebe586d20eaefa6c10fd81" + }, + { + "name": "SinricPro_Generic", + "version": "2.7.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.7.0.zip", + "archiveFileName": "SinricPro_Generic-2.7.0.zip", + "size": 4385091, + "checksum": "SHA-256:5370de0df7938c0423c87352278f2a9470d2440af5c8a11fdaede8a8c0e0303f" + }, + { + "name": "SinricPro_Generic", + "version": "2.7.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.7.4.zip", + "archiveFileName": "SinricPro_Generic-2.7.4.zip", + "size": 4382923, + "checksum": "SHA-256:5c66e6f7ec57b999a807240ff33e81d8878edb2e00b111a39402f88b4c8350fd" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.0", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.0.zip", + "archiveFileName": "SinricPro_Generic-2.8.0.zip", + "size": 7672742, + "checksum": "SHA-256:e3eb843f192c12577a0aa414d87a57e5304c761f1804294782fb955bb7178c58" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.1.zip", + "archiveFileName": "SinricPro_Generic-2.8.1.zip", + "size": 7813582, + "checksum": "SHA-256:69e320d41194bec0f1a8ca9da6d3b6cc6eebed118696b6c49b5f71696102c1a2" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, WT32_ETH01, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.2.zip", + "archiveFileName": "SinricPro_Generic-2.8.2.zip", + "size": 8356232, + "checksum": "SHA-256:63a402aebc72f8a813d04fe21584f7ca82b49382da9a7f2795eeaf09aadc2509" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, WT32_ETH01, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.3.zip", + "archiveFileName": "SinricPro_Generic-2.8.3.zip", + "size": 8599362, + "checksum": "SHA-256:601ab229aa085863adb254fbf3fc61aa9d6d98dde4631afcad0cf36a5d45cca6" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.4", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, WT32_ETH01, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.4.zip", + "archiveFileName": "SinricPro_Generic-2.8.4.zip", + "size": 8662683, + "checksum": "SHA-256:c27ce7149e7ea8a4c519add641464f1f5ae147d7a4322f5da04af639644bfdef" + }, + { + "name": "SinricPro_Generic", + "version": "2.8.5", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "CC-BY-SA", + "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", + "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, WT32_ETH01, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO), Portenta_H7 using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, Portenta Ethernet, with Amazon Alexa or Google Home.", + "website": "https://github.com/khoih-prog/SinricPro_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "providesIncludes": [ + "SinricPro_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.5.zip", + "archiveFileName": "SinricPro_Generic-2.8.5.zip", + "size": 8913725, + "checksum": "SHA-256:d9470d44495bb2a6504b8f20a7eeb9e9bce601d70550282739a13f2dfb5717e9" + }, + { + "name": "PCF8574", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.1.9.zip", + "archiveFileName": "PCF8574-0.1.9.zip", + "size": 11604, + "checksum": "SHA-256:9252dd99e92f9515e69dd43c50c9b72096f54c7ae20a20dda46b40deca5c6be4" + }, + { + "name": "PCF8574", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.1.zip", + "archiveFileName": "PCF8574-0.2.1.zip", + "size": 11606, + "checksum": "SHA-256:58bdf7d951d443668acf687a7461a3fe3a87ba8e0c7b0ba3fb0e21029c91805a" + }, + { + "name": "PCF8574", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.2.zip", + "archiveFileName": "PCF8574-0.2.2.zip", + "size": 13571, + "checksum": "SHA-256:7a754ca471fc7b669a34eb2fc050d4c18e7d998ac5c1ff70ad94237dbc994e34" + }, + { + "name": "PCF8574", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.3.zip", + "archiveFileName": "PCF8574-0.2.3.zip", + "size": 13750, + "checksum": "SHA-256:81d182276e81ea5c855f1577dd8e55f6e0b84db43e6249b7ea47d67e443a12f7" + }, + { + "name": "PCF8574", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.4.zip", + "archiveFileName": "PCF8574-0.2.4.zip", + "size": 863627, + "checksum": "SHA-256:742f782bba77583ec5e6c35a5974027efc93e7cd54d1943ae22a55753604041e" + }, + { + "name": "PCF8574", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.0.zip", + "archiveFileName": "PCF8574-0.3.0.zip", + "size": 866539, + "checksum": "SHA-256:21be14d3c3903a6560f84aeeb66d1cad30f3a9ca642022f67c480d556dd14a94" + }, + { + "name": "PCF8574", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.1.zip", + "archiveFileName": "PCF8574-0.3.1.zip", + "size": 867756, + "checksum": "SHA-256:9ec8af1274b65b172aedbcd383de46d4ef5d2eecd706cd9b2e52dcdfaa84eb3b" + }, + { + "name": "PCF8574", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.2.zip", + "archiveFileName": "PCF8574-0.3.2.zip", + "size": 869592, + "checksum": "SHA-256:5e16e3a496a8070f8e8180398af24d66e1b13afb040c9c34c19d9cf13efec8a8" + }, + { + "name": "PCF8574", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.3.zip", + "archiveFileName": "PCF8574-0.3.3.zip", + "size": 870186, + "checksum": "SHA-256:8652e0a4fadb6a8ca78c9183e392b9805f9c332f96cd8ed4637e40e2bd5935ef" + }, + { + "name": "PCF8574", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.4.zip", + "archiveFileName": "PCF8574-0.3.4.zip", + "size": 870708, + "checksum": "SHA-256:330f960adfc49fabbe1aa1d16310347d1c5ab67c3505af5b654ef5eab63a7371" + }, + { + "name": "PCF8574", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.5.zip", + "archiveFileName": "PCF8574-0.3.5.zip", + "size": 872417, + "checksum": "SHA-256:2216889d96e947ac52187a895b077b5c2b009f97c2165387ba4fe55f8a5ddd64" + }, + { + "name": "PCF8574", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.6.zip", + "archiveFileName": "PCF8574-0.3.6.zip", + "size": 872499, + "checksum": "SHA-256:5aa1b40b0fab224abc381ca429bb4310a74932c0dfddc2f33aa88bbc74246c71" + }, + { + "name": "PCF8574", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.7.zip", + "archiveFileName": "PCF8574-0.3.7.zip", + "size": 872663, + "checksum": "SHA-256:d497baaae8a5d015117a4d24e98945641a9934b67e266ad2347e1d07f769430e" + }, + { + "name": "PCF8574", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.8.zip", + "archiveFileName": "PCF8574-0.3.8.zip", + "size": 872839, + "checksum": "SHA-256:22fe1343a75e3633e058f5dd3f32d3ea9d4f15b74d06ea00a8b6ceed457410cb" + }, + { + "name": "PCF8574", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.3.9.zip", + "archiveFileName": "PCF8574-0.3.9.zip", + "size": 873035, + "checksum": "SHA-256:af5bc7af06ee22dc3107d1ba57cd13946643ef4003ee7cd60e9b6a02232fc79b" + }, + { + "name": "PCF8574", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8574 - 8 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8574.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8574.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.4.0.zip", + "archiveFileName": "PCF8574-0.4.0.zip", + "size": 874996, + "checksum": "SHA-256:47e3d33260a8954805b0e785e0f3cae0f014b77f947bbc22fe46a6cbc2c9d90b" + }, + { + "name": "TsicSensor", + "version": "1.0.0", + "author": "TrippleFox", + "maintainer": "TrippleFox", + "sentence": "Arduino library for reading TSIC temperature sensors.", + "paragraph": "This library reads temperature values from several TSIC sensor types (TSIC 206/306/506/516/716). It uses interrupts to decode the ZACwire protocol used by the sensors and therefore supports fast and efficient methods for reading temperature values in several scales (Celsius/Fahrenheit/Kelvin).", + "website": "https://github.com/tripplefox/TsicSensor", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tripplefox/TsicSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tripplefox/TsicSensor-1.0.0.zip", + "archiveFileName": "TsicSensor-1.0.0.zip", + "size": 10607, + "checksum": "SHA-256:2dee8ac53c0cf5db0d221aa877e8965210b840f9c41a70839eaa1a119ef4cf58" + }, + { + "name": "PinInGroup", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.1.zip", + "archiveFileName": "PinInGroup-0.1.1.zip", + "size": 6223, + "checksum": "SHA-256:978f4b6247273b26cf3c9d193efc3de04b215ae88d96cae350ac99066954af38" + }, + { + "name": "PinInGroup", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.2.zip", + "archiveFileName": "PinInGroup-0.1.2.zip", + "size": 6229, + "checksum": "SHA-256:634a978b8e76d55785ef2b219cad26d4ab48c93881a5ca1bb0d413807488dc56" + }, + { + "name": "PinInGroup", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.3.zip", + "archiveFileName": "PinInGroup-0.1.3.zip", + "size": 8168, + "checksum": "SHA-256:aa93744df5c84dd2b5a4bc27838d00b26c6afa20193d21e765863fa05d65fb76" + }, + { + "name": "PinInGroup", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.4.zip", + "archiveFileName": "PinInGroup-0.1.4.zip", + "size": 8681, + "checksum": "SHA-256:e921b0d0b07d3392914bc2571643bad495a72428ad632998744706d4d3b1fef6" + }, + { + "name": "PinInGroup", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.5.zip", + "archiveFileName": "PinInGroup-0.1.5.zip", + "size": 9075, + "checksum": "SHA-256:0c8dd9b52fb090c1f6bddfa86d8d034a51e300bdb047380bbf34d40757652d85" + }, + { + "name": "PinInGroup", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.6.zip", + "archiveFileName": "PinInGroup-0.1.6.zip", + "size": 9158, + "checksum": "SHA-256:4dd4f6fd253f66ecd5fa1862805061959e73b91c0002a7990e4182f77da984d7" + }, + { + "name": "PinInGroup", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.7.zip", + "archiveFileName": "PinInGroup-0.1.7.zip", + "size": 9188, + "checksum": "SHA-256:f1d3d5dfc1e3a41b85c0ab9116099a8fe5ca729b7be25991212a7e664ff49905" + }, + { + "name": "PinInGroup", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.8.zip", + "archiveFileName": "PinInGroup-0.1.8.zip", + "size": 9880, + "checksum": "SHA-256:9d7711615ce75a6ade613b5e039f40dee075c1a8bec8cc0ed2bce35520aa729d" + }, + { + "name": "PinInGroup", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "A class that groups input pins so they can be read in one logical step.", + "website": "https://github.com/RobTillaart/PinInGroup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PinInGroup.git", + "providesIncludes": [ + "PinInGroup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.9.zip", + "archiveFileName": "PinInGroup-0.1.9.zip", + "size": 10114, + "checksum": "SHA-256:87fe00057a236b11feefbee1aaa77e4da6cc4d6487112fda5c5dc740d3fc2e21" + }, + { + "name": "PressureNXPMXP", + "version": "1.0.0", + "author": "Leandro L. Nascimento", + "maintainer": "eng.leandroln@gmail.com", + "sentence": "Pressure differential MXP serie", + "paragraph": "library for reading differential pressure / gauge sensors from the manufacturer NXP. With pressure return in KPA, PSI, BAR, CMH2O quantities.", + "website": "https://github.com/LeandroLimaPRO/Pressure/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeandroLimaPRO/Pressure.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeandroLimaPRO/PressureNXPMXP-1.0.0.zip", + "archiveFileName": "PressureNXPMXP-1.0.0.zip", + "size": 11265, + "checksum": "SHA-256:4f2d29e8f2d1293ed50ba402c984ca76887e44bcfade115e3b437ff72299e4c2" + }, + { + "name": "BH1750", + "version": "1.1.4", + "author": "Christopher Laws", + "maintainer": "Christopher Laws", + "sentence": "Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "Pretty simple and robust BH1750 library. Arduino, ESP8266 \u0026 ESP32 compatible.", + "website": "https://github.com/claws/BH1750", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/claws/BH1750.git", + "providesIncludes": [ + "BH1750.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/claws/BH1750-1.1.4.zip", + "archiveFileName": "BH1750-1.1.4.zip", + "size": 286993, + "checksum": "SHA-256:913e1a61c552afe21bcbb2650b615065c3cf1caa807d0bb84591e2bc1bf87668" + }, + { + "name": "BH1750", + "version": "1.2.0", + "author": "Christopher Laws", + "maintainer": "Christopher Laws", + "sentence": "Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "Pretty simple and robust BH1750 library. Arduino, ESP8266 \u0026 ESP32 compatible.", + "website": "https://github.com/claws/BH1750", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "esp8266", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/claws/BH1750.git", + "providesIncludes": [ + "BH1750.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/claws/BH1750-1.2.0.zip", + "archiveFileName": "BH1750-1.2.0.zip", + "size": 287312, + "checksum": "SHA-256:4ac8007f5e8f12d0cd4fb6e08d95bb26fbcbf8cdd44cfcb03fea7df67192e3dc" + }, + { + "name": "BH1750", + "version": "1.3.0", + "author": "Christopher Laws", + "maintainer": "Christopher Laws", + "sentence": "Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC", + "paragraph": "Pretty simple and robust BH1750 library. Arduino, ESP8266 \u0026 ESP32 compatible.", + "website": "https://github.com/claws/BH1750", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "esp8266", + "esp32", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/claws/BH1750.git", + "providesIncludes": [ + "BH1750.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/claws/BH1750-1.3.0.zip", + "archiveFileName": "BH1750-1.3.0.zip", + "size": 288693, + "checksum": "SHA-256:740c39179835c056afd84eb3d90e23633d98e54252ad7de988c27d33f385bde2" + }, + { + "name": "Notched Shaft Encoder", + "version": "1.0.0", + "author": "Lester Lo", + "maintainer": "Lester Lo", + "sentence": "Monitor the postion and clickable button status from a Notched Shaft Encoder", + "paragraph": "This library extended the feature from Paul Stoffregen Encoder library. It provides a smooth and accurate monitoring feature specially for a Notched Shaft Encoder. This library can measure the encoder incremental/differential position and button status of the button.", + "website": "https://github.com/lesterlo/Notched-Shaft-Encoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lesterlo/Notched-Shaft-Encoder.git", + "providesIncludes": [ + "NSEncoder.h" + ], + "dependencies": [ + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lesterlo/Notched_Shaft_Encoder-1.0.0.zip", + "archiveFileName": "Notched_Shaft_Encoder-1.0.0.zip", + "size": 546622, + "checksum": "SHA-256:fd69b213778de82cd7c81acdcd0ab7024d7f3c42b5880c13a41c2953a57799a5" + }, + { + "name": "Adafruit SH110X", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays", + "paragraph": "SH110X oled driver library for monochrome displays", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.0.0.zip", + "archiveFileName": "Adafruit_SH110X-1.0.0.zip", + "size": 11305, + "checksum": "SHA-256:20ee4e71a6ff747ff3341a180e48aa0f10bc5321fbecd45567e9cd6781d654d4" + }, + { + "name": "Adafruit SH110X", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays", + "paragraph": "SH110X oled driver library for monochrome displays", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.2.0.zip", + "archiveFileName": "Adafruit_SH110X-1.2.0.zip", + "size": 11261, + "checksum": "SHA-256:a9db4c7847d1ef16acc13fb5c7a47b1cea7821fcf88fc6150578f752a861eec3" + }, + { + "name": "Adafruit SH110X", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays", + "paragraph": "SH110X oled driver library for monochrome displays", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.2.1.zip", + "archiveFileName": "Adafruit_SH110X-1.2.1.zip", + "size": 11255, + "checksum": "SHA-256:8a3b9f495e2be3693dc39d90d945aae3bc337bcd53015e033aa44ee02a679dde" + }, + { + "name": "Adafruit SH110X", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.0.0.zip", + "archiveFileName": "Adafruit_SH110X-2.0.0.zip", + "size": 15569, + "checksum": "SHA-256:69a0b37a9090c893c9bf7c9b48a54eeb926c3cec7fd1ad1b4db02cc1c38e3d9a" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.0.zip", + "archiveFileName": "Adafruit_SH110X-2.1.0.zip", + "size": 15321, + "checksum": "SHA-256:0536f27313d91bfca53e34b0a7c50f385e2bc2220dcfbb7c28d715e4442d6abb" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.1.zip", + "archiveFileName": "Adafruit_SH110X-2.1.1.zip", + "size": 21102, + "checksum": "SHA-256:9f52700236e6a98f7794917ddb1932803bc1ccbc17ba26f7f18f47344baa6ab8" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.2.zip", + "archiveFileName": "Adafruit_SH110X-2.1.2.zip", + "size": 21134, + "checksum": "SHA-256:f70ba89ff9df31b2d25bb0c81070a4c28e837599d5a9bb2ddee332673444ecba" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.3.zip", + "archiveFileName": "Adafruit_SH110X-2.1.3.zip", + "size": 24063, + "checksum": "SHA-256:f223a91a0b71098773e8849c23dfc0a06a54940a1b5f379704f3068b56a9dead" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.4.zip", + "archiveFileName": "Adafruit_SH110X-2.1.4.zip", + "size": 24063, + "checksum": "SHA-256:b8c71ff1231264c5b2eaf2b496d4582104846d96fef8b18995237a7cb39fd68c" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.5.zip", + "archiveFileName": "Adafruit_SH110X-2.1.5.zip", + "size": 24064, + "checksum": "SHA-256:ffcafdbdb840fcfaae5abbb42b3af26518e7bbba56d9dd3eea55f0df68f7534e" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.6.zip", + "archiveFileName": "Adafruit_SH110X-2.1.6.zip", + "size": 24133, + "checksum": "SHA-256:69c7fec0af985877911d58d3e7d7cd7469efac00e4a3c0b2cab580271c170d71" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.7.zip", + "archiveFileName": "Adafruit_SH110X-2.1.7.zip", + "size": 24134, + "checksum": "SHA-256:0d5477e0d9eb68893dd66571457323023b44e2aadb0a4e37ce5cea873c7c243b" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.8.zip", + "archiveFileName": "Adafruit_SH110X-2.1.8.zip", + "size": 24208, + "checksum": "SHA-256:020e96156dc28e48ce2ba727ab8ee083fd945db317b3d2ff3a83abf6471d8b9b" + }, + { + "name": "Adafruit SH110X", + "version": "2.1.10", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "paragraph": "SH110X oled driver library for monochrome displays with SH1107 or SH1106G drivers", + "website": "https://github.com/adafruit/Adafruit_SH110X", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-2.1.10.zip", + "archiveFileName": "Adafruit_SH110X-2.1.10.zip", + "size": 24247, + "checksum": "SHA-256:2d0a90cacabe8d6e9c4b7a216f871d90c8208bbcbc3bea8b65950935ad187151" + }, + { + "name": "Melody Player", + "version": "2.0.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library provides an easy interface to play melodies on buzzers", + "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.0.0.zip", + "archiveFileName": "Melody_Player-2.0.0.zip", + "size": 14267, + "checksum": "SHA-256:433c21211111d703c65c1cf44ffbc2108d30079188ac9240258ecf2de9bc1129" + }, + { + "name": "Melody Player", + "version": "2.1.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library provides an easy interface to play melodies on buzzers", + "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.1.0.zip", + "archiveFileName": "Melody_Player-2.1.0.zip", + "size": 23845, + "checksum": "SHA-256:76df994f84ed009824238a3775285cfde0c93c413a900e1d8741875bfc886880" + }, + { + "name": "Melody Player", + "version": "2.2.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", + "sentence": "This library provides an easy interface to play melodies on buzzers", + "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.2.0.zip", + "archiveFileName": "Melody_Player-2.2.0.zip", + "size": 24103, + "checksum": "SHA-256:2009f141de9477df09dbd17082fdd1a079f5f14d70bed46d8629866b8feada41" + }, + { + "name": "Melody Player", + "version": "2.2.1", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library provides an intuitive interface to play melodies on buzzers", + "paragraph": "The melody can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support to RTTTL.", + "website": "https://github.com/fabiuz7/melody-player-arduino", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.2.1.zip", + "archiveFileName": "Melody_Player-2.2.1.zip", + "size": 25555, + "checksum": "SHA-256:1461d24a942ef818410e1630ef5e67eafcc8947ddc26a7cfc8cbbf48eba4c9ca" + }, + { + "name": "Melody Player", + "version": "2.2.2", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library provides an intuitive interface to play melodies on buzzers", + "paragraph": "The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL.", + "website": "https://github.com/fabianoriccardi/melody-player", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.2.2.zip", + "archiveFileName": "Melody_Player-2.2.2.zip", + "size": 39040, + "checksum": "SHA-256:a92c644d5a043af90f48b08dbbdd3229a92f986beb9f537a95ffb8eb9d5f80cb" + }, + { + "name": "Melody Player", + "version": "2.3.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library provides an intuitive interface to play melodies on buzzers", + "paragraph": "The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL.", + "website": "https://github.com/fabianoriccardi/melody-player", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.3.0.zip", + "archiveFileName": "Melody_Player-2.3.0.zip", + "size": 40696, + "checksum": "SHA-256:ec688e6d5cac5f0a47e5bac733bc0d80e93a65f9f3323aa0dae175121df63492" + }, + { + "name": "Melody Player", + "version": "2.3.1", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library provides an intuitive interface to play melodies on buzzers", + "paragraph": "The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL.", + "website": "https://github.com/fabianoriccardi/melody-player", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.3.1.zip", + "archiveFileName": "Melody_Player-2.3.1.zip", + "size": 40170, + "checksum": "SHA-256:092a8b2e808b17a3a3458f9dba3e4af406717f6c1b37fe0b885da7494cb8b8bb" + }, + { + "name": "Melody Player", + "version": "2.4.0", + "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library provides an intuitive interface to play melodies on buzzers", + "paragraph": "The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL.", + "website": "https://github.com/fabianoriccardi/melody-player", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabianoriccardi/melody-player.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/Melody_Player-2.4.0.zip", + "archiveFileName": "Melody_Player-2.4.0.zip", + "size": 49948, + "checksum": "SHA-256:f1ce77783502ee375f7a807099bc6e529aade14c05e93a962744f2d6bff905e9" + }, + { + "name": "ZACwire for TSic", + "version": "1.1.1", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.1.zip", + "archiveFileName": "ZACwire_for_TSic-1.1.1.zip", + "size": 5594, + "checksum": "SHA-256:5f972d0a32e37b268ef9fe36033f7497b3683e2113b18632df3c1c51e53e294f" + }, + { + "name": "ZACwire for TSic", + "version": "1.1.2", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.2.zip", + "archiveFileName": "ZACwire_for_TSic-1.1.2.zip", + "size": 5647, + "checksum": "SHA-256:ab4376d154c84ef2c29672230e1b90e65d1bc6da703ceaeb89004ccfb25fdc07" + }, + { + "name": "ZACwire for TSic", + "version": "1.1.3", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.3.zip", + "archiveFileName": "ZACwire_for_TSic-1.1.3.zip", + "size": 5729, + "checksum": "SHA-256:2feb84dde9d37f9def8962b3850f1a0a9500fe45a8bee1f8788c6846c1da7225" + }, + { + "name": "ZACwire for TSic", + "version": "1.3.2", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.3.2.zip", + "archiveFileName": "ZACwire_for_TSic-1.3.2.zip", + "size": 8646, + "checksum": "SHA-256:32e25b110ac8ff9aeb979d8031fcd9f94674314ea930c4cf6f8940044f393e1a" + }, + { + "name": "ZACwire for TSic", + "version": "1.3.3", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.3.3.zip", + "archiveFileName": "ZACwire_for_TSic-1.3.3.zip", + "size": 9190, + "checksum": "SHA-256:6ca53f800ccbe37e54e510e0e61ba01d8df364989f6a63ac132cb5d15ca0c48e" + }, + { + "name": "ZACwire for TSic", + "version": "2.0.0", + "author": "Adrian Immer", + "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", + "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", + "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", + "website": "https://github.com/lebuni/ZACwire", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lebuni/ZACwire-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-2.0.0.zip", + "archiveFileName": "ZACwire_for_TSic-2.0.0.zip", + "size": 43421, + "checksum": "SHA-256:7183bed9bd3d571ad5c74c5ec0992e3666e0429d08dc0aa392df1187f3933330" + }, + { + "name": "PCA9635", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.2.0.zip", + "archiveFileName": "PCA9635-0.2.0.zip", + "size": 8091, + "checksum": "SHA-256:ee4838deb71bb4ed61ff1a530a3a88bd70e763d0d0a7ede7c492e95caccf4b7f" + }, + { + "name": "PCA9635", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.2.1.zip", + "archiveFileName": "PCA9635-0.2.1.zip", + "size": 9597, + "checksum": "SHA-256:83fec8e833208012a70814e3ba27c29841682031d0ac72a3035b79016bda3950" + }, + { + "name": "PCA9635", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.2.2.zip", + "archiveFileName": "PCA9635-0.2.2.zip", + "size": 9549, + "checksum": "SHA-256:10cae236ec9f697779fbe43bd39a482b03ab7c66ff30ad78b480b374ae884e7b" + }, + { + "name": "PCA9635", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.3.0.zip", + "archiveFileName": "PCA9635-0.3.0.zip", + "size": 9687, + "checksum": "SHA-256:e50b55d39e6b2df25696ddda6387473fbdd0bbbbad390fa336dd0701b5b07f0a" + }, + { + "name": "PCA9635", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.3.1.zip", + "archiveFileName": "PCA9635-0.3.1.zip", + "size": 10145, + "checksum": "SHA-256:c2e9eed4ad6c3a538b2346f174122f8bea6ffa1bf8e228feab036f6371d245a5" + }, + { + "name": "PCA9635", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.3.2.zip", + "archiveFileName": "PCA9635-0.3.2.zip", + "size": 10510, + "checksum": "SHA-256:1a522c4a29e7e4dc96654382a1594c556b6a5108edf65e341bb3dadd4d0150ef" + }, + { + "name": "PCA9635", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.3.3.zip", + "archiveFileName": "PCA9635-0.3.3.zip", + "size": 10667, + "checksum": "SHA-256:d74872b72a3d40eaed9e3f0a0870e2203825ec65730d071d02d5244087a6e0d7" + }, + { + "name": "PCA9635", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.3.4.zip", + "archiveFileName": "PCA9635-0.3.4.zip", + "size": 11716, + "checksum": "SHA-256:1d94f57fb68cf318cc213fae99aa1d28b01bc2f221a93fa19b698327919d480f" + }, + { + "name": "PCA9635", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 16 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.0.zip", + "archiveFileName": "PCA9635-0.4.0.zip", + "size": 13175, + "checksum": "SHA-256:65f0602635e9c1e39de4f792678d94612ac5e44393f28d686e7de6db5d878cb2" + }, + { + "name": "PCA9635", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 16 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.1.zip", + "archiveFileName": "PCA9635-0.4.1.zip", + "size": 13214, + "checksum": "SHA-256:a56777ee2cee7e594cf513d458fa50cd873f0afa89ad1e04671f2332d1d7a414" + }, + { + "name": "PCA9635", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 16 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.2.zip", + "archiveFileName": "PCA9635-0.4.2.zip", + "size": 13657, + "checksum": "SHA-256:b1859df6e67326e81afe63fdbaf126a0ffe04cbaba9180130737771d28ebd311" + }, + { + "name": "PCA9635", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 16 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.3.zip", + "archiveFileName": "PCA9635-0.4.3.zip", + "size": 15434, + "checksum": "SHA-256:ca4779c304a1f4276bdf2a4ce14919343d02cb34ddfcabbc7416eff7c999690c" + }, + { + "name": "PCA9635", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 16 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.4.zip", + "archiveFileName": "PCA9635-0.4.4.zip", + "size": 16310, + "checksum": "SHA-256:c9888b25b0a601186bc59b623d3db24a82a2fd9ec398bc228661187bfffe0f15" + }, + { + "name": "PCA9635", + "version": "0.4.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 16 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.5.zip", + "archiveFileName": "PCA9635-0.4.5.zip", + "size": 19753, + "checksum": "SHA-256:2b4648aafadc03e60e8a48c29c57e63d2ddf77ae7b298a9644a65c4ff313d809" + }, + { + "name": "PCA9635", + "version": "0.4.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 16 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.6.zip", + "archiveFileName": "PCA9635-0.4.6.zip", + "size": 20080, + "checksum": "SHA-256:426feee1fdc6cb3bdf281caafd48f37478d366ea8658cdf0078f14e36f33d566" + }, + { + "name": "PCA9635", + "version": "0.4.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver, 16 channel PWM, 8 bit.", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.4.7.zip", + "archiveFileName": "PCA9635-0.4.7.zip", + "size": 20304, + "checksum": "SHA-256:7771e0d24ccba3b102be75a85bf28489ddc648f8df5a3dc75ce650a90626affc" + }, + { + "name": "PCA9635", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver, 16 channel PWM, 8 bit.", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9635.git", + "providesIncludes": [ + "PCA9635.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.5.0.zip", + "archiveFileName": "PCA9635-0.5.0.zip", + "size": 20349, + "checksum": "SHA-256:12a7cf3d235cbfb418f17329813b87489622a54a81543b42922f1eb006d9a07f" + }, + { + "name": "ESP32 BLE ANCS Notifications", + "version": "0.0.1", + "author": "ECAL / Smartphone Companions", + "maintainer": "James Hudson \u003cbugs.feedback.whatever@gmail.com\u003e", + "sentence": "Arduino library for ESP32, for reading and interacting with Smartphone notifications from iOS.", + "paragraph": "Use this Library to access the notifications from an iOS device connected through Bluetooth Low Energy (BLE) with your ESP32 Board. For example read iMessages/SMS, Instagram, WhatsApp Notifications or even accept or reject calls.", + "website": "https://github.com/Smartphone-Companions", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Smartphone-Companions/ESP32-ANCS-Notifications.git", + "providesIncludes": [ + "esp32notifications.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Smartphone-Companions/ESP32_BLE_ANCS_Notifications-0.0.1.zip", + "archiveFileName": "ESP32_BLE_ANCS_Notifications-0.0.1.zip", + "size": 29656, + "checksum": "SHA-256:dc53bf7a0ed231578fda9bf2f16bd94d1e524cc4575193fb63463363ca3a200c" + }, + { + "name": "INA219_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.0.0.zip", + "archiveFileName": "INA219_WE-1.0.0.zip", + "size": 279732, + "checksum": "SHA-256:ad9a2c8115a8e59ab037c2d7a7ccb7883efe430fe47d3f9c1cfd2ce29fe35483" + }, + { + "name": "INA219_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.0.zip", + "archiveFileName": "INA219_WE-1.1.0.zip", + "size": 236138, + "checksum": "SHA-256:0bfbea404d22e6ed6e47afc95c0f82dc4ea4a79928d63b4e12410c08fa26b680" + }, + { + "name": "INA219_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.1.zip", + "archiveFileName": "INA219_WE-1.1.1.zip", + "size": 236785, + "checksum": "SHA-256:ebd0254f9146bd06eda1e7aaabeb7a201663f576ffc039840bb7e2989d431674" + }, + { + "name": "INA219_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.2.zip", + "archiveFileName": "INA219_WE-1.1.2.zip", + "size": 237161, + "checksum": "SHA-256:fb73f4cb8cde37d9eb1a8160aeb5c5ce0566ebea045efa3fe66a13ec733469be" + }, + { + "name": "INA219_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.3.zip", + "archiveFileName": "INA219_WE-1.1.3.zip", + "size": 237536, + "checksum": "SHA-256:479fa8cf3c0e3a027cb8de4234867f8923af14007eec4fb4268d8e946255dd4f" + }, + { + "name": "INA219_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.4.zip", + "archiveFileName": "INA219_WE-1.1.4.zip", + "size": 237642, + "checksum": "SHA-256:00bdd225302c5ce03a52cdbaa641c2cc2aa6ac574778d8bda156617661981465" + }, + { + "name": "INA219_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.5.zip", + "archiveFileName": "INA219_WE-1.1.5.zip", + "size": 529653, + "checksum": "SHA-256:78379580cbd7855392cd7f08cc131fb7c58942ab039e580f5591684f51f447e3" + }, + { + "name": "INA219_WE", + "version": "1.1.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.6.zip", + "archiveFileName": "INA219_WE-1.1.6.zip", + "size": 530147, + "checksum": "SHA-256:e2ccf3d8227574d7f5cf0b6dcc04dd87aea98f9c17dd0132bc8492d20a9e2fd4" + }, + { + "name": "INA219_WE", + "version": "1.1.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.7.zip", + "archiveFileName": "INA219_WE-1.1.7.zip", + "size": 530117, + "checksum": "SHA-256:95bb39368d0001b48fd107b9db77410f13e063d51acc91bbe1b4d8a7e9a3f075" + }, + { + "name": "INA219_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.0.zip", + "archiveFileName": "INA219_WE-1.2.0.zip", + "size": 241750, + "checksum": "SHA-256:3f8fb0b54152e67c2cf4978863852ed7438a71cd3871d7e9eacd5990cb0784b2" + }, + { + "name": "INA219_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.1.zip", + "archiveFileName": "INA219_WE-1.2.1.zip", + "size": 241748, + "checksum": "SHA-256:165fe85e0132dd0b2a2c6623bf561559da5cdd063ba0e1425509dd6ce44fe0d5" + }, + { + "name": "INA219_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.2.zip", + "archiveFileName": "INA219_WE-1.2.2.zip", + "size": 241746, + "checksum": "SHA-256:80e399be0aa2d88869863bc1a598aff4a3558b31821b50df229d6559029d44ab" + }, + { + "name": "INA219_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.3.zip", + "archiveFileName": "INA219_WE-1.2.3.zip", + "size": 241807, + "checksum": "SHA-256:5a13503e39cc3662cb541ec2365a37eda8e7f49f5a343b1b57ceee3ae99a64e8" + }, + { + "name": "INA219_WE", + "version": "1.2.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.4.zip", + "archiveFileName": "INA219_WE-1.2.4.zip", + "size": 241811, + "checksum": "SHA-256:410e92c9fd6d2479d6d33904bd781214bea655a69a183233eb26b4f30beb2446" + }, + { + "name": "INA219_WE", + "version": "1.2.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.5.zip", + "archiveFileName": "INA219_WE-1.2.5.zip", + "size": 241811, + "checksum": "SHA-256:be00af03187f54354f1b492d9dc7319641b2a9780ee58689cd6538bbd34fa311" + }, + { + "name": "INA219_WE", + "version": "1.2.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.6.zip", + "archiveFileName": "INA219_WE-1.2.6.zip", + "size": 241919, + "checksum": "SHA-256:71c72ee35ff56e6939d6bdb58f0a3edb05289f81db06ec2c9dc502d5a2460e60" + }, + { + "name": "INA219_WE", + "version": "1.2.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.2.7.zip", + "archiveFileName": "INA219_WE-1.2.7.zip", + "size": 242721, + "checksum": "SHA-256:960d0766fdb4ec5522224fe9cf6f41f4045aa0d830165f7293fbabeba50b4f9f" + }, + { + "name": "INA219_WE", + "version": "1.3.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.0.zip", + "archiveFileName": "INA219_WE-1.3.0.zip", + "size": 245555, + "checksum": "SHA-256:2862d36513e99e4a7884a8e5f4b40de506dddb38f4c38ad4ecb238a22e549bb7" + }, + { + "name": "INA219_WE", + "version": "1.3.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.1.zip", + "archiveFileName": "INA219_WE-1.3.1.zip", + "size": 245572, + "checksum": "SHA-256:5630f5babf3d7799cdba4b3d18d555675e25247ec13db00b8d8f66954545bd1b" + }, + { + "name": "INA219_WE", + "version": "1.3.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.2.zip", + "archiveFileName": "INA219_WE-1.3.2.zip", + "size": 245582, + "checksum": "SHA-256:6a4ac04f55f005d5fbf1b3665b1065c24b7a856b550046f4bd528f2905937bc2" + }, + { + "name": "INA219_WE", + "version": "1.3.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.3.zip", + "archiveFileName": "INA219_WE-1.3.3.zip", + "size": 245368, + "checksum": "SHA-256:339b962a5af51e3869897f74457ea1534d2ef0a049eaf1e4fe28db043068f404" + }, + { + "name": "INA219_WE", + "version": "1.3.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.4.zip", + "archiveFileName": "INA219_WE-1.3.4.zip", + "size": 245368, + "checksum": "SHA-256:4a7d5e5ec4342bd4c94222ee725f223f62da23c3fe1e11a5a651b82d09ee5ed6" + }, + { + "name": "INA219_WE", + "version": "1.3.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.5.zip", + "archiveFileName": "INA219_WE-1.3.5.zip", + "size": 245398, + "checksum": "SHA-256:87dbc26d2e83983a89bf35f8ef92419d61793fcb5e3b4213d5606111f075f2a5" + }, + { + "name": "INA219_WE", + "version": "1.3.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.6.zip", + "archiveFileName": "INA219_WE-1.3.6.zip", + "size": 245441, + "checksum": "SHA-256:056590957fb47521de7ceef617fea9f51cf00ad12723753023ef57317d0ecb11" + }, + { + "name": "INA219_WE", + "version": "1.3.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA219 current sensor module", + "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", + "website": "https://github.com/wollewald/INA219_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA219_WE.git", + "providesIncludes": [ + "INA219_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.3.7.zip", + "archiveFileName": "INA219_WE-1.3.7.zip", + "size": 245454, + "checksum": "SHA-256:28b1e4bd38ce927379308352f9dee65a510e80e8666337352dea98fc38aecde7" + }, + { + "name": "Adafruit PCF8591", + "version": "1.0.0", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "website": "https://github.com/adafruit/Adafruit_PCF8591", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.0.zip", + "archiveFileName": "Adafruit_PCF8591-1.0.0.zip", + "size": 7716, + "checksum": "SHA-256:933401860eb1514968798b1a612484472f4707b5f1fb9c213bf887bfc01d5545" + }, + { + "name": "Adafruit PCF8591", + "version": "1.0.1", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "website": "https://github.com/adafruit/Adafruit_PCF8591", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.1.zip", + "archiveFileName": "Adafruit_PCF8591-1.0.1.zip", + "size": 125922, + "checksum": "SHA-256:706c5bd44a7046448419552483b86f4bc4948db03f562b86e6fd9e7c36f28e0b" + }, + { + "name": "Adafruit PCF8591", + "version": "1.0.2", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "website": "https://github.com/adafruit/Adafruit_PCF8591", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.2.zip", + "archiveFileName": "Adafruit_PCF8591-1.0.2.zip", + "size": 126279, + "checksum": "SHA-256:53d717244192a0e829a2cb3698b2a1f21d100432ee736a19ab7d00ea191d1232" + }, + { + "name": "Adafruit PCF8591", + "version": "1.0.4", + "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", + "website": "https://github.com/adafruit/Adafruit_PCF8591", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.4.zip", + "archiveFileName": "Adafruit_PCF8591-1.0.4.zip", + "size": 126279, + "checksum": "SHA-256:3df0229ba7c100f8189eaa29c7967198be89f206482f541ac5c586394dc5e68e" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.1.0", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/T-vK/ESP32-BLE-Mouse", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": [ + "HIDMouse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.0.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.1.0.zip", + "size": 24342, + "checksum": "SHA-256:57248ffa1ca98a526b05875c36269d2608f74287ae19beb9d96bdf6f7d876af2" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.1.1", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": [ + "HIDMouse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.1.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.1.1.zip", + "size": 24332, + "checksum": "SHA-256:a37a26bbe2841189bea1ce4c193dff85d2c9b3e9381e7a6147e6e4bc3625e346" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.1.2", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": [ + "HIDMouse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.2.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.1.2.zip", + "size": 19160, + "checksum": "SHA-256:dd42d92070a5aa167b6bda32856127a653d3073a747bee72c2fb5f9fa26d8f6e" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.2.0", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": [ + "HIDMouse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.2.0.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.2.0.zip", + "size": 20262, + "checksum": "SHA-256:b058b2c74310e27ca61b26f6b591c839fdfabfdc7376184b449ec14129d354a0" + }, + { + "name": "Mbed BLE Mouse", + "version": "1.3.0", + "author": "Harsha", + "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", + "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", + "website": "https://github.com/csash7/mbed-BLE-Mouse", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "providesIncludes": [ + "HIDMouse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.3.0.zip", + "archiveFileName": "Mbed_BLE_Mouse-1.3.0.zip", + "size": 20932, + "checksum": "SHA-256:c3bd940c8f37cca660fd1bb24b3e924d30cad4eede03623d2d06ed6b1419a365" + }, + { + "name": "FastAccelStepper", + "version": "0.1.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.0.zip", + "archiveFileName": "FastAccelStepper-0.1.0.zip", + "size": 9291, + "checksum": "SHA-256:6c2ecefe5dcca22bd34a8c67200ad3f15f2de77a3374fa0f69a251fe11ea31b6" + }, + { + "name": "FastAccelStepper", + "version": "0.1.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.2.zip", + "archiveFileName": "FastAccelStepper-0.1.2.zip", + "size": 9276, + "checksum": "SHA-256:f8462d1ffe0e023db082e339dbc8a42f47627b3a437c81735746bddaa62e4d4f" + }, + { + "name": "FastAccelStepper", + "version": "0.1.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.3.zip", + "archiveFileName": "FastAccelStepper-0.1.3.zip", + "size": 9366, + "checksum": "SHA-256:74ae5fad5dc296f925aefb325d86d6eddf9c9c57958e4eb5d25946065cbe1fa0" + }, + { + "name": "FastAccelStepper", + "version": "0.3.11", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.11.zip", + "archiveFileName": "FastAccelStepper-0.3.11.zip", + "size": 27404, + "checksum": "SHA-256:f873226688314dc51f378fd6a7a981747c5a1b1f7de7c4b4816e7ee3bda73ed0" + }, + { + "name": "FastAccelStepper", + "version": "0.3.12", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.12.zip", + "archiveFileName": "FastAccelStepper-0.3.12.zip", + "size": 27716, + "checksum": "SHA-256:62fc6550959dd4194d205ca1bd41d2d42075802baea1a691fd54e60e0d8ae42f" + }, + { + "name": "FastAccelStepper", + "version": "0.3.13", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.13.zip", + "archiveFileName": "FastAccelStepper-0.3.13.zip", + "size": 27715, + "checksum": "SHA-256:87b473afeebcbe353f63563c8630930bbd5aa3213e13f3e4f187b97e100e8111" + }, + { + "name": "FastAccelStepper", + "version": "0.3.14", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.14.zip", + "archiveFileName": "FastAccelStepper-0.3.14.zip", + "size": 29737, + "checksum": "SHA-256:ac0f7869f8b96672d1952040152a27f3c4ad0798447be7e745d55ec68768f8a6" + }, + { + "name": "FastAccelStepper", + "version": "0.4.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.0.zip", + "archiveFileName": "FastAccelStepper-0.4.0.zip", + "size": 36918, + "checksum": "SHA-256:dd9d04d9aa37eaa5a4ab24ee4776577c94b5f5dfa668ff22e79523ef3494abc1" + }, + { + "name": "FastAccelStepper", + "version": "0.4.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.1.zip", + "archiveFileName": "FastAccelStepper-0.4.1.zip", + "size": 36892, + "checksum": "SHA-256:1eb3a7733cbf7094c31b01121a6f8e958355dfa2b1ac0e746ffc010bc417a2cd" + }, + { + "name": "FastAccelStepper", + "version": "0.4.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.2.zip", + "archiveFileName": "FastAccelStepper-0.4.2.zip", + "size": 38264, + "checksum": "SHA-256:b0f5bacb58490e045475288f91f3fb1cc495393c7ae45b2ae200b3aba394b21d" + }, + { + "name": "FastAccelStepper", + "version": "0.4.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.4.zip", + "archiveFileName": "FastAccelStepper-0.4.4.zip", + "size": 38678, + "checksum": "SHA-256:6adce5db06826792f801a1f9470efdc2e1be2205ca02193f7ff7ba28c8b7cddf" + }, + { + "name": "FastAccelStepper", + "version": "0.5.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.5.0.zip", + "archiveFileName": "FastAccelStepper-0.5.0.zip", + "size": 38881, + "checksum": "SHA-256:8d3b12cc9a98dc4331d1599f8d3f3073db47858507f0bc8127f6b5d62c1c6af8" + }, + { + "name": "FastAccelStepper", + "version": "0.6.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.0.zip", + "archiveFileName": "FastAccelStepper-0.6.0.zip", + "size": 39656, + "checksum": "SHA-256:be56f98105c725825d047fff8466d27620e66a332427d054bb8dc8f51abdf43c" + }, + { + "name": "FastAccelStepper", + "version": "0.6.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.1.zip", + "archiveFileName": "FastAccelStepper-0.6.1.zip", + "size": 39674, + "checksum": "SHA-256:c49658bf7b7b77f869be4249c1989a76f2ee55b4250bbdcac2f48388b56c05cf" + }, + { + "name": "FastAccelStepper", + "version": "0.6.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.2.zip", + "archiveFileName": "FastAccelStepper-0.6.2.zip", + "size": 39669, + "checksum": "SHA-256:cb5c1e8efbbe14b99d39b8655db810f9ad219b211c13868abdd154bc69676219" + }, + { + "name": "FastAccelStepper", + "version": "0.6.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.3.zip", + "archiveFileName": "FastAccelStepper-0.6.3.zip", + "size": 40088, + "checksum": "SHA-256:04afb6ff3677c5175f7786dc64e3adc6bb6759dbad93f0dd4f0c191316fef09e" + }, + { + "name": "FastAccelStepper", + "version": "0.6.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.4.zip", + "archiveFileName": "FastAccelStepper-0.6.4.zip", + "size": 40082, + "checksum": "SHA-256:f571630afc02c1fe77078e9e644dcb543805dcc5bb479dc46853a9def8df8979" + }, + { + "name": "FastAccelStepper", + "version": "0.6.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.5.zip", + "archiveFileName": "FastAccelStepper-0.6.5.zip", + "size": 41802, + "checksum": "SHA-256:819e1f63b917080c22637ed2219d38090f24ad0d8d5177c2adf664c4f1b7492e" + }, + { + "name": "FastAccelStepper", + "version": "0.6.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.6.zip", + "archiveFileName": "FastAccelStepper-0.6.6.zip", + "size": 41714, + "checksum": "SHA-256:3dece91c90c5bcf4e14d40d79520760741c8c0322975822a69fbc17ec473e0e0" + }, + { + "name": "FastAccelStepper", + "version": "0.6.8", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.8.zip", + "archiveFileName": "FastAccelStepper-0.6.8.zip", + "size": 39282, + "checksum": "SHA-256:18588022783e5f37aff273e1480a7731c05552d26ccf7ec83ee3c270b6ad51f4" + }, + { + "name": "FastAccelStepper", + "version": "0.6.10", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.10.zip", + "archiveFileName": "FastAccelStepper-0.6.10.zip", + "size": 39561, + "checksum": "SHA-256:6fc7c7ee1a3748639faf17e86c03d8ea9e87ef68fd165ba6d39c4f3e6f9e7c3c" + }, + { + "name": "FastAccelStepper", + "version": "0.6.9", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.9.zip", + "archiveFileName": "FastAccelStepper-0.6.9.zip", + "size": 39501, + "checksum": "SHA-256:50b4e72a4ec4edc6e54a6d038d6d0263babe3b02056e14cba18df0491faa4be5" + }, + { + "name": "FastAccelStepper", + "version": "0.6.11", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.11.zip", + "archiveFileName": "FastAccelStepper-0.6.11.zip", + "size": 39954, + "checksum": "SHA-256:e8f81aa49d8d9e5540c332d34c71939f09229b7ca75f963875eb671ce9e3e34e" + }, + { + "name": "FastAccelStepper", + "version": "0.6.12", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.12.zip", + "archiveFileName": "FastAccelStepper-0.6.12.zip", + "size": 40217, + "checksum": "SHA-256:cca3d5cfb828417bbc4624392e1399ee45f7709a987b6e871dbf22f0d017ecbe" + }, + { + "name": "FastAccelStepper", + "version": "0.6.13", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.13.zip", + "archiveFileName": "FastAccelStepper-0.6.13.zip", + "size": 40233, + "checksum": "SHA-256:e48750685e8220f4286f8b38b571a34dc0e8e29d8172ae232f64c59383638f96" + }, + { + "name": "FastAccelStepper", + "version": "0.6.14", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.14.zip", + "archiveFileName": "FastAccelStepper-0.6.14.zip", + "size": 40220, + "checksum": "SHA-256:798bc0394638a9de3bc9e93ce8ea18c2081e40024f731a50ae695efde39b8bf9" + }, + { + "name": "FastAccelStepper", + "version": "0.7.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.7.0.zip", + "archiveFileName": "FastAccelStepper-0.7.0.zip", + "size": 43082, + "checksum": "SHA-256:6453699ba6aaa712030848377c114aaa9aa102c07e5ad1496e9565b5ec05ae27" + }, + { + "name": "FastAccelStepper", + "version": "0.7.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.7.1.zip", + "archiveFileName": "FastAccelStepper-0.7.1.zip", + "size": 43754, + "checksum": "SHA-256:929d5c82ab857fa039f677acae5de2c38023ca0dea0135c0f4b8c44b0fc280f1" + }, + { + "name": "FastAccelStepper", + "version": "0.8.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.0.zip", + "archiveFileName": "FastAccelStepper-0.8.0.zip", + "size": 45540, + "checksum": "SHA-256:8322d997a475e947376f6b68cfeeaa2252173fd7c0b2989581d372fa88fb82aa" + }, + { + "name": "FastAccelStepper", + "version": "0.8.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.1.zip", + "archiveFileName": "FastAccelStepper-0.8.1.zip", + "size": 46521, + "checksum": "SHA-256:7a243f16b8677dcfaf1c0495d5f4a3e007f138871bcbf93b40e6df2fa43d9050" + }, + { + "name": "FastAccelStepper", + "version": "0.8.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.2.zip", + "archiveFileName": "FastAccelStepper-0.8.2.zip", + "size": 46846, + "checksum": "SHA-256:9645fc3506f7aa7d8c8fbb5cf69e7fad3b545698a1e8b5a0e299b9ab801c46fe" + }, + { + "name": "FastAccelStepper", + "version": "0.8.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.3.zip", + "archiveFileName": "FastAccelStepper-0.8.3.zip", + "size": 47447, + "checksum": "SHA-256:8883c925b21947101b0fcb79fbca8bbdf602a34f323e63ccd12925251f2f77ec" + }, + { + "name": "FastAccelStepper", + "version": "0.9.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.0.zip", + "archiveFileName": "FastAccelStepper-0.9.0.zip", + "size": 48560, + "checksum": "SHA-256:fcb255b4e712953a8ca4c55a28534f6a789bad22223461d76ca6f5a32017be07" + }, + { + "name": "FastAccelStepper", + "version": "0.9.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.1.zip", + "archiveFileName": "FastAccelStepper-0.9.1.zip", + "size": 48761, + "checksum": "SHA-256:afa39caa2a15d8334e024807bfb2b42d7a25e83475002c038909de97c947578f" + }, + { + "name": "FastAccelStepper", + "version": "0.9.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.2.zip", + "archiveFileName": "FastAccelStepper-0.9.2.zip", + "size": 49118, + "checksum": "SHA-256:aa524cdbef9a4e56d1eb103e793055bb7547071e1a6501f1d99801350b92f82c" + }, + { + "name": "FastAccelStepper", + "version": "0.9.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.4.zip", + "archiveFileName": "FastAccelStepper-0.9.4.zip", + "size": 49585, + "checksum": "SHA-256:5a08e2132fc329acfad7ac622adbd84f306220dbf96013f1c3ed840828f21e76" + }, + { + "name": "FastAccelStepper", + "version": "0.9.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.5.zip", + "archiveFileName": "FastAccelStepper-0.9.5.zip", + "size": 49638, + "checksum": "SHA-256:e5488801ae1de0bed5f04ff5c85f5ca1bebfe8894eab38a54cf567cb3cff48f2" + }, + { + "name": "FastAccelStepper", + "version": "0.10.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.10.0.zip", + "archiveFileName": "FastAccelStepper-0.10.0.zip", + "size": 50732, + "checksum": "SHA-256:5f034c647cb40663f41af3fd86c137aa3594a8b90feb696f0c6a91b471497308" + }, + { + "name": "FastAccelStepper", + "version": "0.11.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.0.zip", + "archiveFileName": "FastAccelStepper-0.11.0.zip", + "size": 51304, + "checksum": "SHA-256:3946eda9c1018c4213556c5ee4cc45f81b4c6c8cc4fb6786df25854b68546f73" + }, + { + "name": "FastAccelStepper", + "version": "0.11.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.1.zip", + "archiveFileName": "FastAccelStepper-0.11.1.zip", + "size": 51386, + "checksum": "SHA-256:721b527e73066e351824e76407910307e6ed0ea0c715be9aa30ce7c71fb15703" + }, + { + "name": "FastAccelStepper", + "version": "0.11.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.2.zip", + "archiveFileName": "FastAccelStepper-0.11.2.zip", + "size": 50793, + "checksum": "SHA-256:7a1daad1f4e2f678210691c2a23f85dfc0e14987e995614f8feff71f7137227d" + }, + { + "name": "FastAccelStepper", + "version": "0.11.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.3.zip", + "archiveFileName": "FastAccelStepper-0.11.3.zip", + "size": 50607, + "checksum": "SHA-256:4de91aeaa23eddba750e0f8be4fde47ce945fb5e819b6c706de8103e81e5d89b" + }, + { + "name": "FastAccelStepper", + "version": "0.12.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.0.zip", + "archiveFileName": "FastAccelStepper-0.12.0.zip", + "size": 51190, + "checksum": "SHA-256:f5be15b90ca8bd4d37e6993b3dee08d5350dbfce5a5fa474e965a2066732ee2f" + }, + { + "name": "FastAccelStepper", + "version": "0.12.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.1.zip", + "archiveFileName": "FastAccelStepper-0.12.1.zip", + "size": 51403, + "checksum": "SHA-256:7f7161c072e18746d657f08ea1a9b7348662ceef83deb28c1f4dc70c7c01386b" + }, + { + "name": "FastAccelStepper", + "version": "0.12.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.2.zip", + "archiveFileName": "FastAccelStepper-0.12.2.zip", + "size": 55259, + "checksum": "SHA-256:a91c92d8c6e03b10ab7048d0606f95e92b923284ef6f043d52ffb1f0d91a3d1a" + }, + { + "name": "FastAccelStepper", + "version": "0.13.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.0.zip", + "archiveFileName": "FastAccelStepper-0.13.0.zip", + "size": 56377, + "checksum": "SHA-256:031c7944183646895e3b4c5125e170ad894834bb47fae81407884739bd240857" + }, + { + "name": "FastAccelStepper", + "version": "0.13.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.1.zip", + "archiveFileName": "FastAccelStepper-0.13.1.zip", + "size": 56993, + "checksum": "SHA-256:d6831512d72753c5d20f69e1315dbbdf57f403b8d9d2591383e43e6dd15ceffd" + }, + { + "name": "FastAccelStepper", + "version": "0.13.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.2.zip", + "archiveFileName": "FastAccelStepper-0.13.2.zip", + "size": 57498, + "checksum": "SHA-256:6edfc8c000f2feb9838bfa60bdc304ee62a135f2862caee208ab4354ee144658" + }, + { + "name": "FastAccelStepper", + "version": "0.13.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.3.zip", + "archiveFileName": "FastAccelStepper-0.13.3.zip", + "size": 57582, + "checksum": "SHA-256:91806b909c00b7d91c39c5cf7cbef6dce441b472ed283274c56143c672531572" + }, + { + "name": "FastAccelStepper", + "version": "0.13.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.4.zip", + "archiveFileName": "FastAccelStepper-0.13.4.zip", + "size": 57612, + "checksum": "SHA-256:f0ea06ad4088269b18324f279dccbe007fc772570756d420026099109b9200bc" + }, + { + "name": "FastAccelStepper", + "version": "0.14.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.14.0.zip", + "archiveFileName": "FastAccelStepper-0.14.0.zip", + "size": 59089, + "checksum": "SHA-256:815db912ffe63ebf59383e7c2620e3edcfeb0e3679531b8f4225a5a6ed656648" + }, + { + "name": "FastAccelStepper", + "version": "0.15.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.0.zip", + "archiveFileName": "FastAccelStepper-0.15.0.zip", + "size": 61467, + "checksum": "SHA-256:5efd92500f5c07a6312fd264eacfe1652b165cd52fff6fc1e75974df05ba3ca1" + }, + { + "name": "FastAccelStepper", + "version": "0.15.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.1.zip", + "archiveFileName": "FastAccelStepper-0.15.1.zip", + "size": 61574, + "checksum": "SHA-256:a790051a7d82d1c8fe13a1205a12231afa2b013dffbea80a743c8d9d92cccdfd" + }, + { + "name": "FastAccelStepper", + "version": "0.15.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.2.zip", + "archiveFileName": "FastAccelStepper-0.15.2.zip", + "size": 61593, + "checksum": "SHA-256:838898fc7eea55dcf3cbe2a5d5af98ed726881ca79993f24cd144c8836b55ba8" + }, + { + "name": "FastAccelStepper", + "version": "0.16.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.0.zip", + "archiveFileName": "FastAccelStepper-0.16.0.zip", + "size": 64216, + "checksum": "SHA-256:50b91d2ec6800ea500e357a6d5aea07caec4322b132a0d82f60311084a5fb6d3" + }, + { + "name": "FastAccelStepper", + "version": "0.16.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.1.zip", + "archiveFileName": "FastAccelStepper-0.16.1.zip", + "size": 65159, + "checksum": "SHA-256:0e61edfb2f99b503a653ec5d1ab6ee3519ea3c9a441e6b7f4b287e3e0c5d2869" + }, + { + "name": "FastAccelStepper", + "version": "0.16.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.2.zip", + "archiveFileName": "FastAccelStepper-0.16.2.zip", + "size": 65476, + "checksum": "SHA-256:b2729f48f3ab5339d5b9ad7125e71b40ca359f1e74cb52cd50062720df67388e" + }, + { + "name": "FastAccelStepper", + "version": "0.16.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.3.zip", + "archiveFileName": "FastAccelStepper-0.16.3.zip", + "size": 65957, + "checksum": "SHA-256:0771ddcab987269afdaac4c7da598aa2f73db9bd25593f71b2399df2f7ccfd04" + }, + { + "name": "FastAccelStepper", + "version": "0.16.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.4.zip", + "archiveFileName": "FastAccelStepper-0.16.4.zip", + "size": 69072, + "checksum": "SHA-256:b10d6614c862eb1d95bb910512b64cd350ee3e7ad43912f365789a71701379dc" + }, + { + "name": "FastAccelStepper", + "version": "0.16.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.5.zip", + "archiveFileName": "FastAccelStepper-0.16.5.zip", + "size": 70688, + "checksum": "SHA-256:fd518ca3715a838cbb7d7ebfc9d3b03c03863bf1bf38ac0b9db78e4a7c43524c" + }, + { + "name": "FastAccelStepper", + "version": "0.16.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.6.zip", + "archiveFileName": "FastAccelStepper-0.16.6.zip", + "size": 85753, + "checksum": "SHA-256:7f3e6a39494156c4af14bf05e7807a726ae2a85bdebfb41d7aa3183a38e0581e" + }, + { + "name": "FastAccelStepper", + "version": "0.16.7", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.7.zip", + "archiveFileName": "FastAccelStepper-0.16.7.zip", + "size": 91933, + "checksum": "SHA-256:853918e16b4453b8c1a11e7de962c09585f9727d8eb074629b74ca0beb8e61f1" + }, + { + "name": "FastAccelStepper", + "version": "0.16.8", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.8.zip", + "archiveFileName": "FastAccelStepper-0.16.8.zip", + "size": 91980, + "checksum": "SHA-256:03ebd6e3614d596ab5f92b57684aabca0bc075ebd876b68527c78c05f30272c2" + }, + { + "name": "FastAccelStepper", + "version": "0.17.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.17.0.zip", + "archiveFileName": "FastAccelStepper-0.17.0.zip", + "size": 107839, + "checksum": "SHA-256:1c4f797e598ea7d6e253a1177e22c288a59b83105d12f46f784ba1cd17cac413" + }, + { + "name": "FastAccelStepper", + "version": "0.17.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.17.1.zip", + "archiveFileName": "FastAccelStepper-0.17.1.zip", + "size": 109361, + "checksum": "SHA-256:a7a28042d32915a592617a55a7f37b6a71c1a94429bcd53fa3ffa4e8835c69dd" + }, + { + "name": "FastAccelStepper", + "version": "0.18.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.0.zip", + "archiveFileName": "FastAccelStepper-0.18.0.zip", + "size": 125832, + "checksum": "SHA-256:8e035dfd3ca9cfb1f8dbab7953e93fb4b7788668687809a2cdaec64cf6f21ff8" + }, + { + "name": "FastAccelStepper", + "version": "0.18.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.1.zip", + "archiveFileName": "FastAccelStepper-0.18.1.zip", + "size": 125873, + "checksum": "SHA-256:3b58b96d9f9635b3f12ff09d426d43cac4924db04fb4d117a451177dfaaedd28" + }, + { + "name": "FastAccelStepper", + "version": "0.18.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.2.zip", + "archiveFileName": "FastAccelStepper-0.18.2.zip", + "size": 126865, + "checksum": "SHA-256:8cbe30589073244d04c6628ce404a5212c6b7b4969162bc8ed91146455241ad7" + }, + { + "name": "FastAccelStepper", + "version": "0.18.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.4.zip", + "archiveFileName": "FastAccelStepper-0.18.4.zip", + "size": 130802, + "checksum": "SHA-256:e566462002f693e300cb79238e1dd4c9435a643fffd3aebfcd642ba961f396b6" + }, + { + "name": "FastAccelStepper", + "version": "0.18.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.6.zip", + "archiveFileName": "FastAccelStepper-0.18.6.zip", + "size": 132426, + "checksum": "SHA-256:e7307078325c606bf1072a629cf4b5c4ccd469e8c248f320dd69dbc231b459d9" + }, + { + "name": "FastAccelStepper", + "version": "0.18.7", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.7.zip", + "archiveFileName": "FastAccelStepper-0.18.7.zip", + "size": 132444, + "checksum": "SHA-256:4d5e0d2819d7197129bb5bc531a3ba1f123b37024e46344e569fad89d43863e1" + }, + { + "name": "FastAccelStepper", + "version": "0.18.8", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.8.zip", + "archiveFileName": "FastAccelStepper-0.18.8.zip", + "size": 132457, + "checksum": "SHA-256:bd9647eff6e58b658dbd396ff7cc5a49d7399c41989939e5e98dc10a786750a8" + }, + { + "name": "FastAccelStepper", + "version": "0.18.9", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.9.zip", + "archiveFileName": "FastAccelStepper-0.18.9.zip", + "size": 132604, + "checksum": "SHA-256:e61099d0ecceb30a11b08e3a69ff6e4a4d1e88f7f0cacfdfd9af3dab4a5dd1fc" + }, + { + "name": "FastAccelStepper", + "version": "0.18.10", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.10.zip", + "archiveFileName": "FastAccelStepper-0.18.10.zip", + "size": 133011, + "checksum": "SHA-256:45411fbc5236bd51fc1bd9823b94a6fe95cc3f19f536d224fcb47d86c3bcc9c7" + }, + { + "name": "FastAccelStepper", + "version": "0.18.11", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.11.zip", + "archiveFileName": "FastAccelStepper-0.18.11.zip", + "size": 134049, + "checksum": "SHA-256:34ab3bcc96ae83722f32f6e9acaca8e233fa1f644672cf20f921fb7614cf4b14" + }, + { + "name": "FastAccelStepper", + "version": "0.18.12", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.12.zip", + "archiveFileName": "FastAccelStepper-0.18.12.zip", + "size": 134319, + "checksum": "SHA-256:767bb28d5aa98f40e9fda230e01823e2c030aa6ba8fa0b7ec33da2159b20c867" + }, + { + "name": "FastAccelStepper", + "version": "0.18.13", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.18.13.zip", + "archiveFileName": "FastAccelStepper-0.18.13.zip", + "size": 134497, + "checksum": "SHA-256:a9e9496f65f83dc476bfb4310133936d2fe246b24acf4527c8995f91d8b4685e" + }, + { + "name": "FastAccelStepper", + "version": "0.19.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.19.0.zip", + "archiveFileName": "FastAccelStepper-0.19.0.zip", + "size": 135246, + "checksum": "SHA-256:0c3d20d8288339675180074a94f3ec65ad79e4d6427eeb1a740880f6e2da8fc2" + }, + { + "name": "FastAccelStepper", + "version": "0.20.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.20.0.zip", + "archiveFileName": "FastAccelStepper-0.20.0.zip", + "size": 135570, + "checksum": "SHA-256:87060e4bf421f04aa52a4d9c176a2db72e7dd232d920940c5e41fc6302ec1b15" + }, + { + "name": "FastAccelStepper", + "version": "0.20.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.20.1.zip", + "archiveFileName": "FastAccelStepper-0.20.1.zip", + "size": 136846, + "checksum": "SHA-256:7c69336d87919b2cb8c080e0512567fa774d8ed29c2daa5153cf1df4cfb0a3a3" + }, + { + "name": "FastAccelStepper", + "version": "0.20.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.20.2.zip", + "archiveFileName": "FastAccelStepper-0.20.2.zip", + "size": 138427, + "checksum": "SHA-256:1d0f91777c2c1472a7660e68eb710bb6962029ff4836aca14d8051fef4439c99" + }, + { + "name": "FastAccelStepper", + "version": "0.21.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.0.zip", + "archiveFileName": "FastAccelStepper-0.21.0.zip", + "size": 144001, + "checksum": "SHA-256:9e7cbd6c3a8b404b621b891cf922a1979f4ed65d0aa46260c5542ba5a4e6984b" + }, + { + "name": "FastAccelStepper", + "version": "0.21.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.2.zip", + "archiveFileName": "FastAccelStepper-0.21.2.zip", + "size": 145307, + "checksum": "SHA-256:8949bfdb3026b395b4c168baaea1f9b77fc500f6a70f2e068682d25c73c886e5" + }, + { + "name": "FastAccelStepper", + "version": "0.21.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.3.zip", + "archiveFileName": "FastAccelStepper-0.21.3.zip", + "size": 150219, + "checksum": "SHA-256:c395688b80152e6e0256f9a9035a0646f8b3cde5d82eb2c6d4ac6b3811c66131" + }, + { + "name": "FastAccelStepper", + "version": "0.21.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.4.zip", + "archiveFileName": "FastAccelStepper-0.21.4.zip", + "size": 151609, + "checksum": "SHA-256:8b20d27ae637ec065b0c05918e19b41cc048edaf242f292e5a74ab87ccb40cbc" + }, + { + "name": "FastAccelStepper", + "version": "0.22.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.22.0.zip", + "archiveFileName": "FastAccelStepper-0.22.0.zip", + "size": 153418, + "checksum": "SHA-256:30309caa8963c844d6f44aedc6e4e55d62da04835402456e41e2c2bb2aadda99" + }, + { + "name": "FastAccelStepper", + "version": "0.22.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.22.1.zip", + "archiveFileName": "FastAccelStepper-0.22.1.zip", + "size": 153694, + "checksum": "SHA-256:9fb38d9d45990c9c691ce1c1db470b2d6d9f3b830d64c04076e3613c5d9ba8cc" + }, + { + "name": "FastAccelStepper", + "version": "0.22.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.22.2.zip", + "archiveFileName": "FastAccelStepper-0.22.2.zip", + "size": 154711, + "checksum": "SHA-256:e411e4bad94a779c8bd93df223267f2ee645f06a084d78f4a23781b8308877b6" + }, + { + "name": "FastAccelStepper", + "version": "0.23.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.0.zip", + "archiveFileName": "FastAccelStepper-0.23.0.zip", + "size": 161063, + "checksum": "SHA-256:c8c9883aefa853198800a4e0c5c38f64d6554b6a254d503dd4eed7f50d9ff91e" + }, + { + "name": "FastAccelStepper", + "version": "0.23.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.1.zip", + "archiveFileName": "FastAccelStepper-0.23.1.zip", + "size": 163409, + "checksum": "SHA-256:63a2eb39aa9f2cf60b3ae495264a7204e33a83da372f523cd1490844ae73d451" + }, + { + "name": "FastAccelStepper", + "version": "0.23.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.2.zip", + "archiveFileName": "FastAccelStepper-0.23.2.zip", + "size": 166173, + "checksum": "SHA-256:9da2dfbcdf29b282d85efa75924d4db2815a691a2439d843dd908410dfd5b3e9" + }, + { + "name": "FastAccelStepper", + "version": "0.21.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.21.1.zip", + "archiveFileName": "FastAccelStepper-0.21.1.zip", + "size": 143956, + "checksum": "SHA-256:8be33683d9e7c6cce4bec02bab25fdcdcfa2e88918fb255368ad115561e2ee7b" + }, + { + "name": "FastAccelStepper", + "version": "0.4.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.6.zip", + "archiveFileName": "FastAccelStepper-0.4.6.zip", + "size": 38675, + "checksum": "SHA-256:832fe2d4717f1694f0d18a83dbeebfad0b00a267a4a34dad4daa76af47ee3948" + }, + { + "name": "FastAccelStepper", + "version": "0.23.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.3.zip", + "archiveFileName": "FastAccelStepper-0.23.3.zip", + "size": 167237, + "checksum": "SHA-256:bceda72c0498d8e7a791344b981821eec698083157fccc38770d7ec907e475ab" + }, + { + "name": "FastAccelStepper", + "version": "0.23.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.4.zip", + "archiveFileName": "FastAccelStepper-0.23.4.zip", + "size": 179689, + "checksum": "SHA-256:5d4a72d536627d2c19c4f7015512e90c0c047839b445a19f5f6fa3c07a2875f1" + }, + { + "name": "FastAccelStepper", + "version": "0.23.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.23.5.zip", + "archiveFileName": "FastAccelStepper-0.23.5.zip", + "size": 179416, + "checksum": "SHA-256:90a6391baa0dfaba316446a195415c8178841cba926da709a87a3df8b7bd8445" + }, + { + "name": "FastAccelStepper", + "version": "0.24.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.24.0.zip", + "archiveFileName": "FastAccelStepper-0.24.0.zip", + "size": 186441, + "checksum": "SHA-256:ed48663d6ae4403525595b15bbcebeee40c191da04a15775607ddfc9f4cacfc6" + }, + { + "name": "FastAccelStepper", + "version": "0.24.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.24.1.zip", + "archiveFileName": "FastAccelStepper-0.24.1.zip", + "size": 190700, + "checksum": "SHA-256:0bebb9f119c29edc4a7da0b6fc1cb69dfec168d18779246eaa0dcfedfb028be1" + }, + { + "name": "FastAccelStepper", + "version": "0.24.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.24.2.zip", + "archiveFileName": "FastAccelStepper-0.24.2.zip", + "size": 190741, + "checksum": "SHA-256:1ed089430c6b4b617f529bd0dff0fac3fc0c799082df875be45c2461f7397aef" + }, + { + "name": "FastAccelStepper", + "version": "0.25.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.0.zip", + "archiveFileName": "FastAccelStepper-0.25.0.zip", + "size": 190334, + "checksum": "SHA-256:6d1189a75ea6d9351bbc96df83f5ebb9be6aa99a491224c494f7bbacf2e7b76a" + }, + { + "name": "FastAccelStepper", + "version": "0.25.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.1.zip", + "archiveFileName": "FastAccelStepper-0.25.1.zip", + "size": 193966, + "checksum": "SHA-256:2c60cd2f31580d62d73dc9679fd33a1890878f13a325b6c7f6f7058ea28aa148" + }, + { + "name": "FastAccelStepper", + "version": "0.25.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.2.zip", + "archiveFileName": "FastAccelStepper-0.25.2.zip", + "size": 194281, + "checksum": "SHA-256:e4d7e47b9499a04fbb4c1c72880cf798fa804abed54ec0b5e7ece8b018a9f1df" + }, + { + "name": "FastAccelStepper", + "version": "0.25.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.3.zip", + "archiveFileName": "FastAccelStepper-0.25.3.zip", + "size": 196702, + "checksum": "SHA-256:ba07f9a9fc6cc90fa4e034242c267f4eaf6bebc29224accdba42f28349febda1" + }, + { + "name": "FastAccelStepper", + "version": "0.25.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.4.zip", + "archiveFileName": "FastAccelStepper-0.25.4.zip", + "size": 197039, + "checksum": "SHA-256:11d26cae7cb5ce6e3bfbb3f5825a3c40cf4bc9a1e27953f58fe229aafb2452bf" + }, + { + "name": "FastAccelStepper", + "version": "0.25.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.5.zip", + "archiveFileName": "FastAccelStepper-0.25.5.zip", + "size": 196983, + "checksum": "SHA-256:a27db3d401d50408c92277e2a6e1aa5d598ed95cb21468f7d9edf120342d5bdf" + }, + { + "name": "FastAccelStepper", + "version": "0.25.6", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.6.zip", + "archiveFileName": "FastAccelStepper-0.25.6.zip", + "size": 198981, + "checksum": "SHA-256:bfda16613739db23bc82c06a7088112ef69e7b55adce48503f8bce4198ec59bc" + }, + { + "name": "FastAccelStepper", + "version": "0.25.7", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.25.7.zip", + "archiveFileName": "FastAccelStepper-0.25.7.zip", + "size": 199031, + "checksum": "SHA-256:7413ea99e73f33c3b24c25b008615dff1dc975ce042d84fe43314510aca31642" + }, + { + "name": "FastAccelStepper", + "version": "0.26.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.26.0.zip", + "archiveFileName": "FastAccelStepper-0.26.0.zip", + "size": 204053, + "checksum": "SHA-256:2b8241ac92855575d27039944baf3c86a8cee988bcebe5e43d1f8c79695bfea7" + }, + { + "name": "FastAccelStepper", + "version": "0.26.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.26.1.zip", + "archiveFileName": "FastAccelStepper-0.26.1.zip", + "size": 204473, + "checksum": "SHA-256:05302b82bf8107ac3c493a57127217625ee9ea74f33c4c44f6193fdc0068b4c2" + }, + { + "name": "FastAccelStepper", + "version": "0.27.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.27.0.zip", + "archiveFileName": "FastAccelStepper-0.27.0.zip", + "size": 220333, + "checksum": "SHA-256:a1fe20c990a95ddf620c29729b19d389d9af1d1be94e6ccab3ab42f8ba01f3f6" + }, + { + "name": "FastAccelStepper", + "version": "0.27.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.27.1.zip", + "archiveFileName": "FastAccelStepper-0.27.1.zip", + "size": 220316, + "checksum": "SHA-256:e571149262770df867f6e7eafc81b27a3bb43248393516e93bbd821a0e34db33" + }, + { + "name": "FastAccelStepper", + "version": "0.27.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.27.2.zip", + "archiveFileName": "FastAccelStepper-0.27.2.zip", + "size": 220331, + "checksum": "SHA-256:9d873bd9c7fbec006070e16d5927331d8cb032698a5d1a29924c2d7e4b67d02a" + }, + { + "name": "FastAccelStepper", + "version": "0.27.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.27.3.zip", + "archiveFileName": "FastAccelStepper-0.27.3.zip", + "size": 220446, + "checksum": "SHA-256:c29953e94846804fbfd0486a823560fc4d0153e52751081712f60878e19100f5" + }, + { + "name": "FastAccelStepper", + "version": "0.27.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.27.4.zip", + "archiveFileName": "FastAccelStepper-0.27.4.zip", + "size": 220745, + "checksum": "SHA-256:1ef0192c95cf06368ef062b2529935b8203a8aeec75ec43eefa0c92b02f51968" + }, + { + "name": "FastAccelStepper", + "version": "0.27.5", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.27.5.zip", + "archiveFileName": "FastAccelStepper-0.27.5.zip", + "size": 225375, + "checksum": "SHA-256:1991001aafe93ef0c91eb8619eea85804aee217f5162099b402dfe425bf0b58b" + }, + { + "name": "FastAccelStepper", + "version": "0.28.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "license": "MIT", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.28.0.zip", + "archiveFileName": "FastAccelStepper-0.28.0.zip", + "size": 231924, + "checksum": "SHA-256:41d615a1ed3bee472739394d773e448a65eb4999251530487e509ee0e5defc53" + }, + { + "name": "FastAccelStepper", + "version": "0.28.1", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.28.1.zip", + "archiveFileName": "FastAccelStepper-0.28.1.zip", + "size": 231978, + "checksum": "SHA-256:d233066dcf8c2974236c9b3529cadb87dcc5130c1e6484d58d0c9792439e31c9" + }, + { + "name": "FastAccelStepper", + "version": "0.28.2", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 76 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.28.2.zip", + "archiveFileName": "FastAccelStepper-0.28.2.zip", + "size": 236214, + "checksum": "SHA-256:83c49777372e171c4293b851ae8799e8d9274e732271147641b450d940de9c9d" + }, + { + "name": "FastAccelStepper", + "version": "0.28.3", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 70 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.28.3.zip", + "archiveFileName": "FastAccelStepper-0.28.3.zip", + "size": 244155, + "checksum": "SHA-256:731b615f63d266a056befdd76440c1de6b83b44cb4cdf9a44ec04362ab365ff4" + }, + { + "name": "FastAccelStepper", + "version": "0.28.4", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 70 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.28.4.zip", + "archiveFileName": "FastAccelStepper-0.28.4.zip", + "size": 244484, + "checksum": "SHA-256:d3a76fe8621b39ee0a9b9851d1e2692e9182869e0814e8205a08328e280617ec" + }, + { + "name": "FastAccelStepper", + "version": "0.30.0", + "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", + "sentence": "A high speed stepper library for Atmega 328p (nano), 32u4 (leonardo), 2560, ESP32, ESP32S2, ESP32S3 and Atmel SAM Due", + "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 50 kSteps/s (Atmega) and 200kSteps/s (esp32).", + "website": "https://github.com/gin66/FastAccelStepper", + "category": "Device Control", + "architectures": [ + "avr", + "esp32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gin66/FastAccelStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.30.0.zip", + "archiveFileName": "FastAccelStepper-0.30.0.zip", + "size": 283163, + "checksum": "SHA-256:af9680aab48bad42e7f4a18b383c9c21d77547cefc5cb827ea37c6f2a07042f3" + }, + { + "name": "mWebSockets", + "version": "1.2.0", + "author": "Dawid Kurek", + "maintainer": "Dawid Kurek", + "license": "MIT", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "paragraph": "✔ client, ✔ server", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.2.0.zip", + "archiveFileName": "mWebSockets-1.2.0.zip", + "size": 105911, + "checksum": "SHA-256:7c71b53d6a74d90cbf636e48239cc163cb9d88e65d2f1d5ea3172c6179dedc69" + }, + { + "name": "mWebSockets", + "version": "1.3.1", + "author": "Dawid Kurek", + "maintainer": "Dawid Kurek", + "license": "MIT", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "paragraph": "client, server", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.1.zip", + "archiveFileName": "mWebSockets-1.3.1.zip", + "size": 144021, + "checksum": "SHA-256:eeb1997c5a88bb3c01a8a4fdae921bf2e39acc555345f982d36fc7c43adc380e" + }, + { + "name": "mWebSockets", + "version": "1.3.2", + "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.2.zip", + "archiveFileName": "mWebSockets-1.3.2.zip", + "size": 146285, + "checksum": "SHA-256:71481b0e8c5b0188eab5d3b0cc3a9fee5a738973ef20605ec66e933e92b96cf2" + }, + { + "name": "mWebSockets", + "version": "1.3.3", + "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.3.zip", + "archiveFileName": "mWebSockets-1.3.3.zip", + "size": 148010, + "checksum": "SHA-256:16753806152b6295a9ca9e16def1a0ab64a997cd22652423091e5ed1d6d1f2c5" + }, + { + "name": "mWebSockets", + "version": "1.4.0", + "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "paragraph": "Fast and RFC6455 protocol compliant", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.4.0.zip", + "archiveFileName": "mWebSockets-1.4.0.zip", + "size": 73873, + "checksum": "SHA-256:b9c9fdbba917d3d724eeaf357e2b6ffc001097e3eadc96fae8ce809f008622e7" + }, + { + "name": "mWebSockets", + "version": "1.5.1", + "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", + "sentence": "Simple to use implementation of WebSockets for microcontrollers", + "paragraph": "Fast and RFC6455 protocol compliant", + "website": "https://github.com/skaarj1989/mWebSockets", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skaarj1989/mWebSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.5.1.zip", + "archiveFileName": "mWebSockets-1.5.1.zip", + "size": 80346, + "checksum": "SHA-256:bb13e48c8d7e4e6aa8ad7b21e63d1b76c09c95469e4f388060f4b8206afd1c7e" + }, + { + "name": "TSController", + "version": "1.0.0", + "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "sentence": "An Arduino library for controlling Train Simulator.", + "paragraph": "Works only on HID-enabled boards.", + "website": "https://github.com/VassilyDev/TSControl", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/VassilyDev/TSController.git", + "providesIncludes": [ + "TSController.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSController-1.0.0.zip", + "archiveFileName": "TSController-1.0.0.zip", + "size": 6252, + "checksum": "SHA-256:d9ca1d7b311e07cd72aa41ac4347d852f08ddf7194e01e5b4a1324726dbdc656" + }, + { + "name": "TSController", + "version": "1.1.0", + "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "sentence": "An Arduino library for controlling Train Simulator.", + "paragraph": "Works only on HID-enabled boards.", + "website": "https://github.com/VassilyDev/TSController", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/VassilyDev/TSController.git", + "providesIncludes": [ + "TSController.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSController-1.1.0.zip", + "archiveFileName": "TSController-1.1.0.zip", + "size": 6417, + "checksum": "SHA-256:1ed72fc7e281866059c109233fd4291e418f8ac08623a36074f680fe7b9c7e5d" + }, + { + "name": "ExtFlashLoader", + "version": "0.1.0", + "author": "Kenta IDA", + "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", + "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "website": "https://github.com/ciniml/ExtFlashLoader", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/ExtFlashLoader.git", + "providesIncludes": [ + "ExtFlashLoader.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.0.zip", + "archiveFileName": "ExtFlashLoader-0.1.0.zip", + "size": 137313, + "checksum": "SHA-256:cc36fc064b9c73c98910930e3286570e9f426e8a6d44cd5692705eed5a1658df" + }, + { + "name": "ExtFlashLoader", + "version": "0.1.1", + "author": "Kenta IDA", + "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", + "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "website": "https://github.com/ciniml/ExtFlashLoader", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/ExtFlashLoader.git", + "providesIncludes": [ + "ExtFlashLoader.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.1.zip", + "archiveFileName": "ExtFlashLoader-0.1.1.zip", + "size": 139865, + "checksum": "SHA-256:c264c7f4ad0e0c748f00d8efd675339b72600e920870c6db3e7000d80d69224a" + }, + { + "name": "ExtFlashLoader", + "version": "0.1.2", + "author": "Kenta IDA", + "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", + "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", + "website": "https://github.com/ciniml/ExtFlashLoader", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/ExtFlashLoader.git", + "providesIncludes": [ + "ExtFlashLoader.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.2.zip", + "archiveFileName": "ExtFlashLoader-0.1.2.zip", + "size": 140001, + "checksum": "SHA-256:b11ee0da0f12ab19dd021a93f513857b8c198e4974ca9cceddf4845f1721e502" + }, + { + "name": "HT16K33", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.0.zip", + "archiveFileName": "HT16K33-0.2.0.zip", + "size": 10512, + "checksum": "SHA-256:0a7317067a8d1e75966c3128cb4ee37588ba48a36d565d52ce518126a946ff90" + }, + { + "name": "HT16K33", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.1.zip", + "archiveFileName": "HT16K33-0.2.1.zip", + "size": 11449, + "checksum": "SHA-256:94c28eeae3e593f71c159eea187d6f551f112e78a34eb0ad1ceafefcaca9648a" + }, + { + "name": "HT16K33", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.2.zip", + "archiveFileName": "HT16K33-0.2.2.zip", + "size": 11698, + "checksum": "SHA-256:50aa85d81f0514613a47a90e11566439501b2a1a84f83868100f9889c6a16f48" + }, + { + "name": "HT16K33", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.3.zip", + "archiveFileName": "HT16K33-0.2.3.zip", + "size": 13653, + "checksum": "SHA-256:f5dff5a99fa78757af60a613b03acb053a3e8c941b5ce03ccb48111ffe738d81" + }, + { + "name": "HT16K33", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.4.zip", + "archiveFileName": "HT16K33-0.2.4.zip", + "size": 13753, + "checksum": "SHA-256:f386a003629a3a796d4ea7033519dd61ed263f8ab447c2dd204a0c51ca67d4c4" + }, + { + "name": "HT16K33", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.0.zip", + "archiveFileName": "HT16K33-0.3.0.zip", + "size": 16049, + "checksum": "SHA-256:e1ac7bf68b9cc81f1015981d1bb6de266eb8f0a60b3e3f4ef2ed33b19e9e5ecd" + }, + { + "name": "HT16K33", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.1.zip", + "archiveFileName": "HT16K33-0.3.1.zip", + "size": 17256, + "checksum": "SHA-256:92ca015ecbf0a5f5a6d5709c550d99a67221ef112ab55b5f84c40c0b89ae8d6f" + }, + { + "name": "HT16K33", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33", + "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.2.zip", + "archiveFileName": "HT16K33-0.3.2.zip", + "size": 22622, + "checksum": "SHA-256:ae85b214638c4711cbafbc4c81ceab323bb2e4c5f7e058866a3d44a85f4799b9" + }, + { + "name": "HT16K33", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.3.zip", + "archiveFileName": "HT16K33-0.3.3.zip", + "size": 22908, + "checksum": "SHA-256:5ad9ef1bd32dea58fb41148dcbba819585c8d59baf3a9b170f1dc439b9e3f822" + }, + { + "name": "HT16K33", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.4.zip", + "archiveFileName": "HT16K33-0.3.4.zip", + "size": 22940, + "checksum": "SHA-256:17c1b4f3ff642b84b4a3aaf68e66d753d69d2e48512ce924384edb0297734c43" + }, + { + "name": "HT16K33", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.5.zip", + "archiveFileName": "HT16K33-0.3.5.zip", + "size": 25719, + "checksum": "SHA-256:e98f2bdab0470f368f948f6e59af140758f518b8a83755df95b9fb2d7510ebf3" + }, + { + "name": "HT16K33", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.6.zip", + "archiveFileName": "HT16K33-0.3.6.zip", + "size": 26169, + "checksum": "SHA-256:def6e6236e683a1d0574eeb4a4656f80eb949f23a897400f099e66718f895f09" + }, + { + "name": "HT16K33", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.7.zip", + "archiveFileName": "HT16K33-0.3.7.zip", + "size": 27929, + "checksum": "SHA-256:31f8a38778999d1061c83d0c16d7aca583ceaf2a5f17fe45cf93827034f5a04c" + }, + { + "name": "HT16K33", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.8.zip", + "archiveFileName": "HT16K33-0.3.8.zip", + "size": 28116, + "checksum": "SHA-256:02a6b06772db642e145b24f80c3c1bed029680df1e2518b59e5ce2aae45a6e2d" + }, + { + "name": "HT16K33", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.9.zip", + "archiveFileName": "HT16K33-0.3.9.zip", + "size": 28445, + "checksum": "SHA-256:46b7c087d69c6c90c64dc9b915542977d8f0abd1709ba9f77f366e84ff53535b" + }, + { + "name": "HT16K33", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for HT16K33 I2C 4x7segment display", + "paragraph": "Has display functions for time date float int etc.", + "website": "https://github.com/RobTillaart/HT16K33", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HT16K33.git", + "providesIncludes": [ + "HT16K33.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.4.0.zip", + "archiveFileName": "HT16K33-0.4.0.zip", + "size": 28896, + "checksum": "SHA-256:f495b88cd33ffeecb5576d4edc3e62f1c2957f4dcf73dd7e09e01c8dd78e2a5f" + }, + { + "name": "ESPpassthrough", + "version": "1.0.0", + "author": "Saruccio Culmone \u003csaruccio.culmone@yahoo.it\u003e", + "maintainer": "Saruccio Culmone \u003csaruccio.culmone@yahoo.it\u003e", + "sentence": "Library that uses ESP AT serial commands to set it in Passthrough (transparent) Mode.", + "paragraph": "Tested on ESP-01.", + "website": "https://github.com/Saruccio/ESPpassthrough", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Saruccio/ESPpassthrough.git", + "providesIncludes": [ + "ESPpassthrough.h" + ], + "dependencies": [ + { + "name": "SoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Saruccio/ESPpassthrough-1.0.0.zip", + "archiveFileName": "ESPpassthrough-1.0.0.zip", + "size": 62635, + "checksum": "SHA-256:532415f4794381f604411a4f9acf57b20aadaf41911dfdacd7f41977895983c5" + }, + { + "name": "VNCL4020C-Arduino", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "Library to use Vishay VNCL4020C PPG sensor", + "paragraph": "The VCNL4020C is a fully integrated biosensor and ambient light sensor.", + "website": "https://github.com/beegee-tokyo/VNCL4020C-Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/VNCL4020C-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/VNCL4020C_Arduino-1.0.0.zip", + "archiveFileName": "VNCL4020C_Arduino-1.0.0.zip", + "size": 26016, + "checksum": "SHA-256:f649dd91f6458fd320edcfc09bacfb9518896b3b5cd36e068733b6d54203759c" + }, + { + "name": "Histogram", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": [ + "histogram.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.2.0.zip", + "archiveFileName": "Histogram-0.2.0.zip", + "size": 10930, + "checksum": "SHA-256:6de7d5fb1b495b2de7325331507de62e3a3b964dacfff6f5d1c9d59f2ae66318" + }, + { + "name": "Histogram", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": [ + "histogram.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.2.1.zip", + "archiveFileName": "Histogram-0.2.1.zip", + "size": 12248, + "checksum": "SHA-256:6f9ed32511969b9651b3501b30733b79ca6bb5edff638b7f0a656b1850fd1a15" + }, + { + "name": "Histogram", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": [ + "histogram.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.3.0.zip", + "archiveFileName": "Histogram-0.3.0.zip", + "size": 16822, + "checksum": "SHA-256:b918c6c438ea8ae52d040015a7a02d6ffdff2cc8026d64517ac16d361f3687fa" + }, + { + "name": "Histogram", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": [ + "histogram.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.3.1.zip", + "archiveFileName": "Histogram-0.3.1.zip", + "size": 16785, + "checksum": "SHA-256:b59504293ddcc28eb1a594f8dc0c3173e3da2da7173e2783cf22b8392abaec6e" + }, + { + "name": "Histogram", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": [ + "histogram.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.3.2.zip", + "archiveFileName": "Histogram-0.3.2.zip", + "size": 18039, + "checksum": "SHA-256:f83597fe3781f7b0af014736f43b0c5d0466b6eddc955f55086e8add8cdc45e5" + }, + { + "name": "Histogram", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": [ + "histogram.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.3.3.zip", + "archiveFileName": "Histogram-0.3.3.zip", + "size": 20371, + "checksum": "SHA-256:dc4d8eff82a88f3556c3d49b191688119b1f705a3ef223fd11867421051ed279" + }, + { + "name": "Histogram", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for creating histograms math.", + "website": "https://github.com/RobTillaart/Histogram", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Histogram.git", + "providesIncludes": [ + "histogram.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.3.4.zip", + "archiveFileName": "Histogram-0.3.4.zip", + "size": 21603, + "checksum": "SHA-256:de86d6bbb1168b674054837c4da4e86976eb836f9831cc104012cfeb46e365c9" + }, + { + "name": "Microbot_Motor_Shield", + "version": "1.0.0", + "author": "Microobot \u003cinfo@microbot.it\u003e", + "maintainer": "Microobot \u003cinfo@microbot.it\u003e", + "sentence": "Dual DC Motor Shield V2 library for Arduino", + "paragraph": "Motor speed and direction are controlled by a potentiometer, Shield temperature and current absorption are monitored on Serial Monitor", + "website": "https://www.microbot.it", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Microbot-it/Microbot-Motor-Shield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Microbot-it/Microbot_Motor_Shield-1.0.0.zip", + "archiveFileName": "Microbot_Motor_Shield-1.0.0.zip", + "size": 6204, + "checksum": "SHA-256:75d365ec136d4aa084f6c292e0bb6f6cc390064a047da1d8d5e7c6fd3078a1bc" + }, + { + "name": "FunctionGenerator", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": [ + "functionGenerator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.0.zip", + "archiveFileName": "FunctionGenerator-0.2.0.zip", + "size": 10241, + "checksum": "SHA-256:7b1db9e788ed3a432ea15a29f218eb8a4581abb4624990dcbb146e2e96b80533" + }, + { + "name": "FunctionGenerator", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": [ + "functionGenerator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.1.zip", + "archiveFileName": "FunctionGenerator-0.2.1.zip", + "size": 11799, + "checksum": "SHA-256:5f11c8060a475c8ac93c781da85a87826701c2359e57ec17b17ac30153a60deb" + }, + { + "name": "FunctionGenerator", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": [ + "functionGenerator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.2.zip", + "archiveFileName": "FunctionGenerator-0.2.2.zip", + "size": 14809, + "checksum": "SHA-256:38d0bf57ecc701b727451d579441bc6f2d2b41c295b8936c4646ee53e32ab4c8" + }, + { + "name": "FunctionGenerator", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": [ + "functionGenerator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.3.zip", + "archiveFileName": "FunctionGenerator-0.2.3.zip", + "size": 14787, + "checksum": "SHA-256:a547cacbdb9c3e8de4d089a9d2066b24049b7ab30ca1b7230f6c95955c65faef" + }, + { + "name": "FunctionGenerator", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": [ + "functionGenerator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.4.zip", + "archiveFileName": "FunctionGenerator-0.2.4.zip", + "size": 15234, + "checksum": "SHA-256:02082e5300b16a621597d8343b058da6b9741dabb1c0b413caf027eec9b28e8f" + }, + { + "name": "FunctionGenerator", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": [ + "functionGenerator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.5.zip", + "archiveFileName": "FunctionGenerator-0.2.5.zip", + "size": 24500, + "checksum": "SHA-256:7fb2c785bd2c53330294080c862fb17eabe06007ca93d8839066eaeb9a72f6c6" + }, + { + "name": "FunctionGenerator", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", + "paragraph": "a.k.a. FunctionGenerator", + "website": "https://github.com/RobTillaart/FunctionGenerator", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "providesIncludes": [ + "functionGenerator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.6.zip", + "archiveFileName": "FunctionGenerator-0.2.6.zip", + "size": 24708, + "checksum": "SHA-256:5074e5675618d2887b59be58916cd2868c7a39b4ba737958be388f381472ca3a" + }, + { + "name": "SafeString", + "version": "1.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.0.zip", + "archiveFileName": "SafeString-1.0.0.zip", + "size": 58078, + "checksum": "SHA-256:3b57057f71daf2484dd79f0c39e0ec7672a2fb87e38b13db2d693ae5f6cfd948" + }, + { + "name": "SafeString", + "version": "1.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.1.zip", + "archiveFileName": "SafeString-1.0.1.zip", + "size": 58093, + "checksum": "SHA-256:c1e72e1a5262cf4d6a8874f7d05a8770cbe39a32247480d7984dccc3853b90bb" + }, + { + "name": "SafeString", + "version": "1.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2 added == char and extra tests for pgmspace", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.2.zip", + "archiveFileName": "SafeString-1.0.2.zip", + "size": 58259, + "checksum": "SHA-256:ec76cc5515b76941b9867bdbc95b381130a8cd35693ddabf04f155be158676c0" + }, + { + "name": "SafeString", + "version": "1.0.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.3.zip", + "archiveFileName": "SafeString-1.0.3.zip", + "size": 58355, + "checksum": "SHA-256:dfaf0535e15523cb71e5e349aaca367662576ed7b2f3ff151a9509e20ce3d475" + }, + { + "name": "SafeString", + "version": "1.0.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33 V1.0.4 made readBuffer arg const char* V1.0.5 undef nl() macro", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.5.zip", + "archiveFileName": "SafeString-1.0.5.zip", + "size": 58479, + "checksum": "SHA-256:469e16005009d947531ec0aa41fd9a6dc501579697fd6ebde489622ef4d9015e" + }, + { + "name": "SafeString", + "version": "1.0.6", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33 V1.0.4 made readBuffer arg const char* V1.0.5 undef nl() macro V1.0.6 retain delimiters after nextToken added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.6.zip", + "archiveFileName": "SafeString-1.0.6.zip", + "size": 62347, + "checksum": "SHA-256:95a4614bf46ca89ffe0715430a1eafc761d6653db6bca69b08f08c4790b790cf" + }, + { + "name": "SafeString", + "version": "2.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.0.zip", + "archiveFileName": "SafeString-2.0.0.zip", + "size": 78094, + "checksum": "SHA-256:e35e101125dfc8e41d7fc18e60b784d36180d670fc4c8cb4684d9d05d0674818" + }, + { + "name": "SafeString", + "version": "2.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.1.zip", + "archiveFileName": "SafeString-2.0.1.zip", + "size": 78286, + "checksum": "SHA-256:dddf252ba9090ffb66833348a9b6b398740c33d63d72ac7260a033319be106b5" + }, + { + "name": "SafeString", + "version": "2.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.2.zip", + "archiveFileName": "SafeString-2.0.2.zip", + "size": 78360, + "checksum": "SHA-256:1cc61df8963e353b4e79d7dd860a18c3435cf9f49748bda1c2c6affc9a198220" + }, + { + "name": "SafeString", + "version": "2.0.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.3.zip", + "archiveFileName": "SafeString-2.0.3.zip", + "size": 101661, + "checksum": "SHA-256:9cc394c137125f806d037d810cfa45ed913aa1a6f1a8b9e3a0c3e2511cffd9ff" + }, + { + "name": "SafeString", + "version": "2.0.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.4.zip", + "archiveFileName": "SafeString-2.0.4.zip", + "size": 101975, + "checksum": "SHA-256:d670ec7811b7ad7027b9dc9a8da9172d454855f5303e00f01c69ab30c8b2d9dd" + }, + { + "name": "SafeString", + "version": "2.0.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.5.zip", + "archiveFileName": "SafeString-2.0.5.zip", + "size": 102517, + "checksum": "SHA-256:b2d3da5f6f099600ae3ab9a092800a447d071c01de1a8748733d56043f521a57" + }, + { + "name": "SafeString", + "version": "2.0.6", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.6.zip", + "archiveFileName": "SafeString-2.0.6.zip", + "size": 102705, + "checksum": "SHA-256:fb2270bb579dfefba2760c133c1345c4fcba102df8a8e42b4efce0b2ce05cf50" + }, + { + "name": "SafeString", + "version": "2.0.7", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.7.zip", + "archiveFileName": "SafeString-2.0.7.zip", + "size": 103003, + "checksum": "SHA-256:91a415c94883af55aafdc0e83f79b9f4260ab817bdeca848e4a5cc17f8c0c19f" + }, + { + "name": "SafeString", + "version": "2.0.8", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.8.zip", + "archiveFileName": "SafeString-2.0.8.zip", + "size": 104002, + "checksum": "SHA-256:2e989a9ba4889273b23b2b5d51a30231918caef31678f61f54f06bc5b639c117" + }, + { + "name": "SafeString", + "version": "2.0.9", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.9 fix to readUntilToken() and SafeStringStream, added const char delimiiter args, V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.9.zip", + "archiveFileName": "SafeString-2.0.9.zip", + "size": 104890, + "checksum": "SHA-256:0566336eeb8f0d25c7f2bbb097c1bc42ee6b6991c3089806962ea55adcdda619" + }, + { + "name": "SafeString", + "version": "2.0.10", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.10 fix BufferedOutput, V2.0.9 fix readUntilToken() and SafeStringStream, added const char delimiiter args, V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.10.zip", + "archiveFileName": "SafeString-2.0.10.zip", + "size": 105221, + "checksum": "SHA-256:5c2df8606bda316759e42683da99638984a99678c9a6d2264fb1267d7c1dba82" + }, + { + "name": "SafeString", + "version": "3.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.0.zip", + "archiveFileName": "SafeString-3.0.0.zip", + "size": 157893, + "checksum": "SHA-256:6c25b5044c8d5609cebd50494cd2fae7cbfeae0f304b2e7f04b2a32cc3826ffb" + }, + { + "name": "SafeString", + "version": "3.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.1.zip", + "archiveFileName": "SafeString-3.0.1.zip", + "size": 158021, + "checksum": "SHA-256:1e72f989231486c60949f9ee5035e77d5512df99b91871383647cde1e0764d54" + }, + { + "name": "SafeString", + "version": "3.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.2.zip", + "archiveFileName": "SafeString-3.0.2.zip", + "size": 166918, + "checksum": "SHA-256:ac629a11e324faa9d81b6dad0cf07f7e5fd66642e669d4f827775fe53f52f531" + }, + { + "name": "SafeString", + "version": "3.0.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.4.zip", + "archiveFileName": "SafeString-3.0.4.zip", + "size": 168371, + "checksum": "SHA-256:a0f63f4a5a269f3893a5d01f52c478939d23c9f07c15d90ba242b5594cebd3d5" + }, + { + "name": "SafeString", + "version": "3.0.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.5.zip", + "archiveFileName": "SafeString-3.0.5.zip", + "size": 168807, + "checksum": "SHA-256:25d6423c639e4aab85a10ab92a8e55bc902087515180c6bd2412b1c680567a45" + }, + { + "name": "SafeString", + "version": "3.0.6", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.0.6.zip", + "archiveFileName": "SafeString-3.0.6.zip", + "size": 169313, + "checksum": "SHA-256:317107f89ce5f201f58ed9f6725532be4d89cf991734dea7f7530f8c7266e3ac" + }, + { + "name": "SafeString", + "version": "3.1.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-3.1.0.zip", + "archiveFileName": "SafeString-3.1.0.zip", + "size": 172333, + "checksum": "SHA-256:ecba8214483b5214cfcc87f0bba6f6ebe2767c394be652e2642ccd8c0d90f7ea" + }, + { + "name": "SafeString", + "version": "4.0.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.0.zip", + "archiveFileName": "SafeString-4.0.0.zip", + "size": 181555, + "checksum": "SHA-256:47432c0bd383c5a5be7e6892a059ec4e540e5565debdfa690a830bb03f27d9be" + }, + { + "name": "SafeString", + "version": "4.0.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.1.zip", + "archiveFileName": "SafeString-4.0.1.zip", + "size": 181702, + "checksum": "SHA-256:e76e642eb9d6ee62140a39dfc5f575a4d60ce2cd53d2fc518925f57fbc681e6d" + }, + { + "name": "SafeString", + "version": "4.0.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.2.zip", + "archiveFileName": "SafeString-4.0.2.zip", + "size": 183888, + "checksum": "SHA-256:a6382254165fe9f3020905a9e6a6871fa91b291509720b0146f74562abd95188" + }, + { + "name": "SafeString", + "version": "4.0.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.3.zip", + "archiveFileName": "SafeString-4.0.3.zip", + "size": 185825, + "checksum": "SHA-256:3d56e55d821235a8bdc01c97392f6c304cb28900dcb7b852d5d3bdf0e6ef5d82" + }, + { + "name": "SafeString", + "version": "4.0.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.0.4.zip", + "archiveFileName": "SafeString-4.0.4.zip", + "size": 186907, + "checksum": "SHA-256:ab2b7af401b90f7c458c310b5817379a624d00ab2d0f6c083d79a511da473dc1" + }, + { + "name": "SafeString", + "version": "4.1.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.1.zip", + "archiveFileName": "SafeString-4.1.1.zip", + "size": 200615, + "checksum": "SHA-256:6dee354ca1f0fc86cb6b42eef090f69d1dd8795c4874889e18ad8194ffbe3505" + }, + { + "name": "SafeString", + "version": "4.1.3", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.3.zip", + "archiveFileName": "SafeString-4.1.3.zip", + "size": 201029, + "checksum": "SHA-256:34f0ecbf704fe9220ff38d48ea1efa65af65da3c189097a2b65617cbcf19a7e9" + }, + { + "name": "SafeString", + "version": "4.1.4", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.4.zip", + "archiveFileName": "SafeString-4.1.4.zip", + "size": 201074, + "checksum": "SHA-256:2211ef791c9d74bc787511e947d2996b0598c45898c3d088b4fef093e4ee7e46" + }, + { + "name": "SafeString", + "version": "4.1.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.5.zip", + "archiveFileName": "SafeString-4.1.5.zip", + "size": 201637, + "checksum": "SHA-256:ae517f1bbabebc57e71a883d3eeac58578d9a021b70202c8090ffed3bb629160" + }, + { + "name": "SafeString", + "version": "4.1.8", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.8.zip", + "archiveFileName": "SafeString-4.1.8.zip", + "size": 204865, + "checksum": "SHA-256:39ecc61d348045244f261b92793cd7dc3755d58b95ee2905cffd7e283cb0c4d8" + }, + { + "name": "SafeString", + "version": "4.1.9", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.9.zip", + "archiveFileName": "SafeString-4.1.9.zip", + "size": 207656, + "checksum": "SHA-256:5d58d22a03cf4fe8a07d4ad653eb3cd8cef4ee563f158b444269ab2b81c0d07f" + }, + { + "name": "SafeString", + "version": "4.1.10", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.10.zip", + "archiveFileName": "SafeString-4.1.10.zip", + "size": 208034, + "checksum": "SHA-256:330aea6e868ab7e460a24e76b85f00623b3c30ab3e832386b3ae3b1cd683600e" + }, + { + "name": "SafeString", + "version": "4.1.11", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.11.zip", + "archiveFileName": "SafeString-4.1.11.zip", + "size": 208245, + "checksum": "SHA-256:df4818f9e5069f1ed003ee65be9f6649d5ec2b57f53db4bd399af1f20e787364" + }, + { + "name": "SafeString", + "version": "4.1.12", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.12.zip", + "archiveFileName": "SafeString-4.1.12.zip", + "size": 212660, + "checksum": "SHA-256:640e942f098240a1c0c0377a15fb45655e1419ba15fa8fab839dcab812f90e9c" + }, + { + "name": "SafeString", + "version": "4.1.13", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.13.zip", + "archiveFileName": "SafeString-4.1.13.zip", + "size": 212815, + "checksum": "SHA-256:7a39680b9dc7e73d5c3ac9e9f8edb6b165eb0c0ebda6a600bd9027c2879aeb03" + }, + { + "name": "SafeString", + "version": "4.1.14", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.14.zip", + "archiveFileName": "SafeString-4.1.14.zip", + "size": 213069, + "checksum": "SHA-256:4cfe3068c8dfbde1f560fe3858b38c77d3e737e7dc2b98c24ed0d9de1476765a" + }, + { + "name": "SafeString", + "version": "4.1.15", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.15.zip", + "archiveFileName": "SafeString-4.1.15.zip", + "size": 213101, + "checksum": "SHA-256:794639848312d269befc5a90b5517afe81d18d0c653c7fbc57f1e88bc500b865" + }, + { + "name": "SafeString", + "version": "4.1.16", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.16.zip", + "archiveFileName": "SafeString-4.1.16.zip", + "size": 213157, + "checksum": "SHA-256:5d5cb0a276217e0429d9802ee69541022e24fcee2c750b1729c9a6a8ecda0845" + }, + { + "name": "SafeString", + "version": "4.1.17", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.17.zip", + "archiveFileName": "SafeString-4.1.17.zip", + "size": 213466, + "checksum": "SHA-256:87038c70a63971f9c4c1fbaf170259e4b35396fe75170d3ae41f13345998108c" + }, + { + "name": "SafeString", + "version": "4.1.18", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.18.zip", + "archiveFileName": "SafeString-4.1.18.zip", + "size": 213474, + "checksum": "SHA-256:a92c77af0adefdffe5942985210239bd4f1761b41b556c558f441bf3185d5947" + }, + { + "name": "SafeString", + "version": "4.1.19", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.19.zip", + "archiveFileName": "SafeString-4.1.19.zip", + "size": 217064, + "checksum": "SHA-256:2a7d34e96e0fab7f8692361b56eed4c330408ea8f345bffaba9d7a66efa87814" + }, + { + "name": "SafeString", + "version": "4.1.20", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.20.zip", + "archiveFileName": "SafeString-4.1.20.zip", + "size": 217126, + "checksum": "SHA-256:e28c78e9ea89fa79d74e23c3fb759826da545a0339f53d12f31b9d5dff73323c" + }, + { + "name": "SafeString", + "version": "4.1.21", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.21.zip", + "archiveFileName": "SafeString-4.1.21.zip", + "size": 217120, + "checksum": "SHA-256:58d93d670e80906a1b04f3d70f92405db3f217fb5a60a44f744f692edbb5a1fb" + }, + { + "name": "SafeString", + "version": "4.1.22", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.22.zip", + "archiveFileName": "SafeString-4.1.22.zip", + "size": 217160, + "checksum": "SHA-256:043e583db4cbfac5a5a705bb2d86148ab33f3ae3ed5758e5f41e9996096c542c" + }, + { + "name": "SafeString", + "version": "4.1.23", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.23.zip", + "archiveFileName": "SafeString-4.1.23.zip", + "size": 217754, + "checksum": "SHA-256:ce89feb7780973b221d1da933d992c513cb74df6d2fbbdfd52eaf01c1444a906" + }, + { + "name": "SafeString", + "version": "4.1.24", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.24.zip", + "archiveFileName": "SafeString-4.1.24.zip", + "size": 217801, + "checksum": "SHA-256:f16b6640eba5ed99124fb434a41a0dad1aac5f2fe8eeb769fd4fc0760ead6857" + }, + { + "name": "SafeString", + "version": "4.1.25", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.25.zip", + "archiveFileName": "SafeString-4.1.25.zip", + "size": 218172, + "checksum": "SHA-256:e8a49f51dfb9c77658ea76b611f863ee9fb63f3e51915b5f60acc271d4d21d7c" + }, + { + "name": "SafeString", + "version": "4.1.26", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.26.zip", + "archiveFileName": "SafeString-4.1.26.zip", + "size": 218131, + "checksum": "SHA-256:e649d24bbdfb860858ea6173683df69665c254a95e9894182e1b869752727bb6" + }, + { + "name": "SafeString", + "version": "4.1.27", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.27.zip", + "archiveFileName": "SafeString-4.1.27.zip", + "size": 646213, + "checksum": "SHA-256:f8edd515a622d920d62bde30185afd17842a8ec798250855150565127c7d57c9" + }, + { + "name": "SafeString", + "version": "4.1.28", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.28.zip", + "archiveFileName": "SafeString-4.1.28.zip", + "size": 649487, + "checksum": "SHA-256:4cc3a2af041a77c791a62445627104dcf5850349a9f14b45620f55fd7fa03b8e" + }, + { + "name": "SafeString", + "version": "4.1.29", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.29.zip", + "archiveFileName": "SafeString-4.1.29.zip", + "size": 655922, + "checksum": "SHA-256:006a9052e7730bff52fdea82d880c1b3af0ddf1e717a64068f39b8c8cc65cdc1" + }, + { + "name": "SafeString", + "version": "4.1.30", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O, I/O buffering, loopTimer and millisDelay", + "paragraph": "See README.md for revision notes. This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Includes SafeStringReader: non-blocking tokenizing text reader, BufferedOutput: non-blocking text output, BufferedInput: extra buffering for text input, loopTimer: track of the maximum and average run times for the loop, PinFlasher: non-blocking flashing on an output Pin and millisDelay: a non-blocking delay, with single-shot, repeating, restart and stop facilities.", + "website": "https://github.com/PowerBroker2/SafeString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/SafeString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-4.1.30.zip", + "archiveFileName": "SafeString-4.1.30.zip", + "size": 656128, + "checksum": "SHA-256:f298d065967276417143353db2fe33bda9fd7215d2e6001ede600db1d75b8de1" + }, + { + "name": "ArxStringUtils", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.0.zip", + "archiveFileName": "ArxStringUtils-0.2.0.zip", + "size": 15684, + "checksum": "SHA-256:926569aeab2aee7ef5565f96f5ea434191799c8dfd2486cb7fb4208f955e3082" + }, + { + "name": "ArxStringUtils", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.1.zip", + "archiveFileName": "ArxStringUtils-0.2.1.zip", + "size": 15797, + "checksum": "SHA-256:c4ef8aecfc5b216d08fc994a0d75b5a5a021a724a89d1ab33f8d33e6c8756e3d" + }, + { + "name": "ArxStringUtils", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.2.zip", + "archiveFileName": "ArxStringUtils-0.2.2.zip", + "size": 16103, + "checksum": "SHA-256:c72292a8659cc520346917d222bd63c3cecc61c20a632e36b9d1f9ef21e70e98" + }, + { + "name": "ArxStringUtils", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.3.zip", + "archiveFileName": "ArxStringUtils-0.2.3.zip", + "size": 30020, + "checksum": "SHA-256:b12dc3874a375d66d87756bf88e350e322e2bd5fb4a741fbd74cf4326101b317" + }, + { + "name": "ArxStringUtils", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.4.zip", + "archiveFileName": "ArxStringUtils-0.2.4.zip", + "size": 30021, + "checksum": "SHA-256:b6d96976cfd231c8e10a05556c72039a22a369f9a8d815e50d5643add82dd598" + }, + { + "name": "ArxStringUtils", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.5.zip", + "archiveFileName": "ArxStringUtils-0.2.5.zip", + "size": 30117, + "checksum": "SHA-256:e08fd0d610f79447c07a0ab12b8813dee930f507f5605013972992ea743b9e8f" + }, + { + "name": "ArxStringUtils", + "version": "0.2.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.6.zip", + "archiveFileName": "ArxStringUtils-0.2.6.zip", + "size": 30127, + "checksum": "SHA-256:3eb1b8dff574e21b9709a43a08e7d823b801241be2b00aa98038f114668e1d71" + }, + { + "name": "ArxStringUtils", + "version": "0.2.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.7.zip", + "archiveFileName": "ArxStringUtils-0.2.7.zip", + "size": 30076, + "checksum": "SHA-256:02d9d85ea386398dc1f6fa309310be15c6fc107fa4b560e928ecac51e89b44f5" + }, + { + "name": "ArxStringUtils", + "version": "0.2.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.8.zip", + "archiveFileName": "ArxStringUtils-0.2.8.zip", + "size": 30886, + "checksum": "SHA-256:c7078cf90d778640abe67c5d387847ffb15b7beb97b6341b0ac10ff83702fb7e" + }, + { + "name": "ArxStringUtils", + "version": "0.2.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.9.zip", + "archiveFileName": "ArxStringUtils-0.2.9.zip", + "size": 30896, + "checksum": "SHA-256:55e280abc974e5433e93cf640f61dc092c740b0ef948d43bf4aced4f639970c0" + }, + { + "name": "ArxStringUtils", + "version": "0.2.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.10.zip", + "archiveFileName": "ArxStringUtils-0.2.10.zip", + "size": 31203, + "checksum": "SHA-256:6a7074f3e506a90a91ab0a7a7140e2d8837d3eca12f36fcb2d69add88523476e" + }, + { + "name": "ArxStringUtils", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino String utilities", + "paragraph": "Arduino String utilities", + "website": "https://github.com/hideakitai/ArxStringUtils", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArxStringUtils.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxTypeTraits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.3.0.zip", + "archiveFileName": "ArxStringUtils-0.3.0.zip", + "size": 6312, + "checksum": "SHA-256:1e6cdfc9bd704b602913682fcf2906c519ffb21d3e576017d7d59ef57835c2bc" + }, + { + "name": "LcdMenu", + "version": "1.0.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.0.zip", + "archiveFileName": "LcdMenu-1.0.0.zip", + "size": 8436, + "checksum": "SHA-256:cb47881ff3d5ac10a233b91d72d5969db5ba5e20ec78c4f2a3eba4519a2f8d84" + }, + { + "name": "LcdMenu", + "version": "1.0.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.1.zip", + "archiveFileName": "LcdMenu-1.0.1.zip", + "size": 8450, + "checksum": "SHA-256:365b1ebdb0ca4d584b2799eac5a2f0d27e0f72aa09973ecae6c5abbeb589bc7c" + }, + { + "name": "LcdMenu", + "version": "1.0.2", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.2.zip", + "archiveFileName": "LcdMenu-1.0.2.zip", + "size": 11474, + "checksum": "SHA-256:12046754a013886abe1efd552961277417dd63d17184e449fb81291592b43f9e" + }, + { + "name": "LcdMenu", + "version": "1.0.3", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.3.zip", + "archiveFileName": "LcdMenu-1.0.3.zip", + "size": 87329, + "checksum": "SHA-256:472120b7e4b09a949de6ad8bcd2873ec258adb339cb3d9fee49394cd38fa4e24" + }, + { + "name": "LcdMenu", + "version": "1.0.4", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.4.zip", + "archiveFileName": "LcdMenu-1.0.4.zip", + "size": 87358, + "checksum": "SHA-256:1d0672bf1bdd7f1d1dde5879ebaf5aa2a890a165e76d50014158b649b3df19d7" + }, + { + "name": "LcdMenu", + "version": "1.1.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.1.0.zip", + "archiveFileName": "LcdMenu-1.1.0.zip", + "size": 67524, + "checksum": "SHA-256:9b746889fffbbd2382098f7ded22197eac41bb091838f411d9eaabc89d491c36" + }, + { + "name": "LcdMenu", + "version": "1.1.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://github.com/forntoh/LcdMenu/wiki", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.1.1.zip", + "archiveFileName": "LcdMenu-1.1.1.zip", + "size": 68093, + "checksum": "SHA-256:815a73ee376c5aaaca9b1ac156950b15dbfea12a7f0eb9dce6b92bba2b3f4de1" + }, + { + "name": "LcdMenu", + "version": "2.0.0-beta.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.0.0-beta.1.zip", + "archiveFileName": "LcdMenu-2.0.0-beta.1.zip", + "size": 23553, + "checksum": "SHA-256:bd40ab7fa64f0769fcaa998f1cab1fb082a7243450ec3cf568b0322774f5c9cb" + }, + { + "name": "LcdMenu", + "version": "2.0.0-beta.2", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.0.0-beta.2.zip", + "archiveFileName": "LcdMenu-2.0.0-beta.2.zip", + "size": 23207, + "checksum": "SHA-256:0bad9454a486ef3b7ae10753ee3231edafe462ff0b435fad43f2dd5aceeb523f" + }, + { + "name": "LcdMenu", + "version": "1.2.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.2.0.zip", + "archiveFileName": "LcdMenu-1.2.0.zip", + "size": 19068, + "checksum": "SHA-256:7bff7537125d9333cf19909b30fed553c4d0337e084fcda07fb6d6246867106a" + }, + { + "name": "LcdMenu", + "version": "2.0.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.0.0.zip", + "archiveFileName": "LcdMenu-2.0.0.zip", + "size": 22795, + "checksum": "SHA-256:d15416fae1fe85b9ad3b582a2033973d6d188fa71c83f78c026633de94b585ff" + }, + { + "name": "LcdMenu", + "version": "2.1.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.1.0.zip", + "archiveFileName": "LcdMenu-2.1.0.zip", + "size": 27600, + "checksum": "SHA-256:047f02b04240f550c8d4a0e8b7f7041804bea7fb3194f4924e597fd1b0eea514" + }, + { + "name": "LcdMenu", + "version": "2.1.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.1.1.zip", + "archiveFileName": "LcdMenu-2.1.1.zip", + "size": 28913, + "checksum": "SHA-256:838520989f33cfd55c3320bf83986df9e24b20c8f9863d357ee32b8d4bba724b" + }, + { + "name": "LcdMenu", + "version": "2.1.2", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.1.2.zip", + "archiveFileName": "LcdMenu-2.1.2.zip", + "size": 29045, + "checksum": "SHA-256:0a334ea423f6ff7c5ea288f24fc62faea4b8827eb2e876a758fa9dd65c880300" + }, + { + "name": "LcdMenu", + "version": "2.1.3", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-2.1.3.zip", + "archiveFileName": "LcdMenu-2.1.3.zip", + "size": 29096, + "checksum": "SHA-256:7688b1ddc5760596c84cbaa7513ab076d43788dcc76870291ac6c9bdc1cb2873" + }, + { + "name": "LcdMenu", + "version": "3.0.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.0.0.zip", + "archiveFileName": "LcdMenu-3.0.0.zip", + "size": 34865, + "checksum": "SHA-256:ba03fe65f5c2341c70180380f2c1a32f54eecb56ffe2d2ad201c1b2413e807c9" + }, + { + "name": "LcdMenu", + "version": "3.0.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.0.1.zip", + "archiveFileName": "LcdMenu-3.0.1.zip", + "size": 35553, + "checksum": "SHA-256:ee8ed285027fe7b1d937f7762ba36d3653cd50532d10b9418d6181522e8b2c25" + }, + { + "name": "LcdMenu", + "version": "3.1.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.1.0.zip", + "archiveFileName": "LcdMenu-3.1.0.zip", + "size": 37812, + "checksum": "SHA-256:d25b401df2f58515ddc175739fee676d4b27f05ea624e1a53e382491167a9742" + }, + { + "name": "LcdMenu", + "version": "3.1.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.1.1.zip", + "archiveFileName": "LcdMenu-3.1.1.zip", + "size": 37819, + "checksum": "SHA-256:21650494b6ba82c0fe1b24b9784e6b5f0058d5404d6a6e66fb76c774f776ed5b" + }, + { + "name": "LcdMenu", + "version": "3.2.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://forntoh.github.io/LcdMenu", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.2.0.zip", + "archiveFileName": "LcdMenu-3.2.0.zip", + "size": 37477, + "checksum": "SHA-256:9380dbd0404af7560b08de0a53877fe6eed35e4aff042122ccfd6fab455824eb" + }, + { + "name": "LcdMenu", + "version": "3.3.0", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://lcdmenu.forntoh.dev", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.3.0.zip", + "archiveFileName": "LcdMenu-3.3.0.zip", + "size": 33953, + "checksum": "SHA-256:c47a2ba42f2145641d77953480de1240399675d42aeae7e7a53a85676c835480" + }, + { + "name": "LcdMenu", + "version": "3.3.1", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://lcdmenu.forntoh.dev", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.3.1.zip", + "archiveFileName": "LcdMenu-3.3.1.zip", + "size": 33929, + "checksum": "SHA-256:37af6028efcaee1e463504cc90fd3c2f3ee3e57763222403d6965309059a338b" + }, + { + "name": "LcdMenu", + "version": "3.3.2", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://lcdmenu.forntoh.dev", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.3.2.zip", + "archiveFileName": "LcdMenu-3.3.2.zip", + "size": 33943, + "checksum": "SHA-256:434986cbd413c0773173946c897ff047c4f650f30f48385f42be0ad7597b82f1" + }, + { + "name": "LcdMenu", + "version": "3.3.3", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://lcdmenu.forntoh.dev", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.3.3.zip", + "archiveFileName": "LcdMenu-3.3.3.zip", + "size": 34309, + "checksum": "SHA-256:1ed115bc26a2d82f0e4f6cd530aacb94f5311b18c45c3f342dbf8c570af2d5a5" + }, + { + "name": "LcdMenu", + "version": "3.3.4", + "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", + "sentence": "Display navigable menu items on your LCD display with Arduino.", + "paragraph": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", + "website": "https://lcdmenu.forntoh.dev", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/forntoh/LcdMenu.git", + "providesIncludes": [ + "LcdMenu.h" + ], + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-3.3.4.zip", + "archiveFileName": "LcdMenu-3.3.4.zip", + "size": 34334, + "checksum": "SHA-256:d38d6473c012f825e7b996d998987b9f2c7b77aa474c6103db5e1faaee085374" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.0.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.0.zip", + "size": 1150202, + "checksum": "SHA-256:d5c16665899aca8ee2524b28403691a42855b96bba4da0808c39d6eccf4dfc98" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.1.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.1.zip", + "size": 1150244, + "checksum": "SHA-256:44b1ce79f17e19720bce6ad3595cfee71163761675e46702516c1fde8a6148d0" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.2.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.2.zip", + "size": 1150248, + "checksum": "SHA-256:a1474fbbb03f5456c825da7eb2146de55bd8e7aea1a3c55be43719d3a47b83ae" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.3.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.3.zip", + "size": 1150251, + "checksum": "SHA-256:de704b35e742cd698030ca1e62a7f51edef896e57309cebc783f8bd2a93a9c72" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.4.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.4.zip", + "size": 1150271, + "checksum": "SHA-256:3a8a6fcb902f84f3fe15c6d2c602f9648c4a99bff3b3f335a036d763de0ab0a9" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.5.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.5.zip", + "size": 1150273, + "checksum": "SHA-256:9253eb884e28c503ef6c30346954853e0bcfeab5203c91eab7fd584942c97e1c" + }, + { + "name": "Adafruit ICM20X", + "version": "2.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ICM20X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.7.zip", + "archiveFileName": "Adafruit_ICM20X-2.0.7.zip", + "size": 1150273, + "checksum": "SHA-256:47b8d7254dcba84603da8001337d0e8b3a8a948b3ce32943ade84543f9f19af7" + }, + { + "name": "IGB-FlashSst26", + "version": "1.0.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.0.0.zip", + "archiveFileName": "IGB_FlashSst26-1.0.0.zip", + "size": 13946945, + "checksum": "SHA-256:00bab012b4a3297abe2cd287102e2aaaece68d99d529139646501a03535f0d75" + }, + { + "name": "IGB-FlashSst26", + "version": "1.1.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.1.0.zip", + "archiveFileName": "IGB_FlashSst26-1.1.0.zip", + "size": 652543, + "checksum": "SHA-256:70045fe4ece0e1566c957dcefc8ef2cb58acb22e258bde66e5f563cbb7c72ed1" + }, + { + "name": "IGB-FlashSst26", + "version": "1.3.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.3.0.zip", + "archiveFileName": "IGB_FlashSst26-1.3.0.zip", + "size": 652544, + "checksum": "SHA-256:93ef7f2a0167e6fe67574eb193ea58945c6254675030d403a7d6df8844034975" + }, + { + "name": "IGB-FlashSst26", + "version": "1.4.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", + "paragraph": "Enables functions of Microchip Serial Flash chip 26 Series. It has separated serial printing capabilties and a very small memory consumption. Tested Chip: SST26WF016BA (WF=1,8V)", + "website": "*", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "dependencies": [ + { + "name": "ComDriverSpi" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.4.0.zip", + "archiveFileName": "IGB_FlashSst26-1.4.0.zip", + "size": 652387, + "checksum": "SHA-256:9a8f2e14a3c503884b27d1973dc7b33fcfa08c0f85263c81ae89760515e2cee6" + }, + { + "name": "Arduino_KNN", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[BETA] Arduino library for the K-Nearest Neighbors algorithm.", + "paragraph": "The KNN algorithm classifies objects by comparing how similar they are to previously seen examples", + "website": "https://github.com/arduino-libraries/Arduino_KNN", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_KNN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_KNN-0.1.0.zip", + "archiveFileName": "Arduino_KNN-0.1.0.zip", + "size": 21650, + "checksum": "SHA-256:375fab705ee9cb0deb9c4b28cd83b14691d726d9f42fc2551860e5a0c0a41f80" + }, + { + "name": "YA_FSM", + "version": "1.0.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.0.zip", + "archiveFileName": "YA_FSM-1.0.0.zip", + "size": 30072, + "checksum": "SHA-256:322cc91b6223abb620f8e15958f9e0d4daf415a7d44d37b5041ad44257896b44" + }, + { + "name": "YA_FSM", + "version": "1.0.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.1.zip", + "archiveFileName": "YA_FSM-1.0.1.zip", + "size": 30551, + "checksum": "SHA-256:6b01811d500ef4f06d88c2add27109af46b9a9b2667f506f1c4d7019ce4536cb" + }, + { + "name": "YA_FSM", + "version": "1.0.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.3.zip", + "archiveFileName": "YA_FSM-1.0.3.zip", + "size": 36407, + "checksum": "SHA-256:edcf9590ec4022b215eef583eed12470f4904461c7a0c676326a526c9234a57e" + }, + { + "name": "YA_FSM", + "version": "1.0.5", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired finite state machine with states, transitions and actions. FSM machine modelled with GRAPCET / SFC diagram can be easily translated to C++ code. State callback functions are also supported.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.5.zip", + "archiveFileName": "YA_FSM-1.0.5.zip", + "size": 35788, + "checksum": "SHA-256:ff6d294fb40a30c6421846949354e542ee44c264c52b88df38fb6e21f459499a" + }, + { + "name": "YA_FSM", + "version": "1.0.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired finite state machine with states, transitions and actions. FSM machine modelled with GRAPCET / SFC diagram can be easily translated to C++ code. State callback functions are also supported.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.6.zip", + "archiveFileName": "YA_FSM-1.0.6.zip", + "size": 23268, + "checksum": "SHA-256:b5910b9b16f4eb709d1253acee294afe1815da0d85ffbec4588337b46a3a59f1" + }, + { + "name": "YA_FSM", + "version": "1.0.7", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired finite state machine with states, transitions and actions. FSM machine modelled with GRAPCET / SFC diagram can be easily translated to C++ code. State callback functions are also supported.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.7.zip", + "archiveFileName": "YA_FSM-1.0.7.zip", + "size": 24460, + "checksum": "SHA-256:0d76b52ab32b1d46d4d31b8399c1221bcdd2d5c8ae24d3faa0c1a1b6a5aad1bc" + }, + { + "name": "YA_FSM", + "version": "1.0.8", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Yet Another Finite State Machine", + "paragraph": "The YA_FSM library implements a Petri net inspired finite state machine with states, transitions and actions. FSM machine modelled with GRAPCET / SFC diagram can be easily translated to C++ code. State callback functions are also supported.", + "website": "https://github.com/cotestatnt/YA_FSM", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/YA_FSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.8.zip", + "archiveFileName": "YA_FSM-1.0.8.zip", + "size": 24685, + "checksum": "SHA-256:d44adc5f86219409273b2de8d21917f55b51fcc912b9a206d61675d612c7b90a" + }, + { + "name": "NibbleArray", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": [ + "nibbleArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.0.zip", + "archiveFileName": "NibbleArray-0.2.0.zip", + "size": 6812, + "checksum": "SHA-256:707dd4215808ae2d6e27bc69837089ea57c23b339fb0b710399a959ca2631598" + }, + { + "name": "NibbleArray", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": [ + "nibbleArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.1.zip", + "archiveFileName": "NibbleArray-0.2.1.zip", + "size": 8566, + "checksum": "SHA-256:38a4201187b3da9b4edcbc7bab8f34cc39995c6d25fd357bb2e5a2af044399b3" + }, + { + "name": "NibbleArray", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": [ + "nibbleArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.2.zip", + "archiveFileName": "NibbleArray-0.2.2.zip", + "size": 9668, + "checksum": "SHA-256:5b3fc3ba9e2f04591748d27f85a13ab7f06b6dd001c421af9727d11b87d50fd7" + }, + { + "name": "NibbleArray", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": [ + "nibbleArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.3.zip", + "archiveFileName": "NibbleArray-0.2.3.zip", + "size": 9743, + "checksum": "SHA-256:b5b19f7d0c4ed54ad3e4446231c4d66c7a33936687f9d697aa9ee45a39b6f4a5" + }, + { + "name": "NibbleArray", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": [ + "nibbleArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.4.zip", + "archiveFileName": "NibbleArray-0.2.4.zip", + "size": 10125, + "checksum": "SHA-256:10f20011ff0c1d22b7e4f8f20c42c1d191762acc44ea25599a54ed2fe138d334" + }, + { + "name": "NibbleArray", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": [ + "nibbleArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.5.zip", + "archiveFileName": "NibbleArray-0.2.5.zip", + "size": 10819, + "checksum": "SHA-256:ee6f97a52a96b623ba973dffe0b44777cdb2978273a667f84f4bc1967c8d87c3" + }, + { + "name": "NibbleArray", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to implement a compact array of nibbles (4 bit).", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/nibbleArray.git", + "providesIncludes": [ + "nibbleArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.6.zip", + "archiveFileName": "NibbleArray-0.2.6.zip", + "size": 11012, + "checksum": "SHA-256:46381737f05daee24a9dd56129971e027642bd88e191fa6fb79c0041496c4188" + }, + { + "name": "PollingTimer", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.0.zip", + "archiveFileName": "PollingTimer-0.2.0.zip", + "size": 36597, + "checksum": "SHA-256:a202841110a59e409a1f3a86a510dc2154c8117e6d22d61d98b81a734a5ea66a" + }, + { + "name": "PollingTimer", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.1.zip", + "archiveFileName": "PollingTimer-0.2.1.zip", + "size": 36680, + "checksum": "SHA-256:64af073cdd342b02717bd6172f7869ed71df2187ebf37697313fef5c36061776" + }, + { + "name": "PollingTimer", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.2.zip", + "archiveFileName": "PollingTimer-0.2.2.zip", + "size": 40576, + "checksum": "SHA-256:97de0c282524aece75ed6fe55d2050e9e01cd3f5b3d8a19b26e9326394dc5098" + }, + { + "name": "PollingTimer", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.3.zip", + "archiveFileName": "PollingTimer-0.2.3.zip", + "size": 40605, + "checksum": "SHA-256:199bb301dcf97c9927f153553b33e264125ed1aa83c48045583a39765527a743" + }, + { + "name": "PollingTimer", + "version": "0.2.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.4.zip", + "archiveFileName": "PollingTimer-0.2.4.zip", + "size": 40622, + "checksum": "SHA-256:f4f4c255a2d74a23bb81b7cd08473bb0a00af04eb3b5ab01fae05d596a578bae" + }, + { + "name": "PollingTimer", + "version": "0.2.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.5.zip", + "archiveFileName": "PollingTimer-0.2.5.zip", + "size": 40977, + "checksum": "SHA-256:274ea8a3074ccd6e0fbe4038e7d09aa2ffac343d050cd362ad4142e950f0f871" + }, + { + "name": "PollingTimer", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.3.0.zip", + "archiveFileName": "PollingTimer-0.3.0.zip", + "size": 42079, + "checksum": "SHA-256:ba14dd21677b3184c9a86d529035a1f7f2f3c25624a637d971d928085f962bd6" + }, + { + "name": "PollingTimer", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.3.1.zip", + "archiveFileName": "PollingTimer-0.3.1.zip", + "size": 42078, + "checksum": "SHA-256:f8cd4eb0a495d319eddae203711f5995aed99b098054b6ba0bf56068d846e9a4" + }, + { + "name": "PollingTimer", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.4.0.zip", + "archiveFileName": "PollingTimer-0.4.0.zip", + "size": 43428, + "checksum": "SHA-256:8068d0bb744118250b9168d553489c9c47d60a8f4e7c2121b27a390cc4a95d1a" + }, + { + "name": "PollingTimer", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.4.1.zip", + "archiveFileName": "PollingTimer-0.4.1.zip", + "size": 43427, + "checksum": "SHA-256:9b5e337d102676fa0562d8e4dfc6741c03394dfab99798d6167b22239501e553" + }, + { + "name": "PollingTimer", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.4.2.zip", + "archiveFileName": "PollingTimer-0.4.2.zip", + "size": 43496, + "checksum": "SHA-256:5baf2ffcf99db0516d47dc3cf2cc4e6567f91540d1c6261ec76c78ecc4304e23" + }, + { + "name": "PollingTimer", + "version": "0.4.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.4.3.zip", + "archiveFileName": "PollingTimer-0.4.3.zip", + "size": 43554, + "checksum": "SHA-256:70fd9f88d7a01a9e93ee644211e838f4f695a056824a25434a427d006705e803" + }, + { + "name": "PollingTimer", + "version": "0.5.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "dependencies": [ + { + "name": "ArxTypeTraits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.5.0.zip", + "archiveFileName": "PollingTimer-0.5.0.zip", + "size": 29578, + "checksum": "SHA-256:90a8f7a69727c932fb48e7b3d66239d031550c036f0f51ee690128b0a59815ec" + }, + { + "name": "PollingTimer", + "version": "0.6.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library to manage timing and event in a flexible way with polling", + "paragraph": "Arduino library to manage timing and event in a flexible way with polling", + "website": "https://github.com/hideakitai/PollingTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PollingTimer.git", + "dependencies": [ + { + "name": "ArxTypeTraits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.6.0.zip", + "archiveFileName": "PollingTimer-0.6.0.zip", + "size": 29754, + "checksum": "SHA-256:d7c1022f5e267d12811bd2a182e8c8ad19364e865be5661cbe43c19232cf1d92" + }, + { + "name": "MS5611", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.0.zip", + "archiveFileName": "MS5611-0.2.0.zip", + "size": 7467, + "checksum": "SHA-256:51693f3e6e1a40926e65b9ab420d40bea612efaba0138344a15904822e4be0e3" + }, + { + "name": "MS5611", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.1.zip", + "archiveFileName": "MS5611-0.2.1.zip", + "size": 7520, + "checksum": "SHA-256:2298e48738ac5e6b2f5d698495d99e82f8d91396d08a0c209c2a441c0ac34605" + }, + { + "name": "MS5611", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.2.zip", + "archiveFileName": "MS5611-0.2.2.zip", + "size": 9643, + "checksum": "SHA-256:8d9da5e95b2f73b3a8f0425f6bcd71e7d1ac117ac75c29607ce6f43ab0b23d55" + }, + { + "name": "MS5611", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.0.zip", + "archiveFileName": "MS5611-0.3.0.zip", + "size": 9900, + "checksum": "SHA-256:acc7a0d740456bcebcb1b7680206651b19688a1389f2893e7357efe5ed919c36" + }, + { + "name": "MS5611", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.1.zip", + "archiveFileName": "MS5611-0.3.1.zip", + "size": 10231, + "checksum": "SHA-256:2fd2a48bbc3e151e2884bc09e2fa732bbf8a3e9904c06296b0defc4316db77fc" + }, + { + "name": "MS5611", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.2.zip", + "archiveFileName": "MS5611-0.3.2.zip", + "size": 12989, + "checksum": "SHA-256:3ece5634d702522a6c89fb715f56bf70f3951abd98e9007b6d8fde019c3efc54" + }, + { + "name": "MS5611", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.3.zip", + "archiveFileName": "MS5611-0.3.3.zip", + "size": 13205, + "checksum": "SHA-256:6391fe819db3881ad21a55b87a91d3fcf478d58debec46f1d0201851718f5ece" + }, + { + "name": "MS5611", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.4.zip", + "archiveFileName": "MS5611-0.3.4.zip", + "size": 13261, + "checksum": "SHA-256:14d4ac37e8750e700507d9299f277bf57fb190f4d141c35138832c6520103849" + }, + { + "name": "MS5611", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.5.zip", + "archiveFileName": "MS5611-0.3.5.zip", + "size": 14985, + "checksum": "SHA-256:d2e70cee393d49827e59b2e6c053db6f14272743c0d63fe8d6786ab5d252d971" + }, + { + "name": "MS5611", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.6.zip", + "archiveFileName": "MS5611-0.3.6.zip", + "size": 19625, + "checksum": "SHA-256:46fb8446079b54c037934eede088b663cfd96e43c188c144e2c60d762a50c0a8" + }, + { + "name": "MS5611", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.7.zip", + "archiveFileName": "MS5611-0.3.7.zip", + "size": 22244, + "checksum": "SHA-256:d585aa579c3d0a9b81d70c7d34d93cc8539672e46955a66e17642e1e6501615e" + }, + { + "name": "MS5611", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.8.zip", + "archiveFileName": "MS5611-0.3.8.zip", + "size": 22620, + "checksum": "SHA-256:acb5f5dd228db6b42510c0a15af003df4d1626df7e876b2c2c5eec9fad4d91c6" + }, + { + "name": "MS5611", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.3.9.zip", + "archiveFileName": "MS5611-0.3.9.zip", + "size": 26245, + "checksum": "SHA-256:5229c713c5594d1866166fb318adacadda25f4ad88f2ec707d78a599a586b94e" + }, + { + "name": "MS5611", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611.git", + "providesIncludes": [ + "MS5611.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.4.0.zip", + "archiveFileName": "MS5611-0.4.0.zip", + "size": 28889, + "checksum": "SHA-256:f95b3c835f4308700f1d9000e77d8fb6c3a11b2081fb9945498da139b9e619ab" + }, + { + "name": "ML8511", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.2.zip", + "archiveFileName": "ML8511-0.1.2.zip", + "size": 10486, + "checksum": "SHA-256:2f80a288c2ccf5f13cd11b4aef59113ed484aee0dc5cfb2cd2839ffb69389d0f" + }, + { + "name": "ML8511", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.3.zip", + "archiveFileName": "ML8511-0.1.3.zip", + "size": 12026, + "checksum": "SHA-256:295f883f0ef2f422bde684e1240c2b211c56041a2c052b4e2d13ad243a6279e7" + }, + { + "name": "ML8511", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.4.zip", + "archiveFileName": "ML8511-0.1.4.zip", + "size": 11969, + "checksum": "SHA-256:2babd24795afc0a2b26dbea732e45220ecc142976cd358a1f4fe8b8d145d6791" + }, + { + "name": "ML8511", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.5.zip", + "archiveFileName": "ML8511-0.1.5.zip", + "size": 12003, + "checksum": "SHA-256:e222dd7037cc91c89f4d827e301cb1a04297bb3d9a5d6a7e1179dd0ad55aec85" + }, + { + "name": "ML8511", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.6.zip", + "archiveFileName": "ML8511-0.1.6.zip", + "size": 14538, + "checksum": "SHA-256:a3fc344611206280e73b6681dbe8aada74767a4ca0ddba824fd6d677c0125bf1" + }, + { + "name": "ML8511", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.7.zip", + "archiveFileName": "ML8511-0.1.7.zip", + "size": 15377, + "checksum": "SHA-256:d0a1dda8a9419b20fc16ed177a90db54ad0aaaa67e11bb6b34b039cb68c43b29" + }, + { + "name": "ML8511", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.8.zip", + "archiveFileName": "ML8511-0.1.8.zip", + "size": 15389, + "checksum": "SHA-256:2687d757588814a66015cba71671e5661d744b1847dac83b306da41b4a42c6e9" + }, + { + "name": "ML8511", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.9.zip", + "archiveFileName": "ML8511-0.1.9.zip", + "size": 15877, + "checksum": "SHA-256:8a32277bb593886f66b4d366de0f0394973fc98307efe6f48e3394d16c1543b5" + }, + { + "name": "ML8511", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.10.zip", + "archiveFileName": "ML8511-0.1.10.zip", + "size": 16107, + "checksum": "SHA-256:56ccfb44f1df914212eaefc59fde110460c8efe07ac2982d917cc5f3eae2c19c" + }, + { + "name": "ML8511", + "version": "0.1.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ML8511 - UV sensor - library for Arduino", + "website": "https://github.com/RobTillaart/ML8511", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ML8511.git", + "providesIncludes": [ + "ML8511.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.11.zip", + "archiveFileName": "ML8511-0.1.11.zip", + "size": 16292, + "checksum": "SHA-256:b5219e491bd1c36f6afb097c88530a65af0a7231c41e415df7aad20f099f1631" + }, + { + "name": "N64Controller", + "version": "0.1.0", + "author": "Andrew Brown, Peter Den Hartog, Kai Lüke, Daniel Schaal", + "maintainer": "Kai Lüke \u003ckailueke@riseup.net\u003e", + "sentence": "Arduino library to connect a N64 controller.", + "website": "https://github.com/pothos/arduino-n64-controller-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pothos/arduino-n64-controller-library.git", + "providesIncludes": [ + "N64Controller.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pothos/N64Controller-0.1.0.zip", + "archiveFileName": "N64Controller-0.1.0.zip", + "size": 7027, + "checksum": "SHA-256:84c74c945c0d1d9a486db8828a42a0fe5c3cd06e0ceb392e52607b6a8310e6ad" + }, + { + "name": "N64Controller", + "version": "0.1.1", + "author": "Andrew Brown, Peter Den Hartog, Kai Lüke, Daniel Schaal", + "maintainer": "Kai Lüke \u003ckailueke@riseup.net\u003e", + "sentence": "Arduino library to connect a Nintendo 64 controller (N64 controller).", + "website": "https://github.com/pothos/arduino-n64-controller-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pothos/arduino-n64-controller-library.git", + "providesIncludes": [ + "N64Controller.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pothos/N64Controller-0.1.1.zip", + "archiveFileName": "N64Controller-0.1.1.zip", + "size": 7040, + "checksum": "SHA-256:399c833668483e466c8b5454c257cce3727df733924510fec86c130937a06c9b" + }, + { + "name": "MCP4725", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.0.zip", + "archiveFileName": "MCP4725-0.2.0.zip", + "size": 25545, + "checksum": "SHA-256:11e54f1cb87a85f66720d1cc4620d6002f63c544bebb1351c069d56747a0aef0" + }, + { + "name": "MCP4725", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.1.zip", + "archiveFileName": "MCP4725-0.2.1.zip", + "size": 26078, + "checksum": "SHA-256:92a6152bd9ad9d03b96ad7d8ad33dfa2d41d8e58f5a711dd2c81eed48226434b" + }, + { + "name": "MCP4725", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.2.zip", + "archiveFileName": "MCP4725-0.2.2.zip", + "size": 26365, + "checksum": "SHA-256:9e99a62febb0786c5e13255fe87f2b31fdf50a660980a90bb506bec80c2e7ac6" + }, + { + "name": "MCP4725", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.3.zip", + "archiveFileName": "MCP4725-0.2.3.zip", + "size": 28770, + "checksum": "SHA-256:a558de33c356b268e5cfd3e81a2d5ad0039e8888ad83c1ee5e68709dd14baf49" + }, + { + "name": "MCP4725", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.0.zip", + "archiveFileName": "MCP4725-0.3.0.zip", + "size": 30463, + "checksum": "SHA-256:2963df7f778297ae273da7711fa9bafe4eb851bd01d0352d6f769da0837ebd54" + }, + { + "name": "MCP4725", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.1.zip", + "archiveFileName": "MCP4725-0.3.1.zip", + "size": 30513, + "checksum": "SHA-256:b65e70c51c3a1e2fe3cafd77241d6132db57e23cffde500d5ae02ad20393e2b3" + }, + { + "name": "MCP4725", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.2.zip", + "archiveFileName": "MCP4725-0.3.2.zip", + "size": 30595, + "checksum": "SHA-256:78c246913522ec702d2f0d93fe164934e2ee6c7cc6dd14a25ab6d5aa2ee4a432" + }, + { + "name": "MCP4725", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.3.zip", + "archiveFileName": "MCP4725-0.3.3.zip", + "size": 30801, + "checksum": "SHA-256:585026a554f94afac016c28f7141ce9c6e4ce4e15c00118885e1d58fef758061" + }, + { + "name": "MCP4725", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.4.zip", + "archiveFileName": "MCP4725-0.3.4.zip", + "size": 33241, + "checksum": "SHA-256:843cb8627545242705a49d3b144c0b993b0ee5c8a8b15f7cb16c95129d5be94d" + }, + { + "name": "MCP4725", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.5.zip", + "archiveFileName": "MCP4725-0.3.5.zip", + "size": 33433, + "checksum": "SHA-256:51253ea4f3522e018eeb257a0e1df8380fb4c54d6c95502b4d6da0e6cb5cb932" + }, + { + "name": "MCP4725", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.6.zip", + "archiveFileName": "MCP4725-0.3.6.zip", + "size": 33551, + "checksum": "SHA-256:9bdb5c310fad7ab346eb999c2906f5d5803dabdf58deef4c982b5f0f1ebd50b1" + }, + { + "name": "MCP4725", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.7.zip", + "archiveFileName": "MCP4725-0.3.7.zip", + "size": 37118, + "checksum": "SHA-256:f789cb3d7e27fcec79d460742f5cf0de63a7aa8f19511b5efeb8ec2161166399" + }, + { + "name": "MCP4725", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.8.zip", + "archiveFileName": "MCP4725-0.3.8.zip", + "size": 39959, + "checksum": "SHA-256:493da98a975b888db378cd901e67ebd3ed31d8cda7a8944160e4813a17cf0899" + }, + { + "name": "MCP4725", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.3.9.zip", + "archiveFileName": "MCP4725-0.3.9.zip", + "size": 39962, + "checksum": "SHA-256:c72f08252da8327ebadf2e67912efb310c0ef11062e2fbef933a8f5cfc85b69b" + }, + { + "name": "MCP4725", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", + "website": "https://github.com/RobTillaart/MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP4725.git", + "providesIncludes": [ + "MCP4725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.4.0.zip", + "archiveFileName": "MCP4725-0.4.0.zip", + "size": 39614, + "checksum": "SHA-256:4be23e4830f87ad544c10f2404a8ec18862a60f099ff7c17be9dd1daea3b8d40" + }, + { + "name": "TB9051FTGMotorCarrier", + "version": "1.0.0", + "author": "Adam Morrissett \u003cme@adamlm.com\u003e", + "maintainer": "Adam Morrissett \u003cme@adamlm.com\u003e", + "sentence": "An Arduino library for the Pololu TB9051FTG motor driver carrier.", + "paragraph": "You can easily interface with the TB9051FTG to drive a brushed DC motor.", + "website": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MeelonUsk/TB9051FTGMotorCarrier-1.0.0.zip", + "archiveFileName": "TB9051FTGMotorCarrier-1.0.0.zip", + "size": 7915, + "checksum": "SHA-256:11707d5e8893af956448ad483f92f8cfd1e6bd64e4d00ca1a72fd14957360da6" + }, + { + "name": "TB9051FTGMotorCarrier", + "version": "1.0.1", + "author": "Adam Morrissett \u003cme@adamlm.com\u003e", + "maintainer": "Adam Morrissett \u003cme@adamlm.com\u003e", + "sentence": "An Arduino library for the Pololu TB9051FTG motor driver carrier.", + "paragraph": "You can easily interface with the TB9051FTG to drive a brushed DC motor.", + "website": "https://github.com/adamlm/tb9051ftg-motor-carrier-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MeelonUsk/TB9051FTGMotorCarrier-1.0.1.zip", + "archiveFileName": "TB9051FTGMotorCarrier-1.0.1.zip", + "size": 7910, + "checksum": "SHA-256:9cc4371e9f07e3c5dd97cdc03ae06a6b50663f2da10dd18e09d9fa5fc8377a0a" + }, + { + "name": "TB9051FTGMotorCarrier", + "version": "1.0.2", + "author": "Adam Morrissett \u003cme@adamlm.com\u003e", + "maintainer": "Adam Morrissett \u003cme@adamlm.com\u003e", + "sentence": "An Arduino library for the Pololu TB9051FTG motor driver carrier.", + "paragraph": "You can easily interface with the TB9051FTG to drive a brushed DC motor.", + "website": "https://github.com/adamlm/tb9051ftg-motor-carrier-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MeelonUsk/TB9051FTGMotorCarrier-1.0.2.zip", + "archiveFileName": "TB9051FTGMotorCarrier-1.0.2.zip", + "size": 7913, + "checksum": "SHA-256:9d0ba92a0d7ca5f0296b2bdc4ba7056cc2466913ef7270bb4988835a26474de6" + }, + { + "name": "MAX31855_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.0.zip", + "archiveFileName": "MAX31855_RT-0.2.0.zip", + "size": 15342, + "checksum": "SHA-256:a7d393893daea2aff5a8a2c3b00360d393b594bcdd8f2ca49809dcbffd64f415" + }, + { + "name": "MAX31855_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.1.zip", + "archiveFileName": "MAX31855_RT-0.2.1.zip", + "size": 17783, + "checksum": "SHA-256:563304a346d0ffccca0ce52887b2356a86dd55780d2ec44551bcf019d6efe1a5" + }, + { + "name": "MAX31855_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.2.zip", + "archiveFileName": "MAX31855_RT-0.2.2.zip", + "size": 18110, + "checksum": "SHA-256:c54a56217bb40e921b04cd477b574d6a46c83eb786ce2a49b4695356ebb39097" + }, + { + "name": "MAX31855_RT", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.3.zip", + "archiveFileName": "MAX31855_RT-0.2.3.zip", + "size": 19576, + "checksum": "SHA-256:b652fd68edc903a7fb35d9237ca3f60017061ef26fcb7950b963294125b7ce7b" + }, + { + "name": "MAX31855_RT", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.4.zip", + "archiveFileName": "MAX31855_RT-0.2.4.zip", + "size": 21336, + "checksum": "SHA-256:8d5239eb8bac60a35b3e01065cd0c87370ea4eeb297195c330bb1eadea8f4d55" + }, + { + "name": "MAX31855_RT", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.5.zip", + "archiveFileName": "MAX31855_RT-0.2.5.zip", + "size": 21674, + "checksum": "SHA-256:4f2f4a337866d4c64c2490eff5f1806f2d5de387c71a9c7a7e3a1662a3d1c98e" + }, + { + "name": "MAX31855_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.3.0.zip", + "archiveFileName": "MAX31855_RT-0.3.0.zip", + "size": 26766, + "checksum": "SHA-256:ca83cfa8f052128bc77128a0393c30b516f95f169e225ccc240780633127f284" + }, + { + "name": "MAX31855_RT", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.4.0.zip", + "archiveFileName": "MAX31855_RT-0.4.0.zip", + "size": 27219, + "checksum": "SHA-256:0345d112cf30731489ed55b8c3d03dea4d093b4046b094314a0a8c2375d86c03" + }, + { + "name": "MAX31855_RT", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.4.1.zip", + "archiveFileName": "MAX31855_RT-0.4.1.zip", + "size": 27784, + "checksum": "SHA-256:52484d4b1fddabc7333036cb0ca27447367b563f4c9d7b79652f775ba978d596" + }, + { + "name": "MAX31855_RT", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.4.2.zip", + "archiveFileName": "MAX31855_RT-0.4.2.zip", + "size": 28252, + "checksum": "SHA-256:87d7f3d7b1425a6db4ba1e9070a9f6246bba1c4929011043579e5cdb6ab21dd3" + }, + { + "name": "MAX31855_RT", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.4.3.zip", + "archiveFileName": "MAX31855_RT-0.4.3.zip", + "size": 28293, + "checksum": "SHA-256:5016842f744183be08c46e3b8add4b9af1709a15ef3d99823d9095e57c1a3aef" + }, + { + "name": "MAX31855_RT", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.4.4.zip", + "archiveFileName": "MAX31855_RT-0.4.4.zip", + "size": 28523, + "checksum": "SHA-256:268270863c43aa3d973b9e25c2b26aa3c6c5fa01a1e8bc45fb1a0013ccb48eae" + }, + { + "name": "MAX31855_RT", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", + "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", + "website": "https://github.com/RobTillaart/MAX31855_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "providesIncludes": [ + "MAX31855.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.5.0.zip", + "archiveFileName": "MAX31855_RT-0.5.0.zip", + "size": 28576, + "checksum": "SHA-256:e1ccb3dee19724cc7475dc854fcff8db64f68472f32db6a47fdf2d6394b7188e" + }, + { + "name": "MCP23017_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.1.1.zip", + "archiveFileName": "MCP23017_RT-0.1.1.zip", + "size": 6349, + "checksum": "SHA-256:cfefe3e4992cbfd7872b747aa9bfe29f7607e9ceb74aad0dc58a065406771185" + }, + { + "name": "MCP23017_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.1.2.zip", + "archiveFileName": "MCP23017_RT-0.1.2.zip", + "size": 7834, + "checksum": "SHA-256:adb2a28e7851088e04f5f0872e0a025ce7b87838c1d3b14928c85ff78c41f292" + }, + { + "name": "MCP23017_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.0.zip", + "archiveFileName": "MCP23017_RT-0.2.0.zip", + "size": 8274, + "checksum": "SHA-256:eb4e67ed1e229c6ceae9056c9693920dfb46820a8b92e9e9e76ac6ae5be9865a" + }, + { + "name": "MCP23017_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.1.zip", + "archiveFileName": "MCP23017_RT-0.2.1.zip", + "size": 8305, + "checksum": "SHA-256:7f70a9fe4cda2b928e0f508418cab882a8b03af1a57b1c567c28da3e04fbff6b" + }, + { + "name": "MCP23017_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.2.zip", + "archiveFileName": "MCP23017_RT-0.2.2.zip", + "size": 8339, + "checksum": "SHA-256:afae40492a06cf85ae6c8897cc0920c4927dd4ceedf305f5c8364d96b3711aa7" + }, + { + "name": "MCP23017_RT", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.3.zip", + "archiveFileName": "MCP23017_RT-0.2.3.zip", + "size": 8774, + "checksum": "SHA-256:d2800d944426cde5dd48a1b2faec70e5d52bf0eb2e4dfa1bc0b33c7beeb51370" + }, + { + "name": "MCP23017_RT", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.4.zip", + "archiveFileName": "MCP23017_RT-0.2.4.zip", + "size": 9490, + "checksum": "SHA-256:7d7d3f89be07020efa9eaf53aea7e641b00b8da61242565c3bdb27d7295b1641" + }, + { + "name": "MCP23017_RT", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.5.zip", + "archiveFileName": "MCP23017_RT-0.2.5.zip", + "size": 9638, + "checksum": "SHA-256:4600f0a1c2940a42d3de3db3db1e9ebef6bb636210eaefc54b526dab141e04ad" + }, + { + "name": "MCP23017_RT", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.2.6.zip", + "archiveFileName": "MCP23017_RT-0.2.6.zip", + "size": 11446, + "checksum": "SHA-256:69c89147219043b6fff1b35e9a609d4e3237fc86e52574d76591af055b32ab16" + }, + { + "name": "MCP23017_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.3.0.zip", + "archiveFileName": "MCP23017_RT-0.3.0.zip", + "size": 11486, + "checksum": "SHA-256:3c806d69227a3052d5b5f09220b69e0a38e211e12786aa30bb520c31dfd95330" + }, + { + "name": "MCP23017_RT", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.3.1.zip", + "archiveFileName": "MCP23017_RT-0.3.1.zip", + "size": 12782, + "checksum": "SHA-256:48b8477862b38826f3dab662c532e3f1fbfd286afa46891dbcae22b79d557c8b" + }, + { + "name": "MCP23017_RT", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.3.2.zip", + "archiveFileName": "MCP23017_RT-0.3.2.zip", + "size": 13221, + "checksum": "SHA-256:e7ba018dd95db37c45640c8d272b229aae086ab2d4eec3006e003c33a49909c5" + }, + { + "name": "MCP23017_RT", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.4.0.zip", + "archiveFileName": "MCP23017_RT-0.4.0.zip", + "size": 13875, + "checksum": "SHA-256:bb56fc47ef8f988942cfb77b562db96d4af6785c10abfeadf35597a84e5cb7e0" + }, + { + "name": "MCP23017_RT", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.4.1.zip", + "archiveFileName": "MCP23017_RT-0.4.1.zip", + "size": 14960, + "checksum": "SHA-256:8ef72e0b596753c7fd3da3087b3386868e3591a673e84f47c8dbc9e8f2ac4d5a" + }, + { + "name": "MCP23017_RT", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.4.2.zip", + "archiveFileName": "MCP23017_RT-0.4.2.zip", + "size": 14965, + "checksum": "SHA-256:9a13c631f118583187e0b97b9761cae316880e579ba13da814818b2f6d0044fd" + }, + { + "name": "MCP23017_RT", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23017_RT", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23017_RT.git", + "providesIncludes": [ + "MCP23017.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.5.0.zip", + "archiveFileName": "MCP23017_RT-0.5.0.zip", + "size": 15627, + "checksum": "SHA-256:c73bc0015c93cc6b09390fb9c741e377bc14f59bce31af89674378c46897c810" + }, + { + "name": "MCP9808_RT", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C mcp9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.0.zip", + "archiveFileName": "MCP9808_RT-0.1.0.zip", + "size": 6176, + "checksum": "SHA-256:5e85a19b7106c37eb3e695921d4a93909fdb39a27588bec670158791c6fa683e" + }, + { + "name": "MCP9808_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.1.zip", + "archiveFileName": "MCP9808_RT-0.1.1.zip", + "size": 12483, + "checksum": "SHA-256:fc68ffd343665c7a5930556d3acc511aa565f44f77f1eeae4f5d611d4e464402" + }, + { + "name": "MCP9808_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.2.zip", + "archiveFileName": "MCP9808_RT-0.1.2.zip", + "size": 15585, + "checksum": "SHA-256:53bbc0dab6055fa0bc55d1a63adbb54bb86bcc8d6637b07b5463c28582f572f8" + }, + { + "name": "MCP9808_RT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.3.zip", + "archiveFileName": "MCP9808_RT-0.1.3.zip", + "size": 17157, + "checksum": "SHA-256:52836d02385d654d47c3577013daa91d7ba9c6adcdca203aa142b4b07c82005f" + }, + { + "name": "MCP9808_RT", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.4.zip", + "archiveFileName": "MCP9808_RT-0.1.4.zip", + "size": 17394, + "checksum": "SHA-256:a7b60cc738e82bbb7bd4776713ba519f8a51462e671e2907677070515f012758" + }, + { + "name": "MCP9808_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.2.0.zip", + "archiveFileName": "MCP9808_RT-0.2.0.zip", + "size": 17422, + "checksum": "SHA-256:56e3a877d0ed3ad887d9258e5baf02e9e250be8d0bd8335afa086fd4af710346" + }, + { + "name": "MCP9808_RT", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.2.1.zip", + "archiveFileName": "MCP9808_RT-0.2.1.zip", + "size": 17441, + "checksum": "SHA-256:caa3997e8596f7f9300bc104e8a684f3d4bd6a467e35ab23b8d7ecc30c462a37" + }, + { + "name": "MCP9808_RT", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.2.2.zip", + "archiveFileName": "MCP9808_RT-0.2.2.zip", + "size": 17921, + "checksum": "SHA-256:5f1a600bfbcc4c5bcf0250cd930eee020f83e1483b389239f81c5628c0d551c2" + }, + { + "name": "MCP9808_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.3.0.zip", + "archiveFileName": "MCP9808_RT-0.3.0.zip", + "size": 17994, + "checksum": "SHA-256:5769dfe638256c1fc058f6b5224a96beb801811a426ac9ac71e83ff6e65c442a" + }, + { + "name": "MCP9808_RT", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.3.1.zip", + "archiveFileName": "MCP9808_RT-0.3.1.zip", + "size": 18259, + "checksum": "SHA-256:84b7a5a7df52e0a97f0ae390e12453f4492ff4f92aabe340e725514dc7af6495" + }, + { + "name": "MCP9808_RT", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for I2C MCP9808 temperature sensor", + "website": "https://github.com/RobTillaart/MCP9808_RT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "providesIncludes": [ + "mcp9808.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.4.0.zip", + "archiveFileName": "MCP9808_RT-0.4.0.zip", + "size": 19239, + "checksum": "SHA-256:d8aae704e85108df18585db7384b0ef93f456f9c5c42db6719f17692e953f3ea" + }, + { + "name": "Pixie", + "version": "1.0.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.0.zip", + "archiveFileName": "Pixie-1.0.0.zip", + "size": 1700106, + "checksum": "SHA-256:ddf16be899941b7d5f0fc592889ec4e0589573c42e49fad6dd5654d953053406" + }, + { + "name": "Pixie", + "version": "1.0.2", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.2.zip", + "archiveFileName": "Pixie-1.0.2.zip", + "size": 1782260, + "checksum": "SHA-256:c1c2fc733121e9a51a9f26b46e7f2966c4ce2f86e87288ae61169f4d691d290b" + }, + { + "name": "Pixie", + "version": "1.0.3", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.3.zip", + "archiveFileName": "Pixie-1.0.3.zip", + "size": 1783409, + "checksum": "SHA-256:cf109d2cf2da0e526ec30c5e0f2cee243ed060f01c92e1d3871867bf0d6bab8d" + }, + { + "name": "Pixie", + "version": "1.1.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.1.0.zip", + "archiveFileName": "Pixie-1.1.0.zip", + "size": 1736467, + "checksum": "SHA-256:0678651ee97aec8c998194a0fddb35408b390f2025b6ec5497d4fb5647781f1d" + }, + { + "name": "Pixie", + "version": "1.2.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.0.zip", + "archiveFileName": "Pixie-1.2.0.zip", + "size": 1742112, + "checksum": "SHA-256:6b3f3bd5f609ea47ce2002e56d26031dcdf66e3a06342788a2b9f17efe20e101" + }, + { + "name": "Pixie", + "version": "1.2.1", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.1.zip", + "archiveFileName": "Pixie-1.2.1.zip", + "size": 1746232, + "checksum": "SHA-256:e1bfa89236be7a5c438ba4464be10f734765eec05cc819e3eddf32efe4e22946" + }, + { + "name": "Pixie", + "version": "1.2.2", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.2.zip", + "archiveFileName": "Pixie-1.2.2.zip", + "size": 1742642, + "checksum": "SHA-256:76a4e344fd4c27d3b86478b5b6ddf292b498b9441a476ed0abde2741d64cb1c6" + }, + { + "name": "Pixie", + "version": "1.2.3", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.3.zip", + "archiveFileName": "Pixie-1.2.3.zip", + "size": 1746692, + "checksum": "SHA-256:d4ba17a1870aa07f5d4e60498d36cc6d3f1ada5d11db51e00f7d258cb0b33bfd" + }, + { + "name": "Pixie", + "version": "1.2.4", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.4.zip", + "archiveFileName": "Pixie-1.2.4.zip", + "size": 1750380, + "checksum": "SHA-256:fe288619e3d9965ff098544017d7a378563d6b5021dfef8229302be770ea4743" + }, + { + "name": "Pixie", + "version": "1.2.5", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "SoftI2CMaster" + }, + { + "name": "NTPClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.5.zip", + "archiveFileName": "Pixie-1.2.5.zip", + "size": 1757653, + "checksum": "SHA-256:e83297310e9540b958acc6659573ce0b05ad74cc659acab782e1145f9c92ec41" + }, + { + "name": "Pixie", + "version": "1.3.0", + "author": "Connor Nishijima", + "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", + "sentence": "Library for controlling Pixie Displays!", + "paragraph": "Library for controlling Pixie Displays!", + "website": "https://github.com/connornishijima/Pixie", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "SoftI2CMaster" + }, + { + "name": "NTPClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.3.0.zip", + "archiveFileName": "Pixie-1.3.0.zip", + "size": 1763770, + "checksum": "SHA-256:62ebbbe229e4181cd2e3a8a7f3ebb8bcd49dd85f77a8c14e8f90e98f878b1f8e" + }, + { + "name": "I2C_ASDX", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.0.zip", + "archiveFileName": "I2C_ASDX-0.2.0.zip", + "size": 7410, + "checksum": "SHA-256:b8e2ba5dcc38e98d4f626adf832e7a175f71ef04f10d6c5063fffd87b5f52aeb" + }, + { + "name": "I2C_ASDX", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.2.zip", + "archiveFileName": "I2C_ASDX-0.2.2.zip", + "size": 10290, + "checksum": "SHA-256:ea8175dbe6cb3bdd3521a1acb079cf620e3675593512fa4ed88d206724182b2c" + }, + { + "name": "I2C_ASDX", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.1.zip", + "archiveFileName": "I2C_ASDX-0.2.1.zip", + "size": 8572, + "checksum": "SHA-256:c6c70a03d7e25f37ac0c874bac993da6e362237c25ded4e074fd6a3c09f5e133" + }, + { + "name": "I2C_ASDX", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.3.zip", + "archiveFileName": "I2C_ASDX-0.2.3.zip", + "size": 11025, + "checksum": "SHA-256:a1730cf514dc7e3e1ee7c6c9316f1086229e6158aea57f83505bf05b62e43462" + }, + { + "name": "I2C_ASDX", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.3.0.zip", + "archiveFileName": "I2C_ASDX-0.3.0.zip", + "size": 11603, + "checksum": "SHA-256:16bb262419ac8ee083baeadf38aaeaabce71f2019c757e2cfd1bdef7e3bce0c7" + }, + { + "name": "I2C_ASDX", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.3.1.zip", + "archiveFileName": "I2C_ASDX-0.3.1.zip", + "size": 11721, + "checksum": "SHA-256:db0b10ab17b2365f0adc38441efc7f98f53eb2858a52f0037749a939a38850a5" + }, + { + "name": "I2C_ASDX", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.3.2.zip", + "archiveFileName": "I2C_ASDX-0.3.2.zip", + "size": 12081, + "checksum": "SHA-256:f492275aa467173e69cf10f2328036f28445a640bae19f18e69cce0b40a84cef" + }, + { + "name": "I2C_ASDX", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor (Honeywell).", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.3.3.zip", + "archiveFileName": "I2C_ASDX-0.3.3.zip", + "size": 13555, + "checksum": "SHA-256:1f060afa8e05c65f3183b69607c15d993dd647c66dab31b129c12c120be2c9da" + }, + { + "name": "I2C_ASDX", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor (Honeywell).", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.3.4.zip", + "archiveFileName": "I2C_ASDX-0.3.4.zip", + "size": 13687, + "checksum": "SHA-256:15249f78a6cdebe8bca0c78caf933648de16a06b54d392fabaf6b08cc67bed47" + }, + { + "name": "I2C_ASDX", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C ASDX pressure sensor (Honeywell).", + "website": "https://github.com/RobTillaart/I2C_ASDX.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "providesIncludes": [ + "I2C_ASDX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.4.0.zip", + "archiveFileName": "I2C_ASDX-0.4.0.zip", + "size": 13773, + "checksum": "SHA-256:ffa0f712e39b6dcba3a2be931524a397692a7d45d1e250eb46611a2f3b2064d8" + }, + { + "name": "CSV Parser", + "version": "0.1.0", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.0.zip", + "archiveFileName": "CSV_Parser-0.1.0.zip", + "size": 183244, + "checksum": "SHA-256:1e88d4f57c0a8592e7364f729d693df414299312cb44ec8c535ce92f796dd1d0" + }, + { + "name": "CSV Parser", + "version": "0.1.1", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.1.zip", + "archiveFileName": "CSV_Parser-0.1.1.zip", + "size": 184947, + "checksum": "SHA-256:680dbc13713e12e29090c0a511f42e18f2a58a9dce6bbc8987d16bdacb8e34f5" + }, + { + "name": "CSV Parser", + "version": "0.1.2", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.2.zip", + "archiveFileName": "CSV_Parser-0.1.2.zip", + "size": 188990, + "checksum": "SHA-256:62a120466b5b1ffda18a9eeb6552b9bdb40a8e85229edb124252183bde67edb9" + }, + { + "name": "CSV Parser", + "version": "0.1.3", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.3.zip", + "archiveFileName": "CSV_Parser-0.1.3.zip", + "size": 179573, + "checksum": "SHA-256:5dd227432bfe7af95739ab2c9408a69f99f231c15482bfdc40aa6c0e0d83b9f4" + }, + { + "name": "CSV Parser", + "version": "0.1.4", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.4.zip", + "archiveFileName": "CSV_Parser-0.1.4.zip", + "size": 179563, + "checksum": "SHA-256:04d3c8adcb6e11aa82ff8ff9897fabc298350cef00822bb10a9afa7ec01acca4" + }, + { + "name": "CSV Parser", + "version": "0.2.0", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.2.0.zip", + "archiveFileName": "CSV_Parser-0.2.0.zip", + "size": 181621, + "checksum": "SHA-256:dbf718d3243ded7b9883c63b0756cb408011bcf3452484f66d0d8c9c5e441fcc" + }, + { + "name": "CSV Parser", + "version": "0.2.1", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.2.1.zip", + "archiveFileName": "CSV_Parser-0.2.1.zip", + "size": 181967, + "checksum": "SHA-256:03fa9b6c8084fcf45206bf75655fd415eba9eea5aa4d08aadb110709f07ec3df" + }, + { + "name": "CSV Parser", + "version": "0.2.2", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.2.2.zip", + "archiveFileName": "CSV_Parser-0.2.2.zip", + "size": 181972, + "checksum": "SHA-256:2791404ad80f17af329ab1827da28b2939826c5c0c06e7c219b2e65536df657d" + }, + { + "name": "CSV Parser", + "version": "1.0.0", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-1.0.0.zip", + "archiveFileName": "CSV_Parser-1.0.0.zip", + "size": 234671, + "checksum": "SHA-256:a4a5ebb166d3ba67fc8d2579fb911ed05eb25c0c3d82962bfb3829b8886ce07a" + }, + { + "name": "CSV Parser", + "version": "1.0.1", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-1.0.1.zip", + "archiveFileName": "CSV_Parser-1.0.1.zip", + "size": 235561, + "checksum": "SHA-256:01bd6577b01cbc4c461e0e84d2a71e365663a4e98d40e6070b4fda798f50fbed" + }, + { + "name": "CSV Parser", + "version": "1.1.0", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-1.1.0.zip", + "archiveFileName": "CSV_Parser-1.1.0.zip", + "size": 237671, + "checksum": "SHA-256:2c30fc5b750c73410ef216a8affb12c9f4ea9e1281d3a53aaeb7b82d3d9b4042" + }, + { + "name": "CSV Parser", + "version": "1.1.1", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-1.1.1.zip", + "archiveFileName": "CSV_Parser-1.1.1.zip", + "size": 237979, + "checksum": "SHA-256:eda1f80ee91e128c9a8e4d0094b2b7e0c4d1163576349d3a99b3acc3c61bab0b" + }, + { + "name": "CSV Parser", + "version": "1.2.0", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-1.2.0.zip", + "archiveFileName": "CSV_Parser-1.2.0.zip", + "size": 249744, + "checksum": "SHA-256:852a25c9d6df8750dc3bd50a1eb083db33b7f31674500c4ab0775421220c5568" + }, + { + "name": "CSV Parser", + "version": "1.2.1", + "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", + "sentence": "CSV Parser for Arduino.", + "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", + "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-1.2.1.zip", + "archiveFileName": "CSV_Parser-1.2.1.zip", + "size": 249876, + "checksum": "SHA-256:185cdf135e5d0619eaf7fc85d1028b39586385ac6f05da5c4debec2ec9166e42" + }, + { + "name": "RBE1001Lib", + "version": "0.0.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.1.zip", + "archiveFileName": "RBE1001Lib-0.0.1.zip", + "size": 19464, + "checksum": "SHA-256:af9038c24356b001777262c7f00a482c774189ad39d8fc00356f37331be74904" + }, + { + "name": "RBE1001Lib", + "version": "0.0.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.2.zip", + "archiveFileName": "RBE1001Lib-0.0.2.zip", + "size": 19856, + "checksum": "SHA-256:81043286dd311208f5fcb4d4f3d688b4f411398b86099940f6adf35716eede88" + }, + { + "name": "RBE1001Lib", + "version": "0.0.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.3.zip", + "archiveFileName": "RBE1001Lib-0.0.3.zip", + "size": 20243, + "checksum": "SHA-256:bac33c32caef41272bd112cb8ca5399ba83cea3c7208c1c4bff965301c26a442" + }, + { + "name": "RBE1001Lib", + "version": "0.0.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.4.zip", + "archiveFileName": "RBE1001Lib-0.0.4.zip", + "size": 21967, + "checksum": "SHA-256:28ba9dcfc80ea103b5b2d05ca3acc64b58a5de58aeee1b8e9988452f26ad9e5c" + }, + { + "name": "RBE1001Lib", + "version": "0.0.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.5.zip", + "archiveFileName": "RBE1001Lib-0.0.5.zip", + "size": 22069, + "checksum": "SHA-256:c8c5715465a88a883e2e4700ee9c62bc27d70fefe287176cb86915057a13790f" + }, + { + "name": "RBE1001Lib", + "version": "0.0.6", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.6.zip", + "archiveFileName": "RBE1001Lib-0.0.6.zip", + "size": 24553, + "checksum": "SHA-256:2c6b4d8a248626f7088dc8e2cbb00ae1ae0f74e76c43f7f8a607b32204bb3df3" + }, + { + "name": "RBE1001Lib", + "version": "0.1.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.0.zip", + "archiveFileName": "RBE1001Lib-0.1.0.zip", + "size": 24690, + "checksum": "SHA-256:807b051556787bbd7cd9ac01ffbd6fabc27d3839ed4426916f0c1e21d803788e" + }, + { + "name": "RBE1001Lib", + "version": "0.1.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.3.zip", + "archiveFileName": "RBE1001Lib-0.1.3.zip", + "size": 56552, + "checksum": "SHA-256:c32325e095386be04da0aea5b11779acde3832ab928a24e30d2799b06d280599" + }, + { + "name": "RBE1001Lib", + "version": "0.1.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.5.zip", + "archiveFileName": "RBE1001Lib-0.1.5.zip", + "size": 56622, + "checksum": "SHA-256:e44f01baa4ecb2e12628496ced7cd11188f20fe934c5338d6bcbbd7711dc1154" + }, + { + "name": "RBE1001Lib", + "version": "0.1.6", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.6.zip", + "archiveFileName": "RBE1001Lib-0.1.6.zip", + "size": 56581, + "checksum": "SHA-256:9f85d1dbbc429819cb71b454221859e85ae2d05da46cf353bd94173766387ddb" + }, + { + "name": "RBE1001Lib", + "version": "0.1.7", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.7.zip", + "archiveFileName": "RBE1001Lib-0.1.7.zip", + "size": 56592, + "checksum": "SHA-256:e835f1b536f4235f552900ef99d6e61d3044f64f09ae9f40f4676b4893c6c09f" + }, + { + "name": "RBE1001Lib", + "version": "0.1.8", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.8.zip", + "archiveFileName": "RBE1001Lib-0.1.8.zip", + "size": 57463, + "checksum": "SHA-256:9ebdc4d2c3ae195b41f88b4ee09bdea0dd6bd40326d93586e7509c4bfb40e097" + }, + { + "name": "RBE1001Lib", + "version": "0.1.9", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.9.zip", + "archiveFileName": "RBE1001Lib-0.1.9.zip", + "size": 57474, + "checksum": "SHA-256:9b3acdb584ca75c29547d0a64b3930effe8de18362ffbba685c1072f8cb49422" + }, + { + "name": "RBE1001Lib", + "version": "0.1.10", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.10.zip", + "archiveFileName": "RBE1001Lib-0.1.10.zip", + "size": 58506, + "checksum": "SHA-256:eabbdec67bc7bc483a338840032ba58fee68b4e91ba79c5b8a31433206c78bb7" + }, + { + "name": "RBE1001Lib", + "version": "0.2.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.0.zip", + "archiveFileName": "RBE1001Lib-0.2.0.zip", + "size": 58748, + "checksum": "SHA-256:b59ad1c89b04dbbc6f8f3d853ba443c57f43e4f15aefae9c07e4f5f64902396b" + }, + { + "name": "RBE1001Lib", + "version": "0.2.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.1.zip", + "archiveFileName": "RBE1001Lib-0.2.1.zip", + "size": 58747, + "checksum": "SHA-256:3a45ef2a86c6a3ecc1690d1d935d09d1fe85e9b5682156763ab32015b3ba6e46" + }, + { + "name": "RBE1001Lib", + "version": "0.2.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.3.zip", + "archiveFileName": "RBE1001Lib-0.2.3.zip", + "size": 58812, + "checksum": "SHA-256:0ef8333b02877cb77479b8694d9c6b52c0d969ea6413ddcb2ba841883b4384fb" + }, + { + "name": "RBE1001Lib", + "version": "0.2.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.4.zip", + "archiveFileName": "RBE1001Lib-0.2.4.zip", + "size": 58984, + "checksum": "SHA-256:b68a3834cc649fb4e0752569b7a7e9ad1f005bd6411a0fe04eac42d5f7dea5e4" + }, + { + "name": "RBE1001Lib", + "version": "0.2.5", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.5.zip", + "archiveFileName": "RBE1001Lib-0.2.5.zip", + "size": 58984, + "checksum": "SHA-256:b53c82b0e07c0a85b05c1eaa45a627cd6fe5373eb3dba85887410a68d2ae7f55" + }, + { + "name": "RBE1001Lib", + "version": "0.2.6", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.6.zip", + "archiveFileName": "RBE1001Lib-0.2.6.zip", + "size": 59880, + "checksum": "SHA-256:2d43c460e6c6d9741a5e98ae63e5db50ff2c7d52de9c5c4947c2b04790e59385" + }, + { + "name": "RBE1001Lib", + "version": "0.3.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.3.0.zip", + "archiveFileName": "RBE1001Lib-0.3.0.zip", + "size": 59980, + "checksum": "SHA-256:5910a3a5a55c4cbb8408b1c3b1d10ffe1816a0a12033d760f4b4dc50cc1b4679" + }, + { + "name": "RBE1001Lib", + "version": "0.3.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.3.1.zip", + "archiveFileName": "RBE1001Lib-0.3.1.zip", + "size": 59981, + "checksum": "SHA-256:95b59e50b117317515b951236fd3120712dfbb89d058959a63fc1f27f997c465" + }, + { + "name": "RBE1001Lib", + "version": "0.4.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.0.zip", + "archiveFileName": "RBE1001Lib-0.4.0.zip", + "size": 139366, + "checksum": "SHA-256:53e943a324f7bfdaa514e693e3b58fb337f398ae6546c89ce42d05e0d6b4ceda" + }, + { + "name": "RBE1001Lib", + "version": "0.4.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.1.zip", + "archiveFileName": "RBE1001Lib-0.4.1.zip", + "size": 165451, + "checksum": "SHA-256:fdaa1010631c0d157cb74ba279a6b793d2a8958246e9e7ae801a6726e867bb23" + }, + { + "name": "RBE1001Lib", + "version": "0.4.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.2.zip", + "archiveFileName": "RBE1001Lib-0.4.2.zip", + "size": 167166, + "checksum": "SHA-256:4ae4c3bf0d0da8b64d66819cb25e664484cfc01f625497a13894559181021c3c" + }, + { + "name": "RBE1001Lib", + "version": "0.5.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.0.zip", + "archiveFileName": "RBE1001Lib-0.5.0.zip", + "size": 176627, + "checksum": "SHA-256:03c8e6496849417e32218e2387eb181c9c229b8bc69b076b3b6c7c15b8f166a5" + }, + { + "name": "RBE1001Lib", + "version": "0.5.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.1.zip", + "archiveFileName": "RBE1001Lib-0.5.1.zip", + "size": 176154, + "checksum": "SHA-256:7e4c02dbc3720a7d1d9fa3a6bbb826ba37f066da9fe3294594734c247be7072b" + }, + { + "name": "RBE1001Lib", + "version": "0.5.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.2.zip", + "archiveFileName": "RBE1001Lib-0.5.2.zip", + "size": 176149, + "checksum": "SHA-256:47326bacd243fa8207bd8f9455d7a4861b3ce42ce29587627c8d1b9420afffa5" + }, + { + "name": "RBE1001Lib", + "version": "0.5.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.3.zip", + "archiveFileName": "RBE1001Lib-0.5.3.zip", + "size": 176148, + "checksum": "SHA-256:1d936a0b811897ef89cbc285d01b753e1604db214560e619c280853d3c63b382" + }, + { + "name": "RBE1001Lib", + "version": "0.5.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.4.zip", + "archiveFileName": "RBE1001Lib-0.5.4.zip", + "size": 176171, + "checksum": "SHA-256:8ba4929508fa778f48a47b3e23553c643aa96c63e6bffd62d0acdc8482851f59" + }, + { + "name": "RBE1001Lib", + "version": "0.6.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.6.0.zip", + "archiveFileName": "RBE1001Lib-0.6.0.zip", + "size": 181667, + "checksum": "SHA-256:9f522f059042d2f9b7545cdb7a2d5164b7b3a60f58b5be258824bb61e46e7722" + }, + { + "name": "RBE1001Lib", + "version": "0.7.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.0.zip", + "archiveFileName": "RBE1001Lib-0.7.0.zip", + "size": 181765, + "checksum": "SHA-256:8cf7a8dec537a3c6ae639a5f53c469e7709779f6c7b25a6d56299cca61c0807c" + }, + { + "name": "RBE1001Lib", + "version": "0.7.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.1.zip", + "archiveFileName": "RBE1001Lib-0.7.1.zip", + "size": 177228, + "checksum": "SHA-256:6a4b585dfb0dc3a09e73ee8bd6b671dd7b1d49f50f6b96cd682aae86a27c491c" + }, + { + "name": "RBE1001Lib", + "version": "0.7.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.2.zip", + "archiveFileName": "RBE1001Lib-0.7.2.zip", + "size": 174922, + "checksum": "SHA-256:1869a4bf98aa56601f3d1e910c6e6dce9fb9f6aa61e142b51905786748229b9c" + }, + { + "name": "RBE1001Lib", + "version": "0.7.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.3.zip", + "archiveFileName": "RBE1001Lib-0.7.3.zip", + "size": 174957, + "checksum": "SHA-256:b3d6bf59601fbda97250d85525231ad529b4b96d6a51dddb09a31addb5f83fa8" + }, + { + "name": "RBE1001Lib", + "version": "0.8.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.8.0.zip", + "archiveFileName": "RBE1001Lib-0.8.0.zip", + "size": 176063, + "checksum": "SHA-256:4acd90f9edfb381cd8ec37dec49a4433c63daf172fde0d406c4ce5f70b947593" + }, + { + "name": "RBE1001Lib", + "version": "0.9.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.0.zip", + "archiveFileName": "RBE1001Lib-0.9.0.zip", + "size": 182043, + "checksum": "SHA-256:9e151e5ecd8b471242f22ffb4040e7122da3cd31357e74b2eb480e996e97e2b4" + }, + { + "name": "RBE1001Lib", + "version": "0.9.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.1.zip", + "archiveFileName": "RBE1001Lib-0.9.1.zip", + "size": 184052, + "checksum": "SHA-256:c827f4b7ac86f1ae447677c8b7499606ebb15d76d5e1204c2711aafedfb13397" + }, + { + "name": "RBE1001Lib", + "version": "0.9.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.2.zip", + "archiveFileName": "RBE1001Lib-0.9.2.zip", + "size": 184415, + "checksum": "SHA-256:a959fa606e0455a0b6a392d52ee705845bc2f7e2fc24a38d707bf10ee6ed3909" + }, + { + "name": "RBE1001Lib", + "version": "0.9.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.3.zip", + "archiveFileName": "RBE1001Lib-0.9.3.zip", + "size": 184684, + "checksum": "SHA-256:5e1c32c26952b3e8f4c6e8e898ac003d53b2637f9e4813739680c9e15a13eb1c" + }, + { + "name": "RBE1001Lib", + "version": "0.9.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.4.zip", + "archiveFileName": "RBE1001Lib-0.9.4.zip", + "size": 184695, + "checksum": "SHA-256:5240d7cd63760c0af3f1b2d681f6dd1e59fa85d74f36853b9f0c15b09b4d0abf" + }, + { + "name": "RBE1001Lib", + "version": "0.10.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.10.0.zip", + "archiveFileName": "RBE1001Lib-0.10.0.zip", + "size": 209280, + "checksum": "SHA-256:2665afc65a7daca01389a0f99f44baa31fd62291a976e8e79141d1482de9f74f" + }, + { + "name": "RBE1001Lib", + "version": "0.11.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.0.zip", + "archiveFileName": "RBE1001Lib-0.11.0.zip", + "size": 210220, + "checksum": "SHA-256:6d1a51d3401931fb7834e09ed1bbf5a26809cf03be57aabae7a0a4211b3d00d0" + }, + { + "name": "RBE1001Lib", + "version": "0.11.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.1.zip", + "archiveFileName": "RBE1001Lib-0.11.1.zip", + "size": 211511, + "checksum": "SHA-256:3a06df783b4a160dc9bddeebb0d3f89d60bccdae1730f26901bc7fdc47939245" + }, + { + "name": "RBE1001Lib", + "version": "0.11.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.2.zip", + "archiveFileName": "RBE1001Lib-0.11.2.zip", + "size": 214357, + "checksum": "SHA-256:657f581667844fba28a21c1168f82a7d7e5f0d85eaebffb5b523ed057bcae1da" + }, + { + "name": "RBE1001Lib", + "version": "0.11.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.3.zip", + "archiveFileName": "RBE1001Lib-0.11.3.zip", + "size": 214472, + "checksum": "SHA-256:9c7ac96dd24f89901f2a4939ae7f0a985056623792d4918566b29e251c37083b" + }, + { + "name": "RBE1001Lib", + "version": "0.11.4", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.11.4.zip", + "archiveFileName": "RBE1001Lib-0.11.4.zip", + "size": 214538, + "checksum": "SHA-256:96e874b43e422106f8638f6584717f4bbe3a44d1f5f4a7bdbf39fe546bbb7ad7" + }, + { + "name": "RBE1001Lib", + "version": "0.12.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.12.0.zip", + "archiveFileName": "RBE1001Lib-0.12.0.zip", + "size": 214483, + "checksum": "SHA-256:36072bf4306de4094d7267611688612ab193e289b36c777e83033a7154b5d70a" + }, + { + "name": "RBE1001Lib", + "version": "0.12.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.12.1.zip", + "archiveFileName": "RBE1001Lib-0.12.1.zip", + "size": 214484, + "checksum": "SHA-256:2d07d23a42c617144350cb4fabb510faa1372d20043d95c9a4af0fe07897a5b6" + }, + { + "name": "RBE1001Lib", + "version": "0.12.2", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.12.2.zip", + "archiveFileName": "RBE1001Lib-0.12.2.zip", + "size": 214505, + "checksum": "SHA-256:b6743f90aaefc827ac53846b7e02d0dcbffbb23bbb60feff039249395ed352f3" + }, + { + "name": "RBE1001Lib", + "version": "0.13.0", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.13.0.zip", + "archiveFileName": "RBE1001Lib-0.13.0.zip", + "size": 214469, + "checksum": "SHA-256:f907004241b075f92a16691c96ff7ed35361175be497e9e2a7e5533e6b64c4c4" + }, + { + "name": "RBE1001Lib", + "version": "0.13.1", + "author": "Kevin Harrington, Jansen Smith", + "maintainer": "JansenSmith", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.13.1.zip", + "archiveFileName": "RBE1001Lib-0.13.1.zip", + "size": 214430, + "checksum": "SHA-256:99deb7553d459affd1b214ec28b0c31db1b7332bba5fdac88ee1a6fc9e8d5b2d" + }, + { + "name": "RBE1001Lib", + "version": "0.13.2", + "author": "Kevin Harrington, Greg Lewin", + "maintainer": "Greg Lewin", + "sentence": "Support robotics education with simplified support classes.", + "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", + "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "providesIncludes": [ + "RBE1001Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.13.2.zip", + "archiveFileName": "RBE1001Lib-0.13.2.zip", + "size": 214455, + "checksum": "SHA-256:0dc31b55028c0743b17c291345a307f21e88ec2eec1a51b7eecaf351f7276e9b" + }, + { + "name": "I2C_EEPROM", + "version": "1.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS.", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.0.zip", + "archiveFileName": "I2C_EEPROM-1.3.0.zip", + "size": 11630, + "checksum": "SHA-256:026f521f9ffc17b493f1d224a65041a7ef8c6a2533fc8524c96947f0c7022da5" + }, + { + "name": "I2C_EEPROM", + "version": "1.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS.", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.1.zip", + "archiveFileName": "I2C_EEPROM-1.3.1.zip", + "size": 14281, + "checksum": "SHA-256:8835fc8ecd68c287e299781636a488aa76dd9c0d05390fa4fa5b3fc2d9667b0d" + }, + { + "name": "I2C_EEPROM", + "version": "1.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS.", + "paragraph": "24LC256 et al", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.2.zip", + "archiveFileName": "I2C_EEPROM-1.3.2.zip", + "size": 26775, + "checksum": "SHA-256:68bc58cd718afc240feb1945e0b046c93489cdd1ad9f475e295fb810dbb96a44" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.0.zip", + "archiveFileName": "I2C_EEPROM-1.4.0.zip", + "size": 28117, + "checksum": "SHA-256:08450a59cd9e1088371f809aa904f270cc1d9ce4bda32399924e67fd62cfc2f5" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.1.zip", + "archiveFileName": "I2C_EEPROM-1.4.1.zip", + "size": 28369, + "checksum": "SHA-256:33982e03f839b9701098a79804d2d5c192d97adbb4f325ac4ccef1741431b6b9" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.2.zip", + "archiveFileName": "I2C_EEPROM-1.4.2.zip", + "size": 31044, + "checksum": "SHA-256:7feafc0d612c34063c1ed54a78a4fcdf2456622435a7987fa7f214b39757e5f9" + }, + { + "name": "I2C_EEPROM", + "version": "1.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.4.3.zip", + "archiveFileName": "I2C_EEPROM-1.4.3.zip", + "size": 31064, + "checksum": "SHA-256:b2d3f134e202a29b816ea2e20d255cdc13d4611f085f250bd59b96ebc431c07f" + }, + { + "name": "I2C_EEPROM", + "version": "1.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.5.0.zip", + "archiveFileName": "I2C_EEPROM-1.5.0.zip", + "size": 31326, + "checksum": "SHA-256:7a20c3be8349f892b4ab23702b9046a8ddbdc83f42c43ccf7892c0733633818b" + }, + { + "name": "I2C_EEPROM", + "version": "1.5.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.5.1.zip", + "archiveFileName": "I2C_EEPROM-1.5.1.zip", + "size": 31477, + "checksum": "SHA-256:bd01ace5c93cbe655ba6039f29c2c636e752c9239dec2ed1a4b7e05af333e00f" + }, + { + "name": "I2C_EEPROM", + "version": "1.5.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.5.2.zip", + "archiveFileName": "I2C_EEPROM-1.5.2.zip", + "size": 31599, + "checksum": "SHA-256:c7c593cc5eb321083dcaf9c820965a6a09d1c25f6eff835de236065ddfc45d23" + }, + { + "name": "I2C_EEPROM", + "version": "1.6.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.6.0.zip", + "archiveFileName": "I2C_EEPROM-1.6.0.zip", + "size": 32291, + "checksum": "SHA-256:89a009a5b396d721630933051aa5297ee0a59870a313c3f1ad120fb2320e05c7" + }, + { + "name": "I2C_EEPROM", + "version": "1.6.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.6.1.zip", + "archiveFileName": "I2C_EEPROM-1.6.1.zip", + "size": 34424, + "checksum": "SHA-256:ba52241f436ee6bf4d1c1672a3a5a55820d2fdb71a115dcf9c63e2e2a257029d" + }, + { + "name": "I2C_EEPROM", + "version": "1.6.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.6.2.zip", + "archiveFileName": "I2C_EEPROM-1.6.2.zip", + "size": 35340, + "checksum": "SHA-256:b010b7d96b9eb59e7a154cfad828f26d01b339142b5ea7d127d0ed014d8cc572" + }, + { + "name": "I2C_EEPROM", + "version": "1.7.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.7.0.zip", + "archiveFileName": "I2C_EEPROM-1.7.0.zip", + "size": 35416, + "checksum": "SHA-256:8979d035a6a12c55fdfc4f01fe003caeb5f9059e1e085f33110a03bad2737c5d" + }, + { + "name": "I2C_EEPROM", + "version": "1.7.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.7.1.zip", + "archiveFileName": "I2C_EEPROM-1.7.1.zip", + "size": 36003, + "checksum": "SHA-256:6d5ac65c5f69310495d02c537f8c0e130cdae2c8790717a0415638982da826ce" + }, + { + "name": "I2C_EEPROM", + "version": "1.7.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.7.2.zip", + "archiveFileName": "I2C_EEPROM-1.7.2.zip", + "size": 36300, + "checksum": "SHA-256:26f67c6796da1b811218c4374563e5f20bc2af49a995661fc3b5e4a546534bde" + }, + { + "name": "I2C_EEPROM", + "version": "1.7.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.7.3.zip", + "archiveFileName": "I2C_EEPROM-1.7.3.zip", + "size": 36662, + "checksum": "SHA-256:d899214c84b563e035a591738613167c8767a5df69e36e2546ed17d7bb96e231" + }, + { + "name": "I2C_EEPROM", + "version": "1.7.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.7.4.zip", + "archiveFileName": "I2C_EEPROM-1.7.4.zip", + "size": 37776, + "checksum": "SHA-256:f37dcb4c93e92b03e1de3752e9d265e2007b9164e198168b46a557232d31f018" + }, + { + "name": "I2C_EEPROM", + "version": "1.8.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.8.0.zip", + "archiveFileName": "I2C_EEPROM-1.8.0.zip", + "size": 37943, + "checksum": "SHA-256:7990439ea12e0efd830adcde0ba508e1b1a1b77c6fa3f4976ff22c3a22a040f2" + }, + { + "name": "I2C_EEPROM", + "version": "1.8.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for I2C EEPROMS", + "paragraph": "24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.", + "website": "https://github.com/RobTillaart/I2C_EEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "providesIncludes": [ + "I2C_eeprom.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.8.1.zip", + "archiveFileName": "I2C_EEPROM-1.8.1.zip", + "size": 39319, + "checksum": "SHA-256:7c0db96998a0493868ab5d7e982c85356f8b00c0a73a3fbfd292bae32fe3d627" + }, + { + "name": "SparkFun Qwiic Power Switch Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the Qwiic Power Switch", + "paragraph": "An Arduino library for the SparkFun Qwiic Power Switch (TI PCA9536)", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Power_Switch_Arduino_Library-1.0.0.zip", + "size": 9226, + "checksum": "SHA-256:10cc1810ca5315de11a15a98382a8fc4d4f3bcec22ac6bd97ef48087e584a6df" + }, + { + "name": "INA226_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.0.0.zip", + "archiveFileName": "INA226_WE-1.0.0.zip", + "size": 386292, + "checksum": "SHA-256:283b516155205efb0491dc47b7aeb0131dd0d5958e8cd302ad54fd8d9589f5da" + }, + { + "name": "INA226_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.0.zip", + "archiveFileName": "INA226_WE-1.1.0.zip", + "size": 386000, + "checksum": "SHA-256:417bdd6edf0e7e3b681961943e55d51ac55ad41b6c82b6bd8b03948a65f2d118" + }, + { + "name": "INA226_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.1.zip", + "archiveFileName": "INA226_WE-1.1.1.zip", + "size": 385864, + "checksum": "SHA-256:295f9ea0b24b45806f7549e4e1c0f93e06812d9f121400115fc13329f141cfa2" + }, + { + "name": "INA226_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.2.zip", + "archiveFileName": "INA226_WE-1.1.2.zip", + "size": 386598, + "checksum": "SHA-256:519f4044dcc0d8a2308e904d81ffdb5022b6d7a1dc6b2090af3201017a195620" + }, + { + "name": "INA226_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.0.zip", + "archiveFileName": "INA226_WE-1.2.0.zip", + "size": 685843, + "checksum": "SHA-256:7c30c8cc178f575a84e539819c211b0767aecad110cfda3d819548338ab4390a" + }, + { + "name": "INA226_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.1.zip", + "archiveFileName": "INA226_WE-1.2.1.zip", + "size": 686095, + "checksum": "SHA-256:6150c41e5bcfcd2e66bcb1a676ce54e6469e1efa278fa603a58a71e8be06afb3" + }, + { + "name": "INA226_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.2.zip", + "archiveFileName": "INA226_WE-1.2.2.zip", + "size": 686275, + "checksum": "SHA-256:bf6454f44f886ee0f92bb9c400f690b732b79c55a7f9a28583c17001de6f6f2f" + }, + { + "name": "INA226_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.3.zip", + "archiveFileName": "INA226_WE-1.2.3.zip", + "size": 687342, + "checksum": "SHA-256:08e05b97aced4185a002cf88bc777df9020e311d594b80d1dc59010ed22c5951" + }, + { + "name": "INA226_WE", + "version": "1.2.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.4.zip", + "archiveFileName": "INA226_WE-1.2.4.zip", + "size": 687345, + "checksum": "SHA-256:3ff8a52aa856f655f2c86de9a3207616e1059bcf9c43d4b12e8fc0c6091d9242" + }, + { + "name": "INA226_WE", + "version": "1.2.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.5.zip", + "archiveFileName": "INA226_WE-1.2.5.zip", + "size": 687910, + "checksum": "SHA-256:f58a51b52185c0fde92d08b8a4ebeeec45861a9aa71e7bbd8993a16cdb150425" + }, + { + "name": "INA226_WE", + "version": "1.2.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.6.zip", + "archiveFileName": "INA226_WE-1.2.6.zip", + "size": 687583, + "checksum": "SHA-256:e3ccefb10f42ef0b9f3bf78f12701bc8c01c8e741786532656fb9d5a50bd1c22" + }, + { + "name": "INA226_WE", + "version": "1.2.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.7.zip", + "archiveFileName": "INA226_WE-1.2.7.zip", + "size": 392417, + "checksum": "SHA-256:5f91acd99436a8591050f83d235a622ee041bb966e744366b0b5ebc5923b2493" + }, + { + "name": "INA226_WE", + "version": "1.2.8", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.8.zip", + "archiveFileName": "INA226_WE-1.2.8.zip", + "size": 393141, + "checksum": "SHA-256:a7a799be7c6b4f88f8cf9beecc9b5ad8600809e7d9ab49d41972ae94b6ea9ea3" + }, + { + "name": "INA226_WE", + "version": "1.2.9", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the INA226 current and power sensor module", + "paragraph": "It allows to set the resistor size, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", + "website": "https://github.com/wollewald/INA226_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/INA226_WE.git", + "providesIncludes": [ + "INA226_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.9.zip", + "archiveFileName": "INA226_WE-1.2.9.zip", + "size": 392906, + "checksum": "SHA-256:7032e048350f4140d58040690258368027052936ab79656e62447ae4dbcdb635" + }, + { + "name": "weight", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.0.zip", + "archiveFileName": "weight-0.1.0.zip", + "size": 5618, + "checksum": "SHA-256:4c9fd347f0672cf672c58379458ba10527c33b6d23bdbcd925255754563597c4" + }, + { + "name": "weight", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.1.zip", + "archiveFileName": "weight-0.1.1.zip", + "size": 7266, + "checksum": "SHA-256:a2ae1047f238bc14003da24793850f657ef3565a662fd73f0ee22b640cd188df" + }, + { + "name": "weight", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.2.zip", + "archiveFileName": "weight-0.1.2.zip", + "size": 7287, + "checksum": "SHA-256:ab26df4db7f1200f7776a8925b7a00756cf68b99f8ae8f012885da8ca13f380f" + }, + { + "name": "weight", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.3.zip", + "archiveFileName": "weight-0.1.3.zip", + "size": 7387, + "checksum": "SHA-256:7684e6c3ea718780e39ef97c0e950313f867ec38f08a9716d4bedbd463769027" + }, + { + "name": "weight", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.4.zip", + "archiveFileName": "weight-0.1.4.zip", + "size": 7899, + "checksum": "SHA-256:e8811e64258e325b1b1998e7e7c90c973fcaa09a5f355e776abc1a8ac5c5bd8e" + }, + { + "name": "weight", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.2.0.zip", + "archiveFileName": "weight-0.2.0.zip", + "size": 10319, + "checksum": "SHA-256:2d17bed600eeb55aebd1ea9248f8122d0e138aca6dfa9cf8ba5276511957129f" + }, + { + "name": "weight", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.3.0.zip", + "archiveFileName": "weight-0.3.0.zip", + "size": 10852, + "checksum": "SHA-256:a821f8c0300053c31b10008a22e2d81d6fad9385c953bb9580589ac74074ec06" + }, + { + "name": "weight", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library of weight conversion functions", + "paragraph": "Kilo gram stone lbs ounce pound", + "website": "https://github.com/RobTillaart/weight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/weight.git", + "providesIncludes": [ + "weight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.3.1.zip", + "archiveFileName": "weight-0.3.1.zip", + "size": 10889, + "checksum": "SHA-256:f4bb97ad8b2d54624729cb82e16efcc1c1149516298e7213e055d6693804a210" + }, + { + "name": "HX711", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes callibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.0.zip", + "archiveFileName": "HX711-0.2.0.zip", + "size": 12303, + "checksum": "SHA-256:b93b6a1c172f2a3bc32b62d4104d508c575daca52667648b61dd908e2f541b72" + }, + { + "name": "HX711", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes callibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.1.zip", + "archiveFileName": "HX711-0.2.1.zip", + "size": 13671, + "checksum": "SHA-256:80b5d3fba017775e429cf8f2ac901b3264629e60bc0cea95d54e42d7d61dd207" + }, + { + "name": "HX711", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.2.zip", + "archiveFileName": "HX711-0.2.2.zip", + "size": 17762, + "checksum": "SHA-256:77bfa262b698f957f9638e8c69df3d84ef594b83e52e69d4d5e5464e8018c21e" + }, + { + "name": "HX711", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.3.zip", + "archiveFileName": "HX711-0.2.3.zip", + "size": 17992, + "checksum": "SHA-256:f7172aae66108dd074d507871897141a7647139867e52b28066419b1ffb95d58" + }, + { + "name": "HX711", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.0.zip", + "archiveFileName": "HX711-0.3.0.zip", + "size": 19843, + "checksum": "SHA-256:8fb4f7f4a26b0fb9fdc0e59a54ce172745bf54d8aa96f97a63920da13af91cac" + }, + { + "name": "HX711", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.1.zip", + "archiveFileName": "HX711-0.3.1.zip", + "size": 20300, + "checksum": "SHA-256:696e006b2f7e5c17c9ce47edbf31c626a4ed668fd777d7b981aa8fc5f1cd3878" + }, + { + "name": "HX711", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 loadcell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.2.zip", + "archiveFileName": "HX711-0.3.2.zip", + "size": 23154, + "checksum": "SHA-256:2e9818c1b397d6621633c355cbc2cfca32db7441d145dbaf7fec610c0802c5de" + }, + { + "name": "HX711", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.3.zip", + "archiveFileName": "HX711-0.3.3.zip", + "size": 23493, + "checksum": "SHA-256:568ae0e76cff9bd5f692db4d1102902c6c9ab75a6aa0648741807530215fabee" + }, + { + "name": "HX711", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.4.zip", + "archiveFileName": "HX711-0.3.4.zip", + "size": 25951, + "checksum": "SHA-256:6e3f8015a914ea2f56593046fe7e4acfddb99355c7b81b08dceadcf866772e78" + }, + { + "name": "HX711", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.5.zip", + "archiveFileName": "HX711-0.3.5.zip", + "size": 27168, + "checksum": "SHA-256:44cbce380ffa178ae394dcf190360ada562f5127f6968f60a9fe8ac1aea30d44" + }, + { + "name": "HX711", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.6.zip", + "archiveFileName": "HX711-0.3.6.zip", + "size": 27351, + "checksum": "SHA-256:f2a0cd70e9ea440577a714ad832a3c76ce3c6b1b8fb8c5ad774f6f7c751b7303" + }, + { + "name": "HX711", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.7.zip", + "archiveFileName": "HX711-0.3.7.zip", + "size": 33727, + "checksum": "SHA-256:b1b03628417cc2d2a3f84fe8c2cf6a5b1dcc6a61e7149dd55e16ff80a11d991a" + }, + { + "name": "HX711", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.8.zip", + "archiveFileName": "HX711-0.3.8.zip", + "size": 35765, + "checksum": "SHA-256:5ff7bee073110d199eef057ad962407598fbdaf1aa552fd3fedfa439b449066e" + }, + { + "name": "HX711", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier", + "paragraph": "includes calibrate functions.", + "website": "https://github.com/RobTillaart/HX711", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HX711.git", + "providesIncludes": [ + "HX711.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.3.9.zip", + "archiveFileName": "HX711-0.3.9.zip", + "size": 35770, + "checksum": "SHA-256:1b30da58fe3a011ec8976e24322397fa45de71de8f4d6c5fc501e468af868032" + }, + { + "name": "AceMenu", + "version": "0.1.0", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://gitlab.com/StrathbogieBrewing/acemenu.git", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": [ + "AceMenu.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.0.zip", + "archiveFileName": "AceMenu-0.1.0.zip", + "size": 13101, + "checksum": "SHA-256:a9c0b37bce1e27bfc8fa12b26dd825e0717010d700e4c33439c2384207d7d5c1" + }, + { + "name": "AceMenu", + "version": "0.1.1", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://github.com/StrathbogieBrewing/AceMenu.git", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": [ + "AceMenu.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.1.zip", + "archiveFileName": "AceMenu-0.1.1.zip", + "size": 14516, + "checksum": "SHA-256:1e3a174b48b3634ccf379117143dfb0048558cf6145ec5dd841f0f814b6b1d42" + }, + { + "name": "AceMenu", + "version": "0.1.2", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://github.com/StrathbogieBrewing/AceMenu.git", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": [ + "AceMenu.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.2.zip", + "archiveFileName": "AceMenu-0.1.2.zip", + "size": 14272, + "checksum": "SHA-256:1fee3eb5628483d3981ae721d7ec4155bcef3b0ab91f43794a1ae0e7459b0467" + }, + { + "name": "AceMenu", + "version": "0.1.3", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library that makes coding a user Menu a breeze.", + "paragraph": "Uses a simple 3/4 button navigation system", + "website": "https://github.com/StrathbogieBrewing/AceMenu.git", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "providesIncludes": [ + "AceMenu.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.3.zip", + "archiveFileName": "AceMenu-0.1.3.zip", + "size": 14514, + "checksum": "SHA-256:2bb139976f3475cc0844375d8eabe7f2d7c2b147f1df212638da2493251b54f8" + }, + { + "name": "Sleepy Pi 2", + "version": "1.0.0", + "author": "Spell Foundry", + "maintainer": "Spell Foundry", + "sentence": "Arduino Library for Sleepy Pi 2 Raspberry Pi HAT", + "paragraph": "A Smart Power Management Board that provides a virtual low power mode to Raspberry Pi's", + "website": "https://github.com/SpellFoundry/SleepyPi2", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpellFoundry/SleepyPi2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/Sleepy_Pi_2-1.0.0.zip", + "archiveFileName": "Sleepy_Pi_2-1.0.0.zip", + "size": 47228, + "checksum": "SHA-256:926e19901822b20dc4f9604468454befccdf77fd86424d1e3c7464eece4ee8a7" + }, + { + "name": "Sleepy Pi 2", + "version": "1.0.1", + "author": "Spell Foundry", + "maintainer": "Spell Foundry", + "sentence": "Arduino Library for Sleepy Pi 2 Raspberry Pi HAT", + "paragraph": "A Smart Power Management Board that provides a virtual low power mode to Raspberry Pi's", + "website": "https://github.com/SpellFoundry/SleepyPi2", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpellFoundry/SleepyPi2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/Sleepy_Pi_2-1.0.1.zip", + "archiveFileName": "Sleepy_Pi_2-1.0.1.zip", + "size": 47261, + "checksum": "SHA-256:b3426773b22ef85fa264727ae6fc2dad44b8592378a619eaed0ebafad2a4be23" + }, + { + "name": "PCF8523", + "version": "1.0.0", + "author": "Spell Foundry", + "maintainer": "Spell Foundry", + "sentence": "Arduino Library for PCF8523 Real-Time Clock", + "paragraph": "Library for controlling and configuring this Real-Time Clock", + "website": "https://github.com/SpellFoundry/PCF8523", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpellFoundry/PCF8523.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/PCF8523-1.0.0.zip", + "archiveFileName": "PCF8523-1.0.0.zip", + "size": 18944, + "checksum": "SHA-256:a05073e6c5b85d8151120d00b4702a35f7af0acca69abb6e5e8cfa4d53b81392" + }, + { + "name": "ScrollingText8x8Display", + "version": "0.0.1", + "author": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "maintainer": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "sentence": "Display a scrolling text on a 8x8 LED display.", + "paragraph": "You can set the scrolling speed, the scrolling direction and also the character orientation.", + "website": "https://github.com/TheJLifeX/ScrollingText8x8Display", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheJLifeX/ScrollingText8x8Display.git", + "providesIncludes": [ + "ScrollingText8x8Display.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheJLifeX/ScrollingText8x8Display-0.0.1.zip", + "archiveFileName": "ScrollingText8x8Display-0.0.1.zip", + "size": 7710863, + "checksum": "SHA-256:8f82b4e4374b588ee462775bd4a2f68609b97a4e306c51bc1b51a36807a20866" + }, + { + "name": "ScrollingText8x8Display", + "version": "0.0.2", + "author": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "maintainer": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", + "sentence": "Display a scrolling text on a 8x8 LED display.", + "paragraph": "You can set the scrolling speed, the scrolling direction and also the character orientation.", + "website": "https://github.com/TheJLifeX/ScrollingText8x8Display", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheJLifeX/ScrollingText8x8Display.git", + "providesIncludes": [ + "ScrollingText8x8Display.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheJLifeX/ScrollingText8x8Display-0.0.2.zip", + "archiveFileName": "ScrollingText8x8Display-0.0.2.zip", + "size": 7738098, + "checksum": "SHA-256:0d67aa04273af7ef12e7421b13eef7864a09cbaa27a03083bb541e6f08a1e98f" + }, + { + "name": "NX2003 library", + "version": "1.0.0", + "author": "Chatphet Kenanan\u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong\u003cnarongchai.b2539@gmail.com\u003e", + "maintainer": "Chatphet Kenanan\u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": [ + "NX2003.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.0.zip", + "archiveFileName": "NX2003_library-1.0.0.zip", + "size": 14605, + "checksum": "SHA-256:d987aa84fdf56ce8b2c96d0296d53185fa8c847021b8797078ad60b30cf1899b" + }, + { + "name": "NX2003 library", + "version": "1.0.1", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": [ + "NX2003.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.1.zip", + "archiveFileName": "NX2003_library-1.0.1.zip", + "size": 15372, + "checksum": "SHA-256:b1db247985e3b7339dde2a3b9d93e372665eb0523d6989852af9d8efab7847c0" + }, + { + "name": "NX2003 library", + "version": "1.0.2", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": [ + "NX2003.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.2.zip", + "archiveFileName": "NX2003_library-1.0.2.zip", + "size": 15390, + "checksum": "SHA-256:e2921d84ce1ad6b489ab4c51c00b9a8c5f4080efa8608ba23c7656be485972f3" + }, + { + "name": "NX2003 library", + "version": "1.0.3", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": [ + "NX2003.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.3.zip", + "archiveFileName": "NX2003_library-1.0.3.zip", + "size": 15390, + "checksum": "SHA-256:c8383d9607bd470a5c36a782602dd9e6f630852928c2163dfa0de7c6682429e3" + }, + { + "name": "NX2003 library", + "version": "1.0.4", + "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", + "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", + "sentence": "A library for NX2003 board.", + "paragraph": "Supports NX2003 board and NX2003 shield.", + "website": "https://gitlab.com/chatpeth/nx2003", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/chatpeth/nx2003.git", + "providesIncludes": [ + "NX2003.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.4.zip", + "archiveFileName": "NX2003_library-1.0.4.zip", + "size": 15388, + "checksum": "SHA-256:0600ea08d31850ea581bcd9049959286de245f7ed553b8c8203f6ee21dec5e92" + }, + { + "name": "MoonRise", + "version": "1.0.1", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-1.0.1.zip", + "archiveFileName": "MoonRise-1.0.1.zip", + "size": 20282, + "checksum": "SHA-256:f97efadcaad617a821b7930583659bd9bb37dfd6bfabd2e572402c53d0a7bbd0" + }, + { + "name": "MoonRise", + "version": "2.0.0", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.0.zip", + "archiveFileName": "MoonRise-2.0.0.zip", + "size": 20352, + "checksum": "SHA-256:efd0d7e0971a8c09f66dd6514667a9575fc69cb84dee7d56f3f5335918feb3d1" + }, + { + "name": "MoonRise", + "version": "2.0.1", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.1.zip", + "archiveFileName": "MoonRise-2.0.1.zip", + "size": 20373, + "checksum": "SHA-256:fd6cbafc88fd4b01e2f8c529b912119530ad9a9e9092f5f9456fe19ef9a11c7e" + }, + { + "name": "MoonRise", + "version": "2.0.2", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.2.zip", + "archiveFileName": "MoonRise-2.0.2.zip", + "size": 20916, + "checksum": "SHA-256:f54d02376a81d07f987bc14459185fc3adf1db8fd46a633252387a00d97d66be" + }, + { + "name": "MoonRise", + "version": "2.0.3", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.3.zip", + "archiveFileName": "MoonRise-2.0.3.zip", + "size": 20921, + "checksum": "SHA-256:ab4d570f344bab5b89659c3fbebf40f698f9e6e461aa62c98a9a657f5d487121" + }, + { + "name": "MoonRise", + "version": "2.0.4", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate moon rise/set times.", + "paragraph": "Find the previous and next moon rise and set times.", + "website": "https://github.com/signetica/MoonRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/MoonRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.4.zip", + "archiveFileName": "MoonRise-2.0.4.zip", + "size": 20913, + "checksum": "SHA-256:de81c67769866756ae8666b1093b2f7d78fd02222a99d07c2e98f7c8916bb0ac" + }, + { + "name": "PU2CLR KT0915", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your AKC695X the KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC KT0915 device.", + "website": "https://github.com/pu2clr/KT0915", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/KT0915.git", + "providesIncludes": [ + "KT0915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.1.zip", + "archiveFileName": "PU2CLR_KT0915-1.0.1.zip", + "size": 614863, + "checksum": "SHA-256:e897b9227f2ec909d23a172a879400f4ead4fbf04562343e69a6c9bebac1db37" + }, + { + "name": "PU2CLR KT0915", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC KT0915 device.", + "website": "https://github.com/pu2clr/KT0915", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/KT0915.git", + "providesIncludes": [ + "KT0915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.2.zip", + "archiveFileName": "PU2CLR_KT0915-1.0.2.zip", + "size": 3721097, + "checksum": "SHA-256:cbbf20b25a56c08f46a18e02c958f0e6bb2e7a64f790f7999738907feb4a7a6f" + }, + { + "name": "PU2CLR KT0915", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC KT0915 device.", + "website": "https://github.com/pu2clr/KT0915", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/KT0915.git", + "providesIncludes": [ + "KT0915.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.3.zip", + "archiveFileName": "PU2CLR_KT0915-1.0.3.zip", + "size": 3737201, + "checksum": "SHA-256:8a35d27c05a895c0923e895ebd23d8e58d2f13e659a2e52833399fb1741f565c" + }, + { + "name": "SunRise", + "version": "1.0.0", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-1.0.0.zip", + "archiveFileName": "SunRise-1.0.0.zip", + "size": 19221, + "checksum": "SHA-256:30d513ce67239c2d074b685d26a7aac9b973536c70663fdee8f9cf619ad0def7" + }, + { + "name": "SunRise", + "version": "2.0.1", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-2.0.1.zip", + "archiveFileName": "SunRise-2.0.1.zip", + "size": 19240, + "checksum": "SHA-256:83699662e0ce37ae6b1fc22538569bdb65ac98ea6cd60ff0769b4b8a95b51bfc" + }, + { + "name": "SunRise", + "version": "2.0.2", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-2.0.2.zip", + "archiveFileName": "SunRise-2.0.2.zip", + "size": 19783, + "checksum": "SHA-256:c64b1a4fa0383dc00778ccc1035c88b1234f7d23212f924691e4729a824b43f8" + }, + { + "name": "SunRise", + "version": "2.0.3", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-2.0.3.zip", + "archiveFileName": "SunRise-2.0.3.zip", + "size": 19790, + "checksum": "SHA-256:c450ea14aaa67667f429fc9169a64513ffdcb62492e4fc43a8b2f87b5df8c479" + }, + { + "name": "SunRise", + "version": "2.0.4", + "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", + "sentence": "Calculate sun rise/set times.", + "paragraph": "Find the previous and next sun rise and set times.", + "website": "https://github.com/signetica/SunRise", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/signetica/SunRise.git", + "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-2.0.4.zip", + "archiveFileName": "SunRise-2.0.4.zip", + "size": 19782, + "checksum": "SHA-256:8e49aaea2dd64eca304c8ea47e3d402d7bb5d09e9b19bb8ba1ef0d0826ad33a0" + }, + { + "name": "High-Side-Switch", + "version": "0.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the PROFET+2 12V", + "paragraph": "C++ library for the PROFET+2 12V supporting the Arduino form factor", + "website": "https://github.com/Infineon/high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/high-side-switch.git", + "providesIncludes": [ + "hss-board-arduino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/High_Side_Switch-0.1.0.zip", + "archiveFileName": "High_Side_Switch-0.1.0.zip", + "size": 26875109, + "checksum": "SHA-256:28c0b350254afd34249abbdc4dc5e37057104633801d4d854c5bbff6cf230926" + }, + { + "name": "High-Side-Switch", + "version": "0.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the PROFET+2 12V", + "paragraph": "C++ library for the PROFET+2 12V supporting the Arduino form factor", + "website": "https://github.com/Infineon/high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/high-side-switch.git", + "providesIncludes": [ + "hss-board-arduino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/High_Side_Switch-0.1.1.zip", + "archiveFileName": "High_Side_Switch-0.1.1.zip", + "size": 26876518, + "checksum": "SHA-256:7c1df9c9d3b0496a09ff4fd3744cb094eaaa4b8052115163bfac756a13dbeffb" + }, + { + "name": "High-Side-Switch", + "version": "0.1.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the PROFET+2 12V", + "paragraph": "C++ library for the PROFET+2 12V supporting the Arduino form factor", + "website": "https://github.com/Infineon/high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/high-side-switch.git", + "providesIncludes": [ + "hss-board-arduino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/High_Side_Switch-0.1.2.zip", + "archiveFileName": "High_Side_Switch-0.1.2.zip", + "size": 26876606, + "checksum": "SHA-256:76201314c90ae9f1b5a39b30465a4c94f90ef3527b60c8233c347805d29d8ab0" + }, + { + "name": "High-Side-Switch", + "version": "0.1.3", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the PROFET+2 12V", + "paragraph": "C++ library for the PROFET+2 12V supporting the Arduino form factor", + "website": "https://github.com/Infineon/high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/high-side-switch.git", + "providesIncludes": [ + "hss-board-arduino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/High_Side_Switch-0.1.3.zip", + "archiveFileName": "High_Side_Switch-0.1.3.zip", + "size": 26876604, + "checksum": "SHA-256:59558ec7d2bc9bfb418bd46d8c32e1b79933a29afe2ad1ad3dfb9cd8c412bd1e" + }, + { + "name": "High-Side-Switch", + "version": "0.1.4", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "DEPRECATED. C++ library for the PROFET+2 12V", + "paragraph": "Please note: this library is deprecated. Please migrate to the new \u003ca href=\"https://github.com/Infineon/arduino-high-side-switch\"\u003ehigh-side-switch-ino v1.0.0\u003c/a\u003e library. It starts in v1.x as it is a continuation of this library. This deprecated library only supports the PROFET+2 12V Arduino form factor", + "website": "https://github.com/Infineon/high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/high-side-switch.git", + "providesIncludes": [ + "hss-board-arduino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/High_Side_Switch-0.1.4.zip", + "archiveFileName": "High_Side_Switch-0.1.4.zip", + "size": 26876739, + "checksum": "SHA-256:9d832f42371cd9b40c9ead54dfc0cd9d49fe564eea1b21c6153af98768df8183" + }, + { + "name": "PadComLib", + "version": "1.1.0", + "author": "Theo Gillespie \u003crockoontech@gmail.com\u003e", + "maintainer": "Theo Gillespie \u003crockoontech@gmail.com\u003e", + "sentence": "A library adds functionality for the PadCom program", + "paragraph": "Help implement functions required for the PadCom program.", + "website": "https://github.com/RockoonTechnologies/PadCom", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RockoonTechnologies/PadComLib.git", + "providesIncludes": [ + "PadComLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RockoonTechnologies/PadComLib-1.1.0.zip", + "archiveFileName": "PadComLib-1.1.0.zip", + "size": 2031, + "checksum": "SHA-256:a42ab51272c0f7754304c73935d04b58aadac21934dcc6d9b805efcbc535a429" + }, + { + "name": "Arduino_OV767X", + "version": "0.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Capture images from your OmniVision OV7670 camera in your Arduino sketches.", + "website": "http://github.com/arduino-libraries/Arduino_OV767X", + "category": "Sensors", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_OV767X.git", + "providesIncludes": [ + "Arduino_OV767X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OV767X-0.0.1.zip", + "archiveFileName": "Arduino_OV767X-0.0.1.zip", + "size": 35435, + "checksum": "SHA-256:f4e9e3dd2bb65ba818a1df1ee01a7e1a00fa2fef6732c2ac350ff81b81914b71" + }, + { + "name": "Arduino_OV767X", + "version": "0.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Capture images from your OmniVision OV7670 camera in your Arduino sketches.", + "website": "http://github.com/arduino-libraries/Arduino_OV767X", + "category": "Sensors", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_OV767X.git", + "providesIncludes": [ + "Arduino_OV767X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OV767X-0.0.2.zip", + "archiveFileName": "Arduino_OV767X-0.0.2.zip", + "size": 38124, + "checksum": "SHA-256:b3cbe03f0dec9293346361adff95a38b609eccbf0f3aee35913597553d345fe0" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.0", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.0.zip", + "archiveFileName": "vl53l0xTOFA-1.0.0.zip", + "size": 18684, + "checksum": "SHA-256:a0c592bba978b4c0620bccb65fd36c59c1bc48f83fa79be85ac7edc386574e25" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.1", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.1.zip", + "archiveFileName": "vl53l0xTOFA-1.0.1.zip", + "size": 18699, + "checksum": "SHA-256:aad5d51c8f3ee575c950d484266e759c42fb68e212bbcc1392a68969b88c1b79" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.2", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.2.zip", + "archiveFileName": "vl53l0xTOFA-1.0.2.zip", + "size": 18698, + "checksum": "SHA-256:55597738738b96983f560cbe1e7e8d8b26e9349215626e77bc0db15377f39165" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.4", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.4.zip", + "archiveFileName": "vl53l0xTOFA-1.0.4.zip", + "size": 18612, + "checksum": "SHA-256:59f00f8342b59d847cab8585b76037f0f79f714d35f383254c8ba347e6ff7106" + }, + { + "name": "vl53l0xTOFA", + "version": "1.0.5", + "author": "harnettlab", + "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", + "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", + "website": "https://github.com/harnettlab/vl53l0x-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.5.zip", + "archiveFileName": "vl53l0xTOFA-1.0.5.zip", + "size": 18667, + "checksum": "SHA-256:54431d71dfe85507fc0d0fd6adae8037fdb4f7406eab263e670da2f4016bbce9" + }, + { + "name": "Orvibo WiWo S20 Library", + "version": "1.0.0", + "author": "Andreas Anderberg", + "maintainer": "Andreas Anderberg", + "sentence": "ESP8266 library for controlling Orvibo WiWo S20 smart plugs.", + "paragraph": "Supports controlling, subscription and WiFi pairing.", + "website": "https://github.com/antevir/OrviboS20_Arduino", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antevir/OrviboS20_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antevir/Orvibo_WiWo_S20_Library-1.0.0.zip", + "archiveFileName": "Orvibo_WiWo_S20_Library-1.0.0.zip", + "size": 17714, + "checksum": "SHA-256:22b3a781c46774b5f150681fee6d1df7f17e16ff48892734cedc9c4eea893cbe" + }, + { + "name": "Orvibo WiWo S20 Library", + "version": "1.0.1", + "author": "Andreas Anderberg", + "maintainer": "Andreas Anderberg", + "sentence": "ESP8266 library for controlling Orvibo WiWo S20 smart plugs.", + "paragraph": "Supports controlling, subscription and WiFi pairing.", + "website": "https://github.com/antevir/OrviboS20_Arduino", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antevir/OrviboS20_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/antevir/Orvibo_WiWo_S20_Library-1.0.1.zip", + "archiveFileName": "Orvibo_WiWo_S20_Library-1.0.1.zip", + "size": 17804, + "checksum": "SHA-256:a9740f9838c25f1e2133bdaa9e2893123f6d375b30060c918a89f864657221f6" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.0.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1636 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.0.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.0.0.zip", + "size": 445960, + "checksum": "SHA-256:1b8292e3a8e18d00dd219de10c57b33cd7f80a0e1701539a246e002f538348f0" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.1.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.1.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.1.0.zip", + "size": 550474, + "checksum": "SHA-256:3b0fc0169df7461fd6bf418819c79d777070e9b6e68589d489334a34ea133ef3" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.2.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.2.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.2.0.zip", + "size": 556256, + "checksum": "SHA-256:1c8b646ab625aea47a4f7effb7c161d93db3a6d005d8e5c7bc3f9b35af363ca5" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.3.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.3.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.3.0.zip", + "size": 556682, + "checksum": "SHA-256:91708fc54aa2f491b57aad646a9cfd0f51e5d31e2e9471d10413e45f434ecb27" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.4.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.4.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.4.0.zip", + "size": 905610, + "checksum": "SHA-256:7c106933cdd20ed6a223701e2879b46eceb597e1b17f32125daa5f3e60467f15" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.4.1", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.4.1.zip", + "archiveFileName": "TM1637TinyDisplay-1.4.1.zip", + "size": 905892, + "checksum": "SHA-256:1b69e84cfba00ef66847262979651972139584135517a9c51beb6e4695e3e6ba" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.4.2", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.4.2.zip", + "archiveFileName": "TM1637TinyDisplay-1.4.2.zip", + "size": 910320, + "checksum": "SHA-256:b287342c4dd0a3084bc29ff563d4820ab86b3d75af92fad443734a423ccd300b" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.4.3", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.4.3.zip", + "archiveFileName": "TM1637TinyDisplay-1.4.3.zip", + "size": 916460, + "checksum": "SHA-256:74dc177bcd9938a376f5d1db70419f5d72e81186b3c1fd25eae4ae7fe931d982" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.4.4", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.4.4.zip", + "archiveFileName": "TM1637TinyDisplay-1.4.4.zip", + "size": 916551, + "checksum": "SHA-256:4b53b5472a7c4ce094fbba6efae073a4fe2b3eb509650f20aff23309264d2105" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.5.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.5.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.5.0.zip", + "size": 917210, + "checksum": "SHA-256:e33ceef305b6ba75ac3536832d00488e32f2c177cde4d56795308c94968557cd" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.5.2", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.5.2.zip", + "archiveFileName": "TM1637TinyDisplay-1.5.2.zip", + "size": 917684, + "checksum": "SHA-256:45496896329b009afb66ae479153285ff931f4cb60bdc8499baec227fce2929b" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.6.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.6.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.6.0.zip", + "size": 918654, + "checksum": "SHA-256:aebcf185398e542948a255b46da6dbcd6ec55d07ab219d1a4f1a38d68fbcff5d" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.7.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.7.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.7.0.zip", + "size": 922215, + "checksum": "SHA-256:883a752aa8707999b535893ed4f3dd9434bf7574eb3b184064ca74c388b09aa2" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.7.1", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.7.1.zip", + "archiveFileName": "TM1637TinyDisplay-1.7.1.zip", + "size": 922350, + "checksum": "SHA-256:601138fe48ed11419c005cd7876c724136f34d5f8909edf1c3a508e81c0b1604" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.8.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.8.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.8.0.zip", + "size": 922725, + "checksum": "SHA-256:ef3f865f1b530b6afba8cfa69de89a5e3a93b21fa26e033d558620e1887497b7" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.8.1", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.8.1.zip", + "archiveFileName": "TM1637TinyDisplay-1.8.1.zip", + "size": 1082026, + "checksum": "SHA-256:d87c3e9e911d7f3f2a0a2ae28ae060d3b508ac9ed5443583afeab0580844c180" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.9.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.9.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.9.0.zip", + "size": 1085275, + "checksum": "SHA-256:8c111d28eed53c3e4b8de85a43b33e34c96b6f3dd4b3b65ea57a032dd87a69f5" + }, + { + "name": "TM1637TinyDisplay", + "version": "1.10.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!", + "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", + "website": "https://github.com/jasonacox/TM1637TinyDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "providesIncludes": [ + "TM1637TinyDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.10.0.zip", + "archiveFileName": "TM1637TinyDisplay-1.10.0.zip", + "size": 1085822, + "checksum": "SHA-256:d4e6917334027925f686de27228fab394c3b180f04e04c847cc225adbff00b5a" + }, + { + "name": "DABShield", + "version": "1.1.2", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS.", + "website": "http://dabshild.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DabShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.1.2.zip", + "archiveFileName": "DABShield-1.1.2.zip", + "size": 20911, + "checksum": "SHA-256:33937ba03cebd64c9fa34adab1c836b2bd824dcb6382482fdeee5b09521d9e10" + }, + { + "name": "DABShield", + "version": "1.1.3", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.1.3.zip", + "archiveFileName": "DABShield-1.1.3.zip", + "size": 21630, + "checksum": "SHA-256:25ced8938fd083f1eaf8fc3d94d617987bbf0470939808c6489ffaeee0368c92" + }, + { + "name": "DABShield", + "version": "1.2.0", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.2.0.zip", + "archiveFileName": "DABShield-1.2.0.zip", + "size": 27109, + "checksum": "SHA-256:a7d8a3b16f2560b557c868773c5aec1c912cb5d24bbfafa8db250c934b632d08" + }, + { + "name": "DABShield", + "version": "1.3.0", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.3.0.zip", + "archiveFileName": "DABShield-1.3.0.zip", + "size": 27296, + "checksum": "SHA-256:c7239a4c26d22cbf54eb196ecdcaccdeca26bfb1c37edf006e45f309683dc25a" + }, + { + "name": "DABShield", + "version": "1.4.0", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.4.0.zip", + "archiveFileName": "DABShield-1.4.0.zip", + "size": 29961, + "checksum": "SHA-256:f0e8c32839c66d7a39fc1f43f338d4054aa78bd64bd19118b4c7666711833bc5" + }, + { + "name": "DABShield", + "version": "1.5.1", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.5.1.zip", + "archiveFileName": "DABShield-1.5.1.zip", + "size": 30516, + "checksum": "SHA-256:70fe9c44c848b95fdbc135c28c3fea6b6ec76615327a579304efd26ab32b4630" + }, + { + "name": "DABShield", + "version": "1.5.2", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.5.2.zip", + "archiveFileName": "DABShield-1.5.2.zip", + "size": 30638, + "checksum": "SHA-256:e5a47bae025630d073371d2717b409f137d2b010ea01f96a79a49cedd498bef4" + }, + { + "name": "DABShield", + "version": "1.5.3", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.5.3.zip", + "archiveFileName": "DABShield-1.5.3.zip", + "size": 30760, + "checksum": "SHA-256:568dc4381baded57fc55352b499e8989eb774cfd50d0b2cd8777cc7b45559186" + }, + { + "name": "DABShield", + "version": "1.5.4", + "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", + "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", + "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", + "website": "http://dabshield.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dabshield/DABShield.git", + "providesIncludes": [ + "DABShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.5.4.zip", + "archiveFileName": "DABShield-1.5.4.zip", + "size": 96824, + "checksum": "SHA-256:6d45c7c94b37179bbff1337f5da49e2a712ac715eda2c6b1bbe578a706b8fa5c" + }, + { + "name": "I2CKeyPad", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.0.zip", + "archiveFileName": "I2CKeyPad-0.1.0.zip", + "size": 8787, + "checksum": "SHA-256:0085380c0c538bee450f011d1b5ee7c113b11acbfaf03f591e18bb7025743aa2" + }, + { + "name": "I2CKeyPad", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.1.zip", + "archiveFileName": "I2CKeyPad-0.1.1.zip", + "size": 8883, + "checksum": "SHA-256:0911f3c725f019a1feaa0c4dc4d2578c75954b0e1260debf2e97fa71209046cc" + }, + { + "name": "I2CKeyPad", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.2.zip", + "archiveFileName": "I2CKeyPad-0.1.2.zip", + "size": 10214, + "checksum": "SHA-256:02d55ec731e71c6dab1cd94e0787cfec891a0f5599ccc6f5d9d73f4bda0143f2" + }, + { + "name": "I2CKeyPad", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.2.0.zip", + "archiveFileName": "I2CKeyPad-0.2.0.zip", + "size": 10336, + "checksum": "SHA-256:eb7042dab169075d4bb70015bf973cc62bc515ee93716105cf8c61878cbf48fb" + }, + { + "name": "I2CKeyPad", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.2.1.zip", + "archiveFileName": "I2CKeyPad-0.2.1.zip", + "size": 10495, + "checksum": "SHA-256:5554f34ddc9c4e1b28681a1541e56abe1eda60ce76f7255d6446c5535c761dc7" + }, + { + "name": "I2CKeyPad", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.3.0.zip", + "archiveFileName": "I2CKeyPad-0.3.0.zip", + "size": 19658, + "checksum": "SHA-256:0e07cb05a97152af99bf8518ab189e900f85c0b171e2a1e1c04568c06f3ffe60" + }, + { + "name": "I2CKeyPad", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for 4x4 KeyPad connected to a PCF8574", + "paragraph": "4x4 or smaller only.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.3.1.zip", + "archiveFileName": "I2CKeyPad-0.3.1.zip", + "size": 19339, + "checksum": "SHA-256:767f99bf2d9169264ea916c728176053a26d46b0c63811048557d99d53293210" + }, + { + "name": "I2CKeyPad", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a KeyPad connected to a PCF8574.", + "paragraph": "4x4, 5x3, 6x2, 8x1 or smaller.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.3.2.zip", + "archiveFileName": "I2CKeyPad-0.3.2.zip", + "size": 23605, + "checksum": "SHA-256:465d2455eedf151da0b0de9052faf0f6e19bac5a0bdff0fe8433dd5aeecc0fe3" + }, + { + "name": "I2CKeyPad", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a KeyPad connected to a PCF8574.", + "paragraph": "4x4, 5x3, 6x2, 8x1 or smaller.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.3.3.zip", + "archiveFileName": "I2CKeyPad-0.3.3.zip", + "size": 24044, + "checksum": "SHA-256:a6949a6f7ab0e4ec2a16ba0acf0ed7652595791058220be3ab5a1a5b07d9a86a" + }, + { + "name": "I2CKeyPad", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a KeyPad connected to a PCF8574.", + "paragraph": "4x4, 5x3, 6x2, 8x1 or smaller.", + "website": "https://github.com/RobTillaart/I2CKeyPad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2CKeyPad.git", + "providesIncludes": [ + "I2CKeyPad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.4.0.zip", + "archiveFileName": "I2CKeyPad-0.4.0.zip", + "size": 25766, + "checksum": "SHA-256:a1ee97f03cd88a397df6a96165f9ec471e910c2d422c2da1eac8bb98294b90fd" + }, + { + "name": "VanBus", + "version": "0.1.0", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports all Espressif compatible hardware, like ESP32, ESP8266, ESP8285 etc.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.0.zip", + "archiveFileName": "VanBus-0.1.0.zip", + "size": 627429, + "checksum": "SHA-256:b43c12145b4e96097a3ec89e40b0c128d608f60a82c4cc447f7617fde4913c7f" + }, + { + "name": "VanBus", + "version": "0.1.1", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.1.zip", + "archiveFileName": "VanBus-0.1.1.zip", + "size": 627904, + "checksum": "SHA-256:a9ba9b16ea2f4e0c710064a9bb9bfbb1a616e9fc1e21afb4bdfcc8f92f9c20f8" + }, + { + "name": "VanBus", + "version": "0.1.2", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.2.zip", + "archiveFileName": "VanBus-0.1.2.zip", + "size": 660064, + "checksum": "SHA-256:bec97830bf88cdff301c0fae3ff19770b3e49e80a4f72dfbc63bf3e284f18779" + }, + { + "name": "VanBus", + "version": "0.2.1", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.2.1.zip", + "archiveFileName": "VanBus-0.2.1.zip", + "size": 771653, + "checksum": "SHA-256:6a51d38a0673bd186c929b6c44308d032de8a2c07a110a324b4e37b914409a97" + }, + { + "name": "VanBus", + "version": "0.2.2", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.2.2.zip", + "archiveFileName": "VanBus-0.2.2.zip", + "size": 776293, + "checksum": "SHA-256:6180828517d2a1f182521dd2fa48c6eed6380d72538c4bb6fc26d20b4df815a6" + }, + { + "name": "VanBus", + "version": "0.2.3", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.2.3.zip", + "archiveFileName": "VanBus-0.2.3.zip", + "size": 781358, + "checksum": "SHA-256:6e35353803b02f2cb9ee8b7287c55b641851d801891f7a6a9a9094c895cab4a8" + }, + { + "name": "VanBus", + "version": "0.2.4", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.2.4.zip", + "archiveFileName": "VanBus-0.2.4.zip", + "size": 781829, + "checksum": "SHA-256:7ecaa0133ce7cadcbb1c623bb890365b48df20a533b0b794069d62c803c239f8" + }, + { + "name": "VanBus", + "version": "0.2.5", + "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.2.5.zip", + "archiveFileName": "VanBus-0.2.5.zip", + "size": 783817, + "checksum": "SHA-256:13a01bbdc9c303863f3293fe590b9506b5f7f1aaeae38a06dc1c7af633288b77" + }, + { + "name": "VanBus", + "version": "0.3.0", + "author": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.3.0.zip", + "archiveFileName": "VanBus-0.3.0.zip", + "size": 789220, + "checksum": "SHA-256:913a500957809e637238cf206cb90c9eabe1b98f43f559049ce58f77de9ffe2d" + }, + { + "name": "VanBus", + "version": "0.3.1", + "author": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.3.1.zip", + "archiveFileName": "VanBus-0.3.1.zip", + "size": 790269, + "checksum": "SHA-256:0973b9fa600ee426077a962177e673e157a72a791cfe3c35395be0417f6f0eef" + }, + { + "name": "VanBus", + "version": "0.3.2", + "author": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.3.2.zip", + "archiveFileName": "VanBus-0.3.2.zip", + "size": 792407, + "checksum": "SHA-256:561542b1b89eb2aca0b07ba408238cc27d149620510053071d569f9478ba7026" + }, + { + "name": "VanBus", + "version": "0.3.3", + "author": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.3.3.zip", + "archiveFileName": "VanBus-0.3.3.zip", + "size": 875531, + "checksum": "SHA-256:b72cee9e5ed07cc11d3a5fdfa2c2d8d617b146ede795b0b0c17e95492ddbe098" + }, + { + "name": "VanBus", + "version": "0.3.4", + "author": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "maintainer": "Erik Tromp \u003ceriktromp97@hotmail.com\u003e", + "sentence": "Vehicle Area Network (VAN) bus packet reader/writer.", + "paragraph": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", + "website": "https://github.com/0xCAFEDECAF/VanBus", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0xCAFEDECAF/VanBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.3.4.zip", + "archiveFileName": "VanBus-0.3.4.zip", + "size": 933793, + "checksum": "SHA-256:32f432e39f1eb757eeeed164b9f2bdd4165f4e5536013e5d1a91017f37c70878" + }, + { + "name": "rhio-LIS2HH12", + "version": "0.1.0", + "author": "Jose Francisco Martí Martín", + "maintainer": "Jose Francisco Martí Martín \u003cjmarti@rhomb.io\u003e", + "sentence": "Measure acceleration with the LIS2HH12", + "paragraph": "You can measure acceleration with the rhio-LIS2HH12 library, movement and position", + "website": "https://gitlab.com/rhombio/rhio-LIS2HH12", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/rhombio/rhio-LIS2HH12.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/rhombio/rhio_LIS2HH12-0.1.0.zip", + "archiveFileName": "rhio_LIS2HH12-0.1.0.zip", + "size": 1396949, + "checksum": "SHA-256:6514808df1278f8b8c4f64c9f628286cf4abe5a6ea4c01a824c1fa71e60736c2" + }, + { + "name": "rhio-LIS2HH12", + "version": "0.1.2", + "author": "Jose Francisco Martí Martín", + "maintainer": "Jose Francisco Martí Martín \u003cjmarti@rhomb.io\u003e", + "sentence": "Measure acceleration with the LIS2HH12", + "paragraph": "You can measure acceleration with the rhio-LIS2HH12 library, movement and position", + "website": "https://gitlab.com/rhombio/rhio-libraries/rhio-LIS2HH12", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/rhombio/rhio-LIS2HH12.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/rhombio/rhio_LIS2HH12-0.1.2.zip", + "archiveFileName": "rhio_LIS2HH12-0.1.2.zip", + "size": 1396998, + "checksum": "SHA-256:323427d9a74851d0c8054319d1e61979c6c92cee45636f0c70831731467cf77d" + }, + { + "name": "PLEN5Stack", + "version": "1.0.0", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack", + "website": "https://plen.jp/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": [ + "PLEN5Stack.h" + ], + "dependencies": [ + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.0.zip", + "archiveFileName": "PLEN5Stack-1.0.0.zip", + "size": 14149, + "checksum": "SHA-256:18af7d68addcacef83c5be5889779df68a21844349c96b13aa570170aeae8692" + }, + { + "name": "PLEN5Stack", + "version": "1.0.1", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack", + "website": "https://plen.jp/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": [ + "PLEN5Stack.h" + ], + "dependencies": [ + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.1.zip", + "archiveFileName": "PLEN5Stack-1.0.1.zip", + "size": 14171, + "checksum": "SHA-256:18cf12051ecbee5491eb768630b5d4312e1e5f685f4c6d48b7215942cf66186a" + }, + { + "name": "PLEN5Stack", + "version": "1.0.2", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": [ + "PLEN5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.2.zip", + "archiveFileName": "PLEN5Stack-1.0.2.zip", + "size": 14269, + "checksum": "SHA-256:7c705187352a8d6944525a491cd26c50da673d8c13030900bbe792026908ceaa" + }, + { + "name": "PLEN5Stack", + "version": "1.0.3", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": [ + "PLEN5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.3.zip", + "archiveFileName": "PLEN5Stack-1.0.3.zip", + "size": 19476, + "checksum": "SHA-256:c7a6a2ffe7adc8d6eb1caad9e017b36445defbad7d7e762810056a0c41c3af72" + }, + { + "name": "PLEN5Stack", + "version": "1.0.4", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": [ + "PLEN5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.4.zip", + "archiveFileName": "PLEN5Stack-1.0.4.zip", + "size": 21651, + "checksum": "SHA-256:6f5680a097e21fae3aaeeb4cd63f11e478ad08860ea5f0c9449d66f666d5862a" + }, + { + "name": "PLEN5Stack", + "version": "1.0.6", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": [ + "PLEN5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.6.zip", + "archiveFileName": "PLEN5Stack-1.0.6.zip", + "size": 23312, + "checksum": "SHA-256:a28c4ce49dc72f45be9a45898fd52644bfe1c50344ab0d01fa32080995e4abe7" + }, + { + "name": "PLEN5Stack", + "version": "1.0.7", + "author": "PLEN Project", + "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", + "sentence": "PLEN5Stack Library", + "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", + "website": "https://github.com/plenprojectcompany/PLEN5Stack", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "providesIncludes": [ + "PLEN5Stack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.7.zip", + "archiveFileName": "PLEN5Stack-1.0.7.zip", + "size": 23330, + "checksum": "SHA-256:6791b47f341d2ed3bc8d997f50b930ad134b05842e399488b6f0b78c3e4ea377" + }, + { + "name": "DEVRANDOM", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": [ + "DEVRANDOM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.0.zip", + "archiveFileName": "DEVRANDOM-0.1.0.zip", + "size": 7462, + "checksum": "SHA-256:3a1d8e01129ca1e591e8edd0733a923396c8d6c7f11ef6d16145141bd66420de" + }, + { + "name": "DEVRANDOM", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": [ + "DEVRANDOM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.1.zip", + "archiveFileName": "DEVRANDOM-0.1.1.zip", + "size": 8970, + "checksum": "SHA-256:2588c42adb7c9d884b0334b51520bbaa34fdecc65529b9d3ef19b57c0f0b75b9" + }, + { + "name": "DEVRANDOM", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": [ + "DEVRANDOM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.2.zip", + "archiveFileName": "DEVRANDOM-0.1.2.zip", + "size": 9124, + "checksum": "SHA-256:5c7efd67c01df510da3e818912001788d53a5f2651f9f2640b618de25b378d26" + }, + { + "name": "DEVRANDOM", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": [ + "DEVRANDOM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.3.zip", + "archiveFileName": "DEVRANDOM-0.1.3.zip", + "size": 9358, + "checksum": "SHA-256:57e8e6fb115b8aa58135987e096709b1a4f8f44cac76411565e2546aa1178cab" + }, + { + "name": "DEVRANDOM", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": [ + "DEVRANDOM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.2.0.zip", + "archiveFileName": "DEVRANDOM-0.2.0.zip", + "size": 13789, + "checksum": "SHA-256:41511cabc1a71f86b530e2c85813cff6bc41c075c3e25a65e4dc8ce3171174dc" + }, + { + "name": "DEVRANDOM", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": [ + "DEVRANDOM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.2.1.zip", + "archiveFileName": "DEVRANDOM-0.2.1.zip", + "size": 14197, + "checksum": "SHA-256:488ce536a18b940140e48e9010f94b1d175d469e88a1641a60db639098c6eb77" + }, + { + "name": "DEVRANDOM", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to wrap a random generator in a stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVRANDOM", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "providesIncludes": [ + "DEVRANDOM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.2.2.zip", + "archiveFileName": "DEVRANDOM-0.2.2.zip", + "size": 14438, + "checksum": "SHA-256:1d6a4ea5b93dc0073263aa281b06c98d0631ae944064a1fc836b3c4c317a8684" + }, + { + "name": "Endo-Continuum-Robot", + "version": "1.0.0", + "author": "Visakan Mathivannan \u003cvisakan.mathivannan16@ic.ac.uk\u003e, Angus B. Clark \u003ca.clark17@ic.ac.uk\u003e", + "maintainer": "Angus B. Clark \u003ca.clark17@ic.ac.uk\u003e", + "sentence": "The Endo Continuum Robot Library", + "paragraph": "For controlling the open-source Endo Continuum Robot from OSMR.", + "website": "https://github.com/OpenSourceMedicalRobots/Endo-Continuum-Robot-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OpenSourceMedicalRobots/Endo-Continuum-Robot-Library.git", + "providesIncludes": [ + "Endo-Continuum-Robot.h" + ], + "dependencies": [ + { + "name": "Adafruit_PWMServoDriver" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OpenSourceMedicalRobots/Endo_Continuum_Robot-1.0.0.zip", + "archiveFileName": "Endo_Continuum_Robot-1.0.0.zip", + "size": 18985, + "checksum": "SHA-256:1651162dbd9a23e33b07bc8e6bf48b99fa1ae4d640e1f481b40915cdeb58a591" + }, + { + "name": "ParallelPrinter", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": [ + "ParallelPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.0.zip", + "archiveFileName": "ParallelPrinter-0.2.0.zip", + "size": 8285, + "checksum": "SHA-256:03b1cfa6bacb395d5cba9c7b4cdffd2f8aef8ad7ea7e71897e2f263c75cbf1c5" + }, + { + "name": "ParallelPrinter", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": [ + "ParallelPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.1.zip", + "archiveFileName": "ParallelPrinter-0.2.1.zip", + "size": 10375, + "checksum": "SHA-256:2633c507d392748a915fda8adbe05a63ce9c4fa04245fcc2923a0d0f5705d718" + }, + { + "name": "ParallelPrinter", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": [ + "ParallelPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.2.zip", + "archiveFileName": "ParallelPrinter-0.2.2.zip", + "size": 11190, + "checksum": "SHA-256:c1bf2031c6010fe3eea2531dc7833c3c8122583ec22da33789ecf3e5ba648f00" + }, + { + "name": "ParallelPrinter", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": [ + "ParallelPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.3.zip", + "archiveFileName": "ParallelPrinter-0.2.3.zip", + "size": 11357, + "checksum": "SHA-256:8705ab60f4a30b184d0c08850283288124a37fa337ae4306bdb6dffc34874930" + }, + { + "name": "ParallelPrinter", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": [ + "ParallelPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.4.zip", + "archiveFileName": "ParallelPrinter-0.2.4.zip", + "size": 11400, + "checksum": "SHA-256:1f075fd195aa0cd381d43c3da2871a6fe35f795085c2744e780347ff5e8439c3" + }, + { + "name": "ParallelPrinter", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": [ + "ParallelPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.5.zip", + "archiveFileName": "ParallelPrinter-0.2.5.zip", + "size": 11817, + "checksum": "SHA-256:47786021306b616c1530db4474109b3e9497f8a3b75134e5ed58fefe7e2cb654" + }, + { + "name": "ParallelPrinter", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", + "paragraph": "Implements printer interface.", + "website": "https://github.com/RobTillaart/ParallelPrinter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "providesIncludes": [ + "ParallelPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.6.zip", + "archiveFileName": "ParallelPrinter-0.2.6.zip", + "size": 12038, + "checksum": "SHA-256:46dbfed91b4be57f37badfaf4fe8dcade281ec6a02d3d5ab8495996d60438fa8" + }, + { + "name": "Magellan_BC95_lite", + "version": "1.0.2", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95_lite-1.0.2.zip", + "archiveFileName": "Magellan_BC95_lite-1.0.2.zip", + "size": 18659, + "checksum": "SHA-256:0146d9a1b6927deeef7a19a33f52df3a29663d0c1a8743cf0d3ed66fa8c06cf6" + }, + { + "name": "Magellan_BC95_lite", + "version": "2.0.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I Plus.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95_lite-2.0.0.zip", + "archiveFileName": "Magellan_BC95_lite-2.0.0.zip", + "size": 18949, + "checksum": "SHA-256:8f94bfc155a2bf1b73a9c7eccd92c1f02782bd78050b8cf4920b0350b5d8555c" + }, + { + "name": "Magellan_BC95", + "version": "1.0.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": [ + "AT_BC95.h", + "board.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.0.1.zip", + "archiveFileName": "Magellan_BC95-1.0.1.zip", + "size": 30872, + "checksum": "SHA-256:0475ebf43fc655853afe6550f58270321973e8927bd62062d04a6838554e3ccd" + }, + { + "name": "Magellan_BC95", + "version": "1.1.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": [ + "AT_BC95.h", + "AltSoftSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.1.0.zip", + "archiveFileName": "Magellan_BC95-1.1.0.zip", + "size": 31679, + "checksum": "SHA-256:145112349d84d37a451243c9c4020dd0784bb88fd7dc7fc3de6a2f4e12b708bf" + }, + { + "name": "Magellan_BC95", + "version": "1.1.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": [ + "AT_BC95.h", + "AltSoftSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.1.1.zip", + "archiveFileName": "Magellan_BC95-1.1.1.zip", + "size": 32612, + "checksum": "SHA-256:94b8cb228e4ff56077c50c15b9d732c94ea9be753789c1a21e029db8210b91e5" + }, + { + "name": "Magellan_BC95", + "version": "1.1.2", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I plus.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": [ + "AT_BC95.h", + "AltSoftSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.1.2.zip", + "archiveFileName": "Magellan_BC95-1.1.2.zip", + "size": 32623, + "checksum": "SHA-256:84e19cede4d7475ff92822cc8c315f72c5bc8e969f481057eb8600b63118df97" + }, + { + "name": "Magellan_BC95", + "version": "2.0.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I Plus.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": [ + "AT_BC95.h", + "AltSoftSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-2.0.0.zip", + "archiveFileName": "Magellan_BC95-2.0.0.zip", + "size": 32850, + "checksum": "SHA-256:6f29fdf474dae273db4bffff82e9c0205da5253351d286c9e9fc3e1180be8cc9" + }, + { + "name": "Magellan_BC95", + "version": "2.1.0", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I Plus.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": [ + "AT_BC95.h", + "AltSoftSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-2.1.0.zip", + "archiveFileName": "Magellan_BC95-2.1.0.zip", + "size": 40140, + "checksum": "SHA-256:8876894c5deff53ced85a0642454019f563cefc8f2af47b133bbc94c14699bc4" + }, + { + "name": "Magellan_BC95", + "version": "2.1.1", + "author": "AIS IoT Alliance Program", + "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", + "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", + "paragraph": "Fully compatible with DEVIO NB-SHIELD I Plus.", + "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "providesIncludes": [ + "AT_BC95.h", + "AltSoftSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-2.1.1.zip", + "archiveFileName": "Magellan_BC95-2.1.1.zip", + "size": 40154, + "checksum": "SHA-256:603208c2942af7df3109099c5d55c34f44fa10908bfccc4aa35746695b85d483" + }, + { + "name": "IFX007T-Motor-Control", + "version": "1.0.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons IFX007T Motor Control Arduino Shield", + "paragraph": "C++ library of Infineons IFX007T Motor Control Arduino Shield", + "website": "https://www.infineon.com/cms/en/product/power/motor-control-ics/intelligent-motor-control-ics/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/IFX007T-Motor-Control.git", + "providesIncludes": [ + "IFX007T-Motor-Control.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX007T_Motor_Control-1.0.0.zip", + "archiveFileName": "IFX007T_Motor_Control-1.0.0.zip", + "size": 783813, + "checksum": "SHA-256:3e8c867ea6a1419100c7d2f399ecbd5a132a5fa43d086242206e6faa697c7953" + }, + { + "name": "IFX007T-Motor-Control", + "version": "1.1.0", + "author": "Infineon Technologies AG", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineons IFX007T Motor Control Arduino Shield", + "paragraph": "C++ library of Infineons IFX007T Motor Control Arduino Shield", + "website": "https://www.infineon.com/cms/en/product/power/motor-control-ics/intelligent-motor-control-ics/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/IFX007T-Motor-Control.git", + "providesIncludes": [ + "IFX007T-Motor-Control.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX007T_Motor_Control-1.1.0.zip", + "archiveFileName": "IFX007T_Motor_Control-1.1.0.zip", + "size": 924779, + "checksum": "SHA-256:59cd19a2f4a64180944ffae669120f1d1f4b00b9f50dbb44dcd9b0124867dd7f" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": [ + "SI470X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.1.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.1.zip", + "size": 1717214, + "checksum": "SHA-256:6bec8ab4b9889e447f5f401268bc6debd40a1aceed7a98be6c51f22c1b8b003c" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": [ + "SI470X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.2.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.2.zip", + "size": 1855596, + "checksum": "SHA-256:407c8db283ff8996870a029f8b0dc99aaff2bec8990790697091fb8856c67326" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X (Si4703, Si4702, Si4701) BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": [ + "SI470X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.3.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.3.zip", + "size": 1611494, + "checksum": "SHA-256:36b13be15bdd92af6e5dcec8c2db06166545d89eef9eb61a54f376168a04d203" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X (Si4703, Si4702, Si4701) BROADCAST FM from Silicon Labs.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": [ + "SI470X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.4.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.4.zip", + "size": 3362892, + "checksum": "SHA-256:5289bce78099e33cb1cd9d97ae8d278870742d539bdbbd2302e9f71925263bed" + }, + { + "name": "PU2CLR SI470X", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your SI470X (si4703, si4702, si4701) BROADCAST FM/RDS.", + "paragraph": "This library provides an easier interface to control the IC SI470X device.", + "website": "https://github.com/pu2clr/SI470X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/SI470X.git", + "providesIncludes": [ + "SI470X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.5.zip", + "archiveFileName": "PU2CLR_SI470X-1.0.5.zip", + "size": 3468033, + "checksum": "SHA-256:1934de7291b79d71a01e69b03aa2873f3e5c52447a422482d187c97d7ef6ae4c" + }, + { + "name": "Ballvalve", + "version": "1.0.0", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "This further supports the open and closed status switched within the unit.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "providesIncludes": [ + "WebServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.0.zip", + "archiveFileName": "Ballvalve-1.0.0.zip", + "size": 7043, + "checksum": "SHA-256:c0652e65dcf3cd30b63393817d807fa64f47d9c793e56be7e564777fd9a0ff64" + }, + { + "name": "Ballvalve", + "version": "1.0.2", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.2.zip", + "archiveFileName": "Ballvalve-1.0.2.zip", + "size": 8512, + "checksum": "SHA-256:e0f51795ff7e612cab8f1ade95bdc10e6a4de65626829882e48c63f5594b3091" + }, + { + "name": "Ballvalve", + "version": "1.0.4", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.4.zip", + "archiveFileName": "Ballvalve-1.0.4.zip", + "size": 8695, + "checksum": "SHA-256:5abc3781a88dd9c1917cf3163d2e2d8669a7cc0e41822a63fab596d3a6eee99d" + }, + { + "name": "Ballvalve", + "version": "1.0.5", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.5.zip", + "archiveFileName": "Ballvalve-1.0.5.zip", + "size": 8699, + "checksum": "SHA-256:2e000074deb8f8e5668927ca1b055bee76d9067c976fd4fd2249432f5e3cab5f" + }, + { + "name": "Ballvalve", + "version": "1.0.6", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.6.zip", + "archiveFileName": "Ballvalve-1.0.6.zip", + "size": 12682, + "checksum": "SHA-256:62fed03e96dd1a3859b52b350ec0461096c81b96407fc3cc8ed6d462417351bc" + }, + { + "name": "Ballvalve", + "version": "1.0.7", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.7.zip", + "archiveFileName": "Ballvalve-1.0.7.zip", + "size": 13913, + "checksum": "SHA-256:14f4ab7fbbff13ee95096575fc1c9ed22cce9ea00221ab9794cbbe170c9feec8" + }, + { + "name": "Ballvalve", + "version": "1.0.8", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.8.zip", + "archiveFileName": "Ballvalve-1.0.8.zip", + "size": 13516, + "checksum": "SHA-256:2f2d44ae8af6bbd64107febda643404d1c9e4067fff7551975ebe0f765d0c9c5" + }, + { + "name": "Ballvalve", + "version": "1.0.9", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.9.zip", + "archiveFileName": "Ballvalve-1.0.9.zip", + "size": 13544, + "checksum": "SHA-256:9d44ad5939b0de128e9b0139d85fe37cd529de1918cc412563d65862e48beceb" + }, + { + "name": "Ballvalve", + "version": "1.1.1", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", + "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", + "website": "https://github.com/jordancrubin/ballvalve", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/ballvalve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.1.1.zip", + "archiveFileName": "Ballvalve-1.1.1.zip", + "size": 22806, + "checksum": "SHA-256:204185b582a872177679e938beb1d4edaabf935529eb3462524ef43123e2ccc2" + }, + { + "name": "RLEBitmap", + "version": "1.0.1", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Run Length Encoded bitmaps", + "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", + "website": "https://github.com/MHotchin/RLEBitmap", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/RLEBitmap.git", + "providesIncludes": [ + "RLEBitmap.h" + ], + "dependencies": [ + { + "name": "Adafruit_GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.0.1.zip", + "archiveFileName": "RLEBitmap-1.0.1.zip", + "size": 1198924, + "checksum": "SHA-256:bd8c8267e556d319f660f42506f46094edf7586b805e3d5d0e620a56324cd3b3" + }, + { + "name": "RLEBitmap", + "version": "1.1.0", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Run Length Encoded bitmaps", + "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", + "website": "https://github.com/MHotchin/RLEBitmap", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/RLEBitmap.git", + "providesIncludes": [ + "RLEBitmap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.1.0.zip", + "archiveFileName": "RLEBitmap-1.1.0.zip", + "size": 1365997, + "checksum": "SHA-256:f216a37ba1083af04b1905a5b128af1bf4f31c7510907b43e02f2cc8a8b7f41f" + }, + { + "name": "RLEBitmap", + "version": "1.2.0", + "author": "M Hotchin", + "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", + "sentence": "Run Length Encoded bitmaps", + "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", + "website": "https://github.com/MHotchin/RLEBitmap", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MHotchin/RLEBitmap.git", + "providesIncludes": [ + "RLEBitmap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.2.0.zip", + "archiveFileName": "RLEBitmap-1.2.0.zip", + "size": 3078065, + "checksum": "SHA-256:2611c8f9e616a1672e64c6d1fed51aca5d2b86081f58826984185b0551bf53e4" + }, + { + "name": "DEVNULL", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": [ + "DEVNULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.0.zip", + "archiveFileName": "DEVNULL-0.1.0.zip", + "size": 4148, + "checksum": "SHA-256:6b6e0c985b7c554006a38b377358d7e6c25a853bfda81d30c080fbbe1b062414" + }, + { + "name": "DEVNULL", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": [ + "DEVNULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.1.zip", + "archiveFileName": "DEVNULL-0.1.1.zip", + "size": 5305, + "checksum": "SHA-256:6d63b87a39c326c8f24ec0d6afecf828c48b5f01562cb191154c63c1c3b1effe" + }, + { + "name": "DEVNULL", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": [ + "DEVNULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.2.zip", + "archiveFileName": "DEVNULL-0.1.2.zip", + "size": 7658, + "checksum": "SHA-256:825ceaeef8d1f010938ebbbcad2ec5fcff4f2aa7412e4795844d51e2038fbcce" + }, + { + "name": "DEVNULL", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": [ + "DEVNULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.3.zip", + "archiveFileName": "DEVNULL-0.1.3.zip", + "size": 7775, + "checksum": "SHA-256:d20b1662c781e62eaa1465a0010c6fe39aa910e9a89b352d21fba2d29872a2e0" + }, + { + "name": "DEVNULL", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": [ + "DEVNULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.4.zip", + "archiveFileName": "DEVNULL-0.1.4.zip", + "size": 8950, + "checksum": "SHA-256:fa00e26b4ead1639c3ae6e9c6d83b390ce5f66e4d7913ce9f3b212470811c982" + }, + { + "name": "DEVNULL", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/null stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVNULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVNULL.git", + "providesIncludes": [ + "DEVNULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.5.zip", + "archiveFileName": "DEVNULL-0.1.5.zip", + "size": 9310, + "checksum": "SHA-256:c7062a6b1b0a1fe1d41b8d1dd279608205d7be8ce9ca44f476f33eda26c54d3f" + }, + { + "name": "PAR27979", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": [ + "PAR27979.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.0.zip", + "archiveFileName": "PAR27979-0.2.0.zip", + "size": 6198, + "checksum": "SHA-256:7547e3a3d198c84595b1b2bf1f32dcf8ec955fbe57227c376c38d479e5f9d5be" + }, + { + "name": "PAR27979", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": [ + "PAR27979.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.1.zip", + "archiveFileName": "PAR27979-0.2.1.zip", + "size": 7606, + "checksum": "SHA-256:40b6397ad251eecd48ef0b482fae30f2bd9936ad86c04b51616f697e95739ec0" + }, + { + "name": "PAR27979", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": [ + "PAR27979.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.2.zip", + "archiveFileName": "PAR27979-0.2.2.zip", + "size": 7822, + "checksum": "SHA-256:136938c28701691a4c138fb2c264c8744d297018e6fef123e07f05783bcf5385" + }, + { + "name": "PAR27979", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": [ + "PAR27979.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.3.zip", + "archiveFileName": "PAR27979-0.2.3.zip", + "size": 7857, + "checksum": "SHA-256:7334facda4d70c1804e105301131229bb0c4d1b7aea55b200a5769f0b85ffc6c" + }, + { + "name": "PAR27979", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": [ + "PAR27979.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.4.zip", + "archiveFileName": "PAR27979-0.2.4.zip", + "size": 8256, + "checksum": "SHA-256:a181b972c0a9307885041f22ba98d858718b72cc30efd689bec2cce863100dc7" + }, + { + "name": "PAR27979", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Parallax 27979 serial LCD display.", + "paragraph": "Supports 27976 and 27977 (not tested)", + "website": "https://github.com/RobTillaart/PAR27979", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PAR27979.git", + "providesIncludes": [ + "PAR27979.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.5.zip", + "archiveFileName": "PAR27979-0.2.5.zip", + "size": 8471, + "checksum": "SHA-256:28ef7681682627c53c6f31ca2a1f1f6bfa3f01fcbd2ed10b46cfd8ea94b40e67" + }, + { + "name": "TinyDHT sensor library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Using DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "website": "https://github.com/adafruit/TinyDHT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyDHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyDHT_sensor_library-1.0.0.zip", + "archiveFileName": "TinyDHT_sensor_library-1.0.0.zip", + "size": 6043, + "checksum": "SHA-256:7b7f82a373157cac93af7da4ef5a235bcb28ee339589f63c31547df0e008d71a" + }, + { + "name": "TinyDHT sensor library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Using DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "website": "https://github.com/adafruit/TinyDHT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyDHT.git", + "dependencies": [ + { + "name": "TinyLiquidCrystal" + }, + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyDHT_sensor_library-1.1.0.zip", + "archiveFileName": "TinyDHT_sensor_library-1.1.0.zip", + "size": 7151, + "checksum": "SHA-256:e40dd286e7f1681af75030c283abf995afc38f4619f7d98b3e618c2ebfc7f3e4" + }, + { + "name": "TinyDHT sensor library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for Using DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", + "website": "https://github.com/adafruit/TinyDHT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/TinyDHT.git", + "dependencies": [ + { + "name": "TinyLiquidCrystal" + }, + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyDHT_sensor_library-1.1.2.zip", + "archiveFileName": "TinyDHT_sensor_library-1.1.2.zip", + "size": 7151, + "checksum": "SHA-256:7ac00c48262171e6a56b163efc71ddcb979346d764de6a1be7b4610257a571d1" + }, + { + "name": "Easing", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Easing function library for Arduino", + "paragraph": "Easing function library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Easing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Easing-0.1.0.zip", + "archiveFileName": "Easing-0.1.0.zip", + "size": 14256, + "checksum": "SHA-256:27b0ef4bf6bba814a0240467d81a7dc5797c88550e3a9a5d7a1f0e9350a1c1b8" + }, + { + "name": "Tween", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.0.zip", + "archiveFileName": "Tween-0.1.0.zip", + "size": 88281, + "checksum": "SHA-256:4c849e92f9bf01eeb2eac013eac6765b6b440a70fa199224298cb53297ac165d" + }, + { + "name": "Tween", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.2.zip", + "archiveFileName": "Tween-0.1.2.zip", + "size": 72195, + "checksum": "SHA-256:3390acd42cf47e583c68c49585f0d6a5d3141253929f5f32c6244f8c8a63d327" + }, + { + "name": "Tween", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.3.zip", + "archiveFileName": "Tween-0.1.3.zip", + "size": 72212, + "checksum": "SHA-256:b26094005e11b83f44c373d336b2afd21b20c8394b6f3bea736c01405108861b" + }, + { + "name": "Tween", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.4.zip", + "archiveFileName": "Tween-0.1.4.zip", + "size": 86142, + "checksum": "SHA-256:1c1f307e0b9fd787ff93b743e6ec0ffb7fa40f3bc4c98d8c0adbbe979cf10f08" + }, + { + "name": "Tween", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.5.zip", + "archiveFileName": "Tween-0.1.5.zip", + "size": 86301, + "checksum": "SHA-256:00707c6b884f9fb83afdd815700684f0a228f24bd1d41e765dbfb55f2d75a7da" + }, + { + "name": "Tween", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.6.zip", + "archiveFileName": "Tween-0.1.6.zip", + "size": 86395, + "checksum": "SHA-256:0a2a81062db77300ddb60f6bde8c02ffeb2f7d881b9cc471bdfd438b4c23dca6" + }, + { + "name": "Tween", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.7.zip", + "archiveFileName": "Tween-0.1.7.zip", + "size": 86413, + "checksum": "SHA-256:92453848b62131d36750227dc52264ef14a3f0396e009539a28e00ca74e89ffc" + }, + { + "name": "Tween", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.8.zip", + "archiveFileName": "Tween-0.1.8.zip", + "size": 86787, + "checksum": "SHA-256:4a584653497d1e452aa5f8bd49a6e300ae99b25d127c6639c21770b4fd4a2d0a" + }, + { + "name": "Tween", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.9.zip", + "archiveFileName": "Tween-0.1.9.zip", + "size": 86779, + "checksum": "SHA-256:99e5c1da82fdbc81f64686d1aa82d2860b8ce2731d04598ff10f00e97aeedb06" + }, + { + "name": "Tween", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.10.zip", + "archiveFileName": "Tween-0.1.10.zip", + "size": 86942, + "checksum": "SHA-256:b70a810e94baa2159bccca3b69422efb0835da43e3cb32dcbc00a3bf2c6f4515" + }, + { + "name": "Tween", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.11.zip", + "archiveFileName": "Tween-0.1.11.zip", + "size": 87729, + "checksum": "SHA-256:4fde89ae203426df3b6ddb52b47225b92cc0c60dc6864e573ba8adb2a00780c2" + }, + { + "name": "Tween", + "version": "0.1.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.12.zip", + "archiveFileName": "Tween-0.1.12.zip", + "size": 87742, + "checksum": "SHA-256:f3b8dfcb4145a3c911b3f9433f9d1d9124219a2179af78d912720bef3c83364c" + }, + { + "name": "Tween", + "version": "0.1.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino", + "paragraph": "Tween library for Arduino", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.13.zip", + "archiveFileName": "Tween-0.1.13.zip", + "size": 88051, + "checksum": "SHA-256:e98191c7b4bd73b6219bd773b8fd4b6f4f35a6dfb49e660affdf24e12a6e610a" + }, + { + "name": "Tween", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.2.0.zip", + "archiveFileName": "Tween-0.2.0.zip", + "size": 2002909, + "checksum": "SHA-256:db0a77f841b85b8cec2335e27ade8fee18e476013126d857606be5736e6ae79d" + }, + { + "name": "Tween", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.0.zip", + "archiveFileName": "Tween-0.3.0.zip", + "size": 2003055, + "checksum": "SHA-256:18969f93ea8f6c3a7cebd42f02a2a0e4b86b436125b1b134248b21608de157af" + }, + { + "name": "Tween", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.1.zip", + "archiveFileName": "Tween-0.3.1.zip", + "size": 2003053, + "checksum": "SHA-256:9647d04098417a6ca99530296994579d035523497b8f22d454d8a6289c26c3af" + }, + { + "name": "Tween", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.2.zip", + "archiveFileName": "Tween-0.3.2.zip", + "size": 2004405, + "checksum": "SHA-256:32dce84ea454dfc9441142b6da4af7842a8e652013b5b5960c8502fdcbe05a99" + }, + { + "name": "Tween", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.3.zip", + "archiveFileName": "Tween-0.3.3.zip", + "size": 2004430, + "checksum": "SHA-256:6f4e126f6e1c0f1219183f86aca7aa485d3a4e623a91734357f24c696b9e0792" + }, + { + "name": "Tween", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.4.zip", + "archiveFileName": "Tween-0.3.4.zip", + "size": 2004500, + "checksum": "SHA-256:19c5bb12507124c460a2e20245f507ebcfa79966677afa200387c0efe756d75f" + }, + { + "name": "Tween", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.5.zip", + "archiveFileName": "Tween-0.3.5.zip", + "size": 2004831, + "checksum": "SHA-256:1cf3811df15f0b5aa424b1343951abb30ac1e8808bb8e518ee66248a36ae3114" + }, + { + "name": "Tween", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.6.zip", + "archiveFileName": "Tween-0.3.6.zip", + "size": 2006348, + "checksum": "SHA-256:c395be38ec2c71b173dbd8441ad107c0a916d5e83f1106dacfed49359a87d618" + }, + { + "name": "Tween", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.7.zip", + "archiveFileName": "Tween-0.3.7.zip", + "size": 2006355, + "checksum": "SHA-256:18b046ed715e0a540d4bc5b37bb2f117bd9d8461463c9053489a84343b588c28" + }, + { + "name": "Tween", + "version": "0.3.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.8.zip", + "archiveFileName": "Tween-0.3.8.zip", + "size": 2007416, + "checksum": "SHA-256:066247f1f27b2338e89afbde84245c9260be6f6f429460cea23958c5fd8ba501" + }, + { + "name": "Tween", + "version": "0.3.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.3.9.zip", + "archiveFileName": "Tween-0.3.9.zip", + "size": 2007521, + "checksum": "SHA-256:9dd9e410d03cd5ff43af71701a31650e01e318abb8259dbfd6241dd47366c79f" + }, + { + "name": "Tween", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Tween library for Arduino with Robert Penners easing functions", + "paragraph": "Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.", + "website": "https://github.com/hideakitai/Tween", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/Tween.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "ArxTypeTraits" + }, + { + "name": "Easing" + }, + { + "name": "PollingTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.4.0.zip", + "archiveFileName": "Tween-0.4.0.zip", + "size": 1931305, + "checksum": "SHA-256:0531e2de4707bd6920ab1b2819a9f8a2f46a085f3998597d633bd30d656af89a" + }, + { + "name": "ESP32 I2C Slave", + "version": "0.1.0", + "author": "Gutierrez PS", + "maintainer": "Gutierrez PS", + "sentence": "I2C slave library for ESP32 (unofficial)", + "paragraph": "A workaround based on ESP-IDF Slave API", + "website": "https://github.com/gutierrezps/ESP32_I2C_Slave", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gutierrezps/ESP32_I2C_Slave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/ESP32_I2C_Slave-0.1.0.zip", + "archiveFileName": "ESP32_I2C_Slave-0.1.0.zip", + "size": 30770, + "checksum": "SHA-256:a65a028d9714337b5b251accab05249ed42710dbdab6a2eaf2bd770040e98efa" + }, + { + "name": "ESP32 I2C Slave", + "version": "0.3.0", + "author": "Gutierrez PS", + "maintainer": "Gutierrez PS", + "sentence": "I2C Slave library for ESP32 (unofficial)", + "paragraph": "A workaround based on ESP-IDF Slave API", + "website": "https://github.com/gutierrezps/ESP32_I2C_Slave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gutierrezps/ESP32_I2C_Slave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/ESP32_I2C_Slave-0.3.0.zip", + "archiveFileName": "ESP32_I2C_Slave-0.3.0.zip", + "size": 31694, + "checksum": "SHA-256:171dd0956393fb4246cb8874ddcc0113f3be05b398d65676a60fa1dc3a54402f" + }, + { + "name": "SparkFun ADS122C04 ADC Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TI ADS122C04", + "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", + "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.0.zip", + "size": 33731, + "checksum": "SHA-256:c292eb1ff630bdb225b065604149fdd13ca338d3fa14a64c2c92be4bf7dc6f86" + }, + { + "name": "SparkFun ADS122C04 ADC Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TI ADS122C04", + "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", + "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.1.zip", + "size": 34213, + "checksum": "SHA-256:6718a489efd6ac4998f59496eb893c2fd816f29b450ed3a22fcbfde9048e3b2c" + }, + { + "name": "SparkFun ADS122C04 ADC Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TI ADS122C04", + "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", + "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.2.zip", + "size": 34301, + "checksum": "SHA-256:ee80e84f5d22f912e7f74e89b9eec4647d7f5494bb3336b40dfd2af202e8cdc4" + }, + { + "name": "SparkFun ADS122C04 ADC Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TI ADS122C04", + "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", + "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.3.zip", + "size": 34307, + "checksum": "SHA-256:16ddacc403ed3a8b3bce6719cf539ac005b65b6af0cf880f329e3b7dde296463" + }, + { + "name": "SparkFun ADS122C04 ADC Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the TI ADS122C04", + "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", + "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.4.zip", + "size": 34376, + "checksum": "SHA-256:8a5a29313970ba759495f4be0a4954517a3492b6e8199fec3f9d0e6dfaa13368" + }, + { + "name": "EASE_ArduinoCode", + "version": "0.2.0", + "author": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "maintainer": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "sentence": "Arduino library to interface EASE board", + "paragraph": "It uses SPI Protocol to communicate with EASE with Arduino.", + "website": "https://bitbucket.org/harmonicbionics/ease_arduinocode/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/harmonicbionics/ease_arduinocode.git", + "providesIncludes": [ + "Esmacatshield.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/harmonicbionics/EASE_ArduinoCode-0.2.0.zip", + "archiveFileName": "EASE_ArduinoCode-0.2.0.zip", + "size": 13621, + "checksum": "SHA-256:9882c98617c415cc34f0bcb889a271f199b06e134de658d01bdd04ce78369d3a" + }, + { + "name": "EASE_ArduinoCode", + "version": "0.3.0", + "author": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "maintainer": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", + "sentence": "Arduino library to interface EASE board", + "paragraph": "It uses SPI Protocol to communicate with EASE with Arduino.", + "website": "https://bitbucket.org/harmonicbionics/ease_arduinocode/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/harmonicbionics/ease_arduinocode.git", + "providesIncludes": [ + "Esmacatshield.h" + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/harmonicbionics/EASE_ArduinoCode-0.3.0.zip", + "archiveFileName": "EASE_ArduinoCode-0.3.0.zip", + "size": 13755, + "checksum": "SHA-256:14689122722dc6b3e2805f60dd2dd575c24ec4c4a79ea766c839a368db3b2061" + }, + { + "name": "RingEEPROM", + "version": "0.1.0", + "author": "Shuvangkar Shuvo \u003csshuvo93@gmail.com\u003e", + "maintainer": "Shuvangkar Shuvo \u003csshuvo93@gmail.com\u003e", + "sentence": "The library increases the arduino EEPROM Write endurance", + "paragraph": "Arduino Uno/Mega EEPROM wears out after 100k write/erase cycle. So this library will increase the write cycles.", + "website": "https://github.com/shuvangkar/RingEEPROM.git", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shuvangkar/RingEEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shuvangkar/RingEEPROM-0.1.0.zip", + "archiveFileName": "RingEEPROM-0.1.0.zip", + "size": 58023, + "checksum": "SHA-256:1e436018cb234ab478484b5d3bfeb3847c2b57d38f8d025b429530935924736d" + }, + { + "name": "printHelpers", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.0.zip", + "archiveFileName": "printHelpers-0.1.0.zip", + "size": 8999, + "checksum": "SHA-256:b97db71c564596c656113afaba2252a529ce933bc9121305658a77e8e5868beb" + }, + { + "name": "printHelpers", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.1.zip", + "archiveFileName": "printHelpers-0.1.1.zip", + "size": 10802, + "checksum": "SHA-256:209d6eadd11be7389bc4edcbbe0966c67ecd0fa34b268444395e93b48f21ac65" + }, + { + "name": "printHelpers", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.2.zip", + "archiveFileName": "printHelpers-0.1.2.zip", + "size": 10816, + "checksum": "SHA-256:78eac4f7abc81a5c2092051162264d89c56c676d0ce84886d78086f16d24a4e0" + }, + { + "name": "printHelpers", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.0.zip", + "archiveFileName": "printHelpers-0.2.0.zip", + "size": 12501, + "checksum": "SHA-256:b48fe8386c74c37e1ce47658889a7563d371697993ad325fc6381305c25fef1e" + }, + { + "name": "printHelpers", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.1.zip", + "archiveFileName": "printHelpers-0.2.1.zip", + "size": 12513, + "checksum": "SHA-256:8c85e620259593b49d3c15587e6d28fdb9d949b94f123c165f27db5cb41ff943" + }, + { + "name": "printHelpers", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.2.zip", + "archiveFileName": "printHelpers-0.2.2.zip", + "size": 12766, + "checksum": "SHA-256:e1cecdcce207ad049ba9bdb74b569416043576653e01be3d6f73d27910dfcf73" + }, + { + "name": "printHelpers", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.3.zip", + "archiveFileName": "printHelpers-0.2.3.zip", + "size": 12704, + "checksum": "SHA-256:28a0c5cb6a5d8da5f392c027546c2dc0236a8c09615f203e8b0bba04e14d6258" + }, + { + "name": "printHelpers", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.4.zip", + "archiveFileName": "printHelpers-0.2.4.zip", + "size": 13730, + "checksum": "SHA-256:a206371c26c665b998727e72f06dfe135b8b83df51f6fc1fc84c2c795db0e64c" + }, + { + "name": "printHelpers", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.2.5.zip", + "archiveFileName": "printHelpers-0.2.5.zip", + "size": 14204, + "checksum": "SHA-256:f84a3d3329fe397c28129356857aeae3f3ff533371ea388675f4af92e432000b" + }, + { + "name": "printHelpers", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.3.0.zip", + "archiveFileName": "printHelpers-0.3.0.zip", + "size": 16253, + "checksum": "SHA-256:c2b5ce9ca77ecf4e51463e8a33293f34b760b56b3d74a65d632347d876780157" + }, + { + "name": "printHelpers", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.3.1.zip", + "archiveFileName": "printHelpers-0.3.1.zip", + "size": 20409, + "checksum": "SHA-256:6dc9f1f2432aec7f927cbc19fa1afee18fda46537dff6cccc1bf745f064f6fb3" + }, + { + "name": "printHelpers", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB, HEX and BIN, Roman numbers.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.4.0.zip", + "archiveFileName": "printHelpers-0.4.0.zip", + "size": 23353, + "checksum": "SHA-256:83cccdc39ace2b8936c5c9567a211cb0465cecd5a0c7bcf550426ce8638fab4d" + }, + { + "name": "printHelpers", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB, HEX and BIN, Roman numbers. Feet and inch.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.4.1.zip", + "archiveFileName": "printHelpers-0.4.1.zip", + "size": 25866, + "checksum": "SHA-256:09428cfcdb2ddf451d9d18cf1752ff0e056301b9db9e49670c2909670f028353" + }, + { + "name": "printHelpers", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", + "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB, HEX and BIN, Roman numbers. Feet and inch.", + "website": "https://github.com/RobTillaart/printHelpers", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/printHelpers.git", + "providesIncludes": [ + "printHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.4.2.zip", + "archiveFileName": "printHelpers-0.4.2.zip", + "size": 26102, + "checksum": "SHA-256:3758e19070bce430a420111dc851855a2a3b485f4a7977275fd31fb2b58a54c5" + }, + { + "name": "IEEE754tools", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": [ + "IEEE754tools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.0.zip", + "archiveFileName": "IEEE754tools-0.2.0.zip", + "size": 7336, + "checksum": "SHA-256:dd691b57ba3e40a54cf50aa3f2b18951700feaa13da6d66ec07afc806d93cae8" + }, + { + "name": "IEEE754tools", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": [ + "IEEE754tools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.1.zip", + "archiveFileName": "IEEE754tools-0.2.1.zip", + "size": 8982, + "checksum": "SHA-256:c6ca5e17f212a813d69cdd4cc570c165b8abddb16b9f8bae75baa97736ad0f47" + }, + { + "name": "IEEE754tools", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": [ + "IEEE754tools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.2.zip", + "archiveFileName": "IEEE754tools-0.2.2.zip", + "size": 10563, + "checksum": "SHA-256:16296ea0184443824f7398c86335023882afafdddb6a734b5501c3ad9be853c8" + }, + { + "name": "IEEE754tools", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": [ + "IEEE754tools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.3.zip", + "archiveFileName": "IEEE754tools-0.2.3.zip", + "size": 10516, + "checksum": "SHA-256:1117d6abe485baa8c9f346accd6533e30ee15802450a1504871d2a05cad79b0d" + }, + { + "name": "IEEE754tools", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": [ + "IEEE754tools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.4.zip", + "archiveFileName": "IEEE754tools-0.2.4.zip", + "size": 10970, + "checksum": "SHA-256:572273c3cecf20bbc0555d18ce7bf460755724f2ec96837a7dce7e95b24608df" + }, + { + "name": "IEEE754tools", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Fast helper functions for IEEE754 floats.", + "website": "https://github.com/RobTillaart/IEEE754tools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "providesIncludes": [ + "IEEE754tools.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.5.zip", + "archiveFileName": "IEEE754tools-0.2.5.zip", + "size": 11318, + "checksum": "SHA-256:8275436396fcad5b00482438768e3946d359985f3e798aa40c83eab84d5cf95d" + }, + { + "name": "DHTStable", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "DHT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.5.zip", + "archiveFileName": "DHTStable-0.2.5.zip", + "size": 8883, + "checksum": "SHA-256:df21c83de3c6e234f8a30ac38979dc2505cd63864bea19c331befd090c810136" + }, + { + "name": "DHTStable", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "DHT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.6.zip", + "archiveFileName": "DHTStable-0.2.6.zip", + "size": 8905, + "checksum": "SHA-256:1b8644686020eaa1aa67be66dd86560d74592d0b7f587fecdc05f2528b3f7d8b" + }, + { + "name": "DHTStable", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.7.zip", + "archiveFileName": "DHTStable-0.2.7.zip", + "size": 10297, + "checksum": "SHA-256:d81d29c49728d99cb9c28e4b70f7e8f9c9e949b032d2f710f6b1d2285d6bf799" + }, + { + "name": "DHTStable", + "version": "0.2.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.8.zip", + "archiveFileName": "DHTStable-0.2.8.zip", + "size": 10337, + "checksum": "SHA-256:7c3644f03977f331e873bf3e1a8a6d4fd43612ed94cd7766a446843e819c91ad" + }, + { + "name": "DHTStable", + "version": "0.2.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "atmelavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.9.zip", + "archiveFileName": "DHTStable-0.2.9.zip", + "size": 10350, + "checksum": "SHA-256:3cc0814b2b1fc217e1c3fdff9a879c1e7bf20e4975bf7cf5264667617a0405ef" + }, + { + "name": "DHTStable", + "version": "1.0.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "paragraph": "DHT11 and DHT22 and equivalent.", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "DHTStable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-1.0.0.zip", + "archiveFileName": "DHTStable-1.0.0.zip", + "size": 10599, + "checksum": "SHA-256:f2793110c09947a5524315780f6c43f203a3665b3195ca0ccab2d2219334c03a" + }, + { + "name": "DHTStable", + "version": "1.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "paragraph": "DHT11 and DHT22 and equivalent.", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "DHTStable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-1.0.1.zip", + "archiveFileName": "DHTStable-1.0.1.zip", + "size": 10622, + "checksum": "SHA-256:ddec5e3ae04e99ccd4df3e766b9ddd358a17ca1b40bda8834757d5a40eb7966b" + }, + { + "name": "DHTStable", + "version": "1.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "paragraph": "DHT11 and DHT22 and equivalent.", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "DHTStable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-1.1.0.zip", + "archiveFileName": "DHTStable-1.1.0.zip", + "size": 10750, + "checksum": "SHA-256:5c80c05c37aaad0740f15010b3fee2d9b938a14b9899e92ddfc73b5bac43a7af" + }, + { + "name": "DHTStable", + "version": "1.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "paragraph": "DHT11 and DHT22 and equivalent.", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "DHTStable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-1.1.1.zip", + "archiveFileName": "DHTStable-1.1.1.zip", + "size": 10507, + "checksum": "SHA-256:7e49fe241faf409574eaa8efc41120d3b73381cc8c152f7113af30c86c2f8ab9" + }, + { + "name": "DHTStable", + "version": "1.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", + "paragraph": "DHT11 and DHT22 and equivalent.", + "website": "https://github.com/RobTillaart/DHTstable", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTstable.git", + "providesIncludes": [ + "DHTStable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-1.1.2.zip", + "archiveFileName": "DHTStable-1.1.2.zip", + "size": 12391, + "checksum": "SHA-256:9ba60112a1619aa8270cd0a329f58b75db0a194dc173350ca49957b8f02267c9" + }, + { + "name": "ArduinoMotorCarrier", + "version": "2.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows to use the Arduino Motor Carrier", + "paragraph": "Allows to use the Arduino Motor Carrier", + "website": "https://www.arduino.cc/en/Reference/", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoMotorCarrier.git", + "providesIncludes": [ + "ArduinoMotorCarrier.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMotorCarrier-2.0.0.zip", + "archiveFileName": "ArduinoMotorCarrier-2.0.0.zip", + "size": 3422350, + "checksum": "SHA-256:b9cf7056bb5ccfcf667a9862c047d981c45e12cc750cca7ce3c1f2c0430f3cf2" + }, + { + "name": "ArduinoMotorCarrier", + "version": "2.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows use of the Arduino Motor Carrier", + "paragraph": "(Nano and MKR version)", + "website": "https://www.arduino.cc/reference/en/libraries/ArduinoMotorCarrier/", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoMotorCarrier.git", + "providesIncludes": [ + "ArduinoMotorCarrier.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMotorCarrier-2.0.1.zip", + "archiveFileName": "ArduinoMotorCarrier-2.0.1.zip", + "size": 3424602, + "checksum": "SHA-256:6d6e8bc0682c8ac284d3540527f0343c85357aa5a48efc0b520b5eb26e387242" + }, + { + "name": "ArduinoMotorCarrier", + "version": "2.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows use of the Arduino Motor Carrier", + "paragraph": "(Nano and MKR version)", + "website": "https://www.arduino.cc/reference/en/libraries/arduinomotorcarrier/", + "category": "Signal Input/Output", + "architectures": [ + "samd", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/ArduinoMotorCarrier.git", + "providesIncludes": [ + "ArduinoMotorCarrier.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMotorCarrier-2.0.2.zip", + "archiveFileName": "ArduinoMotorCarrier-2.0.2.zip", + "size": 3428141, + "checksum": "SHA-256:201e3d527c96421ea6efdbbb741f793d5b36ee3869d3e341f60cd88c2c4441a9" + }, + { + "name": "RADAR", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": [ + "radar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.3.zip", + "archiveFileName": "RADAR-0.1.3.zip", + "size": 5966, + "checksum": "SHA-256:856fc4979d11f7f7e4b12b919560ad875018aa3dcae6308e0540258c0e20fcdf" + }, + { + "name": "RADAR", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": [ + "radar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.4.zip", + "archiveFileName": "RADAR-0.1.4.zip", + "size": 7690, + "checksum": "SHA-256:608b9ad5d0fc2a6c8c6f70fe3c82a2444f33bb3f47e91e7c6c1186834f3cd814" + }, + { + "name": "RADAR", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": [ + "radar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.5.zip", + "archiveFileName": "RADAR-0.1.5.zip", + "size": 8146, + "checksum": "SHA-256:bcf56ce059df07d2624f4f91654af8993a2b15d9cdc770b4f30cad0f30ec812a" + }, + { + "name": "RADAR", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": [ + "radar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.6.zip", + "archiveFileName": "RADAR-0.1.6.zip", + "size": 8423, + "checksum": "SHA-256:4f7971b708ed7cf2edb6977f0fbcccd4329750439b0b7c3c3dc63ba025311296" + }, + { + "name": "RADAR", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": [ + "radar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.7.zip", + "archiveFileName": "RADAR-0.1.7.zip", + "size": 8838, + "checksum": "SHA-256:8c73b8f90edd8d086b3fd1eba8d0afd07086103d5f711cba8bc2c16ec2641e86" + }, + { + "name": "RADAR", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a pan tilt radar.", + "paragraph": "Experimental", + "website": "https://github.com/RobTillaart/RADAR", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RADAR.git", + "providesIncludes": [ + "radar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.8.zip", + "archiveFileName": "RADAR-0.1.8.zip", + "size": 9063, + "checksum": "SHA-256:689fc7f7b14f61c9abbf62dd1eec084c53f0fe32e82b62dd7684d7b5a3a2e693" + }, + { + "name": "AnalogIO-Arduino", + "version": "1.0.0", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to read a value from an analog input like an potentiometer, or from a digital input like an encoder. Moreover, allows to write it on digital output, exactly on PWM pin.", + "paragraph": "You can specify the device, and the resolution of reading and writing. If you want, there is a controller class that manages an object AnalogIn and/or an object AnalogOut, without worrying about the normalization if the resolutions of the objects are different.", + "website": "https://github.com/davidepalladino/AnalogIO-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidepalladino/AnalogIO-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/AnalogIO_Arduino-1.0.0.zip", + "archiveFileName": "AnalogIO_Arduino-1.0.0.zip", + "size": 40925, + "checksum": "SHA-256:210381c1b78e76aeb602417106b3fa8a5086a8d9f42b87e2727d36733a55c25e" + }, + { + "name": "AnalogIO-Arduino", + "version": "1.1.1", + "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", + "sentence": "This library allows to read a value from an analog input like an potentiometer, or from a digital input like an encoder. Moreover, allows to write it on digital output, exactly on PWM pin.", + "paragraph": "You can specify the device, and the resolution of reading and writing. If you want, there is a controller class that manages an object AnalogIn and/or an object AnalogOut, without worrying about the normalization if the resolutions of the objects are different.", + "website": "https://github.com/davidepalladino/AnalogIO-Arduino", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidepalladino/AnalogIO-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/AnalogIO_Arduino-1.1.1.zip", + "archiveFileName": "AnalogIO_Arduino-1.1.1.zip", + "size": 41724, + "checksum": "SHA-256:104a07effc9ea4a02d406b1525da86a0da1cc2042e7146d5aff404a9cff626e9" + }, + { + "name": "Botly", + "version": "2.4.0", + "author": "Jules Topart,La Machinerie", + "maintainer": "La Machinerie \u003clamachinerie.org\u003e", + "sentence": "Permet de piloter le robot Botly développé par l'association La Machinerie", + "website": "http://lamachinerie.org", + "category": "Device Control", + "architectures": [ + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Botly-Studio/Botly-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Botly-Studio/Botly-2.4.0.zip", + "archiveFileName": "Botly-2.4.0.zip", + "size": 152307, + "checksum": "SHA-256:d085e63101d22ecec1c796e8ec4ae0e3732ca66168fa4cab577cefcb0f861179" + }, + { + "name": "Botly", + "version": "2.5.0", + "author": "Jules Topart,La Machinerie", + "maintainer": "La Machinerie \u003clamachinerie.org\u003e", + "sentence": "Librarie permettant de piloter le robot Botly développé par l'association La Machinerie", + "website": "https://github.com/Botly-Studio/Botly-Library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Botly-Studio/Botly-Library.git", + "providesIncludes": [ + "Botly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Botly-Studio/Botly-2.5.0.zip", + "archiveFileName": "Botly-2.5.0.zip", + "size": 16103, + "checksum": "SHA-256:78ce3019bdfa376ba51ca2eafd0488c022b32f5140e529fd7b5ae15fb6f5e28f" + }, + { + "name": "gmp-ino", + "version": "0.1.0", + "author": "Carlo Alberto Ferraris \u003ccafxx+gmp-ino@strayorange.com\u003e", + "maintainer": "Carlo Alberto Ferraris \u003ccafxx+gmp-ino@strayorange.com\u003e", + "sentence": "GNU Multiple Precision (GMP) Arithmetic Library for Arduino.", + "paragraph": "Port of the mini-gmp library with support for arbitrary-precision integers and rational numbers. No support for floats.", + "website": "https://github.com/CAFxX/gmp-ino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CAFxX/gmp-ino.git", + "providesIncludes": [ + "gmp-ino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CAFxX/gmp_ino-0.1.0.zip", + "archiveFileName": "gmp_ino-0.1.0.zip", + "size": 33054, + "checksum": "SHA-256:c2c63e44ac88df89d00c72a1539564ac87092b812956e17c09cb0c5ed0ac26c0" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.0.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "license": "MIT", + "sentence": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "paragraph": "Easy to use functions for controlling one or more stepper motors via connected stepper drivers. Works with any stepper driver board that has a \"step\" and \"direction\" interface. Can be configured and controlled via Web Interface, REST API or serial controll interface. Also supports connection of limit switches and rotary encoders", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.0.2.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.0.2.zip", + "size": 333699, + "checksum": "SHA-256:bb88193b155b99193c62fcd37ae60416acfd64ad82a7d8d21a461201cae7512c" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.0.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "license": "MIT", + "sentence": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "paragraph": "Easy to use functions for controlling one or more stepper motors via connected stepper drivers. Works with any stepper driver board that has a \"step\" and \"direction\" interface. Can be configured and controlled via Web Interface, REST API or serial controll interface. Also supports connection of limit switches and rotary encoders", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.0.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.0.3.zip", + "size": 385873, + "checksum": "SHA-256:b9ba90466725eee3f789cfb261c353ac9cae0b2b9ca99c23dd58cdce77c98239" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.2.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.2.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.2.3.zip", + "size": 1652913, + "checksum": "SHA-256:1906ff537a9450b0076474e7acfd32380b796f853cfa1567a2fae4c828408eed" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.2.4", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.2.4.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.2.4.zip", + "size": 1653332, + "checksum": "SHA-256:db5abee79b2b9a045b974068cc2d77870730a3df2025bb4479040136d926bd4b" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.3.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.1.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.3.1.zip", + "size": 1654906, + "checksum": "SHA-256:4023f2e875c68f6ecbcad7bfb57535482f9e1a0e09eace8fb6070a003b002b33" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.3.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.2.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.3.2.zip", + "size": 1655888, + "checksum": "SHA-256:dd9e2eaa1ceba6ceb1cdd7ad3fc8208c59ba9d43c0235ad34831f89b323127c8" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.3.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.3.3.zip", + "size": 1700968, + "checksum": "SHA-256:2013a61e03efc974bd5aa73a45de3c24b3d4648d6e1bb9a900a3b967486e5534" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.1.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.1.zip", + "size": 1705964, + "checksum": "SHA-256:4c8e29cdeeef1825c7ab85bae7ea9bccd935b5d302b82c559e2347c51667ae81" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.2.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.2.zip", + "size": 1708759, + "checksum": "SHA-256:333681cbccd7317d310647fce4715aaf0213a7a4e90c3a39d78d696df20eaa91" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.3.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.3.zip", + "size": 1708813, + "checksum": "SHA-256:558c22a8199aa87ca6cfd0ea20900652c7861debe3ae36ad9afe72b434cec103" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.4", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.4.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.4.zip", + "size": 1710116, + "checksum": "SHA-256:f8bfb34f302f929d70aaad2bddf040f1541d749daab60c0045cffa0d46952334" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.5", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.5.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.5.zip", + "size": 1710644, + "checksum": "SHA-256:76d101bfc2a0cae63d905d5b8ce558dfa47b9af7364f37e7e9ce909b6e6a6567" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.6", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.6.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.6.zip", + "size": 1713141, + "checksum": "SHA-256:9d7d1513ee8723855a94b40a1ab9e8bd078c8e8c348337fe034be31f32fe4ae1" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.7", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.7.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.7.zip", + "size": 1713451, + "checksum": "SHA-256:16e9cb8c9e2ecafdb9aadcfbfe76eb6855a07c49558d04a950396375b05b0cfc" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.8", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.8.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.8.zip", + "size": 1713717, + "checksum": "SHA-256:5bb0e9c6f1bcf0d247b74db86b4840f859f2815f2060234e71a93d0c4197eaa7" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.10", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.10.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.10.zip", + "size": 1714019, + "checksum": "SHA-256:942f825a463ea90f7a85761c50145f494cef955eb14db12e7be38a1cfea429e0" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.11", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON", + "version": "=6.21.2" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper", + "version": "\u003e=1.4.7" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.11.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.11.zip", + "size": 1714116, + "checksum": "SHA-256:8157a2179037add0b3c92f6ba7dfed916c8dfc991ab4cadc9a7bff56cdd918f5" + }, + { + "name": "ESP-StepperMotor-Server", + "version": "0.4.12", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", + "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "providesIncludes": [ + "ESPStepperMotorServer.h" + ], + "dependencies": [ + { + "name": "ArduinoJSON", + "version": "=6.21.2" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP-FlexyStepper", + "version": "\u003e=1.4.7" + }, + { + "name": "SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.12.zip", + "archiveFileName": "ESP_StepperMotor_Server-0.4.12.zip", + "size": 1717363, + "checksum": "SHA-256:3f60974c629de1ea7811eaed17e316ca60389e51312631168466181817f8e332" + }, + { + "name": "LibLanc", + "version": "1.0.0", + "author": "Simon Ensslen", + "maintainer": "Simon Ensslen", + "sentence": "Allow camera control via the Sony lanc protocol", + "website": "https://github.com/sensslen/LibLanc", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensslen/LibLanc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-1.0.0.zip", + "archiveFileName": "LibLanc-1.0.0.zip", + "size": 6086, + "checksum": "SHA-256:4c39eb8be5d3e80a64ebb8890141a7d27f250a9f26b750dc41c1a12a1d6caec7" + }, + { + "name": "LibLanc", + "version": "1.0.1", + "author": "Simon Ensslen", + "maintainer": "Simon Ensslen", + "sentence": "Allow camera control via the Sony lanc protocol", + "website": "https://github.com/sensslen/LibLanc", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensslen/LibLanc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-1.0.1.zip", + "archiveFileName": "LibLanc-1.0.1.zip", + "size": 6438, + "checksum": "SHA-256:a800382a53e14e332e41e3acc440d263f9ef8a311aa96e2b67829f40b4c175a0" + }, + { + "name": "LibLanc", + "version": "2.0.0", + "author": "Simon Ensslen", + "maintainer": "Simon Ensslen", + "sentence": "Allow camera control via the Sony lanc protocol", + "website": "https://github.com/sensslen/LibLanc", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensslen/LibLanc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-2.0.0.zip", + "archiveFileName": "LibLanc-2.0.0.zip", + "size": 10957, + "checksum": "SHA-256:91738e2679d3f2bc846b271c92dcb0d9fdad0c5123fd01bdf35adaff1c127818" + }, + { + "name": "LibLanc", + "version": "2.0.1", + "author": "Simon Ensslen", + "maintainer": "Simon Ensslen", + "sentence": "Allow camera control via the Sony lanc protocol", + "website": "https://github.com/sensslen/LibLanc", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensslen/LibLanc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-2.0.1.zip", + "archiveFileName": "LibLanc-2.0.1.zip", + "size": 10868, + "checksum": "SHA-256:680630cf882717fd4cdfb1f54d576fccf0329ad90f9d311d5e856c42941af999" + }, + { + "name": "SmoothLed", + "version": "1.0.0", + "author": "Matt Shepcar", + "maintainer": "Matt Shepcar \u003cmatt@shepcar.co.uk\u003e", + "sentence": "Arduino library for FadeCandy style control of single-wire-based LED neopixels and WS2812B strips with megaTinyCore.", + "paragraph": "This library drives WS2812 style LEDs with gamma correction, interpolation and temporal dithering (inspired by FadeCandy). It utilises the SPI (or USART in MSPI mode) and CCL peripherals on the AVR 0/1 series to reduce processing overheads.", + "website": "https://github.com/mattshepcar/SmoothLed", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mattshepcar/SmoothLed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mattshepcar/SmoothLed-1.0.0.zip", + "archiveFileName": "SmoothLed-1.0.0.zip", + "size": 14982, + "checksum": "SHA-256:04be55429dba511e6437513bab80dbc15fd6ba4fc63313d55795dac2b993eab7" + }, + { + "name": "SmoothLed", + "version": "1.0.1", + "author": "Matt Shepcar", + "maintainer": "Matt Shepcar \u003cmatt@shepcar.co.uk\u003e", + "sentence": "Arduino library for FadeCandy style control of single-wire-based LED neopixels and WS2812B strips with megaTinyCore.", + "paragraph": "This library drives WS2812 style LEDs with gamma correction, interpolation and temporal dithering (inspired by FadeCandy). It utilises the SPI (or USART in MSPI mode) and CCL peripherals on the AVR 0/1 series to reduce processing overheads.", + "website": "https://github.com/mattshepcar/SmoothLed", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mattshepcar/SmoothLed.git", + "providesIncludes": [ + "SmoothLed.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mattshepcar/SmoothLed-1.0.1.zip", + "archiveFileName": "SmoothLed-1.0.1.zip", + "size": 22601, + "checksum": "SHA-256:caf495d0530893041f58dbda757b5ca2b482baeb10b86df996135eda10406566" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.1.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.1.zip", + "size": 1191728, + "checksum": "SHA-256:90eff1af0d849748f370710d52e035ab1f5463922bfcd230298748b53ed64632" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.2.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.2.zip", + "size": 1298176, + "checksum": "SHA-256:6ff7acaf5f4395718c610983bbb67abfd889616f096711fe96a1423fcbfacc0a" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.3.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.3.zip", + "size": 1319045, + "checksum": "SHA-256:455f716df61dfeadabe23279495eb68e21721b1d87d1ef8893e55a5f70b00b06" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.4.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.4.zip", + "size": 1760169, + "checksum": "SHA-256:7f575f78ee84abaf14bfc4d98b707e621566fbd5fcd06e03143940e27a67ea1d" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.5.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.5.zip", + "size": 1762232, + "checksum": "SHA-256:eb179619450fbe36bf0986224cc21523ceddb366f9a5d42c55a15760345c37e3" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.6.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.6.zip", + "size": 2115825, + "checksum": "SHA-256:16abb79ca3a2eca2078a4e3c4a2decedb540392a31080444be9c0be05c2d9e5f" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.7.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.7.zip", + "size": 2220319, + "checksum": "SHA-256:a2df34b7720ba66597d99e581d0911869e060145a1142a7be50dae880aedf78d" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.8.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.8.zip", + "size": 2204598, + "checksum": "SHA-256:767ee31ef4fbb6d3bcd0b359730323518ee6c0a0b34302686e68c79f55db570b" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.0.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.9.zip", + "archiveFileName": "PU2CLR_RDA5807-1.0.9.zip", + "size": 2211890, + "checksum": "SHA-256:eacd053e88dfaa827aebe0313d18957c1dbeab1b6077125398ea0e6deed5d288" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.0", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.0.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.0.zip", + "size": 2945808, + "checksum": "SHA-256:26960d56aa9bdd32e6f871e5b236de02f64a4739d036734018daf4ab4ddc4a2d" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.1.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.1.zip", + "size": 3057585, + "checksum": "SHA-256:9ec13cf09628a712b778f255e3951e77edb9a65d77b638e053c212dc627f3d34" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.2.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.2.zip", + "size": 3294144, + "checksum": "SHA-256:a01de5a8820eb6a7b7750f14b83a20dd01b1d4d6f1bbfea4433c9ab63da78384" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 family device (RDA5807M, RDA5807MS, RDA5807FP etc).", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.3.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.3.zip", + "size": 4116251, + "checksum": "SHA-256:6a7c33cc847aa56b7067bdd6fa531f6b6d123c661fbba454962fa8e9befd48f0" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 family device (RDA5807M, RDA5807MS, RDA5807FP etc).", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.4.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.4.zip", + "size": 4176452, + "checksum": "SHA-256:9a4fcedb14842f9e99e8265fbbff55845abdec1193328e172c7a6037b3fdf8fb" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 family device (RDA5807M, RDA5807MS, RDA5807FP etc).", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.5.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.5.zip", + "size": 4323908, + "checksum": "SHA-256:d2cfd69fcca81bba476e2c298b588e0fcdf7ab0b390e9147cc2575747c29c6f2" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 family device (RDA5807M, RDA5807MS, RDA5807FP etc).", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.6.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.6.zip", + "size": 5620198, + "checksum": "SHA-256:29940a8e2cf5ae4c20d48e4cb9730aec397f03ceff249ccf46a78de4889e38b8" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 family device (RDA5807M, RDA5807MS, RDA5807FP, RDA7088 etc).", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.7.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.7.zip", + "size": 5662345, + "checksum": "SHA-256:cae17b174b6f01d5163d4eff1473cd27829f8f5886ce056ed05e00f9d6bcfaea" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 family device (RDA5807M, RDA5807MS, RDA5807FP, RDA7088 etc).", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.8.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.8.zip", + "size": 5763946, + "checksum": "SHA-256:08f3969320f053218737f38e86a7ce7a9b0e34b9ce0e30f041664b8a205162f5" + }, + { + "name": "PU2CLR RDA5807", + "version": "1.1.9", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", + "paragraph": "This library provides an easier interface to control the IC RDA5807 family device (RDA5807M, RDA5807MS, RDA5807FP, RDA7088 etc).", + "website": "https://github.com/pu2clr/RDA5807", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/RDA5807.git", + "providesIncludes": [ + "RDA5807.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.1.9.zip", + "archiveFileName": "PU2CLR_RDA5807-1.1.9.zip", + "size": 5961206, + "checksum": "SHA-256:3e33a97d194dbacded1f6e284a82d2ddd8c9fda626adee4bb51eba9aa3153662" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.2.0", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 or ESP8266 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 or ESP8266 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.2.0.zip", + "archiveFileName": "ESP_FlexyStepper-1.2.0.zip", + "size": 23547, + "checksum": "SHA-256:166f8cf2084f82a6a5fcde9413fa221c87cb0ec3a86b5d6d1665bbdb1942a791" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.3.0", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.3.0.zip", + "archiveFileName": "ESP_FlexyStepper-1.3.0.zip", + "size": 24912, + "checksum": "SHA-256:4a2b2d8bd4d3c9d206a77e1c7a99dc4810fa77a714b3fded22408f7a903bada5" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.3.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.3.1.zip", + "archiveFileName": "ESP_FlexyStepper-1.3.1.zip", + "size": 28603, + "checksum": "SHA-256:b0b1b0fe9e03c1937bbe696d92d9b36d7e8e103987ffa76430f4ce98009fa980" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.0", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.0.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.0.zip", + "size": 29179, + "checksum": "SHA-256:4b50169f0bcf9aaeb010064888fa2b70ac98cdb58ddf56bd1d52f1771cfa2910" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.1", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.1.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.1.zip", + "size": 30109, + "checksum": "SHA-256:96bdca2b2740c85ff66a8b902ec51e5f7715c45d3c83a0495b23fef528d28173" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.2", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.2.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.2.zip", + "size": 30118, + "checksum": "SHA-256:2fdd84cd2857d979c6df296f0f64bd9a6ea2d643e9bf34be25274399a548da9d" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.3", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.3.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.3.zip", + "size": 32201, + "checksum": "SHA-256:a2c9c331a3483f2938e87e5f4e4670c0809345f30a4ae369e6af906e4027c441" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.4", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.4.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.4.zip", + "size": 32632, + "checksum": "SHA-256:f2f96a30b14f68f78c927c6d889047848bd6dbc62c6d3ac547a6803575c41e36" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.5", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.5.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.5.zip", + "size": 34982, + "checksum": "SHA-256:b2aa1b5787acd42cab27b210baab889f24c9cd51ee9a15267ddba1285ef81c6c" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.6", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.6.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.6.zip", + "size": 35101, + "checksum": "SHA-256:b29ecbb775c3105f53914c7b3afb63fc6bd014b7f4fafa454a3eb34c9a5764af" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.7", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.7.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.7.zip", + "size": 36904, + "checksum": "SHA-256:b414b722e47068bee1f444a170f6d11d27c5537102f59eb6d8ef6036cc610026" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.8", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.8.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.8.zip", + "size": 36936, + "checksum": "SHA-256:e811c64bf828becf32a3ce61b7c3120354b990ac97800009062816c2ab0dabad" + }, + { + "name": "ESP-FlexyStepper", + "version": "1.4.9", + "author": "Paul Kerspe", + "maintainer": "Paul Kerspe", + "sentence": "This library is used to control one or more stepper motors from an ESP32 device", + "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", + "website": "https://github.com/pkerspe/ESP-FlexyStepper", + "category": "Device Control", + "architectures": [ + "esp32", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "providesIncludes": [ + "ESP_FlexyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.9.zip", + "archiveFileName": "ESP_FlexyStepper-1.4.9.zip", + "size": 37175, + "checksum": "SHA-256:35d6a646641495af5d497948b9edb8698dcdf482c6b40a5d0a0027f854c89de8" + }, + { + "name": "Json Streaming Parser 2", + "version": "1.0.0", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", + "paragraph": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on small devices. Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-1.0.0.zip", + "archiveFileName": "Json_Streaming_Parser_2-1.0.0.zip", + "size": 26673, + "checksum": "SHA-256:8d89c073f8c79c65829c181bccbaa4340aba300ba3ca88d9e05310556efc5552" + }, + { + "name": "Json Streaming Parser 2", + "version": "2.0.1", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", + "paragraph": "Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Includes useful example sketches.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.0.1.zip", + "archiveFileName": "Json_Streaming_Parser_2-2.0.1.zip", + "size": 28014, + "checksum": "SHA-256:e90a5d465681e1b446c7251720522813b5992e19f88235ef496afbd1c8c6e78f" + }, + { + "name": "Json Streaming Parser 2", + "version": "2.0.2", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", + "paragraph": "Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Includes useful example sketches.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.0.2.zip", + "archiveFileName": "Json_Streaming_Parser_2-2.0.2.zip", + "size": 28637, + "checksum": "SHA-256:ae0a22334ac2630e3fd3826f08f6a2a53137bf1c10d1fb763b973aa5fe0c17c3" + }, + { + "name": "Json Streaming Parser 2", + "version": "2.0.3", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", + "paragraph": "Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Includes useful example sketches.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.0.3.zip", + "archiveFileName": "Json_Streaming_Parser_2-2.0.3.zip", + "size": 39581, + "checksum": "SHA-256:6c229f92caf0d530eec2e8f96bcb5a7936c5d3723d712f759f60170ebae5cabe" + }, + { + "name": "Json Streaming Parser 2", + "version": "2.1.0", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "A character-by-character JSON parser to parse large JSON objects from HTTP or HTTPS on embedded devices.", + "paragraph": "Requires a custom finite state machine (handler) for each JSON document, so use ArduinoJSON where possible. Library includes useful example sketches.", + "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.1.0.zip", + "archiveFileName": "Json_Streaming_Parser_2-2.1.0.zip", + "size": 39905, + "checksum": "SHA-256:586d82063f1474a1ca7b05aa5c3a5aa52c5ab727395abdd7f686984f5ac8d1b9" + }, + { + "name": "statHelpers", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.0.zip", + "archiveFileName": "statHelpers-0.1.0.zip", + "size": 10552, + "checksum": "SHA-256:5473b2866b95da08eed7bb77f8de651e0f0427cf2cf11e4005e251af69b5dcf6" + }, + { + "name": "statHelpers", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.1.zip", + "archiveFileName": "statHelpers-0.1.1.zip", + "size": 12471, + "checksum": "SHA-256:4ca84a0d913e58a7d38fc571838ebc253e14e7e961d273ca74ede9e46fdc4fa6" + }, + { + "name": "statHelpers", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.2.zip", + "archiveFileName": "statHelpers-0.1.2.zip", + "size": 13751, + "checksum": "SHA-256:f3b161ac5f1e06dbe3d8fd5c6725211e72cf3fa2d33ede7436ededa6b2ba4719" + }, + { + "name": "statHelpers", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.3.zip", + "archiveFileName": "statHelpers-0.1.3.zip", + "size": 20054, + "checksum": "SHA-256:64d4a3719a8a11a757913fd0dc90c5d28dba979f444fdf993c524ff251baa231" + }, + { + "name": "statHelpers", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.4.zip", + "archiveFileName": "statHelpers-0.1.4.zip", + "size": 20089, + "checksum": "SHA-256:e09ab0bde9179b69d0b0bac31afcf235a3f67b49e7743690681a735c88c1bde5" + }, + { + "name": "statHelpers", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.5.zip", + "archiveFileName": "statHelpers-0.1.5.zip", + "size": 22952, + "checksum": "SHA-256:1fa0b4d8d3404de8e0d955a742d8dbd56c7cb61beef424ea6670df596206e2a5" + }, + { + "name": "statHelpers", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k. Experimental big numbers.", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.7.zip", + "archiveFileName": "statHelpers-0.1.7.zip", + "size": 23854, + "checksum": "SHA-256:6104c2a2edacb0f96cd76752c3640860689f83140b9c8880d1c95b1d54f4bced" + }, + { + "name": "statHelpers", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with a number of statistic helper functions.", + "paragraph": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k. Experimental big numbers.", + "website": "https://github.com/RobTillaart/statHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/statHelpers.git", + "providesIncludes": [ + "statHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.8.zip", + "archiveFileName": "statHelpers-0.1.8.zip", + "size": 24152, + "checksum": "SHA-256:e77ac084156a884f5b837a44d50017bac482595342fb78f3e9404d795f41a160" + }, + { + "name": "GifDecoder", + "version": "0.0.1", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-0.0.1.zip", + "archiveFileName": "GifDecoder-0.0.1.zip", + "size": 661741, + "checksum": "SHA-256:3384485dfd45a32e2fcc8139b77316d17786b854cd0305397c8cb49bd81421ef" + }, + { + "name": "GifDecoder", + "version": "0.0.3", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-0.0.3.zip", + "archiveFileName": "GifDecoder-0.0.3.zip", + "size": 662280, + "checksum": "SHA-256:63f04c8e58651addeaa1408dc13fe5c048809a2981c4d3f235746f23f576ac76" + }, + { + "name": "GifDecoder", + "version": "1.0.0", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-1.0.0.zip", + "archiveFileName": "GifDecoder-1.0.0.zip", + "size": 685212, + "checksum": "SHA-256:42334006efbbaca0144691c1092120f57bc9c7957aa5e15a9169443fad9be146" + }, + { + "name": "GifDecoder", + "version": "1.1.0", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Play Animated GIFs", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixelmatix/GifDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-1.1.0.zip", + "archiveFileName": "GifDecoder-1.1.0.zip", + "size": 776198, + "checksum": "SHA-256:caf36744806a86a9b1f975903fbd86d8444fa7247e430c872a94797b5965dccd" + }, + { + "name": "ADS1x1x", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "paragraph": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "website": "https://github.com/hideakitai/ADS1x1x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ADS1x1x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ADS1x1x-0.1.0.zip", + "archiveFileName": "ADS1x1x-0.1.0.zip", + "size": 6857, + "checksum": "SHA-256:11e3464042f7a5aaed380085927cf2506c5107c16aca95018f533c2c0a79159d" + }, + { + "name": "ADS1x1x", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "paragraph": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", + "website": "https://github.com/hideakitai/ADS1x1x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ADS1x1x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ADS1x1x-0.1.1.zip", + "archiveFileName": "ADS1x1x-0.1.1.zip", + "size": 7080, + "checksum": "SHA-256:5dcecf461d4461aca8dc90bb403ead27ee72b2b5aa39fbcb95ee848532a1297c" + }, + { + "name": "DS323x", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "website": "https://github.com/hideakitai/DS323x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/DS323x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DS323x-0.1.0.zip", + "archiveFileName": "DS323x-0.1.0.zip", + "size": 12131, + "checksum": "SHA-256:14dce70056db36b2b55bb944f2c036d21f720c1046b50528cd075f550e452b72" + }, + { + "name": "DS323x", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "website": "https://github.com/hideakitai/DS323x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/DS323x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DS323x-0.1.1.zip", + "archiveFileName": "DS323x-0.1.1.zip", + "size": 12177, + "checksum": "SHA-256:47802d740907580e07639303cd8f6e001e15f89e16e67aa1c77a3bf292d1ed21" + }, + { + "name": "DS323x", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "website": "https://github.com/hideakitai/DS323x", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/DS323x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DS323x-0.1.2.zip", + "archiveFileName": "DS323x-0.1.2.zip", + "size": 12223, + "checksum": "SHA-256:6a43df36fa3842a0b5f15df934f0f98211a1fa37cfd7c91ff7d9969fc772602c" + }, + { + "name": "TCA9534", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", + "paragraph": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", + "website": "https://github.com/hideakitai/TCA9534", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TCA9534.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCA9534-0.1.0.zip", + "archiveFileName": "TCA9534-0.1.0.zip", + "size": 5573, + "checksum": "SHA-256:29a063ce769dadfab6b68d58e6ded2435e21ef7d23cd0c66b05340459142cb1f" + }, + { + "name": "TCA9534", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", + "paragraph": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", + "website": "https://github.com/hideakitai/TCA9534", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TCA9534.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCA9534-0.1.1.zip", + "archiveFileName": "TCA9534-0.1.1.zip", + "size": 5569, + "checksum": "SHA-256:cc4f5f85236dcb97aa0a9a561cffbe969f35e4fa8fe918e6f3d912ba91954a99" + }, + { + "name": "BatteryMeter", + "version": "1.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for reading a voltage from a battery and displaying the results.", + "paragraph": "A library for reading a voltage from a battery and displaying the results.", + "website": "https://github.com/lendres/BatteryMeter-Arduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lendres/BatteryMeter-Arduino.git", + "dependencies": [ + { + "name": "SoftTimers" + }, + { + "name": "ButtonSuite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/BatteryMeter-1.0.0.zip", + "archiveFileName": "BatteryMeter-1.0.0.zip", + "size": 22763, + "checksum": "SHA-256:8a58ca220cd5c28c2ea0bbf46d31d496fdf190be45277c924771f8949992b51a" + }, + { + "name": "ButtonSuite", + "version": "1.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A set of classes for using a momentary buttons as momentary buttons, latching buttons, counters, and enumerators.", + "paragraph": "A set of classes for using momentary buttons as momentary buttons, latching buttons, counters, and enumerators. Includes debouncing. The library is designed so other classes can take a class as an argument and have always on, momentary, and/or latching behavior automatically handled without further effort.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-1.0.0.zip", + "archiveFileName": "ButtonSuite-1.0.0.zip", + "size": 33057, + "checksum": "SHA-256:05abd575f26c009043a97e3866f67433642d7ed247f1195d2221aea4478c9457" + }, + { + "name": "ButtonSuite", + "version": "1.1.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for using a simple mechanical push (momentary) button as a momentary button, a latching button, a counter, or an enumerator.", + "paragraph": "The library allows a mechanical momentary button to be used as a virtual button with different functionality. The library implements the behavior of a momentary button, a latching button, a counter, and an enumerator. The Bounce2 library is used to add debouncing functionality.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-1.1.0.zip", + "archiveFileName": "ButtonSuite-1.1.0.zip", + "size": 39711, + "checksum": "SHA-256:e1bafd96956ebb08dd1a5d5b39f8103a85b700559849eece2283074d581f2695" + }, + { + "name": "ButtonSuite", + "version": "2.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for using a simple mechanical push (momentary) button as a momentary button, a latching button, a counter, an enumerator, and more.", + "paragraph": "The library allows a mechanical momentary button to be used as a virtual button with different functionality. The library implements the behavior of a momentary button, a latching button, a counter, an enumerator, and more. It also makes it very easy to develop buttons with your own custom behavior. The Bounce2 library is used to add debouncing functionality. Note that because some input devices like optical sensors or limit switches are functionally equivilent to tactile buttons, they can also be used with this library.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-2.0.0.zip", + "archiveFileName": "ButtonSuite-2.0.0.zip", + "size": 310895, + "checksum": "SHA-256:7190363ce4220ccee6eb83a31950dd4988b17b7a9f83cb3c6ad8d3f955484a3d" + }, + { + "name": "ButtonSuite", + "version": "2.1.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for using a simple mechanical push (momentary) button as a momentary button, a latching button, a counter, an enumerator, and more.", + "paragraph": "The library allows a mechanical momentary button to be used as a virtual button with different functionality. The library implements the behavior of a momentary button, a latching button, a counter, an enumerator, and more. It also makes it very easy to develop buttons with your own custom behavior. The Bounce2 library is used to add debouncing functionality. Note that because some input devices like optical sensors or limit switches are functionally equivilent to tactile buttons, they can also be used with this library.", + "website": "https://github.com/lendres/ButtonSuite-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-2.1.0.zip", + "archiveFileName": "ButtonSuite-2.1.0.zip", + "size": 321848, + "checksum": "SHA-256:620db697474c6c2a9a67727d909597ebde4fa4507dc42533f2d3c6c5fe08a78c" + }, + { + "name": "BlinkSuite", + "version": "1.0.0", + "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", + "sentence": "A library for blinking pins on and off or in a sequence.", + "paragraph": "A library for blinking pins on and off or in a sequence.", + "website": "https://github.com/lendres/BlinkSuite-Arduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lendres/BlinkSuite-Arduino.git", + "dependencies": [ + { + "name": "SoftTimers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lendres/BlinkSuite-1.0.0.zip", + "archiveFileName": "BlinkSuite-1.0.0.zip", + "size": 17401, + "checksum": "SHA-256:1e3117053a75a52fa62383f6afb0ff2d693a2af8a4d6387a72a55581c07ba9fc" + }, + { + "name": "randomHelpers", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.0.zip", + "archiveFileName": "randomHelpers-0.2.0.zip", + "size": 6560, + "checksum": "SHA-256:6fd6d249beffc1ff204e78d114159ef4c6b666f8b4dd5085491430a96aa19059" + }, + { + "name": "randomHelpers", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.1.zip", + "archiveFileName": "randomHelpers-0.2.1.zip", + "size": 8173, + "checksum": "SHA-256:3a229ca5554d446be401010f28ebc0579271261d2fbdef4ce85478e9391b5737" + }, + { + "name": "randomHelpers", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.2.zip", + "archiveFileName": "randomHelpers-0.2.2.zip", + "size": 9199, + "checksum": "SHA-256:04e05613522dcadc093cd717c85ff68629995e65bab9a72714025187dc36f15e" + }, + { + "name": "randomHelpers", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.3.zip", + "archiveFileName": "randomHelpers-0.2.3.zip", + "size": 9164, + "checksum": "SHA-256:2ec5a46badb4dcf25a07f9da16367d633dbe5b23ce7bdd7c3ba3c6722f93d2fe" + }, + { + "name": "randomHelpers", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.4.zip", + "archiveFileName": "randomHelpers-0.2.4.zip", + "size": 10177, + "checksum": "SHA-256:0fc20dc1b47c6368b22906779b88a0a250d9049bbbd41fd273e12cd7a7094325" + }, + { + "name": "randomHelpers", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.5.zip", + "archiveFileName": "randomHelpers-0.2.5.zip", + "size": 10699, + "checksum": "SHA-256:75182a930a37e2d28dd87b5f315cd4700ef36f360299ef7274baab5ae91a78ab" + }, + { + "name": "randomHelpers", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.6.zip", + "archiveFileName": "randomHelpers-0.2.6.zip", + "size": 13100, + "checksum": "SHA-256:75889fdb7f22f0d70b77f72f893e83cd9656425753a5c3f6c265448ddeada862" + }, + { + "name": "randomHelpers", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with helper function for faster random bits", + "website": "https://github.com/RobTillaart/randomHelpers", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/randomHelpers.git", + "providesIncludes": [ + "randomHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.7.zip", + "archiveFileName": "randomHelpers-0.2.7.zip", + "size": 13344, + "checksum": "SHA-256:0dbab994dd0f8b3f5d3b8549b7085f94ef6384b6c0b13232ef63eb76b66237f4" + }, + { + "name": "ADS1115_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.0.0.zip", + "archiveFileName": "ADS1115_WE-1.0.0.zip", + "size": 310677, + "checksum": "SHA-256:5775a30b1e2a4482355e16c2f7b08c29bb9255d16adeb3b19e58c89582e27d84" + }, + { + "name": "ADS1115_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.0.zip", + "archiveFileName": "ADS1115_WE-1.1.0.zip", + "size": 310671, + "checksum": "SHA-256:26337e5ca66abbc0433b1748e408548f22e74e7d07fe6b101008a57b0f0fbd59" + }, + { + "name": "ADS1115_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.1.zip", + "archiveFileName": "ADS1115_WE-1.1.1.zip", + "size": 310650, + "checksum": "SHA-256:08eaa3336f14c7d3cb15674e6f06706a1dd276f9a9a6d5c1ddc7ff220a5a56c6" + }, + { + "name": "ADS1115_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.2.zip", + "archiveFileName": "ADS1115_WE-1.1.2.zip", + "size": 310680, + "checksum": "SHA-256:19ad497b7194b53d05e032359c8a48f2ef223e3a178b34ecf7a52961d066369e" + }, + { + "name": "ADS1115_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.3.zip", + "archiveFileName": "ADS1115_WE-1.1.3.zip", + "size": 310677, + "checksum": "SHA-256:b1ca22857950580a3f8ca618fd540df2a7303589d1c3e9bcfd8d6fade6cee70c" + }, + { + "name": "ADS1115_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.4.zip", + "archiveFileName": "ADS1115_WE-1.1.4.zip", + "size": 310680, + "checksum": "SHA-256:0b87c01fedb68c888c2878ad1508184b097b915ff2b3d6a237a07cc824f06f7d" + }, + { + "name": "ADS1115_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.5.zip", + "archiveFileName": "ADS1115_WE-1.1.5.zip", + "size": 310676, + "checksum": "SHA-256:c87ab630a9ea07b2a57382363a5f88638f23db6fc9c4e2b5cdc7c97138509685" + }, + { + "name": "ADS1115_WE", + "version": "1.1.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.6.zip", + "archiveFileName": "ADS1115_WE-1.1.6.zip", + "size": 310700, + "checksum": "SHA-256:a026fbad304c366cf0328508a21219043c896dd955244e9faad796bc3e9dfb35" + }, + { + "name": "ADS1115_WE", + "version": "1.1.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.7.zip", + "archiveFileName": "ADS1115_WE-1.1.7.zip", + "size": 312319, + "checksum": "SHA-256:8227c320e5fbf0addf5688c595c3dbd4fc56f246d9db336ca08361870d4f657b" + }, + { + "name": "ADS1115_WE", + "version": "1.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.0.zip", + "archiveFileName": "ADS1115_WE-1.2.0.zip", + "size": 316540, + "checksum": "SHA-256:f48a6bb7a548bf02732a4e338b12c51e18406b3ef43774cc4699a6c8926cb8a1" + }, + { + "name": "ADS1115_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.1.zip", + "archiveFileName": "ADS1115_WE-1.2.1.zip", + "size": 316481, + "checksum": "SHA-256:55ab1a922615d9c5d3e1f83e6bd902f6c661b62722a5f15bfae28b7b8b980efa" + }, + { + "name": "ADS1115_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.2.zip", + "archiveFileName": "ADS1115_WE-1.2.2.zip", + "size": 316479, + "checksum": "SHA-256:aa6893de62b02e286a84d8c224cff563d1b6ae64342cb9fe37d746344156702b" + }, + { + "name": "ADS1115_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.3.zip", + "archiveFileName": "ADS1115_WE-1.2.3.zip", + "size": 316863, + "checksum": "SHA-256:65d3ce532d1e4cebb08cfe1c61c85e23060b5f742c9e17fb41571d429b3db13d" + }, + { + "name": "ADS1115_WE", + "version": "1.3.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.0.zip", + "archiveFileName": "ADS1115_WE-1.3.0.zip", + "size": 321884, + "checksum": "SHA-256:a7741b2eec1f60b8dc665a89483d7db88d13fa3c2bc3db3e50243a86add2841b" + }, + { + "name": "ADS1115_WE", + "version": "1.3.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.1.zip", + "archiveFileName": "ADS1115_WE-1.3.1.zip", + "size": 321883, + "checksum": "SHA-256:da5130cd09e3f9d73770f116a4b6fbc3561f1a53797f8bddfc0669ca33b3181d" + }, + { + "name": "ADS1115_WE", + "version": "1.3.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.2.zip", + "archiveFileName": "ADS1115_WE-1.3.2.zip", + "size": 322000, + "checksum": "SHA-256:310af8b310e5c5ff18a8adee9ca099b3dd0f5320c11b3316d4d4c9c598335ef5" + }, + { + "name": "ADS1115_WE", + "version": "1.3.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.3.zip", + "archiveFileName": "ADS1115_WE-1.3.3.zip", + "size": 325252, + "checksum": "SHA-256:5b47a3bc093bf6923463297e69d31ad82e8e96d322d4dfbba9fdf5b3f8e22a70" + }, + { + "name": "ADS1115_WE", + "version": "1.3.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.4.zip", + "archiveFileName": "ADS1115_WE-1.3.4.zip", + "size": 326285, + "checksum": "SHA-256:8d9237471ae76866832871a4e639ece72d09810333272904a9b7fde7134997b4" + }, + { + "name": "ADS1115_WE", + "version": "1.3.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.5.zip", + "archiveFileName": "ADS1115_WE-1.3.5.zip", + "size": 323897, + "checksum": "SHA-256:1b241ccbbdbae12affb59300a2d72ec58ebb4430f9ae9f14b28109fb532f0493" + }, + { + "name": "ADS1115_WE", + "version": "1.3.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.6.zip", + "archiveFileName": "ADS1115_WE-1.3.6.zip", + "size": 323908, + "checksum": "SHA-256:f0bb2679f99736198cd9a09f4ded346f245cdcd94c78d1d58d7258fe4f970b0e" + }, + { + "name": "ADS1115_WE", + "version": "1.3.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.7.zip", + "archiveFileName": "ADS1115_WE-1.3.7.zip", + "size": 323900, + "checksum": "SHA-256:e3ab182292f79434ca397aac86363c1dca84739788311f3c24bbe0ee9e81c525" + }, + { + "name": "ADS1115_WE", + "version": "1.3.8", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.8.zip", + "archiveFileName": "ADS1115_WE-1.3.8.zip", + "size": 325235, + "checksum": "SHA-256:c7c573aa85774c5b77dc467652ad9225d8453605e9026efb8cb256c3b822cedb" + }, + { + "name": "ADS1115_WE", + "version": "1.3.9", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.3.9.zip", + "archiveFileName": "ADS1115_WE-1.3.9.zip", + "size": 325236, + "checksum": "SHA-256:8e0d548f834f137ce614f7eb638ec1d174c5f35ece01fe0914aea6a095dd892a" + }, + { + "name": "ADS1115_WE", + "version": "1.4.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.4.0.zip", + "archiveFileName": "ADS1115_WE-1.4.0.zip", + "size": 325238, + "checksum": "SHA-256:ec027cf88e42ed33b34de29b3d256d110186a46732196ca123e1997bcb3f5b66" + }, + { + "name": "ADS1115_WE", + "version": "1.4.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.4.1.zip", + "archiveFileName": "ADS1115_WE-1.4.1.zip", + "size": 600293, + "checksum": "SHA-256:ef9a3176853e53a63afe8c75979332259f712b6a4b689de938a3741c833a5735" + }, + { + "name": "ADS1115_WE", + "version": "1.4.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.4.2.zip", + "archiveFileName": "ADS1115_WE-1.4.2.zip", + "size": 600257, + "checksum": "SHA-256:c888d603c1c7503fcf4178b72b8c3a50b0410c0e15c6ee9c0b07c2f9e9bb7747" + }, + { + "name": "ADS1115_WE", + "version": "1.4.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.4.3.zip", + "archiveFileName": "ADS1115_WE-1.4.3.zip", + "size": 600033, + "checksum": "SHA-256:8212a0d4226d3eafc962fcc5d18d0b94d9542f01f6009272ac8acb0802793f24" + }, + { + "name": "ADS1115_WE", + "version": "1.4.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.4.4.zip", + "archiveFileName": "ADS1115_WE-1.4.4.zip", + "size": 600073, + "checksum": "SHA-256:45d181d1d97ac2e1e1853835c56753a17e2b75ba2a9520d1bb6b9d10bf26aa15" + }, + { + "name": "ADS1115_WE", + "version": "1.4.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.4.5.zip", + "archiveFileName": "ADS1115_WE-1.4.5.zip", + "size": 600127, + "checksum": "SHA-256:258195ec22c189c19007e8456620d7507aa67741f33a6ed6e646491a2d2737f3" + }, + { + "name": "ADS1115_WE", + "version": "1.4.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1115 ADC", + "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", + "website": "https://github.com/wollewald/ADS1115_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1115_WE.git", + "providesIncludes": [ + "ADS1115_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.4.6.zip", + "archiveFileName": "ADS1115_WE-1.4.6.zip", + "size": 600189, + "checksum": "SHA-256:c17b048d67d259f00000d9871fc1f212bc05c75703b094af5a529c9c7f203e35" + }, + { + "name": "SceneManager", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.0.zip", + "archiveFileName": "SceneManager-0.1.0.zip", + "size": 49456, + "checksum": "SHA-256:65966c3a5aac29f5aacc94ad9548aa160f52938263545aa33951204ee4041313" + }, + { + "name": "SceneManager", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.1.zip", + "archiveFileName": "SceneManager-0.1.1.zip", + "size": 59883, + "checksum": "SHA-256:dff833c4ee3089cfdc9571fb13ca139b31641cf99b30c2bbc234389ea5b81d46" + }, + { + "name": "SceneManager", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.2.zip", + "archiveFileName": "SceneManager-0.1.2.zip", + "size": 60018, + "checksum": "SHA-256:d8b847dabe86958f7d06288ee5a4765cf3222b24dbc4b7594142a3e081975cb9" + }, + { + "name": "SceneManager", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.2.0.zip", + "archiveFileName": "SceneManager-0.2.0.zip", + "size": 60333, + "checksum": "SHA-256:6093720c8dfde6af934399362f71aa9598076d772f22e9a97e86ab3c9914f73f" + }, + { + "name": "SceneManager", + "version": "0.2.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-scene manager for Arduino", + "paragraph": "cooperative multi-scene manager for Arduino", + "website": "https://github.com/hideakitai/SceneManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/SceneManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.2.1.zip", + "archiveFileName": "SceneManager-0.2.1.zip", + "size": 60323, + "checksum": "SHA-256:1e07549a4ab82d2dfc88ac770d6b42271d2b326364b77f954081e241f3725e0c" + }, + { + "name": "TaskManager", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.0.zip", + "archiveFileName": "TaskManager-0.1.0.zip", + "size": 45774, + "checksum": "SHA-256:c6da166fb3d692700a1bee19c8c46c2fd9a77dbe24ec40fe4d62e8ad942d370b" + }, + { + "name": "TaskManager", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.1.zip", + "archiveFileName": "TaskManager-0.1.1.zip", + "size": 56144, + "checksum": "SHA-256:97c8b736e6d7943446dc4ca5c8d1048c533730ce26322de2666a670dab7365dc" + }, + { + "name": "TaskManager", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.2.zip", + "archiveFileName": "TaskManager-0.1.2.zip", + "size": 56279, + "checksum": "SHA-256:6ec9b68498c50fb63ec4eb387e45b5ca5e9a6c018357fd6fe629e1ac51a1a6b5" + }, + { + "name": "TaskManager", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.2.0.zip", + "archiveFileName": "TaskManager-0.2.0.zip", + "size": 57835, + "checksum": "SHA-256:48c31ef2eee35ee518c8943a518f581d0c753d5c3a32675603a2e79212a3f8ef" + }, + { + "name": "TaskManager", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.0.zip", + "archiveFileName": "TaskManager-0.3.0.zip", + "size": 65878, + "checksum": "SHA-256:aebc060d2b350ab3c25a0fe20378ab4a3838c2dadde530e77a4dfb6049a7f560" + }, + { + "name": "TaskManager", + "version": "0.3.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.1.zip", + "archiveFileName": "TaskManager-0.3.1.zip", + "size": 65862, + "checksum": "SHA-256:71c25cd9a97e6c74190be01e8bfabf459198af7dd33a9805a9df351c087ed552" + }, + { + "name": "TaskManager", + "version": "0.3.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.2.zip", + "archiveFileName": "TaskManager-0.3.2.zip", + "size": 65811, + "checksum": "SHA-256:2e9d320a35842d9779aa80bb796eb77ff45f227badf8ca2bb6af24f44670ed93" + }, + { + "name": "TaskManager", + "version": "0.3.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.3.zip", + "archiveFileName": "TaskManager-0.3.3.zip", + "size": 66652, + "checksum": "SHA-256:dc3d7e7b2d0152b6d7e74aa258040a742c9626c22420c6e6f1fa000b34afa515" + }, + { + "name": "TaskManager", + "version": "0.3.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.4.zip", + "archiveFileName": "TaskManager-0.3.4.zip", + "size": 66703, + "checksum": "SHA-256:39d8cf51cf1a33453788ddd0b689356b28a3169cb9d951912a6f0d61044f6d6c" + }, + { + "name": "TaskManager", + "version": "0.3.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.5.zip", + "archiveFileName": "TaskManager-0.3.5.zip", + "size": 66713, + "checksum": "SHA-256:bff2e2c67718b8f2641fcce9dfcf31e678e66a4cd2c56b78f31ce8324a5e524b" + }, + { + "name": "TaskManager", + "version": "0.3.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.6.zip", + "archiveFileName": "TaskManager-0.3.6.zip", + "size": 66736, + "checksum": "SHA-256:65d96ed3b6c72e5f29c521674e822f15a9e10a6d17288a41aed79ecb781f1494" + }, + { + "name": "TaskManager", + "version": "0.3.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.7.zip", + "archiveFileName": "TaskManager-0.3.7.zip", + "size": 66754, + "checksum": "SHA-256:31fdcab2053ab1e936644d51f0baa6435bc9d82af6fd327c2070d8d87312d2f7" + }, + { + "name": "TaskManager", + "version": "0.3.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.8.zip", + "archiveFileName": "TaskManager-0.3.8.zip", + "size": 108276, + "checksum": "SHA-256:b1137e9b5ea7b8e4d2163ac66a0f244dc55ca7efa41d6538965d33e20e702ee2" + }, + { + "name": "TaskManager", + "version": "0.3.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.9.zip", + "archiveFileName": "TaskManager-0.3.9.zip", + "size": 108388, + "checksum": "SHA-256:5679404e012d208dd20ce746882fd2f05c90ffaa903fb4785157bbf7374b94dc" + }, + { + "name": "TaskManager", + "version": "0.3.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.10.zip", + "archiveFileName": "TaskManager-0.3.10.zip", + "size": 108633, + "checksum": "SHA-256:5aa2777397d5404edef00d7346fc9ce8e7cae76eec773fd7c05a4713336f9622" + }, + { + "name": "TaskManager", + "version": "0.3.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.3.11.zip", + "archiveFileName": "TaskManager-0.3.11.zip", + "size": 108639, + "checksum": "SHA-256:fa514af1a24533abbf69959ba407a7eb5c5065053e444c92560b23081aac66bb" + }, + { + "name": "TaskManager", + "version": "0.4.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.0.zip", + "archiveFileName": "TaskManager-0.4.0.zip", + "size": 114792, + "checksum": "SHA-256:be754c02a39de711143960ff7a922ac04547b7da1eb1e2221d3911ff38031e42" + }, + { + "name": "TaskManager", + "version": "0.4.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.1.zip", + "archiveFileName": "TaskManager-0.4.1.zip", + "size": 119183, + "checksum": "SHA-256:252a63ebdad69747ce9813bda3114bf3a4c69fc092df08e33d880f74e808ceb1" + }, + { + "name": "TaskManager", + "version": "0.4.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.2.zip", + "archiveFileName": "TaskManager-0.4.2.zip", + "size": 119189, + "checksum": "SHA-256:779a6975400bdedd2427bda1e429a74d4835ae9cf71c5e1615805063a34ad2d9" + }, + { + "name": "TaskManager", + "version": "0.4.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.3.zip", + "archiveFileName": "TaskManager-0.4.3.zip", + "size": 119728, + "checksum": "SHA-256:1651fd79d0af3fb6197c8c8f65e688a2745c4d262e9db66aeda463f218438fb8" + }, + { + "name": "TaskManager", + "version": "0.4.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.4.zip", + "archiveFileName": "TaskManager-0.4.4.zip", + "size": 119719, + "checksum": "SHA-256:319c414f6b8ff6dd9933923d99eee49216e6c79da819437f9d4d42c1cf1ed629" + }, + { + "name": "TaskManager", + "version": "0.4.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.5.zip", + "archiveFileName": "TaskManager-0.4.5.zip", + "size": 119848, + "checksum": "SHA-256:b2bf44681dbd633e2d380920c48976ff6a5cd99266fa0fd62a2cd091423e4b04" + }, + { + "name": "TaskManager", + "version": "0.4.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.6.zip", + "archiveFileName": "TaskManager-0.4.6.zip", + "size": 120195, + "checksum": "SHA-256:0966b62e10e384e7396773a849fccb32e7af3dcddb8db9a8ee56ba563de7a5bf" + }, + { + "name": "TaskManager", + "version": "0.4.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.7.zip", + "archiveFileName": "TaskManager-0.4.7.zip", + "size": 120433, + "checksum": "SHA-256:234e8af91fafd3591a7eee6d09bb1488f5118b67556d3a0fec96e2bada799b11" + }, + { + "name": "TaskManager", + "version": "0.4.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.4.8.zip", + "archiveFileName": "TaskManager-0.4.8.zip", + "size": 120434, + "checksum": "SHA-256:883757d3084cc51a3bbc6237d049c4f0d56281ef33902a2b740191f23bd07616" + }, + { + "name": "TaskManager", + "version": "0.5.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "cooperative multi-task manager for Arduino", + "paragraph": "cooperative multi-task manager for Arduino", + "website": "https://github.com/hideakitai/TaskManager", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TaskManager.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "DebugLog" + }, + { + "name": "PollingTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.5.0.zip", + "archiveFileName": "TaskManager-0.5.0.zip", + "size": 30730, + "checksum": "SHA-256:6db766e422d6ad9e2856776754d8341cb55a7a9412188f1b1e2739a5d4cfd4b0" + }, + { + "name": "DHTlib", + "version": "0.1.30", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.30.zip", + "archiveFileName": "DHTlib-0.1.30.zip", + "size": 17963, + "checksum": "SHA-256:bb57550f57f423d5336f2058549380c94907ee93ed62dd0c939a55e72b0c05ab" + }, + { + "name": "DHTlib", + "version": "0.1.31", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.31.zip", + "archiveFileName": "DHTlib-0.1.31.zip", + "size": 19085, + "checksum": "SHA-256:7eb2350cdc4e0b454fa5d3fcfacbc8b74b713ff6c27da107330fd0c48514e959" + }, + { + "name": "DHTlib", + "version": "0.1.32", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.32.zip", + "archiveFileName": "DHTlib-0.1.32.zip", + "size": 19113, + "checksum": "SHA-256:07b357f1533676d0a8bc767ed1d6830501220b6ca9a1f7534d00bcac6cac58df" + }, + { + "name": "DHTlib", + "version": "0.1.33", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.33.zip", + "archiveFileName": "DHTlib-0.1.33.zip", + "size": 19156, + "checksum": "SHA-256:5d7fad7038d8feb7b1b1ebbb156b54e420e8b5ca662877dbec8f393efa27af3c" + }, + { + "name": "DHTlib", + "version": "0.1.34", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.34.zip", + "archiveFileName": "DHTlib-0.1.34.zip", + "size": 20471, + "checksum": "SHA-256:59714f4f1597bc3018873bb72bf0249c2148d70aefafa872b07ab5dad8784e02" + }, + { + "name": "DHTlib", + "version": "0.1.35", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.35.zip", + "archiveFileName": "DHTlib-0.1.35.zip", + "size": 20586, + "checksum": "SHA-256:5d1cb8fccbd240b0c0ccacc629fccb8e6a504e166db6855764d9f0d11746c321" + }, + { + "name": "DHTlib", + "version": "0.1.36", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", + "website": "https://github.com/RobTillaart/DHTlib", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTlib.git", + "providesIncludes": [ + "dht.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.36.zip", + "archiveFileName": "DHTlib-0.1.36.zip", + "size": 21075, + "checksum": "SHA-256:e0d62298e80a33caee772e32b20c760d6292f40a06da40e65383b33fe1d21bc3" + }, + { + "name": "DHT2pin", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental library of the DHT library that uses 2 pins.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": [ + "DHT2pin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.0.zip", + "archiveFileName": "DHT2pin-0.1.0.zip", + "size": 6317, + "checksum": "SHA-256:0f86de3d46197749c81e82b3c46bc1f81211d4af15daa9c7e63710dc09712656" + }, + { + "name": "DHT2pin", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental library of the DHT library that uses 2 pins.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": [ + "DHT2pin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.1.zip", + "archiveFileName": "DHT2pin-0.1.1.zip", + "size": 7575, + "checksum": "SHA-256:3ceeff54b4d45acad5491bca0f68c0c359fa3e57726975f53fabe67a34942701" + }, + { + "name": "DHT2pin", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental library of the DHT library that uses 2 pins.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": [ + "DHT2pin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.2.zip", + "archiveFileName": "DHT2pin-0.1.2.zip", + "size": 8070, + "checksum": "SHA-256:7c5dafa9ae6afd35c079bd02225ef9a3c37e01aefa206e93548561f8f8ce592a" + }, + { + "name": "DHT2pin", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental library of the DHT library that uses 2 pins.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": [ + "DHT2pin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.3.zip", + "archiveFileName": "DHT2pin-0.1.3.zip", + "size": 8461, + "checksum": "SHA-256:9109db2780fd8d2f1598e9f4a1e86194225294b3a8c8c75d6c9bf8b16ae5e700" + }, + { + "name": "DHT2pin", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental version of the DHT library, using 2 data pins instead of 1.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": [ + "DHT2pin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.2.0.zip", + "archiveFileName": "DHT2pin-0.2.0.zip", + "size": 8811, + "checksum": "SHA-256:55f71457d615a84c25379ea4405134d6bd6a15d2f225d2c6e3408ec6bb009049" + }, + { + "name": "DHT2pin", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental version of the DHT library, using 2 data pins instead of 1.", + "website": "https://github.com/RobTillaart/DHT2pin", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT2pin.git", + "providesIncludes": [ + "DHT2pin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.2.1.zip", + "archiveFileName": "DHT2pin-0.2.1.zip", + "size": 9014, + "checksum": "SHA-256:6515db9e977192c8fa3414201d11131616381e46d7c4f780731fb4e37dcbacc5" + }, + { + "name": "ESP_AT_Lib", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to manipulate ESP8266/ESP32-AT library. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.0.0.zip", + "archiveFileName": "ESP_AT_Lib-1.0.0.zip", + "size": 2464243, + "checksum": "SHA-256:c56c69c6e3800b849689f0badf26cd0c26bd15f4c7f67cfece6d021ad70187d7" + }, + { + "name": "ESP_AT_Lib", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to manipulate ESP8266/ESP32-AT library. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.1.0.zip", + "archiveFileName": "ESP_AT_Lib-1.1.0.zip", + "size": 2694342, + "checksum": "SHA-256:c966394703b30c8fd17abcd1a341d3e95a8d5451cdcc5627bee6f7ed6747a386" + }, + { + "name": "ESP_AT_Lib", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to control ESP8266-AT/ESP32-AT WiFi shields using AT-commands. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RP2040-based RASPBERRY_PI_PICO boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.2.0.zip", + "archiveFileName": "ESP_AT_Lib-1.2.0.zip", + "size": 2716823, + "checksum": "SHA-256:6bc915e4b6af1ab943b4871a0b6b3d5c5e09745671902a3a7f83bdd586b8af38" + }, + { + "name": "ESP_AT_Lib", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to control ESP8266-AT/ESP32-AT WiFi shields using AT-commands. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc.) boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.3.0.zip", + "archiveFileName": "ESP_AT_Lib-1.3.0.zip", + "size": 2766238, + "checksum": "SHA-256:b9da944d45ff4e60df8a20bd4004cbf890322fda595f0666499c0526fe6fc7eb" + }, + { + "name": "ESP_AT_Lib", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to control ESP8266-AT/ESP32-AT WiFi shields using AT-commands. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc.) boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.4.0.zip", + "archiveFileName": "ESP_AT_Lib-1.4.0.zip", + "size": 2808361, + "checksum": "SHA-256:1f05c767ca846898b524d4e0d01ae472c7e3225d515feea75b86aebf83f51f60" + }, + { + "name": "ESP_AT_Lib", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to control ESP8266-AT/ESP32-AT WiFi shields using AT-commands. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc.) boards using ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.4.1.zip", + "archiveFileName": "ESP_AT_Lib-1.4.1.zip", + "size": 3027864, + "checksum": "SHA-256:cb6564ca2b586ee76c81e251d64e26f10383190fcd225c87e8033f51f54162ce" + }, + { + "name": "ESP_AT_Lib", + "version": "1.5.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "WizFi360/ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to control WizFi360/ESP8266-AT/ESP32-AT WiFi shields using AT-commands. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, SIPEED_MAIX_DUINO and RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc.) boards using WizFi360/ESP8266/ESP32 AT-command shields.", + "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", + "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", + "providesIncludes": [ + "ESP_AT_Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.5.1.zip", + "archiveFileName": "ESP_AT_Lib-1.5.1.zip", + "size": 4451918, + "checksum": "SHA-256:921d8f8107c2598f3b559792b3f606b027aebda47e3d9c8db76e78b60d9c7bc5" + }, + { + "name": "HeartBeat", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a heartbeat function.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.0.zip", + "archiveFileName": "HeartBeat-0.1.0.zip", + "size": 7667, + "checksum": "SHA-256:e170ba6327a9ebfc95b8f0e5872b072f80842f6a2826b73bd50ae650509fb908" + }, + { + "name": "HeartBeat", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a heartbeat function.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.1.zip", + "archiveFileName": "HeartBeat-0.1.1.zip", + "size": 9091, + "checksum": "SHA-256:3ed4a3a79e9478530ad9ab34f4bdeeba64b2de0488ef9450ee6f826f76399e7b" + }, + { + "name": "HeartBeat", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and dutyCycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.2.zip", + "archiveFileName": "HeartBeat-0.1.2.zip", + "size": 10237, + "checksum": "SHA-256:da9003ef572b298961942f957bf46e639344377d6d96508ccbd6abb154f742d7" + }, + { + "name": "HeartBeat", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and dutyCycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.3.zip", + "archiveFileName": "HeartBeat-0.1.3.zip", + "size": 10265, + "checksum": "SHA-256:24550435325aaea272161d0a91eed6c4d1dfed8e3457048cd7c228260f4654a3" + }, + { + "name": "HeartBeat", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and duty cycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.2.0.zip", + "archiveFileName": "HeartBeat-0.2.0.zip", + "size": 10832, + "checksum": "SHA-256:b7de39cbd9aa36fb1dad0e31ef0a4494b313c0114e800d462948dd5aca39e7ff" + }, + { + "name": "HeartBeat", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and duty cycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.2.1.zip", + "archiveFileName": "HeartBeat-0.2.1.zip", + "size": 10806, + "checksum": "SHA-256:f1eb11e2d74cd07c62597e374730a0ebc2ee8f37a2bb6787f663427da527edd6" + }, + { + "name": "HeartBeat", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and duty cycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.3.0.zip", + "archiveFileName": "HeartBeat-0.3.0.zip", + "size": 14433, + "checksum": "SHA-256:75f1c3d17d2821ddbc45522b7e7fdd28660168c00a20d4d53ceebb732a8d05bd" + }, + { + "name": "HeartBeat", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and duty cycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.3.1.zip", + "archiveFileName": "HeartBeat-0.3.1.zip", + "size": 16185, + "checksum": "SHA-256:9cf799bfc17805757ffd1ce9f3b78facc5e7f5fbbe5080867ff760b8a56a8fb4" + }, + { + "name": "HeartBeat", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and duty cycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.3.2.zip", + "archiveFileName": "HeartBeat-0.3.2.zip", + "size": 16619, + "checksum": "SHA-256:9ceec9e1539ee01034db2e4ffec17a5d1aab3c5c5fb60e21b33caeba59c8662e" + }, + { + "name": "HeartBeat", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HeartBeat with frequency and duty cycle.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/HeartBeat", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HeartBeat.git", + "providesIncludes": [ + "HeartBeat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.3.3.zip", + "archiveFileName": "HeartBeat-0.3.3.zip", + "size": 16829, + "checksum": "SHA-256:a824e88cb29fcf1df65352b9d386aca5a1c5a862797134c7be56e42478c4e34d" + }, + { + "name": "GY521", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.1.zip", + "archiveFileName": "GY521-0.1.1.zip", + "size": 8195, + "checksum": "SHA-256:1b12c7e1c1ba240afa77777b2a2d94509bb890e10875f33bf903f2600652a7cc" + }, + { + "name": "GY521", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.2.zip", + "archiveFileName": "GY521-0.1.2.zip", + "size": 9308, + "checksum": "SHA-256:1f60488d7e3dd0d0af8bd2839a31a55b4126a39f1cb6ce6134caacecf76fc78b" + }, + { + "name": "GY521", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.4.zip", + "archiveFileName": "GY521-0.1.4.zip", + "size": 10531, + "checksum": "SHA-256:5aecad6ebe37f884d66ff4c0ad2ecd7891d17d213cf6c4658bc4f27a8300dcb0" + }, + { + "name": "GY521", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.5.zip", + "archiveFileName": "GY521-0.1.5.zip", + "size": 10635, + "checksum": "SHA-256:d8c4d3ee309fd9e485cd74a2abc1c0377b3bdd5c255c458d7fc667ce3a191182" + }, + { + "name": "GY521", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.0.zip", + "archiveFileName": "GY521-0.2.0.zip", + "size": 10917, + "checksum": "SHA-256:e3c43eedc1587986d5cd29d54565421e4573e1d94509cc36144945618b65937b" + }, + { + "name": "GY521", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.1.zip", + "archiveFileName": "GY521-0.2.1.zip", + "size": 12308, + "checksum": "SHA-256:5af834f2c1040fe2f9c280ca85a13bd43a704ed0aee5aa60cae3c92cc203f1a7" + }, + { + "name": "GY521", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.3.zip", + "archiveFileName": "GY521-0.2.3.zip", + "size": 14043, + "checksum": "SHA-256:e62f5dfe526e66b5808402d9486a9ea85d64b101e28a3b89b36cd488f3bac969" + }, + { + "name": "GY521", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.0.zip", + "archiveFileName": "GY521-0.3.0.zip", + "size": 14283, + "checksum": "SHA-256:72a4239859fa73c0cd52c1c4eba203492d6e008dcd22d1855249972d1c495cbe" + }, + { + "name": "GY521", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.1.zip", + "archiveFileName": "GY521-0.3.1.zip", + "size": 14683, + "checksum": "SHA-256:1668ebb6fe05a47b1028f346105cc91adb7813cbd04c1df8d51c31c710614e2c" + }, + { + "name": "GY521", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.2.zip", + "archiveFileName": "GY521-0.3.2.zip", + "size": 15763, + "checksum": "SHA-256:a939028eba070262deadd910b9e99325f3db97e63158855459e0fb88dbfbcf08" + }, + { + "name": "GY521", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.3.zip", + "archiveFileName": "GY521-0.3.3.zip", + "size": 15926, + "checksum": "SHA-256:88cb990963247e188169db75ecf3d7bf6318889dab7a76da7645c34d7a0a57fb" + }, + { + "name": "GY521", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.4.zip", + "archiveFileName": "GY521-0.3.4.zip", + "size": 15972, + "checksum": "SHA-256:63c02ddffbf05b72aff399875359cdd166050afff9f19a13f776a5b832dd5633" + }, + { + "name": "GY521", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.5.zip", + "archiveFileName": "GY521-0.3.5.zip", + "size": 16076, + "checksum": "SHA-256:e681603994abf27d4b0e814f6982d3c1a3c4fc95c385066388bc0fd87df79286" + }, + { + "name": "GY521", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.6.zip", + "archiveFileName": "GY521-0.3.6.zip", + "size": 16075, + "checksum": "SHA-256:b856040ad432007a6e2842af93b438190283b64c89adac60434849d8e440bae5" + }, + { + "name": "GY521", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.7.zip", + "archiveFileName": "GY521-0.3.7.zip", + "size": 19087, + "checksum": "SHA-256:56e0455d30e92343b562b303085449fd5c85edd31388fd17f4780854ed9fe2b4" + }, + { + "name": "GY521", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.8.zip", + "archiveFileName": "GY521-0.3.8.zip", + "size": 20042, + "checksum": "SHA-256:99f227da009eb6151e8dc07ae8474582fe68fa6efc4e19e2e1d5539014ff36b1" + }, + { + "name": "GY521", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.3.9.zip", + "archiveFileName": "GY521-0.3.9.zip", + "size": 20243, + "checksum": "SHA-256:0c4281854fb32260d6db0291c60e10b9f69edac135013c62fa110237b72ac623" + }, + { + "name": "GY521", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.4.0.zip", + "archiveFileName": "GY521-0.4.0.zip", + "size": 21794, + "checksum": "SHA-256:5a5f7b08729faef4fd28bba14037f77a93197611f78ebcfd12c21834194ea217" + }, + { + "name": "GY521", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.4.1.zip", + "archiveFileName": "GY521-0.4.1.zip", + "size": 22034, + "checksum": "SHA-256:68af7d30095ac4e3e688784a048c77140c203ca060a5b512ad85965911eddea1" + }, + { + "name": "GY521", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.5.0.zip", + "archiveFileName": "GY521-0.5.0.zip", + "size": 22029, + "checksum": "SHA-256:80b8c1dad2aac72936d0830bb50a8176a2f446d1f9508be2ee47b34df51514b4" + }, + { + "name": "GY521", + "version": "0.5.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for GY521 angle measurement", + "website": "https://github.com/RobTillaart/GY521", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GY521.git", + "providesIncludes": [ + "GY521.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.5.1.zip", + "archiveFileName": "GY521-0.5.1.zip", + "size": 22223, + "checksum": "SHA-256:9c5f3b5f56018e040c8487f1bc3d816e3722fad822e58af969536c69426e5ebc" + }, + { + "name": "EMailSender", + "version": "2.0.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://github.com/xreef/EMailSender", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.0.0.zip", + "archiveFileName": "EMailSender-2.0.0.zip", + "size": 80581, + "checksum": "SHA-256:f09e512cab6632bc585f219508c6751e512ae191c5b18efd14e5dbfdb710defb" + }, + { + "name": "EMailSender", + "version": "2.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.0.1.zip", + "archiveFileName": "EMailSender-2.0.1.zip", + "size": 80866, + "checksum": "SHA-256:ad950d9d051b2bfa48e7c6656c8678fd9267b48be2f923027dfc0ccf0194231f" + }, + { + "name": "EMailSender", + "version": "2.1.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.1.zip", + "archiveFileName": "EMailSender-2.1.1.zip", + "size": 82765, + "checksum": "SHA-256:45cbbc0a279d000f16272653fb810c3893e55fd4b15b2e985f730740168e19b9" + }, + { + "name": "EMailSender", + "version": "2.1.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.3.zip", + "archiveFileName": "EMailSender-2.1.3.zip", + "size": 84447, + "checksum": "SHA-256:1dbd1ffb0bc60b2b2102258ab933dcb7f79f16dedcc4076350a6430f0c92988d" + }, + { + "name": "EMailSender", + "version": "2.1.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "EMail Arduino, esp8266 and esp32 Library.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.4.zip", + "archiveFileName": "EMailSender-2.1.4.zip", + "size": 84752, + "checksum": "SHA-256:8db18ca9730557a354e088741eaff5cd6cfed6bbd3671b2b1209bdb5ac129692" + }, + { + "name": "EMailSender", + "version": "2.1.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266 and esp32 library to send EMail via SMTP.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.5.zip", + "archiveFileName": "EMailSender-2.1.5.zip", + "size": 85175, + "checksum": "SHA-256:7076f4a4bcc6b09c6869fd1b112a1399a7ab55585c4059a41987b0904dfe5dce" + }, + { + "name": "EMailSender", + "version": "2.2.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.2.0.zip", + "archiveFileName": "EMailSender-2.2.0.zip", + "size": 102311, + "checksum": "SHA-256:19f8a04fa17ffee6c6bbb7c108cf9fc211f414f21853b1122bd1e5600f09490b" + }, + { + "name": "EMailSender", + "version": "2.3.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.3.0.zip", + "archiveFileName": "EMailSender-2.3.0.zip", + "size": 116365, + "checksum": "SHA-256:0e04d90c3b76d5f0aebd4efbd47b35e5d6522afd273147b96909db5c06715e54" + }, + { + "name": "EMailSender", + "version": "2.4.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.4.1.zip", + "archiveFileName": "EMailSender-2.4.1.zip", + "size": 116859, + "checksum": "SHA-256:e5b8a70ef9e863435917cc6f86aa4e3a024d62def0ea37fe873160cfe7b1cff4" + }, + { + "name": "EMailSender", + "version": "2.4.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.4.2.zip", + "archiveFileName": "EMailSender-2.4.2.zip", + "size": 144440, + "checksum": "SHA-256:03ceeb23bdfaebf056dbee286052984fbfc00532d6edbbae2ccbf080cf042504" + }, + { + "name": "EMailSender", + "version": "2.4.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino Ethernet and SAMD (WiFiNINA), esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), Arduino SAMD board (WiFiNINA), esp8266 (SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.4.3.zip", + "archiveFileName": "EMailSender-2.4.3.zip", + "size": 144471, + "checksum": "SHA-256:ffb46393a5f853e6275a8c8b1861e2e67378b7de569d937c516e8f0ce4ac7f3a" + }, + { + "name": "EMailSender", + "version": "3.0.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.0.zip", + "archiveFileName": "EMailSender-3.0.0.zip", + "size": 154435, + "checksum": "SHA-256:d2ae944152c841a7852785c2caf16a5fd9d7b11171000daf16ec06add1791dc8" + }, + { + "name": "EMailSender", + "version": "3.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.1.zip", + "archiveFileName": "EMailSender-3.0.1.zip", + "size": 152880, + "checksum": "SHA-256:05b0e3ba80fcf42a252e5270c50b1bcbb406ac3a7357ba845035811e6c8e8cc0" + }, + { + "name": "EMailSender", + "version": "3.0.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.3.zip", + "archiveFileName": "EMailSender-3.0.3.zip", + "size": 154946, + "checksum": "SHA-256:133163397f783808ddd95fe454c9fa30ff445dccdb231946d3b48a331c6c5d3c" + }, + { + "name": "EMailSender", + "version": "3.0.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.4.zip", + "archiveFileName": "EMailSender-3.0.4.zip", + "size": 155044, + "checksum": "SHA-256:436fb0475dbe8006e3f08c995c0de8b7d38e5dcbcbd6e7555e4cc1acc269f0d5" + }, + { + "name": "EMailSender", + "version": "3.0.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.5.zip", + "archiveFileName": "EMailSender-3.0.5.zip", + "size": 155049, + "checksum": "SHA-256:a195ceeee3cf9a972bceaff646ad5e62f5e3c2062c4c81b6b3a92495180c6165" + }, + { + "name": "EMailSender", + "version": "3.0.6", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.6.zip", + "archiveFileName": "EMailSender-3.0.6.zip", + "size": 155212, + "checksum": "SHA-256:9bd80053720da87cf3ed8cfadadea44fde74b2bf768dba09a14bfd2cb17f1d10" + }, + { + "name": "EMailSender", + "version": "3.0.9", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Raspberry Pi Pico W, Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.9.zip", + "archiveFileName": "EMailSender-3.0.9.zip", + "size": 155527, + "checksum": "SHA-256:4c5abcff5b04000dd3a0411b41f610994735cb86ab603fd3993cfdc95cc16bb9" + }, + { + "name": "EMailSender", + "version": "3.0.11", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Raspberry Pi Pico W, Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.11.zip", + "archiveFileName": "EMailSender-3.0.11.zip", + "size": 156148, + "checksum": "SHA-256:8a1e2486b42c1ac2718d671b2098848c5bd77aab169d26abc8e9f534b047132d" + }, + { + "name": "EMailSender", + "version": "3.0.12", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Raspberry Pi Pico W, Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD), Raspberry Pi Pico (rp2040) (w5500/enc28j60 + SSL, SPIFFS, SPIFlash, LITTLEFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.12.zip", + "archiveFileName": "EMailSender-3.0.12.zip", + "size": 156265, + "checksum": "SHA-256:4552ebab865fd08534b5d14ed345b03c330c964a3aeb8b18a2934a3ea190f490" + }, + { + "name": "EMailSender", + "version": "3.0.13", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Send EMail via SMTP, library for Raspberry Pi Pico W, Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.", + "paragraph": "Library to send EMail with attachments via STM32 (w5500/enc28j60 + SSL, SPI Flash, SdFat2) Arduino (w5500/enc28j60, SD, SdFat2, SPI Flash), Arduino SAMD board (WiFiNINA, SD, SPI Flash, SdFat2), esp8266 (w5500/enc28j60 + SSL, SPIFFS, LittleFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) esp32 (w5500/enc28j60 + SSL, SPIFFS, LITTLEFS, Ffat and SD), Raspberry Pi Pico (rp2040) (w5500/enc28j60 + SSL, SPIFFS, SPIFlash, LITTLEFS and SD).", + "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EMailSender.git", + "providesIncludes": [ + "EMailSender.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-3.0.13.zip", + "archiveFileName": "EMailSender-3.0.13.zip", + "size": 156299, + "checksum": "SHA-256:c677f4c2d64c2fe24361cdeeba99486d5f1fc68f830507bf0b2e3656f9c13eef" + }, + { + "name": "Protothreads", + "version": "1.4.0-arduino.beta.1", + "author": "Ben Artin \u003cben@artins.org\u003e,Adam Dunkels", + "maintainer": "Ben Artin \u003cben@artins.org\u003e", + "sentence": "A lightweight stackless threads library", + "paragraph": "Protothreads provide linear code execution for event-driven systems. Protothreads provide sequential flow of control without complex state machines or full multi-threading.", + "website": "https://gitlab.com/airbornemint/arduino-Protothreads", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/airbornemint/arduino-protothreads.git", + "providesIncludes": [ + "protothreads.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/airbornemint/Protothreads-1.4.0-arduino.beta.1.zip", + "archiveFileName": "Protothreads-1.4.0-arduino.beta.1.zip", + "size": 267820, + "checksum": "SHA-256:0804a7fb770813058af86ee480fa50444b0f951e41cf1c8b541548a0039e62a7" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, STM32, etc. boards, with WiFiNINA, ESP8266/ESP32-AT, Ethernet W5x00/ENC28J60/LAN8742A modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.0.zip", + "archiveFileName": "WebSockets2_Generic-1.0.0.zip", + "size": 246677, + "checksum": "SHA-256:d8f2df6e4a43920f1b48695aa57fac4954b380650cf0ba81b75e1959a7a80c2d" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.1.zip", + "archiveFileName": "WebSockets2_Generic-1.0.1.zip", + "size": 308379, + "checksum": "SHA-256:5eb5b70059a85bddc86484801a77633079e7bc5860e08b38c4f67fe590d5a4da" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.2.zip", + "archiveFileName": "WebSockets2_Generic-1.0.2.zip", + "size": 1108055, + "checksum": "SHA-256:ab9e732170dab685e142c0d3c028ac8ccc29ece9f4830f5f23b0464aebd43593" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.3", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.3.zip", + "archiveFileName": "WebSockets2_Generic-1.0.3.zip", + "size": 1148412, + "checksum": "SHA-256:4d0677915336f89640ddfabcce94275786a93b86af095ee61270d56272ac11ce" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.4", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.4.zip", + "archiveFileName": "WebSockets2_Generic-1.0.4.zip", + "size": 1262484, + "checksum": "SHA-256:b40d94da58d5c0a351d56664e4964d3f57a5d049b7182e5cfb22e7f45a70ffc2" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.5", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.5.zip", + "archiveFileName": "WebSockets2_Generic-1.0.5.zip", + "size": 1272877, + "checksum": "SHA-256:9fdb5b51bfdc0655335a23f9547a8be55023fbf09ffe82db2b4f2709f9c41e6d" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.6", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.6.zip", + "archiveFileName": "WebSockets2_Generic-1.0.6.zip", + "size": 1563688, + "checksum": "SHA-256:005f9a427b0893099f46a12a0a1a453cdb30e0badcb8d783cc508edcb495faac" + }, + { + "name": "WebSockets2_Generic", + "version": "1.0.7", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.7.zip", + "archiveFileName": "WebSockets2_Generic-1.0.7.zip", + "size": 1636521, + "checksum": "SHA-256:be4b718e06d66d1acb94a2145b9ee33fa94e65fc8db5a5733f4abb93148737a8" + }, + { + "name": "WebSockets2_Generic", + "version": "1.1.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.1.0.zip", + "archiveFileName": "WebSockets2_Generic-1.1.0.zip", + "size": 1683445, + "checksum": "SHA-256:bcc010167a16057e9bd51eaba193a167acb410f527d6f73b2e5db2394fb5ddf9" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.0.zip", + "archiveFileName": "WebSockets2_Generic-1.2.0.zip", + "size": 2474172, + "checksum": "SHA-256:fa3e5327e7cda6276f07bb1642ba6f8d0578c7c8e1672831d026c466d8f0e17e" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.1.zip", + "archiveFileName": "WebSockets2_Generic-1.2.1.zip", + "size": 2611289, + "checksum": "SHA-256:75e1cb9e82f0cf7806b97659852b95de23eed7156abef50bb9e4e1b755795714" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.2.zip", + "archiveFileName": "WebSockets2_Generic-1.2.2.zip", + "size": 2678173, + "checksum": "SHA-256:d01e13a8022261086cb9af93b02d845b94359d88c5e9c1a437abc6e7d3f039f5" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.3", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.3.zip", + "archiveFileName": "WebSockets2_Generic-1.2.3.zip", + "size": 2697125, + "checksum": "SHA-256:7049dd40a779a82d896a91e09102d91e21eb0b9dd682a43158a6f08db921fbfb" + }, + { + "name": "WebSockets2_Generic", + "version": "1.2.4", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. Now with updated SSL CA Certs, Fingerprint and InSecure mode.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.2.4.zip", + "archiveFileName": "WebSockets2_Generic-1.2.4.zip", + "size": 2706953, + "checksum": "SHA-256:6c0670d506f93d3f33eae6b0baf6565d3d14e7236d5f643a0aaa8bb5402b53c4" + }, + { + "name": "WebSockets2_Generic", + "version": "1.3.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, WiFi101, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. Now with updated SSL CA Certs, Fingerprint and InSecure mode.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.3.0.zip", + "archiveFileName": "WebSockets2_Generic-1.3.0.zip", + "size": 2756913, + "checksum": "SHA-256:f3861fc450fdcd8bf918f6b2d309d197f0e4714b03db8e3cce89687b76473fe5" + }, + { + "name": "WebSockets2_Generic", + "version": "1.4.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, WiFi101, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. Now with updated SSL CA Certs, Fingerprint and InSecure mode.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.4.0.zip", + "archiveFileName": "WebSockets2_Generic-1.4.0.zip", + "size": 2849456, + "checksum": "SHA-256:e06f206c815084d4e7cda045b3f626df68021201b7c3041d95946e2a10e01503" + }, + { + "name": "WebSockets2_Generic", + "version": "1.5.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.5.0.zip", + "archiveFileName": "WebSockets2_Generic-1.5.0.zip", + "size": 2967498, + "checksum": "SHA-256:254ae6e808c808b7f1d5aa7c91215f959bb5053a3849d3ae06af55eeb2b69384" + }, + { + "name": "WebSockets2_Generic", + "version": "1.6.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.6.0.zip", + "archiveFileName": "WebSockets2_Generic-1.6.0.zip", + "size": 3049991, + "checksum": "SHA-256:d1d9ada97b64bccbbfa1dc0bdd2566d8fd223a426074ed63e30771ac078f586c" + }, + { + "name": "WebSockets2_Generic", + "version": "1.7.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.7.0.zip", + "archiveFileName": "WebSockets2_Generic-1.7.0.zip", + "size": 3125277, + "checksum": "SHA-256:df2cf81938fabf1b14c3157b16d2bdfbe0e625af744d7c0c6e186821baff0c69" + }, + { + "name": "WebSockets2_Generic", + "version": "1.8.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.8.0.zip", + "archiveFileName": "WebSockets2_Generic-1.8.0.zip", + "size": 3491154, + "checksum": "SHA-256:044cf7ff5b5ac73af7c28f2f6d4e95b9ca03190ac0bb8144cf85ab3f5b57c1d1" + }, + { + "name": "WebSockets2_Generic", + "version": "1.8.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.8.1.zip", + "archiveFileName": "WebSockets2_Generic-1.8.1.zip", + "size": 3496153, + "checksum": "SHA-256:e397a46719bfdabd06a5593b954a27058cadba36f8f4f58fbd6e92e3058b987c" + }, + { + "name": "WebSockets2_Generic", + "version": "1.9.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.9.0.zip", + "archiveFileName": "WebSockets2_Generic-1.9.0.zip", + "size": 3554198, + "checksum": "SHA-256:27e800aafc6f669f077cafde466a2b89ff2013eb5b26ed85ee3ec60d80f94d95" + }, + { + "name": "WebSockets2_Generic", + "version": "1.9.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.9.1.zip", + "archiveFileName": "WebSockets2_Generic-1.9.1.zip", + "size": 3566086, + "checksum": "SHA-256:8d2fc71bd5cbbc4ed96f6bf219dac0083b6ea255e297528b33ff78058aadb6cd" + }, + { + "name": "WebSockets2_Generic", + "version": "1.10.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.10.0.zip", + "archiveFileName": "WebSockets2_Generic-1.10.0.zip", + "size": 3572892, + "checksum": "SHA-256:83f99cbbe5b6b1eeeb7287d3bd6623876321ffe6aa44bc5be7c165ba0453cc5f" + }, + { + "name": "WebSockets2_Generic", + "version": "1.10.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.10.1.zip", + "archiveFileName": "WebSockets2_Generic-1.10.1.zip", + "size": 3648734, + "checksum": "SHA-256:31caa1a933a3fd5eee85a02f2fbb1135b71075f23ec2a5a1e6660ea5f1458887" + }, + { + "name": "WebSockets2_Generic", + "version": "1.10.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.10.2.zip", + "archiveFileName": "WebSockets2_Generic-1.10.2.zip", + "size": 3686389, + "checksum": "SHA-256:fc80e5a4a45b54bf4dbb41677afd2a5e8f42147b5503c8d83cbf4d48b644961d" + }, + { + "name": "WebSockets2_Generic", + "version": "1.10.3", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode.", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.10.3.zip", + "archiveFileName": "WebSockets2_Generic-1.10.3.zip", + "size": 3740135, + "checksum": "SHA-256:19153bb5f6b9890da7c4e40c66e9ee8a5bbb8e1eb543d6af3d43d576fa1e4072" + }, + { + "name": "WebSockets2_Generic", + "version": "1.11.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ESP32 with W5x00 Ethernet", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.11.0.zip", + "archiveFileName": "WebSockets2_Generic-1.11.0.zip", + "size": 3830516, + "checksum": "SHA-256:9292a7a3f6b7028bf3e3c290559c99e2930320153a34e592a6df0d77c67ac7a6" + }, + { + "name": "WebSockets2_Generic", + "version": "1.12.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ENC28J60 using either UIPEthernet or EthernetENC library and ESP32 using Ethernet", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.12.0.zip", + "archiveFileName": "WebSockets2_Generic-1.12.0.zip", + "size": 3854186, + "checksum": "SHA-256:ab40dfd67a2d516d823408c5c43a372b2d604ef019fc141122c1c112fab2603c" + }, + { + "name": "WebSockets2_Generic", + "version": "1.12.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ENC28J60 using either UIPEthernet or EthernetENC library and ESP32 using Ethernet", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.12.1.zip", + "archiveFileName": "WebSockets2_Generic-1.12.1.zip", + "size": 3854299, + "checksum": "SHA-256:7152f8bfa9e12741aaf52e18cee91f0e1b754014328b587b744759f588d8d678" + }, + { + "name": "WebSockets2_Generic", + "version": "1.13.0", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ENC28J60 using either UIPEthernet or EthernetENC library, ESP32 using Ethernet and RP2-4-W using CYW43439 WiFi", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.13.0.zip", + "archiveFileName": "WebSockets2_Generic-1.13.0.zip", + "size": 3913514, + "checksum": "SHA-256:7a2bb92319583c42d26595cbd0bd228f1c551b48e17b97431d3b5b0291a6805d" + }, + { + "name": "WebSockets2_Generic", + "version": "1.13.1", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ENC28J60 using either UIPEthernet or EthernetENC library, ESP32 using Ethernet and RP2-4-W using CYW43439 WiFi", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WiFi101_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.13.1.zip", + "archiveFileName": "WebSockets2_Generic-1.13.1.zip", + "size": 3987767, + "checksum": "SHA-256:c591419dbc2a28943831fc813531ea1cedf58dcdab0f8e465267456b70083b0f" + }, + { + "name": "WebSockets2_Generic", + "version": "1.13.2", + "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications.", + "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL). Now support ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ENC28J60 using either UIPEthernet or EthernetENC library, ESP32 using Ethernet and RP2-4-W using CYW43439 WiFi", + "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "providesIncludes": [ + "WebSockets2_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "SinricPro_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WiFi101_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.13.2.zip", + "archiveFileName": "WebSockets2_Generic-1.13.2.zip", + "size": 3989665, + "checksum": "SHA-256:8d8a7b9cbdf3d297cac325ee52abf585d4a803160ae3c5aa334b2a332609836f" + }, + { + "name": "Switch2_lib", + "version": "1.0.0", + "author": "P.Vannatto", + "maintainer": "P.Vannatto \u003cpvannatto@gmail.com\u003e", + "license": "GPL-3.0-or-later", + "sentence": "A clone of Switch_lib (O.Goma) library for switching digital pins with timers, adding milliseconds", + "paragraph": "Easy to use library for switching relays with temporization, alternate periods and simple timers.", + "website": "https://github.com/pvannatto/Switch2_lib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pvannatto/Switch2_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pvannatto/Switch2_lib-1.0.0.zip", + "archiveFileName": "Switch2_lib-1.0.0.zip", + "size": 18021, + "checksum": "SHA-256:636daffe9963263f7cba834f091ab950d05c6f2ef545a28f7d577bb21804485c" + }, + { + "name": "ULWOS2", + "version": "0.9.0", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-0.9.0.zip", + "archiveFileName": "ULWOS2-0.9.0.zip", + "size": 38028, + "checksum": "SHA-256:41e90f3f970696912c8461f479e1d422fd7d869e9b20858982008d160241cc6d" + }, + { + "name": "ULWOS2", + "version": "1.0.0", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.0.zip", + "archiveFileName": "ULWOS2-1.0.0.zip", + "size": 38543, + "checksum": "SHA-256:a72be1b007573ff210d0449a5de5fccb01c1fdcff1fb738c98a24ed7fcadbc90" + }, + { + "name": "ULWOS2", + "version": "1.0.1", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.1.zip", + "archiveFileName": "ULWOS2-1.0.1.zip", + "size": 38686, + "checksum": "SHA-256:0d9fc368778906323b11a8289a0a7bfee58a88f968c959251a60b69e3d87a1d3" + }, + { + "name": "ULWOS2", + "version": "1.0.2", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.2.zip", + "archiveFileName": "ULWOS2-1.0.2.zip", + "size": 43524, + "checksum": "SHA-256:1a911ce9f5c5a1ab26f002f567133fd4d852a3719f859be92bd7771d92798ee4" + }, + { + "name": "ULWOS2", + "version": "1.0.3", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.3.zip", + "archiveFileName": "ULWOS2-1.0.3.zip", + "size": 43928, + "checksum": "SHA-256:6b6562baae3f913d336ace57f001052c0153de2f29eb40040e37dec8ec9f3136" + }, + { + "name": "ULWOS2", + "version": "1.0.4", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.4.zip", + "archiveFileName": "ULWOS2-1.0.4.zip", + "size": 48427, + "checksum": "SHA-256:f24d44a3ecd577581ac5f0408991b9f18e52e2ea7db02edd01b9f47ae214a6eb" + }, + { + "name": "ULWOS2", + "version": "1.1.0", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.1.0.zip", + "archiveFileName": "ULWOS2-1.1.0.zip", + "size": 53756, + "checksum": "SHA-256:595f329f267d88484af565be63114ce6fad9718df87ce7a80ad6259821630ce8" + }, + { + "name": "ULWOS2", + "version": "1.1.1", + "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", + "sentence": "ULWOS2 - An Ultra LightWeight Operating System", + "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", + "website": "https://github.com/fabiopjve/ULWOS2", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabiopjve/ULWOS2.git", + "providesIncludes": [ + "ULWOS2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.1.1.zip", + "archiveFileName": "ULWOS2-1.1.1.zip", + "size": 64206, + "checksum": "SHA-256:2929c55d1c4d90f417d8bdb1acf1c09c330f2558cfb348098037b3b82d8fc46a" + }, + { + "name": "LegoSensorAdapter", + "version": "1.0.0", + "author": "Stanislav Jochman", + "maintainer": "Stanislav Jochman \u003cs.jochman@gmail.com\u003e", + "sentence": "Library for robot Cing with Atmega328.", + "paragraph": "This library simplifies programming of robot Cing.", + "website": "https://stanislavjochman.sk/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StanislavJochman/LegoSensorAdapter.git", + "dependencies": [ + { + "name": "i2cdetect" + }, + { + "name": "SoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StanislavJochman/LegoSensorAdapter-1.0.0.zip", + "archiveFileName": "LegoSensorAdapter-1.0.0.zip", + "size": 10260, + "checksum": "SHA-256:f9db9e291a1b322a335dee238b7235a23de6051160aee50354e33d077a77baff" + }, + { + "name": "Custom PID", + "version": "1.0.0", + "author": "Assailing Falcons \u003chttps://assailing-falcons.github.io/\u003e", + "maintainer": "Saksham Bhutani \u003cinfo@adafruit.com\u003e", + "sentence": "Library PID Control System.", + "paragraph": "Designed specifically for Team Assailing Falcons.", + "website": "https://github.com/Falcons21/Custom_PID", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Falcons21/Custom_PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Falcons21/Custom_PID-1.0.0.zip", + "archiveFileName": "Custom_PID-1.0.0.zip", + "size": 6679, + "checksum": "SHA-256:5743200ce681f0045599d3eaa9e71278c7a4a74fd4cad22b9808ea1174e6edef" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Description Arduino library for interfacing with the PA1010D GPS module (MTK3333 chipset) and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.0.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.0.zip", + "size": 209593, + "checksum": "SHA-256:87bf3b75baa60143c1c58dbbc9244c634fa82f7ad28b1953d46e9f3e17da97be" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Description Arduino library for interfacing with the PA1010D GPS module (MTK3333 chipset) and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.1.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.1.zip", + "size": 210261, + "checksum": "SHA-256:fd264c3ac3cc0f36b5c94e199d873cb63a18bdde7f6f5aa26327a023b7bb0521" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.2.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.2.zip", + "size": 212619, + "checksum": "SHA-256:10f3943f7697ac5f21850c8863a0bdffb3d11396040af8376c59bb5b4c7bc331" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.0.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.3.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.0.3.zip", + "size": 212526, + "checksum": "SHA-256:e052692ae17b4a040da1ca2c2728c3a63bd382058d07b76e4985e662ed303f6d" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.0.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.0.zip", + "size": 227804, + "checksum": "SHA-256:1f9c498101ce306b2c7870cecaea8722acda7fc24556c9354e7907a652582a0b" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.1.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.1.zip", + "size": 160325, + "checksum": "SHA-256:15e85f390d6062df173e051a478592ab63f72389aeeb99af024a312ef185c3af" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.2.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.2.zip", + "size": 160439, + "checksum": "SHA-256:ce718897591d0fe2b32d8e0fa9a3b05abff77c0779f6d8b09fc9e14e6f965443" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.1.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.3.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.1.3.zip", + "size": 160887, + "checksum": "SHA-256:a914aff1ef71217ff90dbdd20654908d0cbe2f0eb6bf6f164b921b735ef75893" + }, + { + "name": "107-Arduino-NMEA-Parser", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", + "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", + "category": "Communication", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", + "providesIncludes": [ + "ArduinoNmeaParser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.2.0.zip", + "archiveFileName": "107_Arduino_NMEA_Parser-1.2.0.zip", + "size": 161128, + "checksum": "SHA-256:a1f05fc9e55c14116b5dfe44b441583ca7ef4131e9932307620def3161e30ee3" + }, + { + "name": "Octofet", + "version": "1.0.0", + "author": "Igor Dementiev \u003cigor@amperka.ru\u003e", + "maintainer": "Amperka \u003cdev@amperka.com\u003e", + "sentence": "Amperka Octofet board (eight-channel power switch) interface library.", + "paragraph": "Control multiple high-power loads through the Amperka Octofet board using hardware or software SPI interface.", + "website": "https://github.com/amperka/Octofet", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amperka/Octofet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/Octofet-1.0.0.zip", + "archiveFileName": "Octofet-1.0.0.zip", + "size": 19347, + "checksum": "SHA-256:8ff5a23a291f362000ff1a92daa3a85f52711e43d84f0e19cba4a29516dc7a41" + }, + { + "name": "optoma", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", + "website": "https://github.com/RobTillaart/optoma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Optoma.git", + "providesIncludes": [ + "optoma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.1.zip", + "archiveFileName": "optoma-0.1.1.zip", + "size": 5069, + "checksum": "SHA-256:fdeffe6a9e1faa7f0278bbf9f2ebe891881e655ae1a48f809b3d139c22039f4d" + }, + { + "name": "optoma", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", + "website": "https://github.com/RobTillaart/optoma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Optoma.git", + "providesIncludes": [ + "optoma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.2.zip", + "archiveFileName": "optoma-0.1.2.zip", + "size": 6489, + "checksum": "SHA-256:9773d1e63efd326cd88e9f77f3c2d660844e1f91a676aa121c3aad7c60a52a76" + }, + { + "name": "optoma", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", + "website": "https://github.com/RobTillaart/optoma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Optoma.git", + "providesIncludes": [ + "optoma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.3.zip", + "archiveFileName": "optoma-0.1.3.zip", + "size": 6562, + "checksum": "SHA-256:379e4d8cadb30254c41d98e095197e5a20cce0752e8760e6ca419f692889ba84" + }, + { + "name": "optoma", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", + "website": "https://github.com/RobTillaart/optoma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Optoma.git", + "providesIncludes": [ + "optoma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.4.zip", + "archiveFileName": "optoma-0.1.4.zip", + "size": 7038, + "checksum": "SHA-256:eb276e373d9be4bd2fe1485d23c4be8472e7b4ed11313a33f2a83a6b8be04bca" + }, + { + "name": "optoma", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", + "website": "https://github.com/RobTillaart/optoma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Optoma.git", + "providesIncludes": [ + "optoma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.5.zip", + "archiveFileName": "optoma-0.1.5.zip", + "size": 7296, + "checksum": "SHA-256:2a57a93b65b9eda07da8dccbc626c2d40bcd9716e7369c505c88ebdc1e516e64" + }, + { + "name": "SDI-12", + "version": "2.1.0", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": [ + "avr", + "sam", + "samd", + "espressif" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": [ + "SDI12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.0.zip", + "archiveFileName": "SDI_12-2.1.0.zip", + "size": 3164280, + "checksum": "SHA-256:d251c0170e85d8bec9afd9d06a2e37e016e5be72df5a06f68e39db0b26a28fcf" + }, + { + "name": "SDI-12", + "version": "2.1.1", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": [ + "avr", + "sam", + "samd", + "espressif" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": [ + "SDI12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.1.zip", + "archiveFileName": "SDI_12-2.1.1.zip", + "size": 3164279, + "checksum": "SHA-256:bf2591dcdfa8ad7071cd9919013307925d913d6a24305207f9b3be06d3a0e0aa" + }, + { + "name": "SDI-12", + "version": "2.1.3", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": [ + "avr", + "sam", + "samd", + "espressif" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": [ + "SDI12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.3.zip", + "archiveFileName": "SDI_12-2.1.3.zip", + "size": 3199415, + "checksum": "SHA-256:abbc4d9e3a16462d8ad9a2c5504d2714cb9e1cdc3877501f05a03a7927db3271" + }, + { + "name": "SDI-12", + "version": "2.1.4", + "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", + "paragraph": "This library provides a general software solution, without requiring any additional hardware.", + "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "category": "Communication", + "architectures": [ + "avr", + "sam", + "samd", + "espressif" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "providesIncludes": [ + "SDI12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.4.zip", + "archiveFileName": "SDI_12-2.1.4.zip", + "size": 3199682, + "checksum": "SHA-256:5461d4af61ad85f0e23a799c66bf744017828b608a10927f45d11e55eeec9ffe" + }, + { + "name": "ES920", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.0.zip", + "archiveFileName": "ES920-0.1.0.zip", + "size": 300313, + "checksum": "SHA-256:349c762f3d0f716024dfa9066615627a9aebff7c017917d1b5a64fb04022569f" + }, + { + "name": "ES920", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.1.zip", + "archiveFileName": "ES920-0.1.1.zip", + "size": 300816, + "checksum": "SHA-256:22e60d3dcaf37ad851c9c15533357cd3bddd161cdcaa52b316195493b0178b29" + }, + { + "name": "ES920", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.2.zip", + "archiveFileName": "ES920-0.1.2.zip", + "size": 301626, + "checksum": "SHA-256:71e8251da0ebc7fa4ab47918e1518c48e9a294e13e817d8dfadd9377c64f5e7f" + }, + { + "name": "ES920", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.3.zip", + "archiveFileName": "ES920-0.1.3.zip", + "size": 301754, + "checksum": "SHA-256:40d6031c6c6227a85206a2b47f8d05ce2928805b735c0cd3f438fe3e2122cf57" + }, + { + "name": "ES920", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.4.zip", + "archiveFileName": "ES920-0.1.4.zip", + "size": 301753, + "checksum": "SHA-256:9f3a5cc3059c94f6709b57fdf36beee14823c1f60d594a49cb00d27555634091" + }, + { + "name": "ES920", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.5.zip", + "archiveFileName": "ES920-0.1.5.zip", + "size": 302005, + "checksum": "SHA-256:462e32c4f0d9bb944e5c3e348aa3b1f318f69471c8c6ca362942451bed662e71" + }, + { + "name": "ES920", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.6.zip", + "archiveFileName": "ES920-0.1.6.zip", + "size": 302011, + "checksum": "SHA-256:7f0fd0bcfe6bfb032bc77fa55f15c659153024ac0fe8a55532a2dd5a779cabbf" + }, + { + "name": "ES920", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.7.zip", + "archiveFileName": "ES920-0.1.7.zip", + "size": 302390, + "checksum": "SHA-256:166ad9bd7b36c00dc0d69f773ee0fa8172553ecc9592f77b81e692c71a7cb7e3" + }, + { + "name": "ES920", + "version": "0.1.8", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.8.zip", + "archiveFileName": "ES920-0.1.8.zip", + "size": 330389, + "checksum": "SHA-256:1854a53f5db3ba00cf0c02e8c39e3406f005d008c9038e218aa818b184d8b750" + }, + { + "name": "ES920", + "version": "0.1.9", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.9.zip", + "archiveFileName": "ES920-0.1.9.zip", + "size": 481384, + "checksum": "SHA-256:3c9fd8661b98ca7b5a68a6aecfb44122fc6718620e4a1d8c4df9036e61649b29" + }, + { + "name": "ES920", + "version": "0.1.10", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.10.zip", + "archiveFileName": "ES920-0.1.10.zip", + "size": 481768, + "checksum": "SHA-256:8553945e5c205c906175820955796f3dc8f157516aaf5d40a157a4c9ab842497" + }, + { + "name": "ES920", + "version": "0.1.11", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.11.zip", + "archiveFileName": "ES920-0.1.11.zip", + "size": 481758, + "checksum": "SHA-256:f8b825dff15cd4b676baa584ee2a2e00c0f40becdc0e3b335c526b4559be5068" + }, + { + "name": "ES920", + "version": "0.1.12", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.12.zip", + "archiveFileName": "ES920-0.1.12.zip", + "size": 481773, + "checksum": "SHA-256:6bdf40882eed5858bc362d557ad87405570fe4bb64c4703eb93e5a7f0ba7efb0" + }, + { + "name": "ES920", + "version": "0.1.13", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.13.zip", + "archiveFileName": "ES920-0.1.13.zip", + "size": 481808, + "checksum": "SHA-256:0acad736ebe0b8365c8e6482264fc44b4aa7c057d03112f26e524c82ba7aa630" + }, + { + "name": "ES920", + "version": "0.1.14", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.14.zip", + "archiveFileName": "ES920-0.1.14.zip", + "size": 483290, + "checksum": "SHA-256:8df65d53dde299d527472f30c5418ad7c54a233a3549e68f519a5954bf1fd35d" + }, + { + "name": "ES920", + "version": "0.1.15", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.15.zip", + "archiveFileName": "ES920-0.1.15.zip", + "size": 473422, + "checksum": "SHA-256:bbd45f929eeac38c187fe82b7eb36e3e8ac37592e194cbeca082349dce72249d" + }, + { + "name": "ES920", + "version": "0.1.16", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.16.zip", + "archiveFileName": "ES920-0.1.16.zip", + "size": 473408, + "checksum": "SHA-256:2118b642b3e747b366771383c17f41b5c483302fa8e168ada34e151ec2a6ba0c" + }, + { + "name": "ES920", + "version": "0.1.17", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.17.zip", + "archiveFileName": "ES920-0.1.17.zip", + "size": 473283, + "checksum": "SHA-256:2a510bb0a9c3b0ae12b41b0526f8fe5b8b4d22dc8483e966b0fc50e2d26f6773" + }, + { + "name": "ES920", + "version": "0.1.18", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.18.zip", + "archiveFileName": "ES920-0.1.18.zip", + "size": 474878, + "checksum": "SHA-256:38935a593c64585b8a252c3372a8e12a63ef49318f2175a29873f6fc07756041" + }, + { + "name": "ES920", + "version": "0.1.19", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.19.zip", + "archiveFileName": "ES920-0.1.19.zip", + "size": 477932, + "checksum": "SHA-256:f8c43e187f25acc3dcfd5f73e07401432d3f0b24bec21342ef16a504aa620473" + }, + { + "name": "ES920", + "version": "0.1.21", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.21.zip", + "archiveFileName": "ES920-0.1.21.zip", + "size": 477952, + "checksum": "SHA-256:6d302ff28f9fdfe78d62ad02be5be4be26b030f15792ffd8356794737f48b0ff" + }, + { + "name": "ES920", + "version": "0.1.22", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.22.zip", + "archiveFileName": "ES920-0.1.22.zip", + "size": 478519, + "checksum": "SHA-256:96edee93eda14ea578df5d4c995cb707bff7172a740041b46d1118e7de8a5159" + }, + { + "name": "ES920", + "version": "0.1.23", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.23.zip", + "archiveFileName": "ES920-0.1.23.zip", + "size": 508830, + "checksum": "SHA-256:ecc6e40091b7bc1ef8537611549f5f9435530924457f7d9eccc4b2685bf06b57" + }, + { + "name": "ES920", + "version": "0.1.24", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.24.zip", + "archiveFileName": "ES920-0.1.24.zip", + "size": 509691, + "checksum": "SHA-256:dca99a22fc10b42d78d2d9e5ef4053111db898d4054c69136d126bc90e586929" + }, + { + "name": "ES920", + "version": "0.1.25", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.25.zip", + "archiveFileName": "ES920-0.1.25.zip", + "size": 510038, + "checksum": "SHA-256:6c2d6876c48f7c3613e1f67fef22fd7c201f941fa804b3b24c7c1340be648da4" + }, + { + "name": "ES920", + "version": "0.1.26", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.26.zip", + "archiveFileName": "ES920-0.1.26.zip", + "size": 510078, + "checksum": "SHA-256:d8d569e473c65962b04e5ffc8dc34651eb98501031439e1157ab2f34539494ff" + }, + { + "name": "ES920", + "version": "0.1.27", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.27.zip", + "archiveFileName": "ES920-0.1.27.zip", + "size": 510079, + "checksum": "SHA-256:8ab5239302b9d0af0ae1fded0031088fac1aea3385bfa0ddb119154fa86d2388" + }, + { + "name": "ES920", + "version": "0.1.28", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.28.zip", + "archiveFileName": "ES920-0.1.28.zip", + "size": 510109, + "checksum": "SHA-256:a3f8cde40df9d0463c47f9babf5ada908248910170980cb2b192d36f55a70c25" + }, + { + "name": "ES920", + "version": "0.1.29", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.29.zip", + "archiveFileName": "ES920-0.1.29.zip", + "size": 510114, + "checksum": "SHA-256:f30d26a543caf1b39c664217882131297f82da790b01ff9ca6ff35a1a943331c" + }, + { + "name": "ES920", + "version": "0.1.30", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.30.zip", + "archiveFileName": "ES920-0.1.30.zip", + "size": 510123, + "checksum": "SHA-256:36c7611ca8ad9c574d3a51900ca0d2f4cd29992cbaa9d965495b854d04e28631" + }, + { + "name": "ES920", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", + "website": "https://github.com/hideakitai/ES920", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ES920.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxStringUtils" + }, + { + "name": "DebugLog" + }, + { + "name": "Packetizer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.2.0.zip", + "archiveFileName": "ES920-0.2.0.zip", + "size": 329013, + "checksum": "SHA-256:43ed4eff0b257690df5ee3fcdec52dce944e89185c7e4d105a7300809359852e" + }, + { + "name": "timing", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": [ + "timing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.0.zip", + "archiveFileName": "timing-0.2.0.zip", + "size": 6571, + "checksum": "SHA-256:b1fee2c3296bf75669e616dee74cd846b51a862116c57aa202aea8d52dd10a08" + }, + { + "name": "timing", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": [ + "timing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.1.zip", + "archiveFileName": "timing-0.2.1.zip", + "size": 7978, + "checksum": "SHA-256:6544804a80c05ce76da5c48c0cd6137af45f4edd6fa7bb7898bd410d62966f7f" + }, + { + "name": "timing", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": [ + "timing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.2.zip", + "archiveFileName": "timing-0.2.2.zip", + "size": 8006, + "checksum": "SHA-256:6dceced800f141f12bb80211c6cf9f329e9b5fd072de5d3d3f13b1ba69d9604a" + }, + { + "name": "timing", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": [ + "timing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.3.zip", + "archiveFileName": "timing-0.2.3.zip", + "size": 8232, + "checksum": "SHA-256:d0a6575b449a0c6327ddc6979ed30dd69058d9131f541a2172f4a1b97df011ed" + }, + { + "name": "timing", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds millis micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": [ + "timing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.4.zip", + "archiveFileName": "timing-0.2.4.zip", + "size": 8685, + "checksum": "SHA-256:89723e914c5570978c01df1402198b0205a60af4dd963d7d39c5fd400f022181" + }, + { + "name": "timing", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds, millis and micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": [ + "timing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.5.zip", + "archiveFileName": "timing-0.2.5.zip", + "size": 10233, + "checksum": "SHA-256:6a58dae185618e672cdbb5ab6efc8ac8233aff15356ae078e47b8d1978dab9ba" + }, + { + "name": "timing", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with wrapper classes for seconds, millis and micros.", + "paragraph": "These wrappers allow to reset the value of the time.", + "website": "https://github.com/RobTillaart/timing", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/timing.git", + "providesIncludes": [ + "timing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.6.zip", + "archiveFileName": "timing-0.2.6.zip", + "size": 10490, + "checksum": "SHA-256:e4f0a38a25de9b15623a7651773bccc381e4d48ca5de4095df8bbb19a6757d9f" + }, + { + "name": "AD520X", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.0.1.zip", + "archiveFileName": "AD520X-0.0.1.zip", + "size": 5710, + "checksum": "SHA-256:11a14b4811d8fb1b985b06bf0dcb253b0ec50aabc289d57dac17446e0ea63ab3" + }, + { + "name": "AD520X", + "version": "0.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.0.2.zip", + "archiveFileName": "AD520X-0.0.2.zip", + "size": 6191, + "checksum": "SHA-256:1b6673b0e98f2b2c6fdd664927b0fca7fa01aec9fb8c5a96577eacbc687a9ddc" + }, + { + "name": "AD520X", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "dependencies": [ + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.1.0.zip", + "archiveFileName": "AD520X-0.1.0.zip", + "size": 6647, + "checksum": "SHA-256:cffd3e485f46a95eadac91c8d870b4a82a36255893e0fd244db2247812d753fe" + }, + { + "name": "AD520X", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.1.1.zip", + "archiveFileName": "AD520X-0.1.1.zip", + "size": 8030, + "checksum": "SHA-256:217c654f36218d3c3b86a8b4b66bbc6ade1e80b0dcda77257959fa4be5888f75" + }, + { + "name": "AD520X", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.1.2.zip", + "archiveFileName": "AD520X-0.1.2.zip", + "size": 11820, + "checksum": "SHA-256:8bd942b2a777a8eab5dddced7cb74acd4ef1ba0ea8b5e9e8033b2fd7b4ffa78d" + }, + { + "name": "AD520X", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.2.0.zip", + "archiveFileName": "AD520X-0.2.0.zip", + "size": 13154, + "checksum": "SHA-256:d2ff22464553e3c114080cb27daa04b29d4691cce228baa9bf9cfa6a74186ef7" + }, + { + "name": "AD520X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.2.1.zip", + "archiveFileName": "AD520X-0.2.1.zip", + "size": 13316, + "checksum": "SHA-256:1c9046b314ddc7bdf3cb6a774daadd7fb29f498f81cc1e67191403e5ed621885" + }, + { + "name": "AD520X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.2.2.zip", + "archiveFileName": "AD520X-0.2.2.zip", + "size": 15122, + "checksum": "SHA-256:135b6217d8816cac2078ed291c6c3b7735b36a9053958972b0da08966e7c853c" + }, + { + "name": "AD520X", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.3.0.zip", + "archiveFileName": "AD520X-0.3.0.zip", + "size": 16153, + "checksum": "SHA-256:fd4d4f470e4cef20b4469cdf7d11923d341492712eacffc16e8c273fb746cc03" + }, + { + "name": "AD520X", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.3.1.zip", + "archiveFileName": "AD520X-0.3.1.zip", + "size": 16374, + "checksum": "SHA-256:aef4dc7c97c6734329a230fedade802030150d393a9eab76675f64077ea92f7f" + }, + { + "name": "AD520X", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Also for AD8400 and AD8403. AD8402 not confirmed yet.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.3.2.zip", + "archiveFileName": "AD520X-0.3.2.zip", + "size": 16676, + "checksum": "SHA-256:0a30061d276027a01ab0090081e3ba5a3e2dace2e8a61ae2d99bffbbf7173942" + }, + { + "name": "AD520X", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", + "paragraph": "Also for AD8400 and AD8403. AD8402 not confirmed yet.", + "website": "https://github.com/RobTillaart/AD520X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD520X.git", + "providesIncludes": [ + "AD520X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.4.0.zip", + "archiveFileName": "AD520X-0.4.0.zip", + "size": 16605, + "checksum": "SHA-256:2a0688d8a41fcba83899f5b175695e62285aaae9b092bd3314440d3ab2a702da" + }, + { + "name": "PCF8591", + "version": "0.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.0.2.zip", + "archiveFileName": "PCF8591-0.0.2.zip", + "size": 9343, + "checksum": "SHA-256:44723e5dbeb25fa93b6b44b6f4aae6fe316f0ec379ce5be6bc2830fffb7ecc1b" + }, + { + "name": "PCF8591", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.1.0.zip", + "archiveFileName": "PCF8591-0.1.0.zip", + "size": 10679, + "checksum": "SHA-256:7e8feefffbf2c802ded6895069df0bbacbff1051f126f43ddafc22eceacc23ce" + }, + { + "name": "PCF8591", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino. Supports multiple I2C WireN bus.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.1.1.zip", + "archiveFileName": "PCF8591-0.1.1.zip", + "size": 10995, + "checksum": "SHA-256:bbe04d6a43bc88e03f72d39c1a534a5975d87c7d5b1baedfe73913ee32da9b51" + }, + { + "name": "PCF8591", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino. Supports multiple I2C WireN bus.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.1.2.zip", + "archiveFileName": "PCF8591-0.1.2.zip", + "size": 11304, + "checksum": "SHA-256:bd7ffec035ddc6dbe81372ec1a23ea58c701bbd3096ea20d1e09c6a82e10dd42" + }, + { + "name": "PCF8591", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino. Supports multiple I2C WireN bus.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.1.3.zip", + "archiveFileName": "PCF8591-0.1.3.zip", + "size": 12023, + "checksum": "SHA-256:7eacd2cabc2c28ed812ecc12ca5cec57bb69b18373cbdbbca48cd5120071adc7" + }, + { + "name": "PCF8591", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino. Supports multiple I2C WireN bus.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.2.0.zip", + "archiveFileName": "PCF8591-0.2.0.zip", + "size": 12868, + "checksum": "SHA-256:35314849681da778bf5e4a436791a660856c841b0d44845ea55092846d8b24e8" + }, + { + "name": "PCF8591", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino. Supports multiple I2C WireN bus.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.2.1.zip", + "archiveFileName": "PCF8591-0.2.1.zip", + "size": 13075, + "checksum": "SHA-256:f1070a0ec6b48d29613ae6d8604fb711a7e527b698a610cfd87eb99362cbd984" + }, + { + "name": "PCF8591", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PCF8591 library for Arduino. Supports multiple I2C WireN bus.", + "paragraph": "8 bits ADC.", + "website": "https://github.com/RobTillaart/PCF8591", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8591.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.3.0.zip", + "archiveFileName": "PCF8591-0.3.0.zip", + "size": 13174, + "checksum": "SHA-256:2906b8609b8e86ac4b447962e4c20c396e6e0275a6f85cca67fbc654ecde9fb0" + }, + { + "name": "SparkFun MicroPressure Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to read Honeywell's MPR series micropressure sensor.", + "paragraph": "Communicates with the micro pressure sensor over I2C to quickly integrate a pressure sensor into your project.", + "website": "https://www.sparkfun.com/products/16476", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MicroPressure_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroPressure_Library-1.0.0.zip", + "archiveFileName": "SparkFun_MicroPressure_Library-1.0.0.zip", + "size": 7304, + "checksum": "SHA-256:7e8e948ea8b1b212c32be3fb39c461051fbf7c592bf8ad7cb9fbeb90216ca1ae" + }, + { + "name": "SparkFun MicroPressure Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to read Honeywell's MPR series micropressure sensor.", + "paragraph": "Communicates with the micro pressure sensor over I2C to quickly integrate a pressure sensor into your project.", + "website": "https://www.sparkfun.com/products/16476", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MicroPressure_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroPressure_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MicroPressure_Library-1.0.1.zip", + "size": 7774, + "checksum": "SHA-256:2215728920ca822adaf25cc628bc38b22930c9b99816d0329ea1535422c2ee9e" + }, + { + "name": "ADT7470", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a heartbeat function.", + "paragraph": "blinking led by frequent polling.", + "website": "https://github.com/RobTillaart/ADT7470", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADT7470.git", + "providesIncludes": [ + "ADT7470.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.0.zip", + "archiveFileName": "ADT7470-0.1.0.zip", + "size": 564638, + "checksum": "SHA-256:0f3c5fd8305e9c996c701a796699086dc3e3f065c0ff0f4f062e80d6efeae150" + }, + { + "name": "ADT7470", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ADT7470 Library", + "paragraph": "Arduino library for I2C ADT7470 Fan Monitoring", + "website": "https://github.com/RobTillaart/ADT7470", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADT7470.git", + "providesIncludes": [ + "ADT7470.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.2.zip", + "archiveFileName": "ADT7470-0.1.2.zip", + "size": 565893, + "checksum": "SHA-256:26e3adc77b2dd3e66c17d295bedbf277907431d6d19c4516b71167b3f34f5ec7" + }, + { + "name": "ADT7470", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ADT7470 Library", + "paragraph": "Arduino library for I2C ADT7470 Fan Monitoring", + "website": "https://github.com/RobTillaart/ADT7470", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADT7470.git", + "providesIncludes": [ + "ADT7470.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.3.zip", + "archiveFileName": "ADT7470-0.1.3.zip", + "size": 566052, + "checksum": "SHA-256:0b89a05da95200a8ac84e00c638c0b0c80e24679f576da0b078e69234555a92f" + }, + { + "name": "ADT7470", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ADT7470 Library", + "paragraph": "Arduino library for I2C ADT7470 Fan Monitoring", + "website": "https://github.com/RobTillaart/ADT7470", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADT7470.git", + "providesIncludes": [ + "ADT7470.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.4.zip", + "archiveFileName": "ADT7470-0.1.4.zip", + "size": 566352, + "checksum": "SHA-256:b2e6395be66f4e107a33da04194598b97131f5557b5ef042a7f20af7ce01c608" + }, + { + "name": "ADT7470", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "ADT7470 Library", + "paragraph": "Arduino library for I2C ADT7470 Fan Monitoring", + "website": "https://github.com/RobTillaart/ADT7470", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADT7470.git", + "providesIncludes": [ + "ADT7470.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.2.0.zip", + "archiveFileName": "ADT7470-0.2.0.zip", + "size": 1201975, + "checksum": "SHA-256:b26973a75ac7a7058a90090775e40fef3e55a44e61c77019b7ef694af215f076" + }, + { + "name": "TimeProfiler", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.0.zip", + "archiveFileName": "TimeProfiler-0.1.0.zip", + "size": 27445, + "checksum": "SHA-256:31e61b0c405375501de70077ea407061a3b4bbe871298c0d17685f9fcb046fad" + }, + { + "name": "TimeProfiler", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.1.zip", + "archiveFileName": "TimeProfiler-0.1.1.zip", + "size": 15272, + "checksum": "SHA-256:57ef12f96872b1ee55975f3ed563c45e880e1263d4bbee241bc94e67a7a4e6d8" + }, + { + "name": "TimeProfiler", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.2.zip", + "archiveFileName": "TimeProfiler-0.1.2.zip", + "size": 15325, + "checksum": "SHA-256:db1c35b250de5ae700f07bdf15ffb1edf3e45acc439dfb53d117b3292c6fbf98" + }, + { + "name": "TimeProfiler", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.3.zip", + "archiveFileName": "TimeProfiler-0.1.3.zip", + "size": 15319, + "checksum": "SHA-256:36b887a5de1f3dbd657c60e39a3ebdb46661b869d014b985ae614509d710c58b" + }, + { + "name": "TimeProfiler", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.4.zip", + "archiveFileName": "TimeProfiler-0.1.4.zip", + "size": 15259, + "checksum": "SHA-256:05237503999563744036a73812d16dda679eab3851d6b664817631dcfe2f8b81" + }, + { + "name": "TimeProfiler", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.5.zip", + "archiveFileName": "TimeProfiler-0.1.5.zip", + "size": 16057, + "checksum": "SHA-256:4fc15d94f2285d0572f0d4bee6e8ce04c85118788ebe5341c676bfcb950b018f" + }, + { + "name": "TimeProfiler", + "version": "0.1.6", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.6.zip", + "archiveFileName": "TimeProfiler-0.1.6.zip", + "size": 16068, + "checksum": "SHA-256:3faca1d1ace61688e11069328e6167f7f7ccb014edee8d5f5fbcb3df5b1fe79b" + }, + { + "name": "TimeProfiler", + "version": "0.1.7", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.7.zip", + "archiveFileName": "TimeProfiler-0.1.7.zip", + "size": 16248, + "checksum": "SHA-256:934a703f60bbefd7f33394e0af9b3fb91534e2e4fbaaa66a32ecdc9b6fa88a9a" + }, + { + "name": "TimeProfiler", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Time profiler for Arduino", + "paragraph": "Time profiler for Arduino", + "website": "https://github.com/hideakitai/TimeProfiler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/TimeProfiler.git", + "dependencies": [ + { + "name": "ArxContainer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.2.0.zip", + "archiveFileName": "TimeProfiler-0.2.0.zip", + "size": 5296, + "checksum": "SHA-256:9bf509996525c584aec3ff1720880f16516940315cf9eb1fa899372354d66e42" + }, + { + "name": "FLE", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": [ + "FLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.0.1.zip", + "archiveFileName": "FLE-0.0.1.zip", + "size": 6460, + "checksum": "SHA-256:8245bef5178a65157ec16435a15cb38d67125f3faf20aebc4faa929d3b5fb0f9" + }, + { + "name": "FLE", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": [ + "FLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.0.zip", + "archiveFileName": "FLE-0.1.0.zip", + "size": 7759, + "checksum": "SHA-256:52efaa1068716bc48ad986a0e9cf770d8f39defb27d8e60722fcefcf28959028" + }, + { + "name": "FLE", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": [ + "FLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.1.zip", + "archiveFileName": "FLE-0.1.1.zip", + "size": 8026, + "checksum": "SHA-256:2be5d46bb6c45014b9e15b84e81f4cb78e1c97d84beab746f88e81d3165a82bd" + }, + { + "name": "FLE", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": [ + "FLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.2.zip", + "archiveFileName": "FLE-0.1.2.zip", + "size": 9326, + "checksum": "SHA-256:48190439f266ecaa0983315ea0953ccbdeb7a4c471c3128a406b2d6185534a02" + }, + { + "name": "FLE", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": [ + "FLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.3.zip", + "archiveFileName": "FLE-0.1.3.zip", + "size": 11282, + "checksum": "SHA-256:ffa187c7ed22e3d7e3f1fb736dd55a93b5f107d7068a12edffef303104c1af89" + }, + { + "name": "FLE", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FLE = FLoat with Error datatype", + "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", + "website": "https://github.com/RobTillaart/FLE", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FLE.git", + "providesIncludes": [ + "FLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.4.zip", + "archiveFileName": "FLE-0.1.4.zip", + "size": 10764, + "checksum": "SHA-256:72acdb228b4aa333e83594a9785d8d29bfcbc1fabfca6051fb9002e052ed156d" + }, + { + "name": "Interval", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": [ + "Interval.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.0.1.zip", + "archiveFileName": "Interval-0.0.1.zip", + "size": 5706, + "checksum": "SHA-256:35909e5dca353759d5ce77475e9df6367fed1d4616f526e886ea88936550d89d" + }, + { + "name": "Interval", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": [ + "Interval.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.1.0.zip", + "archiveFileName": "Interval-0.1.0.zip", + "size": 7497, + "checksum": "SHA-256:bb9cfcb2b3ee2c611fbecd06095a2c771f4507cf0c62162e4888cd28be0e5cc2" + }, + { + "name": "Interval", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": [ + "Interval.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.1.1.zip", + "archiveFileName": "Interval-0.1.1.zip", + "size": 8335, + "checksum": "SHA-256:620a3b5a942f21c6918563bbc473e6a0de092e19278a54035954d5bef88d34f1" + }, + { + "name": "Interval", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": [ + "Interval.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.1.2.zip", + "archiveFileName": "Interval-0.1.2.zip", + "size": 8470, + "checksum": "SHA-256:4736b5b62c4bf7942f6afd19cab0b400d949e6b05c0e893ef407996c396c4761" + }, + { + "name": "Interval", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval datatype", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": [ + "Interval.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.1.3.zip", + "archiveFileName": "Interval-0.1.3.zip", + "size": 8915, + "checksum": "SHA-256:37970a25939035191dc3ebbcc5aa7375ec20f9d51d7f313e011bc2c5905e38ff" + }, + { + "name": "Interval", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Interval data type.", + "website": "https://github.com/RobTillaart/Interval.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Interval.git", + "providesIncludes": [ + "Interval.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.1.4.zip", + "archiveFileName": "Interval-0.1.4.zip", + "size": 9137, + "checksum": "SHA-256:e688d3ef25b177e9077a7e2846efd643a01f9848726aeb933bf3d75b492c92b9" + }, + { + "name": "DaisyDuino", + "version": "1.0.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.0.0.zip", + "archiveFileName": "DaisyDuino-1.0.0.zip", + "size": 156810, + "checksum": "SHA-256:678689220f06ae02977f155ecaeae22a16a0e638fab8f9406181701b32ea7f36" + }, + { + "name": "DaisyDuino", + "version": "1.1.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.1.0.zip", + "archiveFileName": "DaisyDuino-1.1.0.zip", + "size": 436970, + "checksum": "SHA-256:af324db0431e043c73e02615fbe6839b991078cc302d087ffaf4c7ce5dd1b844" + }, + { + "name": "DaisyDuino", + "version": "1.2.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.2.0.zip", + "archiveFileName": "DaisyDuino-1.2.0.zip", + "size": 438665, + "checksum": "SHA-256:8bbfbe6ec9e2664d03d81d02ba2c0becc745c7719465730bd0d348e8667d6eba" + }, + { + "name": "DaisyDuino", + "version": "1.3.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.3.0.zip", + "archiveFileName": "DaisyDuino-1.3.0.zip", + "size": 589928, + "checksum": "SHA-256:f4eec78722970bac5a8ea151bec3ac767c5ec8ffcfd172317a591691eac55a97" + }, + { + "name": "DaisyDuino", + "version": "1.4.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.4.0.zip", + "archiveFileName": "DaisyDuino-1.4.0.zip", + "size": 568593, + "checksum": "SHA-256:397b4bad962469e764cecd789d8883f248a054b09812db2da6f5bc91bf9ac907" + }, + { + "name": "DaisyDuino", + "version": "1.5.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.5.0.zip", + "archiveFileName": "DaisyDuino-1.5.0.zip", + "size": 588867, + "checksum": "SHA-256:27eab4676acf0d98cfa511ac9f63e47ba10f28949e5da4e58315fbdc8ff3d7e2" + }, + { + "name": "DaisyDuino", + "version": "1.5.1", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.5.1.zip", + "archiveFileName": "DaisyDuino-1.5.1.zip", + "size": 588886, + "checksum": "SHA-256:8477feb9868015799d9d7ade4286d66be1da201fa28a4a28c19a48058b0f48a3" + }, + { + "name": "DaisyDuino", + "version": "1.5.2", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.5.2.zip", + "archiveFileName": "DaisyDuino-1.5.2.zip", + "size": 588885, + "checksum": "SHA-256:3583dacc82b16b53642e408720446e1b63630b97722c48bc22ef651f159a0c94" + }, + { + "name": "DaisyDuino", + "version": "1.6.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.6.0.zip", + "archiveFileName": "DaisyDuino-1.6.0.zip", + "size": 598434, + "checksum": "SHA-256:38caa4cf1c0038a8bbf3e895dbbb449b3d28b186c3e1bbcc94bc43b0b47411c3" + }, + { + "name": "DaisyDuino", + "version": "1.6.2", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.6.2.zip", + "archiveFileName": "DaisyDuino-1.6.2.zip", + "size": 598499, + "checksum": "SHA-256:8ad69ac24b0038dbd621e028ce6e688e991a3f4f222593ca15b92ee5d7e55f90" + }, + { + "name": "DaisyDuino", + "version": "1.6.3", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.6.3.zip", + "archiveFileName": "DaisyDuino-1.6.3.zip", + "size": 598660, + "checksum": "SHA-256:8c1d14c97f5bf21597a91c32ea2805b88a0642482c2952ee9e6967657e2d130b" + }, + { + "name": "DaisyDuino", + "version": "1.7.0", + "author": "stephenhensley", + "maintainer": "Electrosmith", + "sentence": "Arduino library for the Daisy audio platform.", + "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", + "website": "https://github.com/electro-smith/DaisyDuino", + "category": "Signal Input/Output", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/electro-smith/DaisyDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.7.0.zip", + "archiveFileName": "DaisyDuino-1.7.0.zip", + "size": 614701, + "checksum": "SHA-256:12224d895004d5ba4d584b33f5fc63da8c353727ab6fea3bd3d99e47211fe7f7" + }, + { + "name": "Adafruit OV7670", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.0.0.zip", + "archiveFileName": "Adafruit_OV7670-1.0.0.zip", + "size": 38953, + "checksum": "SHA-256:55545ffd3fe6a2f9885f1c14c96c71f72e4b6de30b63b0881f12f74fabef3ab3" + }, + { + "name": "Adafruit OV7670", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.1.0.zip", + "archiveFileName": "Adafruit_OV7670-1.1.0.zip", + "size": 47364, + "checksum": "SHA-256:4dd32c5a7a3a31d20f221ce4ab64bcfbf91f8d2b53b30e8fa613302bbf78fd70" + }, + { + "name": "Adafruit OV7670", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.0.zip", + "archiveFileName": "Adafruit_OV7670-1.2.0.zip", + "size": 50951, + "checksum": "SHA-256:cea03b613ea15b4f59ac51f95b5b59632c79147eeaeeaf0ca4d9db579c97c80e" + }, + { + "name": "Adafruit OV7670", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.1.zip", + "archiveFileName": "Adafruit_OV7670-1.2.1.zip", + "size": 51837, + "checksum": "SHA-256:3844436a9a2db27c6fde0f65d6b5622c3eaa94f8c0bb5e78eaee49d258cc0db2" + }, + { + "name": "Adafruit OV7670", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.2.zip", + "archiveFileName": "Adafruit_OV7670-1.2.2.zip", + "size": 53394, + "checksum": "SHA-256:4072c9ec28703f9884e4762e279c14354a0d71c7c4fc3cd957eb4b0500f8eaad" + }, + { + "name": "Adafruit OV7670", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "A library for the OV7670 camera.", + "paragraph": "OV7670 camera.", + "website": "https://github.com/adafruit/Adafruit_OV7670", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_OV7670.git", + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.4.zip", + "archiveFileName": "Adafruit_OV7670-1.2.4.zip", + "size": 53394, + "checksum": "SHA-256:73b9173525fb5f980f8bf4bc5a4d608769ee2b9f342c23bfea6b96bad66390e0" + }, + { + "name": "Adafruit AS7341", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.0.0.zip", + "archiveFileName": "Adafruit_AS7341-1.0.0.zip", + "size": 25458, + "checksum": "SHA-256:44e72d3bab91660aa4c05691db64a6faccb81938cbd0c5031fdae90eea9b307b" + }, + { + "name": "Adafruit AS7341", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.0.zip", + "archiveFileName": "Adafruit_AS7341-1.1.0.zip", + "size": 28220, + "checksum": "SHA-256:6ca194d092a80d0bc54b11f5d44b91645413e85836bc568a77aa2f276260bec4" + }, + { + "name": "Adafruit AS7341", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.2.zip", + "archiveFileName": "Adafruit_AS7341-1.1.2.zip", + "size": 28199, + "checksum": "SHA-256:9d5b6a8f8fa2a69f462f306c6c9e413699646f1988d151579c730b5a5312f98c" + }, + { + "name": "Adafruit AS7341", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.3.zip", + "archiveFileName": "Adafruit_AS7341-1.1.3.zip", + "size": 28702, + "checksum": "SHA-256:57ecaf1fdffbaf09d5a8e94237002d34c84e33bc7aa268fd0db033dd74d698fe" + }, + { + "name": "Adafruit AS7341", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.2.0.zip", + "archiveFileName": "Adafruit_AS7341-1.2.0.zip", + "size": 31461, + "checksum": "SHA-256:d03a004651a9e6e617946f18480e2a5f97f946890e1b9b04c13415e739fc81b7" + }, + { + "name": "Adafruit AS7341", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.0.zip", + "archiveFileName": "Adafruit_AS7341-1.3.0.zip", + "size": 33192, + "checksum": "SHA-256:022c25147457db1ac01cffc61ee537e7898b1b760bbd522165d7dca62423a4fa" + }, + { + "name": "Adafruit AS7341", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.1.zip", + "archiveFileName": "Adafruit_AS7341-1.3.1.zip", + "size": 33226, + "checksum": "SHA-256:0c2ecc2937c9c1ed1ff19fe5f41a35e966f3ab5b87c214897ab08470331683f4" + }, + { + "name": "Adafruit AS7341", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.2.zip", + "archiveFileName": "Adafruit_AS7341-1.3.2.zip", + "size": 33234, + "checksum": "SHA-256:15ce5d81bfdb097f0e98d4e4b4f917adcd74eee87e882246f5029ffb0b560130" + }, + { + "name": "Adafruit AS7341", + "version": "1.3.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.3.zip", + "archiveFileName": "Adafruit_AS7341-1.3.3.zip", + "size": 32882, + "checksum": "SHA-256:efb6bf2bb8cff795a6518152527a3e1fbb6eb366024437e7e3849d53afb7c89d" + }, + { + "name": "Adafruit AS7341", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.4.zip", + "archiveFileName": "Adafruit_AS7341-1.3.4.zip", + "size": 32927, + "checksum": "SHA-256:c9c8d158e6dc090b3c59f65056699b18da9aace1b06aa7dbe2c1828d19fe4131" + }, + { + "name": "Adafruit AS7341", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.4.0.zip", + "archiveFileName": "Adafruit_AS7341-1.4.0.zip", + "size": 33004, + "checksum": "SHA-256:d2ffbe9740346371908e7ecf6b49bdd0b8ec694b0ebb486415c6ff08dc0ec83a" + }, + { + "name": "Adafruit AS7341", + "version": "1.4.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", + "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.4.1.zip", + "archiveFileName": "Adafruit_AS7341-1.4.1.zip", + "size": 33004, + "checksum": "SHA-256:339f0765fee8a54f3fe8903bad192d652615bcb33d7bb3022df73e678633052a" + }, + { + "name": "R30X-Fingerprint-Sensor-Library", + "version": "1.3.1", + "author": "vishnumaiea", + "maintainer": "vishnumaiea", + "sentence": "Arduino library for interfacing R30X series optical fingerprint scanners.", + "paragraph": "Helps you interface R30X series optical fingerprint scanners with Arduino compatible boards. The scanner uses SPI interface.", + "website": "https://github.com/vishnumaiea/R30X-Fingerprint-Sensor-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/R30X-Fingerprint-Sensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/R30X_Fingerprint_Sensor_Library-1.3.1.zip", + "archiveFileName": "R30X_Fingerprint_Sensor_Library-1.3.1.zip", + "size": 23139, + "checksum": "SHA-256:4b714cfcfc29a8b4f8cd3a9e14da90b5ef7fb4c12032290a9427574195999d01" + }, + { + "name": "PCF8575", + "version": "0.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.0.1.zip", + "archiveFileName": "PCF8575-0.0.1.zip", + "size": 5537, + "checksum": "SHA-256:ecad2a2aeb25ccab70e9c3515eab4b0af352b956162088338ebd9c18b2bd98cc" + }, + { + "name": "PCF8575", + "version": "0.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.0.2.zip", + "archiveFileName": "PCF8575-0.0.2.zip", + "size": 6469, + "checksum": "SHA-256:169704f6c045b3d4e1a3f42e6e19545487e616cdabfca5f6b2bfa1f89ecfb366" + }, + { + "name": "PCF8575", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.0.zip", + "archiveFileName": "PCF8575-0.1.0.zip", + "size": 13724, + "checksum": "SHA-256:b2241658733d107cdf912a080311898576db8a223e6dfc697e3c711ec6178717" + }, + { + "name": "PCF8575", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.1.zip", + "archiveFileName": "PCF8575-0.1.1.zip", + "size": 14522, + "checksum": "SHA-256:c488a5cc3072079a61a1be86d786ce3b89159edda464525b9b416fa1189044ef" + }, + { + "name": "PCF8575", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.2.zip", + "archiveFileName": "PCF8575-0.1.2.zip", + "size": 14834, + "checksum": "SHA-256:d2c0c595a56e7ccb02c795011990e460f0fa77196bb0077f18d598c22083d2e4" + }, + { + "name": "PCF8575", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.3.zip", + "archiveFileName": "PCF8575-0.1.3.zip", + "size": 15197, + "checksum": "SHA-256:294630b64f4de1a3b159cf2923643e8df49a2349c94042c985341b4e0328ccb0" + }, + { + "name": "PCF8575", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.4.zip", + "archiveFileName": "PCF8575-0.1.4.zip", + "size": 16193, + "checksum": "SHA-256:53e0675968b27929b36ef08850a617b7b3d13f8105eb221b22187fa43ee84e8d" + }, + { + "name": "PCF8575", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.5.zip", + "archiveFileName": "PCF8575-0.1.5.zip", + "size": 16684, + "checksum": "SHA-256:d36748de1f77786c081f74880194375d649b15e711dadf1ad98a4ed86895ed74" + }, + { + "name": "PCF8575", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.6.zip", + "archiveFileName": "PCF8575-0.1.6.zip", + "size": 17885, + "checksum": "SHA-256:b216192de08275846324a3dcc3cff9855f1ebd4402a50003fb600b8d34b98b30" + }, + { + "name": "PCF8575", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.7.zip", + "archiveFileName": "PCF8575-0.1.7.zip", + "size": 18116, + "checksum": "SHA-256:dfd35ced8f4f6816c11b3a6295ee03cdc920d2f5bb9f4b2d2a9ba5e3ec4bc8a2" + }, + { + "name": "PCF8575", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.8.zip", + "archiveFileName": "PCF8575-0.1.8.zip", + "size": 18241, + "checksum": "SHA-256:d9b7ab0e5325138fa970c8f4097d8f148b025b3f5447d6594b6c2208fc369bc7" + }, + { + "name": "PCF8575", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.9.zip", + "archiveFileName": "PCF8575-0.1.9.zip", + "size": 18559, + "checksum": "SHA-256:5e79d80cf08aa12431e493f8855d12b2fe081d5b35ea52651c6a642c30a8c8ea" + }, + { + "name": "PCF8575", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.1.10.zip", + "archiveFileName": "PCF8575-0.1.10.zip", + "size": 18625, + "checksum": "SHA-256:2a95a28b4c7028d5264ca61c4a52412b6a35dc8e961bd15874e37c0242eca534" + }, + { + "name": "PCF8575", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", + "paragraph": "Implements shift rotate and toggle.", + "website": "https://github.com/RobTillaart/PCF8575.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCF8575.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.2.0.zip", + "archiveFileName": "PCF8575-0.2.0.zip", + "size": 18632, + "checksum": "SHA-256:746b3a8960be47d43d5f76f74bbd0ad240b7def6dee122c0c7c49b8c5c2eed7a" + }, + { + "name": "TelnetStream", + "version": "1.0.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.0.0.zip", + "archiveFileName": "TelnetStream-1.0.0.zip", + "size": 22343, + "checksum": "SHA-256:1e06c5cc670772be673d3a82d62bda9da42ac918b2f4c5f35815fcc177ea79ef" + }, + { + "name": "TelnetStream", + "version": "1.1.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.1.0.zip", + "archiveFileName": "TelnetStream-1.1.0.zip", + "size": 23842, + "checksum": "SHA-256:c288a2b5a981097e43630dc1d4754bef69e087f1620812ff84aef82107c39957" + }, + { + "name": "TelnetStream", + "version": "1.2.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h", + "TelnetPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.0.zip", + "archiveFileName": "TelnetStream-1.2.0.zip", + "size": 26165, + "checksum": "SHA-256:f7f25dc7ec5a96143ab771cc1297e1bd371a5e3972619a0e673b5fb640e6b6f1" + }, + { + "name": "TelnetStream", + "version": "1.2.1", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h", + "TelnetPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.1.zip", + "archiveFileName": "TelnetStream-1.2.1.zip", + "size": 26165, + "checksum": "SHA-256:6a5370fc763f173e133b5ad1e8269805838fb80fda35e62939578eb152392c8d" + }, + { + "name": "TelnetStream", + "version": "1.2.2", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h", + "TelnetPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.2.zip", + "archiveFileName": "TelnetStream-1.2.2.zip", + "size": 26416, + "checksum": "SHA-256:6492a1978d3a22b0b56150ccc0eb6c121605f06cbef7501bb422dd85261b6956" + }, + { + "name": "TelnetStream", + "version": "1.2.3", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h", + "TelnetPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.3.zip", + "archiveFileName": "TelnetStream-1.2.3.zip", + "size": 26600, + "checksum": "SHA-256:c4ac9c995b7561712ced62b295d69f882a9220b84a7c485cfbdd5d836c100d19" + }, + { + "name": "TelnetStream", + "version": "1.2.4", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h", + "TelnetPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.4.zip", + "archiveFileName": "TelnetStream-1.2.4.zip", + "size": 26607, + "checksum": "SHA-256:3858180356b524ad4323241cd6e29d136876dbdd1a9317210efd65316c700e5d" + }, + { + "name": "TelnetStream", + "version": "1.2.5", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h", + "TelnetPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.5.zip", + "archiveFileName": "TelnetStream-1.2.5.zip", + "size": 26499, + "checksum": "SHA-256:f6dbb84462fdf35c829881ccc3afe169e7bf60aadd44ed79f53437356e247931" + }, + { + "name": "TelnetStream", + "version": "1.2.6", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Stream implementation over telnet for OTA debuging", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/TelnetStream.git", + "providesIncludes": [ + "TelnetStream.h", + "TelnetPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.6.zip", + "archiveFileName": "TelnetStream-1.2.6.zip", + "size": 26716, + "checksum": "SHA-256:2f25773de5ec6631e44d245db9e2d799b9694124e90b5945329710068e740180" + }, + { + "name": "WiFiConnect Lite", + "version": "1.0.0", + "author": "Stuart Blair", + "maintainer": "Faptastic", + "sentence": "A simple WiFi Connection Manager (captive portal) for the ESP8266 or ESP32.", + "paragraph": "This project is a fork of the 'WiFiConnect' library, which itself was based upon the largely defunct WiFiManager. It includes a number of captive portal user interface improvements and bug fixes.", + "website": "https://github.com/mrfaptastic/WiFiConnect", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/WiFiConnectLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/WiFiConnect_Lite-1.0.0.zip", + "archiveFileName": "WiFiConnect_Lite-1.0.0.zip", + "size": 105532, + "checksum": "SHA-256:d494f62392f9184cca87cfb91665a59ff9b83daa8838e1302057c5fd0abca09c" + }, + { + "name": "RX8010SJ", + "version": "0.1.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.1.0.zip", + "archiveFileName": "RX8010SJ-0.1.0.zip", + "size": 19853, + "checksum": "SHA-256:6206e182c5d8e48afe46a308f65511d9ef6b14f7d9519aeade34bb035eb3fa48" + }, + { + "name": "RX8010SJ", + "version": "0.1.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.1.1.zip", + "archiveFileName": "RX8010SJ-0.1.1.zip", + "size": 19856, + "checksum": "SHA-256:e9dd71195def1dbab98436ed2ff21ea9e820c74dcd08a9141a4e5cc4d5423824" + }, + { + "name": "RX8010SJ", + "version": "0.2.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.2.0.zip", + "archiveFileName": "RX8010SJ-0.2.0.zip", + "size": 22300, + "checksum": "SHA-256:8b97c5f0a160014321b91e04f145ab03016efca168a73f5758ea52a539e16e7c" + }, + { + "name": "RX8010SJ", + "version": "0.3.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.3.0.zip", + "archiveFileName": "RX8010SJ-0.3.0.zip", + "size": 742750, + "checksum": "SHA-256:aedce4cc2f3fac44c1ecf40ed4683fa97424aeb5aa9a72480b8e7ee00f71940d" + }, + { + "name": "RX8010SJ", + "version": "1.0.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", + "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-1.0.1.zip", + "archiveFileName": "RX8010SJ-1.0.1.zip", + "size": 745017, + "checksum": "SHA-256:46075a52589ac9f1519f417b2e179e8bd97fb468dda407c6eff01dad798b0594" + }, + { + "name": "nRF52_OLED", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "An I2C/SPI display driver for SSD1306/SH1106 oled displays", + "paragraph": "Based on the ESP32/ESP8266 OLED library. Adapted to work with nRF52", + "website": "https://github.com/beegee-tokyo/nRF52_OLED.git", + "category": "Display", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/nRF52_OLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/nRF52_OLED-1.0.0.zip", + "archiveFileName": "nRF52_OLED-1.0.0.zip", + "size": 299762, + "checksum": "SHA-256:2ec5b0d17186e47002f8c00648b4f698ad0b5502cb770fac9eed1a3f07cca1c7" + }, + { + "name": "ThingsIoT", + "version": "1.2.0", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsIoT Cloud Platform.", + "paragraph": "The ThingsIoT Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingsIoT Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/Things-IoT-Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SiddheshNan/Things-IoT-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingsIoT-1.2.0.zip", + "archiveFileName": "ThingsIoT-1.2.0.zip", + "size": 130380, + "checksum": "SHA-256:621fe7bcb2625d391b60e55c011f74627b4f778a2314c317ce1765cf3db7f871" + }, + { + "name": "App Fernando K", + "version": "1.0.0", + "author": "FernandoK", + "maintainer": "FernandoK", + "sentence": "Library that helps working with the Fernando K app", + "paragraph": "This library manages multiple client connections and inform about incoming messages through callback", + "website": "https://github.com/ferkoyanagi/AppFernandok", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ferkoyanagi/AppFernandok.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ferkoyanagi/App_Fernando_K-1.0.0.zip", + "archiveFileName": "App_Fernando_K-1.0.0.zip", + "size": 7259, + "checksum": "SHA-256:c7b4fcaa5dc808b1e688110f63199b3e820399833713f829a36e27f15c644bc8" + }, + { + "name": "BBQ10Keyboard", + "version": "1.0.0", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for using the BBQ10Keyboard PMOD", + "paragraph": "Offer interrupt-driven and polling interfaces.", + "website": "https://github.com/arturo182/arduino_bbq10kbd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/solderparty/arduino_bbq10kbd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/solderparty/BBQ10Keyboard-1.0.0.zip", + "archiveFileName": "BBQ10Keyboard-1.0.0.zip", + "size": 17668, + "checksum": "SHA-256:7a0c63aecf61d525278d9fa66b3062e82b49c8700f4788ddc4e629c5bac68aa6" + }, + { + "name": "BBQ10Keyboard", + "version": "1.1.0", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for using the BBQ10Keyboard PMOD", + "paragraph": "Offers interrupt-driven and polling interfaces.", + "website": "https://github.com/solderparty/arduino_bbq10kbd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/solderparty/arduino_bbq10kbd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/solderparty/BBQ10Keyboard-1.1.0.zip", + "archiveFileName": "BBQ10Keyboard-1.1.0.zip", + "size": 18910, + "checksum": "SHA-256:eb4b8985e0984d7d35568a921e828dd3a31cdef91df6057a08cd000c4cc9aa68" + }, + { + "name": "BlinkCode Library", + "version": "0.1.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous BlinkCode library for indicating flash fault codes.", + "paragraph": "It can be used to runtime debugging or to showing current settings.", + "website": "https://github.com/marcinbor85/BlinkCode", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/BlinkCode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/BlinkCode_Library-0.1.0.zip", + "archiveFileName": "BlinkCode_Library-0.1.0.zip", + "size": 6524, + "checksum": "SHA-256:f63cf805bc276263b7436436834dce0debcb264b678438ffdaf0227d9345d01b" + }, + { + "name": "DS18B20_int", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.2.zip", + "archiveFileName": "DS18B20_int-0.1.2.zip", + "size": 5991, + "checksum": "SHA-256:2a50978f5b09b779725b8a0912a11f648d1a3881e37f313cb7863dc3ee3758b4" + }, + { + "name": "DS18B20_int", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.3.zip", + "archiveFileName": "DS18B20_int-0.1.3.zip", + "size": 7177, + "checksum": "SHA-256:06c9c1a151ef191650a44471864f6b411e1e4ca592350d93d479606253b43533" + }, + { + "name": "DS18B20_int", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.4.zip", + "archiveFileName": "DS18B20_int-0.1.4.zip", + "size": 7105, + "checksum": "SHA-256:21de4524f1b16b75520cd0d4d6542d01f8993690cdd92bfd4128b356272d851c" + }, + { + "name": "DS18B20_int", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.5.zip", + "archiveFileName": "DS18B20_int-0.1.5.zip", + "size": 10400, + "checksum": "SHA-256:a8cea7daa7738ee009a721f22d5a92a59cbc2f9e74feb4979804f8b4f212b61b" + }, + { + "name": "DS18B20_int", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.6.zip", + "archiveFileName": "DS18B20_int-0.1.6.zip", + "size": 10522, + "checksum": "SHA-256:29f9190275ae8a7ae4675c90d6442cc95d1b7873b64059523401cbbf664946dd" + }, + { + "name": "DS18B20_int", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.7.zip", + "archiveFileName": "DS18B20_int-0.1.7.zip", + "size": 10496, + "checksum": "SHA-256:7f3451d6935af515816bac2f56254e97e9b5c7b6073a4807a8296f0947097622" + }, + { + "name": "DS18B20_int", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.2.0.zip", + "archiveFileName": "DS18B20_int-0.2.0.zip", + "size": 12215, + "checksum": "SHA-256:c46108cb3a645c655bedacc358ef513c5914f12fc998b25f44a06018547bb025" + }, + { + "name": "DS18B20_int", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.2.1.zip", + "archiveFileName": "DS18B20_int-0.2.1.zip", + "size": 12651, + "checksum": "SHA-256:5b6be895c76de8b452324fbdb116b9cb6815314b62f5044cc0ba29c91112619e" + }, + { + "name": "DS18B20_int", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.2.2.zip", + "archiveFileName": "DS18B20_int-0.2.2.zip", + "size": 16630, + "checksum": "SHA-256:4f29154ffee5e35d6a2794d58e2b8261b84e0bb7de59b0ac8ad3ef5e5a036f13" + }, + { + "name": "DS18B20_int", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.3.0.zip", + "archiveFileName": "DS18B20_int-0.3.0.zip", + "size": 17093, + "checksum": "SHA-256:e1231792aacf712e2af6cbb4454c9baf83aa847df2f0458b9bff1d2ec9abf8bd" + }, + { + "name": "DS18B20_int", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for DS18B20 restricted to a single sensor per pin.", + "paragraph": "uses integer math only.", + "website": "https://github.com/RobTillaart/DS18B20_INT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS18B20_INT.git", + "providesIncludes": [ + "DS18B20_INT.h" + ], + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.3.1.zip", + "archiveFileName": "DS18B20_int-0.3.1.zip", + "size": 17536, + "checksum": "SHA-256:3c8031426cb901320c8c171b0343b05ab7271b4585c9f0fca4c69aafbd0de3da" + }, + { + "name": "DS1821", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.2.0.zip", + "archiveFileName": "DS1821-0.2.0.zip", + "size": 6258, + "checksum": "SHA-256:8ca6b1b7dfbdecf766b35f4cffbd7122c6098f05de5c644ce53c717c9317e755" + }, + { + "name": "DS1821", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.0.zip", + "archiveFileName": "DS1821-0.3.0.zip", + "size": 9545, + "checksum": "SHA-256:c688076380d2ec89cfed2e528cb3dfeb4d0157858db21d4a98764d074c9e2d96" + }, + { + "name": "DS1821", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.1.zip", + "archiveFileName": "DS1821-0.3.1.zip", + "size": 10745, + "checksum": "SHA-256:2a0ef7a7845900912efc8c2607e0b4846d36475baeac79379655aab2c8f99693" + }, + { + "name": "DS1821", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.2.zip", + "archiveFileName": "DS1821-0.3.2.zip", + "size": 10659, + "checksum": "SHA-256:eaf4dc5544a83afad29bb45a8913d5f6a774c085ad55e4a75ee2916b45c89e5e" + }, + { + "name": "DS1821", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.3.zip", + "archiveFileName": "DS1821-0.3.3.zip", + "size": 10780, + "checksum": "SHA-256:aff5356fcc2897b87b2b56f83e615fad5ee85c5380bce5325f09fc20dd83e40a" + }, + { + "name": "DS1821", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.4.zip", + "archiveFileName": "DS1821-0.3.4.zip", + "size": 11198, + "checksum": "SHA-256:45a74f48a49fe082ed237abdebd7f5813cf469e1cfa7f77363f376b8fdf8a552" + }, + { + "name": "DS1821", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.5.zip", + "archiveFileName": "DS1821-0.3.5.zip", + "size": 11411, + "checksum": "SHA-256:d05fd037d94a3b81b3f7f1cd6da8533d0ca27b6c577718a949abe95fb03c59d0" + }, + { + "name": "DS1821", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DS1821 temperature sensor", + "paragraph": "experimental", + "website": "https://github.com/RobTillaart/DS1821", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DS1821.git", + "providesIncludes": [ + "DS1821.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.6.zip", + "archiveFileName": "DS1821-0.3.6.zip", + "size": 11428, + "checksum": "SHA-256:e701d75b95083d472bffb7c7aad1a10b52c6574843a43f33fcc41b5e50a8b2fe" + }, + { + "name": "ADS1X15", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.0.zip", + "archiveFileName": "ADS1X15-0.2.0.zip", + "size": 12214, + "checksum": "SHA-256:81252a575bdbb18b07f2140ae91aaff5b59890578628d572ae62d0861680af62" + }, + { + "name": "ADS1X15", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.1.zip", + "archiveFileName": "ADS1X15-0.2.1.zip", + "size": 12696, + "checksum": "SHA-256:6ffea7e7be002112dade0b9694a504e8c2d969c2f7a51919ecf04065f1215ce2" + }, + { + "name": "ADS1X15", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.2.zip", + "archiveFileName": "ADS1X15-0.2.2.zip", + "size": 12810, + "checksum": "SHA-256:e742fb72d019024a75dd9d7c2bdb2e7e7de8970754ac9ba1021ca655e560f7b2" + }, + { + "name": "ADS1X15", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.3.zip", + "archiveFileName": "ADS1X15-0.2.3.zip", + "size": 19395, + "checksum": "SHA-256:3d2fd2192d23c1ee1914e3715a524e7305dc8482254f54ba98bec07b12cd3a54" + }, + { + "name": "ADS1X15", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.4.zip", + "archiveFileName": "ADS1X15-0.2.4.zip", + "size": 20184, + "checksum": "SHA-256:f1595bcb32f18a81e01a355f1bd98088a6b1fbc70d342bf317e623a2278c1e6f" + }, + { + "name": "ADS1X15", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.5.zip", + "archiveFileName": "ADS1X15-0.2.5.zip", + "size": 20193, + "checksum": "SHA-256:04ed1833e18f7fd81302d64f89b0966619d4aca8e04d9168828429cabf16ef28" + }, + { + "name": "ADS1X15", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.6.zip", + "archiveFileName": "ADS1X15-0.2.6.zip", + "size": 20232, + "checksum": "SHA-256:02496b4d910f718db8b587abe31a912edde71f6d373b2266ac4b41e7e2894e68" + }, + { + "name": "ADS1X15", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.7.zip", + "archiveFileName": "ADS1X15-0.2.7.zip", + "size": 23267, + "checksum": "SHA-256:450d84d513f42115f1814790e8f11e7e42df7c1d45ea78d29642b30fd5ef5168" + }, + { + "name": "ADS1X15", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.0.zip", + "archiveFileName": "ADS1X15-0.3.0.zip", + "size": 24571, + "checksum": "SHA-256:43577f395d94f046c6fa39184623e0f9cc7893273b5ec34b0fb6acb2896ae510" + }, + { + "name": "ADS1X15", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.1.zip", + "archiveFileName": "ADS1X15-0.3.1.zip", + "size": 26277, + "checksum": "SHA-256:8854e2ed83cba25129136dc7b7b885fab1fc13cca19a94a6f17fe9f02f92afb1" + }, + { + "name": "ADS1X15", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.2.zip", + "archiveFileName": "ADS1X15-0.3.2.zip", + "size": 32659, + "checksum": "SHA-256:39d87185a8749a01d1edec4074a3b4e640aaa0f264bf375102025eef28e98b5a" + }, + { + "name": "ADS1X15", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.3.zip", + "archiveFileName": "ADS1X15-0.3.3.zip", + "size": 32707, + "checksum": "SHA-256:ac7f5238759f3bf109d56aea73b2520bc09eb6762ddeb7d8c7723581ee16bb7e" + }, + { + "name": "ADS1X15", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.4.zip", + "archiveFileName": "ADS1X15-0.3.4.zip", + "size": 34615, + "checksum": "SHA-256:0908545c0fbcff3310cda4be54a8c0a01f77f13b21b0063e795e8e0958f75543" + }, + { + "name": "ADS1X15", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.5.zip", + "archiveFileName": "ADS1X15-0.3.5.zip", + "size": 34804, + "checksum": "SHA-256:239e908055039950c1d5989ecdfddb6c78d9db28d8e2776d0a00de3fe83749fe" + }, + { + "name": "ADS1X15", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.6.zip", + "archiveFileName": "ADS1X15-0.3.6.zip", + "size": 38513, + "checksum": "SHA-256:b1e115260c33255619fd0be557513e4ee2a64c17876aade2a93da418e1621391" + }, + { + "name": "ADS1X15", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.7.zip", + "archiveFileName": "ADS1X15-0.3.7.zip", + "size": 38539, + "checksum": "SHA-256:b1cd013f763f8c266e66de5773aeef7dd4fc9aeb1d36da9a8f7e194cfd181b9a" + }, + { + "name": "ADS1X15", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.8.zip", + "archiveFileName": "ADS1X15-0.3.8.zip", + "size": 39693, + "checksum": "SHA-256:471bf2b7768c328a923dc2a26a6c4ee527f1cebc2fccd80c9ffdad90d4725e20" + }, + { + "name": "ADS1X15", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.9.zip", + "archiveFileName": "ADS1X15-0.3.9.zip", + "size": 39823, + "checksum": "SHA-256:11714b14708b71b5518380c86d7ff9a0d6c336370fb50937a6b5283b316e2125" + }, + { + "name": "ADS1X15", + "version": "0.3.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.10.zip", + "archiveFileName": "ADS1X15-0.3.10.zip", + "size": 44131, + "checksum": "SHA-256:9ec3d2f83a3b6c5191570899f0d67922602ea2947537ac3ce7dce2db9eb51c80" + }, + { + "name": "ADS1X15", + "version": "0.3.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.11.zip", + "archiveFileName": "ADS1X15-0.3.11.zip", + "size": 44772, + "checksum": "SHA-256:02d536749e729d9603be946bac2b35cdef9c328b6c03167a3c263981a848e820" + }, + { + "name": "ADS1X15", + "version": "0.3.12", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.12.zip", + "archiveFileName": "ADS1X15-0.3.12.zip", + "size": 45539, + "checksum": "SHA-256:d42b6fa51df35a0486b012453aa89907c69137dc93781b496b5b787176aa1dc1" + }, + { + "name": "ADS1X15", + "version": "0.3.13", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.3.13.zip", + "archiveFileName": "ADS1X15-0.3.13.zip", + "size": 45602, + "checksum": "SHA-256:6bde2e9959db57f86da549d4c349bdb6453d1eb9c5a4f38318db4ed3ed0c9bb6" + }, + { + "name": "ADS1X15", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", + "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", + "website": "https://github.com/RobTillaart/ADS1X15", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ADS1X15.git", + "providesIncludes": [ + "ADS1X15.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.4.0.zip", + "archiveFileName": "ADS1X15-0.4.0.zip", + "size": 45578, + "checksum": "SHA-256:514bee8603494792109e45d2fda61d983292629db4cac189d5ab4536cb6a614d" + }, + { + "name": "I2C MPU6886 IMU", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C MPU6886", + "paragraph": "Library to control I2C MPU6886", + "website": "https://github.com/tanakamasayuki/I2C_MPU6886", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_MPU6886.git", + "providesIncludes": [ + "I2C_MPU6886.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_MPU6886_IMU-1.0.0.zip", + "archiveFileName": "I2C_MPU6886_IMU-1.0.0.zip", + "size": 4149, + "checksum": "SHA-256:1013d3ef70c265e2d41a7dae73158b3ca4df2679a87017f9ffbb45695dc45e61" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.0.zip", + "size": 7655, + "checksum": "SHA-256:cd617884f390a85492b31508cd167665d6285d2f6c1b95ad3ed8f904a8ae30ef" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.1.zip", + "size": 9960, + "checksum": "SHA-256:52f4081edd51fc7e2e0afdd6d58083a137b64bbcd327143ae602acb08e642932" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.2.zip", + "size": 11790, + "checksum": "SHA-256:44af0c44d2d514bff2e57ef86549ba2ab0066f03392e543ad950c5023434ea09" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.3.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.3.zip", + "size": 12254, + "checksum": "SHA-256:082a41207167cf667d57153940682c31626071857c20956b1279d2a80f635873" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.4.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.4.zip", + "size": 14759, + "checksum": "SHA-256:5d0f22739a890c6bee92fba98b1efde9e55e04a7a77bb7d672dbe4ea19ae1639" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.5", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.5.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.5.zip", + "size": 14760, + "checksum": "SHA-256:d07f4f9bc1bef5af30a04a47f98370795bc60934162f6e658723e8154c01f9cc" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.6", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "A lightweight compatibility library", + "paragraph": "A lightweight compatibility library", + "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.6.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.6.zip", + "size": 16168, + "checksum": "SHA-256:8dfc2f98e165df3cd39fdf81a3c7aed735ed6a506f6ccb8ce8a5cc04c1f92e28" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.7", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C_AXP192" + }, + { + "name": "I2C_BM8563" + }, + { + "name": "I2C_MPU6886" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.7.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.7.zip", + "size": 16359, + "checksum": "SHA-256:761418ad5c26dfcfa569a0ce636491920df6cd70bc8553bcf734039ff7e918b6" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.8", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C_AXP192_Power_management" + }, + { + "name": "I2C_BM8563_RTC" + }, + { + "name": "I2C_MPU6886_IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.8.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.8.zip", + "size": 15830, + "checksum": "SHA-256:0abb4a8e120ad08beea45b7abb8792566344d2b10dd7127593156057960775f1" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.0.9", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.9.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.0.9.zip", + "size": 23482, + "checksum": "SHA-256:a3ebe8439559fd293068bb7109f0cab3f95873677f61f6a9b4343aac6d0aab6b" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.1.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.1.0.zip", + "size": 25512, + "checksum": "SHA-256:5a8ac21d0442c151898221653e6237f78e42f6f5acbb62b39f8d061c281b04ac" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.1.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.1.1.zip", + "size": 25677, + "checksum": "SHA-256:a5fe070c224075c26dc63dba5d539e96f69f94d23a78e264d08f5b9a8c85a598" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.1.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.1.2.zip", + "size": 25775, + "checksum": "SHA-256:c00fd607a8569bd06195266635b266d3263d525accef345305c76067accd0a5e" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.0.zip", + "size": 30127, + "checksum": "SHA-256:69f67cdee056dcdd3033a7e06a44938f08fbf364a5f57866633eeacfc811e31f" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.1.zip", + "size": 30866, + "checksum": "SHA-256:96b7e3ec2cab314b9dfc940224daf1399f739becb8ba5087d21ced2956c9639d" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.2.zip", + "size": 36430, + "checksum": "SHA-256:8115ab79f2c013290c5e3767fe12eecb7d6a90a7215182ed02b792025d3d4657" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.3.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.3.zip", + "size": 36503, + "checksum": "SHA-256:30fa8089726d580a225b3a910a49b97766eac724064535a247f103c37672c3a7" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.4.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.4.zip", + "size": 38193, + "checksum": "SHA-256:c41bbc2d4d7bc67e8c763a31c2046a2cc503ed74daceb697c39e54faa17d51ce" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.5", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.5.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.5.zip", + "size": 73072, + "checksum": "SHA-256:6f3c377f410a3e322d063903d590c95e0c50bdd4acc388b1b2cbcf98a18f733f" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.6", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.6.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.6.zip", + "size": 74357, + "checksum": "SHA-256:20e8f624de7d6514cbaa788818b4af5750c94f02b78f9abf6ec1e4e3e371c235" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.7", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.7.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.7.zip", + "size": 86610, + "checksum": "SHA-256:556f08b257d0353c20c0d7f02bf00a44a5e5198a902db39b6a26d5601f515398" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.8", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.8.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.8.zip", + "size": 87509, + "checksum": "SHA-256:199dca6a813b48b9c3d69c9bcfc24507ad1e42672b34d8e9cf7e5638929569b5" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.2.9", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.9.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.2.9.zip", + "size": 87562, + "checksum": "SHA-256:4aca50d9d673ca7002cc42357c21e3d8b54f05dc1c0bf05fbccc705f63087da6" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.3.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.0.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.3.0.zip", + "size": 90270, + "checksum": "SHA-256:dd0ba793c3805dd3ceac94d56119f2a062a77fb0a230ffe4468e79dff7fc0065" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.3.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.1.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.3.1.zip", + "size": 90275, + "checksum": "SHA-256:aa9f2219cbb343250bc3622f22432076781b37c73938784ca62f0e58eb95be84" + }, + { + "name": "ESP32 Lite Pack Library", + "version": "1.3.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", + "paragraph": "You can run multiple boards with the same code.", + "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", + "dependencies": [ + { + "name": "LovyanGFX" + }, + { + "name": "FastLED" + }, + { + "name": "I2C AXP192 Power management" + }, + { + "name": "I2C BM8563 RTC" + }, + { + "name": "I2C MPU6886 IMU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.2.zip", + "archiveFileName": "ESP32_Lite_Pack_Library-1.3.2.zip", + "size": 90275, + "checksum": "SHA-256:f426835fa7dcea4b5598779968de3092271bd68c40c8a0ef84b4ce81b5dca499" + }, + { + "name": "SmartButton Library", + "version": "0.1.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.0.zip", + "archiveFileName": "SmartButton_Library-0.1.0.zip", + "size": 5961, + "checksum": "SHA-256:dc17e8ab63a3bd66c648047acc4681a9425369fe933ef97e723cff37e947c85f" + }, + { + "name": "SmartButton Library", + "version": "0.1.1", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.1.zip", + "archiveFileName": "SmartButton_Library-0.1.1.zip", + "size": 6230, + "checksum": "SHA-256:bc172f047ddd32433349791e1ecb8c5a3a10166a3059dc1a47d11aa2fb621e3f" + }, + { + "name": "SmartButton Library", + "version": "0.1.2", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.2.zip", + "archiveFileName": "SmartButton_Library-0.1.2.zip", + "size": 6324, + "checksum": "SHA-256:d7e9733980bf26ecfa69d2c871834f89f0c2df8ccc6a54298ea4082e7e19851d" + }, + { + "name": "SmartButton Library", + "version": "0.1.3", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.3.zip", + "archiveFileName": "SmartButton_Library-0.1.3.zip", + "size": 9945, + "checksum": "SHA-256:cbc6962f9e741ced726028976a530c6cfdb98481a69353d78bbf8b4474f096f4" + }, + { + "name": "SmartButton Library", + "version": "0.1.4", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.4.zip", + "archiveFileName": "SmartButton_Library-0.1.4.zip", + "size": 9948, + "checksum": "SHA-256:5966adaae8f09b9ac5eec32515afa93314cb9b5b3e7f18adfa7a5b73508ec0c5" + }, + { + "name": "SmartButton Library", + "version": "0.2.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click and button hold events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.2.0.zip", + "archiveFileName": "SmartButton_Library-0.2.0.zip", + "size": 12475, + "checksum": "SHA-256:fe313166edf70e8b5b794ae014beedc28bf3f2e42e6df9b03e62e8a3e9d19dc5" + }, + { + "name": "SmartButton Library", + "version": "0.3.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Asynchronous SmartButton library for handling various button events.", + "paragraph": "Supports button press, release, multiple click, hold, long-hold, and auto-repeat events.", + "website": "https://github.com/marcinbor85/SmartButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/SmartButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.3.0.zip", + "archiveFileName": "SmartButton_Library-0.3.0.zip", + "size": 13789, + "checksum": "SHA-256:43812ab5f33d89f14d0ab439e4f6cace243f5a88a03b81337a298a0764c0414d" + }, + { + "name": "lvgl", + "version": "7.3.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.3.0.zip", + "archiveFileName": "lvgl-7.3.0.zip", + "size": 6870549, + "checksum": "SHA-256:ecfab38ed6a6ef5d231eaad575a76910fc0bcd38570666e243e19eafff7cd9ba" + }, + { + "name": "lvgl", + "version": "7.3.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.3.1.zip", + "archiveFileName": "lvgl-7.3.1.zip", + "size": 6873851, + "checksum": "SHA-256:87031ef0906a8c60690cca3eb069ffc9c779956766f3d16b0d92b6b8d921975b" + }, + { + "name": "lvgl", + "version": "7.4.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.4.0.zip", + "archiveFileName": "lvgl-7.4.0.zip", + "size": 6935361, + "checksum": "SHA-256:228de9bb0a179c62eec94611e5be55a8333e5d3153b5d27b09c69aee11ea7714" + }, + { + "name": "lvgl", + "version": "7.5.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.5.0.zip", + "archiveFileName": "lvgl-7.5.0.zip", + "size": 6936760, + "checksum": "SHA-256:5e68284aac5bd70401318a7c61388c4fc67e1a1d2bee3ea878768eb41785aa6a" + }, + { + "name": "lvgl", + "version": "7.6.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.6.0.zip", + "archiveFileName": "lvgl-7.6.0.zip", + "size": 6939418, + "checksum": "SHA-256:80104316ad9a512bc71868bbd3ccd737bbad0faf309a2fc469913027888b546a" + }, + { + "name": "lvgl", + "version": "7.6.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.6.1.zip", + "archiveFileName": "lvgl-7.6.1.zip", + "size": 6939938, + "checksum": "SHA-256:d85fe448047cf80de40d2b654ecd8d1a4bc544a3a05ad309b32603b5001d1f38" + }, + { + "name": "lvgl", + "version": "7.7.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.0.zip", + "archiveFileName": "lvgl-7.7.0.zip", + "size": 6982121, + "checksum": "SHA-256:1dc14527ce3b7fc4243d3e33ee283de26d518d83616b088187d10c1976b264d9" + }, + { + "name": "lvgl", + "version": "7.7.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.1.zip", + "archiveFileName": "lvgl-7.7.1.zip", + "size": 6986098, + "checksum": "SHA-256:79a709c5eb6f100f6d0b1bc1adcc285e30d24a3ef492b17cd2cd26ac097c247e" + }, + { + "name": "lvgl", + "version": "7.7.2", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.2.zip", + "archiveFileName": "lvgl-7.7.2.zip", + "size": 6986867, + "checksum": "SHA-256:d9ad8c694088c4d3c833d9eaf23d498c7ef0130be4efbb20f0249a5fc4debc76" + }, + { + "name": "lvgl", + "version": "7.8.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.8.0.zip", + "archiveFileName": "lvgl-7.8.0.zip", + "size": 7001525, + "checksum": "SHA-256:a77977fc0ab483d81944511fbda195c0822f30a699dc1526f15d129c5fc8f846" + }, + { + "name": "lvgl", + "version": "7.8.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.8.1.zip", + "archiveFileName": "lvgl-7.8.1.zip", + "size": 7001733, + "checksum": "SHA-256:955ffb3af0c607f0286833e8d981eb50ecfa76e6b43ae1d7fee9042c598503a0" + }, + { + "name": "lvgl", + "version": "7.9.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.9.0.zip", + "archiveFileName": "lvgl-7.9.0.zip", + "size": 7003894, + "checksum": "SHA-256:7728457bae0c31a1046702275553888572e76d84466e45d7d310e3a0bc921a73" + }, + { + "name": "lvgl", + "version": "7.9.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.9.1.zip", + "archiveFileName": "lvgl-7.9.1.zip", + "size": 7002164, + "checksum": "SHA-256:f359c4b9dd0eac5f6e6719c367e3f79445584f1b9300b0bb14f03c71c845b0b6" + }, + { + "name": "lvgl", + "version": "7.10.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.10.0.zip", + "archiveFileName": "lvgl-7.10.0.zip", + "size": 7003422, + "checksum": "SHA-256:5081196831cd781eb918da71e34c79d0ca15d631b42c40bfba1deff56d9b8be9" + }, + { + "name": "lvgl", + "version": "7.10.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.10.1.zip", + "archiveFileName": "lvgl-7.10.1.zip", + "size": 7004078, + "checksum": "SHA-256:c7f50b6b170836b3a4bd1d47f1b00b4508c1f83eaab5f75f901a1465356d991e" + }, + { + "name": "lvgl", + "version": "7.11.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.11.0.zip", + "archiveFileName": "lvgl-7.11.0.zip", + "size": 7006303, + "checksum": "SHA-256:a993385dd9150326333edd5423acf33807247629c5716a71b42b8f92e169e496" + }, + { + "name": "lvgl", + "version": "8.0.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.0.0.zip", + "archiveFileName": "lvgl-8.0.0.zip", + "size": 10188168, + "checksum": "SHA-256:e76ff2d23bd5071bc9cc28f04c0232b9f5b981373bd39df7ad5d4f9d4da6f027" + }, + { + "name": "lvgl", + "version": "8.0.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.0.1.zip", + "archiveFileName": "lvgl-8.0.1.zip", + "size": 10189889, + "checksum": "SHA-256:f570e1fd80033393cf0d68e690aef93f8e51f9708d80de8995e4a0fa4718bceb" + }, + { + "name": "lvgl", + "version": "8.0.2", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.0.2.zip", + "archiveFileName": "lvgl-8.0.2.zip", + "size": 10197058, + "checksum": "SHA-256:f75546f42bffc01a0e2e7e7a985edaf611269cbeadec50aa7a6fbfb1d2e76db8" + }, + { + "name": "lvgl", + "version": "8.2.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.2.0.zip", + "archiveFileName": "lvgl-8.2.0.zip", + "size": 25490676, + "checksum": "SHA-256:9250978682eef2b5a7b430c3b7701791b0fab44cc2ed3bb0e3d31dedf245f544" + }, + { + "name": "lvgl", + "version": "8.3.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.0.zip", + "archiveFileName": "lvgl-8.3.0.zip", + "size": 25765851, + "checksum": "SHA-256:cd10008fb746ca1b1c35f42af47048cd8966171883665bd646f0ef919a283923" + }, + { + "name": "lvgl", + "version": "8.3.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.1.zip", + "archiveFileName": "lvgl-8.3.1.zip", + "size": 25647101, + "checksum": "SHA-256:1fc729ee01338f3b630edfeb95d3c64a1a28a30cedcc9139fc493eef93da9795" + }, + { + "name": "lvgl", + "version": "8.3.2", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.2.zip", + "archiveFileName": "lvgl-8.3.2.zip", + "size": 25650216, + "checksum": "SHA-256:590e56cfa2a97da6fdd96a7403a7204b8a1b8cf428bb84d5bfcac87ebd60c531" + }, + { + "name": "lvgl", + "version": "8.3.3", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.3.zip", + "archiveFileName": "lvgl-8.3.3.zip", + "size": 25650271, + "checksum": "SHA-256:d6946e432ee0ed51ef3005319c7ec98fd2d9d2717c9a3263db772facb3e85da9" + }, + { + "name": "lvgl", + "version": "8.3.4", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.4.zip", + "archiveFileName": "lvgl-8.3.4.zip", + "size": 25654600, + "checksum": "SHA-256:01ce18558dfbf32f5f2319726a6ae9b076a57a5d4102faaf5719643bfae5cb6e" + }, + { + "name": "lvgl", + "version": "8.3.5", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.5.zip", + "archiveFileName": "lvgl-8.3.5.zip", + "size": 25692203, + "checksum": "SHA-256:e3145ef4f6fb0961fbcada66223503f7b05b5016bba149d9d39e015890e3d211" + }, + { + "name": "lvgl", + "version": "8.3.6", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.6.zip", + "archiveFileName": "lvgl-8.3.6.zip", + "size": 25696138, + "checksum": "SHA-256:36de18834806ddc4427e326e22ae670d24976393f65bd7c7b45edd494b5a5cfb" + }, + { + "name": "lvgl", + "version": "8.3.7", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.7.zip", + "archiveFileName": "lvgl-8.3.7.zip", + "size": 25697436, + "checksum": "SHA-256:f5228a596b57b33b4a44fe356f6138808ce9717bf1fb4b9718f5554ce19f6493" + }, + { + "name": "lvgl", + "version": "8.3.8", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.8.zip", + "archiveFileName": "lvgl-8.3.8.zip", + "size": 25730146, + "checksum": "SHA-256:2b82c88108b961ed727303aee28c6225e692b6a1ebda4d5d74241664831b2b90" + }, + { + "name": "lvgl", + "version": "8.3.9", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.9.zip", + "archiveFileName": "lvgl-8.3.9.zip", + "size": 25734594, + "checksum": "SHA-256:993541c629df2d7b2c0a308e470038e05795eed356da6e8b9dcd5ecce7a87346" + }, + { + "name": "lvgl", + "version": "8.3.10", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.10.zip", + "archiveFileName": "lvgl-8.3.10.zip", + "size": 25742993, + "checksum": "SHA-256:97d05932668eea08a0ff7bd35f6faece0f177474e3deff0ff9f0b462c3931030" + }, + { + "name": "lvgl", + "version": "8.3.11", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt,pete-pjb", + "sentence": "Full-featured Graphics Library for Embedded Systems", + "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lvgl.git", + "providesIncludes": [ + "lvgl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-8.3.11.zip", + "archiveFileName": "lvgl-8.3.11.zip", + "size": 26111122, + "checksum": "SHA-256:58b62bc6a20ea8f41cfa641d69ef39ba6b6c215a30430327ff49d994c6523d37" + }, + { + "name": "M62429", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.0.zip", + "archiveFileName": "M62429-0.2.0.zip", + "size": 6852, + "checksum": "SHA-256:d68b897ab1437e695fab94bef7fa1fa255f347af18df61eb7382e872c526e502" + }, + { + "name": "M62429", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.1.zip", + "archiveFileName": "M62429-0.2.1.zip", + "size": 8409, + "checksum": "SHA-256:669e7e1657f8a6ad3c24e45e9301ece4e17cb40e7fb82cc691fe71e029a26db2" + }, + { + "name": "M62429", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.2.zip", + "archiveFileName": "M62429-0.2.2.zip", + "size": 8344, + "checksum": "SHA-256:7beb81302525cd549dd3cc29665d77af26beefb1b1c8242d1e1b1e04b9be2d7d" + }, + { + "name": "M62429", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.3.zip", + "archiveFileName": "M62429-0.2.3.zip", + "size": 8481, + "checksum": "SHA-256:0994fa822e22768583499f0d9340381da376a822697857ea2b8f662bc3c50846" + }, + { + "name": "M62429", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.0.zip", + "archiveFileName": "M62429-0.3.0.zip", + "size": 11301, + "checksum": "SHA-256:666f5e751fd24e6e77cfadc28002996efdfa3261ec11a8677e9265852f1caab4" + }, + { + "name": "M62429", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.1.zip", + "archiveFileName": "M62429-0.3.1.zip", + "size": 11795, + "checksum": "SHA-256:7f3bee36daa019f2143e08c997a2a9d2f300404bcdbbd85c1e9ed9fb2614ed26" + }, + { + "name": "M62429", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.2.zip", + "archiveFileName": "M62429-0.3.2.zip", + "size": 12731, + "checksum": "SHA-256:9f120c969d3f1f5feb4cad90b042ed23e1e7f0e7d15c5da9be49c3e082c77f7f" + }, + { + "name": "M62429", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.3.zip", + "archiveFileName": "M62429-0.3.3.zip", + "size": 13310, + "checksum": "SHA-256:bdaf88f70713e15e8d61fd8b4e761e84c3a0e4f0735acd23c41f60b7a3053b05" + }, + { + "name": "M62429", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.4.zip", + "archiveFileName": "M62429-0.3.4.zip", + "size": 13343, + "checksum": "SHA-256:bf31186c70bfc3b95c183ea7318da62dfc1fd171861d5fd7ecf8e77ee3fb74d9" + }, + { + "name": "M62429", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.5.zip", + "archiveFileName": "M62429-0.3.5.zip", + "size": 14826, + "checksum": "SHA-256:cfe6fd10a29613448471cd7142786c4f2b4257bce86d35d31d8a274871c36e8c" + }, + { + "name": "M62429", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.6.zip", + "archiveFileName": "M62429-0.3.6.zip", + "size": 15265, + "checksum": "SHA-256:f4b5d92e840f6907f1e293efecc7e6eb5192f982576277b5c0602a441cc6ff13" + }, + { + "name": "M62429", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M62429 volume control IC", + "paragraph": "M62429 == FM62429", + "website": "https://github.com/RobTillaart/M62429", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/M62429.git", + "providesIncludes": [ + "M62429.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.3.7.zip", + "archiveFileName": "M62429-0.3.7.zip", + "size": 15559, + "checksum": "SHA-256:1f962826a7e9512d57073800c6217e796b2b5bd866c1949f0651179522df4985" + }, + { + "name": "lv_examples", + "version": "7.0.2", + "author": "kisvegabor", + "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.0.2.zip", + "archiveFileName": "lv_examples-7.0.2.zip", + "size": 5029347, + "checksum": "SHA-256:3eb3e0f554ba254d786a1c99e049e1d5911abc32d41d61f9725c5dd6ebbec572" + }, + { + "name": "lv_examples", + "version": "7.3.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.3.1.zip", + "archiveFileName": "lv_examples-7.3.1.zip", + "size": 5029478, + "checksum": "SHA-256:834e2d7c8abcaaeb6e123c3ea6c385db66c859a4ee41164af23719bf032a5499" + }, + { + "name": "lv_examples", + "version": "7.4.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.4.0.zip", + "archiveFileName": "lv_examples-7.4.0.zip", + "size": 5049024, + "checksum": "SHA-256:592cc300905e518858c748a61f7e7aa0b5639b98eae8cce8ef726b2b06c6e97b" + }, + { + "name": "lv_examples", + "version": "7.5.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.5.0.zip", + "archiveFileName": "lv_examples-7.5.0.zip", + "size": 5049039, + "checksum": "SHA-256:78e66408dcb88bade7f7689bed0a2aff9c1518ac14982d119e62a867e2684d40" + }, + { + "name": "lv_examples", + "version": "7.6.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.6.0.zip", + "archiveFileName": "lv_examples-7.6.0.zip", + "size": 5049037, + "checksum": "SHA-256:9de2ab81976d2893dad86ac2e829dfa307a27073eca699af9a85d9796319ef15" + }, + { + "name": "lv_examples", + "version": "7.6.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.6.1.zip", + "archiveFileName": "lv_examples-7.6.1.zip", + "size": 5047912, + "checksum": "SHA-256:78bd68da59197f95585ac0ff7213569ad5af680d3a9fe8a70c32b3d7b5fa6afe" + }, + { + "name": "lv_examples", + "version": "7.7.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.0.zip", + "archiveFileName": "lv_examples-7.7.0.zip", + "size": 5047918, + "checksum": "SHA-256:ffd64e93d20319e8149fae78a21e8990b9b815a4a245edc6646ba413cf027c26" + }, + { + "name": "lv_examples", + "version": "7.7.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.1.zip", + "archiveFileName": "lv_examples-7.7.1.zip", + "size": 5048019, + "checksum": "SHA-256:46403aedb1a531708a2627cf2c9041ec433220d086e4c4843dda9426faf4ac32" + }, + { + "name": "lv_examples", + "version": "7.7.2", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.2.zip", + "archiveFileName": "lv_examples-7.7.2.zip", + "size": 5047822, + "checksum": "SHA-256:42480c89ac2cf31b4c17d5353cefcf18d049037bd5db93c1ef182a006ae646e2" + }, + { + "name": "lv_examples", + "version": "7.8.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.8.0.zip", + "archiveFileName": "lv_examples-7.8.0.zip", + "size": 5047973, + "checksum": "SHA-256:7741a2bb95cf88fa1b2e0ad7b4b49892a05f2ba57a343528a7f2be2bf6998820" + }, + { + "name": "lv_examples", + "version": "7.8.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.8.1.zip", + "archiveFileName": "lv_examples-7.8.1.zip", + "size": 7453158, + "checksum": "SHA-256:adac3af9fcdd4e071a7b96990153c1775913935f27167d34ffffeab44437450b" + }, + { + "name": "lv_examples", + "version": "7.9.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.9.0.zip", + "archiveFileName": "lv_examples-7.9.0.zip", + "size": 7531385, + "checksum": "SHA-256:e8fbdccb932960fbbf8058369d24d4591f5862133638c75e2cf1de0eb8318fbc" + }, + { + "name": "lv_examples", + "version": "7.9.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.9.1.zip", + "archiveFileName": "lv_examples-7.9.1.zip", + "size": 7531733, + "checksum": "SHA-256:650c2e4ac6250a1e1d689c06ca582b2d4a3d30fc22c1ac85124635c01a0c5c55" + }, + { + "name": "lv_examples", + "version": "7.10.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.10.0.zip", + "archiveFileName": "lv_examples-7.10.0.zip", + "size": 7532503, + "checksum": "SHA-256:730aa414f40917389bee854482e05fc83a20742f6ac21f51c7f049d71bb32d44" + }, + { + "name": "lv_examples", + "version": "7.10.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.10.1.zip", + "archiveFileName": "lv_examples-7.10.1.zip", + "size": 7532582, + "checksum": "SHA-256:792e99ee85295350347749f4ec5c45af8191d7325cb2d2679c724b68c96f5268" + }, + { + "name": "lv_examples", + "version": "7.11.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.11.0.zip", + "archiveFileName": "lv_examples-7.11.0.zip", + "size": 8052237, + "checksum": "SHA-256:0c77bba8ecb5871847b3784e9b40df56bf44be3a3e66857fd09b8ab22c9147a8" + }, + { + "name": "lv_examples", + "version": "8.0.1", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_examples.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-8.0.1.zip", + "archiveFileName": "lv_examples-8.0.1.zip", + "size": 5909182, + "checksum": "SHA-256:8771efe3ee948099a8b772db8b378cfadb878c345aa7ba3de0423b8520cfd9a8" + }, + { + "name": "lv_examples", + "version": "8.1.0", + "author": "kisvegabor", + "maintainer": "kisvegabor,embeddedt", + "sentence": "Examples for LVGL grapics library", + "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", + "website": "https://lvgl.io", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lvgl/lv_examples.git", + "providesIncludes": [ + "lv_demo.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-8.1.0.zip", + "archiveFileName": "lv_examples-8.1.0.zip", + "size": 7940669, + "checksum": "SHA-256:129f389a3eb8f0225db1707155dfe28e11b4c931fd182e0ff9db75c90fac89cb" + }, + { + "name": "Watermeter", + "version": "1.0.0", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.0.zip", + "archiveFileName": "Watermeter-1.0.0.zip", + "size": 8867, + "checksum": "SHA-256:1a98507dfd69ccc779908302f509ba95ba23baf24d2548d2e91a9a3636a62abe" + }, + { + "name": "Watermeter", + "version": "1.0.1", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.1.zip", + "archiveFileName": "Watermeter-1.0.1.zip", + "size": 10442, + "checksum": "SHA-256:4885d03e471ce9c95b9340ab04b022ee816c77bb06779010d48bbc0229876be4" + }, + { + "name": "Watermeter", + "version": "1.0.2", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.2.zip", + "archiveFileName": "Watermeter-1.0.2.zip", + "size": 21039, + "checksum": "SHA-256:197c297c01d6458dc15a9437736a1fef126b62937f926b947267d53e66054838" + }, + { + "name": "Watermeter", + "version": "1.0.4", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.4.zip", + "archiveFileName": "Watermeter-1.0.4.zip", + "size": 21042, + "checksum": "SHA-256:e4ecd07d60d57845df5a2a9b18acb13758ce934912d18cbb9ef949f7d4e8fa37" + }, + { + "name": "Watermeter", + "version": "1.0.5", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.5.zip", + "archiveFileName": "Watermeter-1.0.5.zip", + "size": 21620, + "checksum": "SHA-256:31cff31e7002da356ceed4c9ad8475fb9420b20488c025c076adbaac30810dab" + }, + { + "name": "Watermeter", + "version": "1.0.6", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SD card filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.6.zip", + "archiveFileName": "Watermeter-1.0.6.zip", + "size": 21861, + "checksum": "SHA-256:28732e376b849e6d49cdee7fd177c1f66188d4d0a1672e613e04f3fdc51c9c15" + }, + { + "name": "Watermeter", + "version": "1.0.7", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SD card filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.7.zip", + "archiveFileName": "Watermeter-1.0.7.zip", + "size": 21978, + "checksum": "SHA-256:ee0b3ac342bbc55f27a46a133376879bfdd7f8f1d7beb815cfb14f5810cce491" + }, + { + "name": "Watermeter", + "version": "1.0.8", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SD card filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.8.zip", + "archiveFileName": "Watermeter-1.0.8.zip", + "size": 21988, + "checksum": "SHA-256:90edc2a4c07cad5859e9b16017882f9908ee7436b85925bb853f46049b0d1678" + }, + { + "name": "Watermeter", + "version": "1.0.9", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SD card filesystem power off backup support.", + "website": "https://github.com/jordancrubin/watermeter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/watermeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.9.zip", + "archiveFileName": "Watermeter-1.0.9.zip", + "size": 22669, + "checksum": "SHA-256:137708f04c23f69601ecc379f31acbd8ab9b72fc09a31bb16265083881e9ab09" + }, + { + "name": "Adafruit LC709203F", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.0.0.zip", + "archiveFileName": "Adafruit_LC709203F-1.0.0.zip", + "size": 9147, + "checksum": "SHA-256:691ee7672282a7c28ec8983e4764a589405bfd71e5e5cd32de40bb18d33aa2a8" + }, + { + "name": "Adafruit LC709203F", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.0.1.zip", + "archiveFileName": "Adafruit_LC709203F-1.0.1.zip", + "size": 9167, + "checksum": "SHA-256:bed4175909970f1fc22b8786bd845c95480969542ad64e9dcd23d0cb22d70ea6" + }, + { + "name": "Adafruit LC709203F", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.1.0.zip", + "archiveFileName": "Adafruit_LC709203F-1.1.0.zip", + "size": 9389, + "checksum": "SHA-256:3636f33020370432876ca9bf50526b8a3a1639800cba8adbb4b5f22497d2c520" + }, + { + "name": "Adafruit LC709203F", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.2.0.zip", + "archiveFileName": "Adafruit_LC709203F-1.2.0.zip", + "size": 9461, + "checksum": "SHA-256:2b6789dc8dc4ec3d0a551096b8ad502eec39ece828f521eefd93fa1dc36c7574" + }, + { + "name": "Adafruit LC709203F", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.3.0.zip", + "archiveFileName": "Adafruit_LC709203F-1.3.0.zip", + "size": 9686, + "checksum": "SHA-256:bb7dba5f8f4410ef2268aec2637dd8db1d311ec49db45e431154ec657d36d92a" + }, + { + "name": "Adafruit LC709203F", + "version": "1.3.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.3.1.zip", + "archiveFileName": "Adafruit_LC709203F-1.3.1.zip", + "size": 9678, + "checksum": "SHA-256:e75a290ff267e818cf34a3009e2f52e4f793247ef93216dbd3233161a0b0448b" + }, + { + "name": "Adafruit LC709203F", + "version": "1.3.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.3.2.zip", + "archiveFileName": "Adafruit_LC709203F-1.3.2.zip", + "size": 9686, + "checksum": "SHA-256:727d7789e948212b105152e5c15c61e381aa94c0b81d02e4b214634b39398198" + }, + { + "name": "Adafruit LC709203F", + "version": "1.3.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LC709203F", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.3.4.zip", + "archiveFileName": "Adafruit_LC709203F-1.3.4.zip", + "size": 9687, + "checksum": "SHA-256:2b0876bc9a422238bed72bbb169cb1fb1598c8d990d634901353cc9d2738ef41" + }, + { + "name": "HeliOS", + "version": "0.2.1", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 20 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.2.1.zip", + "archiveFileName": "HeliOS-0.2.1.zip", + "size": 201684, + "checksum": "SHA-256:f168253c95d3b3ecf54b47e4f5413ef17f5e2eb44912aa3cd37240033e7206ba" + }, + { + "name": "HeliOS", + "version": "0.2.2", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.2.2.zip", + "archiveFileName": "HeliOS-0.2.2.zip", + "size": 204432, + "checksum": "SHA-256:97a7b48394a6c1cf660f6e05c6b7c45f567ed8fffdb63496d2ee7eb58ae914f4" + }, + { + "name": "HeliOS", + "version": "0.2.3", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.2.3.zip", + "archiveFileName": "HeliOS-0.2.3.zip", + "size": 213128, + "checksum": "SHA-256:9c365c897db669e6f16ba4bbfc5c82aa4ab6fa1868237dd1d5d0c8b0bca33d86" + }, + { + "name": "HeliOS", + "version": "0.2.4", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.2.4.zip", + "archiveFileName": "HeliOS-0.2.4.zip", + "size": 218648, + "checksum": "SHA-256:4140a6e1cb7fe74819cd437188cfc49a5c677372a46b3a1ea2092b906f5d357c" + }, + { + "name": "HeliOS", + "version": "0.2.5", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.2.5.zip", + "archiveFileName": "HeliOS-0.2.5.zip", + "size": 223409, + "checksum": "SHA-256:b72045ac5b09b21be872b58423b0d08e4ac48d15cf75e7907c421391229165f9" + }, + { + "name": "HeliOS", + "version": "0.2.6", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.2.6.zip", + "archiveFileName": "HeliOS-0.2.6.zip", + "size": 223509, + "checksum": "SHA-256:3c930e6f1ee482279d3768ed733c212df1c02b550e4742949b1c60be6f539913" + }, + { + "name": "HeliOS", + "version": "0.2.7", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.2.7.zip", + "archiveFileName": "HeliOS-0.2.7.zip", + "size": 228225, + "checksum": "SHA-256:62aa85cd2be90be1ecce0c341916deaef59f2654ea4a96e56bd09bec40fe169e" + }, + { + "name": "HeliOS", + "version": "0.3.0", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.3.0.zip", + "archiveFileName": "HeliOS-0.3.0.zip", + "size": 617031, + "checksum": "SHA-256:d7e99740712c46ffb33bc2e2a0fba0e41937bd9da44b3554d90daa6fae0f7212" + }, + { + "name": "HeliOS", + "version": "0.3.1", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.3.1.zip", + "archiveFileName": "HeliOS-0.3.1.zip", + "size": 633015, + "checksum": "SHA-256:951e6f837043b3db1cbe5a7c51a2a18e040a853d17d932613f55d4502e1e9c17" + }, + { + "name": "HeliOS", + "version": "0.3.2", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.3.2.zip", + "archiveFileName": "HeliOS-0.3.2.zip", + "size": 633087, + "checksum": "SHA-256:51c7be8846f3b40e1a3cce0ad45d6cb61e79406da1862828e58ddfff581fe5c1" + }, + { + "name": "HeliOS", + "version": "0.3.3", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.3.3.zip", + "archiveFileName": "HeliOS-0.3.3.zip", + "size": 641586, + "checksum": "SHA-256:dfb3b94ff2a10bdc04c7373eb51634446f47298ad5cd356e7c362664eb04772a" + }, + { + "name": "HeliOS", + "version": "0.3.4", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.3.4.zip", + "archiveFileName": "HeliOS-0.3.4.zip", + "size": 646372, + "checksum": "SHA-256:a88c95537d1acea4559c66347601ae3206028e3564aaecd61b0bec29b3647f23" + }, + { + "name": "HeliOS", + "version": "0.3.5", + "author": "Manny Peterson", + "maintainer": "Manny Peterson", + "sentence": "The free embedded operating system.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/MannyPeterson/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.3.5.zip", + "archiveFileName": "HeliOS-0.3.5.zip", + "size": 616412, + "checksum": "SHA-256:759b066b2b344cb1fb0a51dd042ecc724790ea70e5a64bd6fd1d9fdc47c19d69" + }, + { + "name": "HeliOS", + "version": "0.4.0", + "author": "Manny Peterson \u003cmanny@heliosproj.org\u003e", + "maintainer": "Manny Peterson \u003cmanny@heliosproj.org\u003e", + "sentence": "An open source, community delivered, embedded operating system project.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/heliosproj/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.4.0.zip", + "archiveFileName": "HeliOS-0.4.0.zip", + "size": 1614274, + "checksum": "SHA-256:f1c55b58efea1ad0ea61bc95ccdedb404bcb7b5fb40a91a38b967a4cb53337c8" + }, + { + "name": "HeliOS", + "version": "0.4.1", + "author": "Manny Peterson \u003cmanny@heliosproj.org\u003e", + "maintainer": "Manny Peterson \u003cmanny@heliosproj.org\u003e", + "sentence": "An open source, community delivered, embedded operating system project.", + "paragraph": "HeliOS is an embedded operating system that is free for everyone to use. While called an operating system, HeliOS is a multitasking kernel for use in embedded applications. Its rich, fully documented, API allows the user to control every aspect of the system and access kernel services for task (process) management, scheduler management, inter-process communication, memory management and more while maintaining a tiny footprint for a broad range of low-power embedded devices.", + "website": "https://github.com/heliosproj/HeliOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heliosproj/HeliOS.git", + "providesIncludes": [ + "HeliOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heliosproj/HeliOS-0.4.1.zip", + "archiveFileName": "HeliOS-0.4.1.zip", + "size": 589412, + "checksum": "SHA-256:11670317fee11a79f03e6dc0bba5265d232f10f0951f5573b8d053324696d661" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.1", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": [ + "Freenove_WS2812_Lib_for_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.1.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.1.zip", + "size": 75685, + "checksum": "SHA-256:1bb8c93810b9f17a0ab14cda191522da65b92b0bd3b472334374d79e988b18f9" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.2", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": [ + "Freenove_WS2812_Lib_for_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.2.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.2.zip", + "size": 75530, + "checksum": "SHA-256:6ca23c7a4812ba71ac86d0f869fb907a3c244ba092136d2e25bf6e12a8b51072" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.3", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": [ + "Freenove_WS2812_Lib_for_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.3.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.3.zip", + "size": 75534, + "checksum": "SHA-256:beb23da8e4d85481adc715d87712d23ddd2c928a3170c7903eb3371810499507" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.4", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": [ + "Freenove_WS2812_Lib_for_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.4.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.4.zip", + "size": 75535, + "checksum": "SHA-256:d6666fd9fb5e43f31ef82c1c5d220429410ac5111b7d5fca42ae15df35d58218" + }, + { + "name": "Freenove WS2812 Lib for ESP32", + "version": "1.0.5", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", + "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", + "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", + "providesIncludes": [ + "Freenove_WS2812_Lib_for_ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.5.zip", + "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.5.zip", + "size": 71734, + "checksum": "SHA-256:91f195fe7369094dfeef46e314c38698d2df88154fc736d8ab11a43a238ac0a3" + }, + { + "name": "MDNS_Generic", + "version": "1.0.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, etc. boards using Ethernet W5x00", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.0.0.zip", + "archiveFileName": "MDNS_Generic-1.0.0.zip", + "size": 225936, + "checksum": "SHA-256:be8b26fd1f2ae827e14b32d6a729f84eba85057c1dcadc93cedf96a7728b9eb9" + }, + { + "name": "MDNS_Generic", + "version": "1.0.1", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, etc. boards using Ethernet W5x00", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.0.1.zip", + "archiveFileName": "MDNS_Generic-1.0.1.zip", + "size": 293807, + "checksum": "SHA-256:5886921a29af4aae0376107997741cd79625cdbea6f6f1cc024dda437fa41204" + }, + { + "name": "MDNS_Generic", + "version": "1.1.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.1.0.zip", + "archiveFileName": "MDNS_Generic-1.1.0.zip", + "size": 468484, + "checksum": "SHA-256:c67fecce80a4f1ca760dc7c0b47308bfaa1867f2b097148088cf01e9cbe9489c" + }, + { + "name": "MDNS_Generic", + "version": "1.2.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.2.0.zip", + "archiveFileName": "MDNS_Generic-1.2.0.zip", + "size": 586958, + "checksum": "SHA-256:af8435556171c948ca1fefe51f10fa4aa0b9650664a87f18dc78f54492a618be" + }, + { + "name": "MDNS_Generic", + "version": "1.2.1", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.2.1.zip", + "archiveFileName": "MDNS_Generic-1.2.1.zip", + "size": 587630, + "checksum": "SHA-256:e86211ddaab6aa4616ca48d8cf5361f1fbbd58ccf28c2ce2e2986b6b66b2dd14" + }, + { + "name": "MDNS_Generic", + "version": "1.3.0-beta1", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Portenta_H7, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.3.0-beta1.zip", + "archiveFileName": "MDNS_Generic-1.3.0-beta1.zip", + "size": 596970, + "checksum": "SHA-256:ff735bb880c9a550a81c16f9592cf1c07e38dab4ded89228851eb79d6572522a" + }, + { + "name": "MDNS_Generic", + "version": "1.3.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Portenta_H7, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.3.0.zip", + "archiveFileName": "MDNS_Generic-1.3.0.zip", + "size": 623940, + "checksum": "SHA-256:8147b927ffa146176ce4f714921b54a8638d844cf0e1bbb661529caddce63f8b" + }, + { + "name": "MDNS_Generic", + "version": "1.3.1", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Portenta_H7, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.3.1.zip", + "archiveFileName": "MDNS_Generic-1.3.1.zip", + "size": 815807, + "checksum": "SHA-256:a6a754c6cff029741968347be6ffaf6cb734ca3d04979f382a3da27c215ee116" + }, + { + "name": "MDNS_Generic", + "version": "1.4.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Portenta_H7, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h", + "MDNS_Generic.hpp" + ], + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.4.0.zip", + "archiveFileName": "MDNS_Generic-1.4.0.zip", + "size": 971670, + "checksum": "SHA-256:6d5212abd57d0e3f700f1824cc79517d8ee9407b911d3d3094856d4564e7b854" + }, + { + "name": "MDNS_Generic", + "version": "1.4.1", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Portenta_H7, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h", + "MDNS_Generic.hpp" + ], + "dependencies": [ + { + "name": "Ethernet_Generic" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.4.1.zip", + "archiveFileName": "MDNS_Generic-1.4.1.zip", + "size": 1074196, + "checksum": "SHA-256:db6c455472fc3fd5cdaab323385a3e9bc07a341f84e5f67437741b82a46cc655" + }, + { + "name": "MDNS_Generic", + "version": "1.4.2", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Portenta_H7, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields", + "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/MDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MDNS_Generic.git", + "providesIncludes": [ + "MDNS_Generic.h", + "MDNS_Generic.hpp" + ], + "dependencies": [ + { + "name": "Ethernet_Generic" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.4.2.zip", + "archiveFileName": "MDNS_Generic-1.4.2.zip", + "size": 1126181, + "checksum": "SHA-256:b89aada27b75325f058bcde70beb894499ddf059e4367ee088d05b96c004bbed" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.0.zip", + "archiveFileName": "Kelvin2RGB-0.1.0.zip", + "size": 8841, + "checksum": "SHA-256:cc570c98a2dab5021ccf8b805f4ccb6a1370d216f11ebc141921abb1c2bbb6d0" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.1.zip", + "archiveFileName": "Kelvin2RGB-0.1.1.zip", + "size": 10612, + "checksum": "SHA-256:6d7599cc2e70a8168f15a4a236363ec1f1f559260ddea7f37d560c59e135cd52" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.2.zip", + "archiveFileName": "Kelvin2RGB-0.1.2.zip", + "size": 12546, + "checksum": "SHA-256:0eeb434b7482d1785ccd60ebe19e79d4f3d5a67486358ef424ab319bca054ae8" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.3.zip", + "archiveFileName": "Kelvin2RGB-0.1.3.zip", + "size": 13380, + "checksum": "SHA-256:aceb4bba8a3977f2a1f916e13301e6acc54583b57716552bb246e210de65b281" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.4.zip", + "archiveFileName": "Kelvin2RGB-0.1.4.zip", + "size": 13584, + "checksum": "SHA-256:97031501f84cb5495799d501767b34339f5ea1efa30de75e7b2a2b5a65724202" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.5.zip", + "archiveFileName": "Kelvin2RGB-0.1.5.zip", + "size": 14413, + "checksum": "SHA-256:505452afe1eef648dcb7f3022707c1a95b1202a10beb95d24d25595c0555b926" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.6.zip", + "archiveFileName": "Kelvin2RGB-0.1.6.zip", + "size": 15499, + "checksum": "SHA-256:47347e15a679a643daa69b6d65a04bb394bc33a8588aed854fe63c159364829c" + }, + { + "name": "Kelvin2RGB", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for converting temperature to RGB values", + "website": "https://github.com/RobTillaart/Kelvin2RGB", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", + "providesIncludes": [ + "Kelvin2RGB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.7.zip", + "archiveFileName": "Kelvin2RGB-0.1.7.zip", + "size": 16070, + "checksum": "SHA-256:36911b04ed20ebf610bc14cd94e0d5f7a8f89eda0042f0eb0d31c3494db75ce4" + }, + { + "name": "SerialDraw", + "version": "1.0.0", + "author": "TilenS, JurijTSL", + "maintainer": "TilenS, JurijTSL", + "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", + "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", + "website": "https://github.com/TilenS6/SerialDraw-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TilenS6/SerialDraw-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.0.zip", + "archiveFileName": "SerialDraw-1.0.0.zip", + "size": 5269, + "checksum": "SHA-256:22a5572f49a3f8289c5d4b7e572750da806b1c29cff5ee0cd785d356b3bec04f" + }, + { + "name": "SerialDraw", + "version": "1.0.1", + "author": "TilenS, JurijTSL", + "maintainer": "TilenS, JurijTSL", + "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", + "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", + "website": "https://github.com/TilenS6/SerialDraw-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TilenS6/SerialDraw-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.1.zip", + "archiveFileName": "SerialDraw-1.0.1.zip", + "size": 5529, + "checksum": "SHA-256:f6faeeee87bc2c7891bbf81ea8cdd7d882e7646f0a89c769080df1bb62e20972" + }, + { + "name": "SerialDraw", + "version": "1.0.2", + "author": "TilenS, JurijTSL", + "maintainer": "TilenS, JurijTSL", + "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", + "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", + "website": "https://github.com/TilenS6/SerialDraw-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TilenS6/SerialDraw-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.2.zip", + "archiveFileName": "SerialDraw-1.0.2.zip", + "size": 6353, + "checksum": "SHA-256:1dde8319e93663c16f9f0b412117e655dec2a284425c342c61eca12dd2c5cfb9" + }, + { + "name": "bitHelpers", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.0.zip", + "archiveFileName": "bitHelpers-0.1.0.zip", + "size": 6481, + "checksum": "SHA-256:bae5672c0c238d2490037892b45be1637cda59a7d97ce51eb2f443da89f434df" + }, + { + "name": "bitHelpers", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.1.zip", + "archiveFileName": "bitHelpers-0.1.1.zip", + "size": 8660, + "checksum": "SHA-256:412e3a2d1efaf634720f7bde5deb98bc26669fe2ea44788f4420b85abf2356a0" + }, + { + "name": "bitHelpers", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.3.zip", + "archiveFileName": "bitHelpers-0.1.3.zip", + "size": 12468, + "checksum": "SHA-256:86e9abb1e837a69c9f8ff0d702b4040ec2b6cb53afcf20bec7287834c270a91d" + }, + { + "name": "bitHelpers", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.4.zip", + "archiveFileName": "bitHelpers-0.1.4.zip", + "size": 12848, + "checksum": "SHA-256:a01e4523071df374dcffb0bbb0e929619b2502cfd4c3b3dc0687e567556af939" + }, + { + "name": "bitHelpers", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.5.zip", + "archiveFileName": "bitHelpers-0.1.5.zip", + "size": 13878, + "checksum": "SHA-256:40bd20d6615478205432ccf6dc1a25fd033ccb107f59f860835ac94a78f1c3e4" + }, + { + "name": "bitHelpers", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.6.zip", + "archiveFileName": "bitHelpers-0.1.6.zip", + "size": 15990, + "checksum": "SHA-256:40d25f81ddd31d36ecf4477203c7da9c71a6cb173ad7547fa100365d2cf7b900" + }, + { + "name": "bitHelpers", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.7.zip", + "archiveFileName": "bitHelpers-0.1.7.zip", + "size": 15969, + "checksum": "SHA-256:2e75181453cb55844238162ad37473219efb0e4ec89ab8b1785d820cdbd7b50b" + }, + { + "name": "bitHelpers", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.8.zip", + "archiveFileName": "bitHelpers-0.1.8.zip", + "size": 17005, + "checksum": "SHA-256:4f476a2fbc00daafbdb4c443d3de1a7f60a43369443813d967d43d13590848cd" + }, + { + "name": "bitHelpers", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.9.zip", + "archiveFileName": "bitHelpers-0.1.9.zip", + "size": 14937, + "checksum": "SHA-256:dc70f68076011ca2de55bef19538e182b8bd628d660f24efb4870a198c28632c" + }, + { + "name": "bitHelpers", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.10.zip", + "archiveFileName": "bitHelpers-0.1.10.zip", + "size": 14990, + "checksum": "SHA-256:d771c135c1abc36b1b83c7698f0f12080001dfc22cd9cef939d9c51a2f001caf" + }, + { + "name": "bitHelpers", + "version": "0.1.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with functions on bit level", + "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", + "website": "https://github.com/RobTillaart/bitHelpers", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/bitHelpers.git", + "providesIncludes": [ + "bitHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.11.zip", + "archiveFileName": "bitHelpers-0.1.11.zip", + "size": 15192, + "checksum": "SHA-256:4d74e47a0bc389f905c7be26dc13bc735648f81c77822fb0082e0ac974df7d7f" + }, + { + "name": "TinyStepper", + "version": "1.0.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "Arduino library to drive stepper motors. Small and easy to use.", + "paragraph": "Simple library to drive a 4-phase stepper motor using simple Move(), AccelMove() and Disable() functions. Works well with 28BYJ-48 and UNL2003 module.", + "website": "https://github.com/jasonacox/TinyStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TinyStepper.git", + "providesIncludes": [ + "TinyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TinyStepper-1.0.0.zip", + "archiveFileName": "TinyStepper-1.0.0.zip", + "size": 651023, + "checksum": "SHA-256:7a15dafd2aeb42b37310a273d225a68d988969b51b9851184beb2221ba4c2f22" + }, + { + "name": "TinyStepper", + "version": "1.1.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "Arduino library to drive stepper motors. Small and easy to use.", + "paragraph": "Simple library to drive a 4-phase stepper motor using simple Move(), AccelMove() and Disable() functions. Works well with 28BYJ-48 stepper motor and UNL2003 module. Control steppers with basic Move(x) commands where x is positive or negative value (in degrees). Uses halfstep sequencing for higher torque and smoother motion.", + "website": "https://github.com/jasonacox/TinyStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TinyStepper.git", + "providesIncludes": [ + "TinyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TinyStepper-1.1.0.zip", + "archiveFileName": "TinyStepper-1.1.0.zip", + "size": 652553, + "checksum": "SHA-256:dde807fe0f10ca6c4a057fd84bf3d3e96697abeb6b7dd07d114da74d76494258" + }, + { + "name": "TinyStepper", + "version": "1.2.0", + "author": "Jason Cox \u003cjason@jasonacox.com\u003e", + "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", + "sentence": "Arduino library to drive stepper motors. Small and easy to use.", + "paragraph": "Simple library to drive a 4-phase stepper motor using simple Move(), AccelMove() and Disable() functions. Works well with 28BYJ-48 stepper motor and UNL2003 module. Control steppers with basic Move(x) commands where x is positive or negative value (in degrees). Uses halfstep sequencing for higher torque and smoother motion.", + "website": "https://github.com/jasonacox/TinyStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jasonacox/TinyStepper.git", + "providesIncludes": [ + "TinyStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TinyStepper-1.2.0.zip", + "archiveFileName": "TinyStepper-1.2.0.zip", + "size": 653674, + "checksum": "SHA-256:68aaa3227899deeb1a664e2499e1935399dd666efbcbb6e376f4425acbf6ac46" + }, + { + "name": "I2C BM8563 RTC", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C RTC", + "paragraph": "Library to control I2C RTC", + "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "providesIncludes": [ + "I2C_BM8563.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.1.zip", + "archiveFileName": "I2C_BM8563_RTC-1.0.1.zip", + "size": 6469, + "checksum": "SHA-256:c84b737fce32984b6170ff0a0ebd29a6d1b217b641dc9c8e400820048ac665e8" + }, + { + "name": "I2C BM8563 RTC", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C RTC", + "paragraph": "Library to control I2C RTC", + "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "providesIncludes": [ + "I2C_BM8563.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.2.zip", + "archiveFileName": "I2C_BM8563_RTC-1.0.2.zip", + "size": 8099, + "checksum": "SHA-256:55f4855eb8c9ebca9b3994b14f7aedea38643b15cdd7530c77f4552d073fbafe" + }, + { + "name": "I2C BM8563 RTC", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C RTC", + "paragraph": "Library to control I2C RTC", + "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "providesIncludes": [ + "I2C_BM8563.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.3.zip", + "archiveFileName": "I2C_BM8563_RTC-1.0.3.zip", + "size": 9960, + "checksum": "SHA-256:64be9195af874407dabd03b01dd4a9c8e10df39895098f4478dc8da7d0ab7689" + }, + { + "name": "I2C BM8563 RTC", + "version": "1.0.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C RTC", + "paragraph": "Library to control I2C RTC", + "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "providesIncludes": [ + "I2C_BM8563.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.4.zip", + "archiveFileName": "I2C_BM8563_RTC-1.0.4.zip", + "size": 12954, + "checksum": "SHA-256:e96f6bac1833527157eb7b31a26c29bd38b49c7329e18567db9c04425af3543f" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": [ + "I2C_AXP192.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.1.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.1.zip", + "size": 5627, + "checksum": "SHA-256:00f1fa9d8fab96bbb3c047bdd159974f6043e8f82725cfd771de3ea2bda2c1ee" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": [ + "I2C_AXP192.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.2.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.2.zip", + "size": 5627, + "checksum": "SHA-256:724af784fc4a72cbcfdfaa3a8ef41031243c25ee02507c5e9163627b94469dfd" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": [ + "I2C_AXP192.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.3.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.3.zip", + "size": 5697, + "checksum": "SHA-256:e1b598ced64c7f2c149c9e6b96285b7d5aa41b24c236177fe56548017969c1eb" + }, + { + "name": "I2C AXP192 Power management", + "version": "1.0.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", + "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", + "website": "https://github.com/tanakamasayuki/I2C_AXP192", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", + "providesIncludes": [ + "I2C_AXP192.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.4.zip", + "archiveFileName": "I2C_AXP192_Power_management-1.0.4.zip", + "size": 5676, + "checksum": "SHA-256:fd8827a1f08d92d40373f3f41711d5975706cf9fdc103913afdf927e37cb158d" + }, + { + "name": "AqualaboSensor", + "version": "0.0.1", + "author": "Andres Sabas, based in the work of Libelium", + "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", + "sentence": "Aqualabo Sensors.", + "paragraph": "Aqualabo Sensors communication with Modbus slaves over RS232/485 (via RTU protocol). Requires an RS232/485 transceiver.", + "website": "https://github.com/ElectronicCats/AqualaboSensorsLibrary", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/AqualaboSensorsLibrary.git", + "providesIncludes": [ + "AqualaboSensors.h" + ], + "dependencies": [ + { + "name": "ModbusMaster" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/AqualaboSensor-0.0.1.zip", + "archiveFileName": "AqualaboSensor-0.0.1.zip", + "size": 31149, + "checksum": "SHA-256:b4b7182c6103ef541d4e9357bb8c8441ad44533344b04e3a788af36103b6446d" + }, + { + "name": "evo_build_template", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.0.zip", + "archiveFileName": "evo_build_template-1.0.0.zip", + "size": 10487, + "checksum": "SHA-256:dbc8574018a14f48adf37bc51a2ed01d13baefe41b8391589c43084fbe96659d" + }, + { + "name": "evo_build_template", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.1.zip", + "archiveFileName": "evo_build_template-1.0.1.zip", + "size": 16686, + "checksum": "SHA-256:d4dafa04eab20b9ff6c57c665bdaa4da653168da78163f4a2dd0ac425ca2f4e4" + }, + { + "name": "evo_build_template", + "version": "1.0.3", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.3.zip", + "archiveFileName": "evo_build_template-1.0.3.zip", + "size": 16782, + "checksum": "SHA-256:27e166e7ce45094ba676f4f15ed23d28e3cff177bbcac338cfa594179a450a68" + }, + { + "name": "evo_build_template", + "version": "1.0.4", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.4.zip", + "archiveFileName": "evo_build_template-1.0.4.zip", + "size": 15568, + "checksum": "SHA-256:223c5aef5daa2e295e676a9e2147c361d7aa17020823e3cd7f8376662a7838f9" + }, + { + "name": "evo_build_template", + "version": "1.1.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Build Template", + "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_build_template", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_build_template.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.1.0.zip", + "archiveFileName": "evo_build_template-1.1.0.zip", + "size": 19211, + "checksum": "SHA-256:13a7bf3933b17c3a60d05755fc4e0e841cb61a9313daf75eddeb8433e24d848c" + }, + { + "name": "evo_pmux_csr", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo PMUX CSR", + "website": "https://github.com/AloriumTechnology/evo_pmux_csr", + "category": "Uncategorized", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_pmux_csr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_pmux_csr-1.0.0.zip", + "archiveFileName": "evo_pmux_csr-1.0.0.zip", + "size": 13996, + "checksum": "SHA-256:cbf85cfc1300d8aa8900233d45e17fc0d25f33db20e326304364bcebe9d21918" + }, + { + "name": "evo_pmux_csr", + "version": "1.0.1", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo PMUX CSR", + "paragraph": "Evo PMUX CSR definitions required for OpenEvo.", + "website": "https://github.com/AloriumTechnology/evo_pmux_csr", + "category": "Uncategorized", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_pmux_csr.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_pmux_csr-1.0.1.zip", + "archiveFileName": "evo_pmux_csr-1.0.1.zip", + "size": 17878, + "checksum": "SHA-256:e57aa41d87ac8e717b1177f964835483a63b89b51bb770404582a0d8efc31908" + }, + { + "name": "AD985X", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.1.0.zip", + "archiveFileName": "AD985X-0.1.0.zip", + "size": 6702, + "checksum": "SHA-256:335e01399b8073349f23e28326e5567a007afd63a99403c42354968f22bb5ad2" + }, + { + "name": "AD985X", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.1.1.zip", + "archiveFileName": "AD985X-0.1.1.zip", + "size": 10167, + "checksum": "SHA-256:ebe596a45309c5fde0cc1c5f2afc7f99719cc5fc47f252b5fb426152957da148" + }, + { + "name": "AD985X", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.2.0.zip", + "archiveFileName": "AD985X-0.2.0.zip", + "size": 15591, + "checksum": "SHA-256:bd18b96b1d7961c73f1d1f1e15a140d1a0a50717de3d6642e4d348e8a02d27c9" + }, + { + "name": "AD985X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.2.1.zip", + "archiveFileName": "AD985X-0.2.1.zip", + "size": 16073, + "checksum": "SHA-256:84ad9e90c0e17900873cbce13c5e78a69d66c895c5496381052f8b8d301f9614" + }, + { + "name": "AD985X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.2.2.zip", + "archiveFileName": "AD985X-0.2.2.zip", + "size": 18447, + "checksum": "SHA-256:793a2ba3badc34aa39503f22d55b0143d075d21414513b8bb7cd305b2490eaee" + }, + { + "name": "AD985X", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.0.zip", + "archiveFileName": "AD985X-0.3.0.zip", + "size": 100834, + "checksum": "SHA-256:d5bf4fbe2bcbdd98c6029320bf93be01261071b0d04a849735279fbc53a98811" + }, + { + "name": "AD985X", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.1.zip", + "archiveFileName": "AD985X-0.3.1.zip", + "size": 101941, + "checksum": "SHA-256:4d2d594778fe6fe635870a0ed7bdd7487ea717afa7804cf003da4a9e27478399" + }, + { + "name": "AD985X", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.2.zip", + "archiveFileName": "AD985X-0.3.2.zip", + "size": 101939, + "checksum": "SHA-256:5f97e9865121308015d5a8190e60ef21da616ec1888d544429d62188009b650f" + }, + { + "name": "AD985X", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.3.zip", + "archiveFileName": "AD985X-0.3.3.zip", + "size": 102132, + "checksum": "SHA-256:8c4d7063f0b1215ee2b1fc8ae217cc9b9bae6b70799c87b7f4a183a57aff14c1" + }, + { + "name": "AD985X", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.4.zip", + "archiveFileName": "AD985X-0.3.4.zip", + "size": 102442, + "checksum": "SHA-256:c9c8d91db4e3f2556a98a35ebcb9498c970e3d0285ce100509d00d99307cbf02" + }, + { + "name": "AD985X", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.5.zip", + "archiveFileName": "AD985X-0.3.5.zip", + "size": 103575, + "checksum": "SHA-256:f79ed4df47a60922c92ac1c53f241d3867913e630ca714eabaadd2bdb4301809" + }, + { + "name": "AD985X", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.3.6.zip", + "archiveFileName": "AD985X-0.3.6.zip", + "size": 105035, + "checksum": "SHA-256:ef23643def9cf98d8bb7b235555a3fa4354135d62939a849a5b26a603d930d99" + }, + { + "name": "AD985X", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", + "paragraph": "Will not work for the AD9852.", + "website": "https://github.com/RobTillaart/AD985X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD985X.git", + "providesIncludes": [ + "AD985X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.4.0.zip", + "archiveFileName": "AD985X-0.4.0.zip", + "size": 105188, + "checksum": "SHA-256:afd8557ecd04389f7f2472f46046416a4151d196d15a8d5eb677cc588663b329" + }, + { + "name": "AnimatedGIF", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.0.zip", + "archiveFileName": "AnimatedGIF-1.0.0.zip", + "size": 787875, + "checksum": "SHA-256:6b8e931babd3fe2c36500805a4127b670c464570c468b613f8fb16d8e11fa944" + }, + { + "name": "AnimatedGIF", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.1.zip", + "archiveFileName": "AnimatedGIF-1.0.1.zip", + "size": 792999, + "checksum": "SHA-256:7fab1abcde8421a8384622b6b875b9e180f421251f8656143868c3873b309731" + }, + { + "name": "AnimatedGIF", + "version": "1.0.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.2.zip", + "archiveFileName": "AnimatedGIF-1.0.2.zip", + "size": 800783, + "checksum": "SHA-256:6c4a5e6e950a731dea933c80202ec0b5dbe83483de8aacfe1f2ddb9f0e2f9de3" + }, + { + "name": "AnimatedGIF", + "version": "1.0.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.3.zip", + "archiveFileName": "AnimatedGIF-1.0.3.zip", + "size": 800812, + "checksum": "SHA-256:9a89dba5bd1b26a7cc8eb279fa66f7ecc7f9fff4118e210e34448730408dd14f" + }, + { + "name": "AnimatedGIF", + "version": "1.0.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.4.zip", + "archiveFileName": "AnimatedGIF-1.0.4.zip", + "size": 909014, + "checksum": "SHA-256:7a2c083be5d8cfaff662e3a37b0fedcace3cf4f2cb71a86a5e4a256ad27cfc88" + }, + { + "name": "AnimatedGIF", + "version": "1.0.5", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.5.zip", + "archiveFileName": "AnimatedGIF-1.0.5.zip", + "size": 909014, + "checksum": "SHA-256:6d7277a0a6b9145f4359ca40cbcd07bf26a80f643055930710d4a314da2bf582" + }, + { + "name": "AnimatedGIF", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.0.zip", + "archiveFileName": "AnimatedGIF-1.1.0.zip", + "size": 903556, + "checksum": "SHA-256:94323e598c8308737c38378f63ef55b3f6d5cc118be4ece3a20e7b7db9a3ff29" + }, + { + "name": "AnimatedGIF", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.1.zip", + "archiveFileName": "AnimatedGIF-1.1.1.zip", + "size": 912951, + "checksum": "SHA-256:ed32ee701311cdb0b73530a7bbc93797e312a38b44317c18e040c72b874e57b0" + }, + { + "name": "AnimatedGIF", + "version": "1.1.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.2.zip", + "archiveFileName": "AnimatedGIF-1.1.2.zip", + "size": 916953, + "checksum": "SHA-256:532d2f5977f43478cdcf99a29b9cc0d0822d9349ec58bbaa1e93129d2aea3313" + }, + { + "name": "AnimatedGIF", + "version": "1.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.2.0.zip", + "archiveFileName": "AnimatedGIF-1.2.0.zip", + "size": 920292, + "checksum": "SHA-256:411f61b28da137ac6c4c1baa21bb1bec867e4b07fcc1eacbf86c4a3e2aa05e37" + }, + { + "name": "AnimatedGIF", + "version": "1.3.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.3.0.zip", + "archiveFileName": "AnimatedGIF-1.3.0.zip", + "size": 920348, + "checksum": "SHA-256:438e965600a27872211139586337e8aa05fb4a578d0adadb9ea09cc26c2f7ca8" + }, + { + "name": "AnimatedGIF", + "version": "1.3.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.3.1.zip", + "archiveFileName": "AnimatedGIF-1.3.1.zip", + "size": 920355, + "checksum": "SHA-256:1e77fecc876aed59bc26ea20d6d15d5f65a687356a37e9b0efd27df42481a85a" + }, + { + "name": "AnimatedGIF", + "version": "1.3.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.3.2.zip", + "archiveFileName": "AnimatedGIF-1.3.2.zip", + "size": 920351, + "checksum": "SHA-256:25b0f900e50b6abe1749eb6d739a08703f52d6aedcc7962a78ed4437bb31f175" + }, + { + "name": "AnimatedGIF", + "version": "1.4.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.0.zip", + "archiveFileName": "AnimatedGIF-1.4.0.zip", + "size": 1161623, + "checksum": "SHA-256:f77832de8aa8b5fdb92bfe2bb0270b568d9d50ce131637fe433ea8b0dd072d81" + }, + { + "name": "AnimatedGIF", + "version": "1.4.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.1.zip", + "archiveFileName": "AnimatedGIF-1.4.1.zip", + "size": 1161696, + "checksum": "SHA-256:244c5fcf5d213c1d1c5ed26736f3a6e56124ee5f3c43cd3ea710a63552519065" + }, + { + "name": "AnimatedGIF", + "version": "1.4.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.2.zip", + "archiveFileName": "AnimatedGIF-1.4.2.zip", + "size": 1166639, + "checksum": "SHA-256:7fa1a7ef4aba7fc5d471da68e13fa62e1bb0804529939241f00e02b527985f2c" + }, + { + "name": "AnimatedGIF", + "version": "1.4.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.3.zip", + "archiveFileName": "AnimatedGIF-1.4.3.zip", + "size": 1186730, + "checksum": "SHA-256:dd43c15ed11132e30d7f80c6bc4bf2c876c9ac0ae78e8d0cd5ec5467ddc5d6f4" + }, + { + "name": "AnimatedGIF", + "version": "1.4.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.4.zip", + "archiveFileName": "AnimatedGIF-1.4.4.zip", + "size": 1865722, + "checksum": "SHA-256:f2759e6ab576035ed21e5e9dda6a5486c427f4548be331860b1c5b4af3bedfd0" + }, + { + "name": "AnimatedGIF", + "version": "1.4.5", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.5.zip", + "archiveFileName": "AnimatedGIF-1.4.5.zip", + "size": 1869540, + "checksum": "SHA-256:a5d2a9edf9b7d9446216eb7744d8650b18f0d5c967f28fba39d5fc30b2a7b8d9" + }, + { + "name": "AnimatedGIF", + "version": "1.4.6", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.6.zip", + "archiveFileName": "AnimatedGIF-1.4.6.zip", + "size": 1874604, + "checksum": "SHA-256:2c386a9cd5134dbd8d61d14f3fe0c7250183a138ab1485f8449798017c5b2b9b" + }, + { + "name": "AnimatedGIF", + "version": "1.4.7", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", + "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", + "website": "https://github.com/bitbank2/AnimatedGIF", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "providesIncludes": [ + "AnimatedGIF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.4.7.zip", + "archiveFileName": "AnimatedGIF-1.4.7.zip", + "size": 2862837, + "checksum": "SHA-256:0009f9f7aec078afa11fc5322066e97986616c81fd5e9fc45332ec333ddf53d5" + }, + { + "name": "evo_bsp", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.0.zip", + "archiveFileName": "evo_bsp-1.0.0.zip", + "size": 3875158, + "checksum": "SHA-256:6f2efa9437db94cad5c7aa86b5fe872dd644ae81ddfa6964bc6cd6cb56f1c0b6" + }, + { + "name": "evo_bsp", + "version": "1.0.3", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.3.zip", + "archiveFileName": "evo_bsp-1.0.3.zip", + "size": 19808784, + "checksum": "SHA-256:214169b134cba7482d247f33c251be0f2a6c809e25fd759ba37dd1ebd68414d1" + }, + { + "name": "evo_bsp", + "version": "1.0.4", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.4.zip", + "archiveFileName": "evo_bsp-1.0.4.zip", + "size": 21228484, + "checksum": "SHA-256:b55d8389975d6c05914e9f5db491a0184b37a64fd398f1ca82f07bb6f3733f86" + }, + { + "name": "evo_bsp", + "version": "1.1.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo BSP components", + "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", + "website": "https://github.com/AloriumTechnology/evo_bsp", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_bsp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.1.0.zip", + "archiveFileName": "evo_bsp-1.1.0.zip", + "size": 21400958, + "checksum": "SHA-256:5dec11f5243f2a3772893e8884e6dfeef8950f8b501036fa51c366ab65cfec2e" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.0.0", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.0.0.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.0.0.zip", + "size": 47121, + "checksum": "SHA-256:86d5cf49f113b2ecb22eb4001f2c6187ed3b571bd7ceafbff747ad96b2a686be" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.1", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.1.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.1.zip", + "size": 18391, + "checksum": "SHA-256:0158285d3f11a4fc896cde2b39a34ec3dea2785648ed517818d78f3edf848b79" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.2", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.2.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.2.zip", + "size": 18292, + "checksum": "SHA-256:9b555adb4b1661e7da4b43490447c762b55ec0a6cf3b30f30658aa84930038e1" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.3", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.3.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.3.zip", + "size": 19718, + "checksum": "SHA-256:a99073f1f4c0eaa025995e451e93bf6a90a3ed93d80269a70186d55666242705" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.4", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.4.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.4.zip", + "size": 17490, + "checksum": "SHA-256:6f2006bfbe282c928b37b0c12b67bade30e4920d8651e3921bc8f99b9969e0f2" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.3.5", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.5.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.5.zip", + "size": 17146, + "checksum": "SHA-256:9ad97ba76b9b782c47a57a769ac37370e59b85098f981281f8b37aeded054c9f" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.4.1", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.4.1.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.4.1.zip", + "size": 23308, + "checksum": "SHA-256:ecc0ead0cae7dc16c4d693647b407d1eeffd13bffd32d826abb9ee733685a9a0" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "1.4.2", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", + "website": "https://github.com/airgradienthq/arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.4.2.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-1.4.2.zip", + "size": 25409, + "checksum": "SHA-256:4743a0ee33399fdc6068ed4b58ce56e276a94a04bab954ed369a57a31d592648" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.0.0", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", + "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Kits with all components including a nice enclosure are available in our online shop.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.0.0.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.0.0.zip", + "size": 28396, + "checksum": "SHA-256:886bb4bebc4667d718a793929a47ef887e1a3018889fdc84bd7a60b70cf9cc7b" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.0.2", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP40 TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.0.2.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.0.2.zip", + "size": 31729, + "checksum": "SHA-256:f49a5f8b98d8324c439f23722089bf20dd17555059babd0abd6d722f314575da" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.1.0", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.1.0.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.1.0.zip", + "size": 32155, + "checksum": "SHA-256:b8fa307989f67d8da54facc84ca4b449ac38d31fe4e8b752b8de0aed67077cd0" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.2.0", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.2.0.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.2.0.zip", + "size": 32908, + "checksum": "SHA-256:0da714d7ca06c4adf7aa2bc0e1eca3e20368a48e6ef6ded6c1122d8b0e6d216d" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.0", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.0.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.0.zip", + "size": 45515, + "checksum": "SHA-256:c5adbad3480b57f89979d884830781c1c7706d46687d57fbb340c556433d57be" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.1", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.1.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.1.zip", + "size": 49864, + "checksum": "SHA-256:a4b2da338b6743c2caf07968378281322ca285b4a30a2b6fa4b3e52ce48f93d6" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.2", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.2.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.2.zip", + "size": 52578, + "checksum": "SHA-256:a8e84d39e64ad17b1d43e1b0d0d401a86a09366bf9eba272bacf8e9740ab5488" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.3", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.3.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.3.zip", + "size": 52862, + "checksum": "SHA-256:6ee82375c90709b4658a8143f4370b42f6fb2cb73ab098754b5618455e9b2963" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.6", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT3x/SHT4x sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.6.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.6.zip", + "size": 43246, + "checksum": "SHA-256:71c4364832367c1651652f7c016c98b1ed2e04011622a5b8568d412fd6b7e26c" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.7", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT3x/SHT4x sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.7.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.7.zip", + "size": 48612, + "checksum": "SHA-256:35acc64e47f298522fa94231a4fa5957febf732be03f2a5bc3eb94dd9c36d58a" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.11", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT3x/SHT4x sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.11.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.11.zip", + "size": 52533, + "checksum": "SHA-256:c7b37def1a66bf16fad171a996a5944c43dec626c409a6105bf916054ae8c5cd" + }, + { + "name": "AirGradient Air Quality Sensor", + "version": "2.4.12", + "author": "AirGradient \u003csupport@airgradient.com\u003e", + "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", + "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.", + "paragraph": "Air quality monitoring library supporting the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT3x/SHT4x sensor for humidity and temperature. Kits with all components including a nice enclosure are available in our online shop. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend. Optionally you can connect the Sensirion SGP4x TVOC module from AirGradient.", + "website": "https://www.airgradient.com/open-airgradient/instructions/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/airgradienthq/arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-2.4.12.zip", + "archiveFileName": "AirGradient_Air_Quality_Sensor-2.4.12.zip", + "size": 52437, + "checksum": "SHA-256:92a03885a27417294ce1bb61c454b9954f0a8bc5162250ff1bca33f5a4ba8e17" + }, + { + "name": "TinyNunchuk", + "version": "1.0.0", + "author": "Stephen Denne", + "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", + "sentence": "This is a library for an ATTiny85 to use a Wii Nunchuk.", + "paragraph": "The Wii Nunchuk is a controller with a joystick, accelerometer, and two buttons. It communicates over I2C at 3.3V using either Wire, TinyWireM, or tiny-i2c.", + "website": "https://github.com/datacute/TinyNunchuk", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/datacute/TinyNunchuk.git", + "providesIncludes": [ + "TinyNunchuk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyNunchuk-1.0.0.zip", + "archiveFileName": "TinyNunchuk-1.0.0.zip", + "size": 17590, + "checksum": "SHA-256:5c6c9a77d02f96dddafd0cdca7aa2929da1747b2a1a97aa2512bf539163c2cf5" + }, + { + "name": "LC_baseTools", + "version": "1.0.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.0.0.zip", + "archiveFileName": "LC_baseTools-1.0.0.zip", + "size": 32020, + "checksum": "SHA-256:1ed091a4db8e8954b1af387fb8d31ce954b30a35b1ad7a8ff92dffd6d35b81fd" + }, + { + "name": "LC_baseTools", + "version": "1.1.1", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.1.1.zip", + "archiveFileName": "LC_baseTools-1.1.1.zip", + "size": 34310, + "checksum": "SHA-256:5c7818b8a3fdb0af94d101ce29e28f6ce556248b155c4539272b2ef2464c97be" + }, + { + "name": "LC_baseTools", + "version": "1.1.2", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.1.2.zip", + "archiveFileName": "LC_baseTools-1.1.2.zip", + "size": 34596, + "checksum": "SHA-256:43e680c38e817077d2665ff29cae82ef672b3b0530857eef6e9e0cb1f2255ddf" + }, + { + "name": "LC_baseTools", + "version": "1.2.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.2.0.zip", + "archiveFileName": "LC_baseTools-1.2.0.zip", + "size": 39035, + "checksum": "SHA-256:6b0321c3956791e68d750f4f2f53f8545ef53a856c806318689fd4d0f69402e3" + }, + { + "name": "LC_baseTools", + "version": "1.2.3", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.2.3.zip", + "archiveFileName": "LC_baseTools-1.2.3.zip", + "size": 42639, + "checksum": "SHA-256:53c2dd523b43eb0111639b0f678e965c8d151651e828a52c216dfd03fd95a0de" + }, + { + "name": "LC_baseTools", + "version": "1.2.4", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.2.4.zip", + "archiveFileName": "LC_baseTools-1.2.4.zip", + "size": 44121, + "checksum": "SHA-256:a284983f7c59ae372332959f9577e5d5faa7768d51b23cf24768ac76d09aff72" + }, + { + "name": "LC_baseTools", + "version": "1.3.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.3.0.zip", + "archiveFileName": "LC_baseTools-1.3.0.zip", + "size": 51072, + "checksum": "SHA-256:46fc4a4541102d76953e265b38520c8f5ac1b0e31d04b6119f1a4140822dd99c" + }, + { + "name": "LC_baseTools", + "version": "1.3.1", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.3.1.zip", + "archiveFileName": "LC_baseTools-1.3.1.zip", + "size": 56462, + "checksum": "SHA-256:44a42cd09dab05df4c5e0e306e59578de9cf573a80d5a714028008f51a8d6d63" + }, + { + "name": "LC_baseTools", + "version": "1.4.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.4.0.zip", + "archiveFileName": "LC_baseTools-1.4.0.zip", + "size": 56461, + "checksum": "SHA-256:946107987c6a01ca3585237c7e98c5802c1f06bd02c9789d4389cea9fdf04dcf" + }, + { + "name": "LC_baseTools", + "version": "1.5.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.5.0.zip", + "archiveFileName": "LC_baseTools-1.5.0.zip", + "size": 61091, + "checksum": "SHA-256:7be6e226e43e9aecce717f1018816079e525d6cedc5dbfa4c33d626b9b3b7845" + }, + { + "name": "LC_baseTools", + "version": "1.6.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.6.0.zip", + "archiveFileName": "LC_baseTools-1.6.0.zip", + "size": 63186, + "checksum": "SHA-256:0d584225ef607f2476ea888974feeabb310b19b03a9aa5fc038056ac725f6338" + }, + { + "name": "LC_baseTools", + "version": "1.7.0", + "author": "jim lee", + "maintainer": "baseTools@leftcoast.biz", + "sentence": "A set of tools to make coding Arduinos easier.", + "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", + "website": "https://github.com/leftCoast/LC_baseTools", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_baseTools.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.7.0.zip", + "archiveFileName": "LC_baseTools-1.7.0.zip", + "size": 63666, + "checksum": "SHA-256:e0a186a8885d27abcdf407c7a23c7b012705bc8844cea41741349ecf04fe9755" + }, + { + "name": "SpinWearables", + "version": "0.0.1", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": [ + "SpinWearables.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-0.0.1.zip", + "archiveFileName": "SpinWearables-0.0.1.zip", + "size": 5039297, + "checksum": "SHA-256:5f93c82765ce54a4109a9b56d31a603c6f937aa59ca4a36528f7d6fde9aa051d" + }, + { + "name": "SpinWearables", + "version": "0.0.2", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": [ + "SpinWearables.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-0.0.2.zip", + "archiveFileName": "SpinWearables-0.0.2.zip", + "size": 5050586, + "checksum": "SHA-256:0cf5b15b9afc8f769637dd7abc4d9d6b38e33861b7c5d334206f4c7dd3077eb6" + }, + { + "name": "SpinWearables", + "version": "1.0.0", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": [ + "SpinWearables.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.0.zip", + "archiveFileName": "SpinWearables-1.0.0.zip", + "size": 5056305, + "checksum": "SHA-256:9da00aa0832f258347ad06e2bfb5ec0557998560010cbed16e8520f0f67f1aa9" + }, + { + "name": "SpinWearables", + "version": "1.0.1", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": [ + "SpinWearables.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.1.zip", + "archiveFileName": "SpinWearables-1.0.1.zip", + "size": 5056315, + "checksum": "SHA-256:8de73e4f576abbe079b76f5621f1317bf856bb02df07038a46de04149f99c93b" + }, + { + "name": "SpinWearables", + "version": "1.0.2", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": [ + "SpinWearables.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.2.zip", + "archiveFileName": "SpinWearables-1.0.2.zip", + "size": 5060632, + "checksum": "SHA-256:07d32ba9e04fa98dc974928e9020d354e2e789f86d96c52c6d13ed48a91fa7bc" + }, + { + "name": "SpinWearables", + "version": "1.0.3", + "author": "SpinWearables \u003cmail@spinwearables.com\u003e", + "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", + "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", + "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", + "website": "https://spinwearables.com/book", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", + "providesIncludes": [ + "SpinWearables.h" + ], + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.3.zip", + "archiveFileName": "SpinWearables-1.0.3.zip", + "size": 5061815, + "checksum": "SHA-256:67598dc674d5dee9213cd4f443ec086353061f899a7b819b0d0b7666bb4a1b48" + }, + { + "name": "OPT3101", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "OPT3101 distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with TI's OPT3101 distance sensor.", + "website": "https://github.com/pololu/opt3101-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/opt3101-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/OPT3101-1.0.0.zip", + "archiveFileName": "OPT3101-1.0.0.zip", + "size": 14176, + "checksum": "SHA-256:ee834d27feaa2612d654872902fa64680cbd6c019a639963b3a79ac26ea3bf90" + }, + { + "name": "OPT3101", + "version": "1.0.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "OPT3101 distance sensor library", + "paragraph": "This is a library for the Arduino IDE that helps interface with TI's OPT3101 distance sensor.", + "website": "https://github.com/pololu/opt3101-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/opt3101-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/OPT3101-1.0.1.zip", + "archiveFileName": "OPT3101-1.0.1.zip", + "size": 14241, + "checksum": "SHA-256:fbe3c9de37d077a72450453efcf1864ceb69518886fb2c3431986355ce9eb55d" + }, + { + "name": "Green Beacon", + "version": "0.1.0", + "author": "uko", + "maintainer": "uko", + "sentence": "BLE beacon library compatible with LINE Simple Beacon", + "paragraph": "Light-weight \u0026 Simple library that makes your any ESP32 boards into BLE beacon device compatible with LINE Simple Beacon.", + "website": "https://github.com/ukkz/green-beacon-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ukkz/green-beacon-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukkz/Green_Beacon-0.1.0.zip", + "archiveFileName": "Green_Beacon-0.1.0.zip", + "size": 5755, + "checksum": "SHA-256:41487760e129ebc917dca2738bb12ce14ee61112231f28264a7cffeb06920309" + }, + { + "name": "Green Beacon", + "version": "0.2.0", + "author": "uko", + "maintainer": "uko", + "sentence": "BLE beacon library compatible with LINE Simple Beacon", + "paragraph": "Light-weight \u0026 Simple library that makes your any ESP32 boards into BLE beacon device compatible with LINE Simple Beacon.", + "website": "https://github.com/ukkz/green-beacon-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ukkz/green-beacon-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ukkz/Green_Beacon-0.2.0.zip", + "archiveFileName": "Green_Beacon-0.2.0.zip", + "size": 8107, + "checksum": "SHA-256:304167afc201292d0d31837f95213c9ffa840067995bd042e6cd01e0676c4d97" + }, + { + "name": "SPIFFS ImageReader Library", + "version": "1.0.0", + "author": "Luca Dentella", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", + "website": "https://github.com/lucadentella/SPIFFS_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.0.zip", + "archiveFileName": "SPIFFS_ImageReader_Library-1.0.0.zip", + "size": 11835, + "checksum": "SHA-256:9a4f97c6997f1ed6ca1d6d0d23720e033b07aef626843d1d7914e08d54c570c3" + }, + { + "name": "SPIFFS ImageReader Library", + "version": "1.0.1", + "author": "Luca Dentella", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", + "website": "https://github.com/lucadentella/SPIFFS_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.1.zip", + "archiveFileName": "SPIFFS_ImageReader_Library-1.0.1.zip", + "size": 830690, + "checksum": "SHA-256:8631bb3e5ee2eff280e267a1561daa8b4b963dfaec38b6b30bf3d11ee1705d6e" + }, + { + "name": "SPIFFS ImageReader Library", + "version": "1.0.2", + "author": "Luca Dentella", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", + "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", + "website": "https://github.com/lucadentella/SPIFFS_ImageReader", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.2.zip", + "archiveFileName": "SPIFFS_ImageReader_Library-1.0.2.zip", + "size": 830690, + "checksum": "SHA-256:064ef3e24c0eb1551a325fcecd8d905508081d9752877f19d5dffb1c9a384f2f" + }, + { + "name": "JPEGDEC", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.0.0.zip", + "archiveFileName": "JPEGDEC-1.0.0.zip", + "size": 589929, + "checksum": "SHA-256:ae8c441c4c70705078c30111016f169254d4457db1b012d3f3b1a8be437bb70d" + }, + { + "name": "JPEGDEC", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.0.1.zip", + "archiveFileName": "JPEGDEC-1.0.1.zip", + "size": 856837, + "checksum": "SHA-256:67f2413201b8b85c63cc18cb56f52d4cee9b77dca6c5e1875d6e16451f058e2d" + }, + { + "name": "JPEGDEC", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.1.0.zip", + "archiveFileName": "JPEGDEC-1.1.0.zip", + "size": 860225, + "checksum": "SHA-256:731df4b8d7840015d49fcc577d919e066a9f4bf7be46b255839c3b439478d524" + }, + { + "name": "JPEGDEC", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.1.1.zip", + "archiveFileName": "JPEGDEC-1.1.1.zip", + "size": 860863, + "checksum": "SHA-256:7362edde50cc7e3c9dd313ccce45c6723114704d806f0a5235bf919a8928bda7" + }, + { + "name": "JPEGDEC", + "version": "1.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.0.zip", + "archiveFileName": "JPEGDEC-1.2.0.zip", + "size": 862126, + "checksum": "SHA-256:5662cfdb1c6d792081e2e23de19c8af01c105639f714b89be0c0a508131c372d" + }, + { + "name": "JPEGDEC", + "version": "1.2.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.1.zip", + "archiveFileName": "JPEGDEC-1.2.1.zip", + "size": 1318932, + "checksum": "SHA-256:7c1f2513cf1e29b89919678353ee0fff5ce44637afc55f419f250f89b65d8e91" + }, + { + "name": "JPEGDEC", + "version": "1.2.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.2.zip", + "archiveFileName": "JPEGDEC-1.2.2.zip", + "size": 1319281, + "checksum": "SHA-256:f8dfe4a248317ae0926f1986a2540024f17dff743c750df14d4bb723f8519f42" + }, + { + "name": "JPEGDEC", + "version": "1.2.3", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.3.zip", + "archiveFileName": "JPEGDEC-1.2.3.zip", + "size": 1623940, + "checksum": "SHA-256:b5b58a4d4ac04228ca5c61363782ce8331369d851df423da35681aa79bf8c9e6" + }, + { + "name": "JPEGDEC", + "version": "1.2.4", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.4.zip", + "archiveFileName": "JPEGDEC-1.2.4.zip", + "size": 1623988, + "checksum": "SHA-256:bf216756946cc169e8a67429b347f7ec8491dffe7fee42b076ffbf4a5b2b76d0" + }, + { + "name": "JPEGDEC", + "version": "1.2.5", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.5.zip", + "archiveFileName": "JPEGDEC-1.2.5.zip", + "size": 1623976, + "checksum": "SHA-256:10ccbe9e1730bfbcffccaff2dacfb4d9632ed65d9cbc19ea2e15d4cc840797b8" + }, + { + "name": "JPEGDEC", + "version": "1.2.6", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.6.zip", + "archiveFileName": "JPEGDEC-1.2.6.zip", + "size": 1650924, + "checksum": "SHA-256:879d355b2903dd143e8c0709585bd0338b1380ae66c1bd9437b2d804ce14d547" + }, + { + "name": "JPEGDEC", + "version": "1.2.7", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.7.zip", + "archiveFileName": "JPEGDEC-1.2.7.zip", + "size": 1651352, + "checksum": "SHA-256:ce588a58db8e439816662de82426e86f80914be3b5cf54003853d3beca448c98" + }, + { + "name": "JPEGDEC", + "version": "1.2.8", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", + "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", + "website": "https://github.com/bitbank2/JPEGDEC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGDEC.git", + "providesIncludes": [ + "JPEGDEC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.8.zip", + "archiveFileName": "JPEGDEC-1.2.8.zip", + "size": 1652007, + "checksum": "SHA-256:995eacca9b766a8798ea53062f64c99ad81f8f01d23e3e4e683eee95e8334a42" + }, + { + "name": "FSerial", + "version": "1.0.0", + "author": "Assailing Falcons \u003cfalconsofficial@gmail.com\u003e", + "maintainer": "Saksham Bhutani \u003csakshambhutani2001@gmail.com\u003e", + "sentence": "A Delay Less Communication Protocol.", + "paragraph": "Designed specifically for Team Assailing Falcons.", + "website": "https://github.com/Falcons21/FSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Falcons21/FSerial.git", + "providesIncludes": [ + "FSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Falcons21/FSerial-1.0.0.zip", + "archiveFileName": "FSerial-1.0.0.zip", + "size": 2883, + "checksum": "SHA-256:27549434d337623c748609c717904e7537c9acb4c4621a34112e6cd5e50f0b4b" + }, + { + "name": "INA219B", + "version": "1.0.0", + "author": "Didier Coyman", + "maintainer": "Didier Coyman", + "sentence": "INA219B TI i2c output current/voltage/power monitor Library", + "paragraph": "The library inherit from other existing one, adding more mode support and various R Shunt.", + "website": "https://github/INA219B", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tintin4000/INA219B.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Tintin4000/INA219B-1.0.0.zip", + "archiveFileName": "INA219B-1.0.0.zip", + "size": 40508, + "checksum": "SHA-256:beca3b07569c997dd972aeb03194e7339d75584e4455cfc29bb828fd0346fbb3" + }, + { + "name": "is31fl3733", + "version": "1.0.1", + "author": "Dominik Friml \u003cfrimldom@gmail.com\u003e", + "maintainer": "Dominik Friml \u003cfrimldom@gmail.com\u003e", + "sentence": "This is arduino library for IC ISSI IS31FL3733A", + "paragraph": "based on IS31FL3733 C library by kkostyan (Big thanks to you!).", + "website": "https://gitlab.com/friml/is31fl3733", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/friml/is31fl3733.git", + "providesIncludes": [ + "Arduino_is31fl3733.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/friml/is31fl3733-1.0.1.zip", + "archiveFileName": "is31fl3733-1.0.1.zip", + "size": 27356, + "checksum": "SHA-256:f52935b937c263ee372e34dc9e0be355d9cb57df58e8527a6be78451b6a6a8f3" + }, + { + "name": "LibYxml", + "version": "1.0.0", + "author": "Yoran Heling \u003cprojects@yorhel.nl\u003e", + "maintainer": "I. Kakoulidis \u003ci.kakoulidis@hotmail.com\u003e", + "sentence": "Yoran Heling's yxml library.", + "paragraph": "Yxml is a small non-validating and mostly conforming XML parser written in C.", + "website": "https://github.com/JulStrat/LibYxml", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/LibYxml.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/LibYxml-1.0.0.zip", + "archiveFileName": "LibYxml-1.0.0.zip", + "size": 18070, + "checksum": "SHA-256:210f8720a8c0dad226a507c2d6d6ab97f5670e8bb130eec408387eb3db4ed83c" + }, + { + "name": "LibYxml", + "version": "1.0.1", + "author": "Yoran Heling \u003cprojects@yorhel.nl\u003e", + "maintainer": "I. Kakoulidis \u003ci.kakoulidis@hotmail.com\u003e", + "sentence": "Yoran Heling's yxml library.", + "paragraph": "Yxml is a small non-validating and mostly conforming XML parser written in C.", + "website": "https://github.com/JulStrat/LibYxml", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/LibYxml.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/LibYxml-1.0.1.zip", + "archiveFileName": "LibYxml-1.0.1.zip", + "size": 18166, + "checksum": "SHA-256:dfa4d8183578a1c7c074038b35f6cde0d05b028819581d06fe6db2a1a3724353" + }, + { + "name": "LibYxml", + "version": "1.0.2", + "author": "Yoran Heling \u003cprojects@yorhel.nl\u003e", + "maintainer": "I. Kakoulidis \u003ci.kakoulidis@hotmail.com\u003e", + "sentence": "Yoran Heling's yxml library.", + "paragraph": "Yxml is a small non-validating and mostly conforming XML parser written in C.", + "website": "https://github.com/JulStrat/LibYxml", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/LibYxml.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/LibYxml-1.0.2.zip", + "archiveFileName": "LibYxml-1.0.2.zip", + "size": 52697, + "checksum": "SHA-256:ae6c4907553a6487c4f70b2783cc04bdc1cf057d2072c5600bc3f42e1d04d427" + }, + { + "name": "nuMROBO", + "version": "0.0.1", + "author": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "maintainer": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "sentence": "An Arduino library for programming nuMROBO robot made by nuMectro Technology.", + "paragraph": "nuMROBO is a modular robot designed \u0026 developed by nuMectro Technology, this library is used to program and control nuMROBO robot.", + "website": "https://github.com/nuMectro/nuMROBO", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nuMectro/nuMROBO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nuMectro/nuMROBO-0.0.1.zip", + "archiveFileName": "nuMROBO-0.0.1.zip", + "size": 7462, + "checksum": "SHA-256:0e2a12241ce83d84ac3e9b3220d268b28fbed90bd2384d5acec2a80ca7149b20" + }, + { + "name": "nuMROBO", + "version": "0.0.2", + "author": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "maintainer": "nuMectro Technology \u003cinfo@numectro.com\u003e", + "sentence": "An Arduino library for programming nuMROBO robot made by nuMectro Technology.", + "paragraph": "nuMROBO is a modular robot designed \u0026 developed by nuMectro Technology, this library is used to program and control nuMROBO robot.", + "website": "https://github.com/nuMectro/nuMROBO", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nuMectro/nuMROBO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nuMectro/nuMROBO-0.0.2.zip", + "archiveFileName": "nuMROBO-0.0.2.zip", + "size": 7521, + "checksum": "SHA-256:10b0a6ab3c50f88af65b412d2bd918965a28d9f4eac3118f99891971e6ee47f5" + }, + { + "name": "SoundPlayer", + "version": "1.0.0", + "author": "Isaac Robinson", + "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", + "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", + "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", + "website": "https://github.com/isaacrobinson2000/SoundPlayer", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "providesIncludes": [ + "Sound.h", + "SoundPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.0.0.zip", + "archiveFileName": "SoundPlayer-1.0.0.zip", + "size": 10178, + "checksum": "SHA-256:53906ba6cf91567092a0d85a9993044e41e6e7b5c3a0c123760504f8c05c6a23" + }, + { + "name": "SoundPlayer", + "version": "1.0.1", + "author": "Isaac Robinson", + "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", + "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", + "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", + "website": "https://github.com/isaacrobinson2000/SoundPlayer", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "providesIncludes": [ + "Sound.h", + "SoundPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.0.1.zip", + "archiveFileName": "SoundPlayer-1.0.1.zip", + "size": 10401, + "checksum": "SHA-256:2d9380b95024d6fec81046a1d57db500566efcbe560f80313990b1c9f0f1a5d8" + }, + { + "name": "SoundPlayer", + "version": "1.1.1", + "author": "Isaac Robinson", + "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", + "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", + "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", + "website": "https://github.com/isaacrobinson2000/SoundPlayer", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "providesIncludes": [ + "Sound.h", + "SoundPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.1.1.zip", + "archiveFileName": "SoundPlayer-1.1.1.zip", + "size": 10203, + "checksum": "SHA-256:098d5e670fe7183f0015717cae80762edece8555a89c98fd65288182f4c6e179" + }, + { + "name": "MCP_ADC", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP_ADC family MCP3008", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.1.zip", + "archiveFileName": "MCP_ADC-0.1.1.zip", + "size": 12580, + "checksum": "SHA-256:2f84fe6d3671c07d7c93aa48b2b1c094876a4bd18b5f84e6960598cb9c0f83ae" + }, + { + "name": "MCP_ADC", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.2.zip", + "archiveFileName": "MCP_ADC-0.1.2.zip", + "size": 14204, + "checksum": "SHA-256:4dcc77d0137d24218a9c9a318ff4e536d42d76e6633ad5e36a02bce32cf51407" + }, + { + "name": "MCP_ADC", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.3.zip", + "archiveFileName": "MCP_ADC-0.1.3.zip", + "size": 14035, + "checksum": "SHA-256:4cd6ec0a0e0217316e3f115ad82384e03b50ee93399e3075dc07a2709c045ed0" + }, + { + "name": "MCP_ADC", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.4.zip", + "archiveFileName": "MCP_ADC-0.1.4.zip", + "size": 16747, + "checksum": "SHA-256:c351c5690a98529bfa8526f384aa2a3136cb8035d4cde3b39c6cc555e6ee5d92" + }, + { + "name": "MCP_ADC", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.5.zip", + "archiveFileName": "MCP_ADC-0.1.5.zip", + "size": 17463, + "checksum": "SHA-256:f23e010538fcbe403c232664b8a8922821acd13c81637356ce0db123e37dfd58" + }, + { + "name": "MCP_ADC", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.6.zip", + "archiveFileName": "MCP_ADC-0.1.6.zip", + "size": 17618, + "checksum": "SHA-256:6c0d901b84406f877d4636a7ad6ff87d5b3f2b2fe6290464d07a875e6fa2ccb5" + }, + { + "name": "MCP_ADC", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.7.zip", + "archiveFileName": "MCP_ADC-0.1.7.zip", + "size": 17835, + "checksum": "SHA-256:a9d3ea9b49f4a24cf379170b761a52663c7df90620278207d0695911e3610e78" + }, + { + "name": "MCP_ADC", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.8.zip", + "archiveFileName": "MCP_ADC-0.1.8.zip", + "size": 17758, + "checksum": "SHA-256:e508bc7914a690f2b12737e5940addc0f758b4063c64d7ee25df54fb624705b0" + }, + { + "name": "MCP_ADC", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP3002, MCP3004, MCP3008, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.9.zip", + "archiveFileName": "MCP_ADC-0.1.9.zip", + "size": 18325, + "checksum": "SHA-256:1324bc6be426c66d19ca618af1eeeff3366ff84298c56f401afbf9621ee431d5" + }, + { + "name": "MCP_ADC", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP_ADC, e.g. MCP3008 SPI 10 bit, 8 channel ADC", + "paragraph": "MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.2.0.zip", + "archiveFileName": "MCP_ADC-0.2.0.zip", + "size": 25075, + "checksum": "SHA-256:e1e5feb4ff21c2fdade9e0b7831fb6327664bf0a1331b01315eb1b6eacc7f55d" + }, + { + "name": "MCP_ADC", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP_ADC, e.g. MCP3008 SPI 10 bit, 8 channel ADC", + "paragraph": "MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.2.1.zip", + "archiveFileName": "MCP_ADC-0.2.1.zip", + "size": 25710, + "checksum": "SHA-256:85978aa642c4b1ba3b9e2593d1caef63f78831379e4acaa55c5f17feb7e809a8" + }, + { + "name": "MCP_ADC", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MCP_ADC, e.g. MCP3008 SPI 10 bit, 8 channel ADC", + "paragraph": "MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204, MCP3208", + "website": "https://github.com/RobTillaart/MCP_ADC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "providesIncludes": [ + "MCP_ADC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.3.0.zip", + "archiveFileName": "MCP_ADC-0.3.0.zip", + "size": 26623, + "checksum": "SHA-256:3bff18453b8c23101c5a0cf3917c24353262e09cac4516f284c2cff73924d2d4" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.0", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of \"Type-C PID controller\" (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.0.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.0.zip", + "size": 100736, + "checksum": "SHA-256:a3ce3814583582ebf83a2a1da9e07841ea759bbd214a0a10e3d07274308bf2bf" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.1", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of \"Type-C PID controller\" (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.1.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.1.zip", + "size": 101266, + "checksum": "SHA-256:63cae06aaa92b9c2af54583c2897ca41641d09aab3179193c1ab7b4fae1fc836" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.2", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.2.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.2.zip", + "size": 103488, + "checksum": "SHA-256:dbf65f6e39c72dc682f9002b1ca982d489736ecc4c2938163e4c8b71c60c957d" + }, + { + "name": "Embedded Type-C PID", + "version": "1.0.3", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.3.zip", + "archiveFileName": "Embedded_Type_C_PID-1.0.3.zip", + "size": 103723, + "checksum": "SHA-256:fd42553a3ed116c79d623ce38bc52e84e3cd1d8d047c279480504fdd63373f2b" + }, + { + "name": "Embedded Type-C PID", + "version": "1.1.0", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.0.zip", + "archiveFileName": "Embedded_Type_C_PID-1.1.0.zip", + "size": 246317, + "checksum": "SHA-256:91384f1447335bb801dc3b49b11f8bfa4dbf76b0b87681163d195c11cf9d1d1b" + }, + { + "name": "Embedded Type-C PID", + "version": "1.1.1", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cREADME.md\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.1.zip", + "archiveFileName": "Embedded_Type_C_PID-1.1.1.zip", + "size": 246400, + "checksum": "SHA-256:efca453bec1f530d54317d817fe56031022243126d0f7ccdb1cb97c4a7830c88" + }, + { + "name": "Embedded Type-C PID", + "version": "1.1.2", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cREADME.md\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.2.zip", + "archiveFileName": "Embedded_Type_C_PID-1.1.2.zip", + "size": 246435, + "checksum": "SHA-256:868c6326d9d6ca706f945220fdf5a9508681597fed11d9d9677fc194f961374d" + }, + { + "name": "Embedded Type-C PID", + "version": "1.1.3", + "author": "Abderraouf Adjal", + "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", + "sentence": "PID controller (Type-C) with a flexible API and errors handling.", + "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cREADME.md\u003e for more information.", + "website": "https://github.com/abderraouf-adjal/Embedded-PID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "providesIncludes": [ + "pid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.3.zip", + "archiveFileName": "Embedded_Type_C_PID-1.1.3.zip", + "size": 246443, + "checksum": "SHA-256:a23f62f95067f8c6e3678ffeeeef1168265c1bad233161b2c287f2566b711361" + }, + { + "name": "RoboCore - MMA8452Q", + "version": "1.0.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the MMA8452Q 3-axis accelerometer.", + "paragraph": "Use the MMA8452Q to read the acceleration in 3 axis, for freefall and motion detection, among other features.", + "website": "https://github.com/RoboCore/RoboCore_MMA8452Q", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_MMA8452Q.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___MMA8452Q-1.0.0.zip", + "archiveFileName": "RoboCore___MMA8452Q-1.0.0.zip", + "size": 11232, + "checksum": "SHA-256:912f52d3a6d71dbd1c859deaf823c793f9804ad22ef66fc456cad4be9dc8e3e4" + }, + { + "name": "RoboCore - MMA8452Q", + "version": "1.0.1", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the MMA8452Q 3-axis accelerometer.", + "paragraph": "Use the MMA8452Q to read the acceleration in 3 axis, for freefall and motion detection, among other features.", + "website": "https://github.com/RoboCore/RoboCore_MMA8452Q", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_MMA8452Q.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___MMA8452Q-1.0.1.zip", + "archiveFileName": "RoboCore___MMA8452Q-1.0.1.zip", + "size": 11452, + "checksum": "SHA-256:f3ba6c1a67d634c07fdb733050a115b56d093b128e243aabd5a5cd7c24cf45f1" + }, + { + "name": "RoboCore - SMW_SX1276M0", + "version": "1.0.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (\u003chttps://www.robocore.net/loja/produtos/1239\u003e)", + "paragraph": "Use the LoRaWAN Bee to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.0.0.zip", + "archiveFileName": "RoboCore___SMW_SX1276M0-1.0.0.zip", + "size": 39122, + "checksum": "SHA-256:c88c533bc3b0191910342ea77d5ea420d369048fca99dd5586324171a820ab56" + }, + { + "name": "RoboCore - SMW_SX1276M0", + "version": "1.0.1", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (https://www.robocore.net/loja/produtos/1239)", + "paragraph": "Use the LoRaWAN Bee to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.0.1.zip", + "archiveFileName": "RoboCore___SMW_SX1276M0-1.0.1.zip", + "size": 39166, + "checksum": "SHA-256:dd896dba8460b01a8d56f2509fda7df162b339c5b753ae48c2dec979af641fc0" + }, + { + "name": "RoboCore - SMW_SX1276M0", + "version": "1.0.2", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (https://www.robocore.net/loja/produtos/1239)", + "paragraph": "Use the LoRaWAN Bee to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.0.2.zip", + "archiveFileName": "RoboCore___SMW_SX1276M0-1.0.2.zip", + "size": 39579, + "checksum": "SHA-256:f8a65e5fd51c3f8df69296e95d1a12359af00884a28d189be88898fb835d911b" + }, + { + "name": "RoboCore - SMW_SX1276M0", + "version": "1.1.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (https://www.robocore.net/loja/produtos/1239)", + "paragraph": "Use the LoRaWAN Bee to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.1.0.zip", + "archiveFileName": "RoboCore___SMW_SX1276M0-1.1.0.zip", + "size": 45717, + "checksum": "SHA-256:a97158a1a2f7eee96fdb1b6be33e54248bc73c7fc09f19c77644a4cb3d2fccf3" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.0.zip", + "size": 1214793, + "checksum": "SHA-256:a9ef823bd45261151628353afe481174ae4785f50af44f40f43de5e52f148409" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.1", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.1.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.1.zip", + "size": 1217093, + "checksum": "SHA-256:6933b21fa9bf5a2f00dae9a28e7a8c00f38a8151a339b9fd987d045cbc3fb3dc" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.2", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.2.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.2.zip", + "size": 1231071, + "checksum": "SHA-256:16f9b1faec762b079ce0687d537ed7b521c9fcada0c4cf9ec4b8cbeda5320f46" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.0.3", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.3.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.0.3.zip", + "size": 1316271, + "checksum": "SHA-256:03bbca747b8ec03d3906699042004602c582e8752693806ed7901172a66f4924" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.1.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, etc. with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.1.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.1.0.zip", + "size": 1721954, + "checksum": "SHA-256:7aff7f726d72972291f20c46e3bae524bb1991e9ec479221a35acf8362fbf12c" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.2.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, etc. with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.2.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.2.0.zip", + "size": 1799330, + "checksum": "SHA-256:7278a53cde1d0322e23f6dc956cd648fff8119117b9e256e9b514ad4c51a2893" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.3.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, etc. with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.3.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.3.0.zip", + "size": 1851345, + "checksum": "SHA-256:91712bb48ca55173e10d97c4526496686a18f01bfdc8424315dca1c073518320" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.3.1", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, etc. with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.3.1.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.3.1.zip", + "size": 1849399, + "checksum": "SHA-256:6f4e06a68829e5abe15e3d65dd2294410ad0df17598a1f5a2e68be2d68dbdc85" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.4.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, etc. with W5x00 or ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.4.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.4.0.zip", + "size": 1909867, + "checksum": "SHA-256:d8297f59be56693105dbc43b11e809fb811bba5d4f5be268fef2cc83b866f4ae" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.5.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.5.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.5.0.zip", + "size": 1892950, + "checksum": "SHA-256:c0ac665f49bd83ee4a7bdd781d48d61fa2aa4a10c0fdc2512633fa93db8d4835" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.5.1", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.5.1.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.5.1.zip", + "size": 2100338, + "checksum": "SHA-256:9c1a855fee3858d88cf75732fa8cf3fd264f401420c00c31108fa14e0795ece0" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.5.2", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.5.2.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.5.2.zip", + "size": 2166143, + "checksum": "SHA-256:9e30dc9afc238d3b64cdce5acdceafb90a19e7183f1026d686767f1108ae9ad1" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.6.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.6.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.6.0.zip", + "size": 2364419, + "checksum": "SHA-256:7e0f08de7a0238b988e79a2e92fcf4df0cd19f94fd90fd90f5f45f06ea7f75e1" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.6.1", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.6.1.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.6.1.zip", + "size": 2373475, + "checksum": "SHA-256:65e46feedaeac6d8351831fa2d51a8275b81b922d52f27429618fbb4f28b2817" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.7.0", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h", + "MySQL_Generic.hpp" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetLarge" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.7.0.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.7.0.zip", + "size": 2418835, + "checksum": "SHA-256:51dc0f4034d63b24fd85bd22f403556767435e7af8d62b26120cedf34ee15843" + }, + { + "name": "MySQL_MariaDB_Generic", + "version": "1.7.2", + "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet_Generic library. ENC28J60 can use either EthernetENC or UIPEthernet Library.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud! Now accepting server hostname, besides IPAddress. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", + "providesIncludes": [ + "MySQL_Generic.h", + "MySQL_Generic.hpp" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "NativeEthernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.7.2.zip", + "archiveFileName": "MySQL_MariaDB_Generic-1.7.2.zip", + "size": 2444311, + "checksum": "SHA-256:376be34f022b9303626b2208c12239805e3f1efacf27f20e7dedf83373781734" + }, + { + "name": "DigitLed72xx", + "version": "0.0.2", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained drivers as 7-Segment displays.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": [ + "DigitLed72xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.2.zip", + "archiveFileName": "DigitLed72xx-0.0.2.zip", + "size": 9958, + "checksum": "SHA-256:47ea4a09830aba1f4e5e145bb651b767c32400bf0deaa0e5f8691fb01b8f87e9" + }, + { + "name": "DigitLed72xx", + "version": "0.0.3", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": [ + "DigitLed72xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.3.zip", + "archiveFileName": "DigitLed72xx-0.0.3.zip", + "size": 10499, + "checksum": "SHA-256:3ecb539db5f3116e6aea7b30de5ebaa60212abf2f9dd71545cf910907599aef7" + }, + { + "name": "DigitLed72xx", + "version": "0.0.4", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": [ + "DigitLed72xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.4.zip", + "archiveFileName": "DigitLed72xx-0.0.4.zip", + "size": 10550, + "checksum": "SHA-256:2936056506a9a700005be83582b88995b268f0ebddeaaa05b01027d72b28d2f2" + }, + { + "name": "DigitLed72xx", + "version": "0.0.5", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": [ + "DigitLed72xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.5.zip", + "archiveFileName": "DigitLed72xx-0.0.5.zip", + "size": 10594, + "checksum": "SHA-256:343271e255fd113937e172cf235681dda30c5514b02a1782d5d13ac560f71057" + }, + { + "name": "DigitLed72xx", + "version": "0.0.6", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": [ + "DigitLed72xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.6.zip", + "archiveFileName": "DigitLed72xx-0.0.6.zip", + "size": 10476, + "checksum": "SHA-256:fe2bf1f6815283403223a6251539f28fa37f0e82a18ad178725101cb981e3e71" + }, + { + "name": "DigitLed72xx", + "version": "0.0.7", + "author": "Dariomas", + "maintainer": "Dariomas", + "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", + "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", + "website": "https://github.com/dariomas/DigitLed72xx", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dariomas/DigitLed72xx.git", + "providesIncludes": [ + "DigitLed72xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.7.zip", + "archiveFileName": "DigitLed72xx-0.0.7.zip", + "size": 10938, + "checksum": "SHA-256:2514a033409e31496d0542bbcb5ed76f86ea7de2cc246a24af286c65283c6af7" + }, + { + "name": "SimpleMotionV2-Arduino", + "version": "1.0.0", + "author": "Vladimír Záhradník, vladimir.zahradnik@jsce.cz", + "maintainer": "Vladimír Záhradník, vladimir.zahradnik@jsce.cz", + "license": "Apache-2.0", + "sentence": "An Arduino library for controlling SimpleMotion IONI/ARGON drives from Granite Devices.", + "paragraph": "This is an Arduino port of the SimpleMotionV2 library to control drives like IONI over RS485.", + "website": "https://github.com/JSC-electronics/SimpleMotionV2-Arduino", + "category": "Communication", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/SimpleMotionV2-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleMotionV2_Arduino-1.0.0.zip", + "archiveFileName": "SimpleMotionV2_Arduino-1.0.0.zip", + "size": 1676486, + "checksum": "SHA-256:f71b37bfb3fe6200877e9faa70fb2b654435f8360fc78239203593e691d9e851" + }, + { + "name": "MT8870", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": [ + "MT8870.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.1.zip", + "archiveFileName": "MT8870-0.1.1.zip", + "size": 5267, + "checksum": "SHA-256:4ef3ffebe257cad8899f307f00b2f1f1a0370c670464e2711dd2a75a69edf41f" + }, + { + "name": "MT8870", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": [ + "MT8870.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.2.zip", + "archiveFileName": "MT8870-0.1.2.zip", + "size": 6914, + "checksum": "SHA-256:98e9c46a83550413464346571dca78771b860dec8a707dba93673d538925326d" + }, + { + "name": "MT8870", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": [ + "MT8870.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.3.zip", + "archiveFileName": "MT8870-0.1.3.zip", + "size": 6965, + "checksum": "SHA-256:4104362305c8ce75fb09af5dd32758ecbf1a9471922b6572bf0048b3acf03316" + }, + { + "name": "MT8870", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": [ + "MT8870.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.4.zip", + "archiveFileName": "MT8870-0.1.4.zip", + "size": 7071, + "checksum": "SHA-256:055fdd6897d31f2c0424f45705ad8bf89bd8f74f21f03cd236ef7e28ba6437e4" + }, + { + "name": "MT8870", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": [ + "MT8870.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.5.zip", + "archiveFileName": "MT8870-0.1.5.zip", + "size": 7627, + "checksum": "SHA-256:e40264b5fdba934e6f77c23eee4851158de7c595536f87a5b484c16c058a0960" + }, + { + "name": "MT8870", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MT8870 DTMF decoder", + "website": "https://github.com/RobTillaart/MT8870", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MT8870.git", + "providesIncludes": [ + "MT8870.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.6.zip", + "archiveFileName": "MT8870-0.1.6.zip", + "size": 7867, + "checksum": "SHA-256:6ea9a4509fbd95f082da1defbf84a7e38e18efeef8acb02796963502907886b3" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.0", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON. Tested with ESP8266 in current version.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.0.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.0.zip", + "size": 5707, + "checksum": "SHA-256:0c40e446bb518dc2dffa28ae19d7d9979220e7deaadf75ce4a9bd94099d15622" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.1", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON. Tested with ESP8266 in current version.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.1.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.1.zip", + "size": 8674, + "checksum": "SHA-256:c017a91fa6a838c31bf6c9b10181a2fceeb4fb331b374f111317fb8671cf461b" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.3", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.3.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.3.zip", + "size": 8917, + "checksum": "SHA-256:f130dfc8428440e9cb7d15a4c718e5b38e717b688e37d89248b7cda78b6973e1" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.4", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.4.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.4.zip", + "size": 14790, + "checksum": "SHA-256:c000e24742df7e1b29b0a45e6f44fae2ce925a59e54d042dbde6c959c15d0a3a" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.5", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.5.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.5.zip", + "size": 13001, + "checksum": "SHA-256:ce5303b1660485356831d13bbb4fd413022dae0477c2e4fd87a11c0b483180a5" + }, + { + "name": "Kaa IoT Platform", + "version": "0.1.6", + "author": "KaaIoT Team", + "maintainer": "KaaIoT \u003ckaaproject.org\u003e", + "sentence": "All in one library to communicate with Kaa IoT Platform", + "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", + "website": "https://github.com/kaaproject/kaa-arduino-sdk", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.6.zip", + "archiveFileName": "Kaa_IoT_Platform-0.1.6.zip", + "size": 19347, + "checksum": "SHA-256:d5581ef0db99c9fd7c3571b41f1372719e0ab27272744e51b900b2d6999dda99" + }, + { + "name": "OneTime-BH1750", + "version": "1.0.0", + "author": "Jochem van Kranenburg", + "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "sentence": "A library that makes using a BH1750 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/JVKran/OneTime-BH1750", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JVKran/OneTime-BH1750.git", + "providesIncludes": [ + "BH1750.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/OneTime_BH1750-1.0.0.zip", + "archiveFileName": "OneTime_BH1750-1.0.0.zip", + "size": 8535, + "checksum": "SHA-256:843a952b08c487a4213907eae4e058efbf26332bc071310fa58b5dc4c58e5d0c" + }, + { + "name": "Finite-State-Machine-Arduino", + "version": "1.0.4", + "author": "Arekushi", + "maintainer": "Arekushi \u003calex.ferreiradelima64@gmail.com\u003e", + "sentence": "With that we can create proper states for objects.", + "paragraph": "This is a state machine model, object oriented applied in C++ to be used in line tracking carts - Arduino UNO.", + "website": "https://github.com/Arekushi/Finite-State-Machine-Arduino", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Arekushi/Finite-State-Machine-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Arekushi/Finite_State_Machine_Arduino-1.0.4.zip", + "archiveFileName": "Finite_State_Machine_Arduino-1.0.4.zip", + "size": 254450, + "checksum": "SHA-256:7f143725d6d5664f7897c05524750e6703cd5670a8995fcc2a749b06134085ae" + }, + { + "name": "ESPWebDAV", + "version": "2.0.0", + "author": "ardyesp", + "maintainer": "d-a-v", + "sentence": "WebDav server compatible with linux, macOS, windows.", + "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", + "website": "https://github.com/d-a-v/ESPWebDAV", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d-a-v/ESPWebDAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.0.0.zip", + "archiveFileName": "ESPWebDAV-2.0.0.zip", + "size": 28978, + "checksum": "SHA-256:3df91802c62e67f51774dba0e2b94eeae9bd072513734735f51904e9e34c961c" + }, + { + "name": "ESPWebDAV", + "version": "2.1.2", + "author": "ardyesp", + "maintainer": "d-a-v", + "sentence": "WebDav server compatible with linux, macOS, windows.", + "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", + "website": "https://github.com/d-a-v/ESPWebDAV", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d-a-v/ESPWebDAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.1.2.zip", + "archiveFileName": "ESPWebDAV-2.1.2.zip", + "size": 30869, + "checksum": "SHA-256:e9de2fadbbb09429c0b0a1cd36c138a8f188657f53813c392eb2d102e7b11ca9" + }, + { + "name": "ESPWebDAV", + "version": "2.1.3", + "author": "ardyesp", + "maintainer": "d-a-v", + "sentence": "WebDav server compatible with linux, macOS, windows.", + "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", + "website": "https://github.com/d-a-v/ESPWebDAV", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d-a-v/ESPWebDAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.1.3.zip", + "archiveFileName": "ESPWebDAV-2.1.3.zip", + "size": 38929, + "checksum": "SHA-256:4f2b6f462d11d72b5cae9ef985409860ecb59cbb23d96e3b22b0649883679542" + }, + { + "name": "ESPWebDAV", + "version": "2.1.4", + "author": "ardyesp", + "maintainer": "d-a-v", + "sentence": "WebDav server compatible with linux, macOS, windows.", + "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", + "website": "https://github.com/d-a-v/ESPWebDAV", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d-a-v/ESPWebDAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.1.4.zip", + "archiveFileName": "ESPWebDAV-2.1.4.zip", + "size": 40259, + "checksum": "SHA-256:a7bd40976cc59c67e1fdbe979a8a56bf877fc9c0132b1fdb1fb809e541ffe2cc" + }, + { + "name": "ESPWebDAV", + "version": "2.1.5", + "author": "ardyesp", + "maintainer": "d-a-v", + "sentence": "WebDav server compatible with linux, macOS, windows.", + "paragraph": "This library allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients (without need for external ones). Virtual files are also possible.", + "website": "https://github.com/d-a-v/ESPWebDAV", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d-a-v/ESPWebDAV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.1.5.zip", + "archiveFileName": "ESPWebDAV-2.1.5.zip", + "size": 43601, + "checksum": "SHA-256:873a30f66001941bd222f52626db3c9db8da96eca7991304a11be38247d81e5e" + }, + { + "name": "TinyCBOR", + "version": "0.0.1", + "author": "TOKITA Hiroshi, TinyCBOR Contributors", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is industrial strength C/C++ implementation of CBOR by Intel.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": [ + "tinycbor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.0.1.zip", + "archiveFileName": "TinyCBOR-0.0.1.zip", + "size": 130355, + "checksum": "SHA-256:0e1f0af71d319d0a7fa534d187aa837ec0a9c5e1105c2e34af99907f8817cf1f" + }, + { + "name": "TinyCBOR", + "version": "0.5.3-arduino1", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": [ + "tinycbor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3-arduino1.zip", + "archiveFileName": "TinyCBOR-0.5.3-arduino1.zip", + "size": 131649, + "checksum": "SHA-256:f2b15f02a7b3a8f265fcc17096a642acc226e187f7509d82b0cb7130db7365bb" + }, + { + "name": "TinyCBOR", + "version": "0.5.3-arduino2", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": [ + "tinycbor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3-arduino2.zip", + "archiveFileName": "TinyCBOR-0.5.3-arduino2.zip", + "size": 131923, + "checksum": "SHA-256:22a8678597bac187559b7c46e0a1ec8924438be6c1f5ce6af83a7708cdd184cf" + }, + { + "name": "TinyCBOR", + "version": "0.5.3-arduino.2", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": [ + "tinycbor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3-arduino.2.zip", + "archiveFileName": "TinyCBOR-0.5.3-arduino.2.zip", + "size": 132066, + "checksum": "SHA-256:7e38a55a64c9815d5e4547706ec45f2155705cf16c445b49e212eb17bcb216f1" + }, + { + "name": "TinyCBOR", + "version": "0.5.3002", + "author": "TOKITA Hiroshi", + "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "Concise Binary Object Representation (CBOR) Library", + "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", + "website": "https://github.com/soburi/tinycbor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/tinycbor.git", + "providesIncludes": [ + "tinycbor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3002.zip", + "archiveFileName": "TinyCBOR-0.5.3002.zip", + "size": 131071, + "checksum": "SHA-256:80974980864cd9aba49f501a86fe16f9f69d750b15634796e474d54af6aa120d" + }, + { + "name": "M5Stack_SimpleBeep", + "version": "1.1.0", + "author": "haratta27", + "maintainer": "haratta27", + "sentence": "Simple Beep for M5Stack", + "paragraph": "Simple Beep for M5Stack", + "website": "http://github.com/haratta27/M5Stack_SimpleBeep", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haratta27/M5Stack_SimpleBeep.git", + "providesIncludes": [ + "beepSpeaker.h" + ], + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_SimpleBeep" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/haratta27/M5Stack_SimpleBeep-1.1.0.zip", + "archiveFileName": "M5Stack_SimpleBeep-1.1.0.zip", + "size": 219759, + "checksum": "SHA-256:02f9314c25b90198a77fbabe070858a16fc5533104712efbd2c10a5610b2c24d" + }, + { + "name": "M5Stack_SimpleBeep", + "version": "1.2.0", + "author": "haratta27", + "maintainer": "haratta27", + "sentence": "Simple Beep for M5Stack.", + "paragraph": "Detail url : http://github.com/haratta27/M5Stack_SimpleBeep", + "website": "http://github.com/haratta27/M5Stack_SimpleBeep", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/haratta27/M5Stack_SimpleBeep.git", + "providesIncludes": [ + "SimpleBeep.h" + ], + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "M5Stack_SimpleBeep" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/haratta27/M5Stack_SimpleBeep-1.2.0.zip", + "archiveFileName": "M5Stack_SimpleBeep-1.2.0.zip", + "size": 220012, + "checksum": "SHA-256:add04b44c1d06643543350f513a1324374d1b8291ff6c97350966c61bd93cb49" + }, + { + "name": "PCA9685 16-Channel PWM Driver Module Library", + "version": "1.2.14", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e, Vitska, Kasper Skårhøj \u003ckasperskaarhoj@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a PCA9685 16-channel PWM driver module from an Arduino board.", + "paragraph": "This library allows communication with boards running a PCA6985 16-channel PWM driver module. It supports a wide range of available functionality, from setting the output PWM frequecy, allowing multi-device proxy addressing, and provides an assistant class for working with Servos.", + "website": "https://github.com/NachtRaveVL/PCA9685-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NachtRaveVL/PCA9685-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.14.zip", + "archiveFileName": "PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.14.zip", + "size": 38135, + "checksum": "SHA-256:fc7f610c252b530827a622e3004ad13cc37f1da7bfdde7f294914259ceab2192" + }, + { + "name": "PCA9685 16-Channel PWM Driver Module Library", + "version": "1.2.15", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e, Vitska, Kasper Skårhøj \u003ckasperskaarhoj@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a PCA9685 16-channel PWM driver module from an Arduino board.", + "paragraph": "This library allows communication with boards running a PCA6985 16-channel PWM driver module. It supports a wide range of available functionality, from setting the output PWM frequecy, allowing multi-device proxy addressing, and provides an assistant class for working with Servos.", + "website": "https://github.com/NachtRaveVL/PCA9685-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NachtRaveVL/PCA9685-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.15.zip", + "archiveFileName": "PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.15.zip", + "size": 363833, + "checksum": "SHA-256:a53c1bedfd220f8359c9de80bd2ef49e8d82e21d28974764d3fee1b7776511d5" + }, + { + "name": "GAMMA", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.1.0.zip", + "archiveFileName": "GAMMA-0.1.0.zip", + "size": 8633, + "checksum": "SHA-256:1b7ba5a2c6ad12aa7052ba4731723a867de0ef4cf5723623fd79b034c46a9e54" + }, + { + "name": "GAMMA", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.1.1.zip", + "archiveFileName": "GAMMA-0.1.1.zip", + "size": 10003, + "checksum": "SHA-256:08f21d8041d1636df75e99055d894928bd064be1e16d6d8b9ec41568bc2d0c74" + }, + { + "name": "GAMMA", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.2.0.zip", + "archiveFileName": "GAMMA-0.2.0.zip", + "size": 10675, + "checksum": "SHA-256:eff6a2d4a496a29cd5eaf3fb9f0dc12a6cefa500c7d7796987315203a90ede74" + }, + { + "name": "GAMMA", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.2.1.zip", + "archiveFileName": "GAMMA-0.2.1.zip", + "size": 10795, + "checksum": "SHA-256:b1a5af82a637ceb641be5cfac352e20572a924e399499b23c956d1391faf25c7" + }, + { + "name": "GAMMA", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.2.2.zip", + "archiveFileName": "GAMMA-0.2.2.zip", + "size": 13756, + "checksum": "SHA-256:e7605664cc67c96d7d103690804bd4e62b69fa0596dcfccfcd48d4ca72996d68" + }, + { + "name": "GAMMA", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.3.0.zip", + "archiveFileName": "GAMMA-0.3.0.zip", + "size": 15788, + "checksum": "SHA-256:0a1d01fd62886746c161928ea25da259f18529651ce1043ee215f5c6653ac633" + }, + { + "name": "GAMMA", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.3.1.zip", + "archiveFileName": "GAMMA-0.3.1.zip", + "size": 16242, + "checksum": "SHA-256:c4ec5feb2d56608fe2f9642c4b51f0f32332ffdda9d9e43ba94e16a9cdc1c875" + }, + { + "name": "GAMMA", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.4.0.zip", + "archiveFileName": "GAMMA-0.4.0.zip", + "size": 17556, + "checksum": "SHA-256:a7498081c16a9cbe9fc44c7b8aa66e95dba43ea7a046c55bb5b865a1ff962559" + }, + { + "name": "GAMMA", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for the GAMMA function", + "paragraph": "Balances between speed and size, can set the gamma factor runtime.", + "website": "https://github.com/RobTillaart/GAMMA", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GAMMA.git", + "providesIncludes": [ + "gamma.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.4.1.zip", + "archiveFileName": "GAMMA-0.4.1.zip", + "size": 17792, + "checksum": "SHA-256:e1cfb10e5ef59f5fadf1b7cbc465fee9744c3dc6bf2603c4a48073890beed4c7" + }, + { + "name": "Lepton FLiR Thermal Camera Module Library", + "version": "0.9.91", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a Lepton FLiR (forward looking infrared) thermal camera module from an Arduino-like board (Teensy 3+/ESP32+ minimum).", + "paragraph": "This library allows communication with boards running a Lepton FLiR thermal camera module. It provides a wide range of functionality from adjustable memory footprint size, adjustable temperature display mode, fast chip select enable/disable routines, to exposing the full functionality of the thermal camera itself.", + "website": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino", + "category": "Device Control", + "architectures": [ + "teensy", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Lepton_FLiR_Thermal_Camera_Module_Library-0.9.91.zip", + "archiveFileName": "Lepton_FLiR_Thermal_Camera_Module_Library-0.9.91.zip", + "size": 4210810, + "checksum": "SHA-256:3322b191af1e1230de9121ecedd328186559b14b215797d21437c32bf4c5f3a1" + }, + { + "name": "ESP8266Audio", + "version": "1.5.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.5.0.zip", + "archiveFileName": "ESP8266Audio-1.5.0.zip", + "size": 5334872, + "checksum": "SHA-256:b989b4d938f5288c420dba3490771144542a983c4444a2e1fa601f51ed3ae868" + }, + { + "name": "ESP8266Audio", + "version": "1.5.1", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.5.1.zip", + "archiveFileName": "ESP8266Audio-1.5.1.zip", + "size": 6513369, + "checksum": "SHA-256:5c777440fb851f05c8ce61ff091988e0a5124bc5ae8aa13e55002f21ec51843b" + }, + { + "name": "ESP8266Audio", + "version": "1.6.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.6.0.zip", + "archiveFileName": "ESP8266Audio-1.6.0.zip", + "size": 7834404, + "checksum": "SHA-256:08a55ba95e2d4a9399e1ed593dcb75dfe07ebdd38d6d8433536b44fcd83da4c6" + }, + { + "name": "ESP8266Audio", + "version": "1.7.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.7.0.zip", + "archiveFileName": "ESP8266Audio-1.7.0.zip", + "size": 7838525, + "checksum": "SHA-256:e5b090cce761d2814cdb63c24f6d15fdecb2de53d3573b610d6b076e9ec731eb" + }, + { + "name": "ESP8266Audio", + "version": "1.8.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.8.0.zip", + "archiveFileName": "ESP8266Audio-1.8.0.zip", + "size": 7840372, + "checksum": "SHA-256:8673ce72aa805e42cbe5a4ed780571396f22fc557d21add1b94562e7923e24f5" + }, + { + "name": "ESP8266Audio", + "version": "1.8.1", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines.", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.8.1.zip", + "archiveFileName": "ESP8266Audio-1.8.1.zip", + "size": 7842767, + "checksum": "SHA-256:4b5579cbf92df4906230e003fffaa6d3fb983aeb11200b11342540c318ce3aaf" + }, + { + "name": "ESP8266Audio", + "version": "1.9.0", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.0.zip", + "archiveFileName": "ESP8266Audio-1.9.0.zip", + "size": 7846585, + "checksum": "SHA-256:aac171ecff9ffdb55b2182540ca5d6a8c1827dcbd1ed1cd9f1ec0c3d337c54f2" + }, + { + "name": "ESP8266Audio", + "version": "1.9.1", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.1.zip", + "archiveFileName": "ESP8266Audio-1.9.1.zip", + "size": 7851208, + "checksum": "SHA-256:65c9474b4e1671023cdcf6db3d9d2c0447cae274a56c7a27d55cac59700a5f24" + }, + { + "name": "ESP8266Audio", + "version": "1.9.2", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.2.zip", + "archiveFileName": "ESP8266Audio-1.9.2.zip", + "size": 7851207, + "checksum": "SHA-256:70d5f2fdacffa8f9adcf165efad4f9e49d24727d5b37b47ee5a922f563eb972f" + }, + { + "name": "ESP8266Audio", + "version": "1.9.3", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.3.zip", + "archiveFileName": "ESP8266Audio-1.9.3.zip", + "size": 7851361, + "checksum": "SHA-256:d501a67de758c2e1578f60258ac0e074665fe771b83c70a5a93f050229afb7bf" + }, + { + "name": "ESP8266Audio", + "version": "1.9.4", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.4.zip", + "archiveFileName": "ESP8266Audio-1.9.4.zip", + "size": 7854291, + "checksum": "SHA-256:e02e82f61557a1b3c7f244257d53f6ee31cdc2348d6ad9cea9cd1cf79e46e725" + }, + { + "name": "ESP8266Audio", + "version": "1.9.5", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.5.zip", + "archiveFileName": "ESP8266Audio-1.9.5.zip", + "size": 7854588, + "checksum": "SHA-256:f988cf30feee68e56da60fef4194463823e3c8ae35b1f85542c332f7d4d26988" + }, + { + "name": "ESP8266Audio", + "version": "1.9.7", + "author": "Earle F. Philhower, III", + "maintainer": "Earle F. Philhower, III", + "sentence": "Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040", + "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", + "website": "https://github.com/earlephilhower/ESP8266Audio", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/earlephilhower/ESP8266Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.9.7.zip", + "archiveFileName": "ESP8266Audio-1.9.7.zip", + "size": 7856250, + "checksum": "SHA-256:b8564a2948677fd1e3de1c662891532d82bb5514bdbc4a46d5f7caeb63bca4e0" + }, + { + "name": "BY8X01-16P Audio Module Library", + "version": "1.0.7", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a BY8001-16P or BY83001-16P audio module from an Arduino board.", + "paragraph": "This library allows communication with boards running a BY8001-16P or BY8301-16P audio module. It supports the full feature set of the BY8X01-16P chipset such as queued combination playback, indexed folder/file playback, loop playback mode, equalizer profile, spot insertion play, etc.", + "website": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/BY8X01_16P_Audio_Module_Library-1.0.7.zip", + "archiveFileName": "BY8X01_16P_Audio_Module_Library-1.0.7.zip", + "size": 3589327, + "checksum": "SHA-256:760e91d0521eaf483701fc99085b26ee275e4eac8f1c4e77413ee85def000921" + }, + { + "name": "BY8X01-16P Audio Module Library", + "version": "1.0.8", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Library to control a BY8001-16P or BY83001-16P audio module from an Arduino board.", + "paragraph": "This library allows communication with boards running a BY8001-16P or BY8301-16P audio module. It supports the full feature set of the BY8X01-16P chipset such as queued combination playback, indexed folder/file playback, loop playback mode, equalizer profile, spot insertion play, etc.", + "website": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/BY8X01_16P_Audio_Module_Library-1.0.8.zip", + "archiveFileName": "BY8X01_16P_Audio_Module_Library-1.0.8.zip", + "size": 3575988, + "checksum": "SHA-256:c4501b97a1d2b5dce61bbf4fa38174ceeae4fb444279c8b17f581004ff729a52" + }, + { + "name": "Adafruit MS8607", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MS8607 sensors.", + "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_MS8607", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MS8607.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.0.zip", + "archiveFileName": "Adafruit_MS8607-1.0.0.zip", + "size": 94610, + "checksum": "SHA-256:60f3a83656aa56992cd4ea42538bdc4bcf8e01d44b918e8c600bba59516a70a0" + }, + { + "name": "Adafruit MS8607", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MS8607 sensors.", + "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_MS8607", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MS8607.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.1.zip", + "archiveFileName": "Adafruit_MS8607-1.0.1.zip", + "size": 94614, + "checksum": "SHA-256:75dfe7ee6261989c785f6bd8010d536cebb00408a949298823188c9f26917391" + }, + { + "name": "Adafruit MS8607", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MS8607 sensors.", + "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_MS8607", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MS8607.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.2.zip", + "archiveFileName": "Adafruit_MS8607-1.0.2.zip", + "size": 94622, + "checksum": "SHA-256:6e42fffefdb23b1cc212cb17ce148e8f0aadc00ebc2393fabfd1b5b4d8951f56" + }, + { + "name": "Adafruit MS8607", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MS8607 sensors.", + "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", + "website": "https://github.com/adafruit/Adafruit_MS8607", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MS8607.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.4.zip", + "archiveFileName": "Adafruit_MS8607-1.0.4.zip", + "size": 94622, + "checksum": "SHA-256:a8167bd335fbaa76143f4ffd6e427a876a1b4a13529b844e9b8343bb993e8325" + }, + { + "name": "SensorModbusMaster", + "version": "0.1.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.1.0.zip", + "archiveFileName": "SensorModbusMaster-0.1.0.zip", + "size": 12171, + "checksum": "SHA-256:99a31a62de3b7770ac58c6f6760b02b68d6781191a3134189b952a2c5ebe5fcd" + }, + { + "name": "SensorModbusMaster", + "version": "0.1.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.1.2.zip", + "archiveFileName": "SensorModbusMaster-0.1.2.zip", + "size": 12172, + "checksum": "SHA-256:b5745a4005fe8b37a158096ab38aaba3023866e6337802ac2f97a854a6576251" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.0.zip", + "archiveFileName": "SensorModbusMaster-0.4.0.zip", + "size": 13217, + "checksum": "SHA-256:0c51269d3f5000aedeba4969c6e171739e9348e0c33cafc5f3264d9da5406ce6" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.3", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.3.zip", + "archiveFileName": "SensorModbusMaster-0.4.3.zip", + "size": 13294, + "checksum": "SHA-256:b5f2e116c967d5ac5b0a652d6fb5221f623622ef38eb5554c5011270d3499426" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.7", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.7.zip", + "archiveFileName": "SensorModbusMaster-0.4.7.zip", + "size": 15572, + "checksum": "SHA-256:debce391c42b502dca462bbcb7e5f36e3a64f31495fb0cccfe49ed96bc8ffe98" + }, + { + "name": "SensorModbusMaster", + "version": "0.4.8", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.8.zip", + "archiveFileName": "SensorModbusMaster-0.4.8.zip", + "size": 15747, + "checksum": "SHA-256:440923c96e1df8b815a827bdfbe00c6940ba9e8510909d7524344284368fb681" + }, + { + "name": "SensorModbusMaster", + "version": "0.5.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.5.2.zip", + "archiveFileName": "SensorModbusMaster-0.5.2.zip", + "size": 16371, + "checksum": "SHA-256:24fc263d7ac24ef03d9f644292abec4a3d8be41771355b7724f455562699281e" + }, + { + "name": "SensorModbusMaster", + "version": "0.5.3", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.5.3.zip", + "archiveFileName": "SensorModbusMaster-0.5.3.zip", + "size": 16376, + "checksum": "SHA-256:bb348e3ba4c62d8e7bb06cebcf80015484f79a204ce4abfc81bc0bf4b3e1fa13" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.0.zip", + "archiveFileName": "SensorModbusMaster-0.6.0.zip", + "size": 17140, + "checksum": "SHA-256:5d143502a7592922539c79d4d3ae3193f0e8103c1d2d80f5b0d1266bcaf0f4d7" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.2.zip", + "archiveFileName": "SensorModbusMaster-0.6.2.zip", + "size": 17149, + "checksum": "SHA-256:48e13588d6930794bd01a836e14d03afb35925b454467206f63efd556e574864" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.5", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.5.zip", + "archiveFileName": "SensorModbusMaster-0.6.5.zip", + "size": 7222111, + "checksum": "SHA-256:c626cd63466d7d6cda2b36f05a91b4aaf719a2c25724b61911e9cbee759fd3ee" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.7", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.7.zip", + "archiveFileName": "SensorModbusMaster-0.6.7.zip", + "size": 7222224, + "checksum": "SHA-256:8c09d4be27ad934a8cc226021c4b8fe7367b7ea33e76107a44a95a965efef625" + }, + { + "name": "SensorModbusMaster", + "version": "0.6.8", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", + "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", + "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.8.zip", + "archiveFileName": "SensorModbusMaster-0.6.8.zip", + "size": 7225894, + "checksum": "SHA-256:6d2917d2310e6a4cdd327890b8c7cc7b1b346a0a14ebbf1a6b7ad787fbdcd659" + }, + { + "name": "HC-SR04", + "version": "1.0.0", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.0.zip", + "archiveFileName": "HC_SR04-1.0.0.zip", + "size": 417591, + "checksum": "SHA-256:55715e5aa627b9b0d6b56f987d40342b44eaa0b2153c5ac614a58c0f79caf3ba" + }, + { + "name": "HC-SR04", + "version": "1.0.1", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.1.zip", + "archiveFileName": "HC_SR04-1.0.1.zip", + "size": 417707, + "checksum": "SHA-256:1c6203a3376c04b9865fbbb10ee774d22c7adeba51559914d96ccc64eac1cc86" + }, + { + "name": "HC-SR04", + "version": "1.0.2", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.2.zip", + "archiveFileName": "HC_SR04-1.0.2.zip", + "size": 417883, + "checksum": "SHA-256:0770f7e2e4c2827f86c387d8230cc8fec82b0c57d0f71eace7ad7151fac2bdf7" + }, + { + "name": "HC-SR04", + "version": "1.1.0", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.1.0.zip", + "archiveFileName": "HC_SR04-1.1.0.zip", + "size": 419691, + "checksum": "SHA-256:118dda59f8d734ef4b30c36ba5827a09814ae7d604360371e6b0c07efc86818f" + }, + { + "name": "HC-SR04", + "version": "1.1.1", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.1.1.zip", + "archiveFileName": "HC_SR04-1.1.1.zip", + "size": 419695, + "checksum": "SHA-256:69711fa63e9b06475e3ed80fb1211ce398bf25988965a7acbf1fbebfd98df9a9" + }, + { + "name": "HC-SR04", + "version": "1.1.2", + "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", + "sentence": "Library for HC-SR04 ultrasonic distance sensor.", + "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", + "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.1.2.zip", + "archiveFileName": "HC_SR04-1.1.2.zip", + "size": 419950, + "checksum": "SHA-256:49de2618e18b12040ef80cf96382aebf2dfa74e167dc48713dcc55087d5fb0c9" + }, + { + "name": "KellerModbus", + "version": "0.2.0", + "author": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "maintainer": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "sentence": "Arduino library for communication with Keller pressure and water level sensors via Modbus.", + "paragraph": "A library to use an Arduino as a master to control and communicate via modbus with the pressure and water level sensors produced by Keller. Depends on the EnviroDIY/SensorModbusMaster library.", + "website": "https://github.com/EnviroDIY/KellerModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/KellerModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/KellerModbus-0.2.0.zip", + "archiveFileName": "KellerModbus-0.2.0.zip", + "size": 40274674, + "checksum": "SHA-256:63754f3e75ec451f74bbf4ec3e4bbe6acd93edbeebd3a496292f563ee6195802" + }, + { + "name": "KellerModbus", + "version": "0.2.1", + "author": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "maintainer": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "sentence": "Arduino library for communication with Keller pressure and water level sensors via Modbus.", + "paragraph": "A library to use an Arduino as a master to control and communicate via modbus with the pressure and water level sensors produced by Keller. Depends on the EnviroDIY/SensorModbusMaster library.", + "website": "https://github.com/EnviroDIY/KellerModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/KellerModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/KellerModbus-0.2.1.zip", + "archiveFileName": "KellerModbus-0.2.1.zip", + "size": 40274679, + "checksum": "SHA-256:859f433aef4087c37d7040c25448d38ff8ee5ee6eda43d8e4694a69fce1f4716" + }, + { + "name": "YosemitechModbus", + "version": "0.1.6", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.1.6.zip", + "archiveFileName": "YosemitechModbus-0.1.6.zip", + "size": 17456423, + "checksum": "SHA-256:16db21c9900167b2689b4761961de0c618d888443a2c201947396c6b874c7811" + }, + { + "name": "YosemitechModbus", + "version": "0.1.9", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.1.9.zip", + "archiveFileName": "YosemitechModbus-0.1.9.zip", + "size": 17456705, + "checksum": "SHA-256:a925b97d1a5613f0599b96aa586aafe4ff4ba0a953b7a09013a1f65e9e5bdfd0" + }, + { + "name": "YosemitechModbus", + "version": "0.2.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.0.zip", + "archiveFileName": "YosemitechModbus-0.2.0.zip", + "size": 18607545, + "checksum": "SHA-256:9dfe77390ef127965da7a816c281c6f7d3332c753c86dab702faa3eee583b404" + }, + { + "name": "YosemitechModbus", + "version": "0.2.1", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.1.zip", + "archiveFileName": "YosemitechModbus-0.2.1.zip", + "size": 18607530, + "checksum": "SHA-256:c7bb7397bdbf0878a3a1a18941929b11e6e09e6f15066f386fe139bf5c362eec" + }, + { + "name": "YosemitechModbus", + "version": "0.2.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.2.zip", + "archiveFileName": "YosemitechModbus-0.2.2.zip", + "size": 25461392, + "checksum": "SHA-256:f0b9b47bf2ef874017028f15c672983dd4907b60c51984b49427a6bf4f384a63" + }, + { + "name": "YosemitechModbus", + "version": "0.3.1", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "providesIncludes": [ + "YosemitechModbus.h" + ], + "dependencies": [ + { + "name": "SensorModbusMaster" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.3.1.zip", + "archiveFileName": "YosemitechModbus-0.3.1.zip", + "size": 87847, + "checksum": "SHA-256:21718e33e3836d5ba7942e0b038a9e93860c1f948fb3dcef07ac1167ced48888" + }, + { + "name": "YosemitechModbus", + "version": "0.3.2", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "providesIncludes": [ + "YosemitechModbus.h" + ], + "dependencies": [ + { + "name": "SensorModbusMaster" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.3.2.zip", + "archiveFileName": "YosemitechModbus-0.3.2.zip", + "size": 87889, + "checksum": "SHA-256:2bc152ff21e64a0174cb8b7aa778f6b2159ae990848069c762eee7fe4f905bb6" + }, + { + "name": "YosemitechModbus", + "version": "0.4.0", + "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", + "website": "https://github.com/EnviroDIY/YosemitechModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", + "providesIncludes": [ + "YosemitechModbus.h" + ], + "dependencies": [ + { + "name": "SensorModbusMaster" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.4.0.zip", + "archiveFileName": "YosemitechModbus-0.4.0.zip", + "size": 1907006, + "checksum": "SHA-256:585c66a8d81ebea47e2ccb3ef73433d5856d055ffc7140a1ee775010ea02b574" + }, + { + "name": "wpi-32u4-library", + "version": "2.0.2", + "author": "Pololu", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.0.2.zip", + "archiveFileName": "wpi_32u4_library-2.0.2.zip", + "size": 54335, + "checksum": "SHA-256:ea1008c43d366091b795e8c8e47e81734643f9fb962ae9d622dcaaf0f032082a" + }, + { + "name": "wpi-32u4-library", + "version": "2.0.3", + "author": "Pololu", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.0.3.zip", + "archiveFileName": "wpi_32u4_library-2.0.3.zip", + "size": 55174, + "checksum": "SHA-256:94b623b3e52e14a2ffd3e47de990892be36431afcf967c42bf8fcdc961aa0031" + }, + { + "name": "wpi-32u4-library", + "version": "2.1.0", + "author": "Pololu", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.1.0.zip", + "archiveFileName": "wpi_32u4_library-2.1.0.zip", + "size": 55391, + "checksum": "SHA-256:4ff8bb69d1d1717807f49abdde7d2e45922746f6f363d446745e5d1f798f6ce5" + }, + { + "name": "wpi-32u4-library", + "version": "2.2.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.2.0.zip", + "archiveFileName": "wpi_32u4_library-2.2.0.zip", + "size": 376751, + "checksum": "SHA-256:a2f7f0ddafd28bbcbc1be571b705c8f6a796c8becdf6404a457bbca4e0e7a5d5" + }, + { + "name": "wpi-32u4-library", + "version": "2.3.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.3.0.zip", + "archiveFileName": "wpi_32u4_library-2.3.0.zip", + "size": 381013, + "checksum": "SHA-256:62cd4bf1029b7736f7b599a3010a3be0058ec2548670a89e8d9fd57c63a257ba" + }, + { + "name": "wpi-32u4-library", + "version": "2.4.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.4.0.zip", + "archiveFileName": "wpi_32u4_library-2.4.0.zip", + "size": 380937, + "checksum": "SHA-256:a91ef3f988b8bcff4428336c3de4a2f8f59e5243da347dc90bb1c1867c4b2fb7" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.0.zip", + "archiveFileName": "wpi_32u4_library-2.5.0.zip", + "size": 374815, + "checksum": "SHA-256:eb69463782742bf6255565fe54af9b1bbe434e417dc3c975dbb4c63511774148" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.1", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.1.zip", + "archiveFileName": "wpi_32u4_library-2.5.1.zip", + "size": 374816, + "checksum": "SHA-256:832c735ab45fd9071dc77cacbb339533735be48fcbdf2ef8574b5585ff326672" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.2", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.2.zip", + "archiveFileName": "wpi_32u4_library-2.5.2.zip", + "size": 374818, + "checksum": "SHA-256:2691a3bffd8afdd3daad525331a40dcce6fb18487139e3f94f65061d7dc8bf79" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.3", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.3.zip", + "archiveFileName": "wpi_32u4_library-2.5.3.zip", + "size": 374832, + "checksum": "SHA-256:1c49249acf253ad2c07db2a3c4880b6d23732d58b4e748469fba2c6fd1791725" + }, + { + "name": "wpi-32u4-library", + "version": "2.5.4", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.5.4.zip", + "archiveFileName": "wpi_32u4_library-2.5.4.zip", + "size": 374893, + "checksum": "SHA-256:c48b1c53a2557f1bd264bf925553756f26cccea0a205ed87359938ef1c6e12ee" + }, + { + "name": "wpi-32u4-library", + "version": "2.6.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.6.0.zip", + "archiveFileName": "wpi_32u4_library-2.6.0.zip", + "size": 382568, + "checksum": "SHA-256:c834e8a83242be905f77ee45a93f3effb1e6274bad9729b7ce330515001d8090" + }, + { + "name": "wpi-32u4-library", + "version": "2.7.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.7.0.zip", + "archiveFileName": "wpi_32u4_library-2.7.0.zip", + "size": 382803, + "checksum": "SHA-256:2e1a2560792f164cd2cf514b353c2456f2cd0ada71bb7387a3248b167bd2d6c9" + }, + { + "name": "wpi-32u4-library", + "version": "2.8.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.8.0.zip", + "archiveFileName": "wpi_32u4_library-2.8.0.zip", + "size": 382825, + "checksum": "SHA-256:75f5d5300047c507616de95fae84909910f2c38f315328930e1d72204dd92d13" + }, + { + "name": "wpi-32u4-library", + "version": "3.0.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.0.0.zip", + "archiveFileName": "wpi_32u4_library-3.0.0.zip", + "size": 359443, + "checksum": "SHA-256:27178a4f081887c420e06409975d38153bfb9e9f48de4f2b2223d20f67d6aae9" + }, + { + "name": "wpi-32u4-library", + "version": "3.1.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.1.0.zip", + "archiveFileName": "wpi_32u4_library-3.1.0.zip", + "size": 358144, + "checksum": "SHA-256:62d341930d852f9275141d968d41284d0152e5233beeedd1731de6113433b9f8" + }, + { + "name": "wpi-32u4-library", + "version": "3.2.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Kevin Harrington", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", + "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.2.0.zip", + "archiveFileName": "wpi_32u4_library-3.2.0.zip", + "size": 358282, + "checksum": "SHA-256:57d05b3c7a3cb7b9f0354d9ac2c5b88c9864981fb122f6312b787b54f8ba239a" + }, + { + "name": "wpi-32u4-library", + "version": "3.3.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Greg Lewin", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X.", + "website": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.3.0.zip", + "archiveFileName": "wpi_32u4_library-3.3.0.zip", + "size": 357769, + "checksum": "SHA-256:e4429709e9ffdc9049bece6e4d6358a5a46503c7ce3b3722c398859f058daf05" + }, + { + "name": "wpi-32u4-library", + "version": "3.4.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Greg Lewin", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X.", + "website": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.4.0.zip", + "archiveFileName": "wpi_32u4_library-3.4.0.zip", + "size": 357781, + "checksum": "SHA-256:213f5abecdcf3498f6683805a9d6795209aeae8948d929bb2308fcb0c13ccd9f" + }, + { + "name": "wpi-32u4-library", + "version": "3.4.1", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Greg Lewin", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X.", + "website": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.4.1.zip", + "archiveFileName": "wpi_32u4_library-3.4.1.zip", + "size": 357806, + "checksum": "SHA-256:4cf4d2a724431d27570560f010aa1570517da304ac38f1992db03b705b4643d5" + }, + { + "name": "wpi-32u4-library", + "version": "3.5.0", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Greg Lewin", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X.", + "website": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.5.0.zip", + "archiveFileName": "wpi_32u4_library-3.5.0.zip", + "size": 364681, + "checksum": "SHA-256:8d52d95ced506bb75469665bb833a3713c737a1ea700a892649bdf4b1d657e50" + }, + { + "name": "wpi-32u4-library", + "version": "3.5.1", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Greg Lewin", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X.", + "website": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.5.1.zip", + "archiveFileName": "wpi_32u4_library-3.5.1.zip", + "size": 364803, + "checksum": "SHA-256:625bd7b49d525c744074012ada3cd728ec0e16c5d9c08e50fe62a9f13b98949e" + }, + { + "name": "wpi-32u4-library", + "version": "3.5.2", + "author": "Pololu,WPIRoboticsEngineering", + "maintainer": "Greg Lewin", + "sentence": "Forked Romi 32U4 Arduino library", + "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X.", + "website": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "providesIncludes": [ + "wpi-32u4-library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-3.5.2.zip", + "archiveFileName": "wpi_32u4_library-3.5.2.zip", + "size": 364835, + "checksum": "SHA-256:73cb44f466ee09eabf4c0d39daf90590658a0203879acf59399a54c3132f590d" + }, + { + "name": "cmdArduino", + "version": "1.0.0", + "author": "Akiba \u003cakiba@freaklabs.org\u003e, Jacinta \u003cjacinta@freaklabs.org\u003e", + "maintainer": "Akiba \u003cakiba@freaklabs.org\u003e", + "sentence": "A small command-line library to make development easier.", + "paragraph": "cmdArduino allows you to interactively call functions from a serial command line for fast testing and debugging.", + "website": "https://www.freaklabs.org", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/freaklabs/cmdArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/freaklabs/cmdArduino-1.0.0.zip", + "archiveFileName": "cmdArduino-1.0.0.zip", + "size": 12574, + "checksum": "SHA-256:3a2ba45d4866c9282b19cfcad058668fec08644f0c466cc427cc765f8b00608e" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.0", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": [ + "openmvrpc.h" + ], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.0.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.0.zip", + "size": 34546, + "checksum": "SHA-256:417f4c23e62d22854933874e147b833264d96f35980aebddedfb84641b64ddc4" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.1", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": [ + "openmvrpc.h" + ], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.1.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.1.zip", + "size": 34644, + "checksum": "SHA-256:0dd5e441f57bbc754c0ea0d0c151cd16d79e10b42ad949e1cd319156ed896879" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.2", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": [ + "openmvrpc.h" + ], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.2.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.2.zip", + "size": 34789, + "checksum": "SHA-256:3ca5471fa582f206f2678cb657ee9400f4707a2894b00acb723aec1b4e7b8442" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.3", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": [ + "openmvrpc.h" + ], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.3.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.3.zip", + "size": 34814, + "checksum": "SHA-256:b8934478ad72442905bab21f90976a5a53416c2d43de1be8ed893ac65679ae96" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.7", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": [ + "openmvrpc.h" + ], + "dependencies": [ + { + "name": "CAN" + }, + { + "name": "SoftwareSerial" + }, + { + "name": "SPI" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.7.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.7.zip", + "size": 35370, + "checksum": "SHA-256:0b73dc2d31c401106046e94d72877eb6ce4c836aa4fccd05c42e40a7051d5473" + }, + { + "name": "OpenMV Arduino RPC", + "version": "1.0.9", + "author": "OpenMV", + "maintainer": "OpenMV", + "sentence": "OpenMV Arduino RPC Interface Library", + "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", + "website": "https://github.com/openmv/openmv-arduino-rpc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/openmv/openmv-arduino-rpc.git", + "providesIncludes": [ + "openmvrpc.h" + ], + "dependencies": [ + { + "name": "CAN" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.9.zip", + "archiveFileName": "OpenMV_Arduino_RPC-1.0.9.zip", + "size": 35354, + "checksum": "SHA-256:5a874064c60684b5387209aebf5b86181c716da59b849f6caac758952fc2adc0" + }, + { + "name": "TaskManagerIO", + "version": "1.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.0.zip", + "archiveFileName": "TaskManagerIO-1.0.0.zip", + "size": 51886, + "checksum": "SHA-256:f16287a5edd61b3a9ed2376826e8816c04900072cc1c697ad771256a826cc9c9" + }, + { + "name": "TaskManagerIO", + "version": "1.0.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.1.zip", + "archiveFileName": "TaskManagerIO-1.0.1.zip", + "size": 53248, + "checksum": "SHA-256:7974a5c811d22b00b866cd4eaa0f3c59d156b89304746e7d16ae8a51a496b1a3" + }, + { + "name": "TaskManagerIO", + "version": "1.0.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.2.zip", + "archiveFileName": "TaskManagerIO-1.0.2.zip", + "size": 53130, + "checksum": "SHA-256:596db4de02f787f4ac2e302d20f84e34dc31425d76b0ff3e88ea544cdb0e0097" + }, + { + "name": "TaskManagerIO", + "version": "1.0.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.3.zip", + "archiveFileName": "TaskManagerIO-1.0.3.zip", + "size": 53161, + "checksum": "SHA-256:b0b61ba91eed92385d9ae823c967d439a50807bc6e4f373cdbeaec49b290dd5b" + }, + { + "name": "TaskManagerIO", + "version": "1.0.4", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.4.zip", + "archiveFileName": "TaskManagerIO-1.0.4.zip", + "size": 54485, + "checksum": "SHA-256:8944ca1d17704f5d7012eea337269176661fc571734a16a6c9578dd9bbdd898a" + }, + { + "name": "TaskManagerIO", + "version": "1.0.6", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.6.zip", + "archiveFileName": "TaskManagerIO-1.0.6.zip", + "size": 55924, + "checksum": "SHA-256:189352f66fc54175c3f2a87572888ee67979bdc5af090c657c6c908b318c6012" + }, + { + "name": "TaskManagerIO", + "version": "1.0.7", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.7.zip", + "archiveFileName": "TaskManagerIO-1.0.7.zip", + "size": 56091, + "checksum": "SHA-256:730aedf2db4f1cf2f7eb88d020f291263b2ad9f4f19acd2f7794fc67d5415595" + }, + { + "name": "TaskManagerIO", + "version": "1.1.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.0.zip", + "archiveFileName": "TaskManagerIO-1.1.0.zip", + "size": 56855, + "checksum": "SHA-256:999bb0ee662954621db06b46049180746e5fa406f29af6f3a9a257e2f76c5e90" + }, + { + "name": "TaskManagerIO", + "version": "1.1.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.1.zip", + "archiveFileName": "TaskManagerIO-1.1.1.zip", + "size": 56856, + "checksum": "SHA-256:76423769ce9ac0f0a490a7dde62f71599a944de76849790cf54dca6c5b07f09d" + }, + { + "name": "TaskManagerIO", + "version": "1.1.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.2.zip", + "archiveFileName": "TaskManagerIO-1.1.2.zip", + "size": 56884, + "checksum": "SHA-256:8e75fd5a17b1bcce7b9ac613d0ec4cbbc6599d9a8136eb8d90dd2bef9bcfef01" + }, + { + "name": "TaskManagerIO", + "version": "1.1.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.3.zip", + "archiveFileName": "TaskManagerIO-1.1.3.zip", + "size": 57013, + "checksum": "SHA-256:6614978f63c8b50d33fa3ca7ddd25c4d964c2716d2d1fddf92fd3cb566d023e0" + }, + { + "name": "TaskManagerIO", + "version": "1.2.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.0.zip", + "archiveFileName": "TaskManagerIO-1.2.0.zip", + "size": 57547, + "checksum": "SHA-256:f7051d936f8af9b32c75e7abda72ec323adf11f09a996e0d5bb78f0c9ac4b10b" + }, + { + "name": "TaskManagerIO", + "version": "1.2.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.1.zip", + "archiveFileName": "TaskManagerIO-1.2.1.zip", + "size": 62798, + "checksum": "SHA-256:996255e2703afef68f60f0b6f07c367fa4618dc0d36164a59053b0fc21566fb5" + }, + { + "name": "TaskManagerIO", + "version": "1.2.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.2.zip", + "archiveFileName": "TaskManagerIO-1.2.2.zip", + "size": 63185, + "checksum": "SHA-256:e1e933b35db3514f58af702ab59b2b25bfcd2b20a6aaa4d512eb98114be6d658" + }, + { + "name": "TaskManagerIO", + "version": "1.2.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.2.3.zip", + "archiveFileName": "TaskManagerIO-1.2.3.zip", + "size": 63073, + "checksum": "SHA-256:175b42281c878feee201bc71b5ea63496e490e3a716e6226d84d5d10d02650e9" + }, + { + "name": "TaskManagerIO", + "version": "1.3.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.3.0.zip", + "archiveFileName": "TaskManagerIO-1.3.0.zip", + "size": 67881, + "checksum": "SHA-256:80b62ce1c00c18014e96c0bf0b877d7dbe2e47e2cce85dc730b7a32d95898156" + }, + { + "name": "TaskManagerIO", + "version": "1.3.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.3.1.zip", + "archiveFileName": "TaskManagerIO-1.3.1.zip", + "size": 68166, + "checksum": "SHA-256:d882bb32e55c2c725dc4a575ac976166c68289959ce6715b112ee21687074015" + }, + { + "name": "TaskManagerIO", + "version": "1.3.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.3.2.zip", + "archiveFileName": "TaskManagerIO-1.3.2.zip", + "size": 68357, + "checksum": "SHA-256:de4ccd51a2056ba1f6e80db701ef37307b550cdf7aa924ada753035813067a7d" + }, + { + "name": "TaskManagerIO", + "version": "1.3.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.3.3.zip", + "archiveFileName": "TaskManagerIO-1.3.3.zip", + "size": 68567, + "checksum": "SHA-256:2af8eaeb1fbdc89c442b101af2818146d22cc0eaa37f419eaab3db6cacdf9745" + }, + { + "name": "TaskManagerIO", + "version": "1.3.4", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.3.4.zip", + "archiveFileName": "TaskManagerIO-1.3.4.zip", + "size": 68402, + "checksum": "SHA-256:bb008cbda94544860d7480595f65682c4e53e3fb61c2653cb36403a1ba56fb8b" + }, + { + "name": "TaskManagerIO", + "version": "1.3.5", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.3.5.zip", + "archiveFileName": "TaskManagerIO-1.3.5.zip", + "size": 108155, + "checksum": "SHA-256:765ad916fe03602d7003cba690f81337cb6bb5221d1d3aff845b7f68a0d53d48" + }, + { + "name": "TaskManagerIO", + "version": "1.4.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.4.0.zip", + "archiveFileName": "TaskManagerIO-1.4.0.zip", + "size": 109376, + "checksum": "SHA-256:ca2c699715c39f949012080c2095929af5ede5c1df04b45b6e4f0b15ecca979f" + }, + { + "name": "TaskManagerIO", + "version": "1.4.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.4.1.zip", + "archiveFileName": "TaskManagerIO-1.4.1.zip", + "size": 109384, + "checksum": "SHA-256:2727fa591ef95f520184878e18ff29297c9d9931be51014e027f17819d8c5bae" + }, + { + "name": "TaskManagerIO", + "version": "1.4.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", + "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", + "website": "https://github.com/davetcc/TaskManagerIO", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/TaskManagerIO.git", + "providesIncludes": [ + "TaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.4.2.zip", + "archiveFileName": "TaskManagerIO-1.4.2.zip", + "size": 110268, + "checksum": "SHA-256:9c800b778b57c47d5aa7a37f9bacd2df36f3158298c826cbcd7bcb6041bc70cf" + }, + { + "name": "cgnuino", + "version": "0.1.0", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience.", + "website": "https://researchmap.jp/keimochizuki", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-0.1.0.zip", + "archiveFileName": "cgnuino-0.1.0.zip", + "size": 347250, + "checksum": "SHA-256:f2803722e9588795fc7316a7531306f63fbe540840a6a7a712fba60728ea1ff1" + }, + { + "name": "cgnuino", + "version": "1.0.0", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.0.zip", + "archiveFileName": "cgnuino-1.0.0.zip", + "size": 387942, + "checksum": "SHA-256:3f8619fe529eb8beee4f3fc6087589676c8cb1e5277846effa748b80d350dd01" + }, + { + "name": "cgnuino", + "version": "1.0.1", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.1.zip", + "archiveFileName": "cgnuino-1.0.1.zip", + "size": 252791, + "checksum": "SHA-256:39b09f0d409b70d8a1d91467b58fe53f3d64f925c551cccc5270a0c1cd152aab" + }, + { + "name": "cgnuino", + "version": "1.0.2", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.2.zip", + "archiveFileName": "cgnuino-1.0.2.zip", + "size": 1147013, + "checksum": "SHA-256:f77849bb7a53ce622c3e8d677f55718275b5489616a4e147fad9ce72dc9b0515" + }, + { + "name": "cgnuino", + "version": "1.0.3", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.3.zip", + "archiveFileName": "cgnuino-1.0.3.zip", + "size": 1170487, + "checksum": "SHA-256:749041b03a28ee06835fcbbf267f7fc75b64da1214789a170bf6c51254c38848" + }, + { + "name": "cgnuino", + "version": "1.0.4", + "author": "Kei Mochizuki", + "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", + "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", + "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", + "website": "https://github.com/keimochizuki/cgnuino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/keimochizuki/cgnuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.4.zip", + "archiveFileName": "cgnuino-1.0.4.zip", + "size": 494864, + "checksum": "SHA-256:c29928a1c73a7507916ca5e5189eb7944d7a251854cec0634339f650ea53c982" + }, + { + "name": "EasyMorse", + "version": "1.1.0", + "author": "Milador", + "maintainer": "Milador \u003ccontact@milad.mobi\u003e", + "sentence": "A simplified Morse code library to be used as a method of Communication.", + "paragraph": "You can use this library along example codes and two switches to get started converting Morse code to character. The library is based on morse2go project.", + "website": "https://github.com/milador/EasyMorse", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/milador/EasyMorse.git", + "providesIncludes": [ + "EasyMorse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/milador/EasyMorse-1.1.0.zip", + "archiveFileName": "EasyMorse-1.1.0.zip", + "size": 7355, + "checksum": "SHA-256:46f6d972efc895f37f688b5ae3323505b0da3e429a0d2f4baf9d536e1bb4da81" + }, + { + "name": "EasyMorse", + "version": "1.2.0", + "author": "Milador", + "maintainer": "Milador \u003cinfo@milador.ca\u003e", + "sentence": "A simplified Morse code library to be used as a method of Communication.", + "paragraph": "You can use this library along example codes and two switches to get started converting Morse code to character.", + "website": "https://github.com/milador/EasyMorse", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/milador/EasyMorse.git", + "providesIncludes": [ + "EasyMorse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/milador/EasyMorse-1.2.0.zip", + "archiveFileName": "EasyMorse-1.2.0.zip", + "size": 9306, + "checksum": "SHA-256:6bce5163318b81f674a69ff8d7ecd5e587a9426c9c8724700941e72426d7e217" + }, + { + "name": "LineTracker5 Library", + "version": "1.0.5", + "author": "yanko", + "maintainer": "yanko \u003cyanko.html@gmail.com\u003e", + "sentence": "The library for the LineTracker5 board", + "paragraph": "This is the library for the LineTracker5 infrared board", + "website": "https://github.com/HNRobotica/LineTracker5/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HNRobotica/LineTracker5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HNRobotica/LineTracker5_Library-1.0.5.zip", + "archiveFileName": "LineTracker5_Library-1.0.5.zip", + "size": 16272, + "checksum": "SHA-256:82b82395b3491e4efbcf5aaa88bee29dac5172c651ce8d76d9dfd0286d170792" + }, + { + "name": "KIM", + "version": "3.0.0", + "author": "Kineis", + "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", + "license": "LGPL-2.1", + "sentence": "Handles the interface between KIM1 shield V2 and Arduino.", + "paragraph": "Handles the interface between KIM1 shield V2 and Arduino.", + "website": "https://github.com/Kineis/ArduinoKim", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Kineis/ArduinoKim.git", + "providesIncludes": [ + "KIM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.0.zip", + "archiveFileName": "KIM-3.0.0.zip", + "size": 52218, + "checksum": "SHA-256:267600429c41c029eaa048f82957af4b4d0ecc58baa0549a7aa74e06ceedc077" + }, + { + "name": "KIM", + "version": "3.0.2", + "author": "Kineis", + "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", + "license": "MIT", + "sentence": "Handles the interface between KIM1 shield V2 and Arduino.", + "paragraph": "The KIM library allows to use the KIM1 shield with the Arduino Uno board.", + "website": "https://github.com/Kineis/ArduinoKim", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Kineis/ArduinoKim.git", + "providesIncludes": [ + "KIM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.2.zip", + "archiveFileName": "KIM-3.0.2.zip", + "size": 53037, + "checksum": "SHA-256:f0baf0d1cea69a70bf995eb71787b380332bff037d7d7797556b6ebe4aea9c61" + }, + { + "name": "KIM", + "version": "3.0.3", + "author": "Kineis", + "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", + "license": "MIT", + "sentence": "Handles the interface between KIM1 (SW1.3 and SW1.4) shield V2 and Arduino.", + "paragraph": "The KIM library allows to use the KIM1 shield with the Arduino Uno board.", + "website": "https://github.com/Kineis/ArduinoKim", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Kineis/ArduinoKim.git", + "providesIncludes": [ + "KIM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.3.zip", + "archiveFileName": "KIM-3.0.3.zip", + "size": 53094, + "checksum": "SHA-256:e72d543b04300cda444c98dc85b34ea3df09686e6300b56e7bccadbbde54ba80" + }, + { + "name": "KIM", + "version": "3.0.4", + "author": "Kineis", + "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", + "license": "MIT", + "sentence": "Library with examples for KIM1 shield v2 (no longer distributed) on Arduino platforms", + "paragraph": "The KIM library allows to use the KIM1 shield with the Arduino Uno board.", + "website": "https://github.com/Kineis/ArduinoKim", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Kineis/ArduinoKim.git", + "providesIncludes": [ + "KIM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.4.zip", + "archiveFileName": "KIM-3.0.4.zip", + "size": 53096, + "checksum": "SHA-256:5bc95f0406d68ac60b3e53ade85afc5fd02c2606b5fe5d0dc2121faf93806052" + }, + { + "name": "M5Core2", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.1.zip", + "archiveFileName": "M5Core2-0.0.1.zip", + "size": 2584580, + "checksum": "SHA-256:8954ff32bf7234e6961e97220b4385162f98a56451ecc19b0f1318c68e4bd87f" + }, + { + "name": "M5Core2", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.2.zip", + "archiveFileName": "M5Core2-0.0.2.zip", + "size": 2600886, + "checksum": "SHA-256:1f5bdd736a299cda4332adf03f3f446e40342f30236580cd37ad47539fd27aaa" + }, + { + "name": "M5Core2", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.3.zip", + "archiveFileName": "M5Core2-0.0.3.zip", + "size": 3426519, + "checksum": "SHA-256:053acf1f9a1cc74dd8f44631ec8de9c04566c2526253f1e3ce211dc167abe9d1" + }, + { + "name": "M5Core2", + "version": "0.0.4", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.4.zip", + "archiveFileName": "M5Core2-0.0.4.zip", + "size": 3427659, + "checksum": "SHA-256:95f8c832316265e14240dd3b67f78c067a9e0a9b48eb7197ede0127192d79e15" + }, + { + "name": "M5Core2", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.5.zip", + "archiveFileName": "M5Core2-0.0.5.zip", + "size": 4303235, + "checksum": "SHA-256:5a3118a3d03f0272ccd9f8868c3303bcf3515a025f1377caf9c4917a3c5b6d66" + }, + { + "name": "M5Core2", + "version": "0.0.6", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.6.zip", + "archiveFileName": "M5Core2-0.0.6.zip", + "size": 4311710, + "checksum": "SHA-256:613629077e4a382c60b730e202b87d3134375c1e820419a32a80e4c33062ab1b" + }, + { + "name": "M5Core2", + "version": "0.0.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "M5GFX" + }, + { + "name": "ArduinoJson" + }, + { + "name": "M5_EzData" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.9.zip", + "archiveFileName": "M5Core2-0.0.9.zip", + "size": 4374489, + "checksum": "SHA-256:ababa7215b7ca5e43fe08839768f2c0728a559d448a7e7a65e056084b72e217d" + }, + { + "name": "M5Core2", + "version": "0.1.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "M5GFX" + }, + { + "name": "ArduinoJson" + }, + { + "name": "M5_EzData" + }, + { + "name": "PubSubClient" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "UNIT_MQTT" + }, + { + "name": "M5_BH1750FVI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.0.zip", + "archiveFileName": "M5Core2-0.1.0.zip", + "size": 4374683, + "checksum": "SHA-256:5001057cf7142956d27eb82395c52a518297790da4f1a78881482fb6fb97e917" + }, + { + "name": "M5Core2", + "version": "0.1.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "M5GFX" + }, + { + "name": "ArduinoJson" + }, + { + "name": "M5_EzData" + }, + { + "name": "PubSubClient" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "UNIT_MQTT" + }, + { + "name": "M5_BH1750FVI" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.2.zip", + "archiveFileName": "M5Core2-0.1.2.zip", + "size": 4387935, + "checksum": "SHA-256:d68d118e38fc3fa4ad71d639ab0b9bfa9514ca230cee5d5f364dc164fda94495" + }, + { + "name": "M5Core2", + "version": "0.1.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.3.zip", + "archiveFileName": "M5Core2-0.1.3.zip", + "size": 4374225, + "checksum": "SHA-256:5d3d008098da53ce69473c9d9826031a58493f6416f55135ad56d4326c3d495c" + }, + { + "name": "M5Core2", + "version": "0.1.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on https://docs.m5stack.com/en/core/core2", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.4.zip", + "archiveFileName": "M5Core2-0.1.4.zip", + "size": 4294801, + "checksum": "SHA-256:44b0f47a7ba98b55bc83cae4adbc45f553f625f46685cb82095d46023f24264c" + }, + { + "name": "M5Core2", + "version": "0.1.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on https://docs.m5stack.com/en/core/core2", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.5.zip", + "archiveFileName": "M5Core2-0.1.5.zip", + "size": 4283944, + "checksum": "SHA-256:8a2cac62d726b067d6558c9f82a842407d3ebc88e1160e2cf4d3ddef141adef2" + }, + { + "name": "M5Core2", + "version": "0.1.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on https://docs.m5stack.com/en/core/core2", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.6.zip", + "archiveFileName": "M5Core2-0.1.6.zip", + "size": 4373410, + "checksum": "SHA-256:4fc92422194f8037695a0e247f8592406c602e3ee9a5d88ea15125ae6d57acb4" + }, + { + "name": "M5Core2", + "version": "0.1.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on https://docs.m5stack.com/en/core/core2", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "Module_GRBL_13.2" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.7.zip", + "archiveFileName": "M5Core2-0.1.7.zip", + "size": 4362446, + "checksum": "SHA-256:24baed96c1ac3a91f2990e35ec9fa33a707abdb37d635823bd0364f1a813148e" + }, + { + "name": "M5Core2", + "version": "0.1.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Core2 development kit", + "paragraph": "See more on https://docs.m5stack.com/en/core/core2", + "website": "https://github.com/m5stack/M5Core2.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Core2.git", + "providesIncludes": [ + "M5Core2.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Module-4Relay" + }, + { + "name": "Module_GRBL_13.2" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.1.8.zip", + "archiveFileName": "M5Core2-0.1.8.zip", + "size": 4374272, + "checksum": "SHA-256:3d5f8d3e668d0b72eda3b05b737143e73bf13a6ea7dc433bf10b9dfa142b8c86" + }, + { + "name": "Blynk_Async_GSM_Manager", + "version": "1.0.10", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_Async_M.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.0.10.zip", + "archiveFileName": "Blynk_Async_GSM_Manager-1.0.10.zip", + "size": 157374, + "checksum": "SHA-256:cb44ac2ec529c586368a82a72bab97f74b688c4be565f4cb5428c8112827d886" + }, + { + "name": "Blynk_Async_GSM_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_Async_M.h", + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WF.h", + "BlynkSimpleESP32_GSM_Async_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.1.0.zip", + "archiveFileName": "Blynk_Async_GSM_Manager-1.1.0.zip", + "size": 192545, + "checksum": "SHA-256:70c4315317fb71eff66d4ed2bcdf1ba3d5d66a4c0970c0cf27acd78674e569a0" + }, + { + "name": "Blynk_Async_GSM_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_Async_M.h", + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WF.h", + "BlynkSimpleESP32_GSM_Async_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.2.0.zip", + "archiveFileName": "Blynk_Async_GSM_Manager-1.2.0.zip", + "size": 198517, + "checksum": "SHA-256:34c915bd83be37f05e22709e240dda909c0e161bc91de0a02c08be3557a6a109" + }, + { + "name": "Blynk_Async_GSM_Manager", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", + "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "providesIncludes": [ + "BlynkSimpleTinyGSM_Async_M.h", + "BlynkSimpleESP32_GSM_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WFM.h", + "BlynkSimpleESP8266_GSM_Async_WF.h", + "BlynkSimpleESP32_GSM_Async_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "TinyGSM" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.2.1.zip", + "archiveFileName": "Blynk_Async_GSM_Manager-1.2.1.zip", + "size": 196655, + "checksum": "SHA-256:0e8e4646d3a1daec2cd2aec2bd079329db9616031538fec1833d26ebd2da6482" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.0.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ESP8266WiFi" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "WiFiClientSecureBearSSL" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.0.0.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.0.0.zip", + "size": 10959, + "checksum": "SHA-256:dc5ad61e8c73538e7b00a1f729eda8266e18ab60c4ec9d9939e709380bb2d55d" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.1.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.1.0.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.1.0.zip", + "size": 10743, + "checksum": "SHA-256:d5515442c4daaa0e15d7a449d0004cda10f2c81c9ebb6a8b6c7219a1afd85508" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.1.5", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.1.5.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.1.5.zip", + "size": 16208, + "checksum": "SHA-256:70cde372345fce57931885f1c32ae544c0eca4f6a3268e5d3d7021b123c8bf61" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.0.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.0.zip", + "size": 20296, + "checksum": "SHA-256:39173ddb069a872e3bab11c42f3e6fda2cc9064469a8b412197fe27e809048e6" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.1", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.1.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.1.zip", + "size": 22352, + "checksum": "SHA-256:ed7833a6e077338e5d4317db986069a9118fbad3614bbe5ade189b65af3b23af" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.2", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.2.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.2.zip", + "size": 22386, + "checksum": "SHA-256:a74db246e9629f0b698c7ce24e50e1ec9cb6d36b7bf08f26f84ec59b270dc61d" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.3", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.3.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.3.zip", + "size": 22281, + "checksum": "SHA-256:d43a4cb59a28348095b0b4c183bb298d1cc5ec6d930b39ebfc1c980fbbe6190a" + }, + { + "name": "Toggl API v8 - Arduino Implementation", + "version": "1.2.4", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "Toggl API v8 implementation for ESP", + "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", + "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.4.zip", + "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.4.zip", + "size": 23495, + "checksum": "SHA-256:94d5f3edf18d3d7927ec21ea0b3a94b632f0cc07467b5586d74e34feedc138cb" + }, + { + "name": "UCloudIoTSDK", + "version": "0.0.1", + "author": "James Liu \u003cjames.liu@ucloud.cn\u003e", + "maintainer": "James Liu \u003cjames.liu@ucloud.cn\u003e", + "sentence": "An Arduino library for connecting ucloud iot platform made by UCloud IoT team.", + "paragraph": "UCloudIoTSDK is designed \u0026 developed by UCloud IoT team , this library is used to connect with UCloud iot platform.", + "website": "https://github.com/ucloud/ucloud-iot-sdk-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ucloud/ucloud-iot-sdk-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ucloud/UCloudIoTSDK-0.0.1.zip", + "archiveFileName": "UCloudIoTSDK-0.0.1.zip", + "size": 706716, + "checksum": "SHA-256:e354dc0edb112f2fdf806cbf607e2c88a72ee0ff28334f0de1caf973aa6012f9" + }, + { + "name": "ServoInput", + "version": "1.0.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Read positional data from servo motors and drivers.", + "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", + "website": "https://github.com/dmadison/ServoInput", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/ServoInput.git", + "providesIncludes": [ + "ServoInput.h" + ], + "dependencies": [ + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.0.zip", + "archiveFileName": "ServoInput-1.0.0.zip", + "size": 23818, + "checksum": "SHA-256:c383b7c98310422452dc0cfceafe3e5978c38a34209605cae298e64eec4b0c49" + }, + { + "name": "ServoInput", + "version": "1.0.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Read positional data from servo motors and drivers.", + "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", + "website": "https://github.com/dmadison/ServoInput", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/ServoInput.git", + "providesIncludes": [ + "ServoInput.h" + ], + "dependencies": [ + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.1.zip", + "archiveFileName": "ServoInput-1.0.1.zip", + "size": 24072, + "checksum": "SHA-256:225bc4d0d0a4889f3fd25b95c596f7d3ff8ba1d418bdfca52a7b6ddbcbba908b" + }, + { + "name": "ServoInput", + "version": "1.0.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Read positional data from servo motors and drivers.", + "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", + "website": "https://github.com/dmadison/ServoInput", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/ServoInput.git", + "providesIncludes": [ + "ServoInput.h" + ], + "dependencies": [ + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.2.zip", + "archiveFileName": "ServoInput-1.0.2.zip", + "size": 24205, + "checksum": "SHA-256:be8c60ffd483cb76b2915a8c26665769343be063fdb2a2682241fdc2a7e819dc" + }, + { + "name": "ServoInput", + "version": "1.0.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Read positional data from servo motors and drivers.", + "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", + "website": "https://github.com/dmadison/ServoInput", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/ServoInput.git", + "providesIncludes": [ + "ServoInput.h" + ], + "dependencies": [ + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.3.zip", + "archiveFileName": "ServoInput-1.0.3.zip", + "size": 24282, + "checksum": "SHA-256:b945ad6b5c8bd110f0e42ea19054468c574863fb35cc2eca92844cb17bf30346" + }, + { + "name": "Adafruit SSD1327", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "paragraph": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1327", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1327.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1327-1.0.0.zip", + "archiveFileName": "Adafruit_SSD1327-1.0.0.zip", + "size": 14653, + "checksum": "SHA-256:e2166e93c3ed81994a7b4eec2d10441f823a44066fe3cffc20c5a0a535d52fdc" + }, + { + "name": "Adafruit SSD1327", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "paragraph": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1327", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1327.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1327-1.0.1.zip", + "archiveFileName": "Adafruit_SSD1327-1.0.1.zip", + "size": 14645, + "checksum": "SHA-256:356730230ea6bfa9d2ef36a87cbb54a0444400418481cc29dc0b94eb35e8ef77" + }, + { + "name": "Adafruit SSD1327", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "paragraph": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1327", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1327.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1327-1.0.2.zip", + "archiveFileName": "Adafruit_SSD1327-1.0.2.zip", + "size": 14672, + "checksum": "SHA-256:628cfa11c6311889a8682d295ba9221a7c77fc0a7430738117f62565e7aefcba" + }, + { + "name": "Adafruit SSD1327", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "paragraph": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1327", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1327.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1327-1.0.3.zip", + "archiveFileName": "Adafruit_SSD1327-1.0.3.zip", + "size": 14673, + "checksum": "SHA-256:f79dd3084e66e24ee81883b91834fea34497f2a94f3224a0b4e3c98a55b56bcc" + }, + { + "name": "Adafruit SSD1327", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "paragraph": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", + "website": "https://github.com/adafruit/Adafruit_SSD1327", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SSD1327.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1327-1.0.4.zip", + "archiveFileName": "Adafruit_SSD1327-1.0.4.zip", + "size": 14681, + "checksum": "SHA-256:18c17facc7fdee83af5e50f6ca7846c8a22e788b01aee13a9e82f5fee73f372f" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.0.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Using AsyncWebServer instead of (ESP8266)WebServer.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.0.6.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.0.6.zip", + "size": 367018, + "checksum": "SHA-256:e64b27e7df336b032263faddef7815ab1779fc678ccbf1215ccb02ee26a1fefe" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.1.0.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.1.0.zip", + "size": 374758, + "checksum": "SHA-256:41e1821100d8b3d157b5181fb0b1027ed673c14e472fd20919bfe43b05502a5c" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.1.1.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.1.1.zip", + "size": 377662, + "checksum": "SHA-256:fd0a99b351cc22873b4b3c2075f0cda55ee61c887c8a400e65636c2a0cb37b53" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer, with WiFi networks scanning for selection in Configuration Portal.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.2.0.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.2.0.zip", + "size": 449359, + "checksum": "SHA-256:473201c58811d88a746d1ac8bb4256f8c0255040a0b0cbc323adabc7a8791360" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer, with WiFi networks scanning for selection in Configuration Portal.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.2.1.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.2.1.zip", + "size": 449822, + "checksum": "SHA-256:2a2845cbf653b6a6da4223ee396e71403f73838fda847709118f737098b7a1b1" + }, + { + "name": "Blynk_Async_ESP32_BT_WF", + "version": "1.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Using AsyncWebServer instead of WebServer, with WiFi networks scanning for selection in Configuration Portal.", + "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either LittleFS, SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", + "providesIncludes": [ + "BlynkSimpleEsp32_Async_WFM.h", + "BlynkSimpleEsp32_Async_WF.h", + "BlynkSimpleEsp32_Async_BLE_WF.h", + "BlynkSimpleEsp32_Async_BT_WF.h" + ], + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.2.2.zip", + "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.2.2.zip", + "size": 447618, + "checksum": "SHA-256:f8707e4e1a6b88e31b3b431c2da1a28e582339895b361cd8c7e50280af0f793c" + }, + { + "name": "RoxMux", + "version": "1.1.0", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Collection of Multiplexers Controller Classes", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.0.zip", + "archiveFileName": "RoxMux-1.1.0.zip", + "size": 265097, + "checksum": "SHA-256:663b893035a46f3fbdab478d3471213dea94272050885e9515796d42b3d9f7b8" + }, + { + "name": "RoxMux", + "version": "1.1.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexers Controller Classes", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.1.zip", + "archiveFileName": "RoxMux-1.1.1.zip", + "size": 265118, + "checksum": "SHA-256:e30689289aa86e19b4c0ada2d2c206c239e904203a627cbcb6e4c12afc0a2dd6" + }, + { + "name": "RoxMux", + "version": "1.1.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051, also includes utilities to read buttons", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.3.zip", + "archiveFileName": "RoxMux-1.1.3.zip", + "size": 272064, + "checksum": "SHA-256:17e7b1ce1e644bb707676d467f9f6f07e6192a71c2d2a5a74a803a36570fab4c" + }, + { + "name": "RoxMux", + "version": "1.1.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.4.zip", + "archiveFileName": "RoxMux-1.1.4.zip", + "size": 513782, + "checksum": "SHA-256:2a14b8a8172b45731c2a9a68f5fe7cc53ffa62a1a57dbe5ef878728577f98059" + }, + { + "name": "RoxMux", + "version": "1.1.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.5.zip", + "archiveFileName": "RoxMux-1.1.5.zip", + "size": 516065, + "checksum": "SHA-256:f21d6db6071e4c8f84fd1e31dc790159ea09ad1f6f72304db90bad4f2c920a10" + }, + { + "name": "RoxMux", + "version": "1.1.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.6.zip", + "archiveFileName": "RoxMux-1.1.6.zip", + "size": 519267, + "checksum": "SHA-256:880352c0e4d252720034a92ba09a056da0bcb5bf87b8338347b5833888ea452e" + }, + { + "name": "RoxMux", + "version": "1.1.7", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.7.zip", + "archiveFileName": "RoxMux-1.1.7.zip", + "size": 519277, + "checksum": "SHA-256:12aa0d358539fd885e4793d077d796cdffdf5d73bda8c683aaf56218190c577e" + }, + { + "name": "RoxMux", + "version": "1.1.8", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.8.zip", + "archiveFileName": "RoxMux-1.1.8.zip", + "size": 520709, + "checksum": "SHA-256:a3514a4796a59e93d1ca91683867167f62daf916cabfb1e6312252035291e48a" + }, + { + "name": "RoxMux", + "version": "1.1.9", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.9.zip", + "archiveFileName": "RoxMux-1.1.9.zip", + "size": 522316, + "checksum": "SHA-256:a1bf7a69d60a0f8fb5fd92ed398f35fbf9af425a135a0f09804c226678676197" + }, + { + "name": "RoxMux", + "version": "1.2.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.2.0.zip", + "archiveFileName": "RoxMux-1.2.0.zip", + "size": 525420, + "checksum": "SHA-256:ebe2922515fc9c47f17c26db68b5b4cc27845cc0c02b7f92d1cb3c8eaf19bf30" + }, + { + "name": "RoxMux", + "version": "1.2.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.2.1.zip", + "archiveFileName": "RoxMux-1.2.1.zip", + "size": 529127, + "checksum": "SHA-256:424d09c37694e4fec7e5ef90a32529062bc930b7010ce12038e3bac14f398aa4" + }, + { + "name": "RoxMux", + "version": "1.3.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.3.0.zip", + "archiveFileName": "RoxMux-1.3.0.zip", + "size": 537455, + "checksum": "SHA-256:f6b0f5ea9e84b96ec9767842f7190863ae64a333bf96003a2831b7f470843ccf" + }, + { + "name": "RoxMux", + "version": "1.4.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.0.zip", + "archiveFileName": "RoxMux-1.4.0.zip", + "size": 544825, + "checksum": "SHA-256:38f736507ed13edef0895eeaf1538be8184edcda777b8a7501ade512f9675b9b" + }, + { + "name": "RoxMux", + "version": "1.4.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.1.zip", + "archiveFileName": "RoxMux-1.4.1.zip", + "size": 544884, + "checksum": "SHA-256:1a4d3da6806725e4540ba8e6ed371d7bd8a6bf51df87b01552e43bad5cbde780" + }, + { + "name": "RoxMux", + "version": "1.4.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.2.zip", + "archiveFileName": "RoxMux-1.4.2.zip", + "size": 549575, + "checksum": "SHA-256:e8e659c3fed66d211d4d88437d57d0be11d343b09effc7aa61cd3bfe26e8b19d" + }, + { + "name": "RoxMux", + "version": "1.4.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.3.zip", + "archiveFileName": "RoxMux-1.4.3.zip", + "size": 549602, + "checksum": "SHA-256:e3249473004aec6a71992ad6076c89adc13a93b2ca53d7d7d60a94bd272651e7" + }, + { + "name": "RoxMux", + "version": "1.4.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.4.zip", + "archiveFileName": "RoxMux-1.4.4.zip", + "size": 549643, + "checksum": "SHA-256:8faf11afd6c81b707082fa53a9f47b823437d1fd7a90767cce37bc2d9a9a6a2f" + }, + { + "name": "RoxMux", + "version": "1.4.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.5.zip", + "archiveFileName": "RoxMux-1.4.5.zip", + "size": 549777, + "checksum": "SHA-256:9f4d682e9345e08882b4836b16417921a84dd1f0cb615979268c07f1a99adcc1" + }, + { + "name": "RoxMux", + "version": "1.4.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.6.zip", + "archiveFileName": "RoxMux-1.4.6.zip", + "size": 558771, + "checksum": "SHA-256:f35776d9ed0f7a434d206a3979bc5ea97e421325fac3689252e74c2df1f7184d" + }, + { + "name": "RoxMux", + "version": "1.5.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.5.0.zip", + "archiveFileName": "RoxMux-1.5.0.zip", + "size": 560787, + "checksum": "SHA-256:a7f1ea258f3fb6ec6e4f1e2a28a3676f22fb3c30fea1db56c0f7b8f6ae49167c" + }, + { + "name": "RoxMux", + "version": "1.5.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.5.2.zip", + "archiveFileName": "RoxMux-1.5.2.zip", + "size": 562734, + "checksum": "SHA-256:be429111598f6454943449a0dfd8a6986b28d82a8e4ad191c83f331c1ec982d8" + }, + { + "name": "RoxMux", + "version": "1.5.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.5.3.zip", + "archiveFileName": "RoxMux-1.5.3.zip", + "size": 563789, + "checksum": "SHA-256:1132226b2dcb29d3af13aadd6965d74ff43e15d4bb28e663488fade522a698ae" + }, + { + "name": "RoxMux", + "version": "1.6.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.6.0.zip", + "archiveFileName": "RoxMux-1.6.0.zip", + "size": 562948, + "checksum": "SHA-256:13b3748e835726f182d48ebbfa6ae266bc27ab6d635c18208c64bace981e3ad6" + }, + { + "name": "RoxMux", + "version": "1.6.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.6.1.zip", + "archiveFileName": "RoxMux-1.6.1.zip", + "size": 7173390, + "checksum": "SHA-256:6a4c5647e589f9014ff7d6d7d89baa091b67f82f2c56f9dc63bb0b4eb7f22945" + }, + { + "name": "RoxMux", + "version": "1.6.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Collection of Multiplexer and Hardware Controllers.", + "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", + "website": "https://github.com/neroroxxx/RoxMux", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/RoxMux.git", + "providesIncludes": [ + "RoxMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.6.2.zip", + "archiveFileName": "RoxMux-1.6.2.zip", + "size": 7174697, + "checksum": "SHA-256:94cfb6d3c2c39282b0a36cddd88978fa4f07ee0341168baab2472dd5eb74dc04" + }, + { + "name": "IoTivity-Lite_Arduino-porting", + "version": "0.0.1", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", + "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", + "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.1.zip", + "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.1.zip", + "size": 50507, + "checksum": "SHA-256:8499116aadfd16598a848ea5d1bbf2efed2e1c939857d81ec1bfd302d6e798e5" + }, + { + "name": "IoTivity-Lite_Arduino-porting", + "version": "0.0.2", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", + "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", + "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.2.zip", + "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.2.zip", + "size": 26688, + "checksum": "SHA-256:8fc8a334110ef92aff788f7c95aec16663438b753651a284fbe8c6d22faf0490" + }, + { + "name": "IoTivity-Lite_Arduino-porting", + "version": "0.0.3", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", + "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", + "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.3.zip", + "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.3.zip", + "size": 34150, + "checksum": "SHA-256:896d32c6c663c53fe8b9545b2cbd44c645efd63dbcb3f8ea25ba347f74204507" + }, + { + "name": "KickSort", + "version": "1.0.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.", + "paragraph": "The class is templated allowing for ease of use across different data types. This library is built from aggregating and modifying different sorting implementations from various other GitHub users including: robtillaart, emilv, luisllamasbinaburo, and dndubins. Thanks!", + "website": "https://github.com/hoilett/KickSort", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickSort.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickSort-1.0.0.zip", + "archiveFileName": "KickSort-1.0.0.zip", + "size": 103145, + "checksum": "SHA-256:a79aaf02c8bfcb35a9ddf4886210facd5beb988ace6ae0df9f27b973bd68b755" + }, + { + "name": "KickSort", + "version": "1.1.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.", + "paragraph": "The class is templated allowing for ease of use across different data types. This library is built from aggregating and modifying different sorting implementations from various other GitHub users including: robtillaart, emilv, luisllamasbinaburo, and dndubins. Thanks!", + "website": "https://github.com/LinnesLab/KickSort", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickSort.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickSort-1.1.0.zip", + "archiveFileName": "KickSort-1.1.0.zip", + "size": 110447, + "checksum": "SHA-256:37198031f460bd33484fd529ed282414eaaa93ec106c934b39a5b2cb344cada0" + }, + { + "name": "Blynk_Async_WM", + "version": "1.0.16", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.0.16.zip", + "archiveFileName": "Blynk_Async_WM-1.0.16.zip", + "size": 271163, + "checksum": "SHA-256:bdcea3698a068a1f595af4ae04dc351c131482e9ac4340519ef8776ba90fe9b1" + }, + { + "name": "Blynk_Async_WM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.1.0.zip", + "archiveFileName": "Blynk_Async_WM-1.1.0.zip", + "size": 321122, + "checksum": "SHA-256:411eaefaef598105d641199b75d5280ce61c83b9753402f9a3357536e7681a2c" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi or Double DetectDetector feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.0.zip", + "archiveFileName": "Blynk_Async_WM-1.2.0.zip", + "size": 347222, + "checksum": "SHA-256:703651e944f3578d52a248c5b5a5ae66f13924266305f3e5299c72596b2fd5f8" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.1.zip", + "archiveFileName": "Blynk_Async_WM-1.2.1.zip", + "size": 397816, + "checksum": "SHA-256:074a6b04d8780c1111fb93dcd750eabbd8cc4f1168683f7e061f75b8bbea0221" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.2.zip", + "archiveFileName": "Blynk_Async_WM-1.2.2.zip", + "size": 401472, + "checksum": "SHA-256:a07fbec4b2cb7dc60c12a92f64992bfa33197bd3e6cca7536867c9a35e949d2d" + }, + { + "name": "Blynk_Async_WM", + "version": "1.2.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Multi, Double DetectDetector or Virtual ConfigPortal Switch feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.2.3.zip", + "archiveFileName": "Blynk_Async_WM-1.2.3.zip", + "size": 382254, + "checksum": "SHA-256:37bf5430d1d4888a72097ff4c4f3b9b9163b12fa87b9da010d5e2f138a35d165" + }, + { + "name": "Blynk_Async_WM", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.3.0.zip", + "archiveFileName": "Blynk_Async_WM-1.3.0.zip", + "size": 552528, + "checksum": "SHA-256:9daca9ed827d9a5e5cc112b287b0ff770f860d74013f832aaeaa2aba19448d26" + }, + { + "name": "Blynk_Async_WM", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.4.0.zip", + "archiveFileName": "Blynk_Async_WM-1.4.0.zip", + "size": 658236, + "checksum": "SHA-256:de04fb7f0484083d86818f867bcd283568226ff2395a93fa5dc50d0b9daedde9" + }, + { + "name": "Blynk_Async_WM", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.4.1.zip", + "archiveFileName": "Blynk_Async_WM-1.4.1.zip", + "size": 659717, + "checksum": "SHA-256:09accf189a82705a746beb176055d75cee751a46d5090a4944ea427607eb589d" + }, + { + "name": "Blynk_Async_WM", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.5.0.zip", + "archiveFileName": "Blynk_Async_WM-1.5.0.zip", + "size": 735762, + "checksum": "SHA-256:67538dcf1384271aa802a69e0424db135c5a7413abf0f16469070e21fdae0035" + }, + { + "name": "Blynk_Async_WM", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.0 and ESP32 core v1.0.6", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.6.0.zip", + "archiveFileName": "Blynk_Async_WM-1.6.0.zip", + "size": 740163, + "checksum": "SHA-256:94b26447a50dba4d246f2762559801c7c818675c7348cff909e4235212a55d26" + }, + { + "name": "Blynk_Async_WM", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.1 and ESP32 core v1.0.6", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.6.1.zip", + "archiveFileName": "Blynk_Async_WM-1.6.1.zip", + "size": 741370, + "checksum": "SHA-256:69e76ead6302ab909e0d3337b71f687944d7afc99c30bdf1a19984db47756cea" + }, + { + "name": "Blynk_Async_WM", + "version": "1.6.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async WiFiManager for Blynk and ESP32 (including ESP32-S2, ESP32-C3), ESP8266 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM. Now working with new ESP8266 core v3.0.1 and ESP32 core v1.0.6", + "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP32 (including ESP32-S2, ESP32-C3), ESP8266 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal (CP). CP will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. Config. Data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM. Multi, Double DetectDetector or Virtual CP Switch feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now with scanning of WiFi networks for selection in Configuration Portal.", + "website": "https://github.com/khoih-prog/Blynk_Async_WM", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "dependencies": [ + { + "name": "Blynk" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.6.2.zip", + "archiveFileName": "Blynk_Async_WM-1.6.2.zip", + "size": 726355, + "checksum": "SHA-256:7850e3508d2c8f5a0af9c6fc02de69d47397618c10adbc2ee161c817952268f4" + }, + { + "name": "ADCDRP", + "version": "1.1.1", + "author": "D.R.Patterson", + "maintainer": "D.R.Patterson", + "sentence": "Arduino library for ADC data analysis.", + "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", + "website": "https://github.com/drp0/ADCDRP.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drp0/ADCDRP.git", + "providesIncludes": [ + "ADCDRP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.1.1.zip", + "archiveFileName": "ADCDRP-1.1.1.zip", + "size": 5475, + "checksum": "SHA-256:25a5625e2030d2acc29780af45cba4141e139ed7f60758d0ceb17b6642c4d50e" + }, + { + "name": "ADCDRP", + "version": "1.1.2", + "author": "D.R.Patterson", + "maintainer": "D.R.Patterson", + "sentence": "Arduino library for ADC data analysis.", + "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", + "website": "https://github.com/drp0/ADCDRP.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drp0/ADCDRP.git", + "providesIncludes": [ + "ADCDRP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.1.2.zip", + "archiveFileName": "ADCDRP-1.1.2.zip", + "size": 8657, + "checksum": "SHA-256:3fd44ef3d5ee185629171909c1b952a3ff4c358dca1d9933c53e8e257fe8ebc3" + }, + { + "name": "ADCDRP", + "version": "1.2.0", + "author": "D.R.Patterson", + "maintainer": "D.R.Patterson", + "sentence": "Arduino library for ADC data analysis.", + "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", + "website": "https://github.com/drp0/ADCDRP.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drp0/ADCDRP.git", + "providesIncludes": [ + "ADCDRP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.2.0.zip", + "archiveFileName": "ADCDRP-1.2.0.zip", + "size": 8729, + "checksum": "SHA-256:f750fe8035829df8d224bb8702e4454599958377fe4ba5bf23207a4d1297d4f9" + }, + { + "name": "ADCDRP", + "version": "1.3.0", + "author": "D.R.Patterson", + "maintainer": "D.R.Patterson", + "sentence": "Arduino library for ADC data analysis.", + "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", + "website": "https://github.com/drp0/ADCDRP.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drp0/ADCDRP.git", + "providesIncludes": [ + "ADCDRP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.3.0.zip", + "archiveFileName": "ADCDRP-1.3.0.zip", + "size": 9539, + "checksum": "SHA-256:b8f06b671d9b92ad5d49f7ea827e1a42179eb11bfc3bd8568dc3905ca5920e01" + }, + { + "name": "ADCDRP", + "version": "1.3.1", + "author": "D.R.Patterson", + "maintainer": "D.R.Patterson", + "sentence": "Arduino library for ADC data analysis.", + "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", + "website": "https://github.com/drp0/ADCDRP.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drp0/ADCDRP.git", + "providesIncludes": [ + "ADCDRP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.3.1.zip", + "archiveFileName": "ADCDRP-1.3.1.zip", + "size": 9621, + "checksum": "SHA-256:a7b983203da5874b0c4af194f8d2df6e6e11ee672ff8d4157b1b11c2d8700a4a" + }, + { + "name": "ADCDRP", + "version": "1.3.2", + "author": "D.R.Patterson", + "maintainer": "D.R.Patterson", + "sentence": "Arduino library for ADC data analysis.", + "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", + "website": "https://github.com/drp0/ADCDRP.git", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/drp0/ADCDRP.git", + "providesIncludes": [ + "ADCDRP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.3.2.zip", + "archiveFileName": "ADCDRP-1.3.2.zip", + "size": 9593, + "checksum": "SHA-256:4735705d1c77122b3a6f41dd43a4f4fa2656cfc87fce7212b8791258b6e42d5a" + }, + { + "name": "phyphox BLE", + "version": "0.9.0", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-0.9.0.zip", + "archiveFileName": "phyphox_BLE-0.9.0.zip", + "size": 65785, + "checksum": "SHA-256:fae232c23dc0443b434bd8291754d2c401d55c15cea377d3d37ceb5671ad1d25" + }, + { + "name": "phyphox BLE", + "version": "1.0.0", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.0.zip", + "archiveFileName": "phyphox_BLE-1.0.0.zip", + "size": 72152, + "checksum": "SHA-256:f7b807a5f7fdb46d82b582b5e9a1cd8e084fffdd43b0601146cdfb9f999ca949" + }, + { + "name": "phyphox BLE", + "version": "1.0.1", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.1.zip", + "archiveFileName": "phyphox_BLE-1.0.1.zip", + "size": 72123, + "checksum": "SHA-256:c8224bdd0d3ad6f7e198b3175d101db1585a69e25b880a30bf9ce1991702061f" + }, + { + "name": "phyphox BLE", + "version": "1.0.2", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.2.zip", + "archiveFileName": "phyphox_BLE-1.0.2.zip", + "size": 77614, + "checksum": "SHA-256:ba0e1bd9d595026d84b52691c6674b1b84634841d8c5f3184155c4cc2a3f9160" + }, + { + "name": "phyphox BLE", + "version": "1.0.3", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.3.zip", + "archiveFileName": "phyphox_BLE-1.0.3.zip", + "size": 78290, + "checksum": "SHA-256:3224ffbf0ad18a8a396302ad6a62ab06904b1e3dac06a5a4f37043252f7ea99c" + }, + { + "name": "phyphox BLE", + "version": "1.0.4", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.4.zip", + "archiveFileName": "phyphox_BLE-1.0.4.zip", + "size": 78409, + "checksum": "SHA-256:fe279de2fc8e4365d1c85601b15495019d3384dec7985e05c8d5ffe50262f276" + }, + { + "name": "phyphox BLE", + "version": "1.0.5", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.5.zip", + "archiveFileName": "phyphox_BLE-1.0.5.zip", + "size": 78619, + "checksum": "SHA-256:9b456c8c7dc1d1f0664199c39148806f64e72000ad2f2b1c9d362dc11e671fdc" + }, + { + "name": "phyphox BLE", + "version": "1.0.6", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.6.zip", + "archiveFileName": "phyphox_BLE-1.0.6.zip", + "size": 81394, + "checksum": "SHA-256:f718ae3ffe50b24a0190522cdb93c9f80d58489a01f49c7a254035c319e01a35" + }, + { + "name": "phyphox BLE", + "version": "1.1.0", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.1.0.zip", + "archiveFileName": "phyphox_BLE-1.1.0.zip", + "size": 94079, + "checksum": "SHA-256:b00c35c61335405d805288919753ef99b0d7ac0e08acd87443da8cdbac7cf7a0" + }, + { + "name": "phyphox BLE", + "version": "1.1.1", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.1.1.zip", + "archiveFileName": "phyphox_BLE-1.1.1.zip", + "size": 94134, + "checksum": "SHA-256:f5b4a17a9a31c8736d10d8486a8845c2f440b51bef2a1b85dfc62de5ea0bdf2c" + }, + { + "name": "phyphox BLE", + "version": "1.1.2", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.1.2.zip", + "archiveFileName": "phyphox_BLE-1.1.2.zip", + "size": 94134, + "checksum": "SHA-256:63b08ed0da81d3215aee231706e1c18ec25cfedef8b575c4c0ee3c1da2f18610" + }, + { + "name": "phyphox BLE", + "version": "1.2.0", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd", + "mbed_nano", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.2.0.zip", + "archiveFileName": "phyphox_BLE-1.2.0.zip", + "size": 105203, + "checksum": "SHA-256:393c805a81b3999f5ee0091f21af21e3b18f4cf3598c7b9912b0b6f72bb8713c" + }, + { + "name": "phyphox BLE", + "version": "1.2.1", + "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", + "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", + "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", + "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", + "website": "https://phyphox.org/arduino", + "category": "Other", + "architectures": [ + "mbed", + "esp32", + "samd", + "mbed_nano", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Staacks/phyphox-arduino.git", + "providesIncludes": [ + "phyphoxBle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.2.1.zip", + "archiveFileName": "phyphox_BLE-1.2.1.zip", + "size": 103928, + "checksum": "SHA-256:622d0be4be2b9b7af44ddf49818f35f6b8b63f5be63280aa2313be8f2950fc84" + }, + { + "name": "IoTivity-Lite", + "version": "0.0.1", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework", + "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", + "website": "https://github.com/soburi/iotivity-lite", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/IoTivity-Lite.git", + "providesIncludes": [ + "iotivity-lite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.1.zip", + "archiveFileName": "IoTivity_Lite-0.0.1.zip", + "size": 461933, + "checksum": "SHA-256:6da891275ba11276629cc71d81cbaf25cd063b3ca33a54864041e5ae0758e823" + }, + { + "name": "IoTivity-Lite", + "version": "0.0.2", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework", + "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", + "website": "https://github.com/soburi/iotivity-lite", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/IoTivity-Lite.git", + "providesIncludes": [ + "iotivity-lite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.2.zip", + "archiveFileName": "IoTivity_Lite-0.0.2.zip", + "size": 475538, + "checksum": "SHA-256:a19daf21e5f7e320f2537a204230df3d7fce265d5855a6af3ee168492200bad8" + }, + { + "name": "IoTivity-Lite", + "version": "0.0.3", + "author": "Tokita Hiroshi, IoTivity-Lite contributors", + "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", + "sentence": "OCF(Open Connectivity Founcation) core framework", + "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", + "website": "https://github.com/soburi/iotivity-lite", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soburi/IoTivity-Lite.git", + "providesIncludes": [ + "iotivity-lite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.3.zip", + "archiveFileName": "IoTivity_Lite-0.0.3.zip", + "size": 479646, + "checksum": "SHA-256:305cd2b8407c23d0cdc80989b2d5fd178d144f27be8d4ca240bc941bd5e70f73" + }, + { + "name": "FreeRTOS_SAMD51", + "version": "1.2.0", + "author": "BriscoeTech \u003c\u003e", + "maintainer": "BriscoeTech \u003c\u003e", + "sentence": "FreeRTOS ported for Arduino SAMD51 processors", + "paragraph": "FreeRTOS ported for Arduino SAMD51 processors", + "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD51", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD51.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD51-1.2.0.zip", + "archiveFileName": "FreeRTOS_SAMD51-1.2.0.zip", + "size": 244499, + "checksum": "SHA-256:85789818e579fd103caeb88eb68b6d8c0d0c7a7bab28ba70bbaec5c4d7d4d2e0" + }, + { + "name": "MQ7Sensor", + "version": "1.0.0", + "author": "Dustpancake \u003cfergusb.temp@gmail.com\u003e", + "maintainer": "Dustpancake \u003cfergusb.temp@gmail.com\u003e", + "sentence": "MQ7 carbon monoxide detector library.", + "paragraph": "Library for interacting with the MQ7 carbon monodixe gas detector.", + "website": "https://github.com/Dustpancake/MQ7", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fjebaker/MQ7.git", + "providesIncludes": [ + "MQ7.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fjebaker/MQ7Sensor-1.0.0.zip", + "archiveFileName": "MQ7Sensor-1.0.0.zip", + "size": 25116, + "checksum": "SHA-256:6d7bf7ff5558adec1fecdd91d377c03660cce27be66b69c37d695d73feb460cf" + }, + { + "name": "PU2CLR BK108X", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your BK1086/88 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", + "website": "https://github.com/pu2clr/BK108X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/bk108x.git", + "providesIncludes": [ + "BK108X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.1.zip", + "archiveFileName": "PU2CLR_BK108X-1.0.1.zip", + "size": 1146887, + "checksum": "SHA-256:a4fdcbad679c601172de7a4ffbf4f02c77c60762e4bc6002e57c796c8509a438" + }, + { + "name": "PU2CLR BK108X", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your BK1086/88 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", + "website": "https://github.com/pu2clr/BK108X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/bk108x.git", + "providesIncludes": [ + "BK108X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.2.zip", + "archiveFileName": "PU2CLR_BK108X-1.0.2.zip", + "size": 2955624, + "checksum": "SHA-256:5369ceaab506749c5a21994ab21a4cdd45a9bcff9c1c81f82ac4c2ace231dd50" + }, + { + "name": "PU2CLR BK108X", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your BK1086 and BK1088 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", + "website": "https://github.com/pu2clr/BK108X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/bk108x.git", + "providesIncludes": [ + "BK108X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.4.zip", + "archiveFileName": "PU2CLR_BK108X-1.0.4.zip", + "size": 3009872, + "checksum": "SHA-256:5fefca9b9f4eaa93368c6f24127264baf2b4a1a328011d242a3df54376b1e92c" + }, + { + "name": "PU2CLR BK108X", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your BK1086 and BK1088 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", + "website": "https://github.com/pu2clr/BK108X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/bk108x.git", + "providesIncludes": [ + "BK108X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.5.zip", + "archiveFileName": "PU2CLR_BK108X-1.0.5.zip", + "size": 4070879, + "checksum": "SHA-256:a27fcbc9176df3ec6e383a3a4d315c84430d1f953af933e3636dc59bbb817ff4" + }, + { + "name": "PU2CLR BK108X", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control your BK1086 and BK1088 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", + "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", + "website": "https://github.com/pu2clr/BK108X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/bk108x.git", + "providesIncludes": [ + "BK108X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.6.zip", + "archiveFileName": "PU2CLR_BK108X-1.0.6.zip", + "size": 4316618, + "checksum": "SHA-256:b6d1294d66cf625b7eaec9b6ebc996322b659e3b4c18a483f07a00e6d069d112" + }, + { + "name": "Anyleaf", + "version": "0.1.8", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH and RTD sensors.", + "paragraph": "Allows you to take pH and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.1.8.zip", + "archiveFileName": "Anyleaf-0.1.8.zip", + "size": 8321, + "checksum": "SHA-256:0ca647d32fe116b58504b58073437b94ee07e0000e2bd18e04ebd3145567f299" + }, + { + "name": "Anyleaf", + "version": "0.1.9", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH, EC, and RTD sensors.", + "paragraph": "Allows you to take pH, EC, ORP, and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "dependencies": [ + { + "name": "Adafruit MAX31865" + }, + { + "name": "SimpleKalmanFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.1.9.zip", + "archiveFileName": "Anyleaf-0.1.9.zip", + "size": 10963, + "checksum": "SHA-256:214fc7645e2739fe507bc8aecc29c5c704ce5e2ce166344d93ed7e5e455a1a46" + }, + { + "name": "Anyleaf", + "version": "0.2.0", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH, EC, and RTD sensors.", + "paragraph": "Allows you to take pH, EC, ORP, and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "dependencies": [ + { + "name": "Adafruit_MAX31865" + }, + { + "name": "SimpleKalmanFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.2.0.zip", + "archiveFileName": "Anyleaf-0.2.0.zip", + "size": 10964, + "checksum": "SHA-256:efecd13b624df7bc115563295c9e318ba7fd3929be4d4ec428920ff71e5d0419" + }, + { + "name": "Anyleaf", + "version": "0.2.1", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH, EC, and RTD sensors.", + "paragraph": "Allows you to take pH, EC, ORP, and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "dependencies": [ + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "SimpleKalmanFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.2.1.zip", + "archiveFileName": "Anyleaf-0.2.1.zip", + "size": 10967, + "checksum": "SHA-256:5670dca62b7f0fd40ba0b8fee54e062683da3b4221106c5c6e53c877ce9a0500" + }, + { + "name": "Anyleaf", + "version": "0.2.2", + "author": "AnyLeaf", + "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", + "sentence": "Driver for the AnyLeaf pH, EC, and RTD sensors.", + "paragraph": "Allows you to take pH, EC, ORP, and temperature readings, and calibrate the sensors.", + "website": "https://anyleaf.org", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AnyLeaf/ph-cpp.git", + "dependencies": [ + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "SimpleKalmanFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.2.2.zip", + "archiveFileName": "Anyleaf-0.2.2.zip", + "size": 11372, + "checksum": "SHA-256:bf38966cca37c4a92d1a825303c306c327cb7091a53ada52f4c5ef5170030ac5" + }, + { + "name": "MedianFilterLib2", + "version": "1.0.0", + "author": "Luis Llamas,warhog", + "maintainer": "warhog \u003cwarhog@gmx.de\u003e", + "sentence": "Median Filter Library 2", + "paragraph": "The median filter library implements a mobile medium filter. The library stores the last N items in the window and calculates the median. The class uses templates to allow it to work with different types (int, long, float,...).", + "website": "https://github.com/warhog/Arduino-MedianFilter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/warhog/Arduino-MedianFilter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/warhog/MedianFilterLib2-1.0.0.zip", + "archiveFileName": "MedianFilterLib2-1.0.0.zip", + "size": 13142, + "checksum": "SHA-256:bcac95d214197c795a188ae91c84576717253e24998c04a647218a9d566880c3" + }, + { + "name": "NimBLE-Arduino", + "version": "1.0.0", + "author": "H2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "BLE library for arduino-esp32 based on NimBLE.", + "paragraph": "This library is a more updated and lower resource alternative to the original bluedroid library for esp32.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.0.zip", + "archiveFileName": "NimBLE_Arduino-1.0.0.zip", + "size": 924179, + "checksum": "SHA-256:e7713908dbe037e33741ca058bd9b0322b51a251089339fdc3490e319bd95d31" + }, + { + "name": "NimBLE-Arduino", + "version": "1.0.1", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.1.zip", + "archiveFileName": "NimBLE_Arduino-1.0.1.zip", + "size": 925248, + "checksum": "SHA-256:99d23d11b25dd72a2b60e7954bbeee2be9494486d140598ea4c87ef95eb27828" + }, + { + "name": "NimBLE-Arduino", + "version": "1.0.2", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.2.zip", + "archiveFileName": "NimBLE_Arduino-1.0.2.zip", + "size": 926409, + "checksum": "SHA-256:6fa013ad4676264e3afbb1a23927acb96d5e955ba3089e1f3ba7bc522aa25d1e" + }, + { + "name": "NimBLE-Arduino", + "version": "1.1.0", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.1.0.zip", + "archiveFileName": "NimBLE_Arduino-1.1.0.zip", + "size": 941141, + "checksum": "SHA-256:78a1a18972ae5de7435ce96aab43af25c8d58aa95975656ea80c92ea6d02012c" + }, + { + "name": "NimBLE-Arduino", + "version": "1.2.0", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.2.0.zip", + "archiveFileName": "NimBLE_Arduino-1.2.0.zip", + "size": 948192, + "checksum": "SHA-256:9a2452c3203f3f0319daf466e2022dadf64761679d6c806bc1a37bc5f866f48e" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.0", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.0.zip", + "archiveFileName": "NimBLE_Arduino-1.3.0.zip", + "size": 961707, + "checksum": "SHA-256:063502d1b42c6c73de4922dfd31edf229b4c83ab62900daf00cc938917963794" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.1", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.1.zip", + "archiveFileName": "NimBLE_Arduino-1.3.1.zip", + "size": 961819, + "checksum": "SHA-256:8293e4fb23c4648e4b40668d140ac0a059d478f6e918c47eb610876189e8618e" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.3", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.3.zip", + "archiveFileName": "NimBLE_Arduino-1.3.3.zip", + "size": 962260, + "checksum": "SHA-256:5d833ee8c7caf36ca64564550fbeb6c06d226783e9377d1a67b87c6f76c4473f" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.4", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.4.zip", + "archiveFileName": "NimBLE_Arduino-1.3.4.zip", + "size": 962817, + "checksum": "SHA-256:e059634a3f205c6e4a66838d753cd76e5e5008bf38ed4473c503d76df970a6d2" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.5", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.5.zip", + "archiveFileName": "NimBLE_Arduino-1.3.5.zip", + "size": 962956, + "checksum": "SHA-256:769755cb783cdcab6133902aa46494590d45ceaee5e7c91ca49b564586548ffc" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.6", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.6.zip", + "archiveFileName": "NimBLE_Arduino-1.3.6.zip", + "size": 963592, + "checksum": "SHA-256:22066bf7557be5fc2de7d809d874b596a616624d77c6037c0578fbc7f785c147" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.7", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.7.zip", + "archiveFileName": "NimBLE_Arduino-1.3.7.zip", + "size": 963753, + "checksum": "SHA-256:8ec5e90400bb8a82f277bb3601871ac7be65a78b5305540830aca1214ccb8a4a" + }, + { + "name": "NimBLE-Arduino", + "version": "1.3.8", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.3.8.zip", + "archiveFileName": "NimBLE_Arduino-1.3.8.zip", + "size": 963991, + "checksum": "SHA-256:0b74c9c4e1c29761aab65c664c7cc9fefa7918e6af41e65b37b11626db89cc3a" + }, + { + "name": "NimBLE-Arduino", + "version": "1.4.0", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32", + "arm-ble" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.4.0.zip", + "archiveFileName": "NimBLE_Arduino-1.4.0.zip", + "size": 1337046, + "checksum": "SHA-256:957a9092a8a59d436a747012661a7c05cab4fe9a2cb2b0837fd532407f1ad454" + }, + { + "name": "NimBLE-Arduino", + "version": "1.4.1", + "author": "h2zero", + "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", + "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", + "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", + "website": "https://github.com/h2zero/NimBLE-Arduino", + "category": "Communication", + "architectures": [ + "esp32", + "arm-ble" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "providesIncludes": [ + "NimBLEDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.4.1.zip", + "archiveFileName": "NimBLE_Arduino-1.4.1.zip", + "size": 1337396, + "checksum": "SHA-256:6e0e061742a0f55377f255f3a86312aa679ad65fdee462924c8e1a8f4c7a55fd" + }, + { + "name": "LC_lilParser", + "version": "1.0.0", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.0.0.zip", + "archiveFileName": "LC_lilParser-1.0.0.zip", + "size": 10704, + "checksum": "SHA-256:c7a7869ee2fad87ea347b3c14529c15309c5e80d077e42c8e7927333b51458ce" + }, + { + "name": "LC_lilParser", + "version": "1.0.2", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.0.2.zip", + "archiveFileName": "LC_lilParser-1.0.2.zip", + "size": 12177, + "checksum": "SHA-256:eb807231dfcd4255eb81a7a4f8dfa589d0ef15753364ea0aec8243960c7a75ae" + }, + { + "name": "LC_lilParser", + "version": "1.1.0", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.1.0.zip", + "archiveFileName": "LC_lilParser-1.1.0.zip", + "size": 12570, + "checksum": "SHA-256:74aee82a7a104ff72500fee248e8e015cf54d70de67731e5b913609e65cbff70" + }, + { + "name": "LC_lilParser", + "version": "1.2.0", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.2.0.zip", + "archiveFileName": "LC_lilParser-1.2.0.zip", + "size": 12571, + "checksum": "SHA-256:305e2c8afbd7dcb99454c1e3c32321dcedcc98d57d373fe65e753ce05a87288d" + }, + { + "name": "LC_lilParser", + "version": "1.3.0", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.3.0.zip", + "archiveFileName": "LC_lilParser-1.3.0.zip", + "size": 12569, + "checksum": "SHA-256:d666b3adbc7e1044698f59df4895d14b07f1ab0e409d1715d694e8c13c0f51c6" + }, + { + "name": "LC_lilParser", + "version": "1.3.1", + "author": "jim lee", + "maintainer": "lilParser@leftcoast.biz", + "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", + "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", + "website": "https://github.com/leftCoast/LC_lilParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_lilParser.git", + "dependencies": [ + { + "name": "LC_baseTools" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.3.1.zip", + "archiveFileName": "LC_lilParser-1.3.1.zip", + "size": 13111, + "checksum": "SHA-256:502aeef2e2209bb8f8780c9933f241f8de72b6213594e342354286893bf635d4" + }, + { + "name": "ttestTable", + "version": "1.0.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "Definition file for t-Tesst alpha level look-up tables for different degrees of freedom.", + "paragraph": "Allows much easier calculation of t-statistic than needing to compute the probability density function.", + "website": "https://github.com/LinnesLab/tTestTable", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/tTestTable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/ttestTable-1.0.0.zip", + "archiveFileName": "ttestTable-1.0.0.zip", + "size": 2961, + "checksum": "SHA-256:2340119c8091eb2a09a27cd07a9a9dae4b83327ca835c106c4d14c2e8f730fbe" + }, + { + "name": "KickFiltersRT", + "version": "1.2.0", + "author": "Linnes Lab, Orlando Hoilett, and Benjamin D. Walters", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic real-time filters including: high-pass, low-pass, notch, etc.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFiltersRT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickFiltersRT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFiltersRT-1.2.0.zip", + "archiveFileName": "KickFiltersRT-1.2.0.zip", + "size": 1338375, + "checksum": "SHA-256:51473c2f5ec93a7ceee9d8354c09737a975b76c1cbb78b49bec1654d69774521" + }, + { + "name": "KickFiltersRT", + "version": "2.0.0", + "author": "Linnes Lab, Orlando Hoilett, and Benjamin D. Walters", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic real-time filters including: high-pass, low-pass, notch, etc.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFiltersRT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickFiltersRT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFiltersRT-2.0.0.zip", + "archiveFileName": "KickFiltersRT-2.0.0.zip", + "size": 1343953, + "checksum": "SHA-256:99a9c498f375c197dcbf907972c0fe1a29fc05ab1acb0cbc706fef73061ab70d" + }, + { + "name": "KickFilters", + "version": "2.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Benjamin D. Walters, and Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic filters including: high-pass, low-pass, notch, and moving average filters.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFilters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickFilters.git", + "dependencies": [ + { + "name": "KickMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFilters-2.0.0.zip", + "archiveFileName": "KickFilters-2.0.0.zip", + "size": 1338581, + "checksum": "SHA-256:1644dbaa4e7df5405809f4e416cab45a907915f82b565812e89f0a7cdbefc61c" + }, + { + "name": "KickFilters", + "version": "3.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Benjamin D. Walters, and Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a few basic filters including: high-pass, low-pass, notch, moving average filters, and median filters.", + "paragraph": "These are first-order filters.", + "website": "https://github.com/LinnesLab/KickFilters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickFilters.git", + "dependencies": [ + { + "name": "KickMath" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFilters-3.0.0.zip", + "archiveFileName": "KickFilters-3.0.0.zip", + "size": 1341792, + "checksum": "SHA-256:04385306a661dc2bbef7e53a24737f4ad3a67a8435616024a3755e3f450528ca" + }, + { + "name": "TrigDef", + "version": "1.0.0", + "author": "Linnes Lab, Orlando S. Hoilett", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A look-up table for trig functions.", + "paragraph": "Helps avoid floating math in order to increase computational efficiency in some applications.", + "website": "https://github.com/LinnesLab/TrigDef", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/TrigDef.git", + "dependencies": [ + { + "name": "KickFFT" + }, + { + "name": "KickMath" + }, + { + "name": "KickFilters" + }, + { + "name": "KickFiltersRT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/TrigDef-1.0.0.zip", + "archiveFileName": "TrigDef-1.0.0.zip", + "size": 13712, + "checksum": "SHA-256:645089f90cd92edc395e7f78e499983d9555b7cd995ada2a8961bed8414b2ec5" + }, + { + "name": "TrigDef", + "version": "1.0.1", + "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", + "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A look-up table for trig functions.", + "paragraph": "Helps avoid floating math in order to increase computational efficiency in some applications.", + "website": "https://github.com/LinnesLab/TrigDef", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/TrigDef.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/TrigDef-1.0.1.zip", + "archiveFileName": "TrigDef-1.0.1.zip", + "size": 13851, + "checksum": "SHA-256:c16ed1da211897a7f0785620eb957e3a48e812882acccbd9c5ab73742e4d95f9" + }, + { + "name": "KickMath", + "version": "3.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Alyson S. Pickering, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for performing a few simple mathematical calculations for use with arrays.", + "paragraph": "Functions include max and min detection, square root, centroid, derivatives, etc. This is a templated class.", + "website": "https://github.com/LinnesLab/KickMath", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickMath.git", + "dependencies": [ + { + "name": "ttestTable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickMath-3.0.0.zip", + "archiveFileName": "KickMath-3.0.0.zip", + "size": 1444185, + "checksum": "SHA-256:210b978478cf4ca5a81c8971d81a55a68aa773e9c0ca67d50eb203572461d6b7" + }, + { + "name": "KickMath", + "version": "4.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Alyson S. Pickering, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for performing a few simple mathematical calculations for use with arrays.", + "paragraph": "Functions include max and min detection, square root, centroid, derivatives, etc. The library also has functions for more intermediate mathematical calculations for correlation coefficient, t-tests, etc. This is a templated class.", + "website": "https://github.com/LinnesLab/KickMath", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LinnesLab/KickMath.git", + "dependencies": [ + { + "name": "ttestTable" + }, + { + "name": "KickSort" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickMath-4.0.0.zip", + "archiveFileName": "KickMath-4.0.0.zip", + "size": 2334301, + "checksum": "SHA-256:fd041a2d576f65e29d77bdf796f327df9ba3099ad33d976da0589605f605e5cd" + }, + { + "name": "KickFFT", + "version": "2.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a discrete Fourier transform on an input data array.", + "paragraph": "This library uses lookup tables for the trigonometric functions to reduce processing power and increase code efficiency.", + "website": "https://github.com/linneslab/kickfft", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/linneslab/kickfft.git", + "dependencies": [ + { + "name": "KickMath" + }, + { + "name": "TrigDef" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/linneslab/KickFFT-2.0.0.zip", + "archiveFileName": "KickFFT-2.0.0.zip", + "size": 9433, + "checksum": "SHA-256:644794b80107f02d1b12a8c26852464c073774e9d9dd443189b92f56ab277251" + }, + { + "name": "KickFFT", + "version": "3.0.0", + "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", + "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", + "sentence": "A library for implementing a discrete Fourier transform on an input data array.", + "paragraph": "This library uses lookup tables for the trigonometric functions to reduce processing power and increase code efficiency.", + "website": "https://github.com/linneslab/kickfft", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/linneslab/kickfft.git", + "dependencies": [ + { + "name": "KickMath" + }, + { + "name": "TrigDef" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/linneslab/KickFFT-3.0.0.zip", + "archiveFileName": "KickFFT-3.0.0.zip", + "size": 9737, + "checksum": "SHA-256:d100b3f039c6d2f6a21cbf2cd906c5102739155cee47d3b3759e4dd7ef8ff5c8" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.0.11", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with CORS feature.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.0.11.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.0.11.zip", + "size": 1311351, + "checksum": "SHA-256:3861181935e0257cfbb60e35136add8f50544fe53be0ad340e1e176f64a45a63" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.1.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.1.1.zip", + "size": 1364284, + "checksum": "SHA-256:117064ea22f90dd4325dd6b72da0d4dd7e2ebec416ad48cc3160486e40a8f585" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.1.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.1.2.zip", + "size": 1372313, + "checksum": "SHA-256:c58121cdc3d887b7b05eadd53c002f6f7cc1e8a131b143be437d99ad3a13305b" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.2.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.2.0.zip", + "size": 1421660, + "checksum": "SHA-256:f54a0165faa94a4f1220305405e44ec7de466038a1bbab00cf7e19db4ee38ddb" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.3.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.3.0.zip", + "size": 1433353, + "checksum": "SHA-256:6c6ca0a885a06a4fc5d7354ab23e8ff697c785bf05802f9fc373bcf2370c72f3" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.0.zip", + "size": 1474097, + "checksum": "SHA-256:2c1605e1f5177c3cd527a25223a2973fb01fca4b75ad17bdcfb296c50b982480" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.1.zip", + "size": 1474872, + "checksum": "SHA-256:a7e0049c9a7faea0710f5bb6afd5ed6b74f8b00fde11ab623897b87d61cf4a1a" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.2.zip", + "size": 1477993, + "checksum": "SHA-256:a176d88ea142e91ab20cbd213de3713b41a9695fe8e7582ac36df9317605e59b" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.4.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.3.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.4.3.zip", + "size": 1480244, + "checksum": "SHA-256:a39f77b9602d45fed8b8a5554ca43e763f829ec52cfab61d3c5172871af56f81" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.5.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.5.0.zip", + "size": 1641120, + "checksum": "SHA-256:5371226758ef294e3e4c44789340c8fbd8992712e355fe99b71e2071e01b9a93" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.0.zip", + "size": 1644957, + "checksum": "SHA-256:e244a1a55ce43a316786dcf336692e1b0b48509c4bf258321d55ed5f403c39e8" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.1.zip", + "size": 1646533, + "checksum": "SHA-256:f68af1275e8bfbf509ba6cfee44546cea7386cb2fcf03e3939f45f9b056065ec" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.2.zip", + "size": 1649613, + "checksum": "SHA-256:f67e2baea524db5828dc44f249cf49ddcf74923995bb763e02c56482e3b30ca8" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.6.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.6.3.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.6.3.zip", + "size": 1651053, + "checksum": "SHA-256:d367b51a4abe3de31eb907e4b25a4d69bf7bd768af7a2c514259fe97b7650398" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.7.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.7.0.zip", + "size": 1727676, + "checksum": "SHA-256:576e896fe4908bc1d4155a534be8ac2c931cdef5afb2ed6be999d6fa013aeb44" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.7.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.7.1.zip", + "size": 1728832, + "checksum": "SHA-256:de105c7d6487bc907d0bb6c0c052eb061bc135db2a13aae3c027e8ff9c2fbf78" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.8.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.8.0.zip", + "size": 1806738, + "checksum": "SHA-256:aeaf28dea900a34e99ce72653ced6b31899a9f292d91b2c83f9c9493303eff65" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.8.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.8.1.zip", + "size": 1809392, + "checksum": "SHA-256:57b56f0b2b6d473ebe154ae6e28d3ef8028aeb04647164aa0320bc939ff91666" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.0.zip", + "size": 1777365, + "checksum": "SHA-256:859ad3e0c88acb17c7992f450a0c528df46e831cbcade92c31c7ad1680b8ddbe" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.1.zip", + "size": 1778710, + "checksum": "SHA-256:38e163396fd5622843d5cf0f3e4205e21ab0f90183fbdd1bbec0b596b72ce023" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.2.zip", + "size": 1782971, + "checksum": "SHA-256:912a4f623f2a4c84bd52443a5df42b11e8c44e210348746cb79fcd97779f95a1" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.3.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.3.zip", + "size": 1783322, + "checksum": "SHA-256:0b232975539978040844ca6a42b63c99fca551bc8cd60098732ef08d30ce45c6" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.4.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.4.zip", + "size": 1564679, + "checksum": "SHA-256:f488bd0492fe88637ac49db31c80fa91617a62a56cec322b54592ee7b93997d7" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.5.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.5.zip", + "size": 1567723, + "checksum": "SHA-256:b4cb9b4f516597e49a5c235a238ee5576d6a44f7ba602e2595e15ba0c2214a77" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.6.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.6.zip", + "size": 1568251, + "checksum": "SHA-256:cf28bdc68124022031d4a666cdb99e5228d4f33ef74706f4f715e062214411fe" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.7.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.7.zip", + "size": 1568721, + "checksum": "SHA-256:f192342d074f0dc4456f595af0f7ab65ae2ab33d712c61de2ceef5b067097023" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.9.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.9.8.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.9.8.zip", + "size": 1569591, + "checksum": "SHA-256:fc0a4a6b9adc4f0bab2060fe5d89723c186b1b570c1a8a89cd0e4e6e223e256d" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.10.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.10.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.10.0.zip", + "size": 1497902, + "checksum": "SHA-256:b28cbd38387064bb3bcc2789ad80217188d3cf2bbc936e6925fbacadc1cbc30a" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.11.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp", + "ESPAsync_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.11.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.11.0.zip", + "size": 1500808, + "checksum": "SHA-256:f1f186117a10190eb49eba43983050a94c77c20d89c289d8b9bc0c7cdc184038" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.12.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp", + "ESPAsync_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.12.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.12.0.zip", + "size": 1501359, + "checksum": "SHA-256:58f67256e371e294fe9e59d31e3ad9b087a2ae802caddd8c786754cac6c9a2fc" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.12.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp", + "ESPAsync_WiFiManager-Impl.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.12.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.12.1.zip", + "size": 1499013, + "checksum": "SHA-256:8a0b4f35e15da64f9e69cfb31cc5522ae391790581fdcffe09af86ec61e9a11c" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.12.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.12.2.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.12.2.zip", + "size": 1473367, + "checksum": "SHA-256:f68cf963e8cdf92d33313af23bfd8bb519bd265a96393d518767ffc1c8eab10f" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.13.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Using AsyncDNSServer instead of DNSServer now", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.13.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.13.0.zip", + "size": 1473695, + "checksum": "SHA-256:e79e8df53391a99e6699b6be61813186984ddc8e36e5d05aed12b867a7d902d2" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.14.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.14.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.14.0.zip", + "size": 1458718, + "checksum": "SHA-256:88f60f845b2b918e73dfdce2201182cd1643167515790b701255534dba9646fb" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.14.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.14.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.14.1.zip", + "size": 1458840, + "checksum": "SHA-256:eaec1effaa0042935b21745c844f412a3526a316e2f4508d6313531f1b1d526c" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.15.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP and optionally display Credentials on Config Portal", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.15.0.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.15.0.zip", + "size": 1467660, + "checksum": "SHA-256:d12b28cb3d22cb9566f7a97de77ece265d64cb908d762bf529e1370ae17dc40f" + }, + { + "name": "ESPAsync_WiFiManager", + "version": "1.15.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP and optionally display Credentials on Config Portal", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "providesIncludes": [ + "ESPAsync_WiFiManager.h", + "ESPAsync_WiFiManager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.15.1.zip", + "archiveFileName": "ESPAsync_WiFiManager-1.15.1.zip", + "size": 1469594, + "checksum": "SHA-256:ecbc6732a015786407efe42b0ee506132087e18f2bfcba45773f6c0dd97f090d" + }, + { + "name": "Async_Operations", + "version": "1.0.0", + "author": "DaniFoldi", + "maintainer": "DaniFoldi", + "sentence": "A library for accurately keeping track of long tasks without blocking the main thread", + "paragraph": "TBA", + "website": "https://github.com/DaniFoldi/Async_Operations", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaniFoldi/Async_Operations.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaniFoldi/Async_Operations-1.0.0.zip", + "archiveFileName": "Async_Operations-1.0.0.zip", + "size": 6304, + "checksum": "SHA-256:67dbc37aebd71fa20b6fd941bbd3079c2f68708776e7032b0525527b0126dd75" + }, + { + "name": "Async_Operations", + "version": "1.0.2", + "author": "DaniFoldi", + "maintainer": "DaniFoldi", + "sentence": "A library for accurately keeping track of long tasks without blocking the main thread", + "paragraph": "Create handlers that just need to be updated as frequently as possible, possibly in loop. Check out https://github.com/DaniFoldi/Async_Operations for examples and documentation.", + "website": "https://github.com/DaniFoldi/Async_Operations", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaniFoldi/Async_Operations.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DaniFoldi/Async_Operations-1.0.2.zip", + "archiveFileName": "Async_Operations-1.0.2.zip", + "size": 6358, + "checksum": "SHA-256:72cd8feb7e453864a4d42200468ff0105895135ee91fcd0c20aab4ab35282abe" + }, + { + "name": "Ticker", + "version": "3.2.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-3.2.0.zip", + "archiveFileName": "Ticker-3.2.0.zip", + "size": 8514, + "checksum": "SHA-256:9f96a3a7b3b7e39dca5a12524bb20e0c153419b9e89c4e9e24bd78dbb81bd21a" + }, + { + "name": "Ticker", + "version": "4.1.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-4.1.0.zip", + "archiveFileName": "Ticker-4.1.0.zip", + "size": 10142, + "checksum": "SHA-256:8a8177da2040d11786578275408abea48374e121485e497790e10aabb7b1b0ba" + }, + { + "name": "Ticker", + "version": "4.2.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-4.2.0.zip", + "archiveFileName": "Ticker-4.2.0.zip", + "size": 10151, + "checksum": "SHA-256:c1017860d63569bb50763ae1458aef9f15760dcdab382eb9a701ad6aed649aaa" + }, + { + "name": "Ticker", + "version": "4.3.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-4.3.0.zip", + "archiveFileName": "Ticker-4.3.0.zip", + "size": 10139, + "checksum": "SHA-256:2b3350d9c355d22bac44cefcd8817446e1bec7b5066cf5dfbf57eded551bcf2c" + }, + { + "name": "Ticker", + "version": "4.4.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-4.4.0.zip", + "archiveFileName": "Ticker-4.4.0.zip", + "size": 10242, + "checksum": "SHA-256:1255041e1c694a13dffc61e7d307ca714ca60bde684d5d8f2ce1c61de3102600" + }, + { + "name": "SlackAPI", + "version": "1.0.1", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "A library to wrap the Slack API (supports ESP8266/ESP32 \u0026 others)", + "paragraph": "A library to wrap the Slack API (supports ESP8266/ESP32 \u0026 others)", + "website": "https://github.com/witnessmenow/arduino-slack-api", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/witnessmenow/arduino-slack-api.git", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/SlackAPI-1.0.1.zip", + "archiveFileName": "SlackAPI-1.0.1.zip", + "size": 19673, + "checksum": "SHA-256:67b70a59f66aa839caf33b75f79f601e6e1802cd21262b5d47155fd9c0b0fb9a" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.0", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "*", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Arduino_MCHPTouch" + }, + { + "name": "Adafruit_DotStar" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_ST7735_and_ST7789_Library" + }, + { + "name": "Adafruit_BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.0.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.0.zip", + "size": 37532, + "checksum": "SHA-256:f9225b2771125003c92d75b3a5e5060f74632bb1760eb3657301cc92d925812d" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.1", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.1.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.1.zip", + "size": 40365, + "checksum": "SHA-256:f394f8b9001af9590571c6f6c86f6be0ac17de7cf1b4a561119e3aa5680b0412" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.4", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.4.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.4.zip", + "size": 49833, + "checksum": "SHA-256:472500bc62bd9048f337a298e2aaf3c236227aa3d3f9af52ebe6d97722c199b6" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.5", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.5.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.5.zip", + "size": 49880, + "checksum": "SHA-256:1443f56db71396182fde72bd9393cca97f14f65e394ba6e24383b673014fdfe7" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.6", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.6.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.6.zip", + "size": 49888, + "checksum": "SHA-256:9dd2c03aabd10390756289f7f6dd0c62d1e9ea1a7687bdfb016a6ee4b71b493d" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.7", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "arduino.cc", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.7.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.7.zip", + "size": 50628, + "checksum": "SHA-256:f82e0edfa7ee24d8ea1a1e2cf717f7e460a43a6c0bd0e63ea09424ed03fcbc90" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.8", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.8.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.8.zip", + "size": 50661, + "checksum": "SHA-256:7bbf9e93bf8672897ae53ceb3ffb0cdc9a8199fc9b207acdda5adf9a90851538" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "0.9.9", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.9.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-0.9.9.zip", + "size": 85168, + "checksum": "SHA-256:0e97d26df911c67866fb03d7ab283a11aa8bac976adc588e79ef2e14befca903" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "1.0.0", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-1.0.0.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-1.0.0.zip", + "size": 85156, + "checksum": "SHA-256:46a293f13d5186f186d5a396e1b80570fb8cd04e6741dd6d3a2e58ca1b3dc64e" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "1.0.1", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-1.0.1.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-1.0.1.zip", + "size": 96019, + "checksum": "SHA-256:5245ed9596bc7e03917735bbc6ee90280e95f7c3a476547c7a8180fd55e5551a" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "1.0.2", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-1.0.2.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-1.0.2.zip", + "size": 94733, + "checksum": "SHA-256:05a8d54f6ce98aac9f633cc423cce7fed64c510d13ca42cc40f5909dcf6c1e93" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "1.0.4", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-1.0.4.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-1.0.4.zip", + "size": 94605, + "checksum": "SHA-256:f0315d5a9b61a7aed574acf3de8c2c8cf906cff178139414c9b22836afd79e57" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "2.0.0", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "BSEC Software Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-2.0.0.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-2.0.0.zip", + "size": 103818, + "checksum": "SHA-256:37679f80ff70d5f5a327c37219fb2e871eb79891ac9e68de15b248f342c4b8ec" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "2.0.1", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "BSEC Software Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-2.0.1.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-2.0.1.zip", + "size": 103826, + "checksum": "SHA-256:da936bff890c92bb299e0254641a3c9e4166d2106664b443eb12db679504feff" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "2.0.2", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "BSEC Software Library", + "version": "=1.6.1480" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-2.0.2.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-2.0.2.zip", + "size": 103437, + "checksum": "SHA-256:1f45118fbe83c695d88dbd79585e1e367efd95bd3970de600e708851e0abc467" + }, + { + "name": "Arduino_MKRIoTCarrier", + "version": "2.0.4", + "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Controlling the IoT MKR Carrier", + "paragraph": "Allows you to control all the components included in the Explore IoT Kit", + "website": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_BQ24195" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Arduino_MCHPTouch" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-2.0.4.zip", + "archiveFileName": "Arduino_MKRIoTCarrier-2.0.4.zip", + "size": 178668, + "checksum": "SHA-256:202f678057d4609719fce06268273196a56abc49750f98ce7390affc5724765e" + }, + { + "name": "Arduino_BQ24195", + "version": "0.9.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino library for the BQ24195 Power Management IC", + "paragraph": "This library allows the control and configuration of the BQ24195 used on various Arduino boards.", + "website": "https://github.com/arduino-libraries/Arduino_BQ24195", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BQ24195.git", + "providesIncludes": [ + "Arduino_PMIC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BQ24195-0.9.0.zip", + "archiveFileName": "Arduino_BQ24195-0.9.0.zip", + "size": 15367, + "checksum": "SHA-256:cf705d22f1d0dce7702b9217278b1dc4f4835e53a6d866bdecb2e3507536ee33" + }, + { + "name": "Arduino_BQ24195", + "version": "0.9.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino library for the BQ24195 Power Management IC", + "paragraph": "This library allows the control and configuration of the BQ24195 used on various Arduino boards.", + "website": "https://github.com/arduino-libraries/Arduino_BQ24195", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BQ24195.git", + "providesIncludes": [ + "Arduino_PMIC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BQ24195-0.9.1.zip", + "archiveFileName": "Arduino_BQ24195-0.9.1.zip", + "size": 15410, + "checksum": "SHA-256:61c325ca6f5ae6ae999406ad0764e2b936bfe6c2c8263d432ba921931e01ee3c" + }, + { + "name": "Arduino_BQ24195", + "version": "0.9.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino library for the BQ24195 Power Management IC", + "paragraph": "This library allows the control and configuration of the BQ24195 used on various Arduino boards.", + "website": "https://github.com/arduino-libraries/Arduino_BQ24195", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BQ24195.git", + "providesIncludes": [ + "Arduino_PMIC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BQ24195-0.9.2.zip", + "archiveFileName": "Arduino_BQ24195-0.9.2.zip", + "size": 25290, + "checksum": "SHA-256:04defe07cb60352cc2075f7b867afad909a14bd5cefbbbed5eccb7e4a71e7396" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensors values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.0.0.zip", + "archiveFileName": "Arduino_MCHPTouch-1.0.0.zip", + "size": 108046, + "checksum": "SHA-256:0911ba1eb28910306cc30930c8a815dd53f3cf10918d561ce0929facbbf0ce3b" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensors values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.1.0.zip", + "archiveFileName": "Arduino_MCHPTouch-1.1.0.zip", + "size": 109298, + "checksum": "SHA-256:a24e9361ce3a1bab7cefff9774ba56576dc3a410776657f8a5efe67e6886e3ef" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensor values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.2.1.zip", + "archiveFileName": "Arduino_MCHPTouch-1.2.1.zip", + "size": 118504, + "checksum": "SHA-256:19f1cea7bc0bfd1fac37b87aeb159a5f714ad67505bd836cefdc0b3f8ff5d486" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.2.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensor values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.2.2.zip", + "archiveFileName": "Arduino_MCHPTouch-1.2.2.zip", + "size": 118656, + "checksum": "SHA-256:893e8374da4b9f744afe20bd22f946d27470ec10e8936d8925ef38ef098fd72e" + }, + { + "name": "Arduino_MCHPTouch", + "version": "1.2.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A library for the Atmel touch sensors", + "paragraph": "allows you to read touch sensor values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", + "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.2.3.zip", + "archiveFileName": "Arduino_MCHPTouch-1.2.3.zip", + "size": 118744, + "checksum": "SHA-256:6b08dafe93ee3c5ec9a1fc796bc68daf71d4e45152101217ec48ca9446bd7237" + }, + { + "name": "NanoProtoShield", + "version": "0.1.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.0.zip", + "archiveFileName": "NanoProtoShield-0.1.0.zip", + "size": 7660, + "checksum": "SHA-256:430b3f50534cf90f6e8ca70d7cc6d9aa22c53e749dd6ea993e2226c3e3a58fdf" + }, + { + "name": "NanoProtoShield", + "version": "0.1.1", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.1.zip", + "archiveFileName": "NanoProtoShield-0.1.1.zip", + "size": 9015, + "checksum": "SHA-256:3f383117dfc93c38a6c822ef0c1c49fc068ced5db9466a66069f33aa934e1169" + }, + { + "name": "NanoProtoShield", + "version": "0.1.2", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.2.zip", + "archiveFileName": "NanoProtoShield-0.1.2.zip", + "size": 9599, + "checksum": "SHA-256:e54e7d3524990ecbe0a31eb90ca7be9fda721f677172ba4558789fe561378030" + }, + { + "name": "NanoProtoShield", + "version": "0.2.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.2.0.zip", + "archiveFileName": "NanoProtoShield-0.2.0.zip", + "size": 10039, + "checksum": "SHA-256:08b8c8bfa0d1b9a265b4d2b53af1fcf175e0ae843c8b3cee82180c5f1383e0a8" + }, + { + "name": "NanoProtoShield", + "version": "0.3.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.3.0.zip", + "archiveFileName": "NanoProtoShield-0.3.0.zip", + "size": 10693, + "checksum": "SHA-256:98527d59f4cfb1c1109125ddf7e20472e0c9480e5334f4b4b774392bf25029f7" + }, + { + "name": "NanoProtoShield", + "version": "0.4.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.4.0.zip", + "archiveFileName": "NanoProtoShield-0.4.0.zip", + "size": 17797, + "checksum": "SHA-256:4e638fc39fc3ed898526673afe53618e3ab8ebe8b3421d2cb128cc97e91b4c95" + }, + { + "name": "NanoProtoShield", + "version": "0.5.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.5.0.zip", + "archiveFileName": "NanoProtoShield-0.5.0.zip", + "size": 22016, + "checksum": "SHA-256:1a59469450eef34ac57bb9ef5856fe7e7b3c63ea6d6ea71ff685bcd3087405e5" + }, + { + "name": "NanoProtoShield", + "version": "0.6.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.6.0.zip", + "archiveFileName": "NanoProtoShield-0.6.0.zip", + "size": 25885, + "checksum": "SHA-256:23bc4b7241281fbe3dcbabb9705ba4f1ccf0abf00fd03c4b74a221736d8430a7" + }, + { + "name": "NanoProtoShield", + "version": "0.7.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.7.0.zip", + "archiveFileName": "NanoProtoShield-0.7.0.zip", + "size": 4692424, + "checksum": "SHA-256:8f0688f5ec9d477794e7d74fcd8dd1ad09067c47393c86625d3099b3f198c2c5" + }, + { + "name": "NanoProtoShield", + "version": "0.8.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "Encoder" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.8.0.zip", + "archiveFileName": "NanoProtoShield-0.8.0.zip", + "size": 11582752, + "checksum": "SHA-256:78d9545683909a7025f24cb903cb12e935a044c20c24711b60da80f983f86a12" + }, + { + "name": "NanoProtoShield", + "version": "0.9.0", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.0.zip", + "archiveFileName": "NanoProtoShield-0.9.0.zip", + "size": 11856830, + "checksum": "SHA-256:7e36ea11fd0a41d938acd4ac99559c39d073296baef41997ba1393ee2578d8ad" + }, + { + "name": "NanoProtoShield", + "version": "0.9.1", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.1.zip", + "archiveFileName": "NanoProtoShield-0.9.1.zip", + "size": 11857023, + "checksum": "SHA-256:00c01464e672b245a459faa54191b7000068ce35bfbac584999c5db26a2278f5" + }, + { + "name": "NanoProtoShield", + "version": "0.9.2", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.2.zip", + "archiveFileName": "NanoProtoShield-0.9.2.zip", + "size": 11857078, + "checksum": "SHA-256:fe12ee040660b7566f7c5a983f12554f5b430bde9df2ebae8f915f9ffc54ceee" + }, + { + "name": "NanoProtoShield", + "version": "0.9.4", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.4.zip", + "archiveFileName": "NanoProtoShield-0.9.4.zip", + "size": 11854215, + "checksum": "SHA-256:df35233e6cbb5cc2afef06cc5f3d78fb9d68fbf362b92ace0e1766b53e66e3d0" + }, + { + "name": "NanoProtoShield", + "version": "0.9.5", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.5.zip", + "archiveFileName": "NanoProtoShield-0.9.5.zip", + "size": 12430978, + "checksum": "SHA-256:8a93d911901522944a71038ae4ba4624f600f5745d48533b94085fac41675e70" + }, + { + "name": "NanoProtoShield", + "version": "0.9.6", + "author": "Zach English", + "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", + "sentence": "Arduino library to interact with the NanoProtoShield hardware.", + "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", + "website": "https://github.com/ZachEnglish/NanoProtoShield", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit LED Backpack Library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "MPU6050_light" + }, + { + "name": "LiquidCrystal I2C" + }, + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.9.6.zip", + "archiveFileName": "NanoProtoShield-0.9.6.zip", + "size": 12434631, + "checksum": "SHA-256:b710381f1fbb396e6e2f2295f8cdf75be16a25931bf63330ce6c86d2eb346cfc" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.0.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.0.0.zip", + "size": 6707, + "checksum": "SHA-256:f55c5d35944bf01f2cf7b11c567d248ef196dcd7b997af6cb53cdca811e58173" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.1.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.1.0.zip", + "size": 6731, + "checksum": "SHA-256:d7e0b9ee122c3083339f44e00dc00aed4227e2aa7237e8e5813d9d90bbf3348b" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.1.1.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.1.1.zip", + "size": 7133, + "checksum": "SHA-256:b5dcb0f9c9eff5ca5e868abba5613c9f5de5b052201d5429e3a5ecb74612d18d" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.0.zip", + "size": 7589, + "checksum": "SHA-256:428c7791e4201bc2045e3207a970491f4e757128e20b40488f140643be5e1868" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.1.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.1.zip", + "size": 8104, + "checksum": "SHA-256:186769d1e05dc11d6b347a7e15ab7136a208073fd6e96f310db513d3a8dacc8f" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.2.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.2.zip", + "size": 8105, + "checksum": "SHA-256:7c6f740cdbbf7cacee1fbb83ce99cd4af383092a3f7bc400aacdc0e02b5a68c3" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.2.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.3.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.2.3.zip", + "size": 8110, + "checksum": "SHA-256:09d3a558c3a0825ab1e7a75b3e513c5a147ee4714f6fb1c82f71e2a7baf9e9f5" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.3.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.3.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.3.0.zip", + "size": 10136, + "checksum": "SHA-256:7330be9e33b9e03fa139776f2d1402e027e4d084ba4ce188d2566a679dad4382" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.3.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.3.1.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.3.1.zip", + "size": 10151, + "checksum": "SHA-256:72a4a416441d4ba8306990d4284f5eed17418bc962b8f96f7556c33c647b163a" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.4.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.4.0.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.4.0.zip", + "size": 10258, + "checksum": "SHA-256:00a98d6a27fd9d226dd5f54f84003be1c5b025aeeafe081b18e0ad9c875c8c59" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.4.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp", + "string_asukiaaa", + "Gauge_asukiaaa" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.4.1.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.4.1.zip", + "size": 10608, + "checksum": "SHA-256:564b6f0d8d76b8431955457b2837b72ec4b0eafe5b4fa8fb42daa004c728a701" + }, + { + "name": "I2cControlPanel_asukiaaa", + "version": "1.4.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a control panel via i2c.", + "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", + "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "providesIncludes": [ + "I2cControlPanel_asukiaaa.h", + "I2cControlPanel_asukiaaa_template.hpp", + "string_asukiaaa", + "Gauge_asukiaaa" + ], + "dependencies": [ + { + "name": "string_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.4.2.zip", + "archiveFileName": "I2cControlPanel_asukiaaa-1.4.2.zip", + "size": 10614, + "checksum": "SHA-256:de2c17827839a3d9b01ec39d754fbcae988dd2f241fbb0bada904277debf9135" + }, + { + "name": "MaerklinMotorola", + "version": "0.1.0", + "author": "Michael Henzler", + "maintainer": "Michael Henzler (Laserlicht)", + "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", + "paragraph": "Decoding the signals from the Märklin-Motorola-protocol", + "website": "https://github.com/Laserlicht/MaerklinMotorola", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.1.0.zip", + "archiveFileName": "MaerklinMotorola-0.1.0.zip", + "size": 6325, + "checksum": "SHA-256:52dd4e81002db6ee08c5e11ed404a139e80c19594bfd4b14dec30c62bf4d2d83" + }, + { + "name": "MaerklinMotorola", + "version": "0.2.0", + "author": "Michael H.", + "maintainer": "Michael H. (Laserlicht)", + "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", + "paragraph": "Support MM and MM2 protocols", + "website": "https://github.com/Laserlicht/MaerklinMotorola", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "providesIncludes": [ + "MaerklinMotorola.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.2.0.zip", + "archiveFileName": "MaerklinMotorola-0.2.0.zip", + "size": 64692, + "checksum": "SHA-256:fad8f40f71d4160dbc121ebaeb32180c3876b4ab05297d22f9bd247eb10cd080" + }, + { + "name": "MaerklinMotorola", + "version": "0.2.2", + "author": "Michael H.", + "maintainer": "Michael H. (Laserlicht)", + "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", + "paragraph": "Support MM and MM2 protocols", + "website": "https://github.com/Laserlicht/MaerklinMotorola", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "providesIncludes": [ + "MaerklinMotorola.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.2.2.zip", + "archiveFileName": "MaerklinMotorola-0.2.2.zip", + "size": 64678, + "checksum": "SHA-256:458a9238f75973804bcdf06d6b1c38919953136e0aa3a5500608f90bcd01bb01" + }, + { + "name": "MaerklinMotorola", + "version": "0.2.3", + "author": "Laserlicht", + "maintainer": "Laserlicht", + "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", + "paragraph": "Support MM and MM2 protocols", + "website": "https://github.com/Laserlicht/MaerklinMotorola", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "providesIncludes": [ + "MaerklinMotorola.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.2.3.zip", + "archiveFileName": "MaerklinMotorola-0.2.3.zip", + "size": 66855, + "checksum": "SHA-256:64c2e42e5a3bddbea8b0d28d23674068aa8e8e002a6cea6985bb341e683c5c4a" + }, + { + "name": "SparkFun ProDriver TC78G670FTG Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/16836\"\u003eSparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)\u003c/a\u003e. This makes driving a bi-polar stepper motor easy, and it has many examples to show you some of the cool features of the IC (including both Clock-in and Serial modes).", + "website": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.0.zip", + "size": 29576, + "checksum": "SHA-256:4c19e03068cdc4aee6380664f264822f0db21328cd577ea54a351d31c37afce8" + }, + { + "name": "SparkFun ProDriver TC78G670FTG Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/16836\"\u003eSparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)\u003c/a\u003e. This makes driving a bi-polar stepper motor easy, and it has many examples to show you some of the cool features of the IC (including both Clock-in and Serial modes).", + "website": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.1.zip", + "size": 29574, + "checksum": "SHA-256:ed29a6040678641f35e767323f63e4d98c971f1fbec1aa18849aa4609d436199" + }, + { + "name": "SAMD21 Audio Player", + "version": "0.6.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Simple audio player for SAMD21-based Arduinos", + "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", + "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "providesIncludes": [ + "AudioPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.6.0.zip", + "archiveFileName": "SAMD21_Audio_Player-0.6.0.zip", + "size": 249669, + "checksum": "SHA-256:059a04ffbfea065210f352bb80e2e680a5c4de395febd63e0d83e3df1a9db56d" + }, + { + "name": "SAMD21 Audio Player", + "version": "0.7.0", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Simple audio player for SAMD21-based Arduinos", + "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", + "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "providesIncludes": [ + "AudioPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.7.0.zip", + "archiveFileName": "SAMD21_Audio_Player-0.7.0.zip", + "size": 249730, + "checksum": "SHA-256:fd817c78bdd20b1466f13c060b7440dbb9b4bbb9231880a87d684bdff51354bd" + }, + { + "name": "SAMD21 Audio Player", + "version": "0.7.1", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Simple audio player for SAMD21-based Arduinos", + "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", + "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "providesIncludes": [ + "AudioPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.7.1.zip", + "archiveFileName": "SAMD21_Audio_Player-0.7.1.zip", + "size": 249813, + "checksum": "SHA-256:a3cba6b51129e3c8e90d13a7bb7197645e6239793d11da24399eac636fa3892b" + }, + { + "name": "SAMD21 Audio Player", + "version": "0.7.2", + "author": "Oscar den Uijl aka ocrdu", + "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", + "sentence": "Simple audio player for SAMD21-based Arduinos", + "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", + "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "providesIncludes": [ + "AudioPlayer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.7.2.zip", + "archiveFileName": "SAMD21_Audio_Player-0.7.2.zip", + "size": 274119, + "checksum": "SHA-256:9067ce3b5b73af6a4d37b470db353cd70c2f01baadf86194ab37d2a06a16714b" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/ArduinoScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.0.zip", + "archiveFileName": "Arduino_ScienceJournal-1.0.0.zip", + "size": 12228, + "checksum": "SHA-256:4ac2578e563eb06deb59603619e89ab640425912ef29c3ba5e8248467384e1d6" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.1.zip", + "archiveFileName": "Arduino_ScienceJournal-1.0.1.zip", + "size": 12227, + "checksum": "SHA-256:45138f78717a3dd3d30db1aa3dda7160eccf49d169e7b66555a1b5f0ab9054af" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.2.zip", + "archiveFileName": "Arduino_ScienceJournal-1.0.2.zip", + "size": 12236, + "checksum": "SHA-256:da479c357c12d14bf28501a7a0b0700addaf7009efd1e4108e3d18714659695b" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.1.0.zip", + "archiveFileName": "Arduino_ScienceJournal-1.1.0.zip", + "size": 13535, + "checksum": "SHA-256:1555b52bdd2b3bc6ab803201a1d7eafbb48164f7330f2680655ed63fab118571" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_CMSIS-DSP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.1.1.zip", + "archiveFileName": "Arduino_ScienceJournal-1.1.1.zip", + "size": 13719, + "checksum": "SHA-256:0b3739477430671be02957c1cb5da48931be3f8019b9a8796d3c859c05af9d4c" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_CMSIS-DSP" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "SerialFlash" + }, + { + "name": "WiFiNINA" + }, + { + "name": "INA2xx" + }, + { + "name": "Arduino_BMI270_BMM150" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.2.0.zip", + "archiveFileName": "Arduino_ScienceJournal-1.2.0.zip", + "size": 25708, + "checksum": "SHA-256:23a92e06a05665e0b1bd110af7d56be055ca0b3dbfd7c0e059a58a974c5edacd" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_CMSIS-DSP" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "SerialFlash" + }, + { + "name": "WiFiNINA" + }, + { + "name": "INA2xx" + }, + { + "name": "Arduino_BMI270_BMM150" + }, + { + "name": "Adafruit_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.2.1.zip", + "archiveFileName": "Arduino_ScienceJournal-1.2.1.zip", + "size": 25712, + "checksum": "SHA-256:559c0485d75f8742d4c63147aae241f4e71e42400cabfd60172596b34de1da30" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.2.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_CMSIS-DSP" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "SerialFlash" + }, + { + "name": "WiFiNINA" + }, + { + "name": "INA2xx" + }, + { + "name": "Arduino_BMI270_BMM150" + }, + { + "name": "Adafruit LSM9DS1 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.2.2.zip", + "archiveFileName": "Arduino_ScienceJournal-1.2.2.zip", + "size": 25715, + "checksum": "SHA-256:11ec5c0c2020703671382b5a435b2f7eda22968384a529bea7478fa14c338c2e" + }, + { + "name": "Arduino_ScienceJournal", + "version": "1.2.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", + "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "category": "Communication", + "architectures": [ + "samd", + "nrf52", + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "providesIncludes": [ + "ArduinoScienceJournal.h" + ], + "dependencies": [ + { + "name": "Adafruit LSM9DS0 Library" + }, + { + "name": "Adafruit Zero PDM Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_CMSIS-DSP" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "SerialFlash" + }, + { + "name": "WiFiNINA" + }, + { + "name": "INA2xx" + }, + { + "name": "Arduino_BMI270_BMM150" + }, + { + "name": "Adafruit LSM9DS1 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.2.4.zip", + "archiveFileName": "Arduino_ScienceJournal-1.2.4.zip", + "size": 30198, + "checksum": "SHA-256:eecf3df21b54d9fad641cf4b8f7fe316168898f62301504275cfcc5593494941" + }, + { + "name": "TGP Decodeur", + "version": "0.9.8", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": [ + "Decodeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-0.9.8.zip", + "archiveFileName": "TGP_Decodeur-0.9.8.zip", + "size": 6607, + "checksum": "SHA-256:535ee6957eeac8a7f28414bb19f344c9e008621ad19892a77d0474745389e7b8" + }, + { + "name": "TGP Decodeur", + "version": "1.0.0", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": [ + "Decodeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-1.0.0.zip", + "archiveFileName": "TGP_Decodeur-1.0.0.zip", + "size": 8731, + "checksum": "SHA-256:e2200150348efe601b70fb017d64023e8961382b9d93141688929b29064887ef" + }, + { + "name": "TGP Decodeur", + "version": "1.1.0", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": [ + "Decodeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-1.1.0.zip", + "archiveFileName": "TGP_Decodeur-1.1.0.zip", + "size": 8888, + "checksum": "SHA-256:b8be980c1af7f1a66830ae941f389a0381e7de453c9989af07157c6c6cff78ce" + }, + { + "name": "TGP Decodeur", + "version": "1.1.1", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": [ + "Decodeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-1.1.1.zip", + "archiveFileName": "TGP_Decodeur-1.1.1.zip", + "size": 8929, + "checksum": "SHA-256:9f74ce718231dfcbc69607aedd06986eedc7bedb5224110a9aea921743a8bc3a" + }, + { + "name": "TGP Decodeur", + "version": "1.1.2", + "author": "TechnoPhys, CB, RM, JL", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de décoder les messages selon un format standard.", + "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", + "website": "https://github.com/TechnoPhysCAL/TGP_Decodeur", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", + "providesIncludes": [ + "Decodeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-1.1.2.zip", + "archiveFileName": "TGP_Decodeur-1.1.2.zip", + "size": 8981, + "checksum": "SHA-256:8865556d18020a749b2ebf1eb72c4d6a4972f60e60643fe73a2af894ec7ac186" + }, + { + "name": "DDNS_Generic", + "version": "1.0.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.0.0.zip", + "archiveFileName": "DDNS_Generic-1.0.0.zip", + "size": 327104, + "checksum": "SHA-256:14840bd3c18ab12c0082745f07f1f171a91a46401a5c4ac3720bc4c87ccaffc4" + }, + { + "name": "DDNS_Generic", + "version": "1.0.1", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.0.1.zip", + "archiveFileName": "DDNS_Generic-1.0.1.zip", + "size": 344738, + "checksum": "SHA-256:1fa0531649efa4943d1518aba28fa1990b65c80b7713b05b5d08364e34a89349" + }, + { + "name": "DDNS_Generic", + "version": "1.1.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.1.0.zip", + "archiveFileName": "DDNS_Generic-1.1.0.zip", + "size": 470474, + "checksum": "SHA-256:f9ec34f183d4ef84cfb0d704b6f82b10f62026959c0b3c1eaecfc67006d15e8e" + }, + { + "name": "DDNS_Generic", + "version": "1.2.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A oe Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.2.0.zip", + "archiveFileName": "DDNS_Generic-1.2.0.zip", + "size": 490897, + "checksum": "SHA-256:1e38a544588123cfc3b3a9887a2388247b73a992a9a785875b4e785568369047" + }, + { + "name": "DDNS_Generic", + "version": "1.3.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.3.0.zip", + "archiveFileName": "DDNS_Generic-1.3.0.zip", + "size": 547680, + "checksum": "SHA-256:f05a3ebb77c4f1f23527d6b4e828e89bc748f414849ea668b42460633b54e2fe" + }, + { + "name": "DDNS_Generic", + "version": "1.4.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.4.0.zip", + "archiveFileName": "DDNS_Generic-1.4.0.zip", + "size": 628340, + "checksum": "SHA-256:e6834f271401abba0b7271616c2ef9a56166737530b3b2d9d810c7e71fb7b0f6" + }, + { + "name": "DDNS_Generic", + "version": "1.5.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.5.0.zip", + "archiveFileName": "DDNS_Generic-1.5.0.zip", + "size": 716029, + "checksum": "SHA-256:6e4462663d8ceb649c1db5803196c421d4fe0c7edd701943ab2ee6f8aa7a7097" + }, + { + "name": "DDNS_Generic", + "version": "1.5.1", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com.", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.5.1.zip", + "archiveFileName": "DDNS_Generic-1.5.1.zip", + "size": 942719, + "checksum": "SHA-256:d261586a1112d175b2bd8e93cb8d15a91bcc2cecc9f36ae98283d8139777f3fb" + }, + { + "name": "DDNS_Generic", + "version": "1.6.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com. Deprecated ipv4bot.whatismyipaddress.com has been replaced with ifconfig.me", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.6.0.zip", + "archiveFileName": "DDNS_Generic-1.6.0.zip", + "size": 960563, + "checksum": "SHA-256:fcebc2b0cc6121282320e4c3587b2e0c9ef174eb4fa40084dae7d41bdd0a5028" + }, + { + "name": "DDNS_Generic", + "version": "1.6.1", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com. Deprecated ipv4bot.whatismyipaddress.com has been replaced with ifconfig.me", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.6.1.zip", + "archiveFileName": "DDNS_Generic-1.6.1.zip", + "size": 1000588, + "checksum": "SHA-256:c336a5f5bd485d9d5e7a899cef129d6d5265d9de0618c0352b6c8c4689a4073e" + }, + { + "name": "DDNS_Generic", + "version": "1.7.0", + "author": "Ayush Sharma, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet", + "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, AVR Mega, megaAVR, Teensy, RP2040-based RASPBERRY_PI_PICO, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A or Teensy NativeEthernet. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org, OVH.com. Deprecated ipv4bot.whatismyipaddress.com has been replaced with ifconfig.me", + "website": "https://github.com/khoih-prog/DDNS_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DDNS_Generic.git", + "providesIncludes": [ + "DDNS_Generic.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "HttpClient" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.7.0.zip", + "archiveFileName": "DDNS_Generic-1.7.0.zip", + "size": 1183748, + "checksum": "SHA-256:8f33be520b3a75339ad5ce7f65b94834e326ba8cfbdc98e73c7fc7b4cc255e8d" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.0.0", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.0.0.zip", + "size": 160191, + "checksum": "SHA-256:728449a0f92faec5d67b7febfcdac38b8fa102040f774a1b843fe023787ecc99" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.0.1", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.0.1.zip", + "size": 226785, + "checksum": "SHA-256:cbb640bd44c99341b9f983895dcec350186f1a0c039e90f9574aacbe56128812" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.0.2", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.2.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.0.2.zip", + "size": 264043, + "checksum": "SHA-256:4ea4d2c02b71a112567bc85217022c4c1ab137c2795ca1d74c379467acdb0ca6" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.0.zip", + "size": 288782, + "checksum": "SHA-256:d8efa406a47e16573e2f288915f76be2db34bce411411cdd1cfef646dfbef9d5" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.1.zip", + "size": 288316, + "checksum": "SHA-256:ab4540dc6a6c41b447626d20a434740aa397680c04ad390956621634d1047d5a" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.2", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.2.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.2.zip", + "size": 316634, + "checksum": "SHA-256:49b00444094ecd2e8b2be9fb5482cc403cb3b14f273cfb188ed0b02024160116" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.3", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32 AsyncTCP" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.3.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.3.zip", + "size": 479885, + "checksum": "SHA-256:5b1e9e4ecd0b72941d0e7bf17e5dd835b36acaf5ec1d752070d07146324c2656" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.4", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.4.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.4.zip", + "size": 483817, + "checksum": "SHA-256:fde9342387c95c365419510a70b04cc908e438422c6218c730e902821d684b4f" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.1.5", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.5.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.1.5.zip", + "size": 482213, + "checksum": "SHA-256:6e9caf09440ed5487e3061cb7d4be27d95ba1804115f528ad307d52296ae62b2" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.2.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.2.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.2.0.zip", + "size": 1109755, + "checksum": "SHA-256:dd6cdcdbef1133feb491cffcbe5e32e97c1409bbe18812c77d321fc1eb4cfc39" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.3.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.3.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.3.0.zip", + "size": 1233553, + "checksum": "SHA-256:b72cc95595417eab04589e6b5903a0328c9b8bd3d1952a04d77f67db04a6ae25" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.3.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.3.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.3.1.zip", + "size": 1277659, + "checksum": "SHA-256:7d3884c151871fb9e7502248a32d7e18e4e3d13df664b8507923acc38950c1d8" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.4.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.4.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.4.0.zip", + "size": 1329866, + "checksum": "SHA-256:7f213d605ce08cedfede1298b64b98ad492a289ecdf733f6ca0146f1db043350" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.4.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.4.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.4.1.zip", + "size": 1370696, + "checksum": "SHA-256:face55af2e01222842b529964642758e18f00f29718cf268abd75075986a4889" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.5.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.5.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.5.0.zip", + "size": 1382521, + "checksum": "SHA-256:6a403ce526128cbcebbe1f0cfef7dfc24afedc7ac35d94142f7641e047a5db88" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.6.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.6.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.6.0.zip", + "size": 1432685, + "checksum": "SHA-256:13432b56e0ebafe570572d9299763c19ce8c5b98f20338753a63320d41a05ab1" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.7.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.7.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.7.0.zip", + "size": 1433735, + "checksum": "SHA-256:7cc225dd8dd9efe96e08d4861d6b850ee223fc65227538dbddaf59187eb674e8" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.7.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.7.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.7.1.zip", + "size": 1484840, + "checksum": "SHA-256:e91f844b1a14570180e56fc38cd900cf3b6fcc4d016c67d776841e9cf1fe05f5" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.8.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi or W5x00) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.8.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.8.0.zip", + "size": 1540858, + "checksum": "SHA-256:718007defffab6437ee8bf4f3502584af519287d9a70ab6aad90f6454f39ddfc" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.8.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 with LAN8720 or built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, F407VE, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + }, + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.8.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.8.1.zip", + "size": 1541274, + "checksum": "SHA-256:227f8e8f92b4ea4291fd4223a67b9485ebbb54101d4250b0cbc698a89994f433" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.9.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.9.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.9.1.zip", + "size": 1546865, + "checksum": "SHA-256:b64ebf350ec4250b9ca3c2dd1090943fccc5d4414ee794027362ca6410d4b2e7" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.9.2", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.9.2.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.9.2.zip", + "size": 1562210, + "checksum": "SHA-256:f16161d5c5cf9d1d965ff63509f601f020f4b7592df980d37bb23fb73ea38ba5" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.10.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.10.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.10.0.zip", + "size": 1563154, + "checksum": "SHA-256:4c4c7ddc524f68da7aebac50fee79a3a1e156ce43b1d98b5c66c8c1ea96c74a5" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.10.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.10.1.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.10.1.zip", + "size": 1563704, + "checksum": "SHA-256:80106b10164ea69d87c5b69d2e30c8f6150de5db1409afe62b62c7d0bc2a7460" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.10.2", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.10.2.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.10.2.zip", + "size": 1609650, + "checksum": "SHA-256:d756f1ab26ca8c3c006734f17e26323f5d62337c4994e43e74d5167c815045e7" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.11.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP32 with LwIP ENC28J60, ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including WT32_ETH01, LwIP ENC28J60), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.11.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.11.0.zip", + "size": 1628169, + "checksum": "SHA-256:55f6c5e4d75e997971a7f91ff14705ac71fa8eb64ebfc57ef40b9f04264c0d16" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.12.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP32 with LwIP ENC28J60, ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including WT32_ETH01, LwIP ENC28J60), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.12.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.12.0.zip", + "size": 1637576, + "checksum": "SHA-256:c11dd9a79249c82afc40922de6ca868ee889eaa927c27e567dad646661a56dea" + }, + { + "name": "AsyncHTTPRequest_Generic", + "version": "1.13.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP32 with LwIP ENC28J60, W5500 or W6100, ESP8266 (WiFi, W5x00 or ENC28J60) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including WT32_ETH01, LwIP ENC28J60), ESP8266 (WiFi, W5x00 or ENC28J60) and STM32 built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPRequest_Generic.h", + "AsyncHTTPRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "ESPAsync_WiFiManager" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.13.0.zip", + "archiveFileName": "AsyncHTTPRequest_Generic-1.13.0.zip", + "size": 1646943, + "checksum": "SHA-256:981071b2f06b5f6d12dddf0e65aee91c760ddc64721c2971a720574ebe5c05c1" + }, + { + "name": "CBUSBUZZER", + "version": "1.1.3", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS buzzer processing", + "paragraph": "Implements control of buzzer", + "website": "https://github.com/MERG-DEV/CBUSBUZZER", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSBUZZER.git", + "providesIncludes": [ + "CBUSBUZZER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSBUZZER-1.1.3.zip", + "archiveFileName": "CBUSBUZZER-1.1.3.zip", + "size": 3930, + "checksum": "SHA-256:b491f45ba31119506df2c84c185458ed9cf6d16fbedf3a5da605d780e604b252" + }, + { + "name": "CBUSBUZZER", + "version": "1.1.4", + "author": "Duncan Greenwood", + "maintainer": "Duncan Greenwood", + "sentence": "Arduino library for MERG CBUS buzzer processing", + "paragraph": "Implements control of buzzer", + "website": "https://github.com/MERG-DEV/CBUSBUZZER", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MERG-DEV/CBUSBUZZER.git", + "providesIncludes": [ + "CBUSBUZZER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSBUZZER-1.1.4.zip", + "archiveFileName": "CBUSBUZZER-1.1.4.zip", + "size": 3932, + "checksum": "SHA-256:458f85ca16bc011dbeee1dd679cfa35ebaddd7e7fa26b052fb70a0da33a95d1e" + }, + { + "name": "SparkFun Particle Sensor Panasonic SN-GCJA5", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to communicate with the Panasonic SN-GCJA5 particle sensor.", + "paragraph": "Communicates with the SN-GCJA5 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a particle sensor into your project. The sensor detects particulate mass density and particle count for various size particles from PM1.0 to PM10 (0.3-10um). The sensor requires 5V supply and 3.3V I\u003csup\u003e2\u003c/sup\u003eC.", + "website": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.0.zip", + "archiveFileName": "SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.0.zip", + "size": 8402, + "checksum": "SHA-256:a8bc06a3eb63968bef40805de18defc15007ff028b80d3f98a6e4779b32e5062" + }, + { + "name": "SparkFun Particle Sensor Panasonic SN-GCJA5", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to communicate with the Panasonic SN-GCJA5 particle sensor.", + "paragraph": "Communicates with the SN-GCJA5 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a particle sensor into your project. The sensor detects particulate mass density and particle count for various size particles from PM1.0 to PM10 (0.3-10um). The sensor requires 5V supply and 3.3V I\u003csup\u003e2\u003c/sup\u003eC.", + "website": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.1.zip", + "archiveFileName": "SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.1.zip", + "size": 12907, + "checksum": "SHA-256:74b10baa70c1f3345afce27b661ea233cb7453542582623358010fad5286a924" + }, + { + "name": "HAMqttDevice", + "version": "1.0.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "paragraph": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "website": "https://github.com/plapointe6/HAMqttDevice", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/HAMqttDevice.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/HAMqttDevice-1.0.0.zip", + "archiveFileName": "HAMqttDevice-1.0.0.zip", + "size": 18437, + "checksum": "SHA-256:12f7c0fbeba5c6a6bbce15ee6995a775411d1898e629e3797df0f5910d6f17c3" + }, + { + "name": "HAMqttDevice", + "version": "1.3.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "paragraph": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "website": "https://github.com/plapointe6/HAMqttDevice", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/HAMqttDevice.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/HAMqttDevice-1.3.0.zip", + "archiveFileName": "HAMqttDevice-1.3.0.zip", + "size": 18339, + "checksum": "SHA-256:1b2293dfd195f65a4b5177e59342ada423dc9692921261c664fb7ce340f0478b" + }, + { + "name": "HAMqttDevice", + "version": "1.4.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "paragraph": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", + "website": "https://github.com/plapointe6/HAMqttDevice", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/HAMqttDevice.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/HAMqttDevice-1.4.0.zip", + "archiveFileName": "HAMqttDevice-1.4.0.zip", + "size": 18373, + "checksum": "SHA-256:8e18b024732c53cbda6ecd9a5760e8da0041bf6ece17bc8d95bc8f554a096ac0" + }, + { + "name": "DHT12 sensor library", + "version": "0.9.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for DHT12 Temp \u0026 Humidity Sensors", + "paragraph": "Arduino/ESP8266 library for DHT12 Temp \u0026 Humidity Sensors", + "website": "https://github.com/xreef/DHT12_sensor_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/DHT12_sensor_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/DHT12_sensor_library-0.9.0.zip", + "archiveFileName": "DHT12_sensor_library-0.9.0.zip", + "size": 2663236, + "checksum": "SHA-256:32d11f6616ef3f963bb0aee57f355c53427ab23a8d875272b3f7ad20353ac380" + }, + { + "name": "DHT12 sensor library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266 and ESP32 library for DHT12 Temp \u0026 Humidity Sensors", + "paragraph": "DHT12 complete library (DHT clone library with same command and some addiction). I2c and OneWire support, connection schema of Arduino UNO, esp32 and esp8266 with examples.", + "website": "https://www.mischianti.org/2019/01/01/dht12-library-en/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/DHT12_sensor_library.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/DHT12_sensor_library-1.0.1.zip", + "archiveFileName": "DHT12_sensor_library-1.0.1.zip", + "size": 2615260, + "checksum": "SHA-256:2933a255638c6e87fe43514ae9e367758f9d1613967b3645e93da032e18bb945" + }, + { + "name": "DHT12 sensor library", + "version": "1.0.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "DHT12 Temp \u0026 Humidity Sensors, library for Arduino, ESP8266 and ESP32", + "paragraph": "DHT12 complete library (DHT clone library with same command and some addiction). I2c and OneWire support, connection schema of Arduino UNO, esp32 and esp8266 with examples.", + "website": "https://www.mischianti.org/2019/01/01/dht12-library-en/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/DHT12_sensor_library.git", + "providesIncludes": [ + "DHT12.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/DHT12_sensor_library-1.0.2.zip", + "archiveFileName": "DHT12_sensor_library-1.0.2.zip", + "size": 2616402, + "checksum": "SHA-256:860a34e7a3a583e164c8ac018692a6ce997a9ee982b2ed0a209f7b8015cae6a7" + }, + { + "name": "TLI493D", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLI493D-W2BW", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI493D-W2BW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI493D-1.0.0.zip", + "archiveFileName": "TLI493D-1.0.0.zip", + "size": 25112, + "checksum": "SHA-256:a76238311949626cd8d9b3fa4d021853554b19fc753b4ad3bf12cef95ddce729" + }, + { + "name": "TLI493D", + "version": "2.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLI493D-W2BW", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI493D-W2BW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI493D-2.0.1.zip", + "archiveFileName": "TLI493D-2.0.1.zip", + "size": 25121, + "checksum": "SHA-256:06d449866bd3c696dd323c24b104fd37e8283329876bcc98754e5f9ccf629699" + }, + { + "name": "TLI493D", + "version": "2.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an Interface for Infineon's TLI493D-W2BW", + "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", + "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/3d-magnetics/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/TLI493D-W2BW.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI493D-2.1.0.zip", + "archiveFileName": "TLI493D-2.1.0.zip", + "size": 26066, + "checksum": "SHA-256:fe81cc197899714932fd95957af6942cae9006b2d6fc363975ee7cbe35d59d3d" + }, + { + "name": "Rocket Scream RTCAVRZero", + "version": "1.0.0", + "author": "Rocket Scream Electronics", + "maintainer": "rocketscream \u003csupport@rocketscream.com\u003e", + "sentence": "Minimalistic RTC (Real Time Counter) implementation for MegaAVR 0-series MCU.", + "paragraph": "Minimalistic RTC (Real Time Counter) implementation for MegaAVR 0-series MCU.", + "website": "https://github.com/rocketscream/RocketScream_RTCAVRZero", + "category": "Timing", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rocketscream/RocketScream_RTCAVRZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Rocket_Scream_RTCAVRZero-1.0.0.zip", + "archiveFileName": "Rocket_Scream_RTCAVRZero-1.0.0.zip", + "size": 6329, + "checksum": "SHA-256:7e5994a865dbf3b278c15b65cbb1b9d212de93288428daa82badd57747c3bbce" + }, + { + "name": "Rocket Scream LowPowerAVRZero", + "version": "1.0.0", + "author": "Rocket Scream Electronics", + "maintainer": "rocketscream \u003csupport@rocketscream.com\u003e", + "sentence": "Low power management for MegaAVR 0-series MCU.", + "paragraph": "Low power management for MegaAVR 0-series MCU.", + "website": "https://github.com/rocketscream/RocketScream_LowPowerAVRZero", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rocketscream/RocketScream_LowPowerAVRZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Rocket_Scream_LowPowerAVRZero-1.0.0.zip", + "archiveFileName": "Rocket_Scream_LowPowerAVRZero-1.0.0.zip", + "size": 7044, + "checksum": "SHA-256:461dbc840ce91906d74e931791830b16fd96a45097a207cf7ddafe98ee95f0f4" + }, + { + "name": "FastTrig", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.3.zip", + "archiveFileName": "FastTrig-0.1.3.zip", + "size": 9419, + "checksum": "SHA-256:570461b5318bb863cafc45a5335181d0d4002b2792f98edf32d7405dcc6c9d4f" + }, + { + "name": "FastTrig", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.4.zip", + "archiveFileName": "FastTrig-0.1.4.zip", + "size": 14648, + "checksum": "SHA-256:3baa835f0d8afdcee8718d2051e84a103fe73881b9ddccb23b7fd4795479fb66" + }, + { + "name": "FastTrig", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.5.zip", + "archiveFileName": "FastTrig-0.1.5.zip", + "size": 15605, + "checksum": "SHA-256:e9621c8ce363243df4fb08e34f143b9043bd3b254a48aa5370835a936df25de2" + }, + { + "name": "FastTrig", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.6.zip", + "archiveFileName": "FastTrig-0.1.6.zip", + "size": 16964, + "checksum": "SHA-256:f07addf45f27d1b9fcf8889ba41315d571e31a7d1471999161002afabb1e220f" + }, + { + "name": "FastTrig", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.7.zip", + "archiveFileName": "FastTrig-0.1.7.zip", + "size": 18250, + "checksum": "SHA-256:e7a97339fd2725ede4ed9bd8f33a9dffaf2cd7b1e71d05c38b3c3dfb45b178dc" + }, + { + "name": "FastTrig", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.8.zip", + "archiveFileName": "FastTrig-0.1.8.zip", + "size": 19713, + "checksum": "SHA-256:d6b8125c5bce96abdff07f5c43c33a12d6b97b7ee6b0438e13cc5777d00fb8d3" + }, + { + "name": "FastTrig", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.9.zip", + "archiveFileName": "FastTrig-0.1.9.zip", + "size": 19892, + "checksum": "SHA-256:61facbbf5c8e9e9deb8b1487aa884628c8a83b6fea319fc40b188931239a2526" + }, + { + "name": "FastTrig", + "version": "0.1.10", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.10.zip", + "archiveFileName": "FastTrig-0.1.10.zip", + "size": 20634, + "checksum": "SHA-256:204fce3e3b80cffc3d42f7a78cd5f97dcdace3012d5fc0169396f73c8186d60e" + }, + { + "name": "FastTrig", + "version": "0.1.11", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.11.zip", + "archiveFileName": "FastTrig-0.1.11.zip", + "size": 21035, + "checksum": "SHA-256:9cca3d53a9bfe44f5883d417938229a3f5c5c6edd5150aac2a5f0ff94834b3af" + }, + { + "name": "FastTrig", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.2.0.zip", + "archiveFileName": "FastTrig-0.2.0.zip", + "size": 21436, + "checksum": "SHA-256:0402c6ab9b4c75c1426951c8a3a1e3672e99772e4c4778cfb8abff2e3d32e2f5" + }, + { + "name": "FastTrig", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin() and cos()", + "paragraph": "Trades speed for accuracy. Check readme for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.2.1.zip", + "archiveFileName": "FastTrig-0.2.1.zip", + "size": 23933, + "checksum": "SHA-256:7a270372c6e1946b6c1126a97a53501157138993a71892d999d7ceb024a1f344" + }, + { + "name": "FastTrig", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin(), cos(), tan(), atan2() and more.", + "paragraph": "Trades speed for accuracy. Check readme.md for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.3.0.zip", + "archiveFileName": "FastTrig-0.3.0.zip", + "size": 28459, + "checksum": "SHA-256:0398ac0c75fb3b50a250b90ad3687d8d08c33706814f2ca288396c3f765d1fbb" + }, + { + "name": "FastTrig", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin(), cos(), tan(), atan2() and more.", + "paragraph": "Trades speed for accuracy. Check readme.md for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.3.1.zip", + "archiveFileName": "FastTrig-0.3.1.zip", + "size": 31044, + "checksum": "SHA-256:524169ec55156d35e109fa2910b7fc771cb224580abc5c39ba7a249e87839e02" + }, + { + "name": "FastTrig", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin(), cos(), tan(), atan2() and more.", + "paragraph": "Trades speed for accuracy. Check readme.md for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.3.2.zip", + "archiveFileName": "FastTrig-0.3.2.zip", + "size": 31236, + "checksum": "SHA-256:d1c23c6cbaf0846efcc4ec5e45bc1c01553715b7adbb83e36aa389bf7d37379f" + }, + { + "name": "FastTrig", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with interpolated lookup for sin(), cos(), tan(), atan2() and more.", + "paragraph": "Trades speed for accuracy. Check readme.md for details.", + "website": "https://github.com/RobTillaart/FastTrig", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/FastTrig.git", + "providesIncludes": [ + "FastTrig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.3.3.zip", + "archiveFileName": "FastTrig-0.3.3.zip", + "size": 31446, + "checksum": "SHA-256:fd9ed090aa1938b81f7bfc20eec8d98c064e5eb13e3ce07e86c7c3aebdffa1c1" + }, + { + "name": "AsyncDNSServer_STM32", + "version": "1.0.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous DNS Server Library for STM32 using built-in LAN8742A Ethernet", + "paragraph": "Asynchronous DNS Server Library for STM32 using built-in LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncDNSServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "AsyncUDP_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_STM32-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_STM32-1.0.0.zip", + "size": 27584, + "checksum": "SHA-256:1074f2d6a7b22b0712e116264bbcfcff5c1a54743c90a496e2bfe2aac8d1cc7d" + }, + { + "name": "AsyncDNSServer_STM32", + "version": "1.1.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous DNS Server Library for STM32F/L/H/G/WB/MP1 using LAN8720 or built-in LAN8742A Ethernet", + "paragraph": "Asynchronous DNS Server Library for STM32F/L/H/G/WB/MP1 using LAN8720 or built-in LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncDNSServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "AsyncUDP_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_STM32-1.1.0.zip", + "archiveFileName": "AsyncDNSServer_STM32-1.1.0.zip", + "size": 646619, + "checksum": "SHA-256:dfa281b1ebca3a1cf236e2c761be622b321525b0bb2580075dcf445b247542b8" + }, + { + "name": "AsyncDNSServer_STM32", + "version": "1.1.1", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous DNS Server Library for STM32F/L/H/G/WB/MP1 using LAN8720 or built-in LAN8742A Ethernet", + "paragraph": "Asynchronous DNS Server Library for STM32F/L/H/G/WB/MP1 using LAN8720 or built-in LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncDNSServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "AsyncUDP_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_STM32-1.1.1.zip", + "archiveFileName": "AsyncDNSServer_STM32-1.1.1.zip", + "size": 782747, + "checksum": "SHA-256:fec1d4b82b8885e8a9a494122ba2c389933c599f7dcf3d7b274891dfcd57f154" + }, + { + "name": "HM330X by Tomoto", + "version": "1.0.0", + "author": "Tomoto S. Washio", + "maintainer": "Tomoto S. Washio (https://github.com/tomoto)", + "sentence": "Arduino library for HM3301/HM3302 dust sensor.", + "paragraph": "This is intended to provide a much simpelr-to-use version of the library originally published by Seeed.", + "website": "https://github.com/tomoto/Arduino_Tomoto_HM330X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tomoto/Arduino_Tomoto_HM330X.git", + "providesIncludes": [ + "Tomoto_HM330X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tomoto/HM330X_by_Tomoto-1.0.0.zip", + "archiveFileName": "HM330X_by_Tomoto-1.0.0.zip", + "size": 14715, + "checksum": "SHA-256:bd61c7894c8f25d5d7155893d87be4145b4665d36ea2bb08d9643c72a857c245" + }, + { + "name": "AsyncUDP_STM32", + "version": "1.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous UDP Library for STM32 using builtin LAN8742A Ethernet", + "paragraph": "Asynchronous UDP Library for STM32 using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncUDP_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_STM32-1.1.0.zip", + "archiveFileName": "AsyncUDP_STM32-1.1.0.zip", + "size": 29835, + "checksum": "SHA-256:738108b841d96c92ab641ceea422fade31cbbb306ee530880467d4317bd645aa" + }, + { + "name": "AsyncUDP_STM32", + "version": "1.2.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Fully Asynchronous UDP Library for STM32 using LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_STM32.git", + "providesIncludes": [ + "AsyncUDP_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_STM32-1.2.0.zip", + "archiveFileName": "AsyncUDP_STM32-1.2.0.zip", + "size": 648991, + "checksum": "SHA-256:2001eefd708364fe41ccc1f678773bc35e77893ca49138ca244b2cf103fafe3b" + }, + { + "name": "AsyncUDP_STM32", + "version": "1.2.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Fully Asynchronous UDP Library for STM32 using LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_STM32.git", + "providesIncludes": [ + "AsyncUDP_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_STM32-1.2.1.zip", + "archiveFileName": "AsyncUDP_STM32-1.2.1.zip", + "size": 688382, + "checksum": "SHA-256:ae4e2528c0f34edec055a9d96424c9953077b29d60c116ddd8c1e49ed59ac9f3" + }, + { + "name": "AsyncUDP_STM32", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Fully Asynchronous UDP Library for STM32 using LAN8720 or built-in LAN8742A Ethernet.", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_STM32.git", + "providesIncludes": [ + "AsyncUDP_STM32.h", + "AsyncUDP_STM32.hpp" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_STM32-1.3.0.zip", + "archiveFileName": "AsyncUDP_STM32-1.3.0.zip", + "size": 727335, + "checksum": "SHA-256:0071d9efb065e5aea941ce64b6962685856700a1247a42b55d6d50941ca64b86" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.9.2", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.9.2.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.9.2.zip", + "size": 1074078, + "checksum": "SHA-256:5728cfe11c485fe4d61cdcd265de4f51bc179d2b6cfba004554b37ac8c3f8967" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.9.3", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.9.3.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.9.3.zip", + "size": 1075171, + "checksum": "SHA-256:0703188b017c3197babb388a3d8ea7796e9576a2f19bf42dd95dcd5c9940ca57" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.0.1", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Install this library in addition to the display library for your hardware.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.0.1.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.0.1.zip", + "size": 748901, + "checksum": "SHA-256:a83b2847acde4ba80ffb43e345ada605772da8b9aea5fe44a6b3e92e9ac67570" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.10.0", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.10.0.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.10.0.zip", + "size": 1077187, + "checksum": "SHA-256:f2345d34907117b6e52c55dbd5f68f5d01f73cacffda5a52b1506c15efde5dd0" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.11.0", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.11.0.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.11.0.zip", + "size": 1113394, + "checksum": "SHA-256:b08e4570cb7e02c6df8c92fcb3345ff039488e1ac5d033599012c58a8cd52b9b" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.12.0", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.12.0.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.12.0.zip", + "size": 1115038, + "checksum": "SHA-256:face4dfc36e716a95869d03a96774bbbf60644c4a4e0e7f6a5dca04b1b0266a3" + }, + { + "name": "FT81x Arduino Driver", + "version": "0.13.0", + "author": "Raphael Stäbler", + "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", + "sentence": "Graphics library for the open source FT81x display driver board.", + "paragraph": "Graphics library for the open source FT81x display driver board.", + "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.13.0.zip", + "archiveFileName": "FT81x_Arduino_Driver-0.13.0.zip", + "size": 1113920, + "checksum": "SHA-256:3d3a5f462b7f4eb5cf2aff826b246d501ab139d53e65c311eba0e8bd047486af" + }, + { + "name": "Autopilot", + "version": "0.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library of various controllers for autonomous fixed-wing flight", + "paragraph": "Library of various controllers for autonomous fixed-wing flight", + "website": "https://github.com/PowerBroker2/Autopilot", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/Autopilot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Autopilot-0.1.0.zip", + "archiveFileName": "Autopilot-0.1.0.zip", + "size": 90701, + "checksum": "SHA-256:42b9f8cfef39b4b29f0fa84a9d317abcfbd9e0637d366866820b32fdb1f5d74d" + }, + { + "name": "Autopilot", + "version": "0.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library of various controllers for autonomous fixed-wing flight", + "paragraph": "Library of various controllers for autonomous fixed-wing flight", + "website": "https://github.com/PowerBroker2/Autopilot", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/Autopilot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Autopilot-0.2.0.zip", + "archiveFileName": "Autopilot-0.2.0.zip", + "size": 91793, + "checksum": "SHA-256:549bb86bb8ee8db4e96f2dc4e9e159b6f6890e9d56c9c925b9b5792b0729036f" + }, + { + "name": "Autopilot", + "version": "0.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Library of various controllers for autonomous fixed-wing flight", + "paragraph": "Library of various controllers for autonomous fixed-wing flight", + "website": "https://github.com/PowerBroker2/Autopilot", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/Autopilot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Autopilot-0.2.1.zip", + "archiveFileName": "Autopilot-0.2.1.zip", + "size": 91774, + "checksum": "SHA-256:81b598e4551d457745b84a01ae4915f7e8b06645dd8f75ad5e6774dcb72355c6" + }, + { + "name": "Nano33BLESensor", + "version": "1.0.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.", + "paragraph": "Nano33BLESensor leverages Mbed OS and ring buffers to allow the softening of time constraints in regard to the reading sensor measurements. It also allows simple initialisation of the on board sensors, and provides a simple interface for the getting of sensor data.", + "website": "https://github.com/DaleGia/Nano33BLESensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/Nano33BLESensor.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "PDM" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/Nano33BLESensor-1.0.0.zip", + "archiveFileName": "Nano33BLESensor-1.0.0.zip", + "size": 76875, + "checksum": "SHA-256:37f2b40955ccb8f8c5cdc0a5567c1861b49f730b3739666ee89a1caf0d79b465" + }, + { + "name": "Nano33BLESensor", + "version": "1.0.1", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.", + "paragraph": "Nano33BLESensor leverages Mbed OS and ring buffers to allow the softening of time constraints in regard to the reading sensor measurements. It also allows simple initialisation of the on board sensors, and provides a simple interface for the getting of sensor data.", + "website": "https://github.com/DaleGia/Nano33BLESensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/Nano33BLESensor.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/Nano33BLESensor-1.0.1.zip", + "archiveFileName": "Nano33BLESensor-1.0.1.zip", + "size": 76987, + "checksum": "SHA-256:d893810c2f22550ad70f4f8f28a9838b927326c31b2ea8fb68fa092952c00b72" + }, + { + "name": "Nano33BLESensor", + "version": "1.1.0", + "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", + "sentence": "An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.", + "paragraph": "Nano33BLESensor leverages Mbed OS and ring buffers to allow the softening of time constraints in regard to the reading sensor measurements. It also allows simple initialisation of the on board sensors, and provides a simple interface for the getting of sensor data.", + "website": "https://github.com/DaleGia/Nano33BLESensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DaleGia/Nano33BLESensor.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/Nano33BLESensor-1.1.0.zip", + "archiveFileName": "Nano33BLESensor-1.1.0.zip", + "size": 77148, + "checksum": "SHA-256:5497c96c0c6d186e1f2cd832191aa88db96a1556bef4734fd6ab9dca6a5cfbca" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.3.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.3.zip", + "size": 367320, + "checksum": "SHA-256:9afb43b7c8afb7bdabd3da4e9ee23b44cc2bc38c77d7d662c60db2cf13b86b3c" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.3-a", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.3-a.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.3-a.zip", + "size": 393468, + "checksum": "SHA-256:95ecdaa6c6c2b70f0d7103a2367dfe1887b127ce6431ffe04741a214a336aad1" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.4", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.4.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.4.zip", + "size": 394098, + "checksum": "SHA-256:667a5a2009c4b220f51d3d1462952b4d6f9ea60a83904c1c88ae5261e23620aa" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.5", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.5.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.5.zip", + "size": 512241, + "checksum": "SHA-256:339d2e7bab5cbfc5d34e2fea230b3b13bec4f6d091934ee795a1a610733bb744" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.2.6", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.6.zip", + "archiveFileName": "AsyncWebServer_STM32-1.2.6.zip", + "size": 513773, + "checksum": "SHA-256:26075d1eafe1f7cc62827c74294db69484140ae8d467b5503ea20c1d75b523e9" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.3.0.zip", + "archiveFileName": "AsyncWebServer_STM32-1.3.0.zip", + "size": 1506758, + "checksum": "SHA-256:0b1102f6377a168121b56f31391e9003f2d4309b6fda220e730986754b3a5310" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.3.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.3.1.zip", + "archiveFileName": "AsyncWebServer_STM32-1.3.1.zip", + "size": 1545617, + "checksum": "SHA-256:cb3efb2b45b3f270387114e1af0916f807bbe1b7c859895699fe1b9e6e57de82" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.4.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.4.0.zip", + "archiveFileName": "AsyncWebServer_STM32-1.4.0.zip", + "size": 1541319, + "checksum": "SHA-256:5c241c5ca6ad927d98c3ff44346146809aa6f2352b01ec8f7f922ebcbf7d01b6" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.4.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.4.1.zip", + "archiveFileName": "AsyncWebServer_STM32-1.4.1.zip", + "size": 1558595, + "checksum": "SHA-256:f0efd383d1966d9942e530002fea7ff960d8e8437c90fcaa0b893d5e330e6530" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.5.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.5.0.zip", + "archiveFileName": "AsyncWebServer_STM32-1.5.0.zip", + "size": 1578003, + "checksum": "SHA-256:3a720d35b16e30d9c1093f1f6f041c9e15091d68c942e622aeed74297de6c7e5" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.6.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet. Now support using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.6.0.zip", + "archiveFileName": "AsyncWebServer_STM32-1.6.0.zip", + "size": 1711788, + "checksum": "SHA-256:bd7c9daeaeafb8bbab0a1a394feba2ee9a09e5bba433f05ffa18ac219733c5e1" + }, + { + "name": "AsyncWebServer_STM32", + "version": "1.6.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for STM32F/L/H/G/WB/MP1 using LAN8720 or builtin LAN8742A Ethernet", + "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32F/L/H/G/WB/MP1 boards, such as Nucleo-144 F767ZI, etc., using LAN8720 or builtin LAN8742A Ethernet. Now support using CString to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", + "category": "Uncategorized", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "providesIncludes": [ + "LwIP.h", + "STM32Ethernet.h", + "AsyncWebServer_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.6.1.zip", + "archiveFileName": "AsyncWebServer_STM32-1.6.1.zip", + "size": 1802505, + "checksum": "SHA-256:bfac7ce3d7ba82c99994bd4a99c7a3a91adbeeae0179e34f82945f2bff8a217e" + }, + { + "name": "LittleFS_esp32", + "version": "1.0.0", + "author": "lorol", + "maintainer": "lorol", + "sentence": "LittleFS for esp32", + "paragraph": "LittleFS for esp32", + "website": "https://github.com/lorol/LITTLEFS", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lorol/LITTLEFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.0.zip", + "archiveFileName": "LittleFS_esp32-1.0.0.zip", + "size": 67979, + "checksum": "SHA-256:23ebc6a66345cc0ba4b8b8e993869d8e12f3ec567bffa5ded3ad0836d8086be6" + }, + { + "name": "LittleFS_esp32", + "version": "1.0.5", + "author": "lorol", + "maintainer": "lorol", + "sentence": "LittleFS for esp32 based on esp_littlefs IDF component. Use esp32 core-provided LITTLEFS library instead of this one when available in future core releases.", + "paragraph": "For esp32 core 1.0.4 release, use #define CONFIG_LITTLEFS_FOR_IDF_3_2 and for more SPIFFS compatibility, set #define CONFIG_LITTLEFS_SPIFFS_COMPAT 1", + "website": "https://github.com/lorol/LITTLEFS", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lorol/LITTLEFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.5.zip", + "archiveFileName": "LittleFS_esp32-1.0.5.zip", + "size": 78228, + "checksum": "SHA-256:d1d43346a76c9aed40be423fe95a311b18ee7a47b166feb30497029515b31e7f" + }, + { + "name": "LittleFS_esp32", + "version": "1.0.6", + "author": "lorol", + "maintainer": "lorol", + "sentence": "LittleFS for esp32 based on esp_littlefs IDF component. Use esp32 core-provided LITTLEFS library instead of this one when available in future core releases.", + "paragraph": "For esp32 core 1.0.4 release, use #define CONFIG_LITTLEFS_FOR_IDF_3_2 and for more SPIFFS compatibility, set #define CONFIG_LITTLEFS_SPIFFS_COMPAT 1", + "website": "https://github.com/lorol/LITTLEFS", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lorol/LITTLEFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.6.zip", + "archiveFileName": "LittleFS_esp32-1.0.6.zip", + "size": 80286, + "checksum": "SHA-256:2695ebf73c62e645f22ea47677c5f6bd4536c24fe2e56596d173309538ceb417" + }, + { + "name": "SCA100T", + "version": "1.0.0", + "author": "CsCrazy85", + "maintainer": "CsCrazy85 \u003cmika_va@hotmail.com\u003e", + "sentence": "This library allows communication with Murata SCA100T inclinometer sensors using SPI.", + "paragraph": "This library allows communication with Murata SCA100T inclinometer sensors using SPI. Library contains basic usage to get the readings from the MEMS-sensor. You can read the raw accelerometer values, temperature and angle values. Also self-test and command sending is supported.", + "website": "https://github.com/CsCrazy85/SCA100T", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CsCrazy85/SCA100T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CsCrazy85/SCA100T-1.0.0.zip", + "archiveFileName": "SCA100T-1.0.0.zip", + "size": 470350, + "checksum": "SHA-256:44627fd6548fd2fd6d46198f108cbd2515c59f0c3af208dade7017ad5c4a0de4" + }, + { + "name": "TGP Bouton", + "version": "1.0.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le controle et la lecture d'un bouton.", + "paragraph": "Cette bibliotheque permet la creation de boutons et leur \"debouncing\". Permet de détecter si le bouton a été appuyé, maintenu appuyé ou relâché.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Bouton.git", + "providesIncludes": [ + "Bouton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Bouton-1.0.0.zip", + "archiveFileName": "TGP_Bouton-1.0.0.zip", + "size": 13664, + "checksum": "SHA-256:17abd54cdfd22b3555d5ef5b21de2184abb91377ab3ab3e29d32b9ac6b5d1368" + }, + { + "name": "TGP Bouton", + "version": "1.0.2", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le controle et la lecture d'un bouton.", + "paragraph": "Cette bibliotheque permet la creation de boutons et leur \"debouncing\". Permet de détecter si le bouton a été appuyé, maintenu appuyé ou relâché.", + "website": "https://github.com/TechnoPhysCAL/TGP_Bouton", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Bouton.git", + "providesIncludes": [ + "Bouton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Bouton-1.0.2.zip", + "archiveFileName": "TGP_Bouton-1.0.2.zip", + "size": 13677, + "checksum": "SHA-256:33b1d3dbdfce4803259fa53071582c557f7b68afbea41aadb708c67429599717" + }, + { + "name": "TGP Del", + "version": "1.0.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", + "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "providesIncludes": [ + "Del.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.0.0.zip", + "archiveFileName": "TGP_Del-1.0.0.zip", + "size": 8132, + "checksum": "SHA-256:e9e2569a575b8bd86adeedefd16521ef8357a811891d83235344245afb9812f7" + }, + { + "name": "TGP Del", + "version": "1.1.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", + "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", + "website": "https://github.com/technophyscal/tgp_del", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "providesIncludes": [ + "Del.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.1.0.zip", + "archiveFileName": "TGP_Del-1.1.0.zip", + "size": 8255, + "checksum": "SHA-256:e3f3ab04e7c4e7ae0310380dccb6077de05fb8b2010ad5f699db17a07377a51c" + }, + { + "name": "TGP Del", + "version": "1.1.1", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", + "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", + "website": "https://github.com/TechnoPhysCAL/TGP_Del", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "providesIncludes": [ + "Del.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.1.1.zip", + "archiveFileName": "TGP_Del-1.1.1.zip", + "size": 8254, + "checksum": "SHA-256:48fb1fbcac9a206ad462edd341358a9ac174b24d7d48fc724a4fe6bb1a1beb4d" + }, + { + "name": "TGP Ecran", + "version": "1.0.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306. L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": [ + "Ecran.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.0.0.zip", + "archiveFileName": "TGP_Ecran-1.0.0.zip", + "size": 7550, + "checksum": "SHA-256:1944ff1252fdc792a29bf4bc06b4dcc962c15f2e02ee6031ac15881987e62a3c" + }, + { + "name": "TGP Ecran", + "version": "1.1.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": [ + "Ecran.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.1.0.zip", + "archiveFileName": "TGP_Ecran-1.1.0.zip", + "size": 7608, + "checksum": "SHA-256:3f6b497c34c4b6c066a77721f0a74c34bda8b2b8c54a328345ee2ee83a7e2569" + }, + { + "name": "TGP Ecran", + "version": "1.2.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran. Une conversion UTF-8 à ASCII étendu permet maintenant l'affichage des lettres accentuées sans aucune manipulation supplémentaire.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": [ + "Ecran.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.2.0.zip", + "archiveFileName": "TGP_Ecran-1.2.0.zip", + "size": 8802, + "checksum": "SHA-256:ae3fc90c0229987e5b0e49348b82d3cd19465d993e3434d3fef7c8fe348bbe3c" + }, + { + "name": "TGP Ecran", + "version": "1.2.1", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran. Une conversion UTF-8 à ASCII étendu permet maintenant l'affichage des lettres accentuées sans aucune manipulation supplémentaire.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": [ + "Ecran.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.2.1.zip", + "archiveFileName": "TGP_Ecran-1.2.1.zip", + "size": 8817, + "checksum": "SHA-256:eb74b9deccc8a6023f5643bb82279d39b2fc5650e28a021804ca2ff59a42fd76" + }, + { + "name": "TGP Ecran", + "version": "1.3.0", + "author": "TechnoPhys, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", + "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran. Une conversion UTF-8 à ASCII étendu permet maintenant l'affichage des lettres accentuées sans aucune manipulation supplémentaire.", + "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "providesIncludes": [ + "Ecran.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.3.0.zip", + "archiveFileName": "TGP_Ecran-1.3.0.zip", + "size": 9036, + "checksum": "SHA-256:b1f983c75074dc452d362b4007ff082816fecf308b75b510c7ce5a7e00771800" + }, + { + "name": "TGP ProtoTGP", + "version": "1.0.0", + "author": "TechnoPhys, CB, JL, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle simplifié de la plateforme de développement ProtoTGP.", + "paragraph": "Permet le contrôle simplifié de la plateforme de développement ProtoTGP. Incluant les 5 boutons, 2 DELs et l'écran OLED.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_ProtoTGP.git", + "providesIncludes": [ + "ProtoTGP.h" + ], + "dependencies": [ + { + "name": "TGP Bouton" + }, + { + "name": "TGP Del" + }, + { + "name": "TGP Ecran" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_ProtoTGP-1.0.0.zip", + "archiveFileName": "TGP_ProtoTGP-1.0.0.zip", + "size": 76686, + "checksum": "SHA-256:86b355f476419a47efe5e22b0bc9ec6632711d67613034ded6914bae26d3da54" + }, + { + "name": "TGP Menu OLED", + "version": "1.0.0", + "author": "TechnoPhys, JL, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet la création d'un menu deroulant sur affichage OLED SSD1306.", + "paragraph": "Cette bibliothèque permet la création d'un menu géré par 5 boutons de navigation. Construit sur la plateforme ProtoTPhys.", + "website": "http://technophys.claurendeau.qc.ca", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_MenuOLED.git", + "providesIncludes": [ + "MenuOLED.h" + ], + "dependencies": [ + { + "name": "TGP ProtoTGP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Menu_OLED-1.0.0.zip", + "archiveFileName": "TGP_Menu_OLED-1.0.0.zip", + "size": 246254, + "checksum": "SHA-256:bf487eb23918cb86a5c26532febdc67971e61e97f6ff5e2400dbcbcedae10bbc" + }, + { + "name": "TGP Menu OLED", + "version": "1.0.1", + "author": "TechnoPhys, JL, CB", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet la création d'un menu deroulant sur affichage OLED SSD1306.", + "paragraph": "Cette bibliothèque permet la création d'un menu géré par 5 boutons de navigation. Construit sur la plateforme ProtoTPhys.", + "website": "https://github.com/TechnoPhysCAL/TGP_MenuOLED", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_MenuOLED.git", + "providesIncludes": [ + "MenuOLED.h" + ], + "dependencies": [ + { + "name": "TGP ProtoTGP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Menu_OLED-1.0.1.zip", + "archiveFileName": "TGP_Menu_OLED-1.0.1.zip", + "size": 246290, + "checksum": "SHA-256:ccaa67d5d8a90bb8e5758f93508705a5b42f9f72a2f3f0bc78d966390cae9e34" + }, + { + "name": "EthernetENC", + "version": "2.0.0", + "author": "Norbert Truchsess, Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", + "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", + "website": "https://github.com/jandrassy/EthernetENC/wiki", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/EthernetENC.git", + "providesIncludes": [ + "EthernetENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.0.zip", + "archiveFileName": "EthernetENC-2.0.0.zip", + "size": 88455, + "checksum": "SHA-256:c3132ed55285d555547bfd010c8db8febbba8495322105b733b5ec7c7fd5ff2a" + }, + { + "name": "EthernetENC", + "version": "2.0.1", + "author": "Norbert Truchsess, Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", + "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", + "website": "https://github.com/jandrassy/EthernetENC/wiki", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/EthernetENC.git", + "providesIncludes": [ + "EthernetENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.1.zip", + "archiveFileName": "EthernetENC-2.0.1.zip", + "size": 89109, + "checksum": "SHA-256:a6032e2cc423e8768e11768a6fbe577b35381829db44ab03487f9b51f1a9f0bd" + }, + { + "name": "EthernetENC", + "version": "2.0.2", + "author": "Norbert Truchsess, Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", + "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", + "website": "https://github.com/jandrassy/EthernetENC/wiki", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/EthernetENC.git", + "providesIncludes": [ + "EthernetENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.2.zip", + "archiveFileName": "EthernetENC-2.0.2.zip", + "size": 89526, + "checksum": "SHA-256:cb0387139df792633d2067269f845003e0da62563147e57b12af780c99b662a6" + }, + { + "name": "EthernetENC", + "version": "2.0.3", + "author": "Norbert Truchsess, Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", + "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", + "website": "https://github.com/jandrassy/EthernetENC/wiki", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/EthernetENC.git", + "providesIncludes": [ + "EthernetENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.3.zip", + "archiveFileName": "EthernetENC-2.0.3.zip", + "size": 89669, + "checksum": "SHA-256:53a396f74618acaf2d38495929c83fd4a082fc50a57dc3b0bc52af786fa0737d" + }, + { + "name": "EthernetENC", + "version": "2.0.4", + "author": "Norbert Truchsess, Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", + "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", + "website": "https://github.com/jandrassy/EthernetENC/wiki", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jandrassy/EthernetENC.git", + "providesIncludes": [ + "EthernetENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.4.zip", + "archiveFileName": "EthernetENC-2.0.4.zip", + "size": 89643, + "checksum": "SHA-256:d946797690f37001b386800120b4306ad2bc2b86c9997fede45d6ba4c414cc6a" + }, + { + "name": "OneIoT Connectivity", + "version": "1.0.0", + "author": "David Theobald, Christof Tinnes", + "maintainer": "OneIoT(contact@oneiot.de)", + "sentence": "This library can be used for serial communication with the OneIoT Connectivity Module.", + "website": "https://github.com/1IoT/cloud-connectivity-lib", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/1IoT/cloud-connectivity-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/1IoT/OneIoT_Connectivity-1.0.0.zip", + "archiveFileName": "OneIoT_Connectivity-1.0.0.zip", + "size": 9442, + "checksum": "SHA-256:f69d6c65fe873acec740d58024b8fbf1c8b6f38f511305271522dab695fdae2c" + }, + { + "name": "OneIoT Connectivity", + "version": "1.1.0", + "author": "David Theobald, Christof Tinnes", + "maintainer": "OneIoT(contact@oneiot.de)", + "sentence": "This library can be used for serial communication with the OneIoT Connectivity Module.", + "website": "https://github.com/1IoT/cloud-connectivity-lib", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/1IoT/cloud-connectivity-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/1IoT/OneIoT_Connectivity-1.1.0.zip", + "archiveFileName": "OneIoT_Connectivity-1.1.0.zip", + "size": 10503, + "checksum": "SHA-256:a8de117fdf84dd1328dba7c82cd524eb9caaefb539165a217a4de3cd6e729ea0" + }, + { + "name": "Strawbees Quirkbot", + "version": "2.9.0", + "author": "Strawbees", + "maintainer": "Paulo Barcelos \u003cpaulo@strawbees.com\u003e", + "sentence": "Allows you to program Quirkbots.", + "paragraph": "The library is designed to be used with the Quirkbot. For instructions on how to install official Quirkbot board, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", + "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", + "providesIncludes": [ + "Quirkbot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Quirkbot/Strawbees_Quirkbot-2.9.0.zip", + "archiveFileName": "Strawbees_Quirkbot-2.9.0.zip", + "size": 130636, + "checksum": "SHA-256:d72458cbcd01de8c310634b091f76c60bd82eb6888369c782f99cdf527426b3e" + }, + { + "name": "Strawbees Quirkbot", + "version": "2.10.0", + "author": "Strawbees", + "maintainer": "Paulo Barcelos \u003cpaulo@strawbees.com\u003e", + "sentence": "Allows you to program Quirkbots.", + "paragraph": "The library is designed to be used with the Quirkbot. For instructions on how to install official Quirkbot board, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", + "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", + "providesIncludes": [ + "Quirkbot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Quirkbot/Strawbees_Quirkbot-2.10.0.zip", + "archiveFileName": "Strawbees_Quirkbot-2.10.0.zip", + "size": 130896, + "checksum": "SHA-256:b36106c679a5e9779c1d209c7bb9c7e2791ec27412514f5b7c6d3d3da831aa7a" + }, + { + "name": "AceUtils", + "version": "0.2.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries.", + "paragraph": "Includes: PrintStr, UrlEncoding, TimingStats, PrintUtils.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.2.1.zip", + "archiveFileName": "AceUtils-0.2.1.zip", + "size": 338821, + "checksum": "SHA-256:86a1cbc45e8fa8656c697553634de42651ad8530a0536c39dbf8d51bd7bfbdb0" + }, + { + "name": "AceUtils", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small and light Arduino utilties and libraries.", + "paragraph": "Includes: PrintString, UrlEncoding.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.1.0.zip", + "archiveFileName": "AceUtils-0.1.0.zip", + "size": 250335, + "checksum": "SHA-256:ad6260abce84e86a6cb05bf8cef6551e7f644c1bdadcaac91a73d5a5798cb5e2" + }, + { + "name": "AceUtils", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilties which are too small for separate libraries.", + "paragraph": "Includes: PrintStr, UrlEncoding, TimingStats, PrintUtils.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.2.0.zip", + "archiveFileName": "AceUtils-0.2.0.zip", + "size": 338790, + "checksum": "SHA-256:7b85b5c2f7c39f08601419286a70e01d0715913c2c23024737396626528f1d00" + }, + { + "name": "AceUtils", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. This library Includes: CrcEeprom, CommandLineInterface.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.3.0.zip", + "archiveFileName": "AceUtils-0.3.0.zip", + "size": 356591, + "checksum": "SHA-256:3235bb5389b8dc7220491aa522cf1ed1c9794f5868343e83f4d4097cf8f40fb3" + }, + { + "name": "AceUtils", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilCrcEeprom, AceUtilModeGroup, AceUtilCli.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.4.0.zip", + "archiveFileName": "AceUtils-0.4.0.zip", + "size": 431248, + "checksum": "SHA-256:42bcee0d27e8d0d4b37304faba4614df21f7d950097438a6505ce9f87dbbf189" + }, + { + "name": "AceUtils", + "version": "0.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilsCrcEeprom, AceUtilsModeGroup, AceUtilsCli.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.4.1.zip", + "archiveFileName": "AceUtils-0.4.1.zip", + "size": 432861, + "checksum": "SHA-256:04c7ba623c45eb0c52a7384742f0e92a3c7a76897bf8f9101c0f3eec2b177f27" + }, + { + "name": "AceUtils", + "version": "0.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilsCrcEeprom, AceUtilsModeGroup, AceUtilsCli, AceUtilsStm32BufferedEeprom.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.5.0.zip", + "archiveFileName": "AceUtils-0.5.0.zip", + "size": 532124, + "checksum": "SHA-256:7f6732928c0197a568970914ac216b65e8b8eb40331fcc5b223adecdbb51575c" + }, + { + "name": "AceUtils", + "version": "0.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", + "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilsCrcEeprom, AceUtilsCli, AceUtilsStm32BufferedEeprom.", + "website": "https://github.com/bxparks/AceUtils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.6.0.zip", + "archiveFileName": "AceUtils-0.6.0.zip", + "size": 429485, + "checksum": "SHA-256:08539ef399f054fbb9b3e892401168b6ad92b5bf079af758cc70f263bc52a34e" + }, + { + "name": "Taskrunner", + "version": "1.0.0", + "author": "kishan joshi", + "maintainer": "Kishan Joshi \u003crobokishan.blogspot@gmail.com\u003e", + "sentence": "Allows arduino to run scheduler which can run functions at specific frequency", + "paragraph": "This library can do reading at the specific frequency or run the function at specific frequency.", + "website": "https://github.com/Robokishan/Arduino-Scheduler", + "category": "Timing", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Robokishan/Arduino-Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robokishan/Taskrunner-1.0.0.zip", + "archiveFileName": "Taskrunner-1.0.0.zip", + "size": 20178, + "checksum": "SHA-256:a8768a5012a6c3836154beb3f66ff449d1a17f04519d048d5ab8462ef4bd6e21" + }, + { + "name": "Taskrunner", + "version": "1.0.1", + "author": "kishan joshi", + "maintainer": "Kishan Joshi \u003crobokishan.blogspot@gmail.com\u003e", + "sentence": "Allows arduino to run scheduler which can run functions at specific frequency", + "paragraph": "This library can do reading at the specific frequency or run the function at specific frequency.", + "website": "https://github.com/Robokishan/Taskrunner", + "category": "Timing", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Robokishan/Arduino-Scheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robokishan/Taskrunner-1.0.1.zip", + "archiveFileName": "Taskrunner-1.0.1.zip", + "size": 20815, + "checksum": "SHA-256:2a9a8784598551288e42accb4a32db88a4036ce09ecff54788ba48cbd0a28b2f" + }, + { + "name": "MorseDuino", + "version": "1.0.0", + "author": "GGorAA", + "maintainer": "GGorAA", + "sentence": "Arduino library for generation morse code and displaying it on LEDs", + "paragraph": "Arduino library for generation morse code and displaying it on LEDs", + "website": "https://github.com/GGorAA/MorseDuino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GGorAA/MorsDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GGorAA/MorseDuino-1.0.0.zip", + "archiveFileName": "MorseDuino-1.0.0.zip", + "size": 15526, + "checksum": "SHA-256:cf11f52abf796f9527f945f64df74b974c572540781214dbfdeacccf696ae94d" + }, + { + "name": "MorseDuino", + "version": "2.0.0-beta2", + "author": "GGorAA", + "maintainer": "GGorAA", + "sentence": "Arduino library for generation morse code and displaying it on LEDs", + "paragraph": "Arduino library for generation morse code and displaying it on LEDs", + "website": "https://github.com/GGorAA/MorseDuino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GGorAA/MorsDuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GGorAA/MorseDuino-2.0.0-beta2.zip", + "archiveFileName": "MorseDuino-2.0.0-beta2.zip", + "size": 18169, + "checksum": "SHA-256:cace7de52fbf6f20072f8c90c3f349f6200714375689ded6dcde74164183137a" + }, + { + "name": "GM1602lib", + "version": "1.0.0", + "author": "HuangYuTse", + "maintainer": "HuangYuTse \u003ceric19961231@gmail.com\u003e", + "sentence": "Arduino library for GM1602-CO sensors.", + "paragraph": "Arduino library for GM1602-CO sensors.", + "website": "https://github.com/HuangYuTse/GM1602lib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HuangYuTse/GM1602lib.git", + "dependencies": [ + { + "name": "GM1602lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HuangYuTse/GM1602lib-1.0.0.zip", + "archiveFileName": "GM1602lib-1.0.0.zip", + "size": 5972070, + "checksum": "SHA-256:df38fcfd8d2e3bc82e9710374b12af4f299dcc7aec64ebad330467923252e251" + }, + { + "name": "Feature-Variables", + "version": "1.0.0", + "author": "thebigpotatoe", + "maintainer": "thebigpotatoe", + "license": "MIT", + "sentence": "Persistent event driven variables aimed at making complex designs much simpler", + "paragraph": "Feature Variables are designed to be persistent event driven variables that not only offer the standard method of working with variables, but also handle the complexities of storing and checking variables a thing of the past.", + "website": "https://github.com/thebigpotatoe/Features-Variables", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thebigpotatoe/Feature-Variables.git", + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "Effortless-SPIFFS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Feature_Variables-1.0.0.zip", + "archiveFileName": "Feature_Variables-1.0.0.zip", + "size": 31404, + "checksum": "SHA-256:44a93718010a31a1ba2e0bc845ac20baafb8e80216f700eddcfd31ffe35c0520" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.0.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library", + "paragraph": "An easy to use Notecard Library", + "website": "https://github.com/rayozzie/Notecard-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.0.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.0.0.zip", + "size": 8788, + "checksum": "SHA-256:79a6364425c2f2e40cbfd580ec3e9dd69e22a1c5ab8f22374a2a44398b51883f" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino", + "paragraph": "An easy to use Notecard Library for Arduino", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.0.zip", + "size": 92882, + "checksum": "SHA-256:62d3da41ec3cb43376ff77feb79b25e19ad6b19bd27d23548151b166126f9fed" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino", + "paragraph": "An easy to use Notecard Library for Arduino", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.1.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.1.zip", + "size": 92887, + "checksum": "SHA-256:0d02fe55b013c9d7e84ea4d71c1149d795d725f41b1f90ae2610364eb1ce0cd6" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.3", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.3.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.3.zip", + "size": 92921, + "checksum": "SHA-256:2247fdc625eb97a54a60d28d77fed5b2e462bac47aa47ee927bfafa267416b2e" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.4", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.4.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.4.zip", + "size": 92966, + "checksum": "SHA-256:2a573d8f2813439ab08fe0aab9abbcfd8b0d4cf6c937e6bf4a98feaf4ef1fc95" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.5", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.5.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.5.zip", + "size": 137467, + "checksum": "SHA-256:cd75dac2c89b806930a26115c052f541d5b9f9ec3e01467eada5adf796a943be" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.6", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.6.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.6.zip", + "size": 137516, + "checksum": "SHA-256:25939615f832495d5ddb63ec54baa8a17d23d1f4dfa0db55f6a6edf3d18dd00a" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.7", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.7.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.7.zip", + "size": 137511, + "checksum": "SHA-256:9b6302d533ae2c2977b7506f14c1cd4de91c8ca86e47e5a39c0e4b8bf7d07560" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.8", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.8.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.8.zip", + "size": 139481, + "checksum": "SHA-256:7009faf87fde8855319b96a9ab5849219aec7058107d02d305b1de15afcd2a8d" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.9", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.9.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.9.zip", + "size": 139514, + "checksum": "SHA-256:1a937681f6477606115c2bfe5801d64b14ecb1285f3b564fdbc045a4212b1e27" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.2.10", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.10.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.2.10.zip", + "size": 151386, + "checksum": "SHA-256:8ed28359e1dca91d27397212022f6fb0844803465f54ee1d090488fcbddc474f" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.0.zip", + "size": 151405, + "checksum": "SHA-256:5ea2ae6c22ec9f91cdfdc04129cda61eb61c073ff17333248689c9163a042917" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.1.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.1.zip", + "size": 155010, + "checksum": "SHA-256:01c54cabde8ff7bb8ab4b0ed399bde76d7cdde8e351ff55d3d5fabb03da51280" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.2", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.2.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.2.zip", + "size": 155064, + "checksum": "SHA-256:9e0ffdf4ac32c3e39b20faa7cbff7d088b2254893773683361460386fe866770" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.3", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.3.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.3.zip", + "size": 160167, + "checksum": "SHA-256:dc403522f539995f5c0287421f9b58cd6d62be8e70c75f4b8496d500c02d698a" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.4", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.4.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.4.zip", + "size": 160334, + "checksum": "SHA-256:5006330d2b74226eb99d0863c2da4bae6f636124fb7706ee865676e24c0c38dc" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.5", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.5.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.5.zip", + "size": 138103, + "checksum": "SHA-256:fbc0987cc7a46ed06198caa4d5a9507ba389cedc7999631e3cf32b54bf531db5" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.6", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.6.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.6.zip", + "size": 144741, + "checksum": "SHA-256:750925e0827089a4aedbb9d101cdca9d28174797e8332cc18badd3d0353a285f" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.7", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.7.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.7.zip", + "size": 151627, + "checksum": "SHA-256:3e47d28aa752389035e75a49fae8dedf3c089354fa7c1573a7fbd1b0dadbd70b" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.9", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.9.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.9.zip", + "size": 152410, + "checksum": "SHA-256:65c66f6c9a83b71ac7acdf45674d7bd0b1964c7400a1afbe7bde2c093ef5f78e" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.11", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.11.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.11.zip", + "size": 155644, + "checksum": "SHA-256:fb2f2709ad44190ad1751ed6dcadd28e5aa2ced57241ceb0ca1f2e5041e4f2c6" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.13", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.13.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.13.zip", + "size": 160289, + "checksum": "SHA-256:6564c4c0bf7eae0d9edfd3883f4310081148e91382cf0ff5134cd9c8c5845d41" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.14", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.14.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.14.zip", + "size": 163275, + "checksum": "SHA-256:a82eec4c702fa986a377aef9991d9f79bb5244785b4667386527860a30858beb" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.15", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.15.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.15.zip", + "size": 163257, + "checksum": "SHA-256:5e8290f4786b751cdaf8ee6ab3c7b7e5e623ad72be04e11f1fc8a8aab16d5fe4" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.16", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.16.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.16.zip", + "size": 169265, + "checksum": "SHA-256:d7953f671434a2944f03c9128d7d6d71e560b19f524080ba1d6f34c0f4660086" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.17", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.17.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.17.zip", + "size": 169196, + "checksum": "SHA-256:e052a617503751bb414a8b00f836281f5eaba402b0e43182b55f2ff3117a2e42" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.3.18", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.3.18.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.3.18.zip", + "size": 233010, + "checksum": "SHA-256:2413b4f71c0c55d1abeac77cb2b4d3d10ce655671c5a598630697e782e604bd9" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.4.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.4.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.4.0.zip", + "size": 289455, + "checksum": "SHA-256:0f5158c2ea2169365272e6fe3771f3a642ee80678b709a201a18f1f0f387f6e2" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.4.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.4.1.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.4.1.zip", + "size": 290848, + "checksum": "SHA-256:50127ff3d48d7b1569cea7fd44dde65ecfaa77e17048a4e3c2d4bff35b855eed" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.4.2", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.4.2.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.4.2.zip", + "size": 292323, + "checksum": "SHA-256:b00b3b074942d8274e036a3bcc7b3d4afc12bfafd7b43c44921cd8c296dac0ea" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.4.3", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.4.3.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.4.3.zip", + "size": 297733, + "checksum": "SHA-256:7d669a86d87c5a3afdd317ea3943d1b90a26fdc7d138d030a8ea8d488a4ea6a8" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.4.4", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.4.4.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.4.4.zip", + "size": 297776, + "checksum": "SHA-256:d14354dd0fb756a5dd02bc075764b8c12248f2343b988f678b4dc9997bb8cbd5" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.4.5", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.4.5.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.4.5.zip", + "size": 299028, + "checksum": "SHA-256:1e2d8216c730e6f0d1c36a2a923c313ab63e78f738b152aa4d4d8605cee2a4da" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.5.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.5.0.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.5.0.zip", + "size": 347532, + "checksum": "SHA-256:2ee8aa90b8ca93f07929fa0e27ddd09ad60f11d648d5778ba772112348a0a611" + }, + { + "name": "Blues Wireless Notecard", + "version": "1.5.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "An easy to use Notecard Library for Arduino.", + "paragraph": "Supports Serial and I2C for communication from a host MCU.", + "website": "https://github.com/blues/note-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/note-arduino.git", + "providesIncludes": [ + "Notecard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.5.1.zip", + "archiveFileName": "Blues_Wireless_Notecard-1.5.1.zip", + "size": 348130, + "checksum": "SHA-256:28d7517f58a3dbb99e1b2c8e3134998f1a7205025b010204fc0cc9c9001df2c7" + }, + { + "name": "uKit Explore", + "version": "1.1.5", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.5.zip", + "archiveFileName": "uKit_Explore-1.1.5.zip", + "size": 156202, + "checksum": "SHA-256:84996d77cb635d7690cd2a9d784373ae5962be2051bebd9ca43d11de09613b5e" + }, + { + "name": "uKit Explore", + "version": "1.1.7", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.7.zip", + "archiveFileName": "uKit_Explore-1.1.7.zip", + "size": 157419, + "checksum": "SHA-256:275100ea6dd1147528e2d73650e596b83764202c79e9cfc9ba849ba1ca4b1858" + }, + { + "name": "uKit Explore", + "version": "1.1.8", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.8.zip", + "archiveFileName": "uKit_Explore-1.1.8.zip", + "size": 158291, + "checksum": "SHA-256:28c2e2fe98499fc19b0ce6d34a9a5223afc7dacfba81299ac8830413d1631449" + }, + { + "name": "uKit Explore", + "version": "1.2.0", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.0.zip", + "archiveFileName": "uKit_Explore-1.2.0.zip", + "size": 162126, + "checksum": "SHA-256:0fbafb53886e40d9e60254fe2ea77417536a4852935ea565bfb1ad6169349f0f" + }, + { + "name": "uKit Explore", + "version": "1.2.6", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.6.zip", + "archiveFileName": "uKit_Explore-1.2.6.zip", + "size": 341785, + "checksum": "SHA-256:c05b489fd4f039340c04310b4999bf44429d010fa148aaf2b66f4adf096d2070" + }, + { + "name": "uKit Explore", + "version": "1.2.2", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.2.zip", + "archiveFileName": "uKit_Explore-1.2.2.zip", + "size": 161537, + "checksum": "SHA-256:e36841d00c274deeb45da2fe01671440f8f575e72676e054395c3a96cadbf397" + }, + { + "name": "uKit Explore", + "version": "1.1.3", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.3.zip", + "archiveFileName": "uKit_Explore-1.1.3.zip", + "size": 153557, + "checksum": "SHA-256:bf4a58a551c0c8833018262e693b7256907e0d61e37c24e5c08e1d32482d9f52" + }, + { + "name": "uKit Explore", + "version": "1.2.11", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.11.zip", + "archiveFileName": "uKit_Explore-1.2.11.zip", + "size": 445661, + "checksum": "SHA-256:9415fda611b95dc82958d3f5e802a518c666c6230ae7d46d754a6d64111293a4" + }, + { + "name": "uKit Explore", + "version": "1.2.15", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.15.zip", + "archiveFileName": "uKit_Explore-1.2.15.zip", + "size": 308778, + "checksum": "SHA-256:831a06d22a0c59c8067c41d51bdf45c78e0d04b97a42fa4a23e5c6e5732fd0a3" + }, + { + "name": "uKit Explore", + "version": "1.2.28", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.28.zip", + "archiveFileName": "uKit_Explore-1.2.28.zip", + "size": 312184, + "checksum": "SHA-256:4951cc009a4da7faefffdcc0d5e10c50cee0b7cea601c30f3c3218ab7a3b4f19" + }, + { + "name": "uKit Explore", + "version": "1.2.28-1", + "author": "jialong.kuang, UBTECH", + "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", + "sentence": "Use to drive all devices provided by UBTECH company.", + "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", + "website": "http://www.ubtrobot.com/cn/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UBTEDU/uKitExplore-library.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "=6.19.5" + }, + { + "name": "IRremote", + "version": "=3.9.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.28-1.zip", + "archiveFileName": "uKit_Explore-1.2.28-1.zip", + "size": 313088, + "checksum": "SHA-256:69ddeaaaffd1b80fb07b34eefaaab9c3744fe237a931aa0f2ed60f157ce0ca44" + }, + { + "name": "LedUtil", + "version": "1.0.0", + "author": "Paçoca Tech", + "maintainer": "Paçoca Tech \u003cpacocatech@gmail.com\u003e", + "sentence": "Controls leds to on/off/blink", + "paragraph": "This library allows you to control Controls leds to on/off/blink", + "website": "https://github.com/pacocatech/LedUtil", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pacocatech/LedUtil.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pacocatech/LedUtil-1.0.0.zip", + "archiveFileName": "LedUtil-1.0.0.zip", + "size": 16347, + "checksum": "SHA-256:d108023c298f739677eca673f8053da776fd6f5a17b6e8445e894f11573ada2b" + }, + { + "name": "ABB PowerOne Aurora inverter communication protocol", + "version": "1.0.2", + "author": "Renzo Mischianti", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino ABB PowerOne Aurora inverter communication protocol, esp8266 and esp32 Library.", + "paragraph": "Library that implements the complete communication protocol of ABB (ex PowerOne) Aurora Inverter suitable with Arduino, esp8266 and esp32.", + "website": "https://www.mischianti.org/2020/08/20/abb-aurora-pv-inverter-library-for-arduino-esp8266-and-esp32/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/ABB_Aurora_Solar_Inverter_Library.git", + "providesIncludes": [ + "Aurora.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.2.zip", + "archiveFileName": "ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.2.zip", + "size": 22070, + "checksum": "SHA-256:bc90bb8e0d768bb19206b359d6511415962a85515353795f12e0b3b877e41ada" + }, + { + "name": "ABB PowerOne Aurora inverter communication protocol", + "version": "1.0.3", + "author": "Renzo Mischianti", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "ABB PowerOne Aurora inverter communication protocol for Arduino, esp8266 and esp32 (Library).", + "paragraph": "Library that implements the complete communication protocol of ABB (ex PowerOne) Aurora Inverter suitable with Arduino, esp8266 and esp32.", + "website": "https://www.mischianti.org/2020/08/20/abb-aurora-pv-inverter-library-for-arduino-esp8266-and-esp32/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/ABB_Aurora_Solar_Inverter_Library.git", + "providesIncludes": [ + "Aurora.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.3.zip", + "archiveFileName": "ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.3.zip", + "size": 244718, + "checksum": "SHA-256:9282c9e4cd23a6871fc6440aec96a7e33b30d3d64c6040af9fc0d24f9b9e037c" + }, + { + "name": "sunset", + "version": "1.0.10", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.10.zip", + "archiveFileName": "sunset-1.0.10.zip", + "size": 18269, + "checksum": "SHA-256:aa6887d147d94614790f7c8bcf4a89d7e74773b8a415584f279a49a7ea257d18" + }, + { + "name": "sunset", + "version": "1.0.11", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.11.zip", + "archiveFileName": "sunset-1.0.11.zip", + "size": 18671, + "checksum": "SHA-256:e56220ea293b7458f1c2bafce2b86f203195c69d5408f680ceb08aaee1d5c8b8" + }, + { + "name": "sunset", + "version": "1.0.7", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.7.zip", + "archiveFileName": "sunset-1.0.7.zip", + "size": 16166, + "checksum": "SHA-256:38bd6d4a10aeb34e2f482e0d7ebd5adf5288421e62fa34617fa243ab62361f05" + }, + { + "name": "sunset", + "version": "1.0.9", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.9.zip", + "archiveFileName": "sunset-1.0.9.zip", + "size": 17618, + "checksum": "SHA-256:cc02bbf4bfd1233e46c232519a959a844df9eb468f4dc6f1e85fe325b77ca59b" + }, + { + "name": "sunset", + "version": "1.1.0", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.0.zip", + "archiveFileName": "sunset-1.1.0.zip", + "size": 24058, + "checksum": "SHA-256:cea1710df14ccb47f355d29c594fc100ff81d4dcf35f49e6230a475bf852962b" + }, + { + "name": "sunset", + "version": "1.1.1", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "MIT", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.1.zip", + "archiveFileName": "sunset-1.1.1.zip", + "size": 24090, + "checksum": "SHA-256:85b124295dad531e4c80416b54a01dc6172a807faf615f225936cccedde18869" + }, + { + "name": "sunset", + "version": "1.1.2", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Find this library at https://github.com/buelowp/sunset", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.2.zip", + "archiveFileName": "sunset-1.1.2.zip", + "size": 25559, + "checksum": "SHA-256:3b64d517730c091642e99118c487ce11d9a074f91f6e54ed90ada47cc400d0f7" + }, + { + "name": "sunset", + "version": "1.1.3", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrse/Sunset. It also can tell you moon phase for a given time.", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.3.zip", + "archiveFileName": "sunset-1.1.3.zip", + "size": 25763, + "checksum": "SHA-256:21fb6f3f508bb9cf5870d01991796deb0acbc86c1a416ce7f01b8712d55b2a38" + }, + { + "name": "sunset", + "version": "1.1.4", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrise/Sunset. It can also tell you the moon phase for a given time.", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32", + "samd", + "sam", + "particle-photon", + "particle-electron", + "particle-p1", + "spark-core" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.4.zip", + "archiveFileName": "sunset-1.1.4.zip", + "size": 28026, + "checksum": "SHA-256:285a28b54ab69f9c43c561843881e7bb112adfa4b349753c902babbaf8db6e7c" + }, + { + "name": "sunset", + "version": "1.1.6", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrise/Sunset. It can also tell you the moon phase for a given time.", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32", + "samd", + "sam", + "particle-photon", + "particle-electron", + "particle-p1", + "spark-core" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.6.zip", + "archiveFileName": "sunset-1.1.6.zip", + "size": 28909, + "checksum": "SHA-256:82c822db4d1bfaeb326c2fa24b4089f2d59a37699e75364bd62b64a914817906" + }, + { + "name": "sunset", + "version": "1.1.7", + "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "license": "GPLV2", + "sentence": "Allows calculation of sunrise, sunset, and moonphase", + "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrise/Sunset. It can also tell you the moon phase for a given time.", + "website": "https://github.com/buelowp/sunset", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32", + "samd", + "sam", + "particle-photon", + "particle-electron", + "particle-p1", + "spark-core" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/buelowp/sunset.git", + "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.7.zip", + "archiveFileName": "sunset-1.1.7.zip", + "size": 29290, + "checksum": "SHA-256:c3538ce6ba7830ff78c7bfd6ecdae63a99a2c339bdf6d117e943fda878a30491" + }, + { + "name": "Adafruit BNO08x", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.0.0.zip", + "archiveFileName": "Adafruit_BNO08x-1.0.0.zip", + "size": 52852, + "checksum": "SHA-256:9a2c0fcadc6690b7dee7380d3382c25cceb92a1df08a4cfede84a26dbc49b43d" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.0.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.0.zip", + "size": 83463, + "checksum": "SHA-256:d13644f484431871bb0e1432045835da35527abc2ddcc9b1ba9fb6ff5986e931" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.1.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.1.zip", + "size": 83552, + "checksum": "SHA-256:8de81b2059d36a5be016ba0092f960e1dab78d23af575141636c844af0202ffc" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.2.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.2.zip", + "size": 83610, + "checksum": "SHA-256:2b545792770b81f0ba5771c5ffbd7432ae300bdec30f17f0d0f36aa547219bd8" + }, + { + "name": "Adafruit BNO08x", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.3.zip", + "archiveFileName": "Adafruit_BNO08x-1.1.3.zip", + "size": 83647, + "checksum": "SHA-256:9d1ea91c12afc85390d54bd3aceab69077a88e3f7fa848781a9e1a43d2f7a1c3" + }, + { + "name": "Adafruit BNO08x", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.2.0.zip", + "archiveFileName": "Adafruit_BNO08x-1.2.0.zip", + "size": 85683, + "checksum": "SHA-256:c9a4f9c65e2caf17cd0a3a3d3a2ab7063af61d012c83ca1365fcb83ed7bee5db" + }, + { + "name": "Adafruit BNO08x", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.2.1.zip", + "archiveFileName": "Adafruit_BNO08x-1.2.1.zip", + "size": 85683, + "checksum": "SHA-256:6093567d3c2ab81420105f5abd796ba6b7c84d4ca7fa6e793a0c7036ade79f4c" + }, + { + "name": "Adafruit BNO08x", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.2.2.zip", + "archiveFileName": "Adafruit_BNO08x-1.2.2.zip", + "size": 85516, + "checksum": "SHA-256:faf27292c9141ae5ab5fe9ce0bc2bd72d1393b748aa747b94baad250e737526c" + }, + { + "name": "Adafruit BNO08x", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.2.3.zip", + "archiveFileName": "Adafruit_BNO08x-1.2.3.zip", + "size": 85550, + "checksum": "SHA-256:ba02c78137e752f3ac30ee4c0a8f68e8ff81902ce34b0049ed31ed1bedc269a3" + }, + { + "name": "Adafruit BNO08x", + "version": "1.2.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.2.5.zip", + "archiveFileName": "Adafruit_BNO08x-1.2.5.zip", + "size": 85550, + "checksum": "SHA-256:897cbbdff3cb594623a339381f68f99c5e7c1ac9420d692204a5405161f7ce97" + }, + { + "name": "Adafruit BNO08x RVC", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x_RVC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x_RVC.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x_RVC-1.0.0.zip", + "archiveFileName": "Adafruit_BNO08x_RVC-1.0.0.zip", + "size": 10300, + "checksum": "SHA-256:a0a8a9ea219bc796e6ffb594afbec4b122e228353532f2f72367e43681c7d602" + }, + { + "name": "Adafruit BNO08x RVC", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", + "paragraph": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_BNO08x_RVC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_BNO08x_RVC.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x_RVC-1.0.2.zip", + "archiveFileName": "Adafruit_BNO08x_RVC-1.0.2.zip", + "size": 10300, + "checksum": "SHA-256:a456cdee67e1035e7ae383392c6d1055c618dec8d7ff47ab0ba41310d25b3b27" + }, + { + "name": "UPnP_Generic", + "version": "3.1.4", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "ESP8266WebServer" + }, + { + "name": "WebServer" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.1.4.zip", + "archiveFileName": "UPnP_Generic-3.1.4.zip", + "size": 610753, + "checksum": "SHA-256:155ff354a70f7aff6213198d4cecc82bb15fdd0f242e7672e1730149afb6ca9c" + }, + { + "name": "UPnP_Generic", + "version": "3.1.5", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "DDNS_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.1.5.zip", + "archiveFileName": "UPnP_Generic-3.1.5.zip", + "size": 692165, + "checksum": "SHA-256:43048275b02c8cfa09a8b55f395089f8ec73032c85b641f25c8d020a11388886" + }, + { + "name": "UPnP_Generic", + "version": "3.2.0", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.2.0.zip", + "archiveFileName": "UPnP_Generic-3.2.0.zip", + "size": 1153160, + "checksum": "SHA-256:202659c5a72a4ad89a2353df5dc3818e2b52f064a1337b931d6bbee73f28cb07" + }, + { + "name": "UPnP_Generic", + "version": "3.3.0", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, WT32_ETH01 boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.3.0.zip", + "archiveFileName": "UPnP_Generic-3.3.0.zip", + "size": 1224470, + "checksum": "SHA-256:1eae847b9e9bf5761f4a40fd0e0bb85f6e8d730c345e48f5b3cfd35b31bad014" + }, + { + "name": "UPnP_Generic", + "version": "3.4.0", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Automatically add port mappings to router using UPnP SSDP.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethernet. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.4.0.zip", + "archiveFileName": "UPnP_Generic-3.4.0.zip", + "size": 1161443, + "checksum": "SHA-256:38f533222dd95e5960a61cfce72c3e9cc26141e0cc72a3d3682d8e2e0d3df65e" + }, + { + "name": "UPnP_Generic", + "version": "3.4.1", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Automatically add port mappings to router using UPnP SSDP.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethernet. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.4.1.zip", + "archiveFileName": "UPnP_Generic-3.4.1.zip", + "size": 1375559, + "checksum": "SHA-256:7f16f42a813fd2f07b31bf0461e77890b25e35886c05ef8de0c5a4c3a86bb290" + }, + { + "name": "UPnP_Generic", + "version": "3.4.2", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Automatically add port mappings to router using UPnP SSDP.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethernet. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.4.2.zip", + "archiveFileName": "UPnP_Generic-3.4.2.zip", + "size": 1432841, + "checksum": "SHA-256:cc2391cecab0531efab4c5562580c1982b72b8223d6ed95c0649d563387f2474" + }, + { + "name": "UPnP_Generic", + "version": "3.4.3", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Automatically add port mappings to router using UPnP SSDP.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethernet. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.4.3.zip", + "archiveFileName": "UPnP_Generic-3.4.3.zip", + "size": 1438047, + "checksum": "SHA-256:ce2dc56c61886fa708b00693820c932813ea003dba0249deefd07e534eb54a6e" + }, + { + "name": "UPnP_Generic", + "version": "3.5.0", + "author": "Ofek Pearl, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Automatically add port mappings to router using UPnP SSDP.", + "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethernet. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/UPnP_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "providesIncludes": [ + "UPnP_Generic.h", + "UPnP_Generic.hpp" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DDNS_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.5.0.zip", + "archiveFileName": "UPnP_Generic-3.5.0.zip", + "size": 1627610, + "checksum": "SHA-256:55b2c044582d9f1f4b92cf1f8e94c47a2cdaaec8fae15a1f49dd74ed0fe9961d" + }, + { + "name": "STM32duino VL53L1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L1-1.0.0.zip", + "size": 236624, + "checksum": "SHA-256:fbd5688dcccd0a2730efb7508c0fb032ae2fc66a84854f7ad702df6c53cf5dff" + }, + { + "name": "STM32duino VL53L1", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L1-1.0.1.zip", + "size": 236609, + "checksum": "SHA-256:ecce8190ccdf78ab15299f27d32b036a1065e2e031f87047ba548356177d7b76" + }, + { + "name": "STM32duino VL53L1", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.2.zip", + "archiveFileName": "STM32duino_VL53L1-1.0.2.zip", + "size": 236684, + "checksum": "SHA-256:14217eb483837000c2701d63b4121e8ecdf05ce3a21392ea6bf935ad18f28a98" + }, + { + "name": "STM32duino VL53L1", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L1-2.0.0.zip", + "size": 236675, + "checksum": "SHA-256:dc07670c826f88b65be17164895c74206019026231f51487a4e86acc38b57dc9" + }, + { + "name": "STM32duino VL53L1", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-2.0.1.zip", + "archiveFileName": "STM32duino_VL53L1-2.0.1.zip", + "size": 236697, + "checksum": "SHA-256:6b0dd47cb913ddfd9f6bd0b7a4545b9b78c3d968edc3d361ceb2a4a4e1e3c7df" + }, + { + "name": "STM32duino VL53L1", + "version": "2.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-2.0.2.zip", + "archiveFileName": "STM32duino_VL53L1-2.0.2.zip", + "size": 236588, + "checksum": "SHA-256:2f4c17a5b3d9aa0edfd416bb343735d47bfb3889dca16ea6fd94428a701fe20c" + }, + { + "name": "STM32duino VL53L1", + "version": "2.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/VL53L1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-2.1.0.zip", + "archiveFileName": "STM32duino_VL53L1-2.1.0.zip", + "size": 237087, + "checksum": "SHA-256:46c09ad8d594da71599d47c5813e548c63719e3f76a702c975a312181452e105" + }, + { + "name": "STM32duino X-NUCLEO-53L1A2", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-1.0.0.zip", + "size": 13824, + "checksum": "SHA-256:5045a293c511fea8fc717327c70855805b48a77451378f66cfee5d4ded7649f0" + }, + { + "name": "STM32duino X-NUCLEO-53L1A2", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-1.0.1.zip", + "size": 13891, + "checksum": "SHA-256:b7d60cdf8b14a4762d0669a0e4cdcd434b0abe7ac583e4e31837b35eb0bd4151" + }, + { + "name": "STM32duino X-NUCLEO-53L1A2", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-2.0.0.zip", + "size": 13848, + "checksum": "SHA-256:3a84d0f363ea8ded29b52d549a68c502f901d80db46513fdc3994e565ac87551" + }, + { + "name": "STM32duino VL53L3CX", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L3CX-1.0.0.zip", + "size": 171449, + "checksum": "SHA-256:64b26633715ca53476d6e64bfd157d0c6ac039c5f49ea87912e40bc985b4f461" + }, + { + "name": "STM32duino VL53L3CX", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L3CX-1.0.1.zip", + "size": 171208, + "checksum": "SHA-256:2ace69c133f9afde01ef4e86d425a837babf3d84a6ca1d21df6450ca56d695cc" + }, + { + "name": "STM32duino VL53L3CX", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.2.zip", + "archiveFileName": "STM32duino_VL53L3CX-1.0.2.zip", + "size": 171280, + "checksum": "SHA-256:a702ac4ad63d8fa7f010e90ab68b37c7f115181ffde6b17c7947ee9c8ab0f318" + }, + { + "name": "STM32duino VL53L3CX", + "version": "2.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", + "website": "https://github.com/stm32duino/VL53L3CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L3CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-2.0.0.zip", + "archiveFileName": "STM32duino_VL53L3CX-2.0.0.zip", + "size": 171272, + "checksum": "SHA-256:c0130fde274c077712622b4873f6445d7d66c21efd594f5c27b4fb06a5d030e6" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.0.zip", + "size": 13859, + "checksum": "SHA-256:1532a8a05a2dc8d4accbcc86daa4ed5e3066aee67271a415d7e7e6a1f8c3cb05" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.1.zip", + "size": 13802, + "checksum": "SHA-256:00929c2c6836c2d9aad5bff997953d526c47ebd762ce052e70adb9c37acd0405" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.2.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.2.zip", + "size": 13864, + "checksum": "SHA-256:4686a9052cdea3dd6812f4878a66f9f072d867d544dddf1243d961da38ad24f5" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "1.0.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.3.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.3.zip", + "size": 13865, + "checksum": "SHA-256:c06df7567b708b1a19165e832f966557d8e968800a9297f7ab976f3543fbd54c" + }, + { + "name": "STM32duino X-NUCLEO-53L3A2", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", + "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L3CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-2.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-2.0.0.zip", + "size": 13822, + "checksum": "SHA-256:84bddb39ab11712d42e7f12a8649661f3563efcc013428282f7cdf2a7449053c" + }, + { + "name": "STM32duino X-NUCLEO-IHM05A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM05A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM05A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM05A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM05A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM05A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM05A1-1.0.0.zip", + "size": 41307, + "checksum": "SHA-256:fabec112b67cc0f8568ad3eda67e5f4aa3af8a6e3f44e9a54a7b1e2eb9c07e88" + }, + { + "name": "Timer-CAM", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "Eeebin\u003cEeebin@@m5stack.com\u003e", + "sentence": "Library for M5Stack Timer-CAM development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/TimerCam-arduino.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/TimerCam-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/Timer_CAM-0.0.1.zip", + "archiveFileName": "Timer_CAM-0.0.1.zip", + "size": 32286, + "checksum": "SHA-256:573619e3b60d27f6a5a4c1afe86706f240e0d554ffede4fcf4c6df8ed4ff837d" + }, + { + "name": "Timer-CAM", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "Eeebin\u003cEeebin@@m5stack.com\u003e", + "sentence": "Library for M5Stack Timer-CAM development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/TimerCam-arduino.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/TimerCam-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/Timer_CAM-0.0.2.zip", + "archiveFileName": "Timer_CAM-0.0.2.zip", + "size": 32466, + "checksum": "SHA-256:d4143602883cf09d8e36a38d6b3c1aa8919f304440054557b1471e0e96eadead" + }, + { + "name": "Timer-CAM", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Timer-CAM development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/TimerCam-arduino.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/TimerCam-arduino.git", + "dependencies": [ + { + "name": "Micro-RTSP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/Timer_CAM-0.0.3.zip", + "archiveFileName": "Timer_CAM-0.0.3.zip", + "size": 62844, + "checksum": "SHA-256:0cd29dbbefcfcfcc7be7d3f000a2afd3a1957847bfea63bbecc4c05b0ce5b977" + }, + { + "name": "I2cMultipleMotors_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Multiple motors driver", + "paragraph": "It supply protocol to control multiple motors via I2C.", + "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.0.0.zip", + "archiveFileName": "I2cMultipleMotors_asukiaaa-1.0.0.zip", + "size": 5088, + "checksum": "SHA-256:b3221eebb371ab217e20765d8a937908a9896111134a7229fb6b10d5d7024f24" + }, + { + "name": "I2cMultipleMotors_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Multiple motors driver", + "paragraph": "It supply protocol to control multiple motors via I2C.", + "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "dependencies": [ + { + "name": "utils_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.1.0.zip", + "archiveFileName": "I2cMultipleMotors_asukiaaa-1.1.0.zip", + "size": 5696, + "checksum": "SHA-256:9437a22157f3d5dabb10094f2306ab01e85ca7ac885760366eed2763786ec879" + }, + { + "name": "I2cMultipleMotors_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Multiple motors driver", + "paragraph": "It supply protocol to control multiple motors via I2C.", + "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.2.0.zip", + "archiveFileName": "I2cMultipleMotors_asukiaaa-1.2.0.zip", + "size": 5914, + "checksum": "SHA-256:d5f4ab46c8bfe391bba9b8064ec1e3ad765e33e17ab5de96e0d17c163e337ef1" + }, + { + "name": "SparkFun Qwiic GPIO TCA9534 Arduino Library", + "version": "1.0.0", + "author": "Andy England", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the TCA9534 I2C-\u003eGPIO", + "paragraph": "The Qwiic GPIO breaks out 8 extra GPIO on an I2C bus. With 8 configurable addresses, that's 64 extra GPIO on a single I2C Bus.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_GPIO_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_GPIO_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_GPIO_TCA9534_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_GPIO_TCA9534_Arduino_Library-1.0.0.zip", + "size": 16009, + "checksum": "SHA-256:81a90cd8a489afdee0525917a312ff464d7c71e75666d99796c024d5c33075de" + }, + { + "name": "MkrGsm1400IoT", + "version": "1.1.0", + "author": "Philip Decker", + "maintainer": "Philip Decker", + "sentence": "A set of useful functions for the Arduino MKR GSM 1400 to use it for IoT. As example: Store integer into Telephonebook and read them after a reset.", + "paragraph": "This library is designed to leverage the capabilities of the u-blox SARA-U201 and enhance the Arduino MKR GSM 1400 for use as an IoT device.", + "website": "https://github.com/phlpjo/MkrGsm1400IoT", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/phlpjo/MkrGsm1400IoT.git", + "providesIncludes": [ + "MKRGSM.h", + "MkrGsm1400IoT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/phlpjo/MkrGsm1400IoT-1.1.0.zip", + "archiveFileName": "MkrGsm1400IoT-1.1.0.zip", + "size": 16235, + "checksum": "SHA-256:92a301ec4b78fb6af0a73e766b226bc0bf7e1c22a8b82fd16f7d781524f897fe" + }, + { + "name": "LoRandom", + "version": "1.0.0", + "author": "Kongduino", + "maintainer": "Kongduino \u003cKongduino@protonmail.com\u003e", + "sentence": "A library using Semtech's sx1276/7/8/9's `RegRssiWideband` register properly to generate random numbers.", + "paragraph": "This was written for Sandeep Mistry's library, but is easily adaptable to other platforms. See [this issue](https://github.com/sandeepmistry/arduino-LoRa/issues/394) for context.", + "website": "https://github.com/Kongduino/LoRandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Kongduino/LoRandom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Kongduino/LoRandom-1.0.0.zip", + "archiveFileName": "LoRandom-1.0.0.zip", + "size": 139279, + "checksum": "SHA-256:ddeec4078ee97c1b979a330926eb91cd5d261d7eae287b301000923e1fc2bf9d" + }, + { + "name": "rs485_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.0.0.zip", + "archiveFileName": "rs485_asukiaaa-1.0.0.zip", + "size": 4486, + "checksum": "SHA-256:bfdb6efa0c8bec8ef152504a6632348f506a748ce89c70c0b14ad56cae58b5cf" + }, + { + "name": "rs485_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.0.zip", + "archiveFileName": "rs485_asukiaaa-1.1.0.zip", + "size": 4714, + "checksum": "SHA-256:0ae96641d4dd0dcf1e4eb8452ed69025b066840ff15568a0fca92dd73156197d" + }, + { + "name": "rs485_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.1.zip", + "archiveFileName": "rs485_asukiaaa-1.1.1.zip", + "size": 5551, + "checksum": "SHA-256:90ef2271c9e73d8f24c36158f2ac27d451310812d0d48ee5a8a1ea3ef6b5d622" + }, + { + "name": "rs485_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.2.zip", + "archiveFileName": "rs485_asukiaaa-1.1.2.zip", + "size": 5510, + "checksum": "SHA-256:f8457036c03093b041922cdf4513bc3e9a09c9daa137093f36b27b7ee20e11d6" + }, + { + "name": "rs485_asukiaaa", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.3.zip", + "archiveFileName": "rs485_asukiaaa-1.1.3.zip", + "size": 5536, + "checksum": "SHA-256:8590c04c8db56bbe5e0cc4c7b57a325b1aa4382a70edef02178cd90ba90791be" + }, + { + "name": "rs485_asukiaaa", + "version": "1.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.2.0.zip", + "archiveFileName": "rs485_asukiaaa-1.2.0.zip", + "size": 5801, + "checksum": "SHA-256:f8019156d169ae26eb77695a54089a3d00da946d03a2f0d1e4aadb84b35da60e" + }, + { + "name": "rs485_asukiaaa", + "version": "1.2.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.2.1.zip", + "archiveFileName": "rs485_asukiaaa-1.2.1.zip", + "size": 6019, + "checksum": "SHA-256:fc84646614574983c272c8839004717590a84a9f2fe4c42203f10a9dfea6dc80" + }, + { + "name": "rs485_asukiaaa", + "version": "1.2.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.2.2.zip", + "archiveFileName": "rs485_asukiaaa-1.2.2.zip", + "size": 6053, + "checksum": "SHA-256:f553fee12b231b8997bb0e2d1c9aace437b55814ee9a5c329a0a1401dcc8a749" + }, + { + "name": "rs485_asukiaaa", + "version": "1.2.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.2.3.zip", + "archiveFileName": "rs485_asukiaaa-1.2.3.zip", + "size": 6123, + "checksum": "SHA-256:c2776b465d34dbf0aac153d6224fb2adb1ee9f19632d4dca3aed2ea58b6f835f" + }, + { + "name": "rs485_asukiaaa", + "version": "1.2.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.2.4.zip", + "archiveFileName": "rs485_asukiaaa-1.2.4.zip", + "size": 6135, + "checksum": "SHA-256:f81ec749bbeec6a50c4e19e256f53d2b770aaa4fa99306873c6330e9f096a9b6" + }, + { + "name": "rs485_asukiaaa", + "version": "1.2.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.2.5.zip", + "archiveFileName": "rs485_asukiaaa-1.2.5.zip", + "size": 6141, + "checksum": "SHA-256:55726078af80626503a329eaa7d6185531ee08b4adac5ea4e807bb004d4fa2fa" + }, + { + "name": "rs485_asukiaaa", + "version": "1.2.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions and classes about rs485 modbus.", + "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", + "website": "https://github.com/asukiaaa/arduino-rs485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.2.6.zip", + "archiveFileName": "rs485_asukiaaa-1.2.6.zip", + "size": 6190, + "checksum": "SHA-256:47332ce1056801caa91303a0df9dc86e6c04cb177f0f73b478881c1c09fc6619" + }, + { + "name": "StreamlabsArduinoAlerts", + "version": "0.1.0", + "author": "Luca Taddeo", + "maintainer": "Luca Taddeo", + "sentence": "Library to get Streamlabs event from Twitch", + "paragraph": "A work in progress library to connect to your Streamlabs account and catch all the Twitch events.", + "website": "https://github.com/lucalas/StreamlabsArduinoAlerts", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucalas/StreamlabsArduinoAlerts.git", + "dependencies": [ + { + "name": "SocketIoClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucalas/StreamlabsArduinoAlerts-0.1.0.zip", + "archiveFileName": "StreamlabsArduinoAlerts-0.1.0.zip", + "size": 5762, + "checksum": "SHA-256:0e22030727e8e582d6208f85ef96c205972cfbaf3a57273091a408151029e4d7" + }, + { + "name": "StreamlabsArduinoAlerts", + "version": "1.0.0", + "author": "Luca Taddeo", + "maintainer": "Luca Taddeo", + "sentence": "Library to get Streamlabs event from Twitch", + "paragraph": "Library to connect to your Streamlabs account and catch all the Twitch events.", + "website": "https://github.com/lucalas/StreamlabsArduinoAlerts", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucalas/StreamlabsArduinoAlerts.git", + "dependencies": [ + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucalas/StreamlabsArduinoAlerts-1.0.0.zip", + "archiveFileName": "StreamlabsArduinoAlerts-1.0.0.zip", + "size": 6145, + "checksum": "SHA-256:e595a683ee7ae4de3eb8625c5818967c72ae8a809c969651c4d5332565847b89" + }, + { + "name": "esp_abus", + "version": "0.0.1", + "author": "killer0071234", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": [ + "abus_socket.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.1.zip", + "archiveFileName": "esp_abus-0.0.1.zip", + "size": 10484, + "checksum": "SHA-256:6c9f4f3ace030f544a5eb3d840b05e0b95397c76a044e77dda0b84873a72d23b" + }, + { + "name": "esp_abus", + "version": "0.0.2", + "author": "killer0071234", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": [ + "espressif8266", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": [ + "abus_socket.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.2.zip", + "archiveFileName": "esp_abus-0.0.2.zip", + "size": 10515, + "checksum": "SHA-256:f65daab76883e07735d804ece53acb504039a3abc15048a6b42e7ab63fbb6dd1" + }, + { + "name": "esp_abus", + "version": "0.0.3", + "author": "killer0071234", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": [ + "espressif8266", + "espressif32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": [ + "abus_socket.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.3.zip", + "archiveFileName": "esp_abus-0.0.3.zip", + "size": 13485, + "checksum": "SHA-256:3c38c79c893926a0888896be4f4796375e18782904daacdaf4e122aac164cf20" + }, + { + "name": "esp_abus", + "version": "0.0.4", + "author": "Daniel Gangl", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": [ + "abus_socket.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.4.zip", + "archiveFileName": "esp_abus-0.0.4.zip", + "size": 15458, + "checksum": "SHA-256:0840711977a6a2f51423dca97005c667f0b886d8e9dec11cdfddea60af5638a2" + }, + { + "name": "esp_abus", + "version": "0.0.5", + "author": "Daniel Gangl", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": [ + "abus_socket.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.5.zip", + "archiveFileName": "esp_abus-0.0.5.zip", + "size": 15625, + "checksum": "SHA-256:839747bd99003c1f45e299ee67c7b74245277e2cf87193ce58d52c5bdd5dac22" + }, + { + "name": "esp_abus", + "version": "0.0.6", + "author": "Daniel Gangl", + "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", + "sentence": "ABUS Socket Communication library for PLCs (Cybro-2 and Cybro-3) from Cybrotech and ESP32 / ESP8266 over WiFi", + "paragraph": "It uses the UDP-Protocol to communicate to the PLC with so called ABUS Sockets. For the communication you need to specify at least one abus socket in the PLC program (for using the examples you can specify a new socket in the CyPro Environment with the following configuration: socket id 3, one bool tag, one integer tag, one long tag and one real tag). You can add up to 32 receive sockets with callbacks in the ESP program.", + "website": "https://github.com/killer0071234/esp_abus", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/killer0071234/esp_abus.git", + "providesIncludes": [ + "abus_socket.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.6.zip", + "archiveFileName": "esp_abus-0.0.6.zip", + "size": 15644, + "checksum": "SHA-256:4ae77d8d66d7cdec2a9639255217956939216b5c2967f8f760b3198715fb5138" + }, + { + "name": "EasyPCF8574", + "version": "1.0.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.0.zip", + "archiveFileName": "EasyPCF8574-1.0.0.zip", + "size": 3313, + "checksum": "SHA-256:5e014408c878257cce623fd3de812c0575f03b2aea9bb6c301d6934e98816852" + }, + { + "name": "EasyPCF8574", + "version": "1.0.2", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.2.zip", + "archiveFileName": "EasyPCF8574-1.0.2.zip", + "size": 3745, + "checksum": "SHA-256:1b79c3bd7a41cd5e330749ad2ab98aefe765a830017d0dc9fadc4085888e9b9f" + }, + { + "name": "EasyPCF8574", + "version": "1.0.3", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.3.zip", + "archiveFileName": "EasyPCF8574-1.0.3.zip", + "size": 3748, + "checksum": "SHA-256:d85844d409cf0a1f675773142a1ea0355681af0393f92bd344a84fa168710227" + }, + { + "name": "EasyPCF8574", + "version": "1.0.4", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.4.zip", + "archiveFileName": "EasyPCF8574-1.0.4.zip", + "size": 3760, + "checksum": "SHA-256:1adcb455b84c0b0015486ac0be5106cff21bab57a1b2da8123edc14b99bcf424" + }, + { + "name": "EasyPCF8574", + "version": "1.1.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Generic library for PCF8574 easy to use", + "paragraph": "Generic library for PCF8574 easy to use", + "website": "https://github.com/DjamesSuhanko/EasyPCF8574", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.1.0.zip", + "archiveFileName": "EasyPCF8574-1.1.0.zip", + "size": 4347, + "checksum": "SHA-256:58d46af5a02586c9056b8bc7010e1eda534e947ec3e19dfaedd2d5f24d106d77" + }, + { + "name": "SimpleTicker", + "version": "1.0.0", + "author": "JSC electronics", + "maintainer": "JSC electronics, development@jsce.cz", + "license": "Apache-2.0", + "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", + "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", + "website": "https://github.com/JSC-electronics/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-1.0.0.zip", + "archiveFileName": "SimpleTicker-1.0.0.zip", + "size": 46612, + "checksum": "SHA-256:94da8000ab82505435d32b71c32db870d904eaa111263488140bb6edbc334846" + }, + { + "name": "SimpleTicker", + "version": "1.0.2", + "author": "JSC electronics", + "maintainer": "JSC electronics, development@jsce.cz", + "license": "Apache-2.0", + "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", + "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", + "website": "https://github.com/JSC-electronics/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-1.0.2.zip", + "archiveFileName": "SimpleTicker-1.0.2.zip", + "size": 46699, + "checksum": "SHA-256:2e5c6ad341b783a0fe1addb56fbc19b7d342617e5d2827d6c49ae0feedd4dbaa" + }, + { + "name": "SimpleTicker", + "version": "2.0.0", + "author": "JSC electronics", + "maintainer": "JSC electronics, development@jsce.cz", + "license": "Apache-2.0", + "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", + "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", + "website": "https://github.com/JSC-electronics/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-2.0.0.zip", + "archiveFileName": "SimpleTicker-2.0.0.zip", + "size": 46363, + "checksum": "SHA-256:e7fd18a14c9d71e96fbd59f03f8e7f279c098f3760dcc9b87b65525d948c1a74" + }, + { + "name": "SimpleTicker", + "version": "2.1.0", + "author": "JSC electronics", + "maintainer": "JSC electronics, development@jsce.cz", + "license": "Apache-2.0", + "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", + "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", + "website": "https://github.com/JSC-electronics/Ticker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JSC-electronics/Ticker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-2.1.0.zip", + "archiveFileName": "SimpleTicker-2.1.0.zip", + "size": 46433, + "checksum": "SHA-256:f0bcdff60cab11f8a6ec6c95bf229eb9345ca6608b4d70ef7c160fb07b8463b4" + }, + { + "name": "LCD_I2C", + "version": "1.0.0", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-1.0.0.zip", + "archiveFileName": "LCD_I2C-1.0.0.zip", + "size": 18078, + "checksum": "SHA-256:8c9a3aa0965b9d5c230d570dc61aa1f66acdd30bdcbd3a9c748fffdd1bd30531" + }, + { + "name": "LCD_I2C", + "version": "2.0.0", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.0.0.zip", + "archiveFileName": "LCD_I2C-2.0.0.zip", + "size": 18075, + "checksum": "SHA-256:1dd58b4c5ca0fb464455740b913fb7d55521885cd28bac3bd84053ca234fb3ae" + }, + { + "name": "LCD_I2C", + "version": "2.2.0", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.2.0.zip", + "archiveFileName": "LCD_I2C-2.2.0.zip", + "size": 20963, + "checksum": "SHA-256:c86db80ba2c252d6dabac60b1108d1aaaf59da22423313a9f0d814ae44dea46b" + }, + { + "name": "LCD_I2C", + "version": "2.2.1", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.2.1.zip", + "archiveFileName": "LCD_I2C-2.2.1.zip", + "size": 20970, + "checksum": "SHA-256:7aa9fec02f87c7fc42b99a6228f608fdff180edc3adcaeeb4a5edc0b2a78b482" + }, + { + "name": "LCD_I2C", + "version": "2.3.0", + "author": "Blackhack", + "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", + "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", + "paragraph": "The library uses the Wire.h library for I2C comunications.", + "website": "https://github.com/blackhack/LCD_I2C", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blackhack/LCD_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.3.0.zip", + "archiveFileName": "LCD_I2C-2.3.0.zip", + "size": 21136, + "checksum": "SHA-256:55275c81f978994ab03e7288d0a577fc11d8ac660865d785718fe320294c4a94" + }, + { + "name": "CodeCodeCodec Library", + "version": "0.1.77013", + "author": "CodeCodeCodec", + "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", + "sentence": "Arduino library for CodeCodeCodec's projects.", + "paragraph": "Arduino library for CodeCodeCodec's projects.", + "website": "https://github.com/codecodecodec/CCC_Lib", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/codecodecodec/CCC_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.77013.zip", + "archiveFileName": "CodeCodeCodec_Library-0.1.77013.zip", + "size": 6517, + "checksum": "SHA-256:d6d63c7689797b13edcc848be39b7252e913b912b009264c0569ec674e533f3e" + }, + { + "name": "CodeCodeCodec Library", + "version": "0.1.8", + "author": "CodeCodeCodec", + "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", + "sentence": "Arduino library for CodeCodeCodec's projects.", + "paragraph": "Arduino library for CodeCodeCodec's projects.", + "website": "https://github.com/codecodecodec/CCC_Lib", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/codecodecodec/CCC_Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.8.zip", + "archiveFileName": "CodeCodeCodec_Library-0.1.8.zip", + "size": 4299, + "checksum": "SHA-256:1c5aa9ac7672070cdbda1c7c5e77f003c8c8d814ad4dd10bd7b7dae7f03a0511" + }, + { + "name": "CodeCodeCodec Library", + "version": "0.1.85", + "author": "CodeCodeCodec", + "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", + "sentence": "Arduino library for CodeCodeCodec's projects.", + "paragraph": "Arduino library for CodeCodeCodec's projects.", + "website": "https://github.com/codecodecodec/CCC_Lib", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/codecodecodec/CCC_Lib.git", + "dependencies": [ + { + "name": "TM1637" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.85.zip", + "archiveFileName": "CodeCodeCodec_Library-0.1.85.zip", + "size": 3989, + "checksum": "SHA-256:f13a796dbca69b32c0e11db4442155efc168def4698074f0b5d5a8d7cb4c42c6" + }, + { + "name": "SBUS2", + "version": "1.2.0", + "author": "Brushlesspower", + "maintainer": "Brushlesspower \u003cbrushlesspower@protonmail.com\u003e", + "sentence": "Arduino Library for receiving SBUS and SBUS2 Frames and transmit Telemetry Data", + "paragraph": "This library works with ATMega328P (with Inverter Circuit) and ESP32", + "website": "https://github.com/BrushlessPower/SBUS2-Telemetry", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BrushlessPower/SBUS2-Telemetry.git", + "providesIncludes": [ + "SBUS2.h", + "SBUS_usart.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BrushlessPower/SBUS2-1.2.0.zip", + "archiveFileName": "SBUS2-1.2.0.zip", + "size": 155647, + "checksum": "SHA-256:56a6305455ba971e1561df693763c7ad76e99de03ab8ac9daadec1611249c15c" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.0", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.0.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.0.zip", + "size": 17764, + "checksum": "SHA-256:dffdad5cbd96c8a8e79d0843f7129d66fe60c64c56f1455ec1dad38d21a9aa1e" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.2", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.2.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.2.zip", + "size": 20187, + "checksum": "SHA-256:31748820ae6daef35de2fcc9025afdf3d24be5a6f4d71f91d6ed9daa1958d4d4" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.3", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.3.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.3.zip", + "size": 20181, + "checksum": "SHA-256:996c2869f8f7836037436b231517f0c03b00ab576121344a2cd0ead186d63fca" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.4", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.4.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.4.zip", + "size": 21486, + "checksum": "SHA-256:0af1183e00b25f93ad6a1344f441f8775aaf5d0f438414e27892a9f72b18798b" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.6", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSenslr-HPMA115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.6.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.6.zip", + "size": 22929, + "checksum": "SHA-256:de41c6a96d2600103cbca8dad19119ea1f9ab46efce318c2f14eac7db16ea5b5" + }, + { + "name": "PMSensor-HPMA115", + "version": "1.0.7", + "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", + "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", + "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", + "website": "https://github.com/jedp/PMSensor-HPMA115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jedp/PMSensor-HPMA115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.7.zip", + "archiveFileName": "PMSensor_HPMA115-1.0.7.zip", + "size": 23208, + "checksum": "SHA-256:cafdde768168b3db78b9f83ea6e637cac6c456b8ac924d1b5948d67cd5807b42" + }, + { + "name": "button_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Supply classes for Button.", + "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", + "website": "https://github.com/asukiaaa/arduino-button", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.0.zip", + "archiveFileName": "button_asukiaaa-1.0.0.zip", + "size": 4344, + "checksum": "SHA-256:8f3a58e328e3da6ebedbc233d70e7bc86ea77f419b98830abebed9904fb792e6" + }, + { + "name": "button_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Supply classes for Button.", + "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", + "website": "https://github.com/asukiaaa/arduino-button", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.1.zip", + "archiveFileName": "button_asukiaaa-1.0.1.zip", + "size": 4349, + "checksum": "SHA-256:ac71d96a0191eb02b722f810bc1e15a3f43b579b90141ffc30f29ae36aab288c" + }, + { + "name": "button_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Supply classes for Button.", + "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", + "website": "https://github.com/asukiaaa/arduino-button", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.2.zip", + "archiveFileName": "button_asukiaaa-1.0.2.zip", + "size": 4336, + "checksum": "SHA-256:b56ce172823725885bbf57b28da32703d9634cdfeea68cba23deb9426d03f09c" + }, + { + "name": "button_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Supply classes for Button.", + "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", + "website": "https://github.com/asukiaaa/arduino-button", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.3.zip", + "archiveFileName": "button_asukiaaa-1.0.3.zip", + "size": 4347, + "checksum": "SHA-256:7f64af1e61adc97f8c85b011cdd7cd39a6a21033611dc9c474a78c5065a229f6" + }, + { + "name": "button_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Supply classes for Button.", + "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", + "website": "https://github.com/asukiaaa/arduino-button", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.4.zip", + "archiveFileName": "button_asukiaaa-1.0.4.zip", + "size": 5914, + "checksum": "SHA-256:f8d842ae7a92946688d52946a1fc37f9a0591ce5b1502ab68564b172a06150e1" + }, + { + "name": "FED3", + "version": "1.0.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "This is a library for operating the Feeding Experimentation Device version 3 (FED3)", + "website": "https://github.com/KravitzLabDevices/FED3", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.1.zip", + "archiveFileName": "FED3-1.0.1.zip", + "size": 4303806, + "checksum": "SHA-256:2b2a72382ee4156bd8a34962077f509e8a92ca024bd1b2544f23ea7575d2775b" + }, + { + "name": "FED3", + "version": "1.0.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "This is a library for operating the Feeding Experimentation Device version 3 (FED3)", + "website": "https://github.com/KravitzLabDevices/FED3", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.2.zip", + "archiveFileName": "FED3-1.0.2.zip", + "size": 4305634, + "checksum": "SHA-256:c6abb2f88be4e3e78edd2cf10868f03c47b0f0db9b9edcd3bd6b2f19ced967a8" + }, + { + "name": "FED3", + "version": "1.0.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.3.zip", + "archiveFileName": "FED3-1.0.3.zip", + "size": 4306092, + "checksum": "SHA-256:128455bb1ee098e87b61a331b42b114de6107da800a700c872b057b4374090d7" + }, + { + "name": "FED3", + "version": "1.0.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.5.zip", + "archiveFileName": "FED3-1.0.5.zip", + "size": 4305902, + "checksum": "SHA-256:7078eed39fc863a4c2eb8517bf479901e627d13d4890d8147313f7cf510fbde3" + }, + { + "name": "FED3", + "version": "1.1.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.0.zip", + "archiveFileName": "FED3-1.1.0.zip", + "size": 4316073, + "checksum": "SHA-256:88f870ca879d62a1a0e7bab93dc4d15d46451935e2461a209c62f31008d86250" + }, + { + "name": "FED3", + "version": "1.1.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.1.zip", + "archiveFileName": "FED3-1.1.1.zip", + "size": 4315996, + "checksum": "SHA-256:0ee4a0e1372db368d5718cc20c2d768bab36f569e90ad3da12d0eb5ecfa8c0ef" + }, + { + "name": "FED3", + "version": "1.1.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.3.zip", + "archiveFileName": "FED3-1.1.3.zip", + "size": 4322108, + "checksum": "SHA-256:59594a96255c90e4a336c93934d6bd4aaee227a9b915135be67c8d394dc9fb97" + }, + { + "name": "FED3", + "version": "1.1.31", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.31.zip", + "archiveFileName": "FED3-1.1.31.zip", + "size": 4322274, + "checksum": "SHA-256:f511ff7c4f41c5589026521340ba1602783d1058d194df039b5b5dd1f291ca5e" + }, + { + "name": "FED3", + "version": "1.1.32", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.32.zip", + "archiveFileName": "FED3-1.1.32.zip", + "size": 4322718, + "checksum": "SHA-256:f62f588470432643590cfdc9709ae4e53ca07c34c739adc69d7397936c414ad1" + }, + { + "name": "FED3", + "version": "1.1.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.4.zip", + "archiveFileName": "FED3-1.1.4.zip", + "size": 4323876, + "checksum": "SHA-256:8e60211f1b7199ce239694caa0704c1f2d2ac3caaf81516ce9c98489c159c324" + }, + { + "name": "FED3", + "version": "1.1.40", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.40.zip", + "archiveFileName": "FED3-1.1.40.zip", + "size": 4323958, + "checksum": "SHA-256:e30f3dbc42450fb1317aac26f61c5144f2ab92a94be08a7e1a2e0394614adc6f" + }, + { + "name": "FED3", + "version": "1.1.41", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.1.41.zip", + "archiveFileName": "FED3-1.1.41.zip", + "size": 4326058, + "checksum": "SHA-256:1bcbc7ca4413bf3fcfbf3966b19713e760673492402f3f61aeebed59bb63c3fb" + }, + { + "name": "FED3", + "version": "1.2.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.0.zip", + "archiveFileName": "FED3-1.2.0.zip", + "size": 4330815, + "checksum": "SHA-256:e1ed640a62c39e5eccd301895ce4b915e3ea6353c1d5b57c3383933a694eb61b" + }, + { + "name": "FED3", + "version": "1.2.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.1.zip", + "archiveFileName": "FED3-1.2.1.zip", + "size": 4328514, + "checksum": "SHA-256:d3ab76e6c44ca60bacfba6a0585aa9222ede12548900c807182341785504cece" + }, + { + "name": "FED3", + "version": "1.2.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.2.zip", + "archiveFileName": "FED3-1.2.2.zip", + "size": 4328516, + "checksum": "SHA-256:5d5cef8c9b7ac7fb5654a57cf760ea37b7a82df54d5a6bf872b81f41cf4e6917" + }, + { + "name": "FED3", + "version": "1.2.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.3.zip", + "archiveFileName": "FED3-1.2.3.zip", + "size": 4328518, + "checksum": "SHA-256:f82cd68911f6123e1e735f0eefac1d63040656c4d003b1cd15c374c4fa777e20" + }, + { + "name": "FED3", + "version": "1.2.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.4.zip", + "archiveFileName": "FED3-1.2.4.zip", + "size": 4328511, + "checksum": "SHA-256:d5d409474a978e66f6828cd8cbb3dd4d41d59b152f923c3ff072948636b49200" + }, + { + "name": "FED3", + "version": "1.2.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.5.zip", + "archiveFileName": "FED3-1.2.5.zip", + "size": 4328479, + "checksum": "SHA-256:c980d0e53c370e1d9d4ab5d90ff980a93b809b596b82b4e7c49e1f23467f7710" + }, + { + "name": "FED3", + "version": "1.2.6", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.2.6.zip", + "archiveFileName": "FED3-1.2.6.zip", + "size": 4328483, + "checksum": "SHA-256:5d77ae7e8bdebd7ecc08351a6b958b147ef4d750ba7172860fe2843dc1193653" + }, + { + "name": "FED3", + "version": "1.3.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.3.0.zip", + "archiveFileName": "FED3-1.3.0.zip", + "size": 4328696, + "checksum": "SHA-256:3e73ffe6a3ced7e02fca5104a89c3eb93b2a3fd412199a909c7ec1d712a3e305" + }, + { + "name": "FED3", + "version": "1.3.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.3.1.zip", + "archiveFileName": "FED3-1.3.1.zip", + "size": 4328714, + "checksum": "SHA-256:252c00564d2c9e59bb7b603b3a86117a3c4e1f819ed0aff0c6c730a65c6babe9" + }, + { + "name": "FED3", + "version": "1.4.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.1.zip", + "archiveFileName": "FED3-1.4.1.zip", + "size": 4335327, + "checksum": "SHA-256:41abd39588005dfd1b4efd89a7cf52c954f1d1b220874eef68f263b8e409fadf" + }, + { + "name": "FED3", + "version": "1.4.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.2.zip", + "archiveFileName": "FED3-1.4.2.zip", + "size": 4335328, + "checksum": "SHA-256:16fc1072112c8c97e9169a2107bc63e564e13ac8d4575a701133f14518afbc22" + }, + { + "name": "FED3", + "version": "1.4.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.3.zip", + "archiveFileName": "FED3-1.4.3.zip", + "size": 4340072, + "checksum": "SHA-256:18aee574869854c5971025c241f31c342c20f5027ce8baa9f0068649e6323edf" + }, + { + "name": "FED3", + "version": "1.4.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.4.zip", + "archiveFileName": "FED3-1.4.4.zip", + "size": 4338029, + "checksum": "SHA-256:20cf4e191c3b0043677ccfc933577dc1adf3c7e74cefcd89a4aace29e0507e54" + }, + { + "name": "FED3", + "version": "1.4.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.4.5.zip", + "archiveFileName": "FED3-1.4.5.zip", + "size": 4338046, + "checksum": "SHA-256:aa89947221c606a9716573d150ebb7957f1d278cae4f6dff0a64783919984d47" + }, + { + "name": "FED3", + "version": "1.5.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.5.0.zip", + "archiveFileName": "FED3-1.5.0.zip", + "size": 4350434, + "checksum": "SHA-256:9d553c417b971fa3c01639d00e865ced210b403f77ee00ffa41f3c16586cb21b" + }, + { + "name": "FED3", + "version": "1.5.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.5.1.zip", + "archiveFileName": "FED3-1.5.1.zip", + "size": 4350721, + "checksum": "SHA-256:b6c03f96a8f72bb372ac3394346312419ba4d5c06746d97ca9a1c5740819d7f8" + }, + { + "name": "FED3", + "version": "1.6.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.6.0.zip", + "archiveFileName": "FED3-1.6.0.zip", + "size": 4350824, + "checksum": "SHA-256:8f8a0587993b0a099204284468601dc26412b8eced41409f102070a5a1a62d2d" + }, + { + "name": "FED3", + "version": "1.7.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.7.0.zip", + "archiveFileName": "FED3-1.7.0.zip", + "size": 4351071, + "checksum": "SHA-256:0d086cff5730035a6f7ea80e468ad698166bea74ae13a2853304825c1fdb9969" + }, + { + "name": "FED3", + "version": "1.8.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.0.zip", + "archiveFileName": "FED3-1.8.0.zip", + "size": 4351221, + "checksum": "SHA-256:22cd25590db3f0a3888b822294097a7f4947a6382897412e661e5f6b7c491cbd" + }, + { + "name": "FED3", + "version": "1.8.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.1.zip", + "archiveFileName": "FED3-1.8.1.zip", + "size": 4351221, + "checksum": "SHA-256:858359323f2d471ddae9c4a5433a8264a9c6ae409eb5ab1a9a226084e8ed8ddd" + }, + { + "name": "FED3", + "version": "1.8.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.2.zip", + "archiveFileName": "FED3-1.8.2.zip", + "size": 4351224, + "checksum": "SHA-256:7a7e3a863cfb488ec1c361a114228e6155f70bd488f62a4cbee98931ed900104" + }, + { + "name": "FED3", + "version": "1.8.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.3.zip", + "archiveFileName": "FED3-1.8.3.zip", + "size": 4355006, + "checksum": "SHA-256:dcdfca4d583ca8563953a13c283ed5e7bf1a00b5ef52e1082cf08f61e8f2aae5" + }, + { + "name": "FED3", + "version": "1.8.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.4.zip", + "archiveFileName": "FED3-1.8.4.zip", + "size": 4355944, + "checksum": "SHA-256:314e23904faf76cd1ea26f80bbcbcca1d61412397fb0b52494604bb8a0564098" + }, + { + "name": "FED3", + "version": "1.8.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.8.5.zip", + "archiveFileName": "FED3-1.8.5.zip", + "size": 4355952, + "checksum": "SHA-256:c29104c7eb03f04138a64c5c3f77bcd28363fc231498f2898ca83c0778df492c" + }, + { + "name": "FED3", + "version": "1.9.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.9.0.zip", + "archiveFileName": "FED3-1.9.0.zip", + "size": 4356094, + "checksum": "SHA-256:80ac6639213ce949e65f3671444222a8677678e5be299a8d4e149eb4ec054733" + }, + { + "name": "FED3", + "version": "1.9.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.9.1.zip", + "archiveFileName": "FED3-1.9.1.zip", + "size": 4356106, + "checksum": "SHA-256:b2eccce2004199614b50702d7ed9303c963010b90073e7dfad49e2d85454e2b5" + }, + { + "name": "FED3", + "version": "1.10.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.10.0.zip", + "archiveFileName": "FED3-1.10.0.zip", + "size": 4359720, + "checksum": "SHA-256:a6715038ce45eedd5052a6896b96391a6e5959f04654394314ec1c55c05a13ca" + }, + { + "name": "FED3", + "version": "1.9.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit_BusIO" + }, + { + "name": "Adafruit_GFX_Library" + }, + { + "name": "Adafruit_NeoPixel" + }, + { + "name": "Adafruit_SHARP_Memory_Display" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.9.2.zip", + "archiveFileName": "FED3-1.9.2.zip", + "size": 4356115, + "checksum": "SHA-256:8c498986b5c06c72e4818d923dd9b4f1d61d5578f530ade614e28d678d345a65" + }, + { + "name": "FED3", + "version": "1.11.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.11.0.zip", + "archiveFileName": "FED3-1.11.0.zip", + "size": 4441824, + "checksum": "SHA-256:8d8d59227a91a29a80f9a5fd7bcb376826761f2a28ad610d78acb1c26f94085c" + }, + { + "name": "FED3", + "version": "1.12.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.12.0.zip", + "archiveFileName": "FED3-1.12.0.zip", + "size": 4442571, + "checksum": "SHA-256:243f5723fb47e479e23bfc7ba9ea0aac7f3c0b85554fb79fc95231eca1f44945" + }, + { + "name": "FED3", + "version": "1.13.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.13.0.zip", + "archiveFileName": "FED3-1.13.0.zip", + "size": 4442557, + "checksum": "SHA-256:f387550944ea7ff1d624f66c60a68ec87282324a0ad5b264328ae1a45341df5b" + }, + { + "name": "FED3", + "version": "1.13.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.13.1.zip", + "archiveFileName": "FED3-1.13.1.zip", + "size": 4442566, + "checksum": "SHA-256:f20b4808b82a47364d7f88855afa56f5364923ad969bfb92b1d4937223b03242" + }, + { + "name": "FED3", + "version": "1.13.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.13.2.zip", + "archiveFileName": "FED3-1.13.2.zip", + "size": 4442569, + "checksum": "SHA-256:ab3c648fced1c31c67190abbd6b5aee733a6745db60c3e6cd26426e4b59aba7d" + }, + { + "name": "FED3", + "version": "1.14.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.14.0.zip", + "archiveFileName": "FED3-1.14.0.zip", + "size": 4443764, + "checksum": "SHA-256:0a8634f088792746901fcf694db634c2ee8e749811ac5ee3b19d5482a4517b0d" + }, + { + "name": "FED3", + "version": "1.14.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.14.1.zip", + "archiveFileName": "FED3-1.14.1.zip", + "size": 4443764, + "checksum": "SHA-256:fbdb29f61dadb5db6d42d8cc80570a5051d364a6c7440b2a59f18fa9d1541d95" + }, + { + "name": "FED3", + "version": "1.16.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.16.0.zip", + "archiveFileName": "FED3-1.16.0.zip", + "size": 4447604, + "checksum": "SHA-256:aae13fac9632ac7185a74bf0f5d6a3a5e2ccfd9fa9dd42cc3d4cc1902dca8644" + }, + { + "name": "FED3", + "version": "1.16.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.16.1.zip", + "archiveFileName": "FED3-1.16.1.zip", + "size": 4447604, + "checksum": "SHA-256:4701a4d7f103fe81debd2f6571c195f1c622366fbec2d95713affb28a4f4384f" + }, + { + "name": "FED3", + "version": "1.16.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.16.2.zip", + "archiveFileName": "FED3-1.16.2.zip", + "size": 4447675, + "checksum": "SHA-256:218db0357c1c5f7e64cc9b2f5fa86c3d62edaa869ca90982879f1131c1f9695f" + }, + { + "name": "FED3", + "version": "1.16.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FED3", + "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", + "website": "https://github.com/KravitzLabDevices/FED3_library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FED3_library.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Arduino Low Power" + }, + { + "name": "RTClib" + }, + { + "name": "RTCZero" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.16.3.zip", + "archiveFileName": "FED3-1.16.3.zip", + "size": 4447669, + "checksum": "SHA-256:d546bcde35a3895aaec3e9b1a6c50ea193c3c5007d836854df18d04b1e69b8be" + }, + { + "name": "string_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.0.zip", + "archiveFileName": "string_asukiaaa-1.0.0.zip", + "size": 3726, + "checksum": "SHA-256:a67fcc82eabc27eb03e64e7e819cdd9fd689791d14a4f972494c63ad0fa59e5d" + }, + { + "name": "string_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.1.zip", + "archiveFileName": "string_asukiaaa-1.0.1.zip", + "size": 3860, + "checksum": "SHA-256:049e6ac7dbb410d9963799c924367d6d8e94c74b312f6092d867b9d60b268f71" + }, + { + "name": "string_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.2.zip", + "archiveFileName": "string_asukiaaa-1.0.2.zip", + "size": 4025, + "checksum": "SHA-256:e50f22358c14bd71e7348f65ee0e944cd88a840bc5ce2395ced64bcb4573a6c1" + }, + { + "name": "string_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.\u003cbr /\u003e Ex: padStart padEnd padNumStart padNumEnd yesNo trueFalse", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.3.zip", + "archiveFileName": "string_asukiaaa-1.0.3.zip", + "size": 4099, + "checksum": "SHA-256:079023036e7ac44502b910e62bd13d7d18dcb25df89fc3428777fb63903ef87b" + }, + { + "name": "string_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about string for Arduino.", + "paragraph": "This library supplies useful functions to manage string on Arduino.\u003cbr /\u003e Ex: padStart padEnd padNumStart padNumEnd yesNo trueFalse", + "website": "https://github.com/asukiaaa/arduino-string", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-string.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.4.zip", + "archiveFileName": "string_asukiaaa-1.0.4.zip", + "size": 4307, + "checksum": "SHA-256:b02462503dceda648b0d49835b8cd2efc134996becb7f7eb054c34e128979773" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.0.zip", + "archiveFileName": "wire_asukiaaa-1.0.0.zip", + "size": 6742, + "checksum": "SHA-256:ada721eca0bb91d4e586afb05ecb7882ab66d5ee5ba5453e420a3fb79f130df3" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.1.zip", + "archiveFileName": "wire_asukiaaa-1.0.1.zip", + "size": 6733, + "checksum": "SHA-256:36121a8faf64fd76ff99f09e365d9d434d44d2cb45e16bb8e14f787756aa0081" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.2.zip", + "archiveFileName": "wire_asukiaaa-1.0.2.zip", + "size": 6983, + "checksum": "SHA-256:54f6f50a6313425b27374afcbf583735439025b33a7d133d6fd6ba7ae92eb4f0" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.3.zip", + "archiveFileName": "wire_asukiaaa-1.0.3.zip", + "size": 6891, + "checksum": "SHA-256:83fe22dfe4445bd8d749157d345ff069b32e5dd8f1dfc67051a9cb073eb9d6d0" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.4.zip", + "archiveFileName": "wire_asukiaaa-1.0.4.zip", + "size": 7269, + "checksum": "SHA-256:bc19280d22fd430445edc82f25bcb9a480bde561069e4eed7139386b64518fb7" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.5.zip", + "archiveFileName": "wire_asukiaaa-1.0.5.zip", + "size": 7284, + "checksum": "SHA-256:41bd6a522a18cd270d96fd94765003f69b3dd7a12b77c56b8e0f902653dd0ba8" + }, + { + "name": "wire_asukiaaa", + "version": "1.0.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.6.zip", + "archiveFileName": "wire_asukiaaa-1.0.6.zip", + "size": 7302, + "checksum": "SHA-256:e661f113178e5e6997a6c91da8f5375c8f0fbd4814176d922fe4b622cadc78cc" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.0.zip", + "archiveFileName": "wire_asukiaaa-1.1.0.zip", + "size": 7301, + "checksum": "SHA-256:43280ba861294852b0fb31f6abe67f25e88732f9e29f3a1033d1a9f5f4664fe5" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.1.zip", + "archiveFileName": "wire_asukiaaa-1.1.1.zip", + "size": 7304, + "checksum": "SHA-256:e8671cec19fab48d6fbdab0f6f2ac3f1765950a4fc09464cd80bed7e504cbc38" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.2.zip", + "archiveFileName": "wire_asukiaaa-1.1.2.zip", + "size": 7354, + "checksum": "SHA-256:3535f81210e3342edef271e2ffb691b0cae4273371acf066ef7ca5415807777a" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.3.zip", + "archiveFileName": "wire_asukiaaa-1.1.3.zip", + "size": 7438, + "checksum": "SHA-256:726a0ac285607323cd42b71c7ae50f16573351919b5b318f3315c57d3f03bd72" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.4.zip", + "archiveFileName": "wire_asukiaaa-1.1.4.zip", + "size": 7475, + "checksum": "SHA-256:5343a51a0cd60f77c269751fb402fbf2b38d818742a31f36396a572a04fb9f4c" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.5.zip", + "archiveFileName": "wire_asukiaaa-1.1.5.zip", + "size": 7490, + "checksum": "SHA-256:514f1c3a9ee34fd9b8e5c2cdf255d9c545d429d95c35c93c62ac8c091ccc4d02" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.6.zip", + "archiveFileName": "wire_asukiaaa-1.1.6.zip", + "size": 7618, + "checksum": "SHA-256:7057ad39ca80990b59616e59c36c7fdc2dd574c84ebdb08725f41024e81ae585" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.7", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.7.zip", + "archiveFileName": "wire_asukiaaa-1.1.7.zip", + "size": 7689, + "checksum": "SHA-256:c9dd079454916bb0c52b7e299c49edcb3ee39d95d31eabd03709dffcc2d6eeec" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.8", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.8.zip", + "archiveFileName": "wire_asukiaaa-1.1.8.zip", + "size": 7776, + "checksum": "SHA-256:91ce22fc4d585823feb5475eef8b70db28954dbdf30a7e87369f3798a3f559b2" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.9", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.9.zip", + "archiveFileName": "wire_asukiaaa-1.1.9.zip", + "size": 8161, + "checksum": "SHA-256:68568a8580775134f9edca71ab850768e5e7b7f5efc53a0bbfddf295118ef507" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.10", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.10.zip", + "archiveFileName": "wire_asukiaaa-1.1.10.zip", + "size": 8349, + "checksum": "SHA-256:a0d056305aa273882a42cac4489af89180bcb3d97ac9868a41bf678e92294319" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.11", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.11.zip", + "archiveFileName": "wire_asukiaaa-1.1.11.zip", + "size": 8306, + "checksum": "SHA-256:99b17d449de5c7385ba44626dff82c2b88cbb9eff1047ac4e9ea9564a56e9815" + }, + { + "name": "wire_asukiaaa", + "version": "1.1.12", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Functions about wire for Arduino.", + "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", + "website": "https://github.com/asukiaaa/arduino-wire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-wire.git", + "providesIncludes": [ + "wire_asukiaaa.h", + "wire_asukiaaa_template.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.1.12.zip", + "archiveFileName": "wire_asukiaaa-1.1.12.zip", + "size": 8286, + "checksum": "SHA-256:a6a8a8d9017ee6b01c7755c80ed07a86954b4401fc29b892430cdc45520fe956" + }, + { + "name": "MCCI Catena SDP", + "version": "0.1.0", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SDP (SDP31, SDP32, SDP800-series) Differential Pressure sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI-Catena-SHT3x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SDP.git", + "providesIncludes": [ + "MCCI_Catena_SDP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SDP-0.1.0.zip", + "archiveFileName": "MCCI_Catena_SDP-0.1.0.zip", + "size": 16559501, + "checksum": "SHA-256:6da97b841ff6f11b56e81f5b3177cdf5241725e3bbbd5752ad826c1857947ae2" + }, + { + "name": "MCCI Catena SDP", + "version": "1.0.1", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SDP (SDP31, SDP32, SDP800-series) Differential Pressure sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI_Catena_SDP", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SDP.git", + "providesIncludes": [ + "MCCI_Catena_SDP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SDP-1.0.1.zip", + "archiveFileName": "MCCI_Catena_SDP-1.0.1.zip", + "size": 16559807, + "checksum": "SHA-256:aafad2c5db20561b563ec7606f9d31ff4eab9d9c99b9876855d061a989320e43" + }, + { + "name": "TFLI2C", + "version": "0.0.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", + "website": "https://github.com/budryerson/TFLuna", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "providesIncludes": [ + "TFLI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.0.1.zip", + "archiveFileName": "TFLI2C-0.0.1.zip", + "size": 2603530, + "checksum": "SHA-256:7b4091a014d4d4e526df4f7ada7458b0983c558da3c5d7d9e9d971f457d96938" + }, + { + "name": "TFLI2C", + "version": "0.1.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", + "website": "https://github.com/budryerson/TFLuna", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "providesIncludes": [ + "TFLI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.1.0.zip", + "archiveFileName": "TFLI2C-0.1.0.zip", + "size": 2603785, + "checksum": "SHA-256:3215c97651444e235421647cdd5923a7783942c3ddfbeaa5487299d3cbc04f0b" + }, + { + "name": "TFLI2C", + "version": "0.1.1", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", + "website": "https://github.com/budryerson/TFLuna-I2C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "providesIncludes": [ + "TFLI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.1.1.zip", + "archiveFileName": "TFLI2C-0.1.1.zip", + "size": 2604309, + "checksum": "SHA-256:46692fd12135ad66c4127c744db84ed75a3879f024a73cfc73f2a56d25049937" + }, + { + "name": "TFLI2C", + "version": "0.2.0", + "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", + "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", + "website": "https://github.com/budryerson/TFLuna-I2C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "providesIncludes": [ + "TFLI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.2.0.zip", + "archiveFileName": "TFLI2C-0.2.0.zip", + "size": 3959028, + "checksum": "SHA-256:136040ce1eff87e2f703ff184e1c3746eeecccc5892a22240384f03357276f10" + }, + { + "name": "controlKeyboard", + "version": "1.0.0", + "author": "YathishgowdaHR,yashuyathi11@gmail.com", + "maintainer": "YathisggowdaHR,yashuyathi11@gmail.com", + "sentence": "A library for checking keyboard events like whether a key is pressed or released.", + "paragraph": "Listens the input from keyboard which is attached to board and provides necessary functions to handle it.", + "website": "https://github.com/YashuYathi/controlKeyboard", + "category": "Uncategorized", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YashuYathi/controlKeyboard.git", + "providesIncludes": [ + "controlKeyboard.h" + ], + "dependencies": [ + { + "name": "USBHost" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YashuYathi/controlKeyboard-1.0.0.zip", + "archiveFileName": "controlKeyboard-1.0.0.zip", + "size": 6373, + "checksum": "SHA-256:be5b2587179263b282b1188b9e088de1b30ff497f19c760b36d6a4ee45444558" + }, + { + "name": "PWMMotorControl", + "version": "1.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", + "sentence": "Control brushed DC motors by PWM and uses optional attached encoders to drive fixed distances. For L298 or TB6612, or Adafruit Motor Shield\u003cbr/\u003e", + "paragraph": "With special CarMotorControl for easy control of 2 or 4 motors of the obstacle avoiding \u003cb\u003earduino robot car kits\u003c/b\u003e.\u003cbr/\u003eIf slot-type photo interrupters are attached to the encoder discs of such a kit, deterministic distances and turns can be driven.\u003cbr/\u003eExamples include a follower car and an Bluetooth controlled obstacle avoiding car.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded and renamed functions.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PWMMotorControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/PWMMotorControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PWMMotorControl-1.1.0.zip", + "archiveFileName": "PWMMotorControl-1.1.0.zip", + "size": 2081739, + "checksum": "SHA-256:102b6264b84f70082c6ea2de6141480fc0a9a4cfadfa96ee4d3fcee60b658b74" + }, + { + "name": "PWMMotorControl", + "version": "1.9.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Control brushed DC motors by PWM and uses optional attached encoders to drive fixed distances. For L298 or TB6612, or Adafruit Motor Shield\u003cbr/\u003e", + "paragraph": "With special CarPWMMotorControl for easy control of 2 or 4 motors of the obstacle avoiding \u003cb\u003earduino robot car kits\u003c/b\u003e.\u003cbr/\u003eIf slot-type photo interrupters or IMU / MPU6050 are attached to the encoder discs of such a kit, deterministic distances and turns can be driven.\u003cbr/\u003eExamples include a follower car and an Bluetooth controlled obstacle avoiding car.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eIMU / MPU6050 support. Renamed *.cpp to *.hpp. Added and renamed functions. Removed StopSpeed and all *Compensated functions.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PWMMotorControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/PWMMotorControl.git", + "providesIncludes": [ + "CarPWMMotorControl.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PWMMotorControl-1.9.0.zip", + "archiveFileName": "PWMMotorControl-1.9.0.zip", + "size": 2628982, + "checksum": "SHA-256:fe9fd5b1a4ecbc244f24015c05a6648855d8e4d4147380dc5b7551ddf7f972f2" + }, + { + "name": "PWMMotorControl", + "version": "2.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Control brushed DC motors by PWM and uses optional attached encoders to drive fixed distances. For L298 or TB6612, or Adafruit Motor Shield\u003cbr/\u003e", + "paragraph": "With special CarPWMMotorControl for easy control of 2 or 4 motors of the obstacle avoiding \u003cb\u003earduino robot car kits\u003c/b\u003e.\u003cbr/\u003eIf slot-type photo interrupters or IMU / MPU6050 are attached to the encoder discs of such a kit, deterministic distances and turns can be driven.\u003cbr/\u003eExamples include a follower car and an Bluetooth controlled obstacle avoiding car.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eMecanumWheelCar support. Renamed instance from RobotCarPWMMotorControl to RobotCar.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PWMMotorControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/PWMMotorControl.git", + "providesIncludes": [ + "CarPWMMotorControl.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PWMMotorControl-2.0.0.zip", + "archiveFileName": "PWMMotorControl-2.0.0.zip", + "size": 2793601, + "checksum": "SHA-256:e0a3e0d7b47cca7911995724267e76b9934e5c91d0f957b353c0c1cc7cc9417e" + }, + { + "name": "PWMMotorControl", + "version": "2.1.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Control brushed DC motors by PWM and uses optional attached encoders to drive fixed distances. For L298 or TB6612, or Adafruit Motor Shield\u003cbr/\u003e", + "paragraph": "With special CarPWMMotorControl for easy control of 2 or 4 motors of the obstacle avoiding \u003cb\u003earduino robot car kits\u003c/b\u003e.\u003cbr/\u003eIf slot-type photo interrupters or IMU / MPU6050 are attached to the encoder discs of such a kit, deterministic distances and turns can be driven.\u003cbr/\u003eExamples include a follower car and an Bluetooth controlled obstacle avoiding car.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eNew functions and improved examples.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/PWMMotorControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/PWMMotorControl.git", + "providesIncludes": [ + "CarPWMMotorControl.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PWMMotorControl-2.1.0.zip", + "archiveFileName": "PWMMotorControl-2.1.0.zip", + "size": 3206357, + "checksum": "SHA-256:edfe4ed6012986c6f894b0d141b235a82223d7a2ba85879102d4d6c2dae31705" + }, + { + "name": "MKRWAN_v2", + "version": "1.3.1", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310 - firmware 1.3.1", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN_v2", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/MKRWAN_v2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN_v2-1.3.1.zip", + "archiveFileName": "MKRWAN_v2-1.3.1.zip", + "size": 193341, + "checksum": "SHA-256:1f87867698d6d737ee85541930f73cf9140b761fe7bc1042646d05c81770326c" + }, + { + "name": "MKRWAN_v2", + "version": "1.3.2", + "author": "Arduino \u003csupport@arduino.cc\u003e", + "maintainer": "Arduino \u003csupport@arduino.cc\u003e", + "sentence": "Support library for MKR WAN 1300/1310 - firmware 1.3.1", + "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", + "website": "http://github.com/arduino-libraries/MKRWAN_v2", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/MKRWAN_v2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN_v2-1.3.2.zip", + "archiveFileName": "MKRWAN_v2-1.3.2.zip", + "size": 193363, + "checksum": "SHA-256:b52cf7da0aa12244119df2490e0a276d7ba3c89c16340df7a20f797e9336a0b3" + }, + { + "name": "Melopero BME280", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the BME280 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the BME280 sensor.", + "website": "https://github.com/melopero/Melopero_BME280_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_BME280-1.0.0.zip", + "archiveFileName": "Melopero_BME280-1.0.0.zip", + "size": 27187, + "checksum": "SHA-256:71af70b5d1441d508d29ec73ce8db625eedc6790bcfa5e4c4af88b46cc655e26" + }, + { + "name": "Melopero BME280", + "version": "1.1.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the BME280 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the BME280 sensor.", + "website": "https://github.com/melopero/Melopero_BME280_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_BME280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_BME280-1.1.0.zip", + "archiveFileName": "Melopero_BME280-1.1.0.zip", + "size": 27316, + "checksum": "SHA-256:9c68a4f6a3bed930676c595e701fec86612e66ead187c6d45e2ef2259cc32ce6" + }, + { + "name": "HyperDeck", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "paragraph": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "website": "https://github.com/hideakitai/HyperDeck", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/HyperDeck.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/HyperDeck-0.1.0.zip", + "archiveFileName": "HyperDeck-0.1.0.zip", + "size": 6792, + "checksum": "SHA-256:293b0c69188179ccee4a6decf124d6bf1dd71d92a15cc386d844bb31310c0e0c" + }, + { + "name": "HyperDeck", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "paragraph": "BlackMagic Design HyperDeck controller for Arduino via TCP", + "website": "https://github.com/hideakitai/HyperDeck", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/HyperDeck.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/HyperDeck-0.2.0.zip", + "archiveFileName": "HyperDeck-0.2.0.zip", + "size": 8539, + "checksum": "SHA-256:2e2bba4edb92cc6a22a2a2d92028621f1a195c059166d27aa06aa6e07d715d80" + }, + { + "name": "MCP2515-nb", + "version": "0.1.0", + "author": "WitchCraftWorks Team", + "maintainer": "WitchCraftWorks Team", + "sentence": "Arduino library for MCP2515 with non-blocking support.", + "paragraph": "Supports Microchip MCP2515 based boards/shields and non-blocking write operations.", + "website": "https://github.com/WitchCraftWorks/arduino-MCP2515-nb", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WitchCraftWorks/arduino-MCP2515-nb.git", + "providesIncludes": [ + "MCP2515_nb.h" + ], + "dependencies": [ + { + "name": "avr_stl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WitchCraftWorks/MCP2515_nb-0.1.0.zip", + "archiveFileName": "MCP2515_nb-0.1.0.zip", + "size": 24374, + "checksum": "SHA-256:1caa8141e351611470c2f0854505ccfb2f5df91a6f5134028007f61f240246f0" + }, + { + "name": "ZeroTC45", + "version": "1.0.0", + "author": "David Taylor", + "maintainer": "David Taylor \u003cdajt1@bigpond.com\u003e", + "sentence": "Allows use of the ARM Cortex-M0 TC4 and TC5 counters for periodic interrupts.", + "paragraph": "With this library you can use the TC4 and TC5 counters of an ARM Cortex-M0 based board to generate periodic interrupts. The counters have a 1 second resolution.", + "website": "https://github.com/dajtxx/ZeroTC45", + "category": "Timing", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dajtxx/ZeroTC45.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dajtxx/ZeroTC45-1.0.0.zip", + "archiveFileName": "ZeroTC45-1.0.0.zip", + "size": 41709, + "checksum": "SHA-256:798149214545520516a7b1010656921baf6a704e43b067b475cc0cc9f1966420" + }, + { + "name": "ZeroTC45", + "version": "1.1.0", + "author": "David Taylor", + "maintainer": "David Taylor \u003cdajt1@bigpond.com\u003e", + "sentence": "Allows use of the ARM Cortex-M0 TC4 and TC5 counters for periodic interrupts.", + "paragraph": "With this library you can use the TC4 and TC5 counters of an ARM Cortex-M0 based board to generate periodic interrupts. The counters have a 1 second or 1 millisecond resolution. Both counters use the same resolution.", + "website": "https://github.com/dajtxx/ZeroTC45", + "category": "Timing", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dajtxx/ZeroTC45.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dajtxx/ZeroTC45-1.1.0.zip", + "archiveFileName": "ZeroTC45-1.1.0.zip", + "size": 43493, + "checksum": "SHA-256:04ab3e9c7116059547561ff8e187de083e2a307e276a56cfbb72bf42f12e90de" + }, + { + "name": "LightEffect", + "version": "1.0.0", + "author": "Christian Bezanger - Locoduino", + "maintainer": "Christian Bezanger - Locoduino", + "sentence": "This library allows you to easily create light animations from an Arduino board or an ATtiny microcontroller (traffic lights, chaser, shopkeeper sign, etc.)", + "paragraph": "The LEDs can be connected to the digital outputs by their anode or else by their cathode, but all LEDs must be connected in the same way. In addition, the digital outputs used must follow each other in ascending order of their numbering.", + "website": "https://github.com/Locoduino/LightEffect", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Locoduino/LightEffect.git", + "providesIncludes": [ + "LightEffect.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightEffect-1.0.0.zip", + "archiveFileName": "LightEffect-1.0.0.zip", + "size": 19432, + "checksum": "SHA-256:034bedcc17a6120ce69ef2f1c131ea2a19b0ff63551d1d0712b9f5bf8706ca67" + }, + { + "name": "Melopero RV3028", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the RV3028 rtc.", + "paragraph": "This library allows an Arduino board to communicate with the RV3028 rtc. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_RV3028-1.0.0.zip", + "archiveFileName": "Melopero_RV3028-1.0.0.zip", + "size": 2786819, + "checksum": "SHA-256:2aafdff67d4139b6463cfc9d1cb55ed9e7c5b09d2e9db3023e4560d1fa02dde8" + }, + { + "name": "Melopero RV3028", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the RV3028 rtc.", + "paragraph": "This library allows an Arduino board to communicate with the RV3028 rtc. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_RV3028-1.0.1.zip", + "archiveFileName": "Melopero_RV3028-1.0.1.zip", + "size": 3336206, + "checksum": "SHA-256:d667769e8ff0fa856b645abdf6e55c9c5aec83bbeebfcb88a394fb5b9575a184" + }, + { + "name": "Melopero RV3028", + "version": "1.1.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the RV3028 rtc.", + "paragraph": "This library allows an Arduino board to communicate with the RV3028 rtc. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_RV3028-1.1.0.zip", + "archiveFileName": "Melopero_RV3028-1.1.0.zip", + "size": 3336321, + "checksum": "SHA-256:24cb17a24b11d30d0b98f7115586c2ed25bd9a93b28cd81f712b470f4816398c" + }, + { + "name": "Melopero VL53L1X", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the VL53L1X sensor.", + "paragraph": "This library allows an Arduino board to communicate with the VL53L1X sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_VL53L1X-1.0.0.zip", + "archiveFileName": "Melopero_VL53L1X-1.0.0.zip", + "size": 233600, + "checksum": "SHA-256:c1693637f2a4afe4f2534939f1ef66b7cb5dc0818502164095b645e9a721374b" + }, + { + "name": "Melopero VL53L1X", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the VL53L1X sensor.", + "paragraph": "This library allows an Arduino board to communicate with the VL53L1X sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_VL53L1X-1.0.1.zip", + "archiveFileName": "Melopero_VL53L1X-1.0.1.zip", + "size": 233611, + "checksum": "SHA-256:644e3ebaec8b94f49ec9317952964cec1132fe4c113bac1c1f2f09a4c87ce0eb" + }, + { + "name": "Melopero VL53L1X", + "version": "1.1.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the VL53L1X sensor.", + "paragraph": "This library allows an Arduino board to communicate with the VL53L1X sensor. Interrupts are supported.", + "website": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_VL53L1X-1.1.0.zip", + "archiveFileName": "Melopero_VL53L1X-1.1.0.zip", + "size": 233887, + "checksum": "SHA-256:1e497440235cd89bf77e93b0ce984d47380e2aaeaf55a79f137658d9f751b4de" + }, + { + "name": "ThingESP", + "version": "1.0.0", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.0.0.zip", + "archiveFileName": "ThingESP-1.0.0.zip", + "size": 129494, + "checksum": "SHA-256:d87d64a6a7d3b0a2413c570ac8fbe52395b9778f356a9a12d4a7aaaec0b0fcdc" + }, + { + "name": "ThingESP", + "version": "1.0.1", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.0.1.zip", + "archiveFileName": "ThingESP-1.0.1.zip", + "size": 129495, + "checksum": "SHA-256:9c5da082ea11830fb9f07530dfb016d4f3d36e2a190de8729d860abe570c4603" + }, + { + "name": "ThingESP", + "version": "1.2.0", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.0.zip", + "archiveFileName": "ThingESP-1.2.0.zip", + "size": 131789, + "checksum": "SHA-256:250c5b6559b5b84bcdbc4cb93c20e1d5fff59732ba956bfd0a2fa4fcf874eeb1" + }, + { + "name": "ThingESP", + "version": "1.2.1", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.1.zip", + "archiveFileName": "ThingESP-1.2.1.zip", + "size": 133468, + "checksum": "SHA-256:99a6d2b25a7b83af54fa20bab589acf227ae879c1dd942b3e3990217320b0e3b" + }, + { + "name": "ThingESP", + "version": "1.2.2", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.2.zip", + "archiveFileName": "ThingESP-1.2.2.zip", + "size": 135339, + "checksum": "SHA-256:0f7a73385d8fa67ba837728f1c8ffeba8d653362c298ead3cdc5b53e90d8000b" + }, + { + "name": "ThingESP", + "version": "1.3.0", + "author": "SiddheshNan \u003chello@siddhesh.me\u003e", + "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", + "sentence": "Arduino library for the ThingsESP Platform.", + "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", + "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.3.0.zip", + "archiveFileName": "ThingESP-1.3.0.zip", + "size": 137182, + "checksum": "SHA-256:166fe0a32e0eac242f5d74b7f4a4b5ab96c2a309d15ec1928f2cf037b3f56053" + }, + { + "name": "Adafruit MLX90395", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90395 magenetic field sensor", + "paragraph": "Driver for the MLX90395 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90395", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90395.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90395-1.0.0.zip", + "archiveFileName": "Adafruit_MLX90395-1.0.0.zip", + "size": 7234, + "checksum": "SHA-256:b5da71706531dd38f7fb69086ab0b38e98ff36e241e9261c082a36a936cf2bd2" + }, + { + "name": "Adafruit MLX90395", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90395 magenetic field sensor", + "paragraph": "Driver for the MLX90395 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90395", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90395.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90395-1.0.1.zip", + "archiveFileName": "Adafruit_MLX90395-1.0.1.zip", + "size": 7611, + "checksum": "SHA-256:ec152f900ecc5c7c988aa1281a24480a89d5e47b0c311218ff01e2804d192008" + }, + { + "name": "Adafruit MLX90395", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Driver for the MLX90395 magenetic field sensor", + "paragraph": "Driver for the MLX90395 magenetic field sensor", + "website": "https://github.com/adafruit/Adafruit_MLX90395", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_MLX90395.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90395-1.0.3.zip", + "archiveFileName": "Adafruit_MLX90395-1.0.3.zip", + "size": 7611, + "checksum": "SHA-256:7b0ac51ad86db2e2a9d91856c343812989d891b4fc1c03abf35b56bcad6eddb4" + }, + { + "name": "BLE-MIDI", + "version": "2.1.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "BLE-MIDI I/Os for Arduino", + "paragraph": "MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino", + "website": "https://github.com/lathoub/Arduino-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32", + "samd", + "megaavr", + "mbed", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-BLE-MIDI.git", + "providesIncludes": [ + "BLEMIDI_Transport.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/BLE_MIDI-2.1.0.zip", + "archiveFileName": "BLE_MIDI-2.1.0.zip", + "size": 19403, + "checksum": "SHA-256:685795b8d0c93d8ada1143bab1b24f2b08ef7127d72d2aa10047c01bf8a75b35" + }, + { + "name": "BLE-MIDI", + "version": "2.2.0", + "author": "lathoub", + "maintainer": "lathoub \u003clathoub@gmail.com\u003e", + "sentence": "BLE-MIDI I/Os for Arduino", + "paragraph": "MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino", + "website": "https://github.com/lathoub/Arduino-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32", + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lathoub/Arduino-BLE-MIDI.git", + "providesIncludes": [ + "BLEMIDI_Transport.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/BLE_MIDI-2.2.0.zip", + "archiveFileName": "BLE_MIDI-2.2.0.zip", + "size": 28531, + "checksum": "SHA-256:df96eb9dc815649a11bc52b39cc554486467aeae7f715be33349db319fcfe325" + }, + { + "name": "Adafruit TLA202x", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TLA202x sensors in the Adafruit shop", + "paragraph": "Arduino library for the TLA202x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TLA202x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TLA202x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLA202x-1.0.0.zip", + "archiveFileName": "Adafruit_TLA202x-1.0.0.zip", + "size": 15151, + "checksum": "SHA-256:ba17bb106fc02ff0f6a8602ecb9ad4198604ace1c7b8cfe97d4188beca8ebd5c" + }, + { + "name": "Adafruit TLA202x", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TLA202x sensors in the Adafruit shop", + "paragraph": "Arduino library for the TLA202x sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TLA202x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TLA202x.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLA202x-1.0.2.zip", + "archiveFileName": "Adafruit_TLA202x-1.0.2.zip", + "size": 15151, + "checksum": "SHA-256:25339a3c5d5bc7a82bf5dd26a5d8e469da4479d069ed272dfe09ca345f7507a9" + }, + { + "name": "homecontrol-mqtt", + "version": "0.1.0", + "author": "homecontrol", + "maintainer": "homecontrol", + "sentence": "A client library for MQTT messaging.", + "paragraph": "This library allows you to send and receive MQTT messages with HomeControlAS system.", + "website": "https://github.com/HomeControlAS/homecontrol-mqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeControlAS/homecontrol-mqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HomeControlAS/homecontrol_mqtt-0.1.0.zip", + "archiveFileName": "homecontrol_mqtt-0.1.0.zip", + "size": 27901, + "checksum": "SHA-256:16d322874381f9a1e555865dac6aac63dade8bf8e578a6db7883ec6a94de4889" + }, + { + "name": "homecontrol-mqtt", + "version": "1.0.0", + "author": "Home Control \u003cintegration@homecontrol.no\u003e", + "maintainer": "Home Control \u003cintegration@homecontrol.no\u003e", + "sentence": "A client library for MQTT messaging.", + "paragraph": "This library allows you to send and receive MQTT messages with HomeControlAS system.", + "website": "https://github.com/HomeControlAS/homecontrol-mqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeControlAS/homecontrol-mqtt.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeControlAS/homecontrol_mqtt-1.0.0.zip", + "archiveFileName": "homecontrol_mqtt-1.0.0.zip", + "size": 60681, + "checksum": "SHA-256:5ea7f3cb4adbed4226a72ad69de9c2c018f3788ef6dbbb17eac737ef78ca9174" + }, + { + "name": "DMD32", + "version": "1.0.0", + "author": "Khudhur Abdullah Alfarhan \u003cQudoren@gmail.com\u003e", + "maintainer": "Khudhur Abdullah Alfarhan \u003cQudoren@gmail.com\u003e", + "sentence": "An Arduino library for ESP32 to drive DMD LED matrix display", + "paragraph": "Supports ESP32 and DMD LED matrix display", + "website": "https=//github.com/Qudor-Engineer/DMD32/", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Qudor-Engineer/DMD32.git", + "providesIncludes": [ + "DMD32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Qudor-Engineer/DMD32-1.0.0.zip", + "archiveFileName": "DMD32-1.0.0.zip", + "size": 119751, + "checksum": "SHA-256:9f9e9b8bcad8baa29f1c5f9ecf4844d30cd26bf5b5dfcb48530efed7ea13ef75" + }, + { + "name": "Ponoor PowerSTEP01 Library", + "version": "1.0.0", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM PowerSTEP01 stepper driver chip library with voltage and current drive mode.", + "paragraph": "This library is modified from Megunolink powerSTEP01_Arduino_Library to support a current drive mode. Also to work with SAMD architecture.", + "website": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library.git", + "providesIncludes": [ + "Ponoor_PowerSTEP01Library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_PowerSTEP01_Library-1.0.0.zip", + "archiveFileName": "Ponoor_PowerSTEP01_Library-1.0.0.zip", + "size": 42037, + "checksum": "SHA-256:ab8e141729cf5cff1bd72d1fb1627284754cc38d2cee9ce5c444135406396976" + }, + { + "name": "Ponoor PowerSTEP01 Library", + "version": "1.0.2", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM PowerSTEP01 stepper driver chip library with voltage and current drive mode.", + "paragraph": "This library is modified from Megunolink powerSTEP01_Arduino_Library to support a current drive mode. Also to work with SAMD architecture.", + "website": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library.git", + "providesIncludes": [ + "Ponoor_PowerSTEP01Library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_PowerSTEP01_Library-1.0.2.zip", + "archiveFileName": "Ponoor_PowerSTEP01_Library-1.0.2.zip", + "size": 42669, + "checksum": "SHA-256:77590f71173b41bec48d2583a1356e696196a069afd1836c33dac7b670d510b7" + }, + { + "name": "SigmaDSP", + "version": "1.0.0", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.0.0.zip", + "archiveFileName": "SigmaDSP-1.0.0.zip", + "size": 313148, + "checksum": "SHA-256:d13987ed9adeb2c72d4d597ab7875f906dd538dcf5a6aed00a598574140c5b48" + }, + { + "name": "SigmaDSP", + "version": "1.0.1", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.0.1.zip", + "archiveFileName": "SigmaDSP-1.0.1.zip", + "size": 263396, + "checksum": "SHA-256:4e2529ace913437e875195ffa27dfa4083b271dbf5f4455b3abbfd047c3eb1d3" + }, + { + "name": "SigmaDSP", + "version": "1.1.0", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the AAU1401, ADAU1701 or ADAU1702 audio DSP over i2c", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.1.0.zip", + "archiveFileName": "SigmaDSP-1.1.0.zip", + "size": 263196, + "checksum": "SHA-256:ce4c53ae4a8b9150f49ca7bc58bb76992e10d38e4344168fd890a180127a1820" + }, + { + "name": "SigmaDSP", + "version": "1.1.1", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the AAU1401, ADAU1701 or ADAU1702 audio DSP over i2c", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.1.1.zip", + "archiveFileName": "SigmaDSP-1.1.1.zip", + "size": 291458, + "checksum": "SHA-256:deecb1dcb85bf9cca73688bba800284b5af56ec7bda7286eab928a8fbee9ceed" + }, + { + "name": "SigmaDSP", + "version": "1.1.2", + "author": "MCUdude", + "maintainer": "MCUdude", + "sentence": "An intuitive and easy to use Arduino library for interfacing with the AAU1401, ADAU1701 or ADAU1702 audio DSP over i2c", + "website": "https://github.com/MCUdude/SigmaDSP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MCUdude/SigmaDSP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.1.2.zip", + "archiveFileName": "SigmaDSP-1.1.2.zip", + "size": 291518, + "checksum": "SHA-256:df43b6e0d2602778561171a78aab27966a10b7d0b14903fbd3320b81850bbae7" + }, + { + "name": "AS6212 Temperature Sensor", + "version": "1.0.0", + "author": "Brandon Williams (will2055)", + "maintainer": "Brandon Williams (will2055)", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/will2055/AS6212-Arduino-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.0.zip", + "archiveFileName": "AS6212_Temperature_Sensor-1.0.0.zip", + "size": 8008, + "checksum": "SHA-256:1c0da3fb29ac4012a64f2fcec47f5104fd7fa847891838b91c0bff1303dc97c3" + }, + { + "name": "AS6212 Temperature Sensor", + "version": "1.0.3", + "author": "Brandon Williams (will2055)", + "maintainer": "Brandon Williams (will2055)", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/will2055/AS6212-Arduino-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.3.zip", + "archiveFileName": "AS6212_Temperature_Sensor-1.0.3.zip", + "size": 9381, + "checksum": "SHA-256:c04c2f644630ded9496b6757404faa7de7b9d3411f4c615ba7ea06e3a12ae9b5" + }, + { + "name": "AS6212 Temperature Sensor", + "version": "1.0.4", + "author": "Brandon Williams (will2055)", + "maintainer": "Brandon Williams (will2055)", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/will2055/AS6212-Arduino-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.4.zip", + "archiveFileName": "AS6212_Temperature_Sensor-1.0.4.zip", + "size": 9390, + "checksum": "SHA-256:3ed6392361c6da2ae0993b59ebee2219a2663cc6e0367bbaa331786e3b01f62c" + }, + { + "name": "plotutils", + "version": "1.0.1", + "author": "Robert Maier and Nick Tufillaro", + "maintainer": "Larry Bernstone", + "sentence": "2-D vector graphics composition library", + "paragraph": "This library implements the core of the GNU plotutils package (https://www.gnu.org/software/plotutils/). It includes graph, but not spline or ode, to reduce the size a bit. It compiles to around ~650kB code space, and requires psram to work with substantial images (\u003e140x140).", + "website": "https://github.com/lbernstone/libplot", + "category": "Data Processing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbernstone/plotutils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/plotutils-1.0.1.zip", + "archiveFileName": "plotutils-1.0.1.zip", + "size": 1168467, + "checksum": "SHA-256:75c5be9e1c99d323e9dcd38b9e7b4e6d7004f1ba0107f8cb4f28e8c62f7f02aa" + }, + { + "name": "runningAngle", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.0.zip", + "archiveFileName": "runningAngle-0.1.0.zip", + "size": 5422, + "checksum": "SHA-256:69cf87d5c6b88fe6fbfbfb138e3e9bee23163414682244088cf25e10507067c9" + }, + { + "name": "runningAngle", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.1.zip", + "archiveFileName": "runningAngle-0.1.1.zip", + "size": 9920, + "checksum": "SHA-256:5c7d77107d3fa6aa771850a2a890a2727050f520ea83356e3242e7e72c4fbcd1" + }, + { + "name": "runningAngle", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.2.zip", + "archiveFileName": "runningAngle-0.1.2.zip", + "size": 10253, + "checksum": "SHA-256:37a962d379aa38b4ced781a47d78966ce617367470eb2beb223f51c39e125fcf" + }, + { + "name": "runningAngle", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.3.zip", + "archiveFileName": "runningAngle-0.1.3.zip", + "size": 10354, + "checksum": "SHA-256:31b7424475cbb1cc17241e8c1c4f6f4aef31dac109e19f8a3c767e927b4a63c0" + }, + { + "name": "runningAngle", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.4.zip", + "archiveFileName": "runningAngle-0.1.4.zip", + "size": 10709, + "checksum": "SHA-256:fb90d677518454db61684788449dae755bd8e300ae0812f7ecbf0b53a46b10cb" + }, + { + "name": "runningAngle", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.5.zip", + "archiveFileName": "runningAngle-0.1.5.zip", + "size": 11154, + "checksum": "SHA-256:b06b0605d097f446b5307648b77dd6f7c2112097e510fd51152443bfaf4496c0" + }, + { + "name": "runningAngle", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.2.0.zip", + "archiveFileName": "runningAngle-0.2.0.zip", + "size": 14387, + "checksum": "SHA-256:5b93685b45ffea0e0df6a12637345c0cbc3f5d54dee60109a79d2392cfbaed8e" + }, + { + "name": "runningAngle", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to average angles by means of low pass filtering with wrapping.", + "website": "https://github.com/RobTillaart/runningAngle", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/runningAngle.git", + "providesIncludes": [ + "runningAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.2.1.zip", + "archiveFileName": "runningAngle-0.2.1.zip", + "size": 14577, + "checksum": "SHA-256:26b1c2f2b96fe2d5a4a684a65628855b5afae169c70780c18a75f9d9dfd2a88b" + }, + { + "name": "SMoS", + "version": "0.1.0", + "author": "Chris Dinh", + "maintainer": "Chris Dinh", + "sentence": "Utility library for encoding and decoding of SMoS messages.", + "paragraph": "SMoS is a client/server REST based messaging protocol, originally intended as a mechanism to encapsulate data and its context when transmitted over a serial link.", + "website": "https://github.com/ChrisDinhNZ/SMoS-cpp", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ChrisDinhNZ/SMoS-cpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ChrisDinhNZ/SMoS-0.1.0.zip", + "archiveFileName": "SMoS-0.1.0.zip", + "size": 9125, + "checksum": "SHA-256:e7aa2fc003d43a8c1cf9daaf2ad65ad4b141f565bec1a98b83f1093a13d363c8" + }, + { + "name": "SMoS", + "version": "0.2.0", + "author": "Chris Dinh", + "maintainer": "Chris Dinh", + "sentence": "Utility library for encoding and decoding of SMoS messages.", + "paragraph": "SMoS is a client/server REST based messaging protocol, originally intended as a mechanism to encapsulate data and its context when transmitted over a serial link.", + "website": "https://github.com/ChrisDinhNZ/SMoS-cpp", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ChrisDinhNZ/SMoS-cpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ChrisDinhNZ/SMoS-0.2.0.zip", + "archiveFileName": "SMoS-0.2.0.zip", + "size": 12191, + "checksum": "SHA-256:70763667904f6799a3758dbfd219bf994cc4cedbe5e13979038680ac674dd244" + }, + { + "name": "ProtoCentral MLX90632 Non-contact temperature Library", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral \u003cprotocentral.com\u003e", + "sentence": "Library for the ProtoCentral MLX90632 breakout board", + "paragraph": "Arduino library for the Melexis MLX90632 IR non-contact temperature sensor breakout board from ProtoCentral Electronics.", + "website": "https://github.com/Protocentral/protocentral_mlx90632_arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_mlx90632_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MLX90632_Non_contact_temperature_Library-1.0.0.zip", + "archiveFileName": "ProtoCentral_MLX90632_Non_contact_temperature_Library-1.0.0.zip", + "size": 2567228, + "checksum": "SHA-256:ffdfc75cac1b205d612383ee5793be727a3b5124cf7e46cbda92b128db9ea022" + }, + { + "name": "Melody", + "version": "1.0.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "Melody for Arduino offers a simple an powerful music text notation called MELO.", + "paragraph": "Melody for Arduino offers a simple an powerful music text notation called MELO. It allows you to write music in a more natural way in terms of notes, alterations and rythms. Then, the Melody will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", + "website": "https://github.com/dualB/Melody", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Melody.git", + "providesIncludes": [ + "Melody.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.0.0.zip", + "archiveFileName": "Melody-1.0.0.zip", + "size": 55520, + "checksum": "SHA-256:094091866e35ea27bdd08e7427c37a97514af7ec1852406dee836a96eddb63f1" + }, + { + "name": "Melody", + "version": "1.0.1", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "Melody offers a simple an powerful music text notation called MELO.", + "paragraph": "Melody allows you to write music in a more natural way, in terms of notes, alterations and rythms. Once created, the Melody object will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", + "website": "https://github.com/dualB/Melody", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Melody.git", + "providesIncludes": [ + "Melody.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.0.1.zip", + "archiveFileName": "Melody-1.0.1.zip", + "size": 60510, + "checksum": "SHA-256:5bf73005bf2a7014d029db6d616cb8d8a3662ac65a8e0055841def13bc971314" + }, + { + "name": "Melody", + "version": "1.1.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "Melody offers a simple an powerful music text notation called MELO.", + "paragraph": "Melody allows you to write music in a more natural way, in terms of notes, alterations and rythms. Once created, the Melody object will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", + "website": "https://github.com/dualB/Melody", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Melody.git", + "providesIncludes": [ + "Melody.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.1.0.zip", + "archiveFileName": "Melody-1.1.0.zip", + "size": 61121, + "checksum": "SHA-256:dd7b60878d1f254077c3549de344efb8b56baa6ae2c65c518daa53a3de9075af" + }, + { + "name": "Melody", + "version": "1.2.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "Melody offers a simple an powerful music text notation called MELO.", + "paragraph": "Melody allows you to write music in a more natural way, in terms of notes, alterations and rythms. Once created, the Melody object will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", + "website": "https://github.com/dualB/Melody", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Melody.git", + "providesIncludes": [ + "Melody.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.2.0.zip", + "archiveFileName": "Melody-1.2.0.zip", + "size": 61182, + "checksum": "SHA-256:7675fcd92ed7dd8d46ad644f5d19bee7dd06e38dd01560d4941fcad38afc2cd3" + }, + { + "name": "Musician", + "version": "1.0.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", + "paragraph": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.. The musician is on a non-blocking routine. It can pause and stop on demand.", + "website": "https://github.com/dualB/Musician", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Musician.git", + "providesIncludes": [ + "Musician.h" + ], + "dependencies": [ + { + "name": "Melody" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.0.0.zip", + "archiveFileName": "Musician-1.0.0.zip", + "size": 8912, + "checksum": "SHA-256:1fb886d66a8e42034ebe330fd3f000a2fcb4014d9cb7357ba7b3fefb43494c38" + }, + { + "name": "Musician", + "version": "1.0.1", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", + "paragraph": "The musician is on a non-blocking routine. It can pause and stop on demand.", + "website": "https://github.com/dualB/Musician", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Musician.git", + "providesIncludes": [ + "Musician.h" + ], + "dependencies": [ + { + "name": "Melody" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.0.1.zip", + "archiveFileName": "Musician-1.0.1.zip", + "size": 11229, + "checksum": "SHA-256:e2b5233e07021bb8ae48b813914567bd4d241cde45582d6ec58b1df7a6ab8681" + }, + { + "name": "Musician", + "version": "1.2.0", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", + "paragraph": "The musician is on a non-blocking routine. It can pause and stop on demand.", + "website": "https://github.com/dualB/Musician", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Musician.git", + "providesIncludes": [ + "Musician.h" + ], + "dependencies": [ + { + "name": "Melody" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.2.0.zip", + "archiveFileName": "Musician-1.2.0.zip", + "size": 12162, + "checksum": "SHA-256:80f38bfcd15700e17e2a6b3ec449e204e78b5bc8ca8bfce3eb2f64e75c38a3ea" + }, + { + "name": "Musician", + "version": "1.2.1", + "author": "Claude Bouchard", + "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", + "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", + "paragraph": "The musician is on a non-blocking routine. It can pause and stop on demand.", + "website": "https://github.com/dualB/Musician", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dualB/Musician.git", + "providesIncludes": [ + "Musician.h" + ], + "dependencies": [ + { + "name": "Melody" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.2.1.zip", + "archiveFileName": "Musician-1.2.1.zip", + "size": 12163, + "checksum": "SHA-256:6b458968e1d74a35d38bc8bd4d94d8fb81a0afa0ce5df260f5c85890c984fb35" + }, + { + "name": "ArsaLearn", + "version": "1.0.0", + "author": "arsalearn.com", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Ability to code completely simple", + "paragraph": "Using this library, you can start coding with very convenient and easy functions and examples.", + "website": "https://www.arduino.cc/en/Reference/Librariesz", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArsaLearn/Arsa-Main.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArsaLearn/ArsaLearn-1.0.0.zip", + "archiveFileName": "ArsaLearn-1.0.0.zip", + "size": 12437, + "checksum": "SHA-256:bb39739c07a02fbbff2314d818b66deb160de8d5dff694a92b2f332c19df320e" + }, + { + "name": "ArsaLearn", + "version": "1.1.0", + "author": "arsalearn.com", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Ability to code completely simple", + "paragraph": "Using this library, you can start coding with very convenient and easy functions and examples.", + "website": "https://www.arduino.cc/en/Reference/Librariesz", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArsaLearn/Arsa-Main.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArsaLearn/ArsaLearn-1.1.0.zip", + "archiveFileName": "ArsaLearn-1.1.0.zip", + "size": 12437, + "checksum": "SHA-256:bddcc2b9884e50e6b0571cac63db386612641828139158dcaffc4ab86f9143df" + }, + { + "name": "TIFF_G4", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized TIFF G4 decoder for MCUs with 16K+ RAM.", + "paragraph": "A fast TIFF G4 library with a unique set of functions to make viewing images on microcontrollers easy. Includes fast scaling and anti-aliasing built-in. Supports reading TIFF files or raw G4 data.", + "website": "https://github.com/bitbank2/TIFF_G4", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/TIFF_G4.git", + "providesIncludes": [ + "TIFF_G4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/TIFF_G4-1.0.0.zip", + "archiveFileName": "TIFF_G4-1.0.0.zip", + "size": 327806, + "checksum": "SHA-256:b61a8cdcae830e00c483c34289c654f6a1d581e637eeecb7b23e5500488a786d" + }, + { + "name": "TIFF_G4", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized TIFF G4 decoder for MCUs with 16K+ RAM.", + "paragraph": "A fast TIFF G4 library with a unique set of functions to make viewing images on microcontrollers easy. Includes fast scaling and anti-aliasing built-in. Supports reading TIFF files or raw G4 data.", + "website": "https://github.com/bitbank2/TIFF_G4", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/TIFF_G4.git", + "providesIncludes": [ + "TIFF_G4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/TIFF_G4-1.1.0.zip", + "archiveFileName": "TIFF_G4-1.1.0.zip", + "size": 348689, + "checksum": "SHA-256:9cdfba1273e2e7ee9a0d5ae2a726821b97d17845acd54bf6dce7b2b7cd354b1a" + }, + { + "name": "TIFF_G4", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized TIFF G4 decoder for MCUs with 16K+ RAM.", + "paragraph": "A fast TIFF G4 library with a unique set of functions to make viewing images on microcontrollers easy. Includes fast scaling and anti-aliasing built-in. Supports reading TIFF files or raw G4 data.", + "website": "https://github.com/bitbank2/TIFF_G4", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/TIFF_G4.git", + "providesIncludes": [ + "TIFF_G4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/TIFF_G4-1.1.1.zip", + "archiveFileName": "TIFF_G4-1.1.1.zip", + "size": 348832, + "checksum": "SHA-256:78e98f103dcbcd595a82ec22be18cbc7fea6b053af96bfbc954d799a8a03511c" + }, + { + "name": "TIFF_G4", + "version": "1.2.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized TIFF G4 decoder for MCUs with 16K+ RAM.", + "paragraph": "A fast TIFF G4 library with a unique set of functions to make viewing images on microcontrollers easy. Includes fast scaling and anti-aliasing built-in. Supports reading TIFF files or raw G4 data.", + "website": "https://github.com/bitbank2/TIFF_G4", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/TIFF_G4.git", + "providesIncludes": [ + "TIFF_G4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/TIFF_G4-1.2.0.zip", + "archiveFileName": "TIFF_G4-1.2.0.zip", + "size": 354288, + "checksum": "SHA-256:686e38b636a67f037e6853242f150590d0dc83934de29bf0acd4eee18c0dd6e4" + }, + { + "name": "BMC", + "version": "1.0.0", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.0.zip", + "archiveFileName": "BMC-1.0.0.zip", + "size": 2093824, + "checksum": "SHA-256:d296d16dbff547822bdfcb164a54a92d5289f9ffe61c554c6b6748d473076f98" + }, + { + "name": "BMC", + "version": "0.0.10", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.10.zip", + "archiveFileName": "BMC-0.0.10.zip", + "size": 2388724, + "checksum": "SHA-256:2416308e700bd6dcc88fb0bdcc5e345766d20e13c2eedfb4eef1fef2813a17e7" + }, + { + "name": "BMC", + "version": "0.0.11", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.11.zip", + "archiveFileName": "BMC-0.0.11.zip", + "size": 2388697, + "checksum": "SHA-256:eb5661b9a40994f6172e7e336430135c7bb65ea68c01a6adbed52450fd882aa3" + }, + { + "name": "BMC", + "version": "0.0.12", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.12.zip", + "archiveFileName": "BMC-0.0.12.zip", + "size": 2098239, + "checksum": "SHA-256:db39eb17927d9646a6f2850ef6806911e452552128c283eecfca315f64d3dce1" + }, + { + "name": "BMC", + "version": "0.0.13", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.13.zip", + "archiveFileName": "BMC-0.0.13.zip", + "size": 2112634, + "checksum": "SHA-256:b437af5aa08826dcf9d68aa31e2d7395413b35dc0f20ef11528e4ab5f93b6c22" + }, + { + "name": "BMC", + "version": "0.0.14", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.14.zip", + "archiveFileName": "BMC-0.0.14.zip", + "size": 2112775, + "checksum": "SHA-256:69185086c49bb24a0c247b66b0c3a2387ef2f1835b88a12b9173894a905e5288" + }, + { + "name": "BMC", + "version": "0.0.15", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.15.zip", + "archiveFileName": "BMC-0.0.15.zip", + "size": 2120505, + "checksum": "SHA-256:c345cf56756ee78f56decd7bbf2335ea050b39e1a663becbb093d28d2c3b0ddb" + }, + { + "name": "BMC", + "version": "0.0.16", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.16.zip", + "archiveFileName": "BMC-0.0.16.zip", + "size": 2120812, + "checksum": "SHA-256:f5b2b966021a6885fbc699de5671a7db15198fa0b38f021d195e9742445cb05d" + }, + { + "name": "BMC", + "version": "0.0.17", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.17.zip", + "archiveFileName": "BMC-0.0.17.zip", + "size": 2120816, + "checksum": "SHA-256:1384bd0ad60edcd753e56ea9e9753f9f2da580e4b4cf87b804cf2d6a4fcc6c60" + }, + { + "name": "BMC", + "version": "0.0.19", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.19.zip", + "archiveFileName": "BMC-0.0.19.zip", + "size": 2121325, + "checksum": "SHA-256:dadba68860523a5fb196a26dd1ea1b19ce96756c96a1967b0d34120f45d02444" + }, + { + "name": "BMC", + "version": "0.0.6", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.6.zip", + "archiveFileName": "BMC-0.0.6.zip", + "size": 2386134, + "checksum": "SHA-256:c4e573322fcc49285e37092b1d1a375e7185089d30b31d46e371e0ff45956d15" + }, + { + "name": "BMC", + "version": "0.0.7", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "arm" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.7.zip", + "archiveFileName": "BMC-0.0.7.zip", + "size": 2387576, + "checksum": "SHA-256:f449ffe8c8679323f8a0ee2cc818bb8c125bddc196050a5e610a48117f091851" + }, + { + "name": "BMC", + "version": "0.0.8", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.8.zip", + "archiveFileName": "BMC-0.0.8.zip", + "size": 2387589, + "checksum": "SHA-256:952f3eb1f1bbda9a7bd109b1397cd7966fdf842e406d2c4e2e0ec12d21b0586b" + }, + { + "name": "BMC", + "version": "0.0.9", + "author": "Nero Rox", + "maintainer": "Nero Rox", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.9.zip", + "archiveFileName": "BMC-0.0.9.zip", + "size": 2387650, + "checksum": "SHA-256:7a84b8488ba5d08dbfa55c89488ddbac22cee0ea37dc7960eefbbb7ba3d3cb0a" + }, + { + "name": "BMC", + "version": "0.1.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.0.zip", + "archiveFileName": "BMC-0.1.0.zip", + "size": 2124863, + "checksum": "SHA-256:1f6f0d4aefcf20d9eaf73fc6ab4233d137b1049d2cf2261219d1af3d6ef490c9" + }, + { + "name": "BMC", + "version": "0.1.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.1.zip", + "archiveFileName": "BMC-0.1.1.zip", + "size": 2123284, + "checksum": "SHA-256:3a060ab189bcd1c5d8fb852930f71c57a462607179c4e1bbe1cc42d7a2ea413f" + }, + { + "name": "BMC", + "version": "0.1.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", + "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.2.zip", + "archiveFileName": "BMC-0.1.2.zip", + "size": 2123450, + "checksum": "SHA-256:36c26b7c37b3e031969866fd914999b9b98bb5c95ced9fd1f848941e4054a572" + }, + { + "name": "BMC", + "version": "0.1.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.3.zip", + "archiveFileName": "BMC-0.1.3.zip", + "size": 2123840, + "checksum": "SHA-256:7e9b08dbaac371032d735b3aec0c1166ef0abf989a76d559f35adc93624090d7" + }, + { + "name": "BMC", + "version": "0.1.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.4.zip", + "archiveFileName": "BMC-0.1.4.zip", + "size": 2124626, + "checksum": "SHA-256:f576706019658f1f5b0807e179949250376c745824340be72fdc26ce3744bfef" + }, + { + "name": "BMC", + "version": "0.1.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.5.zip", + "archiveFileName": "BMC-0.1.5.zip", + "size": 2125582, + "checksum": "SHA-256:d8ecd8ba91145437fe7c8e9fdcd24e81fbe84bf4d6e54a62e1093f1973c5e143" + }, + { + "name": "BMC", + "version": "0.1.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.6.zip", + "archiveFileName": "BMC-0.1.6.zip", + "size": 2127586, + "checksum": "SHA-256:6cc1ffd45d960c90789a952e11524e816b5eddeb47c7a5047e1c77df266f7332" + }, + { + "name": "BMC", + "version": "0.1.7", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.7.zip", + "archiveFileName": "BMC-0.1.7.zip", + "size": 2127834, + "checksum": "SHA-256:f7192b95d09cb39711fd63dfe61815912f8c0ad6438aa9fa9a55572df0df2512" + }, + { + "name": "BMC", + "version": "0.1.8", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.8.zip", + "archiveFileName": "BMC-0.1.8.zip", + "size": 2127829, + "checksum": "SHA-256:b86f136c3080a4eb2921155aada3309d92f45ebd7ecb9b40d1f4e66bc078b0a1" + }, + { + "name": "BMC", + "version": "0.3.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.0.zip", + "archiveFileName": "BMC-0.3.0.zip", + "size": 2128324, + "checksum": "SHA-256:fd0db0cd3db42a0177d6e198a5611c429049569e29ee3b8ed3ef90a9e33e855e" + }, + { + "name": "BMC", + "version": "0.3.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.1.zip", + "archiveFileName": "BMC-0.3.1.zip", + "size": 2128853, + "checksum": "SHA-256:e87954483845d5153ae2c76b06410668fac87729b17c9e3b14eb6d1918fabe8c" + }, + { + "name": "BMC", + "version": "0.3.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.2.zip", + "archiveFileName": "BMC-0.3.2.zip", + "size": 2129059, + "checksum": "SHA-256:a0bfa590d520c974571ae001ebe6fb667b199561c6d06a25b7d00220b2a65fbf" + }, + { + "name": "BMC", + "version": "1.0.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.1.zip", + "archiveFileName": "BMC-1.0.1.zip", + "size": 2129120, + "checksum": "SHA-256:55f8648ce6dd2f1d1b3846d5ec3b1e71ec841ddc4016ef4f16af0dd088276dfe" + }, + { + "name": "BMC", + "version": "1.0.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.2.zip", + "archiveFileName": "BMC-1.0.2.zip", + "size": 2131398, + "checksum": "SHA-256:02769d561c7e69a42a0cccb2bc59bef5e297161c7b00e0871fd1cdf5e9367db8" + }, + { + "name": "BMC", + "version": "1.1.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.1.0.zip", + "archiveFileName": "BMC-1.1.0.zip", + "size": 2130444, + "checksum": "SHA-256:7f465be5ce4fba773c1a05410ffbb5797c896bb9d29fcbaac9acb9da0967e22c" + }, + { + "name": "BMC", + "version": "1.2.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.0.zip", + "archiveFileName": "BMC-1.2.0.zip", + "size": 2130513, + "checksum": "SHA-256:d3b2fd072dbe107b8b9926b0cb207381599d7eaf1e1fee45d83cfd7e99db0901" + }, + { + "name": "BMC", + "version": "1.2.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.1.zip", + "archiveFileName": "BMC-1.2.1.zip", + "size": 2130486, + "checksum": "SHA-256:a2352be3de262a7e34cf5d685ed7ad2ec2b1a4f42bd73d613e5461d1d29ef519" + }, + { + "name": "BMC", + "version": "1.2.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.2.zip", + "archiveFileName": "BMC-1.2.2.zip", + "size": 2130635, + "checksum": "SHA-256:afe23b71bc7673b44482297b1840c197710237ac5e71901951ca1c75d1bcf326" + }, + { + "name": "BMC", + "version": "1.2.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.3.zip", + "archiveFileName": "BMC-1.2.3.zip", + "size": 2134957, + "checksum": "SHA-256:d33357b098b8d187061bf6de14367873a3319c1a2d89ea7720f7b48f86f5e66b" + }, + { + "name": "BMC", + "version": "1.2.4", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.4.zip", + "archiveFileName": "BMC-1.2.4.zip", + "size": 3434400, + "checksum": "SHA-256:f6fe850b6cb15c4ba93bfd76224b8a8610c01cdb05020b462782117c0616a6e3" + }, + { + "name": "BMC", + "version": "1.2.5", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.5.zip", + "archiveFileName": "BMC-1.2.5.zip", + "size": 3434400, + "checksum": "SHA-256:90d3af59e4972bc30ef7629c7e7d5ae36ce7798d0829407d6764a7790d1fe8ce" + }, + { + "name": "BMC", + "version": "1.2.6", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.6.zip", + "archiveFileName": "BMC-1.2.6.zip", + "size": 3434449, + "checksum": "SHA-256:75ddf333a110c2665164dc797e74233211620bc5d7f14b2d6365c3c5e1e19d8e" + }, + { + "name": "BMC", + "version": "1.3.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.3.0.zip", + "archiveFileName": "BMC-1.3.0.zip", + "size": 3435013, + "checksum": "SHA-256:1a8610bdba82258e4ddb9155c010718497af33140c8776102ccef523f013d087" + }, + { + "name": "BMC", + "version": "1.4.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.4.0.zip", + "archiveFileName": "BMC-1.4.0.zip", + "size": 3438787, + "checksum": "SHA-256:905ef97cd27ab328ee10a2d6496e25d524406b7925e799f99569e69a35c1e6c7" + }, + { + "name": "BMC", + "version": "1.4.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.4.1.zip", + "archiveFileName": "BMC-1.4.1.zip", + "size": 3440021, + "checksum": "SHA-256:f4627ab5c4f8c0fdbbb7d2ed14f57bd025c1fe01770ddf44e62ab4a87bd0e7ea" + }, + { + "name": "BMC", + "version": "1.4.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.4.2.zip", + "archiveFileName": "BMC-1.4.2.zip", + "size": 3440215, + "checksum": "SHA-256:f2b83eb9c28cf3ff109223c3a0637554524a9bd872d59b75d1b31a7d0bdcfdbd" + }, + { + "name": "BMC", + "version": "1.5.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.5.0.zip", + "archiveFileName": "BMC-1.5.0.zip", + "size": 3453886, + "checksum": "SHA-256:86cd71f214c55b1d06a9c14ade16ed011bb2f2571c7dfb38899e706e35a928c0" + }, + { + "name": "BMC", + "version": "1.6.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.6.2.zip", + "archiveFileName": "BMC-1.6.2.zip", + "size": 3881019, + "checksum": "SHA-256:313ea771e2da4d5530902e44f82ec31bdfa7144daff71e2399d17337eea3455e" + }, + { + "name": "BMC", + "version": "1.7.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.7.0.zip", + "archiveFileName": "BMC-1.7.0.zip", + "size": 3923951, + "checksum": "SHA-256:4a0eb90d830d1aa0eeeb6d1eb83c0e3e6a7647427fb8aa4cf9e040b55bb39b9b" + }, + { + "name": "BMC", + "version": "1.7.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.7.1.zip", + "archiveFileName": "BMC-1.7.1.zip", + "size": 3923949, + "checksum": "SHA-256:490dd872d2ffca72af2b5fc71a5b5eb5ec141ccebd42ac1e2d86e857bef6562b" + }, + { + "name": "BMC", + "version": "1.7.2", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.7.2.zip", + "archiveFileName": "BMC-1.7.2.zip", + "size": 3923918, + "checksum": "SHA-256:7918b44fe7e9c44616652907ae7cc6a9a22f495e2de4a73cec4a19d94ad7ade5" + }, + { + "name": "BMC", + "version": "1.7.3", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.7.3.zip", + "archiveFileName": "BMC-1.7.3.zip", + "size": 3924122, + "checksum": "SHA-256:ef6eff1be4d888a25acaf11c8fe1da974c7d98f87dbe0d55754bee0fcac274ce" + }, + { + "name": "BMC", + "version": "2.0.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1, MicroMod boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-2.0.1.zip", + "archiveFileName": "BMC-2.0.1.zip", + "size": 4857451, + "checksum": "SHA-256:df61d8fbe9422dc1f859ab3ae9efbe8bc191d2c6b50efdce5b3b22d45fb2841e" + }, + { + "name": "BMC", + "version": "2.1.0", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1, MicroMod boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-2.1.0.zip", + "archiveFileName": "BMC-2.1.0.zip", + "size": 5733889, + "checksum": "SHA-256:79d60d6143154eddafeaa8bf563b710ef79dc343b4d9b59f5fdff66573b4b9a3" + }, + { + "name": "BMC", + "version": "2.1.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1, MicroMod boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-2.1.1.zip", + "archiveFileName": "BMC-2.1.1.zip", + "size": 5740145, + "checksum": "SHA-256:49fa8c2b95a9de7c304dd521a975d8a4b7575c6e26b09ceee99c65d0e956bfee" + }, + { + "name": "BMC", + "version": "2.2.1", + "author": "Nero Rox", + "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", + "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", + "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1, MicroMod boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at http://www.badassmidi.com", + "website": "https://github.com/neroroxxx/BMC", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neroroxxx/BMC.git", + "providesIncludes": [ + "BMC.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-2.2.1.zip", + "archiveFileName": "BMC-2.2.1.zip", + "size": 5745307, + "checksum": "SHA-256:41d90a3b1dd1963f098dab519d7015480194369060e4ce4475cd990e494d4fa0" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.0.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.0.zip", + "size": 77954, + "checksum": "SHA-256:bbcaedde8b463fcf98cd9727882f6b07c551fd0428f9bedad961ec68db0c640e" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.1.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.1.zip", + "size": 17896, + "checksum": "SHA-256:43aae08aef169f706f27babf92366d603b362e8346e50ec34446728d3e24e240" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.2.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.2.zip", + "size": 17916, + "checksum": "SHA-256:a6b68c86bcbb7084783162edf0bbcd6b1b719732de2c9aac9daa090ea51bd7d8" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.3.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.3.zip", + "size": 17844, + "checksum": "SHA-256:7cbab50a150538e3c6a6b2f2c64845462f4289d6ce9fa5a3d642e28bd579c364" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.4.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.4.zip", + "size": 17848, + "checksum": "SHA-256:7ad09c9dab0ebf9a6b158f393ec95dac44ec3ac32e1c3edaa4e46a0c8d86b4f1" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.5.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.5.zip", + "size": 17843, + "checksum": "SHA-256:3759970b57b1212f95991cd479265de01b6a71980de9a81887c81cc8cb38dfba" + }, + { + "name": "Adafruit EMC2101", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_EMC2101", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.7.zip", + "archiveFileName": "Adafruit_EMC2101-1.0.7.zip", + "size": 17844, + "checksum": "SHA-256:203c414f6be4caf203e76501521103d4b92b31574b968bf99888987e16063377" + }, + { + "name": "NTPClient_Generic", + "version": "3.2.1", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.2.1.zip", + "archiveFileName": "NTPClient_Generic-3.2.1.zip", + "size": 374725, + "checksum": "SHA-256:c27a01d5337f693305965fd4f16f85d6d1ebbd3aacfd36a0d51dd6e5b5fbace3" + }, + { + "name": "NTPClient_Generic", + "version": "3.2.2", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.2.2.zip", + "archiveFileName": "NTPClient_Generic-3.2.2.zip", + "size": 389114, + "checksum": "SHA-256:fd2f5fcb776ed7ee0bdbc0950061de3ce9ee28239e381a4c4073e5966b979ce8" + }, + { + "name": "NTPClient_Generic", + "version": "3.3.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.3.0.zip", + "archiveFileName": "NTPClient_Generic-3.3.0.zip", + "size": 556191, + "checksum": "SHA-256:3cdf5b3aee32b511f8a9a489c255719462685c9313a64e3a99d2eeedcbd8efbb" + }, + { + "name": "NTPClient_Generic", + "version": "3.4.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.4.0.zip", + "archiveFileName": "NTPClient_Generic-3.4.0.zip", + "size": 614008, + "checksum": "SHA-256:0996169382a71d1df417c12d85048e6890b040f1b54ce7fd1320aecf29ef8a84" + }, + { + "name": "NTPClient_Generic", + "version": "3.4.1", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.4.1.zip", + "archiveFileName": "NTPClient_Generic-3.4.1.zip", + "size": 614058, + "checksum": "SHA-256:f672ff1e608c2b4d97d81214d10ee31991006b377126b7f3f5e8c3229df089c1" + }, + { + "name": "NTPClient_Generic", + "version": "3.5.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.5.0.zip", + "archiveFileName": "NTPClient_Generic-3.5.0.zip", + "size": 634730, + "checksum": "SHA-256:2b344ea76620a3c35cfab0e1d418870c66bf78928fcfe7bd6b153ea8d0a4a584" + }, + { + "name": "NTPClient_Generic", + "version": "3.5.1", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.5.1.zip", + "archiveFileName": "NTPClient_Generic-3.5.1.zip", + "size": 869944, + "checksum": "SHA-256:1de26a0bdb61079f2d03b14205756a04ae2b78e864f3ab0471f5cb3b5d9f96cc" + }, + { + "name": "NTPClient_Generic", + "version": "3.5.2", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.5.2.zip", + "archiveFileName": "NTPClient_Generic-3.5.2.zip", + "size": 930752, + "checksum": "SHA-256:f6ff1c6853e6b5491a82b2ec6e2c5377be4c384be1b3b05136f693ad78ba191b" + }, + { + "name": "NTPClient_Generic", + "version": "3.6.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, Portenta_H7, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.6.0.zip", + "archiveFileName": "NTPClient_Generic-3.6.0.zip", + "size": 964787, + "checksum": "SHA-256:a7ba483e5c22b6a63e23e03713d2d712f2fc4be34086ca3cce787ea8b8a42030" + }, + { + "name": "NTPClient_Generic", + "version": "3.7.0", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, Portenta_H7, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h", + "NTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.7.0.zip", + "archiveFileName": "NTPClient_Generic-3.7.0.zip", + "size": 996678, + "checksum": "SHA-256:a9dc6e69e904348089f3dbbd8a517c8dab996ad050768d46bddf71a58609bab9" + }, + { + "name": "NTPClient_Generic", + "version": "3.7.1", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, Portenta_H7, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h", + "NTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.7.1.zip", + "archiveFileName": "NTPClient_Generic-3.7.1.zip", + "size": 1005855, + "checksum": "SHA-256:5f45415e702bbb8427c1ce14598c669a843c2822fb64fa56175b93eaf8a1680b" + }, + { + "name": "NTPClient_Generic", + "version": "3.7.2", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, Portenta_H7, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h", + "NTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet" + }, + { + "name": "Ethernet2" + }, + { + "name": "Ethernet3" + }, + { + "name": "EthernetLarge" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.7.2.zip", + "archiveFileName": "NTPClient_Generic-3.7.2.zip", + "size": 1047605, + "checksum": "SHA-256:032aa1cf21955fb9b6fb1443aff8a3de388eab18b9efd139e01477cac925c0ea" + }, + { + "name": "NTPClient_Generic", + "version": "3.7.3", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, Portenta_H7, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h", + "NTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.7.3.zip", + "archiveFileName": "NTPClient_Generic-3.7.3.zip", + "size": 1120697, + "checksum": "SHA-256:c108f994f6618c8f2b5e86e740b7e64a2bc38cc062dda1edad2cb3bb385d313a" + }, + { + "name": "NTPClient_Generic", + "version": "3.7.4", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, Portenta_H7, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h", + "NTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "FlashStorage_RTL8720" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.7.4.zip", + "archiveFileName": "NTPClient_Generic-3.7.4.zip", + "size": 1121107, + "checksum": "SHA-256:44811185ce019f093f3e8bf5f712df81d6b0c9d2679d7461fcc1afcf48d7d44f" + }, + { + "name": "NTPClient_Generic", + "version": "3.7.5", + "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for NTPClient to connect to an NTP time-server", + "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, Portenta_H7, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/NTPClient_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", + "providesIncludes": [ + "NTPClient_Generic.h", + "NTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "FlashStorage_RTL8720" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.7.5.zip", + "archiveFileName": "NTPClient_Generic-3.7.5.zip", + "size": 1175445, + "checksum": "SHA-256:2a60f270e39f501cd2ca387f55ef459eb76a7f850a78136299f0b93ad3e10a9a" + }, + { + "name": "PCF8575 library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8575", + "paragraph": "i2c 16bits digital expander with Arduino, esp32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support.", + "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8575_library.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.0.1.zip", + "archiveFileName": "PCF8575_library-1.0.1.zip", + "size": 1677619, + "checksum": "SHA-256:5ed34230570906993c22f870cfa8275ee5cf38d38aba5e5e2bd89fb4157bf221" + }, + { + "name": "PCF8575 library", + "version": "1.0.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8575, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c 16bits digital expander with Arduino, esp32, smt32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support. Uncommet NOT_SEQUENTIAL_PINOUT define to have pins like datasheet and not sequential one.", + "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8575_library.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.0.2.zip", + "archiveFileName": "PCF8575_library-1.0.2.zip", + "size": 1766016, + "checksum": "SHA-256:e93a1b494a998e0c9d882daa44933d0ad6cc44ed1ca620d9b75446c4d42440be" + }, + { + "name": "PCF8575 library", + "version": "1.0.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8575, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c 16bits digital expander with Arduino, esp32, smt32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support. Uncommet NOT_SEQUENTIAL_PINOUT define to have pins like datasheet and not sequential one.", + "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8575_library.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.0.3.zip", + "archiveFileName": "PCF8575_library-1.0.3.zip", + "size": 1767980, + "checksum": "SHA-256:e0ea8349b34db12df254cb5244b1aa0dd487840ece7b075b06c1c32259746495" + }, + { + "name": "PCF8575 library", + "version": "1.1.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8575, library for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266.", + "paragraph": "i2c 16bits digital expander with i2c digital expander for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support. Uncommet NOT_SEQUENTIAL_PINOUT define to have pins like datasheet and not sequential one.", + "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8575_library.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.1.0.zip", + "archiveFileName": "PCF8575_library-1.1.0.zip", + "size": 1769199, + "checksum": "SHA-256:0c2847ffc5961a4b58d9fbe07561e4f8845fdb092e42d310c9722978cf7ae40a" + }, + { + "name": "PCF8575 library", + "version": "1.1.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8575, library for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266.", + "paragraph": "i2c 16bits digital expander with i2c digital expander for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support. Uncommet NOT_SEQUENTIAL_PINOUT define to have pins like datasheet and not sequential one.", + "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8575_library.git", + "providesIncludes": [ + "PCF8575.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.1.1.zip", + "archiveFileName": "PCF8575_library-1.1.1.zip", + "size": 1769254, + "checksum": "SHA-256:046a77d0da45e6ea7cd42272ed7b791580996349d0c6cbb981d0e1829d8149b9" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.1.0", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.1.0.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.1.0.zip", + "size": 17902, + "checksum": "SHA-256:232c67bbb926b90ecbda02cd92652c2217518872c9dce99497a3924e400ad8d4" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.1.1", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.1.1.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.1.1.zip", + "size": 20434, + "checksum": "SHA-256:486e1fa8c3949392f82d7e800324faf9b061ce4018b64876900841148ff32514" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.1.2", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.1.2.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.1.2.zip", + "size": 20534, + "checksum": "SHA-256:6b7b355fa5f43cd27edba09086ea0847d1d688ef96a0b479d95c2881bcfc12cd" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.2.0", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.2.0.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.2.0.zip", + "size": 21597, + "checksum": "SHA-256:6834de7b24de1a0c9ba8cbd01104b0503ca025cf4f22aed69e2bb0184bb9ef3b" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.2.1", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.2.1.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.2.1.zip", + "size": 21955, + "checksum": "SHA-256:0b89aebe9213e3758915efcfb01adfefbb5055b264ff98463fc0a6098469f439" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.2.2", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.2.2.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.2.2.zip", + "size": 21934, + "checksum": "SHA-256:1b4120138218ec9916c6ec870ad5cd41f323b99f8473c29f4a7a10fb09b0d22f" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.3.0", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.3.0.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.3.0.zip", + "size": 22446, + "checksum": "SHA-256:29c7b40c0fd3374c1c6a21ccf6c43afa191a2640d1f0c46a3defdc77bed4336f" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.3.1", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.3.1.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.3.1.zip", + "size": 23528, + "checksum": "SHA-256:5944f8d436ad63fa9467d668d023adb600fc666a5f0c2dd430b23f6a7fc48ead" + }, + { + "name": "ESP32-BLE-MIDI", + "version": "0.3.2", + "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", + "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", + "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", + "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.3.2.zip", + "archiveFileName": "ESP32_BLE_MIDI-0.3.2.zip", + "size": 23580, + "checksum": "SHA-256:8bb3e1d5ab9dcb123fac0e5200f3a85ddecdd53f6cb504cb9913ee5e70169262" + }, + { + "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the MAX17043 / MAX17044 fuel gauge", + "paragraph": "An Arduino library to let you access all of the features of the MAX17043 and MAX17044 battery fuel gauges", + "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.0.zip", + "size": 14311, + "checksum": "SHA-256:efd9b23537480ce0901a999f982359238e8290d32f75d36a0ec46f18dde5be77" + }, + { + "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the MAX17043/44/48/49 fuel gauges", + "paragraph": "An Arduino library to let you access all of the features of the MAX17043, MAX17044, MAX17048 and MAX17049 battery fuel gauges", + "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.1.zip", + "size": 22559, + "checksum": "SHA-256:198856bed6288095b0935213af6606c18f49ddcc1fa5b088f0d6debd586f185e" + }, + { + "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the MAX17043/44/48/49 fuel gauges", + "paragraph": "An Arduino library to let you access all of the features of the MAX17043, MAX17044, MAX17048 and MAX17049 battery fuel gauges", + "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.2.zip", + "size": 22887, + "checksum": "SHA-256:e7a6fe5ec3118c352a2294d49db8e5d82f64c16e949f951ba3d0d7a4bf6f34ba" + }, + { + "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the MAX17043/44/48/49 fuel gauges", + "paragraph": "An Arduino library to let you access all of the features of the MAX17043, MAX17044, MAX17048 and MAX17049 battery fuel gauges", + "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.3.zip", + "size": 23158, + "checksum": "SHA-256:bf7a14acd2dfa24ea8580a3c562c4302afc8f5035344ffa539ff904cccf63bee" + }, + { + "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Arduino library for the MAX17043/44/48/49 fuel gauges", + "paragraph": "An Arduino library to let you access all of the features of the MAX17043, MAX17044, MAX17048 and MAX17049 battery fuel gauges", + "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.4.zip", + "size": 23355, + "checksum": "SHA-256:cb9248a382041c2c260585fdd1fdfbf6efcbfb490060bf83b15687be3361d0e0" + }, + { + "name": "EasyColor", + "version": "0.0.2", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-0.0.2.zip", + "archiveFileName": "EasyColor-0.0.2.zip", + "size": 15586, + "checksum": "SHA-256:79a09e14b932b08606e987bc8519da5dc8d0455a194f08e3fc51be06b8a77798" + }, + { + "name": "EasyColor", + "version": "1.0.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.0.0.zip", + "archiveFileName": "EasyColor-1.0.0.zip", + "size": 17343, + "checksum": "SHA-256:256d0c19b996606bce639268a2837b57e3188c2532f6ccea939fe5b879a74f45" + }, + { + "name": "EasyColor", + "version": "1.1.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.0.zip", + "archiveFileName": "EasyColor-1.1.0.zip", + "size": 20341, + "checksum": "SHA-256:2f9f8ac239652cc6549252347bed7756ed5985121a6a1b96d4b0a89057b9b68b" + }, + { + "name": "EasyColor", + "version": "1.1.1", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.1.zip", + "archiveFileName": "EasyColor-1.1.1.zip", + "size": 20268, + "checksum": "SHA-256:0495234a2b4b23a9ffd22ecf811fc7c1a59041328f895ff36d1948ce999408aa" + }, + { + "name": "EasyColor", + "version": "1.1.3", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.3.zip", + "archiveFileName": "EasyColor-1.1.3.zip", + "size": 19850, + "checksum": "SHA-256:3bef1e2bdb12e337e61c09b35079d859363ba2313a064fdf16441781a4135bc0" + }, + { + "name": "EasyColor", + "version": "1.1.5", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.5.zip", + "archiveFileName": "EasyColor-1.1.5.zip", + "size": 19852, + "checksum": "SHA-256:e90940508a42170755db487ff894485ab5c3d519967ae2a0b3644310ffe05210" + }, + { + "name": "EasyColor", + "version": "1.1.6", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.6.zip", + "archiveFileName": "EasyColor-1.1.6.zip", + "size": 19916, + "checksum": "SHA-256:38a0ba1de1c4c72fd69a68a81d0a34e4ba8c2e0101c974d4f4f4a4d93cfc8e5c" + }, + { + "name": "EasyColor", + "version": "1.1.7", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "Color converter to many formats", + "paragraph": "Color converter to many formats", + "website": "https://github.com/DjamesSuhanko/EasyColor", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.7.zip", + "archiveFileName": "EasyColor-1.1.7.zip", + "size": 19891, + "checksum": "SHA-256:fff5eb48b9d407c39e88a35f446e47841fc99fe00333f37b247331fb71066619" + }, + { + "name": "SparkFun Qwiic Digital Capacitor Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to get and set the capacitance of the NCD2400M digital capacitor in both volatile and non-volatile memory.", + "paragraph": "Use our easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/17182\"\u003eSparkX Qwiic Digital Capacitor\u003c/a\u003e to set the capacitance and specify series or shunt configuration. Solder the board onto your system on a 0402 or 0603 footprint and tune the capacitor to your specific application!", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Digital_Capacitor_Arduino_Library-1.0.0.zip", + "size": 12252, + "checksum": "SHA-256:f0e52c160b5c617ba8dbdecd9acaebb019a323fe01c947d94732e1c5cc13083d" + }, + { + "name": "PCF8591 library", + "version": "0.9.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8591", + "paragraph": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).", + "website": "https://github.com/xreef/PCF8591_library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8591_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-0.9.0.zip", + "archiveFileName": "PCF8591_library-0.9.0.zip", + "size": 6498689, + "checksum": "SHA-256:13315b327ccc1730eff045089e9552966c49243ef82197290b74f351a44039e0" + }, + { + "name": "PCF8591 library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266 and esp32 library for PCF8591.", + "paragraph": "Library to use pcf8591 i2c analog IC with Arduino, esp32 and esp8266. Can read analog value and write analog value with only 2 wire.", + "website": "https://www.mischianti.org/2019/01/03/pcf8591-i2c-analog-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8591_library.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-1.0.1.zip", + "archiveFileName": "PCF8591_library-1.0.1.zip", + "size": 6370484, + "checksum": "SHA-256:0b7b9be27bb5354afb9fa4c046751ba4d612981d99da836a62a93a0a8ebecdf0" + }, + { + "name": "PCF8591 library", + "version": "1.0.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8591, library for Arduino, ESP8266 and esp32", + "paragraph": "Library to use pcf8591 i2c analog IC with Arduino, esp32 and esp8266. Can read analog value and write analog value with only 2 wire.", + "website": "https://www.mischianti.org/2019/01/03/pcf8591-i2c-analog-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8591_library.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-1.0.2.zip", + "archiveFileName": "PCF8591_library-1.0.2.zip", + "size": 6372457, + "checksum": "SHA-256:4370e9fa092b5e82214d4d3ca672d3953f5dd2bf3df5a9c5e21ca4a5b713afa4" + }, + { + "name": "PCF8591 library", + "version": "1.1.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8591, library for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266.", + "paragraph": "Library to use pcf8591 i2c analog IC with Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read analog value and write analog value with only 2 wire.", + "website": "https://www.mischianti.org/2019/01/03/pcf8591-i2c-analog-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8591_library.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-1.1.0.zip", + "archiveFileName": "PCF8591_library-1.1.0.zip", + "size": 6373737, + "checksum": "SHA-256:dbac3c0e6438e302665559055a794c85659f643ef2441b63712768eeceea22dd" + }, + { + "name": "PCF8591 library", + "version": "1.1.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8591, library for Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266.", + "paragraph": "Library to use pcf8591 i2c analog IC with Arduino, Raspberry Pi Pico and rp2040 boards, esp32, SMT32 and ESP8266. Can read analog value and write analog value with only 2 wire.", + "website": "https://www.mischianti.org/2019/01/03/pcf8591-i2c-analog-i-o-expander/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8591_library.git", + "providesIncludes": [ + "PCF8591.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-1.1.1.zip", + "archiveFileName": "PCF8591_library-1.1.1.zip", + "size": 6373773, + "checksum": "SHA-256:39850c130fd72450e606342ff0573fc03cdf04acf1c49cdb9835432a717d9ccd" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.2.0", + "author": "P.Pongpakatien", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.2.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.2.0.zip", + "size": 10321, + "checksum": "SHA-256:f12201b91e0bc48f289cffa8faae6ecab9b86c7a258bd6a7e27a56c4864c82b3" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.2.1", + "author": "P.Pongpakatien", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.2.1.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.2.1.zip", + "size": 10312, + "checksum": "SHA-256:88e04eb17197d2c3fda26fed644cefc917a06d7e788660591d6fdb3c0e77ea3c" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.3.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.3.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.3.0.zip", + "size": 10492, + "checksum": "SHA-256:a692360248fb5b388b2077347603c0238ce5e27dbba1ded84030649e204ee440" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.4.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.4.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.4.0.zip", + "size": 10483, + "checksum": "SHA-256:e1e64c46290f548d5bcb6878a69d25b1f255ec2c1c60c6e607e4affa555ede91" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.5.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.5.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.5.0.zip", + "size": 10704, + "checksum": "SHA-256:79d3291443aa6bdf018908db9fbd5ba79f5c5984392005fa008a5eb3e70bb529" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.6.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.6.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.6.0.zip", + "size": 13444, + "checksum": "SHA-256:f4409ec7d4266bb64e545e635c4af57763c039d12738d8eda7cffa56965230af" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.6.1", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.6.1.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.6.1.zip", + "size": 13497, + "checksum": "SHA-256:120e7b4e35b87c5c057486785f668233c074e75f8de7d713101df6cb4aa6d6f5" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.6.2", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.6.2.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.6.2.zip", + "size": 13497, + "checksum": "SHA-256:a8b8fe6725eb09ac3773dab94cd08004aa8412c3530abafe2515b910026d4ca7" + }, + { + "name": "GoGoBoard Arduino Library", + "version": "1.7.0", + "author": "P.Pongpakatien, T.Phoeyphon", + "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", + "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", + "paragraph": "Install this library to use GoGoBoard arduino core extension.", + "website": "https://github.com/LILCMU/GoGoBoard-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.7.0.zip", + "archiveFileName": "GoGoBoard_Arduino_Library-1.7.0.zip", + "size": 13614, + "checksum": "SHA-256:5f59afdfc1251e410c9765659473bce54b247b47caee2f6f2952c0ce7ad8b1d8" + }, + { + "name": "InkplateLibrary", + "version": "1.0.0", + "author": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e, Borna Biro \u003cborna.biro@e-radionica.com\u003e, Denis Vajak \u003cdenis.vajak@e-radionica.com\u003e, Zvonimir Haramustek \u003czvonimir.haramustek@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements common functions for Inkplate e-paper displays", + "website": "https://inkplate.io/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-1.0.0.zip", + "archiveFileName": "InkplateLibrary-1.0.0.zip", + "size": 12672601, + "checksum": "SHA-256:669c7e2948f3ccc797bd83d9002d84f032d6329f4b51f5ccebaccef3d9f02c36" + }, + { + "name": "InkplateLibrary", + "version": "1.1.0", + "author": "e-radionica.com\u003cdavid.zovko@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements common functions for Inkplate e-paper displays", + "website": "https://inkplate.io/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-1.1.0.zip", + "archiveFileName": "InkplateLibrary-1.1.0.zip", + "size": 13210411, + "checksum": "SHA-256:9985549b725b2b0f2af8ec000d70d00ef3a6c098523bfb30a588b5f47e04f0a3" + }, + { + "name": "InkplateLibrary", + "version": "2.0.0", + "author": "e-radionica.com\u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements common functions for Inkplate e-paper displays", + "website": "https://inkplate.io/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.0.0.zip", + "archiveFileName": "InkplateLibrary-2.0.0.zip", + "size": 16421892, + "checksum": "SHA-256:26ee2a789c9084cf8f7eaf7cf6831b468132d70cdf2b51de2bddb5047e1b47f7" + }, + { + "name": "InkplateLibrary", + "version": "2.2.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.2.0.zip", + "archiveFileName": "InkplateLibrary-2.2.0.zip", + "size": 17306424, + "checksum": "SHA-256:7f2e791ad318d7443ee26c236e040199eb0a282905cf58e081b8ecd170985836" + }, + { + "name": "InkplateLibrary", + "version": "2.3.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.3.0.zip", + "archiveFileName": "InkplateLibrary-2.3.0.zip", + "size": 17306528, + "checksum": "SHA-256:de3bc9a75132c6b8424001735daf6a9cf9107ec112cca8e1660db3da8058f32b" + }, + { + "name": "InkplateLibrary", + "version": "2.3.2", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.3.2.zip", + "archiveFileName": "InkplateLibrary-2.3.2.zip", + "size": 17306528, + "checksum": "SHA-256:a63110b77e825e4a884d091989c6f74a4830fdf064ca4c099cb79a2364baa33b" + }, + { + "name": "InkplateLibrary", + "version": "2.4.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-2.4.0.zip", + "archiveFileName": "InkplateLibrary-2.4.0.zip", + "size": 24888433, + "checksum": "SHA-256:f9d51982d9f1985605c7320f62881ba9d571189a1764ab47c9df80bfface3b0a" + }, + { + "name": "InkplateLibrary", + "version": "3.0.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-3.0.0.zip", + "archiveFileName": "InkplateLibrary-3.0.0.zip", + "size": 24888476, + "checksum": "SHA-256:00d896baee18baba55768b6e1f43552ec94519b3130405cbe012710f207c0abf" + }, + { + "name": "InkplateLibrary", + "version": "3.0.1", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-3.0.1.zip", + "archiveFileName": "InkplateLibrary-3.0.1.zip", + "size": 24092669, + "checksum": "SHA-256:1c2cad2ff71f5f7920e1ffb33fd4b3acf5a7d7d66031a09c09ed34c211d7b8ce" + }, + { + "name": "InkplateLibrary", + "version": "4.0.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-4.0.0.zip", + "archiveFileName": "InkplateLibrary-4.0.0.zip", + "size": 24192423, + "checksum": "SHA-256:f1ed4b433f6f8d59d7a8b31f14fbb40e73f903b242f768dabfad23ce3a83b208" + }, + { + "name": "InkplateLibrary", + "version": "4.0.1", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-4.0.1.zip", + "archiveFileName": "InkplateLibrary-4.0.1.zip", + "size": 24192507, + "checksum": "SHA-256:b3265c75e32a449650bec253c27aeb3f87c4b10aab597529a358741ed0a4526a" + }, + { + "name": "InkplateLibrary", + "version": "5.0.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-5.0.0.zip", + "archiveFileName": "InkplateLibrary-5.0.0.zip", + "size": 30223098, + "checksum": "SHA-256:7701f919cfb55b0948b72f4ec76bd4dce6d47ec296f8e5f5800cb71cd35c76c1" + }, + { + "name": "InkplateLibrary", + "version": "5.5.1", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-5.5.1.zip", + "archiveFileName": "InkplateLibrary-5.5.1.zip", + "size": 34672603, + "checksum": "SHA-256:195db3fca767509a8074b097b2141c7719871c5731347bf5edf807d05f963460" + }, + { + "name": "InkplateLibrary", + "version": "5.5.2", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-5.5.2.zip", + "archiveFileName": "InkplateLibrary-5.5.2.zip", + "size": 34682016, + "checksum": "SHA-256:5b4a9e96892bb1cc68ab35087d40b87165e18b95e821285d8dc91cd70721a4eb" + }, + { + "name": "InkplateLibrary", + "version": "5.7.0", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-5.7.0.zip", + "archiveFileName": "InkplateLibrary-5.7.0.zip", + "size": 34693847, + "checksum": "SHA-256:1246258d446dfe28efaa3d0d4cfbc3effc1be1bb796beac17179e145f930097f" + }, + { + "name": "InkplateLibrary", + "version": "5.7.1", + "author": "e-radionica.com \u003cinkplate@e-radionica.com\u003e", + "maintainer": "David Zovko \u003cinkplate@e-radionica.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/e-radionicacom/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-5.7.1.zip", + "archiveFileName": "InkplateLibrary-5.7.1.zip", + "size": 34693846, + "checksum": "SHA-256:0bfe0fa98249d0a3e7fb3075fa002e794b6623e4c49fe502ff8bcfad876f115c" + }, + { + "name": "InkplateLibrary", + "version": "6.0.0", + "author": "e-radionica.com \u003cinkplate@soldered.com\u003e", + "maintainer": "David Zovko \u003cinkplate@soldered.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/SolderedElectronics/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-6.0.0.zip", + "archiveFileName": "InkplateLibrary-6.0.0.zip", + "size": 35983056, + "checksum": "SHA-256:eb806ecbf063e2ba0e975ccda82817375d69f7a8727e79a32c7146d4180dd06d" + }, + { + "name": "InkplateLibrary", + "version": "7.0.0", + "author": "e-radionica.com \u003cinkplate@soldered.com\u003e", + "maintainer": "David Zovko \u003cinkplate@soldered.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/SolderedElectronics/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-7.0.0.zip", + "archiveFileName": "InkplateLibrary-7.0.0.zip", + "size": 36999217, + "checksum": "SHA-256:2d168ced280b31aae5e6c21b0be176d8a7424ab8b0bc6dfadce68ad6ddfe76ca" + }, + { + "name": "InkplateLibrary", + "version": "8.0.0", + "author": "e-radionica.com \u003cinkplate@soldered.com\u003e", + "maintainer": "David Zovko \u003cinkplate@soldered.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/SolderedElectronics/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-8.0.0.zip", + "archiveFileName": "InkplateLibrary-8.0.0.zip", + "size": 41524579, + "checksum": "SHA-256:9e7531fd767192a4ff8fcd0132cb085ebc06d4830ab8cbedd91e0ffe78915d30" + }, + { + "name": "InkplateLibrary", + "version": "8.1.0", + "author": "e-radionica.com \u003cinkplate@soldered.com\u003e", + "maintainer": "David Zovko \u003cinkplate@soldered.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/SolderedElectronics/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-8.1.0.zip", + "archiveFileName": "InkplateLibrary-8.1.0.zip", + "size": 48835551, + "checksum": "SHA-256:dd9841237aec2bf797dc367a46b0e03ad1b1c64689cc2fc523ab6e9bbe6f50ea" + }, + { + "name": "InkplateLibrary", + "version": "8.2.0", + "author": "e-radionica.com \u003cinkplate@soldered.com\u003e", + "maintainer": "David Zovko \u003cinkplate@soldered.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/SolderedElectronics/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-8.2.0.zip", + "archiveFileName": "InkplateLibrary-8.2.0.zip", + "size": 49537756, + "checksum": "SHA-256:7e0951068c9cc1fc68b044d7ad49bd0c2effecc520741477134df59c521c48ba" + }, + { + "name": "InkplateLibrary", + "version": "8.2.1", + "author": "e-radionica.com \u003cinkplate@soldered.com\u003e", + "maintainer": "David Zovko \u003cinkplate@soldered.com\u003e", + "sentence": "Inkplate boards driver library", + "paragraph": "Implements drawing and system functions for Inkplate series of e-paper displays", + "website": "https://github.com/SolderedElectronics/Inkplate-Arduino-library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "providesIncludes": [ + "Inkplate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-8.2.1.zip", + "archiveFileName": "InkplateLibrary-8.2.1.zip", + "size": 49538006, + "checksum": "SHA-256:fa214e2a7e57286dd1b84f83dd849696ab9e74a68e970dace737718d7dac69ab" + }, + { + "name": "NHB_AD7794", + "version": "1.0.0", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": [ + "NHB_AD7794" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.0.0.zip", + "archiveFileName": "NHB_AD7794-1.0.0.zip", + "size": 22003, + "checksum": "SHA-256:daee644379896051f6e476d51733f11c74551e3e54885b3d15ae7401eb4a2712" + }, + { + "name": "NHB_AD7794", + "version": "1.1.0", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": [ + "NHB_AD7794" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.1.0.zip", + "archiveFileName": "NHB_AD7794-1.1.0.zip", + "size": 21834, + "checksum": "SHA-256:ce286c790f74c6cc4babaf0cc865d92fcf610d05972a211b89db398ba705601f" + }, + { + "name": "NHB_AD7794", + "version": "1.1.1", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": [ + "NHB_AD7794" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.1.1.zip", + "archiveFileName": "NHB_AD7794-1.1.1.zip", + "size": 21876, + "checksum": "SHA-256:39e8c6882e4e7973e9c0dbd366bd3731cddee7e299707b9e1b5331d5c85838ac" + }, + { + "name": "NHB_AD7794", + "version": "1.2.0", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": [ + "NHB_AD7794" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.2.0.zip", + "archiveFileName": "NHB_AD7794-1.2.0.zip", + "size": 19625, + "checksum": "SHA-256:ee8fbd0bcf08774d4fe18a1c96ebdf7528749a5d17d0d6a6792292f73a8fb2b4" + }, + { + "name": "NHB_AD7794", + "version": "1.2.1", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", + "website": "https://github.com/NHBSystems/NHB_AD7794", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NHBSystems/NHB_AD7794.git", + "providesIncludes": [ + "NHB_AD7794" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.2.1.zip", + "archiveFileName": "NHB_AD7794-1.2.1.zip", + "size": 19630, + "checksum": "SHA-256:2e88a58a5b385b5e94db7b199d61ba7ec065a6456f6131d221ca8b4670bdb88d" + }, + { + "name": "SparkFun HyperDisplay ILI9341", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "ILI9341 extension for HyperDisplay", + "paragraph": "This library is a mid-level interface between displays that use an ILI9341 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", + "website": "https://github.com/sparkfun/HyperDisplay_ILI9341_ArduinoLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_ILI9341_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9341-1.0.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_ILI9341-1.0.0.zip", + "size": 24847, + "checksum": "SHA-256:51dbab17e105a400c439294e85eeb47ea5613ba9f614a431d1aac14bbc4478af" + }, + { + "name": "SparkFun MicroMod Button", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Communicates with the buttons connected to the MicroMod Input and Display board.", + "website": "https://www.sparkfun.com/products/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MicroMod_Button_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroMod_Button-1.0.0.zip", + "archiveFileName": "SparkFun_MicroMod_Button-1.0.0.zip", + "size": 7948, + "checksum": "SHA-256:037180e85958510e3c5baee41fb8192146dde8bd866b8eebcef27fd9102d7a28" + }, + { + "name": "SparkFun HyperDisplay 4DLCD-320240", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Control SparkFun 2.4\" TFT products using HyperDisplay", + "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 2.4\" TFT products from SparkFun. Use all the features of HyperDisplay", + "website": "https://github.com/sparkfun/HyperDisplay_4DLCD-320240_ArduinoLibrary", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/HyperDisplay_4DLCD-320240_ArduinoLibrary.git", + "dependencies": [ + { + "name": "SparkFun HyperDisplay ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_4DLCD_320240-1.0.0.zip", + "archiveFileName": "SparkFun_HyperDisplay_4DLCD_320240-1.0.0.zip", + "size": 22939, + "checksum": "SHA-256:56705dd760b738eef2d515e5f7b725aadb435917243c10dfd9d34485f7619127" + }, + { + "name": "AceCommon", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level functions and routines useful for other libraries.", + "paragraph": "This library has no external dependencies so that it can be used as a repository of common code useful in other libraries in my collection.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.0.0.zip", + "archiveFileName": "AceCommon-1.0.0.zip", + "size": 179472, + "checksum": "SHA-256:c8a2f24411bda049a65df6df6c292b4f745e00906f70922bea5712891217b72c" + }, + { + "name": "AceCommon", + "version": "1.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level functions and routines useful for other libraries.", + "paragraph": "This library has no external dependencies so that it can be used as a repository of common code useful in other libraries in my collection.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.0.zip", + "archiveFileName": "AceCommon-1.1.0.zip", + "size": 464595, + "checksum": "SHA-256:6c34f31d535e73a59bcf50a573a85e15e1eaafe39364c0e955d4764c6a081cf5" + }, + { + "name": "AceCommon", + "version": "1.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.1.zip", + "archiveFileName": "AceCommon-1.1.1.zip", + "size": 510174, + "checksum": "SHA-256:b32722babad8b1ef24c46997bddc8a966bceb1d5d18564b7b51e820bb80b2665" + }, + { + "name": "AceCommon", + "version": "1.1.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString, and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.2.zip", + "archiveFileName": "AceCommon-1.1.2.zip", + "size": 511085, + "checksum": "SHA-256:aad1b291de64557ebcbde80dceb3bdd55f2c88dcc1b20655ed00123e215c852c" + }, + { + "name": "AceCommon", + "version": "1.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString, hashDjb2() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.2.0.zip", + "archiveFileName": "AceCommon-1.2.0.zip", + "size": 542605, + "checksum": "SHA-256:f4704626855ae7ea83f66907935499f1a19f6027c5123a08943d71dac6a6756c" + }, + { + "name": "AceCommon", + "version": "1.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.3.0.zip", + "archiveFileName": "AceCommon-1.3.0.zip", + "size": 571046, + "checksum": "SHA-256:2a41fe13794bef8b2c6171dbc9394bb5008261cafa41e7a4e93ca34c74d5fc46" + }, + { + "name": "AceCommon", + "version": "1.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.3.1.zip", + "archiveFileName": "AceCommon-1.3.1.zip", + "size": 571218, + "checksum": "SHA-256:a4cf93f6567ccd4feb971a8ab76370c82fd48d165747021548536e86de550d95" + }, + { + "name": "AceCommon", + "version": "1.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.0.zip", + "archiveFileName": "AceCommon-1.4.0.zip", + "size": 606546, + "checksum": "SHA-256:cb49e3fab86b4902de91fe527ff6023e942ade511ea4a7a7e91f926d59358893" + }, + { + "name": "AceCommon", + "version": "1.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.1.zip", + "archiveFileName": "AceCommon-1.4.1.zip", + "size": 607118, + "checksum": "SHA-256:3c561317097be51948d2d5a299f157721c68db2a0510852c59f4356732d47bc6" + }, + { + "name": "AceCommon", + "version": "1.4.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.2.zip", + "archiveFileName": "AceCommon-1.4.2.zip", + "size": 625438, + "checksum": "SHA-256:e3c9db7a06f95095c7053075c0a98769c507c3011912b081e903c037fd5a6d85" + }, + { + "name": "AceCommon", + "version": "1.4.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.3.zip", + "archiveFileName": "AceCommon-1.4.3.zip", + "size": 651790, + "checksum": "SHA-256:7eb1bb8cdc39463854fde412e03d916ed6a96f87b2a55ad8e7346b41da90f19d" + }, + { + "name": "AceCommon", + "version": "1.4.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.4.zip", + "archiveFileName": "AceCommon-1.4.4.zip", + "size": 752455, + "checksum": "SHA-256:18187b1e7fbe79817c5e4f870192d8781c2c20f2eb9835d46db81f43fc484a99" + }, + { + "name": "AceCommon", + "version": "1.4.5", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.5.zip", + "archiveFileName": "AceCommon-1.4.5.zip", + "size": 767736, + "checksum": "SHA-256:a36ad6778fbaf542d7fac355a0bf0ac81fb805109772217543d6ea5d4941d897" + }, + { + "name": "AceCommon", + "version": "1.4.6", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", + "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), TimingStats, formUrlEncode(), FCString, hashDjb2(), KString, binarySearch(), linearSearch(), isSorted() and so on.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.6.zip", + "archiveFileName": "AceCommon-1.4.6.zip", + "size": 841550, + "checksum": "SHA-256:f30324837dc7522b846d759b4c204b1bd6644d580b22923bc185e127f283e0d5" + }, + { + "name": "AceCommon", + "version": "1.4.7", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions for Arduino: incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), printIntAsFloat(), TimingStats, formUrlEncode(), FCString, KString, hashDjb2(), binarySearch(), linearSearch(), isSorted(), reverse(), and so on.", + "paragraph": "The classes and functions have no external dependencies so that they can be easily reused in other libraries.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.4.7.zip", + "archiveFileName": "AceCommon-1.4.7.zip", + "size": 858085, + "checksum": "SHA-256:d8aaa0420e841627666f1d9138b96ff26baf6147adab6831d75887350aefda3b" + }, + { + "name": "AceCommon", + "version": "1.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions for Arduino: incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), printIntAsFloat(), TimingStats, formUrlEncode(), FCString, KString, hashDjb2(), binarySearch(), linearSearch(), isSorted(), reverse(), and so on.", + "paragraph": "The classes and functions have no external dependencies so that they can be easily reused in other libraries.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.5.0.zip", + "archiveFileName": "AceCommon-1.5.0.zip", + "size": 922026, + "checksum": "SHA-256:470372f1a3ccea4174eba223572f0fc20a027a28c114acd0839dc6548c4b467a" + }, + { + "name": "AceCommon", + "version": "1.5.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions for Arduino: incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), printIntAsFloat(), TimingStats, formUrlEncode(), FCString, KString, hashDjb2(), binarySearch(), linearSearch(), isSorted(), reverse(), and so on.", + "paragraph": "The classes and functions have no external dependencies so that they can be easily reused in other libraries.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.5.2.zip", + "archiveFileName": "AceCommon-1.5.2.zip", + "size": 943061, + "checksum": "SHA-256:c5d2183230332e431fe17edb4e35e6ae0af91a6475375284e7e2d0a57549c834" + }, + { + "name": "AceCommon", + "version": "1.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions for Arduino: incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), printIntAsFloat(), TimingStats, formUrlEncode(), FCString, KString, hashDjb2(), binarySearch(), linearSearch(), isSorted(), reverse(), and so on.", + "paragraph": "The classes and functions have no external dependencies so that they can be easily reused in other libraries.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.6.0.zip", + "archiveFileName": "AceCommon-1.6.0.zip", + "size": 957756, + "checksum": "SHA-256:2f4a6d37b6dbc9bcbacc1add1eae5bef8d56b2fb271b61189f2c6a5370e0d3dc" + }, + { + "name": "AceCommon", + "version": "1.6.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions for Arduino: incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), printIntAsFloat(), TimingStats, formUrlEncode(), FCString, KString, hashDjb2(), binarySearch(), linearSearch(), isSorted(), reverse(), and so on.", + "paragraph": "The classes and functions have no external dependencies so that they can be easily reused in other libraries.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.6.1.zip", + "archiveFileName": "AceCommon-1.6.1.zip", + "size": 960369, + "checksum": "SHA-256:cd92988d9d401f282a79cb939fa29e3939611da278719f4c1ec3f227b1b706c1" + }, + { + "name": "AceCommon", + "version": "1.6.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Small low-level classes and functions for Arduino: incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To(), printIntAsFloat(), TimingStats, formUrlEncode(), FCString, KString, hashDjb2(), binarySearch(), linearSearch(), isSorted(), reverse(), and so on.", + "paragraph": "The classes and functions have no external dependencies so that they can be easily reused in other libraries.", + "website": "https://github.com/bxparks/AceCommon", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCommon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.6.2.zip", + "archiveFileName": "AceCommon-1.6.2.zip", + "size": 964237, + "checksum": "SHA-256:3438a53a3da6b4072aa2b79cff28e058733ac69efad773b7dc7a4879bac19208" + }, + { + "name": "Timezone_Generic", + "version": "1.2.4", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.4.zip", + "archiveFileName": "Timezone_Generic-1.2.4.zip", + "size": 360951, + "checksum": "SHA-256:392c89b44bb12469bc558bea492dc5fd3111dc70227e616fb11f36a9ef9f27d2" + }, + { + "name": "Timezone_Generic", + "version": "1.2.5", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.5.zip", + "archiveFileName": "Timezone_Generic-1.2.5.zip", + "size": 377437, + "checksum": "SHA-256:32ef8dcb9a3fc9eaaca8f96eae28affb8a599d278f043057c74dbb09bcd1aa0f" + }, + { + "name": "Timezone_Generic", + "version": "1.2.6", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.6.zip", + "archiveFileName": "Timezone_Generic-1.2.6.zip", + "size": 384340, + "checksum": "SHA-256:c2da73e33c3b3eeb9d2527a539ce178c137f1e1dcfd481537773129192360639" + }, + { + "name": "Timezone_Generic", + "version": "1.3.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.3.0.zip", + "archiveFileName": "Timezone_Generic-1.3.0.zip", + "size": 424502, + "checksum": "SHA-256:cecbebcb98db8bfe32c9208503dd93e4d2f73b02f991b91ab13fe94b8151c177" + }, + { + "name": "Timezone_Generic", + "version": "1.4.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.4.0.zip", + "archiveFileName": "Timezone_Generic-1.4.0.zip", + "size": 555109, + "checksum": "SHA-256:61a2b61be7e126673fb62ab6aefda7b63e6fda763f851cbf59c0fd02ba77e1c1" + }, + { + "name": "Timezone_Generic", + "version": "1.5.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.5.0.zip", + "archiveFileName": "Timezone_Generic-1.5.0.zip", + "size": 770084, + "checksum": "SHA-256:90902d4d9f4238aed1e625165a1b691df7b346418e98aaf991647ed6222711f2" + }, + { + "name": "Timezone_Generic", + "version": "1.6.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.6.0.zip", + "archiveFileName": "Timezone_Generic-1.6.0.zip", + "size": 823936, + "checksum": "SHA-256:57e980eafc94168e00f6eb45aa5af0a382fcd1340ddeb394ae11c2344ad08b94" + }, + { + "name": "Timezone_Generic", + "version": "1.7.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.7.0.zip", + "archiveFileName": "Timezone_Generic-1.7.0.zip", + "size": 840584, + "checksum": "SHA-256:bf59f28425d22c82ce5b7793089df1a9e7d52817b2ab3e3d624b4f3388c512fd" + }, + { + "name": "Timezone_Generic", + "version": "1.7.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.7.1.zip", + "archiveFileName": "Timezone_Generic-1.7.1.zip", + "size": 861325, + "checksum": "SHA-256:20ce6d38f1bc56b74fce0cf58337e194f8a5aee69adce07ac5bbe0c28b13f88c" + }, + { + "name": "Timezone_Generic", + "version": "1.7.2", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.7.2.zip", + "archiveFileName": "Timezone_Generic-1.7.2.zip", + "size": 874582, + "checksum": "SHA-256:79105f876c6c9cc63aeabc38a0041499928a6dbfe6e648955ae712cdefaeba92" + }, + { + "name": "Timezone_Generic", + "version": "1.7.3", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.7.3.zip", + "archiveFileName": "Timezone_Generic-1.7.3.zip", + "size": 904803, + "checksum": "SHA-256:54aa3f18e1277b97f692f4d53786cec9a6409b14f0bd231a54979e2c21241f6b" + }, + { + "name": "Timezone_Generic", + "version": "1.8.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h", + "Timezone_Generic_Impl.h" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.8.0.zip", + "archiveFileName": "Timezone_Generic-1.8.0.zip", + "size": 940069, + "checksum": "SHA-256:28e06f1feec855e073d5887da1917daca4b8b9060f83dfc1b072b7d0a7ac6073" + }, + { + "name": "Timezone_Generic", + "version": "1.9.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h", + "Timezone_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.9.0.zip", + "archiveFileName": "Timezone_Generic-1.9.0.zip", + "size": 973447, + "checksum": "SHA-256:318e77f022512a4f8b95d378676db72af30793b0763bd0ca7e42001e18b08421" + }, + { + "name": "Timezone_Generic", + "version": "1.9.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h", + "Timezone_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.9.1.zip", + "archiveFileName": "Timezone_Generic-1.9.1.zip", + "size": 982676, + "checksum": "SHA-256:b987d076fe9c887c002df83ef8a43fd7f1ff027c894c7744ec8da05b0ef72295" + }, + { + "name": "Timezone_Generic", + "version": "1.10.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h", + "Timezone_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.10.0.zip", + "archiveFileName": "Timezone_Generic-1.10.0.zip", + "size": 1093964, + "checksum": "SHA-256:20aa2cdcb36c617c336d51b533527053cffc783adc2e7feabfcd8f50a76f741b" + }, + { + "name": "Timezone_Generic", + "version": "1.10.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", + "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/Timezone_Generic", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "providesIncludes": [ + "Timezone_Generic.h", + "Timezone_Generic.hpp" + ], + "dependencies": [ + { + "name": "Time" + }, + { + "name": "Wire" + }, + { + "name": "DS323x_Generic" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.10.1.zip", + "archiveFileName": "Timezone_Generic-1.10.1.zip", + "size": 1151133, + "checksum": "SHA-256:5aa5b610ee3489b4e34a879cd63c1a1f2e255411fbe2f16a77e247afd732174e" + }, + { + "name": "ft817", + "version": "1.0.0", + "author": "Pavel Milanes Costa \u003cpavelmc@gmail.com\u003e, Andy Webster", + "maintainer": "Pavel Milanes Costa \u003cpavelmc@gmail.com\u003e, Andy Webster", + "sentence": "Serial CAT interface to control a Yaesu FT-817 transceiver", + "paragraph": "Inspired in the James Buck (VE3BUX) FT-857D library and crafted to Andy Webster FT-817_Buddy project, but usable by anyone to control a FT-817 radio.", + "website": "https://github.com/stdevPavelmc/ft817", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stdevPavelmc/ft817.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stdevPavelmc/ft817-1.0.0.zip", + "archiveFileName": "ft817-1.0.0.zip", + "size": 14240, + "checksum": "SHA-256:ecd5a1893f0e48fa906d7e48a6bfc1d6829d260e9eeee0dfc2052fae48947cc7" + }, + { + "name": "DS323x_Generic", + "version": "1.0.0", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.0.0.zip", + "archiveFileName": "DS323x_Generic-1.0.0.zip", + "size": 317935, + "checksum": "SHA-256:b35a450fd88d28a797be56d10a1f636d74a01299298dcaca1b8bf941ecfeaae8" + }, + { + "name": "DS323x_Generic", + "version": "1.1.0", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.1.0.zip", + "archiveFileName": "DS323x_Generic-1.1.0.zip", + "size": 365304, + "checksum": "SHA-256:b2bbe2163641ecf6971bf40b9c6eed7e05bfdf5eb2c74f6fccb62f308e68e954" + }, + { + "name": "DS323x_Generic", + "version": "1.2.0", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.2.0.zip", + "archiveFileName": "DS323x_Generic-1.2.0.zip", + "size": 692739, + "checksum": "SHA-256:d3e83a77c44e30f3ab8c77b352ceef7998d1a4b0f5ec57a527abe2f98a66ad69" + }, + { + "name": "DS323x_Generic", + "version": "1.2.1", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.2.1.zip", + "archiveFileName": "DS323x_Generic-1.2.1.zip", + "size": 693043, + "checksum": "SHA-256:a11ff9c0e8403e417c65f52257e914f8f50dc8e10800e575c4c1dbb122255361" + }, + { + "name": "DS323x_Generic", + "version": "1.2.2", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.2.2.zip", + "archiveFileName": "DS323x_Generic-1.2.2.zip", + "size": 759506, + "checksum": "SHA-256:75e77e4ffd1e8268fdcbdff37dcce14c7d4b9f186c53a8f3af114ddbb50066a1" + }, + { + "name": "DS323x_Generic", + "version": "1.2.3", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.2.3.zip", + "archiveFileName": "DS323x_Generic-1.2.3.zip", + "size": 940547, + "checksum": "SHA-256:cbad362a73ae5069f39276b82b2b2385e8b1c9611ec52624d300fe81cb078829" + }, + { + "name": "DS323x_Generic", + "version": "1.3.0", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, Portenta_H7 boards, RP2040-based, etc. besides ESP8266/ESP32, using ESP WiFi, Portenta_H7 WiFi, WiFiNINA, Portenta_H7 Ethernet, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi. Ethernet_Generic library is used as default for W5x00 Ethernet", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.3.0.zip", + "archiveFileName": "DS323x_Generic-1.3.0.zip", + "size": 1026902, + "checksum": "SHA-256:e36a77d6247e4b3f70ddeda81a2d34d2b6566cc26a0de7e81b365f4e4a1a3f19" + }, + { + "name": "DS323x_Generic", + "version": "1.3.1", + "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", + "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, Portenta_H7 boards, RP2040-based, etc. besides ESP8266/ESP32, using ESP WiFi, Portenta_H7 WiFi, WiFiNINA, Portenta_H7 Ethernet, Ethernet W5x00, Teensy 4.1 QNEthernet/NativeEthernet, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi. Ethernet_Generic library is used as default for W5x00 Ethernet", + "website": "https://github.com/khoih-prog/DS323x_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/DS323x_Generic.git", + "providesIncludes": [ + "DS323x_Generic.h" + ], + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "Time" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "EthernetENC" + }, + { + "name": "UIPEthernet" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.3.1.zip", + "archiveFileName": "DS323x_Generic-1.3.1.zip", + "size": 1028252, + "checksum": "SHA-256:65e936cd665cc1c6ff6f344b41910cdddb5639dd14c1f00b9fd007def0bac23c" + }, + { + "name": "AmigaMouseJoyEmu", + "version": "0.1.0", + "author": "andrasbiro", + "maintainer": "andrasbiro", + "sentence": "Library to emulate Amiga Mouse or joystick", + "website": "https://github.com/andrasbiro/AmigaMouseJoyEmu", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andrasbiro/AmigaMouseJoyEmu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andrasbiro/AmigaMouseJoyEmu-0.1.0.zip", + "archiveFileName": "AmigaMouseJoyEmu-0.1.0.zip", + "size": 7385, + "checksum": "SHA-256:de0022063c46b92bb2be8c607d751097c8d596ca1a646187d0d3d30ca67ccacf" + }, + { + "name": "EnviroDIY_DS3231", + "version": "1.3.4", + "author": "keestux,SODAQ", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for the DS3231 RTC (Real Time Clock).", + "paragraph": "Forked from https://github.com/SodaqMoja/Sodaq_DS3231", + "website": "https://github.com/EnviroDIY/Sodaq_DS3231", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/Sodaq_DS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/EnviroDIY_DS3231-1.3.4.zip", + "archiveFileName": "EnviroDIY_DS3231-1.3.4.zip", + "size": 491006, + "checksum": "SHA-256:4e775c439bf6631d6462b30162016c365aabf64e981f1a279b90b3b1e7a5f7c3" + }, + { + "name": "EnviroDIY_DS3231", + "version": "1.3.5", + "author": "keestux,SODAQ", + "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", + "sentence": "An Arduino library for the DS3231 RTC (Real Time Clock).", + "paragraph": "Forked from https://github.com/SodaqMoja/Sodaq_DS3231", + "website": "https://github.com/EnviroDIY/Sodaq_DS3231", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/Sodaq_DS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/EnviroDIY_DS3231-1.3.5.zip", + "archiveFileName": "EnviroDIY_DS3231-1.3.5.zip", + "size": 494720, + "checksum": "SHA-256:6d179a5893bea56d2250f993146391993ece8d53438b53b6d04589c753ed6a20" + }, + { + "name": "LG_Matrix_Print", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to print text on one or more segments with 8x8 LED-Matrix using MAX", + "paragraph": "The library allows to print any text to the LED-matrix on a very simple way. Long strings can be outputted in ticker mode where text moves from right to left. The maximum string length is 32000. The library uses hardware SPI.", + "website": "https://github.com/GerLech/LG_Matrix_Print", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/LG_Matrix_Print.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/LG_Matrix_Print-1.0.0.zip", + "archiveFileName": "LG_Matrix_Print-1.0.0.zip", + "size": 21175, + "checksum": "SHA-256:5d4bfc2faf80eeb0d01f1e63dde3c0f91c8e0b1b620c535e57a99f3bb63491c1" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": [ + "TeensyTimerInterrupt.h", + "Teensy_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.0.0.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.0.0.zip", + "size": 59814, + "checksum": "SHA-256:a957d1a2d4a2cfb8ee4ef251db5b0bacf957cac3740515e90e4f8d2113f74448" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": [ + "TeensyTimerInterrupt.h", + "Teensy_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.0.1.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.0.1.zip", + "size": 65643, + "checksum": "SHA-256:53c338665a10028c1164ea1887d179237f2b8f2216b3d72e073a459a93fd0277" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": [ + "TeensyTimerInterrupt.h", + "Teensy_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.1.1.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.1.1.zip", + "size": 74006, + "checksum": "SHA-256:ad1ca9cc5b8e758d20d4872d53d46428e6d9f93e22e48dc8fdcf343acf7f2a32" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": [ + "TeensyTimerInterrupt.h", + "Teensy_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.2.0.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.2.0.zip", + "size": 96520, + "checksum": "SHA-256:2228edfecf7b4fedc0890430155c787cc0257a163ef9fcacdb460cf81402e711" + }, + { + "name": "Teensy_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", + "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", + "providesIncludes": [ + "TeensyTimerInterrupt.h", + "TeensyTimerInterrupt.hpp", + "Teensy_ISR_Timer.h", + "Teensy_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.3.0.zip", + "archiveFileName": "Teensy_TimerInterrupt-1.3.0.zip", + "size": 89855, + "checksum": "SHA-256:77775adfdd171db84d46a277c7133d24f541608509c6451d6f2ea803f88ea81b" + }, + { + "name": "tinyhal", + "version": "0.1.0", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Tiny platform hardware abstraction layer", + "paragraph": "Tiny HAL library is used by other libraries to implement platform independent code.", + "website": "https://github.com/lexus2k/tinyhal", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyhal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyhal-0.1.0.zip", + "archiveFileName": "tinyhal-0.1.0.zip", + "size": 83373, + "checksum": "SHA-256:fbffb2a718df99d28c9eae6ff8e9e29c6f3dec2cefe25cbd66132bd72dca4721" + }, + { + "name": "tinyhal", + "version": "0.1.1", + "author": "Alexey Dynda", + "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", + "sentence": "Tiny platform hardware abstraction layer", + "paragraph": "Tiny HAL library is used by other libraries to implement platform independent code.", + "website": "https://github.com/lexus2k/tinyhal", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lexus2k/tinyhal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyhal-0.1.1.zip", + "archiveFileName": "tinyhal-0.1.1.zip", + "size": 83379, + "checksum": "SHA-256:d8d32a6204ca9b355e2a4455f14a7c518b3b40fe9138b42bcb3cd0398bf1efc2" + }, + { + "name": "WearLeveling", + "version": "1.0.0", + "author": "Chayan Mistry", + "maintainer": "Chayan \u003cchayanforyou@yahoo.com\u003e", + "sentence": "EEPROMWearLevel reduces EEPROM wear by writting a new value to an other EEPROM location.", + "paragraph": "EEPROMWearLevel bases on the EEPROM library included in the Arduino framework. It reduces EEPROM wear by writting a new value to an other EEPROM location. The current location is stored by writing a single bit for every EEPROM location. When all are used, it starts again on the first location.", + "website": "https://github.com/chayanforyou/WearLeveling", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chayanforyou/WearLeveling.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chayanforyou/WearLeveling-1.0.0.zip", + "archiveFileName": "WearLeveling-1.0.0.zip", + "size": 10350, + "checksum": "SHA-256:ce4fb2be3a8eae529bbf3171076c32221188c62be2158363a68edbeb7fbbc554" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board", + "paragraph": "These NRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.0.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.0.0.zip", + "size": 240871, + "checksum": "SHA-256:2e41d12e6c0113e2ca15fa5ad1f7a27423ff5789e44dbe1f0b24b0ad915e5f06" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.1.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.0.1.zip", + "size": 247134, + "checksum": "SHA-256:c038538496213096fcb682fcc110d9ec1bb34b2018775820fe72afe20659f82b" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.2.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.0.2.zip", + "size": 252120, + "checksum": "SHA-256:2e783a67b389d4ae7d993ebfd5afcd1631d877e94d832f2f3f4afb3e1961c477" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.1.1.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.1.1.zip", + "size": 261455, + "checksum": "SHA-256:8c3026bbd686ea41fffa230dd4fef5944586a8fcdd4fd98e3d8ebf189eef8ed2" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.2.0.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.2.0.zip", + "size": 269874, + "checksum": "SHA-256:f91cf653de8fde29ae008bcb9f5cbfcc18851928c1b80ab0cee3f98927b172c8" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.3.0.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.3.0.zip", + "size": 271603, + "checksum": "SHA-256:4a0783860099548d56492a2609ee15ec04f5ebdbaa0ad1c27591c2de49bd2974" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52TimerInterrupt.hpp", + "NRF52_ISR_Timer.h", + "NRF52_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.4.0.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.4.0.zip", + "size": 463394, + "checksum": "SHA-256:2671522f6cbca312c41746764ee140c85f234d9ab1e4102821db16897c4e2c66" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.4.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52TimerInterrupt.hpp", + "NRF52_ISR_Timer.h", + "NRF52_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.4.1.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.4.1.zip", + "size": 477439, + "checksum": "SHA-256:e73f9d69fb7cfec22c197e4fb569192cfff1a39d28ab6f7238dfeed707326ca8" + }, + { + "name": "NRF52_TimerInterrupt", + "version": "1.4.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "providesIncludes": [ + "NRF52TimerInterrupt.h", + "NRF52TimerInterrupt.hpp", + "NRF52_ISR_Timer.h", + "NRF52_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.4.2.zip", + "archiveFileName": "NRF52_TimerInterrupt-1.4.2.zip", + "size": 476967, + "checksum": "SHA-256:b4bc220801702c56907a4cb85913055f761bb15825852c6be5f9907eac8f98de" + }, + { + "name": "SparkFun ADXL313 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/17241\"\u003eSparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)\u003c/a\u003e. Connect to the ADXL313 via Qwiic or SPI and you can stream data easily. Examples include defulat setups, custom settings, low power modes, interrupts and more!", + "website": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADXL313_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ADXL313_Arduino_Library-1.0.0.zip", + "size": 36215, + "checksum": "SHA-256:7a95c068746f0010f745308831f9d7d0cf1abf24c5f848645ef4d9fbc3a4d06f" + }, + { + "name": "SparkFun ADXL313 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/17241\"\u003eSparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)\u003c/a\u003e. Connect to the ADXL313 via Qwiic or SPI and you can stream data easily. Examples include defulat setups, custom settings, low power modes, interrupts and more!", + "website": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADXL313_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_ADXL313_Arduino_Library-1.0.2.zip", + "size": 38425, + "checksum": "SHA-256:5b3d3e576b38b9e5c15085af0c5c86a0a3370bfa0a80296b34ab801278453be9" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAMD-based board", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.0.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.0.0.zip", + "size": 217218, + "checksum": "SHA-256:78a549761fed5d0eb0e7f09ec55085253675d0cf0810c4dd9ef0f48f638ac3ee" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.0.1.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.0.1.zip", + "size": 223801, + "checksum": "SHA-256:86615cede3e50ae69b400665a5764238d642157c1f0d5e08fc2274e9c449a08a" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.1.1.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.1.1.zip", + "size": 239943, + "checksum": "SHA-256:7fc92f0ee2f10b6a277730a9bbbac628b09a9124002f0ef47ac0c1485cbbc0cd" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.2.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.2.0.zip", + "size": 258458, + "checksum": "SHA-256:b6c4c80e418de16d16823606b040a7a39e9d4000d38e53ead02bc3128833f11c" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.3.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.3.0.zip", + "size": 280667, + "checksum": "SHA-256:413e26ced6995c7b1381ef88b9921fcc8f77cc7b57fb986552871d3e2eb64c96" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.3.1.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.3.1.zip", + "size": 284857, + "checksum": "SHA-256:e4722ddf29fc9237fb1bbb8ceb1f8ba33dac9832d2d3c30d240ae0161256ccf0" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.4.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.4.0.zip", + "size": 308222, + "checksum": "SHA-256:9092db92aeb84059930b0d91a19fa6bab1da85db65ea32849a7ddd46e0d9b10f" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMD_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.5.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.5.0.zip", + "size": 428015, + "checksum": "SHA-256:432ee1998a611992e078682e97ef3157b596118a1b1df74a4dee707a9c337ff7" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.6.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMDTimerInterrupt.hpp", + "SAMD_ISR_Timer.h", + "SAMD_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.6.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.6.0.zip", + "size": 426854, + "checksum": "SHA-256:4d9084e68c9f2ce3df56814f1173ab5dc23122663875d74d07ec3f114c7e3965" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.7.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMDTimerInterrupt.hpp", + "SAMD_ISR_Timer.h", + "SAMD_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.7.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.7.0.zip", + "size": 476345, + "checksum": "SHA-256:a203a91489111d505a806dc409f968f912fadf8f0b53c9958b5e4e8a861d6973" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.8.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMDTimerInterrupt.hpp", + "SAMD_ISR_Timer.h", + "SAMD_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.8.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.8.0.zip", + "size": 476061, + "checksum": "SHA-256:4018629edecaf1766c795d305f4f6c0353e00423100e70d5f7811423a69c31a5" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.9.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. SAMD21 now can use 6 Timers", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMDTimerInterrupt.hpp", + "SAMD_ISR_Timer.h", + "SAMD_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.9.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.9.0.zip", + "size": 480393, + "checksum": "SHA-256:f9b397c20d0a77199892edf431a23c070e2e226bfacd8e70642d48cd669a900d" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.10.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. SAMD21 now can use 6 Timers", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMDTimerInterrupt.hpp", + "SAMD_ISR_Timer.h", + "SAMD_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.10.0.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.10.0.zip", + "size": 506813, + "checksum": "SHA-256:7a5af972c4b6012ef8a564d6de488d8466145b9eecb8dcfe8bbc66e7d9b59780" + }, + { + "name": "SAMD_TimerInterrupt", + "version": "1.10.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.", + "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. SAMD21 now can use 6 Timers", + "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "providesIncludes": [ + "SAMDTimerInterrupt.h", + "SAMDTimerInterrupt.hpp", + "SAMD_ISR_Timer.h", + "SAMD_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.10.1.zip", + "archiveFileName": "SAMD_TimerInterrupt-1.10.1.zip", + "size": 506999, + "checksum": "SHA-256:24f4994791428572519b7b68bf22eaa3cf2921f232cdeaa49d9920dd3bc65e04" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR", + "version": "1.2.3", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g Power(LIS3DHTR).", + "paragraph": "An Arduino Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g (LIS3DHTR) use to get acceleration data.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.3.zip", + "archiveFileName": "Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.3.zip", + "size": 22783, + "checksum": "SHA-256:3cca4cfa509131bb22d300922c24961051943d23ab91fef94ebc0173dbca252f" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR", + "version": "1.2.4", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g Power(LIS3DHTR).", + "paragraph": "An Arduino Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g (LIS3DHTR) use to get acceleration data.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.4.zip", + "archiveFileName": "Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.4.zip", + "size": 22792, + "checksum": "SHA-256:67abbad3353a053436c44643a2af932835e1409db9031a095ddd8bec47daa39e" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/telemetrix", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.0.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.0.0.zip", + "size": 21522, + "checksum": "SHA-256:2794c2303d4618a104539ca2dcb0fa1275382988fc6a5fd6867df3a51bb08699" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.0.2.zip", + "archiveFileName": "Telemetrix4Arduino-1.0.2.zip", + "size": 21197, + "checksum": "SHA-256:67b4cced9cf2223065c76237e13c64bc43d6c1fc76497c7be14069b25cf9db41" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.3.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.3.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.3.0.zip", + "size": 21277, + "checksum": "SHA-256:ff746b498ab0afb03c72039b4c97b521289c5e44dc1101156d07a2b8fee6cf29" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.4.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.4.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.4.0.zip", + "size": 21098, + "checksum": "SHA-256:e9c2d5b028a1908b90be3e2146123d5d205effc49de682804df536aca18593f8" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.5.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.5.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.5.0.zip", + "size": 21144, + "checksum": "SHA-256:ef8d4598969636ba5dd9ae81b06d06ff6550eb7258b1cc5430e60159137b5106" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.6.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.6.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.6.0.zip", + "size": 21144, + "checksum": "SHA-256:01ff7faa7c35d909eba10b01eef99a06a7d7799c787bcf1728b1546aab3a0f7a" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.7.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.7.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.7.0.zip", + "size": 21291, + "checksum": "SHA-256:ec2941bd4f98dc7951c535fda4e984ff37afe4e5424b76ed9996ad81009979fe" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.8.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.8.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.8.0.zip", + "size": 21296, + "checksum": "SHA-256:af329356e2739a3d74544c7d0c7586450c15e9bb065cfef4087308dd8b1cd4f8" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.9.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.9.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.9.0.zip", + "size": 21294, + "checksum": "SHA-256:8217692f31b7d6ea71e4a7916309c1a6463a200f001c8a8293dac06e6a17bee0" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.11.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.11.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.11.0.zip", + "size": 21307, + "checksum": "SHA-256:e80cc3f7a9524bd228c4340f0c3a0bb7bf9ba6e31c434e9515942d9fd7d9f4c4" + }, + { + "name": "Telemetrix4Arduino", + "version": "1.12.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.12.0.zip", + "archiveFileName": "Telemetrix4Arduino-1.12.0.zip", + "size": 21324, + "checksum": "SHA-256:e4a79742d3346623a14355ac12f1a03c247190c197f9d969339fc698ba64c1a9" + }, + { + "name": "Telemetrix4Arduino", + "version": "2.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-2.0.0.zip", + "archiveFileName": "Telemetrix4Arduino-2.0.0.zip", + "size": 21175, + "checksum": "SHA-256:6f2c3d2880177bd883dc17a3a54fb44de2bf87074545e47dcb572d5f281ecb6d" + }, + { + "name": "Telemetrix4Arduino", + "version": "3.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-3.0.0.zip", + "archiveFileName": "Telemetrix4Arduino-3.0.0.zip", + "size": 22889, + "checksum": "SHA-256:bf7c770113d90a4a94d5ff086647da7ae7d86c277d146d797a6d045158e3d27e" + }, + { + "name": "Telemetrix4Arduino", + "version": "4.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-4.0.0.zip", + "archiveFileName": "Telemetrix4Arduino-4.0.0.zip", + "size": 25582, + "checksum": "SHA-256:4b613c7828746b4aa5cd551b22d0862a6c2e8c97ea53a57d41b709727783eec3" + }, + { + "name": "Telemetrix4Arduino", + "version": "4.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-4.0.1.zip", + "archiveFileName": "Telemetrix4Arduino-4.0.1.zip", + "size": 25609, + "checksum": "SHA-256:b2bf35a037ab1b9b3277f8e7ac7075f1547ee22f65184840346dd6f8c36db5e1" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.0.0.zip", + "archiveFileName": "Telemetrix4Arduino-5.0.0.zip", + "size": 25629, + "checksum": "SHA-256:62c4c55b2c9ec23a8d3d0d2c50dd8e74b64e4f037029360a699d025df64dc42f" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.1.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.1.0.zip", + "archiveFileName": "Telemetrix4Arduino-5.1.0.zip", + "size": 25690, + "checksum": "SHA-256:e556f0e13f623cf05dc6d2a8ed06086a291d65e94f492442c7b2d126ec130706" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.1.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.1.1.zip", + "archiveFileName": "Telemetrix4Arduino-5.1.1.zip", + "size": 25689, + "checksum": "SHA-256:73e081022b4d05db0ed0b4028c6d2f3c98d4bc7f959dd18809415af75d83e65f" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.1.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.1.2.zip", + "archiveFileName": "Telemetrix4Arduino-5.1.2.zip", + "size": 25690, + "checksum": "SHA-256:380ad089c591b3b07d9ed12922eeb29a32846dbd5601a6cd426ed96a608b6330" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.2.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.2.1.zip", + "archiveFileName": "Telemetrix4Arduino-5.2.1.zip", + "size": 25790, + "checksum": "SHA-256:6fba1939ac44b592b664f057d749dbd7d0b97f6d6d0e171a1e937af44428d2b0" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.3.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.3.1.zip", + "archiveFileName": "Telemetrix4Arduino-5.3.1.zip", + "size": 26107, + "checksum": "SHA-256:cb7b1198ecc8c67b45a0f3175671f74fa41d3c26d541dff441cd8e6df7e6d351" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.3.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.3.2.zip", + "archiveFileName": "Telemetrix4Arduino-5.3.2.zip", + "size": 26106, + "checksum": "SHA-256:1f3fd348e4962cf0aebb8eece0f6b3514f8c86f31a510d499239441b42c87fd8" + }, + { + "name": "Telemetrix4Arduino", + "version": "5.3.3", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-5.3.3.zip", + "archiveFileName": "Telemetrix4Arduino-5.3.3.zip", + "size": 26128, + "checksum": "SHA-256:a30cd2e8888aedbb6f6e34b5c252d4c765320564b7191b15d52c9154828adcf7" + }, + { + "name": "NeoHWSerial", + "version": "1.6.6", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert", + "sentence": "NeoHWSerial for AVR", + "paragraph": "Adaptation of NeoHWSerial by SlashDevin for AVR", + "website": "https://github.com/gicking/NeoHWSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gicking/NeoHWSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/NeoHWSerial-1.6.6.zip", + "archiveFileName": "NeoHWSerial-1.6.6.zip", + "size": 18843, + "checksum": "SHA-256:89b0d81a9641bebf8b30b14a3f2181b40df8e897b7294cdf8bad78378ccbbb9f" + }, + { + "name": "nRF905 Radio Library", + "version": "4.0.0", + "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "sentence": "nRF905 Radio Library for Arduino", + "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zkemble/nRF905-arduino.git", + "providesIncludes": [ + "nRF905.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.0.zip", + "archiveFileName": "nRF905_Radio_Library-4.0.0.zip", + "size": 626925, + "checksum": "SHA-256:c85297e9734bad6ede58e862ea8c4b43e280043391433cade11b9640f9c64471" + }, + { + "name": "nRF905 Radio Library", + "version": "4.0.1", + "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "sentence": "nRF905 Radio Library for Arduino", + "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zkemble/nRF905-arduino.git", + "providesIncludes": [ + "nRF905.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.1.zip", + "archiveFileName": "nRF905_Radio_Library-4.0.1.zip", + "size": 627689, + "checksum": "SHA-256:c1d64413d5fe9a6ee3755ad09b9741277df4836fd277ec970045bf80b5fcaa0f" + }, + { + "name": "nRF905 Radio Library", + "version": "4.0.2", + "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", + "sentence": "nRF905 Radio Library for Arduino", + "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zkemble/nRF905-arduino.git", + "providesIncludes": [ + "nRF905.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.2.zip", + "archiveFileName": "nRF905_Radio_Library-4.0.2.zip", + "size": 627868, + "checksum": "SHA-256:f35f1e84cc0cc9c05f593c90c1544bc63819d9157f85443762e01ed7a629f38f" + }, + { + "name": "ProtoCentral ADS1292R ECG and Respiration boards library", + "version": "1.0.3", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral ADS1292R Shield/Breakout board", + "paragraph": "Measure ECG and respiration using the ADS1292R-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-ads1292r-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-ads1292r-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.0.3.zip", + "archiveFileName": "ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.0.3.zip", + "size": 97379, + "checksum": "SHA-256:9a6f1913dc22b58cbea17e446faa94c6d5390a322f853bfb51a9f24b6ccecd41" + }, + { + "name": "ProtoCentral ADS1292R ECG and Respiration boards library", + "version": "1.1.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral ADS1292R Shield/Breakout board", + "paragraph": "Measure ECG and respiration using the ADS1292R-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-ads1292r-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-ads1292r-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.1.0.zip", + "archiveFileName": "ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.1.0.zip", + "size": 99930, + "checksum": "SHA-256:a27dcd078cd730a2600aa59d15f1b0b3a7e315d4926aefd924346800c79ed106" + }, + { + "name": "ERM19264_UC1609", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.0.0.zip", + "archiveFileName": "ERM19264_UC1609-1.0.0.zip", + "size": 2199766, + "checksum": "SHA-256:a2bce25c011be2202fa70128169734566097ac73ab221560db1794987d1f03ba" + }, + { + "name": "ERM19264_UC1609", + "version": "1.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.1.0.zip", + "archiveFileName": "ERM19264_UC1609-1.1.0.zip", + "size": 2202387, + "checksum": "SHA-256:ec3a470d100ef3b986bd7a626077d0645fdaa8f315f7df4c1305341d391a059c" + }, + { + "name": "ERM19264_UC1609", + "version": "1.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.2.0.zip", + "archiveFileName": "ERM19264_UC1609-1.2.0.zip", + "size": 2202686, + "checksum": "SHA-256:933113e645e107e477f8262576f9f1eb444e03617f3d2a46946dc645a8adc171" + }, + { + "name": "ERM19264_UC1609", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 6 fonts. 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. Hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.3.0.zip", + "archiveFileName": "ERM19264_UC1609-1.3.0.zip", + "size": 1079199, + "checksum": "SHA-256:ebd93e2208c825b346c0fafc2077f4d892311f3dde39b4bf9866a2149f9695ee" + }, + { + "name": "ERM19264_UC1609", + "version": "1.4.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 6 fonts. 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. Hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.4.0.zip", + "archiveFileName": "ERM19264_UC1609-1.4.0.zip", + "size": 1081260, + "checksum": "SHA-256:b57b3dcda38ecc7c4f770d674c5a51b0b0b5dc2b7269035430dbe809d7949143" + }, + { + "name": "ERM19264_UC1609", + "version": "1.5.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 8 fonts. 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. Hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.5.0.zip", + "archiveFileName": "ERM19264_UC1609-1.5.0.zip", + "size": 1084060, + "checksum": "SHA-256:b52e5e0397d31a464b2341e0d19ac00ac6757a70eee2eda17ea98382d63b9c17" + }, + { + "name": "ERM19264_UC1609", + "version": "1.6.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 8 fonts. Multi-screen shared buffer mode. Text, bitmaps and graphics. Hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.6.0.zip", + "archiveFileName": "ERM19264_UC1609-1.6.0.zip", + "size": 1093116, + "checksum": "SHA-256:80ecae663ad02998a0534a1631895c9ca001a5772a9a9a6f002da6ee83d18e07" + }, + { + "name": "ERM19264_UC1609", + "version": "1.7.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", + "paragraph": "Features include: 8 fonts. Multi-screen shared buffer mode. Text, bitmaps and graphics. Hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32 \"blue pill\".", + "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.7.0.zip", + "archiveFileName": "ERM19264_UC1609-1.7.0.zip", + "size": 1131662, + "checksum": "SHA-256:11ba1f40c1f95890b73b556121d38d33ac32d3071c1f0d00069469aba6d4dea0" + }, + { + "name": "SchedulerESP8266", + "version": "1.0.0", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.0.0.zip", + "archiveFileName": "SchedulerESP8266-1.0.0.zip", + "size": 5192, + "checksum": "SHA-256:6fc1b7ab2ffa42c5f24e07fa605a39df86d57d7c664f3dc92e5390b8a38c07c3" + }, + { + "name": "SchedulerESP8266", + "version": "1.1.0", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.1.0.zip", + "archiveFileName": "SchedulerESP8266-1.1.0.zip", + "size": 7021, + "checksum": "SHA-256:3c232f289216e1f7233397357b6f6970835a7bf5b6139c25a20d4bcca0fa9209" + }, + { + "name": "SchedulerESP8266", + "version": "1.1.1", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.1.1.zip", + "archiveFileName": "SchedulerESP8266-1.1.1.zip", + "size": 7019, + "checksum": "SHA-256:21b2f63304c5c605b55e92fd33631961de0436dcb2684feaaca88ce80b500eb0" + }, + { + "name": "SchedulerESP8266", + "version": "1.1.2", + "author": "limiteddata", + "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", + "sentence": "A library to create timed schedules.", + "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", + "website": "https://github.com/limiteddata/SchedulerESP8266", + "category": "Timing", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/limiteddata/SchedulerESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.1.2.zip", + "archiveFileName": "SchedulerESP8266-1.1.2.zip", + "size": 7027, + "checksum": "SHA-256:03db9530a0f53bbebe1a8aeb21392d456b92d792199ab92a073d3963dcba6b7d" + }, + { + "name": "Seg16", + "version": "1.0.0", + "author": "Riley Shaw \u003ci@rileyjshaw.com\u003e", + "maintainer": "Riley Shaw \u003ci@rileyjshaw.com\u003e", + "sentence": "A simple Arduino library for driving 16-segment displays with a HT16K33.", + "paragraph": "Provides efficient high-level control of multiple displays and low-level HT16K33 commands. Includes a basic Latin font.", + "website": "https://github.com/rileyjshaw/rileyjshaw/Seg16", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rileyjshaw/Seg16.git", + "providesIncludes": [ + "Seg16.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rileyjshaw/Seg16-1.0.0.zip", + "archiveFileName": "Seg16-1.0.0.zip", + "size": 17446, + "checksum": "SHA-256:364e14f03d67c4085aa2664a287c54b0759560f672053ffa92cea7440ff7a25e" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": [ + "STM32TimerInterrupt.h", + "STM32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.0.0.zip", + "archiveFileName": "STM32_TimerInterrupt-1.0.0.zip", + "size": 199370, + "checksum": "SHA-256:542f779e2044a67424d780ef2add5fe2b57233fcd84053e020c6d6f826ac1745" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": [ + "STM32TimerInterrupt.h", + "STM32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.0.1.zip", + "archiveFileName": "STM32_TimerInterrupt-1.0.1.zip", + "size": 205122, + "checksum": "SHA-256:2b3ba6616d9ab8418eefe4ad78416344ffb655bf29605b21eb2e78d9d5f816ff" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": [ + "STM32TimerInterrupt.h", + "STM32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.1.1.zip", + "archiveFileName": "STM32_TimerInterrupt-1.1.1.zip", + "size": 214453, + "checksum": "SHA-256:c3cc11d1fd8c0ab634829135d85d5845b2643850e704e1220aaab0ff06caf93a" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": [ + "STM32TimerInterrupt.h", + "STM32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.2.0.zip", + "archiveFileName": "STM32_TimerInterrupt-1.2.0.zip", + "size": 222460, + "checksum": "SHA-256:edf49ee321b9a5aa6323618701b45bf484eb8f8a52f69286dd9918c8437bf59f" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": [ + "STM32TimerInterrupt.h", + "STM32_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.2.1.zip", + "archiveFileName": "STM32_TimerInterrupt-1.2.1.zip", + "size": 257410, + "checksum": "SHA-256:20fdfe5cc0ac7bcd00e7811f516167e820668ce9b64ed01649d26fcaca6800b1" + }, + { + "name": "STM32_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board", + "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "providesIncludes": [ + "STM32TimerInterrupt.h", + "STM32_ISR_Timer.h", + "STM32_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.3.0.zip", + "archiveFileName": "STM32_TimerInterrupt-1.3.0.zip", + "size": 276809, + "checksum": "SHA-256:67b05656af3d51a9f2c7ba82c86b19778791c7667285c521a1645fc67ddeaf54" + }, + { + "name": "SevenSegInt", + "version": "1.0.0", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive 7 segment displays using interrupts.", + "paragraph": "It inherits the 'Print' class, so myseg.print(1234) works. It will display alpha characters, as much as it can :).", + "website": "https://github.com/lucyamy/SevenSegInt", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucyamy/SevenSegInt.git", + "providesIncludes": [ + "SevenSegInt.h" + ], + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/SevenSegInt-1.0.0.zip", + "archiveFileName": "SevenSegInt-1.0.0.zip", + "size": 16064, + "checksum": "SHA-256:5507cad769abbe23f7befb704050520478c247b08e8807a95f46b43ea62bb6ef" + }, + { + "name": "KonnektingFlashStorage", + "version": "1.0.0", + "author": "Various", + "maintainer": "KONNEKTING \u003cinfo@konnekting.de\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers. NOTE: This is a fork of cmaglie's \"FlashStorage\" with some extra modifications to fit KONNEKTING needs.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 cpu are supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", + "website": "https://gitlab.com/konnekting/KonnektingFlashStorage", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/konnekting/KonnektingFlashStorage.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KonnektingFlashStorage-1.0.0.zip", + "archiveFileName": "KonnektingFlashStorage-1.0.0.zip", + "size": 13624, + "checksum": "SHA-256:fc8700cc89e4739d24846fd5a0709892d26f336971d7c8745588053f888f13cb" + }, + { + "name": "KonnektingFlashStorage", + "version": "1.0.1", + "author": "Various", + "maintainer": "KONNEKTING \u003cinfo@konnekting.de\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers. NOTE: This is a fork of cmaglie's \"FlashStorage\" with some extra modifications to fit KONNEKTING needs.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 cpu are supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", + "website": "https://gitlab.com/konnekting/KonnektingFlashStorage", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/konnekting/KonnektingFlashStorage.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KonnektingFlashStorage-1.0.1.zip", + "archiveFileName": "KonnektingFlashStorage-1.0.1.zip", + "size": 26581, + "checksum": "SHA-256:c9fdd207ba860541a0cf4db0d7e3e0c51032d60b7e4c194e122496fa109d2bd2" + }, + { + "name": "Design Informatics Base", + "version": "0.1.0", + "author": "Dave Murray-Rust", + "maintainer": "Someone", + "sentence": "Library for making use of the Design Informatics PCB for getting started with Arduino coding", + "paragraph": "This mostly consists of pin definitions for the built in components and some helper functions that could be useful.", + "website": "https://git.ecdf.ed.ac.uk/design-informatics/di-development-board/DesignInformaticsPCB.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Edinburgh-College-of-Art/DesignInformaticsPCB.git", + "providesIncludes": [ + "DI.h" + ], + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Bounce2" + }, + { + "name": "DHT sensor library" + }, + { + "name": "MFRC522" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "CapacitiveSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Edinburgh-College-of-Art/Design_Informatics_Base-0.1.0.zip", + "archiveFileName": "Design_Informatics_Base-0.1.0.zip", + "size": 13158, + "checksum": "SHA-256:fde7db20d674494177315ee50f4faf2044991e90de42887a3136f13fd6897248" + }, + { + "name": "Design Informatics Base", + "version": "1.0.1", + "author": "Dave Murray-Rust, Evan Morgan, Matthew Hamilton", + "maintainer": "Design Informatics: Edinburgh College of Art", + "sentence": "Library for making use of the Design Informatics PCB for getting started with Arduino coding", + "paragraph": "This mostly consists of pin definitions for the built in components and some helper functions that could be useful.", + "website": "https://git.ecdf.ed.ac.uk/design-informatics/di-development-board/DesignInformaticsPCB.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Edinburgh-College-of-Art/DesignInformaticsPCB.git", + "providesIncludes": [ + "DI.h" + ], + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Bounce2" + }, + { + "name": "DHT sensor library" + }, + { + "name": "MFRC522" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "CapacitiveSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Edinburgh-College-of-Art/Design_Informatics_Base-1.0.1.zip", + "archiveFileName": "Design_Informatics_Base-1.0.1.zip", + "size": 761446, + "checksum": "SHA-256:62980f6043c3551903dbf2eef0eaca49ab9237bd9aaecae298ec140f9f375171" + }, + { + "name": "Design Informatics Base", + "version": "1.0.2", + "author": "Dave Murray-Rust, Evan Morgan, Matthew Hamilton", + "maintainer": "Design Informatics: Edinburgh College of Art", + "sentence": "Library for making use of the Design Informatics PCB for getting started with Arduino coding", + "paragraph": "This mostly consists of pin definitions for the built in components and some helper functions that could be useful.", + "website": "https://git.ecdf.ed.ac.uk/design-informatics/di-development-board/DesignInformaticsPCB.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Edinburgh-College-of-Art/DesignInformaticsPCB.git", + "providesIncludes": [ + "DI.h" + ], + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Bounce2" + }, + { + "name": "DHT sensor library" + }, + { + "name": "MFRC522" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "CapacitiveSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Edinburgh-College-of-Art/Design_Informatics_Base-1.0.2.zip", + "archiveFileName": "Design_Informatics_Base-1.0.2.zip", + "size": 761504, + "checksum": "SHA-256:3158c54b8670b1b3fa42a1eb6c121e296e07286f70c80dfb59e3b902a346ae11" + }, + { + "name": "Design Informatics Base", + "version": "1.0.3", + "author": "Dave Murray-Rust, Evan Morgan, Matthew Hamilton", + "maintainer": "Design Informatics: Edinburgh College of Art", + "sentence": "Library for making use of the Design Informatics PCB for getting started with Arduino coding", + "paragraph": "This mostly consists of pin definitions for the built in components and some helper functions that could be useful.", + "website": "https://git.ecdf.ed.ac.uk/design-informatics/di-development-board/DesignInformaticsPCB.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Edinburgh-College-of-Art/DesignInformaticsPCB.git", + "providesIncludes": [ + "DI.h" + ], + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Bounce2" + }, + { + "name": "DHT sensor library" + }, + { + "name": "MFRC522" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "CapacitiveSensor" + }, + { + "name": "Arduino_LSM6DS3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Edinburgh-College-of-Art/Design_Informatics_Base-1.0.3.zip", + "archiveFileName": "Design_Informatics_Base-1.0.3.zip", + "size": 761516, + "checksum": "SHA-256:d17169e6bcd92174afbe052ba71eaf595067d65604235ce2b0aae96f932176da" + }, + { + "name": "Design Informatics Base", + "version": "1.0.4", + "author": "Dave Murray-Rust, Evan Morgan, Matthew Hamilton", + "maintainer": "Design Informatics: Edinburgh College of Art", + "sentence": "Library for making use of the Design Informatics PCB for getting started with Arduino coding", + "paragraph": "This mostly consists of pin definitions for the built in components and some helper functions that could be useful.", + "website": "https://git.ecdf.ed.ac.uk/design-informatics/di-development-board/DesignInformaticsPCB.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Edinburgh-College-of-Art/DesignInformaticsPCB.git", + "providesIncludes": [ + "DI.h" + ], + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Bounce2" + }, + { + "name": "DHT sensor library" + }, + { + "name": "MFRC522" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "CapacitiveSensor" + }, + { + "name": "Arduino_LSM6DS3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Edinburgh-College-of-Art/Design_Informatics_Base-1.0.4.zip", + "archiveFileName": "Design_Informatics_Base-1.0.4.zip", + "size": 761527, + "checksum": "SHA-256:80d7cda37b5cefbd75783904234d7d23224e13a882cefe6db58e3cf860354c85" + }, + { + "name": "ProtoCentral ADS1262 32-bit precision ADC Library", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "ADS1262 32-bit ADC library for Arduino", + "paragraph": "Library for operation of the ADS1262 32-bit high-precision ADC breakout board from ProtoCentral", + "website": "https://github.com/Protocentral/ProtoCentral_ads1262", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/ProtoCentral_ads1262.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1262_32_bit_precision_ADC_Library-1.0.0.zip", + "archiveFileName": "ProtoCentral_ADS1262_32_bit_precision_ADC_Library-1.0.0.zip", + "size": 2581013, + "checksum": "SHA-256:3cea23921c4207d94e2f20b711d5d841df4389331aab01e6f9a0561d825cc4d3" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.2", + "author": "Antonio Vanegas @hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.2.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.2.zip", + "size": 26780, + "checksum": "SHA-256:27ad5611cb9f5dba901baa5dd34685719c221c2ec1b15642ef4fe035383df262" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.3.zip", + "size": 26809, + "checksum": "SHA-256:b0d8dd2bf4db73305d64d284af7d77704e99bf8b2e87a4e8a938fadfcc9f0563" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.4", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.4.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.4.zip", + "size": 28758, + "checksum": "SHA-256:113c421a137e2a64eab03abac09ab14aee3770d11da93218750528543fd20d56" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.5", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.5.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.5.zip", + "size": 34726, + "checksum": "SHA-256:73330499e61ba0bc9909d84089dc4a3fa8d6c6bfeee7b272ca63f22cb654c81f" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.1.8", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.8.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.8.zip", + "size": 39797, + "checksum": "SHA-256:275326f2e66c0cde77cc70917aa4c8dec9e2cca49a7d767e473be7ae6b344b1d" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.0", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.0.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.0.zip", + "size": 40024, + "checksum": "SHA-256:8e2bd452f4948d412ac7312f7d1c4804d4a930235e94085051a6bc2b2c688346" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.1", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.1.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.1.zip", + "size": 40927, + "checksum": "SHA-256:371e1599189e275fbb6f681218fbf4d0936f4a626e98c45f2e279506dc695f78" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.2", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter sensors manager for multiple sensors.", + "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.2.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.2.zip", + "size": 42255, + "checksum": "SHA-256:66609223d07b24adb9aebf553281eba18645fc81024b9e184dcac141f58810ec" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Air quality sensors manager: Honeywell, Plantower, Panasonic, Sensirion, SDS011, SCD30, etc, also it handling other kind sensors like AM2320, bme280, aht10, sht31, DHT and CO2 sensors like MHZ19, CM1106, SCD30 and others. Autodetection via UART and i2c. ESP32/8266/Avr compatible. Other than examples, you can review a full implementation on CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.3.zip", + "size": 42610, + "checksum": "SHA-256:d639485c4bde5c505af3c0f4134da9cd7a4237fc5539998837e6e2e5a5c8274a" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.5", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Air quality sensors manager: Honeywell, Plantower, Panasonic, Sensirion, SDS011, SCD30, etc, also it handling other kind sensors like AM2320, bme280, aht10, sht31, DHT and CO2 sensors like MHZ19, CM1106, SCD30 and others. Autodetection via UART and i2c. ESP32/8266/Avr compatible. Other than examples, you can review a full implementation on CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.5.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.5.zip", + "size": 43415, + "checksum": "SHA-256:c8bd4fe8a86820d22c322cbefa30cc7acf72fcb9d300040c415ede071a66b4ce" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.7", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Air quality sensors manager: Honeywell, Plantower, Panasonic, Sensirion, SDS011, SCD30, etc, also it handling other kind sensors like AM2320, bme280, aht10, sht31, DHT and CO2 sensors like MHZ19, CM1106, SCD30 and others. Autodetection via UART and i2c. ESP32/8266/Avr compatible. Other than examples, you can review a full implementation on CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.7.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.7.zip", + "size": 42733, + "checksum": "SHA-256:81745706a09b511979ff7a6948ac98582bc99e766377bc02f6149ce04da89d7e" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.8", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "senseair_s8" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.8.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.8.zip", + "size": 46262, + "checksum": "SHA-256:758f252513233c9934a7465cf860abb139dbfac6a01401116340062de796e5bd" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.2.9", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "Adafruit AM2320 sensor library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "senseair_s8" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.2.9.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.2.9.zip", + "size": 46314, + "checksum": "SHA-256:11e8edaf7f4d6930fa024fe01f2ea099c80f0e72373776969b05030d43a428e7" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.3.8", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.3.8.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.3.8.zip", + "size": 48685, + "checksum": "SHA-256:5e46ecc6bec88d60c3cd28e63c374ee5c0dc0fb8fbcaa8fed746589668c0baf5" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.3.9", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.3.9.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.3.9.zip", + "size": 50082, + "checksum": "SHA-256:c49a074e0ad176026c28f5c94a9436c5ae4c53799083926bf1f39196338a3d9e" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.4.0", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.4.0.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.4.0.zip", + "size": 50162, + "checksum": "SHA-256:7065e46c95ac164d79be8ff673f11378fa98486415b0be0aa27e0f5c0aeee98e" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.4.1", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.4.1.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.4.1.zip", + "size": 50223, + "checksum": "SHA-256:1d44b7e03d02362832108481385eed7a3e40319c44ca0d3800efc631e88a2fa7" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.4.2", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.4.2.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.4.2.zip", + "size": 50381, + "checksum": "SHA-256:333eb81c486d72a6dbbac46e320bc560383d37a31242bd3829d77c72388e8d93" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.4.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.4.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.4.3.zip", + "size": 57020, + "checksum": "SHA-256:234ab1cf74947de056aee768e8422f95148388c132f804e39c7ef3e3ded04d39" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.0", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.0.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.0.zip", + "size": 86157, + "checksum": "SHA-256:10a198faa9ae7e872cb428ee84cc9efba7f866dec4ce6d675a143a8e5238ad14" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.1", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.1.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.1.zip", + "size": 93233, + "checksum": "SHA-256:021e9cbdfafa78597f272972ab56b303c577429ea03f81b9f0f8fbc7a71f7bf2" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.2", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.2.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.2.zip", + "size": 93599, + "checksum": "SHA-256:72738506ca92ba72ebf2bbb4dad89f8afc69f9c3fa10ae7ba708215227a1a869" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.3.zip", + "size": 93645, + "checksum": "SHA-256:100e80d7fd5f5c7f4563940a86a1a2a3d688f2108b879e228e34d95b2c8165f5" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.4", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.4.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.4.zip", + "size": 93666, + "checksum": "SHA-256:4202244073296784c9cdd4fe242f57ad5012a3ed3845a7325b20443fbfe74a31" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.5", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.5.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.5.zip", + "size": 93673, + "checksum": "SHA-256:7df6fd5017479e68588bc2afd151648df41ca2187fa4cc7b939cb7fc52cdb0b8" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.6", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.6.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.6.zip", + "size": 93723, + "checksum": "SHA-256:be1d54ae00ab0f65c105f5a915a426e06dc8c8e83efaead9c18c153bd79e8372" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.7", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.7.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.7.zip", + "size": 96329, + "checksum": "SHA-256:990c24fedf553618d8f2543370acae238b7a4db4b19f48a2ed3b8f114d8dc8fe" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.5.8", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.5.8.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.5.8.zip", + "size": 100611, + "checksum": "SHA-256:ed50c6916b86b37e081ac8009fc18b90c67e843c147d8aa6e3b4c15561073a3c" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.0", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.0.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.0.zip", + "size": 100540, + "checksum": "SHA-256:8c335144d9285fc54ab927f0b7a900417a572aeaa725152ae3f718d8c7dc4dbc" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.1", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.1.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.1.zip", + "size": 104434, + "checksum": "SHA-256:abf5839aea4f7204ccb8cfd7c25d6b253f89b8fdf8b790f038ac1a076f3f639a" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.3.zip", + "size": 104498, + "checksum": "SHA-256:c79cf023997c975f423f9742ace93bd946d763321ba288872d19d2ed0c4e516d" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.4", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.4.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.4.zip", + "size": 108017, + "checksum": "SHA-256:5aab93e726c870065082410036097e07c0e775a7fe79609bb012a25b6c048cc8" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.6", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.6.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.6.zip", + "size": 109103, + "checksum": "SHA-256:60ec71203508ebb0b0641257d13343991f17bfc0d3862c49c7c9d212ea8c6a9f" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.7", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.7.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.7.zip", + "size": 109133, + "checksum": "SHA-256:bd66b3efcb2c6e238bc1f31a0c9bacfc343413948d7f81a21fa470745a434158" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.8", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "DFRobot_MultiGasSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.8.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.8.zip", + "size": 110927, + "checksum": "SHA-256:2911e0272a9518063af46ef1bb28da50da0fde0c752dc8520eca765adb676ece" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.6.9", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "DFRobot_MultiGasSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.6.9.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.6.9.zip", + "size": 116400, + "checksum": "SHA-256:99447f078cffc77a0ca34584df8b9067d633d0d48df54c950b5ce9ceeb6d1222" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.7.0", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "DFRobot_MultiGasSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.7.0.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.7.0.zip", + "size": 116464, + "checksum": "SHA-256:e22b96f93446edf8dc580061f094c3302caa1e70e65760fc69ff03291f425a4e" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.7.1", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "DFRobot_MultiGasSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.7.1.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.7.1.zip", + "size": 120020, + "checksum": "SHA-256:d8cce69150c0d59d236e837640713b8d80af5769564043989738004f73398ec5" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.7.2", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "DFRobot_MultiGasSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.7.2.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.7.2.zip", + "size": 120049, + "checksum": "SHA-256:3502d918ca6faac02e11ea5619e1ca04877c9bf2457c24480d2c2ba54ec0cc0e" + }, + { + "name": "CanAirIO Air Quality Sensors Library", + "version": "0.7.3", + "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Air quality particle meter and CO2 sensors manager for multiple models.", + "paragraph": "Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.", + "website": "https://github.com/kike-canaries/canairio_sensorlib", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "dependencies": [ + { + "name": "AM232X" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "sps30" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "AHT10" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + }, + { + "name": "DHT_nonblocking" + }, + { + "name": "MH-Z19" + }, + { + "name": "SparkFun SCD30 Arduino Library" + }, + { + "name": "CM1106_UART" + }, + { + "name": "SN-GCJA5" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "S8_UART" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "DFRobot_MultiGasSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.7.3.zip", + "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.7.3.zip", + "size": 123621, + "checksum": "SHA-256:256a71929fd28d51a73d4af42b8f4952264b0190aa6d3223b8f15222aa52fc2c" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.0", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.0.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.0.zip", + "size": 8887, + "checksum": "SHA-256:cb967345bad4dcda2a437df4278db6fd1951696e921d60c9502b9977eded39ff" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.1", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.1.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.1.zip", + "size": 10621, + "checksum": "SHA-256:843ad99feaa8120c6ef4269b89e55ffa3ade320eb3dfcf8d78e47f536bc4ce2e" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.2", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.2.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.2.zip", + "size": 11007, + "checksum": "SHA-256:1b429d99f5221c1cb8d176a95191605bf2316407dc9261d520166f82c053d49a" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.3", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.3.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.3.zip", + "size": 11035, + "checksum": "SHA-256:06b370f3ebc6b4f63c62b6707b1f31cd2cc14d34e495f2e632630121933390b0" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.4", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.4.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.4.zip", + "size": 10763, + "checksum": "SHA-256:495a3694ae8db5ac9e3f58425ba6600e4b71b498d6a700d693c66015d58f12db" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.5", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.5.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.5.zip", + "size": 10794, + "checksum": "SHA-256:7764186e9fd0434aae337fe3b21603d7ae87a72cb97d2847b3791800a99ba771" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.6", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.6.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.6.zip", + "size": 11902, + "checksum": "SHA-256:be9242f467a2630598b2ae2374e6038a2dc049a7224cd741516acc59f3a8fc52" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.7", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.7.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.7.zip", + "size": 11885, + "checksum": "SHA-256:08d68f4761b7314455431c8fe336e966df1210a9d0e4634bbdafc288afbbdaec" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.8", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.8.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.8.zip", + "size": 11982, + "checksum": "SHA-256:23bbb523f826afa65bdd23c54dc6824e199419d2bfab7d3827ce43a38544b175" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.9", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.9.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.9.zip", + "size": 11998, + "checksum": "SHA-256:55c636315382fc1e60f9dfff27dd9364e286d3bd795e4fe72484a7656169ea79" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.0.10", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor Kit breakout board: OLED display, humidity and temperature sensor, pressure sensor and accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "Grove Temperature And Humidity Sensor" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.10.zip", + "archiveFileName": "Arduino_Sensorkit-1.0.10.zip", + "size": 12110, + "checksum": "SHA-256:bf98c41cacfd3054a750945431f17263d88dfee04f1d2ce3231b271136ac9495" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.1.0", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor Kit breakout board: OLED display, humidity and temperature sensor, pressure sensor and accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "Grove Temperature And Humidity Sensor" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.1.0.zip", + "archiveFileName": "Arduino_Sensorkit-1.1.0.zip", + "size": 22076, + "checksum": "SHA-256:11c7e42e6b18204da0c2dc0e5c709a57836468e1746c6f723130504130b01853" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.2.1", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor Kit breakout board: OLED display, humidity and temperature sensor, pressure sensor and accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "Grove Temperature And Humidity Sensor" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.2.1.zip", + "archiveFileName": "Arduino_Sensorkit-1.2.1.zip", + "size": 20412, + "checksum": "SHA-256:73dadac682d167e0c1d2dee37f8eef471f2ed7e7fd9399540f79bd6c3c221425" + }, + { + "name": "Arduino_Sensorkit", + "version": "1.4.0", + "author": "Lenard George, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Sensor Kit breakout board: OLED display, humidity and temperature sensor, pressure sensor and accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "avr", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "dependencies": [ + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + }, + { + "name": "DHT20" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.4.0.zip", + "archiveFileName": "Arduino_Sensorkit-1.4.0.zip", + "size": 10768778, + "checksum": "SHA-256:f2ae2c81e41596774b7ae1fa562f04b54c24a1acd1879bc1aec0f9ed6fa53796" + }, + { + "name": "BitkitRobit", + "version": "1.0.0", + "author": "Igor Dementiev \u003cigor605ds@gmail.com\u003e", + "maintainer": "Mikronika \u003csales@mikronika.net\u003e", + "sentence": "Arduino library for Bitkit Robit.", + "paragraph": "It allows you to control the servos on the Robit manipulator using a Bitkit Shield.", + "website": "https://github.com/mikronika/BitkitRobit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mikronika/BitkitRobit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mikronika/BitkitRobit-1.0.0.zip", + "archiveFileName": "BitkitRobit-1.0.0.zip", + "size": 23934, + "checksum": "SHA-256:998e2b2dace2607053fd828001f134d3d207c2911426c83e49a97bdeed11614c" + }, + { + "name": "BitkitRobit", + "version": "1.0.1", + "author": "Igor Dementiev \u003cigor605ds@gmail.com\u003e", + "maintainer": "Mikronika \u003csales@mikronika.net\u003e", + "sentence": "Arduino library for Bitkit Robit.", + "paragraph": "It allows you to control the servos on the Robit manipulator using a Bitkit Shield.", + "website": "https://github.com/mikronika/BitkitRobit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mikronika/BitkitRobit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mikronika/BitkitRobit-1.0.1.zip", + "archiveFileName": "BitkitRobit-1.0.1.zip", + "size": 23938, + "checksum": "SHA-256:673363678a1faa3af7eb8db2e3fdd24a71a72ea8b7a91c133e30770286a92ba9" + }, + { + "name": "PololuBuzzer", + "version": "1.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "PololuBuzzer library for Arduino", + "paragraph": "This is a C++ library for the Arduino IDE that allows you to play notes and songs with the buzzer on Pololu boards.", + "website": "https://github.com/pololu/pololu-buzzer-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-buzzer-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuBuzzer-1.1.0.zip", + "archiveFileName": "PololuBuzzer-1.1.0.zip", + "size": 17011, + "checksum": "SHA-256:5cda0c4af5bb16cf7bc1723bfaa8a93ca7eebc61315b4400c960d37943859082" + }, + { + "name": "PololuBuzzer", + "version": "1.2.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "PololuBuzzer library for Arduino", + "paragraph": "This is a C++ library for the Arduino IDE that allows you to play notes and songs with the buzzer on Pololu boards.", + "website": "https://github.com/pololu/pololu-buzzer-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-buzzer-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuBuzzer-1.2.0.zip", + "archiveFileName": "PololuBuzzer-1.2.0.zip", + "size": 18398, + "checksum": "SHA-256:ca6977364e5288e3dfe596c07cf8ace3f89acffa3b0c0b09c35a10e2b970c563" + }, + { + "name": "Rivers Engineering", + "version": "2.0.1", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "DFRobot_LCD" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.0.1.zip", + "archiveFileName": "Rivers_Engineering-2.0.1.zip", + "size": 42797, + "checksum": "SHA-256:7e038c522dd3f990790d02c1d0737807048e8c44702f3d28d9ccae0a24ed4eda" + }, + { + "name": "Rivers Engineering", + "version": "2.1.0", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.1.0.zip", + "archiveFileName": "Rivers_Engineering-2.1.0.zip", + "size": 49264, + "checksum": "SHA-256:fd29058eeac2aa0e0059c819c812d057e0903ce751bd6b4891ab8d6e7db1455b" + }, + { + "name": "Rivers Engineering", + "version": "2.1.2", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.1.2.zip", + "archiveFileName": "Rivers_Engineering-2.1.2.zip", + "size": 59617, + "checksum": "SHA-256:b24b1aeda1fd14e234fdad6fd5586b1cdde783ec96a0d2958dcbd46166a69be1" + }, + { + "name": "Rivers Engineering", + "version": "2.2.0", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.2.0.zip", + "archiveFileName": "Rivers_Engineering-2.2.0.zip", + "size": 53275, + "checksum": "SHA-256:efdb909a0ff9b8e1c63d4738190717dff400393bf328a45ac9ffb9cc2db54a3e" + }, + { + "name": "Rivers Engineering", + "version": "2.3.1", + "author": "Fuj", + "maintainer": "y.fujita@rivers.org", + "sentence": "Arduino library for engineering classes at The Rivers School", + "paragraph": "Arduino library for engineering classes at The Rivers School", + "website": "https://github.com/RiversEngineering/RiversEngineering", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "XPT2046_Touchscreen" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ILI9341" + }, + { + "name": "TFLI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.3.1.zip", + "archiveFileName": "Rivers_Engineering-2.3.1.zip", + "size": 53981, + "checksum": "SHA-256:dc31ae5b7138c9e51e0a08d611474f51fb4bb606139e5de1131d5f42a46f82ee" + }, + { + "name": "Troyka-IMU", + "version": "2.0.0", + "author": "Igor Dementiev \u003cigor@amperka.ru\u003e", + "maintainer": "Amperka \u003cdev@amperka.com\u003e", + "sentence": "Arduino library for Amperka IMU-sensor.", + "paragraph": "Allows you to read the accelerometer, magnetometer, gyroscope and barometer values from the Amperka IMU 10-DOF Sensor.", + "website": "https://github.com/amperka/Troyka-IMU", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/amperka/Troyka-IMU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/amperka/Troyka_IMU-2.0.0.zip", + "archiveFileName": "Troyka_IMU-2.0.0.zip", + "size": 46217, + "checksum": "SHA-256:427e9dc11a5044ab43ec9a453269a9c95b60a874f7404e71cafaf8b511ce0d4a" + }, + { + "name": "SparkFun Garmin LIDAR-Lite v4 Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003cTechSupport@SparkFun.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "Talk to GARMIN's new high-performance optical distance sensor over I2C. New and improved change I2C address functionality and full set of examples. Use this library with the \u003ca href=\"https://www.sparkfun.com/products/15776\u003eLIDAR Lite v4\u003c/a\u003e or SparkFun's easy-to-use \u003ca href=\"https://www.sparkfun.com/products/15777\u003eQwiic\u003c/a\u003e version.", + "website": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.1.4.zip", + "size": 16103, + "checksum": "SHA-256:b1af3498b3f9e0970f0055c27b45db6403a3d4bd01bc8f3f24dc80a1bf8189b5" + }, + { + "name": "SparkFun Garmin LIDAR-Lite v4 Arduino Library", + "version": "1.2.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003cTechSupport@SparkFun.com\u003e", + "sentence": "Arduino library for Garmin LIDAR-Lite.", + "paragraph": "Talk to GARMIN's new high-performance optical distance sensor over I2C. New and improved change I2C address functionality and full set of examples. Use this library with the \u003ca href=\"https://www.sparkfun.com/products/15776\u003eLIDAR Lite v4\u003c/a\u003e or SparkFun's easy-to-use \u003ca href=\"https://www.sparkfun.com/products/15777\u003eQwiic\u003c/a\u003e version.", + "website": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.2.4.zip", + "archiveFileName": "SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.2.4.zip", + "size": 17129, + "checksum": "SHA-256:94f35e40f3677bf3acfd10b1868376815a89de890613338b2cdc677bca847f53" + }, + { + "name": "LapX9C10X", + "version": "1.0.0", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", + "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", + "website": "https://github.com/lucyamy/LapX9C10X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucyamy/LapX9C10X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.0.zip", + "archiveFileName": "LapX9C10X-1.0.0.zip", + "size": 11676, + "checksum": "SHA-256:1d74c8898150017fb09f649965e1859e4f60ad7e7ed43ed96836e7cac5f06d59" + }, + { + "name": "LapX9C10X", + "version": "1.0.1", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", + "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", + "website": "https://github.com/lucyamy/LapX9C10X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucyamy/LapX9C10X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.1.zip", + "archiveFileName": "LapX9C10X-1.0.1.zip", + "size": 11682, + "checksum": "SHA-256:25f7b873bc424a37defc2cabcc1c32a7f90c1c7c21f55f4536f6a857993a497f" + }, + { + "name": "LapX9C10X", + "version": "1.0.2", + "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", + "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", + "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", + "website": "https://github.com/lucyamy/LapX9C10X", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucyamy/LapX9C10X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.2.zip", + "archiveFileName": "LapX9C10X-1.0.2.zip", + "size": 11627, + "checksum": "SHA-256:2bc95c467e2875af4a469e3f81f84e2dc6d8e97d384e19a51654f7a4d9def012" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.0.zip", + "size": 1215162, + "checksum": "SHA-256:39cc4ba1b4d5683ce088e8e27974181338e0447767770c1e31f455324a334f10" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.1.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.1.zip", + "size": 1217826, + "checksum": "SHA-256:5c2e378e697f90167602105d2b0be631cedabc773fbb052ab50f23ca52ae76f8" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.2.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.2.zip", + "size": 1204369, + "checksum": "SHA-256:2114a2cafff49f3f6cf271b5ecb5d470944a5d16eec2ab5eca27283695ab7c12" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.2.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.2.0.zip", + "size": 1291533, + "checksum": "SHA-256:ae51c51ab85753eada6a9a5e92e8c58973d1d87b0d914ee27280e1096b51e225" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.2.1.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.2.1.zip", + "size": 1295234, + "checksum": "SHA-256:a882b01135ca4bc59a3fa6e127e4e06f162b80441af1adb2a81c065af8e6869a" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.3.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.3.0.zip", + "size": 1971135, + "checksum": "SHA-256:216809cb82ed16ecd553f8bac2633fb5efda3c45ef80e8162d5d0f37774890e4" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.3.1.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.3.1.zip", + "size": 2059016, + "checksum": "SHA-256:002a86a88c1a6735f8453ea5d81118259cdeea07e0f228eb5c472bb8804fbfaf" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.4.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.4.0.zip", + "size": 2030758, + "checksum": "SHA-256:eacc266e7268b59da34f807acd6e913cb617e1eb9740fa1541bbaae500f5ad95" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.4.1.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.4.1.zip", + "size": 2031548, + "checksum": "SHA-256:0a382056e4d6bb9c8763c50a25dd95c49fab1a542d026cdbd721fa972a0ca6e3" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.4.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.4.2.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.4.2.zip", + "size": 2032208, + "checksum": "SHA-256:aa54c44343d88a70f2798308ee5d5ad32afb8173335abc9d7852e205229fc860" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.4.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.4.3.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.4.3.zip", + "size": 2024374, + "checksum": "SHA-256:bf3e23d441d34a8d11ffe82521b73afdb2d6fda7b0db45ad5d589d944adeca64" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.4.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.4.4.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.4.4.zip", + "size": 2035410, + "checksum": "SHA-256:601dcd401e0b2f0608a63564a92b75609cfe5a02b2c1f95cab96acb7aeb415f1" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.4.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.4.5.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.4.5.zip", + "size": 2042046, + "checksum": "SHA-256:bdc3c5bad3aa39e32c22fab9641bebb79329bb580c88d893fb3feb27b06269b3" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetWebServer_SSL_STM32.hpp", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.5.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.5.0.zip", + "size": 2033500, + "checksum": "SHA-256:58ae102cf7d62d35f93791e8effe1ab965ec6f03025f5e7f545dd7d899872814" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetWebServer_SSL_STM32.hpp", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.5.1.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.5.1.zip", + "size": 2034652, + "checksum": "SHA-256:4d68316af39dcfdbdac9af1094a5200ec8d8fdc951d616e1f7a4e2522a8fb579" + }, + { + "name": "EthernetWebServer_SSL_STM32", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP(S) Client and Secured WebSockets Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in LAN8742A Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or LAN8720, ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "providesIncludes": [ + "EthernetWebServer_SSL_STM32.h", + "EthernetWebServer_SSL_STM32.hpp", + "EthernetHttpClient_SSL_STM32.h" + ], + "dependencies": [ + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.6.0.zip", + "archiveFileName": "EthernetWebServer_SSL_STM32-1.6.0.zip", + "size": 2086627, + "checksum": "SHA-256:a3c9c1d3434ea5861478ab05f2a7a29b4ab17a420a8bcd98992f86351041b1f2" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.1.0.zip", + "size": 1325782, + "checksum": "SHA-256:a213fc9d7074536a838e156a4262874430cc6496d9f9b22d60a433536cbcd264" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.1.1.zip", + "size": 1332972, + "checksum": "SHA-256:1633d4461fd578c2b5ce9c864cafb9fdb1c2382b958ebf9dd77d79685b896346" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.2.zip", + "archiveFileName": "EthernetWebServer_SSL-1.1.2.zip", + "size": 1335096, + "checksum": "SHA-256:fc03b03a123a789d27e81b50c6a7084c9ec4f5741251f778a4707802bf0d64d8" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.2.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.2.0.zip", + "size": 1436096, + "checksum": "SHA-256:d5f3e2abb17c585f416a3f2a7cbdd5a64f9382a56f89e46f0e1906b8c8592971" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.3.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.3.0.zip", + "size": 1523174, + "checksum": "SHA-256:5b3f012a3075271c6d218a74b96f68a7f25b0a2e8119994ebbe880254f3c5522" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.3.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.3.1.zip", + "size": 1564530, + "checksum": "SHA-256:60c806fc7d2ce9f9d8fde25717f5fdcccd70280f233c6e4ab9ced25cab3d1e29" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.4.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.4.0.zip", + "size": 1644764, + "checksum": "SHA-256:c5b5c01eeadd1c455e3462dc8689e1cc3dd086413098f5eeef44c8007df3dacd" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.5.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.5.0.zip", + "size": 1679658, + "checksum": "SHA-256:a46e3b7f8cb45dbd39acdaba47be15bad59f5458664b62abc80e31c4ccbf248d" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.6.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.6.0.zip", + "size": 1887340, + "checksum": "SHA-256:a131d7fc48af1e751a386c50691118a11fe5ccb6ba806edbd98978554c38d5b8" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.6.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.6.1.zip", + "size": 2101466, + "checksum": "SHA-256:93710039ab80fbec51dd6f115c38824b5a34523bd6474935773de5caf9dc0d77" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.0.zip", + "size": 2213549, + "checksum": "SHA-256:9b8cd049f1d6278ed1cc431fbc796afa590ac5eb64f8dac60c11effd41139839" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.1.zip", + "size": 2241001, + "checksum": "SHA-256:a8351114ad84993b0d49b08a682f8cef609a137b8dbf0770693c04912294e3c6" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.2.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.2.zip", + "size": 2242219, + "checksum": "SHA-256:623ee28cd408c8a8c01a26f19faee92767ccdfb5a89facafb1e1c7baa9e856c7" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.3.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.3.zip", + "size": 2275742, + "checksum": "SHA-256:a25ac65b99e561755b28677c4c2d09bf2a5a904deb43f89f9a6e8adece7a8742" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.4.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.4.zip", + "size": 2276262, + "checksum": "SHA-256:af6266a846cedbb2fec72ab5e995aedd73544a6d9907e1f227e1adb4d5df0535" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.5.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.5.zip", + "size": 2315437, + "checksum": "SHA-256:e97ce2e0b6d2ad3c17e9f4e715abf72285997cd97992f49fc8d3a65a76bf9329" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.6", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.6.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.6.zip", + "size": 2344082, + "checksum": "SHA-256:22c27fe00e54c0d00bbfab5fbfb3b48258bf4d27c6a5d6d93e350e49a33759d7" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.7", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.7.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.7.zip", + "size": 2354333, + "checksum": "SHA-256:e469def10b72fc98b422cc42cc97bd53bfdd50be837ec3eedb4f3c0509ad5417" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.7.8", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.7.8.zip", + "archiveFileName": "EthernetWebServer_SSL-1.7.8.zip", + "size": 2371264, + "checksum": "SHA-256:5a2b3d6646c5013ac498fe1deac0ef6736e6c7aa6d9a57db3ac27f61d9858155" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.8.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.8.0.zip", + "size": 2380847, + "checksum": "SHA-256:c9b3ddb8667a896d9219c81d1f2ebcb6b5f0502ff540b82e72834af0237e1dbc" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.8.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.8.1.zip", + "size": 2429974, + "checksum": "SHA-256:947ccd73a3aafec430ff759a506c75025521d6df8abe9c48cb8ef253b948fe81" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.8.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.8.2.zip", + "archiveFileName": "EthernetWebServer_SSL-1.8.2.zip", + "size": 2431172, + "checksum": "SHA-256:3659a714196ab6079a1de433e41a5efa3aa3dfe2afee3384b2b965a9a4eaf267" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.9.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00 with custom SPI", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.9.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.9.0.zip", + "size": 2929634, + "checksum": "SHA-256:3973a4f9c17c839d675381f69907a992b5db7c6f105e853f30a31b9bc4be0718" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.9.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00 with custom SPI", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.9.1.zip", + "archiveFileName": "EthernetWebServer_SSL-1.9.1.zip", + "size": 2974013, + "checksum": "SHA-256:64910609e534cd9f41ce3d2caddf5b2b4b52d4173713d125da3d27b7b5e4adc1" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.9.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00 with custom SPI", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.9.2.zip", + "archiveFileName": "EthernetWebServer_SSL-1.9.2.zip", + "size": 2985395, + "checksum": "SHA-256:f9b128abab9ab6b2ca1bbbf5f3f376854d210d281d447acfb5bcdcd5f0199a33" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.9.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00 with custom SPI", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.9.3.zip", + "archiveFileName": "EthernetWebServer_SSL-1.9.3.zip", + "size": 3032047, + "checksum": "SHA-256:6c62b9ce7476359b2cd3cbe14ebdfac825e0a4dc312a2f2df9c35fafd5a9eeb9" + }, + { + "name": "EthernetWebServer_SSL", + "version": "1.10.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client.", + "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy and RASPBERRY_PI_PICO boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00 with custom SPI", + "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "providesIncludes": [ + "EthernetWebServer_SSL.h", + "EthernetWebServer_SSL.hpp", + "EthernetHttpClient_SSL.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.10.0.zip", + "archiveFileName": "EthernetWebServer_SSL-1.10.0.zip", + "size": 3052912, + "checksum": "SHA-256:534c8a2b325f9e7f24508965d0ecfa18e5c98ae0ebf112d75cfb41f6e87ceee6" + }, + { + "name": "SimpleBox", + "version": "0.1.0", + "author": "CIMA", + "maintainer": "Antonio Perez \u003c00antonio.perez00@gmail.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", + "website": "https://github.com/cima-qro/simple-box", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cima-qro/simple-box.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cima-qro/SimpleBox-0.1.0.zip", + "archiveFileName": "SimpleBox-0.1.0.zip", + "size": 47079, + "checksum": "SHA-256:ebdebbd0777b42ce2af10396173dd0604f609ceb18098bcf6a09ebfa135fb6a9" + }, + { + "name": "SimpleBox", + "version": "0.2.0", + "author": "CIMA", + "maintainer": "Antonio Perez \u003c00antonio.perez00@gmail.com\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", + "website": "https://github.com/cima-qro/simple-box", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cima-qro/simple-box.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cima-qro/SimpleBox-0.2.0.zip", + "archiveFileName": "SimpleBox-0.2.0.zip", + "size": 50381, + "checksum": "SHA-256:0b46c18733c020e6ec21259de9a7ce50ab3845d2901c6ba3a61c806a862da8b8" + }, + { + "name": "SimpleBox", + "version": "0.2.1", + "author": "CIMA", + "maintainer": "Jorge León \u003cleon.jorge@tec.mx\u003e", + "sentence": "A Simple MQTT client for connection with cloud providers", + "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", + "website": "https://github.com/cima-qro/simple-box", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cima-qro/simple-box.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cima-qro/SimpleBox-0.2.1.zip", + "archiveFileName": "SimpleBox-0.2.1.zip", + "size": 50381, + "checksum": "SHA-256:c1d2e0ee2295977711fc72d0e250f01ae6133fed62da2aef49e8f12e7e096aed" + }, + { + "name": "Mbed BLE HID", + "version": "1.0.1", + "author": "Thibault Coppex", + "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", + "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", + "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", + "website": "https://github.com/tcoppex/mbed-ble-hid", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "providesIncludes": [ + "Mbed_BLE_HID.h", + "Nano33BleHID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.0.1.zip", + "archiveFileName": "Mbed_BLE_HID-1.0.1.zip", + "size": 20541, + "checksum": "SHA-256:a6025eeb7ca6d02ea5830025e67f244a2a63df488d175af67d3ddb1b95d12305" + }, + { + "name": "Mbed BLE HID", + "version": "1.1.0", + "author": "Thibault Coppex", + "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", + "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", + "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", + "website": "https://github.com/tcoppex/mbed-ble-hid", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "providesIncludes": [ + "Mbed_BLE_HID.h", + "Nano33BleHID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.1.0.zip", + "archiveFileName": "Mbed_BLE_HID-1.1.0.zip", + "size": 42439, + "checksum": "SHA-256:572050acb5a9d958ffe54a62918fc4511c83f62aba550691da7129fdc108a570" + }, + { + "name": "Mbed BLE HID", + "version": "1.2.0", + "author": "Thibault Coppex", + "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", + "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", + "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", + "website": "https://github.com/tcoppex/mbed-ble-hid", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "providesIncludes": [ + "Mbed_BLE_HID.h", + "Nano33BleHID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.2.0.zip", + "archiveFileName": "Mbed_BLE_HID-1.2.0.zip", + "size": 42294, + "checksum": "SHA-256:79a7c525744f28ff02c49d66fe03df415c931ac20eff1a0767c41255b2723350" + }, + { + "name": "Mbed BLE HID", + "version": "1.3.0", + "author": "Thibault Coppex", + "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", + "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", + "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", + "website": "https://github.com/tcoppex/mbed-ble-hid", + "category": "Communication", + "architectures": [ + "mbed_nano", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "providesIncludes": [ + "Mbed_BLE_HID.h", + "Nano33BleHID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.3.0.zip", + "archiveFileName": "Mbed_BLE_HID-1.3.0.zip", + "size": 42576, + "checksum": "SHA-256:eedb77bc4a6dfecf885026c699a38866bf45640a4272e78155cfb1e277e6f2da" + }, + { + "name": "SMA SunnyBoy Reader", + "version": "0.1.0", + "author": "pkoerber", + "maintainer": "pkoerber", + "sentence": "Library for reading data from an SMA SunnyBoy Inverter", + "website": "https://github.com/pkoerber/SMA-SunnyBoy-Reader", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pkoerber/SMA-SunnyBoy-Reader.git", + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "StreamUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pkoerber/SMA_SunnyBoy_Reader-0.1.0.zip", + "archiveFileName": "SMA_SunnyBoy_Reader-0.1.0.zip", + "size": 21775, + "checksum": "SHA-256:857229a07ee24bca40a10990aa6bffff85f6f03050b7da389f3515103025fb62" + }, + { + "name": "ESP32Servo360", + "version": "0.1.0", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.1.0.zip", + "archiveFileName": "ESP32Servo360-0.1.0.zip", + "size": 2177069, + "checksum": "SHA-256:5370a54ce381d210f072a6b0fb4dcd0652dc9a2bcaa305e0448f989bddf8457a" + }, + { + "name": "ESP32Servo360", + "version": "0.2.0", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.0.zip", + "archiveFileName": "ESP32Servo360-0.2.0.zip", + "size": 2178634, + "checksum": "SHA-256:7a0c94b5f1969f840048214f77cc1c0209257277a180ce4600800ba6648ec5ed" + }, + { + "name": "ESP32Servo360", + "version": "0.2.1", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.1.zip", + "archiveFileName": "ESP32Servo360-0.2.1.zip", + "size": 2178819, + "checksum": "SHA-256:dd24d5194d39920c14c1b98f0cb7d18da2b71ad94eb4d3c7ace538977e9a0ef0" + }, + { + "name": "ESP32Servo360", + "version": "0.2.2", + "author": "Sébastien Matos", + "maintainer": "Sébastien Matos", + "sentence": "Initial development release", + "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", + "website": "https://github.com/ecal-mid/ESP32Servo360", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ecal-mid/ESP32Servo360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.2.zip", + "archiveFileName": "ESP32Servo360-0.2.2.zip", + "size": 2178826, + "checksum": "SHA-256:4c4315059796265333d1ff6449f27b74abc8942a42a99f1942761b02f5d5ecaf" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.0.zip", + "size": 316009, + "checksum": "SHA-256:91fb1d116ad9831cd83c3a73949d91cb0dc98aa75fc73604a0c78f0c13442022" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.1.zip", + "size": 472456, + "checksum": "SHA-256:1d1d44b05d3e1170f340d4d02422e0a6c277ca84856950ddfffa0653dec2cd19" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.2.zip", + "size": 471805, + "checksum": "SHA-256:bc60de592acf24ab14f6a0cf6acaa37fa06c641eec2c533d8bfd1180554e2e68" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.3.zip", + "size": 476816, + "checksum": "SHA-256:86ba5048c85606d6a72f650daddc177a5c644a255e57c58ed9915e7dc9573d50" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.4.zip", + "size": 477957, + "checksum": "SHA-256:a4e5e716aa6f5f615752440d1dfcc9052bbfcbda0aa6d9e96bda1ea9f0350d94" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.5.zip", + "size": 484176, + "checksum": "SHA-256:fc8a5d82248dbd64d57c726bcb97f1ac64374ba47e0d9267888ae2850b81832a" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.6.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.6.zip", + "size": 487404, + "checksum": "SHA-256:456f7041625f3cab94e5c0a029da062c1d48892f7bfd6f4c6ced404e4ce7a652" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.7.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.7.zip", + "size": 332318, + "checksum": "SHA-256:90761a2c2e28560d447d091ff625bc2d5fd606c0587b011d9a8d2316a5acbc6f" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.8.zip", + "size": 336247, + "checksum": "SHA-256:3fec4fb6c43784dabd2b0372a0da608c0a33799501eabcda95983c6154eebe5c" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.0.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.9.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.9.zip", + "size": 337688, + "checksum": "SHA-256:787223790978f563507bf4b742e4446d8b82845922b7961fd7491f55d99e8085" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.1.0.zip", + "size": 370254, + "checksum": "SHA-256:8537f06da6748ab96f755419981c4e3818c9d42bbd2914f761c660d30258639a" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.1.1.zip", + "size": 370286, + "checksum": "SHA-256:8b382042a8251295cf0c4604a3cbcf90689039dbe55f48520c5212f0db9b168e" + }, + { + "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", + "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", + "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.1.2.zip", + "size": 370324, + "checksum": "SHA-256:059e9c93d7c93b6a3ffab8490582ce18edb91236e79b98bf772f7c8fcde26490" + }, + { + "name": "SparkFun Qwiic IR Thermometer MLX90614 Arduino Library", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", + "paragraph": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", + "website": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.3.zip", + "size": 1205705, + "checksum": "SHA-256:04847e72909e0c2b484fffab0e3c110c68569846f5825c118eaf4ee8f3d81a5c" + }, + { + "name": "SparkFun Qwiic IR Thermometer MLX90614 Arduino Library", + "version": "1.1.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", + "paragraph": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", + "website": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.5.zip", + "archiveFileName": "SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.5.zip", + "size": 1205714, + "checksum": "SHA-256:f1eea1eda4450cbab2e3b2a0b813af057ea2a63d736691fe2b0d633e27369fb9" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.1", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.1.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.1.zip", + "size": 28873, + "checksum": "SHA-256:f53c5febae7127eb032c131fb51d4ece083558692eb00a3552a0ef74411980c9" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.4", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.4.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.4.zip", + "size": 19905, + "checksum": "SHA-256:b4c110bd96b902b17c03f675e2e182b9af2aa95f4d2d2ae724a248c99da9ba23" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.5", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.5.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.5.zip", + "size": 20702, + "checksum": "SHA-256:6c14795f8749411839f8d85243a6620c019016ea048de89a5a833067f634a832" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.6", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.6.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.6.zip", + "size": 20708, + "checksum": "SHA-256:18fc3653097dac90a9c118b42b67364ef6740f3b4ebd63f9f9e439c1a6ed65b8" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.7", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.https" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.7.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.7.zip", + "size": 22280, + "checksum": "SHA-256:62cc2cdb724855f2d849f36041528e2d910b80d4f83c1698693a753daabe7e2c" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.8", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.https" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.8.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.8.zip", + "size": 22418, + "checksum": "SHA-256:deece12cecb5a2dba0e9bd288bcfdc7733cd624cfe83669619c8538a6ba1c392" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.10", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.https" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.10.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.10.zip", + "size": 22447, + "checksum": "SHA-256:7916949863657ec3c37d06eab52ddfe82be0d7ab44d31d298b086f468ce2858d" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.11", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.11.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.11.zip", + "size": 22446, + "checksum": "SHA-256:abbaa1dfc0840830565da5e94083d485d123c5feb95037fbd38258b97f439cd0" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.12", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.12.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.12.zip", + "size": 22663, + "checksum": "SHA-256:5f8ed2fa23630bb52bf0b0ce24961047bc525c2cd4575fd97c707219289c9454" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.13", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.13.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.13.zip", + "size": 22658, + "checksum": "SHA-256:9c610571f70ac700128ed4b744bffb199c1fa092932e7aabedf1d5ef30bfba0f" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.14", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h", + "LSM303AGR.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO Register" + }, + { + "name": "Adafruit I2CDevice" + }, + { + "name": "Adafruit SPIDevice" + }, + { + "name": "Adafruit Sensor" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.14.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.14.zip", + "size": 23845, + "checksum": "SHA-256:f51f5fbf9a8750376c1210efa5a1954d18637234e06a9b6170ebf7a04d739f78" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.15", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h", + "LSM303AGR.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO Register" + }, + { + "name": "Adafruit I2CDevice" + }, + { + "name": "Adafruit SPIDevice" + }, + { + "name": "Adafruit Sensor" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.15.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.15.zip", + "size": 23859, + "checksum": "SHA-256:e0f383f7ef1788b1324b0904257e938f20417a7135400db4f2c6055ec2a55c49" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.16", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h", + "LSM303AGR.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO Register" + }, + { + "name": "Adafruit I2CDevice" + }, + { + "name": "Adafruit SPIDevice" + }, + { + "name": "Adafruit Sensor" + }, + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.16.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.16.zip", + "size": 23858, + "checksum": "SHA-256:19593e3dc4075ead9e853a96da16d17bc00886d928eda63224408e3b5188b6e5" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.17", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h", + "LSM303AGR.h", + "LightSensor.h", + "TimeOfFlight.h", + "AirQuality.h", + "Magnet.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO Register" + }, + { + "name": "Adafruit I2CDevice" + }, + { + "name": "Adafruit SPIDevice" + }, + { + "name": "Adafruit Sensor" + }, + { + "name": "Wire" + }, + { + "name": "Adafruit_VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.17.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.17.zip", + "size": 30367, + "checksum": "SHA-256:7f1975e56bfea44688f8ae7b4c4a70d750fd371db3bb9c8df6f66f09437dee2a" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.18", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h", + "LSM303AGR.h", + "LightSensor.h", + "TimeOfFlight.h", + "AirQuality.h", + "Magnet.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit I2CDevice" + }, + { + "name": "Adafruit SPIDevice" + }, + { + "name": "Adafruit Sensor" + }, + { + "name": "Wire" + }, + { + "name": "Adafruit_VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.18.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.18.zip", + "size": 30362, + "checksum": "SHA-256:312a812976a3752d303a99e657cd9d4bcda7d815bee9de6102643984927d6092" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.19", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h", + "LSM303AGR.h", + "LightSensor.h", + "TimeofFlight.h", + "AirQuality.h", + "Magnet.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit_VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.19.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.19.zip", + "size": 30344, + "checksum": "SHA-256:6c878ba6dff9f299872860da465c6502a96c50daedf198cfed864b164cab4211" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.20", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "providesIncludes": [ + "Adafruit_NeoPixel.h", + "Adafruit_TCS34725.h", + "ledstrip.h", + "Leaphy_Extra.h", + "OLED_Display.h", + "LSM303AGR.h", + "LightSensor.h", + "TimeofFlight.h", + "AirQuality.h", + "Magnet.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit_VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.20.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.20.zip", + "size": 28229, + "checksum": "SHA-256:268a1e19250605d70344959c01ca36addb3b5ca988ac0ec3f10b9a779050b714" + }, + { + "name": "Leaphy Extra Extension", + "version": "0.0.21", + "author": "Leaphy Robotics", + "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", + "sentence": "Provides Extra functionality to Leaphy robots", + "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit LSM303 Accel" + }, + { + "name": "Adafruit LIS2MDL" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.21.zip", + "archiveFileName": "Leaphy_Extra_Extension-0.0.21.zip", + "size": 19215, + "checksum": "SHA-256:9be4490f65ccd32b74f7663462ffae9f7d577c7922ace70aed421fa67561959e" + }, + { + "name": "rrdtool", + "version": "1.0.0", + "author": "Larry Bernstone", + "maintainer": "Larry Bernstone", + "sentence": "Round Robin Database Tool", + "paragraph": "This is an implementation of rrdtool for ESP32. This provides a standardized format for round robin databases. rrdtool is well supported, and can be easily exported for data display using javascript.", + "website": "https://github.com/lbernstone/rrdtool_ESP32", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbernstone/rrdtool_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/rrdtool-1.0.0.zip", + "archiveFileName": "rrdtool-1.0.0.zip", + "size": 149654, + "checksum": "SHA-256:5cf4ab401ffc0847f255b58c2d0b0d823dc0ab7cfac94c65206c3ee5b2373757" + }, + { + "name": "Melopero APDS9960", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the APDS9960 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", + "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.0.0.zip", + "archiveFileName": "Melopero_APDS9960-1.0.0.zip", + "size": 134902, + "checksum": "SHA-256:0438745213273cb7e6b024142e5088ac42586e105f6169c86fd4ba1c8f45a97c" + }, + { + "name": "Melopero APDS9960", + "version": "1.1.0", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the APDS9960 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", + "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.1.0.zip", + "archiveFileName": "Melopero_APDS9960-1.1.0.zip", + "size": 141430, + "checksum": "SHA-256:024cc435e8538e08fa0d790de2a6f9fccfe6f8b8527caa72df2d5af3788d522d" + }, + { + "name": "Melopero APDS9960", + "version": "1.1.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the APDS9960 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", + "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.1.1.zip", + "archiveFileName": "Melopero_APDS9960-1.1.1.zip", + "size": 141422, + "checksum": "SHA-256:336718b5c5895acd020a1e5f4176101ae911e52271b5ecb1a1d58572c0fabbd3" + }, + { + "name": "Melopero APDS9960", + "version": "1.2.1", + "author": "Melopero Electronics", + "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", + "sentence": "A driver library for the APDS9960 sensor.", + "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", + "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.2.1.zip", + "archiveFileName": "Melopero_APDS9960-1.2.1.zip", + "size": 141655, + "checksum": "SHA-256:632a57f326dc69cd6b3ebc9c063e5d5990adb2198added95dcdb64c767a104c1" + }, + { + "name": "Adafruit TMP117", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TMP117 sensors in the Adafruit shop", + "paragraph": "Arduino library for the TMP117 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TMP117", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TMP117.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP117-1.0.0.zip", + "archiveFileName": "Adafruit_TMP117-1.0.0.zip", + "size": 17813, + "checksum": "SHA-256:2a65202e571e81a99dcf5b84ea9609212063d9282a336cdaa1371e1a6df9d6d1" + }, + { + "name": "Adafruit TMP117", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TMP117 sensors in the Adafruit shop", + "paragraph": "Arduino library for the TMP117 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TMP117", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TMP117.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP117-1.0.1.zip", + "archiveFileName": "Adafruit_TMP117-1.0.1.zip", + "size": 17810, + "checksum": "SHA-256:17cfafcdc616cfc6341bff405e6ad93bb2185c588c62e1adaef24cfa8c2d5947" + }, + { + "name": "Adafruit TMP117", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TMP117 sensors in the Adafruit shop", + "paragraph": "Arduino library for the TMP117 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TMP117", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_TMP117.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP117-1.0.3.zip", + "archiveFileName": "Adafruit_TMP117-1.0.3.zip", + "size": 17810, + "checksum": "SHA-256:3a44e45e83fa6dc46affe7c54af578906149d31b3ce5509f31549a6050d2810f" + }, + { + "name": "Nextion Serial String", + "version": "1.0.0", + "author": "Darren Osborne \u003cdarren.jc.osborne@gmail.com\u003e", + "maintainer": "Darren Osborne \u003cdarren.jc.osborne@gmail.com\u003e", + "sentence": "ESP32/Arduino library for Nextion displays", + "paragraph": "A simple Nextion HMI library which computes string commands. The library is both a simple and powerful tool, easily modified to meet one’s needs. Designed and tested on the esp32 - however it is assumed to be compatible with other MCUs.", + "website": "https://github.com/darrenjcosborne/NextionSerialString", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/darrenjcosborne/NextionSerialString.git", + "providesIncludes": [ + "NextionConfig.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/darrenjcosborne/Nextion_Serial_String-1.0.0.zip", + "archiveFileName": "Nextion_Serial_String-1.0.0.zip", + "size": 175030, + "checksum": "SHA-256:d799caac8562efddcddbe0dc2b47deb8596551dc02d539baec0e6b009808b85b" + }, + { + "name": "TonePitch", + "version": "1.0.1", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "Real accurate list of music notes with tone variants for Arduino.", + "paragraph": "this library is very important for those who prefer to have the buzzer tuned correctly for their musical project, it is fully compatible with other third party libraries.", + "website": "https://github.com/RodrigoDornelles/arduino-tone-pitch", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rodrigodornelles/arduino-tone-pitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/TonePitch-1.0.1.zip", + "archiveFileName": "TonePitch-1.0.1.zip", + "size": 19058, + "checksum": "SHA-256:a8d478a07f708f7375969ecae5bd53cf28df11007de65d1434c8bb7642fee712" + }, + { + "name": "TonePitch", + "version": "1.0.3", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "Real accurate list of music notes with tone variants for Arduino.", + "paragraph": "this library is very important for those who prefer to have the buzzer tuned correctly for their musical project, it is fully compatible with other third party libraries.", + "website": "https://github.com/RodrigoDornelles/arduino-tone-pitch", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rodrigodornelles/arduino-tone-pitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/TonePitch-1.0.3.zip", + "archiveFileName": "TonePitch-1.0.3.zip", + "size": 19948, + "checksum": "SHA-256:299989bbaaea6b5b1f2b57529feb183b744ecff44d82bc721cbf6f890aac6acb" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.1.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.1.0.zip", + "size": 603001, + "checksum": "SHA-256:e61ac272aab0e1a95ae3a794b1b65a3a24f2c3719aae58e7bf4f01f08ef6a5ba" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.2.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.2.0.zip", + "size": 640419, + "checksum": "SHA-256:bf53cccc57d99d582f5e20fae895f4c21b8c80f1ea1826cb0842e0be996043ac" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.3.0.zip", + "size": 724301, + "checksum": "SHA-256:3abd623495a69111adf0e42d4d6d7d9b9b3efc4887df6d96ec38cb321ecf7d8f" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.1.zip", + "archiveFileName": "TimerInterrupt_Generic-1.3.1.zip", + "size": 744196, + "checksum": "SHA-256:e77a06cd5c4fb6ada2e92c32c47435fefe89b2fe82a170348d9a79e86e72aef3" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.3.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.2.zip", + "archiveFileName": "TimerInterrupt_Generic-1.3.2.zip", + "size": 775142, + "checksum": "SHA-256:1f2b892f823c6499f8bcec4ba769cadc0bc7a8e4f4f2021d495a517666784d11" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.4.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.4.0.zip", + "size": 791914, + "checksum": "SHA-256:c45b71d12f38233626cfac2880034060f3be027d99bbfec005d6a3e221f290e1" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.5.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.5.0.zip", + "size": 856609, + "checksum": "SHA-256:bb795aa848d46a0aebc41582c85692249b3d9cce35d76175296d3b9419a0b20b" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.6.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, ESP32-S2, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.6.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.6.0.zip", + "size": 1350942, + "checksum": "SHA-256:f329dca41753c1a9c7a33c94a126d66acddb8211a4aa6854bdc35308c24f7f87" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.7.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, ESP32-S2, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.7.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.7.0.zip", + "size": 1395109, + "checksum": "SHA-256:568f81b1c670bb2e7ff753fbba3c37d66d243c16779195bf4216a7f08f2825f6" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.8.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, ESP32-S2, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.8.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.8.0.zip", + "size": 1290148, + "checksum": "SHA-256:93b5f85f6da3d99d67e233647956df13e8da61a82a4dcb7ae823868c67ee87fe" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.9.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.9.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.9.0.zip", + "size": 1526735, + "checksum": "SHA-256:118bebf9c727c7891e5df917ac3bc5968c50fee6cb66d152540f1acb417178b2" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.10.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.10.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.10.0.zip", + "size": 1558003, + "checksum": "SHA-256:d4e84b01bd2ea014fa46d07e1e4f89740acdee91154d5d065b32be08fab7a536" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.11.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.11.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.11.0.zip", + "size": 1560503, + "checksum": "SHA-256:1bb59d1cccc39f880869a3dadb3969c545c9195cf51e73c2294c97119cde97f3" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.12.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.12.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.12.0.zip", + "size": 1443662, + "checksum": "SHA-256:a754be10c757f0e92b4295d652b02916a0eec256132ca4cc4c0f822fe28f4088" + }, + { + "name": "TimerInterrupt_Generic", + "version": "1.13.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.", + "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "providesIncludes": [ + "TimerInterrupt_Generic.h", + "ISR_Timer_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.13.0.zip", + "archiveFileName": "TimerInterrupt_Generic-1.13.0.zip", + "size": 1497983, + "checksum": "SHA-256:100f563b303a0924fc8ba7be4d40b52400e158d86007adafcff1ec8e05e00d20" + }, + { + "name": "Vrekrer SCPI parser", + "version": "0.4.1", + "author": "Vrekrer", + "maintainer": "Vrekrer \u003cdiegogch@cbpf.br\u003e,", + "sentence": "Simple SCPI parser for Arduino", + "paragraph": "Standard Commands for Programmable Instruments (SCPI) parser for Arduino projects", + "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.4.1.zip", + "archiveFileName": "Vrekrer_SCPI_parser-0.4.1.zip", + "size": 12075, + "checksum": "SHA-256:5d60c22cc5e053d9c8469c3b7f7da80ea787a8b8320eba3462b34e091f786824" + }, + { + "name": "Vrekrer SCPI parser", + "version": "0.2.0", + "author": "Vrekrer", + "maintainer": "Vrekrer", + "sentence": "Simple SCPI parser", + "paragraph": "Standar Commands for Programable Instruments (SCPI) parser for small projects", + "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.2.0.zip", + "archiveFileName": "Vrekrer_SCPI_parser-0.2.0.zip", + "size": 8952, + "checksum": "SHA-256:a0e84dc832b3448c6337399fbe65901dc7f451c57027772a0908fcf50a753dc1" + }, + { + "name": "Vrekrer SCPI parser", + "version": "0.4.2", + "author": "Vrekrer", + "maintainer": "Vrekrer \u003cdiegogch@cbpf.br\u003e,", + "sentence": "Simple SCPI parser for Arduino", + "paragraph": "Standard Commands for Programmable Instruments (SCPI) parser for Arduino projects", + "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.4.2.zip", + "archiveFileName": "Vrekrer_SCPI_parser-0.4.2.zip", + "size": 244191, + "checksum": "SHA-256:80097fa663614fd4297e6bd02b326a9de6ebbe2a505c110df1d63d8f364a32ca" + }, + { + "name": "Vrekrer SCPI parser", + "version": "0.5.0", + "author": "Vrekrer", + "maintainer": "Vrekrer \u003cdiegogch@cbpf.br\u003e", + "sentence": "Simple SCPI parser for Arduino", + "paragraph": "Standard Commands for Programmable Instruments (SCPI) parser for Arduino projects", + "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.5.0.zip", + "archiveFileName": "Vrekrer_SCPI_parser-0.5.0.zip", + "size": 23098, + "checksum": "SHA-256:7abc9229af59970f26a4e7f72aac17abe1cff3341547ee9aa4c3ae013c09836d" + }, + { + "name": "Pixetto", + "version": "1.4.0", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.4.0.zip", + "archiveFileName": "Pixetto-1.4.0.zip", + "size": 19554, + "checksum": "SHA-256:1ddc34930400f304131982f9998e949aa80af59ebb02e1535772d39bcc696d4e" + }, + { + "name": "Pixetto", + "version": "1.4.1", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.4.1.zip", + "archiveFileName": "Pixetto-1.4.1.zip", + "size": 20195, + "checksum": "SHA-256:8d6d7c45d30bf39bf7eb76edaf1f3603c9d1e0a9b44d0c5bc7269792e4fdb601" + }, + { + "name": "Pixetto", + "version": "1.4.2", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.4.2.zip", + "archiveFileName": "Pixetto-1.4.2.zip", + "size": 20318, + "checksum": "SHA-256:117e4825e8431c9600b3912d9b2c97ee11fd83d3859b9480ac648bd33f9130bc" + }, + { + "name": "Pixetto", + "version": "1.5.1", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.1.zip", + "archiveFileName": "Pixetto-1.5.1.zip", + "size": 22608, + "checksum": "SHA-256:d7d2c888bffb0d3bfa9230d26981e8088451f11ca24bcab274319847527fe7a9" + }, + { + "name": "Pixetto", + "version": "1.5.2", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.2.zip", + "archiveFileName": "Pixetto-1.5.2.zip", + "size": 22662, + "checksum": "SHA-256:861ab674082c6ce6190070ffce9004ebd5da6848bab8eafa6173bc738ec8e00e" + }, + { + "name": "Pixetto", + "version": "1.5.3", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.3.zip", + "archiveFileName": "Pixetto-1.5.3.zip", + "size": 25973, + "checksum": "SHA-256:eab6f1d85cca14f323fca33045277d69942442789645c6f91b34d1cfde5c86d8" + }, + { + "name": "Pixetto", + "version": "1.5.4", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.4.zip", + "archiveFileName": "Pixetto-1.5.4.zip", + "size": 26152, + "checksum": "SHA-256:e37d7e6e540563140b65566419b27333ceb97dda8ad52544a098a8a5b9ac2d0d" + }, + { + "name": "Pixetto", + "version": "1.5.5", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.5.zip", + "archiveFileName": "Pixetto-1.5.5.zip", + "size": 26647, + "checksum": "SHA-256:08a07246484989914810067af75beec46d461edc141362ee28a3dbffa59f331d" + }, + { + "name": "Pixetto", + "version": "1.5.6", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.6.zip", + "archiveFileName": "Pixetto-1.5.6.zip", + "size": 26776, + "checksum": "SHA-256:d3362a2ae4e03022e6708517fa6c13f287c226bd9e2bf0dd8a7ca03823c6a441" + }, + { + "name": "Pixetto", + "version": "1.5.7", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.5.7.zip", + "archiveFileName": "Pixetto-1.5.7.zip", + "size": 29460, + "checksum": "SHA-256:1037d177f8ea5edcc262beed718d9e859c3df5654f497c361781f1d889658cd3" + }, + { + "name": "Pixetto", + "version": "1.6.2", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "dependencies": [ + { + "name": "PixettoLite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.6.2.zip", + "archiveFileName": "Pixetto-1.6.2.zip", + "size": 24794, + "checksum": "SHA-256:bbbf01f6b0693a0b991cee7936895d8020425b6c0292c1d5760596e7060f214e" + }, + { + "name": "Pixetto", + "version": "1.6.3", + "author": "VIA Technologies", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "dependencies": [ + { + "name": "PixettoLite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.6.3.zip", + "archiveFileName": "Pixetto-1.6.3.zip", + "size": 24874, + "checksum": "SHA-256:7499e3a81c8ed3861ef7ad6c2e949ee92485920ed0b305c7cfdc411176d6439e" + }, + { + "name": "Pixetto", + "version": "1.6.4", + "author": "VIA Technologies, Inc.", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "dependencies": [ + { + "name": "PixettoLite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.6.4.zip", + "archiveFileName": "Pixetto-1.6.4.zip", + "size": 24818, + "checksum": "SHA-256:7fec2163b422225e84c29082f023b9a531f7a3a512abecaa73bc127ab2c324ce" + }, + { + "name": "Pixetto", + "version": "1.6.5", + "author": "VIA Technologies, Inc.", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "dependencies": [ + { + "name": "PixettoLite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.6.5.zip", + "archiveFileName": "Pixetto-1.6.5.zip", + "size": 24846, + "checksum": "SHA-256:71334e9ba1868a04b01a2da8cff6dc2aa92529566dda0e2ae33a1619b6378645" + }, + { + "name": "Pixetto", + "version": "1.6.6", + "author": "VIA Technologies, Inc.", + "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", + "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/Pixetto.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/Pixetto.git", + "providesIncludes": [ + "Pixetto.h" + ], + "dependencies": [ + { + "name": "PixettoLite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.6.6.zip", + "archiveFileName": "Pixetto-1.6.6.zip", + "size": 24859, + "checksum": "SHA-256:98c562126288b8b7ba7ecbdf6b80f51514cb594669148f7d7b93692bd476a1fa" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.0", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": [ + "DTF_ESP8266Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.0.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.0.zip", + "size": 6181, + "checksum": "SHA-256:0c6d2446b747b0da1289486120d51cd3519d8e1b86da2fb7818b8269062e25c0" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.1", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": [ + "DTF_ESP8266Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.1.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.1.zip", + "size": 7631, + "checksum": "SHA-256:a0f79e66a0747ba0dd3020f06b4f40f0d9fe44a57129d4adafb55b26579fc705" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.2", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": [ + "DTF_ESP8266Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.2.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.2.zip", + "size": 7909, + "checksum": "SHA-256:00e12aabd29ddd2e70bb8df2aa442dc822b41aea5c21127e7c9dd5886cdb3730" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.3", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": [ + "DTF_ESP8266Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.3.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.3.zip", + "size": 7681, + "checksum": "SHA-256:65185205a63a3b6c2344eebee7336bfc6cf5f4465745fe09f6aae01e50c92f82" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.4", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": [ + "DTF_ESP8266Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.4.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.4.zip", + "size": 8067, + "checksum": "SHA-256:518babadc8a426c365b4498c28901f8c04ee669cf7b76c988db5730fc3ec8b23" + }, + { + "name": "DTF_ESP8266Update", + "version": "1.0.5", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP8266 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp8266_update", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", + "providesIncludes": [ + "DTF_ESP8266Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.5.zip", + "archiveFileName": "DTF_ESP8266Update-1.0.5.zip", + "size": 8722, + "checksum": "SHA-256:403ba1f6ce119c79fff3c20c452f44941e4e5cbb542ec02875567d2f6c24e096" + }, + { + "name": "DTF_ESP32Update", + "version": "1.0.0", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP32 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp32_update", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp32_update.git", + "providesIncludes": [ + "DTF_ESP32Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP32Update-1.0.0.zip", + "archiveFileName": "DTF_ESP32Update-1.0.0.zip", + "size": 7520, + "checksum": "SHA-256:5f3221d0de0705c32ff6a6ef3a8e67e1bbf072ee411c84bae8c85682defb4bc6" + }, + { + "name": "DTF_ESP32Update", + "version": "1.0.1", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP32 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp32_update", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp32_update.git", + "providesIncludes": [ + "DTF_ESP32Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP32Update-1.0.1.zip", + "archiveFileName": "DTF_ESP32Update-1.0.1.zip", + "size": 7289, + "checksum": "SHA-256:0619c7d3e793e52070629bfc11bdea651f4d167f96f750ce3fa8148a651f5b70" + }, + { + "name": "DTF_ESP32Update", + "version": "1.0.2", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP32 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp32_update", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp32_update.git", + "providesIncludes": [ + "DTF_ESP32Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP32Update-1.0.2.zip", + "archiveFileName": "DTF_ESP32Update-1.0.2.zip", + "size": 7675, + "checksum": "SHA-256:49b6970909bab1f1375dc29f31fabb400c16fccbc4f5e121589b383970286411" + }, + { + "name": "DTF_ESP32Update", + "version": "1.0.3", + "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", + "sentence": "Update ESP32 devices using Deploy the Fleet service.", + "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", + "website": "https://github.com/deploythefleet/arduino_esp32_update", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/deploythefleet/arduino_esp32_update.git", + "providesIncludes": [ + "DTF_ESP32Update.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP32Update-1.0.3.zip", + "archiveFileName": "DTF_ESP32Update-1.0.3.zip", + "size": 8343, + "checksum": "SHA-256:09e3197abccb04691eda32b8bb064b0b1b0890eb68e6b3f05f5d2d4dc895bfad" + }, + { + "name": "RV-3028-C7", + "version": "1.0.0", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": [ + "RV3028C7.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.0.0.zip", + "archiveFileName": "RV_3028_C7-1.0.0.zip", + "size": 15742, + "checksum": "SHA-256:e3dcb50378bdc4d5afc8f233b91f7ef4d36d3a487d7f2d0dc92ea2ba902d9701" + }, + { + "name": "RV-3028-C7", + "version": "1.1.0", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": [ + "RV3028C7.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.0.zip", + "archiveFileName": "RV_3028_C7-1.1.0.zip", + "size": 15897, + "checksum": "SHA-256:57e7f20c3b5cf52e4b75d49e71687a015c2113e2c2e5982c82f4c9b3cee5a49b" + }, + { + "name": "RV-3028-C7", + "version": "1.1.1", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": [ + "RV3028C7.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.1.zip", + "archiveFileName": "RV_3028_C7-1.1.1.zip", + "size": 15945, + "checksum": "SHA-256:03d4525dc0ae4c5b44bc11905361c8e4c1c86a4d4aa9ae04835eb6785995ce36" + }, + { + "name": "RV-3028-C7", + "version": "1.1.2", + "author": "Macro Yau", + "maintainer": "Macro Yau", + "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", + "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", + "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", + "category": "Timing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "providesIncludes": [ + "RV3028C7.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.2.zip", + "archiveFileName": "RV_3028_C7-1.1.2.zip", + "size": 15970, + "checksum": "SHA-256:f7adf314c9abf402a19f6a7fc5f2c177e585b0df1442cb9dcc7904241d7291c8" + }, + { + "name": "DLxx416_Arduino", + "version": "1.0.0", + "author": "Chris Combs \u003cccombs+dlxx416@gmail.com\u003e", + "maintainer": "Chris Combs \u003cccombs+dlxx416@gmail.com\u003e", + "sentence": "Display library for four-character OSRAM/Siemens intelligent displays: DLR2416, DLO2416, DLG2416, DLR3416, DLO3416, DLG3416.", + "paragraph": "For directly attached GPIO control over these small, vintage displays.", + "website": "https://github.com/combs/DLxx416_Arduino", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/combs/DLxx416_Arduino.git", + "providesIncludes": [ + "DLX3416.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/combs/DLxx416_Arduino-1.0.0.zip", + "archiveFileName": "DLxx416_Arduino-1.0.0.zip", + "size": 8303, + "checksum": "SHA-256:f29b30aff8d6f809d813ffece8e4646f1ca39bf6cebe8357d5abe54a1dd62393" + }, + { + "name": "SAMDUE_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", + "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "providesIncludes": [ + "SAMDUETimerInterrupt.h", + "SAMDUE_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.0.1.zip", + "archiveFileName": "SAMDUE_TimerInterrupt-1.0.1.zip", + "size": 167020, + "checksum": "SHA-256:bc79af4700aa97d63c675159f7123d8546ea2d2de96916603928c543ba6eaca3" + }, + { + "name": "SAMDUE_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", + "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "providesIncludes": [ + "SAMDUETimerInterrupt.h", + "SAMDUE_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.1.1.zip", + "archiveFileName": "SAMDUE_TimerInterrupt-1.1.1.zip", + "size": 176112, + "checksum": "SHA-256:8c40891b4ab649f3cbbf1e26d8c3079b7a2abc96d7f2d22e168031b006701d09" + }, + { + "name": "SAMDUE_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", + "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "providesIncludes": [ + "SAMDUETimerInterrupt.h", + "SAMDUE_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.2.0.zip", + "archiveFileName": "SAMDUE_TimerInterrupt-1.2.0.zip", + "size": 183895, + "checksum": "SHA-256:5533f27cbd297ab074b97ed6400fcfae7c1a8afefc8b35a99d55e71f952b76cb" + }, + { + "name": "SAMDUE_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", + "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "providesIncludes": [ + "SAMDUETimerInterrupt.h", + "SAMDUETimerInterrupt.hpp", + "SAMDUE_ISR_Timer.h", + "SAMDUE_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.3.0.zip", + "archiveFileName": "SAMDUE_TimerInterrupt-1.3.0.zip", + "size": 169001, + "checksum": "SHA-256:ae1cd9a43336d18a1d1e84e2f767d6a8f72ecd0eb138767c2cd435b1eee676be" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.0.0.zip", + "archiveFileName": "Pololu3piPlus32U4-1.0.0.zip", + "size": 52684, + "checksum": "SHA-256:00fce6f98b3614b54a9cfc910bbbaa8ece0f9f24bf4ab0a00da46294590c91bf" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.0.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.0.1.zip", + "archiveFileName": "Pololu3piPlus32U4-1.0.1.zip", + "size": 57120, + "checksum": "SHA-256:763c89763c62c1a6d53edf187699baa219699373f53d93e75f47b42a759e463a" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuOLED" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.1.0.zip", + "archiveFileName": "Pololu3piPlus32U4-1.1.0.zip", + "size": 77402, + "checksum": "SHA-256:e0868e58827a6137b4427c22b9a32b989ec24ef63a05cdaa771d69b5e4b41f52" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.1.1", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuOLED" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.1.1.zip", + "archiveFileName": "Pololu3piPlus32U4-1.1.1.zip", + "size": 77442, + "checksum": "SHA-256:0af696ca838d70ef557b02aa15a5ff81227d35fa4ade2be834b2799c6f45687c" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.1.2", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuOLED" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.1.2.zip", + "archiveFileName": "Pololu3piPlus32U4-1.1.2.zip", + "size": 77511, + "checksum": "SHA-256:fdd10f59e05e5717b7d2d769ca235e1642727d7d9899940e72f191178802be14" + }, + { + "name": "Pololu3piPlus32U4", + "version": "1.1.3", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", + "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", + "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", + "dependencies": [ + { + "name": "FastGPIO" + }, + { + "name": "USBPause" + }, + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + }, + { + "name": "PololuHD44780" + }, + { + "name": "PololuOLED" + }, + { + "name": "PololuMenu" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.1.3.zip", + "archiveFileName": "Pololu3piPlus32U4-1.1.3.zip", + "size": 77589, + "checksum": "SHA-256:d7def590d97031877f2f71f3cada80aad5dbb1bfe7eb32d395927d100a4d7548" + }, + { + "name": "EloquentVision", + "version": "0.0.1", + "author": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "maintainer": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentVision.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.1.zip", + "archiveFileName": "EloquentVision-0.0.1.zip", + "size": 28696, + "checksum": "SHA-256:f75a6281b7964de21ca16e1d368d869d49365e3c06090357f8fab10abfc5ef28" + }, + { + "name": "EloquentVision", + "version": "0.0.2", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentVision.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.2.zip", + "archiveFileName": "EloquentVision-0.0.2.zip", + "size": 29573, + "checksum": "SHA-256:d0c54877ed8217c2d13d15d2e21f5340a6ceecf8c6fb2809b70c33dbf6a749e2" + }, + { + "name": "EloquentVision", + "version": "0.0.3", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentVision.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.3.zip", + "archiveFileName": "EloquentVision-0.0.3.zip", + "size": 29584, + "checksum": "SHA-256:0f79d8a835383bad60c1c8d29d22861dd4b9c8fcc740c80d615490e8e41ff575" + }, + { + "name": "EloquentVision", + "version": "0.0.5", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentVision.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.5.zip", + "archiveFileName": "EloquentVision-0.0.5.zip", + "size": 31328, + "checksum": "SHA-256:9610f5d21e2b0dadcd150570a23eef65355bf24d3a20aab967f4fee659374570" + }, + { + "name": "WiFiTri", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "WiFi Triangulation Library for ESP32.", + "paragraph": "This library depends on HTTPClient, ArduinoJson", + "website": "https://github.com/JHershey69/WiFiTri", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jhershey69/WiFiTri.git", + "providesIncludes": [ + "WiFiTri.h" + ], + "dependencies": [ + { + "name": "HTTPClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jhershey69/WiFiTri-1.0.0.zip", + "archiveFileName": "WiFiTri-1.0.0.zip", + "size": 16071, + "checksum": "SHA-256:28846d84d4a117595b4b990c8ead52c2ec5e29e9e37c1f482743cb3b8223cf37" + }, + { + "name": "107-Arduino-Debug", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "ArduinoDebug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.0.0.zip", + "archiveFileName": "107_Arduino_Debug-1.0.0.zip", + "size": 6063, + "checksum": "SHA-256:91098aebb6381b471a87de29ee3492103ffb9d416108fb8e2ecb208c7432f734" + }, + { + "name": "107-Arduino-Debug", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "ArduinoDebug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.0.1.zip", + "archiveFileName": "107_Arduino_Debug-1.0.1.zip", + "size": 6031, + "checksum": "SHA-256:5c9342c5a955751be27201596df1f45d32c94f667fec96dc0779b2f238e43643" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "ArduinoDebug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.0.zip", + "archiveFileName": "107_Arduino_Debug-1.1.0.zip", + "size": 6021, + "checksum": "SHA-256:5dd75145fbafa1ff7569e7ddf236644c1cbc4ea83f05e7b7ce789277cbcb70ba" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "ArduinoDebug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.1.zip", + "archiveFileName": "107_Arduino_Debug-1.1.1.zip", + "size": 6215, + "checksum": "SHA-256:fbe3072747c45df20bfd84943797973a3f8489b1d75d6c87fcc76f48c83797f8" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "ArduinoDebug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.2.zip", + "archiveFileName": "107_Arduino_Debug-1.1.2.zip", + "size": 6222, + "checksum": "SHA-256:32f8fa2c34f7c4a31321130a3db885957e412467eb2709875b706c87068953c8" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "ArduinoDebug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.3.zip", + "archiveFileName": "107_Arduino_Debug-1.1.3.zip", + "size": 6657, + "checksum": "SHA-256:35cd9c5127804fed506199075d9c99ec797772e0bcd2483ae8d1616ff732c32f" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.4", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "107-Arduino-Debug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.4.zip", + "archiveFileName": "107_Arduino_Debug-1.1.4.zip", + "size": 6657, + "checksum": "SHA-256:d42fa54903e1e4fcff5e2dae894fb3082c1930441dc30315ffdbea40c1b9eece" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.5", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "107-Arduino-Debug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.5.zip", + "archiveFileName": "107_Arduino_Debug-1.1.5.zip", + "size": 6652, + "checksum": "SHA-256:332906060e50130916e046039b2ab83819ea3f26329454403f610c040b966248" + }, + { + "name": "107-Arduino-Debug", + "version": "1.1.6", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "107-Arduino-Debug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.6.zip", + "archiveFileName": "107_Arduino_Debug-1.1.6.zip", + "size": 6734, + "checksum": "SHA-256:73ff451a1565030e189efa5dbc003655339878fd88a6e9099d8f58bec07698eb" + }, + { + "name": "107-Arduino-Debug", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "107-Arduino-Debug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.2.0.zip", + "archiveFileName": "107_Arduino_Debug-1.2.0.zip", + "size": 6978, + "checksum": "SHA-256:b7286f6e1191ec284d54869ffa531592b8e0a7f419a834e51b69ebf65c0dd587" + }, + { + "name": "107-Arduino-Debug", + "version": "1.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing convenient macros for printf-style debugging.", + "website": "https://github.com/107-systems/107-Arduino-Debug", + "category": "Other", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "providesIncludes": [ + "107-Arduino-Debug.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.3.0.zip", + "archiveFileName": "107_Arduino_Debug-1.3.0.zip", + "size": 7052, + "checksum": "SHA-256:4160d74110b79d5221a8061dc4b3ae2e723ef0bafd817d10a28611a4aeba0d0a" + }, + { + "name": "mrm-8x8a", + "version": "0.0.0", + "author": "Zoran Pribičević, \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-8x8a", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.0.zip", + "archiveFileName": "mrm_8x8a-0.0.0.zip", + "size": 7887, + "checksum": "SHA-256:b4ba98523b0a53a56330720c3814cfbb9d3bbaf91509d62f393607ce22b5a797" + }, + { + "name": "mrm-8x8a", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-8x8a", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.2.zip", + "archiveFileName": "mrm_8x8a-0.0.2.zip", + "size": 7912, + "checksum": "SHA-256:4ee26d6794b06192bcaa080efc0c7d7b21f2d610a080200a02df93c06d5d230b" + }, + { + "name": "mrm-8x8a", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-8x8a", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.4.zip", + "archiveFileName": "mrm_8x8a-0.0.4.zip", + "size": 7975, + "checksum": "SHA-256:75f95c45e605223933949a1a25f6d34be59cae68d7f15fdb971c8ff4de5d304b" + }, + { + "name": "mrm-8x8a", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-8x8a", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.5.zip", + "archiveFileName": "mrm_8x8a-0.0.5.zip", + "size": 7629, + "checksum": "SHA-256:6bc93a33530f8becefa889a969313294e758edded9728d613f08cb7cf2c021a1" + }, + { + "name": "mrm-8x8a", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-8x8a", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.6.zip", + "archiveFileName": "mrm_8x8a-0.0.6.zip", + "size": 7666, + "checksum": "SHA-256:e4a129945db4e5d69f70eec5d609c99151d87b1102043ea9fab6514392e929b6" + }, + { + "name": "SmartMatrix", + "version": "4.0.3", + "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", + "sentence": "Drive HUB75 RGB Matrix Panels with High Quality Graphics from a Teensy 3, Teensy 4, or ESP32", + "paragraph": "(Note, this library was named \"SmartMatrix3\" in the past, and is now named \"SmartMatrix\" as of release 4.0.3)", + "website": "http://docs.pixelmatix.com/SmartMatrix", + "category": "Display", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixelmatix/SmartMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix-4.0.3.zip", + "archiveFileName": "SmartMatrix-4.0.3.zip", + "size": 5039757, + "checksum": "SHA-256:66c859170237e9e189b1b69d278683689b32b2d4262645f3d8649cedcb58efbd" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.0.zip", + "archiveFileName": "mrm_bldc2x50-0.0.0.zip", + "size": 3744, + "checksum": "SHA-256:a0e98138d602a4199b77b4197941cdb3d7ec1e5e59bf421528225094802d1648" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50, 2x50A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.2.zip", + "archiveFileName": "mrm_bldc2x50-0.0.2.zip", + "size": 3773, + "checksum": "SHA-256:a3328f7d4caf74513836874221494cd9905659b7ad5df4683ed6fdf629fc93c9" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50, 2x50A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-bldc2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.4.zip", + "archiveFileName": "mrm_bldc2x50-0.0.4.zip", + "size": 3764, + "checksum": "SHA-256:190944f6b60651281b39f2f045d6a2865ee309d93900b5fd2b3db614569ee214" + }, + { + "name": "mrm-bldc2x50", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc2x50, 2x50A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-bldc2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.5.zip", + "archiveFileName": "mrm_bldc2x50-0.0.5.zip", + "size": 6011, + "checksum": "SHA-256:9bcaeddb11e6ced2e1f42c744ea6014459a246d0798a16b7dc61f90a4f50081c" + }, + { + "name": "AceCRC", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) that have been progammatically converted from pycrc to Arduino to use C++ namespaces and PROGMEM flash memory.", + "paragraph": "For each algorith, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.1.0.zip", + "archiveFileName": "AceCRC-0.1.0.zip", + "size": 475050, + "checksum": "SHA-256:bf50ddfb23fc9c6fc727e451c5eba6eb4e1ae4a80d1d9c3a91229ef023c7caf2" + }, + { + "name": "AceCRC", + "version": "0.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) that have been programmatically converted from pycrc (https://pycrc.org) to Arduino to use C++ namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.1.1.zip", + "archiveFileName": "AceCRC-0.1.1.zip", + "size": 475469, + "checksum": "SHA-256:220f9e965ae9bf4d8fed4e9268884f8396c065f5433124c0726b420027a624f6" + }, + { + "name": "AceCRC", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.2.0.zip", + "archiveFileName": "AceCRC-0.2.0.zip", + "size": 502293, + "checksum": "SHA-256:57e85f982323a9115abd4d88f9827be5931d3a6aaacdb485057dd88458d93d41" + }, + { + "name": "AceCRC", + "version": "0.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.3.1.zip", + "archiveFileName": "AceCRC-0.3.1.zip", + "size": 648648, + "checksum": "SHA-256:7ca7bdc6984d2bde9cb0738636f44da10e6a5477bc66aa0224fe202145fcc7ce" + }, + { + "name": "AceCRC", + "version": "0.3.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.3.2.zip", + "archiveFileName": "AceCRC-0.3.2.zip", + "size": 651730, + "checksum": "SHA-256:60787d71290840befe4a9427c1d9bc451173c1cffd138eb941adde7d9d594c19" + }, + { + "name": "AceCRC", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.4.0.zip", + "archiveFileName": "AceCRC-0.4.0.zip", + "size": 653811, + "checksum": "SHA-256:4e1188efdd88f19723b516eb3ce46fd2abebf030a0da1f114234ea82afd1e401" + }, + { + "name": "AceCRC", + "version": "0.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.4.1.zip", + "archiveFileName": "AceCRC-0.4.1.zip", + "size": 655779, + "checksum": "SHA-256:1b2c384a437337295060ee45aff9f9ffd5683278321aa45b07e98f91ed3b940b" + }, + { + "name": "AceCRC", + "version": "0.4.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.4.2.zip", + "archiveFileName": "AceCRC-0.4.2.zip", + "size": 655699, + "checksum": "SHA-256:9763b581ddca10d831bd57ff313915fa6d06bfc5014ad50c48cc6ca834308da4" + }, + { + "name": "AceCRC", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (crc8, crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 4 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); `nibblem` variant is the same as `nibble` but 1.9X-2.7X faster on the ESP8266; and the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-1.0.0.zip", + "archiveFileName": "AceCRC-1.0.0.zip", + "size": 797192, + "checksum": "SHA-256:a04683e5630de3e483f3bdf7588cf41e8ba255435fa5908adadf8be50b2eae15" + }, + { + "name": "AceCRC", + "version": "1.0.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (crc8, crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 4 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); `nibblem` variant is the same as `nibble` but 1.9X-2.7X faster on the ESP8266; and the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-1.0.1.zip", + "archiveFileName": "AceCRC-1.0.1.zip", + "size": 799494, + "checksum": "SHA-256:aceb1103231cee9533b702fb5d975bcf3a7e2b0a8c033411ad77cdc01e070bd4" + }, + { + "name": "AceCRC", + "version": "1.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms (crc8, crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", + "paragraph": "For each algorithm, 4 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); `nibblem` variant is the same as `nibble` but 1.9X-2.7X faster on the ESP8266; and the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-1.1.0.zip", + "archiveFileName": "AceCRC-1.1.0.zip", + "size": 1024357, + "checksum": "SHA-256:85b0db0846185e19864e2da7b980eaa44cce73ff0ce343dc9b16ae376944884f" + }, + { + "name": "AceCRC", + "version": "1.1.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Cyclic Redundancy Check (CRC) algorithms: crc8, crc16ccitt, crc16modbus, crc32.", + "paragraph": "Programmatically converted from C99 code generated by https://pycrc.org to Arduino C++. For each CRC algorithm, 4 variants are available: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); `nibblem` variant is the same as `nibble` but 1.9X-2.7X faster on the ESP8266; and the 'byte' variant uses an 8-bit table (largest but fastest).", + "website": "https://github.com/bxparks/AceCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-1.1.1.zip", + "archiveFileName": "AceCRC-1.1.1.zip", + "size": 1025853, + "checksum": "SHA-256:a871392affe5553a44483ff9cbf8ec6a7946631326c56c6259b5948f83b98dc2" + }, + { + "name": "mrm-bldc4x2.5", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc4x2.5", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.0.zip", + "archiveFileName": "mrm_bldc4x2_5-0.0.0.zip", + "size": 3797, + "checksum": "SHA-256:383bdde4c27ebe3319f37dcb7629929363163049206f91415886faa750ef93d7" + }, + { + "name": "mrm-bldc4x2.5", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5, 4x2.5 A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc4x2.5", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.2.zip", + "archiveFileName": "mrm_bldc4x2_5-0.0.2.zip", + "size": 3826, + "checksum": "SHA-256:3f5ba265bd83ed220e0ee3f6f8e425c71ab548c1aaf013c43a9fd088eb0b188c" + }, + { + "name": "mrm-bldc4x2.5", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5, 4x2.5 A BLDC motor controller", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-bldc4x2.5", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.3.zip", + "archiveFileName": "mrm_bldc4x2_5-0.0.3.zip", + "size": 3816, + "checksum": "SHA-256:7f6a8cacbb3506c47f8abe6e5bbf21b4e60d470c9f6f2bce2de09a2f40d45b6b" + }, + { + "name": "mrm-board", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.0.zip", + "archiveFileName": "mrm_board-0.0.0.zip", + "size": 13080, + "checksum": "SHA-256:bd511985fd29d73ba3537f1a361d66ac877f55bfda6507662cf4338df21f6490" + }, + { + "name": "mrm-board", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.2.zip", + "archiveFileName": "mrm_board-0.0.2.zip", + "size": 13151, + "checksum": "SHA-256:995079d2879cfe888fbad924fc767a41e7a29a10ae80042fc2063033248a5a53" + }, + { + "name": "mrm-board", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.4.zip", + "archiveFileName": "mrm_board-0.0.4.zip", + "size": 13156, + "checksum": "SHA-256:16f91afd58e4a4d24602e590eadae649d748a9374d62ad01ca05b3fffa29b272" + }, + { + "name": "mrm-board", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.5.zip", + "archiveFileName": "mrm_board-0.0.5.zip", + "size": 13145, + "checksum": "SHA-256:38f6959efcbcd695645c9e0dd45a99af0c6bd286129a4ea05ae602c9249a0afb" + }, + { + "name": "mrm-board", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.6.zip", + "archiveFileName": "mrm_board-0.0.6.zip", + "size": 13448, + "checksum": "SHA-256:3d0e0b2f194719cd901620d260a5f691eab01b089335db268644772684d94837" + }, + { + "name": "mrm-board", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.7.zip", + "archiveFileName": "mrm_board-0.0.7.zip", + "size": 13668, + "checksum": "SHA-256:63c463861e88c91b544e3b6357230be7873e38228127fe50ef448dcba6e3b20b" + }, + { + "name": "mrm-board", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.8.zip", + "archiveFileName": "mrm_board-0.0.8.zip", + "size": 13667, + "checksum": "SHA-256:a22d0d7acb7871c9525be8d7924d286eeda4aa18a99744ba60f2b08224c9c4fe" + }, + { + "name": "mrm-board", + "version": "0.0.9", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.9.zip", + "archiveFileName": "mrm_board-0.0.9.zip", + "size": 14365, + "checksum": "SHA-256:d7b485a2ecba15a3052fecb3e9ff21acdfc1df831789b76de15ee01f6aa955fe" + }, + { + "name": "mrm-board", + "version": "0.0.10", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.10.zip", + "archiveFileName": "mrm_board-0.0.10.zip", + "size": 14914, + "checksum": "SHA-256:e92d0db44c8e769e4eeab5c86155869cb06c094658551053cd213effe84cf710" + }, + { + "name": "mrm-board", + "version": "0.0.11", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-board", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", + "website": "https://github.com/PribaNosati/mrm-board", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-board.git", + "dependencies": [ + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.11.zip", + "archiveFileName": "mrm_board-0.0.11.zip", + "size": 14998, + "checksum": "SHA-256:ad69df217d1b4d27a917372be4cd31d16288c8ed62aaa49bece988614f7899ab" + }, + { + "name": "mrm-can-bus", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-can-bus", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.0.zip", + "archiveFileName": "mrm_can_bus-0.0.0.zip", + "size": 4255, + "checksum": "SHA-256:9a3edc32d8a0a9d4e8d3c934eb76167030050b2dc4e2c7c4f097a272e020316b" + }, + { + "name": "mrm-can-bus", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-can-bus", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.2.zip", + "archiveFileName": "mrm_can_bus-0.0.2.zip", + "size": 4263, + "checksum": "SHA-256:b871378cebe22957f6db773204b13a477590adecbf50a978fc61b4836c1541da" + }, + { + "name": "mrm-can-bus", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/mrm-can-bus", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.3.zip", + "archiveFileName": "mrm_can_bus-0.0.3.zip", + "size": 4285, + "checksum": "SHA-256:ee570e7ffd43d4c015a5b159213b9731bcafd3b21d13ddf25dcb137ca639efc8" + }, + { + "name": "mrm-can-bus", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/mrm-can-bus", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.4.zip", + "archiveFileName": "mrm_can_bus-0.0.4.zip", + "size": 4390, + "checksum": "SHA-256:ef020a1ba57c016c7ef827a559f9bc534371075cca2ce6a7b8e9eff78b522551" + }, + { + "name": "mrm-can-bus", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", + "website": "https://github.com/PribaNosati/mrm-can-bus", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "dependencies": [ + { + "name": "mrm-common" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.5.zip", + "archiveFileName": "mrm_can_bus-0.0.5.zip", + "size": 4547, + "checksum": "SHA-256:8a7de013c60d610a3d4387fc7173d12475681577519b2dbc204c33e2e0f1c5d8" + }, + { + "name": "mrm-col-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-col-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_can-0.0.0.zip", + "archiveFileName": "mrm_col_can-0.0.0.zip", + "size": 6774, + "checksum": "SHA-256:d7381c757b9eff0f47406aa1463cf1786837469ba33b41fd4811c2da4294c5c8" + }, + { + "name": "mrm-col-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-col-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.2.zip", + "archiveFileName": "mrm_col_can-0.0.2.zip", + "size": 8803, + "checksum": "SHA-256:3593a12f1539aead796b2fe859d55a85ca3bfc8625aa61e98ef5e1954424d81b" + }, + { + "name": "mrm-col-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-col-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.4.zip", + "archiveFileName": "mrm_col_can-0.0.4.zip", + "size": 8803, + "checksum": "SHA-256:9f5dece440072d63a8528377956dca1a0f8c2a62865fb4d43d570ecf9a48ed34" + }, + { + "name": "mrm-col-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/mrm-col-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.5.zip", + "archiveFileName": "mrm_col_can-0.0.5.zip", + "size": 8794, + "checksum": "SHA-256:b7a414942a9c03ba0808aab3fd0d2317ea36a1f8318b412162ddc35f27b4e084" + }, + { + "name": "mrm-col-can", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/mrm-col-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.6.zip", + "archiveFileName": "mrm_col_can-0.0.6.zip", + "size": 8654, + "checksum": "SHA-256:1fab67caab17a6dfc3926ea6d4cc9bd6ab6962f96ac9ca4d829f41ca288e6c85" + }, + { + "name": "mrm-col-can", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/mrm-col-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.7.zip", + "archiveFileName": "mrm_col_can-0.0.7.zip", + "size": 8688, + "checksum": "SHA-256:e5e2890add6ac5ab12d105986083eb957460fb75063d2f7f1bc20563803c23d3" + }, + { + "name": "mrm-col-can", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 6-color sensor", + "website": "https://github.com/PribaNosati/mrm-col-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pribaNosati/mrm-col-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pribaNosati/mrm_col_can-0.0.8.zip", + "archiveFileName": "mrm_col_can-0.0.8.zip", + "size": 8721, + "checksum": "SHA-256:0f952b4f2952626b549692ffa3c885b8692729e33564e0065e574461900d2f50" + }, + { + "name": "mrm-ir-finder-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder_can-0.0.0.zip", + "archiveFileName": "mrm_ir_finder_can-0.0.0.zip", + "size": 4651, + "checksum": "SHA-256:aa63658d53e5bc6cb62fd41c3ec182cb90896cb6533c9081205c576521ec603b" + }, + { + "name": "mrm-ir-finder-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-ir-finder-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder_can-0.0.2.zip", + "archiveFileName": "mrm_ir_finder_can-0.0.2.zip", + "size": 4646, + "checksum": "SHA-256:a5607bb6fd8fcf7924cf612aed57dff8853916cba40bb75c632528ca16a9dea9" + }, + { + "name": "mrm-imu", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-imu", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-imu", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.0.zip", + "archiveFileName": "mrm_imu-0.0.0.zip", + "size": 65304, + "checksum": "SHA-256:41380ed8f2cc823bcafcd32e01b6db231784e79d04a5ddf54610e7909f93ec6d" + }, + { + "name": "mrm-imu", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for Bosch BNO055 IMU for MRMS", + "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-imu", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.2.zip", + "archiveFileName": "mrm_imu-0.0.2.zip", + "size": 65354, + "checksum": "SHA-256:a4303569510ce64e2e5ac21ca05769d0e07006a3f30f72ee596efdf34283a844" + }, + { + "name": "mrm-imu", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for Bosch BNO055 IMU for MRMS", + "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", + "website": "https://github.com/PribaNosati/mrm-imu", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.3.zip", + "archiveFileName": "mrm_imu-0.0.3.zip", + "size": 65344, + "checksum": "SHA-256:f02f4a81022b60443d0694ab87357e314ed75dc60d2bfe7777466579a38220d1" + }, + { + "name": "mrm-imu", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for Bosch BNO055 IMU for MRMS", + "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", + "website": "https://github.com/PribaNosati/mrm-imu", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.4.zip", + "archiveFileName": "mrm_imu-0.0.4.zip", + "size": 65353, + "checksum": "SHA-256:a2bf9c37cac3c2e8c5bde79d089b2d8e5edeeb7d6fe5031c05fc94d9a87422b6" + }, + { + "name": "mrm-imu", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for Bosch BNO055 IMU for MRMS", + "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", + "website": "https://github.com/PribaNosati/mrm-imu", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-imu.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.5.zip", + "archiveFileName": "mrm_imu-0.0.5.zip", + "size": 65375, + "checksum": "SHA-256:101e10b1874c84d54fb47773201413b4a16a0d8afcf574f77cd9c49e4d253973" + }, + { + "name": "mrm-ir-finder2", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder2-0.0.0.zip", + "archiveFileName": "mrm_ir_finder2-0.0.0.zip", + "size": 4209, + "checksum": "SHA-256:d23445ccc24794a92352525491cf32082777bb87ede2d5f05743afa5a8d2b4ec" + }, + { + "name": "mrm-ir-finder2", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/mrm-ir-finder2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder2-0.0.2.zip", + "archiveFileName": "mrm_ir_finder2-0.0.2.zip", + "size": 4200, + "checksum": "SHA-256:d5fe9258ccd1af152513781f3c32953cfdffab5d2604b45d481372e94eb91a51" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder3", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.0.zip", + "archiveFileName": "mrm_ir_finder3-0.0.0.zip", + "size": 7811, + "checksum": "SHA-256:143cb45da2d325b30d5846622a22b10842cb937fea91c0417c21a922ae9e9ca1" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder3", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.2.zip", + "archiveFileName": "mrm_ir_finder3-0.0.2.zip", + "size": 7863, + "checksum": "SHA-256:bb61a12696eb39c49df9bcb7c08110d4b11967ebf011e19e0b4fd3ebd458a0c8" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.3.zip", + "archiveFileName": "mrm_ir_finder3-0.0.3.zip", + "size": 7858, + "checksum": "SHA-256:153105d83d6cbc1798702e618f8a0fe543945ca156dc5ee6e6fd140a98a72f0f" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.4.zip", + "archiveFileName": "mrm_ir_finder3-0.0.4.zip", + "size": 7937, + "checksum": "SHA-256:29da179b78cfe6cc60ed4ce47c58f9cd5720f057e0b30e88a197309e03838b23" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.5.zip", + "archiveFileName": "mrm_ir_finder3-0.0.5.zip", + "size": 9583, + "checksum": "SHA-256:4a9a1364acf61ae892185ab9312fc931ae855ae32fcb891e66313da9eb113372" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.6.zip", + "archiveFileName": "mrm_ir_finder3-0.0.6.zip", + "size": 9586, + "checksum": "SHA-256:f6cc7f751c050f679f574231114f0ba4ca3e27a6f24b176efcfd281f9aaf9b9a" + }, + { + "name": "mrm-ir-finder3", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ir-finder3", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", + "website": "https://github.com/PribaNosati/mrm-ir-finder3", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.7.zip", + "archiveFileName": "mrm_ir_finder3-0.0.7.zip", + "size": 9619, + "checksum": "SHA-256:e18769ac20fccc665d9b2797fb6739e814a7288afa22266eb730719cbc258b45" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.0.zip", + "archiveFileName": "mrm_lid_can_b-0.0.0.zip", + "size": 6301, + "checksum": "SHA-256:c8e6f43b04c2efb7b920f84213993a9c0597d28609e4a5ee6cbf691d2ff4603c" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.2.zip", + "archiveFileName": "mrm_lid_can_b-0.0.2.zip", + "size": 6320, + "checksum": "SHA-256:40f57a484fbf32a9efa8d438e5c3ee0ab36ef5354784db36f5ecc0dce9d22fa9" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.3.zip", + "archiveFileName": "mrm_lid_can_b-0.0.3.zip", + "size": 6309, + "checksum": "SHA-256:3ebbd6e312b6bd24e329432a69939bf0f027abd3a6721e38d228c8c820039433" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.4.zip", + "archiveFileName": "mrm_lid_can_b-0.0.4.zip", + "size": 5630, + "checksum": "SHA-256:7ef50eb6b6c2779ab0550d35c39b5a8fede810ae63033ae4335dd62bf4776dac" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.5.zip", + "archiveFileName": "mrm_lid_can_b-0.0.5.zip", + "size": 5744, + "checksum": "SHA-256:c9dff1442cef2a7481114622a69f380ef430ebff0385b0cfe232116d995a2c20" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.6.zip", + "archiveFileName": "mrm_lid_can_b-0.0.6.zip", + "size": 6716, + "checksum": "SHA-256:fd4b3578d8a5efc3c5be8faa197be273171ae9b7319d4b50c9422d8e26381184" + }, + { + "name": "mrm-lid-can-b", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.7.zip", + "archiveFileName": "mrm_lid_can_b-0.0.7.zip", + "size": 7090, + "checksum": "SHA-256:05bb28194b9f1087e9b73e6e4624da941d02310bfb93f571bf3f4f71038f9c04" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.0.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.0.zip", + "size": 7496, + "checksum": "SHA-256:25f0e6f7f5c08fe8156c30aa209230ca0990f8442a25097a770988990b74fdb2" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.2.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.2.zip", + "size": 7517, + "checksum": "SHA-256:7f996edfc100b5802f1116dbe6985d71825d1c976218375a8c4d7df5682c9ca0" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.4.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.4.zip", + "size": 7505, + "checksum": "SHA-256:8f252b02271f205e10d3cbd976cdf7fb4cef6be20c755430886d968b06a126ac" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.5.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.5.zip", + "size": 6796, + "checksum": "SHA-256:9507bce6ce7d23b4f48df2375ddfbd419ad5fec5d131b842caa0e9a5c954d8dc" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.6.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.6.zip", + "size": 6873, + "checksum": "SHA-256:28d2e9e5c402c6cd903459fdb0e283aee5b914e0d471ad57eeeff4156eaea49d" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.7.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.7.zip", + "size": 7630, + "checksum": "SHA-256:645f9d527c165c9969edfe2f323d9a3bb5b5ee738753c82956c9af1c5601079e" + }, + { + "name": "mrm-lid-can-b2", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-can-b2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.8.zip", + "archiveFileName": "mrm_lid_can_b2-0.0.8.zip", + "size": 7859, + "checksum": "SHA-256:1c43ef9096ca68d5d804d5aba5176af8c4e037d10ef8be83b447bd7ea6c5ab10" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.0.zip", + "archiveFileName": "mrm_mot2x50-0.0.0.zip", + "size": 3496, + "checksum": "SHA-256:3f47a9219fdd3ca7a623d0f8e4963c97928e7b0f8e28f1d6667b8c35961bd184" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 2x50A BDC motor controller.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.2.zip", + "archiveFileName": "mrm_mot2x50-0.0.2.zip", + "size": 3519, + "checksum": "SHA-256:bb1b04d397ab4fb845eca73d2265433c2193205b0343276faf8d32fca5b00a09" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 2x50A BDC motor controller.", + "website": "https://github.com/PribaNosati/mrm-mot2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.3.zip", + "archiveFileName": "mrm_mot2x50-0.0.3.zip", + "size": 3510, + "checksum": "SHA-256:592a2925cc3de8f06477aedec22a19a2410428fd472b7dd7b10ca7945da22fec" + }, + { + "name": "mrm-mot2x50", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot2x50", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 2x50A BDC motor controller.", + "website": "https://github.com/PribaNosati/mrm-mot2x50", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.4.zip", + "archiveFileName": "mrm_mot2x50-0.0.4.zip", + "size": 3854, + "checksum": "SHA-256:6a01fe79325472f692c5e26179aa3c5b300fbb55078886ddb02ab94a85861c22" + }, + { + "name": "mrm-lid2", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid1", + "paragraph": "I2C functions for control of STM VL53L1X", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.0.zip", + "archiveFileName": "mrm_lid2-0.0.0.zip", + "size": 617465, + "checksum": "SHA-256:24266df2ed4e572fafde5555fc388483df70341473b1a605f4a80e5bc8a4fb32" + }, + { + "name": "mrm-lid2", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid2", + "paragraph": "I2C functions for control of STM VL53L1X board", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.2.zip", + "archiveFileName": "mrm_lid2-0.0.2.zip", + "size": 1208957, + "checksum": "SHA-256:90b81d8bcf45a5d7b60366c0a111142f5808c9731b2c8842cd09a2c46dfe2c0c" + }, + { + "name": "mrm-lid2", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid2", + "paragraph": "I2C functions for control of STM VL53L1X board", + "website": "https://github.com/PribaNosati/mrm-lid2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.3.zip", + "archiveFileName": "mrm_lid2-0.0.3.zip", + "size": 1208948, + "checksum": "SHA-256:24347381046088532a8f8688ce624cfe3af99b7f4bc6c3de3141835aaacc8e27" + }, + { + "name": "mrm-lid1", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid1", + "paragraph": "I2C functions for control of STM VL53L0X", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.0.zip", + "archiveFileName": "mrm_lid1-0.0.0.zip", + "size": 1456188, + "checksum": "SHA-256:ebdfbcae799d0db0f9f61f14d8672784b45284af2779183644b8687efdedba98" + }, + { + "name": "mrm-lid1", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid1 board", + "paragraph": "I2C functions for control of STM VL53L0X", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.2.zip", + "archiveFileName": "mrm_lid1-0.0.2.zip", + "size": 2825229, + "checksum": "SHA-256:ef0746ef52bce7e60498034d32734033f4e29bb1d61b13fa78cfda61d5ca84ae" + }, + { + "name": "mrm-lid1", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-lid1 board", + "paragraph": "I2C functions for control of STM VL53L0X", + "website": "https://github.com/PribaNosati/mrm-lid1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-lid1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.3.zip", + "archiveFileName": "mrm_lid1-0.0.3.zip", + "size": 2825219, + "checksum": "SHA-256:52ff7ff242ac35d441c05e51d0b14da4ee8c1d9ff366e34a8714045e798bb136" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x10", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.0.zip", + "archiveFileName": "mrm_mot4x10-0.0.0.zip", + "size": 3544, + "checksum": "SHA-256:e26756327c49f9baf3fcc2b63b84dc6e0ad4bfad98c14ef0b1b1854828e25fca" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x10A BDC motor controller", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x10", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.2.zip", + "archiveFileName": "mrm_mot4x10-0.0.2.zip", + "size": 3566, + "checksum": "SHA-256:f7b727f68a8ffe8331fcecbd50e4104dac3a081bd65445f55b39888b391dbc1f" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x10A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x10", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.3.zip", + "archiveFileName": "mrm_mot4x10-0.0.3.zip", + "size": 3556, + "checksum": "SHA-256:9995a9dc54d5b2f32b38d41e7b4fd93bb9ac804dd036c85334d7b5e6b0620652" + }, + { + "name": "mrm-mot4x10", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x10", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x10A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x10", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.4.zip", + "archiveFileName": "mrm_mot4x10-0.0.4.zip", + "size": 3900, + "checksum": "SHA-256:7674a3ec1307f465ef20618164ae69510b29a97639886966deceb9105b9b2e4a" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.0.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.0.zip", + "size": 3661, + "checksum": "SHA-256:b6add338d3f5cad566908714b4fcb122c2a84ecfaa31ff0de3125728b6e36c5f" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x3.6A BDC motor controller", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.2.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.2.zip", + "size": 3685, + "checksum": "SHA-256:6f8962532ebf07fbe4ce75921e87ade063b9f7b7565693c78110f9be0caa97d6" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x3.6A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.3.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.3.zip", + "size": 3675, + "checksum": "SHA-256:1227dabd066666467b67e894666bed04e12fa98dc0b0df1be8c799498bff7245" + }, + { + "name": "mrm-mot4x3.6can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x3.6A BDC motor controller", + "website": "https://github.com/PribaNosati/mrm-mot4x3.6can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.4.zip", + "archiveFileName": "mrm_mot4x3_6can-0.0.4.zip", + "size": 4004, + "checksum": "SHA-256:e8ce090823dbb7f861c85ea189ca4f15640733a89ce791422649770d52c94b8b" + }, + { + "name": "mrm-node", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-node", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.0.zip", + "archiveFileName": "mrm_node-0.0.0.zip", + "size": 4979, + "checksum": "SHA-256:2333b8735dfa7cf549186c0d8b61c7f18e38081d5223b8c38241082350cda690" + }, + { + "name": "mrm-node", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-node", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.2.zip", + "archiveFileName": "mrm_node-0.0.2.zip", + "size": 5016, + "checksum": "SHA-256:58e061f250d950519737e32feae4070f4ccce3ab384f80e62f0657c60301b8d8" + }, + { + "name": "mrm-node", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/mrm-node", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.3.zip", + "archiveFileName": "mrm_node-0.0.3.zip", + "size": 5006, + "checksum": "SHA-256:dcdac6dcd496c7eee426590f82bc03557c48350248dd4484700953a38ea61aed" + }, + { + "name": "mrm-node", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/mrm-node", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.4.zip", + "archiveFileName": "mrm_node-0.0.4.zip", + "size": 4521, + "checksum": "SHA-256:a2f025b09cd55b87413c1b84e060d3e3cf316f15b30aa9a02c52063929ba91f8" + }, + { + "name": "mrm-node", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-node", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", + "website": "https://github.com/PribaNosati/mrm-node", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-node.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.5.zip", + "archiveFileName": "mrm_node-0.0.5.zip", + "size": 4534, + "checksum": "SHA-256:f74760cc369a142f0031642824f7ac7836894547c839cc3da243ed931b47ddb1" + }, + { + "name": "mrm-pid", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-pid", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-pid", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-pid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.0.zip", + "archiveFileName": "mrm_pid-0.0.0.zip", + "size": 2990, + "checksum": "SHA-256:24253210e0ebdfb18999e766c40f66534d76b09e5d9c73d449581bf0c47c365d" + }, + { + "name": "mrm-pid", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for a very simple PID", + "paragraph": "Library for a very simple PID controller used in MRMS system.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-pid", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-pid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.2.zip", + "archiveFileName": "mrm_pid-0.0.2.zip", + "size": 2983, + "checksum": "SHA-256:7b502f7019a8b714ba45c4ea38214d429a65cb0f3beac1a6fe78c49c27a50f16" + }, + { + "name": "mrm-pid", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for a very simple PID", + "paragraph": "Library for a very simple PID controller used in MRMS system.", + "website": "https://github.com/PribaNosati/mrm-pid", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-pid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.3.zip", + "archiveFileName": "mrm_pid-0.0.3.zip", + "size": 3003, + "checksum": "SHA-256:bd43a3a8a2ebf1be80888d5fa72da805b43a89da4e48dfde6cb682e5f00b54eb" + }, + { + "name": "mrm-pid", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for a very simple PID", + "paragraph": "Library for a very simple PID controller used in MRMS system.", + "website": "https://github.com/PribaNosati/mrm-pid", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-pid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.4.zip", + "archiveFileName": "mrm_pid-0.0.4.zip", + "size": 3100, + "checksum": "SHA-256:d2ed1aa4f46eb5cb573f811b2882980c9dfd5af25561ceaeb2ed5a28cf1817be" + }, + { + "name": "mrm-ref-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.0.zip", + "archiveFileName": "mrm_ref_can-0.0.0.zip", + "size": 9204, + "checksum": "SHA-256:6d94cf65928c1c1269f19cedaa4439905d2b96a6893dc6b18bfbf0e6b164067d" + }, + { + "name": "mrm-ref-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.2.zip", + "archiveFileName": "mrm_ref_can-0.0.2.zip", + "size": 9188, + "checksum": "SHA-256:3c1f4a4aceeb8031ea1605362731d87c057284974214908e78f03d6bc68c7afd" + }, + { + "name": "mrm-ref-can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.3.zip", + "archiveFileName": "mrm_ref_can-0.0.3.zip", + "size": 8509, + "checksum": "SHA-256:e313977ab36f0e8396c50c55eb6d8eafe9602415710af88fc43986e6f0bcbb0c" + }, + { + "name": "mrm-ref-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.4.zip", + "archiveFileName": "mrm_ref_can-0.0.4.zip", + "size": 8684, + "checksum": "SHA-256:2bbd4633f3debbb109d6315434f352155fe9c937180d06ddab211358909cdc13" + }, + { + "name": "mrm-ref-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.5.zip", + "archiveFileName": "mrm_ref_can-0.0.5.zip", + "size": 8697, + "checksum": "SHA-256:a517bb858b96feff6d4ce83a0c556232d305c6d9c2af827ada01ed378d22012b" + }, + { + "name": "mrm-ref-can", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.6.zip", + "archiveFileName": "mrm_ref_can-0.0.6.zip", + "size": 8889, + "checksum": "SHA-256:b876136ac30ef90389b32118cae0adc06435f818b95c6388101a4bdce8c40715" + }, + { + "name": "mrm-ref-can", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.7.zip", + "archiveFileName": "mrm_ref_can-0.0.7.zip", + "size": 8889, + "checksum": "SHA-256:f60d202e8e1bc4fe3c005099d688a8869a2aa3c1dcda5d882abaedd1fe914f9b" + }, + { + "name": "mrm-ref-can", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-ref-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", + "website": "https://github.com/PribaNosati/mrm-ref-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.8.zip", + "archiveFileName": "mrm_ref_can-0.0.8.zip", + "size": 9118, + "checksum": "SHA-256:72073ef2fa42a2a5e7383b9e1d973351953c083932356bc6750e935670801690" + }, + { + "name": "mrm-robot", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-robot", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.0.zip", + "archiveFileName": "mrm_robot-0.0.0.zip", + "size": 51558, + "checksum": "SHA-256:5ec5bbe47f183f65ffe39ea051fb1542f8774db2b8b7053649b9dad16791f026" + }, + { + "name": "mrm-robot", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.2.zip", + "archiveFileName": "mrm_robot-0.0.2.zip", + "size": 18060, + "checksum": "SHA-256:d08cde2b8f59f5c380bb92425b97fd09987df5810ce2a0c43702651841eeaef1" + }, + { + "name": "mrm-robot", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.3.zip", + "archiveFileName": "mrm_robot-0.0.3.zip", + "size": 18064, + "checksum": "SHA-256:16076b1d9ed1fa3e40818f4f36acfd5eff52d8935a549a1a28504d7937aa1d5e" + }, + { + "name": "mrm-robot", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.4.zip", + "archiveFileName": "mrm_robot-0.0.4.zip", + "size": 18082, + "checksum": "SHA-256:dcef0307d0683edcfcc42f39656e65357cf4da09790920df465acdfd0f9e4b3c" + }, + { + "name": "mrm-robot", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.5.zip", + "archiveFileName": "mrm_robot-0.0.5.zip", + "size": 18090, + "checksum": "SHA-256:d925d7ae9d1601ff0a9eb17c079e13ef519244552dcf4e3408b72a06cdf2797f" + }, + { + "name": "mrm-robot", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.6.zip", + "archiveFileName": "mrm_robot-0.0.6.zip", + "size": 19740, + "checksum": "SHA-256:b94368277c6a20e703cfe7a60c0e340839e25684f8102915b9f4d8ace78ab25c" + }, + { + "name": "mrm-robot", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-action" + }, + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder2" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch.h" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.7.zip", + "archiveFileName": "mrm_robot-0.0.7.zip", + "size": 19746, + "checksum": "SHA-256:e3ea8651da7ce508279d5ada50e733461a487c7435e11a2587744729c95db21d" + }, + { + "name": "mrm-robot", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.8.zip", + "archiveFileName": "mrm_robot-0.0.8.zip", + "size": 20216, + "checksum": "SHA-256:8559031a1a36ecf82cb5e35704071e0498e63916dc02c7917a4cd06ed0355d49" + }, + { + "name": "mrm-robot", + "version": "0.0.10", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.10.zip", + "archiveFileName": "mrm_robot-0.0.10.zip", + "size": 20163, + "checksum": "SHA-256:d44ba4cb7835a5ed07ac3f95c035c38243a04514a208760946add3498938059e" + }, + { + "name": "mrm-robot", + "version": "0.0.12", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.12.zip", + "archiveFileName": "mrm_robot-0.0.12.zip", + "size": 20465, + "checksum": "SHA-256:086d0c8f55ee23f502da932a8bd88400a1730f0155a66ab89779a310c4311f8b" + }, + { + "name": "mrm-robot", + "version": "0.0.9", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.9.zip", + "archiveFileName": "mrm_robot-0.0.9.zip", + "size": 20140, + "checksum": "SHA-256:da368aacf698f3fe352fa485fb376fb08e5eb8ba325be59a507cdfe5966bedd4" + }, + { + "name": "mrm-robot", + "version": "0.0.13", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.13.zip", + "archiveFileName": "mrm_robot-0.0.13.zip", + "size": 20461, + "checksum": "SHA-256:a7a4e23e97079b76a72d3ca4c01b349017674f95a2a7335531f6b710b3cdaacb" + }, + { + "name": "mrm-robot", + "version": "0.0.14", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.14.zip", + "archiveFileName": "mrm_robot-0.0.14.zip", + "size": 20356, + "checksum": "SHA-256:a5e185d068ab8fb9c8a84bbcfa5fd33f7b288d0a76ea9401f955590cc0117c1e" + }, + { + "name": "mrm-robot", + "version": "0.0.15", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.15.zip", + "archiveFileName": "mrm_robot-0.0.15.zip", + "size": 20360, + "checksum": "SHA-256:988998801c343e39bcb8e3a347dc9f5576295ed8ccf2a721eaad3158c199c251" + }, + { + "name": "mrm-robot", + "version": "0.0.16", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.16.zip", + "archiveFileName": "mrm_robot-0.0.16.zip", + "size": 20786, + "checksum": "SHA-256:9e4b7dcc4aafa525037ff287e7f418eb1d5b7dbef35450c149f8daa0c901e9e4" + }, + { + "name": "mrm-robot", + "version": "0.0.17", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.17.zip", + "archiveFileName": "mrm_robot-0.0.17.zip", + "size": 21227, + "checksum": "SHA-256:841776147368013b7cdb19bcda0b85795ccfe29562d1b034b682e6c9dc7ff4d7" + }, + { + "name": "mrm-robot", + "version": "0.0.18", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.18.zip", + "archiveFileName": "mrm_robot-0.0.18.zip", + "size": 21407, + "checksum": "SHA-256:b2c2afb44dc922354fd9bf6077e7862dd17500208972707f7098f37134ad2838" + }, + { + "name": "mrm-robot", + "version": "0.0.19", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.19.zip", + "archiveFileName": "mrm_robot-0.0.19.zip", + "size": 22002, + "checksum": "SHA-256:b1972a3d39fac63cd43701aa15ae5d0fc7e3710292774feb6555e82297fb9638" + }, + { + "name": "mrm-robot", + "version": "0.0.20", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.20.zip", + "archiveFileName": "mrm_robot-0.0.20.zip", + "size": 22472, + "checksum": "SHA-256:a99df37fd7db1d67775097af86a98ab2f9b1a83763d11331ff35f6d2e2327a1f" + }, + { + "name": "mrm-robot", + "version": "0.0.21", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for a base class for used-defined robots.", + "paragraph": "CAN Bus library for a base class for used-defined robots.", + "website": "https://github.com/PribaNosati/mrm-robot", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-robot.git", + "dependencies": [ + { + "name": "mrm-8x8a" + }, + { + "name": "mrm-bldc2x50" + }, + { + "name": "mrm-bldc4x2.5" + }, + { + "name": "mrm-board" + }, + { + "name": "mrm-can-bus" + }, + { + "name": "mrm-col-b" + }, + { + "name": "mrm-col-can" + }, + { + "name": "mrm-common" + }, + { + "name": "mrm-fet-can" + }, + { + "name": "mrm-imu" + }, + { + "name": "mrm-ir-finder3" + }, + { + "name": "mrm-lid-can-b" + }, + { + "name": "mrm-lid-can-b2" + }, + { + "name": "mrm-mot2x50" + }, + { + "name": "mrm-mot4x10" + }, + { + "name": "mrm-mot4x3.6can" + }, + { + "name": "mrm-node" + }, + { + "name": "mrm-pid" + }, + { + "name": "mrm-ref-can" + }, + { + "name": "mrm-servo" + }, + { + "name": "mrm-switch" + }, + { + "name": "mrm-therm-b-can" + }, + { + "name": "mrm-us-b" + }, + { + "name": "mrm-us1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.21.zip", + "archiveFileName": "mrm_robot-0.0.21.zip", + "size": 22525, + "checksum": "SHA-256:ac68c128eb4e0c1ce25f4cde5db7fcf65444637d1238042d8988ba49084d8db1" + }, + { + "name": "mrm-servo", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-servo", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.0.zip", + "archiveFileName": "mrm_servo-0.0.0.zip", + "size": 4953, + "checksum": "SHA-256:c90ff8e2c27194dc11ecacee93c8a3407548d12a92c2a482ab61bcde31ec6edf" + }, + { + "name": "mrm-servo", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-servo", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.1.zip", + "archiveFileName": "mrm_servo-0.0.1.zip", + "size": 4975, + "checksum": "SHA-256:6d6067a6c6ba75a96bdb2b4fda9a57b1041f6e3bc5d749c253cade8464ab3a57" + }, + { + "name": "mrm-servo", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.2.zip", + "archiveFileName": "mrm_servo-0.0.2.zip", + "size": 4978, + "checksum": "SHA-256:12b99bfe18b0dae03f6ee637a2ff320b5ad4e87a92cc7d6b4d03e109cf57e2f3" + }, + { + "name": "mrm-servo", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.4.zip", + "archiveFileName": "mrm_servo-0.0.4.zip", + "size": 4970, + "checksum": "SHA-256:6c607a49154a0f98e2955eed8a875c7483825af7f16d4c80685b069010c5217e" + }, + { + "name": "mrm-servo", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.5.zip", + "archiveFileName": "mrm_servo-0.0.5.zip", + "size": 5072, + "checksum": "SHA-256:64bf16329278a4cca5eca1790ff6c27fce15e5755dabbd348bb1be25d92056c7" + }, + { + "name": "mrm-servo", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.6.zip", + "archiveFileName": "mrm_servo-0.0.6.zip", + "size": 5079, + "checksum": "SHA-256:e7cfea533c4c5e2631452388b2333af07d72551cfb7b544898420f4a61c3743b" + }, + { + "name": "mrm-servo", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.7.zip", + "archiveFileName": "mrm_servo-0.0.7.zip", + "size": 5493, + "checksum": "SHA-256:8e1f73a89f0d13d0b60aebc6181a327de21f3c096cbae584fe79d996bf8b2103" + }, + { + "name": "mrm-servo", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-servo", + "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", + "website": "https://github.com/PribaNosati/mrm-servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.8.zip", + "archiveFileName": "mrm_servo-0.0.8.zip", + "size": 5503, + "checksum": "SHA-256:698a2f3f7c207a5302c696ecb5f86293e8f99b0338de191c826e6b441b5bf118" + }, + { + "name": "mrm-switch", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-switch", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-switch", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.0.zip", + "archiveFileName": "mrm_switch-0.0.0.zip", + "size": 3044, + "checksum": "SHA-256:0257aa0a70bee517bef29a5efae84d9952a49dd6ab69806959297a63c6472210" + }, + { + "name": "mrm-switch", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-switch", + "paragraph": "Library for MRMS mrm-switch, simple breakout with 2 push button switches.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-switch", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.2.zip", + "archiveFileName": "mrm_switch-0.0.2.zip", + "size": 3043, + "checksum": "SHA-256:63e56bc62fcdeb6087d1dbd2be3d3991fa48b89be6273a2de7c11c537725fbd9" + }, + { + "name": "mrm-switch", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-switch", + "paragraph": "Library for MRMS mrm-switch, simple breakout with 2 push button switches.", + "website": "https://github.com/PribaNosati/mrm-switch", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.3.zip", + "archiveFileName": "mrm_switch-0.0.3.zip", + "size": 3034, + "checksum": "SHA-256:6acb5333db559d2556391a042173178b08a1af85710b7f72ae8ed885df8014a1" + }, + { + "name": "mrm-switch", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Library for MRMS mrm-switch", + "paragraph": "Library for MRMS mrm-switch, simple breakout with 2 push button switches.", + "website": "https://github.com/PribaNosati/mrm-switch", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.4.zip", + "archiveFileName": "mrm_switch-0.0.4.zip", + "size": 3048, + "checksum": "SHA-256:0c52040ee642e96dfe00acc275d93f77524a70c8622072209b3003f44a98acf5" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-therm-b-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.0.zip", + "archiveFileName": "mrm_therm_b_can-0.0.0.zip", + "size": 5540, + "checksum": "SHA-256:560bd2c83c84171bab4e911b325b60799e0c38c41924e5e7b470d1a2fdbda7ad" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-therm-b-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.2.zip", + "archiveFileName": "mrm_therm_b_can-0.0.2.zip", + "size": 5565, + "checksum": "SHA-256:55ee900882dea52e2c3ffddf863203d1d2d8a5e8a91d07708bf52743f46fc4b4" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/mrm-therm-b-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.3.zip", + "archiveFileName": "mrm_therm_b_can-0.0.3.zip", + "size": 5549, + "checksum": "SHA-256:fdba809ca99407e02e20164add20494c0f9e3cf8bee8412b265cfb489c23d198" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/mrm-therm-b-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.4.zip", + "archiveFileName": "mrm_therm_b_can-0.0.4.zip", + "size": 5029, + "checksum": "SHA-256:a11b6641f898bc1bfd40e687791538bce887fc4497ef36daa823d1ea40a053d0" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/mrm-therm-b-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.5.zip", + "archiveFileName": "mrm_therm_b_can-0.0.5.zip", + "size": 5039, + "checksum": "SHA-256:9c0ec196b1d076922c55e8caf09862a24beaed3423eae0d6d8ecce4c42ebe00d" + }, + { + "name": "mrm-therm-b-can", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", + "website": "https://github.com/PribaNosati/mrm-therm-b-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.6.zip", + "archiveFileName": "mrm_therm_b_can-0.0.6.zip", + "size": 5076, + "checksum": "SHA-256:bba378d86014e97b1664d0555eb6604bf9298878f0b1586726d437ef2b1230d2" + }, + { + "name": "TelemetryJet", + "version": "0.1.0", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "Lightweight communication library for hardware telemetry data.", + "paragraph": "Handles bidirectional communication and state management for data points. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/tjet-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.1.0.zip", + "archiveFileName": "TelemetryJet-0.1.0.zip", + "size": 14144, + "checksum": "SHA-256:a9e120719d7dc27e678192ab83ed0ffa1a9b05da2cfde124f98e6821502f482d" + }, + { + "name": "TelemetryJet", + "version": "0.1.1", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "Lightweight communication library for hardware telemetry data.", + "paragraph": "Handles bidirectional communication and state management for data points. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/telemetryjet-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.1.1.zip", + "archiveFileName": "TelemetryJet-0.1.1.zip", + "size": 95935, + "checksum": "SHA-256:db73a126b6c2e57e8f7d4d0a1d739c47a1bc89eb026c64c77f7ef248b7719490" + }, + { + "name": "TelemetryJet", + "version": "0.1.2", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "A lightweight telemetry protocol for hardware sensor data.", + "paragraph": "Provides a high-level API for sending and receiving data points over a serial connection. Uses an efficient MessagePack-based protocol with packet framing, error detection, and more. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/telemetryjet-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.1.2.zip", + "archiveFileName": "TelemetryJet-0.1.2.zip", + "size": 105371, + "checksum": "SHA-256:27b670b18f87ce08ca54e13af9974e3bd22a6f16d1624a0f64876f4303d1e6b8" + }, + { + "name": "TelemetryJet", + "version": "0.2.0", + "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", + "sentence": "A lightweight telemetry protocol for hardware sensor data.", + "paragraph": "Provides a high-level API for sending and receiving data points over a serial connection. Uses an efficient MessagePack-based protocol with packet framing, error detection, and more. Part of the TelemetryJet platform.", + "website": "https://github.com/telemetryjet/telemetryjet-arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.2.0.zip", + "archiveFileName": "TelemetryJet-0.2.0.zip", + "size": 102521, + "checksum": "SHA-256:7309a0682449a8351e319cc2807fe61edd1eb8b4a58b1d9a4a364f423679024b" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.1.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": [ + "SomfyRemot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.1.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.1.0.zip", + "size": 12116, + "checksum": "SHA-256:0a97fa18833a98eda0d0342a7de1c912658028ea7a6f0cd221f2d309754f1a5b" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.2.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": [ + "SomfyRemot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.2.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.2.0.zip", + "size": 12620, + "checksum": "SHA-256:0222975941eef50f8f5556197954e003d6622a857de89189c0646b7d96298a7b" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.2.1", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": [ + "SomfyRemot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.2.1.zip", + "archiveFileName": "Somfy_Remote_Lib-0.2.1.zip", + "size": 12834, + "checksum": "SHA-256:eb3a69b78cf7ec25f827f14c86e75aece5d7c9ad5af9b5055232134380289cd0" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.3.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": [ + "SomfyRemot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.3.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.3.0.zip", + "size": 12965, + "checksum": "SHA-256:8ffd1b1e78b4b6339bcc502d5d413f2934eea84687229f54548ec6067b66c035" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.4.0", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": [ + "SomfyRemot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.4.0.zip", + "archiveFileName": "Somfy_Remote_Lib-0.4.0.zip", + "size": 15206, + "checksum": "SHA-256:4dad912f416179c1e1354f8eda04c859e57ed8cb4e28047f2901daa6c44b2708" + }, + { + "name": "Somfy_Remote_Lib", + "version": "0.4.1", + "author": "Leon Kiefer", + "maintainer": "Leon Kiefer", + "sentence": "Control Somfy RTS devices", + "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", + "website": "https://github.com/Legion2/Somfy_Remote_Lib", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "providesIncludes": [ + "SomfyRemote.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.4.1.zip", + "archiveFileName": "Somfy_Remote_Lib-0.4.1.zip", + "size": 15207, + "checksum": "SHA-256:42be4f8ba54ead508aece24ff91d771a8ef90574984201197a91fa0490e25d41" + }, + { + "name": "Adafruit LTR390 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LTR390.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR390_Library-1.0.0.zip", + "archiveFileName": "Adafruit_LTR390_Library-1.0.0.zip", + "size": 7254, + "checksum": "SHA-256:aa830ab8a1ecca8d98ef36d822fcdf749c353933692e4b871f3871bb7907c63e" + }, + { + "name": "Adafruit LTR390 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LTR390.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR390_Library-1.0.1.zip", + "archiveFileName": "Adafruit_LTR390_Library-1.0.1.zip", + "size": 1635472, + "checksum": "SHA-256:7b64a2053d8cdcac43eaedfb107a50bf1e8b33283a56f428c49743ca1d25929e" + }, + { + "name": "Adafruit LTR390 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LTR390.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR390_Library-1.1.0.zip", + "archiveFileName": "Adafruit_LTR390_Library-1.1.0.zip", + "size": 1635584, + "checksum": "SHA-256:3dfe95f896244b2d3ce21b5e522894a30aade0ecb374414715d790e122082aab" + }, + { + "name": "Adafruit LTR390 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR390 UV sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_LTR390.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR390_Library-1.1.2.zip", + "archiveFileName": "Adafruit_LTR390_Library-1.1.2.zip", + "size": 1635584, + "checksum": "SHA-256:bad7a5f094ecccc4fc31c6b085206588582f30d58ae4a59db8d4c29f259bcf0e" + }, + { + "name": "EasyStringStream", + "version": "1.0.0", + "author": "morsisko", + "maintainer": "morsisko", + "sentence": "A library for string creation without std:: overhead", + "paragraph": "It allows you to create strings using the c++ stream operator (\u003c\u003c)", + "website": "https://github.com/morsisko/EasyStringStream", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morsisko/EasyStringStream.git", + "providesIncludes": [ + "EasyStringStream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/morsisko/EasyStringStream-1.0.0.zip", + "archiveFileName": "EasyStringStream-1.0.0.zip", + "size": 7024, + "checksum": "SHA-256:c970f85b92f637f77d672e69cb36f38f1f1299c9f7cb75509860c85508d7c6e5" + }, + { + "name": "EasyStringStream", + "version": "1.0.1", + "author": "morsisko", + "maintainer": "morsisko", + "sentence": "A library for string creation without std:: overhead", + "paragraph": "It allows you to create strings using the c++ stream operator (\u003c\u003c)", + "website": "https://github.com/morsisko/EasyStringStream", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morsisko/EasyStringStream.git", + "providesIncludes": [ + "EasyStringStream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/morsisko/EasyStringStream-1.0.1.zip", + "archiveFileName": "EasyStringStream-1.0.1.zip", + "size": 7058, + "checksum": "SHA-256:cf2ce1f148a70c9f34636d27d1459dea01bb13fcd9d723fc5da9896a7a80ac51" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.0.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.0.0.zip", + "size": 21106, + "checksum": "SHA-256:888cddb7e34ae857b25b8bc66d664873e0cdb584bb5d2dc6687aafcfc73c12d4" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.1.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.1.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.1.0.zip", + "size": 21112, + "checksum": "SHA-256:dfb42a6130c1e01731373bb540342e0b002670da9b295627a7003096aa02afba" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.2.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.2.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.2.0.zip", + "size": 21146, + "checksum": "SHA-256:0c24f6eb1056ac12584659ede4d974da1373615d8e0d77b3bd0b625b9ca8d930" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.3.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.3.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.3.0.zip", + "size": 21148, + "checksum": "SHA-256:d56192401b2f3d188305cde7d7a672e42bf32a6863b987bfafd25d6082bce7f1" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.4.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.4.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.4.0.zip", + "size": 21300, + "checksum": "SHA-256:306e2f92f46f2ab0c5f8cb96a76951f8b0ffd1f520c470403e99bbd545854a9e" + }, + { + "name": "Telemetrix4Esp8266", + "version": "1.5.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.5.0.zip", + "archiveFileName": "Telemetrix4Esp8266-1.5.0.zip", + "size": 21290, + "checksum": "SHA-256:7e8695b2258eebdec4de54f4c3126b03ac612e2037498f084f69d92dd44b44af" + }, + { + "name": "Telemetrix4Esp8266", + "version": "2.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-2.0.0.zip", + "archiveFileName": "Telemetrix4Esp8266-2.0.0.zip", + "size": 21313, + "checksum": "SHA-256:f394b57e452d2b9851a8710787bcd59d6bd6c8f6f52cfb2cef6303dd69785137" + }, + { + "name": "Telemetrix4Esp8266", + "version": "3.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-3.0.0.zip", + "archiveFileName": "Telemetrix4Esp8266-3.0.0.zip", + "size": 22405, + "checksum": "SHA-256:35220b9c3f1cbd43b4cfabee6f8475c77f84ab4ee055899f09e90f77fe1b6ee5" + }, + { + "name": "Telemetrix4Esp8266", + "version": "3.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-3.0.1.zip", + "archiveFileName": "Telemetrix4Esp8266-3.0.1.zip", + "size": 22410, + "checksum": "SHA-256:c513d5e024eda0d9ff0b8ca405b70765d505b4238996f2641cb62c36f310bcbf" + }, + { + "name": "Telemetrix4Esp8266", + "version": "4.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-4.0.0.zip", + "archiveFileName": "Telemetrix4Esp8266-4.0.0.zip", + "size": 25103, + "checksum": "SHA-256:11b8f45a8dc363604f30b100e5270eb7ff59a258106af316722925e087cc01d1" + }, + { + "name": "Telemetrix4Esp8266", + "version": "4.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-4.0.2.zip", + "archiveFileName": "Telemetrix4Esp8266-4.0.2.zip", + "size": 25121, + "checksum": "SHA-256:116860aba353997b9f34fe173f82dfeefd2e86ce4d52938b6fe143d5b91ddb98" + }, + { + "name": "Telemetrix4Esp8266", + "version": "5.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-5.0.0.zip", + "archiveFileName": "Telemetrix4Esp8266-5.0.0.zip", + "size": 25130, + "checksum": "SHA-256:de30e075ac2a6194196c8ccf77edf3b3589688f2d4b3e4d945599be0335b45ad" + }, + { + "name": "Telemetrix4Esp8266", + "version": "5.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-5.0.1.zip", + "archiveFileName": "Telemetrix4Esp8266-5.0.1.zip", + "size": 25130, + "checksum": "SHA-256:e35581b694c77117caf1b7782351e565d035fa1de6122230feeb234b0fb6666a" + }, + { + "name": "Telemetrix4Esp8266", + "version": "5.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-5.0.2.zip", + "archiveFileName": "Telemetrix4Esp8266-5.0.2.zip", + "size": 25131, + "checksum": "SHA-256:40e49cc1460c650ff9d6896a741d940ce8ab9cb23e62c53e5f2610b2f2c49df1" + }, + { + "name": "Telemetrix4Esp8266", + "version": "5.1.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-5.1.0.zip", + "archiveFileName": "Telemetrix4Esp8266-5.1.0.zip", + "size": 25228, + "checksum": "SHA-256:326aa2de53cbb7ee15045305d3d82c7d3824b7158a3ded1f23c212bc675b7157" + }, + { + "name": "Telemetrix4Esp8266", + "version": "5.2.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-8266 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-5.2.0.zip", + "archiveFileName": "Telemetrix4Esp8266-5.2.0.zip", + "size": 25569, + "checksum": "SHA-256:b2884e47260221dc9c0d9055fd0f2eddc27296fc4b13997aae95cf238e3c54d0" + }, + { + "name": "WiThrottle", + "version": "1.0.0", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/lucadentella/WiThrottle", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/WiThrottle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/WiThrottle-1.0.0.zip", + "archiveFileName": "WiThrottle-1.0.0.zip", + "size": 147699, + "checksum": "SHA-256:0e960904900b019ccd94640603f1448150a688414cea99acb08c90c7fa94fe02" + }, + { + "name": "WiThrottle", + "version": "1.0.1", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e", + "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/lucadentella/WiThrottle", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucadentella/WiThrottle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/WiThrottle-1.0.1.zip", + "archiveFileName": "WiThrottle-1.0.1.zip", + "size": 147762, + "checksum": "SHA-256:e38a56e32a4eae86af5520886656ceeb362645a60230c8080009d682656ba2c8" + }, + { + "name": "HomeSpan", + "version": "1.0.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.0.1.zip", + "archiveFileName": "HomeSpan-1.0.1.zip", + "size": 1039647, + "checksum": "SHA-256:05c16b17d0606f32fbc86723321e3892341cb7e047c54e857874c5a08427092f" + }, + { + "name": "HomeSpan", + "version": "1.1.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.0.zip", + "archiveFileName": "HomeSpan-1.1.0.zip", + "size": 1040261, + "checksum": "SHA-256:46c5f3f7efc30d930994855f8ecd302cf4f8a936ff3c93657ec9823d7359a188" + }, + { + "name": "HomeSpan", + "version": "1.1.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.1.zip", + "archiveFileName": "HomeSpan-1.1.1.zip", + "size": 1040502, + "checksum": "SHA-256:e912be613a48c107673d7e4b46c2e30b425b37803ab0923938466573e2a76cc4" + }, + { + "name": "HomeSpan", + "version": "1.1.2", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.2.zip", + "archiveFileName": "HomeSpan-1.1.2.zip", + "size": 1041524, + "checksum": "SHA-256:83be4db720600348de92d5c70e6fca71288a2c0082227e583128e1e32d8c72fa" + }, + { + "name": "HomeSpan", + "version": "1.1.3", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.3.zip", + "archiveFileName": "HomeSpan-1.1.3.zip", + "size": 1055862, + "checksum": "SHA-256:f439e3a367f249f9aa51bd1e7c533d3ea644e0f93bca34f81a100569c59cbc99" + }, + { + "name": "HomeSpan", + "version": "1.1.4", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.4.zip", + "archiveFileName": "HomeSpan-1.1.4.zip", + "size": 1056964, + "checksum": "SHA-256:0ae8c1c9a219f2d95a4bc04c8637942dfa3b3b91b7ef781f80540ccd02816fd6" + }, + { + "name": "HomeSpan", + "version": "1.2.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.2.0.zip", + "archiveFileName": "HomeSpan-1.2.0.zip", + "size": 1336796, + "checksum": "SHA-256:172e7be5a4d27f0f595259a8391cc0925d9c8a4080d0465882ed5f1c2e741920" + }, + { + "name": "HomeSpan", + "version": "1.2.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.2.1.zip", + "archiveFileName": "HomeSpan-1.2.1.zip", + "size": 1341908, + "checksum": "SHA-256:0b803e48ecaa69be1f05473193c12c0787687589dd2f9a14a0ac7470c6dbff0a" + }, + { + "name": "HomeSpan", + "version": "1.3.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.3.0.zip", + "archiveFileName": "HomeSpan-1.3.0.zip", + "size": 1356004, + "checksum": "SHA-256:d7d098a05534f261dbf9f6b1c25b404520456cd5009a13b7a9acde85255387be" + }, + { + "name": "HomeSpan", + "version": "1.4.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Compatible with ESP32, ESP32-S2, and ESP32-C3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.4.0.zip", + "archiveFileName": "HomeSpan-1.4.0.zip", + "size": 1359554, + "checksum": "SHA-256:22858d68aa5ceef35d3a6ccf782858ca3dcbf65734b3aa08b1e795500a5594a1" + }, + { + "name": "HomeSpan", + "version": "1.4.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Compatible with ESP32, ESP32-S2, and ESP32-C3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.4.1.zip", + "archiveFileName": "HomeSpan-1.4.1.zip", + "size": 1368811, + "checksum": "SHA-256:e9f191870ad899b89dbdff3f124316284e9410735aaa979b37d0e0b56545508a" + }, + { + "name": "HomeSpan", + "version": "1.4.2", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Compatible with ESP32, ESP32-S2, and ESP32-C3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.4.2.zip", + "archiveFileName": "HomeSpan-1.4.2.zip", + "size": 1370330, + "checksum": "SHA-256:48d0e75a5f15278d258f1b417bdf07859e1de8c79e0043ff4d8b9eb649a3ac8a" + }, + { + "name": "HomeSpan", + "version": "1.5.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Compatible with ESP32, ESP32-S2, and ESP32-C3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.5.0.zip", + "archiveFileName": "HomeSpan-1.5.0.zip", + "size": 1389847, + "checksum": "SHA-256:43fa988a1e54f6c429f2cb70becd54bd8a1958ec0bdbe2362c0075a17538706c" + }, + { + "name": "HomeSpan", + "version": "1.5.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Compatible with ESP32, ESP32-S2, and ESP32-C3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.5.1.zip", + "archiveFileName": "HomeSpan-1.5.1.zip", + "size": 1393811, + "checksum": "SHA-256:1e2d18a1836d001bf01d867ce2308c39fabebf5db692253f6eafdddb837206d9" + }, + { + "name": "HomeSpan", + "version": "1.6.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Supports ESP32, ESP32-S2, ESP32-C3, and ESP32-S3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.6.0.zip", + "archiveFileName": "HomeSpan-1.6.0.zip", + "size": 1410814, + "checksum": "SHA-256:ec46ad11157bab47c0a94ed254bd8ab2820eba76148db09bfebae1addb0dee08" + }, + { + "name": "HomeSpan", + "version": "1.7.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Supports ESP32, ESP32-S2, ESP32-C3, and ESP32-S3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.7.0.zip", + "archiveFileName": "HomeSpan-1.7.0.zip", + "size": 1433222, + "checksum": "SHA-256:ed5f8fe0e2359971c096a2f3744931d7cd34351ee36f7245a16f9319838bb7d0" + }, + { + "name": "HomeSpan", + "version": "1.7.1", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Supports ESP32, ESP32-S2, ESP32-C3, and ESP32-S3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.7.1.zip", + "archiveFileName": "HomeSpan-1.7.1.zip", + "size": 1444681, + "checksum": "SHA-256:b9c85902908686a10e063f7d334223a685b3fd7d400649666543097df8cf09c4" + }, + { + "name": "HomeSpan", + "version": "1.7.2", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Supports ESP32, ESP32-S2, ESP32-C3, and ESP32-S3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.7.2.zip", + "archiveFileName": "HomeSpan-1.7.2.zip", + "size": 1453530, + "checksum": "SHA-256:c7c08f47b8aea06c7af04e61a324c3f596e21cdd3c9b2ec845e90ad327bcb79d" + }, + { + "name": "HomeSpan", + "version": "1.8.0", + "author": "Gregg \u003chomespan@icloud.com\u003e", + "maintainer": "Gregg \u003chomespan@icloud.com\u003e", + "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", + "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. Supports ESP32, ESP32-S2, ESP32-C3, and ESP32-S3.", + "website": "https://github.com/HomeSpan/HomeSpan", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HomeSpan/HomeSpan.git", + "providesIncludes": [ + "HomeSpan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.8.0.zip", + "archiveFileName": "HomeSpan-1.8.0.zip", + "size": 1713240, + "checksum": "SHA-256:e0ff7bdfba07fb39239fb419315179219373c43b6dff825d1471c3dca7de7e85" + }, + { + "name": "Alpenglow FUnicorn", + "version": "1.0.0", + "author": "Alpenglow Industries", + "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", + "sentence": "Controls the LED message on the FUnicorn.", + "paragraph": "The FUnicorn is an irreverent and educational desk gadget, with goal of making you laugh and getting you excited about writing code to blink some lights. Note: this code involves swear words.", + "website": "https://www.alpenglowindustries.com/funicorn", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlpenglowInd/FUnicorn.git", + "dependencies": [ + { + "name": "ADCTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/Alpenglow_FUnicorn-1.0.0.zip", + "archiveFileName": "Alpenglow_FUnicorn-1.0.0.zip", + "size": 12713, + "checksum": "SHA-256:8853e0ad76129170c72f9f28ece917e3ba20d1db04621af04626e6b8422199e2" + }, + { + "name": "Alpenglow FUnicorn", + "version": "1.1.0", + "author": "Alpenglow Industries", + "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", + "sentence": "Controls the LED message on the FUnicorn.", + "paragraph": "The FUnicorn is an irreverent and educational desk gadget, with goal of making you laugh and getting you excited about writing code to blink some lights. Note: this code involves swear words.", + "website": "https://www.alpenglowindustries.com/funicorn", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlpenglowInd/FUnicorn.git", + "dependencies": [ + { + "name": "ADCTouch" + }, + { + "name": "Ultrasonic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/Alpenglow_FUnicorn-1.1.0.zip", + "archiveFileName": "Alpenglow_FUnicorn-1.1.0.zip", + "size": 14261, + "checksum": "SHA-256:bb1223e3bbf918314950486346317955aecb2fea703d73b38e10c1cbc49dd3bf" + }, + { + "name": "Alpenglow FUnicorn", + "version": "2.0.0", + "author": "Alpenglow Industries", + "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", + "sentence": "Controls the LED message on the FUnicorn.", + "paragraph": "The FUnicorn is an irreverent and educational desk gadget, with goal of making you laugh and getting you excited about writing code to blink some lights. Note: this code involves swear words.", + "website": "https://www.alpenglowindustries.com/funicorn", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlpenglowInd/FUnicorn.git", + "dependencies": [ + { + "name": "ADCTouch" + }, + { + "name": "Ultrasonic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/Alpenglow_FUnicorn-2.0.0.zip", + "archiveFileName": "Alpenglow_FUnicorn-2.0.0.zip", + "size": 25277, + "checksum": "SHA-256:60b0ea73d957eb9612ffa321f4bf2991c891a3d2d7187db2174dae5f6751c56c" + }, + { + "name": "M5EPD", + "version": "0.1.0", + "author": "M5EPD", + "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": [ + "M5EPD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.0.zip", + "archiveFileName": "M5EPD-0.1.0.zip", + "size": 3578510, + "checksum": "SHA-256:847ad20645f037d045764a98e936f43581d6386b3018dd4e1e2ec9ae207d79f9" + }, + { + "name": "M5EPD", + "version": "0.1.1", + "author": "M5EPD", + "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": [ + "M5EPD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.1.zip", + "archiveFileName": "M5EPD-0.1.1.zip", + "size": 3597227, + "checksum": "SHA-256:f699189ccffea5a7dacb7bc7305d36fe6f0012cec6b9603a1415e7a8044851fe" + }, + { + "name": "M5EPD", + "version": "0.1.2", + "author": "M5EPD", + "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": [ + "M5EPD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.2.zip", + "archiveFileName": "M5EPD-0.1.2.zip", + "size": 3588851, + "checksum": "SHA-256:f9ae073d765415fc5ec5da0a0a22236b4a2c9356c9f42d3d08ac71472babd831" + }, + { + "name": "M5EPD", + "version": "0.1.3", + "author": "M5EPD", + "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": [ + "M5EPD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.3.zip", + "archiveFileName": "M5EPD-0.1.3.zip", + "size": 3589055, + "checksum": "SHA-256:98e90ffb19ab12126e7d1bb178198c462606c908e549607161d21434f0355f7d" + }, + { + "name": "M5EPD", + "version": "0.1.4", + "author": "M5EPD", + "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": [ + "M5EPD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.4.zip", + "archiveFileName": "M5EPD-0.1.4.zip", + "size": 3595696, + "checksum": "SHA-256:6f48b85f52c75a3cd1eccac1fa245dcc601aceb3aaf57fbed6ba40f2214b059f" + }, + { + "name": "M5EPD", + "version": "0.1.5", + "author": "M5EPD", + "maintainer": "M5Stack", + "sentence": "Library for M5Paper development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5EPD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5EPD.git", + "providesIncludes": [ + "M5EPD.h" + ], + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "FastLED" + }, + { + "name": "HX711 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.5.zip", + "archiveFileName": "M5EPD-0.1.5.zip", + "size": 3607829, + "checksum": "SHA-256:aae825658c84e02f9c26756996eaf3285e307590b922eb72af453fbd139e8ec6" + }, + { + "name": "PololuMenu", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Pololu library for simple LCD Menus.", + "paragraph": "This library makes it easy to create basic menus with an 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD, pushbutton, and buzzer libraries.", + "website": "https://github.com/pololu/pololu-menu-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-menu-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-1.0.0.zip", + "archiveFileName": "PololuMenu-1.0.0.zip", + "size": 8705, + "checksum": "SHA-256:e1a985049361f58de5b9d44c97688d4fae55661fdd5f3657efa3c2514d2c96b6" + }, + { + "name": "PololuMenu", + "version": "1.0.2", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Pololu library for simple LCD Menus.", + "paragraph": "This library makes it easy to create basic menus with an 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD, pushbutton, and buzzer libraries.", + "website": "https://github.com/pololu/pololu-menu-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-menu-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-1.0.2.zip", + "archiveFileName": "PololuMenu-1.0.2.zip", + "size": 9169, + "checksum": "SHA-256:c7483dce4c647c135c6836dac6254b64461f5189cbd2a0d881a4b097d51e0494" + }, + { + "name": "PololuMenu", + "version": "2.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Pololu library for simple LCD Menus.", + "paragraph": "This library makes it easy to create basic menus with an OLED or 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD/OLED, pushbutton, and buzzer libraries.", + "website": "https://github.com/pololu/pololu-menu-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-menu-arduino.git", + "dependencies": [ + { + "name": "Pushbutton" + }, + { + "name": "PololuBuzzer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-2.0.0.zip", + "archiveFileName": "PololuMenu-2.0.0.zip", + "size": 9714, + "checksum": "SHA-256:b072ac0c29ee3faae41b0e562bcb470c3898911307285b77201c20cac32ffa8f" + }, + { + "name": "LapINA219", + "version": "1.0.0", + "author": "LucyAmy Photography", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea", + "sentence": "This is a simple current and voltage sensing library for the INA219 high-side Current Sensor", + "paragraph": "LapINA219 provides basic current, voltage, and power monitoring, with a current resolution 0.1mA, maximum bus voltage of 16V, and maximum bus current of 400mA. It is designed to monitor a project's power, and is small and lightweight. There are other more complex libraries available if you need more control over the setup.", + "website": "https://github.com/lucyamy/LapINA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucyamy/LapINA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapINA219-1.0.0.zip", + "archiveFileName": "LapINA219-1.0.0.zip", + "size": 5756, + "checksum": "SHA-256:35293e32e640ea92b148ffca070ea6ba702be7cc6a6819eb1efa9fdbc8121db3" + }, + { + "name": "LiveObjectsSDK", + "version": "2.0.0", + "author": "Orange", + "maintainer": "Marc Delain \u003cmarc.delain@orange.com\u003e, Krzysztof Krzeslak \u003ckrzysztof.krzeslak@orange.com\u003e", + "sentence": "A library that makes connection with Orange LiveObjects platform a breeze.", + "paragraph": "Supports connection with LiveObjects platform in device mode, with the use of GSM or WifI connectivity.", + "website": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino.git", + "providesIncludes": [ + "LiveObjects.h" + ], + "dependencies": [ + { + "name": "WiFiNINA" + }, + { + "name": "MKRNB" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MKRGSM" + }, + { + "name": "WiFi101" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DatavenueLiveObjects/LiveObjectsSDK-2.0.0.zip", + "archiveFileName": "LiveObjectsSDK-2.0.0.zip", + "size": 18949762, + "checksum": "SHA-256:c8c8d12a33cb606cc4ff12f3e2ea24f56b885ed0c849adf08e47615dfd02b25b" + }, + { + "name": "LiveObjectsSDK", + "version": "2.1.1", + "author": "Orange", + "maintainer": "Marc Delain \u003cmarc.delain@orange.com\u003e, Krzysztof Krzeslak \u003ckrzysztof.krzeslak@orange.com\u003e, Tomasz Malek \u003ctomasz.malek@orange.com\u003e", + "sentence": "A library that makes connection with Orange LiveObjects platform a breeze.", + "paragraph": "Supports connection with LiveObjects platform in device mode, with the use of LTE, GSM or WifI connectivity.", + "website": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino.git", + "providesIncludes": [ + "LiveObjects.h" + ], + "dependencies": [ + { + "name": "WiFiNINA" + }, + { + "name": "MKRNB" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MKRGSM" + }, + { + "name": "WiFi101" + }, + { + "name": "PubSubClient" + }, + { + "name": "ArduinoMqttClient" + }, + { + "name": "SparkFun VL6180 Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DatavenueLiveObjects/LiveObjectsSDK-2.1.1.zip", + "archiveFileName": "LiveObjectsSDK-2.1.1.zip", + "size": 20820042, + "checksum": "SHA-256:7cd3bf93360d3393ef256fdb172d81d889ed9a5b2e932b9b552753be953099a1" + }, + { + "name": "Approximate", + "version": "1.0.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate library is a WiFi Arduino Library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate library is a WiFi Arduino Library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32, perhaps a switch that operates the nearest lamp or a song that plays when you (and your phone) come home.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidchatting/Approximate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.0.0.zip", + "archiveFileName": "Approximate-1.0.0.zip", + "size": 1360057, + "checksum": "SHA-256:881f721e19dd2ae1c8454cd5579205b4df0478232b628820b609e1cd07c6242d" + }, + { + "name": "Approximate", + "version": "1.0.1", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32, perhaps a switch that operates the nearest lamp or a song that plays when you (and your phone) come home.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.0.1.zip", + "archiveFileName": "Approximate-1.0.1.zip", + "size": 1360062, + "checksum": "SHA-256:bcaf13e36fb336a1e670b3a315b981818ae2cc7c95cac9a4002b64be3d9b05b6" + }, + { + "name": "Approximate", + "version": "1.1.1", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.1.1.zip", + "archiveFileName": "Approximate-1.1.1.zip", + "size": 1367617, + "checksum": "SHA-256:1da6410086fea643a155f1c6fdfa546fb5881c4526646c348e3428e1b7d52edd" + }, + { + "name": "Approximate", + "version": "1.2.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.2.0.zip", + "archiveFileName": "Approximate-1.2.0.zip", + "size": 1368204, + "checksum": "SHA-256:50432730e1b627a5b71019f0b883a06ddcb859a8b8ceebbe58a71228a414c86f" + }, + { + "name": "Approximate", + "version": "1.3.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.3.0.zip", + "archiveFileName": "Approximate-1.3.0.zip", + "size": 1368514, + "checksum": "SHA-256:b77ab9b72081fee66577743649b18922f52576f4f5e463888e8aa56c808bce1c" + }, + { + "name": "Approximate", + "version": "1.4.0", + "author": "David Chatting \u003capproximate@davidchatting.com\u003e", + "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", + "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", + "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed.", + "website": "https://github.com/davidchatting/Approximate", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davidchatting/Approximate.git", + "dependencies": [ + { + "name": "ListLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.4.0.zip", + "archiveFileName": "Approximate-1.4.0.zip", + "size": 1368550, + "checksum": "SHA-256:8ff5a52e259e3f35dbe486b976c00f8ddf18b6b515153a16cda38cf07f8b2035" + }, + { + "name": "LapI2CTop", + "version": "1.0.0", + "author": "LucyAmy Photography", + "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea", + "sentence": "LapI2CTop supports a branched topology I2C network, using the ubiquitous TCA9748 multiplexers", + "paragraph": "It performs discovery to find each I2C device on the bus, and assigns each a deviceID that can be used to setup the path to that device. There is a configurable limit of 64 I2C devices. If you need more you can change that. All that is needed to access a device anywhere on the bus is a call to setbus(deviceID) before talking to it. It's that simple.", + "website": "https://github.com/lucyamy/LapI2CTop", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lucyamy/LapI2CTop.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapI2CTop-1.0.0.zip", + "archiveFileName": "LapI2CTop-1.0.0.zip", + "size": 9146, + "checksum": "SHA-256:a6eaa1f037d59cfa00952a6a8466b2d13958056dfb020210c7ebfadbe891ae0c" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.0.1.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.0.1.zip", + "size": 152420, + "checksum": "SHA-256:8047ffc35493f56f7bc2bff69d98f22209bd68d8784f07dc642bed0fd9602c40" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.0.2.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.0.2.zip", + "size": 157155, + "checksum": "SHA-256:e2ffac669b3373106d9d0b89491e75169d311ccf916a57c906165387fbbf7c8b" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.1.1.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.1.1.zip", + "size": 165520, + "checksum": "SHA-256:894bbd91bac9d13ff101df00f054d7daddd2233427ce83e5d258016abcd38700" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.2.0.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.2.0.zip", + "size": 174007, + "checksum": "SHA-256:666ec0f5e6ac9bd362aad79fcbee7a282ce18057f5f69987c3b380fcf3178d66" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.2.1.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.2.1.zip", + "size": 177111, + "checksum": "SHA-256:6a070a8958876354682447292621ddcf43a034526f61693ac6ad99334de4b2ac" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.3.0.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.3.0.zip", + "size": 178937, + "checksum": "SHA-256:c05ed6f70d3b9449809185b2ff02f4cbea91c801f6a321718ee69ca1dd6008ed" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_TimerInterrupt.hpp", + "NRF52_MBED_ISR_Timer.h", + "NRF52_MBED_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.4.0.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.4.0.zip", + "size": 161830, + "checksum": "SHA-256:8813196321743e23292460d43c156c3d547d693bd007ac3e5df3d10959c0f54b" + }, + { + "name": "NRF52_MBED_TimerInterrupt", + "version": "1.4.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", + "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "providesIncludes": [ + "NRF52_MBED_TimerInterrupt.h", + "NRF52_MBED_TimerInterrupt.hpp", + "NRF52_MBED_ISR_Timer.h", + "NRF52_MBED_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.4.1.zip", + "archiveFileName": "NRF52_MBED_TimerInterrupt-1.4.1.zip", + "size": 162773, + "checksum": "SHA-256:958811060710e5e930aeece727efd28dd3d1adc2721cfa4b332fa2709b085993" + }, + { + "name": "M5_RTC_Module", + "version": "1.0.0", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Johannes W.", + "maintainer": "Johannes W.", + "sentence": "A library for using the RTC-Module from iotec for the M5-Stack.", + "paragraph": "The M5-RTC-Mod is a Real Time Clock specially designed for the popular ESP32 based M5-Stack. It features the RV-3028-C7 RTC from Micro Chrystal.", + "website": "https://github.com/iotec-gmbh/M5_RTC_Module", + "category": "Timing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotec-gmbh/M5_RTC_Module.git", + "providesIncludes": [ + "M5_RTC_Module.h" + ], + "dependencies": [ + { + "name": "RV-3028-C7" + }, + { + "name": "uEEPROMLib" + }, + { + "name": "MCP3X21" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/M5_RTC_Module-1.0.0.zip", + "archiveFileName": "M5_RTC_Module-1.0.0.zip", + "size": 824437, + "checksum": "SHA-256:9a25c876012eae695920dbab8ddc134a5b2968384cba35a0a6321a814364fa03" + }, + { + "name": "M5_RTC_Module", + "version": "1.0.1", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Johannes W.", + "maintainer": "Johannes W.", + "sentence": "A library for using the RTC-Module from iotec for the M5-Stack.", + "paragraph": "The M5-RTC-Mod is a Real Time Clock specially designed for the popular ESP32 based M5-Stack. It features the RV-3028-C7 RTC from Micro Chrystal.", + "website": "https://github.com/iotec-gmbh/M5_RTC_Module", + "category": "Timing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotec-gmbh/M5_RTC_Module.git", + "providesIncludes": [ + "M5_RTC_Module.h" + ], + "dependencies": [ + { + "name": "RTC RV-3028-C7 Arduino Library" + }, + { + "name": "uEEPROMLib" + }, + { + "name": "MCP3X21" + }, + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/M5_RTC_Module-1.0.1.zip", + "archiveFileName": "M5_RTC_Module-1.0.1.zip", + "size": 824455, + "checksum": "SHA-256:b7237fbfb3ae0326c787fab97e6122ca67b0447d827b2ae7e8207a92287079cb" + }, + { + "name": "M5_RTC_Module", + "version": "1.0.2", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Johannes W.", + "maintainer": "Johannes W.", + "sentence": "A library for using the RTC-Module from iotec for the M5-Stack.", + "paragraph": "The M5-RTC-Mod is a Real Time Clock specially designed for the popular ESP32 based M5-Stack. It features the RV-3028-C7 RTC from Micro Chrystal.", + "website": "https://github.com/iotec-gmbh/M5_RTC_Module", + "category": "Timing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotec-gmbh/M5_RTC_Module.git", + "providesIncludes": [ + "M5_RTC_Module.h" + ], + "dependencies": [ + { + "name": "RTC RV-3028-C7 Arduino Library" + }, + { + "name": "uEEPROMLib" + }, + { + "name": "MCP3X21" + }, + { + "name": "M5Stack" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/M5_RTC_Module-1.0.2.zip", + "archiveFileName": "M5_RTC_Module-1.0.2.zip", + "size": 824474, + "checksum": "SHA-256:41c38bc2393296e515cd7dfe20e3558de8062bf59b9a480d848db7b36913b984" + }, + { + "name": "EE895 Arduino Library", + "version": "0.1.0", + "author": "Jakob Lechner \u003cmail@jalr.de\u003e", + "maintainer": "Jakob Lechner \u003cmail@jalr.de\u003e", + "sentence": "Library for the EE895 CO2 Sensor", + "paragraph": "An Arduino library for the \u003ca href=\"https://www.epluse.com/en/products/co2-measurement/co2-sensor/ee895/\"\u003eEE895 CO2 sensor\u003c/a\u003e manufactured by E+E Elektronik Ges.m.b.H.", + "website": "https://github.com/jalr/EE895", + "category": "Sensors", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jalr/EE895.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jalr/EE895_Arduino_Library-0.1.0.zip", + "archiveFileName": "EE895_Arduino_Library-0.1.0.zip", + "size": 352232, + "checksum": "SHA-256:2a5ee773fb825dcb63c521f91b21e64e71e985e7c2b06c568e75743c53cf9c74" + }, + { + "name": "EE895 Arduino Library", + "version": "0.1.1", + "author": "Jakob Lechner \u003cmail@jalr.de\u003e", + "maintainer": "Jakob Lechner \u003cmail@jalr.de\u003e", + "sentence": "Library for the EE895 CO2 Sensor", + "paragraph": "An Arduino library for the \u003ca href=\"https://www.epluse.com/en/products/co2-measurement/co2-sensor/ee895/\"\u003eEE895 CO2 sensor\u003c/a\u003e manufactured by E+E Elektronik Ges.m.b.H.", + "website": "https://github.com/jalr/EE895", + "category": "Sensors", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jalr/EE895.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jalr/EE895_Arduino_Library-0.1.1.zip", + "archiveFileName": "EE895_Arduino_Library-0.1.1.zip", + "size": 352715, + "checksum": "SHA-256:8cbf2d4ca7e9847671fd3c5c05bd210caa8cd17b9ae3fb569693f980a94143db" + }, + { + "name": "L298N_MotorDriver", + "version": "1.0.0", + "author": "Alex Krieg", + "maintainer": "Alex Krieg\u003calex.krieg@gmx.ch\u003e", + "sentence": "Arduino driver library for DC-Motors", + "website": "https://github.com/KROIA/L298N_MotorDriver", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KROIA/L298N_MotorDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KROIA/L298N_MotorDriver-1.0.0.zip", + "archiveFileName": "L298N_MotorDriver-1.0.0.zip", + "size": 4432, + "checksum": "SHA-256:25182052cadd58a1d210bbf7bc2bfed0f90eb76ff136fbfb2aa2fab52656aef3" + }, + { + "name": "L298N_MotorDriver", + "version": "1.0.1", + "author": "Alex Krieg", + "maintainer": "Alex Krieg\u003calex.krieg@gmx.ch\u003e", + "sentence": "Arduino driver library for DC-Motors", + "website": "https://github.com/KROIA/L298N_MotorDriver", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KROIA/L298N_MotorDriver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KROIA/L298N_MotorDriver-1.0.1.zip", + "archiveFileName": "L298N_MotorDriver-1.0.1.zip", + "size": 5353, + "checksum": "SHA-256:fcfbb644558dbcda6c11c6be09a361df1fdc51c2248842cd95e5c6a0306748a9" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "ArduinoTMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.0.zip", + "archiveFileName": "107_Arduino_TMF8801-1.0.0.zip", + "size": 6310692, + "checksum": "SHA-256:8d77c8b39e940b583e6f70136ccf4349d33f31ee8d5f69b9ab57e3a9da44bb01" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "ArduinoTMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.1.zip", + "archiveFileName": "107_Arduino_TMF8801-1.0.1.zip", + "size": 6243679, + "checksum": "SHA-256:5c23d00fe2f72d7c5d8097ae7a6a9ff83622e224be133a985ae935692b20c7c6" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.0.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "ArduinoTMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.2.zip", + "archiveFileName": "107_Arduino_TMF8801-1.0.2.zip", + "size": 7092503, + "checksum": "SHA-256:f552f612a8ae772709ebc23022bba3b2c6ad69ab6d5771af2f06f5c89834c2c4" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "107-Arduino-TMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.1.0.zip", + "archiveFileName": "107_Arduino_TMF8801-1.1.0.zip", + "size": 7093179, + "checksum": "SHA-256:446a6d3c9f9a31bf7144c3c520a7f1c1452288e722be124ea10a774b27ab5922" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "107-Arduino-TMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.2.0.zip", + "archiveFileName": "107_Arduino_TMF8801-1.2.0.zip", + "size": 7113819, + "checksum": "SHA-256:f386b04c94942fa051435e560c9ed2db67d639ceee0ba5c1fb3fcbdd985ba5a6" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "107-Arduino-TMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.3.0.zip", + "archiveFileName": "107_Arduino_TMF8801-1.3.0.zip", + "size": 7116377, + "checksum": "SHA-256:03cb7ebac1dbb9db08c30bf323e9314b59f7e216a25a150a087687c3058f68d5" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.4.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "107-Arduino-TMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.4.0.zip", + "archiveFileName": "107_Arduino_TMF8801-1.4.0.zip", + "size": 7117165, + "checksum": "SHA-256:0fe35aa18cfc2ad646b87fe0c47387f40b6ff74e95f0c12da5745341c1e465e8" + }, + { + "name": "107-Arduino-TMF8801", + "version": "1.5.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", + "website": "https://github.com/107-systems/107-Arduino-TMF8801", + "category": "Sensors", + "architectures": [ + "samd", + "esp32", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "providesIncludes": [ + "107-Arduino-TMF8801.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.5.0.zip", + "archiveFileName": "107_Arduino_TMF8801-1.5.0.zip", + "size": 7117237, + "checksum": "SHA-256:50ae3141545e61a46e0fbb9afd1ed0a94d950714ba2bd42867f69719b7b9974b" + }, + { + "name": "FauxmoESP", + "version": "2.1.0", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.1.0.zip", + "archiveFileName": "FauxmoESP-2.1.0.zip", + "size": 11733, + "checksum": "SHA-256:103d51160e507e8ef7054afe69fc5e79bad2722f35e9fb197bf4ba95523d39e5" + }, + { + "name": "FauxmoESP", + "version": "2.2.0", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.2.0.zip", + "archiveFileName": "FauxmoESP-2.2.0.zip", + "size": 13941, + "checksum": "SHA-256:9bf917b8f67de3718c64feca5f6bd440db94f619ff7b40a241b5a7c35869dc5f" + }, + { + "name": "FauxmoESP", + "version": "2.2.1", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.2.1.zip", + "archiveFileName": "FauxmoESP-2.2.1.zip", + "size": 13992, + "checksum": "SHA-256:e4611e1275f08a4547916a2203f9d8c919aff506dd15e1b9ea08fec4c638d4f1" + }, + { + "name": "FauxmoESP", + "version": "2.3.0", + "author": "Xose Perez", + "maintainer": "Xose Perez", + "sentence": "Amazon Alexa support for ESP8266", + "paragraph": "Amazon Alexa support for ESP8266", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.3.0.zip", + "archiveFileName": "FauxmoESP-2.3.0.zip", + "size": 213521, + "checksum": "SHA-256:99c9ecb3655ba1374cf45fc474800154136c09190d7c291b716457192fdfe47f" + }, + { + "name": "FauxmoESP", + "version": "3.0.2", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": [ + "fauxmoESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.0.2.zip", + "archiveFileName": "FauxmoESP-3.0.2.zip", + "size": 215968, + "checksum": "SHA-256:4b2304b988cbb9ba27249830db067ae7c943aa2150e9c390c491aef1c8e20856" + }, + { + "name": "FauxmoESP", + "version": "3.1.0", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": [ + "fauxmoESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.0.zip", + "archiveFileName": "FauxmoESP-3.1.0.zip", + "size": 24426, + "checksum": "SHA-256:370362675b2de5a51958b7bf7eaecdcadb456a48c5b9a2f0ac2ef0d12bf89576" + }, + { + "name": "FauxmoESP", + "version": "3.1.1", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": [ + "fauxmoESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.1.zip", + "archiveFileName": "FauxmoESP-3.1.1.zip", + "size": 24565, + "checksum": "SHA-256:febf3eb7c735b70e862ac3d83cf33a2fe2937bd0e15a3d4317129e9d7eb16f70" + }, + { + "name": "FauxmoESP", + "version": "3.1.2", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": [ + "fauxmoESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.2.zip", + "archiveFileName": "FauxmoESP-3.1.2.zip", + "size": 25312, + "checksum": "SHA-256:681bdd4b2c3a74c8c4bb25658b4005e59ca9a9cfda76e227b41b4e881ff89e88" + }, + { + "name": "FauxmoESP", + "version": "3.2.0", + "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": [ + "fauxmoESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.2.0.zip", + "archiveFileName": "FauxmoESP-3.2.0.zip", + "size": 25651, + "checksum": "SHA-256:e5e38e59c6ae76b7a83f616b8d05d7c445e758de18eca01d2c129afb9447d82e" + }, + { + "name": "FauxmoESP", + "version": "3.3.0", + "author": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": [ + "fauxmoESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.3.0.zip", + "archiveFileName": "FauxmoESP-3.3.0.zip", + "size": 25630, + "checksum": "SHA-256:91e8d3ae615f6a2e9951cafc9943be34f7a21af3333da52b3f051a7e6f9c2c88" + }, + { + "name": "FauxmoESP", + "version": "3.4.0", + "author": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", + "sentence": "Amazon Alexa support for ESP8266 and ESP32", + "website": "https://github.com/vintlabs/fauxmoESP", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vintlabs/fauxmoESP.git", + "providesIncludes": [ + "fauxmoESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.4.0.zip", + "archiveFileName": "FauxmoESP-3.4.0.zip", + "size": 25790, + "checksum": "SHA-256:8690c294634145cd50a15e3af2753f8114335054fde12bbfec0c45f3ee18c197" + }, + { + "name": "PlugPiBlack", + "version": "0.0.1", + "author": "Flavian Melquiades", + "maintainer": "PiCode Education", + "sentence": "Library used for program the Plu\u0026Pi Black board.", + "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", + "website": "https://github.com/picodebr/PlugPiBlack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/picodebr/PlugPiBlack.git", + "providesIncludes": [ + "PlugPiBlack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.1.zip", + "archiveFileName": "PlugPiBlack-0.0.1.zip", + "size": 1871, + "checksum": "SHA-256:0ad6de87fff3845b08e6ccf045ffa02657d2c385076e3f0a0d31edc9b9ac77d3" + }, + { + "name": "PlugPiBlack", + "version": "0.0.2", + "author": "Flavian Melquiades", + "maintainer": "PiCode Education", + "sentence": "Library used for program the Plu\u0026Pi Black board.", + "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", + "website": "https://github.com/picodebr/PlugPiBlack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/picodebr/PlugPiBlack.git", + "providesIncludes": [ + "PlugPiBlack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.2.zip", + "archiveFileName": "PlugPiBlack-0.0.2.zip", + "size": 4691, + "checksum": "SHA-256:2e82ef112e23a799e25a56294e5b6659a127cd2279caeabd9fef8bdc6c016932" + }, + { + "name": "PlugPiBlack", + "version": "0.0.3", + "author": "Flavian Melquiades", + "maintainer": "PiCode Education", + "sentence": "Library used for program the Plu\u0026Pi Black board.", + "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", + "website": "https://github.com/picodebr/PlugPiBlack", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/picodebr/PlugPiBlack.git", + "providesIncludes": [ + "PlugPiBlack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.3.zip", + "archiveFileName": "PlugPiBlack-0.0.3.zip", + "size": 5641, + "checksum": "SHA-256:560c995f1996f4729867610b7c969444852fa13774cab12978346581976293ad" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "1.2.3", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-1.2.3.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-1.2.3.zip", + "size": 1209815, + "checksum": "SHA-256:9b5a63bae8cc4c27212ee585a4bcc34c5b4a033a4195aa57ba1ec00c4d964ef6" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.0", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.0.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.0.zip", + "size": 1479173, + "checksum": "SHA-256:31d36a38d46b9cc6efbc7fe3fb4e072fafb3cc183aa20b6d3ab873035ae02db0" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.1", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.1.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.1.zip", + "size": 1479233, + "checksum": "SHA-256:d401c39647d1f4dc5b31e91af67ab635ce92cd426ab76abb1f78210cdfd60ad4" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.2", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.2.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.2.zip", + "size": 1571024, + "checksum": "SHA-256:e7f32f28740a0fe63db55a348cb6eb894a067d2fc8a93ec84e3d234c553870ed" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.3", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.3.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.3.zip", + "size": 1571081, + "checksum": "SHA-256:13c7a834d5232551298f71485f814e46ed7e0db15614c1a4fc682122e6eb88c9" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.5", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.5.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.5.zip", + "size": 1388092, + "checksum": "SHA-256:568187c200de90ddfc0cce224484dd809225a4f0ee76c79935edabee26dc4327" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.6", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.6.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.6.zip", + "size": 1414787, + "checksum": "SHA-256:46b73d459ceaa01e753b9814b92ab38612c85a22f7242333d1d998c91cfdbafb" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "2.0.7", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Experimental DMA based LED Matrix HUB75 Library", + "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.7.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-2.0.7.zip", + "size": 1420810, + "checksum": "SHA-256:731c13ef195da0971f6478691d70047a4588e5d142dc0efea07cda4b5d5aa5bb" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.0", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.0.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.0.zip", + "size": 1956912, + "checksum": "SHA-256:e4bfe7048e04f3e468f29dba5246c4f3397f7b2bc2a1d04aeeb9f11a24f61c6b" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.1", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.1.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.1.zip", + "size": 1951342, + "checksum": "SHA-256:2b1ab4941e2a1321f0d19d4308338e8f37261fb7f777a9df56a92396b8186021" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.2", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.2.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.2.zip", + "size": 1951197, + "checksum": "SHA-256:99322bd7c4f6a3442827fa6f5cc47cabb7713ec42a389ca8c4cbcd85b6a1d60a" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.5", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.5.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.5.zip", + "size": 1954119, + "checksum": "SHA-256:edc8d0a5edbadcbddab038dd8ae4620e012783801996e7fb5eefd72db7eddd49" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.6", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.6.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.6.zip", + "size": 3420788, + "checksum": "SHA-256:73661facfa28498f90d3e27d4471c527bd69cc99e1b5c83d2e602602e3e76be4" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.7", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.7.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.7.zip", + "size": 3419329, + "checksum": "SHA-256:22232c840c35bf08a2d23c4b64c3508ab8626060c2d3228e7611811167f7b15d" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.8", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.8.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.8.zip", + "size": 3419415, + "checksum": "SHA-256:a934c719e157b9b44b752115986a29b86007d4e42c384a513fc63bf816ed0102" + }, + { + "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", + "version": "3.0.9", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3", + "paragraph": "An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage.", + "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA", + "category": "Display", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.9.zip", + "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-3.0.9.zip", + "size": 3424790, + "checksum": "SHA-256:079fcef786f7532255aa1df7136c74d5f19faef1ddf9ff5a87207e31541fb685" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.7.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.7.zip", + "size": 207836, + "checksum": "SHA-256:f9c7a6c5d150a71903a75a676948ea2625f81b733a6e2aba00a44bd2297727b7" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.8.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.8.zip", + "size": 313900, + "checksum": "SHA-256:a8c150dedf162de22f6df817dcb1d10528a898c04dfabcbcf4808ba693fadc83" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.9.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.9.zip", + "size": 321812, + "checksum": "SHA-256:d8a3eef76d2a66e7b9578a38752ba0e5e1859cea26aa73780fab4777a62f2088" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.10.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.10.zip", + "size": 327202, + "checksum": "SHA-256:0d6225cf780357b9565abb52e03ab68efe9c6ae84e187d74a991e53bac350162" + }, + { + "name": "SparkFun u-blox Arduino Library", + "version": "1.8.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "DEPRECATED Library for I2C and Serial Communication with u-blox modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "Please note: this library is deprecated. Please migrate to \u003ca href=\"https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library\"\u003ev2.0\u003c/a\u003e. You can find the migration instructions \u003ca href=\"https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#migrating-to-v20\"\u003ehere\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003eAn Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.11.zip", + "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.11.zip", + "size": 327469, + "checksum": "SHA-256:d7367e582f3e3d336d435998f45c81a90c674be574972004e4bd44dc44f48024" + }, + { + "name": "PowerFlex4m", + "version": "1.0.0", + "author": "Brett McAlpine", + "maintainer": "Brett McAlpine \u003cbrettmcalpine@gmail.com\u003e", + "sentence": "Abstraction layer for simple ModBus communications with PowerFlex 4m VFDs", + "paragraph": "Useful for controlling your Allen Bradley PowerFlex 4m VFDs with just an Arduino. Even an Uno can do it.", + "website": "https://github.com/brettmcalpine/PowerFlex4m", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brettmcalpine/PowerFlex4m.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brettmcalpine/PowerFlex4m-1.0.0.zip", + "archiveFileName": "PowerFlex4m-1.0.0.zip", + "size": 6267, + "checksum": "SHA-256:eb9c377a34f49ced07bd344004fa17e0aa3eacdd817b093efc1d730fa92f4b5a" + }, + { + "name": "ESP Mail Client", + "version": "1.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.0.zip", + "archiveFileName": "ESP_Mail_Client-1.0.0.zip", + "size": 312481, + "checksum": "SHA-256:6411e9aa5f794ca110cf2d2865b318248ab9c8c04e3d17a00c875e53b000cd60" + }, + { + "name": "ESP Mail Client", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.1.zip", + "archiveFileName": "ESP_Mail_Client-1.0.1.zip", + "size": 316046, + "checksum": "SHA-256:fe86b5944054f6f101cac10b890081acbcb4bd983f677c9f8c152d54d074fb5d" + }, + { + "name": "ESP Mail Client", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.2.zip", + "archiveFileName": "ESP_Mail_Client-1.0.2.zip", + "size": 316530, + "checksum": "SHA-256:46eb8fad5d3d92f58d598b4ddf36522885af248d4c38d197291daa17fe06eabf" + }, + { + "name": "ESP Mail Client", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.3.zip", + "archiveFileName": "ESP_Mail_Client-1.0.3.zip", + "size": 316526, + "checksum": "SHA-256:f2ae40df053478e6c659df0f702a6a98f14335396c964958783477a63af97b4e" + }, + { + "name": "ESP Mail Client", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.5.zip", + "archiveFileName": "ESP_Mail_Client-1.0.5.zip", + "size": 323537, + "checksum": "SHA-256:3a2dea40e679ac012d86267c473abb9665ef571feed9cff37d354352c2cc03f6" + }, + { + "name": "ESP Mail Client", + "version": "1.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.6.zip", + "archiveFileName": "ESP_Mail_Client-1.0.6.zip", + "size": 323557, + "checksum": "SHA-256:fd17095ba75e7d70cb294e7064a778c51dbe66806a6aab492e61c7ebd1616c8f" + }, + { + "name": "ESP Mail Client", + "version": "1.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.7.zip", + "archiveFileName": "ESP_Mail_Client-1.0.7.zip", + "size": 323562, + "checksum": "SHA-256:d3ba4c5c637c891b25b0f7d1f874aa50063e899295590d6d86907ce0c0b4ee4e" + }, + { + "name": "ESP Mail Client", + "version": "1.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.8.zip", + "archiveFileName": "ESP_Mail_Client-1.0.8.zip", + "size": 330199, + "checksum": "SHA-256:e72ff5c24bfc445588113e20c0dfa294de4c694a56c99389ad630f703cc85691" + }, + { + "name": "ESP Mail Client", + "version": "1.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.9.zip", + "archiveFileName": "ESP_Mail_Client-1.0.9.zip", + "size": 330237, + "checksum": "SHA-256:71e99788858392e01fa64d1335f16382bf59aaabdba6b8d2835b85e6011a6e43" + }, + { + "name": "ESP Mail Client", + "version": "1.0.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.10.zip", + "archiveFileName": "ESP_Mail_Client-1.0.10.zip", + "size": 330440, + "checksum": "SHA-256:528cec23c239b463eb337a19ab8dbe54362a04b79ae73443566a0199a8916ddb" + }, + { + "name": "ESP Mail Client", + "version": "1.0.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.11.zip", + "archiveFileName": "ESP_Mail_Client-1.0.11.zip", + "size": 330354, + "checksum": "SHA-256:0516e975eeb5016baea4390ebcdb0cff222a1745813f84f703667ba8eacdf693" + }, + { + "name": "ESP Mail Client", + "version": "1.0.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.12.zip", + "archiveFileName": "ESP_Mail_Client-1.0.12.zip", + "size": 330393, + "checksum": "SHA-256:4bb69256ad517cf65dadd94aa805ce5ff7385711833b7122c7f7764b01f2f903" + }, + { + "name": "ESP Mail Client", + "version": "1.0.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.13.zip", + "archiveFileName": "ESP_Mail_Client-1.0.13.zip", + "size": 330931, + "checksum": "SHA-256:7add9635fea83e6ab1bf1ebcd04ca959df052a29052db385a2ecbabe62dfdb0d" + }, + { + "name": "ESP Mail Client", + "version": "1.0.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.15.zip", + "archiveFileName": "ESP_Mail_Client-1.0.15.zip", + "size": 336065, + "checksum": "SHA-256:82c7ab08fa65e0d87d8ccd4284ca734639d35f5d5e651f943abf8cb006bc8b58" + }, + { + "name": "ESP Mail Client", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.0.zip", + "archiveFileName": "ESP_Mail_Client-1.1.0.zip", + "size": 336175, + "checksum": "SHA-256:89af0c20faa57564e314bb06bdaaa4a456ca2c9fe1de64e96840c19d50528672" + }, + { + "name": "ESP Mail Client", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.1.zip", + "archiveFileName": "ESP_Mail_Client-1.1.1.zip", + "size": 336055, + "checksum": "SHA-256:e77fea0975c6cf8de4eff1311360782a7a3ac400865df94fd0555afba213472e" + }, + { + "name": "ESP Mail Client", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.2.zip", + "archiveFileName": "ESP_Mail_Client-1.1.2.zip", + "size": 336065, + "checksum": "SHA-256:c841782ead065f2320c28d688a3cf3f08d96341e13eb3b11d0b57c908b3741de" + }, + { + "name": "ESP Mail Client", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.3.zip", + "archiveFileName": "ESP_Mail_Client-1.1.3.zip", + "size": 336001, + "checksum": "SHA-256:8e4e079d5ea6d55049fb8af53f46c6ffff6547529d7f64545f98411d7d64aef9" + }, + { + "name": "ESP Mail Client", + "version": "1.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.4.zip", + "archiveFileName": "ESP_Mail_Client-1.1.4.zip", + "size": 337683, + "checksum": "SHA-256:f6fc65da0e38b5d41dc29355fa46479495ccaba34a2cca80c1ebec31039b2737" + }, + { + "name": "ESP Mail Client", + "version": "1.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.5.zip", + "archiveFileName": "ESP_Mail_Client-1.1.5.zip", + "size": 800649, + "checksum": "SHA-256:8c7cf75d84e092dbe1f77dfa2490730584eeb8996fcfef8d583023bf27b095fd" + }, + { + "name": "ESP Mail Client", + "version": "1.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.6.zip", + "archiveFileName": "ESP_Mail_Client-1.1.6.zip", + "size": 801920, + "checksum": "SHA-256:079d538eeca282be07f9b226367c6908eb991acb8c04a6094057f72238200368" + }, + { + "name": "ESP Mail Client", + "version": "1.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.1.7.zip", + "archiveFileName": "ESP_Mail_Client-1.1.7.zip", + "size": 801912, + "checksum": "SHA-256:8b81e7162b48838f6147f5b4401ccf35c9d5b8e5de2fb6ffe2d492f0b67a8a75" + }, + { + "name": "ESP Mail Client", + "version": "1.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.2.0.zip", + "archiveFileName": "ESP_Mail_Client-1.2.0.zip", + "size": 802471, + "checksum": "SHA-256:7870dde1d10e8b37b3771e911df64d5d204cec906a48ed03a21b687a8e09e535" + }, + { + "name": "ESP Mail Client", + "version": "1.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Arduino. Espressif ESP32, ESP8266 and SAMD21 devices with u-blox NINA-W102 module are supported.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.3.0.zip", + "archiveFileName": "ESP_Mail_Client-1.3.0.zip", + "size": 1736976, + "checksum": "SHA-256:9247aecb22ff5d05fbd49c00daedd5abc00800c4662ebd3314735c45d027f418" + }, + { + "name": "ESP Mail Client", + "version": "1.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Arduino. Espressif ESP32, ESP8266 and SAMD21 devices with u-blox NINA-W102 module are supported.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.3.1.zip", + "archiveFileName": "ESP_Mail_Client-1.3.1.zip", + "size": 1713879, + "checksum": "SHA-256:2e75b28736ff6c90d329d541fe6a71d9c2e53ebe364be8f27e83f5fea24052aa" + }, + { + "name": "ESP Mail Client", + "version": "1.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Arduino. Espressif ESP32, ESP8266 and SAMD21 devices with u-blox NINA-W102 module are supported.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.3.2.zip", + "archiveFileName": "ESP_Mail_Client-1.3.2.zip", + "size": 1713862, + "checksum": "SHA-256:5a7452e10662c919c583991c3461f89990f241dcebab727686deda3b520fe571" + }, + { + "name": "ESP Mail Client", + "version": "1.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Mail Client Arduino Library for Arduino. Espressif ESP32, ESP8266 and SAMD21 devices with u-blox NINA-W102 module are supported.", + "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.3.3.zip", + "archiveFileName": "ESP_Mail_Client-1.3.3.zip", + "size": 1714449, + "checksum": "SHA-256:08c914770876a2467eaee983cc144f6731c3ac5e44ebca7dab24ea5d146b7bac" + }, + { + "name": "ESP Mail Client", + "version": "1.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send and read Email which various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.4.0.zip", + "archiveFileName": "ESP_Mail_Client-1.4.0.zip", + "size": 1690952, + "checksum": "SHA-256:7461899db4c3b4c371aff13c55567347812848fe492d50baa648a04c9f3b385c" + }, + { + "name": "ESP Mail Client", + "version": "1.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send and read Email which various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.4.1.zip", + "archiveFileName": "ESP_Mail_Client-1.4.1.zip", + "size": 1691256, + "checksum": "SHA-256:b2b6b4a1bfbf5f0ee3f9ffb5f552f88bbc2df6ca022ee7d45e3ac4d3cfbac05d" + }, + { + "name": "ESP Mail Client", + "version": "1.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send and read Email which various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.4.2.zip", + "archiveFileName": "ESP_Mail_Client-1.4.2.zip", + "size": 1691920, + "checksum": "SHA-256:49f95ef43d5263117fbfaf016e6b4d48ae5b51da842d92a21cc0c1464032f938" + }, + { + "name": "ESP Mail Client", + "version": "1.5.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.0.zip", + "archiveFileName": "ESP_Mail_Client-1.5.0.zip", + "size": 1702765, + "checksum": "SHA-256:8b2cf655440a8cadbf06ff7a8638742ac1196bf527d71ea7063edf0e70fc5299" + }, + { + "name": "ESP Mail Client", + "version": "1.5.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.1.zip", + "archiveFileName": "ESP_Mail_Client-1.5.1.zip", + "size": 1702172, + "checksum": "SHA-256:0be54f1eb0cae680bc6a1ac5cb67d9b7dfcc33cf74ca79ddfeb3b29df807c82d" + }, + { + "name": "ESP Mail Client", + "version": "1.5.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.2.zip", + "archiveFileName": "ESP_Mail_Client-1.5.2.zip", + "size": 1702108, + "checksum": "SHA-256:b47569b2dfcc087be5996393d0d99a0283a6afbe4e21b134d3a22598d4c362cf" + }, + { + "name": "ESP Mail Client", + "version": "1.5.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.3.zip", + "archiveFileName": "ESP_Mail_Client-1.5.3.zip", + "size": 1711551, + "checksum": "SHA-256:95d238e27c30dcebf39d574bc047142b2813984cdb1c5a051522e957f108e6ab" + }, + { + "name": "ESP Mail Client", + "version": "1.5.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.4.zip", + "archiveFileName": "ESP_Mail_Client-1.5.4.zip", + "size": 1743651, + "checksum": "SHA-256:ba9a9c6bd8bf6c1495d984964c8ec3a064ae53e20aad0b9ffebaeebfdfa215cf" + }, + { + "name": "ESP Mail Client", + "version": "1.5.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.5.zip", + "archiveFileName": "ESP_Mail_Client-1.5.5.zip", + "size": 1745855, + "checksum": "SHA-256:713852873d15b89656abc841b163c5a6d7e58fefdbad0e5c096d28c92349912f" + }, + { + "name": "ESP Mail Client", + "version": "1.5.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.6.zip", + "archiveFileName": "ESP_Mail_Client-1.5.6.zip", + "size": 1746658, + "checksum": "SHA-256:e31d8bb7024972074c54429b388c9e7bec04ba7e3ae08248e6fef1b3041b1450" + }, + { + "name": "ESP Mail Client", + "version": "1.5.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.7.zip", + "archiveFileName": "ESP_Mail_Client-1.5.7.zip", + "size": 1746804, + "checksum": "SHA-256:ff966ace3d5f4e00cf73e753ffcf629d39a751989c0e16767614899f6bd65f72" + }, + { + "name": "ESP Mail Client", + "version": "1.5.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.8.zip", + "archiveFileName": "ESP_Mail_Client-1.5.8.zip", + "size": 1750155, + "checksum": "SHA-256:b358ded1ac4e1ca073bfcafb71f6f51fb57b36b66e2058dc643e84f0b6cd15bd" + }, + { + "name": "ESP Mail Client", + "version": "1.5.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.5.10.zip", + "archiveFileName": "ESP_Mail_Client-1.5.10.zip", + "size": 1750529, + "checksum": "SHA-256:5a7d33f58ae704f1192dba548fdf1272cbf4f12b2e5517abf91d666da31c45d9" + }, + { + "name": "ESP Mail Client", + "version": "1.6.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.6.0.zip", + "archiveFileName": "ESP_Mail_Client-1.6.0.zip", + "size": 1791630, + "checksum": "SHA-256:dee5df454f8efbf22561ddd3b4d772517d3f7bbde80a477f110943cc8afcec8f" + }, + { + "name": "ESP Mail Client", + "version": "1.6.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.6.1.zip", + "archiveFileName": "ESP_Mail_Client-1.6.1.zip", + "size": 1793093, + "checksum": "SHA-256:20390c38af9dd3aa8dbf815c9dee494be80fd970ffff8d6547c1db8826973aae" + }, + { + "name": "ESP Mail Client", + "version": "1.6.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.6.2.zip", + "archiveFileName": "ESP_Mail_Client-1.6.2.zip", + "size": 1794983, + "checksum": "SHA-256:52fe00fc66f2dd62d2aac8713d6d5c02e22cd8505851bfee5f06dcac1847542d" + }, + { + "name": "ESP Mail Client", + "version": "1.6.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library that supports Espressif ESP32, ESP8266 and SAMD21 devices with built-in U-blox NINA-W102 module.", + "paragraph": "This allows embedded devices to send, read Email, get mailbox changes notification. The various types of content and attacment are supported. The library also supports Ethernet connection (ESP8266 and ESP32) through secure (SSL) and non-secure ports.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.6.4.zip", + "archiveFileName": "ESP_Mail_Client-1.6.4.zip", + "size": 1794993, + "checksum": "SHA-256:05500845fe0168d49061726f72d0e385d3cd15cc7349e0b21a731c69be202c16" + }, + { + "name": "ESP Mail Client", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library to send E-mail, read and get incoming E-mail notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino Clients interfaces e.g. WiFiClient, EthernetClient, GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd", + "stm32", + "rp2040", + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.0.0.zip", + "archiveFileName": "ESP_Mail_Client-2.0.0.zip", + "size": 1804201, + "checksum": "SHA-256:7c4eeb04131ba12ead313fd7731ed979ff2a55106d66e5d521640b34178e268c" + }, + { + "name": "ESP Mail Client", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library to send E-mail, read and get incoming E-mail notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.0.1.zip", + "archiveFileName": "ESP_Mail_Client-2.0.1.zip", + "size": 1804203, + "checksum": "SHA-256:7ab55314ada177abf57e77dfdc40f7fc789a0bd86979de04455bb240de0f3ab9" + }, + { + "name": "ESP Mail Client", + "version": "2.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "E-Mail Client Arduino Library to send E-mail, read and get incoming E-mail notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.0.3.zip", + "archiveFileName": "ESP_Mail_Client-2.0.3.zip", + "size": 1804858, + "checksum": "SHA-256:2c28dd665aa1c85ced4641762563c1eade9e50c08b09ec8684fc682cd3b0af26" + }, + { + "name": "ESP Mail Client", + "version": "2.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.0.4.zip", + "archiveFileName": "ESP_Mail_Client-2.0.4.zip", + "size": 1805620, + "checksum": "SHA-256:e3cc88e327b082eb03df58d27cf702c3b784d15900dfe980dcc922767a0a425a" + }, + { + "name": "ESP Mail Client", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.1.0.zip", + "archiveFileName": "ESP_Mail_Client-2.1.0.zip", + "size": 1769031, + "checksum": "SHA-256:f1d9a4612bdcf8dec9199cd928c5046d1de5288915d9611621be854a2f7c7411" + }, + { + "name": "ESP Mail Client", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.1.1.zip", + "archiveFileName": "ESP_Mail_Client-2.1.1.zip", + "size": 1769040, + "checksum": "SHA-256:60132c2473954cf2a50590ad5076dbfd4d7db466d5564d358b0f38f6e24cc571" + }, + { + "name": "ESP Mail Client", + "version": "2.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.1.2.zip", + "archiveFileName": "ESP_Mail_Client-2.1.2.zip", + "size": 1769497, + "checksum": "SHA-256:b824e05af61243798e5dffb79a577ac4d5a43f046f3e9ccff54c9ff4f88e8fd6" + }, + { + "name": "ESP Mail Client", + "version": "2.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.1.3.zip", + "archiveFileName": "ESP_Mail_Client-2.1.3.zip", + "size": 1777034, + "checksum": "SHA-256:632fc0a74941e62bd5145719e53e0308d00b5fdc13c47a20c1e1961cec8d4274" + }, + { + "name": "ESP Mail Client", + "version": "2.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.1.4.zip", + "archiveFileName": "ESP_Mail_Client-2.1.4.zip", + "size": 1777406, + "checksum": "SHA-256:06ae3e45add6ecfeeab6139199eb8237eafe07ccd01dcad4c690867c09ac5e01" + }, + { + "name": "ESP Mail Client", + "version": "2.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.2.0.zip", + "archiveFileName": "ESP_Mail_Client-2.2.0.zip", + "size": 1777411, + "checksum": "SHA-256:21cc20c3dd01930fbb2f983a54b774c0eea25a815eee0860fc978caa0004c082" + }, + { + "name": "ESP Mail Client", + "version": "2.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.2.1.zip", + "archiveFileName": "ESP_Mail_Client-2.2.1.zip", + "size": 1782138, + "checksum": "SHA-256:c08deb5fb8929337ade39f830eac946b62a8a8952b3799822165e8f373900720" + }, + { + "name": "ESP Mail Client", + "version": "2.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.2.2.zip", + "archiveFileName": "ESP_Mail_Client-2.2.2.zip", + "size": 1782139, + "checksum": "SHA-256:9be135bb45c46592b04f17e960562a67a6b1673b23b355ec0cd2a24d561124be" + }, + { + "name": "ESP Mail Client", + "version": "2.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.2.3.zip", + "archiveFileName": "ESP_Mail_Client-2.2.3.zip", + "size": 1788719, + "checksum": "SHA-256:d787ba51ad7707c791f6546222c5a2342bc081e0702d9f53574845a0abfa92f5" + }, + { + "name": "ESP Mail Client", + "version": "2.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.2.4.zip", + "archiveFileName": "ESP_Mail_Client-2.2.4.zip", + "size": 1787615, + "checksum": "SHA-256:fa7377d7d201c6bdbd10f0d679917ad791b4d9d075e4f899dc0270e7d1835b25" + }, + { + "name": "ESP Mail Client", + "version": "2.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.2.5.zip", + "archiveFileName": "ESP_Mail_Client-2.2.5.zip", + "size": 1793245, + "checksum": "SHA-256:f3f48bad4795039bc0092e76922ba35fd7c2de202bda703a94cc241a1c1068bc" + }, + { + "name": "ESP Mail Client", + "version": "2.2.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.2.6.zip", + "archiveFileName": "ESP_Mail_Client-2.2.6.zip", + "size": 1793676, + "checksum": "SHA-256:aa80d004e6d0cdc7e716ce1bbf564321bc41b70eee43f72532a52283cbb516bd" + }, + { + "name": "ESP Mail Client", + "version": "2.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.3.0.zip", + "archiveFileName": "ESP_Mail_Client-2.3.0.zip", + "size": 1799253, + "checksum": "SHA-256:36b2482678910dbd6ac48f8fb37961e80f4d007fefbda59d7f8ec83f20a9d5b8" + }, + { + "name": "ESP Mail Client", + "version": "2.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.3.1.zip", + "archiveFileName": "ESP_Mail_Client-2.3.1.zip", + "size": 1799370, + "checksum": "SHA-256:781c1b180f68e48c4a57622fbfcecb9c50cf2b4ddbfdd330859a1a5e303c6473" + }, + { + "name": "ESP Mail Client", + "version": "2.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.0.zip", + "archiveFileName": "ESP_Mail_Client-2.4.0.zip", + "size": 1812274, + "checksum": "SHA-256:ac280ed9bd068bdc7600e8aa4ba9153be4743587f41483b32221d491f4e4b56e" + }, + { + "name": "ESP Mail Client", + "version": "2.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.1.zip", + "archiveFileName": "ESP_Mail_Client-2.4.1.zip", + "size": 1819521, + "checksum": "SHA-256:d0a2bf879409be0b30eec4682e2afbe3be99a7e25816e9d7ff9a4cf9a8ff0770" + }, + { + "name": "ESP Mail Client", + "version": "2.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.2.zip", + "archiveFileName": "ESP_Mail_Client-2.4.2.zip", + "size": 1821553, + "checksum": "SHA-256:bcef4deea1ec550c91dfa3526eaff132235ee9fa5bea1eaaab581e4031d7cc48" + }, + { + "name": "ESP Mail Client", + "version": "2.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.3.zip", + "archiveFileName": "ESP_Mail_Client-2.4.3.zip", + "size": 1824975, + "checksum": "SHA-256:2bfc5967d926f1bcb16311b892495fc273c27795cc91e42b22f178496b425bae" + }, + { + "name": "ESP Mail Client", + "version": "2.4.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.4.zip", + "archiveFileName": "ESP_Mail_Client-2.4.4.zip", + "size": 1828210, + "checksum": "SHA-256:95da0f4477a02223427b1c28122d274bea5bd8284003feea2c47d6bddfb9fbaf" + }, + { + "name": "ESP Mail Client", + "version": "2.4.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.5.zip", + "archiveFileName": "ESP_Mail_Client-2.4.5.zip", + "size": 1876512, + "checksum": "SHA-256:edd9e99e51cc99fe41dbd0fd2cb70b81003bac6e69b77230959a1e49273480fc" + }, + { + "name": "ESP Mail Client", + "version": "2.4.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.6.zip", + "archiveFileName": "ESP_Mail_Client-2.4.6.zip", + "size": 1876567, + "checksum": "SHA-256:a88a5fdbcbb8f0d1f71de2143f4fe25d5f81444900f4a9b5faeeb63fb5d46a4c" + }, + { + "name": "ESP Mail Client", + "version": "2.4.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.7.zip", + "archiveFileName": "ESP_Mail_Client-2.4.7.zip", + "size": 1882221, + "checksum": "SHA-256:1af86d32fe88dcbb9e0d474ebc91fac81e0cd725f2d5148760347b605e2a7a0d" + }, + { + "name": "ESP Mail Client", + "version": "2.4.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.4.8.zip", + "archiveFileName": "ESP_Mail_Client-2.4.8.zip", + "size": 1878999, + "checksum": "SHA-256:9ef50559a9aab2ecdb9544b6b183d056cb2aeb289271ebd51c15e16941b5fa1f" + }, + { + "name": "ESP Mail Client", + "version": "2.5.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.5.0.zip", + "archiveFileName": "ESP_Mail_Client-2.5.0.zip", + "size": 1932196, + "checksum": "SHA-256:ba67217807d718d6c66ba809e52bd478abd64465f6e4d1993eb04929af5c7834" + }, + { + "name": "ESP Mail Client", + "version": "2.5.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.5.1.zip", + "archiveFileName": "ESP_Mail_Client-2.5.1.zip", + "size": 1932231, + "checksum": "SHA-256:5f56d9e5a600e6cf7197664a76503cd5e7deef4a7c54961b1578746264738f11" + }, + { + "name": "ESP Mail Client", + "version": "2.5.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.5.2.zip", + "archiveFileName": "ESP_Mail_Client-2.5.2.zip", + "size": 1932933, + "checksum": "SHA-256:a55d1440b5d4f8441a0b2d87a298a6b02f7b7da4313aa69bff427a97688d0529" + }, + { + "name": "ESP Mail Client", + "version": "2.5.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.5.3.zip", + "archiveFileName": "ESP_Mail_Client-2.5.3.zip", + "size": 1938713, + "checksum": "SHA-256:d5faab57e3a2c9b12f238fbfd229bc31582372e119b60094999dec15c608d9f3" + }, + { + "name": "ESP Mail Client", + "version": "2.6.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.6.0.zip", + "archiveFileName": "ESP_Mail_Client-2.6.0.zip", + "size": 1938561, + "checksum": "SHA-256:4a82d695e837fc6fcb99412341676df0757c4a0f83b40c9f8fbf19c1c3a6a3e7" + }, + { + "name": "ESP Mail Client", + "version": "2.6.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.6.1.zip", + "archiveFileName": "ESP_Mail_Client-2.6.1.zip", + "size": 1938758, + "checksum": "SHA-256:834913de984f467a4e57acb260d9b5f19dc0785be0921654a6ddc9300efc7ca6" + }, + { + "name": "ESP Mail Client", + "version": "2.6.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.6.2.zip", + "archiveFileName": "ESP_Mail_Client-2.6.2.zip", + "size": 1939840, + "checksum": "SHA-256:53fb3a08f0a05129d1d175f4a15066c64903a1396953fbbecfe1e04639bee313" + }, + { + "name": "ESP Mail Client", + "version": "2.6.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.6.3.zip", + "archiveFileName": "ESP_Mail_Client-2.6.3.zip", + "size": 1960066, + "checksum": "SHA-256:53251c324a6467e9e82c52d063f0d014c11ac64d519767bdc6320266c23c556a" + }, + { + "name": "ESP Mail Client", + "version": "2.6.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.6.4.zip", + "archiveFileName": "ESP_Mail_Client-2.6.4.zip", + "size": 1965709, + "checksum": "SHA-256:35bd5a5ef3af37df962b3e4ce1cda833a21fccc0edf61787ed1a731bde8e09a7" + }, + { + "name": "ESP Mail Client", + "version": "2.6.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.6.5.zip", + "archiveFileName": "ESP_Mail_Client-2.6.5.zip", + "size": 1965664, + "checksum": "SHA-256:ac4ffa19b07a931f3d03551609a148d2597a2a3dcc7c03390c4aaadf4bf2e085" + }, + { + "name": "ESP Mail Client", + "version": "2.6.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.6.6.zip", + "archiveFileName": "ESP_Mail_Client-2.6.6.zip", + "size": 1974614, + "checksum": "SHA-256:31946404cb925ab40a9973b59eb293ca64ad068466e1121f54baa6d15bf52e18" + }, + { + "name": "ESP Mail Client", + "version": "2.7.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.0.zip", + "archiveFileName": "ESP_Mail_Client-2.7.0.zip", + "size": 1986992, + "checksum": "SHA-256:b59fe3bd8b374739bd9a7785f110c745499973f621d37268a8e7f12fefca1896" + }, + { + "name": "ESP Mail Client", + "version": "2.7.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.1.zip", + "archiveFileName": "ESP_Mail_Client-2.7.1.zip", + "size": 1987627, + "checksum": "SHA-256:24cfd85f0c30c8ead0849443291c9a2994093c0516484b94e9550985f69b613f" + }, + { + "name": "ESP Mail Client", + "version": "2.7.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.2.zip", + "archiveFileName": "ESP_Mail_Client-2.7.2.zip", + "size": 1984750, + "checksum": "SHA-256:64b80618c7a53d478cbae1f93919738e920b3870faed42773dad3de1e587346e" + }, + { + "name": "ESP Mail Client", + "version": "2.7.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.3.zip", + "archiveFileName": "ESP_Mail_Client-2.7.3.zip", + "size": 1994444, + "checksum": "SHA-256:51e9f5a308af5baea9d1d0af4c8708aabd2fa56d4e9a451db0341b163b93474e" + }, + { + "name": "ESP Mail Client", + "version": "2.7.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.4.zip", + "archiveFileName": "ESP_Mail_Client-2.7.4.zip", + "size": 1998416, + "checksum": "SHA-256:06af837ec91043c574053de6beb1200d84dc9759223319b11988efd74d79a35c" + }, + { + "name": "ESP Mail Client", + "version": "2.7.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.5.zip", + "archiveFileName": "ESP_Mail_Client-2.7.5.zip", + "size": 1998323, + "checksum": "SHA-256:0369fbe4f990d4bd803e15fe4b65216e50ef598c64c46536909838d0b8f9b9c4" + }, + { + "name": "ESP Mail Client", + "version": "2.7.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.6.zip", + "archiveFileName": "ESP_Mail_Client-2.7.6.zip", + "size": 1998552, + "checksum": "SHA-256:c5801c8381c5550f2ebb010736ad0328fb4eb5f7829858c1acfe3af6224439ec" + }, + { + "name": "ESP Mail Client", + "version": "2.7.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.7.zip", + "archiveFileName": "ESP_Mail_Client-2.7.7.zip", + "size": 2001950, + "checksum": "SHA-256:4a956ce9aa1f29ef99b373a58929d8ef2b8c64e16180a7947894577a9ae56495" + }, + { + "name": "ESP Mail Client", + "version": "2.7.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.9.zip", + "archiveFileName": "ESP_Mail_Client-2.7.9.zip", + "size": 2001946, + "checksum": "SHA-256:c4615b5f6374d2956f26f9a2d065aa32d26b619ebdbbb2cb486406cd5d396bb6" + }, + { + "name": "ESP Mail Client", + "version": "2.7.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.10.zip", + "archiveFileName": "ESP_Mail_Client-2.7.10.zip", + "size": 2003610, + "checksum": "SHA-256:ac4329ee7b0d468b2174b3dd701b31bcc332342ac84b6fc56ee7aee449ab00ab" + }, + { + "name": "ESP Mail Client", + "version": "2.7.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.7.11.zip", + "archiveFileName": "ESP_Mail_Client-2.7.11.zip", + "size": 2002370, + "checksum": "SHA-256:bc77231a7b9ba0f5be437f235e866411781da29116faee74567bad7175741e9c" + }, + { + "name": "ESP Mail Client", + "version": "2.8.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-2.8.0.zip", + "archiveFileName": "ESP_Mail_Client-2.8.0.zip", + "size": 2008514, + "checksum": "SHA-256:695a6155a8d675882ae65c1b9af8d6131d7186045e071adef90667414e1f34ad" + }, + { + "name": "ESP Mail Client", + "version": "3.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.0.0.zip", + "archiveFileName": "ESP_Mail_Client-3.0.0.zip", + "size": 2014575, + "checksum": "SHA-256:e81daaf2487744bb9433053bbeed9f85b9d7c28d962b451fe4f5493bea48705b" + }, + { + "name": "ESP Mail Client", + "version": "3.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.0.1.zip", + "archiveFileName": "ESP_Mail_Client-3.0.1.zip", + "size": 2014576, + "checksum": "SHA-256:38c60e22b5bb00db58f03252f1ecfcba506bf5e6c24c07b4289ffe8e895174cd" + }, + { + "name": "ESP Mail Client", + "version": "3.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.0.2.zip", + "archiveFileName": "ESP_Mail_Client-3.0.2.zip", + "size": 2019549, + "checksum": "SHA-256:f5f9fc46086dd09efc65cee1bb5c919ddced18c97935db6154887ffc1f8c3080" + }, + { + "name": "ESP Mail Client", + "version": "3.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.0.3.zip", + "archiveFileName": "ESP_Mail_Client-3.0.3.zip", + "size": 2019552, + "checksum": "SHA-256:154cc49171e1d32441e954cb0aa185e0b6221e457a9e770dc3fb3e98d1db60c9" + }, + { + "name": "ESP Mail Client", + "version": "3.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.0.zip", + "archiveFileName": "ESP_Mail_Client-3.1.0.zip", + "size": 2028591, + "checksum": "SHA-256:d9e6fc100af644e509e360f97237b7e1cac7c4368b6c4e9b66609f3571def69c" + }, + { + "name": "ESP Mail Client", + "version": "3.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.1.zip", + "archiveFileName": "ESP_Mail_Client-3.1.1.zip", + "size": 2030981, + "checksum": "SHA-256:f6da403ff01d651bd53da3f7b07d3ddeca5492ee4eee0c21d90fd151ef784e68" + }, + { + "name": "ESP Mail Client", + "version": "3.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.2.zip", + "archiveFileName": "ESP_Mail_Client-3.1.2.zip", + "size": 2041704, + "checksum": "SHA-256:eda20705c249ccff77727cfb483b2ec2c3fce3e750883e5418e36854111ffd72" + }, + { + "name": "ESP Mail Client", + "version": "3.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.3.zip", + "archiveFileName": "ESP_Mail_Client-3.1.3.zip", + "size": 2045914, + "checksum": "SHA-256:f177d9a221ee123f24b63f3e6dd13bbe28fd68f4c7febbfa4b217548e81ed450" + }, + { + "name": "ESP Mail Client", + "version": "3.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.4.zip", + "archiveFileName": "ESP_Mail_Client-3.1.4.zip", + "size": 2048515, + "checksum": "SHA-256:5cc8ae9c59c1a1e39acdc1b56128bfdda628100612c1acd7c435dd403ff8f6c3" + }, + { + "name": "ESP Mail Client", + "version": "3.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.5.zip", + "archiveFileName": "ESP_Mail_Client-3.1.5.zip", + "size": 2046955, + "checksum": "SHA-256:dd7bcb23e20d5d7fd4026199d7a4b21e6185116849a133950315f4b20b3aaf36" + }, + { + "name": "ESP Mail Client", + "version": "3.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.6.zip", + "archiveFileName": "ESP_Mail_Client-3.1.6.zip", + "size": 2047030, + "checksum": "SHA-256:626600a6a00d070ea1fb2f6aabba304ca255c562d05314395e010973a12dc1ae" + }, + { + "name": "ESP Mail Client", + "version": "3.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.7.zip", + "archiveFileName": "ESP_Mail_Client-3.1.7.zip", + "size": 2048759, + "checksum": "SHA-256:68b75c3c73339de499dd4ebaa566123a929f958167a2a4afc8334eae98af4b9b" + }, + { + "name": "ESP Mail Client", + "version": "3.1.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.8.zip", + "archiveFileName": "ESP_Mail_Client-3.1.8.zip", + "size": 2048644, + "checksum": "SHA-256:a54d426dffe1bda1fa0f0d6ce674dba4469924981571c33acb13ef2372d25dba" + }, + { + "name": "ESP Mail Client", + "version": "3.1.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.9.zip", + "archiveFileName": "ESP_Mail_Client-3.1.9.zip", + "size": 2049058, + "checksum": "SHA-256:a90bd131b2078277ca1aa9ab3104e86b18603ce35ccd04a5a4c9448668098fe4" + }, + { + "name": "ESP Mail Client", + "version": "3.1.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.10.zip", + "archiveFileName": "ESP_Mail_Client-3.1.10.zip", + "size": 2053700, + "checksum": "SHA-256:d04c18380163349a73b612f1bf8e8e384af7f233919c2b0b8454fbd51c874387" + }, + { + "name": "ESP Mail Client", + "version": "3.1.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.11.zip", + "archiveFileName": "ESP_Mail_Client-3.1.11.zip", + "size": 2060590, + "checksum": "SHA-256:b555c41afd944936db6a20fb75b0994888a853b16e81d7b1f05a04ae8809dae2" + }, + { + "name": "ESP Mail Client", + "version": "3.1.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.12.zip", + "archiveFileName": "ESP_Mail_Client-3.1.12.zip", + "size": 2025336, + "checksum": "SHA-256:f8899ac12d1966224ed98b4cc7085b32402933b6b7a6e365d3ba88987610bfde" + }, + { + "name": "ESP Mail Client", + "version": "3.1.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.13.zip", + "archiveFileName": "ESP_Mail_Client-3.1.13.zip", + "size": 2025392, + "checksum": "SHA-256:185d10ce742ebd4e2c90b38d23005f111d08d5d765879930b51e98f1f01f5352" + }, + { + "name": "ESP Mail Client", + "version": "3.1.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.14.zip", + "archiveFileName": "ESP_Mail_Client-3.1.14.zip", + "size": 2025366, + "checksum": "SHA-256:dc7d836d129b7d764159d1bf06e9b94b883f51cba9b487942030f208e3c9064c" + }, + { + "name": "ESP Mail Client", + "version": "3.1.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.15.zip", + "archiveFileName": "ESP_Mail_Client-3.1.15.zip", + "size": 2025636, + "checksum": "SHA-256:f36d98c1dc8a07722fae96eadf8fc468a3d05bfde7c0f1ac058b29d55e15d4fd" + }, + { + "name": "ESP Mail Client", + "version": "3.1.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.1.16.zip", + "archiveFileName": "ESP_Mail_Client-3.1.16.zip", + "size": 2025635, + "checksum": "SHA-256:a0d3f08399fe163acae1a9cffe37060c9a1c245805cae7209d6ec8eaf8cf9f4e" + }, + { + "name": "ESP Mail Client", + "version": "3.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.2.0.zip", + "archiveFileName": "ESP_Mail_Client-3.2.0.zip", + "size": 2025221, + "checksum": "SHA-256:93ff9b030eabae7a9ff581ad5eb1d9487361b8c923ebaace430087f152e26004" + }, + { + "name": "ESP Mail Client", + "version": "3.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.2.1.zip", + "archiveFileName": "ESP_Mail_Client-3.2.1.zip", + "size": 2025772, + "checksum": "SHA-256:8e5520c23bc367c29039c11349de0f3a2a33024de0f2185c0b0fe58c29cb25ee" + }, + { + "name": "ESP Mail Client", + "version": "3.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.2.2.zip", + "archiveFileName": "ESP_Mail_Client-3.2.2.zip", + "size": 2025770, + "checksum": "SHA-256:b8ec6041d4394b5f20a3e420f044302e07e4635769b3657cac700bbf74e9006b" + }, + { + "name": "ESP Mail Client", + "version": "3.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.2.3.zip", + "archiveFileName": "ESP_Mail_Client-3.2.3.zip", + "size": 2026065, + "checksum": "SHA-256:50bbc046aaad4d7956514c3133130898f22942aa364bc1e2373a0dbc657a7f2b" + }, + { + "name": "ESP Mail Client", + "version": "3.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.2.4.zip", + "archiveFileName": "ESP_Mail_Client-3.2.4.zip", + "size": 2026243, + "checksum": "SHA-256:862e9c2fa01b7e5aaf98291571395af59f2020c3e51cc76883c0e163f27ac0de" + }, + { + "name": "ESP Mail Client", + "version": "3.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.2.5.zip", + "archiveFileName": "ESP_Mail_Client-3.2.5.zip", + "size": 2029163, + "checksum": "SHA-256:a594af1ae811e858efdfa791b4aeb4e5c2b875cf2165438e9b6faa91fe140c80" + }, + { + "name": "ESP Mail Client", + "version": "3.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.0.zip", + "archiveFileName": "ESP_Mail_Client-3.3.0.zip", + "size": 2032050, + "checksum": "SHA-256:597ba3210b3611dadb29504e1afadc5a0c083a9aeb6a988b820a8abb2e79a855" + }, + { + "name": "ESP Mail Client", + "version": "3.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.1.zip", + "archiveFileName": "ESP_Mail_Client-3.3.1.zip", + "size": 2032040, + "checksum": "SHA-256:3afb2c7ea3e3e004d5ff3105a2fd0de9a2ac1d8d8faf1dfb5d35654c63215a05" + }, + { + "name": "ESP Mail Client", + "version": "3.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.2.zip", + "archiveFileName": "ESP_Mail_Client-3.3.2.zip", + "size": 2032551, + "checksum": "SHA-256:4f2b439d0b272db4a9fb38a2b1e41d2d58931b632e7108b6010be399a54317e4" + }, + { + "name": "ESP Mail Client", + "version": "3.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.3.zip", + "archiveFileName": "ESP_Mail_Client-3.3.3.zip", + "size": 2032620, + "checksum": "SHA-256:2857a837ccc8daafcdcb3e14b8633a8e096f7010807ef7cc6ed41e7a71f5e156" + }, + { + "name": "ESP Mail Client", + "version": "3.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.4.zip", + "archiveFileName": "ESP_Mail_Client-3.3.4.zip", + "size": 2032665, + "checksum": "SHA-256:1d979582c318799540b2e8c7fe7ac35e9a48ac3e72ae74b119455a9eb5781a72" + }, + { + "name": "ESP Mail Client", + "version": "3.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.5.zip", + "archiveFileName": "ESP_Mail_Client-3.3.5.zip", + "size": 2032683, + "checksum": "SHA-256:59b615e4b1296960aea21d0538aadd7fc6278b8c4270ceaf7fbe239ab4a2cf53" + }, + { + "name": "ESP Mail Client", + "version": "3.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.6.zip", + "archiveFileName": "ESP_Mail_Client-3.3.6.zip", + "size": 2032682, + "checksum": "SHA-256:c21aff245cb504a9933d0415f0f47519be7b4e3c46f066ca48f4b4543ecea039" + }, + { + "name": "ESP Mail Client", + "version": "3.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.3.7.zip", + "archiveFileName": "ESP_Mail_Client-3.3.7.zip", + "size": 2034687, + "checksum": "SHA-256:fb3054aae5eab06acb6582a7a1488db74b755b7a8a8e3903e0005e35bc325d64" + }, + { + "name": "ESP Mail Client", + "version": "3.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.0.zip", + "archiveFileName": "ESP_Mail_Client-3.4.0.zip", + "size": 2213000, + "checksum": "SHA-256:c4676f366fbdebee27e7c78e6021ef24fe25a85d89512b42720298a9edecd204" + }, + { + "name": "ESP Mail Client", + "version": "3.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.1.zip", + "archiveFileName": "ESP_Mail_Client-3.4.1.zip", + "size": 2189673, + "checksum": "SHA-256:145aeb38cc3e0fc03619ae69eb4576d2eac2baf16bb1464fd70ffdbeeb7fe4da" + }, + { + "name": "ESP Mail Client", + "version": "3.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.2.zip", + "archiveFileName": "ESP_Mail_Client-3.4.2.zip", + "size": 2191391, + "checksum": "SHA-256:a91a9beee8712da831ca226bca7b639e234ac542fb325c80e8ba740d96d5603b" + }, + { + "name": "ESP Mail Client", + "version": "3.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.3.zip", + "archiveFileName": "ESP_Mail_Client-3.4.3.zip", + "size": 2190666, + "checksum": "SHA-256:b1506efd9fa48419d483e0956b093bb9dfbd8204e39739e385031d44a39c63c8" + }, + { + "name": "ESP Mail Client", + "version": "3.4.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.4.zip", + "archiveFileName": "ESP_Mail_Client-3.4.4.zip", + "size": 2190053, + "checksum": "SHA-256:09a37bc8a191a0e75c1994229c4b2997b159f1fee92da199a022a8b5d17a4610" + }, + { + "name": "ESP Mail Client", + "version": "3.4.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.5.zip", + "archiveFileName": "ESP_Mail_Client-3.4.5.zip", + "size": 2188018, + "checksum": "SHA-256:be5f250f6a23b001a5ef79b8eb0e2bde9b5a40ddb12c6c2c3c95b12e02ea0f20" + }, + { + "name": "ESP Mail Client", + "version": "3.4.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.6.zip", + "archiveFileName": "ESP_Mail_Client-3.4.6.zip", + "size": 2186020, + "checksum": "SHA-256:876803458d839c427b63084c387d0f3353a2bbda83e8e5ca2b94e5a60c6d064b" + }, + { + "name": "ESP Mail Client", + "version": "3.4.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.7.zip", + "archiveFileName": "ESP_Mail_Client-3.4.7.zip", + "size": 2174976, + "checksum": "SHA-256:3a4898c10eca419d68170dde3585160508eca34404cd812e35431e5e268d6cc5" + }, + { + "name": "ESP Mail Client", + "version": "3.4.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.8.zip", + "archiveFileName": "ESP_Mail_Client-3.4.8.zip", + "size": 2175012, + "checksum": "SHA-256:663acca1df09d398cdde9b0c5b33e100fd8b2ce2b1af50c80d6254f37cbe6765" + }, + { + "name": "ESP Mail Client", + "version": "3.4.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.9.zip", + "archiveFileName": "ESP_Mail_Client-3.4.9.zip", + "size": 2175015, + "checksum": "SHA-256:69c04f3e6bf5e02ee08a9a6bd9f4c24f3d153e7fee09f6b02b760acfbeb183ef" + }, + { + "name": "ESP Mail Client", + "version": "3.4.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.11.zip", + "archiveFileName": "ESP_Mail_Client-3.4.11.zip", + "size": 2173191, + "checksum": "SHA-256:c52d1ef2825f8bfaf9cca3af48a6bb96b3db6c74fa01647677a774a426efebb1" + }, + { + "name": "ESP Mail Client", + "version": "3.4.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.12.zip", + "archiveFileName": "ESP_Mail_Client-3.4.12.zip", + "size": 2173186, + "checksum": "SHA-256:45d2bcea5c9b99a9b9205207c68ef61660616267fc4edf7207caa086ac101ccc" + }, + { + "name": "ESP Mail Client", + "version": "3.4.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.13.zip", + "archiveFileName": "ESP_Mail_Client-3.4.13.zip", + "size": 2175138, + "checksum": "SHA-256:25bbf74c71465bac5e59cb4e58838c778fe2bef03bd0e1ff16e81b284cdcbb21" + }, + { + "name": "ESP Mail Client", + "version": "3.4.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.14.zip", + "archiveFileName": "ESP_Mail_Client-3.4.14.zip", + "size": 2175894, + "checksum": "SHA-256:04b3f9a08b56ebcd4e0778440ada531507dd2960649e2d5c0901e19680e7fdc6" + }, + { + "name": "ESP Mail Client", + "version": "3.4.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices.", + "paragraph": "The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Mail-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Mail-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-3.4.15.zip", + "archiveFileName": "ESP_Mail_Client-3.4.15.zip", + "size": 2176697, + "checksum": "SHA-256:bf9f72a263044000e0913489190dc2ec1c544c94709e8baab120c384e3c87ca9" + }, + { + "name": "MCP3X21", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "MCP3021 \u0026 MCP3221 Arduino library", + "website": "https://github.com/pilotak/MCP3X21", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MCP3X21.git", + "providesIncludes": [ + "MCP3X21.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MCP3X21-1.0.0.zip", + "archiveFileName": "MCP3X21-1.0.0.zip", + "size": 6370, + "checksum": "SHA-256:4cbd8f0f357d8b4631e5b73bc3b5f67db703b9b4a44bd5704b5db719c21dad77" + }, + { + "name": "MCP3X21", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "MCP3021 \u0026 MCP3221 Arduino library", + "website": "https://github.com/pilotak/MCP3X21", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MCP3X21.git", + "providesIncludes": [ + "MCP3X21.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MCP3X21-1.0.1.zip", + "archiveFileName": "MCP3X21-1.0.1.zip", + "size": 6357, + "checksum": "SHA-256:dbefca2e6d8289b5a1d6ff1a014cb32674b2ba3c5c57e28f95e72e9e29d72cda" + }, + { + "name": "LPS35HW", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "LPS35HW pressure sensor library", + "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", + "website": "https://github.com/pilotak/LPS35HW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/LPS35HW.git", + "providesIncludes": [ + "LPS35HW.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.0.zip", + "archiveFileName": "LPS35HW-1.0.0.zip", + "size": 8751, + "checksum": "SHA-256:33e50dbe38f05104f5bfa531b5908bb0f1646a6f919a740c01c685b218f5a857" + }, + { + "name": "LPS35HW", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "LPS35HW pressure sensor library", + "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", + "website": "https://github.com/pilotak/LPS35HW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/LPS35HW.git", + "providesIncludes": [ + "LPS35HW.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.1.zip", + "archiveFileName": "LPS35HW-1.0.1.zip", + "size": 8877, + "checksum": "SHA-256:ab61276590882c9a2a12b488b692b69101bb8fe4c79cc4175f070be31b3ed800" + }, + { + "name": "LPS35HW", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "LPS35HW pressure sensor library", + "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", + "website": "https://github.com/pilotak/LPS35HW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/LPS35HW.git", + "providesIncludes": [ + "LPS35HW.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.2.zip", + "archiveFileName": "LPS35HW-1.0.2.zip", + "size": 9068, + "checksum": "SHA-256:4954fac956140c2219c44950b930527161128c2c5be6fb5755434f6969dd6988" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": [ + "MovingAverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.0.zip", + "archiveFileName": "MovingAverageAngle-1.0.0.zip", + "size": 5529, + "checksum": "SHA-256:21cd15ac682c892b570e33fb419f6f4660a47bf6c0128ad10430d71e73042a5c" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": [ + "MovingAverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.1.zip", + "archiveFileName": "MovingAverageAngle-1.0.1.zip", + "size": 5536, + "checksum": "SHA-256:1d5fd1f8435f30e14cd74d3144de804e3208befa8b4cca2afa28d3e73f7d7271" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": [ + "MovingAverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.2.zip", + "archiveFileName": "MovingAverageAngle-1.0.2.zip", + "size": 5590, + "checksum": "SHA-256:c057453c77e17a2dfa49ced860b870bdee3982378212c452055358bd71ed6071" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.3", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": [ + "MovingAverageAngle.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.3.zip", + "archiveFileName": "MovingAverageAngle-1.0.3.zip", + "size": 5639, + "checksum": "SHA-256:2d7e9abe66394db087e0154119e864e41037409567dd4b360ba92d51f8ab2351" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.4", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": [ + "MovingAverageAngle.h" + ], + "dependencies": [ + { + "name": "MovingAverage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.4.zip", + "archiveFileName": "MovingAverageAngle-1.0.4.zip", + "size": 5798, + "checksum": "SHA-256:ad3168d3f04c0142e2de0f995d016951e8ea219f6350358ac6ff956e416623f5" + }, + { + "name": "MovingAverageAngle", + "version": "1.0.5", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": [ + "MovingAverageAngle.h" + ], + "dependencies": [ + { + "name": "MovingAverage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.5.zip", + "archiveFileName": "MovingAverageAngle-1.0.5.zip", + "size": 5807, + "checksum": "SHA-256:c6c7daddcbeae9f171c38f1598e39709f58c779bea406c0e9e6720ceff8e07d2" + }, + { + "name": "MovingAverageAngle", + "version": "1.1.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", + "website": "https://github.com/pilotak/MovingAverageAngle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "providesIncludes": [ + "MovingAverageAngle.h" + ], + "dependencies": [ + { + "name": "MovingAverage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.1.0.zip", + "archiveFileName": "MovingAverageAngle-1.1.0.zip", + "size": 5801, + "checksum": "SHA-256:5950f52d94b3ebfde58b53a1a7d4ba527805b7e46094169171b1be6da6d7fe65" + }, + { + "name": "MovingAverageFloat", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging float numbers", + "website": "https://github.com/pilotak/MovingAverageFloat", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageFloat.git", + "providesIncludes": [ + "MovingAverageFloat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageFloat-1.0.0.zip", + "archiveFileName": "MovingAverageFloat-1.0.0.zip", + "size": 5119, + "checksum": "SHA-256:29f8ec338cbc4a8ab388f4a62a4c005aaad8c9d80fd4190c23d43e008848c83b" + }, + { + "name": "MovingAverageFloat", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging float numbers", + "website": "https://github.com/pilotak/MovingAverageFloat", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverageFloat.git", + "providesIncludes": [ + "MovingAverageFloat.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageFloat-1.0.1.zip", + "archiveFileName": "MovingAverageFloat-1.0.1.zip", + "size": 5305, + "checksum": "SHA-256:00a6f0e560c75d66ce2e91f07786c7e08d62ab24999c7faefa9a59089999a229" + }, + { + "name": "MovingAverage", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Moving Average library", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": [ + "MovingAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.0.zip", + "archiveFileName": "MovingAverage-1.0.0.zip", + "size": 4571, + "checksum": "SHA-256:c61e65c42b5bf844337ac779ceb05974668df39fd3e5b459b476078734c42834" + }, + { + "name": "MovingAverage", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging fixed-point numbers", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": [ + "MovingAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.1.zip", + "archiveFileName": "MovingAverage-1.0.1.zip", + "size": 5202, + "checksum": "SHA-256:e892c60adaba9beecce087e74ff2f938c5731c8123ac9c79ed8807d8e650ed66" + }, + { + "name": "MovingAverage", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging fixed-point numbers", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": [ + "MovingAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.2.zip", + "archiveFileName": "MovingAverage-1.0.2.zip", + "size": 5205, + "checksum": "SHA-256:df853df3f00f4f01d8f2a466944be746122bbe75a9e8c544d396af9cf2efc9a0" + }, + { + "name": "MovingAverage", + "version": "1.0.3", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Arduino Library for averaging fixed-point numbers", + "website": "https://github.com/pilotak/MovingAverage", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MovingAverage.git", + "providesIncludes": [ + "MovingAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.3.zip", + "archiveFileName": "MovingAverage-1.0.3.zip", + "size": 5407, + "checksum": "SHA-256:2070c5235212855d38380f35e7299cd3c1c49fbdab5f2d8d57c6cb1cb66a48d6" + }, + { + "name": "MeteoFunctions", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": [ + "MeteoFunctions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.0.zip", + "archiveFileName": "MeteoFunctions-1.0.0.zip", + "size": 8146, + "checksum": "SHA-256:1251acf620246dc944cd79cc91203307b60c4eb5eceab769517d0deca8436d08" + }, + { + "name": "MeteoFunctions", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": [ + "MeteoFunctions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.1.zip", + "archiveFileName": "MeteoFunctions-1.0.1.zip", + "size": 8151, + "checksum": "SHA-256:dac592d451fe7c18a20a810db84dd8eb98bf2ba2d5a20c1d869341c202966c61" + }, + { + "name": "MeteoFunctions", + "version": "1.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": [ + "MeteoFunctions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.2.zip", + "archiveFileName": "MeteoFunctions-1.0.2.zip", + "size": 8330, + "checksum": "SHA-256:116d2af5ba74b5359eb512c1b5b440f1cb2c4f3ecbae72283f8c2705cf4c83f5" + }, + { + "name": "MeteoFunctions", + "version": "1.0.3", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": [ + "MeteoFunctions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.3.zip", + "archiveFileName": "MeteoFunctions-1.0.3.zip", + "size": 8330, + "checksum": "SHA-256:536792eb5e82863fe1ad33b4b19e1b30da111cddb82396907296ffe834199a8b" + }, + { + "name": "MeteoFunctions", + "version": "1.1.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Collection of meteo functions", + "paragraph": "extend your meteo station by calculating other meteorologist values", + "website": "https://github.com/pilotak/MeteoFunctions", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/MeteoFunctions.git", + "providesIncludes": [ + "MeteoFunctions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.1.0.zip", + "archiveFileName": "MeteoFunctions-1.1.0.zip", + "size": 8571, + "checksum": "SHA-256:38a26de4a58f58ec558b753d3734894b5bd9f1f9340c949e33392f060e335093" + }, + { + "name": "Hysteresis", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Hysteresis library", + "paragraph": "(fixed point only)", + "website": "https://github.com/pilotak/Hysteresis", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/Hysteresis.git", + "providesIncludes": [ + "Hysteresis.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/Hysteresis-1.0.0.zip", + "archiveFileName": "Hysteresis-1.0.0.zip", + "size": 4569, + "checksum": "SHA-256:32cba8774beb0559d08058d8465c373e678b908eebe197e33ff81c9d3e2a6933" + }, + { + "name": "Hysteresis", + "version": "1.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Hysteresis library", + "paragraph": "(fixed point only)", + "website": "https://github.com/pilotak/Hysteresis", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/Hysteresis.git", + "providesIncludes": [ + "Hysteresis.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/Hysteresis-1.0.1.zip", + "archiveFileName": "Hysteresis-1.0.1.zip", + "size": 5373, + "checksum": "SHA-256:3e4563728df703728f178506596497f9c2c9a50c9c48c4129eb52d5eb11a9b16" + }, + { + "name": "WeatherMeters", + "version": "1.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": [ + "WeatherMeters.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-1.0.0.zip", + "archiveFileName": "WeatherMeters-1.0.0.zip", + "size": 6919, + "checksum": "SHA-256:097e0903da209acdce0c0dd990283798968e90a81952b67083ede8ff9ce8354f" + }, + { + "name": "WeatherMeters", + "version": "2.0.0", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": [ + "WeatherMeters.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.0.zip", + "archiveFileName": "WeatherMeters-2.0.0.zip", + "size": 12099, + "checksum": "SHA-256:41b0663a91b5ede3963b5fb254b4563b57746a7fdef4a67bcfdac4c4ca3291ee" + }, + { + "name": "WeatherMeters", + "version": "2.0.1", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": [ + "WeatherMeters.h" + ], + "dependencies": [ + { + "name": "MovingAverageAngle" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.1.zip", + "archiveFileName": "WeatherMeters-2.0.1.zip", + "size": 11310, + "checksum": "SHA-256:3b280c8974b593043acb07cb341993da3a110d7c82d7be94abec1670f3c850c0" + }, + { + "name": "WeatherMeters", + "version": "2.0.2", + "author": "Pavel Slama", + "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", + "sentence": "Weather Meters library", + "website": "https://github.com/pilotak/WeatherMeters", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pilotak/WeatherMeters.git", + "providesIncludes": [ + "WeatherMeters.h" + ], + "dependencies": [ + { + "name": "MovingAverageAngle" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.2.zip", + "archiveFileName": "WeatherMeters-2.0.2.zip", + "size": 11314, + "checksum": "SHA-256:59c77444cf313d4dbb7dba579c453dcb5ea9069b94701ccdaf54579b514339e8" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.0.zip", + "size": 23854, + "checksum": "SHA-256:cd70141c2e8e40eea654b827508c23f8326fc7f287141df2c1dcae166e3f8d90" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.1.zip", + "size": 23926, + "checksum": "SHA-256:0463114ea9fc6ca3bd23d4b3f3843247a1225033320bd8971500795539023228" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.2.zip", + "size": 23946, + "checksum": "SHA-256:0032c8b68b226187afc111c63999f9a0bbdf8c20197b5757e9ad3c8a0f2b801a" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.3.zip", + "size": 24126, + "checksum": "SHA-256:4c80eac00ec02bbcfe6b5c0313024b29cf07c4fa20dd473dadb0af8c5b06a29a" + }, + { + "name": "SparkFun SGP40 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SGP40 air quality sensor", + "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", + "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.4.zip", + "size": 24114, + "checksum": "SHA-256:4aef3bdebd46055fcbee6573d05c9442fedcb2cfce453d29d3dd66f94b8e2b5a" + }, + { + "name": "ptScheduler", + "version": "1.1.0", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino library for writing non-blocking periodic tasks without using delay or millis routines.", + "paragraph": "You won't have to use delay or millis functions again. Run multiple tasks periodically without blocking other tasks.", + "website": "https://github.com/vishnumaiea/ptScheduler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/ptScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-1.1.0.zip", + "archiveFileName": "ptScheduler-1.1.0.zip", + "size": 282353, + "checksum": "SHA-256:2c94f83709b46a3360c5fa652daf25c0f387d428f0983f8b9c8a6598770abe78" + }, + { + "name": "ptScheduler", + "version": "1.1.2", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino library for writing non-blocking periodic tasks without using delay or millis routines.", + "paragraph": "Run multiple tasks periodically without blocking other tasks. Write intuitive code with great flexibility over timing and logic.", + "website": "https://github.com/vishnumaiea/ptScheduler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/ptScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-1.1.2.zip", + "archiveFileName": "ptScheduler-1.1.2.zip", + "size": 298248, + "checksum": "SHA-256:a8e71cb928b148a5851114fe179c517aec4df2633958f705f8ec0d0495545c6c" + }, + { + "name": "ptScheduler", + "version": "2.1.0", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino timing library for writing non-blocking periodic tasks without using delay or millis routines.", + "paragraph": "Run multiple tasks periodically without blocking other tasks. Write intuitive code with great flexibility over timing and logic.", + "website": "https://github.com/vishnumaiea/ptScheduler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/ptScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-2.1.0.zip", + "archiveFileName": "ptScheduler-2.1.0.zip", + "size": 300113, + "checksum": "SHA-256:729e15e6b75a0f6d96ba87dc72f6c1ad432d4804e7e369a5862a66f4cf62ef58" + }, + { + "name": "ptScheduler", + "version": "2.1.3", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino timing library for writing non-blocking periodic tasks without using delay or millis routines.", + "paragraph": "Run multiple tasks periodically without blocking other tasks. Write intuitive code with great flexibility over timing and logic.", + "website": "https://github.com/vishnumaiea/ptScheduler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/ptScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-2.1.3.zip", + "archiveFileName": "ptScheduler-2.1.3.zip", + "size": 302480, + "checksum": "SHA-256:09bb5c7822006d8577fb7a7dfb1670a60efeaa4b8fe4cebc6a1e8d24e0d0aa40" + }, + { + "name": "ptScheduler", + "version": "2.2.0", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino timing library for writing non-blocking periodic tasks without using delay or millis routines.", + "paragraph": "Run multiple tasks periodically without blocking other tasks. Write intuitive code with great flexibility over timing and logic.", + "website": "https://github.com/vishnumaiea/ptScheduler", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vishnumaiea/ptScheduler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-2.2.0.zip", + "archiveFileName": "ptScheduler-2.2.0.zip", + "size": 302592, + "checksum": "SHA-256:397f50aa6b1087c4a26906ef41ef2c1e7a52468953edbc1307faea22822ccbe4" + }, + { + "name": "TinyTrainable", + "version": "0.0.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "[ALPHA] Library for building media arts instruments with tiny machine learning.", + "paragraph": "Work in progress.", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.0.1.zip", + "archiveFileName": "TinyTrainable-0.0.1.zip", + "size": 3084, + "checksum": "SHA-256:6b0ffd50466babc9b61ab77fae630d9a1df42bbc2a172808f01cb8fbbe95a96c" + }, + { + "name": "TinyTrainable", + "version": "0.1.0", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "[ALPHA] Library for building media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_TensorFlowLite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.1.0.zip", + "archiveFileName": "TinyTrainable-0.1.0.zip", + "size": 12434, + "checksum": "SHA-256:5a59a6e7eaa2578afadc348fe041f4072df1a9dd2f8323b14e35933ad6552b87" + }, + { + "name": "TinyTrainable", + "version": "0.2.0", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": [ + "TinyTrainable.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit_ThermalAdafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.0.zip", + "archiveFileName": "TinyTrainable-0.2.0.zip", + "size": 2023471, + "checksum": "SHA-256:b217854dca1a35d1a741cf2050fc6d2ca3d93bf8c920d6dc9bb4b2a43832d826" + }, + { + "name": "TinyTrainable", + "version": "0.2.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": [ + "TinyTrainable.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.1.zip", + "archiveFileName": "TinyTrainable-0.2.1.zip", + "size": 2023465, + "checksum": "SHA-256:884001863ab76ff8365a5f255d2953245c36727154513c8c11cd27e6fc62aead" + }, + { + "name": "TinyTrainable", + "version": "0.2.2", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": [ + "TinyTrainable.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.2.zip", + "archiveFileName": "TinyTrainable-0.2.2.zip", + "size": 2023829, + "checksum": "SHA-256:4b30c139186ad7779cb42ee92caeef023c098ee20a227fa01c9bc0fa838d5e7e" + }, + { + "name": "TinyTrainable", + "version": "0.2.3", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library to build media arts instruments with tiny machine learning.", + "paragraph": "Runs on Arduino Nano 33 BLE Sense", + "website": "https://github.com/montoyamoraga/TinyTrainable", + "category": "Other", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/montoyamoraga/TinyTrainable.git", + "providesIncludes": [ + "TinyTrainable.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit Thermal Printer Library" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_KNN" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_TensorFlowLite" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.2.3.zip", + "archiveFileName": "TinyTrainable-0.2.3.zip", + "size": 2027394, + "checksum": "SHA-256:51bdb7d9ff38630aa7f9ad5a7750227ebc1e81454700cc5c65db2fb6d12d14b7" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.0.0.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.0.0.zip", + "size": 22225, + "checksum": "SHA-256:b289a3b4bb5839fc929ff2f6e3b15af0b88163ae6d5afd8112330451a334ac96" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.0.1.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.0.1.zip", + "size": 50440, + "checksum": "SHA-256:cac5042cc69a1051a91917569393be024d8c03c2625e43ffe6e339ca8fda3292" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.0.2.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.0.2.zip", + "size": 50324, + "checksum": "SHA-256:f0ffb3169ad9153937df82967f3c93fe6cd3bd157ddbccb1fa6b6178e76e6a20" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.1.0.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.1.0.zip", + "size": 50420, + "checksum": "SHA-256:25a061de762000c8f0ad4306c49ae7c721627721958f1479e573d09491124602" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.1.1.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.1.1.zip", + "size": 50421, + "checksum": "SHA-256:5f0879424702db5ee00942ef100dda96ee692a1ce5e82aa328d0323de0ddb6e3" + }, + { + "name": "Adafruit SGP40 Sensor", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", + "website": "https://github.com/adafruit/Adafruit_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SHT31 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.1.3.zip", + "archiveFileName": "Adafruit_SGP40_Sensor-1.1.3.zip", + "size": 50423, + "checksum": "SHA-256:0c6935b9856fc754cf8fd29bc1058e951b5f996430f6f61176db61aebc8ac233" + }, + { + "name": "RotaryEncoder_Zanduino", + "version": "1.0.6", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Access the 3-Color LED Rotary Encoder - read and set colors", + "paragraph": "Access the 3-Color LED Rotary Encoder - read and set colors", + "website": "https://github.com/Zanduino/RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/RotaryEncoder_Zanduino-1.0.6.zip", + "archiveFileName": "RotaryEncoder_Zanduino-1.0.6.zip", + "size": 341641, + "checksum": "SHA-256:9a3e309675802b2826f4a3c55d3cdd3a4a44a264091b8de4f3bf00a4c6040ac2" + }, + { + "name": "mrm-common", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.6.zip", + "archiveFileName": "mrm_common-0.0.6.zip", + "size": 1755, + "checksum": "SHA-256:1ecb879272495d8ce9c5d5b67f10cb7a0f5044cb5eadca528af8abf921671214" + }, + { + "name": "mrm-common", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.0.zip", + "archiveFileName": "mrm_common-0.0.0.zip", + "size": 1753, + "checksum": "SHA-256:f27efa279a0c26d4d5b87c00f6beda4b9173a9e22acd1059f1a30820c65b2a78" + }, + { + "name": "mrm-common", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.7.zip", + "archiveFileName": "mrm_common-0.0.7.zip", + "size": 1755, + "checksum": "SHA-256:c0c9902116cbe208c03a3010a1ffc7c407df87eb7615510a0aa5fa85e1029593" + }, + { + "name": "mrm-common", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.8.zip", + "archiveFileName": "mrm_common-0.0.8.zip", + "size": 1826, + "checksum": "SHA-256:32fedfb99e33fbcdfde31b02653c174bbd8886c4b89df1308ec1c808d77b8761" + }, + { + "name": "mrm-common", + "version": "0.0.9", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.9.zip", + "archiveFileName": "mrm_common-0.0.9.zip", + "size": 1827, + "checksum": "SHA-256:ab6c607a3e11be32c3dfd24690d69c63c9b845c358230e95e612670744e6e417" + }, + { + "name": "mrm-common", + "version": "0.0.10", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.10.zip", + "archiveFileName": "mrm_common-0.0.10.zip", + "size": 1828, + "checksum": "SHA-256:3f86074b7246952a9714aea6b13a2893d0121e5c35776f2809b692a1a0e6d6a6" + }, + { + "name": "mrm-common", + "version": "0.0.11", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.11.zip", + "archiveFileName": "mrm_common-0.0.11.zip", + "size": 1878, + "checksum": "SHA-256:8ccf6d631175b9010c2e245b9fab80751022b496b5387618f506f654bdff4882" + }, + { + "name": "mrm-common", + "version": "0.0.12", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.12.zip", + "archiveFileName": "mrm_common-0.0.12.zip", + "size": 1877, + "checksum": "SHA-256:72e697d0c3bc48d37823b0a9ca24efdcac0effe386de6e6754b4dc3db24bdf83" + }, + { + "name": "mrm-common", + "version": "0.0.13", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "Common library for MRMS CAN Bus boards", + "paragraph": "Common functions for all MRMS libraries", + "website": "https://github.com/PribaNosati/mrm-common", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-common.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.13.zip", + "archiveFileName": "mrm_common-0.0.13.zip", + "size": 1394, + "checksum": "SHA-256:c48126e723f91d9e74dc2bb2ed2c0c210b2f740ab1f2e5e2311cd5c98a87a22a" + }, + { + "name": "mrm-fet-can", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.0.zip", + "archiveFileName": "mrm_fet_can-0.0.0.zip", + "size": 3243, + "checksum": "SHA-256:094d7c7401baeb2201d563686143fefcf93616cbf26575c84ee0e621adcdf3b5" + }, + { + "name": "mrm-fet-can", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.2.zip", + "archiveFileName": "mrm_fet_can-0.0.2.zip", + "size": 3266, + "checksum": "SHA-256:ced96c94aeb1d84f86c4c8b58bcce26aa0c70ef8ca8cb50710a50b650cd04ee0" + }, + { + "name": "mrm-fet-can", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.3.zip", + "archiveFileName": "mrm_fet_can-0.0.3.zip", + "size": 3256, + "checksum": "SHA-256:40bbfcf30ff8d88ab29b47704697b021520ff6f8a7f69263e334013af1b3a621" + }, + { + "name": "mrm-fet-can", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.4.zip", + "archiveFileName": "mrm_fet_can-0.0.4.zip", + "size": 4124, + "checksum": "SHA-256:c041369b6bbd5ba18e6796a184d2b75e157d3d22a7dc4b5894f4b58b89ba0caf" + }, + { + "name": "mrm-fet-can", + "version": "0.0.5", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.5.zip", + "archiveFileName": "mrm_fet_can-0.0.5.zip", + "size": 3257, + "checksum": "SHA-256:a3ce2cac3f0e7cf775605c9755d7f630abe21c81b9dae635c2ede41858410d26" + }, + { + "name": "mrm-fet-can", + "version": "0.0.6", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.6.zip", + "archiveFileName": "mrm_fet_can-0.0.6.zip", + "size": 4141, + "checksum": "SHA-256:c728f20bc374e16589e53512c5b680f291141d9c6d95c75625dc9ba93626f975" + }, + { + "name": "mrm-fet-can", + "version": "0.0.7", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.7.zip", + "archiveFileName": "mrm_fet_can-0.0.7.zip", + "size": 5076, + "checksum": "SHA-256:e12e5969d63e2f4cd95f4136c7f47c5e38c51a3ce2e25a0955df2f870dabc822" + }, + { + "name": "mrm-fet-can", + "version": "0.0.8", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-fet-can", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", + "website": "https://github.com/PribaNosati/mrm-fet-can", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.8.zip", + "archiveFileName": "mrm_fet_can-0.0.8.zip", + "size": 5110, + "checksum": "SHA-256:93a9184bb9b34f63645eab3aaa80419987b38d890e9d800be6ba910f6b55d851" + }, + { + "name": "Cubigel", + "version": "1.0.0", + "author": "SV-Zanshin", + "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", + "sentence": "Read information from the Cubigel compressor system", + "paragraph": "Read information from the Cubigel compressor system", + "website": "https://github.com/SV-Zanshin/Cubigel", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/Cubigel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Cubigel-1.0.0.zip", + "archiveFileName": "Cubigel-1.0.0.zip", + "size": 213082, + "checksum": "SHA-256:ee5ace9f4ac3994ca8f3a730631a310250c13fd9aa0e36963c1e80901c230fe4" + }, + { + "name": "Cubigel", + "version": "1.0.3", + "author": "https://github.com/SV-Zanshin", + "maintainer": "https://github.com/SV-Zanshin", + "sentence": "Read information from the Cubigel compressor system", + "paragraph": "Read information from the Cubigel compressor system", + "website": "https://github.com/SV-Zanshin/Cubigel", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/Cubigel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Cubigel-1.0.3.zip", + "archiveFileName": "Cubigel-1.0.3.zip", + "size": 212917, + "checksum": "SHA-256:9f51841f986997b5f7aa6716d3464d8bdfc241e70f0fc4b5fd0f11b508a2a3ed" + }, + { + "name": "Seven Segments K", + "version": "1.0.0", + "author": "FernandoK", + "maintainer": "FernandoK", + "sentence": "Library for working with Seven Segments displays", + "paragraph": "Library for working with Seven Segments displays", + "website": "https://github.com/ferkoyanagi/SevenSegmentsK", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ferkoyanagi/SevenSegmentsK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ferkoyanagi/Seven_Segments_K-1.0.0.zip", + "archiveFileName": "Seven_Segments_K-1.0.0.zip", + "size": 1464110, + "checksum": "SHA-256:2e6c7f088ea700b0627c91f607b7fd81486ef1e7d0553db4e127eaada79902c8" + }, + { + "name": "Tinyfox", + "version": "0.9.0", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios.", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": [ + "Tinyfox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.0.zip", + "archiveFileName": "Tinyfox-0.9.0.zip", + "size": 625350, + "checksum": "SHA-256:f766c49d02e3e8979f18f3e365b3f16ebc7dd51e52e5755469bb8c85f7b16714" + }, + { + "name": "Tinyfox", + "version": "0.9.1", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios (sigfox and point to point).", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": [ + "Tinyfox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.1.zip", + "archiveFileName": "Tinyfox-0.9.1.zip", + "size": 635720, + "checksum": "SHA-256:ae26550e85bd9643cf69248351f3734fabcab5b8744e3c2c82aaad26a6e6112c" + }, + { + "name": "Tinyfox", + "version": "0.9.2", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios (sigfox and point to point).", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": [ + "Tinyfox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.2.zip", + "archiveFileName": "Tinyfox-0.9.2.zip", + "size": 635721, + "checksum": "SHA-256:53a82d8b975790f7c9d21ee0d2c9d15500049621c03d61cdf9ef570bd3e6bc42" + }, + { + "name": "Tinyfox", + "version": "0.9.3", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "This library provides a simple way to make use of Wisol radios (sigfox and point to point).", + "paragraph": "includes examples for many architectures and uses.", + "website": "https://github.com/TECA-IOT/Tinyfox", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "providesIncludes": [ + "Tinyfox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.3.zip", + "archiveFileName": "Tinyfox-0.9.3.zip", + "size": 953735, + "checksum": "SHA-256:57911cab2695277727e9f68f3dcc60f5bb3924d131088e923dc590b9adc0bef1" + }, + { + "name": "AudioShieldDTMF", + "version": "1.0.0", + "author": "Douglas Lyon", + "maintainer": "DocJava, Inc., lyon@docjava.com", + "sentence": "MCP4921 Audio Shield DTMF Example", + "paragraph": "12 bit dac used to output to the Audio Sheild", + "website": "http://www.docjava.com", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/douglaslyon/AudioShieldDTMF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/douglaslyon/AudioShieldDTMF-1.0.0.zip", + "archiveFileName": "AudioShieldDTMF-1.0.0.zip", + "size": 11376, + "checksum": "SHA-256:9cd0cbafd2cfe95800ae2ee04da332b6c770e655f932843aca29e66067139b04" + }, + { + "name": "AudioShieldDTMF", + "version": "1.0.1", + "author": "Douglas Lyon", + "maintainer": "DocJava, Inc., lyon@docjava.com", + "sentence": "MCP4921 Audio Shield DTMF Example", + "paragraph": "12 bit dac used to output to the Audio Sheild", + "website": "https://github.com/douglaslyon/AudioShieldDTMF", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/douglaslyon/AudioShieldDTMF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/douglaslyon/AudioShieldDTMF-1.0.1.zip", + "archiveFileName": "AudioShieldDTMF-1.0.1.zip", + "size": 11385, + "checksum": "SHA-256:b22d5e8696a19f39cf0c1547b88f258af0d215f01356c3660a8f8b350a001a69" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.1", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.1.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.1.zip", + "size": 2542295, + "checksum": "SHA-256:be3ce1a056f585bd5ee9c169c986c426b7e926804b705fbc6f9dc7072e95bb62" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.3", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.3.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.3.zip", + "size": 2541740, + "checksum": "SHA-256:dbcd6ba4a5a94a435a0779bf5d873a0aa801610297c1ded7708390cbed4ba994" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.4", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.4.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.4.zip", + "size": 2541445, + "checksum": "SHA-256:5d104eda840d8d0ad19021bbbbfbb0ef884643f45eb37ad6b9b18bc69132f6f3" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.5", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino graphics library for various displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.5.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.5.zip", + "size": 2544684, + "checksum": "SHA-256:b0351b964decaedbff72804c2fcd7678ce6335b7a89b8c05a8d6308fac1ac057" + }, + { + "name": "GFX Library for Arduino", + "version": "1.0.7", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.7.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.0.7.zip", + "size": 2546782, + "checksum": "SHA-256:4d12e30dd9b8920df3469bf9b318cf44a27c372c55a1e50d528815a74ea76db5" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.0", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.0.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.0.zip", + "size": 2559306, + "checksum": "SHA-256:ced51a398bce474d8d7dc3ea37da3899bcc15a86eecbc7c905b9c231c441f97b" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.1", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.1.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.1.zip", + "size": 2559196, + "checksum": "SHA-256:e50c3171c885db3c935cc4477da0f9aa32293ec65c4a6fbaadf76b06b2b73981" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.2", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.2.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.2.zip", + "size": 2563652, + "checksum": "SHA-256:30f29df8a5d996489c02ac1803aaa28ede5abe99370a2542b642e36bde278a79" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.3", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), JBT6K71, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit) and some parallel interface.", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.3.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.3.zip", + "size": 2575124, + "checksum": "SHA-256:5fb2199cb78bbcfd5851a0aad6ccda6ae7ad09692b3f8237e0d00ce24bef7bb9" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.4", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.4.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.4.zip", + "size": 2387409, + "checksum": "SHA-256:5c65d9b9e03dbafcc34fcc803794af6ac842f05902ddd83071a7bff336d8eb7a" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.5", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.5.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.5.zip", + "size": 2396555, + "checksum": "SHA-256:6c1ddde0f3f86018829261fbcf853670f7c1f79d95df3262ce08eb3e2c2212d5" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.6", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.6.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.6.zip", + "size": 2469687, + "checksum": "SHA-256:a7e05ba67da6cd39a95afa9d6182a6be972e5075107efc21db7821f2fe701148" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.7", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.7.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.7.zip", + "size": 2470497, + "checksum": "SHA-256:4ccb42dd257191ac2eba5e675749bd39f7517628b407f9f1080e0fefaaac6588" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.8", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.8.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.8.zip", + "size": 2476371, + "checksum": "SHA-256:3ffefaf358debd2de4bdf70be835825314352c4f384d0004f4cd4b5bc8824685" + }, + { + "name": "GFX Library for Arduino", + "version": "1.1.9", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.1.9.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.1.9.zip", + "size": 2546419, + "checksum": "SHA-256:e58fe30442b108b66d71e5832fb1d8933c100b58dbc0c007418ce73d0cbc2281" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.0", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.0.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.0.zip", + "size": 6956479, + "checksum": "SHA-256:d1240a921a22348da3e342e91da15ff64816d3fabeb04ba9deee5ed9f5dc9eab" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.1", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.1.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.1.zip", + "size": 7383593, + "checksum": "SHA-256:49454307d4ed17a9bf0a571769412c4ff052d0dc451ca51654bd49e053145cb0" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.2", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9341, ILI9342(M5Stack), ILI9481(18bit), ILI9486(18bit), ILI9488(3bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720) and 16-bit parallel interface(ESP32 and RPi Pico).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.2.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.2.zip", + "size": 7383545, + "checksum": "SHA-256:0ec1037b79429e3cd005f7c8ae58abb8dca96d14bbf6df732b729430f7b165d7" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.3", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481(16bit and 18bit), ILI9486(16bit and 18bit), ILI9488(3bit, 16bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701(REGPanel), ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.3.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.3.zip", + "size": 7543825, + "checksum": "SHA-256:0d41946c81f18d7e94ad07de5a583546538e938ec70927b382edbbfb176d5197" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.4", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481(16bit and 18bit), ILI9486(16bit and 18bit), ILI9488(3bit, 16bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701(REGPanel), ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.4.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.4.zip", + "size": 7775309, + "checksum": "SHA-256:e9cc791325dfa979ae4ad19eace19fa7957a6ed889ba00b55750e9c04f14fbd5" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.5", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481(16bit and 18bit), ILI9486(16bit and 18bit), ILI9488(3bit, 16bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701(REGPanel), ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.5.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.5.zip", + "size": 7778401, + "checksum": "SHA-256:0adda461cb273aab57659b7e5b8f640201c810fb977135eb8ceecbe798cc2312" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.6", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481(16bit and 18bit), ILI9486(16bit and 18bit), ILI9488(3bit, 16bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701(REGPanel), ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.6.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.6.zip", + "size": 7778409, + "checksum": "SHA-256:33a296a4aac453a7749a235b0713f5e3156348edc3731eeb0e2e20b8e3fba661" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.7", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481(16bit and 18bit), ILI9486(16bit and 18bit), ILI9488(3bit, 16bit and 18bit), ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701(REGPanel), ST7735(various resolution), ST7789(various resolution) and ST7796. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.7.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.7.zip", + "size": 7778441, + "checksum": "SHA-256:6634a403ce1e6331b597b541f2f3af090d913d0c559dd800cc8e9e1e650e187c" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.8", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.8.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.8.zip", + "size": 7779392, + "checksum": "SHA-256:c9b8970be296e704772530e8307c969d754e17e6abf768564ea41594f766bd30" + }, + { + "name": "GFX Library for Arduino", + "version": "1.2.9", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.2.9.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.2.9.zip", + "size": 7782695, + "checksum": "SHA-256:1c71365f90b59a820b074ad1876a574b9c11d85a3e164cec7c928b7bcf101b76" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.0", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.0.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.0.zip", + "size": 7796958, + "checksum": "SHA-256:8117dced322a576e8ccdea0b4631b020c88b7290f91f5f5ad1586122470d2671" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.1", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.1.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.1.zip", + "size": 7809686, + "checksum": "SHA-256:46c63698f54169adeb3715711cad3852a45a3ef0d21fbbfdd5e0953a7d3658b4" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.2", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.2.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.2.zip", + "size": 7809432, + "checksum": "SHA-256:40d1d09a8063b541bb1dc3e95480b43513546699c2054a4eb6dcd91cba3b16ae" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.3", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.3.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.3.zip", + "size": 7832965, + "checksum": "SHA-256:0efe628f0ec329f5815e296ae35156521519fd70f80765812514775c51c31a91" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.4", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.4.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.4.zip", + "size": 7833033, + "checksum": "SHA-256:e1da6cec0180e74238b929aef0687f85432f4a97152085c0a4c61ccdabcee9cd" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.5", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, GC9503V, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6485, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7701, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.5.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.5.zip", + "size": 8794985, + "checksum": "SHA-256:bc85e13020ece02fb35c475a33202537b11836d3a2e6927abe1018b60ac01a98" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.6", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack, ESP32-S3-BOX), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, RM67162, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Tested RGB display: GC9503V, ILI6485, ST7262, ST7701. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.6.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.6.zip", + "size": 8835693, + "checksum": "SHA-256:7c39a3d4c001c183e3bdf6a43eb1129230ad3ee4880769ed02bb53fb9a5ec75c" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.7", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6122, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack, ESP32-S3-BOX), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, RM67162, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Tested RGB display: GC9503V, ILI6485, ST7262, ST7701. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.7.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.7.zip", + "size": 8839877, + "checksum": "SHA-256:2795a62e2927827983bd5bbcb4fe19f72c34945736c8ebe08315739290f183f2" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.8", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6122, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack, ESP32-S3-BOX), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, RM67162, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Tested RGB display: GC9503V, ILI6485, ST7262, ST7701. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.8.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.8.zip", + "size": 8850913, + "checksum": "SHA-256:33de30cf7f448d193433c6dcb2cb7b629f6e1d6fd82dccd5c1fa994b88debe3c" + }, + { + "name": "GFX Library for Arduino", + "version": "1.3.9", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6122, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack, ESP32-S3-BOX), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, RM67162, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Tested RGB display: GC9503V, ILI6485, ST7262, ST7701. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.3.9.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.3.9.zip", + "size": 8866882, + "checksum": "SHA-256:7cdac655d771e08bf87bfe32827b3ae213ac47032a0ca709a83bcbee513c3a17" + }, + { + "name": "GFX Library for Arduino", + "version": "1.4.0", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6122, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack, ESP32-S3-BOX), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, RM67162, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Tested RGB display: GC9503V, ILI6485, ST7262, ST7701. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.4.0.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.4.0.zip", + "size": 8866781, + "checksum": "SHA-256:44a73aade905588062c0dc6004e799bc906308017e02da026eec7f34a186e67a" + }, + { + "name": "GFX Library for Arduino", + "version": "1.4.1", + "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", + "sentence": "Arduino_GFX is a GFX library for various color displays with various data bus interfaces", + "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, GC9106, GC9107, HX8347C, HX8347D, HX8352C, HX8357A, HX8357B, HX8369A, ILI6122, ILI9225, ILI9331, ILI9341, ILI9342(M5Stack, ESP32-S3-BOX), ILI9481, ILI9486, ILI9488, ILI9806, JBT6K71, NT35310, NT35510, NT39125, NV3041A, OTM8009A, R61529, RM67162, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 and virtually all Raspberry Pi DPI (RGB) display. Tested RGB display: GC9503V, ILI6485, ST7262, ST7701. Currently support software SPI (8-bit and 9-bit), hardware SPI (8-bit, ESP32 also support 9-bit), 8-bit parallel interface(AVR, ESP32, RPi Pico, RTL8720, STM32), 16-bit parallel interface(ESP32 and RPi Pico) and RGB Panel interface(ESP32S3).", + "website": "https://github.com/moononournation/Arduino_GFX", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/moononournation/Arduino_GFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.4.1.zip", + "archiveFileName": "GFX_Library_for_Arduino-1.4.1.zip", + "size": 10159757, + "checksum": "SHA-256:b70734dc59cbd6815d640745c6af8c61b7c7d38e9049bfd79bc284bc7456d4fd" + }, + { + "name": "WIOTerminal_WiFiManager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "SAMD51 WIO-Terminal MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring SAMD51 WIO-Terminal MultiWiFi credentials at runtime. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/WIOTerminal_WiFiManager", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WIOTerminal_WiFiManager.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WIOTerminal_WiFiManager-1.2.0.zip", + "archiveFileName": "WIOTerminal_WiFiManager-1.2.0.zip", + "size": 287209, + "checksum": "SHA-256:d78d57199efc7fa25abd746c1d1d7295ad7ccb7601ebaf30efca35ee77062b89" + }, + { + "name": "WIOTerminal_WiFiManager", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "SAMD51 WIO-Terminal MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", + "paragraph": "Library for configuring SAMD51 WIO-Terminal MultiWiFi credentials at runtime. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", + "website": "https://github.com/khoih-prog/WIOTerminal_WiFiManager", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WIOTerminal_WiFiManager.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WIOTerminal_WiFiManager-1.2.1.zip", + "archiveFileName": "WIOTerminal_WiFiManager-1.2.1.zip", + "size": 420991, + "checksum": "SHA-256:0b693e9104fc5f65c9b71aaa92087618beb836111938e91eb3a33de95d6eba4d" + }, + { + "name": "Ufox", + "version": "1.0.0", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Kit de desarrollo Sigfox para region RC4.", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": [ + "Ufox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.0.zip", + "archiveFileName": "Ufox-1.0.0.zip", + "size": 8804979, + "checksum": "SHA-256:90df9dc8403fb73c38f94b792b244e30c90f4750077fd0752665cdb4e5697dd8" + }, + { + "name": "Ufox", + "version": "1.0.2", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Kit de desarrollo Sigfox para region RC4 (Wisol WSSFM10R4 + Atmega32u4).", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": [ + "Ufox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.2.zip", + "archiveFileName": "Ufox-1.0.2.zip", + "size": 11184944, + "checksum": "SHA-256:d3326b6d3d2575b5a9a23b42c946029fc94fa507fd2d4e472789ff449cc0818e" + }, + { + "name": "Ufox", + "version": "1.0.4", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Kit de desarrollo Sigfox para region RC4 (Wisol WSSFM10R4 + Atmega32u4).", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": [ + "Ufox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.4.zip", + "archiveFileName": "Ufox-1.0.4.zip", + "size": 11926893, + "checksum": "SHA-256:0ac27a7226bb6c90bc28533b887113f80f1640b8d87115e979de42c15ba3afa5" + }, + { + "name": "Ufox", + "version": "1.0.5", + "author": "Marco A. Caballero Moreno \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marco A. Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Tarjeta de desarrollo Sigfox para region RC4 (Modem Sigfox SFM10R4 + Atmega32u4 [arduinoLeonardo] ).", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": [ + "Ufox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.5.zip", + "archiveFileName": "Ufox-1.0.5.zip", + "size": 29904453, + "checksum": "SHA-256:4f4f3d892d19b951fe03d9ee941cd0bf85295bfa75d464068617277149dad231" + }, + { + "name": "Ufox", + "version": "1.1.0", + "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", + "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", + "sentence": "Ufox devkit Sigfox RC4.", + "paragraph": "Kit de desarrollo Sigfox para region RC4 (Wisol WSSFM10R4 + Atmega32u4).", + "website": "https://github.com/TECA-IOT/Ufox", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TECA-IOT/Ufox.git", + "providesIncludes": [ + "Ufox.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.1.0.zip", + "archiveFileName": "Ufox-1.1.0.zip", + "size": 29904426, + "checksum": "SHA-256:9ae624a8e23cb5811bc2b783cd46bd54d9b46d8c598b7e00e0e6b6d1dd4a0886" + }, + { + "name": "Grandeur", + "version": "1.0.0", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": [ + "grandeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.0.zip", + "archiveFileName": "Grandeur-1.0.0.zip", + "size": 136310, + "checksum": "SHA-256:ae9c09808467c3d8aa202fbbf0d3ec7b14864f381b3320811fd10ee77f4e2067" + }, + { + "name": "Grandeur", + "version": "1.0.2", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": [ + "grandeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.2.zip", + "archiveFileName": "Grandeur-1.0.2.zip", + "size": 140070, + "checksum": "SHA-256:35e6b6b5641ff3f698a2a594b06d56305bd17b52fe2148d35186218de3c94674" + }, + { + "name": "Grandeur", + "version": "1.0.3", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": [ + "grandeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.3.zip", + "archiveFileName": "Grandeur-1.0.3.zip", + "size": 144488, + "checksum": "SHA-256:6a1a11c7ae85607b76435d60a9c031560b1b4c2716b3a82bee7d28b1ce4b8409" + }, + { + "name": "Grandeur", + "version": "1.0.4", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": [ + "grandeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.4.zip", + "archiveFileName": "Grandeur-1.0.4.zip", + "size": 145644, + "checksum": "SHA-256:9bbb95e6b065a75f68fdcc0a676cfc182b05722c26941a6871adbc70b5547555" + }, + { + "name": "Grandeur", + "version": "1.0.5", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurtech/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": [ + "grandeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.5.zip", + "archiveFileName": "Grandeur-1.0.5.zip", + "size": 146293, + "checksum": "SHA-256:8b2b88052deb89435431e303a09b0da59bb8254121812d44a81e1cf8d13b8adb" + }, + { + "name": "Grandeur", + "version": "1.0.6", + "author": "Grandeur Technologies", + "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", + "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", + "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", + "website": "https://github.com/grandeurdev/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "providesIncludes": [ + "grandeur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.6.zip", + "archiveFileName": "Grandeur-1.0.6.zip", + "size": 146296, + "checksum": "SHA-256:7464c400117ee18759526339b4b748905797b6ea3b4f28abbad952df894c3a04" + }, + { + "name": "AsyncTimer", + "version": "1.0.0", + "author": "Aasim-A", + "maintainer": "Aasim-A", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval)", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/jandrassy/TelnetStream", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-1.0.0.zip", + "archiveFileName": "AsyncTimer-1.0.0.zip", + "size": 8042, + "checksum": "SHA-256:5c954a6b585733a1862b2400bb48857ab74e01f7ebba50c2759f4822b31510cc" + }, + { + "name": "AsyncTimer", + "version": "1.0.1", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-1.0.1.zip", + "archiveFileName": "AsyncTimer-1.0.1.zip", + "size": 8945, + "checksum": "SHA-256:3e092e9818df97be3861a9192a5908023b563323b3f1733b7e9a032b6feefa5c" + }, + { + "name": "AsyncTimer", + "version": "1.0.2", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-1.0.2.zip", + "archiveFileName": "AsyncTimer-1.0.2.zip", + "size": 8954, + "checksum": "SHA-256:ed04873e20ce6e1aa11e58177804076b642b2d518021dd7593a7915e0bfc935e" + }, + { + "name": "AsyncTimer", + "version": "2.0.0", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.0.0.zip", + "archiveFileName": "AsyncTimer-2.0.0.zip", + "size": 10399, + "checksum": "SHA-256:5df135ef8229f46219b67fcbe40d0070fed1d74540a5187ae70aeaa49e232b65" + }, + { + "name": "AsyncTimer", + "version": "2.1.0", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.1.0.zip", + "archiveFileName": "AsyncTimer-2.1.0.zip", + "size": 10037, + "checksum": "SHA-256:5163729e5ccd70985e546588d12f991be9d59ff4ab2fbcdce3c6946f0e7a6ac3" + }, + { + "name": "AsyncTimer", + "version": "2.1.1", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.1.1.zip", + "archiveFileName": "AsyncTimer-2.1.1.zip", + "size": 10395, + "checksum": "SHA-256:700a6f49e1a0e341d4c2e2669447ca8b96946dd827db272932bdaa5b407787d3" + }, + { + "name": "AsyncTimer", + "version": "2.1.2", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.1.2.zip", + "archiveFileName": "AsyncTimer-2.1.2.zip", + "size": 10391, + "checksum": "SHA-256:00b369d669be93611b9bc404d5438d67e11f2fabe2e6bf9a479442f17428b87b" + }, + { + "name": "AsyncTimer", + "version": "2.1.3", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.1.3.zip", + "archiveFileName": "AsyncTimer-2.1.3.zip", + "size": 10410, + "checksum": "SHA-256:afcbd89233b95864a3fbf87a1938539c8ae419cbe83baf6d5391475af0fe478d" + }, + { + "name": "AsyncTimer", + "version": "2.2.0", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.2.0.zip", + "archiveFileName": "AsyncTimer-2.2.0.zip", + "size": 10444, + "checksum": "SHA-256:078ebcd0e20b9acbe43b4f5b9dfe8e69e68c2778b4604f01f91401c01a4972db" + }, + { + "name": "AsyncTimer", + "version": "2.2.2", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.2.2.zip", + "archiveFileName": "AsyncTimer-2.2.2.zip", + "size": 10703, + "checksum": "SHA-256:777e1b99a527fc43be0a18a052b216516ecf86d42985893eb9f6e66d3c92b455" + }, + { + "name": "AsyncTimer", + "version": "2.2.3", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.2.3.zip", + "archiveFileName": "AsyncTimer-2.2.3.zip", + "size": 10709, + "checksum": "SHA-256:c102d9451a80a711171f3ca6d0d14b691f35ea702c6f9ec82f48b6cba3fb8333" + }, + { + "name": "AsyncTimer", + "version": "2.3.0", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.3.0.zip", + "archiveFileName": "AsyncTimer-2.3.0.zip", + "size": 11010, + "checksum": "SHA-256:2619ba3b981d7978f1fb3be07c4852faa1f63263567586abb903918681729a70" + }, + { + "name": "AsyncTimer", + "version": "2.4.0", + "author": "Aasim-A", + "maintainer": "Aasim-A \u003cgithub.com/Aasim-A\u003e", + "sentence": "JavaScript-like async timing functions (setTimeout, setInterval).", + "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", + "website": "https://github.com/Aasim-A/AsyncTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aasim-A/AsyncTimer.git", + "providesIncludes": [ + "AsyncTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-2.4.0.zip", + "archiveFileName": "AsyncTimer-2.4.0.zip", + "size": 11471, + "checksum": "SHA-256:988e69f91d7ea31fcd90dfc3b9f39cc185eacf81af847970d05b1566bd4ac25e" + }, + { + "name": "Ethernet_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.0.0.zip", + "archiveFileName": "Ethernet_Manager-1.0.0.zip", + "size": 487520, + "checksum": "SHA-256:244c8748203832f1da6b0ecfb0ad9253d8358fb999e221277ec6b0660b0b876b" + }, + { + "name": "Ethernet_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.1.0.zip", + "archiveFileName": "Ethernet_Manager-1.1.0.zip", + "size": 621716, + "checksum": "SHA-256:9de22a0003c2a12f726d5f8b18d0dd0806c782279c4290a5083c08314ccfa0d0" + }, + { + "name": "Ethernet_Manager", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.1.1.zip", + "archiveFileName": "Ethernet_Manager-1.1.1.zip", + "size": 636045, + "checksum": "SHA-256:575de144f7b5a989d12e6b708dee619003eaa85927734c5f73aefaa6089e20a9" + }, + { + "name": "Ethernet_Manager", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2), ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.2.0.zip", + "archiveFileName": "Ethernet_Manager-1.2.0.zip", + "size": 819503, + "checksum": "SHA-256:160bb251bbf9bdaa29ef80518e63c496a39de6c9d03635c39f2b6439e9c444a9" + }, + { + "name": "Ethernet_Manager", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2, ESP32-C3), ESP8266, RP2040-based, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.3.0.zip", + "archiveFileName": "Ethernet_Manager-1.3.0.zip", + "size": 960871, + "checksum": "SHA-256:7461b08e83c7825bf9ce1f995c2bc9ae4960d9eb01dce4624e9060684a2a72f9" + }, + { + "name": "Ethernet_Manager", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2, ESP32-C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.4.0.zip", + "archiveFileName": "Ethernet_Manager-1.4.0.zip", + "size": 1032211, + "checksum": "SHA-256:27b5553f5ff03935b0c47ffefa22eb35492527b080e8e915a0178fc729043b8b" + }, + { + "name": "Ethernet_Manager", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2, ESP32-C3, WT32-ETH01), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.5.0.zip", + "archiveFileName": "Ethernet_Manager-1.5.0.zip", + "size": 1101391, + "checksum": "SHA-256:a0f1ccb938eeb6c9f636a4f6e3b4b405035295f2f3c540ce215ef6337ea7e1a7" + }, + { + "name": "Ethernet_Manager", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.6.0.zip", + "archiveFileName": "Ethernet_Manager-1.6.0.zip", + "size": 1161212, + "checksum": "SHA-256:a09030ddf3437ef5b44ebee9a7c3f8ea5effd6b27ce6b2ca0121b237f88f7779" + }, + { + "name": "Ethernet_Manager", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.6.1.zip", + "archiveFileName": "Ethernet_Manager-1.6.1.zip", + "size": 7071728, + "checksum": "SHA-256:a6ae4d5cb8aeac8b0597007b84a74e3aa9d34addcb9f34897917bb12502abd99" + }, + { + "name": "Ethernet_Manager", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.7.0.zip", + "archiveFileName": "Ethernet_Manager-1.7.0.zip", + "size": 6909492, + "checksum": "SHA-256:4b4aee38c420056cac156df17acec5417ce293a02ae24a826ef38ab71c226bfb" + }, + { + "name": "Ethernet_Manager", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.7.1.zip", + "archiveFileName": "Ethernet_Manager-1.7.1.zip", + "size": 6993901, + "checksum": "SHA-256:946b5b48848e70d7adadc6260292870251939237a191e63d532516c6562f9b58" + }, + { + "name": "Ethernet_Manager", + "version": "1.7.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.7.2.zip", + "archiveFileName": "Ethernet_Manager-1.7.2.zip", + "size": 7115477, + "checksum": "SHA-256:f5d234f398ee86127b9a79a32fbeec47bc2c2f75cd8f9c5dca078b57e3f5e418" + }, + { + "name": "Ethernet_Manager", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.8.0.zip", + "archiveFileName": "Ethernet_Manager-1.8.0.zip", + "size": 7152900, + "checksum": "SHA-256:9434290d0df17067c76e9b71278c2d4d6e7b440070c842ac4b99733ee89da6fe" + }, + { + "name": "Ethernet_Manager", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", + "providesIncludes": [ + "Ethernet_Manager.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "Functional-Vlpp" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.8.1.zip", + "archiveFileName": "Ethernet_Manager-1.8.1.zip", + "size": 7153649, + "checksum": "SHA-256:20fd9217fd71bce9741f6039550471df77204c054158d9f90f6ef99b5da06130" + }, + { + "name": "TA6932", + "version": "1.0.0", + "author": "Allen Chak", + "maintainer": "Allen Chak \u003callenchak@gmail.com\u003e", + "sentence": "TA6932 library - 7 segments display IC", + "paragraph": "Driving 4 digits 7 segment with colon by TA6932 IC", + "website": "https://github.com/allenchak/TA6932", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/allenchak/TA6932.git", + "url": "https://downloads.arduino.cc/libraries/github.com/allenchak/TA6932-1.0.0.zip", + "archiveFileName": "TA6932-1.0.0.zip", + "size": 3835371, + "checksum": "SHA-256:a4d46359b596789f19865c819c4103b65f92e66200415bf39eac51c4fb7675c2" + }, + { + "name": "ProtoCentral Pulse Express SpO2 Heartrate and BPT sensor", + "version": "1.0.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral Pulse Express board", + "paragraph": "Library for the ProtoCentral Pulse Express board containing the MAX30102 optical sensor and the MAX32664 sensor hub with BPT algorithms. This allows you to measure the PPG and then derive from it the SpO2, Heartrate and Blood Pressure Trending (BPT.", + "website": "https://github.com/Protocentral/protocentral-pulse-express", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-pulse-express.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.1.zip", + "archiveFileName": "ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.1.zip", + "size": 3337678, + "checksum": "SHA-256:cebea560ca71759ea51626366dab6bf42b1dedb87b7a2dd7540777e7aeb8d133" + }, + { + "name": "ProtoCentral Pulse Express SpO2 Heartrate and BPT sensor", + "version": "1.0.3", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral Pulse Express board", + "paragraph": "Library for the ProtoCentral Pulse Express board containing the MAX30102 optical sensor and the MAX32664 sensor hub with BPT algorithms. This allows you to measure the PPG and then derive from it the SpO2, Heartrate and Blood Pressure Trending (BPT.", + "website": "https://github.com/Protocentral/protocentral-pulse-express", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-pulse-express.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.3.zip", + "archiveFileName": "ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.3.zip", + "size": 3565574, + "checksum": "SHA-256:e73a2fbc789a1e8c419b1b183f6200212d5be5987a0ec7e27bbff3accf8f522f" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting W5100/W5200/W5500, ENC28J60 and built-in LAN8742A Ethernet at runtime using Config Portal. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": [ + "Ethernet_Manager_STM32.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.0.0.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.0.0.zip", + "size": 270303, + "checksum": "SHA-256:7b12ae98e478e01f278ec3dc81ef34d07aa4eaa0317f7915ccb5dbf0d02b44fc" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting W5100/W5200/W5500, ENC28J60 and built-in LAN8742A Ethernet at runtime using Config Portal. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": [ + "Ethernet_Manager_STM32.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.0.1.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.0.1.zip", + "size": 272790, + "checksum": "SHA-256:8ad1bc1359b75b9ccf1c06ac261baded34b629ac42b821947eb678bc31b4d392" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet W5x00, ENC28J60 or built-in LAN8742A at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials and Configuration Data are saved in emulated-EEPROM using FlashStorage_STM32. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": [ + "Ethernet_Manager_STM32.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.2.0.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.2.0.zip", + "size": 278642, + "checksum": "SHA-256:ec6f5455feb6d2584c5d14f13e023148e0e25db30773638f7540b04692f2c881" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials and Configuration Data are saved in emulated-EEPROM using FlashStorage_STM32. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": [ + "Ethernet_Manager_STM32.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.3.0.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.3.0.zip", + "size": 924472, + "checksum": "SHA-256:836ec7dd3e90be85b5d0c79c8ee92617d658d29ff2ca0a26793e430fbe42aa30" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials and Configuration Data are saved in emulated-EEPROM using FlashStorage_STM32. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": [ + "Ethernet_Manager_STM32.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.3.1.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.3.1.zip", + "size": 961694, + "checksum": "SHA-256:608844117e7cba27d3553ce4fae68ac12c43e728785b189ea901099e65c117f2" + }, + { + "name": "Ethernet_Manager_STM32", + "version": "1.3.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet LAN8720, W5x00, ENC28J60 or built-in LAN8742A at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials and Configuration Data are saved in emulated-EEPROM using FlashStorage_STM32. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "providesIncludes": [ + "Ethernet_Manager_STM32.h", + "Ethernet_Manager_STM32.hpp" + ], + "dependencies": [ + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.3.2.zip", + "archiveFileName": "Ethernet_Manager_STM32-1.3.2.zip", + "size": 979086, + "checksum": "SHA-256:31a7d0babfdeb22a157c5d0f0bbb34f34bbbedbd8797675895207d1b6ffea891" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.0.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.1.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.1.zip", + "size": 2124444, + "checksum": "SHA-256:3a2d8fa1be043825d9de4186b6fb0ed8555be6ab31231f0f97c768eb3ebcec9e" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.0.2", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.2.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.2.zip", + "size": 2124676, + "checksum": "SHA-256:4992dafa4d233994fd992c17cbe224b328d13d2c88d41c0c0802e02ecebdfab4" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.2.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.2.0.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.2.0.zip", + "size": 2126385, + "checksum": "SHA-256:b89f024312c9eac01d479dcea90d4d02dbbea9e3c08ad089adce84939116385f" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.3.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.3.0.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.3.0.zip", + "size": 2136733, + "checksum": "SHA-256:adeccba98ab852a632f3476ab7984610e14926b66a56dae2fa58b9953050cb92" + }, + { + "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", + "version": "1.3.2", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", + "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", + "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.3.2.zip", + "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.3.2.zip", + "size": 2139859, + "checksum": "SHA-256:583720a99663fa867659b40f027d8f928a513a3334f472f4f3413698d02735d8" + }, + { + "name": "SimpleWiFiClient", + "version": "1.0.0", + "author": "Toernblom", + "maintainer": "Toernblom", + "sentence": "Enables low latency control with the UDP protocol", + "paragraph": "This library makes it easy with low latency WiFi communication.", + "website": "https://github.com/Toernblom/SimpleWiFiClient", + "category": "Communication", + "architectures": [ + "ESP8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Toernblom/SimpleWiFiClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleWiFiClient-1.0.0.zip", + "archiveFileName": "SimpleWiFiClient-1.0.0.zip", + "size": 4429, + "checksum": "SHA-256:21d1a97ee13986a0eb19a8d578a721e5d7ebbf0f44f3f787a9ec3d24e453a352" + }, + { + "name": "SimpleWiFiClient", + "version": "1.0.5", + "author": "Toernblom", + "maintainer": "Toernblom", + "sentence": "Enables low latency control with the UDP protocol", + "paragraph": "This library makes it easy with low latency WiFi communication.", + "website": "https://github.com/Toernblom/SimpleWiFiClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Toernblom/SimpleWiFiClient.git", + "providesIncludes": [ + "SimpleWiFiClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleWiFiClient-1.0.5.zip", + "archiveFileName": "SimpleWiFiClient-1.0.5.zip", + "size": 4498, + "checksum": "SHA-256:a7e3f579576c9a764c0b39fd1d9e3d0bb6312718bfeb13413882cabb10b87961" + }, + { + "name": "SimpleUDPController", + "version": "0.5.0", + "author": "Toernblom", + "maintainer": "Toernblom", + "sentence": "Decodes messages sent from InoPad app.", + "paragraph": "This library decodes message sent from the InoPad app, see details for link to playstore.", + "website": "https://github.com/Toernblom/SimpleUDPController", + "category": "Communication", + "architectures": [ + "ESP8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Toernblom/SimpleUDPController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleUDPController-0.5.0.zip", + "archiveFileName": "SimpleUDPController-0.5.0.zip", + "size": 3983, + "checksum": "SHA-256:77f26b60ca0a86379560f08ca063d859fa5d0ff465eddeb29f95a6314a611726" + }, + { + "name": "Simple_HCSR04", + "version": "1.0.0", + "author": "Moritz Bergmann", + "maintainer": "Moritz Bergmann", + "sentence": "A simple wrapper for the HC-SR04 Module.", + "paragraph": "A simple wrapper for the HC-SR04 Module to be used e.g. for an Arduino board.", + "website": "https://github.com/mobergmann/Simple_HCSR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobergmann/Simple_HCSR04.git", + "providesIncludes": [ + "Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mobergmann/Simple_HCSR04-1.0.0.zip", + "archiveFileName": "Simple_HCSR04-1.0.0.zip", + "size": 208636, + "checksum": "SHA-256:caaac73fb4d83ff9076989d0fdc33ab185e53aab71da72ffbe840a5da62cf6dc" + }, + { + "name": "spin-timer", + "version": "3.0.0", + "author": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "maintainer": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", + "sentence": "Universal Timer with 1 millisecond resolution, supporting OOP principles.", + "paragraph": "Each instance is configurable to be either recurring or non-recurring, timer interval/timeout time configurable, attaches automatically in the background to a Timer Context which periodically updates all registered timers' states (to be driven by the main loop) and performs the timer expire evaluation for each registered timer, handles unsigned long int overflows correctly.", + "website": "https://github.com/dniklaus/spin-timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dniklaus/spin-timer.git", + "providesIncludes": [ + "SpinTimer.h", + "UptimeInfo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/spin_timer-3.0.0.zip", + "archiveFileName": "spin_timer-3.0.0.zip", + "size": 1454612, + "checksum": "SHA-256:c3e766e1963a02ca29354f1611b7d7a94928550aa489bdd3c12e274df4d8e980" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.0.zip", + "archiveFileName": "Adafruit_SCD30-1.0.0.zip", + "size": 17009, + "checksum": "SHA-256:5e729f65d8946efeb7b2eb8dbb29456d4129876ab85c0327207329a2907cd894" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.1.zip", + "archiveFileName": "Adafruit_SCD30-1.0.1.zip", + "size": 17002, + "checksum": "SHA-256:0e182a491fa4ebf2351bcd027974b7b808347a59c636100fe2769ab3bcd98281" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.2.zip", + "archiveFileName": "Adafruit_SCD30-1.0.2.zip", + "size": 16874875, + "checksum": "SHA-256:c076376c4c33310ae4aa17b05da621ac5bd5580441c44f2d731cff1f1a9b6076" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.3.zip", + "archiveFileName": "Adafruit_SCD30-1.0.3.zip", + "size": 16874878, + "checksum": "SHA-256:22255383d2463c644ab331fe42aba43f294feb248943403608d7aa08092a8812" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.4.zip", + "archiveFileName": "Adafruit_SCD30-1.0.4.zip", + "size": 16874883, + "checksum": "SHA-256:97ec0e0edefc79264881f02c8d57b6c9cac0d9f3915ed27370df0bcc8841889e" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.5.zip", + "archiveFileName": "Adafruit_SCD30-1.0.5.zip", + "size": 16874934, + "checksum": "SHA-256:212cff7b8765d0e853b5b704f6219d5d617eb71e67de68d44825b5b00a02ccfb" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.6.zip", + "archiveFileName": "Adafruit_SCD30-1.0.6.zip", + "size": 16874934, + "checksum": "SHA-256:0d17088e33562274402f7989f0f67f17bbc890e8e4703ed952f18328072cb4a8" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.7", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.7.zip", + "archiveFileName": "Adafruit_SCD30-1.0.7.zip", + "size": 16874934, + "checksum": "SHA-256:49b53d8f596dcc7f2838d080dab934c3b0517a401abad6bdbe2f4c3eed0a143e" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.8.zip", + "archiveFileName": "Adafruit_SCD30-1.0.8.zip", + "size": 16874896, + "checksum": "SHA-256:f2994ba0f3d83dd1cd43631ad557fd987905512b2021a10eaf49ccfd9ad80db8" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.9.zip", + "archiveFileName": "Adafruit_SCD30-1.0.9.zip", + "size": 16874894, + "checksum": "SHA-256:0e11aa9d48f7e1fd55bb01f1a920719f56ce5bef88e2eb13d9064863498b9a8c" + }, + { + "name": "Adafruit SCD30", + "version": "1.0.11", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", + "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SCD30.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.11.zip", + "archiveFileName": "Adafruit_SCD30-1.0.11.zip", + "size": 16874929, + "checksum": "SHA-256:2f8292a7f671b1d1f963f269f5eef54b5aac3958670144620f7567cf368de729" + }, + { + "name": "Embedded Template Library ETL", + "version": "19.3.6", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-19.3.6.zip", + "archiveFileName": "Embedded_Template_Library_ETL-19.3.6.zip", + "size": 663241, + "checksum": "SHA-256:daff1b10cfbeeb02979c7850c245783502ec85286093495abe099f2e773e8130" + }, + { + "name": "Embedded Template Library ETL", + "version": "19.3.8", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-19.3.8.zip", + "archiveFileName": "Embedded_Template_Library_ETL-19.3.8.zip", + "size": 663247, + "checksum": "SHA-256:bfee4f3ebd265b11b9ae29ce13128f71a23bf9433b7c8adda84086df2d4434b0" + }, + { + "name": "Embedded Template Library ETL", + "version": "19.3.9", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-19.3.9.zip", + "archiveFileName": "Embedded_Template_Library_ETL-19.3.9.zip", + "size": 663247, + "checksum": "SHA-256:141542fe48e7210d4a31ff65fc69bf9a7cd04232704d2604ff74c09735a8fa8c" + }, + { + "name": "Embedded Template Library ETL", + "version": "20.2.2", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-20.2.2.zip", + "archiveFileName": "Embedded_Template_Library_ETL-20.2.2.zip", + "size": 692637, + "checksum": "SHA-256:8fbff7dcc4b4811a733d98283650ce907c72320532d68a6dcd50064143cb77e9" + }, + { + "name": "Embedded Template Library ETL", + "version": "20.11.4", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-20.11.4.zip", + "archiveFileName": "Embedded_Template_Library_ETL-20.11.4.zip", + "size": 776563, + "checksum": "SHA-256:b5fbec8d636c6db7e1417b4e13f4f378b9f813e26af5450adaf2d5c7ce5c7e38" + }, + { + "name": "Embedded Template Library ETL", + "version": "20.11.5", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-20.11.5.zip", + "archiveFileName": "Embedded_Template_Library_ETL-20.11.5.zip", + "size": 772971, + "checksum": "SHA-256:c0c421c4da776ab73d8cbc4026f10a863b106a10c26f1184802781ee735f1436" + }, + { + "name": "Embedded Template Library ETL", + "version": "20.22.0", + "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", + "license": "MIT", + "sentence": "ETL. A C++ template library tailored for embedded systems.", + "website": "https://www.etlcpp.com/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ETLCPP/etl-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-20.22.0.zip", + "archiveFileName": "Embedded_Template_Library_ETL-20.22.0.zip", + "size": 837526, + "checksum": "SHA-256:8aa534f12789902c63426e74a00fa400c102369276708066556df17896dd9e4d" + }, + { + "name": "mrm-us1", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us1", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-us1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us1.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.0.zip", + "archiveFileName": "mrm_us1-0.0.0.zip", + "size": 3522, + "checksum": "SHA-256:01ac50be03200c9be0b9af6290a80a02221a50ffec26b37d0ff3eb0eb69181fd" + }, + { + "name": "mrm-us1", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us1", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us1.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.1.zip", + "archiveFileName": "mrm_us1-0.0.1.zip", + "size": 3513, + "checksum": "SHA-256:a5171e8ec0364a9094c5ce8319007f6ae6b669ddfe0c9deacabf8b2c27cf747b" + }, + { + "name": "mrm-us1", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us1", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us1.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.2.zip", + "archiveFileName": "mrm_us1-0.0.2.zip", + "size": 4733, + "checksum": "SHA-256:47541e1956a47bb695f888af530bdcb5c88d082ee8c3ec18c0a9d95fe8e41862" + }, + { + "name": "mrm-us1", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us1", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us1.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.3.zip", + "archiveFileName": "mrm_us1-0.0.3.zip", + "size": 4768, + "checksum": "SHA-256:304b2b5b46822b83ea6208cc1993d78f56bb581ff16242a141af375a9a6328ff" + }, + { + "name": "RevEng PAJ7620", + "version": "1.3.0", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": [ + "RevEng_PAJ7620.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.3.0.zip", + "archiveFileName": "RevEng_PAJ7620-1.3.0.zip", + "size": 19881, + "checksum": "SHA-256:58e98d2c5aeca2d05141cc0d722c69573bb17f208df4b7a1fa39156ecd51415c" + }, + { + "name": "RevEng PAJ7620", + "version": "1.4.0", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": [ + "RevEng_PAJ7620.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.4.0.zip", + "archiveFileName": "RevEng_PAJ7620-1.4.0.zip", + "size": 69360, + "checksum": "SHA-256:fb7e1687615450bc5cff8ad9085edb9761fd4f919d88cce0119292d7613f73f7" + }, + { + "name": "RevEng PAJ7620", + "version": "1.5.0", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, (x,y) coordinate tracking for objects, a corners mode for object tracking, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": [ + "RevEng_PAJ7620.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.5.0.zip", + "archiveFileName": "RevEng_PAJ7620-1.5.0.zip", + "size": 76181, + "checksum": "SHA-256:ff1c5f75222f78e3e06d17e455bab65922f8b02effba4de006e240fade834eb2" + }, + { + "name": "RevEng PAJ7620", + "version": "1.4.1", + "author": "Aaron S. Crandall", + "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", + "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", + "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, and device enable/disable via APIs.", + "website": "https://github.com/acrandal/RevEng_PAJ7620", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", + "providesIncludes": [ + "RevEng_PAJ7620.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.4.1.zip", + "archiveFileName": "RevEng_PAJ7620-1.4.1.zip", + "size": 69727, + "checksum": "SHA-256:547a4335d7a1f970c7ebc73bf9df5db840fc84bc457ddac9d14ae2a6e23ac40b" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.1", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", + "sentence": "Yfrobot Motor Driver Library", + "paragraph": "Yfrobot Motor Driver Library", + "website": "https://github.com/finalvalue/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.1.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.1.zip", + "size": 19763, + "checksum": "SHA-256:0336686de718c178d9dce2f42439436b4ffda00c5f5f9d0cdf94cc5001240850" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.2", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "Arduino library for yfrobot motor driver", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.2.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.2.zip", + "size": 74983, + "checksum": "SHA-256:c8276b5bbe8f3d3caf24a81ce63894fb66df31d8d8706933b628c2fcd6d08573" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.3", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "Arduino library for yfrobot motor driver", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.3.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.3.zip", + "size": 69111, + "checksum": "SHA-256:7d5cdb5f175f05583ee95675769c8cbcfdc966cdb130f85ba72ebe9ddba8630d" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.4", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.4.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.4.zip", + "size": 1252644, + "checksum": "SHA-256:ea0a5a329fb6ebcaf3e8e064263104b3a95a871b577b7134bb0e174615c6eee4" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.5", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.5.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.5.zip", + "size": 1252674, + "checksum": "SHA-256:77f0d1378590213e042c2e17a5c450962cf6805b363e5d5b856a17dff8f1c769" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.6", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.6.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.6.zip", + "size": 2505815, + "checksum": "SHA-256:618955d0beec356cc4e1e040989416c37e0a6aa7608934a757d4eff600d7a17e" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.7", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.7.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.7.zip", + "size": 1930753, + "checksum": "SHA-256:ec3b2ff7ceca0873cf40b206437080ccd3286f083896502aeaa2ba166f562390" + }, + { + "name": "Yfrobot Motor Driver Library", + "version": "0.0.8", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot motor driver", + "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", + "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.8.zip", + "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.8.zip", + "size": 1930765, + "checksum": "SHA-256:a7cf1c04beabc8908235c5fb50cfdd2006e3c036d64b3372db45d4f24a8a79cc" + }, + { + "name": "M5StickCPlus", + "version": "0.0.1", + "author": "M5StickCPlus", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": [ + "M5StickCPlus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.1.zip", + "archiveFileName": "M5StickCPlus-0.0.1.zip", + "size": 858364, + "checksum": "SHA-256:617422a11e9a19a81f346e26674b7d3ddbd6a342f3307300a8b1bb804f82aa5f" + }, + { + "name": "M5StickCPlus", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": [ + "M5StickCPlus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.2.zip", + "archiveFileName": "M5StickCPlus-0.0.2.zip", + "size": 1023175, + "checksum": "SHA-256:7716bc396eb7267112be577b1ea79daa441a94e68841617b50c938e85519219b" + }, + { + "name": "M5StickCPlus", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": [ + "M5StickCPlus.h" + ], + "dependencies": [ + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.5.zip", + "archiveFileName": "M5StickCPlus-0.0.5.zip", + "size": 1117167, + "checksum": "SHA-256:d90617697fa1c494c7bc873ed83daee272cb22118fb37755f375cb1115e6484d" + }, + { + "name": "M5StickCPlus", + "version": "0.0.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": [ + "M5StickCPlus.h" + ], + "dependencies": [ + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "ATOM_DTU_CAT1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.7.zip", + "archiveFileName": "M5StickCPlus-0.0.7.zip", + "size": 1121276, + "checksum": "SHA-256:a7e637093ddf9da001ddc993307d4350302ae5186f6077fca5152dfa3c685453" + }, + { + "name": "M5StickCPlus", + "version": "0.0.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": [ + "M5StickCPlus.h" + ], + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.8.zip", + "archiveFileName": "M5StickCPlus-0.0.8.zip", + "size": 1129779, + "checksum": "SHA-256:fb5217f2b57be2dde97b9af8d9a00e6031bfce6bb79e1a2e2ffea629eac1b8ae" + }, + { + "name": "M5StickCPlus", + "version": "0.0.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": [ + "M5StickCPlus.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Hat-8Servos" + }, + { + "name": "M5_JoyC" + }, + { + "name": "M5-RoverC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.9.zip", + "archiveFileName": "M5StickCPlus-0.0.9.zip", + "size": 1120185, + "checksum": "SHA-256:52807d89f69c083c56dde3ff018bf68ff60b17c749cfa9ae7c44d8f90f41fe43" + }, + { + "name": "M5StickCPlus", + "version": "0.1.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5StickC Plus development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickC-Plus.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "providesIncludes": [ + "M5StickCPlus.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "M5Hat-8Servos" + }, + { + "name": "M5Hat-JoyC" + }, + { + "name": "M5-RoverC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.1.0.zip", + "archiveFileName": "M5StickCPlus-0.1.0.zip", + "size": 1120170, + "checksum": "SHA-256:4256e35806307ed92759e20ab005c152ce3c9334c7c5173fa7a0aa7082e83fb2" + }, + { + "name": "TactileSwitch", + "version": "1.0.0", + "author": "IGB", + "maintainer": "IGB", + "sentence": "class for tactile switch", + "paragraph": "Uses digital pins. Debounces and reads a single click, multiclicks, hold long, hold very long. Configuration high or low side.", + "website": "*", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IGB-Germany/IGB-Tactile-Switch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/TactileSwitch-1.0.0.zip", + "archiveFileName": "TactileSwitch-1.0.0.zip", + "size": 8760, + "checksum": "SHA-256:9d639c1483390539d5ac3e184a30c7ff3695553fac560eddefd0386138583c89" + }, + { + "name": "HMC6352", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": [ + "hmc6352.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.2.1.zip", + "archiveFileName": "HMC6352-0.2.1.zip", + "size": 16614, + "checksum": "SHA-256:68206438638df1b5b683730fc93e6415351811e3b3c7a098fd564839c203c316" + }, + { + "name": "HMC6352", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": [ + "hmc6352.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.3.0.zip", + "archiveFileName": "HMC6352-0.3.0.zip", + "size": 17577, + "checksum": "SHA-256:04d51789c0d8dff19974c5c5430d912bfb5204b60fcc21460072dac98ef4c7b7" + }, + { + "name": "HMC6352", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": [ + "hmc6352.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.3.1.zip", + "archiveFileName": "HMC6352-0.3.1.zip", + "size": 17107, + "checksum": "SHA-256:d361a18f519d62922d17b841e29f4c5a30be61dc554b2c16a6be652a2dc32c9c" + }, + { + "name": "HMC6352", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": [ + "hmc6352.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.3.2.zip", + "archiveFileName": "HMC6352-0.3.2.zip", + "size": 17528, + "checksum": "SHA-256:b4163fad07dea030c129e70fd243529ab81a6eb23ebbe491763f263b438459f1" + }, + { + "name": "HMC6352", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": [ + "hmc6352.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.3.3.zip", + "archiveFileName": "HMC6352-0.3.3.zip", + "size": 17760, + "checksum": "SHA-256:395c609ac4926c87a4db86a6b22d5a19f8753b97d092bef3609f24151c4d9b44" + }, + { + "name": "HMC6352", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", + "website": "https://github.com/RobTillaart/HMC6352", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/HMC6352.git", + "providesIncludes": [ + "hmc6352.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.4.0.zip", + "archiveFileName": "HMC6352-0.4.0.zip", + "size": 17979, + "checksum": "SHA-256:1e6897d7e12112a207e5592471b96fa7d31bb4c772f6d9c2b82dc80af4bf867d" + }, + { + "name": "M5FacesEncoder", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library for reading encoder values from the M5Stack Facees Encoder Module", + "paragraph": "It allows you to use callback functions to track encoder interactions.", + "website": "https://github.com/LennartHennigs/M5FacesEncoder", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/M5FacesEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/M5FacesEncoder-1.0.0.zip", + "archiveFileName": "M5FacesEncoder-1.0.0.zip", + "size": 8322, + "checksum": "SHA-256:816af2a5a314ff7308aeec3d42ca18be2f68ac12f8d81fc57678326b37255698" + }, + { + "name": "M5FacesEncoder", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library for reading encoder values from the M5Stack Faces Encoder Module", + "paragraph": "It allows you to use callback functions to track encoder interactions.", + "website": "https://github.com/LennartHennigs/M5FacesEncoder", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/M5FacesEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/M5FacesEncoder-1.1.0.zip", + "archiveFileName": "M5FacesEncoder-1.1.0.zip", + "size": 8662, + "checksum": "SHA-256:5e252852017aac4043286fce0270a8661eeee18a75bb3fb660bc3058aef34d8b" + }, + { + "name": "M5FacesEncoder", + "version": "1.1.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino Library for reading encoder values from the M5Stack Faces Encoder Module", + "paragraph": "It allows you to use callback functions to track encoder interactions.", + "website": "https://github.com/LennartHennigs/M5FacesEncoder", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/M5FacesEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/M5FacesEncoder-1.1.1.zip", + "archiveFileName": "M5FacesEncoder-1.1.1.zip", + "size": 8692, + "checksum": "SHA-256:979a70c6ab8f316d551a54096bbcb3c5b5829005273b7346110aaa85a5b46bf9" + }, + { + "name": "home-assistant-integration", + "version": "1.0.1", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.0.1.zip", + "archiveFileName": "home_assistant_integration-1.0.1.zip", + "size": 30607, + "checksum": "SHA-256:2cfb77e473466c5274d2d2a251fdaac475f3445b1d015c2012f26374450b3f21" + }, + { + "name": "home-assistant-integration", + "version": "1.1.0", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.1.0.zip", + "archiveFileName": "home_assistant_integration-1.1.0.zip", + "size": 34871, + "checksum": "SHA-256:d77fb07d75ccc5c8603e19c614f3fac95a65d9743c49cbb2b0c44d413206fc79" + }, + { + "name": "home-assistant-integration", + "version": "1.1.1", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.1.1.zip", + "archiveFileName": "home_assistant_integration-1.1.1.zip", + "size": 36114, + "checksum": "SHA-256:7b8608cd30dae4746605fdc198b40e3edbc0d129b87ec90cef94c06d49b55d68" + }, + { + "name": "home-assistant-integration", + "version": "1.2.0", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.2.0.zip", + "archiveFileName": "home_assistant_integration-1.2.0.zip", + "size": 52972, + "checksum": "SHA-256:2c5cf473025bd791d546f5f1e9f330a54a7127d513e812059e3f84620aca7ae1" + }, + { + "name": "home-assistant-integration", + "version": "1.3.0", + "author": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "maintainer": "Dawid Chyrzynski \u003cdawid.chyrzynski@gmail.com\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-1.3.0.zip", + "archiveFileName": "home_assistant_integration-1.3.0.zip", + "size": 58425, + "checksum": "SHA-256:33df4434c37c73ed2015817d3ccd17a4c7bd4f6ad8b4e257552b3b5b37a64574" + }, + { + "name": "home-assistant-integration", + "version": "2.0.0", + "author": "Dawid Chyrzynski \u003cdev@chyrzynski.pl\u003e", + "maintainer": "Dawid Chyrzynski \u003cdev@chyrzynski.pl\u003e", + "sentence": "Home Assistant MQTT integration for Arduino", + "paragraph": "Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.", + "website": "https://github.com/dawidchyrzynski/arduino-home-assistant", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dawidchyrzynski/arduino-home-assistant.git", + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dawidchyrzynski/home_assistant_integration-2.0.0.zip", + "archiveFileName": "home_assistant_integration-2.0.0.zip", + "size": 1890287, + "checksum": "SHA-256:41ec6fa2f45b6b7a1fe8e4e2a5270c1f27a42e7b2a388621c5dfbadde57c885a" + }, + { + "name": "ADXL345_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.0.zip", + "archiveFileName": "ADXL345_WE-1.0.0.zip", + "size": 251588, + "checksum": "SHA-256:bdb1606b09f17c96b7240b062d3225ce6924da3ad2a79c18ecad7efaefdbb4a4" + }, + { + "name": "ADXL345_WE", + "version": "1.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.3.zip", + "archiveFileName": "ADXL345_WE-1.0.3.zip", + "size": 262563, + "checksum": "SHA-256:87b36e145d10de572f90e34abe66c046c81e59b12c39db5ee75b398a4b13db30" + }, + { + "name": "ADXL345_WE", + "version": "1.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.2.zip", + "archiveFileName": "ADXL345_WE-1.0.2.zip", + "size": 262467, + "checksum": "SHA-256:cac4643b1a70f69191bf40fc8ef13e3bef168e9aa7a90e86ba6bad2ed558b8ed" + }, + { + "name": "ADXL345_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.0.1.zip", + "archiveFileName": "ADXL345_WE-1.0.1.zip", + "size": 260395, + "checksum": "SHA-256:cf1f7e8990d3bbeee03afc76089411c01b4eaf24e71b6a19ca86e258302817ee" + }, + { + "name": "ADXL345_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.0.zip", + "archiveFileName": "ADXL345_WE-1.1.0.zip", + "size": 569667, + "checksum": "SHA-256:4ed4400bf6a6441ee3af66e7830c873e492334843a3bf5bf5c168b930f04cffa" + }, + { + "name": "ADXL345_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.1.zip", + "archiveFileName": "ADXL345_WE-1.1.1.zip", + "size": 569672, + "checksum": "SHA-256:ef13f00b948e564698aa5490ce38eea9d09ef24d2bfb4670b9232f4545be2406" + }, + { + "name": "ADXL345_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.2.zip", + "archiveFileName": "ADXL345_WE-1.1.2.zip", + "size": 570228, + "checksum": "SHA-256:445817fb0dbcc141bf7dde6e90eedbdeb3b0494d59c2781f75f45c34634eb79e" + }, + { + "name": "ADXL345_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-1.1.3.zip", + "archiveFileName": "ADXL345_WE-1.1.3.zip", + "size": 570217, + "checksum": "SHA-256:bac45a3bf6a7244e33cf16d4876639a542854026453663c222f0437618cbf1f5" + }, + { + "name": "ADXL345_WE", + "version": "2.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.0.0.zip", + "archiveFileName": "ADXL345_WE-2.0.0.zip", + "size": 570485, + "checksum": "SHA-256:6eaf739a8075908f16e241bcb675cc726e227e2ffd2bb3396ddcb09c11234afb" + }, + { + "name": "ADXL345_WE", + "version": "2.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.0.1.zip", + "archiveFileName": "ADXL345_WE-2.0.1.zip", + "size": 570482, + "checksum": "SHA-256:6e5e490f0f071cc1e1168b61aa07cfdc534e5d6bc2fe7330317d6ebab67555da" + }, + { + "name": "ADXL345_WE", + "version": "2.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.0.2.zip", + "archiveFileName": "ADXL345_WE-2.0.2.zip", + "size": 571867, + "checksum": "SHA-256:5fca0f94b2a37c1c5884a83e39ccac1ec5b076ca9a858c803cbbf4c871a2c382" + }, + { + "name": "ADXL345_WE", + "version": "2.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.0.3.zip", + "archiveFileName": "ADXL345_WE-2.0.3.zip", + "size": 571871, + "checksum": "SHA-256:a8d2263ec7c7573d549aab7818f9f543f441a7f82997e8ae9302a211ea95b5bc" + }, + { + "name": "ADXL345_WE", + "version": "2.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.1.0.zip", + "archiveFileName": "ADXL345_WE-2.1.0.zip", + "size": 721998, + "checksum": "SHA-256:17470eb42b2d5f852d5edf05dab6fe3a024c17652ce395bfa96c14b2db8f7115" + }, + { + "name": "ADXL345_WE", + "version": "2.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.1.1.zip", + "archiveFileName": "ADXL345_WE-2.1.1.zip", + "size": 722011, + "checksum": "SHA-256:e0ef0ce488a65210c8fde62a067698746312d84623591e02309326b08430caa9" + }, + { + "name": "ADXL345_WE", + "version": "2.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.1.2.zip", + "archiveFileName": "ADXL345_WE-2.1.2.zip", + "size": 722012, + "checksum": "SHA-256:caacb50e64b671dd3f122abcee884369115e9ddd1a79cac94b9bc81ee8188cc6" + }, + { + "name": "ADXL345_WE", + "version": "2.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.1.3.zip", + "archiveFileName": "ADXL345_WE-2.1.3.zip", + "size": 722075, + "checksum": "SHA-256:2a6c8be9fc8ce16c46bca1c1954ff4bb68af0cd7823312020b3a24eca70ac00b" + }, + { + "name": "ADXL345_WE", + "version": "2.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.1.4.zip", + "archiveFileName": "ADXL345_WE-2.1.4.zip", + "size": 722232, + "checksum": "SHA-256:f3ef47d75cdaed6acb62b25b3834e685e9811add0bd8e54cab4e6fcc0313847d" + }, + { + "name": "ADXL345_WE", + "version": "2.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.1.5.zip", + "archiveFileName": "ADXL345_WE-2.1.5.zip", + "size": 722242, + "checksum": "SHA-256:1181424ec9ec5ad42bb884556ae5f42826fb5d15335da9dc3dc5bf0e9dfca65d" + }, + { + "name": "ADXL345_WE", + "version": "2.2.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.2.0.zip", + "archiveFileName": "ADXL345_WE-2.2.0.zip", + "size": 722114, + "checksum": "SHA-256:806ef53ec8268ec9db886efae0cb28f8c49bf72fc077ce353471aa7b5d4e4a50" + }, + { + "name": "ADXL345_WE", + "version": "2.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.2.1.zip", + "archiveFileName": "ADXL345_WE-2.2.1.zip", + "size": 722078, + "checksum": "SHA-256:c89d478aa0749a41504d71e9c88085ef3900cc164783be425dfc3b4add347067" + }, + { + "name": "ADXL345_WE", + "version": "2.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.2.2.zip", + "archiveFileName": "ADXL345_WE-2.2.2.zip", + "size": 722086, + "checksum": "SHA-256:f1df695e8b795b940d999c2e09af419399bf77b953a8cc611e8131345a8906f1" + }, + { + "name": "ADXL345_WE", + "version": "2.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.2.3.zip", + "archiveFileName": "ADXL345_WE-2.2.3.zip", + "size": 722313, + "checksum": "SHA-256:33e0ccaf44cd7b9ddc18e3c5b840f526e14031004e0d75b12e6aeb5447d29792" + }, + { + "name": "ADXL345_WE", + "version": "2.2.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.2.4.zip", + "archiveFileName": "ADXL345_WE-2.2.4.zip", + "size": 722330, + "checksum": "SHA-256:9d47deafe4e50a88f280b1709d1100783f12957d1a6184c08a68adf98b0f45a8" + }, + { + "name": "ADXL345_WE", + "version": "2.2.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADXL345 accelerometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the ADXL345 including all interrupts and FIFO modes.", + "website": "https://github.com/wollewald/ADXL345_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADXL345_WE.git", + "providesIncludes": [ + "ADXL345_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADXL345_WE-2.2.5.zip", + "archiveFileName": "ADXL345_WE-2.2.5.zip", + "size": 722398, + "checksum": "SHA-256:b4404636473847983b9f206e49490fb2297043635cdc0cf1b8cb059eb895bce6" + }, + { + "name": "EloquentArduino", + "version": "1.1.0", + "author": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "maintainer": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", + "sentence": "An eloquent interface to common Arduino patterns", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.0.zip", + "archiveFileName": "EloquentArduino-1.1.0.zip", + "size": 87756, + "checksum": "SHA-256:2a48f68800e0fcc776147c7d582f31da95aead48fa55e86f6d8b1d236398757e" + }, + { + "name": "EloquentArduino", + "version": "1.1.1", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.1.zip", + "archiveFileName": "EloquentArduino-1.1.1.zip", + "size": 91784, + "checksum": "SHA-256:ffcbf8a044bf593f14df0aae3bed33a46cd367138d3314a5d51cce2511b381fc" + }, + { + "name": "EloquentArduino", + "version": "1.1.4", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.4.zip", + "archiveFileName": "EloquentArduino-1.1.4.zip", + "size": 91795, + "checksum": "SHA-256:d47f1e11384a8fc51ce1ff79e426a57d002b71a070f01515d4f5db89579860dc" + }, + { + "name": "EloquentArduino", + "version": "1.1.5", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.5.zip", + "archiveFileName": "EloquentArduino-1.1.5.zip", + "size": 90497, + "checksum": "SHA-256:507ca4ac3ebe3da9de529aac8eb41d58dc2158d9fe106405014a2a0d80a08fd8" + }, + { + "name": "EloquentArduino", + "version": "1.1.6", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.6.zip", + "archiveFileName": "EloquentArduino-1.1.6.zip", + "size": 93155, + "checksum": "SHA-256:518af9e4dd497c18f8beda9dd0192406edafc684d1cfadb6bfbaa5f14d4de1b4" + }, + { + "name": "EloquentArduino", + "version": "1.1.7", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.7.zip", + "archiveFileName": "EloquentArduino-1.1.7.zip", + "size": 94309, + "checksum": "SHA-256:7b4fb84ad8bb3e87e492d992c513fe6cbe16c6c80f5b1d1ab8100084281c0f12" + }, + { + "name": "EloquentArduino", + "version": "1.1.8", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.8.zip", + "archiveFileName": "EloquentArduino-1.1.8.zip", + "size": 94309, + "checksum": "SHA-256:e66a32ea44100c43d7485c66c41ad949e06164960fd4080e19a80a3792001835" + }, + { + "name": "EloquentArduino", + "version": "1.1.10", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.10.zip", + "archiveFileName": "EloquentArduino-1.1.10.zip", + "size": 99850, + "checksum": "SHA-256:44bf68a19ecd3c94c493d6ab6b37c4e4380a90edd215d89bc4e7bd889224afa7" + }, + { + "name": "EloquentArduino", + "version": "1.1.11", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.11.zip", + "archiveFileName": "EloquentArduino-1.1.11.zip", + "size": 103261, + "checksum": "SHA-256:8fddddf641ed4e875e4146587167547c1a4ddeafd5cd6c6159ab09b3aaa9fed4" + }, + { + "name": "EloquentArduino", + "version": "1.1.12", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.12.zip", + "archiveFileName": "EloquentArduino-1.1.12.zip", + "size": 105506, + "checksum": "SHA-256:100a2d7fc7d5194bb4bbf4cfe151d2f9086e6989d16a234deda41ea6f38d46b4" + }, + { + "name": "EloquentArduino", + "version": "1.1.13", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.13.zip", + "archiveFileName": "EloquentArduino-1.1.13.zip", + "size": 107441, + "checksum": "SHA-256:298f3f0c9d08b13f691056ede1e38d9e59f18f342ab78c44c06b12cba393123e" + }, + { + "name": "EloquentArduino", + "version": "1.1.14", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-1.1.14.zip", + "archiveFileName": "EloquentArduino-1.1.14.zip", + "size": 107529, + "checksum": "SHA-256:087ed1716e499c47e0aec5d7d82cb274670bd51a923723489a329d8ccd1f2de7" + }, + { + "name": "EloquentArduino", + "version": "2.0.0", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquentarduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.0.zip", + "archiveFileName": "EloquentArduino-2.0.0.zip", + "size": 110645, + "checksum": "SHA-256:383db4736d0c1c9751a4497bd4de330c9b43db11fad0126ef1f802f0afa217f3" + }, + { + "name": "EloquentArduino", + "version": "2.0.1", + "author": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "maintainer": "Simone Salerno \u003celoquentarduino@gmail.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the blog at eloquentarduino.github.io for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.1.zip", + "archiveFileName": "EloquentArduino-2.0.1.zip", + "size": 126100, + "checksum": "SHA-256:b0638573c5c2bfd309ee7d4a389bda7d4f1bfa00357048c0058c92a98d613ecb" + }, + { + "name": "EloquentArduino", + "version": "2.0.2", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.2.zip", + "archiveFileName": "EloquentArduino-2.0.2.zip", + "size": 201973, + "checksum": "SHA-256:fcb41e6d0f345463ad05f4616253ff84db49946902e3fd14ddfe73573d3ee9a1" + }, + { + "name": "EloquentArduino", + "version": "2.0.3", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.3.zip", + "archiveFileName": "EloquentArduino-2.0.3.zip", + "size": 219924, + "checksum": "SHA-256:36c12756dcb54f689cc5d31f29ed25fcb0610016c4ee86b37c5ff7bdfbb9ff01" + }, + { + "name": "EloquentArduino", + "version": "2.0.4", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.4.zip", + "archiveFileName": "EloquentArduino-2.0.4.zip", + "size": 229855, + "checksum": "SHA-256:e22244777e312d22799178e1b2a4fc0133fefbc3d0c520455b4b5816c7f5340e" + }, + { + "name": "EloquentArduino", + "version": "2.0.5", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.5.zip", + "archiveFileName": "EloquentArduino-2.0.5.zip", + "size": 232905, + "checksum": "SHA-256:dc0a0e8dd0ea3429b4787f9696ee9e016be3dedd23263e6f44f1d440f94831cf" + }, + { + "name": "EloquentArduino", + "version": "2.0.6", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.6.zip", + "archiveFileName": "EloquentArduino-2.0.6.zip", + "size": 404569, + "checksum": "SHA-256:44323fd99aab40eadaca2e75b2f28048cd220b22d4b12e8f30a37de5c7f587ac" + }, + { + "name": "EloquentArduino", + "version": "2.0.7", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.7.zip", + "archiveFileName": "EloquentArduino-2.0.7.zip", + "size": 405151, + "checksum": "SHA-256:b4c95cb9a9b73d77f25eee40e82c35d97c440becf947ce322ec15f851f3d77b9" + }, + { + "name": "EloquentArduino", + "version": "2.0.8", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.8.zip", + "archiveFileName": "EloquentArduino-2.0.8.zip", + "size": 405150, + "checksum": "SHA-256:5c195a82ad6ca21e49085b2b7e7a9db3e1f5d6caf77631c36583ef89eb751d64" + }, + { + "name": "EloquentArduino", + "version": "2.0.9", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.9.zip", + "archiveFileName": "EloquentArduino-2.0.9.zip", + "size": 410800, + "checksum": "SHA-256:43370f75239c4b59bb48acb48635139d8633a688f11b76fe1c8f7a87b324443c" + }, + { + "name": "EloquentArduino", + "version": "2.0.10", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.0.10.zip", + "archiveFileName": "EloquentArduino-2.0.10.zip", + "size": 411854, + "checksum": "SHA-256:ed7e70e76e10d38be5c951f0ca0452a611c6c9ddecae729cef91ea9f9dc37c46" + }, + { + "name": "EloquentArduino", + "version": "2.1.0", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.1.0.zip", + "archiveFileName": "EloquentArduino-2.1.0.zip", + "size": 423628, + "checksum": "SHA-256:22c2e431cacb3f452a363084864f330be1fe85936e8b5b04ec3046123dada84f" + }, + { + "name": "EloquentArduino", + "version": "2.1.1", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.1.1.zip", + "archiveFileName": "EloquentArduino-2.1.1.zip", + "size": 423610, + "checksum": "SHA-256:238a80d4ea16b466f969e74d7035e10389457c353736550c8ad77abca0c15e0d" + }, + { + "name": "EloquentArduino", + "version": "2.1.2", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.1.2.zip", + "archiveFileName": "EloquentArduino-2.1.2.zip", + "size": 423623, + "checksum": "SHA-256:8f277d74b84fd76f32a24a9f8ec3c3d3637623508217ce8e86fa77d597335679" + }, + { + "name": "EloquentArduino", + "version": "2.1.3", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "An eloquent interface to common Arduino patterns, data structures and algorithms", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentArduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentArduino.git", + "providesIncludes": [ + "eloquent.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentArduino-2.1.3.zip", + "archiveFileName": "EloquentArduino-2.1.3.zip", + "size": 424616, + "checksum": "SHA-256:46b679b7a1d341bf55b699823094fa70cd3d53118d458f172356fd774d2f2de9" + }, + { + "name": "CliTerminal", + "version": "0.1.0", + "author": "n_magi", + "maintainer": "n_magi", + "sentence": "Simple Serial Terminal", + "paragraph": "Easy and Simple Serial Terminal System", + "website": "https://github.com/N-Magi/CliTerminal", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/N-Magi/CliTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/N-Magi/CliTerminal-0.1.0.zip", + "archiveFileName": "CliTerminal-0.1.0.zip", + "size": 3213, + "checksum": "SHA-256:8d68bdd60bf1f3bc783ae77894af30094ed125eca53b39863d804c6f0ca5868f" + }, + { + "name": "CliTerminal", + "version": "0.2.0", + "author": "n_magi", + "maintainer": "n_magi", + "sentence": "Simple Serial Terminal", + "paragraph": "Easy and Simple Serial Terminal System", + "website": "https://github.com/N-Magi/CliTerminal", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/N-Magi/CliTerminal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/N-Magi/CliTerminal-0.2.0.zip", + "archiveFileName": "CliTerminal-0.2.0.zip", + "size": 4429, + "checksum": "SHA-256:9af1a5f993b0ed1dc442d9c59ab393de0da39b1df6c09057530cc051a9253e2d" + }, + { + "name": "NST1001", + "version": "1.0.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "NST1001 temperature sensor driver.", + "paragraph": "Easy to use implementation of the NST1001 digital temperature sensor.", + "website": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/NST1001-1.0.0.zip", + "archiveFileName": "NST1001-1.0.0.zip", + "size": 5260, + "checksum": "SHA-256:14f5dd09e032563b9a827e7d3bb432ae97df6738a8da677778142d7ec0b933e6" + }, + { + "name": "NST1001", + "version": "1.1.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "NST1001 temperature sensor driver.", + "paragraph": "Easy to use implementation of the NST1001 digital temperature sensor.", + "website": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/NST1001-1.1.0.zip", + "archiveFileName": "NST1001-1.1.0.zip", + "size": 8826, + "checksum": "SHA-256:94a102c57331b0078f33ff334f23e01ccc11d76d54ac01f91c9132f654f52ad5" + }, + { + "name": "NST1001", + "version": "1.2.0", + "author": "Joey Strandnes", + "maintainer": "Joey Strandnes", + "sentence": "NST1001 temperature sensor driver.", + "paragraph": "Easy to use implementation of the NST1001 digital temperature sensor.", + "website": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoeyStrandnes/NST1001_Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/NST1001-1.2.0.zip", + "archiveFileName": "NST1001-1.2.0.zip", + "size": 10897, + "checksum": "SHA-256:1731fc6a0a1577fc728f3d78edc423e89c30c9c5932c989c08e1bbc294593922" + }, + { + "name": "NesRob", + "version": "1.0.0", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates LED to signal NES R.O.B. (Robot Operating Buddy)", + "paragraph": "This class attaches to a specified LED, and is capable of generating the control signals required to invoke R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": [ + "NesRob.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.0.0.zip", + "archiveFileName": "NesRob-1.0.0.zip", + "size": 6282, + "checksum": "SHA-256:294946c402a25ca4050004f7a8dd9204b3920fd60199de48cc44ef71c79b2da1" + }, + { + "name": "NesRob", + "version": "1.0.2", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates LED to signal NES R.O.B. (Robot Operating Buddy)", + "paragraph": "This class attaches to a specified LED, and is capable of generating the control signals required to invoke R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": [ + "NesRob.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.0.2.zip", + "archiveFileName": "NesRob-1.0.2.zip", + "size": 307310, + "checksum": "SHA-256:b52771f7d34f797261799c5bfc1d26aefe217349a9bd568cf5f7c45e77308f02" + }, + { + "name": "NesRob", + "version": "1.1.0", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates the Nintendo R.O.B. (Robotic Operating Buddy).", + "paragraph": "This library attaches to a specified digital output GPIO, and generates the signals required to control R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": [ + "NesRob.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.1.0.zip", + "archiveFileName": "NesRob-1.1.0.zip", + "size": 5809744, + "checksum": "SHA-256:5ac6834349b86fb36b5c5a4936667bc8b2e20652bb407a18ead8b859d2da7d38" + }, + { + "name": "NesRob", + "version": "1.1.1", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates the Nintendo R.O.B. (Robotic Operating Buddy).", + "paragraph": "This library attaches to a specified digital output GPIO, and generates the signals required to control R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": [ + "NesRob.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.1.1.zip", + "archiveFileName": "NesRob-1.1.1.zip", + "size": 5810077, + "checksum": "SHA-256:7658277af7a510e08ce78f299bb2eefe6909e2cb1a67e0861faecc138b6b7c76" + }, + { + "name": "NesRob", + "version": "1.1.2", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Manipulates the Nintendo R.O.B. (Robotic Operating Buddy).", + "paragraph": "This library attaches to a specified digital output GPIO, and generates the signals required to control R.O.B.", + "website": "http://www.github.com/zfields/nes-rob", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zfields/nes-rob.git", + "providesIncludes": [ + "NesRob.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zfields/NesRob-1.1.2.zip", + "archiveFileName": "NesRob-1.1.2.zip", + "size": 5810156, + "checksum": "SHA-256:606c9a0755db65054efeb5befca1063b664c7406989e2dfd8364f06afa506b9e" + }, + { + "name": "Smart_Duty_Cycling", + "version": "1.0.0", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "Automatic duty cycle generation for your Arduino program.", + "paragraph": "This is a useful library for all applications that require a duty cycle.", + "website": "https://github.com/SunitRaut/Smart-Duty-Cycling-Arduino", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SunitRaut/Smart-Duty-Cycling-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/Smart_Duty_Cycling-1.0.0.zip", + "archiveFileName": "Smart_Duty_Cycling-1.0.0.zip", + "size": 19672, + "checksum": "SHA-256:a3fc4ae560243e1dd80ecfb157b481bbf104130a2e0f20464f3938a8ba3f0fca" + }, + { + "name": "EEWL", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.1.0.zip", + "archiveFileName": "EEWL-0.1.0.zip", + "size": 10012, + "checksum": "SHA-256:6b8c692586775e4c8af2c4a895e3b948aba5c431e514de088a10ed366faf25ff" + }, + { + "name": "EEWL", + "version": "0.2.1", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.2.1.zip", + "archiveFileName": "EEWL-0.2.1.zip", + "size": 10152, + "checksum": "SHA-256:56782a372e64013f69ee3cced2015c6d264e2a8644af52e89a33338b50e7dc9f" + }, + { + "name": "EEWL", + "version": "0.2.3", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.2.3.zip", + "archiveFileName": "EEWL-0.2.3.zip", + "size": 10168, + "checksum": "SHA-256:2b5cd54dda00b3e4212f5dfda643bcf0598e898ef0d912661f9210705e75994f" + }, + { + "name": "EEWL", + "version": "0.3.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.3.0.zip", + "archiveFileName": "EEWL-0.3.0.zip", + "size": 11799, + "checksum": "SHA-256:16bfba61c78f0461b4a0fa60a34e6c9386078bbe3e93180175c3bb04d06bf15c" + }, + { + "name": "EEWL", + "version": "0.3.2", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.3.2.zip", + "archiveFileName": "EEWL-0.3.2.zip", + "size": 12214, + "checksum": "SHA-256:fb31e4d9e5eeffa7c885f02377faffc96a4271a89dd7dd21ccea30304c0f8c28" + }, + { + "name": "EEWL", + "version": "0.5.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.5.0.zip", + "archiveFileName": "EEWL-0.5.0.zip", + "size": 16605, + "checksum": "SHA-256:9a1abee8118b62feb932253d040533337662a3ccfd54f3362427e30cb55bd14e" + }, + { + "name": "EEWL", + "version": "0.5.3", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.5.3.zip", + "archiveFileName": "EEWL-0.5.3.zip", + "size": 16632, + "checksum": "SHA-256:8b1f4dc15b1a27064421d08e5fbacbe12673c17174a1dc8f174bf097c7c15250" + }, + { + "name": "EEWL", + "version": "0.6.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.6.0.zip", + "archiveFileName": "EEWL-0.6.0.zip", + "size": 16544, + "checksum": "SHA-256:f2a7e878dd77380337dc836bb07c03b84f31a1344497c950e5d666f39ae08538" + }, + { + "name": "EEWL", + "version": "0.6.1", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.6.1.zip", + "archiveFileName": "EEWL-0.6.1.zip", + "size": 16743, + "checksum": "SHA-256:7457fd29e86e5c2ae939b143e0aedff9c8797c8f4fab4ec0e4239400b97db7a6" + }, + { + "name": "EEWL", + "version": "0.7.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM wear leveling", + "paragraph": "Reduce EEPROM writing wear by distributing them in a circular buffer", + "website": "https://github.com/fabriziop/EEWL", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/EEWL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/EEWL-0.7.0.zip", + "archiveFileName": "EEWL-0.7.0.zip", + "size": 16780, + "checksum": "SHA-256:f427dc0714c5699d10c73e4c764d6cb73b16c8f30115ae95bf9841de3f93cd55" + }, + { + "name": "Somfy_RTS", + "version": "1.0.0", + "author": "Andras Szopko", + "maintainer": "Andras Szopko", + "sentence": "A library that makes it easy to control Somfy RTS devices via MQTT using an ESP8266", + "paragraph": "Needs a 433.42 MHz transmitter - see the read.me for hardware requirements.", + "website": "https://github.com/aszopko/somfy-esp8266", + "category": "Device Control", + "architectures": [ + "ESP8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aszopko/somfy-esp8266.git", + "providesIncludes": [ + "Somfy.h" + ], + "dependencies": [ + { + "name": "Adafruit MQTT Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aszopko/Somfy_RTS-1.0.0.zip", + "archiveFileName": "Somfy_RTS-1.0.0.zip", + "size": 160908, + "checksum": "SHA-256:7aeab80c8ac7d7b50cc4f7112ab4559f18d42c2ab7a1e6d836f833caf14d825f" + }, + { + "name": "MAX7XX-7-Segment", + "version": "1.0.0", + "author": "Andre Baskin", + "maintainer": "Andre Baskin \u003candre@telatomica.com\u003e", + "sentence": "MAX72XX 7-segment display library.", + "paragraph": "A library for driving a 7-segment display driven with a MAX7219 or MAX7221 IC.", + "website": "https://github.com/abaskin/MAX7XX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abaskin/MAX72XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abaskin/MAX7XX_7_Segment-1.0.0.zip", + "archiveFileName": "MAX7XX_7_Segment-1.0.0.zip", + "size": 11459, + "checksum": "SHA-256:638fcecbb12c4557aee015de4b00ac31c2da3369eda491409cd22bc3e636d5b8" + }, + { + "name": "MAX7XX-7-Segment", + "version": "1.1.0", + "author": "Andre Baskin", + "maintainer": "Andre Baskin \u003candre@telatomica.com\u003e", + "sentence": "MAX72XX 7-segment display library.", + "paragraph": "A library for driving a 7-segment display driven with a MAX7219 or MAX7221 IC.", + "website": "https://github.com/abaskin/MAX7XX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abaskin/MAX72XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abaskin/MAX7XX_7_Segment-1.1.0.zip", + "archiveFileName": "MAX7XX_7_Segment-1.1.0.zip", + "size": 11551, + "checksum": "SHA-256:3faca6f80ae05aa15fe1669f3f0cf4f4053dac1ab11faa8c0968aa2855a1e64a" + }, + { + "name": "muTimer", + "version": "0.0.1", + "author": "Michael Uray \u003cmu@spamfence.net\u003e", + "maintainer": "Michael Uray \u003cmu@spamfence.net\u003e", + "sentence": "Arduino library to easily use on/off delays and cycle timers with non-blocking functions.", + "paragraph": "The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).", + "website": "https://github.com/MichaelUray/muTimer", + "category": "Timing", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MichaelUray/muTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelUray/muTimer-0.0.1.zip", + "archiveFileName": "muTimer-0.0.1.zip", + "size": 19973, + "checksum": "SHA-256:773a4b660dd20d1e66719b20c43678d4a1735098ee57cfd686b53272cfe9823d" + }, + { + "name": "muTimer", + "version": "0.1.0", + "author": "Michael Uray \u003cmu@spamfence.net\u003e", + "maintainer": "Michael Uray \u003cmu@spamfence.net\u003e", + "sentence": "Arduino library to easily use on/off delays and cycle timers with non-blocking functions.", + "paragraph": "The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).", + "website": "https://github.com/MichaelUray/muTimer", + "category": "Timing", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MichaelUray/muTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelUray/muTimer-0.1.0.zip", + "archiveFileName": "muTimer-0.1.0.zip", + "size": 22466, + "checksum": "SHA-256:4ee20ee3e754d795fd7e262500d56ea5b6367ddb41725273c71759772d56a710" + }, + { + "name": "muTimer", + "version": "0.1.1", + "author": "Michael Uray \u003cmu@spamfence.net\u003e", + "maintainer": "Michael Uray \u003cmu@spamfence.net\u003e", + "sentence": "Arduino library to easily use on/off delays and cycle timers with non-blocking functions.", + "paragraph": "The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).", + "website": "https://github.com/MichaelUray/muTimer", + "category": "Timing", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MichaelUray/muTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MichaelUray/muTimer-0.1.1.zip", + "archiveFileName": "muTimer-0.1.1.zip", + "size": 31934, + "checksum": "SHA-256:afcd9eb5ea71b0e98d33b6e3a03c86e4826565f0f3c0686ce3be8cfb1d0892af" + }, + { + "name": "uBitcoin", + "version": "0.1.0", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.0.zip", + "archiveFileName": "uBitcoin-0.1.0.zip", + "size": 190937, + "checksum": "SHA-256:451d8495adc42ea33b4d9a98ccb552832f4977904138adee76ee642673d2f8b8" + }, + { + "name": "uBitcoin", + "version": "0.1.1", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.1.zip", + "archiveFileName": "uBitcoin-0.1.1.zip", + "size": 190940, + "checksum": "SHA-256:31b2f4246eebbedd9e2490d41e8619cbbc1716e8310ed65360995753e0759a55" + }, + { + "name": "uBitcoin", + "version": "0.1.2", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.2.zip", + "archiveFileName": "uBitcoin-0.1.2.zip", + "size": 191846, + "checksum": "SHA-256:ea4dd5f1776300cb83aa471ba66bac0f7d9166a2a0df6a2bcea33485659beaed" + }, + { + "name": "uBitcoin", + "version": "0.1.3", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.3.zip", + "archiveFileName": "uBitcoin-0.1.3.zip", + "size": 204786, + "checksum": "SHA-256:6a43bc4e3428347c01e8acc1b5b140e4ab745ca68646347b3a99f4b0ba682bf3" + }, + { + "name": "uBitcoin", + "version": "0.1.4", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.4.zip", + "archiveFileName": "uBitcoin-0.1.4.zip", + "size": 208943, + "checksum": "SHA-256:02ef39a139de1e0ffc8e5a551fdb9f9db2448e1d7e1cd2c0864ba5c0b4b56600" + }, + { + "name": "uBitcoin", + "version": "0.1.5", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.1.5.zip", + "archiveFileName": "uBitcoin-0.1.5.zip", + "size": 212521, + "checksum": "SHA-256:3901fef3186e81e2a9386fe5a6375947fae9b5bfa6fb7de66eefdc2e124cf489" + }, + { + "name": "uBitcoin", + "version": "0.2.0", + "author": "Stepan Snigirev", + "maintainer": "Stepan Snigirev \u003csnigirev.stepan@gmail.com\u003e", + "sentence": "Brings Bitcoin to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.", + "website": "https://github.com/micro-bitcoin/uBitcoin", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micro-bitcoin/uBitcoin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micro-bitcoin/uBitcoin-0.2.0.zip", + "archiveFileName": "uBitcoin-0.2.0.zip", + "size": 215830, + "checksum": "SHA-256:f3da8d0c2c7f29fa245ce2e24fe42f8ca82e43300f88d13a2e96d1eed5c06bc2" + }, + { + "name": "AS5047P", + "version": "1.0.0", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-1.0.0.zip", + "archiveFileName": "AS5047P-1.0.0.zip", + "size": 60179, + "checksum": "SHA-256:25417a81dba643e92985c25c840d84e9cb52ab821c8fdcb38c178e585bc7fce5" + }, + { + "name": "AS5047P", + "version": "2.0.0", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.0.0.zip", + "archiveFileName": "AS5047P-2.0.0.zip", + "size": 63080, + "checksum": "SHA-256:204fad6ff6321056990e568611791c775f5cad14999e090f8720836401ae436d" + }, + { + "name": "AS5047P", + "version": "2.1.0", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.0.zip", + "archiveFileName": "AS5047P-2.1.0.zip", + "size": 64882, + "checksum": "SHA-256:978494414cf028e6366a4e9ed3f493587ec71be534d1db060a6c254e4999379a" + }, + { + "name": "AS5047P", + "version": "2.1.1", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.1.zip", + "archiveFileName": "AS5047P-2.1.1.zip", + "size": 65925, + "checksum": "SHA-256:a766e08e422be14893a8a1310094563b12f9016f165399cdfe24b41342e42ca7" + }, + { + "name": "AS5047P", + "version": "2.1.2", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.2.zip", + "archiveFileName": "AS5047P-2.1.2.zip", + "size": 65880, + "checksum": "SHA-256:d1ac28def7445ee382e49eb09c3bff509fffb6886c0431eb59d44092c7c720c4" + }, + { + "name": "AS5047P", + "version": "2.1.4", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.4.zip", + "archiveFileName": "AS5047P-2.1.4.zip", + "size": 69325, + "checksum": "SHA-256:061650343660fc42911b1db7d37a38a982eb6dbe076c611711bba7946aba0d69" + }, + { + "name": "AS5047P", + "version": "2.1.5", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.1.5.zip", + "archiveFileName": "AS5047P-2.1.5.zip", + "size": 69319, + "checksum": "SHA-256:b6bf96e070d9cb1ca62009311da8d8b38089ea910f0784b16f19233300b564f2" + }, + { + "name": "AS5047P", + "version": "2.2.0", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.2.0.zip", + "archiveFileName": "AS5047P-2.2.0.zip", + "size": 69291, + "checksum": "SHA-256:455b395bce765bbcf7a97ce765e15100ced1e5588872eeb0a3b5c754868af3dd" + }, + { + "name": "AS5047P", + "version": "2.2.1", + "author": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "maintainer": "Jonas Merkle [JJM] \u003cjonas@jjm.one\u003e", + "sentence": "An Arduino library for the AS5047P high-resolution rotary position sensor.", + "paragraph": "An Arduino library for the AS5047P high-resolution rotary position sensor. Supporting also the following sensor types: AS5047D, AS5147, AS5147P, AS5247", + "website": "https://github.com/jonas-merkle/AS5047P", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jonas-merkle/AS5047P.git", + "providesIncludes": [ + "AS5047P.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonas-merkle/AS5047P-2.2.1.zip", + "archiveFileName": "AS5047P-2.2.1.zip", + "size": 69324, + "checksum": "SHA-256:1c77f393c3392883e6b34413b1f7e6789aade0b73ae440c62a003d982e14abfa" + }, + { + "name": "ProtoCentral MAX30003 ECG AFE Sensor Library", + "version": "1.0.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral MAX30003 Single lead ECG breakout board.", + "paragraph": "The MAX30003 chip from Maxim is a single-lead ECG analog front-end, which also includes R-R (heartbeat) detection.", + "website": "https://github.com/Protocentral/protocentral_max30003", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_max30003.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30003_ECG_AFE_Sensor_Library-1.0.1.zip", + "archiveFileName": "ProtoCentral_MAX30003_ECG_AFE_Sensor_Library-1.0.1.zip", + "size": 518217, + "checksum": "SHA-256:6669c29d7e695dd79493e34fd5a46c9c98b69ffda775e164450f66dcbc6860a9" + }, + { + "name": "ProtoCentral MAX30003 ECG AFE Sensor Library", + "version": "1.0.2", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral MAX30003 Single lead ECG breakout board.", + "paragraph": "The MAX30003 chip from Maxim is a single-lead ECG analog front-end, which also includes R-R (heartbeat) detection.", + "website": "https://github.com/Protocentral/protocentral_max30003", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_max30003.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30003_ECG_AFE_Sensor_Library-1.0.2.zip", + "archiveFileName": "ProtoCentral_MAX30003_ECG_AFE_Sensor_Library-1.0.2.zip", + "size": 520886, + "checksum": "SHA-256:b88dae755225371db76038cb544ab2052dd02744837a83b4e0a97d88ceda8e29" + }, + { + "name": "tinyECC", + "version": "1.0.0", + "author": "Shubham Annigeri \u003cgithub.com/ShubhamAnnigeri\u003e", + "maintainer": "Shubham Annigeri \u003cgithub.com/ShubhamAnnigeri\u003e", + "sentence": "Elliptic Curve Cryptography for Arduino Micro-controllers.", + "paragraph": "This is a library for implementing Elliptic Curve Cryptography (ECC) and Elliptic Curve Digital Signature Algorithm (ECDSA) on Arduino-based microcontrollers", + "website": "https://github.com/ShubhamAnnigeri/tinyECC-ArduinoIDE", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ShubhamAnnigeri/tinyECC-ArduinoIDE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ShubhamAnnigeri/tinyECC-1.0.0.zip", + "archiveFileName": "tinyECC-1.0.0.zip", + "size": 27546, + "checksum": "SHA-256:00a75f464cc096fbc33b6d7ed16e6b7c28251283ccc61efa6c555db110e5ff55" + }, + { + "name": "SPC", + "version": "1.0.0", + "author": "Aaryaa Padhyegurjar \u003caaryaapg@gmail.com\u003e", + "maintainer": "Aaryaa Padhyegurjar \u003caaryaapg@gmail.com\u003e", + "sentence": "A library for easy processing of Analog Signals", + "paragraph": "This library is signal conditioning, where an Analog input is to be analyzed. The analog signal is converted into a square wave based on the threshold value given by the user, and positive edges are counted.", + "website": "https://github.com/aaryaapg/SPC-Library", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aaryaapg/SPC-Library.git", + "providesIncludes": [ + "SPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aaryaapg/SPC-1.0.0.zip", + "archiveFileName": "SPC-1.0.0.zip", + "size": 61192, + "checksum": "SHA-256:4622fe34eb51e07df298ee9b7734360f4d5e0d6f7059edf69fb38ebf6a6cbc24" + }, + { + "name": "WSN_RFM69", + "version": "1.0.0", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "paragraph": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "website": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab.git", + "dependencies": [ + { + "name": "RFM69_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/WSN_RFM69-1.0.0.zip", + "archiveFileName": "WSN_RFM69-1.0.0.zip", + "size": 32278, + "checksum": "SHA-256:ee79a87e09564d94cb0fa23072f919d62c1c4e5e270d7f20d826b95222f404ca" + }, + { + "name": "WSN_RFM69", + "version": "1.0.1", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "paragraph": "This is a library for developing Wireless Sensor Network using RFM69 LowPowerLab Library.", + "website": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SunitRaut/WSN-for-RFM69-LowPowerLab.git", + "dependencies": [ + { + "name": "RFM69_LowPowerLab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/WSN_RFM69-1.0.1.zip", + "archiveFileName": "WSN_RFM69-1.0.1.zip", + "size": 32483, + "checksum": "SHA-256:423d178c6e8ff2c1466057988fb47224585304532480cc8cdfdf3b93f2aa8c68" + }, + { + "name": "SerialWombat", + "version": "1.0.0", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://github.com/BroadwellConsultingInc", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.0.zip", + "archiveFileName": "SerialWombat-1.0.0.zip", + "size": 25530, + "checksum": "SHA-256:69b7ba019bb8943fdcda7409b4732d4ffe80c6ac5339cd95f88ce93d35b1e4c5" + }, + { + "name": "SerialWombat", + "version": "1.0.1", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://github.com/BroadwellConsultingInc", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.1.zip", + "archiveFileName": "SerialWombat-1.0.1.zip", + "size": 30747, + "checksum": "SHA-256:0f28b957e13d88336c34a29179b6252580a9771ecfc136da24ee8c4bae22de85" + }, + { + "name": "SerialWombat", + "version": "1.0.2", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://github.com/BroadwellConsultingInc", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.2.zip", + "archiveFileName": "SerialWombat-1.0.2.zip", + "size": 33426, + "checksum": "SHA-256:166ca6669987e3b2a90071d3cd1b529b497589bbc88bac7b131ddb44d3d034b7" + }, + { + "name": "SerialWombat", + "version": "1.0.4", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.4.zip", + "archiveFileName": "SerialWombat-1.0.4.zip", + "size": 478883, + "checksum": "SHA-256:4c921964886053668a32a7a6cc461d051c3fda3485fdc1c1487fe75224259f33" + }, + { + "name": "SerialWombat", + "version": "1.0.3", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.3.zip", + "archiveFileName": "SerialWombat-1.0.3.zip", + "size": 468276, + "checksum": "SHA-256:52259ea2ec72ceec9fed1123d7912ccbb8293f0ac7fced510b117e3116d9d853" + }, + { + "name": "SerialWombat", + "version": "1.0.5", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.5.zip", + "archiveFileName": "SerialWombat-1.0.5.zip", + "size": 478963, + "checksum": "SHA-256:78278aa4c875793c36f411fc899a3016616060ffd1434587ec98f8d9d8b61cf4" + }, + { + "name": "SerialWombat", + "version": "1.0.6", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.6.zip", + "archiveFileName": "SerialWombat-1.0.6.zip", + "size": 491170, + "checksum": "SHA-256:84c6ea4da3368d542daf33b4b91fb053adb7e77889fcf0527d45948c2b60bdf5" + }, + { + "name": "SerialWombat", + "version": "1.0.7", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.7.zip", + "archiveFileName": "SerialWombat-1.0.7.zip", + "size": 491168, + "checksum": "SHA-256:6e497a0858678c6f17df19bb0f45cd179d057f9b7119efd245e649be0d650591" + }, + { + "name": "SerialWombat", + "version": "1.0.8", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.8.zip", + "archiveFileName": "SerialWombat-1.0.8.zip", + "size": 492809, + "checksum": "SHA-256:44875735f479e098852bc7c065a2a1b53de69ae93a01ca47d2cb5314c0d0b5fc" + }, + { + "name": "SerialWombat", + "version": "1.0.9", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.9.zip", + "archiveFileName": "SerialWombat-1.0.9.zip", + "size": 529111, + "checksum": "SHA-256:0bf89fa328c46a3011344a9e0963c5b7cf250da3638c6762cea8340bcd2f9f78" + }, + { + "name": "SerialWombat", + "version": "1.0.10", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-1.0.10.zip", + "archiveFileName": "SerialWombat-1.0.10.zip", + "size": 529818, + "checksum": "SHA-256:12b0668db96426d2f5e18be8eae9a8989068eb6f9890b0fc94ac57265db12ea6" + }, + { + "name": "SerialWombat", + "version": "2.0.1", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.0.1.zip", + "archiveFileName": "SerialWombat-2.0.1.zip", + "size": 1462612, + "checksum": "SHA-256:155c96368f90e9dcf3b2256c32eeb0a261a1a3573dbb2f0af56152288137ff1e" + }, + { + "name": "SerialWombat", + "version": "2.0.2", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.0.2.zip", + "archiveFileName": "SerialWombat-2.0.2.zip", + "size": 1462577, + "checksum": "SHA-256:cf8a638e6dcd85000bf23e648031307f44c69ea4e933d669eee8f4639aa95d60" + }, + { + "name": "SerialWombat", + "version": "2.0.4", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.0.7", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.0.4.zip", + "archiveFileName": "SerialWombat-2.0.4.zip", + "size": 1464468, + "checksum": "SHA-256:54532180f5308e48f3be4d1458d9e99d2cb0389c510b98a5e5a6f9ad2b845368" + }, + { + "name": "SerialWombat", + "version": "2.0.5", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.0.7", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.0.5.zip", + "archiveFileName": "SerialWombat-2.0.5.zip", + "size": 1464468, + "checksum": "SHA-256:5d80b1676caf36b2181782edb4b6cf1a4e9b5846bd649998d77f7220787730f4" + }, + { + "name": "SerialWombat", + "version": "2.0.6", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.0.8", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.0.6.zip", + "archiveFileName": "SerialWombat-2.0.6.zip", + "size": 1467842, + "checksum": "SHA-256:43eee0299c6ff9ae11fa6358827a495da8d024cb5e3215cfd1428accf870f0c3" + }, + { + "name": "SerialWombat", + "version": "2.0.7", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.0.8", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.0.7.zip", + "archiveFileName": "SerialWombat-2.0.7.zip", + "size": 1467840, + "checksum": "SHA-256:0059c0fd243d4a89dd9902117dc94b95d0aa9e040f6066f5102b101ab5488102" + }, + { + "name": "SerialWombat", + "version": "2.0.8", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.0.8", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.0.8.zip", + "archiveFileName": "SerialWombat-2.0.8.zip", + "size": 1467843, + "checksum": "SHA-256:cb89ccff1bde6ec5132461aeb28ee02c184c5d6625c9f3b07100d6766767b441" + }, + { + "name": "SerialWombat", + "version": "2.1.0", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.1.0", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.1.0.zip", + "archiveFileName": "SerialWombat-2.1.0.zip", + "size": 1654212, + "checksum": "SHA-256:23d5f65e4af85f6594f90e10d3ac7afeaf7c326de313e5ede2bbc0e307ac34f8" + }, + { + "name": "SerialWombat", + "version": "2.1.1", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.1.0", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.1.1.zip", + "archiveFileName": "SerialWombat-2.1.1.zip", + "size": 1654490, + "checksum": "SHA-256:bfd1cb2ced3202ab5b2beec2451ed28fa637a9a6884e5f618049e32522e0f31c" + }, + { + "name": "SerialWombat", + "version": "2.1.2", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.1.0", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.1.2.zip", + "archiveFileName": "SerialWombat-2.1.2.zip", + "size": 1654705, + "checksum": "SHA-256:c1ef4116cc607e5517e8921837f1536451b10c9e8c5fc3b6a0f198a386a1e121" + }, + { + "name": "SerialWombat", + "version": "2.1.3", + "author": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "maintainer": "Broadwell Consulting Inc \u003chelp@serialwombat.com\u003e", + "sentence": "A library to drive the Serial Wombat Family by UART or I2C.", + "paragraph": "The Serial Wombat is a Smart I/O Expansion chip for Arduino, Raspberry Pi, CircuitPython, native embedded systems, PC, or any other system that can communicate by UART or I2C. Learn more at www.SerialWombat.com . The Serial Wombat is open-source firmware on a microcontroller. The firmware is available at: https://github.com/BroadwellConsultingInc/SerialWombat. This library syncs with Serial Wombat 4B firmware 2.0.3 and Serial Wombat 18AB firmware 2.1.0", + "website": "https://broadwellconsultinginc.github.io/SerialWombatArdLib/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BroadwellConsultingInc/SerialWombatArdLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BroadwellConsultingInc/SerialWombat-2.1.3.zip", + "archiveFileName": "SerialWombat-2.1.3.zip", + "size": 1689405, + "checksum": "SHA-256:12a4806eacdd5050153ad98f81de2ca01083247954c5eeb8276e2151fd4def5e" + }, + { + "name": "OTAWrapper", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP Library to simplify OTA setup.", + "paragraph": "Tested with ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/OTAWrapper", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/OTAWrapper.git", + "providesIncludes": [ + "OTAWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/OTAWrapper-1.1.0.zip", + "archiveFileName": "OTAWrapper-1.1.0.zip", + "size": 6323, + "checksum": "SHA-256:6c2d723b1a2cfe7f554f39da70f1bf6a8dfa05ba731839e3c15281d814d1f584" + }, + { + "name": "OTAWrapper", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP Library to simplify OTA setup.", + "paragraph": "Tested with ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/OTAWrapper", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/OTAWrapper.git", + "providesIncludes": [ + "OTAWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/OTAWrapper-1.2.0.zip", + "archiveFileName": "OTAWrapper-1.2.0.zip", + "size": 9043, + "checksum": "SHA-256:43ef20515982e88721b0832dac89ef69b35653536bbbeacd9ac94b03363f11f8" + }, + { + "name": "OTAWrapper", + "version": "1.3.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP Library to simplify OTA setup.", + "paragraph": "Tested with ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/OTAWrapper", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/OTAWrapper.git", + "providesIncludes": [ + "OTAWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/OTAWrapper-1.3.1.zip", + "archiveFileName": "OTAWrapper-1.3.1.zip", + "size": 9279, + "checksum": "SHA-256:b8c1fb4b5e58436e957e449ecf160d59cd76e79893c051d0f615b9eb3982a404" + }, + { + "name": "OTAWrapper", + "version": "1.3.2", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "ESP Library to simplify OTA setup.", + "paragraph": "Tested with ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/OTAWrapper", + "category": "Uncategorized", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/OTAWrapper.git", + "providesIncludes": [ + "OTAWrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/OTAWrapper-1.3.2.zip", + "archiveFileName": "OTAWrapper-1.3.2.zip", + "size": 9452, + "checksum": "SHA-256:058ef8bbcd633564340903dba00045c0159ab5427baf0f1206e8837153c5f5ea" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.0.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "\"Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.0.3.zip", + "archiveFileName": "MultiResetDetector_Generic-1.0.3.zip", + "size": 204504, + "checksum": "SHA-256:82138b10107281adee29c672a73ff9c19eb62348ad7230f52d4940ca12574225" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.1.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.1.0.zip", + "size": 239694, + "checksum": "SHA-256:ff81efd09dfd99ebf8214b647b0db6d75b1163bc028b3ef4625fb2c06a232604" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.2.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.2.0.zip", + "size": 253407, + "checksum": "SHA-256:b3003c635dba732c206480d9413ec996a14e61c557b25ebd64cc318ce78d0268" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.3.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.3.0.zip", + "size": 322455, + "checksum": "SHA-256:b13e00b6070a980395e09a796dca7e13309d2db8d75f55409cdfa34ac659db7a" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.4.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.4.0.zip", + "size": 322929, + "checksum": "SHA-256:7c50c3cdef4eb45381932062fe6303fb553ba8153560ecb15e129182c7f911bb" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 as well as v1.9.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.5.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.5.0.zip", + "size": 366159, + "checksum": "SHA-256:a59d083770d77dace3c3f40fef4f33f7740aceaab4f56c8db53156c24496bf2c" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.6.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.6.0.zip", + "size": 390481, + "checksum": "SHA-256:ae594c63328c517672fc6f8e8d70fa2b215a55cc128424c3bbfb3df656c9c2ba" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.7.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.7.0.zip", + "size": 406389, + "checksum": "SHA-256:fee41d803b0679b5cc5dec8e07fa5b7de92990860d7847ec96923c89a7523de3" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.7.1.zip", + "archiveFileName": "MultiResetDetector_Generic-1.7.1.zip", + "size": 406853, + "checksum": "SHA-256:ad612a520098d9033ccfd5439536dddc193e87edd8ca256fabf3f04a6c1d5842" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.7.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.7.2.zip", + "archiveFileName": "MultiResetDetector_Generic-1.7.2.zip", + "size": 407094, + "checksum": "SHA-256:45c7f4961816d27b7ad16421846d024e8ee82e3726f6633653480dc5373bde4b" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.7.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.7.3.zip", + "archiveFileName": "MultiResetDetector_Generic-1.7.3.zip", + "size": 615491, + "checksum": "SHA-256:c953090fb36c9c1976bc785ad1347a69e44175100e4e36b16b946be04247b499" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.8.0.zip", + "archiveFileName": "MultiResetDetector_Generic-1.8.0.zip", + "size": 759949, + "checksum": "SHA-256:ecd00acf0b0fdd1b43bc33d1cefe67d02ad377cef9dbe3e41e3b077056479c96" + }, + { + "name": "MultiResetDetector_Generic", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0", + "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device Blynk and/or WiFi, MQTT, ThingStream Credentials.", + "website": "https://github.com/khoih-prog/MultiResetDetector_Generic", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MultiResetDetector_Generic.git", + "providesIncludes": [ + "MultiResetDetector_Generic.h" + ], + "dependencies": [ + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "FlashStorage_RTL8720" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MultiResetDetector_Generic-1.8.1.zip", + "archiveFileName": "MultiResetDetector_Generic-1.8.1.zip", + "size": 819160, + "checksum": "SHA-256:60fd6c2063376888d858641a0e905a9fbb808f793cbab695919fbc5b698d680e" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": [ + "ESP_MultiResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.1.1.zip", + "archiveFileName": "ESP_MultiResetDetector-1.1.1.zip", + "size": 27747, + "checksum": "SHA-256:c1f2672644a6e605f38eb804dba7638de1084dae54b15f66edadb6441a60ae33" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": [ + "ESP_MultiResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.1.2.zip", + "archiveFileName": "ESP_MultiResetDetector-1.1.2.zip", + "size": 28026, + "checksum": "SHA-256:a5b2404d6d2bd2c7f483bb75c0a4fce37f29d3edadf75484e4d2278f88d42be3" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": [ + "ESP_MultiResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.2.0.zip", + "archiveFileName": "ESP_MultiResetDetector-1.2.0.zip", + "size": 28500, + "checksum": "SHA-256:040383afa335ebdb1acafccfd9c94044a8e97f0ba288a2a23ec38d10e592a91e" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials.", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": [ + "ESP_MultiResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.2.1.zip", + "archiveFileName": "ESP_MultiResetDetector-1.2.1.zip", + "size": 28626, + "checksum": "SHA-256:4de89bd2096a0ef6a3a90e0a4c509be574ef1e93f43e95c54546da5d876922c9" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. Now supporting ESP32_C3, ESP32_S2 ans ESP32_S3", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": [ + "ESP_MultiResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.3.0.zip", + "archiveFileName": "ESP_MultiResetDetector-1.3.0.zip", + "size": 29636, + "checksum": "SHA-256:839fb80ada458a1f3c34dd7e001cfa495e2f7639625cb09af902081146f633ab" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.3.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. Now supporting ESP32_C3, ESP32_S2 ans ESP32_S3", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": [ + "ESP_MultiResetDetector.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.3.1.zip", + "archiveFileName": "ESP_MultiResetDetector-1.3.1.zip", + "size": 32322, + "checksum": "SHA-256:5631e9ec9da298427f0b67a89c35a59d5c84056524cba088384c39b4a22f989f" + }, + { + "name": "ESP_MultiResetDetector", + "version": "1.3.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Library to detect a multi reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32, ESP32_C3, ESP32_S2, ESP32_S3", + "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials", + "website": "https://github.com/khoih-prog/ESP_MultiResetDetector", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_MultiResetDetector.git", + "providesIncludes": [ + "ESP_MultiResetDetector.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_MultiResetDetector-1.3.2.zip", + "archiveFileName": "ESP_MultiResetDetector-1.3.2.zip", + "size": 32567, + "checksum": "SHA-256:d3061d6cc90db386b4eaae06bff22baba711c9949154849f4eda6e312b67351a" + }, + { + "name": "EMUcan", + "version": "1.0.0", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.0.zip", + "archiveFileName": "EMUcan-1.0.0.zip", + "size": 19365, + "checksum": "SHA-256:fd3f5f238f3c4e23f28833784488cb1959242491c20948130a084cbd74496ac8" + }, + { + "name": "EMUcan", + "version": "1.0.1", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.1.zip", + "archiveFileName": "EMUcan-1.0.1.zip", + "size": 20053, + "checksum": "SHA-256:ff424c4155511ad076c0cd7eb2311964ae4110b103c3ad9d3b69a61c4a496ca7" + }, + { + "name": "EMUcan", + "version": "1.0.2", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.2.zip", + "archiveFileName": "EMUcan-1.0.2.zip", + "size": 22363, + "checksum": "SHA-256:6d6ae8107de7f3e8f3d2159e4106a04cb1356c2575903bc36285cb96e24e21f6" + }, + { + "name": "EMUcan", + "version": "1.0.3", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.3.zip", + "archiveFileName": "EMUcan-1.0.3.zip", + "size": 26211, + "checksum": "SHA-256:0c0556c40b4b9fb254bc9b02a059f9973882c086cd9fdccfeb6817c878aad3c0" + }, + { + "name": "EMUcan", + "version": "1.0.4", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.4.zip", + "archiveFileName": "EMUcan-1.0.4.zip", + "size": 26201, + "checksum": "SHA-256:4469bf7891705721f9478b2d97d69b0d37c01eb503e7f64d105ceb17b46e207f" + }, + { + "name": "EMUcan", + "version": "1.0.5", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.5.zip", + "archiveFileName": "EMUcan-1.0.5.zip", + "size": 26327, + "checksum": "SHA-256:9232a57032767d3fb59cf041bde5c44483a62afc99229f680e039d8e5958bb2b" + }, + { + "name": "EMUcan", + "version": "1.0.6", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "dependencies": [ + { + "name": "autowp-mcp2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.6.zip", + "archiveFileName": "EMUcan-1.0.6.zip", + "size": 26354, + "checksum": "SHA-256:dc71ba8d85117d9b4b2464538aaeb3bfd0766998b77b86b12f0e7138dca5cab8" + }, + { + "name": "EMUcan", + "version": "1.0.7", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream with a MCP2515. It can also send data to the EMU.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "dependencies": [ + { + "name": "autowp-mcp2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-1.0.7.zip", + "archiveFileName": "EMUcan-1.0.7.zip", + "size": 26513, + "checksum": "SHA-256:aeb203cfe8f35cdc437c75f8b57cc485d3e24c6e27e1482a7954e3968de74553" + }, + { + "name": "EMUcan", + "version": "2.0.0", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-2.0.0.zip", + "archiveFileName": "EMUcan-2.0.0.zip", + "size": 31621, + "checksum": "SHA-256:d420e79e6fa8a8ed4e0906df31753ecdb9a177dc2f30221072fbf4f78d9ed624" + }, + { + "name": "EMUcan", + "version": "2.0.1", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-2.0.1.zip", + "archiveFileName": "EMUcan-2.0.1.zip", + "size": 33313, + "checksum": "SHA-256:74754d9d2f0db1f94a4300e8c88ebfe2340d2d4e5d201a23f0b6d3b3b68db68a" + }, + { + "name": "EMUcan", + "version": "2.0.2", + "author": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "maintainer": "Stephan M. \u003cdesigner2k2@gmail.com\u003e", + "sentence": "ECUMaster EMU CAN Stream Reader Arduino Library", + "paragraph": "Library to read and decode the ECUMaster default CAN Stream.", + "website": "https://github.com/designer2k2/EMUcan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/designer2k2/EMUcan.git", + "providesIncludes": [ + "EMUcan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/designer2k2/EMUcan-2.0.2.zip", + "archiveFileName": "EMUcan-2.0.2.zip", + "size": 33400, + "checksum": "SHA-256:b9f6e145e3fc80bac573eb3b10b4d5b262137facda0f5ec2b7250ed22d38335c" + }, + { + "name": "RoverWing", + "version": "3.0.0", + "author": "David Bershadsky, Alexander Kirillov", + "maintainer": "RoverWing team \u003croverwingboard@gmail.com\u003e", + "sentence": "Arduino library for use with RoverWing, a robotics expansion board for Adafruit Feather boards", + "paragraph": "Arduino library for use with RoverWing, a robotics expansion board for Adafruit Feather boards", + "website": "https://github.com/roverwing", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/roverwing/RoverWingLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/roverwing/RoverWing-3.0.0.zip", + "archiveFileName": "RoverWing-3.0.0.zip", + "size": 13703781, + "checksum": "SHA-256:3a385a781e93765ac0f8affdc3622165101db05ed1adb42c550a384c6a8b2874" + }, + { + "name": "RoverWing", + "version": "3.1.0", + "author": "David Bershadsky, Alexander Kirillov", + "maintainer": "RoverWing team \u003croverwingboard@gmail.com\u003e", + "sentence": "Arduino library for use with RoverWing, a robotics expansion board for Adafruit Feather boards", + "paragraph": "RoverWing provides motor drivers, Inertial Motion Unit (IMU), and connection ports for servos, sonars, GPS, and other peripherals commonly used by small mobile robots. It also contains a microcontroller preloaded with firmware to control these peripherals, which communicates with the Feather board using I2C protocol, thus freeing resources of the Feather board for other purposes. This library allows easy access to all RoverWign features.", + "website": "https://github.com/roverwing/RoverWingLibrary", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/roverwing/RoverWingLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/roverwing/RoverWing-3.1.0.zip", + "archiveFileName": "RoverWing-3.1.0.zip", + "size": 13702115, + "checksum": "SHA-256:73b0f76cf5b6e338238901ca5a2b226dcac466d5a721a4f73bc2d43b8d2de386" + }, + { + "name": "Seeed Arduino FS", + "version": "2.0.2", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "A friendly library for file operation.", + "paragraph": "Gives an example to read/ write from/to an SD card.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_FS", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_FS-2.0.2.zip", + "archiveFileName": "Seeed_Arduino_FS-2.0.2.zip", + "size": 92600, + "checksum": "SHA-256:0c27e9cf4ad2f5e77f2ecc40748b2eb854807be4485fcf6a706a79435803eecd" + }, + { + "name": "Seeed Arduino FS", + "version": "2.0.3", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "A friendly library for file operation.", + "paragraph": "Gives an example to read/ write from/to an SD card.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_FS", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_FS-2.0.3.zip", + "archiveFileName": "Seeed_Arduino_FS-2.0.3.zip", + "size": 92558, + "checksum": "SHA-256:964bec554d9a9187385c5dfc21479ccb21990ea6df1e856f8041397444e6dfd3" + }, + { + "name": "Seeed Arduino FS", + "version": "2.1.1", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "A friendly library for file operation.", + "paragraph": "Gives an example to read/ write from/to an SD card.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_FS", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_FS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_FS-2.1.1.zip", + "archiveFileName": "Seeed_Arduino_FS-2.1.1.zip", + "size": 92904, + "checksum": "SHA-256:191c432bec6a9ffef83f28d52f527be5d82959755de3c9ece3512492d087a812" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.0.1", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.0.1.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.0.1.zip", + "size": 698973, + "checksum": "SHA-256:d778e6c0a6d3729241c4492a0285b1423ca04b6ecdc334e7317be3fa05570543" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.1.1", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.1.1.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.1.1.zip", + "size": 723788, + "checksum": "SHA-256:ec28d27da19fa8f01ae1eade33a08958b3da597d52dd9f918619bf8a49a4487e" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.1.2", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.1.2.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.1.2.zip", + "size": 745634, + "checksum": "SHA-256:79dc7b400d9102e35d9d745022af71b6a48bdd041540c1aea7e75b199df066d2" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.1.3", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.1.3.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.1.3.zip", + "size": 745633, + "checksum": "SHA-256:17b237ab4f045d26dffe0522fb8a9824bed37a2db38a3528d461fce65942c628" + }, + { + "name": "Seeed Arduino rpcUnified", + "version": "2.1.4", + "author": "Hongtai Liu", + "maintainer": "Hongtai Liu \u003clht856@foxmail.com\u003e", + "sentence": "An rpc system can be connected to the rtl8720 module", + "paragraph": "Realize the underlying code of Bluetooth and wifi through rpc", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcUnified-2.1.4.zip", + "archiveFileName": "Seeed_Arduino_rpcUnified-2.1.4.zip", + "size": 746176, + "checksum": "SHA-256:9f9081ff69966f9a29335b497d6e3f524306cea44adf6441cc1f5744c4ab0f97" + }, + { + "name": "Seeed_Arduino_mbedtls", + "version": "1.0.0", + "author": "Peter Yang", + "maintainer": "Peter Yang \u003cturmary@126.com\u003e", + "sentence": "Seeed Arduino library for TLS/SSL connection", + "paragraph": "Seeed Arduino library for TLS/SSL connection.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "providesIncludes": [ + "Seeed_mbedtls.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_mbedtls-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_mbedtls-1.0.0.zip", + "size": 4044318, + "checksum": "SHA-256:379f3fc2d99ba8e2216aae163bc9f027abc1f7baac5f87fcb98da100ae8cbd8b" + }, + { + "name": "Seeed_Arduino_mbedtls", + "version": "2.0.1", + "author": "Peter Yang", + "maintainer": "Peter Yang \u003cturmary@126.com\u003e", + "sentence": "Seeed Arduino library for TLS/SSL connection", + "paragraph": "Seeed Arduino library for TLS/SSL connection.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "providesIncludes": [ + "Seeed_mbedtls.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_mbedtls-2.0.1.zip", + "archiveFileName": "Seeed_Arduino_mbedtls-2.0.1.zip", + "size": 4047238, + "checksum": "SHA-256:0634ac3ee99267deac4e7c9930329a2d227d2cf46f37d7e028cb4d0c2f3546e1" + }, + { + "name": "Seeed_Arduino_mbedtls", + "version": "3.0.1", + "author": "Peter Yang", + "maintainer": "Peter Yang \u003cturmary@126.com\u003e", + "sentence": "Seeed Arduino library for TLS/SSL connection", + "paragraph": "Seeed Arduino library for TLS/SSL connection.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.git", + "providesIncludes": [ + "Seeed_mbedtls.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_mbedtls-3.0.1.zip", + "archiveFileName": "Seeed_Arduino_mbedtls-3.0.1.zip", + "size": 887830, + "checksum": "SHA-256:df27133f3b9226e721c0542e815363e5051c76c178b31672e8a971d02acff008" + }, + { + "name": "Seeed Arduino SFUD", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Seeed Arduino SFUD", + "paragraph": "An Arduino library for Seeed Arduino SFUD", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_SFUD-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_SFUD-1.0.0.zip", + "size": 35977, + "checksum": "SHA-256:5f3963a28e2454de1c723ce3ab4f4196d0cdac691ce48f2530712e5968774672" + }, + { + "name": "Seeed Arduino SFUD", + "version": "2.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Seeed Arduino SFUD", + "paragraph": "An Arduino library for Seeed Arduino SFUD", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_SFUD-2.0.1.zip", + "archiveFileName": "Seeed_Arduino_SFUD-2.0.1.zip", + "size": 35978, + "checksum": "SHA-256:362dabe0cbcc08769aeedff3cb32a625fa697fee0f843ca23dfd120b9d84e94e" + }, + { + "name": "Seeed Arduino SFUD", + "version": "2.0.2", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Library for Seeed Arduino SFUD", + "paragraph": "An Arduino library for Seeed Arduino SFUD", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_SFUD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_SFUD-2.0.2.zip", + "archiveFileName": "Seeed_Arduino_SFUD-2.0.2.zip", + "size": 40032, + "checksum": "SHA-256:5370262d474fabeea7dd77f000ed7b5d7d491eecfb736575b9427abb3653e834" + }, + { + "name": "MoonStruck", + "version": "1.0.0", + "author": "JHershey69", + "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", + "sentence": "Lunar Information Library for ESP32.", + "paragraph": "This library depends on ArduinoJson v6+", + "website": "https://github.com/JHershey69/MoonStruck", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jhershey69/MoonStruck.git", + "providesIncludes": [ + "MoonStruck.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jhershey69/MoonStruck-1.0.0.zip", + "archiveFileName": "MoonStruck-1.0.0.zip", + "size": 15690, + "checksum": "SHA-256:7cb64c3609686b207d71387c92d168b65c259020bce0939942752c0cd0a45da2" + }, + { + "name": "PID_v2", + "version": "2.0.0", + "author": "Brett Beauregard", + "maintainer": "Max Ignatenko", + "sentence": "PID controller", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/gelraen/Arduino-PID-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gelraen/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gelraen/PID_v2-2.0.0.zip", + "archiveFileName": "PID_v2-2.0.0.zip", + "size": 12252, + "checksum": "SHA-256:3e4d69a0cf01229d5f27c6755f192a65402def85785dfa438047abf04d1474b0" + }, + { + "name": "PID_v2", + "version": "2.0.1", + "author": "Brett Beauregard", + "maintainer": "Max Ignatenko", + "sentence": "PID controller", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/gelraen/Arduino-PID-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gelraen/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gelraen/PID_v2-2.0.1.zip", + "archiveFileName": "PID_v2-2.0.1.zip", + "size": 12253, + "checksum": "SHA-256:80e3f716e85210a332a5da81d1807d71ad70ff87e09de02c6d11c30baee4d107" + }, + { + "name": "Seeed Arduino IR", + "version": "1.0.2", + "author": "Hongtai.liu", + "maintainer": "Hongtai.liu", + "sentence": "Seeed Arduino Infrared Library", + "paragraph": "Library for receiving, decoding, and sending infrared signals using Arduino", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_IR", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_IR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_IR-1.0.2.zip", + "archiveFileName": "Seeed_Arduino_IR-1.0.2.zip", + "size": 198839, + "checksum": "SHA-256:4f7ba8bd4bd0506030b9ed2395d9aaca4c01de6de9dd987183f0dce8cdb9b813" + }, + { + "name": "GDXLIb", + "version": "0.9.0", + "author": "=Vernier Software \u0026 Technology", + "maintainer": "support@vernier.com", + "sentence": "A library to allow use of Arduino microcomputers which support the ArduinoBLE library to work with Vernier GDX sensors.", + "paragraph": "A library to allow use of Arduino Nano 33 BLE, the Arduino Nan 33 Sense, MKR1010, and Uno WiFi Rev 2 to read Vernier GDX sensors via Bluetooth.", + "website": "https://github.com/VernierSoftwareTechnology/GDXLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dvernier/GDXLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/GDXLIb-0.9.0.zip", + "archiveFileName": "GDXLIb-0.9.0.zip", + "size": 682832, + "checksum": "SHA-256:650e372f846c0f7159684196b98f80a742de43797a3e9e2b306f4d5988be361e" + }, + { + "name": "GDXLIb", + "version": "0.9.1", + "author": "=Vernier Software \u0026 Technology", + "maintainer": "support@vernier.com", + "sentence": "A library to allow use of Arduino microcomputers which support the ArduinoBLE library to work with Vernier GDX sensors.", + "paragraph": "A library to allow use of Arduino Nano 33 BLE, the Arduino Nan 33 Sense, MKR1010, and Uno WiFi Rev 2 to read Vernier GDX sensors via Bluetooth.", + "website": "https://github.com/dvernier/GDXLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dvernier/GDXLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/GDXLIb-0.9.1.zip", + "archiveFileName": "GDXLIb-0.9.1.zip", + "size": 682828, + "checksum": "SHA-256:0878a36527682b19e3ebaacca16f8e6e2ef138689fd72cf0c5b37225e04e9e6c" + }, + { + "name": "GDXLIb", + "version": "1.0.5", + "author": "David Vernier", + "maintainer": "support@vernier.com", + "sentence": "A library to allow use of Arduino microcomputers which support the ArduinoBLE library to work with Vernier GDX sensors.", + "paragraph": "A library to allow use of Arduino Nano 33 BLE, the Arduino Nan 33 Sense, MKR1010, and Uno WiFi Rev 2 to read Vernier GDX sensors via Bluetooth.", + "website": "https://github.com/dvernier/GDXLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dvernier/GDXLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvernier/GDXLIb-1.0.5.zip", + "archiveFileName": "GDXLIb-1.0.5.zip", + "size": 147726, + "checksum": "SHA-256:afa10f6a058684b7287c8e21253a0d557acfcbbe3f173a09bc7aa028ee72bdab" + }, + { + "name": "EspNow2Mqtt", + "version": "1.1.0", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.1.0.zip", + "archiveFileName": "EspNow2Mqtt-1.1.0.zip", + "size": 30521, + "checksum": "SHA-256:5c02b9850b6925b37319f84f472436648aa8f7972c23b57462f1fb227712aec6" + }, + { + "name": "EspNow2Mqtt", + "version": "1.2.0", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.2.0.zip", + "archiveFileName": "EspNow2Mqtt-1.2.0.zip", + "size": 30709, + "checksum": "SHA-256:6f06c77201c78ad71f2b458bde7b5e1799eee3f4bf1d3ba4beb1434d80ab7e58" + }, + { + "name": "EspNow2Mqtt", + "version": "1.3.0", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.3.0.zip", + "archiveFileName": "EspNow2Mqtt-1.3.0.zip", + "size": 30861, + "checksum": "SHA-256:620c262162e751d703cd719a49d01f9ad2ce6ba4b5ff5875458ed5ba3d1ac014" + }, + { + "name": "EspNow2Mqtt", + "version": "1.3.1", + "author": "eccnil \u003ceccnil@gmail.com\u003e", + "maintainer": "eccnil \u003ceccnil@gmail.com\u003e", + "sentence": "Use Esp-now to connect to mqtt and send and recive data.", + "paragraph": "Esp-now is more suitable for battery powrered devices. With this library you can build both, the gateway to mqtt and the client able to send data and respond to commands.", + "website": "https://github.com/eccnil/ESPNow2Mqtt", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eccnil/ESPNow2Mqtt.git", + "dependencies": [ + { + "name": "Nanopb" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccnil/EspNow2Mqtt-1.3.1.zip", + "archiveFileName": "EspNow2Mqtt-1.3.1.zip", + "size": 31011, + "checksum": "SHA-256:821adaf18f614fc07bdd8386891c28c2a597d2cb57ffdb7f564caad895a45476" + }, + { + "name": "BigFont01", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.0.zip", + "archiveFileName": "BigFont01-1.0.0.zip", + "size": 16648, + "checksum": "SHA-256:54a849883d6adba92bf20a46f7cfeb4d9108d1e60a2eae3a1af058d101ba3abc" + }, + { + "name": "BigFont01", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.1.zip", + "archiveFileName": "BigFont01-1.0.1.zip", + "size": 17859, + "checksum": "SHA-256:320c13f35feaf15be94788b143e5e6340ec92457326d2679687f3760574482bf" + }, + { + "name": "BigFont01", + "version": "1.0.2", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.2.zip", + "archiveFileName": "BigFont01-1.0.2.zip", + "size": 18272, + "checksum": "SHA-256:9097c315ee139abc2401278562a4f1694113663a92bde696d446151f08134156" + }, + { + "name": "BigFont01", + "version": "1.0.3", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01-1.0.3.zip", + "archiveFileName": "BigFont01-1.0.3.zip", + "size": 18280, + "checksum": "SHA-256:77f0ba91a2621079acd0a0462eef6e7461d98a22d62af3190ca6d7c02fd3947d" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.0.zip", + "archiveFileName": "BigFont01_I2C-1.0.0.zip", + "size": 16686, + "checksum": "SHA-256:4d591733adae02b600581d6961922b8a4e51ef5b4f31c4fbc2638a8207e0fe2a" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.1.zip", + "archiveFileName": "BigFont01_I2C-1.0.1.zip", + "size": 17839, + "checksum": "SHA-256:620a9c7670d115790665a167b3b0bc0e18a5a3818a0d3226918eea3a3d1844ea" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.2", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.2.zip", + "archiveFileName": "BigFont01_I2C-1.0.2.zip", + "size": 18267, + "checksum": "SHA-256:1f6fb8426aef448b9d2d2dc37a9453d7cfa542f64ab9dd66e03e5c1df898dfe7" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.3", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.3.zip", + "archiveFileName": "BigFont01_I2C-1.0.3.zip", + "size": 18270, + "checksum": "SHA-256:6b26555b78412fc98cdb33d157cc6cfda0ace336ac4083096eaab0671b19ff37" + }, + { + "name": "BigFont01_I2C", + "version": "1.0.4", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont01 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont01_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont01_I2C-1.0.4.zip", + "archiveFileName": "BigFont01_I2C-1.0.4.zip", + "size": 18276, + "checksum": "SHA-256:e8f1d425c149c795e341aa8d93df5e2e0785e10d0d92cd2b5395bddb3310fbbf" + }, + { + "name": "Talking_Display", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.0.0.zip", + "archiveFileName": "Talking_Display-1.0.0.zip", + "size": 1432924, + "checksum": "SHA-256:9657ed9927d1ed7ea595954f9ae3d8a75236cced23cc8e5e6355c334e65ffd69" + }, + { + "name": "Talking_Display", + "version": "1.1.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.1.0.zip", + "archiveFileName": "Talking_Display-1.1.0.zip", + "size": 1436540, + "checksum": "SHA-256:2bab41ae93eaaaab79d62407cad8c4eba53785f8ec5aee7cc41945a27ab1c0ac" + }, + { + "name": "Talking_Display", + "version": "1.2.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.2.0.zip", + "archiveFileName": "Talking_Display-1.2.0.zip", + "size": 1436558, + "checksum": "SHA-256:f1e0851a116d21b9137da4016e57f1b2bf63332a0a0e2269702735e4d979153e" + }, + { + "name": "Talking_Display", + "version": "1.3.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.3.0.zip", + "archiveFileName": "Talking_Display-1.3.0.zip", + "size": 1436844, + "checksum": "SHA-256:e9741b36f83ab4c06c07e9368ed560b07dc753956371debcc46696f1a8ebe4ae" + }, + { + "name": "Talking_Display", + "version": "1.4.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A library to output date, time and sensor values as speech.", + "paragraph": "The library uses the MP3 player module DFPlayer Mini for output. The communication with module is handled in the libraray. No extra driver for DFPlayer is required. Only the pointer on a Serial Interface hardware or software is required. MP3 Files for English and German are supplied and need to be copied on a Micro-SD card.", + "website": "https://github.com/GerLech/Talking_Display", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/Talking_Display.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/Talking_Display-1.4.0.zip", + "archiveFileName": "Talking_Display-1.4.0.zip", + "size": 1436858, + "checksum": "SHA-256:371fcea1d4a5618cb3dfb59f63b4f0d2a9ed2011d4629084884d8b70343b8534" + }, + { + "name": "SDU AGS SensorBoard", + "version": "1.0.0", + "author": "Falk Vincent von Appen, Jacob Caspers", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Library that supports the AGS sensor board.", + "paragraph": "Currently supporting 2 power relays and one temperature sensor.", + "website": "http://www.sdu.dk/en", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jacobllc/SDU_AGS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jacobllc/SDU_AGS_SensorBoard-1.0.0.zip", + "archiveFileName": "SDU_AGS_SensorBoard-1.0.0.zip", + "size": 29627, + "checksum": "SHA-256:dd63214fb16265d217f47d294e68e87feb20e9a8fdfd99c4702d58345e73b72a" + }, + { + "name": "Totem Library", + "version": "1.0.0", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.0.zip", + "archiveFileName": "Totem_Library-1.0.0.zip", + "size": 1389301, + "checksum": "SHA-256:d2e95888274834d896b490a284bbb4fa88dc9f7a9bcc440bac05ea7309fe8198" + }, + { + "name": "Totem Library", + "version": "1.0.1", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.1.zip", + "archiveFileName": "Totem_Library-1.0.1.zip", + "size": 1388868, + "checksum": "SHA-256:31e137a608a1b3c5104625702a16c996e1fd6176dfb8220fa912d1efece24810" + }, + { + "name": "Totem Library", + "version": "1.0.2", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.2.zip", + "archiveFileName": "Totem_Library-1.0.2.zip", + "size": 1388871, + "checksum": "SHA-256:0d42a1ee9960de980da90579744d824f8588be29c6b6d22d9961d4e256362217" + }, + { + "name": "Totem Library", + "version": "1.0.5", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.5.zip", + "archiveFileName": "Totem_Library-1.0.5.zip", + "size": 1808644, + "checksum": "SHA-256:d61156f615268686c0a74586f9db72968f186fd31edd48c733d2967700c14cbb" + }, + { + "name": "Totem Library", + "version": "1.0.6", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.6.zip", + "archiveFileName": "Totem_Library-1.0.6.zip", + "size": 1814090, + "checksum": "SHA-256:a672e79b9d46fdb100eb028adfc43e5a5da1e3730b8367fa8705f9f0dd3eb066" + }, + { + "name": "Totem Library", + "version": "1.0.7", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to connect and control Totem products", + "paragraph": "Provides all required functionality to find Totem robots, control connection and interact with Totem modules", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.0.7.zip", + "archiveFileName": "Totem_Library-1.0.7.zip", + "size": 1695443, + "checksum": "SHA-256:4430fe4cf5d10223ca9d0c93fcc67c28ac083cbce757d2b511011a2327e39544" + }, + { + "name": "Totem Library", + "version": "1.1.0", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to control Totem robots and Mini Lab", + "paragraph": "Control Totem robots over BLE (ESP32). Control LabBoard over serial using Arduino", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.1.0.zip", + "archiveFileName": "Totem_Library-1.1.0.zip", + "size": 112033, + "checksum": "SHA-256:67ba954172ba3ebde1bba5f854ec1d27aec99cd2ad36d9e4f22eabb3dd73a664" + }, + { + "name": "Totem Library", + "version": "1.1.1", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to control Totem robots and Mini Lab", + "paragraph": "Control Totem robots over BLE (ESP32). Control LabBoard over serial using Arduino", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.1.1.zip", + "archiveFileName": "Totem_Library-1.1.1.zip", + "size": 114111, + "checksum": "SHA-256:484077a4f7675bb7571f856c315d74e5016d80a75601059fb51a91779afe2301" + }, + { + "name": "Totem Library", + "version": "1.1.2", + "author": "TotemMaker", + "maintainer": "TotemMaker \u003cinfo@totemmaker.net\u003e", + "sentence": "Library to control Totem robots and Mini Lab", + "paragraph": "Control Totem robots over BLE (ESP32). Control LabBoard over serial using Arduino", + "website": "https://github.com/totemmaker/TotemArduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/totemmaker/TotemArduino.git", + "providesIncludes": [ + "Totem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/totemmaker/Totem_Library-1.1.2.zip", + "archiveFileName": "Totem_Library-1.1.2.zip", + "size": 114208, + "checksum": "SHA-256:f9cff847e5e7fde47a9b58b2b477095aa812d6a5139b0e9e7cbdbaeca2db3b92" + }, + { + "name": "jeager-one", + "version": "1.0.0", + "author": "mchwalfajar", + "maintainer": "mchwalfajar \u003cmchwalfajar@gmail.com\u003e", + "sentence": "Easy use of jeager connection with LoRa, WiFi, and GSM connections", + "paragraph": "Device library for LoRa, WiFi, GSM connections on Antares", + "website": "https://github.com/mchwalfajar/jeager-one", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mchwalfajar/jeager-one.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mchwalfajar/jeager_one-1.0.0.zip", + "archiveFileName": "jeager_one-1.0.0.zip", + "size": 2936658, + "checksum": "SHA-256:9f2774919ba0bcbe9ebd0a0e0536b295c7b5ffe8e3eb794ca92d334c8104d592" + }, + { + "name": "CRC", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.0.zip", + "archiveFileName": "CRC-0.1.0.zip", + "size": 7799, + "checksum": "SHA-256:f9fb0e55bb1ddc0028650661b46f2e19a9b71ed2e85fc336d043bb0d5a129c6d" + }, + { + "name": "CRC", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.1.zip", + "archiveFileName": "CRC-0.1.1.zip", + "size": 19009, + "checksum": "SHA-256:2a1a3fb621355926c0390bb380b4a9e9945cf6d81a0284858b23a22b6bd28017" + }, + { + "name": "CRC", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.2.zip", + "archiveFileName": "CRC-0.1.2.zip", + "size": 24174, + "checksum": "SHA-256:f8635a61beab2b44115fcf8a0601c41fc00f0655862878587db4e9621505d49e" + }, + { + "name": "CRC", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.3.zip", + "archiveFileName": "CRC-0.1.3.zip", + "size": 24230, + "checksum": "SHA-256:2a14e1ebf499f77e42b5516dd23119d166da1081646a670dd3e62ebe6815e1b7" + }, + { + "name": "CRC", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.4.zip", + "archiveFileName": "CRC-0.1.4.zip", + "size": 24318, + "checksum": "SHA-256:9a7fbd0fcc72a35174e625a9c2079cd305ac9035bdc3e95ae3a101e58c121cb9" + }, + { + "name": "CRC", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.5.zip", + "archiveFileName": "CRC-0.1.5.zip", + "size": 24354, + "checksum": "SHA-256:0cb44d2bc09d751e15ecd00af9e15ecaac00cb965ac42897b0652235e9220a1f" + }, + { + "name": "CRC", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.1.6.zip", + "archiveFileName": "CRC-0.1.6.zip", + "size": 28031, + "checksum": "SHA-256:eb69c5efc2634321906f4d8337a99459dd38d48c3fc52ba24fd58e2a695edae8" + }, + { + "name": "CRC", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.2.0.zip", + "archiveFileName": "CRC-0.2.0.zip", + "size": 31192, + "checksum": "SHA-256:ddc56cf71be3e82dd98d22387b5f2c7a6c86b001a0ecdeeb586fbf96b9fabdf5" + }, + { + "name": "CRC", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.2.1.zip", + "archiveFileName": "CRC-0.2.1.zip", + "size": 32048, + "checksum": "SHA-256:1c21006d26c95d5b489ecc2207a20339a482e5fc96b40d9bd63c4bd5208e980c" + }, + { + "name": "CRC", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.2.2.zip", + "archiveFileName": "CRC-0.2.2.zip", + "size": 32830, + "checksum": "SHA-256:483c7cba0f3a2613a8675a5d64890b636318130fd6c51301f25da871fc84c12a" + }, + { + "name": "CRC", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.2.3.zip", + "archiveFileName": "CRC-0.2.3.zip", + "size": 32998, + "checksum": "SHA-256:f0eb04eca208a80bbc6216753bad1136ed9a7c22c32850faf1df6f4349fa3805" + }, + { + "name": "CRC", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.3.0.zip", + "archiveFileName": "CRC-0.3.0.zip", + "size": 35021, + "checksum": "SHA-256:fb702c02d2213050360676cc3ec8226420add5d43b5e2177dcd5522aa2d4f8ce" + }, + { + "name": "CRC", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.3.1.zip", + "archiveFileName": "CRC-0.3.1.zip", + "size": 35838, + "checksum": "SHA-256:45c5af771967a27e311ecd0ce263f79f2ee66ab5670cc83480b10cf24e8b1175" + }, + { + "name": "CRC", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.3.2.zip", + "archiveFileName": "CRC-0.3.2.zip", + "size": 36738, + "checksum": "SHA-256:4c4bc4d1c7d28a8b10b10404ac9a9197349d36bbd51fcd7ca60a35ff2be6e066" + }, + { + "name": "CRC", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC16-CCITT, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-0.3.3.zip", + "archiveFileName": "CRC-0.3.3.zip", + "size": 37043, + "checksum": "SHA-256:16e9281ea19a86f3a044915b0d76ce94ba75910c26f24881952baa77ccb6f01f" + }, + { + "name": "CRC", + "version": "1.0.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-1.0.0.zip", + "archiveFileName": "CRC-1.0.0.zip", + "size": 36002, + "checksum": "SHA-256:ca7d04dc281c902fb264de828173836a8410c1cbb5087a1d9bbf0068cddb0f56" + }, + { + "name": "CRC", + "version": "1.0.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-1.0.1.zip", + "archiveFileName": "CRC-1.0.1.zip", + "size": 41878, + "checksum": "SHA-256:21af5c6dfa14388bf9783bb5eeecba3f0af3dad49c2ae93d7039a63fefdbe6b9" + }, + { + "name": "CRC", + "version": "1.0.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for CRC for Arduino", + "paragraph": "CRC8, CRC12, CRC16, CRC32, CRC64", + "website": "https://github.com/RobTillaart/CRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/CRC.git", + "providesIncludes": [ + "CRC.h", + "CRC8.h", + "CRC12.h", + "CRC16.h", + "CRC32.h", + "CRC64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CRC-1.0.2.zip", + "archiveFileName": "CRC-1.0.2.zip", + "size": 42085, + "checksum": "SHA-256:16392460ebdba09bae3d32d5942540fada539ce5bef5bd4a8078706ca2e0ccab" + }, + { + "name": "MeteoLabBeacon", + "version": "0.1.2", + "author": "Vladimir Chukin", + "maintainer": "MeteoLab LLC", + "sentence": "Arduino library for environmental sensor communication.", + "paragraph": "Arduino library for Bluetooth Low Energy (BLE) environmental sensor communication using the nRF24L01+.", + "website": "https://github.com/meteolab/MeteoLabBeacon/", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meteolab/MeteoLabBeacon.git", + "url": "https://downloads.arduino.cc/libraries/github.com/meteolab/MeteoLabBeacon-0.1.2.zip", + "archiveFileName": "MeteoLabBeacon-0.1.2.zip", + "size": 23697, + "checksum": "SHA-256:ac9d8d3742377ad756c791715fada554c18ef23e79d8f283e7a48914918ec8f3" + }, + { + "name": "MeteoLabBeacon", + "version": "0.1.3", + "author": "Vladimir Chukin \u003cvladimir@chukin.ru\u003e", + "maintainer": "MeteoLab LLC", + "sentence": "Arduino library for environmental sensor communication.", + "paragraph": "Arduino library for Bluetooth Low Energy (BLE) environmental sensor communication using the nRF24L01+.", + "website": "https://github.com/meteolab/MeteoLabBeacon/", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meteolab/MeteoLabBeacon.git", + "providesIncludes": [ + "MeteoLabBeacon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meteolab/MeteoLabBeacon-0.1.3.zip", + "archiveFileName": "MeteoLabBeacon-0.1.3.zip", + "size": 2319369, + "checksum": "SHA-256:b688869b8c0c6c623204cec7609198550af30485919559bb73213f057f7c4a3b" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.0.zip", + "archiveFileName": "Adafruit_AW9523-1.0.0.zip", + "size": 10977, + "checksum": "SHA-256:9cdf680c744488506fa1adc54b8056559bf98bc818bc9873424d76aa41232ce6" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.1.zip", + "archiveFileName": "Adafruit_AW9523-1.0.1.zip", + "size": 10978, + "checksum": "SHA-256:1e97af13b56780af40013c45ab8461e26afa1ff8cb2ced0609f882dc49b6b214" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.2.zip", + "archiveFileName": "Adafruit_AW9523-1.0.2.zip", + "size": 11093, + "checksum": "SHA-256:e1d12c07cc6b81af4ed080d3d047680fdc1e6d893cada001c4659baf07df7196" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.3.zip", + "archiveFileName": "Adafruit_AW9523-1.0.3.zip", + "size": 11101, + "checksum": "SHA-256:64ffc0185f912f2bb7d2e918d41659c01d0593c2d2192413e7114e7283b88b6d" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.4.zip", + "archiveFileName": "Adafruit_AW9523-1.0.4.zip", + "size": 11112, + "checksum": "SHA-256:89488430c130f2c8ce1e98a9eb0da601ee7e94298544898d97376105d163a334" + }, + { + "name": "Adafruit AW9523", + "version": "1.0.5", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "paragraph": "Arduino library for the AW9523 GPIO expanders in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AW9523", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_AW9523.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AW9523-1.0.5.zip", + "archiveFileName": "Adafruit_AW9523-1.0.5.zip", + "size": 11113, + "checksum": "SHA-256:9af455dac71f99fbed5ce4bfa780ebb150418bb9180caf7ea05c9b7c572f20c0" + }, + { + "name": "BigFont02", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont02.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02-1.0.0.zip", + "archiveFileName": "BigFont02-1.0.0.zip", + "size": 17993, + "checksum": "SHA-256:4c3f75df1c84ef9f3bce28188b73f4f4458670548a36b7fba9db0d68d10041f2" + }, + { + "name": "BigFont02", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02_I2C for I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont02.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02-1.0.1.zip", + "archiveFileName": "BigFont02-1.0.1.zip", + "size": 18012, + "checksum": "SHA-256:68e7edef47896760661901903aa9db9b3a2241c993956de419c69a68942a63ac" + }, + { + "name": "Zanduino SmoothLED Library 10-bit", + "version": "1.0.0", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to control any number of LEDs on any available pins using 10-bit PWM with linear adjustment using CIE 1931 curves.", + "paragraph": "Also implements active fading/brightening of individual LEDs to target values in the background, freeing up the Arduino sketch to do other things in the meantime", + "website": "https://github.com/Zanduino/SmoothLED", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/SmoothLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Zanduino_SmoothLED_Library_10_bit-1.0.0.zip", + "archiveFileName": "Zanduino_SmoothLED_Library_10_bit-1.0.0.zip", + "size": 32504, + "checksum": "SHA-256:0781289e4a047037d46837f454098bffc96229958b7a493f95273bc72c263580" + }, + { + "name": "Zanduino SmoothLED Library 10-bit", + "version": "1.0.1", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to control any number of LEDs on any available pins using 10-bit PWM with linear adjustment using CIE 1931 curves.", + "paragraph": "Also implements active fading/brightening of individual LEDs to target values in the background, freeing up the Arduino sketch to do other things in the meantime", + "website": "https://github.com/Zanduino/SmoothLED", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/SmoothLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Zanduino_SmoothLED_Library_10_bit-1.0.1.zip", + "archiveFileName": "Zanduino_SmoothLED_Library_10_bit-1.0.1.zip", + "size": 34111, + "checksum": "SHA-256:814be16c53b529639ec4c1c487b26ad256023ac6d23eca81e70b9298f116b4b9" + }, + { + "name": "BigFont02_I2C", + "version": "1.0.0", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02 for non-I2C communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont02_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02_I2C-1.0.0.zip", + "archiveFileName": "BigFont02_I2C-1.0.0.zip", + "size": 17980, + "checksum": "SHA-256:bd788a35e8d6b89e1d1191544bb6f7b4c7f386b398ed7d6163b6b7bb57fb23e3" + }, + { + "name": "BigFont02_I2C", + "version": "1.0.1", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont02_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02_I2C-1.0.1.zip", + "archiveFileName": "BigFont02_I2C-1.0.1.zip", + "size": 18003, + "checksum": "SHA-256:de970d5501b3ba7ea52717b349ba31488c696cfd216f126dfd5b4870a9295649" + }, + { + "name": "BigFont02_I2C", + "version": "1.0.2", + "author": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "maintainer": "Harald Coeleveld \u003cspamthis@coeleveld.com\u003e", + "sentence": "Library for displaying large characters on LCD character displays using the HD44780 driver.", + "paragraph": "Please use BigFont02 for traditional communication.", + "website": "https://coeleveld.com/bigfont", + "category": "Display", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/telleropnul/BigFont02_I2C.git", + "dependencies": [ + { + "name": "LiquidCrystal_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/telleropnul/BigFont02_I2C-1.0.2.zip", + "archiveFileName": "BigFont02_I2C-1.0.2.zip", + "size": 18007, + "checksum": "SHA-256:d05a32e6b74ecd38b4da61d848787eb93c2dfa181ad1f98b358e379dffca633a" + }, + { + "name": "Adafruit HTU31D Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU31D sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU31D sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU31D", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTU31D.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU31D_Library-1.0.0.zip", + "archiveFileName": "Adafruit_HTU31D_Library-1.0.0.zip", + "size": 6817, + "checksum": "SHA-256:e9bcc421176d0be78c246d58c741bde1e5858a8d6e7278141392216f8b45a733" + }, + { + "name": "Adafruit HTU31D Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU31D sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU31D sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU31D", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTU31D.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU31D_Library-1.1.0.zip", + "archiveFileName": "Adafruit_HTU31D_Library-1.1.0.zip", + "size": 7909, + "checksum": "SHA-256:1c3b714ef2d3253e6c7710cf0e749699f412da19cab25dcd794d390c4f7c9b46" + }, + { + "name": "Adafruit HTU31D Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU31D sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU31D sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU31D", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTU31D.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU31D_Library-1.1.1.zip", + "archiveFileName": "Adafruit_HTU31D_Library-1.1.1.zip", + "size": 7887, + "checksum": "SHA-256:5f8fca87219ace61139f5325366054454e22e6dd0df255f9664709588bd088bd" + }, + { + "name": "Adafruit HTU31D Library", + "version": "1.1.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HTU31D sensors in the Adafruit shop", + "paragraph": "Arduino library for the HTU31D sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_HTU31D", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_HTU31D.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTU31D_Library-1.1.3.zip", + "archiveFileName": "Adafruit_HTU31D_Library-1.1.3.zip", + "size": 7888, + "checksum": "SHA-256:443a4307468226fb5080b9a216866edb23a0d7fad5d8dba78d10e12ca08985bc" + }, + { + "name": "Adafruit SHT4x Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT4x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT4X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT4x_Library-1.0.0.zip", + "archiveFileName": "Adafruit_SHT4x_Library-1.0.0.zip", + "size": 9044, + "checksum": "SHA-256:c8449bfc295fa2c2fa6038c17b25b5958a63dee742bd5a31a5ea16ec0df7fa31" + }, + { + "name": "Adafruit SHT4x Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT4x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT4X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT4x_Library-1.0.1.zip", + "archiveFileName": "Adafruit_SHT4x_Library-1.0.1.zip", + "size": 9048, + "checksum": "SHA-256:6f260e111c7ecdcfe8f64d1b31562f6287dc53d44d83196e99f0e8779f7dead9" + }, + { + "name": "Adafruit SHT4x Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT4x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT4X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT4x_Library-1.0.2.zip", + "archiveFileName": "Adafruit_SHT4x_Library-1.0.2.zip", + "size": 9031, + "checksum": "SHA-256:773a6254487102ab40de224abe586a4cef67fa89fed131390bd1b755ec8b9d38" + }, + { + "name": "Adafruit SHT4x Library", + "version": "1.0.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT4x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT4X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT4x_Library-1.0.3.zip", + "archiveFileName": "Adafruit_SHT4x_Library-1.0.3.zip", + "size": 9031, + "checksum": "SHA-256:b32b7cb378699cd490df3e74834db4afe72317a5e47640c1f1006f0f87d045a6" + }, + { + "name": "Adafruit SHT4x Library", + "version": "1.0.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "paragraph": "Arduino library for SHT4x temperature \u0026 humidity sensor.", + "website": "https://github.com/adafruit/Adafruit_SHT4x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/Adafruit_SHT4X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHT4x_Library-1.0.4.zip", + "archiveFileName": "Adafruit_SHT4x_Library-1.0.4.zip", + "size": 10415, + "checksum": "SHA-256:591d75acb75bc052bc4c700c978b03999a10f8a1c1e26042465f65de4ad2a9e7" + }, + { + "name": "ESP32Time", + "version": "1.0.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.0.zip", + "archiveFileName": "ESP32Time-1.0.0.zip", + "size": 7400, + "checksum": "SHA-256:2e6951c8c2faecfd50fbc16876f19e71b4ed5ef2ccdebf9b91ce82c1b667b561" + }, + { + "name": "ESP32Time", + "version": "1.0.1", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.1.zip", + "archiveFileName": "ESP32Time-1.0.1.zip", + "size": 7939, + "checksum": "SHA-256:006af54a1b672bf419bbd270685ac3b32180806fcf0460ca219a1d16bccfc3a5" + }, + { + "name": "ESP32Time", + "version": "1.0.2", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.2.zip", + "archiveFileName": "ESP32Time-1.0.2.zip", + "size": 8042, + "checksum": "SHA-256:10b87fd07861e12bfe2c06eb46c8fadd3a7f4e214e01895fc1ac0717ef638c3d" + }, + { + "name": "ESP32Time", + "version": "1.0.3", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.3.zip", + "archiveFileName": "ESP32Time-1.0.3.zip", + "size": 8023, + "checksum": "SHA-256:d739e4e7239fe92c0312619580d8941f0d359914db8c83783ab10d7f33f11173" + }, + { + "name": "ESP32Time", + "version": "1.0.4", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.0.4.zip", + "archiveFileName": "ESP32Time-1.0.4.zip", + "size": 8192, + "checksum": "SHA-256:4d15a00f2bdd899610fb50408e9a2df482a5c0256c106b5ee0b147f0411c3a33" + }, + { + "name": "ESP32Time", + "version": "1.1.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-1.1.0.zip", + "archiveFileName": "ESP32Time-1.1.0.zip", + "size": 10271, + "checksum": "SHA-256:66d5458c1be8e2593334b39d7b8a422f52c3464613b60304a5711b449fdcc995" + }, + { + "name": "ESP32Time", + "version": "2.0.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-2.0.0.zip", + "archiveFileName": "ESP32Time-2.0.0.zip", + "size": 12165, + "checksum": "SHA-256:ca7d0505a3f0e92525336dd19e47eb1554ea0fb327fc981a336d11c928e9411e" + }, + { + "name": "ESP32Time", + "version": "2.0.1", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-2.0.1.zip", + "archiveFileName": "ESP32Time-2.0.1.zip", + "size": 12230, + "checksum": "SHA-256:51ac067478302cd765a086c9d413bb540f86d0fd9464121ff9b9278d22a5df33" + }, + { + "name": "ESP32Time", + "version": "2.0.2", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-2.0.2.zip", + "archiveFileName": "ESP32Time-2.0.2.zip", + "size": 12261, + "checksum": "SHA-256:742b2f1fff276b5ab84a3718ee69bc266288704931423b3b56b8bad4ef4f675b" + }, + { + "name": "ESP32Time", + "version": "2.0.3", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-2.0.3.zip", + "archiveFileName": "ESP32Time-2.0.3.zip", + "size": 12264, + "checksum": "SHA-256:3e619669536c8c9b4ec981205dcf1ebe2ccae5210939e12b44c284b8fba56d61" + }, + { + "name": "ESP32Time", + "version": "2.0.4", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Set and retrieve internal RTC time on ESP32 boards.", + "paragraph": "No need for external RTC module or NTP time synchronization.", + "website": "https://github.com/fbiego/ESP32Time", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/ESP32Time.git", + "providesIncludes": [ + "ESP32Time.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ESP32Time-2.0.4.zip", + "archiveFileName": "ESP32Time-2.0.4.zip", + "size": 12284, + "checksum": "SHA-256:fd0b140ba9591754532d92b0f3ddf9ef31205bb67c7201d40f27b4ac5f171390" + }, + { + "name": "Multiplex", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.1.0.zip", + "archiveFileName": "Multiplex-0.1.0.zip", + "size": 7427, + "checksum": "SHA-256:e7466f2f5a3cc2d1bf64dc909baec941f6cee140cf917eb6ba72f59cef7fa00f" + }, + { + "name": "Multiplex", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.0.zip", + "archiveFileName": "Multiplex-0.2.0.zip", + "size": 8421, + "checksum": "SHA-256:ca812765bbe8d64a966133b789bed381ac496d9dfc23f70116a31624a21c97f0" + }, + { + "name": "Multiplex", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.1.zip", + "archiveFileName": "Multiplex-0.2.1.zip", + "size": 9912, + "checksum": "SHA-256:33bedc253ce913ea621617f5f9cefea8927eebee2c7a46c58847867f92b379e5" + }, + { + "name": "Multiplex", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.2.zip", + "archiveFileName": "Multiplex-0.2.2.zip", + "size": 10331, + "checksum": "SHA-256:77f6dd1163d4c458b32d713781272c26b420b50c83fadb410b6647f7c4800b54" + }, + { + "name": "Multiplex", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.3.zip", + "archiveFileName": "Multiplex-0.2.3.zip", + "size": 11282, + "checksum": "SHA-256:ffe53d0cba9c7ffbee5e1081e84cd39efdbbb2e943e232eaed275ecab27c660c" + }, + { + "name": "Multiplex", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.4.zip", + "archiveFileName": "Multiplex-0.2.4.zip", + "size": 16804, + "checksum": "SHA-256:280f5be8b41f0dea0bc02e47db5a7d463f67103e7f4e9080ba311d7708ca9bc9" + }, + { + "name": "Multiplex", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.5.zip", + "archiveFileName": "Multiplex-0.2.5.zip", + "size": 16667, + "checksum": "SHA-256:501febe61a4c6effa7163b64725754eaaaa442e151028b99bd2da850b23b717b" + }, + { + "name": "Multiplex", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.6.zip", + "archiveFileName": "Multiplex-0.2.6.zip", + "size": 17430, + "checksum": "SHA-256:a98c66bdb41005c13cbb76ea58c47b037821c9370085adf31dc90a1199325b05" + }, + { + "name": "Multiplex", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library implementing a stream multiplexer", + "website": "https://github.com/RobTillaart/Multiplex", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Multiplex.git", + "providesIncludes": [ + "Multiplex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Multiplex-0.2.7.zip", + "archiveFileName": "Multiplex-0.2.7.zip", + "size": 17650, + "checksum": "SHA-256:3f7a3258c26f2e1a3b5d53e3845e6bd81397f5577c5ab55185eddea72fbe6e0e" + }, + { + "name": "Maidenhead", + "version": "1.0.0", + "author": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "maintainer": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "sentence": "Library for converting between latitude/longitude and Maidenhead locators.", + "paragraph": "Maidenhead locators, also known as IARU or QTH locators are used by amateur radio operators to quickly describe their locations. Supports up to 10 character Maidenhead locators.", + "website": "https://github.com/sp6q/maidenhead", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sp6q/maidenhead.git", + "providesIncludes": [ + "maidenhead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sp6q/Maidenhead-1.0.0.zip", + "archiveFileName": "Maidenhead-1.0.0.zip", + "size": 4797, + "checksum": "SHA-256:7e8edf186771b4489afbfeae39f088c10ea5f0f05e40cc63c635db5d0a8d607d" + }, + { + "name": "Maidenhead", + "version": "1.0.1", + "author": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "maintainer": "Mateusz Salwach \u003cmateusz@salwach.pl\u003e", + "sentence": "Library for converting between latitude/longitude and Maidenhead locators.", + "paragraph": "Maidenhead locators, also known as IARU or QTH locators are used by amateur radio operators to quickly describe their locations. Supports up to 10 character Maidenhead locators.", + "website": "https://github.com/sp6q/maidenhead", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sp6q/maidenhead.git", + "providesIncludes": [ + "maidenhead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sp6q/Maidenhead-1.0.1.zip", + "archiveFileName": "Maidenhead-1.0.1.zip", + "size": 4887, + "checksum": "SHA-256:fedd89e0023eab400201764a90629569061593aea585f39fac34b656948b50da" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.0.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.0.zip", + "size": 1023118, + "checksum": "SHA-256:427521752c2432c978fe83cf20cfd12ffae3432bd873355181debf37aa3fce6f" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.1.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.1.zip", + "size": 1026497, + "checksum": "SHA-256:02805245cab93515453500309d05c5b1896682d4a8def479b3702e3d8a9e59ce" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.2.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.2.zip", + "size": 2158476, + "checksum": "SHA-256:e26239964609a24d11c6e1399080c76f9ef1484ee4cddbc79b71be68d6c617e6" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.3.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.3.zip", + "size": 2220169, + "checksum": "SHA-256:01163174bd2a3c1dbe2d6e93a6132d9ad807537781a7661ef4b31944579d50ed" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.4.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.4.zip", + "size": 2220283, + "checksum": "SHA-256:05a0ae5addff9dd7ee2fdbd9518adbcf8a2859b6180d5f713cc31d585b1a348f" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266 and esp32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266 and esp32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.5.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.5.zip", + "size": 2220312, + "checksum": "SHA-256:b49f677512134165f2dfe6162f91b2e2678b1576567a7eef96e0e4204c9d1c53" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.6", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32 and STM32. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.6.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.6.zip", + "size": 2712644, + "checksum": "SHA-256:a2aa13d64c109299892e3847a8e074f04abd511ac8537e331683dd59475b2d36" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.7", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.7.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.7.zip", + "size": 2718692, + "checksum": "SHA-256:14a59f695ab6c7d1a588b9bfa4de0c5f0ca037250c6255b2378264670926956e" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.8", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.8.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.8.zip", + "size": 2718726, + "checksum": "SHA-256:9ec61ba652f5348591e3c8a80e1e69511a427d7a4317451bcfb5753e312c78f2" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.10", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.10.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.10.zip", + "size": 2723235, + "checksum": "SHA-256:6d1790ec7f0c7208dcca431872b85e4601fbd1d039c077a09a0eb36af75bedb1" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.11", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.11.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.11.zip", + "size": 2723302, + "checksum": "SHA-256:27e69f101e1accce25112e670b5d3652be02c2271f6c6a0a70c1385f6f238575" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.12", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.12.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.12.zip", + "size": 2723324, + "checksum": "SHA-256:e91aa477d0ae56dafea5293ef23740353352bd010674f74ff3f38e9bf85e038d" + }, + { + "name": "EByte LoRa E32 library", + "version": "1.5.13", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.", + "paragraph": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.", + "website": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/LoRa_E32_Series_Library.git", + "providesIncludes": [ + "LoRa_E32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E32_library-1.5.13.zip", + "archiveFileName": "EByte_LoRa_E32_library-1.5.13.zip", + "size": 2723402, + "checksum": "SHA-256:e80ffc44d2eee98f7a831d9eacc3a938921779c409dde6a6e7af7f95c8a34bef" + }, + { + "name": "QuickPID", + "version": "2.0.4", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID controller - a faster hybrid fixed/floating point implementation of the Arduino PID Library with more features.", + "paragraph": "This controller seeks to keep an output close to a desired setpoint by adjusting four parameters (P,I,D) and POn (PonE, PonM setpoint weighting).", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.0.4.zip", + "archiveFileName": "QuickPID-2.0.4.zip", + "size": 14607, + "checksum": "SHA-256:2ad3d6fb74ec16e8d41e5fddad717c7602a43c76d961a4acc7b2012abee2a24c" + }, + { + "name": "QuickPID", + "version": "2.0.3", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID controller - a faster hybrid fixed/floating point implementation of the Arduino PID Library with more features.", + "paragraph": "This controller seeks to keep an output close to a desired setpoint by adjusting four parameters (P,I,D) and POn (PonE, PonM setpoint weighting).", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.0.3.zip", + "archiveFileName": "QuickPID-2.0.3.zip", + "size": 8636, + "checksum": "SHA-256:971d4e2dd6a780e8ecb50deb66545cde6c1adf4f295ed6d6ca0c9aa64e584c3b" + }, + { + "name": "QuickPID", + "version": "2.0.5", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID controller - a faster hybrid fixed/floating point implementation of the Arduino PID Library with more features.", + "paragraph": "This controller seeks to keep an output close to a desired setpoint by adjusting four parameters (P,I,D) and proportional setpoint weighting (POn).", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.0.5.zip", + "archiveFileName": "QuickPID-2.0.5.zip", + "size": 15562, + "checksum": "SHA-256:9e820d9450174d34f6dd4da3b2e04064a3a5250f8211725244f3eb00fa31ec6d" + }, + { + "name": "QuickPID", + "version": "2.1.0", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID is a fast fixed/floating point implementation of the Arduino PID library with built-in AutoTune function.", + "paragraph": "This controller can automatically determine and set parameters (P,I,D). The POn setting controls the mix of Proportional on Errror to Proportional on Measurement and can be used to set the desired amount of overshoot.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.1.0.zip", + "archiveFileName": "QuickPID-2.1.0.zip", + "size": 17433, + "checksum": "SHA-256:e8fec21f59a7ecd002ac3bb94ddf14a3042f500e963cc1d7f673812074081bf8" + }, + { + "name": "QuickPID", + "version": "2.2.0", + "author": "dlloydev", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "QuickPID is a fast fixed/floating point implementation of the Arduino PID library with built-in AutoTune function with 8 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set parameters (P,I,D). The POn setting controls the mix of Proportional on Error to Proportional on Measurement.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.0.zip", + "archiveFileName": "QuickPID-2.2.0.zip", + "size": 17858, + "checksum": "SHA-256:f8792d09582b6b2de29b1b0d162823b97fbd9b4bbb5f5a4b5edab4e16215a2a0" + }, + { + "name": "QuickPID", + "version": "2.2.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 8 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. An added feature is contolling the mix of Proportional on Error to Proportional on Measurement.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.1.zip", + "archiveFileName": "QuickPID-2.2.1.zip", + "size": 18253, + "checksum": "SHA-256:3d1b41c5791f1b4c5184a5ceb3df7b25d10315b9fd57b131b7b7cd99689529a0" + }, + { + "name": "QuickPID", + "version": "2.2.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.2.zip", + "archiveFileName": "QuickPID-2.2.2.zip", + "size": 19724, + "checksum": "SHA-256:94a43f14412aea52e56c99e2a43262d52d1bdd8183cee2df5903d8eca200c207" + }, + { + "name": "QuickPID", + "version": "2.2.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.3.zip", + "archiveFileName": "QuickPID-2.2.3.zip", + "size": 20526, + "checksum": "SHA-256:f90e5584ff369878824d6a0862828752c149777ce288aa860269ab692958cb4f" + }, + { + "name": "QuickPID", + "version": "2.2.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.4.zip", + "archiveFileName": "QuickPID-2.2.4.zip", + "size": 20743, + "checksum": "SHA-256:b351f69105f13f7cbbc62e6269717dc0075b6f17839f35ab48634ac4ed1426b1" + }, + { + "name": "QuickPID", + "version": "2.2.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.5.zip", + "archiveFileName": "QuickPID-2.2.5.zip", + "size": 21446, + "checksum": "SHA-256:f75938fcec64290999e3cc398f7585fd6c226fb7f41e8aba06995c1b02c49ade" + }, + { + "name": "QuickPID", + "version": "2.2.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.6.zip", + "archiveFileName": "QuickPID-2.2.6.zip", + "size": 21319, + "checksum": "SHA-256:e2b46cebb8d29e75c1b296d4681ac1cac8f2ede5ba323d013aa931dcec1c3e80" + }, + { + "name": "QuickPID", + "version": "2.2.7", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.7.zip", + "archiveFileName": "QuickPID-2.2.7.zip", + "size": 22051, + "checksum": "SHA-256:9c05186f2c53132bd226770fbd50b8e7b16a50516c0a53357bf943ab9c1a5195" + }, + { + "name": "QuickPID", + "version": "2.2.8", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 9 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.2.8.zip", + "archiveFileName": "QuickPID-2.2.8.zip", + "size": 21573, + "checksum": "SHA-256:530d6b8792693c9d69ac31a57b3a807196a7592f173404555ea230ff346a32bf" + }, + { + "name": "QuickPID", + "version": "2.3.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 10 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.0.zip", + "archiveFileName": "QuickPID-2.3.0.zip", + "size": 23888, + "checksum": "SHA-256:b95b9254379583e9730975fbd26b65480da2c0741f7d2580291f41df409cdcd2" + }, + { + "name": "QuickPID", + "version": "2.3.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 10 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.1.zip", + "archiveFileName": "QuickPID-2.3.1.zip", + "size": 23867, + "checksum": "SHA-256:1da8ed10b62c3285f74b5d5bfe32a9fabb3697002b88558f2082bed6d27c7fd8" + }, + { + "name": "QuickPID", + "version": "2.3.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast fixed/floating point PID controller with AutoTune and 10 tuning rules to choose from.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.2.zip", + "archiveFileName": "QuickPID-2.3.2.zip", + "size": 23075, + "checksum": "SHA-256:6af2f1d7b0c29d88ed78c34c55b17b477540400302686ac506d21cba5a46fda9" + }, + { + "name": "QuickPID", + "version": "2.3.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune and 10 tuning rules.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.3.3.zip", + "archiveFileName": "QuickPID-2.3.3.zip", + "size": 25342, + "checksum": "SHA-256:5cd343909a6a4619aa46ce1e23020ce07119ccca3113e88d9c0e16cdfdeaf10a" + }, + { + "name": "QuickPID", + "version": "2.4.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune and 10 tuning rules.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.0.zip", + "archiveFileName": "QuickPID-2.4.0.zip", + "size": 29560, + "checksum": "SHA-256:bd1f9fda51a9242a9217493a5fdaafe22cba7c4017961233c2bf8d228cc748ea" + }, + { + "name": "QuickPID", + "version": "2.4.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune and 10 tuning rules.", + "paragraph": "This controller can automatically determine and set tuning parameters. Compatible with most Arduino and ESP32 boards.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.1.zip", + "archiveFileName": "QuickPID-2.4.1.zip", + "size": 29763, + "checksum": "SHA-256:712dae6903d65aef6c29ae0f7015c3e89c6b22d48942f87e35303bbb3f4c995b" + }, + { + "name": "QuickPID", + "version": "2.4.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune, integral anti-windup and variable controls for Proportional and Derivative on Error to Measurement.", + "paragraph": "A fast PID controller with an AutoTune dynamic object, 10 tunung rules, Integral anti-windup, TIMER Mode, variable Proportional and Derivative on Error to Measurement and full-featured Arduino analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h", + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.2.zip", + "archiveFileName": "QuickPID-2.4.2.zip", + "size": 29958, + "checksum": "SHA-256:7ec4cb12087422b2d3b7840e48232c24bcca59933255dbee766ea019e5ba4a56" + }, + { + "name": "QuickPID", + "version": "2.4.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune, integral anti-windup and variable controls for Proportional and Derivative on Error to Measurement.", + "paragraph": "A fast PID controller with an AutoTune dynamic object, 10 tunung rules, Integral anti-windup, TIMER Mode, variable Proportional and Derivative on Error to Measurement and full-featured Arduino analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "providesIncludes": [ + "QuickPID.h", + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.3.zip", + "archiveFileName": "QuickPID-2.4.3.zip", + "size": 29959, + "checksum": "SHA-256:1d326dd14598bf8496bd264bedd9eb4a54e773a4d75d34c42d7dc917612c5500" + }, + { + "name": "QuickPID", + "version": "2.4.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.4.zip", + "archiveFileName": "QuickPID-2.4.4.zip", + "size": 29894, + "checksum": "SHA-256:ddebf65d5e7e65c890709dbe919a31b59606d39bf85d14067a36d75f32c2aeee" + }, + { + "name": "QuickPID", + "version": "2.4.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.5.zip", + "archiveFileName": "QuickPID-2.4.5.zip", + "size": 29751, + "checksum": "SHA-256:e738d39ba252ba65aabfb037188bfe2ed2f5adf4109d957a545755caa91b79c8" + }, + { + "name": "QuickPID", + "version": "2.4.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.6.zip", + "archiveFileName": "QuickPID-2.4.6.zip", + "size": 29769, + "checksum": "SHA-256:ef9c7681e96839498332ceb9811e4e09da71a37cc07c776f62d45d871c5acb63" + }, + { + "name": "QuickPID", + "version": "2.4.7", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.7.zip", + "archiveFileName": "QuickPID-2.4.7.zip", + "size": 29631, + "checksum": "SHA-256:d83f60722ad5184a5fc45951b75737297a656f7ffeb71cd7c37bcaa373327154" + }, + { + "name": "QuickPID", + "version": "2.4.8", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.8.zip", + "archiveFileName": "QuickPID-2.4.8.zip", + "size": 29630, + "checksum": "SHA-256:83aa95eb94576fc7525149605841e8e95de9eecd793528ef080af334184a9284" + }, + { + "name": "QuickPID", + "version": "2.4.9", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.9.zip", + "archiveFileName": "QuickPID-2.4.9.zip", + "size": 29625, + "checksum": "SHA-256:0f2b49fbd53f8a6392cb53f66ac0103716914652132b098f414f623b36ee7c89" + }, + { + "name": "QuickPID", + "version": "2.4.10", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, Integral anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.4.10.zip", + "archiveFileName": "QuickPID-2.4.10.zip", + "size": 29919, + "checksum": "SHA-256:38911043b03ed1a7ad0546ea30b0e62c23712b6e1c98e6d243ffdbff52bf33ca" + }, + { + "name": "QuickPID", + "version": "2.5.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with AutoTune dynamic object, 10 tuning rules, conditional anti-windup, TIMER Mode and mixing of Proportional and Derivative on Error to Measurement.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-2.5.0.zip", + "archiveFileName": "QuickPID-2.5.0.zip", + "size": 29909, + "checksum": "SHA-256:82044dba0c3a2b0bbbc6288772d43af53bf165e89b8ff2bdca77bd3c09308e33" + }, + { + "name": "QuickPID", + "version": "3.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with Integral anti-windup, TIMER mode and multiple options for Proportional, Derivative and anti-windup modes of operation.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.0.0.zip", + "archiveFileName": "QuickPID-3.0.0.zip", + "size": 19584, + "checksum": "SHA-256:ce2efc5b6ba8ca1caa92ca69c2fd9908c5af59182f0cb6fb10d885fb45319a74" + }, + { + "name": "QuickPID", + "version": "3.0.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with Integral anti-windup, TIMER mode and multiple options for Proportional, Derivative and anti-windup modes of operation.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.0.1.zip", + "archiveFileName": "QuickPID-3.0.1.zip", + "size": 19832, + "checksum": "SHA-256:5de2c37beed0f07c1cb4a1f3a499ce7d674b122c5fef8fcb778f3952d4d6e86e" + }, + { + "name": "QuickPID", + "version": "3.0.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with Integral anti-windup, TIMER mode and multiple options for Proportional, Derivative and anti-windup modes of operation.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.0.2.zip", + "archiveFileName": "QuickPID-3.0.2.zip", + "size": 19811, + "checksum": "SHA-256:ab22865d213f7fdf8bdb34495860598cc4fb549835754a605374b1b9a0bc8c96" + }, + { + "name": "QuickPID", + "version": "3.0.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with Integral anti-windup, TIMER mode and multiple options for Proportional, Derivative and anti-windup modes of operation.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.0.3.zip", + "archiveFileName": "QuickPID-3.0.3.zip", + "size": 20767, + "checksum": "SHA-256:3e5da93b02cf409d18a00774650abc2d1f6eb6113531bfe05617ec7d4f0d56ad" + }, + { + "name": "QuickPID", + "version": "3.0.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with Integral anti-windup, TIMER mode and multiple options for Proportional, Derivative and anti-windup modes of operation.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.0.4.zip", + "archiveFileName": "QuickPID-3.0.4.zip", + "size": 20921, + "checksum": "SHA-256:3ec8f24a1dcbab2b740459803a0e639417d26186294c9ff49c3b55d2d4a398d9" + }, + { + "name": "QuickPID", + "version": "3.0.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with Integral anti-windup, timer mode and multiple options for Proportional, Derivative and anti-windup modes of operation.", + "paragraph": "Also includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.0.5.zip", + "archiveFileName": "QuickPID-3.0.5.zip", + "size": 23337, + "checksum": "SHA-256:34fe0e41eaa51d909aebe1c3c17a297b5dcd2c7d1cb01a3d8347b60055c68a4b" + }, + { + "name": "QuickPID", + "version": "3.0.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with timer mode and multiple options for Proportional, Derivative and Integral anti-windup modes of operation.", + "paragraph": "Includes analogWrite compatibility for ESP32 and ESP32-S2.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.0.6.zip", + "archiveFileName": "QuickPID-3.0.6.zip", + "size": 22268, + "checksum": "SHA-256:2cf032d4d2f1a38506470b138c4a5d063d3bcb560d53819d9084a427e2e86f86" + }, + { + "name": "QuickPID", + "version": "3.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.0.zip", + "archiveFileName": "QuickPID-3.1.0.zip", + "size": 16568, + "checksum": "SHA-256:4ccd579209a51604cda26ef0f874bfe8ad9361ce8be22090e376de833b08576d" + }, + { + "name": "QuickPID", + "version": "3.1.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.1.zip", + "archiveFileName": "QuickPID-3.1.1.zip", + "size": 16583, + "checksum": "SHA-256:5dbb1c1c20665bc6100b798236737570de4352aac9578863043968cf2c95fcba" + }, + { + "name": "QuickPID", + "version": "3.1.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.2.zip", + "archiveFileName": "QuickPID-3.1.2.zip", + "size": 16555, + "checksum": "SHA-256:7f13e24f16ce1d344d0d1ca46204140e5a934ebf95a0bcbd3eef1e0fed293bf2" + }, + { + "name": "QuickPID", + "version": "3.1.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.3.zip", + "archiveFileName": "QuickPID-3.1.3.zip", + "size": 16571, + "checksum": "SHA-256:38fd6d83e0b1c2f07e20fb32058b882c607037696f19614bbf12bdb32a36b45f" + }, + { + "name": "QuickPID", + "version": "3.1.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.4.zip", + "archiveFileName": "QuickPID-3.1.4.zip", + "size": 16578, + "checksum": "SHA-256:127152739dc4b1d408dcc89623466d2b849ac05f053f00a1eedfcee5dd1d3914" + }, + { + "name": "QuickPID", + "version": "3.1.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.5.zip", + "archiveFileName": "QuickPID-3.1.5.zip", + "size": 16805, + "checksum": "SHA-256:3efa37113c3e8a40f22c2c07038be53e38376fa04a67f73ead48108263f28e11" + }, + { + "name": "QuickPID", + "version": "3.1.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.6.zip", + "archiveFileName": "QuickPID-3.1.6.zip", + "size": 16814, + "checksum": "SHA-256:86cd1852686b4cb14cb14fe2d052e8ff43ecd73fce6b70fe2590f9de4ac56b1c" + }, + { + "name": "QuickPID", + "version": "3.1.7", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.7.zip", + "archiveFileName": "QuickPID-3.1.7.zip", + "size": 17186, + "checksum": "SHA-256:89e92ed2c463179983f87acea748e1f323159eb7247a1049ebc44e3879ff34f0" + }, + { + "name": "QuickPID", + "version": "3.1.8", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.8.zip", + "archiveFileName": "QuickPID-3.1.8.zip", + "size": 17314, + "checksum": "SHA-256:3361d4f02e77c61e5a3e1b1e790ec9127efaa4cb67792bcee2d351dbd572d4ea" + }, + { + "name": "QuickPID", + "version": "3.1.9", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "A fast PID controller with multiple options. Various Integral anti-windup, Proportional and Derivative control modes.", + "paragraph": "Optional external timer or ISR timing control.", + "website": "https://github.com/Dlloydev/QuickPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/QuickPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/QuickPID-3.1.9.zip", + "archiveFileName": "QuickPID-3.1.9.zip", + "size": 17378, + "checksum": "SHA-256:6f1c50fd5ac33c16d266b395340cc885a6baf7414b629b00052816ff0ef5f0fc" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.1", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.1.zip", + "archiveFileName": "DotMatrix5x7-1.4.1.zip", + "size": 17330, + "checksum": "SHA-256:b714d7ed9723288ba8757c1bedaab2b0b02ad47bef5ca9c15188d3ddb5b49d30" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.0", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.0.zip", + "archiveFileName": "DotMatrix5x7-1.4.0.zip", + "size": 17323, + "checksum": "SHA-256:0aa8f6c1db451375b37935349410adf32c7588cc7e5a40ccc2790c7ec8ca88a4" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.2", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.2.zip", + "archiveFileName": "DotMatrix5x7-1.4.2.zip", + "size": 17540, + "checksum": "SHA-256:f92e7480e4fbcfcc5915fec649bbbcbdc491217c0acfe8bce0c9a3ae7a3ae231" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.3", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.3.zip", + "archiveFileName": "DotMatrix5x7-1.4.3.zip", + "size": 18211, + "checksum": "SHA-256:bb0b49a496847821f476598341ad652517d7283c5a81336f7b9ed482040d7336" + }, + { + "name": "DotMatrix5x7", + "version": "1.4.4", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.4.4.zip", + "archiveFileName": "DotMatrix5x7-1.4.4.zip", + "size": 19410, + "checksum": "SHA-256:66c98ed976bd180e15fd92b24dea72106a592ccbab8c9d4b402f89934f7f64e3" + }, + { + "name": "DotMatrix5x7", + "version": "1.5.0", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.5.0.zip", + "archiveFileName": "DotMatrix5x7-1.5.0.zip", + "size": 22841, + "checksum": "SHA-256:0a3782960de4a9e7b44643edb50f42f2059eeebbf042d6ab5476656344025f81" + }, + { + "name": "DotMatrix5x7", + "version": "1.5.2", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Drives 5x7 dot matrix display directly connected to Arduino pins", + "website": "https://github.com/felias-fogg/DotMatrix5x7", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/DotMatrix5x7.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/DotMatrix5x7-1.5.2.zip", + "archiveFileName": "DotMatrix5x7-1.5.2.zip", + "size": 23019, + "checksum": "SHA-256:ff2da8c8a79e32c509e29c3606a1326952ab37bc22b7849a1ad45a50df76fc36" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.0.zip", + "size": 484333, + "checksum": "SHA-256:31e72a00edd46aa6fcb3211604012515cfcb4899e090d8c63db2444fd5a7d0d8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.1.zip", + "size": 484346, + "checksum": "SHA-256:72fdfca51f59521f47e1b715697cdc0e47b0e6ca17c204ee7365267de6aa0ed6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.2.zip", + "size": 484913, + "checksum": "SHA-256:8df8053d32c39a30a0e63b25ec2586031e7ba1891dd898e31d243c99e8e1d1f2" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.0.3.zip", + "size": 484920, + "checksum": "SHA-256:9e76caca5a472818d63be6d69394787163d52af345fee02f1f0396a4a57aa0ba" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.0.zip", + "size": 1154346, + "checksum": "SHA-256:a64af64d38aff6b603dfc744ad8aed634f1800e60469a55d3d6691aacd8e0530" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.1.zip", + "size": 1163197, + "checksum": "SHA-256:3f4150eb543e70dac98ac498e6187916385b49183f99aa6cf84011a29e9d01c6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-1.1.3.zip", + "size": 1199220, + "checksum": "SHA-256:73c92739c24faa03ae05286792ef523de183818b0a640a8c83390511b02dd4b7" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.0.zip", + "size": 3051089, + "checksum": "SHA-256:bdf0fc4635e33781e657a4953f7edcd02a71d2c4af9e31e2008b06e9d46de296" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.1.zip", + "size": 3077046, + "checksum": "SHA-256:1ee029862590ce21bbd2425a353fc6714b9a2a1db7c4e966b5c6336ba605b588" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.2.zip", + "size": 3080535, + "checksum": "SHA-256:bd1b0612cd837eeb3c90c8146c5d88de5346150faa379203788c38a57483fde0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.3.zip", + "size": 3081354, + "checksum": "SHA-256:13da95e08699689b3f40055d1b5c3d7a6cae802f2e2594b1296a92dd76dfa7bb" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.4.zip", + "size": 3072531, + "checksum": "SHA-256:98af5a52bb336c8b283b58e9c0a8936afedcd6aa9d662e7855558a48a84e760d" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.5.zip", + "size": 3072341, + "checksum": "SHA-256:8b3b604d393366f55c5e6cf2ab7d0ec90f157e24ba07f60c696165ce63f83131" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.6.zip", + "size": 3075043, + "checksum": "SHA-256:9eb8403a45696bf18c5d46a8c796cd14b3aa8cb27f49c65a19804acbdd44069e" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.7.zip", + "size": 3075919, + "checksum": "SHA-256:beaa21efd87ca92c55536ff9b332de08a5894452b5dafed0b9f9744a4202076f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.8.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.8.zip", + "size": 3075817, + "checksum": "SHA-256:745bc161ed2181fd8b1e0213d65675b17d9f267d9b0867d26fd2e4f4420484a4" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.9.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.9.zip", + "size": 3075844, + "checksum": "SHA-256:90fee0b2931f18fe3300df2bc79f127383cd2e449573fde05c76876ac274d542" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.10.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.10.zip", + "size": 3076643, + "checksum": "SHA-256:7a2d80c1e1713178c6f510ca8e6c52520d9d79c56ffb213c0c2e6faff437a6cd" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.11.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.11.zip", + "size": 3077258, + "checksum": "SHA-256:56ee85f9b33c75d04c74400ab3dcc8f1288732e607a3fe75c955ba9912aa2194" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.12.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.12.zip", + "size": 3078173, + "checksum": "SHA-256:88d3a47d4b800f757f646a5c8225540d572eb21f52c2262f229d8a8f5fd44749" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.13.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.13.zip", + "size": 3542551, + "checksum": "SHA-256:cd9726bba0bb3249558cc800c9a061331bb6bf315ecdc209297b118b8e20c8c0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.14.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.14.zip", + "size": 3542621, + "checksum": "SHA-256:996b29a55f8c1ed34f5e282be792157038c1de75b79c5a372d532d42b148bf4f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.0.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.15.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.0.15.zip", + "size": 3542458, + "checksum": "SHA-256:6d391fe08a9f19a601117e7f8723eb628ce28a11936759a98a535901d63e63fc" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.0.zip", + "size": 3536267, + "checksum": "SHA-256:f8a933436aa29314f545ce92025d439df2980ae0551b874fee74f9f53bad8ca3" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.1.zip", + "size": 3564602, + "checksum": "SHA-256:28e797f608e33c304a96d05e6400f7f8f67a65b11c8996a47d3732eeb812c018" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.2.zip", + "size": 3565062, + "checksum": "SHA-256:c02b09978bbb77247cfe5c57192b55c28358c631128a37881a37758e0a927c06" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.3.zip", + "size": 3567133, + "checksum": "SHA-256:471e0b95eaebd2fc8d5a92479332f023ecf2a66dc55daf59e7220e1eadca7d14" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.4.zip", + "size": 3572255, + "checksum": "SHA-256:73a821ade755ae0ac7d2d6b445877bdeaf5738fb65a9225688153c1aeb9cc218" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.5.zip", + "size": 3572136, + "checksum": "SHA-256:ffa7eb9b126b042480b4a67e47ca69dd0848ef7bab160f00803232ab99c77113" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.6.zip", + "size": 3580611, + "checksum": "SHA-256:6075752b7a0724b2d0eb1a97cd5d0e79479074b77a751d28eab93a0a038b44e4" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.1.7.zip", + "size": 3580632, + "checksum": "SHA-256:4e1685c01fe4fc379cbbca038daa4bc2bf34b5922e0eb738e0a71cde7d50284a" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.0.zip", + "size": 3583528, + "checksum": "SHA-256:08d1bce5ea23d16d33318bc5cbe280754a07b32dd1077f06f009d2790fc2fcd8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.1.zip", + "size": 3583746, + "checksum": "SHA-256:2823f409f68a284e16066dadd692522a0b6db72b13dc4a4a0b946d51d498b627" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.2.zip", + "size": 3560182, + "checksum": "SHA-256:14a892d0b4a462b4ad049f223a67d0498d979fcd4f1d34f95198041d1e3aa61b" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.3.zip", + "size": 3608153, + "checksum": "SHA-256:f3bf6ea264410a36c51f570e74b0f11050c00750dec13984fb4d46c24ba81e04" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.4.zip", + "size": 3610706, + "checksum": "SHA-256:27d5bfb695d553557d85483693d7cdf979d689b85bc27fe456b86bb46d6a1109" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.5.zip", + "size": 3611852, + "checksum": "SHA-256:b43f1cd481f5791cd78062d7eb6be0259aaa6b41d4319b178d6298715fff5077" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.2.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.2.6.zip", + "size": 3612775, + "checksum": "SHA-256:339136f8568300695f66863a54c7b08689ae80ea9c56a5e9aeef3a0302770c13" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.0.zip", + "size": 3652851, + "checksum": "SHA-256:1dc7ab62dc86b6edb40aa4e2307a6141d74752a0e398e399a6a776c0433a1ec5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.1.zip", + "size": 3652915, + "checksum": "SHA-256:0ed0c64cec400257fa0e12df92a0af102e1c7548331fa4e8aa283572d97e9001" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.3.zip", + "size": 3652926, + "checksum": "SHA-256:80292b48e71c47982bdf506bde23696eae6af8ab241890e7f350992db88a8723" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.4.zip", + "size": 3652920, + "checksum": "SHA-256:c752983bc163733abb42e4eecce3aeb23d9873fb4197d01ae40b511ed893d045" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.5.zip", + "size": 3652988, + "checksum": "SHA-256:a40079e373c470d538dcf893c3503f0ec4125c17fc504a87a9d3b992bcba4602" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.6.zip", + "size": 3653215, + "checksum": "SHA-256:1ba0f4ff9106b339e52392b9f7011b7e708afd93fe6114282e4ebcc9a65015d6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.3.7.zip", + "size": 3653211, + "checksum": "SHA-256:48b368ff117f3240b059d8b26b55d39b2bcca3d872c9a6dcf89b5c3b8eef3dff" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.0.zip", + "size": 3726417, + "checksum": "SHA-256:77725304d87a6f9177981bb0bdc4a9e9c0f11bc86c7e1ba0e06f46e963175ab2" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.1.zip", + "size": 3727141, + "checksum": "SHA-256:404af09e6aa1131593bbe4c57e82870006ec59aac385393f0ad6ac6562c6b21e" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "This client library provides the functions to work with Firebase Realtime database, Firestore, Storage and Cloud messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.2.zip", + "size": 3730616, + "checksum": "SHA-256:f002c7d23b06e706302d520a18dc7fa26c5c6e9ea431dd2690e271dda39c8fdd" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.3.zip", + "size": 3731040, + "checksum": "SHA-256:3ab2b7b72e93be562fb1e6e11cb8c64a7e8f2e88de01a87518bb18199a7f01f5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.4.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.4.zip", + "size": 3731054, + "checksum": "SHA-256:b72b1eb3eb2ac0ae262996e5a06ff1ba8f42b7a2b0500833973f5f16a6454b16" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.4.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.5.zip", + "size": 3731285, + "checksum": "SHA-256:aaa5e1947da4da67af3719bd8ed6af3313454c6a98c5ae55bdd9d912a581e73f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.4.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.4.6.zip", + "size": 3733644, + "checksum": "SHA-256:ea0edb956f1f314510757d6fc184aa1d5fed18f2034bee5f552798052329bfcc" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.5.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.0.zip", + "size": 4205300, + "checksum": "SHA-256:c9d07a073a4d4ea7386754e7c3c56da704e66098eff95d7a8f95fa369e6abb72" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.5.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.1.zip", + "size": 4208680, + "checksum": "SHA-256:6451a6aa78373236e55462ae90725c92e7526dbdf1932cd73a29943d63f93bc0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.5.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.2.zip", + "size": 4708219, + "checksum": "SHA-256:07793c8d8023f70ccb7292480db4ee7c1c6d247fd9c5c6f6d9c96a985c4d3337" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.5.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.3.zip", + "size": 4860934, + "checksum": "SHA-256:9301aa6bea0f963528b0be488701df991a953bcba804133986f65875712bedb7" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.5.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.4.zip", + "size": 4860627, + "checksum": "SHA-256:9b4b1cd48b08362337441471ec68b742844bd7871df6c97b1e02c77cb25ce6f7" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.5.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.5.5.zip", + "size": 4862613, + "checksum": "SHA-256:3c74b407e721763d0c30515943a64ae6651c75dbe7ac6efd071f07a368a3c32a" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.6.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.0.zip", + "size": 4894157, + "checksum": "SHA-256:685e437199ae13912df7308659b23e8696d5cbf118f4d33e6627bf8f6c962f31" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.6.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.1.zip", + "size": 5002336, + "checksum": "SHA-256:7256296e931d04c8aa94af45b0cdc00d52f62f1d399127a6d9ac3620e1ab928c" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.6.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.2.zip", + "size": 5002421, + "checksum": "SHA-256:d12ddc297f9f6838eb31946f82bd7c63f5e3caa9260dd4939ab4524bda6d07c7" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.6.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.4.zip", + "size": 5002000, + "checksum": "SHA-256:d7b4e0946e49eae8f1853feeb7bba5663b2c8c2a03082a457b68b1f645687e68" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.6.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.5.zip", + "size": 5002520, + "checksum": "SHA-256:78ebd38a89c4f6fa080522cf07a0f83507645ae522069eee7d94d97eb5291bd7" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.6.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.6.zip", + "size": 5002547, + "checksum": "SHA-256:4dcc46cf7551aa8520cedea485e3a5adbff653e2af4d41262364c35796290a7a" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.6.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.6.7.zip", + "size": 5002589, + "checksum": "SHA-256:5459f359332aa6b3ab11830a69f393585acec77a82d73e79070de6cc5e76890b" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.7.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.0.zip", + "size": 5030440, + "checksum": "SHA-256:ad87ebf945381f8e711bdbe27f4dbc6821bb84a405859530b9b23f4ca6fb4d48" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.7.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.1.zip", + "size": 5030750, + "checksum": "SHA-256:75b0d9c9e1c27644194305d5cfd23b083ae3ba15f957cffcdacb3df55734291b" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.7.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.2.zip", + "size": 5030256, + "checksum": "SHA-256:d4e1d339d32a79dbe6da79ea1ea6762eaffa1fe798f7393dc0d097bd43dceb75" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.7.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.3.zip", + "size": 5032638, + "checksum": "SHA-256:2fbf97556dfeac5e28fab3a337f9ba4c58e869060216c3e9e115218662e7b2fa" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.7.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.4.zip", + "size": 5142230, + "checksum": "SHA-256:8b55d67d6faf3ed1b1c5c199790532c36787387eefe2f3a2beb4480a142f5af5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.7.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.5.zip", + "size": 5042271, + "checksum": "SHA-256:cc0f24397153dcf6e086fbac4750041bedc23d65683ecd7d34e766cd459b3ccf" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.7.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.7.7.zip", + "size": 5043183, + "checksum": "SHA-256:933a4e2004e4ac7a042aa7024bb1230d40c746ad1b1245b0e23d0847fbd7052e" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.8.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.0.zip", + "size": 5076376, + "checksum": "SHA-256:566bb20e2f08f833077f3096fd04edf258e8b73b72c0c0f2bfe91c325f851597" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.8.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.1.zip", + "size": 5081523, + "checksum": "SHA-256:a3534075c316f26e31c4a8bd1c697b767907930d5bc920f8eec6f6f3d0104dd3" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.8.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.2.zip", + "size": 5081722, + "checksum": "SHA-256:a66400b42f3f815b1a6f505391fa7505a532265f1e4ab5663b5b04d76f66a5d9" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "2.8.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-2.8.3.zip", + "size": 5082474, + "checksum": "SHA-256:23e39c0c911ce0961ce485b84a68d5a1c40cf283924c512c609f714cf0acabf5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.0.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.0.0.zip", + "size": 5111429, + "checksum": "SHA-256:e851a72477e5723ba4eafda1efa329b9f635b9fc0a6f86462f63a940bc991c1a" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.0.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.0.1.zip", + "size": 5111339, + "checksum": "SHA-256:6ce7327a845b63bb0f7f43c5d6789d8c184f508ff49b2c142d0a78f00f332463" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.0.zip", + "size": 5111685, + "checksum": "SHA-256:bea5417ad2ac26dbe86911953564eb54f4b17806a2a6cc870e39e14b31274765" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.1.zip", + "size": 5111737, + "checksum": "SHA-256:262265a0c38cf0752f4a1a19c0283010588e5b3f031964b8918acb754f65a5cd" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.2.zip", + "size": 5111945, + "checksum": "SHA-256:06d461b950751d4d16fe8e43668f09a1213c3ddccf138606e9f1f486b79fbb37" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.3.zip", + "size": 5112036, + "checksum": "SHA-256:374187d67df80e584c7761125871902a724da31a161cc9981ff57adad012d8b8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.4.zip", + "size": 5112037, + "checksum": "SHA-256:0299c48ae793aaf61a6fef48e816bd32b4e2d5f806be791dd5c8b75f17c35a80" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.5.zip", + "size": 5112092, + "checksum": "SHA-256:c2d7cc32312629126d83d95428efa74055b4e2c77dd20c0da6076c1e00257bd7" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.6.zip", + "size": 5077396, + "checksum": "SHA-256:c693e78a42c90c34fad30798ac9002d4d12c2fd1f979db020fe1afaa3ca25f54" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.7.zip", + "size": 5076701, + "checksum": "SHA-256:532cd90177d228864d1bfdd58404c3f1f93dd2addfa56a46c48727b944d8d9cd" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.8.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.8.zip", + "size": 5076819, + "checksum": "SHA-256:0073cbbf4a32298c7e6535cebcade47dbe4a896275ec830a4836343793954bdb" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.9.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.9.zip", + "size": 5076501, + "checksum": "SHA-256:b8f5d9ccc0f5c59e9da6f782ff89eccbefcb5de385bac33f74ee81e87f03e6bc" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.1.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.10.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.1.10.zip", + "size": 5077229, + "checksum": "SHA-256:f9060afbe82a00656b74874fd93bc572e86172efae3162210c5edeaadf58533f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.2.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.2.0.zip", + "size": 5076298, + "checksum": "SHA-256:dd850582174a79ec0e5d7c89d9e2a12753b87b57ab1406aba018755c3e9b724c" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.2.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.2.1.zip", + "size": 5079102, + "checksum": "SHA-256:fea4afdbe1befa0c4609c743adf6b1c9bf452d949bdb07b81cfbc88b96c4b8b5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.2.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.2.2.zip", + "size": 5078629, + "checksum": "SHA-256:cc8294af4f68aa729ee4c7ad14a50f3b8b96178f0f3c2117245276ec9350cfae" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.0.zip", + "size": 5078645, + "checksum": "SHA-256:be853c2a0247ebe6f3b4c03826e12f4e7eeeab7b5780ba023417aab759a4377b" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.1.zip", + "size": 5078646, + "checksum": "SHA-256:bcc67aacba2579bcf455c16f86fc887bcb2670425997716eca4696b4acc6b186" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.2.zip", + "size": 5078628, + "checksum": "SHA-256:b3fda731a698798cd266abff1508448a69037eca07fe5035721853fbafa5a00b" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.3.zip", + "size": 5079865, + "checksum": "SHA-256:c2b0112a2f361ece829c6878027b1022c4d76811929e7f896cdaee82e01421b6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.4.zip", + "size": 5080995, + "checksum": "SHA-256:46d338790deb1242df67c49a8998d98d3471b57fbcf645e945a4c376201b6509" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.5.zip", + "size": 5079821, + "checksum": "SHA-256:95b65772b24d3205e5cbcde1bc981efaf8ec120bc6e6ebe96382d7bfa89ec263" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.6.zip", + "size": 5082112, + "checksum": "SHA-256:a5e6f1b2c0333438754af6f12289944bf2ea627b33c429aa13d5ce4f0e513e76" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "3.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-3.3.7.zip", + "size": 5082488, + "checksum": "SHA-256:ead2bb4e30d1be94df69befc61bb3b4953820729809ad685dc8bda9a07c58f3f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.0.zip", + "size": 5081983, + "checksum": "SHA-256:780784c81e68bf1c2d35e62522fd70ff33962ebb7bf43e2c6ea2825c88d0a47e" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.1.zip", + "size": 5082599, + "checksum": "SHA-256:c7074f04c3ba20443270e1929e174476f65fa795ab1a6e5cc14c1fea8a82e39f" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.2.zip", + "size": 5082578, + "checksum": "SHA-256:fba95cd2998f61e9b13d1258c45ac8eee5998f3005aa9c6ffc0ab185971eccfc" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.3.zip", + "size": 5082679, + "checksum": "SHA-256:25188984a5cc059a78d85341160056f325a2b412758b628ddd43cb455b86a50a" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.4.zip", + "size": 5083008, + "checksum": "SHA-256:6432498d37ef0180f7819972e92125885f7ead2540080d1d728d1ba530db2450" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.0.5.zip", + "size": 5093297, + "checksum": "SHA-256:10ff367ae9e02467489a77ead7a1b71d1f42441cd46882ecbe77e15bd09a4d04" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.1.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.1.0.zip", + "size": 5093862, + "checksum": "SHA-256:5a0e2026730699a7e4ea87cb4cb6194a103da9b7cc25189fb7b989e658760fd8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.0.zip", + "size": 5106977, + "checksum": "SHA-256:53af05a85e5f97606b4066541336a6c18d360e6d0525ba7425092d53223f2854" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.1.zip", + "size": 5165639, + "checksum": "SHA-256:41cd726e8b81cbfdb88053bd3db62c54cb7ef06b2fcc9b82e71caee82d1be23d" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.2.zip", + "size": 5165585, + "checksum": "SHA-256:ddb1bf4f60c663ab92130ead6c675c8406d6567c21a5c77964ae9d2e494b32aa" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.3.zip", + "size": 5165593, + "checksum": "SHA-256:d89b5b711b4baab7deeefc751299d62041c3b975692e20cfd9f3fc2c2a633ce5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.4.zip", + "size": 5168979, + "checksum": "SHA-256:d6275adcdaa0fda72d126eb8222ac409aa5f86bcd15af87029d69a0453877b52" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.5.zip", + "size": 5169142, + "checksum": "SHA-256:fd6ad86ffed02e388fb156ed9375c9fe818ccfee74a74b77a762b88fa7c585fb" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.6.zip", + "size": 5164561, + "checksum": "SHA-256:e613fc01d18a6501d9ac531691bec9d05fa42d4bb8bf276b417f399dfb181f96" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.2.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.2.7.zip", + "size": 5164589, + "checksum": "SHA-256:ac68b878eaf1243640bee350de2965b3f5062cc2d19a5ab358b4034aa2ea7fc6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.0.zip", + "size": 5133417, + "checksum": "SHA-256:35201620f19b70f273f4906e87b48ed015bcdeead2f9c721fee029b1a800eab4" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.1.zip", + "size": 5144439, + "checksum": "SHA-256:8d0d879e47aa39f8faa82f5edee12de93e13c1497b27755752fda372b30ff0c5" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.2.zip", + "size": 5144676, + "checksum": "SHA-256:3b3a657439afb6c6c2bd7963903f746898ac7600c1e74f02e355d10b61e8d32d" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.3.zip", + "size": 5171161, + "checksum": "SHA-256:b58c7d5b7f06727a49b78eeeb5d57af901df4043cde583214b50edecf89b2337" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.4.zip", + "size": 5171022, + "checksum": "SHA-256:81f981caad0fe50ccda5554104ab16b3b54b0564a26d21ac311aec329b036227" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.5.zip", + "size": 5171087, + "checksum": "SHA-256:9d4a96639cb12d8e6fc4b0490c66348ec15679899d05d4496be42f6f5b59d2c0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.6.zip", + "size": 5171021, + "checksum": "SHA-256:c807dd48412d8a2434f9b57e204e0f29bdf6c3e69fd44c437caee952bf10ce35" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.7.zip", + "size": 5171012, + "checksum": "SHA-256:a25f2e6172546c7165a9b4b96cf5f86c9927fec28aef63de6b537afe19761d44" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.8.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.8.zip", + "size": 5172087, + "checksum": "SHA-256:f01f58af607615ba3c312e3824af38a2ffc766b3fea367e7ccb2d7a4bc4b42e8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.9.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.9.zip", + "size": 5175636, + "checksum": "SHA-256:55793366aec1c88f5daa50449fdfd220b55de505b6d8aa059ac6556f89b269e9" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.10.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.10.zip", + "size": 5176646, + "checksum": "SHA-256:e3de5352218c497fb1a5e05de6d14c4281a5e28fd5aabd946d4ac7a040355ecd" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.11", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.11.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.11.zip", + "size": 5164860, + "checksum": "SHA-256:16900831c87b2ecb486d7fec5db51e59db503ce4b471de3d5314f4418f07e3ff" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.12", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.12.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.12.zip", + "size": 5170088, + "checksum": "SHA-256:a23d30ee1d940f8af173920f6ddf82a4afbe857a2b59d2ee488eb723509757e8" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.13", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.13.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.13.zip", + "size": 5170909, + "checksum": "SHA-256:fe56b4cf544036449765018167b938751fb63662e25fe353d6aef632feea0de6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.14", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.14.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.14.zip", + "size": 5171087, + "checksum": "SHA-256:5dda807ee6a658f4414c458bf8b83992ae56e7035c42957999b6ac12f3761b87" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.15", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.15.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.15.zip", + "size": 5171239, + "checksum": "SHA-256:c5e2ec2edbcd6ac8b237179d9d35cca043d9c8d30f7a7c388040308a792493bb" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.16", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.16.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.16.zip", + "size": 5171081, + "checksum": "SHA-256:cdf1448de8de7bf07551449bbb6c3db653aa576f9959bbff5b734f07dea9cead" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.17", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.17.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.17.zip", + "size": 5171270, + "checksum": "SHA-256:b9ec3db93f0833bde9681768ecf598db26955accc0c0e809fbb12ebee16ec5b2" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.18", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.18.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.18.zip", + "size": 5176142, + "checksum": "SHA-256:25019794268c739638d57f35e9cca43377e089e068b75d988b9ca9bf9d8f05ef" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.19", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.19.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.19.zip", + "size": 5176323, + "checksum": "SHA-256:03d3bab5b55d67f791915c7f0f566e79a2128d8617403ca8fe7e08b02b679ecf" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.3.20", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.20.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.3.20.zip", + "size": 5176310, + "checksum": "SHA-256:bedd348087b2c97b0b5579b6efef830ab950878c81738651973645b41587a0a9" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.0.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.0.zip", + "size": 5967743, + "checksum": "SHA-256:196bae754700669590ab7330b31313d234cd04d6bc04590f00059aa0a8a027f2" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.1.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.1.zip", + "size": 5967746, + "checksum": "SHA-256:c739d8945b903fbcdf8496d042f533e17b2941f5321f8955318fe96a0446cae0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.2.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.2.zip", + "size": 5968257, + "checksum": "SHA-256:72a6239a043ede4af07456b67a0e88c17b3c5c5b7b316b1f8cfc9c1c6ba02258" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.3.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.3.zip", + "size": 5968248, + "checksum": "SHA-256:5b508e926afe7fe66f2e5b3d30532e31ee6392411bda408431b9a9287f047974" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.4.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.4.zip", + "size": 5968280, + "checksum": "SHA-256:0c15464528a53ab33dfbaa7bd51a68d423a8caf04e982ebeb3afd3063d3a9319" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.5.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.5.zip", + "size": 5968380, + "checksum": "SHA-256:3195dc3f8dc40c370e502c9f83d4e824f867b11be6fdc896c31aec56f9220566" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.6.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.6.zip", + "size": 5974846, + "checksum": "SHA-256:7a21661ad4aa3cbf5f52f211e240a472fc0a2247a5b9d2d363fe668619670cf0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.7.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.7.zip", + "size": 5968519, + "checksum": "SHA-256:eb815d11e6954c479f0a79f7cfa5adc7c65ef3a0770a3f81b929a8f65e3772b0" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.8.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.8.zip", + "size": 5968745, + "checksum": "SHA-256:572ce64b89e70a166b18277e0233c0b49f564c9ff5a4239f8e365f033d64aab6" + }, + { + "name": "Firebase Arduino Client Library for ESP8266 and ESP32", + "version": "4.4.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Google Firebase Arduino Client Library for Espressif ESP8266 and ESP32", + "paragraph": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/Firebase-ESP-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/Firebase-ESP-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.9.zip", + "archiveFileName": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32-4.4.9.zip", + "size": 5967168, + "checksum": "SHA-256:d394025a30ecc11de0a58d896ce809a6636c684dd167a4e749fa0ca26de41ba9" + }, + { + "name": "PCF8574 library", + "version": "0.9.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8574", + "paragraph": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).", + "website": "https://github.com/xreef/PCF8574_library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-0.9.0.zip", + "archiveFileName": "PCF8574_library-0.9.0.zip", + "size": 11447998, + "checksum": "SHA-256:931a2669c94f6a67a6f1a7836623164fc4bcb91c266def309ba8390a2dc5f5b0" + }, + { + "name": "PCF8574 library", + "version": "1.2.0", + "author": "Reef", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino/ESP8266 library for PCF8574", + "paragraph": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).", + "website": "https://github.com/xreef/PCF8574_library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-1.2.0.zip", + "archiveFileName": "PCF8574_library-1.2.0.zip", + "size": 34284368, + "checksum": "SHA-256:d0b613a74b9330273138e51ac3422c810bfd3a976df39e8ee11c4f9ed74ff81a" + }, + { + "name": "PCF8574 library", + "version": "2.2.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Arduino, ESP8266, smt32 and esp32 library for PCF8574", + "paragraph": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.2.2.zip", + "archiveFileName": "PCF8574_library-2.2.2.zip", + "size": 34290237, + "checksum": "SHA-256:8cd293eb780dbdfee573e1ca409e0424f06e1e33d146ef0fa577bcaecc4ad88b" + }, + { + "name": "PCF8574 library", + "version": "2.2.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8574, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.2.4.zip", + "archiveFileName": "PCF8574_library-2.2.4.zip", + "size": 26562788, + "checksum": "SHA-256:19d256a505c49adb12b28e5023fe676bb5ebc030e2653158394152feefc1b150" + }, + { + "name": "PCF8574 library", + "version": "2.3.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8574, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.3.0.zip", + "archiveFileName": "PCF8574_library-2.3.0.zip", + "size": 25566296, + "checksum": "SHA-256:3c646c9f3f6e3a8029428c7c3f3fff4ac5ce22dd87e9118fa8795698a2c8bc74" + }, + { + "name": "PCF8574 library", + "version": "2.3.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8574, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.3.1.zip", + "archiveFileName": "PCF8574_library-2.3.1.zip", + "size": 25565815, + "checksum": "SHA-256:4c7fcfa90884094aa7f3f66d58094402e110b809d775dd111b1fffd1fb15aedf" + }, + { + "name": "PCF8574 library", + "version": "2.3.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8574, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.3.2.zip", + "archiveFileName": "PCF8574_library-2.3.2.zip", + "size": 25566581, + "checksum": "SHA-256:312fed368708880991c067583ffbd4a477e7b2f283102b87a40b02c0b4dcf70f" + }, + { + "name": "PCF8574 library", + "version": "2.3.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "PCF8574, library for Arduino, ESP8266, smt32 and esp32", + "paragraph": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.3.3.zip", + "archiveFileName": "PCF8574_library-2.3.3.zip", + "size": 25566630, + "checksum": "SHA-256:260e65a77dfe8a74600e8a967a09001d3cdec9efe8a852372c6b435fa15d4929" + }, + { + "name": "PCF8574 library", + "version": "2.3.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Most starred PCF8574 library for Arduino (standard and SAMD), ESP8266, smt32 and esp32", + "paragraph": "Most starred PCF8574 library. i2c digital expander for Arduino (standard and SAMD), esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.3.4.zip", + "archiveFileName": "PCF8574_library-2.3.4.zip", + "size": 25566765, + "checksum": "SHA-256:abc9ab41c25250099b7411e82792149b9d8df471058979346a843de4d202ccb4" + }, + { + "name": "PCF8574 library", + "version": "2.3.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Most starred PCF8574 library for Arduino (standard and SAMD), Raspberry Pi Pico and rp2040 boards, ESP8266, smt32 and esp32", + "paragraph": "Most starred PCF8574 library. i2c digital expander for Arduino (standard and SAMD), esp32, Raspberry Pi Pico and rp2040 boards, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.3.5.zip", + "archiveFileName": "PCF8574_library-2.3.5.zip", + "size": 25567730, + "checksum": "SHA-256:6dc0534afbf1c572cc4ef31769d3cf139898197cc47f74a8cf89da1de01c39ae" + }, + { + "name": "PCF8574 library", + "version": "2.3.6", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Most starred PCF8574 library for Arduino (standard and SAMD), Raspberry Pi Pico and rp2040 boards, ESP8266, smt32 and esp32", + "paragraph": "Most starred PCF8574 library. i2c digital expander for Arduino (standard and SAMD), esp32, Raspberry Pi Pico and rp2040 boards, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", + "website": "https://www.mischianti.org/category/my-libraries/pcf8574/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/PCF8574_library.git", + "providesIncludes": [ + "PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8574_library-2.3.6.zip", + "archiveFileName": "PCF8574_library-2.3.6.zip", + "size": 25567766, + "checksum": "SHA-256:87fa37721e56c6d4e7cdadebb925b9f8a6e370b1224d3b02d80d1ba195c75982" + }, + { + "name": "PCA9634 Arduino Library", + "version": "1.0.0", + "author": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "maintainer": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "sentence": "A library for use with the NXP PCA9634 8-bit Fm+ I2C-bus LED driver.", + "paragraph": "This library is easy to use and gives access to all the features of the chip, for more info on how to use the library checkout the examples or the guide on github.", + "website": "https://github.com/NickvanTholen/pca9634-lib/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NickvanTholen/pca9634-lib.git", + "providesIncludes": [ + "PCA9634.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NickvanTholen/PCA9634_Arduino_Library-1.0.0.zip", + "archiveFileName": "PCA9634_Arduino_Library-1.0.0.zip", + "size": 7518, + "checksum": "SHA-256:56886d7bca60bd2fe860d5f7c26db924683ec9dea57a8068984e93b4dac0e29b" + }, + { + "name": "mrm-us-b", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-us-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.0.zip", + "archiveFileName": "mrm_us_b-0.0.0.zip", + "size": 3546, + "checksum": "SHA-256:a83b1ca6a0f9c59c79443d2643448f822a2e145c3c161d1977882c3d5f8099c4" + }, + { + "name": "mrm-us-b", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.1.zip", + "archiveFileName": "mrm_us_b-0.0.1.zip", + "size": 3538, + "checksum": "SHA-256:509861eaf59ebbb17c9c01232aecb71eda20a2ebf8398045d4fc85e83ad577c8" + }, + { + "name": "mrm-us-b", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.2.zip", + "archiveFileName": "mrm_us_b-0.0.2.zip", + "size": 4764, + "checksum": "SHA-256:93790bf67ada006fc63ec1cc3f94e9d08943abadcd6bf0dc01c8f0a473d2323a" + }, + { + "name": "mrm-us-b", + "version": "0.0.3", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.3.zip", + "archiveFileName": "mrm_us_b-0.0.3.zip", + "size": 4772, + "checksum": "SHA-256:a43560c3c96f3b1c4d3acaf6985dc540d60d1aec9bcb8c168dc02eeef120ad1a" + }, + { + "name": "mrm-us-b", + "version": "0.0.4", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-us-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", + "website": "https://github.com/PribaNosati/mrm-us-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-us-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us_b-0.0.4.zip", + "archiveFileName": "mrm_us_b-0.0.4.zip", + "size": 4806, + "checksum": "SHA-256:170b3484c224fca2126514a2f03764e368f926c2125df4ac4683a0144543aaa8" + }, + { + "name": "light_CD74HC4067", + "version": "1.0.0", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "A lightweight library for interfacing with CD74HC4067 Mux.", + "paragraph": "A lightweight, low memory consuming CD74HC4067 Library for Arduino IDE based microcontrollers.", + "website": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/light_CD74HC4067-1.0.0.zip", + "archiveFileName": "light_CD74HC4067-1.0.0.zip", + "size": 19006, + "checksum": "SHA-256:3913762ef571ed42275d1d35b4dd3a09d5acd044b98751ed81138ede0d2308e7" + }, + { + "name": "light_CD74HC4067", + "version": "1.0.1", + "author": "SunitRaut \u003cgithub.com/SunitRaut\u003e", + "maintainer": "Sunit Raut \u003cgithub.com/SunitRaut\u003e", + "sentence": "A lightweight library for interfacing with CD74HC4067 Mux.", + "paragraph": "A lightweight, low memory consuming CD74HC4067 Library for Arduino IDE based microcontrollers.", + "website": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SunitRaut/Lightweight-CD74HC4067-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SunitRaut/light_CD74HC4067-1.0.1.zip", + "archiveFileName": "light_CD74HC4067-1.0.1.zip", + "size": 19006, + "checksum": "SHA-256:83631b6f639c879bffe67b2e782f6bc30b15ba53eac4613ba34a585c88081f9e" + }, + { + "name": "MCCI Catena SCD30", + "version": "0.1.0", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SCD30 carbon dioxide sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI_Catena_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SCD30.git", + "providesIncludes": [ + "MCCI_Catena_SCD30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SCD30-0.1.0.zip", + "archiveFileName": "MCCI_Catena_SCD30-0.1.0.zip", + "size": 645874, + "checksum": "SHA-256:10f18ec05f75adf2e5e34133ace5a05c1447343d2165cb0028d133ccdf581633" + }, + { + "name": "MCCI Catena SCD30", + "version": "0.2.0", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SCD30 carbon dioxide sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI_Catena_SCD30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI_Catena_SCD30.git", + "providesIncludes": [ + "MCCI_Catena_SCD30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SCD30-0.2.0.zip", + "archiveFileName": "MCCI_Catena_SCD30-0.2.0.zip", + "size": 1583133, + "checksum": "SHA-256:fe50f21168cf61d07b581f474d28eb4eb4861ae8c9b9470cc5ddfb64c97d63af" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino library which allows you to communicate seamlessly with the full range of u-blox GNSS modules over I2C and Serial. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.0.zip", + "size": 315902, + "checksum": "SHA-256:4a98efb31da5b00665782ed44ca69f50f65b06cf356542b9314748a1c08b6252" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox modules", + "paragraph": "An Arduino library which allows you to communicate seamlessly with the full range of u-blox GNSS modules over I2C and Serial. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.1.zip", + "size": 325784, + "checksum": "SHA-256:f4fee86080b5b56bd36bbf35207cc52b47092c3fd19b8c69ee670667918610db" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.2.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.2.zip", + "size": 325803, + "checksum": "SHA-256:a4b5287abd56ac5445f0a2e4c2fbd3ee5b44a9382c63c02024c4eba0138cfbbe" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.3.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.3.zip", + "size": 325820, + "checksum": "SHA-256:aa6cc5fb46c28033350f8c2d162abdd23973959c9865c06b348396be5ce180e8" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.4.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.4.zip", + "size": 333977, + "checksum": "SHA-256:f294dfa7d2eb692a75663f14434baa3d8baeaddbc1dd0a59bad34a3afd62f894" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.5.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.5.zip", + "size": 339795, + "checksum": "SHA-256:511be2315baececf628e11ce5b3975b286e6aa01fb89c57300f3b04df99594f2" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.6.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.6.zip", + "size": 350443, + "checksum": "SHA-256:7fee38bb555c4a40edba36a10817502f594043231c51a732492fdd1bfe90ba96" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.7.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.7.zip", + "size": 351005, + "checksum": "SHA-256:954a7c09116b5f37cd4804db0bb01f054f7eb685a9ff5479a055a7290f4c5c03" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.8.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.8.zip", + "size": 360032, + "checksum": "SHA-256:1bf109bf31667e328ee068699161534ae514b9500985ad82bbf74a7abb6d6806" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.9.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.9.zip", + "size": 360564, + "checksum": "SHA-256:ba795f308d556994b1cf31d8a62f9bf634346ed8ad1a8bb7060d74ce4bee9b0f" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.10.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.10.zip", + "size": 361433, + "checksum": "SHA-256:698ff5005b502942fdcd366694134d0d1d8be7b4678480df106442e8d8847057" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.11.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.11.zip", + "size": 361480, + "checksum": "SHA-256:8e2360f152962e47be2568273d62b63338f04dfbc5fdd7e034bc17647743f56b" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.12", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.12.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.12.zip", + "size": 361938, + "checksum": "SHA-256:4b0a7b94afead05b5576baa3805a11d1d54aa8f37a578a7f97e221ce2cd5ad4c" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.13", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.13.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.13.zip", + "size": 376645, + "checksum": "SHA-256:d6bdc7271eaa82d773e649a982a8bb900ac69bbd0cb32926d7ed76bde0429d96" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.14", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.14.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.14.zip", + "size": 376677, + "checksum": "SHA-256:2bb11ab1ec0a5434b615c2f1604d869bfd2d581829f284d6716d38370b2f0410" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.15", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.15.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.15.zip", + "size": 376675, + "checksum": "SHA-256:43bb4749e80a234ad79c5d3712defbde6693c2b7a6fdff0f0ab27ed3e4fc50f5" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.16", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.16.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.16.zip", + "size": 380286, + "checksum": "SHA-256:9701b56ae3f2311c03054650f1ebaab226ec781162e18b3586d76f04ec173893" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.17", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.17.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.17.zip", + "size": 380283, + "checksum": "SHA-256:b247039df505145432ade9999c75e2970b88187a580ea55f03da064d674d61e1" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.0.18", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.0.18.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.0.18.zip", + "size": 383212, + "checksum": "SHA-256:6b373b9cda91e7d3c676cd39b8ff310c31eb9d627c1adf65d9ab6dec7ab66057" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.1.0.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.1.0.zip", + "size": 443227, + "checksum": "SHA-256:37fe5da91bd2141694b8685582022d7434140d7a23d675f9a8f3e9359c11d725" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.1.1.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.1.1.zip", + "size": 443399, + "checksum": "SHA-256:930ceb03a1d98edd6bd7d0d443c84c285d43214d67c5a068b346f8a2274c483c" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.1.2.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.1.2.zip", + "size": 447445, + "checksum": "SHA-256:e57b59d043577e35da15ff4a042bf3c9835a81fe1cb685e9b0c8d96d8c4708d0" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.1.3.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.1.3.zip", + "size": 447842, + "checksum": "SHA-256:3800884cde99a00baab038643f671235aeb05c8db5231b54e840a3424c2f1bf7" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.1.4.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.1.4.zip", + "size": 454690, + "checksum": "SHA-256:15ad9e01585204e9a72eda4ea2ebe2118ba44948c9010183fc7411a9c9686451" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.1.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C and Serial Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to enable I2C, Serial and SPI communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e. Library also works with other u-blox based boards.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.1.5.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.1.5.zip", + "size": 454832, + "checksum": "SHA-256:d63455bd877535768c8186c489d951d3f43e09a853dc061171ac73e838a4253c" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.0.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.0.zip", + "size": 479755, + "checksum": "SHA-256:3cbbcf433ca4187265b80938a7cee37c44a5be381591e6119ceb210a7aa4e932" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.1.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.1.zip", + "size": 501423, + "checksum": "SHA-256:5e8cd91611ee38ce5efff564a2b94e78fd3385566008b18b3381fd59346f8621" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.2.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.2.zip", + "size": 501690, + "checksum": "SHA-256:82d4e749b64738f31f995e33df2cabb45b31aba358f63a8b6308545610143e5b" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.3.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.3.zip", + "size": 514481, + "checksum": "SHA-256:a70d92fcbd5541d11ac0d173a4360805b6d754bcdba1599b407d0927bf97b76a" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.4.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.4.zip", + "size": 514936, + "checksum": "SHA-256:f3980bbfa11b3cd76d6fe698f93874f8878ce1980dbcabaccf3f55203e37faa5" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.5.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.5.zip", + "size": 515484, + "checksum": "SHA-256:eb99d39f127d89061002c5f939b9334d2e006afee12ffd4e791cd76421462339" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.6.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.6.zip", + "size": 522556, + "checksum": "SHA-256:b8d1da0e7c94ca4413831f73f01a4e918ef331dc0c8898be8f0c02e2e887170c" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.7.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.7.zip", + "size": 532729, + "checksum": "SHA-256:f5b7221c7fd5d43b0f7597d3ccc12128b7d98da35412861e7c829dee10bdac97" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.8.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.8.zip", + "size": 535506, + "checksum": "SHA-256:8914d5104eb11dd1be47c8f66813b7485cb05a505edc8a167f45051c545cba1d" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.9.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.9.zip", + "size": 535601, + "checksum": "SHA-256:9b62a227fabf51f1d5a9363b6ff561002bf480312b78eab9b715597eacc445a3" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.10.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.10.zip", + "size": 538820, + "checksum": "SHA-256:f89bd3e42f7ee210279e8b37b3f3add39b286e0968adae0d31fb14f83622c724" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.11.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.11.zip", + "size": 539347, + "checksum": "SHA-256:b50176fc904f02a74c23743e2d82d30c6c6322c2d70e056453a44e622c5b96a2" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.12", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.12.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.12.zip", + "size": 542540, + "checksum": "SHA-256:734ffa43175d32ae872071ceb232684d72a9ba8827827e04be48bcb5b74f17c0" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.13", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.13.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.13.zip", + "size": 542626, + "checksum": "SHA-256:94838fc70454febdef163a5ff5d75cb15c259ab67aafa42b6493380fad2f3f20" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.14", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.14.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.14.zip", + "size": 559781, + "checksum": "SHA-256:c61475ece8a441125432f54525e579f2c7126352a586d468bc09d4fb343fcf74" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.15", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.15.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.15.zip", + "size": 563078, + "checksum": "SHA-256:9b5b8b331fe47412abf5611db6a82a33fe94ddff895d989b28933ab1d13f0359" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.16", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.16.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.16.zip", + "size": 565960, + "checksum": "SHA-256:390746e20c8ac8ec5a27cb0646dde106c1690782f05e1728fc45bcb6e5842455" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.17", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.17.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.17.zip", + "size": 573108, + "checksum": "SHA-256:3aa000ea0b08093574e90e6f6dce185045076362274e86b234b32e638735b29d" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.18", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.18.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.18.zip", + "size": 578757, + "checksum": "SHA-256:ceed14bc89eb0d46d2e1d188d560b18128bac3d3b02c92f7014ef901c060723c" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.19", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.19.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.19.zip", + "size": 579342, + "checksum": "SHA-256:068eeb4ace5eb877c96e6f222b599926a8d9c66b4c4067243041883168eca219" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.20", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.20.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.20.zip", + "size": 581724, + "checksum": "SHA-256:e44504aa1969ae5b40ec7481b77170ba177af7a45fee7e05cf5a9e76351ac9f5" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.21", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.21.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.21.zip", + "size": 581943, + "checksum": "SHA-256:bc6d031bf2c2584d34df0be35a0075859940e7c46330f92099fd0a003e1647e2" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.22", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.22.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.22.zip", + "size": 587294, + "checksum": "SHA-256:a141257b21043b0a3b54eab5e8b87e1b474e2301add08085a302ba0f505a9c67" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.24", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.24.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.24.zip", + "size": 587486, + "checksum": "SHA-256:5d2e6f3c2f6676c6356c4543a8e2a03280412fdd6082151509420a87e518bf85" + }, + { + "name": "SparkFun u-blox GNSS Arduino Library", + "version": "2.2.25", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the full range of u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/15005\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZOE-M8Q\u003c/a\u003e and all the other SparkFun u-blox GNSS Breakouts.\u003cbr/\u003e\u003cbr/\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.\u003cbr/\u003e\u003cbr/\u003eNeed support for RTK NTRIP Caster services like RTK2go, Emlid Caster and Skylark? This library has functions, callbacks and tried-and-tested examples to let you push RTCM correction data to your module seamlessly!\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_Arduino_Library-2.2.25.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_Arduino_Library-2.2.25.zip", + "size": 591199, + "checksum": "SHA-256:b1e1bf339309ef17e2733a285eed248ae01795aadc38153065ba24df9d590afd" + }, + { + "name": "AskSinPP", + "version": "5.0.0", + "author": "papa", + "maintainer": "papa", + "sentence": "Homematic Protocol Library", + "paragraph": "Homematic Protocol Library", + "website": "https://github.com/pa-pa/AskSinPP", + "category": "Communication", + "architectures": [ + "avr", + "STM32F1" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pa-pa/AskSinPP.git", + "dependencies": [ + { + "name": "EnableInterrupt" + }, + { + "name": "Low-Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pa-pa/AskSinPP-5.0.0.zip", + "archiveFileName": "AskSinPP-5.0.0.zip", + "size": 8748860, + "checksum": "SHA-256:9d25f83e379450cb0ab29c3df4687adf7bcfe4e44b8560c9a6c570d37de45b67" + }, + { + "name": "AskSinPP", + "version": "5.0.1", + "author": "papa", + "maintainer": "papa", + "sentence": "Homematic Protocol Library", + "paragraph": "Homematic Protocol Library", + "website": "https://github.com/pa-pa/AskSinPP", + "category": "Communication", + "architectures": [ + "avr", + "STM32F1", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pa-pa/AskSinPP.git", + "dependencies": [ + { + "name": "EnableInterrupt" + }, + { + "name": "Low-Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pa-pa/AskSinPP-5.0.1.zip", + "archiveFileName": "AskSinPP-5.0.1.zip", + "size": 9101224, + "checksum": "SHA-256:2f842b805db60e5665c9bb2e74c79dd1564291911c68203a5c2821da888da007" + }, + { + "name": "AskSinPP", + "version": "5.0.2", + "author": "papa", + "maintainer": "papa", + "sentence": "Homematic Protocol Library", + "paragraph": "Homematic Protocol Library", + "website": "https://github.com/pa-pa/AskSinPP", + "category": "Communication", + "architectures": [ + "avr", + "STM32F1", + "stm32", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pa-pa/AskSinPP.git", + "dependencies": [ + { + "name": "EnableInterrupt" + }, + { + "name": "Low-Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pa-pa/AskSinPP-5.0.2.zip", + "archiveFileName": "AskSinPP-5.0.2.zip", + "size": 9101225, + "checksum": "SHA-256:5fbd7b921b6d40c9034798423e4e7db7d33bb1d091c8b29bbec61e388fe8319b" + }, + { + "name": "infiniteAverage", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "shows concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.0.zip", + "archiveFileName": "infiniteAverage-0.1.0.zip", + "size": 6462, + "checksum": "SHA-256:de68a72369732cec4544ca05b901a5c49d0f35e2ad700affeca4804db9b24be8" + }, + { + "name": "infiniteAverage", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.1.zip", + "archiveFileName": "infiniteAverage-0.1.1.zip", + "size": 7735, + "checksum": "SHA-256:f58349afad9fbee8a90e2e8841b4f6273338a7e33f5d259ead2ca11127d51b7d" + }, + { + "name": "infiniteAverage", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.2.zip", + "archiveFileName": "infiniteAverage-0.1.2.zip", + "size": 7933, + "checksum": "SHA-256:d37b163b01b8486ea4b2570ef16eb5b6915b01f22b91504dffb05c59fffbe495" + }, + { + "name": "infiniteAverage", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.3.zip", + "archiveFileName": "infiniteAverage-0.1.3.zip", + "size": 7946, + "checksum": "SHA-256:392875276691c7bfbd68243d94b42cf2323f42746a1aeb011c61274610e0941a" + }, + { + "name": "infiniteAverage", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.4.zip", + "archiveFileName": "infiniteAverage-0.1.4.zip", + "size": 8364, + "checksum": "SHA-256:7f31e9926098677b4f8b178bdeba9f34eee3e721c45edfd702ca8f3e9c0e7810" + }, + { + "name": "infiniteAverage", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.5.zip", + "archiveFileName": "infiniteAverage-0.1.5.zip", + "size": 9869, + "checksum": "SHA-256:63c79f32f7cbb58010f956d5d48ae4f58c8ecbac7b18ef7856991b8e02a14bc7" + }, + { + "name": "infiniteAverage", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.6.zip", + "archiveFileName": "infiniteAverage-0.1.6.zip", + "size": 10402, + "checksum": "SHA-256:50fbd910a563f4bedc944416c53826000268d1593c93de4269a645e1c7c2b1e0" + }, + { + "name": "infiniteAverage", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Experimental Arduino Library to calculate a high precision average of many samples", + "paragraph": "uses concatenation of float and uint32 to get higher precision.", + "website": "https://github.com/RobTillaart/infiniteAverage", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/infiniteAverage.git", + "providesIncludes": [ + "infiniteAverage.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/infiniteAverage-0.1.7.zip", + "archiveFileName": "infiniteAverage-0.1.7.zip", + "size": 10636, + "checksum": "SHA-256:d0541255002694f966b1e1ea592f4d27b3440905f2d53348147862a33caeb748" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.6.9", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.6.9.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.6.9.zip", + "size": 24100, + "checksum": "SHA-256:efe878043f99b06f6e1aa42cffcd33d8a37aa752a2f3a71a2ac83f2dec72318d" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.7.0", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.7.0.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.7.0.zip", + "size": 26480, + "checksum": "SHA-256:52d97903629c0b2c1f5c04147874fb40a9544fcda12aad92c3ee14d4bec96983" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.8.0", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.8.0.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.8.0.zip", + "size": 26590, + "checksum": "SHA-256:9db071c42a02b0653ecddf75104f2b03c3c605aa267396c5717e211ccb65a55a" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.8.8", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.8.8.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.8.8.zip", + "size": 30345, + "checksum": "SHA-256:045824146a116a60337ea93a37a8c8e2acc50952fb7cda9572f0140595d8e5c3" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.9.5", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.9.5.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.9.5.zip", + "size": 29192, + "checksum": "SHA-256:ea8e682620f1dd090b504a816dca2de65a844cfe65e7788d29376704d796aa5e" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.9.6", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.9.6.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.9.6.zip", + "size": 29209, + "checksum": "SHA-256:0afd0d78f2f870a83d416dae11a7ed68eb498f8bb944194feaf6925294c9e28f" + }, + { + "name": "Bits and Droids flight sim library", + "version": "0.9.7", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-0.9.7.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-0.9.7.zip", + "size": 27061, + "checksum": "SHA-256:73b0151e40845e91b67a3bc76e03f8aad4565f821102f8a302864e569720334f" + }, + { + "name": "Bits and Droids flight sim library", + "version": "1.6.0", + "author": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "maintainer": "Bits and Droids \u003cinfo@bitsanddroids.com\u003e", + "sentence": "Use serial communication to control flight sim.", + "paragraph": "Control mfs2020 with your microcontroller over Serial.", + "website": "https://www.bitsanddroids.com/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BitsAndDroids/BitsAndDroidsFlightSimLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BitsAndDroids/Bits_and_Droids_flight_sim_library-1.6.0.zip", + "archiveFileName": "Bits_and_Droids_flight_sim_library-1.6.0.zip", + "size": 27193, + "checksum": "SHA-256:ae9a383ffac814675f9ca94ca1adbf9318973f2617e8fc15a090840c7e46b847" + }, + { + "name": "Arduino_AVRSTL", + "version": "1.2.4", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e, Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/arduino-libraries/Arduino_AVRSTL", + "category": "Other", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_AVRSTL.git", + "providesIncludes": [ + "Arduino_AVRSTL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_AVRSTL-1.2.4.zip", + "archiveFileName": "Arduino_AVRSTL-1.2.4.zip", + "size": 177437, + "checksum": "SHA-256:80cbb685cce6dfe19b5b5d188def7c3b5f2447474aaaa63cd3bc378701d21993" + }, + { + "name": "Arduino_AVRSTL", + "version": "1.2.5", + "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e, Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e, Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "A port of ArduinoSTL Arduino library.", + "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/arduino-libraries/Arduino_AVRSTL", + "category": "Other", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_AVRSTL.git", + "providesIncludes": [ + "Arduino_AVRSTL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_AVRSTL-1.2.5.zip", + "archiveFileName": "Arduino_AVRSTL-1.2.5.zip", + "size": 177456, + "checksum": "SHA-256:3a12ff9b92a7fa9c74549857810469814782d17eb168335fb02393640ba69bb3" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.1.9", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.1.9.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.1.9.zip", + "size": 15610, + "checksum": "SHA-256:d9a3227c13f4e147b0472acf23584395f2e00d78377c3c2149c9eca3ad669e47" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.2.0", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.2.0.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.2.0.zip", + "size": 20221, + "checksum": "SHA-256:7f953e1c9921c886e9c589e429b0816bac2ce0e293fd0dfd186024270d7ec025" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.3.0", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.3.0.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.3.0.zip", + "size": 26413, + "checksum": "SHA-256:2a0ac0b767662eccc4e808540a0fc2bfe77e87f6f969a2d0275ee5e253ce316d" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.3.1", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.3.1.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.3.1.zip", + "size": 27226, + "checksum": "SHA-256:67ac8bbdba8222b9158b3afd86df9383e0534351e1bc41b3a5e6146303c97e14" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.3.3", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.3.3.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.3.3.zip", + "size": 27345, + "checksum": "SHA-256:528f743aee180be0aec854e791fcda454c50a9c9c6bb848db066c482d5e968e7" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.3.4", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.3.4.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.3.4.zip", + "size": 29056, + "checksum": "SHA-256:c3091e4a0d630f5602cefaae4089a2dd739f9c423ed9f51c6e7fef0c209a4d9e" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.4.0", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.4.0.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.4.0.zip", + "size": 34099, + "checksum": "SHA-256:1f647a204cb06823844d192a1fa02920cd5c89c5d4f36733866a5b5f51668dd1" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.4.1", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.4.1.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.4.1.zip", + "size": 34234, + "checksum": "SHA-256:bd8daac014950c7ab5bbe25598d3d52a8562482975d703542bb870d4a3c01d97" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.4.3", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.4.3.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.4.3.zip", + "size": 34305, + "checksum": "SHA-256:24b0393acf70de15e2af1fa852e4ace92c538221a692749bd7c0ee093613fbd4" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.4.4", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.4.4.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.4.4.zip", + "size": 34297, + "checksum": "SHA-256:33560193c7901f0deceefdac3b6db8cfbecc2344c6145b61ed0bbf3666c319da" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.5.0", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.5.0.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.5.0.zip", + "size": 35472, + "checksum": "SHA-256:dbfda2ee8c1e314ef70f5eb19aa4a64faf529329fb2771349e22896e28afd042" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.5.1", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.5.1.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.5.1.zip", + "size": 35463, + "checksum": "SHA-256:68091bde6bba92a71eaa5bb554051a27f60b547a50555ca544f390a18b7aa8b1" + }, + { + "name": "ESP32-BLE-Gamepad", + "version": "0.5.2", + "author": "lemmingDev", + "maintainer": "lemmingDev", + "sentence": "Bluetooth LE Gamepad library for the ESP32.", + "paragraph": "Bluetooth LE Gamepad library for the ESP32.", + "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", + "dependencies": [ + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.5.2.zip", + "archiveFileName": "ESP32_BLE_Gamepad-0.5.2.zip", + "size": 38189, + "checksum": "SHA-256:f027e607690961cefa9480e229a17190ebc822f74b76589e2149d0cfaacb4269" + }, + { + "name": "Vcc", + "version": "1.0.1", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Measure supply voltage (using optinally stored calibration value)", + "website": "https://github.com/felias-fogg/Vcc", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/Vcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/Vcc-1.0.1.zip", + "archiveFileName": "Vcc-1.0.1.zip", + "size": 6622, + "checksum": "SHA-256:60701b0695355fe29db726913dc41e05481093c9045bff1630fb5343daeed2c6" + }, + { + "name": "Vcc", + "version": "1.0.3", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Measure supply voltage (using optinally stored calibration value)", + "website": "https://github.com/felias-fogg/Vcc", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/Vcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/Vcc-1.0.3.zip", + "archiveFileName": "Vcc-1.0.3.zip", + "size": 7309, + "checksum": "SHA-256:a5098731685fdedb80885379f7c8883bac6ca85efbc6d2b59ebfd63d89631321" + }, + { + "name": "Vcc", + "version": "1.1.1", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Measure supply voltage (using optinally stored calibration value)", + "website": "https://github.com/felias-fogg/Vcc", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/Vcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/Vcc-1.1.1.zip", + "archiveFileName": "Vcc-1.1.1.zip", + "size": 7665, + "checksum": "SHA-256:ba025cd3872e306caa4987a8e9ae18813bc91d24f077543aece3d997455944f5" + }, + { + "name": "Vcc", + "version": "2.0.0", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Measure supply voltage (using optinally stored calibration value)", + "website": "https://github.com/felias-fogg/Vcc", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/Vcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/Vcc-2.0.0.zip", + "archiveFileName": "Vcc-2.0.0.zip", + "size": 7898, + "checksum": "SHA-256:719d50ab5d7b410f851f6cf7f38eb9f2a8bc5e8e9281bb732883becd945c0bfd" + }, + { + "name": "Vcc", + "version": "2.2.0", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel", + "sentence": "Measure supply voltage (using optinally stored calibration value)", + "website": "https://github.com/felias-fogg/Vcc", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/Vcc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/Vcc-2.2.0.zip", + "archiveFileName": "Vcc-2.2.0.zip", + "size": 7961, + "checksum": "SHA-256:827e9a27f7823252a7baf2881a3bdad7182bfa5ddc3b6fb59cd58e77f91fd3c1" + }, + { + "name": "Sensirion Core", + "version": "0.0.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/Sensirion_Core_Arduino_Library/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCoreArduinoLibrary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.0.1.zip", + "archiveFileName": "Sensirion_Core-0.0.1.zip", + "size": 19833, + "checksum": "SHA-256:cf1ff7e013739c91163ed96d722094f47c56d2aa81bd0252c0f288974c1f4f93" + }, + { + "name": "Sensirion Core", + "version": "0.4.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCoreArduinoLibrary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.4.1.zip", + "archiveFileName": "Sensirion_Core-0.4.1.zip", + "size": 34408, + "checksum": "SHA-256:158e3ee46dedff7b95c63cb8e1218de7e70c363131c983d88240c90ffbb75494" + }, + { + "name": "Sensirion Core", + "version": "0.4.2", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.4.2.zip", + "archiveFileName": "Sensirion_Core-0.4.2.zip", + "size": 35653, + "checksum": "SHA-256:586f90fb663630f811813aeaf772dbbfc8625d5aa2a0986607546814111574df" + }, + { + "name": "Sensirion Core", + "version": "0.4.3", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.4.3.zip", + "archiveFileName": "Sensirion_Core-0.4.3.zip", + "size": 35755, + "checksum": "SHA-256:f03f7b6ed85b84cb9e7161fd210c673ed764878cb3a44ed467b411ce221a3927" + }, + { + "name": "Sensirion Core", + "version": "0.5.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.5.0.zip", + "archiveFileName": "Sensirion_Core-0.5.0.zip", + "size": 36087, + "checksum": "SHA-256:1ca7d213229ae498af00d5f6684b66ed4cd4d35baeb6123e308569bccede99b4" + }, + { + "name": "Sensirion Core", + "version": "0.5.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.5.1.zip", + "archiveFileName": "Sensirion_Core-0.5.1.zip", + "size": 36069, + "checksum": "SHA-256:1f05e8e24f332a1b0617e9dead5d7072df72d8d388dfdadbee91bd096e740db2" + }, + { + "name": "Sensirion Core", + "version": "0.5.2", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.5.2.zip", + "archiveFileName": "Sensirion_Core-0.5.2.zip", + "size": 36166, + "checksum": "SHA-256:f6c8f692a6993a04b390c090cc54ecb3355b181e7cce4890c6a1abb0229bd204" + }, + { + "name": "Sensirion Core", + "version": "0.5.3", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.5.3.zip", + "archiveFileName": "Sensirion_Core-0.5.3.zip", + "size": 36382, + "checksum": "SHA-256:e1574652b05c640a1faef57d5bc99de9b94dfcb784f20c37663a9a4642f14ce0" + }, + { + "name": "Sensirion Core", + "version": "0.6.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library containing code base for Sensirion Sensor Libraries.", + "paragraph": "All Libraries for Sensirion Sensors use this library as a code base. In this library the Sensirion specific parts for I2C and UART communication are implemented. It provides dynamic frame construction, checksum calculation and buffer handling.", + "website": "https://github.com/Sensirion/arduino-core/", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-core.git", + "providesIncludes": [ + "SensirionCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Core-0.6.0.zip", + "archiveFileName": "Sensirion_Core-0.6.0.zip", + "size": 39097, + "checksum": "SHA-256:6713a0d34d691d606009c12c87999ff1c9a01514c7d89c0730b469f83844bc42" + }, + { + "name": "FlashStorage_STM32", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32", + "category": "Data Storage", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32-1.0.0.zip", + "archiveFileName": "FlashStorage_STM32-1.0.0.zip", + "size": 29447, + "checksum": "SHA-256:634d4c627789c6bcadc5c04fccb3324d59df3eba38cba2fadd4488e872a58bac" + }, + { + "name": "FlashStorage_STM32", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32", + "category": "Data Storage", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32-1.0.1.zip", + "archiveFileName": "FlashStorage_STM32-1.0.1.zip", + "size": 30036, + "checksum": "SHA-256:9c30ebd6080d3bd944b5567628580fc8e311f91934d2a77e032093726a555538" + }, + { + "name": "FlashStorage_STM32", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is also supported now.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32", + "category": "Data Storage", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32.git", + "providesIncludes": [ + "FlashStorage_STM32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32-1.1.0.zip", + "archiveFileName": "FlashStorage_STM32-1.1.0.zip", + "size": 92887, + "checksum": "SHA-256:08d174bb6478899657f40ba5e720470df26eac692389038592a8898e7b676b5b" + }, + { + "name": "FlashStorage_STM32", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It is using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0+ is also supported now.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32", + "category": "Data Storage", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32.git", + "providesIncludes": [ + "FlashStorage_STM32.h", + "FlashStorage_STM32.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32-1.2.0.zip", + "archiveFileName": "FlashStorage_STM32-1.2.0.zip", + "size": 138034, + "checksum": "SHA-256:096fd83558e103ff30472e732adb9ae5cb1e783f55e7080ab6547cd81aee416f" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.1.1", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.1.1.zip", + "archiveFileName": "SensorPlot_WebInterface-1.1.1.zip", + "size": 299901, + "checksum": "SHA-256:88494cf79b0a3fdff92cc0144e1a9e8883efec8d9a87b4881f7fdf2904bc32cb" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.1.2", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.1.2.zip", + "archiveFileName": "SensorPlot_WebInterface-1.1.2.zip", + "size": 299953, + "checksum": "SHA-256:b80b2abb684615efc0d8c86c5e60498a15488afa0d2580b380269fe12ba00243" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.0", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.0.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.0.zip", + "size": 303316, + "checksum": "SHA-256:762007ddd389a46b012dc5e0fb4ed0d3d7b57e8e074c9ceb03e896ac7ef9c1b7" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.1", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.1.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.1.zip", + "size": 4815512, + "checksum": "SHA-256:79ca0d4f93923b5a325d19c592f3d2228dfbb8c4f9f695fbe1e65e643c1a4749" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.2", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.2.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.2.zip", + "size": 521528, + "checksum": "SHA-256:aaa517704bf91eca61bcabb8fcbdfad1fd3350ecf62d20c1d7156aee1db532ca" + }, + { + "name": "SensorPlot WebInterface", + "version": "1.2.3", + "author": "Jason Rietzke", + "maintainer": "Jason Rietzke", + "sentence": "WebInterface to display Sensor-Data.", + "paragraph": "This lib uses the ESP8266WebServer to create a WebInterface to display Sensor-Data you track.", + "website": "https://github.com/jason-rietzke/SensorPlot_WebInterface", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jason-rietzke/SensorPlot_WebInterface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jason-rietzke/SensorPlot_WebInterface-1.2.3.zip", + "archiveFileName": "SensorPlot_WebInterface-1.2.3.zip", + "size": 521730, + "checksum": "SHA-256:cf1ae265a61aa778dd29e682c94d7a352e4509437fa8bdfd10a6582329f25a0a" + }, + { + "name": "Simple Web Serial", + "version": "0.1.5", + "author": "Fabian Mohr", + "maintainer": "Fabian Mohr,amazon@fmgrafikdesign.de", + "sentence": "A library to simplify connecting Arduino to your web applications, using the Web Serial API.", + "paragraph": "This library is aimed at web developers interested in connecting their web applications to the physical world, with an Arduino. Listen to and send events in JavaScript fashion, without worrying about parsing incoming serial data.", + "website": "https://app.gitbook.com/@fmgrafikdesign/s/simplewebserial/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fmgrafikdesign/simplewebserial-arduino-library.git", + "dependencies": [ + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fmgrafikdesign/Simple_Web_Serial-0.1.5.zip", + "archiveFileName": "Simple_Web_Serial-0.1.5.zip", + "size": 4323, + "checksum": "SHA-256:e4195d13ae44bddbe3839b9f8fea5ff1819b62a33f8c382dc808adcd37a773bf" + }, + { + "name": "Simple Web Serial", + "version": "1.0.0", + "author": "Fabian Mohr", + "maintainer": "Fabian Mohr,dev@fmgrafikdesign.de", + "sentence": "A library to simplify connecting Arduino to your web applications, using the Web Serial API.", + "paragraph": "This library is aimed at web developers interested in connecting their web applications to the physical world, with an Arduino. Listen to and send events in JavaScript fashion, without worrying about parsing incoming serial data.", + "website": "https://fmgrafikdesign.gitbook.io/simplewebserial/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fmgrafikdesign/simplewebserial-arduino-library.git", + "dependencies": [ + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fmgrafikdesign/Simple_Web_Serial-1.0.0.zip", + "archiveFileName": "Simple_Web_Serial-1.0.0.zip", + "size": 5455, + "checksum": "SHA-256:b9377f3dd12351828f0c9af66c89e3502711d57a44081876073c07a89c4ccc4b" + }, + { + "name": "SPL06-007", + "version": "0.1.0", + "author": "rv701", + "maintainer": "rv701", + "sentence": "SPL06-007 library for Arduino processors", + "paragraph": "Supports SPL06-007 I2C pressure sensor.", + "website": "https://github.com/rv701/SPL06-007", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rv701/SPL06-007.git", + "providesIncludes": [ + "SPL06-007.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rv701/SPL06_007-0.1.0.zip", + "archiveFileName": "SPL06_007-0.1.0.zip", + "size": 2189226, + "checksum": "SHA-256:ab0eaf7751b3dcc8ce48db52ac58b50c11dc9e3f2a8d8b62e4a4864ede1d1753" + }, + { + "name": "Youless Arduino Library", + "version": "1.0.0", + "author": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "maintainer": "Nick van Tholen \u003cn.van.tholen@emit-it.com\u003e", + "sentence": "A library for use with Youless Energy Monitor.", + "paragraph": "This library provides an usefull connection between a development-board and the Youless Energy Monitor. It uses a direct TCP link to the Youless monitor to get the measured data, the library also handles the formating of this data. For more information about this library and documentation check out the github repository.", + "website": "https://github.com/NickvanTholen/Youless-Arduino-lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NickvanTholen/Youless-Arduino-lib.git", + "providesIncludes": [ + "YoulessMonitor.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NickvanTholen/Youless_Arduino_Library-1.0.0.zip", + "archiveFileName": "Youless_Arduino_Library-1.0.0.zip", + "size": 8110, + "checksum": "SHA-256:95200e25a273fdcfa7a0e196c17e7a02ac016d11867d06ed3029339a1449c092" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.0.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": [ + "CAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.0.1.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.0.1.zip", + "size": 33010, + "checksum": "SHA-256:f70befbc8f2922d2e68cc8601f74c6b68a1f94d7aa81dd6d72abd35cc6d2621e" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.0.2", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": [ + "CAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.0.2.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.0.2.zip", + "size": 33021, + "checksum": "SHA-256:107bedceb223817f43752e405d00b805179d6267657f0f61181d48f314037115" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.1.0", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": [ + "CAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.1.0.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.1.0.zip", + "size": 33112, + "checksum": "SHA-256:74cc764186b788a8e821df37ee65a451b65ebd4ee6621d8c753d6de2f507f62d" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.2.0", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": [ + "CAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.2.0.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.2.0.zip", + "size": 33106, + "checksum": "SHA-256:a7ab8589f15e958b3f9561420a1ef8fa5e4da7ad7864e1784bb37ebfd7386130" + }, + { + "name": "CAN Adafruit Fork", + "version": "1.2.1", + "author": "Sandeep Mistry \u003csandeep.mistry@gmail.com\u003e", + "maintainer": "adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "An Arduino library for sending and receiving data using CAN bus.", + "paragraph": "Supports SAME5x series built-in CAN, Microchip MCP2515 based boards/shields and the Espressif ESP32's built-in SJA1000 compatible CAN controller.", + "website": "https://github.com/adafruit/arduino-CAN", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adafruit/arduino-CAN.git", + "providesIncludes": [ + "CAN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/CAN_Adafruit_Fork-1.2.1.zip", + "archiveFileName": "CAN_Adafruit_Fork-1.2.1.zip", + "size": 33111, + "checksum": "SHA-256:76ea12b94fa1f55fc52ba228a5ff3f60036fecef33fc3afa2335a5336a4e9a32" + }, + { + "name": "Serial Data Exporter", + "version": "0.1.0", + "author": "Darash Desai \u003cdarash@lyvewave.com\u003e", + "maintainer": "Darash Desai \u003cdarash@lyvewave.com\u003e", + "sentence": "This library provides a simple way to collect and export data via Serial in various output formats.", + "paragraph": "Currently supported formats include JSON output and output to the Arduino IDE Serial Plotter. Notably, JSON output using this library also enables simple data viewing using the Serial Data Viewer web tool: https://github.com/lyvewave/arduino-serial-data-viewer.", + "website": "https://github.com/lyvewave/arduino-serial-data-exporter", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lyvewave/arduino-serial-data-exporter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lyvewave/Serial_Data_Exporter-0.1.0.zip", + "archiveFileName": "Serial_Data_Exporter-0.1.0.zip", + "size": 7124, + "checksum": "SHA-256:a69fa980be16b07cfea5ed9d88302f72390c8a8119de1ec28a3cee28aaf0d912" + }, + { + "name": "XboxControllerNotificationParser", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It parses value of notification from xbox controller.", + "paragraph": "Support class to use value of controller.", + "website": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxControllerNotificationParser-1.0.0.zip", + "archiveFileName": "XboxControllerNotificationParser-1.0.0.zip", + "size": 7340, + "checksum": "SHA-256:aeee354f970eaa15c44f1b2f0b27ba640c84522b2a7924734c372004f6c50861" + }, + { + "name": "XboxControllerNotificationParser", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It parses value of notification from xbox controller.", + "paragraph": "It supports xbox series S or X controller.", + "website": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxControllerNotificationParser-1.0.1.zip", + "archiveFileName": "XboxControllerNotificationParser-1.0.1.zip", + "size": 7614, + "checksum": "SHA-256:868913d0f47836e0e8f316323b14b99069bae91f2a224c2df9301dfe72bbd630" + }, + { + "name": "XboxControllerNotificationParser", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It parses value of notification from xbox controller.", + "paragraph": "It supports xbox series S or X controller.", + "website": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxControllerNotificationParser-1.0.2.zip", + "archiveFileName": "XboxControllerNotificationParser-1.0.2.zip", + "size": 7614, + "checksum": "SHA-256:fe6106f90131d2cefc8e5c99aebcfa6b71548aeb406c98b51342fdec96a635fa" + }, + { + "name": "XboxControllerNotificationParser", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It parses value of notification from xbox controller.", + "paragraph": "It supports xbox series S or X controller.", + "website": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxControllerNotificationParser-1.0.3.zip", + "archiveFileName": "XboxControllerNotificationParser-1.0.3.zip", + "size": 7659, + "checksum": "SHA-256:9e3b0aa7431a9905e43645019134dc423407035a214ea9881c9c30652ae35a01" + }, + { + "name": "XboxControllerNotificationParser", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It parses value of notification from xbox controller.", + "paragraph": "It supports xbox series S or X controller.", + "website": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxControllerNotificationParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxControllerNotificationParser-1.0.4.zip", + "archiveFileName": "XboxControllerNotificationParser-1.0.4.zip", + "size": 8038, + "checksum": "SHA-256:cbba316e9f3d22d9c49cbb5d72c6f100933427a3cb1ee73834a7810a70f6fed5" + }, + { + "name": "UniversalTimer", + "version": "1.0.0", + "author": "Michael Granz", + "maintainer": "Michael Granz \u003cmichaelgranzDev@gmail.com\u003e", + "sentence": "Easy to use, multifunctional and non-blocking timer.", + "paragraph": "Its based on the arduino millis() function. Supporting repeating and non repeating timer intervals. You can use it to execute code periodically or other timing tasks like timeout, non-blocking delay, debounce buttons or measure time.", + "website": "https://github.com/michaelgranz/UniversalTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michaelgranz/UniversalTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michaelgranz/UniversalTimer-1.0.0.zip", + "archiveFileName": "UniversalTimer-1.0.0.zip", + "size": 15489, + "checksum": "SHA-256:54e9924d1eae89e6ef1f74dbbf174813e4460c7701e2ebbbe629985c8e7f6153" + }, + { + "name": "Harvard_TinyMLx", + "version": "0.0.1-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": [ + "TinyMLShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-0.0.1-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-0.0.1-Alpha.zip", + "size": 43156, + "checksum": "SHA-256:e890f07898e545a4a4eb82b804b834de59c7396c238163fe126e6a7f4d1733fa" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.0.0-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite version 2.4.0-Alpha Arduino examples.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": [ + "TinyMLShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.0.0-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.0.0-Alpha.zip", + "size": 1028135, + "checksum": "SHA-256:e2b872f51c653ee625cc5cfa2cd8c8f9e0aa8b5d0e60c63836be3674a2dd12de" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.0.1-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite version 2.4.0-Alpha Arduino examples.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": [ + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": [ + "TinyMLShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.0.1-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.0.1-Alpha.zip", + "size": 1026780, + "checksum": "SHA-256:375c7230a13305add0dc8d67160f3177733d991e1a5582a27c6106c890f52ab8" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.1.0-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite version 2.4.0-Alpha Arduino examples.", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": [ + "TinyMLShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.1.0-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.1.0-Alpha.zip", + "size": 1026784, + "checksum": "SHA-256:17570a6f95cad9ae8ccd0760e656a560b00894817a224fae5df4f7c9f6454ae6" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.2.1-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite version 2.4.0-Alpha", + "website": "http://www.tinymlx.org", + "category": "Sensors", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": [ + "TinyMLShield.h", + "TensorFlowLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.2.1-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.2.1-Alpha.zip", + "size": 9807486, + "checksum": "SHA-256:5f126f49983a818b495e1f5657d23bc9c65a7c7de719eb7e410064f86e005c28" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.2.2-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite library version 2.4.0-Alpha", + "website": "http://www.tinymledu.org", + "category": "Sensors", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": [ + "TinyMLShield.h", + "TensorFlowLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.2.2-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.2.2-Alpha.zip", + "size": 9807485, + "checksum": "SHA-256:4f06f766b06192841170031f725f9e3ec1cd515051cf47fe6d6f70fd121a8938" + }, + { + "name": "Harvard_TinyMLx", + "version": "1.2.3-Alpha", + "author": "TinyMLx Authors", + "maintainer": "Brian Plancher \u003cbrian.plancher@gmail.com\u003e", + "sentence": "Supports the TinyML edX Course and TinyML Shield.", + "paragraph": "This library supports the TinyML Shield and provides examples that suppor the TinyML edX course. The examples work best with the Arduino Nano 33 BLE Sense board and the Tiny Machine Learning Kit from Arduino. It also includes a modified version of the Arduino_OV767X library version 0.0.2 and a fork of the TensorFlow_Lite library version 2.4.0-Alpha", + "website": "http://www.tinymledu.org", + "category": "Sensors", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tinyMLx/arduino-library.git", + "providesIncludes": [ + "TinyMLShield.h", + "TensorFlowLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tinyMLx/Harvard_TinyMLx-1.2.3-Alpha.zip", + "archiveFileName": "Harvard_TinyMLx-1.2.3-Alpha.zip", + "size": 9807503, + "checksum": "SHA-256:767f70fb4c20e5bc035fd846ad2a332cf8b821036a0e0de1732b47188ed84535" + }, + { + "name": "ESP8266RTTTLPlus", + "version": "0.1.2", + "author": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "maintainer": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "license": "GPL3", + "sentence": "An RTTTL parsing and playing library.", + "paragraph": "This library is aimed at ESP8266-based boards, and uses PWM to create the tones with volume control. It may well work on other Arduino-esque microcontrollers. It interprets the RTTTL specification somewhat freely, adding some new features, but maintaining compatibility with standard RTTTL.", + "website": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/StarsoftAnalysis/ESP8266RTTTLPlus-0.1.2.zip", + "archiveFileName": "ESP8266RTTTLPlus-0.1.2.zip", + "size": 20263, + "checksum": "SHA-256:e4b41645775088e3f225be7489d29ba0f660b09b437634d87a72080b5ff05c58" + }, + { + "name": "ESP8266RTTTLPlus", + "version": "0.1.3", + "author": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "maintainer": "Chris Dennis \u003cchris@starsoftanalysis.co.uk\u003e", + "license": "GPL3", + "sentence": "An RTTTL parsing and playing library.", + "paragraph": "This library is aimed at ESP8266-based boards, and uses PWM to create the tones with volume control. It may well work on other Arduino-esque microcontrollers. It interprets the RTTTL specification somewhat freely, adding some new features, but maintaining compatibility with standard RTTTL.", + "website": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StarsoftAnalysis/ESP8266RTTTLPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/StarsoftAnalysis/ESP8266RTTTLPlus-0.1.3.zip", + "archiveFileName": "ESP8266RTTTLPlus-0.1.3.zip", + "size": 25524, + "checksum": "SHA-256:1e984c174254adebfcc813a04dca521fa054f077f747efd024905f6e8b19d046" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.4.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.4.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.4.0.zip", + "size": 5716622, + "checksum": "SHA-256:e246777f243c1d18c19c6a3a0abb8c40938b6c903dce2739cd1d1ec192e6f4ec" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.4.1", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.4.1.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.4.1.zip", + "size": 5716649, + "checksum": "SHA-256:964d3d37c9f52230a18c7539b32027197ef87be943ca83cddd468e8277164c45" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.4.2", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.4.2.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.4.2.zip", + "size": 5716698, + "checksum": "SHA-256:42701b1b39bbc5e8a88be272b3654bc2e5bc00e62448ab40f5f7f4f9b72d7fc1" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.5.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience apps.", + "website": "https://developer.sensirion.com", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.5.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.5.0.zip", + "size": 5716746, + "checksum": "SHA-256:c980d2f2331960ffe8a730b022339e3992bd37abfa8524517f49da16f62015c6" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.9.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.9.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.9.0.zip", + "size": 8845377, + "checksum": "SHA-256:020b8e07dec7d67ddccb0322773c2b2d0e5365d9e6424b1b95d493d451d4aa66" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.10.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.10.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.10.0.zip", + "size": 8845800, + "checksum": "SHA-256:53b72d7b9610207e5f806f983c301fdcd492a910083c9b90fdabd7f83ece55b7" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.11.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.11.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.11.0.zip", + "size": 8845877, + "checksum": "SHA-256:187836df1e5884d980ea5712f72dc77571e885ce951e4fadebc94d408a76758d" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.12.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.12.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.12.0.zip", + "size": 8846068, + "checksum": "SHA-256:30fa83005e34bc3ab1c54af320cad86c95c3672540c52092341d29b8db57b532" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.13.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.13.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.13.0.zip", + "size": 9556257, + "checksum": "SHA-256:c28e6e5bcbea9be87bd4a03a9232f5be82d42171ee1bb5bc29febd868fb3282b" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "0.14.0", + "author": "Bjoern Muntwyler", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-0.14.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-0.14.0.zip", + "size": 9560072, + "checksum": "SHA-256:b50ce04d105a636bb838cb518a4e3b5a56c7801e3a2e3a542f2c2fed24b63d4f" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "1.0.0", + "author": "Bjoern Muntwyler, Jonas Stolle", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-1.0.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-1.0.0.zip", + "size": 9587917, + "checksum": "SHA-256:1323eda93524c79284223167516b2c32d63c55884142e07ddeb6ba2edfc16e47" + }, + { + "name": "Sensirion Gadget BLE Arduino Lib", + "version": "1.2.0", + "author": "Bjoern Muntwyler, Jonas Stolle", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for BLE communication between BLE Gadgets and the MyAmbience app.", + "paragraph": "Examples to build various BLE Gadgets using Sensirion sensors and the ESP32 platform are provided.", + "website": "https://github.com/Sensirion/arduino-ble-gadget", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-ble-gadget.git", + "providesIncludes": [ + "Sensirion_Gadget_BLE.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "Sensirion_UPT_Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_Gadget_BLE_Arduino_Lib-1.2.0.zip", + "archiveFileName": "Sensirion_Gadget_BLE_Arduino_Lib-1.2.0.zip", + "size": 10260093, + "checksum": "SHA-256:ec3666feb18182e968c7311b1b608be6c3cad4fc59ca85560408cdca5b9cfb16" + }, + { + "name": "Letters and Numbers Seven Segment Display Library", + "version": "1.0.0", + "author": "Ali Kabeel (ali.kabeel@gmail.com)", + "maintainer": "Ali Kabeel (ali.kabeel@gmail.com)", + "sentence": "Arduino library for displaying letters and numbers on 7-segment display.", + "paragraph": "The library supports both anode and cathode displays and using the library you can display letters (A-Z) \u0026 numbers (0-9).", + "website": "https://github.com/alikabeel/Letters-and-Numbers-Seven-Segment-Display-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alikabeel/Letters-and-Numbers-Seven-Segment-Display-Library.git", + "providesIncludes": [ + "SevenSegmentDisplay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alikabeel/Letters_and_Numbers_Seven_Segment_Display_Library-1.0.0.zip", + "archiveFileName": "Letters_and_Numbers_Seven_Segment_Display_Library-1.0.0.zip", + "size": 3347, + "checksum": "SHA-256:135e8116464d7127f42027416fb0b3154b9ec790771ba019a5cb1da5a508a87f" + }, + { + "name": "ESPCanary", + "version": "1.0.3", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-1.0.3.zip", + "archiveFileName": "ESPCanary-1.0.3.zip", + "size": 22052, + "checksum": "SHA-256:5e8637ecc8ec703ca48de7393372f66072394efa0388e8fe778e8357c655dee7" + }, + { + "name": "ESPCanary", + "version": "2.0.0", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.0.0.zip", + "archiveFileName": "ESPCanary-2.0.0.zip", + "size": 22731, + "checksum": "SHA-256:ff2359681147ee4fc432d7f8b4b83f908ba2b4236c8f10b8c7bec94f50137696" + }, + { + "name": "ESPCanary", + "version": "2.0.1", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.0.1.zip", + "archiveFileName": "ESPCanary-2.0.1.zip", + "size": 22728, + "checksum": "SHA-256:2ca90b55a6faae6d0f736f24c05cec6f05358e0d95c78cf6fa2f76d816d93daf" + }, + { + "name": "ESPCanary", + "version": "2.0.2", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "This library turns the device into an FTP server that fires off an alert any time it is accessed.", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.0.2.zip", + "archiveFileName": "ESPCanary-2.0.2.zip", + "size": 22828, + "checksum": "SHA-256:87d326cf901c8f21b121a24f84d6fe7614d96f0bedfbeca77583a56467b0c59e" + }, + { + "name": "ESPCanary", + "version": "2.0.4", + "author": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "This library turns the device into an FTP server that fires off an alert any time it is accessed.", + "website": "https://github.com/mudmin/ESPCanary", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.0.4.zip", + "archiveFileName": "ESPCanary-2.0.4.zip", + "size": 22838, + "checksum": "SHA-256:395535481abda4dc5d58a1f47a1dfe181cc0ca62679d89d49de779a1af803bea" + }, + { + "name": "ESPCanary", + "version": "2.1.0", + "author": "Dan Hoover", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "This library turns the device into an FTP server that fires off an alert any time it is accessed.", + "website": "https://github.com/mudmin/ESPCanary/", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.1.0.zip", + "archiveFileName": "ESPCanary-2.1.0.zip", + "size": 22838, + "checksum": "SHA-256:505373e39bcc35da09017049b90b2f585f53839de69a3ade063e0135c49dce2c" + }, + { + "name": "ESPCanary", + "version": "2.1.1", + "author": "Dan Hoover", + "maintainer": "Dan Hoover \u003cuserspicephp@gmail.com\u003e", + "sentence": "Create an ESP32 or ESP8266 OpenCanary Honeypot", + "paragraph": "This library turns the device into an FTP server that fires off an alert any time it is accessed.", + "website": "https://github.com/mudmin/ESPCanary/", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mudmin/ESPCanary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mudmin/ESPCanary-2.1.1.zip", + "archiveFileName": "ESPCanary-2.1.1.zip", + "size": 22838, + "checksum": "SHA-256:73d8f82f88a3f7caebe5bd79e7041d87a1f5193f9e5ac9ca896ad9e00412b125" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-0.1.0.zip", + "archiveFileName": "Arduino_Portenta_OTA-0.1.0.zip", + "size": 188726, + "checksum": "SHA-256:544a1b4056e31e58d782f97ee9c4896128d96a13142d2f8497e60088acb31d08" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "0.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-0.2.0.zip", + "archiveFileName": "Arduino_Portenta_OTA-0.2.0.zip", + "size": 189019, + "checksum": "SHA-256:e6bc90eff0c530ac7145f3c6937905f9faeaf1735fca2cc2fe88f39aabb0671e" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.0.0.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.0.0.zip", + "size": 187371, + "checksum": "SHA-256:aa5bb6909d9b5e2b943d250ab629a55eb3ee1b279235303a1524997e95e213a4" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.0.1.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.0.1.zip", + "size": 187689, + "checksum": "SHA-256:a3da12ed45b862891d03cbbcc687fa6213ad405e4e05a5927a6869a6af29505a" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.0.2.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.0.2.zip", + "size": 187787, + "checksum": "SHA-256:48631120e7040be2f6f7c66d5f9054d26a0c7a2d54983c5d5dfd5df60dbb3aee" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.0.3.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.0.3.zip", + "size": 188770, + "checksum": "SHA-256:e970a6d3e61f0da2c7aad2b978d93f229a7cfbc9f6bcb521fe9363e7429465e1" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.1.0.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.1.0.zip", + "size": 189047, + "checksum": "SHA-256:4029ede6a4dda97ee88c83e2575db3585c5fccf1a656254a6606b1ddc02cb0fe" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.1.1.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.1.1.zip", + "size": 190942, + "checksum": "SHA-256:9c8f6b56d9a2a321199db9a38ebfbbbbda8e4f1e57ddc8aeaa75d7e2a80d77ca" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.1.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_opta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.1.2.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.1.2.zip", + "size": 190944, + "checksum": "SHA-256:d9dd41c84b264e2201f437e57aaf127cf82ee6c7a313cbbf763621275a186605" + }, + { + "name": "Arduino_Portenta_OTA", + "version": "1.1.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for the Portenta H7.", + "paragraph": "This library allows performing a firmware update on the Arduino Portenta H7. The firmware can be stored in various different locations such as within the microcontroller's flash, on an external SD card or on the QSPI flash chip.", + "website": "https://github.com/arduino-libraries/Arduino_Portenta_OTA", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Portenta_OTA.git", + "providesIncludes": [ + "Arduino_Portenta_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Portenta_OTA-1.1.3.zip", + "archiveFileName": "Arduino_Portenta_OTA-1.1.3.zip", + "size": 191052, + "checksum": "SHA-256:14d4f2c94a95c98f53de05db20d7b823e3e94117bfa999b9e03e01f05a2f820c" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.0", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": [ + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.0.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.0.zip", + "size": 18744, + "checksum": "SHA-256:3e62011b971b9acadff2c8ac83e7855b11081564dea7086558af6a2d17c28579" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.2", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.2.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.2.zip", + "size": 19547, + "checksum": "SHA-256:c7f156b34008a6e45971171a098f9cb4508cae76e6693fe55cea49614f086954" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.3", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.3.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.3.zip", + "size": 19822, + "checksum": "SHA-256:b55630dc6ab08c6f253788e337584a59b01a61fc5f073d68453d411d7e21d302" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.4", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.4.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.4.zip", + "size": 23962, + "checksum": "SHA-256:9bafa8100754efe249dbb48077dc7f3713cd9c6208fa5294a785ac293ec4cc9c" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.5", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://www.arduino.cc/pro/tutorials/portenta-h7", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.5.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.5.zip", + "size": 23428, + "checksum": "SHA-256:829fed6081ba9b8843df487d5e92d8922d4d93f77ac7d96b7ec04d2ccb880906" + }, + { + "name": "Arduino_Pro_Tutorials", + "version": "1.0.6", + "author": "Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "This library contains the complete Arduino sketches from the Pro Tutorials.", + "paragraph": "Instructions on how to use these sketches can be found on the Arduino Pro website under Documentation-\u003eTutorials.", + "website": "https://docs.arduino.cc/#pro-family", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_edge" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Pro_Tutorials.git", + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Pro_Tutorials-1.0.6.zip", + "archiveFileName": "Arduino_Pro_Tutorials-1.0.6.zip", + "size": 23844, + "checksum": "SHA-256:109a2f6dd4184aa13df05b5bb143752623e41062c5d85ef946d72f7e5a5b7ada" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32/ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32/ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.0.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.0.0.zip", + "size": 190670, + "checksum": "SHA-256:7b08c8db9ca42733fc8df3bceff204c83a75cec75bc11e3cf25ee31b8e1f76f7" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.1.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.1.0.zip", + "size": 352268, + "checksum": "SHA-256:91a271320450dd4123a8840cca88217a1364bb3f731dd3134c2be3acbf7aaa9c" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.2.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.2.0.zip", + "size": 355304, + "checksum": "SHA-256:1ad8bd0077c92c40eb03225eb6f079ecd2e0415a37c9d3c8b5973216c06ca4c5" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.3.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.3.0.zip", + "size": 347694, + "checksum": "SHA-256:f78b7796a919969ac083b2a70825cc4e61fe3ed133dd7468179eb77c79c88119" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.4.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.4.0.zip", + "size": 421894, + "checksum": "SHA-256:8dae35479c3446c88b3e696465ae24f2327f1f1ba0c2e6987bb72e90b167ae9f" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.5.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.5.0.zip", + "size": 457183, + "checksum": "SHA-256:17c23aee63c55d94c97bf2c36378ebbe4f85ff41eb89e275c6206c9d993ac71c" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.5.1.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.5.1.zip", + "size": 238214, + "checksum": "SHA-256:a647df8035f20334b89a023f68dd5d810f718307e95fa083d320aa7ae74ed46b" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.6.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.6.0.zip", + "size": 238825, + "checksum": "SHA-256:2a39f0db0248f378a4a7d41877067e144a2e1e48ef218c775c18f4ffd5dfc52d" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.7.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.7.0.zip", + "size": 240980, + "checksum": "SHA-256:dafaa6f38324f646172f6336cbce048f302047077fbc00ff3786cc553cdbd562" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.8.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.8.0.zip", + "size": 241587, + "checksum": "SHA-256:fc98da275896ed1310c2ad8178d2243a06d0bde822398f352009c3fbb3249ee7" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.8.1.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.8.1.zip", + "size": 242089, + "checksum": "SHA-256:c553fb85e24d21d04a2999cdc5cd01cd544e706609ef967d7eee5644aa6a47fa" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.8.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.8.2.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.8.2.zip", + "size": 240977, + "checksum": "SHA-256:3bbd944a32377ccc77c86c82dea83f2f72178f14b1023118b6caed1c87358f64" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.9.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.9.0.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.9.0.zip", + "size": 242179, + "checksum": "SHA-256:df60e20ed37dec7a66e89a6f9c88a10dd9cf0ce9cbf39c68b24601c282cd7da7" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.9.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.9.1.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.9.1.zip", + "size": 246736, + "checksum": "SHA-256:c32201b0ca1d19632719f2b4a3a1df9bb4026dfee7d0839d7f236d4bccd2537c" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.10.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.10.1.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.10.1.zip", + "size": 247718, + "checksum": "SHA-256:0d161968a6bc78bc87b0f5fbb7f1a25b758b215bc71fea235402f4e2c45a331d" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.10.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.10.2.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.10.2.zip", + "size": 247897, + "checksum": "SHA-256:7de068e2bf3d2d8ec3b6195eabcc2597f64819f4b50b057be491217991f05e0b" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.10.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.10.3.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.10.3.zip", + "size": 248109, + "checksum": "SHA-256:d837c976d4e0d23e51a086b4ea7b3f40c03fdfcf774a2a52c979006bbce2b213" + }, + { + "name": "ESPAsync_WiFiManager_Lite", + "version": "1.10.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Async WiFiManager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite.git", + "providesIncludes": [ + "ESPAsync_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager_Lite-1.10.5.zip", + "archiveFileName": "ESPAsync_WiFiManager_Lite-1.10.5.zip", + "size": 248722, + "checksum": "SHA-256:08ba0a471aeba591d6f280a190a03f7475a3763c935d3f5d55985d801395c95a" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32/ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32/ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.0.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.0.0.zip", + "size": 189081, + "checksum": "SHA-256:82dd61cd34bd3668a9a28a5e7889b038c25d2f8ac82d44d5979df9b8d84cff50" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32/ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.1.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.1.0.zip", + "size": 349450, + "checksum": "SHA-256:bbefbc981cc3137edf60f47ba1931b89413427a26e81e91d38720ff2bcc23837" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.2.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.2.0.zip", + "size": 352456, + "checksum": "SHA-256:1dbb4036954fa0fa1d922761201e4d972dec1d1cb00749fd62fe036292c60cd7" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.3.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.3.0.zip", + "size": 343047, + "checksum": "SHA-256:1099b9c0b7c0038d877896494104815d1e981d44072d6586ee88e14a16f4e504" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.4.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.4.0.zip", + "size": 411531, + "checksum": "SHA-256:7f48eae2263c7f378f4e7882e5152542bed1244c67d0e3b39130befc2b9e5b48" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.5.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.5.0.zip", + "size": 446743, + "checksum": "SHA-256:a660c97e6ca386a69f0b4b8d746bb944d5ce66e09389fe1021ea5813693861b1" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.5.1.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.5.1.zip", + "size": 228478, + "checksum": "SHA-256:0e5222010afe442d76cd5c14255416dea9810624242aabe1e36897d9e8888075" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.6.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.6.0.zip", + "size": 229042, + "checksum": "SHA-256:6bc384a382fcb72e2eb60e33bf5564c6dd557571d5eeace7462bc60a69203cff" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.7.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.7.0.zip", + "size": 231182, + "checksum": "SHA-256:85bc36b25943a3c1a712f45917ec1c5c54f8f35e813769bc8dde03abce9943ee" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.8.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.8.0.zip", + "size": 231837, + "checksum": "SHA-256:4a503d21439318917f6f462c56509602066d147063300255ab0476df538994ad" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.8.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.8.1.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.8.1.zip", + "size": 232323, + "checksum": "SHA-256:44864d888475fd9323466bac3f820eb34a1121b9a415f9d7e3471c5b23c011e1" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.8.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.8.2.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.8.2.zip", + "size": 233294, + "checksum": "SHA-256:5b3bb2a9e1b1100e5cc70920c7ab0e52c3c58d1dae42cf9e70efa0598b849818" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.9.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.9.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.9.0.zip", + "size": 232285, + "checksum": "SHA-256:f922a32f8f350dc3b613c22c95bc20b462a13dab7230fe790ae54782d7e39a53" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.10.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.10.0.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.10.0.zip", + "size": 234138, + "checksum": "SHA-256:d9afbbdb3f89ac2f74e00130dd8a3e824d943213354bb2f2bb3de62bed58bf46" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.10.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.10.1.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.10.1.zip", + "size": 234434, + "checksum": "SHA-256:31a1164a304ca304b8ca556f9e98ef3ba8c961242a986092fd946376a5c9419e" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.10.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.10.2.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.10.2.zip", + "size": 234605, + "checksum": "SHA-256:72f0d41c2e168e89c337c53f82aa809344c393a78441887d2a2457ac3e80bb3e" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.10.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.10.3.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.10.3.zip", + "size": 234809, + "checksum": "SHA-256:656eaf61b9f606bc044bc259f35396a72e5f7b478890ee55aba16ce58411d019" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.10.4", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.10.4.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.10.4.zip", + "size": 234964, + "checksum": "SHA-256:74afaf673b0bbe0807e9854ce14f02823f1d79124d5fbae68285f1f17d00ee08" + }, + { + "name": "ESP_WiFiManager_Lite", + "version": "1.10.5", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP_WiFiManager_Lite", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP_WiFiManager_Lite.git", + "providesIncludes": [ + "ESP_WiFiManager_Lite.h" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "ESP_MultiResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager_Lite-1.10.5.zip", + "archiveFileName": "ESP_WiFiManager_Lite-1.10.5.zip", + "size": 235354, + "checksum": "SHA-256:2253a9aafd8643723d35c72e1cfed8551d252a3f4f5751e756e23a2b13c3fb9d" + }, + { + "name": "VEML6040", + "version": "0.3.0", + "author": "thewknd \u003chbx3485@gmail.com\u003e", + "maintainer": "thewknd \u003chbx3485@gmail.com\u003e", + "sentence": "A library for Vishay's VEML6040 RGBW Color Sensor", + "paragraph": "A library for Vishay's VEML6040 RGBW Color Sensor", + "website": "https://github.com/thewknd/VEML6040", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thewknd/VEML6040.git", + "providesIncludes": [ + "veml6040.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thewknd/VEML6040-0.3.0.zip", + "archiveFileName": "VEML6040-0.3.0.zip", + "size": 868833, + "checksum": "SHA-256:4e752d6b249d600b7e82e20b9f636e71f32773818092553a834be1a8fce01df0" + }, + { + "name": "VEML6040", + "version": "0.3.1", + "author": "thewknd \u003chbx3485@gmail.com\u003e", + "maintainer": "thewknd \u003chbx3485@gmail.com\u003e", + "sentence": "A library for Vishay's VEML6040 RGBW Color Sensor", + "paragraph": "A library for Vishay's VEML6040 RGBW Color Sensor", + "website": "https://github.com/thewknd/VEML6040", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thewknd/VEML6040.git", + "providesIncludes": [ + "veml6040.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thewknd/VEML6040-0.3.1.zip", + "archiveFileName": "VEML6040-0.3.1.zip", + "size": 869277, + "checksum": "SHA-256:22401f3e22bd4c91dc7b15e61dfbefb79986662f95f9b276c6c677cd08ab6507" + }, + { + "name": "VEML6040", + "version": "0.3.2", + "author": "thewknd \u003chbx3485@gmail.com\u003e", + "maintainer": "thewknd \u003chbx3485@gmail.com\u003e", + "sentence": "A library for Vishay's VEML6040 RGBW Color Sensor", + "paragraph": "A library for Vishay's VEML6040 RGBW Color Sensor", + "website": "https://github.com/thewknd/VEML6040", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thewknd/VEML6040.git", + "providesIncludes": [ + "veml6040.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thewknd/VEML6040-0.3.2.zip", + "archiveFileName": "VEML6040-0.3.2.zip", + "size": 869258, + "checksum": "SHA-256:9f3ad911b9798f509a1bcf1500c17e4ce65f533fdaa55d1b123ee7568229fd3e" + }, + { + "name": "MAX30100_milan", + "version": "1.3.0", + "author": "OXullo Intersecans \u003cx@brainrapers.org\u003e", + "maintainer": "Gabriel Gazola Milan \u003cgabriel.gazola@poli.ufrj.br\u003e", + "sentence": "Based on MAX30100lib, it's a library for Maxim-IC MAX30100 heart-rate sensor driver and pulse-oximetry components with slightly modifications.", + "paragraph": "This library exposes most of the features of the MAX30100 and offers a modular approach to calculate pulse rate and SpO2", + "website": "https://github.com/gabriel-milan/Arduino-MAX30100", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gabriel-milan/Arduino-MAX30100.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gabriel-milan/MAX30100_milan-1.3.0.zip", + "archiveFileName": "MAX30100_milan-1.3.0.zip", + "size": 353417, + "checksum": "SHA-256:9e5ebec7ae76928da17eb08a412176d7aedcd99b73fd91061c5a3d07344962da" + }, + { + "name": "BlockNot", + "version": "1.5.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.5.1.zip", + "archiveFileName": "BlockNot-1.5.1.zip", + "size": 9691, + "checksum": "SHA-256:407bca2e0d7fad34a98d04a345c70cfbb808650ac3967a95cf90381f7d93e2e3" + }, + { + "name": "BlockNot", + "version": "1.6.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.1.zip", + "archiveFileName": "BlockNot-1.6.1.zip", + "size": 11440, + "checksum": "SHA-256:ba909943cbf42833abc9fda9d25ddfae92915bd1824c8edf2b842b825cc8bca1" + }, + { + "name": "BlockNot", + "version": "1.6.2", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.2.zip", + "archiveFileName": "BlockNot-1.6.2.zip", + "size": 11453, + "checksum": "SHA-256:71a769b781413fda3a3267d84f29518e75e218dbe4953057f6560192d6ffb0d7" + }, + { + "name": "BlockNot", + "version": "1.6.3", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "BlockNot also uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient timer functionality, but most of all ... it gets you away from blocking methods - like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the abilty to branch your code methods using many different refrences to time. Check out the documentation on git, click on More Info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.3.zip", + "archiveFileName": "BlockNot-1.6.3.zip", + "size": 11454, + "checksum": "SHA-256:9141c81094860a60fc8ee5000e49a391429f2e71103b279892ddadbd901ce2f5" + }, + { + "name": "BlockNot", + "version": "1.6.4", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.4.zip", + "archiveFileName": "BlockNot-1.6.4.zip", + "size": 12236, + "checksum": "SHA-256:54b4ee8b3bfe045080bcc3205335a6c2b0533470aa6338580583b4d05ded8096" + }, + { + "name": "BlockNot", + "version": "1.6.5", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.5.zip", + "archiveFileName": "BlockNot-1.6.5.zip", + "size": 12249, + "checksum": "SHA-256:8d54f96b56ec026985e9d961d2c60297f9331fd2f732f70c96ce272455b7e03b" + }, + { + "name": "BlockNot", + "version": "1.6.6", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eAdded resetAllTimers()\u003c/b\u003e thanks to the efforts of @bizprof\u003cBR\u003e\u003cBR\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.6.zip", + "archiveFileName": "BlockNot-1.6.6.zip", + "size": 14427, + "checksum": "SHA-256:9232781bf6ec496138a20aae25db212df78ff94e247b1f100989fddfafabaf5a" + }, + { + "name": "BlockNot", + "version": "1.6.7", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003e1.6.7 - Fixed bug where calling the library with just the time alone would not compile\u003c/b\u003e - it works now\u003cBR\u003e\u003cBR\u003e\u003cb\u003eAdded resetAllTimers()\u003c/b\u003e thanks to the efforts of @bizprof\u003cBR\u003e\u003cBR\u003e\u003cb\u003eAdded SECONDS timer ability\u003c/b\u003e - \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.6.7.zip", + "archiveFileName": "BlockNot-1.6.7.zip", + "size": 14706, + "checksum": "SHA-256:0fd5d3bb6b0cb0ba4aa633cbcab310d340e43fe7ba2af81bd5597128ecc8583c" + }, + { + "name": "BlockNot", + "version": "1.7.0", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003e1.7.0 - Major rewrite with bug fixes\u003c/b\u003e \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eClick here\u003c/a\u003e then scroll to the end of the document for detailed info.\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.0.zip", + "archiveFileName": "BlockNot-1.7.0.zip", + "size": 16023, + "checksum": "SHA-256:5a2d20c2e867e1ca3005a3b1fd5737f0a9e73261b92ffef297a82d4704a99bae" + }, + { + "name": "BlockNot", + "version": "1.7.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.1.zip", + "archiveFileName": "BlockNot-1.7.1.zip", + "size": 16042, + "checksum": "SHA-256:ede666f5c29a5e72006055834c9e9475d1faf113080c7e38ffe63aa6c717cfcc" + }, + { + "name": "BlockNot", + "version": "1.7.2", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "See end of README.md for version update notes!\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.2.zip", + "archiveFileName": "BlockNot-1.7.2.zip", + "size": 16925, + "checksum": "SHA-256:170dbe3c70cf165583e74c250968e94c6bac74b94b156014afaabe9e0b7a7e3d" + }, + { + "name": "BlockNot", + "version": "1.7.3", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "See end of README.md for version update notes!\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.3.zip", + "archiveFileName": "BlockNot-1.7.3.zip", + "size": 17019, + "checksum": "SHA-256:ae06c80817ee1193582510f6f90f7e140f3574c0bdf09381cde881e3eff632cf" + }, + { + "name": "BlockNot", + "version": "1.7.4", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "See end of README.md for version update notes!\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.7.4.zip", + "archiveFileName": "BlockNot-1.7.4.zip", + "size": 17694, + "checksum": "SHA-256:1b8bb4fca94f45c9469250fe596502fb69a4efe448fe618715ac8e3c5d096f51" + }, + { + "name": "BlockNot", + "version": "1.8.0", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "See end of README.md for version update notes!\u003cbr/\u003e\u003cbr/\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.8.0.zip", + "archiveFileName": "BlockNot-1.8.0.zip", + "size": 18404, + "checksum": "SHA-256:e1bd8285f824147601769d4e369af34f814117c6dee77bf951c3d8396e409b50" + }, + { + "name": "BlockNot", + "version": "1.8.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "*** BlockNot has been re-structured and re-written from the ground up so that it now adheres to C++ standards utilizing header and code files and eliminating One Definition Rule violations. The README file has also been re-structured with about 30% of it being re-written. It is worth taking a look at it to see what has changed and to see what is new. \u003cbr\u003e\u003cbr\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.8.1.zip", + "archiveFileName": "BlockNot-1.8.1.zip", + "size": 22790, + "checksum": "SHA-256:03401ff9977020bbc08507738747270884f7e32f7041d46cde18d3d48ab1adc6" + }, + { + "name": "BlockNot", + "version": "1.8.2", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr\u003e\u003cbr\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.8.2.zip", + "archiveFileName": "BlockNot-1.8.2.zip", + "size": 23700, + "checksum": "SHA-256:5f46c13dc1c12a1c6298489bdb28fda0d8868c41b956e01639e57972d4ec4f8f" + }, + { + "name": "BlockNot", + "version": "1.8.3", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr\u003e\u003cbr\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.8.3.zip", + "archiveFileName": "BlockNot-1.8.3.zip", + "size": 23707, + "checksum": "SHA-256:fd4c764045f14b8e9a62a174f661a0f264e6578f1779b95710b177938d96cb99" + }, + { + "name": "BlockNot", + "version": "1.8.4", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr\u003e\u003cbr\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.8.4.zip", + "archiveFileName": "BlockNot-1.8.4.zip", + "size": 23766, + "checksum": "SHA-256:627888f4903e8c35f3f06c593cc61c770bff096daa6116d253953725ce567e62" + }, + { + "name": "BlockNot", + "version": "1.8.5", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot is a library that creates non-blocking timers with simplicity.", + "paragraph": "\u003cbr\u003e\u003cbr\u003eBlockNot uses \u003cb\u003ecommon sense terms\u003c/b\u003e which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code.\u003cbr/\u003e\u003cbr/\u003eNon-Blocking is the proper way to implement timing events in Arduino code and \u003cb\u003eBlockNot\u003c/b\u003e makes it easy while also offering the ability to branch your code using many different references to time.\u003cbr/\u003e\u003cbr/\u003eCheck out the \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003edocumentation\u003c/a\u003e on git to see just how easy it is to add non-blocking timers to your code.\u003cbr/\u003e\u003cbr/\u003eFor specific information on version updates, view the readme \u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eby clicking here\u003c/a\u003e then scroll to the end of the document.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-1.8.5.zip", + "archiveFileName": "BlockNot-1.8.5.zip", + "size": 280147, + "checksum": "SHA-256:40428ae77f995b6907f04a66f0059c0a5bc15cb776118f32c8959c6fb91db40c" + }, + { + "name": "BlockNot", + "version": "2.0.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "NOW DOES MICROSECONDS! \\n\\nBlockNot uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. \\n\\nNon-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. \\n\\nCheck out the documentation, Click on More info", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.0.1.zip", + "archiveFileName": "BlockNot-2.0.1.zip", + "size": 282542, + "checksum": "SHA-256:7f5abe4e5a97d9a184c8d9e310b67139a89bf5ab82512fb4882a3d05e27628d6" + }, + { + "name": "BlockNot", + "version": "2.0.2", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "NOW DOES MICROSECONDS! BlockNot uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.0.2.zip", + "archiveFileName": "BlockNot-2.0.2.zip", + "size": 282670, + "checksum": "SHA-256:f530d35b1a49aa297b464c8f60be55da0d2577c9691fd55b9ba4435bab6d69d1" + }, + { + "name": "BlockNot", + "version": "2.0.3", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "NOW DOES MICROSECONDS! BlockNot uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.0.3.zip", + "archiveFileName": "BlockNot-2.0.3.zip", + "size": 284407, + "checksum": "SHA-256:61fc2f355897000ea82f2819abfd64ff32e72c4d8b6f8226778bcf863063a796" + }, + { + "name": "BlockNot", + "version": "2.0.4", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "NOW DOES MICROSECONDS! BlockNot uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.0.4.zip", + "archiveFileName": "BlockNot-2.0.4.zip", + "size": 285713, + "checksum": "SHA-256:15ab9c4ecaa5ce2a48bb2a166a13e07a3cc4cd3b51a41411d207e9b9aaa593bf" + }, + { + "name": "BlockNot", + "version": "2.0.5", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "NOW DOES MICROSECONDS! BlockNot uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.0.5.zip", + "archiveFileName": "BlockNot-2.0.5.zip", + "size": 286648, + "checksum": "SHA-256:5077a89ee4f61c818a22c4feed6b038d2258caeaedcd9d1bca95e1f4821e6145" + }, + { + "name": "BlockNot", + "version": "2.0.6", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "NOW DOES MICROSECONDS! BlockNot uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.0.6.zip", + "archiveFileName": "BlockNot-2.0.6.zip", + "size": 287446, + "checksum": "SHA-256:ec2bb5e7588e5fa2b1c63a89394e26763205ca2c7123cbfbf1d03f1a704d1335" + }, + { + "name": "BlockNot", + "version": "2.1.0", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "Added lastTriggerDuration() method. Stop using delay() in your code because it stops the execution of your code until the timer has finished. BlockNot's design focus is always SIMPLICITY and COMMON SENSE. It uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.1.0.zip", + "archiveFileName": "BlockNot-2.1.0.zip", + "size": 289199, + "checksum": "SHA-256:124caff3e178b30f0a51eea4c35fc9c7fd5a448bb26215d4f85f57365420c7a8" + }, + { + "name": "BlockNot", + "version": "2.1.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "Added lastTriggerDuration() method. Stop using delay() in your code because it stops the execution of your code until the timer has finished. BlockNot's design focus is always SIMPLICITY and COMMON SENSE. It uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.1.1.zip", + "archiveFileName": "BlockNot-2.1.1.zip", + "size": 289300, + "checksum": "SHA-256:24647070160e93b5ab41383382f26654747dc678891bb1efe3b8c87282efd40b" + }, + { + "name": "BlockNot", + "version": "2.1.2", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "Added lastTriggerDuration() method. Stop using delay() in your code because it stops the execution of your code until the timer has finished. BlockNot's design focus is always SIMPLICITY and COMMON SENSE. It uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.1.2.zip", + "archiveFileName": "BlockNot-2.1.2.zip", + "size": 289307, + "checksum": "SHA-256:3c0d6ce4ec39391d6bdc87675ba8017019569d79d71f58e324cbc65790de4378" + }, + { + "name": "BlockNot", + "version": "2.1.3", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "BlockNot gives you non-blocking timers with simplicity.", + "paragraph": "Stop using delay() in your code because it stops the execution of your code until the timer has finished. BlockNot's design focus is always SIMPLICITY and COMMON SENSE. It uses common sense terms which simplifies the reading and writing of your code. It offers, among several things, convenient AND SIMPLE timer functionality, but most of all ... it gets you away from blocking methods, like delay() - as a means of managing events in your code. Non-Blocking is the proper way to implement timing events in Arduino code and BlockNot makes it easy while also offering the ability to branch your code using many different references to time. Check out the documentation by clicking on More info.", + "website": "http://github.com/EasyG0ing1/BlockNot", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/BlockNot.git", + "providesIncludes": [ + "BlockNot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/BlockNot-2.1.3.zip", + "archiveFileName": "BlockNot-2.1.3.zip", + "size": 289339, + "checksum": "SHA-256:a17c0d1848d8b75e949b4b16ac77f6c28de8105a31a8a9677260b8f07257b324" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.1.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.1.zip", + "size": 415949, + "checksum": "SHA-256:b7e39da50190424f0b49990fc739463150357d95a6e868b8d6902d55ecf941fd" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.2.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.2.zip", + "size": 589675, + "checksum": "SHA-256:cd789267cbe31c0d793c3c646849add2b134a33a27ed57009be94e99216f6f24" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.3.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.3.zip", + "size": 1765851, + "checksum": "SHA-256:dad82dd41a35cbcc9579a2c500318c8eb0acde1c730d7b09958898fe174b49fa" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.4", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.4.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.4.zip", + "size": 1760809, + "checksum": "SHA-256:1434567295b2806574cfcd24f8817ef2c94ad6f6c2686a177fb8394bdf5af56e" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.5", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.5.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.5.zip", + "size": 3873676, + "checksum": "SHA-256:9dab7c5ab9c028dd658f8976b9eb959380163e0a7ecd0122d34eca5508261cc4" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.6", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.6.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.6.zip", + "size": 3897892, + "checksum": "SHA-256:7b3ac2a43b278c05f72772dcf34af256d92629bd5e06f846071de71b94b6bd87" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.7", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.7.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.7.zip", + "size": 3901133, + "checksum": "SHA-256:e45b8e07a57f5f96cc8df3f1cd91209ba0cec20e58326d4fbc715b9656ec067a" + }, + { + "name": "PU2CLR MCP23008", + "version": "1.0.8", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the MCP23008/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the MCP23008.", + "website": "https://github.com/pu2clr/MCP23008", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/MCP23008.git", + "providesIncludes": [ + "pu2clr_mcp23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_MCP23008-1.0.8.zip", + "archiveFileName": "PU2CLR_MCP23008-1.0.8.zip", + "size": 3902317, + "checksum": "SHA-256:2b997ac2b01cae54b041454fac4520492cdfef512317ec9bab852c4ced91538d" + }, + { + "name": "GuiN-E Bot", + "version": "1.0.1", + "author": "Paul Pavish", + "maintainer": "Paul Pavish \u003cpaul.pavish@gmail.com\u003e", + "sentence": "Arduino Library for building GuiN-E Bot Projects using ROS", + "paragraph": "This library has generic reusable methods to control a GuiN-E Bot's Arduino and NodeMCU peripherals like motors and sensors, along with example codes for the existing GuiNE_Bot verions.", + "website": "https://github.com/paulpavish/GuiNE_Bot_Arduino_Library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/paulpavish/GuiNE_Bot_Arduino_Library.git", + "dependencies": [ + { + "name": "Rosserial Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/paulpavish/GuiN_E_Bot-1.0.1.zip", + "archiveFileName": "GuiN_E_Bot-1.0.1.zip", + "size": 23764, + "checksum": "SHA-256:678bc477cc0b94a3122f7a4c1eb9948d3a1781fb3a1d94485dea2a5135a476c1" + }, + { + "name": "Sensirion I2C SCD4x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SCD4X sensor family by Sensirion", + "paragraph": "Enables you to use the SCD40 and SCD41 sensors via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-scd4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-scd4x.git", + "providesIncludes": [ + "SensirionI2CScd4x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SCD4x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SCD4x-0.1.0.zip", + "size": 3110165, + "checksum": "SHA-256:aad6a0f0ee9f61f9c9771d3c5458369994d59eb20aff50ea36a8d6bc821a6226" + }, + { + "name": "Sensirion I2C SCD4x", + "version": "0.2.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SCD4X sensor family by Sensirion", + "paragraph": "Enables you to use the SCD40 and SCD41 sensors via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-scd4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-scd4x.git", + "providesIncludes": [ + "SensirionI2CScd4x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SCD4x-0.2.0.zip", + "archiveFileName": "Sensirion_I2C_SCD4x-0.2.0.zip", + "size": 3110396, + "checksum": "SHA-256:c85515e7b0e37bb534ea01107d8322ef86f232f1c24201b357b5a6fe4b57a5a7" + }, + { + "name": "Sensirion I2C SCD4x", + "version": "0.3.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SCD4X sensor family by Sensirion", + "paragraph": "Enables you to use the SCD40 and SCD41 sensors via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-scd4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-scd4x.git", + "providesIncludes": [ + "SensirionI2CScd4x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SCD4x-0.3.1.zip", + "archiveFileName": "Sensirion_I2C_SCD4x-0.3.1.zip", + "size": 3110939, + "checksum": "SHA-256:e61c0ed0c331dfd48930dc3f217d3c14adfbaacf4fec09a4abd82156cb9d34e5" + }, + { + "name": "Sensirion I2C SCD4x", + "version": "0.4.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SCD4X sensor family by Sensirion", + "paragraph": "Enables you to use the SCD40 and SCD41 sensors via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-scd4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-scd4x.git", + "providesIncludes": [ + "SensirionI2CScd4x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SCD4x-0.4.0.zip", + "archiveFileName": "Sensirion_I2C_SCD4x-0.4.0.zip", + "size": 3111400, + "checksum": "SHA-256:271e9655a6343ba3b6eda5cfe9f8aedbd3bd859aaafad06b07eb459962178e50" + }, + { + "name": "Sensirion I2C SFA3x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SFA3X sensor family by Sensirion", + "paragraph": "Enables you to use the SFA30 sensor via I2C.", + "website": "https://github.com/sensirion/arduino-i2c-sfa3x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sfa3x.git", + "providesIncludes": [ + "SensirionI2CSfa3x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SFA3x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SFA3x-0.1.0.zip", + "size": 98611, + "checksum": "SHA-256:4ff7ccfc2bbbf82bc718eac63f2e33fed25f3cd26ed02cca489d13139234e3f6" + }, + { + "name": "Sensirion UART SFA3x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SFA3X sensor family by Sensirion", + "paragraph": "Enables you to use the SFA30 sensor via UART using the SHDLC protocol.", + "website": "https://developer.sensirion.com", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-uart-sfa3x.git", + "providesIncludes": [ + "SensirionUartSfa3x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UART_SFA3x-0.1.0.zip", + "archiveFileName": "Sensirion_UART_SFA3x-0.1.0.zip", + "size": 98037, + "checksum": "SHA-256:4d3773aefe88cf097af8bf40058ae792b71b141307cb8ece4fd4563fa99b0fa0" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.0.zip", + "size": 59932, + "checksum": "SHA-256:f28a6236e6c325e3224576146010aff1820b7be9506c731796025899b86e921c" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.1.zip", + "size": 107212, + "checksum": "SHA-256:82526a64f9555fddd7411b8742185db270c6c63043ffdb1a78b0737e4bd8f68e" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.2.zip", + "size": 112380, + "checksum": "SHA-256:bf9b7051177e37fd7a542307e39da04e38effef1be273f534595e79f74a3ffa3" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.3.zip", + "size": 119428, + "checksum": "SHA-256:6912dad5ca689dbe5a0b4dbea286ad154116f74d41dd7a31b87b37ee0d04cfe8" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.4.zip", + "size": 121593, + "checksum": "SHA-256:e4abbf9c214553b952b38937ad91094db8c31c71ff8fda0148da3f3c4183259a" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.5.zip", + "size": 148027, + "checksum": "SHA-256:ce3bd876414cd5e1600bed58023dd7e17bbf4781c5124e855c2f933bdd8510d9" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the SparkFun MicroMod Asset Tracker.", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.6.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.0.6.zip", + "size": 170140, + "checksum": "SHA-256:a594a8d968fd49d40e961e3f41fd2362dc21efce72fa9c90947d2e080a548ccd" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.0.zip", + "size": 193410, + "checksum": "SHA-256:676359846c90d4210488af99b2a16033cb7480e2d41881efc570c5674578acef" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.1.zip", + "size": 197413, + "checksum": "SHA-256:126243739682f3fb9aebbeb61e8b39814a79cbe96be9319316d39fac576f26fc" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.2.zip", + "size": 197583, + "checksum": "SHA-256:c622be10e422f81fd763aa9235915c10f3b072650e170939e8a0402fdcbc0070" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.3.zip", + "size": 197719, + "checksum": "SHA-256:5937e313c2144acf50e4d333010a38cfa9459de907748134f17af6bc6476f710" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.4.zip", + "size": 197740, + "checksum": "SHA-256:66d30502c8ecee0132f4225655542332a25a2a3487f193532a36278e802425b9" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.5.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.5.zip", + "size": 197875, + "checksum": "SHA-256:aaa7aa9dd982ec2c7511ab68b91d3445dafc0863b65ed3c338c4dbfb6905417c" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.6.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.6.zip", + "size": 198323, + "checksum": "SHA-256:a1997c83ccd94b79f58334ca34585c3e824662f3839204ba0a3342ddf772c161" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.7.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.7.zip", + "size": 201066, + "checksum": "SHA-256:0bfdb3f92bee3cbe193ff8070ee309fc98a6a33493d18f90a178117a253bfa2e" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.8.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.8.zip", + "size": 201099, + "checksum": "SHA-256:2167505f3db2a5674504b23ef034b8fea3200562126d79cfd99c08f194a863d0" + }, + { + "name": "SparkFun u-blox SARA-R5 Arduino Library", + "version": "1.1.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the u-blox SARA-R5 LTE-M / NB-IoT modules with secure cloud, as used on the \u003ca href=\"https://www.sparkfun.com/products/17272\"\u003eSparkFun MicroMod Asset Tracker\u003c/a\u003e and the \u003ca href=\"https://www.sparkfun.com/products/18031\"\u003eSparkFun LTE GNSS Breakout - SARA-R5\u003c/a\u003e.\u003cbr/\u003e\u003cbr/\u003ev1.1 has had a thorough update and includes new features and examples. This library now supports up to 7 simultaneous TCP or UDP sockets. There are new examples to show how to play ping pong with both TCP and UDP sockets.\u003cbr/\u003e\u003cbr/\u003ev1.1 also supports binary data transfers correctly. There are new examples showing how you can integrate this library with the SparkFun u-blox GNSS Arduino Library, to use the SARA-R5 to: download AssistNow Online and Offline data and push it to the GNSS; open a connection to a NTRIP Caster (such as RTK2go, Skylark or Emlid Caster) and push RTK correction data to the GNSS.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.9.zip", + "archiveFileName": "SparkFun_u_blox_SARA_R5_Arduino_Library-1.1.9.zip", + "size": 204953, + "checksum": "SHA-256:441ec813ddbc6def9105e4d8ca3ceef1f3eca37d89dd6eb4b04aacbfef1f3336" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.0.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.0.0.zip", + "size": 499143, + "checksum": "SHA-256:a9aef8407cff1e1e7c3bef97f3635c7ba1053402d2f80bf556db90d2ca8f2d6b" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.0.1.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.0.1.zip", + "size": 483564, + "checksum": "SHA-256:096651662a42618bfe870182fb350a6b90cc84f180802481b339e6c41e61e490" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, WiFiEsp, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.0.2.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.0.2.zip", + "size": 485084, + "checksum": "SHA-256:e4910f4880f67ac91ff7ddc5bb361faba7ad2f8a7c2afb75a1bf404a994cea88" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.1.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.1.0.zip", + "size": 499310, + "checksum": "SHA-256:ff7aff4dc5c8dd9b69eea88e9fc3e45929f1c25c56b136e9b957ff2eff66c668" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.1.2.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.1.2.zip", + "size": 504586, + "checksum": "SHA-256:94ab4bbeb4c5dabf6f5f10f0be27e07761b8ebb04dda07dcc1981a4ec1a8b247" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.1.3.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.1.3.zip", + "size": 507658, + "checksum": "SHA-256:ddf3dd22d636cb0310fc64fce059fd9ab63e72c4d90862a74ba654838a827084" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.2.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.2.0.zip", + "size": 512251, + "checksum": "SHA-256:5bd0d09e685da193f4d4e8c15b0a8cfb673ac00fda6db99a54bc1e8e418c7ee6" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.3.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.3.0.zip", + "size": 604503, + "checksum": "SHA-256:6a9cef4b52fbee436f2d1fc8f62451191228ece2da8c32dde1fe52302e9f2fa4" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.4.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.4.0.zip", + "size": 729151, + "checksum": "SHA-256:96b426fc3b1529b112856fb8ef1687474a39cfb5fdf5de06526c3b54ce9973e5" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.4.1.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.4.1.zip", + "size": 6725941, + "checksum": "SHA-256:c868d6db5bec802b430dc16c176de992ed1c60d84e16fc72c88acc75c821fa10" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.5.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.5.0.zip", + "size": 6829270, + "checksum": "SHA-256:fffd15ec23cbf535ed541ff186735714f2c1a80307225e9bed3f6277296856a3" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.5.1.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.5.1.zip", + "size": 6874845, + "checksum": "SHA-256:1830f9c43e3114c51abd3d6f2e23bb48976f4cd93e9988ae291ce55e34847f26" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.6.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.6.0.zip", + "size": 6915118, + "checksum": "SHA-256:e266be39ca9a2fa94b76a76e2a4165fcac2f50c84373da30713e0e4d62f9c96c" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.7.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.7.0.zip", + "size": 6983626, + "checksum": "SHA-256:ed4bdacb7568cbda445f3fff7ce1d42efacac2c1851cc8376cc06cd081366bce" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.7.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.7.1.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.7.1.zip", + "size": 6983940, + "checksum": "SHA-256:3a07fccc828c02d6efc05201e75b8f46a7edd0a0b2ed6b4b8816cdf9ce723450" + }, + { + "name": "WiFiManager_Generic_Lite", + "version": "1.8.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RTL8720, etc. boards running Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RP2040), RTL8720 boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_Generic_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Generic_Lite.git", + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "ESP8266_AT_WebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "FlashStorage_SAMD" + }, + { + "name": "FlashStorage_STM32" + }, + { + "name": "FlashStorage_STM32F1" + }, + { + "name": "FlashStorage_RTL8720" + }, + { + "name": "MultiResetDetector_Generic" + }, + { + "name": "Adafruit_MQTT_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Generic_Lite-1.8.0.zip", + "archiveFileName": "WiFiManager_Generic_Lite-1.8.0.zip", + "size": 7020795, + "checksum": "SHA-256:88dc6685937a58a2213951cd74a306dcc9798f2d30c996e08da4be68933d600e" + }, + { + "name": "SoapESP32", + "version": "1.0.0", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Scan local network for DLNA media servers, browse them and retrieve files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.0.zip", + "archiveFileName": "SoapESP32-1.0.0.zip", + "size": 2498496, + "checksum": "SHA-256:34af032bcfe68449966f1e7259e49e208ec122e65769e6c0e9ed2fa0eb76977b" + }, + { + "name": "SoapESP32", + "version": "1.0.1", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables an ESP32 to scan the local network for DLNA media servers, browse them and retrieve files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.1.zip", + "archiveFileName": "SoapESP32-1.0.1.zip", + "size": 2679061, + "checksum": "SHA-256:c8020ea0f12cca1c2841cd88da97d62bd67813d9c0e79762e99f67326728071c" + }, + { + "name": "SoapESP32", + "version": "1.0.3", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables an ESP32 to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.3.zip", + "archiveFileName": "SoapESP32-1.0.3.zip", + "size": 2275162, + "checksum": "SHA-256:84c20f5edaaf2d3fd3ab0b994411e57cf56a099f56b5855f10321d37d337b268" + }, + { + "name": "SoapESP32", + "version": "1.0.4", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.0.4.zip", + "archiveFileName": "SoapESP32-1.0.4.zip", + "size": 2275165, + "checksum": "SHA-256:cbcc73a672fb59c0a9daf3744b4fff7c507211554d7cdc88fa75bcd6e47aa6a1" + }, + { + "name": "SoapESP32", + "version": "1.1.0", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.1.0.zip", + "archiveFileName": "SoapESP32-1.1.0.zip", + "size": 2300099, + "checksum": "SHA-256:62ede25ddc5115b3313d763b5f991acc620ab1c9d13fd61cf26a3409287774bf" + }, + { + "name": "SoapESP32", + "version": "1.1.1", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.1.1.zip", + "archiveFileName": "SoapESP32-1.1.1.zip", + "size": 2442741, + "checksum": "SHA-256:ec5233372e8ccfdbc5f360e14aae1ba042307abec3733e9bd86c7b6cd2d115dd" + }, + { + "name": "SoapESP32", + "version": "1.1.2", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.1.2.zip", + "archiveFileName": "SoapESP32-1.1.2.zip", + "size": 2444498, + "checksum": "SHA-256:705353fadf46c91fdd9cfa0e8eb48d9d209c05a47da0b63bdc0a1b9ca0904836" + }, + { + "name": "SoapESP32", + "version": "1.1.3", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.1.3.zip", + "archiveFileName": "SoapESP32-1.1.3.zip", + "size": 2444504, + "checksum": "SHA-256:89db0dd9e07909e1cc3639512fdde086f7a3729f95924255e8a76550e2bc5482" + }, + { + "name": "SoapESP32", + "version": "1.1.4", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.1.4.zip", + "archiveFileName": "SoapESP32-1.1.4.zip", + "size": 2524843, + "checksum": "SHA-256:4b748ec264684869d74d61da940d630510911a75d3570d4233f957b8b1d9742f" + }, + { + "name": "SoapESP32", + "version": "1.1.5", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.1.5.zip", + "archiveFileName": "SoapESP32-1.1.5.zip", + "size": 2478859, + "checksum": "SHA-256:10551520b6d09c9f7943e058cb0d35f4d8a405adcb5d51e31aa1f9c07fce0a75" + }, + { + "name": "SoapESP32", + "version": "1.1.6", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.1.6.zip", + "archiveFileName": "SoapESP32-1.1.6.zip", + "size": 2478848, + "checksum": "SHA-256:4a7a394adcc190d7f2f339bbfb04faca8c3b9f23015f5f2e7744506ab086fa62" + }, + { + "name": "SoapESP32", + "version": "1.2.0", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.2.0.zip", + "archiveFileName": "SoapESP32-1.2.0.zip", + "size": 2291951, + "checksum": "SHA-256:d4b122bda6f981296fdd19f073c54065f94947d3d91c52c2dec3c6fc21239c75" + }, + { + "name": "SoapESP32", + "version": "1.2.1", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.2.1.zip", + "archiveFileName": "SoapESP32-1.2.1.zip", + "size": 2298877, + "checksum": "SHA-256:46671868c35ff6078776858296626c02fb34e38efb53e57bc31ad0ea343f65ea" + }, + { + "name": "SoapESP32", + "version": "1.3.0", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.3.0.zip", + "archiveFileName": "SoapESP32-1.3.0.zip", + "size": 2322115, + "checksum": "SHA-256:838f22075c5858e403e170264d7fe38b0021d7f0dfcb3265e0dbb28b9194cbbe" + }, + { + "name": "SoapESP32", + "version": "1.3.1", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Enables ESP32 devices to scan the local network for DLNA media servers, browse their content and download files.", + "paragraph": "DLNA media servers are mostly running on NAS devices.", + "website": "https://github.com/yellobyte/SoapESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/SoapESP32.git", + "providesIncludes": [ + "SoapESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/SoapESP32-1.3.1.zip", + "archiveFileName": "SoapESP32-1.3.1.zip", + "size": 2327469, + "checksum": "SHA-256:a4bf700f04df50be41e7ffb35922fc6c4f37796c423f1bf3f0e62b679d599bc0" + }, + { + "name": "Sparkpad", + "version": "0.0.0", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Customise the Sparkpad's firmware using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.0.0.zip", + "archiveFileName": "Sparkpad-0.0.0.zip", + "size": 5405, + "checksum": "SHA-256:2c378c1e8b8c7e07b87752318b4b377a784d90578435c069d1ff7f34dfcaccbc" + }, + { + "name": "Sparkpad", + "version": "0.0.2", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Customise the Sparkpad's firmware using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "Encoder" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "Keypad" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.0.2.zip", + "archiveFileName": "Sparkpad-0.0.2.zip", + "size": 269561, + "checksum": "SHA-256:4aa7ffd4bd7640f200962c9b5d1ce0b8ec49dc21689a3abc5f5d6ded68056b57" + }, + { + "name": "Sparkpad", + "version": "0.1.0", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Customise the Sparkpad's firmware using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "Encoder" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "Keypad" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.1.0.zip", + "archiveFileName": "Sparkpad-0.1.0.zip", + "size": 395655, + "checksum": "SHA-256:df374354d800a6866784b40ee67fac30c12f6eec2d9f7182c6ef5118480531d8" + }, + { + "name": "Sparkpad", + "version": "0.1.1", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Upload and customise firmware for your Sparkpad using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "Encoder" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.1.1.zip", + "archiveFileName": "Sparkpad-0.1.1.zip", + "size": 445765, + "checksum": "SHA-256:f0d0a0af55dbd142617fc1c30ac731f2fc721dcc802617a77826d05d73a3b200" + }, + { + "name": "Sparkpad", + "version": "0.2.0", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Upload and customise firmware for your Sparkpad using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.2.0.zip", + "archiveFileName": "Sparkpad-0.2.0.zip", + "size": 445406, + "checksum": "SHA-256:4d569049bd8c9704124a19c4a70ab3d227723a867604bd80add8cde8aa06bd95" + }, + { + "name": "Sparkpad", + "version": "0.2.1", + "author": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "maintainer": "Patrick Thomas \u003cpatrick.thomas@bath.edu\u003e", + "sentence": "Arduino firmware for the Sparkpad", + "paragraph": "Upload and customise firmware for your Sparkpad using this library", + "website": "https://github.com/Patrick-Thomas/Sparkpad-Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Patrick-Thomas/Sparkpad-Arduino.git", + "dependencies": [ + { + "name": "HID-Project" + }, + { + "name": "ArduinoMenu library" + }, + { + "name": "SSD1306Ascii" + }, + { + "name": "arduino-timer" + }, + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Patrick-Thomas/Sparkpad-0.2.1.zip", + "archiveFileName": "Sparkpad-0.2.1.zip", + "size": 445480, + "checksum": "SHA-256:8d4d3b7a2b048ee4b27a31e3a04cf78b05a0ddde9fb8b8d8acb0194c81210092" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/HX711_asukiaaa", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.0.zip", + "archiveFileName": "HX711_asukiaaa-1.0.0.zip", + "size": 4990, + "checksum": "SHA-256:286c6f2a972eb208b71a2e5638256a70792640be00f6c7526459f374061410f5" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.2.zip", + "archiveFileName": "HX711_asukiaaa-1.0.2.zip", + "size": 5099, + "checksum": "SHA-256:c7c53849263f2cdddcebb10cd14949581f575d00368894d5fd0d35454242a22d" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.3.zip", + "archiveFileName": "HX711_asukiaaa-1.0.3.zip", + "size": 5293, + "checksum": "SHA-256:4c92a3a66cec0d96fbb685bb5398e1f020a743afd750270c7203aa297e90124a" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.4.zip", + "archiveFileName": "HX711_asukiaaa-1.0.4.zip", + "size": 5508, + "checksum": "SHA-256:7897fcc3daf7caf6a0aea930c360b740f62aa702ecde7dc8346358ac5795c67f" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.5.zip", + "archiveFileName": "HX711_asukiaaa-1.0.5.zip", + "size": 5524, + "checksum": "SHA-256:ed6bf7f6be8cfb2c5280e87d09e5ee71b186c7ffa03a3b31c0f428b6f6332801" + }, + { + "name": "HX711_asukiaaa", + "version": "1.0.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read values from HX711", + "paragraph": "It can read vales from muiltiple HX711 modules with same clock.", + "website": "https://github.com/asukiaaa/arduino-HX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HX711_asukiaaa-1.0.6.zip", + "archiveFileName": "HX711_asukiaaa-1.0.6.zip", + "size": 6915, + "checksum": "SHA-256:a149d4e47bab3eee6913176af4b873968312ba269253ebee46aa8f6d857a5cab" + }, + { + "name": "MCP_DAC", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.0.zip", + "archiveFileName": "MCP_DAC-0.1.0.zip", + "size": 11711, + "checksum": "SHA-256:9ea20e06a4ae335e6a341904a2f1d9442604349d7f7676af3916ff21c2d6bd9e" + }, + { + "name": "MCP_DAC", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.1.zip", + "archiveFileName": "MCP_DAC-0.1.1.zip", + "size": 13007, + "checksum": "SHA-256:f2cd2f68bde6379d0d4133213ab8baa23cd6a4e99ed2db06601ea049a4591725" + }, + { + "name": "MCP_DAC", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.2.zip", + "archiveFileName": "MCP_DAC-0.1.2.zip", + "size": 13648, + "checksum": "SHA-256:e1df612e6bcba0a7628d9f2850af3baea178c124ee05534ee21fc4d5575357a1" + }, + { + "name": "MCP_DAC", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.3.zip", + "archiveFileName": "MCP_DAC-0.1.3.zip", + "size": 15314, + "checksum": "SHA-256:256ea9ef9da6d8f8a34aa3c668b7f865de761ae79d6bb280917d49398ed4151f" + }, + { + "name": "MCP_DAC", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.4.zip", + "archiveFileName": "MCP_DAC-0.1.4.zip", + "size": 15410, + "checksum": "SHA-256:bcf342db25d52b60824de7313ce25eece546e5952670ce390a04c2eff5d9bde9" + }, + { + "name": "MCP_DAC", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.5.zip", + "archiveFileName": "MCP_DAC-0.1.5.zip", + "size": 16384, + "checksum": "SHA-256:5af6a45024b06ad7ecdc1e943bad27c083b0f1198ed489c05b22ba27cbfc0f6c" + }, + { + "name": "MCP_DAC", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.6.zip", + "archiveFileName": "MCP_DAC-0.1.6.zip", + "size": 18129, + "checksum": "SHA-256:3dd42683105daa57facfe0e6092081a7edce4743b7dc1a3dc1ca2c64bf7c80fb" + }, + { + "name": "MCP_DAC", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922.", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.7.zip", + "archiveFileName": "MCP_DAC-0.1.7.zip", + "size": 21130, + "checksum": "SHA-256:1f13de927bef6760044580ba7dbe4ce3da002c604d8ed72381657c4287ebb30f" + }, + { + "name": "MCP_DAC", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922.", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.1.8.zip", + "archiveFileName": "MCP_DAC-0.1.8.zip", + "size": 21701, + "checksum": "SHA-256:de18981a7aea8ec3f0d0622318ead6a21683b742a074b76fbc486633b2a70989" + }, + { + "name": "MCP_DAC", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922.", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.2.0.zip", + "archiveFileName": "MCP_DAC-0.2.0.zip", + "size": 22057, + "checksum": "SHA-256:5ad8726f917a9baf0b8e884c38c8aaf02b8072b6fcf73ccbddc88015886ae1fc" + }, + { + "name": "MCP_DAC", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922.", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.2.1.zip", + "archiveFileName": "MCP_DAC-0.2.1.zip", + "size": 22334, + "checksum": "SHA-256:cb279dcd8dae450ceecdc0356c05d49001cc9a63d0c8df59f746db56f088571a" + }, + { + "name": "MCP_DAC", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.", + "paragraph": "MCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822, MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922.", + "website": "https://github.com/RobTillaart/MCP_DAC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP_DAC.git", + "providesIncludes": [ + "MCP_DAC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_DAC-0.3.0.zip", + "archiveFileName": "MCP_DAC-0.3.0.zip", + "size": 21972, + "checksum": "SHA-256:d925f70b48af7f1eae109304a9d61f5d692244a24fecb0b5696c97e902e1af4c" + }, + { + "name": "QZQSM", + "version": "1.0.0", + "author": "baggio63446333", + "maintainer": "baggio63446333", + "sentence": "QZSS DC Report Service Decode Library", + "paragraph": "Spresense GPS can receive QZSS DC Report Service. This library supports to decode the report called as QZQSM.", + "website": "https://github.com/baggio63446333/QZQSM", + "category": "Other", + "architectures": [ + "spresense" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/baggio63446333/QZQSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/baggio63446333/QZQSM-1.0.0.zip", + "archiveFileName": "QZQSM-1.0.0.zip", + "size": 50199, + "checksum": "SHA-256:dc26348174754d24b062b9b419d6e71eec6cbe799cdb18ceac439f6a0299cd7e" + }, + { + "name": "QZQSM", + "version": "1.1.0", + "author": "baggio63446333", + "maintainer": "baggio63446333", + "sentence": "QZSS DC Report Service Decode Library", + "paragraph": "Spresense GPS can receive QZSS DC Report Service. This library supports to decode the report called as QZQSM.", + "website": "https://github.com/baggio63446333/QZQSM", + "category": "Other", + "architectures": [ + "spresense" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/baggio63446333/QZQSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/baggio63446333/QZQSM-1.1.0.zip", + "archiveFileName": "QZQSM-1.1.0.zip", + "size": 50301, + "checksum": "SHA-256:5eb550c56ef053a6fcddd1b0ee77c9d89b75d8045b027b7fa06f022ebeddd252" + }, + { + "name": "QZQSM", + "version": "1.2.0", + "author": "baggio63446333", + "maintainer": "baggio63446333", + "sentence": "QZSS DC Report Service Decode Library", + "paragraph": "Spresense GPS can receive QZSS DC Report Service. This library supports to decode the report called as QZQSM.", + "website": "https://github.com/baggio63446333/QZQSM", + "category": "Other", + "architectures": [ + "spresense" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/baggio63446333/QZQSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/baggio63446333/QZQSM-1.2.0.zip", + "archiveFileName": "QZQSM-1.2.0.zip", + "size": 50314, + "checksum": "SHA-256:cd793da042b559ea6309d6cfed3d2474b78e353e65776da7cd06b8bca0032cce" + }, + { + "name": "QZQSM", + "version": "1.2.1", + "author": "baggio63446333", + "maintainer": "baggio63446333", + "sentence": "QZSS DC Report Service Decode Library", + "paragraph": "Spresense GPS can receive QZSS DC Report Service. This library supports to decode the report called as QZQSM.", + "website": "https://github.com/baggio63446333/QZQSM", + "category": "Other", + "architectures": [ + "spresense" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/baggio63446333/QZQSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/baggio63446333/QZQSM-1.2.1.zip", + "archiveFileName": "QZQSM-1.2.1.zip", + "size": 50312, + "checksum": "SHA-256:72ad5e938c397c3fbacbe6a4142fea43248f215b335e61a557bdb646be474d4e" + }, + { + "name": "uECG", + "version": "1.0.1", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uECG device using nRF24 module.", + "paragraph": "Receives data from uECG device using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uECG_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ultimaterobotics/uECG_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uECG-1.0.1.zip", + "archiveFileName": "uECG-1.0.1.zip", + "size": 10876, + "checksum": "SHA-256:ce034edb0b13c89408d88bb3c809c4a871f9dc46c5555d90ac17b46783ffb91e" + }, + { + "name": "uECG", + "version": "1.1.1", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uECG device using nRF24 module.", + "paragraph": "Receives data from uECG device using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uECG_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ultimaterobotics/uECG_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uECG-1.1.1.zip", + "archiveFileName": "uECG-1.1.1.zip", + "size": 20024, + "checksum": "SHA-256:9ad11be8b0f33df0780785e5ff7278e88851afbcdb364b28b1f8d5d92c1a45be" + }, + { + "name": "uECG", + "version": "1.1.2", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uECG device using nRF24 module.", + "paragraph": "Receives data from uECG device using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uECG_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ultimaterobotics/uECG_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uECG-1.1.2.zip", + "archiveFileName": "uECG-1.1.2.zip", + "size": 20039, + "checksum": "SHA-256:a22d38f1831210e76a69b505e72670990929cc62d42c39e3b481ad2121b24acc" + }, + { + "name": "uECG", + "version": "1.1.3", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uECG device using nRF24 module.", + "paragraph": "Receives data from uECG device using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uECG_library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ultimaterobotics/uECG_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uECG-1.1.3.zip", + "archiveFileName": "uECG-1.1.3.zip", + "size": 20075, + "checksum": "SHA-256:29a079dbf854349c3e474151231ad341b5067cb5371c4ae789b0ec70d43d03e8" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.0.zip", + "size": 16827, + "checksum": "SHA-256:3a22e0fedf10d790e1747426dbe66a6f4d0e3feccaccfe3b8c74e9f7e7dd5416" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.1.zip", + "size": 16825, + "checksum": "SHA-256:e73a766b1fe8e2848376a061122393fc387889eff5389b9397fd382ef1d46079" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.2.zip", + "size": 19189, + "checksum": "SHA-256:477e4c97c2380553407a4eeaad41490925d00eafd908c49dc5c36b224d51ac0a" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.3.zip", + "size": 19219, + "checksum": "SHA-256:757829c933f6121a05d07706df3c685ed007ef437bbf4e75271038278ff706b2" + }, + { + "name": "SparkFun SDP3x Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Sensirion SDP3x Differential Pressure Sensors", + "paragraph": "This library provides full support for Sensirion’s SDP3x series of small differential pressure sensors - including the SDP31 and SDP32", + "website": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SDP3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SDP3x_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_SDP3x_Arduino_Library-1.0.4.zip", + "size": 19216, + "checksum": "SHA-256:7c33faba98f372bb447df1b252c1e03db096dce2f24ff843d67361b116130917" + }, + { + "name": "EasyHTTP", + "version": "0.0.1", + "author": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "maintainer": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "sentence": "An ESP32 library to facilitate the execution of HTTP requests.", + "paragraph": "Inspired in axios, you will be able to execute HTTP requests easy and simply", + "website": "https://github.com/petruspierre/EasyHTTP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/petruspierre/EasyHTTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/petruspierre/EasyHTTP-0.0.1.zip", + "archiveFileName": "EasyHTTP-0.0.1.zip", + "size": 3167, + "checksum": "SHA-256:a26c46c1897b73a90d3694d3f5706b7da2cd063b64ec3754e1d4ec92baa2422b" + }, + { + "name": "EasyHTTP", + "version": "0.1.1", + "author": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "maintainer": "Petrus Pierre \u003cpetrus.tsx@gmail.com\u003e", + "sentence": "An ESP32 library to facilitate the execution of HTTP requests.", + "paragraph": "Inspired in axios, you will be able to execute HTTP requests easy and simply", + "website": "https://github.com/petruspierre/EasyHTTP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/petruspierre/EasyHTTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/petruspierre/EasyHTTP-0.1.1.zip", + "archiveFileName": "EasyHTTP-0.1.1.zip", + "size": 6457, + "checksum": "SHA-256:f5f4056754f80a5939e5f5bce9b02c168ab7786fc5aeb6dc192038d4dfa54426" + }, + { + "name": "TemperatureZero", + "version": "1.1.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003csupport@electroniccats.com\u003e", + "sentence": "Arduino library for internal temperature of the family SAMD21 and SAM51", + "paragraph": "Arduino library for internal temperature of the family SAMD21 and SAMD51", + "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/TemperatureZero-1.1.0.zip", + "archiveFileName": "TemperatureZero-1.1.0.zip", + "size": 13654, + "checksum": "SHA-256:f0011c5d3b7e5b9eb6eac4c87cedc7f766a37d102a5f15652d081165260e5a18" + }, + { + "name": "TemperatureZero", + "version": "1.2.0", + "author": "Electronic Cats", + "maintainer": "Electronic Cats \u003csupport@electroniccats.com\u003e", + "sentence": "Arduino library for internal temperature of the family SAMD21 and SAM51", + "paragraph": "Arduino library for internal temperature of the family SAMD21 and SAMD51", + "website": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/TemperatureZero-1.2.0.zip", + "archiveFileName": "TemperatureZero-1.2.0.zip", + "size": 13687, + "checksum": "SHA-256:6123a0a2abe41fb2b1c3e4883f291b48a4c1d9998cd39c65b41492ba1f6fcde5" + }, + { + "name": "ESPConnect", + "version": "1.0.0", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager for ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.0.zip", + "archiveFileName": "ESPConnect-1.0.0.zip", + "size": 134347, + "checksum": "SHA-256:49ca26ff8342959a50a225723b5c5f2d63c9b7568ae540208d293b70ce003332" + }, + { + "name": "ESPConnect", + "version": "1.0.1", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager for ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.1.zip", + "archiveFileName": "ESPConnect-1.0.1.zip", + "size": 134385, + "checksum": "SHA-256:5150a1c396a1f751d274013663366bf1d45150bfd22b779c38858be988171547" + }, + { + "name": "ESPConnect", + "version": "1.0.2", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager on ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.2.zip", + "archiveFileName": "ESPConnect-1.0.2.zip", + "size": 134342, + "checksum": "SHA-256:fbe6bebf0dac2ffcda735b1086d5adcc545c4cd144ea53f1d069e0de721e9bbb" + }, + { + "name": "ESPConnect", + "version": "1.0.3", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager on ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.3.zip", + "archiveFileName": "ESPConnect-1.0.3.zip", + "size": 134345, + "checksum": "SHA-256:ba401b4785f51b5df012c53cc564a2c42845b37d73e71066ad596b2996f3e867" + }, + { + "name": "ESPConnect", + "version": "1.0.4", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager on ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.4.zip", + "archiveFileName": "ESPConnect-1.0.4.zip", + "size": 134447, + "checksum": "SHA-256:0b7df4c6801ce2b64b2959fa2eb6e3b08e75cd4fd4791e833ff4761c9b43fbf4" + }, + { + "name": "ESPConnect", + "version": "1.0.5", + "author": "Ayush Sharma", + "maintainer": "Ayush Sharma \u003casrocks5@gmail.com\u003e", + "sentence": "Simple \u0026 Easy WiFi Manager with Captive Portal for ESP8266 / ESP32", + "paragraph": "A simplistic approch to a WiFi Manager on ESP8266 \u0026 ESP32 MCUs. Comes with captive portal to configure modules without any hassle.", + "website": "https://github.com/ayushsharma82/ESPConnect", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ayushsharma82/ESPConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ayushsharma82/ESPConnect-1.0.5.zip", + "archiveFileName": "ESPConnect-1.0.5.zip", + "size": 134486, + "checksum": "SHA-256:d9272f9dc49573efb9e9fdd597c6bc244825e5a5ea9aba09e959a0c068514187" + }, + { + "name": "BH1730", + "version": "1.0.0", + "author": "Janco Kock", + "maintainer": "Janco Kock", + "sentence": "An easy to use library for reading light values from the BH1730 light sensor", + "paragraph": "An easy to use library for reading light values from the BH1730 light sensor", + "website": "https://github.com/jancoow/BH1730-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jancoow/BH1730-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jancoow/BH1730-1.0.0.zip", + "archiveFileName": "BH1730-1.0.0.zip", + "size": 5178, + "checksum": "SHA-256:124445fd5a71322ed216523733986942428a421af2c43ee7cbf228e89628e234" + }, + { + "name": "Zanduino SmoothLED Library 8-bit", + "version": "1.0.0", + "author": "Arnd \u003cArnd@Zanduino.Com\u003e", + "maintainer": "Arnd \u003cArnd@Zanduino.Com\u003e", + "sentence": "Arduino library to control any number of LEDs on any pins using 8-bit PWM with CIE 1931 curves for linear adjustment.", + "paragraph": "Also implements active background fading/brightening of individual LEDs to target values, freeing up the Arduino sketch to do other things in the meantime", + "website": "https://github.com/Zanduino/SmoothLED_8bit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zanduino/SmoothLED_8bit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Zanduino_SmoothLED_Library_8_bit-1.0.0.zip", + "archiveFileName": "Zanduino_SmoothLED_Library_8_bit-1.0.0.zip", + "size": 32715, + "checksum": "SHA-256:6c61fe7757416d030f02c11d1dbe729136f45e649301ec565b55e1621f9a9eca" + }, + { + "name": "MrMx - AW9523B", + "version": "0.9.0", + "author": "Manuel Polo (https://about.me/mrmx)", + "maintainer": "Manuel Polo (https://about.me/mrmx)", + "sentence": "AW9523B LED Driver \u0026 GPIO I2C 16bit expander library", + "paragraph": "AW9523B LED Driver \u0026 GPIO I2C 16bit expander library", + "website": "https://github.com/mrmx/AW9523B", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrmx/AW9523B.git", + "providesIncludes": [ + "AW9523B.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mrmx/MrMx___AW9523B-0.9.0.zip", + "archiveFileName": "MrMx___AW9523B-0.9.0.zip", + "size": 7475, + "checksum": "SHA-256:cfc13a0208d8ac8c266c2489c709de6c242fbb1461540cc188c0341a28944fc8" + }, + { + "name": "MrMx - Arduino SI4012", + "version": "1.0.0", + "author": "Manuel Polo (https://about.me/mrmx)", + "maintainer": "Manuel Polo (https://about.me/mrmx)", + "sentence": "Arduino SI4012 library.", + "paragraph": "Arduino library for the RF chip SI4012 from Silicon Labs.", + "website": "https://github.com/mrmx/Arduino-SI4012/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrmx/Arduino-SI4012.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrmx/MrMx___Arduino_SI4012-1.0.0.zip", + "archiveFileName": "MrMx___Arduino_SI4012-1.0.0.zip", + "size": 6847, + "checksum": "SHA-256:a897081681c8ac4d2fda082f50c3dfa3e50a4063110395cd6bd68a531990feba" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.0", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": [ + "Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.0.zip", + "archiveFileName": "MH_Z14A_Library-1.0.0.zip", + "size": 4198, + "checksum": "SHA-256:5490f47dc937c627ca0e766cb4a98b4a0376ea23d1c89c15d65a6e50f537c5d7" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.1", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": [ + "Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.1.zip", + "archiveFileName": "MH_Z14A_Library-1.0.1.zip", + "size": 4273, + "checksum": "SHA-256:aed0182b538ee94279d9f2311a20d73349bfaa2762b2072e0e53c361f89f111d" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.2", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": [ + "Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.2.zip", + "archiveFileName": "MH_Z14A_Library-1.0.2.zip", + "size": 4652, + "checksum": "SHA-256:3915799749bce9cfa49486954ec14ef660a0697579da99eec930b2aed2bacc10" + }, + { + "name": "MH-Z14A Library", + "version": "1.0.3-beta.1", + "author": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "maintainer": "Jan-Niklas Bogatka \u003cgithub@bogatka.org\u003e", + "sentence": "A Library for using the MH-Z14A CO2-Sensor with Arduino.", + "paragraph": "Offers all methods mentioned in datasheet and debug-log.", + "website": "https://github.com/Jan-NiklasB/MH-Z14A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jan-NiklasB/MH-Z14A-Library.git", + "providesIncludes": [ + "Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jan-NiklasB/MH_Z14A_Library-1.0.3-beta.1.zip", + "archiveFileName": "MH_Z14A_Library-1.0.3-beta.1.zip", + "size": 5182, + "checksum": "SHA-256:5385724a532c9a236d3a947342748c34e743d67f387cf2ae2bd8c790ca9c2f69" + }, + { + "name": "Leeman Geophysical Learning Shield", + "version": "1.0.0", + "author": "Leeman Geophysical LLC", + "maintainer": "John R. Leeman \u003cjohn@leemangeophysical.com\u003e", + "sentence": "Tools for the Leeman Geophysical LLC Learning Shield.", + "paragraph": "Utilities for helping learn to program Arduino with a prebuilt learning shield. Shield available from www.leemangeophysical.com", + "website": "https://github.com/LeemanGeophysicalLLC/LGLearningShieldLibrary", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeemanGeophysicalLLC/LGLearningShieldLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeemanGeophysicalLLC/Leeman_Geophysical_Learning_Shield-1.0.0.zip", + "archiveFileName": "Leeman_Geophysical_Learning_Shield-1.0.0.zip", + "size": 10890, + "checksum": "SHA-256:3b9854e39953ccae2935dd0cba237d275ddacb5a2064e7f89a053e1bd1707bdd" + }, + { + "name": "LDC1312-1314 I2C Library", + "version": "1.0.0", + "author": "Jan Sonntag", + "maintainer": "Jan Sonntag", + "sentence": "This library allows for easy communication between Arduino and the LDC1314 or LDC1314.", + "paragraph": "Comes with an commented example.", + "website": "https://github.com/SirSundays/LDC1312-Arduino", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SirSundays/LDC1312-Arduino.git", + "providesIncludes": [ + "ldc1312_lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SirSundays/LDC1312_1314_I2C_Library-1.0.0.zip", + "archiveFileName": "LDC1312_1314_I2C_Library-1.0.0.zip", + "size": 17380, + "checksum": "SHA-256:1be465e7e4d7b91851308608fa57a0fd2ae4dd526f3339a47b446e42d35ed0e9" + }, + { + "name": "RGB-LED-Lighting-Shield", + "version": "1.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineons RGB-LED-Lighting-Shields", + "paragraph": "C++ library for Infineons RGB-LED-Lighting-Shield with the XMC1202 and the XMC1302", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/kit_xmc_led_dali_20_rgb/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-rgb-led-lighting-shield.git", + "providesIncludes": [ + "rgb-led-lighting-shield-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield-1.0.1.zip", + "archiveFileName": "RGB_LED_Lighting_Shield-1.0.1.zip", + "size": 20667, + "checksum": "SHA-256:35ec92f270b147526ad8c44e48633fc32e69650db1545ceb1f9ffcf4259ba6cf" + }, + { + "name": "RGB-LED-Lighting-Shield", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for Infineon RGB-LED-Lighting-Shield", + "paragraph": "C++ library for Infineon RGB-LED-Lighting-Shield with the XMC1302", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/kit_xmc_led_dali_20_rgb/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-rgb-led-lighting-shield.git", + "providesIncludes": [ + "rgb-led-lighting-shield-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/RGB_LED_Lighting_Shield-1.0.0.zip", + "archiveFileName": "RGB_LED_Lighting_Shield-1.0.0.zip", + "size": 22761, + "checksum": "SHA-256:efb33309186344817048b010399987b6b06c50498c12ea48dcdfbb68217b7dc7" + }, + { + "name": "LowPower_LowPowerLab", + "version": "2.0.0", + "author": "LowPowerLab", + "maintainer": "LowPowerLab", + "sentence": "AVR \u0026 SAMD power management library", + "paragraph": "AVR \u0026 SAMD power management library, based on RocketScream Low-Power", + "website": "https://github.com/LowPowerLab/LowPower", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LowPowerLab/LowPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/LowPower_LowPowerLab-2.0.0.zip", + "archiveFileName": "LowPower_LowPowerLab-2.0.0.zip", + "size": 12054, + "checksum": "SHA-256:0b623f54cc26c193bb364eab09734d0a9a2c4423fe3ce9e29974a47673c16d08" + }, + { + "name": "LowPower_LowPowerLab", + "version": "2.1.0", + "author": "LowPowerLab", + "maintainer": "LowPowerLab", + "sentence": "AVR \u0026 SAMD power management library", + "paragraph": "AVR \u0026 SAMD power management library, based on RocketScream Low-Power", + "website": "https://github.com/LowPowerLab/LowPower", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LowPowerLab/LowPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/LowPower_LowPowerLab-2.1.0.zip", + "archiveFileName": "LowPower_LowPowerLab-2.1.0.zip", + "size": 12441, + "checksum": "SHA-256:e49bdb699d43ebbfe3ad1de4421fa7ab5a8473f7701e0b635375dbb934eabd60" + }, + { + "name": "LowPower_LowPowerLab", + "version": "2.2.0", + "author": "LowPowerLab", + "maintainer": "LowPowerLab", + "sentence": "AVR \u0026 SAMD power management library", + "paragraph": "AVR \u0026 SAMD power management library, based on RocketScream Low-Power", + "website": "https://github.com/LowPowerLab/LowPower", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LowPowerLab/LowPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LowPowerLab/LowPower_LowPowerLab-2.2.0.zip", + "archiveFileName": "LowPower_LowPowerLab-2.2.0.zip", + "size": 12468, + "checksum": "SHA-256:b65c831af7290cbc99521288f802d9e80756e16d67922a8808af288ecc91b802" + }, + { + "name": "Lifely Agrumino Lemon", + "version": "1.2.0", + "author": "Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e,", + "maintainer": "Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e, Gabriele Foddis \u003cgabriele.foddis@lifely.cc\u003e", + "sentence": "A library for Agrumino Lemon Device", + "paragraph": "Agrumino Lemon Dev Board with built-in sensors(soil moisture, temperature and lux)", + "website": "https://github.com/lifely-cc/agruminoLemon-libraries", + "category": "Signal Input/Output", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lifely-cc/agruminoLemon-libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lifely-cc/Lifely_Agrumino_Lemon-1.2.0.zip", + "archiveFileName": "Lifely_Agrumino_Lemon-1.2.0.zip", + "size": 262252, + "checksum": "SHA-256:e8053786ea9047394858b0590b21ebf85570bf51f3ceace7c1f5071bf7aa333f" + }, + { + "name": "Lifely Agrumino Lemon", + "version": "1.4.3", + "author": "Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e,", + "maintainer": "Gabriele Foddis \u003cgabriele.foddis@lifely.cc\u003e, Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e", + "sentence": "A library for Agrumino Lemon Device", + "paragraph": "Agrumino Lemon Dev Board with built-in sensors(soil moisture, temperature and lux)", + "website": "https://github.com/lifely-cc/agruminoLemon-libraries", + "category": "Signal Input/Output", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lifely-cc/agruminoLemon-libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lifely-cc/Lifely_Agrumino_Lemon-1.4.3.zip", + "archiveFileName": "Lifely_Agrumino_Lemon-1.4.3.zip", + "size": 4688894, + "checksum": "SHA-256:93c290715f4d61ee451298e65d6de70b5cd885cc2426159c5714a06dd19dbff6" + }, + { + "name": "Lifely Agrumino Lemon", + "version": "1.4.4", + "author": "Lifely.cc \u003cinfo@lifely.cc\u003e,", + "maintainer": "Gabriele Foddis \u003cgabriele.foddis@lifely.cc\u003e, Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e", + "sentence": "Library for Agrumino Lemon Device", + "paragraph": "Agrumino Lemon Dev Board with built-in sensors(soil moisture, temperature and lux)", + "website": "https://github.com/lifely-cc/agruminoLemon-libraries", + "category": "Signal Input/Output", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lifely-cc/agruminoLemon-libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lifely-cc/Lifely_Agrumino_Lemon-1.4.4.zip", + "archiveFileName": "Lifely_Agrumino_Lemon-1.4.4.zip", + "size": 4689009, + "checksum": "SHA-256:72e0ef03a43c87d39de95f63d5b62ec2dbcaa300e165530dbaaa8775cd76efff" + }, + { + "name": "Lifely Agrumino Lemon", + "version": "1.5.4", + "author": "Lifely.cc \u003cinfo@lifely.cc\u003e,", + "maintainer": "Gabriele Foddis \u003cgabriele.foddis@lifely.cc\u003e, Giuseppe Broccia \u003cgiuseppe.broccia@lifely.cc\u003e", + "sentence": "Library for Agrumino Lemon Device", + "paragraph": "Agrumino Lemon Dev Board with built-in sensors(soil moisture, temperature and lux)", + "website": "https://github.com/lifely-cc/agruminoLemon-libraries", + "category": "Signal Input/Output", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lifely-cc/agruminoLemon-libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lifely-cc/Lifely_Agrumino_Lemon-1.5.4.zip", + "archiveFileName": "Lifely_Agrumino_Lemon-1.5.4.zip", + "size": 4517903, + "checksum": "SHA-256:30653863f51e4afad0e4dadde0a01e3c760e14f911a486b4a0affb9c6bf960bc" + }, + { + "name": "STM32duino VL6180", + "version": "1.0.0", + "author": "AST", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180 (proximity sensor)", + "paragraph": "This library provides simple measure distance in mm.", + "website": "https://github.com/stm32duino/VL6180", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL6180.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL6180-1.0.0.zip", + "archiveFileName": "STM32duino_VL6180-1.0.0.zip", + "size": 52799, + "checksum": "SHA-256:7213fa93fc0f59f0a2946ca6d61242d723f3ccae6d70120cfd396e72c168b214" + }, + { + "name": "STM32duino X-NUCLEO-6180A1", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180 sensors on board of X-NUCLEO-6180A1", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/X-NUCLEO-6180A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-6180A1.git", + "dependencies": [ + { + "name": "STM32duino VL6180" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_6180A1-1.0.0.zip", + "size": 15690, + "checksum": "SHA-256:0a2576a4741deb0c298326201341dea21205b1dca871f9212ba569aa455adc4a" + }, + { + "name": "STM32duino X-NUCLEO-6180A1", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL6180 sensors on board of X-NUCLEO-6180A1", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/X-NUCLEO-6180A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-6180A1.git", + "dependencies": [ + { + "name": "STM32duino VL6180" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_6180A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_6180A1-1.0.1.zip", + "size": 15673, + "checksum": "SHA-256:6987284d279ffdbb9b8a1bdff438b9a90025d6636c346faf1449e84673f8a54a" + }, + { + "name": "mufonts", + "version": "0.1.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Fonts for GFX library and muwerk mupplets", + "paragraph": "A collection of fonts compatible with Adafruit GFX library and some display mupplets from muwerk", + "website": "https://github.com/muwerk/mufonts", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mufonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mufonts-0.1.0.zip", + "archiveFileName": "mufonts-0.1.0.zip", + "size": 7742, + "checksum": "SHA-256:3fdb8d64352dbdefab184c37c0ce7f5cdb801a293c7c5277a42a3b31741357eb" + }, + { + "name": "mufonts", + "version": "0.2.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "Fonts for GFX library and muwerk mupplets", + "paragraph": "A collection of fonts compatible with Adafruit GFX library and some display mupplets from muwerk", + "website": "https://github.com/muwerk/mufonts", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mufonts.git", + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mufonts-0.2.0.zip", + "archiveFileName": "mufonts-0.2.0.zip", + "size": 10852, + "checksum": "SHA-256:77c5b48b965d45ace4581fd8818446333f54f65f2c5c5aafef9d33b7df956916" + }, + { + "name": "serialEEPROM", + "version": "1.0.0", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for I2C EEPROM", + "paragraph": "Supported/tested devices: AT24C128/256 and 24C01C", + "website": "https://github.com/argandas/serialEEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/argandas/serialEEPROM.git", + "providesIncludes": [ + "serialEEPROM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/serialEEPROM-1.0.0.zip", + "archiveFileName": "serialEEPROM-1.0.0.zip", + "size": 8007, + "checksum": "SHA-256:20542e27f5094aa8046bab7f92b6fe62f78a1fa45e1903a047755b3362a81e0f" + }, + { + "name": "serialEEPROM", + "version": "2.0.1", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for I2C EEPROM", + "paragraph": "Supported/tested devices: AT24C128/256 and 24C01C", + "website": "https://github.com/argandas/serialEEPROM.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/argandas/serialEEPROM.git", + "providesIncludes": [ + "serialEEPROM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/serialEEPROM-2.0.1.zip", + "archiveFileName": "serialEEPROM-2.0.1.zip", + "size": 7752, + "checksum": "SHA-256:0b649a7eb75c1dfb8b9406bca9998dbbb2fd44bee50bb56d5381817dab1a87ce" + }, + { + "name": "SerialCommand", + "version": "1.0.0", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino library for Serial Commands over a serial port", + "paragraph": "Arduino library for Serial Commands over a serial port", + "website": "https://github.com/argandas/SerialCommand.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/argandas/SerialCommand.git", + "providesIncludes": [ + "SerialCommand.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/SerialCommand-1.0.0.zip", + "archiveFileName": "SerialCommand-1.0.0.zip", + "size": 10615, + "checksum": "SHA-256:da0e01889598d771f3e2217b32d9e53172ab685b16db04b7d1a7fe61102af3c4" + }, + { + "name": "SerialCommand", + "version": "2.0.1", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e, Daniel Castellon \u003cdanielc.marin@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino library for Serial Commands over a serial port", + "paragraph": "Arduino library for Serial Commands over a serial port", + "website": "https://github.com/argandas/SerialCommand.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/argandas/SerialCommand.git", + "providesIncludes": [ + "SerialCommand.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/SerialCommand-2.0.1.zip", + "archiveFileName": "SerialCommand-2.0.1.zip", + "size": 10614, + "checksum": "SHA-256:2eea6da652ea44a149f15ada255937997db6c426508d9f7bb8897cb66dd66e5a" + }, + { + "name": "mupplet-core", + "version": "0.1.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.1.1.zip", + "archiveFileName": "mupplet_core-0.1.1.zip", + "size": 219080, + "checksum": "SHA-256:d90f6e93b1938a61b533b1d7455eeec6ad325d54111b1362d40a6caa70ccdae8" + }, + { + "name": "mupplet-core", + "version": "0.2.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.2.1.zip", + "archiveFileName": "mupplet_core-0.2.1.zip", + "size": 219631, + "checksum": "SHA-256:5f4125a5d8c38e0832fcc1d24d2f94e87e0441b4488b4ed6c075ce941ef2cfa7" + }, + { + "name": "mupplet-core", + "version": "0.3.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.3.0.zip", + "archiveFileName": "mupplet_core-0.3.0.zip", + "size": 220469, + "checksum": "SHA-256:d000c81ecdcf170459ec4c57f5bfb71e04f467adffea595afee8f7121bb1b2cb" + }, + { + "name": "mupplet-core", + "version": "0.4.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.4.0.zip", + "archiveFileName": "mupplet_core-0.4.0.zip", + "size": 226587, + "checksum": "SHA-256:34db84d1203718294e87ae729847c4e6904d45a67451c16b23e6510790c29db7" + }, + { + "name": "mupplet-core", + "version": "0.5.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.5.0.zip", + "archiveFileName": "mupplet_core-0.5.0.zip", + "size": 246880, + "checksum": "SHA-256:e320dd8d81f949a5958dcb0d782ee05eb22b51db7c245618a9c74439e37375f1" + }, + { + "name": "mupplet-core", + "version": "0.5.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.5.1.zip", + "archiveFileName": "mupplet_core-0.5.1.zip", + "size": 247070, + "checksum": "SHA-256:25c752b59e35967644a318fa5f0d996a6f3c1ba3f60e1d8cc2e2aa8190f71185" + }, + { + "name": "mupplet-core", + "version": "0.5.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.5.2.zip", + "archiveFileName": "mupplet_core-0.5.2.zip", + "size": 254410, + "checksum": "SHA-256:a1bbb9610be6968278ba1c2d688f2efdbef455f4c1c4e7b9f0dddf0c95a52667" + }, + { + "name": "mupplet-core", + "version": "0.5.4", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Core Library", + "paragraph": "A collection of hardware applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-core", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-core.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_core-0.5.4.zip", + "archiveFileName": "mupplet_core-0.5.4.zip", + "size": 257754, + "checksum": "SHA-256:1511ac260898017d4ff40fdece9620a8201484e152f2b6eab256765cadcfb402" + }, + { + "name": "SerialToWifi", + "version": "0.1.0", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Simply include the SerialToWifi.h, configure your host address and port and all the calls to the Serial library will be redirected to your host via wifi. Commands like Serial.println() and Serial.readStringUntil() are all supported. The connection is initiated by your Arduino/ESP board to your host computer. This means that as long as your host's TCP port is reachable, the device will send its data over standard serial commands, wherever the board is on your local network or the Internet. To revert to the original Serial behavior, simply comment out the header file.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.0.zip", + "archiveFileName": "SerialToWifi-0.1.0.zip", + "size": 8712, + "checksum": "SHA-256:81d879da893e67bc62356b79e7036b13305744f27929ae2996193da0fa51febb" + }, + { + "name": "SerialToWifi", + "version": "0.1.1", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Simply Commands like Serial.println() and Serial.readStringUntil() are all supported.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.1.zip", + "archiveFileName": "SerialToWifi-0.1.1.zip", + "size": 8713, + "checksum": "SHA-256:e4264f649598c0e86462777b8f1b66938e3ba6b7452b229e5a329d7c1a93cbdc" + }, + { + "name": "SerialToWifi", + "version": "0.1.2", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Commands like Serial.println() and Serial.readStringUntil() are all supported and forwarded to a remote console over the network.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.2.zip", + "archiveFileName": "SerialToWifi-0.1.2.zip", + "size": 8727, + "checksum": "SHA-256:597df8bbb7bca6a74a06427ebe0ab6a614a9eaceab83fefa36c7f52f33b4c360" + }, + { + "name": "SerialToWifi", + "version": "0.1.3", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Commands like Serial.println() and Serial.readStringUntil() are all supported and forwarded to a remote console over the network.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.3.zip", + "archiveFileName": "SerialToWifi-0.1.3.zip", + "size": 8758, + "checksum": "SHA-256:2b737cf6d288009e84030b199bf6df059d988c314c7a86cfe20c0a4a36c393c5" + }, + { + "name": "SerialToWifi", + "version": "0.1.4", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi.", + "paragraph": "Commands like Serial.println() and Serial.readStringUntil() are all supported and forwarded to a remote console over the network.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.4.zip", + "archiveFileName": "SerialToWifi-0.1.4.zip", + "size": 8787, + "checksum": "SHA-256:41baae643a709404a82900ac84b380a77784802b36ef7a206a911cccd08e6170" + }, + { + "name": "SerialToWifi", + "version": "0.1.6", + "author": "Pascal Longpre", + "maintainer": "Pascal Longpre \u003clongprep@hotmail.com\u003e", + "sentence": "Drop-in replacement for the Serial Arduino library that manages i/o to a remote console over wifi on ESP32.", + "paragraph": "Commands like Serial.println() and Serial.readStringUntil() are all supported and forwarded to a remote console over the network.", + "website": "https://github.com/Invzblio/SerialToWifi", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invzblio/SerialToWifi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invzblio/SerialToWifi-0.1.6.zip", + "archiveFileName": "SerialToWifi-0.1.6.zip", + "size": 9019, + "checksum": "SHA-256:bb717c610850b406ff0d1864102aa95cbd1e23489b4542f92e14d6dbb502b8e0" + }, + { + "name": "TheVaporTrail SubPixel", + "version": "0.5.0", + "author": "David Kaufman", + "maintainer": "David Kaufman \u003cdavid@TheVaporTrail.com\u003e", + "sentence": "Library for smooth LED animation and color blending.", + "paragraph": "SubPixel provides a way to set the color of less than an whole LED by using fixed-point math.", + "website": "https://github.com/thevaportrail/TheVaporTrail_SubPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheVaporTrail/TheVaporTrail_SubPixel.git", + "dependencies": [ + { + "name": "AdaFruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheVaporTrail/TheVaporTrail_SubPixel-0.5.0.zip", + "archiveFileName": "TheVaporTrail_SubPixel-0.5.0.zip", + "size": 23356, + "checksum": "SHA-256:281f2ecbac8e6b65522aa33f5bccdaa1473a08d4b62210c9fcef2113d2d018c8" + }, + { + "name": "WPI430-VMA430 GPS", + "version": "2.0.0", + "author": "Velleman nv \u003cmgos@velleman.eu\u003e", + "maintainer": "Velleman nv \u003cmgos@velleman.eu\u003e", + "sentence": "Velleman WPI430-VMA430 GPS module library", + "paragraph": "decodes and parses location and time data", + "website": "https://github.com/Velleman/VMA430_GPS_Module", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Velleman/VMA430_GPS_Module.git", + "providesIncludes": [ + "VMA430_GPS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/WPI430_VMA430_GPS-2.0.0.zip", + "archiveFileName": "WPI430_VMA430_GPS-2.0.0.zip", + "size": 814941, + "checksum": "SHA-256:1fea361b9196a373748a9bd88448256433618a0affed54b0036f25546d778db3" + }, + { + "name": "mrm-col-b", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 11-channel color sensor", + "website": "https://github.com/PribaNosati/mrm-col-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-col-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_b-0.0.0.zip", + "archiveFileName": "mrm_col_b-0.0.0.zip", + "size": 6374, + "checksum": "SHA-256:6e142fc433c3f2c0fc8eddc483bc6187a529249d8084e99d9300aaa423055c90" + }, + { + "name": "mrm-col-b", + "version": "0.0.1", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 11-channel color sensor", + "website": "https://github.com/PribaNosati/mrm-col-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-col-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_b-0.0.1.zip", + "archiveFileName": "mrm_col_b-0.0.1.zip", + "size": 8081, + "checksum": "SHA-256:cb024be564ac361223c230de2a468fbe9caaa92e3074e72587a5b21a450bdc52" + }, + { + "name": "mrm-col-b", + "version": "0.0.2", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-col-b", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 11-channel color sensor", + "website": "https://github.com/PribaNosati/mrm-col-b", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PribaNosati/mrm-col-b.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_b-0.0.2.zip", + "archiveFileName": "mrm_col_b-0.0.2.zip", + "size": 8115, + "checksum": "SHA-256:12179ebc0f01e2181e0cf3eb74be270f337684e299d845c85cd7bce7b2948415" + }, + { + "name": "Advance Seven Segment", + "version": "1.0.0", + "author": "Mohamad Hoseini", + "maintainer": "Mohamd Hoseini mhoseini967@gmail.com", + "sentence": "Summary", + "paragraph": "this library created for user friendly access to seven segment", + "website": "https://github.com/mhoseini967/AdvancedSevenSegment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mhoseini967/AdvancedSevenSegment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhoseini967/Advance_Seven_Segment-1.0.0.zip", + "archiveFileName": "Advance_Seven_Segment-1.0.0.zip", + "size": 7659, + "checksum": "SHA-256:c053d9f666229a79b3a63217755d62f4d15c9d83b24fcd26fc4cec0a048a37ba" + }, + { + "name": "Advance Seven Segment", + "version": "1.0.1", + "author": "Mohamad Hoseini", + "maintainer": "Mohamd Hoseini mhoseini967@gmail.com", + "sentence": "Summary", + "paragraph": "this library created for user friendly access to seven segment", + "website": "https://github.com/mhoseini967/AdvancedSevenSegment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mhoseini967/AdvancedSevenSegment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhoseini967/Advance_Seven_Segment-1.0.1.zip", + "archiveFileName": "Advance_Seven_Segment-1.0.1.zip", + "size": 10798, + "checksum": "SHA-256:5682f1f997ddaeefbd9892cc63880f728d73cd48ede08cdf2a676300345b6819" + }, + { + "name": "ESP32TinyUSB", + "version": "1.0.0", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 using the Arduino platform.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "providesIncludes": [ + "cdc_usb.h dfuusb.h hidusb.h midiusb.h mscusb.h webusb.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.0.0.zip", + "archiveFileName": "ESP32TinyUSB-1.0.0.zip", + "size": 56635, + "checksum": "SHA-256:c32b560f78619f400861ab1ef3453a590f2aa49d62ccc23493b2cd27d8be1a1f" + }, + { + "name": "ESP32TinyUSB", + "version": "1.2.0", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "providesIncludes": [ + "cdcusb.h dfuusb.h hidusb.h midiusb.h mscusb.h webusb.h ramdisk.h sdusb.h hidmouse.h hidkeyboard.h hidgeneric.h hidcomposite.h hidgamepad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.2.0.zip", + "archiveFileName": "ESP32TinyUSB-1.2.0.zip", + "size": 61129, + "checksum": "SHA-256:2698db487dcacadf81c38fb0c399461301b94cd3674dcd39093178e612fb0483" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.0", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.0.zip", + "archiveFileName": "ESP32TinyUSB-1.3.0.zip", + "size": 62555, + "checksum": "SHA-256:e34b764db272fda364d73273d30c3a9579c539b8ac48fd2b53657b73e02c4fec" + }, + { + "name": "ESP32TinyUSB", + "version": "1.2.1", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.2.1.zip", + "archiveFileName": "ESP32TinyUSB-1.2.1.zip", + "size": 62550, + "checksum": "SHA-256:f00075fab490cdcab4c90df843d9132eb81e2856575a46990b47d233f8d01150" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.1", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.1.zip", + "archiveFileName": "ESP32TinyUSB-1.3.1.zip", + "size": 62508, + "checksum": "SHA-256:182d38809e6e9e7e125496475236bcddd83dddaa3a5cfd3aaacc80a2f8839355" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.2", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.2.zip", + "archiveFileName": "ESP32TinyUSB-1.3.2.zip", + "size": 62507, + "checksum": "SHA-256:f01223dffada62f8407b78abde5de064f1e1f48455f099b23fd6b3a1fed009f7" + }, + { + "name": "ESP32TinyUSB", + "version": "1.3.4", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-1.3.4.zip", + "archiveFileName": "ESP32TinyUSB-1.3.4.zip", + "size": 62686, + "checksum": "SHA-256:8524ad4675763490efc537a5fdf03fa7b306102e0537a967e8432efde462244d" + }, + { + "name": "ESP32TinyUSB", + "version": "2.0.0", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-2.0.0.zip", + "archiveFileName": "ESP32TinyUSB-2.0.0.zip", + "size": 108480, + "checksum": "SHA-256:d1417935e776377fe4e1d37cfc85301c34cbf23f2f1d3eee73e514f35cefbfde" + }, + { + "name": "ESP32TinyUSB", + "version": "2.0.2", + "author": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "maintainer": "Dariusz Krempa \u003cesp32@esp32.eu.org\u003e", + "sentence": "USB functions for ESP32-S2", + "paragraph": "This library provides an implementation of tinyusb for the ESP32-S2 for Arduino.", + "website": "https://github.com/chegewara/EspTinyUSB", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chegewara/EspTinyUSB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chegewara/ESP32TinyUSB-2.0.2.zip", + "archiveFileName": "ESP32TinyUSB-2.0.2.zip", + "size": 108559, + "checksum": "SHA-256:963af79c73ee203a934f5479e3189ef51ca2441d5fb402f10b35e3ca349fa56d" + }, + { + "name": "Max31328RTC", + "version": "1.0.0", + "author": "Maxim Integrated", + "maintainer": "Maxim Integrated \u003csupport@maximintegrated.com\u003e", + "sentence": "Library for Max31328 Real Time Clock.", + "paragraph": "Max31328 is a real time clock with I2C interface, integrated crystal and power management.", + "website": "https://github.com/MaximIntegrated/MAX31328-Arduino-Driver", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaximIntegrated/MAX31328-Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaximIntegrated/Max31328RTC-1.0.0.zip", + "archiveFileName": "Max31328RTC-1.0.0.zip", + "size": 11003, + "checksum": "SHA-256:f8a94391d8cd7287370b77724dd8fe52869b4d59f292c3f21adc5d9e0a3081ce" + }, + { + "name": "Max31328RTC", + "version": "1.0.1", + "author": "Maxim Integrated", + "maintainer": "Maxim Integrated \u003csupport@maximintegrated.com\u003e", + "sentence": "Library for Max31328 Real Time Clock.", + "paragraph": "Max31328 is a real time clock with I2C interface, integrated crystal and power management.", + "website": "https://github.com/MaximIntegrated/MAX31328-Arduino-Driver", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaximIntegrated/MAX31328-Arduino-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaximIntegrated/Max31328RTC-1.0.1.zip", + "archiveFileName": "Max31328RTC-1.0.1.zip", + "size": 15008, + "checksum": "SHA-256:6d08cc82db7b972a3cf32f1c3c94dd961defa43099a0fdd2aac738a819d09d91" + }, + { + "name": "runner", + "version": "0.1.0", + "author": "Antonio Colagrande \u003cantcolag@gmail.com\u003e", + "maintainer": "Antonio Colagrande \u003cantcolag@gmail.com\u003e", + "sentence": "A kind of shell for Arduino.", + "paragraph": "This library provides an interface to handle commands and streams.", + "website": "https://github.com/antcolag/runner", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antcolag/runner.git", + "providesIncludes": [ + "runner.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/antcolag/runner-0.1.0.zip", + "archiveFileName": "runner-0.1.0.zip", + "size": 14863, + "checksum": "SHA-256:1f65d61adfad829e200e9b3a90d8ec53d6a1077374914a718702ba7e50752804" + }, + { + "name": "runner", + "version": "0.2.0", + "author": "Antonio Colagrande \u003cantcolag@gmail.com\u003e", + "maintainer": "Antonio Colagrande \u003cantcolag@gmail.com\u003e", + "sentence": "A kind of shell for Arduino.", + "paragraph": "This library provides an interface to handle commands and streams.", + "website": "https://github.com/antcolag/runner", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/antcolag/runner.git", + "providesIncludes": [ + "runner.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/antcolag/runner-0.2.0.zip", + "archiveFileName": "runner-0.2.0.zip", + "size": 15208, + "checksum": "SHA-256:8f22fe9fecfcf8eea4e8e1dd59e57e0dc6d917e22d346c6def2387f13440a40d" + }, + { + "name": "MIDIcontroller", + "version": "2.3.2", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs; momentary, latch or 'trigger' type MIDI buttons (also works with Cap Touch); stable analog to MIDI conversion for potentiometers and other sensors; stable Capacitive Touch to MIDI conversion for expression control; support for encoders; Min/Max output can be set (or inverted) for all MIDI; Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.3.2.zip", + "archiveFileName": "MIDIcontroller-2.3.2.zip", + "size": 207440, + "checksum": "SHA-256:8ff8bc14621a2c023360ca81cb6cd777652f2a16c6e6c412f1f5645184952fee" + }, + { + "name": "MIDIcontroller", + "version": "2.3.3", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs; momentary, latch or 'trigger' type MIDI buttons (also works with Cap Touch); stable analog to MIDI conversion for potentiometers and other sensors; stable Capacitive Touch to MIDI conversion for expression control; support for encoders; Min/Max output can be set (or inverted) for all MIDI; Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.3.3.zip", + "archiveFileName": "MIDIcontroller-2.3.3.zip", + "size": 207488, + "checksum": "SHA-256:b0bd5e5ecf88ac3ee7fb2a288fecb6509539e49433cfff52724724a2762f935c" + }, + { + "name": "MIDIcontroller", + "version": "2.3.4", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs; momentary, latch or 'trigger' type MIDI buttons (also works with Cap Touch); stable analog to MIDI conversion for potentiometers and other sensors; stable Capacitive Touch to MIDI conversion for expression control; support for encoders; Min/Max output can be set (or inverted) for all MIDI; Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.3.4.zip", + "archiveFileName": "MIDIcontroller-2.3.4.zip", + "size": 208626, + "checksum": "SHA-256:4306581043515c6945c9bd4cdf02c33e3d1d80a551d6d6e3ce09f63f64d0ca50" + }, + { + "name": "MIDIcontroller", + "version": "2.4.0", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs - momentary, latch or trigger type MIDI buttons (also works with Cap Touch) - stable analog to MIDI conversion for potentiometers and other sensors - stable Capacitive Touch to MIDI conversion for expression control - support for encoders - Min/Max output can be set (or inverted) for all MIDI - Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.4.0.zip", + "archiveFileName": "MIDIcontroller-2.4.0.zip", + "size": 208703, + "checksum": "SHA-256:a339fecaa068048a241e79c9857bdf856f3b177acf2de64969378c07cfbaa003" + }, + { + "name": "MIDIcontroller", + "version": "2.4.2", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs - momentary, latch or trigger type MIDI buttons (also works with Cap Touch) - stable analog to MIDI conversion for potentiometers and other sensors - stable Capacitive Touch to MIDI conversion for expression control - support for encoders - Min/Max output can be set (or inverted) for all MIDI - Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.4.2.zip", + "archiveFileName": "MIDIcontroller-2.4.2.zip", + "size": 208775, + "checksum": "SHA-256:251067dca17f9db9cf59229c877b5aa314660bc99c8509b704337c240a210434" + }, + { + "name": "MIDIcontroller", + "version": "2.4.3", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs - momentary, latch or trigger type MIDI buttons (also works with Cap Touch) - stable analog to MIDI conversion for potentiometers and other sensors - stable Capacitive Touch to MIDI conversion for expression control - support for encoders - Min/Max output can be set (or inverted) for all MIDI - Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.4.3.zip", + "archiveFileName": "MIDIcontroller-2.4.3.zip", + "size": 208828, + "checksum": "SHA-256:533a55cdd39947c3951c3625b8ec411b80a5135e2a47fae3c5f596caa252a39e" + }, + { + "name": "MIDIcontroller", + "version": "2.5.3", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs - momentary, latch or trigger type MIDI buttons (also works with Cap Touch) - stable analog to MIDI conversion for potentiometers and other sensors - stable Capacitive Touch to MIDI conversion for expression control - support for encoders - Min/Max output can be set (or inverted) for all MIDI - Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.5.3.zip", + "archiveFileName": "MIDIcontroller-2.5.3.zip", + "size": 206551, + "checksum": "SHA-256:536f6efdab57bafa7db1736ffb422b25b8b9b23358712c0b3e389caceeb4de98" + }, + { + "name": "MIDIcontroller", + "version": "2.5.4", + "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", + "sentence": "A library for creating Teensy MIDI controllers.", + "paragraph": "Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs - momentary, latch or trigger type MIDI buttons (also works with Cap Touch) - stable analog to MIDI conversion for potentiometers and other sensors - stable Capacitive Touch to MIDI conversion for expression control - support for encoders - Min/Max output can be set (or inverted) for all MIDI - Min/Max input can also be set for analog input (maintaining stability in conversion)", + "website": "https://github.com/joshnishikawa/MIDIcontroller", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshnishikawa/MIDIcontroller.git", + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "Flicker" + }, + { + "name": "Bounce2" + }, + { + "name": "Encoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/MIDIcontroller-2.5.4.zip", + "archiveFileName": "MIDIcontroller-2.5.4.zip", + "size": 206648, + "checksum": "SHA-256:99cea46ad2c4ba7947ded7e7028520b703e9919b96c068ade469d5923955939a" + }, + { + "name": "MatrixCharlieplex", + "version": "0.1.3", + "author": "Tamal Patra", + "maintainer": "Tamal Patra \u003cpatra.tamal@gmail.com\u003e", + "sentence": "A library for Arduino to control Charlieplexed LED matrices.", + "paragraph": "Drive (N * (N-1)) number of \"Charlieplxed\" diode matrices (e.g. LED Matrix) with N number of outputs capable of tri-state. Inspired by Charlieplexing design idea from http://wealoneonearth.blogspot.com/2013/03/design-note-charlieplexing-led-matrices.html", + "website": "https://github.com/turn-a-round/Arduino-Charlieplexing", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/turn-a-round/Arduino-Charlieplexing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/turn-a-round/MatrixCharlieplex-0.1.3.zip", + "archiveFileName": "MatrixCharlieplex-0.1.3.zip", + "size": 195397, + "checksum": "SHA-256:ca534ab600c575b0d162717db321df8170ca8a4db7cabb16c9d2ebb06843ad4b" + }, + { + "name": "MatrixCharlieplex", + "version": "0.1.4", + "author": "Tamal Patra", + "maintainer": "Tamal Patra \u003cpatra.tamal@gmail.com\u003e", + "sentence": "A library for Arduino to control Charlieplexed LED matrices.", + "paragraph": "Drive (N * (N-1)) number of \"Charlieplxed\" diode matrices (e.g. LED Matrix) with N number of outputs capable of tri-state. Inspired by Charlieplexing design idea from http://wealoneonearth.blogspot.com/2013/03/design-note-charlieplexing-led-matrices.html", + "website": "https://github.com/turn-a-round/Arduino-Charlieplexing", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/turn-a-round/Arduino-Charlieplexing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/turn-a-round/MatrixCharlieplex-0.1.4.zip", + "archiveFileName": "MatrixCharlieplex-0.1.4.zip", + "size": 195407, + "checksum": "SHA-256:5437a241e28c76e28659dfe1e8b36db0ca4cd1cbb306ddd9aa7be1eaf5eb1212" + }, + { + "name": "currency", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.0.zip", + "archiveFileName": "currency-0.1.0.zip", + "size": 6898, + "checksum": "SHA-256:f978e0a2070509a038efae6995b7238936735452b46f632440cea8e87d9835c8" + }, + { + "name": "currency", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.1.zip", + "archiveFileName": "currency-0.1.1.zip", + "size": 6924, + "checksum": "SHA-256:196d74bf3dea4a3f7e6438527eeaf6238618cbb7391287dc1de4cbc30b6190c1" + }, + { + "name": "currency", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.2.zip", + "archiveFileName": "currency-0.1.2.zip", + "size": 7214, + "checksum": "SHA-256:02d2f608d814e3904bb5bc32e02f6f809c8d15b3b759467e970009e47bb1338b" + }, + { + "name": "currency", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.3.zip", + "archiveFileName": "currency-0.1.3.zip", + "size": 7420, + "checksum": "SHA-256:bc80c35078f01cc247823cf6674c84db3515206773c5e2f74f9425865f17c910" + }, + { + "name": "currency", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.4.zip", + "archiveFileName": "currency-0.1.4.zip", + "size": 7441, + "checksum": "SHA-256:e31d813337f858c0bbc6356f4c885f09da81a649b4aa5b2b8fe9e0f4dcf0c86f" + }, + { + "name": "currency", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.5.zip", + "archiveFileName": "currency-0.1.5.zip", + "size": 9003, + "checksum": "SHA-256:f52a5f717b8dbce9d80836e6867a6a0473ab0028f4c253c22b858855277aa628" + }, + { + "name": "currency", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.6.zip", + "archiveFileName": "currency-0.1.6.zip", + "size": 9596, + "checksum": "SHA-256:e29c7c53b910bea0622e75cbb717bf362db48b41b074515634c0415bb4c5ffbe" + }, + { + "name": "currency", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.7.zip", + "archiveFileName": "currency-0.1.7.zip", + "size": 10005, + "checksum": "SHA-256:b0574353c8f0f0cad483cbcc65c7875aedbccd72e676eb863a6a2f3e89f244ab" + }, + { + "name": "currency", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00.", + "paragraph": "Supports 64 bit integers currency64(..)", + "website": "https://github.com/RobTillaart/currency", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Currency.git", + "providesIncludes": [ + "currency.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/currency-0.1.8.zip", + "archiveFileName": "currency-0.1.8.zip", + "size": 10222, + "checksum": "SHA-256:ab644f40de0d34c17424efe4618933295c7081b1230166d6c66513a6911ffcfa" + }, + { + "name": "Seeed Arduino rpcWiFi", + "version": "1.0.3", + "author": "hongtai.liu(lht856@foxmail.com) for SeeedStudio", + "maintainer": "hongtai.liu(lht856@foxmail.com)", + "sentence": "A lightweight WiFi Arduino Library", + "paragraph": "A lightweight WiFi Arduino library communicates with coprocessor rtl8720dn through Seeed_Arduino_rpcUnified to realize local WiFi access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi-1.0.3.zip", + "archiveFileName": "Seeed_Arduino_rpcWiFi-1.0.3.zip", + "size": 173489, + "checksum": "SHA-256:ee0c4c3fe6d685e318076bab331c227d54a490079514366142bd37e4c42d46c3" + }, + { + "name": "Seeed Arduino rpcWiFi", + "version": "1.0.4", + "author": "hongtai.liu(lht856@foxmail.com) for SeeedStudio", + "maintainer": "hongtai.liu(lht856@foxmail.com)", + "sentence": "A lightweight WiFi Arduino Library", + "paragraph": "A lightweight WiFi Arduino library communicates with coprocessor rtl8720dn through Seeed_Arduino_rpcUnified to realize local WiFi access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi-1.0.4.zip", + "archiveFileName": "Seeed_Arduino_rpcWiFi-1.0.4.zip", + "size": 181891, + "checksum": "SHA-256:bca8b62bbd9efd3bc2469abde2b22b402d46ab18d5802e85d36b5a71a39ef6ca" + }, + { + "name": "Seeed Arduino rpcWiFi", + "version": "1.0.5", + "author": "hongtai.liu(lht856@foxmail.com) for SeeedStudio", + "maintainer": "hongtai.liu(lht856@foxmail.com)", + "sentence": "A lightweight WiFi Arduino Library", + "paragraph": "A lightweight WiFi Arduino library communicates with coprocessor rtl8720dn through Seeed_Arduino_rpcUnified to realize local WiFi access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi-1.0.5.zip", + "archiveFileName": "Seeed_Arduino_rpcWiFi-1.0.5.zip", + "size": 181866, + "checksum": "SHA-256:c7c6e48030b7732ac814fe9fa2ed078f33cccf798bbe15d43bf1fe919ce7b55c" + }, + { + "name": "Seeed Arduino rpcWiFi", + "version": "1.0.6", + "author": "hongtai.liu(lht856@foxmail.com) for SeeedStudio", + "maintainer": "hongtai.liu(lht856@foxmail.com)", + "sentence": "A lightweight WiFi Arduino Library", + "paragraph": "A lightweight WiFi Arduino library communicates with coprocessor rtl8720dn through Seeed_Arduino_rpcUnified to realize local WiFi access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi.git", + "dependencies": [ + { + "name": "Seeed Arduino rpcUnified" + }, + { + "name": "Seeed_Arduino_mbedtls" + }, + { + "name": "Seeed Arduino FS" + }, + { + "name": "Seeed Arduino SFUD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi-1.0.6.zip", + "archiveFileName": "Seeed_Arduino_rpcWiFi-1.0.6.zip", + "size": 181897, + "checksum": "SHA-256:785e53c5e597789ebb8095b1ece40ea07330803ebd11ad801c534cca9b3da11b" + }, + { + "name": "Easy IoT with CC1101 - Sub-1GHz LORA-like", + "version": "1.0.4", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", + "paragraph": "An easy to use library to send and receive messages between devices using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", + "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101-LORA", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.4.zip", + "archiveFileName": "Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.4.zip", + "size": 1182854, + "checksum": "SHA-256:359cdd2af18b51965249516c0a3a595e57277fb1be7e3faaf163ff092ae15493" + }, + { + "name": "Easy IoT with CC1101 - Sub-1GHz LORA-like", + "version": "1.0.5", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", + "paragraph": "An easy to use library to send and receive messages between devices using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", + "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.5.zip", + "archiveFileName": "Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.5.zip", + "size": 1185531, + "checksum": "SHA-256:d9076b7bf6e2ebec4924f7ccfb84859a2409896648f790f7c0194f27ea46deae" + }, + { + "name": "Easy IoT with CC1101 - Sub-1GHz LORA-like", + "version": "1.0.6", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", + "paragraph": "An easy to use library to send and receive messages between devices using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", + "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.6.zip", + "archiveFileName": "Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-1.0.6.zip", + "size": 1185607, + "checksum": "SHA-256:e0c2c6b0c9dd226ac28eb98c217a9cd73dc51be447d097de05e9f7c33b87c4b8" + }, + { + "name": "Easy IoT with CC1101 - Sub-1GHz LORA-like", + "version": "2.0.0", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", + "paragraph": "An easy to use library to send and receive messages between devices using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", + "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-2.0.0.zip", + "archiveFileName": "Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-2.0.0.zip", + "size": 1135389, + "checksum": "SHA-256:050fdf810313a196870e61096dc637b8eea940dac7e94c92f2f2d1038ac5df95" + }, + { + "name": "Easy IoT with CC1101 - Sub-1GHz LORA-like", + "version": "2.0.1", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", + "paragraph": "An easy to use library to send and receive messages between devices using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", + "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-2.0.1.zip", + "archiveFileName": "Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-2.0.1.zip", + "size": 1136799, + "checksum": "SHA-256:eac0249a5bba297e0511a11636d3e840e2188c20767b811cb45fdcebedab4668" + }, + { + "name": "Easy IoT with CC1101 - Sub-1GHz LORA-like", + "version": "2.0.2", + "author": "Faptastic", + "maintainer": "Faptastic", + "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", + "paragraph": "An easy to use library to send and receive messages between devices using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", + "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-2.0.2.zip", + "archiveFileName": "Easy_IoT_with_CC1101___Sub_1GHz_LORA_like-2.0.2.zip", + "size": 3047976, + "checksum": "SHA-256:beff70f6524311f6c3437277915913e315b1489626b3122451092de5a8ba3054" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.0.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application", + "paragraph": "Easy implement rotary encoder to your application", + "website": "https://github.com/iantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.0.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.0.0.zip", + "size": 14876, + "checksum": "SHA-256:563d0985dbc3633e1688890d8cea9e40dfc5db03404b7524f96f03c9bd8ff3bd" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.2.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application", + "paragraph": "Supports acceleration, setting boundaries. Works with ESP32. New in version 1.2: AiEsp32RotaryEncoderNumberSelector introduced to help selecting for example range -12 do 31.5 in steps of 0.5.", + "website": "https://github.com/iantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.2.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.2.0.zip", + "size": 27884, + "checksum": "SHA-256:b1ff1166b7490d2fb39b74f7ec472f3a286ea645f520c2502ab4f17f5a35d8ee" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.1.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application", + "website": "https://github.com/iantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.1.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.1.0.zip", + "size": 19192, + "checksum": "SHA-256:f8f0682fe56878551eadfecb9199e0153516f31d33368bd87e08bf66f3dfa306" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.3.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application for ESP32 and ESP8266", + "paragraph": "Supports acceleration, setting boundaries. Works with ESP32 and ESP8266. Use version 1.3 for better buttnon handling and updated examples. New in version 1.2: AiEsp32RotaryEncoderNumberSelector helps selecting number in range. Example: -12 do 31.5 in steps of 0.5.", + "website": "https://github.com/iantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.3.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.3.0.zip", + "size": 29085, + "checksum": "SHA-256:bde2d98098e6c1db557c9b3ce89f920fee5291385eae31ac34f616fcf62649a5" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.4.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application for ESP32 and ESP8266", + "paragraph": "Supports acceleration, setting boundaries. Works with ESP32 and ESP8266. Use version 1.3 for better buttnon handling and updated examples. AiEsp32RotaryEncoderNumberSelector helps selecting number in range. Example: -12 do 31.5 in steps of 0.5.", + "website": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.4.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.4.0.zip", + "size": 29850, + "checksum": "SHA-256:dcd454d0174e0adfb74682db1585eeb1eb33f331bb9f2ff97999d923c6440fb8" + }, + { + "name": "Ai Esp32 Rotary Encoder", + "version": "1.6.0", + "author": "Igor Antolic (adapted code from github.com/marcmerlin/IoTuz)", + "maintainer": "Igor Antolic \u003ciantolic@gmail.com\u003e", + "sentence": "Easy implement rotary encoder to your application for ESP32 and ESP8266", + "paragraph": "Supports acceleration, setting boundaries. Works with ESP32 and ESP8266. Use version 1.3 for better buttnon handling and updated examples. AiEsp32RotaryEncoderNumberSelector helps selecting number in range. Example: -12 do 31.5 in steps of 0.5.", + "website": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "category": "Device Control", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/igorantolic/ai-esp32-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/igorantolic/Ai_Esp32_Rotary_Encoder-1.6.0.zip", + "archiveFileName": "Ai_Esp32_Rotary_Encoder-1.6.0.zip", + "size": 35228, + "checksum": "SHA-256:e02c971858541ecb806d1fedec0311da873c48a95bfc21ee91c1bd65f65d1ca2" + }, + { + "name": "ESPEssentials", + "version": "1.0.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 projects", + "paragraph": "Library for setting up the usual features of the ESP8266 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-1.0.0.zip", + "archiveFileName": "ESPEssentials-1.0.0.zip", + "size": 21898, + "checksum": "SHA-256:73d9d5743e585fdc574b2532825ef227710dc55e9879875118d9fa6a5057773c" + }, + { + "name": "ESPEssentials", + "version": "1.0.1", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 projects", + "paragraph": "Library for setting up the usual features of the ESP8266 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-1.0.1.zip", + "archiveFileName": "ESPEssentials-1.0.1.zip", + "size": 22473, + "checksum": "SHA-256:6824ce41541a72a840b1142f4ab17d6a75e1d62a189a0aa5023f4f803a811066" + }, + { + "name": "ESPEssentials", + "version": "2.0.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 and ESP32 projects", + "paragraph": "Library for setting up the usual features of the ESP8266/ESP32 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-2.0.0.zip", + "archiveFileName": "ESPEssentials-2.0.0.zip", + "size": 23027, + "checksum": "SHA-256:49179b3a56e7634dcf19ec9db2e8b7f83cab88d648286508bef26674db423ff5" + }, + { + "name": "ESPEssentials", + "version": "2.1.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 and ESP32 projects", + "paragraph": "Library for setting up the usual features of the ESP8266/ESP32 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-2.1.0.zip", + "archiveFileName": "ESPEssentials-2.1.0.zip", + "size": 23733, + "checksum": "SHA-256:7912e58978ac0d9edd23c8553e9600980c250ca569e9cb02e96af4c8567f6960" + }, + { + "name": "ESPEssentials", + "version": "2.1.1", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 and ESP32 projects", + "paragraph": "Library for setting up the usual features of the ESP8266/ESP32 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-2.1.1.zip", + "archiveFileName": "ESPEssentials-2.1.1.zip", + "size": 23511, + "checksum": "SHA-256:7e5bac823bf46d6560bf95437fc6fe0d3475b28d15c564f99dff50eab7a89fbc" + }, + { + "name": "ESPEssentials", + "version": "2.1.4", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Essentials to get you started with your ESP8266 and ESP32 projects", + "paragraph": "Library for setting up the usual features of the ESP8266/ESP32 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.", + "website": "https://github.com/stnkl/ESPEssentials.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/ESPEssentials.git", + "dependencies": [ + { + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/ESPEssentials-2.1.4.zip", + "archiveFileName": "ESPEssentials-2.1.4.zip", + "size": 23523, + "checksum": "SHA-256:8c054645c6966665866dba3293881ee14a680f4d2c7faf56084e0dc0dcd4577c" + }, + { + "name": "NVSRAM", + "version": "1.0.0", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Arduino library for Microchip 23LCV512 and 23LCV1024 NVSRAM.", + "paragraph": "Arduino library for using Microchip 23LCV512 (64K x 8bit) and 23LCV1024 (128K x 8bit) NVSRAM SPI battery-backed memories.", + "website": "https://github.com/gpb01/NVSRAM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/NVSRAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/NVSRAM-1.0.0.zip", + "archiveFileName": "NVSRAM-1.0.0.zip", + "size": 58152, + "checksum": "SHA-256:fb98d27221f7a5968ef81bc0add4771bbdb51b036b22926ab181fbcb67f32eb6" + }, + { + "name": "VRPC", + "version": "0.1.0", + "author": "Burkhard Heisen \u003cburkhard.heisen@heisenware.com\u003e", + "maintainer": "Heisenware GmbH \u003ccontact@heisenware.com\u003e", + "sentence": "Asynchronous RPC via MQTT", + "paragraph": "VRPC is a modern and asynchronous implementation of the old RPC (remote procedure calls) idea using MQTT as transport layer.", + "website": "https://vrpc.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heisenware/arduino-vrpc.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoSTL" + }, + { + "name": "MQTT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heisenware/VRPC-0.1.0.zip", + "archiveFileName": "VRPC-0.1.0.zip", + "size": 50022, + "checksum": "SHA-256:50c6336a3db33b0336cff0067e69bd50b79ad68faafcf1597c64d89f26afed7c" + }, + { + "name": "VRPC", + "version": "3.0.0", + "author": "Burkhard Heisen \u003cburkhard.heisen@heisenware.com\u003e", + "maintainer": "Heisenware GmbH \u003ccontact@heisenware.com\u003e", + "sentence": "Asynchronous RPC via MQTT", + "paragraph": "VRPC is a modern and asynchronous implementation of the old RPC (remote procedure calls) idea using MQTT as transport layer.", + "website": "https://vrpc.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heisenware/arduino-vrpc.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoSTL" + }, + { + "name": "PubSubClient" + }, + { + "name": "ArduinoUniqueID" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/heisenware/VRPC-3.0.0.zip", + "archiveFileName": "VRPC-3.0.0.zip", + "size": 56672, + "checksum": "SHA-256:f6a10fb692446e8767a7b68504ab08729c23e751dcd6557e266f2172c244ae2c" + }, + { + "name": "I2C SLG", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": [ + "I2C_SLG46826.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.0.zip", + "archiveFileName": "I2C_SLG-1.0.0.zip", + "size": 5034, + "checksum": "SHA-256:ffb68de7f13cb7d3025a1302bbfbae9018c2ba87feac7762085f5c54a6916a2f" + }, + { + "name": "I2C SLG", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": [ + "I2C_SLG46826.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.1.zip", + "archiveFileName": "I2C_SLG-1.0.1.zip", + "size": 7585, + "checksum": "SHA-256:de7948abb69bcc4aa73c45f18941257fc9cb669ecd941f95dcb8c39d8cec5ca4" + }, + { + "name": "I2C SLG", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": [ + "I2C_SLG46826.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.2.zip", + "archiveFileName": "I2C_SLG-1.0.2.zip", + "size": 7953, + "checksum": "SHA-256:62e22e4040cc7077567d7b54908b487afd95826f57a6955a447816d0d6abca63" + }, + { + "name": "I2C SLG", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control I2C GreenPAK SLG46826", + "paragraph": "Library to control I2C GreenPAK SLG46826", + "website": "https://github.com/tanakamasayuki/I2C_SLG", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/I2C_SLG.git", + "providesIncludes": [ + "I2C_SLG46826.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_SLG-1.0.3.zip", + "archiveFileName": "I2C_SLG-1.0.3.zip", + "size": 20463, + "checksum": "SHA-256:eedf984677231aa86b827b4f3cd259880dca33bd68c83e5adb0ca8656ac20ef3" + }, + { + "name": "AwesomeClickButton", + "version": "1.0.1", + "author": "Vahid Moradi", + "maintainer": "Vahid Moradi", + "sentence": "Arduino awesome click button.", + "paragraph": "Handle click on a button with useful functions.", + "website": "https://github.com/viamgr/Awesome-Click-Button", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viamgr/Arduino-Awesome-Click-Button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/viamgr/AwesomeClickButton-1.0.1.zip", + "archiveFileName": "AwesomeClickButton-1.0.1.zip", + "size": 20443, + "checksum": "SHA-256:58e7242326ac8e9b153abf1a3ffbc9545092a757f528e33894bbadf49a8a44ce" + }, + { + "name": "ezBuzzer", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Buzzer library for Arduino", + "paragraph": "This library is designed for buzzer to beep or play memody without using delay() function.", + "website": "https://arduinogetstarted.com/tutorials/arduino-buzzer-library", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/buzzer.git", + "providesIncludes": [ + "ezBuzzer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezBuzzer-1.0.0.zip", + "archiveFileName": "ezBuzzer-1.0.0.zip", + "size": 8863, + "checksum": "SHA-256:a6bc3dbaa7f1c8e12e39b16f1bfc1801897a788da17d8c69cefff272efadb918" + }, + { + "name": "MyDelay", + "version": "1.0.1", + "author": "Marshall Gates \u003cmggates@gmail.com\u003e", + "maintainer": "Marshall Gates \u003cmggates@gmail.com\u003e", + "sentence": "Arduino library that provides a non-blocking repeating timer with callback functionality.", + "paragraph": "This library is designed to simplfy using the builtin Arduino mills function without all the setup. This is done by creating a MyDealy object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the MyDealy object. You can also set a maximum number of times the timer will repeat. The default is to repeat forever.", + "website": "https://github.com/mggates39/MyDelay", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mggates39/MyDelay.git", + "providesIncludes": [ + "MyDelay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mggates39/MyDelay-1.0.1.zip", + "archiveFileName": "MyDelay-1.0.1.zip", + "size": 8762, + "checksum": "SHA-256:fa19e8d45e25b76699f10bea0618065dd33e3c4026889e5c71a2e306cc18ac3e" + }, + { + "name": "MyDelay", + "version": "1.0.2", + "author": "Marshall Gates \u003cmggates@gmail.com\u003e", + "maintainer": "Marshall Gates \u003cmggates@gmail.com\u003e", + "sentence": "Arduino library that provides a non-blocking repeating timer with callback functionality.", + "paragraph": "This library is designed to simplify using the builtin Arduino mills function without all the setup. This is done by creating a MyDelay object and setting the amount of time for the delay you want. From there you place code you want to run in a if statement that checks the update(). If the time for the delay has passed, update will return true. You are also able to run a function in place of an if statement block using a void function and adding it when creating the MyDelay object. You can also set a maximum number of times the timer will repeat. The default is to repeat forever.", + "website": "https://github.com/mggates39/MyDelay", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mggates39/MyDelay.git", + "providesIncludes": [ + "MyDelay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mggates39/MyDelay-1.0.2.zip", + "archiveFileName": "MyDelay-1.0.2.zip", + "size": 8939, + "checksum": "SHA-256:84b4b0e6242868b2ba755c21eeabfaa100bf64f0e89981a590790b0d1c30dcb8" + }, + { + "name": "AT24C256", + "version": "1.0.0", + "author": "Paul Gaudré", + "maintainer": "Paul Gaudré \u003cpaul.gaudre@protonmail.com\u003e", + "sentence": "Library for the AT24C256 EEPROM", + "paragraph": "Arduino library for AT24C256 EEPROM.", + "website": "https://github.com/polohpi/AT24C256", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/polohpi/AT24C256.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/polohpi/AT24C256-1.0.0.zip", + "archiveFileName": "AT24C256-1.0.0.zip", + "size": 2772, + "checksum": "SHA-256:7cafb047d676c10db23afed0a5445a16a6876628e93ba86013166cb33b61e1cd" + }, + { + "name": "Rcn600", + "version": "1.0.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.0.zip", + "archiveFileName": "Rcn600-1.0.0.zip", + "size": 600212, + "checksum": "SHA-256:ac28e4d7566d2cc1af9a07fc9ee76a648b2b7379e83c2a24bf81ef21df7b9eeb" + }, + { + "name": "Rcn600", + "version": "1.0.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.1.zip", + "archiveFileName": "Rcn600-1.0.1.zip", + "size": 600206, + "checksum": "SHA-256:8dd8486e90f0c474230856eebc0a71170532b388522cc05d3505e4dee5a8353c" + }, + { + "name": "Rcn600", + "version": "1.0.3", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.3.zip", + "archiveFileName": "Rcn600-1.0.3.zip", + "size": 599194, + "checksum": "SHA-256:37d3ca2008d2bdeb5a46d0e2e76266d9046b0b4fa3be8c6ab65bc39000ea5898" + }, + { + "name": "Rcn600", + "version": "1.0.4", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.4.zip", + "archiveFileName": "Rcn600-1.0.4.zip", + "size": 601568, + "checksum": "SHA-256:918b0d610c838f9c654408dfee70ef9ef7572f384230e371799a8ed5abda7382" + }, + { + "name": "Rcn600", + "version": "1.0.5", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.5.zip", + "archiveFileName": "Rcn600-1.0.5.zip", + "size": 601801, + "checksum": "SHA-256:b4480941687a162de99230165f95896f4e888ed0fdd0ef4ece6c6cc73d20eee8" + }, + { + "name": "Rcn600", + "version": "1.0.6", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.6.zip", + "archiveFileName": "Rcn600-1.0.6.zip", + "size": 601363, + "checksum": "SHA-256:1d072474079cb51e2347bec65510536990949fd5672d0ca65f13ee2fdcb3c47e" + }, + { + "name": "Rcn600", + "version": "1.0.8", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.0.8.zip", + "archiveFileName": "Rcn600-1.0.8.zip", + "size": 601652, + "checksum": "SHA-256:ce2d0fd29d1eeb119dfef50f8a28522b9f0d8a1f84ebeee95592c9aee225db6b" + }, + { + "name": "Rcn600", + "version": "1.1.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.1.0.zip", + "archiveFileName": "Rcn600-1.1.0.zip", + "size": 603202, + "checksum": "SHA-256:2eb2092c69787dd95ec0427432ade29e645c570386b555c15c45c5465eebf4d0" + }, + { + "name": "Rcn600", + "version": "1.2.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.2.0.zip", + "archiveFileName": "Rcn600-1.2.0.zip", + "size": 602226, + "checksum": "SHA-256:c2966336e837dcb40a0eb01a2444610a6f8ded72bffcc03ab288dc6705a16738" + }, + { + "name": "Rcn600", + "version": "1.2.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.2.1.zip", + "archiveFileName": "Rcn600-1.2.1.zip", + "size": 602221, + "checksum": "SHA-256:ffc6157299d02818192256a63757b866d4c32e2459028e6272dceec6849e56a5" + }, + { + "name": "Rcn600", + "version": "1.2.2", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.2.2.zip", + "archiveFileName": "Rcn600-1.2.2.zip", + "size": 603291, + "checksum": "SHA-256:82b2c3e8608e5856ba61abf88cb130ec0f36d1e2fadf75874b7caade44d54329" + }, + { + "name": "Rcn600", + "version": "1.3.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.3.0.zip", + "archiveFileName": "Rcn600-1.3.0.zip", + "size": 604789, + "checksum": "SHA-256:eecbe6d0e72732b204167a999593e52c8fa23bf960372f76fbbbf5305e72c554" + }, + { + "name": "Rcn600", + "version": "1.4.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.0.zip", + "archiveFileName": "Rcn600-1.4.0.zip", + "size": 615372, + "checksum": "SHA-256:706a9248c1572514ac6024261808f9087222003e0cc49aeaec5a940d6883601a" + }, + { + "name": "Rcn600", + "version": "1.4.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.1.zip", + "archiveFileName": "Rcn600-1.4.1.zip", + "size": 615432, + "checksum": "SHA-256:d2260eeca6ef7d21ae913ef68bd52eb93ef85a4bb602288729c4016d6ff5b928" + }, + { + "name": "Rcn600", + "version": "1.4.2", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.2.zip", + "archiveFileName": "Rcn600-1.4.2.zip", + "size": 612617, + "checksum": "SHA-256:69e222311e0062f3637fedc1522d99737d34e72aff4b955c4a75f3c4a27b2dab" + }, + { + "name": "Rcn600", + "version": "1.4.3", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.3.zip", + "archiveFileName": "Rcn600-1.4.3.zip", + "size": 612736, + "checksum": "SHA-256:9ae80022fc5f8a78c0ce1e63a60e0b2a771d1bb12b5224672f860390d59a7b98" + }, + { + "name": "Rcn600", + "version": "1.4.4", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.4.4.zip", + "archiveFileName": "Rcn600-1.4.4.zip", + "size": 612731, + "checksum": "SHA-256:dd5568abeee0c38489970f7ae0023212ab727aecef1856f577f5a66d0ea84bc8" + }, + { + "name": "Rcn600", + "version": "1.5.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.0.zip", + "archiveFileName": "Rcn600-1.5.0.zip", + "size": 671158, + "checksum": "SHA-256:00b0ff097d70b6e9eca7bde59cf988c891151ee0e7353c227969366b602e1458" + }, + { + "name": "Rcn600", + "version": "1.5.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.1.zip", + "archiveFileName": "Rcn600-1.5.1.zip", + "size": 671314, + "checksum": "SHA-256:b6188ec9ed78e2e292fd9eb32162c107d2cb2ce256e7eac5c6c6a3f65966d0bf" + }, + { + "name": "Rcn600", + "version": "1.5.2", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enables RCN600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.2.zip", + "archiveFileName": "Rcn600-1.5.2.zip", + "size": 671236, + "checksum": "SHA-256:58d40227548421960554154329f5105334544881f70d0e14838d79a2b213f2da" + }, + { + "name": "Rcn600", + "version": "1.5.3", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enable RCN-600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN-600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.3.zip", + "archiveFileName": "Rcn600-1.5.3.zip", + "size": 671508, + "checksum": "SHA-256:0a8db99f4d7cb5b2952b812ce5095de448359d7e16aa5d8d6b3f8f3289b55bde" + }, + { + "name": "Rcn600", + "version": "1.5.4", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enable RCN-600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN-600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.4.zip", + "archiveFileName": "Rcn600-1.5.4.zip", + "size": 671560, + "checksum": "SHA-256:95725cfb6b739dd140d8c78a6a34aa6ba528599b1eb2e3f86b1fae894e9dbb58" + }, + { + "name": "Rcn600", + "version": "1.5.5", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enable RCN-600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN-600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.5.zip", + "archiveFileName": "Rcn600-1.5.5.zip", + "size": 671560, + "checksum": "SHA-256:53b806673c33ae409e589e00f84cd280c7d89f90947ab2dddf5e7400065746a3" + }, + { + "name": "Rcn600", + "version": "1.5.6", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enable RCN-600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN-600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.6.zip", + "archiveFileName": "Rcn600-1.5.6.zip", + "size": 672626, + "checksum": "SHA-256:baffadadb177e87a87574c8401d8c9f8c9b76e22c59531611a31ff96ec015acb" + }, + { + "name": "Rcn600", + "version": "1.5.7", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "Enable RCN-600 SUSI Communication", + "paragraph": "This library allows you to interface to a RCN-600 SUSI Decoders interface.", + "website": "https://github.com/TheFidax/Rcn600", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/Rcn600.git", + "dependencies": [ + { + "name": "digitalPinFast" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/Rcn600-1.5.7.zip", + "archiveFileName": "Rcn600-1.5.7.zip", + "size": 672709, + "checksum": "SHA-256:e6f36aa001018d8651fdd37f819f3afd71cbe25d52af3ef152d931a8ca203f5e" + }, + { + "name": "ISE I2C-MCP3427 Library", + "version": "1.0.0", + "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", + "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", + "sentence": "A library to control the Iowa Scaled Engineering I2C-MCP3427 ( https://www.iascaled.com/store/I2C-MCP3427 ) 16-bit analog to digital converter", + "paragraph": "Because the I2C-MCP3427 is just a breakout for the Microchip MCP3427, this library may be useful for controlling other implementations as well", + "website": "https://github.com/IowaScaledEngineering/arduino-mcp3427", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IowaScaledEngineering/arduino-mcp3427.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/ISE_I2C_MCP3427_Library-1.0.0.zip", + "archiveFileName": "ISE_I2C_MCP3427_Library-1.0.0.zip", + "size": 20893, + "checksum": "SHA-256:0294c543a604d25fac859395a06d7ffd7d0f3c9c8c0d7594361b61cefc7ea02b" + }, + { + "name": "KX0231025IMU", + "version": "1.0.0", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Semtech KX023-1025 IMU", + "paragraph": "Supports SPI and I2C communications", + "website": "http://https://github.com/dlyckelid/KX023-1025-IMU/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dlyckelid/KX023-1025-IMU.git", + "providesIncludes": [ + "KX0231025IMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/KX0231025IMU-1.0.0.zip", + "archiveFileName": "KX0231025IMU-1.0.0.zip", + "size": 18346, + "checksum": "SHA-256:84c6e8a694eec485504aa22ca79ab85e47cc417c083007e1e4a889b85a76986f" + }, + { + "name": "KX0231025IMU", + "version": "1.0.1", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Semtech KX023-1025 IMU", + "paragraph": "Supports SPI and I2C communications", + "website": "https://github.com/dlyckelid/KX023-1025-IMU/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dlyckelid/KX023-1025-IMU.git", + "providesIncludes": [ + "KX0231025IMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/KX0231025IMU-1.0.1.zip", + "archiveFileName": "KX0231025IMU-1.0.1.zip", + "size": 18349, + "checksum": "SHA-256:0a365e7b2e1109c75d3a7a9965e6f1e37e39ce756db7e1a4b670d5d0979547d1" + }, + { + "name": "PU2CLR PCF8574", + "version": "1.0.1", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the PCF8574/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the PCF8574.", + "website": "https://github.com/pu2clr/PCF8574", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/PCF8574.git", + "providesIncludes": [ + "pu2clr_PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_PCF8574-1.0.1.zip", + "archiveFileName": "PU2CLR_PCF8574-1.0.1.zip", + "size": 217377, + "checksum": "SHA-256:35c1c163a4296de5b76a0d98b6be5f5f74b8d11dc0b58d532311d1f307ca03b5" + }, + { + "name": "PU2CLR PCF8574", + "version": "1.0.2", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the PCF8574/MCP23S08 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the PCF8574.", + "website": "https://github.com/pu2clr/PCF8574", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/PCF8574.git", + "providesIncludes": [ + "pu2clr_PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_PCF8574-1.0.2.zip", + "archiveFileName": "PU2CLR_PCF8574-1.0.2.zip", + "size": 1655732, + "checksum": "SHA-256:aa92876805cbe53e5e6b8e4e7c0c65faa9a200bc1558ef10934d219d724bad6e" + }, + { + "name": "PU2CLR PCF8574", + "version": "1.0.3", + "author": "Ricardo Lima Caratti, pu2clr@gmail.com", + "maintainer": "Ricardo Lima Caratti", + "sentence": "Control the PCF8574 8-Bit I/O Expander with Serial Interface with your Arduino", + "paragraph": "This library provides an easier interface to control the PCF8574.", + "website": "https://github.com/pu2clr/PCF8574", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pu2clr/PCF8574.git", + "providesIncludes": [ + "pu2clr_PCF8574.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_PCF8574-1.0.3.zip", + "archiveFileName": "PU2CLR_PCF8574-1.0.3.zip", + "size": 1789916, + "checksum": "SHA-256:b4871970b1899090049f8ec916958d84d05a4281a4234ba963cc523060642136" + }, + { + "name": "ProtoCentral ADS1293 ECG Library", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003cprotocentral.com\u003e", + "sentence": "Library to read from the ProtoCentral ADS1293 ECG breakout", + "paragraph": "ADS1293 provides 3-channel ECG support for 3-lead and 5-lead ECG measurement setups. The ADS1293 library provides functions to easily read upto three channels from the ADS1293.", + "website": "https://github.com/Protocentral/protocentral-ads1293-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral-ads1293-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1293_ECG_Library-1.0.0.zip", + "archiveFileName": "ProtoCentral_ADS1293_ECG_Library-1.0.0.zip", + "size": 2073679, + "checksum": "SHA-256:7256691a9fba4bf128227fbbf820256c1bc676ef618836c9ba2493943b8396a8" + }, + { + "name": "SNMP Manager", + "version": "1.1.0", + "author": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.0.zip", + "archiveFileName": "SNMP_Manager-1.1.0.zip", + "size": 21776, + "checksum": "SHA-256:0beb9b994a3a25e319f60a5d827c835a424ac3f30e042f88923705f16d9ccd6e" + }, + { + "name": "SNMP Manager", + "version": "1.1.1", + "author": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.1.zip", + "archiveFileName": "SNMP_Manager-1.1.1.zip", + "size": 22039, + "checksum": "SHA-256:f3044785cf52ddae39cf154ef37309469cb41f9faee24275ab88dd1e1c037ba1" + }, + { + "name": "SNMP Manager", + "version": "1.1.2", + "author": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@rowannet.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.2.zip", + "archiveFileName": "SNMP_Manager-1.1.2.zip", + "size": 22039, + "checksum": "SHA-256:ece6e45a1bddc0788a9e970ea3ab3024f764063b2828a877c5f1777234ec078e" + }, + { + "name": "SNMP Manager", + "version": "1.1.3", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.3.zip", + "archiveFileName": "SNMP_Manager-1.1.3.zip", + "size": 23500, + "checksum": "SHA-256:b360f0fc09049a12c5b31223a616634b99da01d090d17710069b822b9b777402" + }, + { + "name": "SNMP Manager", + "version": "1.1.4", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.4.zip", + "archiveFileName": "SNMP_Manager-1.1.4.zip", + "size": 23441, + "checksum": "SHA-256:9c1dce6ea44f71079c4c1ee548a99f2d3944ba480e814fdbf21151b43abc5621" + }, + { + "name": "SNMP Manager", + "version": "1.1.5", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.5.zip", + "archiveFileName": "SNMP_Manager-1.1.5.zip", + "size": 23352, + "checksum": "SHA-256:4374d2b7b28eac1e71732849b3f872cc3b1e9b31861c1e76a623be5e63258c01" + }, + { + "name": "SNMP Manager", + "version": "1.1.6", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "A SNMP Manager for esp32/esp8266 to send SNMP requests to other SNMP enabled devices.", + "paragraph": "Supports SNMP v1 and v2c, sending SNMP GET requests and decoding the GET-RESPONSE for INTEGER, OCTET STRING, OID, COUNTER, COUNTER64, TIMETICKS and GUAGE data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.6.zip", + "archiveFileName": "SNMP_Manager-1.1.6.zip", + "size": 23655, + "checksum": "SHA-256:d3a066c81af321c1e40fde5c4a3fabf126dbb60bf90116d1fd56fbb34fa1afa3" + }, + { + "name": "SNMP Manager", + "version": "1.1.7", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.7.zip", + "archiveFileName": "SNMP_Manager-1.1.7.zip", + "size": 23691, + "checksum": "SHA-256:25cfad5c0c3cd3c32197b6210af5562f7731b92bbe96ba942388554858ab53c2" + }, + { + "name": "SNMP Manager", + "version": "1.1.9", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.9.zip", + "archiveFileName": "SNMP_Manager-1.1.9.zip", + "size": 27087, + "checksum": "SHA-256:aba1861df83315faad846a3fdabe89fb791f65e55f5409c6d096376d34d65bca" + }, + { + "name": "SNMP Manager", + "version": "1.1.10", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.10.zip", + "archiveFileName": "SNMP_Manager-1.1.10.zip", + "size": 27238, + "checksum": "SHA-256:64850d3f27b24212fa93b696c0c56be4a0859228397528a9ce1039d3a7e943ea" + }, + { + "name": "SNMP Manager", + "version": "1.1.11", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.11.zip", + "archiveFileName": "SNMP_Manager-1.1.11.zip", + "size": 27493, + "checksum": "SHA-256:f582f3066e3f03d569aa4d77399e0153c9cddc34b0a0de8b335a504aee40c349" + }, + { + "name": "SNMP Manager", + "version": "1.1.12", + "author": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "maintainer": "Martin Rowan \u003cmartin@martinrowan.co.uk\u003e", + "sentence": "An SNMP Manager library to make SNMP requests to other SNMP enabled devices.", + "paragraph": "Supporting SNMP v1 and v2, SNMP requests can be sent (GetRequest) and their responses received (GetResponse) for various SNMP data types.", + "website": "https://github.com/shortbloke/Arduino_SNMP_Manager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shortbloke/Arduino_SNMP_Manager.git", + "providesIncludes": [ + "Arduino_SNMP_Manager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shortbloke/SNMP_Manager-1.1.12.zip", + "archiveFileName": "SNMP_Manager-1.1.12.zip", + "size": 27823, + "checksum": "SHA-256:3b823714cb609269c397bf63729b12db734c73fd524d67397f5edd0fa9798113" + }, + { + "name": "mupplet-display", + "version": "0.1.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Leo Moll, \u003cleo.moll@yeasoft.com\u003e", + "sentence": "muwerk mupplet Display Library", + "paragraph": "A collection of display applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-display", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-display.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + }, + { + "name": "munet" + }, + { + "name": "mufonts" + }, + { + "name": "mupplet-core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_display-0.1.0.zip", + "archiveFileName": "mupplet_display-0.1.0.zip", + "size": 168072, + "checksum": "SHA-256:84ba0f77d0a77d5397ba5aba81d947b391898111d2b33dd4174d6207c89f5e4a" + }, + { + "name": "mupplet-display", + "version": "0.2.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Leo Moll, \u003cleo.moll@yeasoft.com\u003e", + "sentence": "muwerk mupplet Display Library", + "paragraph": "A collection of display applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-display", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/muwerk/mupplet-display.git", + "dependencies": [ + { + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" + }, + { + "name": "munet" + }, + { + "name": "mufonts" + }, + { + "name": "mupplet-core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_display-0.2.0.zip", + "archiveFileName": "mupplet_display-0.2.0.zip", + "size": 655024, + "checksum": "SHA-256:af721da7786524d4af2d64f602788cd89e88c9dcf877612117f969b788a5940d" + }, + { + "name": "ardubson", + "version": "1.2.0", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for BSON (Binary JSON)", + "paragraph": "Arduino Library for BSON (Binary JSON)", + "website": "https://github.com/argandas/ardubson", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/argandas/ardubson.git", + "providesIncludes": [ + "ardubson.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/ardubson-1.2.0.zip", + "archiveFileName": "ardubson-1.2.0.zip", + "size": 197944, + "checksum": "SHA-256:e08525cd17e09325452ec88b14c671794dd42175d3c24be921ffc2a6cd66ec3f" + }, + { + "name": "ardubson", + "version": "1.4.2", + "author": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "maintainer": "Hugo Arganda \u003chugo.arganda@gmail.com\u003e", + "sentence": "Arduino Library for BSON (Binary JSON)", + "paragraph": "Encode and decode BSON data", + "website": "https://github.com/argandas/ardubson", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/argandas/ardubson.git", + "url": "https://downloads.arduino.cc/libraries/github.com/argandas/ardubson-1.4.2.zip", + "archiveFileName": "ardubson-1.4.2.zip", + "size": 25560, + "checksum": "SHA-256:d24f977a571ee7dba00f196cc4ab7a157aaf1b9e5b28931a12890abc0c8f0f30" + }, + { + "name": "LCLV", + "version": "1.0.0", + "author": "Hank Dietz \u003chankd@engr.uky.edu\u003e", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino driver library for LCLV like Adafruit 3627 and 3330", + "paragraph": "Arduino driver library for LCLV like Adafruit 3627 and 3330, supporting both shuttering and proportional control of opacity", + "website": "https://github.com/aggregate/LCLV/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aggregate/LCLV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aggregate/LCLV-1.0.0.zip", + "archiveFileName": "LCLV-1.0.0.zip", + "size": 114101, + "checksum": "SHA-256:d273c5f052239a566cb7d82576c4337c81acd7baffcb6a8398705909f22c4a6b" + }, + { + "name": "esp32_moga", + "version": "1.0.0", + "author": "sensboston", + "maintainer": "sensboston", + "sentence": "connect ESP32 to MOGA bluetooth gamepads", + "paragraph": "Connect your Bluetooth MOGA gamepads (tested on MOGA original \u0026 MOGA 2) to any ESP32 using RFCOMM.", + "website": "https://github.com/sensboston/esp32_moga", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensboston/esp32_moga.git", + "providesIncludes": [ + "esp32_moga.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensboston/esp32_moga-1.0.0.zip", + "archiveFileName": "esp32_moga-1.0.0.zip", + "size": 4583, + "checksum": "SHA-256:e16a58c78a234f635ae803d01b2d5dbd0baba5b9132f3c2be12e45854ee541f7" + }, + { + "name": "Seeed Arduino RTC", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "RTC library for SAMD21 and SAMD51.", + "paragraph": "A for of Jeelab's fantastic RTC library", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC", + "category": "Timing", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_RTC-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_RTC-1.0.0.zip", + "size": 26050, + "checksum": "SHA-256:0d61f87609cc1d009496c95c3b628ef7df7bf9dac3f9ea9eeed2b5a8d819be5d" + }, + { + "name": "Seeed Arduino RTC", + "version": "2.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "RTC library for SAMD21 and SAMD51.", + "paragraph": "When your project needs to be unplugged, how to keep the time counting? This library can help you keep the current time", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC", + "category": "Timing", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_RTC-2.0.0.zip", + "archiveFileName": "Seeed_Arduino_RTC-2.0.0.zip", + "size": 26379, + "checksum": "SHA-256:2d02943b469715c8ca62a2004c2a03fe185f1669d917b4de26f39de9bd70361e" + }, + { + "name": "ELMo", + "version": "1.0.0", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": [ + "esp8266", + "ESP8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.0.0.zip", + "archiveFileName": "ELMo-1.0.0.zip", + "size": 2992, + "checksum": "SHA-256:580dade3b4631e7bcc8fa66bcb7c27c2a21e2f130167e007749ca8ee5801f26c" + }, + { + "name": "ELMo", + "version": "1.0.1", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": [ + "esp8266", + "ESP8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.0.1.zip", + "archiveFileName": "ELMo-1.0.1.zip", + "size": 3830, + "checksum": "SHA-256:4cce5e3f641f842775b854710f1d763f0d5a33d2ae1c14ede41c37dfe89bcd67" + }, + { + "name": "ELMo", + "version": "1.1.0", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": [ + "esp8266", + "ESP8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.1.0.zip", + "archiveFileName": "ELMo-1.1.0.zip", + "size": 304824, + "checksum": "SHA-256:2939286bf185ee2d6bae14976a5df011e5eb02492f5202c296d8c2f3b0428388" + }, + { + "name": "ELMo", + "version": "1.1.1", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": [ + "esp8266", + "ESP8266", + "esp32", + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.1.1.zip", + "archiveFileName": "ELMo-1.1.1.zip", + "size": 304816, + "checksum": "SHA-256:e684dfcd2e6a12d960b7572ad548cff8be4b7737a8941ec7d9f7619b12978216" + }, + { + "name": "ELMo", + "version": "1.1.2", + "author": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "maintainer": "rudydelorenzo \u003crdelorenzo5@gmail.com\u003e", + "sentence": "Low-level synchronous Arduino library to interface with ELM327 OBDII devices.", + "paragraph": "This library abstracts away some of the quirks of the ELM327 protocol, but still gives the user most of the control. No helper methods such as rpm() are available, this library is intended to simplify the process of sending explicit PID's.", + "website": "https://github.com/rudydelorenzo/ELMo", + "category": "Communication", + "architectures": [ + "esp8266", + "ESP8266", + "esp32", + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rudydelorenzo/ELMo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rudydelorenzo/ELMo-1.1.2.zip", + "archiveFileName": "ELMo-1.1.2.zip", + "size": 309659, + "checksum": "SHA-256:aada20fb63796eabd37b6a0250b45d9200b5bf14f67ddf166225c321ffab2f72" + }, + { + "name": "Seeed Arduino rpcBLE", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio", + "sentence": "A lightweight BLE Arduino Library", + "paragraph": "A lightweight BLE Arduino library which communicates with RTL8720DN through Seeed_Arduino_rpcUnified to realize local Bluetooth access.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcBLE.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_rpcBLE.git", + "providesIncludes": [ + "rpcBLEDevice.h", + "BLEDevice.h", + "BLEUtils.h", + "BLEScan.h", + "BLEAdvertisedDevice.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_rpcBLE-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_rpcBLE-1.0.0.zip", + "size": 98695, + "checksum": "SHA-256:3291930d20785aa0798ea41ee2f0c0c91a27d593bd0a26394fa2469c26a0f75c" + }, + { + "name": "UMIRobot", + "version": "21.4.0", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": [ + "UMIRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.0.zip", + "archiveFileName": "UMIRobot-21.4.0.zip", + "size": 17167, + "checksum": "SHA-256:bf051430947615131c917c183834b987dbf3e11efa23eae72bbdc87e0ecdbd10" + }, + { + "name": "UMIRobot", + "version": "21.4.1", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": [ + "UMIRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.1.zip", + "archiveFileName": "UMIRobot-21.4.1.zip", + "size": 17167, + "checksum": "SHA-256:02e77fa31b156c5236dabd91363134c3b43bf5c1e1058dd0c8e3c06d563015ed" + }, + { + "name": "UMIRobot", + "version": "21.4.2", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": [ + "UMIRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.2.zip", + "archiveFileName": "UMIRobot-21.4.2.zip", + "size": 17168, + "checksum": "SHA-256:38b0810cdd218b8149bd1cfc192e3898e438defe12073894bf48dd51b32254da" + }, + { + "name": "UMIRobot", + "version": "21.4.4", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot, allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": [ + "UMIRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.4.zip", + "archiveFileName": "UMIRobot-21.4.4.zip", + "size": 17916, + "checksum": "SHA-256:988d22efadc3c7948e39453694e0c2ba600e96dd1ceedb7ea7f741d237e63dae" + }, + { + "name": "UMIRobot", + "version": "21.4.5", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot, allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": [ + "UMIRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.5.zip", + "archiveFileName": "UMIRobot-21.4.5.zip", + "size": 19317, + "checksum": "SHA-256:bb819cf687bb75fec96760f857e833e8b8c23b0ffd7c16fe48d7fc9b24c0c24b" + }, + { + "name": "UMIRobot", + "version": "21.4.6", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot, allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": [ + "UMIRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-21.4.6.zip", + "archiveFileName": "UMIRobot-21.4.6.zip", + "size": 19307, + "checksum": "SHA-256:f41c0c33543f946693304f1ead75aa4f3ccd2f9f7c5e077e6b5464c7595b2555" + }, + { + "name": "UMIRobot", + "version": "22.4.0", + "author": "Murilo M. Marinho", + "maintainer": "Murilo M. Marinho \u003cmurilo@g.ecc.u-tokyo.ac.jp\u003e", + "sentence": "UMIRobot library for Arduino.", + "paragraph": "Companion library for the UMIRobot, allowing joint position reading and writing.", + "website": "https://github.com/mmmarinho/umirobot-arduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mmmarinho/umirobot-arduino.git", + "providesIncludes": [ + "UMIRobot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mmmarinho/UMIRobot-22.4.0.zip", + "archiveFileName": "UMIRobot-22.4.0.zip", + "size": 19614, + "checksum": "SHA-256:259d3dea7180ce591f16c17bb69e9f82e6100f52629da7dff3e9c2e53bf78295" + }, + { + "name": "Sensirion UART SEN44", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SEN44 sensor by Sensirion", + "paragraph": "Enables you to use the SEN44 via UART using the SHDLC protocol.", + "website": "https://github.com/Sensirion/arduino-uart-sen44", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-uart-sen44.git", + "providesIncludes": [ + "SensirionUartSen44.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UART_SEN44-0.1.0.zip", + "archiveFileName": "Sensirion_UART_SEN44-0.1.0.zip", + "size": 11019, + "checksum": "SHA-256:88baf21a2ff46a30cc7c8cd9963a65e8bd34b769b70b251975930703b863c8e7" + }, + { + "name": "Sensirion I2C SEN44", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SEN44 sensor module family by Sensirion", + "paragraph": "Enables you to use the SEN44 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sen44", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sen44.git", + "providesIncludes": [ + "SensirionI2CSen44.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SEN44-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SEN44-0.1.0.zip", + "size": 11827, + "checksum": "SHA-256:029d9b4e65a9ab87ef0cdab6f240827119f83b9a2b1e428623a43de1c614805b" + }, + { + "name": "Sensirion I2C STC3x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the STC3x sensor family by Sensirion", + "paragraph": "Enables you to use the STC3x via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-stc3x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-stc3x.git", + "providesIncludes": [ + "SensirionI2CStc3x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_STC3x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_STC3x-0.1.0.zip", + "size": 111609, + "checksum": "SHA-256:56698f5eaea713222994c560cdafd238ef99d4635547bae8c9a61a097cd3c491" + }, + { + "name": "Whadda LED bar graph", + "version": "1.0.0", + "author": "Velleman nv \u003cmgos@velleman.eu\u003e", + "maintainer": "Velleman nv \u003cmgos@velleman.eu\u003e", + "sentence": "Whadda WPI471 bar graph module library", + "paragraph": "driver library for TM1561 based LED bar graph modules", + "website": "https://github.com/WhaddaMakers/bar_graph_module", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WhaddaMakers/bar_graph_module.git", + "providesIncludes": [ + "BarGraph.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WhaddaMakers/Whadda_LED_bar_graph-1.0.0.zip", + "archiveFileName": "Whadda_LED_bar_graph-1.0.0.zip", + "size": 92236, + "checksum": "SHA-256:03f7b180b7c02eafeb45b5d252906ab042a8736f69a7673ce3e16e48175e0c67" + }, + { + "name": "VivicoreSerial", + "version": "1.0.0+0605000D", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/branch_cell", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.0.0+0605000D.zip", + "archiveFileName": "VivicoreSerial-1.0.0+0605000D.zip", + "size": 50822, + "checksum": "SHA-256:ffef1e5689b5f4f8f20d9b659dccdbadaddcf452953091fe389ecf3421bae7d3" + }, + { + "name": "VivicoreSerial", + "version": "1.0.1+0605000D", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/branch_cell", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.0.1+0605000D.zip", + "archiveFileName": "VivicoreSerial-1.0.1+0605000D.zip", + "size": 50667, + "checksum": "SHA-256:2a28c22495ef0852e54dbab7bce90cf3374d3bac655e4f37ed0b152bc616ad47" + }, + { + "name": "VivicoreSerial", + "version": "1.0.2+0605000D", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.0.2+0605000D.zip", + "archiveFileName": "VivicoreSerial-1.0.2+0605000D.zip", + "size": 57360, + "checksum": "SHA-256:a2a874556e51fdd685717c167f5d32c0aea37d8d2ac869bb8e5852aef4a74329" + }, + { + "name": "VivicoreSerial", + "version": "1.1.0+0605000E", + "author": "VIVITA, Inc.", + "maintainer": "VIVITA, Inc. \u003cinfo@vivita.co\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-1.1.0+0605000E.zip", + "archiveFileName": "VivicoreSerial-1.1.0+0605000E.zip", + "size": 57893, + "checksum": "SHA-256:ca3293dec61b895f0835e01316c7b7f16382b91f8dc205bec16434731e26772e" + }, + { + "name": "VivicoreSerial", + "version": "2.0.0+07000012", + "author": "VIVIWARE JAPAN, Inc.", + "maintainer": "VIVIWARE JAPAN, Inc. \u003cviviware-support@viviware.com\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-2.0.0+07000012.zip", + "archiveFileName": "VivicoreSerial-2.0.0+07000012.zip", + "size": 340395, + "checksum": "SHA-256:d9adba30c92b3d94d80ad2d5a870d010a8a9ad5474a8d28e8bd19d4f3d27c3ce" + }, + { + "name": "VivicoreSerial", + "version": "3.0.0+07000013", + "author": "VIVIWARE JAPAN, Inc.", + "maintainer": "VIVIWARE JAPAN, Inc. \u003cviviware-support@viviware.com\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-3.0.0+07000013.zip", + "archiveFileName": "VivicoreSerial-3.0.0+07000013.zip", + "size": 344296, + "checksum": "SHA-256:5ed5156e65277fcf99b4be98c0d4d561dca4a243015176741f2e902bc3a8104b" + }, + { + "name": "VivicoreSerial", + "version": "3.1.0+07000013", + "author": "VIVIWARE JAPAN, Inc.", + "maintainer": "VIVIWARE JAPAN, Inc. \u003cviviware-support@viviware.com\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-3.1.0+07000013.zip", + "archiveFileName": "VivicoreSerial-3.1.0+07000013.zip", + "size": 364155, + "checksum": "SHA-256:6b778493f1998da6705fb87944ebc4911a9603af6014a2842156d64434bc6437" + }, + { + "name": "VivicoreSerial", + "version": "3.2.0+07000013", + "author": "VIVIWARE JAPAN, Inc.", + "maintainer": "VIVIWARE JAPAN, Inc. \u003cviviware-support@viviware.com\u003e", + "sentence": "Library to talk with VIVIWARE Cell Core.", + "paragraph": "VivicoreSerial library works on ATmega328PB which has 2 UART ports. One is for talking with VIVIWARE Cell Core, another is for flashing and debugging. The official sketches of VIVIWARE Cell Branch are included as examples code.", + "website": "https://github.com/vivitainc/VivicoreSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vivitainc/VivicoreSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vivitainc/VivicoreSerial-3.2.0+07000013.zip", + "archiveFileName": "VivicoreSerial-3.2.0+07000013.zip", + "size": 368645, + "checksum": "SHA-256:07905c3187c51cc105a3ee52e6eb6c5eb6ee77273bd7aceed4e9f7cb9a413194" + }, + { + "name": "GSM_Generic", + "version": "1.2.4", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201 module.This library also allows you to connect to internet through the GPRS networks. You can either use Web Clients and Servers.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": [ + "GSM_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.2.4.zip", + "archiveFileName": "GSM_Generic-1.2.4.zip", + "size": 462479, + "checksum": "SHA-256:9fa4499142652e7486213c0b4cdac52aa6a56d3f13a5ecb0c711962ab35ae081" + }, + { + "name": "GSM_Generic", + "version": "1.3.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": [ + "GSM_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.3.0.zip", + "archiveFileName": "GSM_Generic-1.3.0.zip", + "size": 485702, + "checksum": "SHA-256:20e9c76c66f90293af904f89f6c6985958f3320c781b16b95d09aa70c62bb03e" + }, + { + "name": "GSM_Generic", + "version": "1.3.1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": [ + "GSM_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.3.1.zip", + "archiveFileName": "GSM_Generic-1.3.1.zip", + "size": 1193919, + "checksum": "SHA-256:e203ba2de69bd02aa2bcbb3e490e9bb7877befc6c5b8b988df8414a6b9a9132b" + }, + { + "name": "GSM_Generic", + "version": "1.4.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": [ + "GSM_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.4.0.zip", + "archiveFileName": "GSM_Generic-1.4.0.zip", + "size": 1289810, + "checksum": "SHA-256:051ee9ba102ec8d850886ebdb74b39bc9499f8b7b220b27ea2664218e77870c6" + }, + { + "name": "GSM_Generic", + "version": "1.5.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": [ + "GSM_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.5.0.zip", + "archiveFileName": "GSM_Generic-1.5.0.zip", + "size": 1345264, + "checksum": "SHA-256:c6da7b5fd348f9b57d91528da4e95644f71c42e979281a763150dc5ab39b041b" + }, + { + "name": "GSM_Generic", + "version": "1.6.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350 module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": [ + "GSM_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.6.0.zip", + "archiveFileName": "GSM_Generic-1.6.0.zip", + "size": 1381702, + "checksum": "SHA-256:7d625dc062df46ad2b95414746190fe1e5f65044d4c4069cae920d059019048a" + }, + { + "name": "GSM_Generic", + "version": "1.6.1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables GSM/GRPS network connection using the Generic GSM shields/modules. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "paragraph": "Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201, SARA-G350, LARA-R2xx module. This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/GSM_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/GSM_Generic.git", + "providesIncludes": [ + "GSM_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/GSM_Generic-1.6.1.zip", + "archiveFileName": "GSM_Generic-1.6.1.zip", + "size": 1386467, + "checksum": "SHA-256:ceddb2a9806f95e987dd1fae6f490ce85a05f4582d24a39913f7fc360ae502ab" + }, + { + "name": "Midea AC infrared remote controller with ESP32 RMT Peripheral", + "version": "1.0.0", + "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", + "maintainer": "Peter Pinter", + "sentence": "ESP32 RMT Peripheral IR remote control library for Midea Air conditioner.", + "website": "https://github.com/morcibacsi/esp32_rmt_midea_ir_tx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/morcibacsi/esp32_rmt_midea_ir_tx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Midea_AC_infrared_remote_controller_with_ESP32_RMT_Peripheral-1.0.0.zip", + "archiveFileName": "Midea_AC_infrared_remote_controller_with_ESP32_RMT_Peripheral-1.0.0.zip", + "size": 57902, + "checksum": "SHA-256:3f64d03ddb4c64e81ade3f77620fc83ae45efbe4f0924762fe19153b82806b65" + }, + { + "name": "ICOM 746 CAT Control", + "version": "1.0.0", + "author": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "maintainer": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "sentence": "Simulate an ICOM 746 radio from the CAT point of view.", + "paragraph": "This lirary emulates the Computer Assisted Transceiver (CAT) control behavior of an ICOM 746. It is intended to be included in a conrol program for an amateur radio. It provides all of the functionality required for programs like FLDIG and WSJTX to be able to control your rig.", + "website": "https://github.com/KK4DAS/IC746/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kk4das/IC746CAT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk4das/ICOM_746_CAT_Control-1.0.0.zip", + "archiveFileName": "ICOM_746_CAT_Control-1.0.0.zip", + "size": 28144, + "checksum": "SHA-256:4c64878c371653853f7ee1bc8c68e89b54644b541909c63a90202f4d1c8a822d" + }, + { + "name": "ICOM 746 CAT Control", + "version": "1.0.1", + "author": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "maintainer": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "sentence": "Simulate an ICOM 746 radio from the CAT point of view.", + "paragraph": "This lirary emulates the Computer Assisted Transceiver (CAT) control behavior of an ICOM 746. It is intended to be included in a conrol program for an amateur radio. It provides all of the functionality required for programs like FLDIG and WSJTX to be able to control your rig.", + "website": "https://github.com/kk4das/IC746CAT", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kk4das/IC746CAT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk4das/ICOM_746_CAT_Control-1.0.1.zip", + "archiveFileName": "ICOM_746_CAT_Control-1.0.1.zip", + "size": 28145, + "checksum": "SHA-256:04d3f9c80fb1aec0e30d6af3abca3ebb8da48c59e4c85079213c9d5c840005a8" + }, + { + "name": "ICOM 746 CAT Control", + "version": "1.0.2", + "author": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "maintainer": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "sentence": "Simulate an ICOM 746 radio from the CAT point of view.", + "paragraph": "This lirary emulates the Computer Assisted Transceiver (CAT) control behavior of an ICOM 746. It is intended to be included in a conrol program for an amateur radio. It provides all of the functionality required for programs like FLDIG and WSJTX to be able to control your rig.", + "website": "https://github.com/kk4das/IC746CAT", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kk4das/IC746CAT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk4das/ICOM_746_CAT_Control-1.0.2.zip", + "archiveFileName": "ICOM_746_CAT_Control-1.0.2.zip", + "size": 28243, + "checksum": "SHA-256:e3e363f70cebceff5e7d9a586d868beb3256bbcfa3a4de2af9d7d7e5df2019d2" + }, + { + "name": "ICOM 746 CAT Control", + "version": "1.0.3", + "author": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "maintainer": "Dean Souleles, KK4DAS, \u003ckk4das@gmail.com\u003e", + "sentence": "Simulate an ICOM 746 radio from the CAT point of view.", + "paragraph": "This lirary emulates the Computer Assisted Transceiver (CAT) control behavior of an ICOM 746. It is intended to be included in a conrol program for an amateur radio. It provides all of the functionality required for programs like FLDIG and WSJTX to be able to control your rig.", + "website": "https://github.com/KK4DAS/IC746/", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kk4das/IC746CAT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kk4das/ICOM_746_CAT_Control-1.0.3.zip", + "archiveFileName": "ICOM_746_CAT_Control-1.0.3.zip", + "size": 29193, + "checksum": "SHA-256:fec11d6966257a05b5bf80b4e82cb0a4f44645d483e8ec1669953f485b688ed5" + }, + { + "name": "CFPushButton", + "version": "1.0.0", + "author": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "maintainer": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "sentence": "A library for Arduino that helps interface for Push Buttons.", + "paragraph": "A library for Arduino that helps interface for Push Buttons.", + "website": "https://github.com/caiofrota/cf-arduino-lib-pushbutton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/caiofrota/cf-arduino-lib-pushbutton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/caiofrota/CFPushButton-1.0.0.zip", + "archiveFileName": "CFPushButton-1.0.0.zip", + "size": 214802, + "checksum": "SHA-256:97e3835c8daa67ba03ea4fb5ca75bec6606cfe2cfde76fd783c9eda7e2b2427e" + }, + { + "name": "DAC121C08x", + "version": "1.0.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the following Texas Instruments 12 bit DAC ICs: DAC121C081 and DAC121C085.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "website": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/DAC121C08x-1.0.0.zip", + "archiveFileName": "DAC121C08x-1.0.0.zip", + "size": 18979, + "checksum": "SHA-256:f28fa78ed823ae91f4e72a4ba373b35a52c58e27f81c20598ca13ccc908dfb9a" + }, + { + "name": "DAC121C08x", + "version": "1.1.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the following Texas Instruments 12 bit DAC ICs: DAC121C081 and DAC121C085.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "website": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver.git", + "dependencies": [ + { + "name": "I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/DAC121C08x-1.1.0.zip", + "archiveFileName": "DAC121C08x-1.1.0.zip", + "size": 18987, + "checksum": "SHA-256:a37d53900fd45774579a1409d9738320cd54d832ba4e3d2cbf5467f70d1d7413" + }, + { + "name": "DAC121C08x", + "version": "1.2.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the following Texas Instruments 12 bit DAC ICs: DAC121C081 and DAC121C085.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "website": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver.git", + "dependencies": [ + { + "name": "I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/DAC121C08x-1.2.0.zip", + "archiveFileName": "DAC121C08x-1.2.0.zip", + "size": 17584, + "checksum": "SHA-256:8f4851e207bd8754a28a602caaf05104b4a61c437d7fe128983b53ef8bb16228" + }, + { + "name": "DAC121C08x", + "version": "1.2.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the following Texas Instruments 12 bit DAC ICs: DAC121C081 and DAC121C085.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "website": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver.git", + "dependencies": [ + { + "name": "I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/DAC121C08x-1.2.1.zip", + "archiveFileName": "DAC121C08x-1.2.1.zip", + "size": 17342, + "checksum": "SHA-256:edf6c2e0704b6cfdbaaa2b6a4b5b229e4d7533abb3f1eb1201e6864d5db951cb" + }, + { + "name": "DAC121C08x", + "version": "1.2.2", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the following Texas Instruments 12 bit DAC ICs: DAC121C081 and DAC121C085.", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "website": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/DAC121C08x-Driver.git", + "dependencies": [ + { + "name": "I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/DAC121C08x-1.2.2.zip", + "archiveFileName": "DAC121C08x-1.2.2.zip", + "size": 17362, + "checksum": "SHA-256:68bbf37229cb0b1bfcbe1b737adb2724eb7710d83ed5abdcc2515c0f6293804d" + }, + { + "name": "SHT85", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85 temperature and humidity sensor", + "paragraph": "Class for SHT85 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.1.1.zip", + "archiveFileName": "SHT85-0.1.1.zip", + "size": 12877, + "checksum": "SHA-256:e10a191834d92d856c29214515934e1c2feaddda0605300c682afe2325417a4b" + }, + { + "name": "SHT85", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85 temperature and humidity sensor", + "paragraph": "Class for SHT85 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.1.3.zip", + "archiveFileName": "SHT85-0.1.3.zip", + "size": 13194, + "checksum": "SHA-256:1b56f301b5d1f617a38c57ae489e7543f9bbf726abdb7dc30f8b32b8031c1960" + }, + { + "name": "SHT85", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85 temperature and humidity sensor", + "paragraph": "Class for SHT85 Temperature Humidity Adafruit I2C", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.1.4.zip", + "archiveFileName": "SHT85-0.1.4.zip", + "size": 13753, + "checksum": "SHA-256:2a89c021f4e83229a2d35b9b6c80a57a478c66e571c6145c51164ec6dadb2dae" + }, + { + "name": "SHT85", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensor", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.2.0.zip", + "archiveFileName": "SHT85-0.2.0.zip", + "size": 13980, + "checksum": "SHA-256:ae4d684126df04df0dc60c99a7c0b04ccde3aaf3a7ef8f933698d8ecb57cafdd" + }, + { + "name": "SHT85", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensor", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.3.0.zip", + "archiveFileName": "SHT85-0.3.0.zip", + "size": 14025, + "checksum": "SHA-256:185e3a590437f90af75dba44bacb933f18129c651c5ebcfd61a2c7d897f13e3c" + }, + { + "name": "SHT85", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensor", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.3.1.zip", + "archiveFileName": "SHT85-0.3.1.zip", + "size": 15437, + "checksum": "SHA-256:6516aef5c81738d099a8eb8fcf09a008ddf1d60ec177b310a65465434a69402d" + }, + { + "name": "SHT85", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensor", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.3.2.zip", + "archiveFileName": "SHT85-0.3.2.zip", + "size": 15646, + "checksum": "SHA-256:56f219a709fe4ed4718ad6e2645af7bf3259fd452413216e92aa6b090701522c" + }, + { + "name": "SHT85", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensor", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.3.3.zip", + "archiveFileName": "SHT85-0.3.3.zip", + "size": 16193, + "checksum": "SHA-256:f539ec5a0dd6a2dde41377bf4b04f34a17532f080c5c75009e9ecd385f2186e6" + }, + { + "name": "SHT85", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensors and compatibles.", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.4.0.zip", + "archiveFileName": "SHT85-0.4.0.zip", + "size": 19966, + "checksum": "SHA-256:ca0eda2a11a7ddc270cd7c9eea171cedc8b7fd38414e8031a4555a0d1edb9287" + }, + { + "name": "SHT85", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensors and compatibles.", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.4.1.zip", + "archiveFileName": "SHT85-0.4.1.zip", + "size": 20687, + "checksum": "SHA-256:960f4cd3a3ea874509b0c1fe285a4239ed28e8a116d27cdc4f1b589465d4e458" + }, + { + "name": "SHT85", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensors and compatibles.", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.4.2.zip", + "archiveFileName": "SHT85-0.4.2.zip", + "size": 21414, + "checksum": "SHA-256:d71848f37ea1d670c6f56224ba8854a4f176850d0f1bdc6163b08f9e685165d1" + }, + { + "name": "SHT85", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Senserion temperature and humidity sensors and compatibles.", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.5.0.zip", + "archiveFileName": "SHT85-0.5.0.zip", + "size": 21457, + "checksum": "SHA-256:e0b2144668d41775d234e1821e52a4d2dc65df2ad838cb28be62aab9e9d86d13" + }, + { + "name": "SHT85", + "version": "0.5.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT85, SHT30, SHT31, SHT35 Sensirion temperature and humidity sensors and compatibles.", + "website": "https://github.com/RobTillaart/SHT85", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT85.git", + "providesIncludes": [ + "SHT85.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT85-0.5.1.zip", + "archiveFileName": "SHT85-0.5.1.zip", + "size": 21468, + "checksum": "SHA-256:f2b4b935f4f58dbc549c4d7a7417cc463493a3052e5d61bbd2dcbfd46e5471c5" + }, + { + "name": "SparkFun QwiicNES Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun QwiicNES Nintendo Controller Interface", + "paragraph": "An Arduino Library for the QwiicNES Nintendo Controller Interface. The QwiicNES makes it easy to read the buttons on an original NES controller. Available at: https://www.sparkfun.com/products/18038", + "website": "https://github.com/sparkfun/SparkFun_QwiicNES_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_QwiicNES_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_QwiicNES_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_QwiicNES_Arduino_Library-1.0.0.zip", + "size": 12076, + "checksum": "SHA-256:76b6412c8a4d39594f55a3cdf5f853eb9b4d643a5b4338b24ed8249d46524392" + }, + { + "name": "IoTWebConf_for_Visuino_modified_by_IoT_Jedi", + "version": "3.1.1", + "author": "Tobbe Westlin \u003ctobbewestlin@gmail.com\u003e", + "maintainer": "Tobbe Westlin \u003ctobbewestlin@gmail.com\u003e", + "sentence": "ESP8266/ESP32 non-blocking WiFi/AP web configuration.", + "paragraph": "IoTWebConf_for_Visuino_modified_by_IoT_Jedi will start up in AP (access point) mode, and provide a config portal for entering WiFi connection and other user-settings. The configuration is persisted in EEPROM. The config portal will stay available after WiFi connection was made. A WiFiManager alternative.", + "website": "https://github.com/BadASszZ/IoTWebConf_for_Visuino_modified_by_IoT_Jedi", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BadASszZ/IoTWebConf_for_Visuino_modified_by_IoT_Jedi.git", + "providesIncludes": [ + "IoTWebConf_for_Visuino_modified_by_IoT_Jedi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BadASszZ/IoTWebConf_for_Visuino_modified_by_IoT_Jedi-3.1.1.zip", + "archiveFileName": "IoTWebConf_for_Visuino_modified_by_IoT_Jedi-3.1.1.zip", + "size": 77864, + "checksum": "SHA-256:29728301f7c455048401b827ac682c4bab0f2b00171c25c7e0b1ca93adf7b0e2" + }, + { + "name": "I2C", + "version": "1.0.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "A ligthweight communication library over the Arduino framework", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/Arduino-I2C", + "website": "https://github.com/Wh1teRabbitHU/Arduino-I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/Arduino-I2C.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/I2C-1.0.0.zip", + "archiveFileName": "I2C-1.0.0.zip", + "size": 21576, + "checksum": "SHA-256:c99785b46720935786485cffb7925f6a3c6bf3349adc58afbae17de7559c536c" + }, + { + "name": "I2C", + "version": "1.0.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "A ligthweight communication library over the Arduino framework", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/Arduino-I2C", + "website": "https://github.com/Wh1teRabbitHU/Arduino-I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/Arduino-I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/I2C-1.0.1.zip", + "archiveFileName": "I2C-1.0.1.zip", + "size": 21295, + "checksum": "SHA-256:9ae1a920bf4103cfa6a4eac5b3999d125a8c460e628350ea8cd3f18913686ecc" + }, + { + "name": "I2C", + "version": "1.0.2", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "A ligthweight communication library over the Arduino framework", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/Arduino-I2C", + "website": "https://github.com/Wh1teRabbitHU/Arduino-I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/Arduino-I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/I2C-1.0.2.zip", + "archiveFileName": "I2C-1.0.2.zip", + "size": 21369, + "checksum": "SHA-256:dcba68b96fed64106c11c8d383a7700dee1bbc0cb63327aa6ba32d84b9922ec0" + }, + { + "name": "I2C", + "version": "1.0.3", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "A ligthweight communication library over the Arduino framework", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/Arduino-I2C", + "website": "https://github.com/Wh1teRabbitHU/Arduino-I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/Arduino-I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/I2C-1.0.3.zip", + "archiveFileName": "I2C-1.0.3.zip", + "size": 21953, + "checksum": "SHA-256:aff09e8e98ab0c476abf1f8fb64683e1b41ac851310a4635de3ab7a393cc8d9e" + }, + { + "name": "iotec_MAX7319", + "version": "1.0.0", + "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Tina J. R.", + "maintainer": "Tina J. R.", + "sentence": "A library for using the MAX7319 from MAXIM Integrated.", + "paragraph": "The MAX7319 is a I2C Port Expander with eight inputs and maskable transition detection.", + "website": "https://github.com/iotec-gmbh/iotec_MAX7319", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotec-gmbh/iotec_MAX7319.git", + "providesIncludes": [ + "iotec_MAX7319.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/iotec_MAX7319-1.0.0.zip", + "archiveFileName": "iotec_MAX7319-1.0.0.zip", + "size": 5409, + "checksum": "SHA-256:27ae98baf860e4cfd6e0129d807ef1d47862d65e8661231d320cdebbaa5e524f" + }, + { + "name": "NB_Generic", + "version": "1.0.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": [ + "NB_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.0.0.zip", + "archiveFileName": "NB_Generic-1.0.0.zip", + "size": 332561, + "checksum": "SHA-256:5a97c770db6e3b1cf24cb58b3bb562cc8dcff6ad9865f08a8f840d63ac1b75d0" + }, + { + "name": "NB_Generic", + "version": "1.0.1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": [ + "NB_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.0.1.zip", + "archiveFileName": "NB_Generic-1.0.1.zip", + "size": 367938, + "checksum": "SHA-256:a1189ebf17b6f8d773f9cad6b751791951e81fabbf47ad72e9d5d4005cd4db99" + }, + { + "name": "NB_Generic", + "version": "1.1.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": [ + "NB_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.1.0.zip", + "archiveFileName": "NB_Generic-1.1.0.zip", + "size": 381112, + "checksum": "SHA-256:324467d284ee7530c1b86afb53aeceb7aa981f5613b293199bda0cdf8fd5f445" + }, + { + "name": "NB_Generic", + "version": "1.2.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": [ + "NB_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.2.0.zip", + "archiveFileName": "NB_Generic-1.2.0.zip", + "size": 731186, + "checksum": "SHA-256:d889ab93c256cb0183eba70fc483b086b07ce8c872b5c2a62229d51378ddd64a" + }, + { + "name": "NB_Generic", + "version": "1.3.0", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": [ + "NB_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.3.0.zip", + "archiveFileName": "NB_Generic-1.3.0.zip", + "size": 776694, + "checksum": "SHA-256:1e2c7cf3c830281ee7987d051b1ead171151c9da63174a2ad8c5c8925321edc6" + }, + { + "name": "NB_Generic", + "version": "1.3.1", + "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Miguel Wisintainer \u003ctcpipchip@hotmail.com\u003e", + "sentence": "Enables NB-IoT/LTE-M/CAT M1 network connection using the Generic NB-IoT modules (u-blox SARA R4, etc.) and boards", + "paragraph": "Use this library to send and receive SMS using Generic NB-IoT/GPRS modules, such as u-blox SARA-R4xx module.This library also allows you to connect to internet Web Clients through the NB-IoT/LTE-M/CAT M1 networks. Supporting ESP32 (including ESP32-S2, ESP32-C3), ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based boards, etc.", + "website": "http://www.khoih-prog/NB_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NB_Generic.git", + "providesIncludes": [ + "NB_Generic_Main.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NB_Generic-1.3.1.zip", + "archiveFileName": "NB_Generic-1.3.1.zip", + "size": 1007214, + "checksum": "SHA-256:2f0fd2cfa217e7a180e2b73966738a90b554a5d7cdaa7024b6d341f9f202c6fc" + }, + { + "name": "TCA9548", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.0.zip", + "archiveFileName": "TCA9548-0.1.0.zip", + "size": 7671, + "checksum": "SHA-256:5087d39c49da5cac162ef4764998aa5d2c1805e81a4743622e56cb0be9fb5c5f" + }, + { + "name": "TCA9548", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.1.zip", + "archiveFileName": "TCA9548-0.1.1.zip", + "size": 8074, + "checksum": "SHA-256:f0c25a07271045b0eac9bfcbed72e73c9611cf3e15f05dedee01f0e48dd9ea34" + }, + { + "name": "TCA9548", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.2.zip", + "archiveFileName": "TCA9548-0.1.2.zip", + "size": 8072, + "checksum": "SHA-256:eb070cde59aa0842fa10ede01375f20c1ae78ea668c6ddeabf6f229161865005" + }, + { + "name": "TCA9548", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.3.zip", + "archiveFileName": "TCA9548-0.1.3.zip", + "size": 8632, + "checksum": "SHA-256:2a62bc61c4ff516755098a321f9a4fa98d0412198b338ca7eb70796eded43e1a" + }, + { + "name": "TCA9548", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "paragraph": "TCA9548, TCA9548a, PCA9548, PCA9548a", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.4.zip", + "archiveFileName": "TCA9548-0.1.4.zip", + "size": 9252, + "checksum": "SHA-256:815e00ec555ba488e6b3e9d543f1f31dd288f6f411b952656817f16af0bc9556" + }, + { + "name": "TCA9548", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "paragraph": "TCA9548, TCA9548a, PCA9548, PCA9548a", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.5.zip", + "archiveFileName": "TCA9548-0.1.5.zip", + "size": 10554, + "checksum": "SHA-256:b3ca6b0e02e1ea1dfe4bd80f67d248dcfd19604f4a0fdb0730a4a789671a5286" + }, + { + "name": "TCA9548", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "paragraph": "TCA9548, TCA9548a, PCA9548, PCA9548a", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.1.6.zip", + "archiveFileName": "TCA9548-0.1.6.zip", + "size": 10738, + "checksum": "SHA-256:2bec20bf8f81e55c4ced096c5270cb524f3f986d2638aa6200547a9a16bc6ed9" + }, + { + "name": "TCA9548", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer.", + "paragraph": "TCA9548, TCA9548a, PCA9548, PCA9548a", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.2.0.zip", + "archiveFileName": "TCA9548-0.2.0.zip", + "size": 11313, + "checksum": "SHA-256:be56280d282c18d169d46f7ccd48f82aed8e2d7a02ec562872fc4364a4a21c66" + }, + { + "name": "TCA9548", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for TCA9548 I2C multiplexer and compatibles.", + "paragraph": "TCA9548, TCA9548a, PCA9548, PCA9548a, PCA9546, PCA9545, PCA9543", + "website": "https://github.com/RobTillaart/TCA9548", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9548.git", + "providesIncludes": [ + "TCA9548.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9548-0.2.1.zip", + "archiveFileName": "TCA9548-0.2.1.zip", + "size": 14868, + "checksum": "SHA-256:5d5c308d736a77191b9d7eae532eff9cb9317afa3dfb8373186b6edd13831157" + }, + { + "name": "MD_PWM", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.0.zip", + "archiveFileName": "MD_PWM-1.0.0.zip", + "size": 317499, + "checksum": "SHA-256:89583667e1fb979384906155cf152cfefb7299726be3764e6b7e5a40a12d945c" + }, + { + "name": "MD_PWM", + "version": "1.0.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.1.zip", + "archiveFileName": "MD_PWM-1.0.1.zip", + "size": 327054, + "checksum": "SHA-256:c180e36fc329adce3273e56439cdd60bcd4b317ebd2b656d53ba1405d72e5ad3" + }, + { + "name": "MD_PWM", + "version": "1.0.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.2.zip", + "archiveFileName": "MD_PWM-1.0.2.zip", + "size": 327082, + "checksum": "SHA-256:e4eae96c7dbea1b237d4ed5ce81ed1649a2f5e36e682b349f34640a8dfe5b375" + }, + { + "name": "MD_PWM", + "version": "1.0.3", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.3.zip", + "archiveFileName": "MD_PWM-1.0.3.zip", + "size": 328154, + "checksum": "SHA-256:1b636a709de4379fa43030a9d260bfe7b756505ec8bfb7cd02edbd95477bacb6" + }, + { + "name": "MD_PWM", + "version": "1.0.4", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.4.zip", + "archiveFileName": "MD_PWM-1.0.4.zip", + "size": 329594, + "checksum": "SHA-256:a48ab03f12d1d2f50770b618845d19bdfc8cf362b29d4a12afba2b3d1beab6d6" + }, + { + "name": "MD_PWM", + "version": "1.0.5", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.5.zip", + "archiveFileName": "MD_PWM-1.0.5.zip", + "size": 329862, + "checksum": "SHA-256:af1684f333fd411328ea32638163b621f4fc0300692ae5e07a15d3edbedc8280" + }, + { + "name": "MD_PWM", + "version": "1.0.6", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.0.6.zip", + "archiveFileName": "MD_PWM-1.0.6.zip", + "size": 329885, + "checksum": "SHA-256:3fdb9c8feefc71063bcaf21dc1f1dc06ebbb314d8c39fff32ae754ccd6f70dcf" + }, + { + "name": "MD_PWM", + "version": "1.1.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.1.0.zip", + "archiveFileName": "MD_PWM-1.1.0.zip", + "size": 327270, + "checksum": "SHA-256:3d8d6702c049644c5eb9adebd688c9169bdfa271797076ca0d872e21128199a8" + }, + { + "name": "MD_PWM", + "version": "1.1.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/MajicDesigns/MD_PWM", + "category": "Uncategorized", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_PWM-1.1.1.zip", + "archiveFileName": "MD_PWM-1.1.1.zip", + "size": 327756, + "checksum": "SHA-256:50bbe7db3a805dc2223223c5ef67fd82957b19eb07293cb4c79132267cc03aae" + }, + { + "name": "PWFusion_Max31865", + "version": "2.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MAX31865 RTD Sensor Measurement Library", + "paragraph": "Maxim Integrated MAX31865 Digital RTD temperature sensor interface Arduino library", + "website": "https://github.com/PlayingWithFusion/PWFusion_Max31865", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_MAX31865.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Max31865-2.0.0.zip", + "archiveFileName": "PWFusion_Max31865-2.0.0.zip", + "size": 12816, + "checksum": "SHA-256:3ea69dc8f53e493551df49e3950eb32ce3a74671e89b65b30411247104589cbc" + }, + { + "name": "PWFusion_Max31865", + "version": "2.0.1", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MAX31865 RTD Sensor Measurement Library", + "paragraph": "Maxim Integrated MAX31865 Digital RTD temperature sensor interface Arduino library", + "website": "https://github.com/PlayingWithFusion/PWFusion_Max31865", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_MAX31865.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Max31865-2.0.1.zip", + "archiveFileName": "PWFusion_Max31865-2.0.1.zip", + "size": 13625, + "checksum": "SHA-256:c8a57d2b73ac2fac78a60fd3263dd880ab274c15d16ba1aa7cdd08fdafef6a60" + }, + { + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.0.zip", + "size": 17828, + "checksum": "SHA-256:39a473fcf09a3e06e941842a34579782521f7c3756b512df1d2d2e55c036d42d" + }, + { + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.1.zip", + "size": 21432, + "checksum": "SHA-256:0e8b779a794c8a938d14049002e69e0425ffdae65f9cefbf54d3d0a38afb6d48" + }, + { + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.2.zip", + "size": 21420, + "checksum": "SHA-256:ca9a88bad502642db9cf1ff79298cb61bbe0241a2c3f7f844c6701be89050799" + }, + { + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.3.zip", + "size": 21443, + "checksum": "SHA-256:05fd395ef0bbc9f4c5064e299732e5dbe41cefede664fe2f7b0fb6184f56c88f" + }, + { + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.4.zip", + "size": 23070, + "checksum": "SHA-256:457f5dab439da5fc7a22fdd1e509494e8e999ce6cbbe13abb0c817f9d4107539" + }, + { + "name": "SparkFun ACS37800 Power Monitor Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library for the Allegro MicroSystems ACS37800 power monitor IC", + "paragraph": "The Allegro MicroSystems ACS37800 power monitoring IC greatly simplifies the addition of power monitoring to many powered systems. This library supports the I2C versions like the ACS37800KMABTR-030B3-I2C found on the SparkX Qwiic Power Meter.", + "website": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_ACS37800_Power_Monitor_Arduino_Library-1.0.5.zip", + "size": 25995, + "checksum": "SHA-256:31d8985eedb2ff5c4ae92729263e956a3b728ab8726a837af2084c17d106dc09" + }, + { + "name": "PWFusion_VL53L3C", + "version": "1.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "VL53L3C Time of Flight Sensor Library", + "paragraph": "Arduino library built on top of the ST VL53L3C C API. This time of flight (ToF) sensor improves on previous sensors from ST and is able to track up to four targets simultaneously. It utilizes an invisible class 1 laser to measure absolute distance regardless of the target color or reflectance. The maximum sample rate and ranging distance is dependent on ambient lighting conditions (1.4 meters in short mode, 3 meters in long mode).", + "website": "https://www.playingwithfusion.com/productview.php?pdid=122", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_VL53L3C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_VL53L3C-1.0.0.zip", + "archiveFileName": "PWFusion_VL53L3C-1.0.0.zip", + "size": 264599, + "checksum": "SHA-256:0e01bea3876598a15dc51019f7bdc04c78a98a212f1d8c079c88d5a47692d55a" + }, + { + "name": "PWFusion_TCA9548A", + "version": "1.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "TCA9548A I2C Multiplexer Library", + "paragraph": "The TCA9548A allows up to eight I2C buses to be pragmatically connected to a micro-controller. Buses may be connected independently or multiple buses may be connected in parallel. This is a great way to read multiple sensors with the same I2C address from a single micro.", + "website": "https://www.playingwithfusion.com/productview.php?pdid=114", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_TCA9548A-1.0.0.zip", + "archiveFileName": "PWFusion_TCA9548A-1.0.0.zip", + "size": 7148, + "checksum": "SHA-256:b549d513fa63e6a279280881b21a568e78fd6d4f23f26df09c8e18bf25907ee8" + }, + { + "name": "PWFusion_TCA9548A", + "version": "1.0.1", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "TCA9548A I2C Multiplexer Library", + "paragraph": "The TCA9548A allows up to eight I2C buses to be pragmatically connected to a micro-controller. Buses may be connected independently or multiple buses may be connected in parallel. This is a great way to read multiple sensors with the same I2C address from a single micro.", + "website": "https://www.playingwithfusion.com/productview.php?pdid=114", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_TCA9548A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_TCA9548A-1.0.1.zip", + "archiveFileName": "PWFusion_TCA9548A-1.0.1.zip", + "size": 7153, + "checksum": "SHA-256:8b275a8206d1e42dfa06d03ae8dc365585d3bb8fa2ba3b1843df2b86bd9151e3" + }, + { + "name": "PWFusion_Mcp960x", + "version": "1.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "sentence": "MCP9601 I2C Thermocouple Measurement Library", + "paragraph": "Microchip MCP9601 Digital Thermocouple Interface Arduino Library, works for MCP960x sensors.", + "website": "https://www.playingwithfusion.com/productview.php?pdid=115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_Mcp960x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Mcp960x-1.0.0.zip", + "archiveFileName": "PWFusion_Mcp960x-1.0.0.zip", + "size": 10492, + "checksum": "SHA-256:78298c5afd2209390a62c29d72b66c17d52e4e8ccb669e018b7679bcf3d33e82" + }, + { + "name": "PWFusion_Mcp960x", + "version": "1.1.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MCP9601 I2C Thermocouple Measurement Library", + "paragraph": "Microchip MCP9601 Digital Thermocouple Interface Arduino Library, works for MCP960x sensors.", + "website": "https://github.com/PlayingWithFusion/PWFusion_Mcp960x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_Mcp960x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Mcp960x-1.1.0.zip", + "archiveFileName": "PWFusion_Mcp960x-1.1.0.zip", + "size": 11605, + "checksum": "SHA-256:cc16c59eb37fcec3d94e28547db6617954a0c9ab90c119f0470c2440f897304e" + }, + { + "name": "MPU9250_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.0.zip", + "archiveFileName": "MPU9250_WE-1.0.0.zip", + "size": 207453, + "checksum": "SHA-256:f508a56e716496ba42840768d1af417b13b39ca1f834d283d75d178c08e43d94" + }, + { + "name": "MPU9250_WE", + "version": "1.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.2.zip", + "archiveFileName": "MPU9250_WE-1.0.2.zip", + "size": 208019, + "checksum": "SHA-256:f5bf0b68af9c982af7bbf7f1c52de8426a6afa75057c66d36364e56fb2b7da26" + }, + { + "name": "MPU9250_WE", + "version": "1.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.3.zip", + "archiveFileName": "MPU9250_WE-1.0.3.zip", + "size": 208628, + "checksum": "SHA-256:5e6bb9d40365ac233fe16d775f4bd5c39ec13cb054a2b241eb9516e763a5e642" + }, + { + "name": "MPU9250_WE", + "version": "1.0.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.4.zip", + "archiveFileName": "MPU9250_WE-1.0.4.zip", + "size": 208613, + "checksum": "SHA-256:19a0bb23a20256c06d85822a15c357945260554079c56f7a4d141b69a79b80b6" + }, + { + "name": "MPU9250_WE", + "version": "1.0.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.5.zip", + "archiveFileName": "MPU9250_WE-1.0.5.zip", + "size": 208613, + "checksum": "SHA-256:f70d75ba3968929117fd57755fe77481eab78a75a02d5a2125108fef738a35f1" + }, + { + "name": "MPU9250_WE", + "version": "1.0.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.0.6.zip", + "archiveFileName": "MPU9250_WE-1.0.6.zip", + "size": 210485, + "checksum": "SHA-256:1c3cff62f75a22c1d5c7400a63034f72da0d1ee3435a430b59550aa5a7da3615" + }, + { + "name": "MPU9250_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.0.zip", + "archiveFileName": "MPU9250_WE-1.1.0.zip", + "size": 210176, + "checksum": "SHA-256:7ea824f15c73d159a1b63d76cead0f2b6457e620d931588ffedf14d39b5bd472" + }, + { + "name": "MPU9250_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.1.zip", + "archiveFileName": "MPU9250_WE-1.1.1.zip", + "size": 210184, + "checksum": "SHA-256:dc5fc389d19ae613dd044ced0aa286e1530dfdfcf7ebe8de0ccd69084d907f87" + }, + { + "name": "MPU9250_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.2.zip", + "archiveFileName": "MPU9250_WE-1.1.2.zip", + "size": 210188, + "checksum": "SHA-256:a371d645e72f40f9278e489d6a448919cb58d2df31a0a1be51c99c979f4646ca" + }, + { + "name": "MPU9250_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.3.zip", + "archiveFileName": "MPU9250_WE-1.1.3.zip", + "size": 210191, + "checksum": "SHA-256:91c035b7cf01594b9e9ac6ca4a0888367f7168a4ea11e5be7d2e030bcabe6d43" + }, + { + "name": "MPU9250_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.4.zip", + "archiveFileName": "MPU9250_WE-1.1.4.zip", + "size": 210216, + "checksum": "SHA-256:801ac46a1fba9be48f8abf2eabd0a9c1d35bac01c8fa636bbee080abd0def0a9" + }, + { + "name": "MPU9250_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.1.5.zip", + "archiveFileName": "MPU9250_WE-1.1.5.zip", + "size": 217845, + "checksum": "SHA-256:3954dac8d1fa2758d576677b35be51510818c4745335b285e8903bcf8d1825b2" + }, + { + "name": "MPU9250_WE", + "version": "1.2.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO. I2C and SPI are implemented.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.2.1.zip", + "archiveFileName": "MPU9250_WE-1.2.1.zip", + "size": 327918, + "checksum": "SHA-256:8abbad0610320bd1b4cfe3e3ddb5bfb35c303e8d51e00f61e57d8b5375a3982e" + }, + { + "name": "MPU9250_WE", + "version": "1.2.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO. I2C and SPI are implemented.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.2.2.zip", + "archiveFileName": "MPU9250_WE-1.2.2.zip", + "size": 362290, + "checksum": "SHA-256:01432462e509b99c3a4c5912378d4b47ad879ec74de5e9aaf12b9b35bba2b546" + }, + { + "name": "MPU9250_WE", + "version": "1.2.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO. I2C and SPI are implemented.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.2.3.zip", + "archiveFileName": "MPU9250_WE-1.2.3.zip", + "size": 362894, + "checksum": "SHA-256:ebdadd093f02ed6c681b3c840ba2ea1198239ab251dfabfb1c507e3adb682df9" + }, + { + "name": "MPU9250_WE", + "version": "1.2.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO. I2C and SPI are implemented.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.2.4.zip", + "archiveFileName": "MPU9250_WE-1.2.4.zip", + "size": 363957, + "checksum": "SHA-256:2919766be692585e41669985c105b9429cc996a53a4f56543e73ce07438bf871" + }, + { + "name": "MPU9250_WE", + "version": "1.2.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO. I2C and SPI are implemented.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.2.5.zip", + "archiveFileName": "MPU9250_WE-1.2.5.zip", + "size": 364702, + "checksum": "SHA-256:8d734525e4cc4b213ad010814805b108a2d93ab941459098a84471d16d3216b8" + }, + { + "name": "MPU9250_WE", + "version": "1.2.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO. I2C and SPI are implemented.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.2.6.zip", + "archiveFileName": "MPU9250_WE-1.2.6.zip", + "size": 364589, + "checksum": "SHA-256:0e40440bd248d9dd12ac173612c1ac6294e31fe627424157499fda533f610a29" + }, + { + "name": "MPU9250_WE", + "version": "1.2.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer MPU9250 and the MPU6500", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO. I2C and SPI are implemented.", + "website": "https://github.com/wollewald/MPU9250_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/MPU9250_WE.git", + "providesIncludes": [ + "MPU9250_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MPU9250_WE-1.2.7.zip", + "archiveFileName": "MPU9250_WE-1.2.7.zip", + "size": 366020, + "checksum": "SHA-256:a07e983c7b700c5b001511556335d1d94f37fb5b595eebcd15e28d1b4f5070a7" + }, + { + "name": "Differential Steering", + "version": "1.0.0", + "author": "edumardo", + "maintainer": "edumardo", + "sentence": "A library to use differential steering with a single dual axis joystick", + "paragraph": "Use a joystick to differential steering driving with two motors, for exmaple a tank", + "website": "https://github.com/edumardo/DifferentialSteering", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edumardo/DifferentialSteering.git", + "url": "https://downloads.arduino.cc/libraries/github.com/edumardo/Differential_Steering-1.0.0.zip", + "archiveFileName": "Differential_Steering-1.0.0.zip", + "size": 16714, + "checksum": "SHA-256:bdfd987aa9c151fa7684cbe9beec470239167fab9a5e1c8a18f33488e4ab7e72" + }, + { + "name": "SuplaDevice", + "version": "2.3.4", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "Krzysztof Lewandowski \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-arduino", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-2.3.4.zip", + "archiveFileName": "SuplaDevice-2.3.4.zip", + "size": 300230, + "checksum": "SHA-256:25fef4d34c5f6dccef2e6cc844384c6a5756b36c9b9584ea1b6d25750767647b" + }, + { + "name": "SuplaDevice", + "version": "2.3.5", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "Krzysztof Lewandowski \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-arduino", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-2.3.5.zip", + "archiveFileName": "SuplaDevice-2.3.5.zip", + "size": 300126, + "checksum": "SHA-256:11156823ad77d34f9e99c1e2fea432728d5c1e6676ce139f559b142bf1d382e2" + }, + { + "name": "SuplaDevice", + "version": "2.4.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "Krzysztof Lewandowski \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-arduino", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-2.4.0.zip", + "archiveFileName": "SuplaDevice-2.4.0.zip", + "size": 325160, + "checksum": "SHA-256:34ffd930274b923fc7447d802f3ec6228ffa40e92c41ac04732a7b56a906f32c" + }, + { + "name": "SuplaDevice", + "version": "2.4.1", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "Krzysztof Lewandowski \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-arduino", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-2.4.1.zip", + "archiveFileName": "SuplaDevice-2.4.1.zip", + "size": 395692, + "checksum": "SHA-256:14f519637da5b6389d6b3453acc497b26d484b0573d9c40be4478d4b6b16ca69" + }, + { + "name": "SuplaDevice", + "version": "2.4.2", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "Krzysztof Lewandowski \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-arduino", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-2.4.2.zip", + "archiveFileName": "SuplaDevice-2.4.2.zip", + "size": 620725, + "checksum": "SHA-256:f9d9758c2f43c83057ad41125e0a6064461a487b7a85a81c2ee51fa0e4122be6" + }, + { + "name": "SuplaDevice", + "version": "22.10.1", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-22.10.1.zip", + "archiveFileName": "SuplaDevice-22.10.1.zip", + "size": 719813, + "checksum": "SHA-256:ee7fc27dd2b629beac6a6895bce1f1ff380ebcfa420edcc6f4a4acb232362cf0" + }, + { + "name": "SuplaDevice", + "version": "22.10.3", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-22.10.3.zip", + "archiveFileName": "SuplaDevice-22.10.3.zip", + "size": 724130, + "checksum": "SHA-256:3ff89b8032b757e2e8a48c01257bd24b1a0cfc525daed57587adce4eca386f99" + }, + { + "name": "SuplaDevice", + "version": "22.11.3", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-22.11.3.zip", + "archiveFileName": "SuplaDevice-22.11.3.zip", + "size": 765949, + "checksum": "SHA-256:385dd2995a4bdcb739dae26171e9fc6f957a49007f51129276d08cda1d60881f" + }, + { + "name": "SuplaDevice", + "version": "22.12.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-22.12.0.zip", + "archiveFileName": "SuplaDevice-22.12.0.zip", + "size": 787464, + "checksum": "SHA-256:63cf4929d99007399c282cd18954a00ea97c4e18ae1e566919ec42480c805c5c" + }, + { + "name": "SuplaDevice", + "version": "22.12.1", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-22.12.1.zip", + "archiveFileName": "SuplaDevice-22.12.1.zip", + "size": 789614, + "checksum": "SHA-256:39197c31c72de572931af3cbf065fd8335554d9a491b232da7cebb7ff9eab660" + }, + { + "name": "SuplaDevice", + "version": "23.2.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.2.0.zip", + "archiveFileName": "SuplaDevice-23.2.0.zip", + "size": 801200, + "checksum": "SHA-256:17719840d26f89ba4bef77a40c48a092a3438dab2c2abe672a91ae866245290e" + }, + { + "name": "SuplaDevice", + "version": "23.2.1", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.2.1.zip", + "archiveFileName": "SuplaDevice-23.2.1.zip", + "size": 808215, + "checksum": "SHA-256:2596fc5624a33d382ffe37ed08729f403817c48fcba54ed5941129d5a3ef1831" + }, + { + "name": "SuplaDevice", + "version": "23.4.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.4.0.zip", + "archiveFileName": "SuplaDevice-23.4.0.zip", + "size": 809059, + "checksum": "SHA-256:ab3c74af0d5c787a5134479dcad8b92b4cb696a8bb5316cbd85c88855052ed7e" + }, + { + "name": "SuplaDevice", + "version": "23.5.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.5.0.zip", + "archiveFileName": "SuplaDevice-23.5.0.zip", + "size": 829987, + "checksum": "SHA-256:17d6c5f06b3d9776b50f3795b3df6a816ffe52ea74b5e02e99ebd738cf60b976" + }, + { + "name": "SuplaDevice", + "version": "23.7.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.7.0.zip", + "archiveFileName": "SuplaDevice-23.7.0.zip", + "size": 844757, + "checksum": "SHA-256:07fe8303c58df7da74def59b1208e7c6c55bfa3c039294cfb4e01eea8176fb1f" + }, + { + "name": "SuplaDevice", + "version": "23.7.1", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.7.1.zip", + "archiveFileName": "SuplaDevice-23.7.1.zip", + "size": 861083, + "checksum": "SHA-256:be029230bbfd0197158ec0088818a6f2938fd353459193a5683c2a2ad4e7307f" + }, + { + "name": "SuplaDevice", + "version": "23.8.1", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.8.1.zip", + "archiveFileName": "SuplaDevice-23.8.1.zip", + "size": 950437, + "checksum": "SHA-256:2f8e6d838ec9338894fc6c47d1a6c5c13f9dc4041511d7542f011729e4a46b93" + }, + { + "name": "SuplaDevice", + "version": "23.10.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.10.0.zip", + "archiveFileName": "SuplaDevice-23.10.0.zip", + "size": 985504, + "checksum": "SHA-256:4eb8ee0bbe0d3c45b09bb3aa9fdeb9d1c07ad373e9f2b2a8ac9d20398367e890" + }, + { + "name": "SuplaDevice", + "version": "23.10.1", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.10.1.zip", + "archiveFileName": "SuplaDevice-23.10.1.zip", + "size": 994427, + "checksum": "SHA-256:f5c6ddec527e721a6d627faeb876d2913481b58260edd1c41c5d134820eb9498" + }, + { + "name": "SuplaDevice", + "version": "23.11.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.11.0.zip", + "archiveFileName": "SuplaDevice-23.11.0.zip", + "size": 1004346, + "checksum": "SHA-256:4205a50f8441c31ec7513b15f9e17582efd0ecf1daa450c83d4cd4d128f1ce61" + }, + { + "name": "SuplaDevice", + "version": "23.12.0", + "author": "AC SOFTWARE SP. Z O.O.", + "maintainer": "AC SOFTWARE SP. Z O.O. \u003ckrzysiek@supla.org\u003e", + "sentence": "Library enables you to connect the device to the SUPLA automation system.", + "paragraph": "It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.", + "website": "https://github.com/SUPLA/supla-device", + "category": "Communication", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SUPLA/supla-device.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SUPLA/SuplaDevice-23.12.0.zip", + "archiveFileName": "SuplaDevice-23.12.0.zip", + "size": 1012731, + "checksum": "SHA-256:58ba73cabc6c0bb222c5257f6d419e44568d56f065d1a9fac878735c4927b34a" + }, + { + "name": "N64Pad", + "version": "0.1.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Interface with Nintendo 64/GameCube controllers", + "paragraph": "Only tested with official Nintendo controllers", + "website": "https://github.com/SukkoPera/N64PadForArduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/N64PadForArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/N64Pad-0.1.0.zip", + "archiveFileName": "N64Pad-0.1.0.zip", + "size": 182880, + "checksum": "SHA-256:eddd76888eeef4468e79ee1d8560a7232bf60f11ae51ae86ff745de5c9acbd3d" + }, + { + "name": "N64Pad", + "version": "0.2.0", + "author": "SukkoPera \u003csoftware@sukkology.net\u003e", + "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", + "sentence": "Interface with Nintendo 64/GameCube controllers", + "paragraph": "Only tested with official Nintendo controllers", + "website": "https://github.com/SukkoPera/N64PadForArduino", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SukkoPera/N64PadForArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/N64Pad-0.2.0.zip", + "archiveFileName": "N64Pad-0.2.0.zip", + "size": 1208920, + "checksum": "SHA-256:93c8decd8598e06db2c25032918e51c05d7edb9976358949cde07c950d7d6314" + }, + { + "name": "TGP Suiveur", + "version": "1.0.0", + "author": "TechnoPhys, CB, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs.", + "paragraph": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs, via une communication SPI.", + "website": "https://github.com/TechnoPhysCAL/TGP_Suiveur", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Suiveur.git", + "providesIncludes": [ + "Suiveur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Suiveur-1.0.0.zip", + "archiveFileName": "TGP_Suiveur-1.0.0.zip", + "size": 7530, + "checksum": "SHA-256:59c89a67f0390ee3c6f1fe9558830baeba8451de0858713a23f8d035f952e749" + }, + { + "name": "TGP Suiveur", + "version": "1.0.1", + "author": "TechnoPhys, CB, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs.", + "paragraph": "Permet de lire le suiveur de ligne composé de 6 photodétecteurs, via une communication SPI.", + "website": "https://github.com/TechnoPhysCAL/TGP_Suiveur", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_Suiveur.git", + "providesIncludes": [ + "Suiveur.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Suiveur-1.0.1.zip", + "archiveFileName": "TGP_Suiveur-1.0.1.zip", + "size": 7558, + "checksum": "SHA-256:8a93acf3b4dc0db4a0afbaea5fdf06a7b191b13daa40179bda263ea16c0cb044" + }, + { + "name": "TGP LCD Keypad", + "version": "1.0.0", + "author": "TechnoPhys, CB, RM", + "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", + "sentence": "Permet le contrôle simplifié pour un blindage \"LCD Keypad Shield\"", + "paragraph": "Permet le contrôle simplifié pour un blindage \"LCD Keypad Shield\", incluant un écran LCD 2x16 et 5 boutons.", + "website": "https://github.com/TechnoPhysCAL/TGP_LCD_Keypad", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TechnoPhysCAL/TGP_LCD_Keypad.git", + "providesIncludes": [ + "LCDKeypad.h" + ], + "dependencies": [ + { + "name": "TGP Bouton" + }, + { + "name": "TGP Del" + }, + { + "name": "LiquidCrystal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_LCD_Keypad-1.0.0.zip", + "archiveFileName": "TGP_LCD_Keypad-1.0.0.zip", + "size": 11646, + "checksum": "SHA-256:4989d1fcd08f06b4650821e219627bca0e572d245673d2fe2b64f5f285ef3516" + }, + { + "name": "NullSerial", + "version": "0.1.0", + "author": "Takahiro Ii", + "maintainer": "Takahiro Ii", + "sentence": "Serial like library which throwing away input/output.", + "paragraph": "Easily change output verbosity without scattering #ifdef's in a developing sketch.", + "website": "https://github.com/iitaka1142/NullSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iitaka1142/NullSerial.git", + "providesIncludes": [ + "NullSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iitaka1142/NullSerial-0.1.0.zip", + "archiveFileName": "NullSerial-0.1.0.zip", + "size": 8171, + "checksum": "SHA-256:53fa4d52d3aa0a7a78685c77c7033801bbc2c525142f8309965397ecf8775705" + }, + { + "name": "scd30_modbus", + "version": "1.0.0", + "author": "Robert Cojocaru", + "maintainer": "Robert Cojocaru \u003crobert@xiltec.es\u003e", + "sentence": "Arduino library for the SCD30 sensors", + "paragraph": "Communication via UART using Modbus protocol", + "website": "https://github.com/Robertndrei/SCD30-Modbus", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Robertndrei/SCD30-Modbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robertndrei/scd30_modbus-1.0.0.zip", + "archiveFileName": "scd30_modbus-1.0.0.zip", + "size": 9616, + "checksum": "SHA-256:7e2fc32458e8d3058a7ff6a761eced13922493c25f6aa666fed140a5cf25cf94" + }, + { + "name": "MqttLogger", + "version": "0.1.0", + "author": "Claus Denk \u003cdenk@us.es\u003e", + "maintainer": "Claus Denk \u003cdenk@us.es\u003e", + "sentence": "Provides a print() interface like Serial publishing on a mqtt broker.", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc. and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MWTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/clausdenk/MqttLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": [ + "MqttLogger.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.1.0.zip", + "archiveFileName": "MqttLogger-0.1.0.zip", + "size": 6185, + "checksum": "SHA-256:2322a4121bfc8fb3fb51c13be0799dcb654a9f272d3821999e9519c5b2f704ce" + }, + { + "name": "MqttLogger", + "version": "0.2.0", + "author": "Claus Denk \u003cdenk@us.es\u003e", + "maintainer": "Claus Denk \u003cdenk@us.es\u003e", + "sentence": "Provides a print() interface like Serial publishing on a mqtt broker.", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/clausdenk/MqttLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": [ + "MqttLogger.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.2.0.zip", + "archiveFileName": "MqttLogger-0.2.0.zip", + "size": 7420, + "checksum": "SHA-256:498ad0424bce5cb16a8ddb1f614f5afc06b7572db42649776dafb189e92d454b" + }, + { + "name": "MqttLogger", + "version": "0.2.1", + "author": "Claus Denk \u003cdenk@us.es\u003e", + "maintainer": "Claus Denk \u003cdenk@us.es\u003e", + "sentence": "Provides a print() interface like Serial publishing on a mqtt broker.", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/clausdenk/MqttLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": [ + "MqttLogger.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.2.1.zip", + "archiveFileName": "MqttLogger-0.2.1.zip", + "size": 7425, + "checksum": "SHA-256:985bd3428aef31a4f9b1b3d1e4c88bb3bdd981a62b554a68892f2f63976cd1bf" + }, + { + "name": "MqttLogger", + "version": "0.2.2", + "author": "androbi \u003cinfo@androbi.com\u003e", + "maintainer": "androbi \u003cinfo@androbi.co\u003e", + "sentence": "Remote logging on a mqtt broker with the same interface as Serial.print()", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/androbi-com/MqttLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": [ + "MqttLogger.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.2.2.zip", + "archiveFileName": "MqttLogger-0.2.2.zip", + "size": 7431, + "checksum": "SHA-256:59b171fac6adfa4cda1883a6508598a05245d54ef19799564d564a0d80d40ee8" + }, + { + "name": "MqttLogger", + "version": "0.2.3", + "author": "androbi \u003cinfo@androbi.com\u003e", + "maintainer": "androbi \u003cinfo@androbi.co\u003e", + "sentence": "Remote logging on a mqtt broker with the same interface as Serial.print()", + "paragraph": "This library is a substitute for Serial as a logging/debug tool when your device has an internet connection (ESP32 etc.) and is not connected over the serial port. The text written by the print() commands is published to a given topic on a MQTT broker. By subscribing to the same topic you can display the log messages remotely. When no MQTT connection is available, Serial is used as a fallback.", + "website": "https://github.com/androbi-com/MqttLogger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/androbi-com/MqttLogger.git", + "providesIncludes": [ + "MqttLogger.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/androbi-com/MqttLogger-0.2.3.zip", + "archiveFileName": "MqttLogger-0.2.3.zip", + "size": 7529, + "checksum": "SHA-256:2321e68ece220e82c1b54b69aacc8e2df076cac8cacf1213aedd98793c440700" + }, + { + "name": "Engineer Regulator", + "version": "1.0.1", + "author": "EineeringRoom", + "maintainer": "EngineeringRoom \u003csib.eng24@gmail.com\u003e", + "sentence": "Arduino library for temperature controller. Stores settings in EEPROM. Hysteresis. (AVR and ESP)", + "paragraph": "\u003cb\u003eThe temperature controller works with AVR and ESP.\u003c/br\u003eAdvantages\u003c/br\u003e- Controller type (HEATER, COOLER)\u003c/br\u003e- Controller mode (Automatic/Manual/Error)(AUTOMODE, MANUALMODE, ERRORMODE)\u003c/br\u003e- All settings are stored in the EEPROM\u003c/br\u003e- You can configure the output of the Controller to work with forward and reverse logic RLL (Relay Logic Level)\u003c/br\u003e- Many examples", + "website": "https://github.com/EngineeringRoom/Engineer_Regulator", + "category": "Sensors", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EngineeringRoom/Engineer_Regulator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EngineeringRoom/Engineer_Regulator-1.0.1.zip", + "archiveFileName": "Engineer_Regulator-1.0.1.zip", + "size": 954648, + "checksum": "SHA-256:3c6bdb4ee4a2d567542aa360676239beea9f3ab2205a7f0b3edd08c3c4ff069e" + }, + { + "name": "BOF-Bling_On_ofF", + "version": "1.0.0", + "author": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "maintainer": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "sentence": "Arduino library for playing with relay, LED, and other On/OFF.", + "paragraph": "You can play with on(), off(), bling(), fade(float), isEnable(), isDisable(), isPause(), BPM(),process() must be call all time", + "website": "https://github.com/leresteux/BOF", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leresteux/BOF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leresteux/BOF_Bling_On_ofF-1.0.0.zip", + "archiveFileName": "BOF_Bling_On_ofF-1.0.0.zip", + "size": 7174, + "checksum": "SHA-256:0a9858aba412694b28b500cb22be743b4088160f937dac7d3ac86733fc502593" + }, + { + "name": "SparkFun Qwiic PIR Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Andy England \u003candrew.england@sparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Qwiic PIR.", + "paragraph": "This library allows the user to see if there is currently an object detected in front of the SparkFun PIR (EKMC4607112K/EKMB1107112) as well as allows for reading of detection events from a buffer.", + "website": "https://sparkfun.com/products/15584", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_PIR_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_PIR_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_PIR_Library-1.0.0.zip", + "size": 18652, + "checksum": "SHA-256:1fc1ef12560a5e5e1f3458975f150235d8a03bb1835126e99e674431f49a696b" + }, + { + "name": "digitalPinFast", + "version": "0.0.3", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "More speed for digitalPin operations.", + "paragraph": "This library provide basic digital commands (pinMode, digitalRead, digitalWrite) without CLI and Timer controls, for more executing speed.", + "website": "https://github.com/TheFidax/digitalPinFast", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/digitalPinFast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/digitalPinFast-0.0.3.zip", + "archiveFileName": "digitalPinFast-0.0.3.zip", + "size": 22646, + "checksum": "SHA-256:a98627999635d6539d4266985fb909cc6ad04f5417e9f4e509a49fa91bf09ee6" + }, + { + "name": "digitalPinFast", + "version": "1.0.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "More speed for digitalPin operations.", + "paragraph": "This library provide basic digital commands (pinMode, digitalRead, digitalWrite) without CLI and Timer controls, for more executing speed.", + "website": "https://github.com/TheFidax/digitalPinFast", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/digitalPinFast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/digitalPinFast-1.0.0.zip", + "archiveFileName": "digitalPinFast-1.0.0.zip", + "size": 22719, + "checksum": "SHA-256:c3a1ca22e318fc8828727a7c1c9e22ab7b769be585c77334891acaf3aa5dd3c2" + }, + { + "name": "digitalPinFast", + "version": "1.0.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "More speed for digitalPin operations.", + "paragraph": "This library provide basic digital commands (pinMode, digitalRead, digitalWrite) without CLI and Timer controls, for more executing speed.", + "website": "https://github.com/TheFidax/digitalPinFast", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/digitalPinFast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/digitalPinFast-1.0.1.zip", + "archiveFileName": "digitalPinFast-1.0.1.zip", + "size": 22859, + "checksum": "SHA-256:f4798686f5e20c57e5b7d0c3c51779484eb5c89760a9f4229a04529972892d1e" + }, + { + "name": "digitalPinFast", + "version": "1.0.2", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "More speed for digitalPin operations.", + "paragraph": "This library provide basic digital commands (pinMode, digitalRead, digitalWrite) without CLI and Timer controls, for more executing speed.", + "website": "https://github.com/TheFidax/digitalPinFast", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/digitalPinFast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/digitalPinFast-1.0.2.zip", + "archiveFileName": "digitalPinFast-1.0.2.zip", + "size": 23050, + "checksum": "SHA-256:b4e2375faf9d5e2724b747e45102b24a8eca18b51f519362adf484c2433dc746" + }, + { + "name": "GCodeParser", + "version": "1.0.0", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The GCodeParser library is a lightweight G-Code parser for the Arduino using only a single character buffer to first collect a line of code (also called a 'block') from a serial or file input and then parse that line into a code block and comments.", + "paragraph": "The parser was originally designed for use with code for the SphereBot, an EggBot clone. https://github.com/tgolla/SphereBot", + "website": "https://github.com/tgolla/GCodeParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgolla/GCodeParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/GCodeParser-1.0.0.zip", + "archiveFileName": "GCodeParser-1.0.0.zip", + "size": 19504, + "checksum": "SHA-256:d6349e8d86a2a2d1ebc83296e041db11496b6cf10da50677f244eb8e7eb51e4f" + }, + { + "name": "GCodeParser", + "version": "1.1.0", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The GCodeParser library is a lightweight G-Code parser for the Arduino using only a single character buffer to first collect a line of code (also called a 'block') from a serial or file input and then parse that line into a code block and comments.", + "paragraph": "The parser was originally designed for use with code for the SphereBot, an EggBot clone. https://github.com/tgolla/SphereBot", + "website": "https://github.com/tgolla/GCodeParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgolla/GCodeParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/GCodeParser-1.1.0.zip", + "archiveFileName": "GCodeParser-1.1.0.zip", + "size": 19616, + "checksum": "SHA-256:d4437f56d067900f5b68b4fe47f677036228d0401e74f719e287dadb3c00e2e2" + }, + { + "name": "GCodeParser", + "version": "1.2.0", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The GCodeParser library is a lightweight G-Code parser for the Arduino using only a single character buffer to first collect a line of code (also called a 'block') from a serial or file input and then parse that line into a code block and comments.", + "paragraph": "The parser was originally designed for use with code for the SphereBot, an EggBot clone. https://github.com/tgolla/SphereBot", + "website": "https://github.com/tgolla/GCodeParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgolla/GCodeParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/GCodeParser-1.2.0.zip", + "archiveFileName": "GCodeParser-1.2.0.zip", + "size": 20250, + "checksum": "SHA-256:e22730325e57b5f2cd13c1f67f9ed45fba3c33f7776fa1f689331411b3bd3e37" + }, + { + "name": "GCodeParser", + "version": "1.2.1", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The GCodeParser library is a lightweight G-Code parser for the Arduino using only a single character buffer to first collect a line of code (also called a 'block') from a serial or file input and then parse that line into a code block and comments.", + "paragraph": "The parser was originally designed for use with code for the SphereBot, an EggBot clone. https://github.com/tgolla/SphereBot", + "website": "https://github.com/tgolla/GCodeParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgolla/GCodeParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/GCodeParser-1.2.1.zip", + "archiveFileName": "GCodeParser-1.2.1.zip", + "size": 20248, + "checksum": "SHA-256:53f191150c24dfdbe9ac2e865f63a62177a6265254a5b5823378650d3bf7fdda" + }, + { + "name": "GCodeParser", + "version": "1.3.0", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The GCodeParser library is a lightweight G-Code parser for the Arduino using only a single character buffer to first collect a line of code (also called a 'block') from a serial or file input and then parse that line into a code block and comments.", + "paragraph": "The parser was originally designed for use with code for the SphereBot, an EggBot clone. https://github.com/tgolla/SphereBot", + "website": "https://github.com/tgolla/GCodeParser", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgolla/GCodeParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/GCodeParser-1.3.0.zip", + "archiveFileName": "GCodeParser-1.3.0.zip", + "size": 20577, + "checksum": "SHA-256:19f172229bc2bdd535d76b0ab48d14636ae4449df943d15f5d1ff9cb034ba957" + }, + { + "name": "EEPROMTyped", + "version": "1.0.0", + "author": "Terence F. Golla tfg@terencegolla.com", + "maintainer": "Terence F. Golla tfg@terencegolla.com", + "sentence": "The EEPROM Typed Library is a lightweight static library for reading and writing standard Arduino data types to the EEPROM.", + "paragraph": "The library provides a write and read method call that takes a memory address and standard data type variable which is deconstructed into or reconstructed from byte values written or read from the EEPROM memory. The library also provides a sizeof used to return the variable size in bytes which can be used to calculate memory addresses. The library works with array, bool, byte, char, double, float, int, long, short, size_t, string, unsigned char, unsigned int, unsigned long and word data types.", + "website": "https://github.com/tgolla/EEPROMTyped", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgolla/EEPROMTyped.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgolla/EEPROMTyped-1.0.0.zip", + "archiveFileName": "EEPROMTyped-1.0.0.zip", + "size": 6865, + "checksum": "SHA-256:0722f76bccfbca8cf26700411b80c73a3c7666894ff5674eb9087e7bea4e8f2e" + }, + { + "name": "DueAdcFast", + "version": "1.0.0", + "author": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "maintainer": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "sentence": "Arduino Due ADC analogRead Fast 1Mhz with measures collect and also differential.", + "paragraph": "This library uses ADC and PDC in the background by loading the measurements in memory for you, in its circular buffer, without using the resources available for your code. Then allows your code to interact with the buffer in memory obtaining the measurements, in a simple way like the original analogRead and in more complex ways.", + "website": "https://github.com/AntonioPrevitali/DueAdcFast", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AntonioPrevitali/DueAdcFast.git", + "providesIncludes": [ + "DueAdcFast.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AntonioPrevitali/DueAdcFast-1.0.0.zip", + "archiveFileName": "DueAdcFast-1.0.0.zip", + "size": 30594, + "checksum": "SHA-256:ef64fdbc2ee5a914e5df30beab7c7dd2dbb8a21d3576a26dd3b75588acd74e03" + }, + { + "name": "DueAdcFast", + "version": "1.1.0", + "author": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "maintainer": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "sentence": "Arduino Due ADC analogRead Fast 1Mhz with measures collect and also differential.", + "paragraph": "This library uses ADC and PDC in the background by loading the measurements in memory for you, in its circular buffer, without using the resources available for your code. Then allows your code to interact with the buffer in memory obtaining the measurements, in a simple way like the original analogRead and in more complex ways.", + "website": "https://github.com/AntonioPrevitali/DueAdcFast", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AntonioPrevitali/DueAdcFast.git", + "providesIncludes": [ + "DueAdcFast.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AntonioPrevitali/DueAdcFast-1.1.0.zip", + "archiveFileName": "DueAdcFast-1.1.0.zip", + "size": 31603, + "checksum": "SHA-256:59975e13e7489b99f53a5e03812f4a228cb426c8684d0a611132cb6c05e8ea54" + }, + { + "name": "DueAdcFast", + "version": "1.2.0", + "author": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "maintainer": "AntonioPrev\u003chttps://github.com/AntonioPrevitali/DueAdcFast\u003e", + "sentence": "Arduino Due ADC analogRead Fast 1Mhz with measures collect and also differential.", + "paragraph": "This library uses ADC and PDC in the background by loading the measurements in memory for you, in its circular buffer, without using the resources available for your code. Then allows your code to interact with the buffer in memory obtaining the measurements, in a simple way like the original analogRead and in more complex ways.", + "website": "https://github.com/AntonioPrevitali/DueAdcFast", + "category": "Signal Input/Output", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AntonioPrevitali/DueAdcFast.git", + "providesIncludes": [ + "DueAdcFast.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AntonioPrevitali/DueAdcFast-1.2.0.zip", + "archiveFileName": "DueAdcFast-1.2.0.zip", + "size": 50415, + "checksum": "SHA-256:9a4a9d74f7d003327204693971be1fd0d11097bee777aad503080a48e0365ea6" + }, + { + "name": "CF Rotary Encoder", + "version": "1.0.0", + "author": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "maintainer": "Caio Frota \u003ccaiofrota@gmail.com\u003e", + "sentence": "A library for Arduino that helps interface for Rotary Encoders.", + "paragraph": "A library for Arduino that helps interface for Rotary Encoders.", + "website": "https://github.com/caiofrota/cf-arduino-lib-rotary-encoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/caiofrota/cf-arduino-lib-rotary-encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/caiofrota/CF_Rotary_Encoder-1.0.0.zip", + "archiveFileName": "CF_Rotary_Encoder-1.0.0.zip", + "size": 466245, + "checksum": "SHA-256:90f8c0a26a51093450f9f70c5b8aa85f36cda676f0548ac70dd68cd364ac3e6b" + }, + { + "name": "LC_neoPixel", + "version": "1.0.0", + "author": "jim lee", + "maintainer": "neoPixel@leftcoast.biz", + "sentence": "Allows the LC colorObj to work with Adafruit NeoPixels. Also allows them to be grouped and run in the background.", + "paragraph": "This library allows setting and retereving NeoPixel colors using our colorObj class. Shifting a strings of pixels left or right and to rolling rings of pixels clockwise or counter clockwise. (Great for goggles.) The included chainPixel class allows groups of pixels to be coded independantly from each other, while running off of a single processor pin. (Again, imagine goggle rings)", + "website": "https://github.com/leftCoast/LC_neoPixel", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_neoPixel.git", + "dependencies": [ + { + "name": "LC_baseTools Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_neoPixel-1.0.0.zip", + "archiveFileName": "LC_neoPixel-1.0.0.zip", + "size": 12283, + "checksum": "SHA-256:557538345a07e002e7e9733446f2923ebcfac4adb99ad7dc0f1ee74af79af73b" + }, + { + "name": "LC_neoPixel", + "version": "1.0.1", + "author": "jim lee", + "maintainer": "neoPixel@leftcoast.biz", + "sentence": "Allows the LC colorObj to work with Adafruit NeoPixels. Also allows them to be grouped and run in the background.", + "paragraph": "This library allows setting and retereving NeoPixel colors using our colorObj class. Shifting a strings of pixels left or right and to rolling rings of pixels clockwise or counter clockwise. (Great for goggles.) The included chainPixel class allows groups of pixels to be coded independantly from each other, while running off of a single processor pin. (Again, imagine goggle rings)", + "website": "https://github.com/leftCoast/LC_neoPixel", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_neoPixel.git", + "dependencies": [ + { + "name": "LC_baseTools" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_neoPixel-1.0.1.zip", + "archiveFileName": "LC_neoPixel-1.0.1.zip", + "size": 13942, + "checksum": "SHA-256:1bb71b347c3254a1c69be4d73fb084f034bc9eb0da916be248785393638e9792" + }, + { + "name": "LC_neoPixel", + "version": "1.2.0", + "author": "jim lee", + "maintainer": "neoPixel@leftcoast.biz", + "sentence": "Allows the LC colorObj to work with Adafruit NeoPixels. Also allows them to be grouped and run in the background.", + "paragraph": "This library allows setting and retereving NeoPixel colors using our colorObj class. Shifting a strings of pixels left or right and to rolling rings of pixels clockwise or counter clockwise. (Great for goggles.) The included chainPixel class allows groups of pixels to be coded independantly from each other, while running off of a single processor pin. (Again, imagine goggle rings)", + "website": "https://github.com/leftCoast/LC_neoPixel", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/leftCoast/LC_neoPixel.git", + "dependencies": [ + { + "name": "LC_baseTools" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_neoPixel-1.2.0.zip", + "archiveFileName": "LC_neoPixel-1.2.0.zip", + "size": 12294, + "checksum": "SHA-256:4b299ede08b36dab291d3c3fcf2182719be7b543eebfa80b4e20aeb18bb94080" + }, + { + "name": "TinyMqtt", + "version": "0.1.0", + "author": "HSaturn \u003chsaturn@gmail.com\u003e", + "maintainer": "HSaturn \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.1.0.zip", + "archiveFileName": "TinyMqtt-0.1.0.zip", + "size": 20441, + "checksum": "SHA-256:c308db3b40ac595ddcdc5b30858c5536b74e30698f717480a18054ed46b74680" + }, + { + "name": "TinyMqtt", + "version": "0.2.0", + "author": "HSaturn \u003chsaturn@gmail.com\u003e", + "maintainer": "HSaturn \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.2.0.zip", + "archiveFileName": "TinyMqtt-0.2.0.zip", + "size": 23968, + "checksum": "SHA-256:9eb04f45b2ae9d7379133813ecf7677d67dcb7b4a8289666cc86f1a946e1443d" + }, + { + "name": "TinyMqtt", + "version": "0.4.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.4.0.zip", + "archiveFileName": "TinyMqtt-0.4.0.zip", + "size": 31590, + "checksum": "SHA-256:428fa578eaa061959fdb73897020017aa582c553ce76e0b0c8d8e95aa9e49b2f" + }, + { + "name": "TinyMqtt", + "version": "0.5.1", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.5.1.zip", + "archiveFileName": "TinyMqtt-0.5.1.zip", + "size": 37746, + "checksum": "SHA-256:55a064a8491f404ce0116819d147439eccf95d5d23d7445e04d175581f6887ac" + }, + { + "name": "TinyMqtt", + "version": "0.6.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.6.0.zip", + "archiveFileName": "TinyMqtt-0.6.0.zip", + "size": 38464, + "checksum": "SHA-256:83158b51140d188053e6420932a39e5f62da30057328dabb386222ee11d78549" + }, + { + "name": "TinyMqtt", + "version": "0.7.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.0.zip", + "archiveFileName": "TinyMqtt-0.7.0.zip", + "size": 40024, + "checksum": "SHA-256:5cefc0886c46739d3b06f7928b0fcdd83e3191bb0022fa3d4bd695c8b39ecf4a" + }, + { + "name": "TinyMqtt", + "version": "0.7.1", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages and to jhost a broker in your ESP. It does support MQTT 3.1.1 without any QOS.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.1.zip", + "archiveFileName": "TinyMqtt-0.7.1.zip", + "size": 40893, + "checksum": "SHA-256:0fb822f6d213eae36f458e9e93399675d91568252852db428532b41c9d12745d" + }, + { + "name": "TinyMqtt", + "version": "0.7.2", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP. It does support MQTT 3.1.1 without QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.2.zip", + "archiveFileName": "TinyMqtt-0.7.2.zip", + "size": 43457, + "checksum": "SHA-256:c1c46b2eae22191fe58447dd181a4980f7d16a788dce24dbe5fccaec20c1bdfa" + }, + { + "name": "TinyMqtt", + "version": "0.7.3", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP. It does support MQTT 3.1.1 without QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.3.zip", + "archiveFileName": "TinyMqtt-0.7.3.zip", + "size": 46184, + "checksum": "SHA-256:8214a9cd8d158ad93c0c585bd30a7516877c0b313b7a92a40d72074786faf853" + }, + { + "name": "TinyMqtt", + "version": "0.7.4", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.4.zip", + "archiveFileName": "TinyMqtt-0.7.4.zip", + "size": 47918, + "checksum": "SHA-256:492cdaf5c1f6c8e70eef51636855c19f07ab5aec8a89935c3b4e9f6b93d2c82c" + }, + { + "name": "TinyMqtt", + "version": "0.7.5", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.5.zip", + "archiveFileName": "TinyMqtt-0.7.5.zip", + "size": 48253, + "checksum": "SHA-256:d48ef573daf5b552aaea99af5e2f84240ae31fff0578f66ee31f174603bbd506" + }, + { + "name": "TinyMqtt", + "version": "0.7.6", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.6.zip", + "archiveFileName": "TinyMqtt-0.7.6.zip", + "size": 49462, + "checksum": "SHA-256:7b51feea144059b3c4961f770860fe648961ac407dc5853cb54f5819d08d4465" + }, + { + "name": "TinyMqtt", + "version": "0.7.7", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.7.zip", + "archiveFileName": "TinyMqtt-0.7.7.zip", + "size": 51159, + "checksum": "SHA-256:94647953a02522aaa10e6181ccd496b92b0449755343ba65c07857c06cd07db1" + }, + { + "name": "TinyMqtt", + "version": "0.7.9", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.7.9.zip", + "archiveFileName": "TinyMqtt-0.7.9.zip", + "size": 51224, + "checksum": "SHA-256:439cf86e7ff111497d8b432fcf889885b46af4dbf0110d24c082fc99e42c2768" + }, + { + "name": "TinyMqtt", + "version": "0.8.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.8.0.zip", + "archiveFileName": "TinyMqtt-0.8.0.zip", + "size": 51999, + "checksum": "SHA-256:d0c2d520be969ffe4a2c71915d6a99e337a5470739f00514168312feb936df4e" + }, + { + "name": "TinyMqtt", + "version": "0.9.1", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.1.zip", + "archiveFileName": "TinyMqtt-0.9.1.zip", + "size": 55646, + "checksum": "SHA-256:e514122ca5f56391df0864ee6282d19b133036d991e48ca2cd5db6e91d224755" + }, + { + "name": "TinyMqtt", + "version": "0.9.3", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.3.zip", + "archiveFileName": "TinyMqtt-0.9.3.zip", + "size": 55866, + "checksum": "SHA-256:8980d8c6db84d2488ced108b26b78552105b4b250fbdb21da16027c6f363be16" + }, + { + "name": "TinyMqtt", + "version": "0.9.5", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.5.zip", + "archiveFileName": "TinyMqtt-0.9.5.zip", + "size": 59478, + "checksum": "SHA-256:34e7ecdb86b0e52a3a27aea9d8ea44b46369470f958c78502746f73b18611313" + }, + { + "name": "TinyMqtt", + "version": "0.9.6", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "TinyConsole" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.6.zip", + "archiveFileName": "TinyMqtt-0.9.6.zip", + "size": 55612, + "checksum": "SHA-256:6bbdd517d15165913a58537dcf99fdd1d1179e9f12f4e69ff9966e09b4b2ac62" + }, + { + "name": "TinyMqtt", + "version": "0.9.7", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "TinyConsole" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.7.zip", + "archiveFileName": "TinyMqtt-0.9.7.zip", + "size": 55692, + "checksum": "SHA-256:35a041c0d1f7451a1d3e97f9c5582faea0dcb01d09ec7ca00868c6e85c73a61f" + }, + { + "name": "TinyMqtt", + "version": "0.9.9", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "TinyConsole" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.9.zip", + "archiveFileName": "TinyMqtt-0.9.9.zip", + "size": 55692, + "checksum": "SHA-256:03363a326344a31a55ee61cf1b18045dcb73d9fbee770f2954339d9966777e2f" + }, + { + "name": "TinyMqtt", + "version": "0.9.10", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "TinyConsole" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.10.zip", + "archiveFileName": "TinyMqtt-0.9.10.zip", + "size": 61447, + "checksum": "SHA-256:c7aa9d4a97871c4d815def0438828f03b3c130b3be4b1e053669b750914e9562" + }, + { + "name": "TinyMqtt", + "version": "0.9.12", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "TinyConsole" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.12.zip", + "archiveFileName": "TinyMqtt-0.9.12.zip", + "size": 62126, + "checksum": "SHA-256:994a26b2c3ee5adb2e33d8ae10a83741b9d5d3d8b588f4e9a8d07c68063f625e" + }, + { + "name": "TinyMqtt", + "version": "0.9.14", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol. This library allows to host a broker or to use a mqtt client in your ESP 8266 or 32 WROOM. It does support MQTT 3.1.1 with QoS=0, and is intented to be as smallest as possible, keeping a good efficiency (about 1k msg per second on ESP8266 12F).", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "TinyConsole" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.14.zip", + "archiveFileName": "TinyMqtt-0.9.14.zip", + "size": 69954, + "checksum": "SHA-256:7865a5a52e756c186a424d61cad0307c594073831bab626591a5c47eb67dc5f8" + }, + { + "name": "TinyMqtt", + "version": "0.9.16", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny broker and client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol. This library allows to host a broker or to use a mqtt client in your ESP 8266 or 32 WROOM. It does support MQTT 3.1.1 with QoS=0, and is intented to be as smallest as possible, keeping a good efficiency (about 1k msg per second on ESP8266 12F).", + "website": "https://github.com/hsaturn/TinyMqtt", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hsaturn/TinyMqtt.git", + "providesIncludes": [ + "TinyMqtt.h" + ], + "dependencies": [ + { + "name": "TinyConsole" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyMqtt-0.9.16.zip", + "archiveFileName": "TinyMqtt-0.9.16.zip", + "size": 71028, + "checksum": "SHA-256:b6e8f75ad55c740c5d436a629c69839d8327cc11e5592294f3d1b3aa608a4d2c" + }, + { + "name": "MD_MIDIFile", + "version": "2.2.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.2.0.zip", + "archiveFileName": "MD_MIDIFile-2.2.0.zip", + "size": 3543323, + "checksum": "SHA-256:2a03f1fc590f21b0c7de7c6b47ccd3bd5fabe3b6a5dc6509344cf965600bd108" + }, + { + "name": "MD_MIDIFile", + "version": "2.1.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.1.1.zip", + "archiveFileName": "MD_MIDIFile-2.1.1.zip", + "size": 2288781, + "checksum": "SHA-256:e24e9fc6484458cdc7869ca97fc79bb8906f87e28fafa4002faa829f18c64256" + }, + { + "name": "MD_MIDIFile", + "version": "2.5.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.5.0.zip", + "archiveFileName": "MD_MIDIFile-2.5.0.zip", + "size": 3564837, + "checksum": "SHA-256:22a96a1ee2d005129fe8c81cba47964c666517266bdb7241ae6c6872b0b139f1" + }, + { + "name": "MD_MIDIFile", + "version": "2.1.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.1.0.zip", + "archiveFileName": "MD_MIDIFile-2.1.0.zip", + "size": 2154229, + "checksum": "SHA-256:12a37872a98875684798219b18bf5364aa9f269c6c49cf3f70d7ce70416ba126" + }, + { + "name": "MD_MIDIFile", + "version": "2.3.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.3.0.zip", + "archiveFileName": "MD_MIDIFile-2.3.0.zip", + "size": 3546011, + "checksum": "SHA-256:0a1a0ae0c8fa2aac3a0b3e35141af87ed9a5b060408b77612e1e2112265f96ef" + }, + { + "name": "MD_MIDIFile", + "version": "2.3.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.3.1.zip", + "archiveFileName": "MD_MIDIFile-2.3.1.zip", + "size": 3556010, + "checksum": "SHA-256:b9834b8d04fa69428931fdb1d6a1eef1fde033c6e8b75dbbd5c62d878211e7f5" + }, + { + "name": "MD_MIDIFile", + "version": "2.3.2", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.3.2.zip", + "archiveFileName": "MD_MIDIFile-2.3.2.zip", + "size": 3556828, + "checksum": "SHA-256:c70143b085954283a9177db943a18e70f8698b32a3d407aab64ddbaac50f37d7" + }, + { + "name": "MD_MIDIFile", + "version": "2.4.0", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.4.0.zip", + "archiveFileName": "MD_MIDIFile-2.4.0.zip", + "size": 3563068, + "checksum": "SHA-256:01b0bf4875e498898a495bff63de2106ef6b04a03433c188be7c66b162afd380" + }, + { + "name": "MD_MIDIFile", + "version": "2.5.1", + "author": "majicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.5.1.zip", + "archiveFileName": "MD_MIDIFile-2.5.1.zip", + "size": 3565415, + "checksum": "SHA-256:a50fa86bd01e1d6728f13cca51a4db3510fac220c457241673ba4f70c70a71fc" + }, + { + "name": "MD_MIDIFile", + "version": "2.5.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.5.2.zip", + "archiveFileName": "MD_MIDIFile-2.5.2.zip", + "size": 13991674, + "checksum": "SHA-256:abf9c1a26dfdfc28d4ff5191fb2a51ad2d19a71dcdb17dfcf89674f9c5f0c454" + }, + { + "name": "MD_MIDIFile", + "version": "2.5.3", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.5.3.zip", + "archiveFileName": "MD_MIDIFile-2.5.3.zip", + "size": 13991711, + "checksum": "SHA-256:4b075fa5004c6b20536961a45fdf1f821943c4f95ab39cd4cbc7be4215b045f2" + }, + { + "name": "MD_MIDIFile", + "version": "2.6.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Arduino Standard MIDI File (SMF) Player", + "paragraph": "This library allows Standard MIDI Files (SMF) to be read from an SD card and played through a MIDI interface.", + "website": "https://github.com/MajicDesigns/MD_MIDIFile", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_MIDIFile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_MIDIFile-2.6.0.zip", + "archiveFileName": "MD_MIDIFile-2.6.0.zip", + "size": 13996405, + "checksum": "SHA-256:324fe68fdd81f98a3397ff2ac1d29e70ebba8232b2e46705d298c0af626f7c18" + }, + { + "name": "SE_EEPROM", + "version": "1.0.1", + "author": "SmartElecRu", + "maintainer": "Bykov Viktor \u003cdeveloper@smart-elec.ru\u003e", + "sentence": "The library is made to work with EEPROM. All data is saved in 3 copies to implement the possibility of automatic recovery in case of partial damage.", + "paragraph": "To work with data, the functions of reading / writing single bytes and strings of no more than 32 symbols are implemented. The size of the data backed up for operation should not exceed the maximum size of the controller EEPROM divided by 3. The library functionality does not provide for control over the size of the reserved memory. All functions of the class use the standard functions EEPROM.read and EEPROM.write. They do not include the functions EEPROM.begin, EEPROM.commit EEPROM.end, which only need to be performed with certain types of controllers (NodeMCU).", + "website": "https://github.com/SmartElecRu/ArduinoIDE_SE_EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SmartElecRu/ArduinoIDE_SE_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SmartElecRu/SE_EEPROM-1.0.1.zip", + "archiveFileName": "SE_EEPROM-1.0.1.zip", + "size": 9508, + "checksum": "SHA-256:a4582e6d046198dcb119be5d94d64f8eb684c3315fd4fdf89b5b475fa8075006" + }, + { + "name": "SE_BasicUnit", + "version": "1.0.1", + "author": "SmartElecRu", + "maintainer": "Bykov Viktor \u003cdeveloper@smart-elec.ru\u003e", + "sentence": "Library for writing firmware of modules of expansion module of the AlphaSE system.", + "paragraph": "The example included in the kit has no functionality, but it can already be interrogated by the controller using the ADNet + and ModBus RTU protocols. This program can be used as a basis for the development of new modules.", + "website": "https://github.com/SmartElecRu/AlphaSE_BasicUnit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SmartElecRu/AlphaSE_BasicUnit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SmartElecRu/SE_BasicUnit-1.0.1.zip", + "archiveFileName": "SE_BasicUnit-1.0.1.zip", + "size": 14357, + "checksum": "SHA-256:e9227ed72b3563b4e803a2dad6b9eb9c95887b40ca9a64bff5831161d335588c" + }, + { + "name": "RTT-CMSIS-OS", + "version": "1.0.0", + "author": "onelife \u003conelife.real@gmail.com\u003e", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread CMSIS RTOS2", + "paragraph": "RT-Thread implementation of ARM CMSIS-RTOS C API v2", + "website": "https://github.com/onelife/RTT-CMSIS-OS", + "category": "Other", + "architectures": [ + "sam", + "samd", + "gd32v", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-CMSIS-OS.git", + "providesIncludes": [ + "rtt.h", + "cmsis_os.h" + ], + "dependencies": [ + { + "name": "RT-Thread" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_CMSIS_OS-1.0.0.zip", + "archiveFileName": "RTT_CMSIS_OS-1.0.0.zip", + "size": 32392, + "checksum": "SHA-256:7649b47837f822f0b5e76cbb1c093106f622742fa202c0525da3aaa16f481c1f" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.0.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.0.0.zip", + "size": 8247, + "checksum": "SHA-256:1302e5509645df13adf79422b657f0e7e224a7a43a82157d6efb78090caad265" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.1.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.1.0.zip", + "size": 8535, + "checksum": "SHA-256:0af9b3fbf4e5a70d9c28f15a8e37a915a5353692ee388e27d9b5bb78949643b6" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.2.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.2.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.2.0.zip", + "size": 8914, + "checksum": "SHA-256:05dc265dd7c7dc2ab78e36be3713f0628c31ac4b1cd065e01ad697faaaea7c26" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "1.2.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-1.2.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-1.2.1.zip", + "size": 13660, + "checksum": "SHA-256:a1f116968ce3f6718bcbb9c2a64c5d73435e9f06b71b3aae81c76b086aaf2b93" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.0.zip", + "size": 13838, + "checksum": "SHA-256:121b7f9d8cd0ee0713237d8fe1ece499602a34452c80f5d1704a61d35ff6d99e" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.1.zip", + "size": 9640, + "checksum": "SHA-256:18d85f8af5b0cd27874a2500af1647afc538c369bc97120ed95d19240de26757" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.2.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.2.zip", + "size": 10085, + "checksum": "SHA-256:6fa731786f8ac62ffb7a781ac46213e3a3fbf954858e52f7004d317f8a807d0e" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.3.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.3.zip", + "size": 9656, + "checksum": "SHA-256:ca3958dbb2e1b08400ff13d7d6af84ff93951c398bfb2ea3a7211bca6560d776" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.4.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.4.zip", + "size": 9656, + "checksum": "SHA-256:5c3d24ae635eb3494f100c8342de4299ec390c2d41c2b893db43ba50716e9b4a" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.5.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.5.zip", + "size": 10735, + "checksum": "SHA-256:a8618a78054ae8635cd9af77eba9ce2fe8b9b0ef16f4b79955fe78e958ad402b" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32 analogWrite functions", + "paragraph": "Provides analogWrite for ESP32 and ESP32S2 using the LEDC functions. Controls both PWM and DAC outputs. Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.6.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.6.zip", + "size": 10912, + "checksum": "SHA-256:8ab179daf0e9cbb11dfd85ed00afe85835ec27b233d485262e2c5761e5374686" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.7", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 analogWrite functions", + "paragraph": "AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM. Includes PWM Phase Control, DAC and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.7.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.7.zip", + "size": 10945, + "checksum": "SHA-256:f56b6a7d6ecdf831c333bd2b420c1aec911c55345e2daadf12d1b73bc9660596" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.8", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 analogWrite functions", + "paragraph": "AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM. Includes PWM Phase Control, DAC and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.8.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.8.zip", + "size": 10968, + "checksum": "SHA-256:62408fd38d19d4c763afcefd4c9bcd7ba1847341f7eaccf2b7622127e2348e92" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "2.0.9", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 analogWrite functions", + "paragraph": "AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM. Includes PWM Phase Control, DAC and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "providesIncludes": [ + "analogWrite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-2.0.9.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-2.0.9.zip", + "size": 10831, + "checksum": "SHA-256:7860fb775f6ab2da2b6d3b4e2e90c7d120f743667ffab9c53323a274ead8c6c3" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "3.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 pwmWrite functions.", + "paragraph": "Includes PWM phase shift control and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-3.0.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-3.0.0.zip", + "size": 10513, + "checksum": "SHA-256:d8fdf5dc61402512203496f3969f33df8775eb3008913192e265ce68ca21fb6d" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "3.0.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 pwmWrite functions.", + "paragraph": "Includes PWM phase shift control and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-3.0.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-3.0.1.zip", + "size": 10532, + "checksum": "SHA-256:54cee53a5f24f853f12a14ebe8f229f9f136fb74338e7786525e20949effd56c" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "3.0.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 pwmWrite functions.", + "paragraph": "Includes PWM phase shift control and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-3.0.2.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-3.0.2.zip", + "size": 12377, + "checksum": "SHA-256:9cd9003993f1b3f070c6e9bd58bba74a0223a8ecd9d1ffb0766e14a2ce4b870e" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "3.0.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 pwmWrite functions.", + "paragraph": "Includes PWM phase shift control and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-3.0.3.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-3.0.3.zip", + "size": 11215, + "checksum": "SHA-256:d49666d2a1f1e25a33aafb3669e71fa11ef2169af4c42a85555eef03d0c2e03c" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "3.0.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 ESP32-S2 pwmWrite functions.", + "paragraph": "Includes PWM phase shift control and Smart GPIO resource management.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-3.0.4.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-3.0.4.zip", + "size": 11222, + "checksum": "SHA-256:6cfa12ce0d24f7bba40c83e22193ae4726f9b884cc16fe63281301ef9bf4bce6" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 and ESP32-S2/S3/C3 pwmWrite functions.", + "paragraph": "Includes smart GPIO management, timer synchronization and phase shift control.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.0.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.0.0.zip", + "size": 13622, + "checksum": "SHA-256:3b211f8977bb0ca50cf0f857455b7c0f9b08ebf1186953112b8d84e0671c6b7d" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM and SERVO Library.", + "paragraph": "Includes smart GPIO management, timer synchronization and phase shift control.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.1.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.1.0.zip", + "size": 16262, + "checksum": "SHA-256:7c3ba1bd480518494b5b12f17cba17a5732b27d9776ba184402823d7267199f5" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.1.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM and SERVO Library.", + "paragraph": "Smart GPIO management, high resolution Servo and PWM control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.1.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.1.1.zip", + "size": 17639, + "checksum": "SHA-256:279ff211d0faebad013b09c477490513a6f56fc410b5471e98d6294835ad69ca" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.2.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, SERVO and TONE Library.", + "paragraph": "Smart GPIO management, high resolution Servo and PWM control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.2.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.2.0.zip", + "size": 19675, + "checksum": "SHA-256:4638d4dcbc7e2f3837f6a0b20a77af50fac5ebf7ebb03e5a327de1c761d4b107" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.2.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, SERVO, TONE and NOTE.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.2.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.2.1.zip", + "size": 20979, + "checksum": "SHA-256:5f7b497d39c17b902592e0da31027d4325acda64205f1eed03467b68eb502bf8" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.2.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, SERVO, TONE and NOTE.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.2.2.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.2.2.zip", + "size": 24769, + "checksum": "SHA-256:eb558e977fc6d4557289753444e71bd17830efe2baad9329c28c0cbea3a172b5" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.2.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, SERVO, TONE and NOTE.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.2.3.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.2.3.zip", + "size": 25680, + "checksum": "SHA-256:325f2ea0eebd3b1f9cca45d851f1a6ea2718bf59a7e002b7f360c4c6e5113fd1" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.2.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, SERVO, TONE and NOTE.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.2.4.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.2.4.zip", + "size": 26747, + "checksum": "SHA-256:efcdccb65a7f29a93b134ecbc5a492de03f94ac7c2daab4d27ec238f3c3c3982" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.2.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, SERVO, TONE and NOTE.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.2.5.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.2.5.zip", + "size": 28724, + "checksum": "SHA-256:4eb9ef755a9a666c043815922556411a16f561b1b2ab8fccf2bc140543ede367" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.3.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.3.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.3.0.zip", + "size": 32400, + "checksum": "SHA-256:09eaca3ca49a5bd43bef8047928e7975db90acbaf9c58e0efc8fc7831955630b" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.3.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.3.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.3.1.zip", + "size": 32406, + "checksum": "SHA-256:be63fde84845e8645732d8234fc7f448022fad7dd1f27a5c32e362d33f461c36" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.3.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.3.2.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.3.2.zip", + "size": 32406, + "checksum": "SHA-256:b8054c49510fc674fd4ac073f462fb82e6f02847a80245399c55ca4e6694e088" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.3.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.3.3.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.3.3.zip", + "size": 32274, + "checksum": "SHA-256:700370d39810aa0d5fc68e1289cced7e47482d434d7ce8c875533e0d449e49af" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "4.3.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-4.3.4.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-4.3.4.zip", + "size": 32971, + "checksum": "SHA-256:d84f1c98b613074bfa6a62d62bafbc0966aa83c74bffb5e7b19f252e441ee022" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "5.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-5.0.0.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-5.0.0.zip", + "size": 35161, + "checksum": "SHA-256:5319495ce6a086f5c0d932da2b6bcd7052b7187898c2361dc39232dc1acf8d83" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "5.0.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-5.0.1.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-5.0.1.zip", + "size": 35227, + "checksum": "SHA-256:446940c22034b4a7e5ee8b6cebf7bba5155289a3b454a7d3cd77ea504e25b43a" + }, + { + "name": "ESP32 ESP32S2 AnalogWrite", + "version": "5.0.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "ESP32 PWM, Servo, Easing and Tone.", + "paragraph": "Smart GPIO pin managementSmart GPIO pin management and advanced control features.", + "website": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite", + "category": "Signal Input/Output", + "architectures": [ + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/ESP32_ESP32S2_AnalogWrite-5.0.2.zip", + "archiveFileName": "ESP32_ESP32S2_AnalogWrite-5.0.2.zip", + "size": 35215, + "checksum": "SHA-256:99c66496ff7c3ea9c41ca4982045c3bda33e38eefb7f582d24f8af66504a47b0" + }, + { + "name": "SparkFun Qwiic TMF-8801 Time-of-flight Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Qwiic TMF-8801 Time-of-flight sensor.", + "paragraph": "This library allows the user to measure distances using the TMF-8801 Time-of-flight sensor. TMF-8801 uses infrared laser light, SPAD, TDC and histogram technology to measure distances up to 98.4 inches (2500 mm). This device meets Class 1 laser safety limits including single faults in compliance with IEC / EN 60825-1:2014.", + "website": "https://github.com/sparkfun/SparkFun_TMF8801_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_TMF8801_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_TMF_8801_Time_of_flight_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_TMF_8801_Time_of_flight_Library-1.0.0.zip", + "size": 1426105, + "checksum": "SHA-256:2a2efea689b606aeb92b9a804e5b328c4dc56ea925454d47a718a7cec3e60216" + }, + { + "name": "UKESF Sixth-Formers", + "version": "1.0.0", + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide.", + "paragraph": "It includes all the tutorials, exercises and solutions, together with the required libraries.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-1.0.0.zip", + "archiveFileName": "UKESF_Sixth_Formers-1.0.0.zip", + "size": 14080, + "checksum": "SHA-256:724e2e8409f740b2e8eb907db6894f12cb357dc4ff82caebce3ab33fc6c4ec89" + }, + { + "name": "UKESF Sixth-Formers", + "version": "1.0.1", + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide.", + "paragraph": "It includes all the tutorials, exercises and solutions, together with the required libraries.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "dependencies": [ + { + "name": "Grove Temperature And Humidity Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-1.0.1.zip", + "archiveFileName": "UKESF_Sixth_Formers-1.0.1.zip", + "size": 14522, + "checksum": "SHA-256:8dc2bd7b44666fa23ecc0abfb90cbc36ebf2b0d7ac2a96eba284cec3fdbdc5ee" + }, + { + "name": "UKESF Sixth-Formers", + "version": "1.1.0", + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide.", + "paragraph": "It includes all the tutorials, exercises and solutions, together with the required libraries.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-1.1.0.zip", + "archiveFileName": "UKESF_Sixth_Formers-1.1.0.zip", + "size": 1967665, + "checksum": "SHA-256:5a052ffb7cb1bd0e041d593ca535e696b2845bf9993a324c8032fd4d5a14f527" + }, + { + "name": "UKESF Sixth-Formers", + "version": "2.0.0", + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide to the Grove Beginner kit for Arduino.", + "paragraph": "This library depends on the Adafruit AHTx0 library. It includes tutorials, exercises and solutions to simple starter projects.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "dependencies": [ + { + "name": "Adafruit AHTx0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-2.0.0.zip", + "archiveFileName": "UKESF_Sixth_Formers-2.0.0.zip", + "size": 3712945, + "checksum": "SHA-256:87413c6decdfe143693cb7a8c556dacb16d90bd14244c18521389aa3d2c7d35c" + }, + { + "name": "UKESF Sixth-Formers", + "version": "2.0.2", + "author": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "maintainer": "Yanislav Donchev \u003cyanislavdonchev@gmail.com\u003e", + "sentence": "Examples and libraries for the UKESF sixth-formers guide to the Grove Beginner kit for Arduino.", + "paragraph": "This library depends on the Adafruit AHTX0 library. It includes tutorials, exercises and solutions to simple starter projects.", + "website": "https://github.com/yannidd/ukesf-sixth-formers", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yannidd/ukesf-sixth-formers.git", + "dependencies": [ + { + "name": "Adafruit AHTX0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yannidd/UKESF_Sixth_Formers-2.0.2.zip", + "archiveFileName": "UKESF_Sixth_Formers-2.0.2.zip", + "size": 2942771, + "checksum": "SHA-256:9ce649e3f935a0a3138b36c2a490c806d0167df27dc3ec1be5ce8af6bf0a0320" + }, + { + "name": "MFRC522_I2C", + "version": "1.0.0", + "author": "kkloesener", + "maintainer": "kkloesener", + "sentence": "MFR522 i2c Library to read NFC Tags with Arduino or ESP2866/ESP32 (NodeMCU)", + "paragraph": "MFR522 i2c Library to read NFC Tags with Arduino or ESP2866/ESP32 (NodeMCU)", + "website": "https://github.com/kkloesener/MFRC522_I2C", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kkloesener/MFRC522_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kkloesener/MFRC522_I2C-1.0.0.zip", + "archiveFileName": "MFRC522_I2C-1.0.0.zip", + "size": 32794, + "checksum": "SHA-256:a0474bcd68e8045f2515084f22d58c7d7cf87a0be96320e8c5c57200e4d668ef" + }, + { + "name": "RAKwireless CAP1293 Touch Pad library", + "version": "1.0.2", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK14002 module with the CAP1293 sense IC", + "paragraph": "Capacitive touch sensing, buttons, and slider detection all using the RAK14002 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK14002\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK14002-CAP1293-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK14002-CAP1293-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_CAP1293_Touch_Pad_library-1.0.2.zip", + "archiveFileName": "RAKwireless_CAP1293_Touch_Pad_library-1.0.2.zip", + "size": 1258761, + "checksum": "SHA-256:14392463ef496c40b84788715b295cac93e1189df731ac746d8dd385eef8736d" + }, + { + "name": "RAKwireless CAP1293 Touch Pad library", + "version": "1.0.3", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK14002 module with the CAP1293 sense IC", + "paragraph": "Capacitive touch sensing, buttons, and slider detection all using the RAK14002 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK14002\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK14002-CAP1293-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK14002-CAP1293-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_CAP1293_Touch_Pad_library-1.0.3.zip", + "archiveFileName": "RAKwireless_CAP1293_Touch_Pad_library-1.0.3.zip", + "size": 1259630, + "checksum": "SHA-256:eac5968a437829a15b2ba90d3f4fa6ae35ffac2ba8ea3031eeb16fbb4f0325f4" + }, + { + "name": "RAKwireless NCP5623 RGB LED library", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK14001 module with the NCP5623 RGB LED", + "paragraph": "RGB lamp color and brightness control, brightness decreasing and increasing all using the RAK14001 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK14001\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK14001-NCP5623-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK14001-NCP5623-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_NCP5623_RGB_LED_library-1.0.1.zip", + "archiveFileName": "RAKwireless_NCP5623_RGB_LED_library-1.0.1.zip", + "size": 43413, + "checksum": "SHA-256:9a0ef8f82a0a22af976d33520028a5799c0c5e062a05ab49d8da1ec84365c658" + }, + { + "name": "RAKwireless NCP5623 RGB LED library", + "version": "1.0.2", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK14001 module with the NCP5623 RGB LED", + "paragraph": "RGB lamp color and brightness control, brightness decreasing and increasing all using the RAK14001 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK14001\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK14001-NCP5623-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK14001-NCP5623-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_NCP5623_RGB_LED_library-1.0.2.zip", + "archiveFileName": "RAKwireless_NCP5623_RGB_LED_library-1.0.2.zip", + "size": 43720, + "checksum": "SHA-256:c37896e458c8ffcca15501f580d1f0558193b8d67d50ea6bb70861c066e523c9" + }, + { + "name": "Blues Wireless Notecard Pseudo Sensor", + "version": "1.0.0", + "author": "Zachary J. Fields", + "maintainer": "Zachary J. Fields \u003czachary_fields@yahoo.com\u003e", + "sentence": "Sensor class used for Notecard testing and examples.", + "paragraph": "NotecardPseudoSensor provides an API interface in the internal sensors of the Notecard. The goal is to enable focus on other Notecard transactions, by abstracting this interaction with the Notecard.", + "website": "http://www.github.com/blues/notecard-pseudo-sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/notecard-pseudo-sensor.git", + "providesIncludes": [ + "Notecard.h", + "NotecardPseudoSensor.h" + ], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard_Pseudo_Sensor-1.0.0.zip", + "archiveFileName": "Blues_Wireless_Notecard_Pseudo_Sensor-1.0.0.zip", + "size": 13919, + "checksum": "SHA-256:479a08961e7cf5d4b01a3905acc9bc3534f49be1114315a70ea9a05e6325f5b1" + }, + { + "name": "Blues Wireless Notecard Pseudo Sensor", + "version": "1.0.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "Sensor class used for Notecard testing and examples.", + "paragraph": "NotecardPseudoSensor provides an API interface in the internal sensors of the Notecard. The goal is to enable focus on other Notecard transactions, by abstracting this interaction with the Notecard.", + "website": "http://www.github.com/blues/notecard-pseudo-sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/notecard-pseudo-sensor.git", + "providesIncludes": [ + "Notecard.h", + "NotecardPseudoSensor.h" + ], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard_Pseudo_Sensor-1.0.1.zip", + "archiveFileName": "Blues_Wireless_Notecard_Pseudo_Sensor-1.0.1.zip", + "size": 13898, + "checksum": "SHA-256:2b32d8409504fabdab3841df3ad1015be8d5ad51d44a92b741bd9c0318e02adc" + }, + { + "name": "Blues Wireless Notecard Pseudo Sensor", + "version": "1.1.0", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "Sensor class used for Notecard testing and examples.", + "paragraph": "NotecardPseudoSensor provides an API interface in the internal sensors of the Notecard. The goal is to enable focus on other Notecard transactions, by abstracting this interaction with the Notecard.", + "website": "http://www.github.com/blues/notecard-pseudo-sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/blues/notecard-pseudo-sensor.git", + "providesIncludes": [ + "Notecard.h", + "NotecardPseudoSensor.h" + ], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard_Pseudo_Sensor-1.1.0.zip", + "archiveFileName": "Blues_Wireless_Notecard_Pseudo_Sensor-1.1.0.zip", + "size": 16620, + "checksum": "SHA-256:785327638b9feaa4c9efb3980b9d89b71db353bae7c8f75593ef68f776fb2e94" + }, + { + "name": "SmallProjects", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Small Projects to demonstrate the usage of Khoi Hoang's libraries, such as ISR-based timers for ESP8266, ESP32 and Arduino Mega, Nano, etc.", + "paragraph": "These projects are much more complicated than the ordinary libraries' examples. Some can even be used directly in real-life.", + "website": "https://github.com/khoih-prog/SmallProjects", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SmallProjects.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SmallProjects-1.0.2.zip", + "archiveFileName": "SmallProjects-1.0.2.zip", + "size": 1419982, + "checksum": "SHA-256:df6d99c5af4e2d2af661809309093b26f7f0633ca10368da7911b9be5daed268" + }, + { + "name": "ZzzMovingAvg", + "version": "0.9.0", + "author": "Seralo", + "maintainer": "Seralo \u003cseralo@free.fr\u003e", + "sentence": "Simple Arduino / C++ library to compute moving average", + "paragraph": "Library to simplify averaging input values using a \"Simple moving average\" (boxcar filter) class", + "website": "https://github.com/seralo/ZzzMovingAvg", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/seralo/ZzzMovingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seralo/ZzzMovingAvg-0.9.0.zip", + "archiveFileName": "ZzzMovingAvg-0.9.0.zip", + "size": 7844, + "checksum": "SHA-256:8aa351bbc20f5b7621b52866a6b8bc73a0efaa837980df5bff153d8fed907715" + }, + { + "name": "ZzzMovingAvg", + "version": "1.0.0", + "author": "Seralo", + "maintainer": "Seralo \u003cseralo@free.fr\u003e", + "sentence": "Simple Arduino / C++ library to compute moving average", + "paragraph": "Library to simplify averaging input values using a \"Simple moving average\" (boxcar filter) class", + "website": "https://github.com/seralo/ZzzMovingAvg", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/seralo/ZzzMovingAvg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seralo/ZzzMovingAvg-1.0.0.zip", + "archiveFileName": "ZzzMovingAvg-1.0.0.zip", + "size": 8660, + "checksum": "SHA-256:2198865e4907ebccb08af4d0550ae833ce1c53f3cc36091aaae56173c836ba7a" + }, + { + "name": "MotorCVD_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": [ + "MotorCVD_asukiaaa.hpp" + ], + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.0.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.0.zip", + "size": 2372, + "checksum": "SHA-256:fbfdef4239c16a500844454cad17e0de08fc7fe19e4fb3521f5daa2f9afe058f" + }, + { + "name": "MotorCVD_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": [ + "MotorCVD_asukiaaa.hpp" + ], + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.1.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.1.zip", + "size": 4319, + "checksum": "SHA-256:2132efbb36331670178795c792fc91ebf5c577e8d54d7dceaa581aefc029aff2" + }, + { + "name": "MotorCVD_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": [ + "MotorCVD_asukiaaa.hpp" + ], + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.2.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.2.zip", + "size": 4416, + "checksum": "SHA-256:9b7504687fb269ad8a65203be2ed2d38a93a88d7eef28d0d1c92373657560e98" + }, + { + "name": "MotorCVD_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": [ + "MotorCVD_asukiaaa.hpp" + ], + "dependencies": [ + { + "name": "rs485_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.3.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.3.zip", + "size": 4492, + "checksum": "SHA-256:7d7330d84cca94a8dea8974033b4c76b353d6356020aded99a92be605ebf3fc2" + }, + { + "name": "MotorCVD_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": [ + "MotorCVD_asukiaaa.hpp" + ], + "dependencies": [ + { + "name": "rs485_asukiaaa" + }, + { + "name": "OrientalCommom_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.4.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.4.zip", + "size": 4613, + "checksum": "SHA-256:f50e37029ab8ec1a4543d13a28771ee5b7e9fa5f8bc18da22c5be99a141c432b" + }, + { + "name": "MotorCVD_asukiaaa", + "version": "1.0.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a motor driver CVD.", + "paragraph": "It manage oriental motor CVD2B-KR or CVD5BKR series in RS485 modbus.", + "website": "https://github.com/asukiaaa/arduino-MotorCVD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-MotorCVD.git", + "providesIncludes": [ + "MotorCVD_asukiaaa.hpp" + ], + "dependencies": [ + { + "name": "rs485_asukiaaa" + }, + { + "name": "OrientalCommon_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/MotorCVD_asukiaaa-1.0.5.zip", + "archiveFileName": "MotorCVD_asukiaaa-1.0.5.zip", + "size": 4612, + "checksum": "SHA-256:4dfb9b939c103b24fdcddcb4202c15afa3ede66c7844952cfd8fe4bc76fbf7a9" + }, + { + "name": "EasyLed", + "version": "1.0.0", + "author": "Leonel Lopes Parente", + "maintainer": "Leonel Lopes Parente", + "sentence": "EasyLed is an Arduino library that makes controlling standard LEDs easy. Use simple logical functions like led.on(), led.toggle(), led.flash(), led.isOff() and more.", + "paragraph": "Helps to write clean code that is easy to read and understand.", + "website": "https://github.com/lnlp/EasyLed", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lnlp/EasyLed.git", + "providesIncludes": [ + "EasyLed.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lnlp/EasyLed-1.0.0.zip", + "archiveFileName": "EasyLed-1.0.0.zip", + "size": 11883, + "checksum": "SHA-256:a2098d339e2ddd3ffc90b842c3399f9d17b0d49de508e44a059ee140deded451" + }, + { + "name": "EasyLed", + "version": "1.1.0", + "author": "Leonel Lopes Parente", + "maintainer": "Leonel Lopes Parente", + "sentence": "Arduino library for controlling standard LEDs in an easy way. EasyLed provides simple logical methods like led.on(), led.toggle(), led.flash(), led.isOff() and more.", + "paragraph": "This library will help to write cleaner code that is easy to read and understand.", + "website": "https://github.com/lnlp/EasyLed", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lnlp/EasyLed.git", + "providesIncludes": [ + "EasyLed.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lnlp/EasyLed-1.1.0.zip", + "archiveFileName": "EasyLed-1.1.0.zip", + "size": 12859, + "checksum": "SHA-256:bf160bff42841eca1f21111734306495d6af686668b54783d286a7f1acff2587" + }, + { + "name": "Freenove VK16K33 Lib", + "version": "1.0.0", + "author": "Freenove", + "maintainer": "Freenove \u003crd@freenove.com\u003e", + "sentence": "Arduino library for Freenove VK16K33 Lib.\u003cbr /\u003e", + "paragraph": "Arduino library for Freenove VK16K33 Lib.", + "website": "https://github.com/Freenove/Freenove_VK16K33_Lib", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Freenove/Freenove_VK16K33_Lib.git", + "providesIncludes": [ + "Freenove_VK16K33_Lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_VK16K33_Lib-1.0.0.zip", + "archiveFileName": "Freenove_VK16K33_Lib-1.0.0.zip", + "size": 13293, + "checksum": "SHA-256:0dcab50811061b6263b1eb4f360e73e6caae0d974acff500d36d06c40f895fd1" + }, + { + "name": "retroTerm", + "version": "0.1.0", + "author": "Nick Reynolds,nick+retroTerm@arcanium.london", + "maintainer": "Nick Reynolds,nick+retroTerm@arcanium.london", + "sentence": "A library for creating user interfaces on an ANSI/VTxxx terminal with a microcontroller", + "paragraph": ", it includes simple methods for controlling colours, moving the cursor and so but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll with the scroll wheel and so on. Testing is done against the popular terminal application 'PuTTY' and it needs a fully functional VTxxx terminal emulator to work. The console window in the Arduino IDE DOES NOT work with this library as it ignores most ANSI/VTxxx commands. While retroTerm will work on classic Arduino AVR models with 2K SRAM, they will struggle with low memory when using this library and only support minimal sketches.", + "website": "https://github.com/ncmreynolds/retroTerm", + "category": "Display", + "architectures": [ + "avr", + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/retroTerm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/retroTerm-0.1.0.zip", + "archiveFileName": "retroTerm-0.1.0.zip", + "size": 397249, + "checksum": "SHA-256:fd8f7b6c96cca6a188d5e2ce6e5ff3b506ef8ccae12167561f2f3c05ac7028c8" + }, + { + "name": "retroTerm", + "version": "0.1.1", + "author": "Nick Reynolds,nick+retroTerm@arcanium.london", + "maintainer": "Nick Reynolds,nick+retroTerm@arcanium.london", + "sentence": "A library for creating user interfaces on an ANSI/VTxxx terminal with a microcontroller", + "paragraph": ", it includes simple methods for controlling colours, moving the cursor and so but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll with the scroll wheel and so on. Testing is done against the popular terminal application 'PuTTY' and it needs a fully functional VTxxx terminal emulator to work. The console window in the Arduino IDE DOES NOT work with this library as it ignores most ANSI/VTxxx commands. While retroTerm will work on classic Arduino AVR models with 2K SRAM, they will struggle with low memory when using this library and only support minimal sketches.", + "website": "https://github.com/ncmreynolds/retroTerm", + "category": "Display", + "architectures": [ + "avr", + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/retroTerm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/retroTerm-0.1.1.zip", + "archiveFileName": "retroTerm-0.1.1.zip", + "size": 574036, + "checksum": "SHA-256:8db5b297be42ec7659b038a83925de3f21d5499f45e913f38311292b839450cb" + }, + { + "name": "retroTerm", + "version": "0.1.2", + "author": "Nick Reynolds,nick+retroTerm@arcanium.london", + "maintainer": "Nick Reynolds,nick+retroTerm@arcanium.london", + "sentence": "A library for creating GUI-esque interfaces in a terminal emulator with a microcontroller.", + "paragraph": "RetroTerm includes functions for controlling colours, moving the cursor and so on but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll text with the wheel and so on. The popular terminal emulator 'PuTTY' is the target but any fully functional VT320 terminal emulator should work.", + "website": "https://github.com/ncmreynolds/retroTerm", + "category": "Display", + "architectures": [ + "avr", + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/retroTerm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/retroTerm-0.1.2.zip", + "archiveFileName": "retroTerm-0.1.2.zip", + "size": 575449, + "checksum": "SHA-256:e4b770e010106bb92c01f3d700809501b59732e2144b5ae3324b03924e6838f4" + }, + { + "name": "retroTerm", + "version": "0.1.3", + "author": "Nick Reynolds,nick+retroTerm@arcanium.london", + "maintainer": "Nick Reynolds,nick+retroTerm@arcanium.london", + "sentence": "A library for creating GUI-esque interfaces in a terminal emulator with a microcontroller.", + "paragraph": "RetroTerm includes functions for controlling colours, moving the cursor and so on but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll text with the wheel and so on. The popular terminal emulator 'PuTTY' is the target but any fully functional VT320 terminal emulator should work.", + "website": "https://github.com/ncmreynolds/retroTerm", + "category": "Display", + "architectures": [ + "avr", + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/retroTerm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/retroTerm-0.1.3.zip", + "archiveFileName": "retroTerm-0.1.3.zip", + "size": 586113, + "checksum": "SHA-256:2af996a5764a565ca7b3ce556ecdf52fde3ffbcc996af2bb9c1b6c429c085874" + }, + { + "name": "DDC-CI VPC library", + "version": "1.0.0", + "author": "Toni Tanner", + "maintainer": "Toni Tanner", + "sentence": "A simple library to control you monitor over DDC/CI", + "paragraph": "Set brightness, contrast and more by abusing unused VGA/DVI/HDMI inputs of your monitor.", + "website": "https://github.com/tttttx2/ddcvcp", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tttttx2/ddcvcp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tttttx2/DDC_CI_VPC_library-1.0.0.zip", + "archiveFileName": "DDC_CI_VPC_library-1.0.0.zip", + "size": 4418, + "checksum": "SHA-256:d934ef9c86b8243a65560dc2d92312cd625517d8ce5d5ddd11cfec24be7e6a1b" + }, + { + "name": "Better Joystick", + "version": "1.0.0", + "author": "Leon Rode", + "maintainer": "Leon Rode \u003cleon.rode13@gmail.com\u003e", + "sentence": "A library that handles and processes inputs from Arduino joysticks.", + "paragraph": "Provides functionality for input value retrieval (with value mapping), joystick directionality, and the magnitude of the coordinates from the center.", + "website": "https://github.com/lionrocker/better-joystick", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lionrocker/better-joystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lionrocker/Better_Joystick-1.0.0.zip", + "archiveFileName": "Better_Joystick-1.0.0.zip", + "size": 17568, + "checksum": "SHA-256:c5b664f483800ec4f278ad71fbbee5b7b061cd7c26efed9e1d16dd4e18edf657" + }, + { + "name": "Better Joystick", + "version": "1.0.2", + "author": "Leon Rode", + "maintainer": "Leon Rode \u003cleon.rode13@gmail.com\u003e", + "sentence": "A library that handles and processes inputs from dual-axis Arduino joysticks.", + "paragraph": "Provides functionality for input value retrieval (with value mapping), joystick directionality, and the magnitude of the coordinates from the center.", + "website": "https://github.com/leonrode/better-joystick", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lionrocker/better-joystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lionrocker/Better_Joystick-1.0.2.zip", + "archiveFileName": "Better_Joystick-1.0.2.zip", + "size": 17671, + "checksum": "SHA-256:3c6cff3b09cf17cb90fe7c8b93673e0233679f924dedf09dd63ac5a82ed2c82e" + }, + { + "name": "KMP_MCP23S08", + "version": "1.0.0", + "author": "Plamen Kovandzhiev", + "maintainer": "KMP Electronics \u003ccontact@kmpelectronics.eu\u003e", + "sentence": "Unified driver for the the MCP23S08 SPI expander", + "paragraph": "It extends board GPIO with 8 pins. Every pin can be inputs or output", + "website": "https://github.com/kmpelectronics/KMP_MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kmpelectronics/KMP_MCP23S08.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kmpelectronics/KMP_MCP23S08-1.0.0.zip", + "archiveFileName": "KMP_MCP23S08-1.0.0.zip", + "size": 8243, + "checksum": "SHA-256:c042215aa3baef1b395fa8f7643a0bc733071d9c88774dd6c7abc4ccf8675c59" + }, + { + "name": "KMP_MCP23S08", + "version": "1.0.1", + "author": "Plamen Kovandzhiev", + "maintainer": "KMP Electronics \u003ccontact@kmpelectronics.eu\u003e", + "sentence": "Unified driver for the the MCP23S08 SPI expander", + "paragraph": "It extends board GPIO with 8 pins. Every pin can be inputs or output", + "website": "https://github.com/kmpelectronics/KMP_MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kmpelectronics/KMP_MCP23S08.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kmpelectronics/KMP_MCP23S08-1.0.1.zip", + "archiveFileName": "KMP_MCP23S08-1.0.1.zip", + "size": 8258, + "checksum": "SHA-256:6941467c0e9484cf8a02c6f86b6475a775d5973c417f1247aa5f0031e8067bda" + }, + { + "name": "MultiFunctionShield", + "version": "1.0.0", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "For ATmega328", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": [ + "avr/interrupt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.0.0.zip", + "archiveFileName": "MultiFunctionShield-1.0.0.zip", + "size": 6621, + "checksum": "SHA-256:f8743590b6b7136f4c55e847c84e0cdc0cfeae957e9c4f323da7f549d568f1d7" + }, + { + "name": "MultiFunctionShield", + "version": "1.5.0", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "For ATmega328", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": [ + "avr/interrupt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.5.0.zip", + "archiveFileName": "MultiFunctionShield-1.5.0.zip", + "size": 35136, + "checksum": "SHA-256:a56c83c3b677bcf669bc0735b659e27801a6b689f9635742257c09b6fd4a0a8a" + }, + { + "name": "MultiFunctionShield", + "version": "1.5.2", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "for ATmega328, uses Timer1", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": [ + "avr/interrupt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.5.2.zip", + "archiveFileName": "MultiFunctionShield-1.5.2.zip", + "size": 35617, + "checksum": "SHA-256:eb4e5d40a5ffb06403dc39734c6b08527e3f07f2d4fe57b79b937a168f25b475" + }, + { + "name": "MultiFunctionShield", + "version": "1.5.3", + "author": "Florian", + "maintainer": "Florian", + "sentence": "LED Display driver for Multi Function Shield", + "paragraph": "for ATmega328, uses Timer1 =\u003e Pins 9 and 10 on Uno for PWM and analogWrite() are effected", + "website": "https://github.com/coderfls/Arduino_MultiFunctionShield", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/coderfls/Arduino_MultiFunctionShield.git", + "providesIncludes": [ + "avr/interrupt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/coderfls/MultiFunctionShield-1.5.3.zip", + "archiveFileName": "MultiFunctionShield-1.5.3.zip", + "size": 35720, + "checksum": "SHA-256:e81c200a3d0fae9bade31e4c9514df0dd6db4e10d7e07628aaae7cd1d54295c9" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.0.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.0.0.zip", + "size": 112781, + "checksum": "SHA-256:c49887d63d3e110d46deddfba05bc5aa8afcd90a970371852e20b7cefd9ff907" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.1.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.1.0.zip", + "size": 94688, + "checksum": "SHA-256:2bbcfbc218b7159d3b1a23aecfbc03585ac79610df4d7098f4ab7d1ae66ddd9c" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.2.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.2.0.zip", + "size": 101980, + "checksum": "SHA-256:cd1e3dc5c8411f2846b2daad832d105a14c5ea1f0c8458ad65bcf92049341f24" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.3.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.3.0.zip", + "size": 102530, + "checksum": "SHA-256:8891e5a37dcdd2a0989b6e90e8564279573201c05031b5d34746865743630079" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.4.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.4.0.zip", + "size": 89887, + "checksum": "SHA-256:6ab37870dbead4de069caf97d44555519ff72bef845331beab8c1e58b0d6eaef" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "These megaAVR_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_TimerInterrupt.hpp", + "megaAVR_ISR_Timer.h", + "megaAVR_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.5.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.5.0.zip", + "size": 71583, + "checksum": "SHA-256:7e05d21f0930a610b6365d96a554eab8d72e5e037234d92a44ff2acfc4a39962" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "These megaAVR_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Now supporting MegaCoreX.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_TimerInterrupt.hpp", + "megaAVR_ISR_Timer.h", + "megaAVR_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.6.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.6.0.zip", + "size": 74098, + "checksum": "SHA-256:4605714f3f0b8d11c7da7f78d2ed5d4b4fe19cc33c8ee42d22dea9d86e69d845" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "These megaAVR_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Now supporting MegaCoreX.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_TimerInterrupt.hpp", + "megaAVR_ISR_Timer.h", + "megaAVR_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.6.1.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.6.1.zip", + "size": 72485, + "checksum": "SHA-256:334225ea71f601c263209fa4792f552e29916ca7fe2606fd3e680d6d5956799b" + }, + { + "name": "megaAVR_TimerInterrupt", + "version": "1.7.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.", + "paragraph": "These megaAVR_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Now supporting MegaCoreX.", + "website": "https://github.com/khoih-prog/megaAVR_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_TimerInterrupt.git", + "providesIncludes": [ + "megaAVR_TimerInterrupt.h", + "megaAVR_TimerInterrupt.hpp", + "megaAVR_ISR_Timer.h", + "megaAVR_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_TimerInterrupt-1.7.0.zip", + "archiveFileName": "megaAVR_TimerInterrupt-1.7.0.zip", + "size": 74296, + "checksum": "SHA-256:f8c65718982aff0e3abad88b15c11a6fc2fe6ae3b1c9f35c2a4d041fc58ef7aa" + }, + { + "name": "SparkFun Qwiic AS7341L 10-Channel Spectral Sensor", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Qwiic AS7341L 10-Channel Spectral Sensor.", + "paragraph": "This library allows the user to measure light spectrum in 10 different channels: 415nm, 445nm, 480nm, 515nm, 555nm, 590nm, 630nm, 680nm, clear and near infrared. This sensor will measure the color components in a specific target, decomposing light into these individual components.", + "website": "https://github.com/sparkfun/SparkFun_AS7341X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS7341X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_AS7341L_10_Channel_Spectral_Sensor-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_AS7341L_10_Channel_Spectral_Sensor-1.0.0.zip", + "size": 2012645, + "checksum": "SHA-256:5f0204303e7ba0ecff43cff458b7d14b8444cbb9fded88227afb79122afb1c59" + }, + { + "name": "ESP_8_BIT Color Composite Video Library", + "version": "1.0.0", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite video signals with an ESP32.", + "paragraph": "Using the signal generation code of Peter Barrett ESP_8_BIT project. An Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API.", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.0.0.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.0.0.zip", + "size": 26348, + "checksum": "SHA-256:197204eda5df97659c7db80c329e3cdcf05f0e246e998113882abe3a92fb069f" + }, + { + "name": "ESP_8_BIT Color Composite Video Library", + "version": "1.1.0", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite TV video out signals with an ESP32.", + "paragraph": "Using the signal generation code of Peter Barrett ESP_8_BIT project. An Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API. Includes double-buffering mechanism to avoid visible flickering while drawing. No additional support hardware required, connect GPIO25 to composite video signal output pin. (Usually the center of the video connector, and outside is connected to ground.)", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.1.0.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.1.0.zip", + "size": 32591, + "checksum": "SHA-256:7837030b430eb4f811951b9a0946fddafc57f6307a5a7b6a334dddb68280f63f" + }, + { + "name": "ESP_8_BIT Color Composite Video Library", + "version": "1.2.0", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite TV video out signals with an ESP32.", + "paragraph": "Using the signal generation code from ESP_8_BIT by Peter Barrett, an Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API. Includes double-buffering mechanism to avoid visible flickering while drawing. No additional support hardware required, connect GPIO25 to composite video signal output pin. (Usually the center of the video connector, and outside is connected to ground.)", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.2.0.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.2.0.zip", + "size": 377164, + "checksum": "SHA-256:95da2af613a1d9a5d3f099868e8f6b2fbbcec2230cf119a96bf310ddb682c2af" + }, + { + "name": "ESP_8_BIT Color Composite Video Library", + "version": "1.3.1", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite TV video out signals with an ESP32.", + "paragraph": "Using SEGA signal generation code path from ESP_8_BIT by Peter Barrett, an Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API. Includes double-buffering mechanism to avoid visible flickering while drawing. No additional support hardware required, connect GPIO25 to composite video signal output pin. (Usually the center of the video connector, and outside is connected to ground.)", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.3.1.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.3.1.zip", + "size": 379528, + "checksum": "SHA-256:4ede0e0386772af476f95979b74744b3d926133ae9aa6f30959a68c453bb0215" + }, + { + "name": "ESP_8_BIT Color Composite Video Library", + "version": "1.3.2", + "author": "Roger Cheng", + "maintainer": "Roger Cheng \u003croger.random@outlook.com\u003e", + "sentence": "Generate color composite TV video out signals with an ESP32.", + "paragraph": "Using SEGA signal generation code path from ESP_8_BIT by Peter Barrett, an Arduino sketch may manipulate the frame buffer directly or optionally use the Adafruit GFX library API. Includes double-buffering mechanism to avoid visible flickering while drawing. No additional support hardware required, connect GPIO25 to composite video signal output pin. (Usually the center of the video connector, and outside is connected to ground.)", + "website": "https://github.com/Roger-random/ESP_8_BIT_composite", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Roger-random/ESP_8_BIT_composite.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Roger-random/ESP_8_BIT_Color_Composite_Video_Library-1.3.2.zip", + "archiveFileName": "ESP_8_BIT_Color_Composite_Video_Library-1.3.2.zip", + "size": 382134, + "checksum": "SHA-256:5457c75b9e8e7b1d52b7c3aa74a2758421ea7f49a4a4d86a0434a6bd2ea6f233" + }, + { + "name": "Ponoor L6470 Library", + "version": "1.0.0", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM L6470 stepper driver chip library.", + "paragraph": "This library is modified from SparkFun AutoDriver library for SAMD support and some other functionalities and compatibilities.", + "website": "https://github.com/ponoor/Ponoor_L6470_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ponoor/Ponoor_L6470_Library.git", + "providesIncludes": [ + "Ponoor_L6470Library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_L6470_Library-1.0.0.zip", + "archiveFileName": "Ponoor_L6470_Library-1.0.0.zip", + "size": 44635, + "checksum": "SHA-256:9c150bfc8dc2d4ac6a85b6d53bc9b69347b697a49dd09209dcef725c368fd750" + }, + { + "name": "Ponoor L6470 Library", + "version": "1.0.1", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM L6470 stepper driver chip library.", + "paragraph": "This library is modified from SparkFun AutoDriver library for SAMD support and some other functionalities and compatibilities.", + "website": "https://github.com/ponoor/Ponoor_L6470_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ponoor/Ponoor_L6470_Library.git", + "providesIncludes": [ + "Ponoor_L6470Library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_L6470_Library-1.0.1.zip", + "archiveFileName": "Ponoor_L6470_Library-1.0.1.zip", + "size": 44739, + "checksum": "SHA-256:784ac1c404bbacc244da6ad3d4677c0b712e40b05c7d612c41e62bf6bc24b768" + }, + { + "name": "Ponoor L6470 Library", + "version": "1.0.3", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "STM L6470 stepper driver chip library.", + "paragraph": "This library is modified from SparkFun AutoDriver library for SAMD support and some other functionalities and compatibilities.", + "website": "https://github.com/ponoor/Ponoor_L6470_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ponoor/Ponoor_L6470_Library.git", + "providesIncludes": [ + "Ponoor_L6470Library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_L6470_Library-1.0.3.zip", + "archiveFileName": "Ponoor_L6470_Library-1.0.3.zip", + "size": 44769, + "checksum": "SHA-256:80fead15892a65c8b45a964f691bd992e5c25aa5d4b1e412a04f3ef6e1d91897" + }, + { + "name": "SparkFun USB Hub Qwiic USB251x", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Configure the PID/VID and power consumption settings on the USB2514X USB Hub.", + "paragraph": "Communicates with the USB2514B, USB2513B, or USB2512XB over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a USB hub into your project. Downstream current limits can be set, vendor/product/device IDs can be set, and ports can be disabled and/or remapped.", + "website": "https://github.com/sparkfun/SparkFun_USB251X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_USB251x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_USB_Hub_Qwiic_USB251x-1.0.0.zip", + "archiveFileName": "SparkFun_USB_Hub_Qwiic_USB251x-1.0.0.zip", + "size": 13614, + "checksum": "SHA-256:c79a082c03dcb589698ab8483cf20d9e50892c718f2dcd702a57070e8c691506" + }, + { + "name": "TaskJockey", + "version": "0.1.0", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": [ + "TaskJockey.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-0.1.0.zip", + "archiveFileName": "TaskJockey-0.1.0.zip", + "size": 10945, + "checksum": "SHA-256:b363da615e9f94742896b5d8d21a150fa58d6f09c8faf2fb94913e81d73e1840" + }, + { + "name": "TaskJockey", + "version": "1.0.1", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": [ + "TaskJockey.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.1.zip", + "archiveFileName": "TaskJockey-1.0.1.zip", + "size": 10945, + "checksum": "SHA-256:72beef1a298929c30940d69426dc1861fa3ef5975ac1f947dffdd7b5ef66c82b" + }, + { + "name": "TaskJockey", + "version": "1.0.2", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": [ + "TaskJockey.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.2.zip", + "archiveFileName": "TaskJockey-1.0.2.zip", + "size": 11343, + "checksum": "SHA-256:40d6af065d6a7419d4cba446fc53a099d186cfcc0cce24c2a31e9c7521f1ed91" + }, + { + "name": "TaskJockey", + "version": "1.0.3", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino and similar systems", + "paragraph": "A simple, light-weight cooperative task manager for Arduino and similar systems. This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJuggler for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": [ + "TaskJockey.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.3.zip", + "archiveFileName": "TaskJockey-1.0.3.zip", + "size": 11395, + "checksum": "SHA-256:216924dc12cfacb04cbe813d49bfa73297901e351a79cb7c3273d5b938a2761c" + }, + { + "name": "TaskJockey", + "version": "1.0.4", + "author": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "maintainer": "Mark Bratcher \u003cmdbratch@gmail.com\u003e", + "sentence": "A simple, light-weight cooperative task manager for Arduino, ESP32, STM32, and similar systems", + "paragraph": "This library encapsulates the ability to run tasks on a periodic basis for a finite or indefinite number of iterations. See https://github.com/mbratch/TaskJockey for further details.", + "website": "https://github.com/mbratch/TaskJockey", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mbratch/TaskJockey.git", + "providesIncludes": [ + "TaskJockey.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mbratch/TaskJockey-1.0.4.zip", + "archiveFileName": "TaskJockey-1.0.4.zip", + "size": 11399, + "checksum": "SHA-256:31d7a8480055eb205de956b6ea4ef2397853478671301b321ec4a5842dd52285" + }, + { + "name": "SparkFun SPI SerialFlash Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.0.zip", + "size": 14365, + "checksum": "SHA-256:3495a08b5f8e3943f5515392bfc5161febe2bfacce48999effb98ce78a6a80f7" + }, + { + "name": "SparkFun SPI SerialFlash Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.1.zip", + "size": 14599, + "checksum": "SHA-256:3a9b7664fabb71091887c280b11a6153bb82e160e2806700e8c19f7252da5768" + }, + { + "name": "SparkFun SPI SerialFlash Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.2.zip", + "size": 15245, + "checksum": "SHA-256:d28548b1caa76c48a590413d60885dda77e6fa0d91a8549c8fb3b7b376e8fa87" + }, + { + "name": "SparkFun SPI SerialFlash Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A low level library for interfacing to serial flash ICs\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to erase, read from and write to SPI serial flash memory\u003cbr/\u003eNot intended to work with serial EEPROMs\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SPI_SerialFlash_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SPI_SerialFlash_Arduino_Library-1.0.3.zip", + "size": 15248, + "checksum": "SHA-256:4309c4d4af54d6e32a01c522e019c3bd64e21af7302476f13f6ac697caad8f8f" + }, + { + "name": "Geekble_Oscillator", + "version": "0.1.0", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Generate pulse from 8MHz to 31.25KHz", + "paragraph": "Generate 50% duty pulse from 8MHz to 31.25KHz. Other Functions/Library depend on Timer Counter 2 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_Oscillator", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geekbleofficial/Geekble_Oscillator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_Oscillator-0.1.0.zip", + "archiveFileName": "Geekble_Oscillator-0.1.0.zip", + "size": 5673, + "checksum": "SHA-256:bd14aa62ceebc74a0affa5245c05e6ef15acff594e69c98dbe99e35a86adfb3b" + }, + { + "name": "Geekble_Oscillator", + "version": "1.0.3", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Generate pulse from 31.25KHz to 8MHz", + "paragraph": "Generate 50% duty pulse from 31.25KHz to 8MHz. Other Functions/Library depend on Timer Counter 2 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_Oscillator", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geekbleofficial/Geekble_Oscillator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_Oscillator-1.0.3.zip", + "archiveFileName": "Geekble_Oscillator-1.0.3.zip", + "size": 5950, + "checksum": "SHA-256:347494a6ad8f35000ecef51a1df10d243d7afd86514ba507214c7a23a041a07f" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.0.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.0.0.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.0.0.zip", + "size": 70883, + "checksum": "SHA-256:7f4f296cbd68707a67395e8fd508e8333b4287959a914363e7369040e7b472b6" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.1.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.1.0.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.1.0.zip", + "size": 72057, + "checksum": "SHA-256:6ab46cfc42f92f164767e3ee6eb1f9a033b9c53bcfc6f6775180f5f5bd36d412" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.2.1", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.2.1.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.2.1.zip", + "size": 14959, + "checksum": "SHA-256:afd39d513d42b2b01bf2031a1f75e6ba893b391e7b8470b3e2cc92256c9a067a" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.2.2", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.2.2.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.2.2.zip", + "size": 15408, + "checksum": "SHA-256:f205de8004ab41fe6a7534c699cbba0b9f4edcbd0f0cc63da0e3a66ceae73929" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.3.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.0.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.0.zip", + "size": 18866, + "checksum": "SHA-256:69601e0617c6b7144ddc340d97fae9ad7b4b58f5f34cc923d457d7b93d680cb0" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.3.1", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.1.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.1.zip", + "size": 21878, + "checksum": "SHA-256:f2e3239f7d37b0fbbfc8735fbf5cd08cb095a9d770f533072749b2356c5c8561" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.3.2", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.2.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.2.zip", + "size": 21624, + "checksum": "SHA-256:cfc4806895f4c8702d5cbf54a0bcbb28d4467180cd22c0d9d68e6efd84115a11" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.3.4", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.4.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.4.zip", + "size": 21657, + "checksum": "SHA-256:0c7abee19e1a09dc84ef6b63a9a0aa244a650530c6825fb4f19be5aad0f3b170" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.3.5", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.5.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.5.zip", + "size": 21668, + "checksum": "SHA-256:7e5c4049564e1001e076483e3843a386b7f963d041b9a9a82dee776860c9131c" + }, + { + "name": "FTTech SAMD51 Clicks", + "version": "1.3.7", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 easier to use.", + "paragraph": "Improved usability with common commands and parameters, better interface to sleeping methods and powering sensors.", + "website": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_SAMD51_Clicks.git", + "dependencies": [ + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_Clicks-1.3.7.zip", + "archiveFileName": "FTTech_SAMD51_Clicks-1.3.7.zip", + "size": 21771, + "checksum": "SHA-256:4a7a442007f9cf273f0557226dae8dd6123f6724aadeb361d05cd57c673f2895" + }, + { + "name": "ACAN_ESP32", + "version": "1.0.0", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.0.zip", + "archiveFileName": "ACAN_ESP32-1.0.0.zip", + "size": 9376322, + "checksum": "SHA-256:288e2da1c1cd5875b8eca2139d9464bcef0e1bff4510c62dc22c269e3b68c71c" + }, + { + "name": "ACAN_ESP32", + "version": "1.0.1", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.1.zip", + "archiveFileName": "ACAN_ESP32-1.0.1.zip", + "size": 9441956, + "checksum": "SHA-256:b162aabbaa1e5c5909db23062f0932076b674f56263734dc1eaac8c7d2d121f9" + }, + { + "name": "ACAN_ESP32", + "version": "1.0.2", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.2.zip", + "archiveFileName": "ACAN_ESP32-1.0.2.zip", + "size": 9442813, + "checksum": "SHA-256:84d463a8b4eb787f45a518fefbe734aecdc8284a2ca607e9887f43193da8db75" + }, + { + "name": "ACAN_ESP32", + "version": "1.0.3", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined. Note releases \u003c 1.0.3 do not compile on ESP32 Arduino 2.x.x.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.3.zip", + "archiveFileName": "ACAN_ESP32-1.0.3.zip", + "size": 9440078, + "checksum": "SHA-256:2c42e6c85a06376085570fdad699ea81dc20eed773b0b4c875cc519a23f6016b" + }, + { + "name": "ACAN_ESP32", + "version": "1.0.4", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined. Note releases before 1.0.3 do not compile on ESP32 Arduino 2.x.x.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.4.zip", + "archiveFileName": "ACAN_ESP32-1.0.4.zip", + "size": 9440097, + "checksum": "SHA-256:559dabf90add241a9ce29b6bbc396a1a5d5b0a4a30be110e1c660184b88e2f74" + }, + { + "name": "ACAN_ESP32", + "version": "1.0.5", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined. Note releases before 1.0.3 do not compile on ESP32 Arduino 2.x.x.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.5.zip", + "archiveFileName": "ACAN_ESP32-1.0.5.zip", + "size": 9440824, + "checksum": "SHA-256:564899e81f149c887ea1db47eaa5dd6ce4976d2081d7c35edc6995b268412ec6" + }, + { + "name": "ACAN_ESP32", + "version": "1.0.6", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined. Note releases before 1.0.3 do not compile on ESP32 Arduino 2.x.x.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.0.6.zip", + "archiveFileName": "ACAN_ESP32-1.0.6.zip", + "size": 9446038, + "checksum": "SHA-256:1bd1ac82ac392132429e2767f9cfde627329fceeadcf00d68c4968c3e65eacd3" + }, + { + "name": "ACAN_ESP32", + "version": "1.1.0", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined. Note releases before 1.0.3 do not compile on ESP32 Arduino 2.x.x.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.1.0.zip", + "archiveFileName": "ACAN_ESP32-1.1.0.zip", + "size": 9450257, + "checksum": "SHA-256:52aa907a0d8876c521e554edc704e8b964d666e4a9481a89ddf2613bfd4214cd" + }, + { + "name": "ACAN_ESP32", + "version": "1.1.2", + "author": "Mohamed Irfanulla, Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An ESP32 CAN Driver.", + "paragraph": "An ACAN Style library for ESP32, ESP32C3 and ESP32S3 CAN Peripheral. Compatible with ACAN2515, ACAN2515Tiny, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined. Note releases before 1.0.3 do not compile on ESP32 Arduino 2.x.x.", + "website": "https://github.com/pierremolinaro/acan-esp32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_ESP32-1.1.2.zip", + "archiveFileName": "ACAN_ESP32-1.1.2.zip", + "size": 9740470, + "checksum": "SHA-256:bd1799840ac9b434c940a198149946ff1fca28bd1326e64a14cb34e94258c24f" + }, + { + "name": "sprinkler-system", + "version": "1.0.1", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Automated irrigation system with webui, valve controls, metering and other sensors.", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support Leak detection and more.", + "website": "https://github.com/jordancrubin/sprinkler-system", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/sprinkler-system.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/sprinkler_system-1.0.1.zip", + "archiveFileName": "sprinkler_system-1.0.1.zip", + "size": 10712, + "checksum": "SHA-256:44a7ac6aaab0f1525af89876e82c6bd725ef4c2ad592d8d516259b35828f41ae" + }, + { + "name": "sprinkler-system", + "version": "1.0.2", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Automated irrigation system with webui, valve controls, metering and other sensors.", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support Leak detection and more.", + "website": "https://github.com/jordancrubin/sprinkler-system", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/sprinkler-system.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/sprinkler_system-1.0.2.zip", + "archiveFileName": "sprinkler_system-1.0.2.zip", + "size": 10712, + "checksum": "SHA-256:4d482cd42a72b38cc27f2b1d48f21af7e97d454f6c0a4ce4e29bcb0dd7f4c696" + }, + { + "name": "sprinkler-system", + "version": "1.0.3", + "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", + "sentence": "Automated irrigation system with webui, valve controls, metering and other sensors.", + "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support Leak detection and more.", + "website": "https://github.com/jordancrubin/sprinkler-system", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jordancrubin/sprinkler-system.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/sprinkler_system-1.0.3.zip", + "archiveFileName": "sprinkler_system-1.0.3.zip", + "size": 10017, + "checksum": "SHA-256:d0cc376b12feeda86326b5deabeea6a5f8db475238459004a3d1609e599550c0" + }, + { + "name": "TM1637_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.1.1.zip", + "archiveFileName": "TM1637_RT-0.1.1.zip", + "size": 9006, + "checksum": "SHA-256:490e4927434c615a7ff8d934db1fe0af9a9938dcafe9997892fa423e2b7d67ec" + }, + { + "name": "TM1637_RT", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.2.0.zip", + "archiveFileName": "TM1637_RT-0.2.0.zip", + "size": 9742, + "checksum": "SHA-256:bbf0f0dee2049a8ee38ad75407a4dd5b170e4ee616af676a9cae6909d3b833b2" + }, + { + "name": "TM1637_RT", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.0.zip", + "archiveFileName": "TM1637_RT-0.3.0.zip", + "size": 839391, + "checksum": "SHA-256:f5f6a03d4d20f2846106c160cc4ef1ed9fa40b66d5bdd3c5b135472de4b0f63b" + }, + { + "name": "TM1637_RT", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.1.zip", + "archiveFileName": "TM1637_RT-0.3.1.zip", + "size": 839613, + "checksum": "SHA-256:5b0af785e5071f74d54ca19db1754360725a0de1247848eb7e7f19f476b0b5f4" + }, + { + "name": "TM1637_RT", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.2.zip", + "archiveFileName": "TM1637_RT-0.3.2.zip", + "size": 841616, + "checksum": "SHA-256:671cee569dd7d4a6d538f5c45c29d7fe815471925cc7ae7995d339c2d095d475" + }, + { + "name": "TM1637_RT", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.3.zip", + "archiveFileName": "TM1637_RT-0.3.3.zip", + "size": 842239, + "checksum": "SHA-256:509c0722ea4875f001a534391dd5542ee00ddedc2a42a14624b99e5d19e2eb35" + }, + { + "name": "TM1637_RT", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.4.zip", + "archiveFileName": "TM1637_RT-0.3.4.zip", + "size": 845488, + "checksum": "SHA-256:3a4daebba1f3393c7133d9f11ad9e34cf03e25b6b5946d9a327b60803d420870" + }, + { + "name": "TM1637_RT", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.5.zip", + "archiveFileName": "TM1637_RT-0.3.5.zip", + "size": 847043, + "checksum": "SHA-256:c7deb45d5804e40ec5e8d70a39aa70b0ce9894e2286625b41b1bdfc1a751e45c" + }, + { + "name": "TM1637_RT", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.6.zip", + "archiveFileName": "TM1637_RT-0.3.6.zip", + "size": 848470, + "checksum": "SHA-256:922c37bed40d07d065bcf8d2483be5c6138850e31129b31f74640c73dd38c6b0" + }, + { + "name": "TM1637_RT", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.7.zip", + "archiveFileName": "TM1637_RT-0.3.7.zip", + "size": 852071, + "checksum": "SHA-256:8e8621e2cffdc286827ad6c1e39a9ed53ff712f0461afcef0a77ac09746e80af" + }, + { + "name": "TM1637_RT", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.8.zip", + "archiveFileName": "TM1637_RT-0.3.8.zip", + "size": 854611, + "checksum": "SHA-256:d70becdbb1a7e4502b5913993c9e0fbf2b9f77f9ae073ea2e4821b37f4d21273" + }, + { + "name": "TM1637_RT", + "version": "0.3.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "TM1637 Library for Arduino.", + "paragraph": "For 6 digit 7 segment display.", + "website": "https://github.com/RobTillaart/TM1637_RT", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TM1637_RT.git", + "providesIncludes": [ + "TM1637.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TM1637_RT-0.3.9.zip", + "archiveFileName": "TM1637_RT-0.3.9.zip", + "size": 856061, + "checksum": "SHA-256:1e6e0b414737bd36eed9ff712e16697cdd06fa97621a7d905185d2886df2b712" + }, + { + "name": "MD_SmartCar", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Core functions for movement control of a 2 wheeled SmartCar Robot.", + "paragraph": "Core functions to manage autonomous movement of a 2 wheeled SmartCar Robot. Robotic applications are built on top of this core.", + "website": "https://github.com/MajicDesigns/MD_SmartCar", + "category": "Device Control", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_SmartCar.git", + "providesIncludes": [ + "MD_SmartCar.h" + ], + "dependencies": [ + { + "name": "MD_PWM" + }, + { + "name": "MD_cmdProcessor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SmartCar-1.0.0.zip", + "archiveFileName": "MD_SmartCar-1.0.0.zip", + "size": 5663840, + "checksum": "SHA-256:51c5c80e9697a16ed292eb888078feafcc531688383302f56b743d305f1893df" + }, + { + "name": "MD_SmartCar", + "version": "1.0.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Core functions for movement control of a 2 wheeled SmartCar Robot using DC motors.", + "paragraph": "Core functions to manage autonomous movement of a 2 wheeled SmartCar Robot. Robotic applications are built on top of this core.", + "website": "https://github.com/MajicDesigns/MD_SmartCar", + "category": "Device Control", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_SmartCar.git", + "providesIncludes": [ + "MD_SmartCar.h" + ], + "dependencies": [ + { + "name": "MD_PWM" + }, + { + "name": "MD_cmdProcessor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SmartCar-1.0.2.zip", + "archiveFileName": "MD_SmartCar-1.0.2.zip", + "size": 8669231, + "checksum": "SHA-256:1a56ae2b351af14363eb64454cd54e324bb9186b5d1395dfe2fb4ca1f55cdfff" + }, + { + "name": "MD_SmartCar", + "version": "1.1.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Core functions for movement control of a 2 wheeled SmartCar Robot using DC motors.", + "paragraph": "Core functions to manage autonomous movement of a 2 wheeled SmartCar Robot. Robotic applications are built on top of this core.", + "website": "https://github.com/MajicDesigns/MD_SmartCar", + "category": "Device Control", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_SmartCar.git", + "providesIncludes": [ + "MD_SmartCar.h" + ], + "dependencies": [ + { + "name": "MD_PWM" + }, + { + "name": "MD_cmdProcessor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SmartCar-1.1.0.zip", + "archiveFileName": "MD_SmartCar-1.1.0.zip", + "size": 8670011, + "checksum": "SHA-256:d35f1d452cfd441e2f7b15290a2838c7740d1188c1ec09dd75a1b9b77aaaf913" + }, + { + "name": "Fuzzy Spooder", + "version": "0.1.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.1.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.1.0.zip", + "size": 1081765, + "checksum": "SHA-256:be9ec3ee846ebfed409a6aa45dbaab2117ae88b987e7696559bbaeeee5fa8709" + }, + { + "name": "Fuzzy Spooder", + "version": "0.1.2", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.1.2.zip", + "archiveFileName": "Fuzzy_Spooder-0.1.2.zip", + "size": 1082253, + "checksum": "SHA-256:647cc861e63ccc88ccfb74bdbeab3e2d42dad45bc9746dbeb59ba3774febc8c7" + }, + { + "name": "Fuzzy Spooder", + "version": "0.1.3", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.1.3.zip", + "archiveFileName": "Fuzzy_Spooder-0.1.3.zip", + "size": 1082318, + "checksum": "SHA-256:27f867fa7e92178c467fdbca776e6788c69ebbf1b31d414254f86d3d89c4b399" + }, + { + "name": "Fuzzy Spooder", + "version": "0.2.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is work in progress, not ready for general usage. It is registered in PlatformIO library manger for development purpose only.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.2.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.2.0.zip", + "size": 1089050, + "checksum": "SHA-256:92a6d0e05b1f8a9313df1a7fb2a70f3cf12994d3fb38692e8319596ee5a3dada" + }, + { + "name": "Fuzzy Spooder", + "version": "0.3.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.3.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.3.0.zip", + "size": 1116526, + "checksum": "SHA-256:6e1f375aa8757344972bf10e372c4dd9de2f15a31a393cbb50b41c7c154e5bcf" + }, + { + "name": "Fuzzy Spooder", + "version": "0.4.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.4.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.4.0.zip", + "size": 1118736, + "checksum": "SHA-256:476e831791ff617d8b60339139dc2c8483ed8ea6ef870192f78df9ebfca61e04" + }, + { + "name": "Fuzzy Spooder", + "version": "0.5.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.5.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.5.0.zip", + "size": 1126206, + "checksum": "SHA-256:85a6d32297faf150cd53d39458fc74c1308f00f0cb86f309c42d1b1c919177e9" + }, + { + "name": "Fuzzy Spooder", + "version": "0.6.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.6.0.zip", + "archiveFileName": "Fuzzy_Spooder-0.6.0.zip", + "size": 1127736, + "checksum": "SHA-256:bb710a410db723c314889a325e944e6dff125766abdbef73e0dc2fbe3780d9fa" + }, + { + "name": "Fuzzy Spooder", + "version": "0.6.1", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.6.1.zip", + "archiveFileName": "Fuzzy_Spooder-0.6.1.zip", + "size": 1127866, + "checksum": "SHA-256:10347059e59999480e19b7f851fc3823293afc882ca46612663c8229afd18601" + }, + { + "name": "Fuzzy Spooder", + "version": "0.6.3", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.6.3.zip", + "archiveFileName": "Fuzzy_Spooder-0.6.3.zip", + "size": 1248690, + "checksum": "SHA-256:30f29323afa47f2efb4520abc1cfb3d85219d52dacbbf098a11102764d0acaa6" + }, + { + "name": "Fuzzy Spooder", + "version": "0.6.5", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament autochanger for existing 3D printers, in duel-spool configuration.", + "paragraph": "Important Notice: This library is still work in progress.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-0.6.5.zip", + "archiveFileName": "Fuzzy_Spooder-0.6.5.zip", + "size": 1250850, + "checksum": "SHA-256:744ca5e7938360715784e5d919161bc83f98fcd8df93350a6ec9b6a37803b3bc" + }, + { + "name": "Fuzzy Spooder", + "version": "1.0.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament estimator for existing 3D printers.", + "paragraph": "It provides filament remaining weight, tracks printer status, and sends notifications to your mobile device. A WiFi environment is required for most functions.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-1.0.0.zip", + "archiveFileName": "Fuzzy_Spooder-1.0.0.zip", + "size": 1255039, + "checksum": "SHA-256:61acd72a3e9286d2c91fb07d70b5f682ca2cf8593b73c1f1c4041ccffffb839a" + }, + { + "name": "Fuzzy Spooder", + "version": "1.0.2", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament estimator for existing 3D printers.", + "paragraph": "It provides filament remaining weight, tracks printer status, and sends notifications to your mobile device. A WiFi environment is required for most functions.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoWebsockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-1.0.2.zip", + "archiveFileName": "Fuzzy_Spooder-1.0.2.zip", + "size": 1263290, + "checksum": "SHA-256:4dc185aee888c632087fca7d09ee0f3b979fc1012dbffd96acaf680d5fbc68a2" + }, + { + "name": "Fuzzy Spooder", + "version": "1.1.0", + "author": "georgychen", + "maintainer": "georgychen", + "sentence": "An add-on filament estimator for existing 3D printers.", + "paragraph": "It provides filament remaining weight, tracks printer status, and sends notifications to your mobile device. A WiFi environment is required for most functions.", + "website": "https://github.com/FuzzyNoodle/Fuzzy-Spooder", + "category": "Other", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FuzzyNoodle/Fuzzy-Spooder.git", + "dependencies": [ + { + "name": "ESP Rotary" + }, + { + "name": "Button2" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "HX711_ADC" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoWebsockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FuzzyNoodle/Fuzzy_Spooder-1.1.0.zip", + "archiveFileName": "Fuzzy_Spooder-1.1.0.zip", + "size": 1266706, + "checksum": "SHA-256:7cb7a22052b6af63cb4cbfbe24a21ba9c1254fa6040deb4f4f66624e65478050" + }, + { + "name": "Arduino_EdgeControl", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Arduino Edge Control", + "paragraph": "This library includes extended support for Arduino Edge Control boards and on-board devices", + "website": "http://www.arduino.cc/en/Reference/Arduino_EdgeControl", + "category": "Device Control", + "architectures": [ + "mbed_edge" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_EdgeControl.git", + "providesIncludes": [ + "Arduino_EdgeControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_EdgeControl-0.1.0.zip", + "archiveFileName": "Arduino_EdgeControl-0.1.0.zip", + "size": 109227, + "checksum": "SHA-256:20424a1d1b985ec61df0974ccf55c7e2d293bf0f7e9e6051c8f99cc53e9b1a87" + }, + { + "name": "Arduino_EdgeControl", + "version": "0.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Arduino Edge Control", + "paragraph": "This library includes extended support for Arduino Edge Control boards and on-board devices", + "website": "https://github.com/arduino-libraries/Arduino_EdgeControl", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_edge" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_EdgeControl.git", + "providesIncludes": [ + "Arduino_EdgeControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_EdgeControl-0.2.0.zip", + "archiveFileName": "Arduino_EdgeControl-0.2.0.zip", + "size": 130714, + "checksum": "SHA-256:f9cd47793d5fb0553e369e6328790d6dccf441d188cc1fa86d6049ff50f0757d" + }, + { + "name": "MMA8653", + "version": "2.0.0", + "author": "Lucas Hohmann", + "maintainer": "Lucas Hohmann \u003c@lfhohmann\u003e", + "sentence": "Allows reading the MMA8653 accelerometer.", + "paragraph": "This library can setup and read the NXP MMA8653 accelerometer (Used by the BBC MicroBit).\u003cbr /\u003e", + "website": "https://github.com/lfhohmann/MMA8653", + "category": "Sensors", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nRF5", + "nrf51", + "nrf52", + "stm32f4", + "mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lfhohmann/MMA8653.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lfhohmann/MMA8653-2.0.0.zip", + "archiveFileName": "MMA8653-2.0.0.zip", + "size": 10424, + "checksum": "SHA-256:3cc8f509d3e8beae5b9b991ab821c83a168ca9962c8675c90bf2469a04b64ddc" + }, + { + "name": "oprintstream", + "version": "0.0.1", + "author": "Francisco Aguilera", + "maintainer": "Francisco Aguilera", + "sentence": "Work with Arduino Serial libraries in a stream-like manner.", + "paragraph": "Employs an STL std::ostringstream-like interface for interacting with Arduino Serial in a friendlier manner.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Falven/ad-oprintstream.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Falven/oprintstream-0.0.1.zip", + "archiveFileName": "oprintstream-0.0.1.zip", + "size": 5676, + "checksum": "SHA-256:679784a92edb42e288f938833dc5759f92d3cc3cb92ffee92698c8b6dc279e88" + }, + { + "name": "oprintstream", + "version": "0.0.2", + "author": "Francisco Aguilera", + "maintainer": "Francisco Aguilera", + "sentence": "Work with Arduino Serial libraries in a stream-like manner.", + "paragraph": "Employs an STL std::ostringstream-like interface for interacting with Arduino Serial in a friendlier manner.", + "website": "http://www.arduino.cc/en/Reference/LiquidCrystal", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Falven/ad-oprintstream.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Falven/oprintstream-0.0.2.zip", + "archiveFileName": "oprintstream-0.0.2.zip", + "size": 6452, + "checksum": "SHA-256:b4ef2a0d19cf0090e0bb3081018a40e434ea6b2cd6ec0684fbf6567f9d0fece2" + }, + { + "name": "STM32duinoBLE", + "version": "1.1.2", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of SPBTLE-RF and SPBTLE-1S BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": [ + "ArduinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.1.2.zip", + "archiveFileName": "STM32duinoBLE-1.1.2.zip", + "size": 109987, + "checksum": "SHA-256:e8634005e5b8befa5d9f9765d5b53095ef437eed2ca5bce22824a419beb03c76" + }, + { + "name": "STM32duinoBLE", + "version": "1.2.0", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": [ + "STM32duinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.0.zip", + "archiveFileName": "STM32duinoBLE-1.2.0.zip", + "size": 313092, + "checksum": "SHA-256:3371f1a11c090dd8b36467c09726564a1c4070f837da44d555b5c7fe0f820ae3" + }, + { + "name": "STM32duinoBLE", + "version": "1.2.1", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of STM32WB, SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": [ + "STM32duinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.1.zip", + "archiveFileName": "STM32duinoBLE-1.2.1.zip", + "size": 313131, + "checksum": "SHA-256:ba82c882fb58c61fe34c8f3a3b126b475b4703f5d4763fcf43016038cb2ec2b2" + }, + { + "name": "STM32duinoBLE", + "version": "1.2.2", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of STM32WB, SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": [ + "STM32duinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.2.zip", + "archiveFileName": "STM32duinoBLE-1.2.2.zip", + "size": 345473, + "checksum": "SHA-256:68d533534098c684c5ebdd1a85d714219f9d91771879e8b36f5f83c86d4fc229" + }, + { + "name": "STM32duinoBLE", + "version": "1.2.3", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of STM32WB, SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": [ + "STM32duinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.3.zip", + "archiveFileName": "STM32duinoBLE-1.2.3.zip", + "size": 345642, + "checksum": "SHA-256:52e0b5b9e5f863192352d73701796d3c0d4f89078e5f56054a03d7e3d12a2e1d" + }, + { + "name": "STM32duinoBLE", + "version": "1.2.4", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of STM32WB, SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": [ + "STM32duinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.4.zip", + "archiveFileName": "STM32duinoBLE-1.2.4.zip", + "size": 345842, + "checksum": "SHA-256:d9e8ede6898823b7defb8b0f81a7b20b11a5f36554d0d1ced67e1a2f144cf508" + }, + { + "name": "STM32duinoBLE", + "version": "1.2.5", + "author": "Arduino, SRA", + "maintainer": "stm32duino", + "sentence": "Fork of ArduinoBLE library to add the support of STM32WB, SPBTLE-RF, SPBTLE-1S, BLUENRG-M2SP and BLUENRG-M0 BLE modules.", + "paragraph": "This library supports creating a BLE peripheral and BLE central mode.", + "website": "https://github.com/stm32duino/STM32duinoBLE", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32duinoBLE.git", + "providesIncludes": [ + "STM32duinoBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoBLE-1.2.5.zip", + "archiveFileName": "STM32duinoBLE-1.2.5.zip", + "size": 340681, + "checksum": "SHA-256:923cb37f03217d3ef23f2b1f123cbd9d9d16b22ab92834c5605f48e04cd6900a" + }, + { + "name": "LSA08", + "version": "1.1.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Cytron Line Sensing Array: LSA08.", + "paragraph": "This library provides an API for Arduino to work with the Cytron LSA08 (https://www.cytron.io/p-advanced-auto-calibrating-line-sensor).", + "website": "https://github.com/shashank3199/LSA08", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shashank3199/LSA08.git", + "providesIncludes": [ + "LSA08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/LSA08-1.1.0.zip", + "archiveFileName": "LSA08-1.1.0.zip", + "size": 1962819, + "checksum": "SHA-256:afdbb6df55c6d4398ec75cb2a2992448c41fceb8f81c1c07866987c1c5621f4a" + }, + { + "name": "Cytron_PS2_Shield", + "version": "1.1.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Cytron PS2 Shield.", + "paragraph": "This library provides an API for Arduino to work with the Cytron PS2 Shield (https://www.cytron.io/p-cytron-ps2-shield).", + "website": "https://github.com/shashank3199/Cytron_PS2_Shield", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shashank3199/Cytron_PS2_Shield.git", + "providesIncludes": [ + "Cytron_PS2_Shield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/Cytron_PS2_Shield-1.1.0.zip", + "archiveFileName": "Cytron_PS2_Shield-1.1.0.zip", + "size": 3082554, + "checksum": "SHA-256:dc77084afe94bc22d9b9b61dec149832001102ac2f311bfeb1062ecc722a1a3e" + }, + { + "name": "RazorIMU_9DOF", + "version": "1.0.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Razor AHRS 9DOF IMU by Sparkfun.", + "paragraph": "This library provides an API for Arduino to work with the Razor AHRS 9DOF IMU (https://www.sparkfun.com/products/retired/10736).", + "website": "https://github.com/shashank3199/RazorIMU_9DOF", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shashank3199/RazorIMU_9DOF.git", + "providesIncludes": [ + "RazorIMU_9DOF.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/RazorIMU_9DOF-1.0.0.zip", + "archiveFileName": "RazorIMU_9DOF-1.0.0.zip", + "size": 6701, + "checksum": "SHA-256:9f2c555a01ffe7be07ab454edec959db242ee6e4c30bd1eed081db327625e7f4" + }, + { + "name": "StripDisplay", + "version": "0.4.0", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": [ + "StripDisplay.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.4.0.zip", + "archiveFileName": "StripDisplay-0.4.0.zip", + "size": 34185, + "checksum": "SHA-256:34a641dae876f197411b503539100103226d4c9305add842013b367974523791" + }, + { + "name": "StripDisplay", + "version": "0.4.1", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": [ + "StripDisplay.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.4.1.zip", + "archiveFileName": "StripDisplay-0.4.1.zip", + "size": 38026, + "checksum": "SHA-256:9e43c5d878b301d449f519ddfd673e5e29e35a5df1cefd48d7357780d0e7b2d3" + }, + { + "name": "StripDisplay", + "version": "0.5.0", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": [ + "StripDisplay.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.5.0.zip", + "archiveFileName": "StripDisplay-0.5.0.zip", + "size": 39780, + "checksum": "SHA-256:e524988dc5831b3760283a02b2d9f13e815c152ff6b1c74b261209e88e61ed88" + }, + { + "name": "StripDisplay", + "version": "0.5.1", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": [ + "StripDisplay.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.5.1.zip", + "archiveFileName": "StripDisplay-0.5.1.zip", + "size": 41022, + "checksum": "SHA-256:ceac3291f2367808c5a858fb59c1b27b79278c2269637652899d575ae3a93620" + }, + { + "name": "StripDisplay", + "version": "0.5.2", + "author": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "maintainer": "Luc Yriarte \u003clyriarte@gmail.com\u003e", + "sentence": "Display text and bitmaps on strip led panels.", + "paragraph": "Address bitmaps with x,y coordinates on a group of strip led panels. Use ISO8859 FixedMedium linux fonts, sizes from 4x6 to 8x13.", + "website": "https://github.com/lyriarte/StripDisplay", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lyriarte/StripDisplay.git", + "providesIncludes": [ + "StripDisplay.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lyriarte/StripDisplay-0.5.2.zip", + "archiveFileName": "StripDisplay-0.5.2.zip", + "size": 41125, + "checksum": "SHA-256:40d44442bfe1d7952573950a044225a9f797c27d2854677203bfaecc6284630e" + }, + { + "name": "RhinoServo", + "version": "1.0.0", + "author": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "maintainer": "Shashank Goyal \u003cshashank3199@gmail.com\u003e", + "sentence": "This library is for the Encoder DC Servo Motor: RMCS220x.", + "paragraph": "This library provides an API for Arduino to work with the Encoder DC Servo Motor: RMCS220x (https://robokits.co.in/motors/high-torque-encoder-dc-servo-motor-10rpm-with-uart-i2c-ppm-drive?cPath=364_366_376\u0026).", + "website": "https://github.com/shashank3199/RhinoServo", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shashank3199/RhinoServo.git", + "providesIncludes": [ + "RhinoServo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shashank3199/RhinoServo-1.0.0.zip", + "archiveFileName": "RhinoServo-1.0.0.zip", + "size": 545766, + "checksum": "SHA-256:6e97c2e8ea24a9161501d3c49efd363357e3e57a03a828b4df16e923b657c786" + }, + { + "name": "RTT-Ethernet", + "version": "2.0.0", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": [ + "rtt.h", + "LwIP.h", + "STM32Ethernet.h" + ], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.0.0.zip", + "archiveFileName": "RTT_Ethernet-2.0.0.zip", + "size": 71730, + "checksum": "SHA-256:400ce0d038db9afb15109554d6a38246d7f76002b69c3744ce923cf27904ea53" + }, + { + "name": "RTT-Ethernet", + "version": "2.1.0", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": [ + "rtt.h", + "LwIP.h", + "STM32Ethernet.h" + ], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.1.0.zip", + "archiveFileName": "RTT_Ethernet-2.1.0.zip", + "size": 148657, + "checksum": "SHA-256:3235f93fe9194a5dcd28c258f7feef5a4f5e5b08e2d5af52d1ab1e237bed7c33" + }, + { + "name": "RTT-Ethernet", + "version": "2.1.1", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": [ + "rtt.h", + "LwIP.h", + "STM32Ethernet.h" + ], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.1.1.zip", + "archiveFileName": "RTT_Ethernet-2.1.1.zip", + "size": 154375, + "checksum": "SHA-256:74b109bee1cf31f05cee1e31524dca0dc3df713e708da530bd730e7495542d81" + }, + { + "name": "RTT-Ethernet", + "version": "2.1.2", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": [ + "rtt.h", + "LwIP.h", + "RttEthernet.h" + ], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.1.2.zip", + "archiveFileName": "RTT_Ethernet-2.1.2.zip", + "size": 154401, + "checksum": "SHA-256:c804e7ebd3e7100e3f3cb2f4dd25dab67c6ae7dbf99a4db2a3bdcbf0e4f88422" + }, + { + "name": "RTT-Ethernet", + "version": "2.2.0", + "author": "Various", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "RT-Thread Ethernet driver", + "paragraph": "With this library you can use the STM32 board to connect to Internet. The library provides socket APIs and compatible with Arduino Ethernet library. This library depends on the RT-Thread, RTT-CMSIS-OS and LwIP libraries.", + "website": "https://github.com/onelife/RTT-Ethernet", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/RTT-Ethernet.git", + "providesIncludes": [ + "rtt.h", + "LwIP.h", + "RttEthernet.h" + ], + "dependencies": [ + { + "name": "STM32duino RT-Thread RTT-CMSIS-OS LwIP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/RTT_Ethernet-2.2.0.zip", + "archiveFileName": "RTT_Ethernet-2.2.0.zip", + "size": 155805, + "checksum": "SHA-256:e3c67ee52e97d5a64eaafab96ce22bb4a1933c6eae47ab74f7c7649c5bd30abf" + }, + { + "name": "MQTTPubSubClient", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "MQTT and MQTT over WebSoket Client for Arduino", + "website": "https://github.com/hideakitai/MQTTPubSubClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MQTTPubSubClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MQTTPubSubClient-0.1.0.zip", + "archiveFileName": "MQTTPubSubClient-0.1.0.zip", + "size": 56864, + "checksum": "SHA-256:74d13fef004bf13abaad96ea11295f7fd6e08d8e24bbf13b4447a6c9b80ad865" + }, + { + "name": "MQTTPubSubClient", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "MQTT and MQTT over WebSoket Client for Arduino", + "website": "https://github.com/hideakitai/MQTTPubSubClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MQTTPubSubClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MQTTPubSubClient-0.1.1.zip", + "archiveFileName": "MQTTPubSubClient-0.1.1.zip", + "size": 56869, + "checksum": "SHA-256:fd5ee2c9f94b2512fd60d84abfe210478fb3f15b8bf5e55d06ed630b3a999e7a" + }, + { + "name": "MQTTPubSubClient", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "MQTT and MQTT over WebSoket Client for Arduino", + "website": "https://github.com/hideakitai/MQTTPubSubClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MQTTPubSubClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MQTTPubSubClient-0.1.2.zip", + "archiveFileName": "MQTTPubSubClient-0.1.2.zip", + "size": 56893, + "checksum": "SHA-256:e7964784b7e01ff0d4eb04ba4a8f12e2ceb7d9a5961be2966c152161a850ac3f" + }, + { + "name": "MQTTPubSubClient", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "MQTT and MQTT over WebSoket Client for Arduino", + "website": "https://github.com/hideakitai/MQTTPubSubClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MQTTPubSubClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MQTTPubSubClient-0.1.3.zip", + "archiveFileName": "MQTTPubSubClient-0.1.3.zip", + "size": 57419, + "checksum": "SHA-256:c6527287c09f623fd5de5ccf152feed52074e06e38a519f4d5157738fa10aba6" + }, + { + "name": "MQTTPubSubClient", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "MQTT and MQTT over WebSoket Client for Arduino", + "website": "https://github.com/hideakitai/MQTTPubSubClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MQTTPubSubClient.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "ArxTypeTraits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MQTTPubSubClient-0.2.0.zip", + "archiveFileName": "MQTTPubSubClient-0.2.0.zip", + "size": 32506, + "checksum": "SHA-256:b0f2008cb2bfcafe74ab669b688f3f3ce5d8a0bcb5de08fdaf30d8fca99c1107" + }, + { + "name": "ESP32Logger", + "version": "1.0.0", + "author": "Martin", + "maintainer": "Martin", + "sentence": "Logger for ESP32 for debugging C++-code", + "website": "https://github.com/MartinXBcn/ESP32Logger", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinXBcn/ESP32Logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinXBcn/ESP32Logger-1.0.0.zip", + "archiveFileName": "ESP32Logger-1.0.0.zip", + "size": 16119, + "checksum": "SHA-256:441ca570b30f6ed97b61569e548c8ad991063ac0693dbb7b0a48081fccd6593f" + }, + { + "name": "ESP32Logger", + "version": "1.0.2", + "author": "Martin", + "maintainer": "Martin", + "sentence": "Logger for ESP32 for debugging C++-code", + "website": "https://github.com/MartinXBcn/ESP32Logger", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MartinXBcn/ESP32Logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MartinXBcn/ESP32Logger-1.0.2.zip", + "archiveFileName": "ESP32Logger-1.0.2.zip", + "size": 16140, + "checksum": "SHA-256:a9c42e19ab9107b85a5d2d6941fd97c623be57c8ddedb872c4dc13801bdcf97c" + }, + { + "name": "ER_OLEDM1_CH1115", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Various text sizes, extended ASCII font , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.0.0.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.0.0.zip", + "size": 372639, + "checksum": "SHA-256:c2e2c4ba4487c173bfe93355fb87a50544550fbaaef7dd2830d8281ad6603434" + }, + { + "name": "ER_OLEDM1_CH1115", + "version": "1.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Various text sizes, five ASCII fonts , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.1.0.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.1.0.zip", + "size": 371253, + "checksum": "SHA-256:631fe7173d782e6c963cc8e04ca838290e8378600da5cfead2235b6912f68222" + }, + { + "name": "ER_OLEDM1_CH1115", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Various text sizes, five ASCII fonts , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.3.0.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.3.0.zip", + "size": 372230, + "checksum": "SHA-256:187a307c0a72eda65b5368b91f723bccbcc067cea869bba5997258a58a04653e" + }, + { + "name": "ER_OLEDM1_CH1115", + "version": "1.3.1", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Various text sizes, five ASCII fonts , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.3.1.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.3.1.zip", + "size": 372532, + "checksum": "SHA-256:fe1f19ff5a6b54b4ec6a9f3661d4be3d30246011a044fd407f05253ff9b167f5" + }, + { + "name": "ER_OLEDM1_CH1115", + "version": "1.3.2", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Various text sizes, Eight ASCII fonts , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.3.2.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.3.2.zip", + "size": 375648, + "checksum": "SHA-256:ae87af744e5a85b6c2870647ac2a3fda7f0714364af1e2926ba95b2b2bbc4f96" + }, + { + "name": "ER_OLEDM1_CH1115", + "version": "1.3.3", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to support the ER-OLEDM1.09-1 128X64 OLED Display Module driven by the CH1115 controller", + "paragraph": "Features Mulit screen sharing between a single buffer mode. Various text sizes, Eight ASCII fonts , bitmaps and graphics. Hardware and software SPI. Invert colours, sleep, fade effect, rotate, scroll, contrast. Tested on UNO, ESP-X and STM32.", + "website": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ER_OLEDM1_CH1115-1.3.3.zip", + "archiveFileName": "ER_OLEDM1_CH1115-1.3.3.zip", + "size": 371900, + "checksum": "SHA-256:30e9e3219896b93c16fd011074fdbdf8e6512ed53438f6a4e0e6b6091560bcd7" + }, + { + "name": "Derivs_Limiter", + "version": "1.0.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.0.1.zip", + "archiveFileName": "Derivs_Limiter-1.0.1.zip", + "size": 5814, + "checksum": "SHA-256:b1cba0b9c6afeb0115f2a2247730f45eebbc563462a182e58cfe902328f68296" + }, + { + "name": "Derivs_Limiter", + "version": "1.0.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.0.2.zip", + "archiveFileName": "Derivs_Limiter-1.0.2.zip", + "size": 5832, + "checksum": "SHA-256:b85e9aaf26714a34fe0813d99c01f325d5542160828ce305bd61a17dbb059e92" + }, + { + "name": "Derivs_Limiter", + "version": "1.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.1.0.zip", + "archiveFileName": "Derivs_Limiter-1.1.0.zip", + "size": 6039, + "checksum": "SHA-256:8b7aaf1af11edfa6a9aeb18a9dfbe1e46350c6df2cfbacd255b81813c49b3283" + }, + { + "name": "Derivs_Limiter", + "version": "1.1.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.1.1.zip", + "archiveFileName": "Derivs_Limiter-1.1.1.zip", + "size": 6072, + "checksum": "SHA-256:8425e54de7a5093e705b783c41996e7f7c0d584e5d5e3c57d62f329c4b1b4aa5" + }, + { + "name": "Derivs_Limiter", + "version": "1.2.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.2.0.zip", + "archiveFileName": "Derivs_Limiter-1.2.0.zip", + "size": 6334, + "checksum": "SHA-256:2df06a6fe307b177fa11d9bb0360951efe54365bd41e94ac4dd5a149f46b000c" + }, + { + "name": "Derivs_Limiter", + "version": "1.3.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.3.0.zip", + "archiveFileName": "Derivs_Limiter-1.3.0.zip", + "size": 6540, + "checksum": "SHA-256:17ed933402ed8789dd73e1e7ba8c28cda41868bf90361fc8358c0ac3bce69813" + }, + { + "name": "Derivs_Limiter", + "version": "1.5.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.5.0.zip", + "archiveFileName": "Derivs_Limiter-1.5.0.zip", + "size": 6652, + "checksum": "SHA-256:d4ad8aca13aa13224a7991c18a96ecbbf87de0757109fed97afa0c4ca33208d5" + }, + { + "name": "Derivs_Limiter", + "version": "1.6.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.6.0.zip", + "archiveFileName": "Derivs_Limiter-1.6.0.zip", + "size": 7767, + "checksum": "SHA-256:6c0f4cfee10a6c58dfb51fa9203c44752651c09c77631bba37f82ae19d7bc4af" + }, + { + "name": "Derivs_Limiter", + "version": "1.6.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.6.1.zip", + "archiveFileName": "Derivs_Limiter-1.6.1.zip", + "size": 7763, + "checksum": "SHA-256:3da3a07f1041acf08b604a480284bcfb2dbc3f7efa9dfee010f21cff4e116b29" + }, + { + "name": "Derivs_Limiter", + "version": "1.7.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.7.1.zip", + "archiveFileName": "Derivs_Limiter-1.7.1.zip", + "size": 8130, + "checksum": "SHA-256:77f30eaf90b037377d65693db31fbf705f43b7f60217d7725be45a2f3bd7a791" + }, + { + "name": "Derivs_Limiter", + "version": "1.8.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-1.8.0.zip", + "archiveFileName": "Derivs_Limiter-1.8.0.zip", + "size": 8289, + "checksum": "SHA-256:b89253e9038f7c35faf8cdbb47ff7554d1c2921f2e964e8f387f2d96fb3a0b7d" + }, + { + "name": "Derivs_Limiter", + "version": "2.0.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.0.0.zip", + "archiveFileName": "Derivs_Limiter-2.0.0.zip", + "size": 8671, + "checksum": "SHA-256:761cac756ce8cfe9dcb2f25fd3ca50fba6ace78f8f0604579ab9302db3364b01" + }, + { + "name": "Derivs_Limiter", + "version": "2.3.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.3.0.zip", + "archiveFileName": "Derivs_Limiter-2.3.0.zip", + "size": 8971, + "checksum": "SHA-256:c329eca2219a266185d875b05d375db7ec15584d3edaebe86b62a7077eda4243" + }, + { + "name": "Derivs_Limiter", + "version": "2.4.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.4.0.zip", + "archiveFileName": "Derivs_Limiter-2.4.0.zip", + "size": 9070, + "checksum": "SHA-256:88326aba3247a6011e2b46dd387eb258c6a214b98f188636521c033db74b4672" + }, + { + "name": "Derivs_Limiter", + "version": "2.5.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.5.0.zip", + "archiveFileName": "Derivs_Limiter-2.5.0.zip", + "size": 9068, + "checksum": "SHA-256:c8eeaae95ea4fe37e4b91352cca5f69aa087bdcf6766935f1a1bb4a466a03af2" + }, + { + "name": "Derivs_Limiter", + "version": "2.6.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.6.0.zip", + "archiveFileName": "Derivs_Limiter-2.6.0.zip", + "size": 10946, + "checksum": "SHA-256:796c4b2544152d676de50e6338297260502cccbc3a36847b84b51f90064c94ca" + }, + { + "name": "Derivs_Limiter", + "version": "2.6.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.6.1.zip", + "archiveFileName": "Derivs_Limiter-2.6.1.zip", + "size": 11988, + "checksum": "SHA-256:f8c28f775cc8ec74dda094b3ca27e8d1224a637a346c0a766111c0db9d40d814" + }, + { + "name": "Derivs_Limiter", + "version": "2.7.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "It's easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it doesn't rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-2.7.0.zip", + "archiveFileName": "Derivs_Limiter-2.7.0.zip", + "size": 12089, + "checksum": "SHA-256:93aad9735e5c4a0f9e9a9c78fe01c46172a8cf835fe6429c890538005f80dd99" + }, + { + "name": "Derivs_Limiter", + "version": "3.0.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "Its easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it does not rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-3.0.0.zip", + "archiveFileName": "Derivs_Limiter-3.0.0.zip", + "size": 13649, + "checksum": "SHA-256:2bd4da28f8c61195a6291ec8d33d62470d2dee01d12de575e4aca349f5aeac5d" + }, + { + "name": "Derivs_Limiter", + "version": "3.0.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "Its easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it does not rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-3.0.1.zip", + "archiveFileName": "Derivs_Limiter-3.0.1.zip", + "size": 13646, + "checksum": "SHA-256:eef323c210433046ad76171ef97a2ca5eb6282e23ab6e557b8c289cea03bc058" + }, + { + "name": "Derivs_Limiter", + "version": "3.0.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "Its easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it does not rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-3.0.2.zip", + "archiveFileName": "Derivs_Limiter-3.0.2.zip", + "size": 13647, + "checksum": "SHA-256:9ea0f7ee7657ddfad33b6d526826d4a02c8c255bd3a25e64eed5a2cc78645aab" + }, + { + "name": "Derivs_Limiter", + "version": "3.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "Its easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it does not rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-3.1.0.zip", + "archiveFileName": "Derivs_Limiter-3.1.0.zip", + "size": 15093, + "checksum": "SHA-256:0d85be0459ed77913cd7193b89ccfc5b3b7cee153e02f12de71aa5587aa8ba8f" + }, + { + "name": "Derivs_Limiter", + "version": "3.1.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library can be used to limit the first and second derivative of a variable as it approaches a target value.", + "paragraph": "Its easiest to think of in terms of position, velocity, and acceleration. If used with a servo, for example, the servo will smoothly move to a target value with a trapezoidal velocity profile. The formula in this program supports being run at uneven intervals, and allows for editing the target, position, and velocity while it runs since it does not rely on calculating a motion profile ahead of time.", + "website": "https://github.com/joshua-8/Derivs_Limiter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/Derivs_Limiter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/Derivs_Limiter-3.1.1.zip", + "archiveFileName": "Derivs_Limiter-3.1.1.zip", + "size": 15093, + "checksum": "SHA-256:17a55bce69e47e343a5b184502d813ec24bd6a21ca8f3fb8ead5a18dbc4330ed" + }, + { + "name": "SIKTEC_SdExplore", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "A light-weight companion library to easily scan / search for files", + "paragraph": "The aim is to perform memory heavy operations in the smallest memory consumption - Those are handy for creating menus, navigating the sd card and searching for specific files or file type on the sd card.", + "website": "https://github.com/siktec-lab/SIKTEC-SdExplore", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-SdExplore.git", + "dependencies": [ + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SdExplore-1.0.2.zip", + "archiveFileName": "SIKTEC_SdExplore-1.0.2.zip", + "size": 9235, + "checksum": "SHA-256:dc8ffcf95c1cea92d70dd971a79946f73fe5186cf25a1f88e4b6c5297bf4862c" + }, + { + "name": "SIKTEC_SdExplore", + "version": "1.0.3", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "A light-weight companion library to easily scan / search for files", + "paragraph": "The aim is to perform memory heavy operations in the smallest memory consumption - Those are handy for creating menus, navigating the sd card and searching for specific files or file type on the sd card.", + "website": "https://github.com/siktec-lab/SIKTEC-SdExplore", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-SdExplore.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SdExplore-1.0.3.zip", + "archiveFileName": "SIKTEC_SdExplore-1.0.3.zip", + "size": 9337, + "checksum": "SHA-256:96791114914d6804ec8d81a79de0ab02cd5f8505a31b8d1721c7acd93232c3f2" + }, + { + "name": "SparkFun Qwiic Haptic Driver DA7280 Library", + "version": "1.0.0", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the DA7280 Haptic Driver", + "paragraph": "This library is written for the DA7280 Haptic Driver IC. The DA7280 can run LRA or ERM motors via I2C, PWM, or using onboard memory, it's possible to run it headless.", + "website": "https://github.com/sparkfun/DA7280_Haptic_Driver_Arduino_Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.0.zip", + "size": 3559656, + "checksum": "SHA-256:e5f07d9cab47c750e97558fde09a6479c4eb28f2337a94386740bcd865eb08f6" + }, + { + "name": "SparkFun Qwiic Haptic Driver DA7280 Library", + "version": "1.0.1", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the DA7280 Haptic Driver", + "paragraph": "This library is written for the DA7280 Haptic Driver IC. The DA7280 can run LRA or ERM motors via I2C, PWM, or using onboard memory, it's possible to run it headless.", + "website": "https://github.com/sparkfun/DA7280_Haptic_Driver_Arduino_Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.1.zip", + "size": 3560074, + "checksum": "SHA-256:e470703f8e6e1563bb9b1c242221684275aa174db055ec8a0acd2ffa6d0c6886" + }, + { + "name": "SparkFun Qwiic Haptic Driver DA7280 Library", + "version": "1.0.2", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the DA7280 Haptic Driver", + "paragraph": "This library is written for the DA7280 Haptic Driver IC. The DA7280 can run LRA or ERM motors via I2C, PWM, or using onboard memory, it's possible to run it headless.", + "website": "https://github.com/sparkfun/DA7280_Haptic_Driver_Arduino_Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.2.zip", + "size": 3560114, + "checksum": "SHA-256:ccd99439b8803b9bc28a0a1dc442e53b1a898b396eb0ae82484ec983514716c3" + }, + { + "name": "SparkFun Qwiic Haptic Driver DA7280 Library", + "version": "1.0.3", + "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the DA7280 Haptic Driver", + "paragraph": "This library is written for the DA7280 Haptic Driver IC. The DA7280 can run LRA or ERM motors via I2C, PWM, or using onboard memory, it's possible to run it headless.", + "website": "https://github.com/sparkfun/DA7280_Haptic_Driver_Arduino_Library", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Qwiic_Haptic_Driver_DA7280_Library-1.0.3.zip", + "size": 3560111, + "checksum": "SHA-256:07bb20d5d7b9164950f5a742b39697530b9424e298cbf300336ddfb37697adfe" + }, + { + "name": "Force", + "version": "1.0.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.1.zip", + "archiveFileName": "Force-1.0.1.zip", + "size": 19763, + "checksum": "SHA-256:3f5e0c26dce4e17bf68cb0bd0f107bc25e32ae24a86c7ad0aca15b1636872bb2" + }, + { + "name": "Force", + "version": "1.0.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.2.zip", + "archiveFileName": "Force-1.0.2.zip", + "size": 19807, + "checksum": "SHA-256:ecf54b5e919ffd466c7c9b878e51f69fcd004779eaccfd8db3b64aa3b5d26735" + }, + { + "name": "Force", + "version": "1.0.3", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.3.zip", + "archiveFileName": "Force-1.0.3.zip", + "size": 19901, + "checksum": "SHA-256:02ca029cdb5641f1d36a7efa6832be78fb3855d37f47d14527c650aea651a7cf" + }, + { + "name": "Force", + "version": "1.0.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.4.zip", + "archiveFileName": "Force-1.0.4.zip", + "size": 21167, + "checksum": "SHA-256:d11f4873f973c26010bd332d2e406190d7fd965bad303d6316863757fcdbee8a" + }, + { + "name": "Force", + "version": "1.0.5", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.0.5.zip", + "archiveFileName": "Force-1.0.5.zip", + "size": 22313, + "checksum": "SHA-256:de1de200cd79f882cf18c81a1b830833e1861b403fc6ad63f081aaddf054d18a" + }, + { + "name": "Force", + "version": "1.1.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.1.0.zip", + "archiveFileName": "Force-1.1.0.zip", + "size": 24439, + "checksum": "SHA-256:6b07c3eb2d054dffaaf25c34b261daf080ae0a6cf1404aea37797f3a4aefc028" + }, + { + "name": "Force", + "version": "1.1.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.1.1.zip", + "archiveFileName": "Force-1.1.1.zip", + "size": 26324, + "checksum": "SHA-256:591ca0a1b4fd842cc9c6c578bf0ee4603181c385261da69a5e69bcdfac7312d3" + }, + { + "name": "Force", + "version": "1.1.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.1.2.zip", + "archiveFileName": "Force-1.1.2.zip", + "size": 26472, + "checksum": "SHA-256:0aec896e7877788a5ad3eff2f3c77a80d11ec75886e69cb482162790de353acd" + }, + { + "name": "Force", + "version": "1.2.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.2.0.zip", + "archiveFileName": "Force-1.2.0.zip", + "size": 28095, + "checksum": "SHA-256:3df210065a518425e4baf40277ecf638a32b52fe1a1464b93fff882a47b84812" + }, + { + "name": "Force", + "version": "1.2.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.2.1.zip", + "archiveFileName": "Force-1.2.1.zip", + "size": 28117, + "checksum": "SHA-256:0058074e2488564b51619342416b98673ae2afb6b2b4761d6654953d79a5f7ac" + }, + { + "name": "Force", + "version": "1.3.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.3.0.zip", + "archiveFileName": "Force-1.3.0.zip", + "size": 28196, + "checksum": "SHA-256:8e23356305b5a4010fa3892fc15a87427d89aa00299e6630491b168df0431f2d" + }, + { + "name": "Force", + "version": "1.3.1", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.3.1.zip", + "archiveFileName": "Force-1.3.1.zip", + "size": 28249, + "checksum": "SHA-256:a3c77b113dec44d005c03e16597e90d6d2f35da2144bb24316fdee71c3509e61" + }, + { + "name": "Force", + "version": "1.3.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.3.2.zip", + "archiveFileName": "Force-1.3.2.zip", + "size": 28307, + "checksum": "SHA-256:a023c3e3b1fd7cbc866ccf04286fc62e3744c9a1f6c74bbcf6c2da3258a3e62b" + }, + { + "name": "Force", + "version": "1.3.4", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.3.4.zip", + "archiveFileName": "Force-1.3.4.zip", + "size": 29802978, + "checksum": "SHA-256:c9e60e3c02acca943eb54c48aa09370a98203d2d402aa4eb7e47c67d41cc81ae" + }, + { + "name": "Force", + "version": "1.4.0", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit ST7735 and ST7789" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "RTCZero" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.4.0.zip", + "archiveFileName": "Force-1.4.0.zip", + "size": 29847263, + "checksum": "SHA-256:89180d09c5912dea3cd002eb371540cca1eda9eda2a8c519141330378cc54851" + }, + { + "name": "Force", + "version": "1.4.2", + "author": "Lex Kravitz", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE", + "paragraph": "FORCE is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE_library", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KravitzLabDevices/FORCE_library.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit ST7735 and ST7789" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/Force-1.4.2.zip", + "archiveFileName": "Force-1.4.2.zip", + "size": 29865307, + "checksum": "SHA-256:df54be997f4014acf3752efc4fe356c4bfd7e402b874c8d246c85e2f5a12731d" + }, + { + "name": "SIKTEC_Rotary", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "Library to easily use Rotary Encoders", + "paragraph": "Supports interrupt based triggering, callback, ranges, circular counting and more", + "website": "https://github.com/siktec-lab/SIK-Rotary-Encoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIK-Rotary-Encoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_Rotary-1.0.2.zip", + "archiveFileName": "SIKTEC_Rotary-1.0.2.zip", + "size": 8413, + "checksum": "SHA-256:1423701a4e80309dba85e9ed837642b4d6b1c53ec094fa0185d57785d27def29" + }, + { + "name": "MBEDSpeech", + "version": "1.0.8", + "author": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "maintainer": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "sentence": "Arduino library for running speech recognition machine learning models", + "paragraph": "This library contains the signal processing code and machine learning models to classify the words: “down”, “right”, “stop”, “happy”, noise and unknown speech found in the Google speech commands dataset. Next version will recognize all the 30 words. It has examples for the microphone on the Arduino Nano 33 BLE Sense, but should run on most Arduino boards with an ARM core and at least 64K of RAM.", + "website": "https://www.susu.ru", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kchemorion/MBEDSpeech.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kchemorion/MBEDSpeech-1.0.8.zip", + "archiveFileName": "MBEDSpeech-1.0.8.zip", + "size": 3771413, + "checksum": "SHA-256:4dd62f3fafb12df45cd4b773249e57ea586419a8c3bac7d653bbecad0f314b48" + }, + { + "name": "MBEDSpeech", + "version": "1.0.9", + "author": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "maintainer": "Francis Kiptengwer Chemorion \u003ckchemorion@gmail.com\u003e", + "sentence": "Arduino library for running speech recognition machine learning models", + "paragraph": "This library contains the signal processing code and machine learning models to classify the words found in the speech commands dataset. It should run on most Arduino boards with an ARM core and at least 64K of RAM.", + "website": "https://kchemorion.github.io/embedspeech/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kchemorion/MBEDSpeech.git", + "dependencies": [ + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kchemorion/MBEDSpeech-1.0.9.zip", + "archiveFileName": "MBEDSpeech-1.0.9.zip", + "size": 3767858, + "checksum": "SHA-256:f426ab5b16085eb506cab6bb2f5fe5f8e68bf75b7d1d2d95ea2693123cb3df13" + }, + { + "name": "ShiftOutSlow", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftOut with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftOutSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftOutSlow.git", + "providesIncludes": [ + "ShiftOutSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftOutSlow-0.1.0.zip", + "archiveFileName": "ShiftOutSlow-0.1.0.zip", + "size": 6943, + "checksum": "SHA-256:3727aa9b2f628a63d17927f7f3b555e6f43d90fe9b3bc4a524e59afac6cf931a" + }, + { + "name": "ShiftOutSlow", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftOut with build-in delay - e.g. for 74HC165", + "paragraph": "implements the print interface", + "website": "https://github.com/RobTillaart/ShiftOutSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftOutSlow.git", + "providesIncludes": [ + "ShiftOutSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftOutSlow-0.1.1.zip", + "archiveFileName": "ShiftOutSlow-0.1.1.zip", + "size": 8619, + "checksum": "SHA-256:23085f1ad5d650834cdaa7801d64dcb73939a9bc5827a7b449a02c999a3cc11f" + }, + { + "name": "ShiftOutSlow", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftOut with build-in delay - e.g. for 74HC165", + "paragraph": "implements the print interface", + "website": "https://github.com/RobTillaart/ShiftOutSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftOutSlow.git", + "providesIncludes": [ + "ShiftOutSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftOutSlow-0.1.2.zip", + "archiveFileName": "ShiftOutSlow-0.1.2.zip", + "size": 8851, + "checksum": "SHA-256:057863dd8eff4467b1b612e703625553a6876322380e46c11b709903954422d2" + }, + { + "name": "ShiftOutSlow", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftOut with build-in delay - e.g. for 74HC165", + "paragraph": "implements the print interface", + "website": "https://github.com/RobTillaart/ShiftOutSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftOutSlow.git", + "providesIncludes": [ + "ShiftOutSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftOutSlow-0.1.3.zip", + "archiveFileName": "ShiftOutSlow-0.1.3.zip", + "size": 9312, + "checksum": "SHA-256:10d077d774a76c489b50382a835d872a134bdc942539e3ab06b19ef3998314c6" + }, + { + "name": "ShiftOutSlow", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftOut with build-in delay - e.g. for 74HC165", + "paragraph": "implements the print interface", + "website": "https://github.com/RobTillaart/ShiftOutSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftOutSlow.git", + "providesIncludes": [ + "ShiftOutSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftOutSlow-0.1.4.zip", + "archiveFileName": "ShiftOutSlow-0.1.4.zip", + "size": 9490, + "checksum": "SHA-256:0c392c7290631324cdfb01c854c1d605bd6ce5395bb9c77f4b9242caac25fa46" + }, + { + "name": "ShiftOutSlow", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftOut with build-in delay - e.g. for 74HC165", + "paragraph": "implements the print interface", + "website": "https://github.com/RobTillaart/ShiftOutSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftOutSlow.git", + "providesIncludes": [ + "ShiftOutSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftOutSlow-0.1.5.zip", + "archiveFileName": "ShiftOutSlow-0.1.5.zip", + "size": 9826, + "checksum": "SHA-256:156696a0f994100da952e73c697d12c521399d07caa748e09e705020959f97fa" + }, + { + "name": "ShiftInSlow", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftIn with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftInSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftInSlow.git", + "providesIncludes": [ + "ShiftInSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftInSlow-0.1.0.zip", + "archiveFileName": "ShiftInSlow-0.1.0.zip", + "size": 6812, + "checksum": "SHA-256:1a85cb06c37420deb8c1a8e049205ff21018cbcd7d2c1dde783fee76fae4d3c4" + }, + { + "name": "ShiftInSlow", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftIn with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftInSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftInSlow.git", + "providesIncludes": [ + "ShiftInSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftInSlow-0.1.1.zip", + "archiveFileName": "ShiftInSlow-0.1.1.zip", + "size": 7142, + "checksum": "SHA-256:7dad1029df782e1461f27c39db6bd0879f0b8ecafa8a489959670b5b2736d28c" + }, + { + "name": "ShiftInSlow", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftIn with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftInSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftInSlow.git", + "providesIncludes": [ + "ShiftInSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftInSlow-0.1.2.zip", + "archiveFileName": "ShiftInSlow-0.1.2.zip", + "size": 7624, + "checksum": "SHA-256:0ba019378f7c64d0eeed39a49fbd371cc0bdedef87f1afa4559b50855c24bb8f" + }, + { + "name": "ShiftInSlow", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftIn with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftInSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftInSlow.git", + "providesIncludes": [ + "ShiftInSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftInSlow-0.1.3.zip", + "archiveFileName": "ShiftInSlow-0.1.3.zip", + "size": 7874, + "checksum": "SHA-256:05188beda58d6b093fea79802301f3a76cb683b200e47c553b7f44307273cb77" + }, + { + "name": "ShiftInSlow", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for shiftIn with build-in delay - e.g. for 74HC165", + "website": "https://github.com/RobTillaart/ShiftInSlow", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/ShiftInSlow.git", + "providesIncludes": [ + "ShiftInSlow.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ShiftInSlow-0.1.4.zip", + "archiveFileName": "ShiftInSlow-0.1.4.zip", + "size": 8167, + "checksum": "SHA-256:d25cf52b937757e641c344e32faf56499f85f64b05b767049aa9573f1a4f7a9f" + }, + { + "name": "rotaryDecoder", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 4 RE's", + "website": "https://github.com/RobTillaart/rotaryDecoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoder.git", + "providesIncludes": [ + "rotaryDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoder-0.1.0.zip", + "archiveFileName": "rotaryDecoder-0.1.0.zip", + "size": 12182, + "checksum": "SHA-256:308a191657a1800cb620424eb09da18e60378bfcc0d095404a38b8a5bca48340" + }, + { + "name": "rotaryDecoder", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 4 RE's", + "website": "https://github.com/RobTillaart/rotaryDecoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoder.git", + "providesIncludes": [ + "rotaryDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoder-0.1.1.zip", + "archiveFileName": "rotaryDecoder-0.1.1.zip", + "size": 12719, + "checksum": "SHA-256:b0fb82563c7bf6916ccf51cd6d272be73cbfd55eb7539a05668e47f92275ce77" + }, + { + "name": "rotaryDecoder", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 4 RE's", + "website": "https://github.com/RobTillaart/rotaryDecoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoder.git", + "providesIncludes": [ + "rotaryDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoder-0.1.2.zip", + "archiveFileName": "rotaryDecoder-0.1.2.zip", + "size": 12766, + "checksum": "SHA-256:9f2041ddc448e781ff7e8e46e549390834aa90795999bb6dbe98f12b31d66ba0" + }, + { + "name": "rotaryDecoder", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 4 RE's", + "website": "https://github.com/RobTillaart/rotaryDecoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoder.git", + "providesIncludes": [ + "rotaryDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoder-0.1.3.zip", + "archiveFileName": "rotaryDecoder-0.1.3.zip", + "size": 13274, + "checksum": "SHA-256:2dce7e25f67e8a4216860b370d7fe119285228b7de8441acc9c97d62ee273f21" + }, + { + "name": "rotaryDecoder", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 4 RE's", + "website": "https://github.com/RobTillaart/rotaryDecoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoder.git", + "providesIncludes": [ + "rotaryDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoder-0.1.4.zip", + "archiveFileName": "rotaryDecoder-0.1.4.zip", + "size": 13601, + "checksum": "SHA-256:69e0853153a3601a2c930c7d6c9a1022a3cf66b0da374f516e227d6f01725979" + }, + { + "name": "rotaryDecoder", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 4 RE's", + "website": "https://github.com/RobTillaart/rotaryDecoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoder.git", + "providesIncludes": [ + "rotaryDecoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoder-0.2.0.zip", + "archiveFileName": "rotaryDecoder-0.2.0.zip", + "size": 13534, + "checksum": "SHA-256:16173ea9355bc213e45047b59dc68902823c81a1481e7b9e0c57be3c8d3368bc" + }, + { + "name": "ESP32-PSRamFS", + "version": "1.0.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"ESP32 RamDisk for PSRAM and fs::FS\"", + "paragraph": "\"ESP32-PsRamFS is a wannabee RamDisk library for Arduino-ESP32. It provides a fs::FS style filesystem API and uses the PSRAM as a volatile storage.\"", + "website": "https://github.com/tobozo/ESP32-PsRamFS", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-PsRamFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_PSRamFS-1.0.0.zip", + "archiveFileName": "ESP32_PSRamFS-1.0.0.zip", + "size": 106692, + "checksum": "SHA-256:017e39549c432cc1a9106c566818591fbfacc9a159d6733e54611ea6291a0427" + }, + { + "name": "ESP32-PSRamFS", + "version": "1.0.2-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"ESP32 RamDisk for PSRAM and fs::FS\"", + "paragraph": "\"ESP32-PsRamFS is a wannabee RamDisk library for Arduino-ESP32. It provides a fs::FS style filesystem API and uses the PSRAM as a volatile storage.\"", + "website": "https://github.com/tobozo/ESP32-PsRamFS", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-PsRamFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_PSRamFS-1.0.2-beta.zip", + "archiveFileName": "ESP32_PSRamFS-1.0.2-beta.zip", + "size": 112068, + "checksum": "SHA-256:608cfbfa11583ebaa5b07799621eb2077d2a742e3df96633d5a9be2e008b7239" + }, + { + "name": "ESP32-PSRamFS", + "version": "1.0.3-beta", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"ESP32 RamDisk for PSRAM and fs::FS\"", + "paragraph": "\"ESP32-PsRamFS is a wannabee RamDisk library for Arduino-ESP32. It provides a fs::FS style filesystem API and uses the PSRAM as a volatile storage.\"", + "website": "https://github.com/tobozo/ESP32-PsRamFS", + "category": "Data Storage", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-PsRamFS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_PSRamFS-1.0.3-beta.zip", + "archiveFileName": "ESP32_PSRamFS-1.0.3-beta.zip", + "size": 125778, + "checksum": "SHA-256:9328c02e642d2927646be611d8577f0e6c5fd7b9aaf72901ff468066294eb2a6" + }, + { + "name": "ESP32_easy_wifi_data", + "version": "0.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access!", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-0.1.0.zip", + "archiveFileName": "ESP32_easy_wifi_data-0.1.0.zip", + "size": 7357, + "checksum": "SHA-256:67ce0734848b5643fa4b35abc6b47581cb8613ccfc8dfaa29f323d27a64f39b8" + }, + { + "name": "ESP32_easy_wifi_data", + "version": "0.2.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access!", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-0.2.1.zip", + "archiveFileName": "ESP32_easy_wifi_data-0.2.1.zip", + "size": 7460, + "checksum": "SHA-256:a572608be445585b984f5aa5b7d9307386bf714d92563a98ddd20138247b5f85" + }, + { + "name": "ESP32_easy_wifi_data", + "version": "0.3.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access!", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-0.3.0.zip", + "archiveFileName": "ESP32_easy_wifi_data-0.3.0.zip", + "size": 7640, + "checksum": "SHA-256:4a864893e10f68c95075084b479b3f8ea9dea5cf01d414c308b85e0a40150c49" + }, + { + "name": "ESP32_easy_wifi_data", + "version": "1.0.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access!", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-1.0.1.zip", + "archiveFileName": "ESP32_easy_wifi_data-1.0.1.zip", + "size": 5385, + "checksum": "SHA-256:876148aa2e675006cbd82d5a479eaef8b18eeac3962cd179844c4aba6640eb81" + }, + { + "name": "ESP32_easy_wifi_data", + "version": "1.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access! Note that communication with this library is not secured or error checked; don't use it to control anything dangerous or private.", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-1.1.0.zip", + "archiveFileName": "ESP32_easy_wifi_data-1.1.0.zip", + "size": 6866, + "checksum": "SHA-256:82e31d84a06f3ae6167e36a6900f2ee115312b4f165ba8c852c0aa65ab45e9d3" + }, + { + "name": "ESP32_easy_wifi_data", + "version": "1.1.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Simple library for sending and recieving booleans, bytes, integers, and float variables over UDP. The esp32 can be connected to a wifi network or create its own hotspot.", + "paragraph": "https://github.com/RCMgames/RCMDS is a program that can be used for sending data to this library from a computer or Android phone. If you set up port forwarding on your wifi router you can control your esp32 from anywhere you have internet access! Note that communication with this library is not secured or error checked; don't use it to control anything dangerous or private.", + "website": "https://github.com/joshua-8/ESP32_easy_wifi_data", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/ESP32_easy_wifi_data.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/ESP32_easy_wifi_data-1.1.1.zip", + "archiveFileName": "ESP32_easy_wifi_data-1.1.1.zip", + "size": 6900, + "checksum": "SHA-256:a8324fabfb27827963525ef5dfbe293cfb0548717aeb4d9ccb54704a37d5a92a" + }, + { + "name": "ZzzButton", + "version": "1.0.0", + "author": "Seralo", + "maintainer": "Seralo \u003cseralo@free.fr\u003e", + "sentence": "Arduino / C++ library to manage buttons", + "paragraph": "Library to simplify buttons management", + "website": "https://github.com/seralo/ZzzButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/seralo/ZzzButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seralo/ZzzButton-1.0.0.zip", + "archiveFileName": "ZzzButton-1.0.0.zip", + "size": 12768, + "checksum": "SHA-256:713442624a7285e97a4b9fc520cb47e6711c7c7e4d51de0202ffeef82a2d6f20" + }, + { + "name": "UHS2-MIDI", + "version": "0.0.2", + "author": "Yuuichi Akagawa", + "maintainer": "Yuuichi AKagawa", + "sentence": "USB Host Shield Library 2.0 MIDI I/O for Arduino", + "paragraph": "USB Host Shield Library 2.0 MIDI transport for FortySevenEffects MIDI Library.", + "website": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI.git", + "providesIncludes": [ + "UHS2-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "USB Host Shield Library 2.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YuuichiAkagawa/UHS2_MIDI-0.0.2.zip", + "archiveFileName": "UHS2_MIDI-0.0.2.zip", + "size": 12924, + "checksum": "SHA-256:46b7c8675d285ea86bb9bd11533f62f6f619a2acdd71aa4deb2c7aaa9e576b2f" + }, + { + "name": "UHS2-MIDI", + "version": "0.0.3", + "author": "Yuuichi Akagawa", + "maintainer": "Yuuichi AKagawa", + "sentence": "USB Host Shield Library 2.0 MIDI I/O for Arduino", + "paragraph": "USB Host Shield Library 2.0 MIDI transport for FortySevenEffects MIDI Library.", + "website": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI.git", + "providesIncludes": [ + "UHS2-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "USB Host Shield Library 2.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YuuichiAkagawa/UHS2_MIDI-0.0.3.zip", + "archiveFileName": "UHS2_MIDI-0.0.3.zip", + "size": 13100, + "checksum": "SHA-256:1da7f99eed3690058ac0452010e7e178b3c63b0356d7eef28dbadd105a16eab4" + }, + { + "name": "UHS2-MIDI", + "version": "1.0.0", + "author": "Yuuichi Akagawa", + "maintainer": "Yuuichi AKagawa", + "sentence": "USB Host Shield Library 2.0 MIDI I/O for Arduino", + "paragraph": "USB Host Shield Library 2.0 MIDI transport for FortySevenEffects MIDI Library.", + "website": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI.git", + "providesIncludes": [ + "UHS2-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "USB Host Shield Library 2.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YuuichiAkagawa/UHS2_MIDI-1.0.0.zip", + "archiveFileName": "UHS2_MIDI-1.0.0.zip", + "size": 13201, + "checksum": "SHA-256:0d352991a427bdf65e51a8c9c94ec5461b41d0b37c83b25054fa88d2f1ba82cb" + }, + { + "name": "UHS2-MIDI", + "version": "1.0.1", + "author": "Yuuichi Akagawa", + "maintainer": "Yuuichi AKagawa", + "sentence": "USB Host Shield Library 2.0 MIDI I/O for Arduino", + "paragraph": "USB Host Shield Library 2.0 MIDI transport for FortySevenEffects MIDI Library.", + "website": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YuuichiAkagawa/Arduino-UHS2MIDI.git", + "providesIncludes": [ + "UHS2-MIDI.h" + ], + "dependencies": [ + { + "name": "MIDI Library" + }, + { + "name": "USB Host Shield Library 2.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YuuichiAkagawa/UHS2_MIDI-1.0.1.zip", + "archiveFileName": "UHS2_MIDI-1.0.1.zip", + "size": 13838, + "checksum": "SHA-256:92a523f8263d8af2f9b73b0f9bfe4497713cdcce2cf134df84ff7d20974d33de" + }, + { + "name": "MissionList", + "version": "0.1.0", + "author": "Leonardi \u003cleochen123987@gmail.com\u003e", + "maintainer": "Leonardi \u003cleochen123987@gmail.com\u003e", + "sentence": "An arduino queue library for storing commands to be executed", + "paragraph": "TBD", + "website": "https://github.com/akvavit01/MissionList", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akvavit01/MissionList.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akvavit01/MissionList-0.1.0.zip", + "archiveFileName": "MissionList-0.1.0.zip", + "size": 15666, + "checksum": "SHA-256:d298c8444de2f43808ff61b314de301ef128e6561dad2362f6280f3a14a54c3d" + }, + { + "name": "MicroShell", + "version": "0.1.0", + "author": "Marcin Borowicz", + "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", + "sentence": "Shell implementation, compatible with VT100 terminal", + "paragraph": "Supports virtual files, auto-completation, mounting paths, and more...", + "website": "https://github.com/marcinbor85/microshell", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/marcinbor85/microshell.git", + "providesIncludes": [ + "microshell.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/MicroShell-0.1.0.zip", + "archiveFileName": "MicroShell-0.1.0.zip", + "size": 351000, + "checksum": "SHA-256:bd8f930338b53d66e9346e0cbc81744c25faf06162d01405c40fa8784afaf0da" + }, + { + "name": "FlashStorage_SAMD", + "version": "1.0.0", + "author": "Various", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.0.0.zip", + "archiveFileName": "FlashStorage_SAMD-1.0.0.zip", + "size": 18275, + "checksum": "SHA-256:25a8cd19a5c7eab08bdc7e885ec89023046cca2f878d6c6d2f2a6322613cb3ef" + }, + { + "name": "FlashStorage_SAMD", + "version": "1.1.0", + "author": "Cristian Maglie \u003cc.maglie@bug.st\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.1.0.zip", + "archiveFileName": "FlashStorage_SAMD-1.1.0.zip", + "size": 140259, + "checksum": "SHA-256:fedb26f02762698592d42ac21bc2f9234f868b72c2f8d8e1fddec18a36511bc5" + }, + { + "name": "FlashStorage_SAMD", + "version": "1.2.0", + "author": "Cristian Maglie \u003cc.maglie@bug.st\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "providesIncludes": [ + "FlashStorage_SAMD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.2.0.zip", + "archiveFileName": "FlashStorage_SAMD-1.2.0.zip", + "size": 176309, + "checksum": "SHA-256:e5b2a7551f5abebeb0fe262eea2e2b30c5616d9f7347305dda0f6543e13c2b19" + }, + { + "name": "FlashStorage_SAMD", + "version": "1.2.1", + "author": "Cristian Maglie \u003cc.maglie@bug.st\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "providesIncludes": [ + "FlashStorage_SAMD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.2.1.zip", + "archiveFileName": "FlashStorage_SAMD-1.2.1.zip", + "size": 292653, + "checksum": "SHA-256:7095215f5896787e270e541d4ddf7b66d8e7dcc7a7835ef97e645b7622fafea0" + }, + { + "name": "FlashStorage_SAMD", + "version": "1.3.0", + "author": "Cristian Maglie \u003cc.maglie@bug.st\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "providesIncludes": [ + "FlashStorage_SAMD.h", + "FlashStorage_SAMD.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.3.0.zip", + "archiveFileName": "FlashStorage_SAMD-1.3.0.zip", + "size": 322639, + "checksum": "SHA-256:864c3b29cbb3a9776dfe2117acf13b1b7b6c5b064ac8f0ef0dda6a4fce71b787" + }, + { + "name": "FlashStorage_SAMD", + "version": "1.3.1", + "author": "Cristian Maglie \u003cc.maglie@bug.st\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "providesIncludes": [ + "FlashStorage_SAMD.h", + "FlashStorage_SAMD.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.3.1.zip", + "archiveFileName": "FlashStorage_SAMD-1.3.1.zip", + "size": 320069, + "checksum": "SHA-256:dc370593812069f5644ca0d6741447fa137b171346a0a6b9fcdf758cc3ee9674" + }, + { + "name": "FlashStorage_SAMD", + "version": "1.3.2", + "author": "Cristian Maglie \u003cc.maglie@bug.st\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of SAMD21/SAMD51. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 are supported (and consequently every board based on this cpu like the Arduino Zero, Aduino MKR1000, Nano-33 IoT, Itsy-Bitsy M4, etc).", + "website": "https://github.com/khoih-prog/FlashStorage_SAMD", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_SAMD.git", + "providesIncludes": [ + "FlashStorage_SAMD.h", + "FlashStorage_SAMD.hpp", + "FlashAsEEPROM_SAMD.h", + "FlashAsEEPROM_SAMD.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_SAMD-1.3.2.zip", + "archiveFileName": "FlashStorage_SAMD-1.3.2.zip", + "size": 323126, + "checksum": "SHA-256:8cc96ce7edcc72f4d776085d951a63deaef6eff5c79c5c4b898a44ed25307c95" + }, + { + "name": "MatrixKeypad", + "version": "1.1.0", + "author": "Victor Salvi", + "maintainer": "Victor Salvi \u003cvictorsvi@gmail.com\u003e", + "sentence": "Simple to use library to interface matrix keypads.", + "paragraph": "Features: blocking or non-blocking read; supports any number of rows and columns; user defined key mapping; prevents reading the same event twice. Limitations: don't handle multiples keypress simultaneously; saves only the last key pressed.", + "website": "https://github.com/victorsvi/MatrixKeypad", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/victorsvi/MatrixKeypad.git", + "providesIncludes": [ + "MatrixKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/victorsvi/MatrixKeypad-1.1.0.zip", + "archiveFileName": "MatrixKeypad-1.1.0.zip", + "size": 22705, + "checksum": "SHA-256:9535b2306b89a6207dd23fd7bc99a820c7fd16a0faf08f83363e2c2eb4a10219" + }, + { + "name": "SparkFun CAP1203 Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "SparkFun library for the CAP1203 capactive slider sensor", + "paragraph": "Capacitive touch sensing, buttons, and slider detection all using the Qwiic CAP1203 breakout from SparkFun. Checkout the \u003ca href=\"https://www.sparkfun.com/products/15344\"\u003eQwiic Slider\u003c/a\u003e today!", + "website": "https://github.com/sparkfun/Qwiic_Capacitive_Touch_Slider_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_CAP1203_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_CAP1203_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_CAP1203_Arduino_Library-1.0.5.zip", + "size": 21898, + "checksum": "SHA-256:1f668b86d1a9da9acd890bd8bba8eeae3a4a82b2f69230a693aeff8598c0fcc3" + }, + { + "name": "SimpleKeypad", + "version": "1.0.0", + "author": "Maxime Bohrer", + "maintainer": "https://github.com/maximebohrer/SimpleKeypad", + "sentence": "SimpleKeypad is an Arduino library for using matrix keypads.", + "paragraph": "SimpleKeypad is based on the original Keypad library, but it is a simplified version. It does not support mutiple keypresses. It requires less memory and runs a bit faster.", + "website": "https://github.com/maximebohrer/SimpleKeypad", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maximebohrer/SimpleKeypad.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maximebohrer/SimpleKeypad-1.0.0.zip", + "archiveFileName": "SimpleKeypad-1.0.0.zip", + "size": 5513, + "checksum": "SHA-256:ec6293beeaa568d23be56ab818ee9e35f499203728e24fb2c2c1c4e892e1c774" + }, + { + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.0.zip", + "size": 33696, + "checksum": "SHA-256:7661271efd39ef25ff13587ee57d98c2c7042dabbf28d818b4b0574592a82843" + }, + { + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.1.zip", + "size": 33698, + "checksum": "SHA-256:4a70da8682860669740abfbc2eb130b85ba3bbd27b030b928cf34112196c0005" + }, + { + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.2.zip", + "size": 36305, + "checksum": "SHA-256:a29226262564e8cb305a0bb7de34209786be9298252b8f37e8a51665efd6146e" + }, + { + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.3.zip", + "size": 37105, + "checksum": "SHA-256:31474f1720ba57eb44ce43143a7fbe1bb654c877dcf9dfcc537a3b57b94763ee" + }, + { + "name": "SparkFun Flying Jalapeno 2 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "An Arduino Library to control the Flying Jalapeno 2 test platform.", + "paragraph": "The Flying Jalapeno is the name of the generic platform used to test various products at SparkFun. This is the Arduino library that wraps a handful of functions to make version 2 of the FJ easier to use.", + "website": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_Flying_Jalapeno_2_Arduino_Library-1.0.4.zip", + "size": 39205, + "checksum": "SHA-256:df76202c49b0c7acaeb8f4ab17b879a947109604baf6c592b67be87560c3598b" + }, + { + "name": "TalkingButton", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Transform a press button into a powerful input device", + "paragraph": "Input numbers and codes by a press button", + "website": "https://github.com/fabriziop/TalkingButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/TalkingButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingButton-0.1.0.zip", + "archiveFileName": "TalkingButton-0.1.0.zip", + "size": 25638, + "checksum": "SHA-256:6a59134f5fc19094e75877e0d308b92264b82842395d072aa01b902d15fd2dde" + }, + { + "name": "TalkingButton", + "version": "0.3.2", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "Transform a press button into a powerful input device", + "paragraph": "Input numbers and codes by a press button", + "website": "https://github.com/fabriziop/TalkingButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/TalkingButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/TalkingButton-0.3.2.zip", + "archiveFileName": "TalkingButton-0.3.2.zip", + "size": 26155, + "checksum": "SHA-256:2c7ea8c8e52c6c1bd8c191a064c9ed849717965155fec29870de2f3f185f5963" + }, + { + "name": "Tuya_WiFi_MCU_SDK", + "version": "0.0.1", + "author": "Tuya", + "maintainer": "Tuya", + "sentence": "Communicate with Tuya modules that have flashed the Tuya common Wi-Fi firmware.", + "website": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library.git", + "providesIncludes": [ + "TuyaWifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tuya/Tuya_WiFi_MCU_SDK-0.0.1.zip", + "archiveFileName": "Tuya_WiFi_MCU_SDK-0.0.1.zip", + "size": 46875, + "checksum": "SHA-256:ee420199438687fee61418bf2e52273fcd48dcf502660fdb8bfa188bf8932a73" + }, + { + "name": "Tuya_WiFi_MCU_SDK", + "version": "0.0.2", + "author": "Tuya", + "maintainer": "Tuya", + "sentence": "Communicate with Tuya modules that have flashed the Tuya common Wi-Fi firmware.", + "website": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library.git", + "providesIncludes": [ + "TuyaWifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tuya/Tuya_WiFi_MCU_SDK-0.0.2.zip", + "archiveFileName": "Tuya_WiFi_MCU_SDK-0.0.2.zip", + "size": 58830, + "checksum": "SHA-256:9b36962f8b0ee18936bed7c1b2b41d476795235fe9b61300dd66e9f589644845" + }, + { + "name": "Tuya_WiFi_MCU_SDK", + "version": "0.0.3", + "author": "Tuya", + "maintainer": "Tuya", + "sentence": "Communicate with Tuya modules that have flashed the Tuya common Wi-Fi firmware.", + "website": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library.git", + "providesIncludes": [ + "TuyaWifi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tuya/Tuya_WiFi_MCU_SDK-0.0.3.zip", + "archiveFileName": "Tuya_WiFi_MCU_SDK-0.0.3.zip", + "size": 58680, + "checksum": "SHA-256:8b45c029ab4872e62434fe79db8af0425423954abdf078767e0bd776321f87e1" + }, + { + "name": "IoT_Modules-Buttons", + "version": "1.0.0", + "author": "gq97a6", + "maintainer": "gq97a6 (dev@sampledomain.online)", + "sentence": "Button library for easier use of buttons in projects.", + "paragraph": "Button library for easier use of buttons in projects. All functions explained in example file. Supports debounce, sampling interval and sleep interval setting, slope detection, group handling, press time check and more.", + "website": "https://github.com/gq97a6/IoT-modules", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gq97a6/arduino_buttons.git", + "providesIncludes": [ + "IoT_Modules-Buttons.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gq97a6/IoT_Modules_Buttons-1.0.0.zip", + "archiveFileName": "IoT_Modules_Buttons-1.0.0.zip", + "size": 6514, + "checksum": "SHA-256:d001e8cfc499d6b495e799f064f032ef7ceb00a1a39d1fee6379e68c4ffb6185" + }, + { + "name": "IoT_Modules-Buttons", + "version": "1.0.1", + "author": "gq97a6", + "maintainer": "gq97a6 (dev@sampledomain.online)", + "sentence": "Button library for easier use of buttons in projects.", + "paragraph": "Button library for easier use of buttons in projects. All functions explained in example file. Supports debounce, sampling interval and sleep interval setting, slope detection, group handling, press time check and more.", + "website": "https://github.com/gq97a6/IoT_Modules-Buttons", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gq97a6/arduino_buttons.git", + "providesIncludes": [ + "IoT_Modules-Buttons.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gq97a6/IoT_Modules_Buttons-1.0.1.zip", + "archiveFileName": "IoT_Modules_Buttons-1.0.1.zip", + "size": 6510, + "checksum": "SHA-256:0d79961f847479bb7280010fcf343770bedeb35491a86dd0d49892a3dc19b027" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.1.zip", + "size": 6399446, + "checksum": "SHA-256:3b55c6aefd16402edb343420a0c99bd6011c716a8ef2a4f592a92980d9f70f47" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.2.zip", + "size": 6399454, + "checksum": "SHA-256:5b9bc551052e3ad78b6d4dc7ad7563cffb8e6d713e29b284ede1ccc8b9ba59b3" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.3.zip", + "size": 6399467, + "checksum": "SHA-256:5af0af02f22360148593d42bf54dfdf21f38d197b1f17798d33c8cf0ae645e3a" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.4.zip", + "size": 6399432, + "checksum": "SHA-256:e50306e05b17f6f8d5c1692e71bd3e0e5ece7776a3fb2251bc002a49efc9e053" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.5.zip", + "size": 6399442, + "checksum": "SHA-256:1683161bc6686d7bfa02d7d14cf8bd511d904ec37d25899e020c61682f543349" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.6.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.6.zip", + "size": 6399445, + "checksum": "SHA-256:724e2389f75b16e8a117f3a8b77bdef82a6ddafc3f983c015f40b465ced55a92" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.7.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.7.zip", + "size": 6399449, + "checksum": "SHA-256:f1577f6ebbf5cc3234ac27863215c66b4a4122bb84b448983fc424e7529d4d70" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "1.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-1.0.8.zip", + "size": 6400880, + "checksum": "SHA-256:e6224640aed29335d4bdd471dea3a2b7954c7b98cf30cac451f553e64fabb9fd" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-2.0.0.zip", + "size": 6322266, + "checksum": "SHA-256:e9ce26400976247d1f63a0804fefeba3fcb49d3b2530c17f718468bc116c3156" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-2.0.1.zip", + "size": 6322558, + "checksum": "SHA-256:4be519cdf9f3b8d9479645ea7903260c11e6490f065ea932e76d9db35e4db931" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "2.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "www.github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-2.0.2.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-2.0.2.zip", + "size": 6322948, + "checksum": "SHA-256:40c940405eef488342ae06b1b6d5fb0bc9b00eebd607d8a1ad5a62da4ca90bb3" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "2.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-2.0.3.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-2.0.3.zip", + "size": 6324420, + "checksum": "SHA-256:82f960c0aabbb47095f06723f7c5e3e8d8c10d09874022e2838e938682f5d899" + }, + { + "name": "SparkFun KX13X Arduino Library", + "version": "2.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Elias Santistevan @ SparkFun Electronics", + "sentence": "Communicates and configures the SparkFun KX132/KX134 Accelerometer.", + "paragraph": "This library breaks out all the functionality of the Kionix KX132 and KX134.", + "website": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_KX13X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_KX13X_Arduino_Library-2.0.4.zip", + "archiveFileName": "SparkFun_KX13X_Arduino_Library-2.0.4.zip", + "size": 6325336, + "checksum": "SHA-256:72a8b3444cdf886ec9134790ab775c81dcb85755b92f291c3afc8d054ae6b6f6" + }, + { + "name": "ESP32_S2_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_S2_TimerInterrupt.h", + "ESP32_S2_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.3.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.3.0.zip", + "size": 242816, + "checksum": "SHA-256:86632e8ff621c432492547027e5a5cb0274d806152b5455bfc5410fbfea136e2" + }, + { + "name": "ESP32_S2_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_S2_TimerInterrupt.h", + "ESP32_S2_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.4.0.zip", + "size": 253363, + "checksum": "SHA-256:a4239c28e5efe12540e7b61be3e2d13aed7496c39c1a465a28e98cfa3e05de31" + }, + { + "name": "ESP32_S2_TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_S2_TimerInterrupt.h", + "ESP32_S2_ISR_Timer.h", + "ESP32_S2_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.5.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.5.0.zip", + "size": 205319, + "checksum": "SHA-256:70b2436966e22a9273224bc44535a9757efe4cd5c8ef1b7fb96f62ad08a1cd18" + }, + { + "name": "ESP32_S2_TimerInterrupt", + "version": "1.5.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_S2_TimerInterrupt.h", + "ESP32_S2_ISR_Timer.h", + "ESP32_S2_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.5.1.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.5.1.zip", + "size": 204585, + "checksum": "SHA-256:fc18fa6ff245d27c93208901ae0c80deb7f8af7fc48c1479bc2e313034335aa7" + }, + { + "name": "ESP32_S2_TimerInterrupt", + "version": "1.6.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_S2_TimerInterrupt.h", + "ESP32_S2_ISR_Timer.h", + "ESP32_S2_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.6.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.6.0.zip", + "size": 202906, + "checksum": "SHA-256:43d23de88bb46c765d6ef037ef821fe8277240fe002777fe189f64750d6769bb" + }, + { + "name": "ESP32_S2_TimerInterrupt", + "version": "1.7.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_S2_TimerInterrupt.h", + "ESP32_S2_ISR_Timer.h", + "ESP32_S2_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.7.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.7.0.zip", + "size": 203519, + "checksum": "SHA-256:f124094a84b2e1c8215d269c78f1326ba5326e4a47326dabf22c047f44abdc44" + }, + { + "name": "ESP32_S2_TimerInterrupt", + "version": "1.8.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-S2-based board", + "paragraph": "These ESP32-S2 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_S2_TimerInterrupt.h", + "ESP32_S2_ISR_Timer.h", + "ESP32_S2_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_TimerInterrupt-1.8.0.zip", + "archiveFileName": "ESP32_S2_TimerInterrupt-1.8.0.zip", + "size": 206002, + "checksum": "SHA-256:f716b2f056d91e799643cbe7ca36814d4ce9ba9b4809160550a8ae6470c7058a" + }, + { + "name": "Arduino_NineAxesMotion", + "version": "1.1.1", + "author": "Bosch Sensortec GmbH", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Arduino 9 Axes Motion Shield Library", + "paragraph": "Allows controlling each motion sensor of the 9 Axes Motion Shield.", + "website": "https://store.arduino.cc/arduino-9-axis-motion-shield", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_NineAxesMotion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_NineAxesMotion-1.1.1.zip", + "archiveFileName": "Arduino_NineAxesMotion-1.1.1.zip", + "size": 81586, + "checksum": "SHA-256:540c84242f9443baa77d7946a3af88a1ba6116b188b2aa68502f2752999b21f3" + }, + { + "name": "Arduino_NineAxesMotion", + "version": "1.1.2", + "author": "Bosch Sensortec GmbH", + "maintainer": "Arduino \u003cswdev@arduino.org\u003e", + "sentence": "Arduino 9 Axes Motion Shield Library", + "paragraph": "Allows controlling each motion sensor of the 9 Axes Motion Shield.", + "website": "https://store.arduino.cc/arduino-9-axis-motion-shield", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_NineAxesMotion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_NineAxesMotion-1.1.2.zip", + "archiveFileName": "Arduino_NineAxesMotion-1.1.2.zip", + "size": 81619, + "checksum": "SHA-256:e4ce31e0de94eb1b9a87a6d9e31cc23f56ddd00fa8bd3e9d76485830724436f7" + }, + { + "name": "Arduino_MachineControl", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Arduino Machine Control", + "website": "https://github.com/arduino-libraries/Arduino_MachineControl", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MachineControl.git", + "providesIncludes": [ + "Arduino_MachineControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MachineControl-1.0.0.zip", + "archiveFileName": "Arduino_MachineControl-1.0.0.zip", + "size": 81065, + "checksum": "SHA-256:72e17ff55aa94b9a4edcc2d796d4ff91994acecf3e4b26061b66b095806b99dc" + }, + { + "name": "Arduino_MachineControl", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Portenta Machine Control - PMC", + "website": "https://github.com/arduino-libraries/Arduino_MachineControl", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MachineControl.git", + "providesIncludes": [ + "Arduino_MachineControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MachineControl-1.0.1.zip", + "archiveFileName": "Arduino_MachineControl-1.0.1.zip", + "size": 79973, + "checksum": "SHA-256:c0360af2f019db0894d51d9224ff6876d69a42428d3ff45456dedf42839d9732" + }, + { + "name": "Arduino_MachineControl", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Portenta Machine Control - PMC", + "website": "https://github.com/arduino-libraries/Arduino_MachineControl", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MachineControl.git", + "providesIncludes": [ + "Arduino_MachineControl.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MachineControl-1.0.2.zip", + "archiveFileName": "Arduino_MachineControl-1.0.2.zip", + "size": 78870, + "checksum": "SHA-256:3e19646d150db4e264957f7330b6a4ca8f572db80447cb729323c4a5289ac919" + }, + { + "name": "Arduino_MachineControl", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Portenta Machine Control - PMC", + "website": "https://github.com/arduino-libraries/Arduino_MachineControl", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MachineControl.git", + "providesIncludes": [ + "Arduino_MachineControl.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MachineControl-1.1.0.zip", + "archiveFileName": "Arduino_MachineControl-1.1.0.zip", + "size": 82935, + "checksum": "SHA-256:141370ca8b92781b21326b9b31c74ecba40e70c5853003646ef1da6e704494a1" + }, + { + "name": "Arduino_MachineControl", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Portenta Machine Control - PMC", + "website": "https://github.com/arduino-libraries/Arduino_MachineControl", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MachineControl.git", + "providesIncludes": [ + "Arduino_MachineControl.h" + ], + "dependencies": [ + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MachineControl-1.1.1.zip", + "archiveFileName": "Arduino_MachineControl-1.1.1.zip", + "size": 85710, + "checksum": "SHA-256:459e778170d7607502683a5d465b0d3cb1924b59aa96bfc2e47daa43e265ecda" + }, + { + "name": "Arduino_LSM6DSOX", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DSOX IMU on your Arduino Nano RP2040 Connect.", + "website": "https://www.arduino.cc/en/Reference/Arduino_LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DSOX.git", + "providesIncludes": [ + "Arduino_LSM6DSOX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DSOX-1.0.0.zip", + "archiveFileName": "Arduino_LSM6DSOX-1.0.0.zip", + "size": 17397, + "checksum": "SHA-256:ba38a74ac2778907c9ef1fb6b26e436b581f7b7646b45bdc77d78c375ba731e7" + }, + { + "name": "Arduino_LSM6DSOX", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DSOX IMU on your Arduino Nano RP2040 Connect.", + "website": "https://github.com/arduino-libraries/Arduino_LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DSOX.git", + "providesIncludes": [ + "Arduino_LSM6DSOX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DSOX-1.1.0.zip", + "archiveFileName": "Arduino_LSM6DSOX-1.1.0.zip", + "size": 20136, + "checksum": "SHA-256:593c13e0e09c5bc207a5c5b154cd2c091cbbac9ff63bc900c92e0f333a4d1f68" + }, + { + "name": "Arduino_LSM6DSOX", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DSOX IMU on your Arduino Nano RP2040 Connect.", + "website": "https://github.com/arduino-libraries/Arduino_LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DSOX.git", + "providesIncludes": [ + "Arduino_LSM6DSOX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DSOX-1.1.1.zip", + "archiveFileName": "Arduino_LSM6DSOX-1.1.1.zip", + "size": 20280, + "checksum": "SHA-256:c57050156f3755c39187b0ca76c3abe7d276c6f298b854382afb46d8debe1a54" + }, + { + "name": "Arduino_LSM6DSOX", + "version": "1.1.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DSOX IMU on your Arduino Nano RP2040 Connect.", + "website": "https://github.com/arduino-libraries/Arduino_LSM6DSOX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_LSM6DSOX.git", + "providesIncludes": [ + "Arduino_LSM6DSOX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DSOX-1.1.2.zip", + "archiveFileName": "Arduino_LSM6DSOX-1.1.2.zip", + "size": 20383, + "checksum": "SHA-256:9510bdb4e98f699c2acd7431e15993e80e796e7613f4d419303e525525f2c9b7" + }, + { + "name": "Arduino_CMSIS-DSP", + "version": "5.7.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "CMSIS-DSP library ported to arduino mbed cores.", + "website": "https://github.com/arduino/Arduino_CMSIS-DSP", + "category": "Other", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "mbed_edge" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_CMSIS-DSP.git", + "providesIncludes": [ + "arm_math.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_CMSIS_DSP-5.7.0.zip", + "archiveFileName": "Arduino_CMSIS_DSP-5.7.0.zip", + "size": 2303502, + "checksum": "SHA-256:706768c3f66eaaaec89fdba5c94da6666de2bd331408729a0adf064ce1baae9f" + }, + { + "name": "I2C_24LC1025", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.2.zip", + "archiveFileName": "I2C_24LC1025-0.1.2.zip", + "size": 11227, + "checksum": "SHA-256:aeb4011e6368cc846f00ce83f55a9f8d2151b7b8f7fc769ae01e515fee39a5e5" + }, + { + "name": "I2C_24LC1025", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.3.zip", + "archiveFileName": "I2C_24LC1025-0.1.3.zip", + "size": 11664, + "checksum": "SHA-256:b2db5bb264ca273e12b441994eb67c7821616c983618d10477ee2078dd8da236" + }, + { + "name": "I2C_24LC1025", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.4.zip", + "archiveFileName": "I2C_24LC1025-0.1.4.zip", + "size": 11709, + "checksum": "SHA-256:50eaa27be0470dd06a55c593577d69e36c7d63f17432912d2ca8db68aa897c3b" + }, + { + "name": "I2C_24LC1025", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.5.zip", + "archiveFileName": "I2C_24LC1025-0.1.5.zip", + "size": 11822, + "checksum": "SHA-256:94fe02224a164b8de6a45afcee9c74dd2c8e10e99468a0fadf301012f92fcbc3" + }, + { + "name": "I2C_24LC1025", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.1.6.zip", + "archiveFileName": "I2C_24LC1025-0.1.6.zip", + "size": 11930, + "checksum": "SHA-256:65c5204c387f6a2e15d8028d483011c797b9336c170c9e1e9960c94292175730" + }, + { + "name": "I2C_24LC1025", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.2.0.zip", + "archiveFileName": "I2C_24LC1025-0.2.0.zip", + "size": 12618, + "checksum": "SHA-256:b69233ee404f2ddbbd05cceebaad597f21b954a959d1a685ffa61cab8a9a17d4" + }, + { + "name": "I2C_24LC1025", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.2.1.zip", + "archiveFileName": "I2C_24LC1025-0.2.1.zip", + "size": 13105, + "checksum": "SHA-256:bd300498023afec188a074640d7991b8d506fedce038a3b62907e6e41046aac4" + }, + { + "name": "I2C_24LC1025", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.2.2.zip", + "archiveFileName": "I2C_24LC1025-0.2.2.zip", + "size": 13650, + "checksum": "SHA-256:f6ae7e3f6e3313749db4250675eb530dbac82498224bfc7bfecd18cb815ed102" + }, + { + "name": "I2C_24LC1025", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.2.3.zip", + "archiveFileName": "I2C_24LC1025-0.2.3.zip", + "size": 13868, + "checksum": "SHA-256:74ff137570c1fe17eb6df6a4d59420c740ab8b8adaa878ac667c0f2b16f3a448" + }, + { + "name": "I2C_24LC1025", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.2.4.zip", + "archiveFileName": "I2C_24LC1025-0.2.4.zip", + "size": 13983, + "checksum": "SHA-256:df8899679e7cfff4861125d5f12c8d96adc2e4761fc1ac9ff6c5aab33a190c60" + }, + { + "name": "I2C_24LC1025", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.2.5.zip", + "archiveFileName": "I2C_24LC1025-0.2.5.zip", + "size": 15439, + "checksum": "SHA-256:4e4f0ca6299b5b5e4a8360a9dbfe582d491ae96b8e42b8dc7d1bf1f0de2478c2" + }, + { + "name": "I2C_24LC1025", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for 24FC1025 I2C EEPROM", + "paragraph": "Class for 24FC1025 I2C EEPROM", + "website": "https://github.com/RobTillaart/I2C_24LC1025", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/I2C_24LC1025.git", + "providesIncludes": [ + "I2C_24LC1025.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_24LC1025-0.3.0.zip", + "archiveFileName": "I2C_24LC1025-0.3.0.zip", + "size": 19367, + "checksum": "SHA-256:5f85b66ba1a24dee3808d1f11dbc74ce13d75e131d6969757ae87315e5d624dd" + }, + { + "name": "AnalogKeypad", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.1.4.zip", + "archiveFileName": "AnalogKeypad-0.1.4.zip", + "size": 5936, + "checksum": "SHA-256:f7240b08a2fea075b4edeaba2c24d0d0d2ebdd01b4e375d576f04962a6989c13" + }, + { + "name": "AnalogKeypad", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.1.5.zip", + "archiveFileName": "AnalogKeypad-0.1.5.zip", + "size": 7143, + "checksum": "SHA-256:f659d7a60c8c01e1464799fb67524626f4cd6c86798e73215415036bfc4fe880" + }, + { + "name": "AnalogKeypad", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.1.6.zip", + "archiveFileName": "AnalogKeypad-0.1.6.zip", + "size": 7175, + "checksum": "SHA-256:0e5bb48b298f570bfce5b1d14435bb6dedb88350a75a1c40c6793aa621f0ee0e" + }, + { + "name": "AnalogKeypad", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.2.0.zip", + "archiveFileName": "AnalogKeypad-0.2.0.zip", + "size": 7352, + "checksum": "SHA-256:301127c4f15519e4442d246c8ec1c236f6c8f581765d5e0dee3c484465626210" + }, + { + "name": "AnalogKeypad", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.2.1.zip", + "archiveFileName": "AnalogKeypad-0.2.1.zip", + "size": 8699, + "checksum": "SHA-256:1189057fb37375644bdd1b57d65db7de2ec47fc8b3d5cabce6be20e4e6146a8f" + }, + { + "name": "AnalogKeypad", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.2.2.zip", + "archiveFileName": "AnalogKeypad-0.2.2.zip", + "size": 9146, + "checksum": "SHA-256:2a5dc421adc3bd30424bf15d49c100904bb607a76202274dc03a556a4a67d1c8" + }, + { + "name": "AnalogKeypad", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.2.3.zip", + "archiveFileName": "AnalogKeypad-0.2.3.zip", + "size": 10311, + "checksum": "SHA-256:901fb30dee26bc267e99c3d874b934cef68cb10a6669f22bd98096a63000a188" + }, + { + "name": "AnalogKeypad", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad", + "paragraph": "Might need tuning per device.", + "website": "https://github.com/RobTillaart/AnalogKeypad", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogKeypad.git", + "providesIncludes": [ + "AnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogKeypad-0.2.4.zip", + "archiveFileName": "AnalogKeypad-0.2.4.zip", + "size": 10541, + "checksum": "SHA-256:cc0c5fd398802d227ddec04f0e757ffd1fc5695633a9790bdfee59328528b63e" + }, + { + "name": "PID_RT", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.0.zip", + "archiveFileName": "PID_RT-0.1.0.zip", + "size": 6945, + "checksum": "SHA-256:e73b9d18c6fe6ba55222ae77c3daef8b8c91c732165287edb9877ad68c6247ca" + }, + { + "name": "PID_RT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.1.zip", + "archiveFileName": "PID_RT-0.1.1.zip", + "size": 7408, + "checksum": "SHA-256:9e8977f912befd6e0307db2e530eb005a64252ebbd6d96cadeb23ee6a1a499d0" + }, + { + "name": "PID_RT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.2.zip", + "archiveFileName": "PID_RT-0.1.2.zip", + "size": 7420, + "checksum": "SHA-256:2e054cf7d83a4fca636bbd17686a323a0b5ffaf87ad3defa62a4e0606320709c" + }, + { + "name": "PID_RT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.3.zip", + "archiveFileName": "PID_RT-0.1.3.zip", + "size": 7918, + "checksum": "SHA-256:f5f1f8d4fc806fa12c2d6acc2e8044292c0ee348069335f04c29c13115331ba7" + }, + { + "name": "PID_RT", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.4.zip", + "archiveFileName": "PID_RT-0.1.4.zip", + "size": 7966, + "checksum": "SHA-256:431665c8c5be8776befab8e08a5a27cea01d7fc8afbc57aab4e4883452391b1b" + }, + { + "name": "PID_RT", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.5.zip", + "archiveFileName": "PID_RT-0.1.5.zip", + "size": 8437, + "checksum": "SHA-256:899ce4446acf9f6bb364fd40e3800ed3c5a010112b9907ebd37b14c2e4af21e8" + }, + { + "name": "PID_RT", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.6.zip", + "archiveFileName": "PID_RT-0.1.6.zip", + "size": 10301, + "checksum": "SHA-256:895ca2362449a8ee39cdefd341e89dedd17e3581f6dfe5f2c5ff2987e84d7295" + }, + { + "name": "PID_RT", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino PID library", + "website": "https://github.com/RobTillaart/PID_RT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PID_RT.git", + "providesIncludes": [ + "PID_RT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PID_RT-0.1.7.zip", + "archiveFileName": "PID_RT-0.1.7.zip", + "size": 10497, + "checksum": "SHA-256:5f43b0b13751f4a0bd492884bdbec36c30c29aa3a6c264ebcd54971669d75b3e" + }, + { + "name": "INA226", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.0.zip", + "archiveFileName": "INA226-0.1.0.zip", + "size": 13668, + "checksum": "SHA-256:9537c4ef1b933b75451abd59be2579da268c4da8cd06c650844fc83e70354538" + }, + { + "name": "INA226", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.1.zip", + "archiveFileName": "INA226-0.1.1.zip", + "size": 17591, + "checksum": "SHA-256:cd6d86dad6f2bf505de945fd9c74f4ae55f41ddc0ca05ac76afd013fd5f6524e" + }, + { + "name": "INA226", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.2.zip", + "archiveFileName": "INA226-0.1.2.zip", + "size": 18577, + "checksum": "SHA-256:a0698ea0e9fef5d0f8022f5f2a546fcb4def316bd94d0d331e7d1e062c51c706" + }, + { + "name": "INA226", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.3.zip", + "archiveFileName": "INA226-0.1.3.zip", + "size": 20003, + "checksum": "SHA-256:8bf9d96ba19538c80cb005b6fb4bc7a3fa6efaab7cfa93454ebbf4315460c64a" + }, + { + "name": "INA226", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.4.zip", + "archiveFileName": "INA226-0.1.4.zip", + "size": 20072, + "checksum": "SHA-256:9487513df05854d0f5793166a499bc99a9b92f6c383f5a808337afe02d422210" + }, + { + "name": "INA226", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.5.zip", + "archiveFileName": "INA226-0.1.5.zip", + "size": 20150, + "checksum": "SHA-256:5732100f71f1c5a1e6188e44a79e5f28cadd966ab4f528c7adde2dca1e1c54a5" + }, + { + "name": "INA226", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.1.6.zip", + "archiveFileName": "INA226-0.1.6.zip", + "size": 20094, + "checksum": "SHA-256:6fa230d9740148e947e5135c65ad46be8f6d6f9995dd6b9d2405e6ca51e4e910" + }, + { + "name": "INA226", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.2.0.zip", + "archiveFileName": "INA226-0.2.0.zip", + "size": 21034, + "checksum": "SHA-256:38d01b261ed950ed7b238a9982e9c494e3a389c52b7619f8b7b2c4c383095cec" + }, + { + "name": "INA226", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.3.0.zip", + "archiveFileName": "INA226-0.3.0.zip", + "size": 21263, + "checksum": "SHA-256:40db393a71db0eb194783bec11715911c21fe130a5268083f189e71a3b1782ac" + }, + { + "name": "INA226", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.4.0.zip", + "archiveFileName": "INA226-0.4.0.zip", + "size": 23037, + "checksum": "SHA-256:c70fe39690df0b5aa7b623e982c58dbcf29cd9785fdb8fc0d1f27292ce783cb7" + }, + { + "name": "INA226", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.4.1.zip", + "archiveFileName": "INA226-0.4.1.zip", + "size": 23243, + "checksum": "SHA-256:59cf7279fe62543c41026e3730f17546ea053df37ed0ff570af76594a3994f19" + }, + { + "name": "INA226", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.4.2.zip", + "archiveFileName": "INA226-0.4.2.zip", + "size": 24448, + "checksum": "SHA-256:449d0b378fbd8fb575201083d1867a873122316ccab6dc2231e3303c064d1ef7" + }, + { + "name": "INA226", + "version": "0.4.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.4.3.zip", + "archiveFileName": "INA226-0.4.3.zip", + "size": 24820, + "checksum": "SHA-256:c49e705efd8d3510b3acbea044a9f84a271c4ae544438a3a5e96554426f9343d" + }, + { + "name": "INA226", + "version": "0.4.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.4.4.zip", + "archiveFileName": "INA226-0.4.4.zip", + "size": 25034, + "checksum": "SHA-256:7ffc5d4bcca1291d6c68d59b1cbbf2492af60b795f04ae544d136ebaa0ccfb93" + }, + { + "name": "INA226", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.5.0.zip", + "archiveFileName": "INA226-0.5.0.zip", + "size": 25407, + "checksum": "SHA-256:e452c971a3f987820c18e82bc73f7fc4be8ee40595013a119559f1d371a00eaf" + }, + { + "name": "INA226", + "version": "0.5.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA226 power sensor", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA226", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/INA226.git", + "providesIncludes": [ + "INA226.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA226-0.5.1.zip", + "archiveFileName": "INA226-0.5.1.zip", + "size": 26113, + "checksum": "SHA-256:4dc23eb024e367506c43dd25adcd8c352f3ab6a7ee60ee042bcb6061a2949891" + }, + { + "name": "M5 Stack 4Relay Library", + "version": "1.0.0", + "author": "Louis Fesler", + "maintainer": "Louis Fesler \u003ccrd007@gmail.com\u003e", + "sentence": "M5Stack 4RELAY library for multiple different architectures.", + "paragraph": "for arduino devices.", + "website": "https://github.com/sfekilou/M5STACK_4RELAY", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sfekilou/M5STACK_4RELAY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sfekilou/M5_Stack_4Relay_Library-1.0.0.zip", + "archiveFileName": "M5_Stack_4Relay_Library-1.0.0.zip", + "size": 5810, + "checksum": "SHA-256:956be40d79212d9913737891e95936e356321ef150ee6d85e9061d27c97726f3" + }, + { + "name": "UncleRus", + "version": "1.0.1", + "author": "Larry Bernstone", + "maintainer": "Larry Bernstone", + "sentence": "Uncle Rus' device drivers", + "paragraph": "This is a collection of drivers collected and maintained by [@UncleRus](https://github.com/UncleRus/esp-idf-lib). I only write the script to flatten it for use in Arduino. It includes drivers for ads1115, bh1750, bme680, bmp180, bmp280, button, ccs811, dht, ds1302, ds1307, ds18x20_multi, ds18x20_single, ds3231, ds3502, encoder, hd44780_gpio, hd44780_i2c, hd44780_i2c_scroll, hmc5883l, hx711, ina219, ina260, ina3221, led_effects, led_strip, led_strip_spi, lm75, max31725, max7219_7seg, max7219_8x8, mcp23017, mcp23s17, mcp342x, mcp4725, mcp960x, mcp9808, mhz19b, ms5611_i2c, pca9685, pcf8563, pcf8575, pcf8591, qmc5883l, sgp40, sht3x, sht4x, si7021, simplest_barometer, tca95x5, tda74xx, tsl2561, tsl2591_interrupt, tsl2591_simple, tsl4531, tsys01, ultrasonic, wiegand_reader.", + "website": "https://github.com/lbernstone/UncleRus", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbernstone/UncleRus-drivers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/UncleRus-1.0.1.zip", + "archiveFileName": "UncleRus-1.0.1.zip", + "size": 659903, + "checksum": "SHA-256:35bf53c0b71de7bafa9b5e075cdb1113eb4f3c2528aa7e179a75149abbcb249c" + }, + { + "name": "Pico-DMX", + "version": "1.0.0", + "author": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "maintainer": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "sentence": "DMX protocol library for the RaspberryPi Pico", + "paragraph": "A library for transmitting the DMX protocol for entertainment lighting on the RaspberryPi Pico using the Programmable IO (PIO) feature of the Pico", + "website": "https://github.com/jostlowe/Pico-DMX", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jostlowe/Pico-DMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jostlowe/Pico_DMX-1.0.0.zip", + "archiveFileName": "Pico_DMX-1.0.0.zip", + "size": 10826, + "checksum": "SHA-256:935b3bed3acff60320e194235be51c46187249ff15c91413707846e00585b837" + }, + { + "name": "Pico-DMX", + "version": "2.0.0", + "author": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "maintainer": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "sentence": "DMX protocol library for the RaspberryPi Pico", + "paragraph": "A library for inputting and outputting the DMX protocol for entertainment lighting on the RaspberryPi Pico using the Programmable IO (PIO) feature of the Pico", + "website": "https://github.com/jostlowe/Pico-DMX", + "category": "Signal Input/Output", + "architectures": [ + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jostlowe/Pico-DMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jostlowe/Pico_DMX-2.0.0.zip", + "archiveFileName": "Pico_DMX-2.0.0.zip", + "size": 201979, + "checksum": "SHA-256:64ee2a89e1f67d802a45d89160bd59acd687fbd7bf233a0b51a6ed1ca17f4153" + }, + { + "name": "Pico-DMX", + "version": "3.0.0", + "author": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "maintainer": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "sentence": "DMX protocol library for the RaspberryPi Pico", + "paragraph": "A library for inputting and outputting the DMX protocol for entertainment lighting on the RaspberryPi Pico using the Programmable IO (PIO) feature of the Pico", + "website": "https://github.com/jostlowe/Pico-DMX", + "category": "Signal Input/Output", + "architectures": [ + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jostlowe/Pico-DMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jostlowe/Pico_DMX-3.0.0.zip", + "archiveFileName": "Pico_DMX-3.0.0.zip", + "size": 205960, + "checksum": "SHA-256:fe46f12643d88170e38f6c903b6f36319eba2a3d49475d5f689956f1f3acbf40" + }, + { + "name": "Pico-DMX", + "version": "3.0.1", + "author": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "maintainer": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "sentence": "DMX protocol library for the RaspberryPi Pico", + "paragraph": "A library for inputting and outputting the DMX protocol for entertainment lighting on the RaspberryPi Pico using the Programmable IO (PIO) feature of the Pico", + "website": "https://github.com/jostlowe/Pico-DMX", + "category": "Signal Input/Output", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jostlowe/Pico-DMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jostlowe/Pico_DMX-3.0.1.zip", + "archiveFileName": "Pico_DMX-3.0.1.zip", + "size": 206118, + "checksum": "SHA-256:83bbffe24431f772cd18d7607cdf7f0534cb18d019e87b3205cd57c009280680" + }, + { + "name": "Pico-DMX", + "version": "3.1.0", + "author": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "maintainer": "Jostein Løwer \u003cjostlowe@gmail.com\u003e", + "sentence": "DMX protocol library for the RaspberryPi Pico", + "paragraph": "A library for inputting and outputting the DMX protocol for entertainment lighting on the RaspberryPi Pico using the Programmable IO (PIO) feature of the Pico", + "website": "https://github.com/jostlowe/Pico-DMX", + "category": "Signal Input/Output", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jostlowe/Pico-DMX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jostlowe/Pico_DMX-3.1.0.zip", + "archiveFileName": "Pico_DMX-3.1.0.zip", + "size": 207927, + "checksum": "SHA-256:05349115496a05cbb2c22d7af51239589da66450d63ee45f7dac2b7071f24cab" + }, + { + "name": "JMotor", + "version": "0.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.1.0.zip", + "archiveFileName": "JMotor-0.1.0.zip", + "size": 60789, + "checksum": "SHA-256:fed214e0f7e8349b0fc4349190182b0d7686906dc7e12bcff1512502eb2b091e" + }, + { + "name": "JMotor", + "version": "0.2.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.2.0.zip", + "archiveFileName": "JMotor-0.2.0.zip", + "size": 65491, + "checksum": "SHA-256:2a536f3cbc2d2a09380311461c6bbd6ed409b4958b0fffcf2086a3aef46f750c" + }, + { + "name": "JMotor", + "version": "0.4.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.4.0.zip", + "archiveFileName": "JMotor-0.4.0.zip", + "size": 68232, + "checksum": "SHA-256:6795360c40880c6518d381bc53a3b37131c5447272817131a6b5acb49241943d" + }, + { + "name": "JMotor", + "version": "0.5.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.5.0.zip", + "archiveFileName": "JMotor-0.5.0.zip", + "size": 68430, + "checksum": "SHA-256:60051e783addac1fd5195069473824ad9a644249921cc723c8a751b367599957" + }, + { + "name": "JMotor", + "version": "0.6.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.6.0.zip", + "archiveFileName": "JMotor-0.6.0.zip", + "size": 68032, + "checksum": "SHA-256:77b5df0434e91bb45437f122ff8f99b4543bf9ffce7ff66cd98348dcd430e3eb" + }, + { + "name": "JMotor", + "version": "0.6.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.6.2.zip", + "archiveFileName": "JMotor-0.6.2.zip", + "size": 69812, + "checksum": "SHA-256:97755f5caa0deafb0ae9614c20fe02e02bf837b0c305ca27311f06339d48e20a" + }, + { + "name": "JMotor", + "version": "0.7.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.7.0.zip", + "archiveFileName": "JMotor-0.7.0.zip", + "size": 73597, + "checksum": "SHA-256:dee95d516ed7f6b956c878bdd1e2d5dc76761ccb0d6411f4645daaf4691c6ebe" + }, + { + "name": "JMotor", + "version": "0.8.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.8.0.zip", + "archiveFileName": "JMotor-0.8.0.zip", + "size": 73722, + "checksum": "SHA-256:8d81b10177b5d502670a047ce8c27e1cf3e8ead950a89ee45acc212f9ad97a45" + }, + { + "name": "JMotor", + "version": "0.9.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.9.0.zip", + "archiveFileName": "JMotor-0.9.0.zip", + "size": 74043, + "checksum": "SHA-256:d650de80965fe7ed021de51c20c52b69d1e0922a82bca3ee19cb39911378da14" + }, + { + "name": "JMotor", + "version": "0.9.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.9.1.zip", + "archiveFileName": "JMotor-0.9.1.zip", + "size": 74166, + "checksum": "SHA-256:5a1990022e3aeb77b9deaa653d5a473a24bbef093bf1e22756f87e887adc9457" + }, + { + "name": "JMotor", + "version": "0.9.4", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.9.4.zip", + "archiveFileName": "JMotor-0.9.4.zip", + "size": 74691, + "checksum": "SHA-256:353f4a049b72f1626e5d2ada2c6de6b068d154ca26b423961eef20d12c5fba13" + }, + { + "name": "JMotor", + "version": "0.10.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.10.0.zip", + "archiveFileName": "JMotor-0.10.0.zip", + "size": 75182, + "checksum": "SHA-256:bd9f76efb1f6c57ac814990e90ea89ccb7ea6627a3ba30548cd281c16a59796d" + }, + { + "name": "JMotor", + "version": "0.14.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.14.2.zip", + "archiveFileName": "JMotor-0.14.2.zip", + "size": 78596, + "checksum": "SHA-256:144af27db7087e77435776f1c4ed9aa441993e123905c9d085c842e1a6145e33" + }, + { + "name": "JMotor", + "version": "0.15.4", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.15.4.zip", + "archiveFileName": "JMotor-0.15.4.zip", + "size": 78714, + "checksum": "SHA-256:7b2d42f44180e7e5dafce2ff1a2639aa0ebf9a9de3e47804eb5babbcc2fee33e" + }, + { + "name": "JMotor", + "version": "0.15.5", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.15.5.zip", + "archiveFileName": "JMotor-0.15.5.zip", + "size": 78683, + "checksum": "SHA-256:5be6638502cf5c047b5d18c95d976440b1ff25cb32f67d0e7e0559c160567502" + }, + { + "name": "JMotor", + "version": "0.15.6", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.15.6.zip", + "archiveFileName": "JMotor-0.15.6.zip", + "size": 78698, + "checksum": "SHA-256:11fdc6d9bcea2c13a81f6339a41c7e95ec804fbdebde143309fda81c5a12243a" + }, + { + "name": "JMotor", + "version": "0.16.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.16.0.zip", + "archiveFileName": "JMotor-0.16.0.zip", + "size": 78959, + "checksum": "SHA-256:3f96d57ad4f02bfc1f16f5fcb1fbf01d4807df1459d16d393f6c571b87e021bf" + }, + { + "name": "JMotor", + "version": "0.18.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.18.0.zip", + "archiveFileName": "JMotor-0.18.0.zip", + "size": 89369, + "checksum": "SHA-256:8d2d924aab30b80fcbf0fc9a6e592f9bbde379041036f220c1cd5e2c9b87c378" + }, + { + "name": "JMotor", + "version": "0.19.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.19.0.zip", + "archiveFileName": "JMotor-0.19.0.zip", + "size": 92912, + "checksum": "SHA-256:6e44671da0d09f34fd2dcd8d2196d717bd75f1a217d0ff399d18127066fa81da" + }, + { + "name": "JMotor", + "version": "0.19.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.19.1.zip", + "archiveFileName": "JMotor-0.19.1.zip", + "size": 92926, + "checksum": "SHA-256:4bbae4b5bd96ab76f54ed016ed07ab260825c46857a8bb5095edc0fd1b2f026c" + }, + { + "name": "JMotor", + "version": "0.20.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.", + "paragraph": "Supports reading the following kinds of encoders: quadrature, single pin, absolute with PWM output, AS5048b with I2C. Supports controlling the following kinds of motor controllers: single PWM pin, PWM and direction pins, servo signal, L293 driver. Control abstracted drivetrains with smooth acceleration.", + "website": "https://github.com/joshua-8/JMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/joshua-8/JMotor.git", + "dependencies": [ + { + "name": "Derivs_Limiter" + }, + { + "name": "EnableInterrupt" + }, + { + "name": "TMC7300" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/JMotor-0.20.1.zip", + "archiveFileName": "JMotor-0.20.1.zip", + "size": 93443, + "checksum": "SHA-256:b99a686ad1c4b9a769f068501301093c70e855057ddca06c71779bed038608d5" + }, + { + "name": "SevenSegmentsDisp", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for Seven Segments Displays", + "paragraph": "Library for Seven Segments Displays", + "website": "https://github.com/ServoSmooth/SevenSegmentsDisp", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SevenSegmentsDisp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SevenSegmentsDisp-1.0.0.zip", + "archiveFileName": "SevenSegmentsDisp-1.0.0.zip", + "size": 29713, + "checksum": "SHA-256:5311da211fc786234cd27d4dcd4eed56ea5ab57fbe06a8b468fdd2532f0d304b" + }, + { + "name": "GyverTM1637", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced control of TM1637 7-segment display", + "paragraph": "Library for advanced control of TM1637 7-segment display", + "website": "https://github.com/GyverLibs/GyverTM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTM1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTM1637-1.4.0.zip", + "archiveFileName": "GyverTM1637-1.4.0.zip", + "size": 15669, + "checksum": "SHA-256:5130041091f409c92a494160b22c74f88b5702b106eac5ea0b9c3c7fdf2397f3" + }, + { + "name": "GyverTM1637", + "version": "1.4.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced control of TM1637 7-segment display", + "paragraph": "Library for advanced control of TM1637 7-segment display", + "website": "https://github.com/GyverLibs/GyverTM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTM1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTM1637-1.4.1.zip", + "archiveFileName": "GyverTM1637-1.4.1.zip", + "size": 15686, + "checksum": "SHA-256:53e43c0a62e64cec5c24a82daeb7acf2cfb22d9a05c18ac0f2f5b26319b9ef41" + }, + { + "name": "GyverTM1637", + "version": "1.4.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced control of TM1637 7-segment display", + "paragraph": "Library for advanced control of TM1637 7-segment display", + "website": "https://github.com/GyverLibs/GyverTM1637", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTM1637.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTM1637-1.4.2.zip", + "archiveFileName": "GyverTM1637-1.4.2.zip", + "size": 15771, + "checksum": "SHA-256:acfdb0827a9850faf3be54c7b788073d456b52935123b190e2513a2173c7d029" + }, + { + "name": "GyverMAX7219", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.1.0.zip", + "archiveFileName": "GyverMAX7219-1.1.0.zip", + "size": 10174, + "checksum": "SHA-256:fd1d16b899671270d935c9fd36399a1d5fa3d2a8b3fa4bb8dbebaf688ab3e8a8" + }, + { + "name": "GyverMAX7219", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.2.0.zip", + "archiveFileName": "GyverMAX7219-1.2.0.zip", + "size": 10543, + "checksum": "SHA-256:b545b292bf874f8adbaf212d694d46e034feea20b7182e0ba1ac6c0ac811833d" + }, + { + "name": "GyverMAX7219", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.2.1.zip", + "archiveFileName": "GyverMAX7219-1.2.1.zip", + "size": 10596, + "checksum": "SHA-256:8760e13344a0f8df84b8f85666da1cdf0534dcd501e419a40b593721d1f71374" + }, + { + "name": "GyverMAX7219", + "version": "1.2.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.2.2.zip", + "archiveFileName": "GyverMAX7219-1.2.2.zip", + "size": 9555, + "checksum": "SHA-256:6363bd9e1322a019d021b1835a4eeb026ff9f7b77e9dd1bc3b0248e81175d7ed" + }, + { + "name": "GyverMAX7219", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.3.0.zip", + "archiveFileName": "GyverMAX7219-1.3.0.zip", + "size": 12174, + "checksum": "SHA-256:6a56dacc690ce8740cd856bf4043da860cdb400237cf329d0659ccf7d6f61b7d" + }, + { + "name": "GyverMAX7219", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.4.0.zip", + "archiveFileName": "GyverMAX7219-1.4.0.zip", + "size": 248761, + "checksum": "SHA-256:a55e6dab0c6dcd26e50059f3c5cffd0223daaa21a2c8954592e7978248fbd43e" + }, + { + "name": "GyverMAX7219", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX7219 matrix library", + "paragraph": "Fast and light MAX7219 matrix library", + "website": "https://github.com/GyverLibs/GyverMAX7219", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX7219.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX7219-1.5.0.zip", + "archiveFileName": "GyverMAX7219-1.5.0.zip", + "size": 249600, + "checksum": "SHA-256:263e67a8c9c03c67395a0639731803008d962e319d568e68a868cbf2d2a524f9" + }, + { + "name": "microDS18B20", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-2.2.0.zip", + "archiveFileName": "microDS18B20-2.2.0.zip", + "size": 18088, + "checksum": "SHA-256:9e8e2e8a088167f8a4ae43c7cb6b164311c3d086ecb8c13965ea67c1712541ec" + }, + { + "name": "microDS18B20", + "version": "3.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.0.0.zip", + "archiveFileName": "microDS18B20-3.0.0.zip", + "size": 108511, + "checksum": "SHA-256:bc54e27d81b4cf53932ba98e6088840b27ae33a6c102fe943f571c3cd8e01ab7" + }, + { + "name": "microDS18B20", + "version": "3.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.0.1.zip", + "archiveFileName": "microDS18B20-3.0.1.zip", + "size": 109129, + "checksum": "SHA-256:c3720f3ce854553c2fd5cf3dc5b5f8dc3e9487d0c7ca04a2058d84ed7d9fca9f" + }, + { + "name": "microDS18B20", + "version": "3.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.1.0.zip", + "archiveFileName": "microDS18B20-3.1.0.zip", + "size": 110581, + "checksum": "SHA-256:0297fa660895c0936c906e5214b71e518fe7a149e803012377f349350942298f" + }, + { + "name": "microDS18B20", + "version": "3.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.1.1.zip", + "archiveFileName": "microDS18B20-3.1.1.zip", + "size": 110941, + "checksum": "SHA-256:81b90907c90cfdd4bde888b16f6394e7032dfa565ccf8b75ce43e85151b0102d" + }, + { + "name": "microDS18B20", + "version": "3.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.2.0.zip", + "archiveFileName": "microDS18B20-3.2.0.zip", + "size": 111471, + "checksum": "SHA-256:033b0a127a2708e3f467376cae4f360259b5330ff330b8f7bd8b4a61e0c99da5" + }, + { + "name": "microDS18B20", + "version": "3.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.3.0.zip", + "archiveFileName": "microDS18B20-3.3.0.zip", + "size": 112124, + "checksum": "SHA-256:4fe696870104b9ff1c775422ac47579d74c82ca93d8e5759638e0fe317172554" + }, + { + "name": "microDS18B20", + "version": "3.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.4.0.zip", + "archiveFileName": "microDS18B20-3.4.0.zip", + "size": 112798, + "checksum": "SHA-256:94748371fa18f79be19d01916a4efbfbfedded8fab1e77a02d4d4084420cae02" + }, + { + "name": "microDS18B20", + "version": "3.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.5.0.zip", + "archiveFileName": "microDS18B20-3.5.0.zip", + "size": 113397, + "checksum": "SHA-256:cc5138b6e20d2dcffe2edf068dd50a2f5c33acdce7cea5e53afa5b7175db38bb" + }, + { + "name": "microDS18B20", + "version": "3.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.6.0.zip", + "archiveFileName": "microDS18B20-3.6.0.zip", + "size": 113581, + "checksum": "SHA-256:e443f9cf29b4a7e4a25e69d80ff186c2c6bdbf2eb0e139cb259e0a12d01b4f02" + }, + { + "name": "microDS18B20", + "version": "3.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.7.0.zip", + "archiveFileName": "microDS18B20-3.7.0.zip", + "size": 113708, + "checksum": "SHA-256:6fa357e51ed661b1a757b7ed99fd5620eb71734f0ba9020e4089086ec8d9409c" + }, + { + "name": "microDS18B20", + "version": "3.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.8.0.zip", + "archiveFileName": "microDS18B20-3.8.0.zip", + "size": 113682, + "checksum": "SHA-256:a5421fef5b63bc4176350cf2f520fe934266bb41e3394f4aa8f368368986d180" + }, + { + "name": "microDS18B20", + "version": "3.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.9.0.zip", + "archiveFileName": "microDS18B20-3.9.0.zip", + "size": 116923, + "checksum": "SHA-256:eaf37893dd858f6cd75f7a0f0c37fec00630846c33a16c51bd5c1347ef9f40bd" + }, + { + "name": "microDS18B20", + "version": "3.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS18b20 sensor", + "paragraph": "Light library for DS18b20 sensor", + "website": "https://github.com/GyverLibs/microDS18B20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS18B20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS18B20-3.10.0.zip", + "archiveFileName": "microDS18B20-3.10.0.zip", + "size": 117006, + "checksum": "SHA-256:d410baa9b10d53b31138d84b3079a51d15ac32b80ebd3a2e63ff74c47acdb7ce" + }, + { + "name": "microDS3231", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.2.0.zip", + "archiveFileName": "microDS3231-2.2.0.zip", + "size": 12581, + "checksum": "SHA-256:977e07a84ab3eb349ca105d3e5790d55f647341f88df74663f33533cfc996c4e" + }, + { + "name": "microDS3231", + "version": "2.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.3.0.zip", + "archiveFileName": "microDS3231-2.3.0.zip", + "size": 12856, + "checksum": "SHA-256:01bb166b1243da51c6cee3163c3fda9c61d4a080499c5901ce0aedb27c0c6af0" + }, + { + "name": "microDS3231", + "version": "2.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.4.0.zip", + "archiveFileName": "microDS3231-2.4.0.zip", + "size": 12038, + "checksum": "SHA-256:68676818dc31768690f2ec5cba3231d3a8b4d0a60e791da3db58c9403df0f573" + }, + { + "name": "microDS3231", + "version": "2.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.5.0.zip", + "archiveFileName": "microDS3231-2.5.0.zip", + "size": 12012, + "checksum": "SHA-256:7ab832fac3010ef8c8f6a4fe265c114c435ba6312daa3ef5110942eb328aaae9" + }, + { + "name": "microDS3231", + "version": "2.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.6.0.zip", + "archiveFileName": "microDS3231-2.6.0.zip", + "size": 12965, + "checksum": "SHA-256:b3cf8b8f9969ca98c2e17c92c2a7c0a9d176fd86c5ee22ee7d11294b05715b78" + }, + { + "name": "microDS3231", + "version": "2.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for DS3231 RTC module", + "paragraph": "Light library for DS3231 RTC module", + "website": "https://github.com/GyverLibs/microDS3231", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microDS3231.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microDS3231-2.7.0.zip", + "archiveFileName": "microDS3231-2.7.0.zip", + "size": 16658, + "checksum": "SHA-256:9c61e2edd58243fde116fc2fc0282ac511861caf7ecee1821636c5414f81b1ff" + }, + { + "name": "Psychrometer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for psychrometer - read humidity from two thermometers", + "paragraph": "Library for psychrometer - read humidity from two thermometers", + "website": "https://github.com/GyverLibs/Psychrometer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Psychrometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Psychrometer-1.0.0.zip", + "archiveFileName": "Psychrometer-1.0.0.zip", + "size": 23158, + "checksum": "SHA-256:1230afa5987af728b34b1c6263c57d7992c817aa6e5cec576de2c83f06378f50" + }, + { + "name": "M5GFX", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "lovyan03\u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "Library for M5Stack All Display", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.1.zip", + "archiveFileName": "M5GFX-0.0.1.zip", + "size": 46514094, + "checksum": "SHA-256:69463606ee64effc6a6efc4017e4ff3e190d538f0f2b047e4420b5a3a534b4b2" + }, + { + "name": "M5GFX", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "lovyan03\u003c42724151+lovyan03@users.noreply.github.com\u003e", + "sentence": "Library for M5Stack All Display", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.2.zip", + "archiveFileName": "M5GFX-0.0.2.zip", + "size": 46514205, + "checksum": "SHA-256:067ec254898088c0a083966ebd8c96aaf55e33202e09b1d3b061035729847558" + }, + { + "name": "M5GFX", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.3.zip", + "archiveFileName": "M5GFX-0.0.3.zip", + "size": 46514402, + "checksum": "SHA-256:83b08f6432ec20e887bb14cd8ff8749a83515e854f42cb8f22c8090e1d5f6ee3" + }, + { + "name": "M5GFX", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, Unit OLED, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.5.zip", + "archiveFileName": "M5GFX-0.0.5.zip", + "size": 46558996, + "checksum": "SHA-256:1327a62a8400e29f19799b2d95b3458a5022a2331bfcfd384f085f46cdab7171" + }, + { + "name": "M5GFX", + "version": "0.0.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, Unit OLED, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.6.zip", + "archiveFileName": "M5GFX-0.0.6.zip", + "size": 46586873, + "checksum": "SHA-256:b3c4295bf604f1ba99d6671dda0f356b9a6c28b3ed183612807ce1fe1c280040" + }, + { + "name": "M5GFX", + "version": "0.0.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, Unit OLED, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.7.zip", + "archiveFileName": "M5GFX-0.0.7.zip", + "size": 46616028, + "checksum": "SHA-256:464258eb7a179ae8667f159bd9ef852ad3d8ba560fd0225ef00d6717cd2adb19" + }, + { + "name": "M5GFX", + "version": "0.0.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.8.zip", + "archiveFileName": "M5GFX-0.0.8.zip", + "size": 46616784, + "checksum": "SHA-256:11d1045a3cc72fd4e79b4e90d2118bc86bd746636066aa5cd76414c604a694c2" + }, + { + "name": "M5GFX", + "version": "0.0.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.9.zip", + "archiveFileName": "M5GFX-0.0.9.zip", + "size": 46840745, + "checksum": "SHA-256:f2613f84daa134d7b56ea376600af9e87c785766d8e6766dc632db3bb371f564" + }, + { + "name": "M5GFX", + "version": "0.0.10", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.10.zip", + "archiveFileName": "M5GFX-0.0.10.zip", + "size": 46853294, + "checksum": "SHA-256:cb23a7073cf7625099c500a830e14273ad314e0c47db9c6e584bd25e2719b7d5" + }, + { + "name": "M5GFX", + "version": "0.0.11", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.11.zip", + "archiveFileName": "M5GFX-0.0.11.zip", + "size": 46856439, + "checksum": "SHA-256:cc293398d19f168ccee1e09cffac5ebdfa50ee3c79c25e05e9b8650e4ece25cb" + }, + { + "name": "M5GFX", + "version": "0.0.13", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.13.zip", + "archiveFileName": "M5GFX-0.0.13.zip", + "size": 46860130, + "checksum": "SHA-256:bda7ccee44ca9fbb21122d5d697df9163fa7e058ce7937a8a598e951793affe3" + }, + { + "name": "M5GFX", + "version": "0.0.15", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.15.zip", + "archiveFileName": "M5GFX-0.0.15.zip", + "size": 46860669, + "checksum": "SHA-256:a17f16abebc41728d9645b78b084b32503c01aaab343c6e2c885a4e87f04e3b2" + }, + { + "name": "M5GFX", + "version": "0.0.16", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.16.zip", + "archiveFileName": "M5GFX-0.0.16.zip", + "size": 46919254, + "checksum": "SHA-256:c2892b7834ea604a3d408370fe5ddc2aaf5a29119c4f16ab75e89d02f2edb84a" + }, + { + "name": "M5GFX", + "version": "0.0.17", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.17.zip", + "archiveFileName": "M5GFX-0.0.17.zip", + "size": 46919206, + "checksum": "SHA-256:f326fb551f7c5c06987c0814b13edd5761d6fed946c2d9bad3fdf58fb98d3115" + }, + { + "name": "M5GFX", + "version": "0.0.18", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.18.zip", + "archiveFileName": "M5GFX-0.0.18.zip", + "size": 46927427, + "checksum": "SHA-256:fe6db74a51dda6573f6f4e29d7498cf504fe2eb7cc209d96dea33a2e792048bc" + }, + { + "name": "M5GFX", + "version": "0.0.19", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.19.zip", + "archiveFileName": "M5GFX-0.0.19.zip", + "size": 47177997, + "checksum": "SHA-256:537e9b2e0ebdf7459173e1c6d6878826697844f7362d0660f32a4c8f92658dc9" + }, + { + "name": "M5GFX", + "version": "0.0.20", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.0.20.zip", + "archiveFileName": "M5GFX-0.0.20.zip", + "size": 46957366, + "checksum": "SHA-256:7abe1e8e2c1f22ba0cf7a4bb4d604838378c253b3ce93ebc671f5028dcba8d22" + }, + { + "name": "M5GFX", + "version": "0.1.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.0.zip", + "archiveFileName": "M5GFX-0.1.0.zip", + "size": 47041141, + "checksum": "SHA-256:946020b7e50c32504626cdbba7bd60406208458ae93a2ce59b46111f789da8c1" + }, + { + "name": "M5GFX", + "version": "0.1.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, Unit OLED, Unit LCD, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.1.zip", + "archiveFileName": "M5GFX-0.1.1.zip", + "size": 47041200, + "checksum": "SHA-256:5d0d5a4137ff4b734dbe3bb173f215cac9ef336fcd17b160e1af8192b4bee6d9" + }, + { + "name": "M5GFX", + "version": "0.1.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.2.zip", + "archiveFileName": "M5GFX-0.1.2.zip", + "size": 47045679, + "checksum": "SHA-256:557d2da60dadbfb03b0306e4ea6e8f94d840f6f7e9ff2744f44c42ad642bd74e" + }, + { + "name": "M5GFX", + "version": "0.1.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.3.zip", + "archiveFileName": "M5GFX-0.1.3.zip", + "size": 47030447, + "checksum": "SHA-256:95a2f36601ef7cd75d19394666ef85ed62201debbad76c40856ac9781f49bb4c" + }, + { + "name": "M5GFX", + "version": "0.1.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.4.zip", + "archiveFileName": "M5GFX-0.1.4.zip", + "size": 47033162, + "checksum": "SHA-256:851b34d44c5f7972a7f47e7797d13e5bb0ad6b8a3b2ec8204aa0358c722d23e6" + }, + { + "name": "M5GFX", + "version": "0.1.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.5.zip", + "archiveFileName": "M5GFX-0.1.5.zip", + "size": 47039719, + "checksum": "SHA-256:9e10ec176ec022a04f52045e1cc560050109f314b1533c20e04cf04267b12d15" + }, + { + "name": "M5GFX", + "version": "0.1.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.6.zip", + "archiveFileName": "M5GFX-0.1.6.zip", + "size": 47041429, + "checksum": "SHA-256:fd47a021ca66c0b5b6ee6a06568452301a1034ab0113d605b24c2b5cbff203ac" + }, + { + "name": "M5GFX", + "version": "0.1.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.7.zip", + "archiveFileName": "M5GFX-0.1.7.zip", + "size": 47054829, + "checksum": "SHA-256:e251b8c15c4686a168e5d367160c9621f462be6aed19a4550213bc25647395a1" + }, + { + "name": "M5GFX", + "version": "0.1.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.8.zip", + "archiveFileName": "M5GFX-0.1.8.zip", + "size": 48526555, + "checksum": "SHA-256:5744b93a7e302819163ce422da3b3159d16720987754ceb292efdd246e5083de" + }, + { + "name": "M5GFX", + "version": "0.1.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.9.zip", + "archiveFileName": "M5GFX-0.1.9.zip", + "size": 48526870, + "checksum": "SHA-256:97b919736edb67f65cee3fc68b9aac20a04d79b42887f48272d930a79fa9d0ea" + }, + { + "name": "M5GFX", + "version": "0.1.10", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.10.zip", + "archiveFileName": "M5GFX-0.1.10.zip", + "size": 48528242, + "checksum": "SHA-256:d4af89409482a23932a2d775c8739c5058bec4b8174953ad89308839a09bb7e3" + }, + { + "name": "M5GFX", + "version": "0.1.11", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack All Display", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, M5ATOMS3, Unit OLED, Unit LCD, Unit RCA, ATOM Display, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5GFX.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5GFX.git", + "providesIncludes": [ + "M5GFX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5GFX-0.1.11.zip", + "archiveFileName": "M5GFX-0.1.11.zip", + "size": 48529041, + "checksum": "SHA-256:e44c6e667c66e7f686bcfa6e95f51c328a78696d44d8851a36c532579d2889ed" + }, + { + "name": "Tachometer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for frequency and period measurement", + "paragraph": "Library for frequency and period measurement", + "website": "https://github.com/GyverLibs/Tachometer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Tachometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Tachometer-1.0.0.zip", + "archiveFileName": "Tachometer-1.0.0.zip", + "size": 6828, + "checksum": "SHA-256:7c988621d91949aef4be53c7a8647bb8174b64a1b33ff5f2cde7af66c38eebf9" + }, + { + "name": "Tachometer", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for frequency and period measurement", + "paragraph": "Library for frequency and period measurement", + "website": "https://github.com/GyverLibs/Tachometer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Tachometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Tachometer-1.2.0.zip", + "archiveFileName": "Tachometer-1.2.0.zip", + "size": 6794, + "checksum": "SHA-256:6f564ed514a6358868a9482ea8c6728468ef50cd5b59c2abd84de4a4607574ca" + }, + { + "name": "Tachometer", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for frequency and period measurement", + "paragraph": "Library for frequency and period measurement", + "website": "https://github.com/GyverLibs/Tachometer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Tachometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Tachometer-1.3.0.zip", + "archiveFileName": "Tachometer-1.3.0.zip", + "size": 29698, + "checksum": "SHA-256:97544a5cd9cc978ed3ee79c8b2870f4776b360f414c73d04a26c61926e7a9812" + }, + { + "name": "GyverNTC", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.0.0.zip", + "archiveFileName": "GyverNTC-1.0.0.zip", + "size": 5636, + "checksum": "SHA-256:3c9421348eb06d0f933d57aeb2c3353b775165c8ced0b551ce6f14837bbf90c5" + }, + { + "name": "GyverNTC", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.1.0.zip", + "archiveFileName": "GyverNTC-1.1.0.zip", + "size": 5616, + "checksum": "SHA-256:a5a7b8544beef1bb3bd200e938235dbc00feab6f595512c304769f7aca0cb95a" + }, + { + "name": "GyverNTC", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.2.0.zip", + "archiveFileName": "GyverNTC-1.2.0.zip", + "size": 66534, + "checksum": "SHA-256:927dea6e8887935ff0226443ecfc9627d864e369086f325119a584c06cea69dd" + }, + { + "name": "GyverNTC", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.3.0.zip", + "archiveFileName": "GyverNTC-1.3.0.zip", + "size": 69214, + "checksum": "SHA-256:df02545ce204d520ebc5d65b2540d5c9dbeba6335c847993dd7c7b52f688c65f" + }, + { + "name": "GyverNTC", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.4.0.zip", + "archiveFileName": "GyverNTC-1.4.0.zip", + "size": 69250, + "checksum": "SHA-256:6f0552c3b399fc1dabc8d77b30c1c74b9be74782416052f1f7641030f39d403f" + }, + { + "name": "GyverNTC", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for NTC thermistors", + "paragraph": "Simple library for NTC thermistors", + "website": "https://github.com/GyverLibs/GyverNTC", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTC-1.5.0.zip", + "archiveFileName": "GyverNTC-1.5.0.zip", + "size": 69959, + "checksum": "SHA-256:847efec822f9ce1d21e22118c17d90221b6c97ef144fa92a85ba13c03804f2f4" + }, + { + "name": "GyverHX711", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for HX711 ADC/weight module", + "paragraph": "Library for HX711 ADC/weight module", + "website": "https://github.com/GyverLibs/GyverHX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHX711-1.0.0.zip", + "archiveFileName": "GyverHX711-1.0.0.zip", + "size": 5909, + "checksum": "SHA-256:47fd048b7e9f44cc2c0a59e121b5eeca692165db6bb281f708a699c5224f02fa" + }, + { + "name": "GyverHX711", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for HX711 ADC/weight module", + "paragraph": "Library for HX711 ADC/weight module", + "website": "https://github.com/GyverLibs/GyverHX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHX711-1.1.1.zip", + "archiveFileName": "GyverHX711-1.1.1.zip", + "size": 65339, + "checksum": "SHA-256:ba7fa5f27699bd93b1808fe41b83d7144682c3592835870cd3c8a5bbad152f66" + }, + { + "name": "GyverHX711", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for HX711 ADC/weight module", + "paragraph": "Library for HX711 ADC/weight module", + "website": "https://github.com/GyverLibs/GyverHX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHX711-1.2.0.zip", + "archiveFileName": "GyverHX711-1.2.0.zip", + "size": 65498, + "checksum": "SHA-256:3616fad365899f321f209dfb79efead6a84cce0da2c172b14d9212087cdbd95d" + }, + { + "name": "EncButton", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.3.0.zip", + "archiveFileName": "EncButton-1.3.0.zip", + "size": 15645, + "checksum": "SHA-256:dec71b28d1f97ea485f3e940c96f88be0664ec08b64eabad9b241f77c9e93542" + }, + { + "name": "EncButton", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.4.0.zip", + "archiveFileName": "EncButton-1.4.0.zip", + "size": 15821, + "checksum": "SHA-256:8dcc04b2e291aae065e1de49eb54b2e0401912f6b71f3e3f136fabf8c84dbd4d" + }, + { + "name": "EncButton", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.5.0.zip", + "archiveFileName": "EncButton-1.5.0.zip", + "size": 17135, + "checksum": "SHA-256:8c38cb37edc7fefe6b8bc37f43651278fc36174edb711f927cf060b808feba3c" + }, + { + "name": "EncButton", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.6.0.zip", + "archiveFileName": "EncButton-1.6.0.zip", + "size": 17360, + "checksum": "SHA-256:56c27c5cdb8173c357d3ffe67bcec42264b771ba3c6e557c0357dd76af8ac387" + }, + { + "name": "EncButton", + "version": "1.6.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.6.1.zip", + "archiveFileName": "EncButton-1.6.1.zip", + "size": 17314, + "checksum": "SHA-256:f2cb9526463e0fde62a1895b115593b6a0d1dc7d9e2650e7f13c1506aeafdae0" + }, + { + "name": "EncButton", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.7.0.zip", + "archiveFileName": "EncButton-1.7.0.zip", + "size": 18801, + "checksum": "SHA-256:c8ad534572e515f0a6d1b35ebbdf1d628271a9bdd8861c4a09422281e7893ce7" + }, + { + "name": "EncButton", + "version": "1.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.8.0.zip", + "archiveFileName": "EncButton-1.8.0.zip", + "size": 18078, + "checksum": "SHA-256:b8772bcc1ea2dc47622114f504fa34c57cfb09d79b30fbe73b2046477b8a2b14" + }, + { + "name": "EncButton", + "version": "1.8.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.8.1.zip", + "archiveFileName": "EncButton-1.8.1.zip", + "size": 18478, + "checksum": "SHA-256:18071cd9d34f4d711c3fae025a1913e6db77ee2b39b888e02385cf9e4a5f4bc0" + }, + { + "name": "EncButton", + "version": "1.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.9.0.zip", + "archiveFileName": "EncButton-1.9.0.zip", + "size": 17505, + "checksum": "SHA-256:2738cb02a93063051aa7e469693791434de68e1b00784e01bbd946accd86b391" + }, + { + "name": "EncButton", + "version": "1.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.10.0.zip", + "archiveFileName": "EncButton-1.10.0.zip", + "size": 18814, + "checksum": "SHA-256:ab74355c1983accb51bc5b4f06c3eee88bd3ab291bafa381dce563bc2627a7e2" + }, + { + "name": "EncButton", + "version": "1.11.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.11.0.zip", + "archiveFileName": "EncButton-1.11.0.zip", + "size": 19876, + "checksum": "SHA-256:e83808841bb47819454e2d460b09ba980ae7a2f8523c4240d84a6d58d5593685" + }, + { + "name": "EncButton", + "version": "1.11.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder control", + "paragraph": "Light and fast library for button and encoder control", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.11.1.zip", + "archiveFileName": "EncButton-1.11.1.zip", + "size": 19942, + "checksum": "SHA-256:9c662591fde5ae3871a7b3fa96c1fee363c33456d0498c0bb80b1483e35b1bef" + }, + { + "name": "EncButton", + "version": "1.12.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.12.0.zip", + "archiveFileName": "EncButton-1.12.0.zip", + "size": 147717, + "checksum": "SHA-256:67445e13459b75134ed66c4908e77c6d078cca512204e1cb0aad69266c56c9ed" + }, + { + "name": "EncButton", + "version": "1.13.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.13.0.zip", + "archiveFileName": "EncButton-1.13.0.zip", + "size": 154194, + "checksum": "SHA-256:7aa36fe72b55436509f73ae0f4f71bad2ada0a0674e4a59e5b62936d9dd3d239" + }, + { + "name": "EncButton", + "version": "1.14.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.14.0.zip", + "archiveFileName": "EncButton-1.14.0.zip", + "size": 154412, + "checksum": "SHA-256:9bbab82a924d21ba5b5830487df3bbd7055e102e224440e5ebf503f4d51b1b06" + }, + { + "name": "EncButton", + "version": "1.15.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.15.0.zip", + "archiveFileName": "EncButton-1.15.0.zip", + "size": 155616, + "checksum": "SHA-256:876bd8877bda2e875bf87e17ddde2b469c2d3275d6dafa0cce6b733b14ec553d" + }, + { + "name": "EncButton", + "version": "1.16.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.16.0.zip", + "archiveFileName": "EncButton-1.16.0.zip", + "size": 156265, + "checksum": "SHA-256:7f5b792ccc20e53192f811e2bb484dab259ce6447c6e54485ce6a2d52e5ec831" + }, + { + "name": "EncButton", + "version": "1.17.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.17.0.zip", + "archiveFileName": "EncButton-1.17.0.zip", + "size": 157844, + "checksum": "SHA-256:bcca1513e79de70c02a73228351ad6b5fc732b6e3ea892e88563535e474b29af" + }, + { + "name": "EncButton", + "version": "1.18.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.18.0.zip", + "archiveFileName": "EncButton-1.18.0.zip", + "size": 196351, + "checksum": "SHA-256:a9fd3c0cf38a143b91357a82dc0feba7b2d717614598b97e54132f23041528f4" + }, + { + "name": "EncButton", + "version": "1.18.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.18.1.zip", + "archiveFileName": "EncButton-1.18.1.zip", + "size": 196576, + "checksum": "SHA-256:141d0b7da540c61f89f68300150055c5a10d8f02784b28988a0f3ad3c82d6aaa" + }, + { + "name": "EncButton", + "version": "1.18.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.18.2.zip", + "archiveFileName": "EncButton-1.18.2.zip", + "size": 196630, + "checksum": "SHA-256:309ac4c6a991c9471a4c2d9c24d4fdb0da5b0ba43645605bdec84652581ada5b" + }, + { + "name": "EncButton", + "version": "1.19.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.19.0.zip", + "archiveFileName": "EncButton-1.19.0.zip", + "size": 175365, + "checksum": "SHA-256:ab794e78a0ebeef062bf07e42f9d36a105dea38ad12e5b3d9ae10647ea2a2034" + }, + { + "name": "EncButton", + "version": "1.19.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.19.1.zip", + "archiveFileName": "EncButton-1.19.1.zip", + "size": 175469, + "checksum": "SHA-256:5c7fae63f35452ba619001ba2abdbf7069691a7ebfb061162567253765d7b733" + }, + { + "name": "EncButton", + "version": "1.19.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.19.2.zip", + "archiveFileName": "EncButton-1.19.2.zip", + "size": 175571, + "checksum": "SHA-256:1125a5d8d5761eb9e80a2d2a3246df675934b035fa8b01a075f1258d8dcdefe0" + }, + { + "name": "EncButton", + "version": "1.19.3", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.19.3.zip", + "archiveFileName": "EncButton-1.19.3.zip", + "size": 179481, + "checksum": "SHA-256:c7213c6dd05643bedfa268a5cbadf6cb6cf22f45ad747f052df08e6d7b65552c" + }, + { + "name": "EncButton", + "version": "1.19.4", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.19.4.zip", + "archiveFileName": "EncButton-1.19.4.zip", + "size": 179495, + "checksum": "SHA-256:1d2a290cdb7428128d3398e58cf4391c6bdfe8ffd75e9bdc3b38fe1b17513bd1" + }, + { + "name": "EncButton", + "version": "1.20.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.20.0.zip", + "archiveFileName": "EncButton-1.20.0.zip", + "size": 179545, + "checksum": "SHA-256:925967d5c4831fab2730b75317b21a00b4e93657cea201225b2c9df26770f6dd" + }, + { + "name": "EncButton", + "version": "1.21.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.21.0.zip", + "archiveFileName": "EncButton-1.21.0.zip", + "size": 179754, + "checksum": "SHA-256:bca425b096885b98b377b9594eb69160efb8f16cbd77ab8b2f610827c42fb520" + }, + { + "name": "EncButton", + "version": "1.22.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.22.0.zip", + "archiveFileName": "EncButton-1.22.0.zip", + "size": 179794, + "checksum": "SHA-256:b784d382e4ef17e2f49cc2a7fa72e91a8d05c0b2d9815dcf7b0b30de7cafc6e4" + }, + { + "name": "EncButton", + "version": "1.23.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-1.23.0.zip", + "archiveFileName": "EncButton-1.23.0.zip", + "size": 179843, + "checksum": "SHA-256:612d5653daf9e18db43c34fbe7fb447eb383417f6cef1e082fe13c51fc1e1285" + }, + { + "name": "EncButton", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast library for button and encoder operation for Arduino", + "paragraph": "Turns, clicks, pool and callback mode, optimised for interrupt using", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-2.0.0.zip", + "archiveFileName": "EncButton-2.0.0.zip", + "size": 179900, + "checksum": "SHA-256:4072bad6131040b06c7eb7eae326aa0b655777a8ddf157b5eded4beca421a8e7" + }, + { + "name": "EncButton", + "version": "3.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and powerful library for button and encoder operation for Arduino", + "paragraph": "Debounce, click count, hold, step hold mode and many more. Ьaximum possibilities for button and encoder", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-3.0.0.zip", + "archiveFileName": "EncButton-3.0.0.zip", + "size": 447824, + "checksum": "SHA-256:e004e71229d29ed94afec7022386221595756c34663485a3443a32edf6efcf99" + }, + { + "name": "EncButton", + "version": "3.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and powerful library for button and encoder operation for Arduino", + "paragraph": "Debounce, click count, hold, step hold mode and many more. Ьaximum possibilities for button and encoder", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-3.0.1.zip", + "archiveFileName": "EncButton-3.0.1.zip", + "size": 450506, + "checksum": "SHA-256:0c4e8673d56e59888808d366cd3b32d0f352f64343e9d34f3474ed456d685d7e" + }, + { + "name": "EncButton", + "version": "3.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and powerful library for button and encoder operation for Arduino", + "paragraph": "Debounce, click count, hold, step hold mode and many more. Maximum possibilities for button and encoder", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-3.1.0.zip", + "archiveFileName": "EncButton-3.1.0.zip", + "size": 452609, + "checksum": "SHA-256:ca99f0afd396f12c98cb248aea4e6daa95bde1d06dcf6be43d55f6cbee1711d6" + }, + { + "name": "EncButton", + "version": "3.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and powerful library for button and encoder operation for Arduino", + "paragraph": "Debounce, click count, hold, step hold mode and many more. Maximum possibilities for button and encoder", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-3.2.0.zip", + "archiveFileName": "EncButton-3.2.0.zip", + "size": 458520, + "checksum": "SHA-256:a581866b24ba3dea3451d8035f6dd4dea8ea45acf22a45b21dc5ee2aa9a78761" + }, + { + "name": "EncButton", + "version": "3.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and powerful library for button and encoder operation for Arduino", + "paragraph": "Debounce, click count, hold, step hold mode and many more. Maximum possibilities for button and encoder", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-3.3.0.zip", + "archiveFileName": "EncButton-3.3.0.zip", + "size": 459335, + "checksum": "SHA-256:7ca2087b90c7a7705629d149c340b7514c37f1165eb48eefa4afbd5e618880cb" + }, + { + "name": "EncButton", + "version": "3.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and powerful library for button and encoder operation for Arduino", + "paragraph": "Debounce, click count, hold, step hold mode and many more. Maximum possibilities for button and encoder", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EncButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EncButton-3.4.0.zip", + "archiveFileName": "EncButton-3.4.0.zip", + "size": 463867, + "checksum": "SHA-256:faa4f0a9e82dea19840c42ef892ee2fcaa0e97fa7bae6320bd86211ea981ee80" + }, + { + "name": "GyverBME280", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for BME280 sensor", + "paragraph": "Light library for BME280 sensor", + "website": "https://github.com/GyverLibs/GyverBME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverBME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBME280-1.4.0.zip", + "archiveFileName": "GyverBME280-1.4.0.zip", + "size": 14166, + "checksum": "SHA-256:faed1b50ba9cd218d5ab6afbfb67928e5ce53cc5d4d0da72ca3d746a18f66e54" + }, + { + "name": "GyverBME280", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for BME280 sensor", + "paragraph": "Light library for BME280 sensor", + "website": "https://github.com/GyverLibs/GyverBME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverBME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBME280-1.5.0.zip", + "archiveFileName": "GyverBME280-1.5.0.zip", + "size": 14243, + "checksum": "SHA-256:1c7edcfbf35c7130cdd9c1afd67f81a4081bfbaa2b82f3755216c0a8ebe738fc" + }, + { + "name": "NecDecoder", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for IR receiver with NEC protocol", + "paragraph": "Light library for IR receiver with NEC protocol", + "website": "https://github.com/GyverLibs/NecDecoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/NecDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/NecDecoder-1.0.0.zip", + "archiveFileName": "NecDecoder-1.0.0.zip", + "size": 8366, + "checksum": "SHA-256:17729ffe9634314b7253bf6f9e9e4d4e5c78da2492064e962f560f5e0927f826" + }, + { + "name": "NecDecoder", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for IR receiver with NEC protocol", + "paragraph": "Light library for IR receiver with NEC protocol", + "website": "https://github.com/GyverLibs/NecDecoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/NecDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/NecDecoder-1.1.0.zip", + "archiveFileName": "NecDecoder-1.1.0.zip", + "size": 13396, + "checksum": "SHA-256:21819bb95f392e4cdb8fbe189bb6a385c230d762e69d9f472b669f6e3f1c7bcd" + }, + { + "name": "NecDecoder", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for IR receiver with NEC protocol", + "paragraph": "Light library for IR receiver with NEC protocol", + "website": "https://github.com/GyverLibs/NecDecoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/NecDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/NecDecoder-2.0.0.zip", + "archiveFileName": "NecDecoder-2.0.0.zip", + "size": 8110, + "checksum": "SHA-256:1f680be2026c5101edbdcd58043c265b0a319679bdd4bcc085bdef7b5b159c33" + }, + { + "name": "NecDecoder", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for IR receiver with NEC protocol", + "paragraph": "Light library for IR receiver with NEC protocol", + "website": "https://github.com/GyverLibs/NecDecoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/NecDecoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/NecDecoder-2.1.0.zip", + "archiveFileName": "NecDecoder-2.1.0.zip", + "size": 9134, + "checksum": "SHA-256:1fe51de0ac98fc6617e1e78aca2750540611e331bec68e9dcb59f22faf6dfb3b" + }, + { + "name": "AnalogKey", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for matrix analog keyboard", + "paragraph": "Library for matrix analog keyboard", + "website": "https://github.com/GyverLibs/AnalogKey", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/AnalogKey.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AnalogKey-1.0.0.zip", + "archiveFileName": "AnalogKey-1.0.0.zip", + "size": 6209, + "checksum": "SHA-256:d885c52b88742aba7af3f49094c01d2359aa76b1f590cd8974362cb4f268a2c9" + }, + { + "name": "AnalogKey", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for matrix analog keyboard", + "paragraph": "Library for matrix analog keyboard", + "website": "https://github.com/GyverLibs/AnalogKey", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/AnalogKey.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AnalogKey-1.1.0.zip", + "archiveFileName": "AnalogKey-1.1.0.zip", + "size": 7901, + "checksum": "SHA-256:6ef3c5f776285be105b371a7ecd8c72ee79554d00c908cf82c1d5495037db5e0" + }, + { + "name": "GyverButton", + "version": "3.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced button control library", + "paragraph": "Advanced button control library", + "website": "https://github.com/GyverLibs/GyverButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverButton-3.8.0.zip", + "archiveFileName": "GyverButton-3.8.0.zip", + "size": 108377, + "checksum": "SHA-256:429a2364c0064260f16d3744717336933e16ccaf33fef94c9752086081f77eae" + }, + { + "name": "GyverEncoder", + "version": "4.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced encoder control library", + "paragraph": "Advanced encoder control library", + "website": "https://github.com/GyverLibs/GyverEncoder", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverEncoder-4.9.0.zip", + "archiveFileName": "GyverEncoder-4.9.0.zip", + "size": 21909, + "checksum": "SHA-256:337e01ac36c049c5446a88b5814e533cc7530307b2e0b59d30ba8891edad11fe" + }, + { + "name": "GyverEncoder", + "version": "4.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced encoder operation library", + "paragraph": "DEPRECATED! Use EncButton https://github.com/GyverLibs/EncButton instead", + "website": "https://github.com/GyverLibs/GyverEncoder", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverEncoder-4.10.0.zip", + "archiveFileName": "GyverEncoder-4.10.0.zip", + "size": 22209, + "checksum": "SHA-256:731fd1440cfe0fe2a09081a2c7f223af87abcdb565d2deebe2c7ddb6defb7eea" + }, + { + "name": "GRGB", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.0.0.zip", + "archiveFileName": "GRGB-1.0.0.zip", + "size": 13779, + "checksum": "SHA-256:7dab6ff9fb5f895064ba355b2c6f162ddf00cbc85f76d91fea071499b6415111" + }, + { + "name": "GRGB", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.1.0.zip", + "archiveFileName": "GRGB-1.1.0.zip", + "size": 14662, + "checksum": "SHA-256:7ac2a0f6e84f1a86c49922a38c2d338a95243f5247c728e11be780f21f0c9b6c" + }, + { + "name": "GRGB", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.2.0.zip", + "archiveFileName": "GRGB-1.2.0.zip", + "size": 14805, + "checksum": "SHA-256:875b599f1295bb3638a11e28616a2836b29db3ab93a8f2bab40a127deddb5d56" + }, + { + "name": "GRGB", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.2.1.zip", + "archiveFileName": "GRGB-1.2.1.zip", + "size": 14786, + "checksum": "SHA-256:f2053ba5e98cab9511bf077b450bcb3ef7c315beec64ed73129dc61da9a3b35c" + }, + { + "name": "GRGB", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.3.0.zip", + "archiveFileName": "GRGB-1.3.0.zip", + "size": 14833, + "checksum": "SHA-256:a5a8fc3fef61277ad7a64a4328e96c24f0fa46c1a5bab65a2e1e8d5dbc3c9ecc" + }, + { + "name": "GRGB", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.4.0.zip", + "archiveFileName": "GRGB-1.4.0.zip", + "size": 15043, + "checksum": "SHA-256:8a492251a7b0586a35ecde00c88fe46a6873bd49c105681820572485ecf6d9de" + }, + { + "name": "GRGB", + "version": "1.4.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth RGB LED control", + "paragraph": "Library for smooth RGB LED control", + "website": "https://github.com/GyverLibs/GRGB", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GRGB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GRGB-1.4.1.zip", + "archiveFileName": "GRGB-1.4.1.zip", + "size": 15123, + "checksum": "SHA-256:d53c5ba75619f9c81532ab1469816cf73500353e886d757f4ff3e21b58627259" + }, + { + "name": "ServoSmooth", + "version": "3.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth control of servo motor", + "paragraph": "Library for smooth control of servo motor", + "website": "https://github.com/GyverLibs/ServoSmooth", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/ServoSmooth.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/ServoSmooth-3.8.0.zip", + "archiveFileName": "ServoSmooth-3.8.0.zip", + "size": 26353, + "checksum": "SHA-256:cf5f1f41395f68742d15d2b021532bb6658e98ec373022d15e29fdfeec820885" + }, + { + "name": "ServoSmooth", + "version": "3.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth control of servo motor", + "paragraph": "Library for smooth control of servo motor", + "website": "https://github.com/GyverLibs/ServoSmooth", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/ServoSmooth.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/ServoSmooth-3.9.0.zip", + "archiveFileName": "ServoSmooth-3.9.0.zip", + "size": 29232, + "checksum": "SHA-256:76ac4e2dcd920f3adbe3a276a9e46552e6b787710ebb477c95c37afe1cb042bc" + }, + { + "name": "microLED", + "version": "3.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for addressable LEDs", + "paragraph": "Light library for addressable LEDs", + "website": "https://github.com/GyverLibs/microLED", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microLED-3.4.0.zip", + "archiveFileName": "microLED-3.4.0.zip", + "size": 815407, + "checksum": "SHA-256:01be1eeeb1727c98a6a4a5ae73a819311557992b0575c038b46c20f5f29b2259" + }, + { + "name": "microLED", + "version": "3.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for addressable LEDs", + "paragraph": "Light library for addressable LEDs", + "website": "https://github.com/GyverLibs/microLED", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microLED-3.5.0.zip", + "archiveFileName": "microLED-3.5.0.zip", + "size": 815493, + "checksum": "SHA-256:465d43b1de423b44ba42f59f3e23d47a3eb3ee85ad84cf07290dff175004f43b" + }, + { + "name": "microLED", + "version": "3.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for addressable LEDs", + "paragraph": "Light library for addressable LEDs", + "website": "https://github.com/GyverLibs/microLED", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microLED-3.6.0.zip", + "archiveFileName": "microLED-3.6.0.zip", + "size": 823095, + "checksum": "SHA-256:cfdb9d8db18aa448e5812ee1f6a03dbced6ef8c50a8161e945164ce2e1b45e13" + }, + { + "name": "GyverRelay", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for relay regulation algorithm", + "paragraph": "Library for relay regulation algorithm", + "website": "https://github.com/GyverLibs/GyverRelay", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverRelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverRelay-2.1.0.zip", + "archiveFileName": "GyverRelay-2.1.0.zip", + "size": 72150, + "checksum": "SHA-256:be40223537171ba32b4f393433e88c5736d1d3941d9b5ca559dd70bb79dc59ad" + }, + { + "name": "GyverRelay", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for relay regulation algorithm", + "paragraph": "Library for relay regulation algorithm", + "website": "https://github.com/GyverLibs/GyverRelay", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverRelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverRelay-2.2.0.zip", + "archiveFileName": "GyverRelay-2.2.0.zip", + "size": 72063, + "checksum": "SHA-256:8355b3ee3dcda4ff67d033137c0f4c962851a1b76e2fcbafafb3e43d69cd1f3c" + }, + { + "name": "SoftServo", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for software servo motor control (by system timer)", + "paragraph": "Library for software servo motor control (by system timer)", + "website": "https://github.com/GyverLibs/SoftServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SoftServo-1.0.0.zip", + "archiveFileName": "SoftServo-1.0.0.zip", + "size": 7657, + "checksum": "SHA-256:bfb50e8977f25f139598971dc21d73b58d16156b11368c04cea6b4e767e54610" + }, + { + "name": "SoftServo", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for software servo motor control (by system timer)", + "paragraph": "Library for software servo motor control (by system timer)", + "website": "https://github.com/GyverLibs/SoftServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SoftServo-1.1.0.zip", + "archiveFileName": "SoftServo-1.1.0.zip", + "size": 8021, + "checksum": "SHA-256:f9c70b77235e2a0fb2a0ae9b9e511438065789819b4145e3b50fbfc51e0d6a73" + }, + { + "name": "SoftServo", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for software servo motor control (by system timer)", + "paragraph": "Library for software servo motor control (by system timer)", + "website": "https://github.com/GyverLibs/SoftServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SoftServo-1.1.1.zip", + "archiveFileName": "SoftServo-1.1.1.zip", + "size": 6771, + "checksum": "SHA-256:224acbdf41ebc10597dd28572d54a92789783285d09fbf7508083efabcc90e21" + }, + { + "name": "SoftServo", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for software servo motor control (by system timer)", + "paragraph": "Library for software servo motor control (by system timer)", + "website": "https://github.com/GyverLibs/SoftServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SoftServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SoftServo-1.2.0.zip", + "archiveFileName": "SoftServo-1.2.0.zip", + "size": 8695, + "checksum": "SHA-256:4233ccd5222b185e76acc6fe00c11752e48ad23bbb51571b847a698d875502af" + }, + { + "name": "PWMrelay", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Low-frequency software PWM for relay", + "paragraph": "Low-frequency software PWM for relay", + "website": "https://github.com/GyverLibs/PWMrelay", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/PWMrelay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/PWMrelay-1.2.0.zip", + "archiveFileName": "PWMrelay-1.2.0.zip", + "size": 7206, + "checksum": "SHA-256:b292a8d07da0eb873e162af78294010ed2371c325fda56939a7771cfd53da531" + }, + { + "name": "GyverStepper", + "version": "1.14.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control", + "paragraph": "Fast library for stepmotor control", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-1.14.0.zip", + "archiveFileName": "GyverStepper-1.14.0.zip", + "size": 794826, + "checksum": "SHA-256:b444f97f8291c11a20f17c52864b7537e43ed0b2ace474cb157353ebdf6eea34" + }, + { + "name": "GyverStepper", + "version": "1.15.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control", + "paragraph": "Fast library for stepmotor control", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-1.15.0.zip", + "archiveFileName": "GyverStepper-1.15.0.zip", + "size": 794996, + "checksum": "SHA-256:2a1d98fa60187daa321550b17f3f2f5656933e5e294017264341a62aae3a1bb9" + }, + { + "name": "GyverStepper", + "version": "1.15.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control", + "paragraph": "Fast library for stepmotor control", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-1.15.1.zip", + "archiveFileName": "GyverStepper-1.15.1.zip", + "size": 794964, + "checksum": "SHA-256:84b7a6b645604af7073d616fed2b5f34b297a0896504dc1a81b49ad1b891886b" + }, + { + "name": "GyverStepper", + "version": "1.15.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control", + "paragraph": "Fast library for stepmotor control", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-1.15.2.zip", + "archiveFileName": "GyverStepper-1.15.2.zip", + "size": 974184, + "checksum": "SHA-256:15bc23930096cbe7bb9a2ac0718e6da148aa4c9f6157007f49b413ecdb09c96e" + }, + { + "name": "GyverStepper", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.0.0.zip", + "archiveFileName": "GyverStepper-2.0.0.zip", + "size": 1010529, + "checksum": "SHA-256:f610c418988127c727e5cc0de3fb431025cec65cfe5ea9316925b2e299e2ba5d" + }, + { + "name": "GyverStepper", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.0.zip", + "archiveFileName": "GyverStepper-2.1.0.zip", + "size": 1039016, + "checksum": "SHA-256:d133959f3faad21076bf7f1c6ba279e22018ff01b8118d295d75586c365122e6" + }, + { + "name": "GyverStepper", + "version": "2.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.1.zip", + "archiveFileName": "GyverStepper-2.1.1.zip", + "size": 1039282, + "checksum": "SHA-256:72d3672b41b6dde25bbfe39ba812efafbecb4ae2e31a14d4063a3c8674d7470d" + }, + { + "name": "GyverStepper", + "version": "2.1.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.2.zip", + "archiveFileName": "GyverStepper-2.1.2.zip", + "size": 1039342, + "checksum": "SHA-256:2b35df22e1ab6b14120a3b447e113a2885c77ef3e659c1683b5bf82b8d4f54f4" + }, + { + "name": "GyverStepper", + "version": "2.1.3", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.3.zip", + "archiveFileName": "GyverStepper-2.1.3.zip", + "size": 1039570, + "checksum": "SHA-256:cc9bd5d026f32b164628ec11c10c235c709009e4da08b8108431c6589c6dbc04" + }, + { + "name": "GyverStepper", + "version": "2.1.4", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.4.zip", + "archiveFileName": "GyverStepper-2.1.4.zip", + "size": 1040236, + "checksum": "SHA-256:797abe3045dd322a4349e2cfad65d029f85aa402facc808fe758f4fe136ad49b" + }, + { + "name": "GyverStepper", + "version": "2.1.5", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.5.zip", + "archiveFileName": "GyverStepper-2.1.5.zip", + "size": 1040739, + "checksum": "SHA-256:c4b56d1efcef90b2258e4eee766fc7b9373eb209130b3987f3245a91bc21a022" + }, + { + "name": "GyverStepper", + "version": "2.1.6", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.6.zip", + "archiveFileName": "GyverStepper-2.1.6.zip", + "size": 1040800, + "checksum": "SHA-256:44619a5ae3060e8f094ef73975f216c9e2ae9da21edbed429cf99054abfbc2e8" + }, + { + "name": "GyverStepper", + "version": "2.1.7", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.7.zip", + "archiveFileName": "GyverStepper-2.1.7.zip", + "size": 1040885, + "checksum": "SHA-256:b0b4e809596835246c6b76e54ab0633e492d83bbb223174c7d91eb641353b60f" + }, + { + "name": "GyverStepper", + "version": "2.1.8", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.1.8.zip", + "archiveFileName": "GyverStepper-2.1.8.zip", + "size": 1040812, + "checksum": "SHA-256:b5cb64a1df96cf7f295d8896f7a7e6c995a255d2c76281bb2c0d62d66942496d" + }, + { + "name": "GyverStepper", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.2.0.zip", + "archiveFileName": "GyverStepper-2.2.0.zip", + "size": 1043694, + "checksum": "SHA-256:a4747b8215a5246896a15fdc5c1bffd87507af7c736c88b79cfa11ef9b465173" + }, + { + "name": "GyverStepper", + "version": "2.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.2.1.zip", + "archiveFileName": "GyverStepper-2.2.1.zip", + "size": 1043654, + "checksum": "SHA-256:ddd2c7f409b6b9e109becae63b76301ed6d933ef6da4a91f9d71bc4e76e638bd" + }, + { + "name": "GyverStepper", + "version": "2.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.3.0.zip", + "archiveFileName": "GyverStepper-2.3.0.zip", + "size": 1043688, + "checksum": "SHA-256:f3bacf2ed7de7ca5c8e4411b3d54f01d97ce51b723b3efe5c017af91e6e5e96e" + }, + { + "name": "GyverStepper", + "version": "2.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.4.0.zip", + "archiveFileName": "GyverStepper-2.4.0.zip", + "size": 1044394, + "checksum": "SHA-256:1bc62f89037abcbf3bb2282a9c75140ffdb9a0b464dda71aab26afc63b5c66cb" + }, + { + "name": "GyverStepper", + "version": "2.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.5.0.zip", + "archiveFileName": "GyverStepper-2.5.0.zip", + "size": 1044854, + "checksum": "SHA-256:17cdcfbaeb9e30ad8753d2049b7b7e8899326c9b0e02dbf87c2f798d46218908" + }, + { + "name": "GyverStepper", + "version": "2.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.6.0.zip", + "archiveFileName": "GyverStepper-2.6.0.zip", + "size": 1043521, + "checksum": "SHA-256:456a76eba350a9016875ac4c47cdbbaed1252c3aa47ed2d4883f87a1eaff644f" + }, + { + "name": "GyverStepper", + "version": "2.6.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.6.1.zip", + "archiveFileName": "GyverStepper-2.6.1.zip", + "size": 1043556, + "checksum": "SHA-256:b274c64b957232debf4311fbb25b61b18d21306ca1f854183e0b05842f01ad3a" + }, + { + "name": "GyverStepper", + "version": "2.6.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.6.2.zip", + "archiveFileName": "GyverStepper-2.6.2.zip", + "size": 1043614, + "checksum": "SHA-256:4a4704c8cd336caae436602f0a868d73ac48a72cee50cdaaad7093007c5adc3d" + }, + { + "name": "GyverStepper", + "version": "2.6.3", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.6.3.zip", + "archiveFileName": "GyverStepper-2.6.3.zip", + "size": 1053254, + "checksum": "SHA-256:ff8780473113887a3d48189bd675da4081ce6bca8d406ed134fd52a3e2fe8759" + }, + { + "name": "GyverStepper", + "version": "2.6.4", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.6.4.zip", + "archiveFileName": "GyverStepper-2.6.4.zip", + "size": 1053315, + "checksum": "SHA-256:3dc268955a0b2e66c7400c3a8d9c329141772418cfc9af474388a794b2c16cf5" + }, + { + "name": "GyverStepper", + "version": "2.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for stepmotor control and multi-axis planning", + "paragraph": "Fast library for stepmotor control and multi-axis planning", + "website": "https://github.com/GyverLibs/GyverStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverStepper-2.7.0.zip", + "archiveFileName": "GyverStepper-2.7.0.zip", + "size": 1054077, + "checksum": "SHA-256:f59965af927c9fdc775de918d8677fc18395c5bc4bdbbcd7f176ea2d1fdb0326" + }, + { + "name": "GyverMotor", + "version": "3.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for motor driver control", + "paragraph": "Library for motor driver control", + "website": "https://github.com/GyverLibs/GyverMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMotor-3.1.0.zip", + "archiveFileName": "GyverMotor-3.1.0.zip", + "size": 17870, + "checksum": "SHA-256:5e0c49fe3fbef770026b1372935c1df8d8a9ac274c9d1eed25a5a60f6277c892" + }, + { + "name": "GyverMotor", + "version": "3.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for motor driver control", + "paragraph": "Library for motor driver control", + "website": "https://github.com/GyverLibs/GyverMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMotor-3.2.0.zip", + "archiveFileName": "GyverMotor-3.2.0.zip", + "size": 18420, + "checksum": "SHA-256:5153fce1e1e70c252a50f0b9714469383d1c3a9538e72102a186f2366143da39" + }, + { + "name": "GyverMotor", + "version": "3.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for motor driver control", + "paragraph": "Library for motor driver control", + "website": "https://github.com/GyverLibs/GyverMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMotor-3.2.1.zip", + "archiveFileName": "GyverMotor-3.2.1.zip", + "size": 18614, + "checksum": "SHA-256:91dce4c1b368ce3dc0d1d4bd04000772fb7b217df8aeae85d202f89912b29dd0" + }, + { + "name": "GyverMotor", + "version": "4.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for motor driver control", + "paragraph": "Library for motor driver control", + "website": "https://github.com/GyverLibs/GyverMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMotor-4.0.0.zip", + "archiveFileName": "GyverMotor-4.0.0.zip", + "size": 24715, + "checksum": "SHA-256:8cfac63b7860b6dbd3c9b7158e5f18a99459ea783d5bf959d14939afaf4328ab" + }, + { + "name": "GyverWDT", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced WDT control library for ATmega328p/32U4/2560 \u0026 ATtiny85/84/167", + "paragraph": "Advanced WDT control library for ATmega328p/32U4/2560 \u0026 ATtiny85/84/167", + "website": "https://github.com/GyverLibs/GyverWDT", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverWDT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverWDT-2.1.0.zip", + "archiveFileName": "GyverWDT-2.1.0.zip", + "size": 12180, + "checksum": "SHA-256:1975ae3b8cfbc243dbe7e75b581fc5a97c5419c36010c735cd87f2b9c7e9ca64" + }, + { + "name": "GyverWDT", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced WDT control library for ATmega328p/32U4/2560 \u0026 ATtiny85/84/167", + "paragraph": "Advanced WDT control library for ATmega328p/32U4/2560 \u0026 ATtiny85/84/167", + "website": "https://github.com/GyverLibs/GyverWDT", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverWDT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverWDT-2.2.0.zip", + "archiveFileName": "GyverWDT-2.2.0.zip", + "size": 13510, + "checksum": "SHA-256:46db85b296ae51e3a0053d2037423d7b4d6ab9d4c5413a2c2d434771af4ef65b" + }, + { + "name": "AccelMotor", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for smooth control motor with encoder", + "paragraph": "Library for smooth control motor with encoder", + "website": "https://github.com/GyverLibs/AccelMotor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/AccelMotor.git", + "dependencies": [ + { + "name": "GyverMotor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AccelMotor-1.3.0.zip", + "archiveFileName": "AccelMotor-1.3.0.zip", + "size": 21487, + "checksum": "SHA-256:b13c946dc0c720f3a9b6f47272e27a71a65325addcc3460d727fc51094ca314e" + }, + { + "name": "GyverDimmer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Phase and Bresenham algorithm for AC triac dimmer", + "paragraph": "Phase and Bresenham algorithm for AC triac dimmer", + "website": "https://github.com/GyverLibs/GyverDimmer", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverDimmer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverDimmer-1.0.0.zip", + "archiveFileName": "GyverDimmer-1.0.0.zip", + "size": 12931, + "checksum": "SHA-256:1163b4a1c9b6b836179a8a0bbfd7058139107f1f38f3c7d568ad78ff53f1025d" + }, + { + "name": "GyverDimmer", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Phase and Bresenham algorithm for AC triac dimmer", + "paragraph": "Phase and Bresenham algorithm for AC triac dimmer", + "website": "https://github.com/GyverLibs/GyverDimmer", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverDimmer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverDimmer-1.1.0.zip", + "archiveFileName": "GyverDimmer-1.1.0.zip", + "size": 13304, + "checksum": "SHA-256:74b28ef6f1c02d2867810b301b1e24bbfa4bff3908813bee29d6c07f71aa91b8" + }, + { + "name": "GyverDimmer", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Phase and Bresenham algorithm for AC triac dimmer", + "paragraph": "Phase and Bresenham algorithm for AC triac dimmer", + "website": "https://github.com/GyverLibs/GyverDimmer", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverDimmer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverDimmer-1.1.1.zip", + "archiveFileName": "GyverDimmer-1.1.1.zip", + "size": 12059, + "checksum": "SHA-256:1877df1882f98c5b7b769f6e734cbdee3f52f97f05ad47e0ff60ba02dbbf18ab" + }, + { + "name": "GyverDimmer", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Phase and Bresenham algorithm for AC triac dimmer", + "paragraph": "Phase and Bresenham algorithm for AC triac dimmer", + "website": "https://github.com/GyverLibs/GyverDimmer", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverDimmer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverDimmer-1.2.0.zip", + "archiveFileName": "GyverDimmer-1.2.0.zip", + "size": 12110, + "checksum": "SHA-256:341bcc98ffe645777383ce0835bd560832f6c4f733077074d9f21531174c2186" + }, + { + "name": "microWire", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for I2C communication", + "paragraph": "Light library for I2C communication", + "website": "https://github.com/GyverLibs/microWire", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microWire-2.1.0.zip", + "archiveFileName": "microWire-2.1.0.zip", + "size": 9653, + "checksum": "SHA-256:c1f4c1a221c96a8a0ac3a57206ef49185d8ed73d784f0f84c52b0b543650468d" + }, + { + "name": "microWire", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for I2C communication", + "paragraph": "Light library for I2C communication", + "website": "https://github.com/GyverLibs/microWire", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/microWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/microWire-2.2.0.zip", + "archiveFileName": "microWire-2.2.0.zip", + "size": 10589, + "checksum": "SHA-256:7c54adba7a6d8a28ecb7be9e8f7eb9210d3d0a3f1b3322fc461c48a00e8a5c6b" + }, + { + "name": "GyverTimers", + "version": "1.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for control hardware timers on ATmega328p and ATmega2560", + "paragraph": "Library for control hardware timers on ATmega328p and ATmega2560", + "website": "https://github.com/GyverLibs/GyverTimers", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTimers-1.9.0.zip", + "archiveFileName": "GyverTimers-1.9.0.zip", + "size": 27328, + "checksum": "SHA-256:7f6e9e1564bd453e457f0876a937846636f23b402a7734ad5e227a8fbc5dd48b" + }, + { + "name": "GyverTimers", + "version": "1.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for control hardware timers on ATmega328p and ATmega2560", + "paragraph": "Library for control hardware timers on ATmega328p and ATmega2560", + "website": "https://github.com/GyverLibs/GyverTimers", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTimers-1.10.0.zip", + "archiveFileName": "GyverTimers-1.10.0.zip", + "size": 28866, + "checksum": "SHA-256:8816237cb700ee3a7eade566b03be90dc78f282a6ccd80bfb94b788e5d62ff4d" + }, + { + "name": "directADC", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced ADC control (AVR)", + "paragraph": "Library for advanced ADC control (AVR)", + "website": "https://github.com/GyverLibs/directADC", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/directADC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/directADC-1.1.0.zip", + "archiveFileName": "directADC-1.1.0.zip", + "size": 16384, + "checksum": "SHA-256:202072e971bb53e9cf04c44e4058afc4b52fab128e2b4738cf3e8b6e24dda14a" + }, + { + "name": "GyverFilters", + "version": "3.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library with few filters for data processing", + "paragraph": "Library with few filters for data processing", + "website": "https://github.com/GyverLibs/GyverFilters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverFilters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFilters-3.0.0.zip", + "archiveFileName": "GyverFilters-3.0.0.zip", + "size": 55239, + "checksum": "SHA-256:6c5b679f39e7acbaf95be96b829bc3b3f6170b385f05a3cf605a6b8681f55743" + }, + { + "name": "GyverFilters", + "version": "3.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library with few filters for data processing", + "paragraph": "Library with few filters for data processing", + "website": "https://github.com/GyverLibs/GyverFilters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverFilters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFilters-3.1.0.zip", + "archiveFileName": "GyverFilters-3.1.0.zip", + "size": 55067, + "checksum": "SHA-256:9b88416390add446b92f16573ecce112e07a9f89835dd564a780de78552e4d05" + }, + { + "name": "GyverFilters", + "version": "3.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library with few filters for data processing", + "paragraph": "Library with few filters for data processing", + "website": "https://github.com/GyverLibs/GyverFilters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverFilters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFilters-3.1.1.zip", + "archiveFileName": "GyverFilters-3.1.1.zip", + "size": 54452, + "checksum": "SHA-256:9beac3b8e630d6972ff02554d837e3dc3e98d793a08e5781fd5a1eda4bccec38" + }, + { + "name": "GyverFilters", + "version": "3.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library with few filters for data processing", + "paragraph": "Library with few filters for data processing", + "website": "https://github.com/GyverLibs/GyverFilters", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverFilters.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFilters-3.2.0.zip", + "archiveFileName": "GyverFilters-3.2.0.zip", + "size": 54685, + "checksum": "SHA-256:f51ca52b41bff035a13bd5d2f766eb0f1c06903f4da8f56701eaf06a2a087fce" + }, + { + "name": "directTimers", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced hardware timers control", + "paragraph": "Library for advanced hardware timers control", + "website": "https://github.com/GyverLibs/directTimers", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/directTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/directTimers-1.0.0.zip", + "archiveFileName": "directTimers-1.0.0.zip", + "size": 211141, + "checksum": "SHA-256:ce65452da2da2046ae3c5d3bc1d87c9960562fb69d5507e1b7ff6c945a20e9f7" + }, + { + "name": "GyverPID", + "version": "3.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for PID regulating algorithm", + "paragraph": "Fast library for PID regulating algorithm", + "website": "https://github.com/GyverLibs/GyverPID", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPID-3.3.0.zip", + "archiveFileName": "GyverPID-3.3.0.zip", + "size": 361785, + "checksum": "SHA-256:b4a9e57d4d15eb0ca9fcdbd7a1502e2900812489fae884b7ab0b487f9f50069a" + }, + { + "name": "mString", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.0.0.zip", + "archiveFileName": "mString-1.0.0.zip", + "size": 9488, + "checksum": "SHA-256:12ad5aa44a19b8da9818678fd7af10d9ca4531d8c09bc53f2c51777267cb9544" + }, + { + "name": "mString", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.1.0.zip", + "archiveFileName": "mString-1.1.0.zip", + "size": 13618, + "checksum": "SHA-256:8a93aefea79348293d13c6bf18598661d78ddba39190eb1489d3a78923e55f35" + }, + { + "name": "mString", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.1.1.zip", + "archiveFileName": "mString-1.1.1.zip", + "size": 13693, + "checksum": "SHA-256:3179b5b80b56954ac999e50024f8187d937e541e66dde12c6452fbb5d162de6a" + }, + { + "name": "mString", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.2.0.zip", + "archiveFileName": "mString-1.2.0.zip", + "size": 14332, + "checksum": "SHA-256:b49edebcd542bd1cc516a2e7aaa6088ca587b333d55b11a9653dfb001b841336" + }, + { + "name": "mString", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.3.0.zip", + "archiveFileName": "mString-1.3.0.zip", + "size": 14455, + "checksum": "SHA-256:41a0a68186f3767caeeca14af31a9949ebecc299616367efb124fa988fb96487" + }, + { + "name": "mString", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.4.0.zip", + "archiveFileName": "mString-1.4.0.zip", + "size": 14633, + "checksum": "SHA-256:ce0bb288a8aca8ee9fc7081e346b9ff4ad1f8b6303a1a9d2561e13602029b4f0" + }, + { + "name": "mString", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.5.0.zip", + "archiveFileName": "mString-1.5.0.zip", + "size": 14717, + "checksum": "SHA-256:18916f5a2a9c4db3da0c1575e1c883b6bd187bb8f2494abc0964c80da9dcd5b1" + }, + { + "name": "mString", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.6.0.zip", + "archiveFileName": "mString-1.6.0.zip", + "size": 14179, + "checksum": "SHA-256:614190df5018441094430c336aba5ac4ededb7b70d4d52e04f826a384f41a2ab" + }, + { + "name": "mString", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Static lightweight analog of String class", + "paragraph": "Static lightweight analog of String class", + "website": "https://github.com/GyverLibs/mString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/mString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/mString-1.7.0.zip", + "archiveFileName": "mString-1.7.0.zip", + "size": 14716, + "checksum": "SHA-256:b1fe8b121fe3571d6e8f81bfeacb488e7b650c2ad5ee083f6ef335931e7737c7" + }, + { + "name": "VolAnalyzer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.0.0.zip", + "archiveFileName": "VolAnalyzer-1.0.0.zip", + "size": 8337, + "checksum": "SHA-256:48fd71807f3643e65bf32a86a73eb4cc49694614b865affe98cf16e64e7407a7" + }, + { + "name": "VolAnalyzer", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.1.0.zip", + "archiveFileName": "VolAnalyzer-1.1.0.zip", + "size": 8400, + "checksum": "SHA-256:7f2933ebb3987d9913982719d2892d5fd2913f749a1a77b548047755a8deed1d" + }, + { + "name": "VolAnalyzer", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.2.0.zip", + "archiveFileName": "VolAnalyzer-1.2.0.zip", + "size": 8482, + "checksum": "SHA-256:6ac970d85c1ea10bf88417b030ca3fd91b4c6f56e55991806556390d62f3d712" + }, + { + "name": "VolAnalyzer", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.3.0.zip", + "archiveFileName": "VolAnalyzer-1.3.0.zip", + "size": 8834, + "checksum": "SHA-256:8b5ce13adc74bf333b1261c7c1216939dd705a2930daea160f2482dc16576da5" + }, + { + "name": "VolAnalyzer", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.4.0.zip", + "archiveFileName": "VolAnalyzer-1.4.0.zip", + "size": 8815, + "checksum": "SHA-256:f8e51e748de76c18ce289f20411ddbbe3a193a9bfa42641e7775e78a39daf231" + }, + { + "name": "VolAnalyzer", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.5.0.zip", + "archiveFileName": "VolAnalyzer-1.5.0.zip", + "size": 8102, + "checksum": "SHA-256:79dc8fa70e1529f6465ee15c6e0635cb1bd0937eb44dc74e402fcecd397d2854" + }, + { + "name": "VolAnalyzer", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.6.0.zip", + "archiveFileName": "VolAnalyzer-1.6.0.zip", + "size": 8542, + "checksum": "SHA-256:0df8510f31708f4f54da3f1914887ec21c2e5f655b7dbbba3c2d015db353cfc5" + }, + { + "name": "VolAnalyzer", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.7.0.zip", + "archiveFileName": "VolAnalyzer-1.7.0.zip", + "size": 8618, + "checksum": "SHA-256:a51d2da0263db5f8f1cd8b3f80e04ad41fe2704a6fa29fbbb6b96fc03a9b173e" + }, + { + "name": "VolAnalyzer", + "version": "1.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.8.0.zip", + "archiveFileName": "VolAnalyzer-1.8.0.zip", + "size": 8670, + "checksum": "SHA-256:cacd1b6322b655817c70cc626a755bfda5334692a4b9299d9b40229f8557fff5" + }, + { + "name": "VolAnalyzer", + "version": "1.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for sound amplitude analysis", + "paragraph": "Library for sound amplitude analysis", + "website": "https://github.com/GyverLibs/VolAnalyzer", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/VolAnalyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VolAnalyzer-1.9.0.zip", + "archiveFileName": "VolAnalyzer-1.9.0.zip", + "size": 10579, + "checksum": "SHA-256:86c85e6788e6d472107c8f2f2d473278829765a6226d688d63fdacae1897c591" + }, + { + "name": "Random16", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast 16 bit random number generator", + "paragraph": "Fast 16 bit random number generator", + "website": "https://github.com/GyverLibs/Random16", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Random16.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Random16-1.0.0.zip", + "archiveFileName": "Random16-1.0.0.zip", + "size": 4930, + "checksum": "SHA-256:551fd10eb229939a78da463691487089863c8d5b0e21023a8e34ad35a4b15bbb" + }, + { + "name": "Hamming", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for pack and unpack data by Hamming algorithm", + "paragraph": "Library for pack and unpack data by Hamming algorithm", + "website": "https://github.com/GyverLibs/Hamming", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Hamming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Hamming-1.0.0.zip", + "archiveFileName": "Hamming-1.0.0.zip", + "size": 7484, + "checksum": "SHA-256:c3dee5441e190ba12eee94d2c9722050c6cd9f4487a85bba98246842c1d32720" + }, + { + "name": "Hamming", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for pack and unpack data by Hamming algorithm", + "paragraph": "Library for pack and unpack data by Hamming algorithm", + "website": "https://github.com/GyverLibs/Hamming", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Hamming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Hamming-1.1.0.zip", + "archiveFileName": "Hamming-1.1.0.zip", + "size": 7556, + "checksum": "SHA-256:7983e9a42f574453e3fed65dbf489b6496ff6f78cb66295d8e29117763466fbf" + }, + { + "name": "Hamming", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for pack and unpack data by Hamming algorithm", + "paragraph": "Library for pack and unpack data by Hamming algorithm", + "website": "https://github.com/GyverLibs/Hamming", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Hamming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Hamming-1.3.0.zip", + "archiveFileName": "Hamming-1.3.0.zip", + "size": 10235, + "checksum": "SHA-256:37290309d00a662082bf1cf26a264c1c3505c781c3d3a84fb7a31a9e353ded0c" + }, + { + "name": "Hamming", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for pack and unpack data by Hamming algorithm", + "paragraph": "Library for pack and unpack data by Hamming algorithm", + "website": "https://github.com/GyverLibs/Hamming", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Hamming.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Hamming-1.3.1.zip", + "archiveFileName": "Hamming-1.3.1.zip", + "size": 10360, + "checksum": "SHA-256:c6dedc4b22e21e64262b8a9865e898decfeb1e55d401635314397e07bd1c3b14" + }, + { + "name": "TimeRandom", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for generating random numbers with time syncronization", + "paragraph": "Library for generating random numbers with time syncronization", + "website": "https://github.com/GyverLibs/TimeRandom", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/TimeRandom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/TimeRandom-1.0.0.zip", + "archiveFileName": "TimeRandom-1.0.0.zip", + "size": 5585, + "checksum": "SHA-256:e27edb02fc6183778b9d12c595e2b7eb75a398e5be8fc75ff1c7163f89756a48" + }, + { + "name": "UnixTime", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Unix time stamp to date time conversion and vice versa", + "paragraph": "Unix time stamp to date time conversion and vice versa", + "website": "https://github.com/GyverLibs/UnixTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/UnixTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/UnixTime-1.0.0.zip", + "archiveFileName": "UnixTime-1.0.0.zip", + "size": 6700, + "checksum": "SHA-256:fd03818992a62c00671206aeabd0880ab63e8fdc90ac1dfac4492e0e5d72eb90" + }, + { + "name": "UnixTime", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Unix time stamp to date time conversion and vice versa", + "paragraph": "Unix time stamp to date time conversion and vice versa", + "website": "https://github.com/GyverLibs/UnixTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/UnixTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/UnixTime-1.1.0.zip", + "archiveFileName": "UnixTime-1.1.0.zip", + "size": 6999, + "checksum": "SHA-256:a86c9087590ace067cdc684cd59a19b530ad67f7092e0234dd0f549b2275fb55" + }, + { + "name": "GyverGFX", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.0.0.zip", + "archiveFileName": "GyverGFX-1.0.0.zip", + "size": 10383, + "checksum": "SHA-256:a1b74dc1d3c88030dd214df606f7dd8b97b95a960d8acda809c39e5e319cf526" + }, + { + "name": "GyverGFX", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.1.0.zip", + "archiveFileName": "GyverGFX-1.1.0.zip", + "size": 10408, + "checksum": "SHA-256:552075bb19a1637cacb50234cbcf02226b36a3b074899dc07b7d426c9346dc38" + }, + { + "name": "GyverGFX", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.3.0.zip", + "archiveFileName": "GyverGFX-1.3.0.zip", + "size": 12415, + "checksum": "SHA-256:ee5eb9d6f932bd81a9d235809d9b8845fb770f45c9a1dd51f751a758b27eb535" + }, + { + "name": "GyverGFX", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.4.0.zip", + "archiveFileName": "GyverGFX-1.4.0.zip", + "size": 12490, + "checksum": "SHA-256:c607a84978be46659be54f00f2979e5edb5cbbd9ceea7254f1f0984ea0f7e76a" + }, + { + "name": "GyverGFX", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.5.0.zip", + "archiveFileName": "GyverGFX-1.5.0.zip", + "size": 12692, + "checksum": "SHA-256:52a8ddb58468cc39218e246bc52fb2cd62b12600a61e4197909356fe131ef2eb" + }, + { + "name": "GyverGFX", + "version": "1.5.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.5.1.zip", + "archiveFileName": "GyverGFX-1.5.1.zip", + "size": 12707, + "checksum": "SHA-256:c9f43e9fce1f373ef8bbfcfeed6858043cd725fd7c5e69869043d2fbd653113b" + }, + { + "name": "GyverGFX", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.6.0.zip", + "archiveFileName": "GyverGFX-1.6.0.zip", + "size": 15605, + "checksum": "SHA-256:606ccf3f8064727dd6c1e916e3e00016e433d3c4ca0676028c8a0b909b48c6df" + }, + { + "name": "GyverGFX", + "version": "1.6.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.6.1.zip", + "archiveFileName": "GyverGFX-1.6.1.zip", + "size": 15621, + "checksum": "SHA-256:bc016fd4074b1e9e3c88d095eafc1dae22c2618a02712644d457a440cfa3e757" + }, + { + "name": "GyverGFX", + "version": "1.6.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.6.2.zip", + "archiveFileName": "GyverGFX-1.6.2.zip", + "size": 15625, + "checksum": "SHA-256:05cc0338c237cc42381c358cf6b8d79b5f81fe385a108f0404553e70973b8518" + }, + { + "name": "GyverGFX", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GFX library for displays and matrixes", + "paragraph": "Fast GFX library for displays and matrixes", + "website": "https://github.com/GyverLibs/GyverGFX", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverGFX-1.7.0.zip", + "archiveFileName": "GyverGFX-1.7.0.zip", + "size": 21653, + "checksum": "SHA-256:5ca38ec40c285ce7aa5410df7dd88a68311ce7229ea9e8b4a5b8f06541fbac32" + }, + { + "name": "GyverFIFO", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple ring (circular, FIFO) buffer for Arduino", + "paragraph": "Simple ring (circular, FIFO) buffer for Arduino", + "website": "https://github.com/GyverLibs/GyverFIFO", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverFIFO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFIFO-1.0.0.zip", + "archiveFileName": "GyverFIFO-1.0.0.zip", + "size": 5478, + "checksum": "SHA-256:dd54145afb747f03154ffbd0fa29f2e5600cdc9127ba6106abc008e2ee5b2f31" + }, + { + "name": "GyverFIFO", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple ring (circular, FIFO) buffer for Arduino", + "paragraph": "Simple ring (circular, FIFO) buffer for Arduino", + "website": "https://github.com/GyverLibs/GyverFIFO", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverFIFO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverFIFO-1.1.0.zip", + "archiveFileName": "GyverFIFO-1.1.0.zip", + "size": 8066, + "checksum": "SHA-256:74b322dfcfb3fb1987ea8f899a76b5fa9829d3859f24f12df020667a9adaa962" + }, + { + "name": "Forecaster", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Weather forecasting with Zambretti algorithm", + "paragraph": "Weather forecasting with Zambretti algorithm", + "website": "https://github.com/GyverLibs/Forecaster", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Forecaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Forecaster-1.0.0.zip", + "archiveFileName": "Forecaster-1.0.0.zip", + "size": 446395, + "checksum": "SHA-256:ce279ddabd7de42ef133b51c20511b11aec2d05d35d15308461dcdb87ccdb1d8" + }, + { + "name": "Forecaster", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Weather forecasting with Zambretti algorithm", + "paragraph": "Weather forecasting with Zambretti algorithm", + "website": "https://github.com/GyverLibs/Forecaster", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Forecaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Forecaster-1.1.0.zip", + "archiveFileName": "Forecaster-1.1.0.zip", + "size": 446603, + "checksum": "SHA-256:a0742b6a993463c2e4be0dd09cf1edf01e771d04854d3c62904e30d8ef28f137" + }, + { + "name": "Forecaster", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Weather forecasting with Zambretti algorithm", + "paragraph": "Weather forecasting with Zambretti algorithm", + "website": "https://github.com/GyverLibs/Forecaster", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Forecaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Forecaster-1.2.0.zip", + "archiveFileName": "Forecaster-1.2.0.zip", + "size": 449017, + "checksum": "SHA-256:feba5d2bef2d147eae93dbb0fe59ec59f90684f6fe1629f67a88d7c8ffac3122" + }, + { + "name": "fixed", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Implementation of fixed poind calculations", + "paragraph": "Implementation of fixed poind calculations", + "website": "https://github.com/GyverLibs/fixed", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/fixed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/fixed-1.0.0.zip", + "archiveFileName": "fixed-1.0.0.zip", + "size": 5481, + "checksum": "SHA-256:5a1cee5b933d44a254ca18f6643aabe3562ce250f039de79028fb450996a7981" + }, + { + "name": "FFT_C", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "FFT library in C", + "paragraph": "FFT library in C", + "website": "https://github.com/GyverLibs/FFT_C", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FFT_C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FFT_C-1.0.0.zip", + "archiveFileName": "FFT_C-1.0.0.zip", + "size": 7209, + "checksum": "SHA-256:d76b3f978625075bcfbf0030fd7eaa7bd6c1d4adbf070827883bb989c02455e2" + }, + { + "name": "Clap", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for clap recognition and counting", + "paragraph": "Library for clap recognition and counting", + "website": "https://github.com/GyverLibs/Clap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Clap.git", + "dependencies": [ + { + "name": "VolAnalyzer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Clap-1.0.0.zip", + "archiveFileName": "Clap-1.0.0.zip", + "size": 5578, + "checksum": "SHA-256:8f8089f5293fd4551c179d90875477d780abf341164cba5d96f4bfc682e53478" + }, + { + "name": "BitPack", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for packing bit flags into byte array", + "paragraph": "Library for packing bit flags into byte array", + "website": "https://github.com/GyverLibs/BitPack", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/BitPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/BitPack-1.0.0.zip", + "archiveFileName": "BitPack-1.0.0.zip", + "size": 5155, + "checksum": "SHA-256:d377342c6cab00ba9d6ad69058d4ce585df0d42b0276cf51077efd3694c462ac" + }, + { + "name": "BitPack", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for packing bit flags into byte array", + "paragraph": "Library for packing bit flags into byte array", + "website": "https://github.com/GyverLibs/BitPack", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/BitPack.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/BitPack-1.1.1.zip", + "archiveFileName": "BitPack-1.1.1.zip", + "size": 8221, + "checksum": "SHA-256:ab23c90ad5036a9d22212e089a557e8e584783aee557b0752755220177913156" + }, + { + "name": "CRT", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Bunch of CRT functions for LEDs", + "paragraph": "Bunch of CRT functions for LEDs", + "website": "https://github.com/GyverLibs/CRT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/CRT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/CRT-1.0.0.zip", + "archiveFileName": "CRT-1.0.0.zip", + "size": 5854, + "checksum": "SHA-256:baddf4a271a80af64329f1a94a598c9092452aa24c5d531caaade1c98bd38bf9" + }, + { + "name": "FastBot", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.0.0.zip", + "archiveFileName": "FastBot-1.0.0.zip", + "size": 10103, + "checksum": "SHA-256:0283ebd0c89920dbb7f56b2653b29c25afa20d865043f0343134c284ace2d781" + }, + { + "name": "FastBot", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.1.0.zip", + "archiveFileName": "FastBot-1.1.0.zip", + "size": 10123, + "checksum": "SHA-256:4009bc347bc14b1fad7d01592f4bfcce0888c65badaaef5272a73a4783551ca7" + }, + { + "name": "FastBot", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.2.0.zip", + "archiveFileName": "FastBot-1.2.0.zip", + "size": 10271, + "checksum": "SHA-256:f59ce588a571b50d4c73e108edda8deda78959eec196238987872d55cf29fbfb" + }, + { + "name": "FastBot", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.3.0.zip", + "archiveFileName": "FastBot-1.3.0.zip", + "size": 11209, + "checksum": "SHA-256:4c2f9191d5a9c08176a7b2d218a1287941e9589915eefcfc7b46302999a21112" + }, + { + "name": "FastBot", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.3.1.zip", + "archiveFileName": "FastBot-1.3.1.zip", + "size": 11248, + "checksum": "SHA-256:4e11842ea9b1716dd21b54e129457dff7f623bad26c41b335afe6134d04ba6a5" + }, + { + "name": "FastBot", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.4.0.zip", + "archiveFileName": "FastBot-1.4.0.zip", + "size": 12875, + "checksum": "SHA-256:5cffb9d713c27e564c64b6031bf6d3183ba1ea0dbe49b1123405033ab6e07dd7" + }, + { + "name": "FastBot", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.5.0.zip", + "archiveFileName": "FastBot-1.5.0.zip", + "size": 14867, + "checksum": "SHA-256:a0ab11eacab76c8eab3daa4290f55d4167b3132a50ca5a5995c4e467869dd45a" + }, + { + "name": "FastBot", + "version": "1.5.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.5.1.zip", + "archiveFileName": "FastBot-1.5.1.zip", + "size": 14945, + "checksum": "SHA-256:4cc88fcfa581ca3127410567b6cb876ad2bbe862b2c39f5b79018e818ab97d69" + }, + { + "name": "FastBot", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.6.0.zip", + "archiveFileName": "FastBot-1.6.0.zip", + "size": 15481, + "checksum": "SHA-256:fe12677af59ec8a0d50867aaedd7def1f374017c67cdc751c9fcf56c15953118" + }, + { + "name": "FastBot", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-1.7.0.zip", + "archiveFileName": "FastBot-1.7.0.zip", + "size": 16028, + "checksum": "SHA-256:0f324f1e8f0dd968c1305cdca63fb55268c1ee0808372bd28211b41a0baae333" + }, + { + "name": "FastBot", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.0.0.zip", + "archiveFileName": "FastBot-2.0.0.zip", + "size": 21778, + "checksum": "SHA-256:b0fc935c755c10dd526d4fba9d0d1b502d47ed6b2e8cbec39fd55fba4809f608" + }, + { + "name": "FastBot", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.1.0.zip", + "archiveFileName": "FastBot-2.1.0.zip", + "size": 23709, + "checksum": "SHA-256:ef8584a37e5417173c97807376f5748c900ca0b15057b4dc570fa101ce979eb2" + }, + { + "name": "FastBot", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.2.0.zip", + "archiveFileName": "FastBot-2.2.0.zip", + "size": 24172, + "checksum": "SHA-256:4d155d247d00452b40195ba5f1026606af0f7054409d79f09cc202046a9157aa" + }, + { + "name": "FastBot", + "version": "2.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.3.0.zip", + "archiveFileName": "FastBot-2.3.0.zip", + "size": 24534, + "checksum": "SHA-256:1ead6f4bae0513505cccef40a2031082e586ed0215ca7369f15c195d75342869" + }, + { + "name": "FastBot", + "version": "2.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.4.0.zip", + "archiveFileName": "FastBot-2.4.0.zip", + "size": 24939, + "checksum": "SHA-256:1d7524b04db7e8342897d45abce4c49e5d595e128f97fb97961707c46bdc32fe" + }, + { + "name": "FastBot", + "version": "2.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.5.0.zip", + "archiveFileName": "FastBot-2.5.0.zip", + "size": 25220, + "checksum": "SHA-256:2712314720fa4a38562ee6db4929120e30f2ef68ca842859697086eaa6039d57" + }, + { + "name": "FastBot", + "version": "2.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.6.0.zip", + "archiveFileName": "FastBot-2.6.0.zip", + "size": 27764, + "checksum": "SHA-256:a11fba82f8e81f4eddbbb957c9ad769324f0ea000d9bf6c014b140ed0b99e783" + }, + { + "name": "FastBot", + "version": "2.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.7.0.zip", + "archiveFileName": "FastBot-2.7.0.zip", + "size": 28931, + "checksum": "SHA-256:31b05119d6547d64c0bee5649cca688bb4dea042eb6a88172a2181e629f458c3" + }, + { + "name": "FastBot", + "version": "2.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.8.0.zip", + "archiveFileName": "FastBot-2.8.0.zip", + "size": 29143, + "checksum": "SHA-256:fbb23c5f6dff9e0b5f0f3dc71b195cb45ca41a8d15e7f2b262cafc8056542b8c" + }, + { + "name": "FastBot", + "version": "2.9.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.9.0.zip", + "archiveFileName": "FastBot-2.9.0.zip", + "size": 36681, + "checksum": "SHA-256:e54e67fd040f373fc9f772a7bc5f60e106df5525ff8cf0c9ec48785aabafa734" + }, + { + "name": "FastBot", + "version": "2.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.10.0.zip", + "archiveFileName": "FastBot-2.10.0.zip", + "size": 41303, + "checksum": "SHA-256:a4340921b8fc044fa7b888ae8403717c5f1a437ca8fbeb6792c8db30128cc42c" + }, + { + "name": "FastBot", + "version": "2.11.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.11.0.zip", + "archiveFileName": "FastBot-2.11.0.zip", + "size": 45011, + "checksum": "SHA-256:171611f019d991558b1c9e9b71c7d8813b483b541add50b993d6e2b19247f388" + }, + { + "name": "FastBot", + "version": "2.12.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.12.0.zip", + "archiveFileName": "FastBot-2.12.0.zip", + "size": 45496, + "checksum": "SHA-256:12d6c9d44b04fe0eb099bc540dce0b07bdbc99239c9514a30c4b914f988751c8" + }, + { + "name": "FastBot", + "version": "2.13.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.13.0.zip", + "archiveFileName": "FastBot-2.13.0.zip", + "size": 353391, + "checksum": "SHA-256:52eef570cf104d84c8144e199a33783895f82a2417a549159f9e9bd61fead086" + }, + { + "name": "FastBot", + "version": "2.14.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.14.0.zip", + "archiveFileName": "FastBot-2.14.0.zip", + "size": 354151, + "checksum": "SHA-256:24dfe40a54cce1b46ec3e00d603cdd353b7668c606e130e306ba382f6a011bea" + }, + { + "name": "FastBot", + "version": "2.15.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.15.0.zip", + "archiveFileName": "FastBot-2.15.0.zip", + "size": 355843, + "checksum": "SHA-256:1261f076f21e3cfeb66e14ab83033a1430a818767dab61ddad87ed614d72a2a2" + }, + { + "name": "FastBot", + "version": "2.16.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.16.0.zip", + "archiveFileName": "FastBot-2.16.0.zip", + "size": 356317, + "checksum": "SHA-256:676f8c14eef0c86c8fe8b2e431a7689b157af3ed8b9e47584071413db66047f5" + }, + { + "name": "FastBot", + "version": "2.17.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.17.0.zip", + "archiveFileName": "FastBot-2.17.0.zip", + "size": 357732, + "checksum": "SHA-256:2fc8b9e96662285622579b162d71c18798d760e33e2c9e1fba67637acdc031c3" + }, + { + "name": "FastBot", + "version": "2.17.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.17.1.zip", + "archiveFileName": "FastBot-2.17.1.zip", + "size": 357866, + "checksum": "SHA-256:eb1d260bb330e9c8eb36354a3213ad1fda3364b64b51b064979ce40ecaff0abc" + }, + { + "name": "FastBot", + "version": "2.18.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.18.0.zip", + "archiveFileName": "FastBot-2.18.0.zip", + "size": 359837, + "checksum": "SHA-256:c17212a13de1fafb3fb15bb64063dbcc08ca626071edb48b55a17e83bf6d00e8" + }, + { + "name": "FastBot", + "version": "2.19.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for Telegram bot (messages and menus)", + "paragraph": "Simple library for Telegram bot (messages and menus)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.19.0.zip", + "archiveFileName": "FastBot-2.19.0.zip", + "size": 360153, + "checksum": "SHA-256:d9e7e7ac62f5abda0d2977f76bdd58cced13acb9398439906ebf85b25969331d" + }, + { + "name": "FastBot", + "version": "2.20.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "ESP8266/ESP32 library for Telegram bot (messages, menus, RTC time sync, OTA update)", + "paragraph": "ESP8266/ESP32 library for Telegram bot (messages, menus, RTC time sync, OTA update)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.20.0.zip", + "archiveFileName": "FastBot-2.20.0.zip", + "size": 944576, + "checksum": "SHA-256:8682025e5dbbda22c10ffb34dce67bbe344627f9f95d5dc2a46240fdbc2747cb" + }, + { + "name": "FastBot", + "version": "2.21.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "ESP8266/ESP32 library for Telegram bot (messages, menus, RTC time sync, OTA update)", + "paragraph": "ESP8266/ESP32 library for Telegram bot (messages, menus, RTC time sync, OTA update)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.21.0.zip", + "archiveFileName": "FastBot-2.21.0.zip", + "size": 944639, + "checksum": "SHA-256:2cfc68e9d76863aaae7fd1464ae1795bd0a5bbce174df6d9784c5b9c6dbc5e95" + }, + { + "name": "FastBot", + "version": "2.22.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "paragraph": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.22.0.zip", + "archiveFileName": "FastBot-2.22.0.zip", + "size": 944981, + "checksum": "SHA-256:a78c148c5ac76690a3404cea46f2fbc6310bd65d52a5dd752e383430dc705915" + }, + { + "name": "FastBot", + "version": "2.23.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "paragraph": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.23.0.zip", + "archiveFileName": "FastBot-2.23.0.zip", + "size": 945042, + "checksum": "SHA-256:fe6a8cb94020f4ecf3210a47e75aa6e252ca3728b4c0a2891e3a15fe7d40c4c7" + }, + { + "name": "FastBot", + "version": "2.24.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "paragraph": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.24.0.zip", + "archiveFileName": "FastBot-2.24.0.zip", + "size": 945140, + "checksum": "SHA-256:b47128cde2d8f39c1497f4fd420a3b68fd49730b39cd11824dce6266fa01c5b1" + }, + { + "name": "FastBot", + "version": "2.25.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "paragraph": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.25.0.zip", + "archiveFileName": "FastBot-2.25.0.zip", + "size": 945850, + "checksum": "SHA-256:609476362726b7c6fb80acb42d759e35c573d186086422529d6fc3b3a0cbbdd5" + }, + { + "name": "FastBot", + "version": "2.26.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "paragraph": "Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)", + "website": "https://github.com/GyverLibs/FastBot", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/FastBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FastBot-2.26.0.zip", + "archiveFileName": "FastBot-2.26.0.zip", + "size": 946002, + "checksum": "SHA-256:da9b9a3d3a7e6cff6382df14a4c2f57c2fbb659482c6261574758e2f520ce956" + }, + { + "name": "GyverBus", + "version": "2.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Communicating by GBUS interface", + "paragraph": "Communicating by GBUS interface", + "website": "https://github.com/GyverLibs/GyverBus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBus-2.4.0.zip", + "archiveFileName": "GyverBus-2.4.0.zip", + "size": 56128, + "checksum": "SHA-256:d86bd7aeb1948750391e401371ad926ac596b6380142a25ed30c368ca1fb35ce" + }, + { + "name": "GyverBus", + "version": "2.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Communicating by GBUS interface", + "paragraph": "Communicating by GBUS interface", + "website": "https://github.com/GyverLibs/GyverBus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBus-2.5.0.zip", + "archiveFileName": "GyverBus-2.5.0.zip", + "size": 62672, + "checksum": "SHA-256:43e97caa22b737ef367aba1fff4018227616b77d2c9a3c6c63fae847bf8fd1d1" + }, + { + "name": "Gyver433", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.0.0.zip", + "archiveFileName": "Gyver433-1.0.0.zip", + "size": 315760, + "checksum": "SHA-256:6558c7c4e1cc8bb52501e879e1300c2b0acf675a8b2a8c58e67423aa1eeba70a" + }, + { + "name": "Gyver433", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.1.0.zip", + "archiveFileName": "Gyver433-1.1.0.zip", + "size": 320764, + "checksum": "SHA-256:163611c0e661412e76d44c6a6f22bf446566b40257b3f275b1877fe67413974f" + }, + { + "name": "Gyver433", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.2.0.zip", + "archiveFileName": "Gyver433-1.2.0.zip", + "size": 321453, + "checksum": "SHA-256:e6cb820a2d16a855fd94ba9e62ba9f6b249037cbc375a65513d78c9c2a4824d9" + }, + { + "name": "Gyver433", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.3.0.zip", + "archiveFileName": "Gyver433-1.3.0.zip", + "size": 321773, + "checksum": "SHA-256:5214efc7b8b3c7c623ddbea2bbfc7d6e2131229b96445faf3ea62c2ec18f931a" + }, + { + "name": "Gyver433", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.4.0.zip", + "archiveFileName": "Gyver433-1.4.0.zip", + "size": 322148, + "checksum": "SHA-256:4d0506bf2c955de1a6f0e86106630f73412b435450e4bc88a462a3ca42de7fe4" + }, + { + "name": "Gyver433", + "version": "1.4.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-1.4.1.zip", + "archiveFileName": "Gyver433-1.4.1.zip", + "size": 321651, + "checksum": "SHA-256:5b79784f113de7f7bbe9c71d1229626d0f3a71fb4984ea1d1275fb3ab5ea615b" + }, + { + "name": "Gyver433", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-2.0.0.zip", + "archiveFileName": "Gyver433-2.0.0.zip", + "size": 321119, + "checksum": "SHA-256:d65619ee2362591f0b974b0769a144cb0e7761da321827e5c9181cf702b1042a" + }, + { + "name": "Gyver433", + "version": "2.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for 433 MHz radio", + "paragraph": "Simple library for 433 MHz radio", + "website": "https://github.com/GyverLibs/Gyver433", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Gyver433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Gyver433-2.0.1.zip", + "archiveFileName": "Gyver433-2.0.1.zip", + "size": 635476, + "checksum": "SHA-256:58b11f3b2e1807bae3d4679a3b9c071a2f2a0ea0e9630bd2b0629bac2f507001" + }, + { + "name": "AsyncStream", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Async read from Stream objects (Serial, etc)", + "paragraph": "Async read from Stream objects (Serial, etc)", + "website": "https://github.com/GyverLibs/AsyncStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/AsyncStream.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AsyncStream-1.0.0.zip", + "archiveFileName": "AsyncStream-1.0.0.zip", + "size": 5870, + "checksum": "SHA-256:58122c259304126152af7c963ea3c19be547f48ce20baf43bcc2c97d14b8d2e1" + }, + { + "name": "AsyncStream", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Async read from Stream objects (Serial, etc)", + "paragraph": "Async read from Stream objects (Serial, etc)", + "website": "https://github.com/GyverLibs/AsyncStream", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/AsyncStream.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/AsyncStream-1.1.0.zip", + "archiveFileName": "AsyncStream-1.1.0.zip", + "size": 8170, + "checksum": "SHA-256:73ea21f56bf4272cc85297f2445bb3f6f35d2949ed36a93bd879d20834325028" + }, + { + "name": "GParser", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings", + "paragraph": "Fast library for parsing cstring into substrings", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.0.0.zip", + "archiveFileName": "GParser-1.0.0.zip", + "size": 7409, + "checksum": "SHA-256:32613d9ebb97c675c085328e12efe2630bfd10868ec5100f315ecefa648b5bb0" + }, + { + "name": "GParser", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings", + "paragraph": "Fast library for parsing cstring into substrings", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.1.0.zip", + "archiveFileName": "GParser-1.1.0.zip", + "size": 11425, + "checksum": "SHA-256:1a8a6c1a9db1d49462ca0fa213589c1b9772567b5312c8b80ea44942fd2ebdd2" + }, + { + "name": "GParser", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings", + "paragraph": "Fast library for parsing cstring into substrings", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.2.0.zip", + "archiveFileName": "GParser-1.2.0.zip", + "size": 11551, + "checksum": "SHA-256:a60e5fe520d1e3958cfff15b2b2af74f98a2231f8497e7f2d16b0be818311b48" + }, + { + "name": "GParser", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings", + "paragraph": "Fast library for parsing cstring into substrings", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.3.0.zip", + "archiveFileName": "GParser-1.3.0.zip", + "size": 11779, + "checksum": "SHA-256:add49c9974b40d24848c9c59ec9904a3ad654a4a40b024d59aed1e3db6384a83" + }, + { + "name": "GParser", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings", + "paragraph": "Fast library for parsing cstring into substrings", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.3.1.zip", + "archiveFileName": "GParser-1.3.1.zip", + "size": 11806, + "checksum": "SHA-256:10aed692e5307c924c664ea8343d2565252d96ffcde7e16eeb9871d678011c8b" + }, + { + "name": "GParser", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings, urlencode, unicode encode for Arduino", + "paragraph": "Fast library for parsing cstring into substrings, urlencode, unicode encode for Arduino", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.4.0.zip", + "archiveFileName": "GParser-1.4.0.zip", + "size": 17602, + "checksum": "SHA-256:ca0473af45cc7bf27d30de4519e366612b23d570a648b52d3e711de89c1b939e" + }, + { + "name": "GParser", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast library for parsing cstring into substrings, urlencode, unicode encode for Arduino", + "paragraph": "Fast library for parsing cstring into substrings, urlencode, unicode encode for Arduino", + "website": "https://github.com/GyverLibs/GParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GParser-1.5.0.zip", + "archiveFileName": "GParser-1.5.0.zip", + "size": 18332, + "checksum": "SHA-256:8e5d9117342ea3d2cf1972e5383e081d532003710c62594160d53c56f095f90c" + }, + { + "name": "GyverPWM", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced PWM settings of AVR", + "paragraph": "Library for advanced PWM settings of AVR", + "website": "https://github.com/GyverLibs/GyverPWM", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPWM-1.4.0.zip", + "archiveFileName": "GyverPWM-1.4.0.zip", + "size": 144082, + "checksum": "SHA-256:5973867ea701e7bab60d72d36618ce9ec4bd965ab021260c98a5ffe25d0bb96f" + }, + { + "name": "GyverPWM", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced PWM settings of AVR", + "paragraph": "Library for advanced PWM settings of AVR", + "website": "https://github.com/GyverLibs/GyverPWM", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPWM-1.5.0.zip", + "archiveFileName": "GyverPWM-1.5.0.zip", + "size": 143389, + "checksum": "SHA-256:f5ef7047e33c9bf09ef179c30a0b8b0045cc13ce201be30d3ea6857fa0da4567" + }, + { + "name": "GyverPWM", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced PWM settings of AVR", + "paragraph": "Library for advanced PWM settings of AVR", + "website": "https://github.com/GyverLibs/GyverPWM", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPWM-1.6.0.zip", + "archiveFileName": "GyverPWM-1.6.0.zip", + "size": 147395, + "checksum": "SHA-256:de0790fdd94bf5c1b998a59e56ce39e97d498c24a809d52260f62626edec700e" + }, + { + "name": "GyverUART", + "version": "1.10.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light and fast Serial library", + "paragraph": "Light and fast Serial library", + "website": "https://github.com/GyverLibs/GyverUART", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverUART.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverUART-1.10.0.zip", + "archiveFileName": "GyverUART-1.10.0.zip", + "size": 9551, + "checksum": "SHA-256:8a774c23e1ab37efcb884c7a35b1c2a38ff77ebe8cfd2a37f9e333b10fac4d49" + }, + { + "name": "GyverTimer", + "version": "3.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple timer with period/timeout modes on millis", + "paragraph": "Simple timer with period/timeout modes on millis", + "website": "https://github.com/GyverLibs/GyverTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTimer-3.2.0.zip", + "archiveFileName": "GyverTimer-3.2.0.zip", + "size": 194487, + "checksum": "SHA-256:ebdf27790838b10530e598cb8755df3cfaf829a7a4ba40ef5e7c9ee8301741ef" + }, + { + "name": "TimerMs", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced software timer (based on millis())", + "paragraph": "Advanced software timer (based on millis())", + "website": "https://github.com/GyverLibs/TimerMs", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/TimerMs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/TimerMs-1.0.0.zip", + "archiveFileName": "TimerMs-1.0.0.zip", + "size": 6650, + "checksum": "SHA-256:9ea0af6b6d73bcf3deb2247027672d06846b938a19a008fa257d3bb3f0d87045" + }, + { + "name": "TimerMs", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced software timer (based on millis())", + "paragraph": "Advanced software timer (based on millis())", + "website": "https://github.com/GyverLibs/TimerMs", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/TimerMs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/TimerMs-1.1.0.zip", + "archiveFileName": "TimerMs-1.1.0.zip", + "size": 6824, + "checksum": "SHA-256:31d3469d55bfcae33e74ebd98b0e999957ef001d64ff9bf08760d2917a3b3119" + }, + { + "name": "TimerMs", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced software timer (based on millis())", + "paragraph": "Advanced software timer (based on millis())", + "website": "https://github.com/GyverLibs/TimerMs", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/TimerMs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/TimerMs-1.1.1.zip", + "archiveFileName": "TimerMs-1.1.1.zip", + "size": 8693, + "checksum": "SHA-256:4760dca8bf55d92f0ef4abe461c2b3b51ec68205636319c60bca96a0f174a1d3" + }, + { + "name": "TimerMs", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Advanced software timer (based on millis())", + "paragraph": "Advanced software timer (based on millis())", + "website": "https://github.com/GyverLibs/TimerMs", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/TimerMs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/TimerMs-1.2.0.zip", + "archiveFileName": "TimerMs-1.2.0.zip", + "size": 9394, + "checksum": "SHA-256:70e6138bee40c19a4676f33dd58931fc91703867e978ae3fe6cfb17511d0bb27" + }, + { + "name": "GyverPower", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-1.6.0.zip", + "archiveFileName": "GyverPower-1.6.0.zip", + "size": 27903, + "checksum": "SHA-256:af22f903535366c0669aed29d9ab06be9d48201a881bc1b0fcbcb01a4e4b43fd" + }, + { + "name": "GyverPower", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-1.7.0.zip", + "archiveFileName": "GyverPower-1.7.0.zip", + "size": 28029, + "checksum": "SHA-256:ffb8eb25ab4da075e349a09e6ef034d5cf1f1b353ec83d1f9621afb4b46b2756" + }, + { + "name": "GyverPower", + "version": "1.8.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-1.8.0.zip", + "archiveFileName": "GyverPower-1.8.0.zip", + "size": 28065, + "checksum": "SHA-256:f377ddee962b0ab48b154222deb6d954d6f164e83567cd6e6dd7e152354f9ec3" + }, + { + "name": "GyverPower", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-2.0.0.zip", + "archiveFileName": "GyverPower-2.0.0.zip", + "size": 29041, + "checksum": "SHA-256:1e170e392c6138a3084571a9cae11ac040ea70dfdd5dc457f7ad18e9f73bcbb3" + }, + { + "name": "GyverPower", + "version": "2.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-2.0.1.zip", + "archiveFileName": "GyverPower-2.0.1.zip", + "size": 29090, + "checksum": "SHA-256:511c916a8a7546a709f0b21db90178b2fee35914a91b1b205750d4ba10c2b35b" + }, + { + "name": "GyverPower", + "version": "2.0.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-2.0.2.zip", + "archiveFileName": "GyverPower-2.0.2.zip", + "size": 29176, + "checksum": "SHA-256:a4305b72f048d7909f7b6ee03b1fec9a5e3ffae91c8a61220e3c4f696d49c784" + }, + { + "name": "GyverPower", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-2.1.0.zip", + "archiveFileName": "GyverPower-2.1.0.zip", + "size": 29479, + "checksum": "SHA-256:0328a07ae1061fa23b1ea2186ee64fd26c5427859fc02b24f0445928c115ef56" + }, + { + "name": "GyverPower", + "version": "2.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for power management of AVR", + "paragraph": "Library for power management of AVR", + "website": "https://github.com/GyverLibs/GyverPower", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPower-2.2.0.zip", + "archiveFileName": "GyverPower-2.2.0.zip", + "size": 33091, + "checksum": "SHA-256:6e9d4c2f60a7722f0d46591f53f40881e3179df0f694870c6dc2bed8d10e2e66" + }, + { + "name": "GyverOS", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple task manager for Arduino", + "paragraph": "Simple task manager for Arduino", + "website": "https://github.com/GyverLibs/GyverOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOS-1.0.0.zip", + "archiveFileName": "GyverOS-1.0.0.zip", + "size": 8768, + "checksum": "SHA-256:a399228189a222ff2c9dfc2d23ad5dd05a1bce4ac7d2f1ef421382b8efefcdbc" + }, + { + "name": "GyverOS", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple task manager for Arduino", + "paragraph": "Simple task manager for Arduino", + "website": "https://github.com/GyverLibs/GyverOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOS-1.1.0.zip", + "archiveFileName": "GyverOS-1.1.0.zip", + "size": 9087, + "checksum": "SHA-256:145c27422e5ef0810e01ddba7aa57887930f11ceb533bce6a632ca4f46830a04" + }, + { + "name": "GyverOS", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple task manager for Arduino", + "paragraph": "Simple task manager for Arduino", + "website": "https://github.com/GyverLibs/GyverOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOS-1.2.0.zip", + "archiveFileName": "GyverOS-1.2.0.zip", + "size": 9201, + "checksum": "SHA-256:3aaae82889e9afef2b9ef9c8cd339587cc8d1ead79c71dc395dd4869d56c0d89" + }, + { + "name": "GyverOS", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple task manager for Arduino", + "paragraph": "Simple task manager for Arduino", + "website": "https://github.com/GyverLibs/GyverOS", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOS-1.2.1.zip", + "archiveFileName": "GyverOS-1.2.1.zip", + "size": 11423, + "checksum": "SHA-256:3265f958d076c7155ad4a0af4f5daa6364f4154cf058749b3a9963b05bf2ac07" + }, + { + "name": "buildTime", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library will help you to get compile time", + "paragraph": "Library will help you to get compile time", + "website": "https://github.com/GyverLibs/buildTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/buildTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/buildTime-1.0.0.zip", + "archiveFileName": "buildTime-1.0.0.zip", + "size": 5416, + "checksum": "SHA-256:5d3622babbc42cb3226eb4d9927f06e9c96c24eda3c83a17152ebf8a268280bf" + }, + { + "name": "MS5x", + "version": "1.0.0", + "author": "LifeWithMatthew", + "maintainer": "LifeWithMatthew \u003clifewithmatthew@yahoo.com\u003e", + "sentence": "Library for digital pressure sensors MS5xxx by Measurement Specialties (MEAS)", + "paragraph": "This library allows for the communication with MS5xxx pressure sensors, such as the MS5607, MS5611, MS58xx, and MS57xx sensors, over i2c", + "website": "https://github.com/abishur/arduino-ms5x", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/abishur/ms5x.git", + "providesIncludes": [ + "MS5x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/abishur/MS5x-1.0.0.zip", + "archiveFileName": "MS5x-1.0.0.zip", + "size": 37845, + "checksum": "SHA-256:2d25e3b0c2d8db57014a13d354c4a7eb5b9f552bfefc85c1d425ab93e836b5e8" + }, + { + "name": "CanBusData_asukiaaa", + "version": "0.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It defines data frame of CAN bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusData-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusData-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusData_asukiaaa-0.1.0.zip", + "archiveFileName": "CanBusData_asukiaaa-0.1.0.zip", + "size": 1416, + "checksum": "SHA-256:4925128bc1c907f0870ff4d0ba4d246474c5d5ecbd890849cf90cd7386b7e37d" + }, + { + "name": "CanBusData_asukiaaa", + "version": "0.2.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It defines data frame of CAN bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusData-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusData-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusData_asukiaaa-0.2.0.zip", + "archiveFileName": "CanBusData_asukiaaa-0.2.0.zip", + "size": 3061, + "checksum": "SHA-256:0c927936c2adecaab2f918d102423772b6990c84ea3c0c04c46469565a15a71c" + }, + { + "name": "CanBusData_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It defines data frame of CAN bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusData-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusData-arduino.git", + "dependencies": [ + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusData_asukiaaa-1.0.0.zip", + "archiveFileName": "CanBusData_asukiaaa-1.0.0.zip", + "size": 2964, + "checksum": "SHA-256:33c3260a0f6c77531d0f807d0749e16cfd2759df87a81cbc159be16309c86f2e" + }, + { + "name": "CanBusData_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It defines data frame of CAN bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusData-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusData-arduino.git", + "dependencies": [ + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusData_asukiaaa-1.0.1.zip", + "archiveFileName": "CanBusData_asukiaaa-1.0.1.zip", + "size": 2973, + "checksum": "SHA-256:bb44f5b35eede30e5c84a7d52f236bad40d5391ffd597b59d8dbb124dcfd4b57" + }, + { + "name": "CanBusMCP2515_asukiaaa", + "version": "0.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-0.1.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-0.1.0.zip", + "size": 2398, + "checksum": "SHA-256:42d6123d4e7ae573f0041dd30326376b04c1f798fc4fcbcddf584baefeea2bfc" + }, + { + "name": "CanBusMCP2515_asukiaaa", + "version": "0.2.0", + "author": "Pierre Molinaro, Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-0.2.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-0.2.0.zip", + "size": 19461, + "checksum": "SHA-256:4b1a48d35f22dc821d0761dade7263cdb1ad994cdb855f51c2aab8a0e213243f" + }, + { + "name": "CanBusMCP2515_asukiaaa", + "version": "1.0.0", + "author": "Pierre Molinaro, Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-1.0.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-1.0.0.zip", + "size": 20586, + "checksum": "SHA-256:2bafca79f03af8b2424a26970fbd5cf65e93083bd2f047c63ec7c1db22b0f7d5" + }, + { + "name": "CanBusMCP2515_asukiaaa", + "version": "1.1.0", + "author": "Pierre Molinaro, Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-1.1.0.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-1.1.0.zip", + "size": 20666, + "checksum": "SHA-256:aa4caaa67b74cc6436d333582e56c04dedc3ddd5f8c8b5c54cf3a52997f228c2" + }, + { + "name": "CanBusMCP2515_asukiaaa", + "version": "1.1.1", + "author": "Pierre Molinaro, Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with MCP2515 or MCP25625 on SPI to use CAN Bus.", + "paragraph": "It supports CAN 2.0B.", + "website": "https://github.com/asukiaaa/CanBusMCP2515-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/CanBusMCP2515-arduino.git", + "dependencies": [ + { + "name": "CanBusData_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/CanBusMCP2515_asukiaaa-1.1.1.zip", + "archiveFileName": "CanBusMCP2515_asukiaaa-1.1.1.zip", + "size": 20814, + "checksum": "SHA-256:b8d392ab251a40d5301b5e797256f4e641a1273e07305ec631ec6acf9b3016c0" + }, + { + "name": "OttoArduinoLib", + "version": "1.0.0", + "author": "David Leval", + "maintainer": "David Leval", + "sentence": "Arduino library for Otto and Otto Lee robot.", + "paragraph": "OttoArduinoLib contains all the code needed to control the Otto and Otto Lee robot.", + "website": "https://github.com/DLE-Dev/OttoArduinoLib", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DLE-Dev/OttoArduinoLib.git", + "providesIncludes": [ + "Otto.h", + "OttoLee.h" + ], + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DLE-Dev/OttoArduinoLib-1.0.0.zip", + "archiveFileName": "OttoArduinoLib-1.0.0.zip", + "size": 47992, + "checksum": "SHA-256:bc0fd6b2a720902f73577877e23208a9d1aadbfc661d5e00d38c45fe305244ce" + }, + { + "name": "EmbedUI", + "version": "1.1.2", + "author": "Maker Vinod", + "maintainer": "Maker Vinod \u003cmaker.vinodm@gmail.com\u003e", + "sentence": "EmbedUI is an open source Project, for enthusiasts to speed-up \u0026 visualize UI development using Embedded Hardware.", + "paragraph": "EmbedUI makes UI Development simpler \u0026 faster for Embedded Devices without the need of any additional display hardware. Utilizes your Laptop/PC Display Screen to generate the required UI for your application.", + "website": "https://github.com/EmbedUI/EmbedUI-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmbedUI/EmbedUI-Library.git", + "providesIncludes": [ + "EmbedUI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmbedUI/EmbedUI-1.1.2.zip", + "archiveFileName": "EmbedUI-1.1.2.zip", + "size": 24965, + "checksum": "SHA-256:9689e3e9c57e378d75c2fe29b69426b5208f2e0e07a045b0aee726c389441b9e" + }, + { + "name": "SDU_CAR", + "version": "1.0.0", + "author": "Rasmus Hedeager Mikkelsen", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Enables the use of all the functions used by the SDU Car.", + "paragraph": "The purpose of this library is to help students get started working with the SDU Car during the engineering workshops provided by TEK Sønderborg.", + "website": "http://www.sdu.dk/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sdutek/sducar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sdutek/SDU_CAR-1.0.0.zip", + "archiveFileName": "SDU_CAR-1.0.0.zip", + "size": 10086, + "checksum": "SHA-256:df12feaa0fef0fe3de8668e812e0aeb304e61e0af2b48f6e8a9478ee34d9ef39" + }, + { + "name": "SDU_CAR", + "version": "1.1.0", + "author": "Rasmus Hedeager Mikkelsen", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Enables the use of all the functions used by the SDU Car.", + "paragraph": "The purpose of this library is to help students get started working with the SDU Car during the engineering workshops provided by TEK Sønderborg.", + "website": "http://www.sdu.dk/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sdutek/sducar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sdutek/SDU_CAR-1.1.0.zip", + "archiveFileName": "SDU_CAR-1.1.0.zip", + "size": 11431, + "checksum": "SHA-256:43d6cac77fed6f4d0c38e59c3b113b14bc25c284b4261636b24d078071f06cc8" + }, + { + "name": "SDU_CAR", + "version": "1.2.0", + "author": "Rasmus Hedeager Mikkelsen", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Enables the use of all the functions used by the SDU Car.", + "paragraph": "The purpose of this library is to help students get started working with the SDU Car during the engineering workshops provided by TEK Sønderborg.", + "website": "http://www.sdu.dk/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sdutek/sducar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sdutek/SDU_CAR-1.2.0.zip", + "archiveFileName": "SDU_CAR-1.2.0.zip", + "size": 12191, + "checksum": "SHA-256:fb2a18c6d1a33a6563540cc341e1987a48175c82ac660872e3500ead48ce0a8f" + }, + { + "name": "SDU_CAR", + "version": "1.3.0", + "author": "Rasmus Hedeager Mikkelsen", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Enables the use of all the functions used by the SDU Car.", + "paragraph": "The purpose of this library is to help students get started working with the SDU Car during the engineering workshops provided by TEK Sønderborg.", + "website": "http://www.sdu.dk/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sdutek/sducar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sdutek/SDU_CAR-1.3.0.zip", + "archiveFileName": "SDU_CAR-1.3.0.zip", + "size": 13266, + "checksum": "SHA-256:284e5f8510078bdef10fea593d3cc1b405ad2b969733161921772411567e2806" + }, + { + "name": "SDU_CAR", + "version": "1.3.1", + "author": "Rasmus Hedeager Mikkelsen", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Enables the use of all the functions used by the SDU Car.", + "paragraph": "The purpose of this library is to help students get started working with the SDU Car during the engineering workshops provided by TEK Sønderborg.", + "website": "http://www.sdu.dk/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sdutek/sducar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sdutek/SDU_CAR-1.3.1.zip", + "archiveFileName": "SDU_CAR-1.3.1.zip", + "size": 13283, + "checksum": "SHA-256:f41faa81690f60af0946c6128529bbfc46b07caa172a591d248a18ec79e0ab70" + }, + { + "name": "SDU_CAR", + "version": "2.0.0", + "author": "Rasmus Hedeager Mikkelsen", + "maintainer": "SDU Sønderborg, Mechatronics.", + "sentence": "Enables the use of all the functions used by the SDU Car.", + "paragraph": "The purpose of this library is to help students get started working with the SDU Car during the engineering workshops provided by TEK Sønderborg.", + "website": "http://www.sdu.dk/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sdutek/sducar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sdutek/SDU_CAR-2.0.0.zip", + "archiveFileName": "SDU_CAR-2.0.0.zip", + "size": 14509, + "checksum": "SHA-256:8efb3e8dda975d23adeb7fab0f5b03ab22c4cc41571f6f1719fc9d9fff19eb84" + }, + { + "name": "SRF05", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SRF05 distance sensor", + "paragraph": "SRF04", + "website": "https://github.com/RobTillaart/SRF05", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SRF05.git", + "providesIncludes": [ + "SRF05.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SRF05-0.1.0.zip", + "archiveFileName": "SRF05-0.1.0.zip", + "size": 12120, + "checksum": "SHA-256:a077b6ac0099883f0a97cf30f10de2b19f43e82766cfe2d6df5065aecefaffe7" + }, + { + "name": "SRF05", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SRF05 distance sensor", + "paragraph": "SRF04", + "website": "https://github.com/RobTillaart/SRF05", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SRF05.git", + "providesIncludes": [ + "SRF05.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SRF05-0.1.1.zip", + "archiveFileName": "SRF05-0.1.1.zip", + "size": 12866, + "checksum": "SHA-256:5480860b7c13ae8b9b09d8879ac42681f842603e41aa732c6ca7794b5db8208d" + }, + { + "name": "SRF05", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SRF05 distance sensor", + "paragraph": "SRF04", + "website": "https://github.com/RobTillaart/SRF05", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SRF05.git", + "providesIncludes": [ + "SRF05.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SRF05-0.1.2.zip", + "archiveFileName": "SRF05-0.1.2.zip", + "size": 12847, + "checksum": "SHA-256:a2c7666ea6c3255b8ac1e1e2c34834c34bb37a558a3e70d4d6f11d9cfc7c06bb" + }, + { + "name": "SRF05", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SRF05 distance sensor", + "paragraph": "SRF04", + "website": "https://github.com/RobTillaart/SRF05", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SRF05.git", + "providesIncludes": [ + "SRF05.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SRF05-0.1.3.zip", + "archiveFileName": "SRF05-0.1.3.zip", + "size": 13550, + "checksum": "SHA-256:25c2e8ff20dc5e5751b278ccbebfea21516afb95d63c69b4a0b18e2371bcb3bc" + }, + { + "name": "SRF05", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SRF05 distance sensor", + "paragraph": "SRF04", + "website": "https://github.com/RobTillaart/SRF05", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SRF05.git", + "providesIncludes": [ + "SRF05.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SRF05-0.1.4.zip", + "archiveFileName": "SRF05-0.1.4.zip", + "size": 14350, + "checksum": "SHA-256:790ec313bc66692a763a533a10e3e05b58172bf275c2958cddd8b695b40e8716" + }, + { + "name": "SRF05", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SRF05 distance sensor", + "paragraph": "SRF04", + "website": "https://github.com/RobTillaart/SRF05", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SRF05.git", + "providesIncludes": [ + "SRF05.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SRF05-0.1.5.zip", + "archiveFileName": "SRF05-0.1.5.zip", + "size": 14549, + "checksum": "SHA-256:3f78840fcf477cca127943b805511cb772d599b1db5268462e96abd0716f0d24" + }, + { + "name": "wolfssl", + "version": "4.7.1", + "author": "www.wolfssl.com", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "wolfSSL Embedded SSL/TLS Library for Arduino", + "paragraph": "The wolfSSL embedded SSL library is a lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments - primarily because of its small size, speed, and feature set.", + "website": "https://github.com/onelife/Arduino_wolfssl", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/Arduino_wolfssl.git", + "providesIncludes": [ + "wolfssl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/wolfssl-4.7.1.zip", + "archiveFileName": "wolfssl-4.7.1.zip", + "size": 5535395, + "checksum": "SHA-256:b332f51ee3015903a46feffa6738128bf045f17e8b0cdab410ff625f1373a0c0" + }, + { + "name": "wolfssl", + "version": "5.5.4", + "author": "www.wolfssl.com", + "maintainer": "onelife \u003conelife.real@gmail.com\u003e", + "sentence": "wolfSSL Embedded SSL/TLS Library for Arduino", + "paragraph": "The wolfSSL embedded SSL library is a lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments - primarily because of its small size, speed, and feature set.", + "website": "https://github.com/onelife/Arduino_wolfssl", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/onelife/Arduino_wolfssl.git", + "providesIncludes": [ + "wolfssl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/onelife/wolfssl-5.5.4.zip", + "archiveFileName": "wolfssl-5.5.4.zip", + "size": 11371241, + "checksum": "SHA-256:7028e4c78fed163c1daa38517c1ad452e84e5adb60fc6bc8a50863e1bbc07f31" + }, + { + "name": "AT24C256 library", + "version": "1.0.0", + "author": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "maintainer": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "sentence": "Library for the \u003ca href=\"https://ww1.microchip.com/downloads/en/DeviceDoc/doc0670.pdf\"\u003eAT24C256 I2C EEPROM\u003c/a\u003e.", + "paragraph": "Library for the AT24C256 EEPROM used in popular breakout boards", + "website": "https://github.com/dantudose/AT24C256", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dantudose/AT24C256.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dantudose/AT24C256_library-1.0.0.zip", + "archiveFileName": "AT24C256_library-1.0.0.zip", + "size": 15979, + "checksum": "SHA-256:7cedda4e92ecb5e3e1be3e39b298959edf9b9723378cbc8dfdb945c14700a3d4" + }, + { + "name": "rotaryDecoderSwitch", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 2 RE's with a switch", + "website": "https://github.com/RobTillaart/rotaryDecoderSwitch", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoderSwitch.git", + "providesIncludes": [ + "rotaryDecoderSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoderSwitch-0.1.0.zip", + "archiveFileName": "rotaryDecoderSwitch-0.1.0.zip", + "size": 12421, + "checksum": "SHA-256:525f40ae0431fe2ba84820d64a4a36a300dfcdbb54c62e6f185e3b679391bdd7" + }, + { + "name": "rotaryDecoderSwitch", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 2 RE's with a switch", + "website": "https://github.com/RobTillaart/rotaryDecoderSwitch", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoderSwitch.git", + "providesIncludes": [ + "rotaryDecoderSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoderSwitch-0.1.1.zip", + "archiveFileName": "rotaryDecoderSwitch-0.1.1.zip", + "size": 12805, + "checksum": "SHA-256:ade536df5c37edf876dd12b06f423eb3e73de87902ede404dc044ff44b01ff90" + }, + { + "name": "rotaryDecoderSwitch", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to rotary decoder with a PCF8574", + "paragraph": "Supports up to 2 RE's with a switch", + "website": "https://github.com/RobTillaart/rotaryDecoderSwitch", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoderSwitch.git", + "providesIncludes": [ + "rotaryDecoderSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoderSwitch-0.1.2.zip", + "archiveFileName": "rotaryDecoderSwitch-0.1.2.zip", + "size": 12862, + "checksum": "SHA-256:3a03723f6517217898f1594f4d1362b17020bb74a078b6491c48d66433ec5362" + }, + { + "name": "rotaryDecoderSwitch", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for rotary decoder+switch with a PCF8574", + "paragraph": "Supports up to 2 RE's with a switch", + "website": "https://github.com/RobTillaart/rotaryDecoderSwitch", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoderSwitch.git", + "providesIncludes": [ + "rotaryDecoderSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoderSwitch-0.1.3.zip", + "archiveFileName": "rotaryDecoderSwitch-0.1.3.zip", + "size": 13354, + "checksum": "SHA-256:5819c9ca47fb1ebf61c29d0ad47cd3e3ce66616c592abd9e847db38b882af227" + }, + { + "name": "rotaryDecoderSwitch", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for rotary decoder+switch with a PCF8574", + "paragraph": "Supports up to 2 RE's with a switch", + "website": "https://github.com/RobTillaart/rotaryDecoderSwitch", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoderSwitch.git", + "providesIncludes": [ + "rotaryDecoderSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoderSwitch-0.1.4.zip", + "archiveFileName": "rotaryDecoderSwitch-0.1.4.zip", + "size": 13685, + "checksum": "SHA-256:4f663315537f5adb25b31803369672fb1c0982acf84012d65bccb63d5aeb87cf" + }, + { + "name": "rotaryDecoderSwitch", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for rotary decoder+switch with a PCF8574", + "paragraph": "Supports up to 2 RE's with a switch", + "website": "https://github.com/RobTillaart/rotaryDecoderSwitch", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/rotaryDecoderSwitch.git", + "providesIncludes": [ + "rotaryDecoderSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/rotaryDecoderSwitch-0.2.0.zip", + "archiveFileName": "rotaryDecoderSwitch-0.2.0.zip", + "size": 13600, + "checksum": "SHA-256:4da1f4fb27941d0e140962e124cae72d863cdf4a1c8db9d82a9d4e5bd700c793" + }, + { + "name": "LTC2991", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.0.zip", + "archiveFileName": "LTC2991-0.1.0.zip", + "size": 13691, + "checksum": "SHA-256:693105f0b7a20e7b1338464e037a159baf951cc924ff2bffbb1f9c3de9c889dd" + }, + { + "name": "LTC2991", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.1.zip", + "archiveFileName": "LTC2991-0.1.1.zip", + "size": 14238, + "checksum": "SHA-256:e602db65930903e47ff9efce788048582bc150d77b4f87950b1637737d3dd9e4" + }, + { + "name": "LTC2991", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.2.zip", + "archiveFileName": "LTC2991-0.1.2.zip", + "size": 14350, + "checksum": "SHA-256:e3f6747c0583a33a0f594fe6f70740696dd313557434e43b7d5750f9f3e70b82" + }, + { + "name": "LTC2991", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.3.zip", + "archiveFileName": "LTC2991-0.1.3.zip", + "size": 14796, + "checksum": "SHA-256:e1d23eb10e73db6cb3f06c32f6d4c571831f69645ab290b7a2b81c579dba3314" + }, + { + "name": "LTC2991", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.4.zip", + "archiveFileName": "LTC2991-0.1.4.zip", + "size": 14944, + "checksum": "SHA-256:d0347d45622ddf884aa9fc09fb15d4dd8c9b966f15f53392213179528ebd015c" + }, + { + "name": "LTC2991", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.5.zip", + "archiveFileName": "LTC2991-0.1.5.zip", + "size": 15722, + "checksum": "SHA-256:b2b35360c695f4fc82bb2b34c49bb418c224a2c501a015a38022ee5e2bd879b9" + }, + { + "name": "LTC2991", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.1.6.zip", + "archiveFileName": "LTC2991-0.1.6.zip", + "size": 16143, + "checksum": "SHA-256:8dcacddd425204fb17d3c1b2a6880ae38702a7cc7598693994cec446a69bd298" + }, + { + "name": "LTC2991", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for LTC2991 temperature and voltage control IC", + "website": "https://github.com/RobTillaart/LTC2991", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/LTC2991.git", + "providesIncludes": [ + "LTC2991.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LTC2991-0.2.0.zip", + "archiveFileName": "LTC2991-0.2.0.zip", + "size": 16119, + "checksum": "SHA-256:799c29a3178f1be6192b200035cdc71759875e900e4992c8b382d0b43de1142c" + }, + { + "name": "AD5144A", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.0.zip", + "archiveFileName": "AD5144A-0.1.0.zip", + "size": 17110, + "checksum": "SHA-256:37502823681cad72631068d6596b718f661731da617af53b2eb38d7430b49c9c" + }, + { + "name": "AD5144A", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.1.zip", + "archiveFileName": "AD5144A-0.1.1.zip", + "size": 17254, + "checksum": "SHA-256:29beb68796f291f83816b7cc7b2a45fda774e71bc00fa2b5c241430f5d4f1974" + }, + { + "name": "AD5144A", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.2.zip", + "archiveFileName": "AD5144A-0.1.2.zip", + "size": 17533, + "checksum": "SHA-256:7dc54f718f3112859d578238f88cb48ca83c9a9b1179a9305facc4a3dba424e1" + }, + { + "name": "AD5144A", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.3.zip", + "archiveFileName": "AD5144A-0.1.3.zip", + "size": 18505, + "checksum": "SHA-256:1e1db8879a198f5f239124b6e4fe2036999288dbbf5eeaa66bdbc9e85be81b7d" + }, + { + "name": "AD5144A", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A", + "paragraph": "4 Channel digital potentiometer", + "website": "https://github.com/RobTillaart/AD5144A", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.4.zip", + "archiveFileName": "AD5144A-0.1.4.zip", + "size": 18926, + "checksum": "SHA-256:2a745e20a21e7fab71928d495020ed40fe4b856cb24ed07620b65201589038ba" + }, + { + "name": "AD5144A", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.5.zip", + "archiveFileName": "AD5144A-0.1.5.zip", + "size": 19921, + "checksum": "SHA-256:8dc501dd99cc06177f23a01e513da22e49979d48d427479e751d5e1cbd47ad20" + }, + { + "name": "AD5144A", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.6.zip", + "archiveFileName": "AD5144A-0.1.6.zip", + "size": 20055, + "checksum": "SHA-256:61d07cc30d8e1dbb760b1c29f05baf7c148b55d467b8b313c8465d0a5a77e075" + }, + { + "name": "AD5144A", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.7.zip", + "archiveFileName": "AD5144A-0.1.7.zip", + "size": 20112, + "checksum": "SHA-256:3c42092534eae02085accb4677c8cf372d98c9810964ceff8da99bad084200e2" + }, + { + "name": "AD5144A", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.8.zip", + "archiveFileName": "AD5144A-0.1.8.zip", + "size": 20050, + "checksum": "SHA-256:a654c258f9a25625871924dafe12bcebfb2201cfd10d789830de8d0ef34d99d7" + }, + { + "name": "AD5144A", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer.", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.1.9.zip", + "archiveFileName": "AD5144A-0.1.9.zip", + "size": 20539, + "checksum": "SHA-256:fd943196352796669cf852d8934ff9787b6089d6ca393aa9d52e1a136d678fb4" + }, + { + "name": "AD5144A", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer.", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.2.0.zip", + "archiveFileName": "AD5144A-0.2.0.zip", + "size": 20570, + "checksum": "SHA-256:e53c6c16074f5d964b5b5311f26b13bf572f78e56b1979eee5b5ab2c29c83dd9" + }, + { + "name": "AD5144A", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer.", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.2.1.zip", + "archiveFileName": "AD5144A-0.2.1.zip", + "size": 20789, + "checksum": "SHA-256:82caacaf68e0dc98fbe1bcec34990980079d22dccb930469de16995948da82f1" + }, + { + "name": "AD5144A", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5144A 4 Channel digital potentiometer.", + "paragraph": "Also for AD5123, AD5124, AD5143, AD5144, AD5144A, AD5122A, AD5142A, AD5121, AD5141", + "website": "https://github.com/RobTillaart/AD5144A.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AD5144A.git", + "providesIncludes": [ + "AD5144A.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5144A-0.3.0.zip", + "archiveFileName": "AD5144A-0.3.0.zip", + "size": 20805, + "checksum": "SHA-256:2846563205fe6eeee5061df4af50221878e02b856a9a04424a50100d844af076" + }, + { + "name": "ICM20948_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.0.zip", + "archiveFileName": "ICM20948_WE-1.0.0.zip", + "size": 460255, + "checksum": "SHA-256:5516254b39a93a54a5b473c0fe219500eaba1770c71cef0c3d01ff32fdf250c5" + }, + { + "name": "ICM20948_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.1.zip", + "archiveFileName": "ICM20948_WE-1.0.1.zip", + "size": 462219, + "checksum": "SHA-256:3dd79eb2f01f4c87772c03029dafea51aa389e9b01bc95efa13860fc481c03ab" + }, + { + "name": "ICM20948_WE", + "version": "1.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.2.zip", + "archiveFileName": "ICM20948_WE-1.0.2.zip", + "size": 412086, + "checksum": "SHA-256:884a95ecfbc305a0f69c4690f41f43be05b8b3a20832df79dc8fe92c1907e2fa" + }, + { + "name": "ICM20948_WE", + "version": "1.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.3.zip", + "archiveFileName": "ICM20948_WE-1.0.3.zip", + "size": 412048, + "checksum": "SHA-256:a2c75ae4bcc4e0c8224a630149757f0ec776a71dff36c5cacb9e6a6dc3a569b1" + }, + { + "name": "ICM20948_WE", + "version": "1.0.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.4.zip", + "archiveFileName": "ICM20948_WE-1.0.4.zip", + "size": 412514, + "checksum": "SHA-256:1ce58fc6e4b7a1fce7f36383bbc5a819aef67a75ba6dee435841246963b849a7" + }, + { + "name": "ICM20948_WE", + "version": "1.0.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.5.zip", + "archiveFileName": "ICM20948_WE-1.0.5.zip", + "size": 412515, + "checksum": "SHA-256:bee18c6bbdf7e3c88f44c1324fd2af5af0e6d59f4116c1a58385b1d562930a37" + }, + { + "name": "ICM20948_WE", + "version": "1.0.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.6.zip", + "archiveFileName": "ICM20948_WE-1.0.6.zip", + "size": 419668, + "checksum": "SHA-256:70f649ea0331a13905982b30ba94cedb988d9aac6a21cf46950813939ea2f60f" + }, + { + "name": "ICM20948_WE", + "version": "1.0.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.0.7.zip", + "archiveFileName": "ICM20948_WE-1.0.7.zip", + "size": 419710, + "checksum": "SHA-256:c607b2ab90172b4102869c33c5097e6306dcff4caf6f1abae5daa831ce23f42a" + }, + { + "name": "ICM20948_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.1.0.zip", + "archiveFileName": "ICM20948_WE-1.1.0.zip", + "size": 852023, + "checksum": "SHA-256:57bb23062c1b7fabd830987a3cd89686006ce5612d5ec1f0a32cc6929992858a" + }, + { + "name": "ICM20948_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.1.1.zip", + "archiveFileName": "ICM20948_WE-1.1.1.zip", + "size": 852198, + "checksum": "SHA-256:60e2978dbcd3449bbd8ba0cebee58b16939c43c162f3fafdde69d81ad6fd6493" + }, + { + "name": "ICM20948_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.1.2.zip", + "archiveFileName": "ICM20948_WE-1.1.2.zip", + "size": 852426, + "checksum": "SHA-256:94302d6432c650209abe00515f26a2a20dcc6201ead81d271bd8c12df5e91cca" + }, + { + "name": "ICM20948_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.1.3.zip", + "archiveFileName": "ICM20948_WE-1.1.3.zip", + "size": 853575, + "checksum": "SHA-256:d50517803848a052d3074c44be33e5931f9a0520f8213413db2b3f02838c63ce" + }, + { + "name": "ICM20948_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.1.4.zip", + "archiveFileName": "ICM20948_WE-1.1.4.zip", + "size": 853690, + "checksum": "SHA-256:1b8f5e47757fcd3fc5f012516b1a48ead717ebb1cfc4ef35f6c5f59a19a2ef81" + }, + { + "name": "ICM20948_WE", + "version": "1.1.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the 9-axis accelerometer, gyrometer and magnetometer ICM20948", + "paragraph": "An easy-to-use library with lots of example sketches. It allows to use most of the features of the MPU9250 including FIFO.", + "website": "https://github.com/wollewald/ICM20948_WE", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ICM20948_WE.git", + "providesIncludes": [ + "ICM20948_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ICM20948_WE-1.1.5.zip", + "archiveFileName": "ICM20948_WE-1.1.5.zip", + "size": 855072, + "checksum": "SHA-256:a98615fc422dad21b9fca913bf0dac3909c4e1e52ce7cd16916e02f12a02102c" + }, + { + "name": "RPI_PICO_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "RPi_Pico_TimerInterrupt.h", + "RPi_Pico_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.0.0.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.0.0.zip", + "size": 70309, + "checksum": "SHA-256:578805d9e109f57cd0406ac01ffab2ecf26e9bd8485df4dccfcd39d49d99d991" + }, + { + "name": "RPI_PICO_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "RPi_Pico_TimerInterrupt.h", + "RPi_Pico_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.0.1.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.0.1.zip", + "size": 89198, + "checksum": "SHA-256:91ccf40db7906fff9baa7a99715ea1a9cfeee2f113a6e771836526caadbb6508" + }, + { + "name": "RPI_PICO_TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "RPi_Pico_TimerInterrupt.h", + "RPi_Pico_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.1.0.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.1.0.zip", + "size": 94630, + "checksum": "SHA-256:f8e56de44f8a3123890e79816d6fc9fc7794d14ebe4f6553e6e1e5c6e46f364a" + }, + { + "name": "RPI_PICO_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "RPi_Pico_TimerInterrupt.h", + "RPi_Pico_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.1.1.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.1.1.zip", + "size": 96760, + "checksum": "SHA-256:63d858bfb526f1e8e900a064027cff63e035b263cfb8234204ba998fa8cb66b4" + }, + { + "name": "RPI_PICO_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "RPi_Pico_TimerInterrupt.h", + "RPi_Pico_ISR_Timer.h", + "RPi_Pico_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.2.0.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.2.0.zip", + "size": 80351, + "checksum": "SHA-256:bf3eb228112058be43ee14b45ab8c161233a0094b88e7e098b0605749ae8232e" + }, + { + "name": "RPI_PICO_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "RPi_Pico_TimerInterrupt.h", + "RPi_Pico_ISR_Timer.h", + "RPi_Pico_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.3.0.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.3.0.zip", + "size": 80148, + "checksum": "SHA-256:dc6174959cd76ef95f52f6c83750ffd8446fa620432825e1283ec7c02bef6a0e" + }, + { + "name": "RPI_PICO_TimerInterrupt", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO", + "paragraph": "These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "RPi_Pico_TimerInterrupt.h", + "RPi_Pico_ISR_Timer.h", + "RPi_Pico_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RPI_PICO_TimerInterrupt-1.3.1.zip", + "archiveFileName": "RPI_PICO_TimerInterrupt-1.3.1.zip", + "size": 80451, + "checksum": "SHA-256:29dfb412e440377639120b366fe984ef4cfe3d1219ee7b098bb0b1cfcce55615" + }, + { + "name": "TLC5916_Lite", + "version": "1.0.0", + "author": "Daniel Nebert \u003cdpnebert@gmail.com\u003e", + "maintainer": "Daniel Nebert \u003cdpnebert@gmail.com\u003e", + "sentence": "Works in Normal Mode to turn on/off LEDs, and special mode for current gain and open circuit detection.", + "paragraph": "Can be used with more than one TLC5916.", + "website": "https://github.com/dpnebert/TLC5916_Lite", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dpnebert/TLC5916_Lite.git", + "providesIncludes": [ + "TLC5916_Lite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dpnebert/TLC5916_Lite-1.0.0.zip", + "archiveFileName": "TLC5916_Lite-1.0.0.zip", + "size": 104944, + "checksum": "SHA-256:c9bf35ec4b42f635ff9fb34261070d67968f833047dff96984cf70d2947f2168" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.2.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "portenta-pro-community-solutions", + "paragraph": "portenta-pro-community-solutions", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.2.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.2.0.zip", + "size": 14025246, + "checksum": "SHA-256:9231f985fdb8d093814a2ac116648f55746f066453229b26b008ce50c26e3204" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.4.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "portenta-pro-community-solutions", + "paragraph": "portenta-pro-community-solutions", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.4.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.4.0.zip", + "size": 14033605, + "checksum": "SHA-256:4759c3b892260160c89da37bb36a4ed51b1bdcca17b50d7b33ff09ccd4eb1ad0" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.5.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "portenta-pro-community-solutions", + "paragraph": "portenta-pro-community-solutions", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.5.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.5.0.zip", + "size": 14059061, + "checksum": "SHA-256:bcd0d5a49b48b3dd3bf1303a94092fe17d3138cae51b847140157589bbea0475" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.5.2", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.5.2.zip", + "archiveFileName": "portenta_pro_community_solutions-0.5.2.zip", + "size": 14063761, + "checksum": "SHA-256:579a18ea0b5aba337617db5ad51ecff4cdc517e37118af93b0ff788d5c72ec0a" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.5.4", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.5.4.zip", + "archiveFileName": "portenta_pro_community_solutions-0.5.4.zip", + "size": 14080244, + "checksum": "SHA-256:4a8762d158c154270a5d40ed8fc9bf930aaf9bfa0c2382a6801e37a2f1438004" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.6.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.6.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.6.0.zip", + "size": 19048582, + "checksum": "SHA-256:c85e87313f4414d4780ea15fc01f42b18db5cdc8d6bc482348b81b814b6a21a5" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.7.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.7.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.7.0.zip", + "size": 24010196, + "checksum": "SHA-256:06039f63a5986887b875f24d2b368179ebad7167c329c31d77c323b5cabc3c3e" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.7.3", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.7.3.zip", + "archiveFileName": "portenta_pro_community_solutions-0.7.3.zip", + "size": 24013215, + "checksum": "SHA-256:e2b05399d5d1676d7b2a99706a6e41fd5b072b517f7de5567eb7d962fe048eb2" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.7.5", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.7.5.zip", + "archiveFileName": "portenta_pro_community_solutions-0.7.5.zip", + "size": 24096678, + "checksum": "SHA-256:029662d19ee6489461b6759cafd6d85eeece05fb05e1c37ccd2d403497c87152" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.7.6", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.7.6.zip", + "archiveFileName": "portenta_pro_community_solutions-0.7.6.zip", + "size": 24097364, + "checksum": "SHA-256:8aeedfc57acda5f840cf4a688a1a4f762cf8672891e2f7e2e6cd394cf1064925" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.7.7", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.7.7.zip", + "archiveFileName": "portenta_pro_community_solutions-0.7.7.zip", + "size": 24097240, + "checksum": "SHA-256:7ef74b952fa0d522c77be3738212712ed1dc7766f4d59d7067b43cea5a379cd2" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.7.8", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.7.8.zip", + "archiveFileName": "portenta_pro_community_solutions-0.7.8.zip", + "size": 24105515, + "checksum": "SHA-256:4ced6ae6f2e72cfcc1db742c6fe78cbb300f20517fdfee209d48b0f890c28e9c" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.7.9", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nano", + "samd21" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.7.9.zip", + "archiveFileName": "portenta_pro_community_solutions-0.7.9.zip", + "size": 24107648, + "checksum": "SHA-256:8df0bc6105589000bf13f313d4660a2ec3ef5ed730fc8ecde321c6d68c4f9a4b" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.8.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nano", + "samd21" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.8.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.8.0.zip", + "size": 24108314, + "checksum": "SHA-256:db0027be9bc950dad518851375291991037638a797c556cc6c0dab3f3e0e67ff" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.8.1", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nano", + "samd21" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.8.1.zip", + "archiveFileName": "portenta_pro_community_solutions-0.8.1.zip", + "size": 24126123, + "checksum": "SHA-256:7fb955cf6dfbb567c37057cf8e1402b81a07666857b79f40916fb231054a1b46" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.8.2", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nano", + "samd21" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.8.2.zip", + "archiveFileName": "portenta_pro_community_solutions-0.8.2.zip", + "size": 28548085, + "checksum": "SHA-256:7f35e8bd4040f702f6456ece003f88c8203ba40d3706865061e6af2c20408205" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.8.3", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nano", + "samd21" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.8.3.zip", + "archiveFileName": "portenta_pro_community_solutions-0.8.3.zip", + "size": 28531384, + "checksum": "SHA-256:03adb0a244fe1fa75d4f782f6561a83521a6c83bcedf4a0e1be403abad9c69e3" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.8.4", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nano", + "samd21" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.8.4.zip", + "archiveFileName": "portenta_pro_community_solutions-0.8.4.zip", + "size": 28557120, + "checksum": "SHA-256:a8bf151e46bbd01e7dc9c0271ef3eb5e24cecb217f84c4d879b3cffa0e41c5d9" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.8.5", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nano", + "samd21" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.8.5.zip", + "archiveFileName": "portenta_pro_community_solutions-0.8.5.zip", + "size": 28591859, + "checksum": "SHA-256:a9a37447ed9417cb008db30d909d028945de17ff2aa3937eb48eb4fb4ebcecc1" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.9.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.9.0.zip", + "archiveFileName": "portenta_pro_community_solutions-0.9.0.zip", + "size": 28593107, + "checksum": "SHA-256:8c7f39dd0a424bc5c98a4b0d72e83e2ded62844e7095ad87a679cfebd30dac33" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.9.1", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.9.1.zip", + "archiveFileName": "portenta_pro_community_solutions-0.9.1.zip", + "size": 28598887, + "checksum": "SHA-256:beef53768b4cdac71be6f07ce6b60cff13bab9d481bc139093709ef06f0af5f8" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.9.2", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.9.2.zip", + "archiveFileName": "portenta_pro_community_solutions-0.9.2.zip", + "size": 28606748, + "checksum": "SHA-256:4a94735ebd89322277a8eabfaf86dee30a39d82b249c09ccabdd1820c005cffe" + }, + { + "name": "portenta-pro-community-solutions", + "version": "0.9.3", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-0.9.3.zip", + "archiveFileName": "portenta_pro_community_solutions-0.9.3.zip", + "size": 28621970, + "checksum": "SHA-256:b731ffcd8f723edc74605486270a70f37581c3dc5808d05c9ead9040ed735cd6" + }, + { + "name": "portenta-pro-community-solutions", + "version": "1.0.0", + "author": "Jeremy Ellis", + "maintainer": "Jeremy Ellis", + "sentence": "PortentaH7, LoRa and Ethernet Vision Shields and Breakout Board Organized: Robotics, Machine Learning and General Examples", + "paragraph": "Eventaully will be a full High School Robotics Course of examples and videos using the Arduino Portenta Pro Products with Machine Learning", + "website": "https://github.com/hpssjellis/portenta-pro-community-solutions", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpssjellis/portenta-pro-community-solutions.git", + "dependencies": [ + { + "name": "Arduino_Pro_Tutorials" + }, + { + "name": "Arduino_PortentaBreakout" + }, + { + "name": "GT5X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpssjellis/portenta_pro_community_solutions-1.0.0.zip", + "archiveFileName": "portenta_pro_community_solutions-1.0.0.zip", + "size": 37622832, + "checksum": "SHA-256:ba3f4b941752d640bcfe291482b6b2f30297a57cbedf8bc3b0eb11d327bfed30" + }, + { + "name": "MCP4251", + "version": "1.0.0", + "author": "Kulbhushan Chand", + "maintainer": "Kulbhushan Chand", + "sentence": "MCP4251 Digital Pot Control", + "paragraph": "MCP4251 digital potentiometer can be controlled over SPI interface to have resistance range as per the model number. The number of steps can be 128 or 256 depends upon the model number.", + "website": "https://github.com/kulbhushanchand/MCP4251", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kulbhushanchand/MCP4251.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kulbhushanchand/MCP4251-1.0.0.zip", + "archiveFileName": "MCP4251-1.0.0.zip", + "size": 238631, + "checksum": "SHA-256:4f9839204686e980cd943052442c5e1941a299ff6df300d2cca608339293f946" + }, + { + "name": "Seg7", + "version": "0.9.0", + "author": "Art Sayler", + "maintainer": "Art Sayler \u003cseg7@arduinoshop.ca\u003e", + "sentence": "A library for MAX7219 based 7 segment displays.", + "paragraph": "The library allows to control MAX7219 based 7 segment displays. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/ArduinoShop/Seg7", + "category": "Display", + "architectures": [ + "esp32", + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoShop/Seg7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoShop/Seg7-0.9.0.zip", + "archiveFileName": "Seg7-0.9.0.zip", + "size": 5392, + "checksum": "SHA-256:8ff9cb90b03f29720ea4d3483bb2f1add736182426198f44bc43a729c29d31f2" + }, + { + "name": "TSL235R", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": [ + "TSL235R.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.0.zip", + "archiveFileName": "TSL235R-0.1.0.zip", + "size": 10894, + "checksum": "SHA-256:9f786acb3b524ca1d504b98dc9e275c878115fd500e0d4a1ddd5c8c4f12c7095" + }, + { + "name": "TSL235R", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": [ + "TSL235R.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.1.zip", + "archiveFileName": "TSL235R-0.1.1.zip", + "size": 13514, + "checksum": "SHA-256:73d945fb78f7aac8fb720b920a8f9a82dfbf57881b4d7b8d0f5eb2e9c57f5053" + }, + { + "name": "TSL235R", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": [ + "TSL235R.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.2.zip", + "archiveFileName": "TSL235R-0.1.2.zip", + "size": 13550, + "checksum": "SHA-256:8de379a5e25b2a12500c5468f25ea581b1f9b76c4a899751695284c5d3377675" + }, + { + "name": "TSL235R", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": [ + "TSL235R.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.3.zip", + "archiveFileName": "TSL235R-0.1.3.zip", + "size": 14280, + "checksum": "SHA-256:fa070fde355e6ac1ce6c7a141fb7a59ab447a810aa5cadfe180cbce53fe18dce" + }, + { + "name": "TSL235R", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": [ + "TSL235R.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.4.zip", + "archiveFileName": "TSL235R-0.1.4.zip", + "size": 14703, + "checksum": "SHA-256:18232b42ca9fd310b07cc9511f0349a5b75448a6aef6deee9c0e466dcc8066b0" + }, + { + "name": "TSL235R", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the TSL235R light to frequency convertor.", + "paragraph": "include wavelength compensation", + "website": "https://github.com/RobTillaart/TSL235R", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TSL235R.git", + "providesIncludes": [ + "TSL235R.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL235R-0.1.5.zip", + "archiveFileName": "TSL235R-0.1.5.zip", + "size": 14925, + "checksum": "SHA-256:d06bea9fa19d4965f9717ea2b04edb75e8f7bb27cd5c59b38e274d1a1517efe3" + }, + { + "name": "SerialMenuCmd", + "version": "1.0.0", + "author": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "maintainer": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "sentence": "this library constitutes a basic command line interface.", + "paragraph": "it's easy and memory low consumption.", + "website": "http://github.com/[To Be Defined]", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ARTS37/SerialMenuCmd.git", + "providesIncludes": [ + "SerialMenuCmd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ARTS37/SerialMenuCmd-1.0.0.zip", + "archiveFileName": "SerialMenuCmd-1.0.0.zip", + "size": 23658, + "checksum": "SHA-256:7b8fc15e4486c2ce51c56582a7f8a2677a292e3b97526f568598e637b98a6be8" + }, + { + "name": "SerialMenuCmd", + "version": "1.1.0", + "author": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "maintainer": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "sentence": "this library constitutes a basic command line interface.", + "paragraph": "it's easy to use and memory low consumption.", + "website": "https://github.com/ARTS37/SerialMenuCmd", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ARTS37/SerialMenuCmd.git", + "providesIncludes": [ + "SerialMenuCmd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ARTS37/SerialMenuCmd-1.1.0.zip", + "archiveFileName": "SerialMenuCmd-1.1.0.zip", + "size": 31283, + "checksum": "SHA-256:49a922e9434877bfb788635db0b1b86ab81921c3b03e2d29b4122b7670a276c4" + }, + { + "name": "SerialMenuCmd", + "version": "1.1.1", + "author": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "maintainer": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "sentence": "this library constitutes a basic command line interface.", + "paragraph": "it's easy to use and memory low consumption.", + "website": "https://github.com/ARTS37/SerialMenuCmd", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ARTS37/SerialMenuCmd.git", + "providesIncludes": [ + "SerialMenuCmd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ARTS37/SerialMenuCmd-1.1.1.zip", + "archiveFileName": "SerialMenuCmd-1.1.1.zip", + "size": 31358, + "checksum": "SHA-256:2df944c76f2e73b1b0b3704b9613d66fd7d4d42ef005b9b4b518bc1776988524" + }, + { + "name": "SerialMenuCmd", + "version": "1.1.2", + "author": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "maintainer": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "sentence": "This library constitutes a basic command line interface", + "paragraph": "It's easy to use and memory low consumption", + "website": "https://github.com/ARTS37/SerialMenuCmd", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ARTS37/SerialMenuCmd.git", + "providesIncludes": [ + "SerialMenuCmd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ARTS37/SerialMenuCmd-1.1.2.zip", + "archiveFileName": "SerialMenuCmd-1.1.2.zip", + "size": 32097, + "checksum": "SHA-256:837b4987c8a3b8496a92e4f9bec10dfb043e70b240913cce641a06dbfdcfd7b5" + }, + { + "name": "SerialMenuCmd", + "version": "1.1.3", + "author": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "maintainer": "Armand ROLLAND \u003carmand.rolland71@gmail.com\u003e", + "sentence": "This library constitutes a basic command line interface", + "paragraph": "It's easy to use and memory low consumption", + "website": "https://github.com/ARTS37/SerialMenuCmd", + "category": "Communication", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ARTS37/SerialMenuCmd.git", + "providesIncludes": [ + "SerialMenuCmd.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ARTS37/SerialMenuCmd-1.1.3.zip", + "archiveFileName": "SerialMenuCmd-1.1.3.zip", + "size": 32126, + "checksum": "SHA-256:b8b690b466357e14f30b5a738611a975ae13e9ffb71e4fe1959c83e56e0c044b" + }, + { + "name": "relativity", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": [ + "relativity.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.0.zip", + "archiveFileName": "relativity-0.1.0.zip", + "size": 8916, + "checksum": "SHA-256:18f24b2d5d8173fbf6d63d714e8a88affc9570453b009c79f1d64d5b019b5579" + }, + { + "name": "relativity", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": [ + "relativity.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.1.zip", + "archiveFileName": "relativity-0.1.1.zip", + "size": 8943, + "checksum": "SHA-256:95cece94503e561077be3be009ef39415ceede44d26cd449f5af0d18882034b6" + }, + { + "name": "relativity", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": [ + "relativity.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.2.zip", + "archiveFileName": "relativity-0.1.2.zip", + "size": 9010, + "checksum": "SHA-256:0d6e4a3171a9ccaacca6ec79000aa6281a725d3e73a20d7dfbfb9d8d175f062d" + }, + { + "name": "relativity", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": [ + "relativity.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.3.zip", + "archiveFileName": "relativity-0.1.3.zip", + "size": 9077, + "checksum": "SHA-256:2aa05e09af44200725e9cdacd287154eda927e4d289b71cd876fc5e7ae9e96cf" + }, + { + "name": "relativity", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": [ + "relativity.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.4.zip", + "archiveFileName": "relativity-0.1.4.zip", + "size": 9478, + "checksum": "SHA-256:45874eb0a40711f6d1cbf1047a71d30f011cb3ef34788c79980a9104c724bcf6" + }, + { + "name": "relativity", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "library with relativity functions.", + "paragraph": "time and length dilitation, mass increase etc", + "website": "https://github.com/RobTillaart/relativity", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/relativity.git", + "providesIncludes": [ + "relativity.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/relativity-0.1.5.zip", + "archiveFileName": "relativity-0.1.5.zip", + "size": 9728, + "checksum": "SHA-256:1b0b2ac5e57f887e248db68f592b8073aa16689e732a2ebcbc859ee1598cb1cd" + }, + { + "name": "NETSGPClient", + "version": "1.0.0", + "author": "Aaron Christophel, Moritz Wirger", + "maintainer": "Aaron Christophel, Moritz Wirger", + "sentence": "Interface for MicroInverters speaking the so-called NETSGP protocol.", + "paragraph": "An LC12S 2.4GHz RF module is needed for this library", + "website": "https://github.com/atc1441/NETSGPClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/atc1441/NETSGPClient.git", + "dependencies": [ + { + "name": "StandardCplusplus" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/atc1441/NETSGPClient-1.0.0.zip", + "archiveFileName": "NETSGPClient-1.0.0.zip", + "size": 10035, + "checksum": "SHA-256:b3cdc47607f30905b1b1bcfaa8eab3cba773ca727dcd5dbaafab08370f94fe3c" + }, + { + "name": "NETSGPClient", + "version": "1.1.0", + "author": "Aaron Christophel, Moritz Wirger", + "maintainer": "Aaron Christophel, Moritz Wirger", + "sentence": "Interface for MicroInverters speaking the so-called NETSGP protocol.", + "paragraph": "An LC12S 2.4GHz RF module is needed for this library", + "website": "https://github.com/atc1441/NETSGPClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/atc1441/NETSGPClient.git", + "dependencies": [ + { + "name": "StandardCplusplus" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/atc1441/NETSGPClient-1.1.0.zip", + "archiveFileName": "NETSGPClient-1.1.0.zip", + "size": 10839, + "checksum": "SHA-256:a0fcc9493eaf854909d14e0cbe02569b786f19c3091090c875c058d8332de674" + }, + { + "name": "NETSGPClient", + "version": "1.1.1", + "author": "Aaron Christophel, Moritz Wirger", + "maintainer": "Aaron Christophel, Moritz Wirger", + "sentence": "Interface for MicroInverters speaking the so-called NETSGP protocol.", + "paragraph": "An LC12S 2.4GHz RF module is needed for this library", + "website": "https://github.com/atc1441/NETSGPClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/atc1441/NETSGPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/atc1441/NETSGPClient-1.1.1.zip", + "archiveFileName": "NETSGPClient-1.1.1.zip", + "size": 11586, + "checksum": "SHA-256:da2e944aba6ff0baff4bb0021cdbe2b1ec9ea38469e90de93e936e0f52a8bd9f" + }, + { + "name": "NETSGPClient", + "version": "2.0.0", + "author": "Aaron Christophel, Moritz Wirger", + "maintainer": "Aaron Christophel, Moritz Wirger", + "sentence": "Interface for MicroInverters speaking the so-called NETSGP protocol.", + "paragraph": "An LC12S 2.4GHz RF module is needed for this library", + "website": "https://github.com/atc1441/NETSGPClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/atc1441/NETSGPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/atc1441/NETSGPClient-2.0.0.zip", + "archiveFileName": "NETSGPClient-2.0.0.zip", + "size": 12517, + "checksum": "SHA-256:d1899b118a384fdff49f74403a3d314b84dd7fb6d7ac898894ff077c92717a74" + }, + { + "name": "NETSGPClient", + "version": "2.0.1", + "author": "Aaron Christophel, Moritz Wirger", + "maintainer": "Aaron Christophel, Moritz Wirger", + "sentence": "Interface for MicroInverters speaking the so-called NETSGP protocol.", + "paragraph": "An LC12S 2.4GHz RF module is needed for this library", + "website": "https://github.com/atc1441/NETSGPClient", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/atc1441/NETSGPClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/atc1441/NETSGPClient-2.0.1.zip", + "archiveFileName": "NETSGPClient-2.0.1.zip", + "size": 12807, + "checksum": "SHA-256:1cf125e14ec33867a5824e1e5b7677606f88ec6b892c51cff711a88ec6f4e7f9" + }, + { + "name": "generic-Arduino", + "version": "0.1.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Generic Arduino Headers, to increase compatibility of code.", + "paragraph": "\"This library provides an abstraction over Arduino.h. As long as platform is supported, you can include this library and know that all functions that are usually provided by Arduino.h are available.\"", + "website": "https://github.com/noah1510/generic-Arduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/generic-Arduino.git", + "providesIncludes": [ + "LedController.hpp", + "SPIAbstraction.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/generic_Arduino-0.1.0.zip", + "archiveFileName": "generic_Arduino-0.1.0.zip", + "size": 7778, + "checksum": "SHA-256:6f46c99203dd4ac8cd49808f630a59c2e5b971f499516e5285e78f8f66861f8e" + }, + { + "name": "generic-Arduino", + "version": "0.1.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Generic Arduino Headers, to increase compatibility of code.", + "paragraph": "\"This library provides an abstraction over Arduino.h. As long as platform is supported, you can include this library and know that all functions that are usually provided by Arduino.h are available.\"", + "website": "https://github.com/noah1510/generic-Arduino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/noah1510/generic-Arduino.git", + "providesIncludes": [ + "generic-Arduino.hpp", + "SPIAbstraction.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/generic_Arduino-0.1.1.zip", + "archiveFileName": "generic_Arduino-0.1.1.zip", + "size": 8051, + "checksum": "SHA-256:618a39054dd7cf354e68d2118aa28c89152fb2efc30a0e4485e8b61252712cc5" + }, + { + "name": "PNGdec", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG decoder for MCUs with at least 48K of RAM.", + "paragraph": "Designed to provide a fully functional PNG decoder that can use minimal memory by decoding a line at a time with an optional callback function. Supports all pixel formats.", + "website": "https://github.com/bitbank2/PNGdec", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/PNGdec.git", + "providesIncludes": [ + "PNGdec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGdec-1.0.0.zip", + "archiveFileName": "PNGdec-1.0.0.zip", + "size": 178482, + "checksum": "SHA-256:11cfe2a075221f97d806a2a03a6d17104bc6b87865de086effbf9c35e1179b1a" + }, + { + "name": "PNGdec", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG decoder for MCUs with at least 48K of RAM.", + "paragraph": "Designed to provide a fully functional PNG decoder that can use minimal memory by decoding a line at a time with an optional callback function. Supports all pixel formats.", + "website": "https://github.com/bitbank2/PNGdec", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/PNGdec.git", + "providesIncludes": [ + "PNGdec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGdec-1.0.1.zip", + "archiveFileName": "PNGdec-1.0.1.zip", + "size": 182093, + "checksum": "SHA-256:57b6d16c0672ecbc0d8d3a67b4042cfb214cb358cc0de7fe85be907536aee3c9" + }, + { + "name": "SparkFun Qwiic 6Dof - LSM6DS0", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STmicro LSM6DS0 by SPI or I2C.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DS0_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DSO_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_6Dof___LSM6DS0-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_6Dof___LSM6DS0-1.0.0.zip", + "size": 29721, + "checksum": "SHA-256:23d7e4a66a5f85cee07e7c2fc8dfc9f57ef147daeff09aeb36168ad8791c91ce" + }, + { + "name": "SparkFun Qwiic 6Dof - LSM6DS0", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STmicro LSM6DS0 by SPI or I2C.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DS0_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DSO_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_6Dof___LSM6DS0-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_6Dof___LSM6DS0-1.0.1.zip", + "size": 29744, + "checksum": "SHA-256:8a6907eae6ef3ba45c938631acc0fc43be2eba1e74518ae5825a495f7dbe50ca" + }, + { + "name": "SparkFun Qwiic 6Dof - LSM6DS0", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STmicro LSM6DS0 by SPI or I2C.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DS0_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DSO_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_6Dof___LSM6DS0-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_6Dof___LSM6DS0-1.0.2.zip", + "size": 29743, + "checksum": "SHA-256:6f1af664bab8dc7e8edd1e54828ab6c83543b989bdbc4cea9230cbe1fd42f4ab" + }, + { + "name": "Vector datatype", + "version": "1.0.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library for 3d vectors and quaternions", + "paragraph": "Simple library for 3D vectors and quaternions. All basic operations are included along with rotations. Compabible with arrays.", + "website": "https://github.com/RCmags/vector_datatype", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/vector_datatype.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/Vector_datatype-1.0.1.zip", + "archiveFileName": "Vector_datatype-1.0.1.zip", + "size": 9639, + "checksum": "SHA-256:f3bcf111b4c22ad353592e8f67a5262c19ed775337f48ac001a92388a3f8ede4" + }, + { + "name": "Vector datatype", + "version": "1.1.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library for 3d vectors and quaternions", + "paragraph": "This library adds types for 3D vectors and 4D quaternions. It includes basic operations (add, multiply, etc) for both types, vector rotations for quaternions, and compatibility with arrays of 3 or 4 elements.", + "website": "https://github.com/RCmags/vector_datatype", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/vector_datatype.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/Vector_datatype-1.1.1.zip", + "archiveFileName": "Vector_datatype-1.1.1.zip", + "size": 10628, + "checksum": "SHA-256:a41154ed4e7e0376818459f6540106808fd0ec2e36eec24d39796662915c88fa" + }, + { + "name": "Vector datatype", + "version": "1.2.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library for 3d vectors and quaternions", + "paragraph": "This library adds types for 3D vectors and 4D quaternions. It includes basic operations (add, multiply, etc) for both types, vector rotations for quaternions, and compatibility with arrays of 3 or 4 elements.", + "website": "https://github.com/RCmags/vector_datatype", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/vector_datatype.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/Vector_datatype-1.2.1.zip", + "archiveFileName": "Vector_datatype-1.2.1.zip", + "size": 10937, + "checksum": "SHA-256:76fb56e2c05f27dfc323801c76dae9b9be519459e8493ae47ea9ffd26a3d189f" + }, + { + "name": "Vector datatype", + "version": "1.3.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library for 3d vectors and quaternions", + "paragraph": "This library adds types for 3D vectors and 4D quaternions. It includes basic operations (add, multiply, etc) for both types, vector rotations for quaternions, and compatibility with arrays of 3 or 4 elements.", + "website": "https://github.com/RCmags/vector_datatype", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/vector_datatype.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/Vector_datatype-1.3.0.zip", + "archiveFileName": "Vector_datatype-1.3.0.zip", + "size": 11602, + "checksum": "SHA-256:72c751040658ca19fbbee31d93f5554d4cb3dc9f4f45bd91ad5e6dfd2a79fe30" + }, + { + "name": "Vector datatype", + "version": "1.3.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library for 3d vectors and quaternions", + "paragraph": "This library adds types for 3D vectors and 4D quaternions. It includes basic operations (add, multiply, etc) for both types, vector rotations for quaternions, and compatibility with arrays of 3 or 4 elements.", + "website": "https://github.com/RCmags/vector_datatype", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/vector_datatype.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/Vector_datatype-1.3.1.zip", + "archiveFileName": "Vector_datatype-1.3.1.zip", + "size": 11610, + "checksum": "SHA-256:637d4a1a6053ca2427b3ab8820094a314736b9d4f58deab81a9b2ea64b69f2e1" + }, + { + "name": "MAX14661", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": [ + "MAX14661.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.1.0.zip", + "archiveFileName": "MAX14661-0.1.0.zip", + "size": 558306, + "checksum": "SHA-256:a5a4cbe055c6f0164f6018fd1bfdc8624a8b34f818bce4dd8f58adeb3bcd7c5f" + }, + { + "name": "MAX14661", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": [ + "MAX14661.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.1.1.zip", + "archiveFileName": "MAX14661-0.1.1.zip", + "size": 560072, + "checksum": "SHA-256:1c311f8251a89a52250571bd7fba76d9997c9e5808b53ffee660a6623f38209d" + }, + { + "name": "MAX14661", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": [ + "MAX14661.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.1.2.zip", + "archiveFileName": "MAX14661-0.1.2.zip", + "size": 560087, + "checksum": "SHA-256:87c3d7d09af62fc4185c5c18d26a87be849cdd14ff14250ca6e23446662ad967" + }, + { + "name": "MAX14661", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": [ + "MAX14661.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.1.3.zip", + "archiveFileName": "MAX14661-0.1.3.zip", + "size": 560550, + "checksum": "SHA-256:61b6d292d8a2d1097b841c4fa01a763d6de6e6c750624c8d3fb71b82ed2041f2" + }, + { + "name": "MAX14661", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": [ + "MAX14661.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.1.4.zip", + "archiveFileName": "MAX14661-0.1.4.zip", + "size": 561490, + "checksum": "SHA-256:3494a2c302a188517002f121b38fa6128f786466c1d0592ea6b7b9e6bc3ad364" + }, + { + "name": "MAX14661", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": [ + "MAX14661.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.1.5.zip", + "archiveFileName": "MAX14661-0.1.5.zip", + "size": 561691, + "checksum": "SHA-256:fd87d8aa9961d44b585d9b197f37ae6033ae4df9b79c9691d7764362fd4f4da0" + }, + { + "name": "MAX14661", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX14661 16 channel I2C multiplexer", + "website": "https://github.com/RobTillaart/MAX14661.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX14661.git", + "providesIncludes": [ + "MAX14661.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX14661-0.2.0.zip", + "archiveFileName": "MAX14661-0.2.0.zip", + "size": 561795, + "checksum": "SHA-256:199ff8eb55cbdb828fb11f19d72708d17dfe990e31421f130c407ed399e38ea2" + }, + { + "name": "ADNS3080", + "version": "1.0.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Interface for the ADNS3080 mouse sensor.", + "paragraph": "Library to interface with the ADNS3080 mouse sensor. Retrieves motion and frame data.", + "website": "https://github.com/RCmags/ADNS3080", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/ADNS3080.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/ADNS3080-1.0.1.zip", + "archiveFileName": "ADNS3080-1.0.1.zip", + "size": 74895, + "checksum": "SHA-256:b2a4215f95dc4c6dc4c949badccc4056cda89e181c8507ab64d222f1d3f4b80c" + }, + { + "name": "ADNS3080", + "version": "1.0.2", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Interface for the ADNS3080 mouse sensor.", + "paragraph": "Library to interface with the ADNS3080 mouse sensor. Retrieves motion and frame data.", + "website": "https://github.com/RCmags/ADNS3080", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/ADNS3080.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/ADNS3080-1.0.2.zip", + "archiveFileName": "ADNS3080-1.0.2.zip", + "size": 74588, + "checksum": "SHA-256:a164f6ddf26234b1a2832ef9e3418797e18e12107e1cc081c44f3d44d68a1a5a" + }, + { + "name": "basicMPU6050", + "version": "0.1.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "light library for the MPU6050.", + "paragraph": "Lightweight library to configure and retrieve the raw sensor outputs of the MPU6050. It includes simples routines to calibrate the gyro.", + "website": "https://github.com/RCmags/basicMPU6050.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/basicMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/basicMPU6050-0.1.0.zip", + "archiveFileName": "basicMPU6050-0.1.0.zip", + "size": 8573, + "checksum": "SHA-256:f9c5bed4aa64954b1fca2a4220a4fc1377db9fbb34020dff6f1afe1605170551" + }, + { + "name": "basicMPU6050", + "version": "0.2.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "lightweight library for the MPU6050.", + "paragraph": "library to configure and retrieve the raw sensor outputs of the MPU6050. It includes simples routines to calibrate the gyro.", + "website": "https://github.com/RCmags/basicMPU6050.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/basicMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/basicMPU6050-0.2.0.zip", + "archiveFileName": "basicMPU6050-0.2.0.zip", + "size": 8881, + "checksum": "SHA-256:e4f4af58bc2dbc15ffc84a56ed08da6d3b54128e57234e1cdc9561d813bb3c76" + }, + { + "name": "basicMPU6050", + "version": "0.3.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "lightweight library for the MPU6050.", + "paragraph": "library to configure and retrieve the raw sensor outputs of the MPU6050. It includes simples routines to calibrate the gyro.", + "website": "https://github.com/RCmags/basicMPU6050.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/basicMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/basicMPU6050-0.3.0.zip", + "archiveFileName": "basicMPU6050-0.3.0.zip", + "size": 8774, + "checksum": "SHA-256:2394852f63e973f5cb5bdcea55ee9c3fe2fa6a925823a75e07d2a37dcefa49c1" + }, + { + "name": "basicMPU6050", + "version": "0.3.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "lightweight library for the MPU6050.", + "paragraph": "library to configure and retrieve the raw sensor outputs of the MPU6050. It includes simples routines to calibrate the gyro.", + "website": "https://github.com/RCmags/basicMPU6050.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/basicMPU6050.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/basicMPU6050-0.3.1.zip", + "archiveFileName": "basicMPU6050-0.3.1.zip", + "size": 8781, + "checksum": "SHA-256:7f746d9e0e69124e8dada656260f078eb62ee2fdd626e9636edd0866d5008c9c" + }, + { + "name": "imuFilter", + "version": "1.0.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Sensor fusion for IMU with quaternion based filter.", + "paragraph": "Library that fuses the accelerometer and gyroscope outputs of an IMU. It uses a quaternion to encode the rotation and uses a modified Mahony filter to correct the gyro with the accelerometer.", + "website": "https://github.com/RCmags/imuFilter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/imuFilter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/imuFilter-1.0.0.zip", + "archiveFileName": "imuFilter-1.0.0.zip", + "size": 8760, + "checksum": "SHA-256:8bcad14c0782bf22a0869763173c9ad424c28045c31c23b25ade06011f261309" + }, + { + "name": "imuFilter", + "version": "1.4.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Sensor fusion for IMU with quaternion based filter.", + "paragraph": "Library to fuse the data of an inertial measurement unit (IMU). It uses a quaternion to encode the rotation and uses a kalman-like filter to correct the gyroscope with the accelerometer.", + "website": "https://github.com/RCmags/imuFilter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/imuFilter.git", + "dependencies": [ + { + "name": "Vector datatype" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/imuFilter-1.4.1.zip", + "archiveFileName": "imuFilter-1.4.1.zip", + "size": 9208, + "checksum": "SHA-256:c63237d67e0cf5b53db8d4d1dbbd0087aaaa216fe5fbde9385837ae471180d9c" + }, + { + "name": "imuFilter", + "version": "1.5.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Sensor fusion for an IMU to obtain heading and velocity.", + "paragraph": "Library to fuse the data of an inertial measurement unit (IMU) and estimate velocity. It uses a quaternion to encode the rotation and uses a kalman-like filter to correct the gyroscope with the accelerometer. The acceleration is integrated via a kalman-like filter to obtain a short-term estimate of the velocity.", + "website": "https://github.com/RCmags/imuFilter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/imuFilter.git", + "dependencies": [ + { + "name": "Vector datatype" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/imuFilter-1.5.0.zip", + "archiveFileName": "imuFilter-1.5.0.zip", + "size": 12984, + "checksum": "SHA-256:886937d01efb8a2d7bcbf9856fd4d9fb74b30b9a060be9cae73de29758023741" + }, + { + "name": "imuFilter", + "version": "1.6.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Sensor fusion for an IMU to obtain heading and velocity.", + "paragraph": "Library to fuse the data of an inertial measurement unit (IMU) and estimate velocity. It uses a quaternion to encode the rotation and uses a kalman-like filter to correct the gyroscope with the accelerometer. The acceleration is integrated via a kalman-like filter to obtain a short-term estimate of the velocity.", + "website": "https://github.com/RCmags/imuFilter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/imuFilter.git", + "dependencies": [ + { + "name": "Vector datatype" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/imuFilter-1.6.0.zip", + "archiveFileName": "imuFilter-1.6.0.zip", + "size": 13034, + "checksum": "SHA-256:16259844d8575ba20b2e7a05b7a8b24cba7b5847f312403526cba27897a8aa0e" + }, + { + "name": "imuFilter", + "version": "1.6.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Sensor fusion for an IMU to obtain heading and velocity.", + "paragraph": "Library to fuse the data of an inertial measurement unit (IMU) and estimate velocity. It uses a quaternion to encode the rotation and uses a kalman-like filter to correct the gyroscope with the accelerometer. The acceleration is integrated via a kalman-like filter to obtain a short-term estimate of the velocity.", + "website": "https://github.com/RCmags/imuFilter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/imuFilter.git", + "dependencies": [ + { + "name": "Vector datatype" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/imuFilter-1.6.1.zip", + "archiveFileName": "imuFilter-1.6.1.zip", + "size": 13306, + "checksum": "SHA-256:772f96b4e31aa2fd1574e9edd37657987d7201bfae0346ebcf94bd192be23199" + }, + { + "name": "imuFilter", + "version": "1.6.2", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Sensor fusion for an IMU to obtain heading and velocity.", + "paragraph": "Library to fuse the data of an inertial measurement unit (IMU) and estimate velocity. It uses a quaternion to encode the rotation and uses a kalman-like filter to correct the gyroscope with the accelerometer. The acceleration is integrated via a kalman-like filter to obtain a short-term estimate of the velocity.", + "website": "https://github.com/RCmags/imuFilter", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RCmags/imuFilter.git", + "dependencies": [ + { + "name": "Vector datatype" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/imuFilter-1.6.2.zip", + "archiveFileName": "imuFilter-1.6.2.zip", + "size": 12989, + "checksum": "SHA-256:f389f45e261eb6d0a7f7d408e7ba0abbd06093e73625acdc1b3b360c9852387e" + }, + { + "name": "RP2040_PIO_Charlieplexing", + "version": "1.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A RP2040 PIO program for 6-leds and 5-leds Charlieplexing.", + "paragraph": "The PIOs integrated in the RP2040 microcontroller enable the refresh to be performed automatically, without processor intervention. The 6-leds version requires 11 PIO instructions, the 5-leds version requires 7 PIO instructions.", + "website": "https://github.com/pierremolinaro/rp2040-charlieplexing", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/rp2040-charlieplexing.git", + "providesIncludes": [ + "RP2040_PIO_Charlieplexing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/RP2040_PIO_Charlieplexing-1.0.0.zip", + "archiveFileName": "RP2040_PIO_Charlieplexing-1.0.0.zip", + "size": 374876, + "checksum": "SHA-256:dd71868bef1b137f301a344a1fc380aca83e1cfe1d869a8eac3d6d848d4730da" + }, + { + "name": "RP2040_PIO_Charlieplexing", + "version": "1.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A RP2040 PIO program for 6-leds and 5-leds Charlieplexing.", + "paragraph": "The PIOs integrated in the RP2040 microcontroller enable the refresh to be performed automatically, without processor intervention. The 6-leds version requires 11 PIO instructions, the 5-leds version requires 7 PIO instructions. This library uses Raspberry Pi Pico/RP2040 board manager by Earle F. Philower, III, see https://github.com/earlephilhower/arduino-pico", + "website": "https://github.com/pierremolinaro/rp2040-charlieplexing", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/rp2040-charlieplexing.git", + "providesIncludes": [ + "RP2040_PIO_Charlieplexing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/RP2040_PIO_Charlieplexing-1.0.1.zip", + "archiveFileName": "RP2040_PIO_Charlieplexing-1.0.1.zip", + "size": 374396, + "checksum": "SHA-256:82c1d52207e1803ad00b49e35193456d1e8fd6b750f68d4cb7962ad7fa21b751" + }, + { + "name": "ERO", + "version": "1.0.0", + "author": "syed93uthman \u003csyed93uthman@yahoo.com\u003e, Sues \u003cinfo.mysues@gmail.com\u003e", + "maintainer": "syed93uthman \u003csyed93uthman@yahoo.com\u003e", + "sentence": "A library make learning basic robotic easier.", + "paragraph": "Suitable for kids to get use for robotic project.", + "website": "https://github.com/Mysues/ERO", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Mysues/ERO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mysues/ERO-1.0.0.zip", + "archiveFileName": "ERO-1.0.0.zip", + "size": 18762, + "checksum": "SHA-256:918b64c501614e452b5d6167e11610f8bfabe451cfbbad67276c97c6e600b907" + }, + { + "name": "ERO", + "version": "1.1.0", + "author": "syed93uthman \u003csyed93uthman@yahoo.com\u003e, Sues \u003cinfo.mysues@gmail.com\u003e", + "maintainer": "syed93uthman \u003csyed93uthman@yahoo.com\u003e", + "sentence": "A library make learning basic robotic easier.", + "paragraph": "Suitable for kids to get use for robotic project.", + "website": "https://github.com/Mysues/ERO", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Mysues/ERO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mysues/ERO-1.1.0.zip", + "archiveFileName": "ERO-1.1.0.zip", + "size": 19688, + "checksum": "SHA-256:a02561f8ad57fce5cb84b1c99acb4f9506e247dfd50cc753690e105d0b5a337b" + }, + { + "name": "PPM-reader", + "version": "1.0.0", + "author": "Aapo Nikkilä, Dmitry Grigoryev", + "maintainer": "Dmitry Grigoryev \u003cdmitry.grigoryev@outlook.com\u003e", + "sentence": "PPM Reader is an interrupt based pulse-position modulation (PPM) signal reading library for Arduino.", + "paragraph": "It provides an easy to use, non-blocking solution for reading pulse-position modulation signals from an RC receiver that is able to output channel data as PPM, using only standard Arduino functions.", + "website": "https://github.com/dimag0g/PPM-reader", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dimag0g/PPM-reader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dimag0g/PPM_reader-1.0.0.zip", + "archiveFileName": "PPM_reader-1.0.0.zip", + "size": 19516, + "checksum": "SHA-256:b9be37b2c18d9a3026559acbb4b73e78479765e80d8a05ed424f22236929dd39" + }, + { + "name": "PPM-reader", + "version": "1.1.0", + "author": "Aapo Nikkilä, Dmitry Grigoryev", + "maintainer": "Dmitry Grigoryev \u003cdmitry.grigoryev@outlook.com\u003e", + "sentence": "PPM Reader is an interrupt based pulse-position modulation (PPM) signal reading library for Arduino.", + "paragraph": "It provides an easy to use, non-blocking solution for reading pulse-position modulation signals from an RC receiver that is able to output channel data as PPM, using only standard Arduino functions.", + "website": "https://github.com/dimag0g/PPM-reader", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dimag0g/PPM-reader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dimag0g/PPM_reader-1.1.0.zip", + "archiveFileName": "PPM_reader-1.1.0.zip", + "size": 31294, + "checksum": "SHA-256:8ed1a1abd4259db4358d42c2cd694a5dad7ed086c44478f1fe5df1b8975d5dc9" + }, + { + "name": "PPM-reader", + "version": "1.1.1", + "author": "Aapo Nikkilä, Dmitry Grigoryev", + "maintainer": "Dmitry Grigoryev \u003cdmitry.grigoryev@outlook.com\u003e", + "sentence": "PPM Reader is an interrupt based pulse-position modulation (PPM) signal reading library for Arduino.", + "paragraph": "It provides an easy to use, non-blocking solution for reading pulse-position modulation signals from an RC receiver that is able to output channel data as PPM, using only standard Arduino functions.", + "website": "https://github.com/dimag0g/PPM-reader", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dimag0g/PPM-reader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dimag0g/PPM_reader-1.1.1.zip", + "archiveFileName": "PPM_reader-1.1.1.zip", + "size": 31308, + "checksum": "SHA-256:b0eb12a5b8a637b327779a74bd26084830ce1d863147faf12c14a2969e73ffdc" + }, + { + "name": "PPM-reader", + "version": "1.2.0", + "author": "Aapo Nikkilä, Dmitry Grigoryev", + "maintainer": "Dmitry Grigoryev \u003cdmitry.grigoryev@outlook.com\u003e", + "sentence": "PPM Reader is an interrupt based pulse-position modulation (PPM) signal reading library for Arduino.", + "paragraph": "It provides an easy to use, non-blocking solution for decoding the signal from an RC receiver that is able to encode data from multiple channels as PPM, using only standard Arduino functions.", + "website": "https://github.com/dimag0g/PPM-reader", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dimag0g/PPM-reader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dimag0g/PPM_reader-1.2.0.zip", + "archiveFileName": "PPM_reader-1.2.0.zip", + "size": 31203, + "checksum": "SHA-256:187c44e71428f75e5d19ba01bbd403086e3869070482b09d05960408f34f8ffc" + }, + { + "name": "FPGAArcade Replay MKR Vidor 4000", + "version": "1.701.0", + "author": "The FPGAArcade community \u003cadmin@fpgaarcade.com\u003e", + "maintainer": "Erik Hemming \u003ceriquesnk@gmail.com\u003e", + "sentence": "Enables access to FPGAArcade Replay cores on the MKR Vidor 4000.", + "paragraph": "With this library you can use FPGA cores from the FPGAArcade Replay framework, on MKR Vidor 4000. This gives access to 20+ different classic computers, consoles and arcade machines from the 1980s.", + "website": "https://github.com/FPGAArcade/replay_mkrvidor4000", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FPGAArcade/replay_mkrvidor4000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FPGAArcade/FPGAArcade_Replay_MKR_Vidor_4000-1.701.0.zip", + "archiveFileName": "FPGAArcade_Replay_MKR_Vidor_4000-1.701.0.zip", + "size": 6326965, + "checksum": "SHA-256:6ea64c72834e451776dd6f4193f63cc08f10565bb435a222daac3da4f733ea46" + }, + { + "name": "Picovoice_EN", + "version": "1.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. This library supports Arduino Nano 33 BLE. The library includes examples of how to use Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-1.1.0.zip", + "archiveFileName": "Picovoice_EN-1.1.0.zip", + "size": 291753, + "checksum": "SHA-256:67b307f4237e4fc5e9f3396fcfc15697fb4382b9a44f697d40258bd250c2e06c" + }, + { + "name": "Picovoice_EN", + "version": "1.1.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. This library supports Arduino Nano 33 BLE. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-1.1.1.zip", + "archiveFileName": "Picovoice_EN-1.1.1.zip", + "size": 291763, + "checksum": "SHA-256:9a4c67cb5cb856e7a9a180588854ce2b7022003394219d690def675d02f9224b" + }, + { + "name": "Picovoice_EN", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for English language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-2.0.0.zip", + "archiveFileName": "Picovoice_EN-2.0.0.zip", + "size": 569568, + "checksum": "SHA-256:89453a440ccee338a5c5ff0b4c0408ef3ef8aec4573ade5f8f6d441bce2cffce" + }, + { + "name": "Picovoice_EN", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for English language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-2.1.0.zip", + "archiveFileName": "Picovoice_EN-2.1.0.zip", + "size": 558816, + "checksum": "SHA-256:f3deba81d78288993ba4f7598b0697d12af59641dad4fdd8346af4ad71457d56" + }, + { + "name": "Picovoice_EN", + "version": "2.1.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for English language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-2.1.1.zip", + "archiveFileName": "Picovoice_EN-2.1.1.zip", + "size": 565336, + "checksum": "SHA-256:54e57b5dc8dd79c78c2b5729297a6b824f9cdf5440ac1d7b3ecc7dbc8fef6f00" + }, + { + "name": "Picovoice_EN", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for English language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-2.2.0.zip", + "archiveFileName": "Picovoice_EN-2.2.0.zip", + "size": 553667, + "checksum": "SHA-256:65efa883a11882ed1a2fe7a1666851f748f79e238eb7113a2a1daeeab82f0703" + }, + { + "name": "Picovoice_EN", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for English language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-2.2.1.zip", + "archiveFileName": "Picovoice_EN-2.2.1.zip", + "size": 553651, + "checksum": "SHA-256:41f6c895ae00fcc7e902345a86eb430ae19b5313329ed6df32b0e85e404f9923" + }, + { + "name": "Picovoice_EN", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for English language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_EN-3.0.0.zip", + "archiveFileName": "Picovoice_EN-3.0.0.zip", + "size": 567225, + "checksum": "SHA-256:d4bb1cfb4d20f4c0afca6eb80fa0898e71d7fb2cc662cca1e7c9c11212f0b9d7" + }, + { + "name": "MBED_RPI_PICO_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "MBED_RPi_Pico_TimerInterrupt.h", + "MBED_RPi_Pico_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt-1.0.0.zip", + "archiveFileName": "MBED_RPI_PICO_TimerInterrupt-1.0.0.zip", + "size": 70957, + "checksum": "SHA-256:8e7618c9e9311a709dd5c033595f6fd4ca086c5a3246a86ed1d8853ad6572bda" + }, + { + "name": "MBED_RPI_PICO_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "MBED_RPi_Pico_TimerInterrupt.h", + "MBED_RPi_Pico_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt-1.0.1.zip", + "archiveFileName": "MBED_RPI_PICO_TimerInterrupt-1.0.1.zip", + "size": 74198, + "checksum": "SHA-256:8bba4e961fcf5061c55fde24cf68ec6fbc7b648caa0fc8d58d43aa334b95c421" + }, + { + "name": "MBED_RPI_PICO_TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "MBED_RPi_Pico_TimerInterrupt.h", + "MBED_RPi_Pico_TimerInterrupt.hpp", + "MBED_RPi_Pico_ISR_Timer.h", + "MBED_RPi_Pico_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt-1.1.0.zip", + "archiveFileName": "MBED_RPI_PICO_TimerInterrupt-1.1.0.zip", + "size": 61301, + "checksum": "SHA-256:170f187435d2dcbaecff44b28ee231fed2595f9b7d6a75ba6b85a3b46090f785" + }, + { + "name": "MBED_RPI_PICO_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "MBED_RPi_Pico_TimerInterrupt.h", + "MBED_RPi_Pico_TimerInterrupt.hpp", + "MBED_RPi_Pico_ISR_Timer.h", + "MBED_RPi_Pico_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt-1.1.1.zip", + "archiveFileName": "MBED_RPI_PICO_TimerInterrupt-1.1.1.zip", + "size": 60584, + "checksum": "SHA-256:1e53bdbe13ceb3f3943f1289e9f11d775b2fda279b33f58a6565ac93b6025492" + }, + { + "name": "MBED_RPI_PICO_TimerInterrupt", + "version": "1.1.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "MBED_RPi_Pico_TimerInterrupt.h", + "MBED_RPi_Pico_TimerInterrupt.hpp", + "MBED_RPi_Pico_ISR_Timer.h", + "MBED_RPi_Pico_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt-1.1.2.zip", + "archiveFileName": "MBED_RPI_PICO_TimerInterrupt-1.1.2.zip", + "size": 60854, + "checksum": "SHA-256:994a2a688509aba9f436376bc73e7986ae654a33885b0baddd4320f4bb503120" + }, + { + "name": "MBED_RPI_PICO_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt.git", + "providesIncludes": [ + "MBED_RPi_Pico_TimerInterrupt.h", + "MBED_RPi_Pico_TimerInterrupt.hpp", + "MBED_RPi_Pico_ISR_Timer.h", + "MBED_RPi_Pico_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt-1.2.0.zip", + "archiveFileName": "MBED_RPI_PICO_TimerInterrupt-1.2.0.zip", + "size": 61377, + "checksum": "SHA-256:687f62ee3c95f45ef9d3efc763fcf8744feb074f4e95fc501888b0c2b3f1252a" + }, + { + "name": "sACNSource", + "version": "0.0.1", + "author": "TomIgoe", + "maintainer": "Tom Igoe \u003ct.igoe@arduino.cc\u003e", + "sentence": "defines sACN (ANSI E1.31) protocol packets for DMX-512 lighting control.", + "paragraph": "This library creates an array for sending DMX-512 messages using streaming ACN (sACN). This affords control of many modern stage lighting fixtures over UDP. The library wraps a UDP transport object in the constructor so it can send UDP packets.", + "website": "http://www.github.com/tigoe/sACN", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tigoe/sACNSource.git", + "providesIncludes": [ + "sACN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tigoe/sACNSource-0.0.1.zip", + "archiveFileName": "sACNSource-0.0.1.zip", + "size": 22114, + "checksum": "SHA-256:2fe6930457e10133ade115417c2076a885641a5f34835fac5921db9a231f6fee" + }, + { + "name": "sACNSource", + "version": "0.0.2", + "author": "Tom Igoe \u003ct.igoe@arduino.cc\u003e", + "maintainer": "Tom Igoe \u003ct.igoe@arduino.cc\u003e", + "sentence": "defines sACN (ANSI E1.31) protocol packets for DMX-512 lighting control.", + "paragraph": "This library creates an array for sending DMX-512 messages using streaming ACN (sACN). This affords control of many modern stage lighting fixtures over UDP. The library wraps a UDP transport object in the constructor so it can send UDP packets. This library requires a WiFi or Ethernet connection. It was tested with the WiFi101 and WiFiNINA and ESP8266 WiFi libraries.", + "website": "http://www.github.com/tigoe/sACNSource", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tigoe/sACNSource.git", + "providesIncludes": [ + "sACN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tigoe/sACNSource-0.0.2.zip", + "archiveFileName": "sACNSource-0.0.2.zip", + "size": 22184, + "checksum": "SHA-256:fed9d7b97b8d6d7db994da59efb20ea8321ff258598283e1274a6755e5d3f53d" + }, + { + "name": "radar-bgt60", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the BGT60LTR11AIP - XENSIV™ 60 Ghz Radar from Infineon", + "paragraph": "C++ library for the BGT60LTR11AIP - The first completely autonomous radar sensor", + "website": "https://www.infineon.com/cms/media/pss-3dmodels/60ghz-radar-board/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-radar-bgt60.git", + "providesIncludes": [ + "bgt60-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/radar_bgt60-1.0.0.zip", + "archiveFileName": "radar_bgt60-1.0.0.zip", + "size": 25343, + "checksum": "SHA-256:0babbd8be6b9e0bf0af5a1adfbffe1c247cbdcaf14ebf043a1f0db34ca9277e0" + }, + { + "name": "radar-bgt60", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the BGT60LTR11AIP - XENSIV™ 60 Ghz Radar from Infineon", + "paragraph": "C++ library for the BGT60LTR11AIP - The first completely autonomous radar sensor", + "website": "https://www.infineon.com/cms/media/pss-3dmodels/60ghz-radar-board/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-radar-bgt60.git", + "providesIncludes": [ + "bgt60-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/radar_bgt60-1.1.0.zip", + "archiveFileName": "radar_bgt60-1.1.0.zip", + "size": 29617, + "checksum": "SHA-256:4c43b5f855c70d6cec5276b9cccb858524fe68b64bd36125a914a6f99e4932ba" + }, + { + "name": "radar-bgt60", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the BGT60LTR11AIP - XENSIV™ 60 Ghz Radar from Infineon", + "paragraph": "C++ library for the BGT60LTR11AIP - The first completely autonomous radar sensor", + "website": "https://www.infineon.com/cms/media/pss-3dmodels/60ghz-radar-board/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-radar-bgt60.git", + "providesIncludes": [ + "bgt60-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/radar_bgt60-1.1.1.zip", + "archiveFileName": "radar_bgt60-1.1.1.zip", + "size": 31037, + "checksum": "SHA-256:b2bb52a7576c4d9aaffa92d75571a7e34447b40b63eb2bd612c9e3f3c4f328da" + }, + { + "name": "radar-bgt60", + "version": "1.1.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the BGT60LTR11AIP - XENSIV™ 60 Ghz Radar from Infineon", + "paragraph": "C++ library for the BGT60LTR11AIP - The first completely autonomous radar sensor", + "website": "https://www.infineon.com/cms/media/pss-3dmodels/60ghz-radar-board/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-radar-bgt60.git", + "providesIncludes": [ + "bgt60-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/radar_bgt60-1.1.2.zip", + "archiveFileName": "radar_bgt60-1.1.2.zip", + "size": 31403, + "checksum": "SHA-256:fb455728ed1c75e73b6aea9acb23d07a737c04e65668546b45e5640d8634c91d" + }, + { + "name": "PodEnoSim", + "version": "0.1.0", + "author": "PodGroup", + "maintainer": "PodGroup Innovation Team \u003cinnovations@apodgroup.com\u003e", + "sentence": "A library to interface with Pod ENO SIM Application", + "paragraph": "Use this library to communicate with SIM-embedded TLS1.3 capabilities: SIM-to-Cloud Encryption and Zero Touch Provisioning. This library contains Examples for Arduino MKR GSM 1400 and Arduino Nano Every.", + "website": "https://github.com/podgroupconnectivity/PodEnoSim", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PodgroupConnectivity/PodEnoSim.git", + "dependencies": [ + { + "name": "DHT_sensor_library" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Arduino_Low_Power" + }, + { + "name": "MKRGSM" + }, + { + "name": "ArduinoUniqueID" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PodgroupConnectivity/PodEnoSim-0.1.0.zip", + "archiveFileName": "PodEnoSim-0.1.0.zip", + "size": 1037756, + "checksum": "SHA-256:698a4348e23cf870a01d782c20c3e13793759d4a2f2e3a7bb5c6e391d8752120" + }, + { + "name": "unzipLIB", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "A library to extract files from ZIP archives", + "paragraph": "Allows decompressing of files from within ZIP archives. Needs a fixed structure of 41K and can open+read any sized files from memory or any media you support through callback functions.", + "website": "https://github.com/bitbank2/unzipLIB/", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/unzipLIB.git", + "providesIncludes": [ + "unzipLIB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/unzipLIB-1.0.0.zip", + "archiveFileName": "unzipLIB-1.0.0.zip", + "size": 161257, + "checksum": "SHA-256:1036646e76f0725c565e607e3ff29a9905209e1dafe2cfff1543d3f490e43505" + }, + { + "name": "Grove Ranging sensor - VL53L0X", + "version": "1.1.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Sensor driver for VL53L0X Ranging sensor", + "paragraph": "This is a time-of-flight ranging and gesture detection sensor", + "website": "https://github.com/Seeed-Studio/Grove-Ranging-sensor-VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Grove-Ranging-sensor-VL53L0X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_Ranging_sensor___VL53L0X-1.1.1.zip", + "archiveFileName": "Grove_Ranging_sensor___VL53L0X-1.1.1.zip", + "size": 1540052, + "checksum": "SHA-256:957425aea6f2bc4d788c1202ad9c21030d95a93991984fd903de490026bbdbb8" + }, + { + "name": "Canon BLE remote", + "version": "1.0.0", + "author": "MaxMacSTN", + "maintainer": "MaxMacSTN \u003cmaxmaczaa@gmail.com\u003e", + "sentence": "[BETA] Canon bluetooth remote control library for Arduino.", + "website": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote.git", + "dependencies": [ + { + "name": "ArduinoNvs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/maxmacstn/Canon_BLE_remote-1.0.0.zip", + "archiveFileName": "Canon_BLE_remote-1.0.0.zip", + "size": 9699, + "checksum": "SHA-256:57a48d29005533ff99754ac9a3b1e3a57f3808194eb41ed9709916acb1620cbb" + }, + { + "name": "Canon BLE remote", + "version": "1.0.2", + "author": "MaxMacSTN", + "maintainer": "MaxMacSTN \u003cmaxmaczaa@gmail.com\u003e", + "sentence": "[BETA] Canon bluetooth remote control library for Arduino.", + "website": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maxmacstn/ESP32-Canon-BLE-Remote.git", + "dependencies": [ + { + "name": "ArduinoNvs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/maxmacstn/Canon_BLE_remote-1.0.2.zip", + "archiveFileName": "Canon_BLE_remote-1.0.2.zip", + "size": 9876, + "checksum": "SHA-256:67e931b6c80decff85626e886466d47a7be032649f7628d6b9f65bf42b65a9e8" + }, + { + "name": "SercomSPISlave", + "version": "0.1.0", + "author": "lenvm \u003chttps://github.com/lenvm\u003e", + "maintainer": "lenvm \u003chttps://github.com/lenvm\u003e", + "sentence": "Sercom SPI library for ATSAMD21 boards", + "paragraph": "Supports Arduino Zero, Arduino MKR ZERO and Adafruit Feather M0.", + "website": "https://github.com/lenvm/SercomSPISlave", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lenvm/SercomSPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lenvm/SercomSPISlave-0.1.0.zip", + "archiveFileName": "SercomSPISlave-0.1.0.zip", + "size": 22926, + "checksum": "SHA-256:9e93717b18b9a2be9dd7e7f0339469fec3252466aaf8d436ce42f93ccd6824a0" + }, + { + "name": "SercomSPISlave", + "version": "0.2.0", + "author": "lenvm \u003chttps://github.com/lenvm\u003e", + "maintainer": "lenvm \u003chttps://github.com/lenvm\u003e", + "sentence": "Sercom SPI slave library for ATSAMD21 boards such as Arduino Zero, Arduino MKR Zero and Adafruit Feather M0.", + "paragraph": "This library supports setting up an SPI slave on an ATSAMD21 board. Any Sercom pin on an ATSAMD21 board that can be used to set up an SPI slave is supported by this library.", + "website": "https://github.com/lenvm/SercomSPISlave", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lenvm/SercomSPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lenvm/SercomSPISlave-0.2.0.zip", + "archiveFileName": "SercomSPISlave-0.2.0.zip", + "size": 29263, + "checksum": "SHA-256:0729aaf159a35768f455e27b2c244d9c6c8760cab38168358fc28eeffd60c345" + }, + { + "name": "TCA9555", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.0.zip", + "archiveFileName": "TCA9555-0.1.0.zip", + "size": 9340, + "checksum": "SHA-256:7530143de1c4d57b0eec081fdeb34cfcf5ce8f318d4b3bfe2d0d97e98145f1d2" + }, + { + "name": "TCA9555", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.1.zip", + "archiveFileName": "TCA9555-0.1.1.zip", + "size": 10120, + "checksum": "SHA-256:7b4a7b11b1814806376cffeceddd7bc101c4f9061cf17be5a36a26541375f600" + }, + { + "name": "TCA9555", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.2.zip", + "archiveFileName": "TCA9555-0.1.2.zip", + "size": 10235, + "checksum": "SHA-256:379215623d0780a53485dcdf2e7d331c594c236896f9ef6f653a9032e0754e29" + }, + { + "name": "TCA9555", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.3.zip", + "archiveFileName": "TCA9555-0.1.3.zip", + "size": 10703, + "checksum": "SHA-256:22c1b466d821854ea0a6f447c083148d8307f85852a2b04a464e906ff95b72d8" + }, + { + "name": "TCA9555", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.4.zip", + "archiveFileName": "TCA9555-0.1.4.zip", + "size": 12838, + "checksum": "SHA-256:a8e369f9215e1e10d62297cc9b43052da7bb1c7b10074183dfd373aa6469117f" + }, + { + "name": "TCA9555", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.5.zip", + "archiveFileName": "TCA9555-0.1.5.zip", + "size": 13812, + "checksum": "SHA-256:f2b2b391b2d2b832b2ed5f9d6ed4f6ff588ea283e6ca1a17b066602fdf85bd87" + }, + { + "name": "TCA9555", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.6.zip", + "archiveFileName": "TCA9555-0.1.6.zip", + "size": 14039, + "checksum": "SHA-256:d64fae0d6d5dc961021c32b3671f19408b73c19174482a9de65ca93e95c42760" + }, + { + "name": "TCA9555", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.1.7.zip", + "archiveFileName": "TCA9555-0.1.7.zip", + "size": 14048, + "checksum": "SHA-256:1ae8acf1da7009b2c76463251d54a3eacbe43593fdf89c0a471be6eb43d52f11" + }, + { + "name": "TCA9555", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C TCA9555 16 channel port expander - 16 IO-lines", + "paragraph": "Should also work for TCA9535 (not tested)", + "website": "https://github.com/RobTillaart/TCA9555", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/TCA9555.git", + "providesIncludes": [ + "TCA9555.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TCA9555-0.2.0.zip", + "archiveFileName": "TCA9555-0.2.0.zip", + "size": 14342, + "checksum": "SHA-256:8bbe7a77050bae253408243766e812f8a66542f0d54a5a0355c590beb5c7e56c" + }, + { + "name": "Sqlite3 for ESP8266", + "version": "1.2.0", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Sqlite3 library for ESP8266 Arduino core (includes Shox96 compression)", + "paragraph": "This Arduino library enables storing and accessing of Sqlite3 databases from SPIFFS or MicroSD card connected to ESP8266. It includes Shox96 Compression extension. For further information, please visit the given URL.", + "website": "https://github.com/siara-cc/esp_arduino_sqlite3_lib", + "category": "Data Storage", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siara-cc/esp_arduino_sqlite3_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite3_for_ESP8266-1.2.0.zip", + "archiveFileName": "Sqlite3_for_ESP8266-1.2.0.zip", + "size": 27072811, + "checksum": "SHA-256:c768ce20f15f9317251592f6261ad71cc1fd2b563c82d468a8d33bf79627d69c" + }, + { + "name": "LittleFS_Mbed_RP2040", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED RP2040 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040", + "category": "Data Storage", + "architectures": [ + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Mbed_RP2040-1.0.0.zip", + "archiveFileName": "LittleFS_Mbed_RP2040-1.0.0.zip", + "size": 34590, + "checksum": "SHA-256:9bde03726126f37ba0402b9cf6b472356561c34d622c7d054965ab4819ef64b2" + }, + { + "name": "LittleFS_Mbed_RP2040", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED RP2040 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040", + "category": "Data Storage", + "architectures": [ + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Mbed_RP2040-1.0.1.zip", + "archiveFileName": "LittleFS_Mbed_RP2040-1.0.1.zip", + "size": 37506, + "checksum": "SHA-256:15e3c8584ec71a1eaec2ff9c4b8f350beb5bc343b51c530ae2a5603c6b55d08c" + }, + { + "name": "LittleFS_Mbed_RP2040", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED RP2040 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_rp2040", + "ArduinoCore-mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Mbed_RP2040-1.0.2.zip", + "archiveFileName": "LittleFS_Mbed_RP2040-1.0.2.zip", + "size": 38003, + "checksum": "SHA-256:b3ade400953c31bfc0a373b1566111ad65bee12cc575375c8a1c1a62c0e5af8b" + }, + { + "name": "LittleFS_Mbed_RP2040", + "version": "1.0.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Wrapper of LittleFS for Arduino MBED RP2040 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_rp2040", + "ArduinoCore-mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040.git", + "providesIncludes": [ + "LittleFS_Mbed_RP2040.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Mbed_RP2040-1.0.3.zip", + "archiveFileName": "LittleFS_Mbed_RP2040-1.0.3.zip", + "size": 5750651, + "checksum": "SHA-256:b7345232b46674126e428c6e6d822f0f16eb941b8791df16f86cc9295d061ccc" + }, + { + "name": "LittleFS_Mbed_RP2040", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Wrapper of LittleFS for Arduino MBED RP2040 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_rp2040", + "ArduinoCore-mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Mbed_RP2040.git", + "providesIncludes": [ + "LittleFS_Mbed_RP2040.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Mbed_RP2040-1.1.0.zip", + "archiveFileName": "LittleFS_Mbed_RP2040-1.1.0.zip", + "size": 5742079, + "checksum": "SHA-256:fff54d461d275b67cb8a367756ed221e5bcccc30130cd8c3a10d3c1888069e85" + }, + { + "name": "SnappyProto", + "version": "0.1.0", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "A library which includes a snappy compressor and nanopb for creating snappy compressed protobufs.", + "paragraph": "Primarily built to support GrafanaLoki and PrometheusArduino libraries which both build snappy compressed protobufs.", + "website": "https://github.com/grafana/arduino-snappy-proto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/arduino-snappy-proto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/SnappyProto-0.1.0.zip", + "archiveFileName": "SnappyProto-0.1.0.zip", + "size": 64154, + "checksum": "SHA-256:31e0a17374c079a692487125b6ddf10da86e257bd324f980554cd78224be6413" + }, + { + "name": "SnappyProto", + "version": "0.1.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "A library which includes a snappy compressor and nanopb for creating snappy compressed protobufs.", + "paragraph": "Primarily built to support GrafanaLoki and PrometheusArduino libraries which both build snappy compressed protobufs.", + "website": "https://github.com/grafana/arduino-snappy-proto", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/arduino-snappy-proto.git", + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/SnappyProto-0.1.2.zip", + "archiveFileName": "SnappyProto-0.1.2.zip", + "size": 64141, + "checksum": "SHA-256:f373148a34f72ca4944bd0c552b11601741a47a72f46aef3fabe7d39a1be57ff" + }, + { + "name": "PromLokiTransport", + "version": "0.1.0", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "Abstracts a bunch of hardware and connectivity away from the GrafanaLoki and PrometheusArduino libraries", + "paragraph": "Provides a simple client interface for GrafanaLoki and PrometheusArduino to be able to communicate over a network including SSL support.", + "website": "https://github.com/grafana/arduino-prom-loki-transport", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/arduino-prom-loki-transport.git", + "dependencies": [ + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "MKRGSM" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PromLokiTransport-0.1.0.zip", + "archiveFileName": "PromLokiTransport-0.1.0.zip", + "size": 38325, + "checksum": "SHA-256:833bdcb43b7599fba1609b6418cdc9d4629d0ad7015338825645e67aa0588049" + }, + { + "name": "PromLokiTransport", + "version": "0.2.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Abstracts a bunch of hardware and connectivity away from the GrafanaLoki and PrometheusArduino libraries", + "paragraph": "Provides a simple client interface for GrafanaLoki and PrometheusArduino to be able to communicate over a network including SSL support.", + "website": "https://github.com/grafana/arduino-prom-loki-transport", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/arduino-prom-loki-transport.git", + "dependencies": [ + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "MKRGSM" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PromLokiTransport-0.2.2.zip", + "archiveFileName": "PromLokiTransport-0.2.2.zip", + "size": 38335, + "checksum": "SHA-256:c749ac61d788cee32d05d7af63c447a566a9c4d367f18e4c0a9ada80ea3f414f" + }, + { + "name": "PrometheusArduino", + "version": "0.1.0", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "Send data to Prometheus via the remote write protocol.", + "paragraph": "Lets you send data directly to a Prometheus server or any Prometheus compatible remote write database such as Cortex,Thanos,M3DB etc.", + "website": "https://github.com/grafana/prometheus-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/prometheus-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PrometheusArduino-0.1.0.zip", + "archiveFileName": "PrometheusArduino-0.1.0.zip", + "size": 30180, + "checksum": "SHA-256:ecbe3658466c16a71c1e7ac42589377a0c6f1dce7f3dc08531776331646574b7" + }, + { + "name": "PrometheusArduino", + "version": "0.2.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Send data to Prometheus via the remote write protocol.", + "paragraph": "Lets you send data directly to a Prometheus server or any Prometheus compatible remote write database such as Cortex,Thanos,M3DB etc.", + "website": "https://github.com/grafana/prometheus-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/prometheus-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PrometheusArduino-0.2.2.zip", + "archiveFileName": "PrometheusArduino-0.2.2.zip", + "size": 30444, + "checksum": "SHA-256:20a2dd37100ed918c09b29c5eb4d9fcf7dc4f9083bfb11717cc02e5561a01e9b" + }, + { + "name": "PrometheusArduino", + "version": "0.3.0", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Send data to Prometheus via the remote write protocol.", + "paragraph": "Lets you send data directly to a Prometheus server or any Prometheus compatible remote write database such as Cortex,Thanos,M3DB etc.", + "website": "https://github.com/grafana/prometheus-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/prometheus-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PrometheusArduino-0.3.0.zip", + "archiveFileName": "PrometheusArduino-0.3.0.zip", + "size": 30952, + "checksum": "SHA-256:1912eb2ddcc82d61cab042bd1bcd1ea51df3c59e933ce8a44f159560c4acc59b" + }, + { + "name": "PrometheusArduino", + "version": "0.4.0", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Send data to Prometheus via the remote write protocol.", + "paragraph": "Lets you send data directly to a Prometheus server or any Prometheus compatible remote write database such as Cortex,Thanos,M3DB etc.", + "website": "https://github.com/grafana/prometheus-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/prometheus-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/PrometheusArduino-0.4.0.zip", + "archiveFileName": "PrometheusArduino-0.4.0.zip", + "size": 30436, + "checksum": "SHA-256:49173b4806d92fb629c371d6b0ff9ffafd47d296a2e483a1ddb9efb34d0f735a" + }, + { + "name": "GrafanaLoki", + "version": "0.1.0", + "author": "Ed Welch", + "maintainer": "Loki Project \u003clokiproject@googlegroups.com\u003e", + "sentence": "Send logs/events to Grafana Loki", + "paragraph": "Loki is a very flexible, easy to run Log aggregation tool. With this library you can send logs/events directly to a Loki server. Check out the project link for more info.", + "website": "https://github.com/grafana/loki-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/loki-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/GrafanaLoki-0.1.0.zip", + "archiveFileName": "GrafanaLoki-0.1.0.zip", + "size": 42839, + "checksum": "SHA-256:1fd86766eceea6ce104bb48da588261df58c6b54b1d90b150a9ac4b2d340e157" + }, + { + "name": "GrafanaLoki", + "version": "0.2.2", + "author": "Ed Welch", + "maintainer": "Grafana \u003carduino@grafana.com\u003e", + "sentence": "Send logs/events to Grafana Loki", + "paragraph": "Loki is a very flexible, easy to run Log aggregation tool. With this library you can send logs/events directly to a Loki server. Check out the project link for more info.", + "website": "https://github.com/grafana/loki-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/grafana/loki-arduino.git", + "dependencies": [ + { + "name": "SnappyProto" + }, + { + "name": "PromLokiTransport" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/grafana/GrafanaLoki-0.2.2.zip", + "archiveFileName": "GrafanaLoki-0.2.2.zip", + "size": 43178, + "checksum": "SHA-256:5222d462012360674f75f7da70a28356b068b736b2572dd672ddc8d8c4c7a72c" + }, + { + "name": "PLCustomDevices", + "version": "0.1.1", + "author": "Oguz Kagan YAGLIOGLU", + "maintainer": "Oguz Kagan YAGLIOGLU \u003cme@oguzkagan.xyz\u003e", + "sentence": "[BETA] Perfect Lights Custom Devices official library", + "paragraph": "This library depends on PubSubClient and ArduinoJson.", + "website": "https://perfectlights.oguzkagan.xyz/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/oguzkaganyaglioglu/PLCustomDevicesLibrary.git", + "providesIncludes": [ + "PLCustomDevices.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/oguzkaganyaglioglu/PLCustomDevices-0.1.1.zip", + "archiveFileName": "PLCustomDevices-0.1.1.zip", + "size": 8000, + "checksum": "SHA-256:df6995030fa1c95bea5e072f4dafadacfcfb26a8156d34ae82b686ca98c9cc9b" + }, + { + "name": "PLCustomDevices", + "version": "0.1.0", + "author": "Oguz Kagan YAGLIOGLU", + "maintainer": "Oguz Kagan YAGLIOGLU \u003cme@oguzkagan.xyz\u003e", + "sentence": "[BETA] Perfect Lights Custom Devices official library", + "paragraph": "This library depends on PubSubClient and ArduinoJson.", + "website": "https://perfectlights.oguzkagan.xyz/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/oguzkaganyaglioglu/PLCustomDevicesLibrary.git", + "providesIncludes": [ + "PLCustomDevices.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/oguzkaganyaglioglu/PLCustomDevices-0.1.0.zip", + "archiveFileName": "PLCustomDevices-0.1.0.zip", + "size": 7292, + "checksum": "SHA-256:57b4dd147021be5983fa9ff5c631a63b3b74ab94a557e153a0082ff3609028a5" + }, + { + "name": "PLCustomDevices", + "version": "0.2.0", + "author": "Oguz Kagan YAGLIOGLU", + "maintainer": "Oguz Kagan YAGLIOGLU \u003cme@oguzkagan.xyz\u003e", + "sentence": "[BETA] Perfect Lights Custom Devices official library", + "paragraph": "This library depends on PubSubClient and ArduinoJson.", + "website": "https://perfectlights.oguzkagan.xyz/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/oguzkaganyaglioglu/PLCustomDevicesLibrary.git", + "providesIncludes": [ + "PLCustomDevices.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/oguzkaganyaglioglu/PLCustomDevices-0.2.0.zip", + "archiveFileName": "PLCustomDevices-0.2.0.zip", + "size": 8397, + "checksum": "SHA-256:f9d2977e38d8999c87c697346ea86de4abee678cefc7a1c7128c65090a7d5ca3" + }, + { + "name": "Arduboy-BistercianNumbers", + "version": "1.0.0", + "author": "Francisco Alvarez", + "maintainer": "Francisco Alvarez", + "sentence": "Tiny 4x4 Bistercian Numerical Display for the Arduboy game system.", + "paragraph": "Displays any numerical value up to 9999 in a 4x4 space, intended as proof of concept and flavour to some games.", + "website": "https://github.com/franalvarez21/Arduboy-BistercianNumbers", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/franalvarez21/Arduboy-BistercianNumbers.git", + "providesIncludes": [ + "Bistercian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/franalvarez21/Arduboy_BistercianNumbers-1.0.0.zip", + "archiveFileName": "Arduboy_BistercianNumbers-1.0.0.zip", + "size": 36757, + "checksum": "SHA-256:864750de4ec450cbac288f03c4a6f915468a2e824bc93a6ac9a04e17149fb227" + }, + { + "name": "Arduboy-BistercianNumbers", + "version": "1.1.0", + "author": "Francisco Alvarez", + "maintainer": "Francisco Alvarez", + "sentence": "Tiny 4x4 Bistercian Numerical Display for the Arduboy game system.", + "paragraph": "Displays any numerical value up to 9999 in a 4x4 space, intended as proof of concept and flavour to some games.", + "website": "https://github.com/franalvarez21/Arduboy-BistercianNumbers", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/franalvarez21/Arduboy-BistercianNumbers.git", + "providesIncludes": [ + "Bistercian.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/franalvarez21/Arduboy_BistercianNumbers-1.1.0.zip", + "archiveFileName": "Arduboy_BistercianNumbers-1.1.0.zip", + "size": 36616, + "checksum": "SHA-256:0bad32d964866e01fe42e13d759deadf1413396243a84a96d54ab750d4f7ab26" + }, + { + "name": "MpesaSTK", + "version": "1.0.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Mpesa Daraja for microcontrollers.", + "paragraph": "A library implementing MPESA Daraja on Arduino microcontrollers.", + "website": "https://github.com/fbiego/MpesaSTK", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/MpesaSTK.git", + "providesIncludes": [ + "MpesaSTK.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/MpesaSTK-1.0.0.zip", + "archiveFileName": "MpesaSTK-1.0.0.zip", + "size": 8770, + "checksum": "SHA-256:993bc21ee8478828c28ac0b3da6488131370354a12536722fa9c6ba8270152d5" + }, + { + "name": "MpesaSTK", + "version": "1.0.1", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Mpesa Daraja for microcontrollers.", + "paragraph": "A library implementing MPESA Daraja on Arduino microcontrollers.", + "website": "https://github.com/fbiego/MpesaSTK", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/MpesaSTK.git", + "providesIncludes": [ + "MpesaSTK.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/MpesaSTK-1.0.1.zip", + "archiveFileName": "MpesaSTK-1.0.1.zip", + "size": 10774, + "checksum": "SHA-256:45ee97e1a42717bd401a848e588947a5648655e96bee1df82a1a1d81721ebcfb" + }, + { + "name": "RP2040_RTC", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.0.zip", + "archiveFileName": "RP2040_RTC-1.0.0.zip", + "size": 140229, + "checksum": "SHA-256:d2e0bda01d050558092eb8961bace40b3d8094003570f8d201b168b9d05e7b07" + }, + { + "name": "RP2040_RTC", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.1.zip", + "archiveFileName": "RP2040_RTC-1.0.1.zip", + "size": 140533, + "checksum": "SHA-256:0fe663e7e10844d30e27dc1c80016d6f943166d1a6d3926ffda012813ff519ac" + }, + { + "name": "RP2040_RTC", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.2.zip", + "archiveFileName": "RP2040_RTC-1.0.2.zip", + "size": 141211, + "checksum": "SHA-256:0ca8621e5f762938c2ab03765e2b57feeac5cc315c684666f9dff9d64ef6fa69" + }, + { + "name": "RP2040_RTC", + "version": "1.0.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.3.zip", + "archiveFileName": "RP2040_RTC-1.0.3.zip", + "size": 147637, + "checksum": "SHA-256:7d65f6f7daee2e79e7ca6941e67055b6adca2a28ccc552d78611bb2940977ef5" + }, + { + "name": "RP2040_RTC", + "version": "1.0.4", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.4.zip", + "archiveFileName": "RP2040_RTC-1.0.4.zip", + "size": 148156, + "checksum": "SHA-256:ceaca5e7f72142bde75cfe86dd471af273af6fba34d62f691e7c55cbf7dbf51b" + }, + { + "name": "RP2040_RTC", + "version": "1.0.5", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.5.zip", + "archiveFileName": "RP2040_RTC-1.0.5.zip", + "size": 160559, + "checksum": "SHA-256:a2caf756d94d73a862c24b3ef6dfa3b6f7a34413e2bda9bd6de4ca58a12e0adf" + }, + { + "name": "RP2040_RTC", + "version": "1.0.6", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.6.zip", + "archiveFileName": "RP2040_RTC-1.0.6.zip", + "size": 159402, + "checksum": "SHA-256:cbe4a75be24c944d035a3dfc428ba08118f081b7e396eebe7a0b87252fb499f5" + }, + { + "name": "RP2040_RTC", + "version": "1.0.7", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.7.zip", + "archiveFileName": "RP2040_RTC-1.0.7.zip", + "size": 159579, + "checksum": "SHA-256:2757c799aea36925a278b89fb33b3d515c819c5283ed308ad2387afb962da664" + }, + { + "name": "RP2040_RTC", + "version": "1.0.8", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.0.8.zip", + "archiveFileName": "RP2040_RTC-1.0.8.zip", + "size": 159769, + "checksum": "SHA-256:1b2165264a8fda0b37012ce1375807128b874477bb02e8ec19c89ffd34c5d4db" + }, + { + "name": "RP2040_RTC", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.1.0.zip", + "archiveFileName": "RP2040_RTC-1.1.0.zip", + "size": 156071, + "checksum": "SHA-256:81f3a96651909c3e2eaf83deeb44b97b3f9e31f41d9183896d191ae4503529df" + }, + { + "name": "RP2040_RTC", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO", + "paragraph": "This RP204-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RP2040_RTC", + "category": "Timing", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_RTC.git", + "providesIncludes": [ + "RP2040_RTC.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_RTC-1.1.1.zip", + "archiveFileName": "RP2040_RTC-1.1.1.zip", + "size": 166240, + "checksum": "SHA-256:7385c89c2744c98719eb5e3d3bf4a05b70d7690eb0b7034e7dc626e68cc8348a" + }, + { + "name": "Seeed Arduino Audio", + "version": "1.4.1", + "author": "Paul Stoffregen(original author)", + "maintainer": "Seeed Studio", + "sentence": "Flexible, High Quality Audio Processing Library", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Audio-1.4.1.zip", + "archiveFileName": "Seeed_Arduino_Audio-1.4.1.zip", + "size": 9847997, + "checksum": "SHA-256:22314887cbd44ba00599b079ddd8e6f9f232e7bdb15786c19aaaad8c870100b7" + }, + { + "name": "Seeed Arduino Audio", + "version": "1.4.2", + "author": "Paul Stoffregen(original author)", + "maintainer": "Seeed Studio(techsupport@seeed.cc)", + "sentence": "Flexible, High Quality Audio Processing Library", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Audio-1.4.2.zip", + "archiveFileName": "Seeed_Arduino_Audio-1.4.2.zip", + "size": 9848086, + "checksum": "SHA-256:3d7adfd6988cb63c409f67d5a3b64c9fddfc16259944e699b43ec57e059b9a44" + }, + { + "name": "Seeed Arduino Audio", + "version": "1.4.3", + "author": "Paul Stoffregen(original author)", + "maintainer": "Seeed Studio(techsupport@seeed.cc)", + "sentence": "Flexible, High Quality Audio Processing Library", + "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Audio-1.4.3.zip", + "archiveFileName": "Seeed_Arduino_Audio-1.4.3.zip", + "size": 9847556, + "checksum": "SHA-256:8f2975d6706afec3abd715ebcc678b5f58613f3c3063c8dd31b20c4c97c7dd5b" + }, + { + "name": "VL53L1X_ULD", + "version": "1.2.2", + "author": "Ruben Neurink-Sluiman", + "maintainer": "Ruben Neurink-Sluiman \u003cruben.neurink@gmail.com\u003e", + "sentence": "Library for interaction with the time of flight sensor VL53L1X", + "paragraph": "This library is based on the ST ultra lite driver 3.5.0 for the time of flight sensor VL53L1X. Contains the full API from ST.", + "website": "https://github.com/rneurink/VL53L1X_ULD", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rneurink/VL53L1X_ULD.git", + "providesIncludes": [ + "VL53L1X_ULD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rneurink/VL53L1X_ULD-1.2.2.zip", + "archiveFileName": "VL53L1X_ULD-1.2.2.zip", + "size": 1143894, + "checksum": "SHA-256:6eb76728120655cc5a4df29f1b01060868d72232b0608cd78baba1cbeb6050ab" + }, + { + "name": "VL53L1X_ULD", + "version": "1.2.3", + "author": "Ruben Neurink-Sluiman", + "maintainer": "Ruben Neurink-Sluiman \u003cruben.neurink@gmail.com\u003e", + "sentence": "Library for interaction with the time of flight sensor VL53L1X", + "paragraph": "This library is based on the ST ultra lite driver 3.5.0 for the time of flight sensor VL53L1X. Contains the full API from ST.", + "website": "https://github.com/rneurink/VL53L1X_ULD", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rneurink/VL53L1X_ULD.git", + "providesIncludes": [ + "VL53L1X_ULD.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rneurink/VL53L1X_ULD-1.2.3.zip", + "archiveFileName": "VL53L1X_ULD-1.2.3.zip", + "size": 1145448, + "checksum": "SHA-256:93ec7043dde4cf13cd179b336e273c1f1cee127e59fbd0f89f24cebd874bafd4" + }, + { + "name": "KMP_RS485", + "version": "1.0.0", + "author": "Plamen Kovandzhiev", + "maintainer": "KMP Electronics \u003ccontact@kmpelectronics.eu\u003e", + "sentence": "Library allows you send and receieve data using RS485 protocol", + "paragraph": "You can communicate with devices support RS485 protocol", + "website": "https://github.com/kmpelectronics/KMP_RS485", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kmpelectronics/KMP_RS485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kmpelectronics/KMP_RS485-1.0.0.zip", + "archiveFileName": "KMP_RS485-1.0.0.zip", + "size": 9798, + "checksum": "SHA-256:79f123312520859d9f519b116fbfcdadd482c4069034d90c4493b9e11543059a" + }, + { + "name": "GLEE2023", + "version": "0.1.0-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "AK09940.h", + "ICM20602.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h" + ], + "dependencies": [ + { + "name": "RadioLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.1.0-beta.zip", + "archiveFileName": "GLEE2023-0.1.0-beta.zip", + "size": 3603343, + "checksum": "SHA-256:71112cd4564a1863703dbb8ce3fe907bb48f89e3688bba5e37e74ca440459d72" + }, + { + "name": "GLEE2023", + "version": "0.2.0-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit_Unified_Sensor" + }, + { + "name": "Adafruit_BusiIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.0-beta.zip", + "archiveFileName": "GLEE2023-0.2.0-beta.zip", + "size": 3618613, + "checksum": "SHA-256:5f414bd152c1fd06595e3abb68621fd0c8a9876e6711cb27680f06d1a0723a95" + }, + { + "name": "GLEE2023", + "version": "0.2.1-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.1-beta.zip", + "archiveFileName": "GLEE2023-0.2.1-beta.zip", + "size": 3618708, + "checksum": "SHA-256:0e898c83cb2631a4707aeeeaf419ddfff824e398e1c7b1605d8438fb90832ad5" + }, + { + "name": "GLEE2023", + "version": "0.2.2-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.2-beta.zip", + "archiveFileName": "GLEE2023-0.2.2-beta.zip", + "size": 3622844, + "checksum": "SHA-256:a32a4daf52186cb27ed7d68a50ac0ede9199ddd25d4de4b91b26ad4c1c7108d6" + }, + { + "name": "GLEE2023", + "version": "0.2.4-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.4-beta.zip", + "archiveFileName": "GLEE2023-0.2.4-beta.zip", + "size": 3635512, + "checksum": "SHA-256:f879a55c3111332d869a57df3d24834d265e5b9cb7411587dff583a558ec3baa" + }, + { + "name": "GLEE2023", + "version": "0.2.5-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.5-beta.zip", + "archiveFileName": "GLEE2023-0.2.5-beta.zip", + "size": 3637894, + "checksum": "SHA-256:5c28efcda710680c540c9f1cb07fca7ec0f6cf8895be1e24eca40c8e63d373b9" + }, + { + "name": "GLEE2023", + "version": "0.2.6-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.6-beta.zip", + "archiveFileName": "GLEE2023-0.2.6-beta.zip", + "size": 3639942, + "checksum": "SHA-256:a2717cb0d583fa8b0e36ac807382feff5ebd4441a48027a0cfa7d42f6284b575" + }, + { + "name": "GLEE2023", + "version": "0.2.7-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.7-beta.zip", + "archiveFileName": "GLEE2023-0.2.7-beta.zip", + "size": 3642404, + "checksum": "SHA-256:de8a0bad74e2cf100a8f394ea8a1972057d864a2ba4209d25444ee51bd38adca" + }, + { + "name": "GLEE2023", + "version": "0.2.8-beta", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-0.2.8-beta.zip", + "archiveFileName": "GLEE2023-0.2.8-beta.zip", + "size": 3645166, + "checksum": "SHA-256:122a978fd9d31890d31fc7c9c67761f2bf3b1b283ba291cdd67804a4fda248bb" + }, + { + "name": "GLEE2023", + "version": "1.0.0", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.0.0.zip", + "archiveFileName": "GLEE2023-1.0.0.zip", + "size": 3643581, + "checksum": "SHA-256:3d9e22fffaf46922d326eb2cc3da0e586e1996f7f0e8cad4bb1664ffe96f118e" + }, + { + "name": "GLEE2023", + "version": "1.0.1", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.0.1.zip", + "archiveFileName": "GLEE2023-1.0.1.zip", + "size": 3643572, + "checksum": "SHA-256:6921a9406de7764b927b931ce9c1c72e14d7ba7f8abeb25288b8798d461f59aa" + }, + { + "name": "GLEE2023", + "version": "1.0.2", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.0.2.zip", + "archiveFileName": "GLEE2023-1.0.2.zip", + "size": 3648323, + "checksum": "SHA-256:bdca209e287c9441e99117513c12483aa1ee61a80b99d9d05aae21879f947398" + }, + { + "name": "GLEE2023", + "version": "1.0.3", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.0.3.zip", + "archiveFileName": "GLEE2023-1.0.3.zip", + "size": 3648335, + "checksum": "SHA-256:c890cdaeb71b2e6d72fcfbf71af0fd1fadaa62ce2fdf56499f0fd6875339bcff" + }, + { + "name": "GLEE2023", + "version": "1.1.0", + "author": "Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MLX90395.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.1.0.zip", + "archiveFileName": "GLEE2023-1.1.0.zip", + "size": 3656520, + "checksum": "SHA-256:5b0113619091c9e345deac847731be32e1c31f5ff7e891d11f55c70c2c7c4a56" + }, + { + "name": "GLEE2023", + "version": "1.1.1", + "author": "John Aldrete, Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer, Luke Roberson, Akhil Tadiparthi, Catherine Xiao", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MLX90395.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.1.1.zip", + "archiveFileName": "GLEE2023-1.1.1.zip", + "size": 3656919, + "checksum": "SHA-256:8013a244697cead0fb32b011097c4ce9dadb5d066b60fdccf7de8e2bcce8976f" + }, + { + "name": "GLEE2023", + "version": "1.1.2", + "author": "John Aldrete, Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer, Luke Roberson, Akhil Tadiparthi, Catherine Xiao", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MLX90395.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.1.2.zip", + "archiveFileName": "GLEE2023-1.1.2.zip", + "size": 3656914, + "checksum": "SHA-256:b63e39228d54e6b2e07cf5900facfd265c1ef5756558fac0ca65367d485f0232" + }, + { + "name": "GLEE2023", + "version": "1.1.3", + "author": "John Aldrete, Bryce Glacken, Corey Huffman, Walker Johnson, Yvonne Liu, Andres Montealegre, Matt Moran, Lawson Nerenberg, Erin Omyer, Luke Roberson, Akhil Tadiparthi, Catherine Xiao", + "maintainer": "Lawson Nerenberg \u003clnerenbergdev@gmail.com\u003e", + "sentence": "This library is for the Great Lunar Expedition for Everyone mission, which will provide accessible opportunities for students to directly participate in Lunar exploration.", + "paragraph": "GLEE will educate, inspire and enable the next generation of explorers with its easy to use LunaSat platform. GLEEs LunaSats, post-it note size wireless enabled sensing nodes, offer a range of functionalities relevant to both Lunar and Earth based scientific investigations. GLEE believes that providing students with LunasSats and associated education content will foster deep learning of many STEM fundamentals. Furthermore, challenging students to identify investigations which utilize standalone and networked LunaSats will foster novel crowdsourced approaches to Lunar exploration while also promoting innovations beneficial to life on Earth. The major goal of GLEE is to deliver and disperse 500 student team owned LunaSats as part of a distributed environmental sensing network on the surface of the moon. The prototyping of LunaSat and creation of educational modules is funded by NASAs Artemis Student Challenge initiative.", + "website": "https://github.com/GLEE2023/GLEE2023", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/GLEE2023.git", + "providesIncludes": [ + "MLX90393.h", + "MLX90395.h", + "MPU6000.h", + "TMP117.h", + "TPIS1385.h", + "CAP.h", + "LunaSat.h", + "GLEE_Sensor.h", + "GLEE_Radio.h" + ], + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE2023-1.1.3.zip", + "archiveFileName": "GLEE2023-1.1.3.zip", + "size": 3656987, + "checksum": "SHA-256:3da03845fd9725ddd023b1132805d783cdeea643b2c314764ec2e8e9c026e6b6" + }, + { + "name": "ClockForSeg_Lib", + "version": "1.0.0", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for Clock made of TM1637", + "paragraph": "This library helps you made Clock(DS1302) using 7-Segment(TM1637)", + "website": "https://github.com/jihoonkimtech/ClockForSeg_Lib", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jihoonkimtech/ClockForSeg_Lib.git", + "dependencies": [ + { + "name": "TM1637 Driver" + }, + { + "name": "RTC by Makuna" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/ClockForSeg_Lib-1.0.0.zip", + "archiveFileName": "ClockForSeg_Lib-1.0.0.zip", + "size": 3314317, + "checksum": "SHA-256:6baee6a455c4efeae16f81c6042865ff1f5112cbd3ad5d24daef371c29653713" + }, + { + "name": "ClockForSeg_Lib", + "version": "1.0.1", + "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", + "sentence": "A library for Clock made of TM1637", + "paragraph": "This library helps you made Clock(DS1302) using 7-Segment(TM1637)", + "website": "https://github.com/jihoonkimtech/ClockForSeg_Lib", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jihoonkimtech/ClockForSeg_Lib.git", + "dependencies": [ + { + "name": "TM1637 Driver" + }, + { + "name": "Rtc by Makuna" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/ClockForSeg_Lib-1.0.1.zip", + "archiveFileName": "ClockForSeg_Lib-1.0.1.zip", + "size": 3314353, + "checksum": "SHA-256:374919fc0f6bb2b431457c8de21dbd03144caca5aeda090c5f0cd4d6f5110327" + }, + { + "name": "GyverOLED", + "version": "0.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-0.5.0.zip", + "archiveFileName": "GyverOLED-0.5.0.zip", + "size": 1131152, + "checksum": "SHA-256:4ca2c14da1d63ca25a7828dde1e4c15898848f079c8c3e249f473042d9fa0cce" + }, + { + "name": "GyverOLED", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.0.0.zip", + "archiveFileName": "GyverOLED-1.0.0.zip", + "size": 1131152, + "checksum": "SHA-256:1f9cc82be3525b375b674ce091d1ce9af81ee207c43e99be38a3bd182da76cbf" + }, + { + "name": "GyverOLED", + "version": "1.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.0.1.zip", + "archiveFileName": "GyverOLED-1.0.1.zip", + "size": 1228162, + "checksum": "SHA-256:8b414d80a81ce70e37201b4acabd7cfc6c5799371208d04326e91d10d76bca81" + }, + { + "name": "GyverOLED", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.2.0.zip", + "archiveFileName": "GyverOLED-1.2.0.zip", + "size": 1228561, + "checksum": "SHA-256:69f48054caac3bfc0ebd8501cf48134395db03759fc19c39b851c864eab3bf63" + }, + { + "name": "GyverOLED", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.3.0.zip", + "archiveFileName": "GyverOLED-1.3.0.zip", + "size": 1228636, + "checksum": "SHA-256:0150fe714faa76425c21da35549d268777a2daa5cea42ff2c2a5f89ae95ca81a" + }, + { + "name": "GyverOLED", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.3.1.zip", + "archiveFileName": "GyverOLED-1.3.1.zip", + "size": 1228701, + "checksum": "SHA-256:2f5e8e0adfa53c7222696b9b3941c677c1f4e983dd76217383fa7337881d573b" + }, + { + "name": "GyverOLED", + "version": "1.3.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.3.2.zip", + "archiveFileName": "GyverOLED-1.3.2.zip", + "size": 1228846, + "checksum": "SHA-256:1408d020776f0192d5e4a4498884a779a9acc4c9eeaf736f3a722e8ec93ff129" + }, + { + "name": "GyverOLED", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.4.0.zip", + "archiveFileName": "GyverOLED-1.4.0.zip", + "size": 1227622, + "checksum": "SHA-256:3bfdae6c4f03eb84c66d6ca9169a68188c537d42a4d8f22c9581407804a675e1" + }, + { + "name": "GyverOLED", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.5.0.zip", + "archiveFileName": "GyverOLED-1.5.0.zip", + "size": 1232827, + "checksum": "SHA-256:9b39d1894ab63eb8c921b58dcba00810ac276be6996fbae4027ff4ca2fd7986e" + }, + { + "name": "GyverOLED", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.6.0.zip", + "archiveFileName": "GyverOLED-1.6.0.zip", + "size": 1233295, + "checksum": "SHA-256:9087946c3eb88ab0fec5fcf8185e34882958d9ec30aaaaf8415427741b39d08a" + }, + { + "name": "GyverOLED", + "version": "1.6.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light library for SSD1306/SSH1106 OLED display", + "paragraph": "Fast and light library for SSD1306/SSH1106 OLED display", + "website": "https://github.com/GyverLibs/GyverOLED", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverOLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverOLED-1.6.1.zip", + "archiveFileName": "GyverOLED-1.6.1.zip", + "size": 1233628, + "checksum": "SHA-256:0596450d7856edc66aa0a5df64846a701883a0c6b72bb43bf86608e977f0e002" + }, + { + "name": "DelayExec", + "version": "0.1.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to defer executions", + "paragraph": "Use this library to execute functions in a deferred manner.", + "website": "https://github.com/sebmillet/DelayExec", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/DelayExec.git", + "providesIncludes": [ + "DelayExec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/DelayExec-0.1.0.zip", + "archiveFileName": "DelayExec-0.1.0.zip", + "size": 22987, + "checksum": "SHA-256:c626c4aa873d4de884cc9329201e1f91175bf3fabf3ea0513023df1fb0d9aa6e" + }, + { + "name": "DelayExec", + "version": "0.1.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to defer executions", + "paragraph": "Allows to execute once or repeat execution forever, also allows to schedule a new task *from inside* a function called by the scheduler. Thus one can decide during scheduled task execution, whether or not to schedule another execution and to what delay.", + "website": "https://github.com/sebmillet/DelayExec", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/DelayExec.git", + "providesIncludes": [ + "DelayExec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/DelayExec-0.1.1.zip", + "archiveFileName": "DelayExec-0.1.1.zip", + "size": 28120, + "checksum": "SHA-256:26d15744b5f106db5b6427f5a848b9b72cbc580182703548724f77bc205d38d9" + }, + { + "name": "DelayExec", + "version": "0.2.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to defer executions", + "paragraph": "Allows to execute once or repeat execution forever, also allows to schedule a new task *from inside* a function called by the scheduler. Thus one can decide during scheduled task execution, whether or not to schedule another execution and to what delay.", + "website": "https://github.com/sebmillet/DelayExec", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/DelayExec.git", + "providesIncludes": [ + "DelayExec.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/DelayExec-0.2.0.zip", + "archiveFileName": "DelayExec-0.2.0.zip", + "size": 29226, + "checksum": "SHA-256:d9afaf46f68ccd4d624af2798e75acf196e31dd2b182df7198bf1906acf1a196" + }, + { + "name": "RF433any", + "version": "0.5.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.0.zip", + "archiveFileName": "RF433any-0.5.0.zip", + "size": 262838, + "checksum": "SHA-256:2f3119e4ea2149332b5f5266d297165394b11dd85ed22ca2207f3ff61a1a3ea2" + }, + { + "name": "RF433any", + "version": "0.5.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.1.zip", + "archiveFileName": "RF433any-0.5.1.zip", + "size": 253344, + "checksum": "SHA-256:b3606fd6ad1a1f4ada131d49a4ea6bab4e458f60d1efe8e69c36a57147cdae45" + }, + { + "name": "RF433any", + "version": "0.5.2", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.2.zip", + "archiveFileName": "RF433any-0.5.2.zip", + "size": 253429, + "checksum": "SHA-256:d430fe5d11d1586ea6a3dd8976c34a02662840179acc4c6c68053b6ed3244b85" + }, + { + "name": "RF433any", + "version": "0.5.3", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.5.3.zip", + "archiveFileName": "RF433any-0.5.3.zip", + "size": 253416, + "checksum": "SHA-256:eb5e158eca0a15b0ae4937fd3713315a2b76fcc12053de305134f8eb3f41b95d" + }, + { + "name": "RF433any", + "version": "0.6.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.6.0.zip", + "archiveFileName": "RF433any-0.6.0.zip", + "size": 259818, + "checksum": "SHA-256:d6585e2db41e33e6c976cedc038144f8198869845c1891a9ee429ec321ffd333" + }, + { + "name": "RF433any", + "version": "0.7.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.0.zip", + "archiveFileName": "RF433any-0.7.0.zip", + "size": 265920, + "checksum": "SHA-256:63374785d240eeecfafb69bc6cc9f240c95dece5fcc0b768b3bee71af39ddc5e" + }, + { + "name": "RF433any", + "version": "0.7.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.1.zip", + "archiveFileName": "RF433any-0.7.1.zip", + "size": 265986, + "checksum": "SHA-256:6b222225481a63349715d33b3c82f14a2d66b1e0ff1537eb8359f4f8a48ab767" + }, + { + "name": "RF433any", + "version": "0.7.2", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.2.zip", + "archiveFileName": "RF433any-0.7.2.zip", + "size": 266020, + "checksum": "SHA-256:d16260a2bba118b43a1cecfa4279527e7c7290fed186052f4e1be7a185a4d7bf" + }, + { + "name": "RF433any", + "version": "0.7.3", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it. You can also use its output to use RF433recv library.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.3.zip", + "archiveFileName": "RF433any-0.7.3.zip", + "size": 272741, + "checksum": "SHA-256:e146313fdef329962d525cc032ad171dc5af57f58fdc2f588c649f270777d64b" + }, + { + "name": "RF433any", + "version": "0.7.4", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it. You can also use its output to use RF433recv library.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.4.zip", + "archiveFileName": "RF433any-0.7.4.zip", + "size": 272593, + "checksum": "SHA-256:0d95a945fd80e0cfb53aa5017ea5928139624a3367e73bfc410eef2c6d0e5531" + }, + { + "name": "RF433any", + "version": "0.7.5", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it. You can also use its output to use RF433recv library.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.5.zip", + "archiveFileName": "RF433any-0.7.5.zip", + "size": 272960, + "checksum": "SHA-256:348ee1169cdb51d3e4f4080b988e5effebcd2a8779bb25e7c467912f2102e72f" + }, + { + "name": "RF433any", + "version": "0.7.6", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode any protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode any protocol received on a 433 Mhz Radio Frequencies receiver. Allow to display low level data (raw code), user level data (code received) and code timings. No pre-defined timings to specify, the library detects it. You can also use its output to use RF433recv library.", + "website": "https://github.com/sebmillet/RF433any", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433any.git", + "providesIncludes": [ + "RF433any.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433any-0.7.6.zip", + "archiveFileName": "RF433any-0.7.6.zip", + "size": 272960, + "checksum": "SHA-256:33f498de5393eafd603d72dc6b606e83117985d1d41139cd249735b367066210" + }, + { + "name": "OTAdrive_ESP", + "version": "1.0.4", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.0.4.zip", + "archiveFileName": "OTAdrive_ESP-1.0.4.zip", + "size": 7373, + "checksum": "SHA-256:56060a5b9e28b6d6f5fa5690a623087a78b203676e984363b5d28594dc775995" + }, + { + "name": "OTAdrive_ESP", + "version": "1.0.5", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.0.5.zip", + "archiveFileName": "OTAdrive_ESP-1.0.5.zip", + "size": 9096, + "checksum": "SHA-256:b2a4ded382df4bf959e26131923a9644f3f1630f4e8410cebe3796a2a91179d4" + }, + { + "name": "OTAdrive_ESP", + "version": "1.0.7", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.0.7.zip", + "archiveFileName": "OTAdrive_ESP-1.0.7.zip", + "size": 1498640, + "checksum": "SHA-256:b60979d88e78cb4f97c3e4c1325b224d294cf3aa5a23d94aaf600804316faad9" + }, + { + "name": "OTAdrive_ESP", + "version": "1.0.8", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.0.8.zip", + "archiveFileName": "OTAdrive_ESP-1.0.8.zip", + "size": 1498698, + "checksum": "SHA-256:9a1e7253296467144b51bd3302bdc0a9480500cdf88deebe9fc3d09fdce3f390" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.0", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.0.zip", + "archiveFileName": "OTAdrive_ESP-1.1.0.zip", + "size": 1505739, + "checksum": "SHA-256:faff2594b9eb833e2d5713fbf978f3622d25a5e9d7e66a00756dc919dc42dd7e" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.1", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.1.zip", + "archiveFileName": "OTAdrive_ESP-1.1.1.zip", + "size": 1505728, + "checksum": "SHA-256:ab16771f39f96aa48e5da1d948925411e83c3d20b6af0375f0afc659a93e4739" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.2", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.2.zip", + "archiveFileName": "OTAdrive_ESP-1.1.2.zip", + "size": 1505730, + "checksum": "SHA-256:cbf888a6a9e93a2594792e49b16607fb60890af41b38b67be71190190a0a2e45" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.3", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.3.zip", + "archiveFileName": "OTAdrive_ESP-1.1.3.zip", + "size": 1505775, + "checksum": "SHA-256:cd410aab425770ce0a60126c471c5e1d220747965b5149debcf29ee4d4ce49e7" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.5", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.5.zip", + "archiveFileName": "OTAdrive_ESP-1.1.5.zip", + "size": 1504882, + "checksum": "SHA-256:626fd2a69e2788b70328ffab8c513228d69bd837f5d51f216c516420f0e6615e" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.6", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.6.zip", + "archiveFileName": "OTAdrive_ESP-1.1.6.zip", + "size": 1504896, + "checksum": "SHA-256:88a3f2c03046aa38c69c7836112b53fdca916a4aeeeeb286477376f26d71c502" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.7", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.7.zip", + "archiveFileName": "OTAdrive_ESP-1.1.7.zip", + "size": 1504970, + "checksum": "SHA-256:e8da08d7b9f0aeb86c8524e9620de89111f39ba1245662e6599071acd052e42a" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.10", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.10.zip", + "archiveFileName": "OTAdrive_ESP-1.1.10.zip", + "size": 1505460, + "checksum": "SHA-256:bdb45291ec25325941f005bf5fa89513e0204fc0dc842dfddcba04150875bb69" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.11", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.11.zip", + "archiveFileName": "OTAdrive_ESP-1.1.11.zip", + "size": 1505423, + "checksum": "SHA-256:fb843578f6383e7412a86d398dd3cd532095870b0b02617a6ea1fdd5191c403a" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.12", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.12.zip", + "archiveFileName": "OTAdrive_ESP-1.1.12.zip", + "size": 1505449, + "checksum": "SHA-256:284eb419c7b8edb31a0d70336d638971326a26d72ffa25005607055a5e2ba9ee" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.13", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.13.zip", + "archiveFileName": "OTAdrive_ESP-1.1.13.zip", + "size": 1505468, + "checksum": "SHA-256:6454d323dba1260d9a87abe2e1264c19d04c33dfd760fb38e630f5a591ec3b29" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.14", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.14.zip", + "archiveFileName": "OTAdrive_ESP-1.1.14.zip", + "size": 1505188, + "checksum": "SHA-256:13d2a182d1aae43fcdf0755bf16ede7662a462a1cd1a1ecf21a8bd43982797d4" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.15", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.15.zip", + "archiveFileName": "OTAdrive_ESP-1.1.15.zip", + "size": 1505185, + "checksum": "SHA-256:e12587551a189ffe7818c83154a66131f9d518664c4ff833fd908795be67a46c" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.17", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.17.zip", + "archiveFileName": "OTAdrive_ESP-1.1.17.zip", + "size": 1506539, + "checksum": "SHA-256:657c1e8a3d01aeb8469ea9a0aeee36641cb1b65c707e23c71844c892ed398213" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.21", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.21.zip", + "archiveFileName": "OTAdrive_ESP-1.1.21.zip", + "size": 1511023, + "checksum": "SHA-256:cde4157b5e2d7eab42923d551dfb7e580a0fbb24e4fee02e74604fc2a570548d" + }, + { + "name": "OTAdrive_ESP", + "version": "1.1.22", + "author": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "maintainer": "OTAdrive \u003cinfo@OTAdrive.com\u003e", + "license": "MIT", + "sentence": "Official library to use OTAdrive services in ESP8266/ESP32 arduino platform", + "paragraph": "OTAdrive Arduino library provides all features of our service with user friendly interface.", + "website": "https://otadrive.com", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/otadrive/OTAdriveESP.git", + "providesIncludes": [ + "otadrive_esp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/otadrive/OTAdrive_ESP-1.1.22.zip", + "archiveFileName": "OTAdrive_ESP-1.1.22.zip", + "size": 1511021, + "checksum": "SHA-256:aad0070b178ee33a09f1ef4fe2042828b268e1ec0a68785c63d881c53c17f1f3" + }, + { + "name": "RP2040_SD", + "version": "1.0.0", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use SPI SD cards with RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO using either RP2040 Arduino-mbed or arduino-pico core.", + "paragraph": "This SD-Fat v2 can support FAT16, FAT32, exFAT file systems. exFAT supports files larger than 4GB by using uint64_t as file offset.", + "website": "https://github.com/khoih-prog/RP2040_SD", + "category": "Data Storage", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_SD.git", + "providesIncludes": [ + "RP2040_SD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_SD-1.0.0.zip", + "archiveFileName": "RP2040_SD-1.0.0.zip", + "size": 75503, + "checksum": "SHA-256:7a88eaf8baefb3c2335fc06930d8a23ab8d62a42deaef13145304c0157463406" + }, + { + "name": "RP2040_SD", + "version": "1.0.1", + "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use SPI SD cards with RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO using either RP2040 Arduino-mbed or arduino-pico core.", + "paragraph": "This SD-Fat v2 can support FAT16, FAT32, exFAT file systems. exFAT supports files larger than 4GB by using uint64_t as file offset.", + "website": "https://github.com/khoih-prog/RP2040_SD", + "category": "Data Storage", + "architectures": [ + "rp2040", + "mbed_rp2040", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_SD.git", + "providesIncludes": [ + "RP2040_SD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_SD-1.0.1.zip", + "archiveFileName": "RP2040_SD-1.0.1.zip", + "size": 78527, + "checksum": "SHA-256:8af749063f3d4752c2985d7d135414ed6f5319fa8e5984e227ec7bca40b26a94" + }, + { + "name": "AM1008W-K I2C", + "version": "1.0.0", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic AM1008W-K I2C", + "paragraph": "Arduino library to control Cubic AM1008W-K I2C", + "website": "https://github.com/neosarchizo/am1008w_k_i2c", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neosarchizo/am1008w_k_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/AM1008W_K_I2C-1.0.0.zip", + "archiveFileName": "AM1008W_K_I2C-1.0.0.zip", + "size": 18623, + "checksum": "SHA-256:54c0b053a3c1af82abddd215810f5ff25a39756d539227cb34c7e91176e880d1" + }, + { + "name": "solar2lunar", + "version": "1.0.0", + "author": "LeQuan, lequanruby@gmai.com", + "maintainer": "LeQuan", + "sentence": "Arduino library for convert Gregorian calendar to Vietnamese lunar.", + "paragraph": "Arduino library for convert Gregorian calendar to Vietnamese lunar calendar in mush easier way.", + "website": "https://github.com/musicplayer0/solar2lunar", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/musicplayer0/solar2lunar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/musicplayer0/solar2lunar-1.0.0.zip", + "archiveFileName": "solar2lunar-1.0.0.zip", + "size": 6269, + "checksum": "SHA-256:4ffdc8666a37e1e8947e0b1a50aed811ea97ebd06cc373d833797234668e724d" + }, + { + "name": "evo_servo", + "version": "1.0.0", + "author": "Alorium Technology", + "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", + "sentence": "Evo Servo", + "paragraph": "Evo compatible wrapper around the xlr8_servo module", + "website": "https://github.com/AloriumTechnology/evo_servo", + "category": "Uncategorized", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AloriumTechnology/evo_servo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_servo-1.0.0.zip", + "archiveFileName": "evo_servo-1.0.0.zip", + "size": 24927, + "checksum": "SHA-256:8ae066a5639781d12af3f6260989286e943a8684342169627f873f67dc01fe1b" + }, + { + "name": "TinyUSBSimplePacketComs", + "version": "0.0.1", + "author": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", + "sentence": "A library to use SimplePacketComs with the USB HID on the TinyUSB class device", + "paragraph": "Use any simple packet coms servers with this HID device implementation.", + "website": "https://github.com/madhephaestus/TinyUSBSimplePacketComs", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/madhephaestus/TinyUSBSimplePacketComs.git", + "providesIncludes": [ + "TinyUSBSimplePacketComs.h" + ], + "dependencies": [ + { + "name": "SimplePacketComs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/TinyUSBSimplePacketComs-0.0.1.zip", + "archiveFileName": "TinyUSBSimplePacketComs-0.0.1.zip", + "size": 15255, + "checksum": "SHA-256:43d4d1b92780369c930ba2bd7da3224ae6742d7d89482660f323f98828f65c2c" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.0.zip", + "archiveFileName": "esp_fs_webserver-1.0.0.zip", + "size": 685356, + "checksum": "SHA-256:edad6a37b058b7a10f94e6cc70f9389e520d5327c3e03c15da9cc2b4570ac01a" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.1.zip", + "archiveFileName": "esp_fs_webserver-1.0.1.zip", + "size": 1965002, + "checksum": "SHA-256:6965d55209b13b7f23da5ca1086265740f779355d30039ec9fb40912c40aa100" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.3.zip", + "archiveFileName": "esp_fs_webserver-1.0.3.zip", + "size": 1965076, + "checksum": "SHA-256:1b7041c3cfc379151c51b7299aedf53894e164c6e4cc79cf2a4c04af271a791f" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.4.zip", + "archiveFileName": "esp_fs_webserver-1.0.4.zip", + "size": 1822539, + "checksum": "SHA-256:9734266eeb8822eb02a8d901f478ae1dcf5eb421c559192336f558bbc1274867" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.5", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.5.zip", + "archiveFileName": "esp_fs_webserver-1.0.5.zip", + "size": 1822846, + "checksum": "SHA-256:d8499499117a67b3f138ef1c8f6520ea5b27f8c0be33ad9a26155c6ce7e54b08" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.6.zip", + "archiveFileName": "esp_fs_webserver-1.0.6.zip", + "size": 1885870, + "checksum": "SHA-256:fe81053e04f59dcac5480fbdea66e9ae540bdf84eae8ebeb9b01544e4bf9c4a7" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.7", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.7.zip", + "archiveFileName": "esp_fs_webserver-1.0.7.zip", + "size": 1753777, + "checksum": "SHA-256:7d8c707264e46705251221e43628fe7d445a456782c1b4e4a01dc9f0ae03811a" + }, + { + "name": "esp-fs-webserver", + "version": "1.0.9", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.0.9.zip", + "archiveFileName": "esp_fs_webserver-1.0.9.zip", + "size": 1773893, + "checksum": "SHA-256:5d378d6da97e7ce9e62b01aa9cdc0dfbeead8fec9acb4fa451f3420d15212371" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.0.zip", + "archiveFileName": "esp_fs_webserver-1.1.0.zip", + "size": 1774347, + "checksum": "SHA-256:c8faec4f1063130f93f1a7ad15edbaf4b18adb937192b319bec6a84add0359d8" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.3.zip", + "archiveFileName": "esp_fs_webserver-1.1.3.zip", + "size": 2407830, + "checksum": "SHA-256:f14dbc46abba9014de810b9df71cb816503cf2bb9b00e9adcc23856ede33628d" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.4.zip", + "archiveFileName": "esp_fs_webserver-1.1.4.zip", + "size": 2407760, + "checksum": "SHA-256:58111304b20552e45f72bfd4a796cfc413497c0fcfb2d9c137eaee5cffcb842f" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.5", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.5.zip", + "archiveFileName": "esp_fs_webserver-1.1.5.zip", + "size": 2412794, + "checksum": "SHA-256:ca9a7fbdc01b0fc5aac09f3873a1ba88cffc104a016bb5b579eef470449eaf7d" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.6.zip", + "archiveFileName": "esp_fs_webserver-1.1.6.zip", + "size": 2457046, + "checksum": "SHA-256:6d12ee7f6d34ec82a2fe35238da218f956817b3848a04582b373c5c486c7e0ac" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.7", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.7.zip", + "archiveFileName": "esp_fs_webserver-1.1.7.zip", + "size": 2457307, + "checksum": "SHA-256:4f0eee2359d8a30bb097b10c89e6d95e3d0125cb59eb408c95b3de9ef66be63d" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.8", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.8.zip", + "archiveFileName": "esp_fs_webserver-1.1.8.zip", + "size": 2478888, + "checksum": "SHA-256:685d1a23b9755065a06bb68750ba97af329aeb34ec7ad523450212778274fe9e" + }, + { + "name": "esp-fs-webserver", + "version": "1.1.9", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.1.9.zip", + "archiveFileName": "esp_fs_webserver-1.1.9.zip", + "size": 2481536, + "checksum": "SHA-256:da5433e34c4ec331befc0a7cdee58f7d4ef648e12c947d552799b94dd5180bbf" + }, + { + "name": "esp-fs-webserver", + "version": "1.2.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "FSBrowser.ino is one of the best examples to start with, when you want to make a small webserver with ESP32 or ESP8266. Unfortunately it is a rather complex example for a novice. This library makes it easier by incorporating the many functions of example into a specific class.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.2.0.zip", + "archiveFileName": "esp_fs_webserver-1.2.0.zip", + "size": 2482982, + "checksum": "SHA-256:286740bf492aa5a38c0bad9ddafa1e437679da0973653f40f5cb050242b449ec" + }, + { + "name": "esp-fs-webserver", + "version": "1.2.2", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "ESP32/ESP8266 webserver, WiFi manager and web editor all in one Arduino library.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.2.2.zip", + "archiveFileName": "esp_fs_webserver-1.2.2.zip", + "size": 2916450, + "checksum": "SHA-256:caeeef0751dac73aa0e8fa74d457af05a8409d3ec7f92a33f9e9a0d7fff245e9" + }, + { + "name": "esp-fs-webserver", + "version": "1.2.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "ESP32/ESP8266 webserver, WiFi manager and web editor all in one Arduino library.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.2.3.zip", + "archiveFileName": "esp_fs_webserver-1.2.3.zip", + "size": 2915231, + "checksum": "SHA-256:1ee64a806e171c6aaa7f790576fc08cdb6cddacf5c5e20bfdddc9c712433ad80" + }, + { + "name": "esp-fs-webserver", + "version": "1.2.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "ESP32/ESP8266 webserver, WiFi manager and web editor all in one Arduino library.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.2.4.zip", + "archiveFileName": "esp_fs_webserver-1.2.4.zip", + "size": 2929311, + "checksum": "SHA-256:34f78b745eaa6ebcaaf1fb29620d4951a5fc779edc2025e584991a4b0e74a36f" + }, + { + "name": "esp-fs-webserver", + "version": "1.2.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "From FSBrowser.ino example to library", + "paragraph": "ESP32/ESP8266 webserver, WiFi manager and web editor all in one Arduino library.", + "website": "https://github.com/cotestatnt/esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/esp-fs-webserver.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/esp_fs_webserver-1.2.6.zip", + "archiveFileName": "esp_fs_webserver-1.2.6.zip", + "size": 2893944, + "checksum": "SHA-256:ebd72eee764ff2ff5b4ef8f7a364f8f7b1ef7873ecbdf1ee81098c6de8e74274" + }, + { + "name": "SparkFun Serial Fingerprint Scanners AS-108M and AD-013", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Serial Fingerprint Scanners AS-108M and AD-013.", + "paragraph": "This library allows the user to use the AS-108M or AD-013 connected via serial port. The user can enroll fingerprints, search for any or a specific match as well as deleting fingeprint entries in any location on the 40 memory locations available.", + "website": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.0.zip", + "archiveFileName": "SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.0.zip", + "size": 2121280, + "checksum": "SHA-256:a9535d24bdeac16234426ea1263a4b4c4b18f03f672a59e8da59088c383ddc22" + }, + { + "name": "SparkFun Serial Fingerprint Scanners AS-108M and AD-013", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Configures and communicates with the SparkFun Serial Fingerprint Scanners AS-108M and AD-013.", + "paragraph": "This library allows the user to use the AS-108M or AD-013 connected via serial port. The user can enroll fingerprints, search for any or a specific match as well as deleting fingeprint entries in any location on the 40 memory locations available.", + "website": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS108M_Fingerprint_Scanner_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.1.zip", + "archiveFileName": "SparkFun_Serial_Fingerprint_Scanners_AS_108M_and_AD_013-1.0.1.zip", + "size": 2169545, + "checksum": "SHA-256:3ae6fb0eee0d1ddf94eda807eaa92908f0a5ff83e626671aba96d3ed40707707" + }, + { + "name": "LCDGraph", + "version": "1.0.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "An Arduino library for drawing line graphs on alphanumeric displays using custom characters.", + "paragraph": "This library uses custom characters to draw simple line graphs on Hitachi HD44780 based alphanumeric displays using the built in LiquidCrystal library.", + "website": "https://github.com/jgOhYeah/LCDGraph", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/LCDGraph.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/LCDGraph-1.0.0.zip", + "archiveFileName": "LCDGraph-1.0.0.zip", + "size": 93086, + "checksum": "SHA-256:d2cbbf3e7e79c81323c60bb150a99679dbc3335f66bbba32eaef148fcbe8c13d" + }, + { + "name": "LCDGraph", + "version": "1.1.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "An Arduino library for drawing line graphs on alphanumeric displays using custom characters.", + "paragraph": "This library uses custom characters to draw simple line graphs on Hitachi HD44780 based alphanumeric displays using the built in LiquidCrystal library.", + "website": "https://github.com/jgOhYeah/LCDGraph", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/LCDGraph.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/LCDGraph-1.1.0.zip", + "archiveFileName": "LCDGraph-1.1.0.zip", + "size": 179202, + "checksum": "SHA-256:8e57c5f5e601b444151914af045aeffde4532594165aac18b60b0851f4bf0709" + }, + { + "name": "LCDGraph", + "version": "1.1.1", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "An Arduino library for drawing line graphs on alphanumeric displays using custom characters.", + "paragraph": "This library uses custom characters to draw simple line graphs on Hitachi HD44780 based alphanumeric displays using the built in LiquidCrystal library.", + "website": "https://github.com/jgOhYeah/LCDGraph", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/LCDGraph.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/LCDGraph-1.1.1.zip", + "archiveFileName": "LCDGraph-1.1.1.zip", + "size": 172018, + "checksum": "SHA-256:bbc6a0466d8af3c852534fe2ce3709f1e8659524a0eb0dde8e58f0433039e476" + }, + { + "name": "LCDGraph", + "version": "1.2.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "An Arduino library for drawing line graphs on alphanumeric displays using custom characters.", + "paragraph": "This library uses custom characters to draw simple line graphs on Hitachi HD44780 based alphanumeric displays using the built in LiquidCrystal library. Other libraries can be used if needed for the likes of displays driven through I2C.", + "website": "https://github.com/jgOhYeah/LCDGraph", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/LCDGraph.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/LCDGraph-1.2.0.zip", + "archiveFileName": "LCDGraph-1.2.0.zip", + "size": 94705, + "checksum": "SHA-256:b85f41f1b1ee43531801fe037a273412f00c77f9ec724a980d615f8cf92d9b05" + }, + { + "name": "TunePlayer", + "version": "1.0.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.0.0.zip", + "archiveFileName": "TunePlayer-1.0.0.zip", + "size": 242033, + "checksum": "SHA-256:de8554d61bc97f28cd6e541b7501878277e36b72983fe523a62b33375cf61ac4" + }, + { + "name": "TunePlayer", + "version": "1.1.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.1.0.zip", + "archiveFileName": "TunePlayer-1.1.0.zip", + "size": 324478, + "checksum": "SHA-256:d646494aff68c5c53c140037357e56970e0c71ab8bb21c3d83a13cad682b6154" + }, + { + "name": "TunePlayer", + "version": "1.2.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.2.0.zip", + "archiveFileName": "TunePlayer-1.2.0.zip", + "size": 324454, + "checksum": "SHA-256:073e95693f8b67b380fdfa84cbeb5920164529d27cf14778be121e9f1418742e" + }, + { + "name": "TunePlayer", + "version": "1.2.1", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.2.1.zip", + "archiveFileName": "TunePlayer-1.2.1.zip", + "size": 324457, + "checksum": "SHA-256:502c84fcc65b9e2bd1b5d23b038bb904c35dbd81f14b92b2f5d0ba18973f3dea" + }, + { + "name": "TunePlayer", + "version": "1.3.0", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.3.0.zip", + "archiveFileName": "TunePlayer-1.3.0.zip", + "size": 462317, + "checksum": "SHA-256:2887266f3bff8f988de8e3d7d4fd831b35c02fc5f684dcfe46f1b449d28946f1" + }, + { + "name": "TunePlayer", + "version": "1.3.1", + "author": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "maintainer": "Jotham Gates \u003ckoyugaDev@gmail.com\u003e", + "sentence": "A library to decode and play simple tunes.", + "paragraph": "Each note is stored as a 16 bit integer and the method of loading tunes and how each note is played is reconfigurable. The current anticipated method of tune playing revolves around a pwm square wave.", + "website": "https://github.com/jgOhYeah/TunePlayer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jgOhYeah/TunePlayer.git", + "dependencies": [ + { + "name": "Queue" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jgOhYeah/TunePlayer-1.3.1.zip", + "archiveFileName": "TunePlayer-1.3.1.zip", + "size": 474741, + "checksum": "SHA-256:2baa20794f553747fca82aa8bca28c43aeb7a55f69399aaacd17587945b8ebb4" + }, + { + "name": "Two Way ESP", + "version": "0.1.0", + "author": "Kevin Miller \u003ckevinamiller77@gmail.com\u003e", + "maintainer": "Kevin Miller \u003ckevinamiller77@gmail.com\u003e", + "sentence": "A simple wrapper for the ESP_NOW protocol", + "paragraph": "Provides a way to write strings and bytes to another ESP32 using the ESP_NOW protocol", + "website": "https://github.com/KevinMiller77/TwoWayESP", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/KevinMiller77/TwoWayESP.git", + "providesIncludes": [ + "src/TwoWayESP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KevinMiller77/Two_Way_ESP-0.1.0.zip", + "archiveFileName": "Two_Way_ESP-0.1.0.zip", + "size": 6566, + "checksum": "SHA-256:241f2e60abf41312c207039498bb41cbc3980c4022229195b91e7bc924d22ed1" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "0.0.1", + "author": "Cellie", + "maintainer": "Cellie", + "sentence": "A library for streaming mp3, aac and ogg over http(s).", + "paragraph": "A library for streaming mp3, aac and ogg over http(s).", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-0.0.1.zip", + "archiveFileName": "ESP32_VS1053_Stream-0.0.1.zip", + "size": 17159, + "checksum": "SHA-256:ac430487774faa93e2cf1b35fbcd7221b613a74ca1a03d9e1520d1fa12102f94" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "0.99.1", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "A library for streaming mp3, aac and ogg over http(s).", + "paragraph": "Plays http, https (insecure mode) and chunked streams and parses the metadata. Compiles in the Arduino IDE.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-0.99.1.zip", + "archiveFileName": "ESP32_VS1053_Stream-0.99.1.zip", + "size": 8419, + "checksum": "SHA-256:7ac2884680646bb4b26ebf9b5f4818c0d0f0fa98bf140c10e7d83012ba5391c2" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "1.0.0", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "A library for streaming mp3, aac and ogg over http(s).", + "paragraph": "Plays http, https (insecure mode) and chunked streams and parses the metadata. Compiles in the Arduino IDE.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-1.0.0.zip", + "archiveFileName": "ESP32_VS1053_Stream-1.0.0.zip", + "size": 8399, + "checksum": "SHA-256:cf1a4ac751da61613ac7e9acd590826c6784d8f65ca8a4e33b0b91d3e36e8a7b" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "1.0.2", + "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "A library for streaming mp3, aac and ogg over http(s).", + "paragraph": "Plays http, https (insecure mode) and chunked streams and parses the metadata. Compiles in the Arduino IDE.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-1.0.2.zip", + "archiveFileName": "ESP32_VS1053_Stream-1.0.2.zip", + "size": 10429, + "checksum": "SHA-256:b2dca44aaafb1bf54530ad176f7ca925476aff95edb703c01a4eb49a16f7135d" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "2.0.0", + "author": "Cellie", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "This is a Arduino IDE library for playing mp3, aac and flac/ogg streams with a vs1053 decoder.", + "paragraph": "This library plays http, https (insecure mode) and chunked streams and parses the stream metadata.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-2.0.0.zip", + "archiveFileName": "ESP32_VS1053_Stream-2.0.0.zip", + "size": 10300, + "checksum": "SHA-256:36a6b7aa94c5579e5f25a68dd4f54dee5985e52c744576752b4886a555949865" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "2.0.1", + "author": "Cellie", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "This is a Arduino IDE library for playing mp3, aac and flac/ogg streams with a vs1053 decoder.", + "paragraph": "This library plays http, https (insecure mode) and chunked streams and parses the stream metadata.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-2.0.1.zip", + "archiveFileName": "ESP32_VS1053_Stream-2.0.1.zip", + "size": 9998, + "checksum": "SHA-256:11b87145e93e61b3763a0c53489b15a811702f76c792346ead1617d4e23b9124" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "2.0.2", + "author": "Cellie", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "This is a Arduino IDE library for playing mp3, aac and flac/ogg streams with a vs1053 decoder.", + "paragraph": "This library plays http, https (insecure mode) and chunked streams and parses the stream metadata.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-2.0.2.zip", + "archiveFileName": "ESP32_VS1053_Stream-2.0.2.zip", + "size": 9994, + "checksum": "SHA-256:b25506ce41d0ef3a974e01adc76ab2ef27071cddca92c47fdffa57a6fffff6e9" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "2.0.3", + "author": "Cellie", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "This is a Arduino IDE library for playing mp3, aac and flac/ogg streams with a vs1053 decoder.", + "paragraph": "This library plays http, https (insecure mode) and chunked streams and parses the stream metadata.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-2.0.3.zip", + "archiveFileName": "ESP32_VS1053_Stream-2.0.3.zip", + "size": 11963, + "checksum": "SHA-256:6a04491b670a49c701255db119318e055e7118fab6777d104e348be5969b3103" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "2.0.4", + "author": "Cellie", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "This is a Arduino IDE library for playing mp3, aac and flac/ogg streams with a vs1053 decoder.", + "paragraph": "This library plays http, https (insecure mode) and chunked streams and parses the stream metadata.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-2.0.4.zip", + "archiveFileName": "ESP32_VS1053_Stream-2.0.4.zip", + "size": 11962, + "checksum": "SHA-256:5644a67c5aa0a6964207031b627d709eef8b7a6dbc83a1005ec8f4e8890a9eec" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "2.0.5", + "author": "Cellie", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "This is a Arduino IDE library for playing mp3, aac and flac/ogg streams with a vs1053 decoder.", + "paragraph": "This library plays http, https (insecure mode) and chunked streams and parses the stream metadata.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-2.0.5.zip", + "archiveFileName": "ESP32_VS1053_Stream-2.0.5.zip", + "size": 13089, + "checksum": "SHA-256:5a50868bcb76d786ac5a79ec7a57f1c2ba1859580dbd537535ab8ae8fc3a28c9" + }, + { + "name": "ESP32_VS1053_Stream", + "version": "2.0.6", + "author": "Cellie", + "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", + "sentence": "This is a Arduino IDE library for playing mp3, aac and flac/ogg streams with a vs1053 decoder.", + "paragraph": "This library plays http, https (insecure mode) and chunked streams and parses the stream metadata.", + "website": "https://github.com/CelliesProjects/ESP32_VS1053_Stream", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CelliesProjects/ESP32_VS1053_Stream.git", + "providesIncludes": [ + "ESP32_VS1053_Stream.h" + ], + "dependencies": [ + { + "name": "ESP_VS1053_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/ESP32_VS1053_Stream-2.0.6.zip", + "archiveFileName": "ESP32_VS1053_Stream-2.0.6.zip", + "size": 13263, + "checksum": "SHA-256:bbd571db6c714da464d12a7bee28f2691ca8e4898e666225de45bf453bb04f94" + }, + { + "name": "Libdevlpr", + "version": "0.1.5", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": [ + "Libdevlpr.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.1.5.zip", + "archiveFileName": "Libdevlpr-0.1.5.zip", + "size": 10785, + "checksum": "SHA-256:e3e3e2c839c6f2ad7699a98411eaab5b0a08c780d6bacd59d8a19ffe04abe3aa" + }, + { + "name": "Libdevlpr", + "version": "0.1.6", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": [ + "Libdevlpr.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.1.6.zip", + "archiveFileName": "Libdevlpr-0.1.6.zip", + "size": 10783, + "checksum": "SHA-256:542263b03ec849ce76dcf7fbba4af385f57c29c41fe8c33598bd6537f21b34ee" + }, + { + "name": "Libdevlpr", + "version": "0.2.0", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": [ + "Libdevlpr.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.2.0.zip", + "archiveFileName": "Libdevlpr-0.2.0.zip", + "size": 12935, + "checksum": "SHA-256:ad4689ac8155a2f896943b417d84b66411804eaf99ed335f1251bde98a618c4e" + }, + { + "name": "Libdevlpr", + "version": "0.2.1", + "author": "Finn Kuusisto \u003cfinn@getfantm.com\u003e, Ezra Boley \u003cezra@getfantm.com\u003e", + "maintainer": "Finn Kuusisto \u003cfinn@getfantm.com\u003e", + "sentence": "A library that makes using the FANTM DEVLPR shield easier.", + "paragraph": "Provides functions for reading sensor data and attaching callbacks.", + "website": "http://www.getfantm.com/", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FANTM/libdevlpr.git", + "providesIncludes": [ + "Libdevlpr.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FANTM/Libdevlpr-0.2.1.zip", + "archiveFileName": "Libdevlpr-0.2.1.zip", + "size": 12934, + "checksum": "SHA-256:fd677ef5870398a804552be1e18fbecc0831c4664664eaa2106d1cc0b8de2655" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.0", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.0.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.0.zip", + "size": 195420, + "checksum": "SHA-256:3f26da598513a610f4d710edc9d9c9465a1af0d9e5e1d61a4331e4722f0727fc" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.2", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.2.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.2.zip", + "size": 209323, + "checksum": "SHA-256:2a5b06218c81b2449d84f76bd3e792bcc1530eb6c010be17bffc6d63d898d478" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.3", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.3.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.3.zip", + "size": 637293, + "checksum": "SHA-256:602da6d0a59eed588e3c0a095ec821c0feac10371a7f4429574955c388152399" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.5", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.5.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.5.zip", + "size": 682979, + "checksum": "SHA-256:ed2c1dc2244d67412eda0a80bbdd6d891905caef64e6c6f6eb03dd5cd3303eea" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.6", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.6.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.6.zip", + "size": 683417, + "checksum": "SHA-256:b1a0e70d0f1888371204bfed90ebcdf675be2014c16e80f197cffdcdac711358" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.7", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.7.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.7.zip", + "size": 5580577, + "checksum": "SHA-256:15a7ac4bcdee5800414f4d646347e5380c4e9ae765c835a82f2c7bba2691b9c0" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.8", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.8.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.8.zip", + "size": 7989122, + "checksum": "SHA-256:ac512075a1aa944c80cbfb75f7a4d36fea64fc364ccaec17069ef7167b69d6fc" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.9", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.9.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.9.zip", + "size": 7995382, + "checksum": "SHA-256:c2557419fedb3965aedbf9a2ead803ef0758ba7484688670a83342150f16ab7f" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.10", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.10.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.10.zip", + "size": 8002896, + "checksum": "SHA-256:eed3b105e5c4d0b69074a7645a1547fbbbe5c58ffb2f433362e347de9bcf0126" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.11", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.11.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.11.zip", + "size": 8004925, + "checksum": "SHA-256:f0741ace3f32e2306ee1a0086d7c89a9efebfb46b3d8621fcc7d654af5c863c0" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.12", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.12.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.12.zip", + "size": 11391976, + "checksum": "SHA-256:d0c18c8ccecefbadf7fd893765be6e2236c803106caa84f2f86d042f63d568f1" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.13", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.13.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.13.zip", + "size": 11392066, + "checksum": "SHA-256:162b4fc7299f2553104948f43511285f1cd873f46affdeb2b2e46c3ecadfbef5" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.14", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.14.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.14.zip", + "size": 11396450, + "checksum": "SHA-256:fe02b23c3c724c5e2fdcafa4f8c5c2c4f259af5c617cd29b276d314d2f42ae83" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.15", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.15.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.15.zip", + "size": 11397386, + "checksum": "SHA-256:8616b92ec89f74e3040b10fc6882eeae275b26f0e566c3d2ad8ae09040841511" + }, + { + "name": "TeensyVariablePlayback", + "version": "1.0.16", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Play samples at variable pitch using Teensy Audio Library", + "paragraph": "Adds AudioPlaySdRawResmp, AudioPlaySdWavResmp, AudioPlayArrayResmp objects to with pitch and loop controls", + "website": "https://github.com/newdigate/teensy-variable-playback", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-variable-playback.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyVariablePlayback-1.0.16.zip", + "archiveFileName": "TeensyVariablePlayback-1.0.16.zip", + "size": 11397665, + "checksum": "SHA-256:8319c062293ab68042a96c0dcf56fffe61ad9875ded9b595642fc10632aeffb5" + }, + { + "name": "SGP30", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.0.zip", + "archiveFileName": "SGP30-0.1.0.zip", + "size": 12389, + "checksum": "SHA-256:7ccafe91042ef54d11de0d03d0725a57651024e968e1746795dc0146ce340b42" + }, + { + "name": "SGP30", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.1.zip", + "archiveFileName": "SGP30-0.1.1.zip", + "size": 15860, + "checksum": "SHA-256:03d3d3838e3b72a4c618ac1f47591469fe32fe5e17de5f6938c3c526a7c99718" + }, + { + "name": "SGP30", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.2.zip", + "archiveFileName": "SGP30-0.1.2.zip", + "size": 16910, + "checksum": "SHA-256:b27059809f1eb59d827999ee810b2e301688f61f3988b5703c2024c1894b9ed6" + }, + { + "name": "SGP30", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.3.zip", + "archiveFileName": "SGP30-0.1.3.zip", + "size": 17033, + "checksum": "SHA-256:c3f70d2f2c0b9168c7323410d6640c1123de1418ba8e1e57ab0b4ce2e3f9e1ed" + }, + { + "name": "SGP30", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.4.zip", + "archiveFileName": "SGP30-0.1.4.zip", + "size": 17325, + "checksum": "SHA-256:1513cfa68614b62563189f04c058f3033d4bc67ea2e3a133236b0838718e9724" + }, + { + "name": "SGP30", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.5.zip", + "archiveFileName": "SGP30-0.1.5.zip", + "size": 18560, + "checksum": "SHA-256:6e001b8592403102b497fd7a87ce27a562336c5a8f9e313cdf7bd6c322a9cb8e" + }, + { + "name": "SGP30", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.1.6.zip", + "archiveFileName": "SGP30-0.1.6.zip", + "size": 18970, + "checksum": "SHA-256:2a7b74c1e173257e3d888788614913d272b68bac29ef2510d2826e54ac7e2e92" + }, + { + "name": "SGP30", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.2.0.zip", + "archiveFileName": "SGP30-0.2.0.zip", + "size": 19472, + "checksum": "SHA-256:e5a40c3c0775e69e2d3218bce6dd98611dc34674de06e2042b6a44b49cbaa23f" + }, + { + "name": "SGP30", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.2.1.zip", + "archiveFileName": "SGP30-0.2.1.zip", + "size": 19821, + "checksum": "SHA-256:a0e97f6deb0df3873c610364afc2fd2e635901dd93e89bedbdb1ffc770273df1" + }, + { + "name": "SGP30", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SGP30 environment sensor.", + "paragraph": "CO2, H2, VOC, TVOC, Ethanol,", + "website": "https://github.com/RobTillaart/SGP30", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SGP30.git", + "providesIncludes": [ + "SGP30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SGP30-0.3.0.zip", + "archiveFileName": "SGP30-0.3.0.zip", + "size": 19992, + "checksum": "SHA-256:61f70dcc674af63599d9e738124074fcb2207bd7a5d9c3d4ceb3f0da6951e047" + }, + { + "name": "MacroLogger", + "version": "1.0.0", + "author": "Christian Sargusingh", + "maintainer": "christian@incuvers.com", + "sentence": "Arduino logger with support for preprocessor directives and standard C/C++ string formatting.", + "paragraph": "This library uses macros to allow line numbers and function names to be recorded.", + "website": "https://github.com/Incuvers/macro-logger", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Incuvers/macro-logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Incuvers/MacroLogger-1.0.0.zip", + "archiveFileName": "MacroLogger-1.0.0.zip", + "size": 92395, + "checksum": "SHA-256:67610e4087daf8aaeacfc04dddaf21c16d188d0cb2070376e64f58a292af1afe" + }, + { + "name": "ESP8266_multipart", + "version": "1.0.1", + "author": "Julian Blazek \u003cmail@nailuj.net\u003e", + "maintainer": "Julian Blazek \u003cmail@nailuj.net\u003e", + "sentence": "A small multipart file sending library for the ESP8266.", + "paragraph": "Supports sending text-files over HTTP to hosts using the multipart contenttype.", + "website": "https://github.com/nailujx86/ESP8266_multipart", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nailujx86/ESP8266_multipart.git", + "providesIncludes": [ + "ESP8266_multipart.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nailujx86/ESP8266_multipart-1.0.1.zip", + "archiveFileName": "ESP8266_multipart-1.0.1.zip", + "size": 4788, + "checksum": "SHA-256:a84a192017fbf162c50bb9a5e943a612d5301ae30110411adbefeb453a7fe9ff" + }, + { + "name": "ESP8266_multipart", + "version": "1.1.0", + "author": "Julian Blazek \u003cmail@nailuj.net\u003e", + "maintainer": "Julian Blazek \u003cmail@nailuj.net\u003e", + "sentence": "A small multipart file sending library for the ESP8266.", + "paragraph": "Supports sending text-files over HTTP to hosts using the multipart contenttype.", + "website": "https://github.com/nailujx86/ESP8266_multipart", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nailujx86/ESP8266_multipart.git", + "providesIncludes": [ + "ESP8266_multipart.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nailujx86/ESP8266_multipart-1.1.0.zip", + "archiveFileName": "ESP8266_multipart-1.1.0.zip", + "size": 5021, + "checksum": "SHA-256:cb5e0c2e52016c24c974f774d727c149150a04d4ae50feb93a4f354c49c4cc3e" + }, + { + "name": "StringAction", + "version": "1.0.1", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.1.zip", + "archiveFileName": "StringAction-1.0.1.zip", + "size": 4933, + "checksum": "SHA-256:da23feacd79593012b19cedf18dbb9c74e16f9e892f0009a83b3fff788604466" + }, + { + "name": "StringAction", + "version": "1.0.2", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.2.zip", + "archiveFileName": "StringAction-1.0.2.zip", + "size": 5022, + "checksum": "SHA-256:e85ccc5dede747c930ceecebb35957299d8e18ef82770a03405812a51573b3ce" + }, + { + "name": "StringAction", + "version": "1.0.3", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.3.zip", + "archiveFileName": "StringAction-1.0.3.zip", + "size": 5023, + "checksum": "SHA-256:4f64f101c3489607bec7aae6798daf0f795e1f408f45de9864cb46ec92df43fa" + }, + { + "name": "StringAction", + "version": "1.0.4", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.4.zip", + "archiveFileName": "StringAction-1.0.4.zip", + "size": 5156, + "checksum": "SHA-256:c0fe82889b1acd3c6bd63a2724a347174ab89a6533632546d49c406bd9695e23" + }, + { + "name": "StringAction", + "version": "1.0.5", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Introduces string operations and Serial reading", + "paragraph": "Introduces string operations such as splitting and reads smartly from Serial", + "website": "https://github.com/skabrits/StringAction", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skabrits/StringAction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/StringAction-1.0.5.zip", + "archiveFileName": "StringAction-1.0.5.zip", + "size": 5146, + "checksum": "SHA-256:087b257a692b40db2021ea169b2d31bf19c4723d7a8c1d940bc9e01b417ed03e" + }, + { + "name": "SpeedMeasurer", + "version": "1.0.1", + "author": "Kabrits Vsevolod", + "maintainer": "Kabrits Vsevolod \u003cseva.kabrits@gmail.com\u003e", + "sentence": "Pito tube library for 2 BMP180 sensors", + "paragraph": "Pito tube based on 2 BMP180 sensors, connected to 1 i2c line, with rele or circuit swich", + "website": "https://github.com/skabrits/speedMeasurer", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skabrits/SpeedMeasurer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skabrits/SpeedMeasurer-1.0.1.zip", + "archiveFileName": "SpeedMeasurer-1.0.1.zip", + "size": 6854, + "checksum": "SHA-256:d953492c64b00d4d7361b9fc418082610bf7182c33eb596e034a734e1546fd97" + }, + { + "name": "RF433send", + "version": "0.5.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to send data on a 433 Mhz Radio Frequencies transmitter", + "paragraph": "The library allows to specify code timings and encoding types (tribit, tribit inverted or manchester)", + "website": "https://github.com/sebmillet/rf433send", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/rf433send.git", + "providesIncludes": [ + "RF433send.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433send-0.5.0.zip", + "archiveFileName": "RF433send-0.5.0.zip", + "size": 19104, + "checksum": "SHA-256:22424909f965e56c56fc26dd98d129d4998304d27dd037dbe2a06413cf8f4dfb" + }, + { + "name": "RF433send", + "version": "0.5.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to send data on a 433 Mhz Radio Frequencies transmitter", + "paragraph": "The library allows to specify code timings and encoding types (tribit, tribit inverted or manchester)", + "website": "https://github.com/sebmillet/rf433send", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/rf433send.git", + "providesIncludes": [ + "RF433send.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433send-0.5.1.zip", + "archiveFileName": "RF433send-0.5.1.zip", + "size": 246791, + "checksum": "SHA-256:dc5844e38baa348d192e6635f1efe95c234390d48729ecb846682496c5135e06" + }, + { + "name": "RF433send", + "version": "0.5.2", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to send data on a 433 Mhz Radio Frequencies transmitter", + "paragraph": "The library allows to specify code timings and encoding types (tribit, tribit inverted or manchester)", + "website": "https://github.com/sebmillet/rf433send", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/rf433send.git", + "providesIncludes": [ + "RF433send.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433send-0.5.2.zip", + "archiveFileName": "RF433send-0.5.2.zip", + "size": 249550, + "checksum": "SHA-256:4e1ba6d9c3abfa77f90b21f0fccf7ed8e57c8c12b502ef181e51b8dd13e48de8" + }, + { + "name": "RF433send", + "version": "0.5.3", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to send data on a 433 Mhz Radio Frequencies transmitter", + "paragraph": "The library allows to specify code timings and encoding types (tribit, tribit inverted or manchester)", + "website": "https://github.com/sebmillet/rf433send", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/rf433send.git", + "providesIncludes": [ + "RF433send.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433send-0.5.3.zip", + "archiveFileName": "RF433send-0.5.3.zip", + "size": 268551, + "checksum": "SHA-256:6741e32149850c07234641d4ddd577e07cffaf267f13399713cf72923406b7ca" + }, + { + "name": "RF433send", + "version": "0.5.4", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to send data on a 433 Mhz Radio Frequencies transmitter", + "paragraph": "The library allows to specify code timings and encoding types (tribit, tribit inverted or manchester)", + "website": "https://github.com/sebmillet/rf433send", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/rf433send.git", + "providesIncludes": [ + "RF433send.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433send-0.5.4.zip", + "archiveFileName": "RF433send-0.5.4.zip", + "size": 268501, + "checksum": "SHA-256:79569ab30605f154165931fc9c38f75bc507b3b76350df2efdbc81eeb5f3c75c" + }, + { + "name": "AT24Cxx", + "version": "1.0.0", + "author": "Manjunath CV", + "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", + "sentence": "Library for Atmel's AT24Cxx Series EEPROMs.", + "paragraph": "Enables the functionality for reading and writing EEPROM ICs.", + "website": "https://github.com/cvmanjoo/AT24Cxx", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cvmanjoo/AT24Cxx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/AT24Cxx-1.0.0.zip", + "archiveFileName": "AT24Cxx-1.0.0.zip", + "size": 2517515, + "checksum": "SHA-256:6d13a57f0e182c1ed8b1ee1f3d18eeae1e58c3c19fbe4c0ddf1dc8a9f913a0a0" + }, + { + "name": "WizFi360", + "version": "1.0.0", + "author": "JongHyun Woo", + "maintainer": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", + "sentence": "OrangeBoard WiFi+ library for WizFi360.", + "paragraph": "OrangeBoard WiFi+ library for WizFi360.", + "website": "https://github.com/ekkai/WizFi360", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/WizFi360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/WizFi360-1.0.0.zip", + "archiveFileName": "WizFi360-1.0.0.zip", + "size": 60451, + "checksum": "SHA-256:a9a7e578a6a57eeaea8c0edcb8f38408a8676240db083fdc5031720d87971341" + }, + { + "name": "WizFi360", + "version": "1.0.1", + "author": "JongHyun Woo", + "maintainer": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", + "sentence": "OrangeBoard WiFi+ library for WizFi360.", + "paragraph": "OrangeBoard WiFi+ library for WizFi360.", + "website": "https://github.com/ekkai/WizFi360", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/WizFi360.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/WizFi360-1.0.1.zip", + "archiveFileName": "WizFi360-1.0.1.zip", + "size": 60509, + "checksum": "SHA-256:78d50a98056701bf5c14fff693fd389e24b2807920ebf1ef176863cec7fd3440" + }, + { + "name": "RFCodes", + "version": "0.9.0", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "RF 433 and IR signal encode and decode library.", + "paragraph": "This library that can be adapted to different protocols by specifying the timings of the codes. Can be used with 433 MHz receivers and senders.", + "website": "https://github.com/mathertel/rfcodes", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/RFCodes.git", + "providesIncludes": [ + "RFCodes.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RFCodes-0.9.0.zip", + "archiveFileName": "RFCodes-0.9.0.zip", + "size": 40596, + "checksum": "SHA-256:e2d169e5023f6afb1f007da7175dd373daa548a992b72b34bb39c7562d2c2e45" + }, + { + "name": "RFCodes", + "version": "0.9.2", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "RF 433 and IR signal encode and decode library.", + "paragraph": "This library that can be adapted to different protocols by specifying the timings of the codes. Can be used with 433 MHz receivers and senders.", + "website": "https://github.com/mathertel/rfcodes", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/RFCodes.git", + "providesIncludes": [ + "RFCodes.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RFCodes-0.9.2.zip", + "archiveFileName": "RFCodes-0.9.2.zip", + "size": 41853, + "checksum": "SHA-256:a5fd93881a768dec54d12c44838492e8ad8076b887579525afb74f23c4cbaeab" + }, + { + "name": "RFCodes", + "version": "0.9.3", + "author": "Matthias Hertel", + "maintainer": "Matthias Hertel, https://www.mathertel.de", + "sentence": "RF 433 and IR signal encode and decode library.", + "paragraph": "This library that can be adapted to different protocols by specifying the timings of the codes. Can be used with 433 MHz receivers and senders.", + "website": "https://github.com/mathertel/rfcodes", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mathertel/RFCodes.git", + "providesIncludes": [ + "RFCodes.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mathertel/RFCodes-0.9.3.zip", + "archiveFileName": "RFCodes-0.9.3.zip", + "size": 41858, + "checksum": "SHA-256:16f8df1ca15ac0035738e9b0743e4e2db5b2bfe2a560dc6e2c157efa6a4a09e6" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/nnnnn\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.0.zip", + "size": 2230451, + "checksum": "SHA-256:e0f2c5e30ce7a0990d386f3f597a45c7fbc7c0fcb84a9e88c601bd4014749218" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.1.zip", + "size": 2230531, + "checksum": "SHA-256:2796a4ff0099e992d639d6cc8028c677aa75a84a8275ab4dd780ed9b9a390c55" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.2.zip", + "size": 2230532, + "checksum": "SHA-256:c23db34733dae7c0451a86b7ee4ab45d2d8e5e07bbeac5c9a722ce41d1086222" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.3.zip", + "size": 2230533, + "checksum": "SHA-256:460dda41feaed454e17578416870c8ce8cc6a4a9398fc1f82c25e49c82afb142" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.0.4.zip", + "size": 2230856, + "checksum": "SHA-256:8c92f1a615c739bd7f0e482fcf1213288cf7de1febbe8a53896d22cd2282cdc4" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.1.0.zip", + "size": 2233584, + "checksum": "SHA-256:ac4052a62a5ebe55348827f84b68dacc69d99a84cf56d25c426c02856400d753" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.1.1.zip", + "size": 2233562, + "checksum": "SHA-256:a007995854aada676c6aa386308b57e9c37a6fc38fd007c56d603dbe0825d0ea" + }, + { + "name": "SparkFun SCD4x Arduino Library", + "version": "1.1.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion SCD4x family of CO2 Sensors (SCD40 and SCD41)", + "paragraph": "An Arduino library for the SCD4x family of CO2 sensors from Sensirion. The SCD41 is a high quality photoacoustic CO₂ sensor capable of detecting 400 to 5000ppm with an accuracy of ±(40ppm+5%). On-chip signal compensation is realized with the built-in SHT4x humidity and temperature sensor.\u003cbr\u003e\u003cbr\u003eGet the SCD40 \u003ca href=\"https://www.sparkfun.com/products/18365\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SCD4x_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_SCD4x_Arduino_Library-1.1.2.zip", + "size": 2233149, + "checksum": "SHA-256:35523f36103d054690e9d96919753e1717d76a429e776bf1bcd077221b0c5cb7" + }, + { + "name": "TimersOneForAll", + "version": "1.0.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board.", + "paragraph": "The only library you can choose any hardware timer you like to use in your timing function. Tones, square waves, delayed tasks, timed repetitive tasks are provided as building blocks for your own sophisticated multi-timer tasks. My library hides hardware register details for you.", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": [ + "TimersOneForAll.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.0.0.zip", + "archiveFileName": "TimersOneForAll-1.0.0.zip", + "size": 7297, + "checksum": "SHA-256:637b974b9218e48d2405a4a98794328a174e1f9a1dd0811db5b195d8e02c925f" + }, + { + "name": "TimersOneForAll", + "version": "1.1.1", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": [ + "TimersOneForAll.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.1.1.zip", + "archiveFileName": "TimersOneForAll-1.1.1.zip", + "size": 29122, + "checksum": "SHA-256:ad4e2f7c4af44c24b67b9755a6a479df1e6cb2bbfec82748d9fc7ad8ced265de" + }, + { + "name": "TimersOneForAll", + "version": "1.2.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": [ + "TimersOneForAll.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.2.0.zip", + "archiveFileName": "TimersOneForAll-1.2.0.zip", + "size": 29673, + "checksum": "SHA-256:23112c334ec1287ad83afed7dc8d91cdfae9979b568f0b525f456958d7c44e01" + }, + { + "name": "TimersOneForAll", + "version": "1.3.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": [ + "TimersOneForAll.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.3.0.zip", + "archiveFileName": "TimersOneForAll-1.3.0.zip", + "size": 29852, + "checksum": "SHA-256:806926326eefbfa77cf0d87c497b91ddf4d5bcecb033bceb76a8f31391f7445b" + }, + { + "name": "TimersOneForAll", + "version": "1.4.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": [ + "TimersOneForAll.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.4.0.zip", + "archiveFileName": "TimersOneForAll-1.4.0.zip", + "size": 30205, + "checksum": "SHA-256:a93fe56c9db86cd3968ade952058bafa1c1747a80c39290780ede5ef893adf82" + }, + { + "name": "TimersOneForAll", + "version": "1.4.1", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "providesIncludes": [ + "TimersOneForAll.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.4.1.zip", + "archiveFileName": "TimersOneForAll-1.4.1.zip", + "size": 30213, + "checksum": "SHA-256:ed59359b5006b8dab9496b188a9f2819f7d67f0fd3df29e0c598505e13bdc030" + }, + { + "name": "TimersOneForAll", + "version": "1.4.2", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "dependencies": [ + { + "name": "Low level quick digital IO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.4.2.zip", + "archiveFileName": "TimersOneForAll-1.4.2.zip", + "size": 30269, + "checksum": "SHA-256:bb5f7d2abf22203a1d77917a120a9c435c18d4123804bcffcbb25877eba885b0" + }, + { + "name": "TimersOneForAll", + "version": "1.5.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "dependencies": [ + { + "name": "Low level quick digital IO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.5.0.zip", + "archiveFileName": "TimersOneForAll-1.5.0.zip", + "size": 30352, + "checksum": "SHA-256:c117f27043e91c0736bf3d770a1652acea6ffcbb8f623f44ad43a0f36f3ca906" + }, + { + "name": "TimersOneForAll", + "version": "1.5.1", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "*You must enable C++17 for your IDE. Open \"%LOCALAPPDATA%\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.3\\platform.txt\" and change the argument \"-std=gnu++11\" to -std=gnu++17.* Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. *您必须为您的 IDE 启用 C++17。打开“%LOCALAPPDATA%\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.3\\platform.txt”并将参数“-std=gnu++11”更改为-std=gnu++17。* 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "dependencies": [ + { + "name": "Low level quick digital IO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-1.5.1.zip", + "archiveFileName": "TimersOneForAll-1.5.1.zip", + "size": 30738, + "checksum": "SHA-256:bf90479146cd2c27691009a62ca4a9d73caac4377171f54d09009cc9740e9666" + }, + { + "name": "TimersOneForAll", + "version": "2.0.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "Make full use of all your hardware timers on your Arduino board. 充分利用你开发板上所有的硬件计时器", + "paragraph": "(Uno \u0026 Mega 2560) *You must enable C++17 for your IDE. Open \"%LOCALAPPDATA%\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.3\\platform.txt\" and change the argument \"-std=gnu++11\" to -std=gnu++17.* Delayed task, repetitive delayed task, tones, square waves, timing by milliseconds. Hardware interrupt that can break into any running code accurately at the time you set. Specify which hardware timer to use, all with 1/16 microsecond accuracy. Allocate them to different tasks so that they run simultaneously without conflicts. Currently only support timing for less than 1 minute. *您必须为您的 IDE 启用 C++17。打开“%LOCALAPPDATA%\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.3\\platform.txt”并将参数“-std=gnu++11”更改为-std=gnu++17。* 延迟任务,重复任务,音调,方波,毫秒秒表,可以自由指定互不冲突的独立硬件计时器,硬件中断,事件驱动。", + "website": "https://github.com/Silver-Fang/TimersOneForAll", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/TimersOneForAll.git", + "dependencies": [ + { + "name": "Low level quick digital IO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/TimersOneForAll-2.0.0.zip", + "archiveFileName": "TimersOneForAll-2.0.0.zip", + "size": 30990, + "checksum": "SHA-256:ba7251d4fcf57d1c72ebe8a2ce4b521a82a9c930b024c5192349a6c9f28a8ce9" + }, + { + "name": "ESP8266 Firebase", + "version": "1.0.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "library for ESP8266 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP8266Firebase", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rupakpoddar/ESP8266Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Firebase-1.0.0.zip", + "archiveFileName": "ESP8266_Firebase-1.0.0.zip", + "size": 436467, + "checksum": "SHA-256:d5417ccef0c31780801942da642e9be726c7845c941ef8ed2b89f63b5ce71c3c" + }, + { + "name": "ESP8266 Firebase", + "version": "1.1.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP8266Firebase", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rupakpoddar/ESP8266Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Firebase-1.1.0.zip", + "archiveFileName": "ESP8266_Firebase-1.1.0.zip", + "size": 437605, + "checksum": "SHA-256:0a084cc43ce96a45d5e8110b64317d59804c4c1cc58672a61793f84d3ed80b99" + }, + { + "name": "ESP8266 Firebase", + "version": "1.2.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP8266Firebase", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rupakpoddar/ESP8266Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Firebase-1.2.0.zip", + "archiveFileName": "ESP8266_Firebase-1.2.0.zip", + "size": 436099, + "checksum": "SHA-256:375fc0a8b7c268541587d3f6f900d385abed54e89149d0967b67e302e87b9cf0" + }, + { + "name": "ESP8266 Firebase", + "version": "1.3.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP8266Firebase", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rupakpoddar/ESP8266Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Firebase-1.3.0.zip", + "archiveFileName": "ESP8266_Firebase-1.3.0.zip", + "size": 396087, + "checksum": "SHA-256:512069c5476457927c84aaa11ff1abe10b27e1b6715788871cf5f3f5eef69af7" + }, + { + "name": "ESP8266 Firebase", + "version": "1.3.1", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP8266Firebase", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rupakpoddar/ESP8266Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Firebase-1.3.1.zip", + "archiveFileName": "ESP8266_Firebase-1.3.1.zip", + "size": 396088, + "checksum": "SHA-256:604e6af0f3f202598f61c857bd8720d8f8d4cb6d6b4ea725796515ee9c4fbbd9" + }, + { + "name": "Controller Utilities", + "version": "1.0.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Contains a number of useful tools for building custom game controllers.", + "paragraph": "Includes deadzone filtering and joystick axis inversion.", + "website": "https://github.com/dmadison/CtrlUtil", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/CtrlUtil.git", + "providesIncludes": [ + "CtrlUtil.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Controller_Utilities-1.0.0.zip", + "archiveFileName": "Controller_Utilities-1.0.0.zip", + "size": 8252, + "checksum": "SHA-256:7a313144f329abd44a959ebe28b292bca8a60ffd754df43eb499ec7dd44503ba" + }, + { + "name": "Controller Utilities", + "version": "1.0.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Contains a number of useful tools for building custom game controllers.", + "paragraph": "Includes deadzone filtering and joystick axis inversion.", + "website": "https://github.com/dmadison/CtrlUtil", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/CtrlUtil.git", + "providesIncludes": [ + "CtrlUtil.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Controller_Utilities-1.0.1.zip", + "archiveFileName": "Controller_Utilities-1.0.1.zip", + "size": 8304, + "checksum": "SHA-256:32a87b2c0a36ad69caadddc78fabb0388e29e589dfeb1e14e566f9698affdbc0" + }, + { + "name": "Controller Utilities", + "version": "1.1.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Contains a number of useful tools for building custom game controllers.", + "paragraph": "Includes deadzone filtering and joystick axis inversion.", + "website": "https://github.com/dmadison/CtrlUtil", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/CtrlUtil.git", + "providesIncludes": [ + "CtrlUtil.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Controller_Utilities-1.1.0.zip", + "archiveFileName": "Controller_Utilities-1.1.0.zip", + "size": 11450, + "checksum": "SHA-256:b64897fbe9e953a7017f87b1daae1179af62e05d335ccc7c7f7c2b673ae69eb8" + }, + { + "name": "Controller Utilities", + "version": "1.1.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Contains a number of useful tools for building custom game controllers.", + "paragraph": "Includes deadzone filtering and joystick axis inversion.", + "website": "https://github.com/dmadison/CtrlUtil", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/CtrlUtil.git", + "providesIncludes": [ + "CtrlUtil.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Controller_Utilities-1.1.1.zip", + "archiveFileName": "Controller_Utilities-1.1.1.zip", + "size": 11448, + "checksum": "SHA-256:c8245d8e1e0b0cb703b9f140af035472aaf868d2c14285e563c2b785af702b32" + }, + { + "name": "TinyDebug", + "version": "1.0.0", + "author": "Uri Shaked \u003curi@wokwi.com\u003e", + "maintainer": "Uri Shaked \u003curi@wokwi.com\u003e", + "sentence": "ATtiny85 Serial-like debug interface for the Wokwi.com simulator.", + "paragraph": "Use this library to log debug information from your code while running ATtiny85 projects on the Wokwi Arduino Simulator (https://wokwi.com). Usage example: https://wokwi.com/arduino/projects/300650387867697672", + "website": "https://github.com/wokwi/TinyDebug", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wokwi/TinyDebug.git", + "providesIncludes": [ + "TinyDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wokwi/TinyDebug-1.0.0.zip", + "archiveFileName": "TinyDebug-1.0.0.zip", + "size": 4949, + "checksum": "SHA-256:6901c764b28446a4270ee00815edbc3aedf3243296e7141fd95e82ac7230f4a4" + }, + { + "name": "TinyDebug", + "version": "2.0.0", + "author": "Uri Shaked \u003curi@wokwi.com\u003e", + "maintainer": "Uri Shaked \u003curi@wokwi.com\u003e", + "sentence": "ATtiny85 Serial-like debug interface for the Wokwi.com simulator.", + "paragraph": "Use this library to log debug information from your code while running ATtiny85 projects on the Wokwi Arduino Simulator (https://wokwi.com). Usage example: https://wokwi.com/arduino/projects/300650387867697672", + "website": "https://github.com/wokwi/TinyDebug", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wokwi/TinyDebug.git", + "providesIncludes": [ + "TinyDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wokwi/TinyDebug-2.0.0.zip", + "archiveFileName": "TinyDebug-2.0.0.zip", + "size": 5433, + "checksum": "SHA-256:6a10f63a5b1753d5918d8a16c676e3bca80ceb74bf171293d58e0ad5e424aabc" + }, + { + "name": "nanoFORTH", + "version": "1.2.0", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "Arduino Nano", + "Arduino UNO" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.0.zip", + "archiveFileName": "nanoFORTH-1.2.0.zip", + "size": 65742, + "checksum": "SHA-256:a3cfde1a9ccd70ab37eae7a3491d0d9f4009abf97ec3dd63832d0032248a630e" + }, + { + "name": "nanoFORTH", + "version": "1.2.1", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "Arduino Nano", + "Arduino UNO" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.1.zip", + "archiveFileName": "nanoFORTH-1.2.1.zip", + "size": 65734, + "checksum": "SHA-256:b2f3b0488755e31263b66cbef19706539152042840671ce24c07d06940d13512" + }, + { + "name": "nanoFORTH", + "version": "1.2.4", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "Arduino Nano", + "Arduino UNO" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.4.zip", + "archiveFileName": "nanoFORTH-1.2.4.zip", + "size": 65926, + "checksum": "SHA-256:f262c14186e44f964251054f14f0772c6be20212dbe8017981895ba5b48384e6" + }, + { + "name": "nanoFORTH", + "version": "1.2.6", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "Arduino Nano", + "Arduino UNO" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.2.6.zip", + "archiveFileName": "nanoFORTH-1.2.6.zip", + "size": 403619, + "checksum": "SHA-256:2c41827c0428277269b67d70318305f0d6f0999edeff957022fc1aa78b9bfc4f" + }, + { + "name": "nanoFORTH", + "version": "1.4.0", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "Arduino Nano", + "Arduino UNO" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.4.0.zip", + "archiveFileName": "nanoFORTH-1.4.0.zip", + "size": 71894, + "checksum": "SHA-256:8fb6b5e650b61c250d88d907edf7b0f6a874658f1ce94bb93e4c7be52fe66d0f" + }, + { + "name": "nanoFORTH", + "version": "1.4.4", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful FORTH for Arduino Nano", + "paragraph": "(and UNO)", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.4.4.zip", + "archiveFileName": "nanoFORTH-1.4.4.zip", + "size": 71932, + "checksum": "SHA-256:62627edfba8bcad34bb39033ee92cd672e636f36c6f312f380dbb8c36a31532c" + }, + { + "name": "nanoFORTH", + "version": "1.6.0", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful Forth for Nano.", + "paragraph": "Forth in .ino that can be loaded into Nano/UNO. You can interact with it via Serial Monitor or Bluetooth to control pins. Your \"app\" can be saved into EEROM for autorun on reboot. Interrupt and multi-tasking are also supported.", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.6.0.zip", + "archiveFileName": "nanoFORTH-1.6.0.zip", + "size": 64431, + "checksum": "SHA-256:d95397733c1e57acdc7073d82a1550adbd14a08963c280ab3471d9c2e6628c07" + }, + { + "name": "nanoFORTH", + "version": "1.6.4", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful Forth for Nano.", + "paragraph": "Forth in .ino that can be loaded into Nano/UNO. You can interact with it via Serial Monitor or Bluetooth to control pins. Your \"app\" can be saved into EEROM for autorun on reboot. Interrupt and multi-tasking are also supported.", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-1.6.4.zip", + "archiveFileName": "nanoFORTH-1.6.4.zip", + "size": 64424, + "checksum": "SHA-256:43fdc3eda1a5a70dfed09ac95052045c79474d4085d01c3b8af8f7b398f7e0d8" + }, + { + "name": "nanoFORTH", + "version": "2.0.0", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "A simple and useful Forth for Nano.", + "paragraph": "Forth in .ino that can be loaded into Nano/UNO. You can interact with it via Serial Monitor or Bluetooth to control pins. Your \"app\" can be saved into EEROM for autorun on reboot. Interrupt and multi-tasking are also supported.", + "website": "https://github.com/chochain/nanoFORTH", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chochain/nanoFORTH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/nanoFORTH-2.0.0.zip", + "archiveFileName": "nanoFORTH-2.0.0.zip", + "size": 68225, + "checksum": "SHA-256:7ac4b015f5509079f8a3373cf50fad0dca28004e42619e7e065b6e3d12916253" + }, + { + "name": "TCS34725AutoGain", + "version": "1.0.0", + "author": "Kevin Stadler", + "maintainer": "Kevin Stadler", + "sentence": "Library for TCS34725 RGB Color Sensor", + "paragraph": "Provides functions for automatic selection of appropriate sensor gain and integration time, as well as convenience functions for controlling the sensor mode, interrupt thresholds and more.", + "website": "https://github.com/kevinstadler/TCS34725AutoGain", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kevinstadler/TCS34725AutoGain.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kevinstadler/TCS34725AutoGain-1.0.0.zip", + "archiveFileName": "TCS34725AutoGain-1.0.0.zip", + "size": 13577, + "checksum": "SHA-256:943f852c8f9d550ccd118ad65e38890e3d23c5e8a7c668886b6ba6c30afddd71" + }, + { + "name": "Arduino_PortentaBreakout", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino Library for Arduino Portenta Breakout Carrier", + "website": "https://github.com/arduino-libraries/Arduino_PortentaBreakout", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_PortentaBreakout.git", + "providesIncludes": [ + "Arduino_PortentaBreakout.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_PortentaBreakout-1.0.1.zip", + "archiveFileName": "Arduino_PortentaBreakout-1.0.1.zip", + "size": 34906, + "checksum": "SHA-256:7fb5f2500f58b7238c78cd355bccb2a7b382b6e4784f6e2a443893d67c6c0fe6" + }, + { + "name": "CustomJWT", + "version": "1.0.0", + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on an Arduino.", + "paragraph": "Supports only HMAC-SHA256. This is my attempt at creating a library that can encode and decode Java Web Tokens(JWT). Please point out any bugs so that I can fix them.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": [ + "CustomJWT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-1.0.0.zip", + "archiveFileName": "CustomJWT-1.0.0.zip", + "size": 8772, + "checksum": "SHA-256:240083f3b30ea0181c2e957336abda60bf54688aa3c234d6d9ff8a89aab4f118" + }, + { + "name": "CustomJWT", + "version": "1.0.1", + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on an Arduino.", + "paragraph": "Supports only HMAC-SHA256. This is my attempt at creating a library that can encode and decode JSON Web Tokens(JWT). Please point out any bugs so that I can fix them.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": [ + "CustomJWT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-1.0.1.zip", + "archiveFileName": "CustomJWT-1.0.1.zip", + "size": 9640, + "checksum": "SHA-256:d4307a8c71c62e3b1b4b93b7d228473d5a346db15b96778a8f9751b596e97506" + }, + { + "name": "CustomJWT", + "version": "1.0.3", + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on an Arduino.", + "paragraph": "Supports only HMAC-SHA256. This is my attempt at creating a library that can encode and decode JSON Web Tokens(JWT). Please point out any bugs so that I can fix them.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": [ + "CustomJWT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-1.0.3.zip", + "archiveFileName": "CustomJWT-1.0.3.zip", + "size": 9640, + "checksum": "SHA-256:a7193cc952c71334dcd9d172074bd32d8eeefd6c1fa3d0ce38e3def9b2888c24" + }, + { + "name": "CustomJWT", + "version": "2.0.0", + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on the Arduino platform.", + "paragraph": "Supports only HMAC-SHA256 out of the box. An attempt at creating a library that can encode and decode JSON Web Tokens(JWT) in an easy to use manner.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": [ + "CustomJWT.h" + ], + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-2.0.0.zip", + "archiveFileName": "CustomJWT-2.0.0.zip", + "size": 9644, + "checksum": "SHA-256:64c0474af59a91df564318bd870953d00d9faacf8591ff0152191abdb26e8b7a" + }, + { + "name": "CustomJWT", + "version": "2.1.0", + "author": "Ant2000 \u003cajosekuruvilla@gmail.com\u003e", + "maintainer": "Ant2000", + "sentence": "A library to make it easy to encode and decode JWT tokens on the Arduino platform.", + "paragraph": "An attempt at creating a library that can encode and decode JSON Web Tokens(JWT) in an easy to use manner. Supports HMAC-SHA256 out of the box but custom hashing functions can be provided.", + "website": "https://github.com/Ant2000/CustomJWT", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Ant2000/CustomJWT.git", + "providesIncludes": [ + "CustomJWT.h" + ], + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Ant2000/CustomJWT-2.1.0.zip", + "archiveFileName": "CustomJWT-2.1.0.zip", + "size": 14661, + "checksum": "SHA-256:d6e73e8118e36bba975dbb506cc009c62b06f2e13306dfd74b6cbd46ecd45b68" + }, + { + "name": "SiderealPlanets", + "version": "1.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related functions.", + "paragraph": "Astronomy related functions for determining sidereal time, coordinate conversion, and planet coordinates.", + "website": "https://github.com/DavidArmstrong/SiderealPlanets", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SiderealPlanets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealPlanets-1.0.0.zip", + "archiveFileName": "SiderealPlanets-1.0.0.zip", + "size": 47435, + "checksum": "SHA-256:3a032c1864b62fa11b9f45ec2d5bc417d1571f7cd992961654e7bbb7894a31c6" + }, + { + "name": "SiderealPlanets", + "version": "1.1.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related functions.", + "paragraph": "Astronomy related functions for determining sidereal time, coordinate conversion, and planet coordinates.", + "website": "https://github.com/DavidArmstrong/SiderealPlanets", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SiderealPlanets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealPlanets-1.1.0.zip", + "archiveFileName": "SiderealPlanets-1.1.0.zip", + "size": 48488, + "checksum": "SHA-256:c8f324e3080719ea3cb2276328e72d30b068555020ffd336ba8d769c6a3c89a9" + }, + { + "name": "SiderealPlanets", + "version": "1.1.1", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related functions.", + "paragraph": "Astronomy related functions for determining sidereal time, coordinate conversion, and planet coordinates.", + "website": "https://github.com/DavidArmstrong/SiderealPlanets", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SiderealPlanets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealPlanets-1.1.1.zip", + "archiveFileName": "SiderealPlanets-1.1.1.zip", + "size": 48485, + "checksum": "SHA-256:c640c38ddbf0a01855424736651375657d5dc6d7806609e8bf0113caf10903b5" + }, + { + "name": "SiderealPlanets", + "version": "1.2.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related functions.", + "paragraph": "Astronomy related functions for determining sidereal time, coordinate conversion, and planet coordinates.", + "website": "https://github.com/DavidArmstrong/SiderealPlanets", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SiderealPlanets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealPlanets-1.2.0.zip", + "archiveFileName": "SiderealPlanets-1.2.0.zip", + "size": 48953, + "checksum": "SHA-256:6e511ced9615153aba58b984a5b0e3c1081c65904bd8d3be0ac15fe2a02bf62a" + }, + { + "name": "SiderealPlanets", + "version": "1.4.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related functions.", + "paragraph": "Astronomy related functions for determining sidereal time, coordinate conversion, and planet coordinates.", + "website": "https://github.com/DavidArmstrong/SiderealPlanets", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/SiderealPlanets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealPlanets-1.4.0.zip", + "archiveFileName": "SiderealPlanets-1.4.0.zip", + "size": 50294, + "checksum": "SHA-256:61fee9119754ee37ce31d90a9d6798f263ca4fff2ae718f113e630903d58814d" + }, + { + "name": "LP50XX", + "version": "1.0.0", + "author": "Ruben Neurink-Sluiman", + "maintainer": "Ruben Neurink-Sluiman \u003cruben.neurink@gmail.com\u003e", + "sentence": "Library for interaction with the LP5009 and LP5012 LED driver", + "paragraph": "This library is for the interaction with the LP5009 and LP5012 LED driver from Texas Instruments", + "website": "https://github.com/rneurink/LP50XX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rneurink/LP50XX.git", + "providesIncludes": [ + "LP50XX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rneurink/LP50XX-1.0.0.zip", + "archiveFileName": "LP50XX-1.0.0.zip", + "size": 2408182, + "checksum": "SHA-256:ab69393612f2b8514b73a5f2f7ff0ef4b94f16142ca018f17f460a96fc340a53" + }, + { + "name": "Ds1302", + "version": "1.0.4", + "author": "Rafa Couto \u003ccaligari@treboada.net\u003e", + "maintainer": "Rafa Couto \u003ccaligari@treboada.net\u003e", + "sentence": "A C/C++ library to use DS1302 RTC chip.", + "paragraph": "A C/C++ library to use DS1302 RTC chip.", + "website": "https://github.com/Treboada/Ds1302", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Treboada/Ds1302.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Treboada/Ds1302-1.0.4.zip", + "archiveFileName": "Ds1302-1.0.4.zip", + "size": 208516, + "checksum": "SHA-256:4aeb9d96ce7c062c3188a35d12398f53abaa28161faa1ed11f6a0288a79f28ad" + }, + { + "name": "RAKwireless TLE7259 LIN Bus library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13005 LIN bus module with the TLE7259 chip", + "paragraph": "Build a LIN bus master or slave node with the RAK13005 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13005\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13005-TLE7259-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13005-TLE7259-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_TLE7259_LIN_Bus_library-1.0.0.zip", + "archiveFileName": "RAKwireless_TLE7259_LIN_Bus_library-1.0.0.zip", + "size": 1584267, + "checksum": "SHA-256:ce20740a5a3075cfff290327f6aa23d18be972259b433bd8c557f6b30e854320" + }, + { + "name": "RAKwireless TLE7259 LIN Bus library", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13005 LIN bus module with the TLE7259 chip", + "paragraph": "Build a LIN bus master or slave node with the RAK13005 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13005\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13005-TLE7259-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13005-TLE7259-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_TLE7259_LIN_Bus_library-1.0.1.zip", + "archiveFileName": "RAKwireless_TLE7259_LIN_Bus_library-1.0.1.zip", + "size": 1588643, + "checksum": "SHA-256:b4302f9b398fbc859ba361bac71fabe330dadf55bac89668903a9caf03d9eb58" + }, + { + "name": "RAKwireless TLE7259 LIN Bus library", + "version": "1.0.2", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13005 LIN bus module with the TLE7259 chip", + "paragraph": "Build a LIN bus master or slave node with the RAK13005 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13005\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13005-TLE7259-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13005-TLE7259-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_TLE7259_LIN_Bus_library-1.0.2.zip", + "archiveFileName": "RAKwireless_TLE7259_LIN_Bus_library-1.0.2.zip", + "size": 1588797, + "checksum": "SHA-256:790d6c7a3efe4f880b6c42065aab00547a0468b4becffe657ede37618479a7bb" + }, + { + "name": "RAKwireless TLE7259 LIN Bus library", + "version": "1.0.3", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13005 LIN bus module with the TLE7259 chip", + "paragraph": "Build a LIN bus master or slave node with the RAK13005 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13005\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13005-TLE7259-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13005-TLE7259-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_TLE7259_LIN_Bus_library-1.0.3.zip", + "archiveFileName": "RAKwireless_TLE7259_LIN_Bus_library-1.0.3.zip", + "size": 1590333, + "checksum": "SHA-256:5287a2fc6cde62fe31f6351a54b9b41f6750ba5470b2877addcf02902919d318" + }, + { + "name": "RAKwireless MQx library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the MQx Gas Sensor Modules", + "paragraph": "Use this library to measure gas concentrations with RAK12004, RAK12008, RAK12009 and similar WisBlock modules from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/pages/wisblock\"\u003eWisBlock\u003c/a\u003e products today!", + "website": "https://github.com/RAKWireless/RAK-MQx-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK-MQx-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_MQx_library-1.0.0.zip", + "archiveFileName": "RAKwireless_MQx_library-1.0.0.zip", + "size": 2749568, + "checksum": "SHA-256:4d4fb7b326fe77490ab2e5aba9a4a85728021c624cf50173e4989069f20864f8" + }, + { + "name": "AIfES for Arduino", + "version": "2.0.0", + "author": "Fraunhofer IMS", + "maintainer": "Fraunhofer IMS", + "sentence": "The stand alone TinyML solution for self learning smart sensors, systems and almost any Arduino board.", + "paragraph": "Provides fully parametric and trainable feed forward neural networks, which are alterable and reloadable at runtime.", + "website": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino.git", + "providesIncludes": [ + "aifes.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fraunhofer-IMS/AIfES_for_Arduino-2.0.0.zip", + "archiveFileName": "AIfES_for_Arduino-2.0.0.zip", + "size": 1229020, + "checksum": "SHA-256:96065c64189867f6c45b7f58f9123b1065d0835a489e3d4ad6d8f2db1addce46" + }, + { + "name": "AIfES for Arduino", + "version": "2.1.0", + "author": "Fraunhofer IMS", + "maintainer": "Fraunhofer IMS", + "sentence": "The stand alone TinyML solution for self learning smart sensors, systems and almost any Arduino board.", + "paragraph": "Provides fully parametric and trainable feed forward neural networks, which are alterable and reloadable at runtime.", + "website": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino.git", + "providesIncludes": [ + "aifes.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fraunhofer-IMS/AIfES_for_Arduino-2.1.0.zip", + "archiveFileName": "AIfES_for_Arduino-2.1.0.zip", + "size": 2061550, + "checksum": "SHA-256:5abc72ea6d6fd31c416f5634ca7d2ddba7a77cc289b61292d7ca88f0c73bbd5e" + }, + { + "name": "AIfES for Arduino", + "version": "2.1.1", + "author": "Fraunhofer IMS", + "maintainer": "Fraunhofer IMS", + "sentence": "The stand alone TinyML solution for self learning smart sensors, systems and almost any Arduino board.", + "paragraph": "Provides fully parametric and trainable feed forward neural networks, which are alterable and reloadable at runtime.", + "website": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Fraunhofer-IMS/AIfES_for_Arduino.git", + "providesIncludes": [ + "aifes.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Fraunhofer-IMS/AIfES_for_Arduino-2.1.1.zip", + "archiveFileName": "AIfES_for_Arduino-2.1.1.zip", + "size": 1832428, + "checksum": "SHA-256:84042809c1af548f052bdd032ae6cadc996ba1d9eb54fb3b52d2b5eb28c53112" + }, + { + "name": "Polyline", + "version": "1.0.0", + "author": "Erin Kennedy \u003cerin.kennedy@thebayviewyards.com\u003e", + "maintainer": "Erin Kennedy \u003cerin.kennedy@thebayviewyards.com\u003e", + "sentence": "Encode latitude/longitude coordinates to a Polyline string.", + "paragraph": "Based on the algorithm by Google: Polyline encoding is a lossy compression algorithm that allows you to store a series of coordinates as a single string.", + "website": "https://github.com/RobotGrrl/PolylineArduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobotGrrl/PolylineArduino.git", + "providesIncludes": [ + "Polyline.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobotGrrl/Polyline-1.0.0.zip", + "archiveFileName": "Polyline-1.0.0.zip", + "size": 6487, + "checksum": "SHA-256:f2a63704980a63811a021fe2f8926f8e30110884dc21e40a1cac8f7345b4b377" + }, + { + "name": "Matrix Ultrasonic Sensor", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An automatic ultrasonic sensor.", + "paragraph": "Support 50~2000mm distance detection, internal 8 default LED-Matrix Anime.", + "website": "https://github.com/Matrix-Robotics/MatrixUltrasonicSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixUltrasonicSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Ultrasonic_Sensor-1.0.0.zip", + "archiveFileName": "Matrix_Ultrasonic_Sensor-1.0.0.zip", + "size": 10129, + "checksum": "SHA-256:58a3ce5b70bcfe95303da636ed7c2d0a87c0723e83eb7c0f2ea1f2326b6647a4" + }, + { + "name": "Matrix Motor Extension", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 4 channel DC motor controller.", + "paragraph": "Support 4 channel/8-bit full-bridge DC motor control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotorExtension", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotorExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motor_Extension-1.0.0.zip", + "archiveFileName": "Matrix_Motor_Extension-1.0.0.zip", + "size": 11887, + "checksum": "SHA-256:db77ca49a703e516729c69d9ddd0b0d7cb14d50a101b9a616ec253b6cbc9af81" + }, + { + "name": "Matrix Motor Extension", + "version": "1.0.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 4 channel DC motor controller.", + "paragraph": "Support 4 channel/8-bit full-bridge DC motor control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotorExtension", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotorExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motor_Extension-1.0.1.zip", + "archiveFileName": "Matrix_Motor_Extension-1.0.1.zip", + "size": 11889, + "checksum": "SHA-256:cbe535049915fa5daee1807b2e92b42cc2c1792329ab141a3f1425ef38467ace" + }, + { + "name": "Matrix Motor Extension", + "version": "1.0.2", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 4 channel DC motor controller.", + "paragraph": "Support 4 channel/8-bit full-bridge DC motor control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotorExtension", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotorExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motor_Extension-1.0.2.zip", + "archiveFileName": "Matrix_Motor_Extension-1.0.2.zip", + "size": 11891, + "checksum": "SHA-256:76feecdcdb04b4b69f9c4c57599864c50e55784271f959897172144c80fe874d" + }, + { + "name": "Matrix Motor Extension", + "version": "1.0.3", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 4 channel DC motor controller.", + "paragraph": "Support 4 channel/8-bit full-bridge DC motor control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotorExtension", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotorExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motor_Extension-1.0.3.zip", + "archiveFileName": "Matrix_Motor_Extension-1.0.3.zip", + "size": 11902, + "checksum": "SHA-256:172758168246f4ae2985faf2ed42187d5f997c53414ec18dfa778af0a5cf4f4e" + }, + { + "name": "Matrix Color Sensor", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An RGBW color sensor.", + "paragraph": "Support RGB, CMYK, and Grayscale format and internal 14 colors auto-detect send by number.", + "website": "https://github.com/Matrix-Robotics/MatrixColorSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixColorSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Color_Sensor-1.0.0.zip", + "archiveFileName": "Matrix_Color_Sensor-1.0.0.zip", + "size": 233725, + "checksum": "SHA-256:dc4e776ab16ab94a9246c484ee5b55b4af4c0e69a3d0bd619f7881923e02b4a8" + }, + { + "name": "Matrix Color Sensor", + "version": "1.0.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An RGBW color sensor.", + "paragraph": "Support RGB, CMYK, and Grayscale format and internal 14 colors auto-detect send by number.", + "website": "https://github.com/Matrix-Robotics/MatrixColorSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixColorSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Color_Sensor-1.0.1.zip", + "archiveFileName": "Matrix_Color_Sensor-1.0.1.zip", + "size": 233736, + "checksum": "SHA-256:25f11e05c058afbfce1332a499a820739e3ff5bfa511c238f7413ff657ad1d0d" + }, + { + "name": "Matrix Color Sensor", + "version": "1.0.2", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An RGBW color sensor.", + "paragraph": "Support RGB, CMYK, and Grayscale format and internal 14 colors auto-detect send by number.", + "website": "https://github.com/Matrix-Robotics/MatrixColorSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixColorSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Color_Sensor-1.0.2.zip", + "archiveFileName": "Matrix_Color_Sensor-1.0.2.zip", + "size": 234288, + "checksum": "SHA-256:e9f37e05550dab5b461f9dbea49d9e22ef56acdfd2aec2bf759f6b351459f5fd" + }, + { + "name": "Matrix Color Sensor", + "version": "1.0.3", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An RGBW color sensor.", + "paragraph": "Support RGB, CMYK, and Grayscale format and internal 14 colors auto-detect send by number.", + "website": "https://github.com/Matrix-Robotics/MatrixColorSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixColorSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Color_Sensor-1.0.3.zip", + "archiveFileName": "Matrix_Color_Sensor-1.0.3.zip", + "size": 234298, + "checksum": "SHA-256:d71aaed86b504a5391db64de60bf1a2fb225c1b4cbf7e75901440a741efaac47" + }, + { + "name": "Matrix Controller", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A combined DC Motor controller and servo controller.", + "paragraph": "for use with the Matrix Robotics Building system, communicate by I2C interface.", + "website": "https://github.com/Matrix-Robotics/MatrixController", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Controller-1.0.0.zip", + "archiveFileName": "Matrix_Controller-1.0.0.zip", + "size": 13963, + "checksum": "SHA-256:6fb7f86e6d6ea3499dce2b2a27b4485ed5c20092032f951a7e56d25197170010" + }, + { + "name": "Matrix Servo Extension", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 8 channel RC Servo controller.", + "paragraph": "Support 8 channel/360 angle RC Servo control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixServoExtension", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixServoExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Servo_Extension-1.0.0.zip", + "archiveFileName": "Matrix_Servo_Extension-1.0.0.zip", + "size": 12770, + "checksum": "SHA-256:6beea311933900f7fc7a3413b4f7c8f620b161408ab2c05d1429a6619f5bfa2d" + }, + { + "name": "Matrix Servo Extension", + "version": "1.0.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 8 channel RC Servo controller.", + "paragraph": "Support 8 channel/360 angle RC Servo control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixServoExtension", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixServoExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Servo_Extension-1.0.1.zip", + "archiveFileName": "Matrix_Servo_Extension-1.0.1.zip", + "size": 12775, + "checksum": "SHA-256:bf52946ff7a390fc59d7628e36b0f301f5f8c9a1f8fe7816753bf408712b962e" + }, + { + "name": "Matrix Servo Extension", + "version": "1.0.2", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "A 8 channel RC Servo controller.", + "paragraph": "Support 8 channel/360 angle RC Servo control with battery voltage monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixServoExtension", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixServoExtension.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Servo_Extension-1.0.2.zip", + "archiveFileName": "Matrix_Servo_Extension-1.0.2.zip", + "size": 12788, + "checksum": "SHA-256:dcb9adcddbfc78c6229354f603d5063908f8852ae966aece7a3100962fdd80f2" + }, + { + "name": "Matrix Motion Sensor", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An inertial measurement unit 9-degree of freedom sensor.", + "paragraph": "Support Euler angle data, gyro data, accel data, filter select and temperature monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotionSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotionSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motion_Sensor-1.0.0.zip", + "archiveFileName": "Matrix_Motion_Sensor-1.0.0.zip", + "size": 173752, + "checksum": "SHA-256:67316b533229ce845bbedb035dd04f6139f13e21b7cf38824ad49f83c660b2e4" + }, + { + "name": "Matrix Motion Sensor", + "version": "1.0.1", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An inertial measurement unit 9-degree of freedom sensor.", + "paragraph": "Support Euler angle data, gyro data, accel data, filter select and temperature monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotionSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotionSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motion_Sensor-1.0.1.zip", + "archiveFileName": "Matrix_Motion_Sensor-1.0.1.zip", + "size": 173762, + "checksum": "SHA-256:c69cbfb0fef7246a145aee1166d1f8c883bfd1e10f530e81caa28665bce8ce52" + }, + { + "name": "Matrix Motion Sensor", + "version": "1.0.2", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An inertial measurement unit 9-degree of freedom sensor.", + "paragraph": "Support Euler angle data, gyro data, accel data, filter select and temperature monitor.", + "website": "https://github.com/Matrix-Robotics/MatrixMotionSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotionSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motion_Sensor-1.0.2.zip", + "archiveFileName": "Matrix_Motion_Sensor-1.0.2.zip", + "size": 173773, + "checksum": "SHA-256:721f7f265dad3faeea942c0408590c061d051a3b8f6faa2a073c5a9255b830fb" + }, + { + "name": "Matrix Motion Sensor", + "version": "1.0.3", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "An inertial measurement unit 6-degree of freedom sensor.", + "paragraph": "Support Euler angle data, gyro data, accel data.", + "website": "https://github.com/Matrix-Robotics/MatrixMotionSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixMotionSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Motion_Sensor-1.0.3.zip", + "archiveFileName": "Matrix_Motion_Sensor-1.0.3.zip", + "size": 172360, + "checksum": "SHA-256:e520231a6aba80f86e02d9a583a2ab72bb6fee44498dc1d98aebf678430be9b1" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.0.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.0.0.zip", + "size": 273396, + "checksum": "SHA-256:4911503f78b35ea8cd56e3d992c2670d8074f965bda1ab3b4a695d04e6d93253" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.1.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.1.0.zip", + "size": 307021, + "checksum": "SHA-256:3efd4f958d6e845def238124aaae120dbba48d36254c05beb9ecca1b737af4c8" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.2.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.2.0.zip", + "size": 300858, + "checksum": "SHA-256:18ab2f0325e457cab852405f9483250edf8efaac59d6f1258c1d2155f47d8d1d" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.3.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.3.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.3.0.zip", + "size": 303217, + "checksum": "SHA-256:cfdc309f32ce003e4409a05d34b33f961a777ee5d90bcd3b865d1d5a4d8eb94c" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.4.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.4.0.zip", + "size": 302179, + "checksum": "SHA-256:03e87ceb3847a83a2460c25f5aeaf7bdf3e7a5e98b5f20183bbaa2b4761751c5" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.4.1.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.4.1.zip", + "size": 302588, + "checksum": "SHA-256:7774a0fcc91996fe9bc3492c427772923e272161dbcc28351b34f2e6947b69f7" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h", + "WebServer_WT32_ETH01.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.5.0.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.5.0.zip", + "size": 305352, + "checksum": "SHA-256:7387a0df24fba5748f786d134a89dbed08ec0fca2c0779e959bacea67a204cc6" + }, + { + "name": "WebServer_WT32_ETH01", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.", + "website": "https://github.com/khoih-prog/WebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WebServer_WT32_ETH01.git", + "providesIncludes": [ + "WebServer_WT32_ETH01.h", + "WebServer_WT32_ETH01.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_WT32_ETH01-1.5.1.zip", + "archiveFileName": "WebServer_WT32_ETH01-1.5.1.zip", + "size": 309669, + "checksum": "SHA-256:100f0f657de3934e3170835f142a24c8b2a6cffa259f964a886166b0e05f7c0e" + }, + { + "name": "FlashStringTable", + "version": "0.3.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": [ + "FlashStringTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.3.0.zip", + "archiveFileName": "FlashStringTable-0.3.0.zip", + "size": 14024, + "checksum": "SHA-256:3fc4c0472b50b6754f344f2fd52ad26c616e0e5394d0550d413d4202b3ae7384" + }, + { + "name": "FlashStringTable", + "version": "0.4.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": [ + "FlashStringTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.4.0.zip", + "archiveFileName": "FlashStringTable-0.4.0.zip", + "size": 13851, + "checksum": "SHA-256:2c551a68eccb5d527d1ed42bccbbf54a054ab5bc24af5fb06a1919b9152649fc" + }, + { + "name": "FlashStringTable", + "version": "0.5.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": [ + "FlashStringTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.5.0.zip", + "archiveFileName": "FlashStringTable-0.5.0.zip", + "size": 12557, + "checksum": "SHA-256:74c26b07a27ed29ece5341946c8161a267bc31cacf9428aa85e36b75de321088" + }, + { + "name": "FlashStringTable", + "version": "0.6.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": [ + "FlashStringTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.6.0.zip", + "archiveFileName": "FlashStringTable-0.6.0.zip", + "size": 13375, + "checksum": "SHA-256:965e76191c66f09989a9d10d606da1d58bc753efea5413d095ac5377970fd4bb" + }, + { + "name": "FlashStringTable", + "version": "0.7.0", + "author": "Charlie Kindel \u003ctig@kindel.com\u003e", + "maintainer": "Charlie Kindel \u003ctig@kindel.com\u003e", + "sentence": "Easy definition and use of Arduino flash-based (PROGMEM) global string.", + "paragraph": "Arduino library for simplifying the definition and use of Arduino flash-based (PROGMEM) global string constants. It supports both C and C++ style coding.", + "website": "https://github.com/tig/FlashStringTable.git", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tig/FlashStringTable.git", + "providesIncludes": [ + "FlashStringTable.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tig/FlashStringTable-0.7.0.zip", + "archiveFileName": "FlashStringTable-0.7.0.zip", + "size": 14386, + "checksum": "SHA-256:ee6c94bfae2e36c489e300acf97de676381135a5baaef2ba973a72f7ddf8e95e" + }, + { + "name": "TSC2004", + "version": "1.0.0", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for the TSC2004 resistive touch screen controller", + "paragraph": "Library for the TSC2004 resistive touch screen controller", + "website": "https://github.com/solderparty/arduino_tsc2004", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/solderparty/arduino_tsc2004.git", + "url": "https://downloads.arduino.cc/libraries/github.com/solderparty/TSC2004-1.0.0.zip", + "archiveFileName": "TSC2004-1.0.0.zip", + "size": 4058, + "checksum": "SHA-256:feb663432c9e2bf8c53d72d416256e6236d89d4c438584fcd2b6d27fe2515b22" + }, + { + "name": "TSC2004", + "version": "1.1.0", + "author": "arturo182", + "maintainer": "arturo182", + "sentence": "Library for the TSC2004 resistive touch screen controller", + "paragraph": "Library for the TSC2004 resistive touch screen controller", + "website": "https://github.com/solderparty/arduino_tsc2004", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/solderparty/arduino_tsc2004.git", + "url": "https://downloads.arduino.cc/libraries/github.com/solderparty/TSC2004-1.1.0.zip", + "archiveFileName": "TSC2004-1.1.0.zip", + "size": 4836, + "checksum": "SHA-256:731e4da3010ddb5cdd29074cf11632a94aefed7f3fb4a4513abf9f115145dbd6" + }, + { + "name": "RadarIQ", + "version": "1.0.1", + "author": "RadarIQ Ltd (support@radariq.io)", + "maintainer": "RadarIQ Ltd (support@radariq.io)", + "sentence": "Adds support for the RadarIQ sensors.", + "paragraph": "RadarIQ sensors are ideal for object tracking, and detecting movement. RadarIQ sensors use FMCW radar, are designed for ease of use, have a 110 degree field of view, and a 10m range. This library brings RadarIQ support to Arduino.", + "website": "http://radariq.io", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/radariq/arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/radariq/RadarIQ-1.0.1.zip", + "archiveFileName": "RadarIQ-1.0.1.zip", + "size": 19039, + "checksum": "SHA-256:f803eaec5e837b93b24f082d6ea0a90e90566aafa56ae90bdccef53170403690" + }, + { + "name": "RadarIQ", + "version": "1.0.3", + "author": "RadarIQ Ltd (support@radariq.io)", + "maintainer": "RadarIQ Ltd (support@radariq.io)", + "sentence": "Adds support for the RadarIQ sensors.", + "paragraph": "RadarIQ sensors are ideal for object tracking, and detecting movement. RadarIQ sensors use FMCW radar, are designed for ease of use, have a 110 degree field of view, and a 10m range. This library brings RadarIQ support to Arduino.", + "website": "http://radariq.io", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/radariq/arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/radariq/RadarIQ-1.0.3.zip", + "archiveFileName": "RadarIQ-1.0.3.zip", + "size": 20399, + "checksum": "SHA-256:19cd2de72ef8794e88671dbfa7fda8d7a816f563bfd099cbaa5eb28b338e0f8e" + }, + { + "name": "RadarIQ", + "version": "1.0.4", + "author": "RadarIQ Ltd (support@radariq.io)", + "maintainer": "RadarIQ Ltd (support@radariq.io)", + "sentence": "Adds support for the RadarIQ sensors.", + "paragraph": "RadarIQ sensors are ideal for object tracking, and detecting movement. RadarIQ sensors use FMCW radar, are designed for ease of use, have a 110 degree field of view, and a 10m range. This library brings RadarIQ support to Arduino.", + "website": "http://radariq.io", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/radariq/arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/radariq/RadarIQ-1.0.4.zip", + "archiveFileName": "RadarIQ-1.0.4.zip", + "size": 20870, + "checksum": "SHA-256:4aa5750cacbe5bbe1a351e07eb0d81706f7bb6c5ee971e07b6d1d74fb5a1d74b" + }, + { + "name": "RadarIQ", + "version": "1.0.5", + "author": "RadarIQ Ltd (support@radariq.io)", + "maintainer": "RadarIQ Ltd (support@radariq.io)", + "sentence": "Adds support for the RadarIQ sensors.", + "paragraph": "RadarIQ sensors are ideal for object tracking, and detecting movement. RadarIQ sensors use FMCW radar, are designed for ease of use, have a 110 degree field of view, and a 10m range. This library brings RadarIQ support to Arduino.", + "website": "http://radariq.io", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/radariq/arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/radariq/RadarIQ-1.0.5.zip", + "archiveFileName": "RadarIQ-1.0.5.zip", + "size": 20868, + "checksum": "SHA-256:52f9623a47366c1d26f94ed7386263a4e716c86d00c83c493c2bd06d01872983" + }, + { + "name": "fastIO", + "version": "1.1.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Fast pin control for ATmega328.", + "paragraph": "Operates with pins faster up to 2.5 times (vs built-in).", + "website": "https://gitlab.com/riva-lab/fastIO", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/riva-lab/fastIO.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/fastIO-1.1.0.zip", + "archiveFileName": "fastIO-1.1.0.zip", + "size": 4254, + "checksum": "SHA-256:7b8b6ef7902c1210ad3ef39d0b61e297376aa7105c38e313b68afd5b73c284f9" + }, + { + "name": "SevenSegmentPanel", + "version": "1.0.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Driver for panel on 7-segment indicators", + "paragraph": "connected in series using 595 registers", + "website": "https://gitlab.com/riva-lab/SevenSegmentPanel", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/riva-lab/SevenSegmentPanel.git", + "dependencies": [ + { + "name": "fastIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/SevenSegmentPanel-1.0.0.zip", + "archiveFileName": "SevenSegmentPanel-1.0.0.zip", + "size": 17699, + "checksum": "SHA-256:5dc203943cb65efbf38aab2239174bd749cd161f1c1b4cc5e04df5e1de4a6c47" + }, + { + "name": "SevenSegmentPanel", + "version": "1.1.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Driver for panel on 7-segment indicators", + "paragraph": "connected in series using 595 registers", + "website": "https://gitlab.com/riva-lab/SevenSegmentPanel", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/riva-lab/SevenSegmentPanel.git", + "dependencies": [ + { + "name": "fastIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/SevenSegmentPanel-1.1.0.zip", + "archiveFileName": "SevenSegmentPanel-1.1.0.zip", + "size": 21779, + "checksum": "SHA-256:1d59092c2cb063641668561538d6cd645fba5ef27000b0f1b25c8706304d6937" + }, + { + "name": "SiguesAhi", + "version": "0.0.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "[ALPHA] Library for building instruments that check if institutions still exist.", + "paragraph": "Runs on Arduino Nano 33 IoT", + "website": "https://github.com/montoyamoraga/SiguesAhi", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/montoyamoraga/SiguesAhi.git", + "dependencies": [ + { + "name": "WiFiNINA" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "RotaryEncoder" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/SiguesAhi-0.0.1.zip", + "archiveFileName": "SiguesAhi-0.0.1.zip", + "size": 79201, + "checksum": "SHA-256:b9d4ecca735d87dd438d93f9820eeda518ccba13ec0b7abb11aa961995a1e723" + }, + { + "name": "KomootBLEConnect", + "version": "0.0.1", + "author": "Mia Metzler \u003cmia@metzler.systems\u003e", + "maintainer": "Mia Metzler \u003cmia@metzler.systems\u003e", + "sentence": "A library to receive Komoot BLE Connect Packages", + "paragraph": "Supports (yet) ESP32 arch only", + "website": "https://github.com/miathedev/Arduino-Komoot", + "category": "Communication", + "architectures": [ + "espressif32", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/miathedev/KomootBLEConnect.git", + "providesIncludes": [ + "KomootBLEConnect.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/miathedev/KomootBLEConnect-0.0.1.zip", + "archiveFileName": "KomootBLEConnect-0.0.1.zip", + "size": 17942, + "checksum": "SHA-256:b8f690433f606cfbc9983d2fd868d37437da6584fcff2d096e61762da3ad51fa" + }, + { + "name": "MaquinitasRitmos", + "version": "0.0.1", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of rhythmic data for art devices.", + "paragraph": "Includes data for sequencing different rhythms.", + "website": "https://github.com/maquinitas/MaquinitasRitmos", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maquinitas/MaquinitasRitmos.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasRitmos-0.0.1.zip", + "archiveFileName": "MaquinitasRitmos-0.0.1.zip", + "size": 3874, + "checksum": "SHA-256:606cd6d58e27a53963e6cd74f80d9471d893dbe9b425f2b3ff49f49ef2d43dcb" + }, + { + "name": "MaquinitasRitmos", + "version": "0.0.2", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of rhythmic data for art devices.", + "paragraph": "Includes data for sequencing different rhythms.", + "website": "https://github.com/maquinitas/MaquinitasRitmos", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maquinitas/MaquinitasRitmos.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasRitmos-0.0.2.zip", + "archiveFileName": "MaquinitasRitmos-0.0.2.zip", + "size": 5490, + "checksum": "SHA-256:754b914373c7a2bcdc41d9f4f65996df74680e3b70dac4c3b2e2667892c92c02" + }, + { + "name": "BM64 Library", + "version": "1.1.1", + "author": "Masahiro Konishi \u003ckonikoni428@gmail.com\u003e", + "maintainer": "Masahiro Konishi \u003ckonikoni428@gmail.com\u003e", + "sentence": "BM64/BM62 Library for Arduino", + "paragraph": "This library control BM64/BM62 bluetooth audio module with UART.", + "website": "https://github.com/konikoni428/BM64_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/konikoni428/BM64_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/konikoni428/BM64_Library-1.1.1.zip", + "archiveFileName": "BM64_Library-1.1.1.zip", + "size": 11806, + "checksum": "SHA-256:d92173f2a5c79cd4fa8bdac9c42d556a4c5356bce306e96f6350c42f3c8d1d2f" + }, + { + "name": "BM64 Library", + "version": "1.1.2", + "author": "Masahiro Konishi \u003ckonikoni428@gmail.com\u003e", + "maintainer": "Masahiro Konishi \u003ckonikoni428@gmail.com\u003e", + "sentence": "BM64/BM62 Library for Arduino", + "paragraph": "This library control BM64/BM62 bluetooth audio module with UART.", + "website": "https://github.com/konikoni428/BM64_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/konikoni428/BM64_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/konikoni428/BM64_Library-1.1.2.zip", + "archiveFileName": "BM64_Library-1.1.2.zip", + "size": 11811, + "checksum": "SHA-256:79a3fe2c66835647935b83065c32f2da483a43bc887e44ffd868c982b4d80dea" + }, + { + "name": "U8glib-HAL", + "version": "0.5.0", + "author": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "maintainer": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "sentence": "A library supporting monochrome TFTs and OLEDs, specifically for use with Marlin Firmware.", + "paragraph": "Supported display controller: SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SH1106, UC1601, UC1610, UC1611, UC1701, ST7565, ST7920, KS0108, LC7981, PCD8544, PCF8812, SBN1661, TLS8204, T6963.", + "website": "https://github.com/MarlinFirmware/U8glib-HAL", + "category": "Display", + "architectures": [ + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MarlinFirmware/U8glib-HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MarlinFirmware/U8glib_HAL-0.5.0.zip", + "archiveFileName": "U8glib_HAL-0.5.0.zip", + "size": 1103922, + "checksum": "SHA-256:4fca1c59fd3763ca677f6ed7060d8c2d74fd952d7db58794f1488985e0320491" + }, + { + "name": "U8glib-HAL", + "version": "0.5.1", + "author": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "maintainer": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "sentence": "A library supporting monochrome TFTs and OLEDs, specifically for use with Marlin Firmware.", + "paragraph": "Supported display controller: SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SH1106, UC1601, UC1610, UC1611, UC1701, ST7565, ST7920, KS0108, LC7981, PCD8544, PCF8812, SBN1661, TLS8204, T6963.", + "website": "https://github.com/MarlinFirmware/U8glib-HAL", + "category": "Display", + "architectures": [ + "avr", + "AVR", + "atmelavr", + "megaavr", + "megaAVR", + "sam", + "atmelsam", + "stm32", + "STM32", + "ststm32", + "STM32F1", + "stm32f4", + "STM32F4", + "stm32duino", + "teensy", + "esp", + "esp32", + "ESP32", + "espressif32", + "arduino_esp32", + "linux_x86_64", + "windows_x86" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MarlinFirmware/U8glib-HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MarlinFirmware/U8glib_HAL-0.5.1.zip", + "archiveFileName": "U8glib_HAL-0.5.1.zip", + "size": 1104083, + "checksum": "SHA-256:9781456a889dc733d4836d67644c6130803fe6d4422316e4712bc45f2d8ded80" + }, + { + "name": "U8glib-HAL", + "version": "0.5.2", + "author": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "maintainer": "Scott Lahteine \u003cu8glib@thinkyhead.com\u003e", + "sentence": "A library supporting monochrome TFTs and OLEDs, specifically for use with Marlin Firmware.", + "paragraph": "Supported display controller: SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SH1106, UC1601, UC1610, UC1611, UC1701, ST7565, ST7920, KS0108, LC7981, PCD8544, PCF8812, SBN1661, TLS8204, T6963.", + "website": "https://github.com/MarlinFirmware/U8glib-HAL", + "category": "Display", + "architectures": [ + "avr", + "AVR", + "atmelavr", + "megaavr", + "megaAVR", + "sam", + "atmelsam", + "stm32", + "STM32", + "ststm32", + "STM32F1", + "stm32f4", + "STM32F4", + "stm32duino", + "teensy", + "esp", + "esp32", + "ESP32", + "espressif32", + "arduino_esp32", + "linux_x86_64", + "windows_x86" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MarlinFirmware/U8glib-HAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MarlinFirmware/U8glib_HAL-0.5.2.zip", + "archiveFileName": "U8glib_HAL-0.5.2.zip", + "size": 1104634, + "checksum": "SHA-256:01a0b0107b7f4819ce227e891352025b0ead61c99f4e3808a10af8a18c56bd09" + }, + { + "name": "ZMPT101B", + "version": "0.0.1", + "author": "Abdurraiq Bachmid", + "maintainer": "Abdurraiq Bachmid", + "sentence": "Library to interact with the ZMPT101B Voltage sensor.", + "paragraph": "Includes RMS AC Voltage measuring.", + "website": "https://github.com/Abdurraziq/ZMPT101B-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Abdurraziq/ZMPT101B-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Abdurraziq/ZMPT101B-0.0.1.zip", + "archiveFileName": "ZMPT101B-0.0.1.zip", + "size": 137301, + "checksum": "SHA-256:ea22a523ee4108eb76a5eeb10c2a02ecac11435dbc9b9907bd8a15fce2570d0c" + }, + { + "name": "ZMPT101B", + "version": "1.0.0", + "author": "Abdurraiq Bachmid", + "maintainer": "Abdurraiq Bachmid", + "sentence": "Library to interact with the ZMPT101B Voltage sensor.", + "paragraph": "Includes RMS AC Voltage measuring.", + "website": "https://github.com/Abdurraziq/ZMPT101B-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Abdurraziq/ZMPT101B-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Abdurraziq/ZMPT101B-1.0.0.zip", + "archiveFileName": "ZMPT101B-1.0.0.zip", + "size": 230471, + "checksum": "SHA-256:d803529bdf5f29516258ddac61579a7a77329544e343b8aaf2460b087ea5f818" + }, + { + "name": "ZMPT101B", + "version": "1.0.1", + "author": "Abdurraiq Bachmid", + "maintainer": "Abdurraiq Bachmid", + "sentence": "Library to interact with the ZMPT101B Voltage sensor.", + "paragraph": "Includes RMS AC Voltage measuring.", + "website": "https://github.com/Abdurraziq/ZMPT101B-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Abdurraziq/ZMPT101B-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Abdurraziq/ZMPT101B-1.0.1.zip", + "archiveFileName": "ZMPT101B-1.0.1.zip", + "size": 230476, + "checksum": "SHA-256:55b8c59147d8751b1b0159ce1291645a6bfa789fc604b2baf90dc8dbf6e85ccf" + }, + { + "name": "AsyncUDP_WT32_ETH01", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01.git", + "providesIncludes": [ + "AsyncUDP_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_WT32_ETH01-2.0.0.zip", + "archiveFileName": "AsyncUDP_WT32_ETH01-2.0.0.zip", + "size": 45134, + "checksum": "SHA-256:3b07be36ae4c7f15133013bcf3103978ebde3de7c87d999546c283cbd4f763e7" + }, + { + "name": "AsyncUDP_WT32_ETH01", + "version": "2.0.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01.git", + "providesIncludes": [ + "AsyncUDP_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_WT32_ETH01-2.0.1.zip", + "archiveFileName": "AsyncUDP_WT32_ETH01-2.0.1.zip", + "size": 45352, + "checksum": "SHA-256:0ea6502a6bf1cdb7bdb3feb5d1f308ed5a6f7c0f36ba4b35f3547f26483364e1" + }, + { + "name": "AsyncUDP_WT32_ETH01", + "version": "2.0.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01.git", + "providesIncludes": [ + "AsyncUDP_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_WT32_ETH01-2.0.2.zip", + "archiveFileName": "AsyncUDP_WT32_ETH01-2.0.2.zip", + "size": 45570, + "checksum": "SHA-256:b0cc2f43960c55f228571efd7e039d0622a5aa278bb13b9fd5948157b2f1948b" + }, + { + "name": "AsyncUDP_WT32_ETH01", + "version": "2.0.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01.git", + "providesIncludes": [ + "AsyncUDP_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_WT32_ETH01-2.0.3.zip", + "archiveFileName": "AsyncUDP_WT32_ETH01-2.0.3.zip", + "size": 45833, + "checksum": "SHA-256:da37871349c99bc0774ab493c255de8bc48206ef02fff551a3f720110d010215" + }, + { + "name": "AsyncUDP_WT32_ETH01", + "version": "2.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_WT32_ETH01.git", + "providesIncludes": [ + "AsyncUDP_WT32_ETH01.h", + "AsyncUDP_WT32_ETH01.hpp" + ], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_WT32_ETH01-2.1.0.zip", + "archiveFileName": "AsyncUDP_WT32_ETH01-2.1.0.zip", + "size": 49008, + "checksum": "SHA-256:5a430a50b89e2e004867d358999bcca9b88ac78699265eec8035ba72752e2bd7" + }, + { + "name": "EasyPin", + "version": "0.1.2", + "author": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "maintainer": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "sentence": "An easy and simple way for manage Arduino pins.", + "paragraph": "This library is used to manage in a simple way all Arduino pins. For example, to control the turning on and off of LEDs", + "website": "https://github.com/Zerfoinder/EasyPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zerfoinder/EasyPin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zerfoinder/EasyPin-0.1.2.zip", + "archiveFileName": "EasyPin-0.1.2.zip", + "size": 21164, + "checksum": "SHA-256:d889085cb52c4243e2afbecd50c22170aacfa0e462d2c3b15d1957971601159c" + }, + { + "name": "EasyPin", + "version": "0.1.3", + "author": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "maintainer": "Luis Acosta \u003czerfoinder@gmail.com\u003e", + "sentence": "An easy and simple way for manage Arduino pins.", + "paragraph": "This library is used to manage in a simple way all Arduino pins. For example, to control the turning on and off of LEDs", + "website": "https://github.com/Zerfoinder/EasyPin", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zerfoinder/EasyPin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zerfoinder/EasyPin-0.1.3.zip", + "archiveFileName": "EasyPin-0.1.3.zip", + "size": 21207, + "checksum": "SHA-256:54989a998c6808136fdcc8778e0a2a111d9c482abbb42b02c21be51f15c2b475" + }, + { + "name": "PNGenc", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG encoder for MCUs with at least 45K of free RAM.", + "paragraph": "Designed to provide a fully functional PNG encoder that can use minimal memory by encoding images a line at a time. Supports all pixel types with up to 8-bits per color stimulus.", + "website": "https://github.com/bitbank2/PNGenc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/PNGenc.git", + "providesIncludes": [ + "PNGenc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGenc-1.0.0.zip", + "archiveFileName": "PNGenc-1.0.0.zip", + "size": 185797, + "checksum": "SHA-256:63e2d14b4c45cb0ccb9c702bdb0e655955462aae0ab3be4062c9ab33afac69b7" + }, + { + "name": "PNGenc", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG encoder for MCUs with at least 45K of free RAM.", + "paragraph": "Designed to provide a fully functional PNG encoder that can use minimal memory by encoding images a line at a time. Supports all pixel types with up to 8-bits per color stimulus.", + "website": "https://github.com/bitbank2/PNGenc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/PNGenc.git", + "providesIncludes": [ + "PNGenc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGenc-1.0.1.zip", + "archiveFileName": "PNGenc-1.0.1.zip", + "size": 116921, + "checksum": "SHA-256:0f67ab0df7a9811268e7b059b1cdc9b6e21beff35e0728b5b92ebef4323278f0" + }, + { + "name": "PNGenc", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG encoder for MCUs with at least 45K of free RAM.", + "paragraph": "Designed to provide a fully functional PNG encoder that can use minimal memory by encoding images a line at a time. Supports all pixel types with up to 8-bits per color stimulus.", + "website": "https://github.com/bitbank2/PNGenc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/PNGenc.git", + "providesIncludes": [ + "PNGenc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGenc-1.1.0.zip", + "archiveFileName": "PNGenc-1.1.0.zip", + "size": 117410, + "checksum": "SHA-256:1ebef7ab0d1643fad8e513f0d1b61716d9a168094b3d2e28c3f3a2c5d85206d3" + }, + { + "name": "PNGenc", + "version": "1.1.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal PNG encoder for MCUs with at least 45K of free RAM.", + "paragraph": "Designed to provide a fully functional PNG encoder that can use minimal memory by encoding images a line at a time. Supports all pixel types with up to 8-bits per color stimulus.", + "website": "https://github.com/bitbank2/PNGenc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/PNGenc.git", + "providesIncludes": [ + "PNGenc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/PNGenc-1.1.1.zip", + "archiveFileName": "PNGenc-1.1.1.zip", + "size": 117489, + "checksum": "SHA-256:d68a03bd0ed1eb25fae7c03f8f3e740cd2b819547c8e07503f02f377ee64d575" + }, + { + "name": "pushButton", + "version": "1.0.0", + "author": "Italo Coelho \u003citalo.coelho.filho@gmail.com\u003e", + "maintainer": "Italo Coelho \u003citalo.coelho.filho@gmail.com\u003e", + "sentence": "A simple library for Push Butons.", + "paragraph": "Supports wasPressed, wasReleased, beenPressedFor and retentionState functions using non-blocking code (delay function is not used).", + "website": "https://github.com/italo-coelho/pushButton", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/italo-coelho/pushButton.git", + "providesIncludes": [ + "pushButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/italo-coelho/pushButton-1.0.0.zip", + "archiveFileName": "pushButton-1.0.0.zip", + "size": 3025, + "checksum": "SHA-256:cdfb6b1f936cc53144827ce11fcd3ecceb46f046b6cc2bd272bcc6e04695b1a5" + }, + { + "name": "pushButton", + "version": "1.0.1", + "author": "Italo Coelho \u003citalo.coelho.filho@gmail.com\u003e", + "maintainer": "Italo Coelho \u003citalo.coelho.filho@gmail.com\u003e", + "sentence": "A simple library for Push Butons.", + "paragraph": "Supports wasPressed, wasReleased, beenPressedFor and retentionState functions using non-blocking code (delay function is not used).", + "website": "https://github.com/italo-coelho/pushButton", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/italo-coelho/pushButton.git", + "providesIncludes": [ + "pushButton.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/italo-coelho/pushButton-1.0.1.zip", + "archiveFileName": "pushButton-1.0.1.zip", + "size": 3043, + "checksum": "SHA-256:deebdbafcdf5ae95a1023aace26f5a4d2cdebecba5f0a202e42b33ab9e44f930" + }, + { + "name": "Flinduino_Sensorkit", + "version": "1.0.0", + "author": "Flinders", + "maintainer": "Flinders", + "sentence": "Flinduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Arduino/Seed Sensor kit breakout board on a Flinders Flinduino: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Flinduino/Flinduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2", + "version": "=2.2.7" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Flinduino/Flinduino_Sensorkit-1.0.0.zip", + "archiveFileName": "Flinduino_Sensorkit-1.0.0.zip", + "size": 25215, + "checksum": "SHA-256:ea57c08273f0ee018cb7713acb2ddd36c8670af2b03c02749943feb227ecf654" + }, + { + "name": "Flinduino_Sensorkit", + "version": "1.0.1", + "author": "Flinders", + "maintainer": "Flinders", + "sentence": "Flinduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Arduino/Seed Sensor kit breakout board on a Flinders Flinduino: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Flinduino/Flinduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2", + "version": "=2.2.7" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Flinduino/Flinduino_Sensorkit-1.0.1.zip", + "archiveFileName": "Flinduino_Sensorkit-1.0.1.zip", + "size": 11954, + "checksum": "SHA-256:2838bffe84a489080ff61045ddb23a3ad474a38fe729a45c427e50a4ffa965e2" + }, + { + "name": "Flinduino_Sensorkit", + "version": "1.0.2", + "author": "Flinders", + "maintainer": "Flinders", + "sentence": "Flinduino Sensor Kit", + "paragraph": "This library wraps all the libraries needed to use the Arduino/Seed Sensor kit breakout board on a Flinders Flinduino: Oled display, Humidity and Temperature sensor, Pressure sensor and Accelerometer.", + "website": "https://sensorkit.arduino.cc/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Flinduino/Flinduino_SensorKit.git", + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Grove - Barometer Sensor BMP280" + }, + { + "name": "U8g2", + "version": "=2.2.7" + }, + { + "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Flinduino/Flinduino_Sensorkit-1.0.2.zip", + "archiveFileName": "Flinduino_Sensorkit-1.0.2.zip", + "size": 13596, + "checksum": "SHA-256:215bc48fb2f112cfe81be0790af435b357f15d7a321b608c1bc76ea00208d9a5" + }, + { + "name": "YouTubeLiveStreamArduino", + "version": "1.0.0", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "An arduino library for interacting with YouTube live streams. (supports ESP8266/ESP32 \u0026 probably others)", + "paragraph": "An arduino library for interacting with YouTube live streams. (supports ESP8266/ESP32 \u0026 probably others)", + "website": "https://github.com/witnessmenow/youtube-livestream-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/witnessmenow/youtube-livestream-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/YouTubeLiveStreamArduino-1.0.0.zip", + "archiveFileName": "YouTubeLiveStreamArduino-1.0.0.zip", + "size": 32004, + "checksum": "SHA-256:06ee9cb6e8e2a18c2ed60c537536acf2cfa7f6e58801bc99512d4e6a94ee6ae2" + }, + { + "name": "YouTubeLiveStreamArduino", + "version": "1.1.0", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "An arduino library for interacting with YouTube live streams. (supports ESP8266/ESP32 \u0026 probably others)", + "paragraph": "An arduino library for interacting with YouTube live streams. (supports ESP8266/ESP32 \u0026 probably others)", + "website": "https://github.com/witnessmenow/youtube-livestream-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/witnessmenow/youtube-livestream-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/YouTubeLiveStreamArduino-1.1.0.zip", + "archiveFileName": "YouTubeLiveStreamArduino-1.1.0.zip", + "size": 32055, + "checksum": "SHA-256:8df9291ad666aefe807303ca387d74ed0305defe1361019137485f67bb422fa5" + }, + { + "name": "AsyncTelegram2", + "version": "2.0.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.0.zip", + "archiveFileName": "AsyncTelegram2-2.0.0.zip", + "size": 101212, + "checksum": "SHA-256:ebc04150d0d1ae0cd2870d4154f79815dd6d4a2f8f13a73c4dcbd417fc939185" + }, + { + "name": "AsyncTelegram2", + "version": "2.0.2", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.2.zip", + "archiveFileName": "AsyncTelegram2-2.0.2.zip", + "size": 101531, + "checksum": "SHA-256:e2dbd30b1ee2f000709052678db1fdbcf7ab5369df7725d9a17f16abdbe3f5f3" + }, + { + "name": "AsyncTelegram2", + "version": "2.0.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.3.zip", + "archiveFileName": "AsyncTelegram2-2.0.3.zip", + "size": 102048, + "checksum": "SHA-256:ca00d744ff24324860f6b9cc9aea95bdd345743c4d15805af377cf52ca5aa4e9" + }, + { + "name": "AsyncTelegram2", + "version": "2.0.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.4.zip", + "archiveFileName": "AsyncTelegram2-2.0.4.zip", + "size": 1180192, + "checksum": "SHA-256:731673b4c67b67feae227f0c3fad6ee4c2e9c118762ff84e21b6d7dea2a4360e" + }, + { + "name": "AsyncTelegram2", + "version": "2.0.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.6.zip", + "archiveFileName": "AsyncTelegram2-2.0.6.zip", + "size": 1176873, + "checksum": "SHA-256:51f991e454b940d5342c5f0b9eb149ac8c56aed7d40e0f82e7e3ff9743258054" + }, + { + "name": "AsyncTelegram2", + "version": "2.0.7", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.7.zip", + "archiveFileName": "AsyncTelegram2-2.0.7.zip", + "size": 1179404, + "checksum": "SHA-256:83a39b6f8e0da1279e0f430bf8111db49d5485055ed09b0517f9485f67ca1185" + }, + { + "name": "AsyncTelegram2", + "version": "2.0.8", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.0.8.zip", + "archiveFileName": "AsyncTelegram2-2.0.8.zip", + "size": 1179511, + "checksum": "SHA-256:ffe3ae7e2088fbde3fb562858ae1d55e8ca45494e0e99460a16ae7039cc9f133" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.0.zip", + "archiveFileName": "AsyncTelegram2-2.1.0.zip", + "size": 1182447, + "checksum": "SHA-256:c653cee55d1473f2c51f02c44c2c63bcb2a00ce3356a9f4d37860bc5aa3fbe1b" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.1.zip", + "archiveFileName": "AsyncTelegram2-2.1.1.zip", + "size": 1182556, + "checksum": "SHA-256:56537732e8732f67c12ee03463a42b9654c89151905c985f1d44ce01cc2ef85e" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.2", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.2.zip", + "archiveFileName": "AsyncTelegram2-2.1.2.zip", + "size": 1182621, + "checksum": "SHA-256:606c3100c01fa889e651832a6cf2dd0c7dbdebaf34761809982fcab2913272a9" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.3.zip", + "archiveFileName": "AsyncTelegram2-2.1.3.zip", + "size": 1182970, + "checksum": "SHA-256:8c978c2c51a1cf0658134a82d93ae6eca0ba74cb5004d450aa17584429bf9597" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.4.zip", + "archiveFileName": "AsyncTelegram2-2.1.4.zip", + "size": 1182842, + "checksum": "SHA-256:20fdea6b852eb9698687de0f42d3cc85978a8ca0b1ef49a2a0dd8da188d3cf44" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.5", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.5.zip", + "archiveFileName": "AsyncTelegram2-2.1.5.zip", + "size": 1186567, + "checksum": "SHA-256:ce873319b75a83b73596d471bdf3641024032f4cd6133bd2794819e681fcc9c2" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.6.zip", + "archiveFileName": "AsyncTelegram2-2.1.6.zip", + "size": 1188691, + "checksum": "SHA-256:a1d677c3462306e1b2c32eb8480c34d3e7f17825563ee748478661a420da5f2c" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.8", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.8.zip", + "archiveFileName": "AsyncTelegram2-2.1.8.zip", + "size": 1320069, + "checksum": "SHA-256:23376fe794400c8133bfcd3f4425b6ac350df72bf045f49a437bc4b94244e51e" + }, + { + "name": "AsyncTelegram2", + "version": "2.1.9", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.1.9.zip", + "archiveFileName": "AsyncTelegram2-2.1.9.zip", + "size": 1828044, + "checksum": "SHA-256:168de22453b42d2d323a29b39d2f127ef6013eec0bd3a5f65a6a05d1505ff977" + }, + { + "name": "AsyncTelegram2", + "version": "2.2.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.2.0.zip", + "archiveFileName": "AsyncTelegram2-2.2.0.zip", + "size": 1828264, + "checksum": "SHA-256:dc1c6c89aff48cf6a548103e73d349dccf54be569988659d4ea4e0b2f6d51571" + }, + { + "name": "AsyncTelegram2", + "version": "2.2.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.2.1.zip", + "archiveFileName": "AsyncTelegram2-2.2.1.zip", + "size": 1827837, + "checksum": "SHA-256:64acdf9645eeac792e132dd1cd735f13c46d61fb53b90dca81a3d0278f93996c" + }, + { + "name": "AsyncTelegram2", + "version": "2.2.2", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.2.2.zip", + "archiveFileName": "AsyncTelegram2-2.2.2.zip", + "size": 1828130, + "checksum": "SHA-256:c0dbb381f1ca566bd3da69916083b4a88efcea582aa8f92820d2685ebfb3455d" + }, + { + "name": "AsyncTelegram2", + "version": "2.2.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.", + "paragraph": "Async and no blocking Arduino library for using Telegram bots. Send message to users, channels and groups. Image message supported (both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Remote OTA supported. Custom commands supported.", + "website": "https://github.com/cotestatnt/asynctelegram2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/AsyncTelegram2.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram2-2.2.3.zip", + "archiveFileName": "AsyncTelegram2-2.2.3.zip", + "size": 1828118, + "checksum": "SHA-256:561773c2f2757db4e545575213bb77570602d6adf66ad50cebaadd7d23111293" + }, + { + "name": "MaquinitasParams", + "version": "0.0.2", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of parameters for art devices.", + "paragraph": "Includes MIDI parameters", + "website": "https://github.com/maquinitas/MaquinitasParams", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maquinitas/MaquinitasParams.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasParams-0.0.2.zip", + "archiveFileName": "MaquinitasParams-0.0.2.zip", + "size": 4821, + "checksum": "SHA-256:901e8278df81cc0a3f5348bc663576d979f15a9ead58b3dc2ae484eecb858a55" + }, + { + "name": "MaquinitasParams", + "version": "0.0.3", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of parameters for art devices.", + "paragraph": "Includes MIDI parameters", + "website": "https://github.com/maquinitas/MaquinitasParams", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maquinitas/MaquinitasParams.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasParams-0.0.3.zip", + "archiveFileName": "MaquinitasParams-0.0.3.zip", + "size": 8130, + "checksum": "SHA-256:442372ed87af98f2bdac581716865730624204ff8010f0f86258078ee37a7ec7" + }, + { + "name": "MaquinitasParams", + "version": "0.0.4", + "author": "aaron montoya-moraga", + "maintainer": "aaron montoya-moraga", + "sentence": "Library of parameters for art devices.", + "paragraph": "Includes MIDI parameters", + "website": "https://github.com/maquinitas/MaquinitasParams", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maquinitas/MaquinitasParams.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maquinitas/MaquinitasParams-0.0.4.zip", + "archiveFileName": "MaquinitasParams-0.0.4.zip", + "size": 10721, + "checksum": "SHA-256:c6871b0a11e118b0b60dc98abc3aec976a9392c74d927ae87d34f6c660275502" + }, + { + "name": "SchmittTrigger", + "version": "1.0.1", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "A lightweight schmitt trigger for debouncing and filtering.", + "website": "https://github.com/tfeldmann/Arduino-SchmittTrigger", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tfeldmann/Arduino-SchmittTrigger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/SchmittTrigger-1.0.1.zip", + "archiveFileName": "SchmittTrigger-1.0.1.zip", + "size": 4529, + "checksum": "SHA-256:a1d203af494acfce66ae8032add8f95e01205dc252b3612fe9db4e85ac78584f" + }, + { + "name": "SchmittTrigger", + "version": "1.0.2", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "A lightweight schmitt trigger for debouncing and filtering.", + "website": "https://github.com/tfeldmann/Arduino-SchmittTrigger", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tfeldmann/Arduino-SchmittTrigger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/SchmittTrigger-1.0.2.zip", + "archiveFileName": "SchmittTrigger-1.0.2.zip", + "size": 5053, + "checksum": "SHA-256:2aa759f4b455c11355ec905d67bff102400efb1978169521ce553a2c5038825f" + }, + { + "name": "WiFiWebServer_RTL8720", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer_RTL8720.git", + "providesIncludes": [ + "WiFiWebServer_RTL8720.h", + "RTL8720HttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer_RTL8720-1.0.0.zip", + "archiveFileName": "WiFiWebServer_RTL8720-1.0.0.zip", + "size": 810084, + "checksum": "SHA-256:ed05bfd07385043ec597b3cef1eaa9f4e217a3b4c115ccecc72f282fd9123953" + }, + { + "name": "WiFiWebServer_RTL8720", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer_RTL8720.git", + "providesIncludes": [ + "WiFiWebServer_RTL8720.h", + "RTL8720HttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer_RTL8720-1.0.1.zip", + "archiveFileName": "WiFiWebServer_RTL8720-1.0.1.zip", + "size": 810011, + "checksum": "SHA-256:17ab07cd12d961ab96509d9a4e0f825c1334d79a26d6b65ff523374454e48180" + }, + { + "name": "WiFiWebServer_RTL8720", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer_RTL8720.git", + "providesIncludes": [ + "WiFiWebServer_RTL8720.h", + "RTL8720HttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer_RTL8720-1.1.0.zip", + "archiveFileName": "WiFiWebServer_RTL8720-1.1.0.zip", + "size": 826372, + "checksum": "SHA-256:ed1f128e099732df980a352477d3a99746df6baf6afc5d55f8bf513b7d123384" + }, + { + "name": "WiFiWebServer_RTL8720", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer_RTL8720.git", + "providesIncludes": [ + "WiFiWebServer_RTL8720.h", + "RTL8720HttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer_RTL8720-1.1.1.zip", + "archiveFileName": "WiFiWebServer_RTL8720-1.1.1.zip", + "size": 826864, + "checksum": "SHA-256:8ce20a47ee4c160583ac650ace2c374b8dddc69e60a072f8461dcc0583a5c964" + }, + { + "name": "WiFiWebServer_RTL8720", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz", + "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", + "website": "https://github.com/khoih-prog/WiFiWebServer_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiWebServer_RTL8720.git", + "providesIncludes": [ + "WiFiWebServer_RTL8720.h", + "RTL8720HttpClient.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer_RTL8720-1.1.2.zip", + "archiveFileName": "WiFiWebServer_RTL8720-1.1.2.zip", + "size": 830205, + "checksum": "SHA-256:7511c6df12927f9e687f6ac4aacedafee11a7284d3e008752b1f6fc29093221a" + }, + { + "name": "GEENYmodem", + "version": "1.0.0", + "author": "geeny", + "maintainer": "René Bohne \u003crene@geeny.io\u003e", + "sentence": "Arduino library for the GEENYmodem GPRS modem", + "paragraph": "Arduino library for the GEENYmodem GPRS modem", + "website": "https://github.com/geeny/geenymodem", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geeny/geenymodem.git", + "dependencies": [ + { + "name": "tinygsm" + }, + { + "name": "pubsubclient" + }, + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/geeny/GEENYmodem-1.0.0.zip", + "archiveFileName": "GEENYmodem-1.0.0.zip", + "size": 12210, + "checksum": "SHA-256:0609e64a975b9f92b793856f71fea1065679f5b5eb327f08b7d20f66e95779cf" + }, + { + "name": "GEENYmodem", + "version": "1.0.1", + "author": "geeny", + "maintainer": "René Bohne \u003crene@geeny.io\u003e", + "sentence": "Arduino library for the GEENYmodem GPRS modem", + "paragraph": "The GEENYmodem library is compatible with the tingg.io IoT platform", + "website": "https://github.com/geeny/geenymodem", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geeny/geenymodem.git", + "dependencies": [ + { + "name": "TinyGSM" + }, + { + "name": "PubSubClient" + }, + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/geeny/GEENYmodem-1.0.1.zip", + "archiveFileName": "GEENYmodem-1.0.1.zip", + "size": 12242, + "checksum": "SHA-256:2dd297e09a4ada24e153b5d56f54efa8cde4f15fd33a333f84e39966c1cffd67" + }, + { + "name": "GEENYmodem", + "version": "1.0.2", + "author": "geeny", + "maintainer": "René Bohne \u003crene@geeny.io\u003e", + "sentence": "Arduino library for the GEENYmodem GPRS modem", + "paragraph": "The GEENYmodem library is compatible with the tingg.io IoT platform", + "website": "https://github.com/geeny/geenymodem", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geeny/geenymodem.git", + "dependencies": [ + { + "name": "TinyGSM" + }, + { + "name": "PubSubClient" + }, + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/geeny/GEENYmodem-1.0.2.zip", + "archiveFileName": "GEENYmodem-1.0.2.zip", + "size": 12375, + "checksum": "SHA-256:86134eb442a710f3b37b162891e691e269032e77c19f8ceb053ae1d62a1eb54a" + }, + { + "name": "GEENYmodem", + "version": "1.0.3", + "author": "geeny", + "maintainer": "René Bohne \u003crene@geeny.io\u003e", + "sentence": "Arduino library for the GEENYmodem GPRS modem", + "paragraph": "The GEENYmodem library is compatible with the tingg.io IoT platform", + "website": "https://github.com/geeny/geenymodem", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geeny/geenymodem.git", + "dependencies": [ + { + "name": "TinyGSM" + }, + { + "name": "PubSubClient" + }, + { + "name": "Arduino_JSON" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/geeny/GEENYmodem-1.0.3.zip", + "archiveFileName": "GEENYmodem-1.0.3.zip", + "size": 12375, + "checksum": "SHA-256:ffc903a0e324297e3d88acc658e675f1e9663ad090b4f8f736b0dde6d7d73d6c" + }, + { + "name": "TeensyAudioFlashLoader", + "version": "1.0.0", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "utility to load audio samples from uSD card to external flash ram on teensy 4.1", + "paragraph": "the external flash on the teensy 4.1 is much faster than the micro SD card, but its much more limited in capacity. This util allows you to easily load audio samples from microSD card to external flash for use with TeensyVariablePlayback library", + "website": "https://github.com/newdigate/teensy-sample-flashloader", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-sample-flashloader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioFlashLoader-1.0.0.zip", + "archiveFileName": "TeensyAudioFlashLoader-1.0.0.zip", + "size": 10007, + "checksum": "SHA-256:0f59abfd6959dbb3274ddeb2bb43f28b41ca4641541ac1ff1497a84790500de7" + }, + { + "name": "TeensyAudioFlashLoader", + "version": "1.0.8", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "utility to load audio samples from uSD card to external flash ram or psram on teensy 4.1", + "paragraph": "the external flash on the teensy 4.1 is much faster than the micro SD card, but its much more limited in capacity. This util allows you to easily load audio samples from microSD card to external flash for use with TeensyVariablePlayback library", + "website": "https://github.com/newdigate/teensy-sample-flashloader", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-sample-flashloader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioFlashLoader-1.0.8.zip", + "archiveFileName": "TeensyAudioFlashLoader-1.0.8.zip", + "size": 10184, + "checksum": "SHA-256:ecfb52ada320885817df2f79db9c90c7aa658fece895f1a59f67e151a356a805" + }, + { + "name": "TeensyAudioSampler", + "version": "1.0.0", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy as an audio sampler", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.0.zip", + "archiveFileName": "TeensyAudioSampler-1.0.0.zip", + "size": 558003, + "checksum": "SHA-256:a996cb378c9a29ee88935d6c49bfcc63262a78183a4ac4b73a440786cc4e9bbb" + }, + { + "name": "TeensyAudioSampler", + "version": "1.0.2", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy as an audio sampler", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.2.zip", + "archiveFileName": "TeensyAudioSampler-1.0.2.zip", + "size": 558047, + "checksum": "SHA-256:b3513a81505392c1cf2c68c799e7952209bf448e7daf70414618fc1ff08e7acf" + }, + { + "name": "TeensyAudioSampler", + "version": "1.0.5", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy to play polyphonic audio samples", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.5.zip", + "archiveFileName": "TeensyAudioSampler-1.0.5.zip", + "size": 566992, + "checksum": "SHA-256:fe9ef8d3ad1754b5c423eed8fd3a8f3377ea89272ea699bbb6efa3d3ca36e798" + }, + { + "name": "TeensyAudioSampler", + "version": "1.0.6", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy to play polyphonic audio samples", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.6.zip", + "archiveFileName": "TeensyAudioSampler-1.0.6.zip", + "size": 578481, + "checksum": "SHA-256:2f15ebaf351f6e3675f6df30121dce5a30c53ae9228a36b47a43804931e483e9" + }, + { + "name": "TeensyAudioSampler", + "version": "1.0.7", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "play pitched multi-polyphonic audio samples with teensy audio library", + "paragraph": "use your teensy to play polyphonic audio samples", + "website": "https://github.com/newdigate/teensy-polyphony", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-polyphony.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioSampler-1.0.7.zip", + "archiveFileName": "TeensyAudioSampler-1.0.7.zip", + "size": 580242, + "checksum": "SHA-256:3c951d0042b280a6cc5504b2e7b238a4a04e94dd469bd9c0293c15370f2b7ffb" + }, + { + "name": "PZEM004Tv30", + "version": "1.1.1", + "author": "Jakub Mandula", + "maintainer": "Jakub Mandula", + "sentence": "Library for the PZEM-004T v3.0 Power and Energy monitor", + "paragraph": "Enables communication to Peacefair PZEM-004T v3.0 Power and Energy monitor using the Serial interface", + "website": "https://github.com/mandulaj/PZEM-004T-v30", + "category": "Sensors", + "architectures": [ + "avr", + "stm32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mandulaj/PZEM-004T-v30.git", + "providesIncludes": [ + "PZEM004Tv30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mandulaj/PZEM004Tv30-1.1.1.zip", + "archiveFileName": "PZEM004Tv30-1.1.1.zip", + "size": 22982, + "checksum": "SHA-256:808d63c87f64dd269356d3276fcc6608c0207d572bb1546100d050ac92c0c1b2" + }, + { + "name": "PZEM004Tv30", + "version": "1.1.2", + "author": "Jakub Mandula", + "maintainer": "Jakub Mandula", + "sentence": "Library for the PZEM-004T v3.0 Power and Energy monitor", + "paragraph": "Enables communication to Peacefair PZEM-004T v3.0 Power and Energy monitor using the Serial interface", + "website": "https://github.com/mandulaj/PZEM-004T-v30", + "category": "Sensors", + "architectures": [ + "avr", + "stm32", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mandulaj/PZEM-004T-v30.git", + "providesIncludes": [ + "PZEM004Tv30.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mandulaj/PZEM004Tv30-1.1.2.zip", + "archiveFileName": "PZEM004Tv30-1.1.2.zip", + "size": 23131, + "checksum": "SHA-256:10608004cf569b4392340d29d18d32f22513e06d32add510092f2ab93531b86f" + }, + { + "name": "Low level quick digital IO", + "version": "1.0.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "高性能引脚读写。More efficient digital IO than builtin functions", + "paragraph": "内置的引脚读写函数digitalRead和digitalWrite需要每次将引脚转换成寄存器地址再进行读写,而且还需要检查PWM计时器设定,虽然增加了可靠性,减少了内存占用,但是性能较低,无法满足超高频读写的需求。本库仅在第一次调用时将引脚转换成内存地址,以后直接进行位运算操纵引脚,性能大幅提升,但无法处理PWM情况,适用于简单的高低电平操纵。Builtin functions (digitalRead \u0026 digitalWrite) translate pin code into memory address for each call, and will check PWM settings on the Pin. This is more robust but less efficient. My library calculate corresponding memory address only at the first call, store that address for following calls, and don't bother on PWM stuff. Each call is thus simplified into a single bit operation.", + "website": "https://github.com/Silver-Fang/Low-level-quick-digital-IO", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/Low-level-quick-digital-IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/Low_level_quick_digital_IO-1.0.0.zip", + "archiveFileName": "Low_level_quick_digital_IO-1.0.0.zip", + "size": 17884, + "checksum": "SHA-256:05bf5a3b85441fe726d7171a4e541e600853e78dd793ae504e4e3abd0f599c24" + }, + { + "name": "Low level quick digital IO", + "version": "1.0.1", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "高性能引脚读写。More efficient digital IO than builtin functions", + "paragraph": "内置的引脚读写函数digitalRead和digitalWrite需要每次将引脚转换成寄存器地址再进行读写,而且还需要检查PWM计时器设定,虽然增加了可靠性,减少了内存占用,但是性能较低,无法满足超高频读写的需求。本库仅在第一次调用时将引脚转换成内存地址,以后直接进行位运算操纵引脚,性能大幅提升,但无法处理PWM情况,适用于简单的高低电平操纵。Builtin functions (digitalRead \u0026 digitalWrite) translate pin code into memory address for each call, and will check PWM settings on the Pin. This is more robust but less efficient. My library calculate corresponding memory address only at the first call, store that address for following calls, and don't bother on PWM stuff. Each call is thus simplified into a single bit operation.", + "website": "https://github.com/Silver-Fang/Low-level-quick-digital-IO", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/Low-level-quick-digital-IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/Low_level_quick_digital_IO-1.0.1.zip", + "archiveFileName": "Low_level_quick_digital_IO-1.0.1.zip", + "size": 17912, + "checksum": "SHA-256:5b49e0cc57d8ed3fdab9f8b26c3db8e4f6714b6f8cf722d3b3fd9f146de0ccb3" + }, + { + "name": "Low level quick digital IO", + "version": "2.0.0", + "author": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "maintainer": "EbolaChan \u003cLeenrung@outlook.com\u003e", + "sentence": "高性能引脚读写。More efficient digital IO than builtin functions", + "paragraph": "内置的引脚读写函数digitalRead和digitalWrite需要每次将引脚转换成寄存器地址再进行读写,而且还需要检查PWM计时器设定,虽然增加了可靠性,减少了内存占用,但是性能较低,无法满足超高频读写的需求。本库仅在第一次调用时将引脚转换成内存地址,以后直接进行位运算操纵引脚,性能大幅提升,但无法处理PWM情况,适用于简单的高低电平操纵。Builtin functions (digitalRead \u0026 digitalWrite) translate pin code into memory address for each call, and will check PWM settings on the Pin. This is more robust but less efficient. My library calculate corresponding memory address only at the first call, store that address for following calls, and don't bother on PWM stuff. Each call is thus simplified into a single bit operation.", + "website": "https://github.com/Silver-Fang/Low-level-quick-digital-IO", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Silver-Fang/Low-level-quick-digital-IO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/Low_level_quick_digital_IO-2.0.0.zip", + "archiveFileName": "Low_level_quick_digital_IO-2.0.0.zip", + "size": 17920, + "checksum": "SHA-256:195c0d57a5d50da5d3566ac0154e516274b9a681b4815d4b98efb4458097fca8" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.2.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.2.3.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.2.3.zip", + "size": 432069, + "checksum": "SHA-256:12ed12071d2f1e08e85a0df34548c928ea7f61a8839ad7995aff504c59a28e66" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.2.4", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.2.4.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.2.4.zip", + "size": 433984, + "checksum": "SHA-256:960f8f4848e5b77aa88b7269a381ccf6e01e2b84994556464bdc4a254d136eab" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.2.5", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.2.5.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.2.5.zip", + "size": 434029, + "checksum": "SHA-256:28dc54e042c111b78169d697e22e29ad0c7dac276ef6667f034f43b778ee8096" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.3.0.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.3.0.zip", + "size": 436322, + "checksum": "SHA-256:dd97806b0988ff0330a53a9569b427cb27680a882fb1481e4002137053519137" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.4.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.4.0.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.4.0.zip", + "size": 436625, + "checksum": "SHA-256:b1f313f5ca22ada3c8a1023a39302aa161edfc0d37dc9f9d63429d00d7ea1655" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.4.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.4.1.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.4.1.zip", + "size": 437520, + "checksum": "SHA-256:94cfd3c26e3134ceb6ca3dc7b67511db2cbc16e370a87b71eb168ed7ae37e29d" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.5.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720)", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.5.0.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.5.0.zip", + "size": 461140, + "checksum": "SHA-256:72024d160fec1275b34363b6602adc7797e5a398d7d56e2e11c91f13c34f0ef5" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.6.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720). Now supporting using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.6.0.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.6.0.zip", + "size": 547318, + "checksum": "SHA-256:bb6735cd774a9f6b2352ca14203a261ac2a31ece0e39d75f1454b9747445b3af" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.6.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720). Now supporting using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.6.1.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.6.1.zip", + "size": 547386, + "checksum": "SHA-256:de58b6b1f466afcc2d32961c58bbb2c8a878c07f002206f6c5c9549243a01f6d" + }, + { + "name": "AsyncWebServer_WT32_ETH01", + "version": "1.6.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for WT32_ETH01 using LAN8720", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git", + "providesIncludes": [ + "AsyncWebServer_WT32_ETH01.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_WT32_ETH01-1.6.2.zip", + "archiveFileName": "AsyncWebServer_WT32_ETH01-1.6.2.zip", + "size": 632215, + "checksum": "SHA-256:a9ae0418be51419f805814e0fe8f1dd2bcca8ac4a45399caba99500b3eaed770" + }, + { + "name": "Statistical", + "version": "1.0.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Max, Min, Average, Stream", + "paragraph": "Function calculates statistical parameters of data stream.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.0.0.zip", + "archiveFileName": "Statistical-1.0.0.zip", + "size": 6577, + "checksum": "SHA-256:c0ad582d9eb553d70be3e9f5266038c1a039d6c5cc2158da4333bbe32b648e86" + }, + { + "name": "Statistical", + "version": "1.1.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Max, Min, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.1.3.zip", + "archiveFileName": "Statistical-1.1.3.zip", + "size": 12681, + "checksum": "SHA-256:c16b3b6b32cfe31c13ed7dada3a61f32db6258d1bf2bfc09a7f9c5d5256cf3e7" + }, + { + "name": "Statistical", + "version": "1.3.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Sum, Max, Min, Sq_Sum, Aritmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standart Deviation, Standart Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.3.0.zip", + "archiveFileName": "Statistical-1.3.0.zip", + "size": 13462, + "checksum": "SHA-256:baac7f85aa3831edeb8e91ef082a5601c37be419a27cce545790886513954891" + }, + { + "name": "Statistical", + "version": "1.4.2", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Sum, Max, Min, Sq_Sum, Aritmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standart Deviation, Standart Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.4.2.zip", + "archiveFileName": "Statistical-1.4.2.zip", + "size": 869865, + "checksum": "SHA-256:2bd79222dc7fdbc742d7e5c305ce7ebd79b6edcf0532de33c683c2ebe09d3434" + }, + { + "name": "Statistical", + "version": "1.4.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Sum, Max, Min, Sq_Sum, Aritmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standart Deviation, Standart Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.4.3.zip", + "archiveFileName": "Statistical-1.4.3.zip", + "size": 869902, + "checksum": "SHA-256:cee164377f8edd350c1962426be965937ce44804188664f2c14590364cf8f61d" + }, + { + "name": "Statistical", + "version": "1.4.11", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Sum, Max, Min, Sq_Sum, Arithmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standard Deviation, Standard Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.4.11.zip", + "archiveFileName": "Statistical-1.4.11.zip", + "size": 864411, + "checksum": "SHA-256:06f2e31c0fdc58035ac13fb8fb78cf13e35dfd26f86542ef814a39a7176f8f57" + }, + { + "name": "Statistical", + "version": "1.4.15", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Sum, Max, Min, Sq_Sum, Arithmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standard Deviation, Standard Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-1.4.15.zip", + "archiveFileName": "Statistical-1.4.15.zip", + "size": 864248, + "checksum": "SHA-256:91ddce2e000b35edc49022f28612e548594bff6dfe76cfecd4e3fe4cf59e4c4a" + }, + { + "name": "Statistical", + "version": "2.0.2", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Sum, Max, Min, Sq_Sum, Arithmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standard Deviation, Standard Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-2.0.2.zip", + "archiveFileName": "Statistical-2.0.2.zip", + "size": 867678, + "checksum": "SHA-256:43befa2f5faae4b2a8f231a0e62771829d6d5b43d245be31e4d4b95b98af1e44" + }, + { + "name": "Statistical", + "version": "2.1.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Statistic, Sum, Max, Min, Sq_Sum, Arithmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standard Deviation, Standard Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse", + "paragraph": "Function calculates statistical parameters of data stream and array.", + "website": "https://github.com/akkoyun/Statistical", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Statistical.git", + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Statistical-2.1.1.zip", + "archiveFileName": "Statistical-2.1.1.zip", + "size": 865741, + "checksum": "SHA-256:21524880026eddee4c83c7455f3a81f7f81ce031deffb0c9ac8cac076cd37ce3" + }, + { + "name": "RSbus", + "version": "1.0.1", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "This library sends feedback information from a decoder to the master station via the RS-bus", + "paragraph": "A RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128. The master polls all 128 addresses in a sequential order to ask if they have data to send. Per address 8 bits of feedback data can be send; individual feedback messages carry only 4 of these bits (a nibble), so 2 messages are needed to send all 8 bits. Note that this library supports multiple RS-bus addresses per decoder. For each address a separate RS-Bus connection should be established.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.0.1.zip", + "archiveFileName": "RSbus-1.0.1.zip", + "size": 19724, + "checksum": "SHA-256:da4de542edfdea81e923045b14fe47836b6bb819ad66ee5558150cbc6c26fbe5" + }, + { + "name": "RSbus", + "version": "1.1.0", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": [ + "RSbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.1.0.zip", + "archiveFileName": "RSbus-1.1.0.zip", + "size": 37828, + "checksum": "SHA-256:6c4f4d7b3d02034033096da9e1ed90373b63f6b532d53674e2b21eafc5361876" + }, + { + "name": "RSbus", + "version": "1.2.1", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": [ + "RSbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.2.1.zip", + "archiveFileName": "RSbus-1.2.1.zip", + "size": 38235, + "checksum": "SHA-256:e32ad214c0ef4208166b11727c52bdf0c270981e2f3bb888225292715338a21d" + }, + { + "name": "RSbus", + "version": "1.2.2", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": [ + "RSbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-1.2.2.zip", + "archiveFileName": "RSbus-1.2.2.zip", + "size": 38607, + "checksum": "SHA-256:33cd6055baed9cf239faf42d91d686cdd9496422916275a82c700a2ae2dec57d" + }, + { + "name": "RSbus", + "version": "2.0.0", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": [ + "RSbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-2.0.0.zip", + "archiveFileName": "RSbus-2.0.0.zip", + "size": 4566497, + "checksum": "SHA-256:5f6a82915be722560d6a286d713c30f1ae1d8f8c39361df14d4eec1128562313" + }, + { + "name": "RSbus", + "version": "2.2.0", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": [ + "RSbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-2.2.0.zip", + "archiveFileName": "RSbus-2.2.0.zip", + "size": 4572048, + "checksum": "SHA-256:65f4c70b320c229b2ee421019c1501e9aad881898de4bfc351255eb18c5f5d4b" + }, + { + "name": "RSbus", + "version": "2.3.0", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": [ + "RSbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-2.3.0.zip", + "archiveFileName": "RSbus-2.3.0.zip", + "size": 4573256, + "checksum": "SHA-256:f4fd78efa9e9cd3efb049200c1c8878ff8736aa69257f05ff86ac9c8752490f6" + }, + { + "name": "RSbus", + "version": "2.4.0", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for the (Lenz) RS-bus protocol", + "paragraph": "Send DCC decoder feedback information to a (LZV) master station. The RS-bus supports a maximum of 128 feedback addresses, numbered 1 to 128.", + "website": "https://github.com/aikopras/RSbus/", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/RSbus.git", + "providesIncludes": [ + "RSbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/RSbus-2.4.0.zip", + "archiveFileName": "RSbus-2.4.0.zip", + "size": 4574007, + "checksum": "SHA-256:1a97c644c394b37d4c8c179e8d9743866d776e8ace2d275684388ff764625df4" + }, + { + "name": "mDNSResolver", + "version": "1.0.0", + "author": "Lee Bussy \u003clee@bussy.org\u003e", + "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", + "sentence": "Resolves MDNS names for the ESP8266.", + "paragraph": "A simple library that resolves mDNS (Bonjour) names for the ESP8266", + "website": "http://github.com/lbussy/mDNSResolver", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lbussy/mDNSResolver.git", + "providesIncludes": [ + "mDNSResolver.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/mDNSResolver-1.0.0.zip", + "archiveFileName": "mDNSResolver-1.0.0.zip", + "size": 110747, + "checksum": "SHA-256:f528fc51a833ea993d07c4c53871da6a9ed731dae89878f4b11180ef91e76eb6" + }, + { + "name": "WireGuard-ESP32", + "version": "0.1.0", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": [ + "WireGuard-ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.0.zip", + "archiveFileName": "WireGuard_ESP32-0.1.0.zip", + "size": 70296, + "checksum": "SHA-256:6d0e401c76a993d1ee06ad1e03cd75b709bd6acb5a140ed71df31d72b5bccaa9" + }, + { + "name": "WireGuard-ESP32", + "version": "0.1.1", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": [ + "WireGuard-ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.1.zip", + "archiveFileName": "WireGuard_ESP32-0.1.1.zip", + "size": 70301, + "checksum": "SHA-256:8611fe760496ba48073943edc27a7adf83bada96be9d000f85accabdc858c774" + }, + { + "name": "WireGuard-ESP32", + "version": "0.1.2", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": [ + "WireGuard-ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.2.zip", + "archiveFileName": "WireGuard_ESP32-0.1.2.zip", + "size": 71656, + "checksum": "SHA-256:20815ffed89bdb5237e50d2e5a3dbbaab0050558c5c45e65a71ffdd5f64dcc39" + }, + { + "name": "WireGuard-ESP32", + "version": "0.1.3", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": [ + "WireGuard-ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.3.zip", + "archiveFileName": "WireGuard_ESP32-0.1.3.zip", + "size": 59067, + "checksum": "SHA-256:2f3596f968020a1471da52851f09a9015acc88ef3c47da2b842a3fec8d2fa263" + }, + { + "name": "WireGuard-ESP32", + "version": "0.1.4", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": [ + "esp32", + "Inkplate" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": [ + "WireGuard-ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.4.zip", + "archiveFileName": "WireGuard_ESP32-0.1.4.zip", + "size": 59078, + "checksum": "SHA-256:918a17b747eb819408d60610b92ab11708dd12feb10da8c6d956ec3bde6cd0b7" + }, + { + "name": "WireGuard-ESP32", + "version": "0.1.5", + "author": "Kenta Ida", + "maintainer": "Kenta Ida \u003cfuga@fugafuga.org\u003e", + "sentence": "WireGuard implementation for Arduino ESP32", + "website": "https://github.com/ciniml/WireGuard-ESP32-Arduino", + "category": "Communication", + "architectures": [ + "esp32", + "Inkplate" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ciniml/WireGuard-ESP32-Arduino.git", + "providesIncludes": [ + "WireGuard-ESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/WireGuard_ESP32-0.1.5.zip", + "archiveFileName": "WireGuard_ESP32-0.1.5.zip", + "size": 61278, + "checksum": "SHA-256:3a683efd2715e77cfcbb63c1fe90b50d6c98b1f7186b3c8b0abc1e1643a2e764" + }, + { + "name": "SSVRGBGradientCalc", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "paragraph": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "website": "https://github.com/SergeSkor/SSVRGBGradientCalc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVRGBGradientCalc.git", + "providesIncludes": [ + "FastLED.h; SSVRGBGradientCalc.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVRGBGradientCalc-1.0.0.zip", + "archiveFileName": "SSVRGBGradientCalc-1.0.0.zip", + "size": 3173, + "checksum": "SHA-256:5bf9b6b9608e2816d917744f2e95a98716bc80338bf88bc6dd1c73bf99473e57" + }, + { + "name": "SSVRGBGradientCalc", + "version": "1.0.1", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "paragraph": "Do not use it for consecutive leds, better to use FastLED fill_gradient_RGB(...) functions in this case. This class is for more complex cases, see examples.", + "website": "https://github.com/SergeSkor/SSVRGBGradientCalc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVRGBGradientCalc.git", + "providesIncludes": [ + "SSVRGBGradientCalc.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVRGBGradientCalc-1.0.1.zip", + "archiveFileName": "SSVRGBGradientCalc-1.0.1.zip", + "size": 4781, + "checksum": "SHA-256:fdb7506811dd19b6add26b397bcae7194588f9d99dc2a4b7bd6e2bdbb80b977f" + }, + { + "name": "SSVRGBGradientCalc", + "version": "1.0.3", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to implement RGB Gradient calulations, based on FastLED.", + "paragraph": "Do not use it for consecutive leds, better to use FastLED fill_gradient_RGB(...) functions in this case. This class is for more complex cases, see examples.", + "website": "https://github.com/SergeSkor/SSVRGBGradientCalc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVRGBGradientCalc.git", + "providesIncludes": [ + "SSVRGBGradientCalc.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVRGBGradientCalc-1.0.3.zip", + "archiveFileName": "SSVRGBGradientCalc-1.0.3.zip", + "size": 10936, + "checksum": "SHA-256:7439432db10dc204a316860bc1846862107b0a1ba5f9453d520124c44529dc6e" + }, + { + "name": "Microfire_Mod-pH", + "version": "1.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure pH to your hardware application with a fully digital interface.", + "paragraph": "I2C, UART or USB interface options, pH range of 0.001 to 14.000 pH units, temperature compensated, accuracy ±0.002 pH, resolution 0.001 pH units, using single, dual, and triple point calibration.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-pH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_pH-1.0.0.zip", + "archiveFileName": "Microfire_Mod_pH-1.0.0.zip", + "size": 11783, + "checksum": "SHA-256:6f83cbeffebe479b8388556bf83523eeb344e8bc7ccdf4534de9bac5a0128678" + }, + { + "name": "Microfire_Mod-pH", + "version": "2.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure pH to your hardware application with a fully digital interface.", + "paragraph": "I2C interface, pH range of 0.001 to 14.000 pH units, temperature compensated, accuracy ±0.005 pH, resolution 0.005 pH units, using single, dual, and triple point calibration.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-pH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_pH-2.0.0.zip", + "archiveFileName": "Microfire_Mod_pH-2.0.0.zip", + "size": 15327, + "checksum": "SHA-256:7da007470000fde79703f3cd2d4a45c4cfc0cd4391387d96de6fb9bf124fa5d2" + }, + { + "name": "Microfire_Mod-pH", + "version": "2.0.1", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure pH to your hardware application with a fully digital interface.", + "paragraph": "I2C interface, pH range of 0.001 to 14.000 pH units, temperature compensated, accuracy ±0.005 pH, resolution 0.005 pH units, using single, dual, and triple point calibration.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-pH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_pH-2.0.1.zip", + "archiveFileName": "Microfire_Mod_pH-2.0.1.zip", + "size": 15329, + "checksum": "SHA-256:ce890156daa2261170dc5a12628bb810cd5c2cf6079f903d4e912c84bee50e78" + }, + { + "name": "Microfire_Mod-ORP", + "version": "1.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure ORP to your hardware application with a fully digital interface.", + "paragraph": "I2C, UART, and USB interfaces, mV range of -2.23 to 2.23, Accuracy ±0.001 mV, Resolution 0.001 mV units", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-ORP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_ORP-1.0.0.zip", + "archiveFileName": "Microfire_Mod_ORP-1.0.0.zip", + "size": 10552, + "checksum": "SHA-256:117532f99970097c5eccc46053388d21e3d8958c1572569a2708c7ef4539a208" + }, + { + "name": "Microfire_Mod-ORP", + "version": "2.0.0", + "author": "Microfire LLC", + "maintainer": "contact@microfire.co", + "sentence": "Add the ability to measure ORP to your hardware application with a fully digital interface.", + "paragraph": "I2C interface, mV range of -2.23 to 2.23, Accuracy ±0.1 mV, Resolution 0.1 mV units", + "website": "https://microfire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-ORP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_ORP-2.0.0.zip", + "archiveFileName": "Microfire_Mod_ORP-2.0.0.zip", + "size": 10278, + "checksum": "SHA-256:c07dfa5a9ac90677e4b642665350aade407efa58bc4785f70613d7e6eec3a538" + }, + { + "name": "Microfire_Mod-EC", + "version": "1.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure EC to your hardware application with a fully digital interface.", + "paragraph": "I2C, UART or USB interface options, 0.05 uS/cm to 1 S/m range, temperature compensated, accuracy ±0.002  mS/cm, and resolution 0.001 mS/cm, using single, dual, and triple point calibration.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_EC-1.0.0.zip", + "archiveFileName": "Microfire_Mod_EC-1.0.0.zip", + "size": 12875, + "checksum": "SHA-256:bbc37a6def69cff9bdcdb8859bc577c37f495a829af8ec30a0770c96f9e30095" + }, + { + "name": "Microfire_Mod-EC", + "version": "2.0.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure EC to your hardware application with a fully digital interface.", + "paragraph": "I2C interface, 0.1 mS/cm to 10.0 mS/m range, temperature compensated, accuracy ±0.02 mS/cm, and resolution 0.01 mS/cm, using single, dual, and triple point calibration.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_EC-2.0.0.zip", + "archiveFileName": "Microfire_Mod_EC-2.0.0.zip", + "size": 16227, + "checksum": "SHA-256:c8e74bc09e0d2d696209eaed8c4d9ac538fae4e41c1aadfeb2589bc634c5748a" + }, + { + "name": "Microfire_Mod-EC", + "version": "2.0.1", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Add the ability to measure EC to your hardware application with a fully digital interface.", + "paragraph": "I2C interface, 0.1 mS/cm to 10.0 mS/m range, temperature compensated, using single, dual, and triple point calibration.", + "website": "https://microfire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/Mod-EC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_EC-2.0.1.zip", + "archiveFileName": "Microfire_Mod_EC-2.0.1.zip", + "size": 16178, + "checksum": "SHA-256:f68f7480c9f8637b33367196e7cdb86a3905a3877202da1d156bb59b46aa922c" + }, + { + "name": "Tweakly", + "version": "1.0.0", + "author": "Mirko Pacioni", + "maintainer": "Mirko Pacioni", + "sentence": "A bizarre library, with the familiarity of Wiring and the power of real-time processes, advanced pin functions, and bouncing free.", + "paragraph": "This library allows you to write Wiring code on Arduino and similar, optimizing and simplifying the execution of the code.", + "website": "https://www.filoconnesso.it/tweakly", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/filoconnesso/Tweakly.git", + "providesIncludes": [ + "Tweakly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/filoconnesso/Tweakly-1.0.0.zip", + "archiveFileName": "Tweakly-1.0.0.zip", + "size": 38869, + "checksum": "SHA-256:d644241f0ed876d92ca9f2118ef562a9e8f6d7763d5493e9d9977d5d0ff3eb3f" + }, + { + "name": "Tweakly", + "version": "1.0.2", + "author": "Mirko Pacioni", + "maintainer": "Mirko Pacioni", + "sentence": "A bizarre library, with the familiarity of Wiring and the power of real-time processes, advanced pin functions, and bouncing free.", + "paragraph": "This library allows you to write Wiring code on Arduino and similar, optimizing and simplifying the execution of the code.", + "website": "https://www.filoconnesso.it/tweakly", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/filoconnesso/Tweakly.git", + "providesIncludes": [ + "Tweakly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/filoconnesso/Tweakly-1.0.2.zip", + "archiveFileName": "Tweakly-1.0.2.zip", + "size": 70782, + "checksum": "SHA-256:5616f025742d5252c97e3f3fbec4751fc7e38ede2e28c61127872fd667c72e11" + }, + { + "name": "Tweakly", + "version": "1.0.3", + "author": "Mirko Pacioni", + "maintainer": "Mirko Pacioni", + "sentence": "A bizarre library, with the familiarity of Wiring and the power of real-time processes, advanced pin functions, and bouncing free.", + "paragraph": "This library allows you to write Wiring code on Arduino and similar, optimizing and simplifying the execution of the code.", + "website": "https://www.filoconnesso.it/tweakly", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/filoconnesso/Tweakly.git", + "providesIncludes": [ + "Tweakly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/filoconnesso/Tweakly-1.0.3.zip", + "archiveFileName": "Tweakly-1.0.3.zip", + "size": 85197, + "checksum": "SHA-256:dc72d5d6fb1866cfb9debd844ce7dc9240fe40f21cecb2af2ac1444fdfc834fb" + }, + { + "name": "multi-half-bridge", + "version": "3.0.3", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons DC Motor Control Shield with TLE94112EL", + "paragraph": "This shield provides 12 half-bridges which can drive up to 6 independent (+5 cascaded) bidirectional motors consuming up to 0.9 Ampere each", + "website": "https://www.infineon.com/cms/en/product/evaluation-boards/tle94112el_shield/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-multi-half-bridge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/multi_half_bridge-3.0.3.zip", + "archiveFileName": "multi_half_bridge-3.0.3.zip", + "size": 43115, + "checksum": "SHA-256:9b9f157483ebbf65e023f263321816a5f860595dc9dfeda99599c9a5ba55a0e6" + }, + { + "name": "multi-half-bridge", + "version": "4.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "Library of Infineon Multi Half-Bridge IC controllers family", + "paragraph": "The library allows to integrate \u003ca href=\"https://www.infineon.com/cms/en/product/power/motor-control-ics/brushed-dc-motor-driver-ics/multi-half-bridge-ics/\"\u003eMulti Half-Bridge ICs\u003c/a\u003e with Arduino enabled microcontrollers. The products include the complete driver and output stage and are designed to drive small DC motors in various automotive applications.", + "website": "https://github.com/Infineon/arduino-multi-half-bridge", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-multi-half-bridge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/multi_half_bridge-4.0.0.zip", + "archiveFileName": "multi_half_bridge-4.0.0.zip", + "size": 43030, + "checksum": "SHA-256:1ddbdefdf59d577be25a564441b9055c75462c56c80d6fad2a443bebedb04aa0" + }, + { + "name": "multi-half-bridge", + "version": "4.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "Library of Infineon Multi Half-Bridge IC controllers family", + "paragraph": "The library allows to integrate \u003ca href=\"https://www.infineon.com/cms/en/product/power/motor-control-ics/brushed-dc-motor-driver-ics/multi-half-bridge-ics/\"\u003eMulti Half-Bridge ICs\u003c/a\u003e with Arduino enabled microcontrollers. The products include the complete driver and output stage and are designed to drive small DC motors in various automotive applications.", + "website": "https://github.com/Infineon/arduino-multi-half-bridge", + "category": "Device Control", + "architectures": [ + "avr", + "xmc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-multi-half-bridge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/multi_half_bridge-4.1.0.zip", + "archiveFileName": "multi_half_bridge-4.1.0.zip", + "size": 43036, + "checksum": "SHA-256:d800c4a6490291454e232aa12d4f7609f5e20fc7d22a67a3bc4061284143f845" + }, + { + "name": "vn_lunar", + "version": "1.0.0", + "author": "LeQuan, lequanruby@gmail.com", + "maintainer": "LeQuan", + "sentence": "Arduino library for convert Gregorian calendar to Vietnamese lunar.", + "paragraph": "Arduino library for convert Gregorian calendar to Vietnamese lunar calendar in mush easier way.", + "website": "https://github.com/lequan81/vn_lunar", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lequan81/vn_lunar.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lequan81/vn_lunar-1.0.0.zip", + "archiveFileName": "vn_lunar-1.0.0.zip", + "size": 6983, + "checksum": "SHA-256:49df0fb8f32a68ab8eab6a7af31396f7fc8fd018bdb60a396882da85263556de" + }, + { + "name": "SSVTimer", + "version": "1.0.1", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "One more non-blocking timer class based on millis.", + "paragraph": "Works when millis overfloating after 49.5 days.", + "website": "https://github.com/SergeSkor/SSVTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVTimer-1.0.1.zip", + "archiveFileName": "SSVTimer-1.0.1.zip", + "size": 3709, + "checksum": "SHA-256:03bfe5970fe79834d4e0bb527d949a685d387fdf8dc344ed0ce0a0470cffe03e" + }, + { + "name": "SSVTimer", + "version": "1.0.3", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "One more non-blocking timer class based on millis() function.", + "paragraph": "Convenient to use, simple and reliable. Works when millis overfloating after 49.5 days.", + "website": "https://github.com/SergeSkor/SSVTimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVTimer-1.0.3.zip", + "archiveFileName": "SSVTimer-1.0.3.zip", + "size": 4566, + "checksum": "SHA-256:0e05dd9512de99dc03b27aea833194e77161e131d2a84f4de3b3ca14522eae63" + }, + { + "name": "SimpleTaskManager", + "version": "1.0.0", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "The goal is to never use delay() so many tasks can run \"concurrently\" and to be able to neatly segregate your code features. It is designed to run on devices with limited memory like Arduino Uno. It loosely bases operation workflow on RTOS (Real Time Operating System) in that you can time tasks updates in semi predictable intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": [ + "Task.h", + "TasksPool.h", + "SimpleTaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.0.0.zip", + "archiveFileName": "SimpleTaskManager-1.0.0.zip", + "size": 43924, + "checksum": "SHA-256:cb5b382ee4a5a871d2c1a38bc73f04ae9c145ea513be3d8714b77931b26f642a" + }, + { + "name": "SimpleTaskManager", + "version": "1.2.1", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": [ + "Task.h", + "TasksPool.h", + "SimpleTaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.1.zip", + "archiveFileName": "SimpleTaskManager-1.2.1.zip", + "size": 44770, + "checksum": "SHA-256:3bb359f364369e214ddc600876dedc7b632c4de2d96bb8a96b279bf4a1d98424" + }, + { + "name": "SimpleTaskManager", + "version": "1.2.2", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": [ + "Task.h", + "TasksPool.h", + "SimpleTaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.2.zip", + "archiveFileName": "SimpleTaskManager-1.2.2.zip", + "size": 44930, + "checksum": "SHA-256:ec47e031f9bfd91715398ab04ad65e552753b6a06d7f4e01e70692743d2207d2" + }, + { + "name": "SimpleTaskManager", + "version": "1.2.3", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": [ + "Task.h", + "TasksPool.h", + "SimpleTaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.3.zip", + "archiveFileName": "SimpleTaskManager-1.2.3.zip", + "size": 45000, + "checksum": "SHA-256:ff829fc00e572ce1798eb3b96ff731c620888693f829d1a1d7030ce334eed2c7" + }, + { + "name": "SimpleTaskManager", + "version": "1.2.4", + "author": "Jakub Wójcik", + "maintainer": "Jakub Wójcik \u003cjakub.wojcik2017@gmail.com\u003e", + "sentence": "SimpleTaskManager - simple task dispatcher for Arduino based devices with limited memory.", + "paragraph": "Organize code into simple self contained tasks, run many of them concurrently or in time intervals.", + "website": "https://github.com/bigsmalloverall/SimpleTaskManager", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bigsmalloverall/SimpleTaskManager.git", + "providesIncludes": [ + "Task.h", + "TasksPool.h", + "SimpleTaskManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bigsmalloverall/SimpleTaskManager-1.2.4.zip", + "archiveFileName": "SimpleTaskManager-1.2.4.zip", + "size": 45070, + "checksum": "SHA-256:5b6fa57b34d84271a225cbeedca6c4140a21c6eb42dc62ac108f7d1c41001bf1" + }, + { + "name": "ArcPID", + "version": "0.0.3", + "author": "Ettore Leandro Tognoli", + "maintainer": "Ettore Leandro Tognoli - ettore.leandro.tognoli@gmail.com", + "sentence": "PID controller", + "paragraph": "A library to calculate PID which has low coupling with IO", + "website": "https://github.com/ettoreleandrotognoli/ArcPID", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ettoreleandrotognoli/ArcPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ettoreleandrotognoli/ArcPID-0.0.3.zip", + "archiveFileName": "ArcPID-0.0.3.zip", + "size": 79424, + "checksum": "SHA-256:8b8ff0ee51b29ceeb304a3e14b4a5b6fc8e02e770a6b5aa52b97b4417ee2c11a" + }, + { + "name": "MovingAverager", + "version": "0.0.2", + "author": "Ian Carey", + "maintainer": "Ian Carey", + "sentence": "A basic moving average filter.", + "paragraph": "Implements a basic moving average filter for use when wanting to smooth out signal noise.", + "website": "https://github.com/careyi3/MovingAverage", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/careyi3/MovingAverage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/careyi3/MovingAverager-0.0.2.zip", + "archiveFileName": "MovingAverager-0.0.2.zip", + "size": 256308, + "checksum": "SHA-256:117fb2d62418b5e2976762a268bdf82e8eddf23b6e30d157d2dadb939129bf83" + }, + { + "name": "SSVXYMatrix", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "FastLED-based class to handle XY Full Color LED Matrix.", + "paragraph": "Can draw graphical primitives (dots, lines, squares etc, fills) on XY matrix. Tested on WS8212 full color RGB LEDs 16x16, 8x8, 8x32 matrixes.", + "website": "https://github.com/SergeSkor/SSVXYMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVXYMatrix.git", + "providesIncludes": [ + "SSVXYMatrix.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVXYMatrix-1.0.0.zip", + "archiveFileName": "SSVXYMatrix-1.0.0.zip", + "size": 14682, + "checksum": "SHA-256:f6899050a51439683f55e0e3fcdbec0ddbf3a3da1aafee568a5ae9b7006925e0" + }, + { + "name": "TinyMegaI2C", + "version": "0.0.1", + "author": "Saurabh Datta", + "maintainer": "Saurabh_Datta", + "sentence": "An efficient optimised i2c library for new ATTINY series uCs", + "paragraph": "An efficient and optimised i2c library for new ATTINY series uCs as a replacement for wire library with less footprint", + "website": "https://github.com/dattasaurabh82/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/TinyMegaI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/TinyMegaI2C-0.0.1.zip", + "archiveFileName": "TinyMegaI2C-0.0.1.zip", + "size": 7109, + "checksum": "SHA-256:d2925895bac4cd3637a455669925b0a078acefc4d773e512ee2c29b1ff162845" + }, + { + "name": "TinyMegaI2C", + "version": "0.0.3", + "author": "Saurabh Datta", + "maintainer": "Saurabh_Datta", + "sentence": "An efficient optimised i2c library for new ATTINY series uCs", + "paragraph": "An efficient and optimised i2c library for new ATTINY series uCs as a replacement for wire library with less footprint", + "website": "https://github.com/dattasaurabh82/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/TinyMegaI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/TinyMegaI2C-0.0.3.zip", + "archiveFileName": "TinyMegaI2C-0.0.3.zip", + "size": 1457485, + "checksum": "SHA-256:0bcb6610d473b1c79ef86477397f5fd62057017a1fc9aea0d8ad47f346ae9908" + }, + { + "name": "TinyMegaI2C", + "version": "0.0.4", + "author": "Saurabh Datta", + "maintainer": "Saurabh_Datta", + "sentence": "An efficient optimised i2c library for new ATTINY series uCs", + "paragraph": "An efficient and optimised i2c library for new ATTINY series uCs as a replacement for wire library with less footprint", + "website": "https://github.com/dattasaurabh82/", + "category": "Communication", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/TinyMegaI2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/TinyMegaI2C-0.0.4.zip", + "archiveFileName": "TinyMegaI2C-0.0.4.zip", + "size": 1457557, + "checksum": "SHA-256:c533b5e2f7f13815a6b0576bf2b4629f1eeab9f813be382746b13440eb5c7dd9" + }, + { + "name": "STM32duino X-NUCLEO-IHM01A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM01A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM01A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM01A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM01A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM01A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM01A1-1.0.0.zip", + "size": 40467, + "checksum": "SHA-256:0dac1eaf3c558cf171aa958dc04e94adae9a5d3a954ecaf6fd7e0d1b81bd0639" + }, + { + "name": "STM32duino X-NUCLEO-IHM01A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM01A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM01A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM01A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM01A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM01A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM01A1-1.0.1.zip", + "size": 40512, + "checksum": "SHA-256:d6d19d2855f04f14604f0aedf2b7cc810211392d549caf87c017ddf2f1fdfee4" + }, + { + "name": "ATOM_DTU_NB", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for ATOM DTU NB development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/ATOM_DTU_NB", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/ATOM_DTU_NB.git", + "providesIncludes": [ + "ATOM_DTU_NB.h" + ], + "dependencies": [ + { + "name": "M5Atom" + }, + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/ATOM_DTU_NB-0.0.1.zip", + "archiveFileName": "ATOM_DTU_NB-0.0.1.zip", + "size": 5699, + "checksum": "SHA-256:401e2ff076641263b8586b8315f5fc0b2db7ffc3969e6d124086471779048a0d" + }, + { + "name": "ATOM_DTU_NB", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for ATOM DTU NB development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/ATOM_DTU_NB", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/ATOM_DTU_NB.git", + "providesIncludes": [ + "ATOM_DTU_NB.h" + ], + "dependencies": [ + { + "name": "M5Atom" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/ATOM_DTU_NB-0.0.2.zip", + "archiveFileName": "ATOM_DTU_NB-0.0.2.zip", + "size": 9132, + "checksum": "SHA-256:2279b4c624cfc3babcdcb8a919f6d000859f7406d4bd88ac55dfb56a8afaae35" + }, + { + "name": "ATOM_DTU_LoRaWAN", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for ATOM DTU LoRaWAN development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/ATOM_DTU_LoRaWAN", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/ATOM_DTU_LoRaWAN.git", + "providesIncludes": [ + "ATOM_DTU_LoRaWAN.h" + ], + "dependencies": [ + { + "name": "M5Atom" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/ATOM_DTU_LoRaWAN-0.0.1.zip", + "archiveFileName": "ATOM_DTU_LoRaWAN-0.0.1.zip", + "size": 8007, + "checksum": "SHA-256:812ca8a83a332c71280ff9a50e9fd9472d334c9ad018b0ef79b58e60b7d6c6da" + }, + { + "name": "Potentiostat_Shield", + "version": "1.0.0", + "author": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "maintainer": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "sentence": "Arduino library for potentiostat shield.", + "website": "https://github.com/guswib/Potentiostat_Shield", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Guswib/Potentiostat_Shield.git", + "providesIncludes": [ + "Potentiostat_Shield.h" + ], + "dependencies": [ + { + "name": "MCP_DAC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Guswib/Potentiostat_Shield-1.0.0.zip", + "archiveFileName": "Potentiostat_Shield-1.0.0.zip", + "size": 15849, + "checksum": "SHA-256:b51acfb08e5f68a2632dd730ce56707b5c7f0fc55ed6ca8220745b2ede74d0f6" + }, + { + "name": "Potentiostat_Shield", + "version": "1.0.1", + "author": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "maintainer": "Gustav Wiberg \u003cg.wiberg@nordicec.com\u003e", + "sentence": "Arduino library for potentiostat shield.", + "website": "https://github.com/guswib/Potentiostat_Shield", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Guswib/Potentiostat_Shield.git", + "providesIncludes": [ + "Potentiostat_Shield.h" + ], + "dependencies": [ + { + "name": "MCP_DAC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Guswib/Potentiostat_Shield-1.0.1.zip", + "archiveFileName": "Potentiostat_Shield-1.0.1.zip", + "size": 16277, + "checksum": "SHA-256:1d4b86f320d1047ac7b7529645e8ea9bb4217408b349d4765aa83c59344b4314" + }, + { + "name": "EmbUI", + "version": "2.4.5", + "author": "Dmytro Korniienko", + "maintainer": "https://github.com/DmytroKorniienko", + "sentence": "Embeded Web UI framework for esp8266/esp32 IoT prototyping", + "paragraph": "Embeded Web UI framework for esp8266/esp32 IoT prototyping", + "website": "https://github.com/DmytroKorniienko/EmbUI.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DmytroKorniienko/EmbUI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DmytroKorniienko/EmbUI-2.4.5.zip", + "archiveFileName": "EmbUI-2.4.5.zip", + "size": 257368, + "checksum": "SHA-256:d63c5260ae421a4a2a56690d0b2e6271a84e5cf039ea1dfd8b7b10d98c1a83ce" + }, + { + "name": "EmbUI", + "version": "2.4.7", + "author": "Dmytro Korniienko, Anton Zolotarev, Emil Muratov \u003cgpm@hotplug.ru\u003e", + "maintainer": "https://github.com/DmytroKorniienko", + "license": "MIT", + "sentence": "Embedded Web UI framework for esp8266/esp32 IoT prototyping", + "paragraph": "Wifi manager AP/STA, WebUI, NTP, mDNS, SSDP, FTP, JSON configuration in the LittleFS, customization - all this and more - EmbUI framework, please don't forget create file system from data.zip", + "website": "https://github.com/DmytroKorniienko/EmbUI.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DmytroKorniienko/EmbUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DmytroKorniienko/EmbUI-2.4.7.zip", + "archiveFileName": "EmbUI-2.4.7.zip", + "size": 264342, + "checksum": "SHA-256:7e41d889cc90ba8a35e938bf6daa2f07af5eb01e97672dcd0fe59b591b1e9fb9" + }, + { + "name": "EmbUI", + "version": "2.5.0", + "author": "Dmytro Korniienko, Anton Zolotarev, Emil Muratov \u003cgpm@hotplug.ru\u003e", + "maintainer": "https://github.com/DmytroKorniienko", + "license": "MIT", + "sentence": "Embedded Web UI framework for esp8266/esp32/esp32-c3/esp32-s2 IoT prototyping", + "paragraph": "Wifi manager AP/STA, WebUI, NTP, mDNS, SSDP, FTP, JSON configuration in the LittleFS, customization - all this and more - EmbUI framework, please don't forget create file system from data.zip", + "website": "https://github.com/DmytroKorniienko/EmbUI.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DmytroKorniienko/EmbUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DmytroKorniienko/EmbUI-2.5.0.zip", + "archiveFileName": "EmbUI-2.5.0.zip", + "size": 376365, + "checksum": "SHA-256:8763cba17328d5e60fd2e326a39af7bf0117ace9ceb12789c28b44fed70d88c6" + }, + { + "name": "EmbUI", + "version": "2.6.0", + "author": "Dmytro Korniienko, Anton Zolotarev, Emil Muratov \u003cgpm@hotplug.ru\u003e", + "maintainer": "https://github.com/DmytroKorniienko", + "license": "MIT", + "sentence": "Embedded Web UI framework for esp8266/esp32/esp32-c3/esp32-s2 IoT prototyping", + "paragraph": "Wifi manager AP/STA, WebUI, NTP, mDNS, SSDP, FTP, JSON configuration in the LittleFS, customization - all this and more - EmbUI framework, please don't forget create file system from data.zip", + "website": "https://github.com/DmytroKorniienko/EmbUI.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DmytroKorniienko/EmbUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DmytroKorniienko/EmbUI-2.6.0.zip", + "archiveFileName": "EmbUI-2.6.0.zip", + "size": 428025, + "checksum": "SHA-256:b0bd75b51d6e52de0a75085c595bdf0a7782834dc599b2f7e23f339f03ed42db" + }, + { + "name": "EmbUI", + "version": "2.7.0", + "author": "Dmytro Korniienko, Anton Zolotarev, Emil Muratov \u003cgpm@hotplug.ru\u003e", + "maintainer": "https://github.com/DmytroKorniienko", + "license": "MIT", + "sentence": "Embedded Web UI framework for esp8266/esp32/esp32-c3/esp32-s2/esp32-s3 IoT prototyping", + "paragraph": "Wifi manager AP/STA, WebUI, NTP, mDNS, SSDP, FTP, JSON configuration in the LittleFS, customization - all this and more - EmbUI framework, please don't forget create file system from data.zip", + "website": "https://github.com/DmytroKorniienko/EmbUI.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino-esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DmytroKorniienko/EmbUI.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "TaskScheduler" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DmytroKorniienko/EmbUI-2.7.0.zip", + "archiveFileName": "EmbUI-2.7.0.zip", + "size": 466813, + "checksum": "SHA-256:3e72c1bbc6f8046ba7d44c2e39bceea91bf8b6aa2c49ba510ae7c02cb495c9a7" + }, + { + "name": "Battery_18650_Stats", + "version": "1.0.0", + "author": "Danilo Pinotti", + "maintainer": "Danilo Pinotti", + "sentence": "Library to calculate 18650 charge level", + "paragraph": "Library to calculate 18650 Ion-Li battery charge level using ESP32 in Arduino IDE", + "website": "https://github.com/danilopinotti/Battery18650Stats", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/danilopinotti/Battery18650Stats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/danilopinotti/Battery_18650_Stats-1.0.0.zip", + "archiveFileName": "Battery_18650_Stats-1.0.0.zip", + "size": 6346, + "checksum": "SHA-256:7ffe50bc9c92d129e77c5ca6e43d704849fa7a3bd5178cdc47067621a7f370e4" + }, + { + "name": "SSVXYMatrixText", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Class to show text (English, Russian) on XY LED Matrix, based on FastLED.", + "paragraph": "Supports different orientations. Tested on WS2812 Full Color LED 16x16 matrix.", + "website": "https://github.com/SergeSkor/SSVXYMatrixText", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVXYMatrixText.git", + "providesIncludes": [ + "SSVXYMatrixText.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVXYMatrixText-1.0.0.zip", + "archiveFileName": "SSVXYMatrixText-1.0.0.zip", + "size": 13740, + "checksum": "SHA-256:ce20aa80ef9305c8424a11903759c651eea9dac2f311bb672c6f901f22710687" + }, + { + "name": "NeoPixelConnect", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "NanoPixel Library for the Nano RP2040 Connect", + "paragraph": "A PIO based NeoPixel library.", + "website": "https://github.com/MrYsLab", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/NeoPixelConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NeoPixelConnect-1.0.0.zip", + "archiveFileName": "NeoPixelConnect-1.0.0.zip", + "size": 19025, + "checksum": "SHA-256:121aa89b8c81855287721652c6ee21e38f1f1af0638b095ab8cfafe500c38155" + }, + { + "name": "NeoPixelConnect", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "Alan Yorinks", + "sentence": "An experimental NeoPixel Library for the Arduino Nano RP2040 Connect.", + "paragraph": "This library is based upon the examples provided in the Rapsberry Pi Pico C-SDK.", + "website": "https://github.com/MrYsLab/NeoPixelConnect", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/NeoPixelConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NeoPixelConnect-1.0.2.zip", + "archiveFileName": "NeoPixelConnect-1.0.2.zip", + "size": 21080, + "checksum": "SHA-256:b29457251ca296e11c4f62da420d0912e5a9bc5aea858f1a2a9f644ff3822a86" + }, + { + "name": "NeoPixelConnect", + "version": "1.1.0", + "author": "Alan Yorinks", + "maintainer": "Alan Yorinks", + "sentence": "An experimental NeoPixel Library for the Arduino Nano RP2040 Connect.", + "paragraph": "This library is based upon the examples provided in the Raspberry Pi Pico C-SDK.", + "website": "https://github.com/MrYsLab/NeoPixelConnect", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/NeoPixelConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NeoPixelConnect-1.1.0.zip", + "archiveFileName": "NeoPixelConnect-1.1.0.zip", + "size": 21519, + "checksum": "SHA-256:5b6913b6665e5e6fd4da98cbf860c58bd26521efe89731d8d53b4ac9aa584517" + }, + { + "name": "NeoPixelConnect", + "version": "1.2.0", + "author": "Alan Yorinks", + "maintainer": "Alan Yorinks", + "sentence": "An experimental NeoPixel Library for the Arduino Nano RP2040 Connect.", + "paragraph": "This library is based upon the examples provided in the Raspberry Pi Pico C-SDK.", + "website": "https://github.com/MrYsLab/NeoPixelConnect", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/NeoPixelConnect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NeoPixelConnect-1.2.0.zip", + "archiveFileName": "NeoPixelConnect-1.2.0.zip", + "size": 21598, + "checksum": "SHA-256:33b2e40ef00a2d74c5d6f139bb65b29361520181b3f8fa15bf5781fb58e928db" + }, + { + "name": "PololuOLED", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for displaying text and graphics on a SH1106 OLED display.", + "paragraph": "This is a library for the Arduino IDE that allows you to display text and graphics on a 128x64 SH1106 OLED display connected via SPI. It allows for efficient display of text without requiring you to store the state of every pixel in RAM.", + "website": "https://github.com/pololu/pololu-oled-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-oled-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuOLED-1.0.0.zip", + "archiveFileName": "PololuOLED-1.0.0.zip", + "size": 32006, + "checksum": "SHA-256:5ada1e643d1c4c030a2e01f636cd8764a1ea9298658d04cff0f3d9078294a39f" + }, + { + "name": "PololuOLED", + "version": "2.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Arduino library for displaying text and graphics on a SH1106 OLED display.", + "paragraph": "This is a library for the Arduino IDE that allows you to display text and graphics on a 128x64 SH1106 OLED display connected via SPI. It allows for efficient display of text without requiring you to store the state of every pixel in RAM.", + "website": "https://github.com/pololu/pololu-oled-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/pololu-oled-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuOLED-2.0.0.zip", + "archiveFileName": "PololuOLED-2.0.0.zip", + "size": 32178, + "checksum": "SHA-256:7d537f4cfe787f2f6d622a88b845e052130ec733764c33b419f542ef94a5bfbe" + }, + { + "name": "ManuvrDrivers", + "version": "1.3.2", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A collection of non-blocking flexible hardware drivers written around CppPotpourri.", + "website": "https://github.com/jspark311/ManuvrDrivers", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/ManuvrDrivers.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/ManuvrDrivers-1.3.2.zip", + "archiveFileName": "ManuvrDrivers-1.3.2.zip", + "size": 198499, + "checksum": "SHA-256:2a8c2ec7991f17662217ef0321856695618b42fe1f0f672b7cc26a7ea42c46c1" + }, + { + "name": "ManuvrDrivers", + "version": "1.3.3", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A collection of non-blocking flexible hardware drivers written around CppPotpourri.", + "website": "https://github.com/jspark311/ManuvrDrivers", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/ManuvrDrivers.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/ManuvrDrivers-1.3.3.zip", + "archiveFileName": "ManuvrDrivers-1.3.3.zip", + "size": 406937, + "checksum": "SHA-256:c14c5f83de9c66c5728a76d3dce51d30b68125891f8d12ca2f47fecad3d224a2" + }, + { + "name": "ManuvrDrivers", + "version": "1.4.1", + "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", + "sentence": "A collection of non-blocking flexible hardware drivers written around CppPotpourri.", + "website": "https://github.com/jspark311/ManuvrDrivers", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jspark311/ManuvrDrivers.git", + "dependencies": [ + { + "name": "CppPotpourri" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/ManuvrDrivers-1.4.1.zip", + "archiveFileName": "ManuvrDrivers-1.4.1.zip", + "size": 413229, + "checksum": "SHA-256:7f7695e5328c5c01af6f843ad15667d28177893c7615da2e0b88c454488d1c27" + }, + { + "name": "CRMui3", + "version": "1.0.0", + "author": "CRM.DEV", + "maintainer": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "license": "Apache-2.0 License", + "sentence": "Build a web app for ESP8266 and ESP32 in your project in minutes!", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "providesIncludes": [ + "CRMui3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.0.0.zip", + "archiveFileName": "CRMui3-1.0.0.zip", + "size": 2486216, + "checksum": "SHA-256:c9a5cf4398dbac8ae6af2a825e6890d46aa4d2de62f9a9de7f6a410dd661fa7e" + }, + { + "name": "CRMui3", + "version": "1.0.1", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.0.1.zip", + "archiveFileName": "CRMui3-1.0.1.zip", + "size": 2489780, + "checksum": "SHA-256:9a441365ac3421570f27b540f6a83eea11077e8315a92f124dcdc5f19c96662f" + }, + { + "name": "CRMui3", + "version": "1.1.0", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.1.0.zip", + "archiveFileName": "CRMui3-1.1.0.zip", + "size": 2542211, + "checksum": "SHA-256:27cc88781477e64615af64837aea7e4fece8fa9eaf1869e5fde0ef4e57c452bb" + }, + { + "name": "CRMui3", + "version": "1.1.1", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.1.1.zip", + "archiveFileName": "CRMui3-1.1.1.zip", + "size": 2546127, + "checksum": "SHA-256:771153c6d2388d5f5024a598cee9c58fdeff72821d2e0f310edb8db64e99c11a" + }, + { + "name": "CRMui3", + "version": "1.2.0", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.2.0.zip", + "archiveFileName": "CRMui3-1.2.0.zip", + "size": 2608805, + "checksum": "SHA-256:2e2bcd8cb53cb89cf5f593e7d97011c1de8ab1031187b9a752d7b3f03269c084" + }, + { + "name": "CRMui3", + "version": "1.2.1", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.2.1.zip", + "archiveFileName": "CRMui3-1.2.1.zip", + "size": 2608798, + "checksum": "SHA-256:6e25a2dfe8550679d4f9137f9e6cd07c70dd0c90a9524a23e8928b3f5c8c1628" + }, + { + "name": "CRMui3", + "version": "1.2.3", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.2.3.zip", + "archiveFileName": "CRMui3-1.2.3.zip", + "size": 2609564, + "checksum": "SHA-256:9ba95ca834f0c8dcfc2c0aadebadbaa2943f7fa15ceac2ad8a1dcfa2dc43890b" + }, + { + "name": "CRMui3", + "version": "1.2.4", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 WebFramework build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop/", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino_esp8266", + "arduino_esp32", + "_CRMui_for_ESP" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.2.4.zip", + "archiveFileName": "CRMui3-1.2.4.zip", + "size": 2610833, + "checksum": "SHA-256:b23dc2f58032bd9e0208e20a1af22c9c5a608a10719dccb9a2ad047637a338b2" + }, + { + "name": "CRMui3", + "version": "1.2.5", + "author": "CRM.DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM.DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 WebFramework build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop/", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "arduino_esp8266", + "arduino_esp32", + "_CRMui_for_ESP" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.2.5.zip", + "archiveFileName": "CRMui3-1.2.5.zip", + "size": 2611748, + "checksum": "SHA-256:4c7c2426228f20ed40c1b136e2fadc3debcefe1ff5b9b002d4edc5cffd1dd1a5" + }, + { + "name": "CRMui3", + "version": "1.4.0", + "author": "CRM/DEV \u003ccrm.dev@bk.ru\u003e", + "maintainer": "CRM/DEV", + "license": "Apache-2.0 License", + "sentence": "CRMui3 WebFramework build a web app (Web UI) for ESP8266 and ESP32 in your project in minutes! / CRMui3 WebFramework для esp8266 и esp32. Позволяет быстро и просто создать веб интерфейс для настройки и управления устройством.", + "paragraph": "Works with boards like ESP8266, ESP32.", + "website": "https://t.me/s/CRMdevelop/", + "category": "Communication", + "architectures": [ + "ESP8266", + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/WonderCRM/CRMui3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WonderCRM/CRMui3-1.4.0.zip", + "archiveFileName": "CRMui3-1.4.0.zip", + "size": 987238, + "checksum": "SHA-256:89f40631c85a5930ccc9fdbaaeb7e6c52f35c321d7bb62db0ebeff44644badcf" + }, + { + "name": "NanoConnectHcSr04", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "HC-SR04 support for the Arduino Nano RP2040 Connect.", + "paragraph": "Monitor HC-SR04 type distance sensors on the Arduino Nano RP2040 Connect using an RP2040 PIO processor.", + "website": "https://github.com/MrYsLab/NanoConnectHcSr04", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/NanoConnectHcSr04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NanoConnectHcSr04-1.0.0.zip", + "archiveFileName": "NanoConnectHcSr04-1.0.0.zip", + "size": 19977, + "checksum": "SHA-256:238063e8f9208aa7bc3a4819d61d417fb91c87b8b3da1d7225cd08d5d005ccec" + }, + { + "name": "NanoConnectHcSr04", + "version": "1.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "HC-SR04 support for the Arduino Nano RP2040 Connect.", + "paragraph": "Monitor HC-SR04 type distance sensors on the Arduino Nano RP2040 Connect using an RP2040 PIO processor.", + "website": "https://github.com/MrYsLab/NanoConnectHcSr04", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/NanoConnectHcSr04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/NanoConnectHcSr04-1.0.1.zip", + "archiveFileName": "NanoConnectHcSr04-1.0.1.zip", + "size": 19977, + "checksum": "SHA-256:618065067df872b1d3c613a86ffc232f2e58fcfcd69f510cdbfcde6aa90258cf" + }, + { + "name": "Bluepad32", + "version": "0.99.0", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like Nano RP2040 Connect, Nano 33 IoT, etc.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/arduino_bluepad32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "BP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-0.99.0.zip", + "archiveFileName": "Bluepad32-0.99.0.zip", + "size": 1286784, + "checksum": "SHA-256:d24ec5d5287519f9e5417ea5222a960f03e7e564d6438b7f6dc1d54533d19440" + }, + { + "name": "Bluepad32", + "version": "0.99.1", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like Nano RP2040 Connect, Nano 33 IoT, etc.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-0.99.1.zip", + "archiveFileName": "Bluepad32-0.99.1.zip", + "size": 1286621, + "checksum": "SHA-256:1247db42c8c55f2e346377c9f7941742eaccef79909e4a85a55d3c3b6a91d8a6" + }, + { + "name": "Bluepad32", + "version": "0.99.2", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like Nano RP2040 Connect, Nano 33 IoT, etc.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-0.99.2.zip", + "archiveFileName": "Bluepad32-0.99.2.zip", + "size": 1286726, + "checksum": "SHA-256:ea0adf720478657e1d4e99607ae64774cdf3d771259e6d41e0e6a333da854ae6" + }, + { + "name": "Bluepad32", + "version": "0.99.4", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-0.99.4.zip", + "archiveFileName": "Bluepad32-0.99.4.zip", + "size": 1287019, + "checksum": "SHA-256:5ecce1fd2bcee08e20dd4546e0a8110a69f87d7a41b2837e8316abee6dbdeb73" + }, + { + "name": "Bluepad32", + "version": "1.0.0", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.0.0.zip", + "archiveFileName": "Bluepad32-1.0.0.zip", + "size": 1287150, + "checksum": "SHA-256:08d02439d29611a5f9d8c2113021ba6ec5b5d5347554077363ba19474f8ddd78" + }, + { + "name": "Bluepad32", + "version": "1.1.0", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.1.0.zip", + "archiveFileName": "Bluepad32-1.1.0.zip", + "size": 1288603, + "checksum": "SHA-256:0dd783f85c1fed80aa725e06405ed3ae319d6f529d9012171c16d006c0780133" + }, + { + "name": "Bluepad32", + "version": "1.1.2", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.1.2.zip", + "archiveFileName": "Bluepad32-1.1.2.zip", + "size": 1289111, + "checksum": "SHA-256:55e125320891f8993e8e46aced738f47a6f9322351cf012fb233c8cf4e6e5c2b" + }, + { + "name": "Bluepad32", + "version": "1.1.3", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.1.3.zip", + "archiveFileName": "Bluepad32-1.1.3.zip", + "size": 1289160, + "checksum": "SHA-256:f9e58f69492516409d6edb2737ce5c654d64bd7b1f580ee11e62943f32d75a09" + }, + { + "name": "Bluepad32", + "version": "1.1.4", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.1.4.zip", + "archiveFileName": "Bluepad32-1.1.4.zip", + "size": 1289309, + "checksum": "SHA-256:f553afdafdfb21f8edc3219a76041eb34fd6060d335119e0c108145e978f1a0a" + }, + { + "name": "Bluepad32", + "version": "1.1.5", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.1.5.zip", + "archiveFileName": "Bluepad32-1.1.5.zip", + "size": 1289399, + "checksum": "SHA-256:e7a6cdd231731039fe65cd238b57f9bce88ec43bdbb9c01ec330100d0bb4d8d6" + }, + { + "name": "Bluepad32", + "version": "1.2.0", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.2.0.zip", + "archiveFileName": "Bluepad32-1.2.0.zip", + "size": 1295098, + "checksum": "SHA-256:e581fa564c44f8e06d04cf19d0fd7522d4b89e0f79285797f4321f0371e59bbd" + }, + { + "name": "Bluepad32", + "version": "1.2.1", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.2.1.zip", + "archiveFileName": "Bluepad32-1.2.1.zip", + "size": 1295201, + "checksum": "SHA-256:0367e7bcfe8e2faad01e5639456dc2e7cc8188cfe1e528715d913f6d43cd6bbc" + }, + { + "name": "Bluepad32", + "version": "1.3.0", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.3.0.zip", + "archiveFileName": "Bluepad32-1.3.0.zip", + "size": 1295541, + "checksum": "SHA-256:154023072664c4bb7aa7c33d115acfd018c7f6b2464d6ec5fcb96d425ece9afc" + }, + { + "name": "Bluepad32", + "version": "1.3.1", + "author": "Ricardo Quesada", + "maintainer": "Ricardo Quesada \u003cricardoquesada@gmail.com\u003e", + "sentence": "Enables gamepad support for NINA-based boards like the Nano RP2040 Connect, MKR WiFi 1010, MKR VIDOR 4000, UNO WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can use any Bluetooth gamepad like DualSense, DualShock4, Nintendo Switch, Android gamepads, Xbox One S, etc. Bluetooth mice are also supported.", + "website": "http://gitlab.com/ricardoquesada/bluepad32-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ricardoquesada/bluepad32-arduino.git", + "providesIncludes": [ + "Bluepad32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ricardoquesada/Bluepad32-1.3.1.zip", + "archiveFileName": "Bluepad32-1.3.1.zip", + "size": 1295740, + "checksum": "SHA-256:14d74ed54388c310623a407f6900ccf5857b66fffed474a73e815c7ec2c2f9e2" + }, + { + "name": "AEBO", + "version": "0.0.2", + "author": "Aerobotics Global", + "maintainer": "Lokesh Kode \u003clokeshkode@aeroboticsglobal.com\u003e", + "sentence": "A library useful for AEBO robot.", + "paragraph": "Developed by Aerobotics Global Team.", + "website": "https://www.aeroboticsglobal.com/", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AeroboticsGlobalTeam/AEBO.git", + "providesIncludes": [ + "AEBO.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AeroboticsGlobalTeam/AEBO-0.0.2.zip", + "archiveFileName": "AEBO-0.0.2.zip", + "size": 1991, + "checksum": "SHA-256:98ba875dccf49423eba532cade82331352715a55f9edc29ee54de1578acd6729" + }, + { + "name": "AEBO", + "version": "0.0.3", + "author": "Aerobotics Global", + "maintainer": "Aerobotics Global \u003ctech@aeroboticsglobal.com\u003e", + "sentence": "A library useful for AEBO robot.", + "paragraph": "Developed by Aerobotics Global Team.", + "website": "https://www.aeroboticsglobal.com/", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AeroboticsGlobalTeam/AEBO.git", + "providesIncludes": [ + "AEBO.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AeroboticsGlobalTeam/AEBO-0.0.3.zip", + "archiveFileName": "AEBO-0.0.3.zip", + "size": 4150, + "checksum": "SHA-256:c8d081b441c4288318e38edab3c744d9b4c9e1b89b4e12111f6fc283ac899d2f" + }, + { + "name": "RV8803Tiny", + "version": "0.0.1", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.1.zip", + "archiveFileName": "RV8803Tiny-0.0.1.zip", + "size": 9697, + "checksum": "SHA-256:9b7607a9452135e635f03feefcc9e690fd99f7cda7fdade003d2851fce59d224" + }, + { + "name": "RV8803Tiny", + "version": "0.0.2", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.2.zip", + "archiveFileName": "RV8803Tiny-0.0.2.zip", + "size": 9748, + "checksum": "SHA-256:e5e0a5ffebcd9f8b356d26d736726407bb4a5df4271eacd0d2a0b2b834ef74dc" + }, + { + "name": "RV8803Tiny", + "version": "0.0.4", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "dependencies": [ + { + "name": "TinyMegaI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.4.zip", + "archiveFileName": "RV8803Tiny-0.0.4.zip", + "size": 1141499, + "checksum": "SHA-256:8bb975acd2f689ee9d8d18a9dc0011658f28d63f67eb01124c466426cca24926" + }, + { + "name": "RV8803Tiny", + "version": "0.0.5", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "dependencies": [ + { + "name": "TinyMegaI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.5.zip", + "archiveFileName": "RV8803Tiny-0.0.5.zip", + "size": 1141670, + "checksum": "SHA-256:51e930fc2a88c6eb056c044fded8994f07fdde0aa58e408632eab79451a92376" + }, + { + "name": "RV8803Tiny", + "version": "0.0.6", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "dependencies": [ + { + "name": "TinyMegaI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.6.zip", + "archiveFileName": "RV8803Tiny-0.0.6.zip", + "size": 1141702, + "checksum": "SHA-256:0263dfc204510c2f49ab09611ecaea8cfbf617db839c4db0a7f169e197e10b13" + }, + { + "name": "RV8803Tiny", + "version": "0.0.7", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "dependencies": [ + { + "name": "TinyMegaI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.7.zip", + "archiveFileName": "RV8803Tiny-0.0.7.zip", + "size": 1141680, + "checksum": "SHA-256:c12b86b740c5453ce901abecd4289586acaf01021beb22e4500f41bab0af74e8" + }, + { + "name": "RV8803Tiny", + "version": "0.0.8", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "dependencies": [ + { + "name": "TinyMegaI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.8.zip", + "archiveFileName": "RV8803Tiny-0.0.8.zip", + "size": 1141792, + "checksum": "SHA-256:7080f851ab179aa3cea7aaa8906575e1d5eea56e17494d9faf947d9ae2380740" + }, + { + "name": "RV8803Tiny", + "version": "0.0.9", + "author": "Saurabh Datta", + "maintainer": "Saurabh Datta", + "sentence": "A library to drive the RV8803 extremely precise, extremely low power, real-time clock from new ATTINY series that run on MegaTinyCore.", + "paragraph": "The RV-8803 is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time from the RTC in 24 hour Mode. The library itself uses a modifed i2C support library, underneath, as an alt for old wire library from effciency, memory and power saving for those low power low mem uCs. This library will not work on Tradional Arduino boards and or Atmel chips but only few new ATTINY series chips.", + "website": "https://github.com/dattasaurabh82/RV8803Tiny", + "category": "Timing", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dattasaurabh82/RV8803Tiny.git", + "dependencies": [ + { + "name": "TinyMegaI2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dattasaurabh82/RV8803Tiny-0.0.9.zip", + "archiveFileName": "RV8803Tiny-0.0.9.zip", + "size": 1141853, + "checksum": "SHA-256:66e20b53feead8377d2d481ae081ef3b389cb140b70f6aa19d5ab3f9f3fe37b8" + }, + { + "name": "SimpleBME280", + "version": "1.0.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Simple library for Bosch Sensortec BME280 I2C.", + "paragraph": "Very tiny and fast (with default settings). Allow user to configure sensor.", + "website": "https://gitlab.com/riva-lab/SimpleBME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/riva-lab/SimpleBME280.git", + "providesIncludes": [ + "SimpleBME280.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/SimpleBME280-1.0.0.zip", + "archiveFileName": "SimpleBME280-1.0.0.zip", + "size": 13106, + "checksum": "SHA-256:957c4f89f4dc8c9607f5a9c02917ddd2663571a55460ccb879ffda956a9d5a04" + }, + { + "name": "SimpleMeteoCalc", + "version": "1.0.0", + "author": "Riva", + "maintainer": "Riva", + "sentence": "Simple library for calculate weather parameters using T-H-P basics.", + "paragraph": "You can easy calculate different weather parameters using three basic parameters, which is temperature, relative humidity and athmospheric pressure. You can calculate dew point, saturated steam pressure, steam partial pressure, absolute humidity, effective temperature (also known as t. by feeling), t. in Kelvins or Fahrenheits, pressure in mmHg, altitude above sea level in meters, pressure on user defined altitude in Pa or mmHg.", + "website": "https://gitlab.com/riva-lab/SimpleMeteoCalc", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/riva-lab/SimpleMeteoCalc.git", + "providesIncludes": [ + "SimpleMeteoCalc.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/riva-lab/SimpleMeteoCalc-1.0.0.zip", + "archiveFileName": "SimpleMeteoCalc-1.0.0.zip", + "size": 10475, + "checksum": "SHA-256:903088cad41a29381203eb65ce3129fc59c3dc3b5ea8c27897afd38a0449a40b" + }, + { + "name": "ESP32SPISlave", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI Slave library for ESP32", + "paragraph": "SPI Slave library for ESP32", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32SPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32SPISlave-0.1.0.zip", + "archiveFileName": "ESP32SPISlave-0.1.0.zip", + "size": 15666, + "checksum": "SHA-256:4d0786f03267a3e4cac7b3280b6214db82a663e8c23425323a11ef5bf5e2a67d" + }, + { + "name": "ESP32SPISlave", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI Slave library for ESP32", + "paragraph": "SPI Slave library for ESP32", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32SPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32SPISlave-0.1.1.zip", + "archiveFileName": "ESP32SPISlave-0.1.1.zip", + "size": 15668, + "checksum": "SHA-256:9e270d2f53c6db53c08d007525fa543f88ae338541b283e8c17df72170363b92" + }, + { + "name": "ESP32SPISlave", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI Slave library for ESP32", + "paragraph": "SPI Slave library for ESP32", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32SPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32SPISlave-0.1.2.zip", + "archiveFileName": "ESP32SPISlave-0.1.2.zip", + "size": 15678, + "checksum": "SHA-256:d152733d12c2cccafe6c1c90728a00392c09c9bf4f6d55e71d8022d5585fd594" + }, + { + "name": "ESP32SPISlave", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI Slave library for ESP32", + "paragraph": "SPI Slave library for ESP32", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32SPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32SPISlave-0.2.0.zip", + "archiveFileName": "ESP32SPISlave-0.2.0.zip", + "size": 11341, + "checksum": "SHA-256:8e6e24c5dc9afcd9478bf253a5c41bf16d9c589978877f75ce7de34c673128ac" + }, + { + "name": "ESP32SPISlave", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "SPI Slave library for ESP32", + "paragraph": "SPI Slave library for ESP32", + "website": "https://github.com/hideakitai", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ESP32SPISlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32SPISlave-0.3.0.zip", + "archiveFileName": "ESP32SPISlave-0.3.0.zip", + "size": 12912, + "checksum": "SHA-256:36244b69d8d1a31f9773c1cd022d32fdd6561aadcca031c91a95dec121bc01e6" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.2", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": [ + "AWSConfig.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.2.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.2.zip", + "size": 12770, + "checksum": "SHA-256:bc71aed3bb34ef8d61e13b67ae8f6765068c7daeeeca37a1de3a0b831d839777" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.3", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": [ + "Zentser_ESP_SDK.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.3.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.3.zip", + "size": 14668, + "checksum": "SHA-256:3e00eaa5028f115ee1bc0542845fbc135b94ee644d84d1d11a0600d7d17deb22" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.5", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": [ + "Zentser_ESP_SDK.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.5.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.5.zip", + "size": 18193, + "checksum": "SHA-256:0474692109564703e10d2441a56e9b00abb05860d3fe1b2db99e5868df5967a8" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.6", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": [ + "Zentser_ESP_SDK.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.6.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.6.zip", + "size": 18251, + "checksum": "SHA-256:af14b2783ad409b2d7686637e35e6dd616a1664b6472c3b9683d1cb4353f3108" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.7", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": [ + "Zentser_ESP_SDK.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.7.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.7.zip", + "size": 19704, + "checksum": "SHA-256:8d8528594bd6517c59e89dd9c00f35f4e1a1360bacf4aa878a14499cc1a3f657" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.8", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": [ + "Zentser_ESP_SDK.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.8.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.8.zip", + "size": 21480, + "checksum": "SHA-256:a872d164b814a000e05840432de8e665141e8d32cd2b317e8340b2fabeaa6c7c" + }, + { + "name": "Zentser ESP SDK", + "version": "0.0.9", + "author": "Zentser Team", + "maintainer": "Zentser Team", + "license": "MIT", + "sentence": "Zentser library for ESP8266 or ESP32", + "paragraph": "A library for connecting Espressif devices with Sensors to a Zentser Mobile App", + "website": "https://github.com/Zentser/esp-zentser-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Zentser/esp-zentser-sdk.git", + "providesIncludes": [ + "Zentser_ESP_SDK.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zentser/Zentser_ESP_SDK-0.0.9.zip", + "archiveFileName": "Zentser_ESP_SDK-0.0.9.zip", + "size": 20801, + "checksum": "SHA-256:48080d272c78e6be2343590c2cfb881c87ac96c03ac851ef7e2655cbb7166bf7" + }, + { + "name": "SSVLongTime", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Singleton class to return uptime in seconds.", + "paragraph": "Does not overfloat as fast as millis().", + "website": "https://github.com/SergeSkor/SSVLongTime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVLongTime.git", + "providesIncludes": [ + "SSVLongTime.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVLongTime-1.0.0.zip", + "archiveFileName": "SSVLongTime-1.0.0.zip", + "size": 4041, + "checksum": "SHA-256:aeb1e1a6796e2425a4829758b83669fca56671bd66e0ab1ae65b5a9d31b8b81c" + }, + { + "name": "SSVAnySensor", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to incorporate logic of practically any sensor.", + "paragraph": "You have to define functions to perform measurement and reporting a far as parameters to schedule measurement and reporting. Also incorporates simple statistical calculations - average, min, max, count, sum, stddev, so on...", + "website": "https://github.com/SergeSkor/SSVAnySensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVAnySensor.git", + "providesIncludes": [ + "SSVAnySensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVAnySensor-1.0.0.zip", + "archiveFileName": "SSVAnySensor-1.0.0.zip", + "size": 6345, + "checksum": "SHA-256:32acc2408007bb1c19c86fb5d18c8fc48d7d562ce2be914e5e8e2196243cb785" + }, + { + "name": "SSVQueueStackArray", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Queue/Stack storage based on array ring buffer.", + "paragraph": "Compatible with any datatype defined on the compile time. Also may act as array, accessing items by index.", + "website": "https://github.com/SergeSkor/SSVQueueStackArray", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVQueueStackArray.git", + "providesIncludes": [ + "SSVQueueStackArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVQueueStackArray-1.0.0.zip", + "archiveFileName": "SSVQueueStackArray-1.0.0.zip", + "size": 10651, + "checksum": "SHA-256:86c3dbe41cb26c2fed1789dfa304a56e54cdde8868f45847458e7c63144caed8" + }, + { + "name": "SSVNTPCoreClass", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Singleton class to get real time over NTP. Based on esp8266 core function configTime(). Supports auto DST per time zone.", + "paragraph": "Allow up to 3 NTP servers, flexible NTP update interval, can return date-time in multiple formats. Tested with esp8266, not tested yet with esp32.", + "website": "https://github.com/SergeSkor/SSVNTPCoreClass", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVNTPCoreClass.git", + "providesIncludes": [ + "SSVNTPCoreClass.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVNTPCoreClass-1.0.0.zip", + "archiveFileName": "SSVNTPCoreClass-1.0.0.zip", + "size": 9839, + "checksum": "SHA-256:d356989735ed7e62c9368cb7c0c5d6124df441722f4da8cac01be6857bfd9e51" + }, + { + "name": "SSVWaitForStringInStream", + "version": "1.0.0", + "author": "Serge Skorodinsky", + "maintainer": "Serge Skorodinsky \u003csergeskor@gmail.com\u003e", + "sentence": "Simple class to compare coming characters one by one, on the fly, from any stream, and compare it with predefined string constants.", + "paragraph": "Return true if match found. May perform case sensitive or case in-sensitive comparison.", + "website": "https://github.com/SergeSkor/SSVWaitForStringInStream", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SergeSkor/SSVWaitForStringInStream.git", + "providesIncludes": [ + "SSVWaitForStringInStream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SergeSkor/SSVWaitForStringInStream-1.0.0.zip", + "archiveFileName": "SSVWaitForStringInStream-1.0.0.zip", + "size": 4433, + "checksum": "SHA-256:0b2aed1c12ed614c41e18f3f6e966a6ddcc1e2e829caa5171e6ff65255345a36" + }, + { + "name": "ESP32_C3_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board", + "paragraph": "These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_C3_TimerInterrupt.h", + "ESP32_C3_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP32_C3_TimerInterrupt-1.4.0.zip", + "size": 74852, + "checksum": "SHA-256:46aaf3bb0f7a4926edc3f6b04aeadc40091d773fbfc069ab62fbdf42b4bcdf3d" + }, + { + "name": "ESP32_C3_TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board", + "paragraph": "These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_C3_TimerInterrupt.h", + "ESP32_C3_ISR_Timer.h", + "ESP32_C3_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_TimerInterrupt-1.5.0.zip", + "archiveFileName": "ESP32_C3_TimerInterrupt-1.5.0.zip", + "size": 309950, + "checksum": "SHA-256:354f299997004ae3a2d161f5a70313ab4f6d7f72d1359f2e0d3007ee3470b4e8" + }, + { + "name": "ESP32_C3_TimerInterrupt", + "version": "1.6.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board", + "paragraph": "These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_C3_TimerInterrupt.h", + "ESP32_C3_ISR_Timer.h", + "ESP32_C3_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_TimerInterrupt-1.6.0.zip", + "archiveFileName": "ESP32_C3_TimerInterrupt-1.6.0.zip", + "size": 309642, + "checksum": "SHA-256:60958a8b25be09da737e9fb77ff8a8265f2093e9da6acf9c2b0304b71a936b49" + }, + { + "name": "ESP32_C3_TimerInterrupt", + "version": "1.7.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board", + "paragraph": "These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_C3_TimerInterrupt.h", + "ESP32_C3_ISR_Timer.h", + "ESP32_C3_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_TimerInterrupt-1.7.0.zip", + "archiveFileName": "ESP32_C3_TimerInterrupt-1.7.0.zip", + "size": 309920, + "checksum": "SHA-256:ad95ccb578594d88c655580469669424fdc94c94931bc9f9d070338809c3e849" + }, + { + "name": "ESP32_C3_TimerInterrupt", + "version": "1.8.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-C3-based board", + "paragraph": "These ESP32-C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_C3_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_C3_TimerInterrupt.h", + "ESP32_C3_ISR_Timer.h", + "ESP32_C3_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_TimerInterrupt-1.8.0.zip", + "archiveFileName": "ESP32_C3_TimerInterrupt-1.8.0.zip", + "size": 312299, + "checksum": "SHA-256:ef4fa33c92d66052ced34716e037ad46512fe587650dd6afc50bfe6b24f5b741" + }, + { + "name": "MotorController", + "version": "1.0.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.0.0.zip", + "archiveFileName": "MotorController-1.0.0.zip", + "size": 3622, + "checksum": "SHA-256:9832f0214e261dc615a323a0f7a593d21063f141c4ce60fc97ad1bea6a1d21c3" + }, + { + "name": "MotorController", + "version": "1.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.0.1.zip", + "archiveFileName": "MotorController-1.0.1.zip", + "size": 3624, + "checksum": "SHA-256:865bb05eb26ebde75e774844961446a8105e50c2f983307deae450755924f8ad" + }, + { + "name": "MotorController", + "version": "1.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.1.0.zip", + "archiveFileName": "MotorController-1.1.0.zip", + "size": 4580, + "checksum": "SHA-256:c30ef53b073089f213bd6514bfd021a7f81947d04a4e70fc1b50f4cbc7c9ab30" + }, + { + "name": "MotorController", + "version": "1.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/ELMduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.2.0.zip", + "archiveFileName": "MotorController-1.2.0.zip", + "size": 6118, + "checksum": "SHA-256:08a69c0df2e7da0064cf86700c1ca232c78e96ee8a1caff002ef9ca5d3b7ba11" + }, + { + "name": "MotorController", + "version": "1.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Easy to use Arduino library to control virtually any DC motor controller", + "paragraph": "Easy to use Arduino library to control virtually any DC motor controller", + "website": "https://github.com/PowerBroker2/MotorController", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/MotorController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MotorController-1.2.1.zip", + "archiveFileName": "MotorController-1.2.1.zip", + "size": 6114, + "checksum": "SHA-256:27fabb4465ff61bb5ec923e7afc74d2de44c00273e5653743804aad03b6a0408" + }, + { + "name": "FTTech Aqualabo Sensors", + "version": "1.0.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "paragraph": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "website": "https://github.com/FTTechBrasil/AqualaboSensor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/AqualaboSensor.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Aqualabo_Sensors-1.0.0.zip", + "archiveFileName": "FTTech_Aqualabo_Sensors-1.0.0.zip", + "size": 9335, + "checksum": "SHA-256:d023a210aa2c4edee05ddaaf328d6ac8ea2d503f40dbda9c03abf1cab9abade3" + }, + { + "name": "FTTech Aqualabo Sensors", + "version": "1.0.1", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "paragraph": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485. Based in the work of ElectronicCats and Libelium.", + "website": "https://github.com/FTTechBrasil/AqualaboSensor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/AqualaboSensor.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Aqualabo_Sensors-1.0.1.zip", + "archiveFileName": "FTTech_Aqualabo_Sensors-1.0.1.zip", + "size": 9629, + "checksum": "SHA-256:00fb4469e511a59010c184c9062b3b7686c97429c984263c93e8e936b2b27dac" + }, + { + "name": "FTTech Aqualabo Sensors", + "version": "1.0.2", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485", + "paragraph": "Aqualabo Sensor Library for Arduino, using ArduinoModbus through RS485. Based in the work of ElectronicCats and Libelium.", + "website": "https://github.com/FTTechBrasil/AqualaboSensor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/AqualaboSensor.git", + "dependencies": [ + { + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Aqualabo_Sensors-1.0.2.zip", + "archiveFileName": "FTTech_Aqualabo_Sensors-1.0.2.zip", + "size": 9648, + "checksum": "SHA-256:106a82e471a5ce6a0d119ad806b1739f2cc689c8f8125c32e68a92d6826221b3" + }, + { + "name": "DisplayMenu", + "version": "0.0.84", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event allowing you to connect buttons and labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": [ + "DisplayMenu.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.0.84.zip", + "archiveFileName": "DisplayMenu-0.0.84.zip", + "size": 42209, + "checksum": "SHA-256:3bb461676248e1436521e821845fd71be300c3f52bf2ee69d3ba9719c093335a" + }, + { + "name": "DisplayMenu", + "version": "0.0.85", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event allowing you to connect buttons and labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": [ + "DisplayMenu.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.0.85.zip", + "archiveFileName": "DisplayMenu-0.0.85.zip", + "size": 42413, + "checksum": "SHA-256:dfef3059ecbf46880379b18fd3db318bd04f5e892f1090234a2f3ba036d10996" + }, + { + "name": "DisplayMenu", + "version": "0.9.0", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event to link text on buttons text labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": [ + "DisplayMenu.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.9.0.zip", + "archiveFileName": "DisplayMenu-0.9.0.zip", + "size": 42685, + "checksum": "SHA-256:ad511a93be1de154b197df7d31c8b6ca981ce60fa59754661f0c903b0fce33f2" + }, + { + "name": "DisplayMenu", + "version": "0.9.1", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event to link text on buttons text labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": [ + "DisplayMenu.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.9.1.zip", + "archiveFileName": "DisplayMenu-0.9.1.zip", + "size": 42986, + "checksum": "SHA-256:9a676642012e87e1ebf03b91aea9b6da65ad54299a3ff6853c617b1e08623be2" + }, + { + "name": "DisplayMenu", + "version": "0.9.2", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. Allows you to create an custom onDraw event to link text on buttons text labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": [ + "DisplayMenu.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-0.9.2.zip", + "archiveFileName": "DisplayMenu-0.9.2.zip", + "size": 42981, + "checksum": "SHA-256:7a3d4319978bd1d1153aa134a7fafff4f907e706228f87cc6b9f32d69f6d0947" + }, + { + "name": "DisplayMenu", + "version": "1.0.0", + "author": "guttih \u003cgudjonholm@gmail.com\u003e", + "maintainer": "guttih \u003cgudjonholm@gmail.com\u003e", + "sentence": "This library helps with creating menu pages when using graphical displays supported by the TFT_eSPI library.", + "paragraph": "Create a menu, add pages to that menu and add labels and buttons to the pages. The library allows you to create an custom onDraw event to link text on buttons and labels to your program variables.", + "website": "https://github.com/guttih/DisplayMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/guttih/DisplayMenu.git", + "providesIncludes": [ + "DisplayMenu.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/guttih/DisplayMenu-1.0.0.zip", + "archiveFileName": "DisplayMenu-1.0.0.zip", + "size": 43010, + "checksum": "SHA-256:4be5d5165700f16fe7cd4e9a148bf80e3e420e6594bc0b9db155540fb45b0eca" + }, + { + "name": "unit-system", + "version": "0.5.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "prefix.hpp", + "unit_t.hpp", + "amount.hpp", + "base.hpp", + "electric_current.hpp", + "length.hpp", + "luminous_intensity.hpp", + "mass.hpp", + "temperature.hpp", + "time.hpp", + "acceleration.hpp", + "energy.hpp", + "force.hpp", + "momentum.hpp", + "speed.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.5.0.zip", + "archiveFileName": "unit_system-0.5.0.zip", + "size": 22666, + "checksum": "SHA-256:d93c71ab1dad4942e9a8a2f3b2ed4b8394faa9a4a7a16bc78bf2d06dc281398e" + }, + { + "name": "unit-system", + "version": "0.5.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "prefix.hpp", + "unit_t.hpp", + "amount.hpp", + "base.hpp", + "electric_current.hpp", + "length.hpp", + "luminous_intensity.hpp", + "mass.hpp", + "temperature.hpp", + "time.hpp", + "acceleration.hpp", + "energy.hpp", + "force.hpp", + "momentum.hpp", + "speed.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.5.1.zip", + "archiveFileName": "unit_system-0.5.1.zip", + "size": 25218, + "checksum": "SHA-256:edb1e4a22b962b2e0957f57640887eb868f05a39241a91127e09b0383a95ba42" + }, + { + "name": "unit-system", + "version": "0.5.2", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit-system.hpp", + "prefix.hpp", + "unit_t.hpp", + "amount.hpp", + "base.hpp", + "electric_current.hpp", + "length.hpp", + "luminous_intensity.hpp", + "mass.hpp", + "temperature.hpp", + "time.hpp", + "acceleration.hpp", + "energy.hpp", + "force.hpp", + "momentum.hpp", + "speed.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.5.2.zip", + "archiveFileName": "unit_system-0.5.2.zip", + "size": 25232, + "checksum": "SHA-256:813be4b0316935354a367d0977f9c57feeaaf4264e85bf2ad6cf7721b5ea6c7b" + }, + { + "name": "unit-system", + "version": "0.6.0", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.6.0.zip", + "archiveFileName": "unit_system-0.6.0.zip", + "size": 28968, + "checksum": "SHA-256:b55bb4510416da8f1cb83d9d2617d0ca460e2607e4014fc9192d059727c6e68c" + }, + { + "name": "unit-system", + "version": "0.6.1", + "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", + "license": "LGPLv3", + "sentence": "Handling of SI units", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.6.1.zip", + "archiveFileName": "unit_system-0.6.1.zip", + "size": 28976, + "checksum": "SHA-256:a8265d72997560fadea7bb963859aedab406c963d3dd3e54d81673fe15722204" + }, + { + "name": "unit-system", + "version": "0.7.0", + "author": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "maintainer": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "license": "LGPLv3", + "sentence": "Si unit types for C++", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.7.0.zip", + "archiveFileName": "unit_system-0.7.0.zip", + "size": 25935, + "checksum": "SHA-256:1ec010c74196384772494f887e5d4c84b68aa338b24e290edb1d293a43217a01" + }, + { + "name": "unit-system", + "version": "0.7.1", + "author": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "maintainer": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "license": "LGPLv3", + "sentence": "Si unit types for C++", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.7.1.zip", + "archiveFileName": "unit_system-0.7.1.zip", + "size": 27122, + "checksum": "SHA-256:9ec8e9023a22210b2eb78a53e58893e9c5b4729c1da530de28c49c2a4e21f6e9" + }, + { + "name": "unit-system", + "version": "0.8.0-rc.1", + "author": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "maintainer": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "license": "LGPLv3", + "sentence": "Si unit types for C++", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system-generator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.8.0-rc.1.zip", + "archiveFileName": "unit_system-0.8.0-rc.1.zip", + "size": 29367, + "checksum": "SHA-256:1ffc45983edc95d2fa95e3b3d7d093119219842adfb3b3ce9e3b452c28ea07ca" + }, + { + "name": "unit-system", + "version": "0.8.0-rc3", + "author": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "maintainer": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "license": "LGPLv3", + "sentence": "Si unit types for C++", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system-generator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.8.0-rc3.zip", + "archiveFileName": "unit_system-0.8.0-rc3.zip", + "size": 29494, + "checksum": "SHA-256:bb1791fa934fe21139130f988672b5baa2c9fee8463ef0c5f318cfcc25fae424" + }, + { + "name": "unit-system", + "version": "0.8.0-rc4", + "author": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "maintainer": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "license": "LGPLv3", + "sentence": "Si unit types for C++", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system-generator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.8.0-rc4.zip", + "archiveFileName": "unit_system-0.8.0-rc4.zip", + "size": 30128, + "checksum": "SHA-256:4a1ab8cbaa8767184148bc7ba555c1238453561ef66e28d6eaf074f9ccf504f7" + }, + { + "name": "unit-system", + "version": "0.8.0-rc5", + "author": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "maintainer": "Noa Sakurajin \u003cdev@noasakurajin.de\u003e", + "license": "LGPLv3", + "sentence": "Si unit types for C++", + "paragraph": "\"This library provides implementations to work with the SI unit system. Units can be converted and combined as needed. If any type is missing is is easy to just write your own based on the unit_t template.\"", + "website": "https://github.com/noah1510/unit-system-generator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unit-system-exports/unit-system-arduino.git", + "providesIncludes": [ + "unit_system.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unit-system-exports/unit_system-0.8.0-rc5.zip", + "archiveFileName": "unit_system-0.8.0-rc5.zip", + "size": 30158, + "checksum": "SHA-256:5adab23a35f5b480fadd94a779a20fa7c244c4870f4e6d51e60ee5887c8ea16a" + }, + { + "name": "Bugtton", + "version": "1.0.4", + "author": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "maintainer": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "sentence": "Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.", + "paragraph": "It's fast and I want it faster.", + "website": "https://github.com/sakabug/Bugtton", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sakabug/Bugtton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakabug/Bugtton-1.0.4.zip", + "archiveFileName": "Bugtton-1.0.4.zip", + "size": 8458, + "checksum": "SHA-256:c9934012e6aecd756bc8ef35e68a1fbf1e59581bb1481ce2f8cdb1064f7b66a3" + }, + { + "name": "Bugtton", + "version": "1.0.5", + "author": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "maintainer": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "sentence": "Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.", + "paragraph": "Library tries to minimize any excess cycle time when buttons are unpressed. Individual Active-Low and Active-High.", + "website": "https://github.com/sakabug/Bugtton", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sakabug/Bugtton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakabug/Bugtton-1.0.5.zip", + "archiveFileName": "Bugtton-1.0.5.zip", + "size": 9679, + "checksum": "SHA-256:27c4baeca5642069d36120f6ad0e5394d9bd75096075f89b72944c3fd497c811" + }, + { + "name": "Bugtton", + "version": "1.0.6", + "author": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "maintainer": "Sami Kaukasalo \u003csami.kaukasalo@puimurigames.fi\u003e", + "sentence": "Fast button debounce library for ATmega328P. Uses registers instead of digitalRead.", + "paragraph": "Library tries to minimize any excess cycle time when buttons are unpressed. Individual Active-Low and Active-High.", + "website": "https://github.com/sakabug/Bugtton", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sakabug/Bugtton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakabug/Bugtton-1.0.6.zip", + "archiveFileName": "Bugtton-1.0.6.zip", + "size": 9672, + "checksum": "SHA-256:f0a01869ca830505296f3ef9ee33146478405574eceefbd071d1e3fe9360d66c" + }, + { + "name": "Geekble_LieDetector", + "version": "1.0.0", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Library for Geekble LieDetector", + "paragraph": "Library for Geekble LieDetector. Other Functions/Library depend on Timer Counter 1 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_LieDetector", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geekbleofficial/Geekble_LieDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_LieDetector-1.0.0.zip", + "archiveFileName": "Geekble_LieDetector-1.0.0.zip", + "size": 10955, + "checksum": "SHA-256:bbdd61d7d46f9d9fc954a5f7ff3cad4dabbf50447d36bd9b0bdaf6472e4a5af6" + }, + { + "name": "Geekble_LieDetector", + "version": "1.1.0", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Library for Geekble LieDetector", + "paragraph": "Library for Geekble LieDetector. Other Functions/Library depend on Timer Counter 1 will affected.", + "website": "https://github.com/geekbleofficial/Geekble_LieDetector", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/geekbleofficial/Geekble_LieDetector.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekbleofficial/Geekble_LieDetector-1.1.0.zip", + "archiveFileName": "Geekble_LieDetector-1.1.0.zip", + "size": 15903, + "checksum": "SHA-256:b03739811dee37e1ea1dcb2ac270dc4d6ea6c1fc3dfa9b2842c0c456247e3293" + }, + { + "name": "Azure RTOS ThreadX", + "version": "1.0.0", + "author": "Microsoft", + "maintainer": "Neo Xiong \u003cxiongyu0523@gmail.com\u003e", + "sentence": "Azure RTOS ThreadX Library for Arduino", + "paragraph": "Bring Azure RTOS to Arduino for maker. Refer to https://github.com/azure-rtos/threadx for official release from Microsoft.", + "website": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino", + "category": "Timing", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino.git", + "providesIncludes": [ + "tx_api.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xiongyu0523/Azure_RTOS_ThreadX-1.0.0.zip", + "archiveFileName": "Azure_RTOS_ThreadX-1.0.0.zip", + "size": 471197, + "checksum": "SHA-256:1e4c1a21e149ec9dd9c69189336674b8cdee26221b584b01e11ccf9589c57ae8" + }, + { + "name": "Azure RTOS ThreadX", + "version": "1.0.1", + "author": "Microsoft", + "maintainer": "Neo Xiong \u003cxiongyu0523@gmail.com\u003e", + "sentence": "Azure RTOS ThreadX Library for Arduino", + "paragraph": "Bring Azure RTOS to Arduino for maker. Refer to https://github.com/azure-rtos/threadx for official release from Microsoft.", + "website": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino", + "category": "Timing", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino.git", + "providesIncludes": [ + "tx_api.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xiongyu0523/Azure_RTOS_ThreadX-1.0.1.zip", + "archiveFileName": "Azure_RTOS_ThreadX-1.0.1.zip", + "size": 503430, + "checksum": "SHA-256:5bcfc0cc1298f6f41b80917ae9a1997a043e4c360587d4cdeb6a9470579d4cd1" + }, + { + "name": "Azure RTOS ThreadX", + "version": "1.0.2", + "author": "Microsoft", + "maintainer": "Neo Xiong \u003cxiongyu0523@gmail.com\u003e", + "sentence": "Azure RTOS ThreadX Library for Arduino", + "paragraph": "Bring Azure RTOS to Arduino for maker. Refer to https://github.com/azure-rtos/threadx for official release from Microsoft.", + "website": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino", + "category": "Timing", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino.git", + "providesIncludes": [ + "tx_api.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xiongyu0523/Azure_RTOS_ThreadX-1.0.2.zip", + "archiveFileName": "Azure_RTOS_ThreadX-1.0.2.zip", + "size": 504783, + "checksum": "SHA-256:1ed74d5c61fa54c4cd874e84bb090518ff78828280f3323b97bbe263a2cae753" + }, + { + "name": "Azure RTOS ThreadX", + "version": "1.0.3", + "author": "Microsoft", + "maintainer": "Neo Xiong \u003cxiongyu0523@gmail.com\u003e", + "sentence": "Azure RTOS ThreadX Library for Arduino", + "paragraph": "Bring Azure RTOS to Arduino for maker. Refer to https://github.com/azure-rtos/threadx for official release from Microsoft.", + "website": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino", + "category": "Timing", + "architectures": [ + "samd", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xiongyu0523/AzureRTOS-ThreadX-For-Arduino.git", + "providesIncludes": [ + "tx_api.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xiongyu0523/Azure_RTOS_ThreadX-1.0.3.zip", + "archiveFileName": "Azure_RTOS_ThreadX-1.0.3.zip", + "size": 619556, + "checksum": "SHA-256:61f2ecc126d916d44b2ba6c9849fd2ba9b6f40d0592beb300f9f05c0d7386cf0" + }, + { + "name": "XMC_Servo", + "version": "1.0.1", + "author": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "maintainer": "Paul Carpenter \u003cpaul@pcserviceselectronics.co.uk\u003e", + "sentence": "Allows Infineon XMC arm boards using Hardware PWM to control a variety of servo motors and controls.", + "paragraph": "This library can control a number of servos.\u003cbr /\u003eUses on-board Hardware PWM timers: the library can control as many servos as the board supports (currently 4 to 23 dependent on board).\u003cbr /\u003eOn the Infineon XMC4700 Relax you can control up to 23 servos.", + "website": "https://github.com/techpaul/XMC_Servo.git", + "category": "Device Control", + "architectures": [ + "xmc", + "arm" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/techpaul/XMC_Servo.git", + "providesIncludes": [ + "Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/techpaul/XMC_Servo-1.0.1.zip", + "archiveFileName": "XMC_Servo-1.0.1.zip", + "size": 247465, + "checksum": "SHA-256:9e9d9d9349cef854d47344f0eb5eac3506d28926e6c74805b880fd67bbade868" + }, + { + "name": "indhilib", + "version": "1.0.0", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": [ + "indhilib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.0.zip", + "archiveFileName": "indhilib-1.0.0.zip", + "size": 6013949, + "checksum": "SHA-256:a42caac424e426dcb4724af4376729ff96d93243556b34b5c5136a227920f919" + }, + { + "name": "indhilib", + "version": "1.0.1", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": [ + "indhilib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.1.zip", + "archiveFileName": "indhilib-1.0.1.zip", + "size": 6010185, + "checksum": "SHA-256:f31b898d40050fe6676c875f94b4015dfc293c1389278fcf5e6ae203f30223b7" + }, + { + "name": "indhilib", + "version": "1.0.2", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": [ + "indhilib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.2.zip", + "archiveFileName": "indhilib-1.0.2.zip", + "size": 6010172, + "checksum": "SHA-256:a0f89c745ca46f7a234849bd195dbb5ce3808efc8c4d97fdf0ffd10790e40b64" + }, + { + "name": "indhilib", + "version": "1.0.3", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "providesIncludes": [ + "indhilib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-1.0.3.zip", + "archiveFileName": "indhilib-1.0.3.zip", + "size": 6009721, + "checksum": "SHA-256:477301b134b1f310b0a71e807d32b2a167f70de610987e1ea8f862b5df2bc3d4" + }, + { + "name": "indhilib", + "version": "3.0.0", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi developer platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-3.0.0.zip", + "archiveFileName": "indhilib-3.0.0.zip", + "size": 2027946, + "checksum": "SHA-256:deca197a39020912faba48127c461d9057120476bd120c4a4bef0e1a48bc0421" + }, + { + "name": "indhilib", + "version": "3.0.1", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi developer platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-3.0.1.zip", + "archiveFileName": "indhilib-3.0.1.zip", + "size": 86290, + "checksum": "SHA-256:a68561a2042ab16d576ecbef1d7be271c638111b4fecc0d535383dfd1a0bd797" + }, + { + "name": "indhilib", + "version": "3.0.2", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi developer platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-3.0.2.zip", + "archiveFileName": "indhilib-3.0.2.zip", + "size": 85883, + "checksum": "SHA-256:62d2f20b43325d28d83a6eed7cf47b2d4fd2d0cdd47059452a57101544679c15" + }, + { + "name": "indhilib", + "version": "3.0.3", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi developer platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-3.0.3.zip", + "archiveFileName": "indhilib-3.0.3.zip", + "size": 84087, + "checksum": "SHA-256:f1f429e7065100afb6032e49e480bb39acfabe3a2e98b0b1080681870a840938" + }, + { + "name": "indhilib", + "version": "3.0.4", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi developer platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-3.0.4.zip", + "archiveFileName": "indhilib-3.0.4.zip", + "size": 84922, + "checksum": "SHA-256:611b2edc41ee26453adac37de17e5f78d5e978691ee3365ba8c9ea1656321492" + }, + { + "name": "indhilib", + "version": "3.0.5", + "author": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "maintainer": "Indhi \u003cinfo@dhitechnologies.org\u003e", + "sentence": "ESP32 developer library for using with Indhi platform.", + "paragraph": "Includes App based and token based onbording, communication and messaging with indhi developer platform.", + "website": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dhi-nikhil/indhi-lib-arduino-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhi-nikhil/indhilib-3.0.5.zip", + "archiveFileName": "indhilib-3.0.5.zip", + "size": 86014, + "checksum": "SHA-256:2e7ab0945c99b1e43538f82d0e15ea817e507883f3a9e6bbb568c78e21a56503" + }, + { + "name": "SIKTEC Keys", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "Library for Keypad shield", + "paragraph": "Supports multi keypress combinations, interrupt based triggering, callbacks and more", + "website": "https://github.com/siktec-lab/SIKTEC-Keys", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-Keys.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_Keys-1.0.2.zip", + "archiveFileName": "SIKTEC_Keys-1.0.2.zip", + "size": 11162, + "checksum": "SHA-256:5f972ac25b92aec248368bd5989767b6f3b24a403cbb6e0d74f0439fe0e5e197" + }, + { + "name": "SparkFun Tsunami Super WAV Trigger Qwiic", + "version": "1.0.0", + "author": "Robertsonics, SparkFun Electronics", + "maintainer": "Robertsonics", + "sentence": "A library to control the SparkFun Tsunami Super WAV Trigger Qwiic.", + "paragraph": "Communicates with the Tsunami over I\u003csup\u003e2\u003c/sup\u003eC via Qwiic cable to control audio playback, volume, output selection and much more.", + "website": "https://www.sparkfun.com/products/18159", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Tsunami_Qwiic_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Tsunami_Super_WAV_Trigger_Qwiic-1.0.0.zip", + "archiveFileName": "SparkFun_Tsunami_Super_WAV_Trigger_Qwiic-1.0.0.zip", + "size": 33523, + "checksum": "SHA-256:47f5934ba7d36efb1fad30f4f23f0ec60e3ed03aa0ddeb2012ca27a8b29c8339" + }, + { + "name": "ESP32_S2_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32_S2 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32_S2-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo.git", + "providesIncludes": [ + "ESP32_S2_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP32_S2_ISR_Servo-1.1.0.zip", + "size": 48449, + "checksum": "SHA-256:191cae252d9804ea1695d726447e7db0d28f457abda9ef9d24aba2860004f5e6" + }, + { + "name": "ESP32_S2_ISR_Servo", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32_S2 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32_S2-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo.git", + "providesIncludes": [ + "ESP32_S2_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_ISR_Servo-1.1.1.zip", + "archiveFileName": "ESP32_S2_ISR_Servo-1.1.1.zip", + "size": 48436, + "checksum": "SHA-256:47c5f88664569cb78f9ef50eb946657e04620922ae57e3d86c48e62bb169b39f" + }, + { + "name": "ESP32_S2_ISR_Servo", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32_S2 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32_S2-based board to control 16 or more servo motors. Tested OK with ESP32 core v2.0.5", + "website": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_S2_ISR_Servo.git", + "providesIncludes": [ + "ESP32_S2_ISR_Servo.h", + "ESP32_S2_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_S2_ISR_Servo-1.2.0.zip", + "archiveFileName": "ESP32_S2_ISR_Servo-1.2.0.zip", + "size": 54282, + "checksum": "SHA-256:3aa83136122dda5a19b6ce2e6411b781840082fc8e8193efa092426c849f2e84" + }, + { + "name": "ESP32_C3_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32_C3 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32_C3-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_C3_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_C3_ISR_Servo.git", + "providesIncludes": [ + "ESP32_C3_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP32_C3_ISR_Servo-1.1.0.zip", + "size": 44366, + "checksum": "SHA-256:4440c4ea5ac669abef897af920c60bd9c1f987686b192608e88def944ddcc9d9" + }, + { + "name": "ESP32_C3_ISR_Servo", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32_C3 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32_C3-based board to control 16 or more servo motors. Tested OK with ESP32 core v2.0.5", + "website": "https://github.com/khoih-prog/ESP32_C3_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_C3_ISR_Servo.git", + "providesIncludes": [ + "ESP32_C3_ISR_Servo.h", + "ESP32_C3_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_C3_ISR_Servo-1.2.0.zip", + "archiveFileName": "ESP32_C3_ISR_Servo-1.2.0.zip", + "size": 51565, + "checksum": "SHA-256:4c1b741a4a7bde022a439a768df5aaee6d83b5d3b8a7d45e456659700d92fac5" + }, + { + "name": "SupmeaDO7016", + "version": "0.1.0", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 conversor.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "Nodelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.1.0.zip", + "archiveFileName": "SupmeaDO7016-0.1.0.zip", + "size": 5899, + "checksum": "SHA-256:a15751e5d160e45a25f73f85075ed606ea1f4d27f4083ff172699c64f105505b" + }, + { + "name": "SupmeaDO7016", + "version": "0.1.1", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 conversor.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "NoDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.1.1.zip", + "archiveFileName": "SupmeaDO7016-0.1.1.zip", + "size": 7145, + "checksum": "SHA-256:c11c497807da31fa8ad6149cc0d6e77fb4fd413d30ab8b3c93570232c3e04846" + }, + { + "name": "SupmeaDO7016", + "version": "0.2.0", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 conversor.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "NoDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.2.0.zip", + "archiveFileName": "SupmeaDO7016-0.2.0.zip", + "size": 7143, + "checksum": "SHA-256:d6519b9b602b7cfda772723c4663c8fd3babc0c08675f0dfc8770afdff6173b5" + }, + { + "name": "SupmeaDO7016", + "version": "0.3.0", + "author": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "maintainer": "Carlos Roberto Moratelli \u003ccrmoratelli@gmail.com\u003e", + "sentence": "Communicate and control the Supmea DO7016 oxygen probe.", + "paragraph": "Requires a RS485 converter.", + "website": "https://github.com/crmoratelli/SupmeaDO7016.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/crmoratelli/SupmeaDO7016.git", + "dependencies": [ + { + "name": "ModbusMaster" + }, + { + "name": "NoDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/crmoratelli/SupmeaDO7016-0.3.0.zip", + "archiveFileName": "SupmeaDO7016-0.3.0.zip", + "size": 10710, + "checksum": "SHA-256:0cfb3d0b180a2c59652e9565cf80c89aac595faa41697f4fd26cc6c358a951e7" + }, + { + "name": "SIKTEC_AVR_Controller", + "version": "1.0.6", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "Examples for programming and using SIKTEC AVR Controller Shield", + "paragraph": "This library adds useful examples of using and programming the SIKTEC AVR Controller Shield.", + "website": "https://github.com/siktec-lab/SIKTEC-AVR-Controller", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-AVR-Controller.git", + "dependencies": [ + { + "name": "SIKTEC_Rotary" + }, + { + "name": "SIKTEC_SdExplore" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ImageReader Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_AVR_Controller-1.0.6.zip", + "archiveFileName": "SIKTEC_AVR_Controller-1.0.6.zip", + "size": 1118523, + "checksum": "SHA-256:f3455d69de1b90dd3f85988fbdee7acffbdeaa8ec2c9869bf4f394cf877d2ddd" + }, + { + "name": "heltec-eink-modules", + "version": "1.0.0", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@mail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-1.0.0.zip", + "archiveFileName": "heltec_eink_modules-1.0.0.zip", + "size": 8700269, + "checksum": "SHA-256:bac83be539f4268d4a79d8918859ee820c71152133821bacc709adad9578acd4" + }, + { + "name": "heltec-eink-modules", + "version": "1.0.2", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-1.0.2.zip", + "archiveFileName": "heltec_eink_modules-1.0.2.zip", + "size": 8717132, + "checksum": "SHA-256:28b33a6736ec803a17830373a838c3810321ea938bd30e2e14690832546dd857" + }, + { + "name": "heltec-eink-modules", + "version": "1.0.3", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-1.0.3.zip", + "archiveFileName": "heltec_eink_modules-1.0.3.zip", + "size": 8705793, + "checksum": "SHA-256:5b0cdca718126c08c4267355dc64bab08bab2eaf9a636310108cb18ed326755c" + }, + { + "name": "heltec-eink-modules", + "version": "1.0.4", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-1.0.4.zip", + "archiveFileName": "heltec_eink_modules-1.0.4.zip", + "size": 8700854, + "checksum": "SHA-256:dfddcef5150452f5ad93ef6c91c94680cd1a240dcf3228b8d985551d170c2f21" + }, + { + "name": "heltec-eink-modules", + "version": "2.0.0", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.0.0.zip", + "archiveFileName": "heltec_eink_modules-2.0.0.zip", + "size": 8963818, + "checksum": "SHA-256:d55037aafa22507061a9647ca76c8f6bc275b1fc7415e7c913e35f4dbdc7f6fd" + }, + { + "name": "heltec-eink-modules", + "version": "2.1.0", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.1.0.zip", + "archiveFileName": "heltec_eink_modules-2.1.0.zip", + "size": 16227055, + "checksum": "SHA-256:d5d8bad4f89294e0aa7db2ebfc649c8a9ab8b07df162805faf30074d8b6d6570" + }, + { + "name": "heltec-eink-modules", + "version": "2.2.0", + "author": "Todd Herbert", + "maintainer": "Todd \u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.2.0.zip", + "archiveFileName": "heltec_eink_modules-2.2.0.zip", + "size": 16234432, + "checksum": "SHA-256:e80691be73307e074fc5a120213819b7034a4d5185aa44c9ad818599f84159c1" + }, + { + "name": "heltec-eink-modules", + "version": "2.2.1", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.2.1.zip", + "archiveFileName": "heltec_eink_modules-2.2.1.zip", + "size": 16234364, + "checksum": "SHA-256:b5cc470b0197988817b5d4f2c908ddb21e8f545dae1583d8fa1020a153b17c28" + }, + { + "name": "heltec-eink-modules", + "version": "2.2.2", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.2.2.zip", + "archiveFileName": "heltec_eink_modules-2.2.2.zip", + "size": 17920283, + "checksum": "SHA-256:fde041a7b6efa75d8f7e3718013ce400b59bca46e4a279117b04a5a8609b32b9" + }, + { + "name": "heltec-eink-modules", + "version": "2.2.3", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.2.3.zip", + "archiveFileName": "heltec_eink_modules-2.2.3.zip", + "size": 16502965, + "checksum": "SHA-256:edc61105da717b74878135ae167555247938aecca278375c500ee66f93400085" + }, + { + "name": "heltec-eink-modules", + "version": "2.3.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.3.0.zip", + "archiveFileName": "heltec_eink_modules-2.3.0.zip", + "size": 16503981, + "checksum": "SHA-256:770266c826d22aff085c223792eccd1b21031ce373aa9587897654381155bac6" + }, + { + "name": "heltec-eink-modules", + "version": "2.4.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.4.0.zip", + "archiveFileName": "heltec_eink_modules-2.4.0.zip", + "size": 16238928, + "checksum": "SHA-256:e3b54d8ea8f7373a581de75ea28d3938a82af6200ca1cce72c61f18f3e255394" + }, + { + "name": "heltec-eink-modules", + "version": "2.4.1", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.4.1.zip", + "archiveFileName": "heltec_eink_modules-2.4.1.zip", + "size": 16239235, + "checksum": "SHA-256:46c6dab7b6a88b4d4d9a98cb4f1be09632e14c4be26786892f8fa249a9c5bc1e" + }, + { + "name": "heltec-eink-modules", + "version": "2.4.2", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.4.2.zip", + "archiveFileName": "heltec_eink_modules-2.4.2.zip", + "size": 16239728, + "checksum": "SHA-256:bb6284ad399d25773bd7f553b78a019c23f4365d594b27f6969666750ad5a004" + }, + { + "name": "heltec-eink-modules", + "version": "2.5.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.5.0.zip", + "archiveFileName": "heltec_eink_modules-2.5.0.zip", + "size": 16468828, + "checksum": "SHA-256:5348e383269b764e467674594585146cdc7230d17bb56b1d49150ba28b20bf0e" + }, + { + "name": "heltec-eink-modules", + "version": "2.5.1", + "author": "Todd Herbert", + "maintainer": "Todd Herbert\u003cherbert.todd@gmail.com\u003e", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "Implements AdafruitGFX and paging, to enable Arduino UNO support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-2.5.1.zip", + "archiveFileName": "heltec_eink_modules-2.5.1.zip", + "size": 16467166, + "checksum": "SHA-256:2e96d211de86eaf5f2995da75770a4f768fa54a751ef925d2be1dba1a6d7fb16" + }, + { + "name": "heltec-eink-modules", + "version": "3.0.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "AdafruitGFX and Arduino Uno R3 support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-3.0.0.zip", + "archiveFileName": "heltec_eink_modules-3.0.0.zip", + "size": 16855170, + "checksum": "SHA-256:21eed71d09fe2c21e4cd361e9cae8c0200a1659dc1aaf0ae5bfec44bebbcab59" + }, + { + "name": "heltec-eink-modules", + "version": "3.1.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "AdafruitGFX and Arduino Uno R3 support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr", + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-3.1.0.zip", + "archiveFileName": "heltec_eink_modules-3.1.0.zip", + "size": 17410382, + "checksum": "SHA-256:5d013db13a1ea077d8251d378e41764c8395e49b7dc5d89e3734f1ea82246a48" + }, + { + "name": "heltec-eink-modules", + "version": "3.1.1", + "author": "Todd Herbert", + "maintainer": "Todd Herbert", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "AdafruitGFX and Arduino Uno R3 support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr", + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-3.1.1.zip", + "archiveFileName": "heltec_eink_modules-3.1.1.zip", + "size": 17411003, + "checksum": "SHA-256:0e89beb9a650690370bed43a1cefa4a1a83cee08d1ab0247b6c7b80da2d55b00" + }, + { + "name": "heltec-eink-modules", + "version": "3.2.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "AdafruitGFX and Arduino Uno R3 support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr", + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-3.2.0.zip", + "archiveFileName": "heltec_eink_modules-3.2.0.zip", + "size": 17411658, + "checksum": "SHA-256:91177c7c84b3356b91a06bf8bb41f1658f66c96af1431837c445ebbdfcb971d8" + }, + { + "name": "heltec-eink-modules", + "version": "3.3.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert", + "sentence": "Third party graphics library for Heltec E-Ink modules.", + "paragraph": "AdafruitGFX and Arduino Uno R3 support.", + "website": "https://github.com/todd-herbert/heltec-eink-modules", + "category": "Display", + "architectures": [ + "avr", + "esp32", + "esp8266", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/heltec-eink-modules.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/heltec_eink_modules-3.3.0.zip", + "archiveFileName": "heltec_eink_modules-3.3.0.zip", + "size": 18664768, + "checksum": "SHA-256:534bc8f62bccc41f1048b56153c6bb71674c69ad48eeb0e227bffaf584618845" + }, + { + "name": "FTTech SAMD51 XBee", + "version": "1.4.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino library to make easier to use an XBee.", + "paragraph": "Arduino library to make easier to use an XBee, like sending and receiving packages or changing its parameters.", + "website": "https://github.com/FTTech/FTTech_XBee", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_XBee.git", + "dependencies": [ + { + "name": "XBee-Arduino library" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_XBee-1.4.0.zip", + "archiveFileName": "FTTech_SAMD51_XBee-1.4.0.zip", + "size": 15116, + "checksum": "SHA-256:893e03784d4a1c8875b08d30ae158014f6396573102c808077b156c8500e28da" + }, + { + "name": "FTTech SAMD51 XBee", + "version": "1.5.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino library to make easier to use an XBee.", + "paragraph": "Arduino library to make easier to use an XBee, like sending and receiving packages or changing its parameters.", + "website": "https://github.com/FTTech/FTTech_XBee", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_XBee.git", + "dependencies": [ + { + "name": "XBee-Arduino library" + }, + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_SAMD51_XBee-1.5.0.zip", + "archiveFileName": "FTTech_SAMD51_XBee-1.5.0.zip", + "size": 14977, + "checksum": "SHA-256:3c94baba5291dfd0ead0e1006f4b6a428cbdb47c4fab48ef9598e65cccc7784c" + }, + { + "name": "WMM_Tinier", + "version": "1.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "An adaptation of the miniwinwm/WMM_Tiny code for calculating magnetic variation.", + "paragraph": "A small embedded C99 implementation of the World Magnetic Model published by NOAA for calculating the magnetic field variation at any point on the world's surface for a given date in the years 2020 to 2025.", + "website": "https://github.com/DavidArmstrong/WMM_Tinier", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/WMM_Tinier.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/WMM_Tinier-1.0.0.zip", + "archiveFileName": "WMM_Tinier-1.0.0.zip", + "size": 11137, + "checksum": "SHA-256:df6a6038b62007d66597bb6f50680a796b3c8bdb7a5bd171f00596b95516df4c" + }, + { + "name": "WMM_Tinier", + "version": "1.0.1", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "An adaptation of the miniwinwm/WMM_Tiny code for calculating magnetic variation.", + "paragraph": "A small embedded C99 implementation of the World Magnetic Model published by NOAA for calculating the magnetic field variation at any point on the world's surface for a given date in the years 2020 to 2025.", + "website": "https://github.com/DavidArmstrong/WMM_Tinier", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DavidArmstrong/WMM_Tinier.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/WMM_Tinier-1.0.1.zip", + "archiveFileName": "WMM_Tinier-1.0.1.zip", + "size": 11143, + "checksum": "SHA-256:6891369310ceeacadb54faf9eac997cf563a80ee26dca09b55b4a4a135f31f5c" + }, + { + "name": "FlashStorage_RTL8720", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_RTL8720 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc.", + "paragraph": "It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-word.", + "website": "https://github.com/khoih-prog/FlashStorage_RTL8720", + "category": "Data Storage", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_RTL8720.git", + "providesIncludes": [ + "FlashStorage_RTL8720.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_RTL8720-1.0.0.zip", + "archiveFileName": "FlashStorage_RTL8720-1.0.0.zip", + "size": 49786, + "checksum": "SHA-256:0a48da86fb7b1a751cb872c27e10949c70990fb9b82296014cebe18b99efe9f1" + }, + { + "name": "FlashStorage_RTL8720", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_RTL8720 library aims to provide a convenient way to store and retrieve user data using the non-volatile flash memory of Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc.", + "paragraph": "It is using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-word.", + "website": "https://github.com/khoih-prog/FlashStorage_RTL8720", + "category": "Data Storage", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_RTL8720.git", + "providesIncludes": [ + "FlashStorage_RTL8720.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_RTL8720-1.1.0.zip", + "archiveFileName": "FlashStorage_RTL8720-1.1.0.zip", + "size": 54005, + "checksum": "SHA-256:bc2fc6f53b38355bd067bd284ee094643018412124aaa93ea1c02da8c9f175e4" + }, + { + "name": "RTL8720_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an RTL8720-based board", + "paragraph": "These RTL8720 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RTL8720_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RTL8720_TimerInterrupt.git", + "providesIncludes": [ + "RTL8720_TimerInterrupt.h", + "RTL8720_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RTL8720_TimerInterrupt-1.0.0.zip", + "archiveFileName": "RTL8720_TimerInterrupt-1.0.0.zip", + "size": 698669, + "checksum": "SHA-256:6c3854f1ce76ab549f6c55fec8cedff65990b0cfc3f9d6ed7392035f73cdca62" + }, + { + "name": "RTL8720_TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an RTL8720-based board", + "paragraph": "These RTL8720 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/RTL8720_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RTL8720_TimerInterrupt.git", + "providesIncludes": [ + "RTL8720_TimerInterrupt.h", + "RTL8720_ISR_Timer.h", + "RTL8720_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RTL8720_TimerInterrupt-1.1.0.zip", + "archiveFileName": "RTL8720_TimerInterrupt-1.1.0.zip", + "size": 686785, + "checksum": "SHA-256:b35813bc2ec5c0e3d58a2d3a201761d1a7e4aa0bb824cee36d0cb61bfe396b8c" + }, + { + "name": "SparkFun STC3x Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Sensirion STC3x family of CO2 Sensors (STC31)", + "paragraph": "An Arduino library for the STC3x family of CO2 sensors from Sensirion. The STC31 uses Sensirion’s patented CMOSens® sensor technology to measure CO2 concentrations up to 100%.\u003cbr\u003e\u003cbr\u003eGet the STC31 \u003ca href=\"https://www.sparkfun.com/products/18385\"\u003ehere\u003c/a\u003e.", + "website": "https://github.com/sparkfun/SparkFun_STC3x_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STC3x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STC3x_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_STC3x_Arduino_Library-1.0.0.zip", + "size": 1662812, + "checksum": "SHA-256:d43be910d16dd964a413e8df0108d1e921194dde5e75708c14847ee9ca76c421" + }, + { + "name": "SwarmTile", + "version": "0.0.1", + "author": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "maintainer": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "sentence": "Library for the Swarm Tile satellite modem, enabling low cost satellite communication for IoT projects.", + "paragraph": "See github for documentation. This library is NOT developed, supported or endorsed by Swarm Technologies Inc.", + "website": "https://github.com/astuder/SwarmTile", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/astuder/SwarmTile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/astuder/SwarmTile-0.0.1.zip", + "archiveFileName": "SwarmTile-0.0.1.zip", + "size": 45857, + "checksum": "SHA-256:f84b5f1effc5cd86f6eaaab9bfa24e3507aedf6c0f86ce6e7893ae02fa1b8816" + }, + { + "name": "SwarmTile", + "version": "0.0.2", + "author": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "maintainer": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "sentence": "Library for the Swarm Tile satellite modem, enabling low cost satellite communication for IoT projects.", + "paragraph": "See github for documentation. This library is NOT developed, supported or endorsed by Swarm Technologies Inc.", + "website": "https://github.com/astuder/SwarmTile", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/astuder/SwarmTile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/astuder/SwarmTile-0.0.2.zip", + "archiveFileName": "SwarmTile-0.0.2.zip", + "size": 46434, + "checksum": "SHA-256:6c36abb4fd997f233290491ce8e584834a11815e609334dc279b4ca31f13f4b0" + }, + { + "name": "SwarmTile", + "version": "0.0.3", + "author": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "maintainer": "Adrian Studer \u003cgitpub@adrianstuder.com\u003e", + "sentence": "Library for the Swarm Tile satellite modem, enabling low cost satellite communication for IoT projects.", + "paragraph": "See github for documentation. This library is NOT developed, supported or endorsed by Swarm Technologies Inc.", + "website": "https://github.com/astuder/SwarmTile", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/astuder/SwarmTile.git", + "url": "https://downloads.arduino.cc/libraries/github.com/astuder/SwarmTile-0.0.3.zip", + "archiveFileName": "SwarmTile-0.0.3.zip", + "size": 46680, + "checksum": "SHA-256:11fe6623a5ddc96ad53b23bd17202bffd3a7b7bf545a48691937b825e9139bfc" + }, + { + "name": "RAKwireless VEML Light Sensor", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12010 ambient light sensor module with the VEML7700 chip", + "paragraph": "Build an ambient light sensor with the RAK12010 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK12010\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12010-VEML7700-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12010-VEML7700-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_VEML_Light_Sensor-1.0.0.zip", + "archiveFileName": "RAKwireless_VEML_Light_Sensor-1.0.0.zip", + "size": 556263, + "checksum": "SHA-256:ca39f3e2a89b063b3e8d7f6618f4e2701973b8c9f6dcded83b393b2616e776eb" + }, + { + "name": "RAKwireless VEML Light Sensor", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12010 ambient light sensor module with the VEML7700 chip", + "paragraph": "Build an ambient light sensor with the RAK12010 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK12010\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12010-VEML7700-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12010-VEML7700-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_VEML_Light_Sensor-1.0.1.zip", + "archiveFileName": "RAKwireless_VEML_Light_Sensor-1.0.1.zip", + "size": 995773, + "checksum": "SHA-256:be397acc1b125e03ae8c1f4a72e3d9afb700cd6a48ade12ca583ee7dbcd3cfa6" + }, + { + "name": "RAKwireless VEML Light Sensor", + "version": "1.0.2", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12010 ambient light sensor module with the VEML7700 chip", + "paragraph": "Build an ambient light sensor with the RAK12010 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK12010\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12010-VEML7700-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12010-VEML7700-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_VEML_Light_Sensor-1.0.2.zip", + "archiveFileName": "RAKwireless_VEML_Light_Sensor-1.0.2.zip", + "size": 996671, + "checksum": "SHA-256:f8dfe3df793443b31325ea3b61557c23bc6e033b99fc0bf2b74ad384f750c6ef" + }, + { + "name": "RTL8720_RTC", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RTL8720-based boards such as RTL8720DN, RTL8722DM, RTL8722CSM.", + "paragraph": "This RTL8720-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RTL8720_RTC", + "category": "Timing", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RTL8720_RTC.git", + "providesIncludes": [ + "RTL8720_RTC.h" + ], + "dependencies": [ + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RTL8720_RTC-1.0.0.zip", + "archiveFileName": "RTL8720_RTC-1.0.0.zip", + "size": 24187, + "checksum": "SHA-256:6d2020fe92d020956448cc376dad79180f1de1b1fd5e61632ee40bf70a4590f8" + }, + { + "name": "RTL8720_RTC", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RTL8720-based boards such as RTL8720DN, RTL8722DM, RTL8722CSM.", + "paragraph": "This RTL8720-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RTL8720_RTC", + "category": "Timing", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RTL8720_RTC.git", + "providesIncludes": [ + "RTL8720_RTC.h" + ], + "dependencies": [ + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RTL8720_RTC-1.0.1.zip", + "archiveFileName": "RTL8720_RTC-1.0.1.zip", + "size": 34070, + "checksum": "SHA-256:e8ca607bbc36a297887a137464e4232b6e826d00b3510d98b9ee673741228287" + }, + { + "name": "RTL8720_RTC", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use RTC from RTL8720-based boards such as RTL8720DN, RTL8722DM, RTL8722CSM.", + "paragraph": "This RTL8720-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.", + "website": "https://github.com/khoih-prog/RTL8720_RTC", + "category": "Timing", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RTL8720_RTC.git", + "providesIncludes": [ + "RTL8720_RTC.h" + ], + "dependencies": [ + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "Timezone_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RTL8720_RTC-1.0.2.zip", + "archiveFileName": "RTL8720_RTC-1.0.2.zip", + "size": 34490, + "checksum": "SHA-256:647dc3e94bd52c044c3c90ebe9361f990e6237feea855fe513bde474b21d648d" + }, + { + "name": "CST816S", + "version": "1.0.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Capacitive touch screen library", + "paragraph": "An Arduino library for the Hynitron CST816S capacitive touch screen IC", + "website": "https://github.com/fbiego/CST816S", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/CST816S.git", + "providesIncludes": [ + "CST816S.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/CST816S-1.0.0.zip", + "archiveFileName": "CST816S-1.0.0.zip", + "size": 7059, + "checksum": "SHA-256:f92a0b43f96bb6a2131bbc7f81258bbdef304de765a1b43346c7e909d6e31977" + }, + { + "name": "CST816S", + "version": "1.1.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Capacitive touch screen library", + "paragraph": "An Arduino library for the CST816S capacitive touch screen IC", + "website": "https://github.com/fbiego/CST816S", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/CST816S.git", + "providesIncludes": [ + "CST816S.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/CST816S-1.1.0.zip", + "archiveFileName": "CST816S-1.1.0.zip", + "size": 7116, + "checksum": "SHA-256:8da19685a09a6ee2c0a1319a9eb2cec496c5534c7b886824e266205920747139" + }, + { + "name": "CST816S", + "version": "1.1.1", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Capacitive touch screen library", + "paragraph": "An Arduino library for the CST816S capacitive touch screen IC", + "website": "https://github.com/fbiego/CST816S", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fbiego/CST816S.git", + "providesIncludes": [ + "CST816S.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/CST816S-1.1.1.zip", + "archiveFileName": "CST816S-1.1.1.zip", + "size": 7132, + "checksum": "SHA-256:65a811cad695d075bf35af274bf31b04c720419e6f60eeb7205cae54a7206f6b" + }, + { + "name": "JPEGENC", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Universal JPEG encoder for MCUs with at least 4K of free RAM.", + "paragraph": "Designed to provide a fast and fully functional JPEG encoder that can use minimal memory by encoding images an MCU at a time. Supports grayscale and color output with optional subsampling and 4 quality levels.", + "website": "https://github.com/bitbank2/JPEGENC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/JPEGENC.git", + "providesIncludes": [ + "JPEGENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGENC-1.0.0.zip", + "archiveFileName": "JPEGENC-1.0.0.zip", + "size": 33244, + "checksum": "SHA-256:8fcf8c4ceec69da679fcee9cb5a64792dc2880d7537c5af2eeaddc845a834789" + }, + { + "name": "uCDB", + "version": "0.1.0", + "author": "Ioulianos Kaloulidis", + "maintainer": "Ioulianos Kaloulidis \u003ci.kakoulidis@hotmail.com\u003e", + "sentence": "uCDB library.", + "paragraph": "API for querying (key, value) CDB file store.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.1.0.zip", + "archiveFileName": "uCDB-0.1.0.zip", + "size": 6838200, + "checksum": "SHA-256:a1a7a1b89dabaf3e8c854622fde50f9c26496592214d1ba28c8c68b92a4f31d6" + }, + { + "name": "uCDB", + "version": "0.1.1", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.1.1.zip", + "archiveFileName": "uCDB-0.1.1.zip", + "size": 6838249, + "checksum": "SHA-256:81381de9cfc44b2710ad7f9c00adc233263a0b73345b4b669bd0e28781e5f23b" + }, + { + "name": "uCDB", + "version": "0.2.0", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.2.0.zip", + "archiveFileName": "uCDB-0.2.0.zip", + "size": 6839350, + "checksum": "SHA-256:819c17e396937d2a13868c896368e55c65e1e4d61ae10708500287eecf0dbe3f" + }, + { + "name": "uCDB", + "version": "0.3.0", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.3.0.zip", + "archiveFileName": "uCDB-0.3.0.zip", + "size": 6838672, + "checksum": "SHA-256:d43f046891217a5110334cdc7f7702a2bfd8eda2950468a7ef731cb65fcf06d6" + }, + { + "name": "uCDB", + "version": "0.4.0", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.4.0.zip", + "archiveFileName": "uCDB-0.4.0.zip", + "size": 6838528, + "checksum": "SHA-256:2077319bf6fae308f03e828d848d09446984766cb997c98c6c52938be79dc691" + }, + { + "name": "uCDB", + "version": "0.4.1", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.4.1.zip", + "archiveFileName": "uCDB-0.4.1.zip", + "size": 6838736, + "checksum": "SHA-256:d284ab45d9cb9d87ca5ad8d4c80a50ee73ed15231b799ae644deb5a8d182be17" + }, + { + "name": "uCDB", + "version": "0.4.2", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.4.2.zip", + "archiveFileName": "uCDB-0.4.2.zip", + "size": 6855305, + "checksum": "SHA-256:94eef867552e4466048efba551173a5315a2841e375ffeb137ac1a9247c37745" + }, + { + "name": "uCDB", + "version": "0.4.3", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.4.3.zip", + "archiveFileName": "uCDB-0.4.3.zip", + "size": 6863393, + "checksum": "SHA-256:3ddc883a1e010688c3b05d822dc75bc39c1d92250b97fe7a277e4ddee82dcbfd" + }, + { + "name": "uCDB", + "version": "0.5.0", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.5.0.zip", + "archiveFileName": "uCDB-0.5.0.zip", + "size": 6864676, + "checksum": "SHA-256:821053efdd68ba98e6b919ba7c0c529592a05abbaae23aae8448d811c3d420ba" + }, + { + "name": "uCDB", + "version": "0.5.1", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.5.1.zip", + "archiveFileName": "uCDB-0.5.1.zip", + "size": 9415508, + "checksum": "SHA-256:ea382671593c980b5ae4c64b1ac23bf5c52942cca2344acbcaa6a31988b7fbfc" + }, + { + "name": "uCDB", + "version": "0.5.2", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.5.2.zip", + "archiveFileName": "uCDB-0.5.2.zip", + "size": 4335994, + "checksum": "SHA-256:bcfb325a5e0e940c7eecf88a66f7594104de32360d72b4279cb08b68cee9f447" + }, + { + "name": "uCDB", + "version": "0.5.3", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.5.3.zip", + "archiveFileName": "uCDB-0.5.3.zip", + "size": 4352368, + "checksum": "SHA-256:41d1bceb26ded867200644937a5f4cdd322cc79e3d6dba6c4d27c7d9c988f0ee" + }, + { + "name": "uCDB", + "version": "0.5.4", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.5.4.zip", + "archiveFileName": "uCDB-0.5.4.zip", + "size": 4347243, + "checksum": "SHA-256:fe462f03047a43d2ee81474f4909a9e5258b9e3381b09fe426df7618ec035293" + }, + { + "name": "uCDB", + "version": "0.5.5", + "author": "Ioulianos Kakoulidis", + "maintainer": "Ioulianos Kakoulidis \u003cioulianos.kakoulidis@hotmail.com\u003e", + "sentence": "API for querying Constant DataBase file store.", + "paragraph": "Simple and fast solution for constant (key, value) dictionary. Supports files up to 4 gigabyte.", + "website": "https://github.com/JulStrat/uCDB", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JulStrat/uCDB.git", + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/uCDB-0.5.5.zip", + "archiveFileName": "uCDB-0.5.5.zip", + "size": 4347428, + "checksum": "SHA-256:7fc3cae84505408cd891a0de3664ee1a4c914bf9778034292f0e4db0d35b2815" + }, + { + "name": "AGS02MA", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.1.0.zip", + "archiveFileName": "AGS02MA-0.1.0.zip", + "size": 10093, + "checksum": "SHA-256:343170536c50bf8e7128d6d2f7558ed7bb8bfe12d6f6f9671222dd19a3d4e76f" + }, + { + "name": "AGS02MA", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.1.1.zip", + "archiveFileName": "AGS02MA-0.1.1.zip", + "size": 14882, + "checksum": "SHA-256:4294ec02a2b3f6a6739acfce57188f96d1b076cd7a3911c3dcaad08410585016" + }, + { + "name": "AGS02MA", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.1.2.zip", + "archiveFileName": "AGS02MA-0.1.2.zip", + "size": 20092, + "checksum": "SHA-256:cced0fdbf7bce56c82aa6b03bb554554f9cc72ba7720d61f3c5fb9cb83f39dd7" + }, + { + "name": "AGS02MA", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.1.3.zip", + "archiveFileName": "AGS02MA-0.1.3.zip", + "size": 20223, + "checksum": "SHA-256:2b9043a71f8757317d856d442e9964e8f13fdbf4283c149c20dc2152ea2cd705" + }, + { + "name": "AGS02MA", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.1.4.zip", + "archiveFileName": "AGS02MA-0.1.4.zip", + "size": 20649, + "checksum": "SHA-256:b8cb9d354fe5a90f43ae6454d168370d0fd4275593fcead2ebf7d242c2bd3b76" + }, + { + "name": "AGS02MA", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.2.0.zip", + "archiveFileName": "AGS02MA-0.2.0.zip", + "size": 24286, + "checksum": "SHA-256:d64421ff0db2f2eb248ac370e39fb18461f9fc01adecfab58ecb34d129d515d6" + }, + { + "name": "AGS02MA", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.3.0.zip", + "archiveFileName": "AGS02MA-0.3.0.zip", + "size": 25943, + "checksum": "SHA-256:63804000aa6d8394bedb1a1d40976d2497969d9e4b9750a48117d0a6785a7b46" + }, + { + "name": "AGS02MA", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.3.1.zip", + "archiveFileName": "AGS02MA-0.3.1.zip", + "size": 28527, + "checksum": "SHA-256:1d5831689602f232dd124e9cf2ca6798643c4ee1af344c9260668cc29dde4751" + }, + { + "name": "AGS02MA", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.3.2.zip", + "archiveFileName": "AGS02MA-0.3.2.zip", + "size": 28529, + "checksum": "SHA-256:09ed9c503f91f467df79b6abf8213d4dd80b525109567792c86e220242f5ab84" + }, + { + "name": "AGS02MA", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.3.3.zip", + "archiveFileName": "AGS02MA-0.3.3.zip", + "size": 29173, + "checksum": "SHA-256:35f071936c9893b9ace5d06280977a0df8716e9a57f92ee9fb670397bc5423b2" + }, + { + "name": "AGS02MA", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.3.4.zip", + "archiveFileName": "AGS02MA-0.3.4.zip", + "size": 29572, + "checksum": "SHA-256:c8d1cc203115ff8f7a6247a3a804ad5e51775f5eaab57f6f820e7f000d4d5b47" + }, + { + "name": "AGS02MA", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.4.0.zip", + "archiveFileName": "AGS02MA-0.4.0.zip", + "size": 32661, + "checksum": "SHA-256:fa5dd9b84835554abaecddae7868b129c9ba48cd6484a961824f0fb08dfc30b7" + }, + { + "name": "AGS02MA", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AGS02MA - TVOC sensor", + "paragraph": "Note it uses slow I2C \u003c 30KHz. See readme.", + "website": "https://github.com/RobTillaart/AGS02MA.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AGS02MA.git", + "providesIncludes": [ + "AGS02MA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AGS02MA-0.4.1.zip", + "archiveFileName": "AGS02MA-0.4.1.zip", + "size": 32681, + "checksum": "SHA-256:0b326ca6effbdf55094cafd80c5eaf848817429f740211025f5c8fd3fda3e85a" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.0.0.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.0.0.zip", + "size": 99272, + "checksum": "SHA-256:ade446febc5c3672d2ad2eb72a437c63942cc00e00ba61bde9b15e84cc7e6a27" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.0.1.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.0.1.zip", + "size": 73028, + "checksum": "SHA-256:56b7e460012de844f42a14d6047ea3cf5b6d6b99de762f818b114ebb59200c81" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.hpp", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.1.0.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.1.0.zip", + "size": 51473, + "checksum": "SHA-256:902765d7b7c6d610a5b648da3567c5677b927036f74a4d387f876f8db529b6d4" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2, ESP32_S3 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.hpp", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.2.0.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.2.0.zip", + "size": 52745, + "checksum": "SHA-256:967dbd3ed86d42662df62d3eb3389c578e226caaa035f40847fc58d23f221b8f" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2, ESP32_S3 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.hpp", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.2.1.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.2.1.zip", + "size": 53624, + "checksum": "SHA-256:16da94459cf9b0ea0391e5991ef60453bff3fab3b11dda41df8e6a176f822476" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2, ESP32_S3 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.hpp", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.3.0.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.3.0.zip", + "size": 51813, + "checksum": "SHA-256:78ee3c4fa047684b6b19de0b1badf48cf3d591bd622d80179ba9f85f6d79456e" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2, ESP32_S3 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.hpp", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.4.0.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.4.0.zip", + "size": 52772, + "checksum": "SHA-256:58d5b93849052d6fd501384ab39125b818f915f5f4cf5245bcb1e72df9d0a3b4" + }, + { + "name": "ESP32_New_TimerInterrupt", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board", + "paragraph": "These ESP32, ESP32_S2, ESP32_S3 or ESP32_C3 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_TimerInterrupt.git", + "providesIncludes": [ + "ESP32_New_TimerInterrupt.h", + "ESP32_New_ISR_Timer.hpp", + "ESP32_New_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_TimerInterrupt-1.5.0.zip", + "archiveFileName": "ESP32_New_TimerInterrupt-1.5.0.zip", + "size": 54956, + "checksum": "SHA-256:e6b4db5870b4be7d5fa4c6f6f565e2dda3debf63f7b734e8f986682a04145d3c" + }, + { + "name": "ESP32_New_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_C3 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32, ESP32_S2, ESP32_C3-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_New_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_ISR_Servo.git", + "providesIncludes": [ + "ESP32_New_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_ISR_Servo-1.0.0.zip", + "archiveFileName": "ESP32_New_ISR_Servo-1.0.0.zip", + "size": 47403, + "checksum": "SHA-256:d3fc030750ad24c9ee9e9af5d81d15bfe2defa10ee2941cc74796fa43838d1c9" + }, + { + "name": "ESP32_New_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32, ESP32_S2, ESP32_S3, ESP32_C3 boards to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/ESP32_New_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_ISR_Servo.git", + "providesIncludes": [ + "ESP32_New_ISR_Servo.h", + "ESP32_New_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_ISR_Servo-1.1.0.zip", + "archiveFileName": "ESP32_New_ISR_Servo-1.1.0.zip", + "size": 50644, + "checksum": "SHA-256:590de05831dc948a9c215bc3f90a202672f23bd4890a4e56888096e45e1a6f57" + }, + { + "name": "ESP32_New_ISR_Servo", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32, ESP32_S2, ESP32_S3, ESP32_C3 boards to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards to control 16 or more servo motors. Tested OK with ESP32 core v2.0.3", + "website": "https://github.com/khoih-prog/ESP32_New_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_ISR_Servo.git", + "providesIncludes": [ + "ESP32_New_ISR_Servo.h", + "ESP32_New_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_ISR_Servo-1.2.0.zip", + "archiveFileName": "ESP32_New_ISR_Servo-1.2.0.zip", + "size": 51025, + "checksum": "SHA-256:bd59313bda4b0d700716ae802fe5776ffd60f12d07b7947904c4ff7add6de470" + }, + { + "name": "ESP32_New_ISR_Servo", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32, ESP32_S2, ESP32_S3, ESP32_C3 boards to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards to control 16 or more servo motors. Tested OK with ESP32 core v2.0.3", + "website": "https://github.com/khoih-prog/ESP32_New_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_ISR_Servo.git", + "providesIncludes": [ + "ESP32_New_ISR_Servo.h", + "ESP32_New_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_ISR_Servo-1.2.1.zip", + "archiveFileName": "ESP32_New_ISR_Servo-1.2.1.zip", + "size": 51277, + "checksum": "SHA-256:96c1b05f611da4485da1d4394d9a2d02dcc797b77b7d42fc93bd7b628e5531f9" + }, + { + "name": "ESP32_New_ISR_Servo", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32, ESP32_S2, ESP32_S3, ESP32_C3 boards to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards to control 16 or more servo motors. Tested OK with ESP32 core v2.0.4", + "website": "https://github.com/khoih-prog/ESP32_New_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_ISR_Servo.git", + "providesIncludes": [ + "ESP32_New_ISR_Servo.h", + "ESP32_New_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_ISR_Servo-1.3.0.zip", + "archiveFileName": "ESP32_New_ISR_Servo-1.3.0.zip", + "size": 51756, + "checksum": "SHA-256:6274aa0f1582d9de4e97cf0f5ed98c3164012b20f01eb12c150c3e349b150dfe" + }, + { + "name": "ESP32_New_ISR_Servo", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on ESP32, ESP32_S2, ESP32_S3, ESP32_C3 boards to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards to control 16 or more servo motors. Tested OK with ESP32 core v2.0.5", + "website": "https://github.com/khoih-prog/ESP32_New_ISR_Servo", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_New_ISR_Servo.git", + "providesIncludes": [ + "ESP32_New_ISR_Servo.h", + "ESP32_New_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_New_ISR_Servo-1.4.0.zip", + "archiveFileName": "ESP32_New_ISR_Servo-1.4.0.zip", + "size": 54631, + "checksum": "SHA-256:b75bb47f69c9634eacbbf982fd11c02e9d28fc62cf6f090e4df2f8830b78c00e" + }, + { + "name": "SerialCom", + "version": "0.1.2", + "author": "Willi Zschiebsch", + "maintainer": "Willi Zschiebsch \u003cwilli.w.zschiebsch@web.de\u003e", + "sentence": "Arduino Library for sending data", + "paragraph": "With this library you can easily, send custom data packages from one arduino to another. The communication works in both directions and only needs two wires to archive this.", + "website": "https://github.com/BEAT-System/SerialCom", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BEAT-System/SerialCom.git", + "providesIncludes": [ + "SerialManager.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BEAT-System/SerialCom-0.1.2.zip", + "archiveFileName": "SerialCom-0.1.2.zip", + "size": 14009, + "checksum": "SHA-256:5bf2691c0ac05cad57765ea57c2e05903f094195891ad850aed70bfdc6c7bbff" + }, + { + "name": "SchooMyUtilities", + "version": "1.0.0", + "author": "schoomy", + "maintainer": "RYO", + "sentence": "A utility library for schoomy.", + "paragraph": "This is a utility library to run sensors and switches on Arduino compatible \"SchooMyBoard\".", + "website": "https://schoomy.com/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SchooMyDevelopment/SchooMyUtilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SchooMyDevelopment/SchooMyUtilities-1.0.0.zip", + "archiveFileName": "SchooMyUtilities-1.0.0.zip", + "size": 4120, + "checksum": "SHA-256:b833f51a8d8e6b0b1b2000e13da76bdfb817874a99fe2813369b2f27101be93c" + }, + { + "name": "SchooMyUtilities", + "version": "1.1.0", + "author": "schoomy", + "maintainer": "RYO", + "sentence": "A utility library for schoomy.", + "paragraph": "This is a utility library to run sensors and switches on Arduino compatible \"SchooMyBoard\".", + "website": "https://schoomy.com/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SchooMyDevelopment/SchooMyUtilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SchooMyDevelopment/SchooMyUtilities-1.1.0.zip", + "archiveFileName": "SchooMyUtilities-1.1.0.zip", + "size": 4271, + "checksum": "SHA-256:349a9491f8be9f54c2153ff6166be30d1c2334619ce08d955e330f0a1bf1e6f1" + }, + { + "name": "SchooMyUtilities", + "version": "1.2.0", + "author": "schoomy", + "maintainer": "schoomy_ryo_imayoshi", + "sentence": "A utility library for schoomy.", + "paragraph": "This is a utility library to run sensors and switches on Arduino compatible \"SchooMyBoard\".", + "website": "https://schoomy.com/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SchooMyDevelopment/SchooMyUtilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SchooMyDevelopment/SchooMyUtilities-1.2.0.zip", + "archiveFileName": "SchooMyUtilities-1.2.0.zip", + "size": 4514, + "checksum": "SHA-256:c2c6108d7c652827660109ec3ec8eaa942680ce7ffe9d7f8d838c063498f4725" + }, + { + "name": "SchooMyUtilities", + "version": "1.2.1", + "author": "schoomy", + "maintainer": "schoomy_ryo_imayoshi", + "sentence": "A utility library for schoomy.", + "paragraph": "This is a utility library to run sensors and switches on Arduino compatible \"SchooMyBoard\".", + "website": "https://schoomy.com/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SchooMyDevelopment/SchooMyUtilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SchooMyDevelopment/SchooMyUtilities-1.2.1.zip", + "archiveFileName": "SchooMyUtilities-1.2.1.zip", + "size": 4365, + "checksum": "SHA-256:98e01d8d87d3f38ae1ad4711b204a24cf1acc51a74f26e8580b65fae12440fc2" + }, + { + "name": "SchooMyUtilities", + "version": "1.2.2", + "author": "schoomy", + "maintainer": "schoomy_ryo_imayoshi", + "sentence": "A utility library for schoomy.", + "paragraph": "This is a utility library to run sensors and switches on Arduino compatible \"SchooMyBoard\".", + "website": "https://schoomy.com/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SchooMyDevelopment/SchooMyUtilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SchooMyDevelopment/SchooMyUtilities-1.2.2.zip", + "archiveFileName": "SchooMyUtilities-1.2.2.zip", + "size": 4225, + "checksum": "SHA-256:d943d19c275bbf699ec10e40646a585abe2950fc7dccc8af997b1a223a11a7e3" + }, + { + "name": "SchooMyUtilities", + "version": "1.2.3", + "author": "schoomy", + "maintainer": "schoomy_ryo_imayoshi", + "sentence": "A utility library for schoomy.", + "paragraph": "This is a utility library to run sensors and switches on Arduino compatible \"SchooMyBoard\".", + "website": "https://schoomy.com/", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SchooMyDevelopment/SchooMyUtilities.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SchooMyDevelopment/SchooMyUtilities-1.2.3.zip", + "archiveFileName": "SchooMyUtilities-1.2.3.zip", + "size": 4554, + "checksum": "SHA-256:ba1e07e6af0b3b7d8b54b47bb2627abab84417db28bcea1c68b223657dda4e59" + }, + { + "name": "FlashStorage_STM32F1", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F1/F3. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is supported now.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F1/F3 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32F1", + "category": "Data Storage", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32F1.git", + "providesIncludes": [ + "FlashStorage_STM32F1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32F1-1.0.0.zip", + "archiveFileName": "FlashStorage_STM32F1-1.0.0.zip", + "size": 84638, + "checksum": "SHA-256:3081844db2a67d1c4aab5060ee91b805b3b19f240c3135d0d75d57c8eb5f0e0e" + }, + { + "name": "FlashStorage_STM32F1", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F1/F3. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is supported now.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F1/F3 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32F1", + "category": "Data Storage", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32F1.git", + "providesIncludes": [ + "FlashStorage_STM32F1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32F1-1.0.1.zip", + "archiveFileName": "FlashStorage_STM32F1-1.0.1.zip", + "size": 84917, + "checksum": "SHA-256:8e3ebeb5ca2f43be695c85c08f6b6e3f1a782d23958b849fd266b3bd090d07f3" + }, + { + "name": "FlashStorage_STM32F1", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F1/F3. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0+ is supported now.", + "paragraph": "Useful if the EEPROM is not available or too small. Currently, STM32F1/F3 are supported.", + "website": "https://github.com/khoih-prog/FlashStorage_STM32F1", + "category": "Data Storage", + "architectures": [ + "stm32", + "ststm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FlashStorage_STM32F1.git", + "providesIncludes": [ + "FlashStorage_STM32F1.h", + "FlashStorage_STM32F1.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FlashStorage_STM32F1-1.1.0.zip", + "archiveFileName": "FlashStorage_STM32F1-1.1.0.zip", + "size": 325150, + "checksum": "SHA-256:66da7728b8e4eff79ab27fc6914ef53a8ee05962839d58018badea89be5cd425" + }, + { + "name": "AceTMI", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different implementations for communicating with a TM1637 LED controller chip on Arduino platforms.", + "paragraph": "Uses C++ templates to achieve minimal or zero-cost runtime overhead for the abstraction.", + "website": "https://github.com/bxparks/AceTMI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTMI-0.1.0.zip", + "archiveFileName": "AceTMI-0.1.0.zip", + "size": 198009, + "checksum": "SHA-256:41171a1604a841ccd6dbb5740cb904cb966326fb88a7a465ea02fada6a53e54c" + }, + { + "name": "AceTMI", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different implementations for communicating with a TM1637 LED controller chip on Arduino platforms.", + "paragraph": "Uses C++ templates to achieve minimal or zero-cost runtime overhead for the abstraction.", + "website": "https://github.com/bxparks/AceTMI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTMI-0.2.0.zip", + "archiveFileName": "AceTMI-0.2.0.zip", + "size": 232016, + "checksum": "SHA-256:4969591d8edbfa7b8326863cbcff592278a38fbb9cb4e727c3641b4c9a2e29de" + }, + { + "name": "AceTMI", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for communicating with a TM1637 LED controller chip on Arduino platforms.", + "paragraph": "Provides SimpleTmiInterface (using digitalWrite()) and SimpleTmiFastInterface (using digitalWriteFast()).", + "website": "https://github.com/bxparks/AceTMI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTMI-0.3.0.zip", + "archiveFileName": "AceTMI-0.3.0.zip", + "size": 234137, + "checksum": "SHA-256:106f91dbe28bcb78367b72f03c563a994e5da02cfc6a5a562770b247300b4541" + }, + { + "name": "AceTMI", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Interfaces for communicating with the TM1637 and TM1638 LED controllers on Arduino platforms.", + "paragraph": "Provides SimpleTmiInterface, SimpleTmiFastInterface, SimpleTmi1638Interface, and SimpleTmi1638FastInterface.", + "website": "https://github.com/bxparks/AceTMI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTMI-0.4.0.zip", + "archiveFileName": "AceTMI-0.4.0.zip", + "size": 266290, + "checksum": "SHA-256:22fc029b5d13280d8624a9ab3cbc678438e493b20eb6a0b1a274bf0bd99e51ec" + }, + { + "name": "AceTMI", + "version": "0.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Interfaces for communicating with the TM1637 and TM1638 LED controllers on Arduino platforms.", + "paragraph": "Provides SimpleTmi1637Interface, SimpleTmi1637FastInterface, SimpleTmi1638Interface, and SimpleTmi1638FastInterface.", + "website": "https://github.com/bxparks/AceTMI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTMI-0.5.0.zip", + "archiveFileName": "AceTMI-0.5.0.zip", + "size": 266530, + "checksum": "SHA-256:cf9e98d1d87cebace8b6470888350a14cc95019bb1eca91193c64666d7421b5a" + }, + { + "name": "AceTMI", + "version": "0.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Interfaces for communicating with the TM1637 and TM1638 LED controllers on Arduino platforms.", + "paragraph": "Provides SimpleTmi1637Interface, SimpleTmi1637FastInterface, SimpleTmi1638Interface, and SimpleTmi1638FastInterface.", + "website": "https://github.com/bxparks/AceTMI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTMI-0.6.0.zip", + "archiveFileName": "AceTMI-0.6.0.zip", + "size": 273032, + "checksum": "SHA-256:ec0db3a4b7fe5d5a701976a7e7b9b5162aaa47b5382e0614abf0aee40cf7727f" + }, + { + "name": "AceSPI", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting hardware or software SPI implementations on Arduino platforms.", + "paragraph": "Uses C++ templates to achieve minimal or zero-cost runtime overhead for the abstraction.", + "website": "https://github.com/bxparks/AceSPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSPI-0.1.0.zip", + "archiveFileName": "AceSPI-0.1.0.zip", + "size": 217239, + "checksum": "SHA-256:05e8fc26de155e8d8f9ab8deac8730dfa00af26d8b014c1f20c8fdc600363bd7" + }, + { + "name": "AceSPI", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting hardware or software SPI implementations on Arduino platforms.", + "paragraph": "Uses C++ templates to achieve minimal or zero-cost runtime overhead for the abstraction.", + "website": "https://github.com/bxparks/AceSPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSPI-0.2.0.zip", + "archiveFileName": "AceSPI-0.2.0.zip", + "size": 257143, + "checksum": "SHA-256:ede1741b570135cf47693b6bbc3e5fb8736e767575daef5bc2c24fb9522793c9" + }, + { + "name": "AceSPI", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting hardware or software SPI implementations on Arduino platforms.", + "paragraph": "Provides HardSpiInterface, HardSpiFastInterface, SimpleSpiInterface, and SimpleSpiFastInterface.", + "website": "https://github.com/bxparks/AceSPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSPI-0.3.0.zip", + "archiveFileName": "AceSPI-0.3.0.zip", + "size": 266921, + "checksum": "SHA-256:13ec87c25029c8c8f23c94d4c533ad9a6e59cca76615554a73a5e76951b01230" + }, + { + "name": "AceSPI", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting hardware or software SPI implementations on Arduino platforms.", + "paragraph": "Provides HardSpiInterface, HardSpiFastInterface, SimpleSpiInterface, and SimpleSpiFastInterface.", + "website": "https://github.com/bxparks/AceSPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSPI-0.4.0.zip", + "archiveFileName": "AceSPI-0.4.0.zip", + "size": 267154, + "checksum": "SHA-256:426584d6f4270e57f4a40c2cb957e11efd5391737e7a10cb511529aa399df1d7" + }, + { + "name": "AceSegmentWriter", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Write decimal numbers, hex numbers, temperature, clock digits, characters, and strings to seven segment LED modules.", + "paragraph": "Companion library to the AceSegment library. Provides PatternWriter, NumberWriter, ClockWriter, TemperatureWriter, CharWriter, StringWriter, LevelWriter, and StringScroller.", + "website": "https://github.com/bxparks/AceSegmentWriter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegmentWriter.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSegment" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegmentWriter-0.1.0.zip", + "archiveFileName": "AceSegmentWriter-0.1.0.zip", + "size": 688447, + "checksum": "SHA-256:baf5dca2ae94641fbf97581c462c25b401fdbdeda3e72f0a30ad2d5a4064c085" + }, + { + "name": "AceSegmentWriter", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Write decimal numbers, hex numbers, temperature, clock digits, characters, and strings to seven segment LED modules.", + "paragraph": "Companion library to the AceSegment library. Provides PatternWriter, NumberWriter, ClockWriter, TemperatureWriter, CharWriter, StringWriter, LevelWriter, and StringScroller.", + "website": "https://github.com/bxparks/AceSegmentWriter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegmentWriter.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSegment" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegmentWriter-0.2.0.zip", + "archiveFileName": "AceSegmentWriter-0.2.0.zip", + "size": 689492, + "checksum": "SHA-256:ec33a7de7ab29f9876bbfa212689fe330f016c6fbf319503af02378838e801eb" + }, + { + "name": "AceSegmentWriter", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Write decimal numbers, hex numbers, temperature, clock digits, characters, and strings to the seven segment LED modules supported by the AceSegment library.", + "paragraph": "Provides PatternWriter, NumberWriter, ClockWriter, TemperatureWriter, CharWriter, StringWriter, LevelWriter, and StringScroller.", + "website": "https://github.com/bxparks/AceSegmentWriter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegmentWriter.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSegment" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegmentWriter-0.3.0.zip", + "archiveFileName": "AceSegmentWriter-0.3.0.zip", + "size": 689575, + "checksum": "SHA-256:52c053e9e757e0ba1a1655b93beea24f19f9fd44370d63b9a1b128e5e4bf0bb9" + }, + { + "name": "AceSegmentWriter", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Write decimal numbers, hex numbers, temperature, clock digits, characters, and strings to the seven segment LED modules supported by the AceSegment library.", + "paragraph": "Provides PatternWriter, NumberWriter, ClockWriter, TemperatureWriter, CharWriter, StringWriter, LevelWriter, and StringScroller.", + "website": "https://github.com/bxparks/AceSegmentWriter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegmentWriter.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSegment" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegmentWriter-0.4.0.zip", + "archiveFileName": "AceSegmentWriter-0.4.0.zip", + "size": 541011, + "checksum": "SHA-256:28fef0a4509ff657f8e3edf6b1880edc6dc6c9eeebc7e2210c07bb118aa99dfc" + }, + { + "name": "AceSegmentWriter", + "version": "0.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Write decimal numbers, hex numbers, temperature, clock digits, characters, and strings to the seven segment LED modules supported by the AceSegment library.", + "paragraph": "Provides PatternWriter, NumberWriter, ClockWriter, TemperatureWriter, CharWriter, StringWriter, LevelWriter, and StringScroller.", + "website": "https://github.com/bxparks/AceSegmentWriter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegmentWriter.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSegment" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegmentWriter-0.5.0.zip", + "archiveFileName": "AceSegmentWriter-0.5.0.zip", + "size": 544475, + "checksum": "SHA-256:11eb75d877574f300fb77cf6f2ed76efed887fe01943683a9180e3b85c026118" + }, + { + "name": "AceSegment", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, configurable, and extensible framework for rendering seven segment LED displays.", + "paragraph": "The framework supports resistors on digits, resistors on segments, common cathode, and common anode wirings. If resistors on digits are used, the library can provide pulse width modulation on a per-digit basis, which supports style attributes such as brightness, blinking and pulsing. The library supports both polling and interrupts to control the timing of the rendering of each frame.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.1.0.zip", + "archiveFileName": "AceSegment-0.1.0.zip", + "size": 758118, + "checksum": "SHA-256:c4bb828c43a4378e04e3a5a6033f29db4aa2519224cbb5f196d3204738380eb7" + }, + { + "name": "AceSegment", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, configurable, and extensible framework for rendering seven segment LED displays.", + "paragraph": "The framework supports resistors on digits, resistors on segments, common cathode, and common anode wirings. If resistors on digits are used, the library can provide pulse width modulation on a per-digit basis, which supports style attributes such as brightness, blinking and pulsing. The library supports both polling and interrupts to control the timing of the rendering of each frame.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.2.0.zip", + "archiveFileName": "AceSegment-0.2.0.zip", + "size": 797338, + "checksum": "SHA-256:3aeba8867d2f70f90fbb528346921b75d756c09ec4aecd611177ad6d0b383370" + }, + { + "name": "AceSegment", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, configurable, and extensible framework for rendering seven segment LED displays.", + "paragraph": "The framework supports resistors on digits, resistors on segments, common cathode, and common anode wirings. If resistors on segments are used, the library can provide pulse width modulation on a per-digit basis, which supports style attributes such as brightness, blinking and pulsing. The library supports both polling and interrupts to control the timing of the rendering of each frame.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.3.0.zip", + "archiveFileName": "AceSegment-0.3.0.zip", + "size": 873974, + "checksum": "SHA-256:9a87e539390f5866142ebbdd17c828e07211a7966d145490d275c78164be05a5" + }, + { + "name": "AceSegment", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "An adjustable, configurable, and extensible framework for rendering seven segment LED displays.", + "paragraph": "The library is intended for LED modules which require multiplexing of the digits by the host microcontroller. The LED modules can be wired directly to the microcontroller or through one or two 74HC595 Shift Register chips which are access through either software or hardware SPI. The library supports LED modules with resistors on segments, transitors on digits, common cathode, and common anode configurations. Brightness control using pulse width modulation can be configured on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.4.0.zip", + "archiveFileName": "AceSegment-0.4.0.zip", + "size": 669312, + "checksum": "SHA-256:c825ca7b4e07edeb9184b7f6f21277507885de2f946d3d90165087e5f141a85c" + }, + { + "name": "AceSegment", + "version": "0.5.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the 74HC595, TM1637, and MAX7219 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that high-level application features can be written against a unified and consistent API that can support different types of LED modules. Various Writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on all LED modules. Some LED modules provide brightness control on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.5.0.zip", + "archiveFileName": "AceSegment-0.5.0.zip", + "size": 759730, + "checksum": "SHA-256:a11e717bd80f7a32ce792d2c382ebf6276bc5fddd9c7618edcd9ced41f85e13a" + }, + { + "name": "AceSegment", + "version": "0.6.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the TM1637, MAX7219, and 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code. Application features can be written against the hardware-agnostic API that can support different types of LED modules. Various Writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.6.0.zip", + "archiveFileName": "AceSegment-0.6.0.zip", + "size": 4151153, + "checksum": "SHA-256:8dbe2f337a769497a3443152eb30b75dbfea363c369aa4f284439e12220ce723" + }, + { + "name": "AceSegment", + "version": "0.7.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the TM1637, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code. Applications can be written against the hardware-agnostic API that can support different types of LED modules. Various Writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.7.0.zip", + "archiveFileName": "AceSegment-0.7.0.zip", + "size": 5077911, + "checksum": "SHA-256:27560f30e6f472a3c0a5c84308b28fc5f1ef1cd9eb44a5a08a51eb1ed43a306c" + }, + { + "name": "AceSegment", + "version": "0.8.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the TM1637, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.8.0.zip", + "archiveFileName": "AceSegment-0.8.0.zip", + "size": 4969797, + "checksum": "SHA-256:98c5b8111e9478bd3c9d235375fcbbe7c804170972ea21d7929f433dd9a6a689" + }, + { + "name": "AceSegment", + "version": "0.8.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the TM1637, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.8.1.zip", + "archiveFileName": "AceSegment-0.8.1.zip", + "size": 4970747, + "checksum": "SHA-256:c5d6a02d74a1afad2717e3968b1a4c9d249eedd60fcf371f72e0ba3c0b661cb3" + }, + { + "name": "AceSegment", + "version": "0.8.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the TM1637, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.8.2.zip", + "archiveFileName": "AceSegment-0.8.2.zip", + "size": 4889520, + "checksum": "SHA-256:ba9abba6d7abdb7d75e8e35d13ff3bb382bc2e83811ebf1c5ccd1b202b033a7f" + }, + { + "name": "AceSegment", + "version": "0.9.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the TM1637, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.9.0.zip", + "archiveFileName": "AceSegment-0.9.0.zip", + "size": 4375385, + "checksum": "SHA-256:5e6a2583938714fed877161dc8bff754dce9458f6619c8f1d657083d1ff57aaa" + }, + { + "name": "AceSegment", + "version": "0.9.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "A framework for rendering seven segment LED modules using the TM1637, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.9.1.zip", + "archiveFileName": "AceSegment-0.9.1.zip", + "size": 4375990, + "checksum": "SHA-256:3f83fa0654088f49d97e87ebba7473d11f65929340b68023ef5bd62d8d0a7039" + }, + { + "name": "AceSegment", + "version": "0.10.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Library for rendering seven segment LED modules using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.10.0.zip", + "archiveFileName": "AceSegment-0.10.0.zip", + "size": 4886957, + "checksum": "SHA-256:b38cb24ae7cac82c5fa80080c3180519fa7c1fa6e9514ec0481dcf99819b3abd" + }, + { + "name": "AceSegment", + "version": "0.11.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Library for rendering seven segment LED modules using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.11.0.zip", + "archiveFileName": "AceSegment-0.11.0.zip", + "size": 4887084, + "checksum": "SHA-256:21747f9e21aba851b0742ae5ede1eef88b1bfbf5c1e114db77975600a9be5fe1" + }, + { + "name": "AceSegment", + "version": "0.12.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Library for rendering seven segment LED modules using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.12.0.zip", + "archiveFileName": "AceSegment-0.12.0.zip", + "size": 5441159, + "checksum": "SHA-256:5d3c22013af4011fb7d7cc24b3f84717d07b44434794d19f9be9a38672bcab25" + }, + { + "name": "AceSegment", + "version": "0.13.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Library for rendering seven segment LED modules using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chips.", + "paragraph": "Hardware-dependent code is separated from the hardware-agnostic code so that applications can support different LED modules with minimal changes. Various writer classes provide rendering of numbers, temperature, clock digits, and strings. Brightness control is available on most LED modules. Some LED modules support brightness on a per-digit basis.", + "website": "https://github.com/bxparks/AceSegment", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSegment.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceSPI" + }, + { + "name": "AceTMI" + }, + { + "name": "AceWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSegment-0.13.0.zip", + "archiveFileName": "AceSegment-0.13.0.zip", + "size": 5454130, + "checksum": "SHA-256:a83aa88780814601ffb48f9c3bb0f275ee99a12ee18e42481c745c8e46702e4b" + }, + { + "name": "AceWire", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different I2C implementations on Arduino platforms.", + "paragraph": "Uses C++ templates to achieve minimal or zero-cost runtime overhead for the abstraction.", + "website": "https://github.com/bxparks/AceWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceWire-0.1.0.zip", + "archiveFileName": "AceWire-0.1.0.zip", + "size": 213905, + "checksum": "SHA-256:3c3c1013cc5fba1a5be89d373e0b9b2a3f7b159d23cca65b213a73b601d6c50f" + }, + { + "name": "AceWire", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different I2C implementations on Arduino platforms.", + "paragraph": "Uses C++ templates to achieve minimal or zero cost runtime overhead for the abstraction.", + "website": "https://github.com/bxparks/AceWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceWire-0.2.0.zip", + "archiveFileName": "AceWire-0.2.0.zip", + "size": 235530, + "checksum": "SHA-256:9972c7821cf5f2e0af144963d63584abd597ba063840e91a902532db90d38ce4" + }, + { + "name": "AceWire", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different I2C implementations on Arduino platforms.", + "paragraph": "Uses C++ templates to achieve minimal or zero cost runtime overhead for the abstraction.", + "website": "https://github.com/bxparks/AceWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceWire-0.3.0.zip", + "archiveFileName": "AceWire-0.3.0.zip", + "size": 274049, + "checksum": "SHA-256:75bd642368d0d857ac9b0dea7a5550490eb91b56f72207d7c7cc3d5a5a0131de" + }, + { + "name": "AceWire", + "version": "0.3.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different I2C implementations on Arduino platforms.", + "paragraph": "Provide 3 implementations: TwoWireInterface, SimpleWireInterface, and SimpleWireFastInterface.", + "website": "https://github.com/bxparks/AceWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceWire-0.3.1.zip", + "archiveFileName": "AceWire-0.3.1.zip", + "size": 274563, + "checksum": "SHA-256:6e5d0bfbd11b6ffe6d6b21d37459279912ee4a79e767db7e269aa0749ee955dd" + }, + { + "name": "AceWire", + "version": "0.3.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different I2C implementations on Arduino platforms.", + "paragraph": "Provide 3 implementations: TwoWireInterface, SimpleWireInterface, and SimpleWireFastInterface.", + "website": "https://github.com/bxparks/AceWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceWire-0.3.2.zip", + "archiveFileName": "AceWire-0.3.2.zip", + "size": 275561, + "checksum": "SHA-256:f4c403ca3546f68d844c0c0b08d561f7bd317c1d520d9fa94c2b43d26230b79c" + }, + { + "name": "AceWire", + "version": "0.4.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Unified interface for selecting different I2C implementations on Arduino platforms.", + "paragraph": "Provide 8 adapter interfaces (TwoWireInterface, FeliasFoggWireInterface, MarpleWireInterface, RaemondWireInterface, SeeedWireInterface, TestatoWireInterface, ThexenoWireInterface, TodbotWireInterface) and 2 direct implementations (SimpleWireInterface, SimpleWireFastInterface).", + "website": "https://github.com/bxparks/AceWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceWire-0.4.0.zip", + "archiveFileName": "AceWire-0.4.0.zip", + "size": 382393, + "checksum": "SHA-256:d47b9fd16afaa990dc9eb8f9ebf14f599636a8864a10d16b7dbb38dce5e65728" + }, + { + "name": "AceWire", + "version": "0.4.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Fast and compact software I2C implementations (SimpleWireInterface, SimpleWireFastInterface) on Arduino platforms. Also provides adapter classes to allow the use of third party I2C libraries using the same API.", + "paragraph": "Provides 8 adapter interfaces (TwoWireInterface, FeliasFoggWireInterface, MarpleWireInterface, RaemondWireInterface, SeeedWireInterface, TestatoWireInterface, ThexenoWireInterface, TodbotWireInterface).", + "website": "https://github.com/bxparks/AceWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceWire-0.4.1.zip", + "archiveFileName": "AceWire-0.4.1.zip", + "size": 383753, + "checksum": "SHA-256:206e63b5601417c6e34f510306fd07441edfc2680726c5787e59f1f51e3576e3" + }, + { + "name": "M5_BMM150", + "version": "0.0.1", + "author": "M5Stack,Bosch Sensortec GmbH", + "maintainer": "M5Stack", + "sentence": "Library for M5_BMM150", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5_BMM150", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5_BMM150.git", + "providesIncludes": [ + "M5_BMM150.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_BMM150-0.0.1.zip", + "archiveFileName": "M5_BMM150-0.0.1.zip", + "size": 25583, + "checksum": "SHA-256:814a3ae1bdfc0293440cdfbef412cfb8fb24b7984f9f7e72c99c455406a82d0c" + }, + { + "name": "M5_BMM150", + "version": "0.0.2", + "author": "M5Stack,Bosch Sensortec GmbH", + "maintainer": "M5Stack", + "sentence": "Library for M5_BMM150", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5_BMM150", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5_BMM150.git", + "providesIncludes": [ + "M5_BMM150.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_BMM150-0.0.2.zip", + "archiveFileName": "M5_BMM150-0.0.2.zip", + "size": 25589, + "checksum": "SHA-256:023fc34989a3e575c6bae7e2ce1ed666a20558e93972f2fe4ff11d1f47d55a48" + }, + { + "name": "ArduPID", + "version": "0.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "paragraph": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "website": "https://github.com/PowerBroker2/ArduPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArduPID.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArduPID-0.1.0.zip", + "archiveFileName": "ArduPID-0.1.0.zip", + "size": 3668, + "checksum": "SHA-256:88f9654c09b52cf29a7a7975fade422d39be6bce2ccf42fa0d83a7b67dfe9bfb" + }, + { + "name": "ArduPID", + "version": "0.1.2", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "paragraph": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "website": "https://github.com/PowerBroker2/ArduPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArduPID.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArduPID-0.1.2.zip", + "archiveFileName": "ArduPID-0.1.2.zip", + "size": 5437, + "checksum": "SHA-256:0e37bcf39a9095cb99864c6c0edcf9c9541a185f648c6e0fa5428b6491351bb3" + }, + { + "name": "ArduPID", + "version": "0.1.3", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "paragraph": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "website": "https://github.com/PowerBroker2/ArduPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArduPID.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArduPID-0.1.3.zip", + "archiveFileName": "ArduPID-0.1.3.zip", + "size": 6824, + "checksum": "SHA-256:52ceb009297d56c49d6122ae7449a68c1a6154a3de2bac9a0007f1d9fd33fc73" + }, + { + "name": "ArduPID", + "version": "0.1.4", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "paragraph": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "website": "https://github.com/PowerBroker2/ArduPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArduPID.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArduPID-0.1.4.zip", + "archiveFileName": "ArduPID-0.1.4.zip", + "size": 6825, + "checksum": "SHA-256:7aefa5fbd036ed28d2f7d15191dea58b70c95ad50514d04e147aec339ff00700" + }, + { + "name": "ArduPID", + "version": "0.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "paragraph": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "website": "https://github.com/PowerBroker2/ArduPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArduPID.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArduPID-0.2.0.zip", + "archiveFileName": "ArduPID-0.2.0.zip", + "size": 6918, + "checksum": "SHA-256:4b49ebcac0092dff4990356761d0929e8d20039e1d4d1e246ca7db3fcaf3e4fd" + }, + { + "name": "ArduPID", + "version": "0.2.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "paragraph": "PID library for Arduinos with greater accuracy than the legacy Arduino PID library", + "website": "https://github.com/PowerBroker2/ArduPID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/ArduPID.git", + "dependencies": [ + { + "name": "FireTimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArduPID-0.2.1.zip", + "archiveFileName": "ArduPID-0.2.1.zip", + "size": 6963, + "checksum": "SHA-256:fd0853afaaaaac8e2fe18050f4ad115407d5d4286c8e604da0556ea94d19b9d4" + }, + { + "name": "PCA9554", + "version": "0.0.1", + "author": "AD0ND", + "maintainer": "AD0ND", + "sentence": "PCA9554 8 bit I2C port expander arduino/esp library", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/Tinyu-Zhao/PCA9554", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/PCA9554.git", + "providesIncludes": [ + "PCA9554.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/PCA9554-0.0.1.zip", + "archiveFileName": "PCA9554-0.0.1.zip", + "size": 16343, + "checksum": "SHA-256:7bc2430b6177fc92c35fc06b8183ccf6822055b1867c50352ad1ef95ff84ed26" + }, + { + "name": "KrokoTS", + "version": "1.0.0", + "author": "AlexTutorial \u003cpihtoded36@gmail.ru\u003e", + "maintainer": "AlexTutorial \u003cpihtoded36@gmail.ru\u003e", + "sentence": "Light and fast library for resistive touchscreens", + "paragraph": "Light and fast library for resistive touchscreens", + "website": "https://github.com/AlexTutorial/KrokoTS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexTutorial/KrokoTS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexTutorial/KrokoTS-1.0.0.zip", + "archiveFileName": "KrokoTS-1.0.0.zip", + "size": 3301, + "checksum": "SHA-256:efdc75c17bbc9f2069c45bd5cd140aadfd44bf01100be69d593b4c186999d827" + }, + { + "name": "KrokoTS", + "version": "1.1.0", + "author": "AlexTutorial \u003cpihtoded36@gmail.ru\u003e", + "maintainer": "AlexTutorial \u003cpihtoded36@gmail.ru\u003e", + "sentence": "Light and fast library for resistive touchscreens", + "paragraph": "Light and fast library for resistive touchscreens", + "website": "https://github.com/GyverLibs/EncButton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexTutorial/KrokoTS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexTutorial/KrokoTS-1.1.0.zip", + "archiveFileName": "KrokoTS-1.1.0.zip", + "size": 3387, + "checksum": "SHA-256:97a6e2ae018e4c254df0db64ea9100e306fd903ac3b5ffdb304cb23262ad58f8" + }, + { + "name": "KrokoTS", + "version": "1.1.1", + "author": "AlexTutorial \u003cpihtoded36@gmail.com\u003e", + "maintainer": "AlexTutorial \u003cpihtoded36@gmail.com\u003e", + "sentence": "Light and fast library for resistive touchscreens", + "paragraph": "Light and fast library for resistive touchscreens", + "website": "https://github.com/AlexTutorial/KrokoTS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexTutorial/KrokoTS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexTutorial/KrokoTS-1.1.1.zip", + "archiveFileName": "KrokoTS-1.1.1.zip", + "size": 3379, + "checksum": "SHA-256:e525fd9b83f6c3e2f2a31345a1f290f6c5d99bdbf1a6a4b6f202056ec08ed615" + }, + { + "name": "KrokoTS", + "version": "1.2.0", + "author": "AlexTutorial \u003cpihtoded36@gmail.com\u003e", + "maintainer": "AlexTutorial \u003cpihtoded36@gmail.com\u003e", + "sentence": "Light and fast library for resistive touchscreens", + "paragraph": "Light and fast library for resistive touchscreens", + "website": "https://github.com/AlexTutorial/KrokoTS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexTutorial/KrokoTS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexTutorial/KrokoTS-1.2.0.zip", + "archiveFileName": "KrokoTS-1.2.0.zip", + "size": 3680, + "checksum": "SHA-256:b3c371c5aed47de628187211323c24f3769015aedc842428ca0e8e7c92071a22" + }, + { + "name": "STM32_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an STM32F/L/H/G/WB/MP1-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/STM32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_ISR_Servo.git", + "providesIncludes": [ + "STM32_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_ISR_Servo-1.0.0.zip", + "archiveFileName": "STM32_ISR_Servo-1.0.0.zip", + "size": 67722, + "checksum": "SHA-256:c5750b1171d444761882858fa319ee7efdfed9b9099b7b39e71ba4a0c40d0a56" + }, + { + "name": "STM32_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an STM32F/L/H/G/WB/MP1-based board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/STM32_ISR_Servo", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_ISR_Servo.git", + "providesIncludes": [ + "STM32_ISR_Servo.h", + "STM32_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_ISR_Servo-1.1.0.zip", + "archiveFileName": "STM32_ISR_Servo-1.1.0.zip", + "size": 109743, + "checksum": "SHA-256:f82d286f1287bdd9ad3d6d53f64207fc8efab5c7de5c5cb424dfce4035a52662" + }, + { + "name": "MyButton", + "version": "1.0.0", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Button enhancement library for Arduino", + "paragraph": "C++ library for the Arduino IDE that makes achieving complex behaviors with push-buttons easier through providing {press events detection (FALLING/RISING), Multiple behaviors in one button through pressing time, Button pressing progress towards reaching a press-time, and timed presses}.", + "website": "https://github.com/Rad-hi/MyButton_Arduino.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-1.0.0.zip", + "archiveFileName": "MyButton-1.0.0.zip", + "size": 9906115, + "checksum": "SHA-256:04d0713399e3f5fe134727024995122fbf33a5587ca2d8bcc6d2dc5a0faecce6" + }, + { + "name": "MyButton", + "version": "1.0.1", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Button enhancement library for Arduino", + "paragraph": "C++ library for the Arduino IDE that makes achieving complex behaviors with push-buttons easier through providing {press events detection (FALLING/RISING), Multiple behaviors in one button through pressing time, Button pressing progress towards reaching a press-time, and timed presses}.", + "website": "https://github.com/Rad-hi/MyButton_Arduino.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-1.0.1.zip", + "archiveFileName": "MyButton-1.0.1.zip", + "size": 9927094, + "checksum": "SHA-256:5053f706a7943e345e6784e802461f41fc3d24089e050304f357f29f357628bb" + }, + { + "name": "MyButton", + "version": "1.0.2", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Button enhancement library for Arduino", + "paragraph": "C++ library for the Arduino IDE that makes achieving complex behaviors with push-buttons easier through providing {press events detection (FALLING/RISING), Multiple behaviors in one button through pressing time, Button pressing progress towards reaching a press-time, and timed presses}.", + "website": "https://github.com/Rad-hi/MyButton_Arduino.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-1.0.2.zip", + "archiveFileName": "MyButton-1.0.2.zip", + "size": 17831160, + "checksum": "SHA-256:ed21be0defa3561ea16c81b29010c342070ccb8bb1f3a1dba932605716918e64" + }, + { + "name": "MyButton", + "version": "1.1.0", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Button enhancement library for Arduino", + "paragraph": "C++ library for the Arduino IDE that makes achieving complex behaviors with push-buttons easier through providing {press events detection (FALLING/RISING), Multiple behaviors in one button through pressing time, Button pressing progress towards reaching a press-time, and timed presses}.", + "website": "https://github.com/Rad-hi/MyButton_Arduino.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-1.1.0.zip", + "archiveFileName": "MyButton-1.1.0.zip", + "size": 17831486, + "checksum": "SHA-256:ed9f8588a07f1f388c093663c8358b4420422239f4568564f2ef1bb137a9eb09" + }, + { + "name": "MyButton", + "version": "1.2.0", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Making buttons easy and fun to work with (debounced normal, and counting buttons)", + "paragraph": "MyButton/MyCountingButton are two C++ libraries for the Arduino IDE that make achieving complex behaviors with push-buttons easier through providing: press events detection (FALLING/RISING), Multiple behaviors in one button, and counting presses (FALLING/RISING/CHANGING edges).", + "website": "https://github.com/Rad-hi/MyButton_Arduino.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-1.2.0.zip", + "archiveFileName": "MyButton-1.2.0.zip", + "size": 17846504, + "checksum": "SHA-256:ba6b2c9553adcd27f6e560a90b3bf00a069dd64d6d1fafed903f379d2fb054bb" + }, + { + "name": "MyButton", + "version": "2.0.1", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Making buttons easy and fun to work with (normal, and counting buttons)", + "paragraph": "MyButton/MyCountingButton are two C++ libraries for the Arduino IDE that make achieving complex behaviors with push-buttons easier through providing: press events detection (FALLING/RISING), Multiple behaviors in one button, and counting presses (FALLING/RISING/CHANGING edges).", + "website": "https://mybutton-arduino.readthedocs.io/en/latest/index.html", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-2.0.1.zip", + "archiveFileName": "MyButton-2.0.1.zip", + "size": 17846437, + "checksum": "SHA-256:a8f14a7aa19cda12d082fd1eaccea6482533fd291a8c644a24d958c258fd830c" + }, + { + "name": "MyButton", + "version": "2.0.2", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Making buttons easy and fun to work with (normal, and counting buttons)", + "paragraph": "MyButton/MyCountingButton are two C++ libraries for the Arduino IDE that make achieving complex behaviors with push-buttons easier through providing: press events detection (FALLING/RISING), Multiple behaviors in one button, and counting presses (FALLING/RISING/CHANGING edges).", + "website": "https://mybutton-arduino.readthedocs.io/en/latest/index.html", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-2.0.2.zip", + "archiveFileName": "MyButton-2.0.2.zip", + "size": 17846523, + "checksum": "SHA-256:fc93c9ac4d71c1a402b8ef0b094c6bf1184ba785d5b039c817829c720e5d1b25" + }, + { + "name": "MyButton", + "version": "2.0.3", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Making buttons easy and fun to work with (normal, and counting buttons)", + "paragraph": "MyButton/MyCountingButton are two C++ libraries for the Arduino IDE that make achieving complex behaviors with push-buttons easier through providing: press events detection (FALLING/RISING), Multiple behaviors in one button, and counting presses (FALLING/RISING/CHANGING edges).", + "website": "https://mybutton-arduino.readthedocs.io/en/latest/index.html", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Rad-hi/MyButton_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MyButton-2.0.3.zip", + "archiveFileName": "MyButton-2.0.3.zip", + "size": 17846884, + "checksum": "SHA-256:b7edb30c4d20901b8888a91e3784b950b616623a4e2119bd801e8659f2bbe7d5" + }, + { + "name": "RP2040_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on RP2040-based board, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/RP2040_ISR_Servo", + "category": "Device Control", + "architectures": [ + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_ISR_Servo.git", + "providesIncludes": [ + "RP2040_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_ISR_Servo-1.0.0.zip", + "archiveFileName": "RP2040_ISR_Servo-1.0.0.zip", + "size": 21623, + "checksum": "SHA-256:e1c3194a20878f350104d5d78009b4f0a217636e4cd82effce6d957b78e788db" + }, + { + "name": "RP2040_ISR_Servo", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on RP2040-based board, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/RP2040_ISR_Servo", + "category": "Device Control", + "architectures": [ + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_ISR_Servo.git", + "providesIncludes": [ + "RP2040_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_ISR_Servo-1.0.1.zip", + "archiveFileName": "RP2040_ISR_Servo-1.0.1.zip", + "size": 24669, + "checksum": "SHA-256:543798269c9bbb57241446f53c2449fd8a499aa46220eecc21ae41b739fe4d36" + }, + { + "name": "RP2040_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on RP2040-based board, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/RP2040_ISR_Servo", + "category": "Device Control", + "architectures": [ + "mbed_rp2040", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_ISR_Servo.git", + "providesIncludes": [ + "RP2040_ISR_Servo.h", + "RP2040_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_ISR_Servo-1.1.0.zip", + "archiveFileName": "RP2040_ISR_Servo-1.1.0.zip", + "size": 31648, + "checksum": "SHA-256:1b33a57b70a49353d532a7267d8c0d158d3c678b07510f3ff1041c2da5a780fc" + }, + { + "name": "RP2040_ISR_Servo", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on RP2040-based board, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/RP2040_ISR_Servo", + "category": "Device Control", + "architectures": [ + "mbed_rp2040", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_ISR_Servo.git", + "providesIncludes": [ + "RP2040_ISR_Servo.h", + "RP2040_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_ISR_Servo-1.1.1.zip", + "archiveFileName": "RP2040_ISR_Servo-1.1.1.zip", + "size": 28905, + "checksum": "SHA-256:03f4a78a77c817f50720f8b5dc862ef80410e018a551d5b681d5d8602a0696c4" + }, + { + "name": "RP2040_ISR_Servo", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on RP2040 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on RP2040-based board, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, to control up to 16 or more servo motors. Now permitting using servos with different pulse ranges simultaneously.", + "website": "https://github.com/khoih-prog/RP2040_ISR_Servo", + "category": "Device Control", + "architectures": [ + "mbed_rp2040", + "mbed_nano", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_ISR_Servo.git", + "providesIncludes": [ + "RP2040_ISR_Servo.h", + "RP2040_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_ISR_Servo-1.1.2.zip", + "archiveFileName": "RP2040_ISR_Servo-1.1.2.zip", + "size": 29397, + "checksum": "SHA-256:892afe8bffb759f91f6643120ddd50726107b151b411d974e6347932978bc554" + }, + { + "name": "BasicEncoder", + "version": "1.0.2", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from simple rotary control knobs", + "paragraph": "Could also be used for low freuency odometry but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.0.2.zip", + "archiveFileName": "BasicEncoder-1.0.2.zip", + "size": 9589, + "checksum": "SHA-256:e43afdb4232240679b869c3e9c48dd82daaaf478a6fe112830aa73ad50cc771a" + }, + { + "name": "BasicEncoder", + "version": "1.0.3", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from simple rotary control knobs", + "paragraph": "Could also be used for low freuency odometry but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.0.3.zip", + "archiveFileName": "BasicEncoder-1.0.3.zip", + "size": 9589, + "checksum": "SHA-256:72751896df3c4be808b2e2c5e396b1e3217652b1afd7b09a8fcc8af5becb7979" + }, + { + "name": "BasicEncoder", + "version": "1.0.4", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from simple rotary encoder control knobs", + "paragraph": "Could also be used for low freuency odometry encoders but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.0.4.zip", + "archiveFileName": "BasicEncoder-1.0.4.zip", + "size": 9592, + "checksum": "SHA-256:ab07b8ec908089eaa77284f9695cb80a4b2b10a997f5a8e1f091be6748d063b6" + }, + { + "name": "BasicEncoder", + "version": "1.0.5", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from simple rotary encoder control knobs", + "paragraph": "Could also be used for low freuency odometry encoders but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.0.5.zip", + "archiveFileName": "BasicEncoder-1.0.5.zip", + "size": 10077, + "checksum": "SHA-256:4abbafc5b09a2eb24a312af6357a1a1c321e95a23f564405f14b99d0c9bbc6d9" + }, + { + "name": "BasicEncoder", + "version": "1.1.0", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from one or more simple rotary encoder control knobs.", + "paragraph": "Could also be used for low freuency odometry encoders but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.1.0.zip", + "archiveFileName": "BasicEncoder-1.1.0.zip", + "size": 11442, + "checksum": "SHA-256:9db1a2dd156602a6f2078d4ea91ffa8112307419612114a3944404399fca13aa" + }, + { + "name": "BasicEncoder", + "version": "1.1.1", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from one or more simple rotary encoder control knobs.", + "paragraph": "Could also be used for low freuency odometry encoders but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.1.1.zip", + "archiveFileName": "BasicEncoder-1.1.1.zip", + "size": 15568, + "checksum": "SHA-256:21fa347d8f46eb94036d368598880b238979ed4a5d110883330951c99dbbe88b" + }, + { + "name": "BasicEncoder", + "version": "1.1.3", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from one or more simple rotary encoder control knobs.", + "paragraph": "Could also be used for low freuency odometry encoders but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.1.3.zip", + "archiveFileName": "BasicEncoder-1.1.3.zip", + "size": 15913, + "checksum": "SHA-256:b778b2fcb516de79e2c4ab422f490b4975dd88fd263ada730ba35df753b87005" + }, + { + "name": "BasicEncoder", + "version": "1.1.4", + "author": "Peter Harrison", + "maintainer": "Peter Harrison", + "sentence": "BasicEncoder counts pulses from one or more simple rotary encoder control knobs.", + "paragraph": "Could also be used for low freuency odometry encoders but not suited to motor encoders.", + "website": "https://github.com/micromouseonline/BasicEncoder", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/micromouseonline/BasicEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/micromouseonline/BasicEncoder-1.1.4.zip", + "archiveFileName": "BasicEncoder-1.1.4.zip", + "size": 15912, + "checksum": "SHA-256:6a40096a9b181f8964fcbe624d944f8744d57bcc892a15672bd5f08982c60a69" + }, + { + "name": "SAMD_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD21/SAMD51 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on SAMD21/SAMD51-based board, such as Nano-33-IoT, Seeeduino XIAO, Adafruit Itsy-Bitsy M4, etc. to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/SAMD_ISR_Servo", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_ISR_Servo.git", + "providesIncludes": [ + "SAMD_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_ISR_Servo-1.0.0.zip", + "archiveFileName": "SAMD_ISR_Servo-1.0.0.zip", + "size": 29615, + "checksum": "SHA-256:afbba211ab7df4a1c0d47b84ffb0a54e843478a7889eff718e80a0a2840a98b9" + }, + { + "name": "SAMD_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on SAMD21/SAMD51 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on SAMD21/SAMD51-based board, such as Nano-33-IoT, Seeeduino XIAO, Adafruit Itsy-Bitsy M4, etc. to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/SAMD_ISR_Servo", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_ISR_Servo.git", + "providesIncludes": [ + "SAMD_ISR_Servo.h", + "SAMD_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_ISR_Servo-1.1.0.zip", + "archiveFileName": "SAMD_ISR_Servo-1.1.0.zip", + "size": 319601, + "checksum": "SHA-256:b50d68e5975d385bbcf8d1ba11d785b81574aae7e9912845450d97fa805ac44f" + }, + { + "name": "NRF52_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware PWM modules on nRF52832/nRF52840 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware PWM module on nRF52832/nRF52840-based board, such as AdaFruit Feather nRF52832, nRF52840 Express, Itsy-Bitsy nRF52840 Express, etc. to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/NRF52_ISR_Servo", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_ISR_Servo.git", + "providesIncludes": [ + "NRF52_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_ISR_Servo-1.0.0.zip", + "archiveFileName": "NRF52_ISR_Servo-1.0.0.zip", + "size": 176619, + "checksum": "SHA-256:297b791f5583fa3f8a5075b8a85004e5bca3ce1aa284ed8ebddf03761d5d939d" + }, + { + "name": "NRF52_ISR_Servo", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware PWM modules on nRF52832/nRF52840 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware PWM module on nRF52832/nRF52840-based board, such as AdaFruit Feather nRF52832, nRF52840 Express, Itsy-Bitsy nRF52840 Express, etc. to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/NRF52_ISR_Servo", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_ISR_Servo.git", + "providesIncludes": [ + "NRF52_ISR_Servo.h", + "NRF52_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_ISR_Servo-1.1.0.zip", + "archiveFileName": "NRF52_ISR_Servo-1.1.0.zip", + "size": 329057, + "checksum": "SHA-256:df58c57acb7ebe215db00415a186cee667a9f8a53fadb95f05f7e455526b81e8" + }, + { + "name": "NRF52_ISR_Servo", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware PWM modules on nRF52832/nRF52840 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware PWM module on nRF52832/nRF52840-based board, such as AdaFruit Feather nRF52832, nRF52840 Express, Itsy-Bitsy nRF52840 Express, etc. to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/NRF52_ISR_Servo", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_ISR_Servo.git", + "providesIncludes": [ + "NRF52_ISR_Servo.h", + "NRF52_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_ISR_Servo-1.2.0.zip", + "archiveFileName": "NRF52_ISR_Servo-1.2.0.zip", + "size": 326613, + "checksum": "SHA-256:bf04ad08e616b6bd7958cc7a67e020151b7db379a22eea721b30306311a90522" + }, + { + "name": "NRF52_ISR_Servo", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware PWM modules on nRF52832/nRF52840 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware PWM module on nRF52832/nRF52840-based board, such as AdaFruit Feather nRF52832, nRF52840 Express, Itsy-Bitsy nRF52840 Express, etc. to control up to 16 or more servo motors.", + "website": "https://github.com/khoih-prog/NRF52_ISR_Servo", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/NRF52_ISR_Servo.git", + "providesIncludes": [ + "NRF52_ISR_Servo.h", + "NRF52_ISR_Servo.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_ISR_Servo-1.2.1.zip", + "archiveFileName": "NRF52_ISR_Servo-1.2.1.zip", + "size": 336150, + "checksum": "SHA-256:7d2fbd8cc180f43e27811c2d24bd2675c5bcf2f1190c03b4e133842cb664a61c" + }, + { + "name": "MTP40C", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40C CO2 + air pressure sensor", + "website": "https://github.com/RobTillaart/MTP40C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MTP40C.git", + "providesIncludes": [ + "MTP40C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40C-0.1.0.zip", + "archiveFileName": "MTP40C-0.1.0.zip", + "size": 13379, + "checksum": "SHA-256:186a842bd6d632dccf86d0480a89872d78873c3783feec121f8e8d91da4775a6" + }, + { + "name": "MTP40C", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40C CO2 + air pressure sensor", + "website": "https://github.com/RobTillaart/MTP40C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MTP40C.git", + "providesIncludes": [ + "MTP40C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40C-0.1.1.zip", + "archiveFileName": "MTP40C-0.1.1.zip", + "size": 18592, + "checksum": "SHA-256:11a3e3662691a3057d3ed00c2d5c1859ada5e66783bada3c3e3503d91fd123fe" + }, + { + "name": "MTP40C", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40, MTP40C and MTP40D CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MTP40C.git", + "providesIncludes": [ + "MTP40C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40C-0.2.0.zip", + "archiveFileName": "MTP40C-0.2.0.zip", + "size": 23800, + "checksum": "SHA-256:d758a6bc2d34bd493da710d02346777e72f452207a4a60b054510ea499f76faa" + }, + { + "name": "MTP40C", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40, MTP40C and MTP40D CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MTP40C.git", + "providesIncludes": [ + "MTP40C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40C-0.2.1.zip", + "archiveFileName": "MTP40C-0.2.1.zip", + "size": 23932, + "checksum": "SHA-256:26e62e896d207a783ba08176a0c6cc7daa34b6838e32ce781e6652e38bd54392" + }, + { + "name": "MTP40C", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40, MTP40C and MTP40D CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MTP40C.git", + "providesIncludes": [ + "MTP40C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40C-0.2.2.zip", + "archiveFileName": "MTP40C-0.2.2.zip", + "size": 24344, + "checksum": "SHA-256:7cd3a0acd9dc8ba9d38e76f7619d1cd8a82c7c4108ac11c0c5f85e71ddacd3ae" + }, + { + "name": "MTP40C", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40, MTP40C and MTP40D CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MTP40C.git", + "providesIncludes": [ + "MTP40C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40C-0.3.0.zip", + "archiveFileName": "MTP40C-0.3.0.zip", + "size": 29150, + "checksum": "SHA-256:850f3b8b16eb1dbebbb72ef6b9b7c97a63f4883abcd7e1417910fb3c3b2df9ef" + }, + { + "name": "MTP40C", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40, MTP40C and MTP40D CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MTP40C.git", + "providesIncludes": [ + "MTP40C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40C-0.3.1.zip", + "archiveFileName": "MTP40C-0.3.1.zip", + "size": 29379, + "checksum": "SHA-256:96b859a338eac0b8b9fd7f9b68a09b5b79bdee9a6a9177909a3e444133d8af87" + }, + { + "name": "Simple5641AS", + "version": "1.0.0", + "author": "adrian200223 \u003cadrianvm200223@gmail.com\u003e", + "maintainer": "adrian200223 \u003cadrianvm200223@gmail.com\u003e", + "sentence": "Simple use of the 5641AS LED 7-segment display.", + "paragraph": "With this library, you can easily control the 5641AS to display some number, display a countdown, count from 0 to 100..etc.", + "website": "https://github.com/adrian200223/Simple5641AS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/adrian200223/Simple5641AS.git", + "providesIncludes": [ + "Simple5641AS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adrian200223/Simple5641AS-1.0.0.zip", + "archiveFileName": "Simple5641AS-1.0.0.zip", + "size": 9296, + "checksum": "SHA-256:d1f9146359d147688a225576b48df0bd750fbef02c2f9e55310d66e1c89f7728" + }, + { + "name": "Easy MFRC522", + "version": "0.2.1", + "author": "Pablo Sampaio \u003cpablo.sampaio@ufrpe.br\u003e", + "maintainer": "Pablo Sampaio", + "sentence": "Simplified reading/writing data chunks from/to RFID tags with MFRC522 module.", + "paragraph": "This library allows you to read/write data from RFID tags easily. Three ways of reading/writing are available: (1) as binary data chunks of any fixed/known size, (2) as binary data chunks identified by labels, with lengths possibly unknown at read-time, or (3) as a dictionary with key/values pairs. This is a higher-level wrapper to the great library miguelbalboa/MFRC522.", + "website": "https://github.com/pablo-sampaio/easy_mfrc522", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pablo-sampaio/easy_mfrc522.git", + "dependencies": [ + { + "name": "MFRC522" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pablo-sampaio/Easy_MFRC522-0.2.1.zip", + "archiveFileName": "Easy_MFRC522-0.2.1.zip", + "size": 393640, + "checksum": "SHA-256:ae2399719d3ee382218c182f1006ac56c1dc6f3425a54563861daa7dfaebbb11" + }, + { + "name": "Easy MFRC522", + "version": "0.2.2", + "author": "Pablo Sampaio \u003cpablo.sampaio@ufrpe.br\u003e", + "maintainer": "Pablo Sampaio", + "sentence": "Simplified reading/writing data chunks from/to RFID tags with MFRC522 module.", + "paragraph": "This library allows you to read/write data from RFID tags easily. Three ways of reading/writing are available: (1) as binary data chunks of any fixed/known size, (2) as binary data chunks identified by labels, with lengths possibly unknown at read-time, or (3) as a dictionary with key/values pairs. This is a higher-level wrapper to the great library miguelbalboa/MFRC522.", + "website": "https://github.com/pablo-sampaio/easy_mfrc522", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pablo-sampaio/easy_mfrc522.git", + "dependencies": [ + { + "name": "MFRC522" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pablo-sampaio/Easy_MFRC522-0.2.2.zip", + "archiveFileName": "Easy_MFRC522-0.2.2.zip", + "size": 394945, + "checksum": "SHA-256:632cbc15d6faeb3da61ec4574f1e72d0b4e08fc56e3df2a5b2496f56f3c9ca1b" + }, + { + "name": "AceSorting", + "version": "0.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Various sorting algorithms for Arduino.", + "paragraph": "Bubble Sort, Insertion Sort, Shell Sort, Comb Sort, Quick Sort.", + "website": "https://github.com/bxparks/AceSorting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSorting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSorting-0.1.0.zip", + "archiveFileName": "AceSorting-0.1.0.zip", + "size": 385158, + "checksum": "SHA-256:52bd113d288e57aa49713554b54504235af0fc04e00f9758095e6d166496e021" + }, + { + "name": "AceSorting", + "version": "0.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Various sorting algorithms for Arduino.", + "paragraph": "Bubble Sort, Insertion Sort, Selection Sort, Shell Sort, Comb Sort, Quick Sort.", + "website": "https://github.com/bxparks/AceSorting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSorting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSorting-0.2.0.zip", + "archiveFileName": "AceSorting-0.2.0.zip", + "size": 413599, + "checksum": "SHA-256:1da73cc2f4a1f33e70cff9ab6b38910997532897d8ab812c23e1eed185ad7386" + }, + { + "name": "AceSorting", + "version": "0.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Various sorting algorithms for Arduino, including Bubble Sort, Insertion Sort, Selection Sort, Shell Sort (3 versions), Comb Sort (4 versions), Quick Sort (3 versions).", + "paragraph": "Provides 2 variants of each algorithm: a simple variant which sorts in ascending order using the implicit less-than operator, and a three-argument variant that accepts a function pointer or lambda expression to sort using a user-defined sorting function.", + "website": "https://github.com/bxparks/AceSorting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSorting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSorting-0.3.0.zip", + "archiveFileName": "AceSorting-0.3.0.zip", + "size": 418433, + "checksum": "SHA-256:0aa2a79c99d25259f7c9af8005e6bdb983104be4f769dc056a8150479e409b84" + }, + { + "name": "AceSorting", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Various sorting algorithms for Arduino, including Bubble Sort, Insertion Sort, Selection Sort, Shell Sort (3 versions), Comb Sort (4 versions), Quick Sort (3 versions).", + "paragraph": "Provides 2 variants of each algorithm: a simple variant which sorts in ascending order using the implicit less-than operator, and a three-argument variant that accepts a function pointer or lambda expression to sort using a user-defined sorting function.", + "website": "https://github.com/bxparks/AceSorting", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceSorting.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceSorting-1.0.0.zip", + "archiveFileName": "AceSorting-1.0.0.zip", + "size": 420850, + "checksum": "SHA-256:dfd9603878ef5eeea1421b6a80b1052b8af7d671233102f2c840f25dac108a84" + }, + { + "name": "cSerialWatcher", + "version": "1.0.1", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on esp8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-1.0.1.zip", + "archiveFileName": "cSerialWatcher-1.0.1.zip", + "size": 92800, + "checksum": "SHA-256:9dd7a4f7b6c8ca24e856990f5eb846cbcfae6163c59297ce755d2f3e793e9419" + }, + { + "name": "cSerialWatcher", + "version": "2.0.0", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.0.0.zip", + "archiveFileName": "cSerialWatcher-2.0.0.zip", + "size": 83636, + "checksum": "SHA-256:10e7332e6c04df63c645977e62d957fbe997be979c162674ca1ea622277ce99a" + }, + { + "name": "cSerialWatcher", + "version": "2.0.1", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.0.1.zip", + "archiveFileName": "cSerialWatcher-2.0.1.zip", + "size": 83616, + "checksum": "SHA-256:134f5c9cedc262f2e96e2b04d845139695bcca27419401c6d7bb5b895f75df6e" + }, + { + "name": "cSerialWatcher", + "version": "2.0.2", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.0.2.zip", + "archiveFileName": "cSerialWatcher-2.0.2.zip", + "size": 83688, + "checksum": "SHA-256:6fb118ce035b56d84816f5fcf254b01ec7f0def121b8c99531458f5385038e0c" + }, + { + "name": "cSerialWatcher", + "version": "2.0.4", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.0.4.zip", + "archiveFileName": "cSerialWatcher-2.0.4.zip", + "size": 84895, + "checksum": "SHA-256:fae4a76feeec4a9e0f154e5ec26a680aedf978fb8401cc006df2eb218f7acd76" + }, + { + "name": "cSerialWatcher", + "version": "2.0.6", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.0.6.zip", + "archiveFileName": "cSerialWatcher-2.0.6.zip", + "size": 84894, + "checksum": "SHA-256:1e9bd9d0b791084b324aae29fbbbb8f8bf087fb67b39719e3096ba28687a7a75" + }, + { + "name": "cSerialWatcher", + "version": "2.0.8", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.0.8.zip", + "archiveFileName": "cSerialWatcher-2.0.8.zip", + "size": 82163, + "checksum": "SHA-256:f5bdbc61225538fcda7ff7a97eb4975fe21870dc29a93fe88cfc67c50abd6eba" + }, + { + "name": "cSerialWatcher", + "version": "2.0.9", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.0.9.zip", + "archiveFileName": "cSerialWatcher-2.0.9.zip", + "size": 82154, + "checksum": "SHA-256:a6d1505a74f2520b3341ac8434644edad8282e984af58b89456de4bf647050f8" + }, + { + "name": "cSerialWatcher", + "version": "2.1.0", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.1.0.zip", + "archiveFileName": "cSerialWatcher-2.1.0.zip", + "size": 82164, + "checksum": "SHA-256:839dd403f86bd8bda5ee1fae9063176bbc70ccffba072d5e3ecac84c6a930df0" + }, + { + "name": "cSerialWatcher", + "version": "2.1.1", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time library to monitor and modify arduino variables via serial usb. This library is compatible with arduino unoR3 and all the shields based on ESP8266.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.1.1.zip", + "archiveFileName": "cSerialWatcher-2.1.1.zip", + "size": 84147, + "checksum": "SHA-256:234c36c9ac2eddd92f126ac04cd31b80c3e644d0398e11678601fe38011be15a" + }, + { + "name": "cSerialWatcher", + "version": "2.1.2", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time arduino library to monitor/edit variables via serial usb. This library is compatible with arduino unoR3, unoR4, Mega, and shields based on esp8266, esp32.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.1.2.zip", + "archiveFileName": "cSerialWatcher-2.1.2.zip", + "size": 84199, + "checksum": "SHA-256:a18680b2442f52d1749a14d9729f13dbc2fd360b09aa7b6e9d682ebc723f23c9" + }, + { + "name": "cSerialWatcher", + "version": "2.1.3", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time arduino library to monitor/edit variables via serial usb. This library is compatible with arduino unoR3, unoR4, Mega, and shields based on esp8266, esp32.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.1.3.zip", + "archiveFileName": "cSerialWatcher-2.1.3.zip", + "size": 83050, + "checksum": "SHA-256:8edef1090e76078cfa4dff7e77e356f295d25173641b53fb51cfdd1210fd82d6" + }, + { + "name": "cSerialWatcher", + "version": "2.1.4", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time arduino library to monitor/edit variables via serial usb. This library is compatible with arduino unoR3, unoR4, Mega, and shields based on esp8266, esp32.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.1.4.zip", + "archiveFileName": "cSerialWatcher-2.1.4.zip", + "size": 83158, + "checksum": "SHA-256:c1c54ed42e754d6567e0a69c675e596b70af0b95df7d9fdd694f28268d52c3be" + }, + { + "name": "cSerialWatcher", + "version": "2.1.5", + "author": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "maintainer": "Lorenzo B \u003clorenzo1988@gmail.com\u003e", + "sentence": "Monitor and modify arduino variables via serial usb", + "paragraph": "A fast lightweight real time arduino library to monitor/edit variables via serial usb. This library is compatible with arduino unoR3, unoR4, Mega, and shields based on esp8266, esp32.", + "website": "https://github.com/lozziboy/arduino-serial-variable-table", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lozziboy/arduino-serial-variable-table.git", + "providesIncludes": [ + "cSerialWatcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lozziboy/cSerialWatcher-2.1.5.zip", + "archiveFileName": "cSerialWatcher-2.1.5.zip", + "size": 83155, + "checksum": "SHA-256:ab0be32eff12d233443fcc585e3a767f40ec9b3eaf269420047e012072e6c6a0" + }, + { + "name": "MMC34160PJ", + "version": "1.0.0", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "A library for the Memsic's MMC34160PJ magnetometer", + "paragraph": "It allows to magnetometer angle", + "website": "https://github.com/levkovigor/MMC34160PJ", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/MMC34160PJ.git", + "providesIncludes": [ + "MMC34160PJ.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/MMC34160PJ-1.0.0.zip", + "archiveFileName": "MMC34160PJ-1.0.0.zip", + "size": 5200, + "checksum": "SHA-256:7b46e98f41e060448a38524c0c5bd0c6671e49cf04c8732903d848da1f2db24b" + }, + { + "name": "MMC34160PJ", + "version": "1.0.1", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "A library for the Memsic's MMC34160PJ magnetometer", + "paragraph": "It allows to magnetometer angle", + "website": "https://github.com/levkovigor/MMC34160PJ", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/MMC34160PJ.git", + "providesIncludes": [ + "MMC34160PJ.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/MMC34160PJ-1.0.1.zip", + "archiveFileName": "MMC34160PJ-1.0.1.zip", + "size": 5204, + "checksum": "SHA-256:aa34b993a1b21b4e4b2b7eafc34548a8a0d5f2f12c9a22dbb3603bdf4ba71ddc" + }, + { + "name": "GT811 Library", + "version": "1.0.0", + "author": "Igor Levkov \u003cigor.levkov@gmail.com\u003e", + "maintainer": "Igor Levkov \u003cigor.levkov@gmail.com\u003e", + "sentence": "Arduino library for GT811-based Capacitive touch screen", + "paragraph": "Arduino library for GT811-based Capacitive touch screen", + "website": "https://github.com/levkovigor/GT811", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/GT811.git", + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/GT811_Library-1.0.0.zip", + "archiveFileName": "GT811_Library-1.0.0.zip", + "size": 4767, + "checksum": "SHA-256:7fa861b5aa36fe132746c7f8a58e464d44d90fe3e107629fb9599b86be45db9e" + }, + { + "name": "GT811 Library", + "version": "1.0.1", + "author": "Igor Levkov \u003cigor.levkov@gmail.com\u003e", + "maintainer": "Igor Levkov \u003cigor.levkov@gmail.com\u003e", + "sentence": "Arduino library for GT811-based Capacitive touch screen", + "paragraph": "I2C communication with GT811 Capacitive touch screen sensor", + "website": "https://github.com/levkovigor/GT811", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/GT811.git", + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/GT811_Library-1.0.1.zip", + "archiveFileName": "GT811_Library-1.0.1.zip", + "size": 5599, + "checksum": "SHA-256:86ac28e857b9d94570a398bd032ce9be71ad6b3dfc0d2535e65e7df0332399e6" + }, + { + "name": "PPPOSClient", + "version": "1.0.0", + "author": "Igor\tLevkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor\tLevkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "A client library for gsm ppp protocol.", + "paragraph": "This library can be used to make GET and POST requests and to connect mqtt with PubSubClient. It supports ESP32.", + "website": "https://github.com/levkovigor/ppposclient.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/ppposclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/PPPOSClient-1.0.0.zip", + "archiveFileName": "PPPOSClient-1.0.0.zip", + "size": 10574, + "checksum": "SHA-256:b235d82920744ed128704ec58367101ec2a2581ab556c572c801d1869c507857" + }, + { + "name": "Iotkaran", + "version": "0.1.0", + "author": "Iotkaran Team", + "maintainer": "Iotkaran Team", + "sentence": "Iotkaran library for Arduino.", + "paragraph": "A library for connecting to the Iotkaran IoT platform.", + "website": "https://github.com/iotkaran/arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotkaran/Arduino.git", + "providesIncludes": [ + "Iotkaran.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotkaran/Iotkaran-0.1.0.zip", + "archiveFileName": "Iotkaran-0.1.0.zip", + "size": 5445, + "checksum": "SHA-256:2cf8c04517c8c18240bc3fcb9760e56e716e1af1a7e49a333a49dca8e2100863" + }, + { + "name": "Iotkaran", + "version": "0.2.0", + "author": "Iotkaran Team", + "maintainer": "Iotkaran Team", + "sentence": "Iotkaran library for Arduino.", + "paragraph": "A library for connecting to the Iotkaran IoT platform.", + "website": "https://github.com/iotkaran/arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotkaran/Arduino.git", + "providesIncludes": [ + "Iotkaran.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotkaran/Iotkaran-0.2.0.zip", + "archiveFileName": "Iotkaran-0.2.0.zip", + "size": 7234, + "checksum": "SHA-256:dc2968c765c6a37954b865c54e9e3d78b8300149749e38efa3681899548527ae" + }, + { + "name": "LTR390", + "version": "1.0.0", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors.", + "paragraph": "Support calculation of Lux and UV Index.", + "website": "https://github.com/levkovigor/LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/LTR390.git", + "providesIncludes": [ + "LTR390.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/LTR390-1.0.0.zip", + "archiveFileName": "LTR390-1.0.0.zip", + "size": 6828, + "checksum": "SHA-256:0e8bf85ddeccc219757c9adea8f80d8ef837a86519384e4b22b5aceeb9e44568" + }, + { + "name": "LTR390", + "version": "1.0.1", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors.", + "paragraph": "Support calculation of Lux and UV Index.", + "website": "https://github.com/levkovigor/LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/LTR390.git", + "providesIncludes": [ + "LTR390.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/LTR390-1.0.1.zip", + "archiveFileName": "LTR390-1.0.1.zip", + "size": 6798, + "checksum": "SHA-256:20bcc008ede70131696004ff504af9ce90236fd660108ed21b879332b5ba6e0d" + }, + { + "name": "LTR390", + "version": "1.0.7", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors.", + "paragraph": "Support calculation of Lux and UV Index.", + "website": "https://github.com/levkovigor/LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/LTR390.git", + "providesIncludes": [ + "LTR390.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/LTR390-1.0.7.zip", + "archiveFileName": "LTR390-1.0.7.zip", + "size": 1035234, + "checksum": "SHA-256:ee6da44593bf8f2730af84a172bf6586b1ad38141a485f20e3797434fba64611" + }, + { + "name": "LTR390", + "version": "1.0.8", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors.", + "paragraph": "Support calculation of Lux and UV Index.", + "website": "https://github.com/levkovigor/LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/LTR390.git", + "providesIncludes": [ + "LTR390.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/LTR390-1.0.8.zip", + "archiveFileName": "LTR390-1.0.8.zip", + "size": 1035237, + "checksum": "SHA-256:8246b45bede88878ed0d81bf7aa38a37a190c8faa7acb86b9c3b3bc9ec17638a" + }, + { + "name": "LTR390", + "version": "1.0.9", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "Arduino library for the LTR390 UV sensors.", + "paragraph": "Support calculation of Lux and UV Index.", + "website": "https://github.com/levkovigor/LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/LTR390.git", + "providesIncludes": [ + "LTR390.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/LTR390-1.0.9.zip", + "archiveFileName": "LTR390-1.0.9.zip", + "size": 1035229, + "checksum": "SHA-256:c3a747d7bc84b1dee5e2bd7875f8a96f84269cb39b5d46afd99fdacee8e0ca3b" + }, + { + "name": "FFT", + "version": "0.0.1", + "author": "Robin Scheibler", + "maintainer": "Robin Scheibler", + "sentence": "Library for FFT", + "paragraph": "See more on http://www.robinscheibler.org", + "website": "https://github.com/Tinyu-Zhao/FFT", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/FFT.git", + "providesIncludes": [ + "fft.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/FFT-0.0.1.zip", + "archiveFileName": "FFT-0.0.1.zip", + "size": 9989, + "checksum": "SHA-256:5a869a8d60983e6fe7e83db50c69e727b82f9192e39c09bd6d7997fcaaa26b92" + }, + { + "name": "TB67H450-arduino-library", + "version": "1.0.1", + "author": "masadaruma", + "maintainer": "masadaruma \u003cmasadaruma1225@gmail.com\u003e", + "sentence": "This is a library for the TB67H450.", + "paragraph": "This is a library for the TB67H450.", + "website": "https://github.com/masadaruma/TB67H450-arduino-library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/masadaruma/TB67H450-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/masadaruma/TB67H450_arduino_library-1.0.1.zip", + "archiveFileName": "TB67H450_arduino_library-1.0.1.zip", + "size": 3746, + "checksum": "SHA-256:ceee34cab007a1a5fb83bf459eb8421a95de9905bc161b19be7f9ab77ffea712" + }, + { + "name": "TFTTerminal", + "version": "0.0.1", + "author": "anonymous", + "maintainer": "anonymous", + "sentence": "Library for TFTTerminal", + "paragraph": "See more on", + "website": "https://github.com/Tinyu-Zhao/TFTTerminal", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/TFTTerminal.git", + "providesIncludes": [ + "TFTTerminal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/TFTTerminal-0.0.1.zip", + "archiveFileName": "TFTTerminal-0.0.1.zip", + "size": 3814, + "checksum": "SHA-256:019f8c17a51eb8b33a5396b222addaaf89a225944180fbb59f4603f5a0dd6b65" + }, + { + "name": "CH9328-Keyboard", + "version": "1.0.0", + "author": "Lxy \u003c1452206376@qq.com\u003e", + "maintainer": "Lxy \u003c1452206376@qq.com\u003e", + "sentence": "USB HID Keyboard using WCH CH9328 chip. It is almost compatible with Arduino Keyboard library.", + "paragraph": "Tested on ESP8266.", + "website": "http://github.com/1452206376/CH9328-Keyboard", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/1452206376/CH9328-Keyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/1452206376/CH9328_Keyboard-1.0.0.zip", + "archiveFileName": "CH9328_Keyboard-1.0.0.zip", + "size": 8515, + "checksum": "SHA-256:34b0194305c0b3d5fae87309f682142453a1201e0c5d0334d75bdf925210d5bb" + }, + { + "name": "CH9328-Keyboard", + "version": "1.0.1", + "author": "Lxy \u003c1452206376@qq.com\u003e", + "maintainer": "Lxy \u003c1452206376@qq.com\u003e", + "sentence": "USB HID Keyboard using WCH CH9328 chip. It is almost compatible with Arduino Keyboard library.", + "paragraph": "Tested on ESP8266.", + "website": "http://github.com/1452206376/CH9328-Keyboard", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/1452206376/CH9328-Keyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/1452206376/CH9328_Keyboard-1.0.1.zip", + "archiveFileName": "CH9328_Keyboard-1.0.1.zip", + "size": 3502688, + "checksum": "SHA-256:261b0a919091ff40f1832e8f9d3c62e73507c62a58eb325c02f21e2b640e6a20" + }, + { + "name": "CH9328-Keyboard", + "version": "1.0.2", + "author": "Lxy \u003c1452206376@qq.com\u003e", + "maintainer": "Lxy \u003c1452206376@qq.com\u003e", + "sentence": "USB HID Keyboard using WCH CH9328 chip. It is almost compatible with Arduino Keyboard library.", + "paragraph": "Tested on ESP8266.", + "website": "http://github.com/lxydiy/CH9328-Keyboard", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/1452206376/CH9328-Keyboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/1452206376/CH9328_Keyboard-1.0.2.zip", + "archiveFileName": "CH9328_Keyboard-1.0.2.zip", + "size": 3512298, + "checksum": "SHA-256:45c5c259c414ae30aaa01d8c6782b287ef6d6e8c54c12fcb6cf92c75489fc423" + }, + { + "name": "MCP23017_Attiny85", + "version": "0.1.0", + "author": "Mindaugas Žvirblis", + "maintainer": "MMindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control mcp23017 I/O expander simply\"", + "paragraph": "Library which lets you to control mcp23017 I/O expander simply.", + "website": "https://github.com/9glt/arduino-attiny85-mcp23017-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-mcp23017-library.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/MCP23017_Attiny85-0.1.0.zip", + "archiveFileName": "MCP23017_Attiny85-0.1.0.zip", + "size": 8567, + "checksum": "SHA-256:72ee809cbaa28f0dbb17695abed93eff9c6e447df1abf6924c65375c1993ecb3" + }, + { + "name": "MCP23017_Attiny85", + "version": "0.1.1", + "author": "Mindaugas Žvirblis", + "maintainer": "MMindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control mcp23017 I/O expander simply\"", + "paragraph": "Library which lets you to control mcp23017 I/O expander simply.", + "website": "https://github.com/9glt/arduino-attiny85-mcp23017-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-mcp23017-library.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/MCP23017_Attiny85-0.1.1.zip", + "archiveFileName": "MCP23017_Attiny85-0.1.1.zip", + "size": 8576, + "checksum": "SHA-256:832cc41e31ac251c50c5c1c16a8fcf663da38b18481d766b3f43be5e1df3c80b" + }, + { + "name": "MCP23017_Attiny85", + "version": "0.1.2", + "author": "Mindaugas Žvirblis", + "maintainer": "MMindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control mcp23017 I/O expander simply\"", + "paragraph": "Library which lets you to control mcp23017 I/O expander simply.", + "website": "https://github.com/9glt/arduino-attiny85-mcp23017-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-mcp23017-library.git", + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/MCP23017_Attiny85-0.1.2.zip", + "archiveFileName": "MCP23017_Attiny85-0.1.2.zip", + "size": 8584, + "checksum": "SHA-256:c8641abe84614b0a6c7e369be755ae135e526de6b67930bee01ed14d9b3f424b" + }, + { + "name": "DAC8550", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8550 SPI DAC Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8550", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8550.git", + "providesIncludes": [ + "DAC8550.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8550-0.1.1.zip", + "archiveFileName": "DAC8550-0.1.1.zip", + "size": 10850, + "checksum": "SHA-256:be73c8a955603dc11acc17f45a04e6d1ce94d5e8c6f9c16b45845d5c147420e0" + }, + { + "name": "DAC8550", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8550 SPI DAC Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8550", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8550.git", + "providesIncludes": [ + "DAC8550.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8550-0.1.2.zip", + "archiveFileName": "DAC8550-0.1.2.zip", + "size": 10971, + "checksum": "SHA-256:45204a5da75ddd5debf2ebca395c3603347e0aafc7abcf0a719bef3b063eac68" + }, + { + "name": "DAC8550", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8550 SPI DAC Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8550", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8550.git", + "providesIncludes": [ + "DAC8550.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8550-0.1.3.zip", + "archiveFileName": "DAC8550-0.1.3.zip", + "size": 11419, + "checksum": "SHA-256:e40e4a8bc66cc55002aa217894bcd328967b70796db7de898912bad8a09011b1" + }, + { + "name": "DAC8550", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8550 SPI DAC Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8550", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8550.git", + "providesIncludes": [ + "DAC8550.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8550-0.1.4.zip", + "archiveFileName": "DAC8550-0.1.4.zip", + "size": 11663, + "checksum": "SHA-256:655ad2826c0a918d79e51dc6d02fad447f1d98d8913c00a854297f1ca9b451e6" + }, + { + "name": "DAC8550", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DAC8550 SPI DAC Digital Analog Convertor", + "website": "https://github.com/RobTillaart/DAC8550", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DAC8550.git", + "providesIncludes": [ + "DAC8550.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8550-0.2.0.zip", + "archiveFileName": "DAC8550-0.2.0.zip", + "size": 11598, + "checksum": "SHA-256:21198aab2bdd761a41a5c86c5169d2414b23cf9ac95af0c7e287c25be6bca33f" + }, + { + "name": "FS_Nano33BLE", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of FS (FATFS or LittleFS) for Arduino MBED nRF52840-based boards, such as Nano_33_BLE boards", + "paragraph": "This library facilitates your usage of FS (FATFS or LittleFS) for the onboard flash. FS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/FS_Nano33BLE", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FS_Nano33BLE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FS_Nano33BLE-1.0.0.zip", + "archiveFileName": "FS_Nano33BLE-1.0.0.zip", + "size": 38051, + "checksum": "SHA-256:fb188ee1ab4639f06f79502d62d5c1cf8f5ec675a11e0ba6d50c0515e2b885ab" + }, + { + "name": "FS_Nano33BLE", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of FS (FATFS or LittleFS) for Arduino MBED nRF52840-based boards, such as Nano_33_BLE boards", + "paragraph": "This library facilitates your usage of FS (FATFS or LittleFS) for the onboard flash. FS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/FS_Nano33BLE", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FS_Nano33BLE.git", + "providesIncludes": [ + "FS_Nano33BLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FS_Nano33BLE-1.1.0.zip", + "archiveFileName": "FS_Nano33BLE-1.1.0.zip", + "size": 29931, + "checksum": "SHA-256:696e8c44fd62fb9f4eff9d5c67096e54ed63b92f37f5feb8d2be7932d6d10017" + }, + { + "name": "FS_Nano33BLE", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of FS (FATFS or LittleFS) for Arduino MBED nRF52840-based boards, such as Nano_33_BLE boards", + "paragraph": "This library facilitates your usage of FS (FATFS or LittleFS) for the onboard flash. FS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/FS_Nano33BLE", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FS_Nano33BLE.git", + "providesIncludes": [ + "FS_Nano33BLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FS_Nano33BLE-1.2.0.zip", + "archiveFileName": "FS_Nano33BLE-1.2.0.zip", + "size": 30997, + "checksum": "SHA-256:ca9af82f699925e7221fe9562fd1f4d34e730b584bf3d6118f3bbd2291468eaa" + }, + { + "name": "FS_Nano33BLE", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of FS (FATFS or LittleFS) for Arduino MBED nRF52840-based boards, such as Nano_33_BLE boards", + "paragraph": "This library facilitates your usage of FS (FATFS or LittleFS) for the onboard flash. FS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/FS_Nano33BLE", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FS_Nano33BLE.git", + "providesIncludes": [ + "FS_Nano33BLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FS_Nano33BLE-1.2.1.zip", + "archiveFileName": "FS_Nano33BLE-1.2.1.zip", + "size": 31675, + "checksum": "SHA-256:b22bd6326fa03f7841f20fbaf26a771d7290b29552f98c5dad5e014e5b2d179f" + }, + { + "name": "Arduino_APA102", + "version": "1.0.0", + "author": "Pablo Marquínez", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Control rgb LEDs APA102", + "paragraph": "Allows you to control LEDs rgb, APA102", + "website": "https://github.com/arduino-libraries/Arduino_APA102", + "category": "Signal Input/Output", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_APA102.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APA102-1.0.0.zip", + "archiveFileName": "Arduino_APA102-1.0.0.zip", + "size": 19749, + "checksum": "SHA-256:f6beca829591f2f75731da09bb4eca509c9b7aa2b8f81d724c9d1f2deae1a863" + }, + { + "name": "EscapeAutomate", + "version": "0.0.2", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "WebSockets2_Generic" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.2.zip", + "archiveFileName": "EscapeAutomate-0.0.2.zip", + "size": 42571, + "checksum": "SHA-256:647b29640986a21c1d157fc3181525e2ced7412b76a192c6a576a17d5af4a860" + }, + { + "name": "EscapeAutomate", + "version": "0.0.3", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "WebSockets2_Generic" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.3.zip", + "archiveFileName": "EscapeAutomate-0.0.3.zip", + "size": 42565, + "checksum": "SHA-256:db5e7bf36888c3009d49e17100e140b37139b28fe8ed5e18d360006af450f891" + }, + { + "name": "EscapeAutomate", + "version": "0.0.4", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "WebSockets2_Generic" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.4.zip", + "archiveFileName": "EscapeAutomate-0.0.4.zip", + "size": 42884, + "checksum": "SHA-256:85ffc4e4e6c025270c0d412ecde6ce7d61da9616cee9a1e69c136008cf73ce94" + }, + { + "name": "EscapeAutomate", + "version": "0.0.8", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "WebSockets2_Generic" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.8.zip", + "archiveFileName": "EscapeAutomate-0.0.8.zip", + "size": 43290, + "checksum": "SHA-256:28accfa070757da71d073f4a2bcb31e0a3a1078d5c557696477710ae9d722ccc" + }, + { + "name": "EscapeAutomate", + "version": "0.0.9", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "WebSockets2_Generic" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.9.zip", + "archiveFileName": "EscapeAutomate-0.0.9.zip", + "size": 43297, + "checksum": "SHA-256:60b8bc1e58ab32a02363de4abb542bf3ec71615a4df2dcd2a25e99e6bb93df34" + }, + { + "name": "EscapeAutomate", + "version": "0.0.10", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "WebSockets2_Generic" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.10.zip", + "archiveFileName": "EscapeAutomate-0.0.10.zip", + "size": 43425, + "checksum": "SHA-256:53722b2af8e32396297c2ab74cba16721b2434b8ae0a29b6aa7996002f8a6a41" + }, + { + "name": "EscapeAutomate", + "version": "0.0.11", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.11.zip", + "archiveFileName": "EscapeAutomate-0.0.11.zip", + "size": 67307, + "checksum": "SHA-256:34bab6ce0cc6baffd14750cbaaf03d094571d3712f54267bf15fc59d4b19f1ae" + }, + { + "name": "EscapeAutomate", + "version": "0.0.12", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate2.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.12.zip", + "archiveFileName": "EscapeAutomate-0.0.12.zip", + "size": 67307, + "checksum": "SHA-256:7d795fa4e09a08aeba2c5d9cfaf3bffb614887ef93615304ef66c27196bc709d" + }, + { + "name": "EscapeAutomate", + "version": "0.0.13", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.13.zip", + "archiveFileName": "EscapeAutomate-0.0.13.zip", + "size": 67304, + "checksum": "SHA-256:7cbab297db883e677b1b116e0c91f2310c1b60c6e597b06fbf185ec864f18eda" + }, + { + "name": "EscapeAutomate", + "version": "0.0.14", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.14.zip", + "archiveFileName": "EscapeAutomate-0.0.14.zip", + "size": 67293, + "checksum": "SHA-256:ea7ca91dcb2724e5c26eb6467c2ad3b31fa09e2514b17db4a8e4aeb1bdc68d6e" + }, + { + "name": "EscapeAutomate", + "version": "0.0.16", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.16.zip", + "archiveFileName": "EscapeAutomate-0.0.16.zip", + "size": 67871, + "checksum": "SHA-256:d0e0dad3b457321e4b2a572e28e5dc7f227958a47c32920225144e146a1178fd" + }, + { + "name": "EscapeAutomate", + "version": "0.0.18", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.18.zip", + "archiveFileName": "EscapeAutomate-0.0.18.zip", + "size": 68107, + "checksum": "SHA-256:8c3481a59ce8fc4890d367fda21c0af8fda609a6f006629c2d321530c76b6d2e" + }, + { + "name": "EscapeAutomate", + "version": "0.0.20", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.20.zip", + "archiveFileName": "EscapeAutomate-0.0.20.zip", + "size": 68377, + "checksum": "SHA-256:26cacff33deeeb863a20313418c98503646e2be97d432f29017de1fd0e994696" + }, + { + "name": "EscapeAutomate", + "version": "0.0.21", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.21.zip", + "archiveFileName": "EscapeAutomate-0.0.21.zip", + "size": 68395, + "checksum": "SHA-256:7db6ed214a2a4e7bd4f60ed3971ee44eb6ef47ac36950a7449ff9e018a1d3789" + }, + { + "name": "EscapeAutomate", + "version": "0.0.22", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.22.zip", + "archiveFileName": "EscapeAutomate-0.0.22.zip", + "size": 68376, + "checksum": "SHA-256:6140baf1d2d8559f46fd4f72e19d079effc75a2a511c8c9f639d367b5ae4b853" + }, + { + "name": "EscapeAutomate", + "version": "0.0.23", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.23.zip", + "archiveFileName": "EscapeAutomate-0.0.23.zip", + "size": 68403, + "checksum": "SHA-256:f663f7cfc268022d0c1f18c8996e1607808888cbef404476c5c759fb7fc0fb8e" + }, + { + "name": "EscapeAutomate", + "version": "0.0.24", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.24.zip", + "archiveFileName": "EscapeAutomate-0.0.24.zip", + "size": 68502, + "checksum": "SHA-256:816e913a98eefe224968f391a8127c335cf067e15a87c8850acf08f4e09fbda9" + }, + { + "name": "EscapeAutomate", + "version": "0.0.26", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.26.zip", + "archiveFileName": "EscapeAutomate-0.0.26.zip", + "size": 68511, + "checksum": "SHA-256:6b4e952ab1b2bae340af237e114b31e44a131b8f22d825a6db94e75d61c43923" + }, + { + "name": "EscapeAutomate", + "version": "0.0.27", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.27.zip", + "archiveFileName": "EscapeAutomate-0.0.27.zip", + "size": 68674, + "checksum": "SHA-256:3c7cacaf5b8f429d3d00a0b4ed379faa07c2247314be085fde350707ace84e2a" + }, + { + "name": "EscapeAutomate", + "version": "0.0.28", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.28.zip", + "archiveFileName": "EscapeAutomate-0.0.28.zip", + "size": 68664, + "checksum": "SHA-256:2a3406c392d2b0d3f4e7aa00a267d0b40e0b86b4f12d2195b7669c92e30b8985" + }, + { + "name": "EscapeAutomate", + "version": "0.0.29", + "author": "EscapeAutomate", + "maintainer": "EscapeAutomate", + "sentence": "EscapeAutomate Library", + "website": "https://github.com/EscapeAutomate/ArduinoLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EscapeAutomate/ArduinoLib.git", + "providesIncludes": [ + "EscapeAutomate.hpp" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EscapeAutomate/EscapeAutomate-0.0.29.zip", + "archiveFileName": "EscapeAutomate-0.0.29.zip", + "size": 68899, + "checksum": "SHA-256:dc66652b4308fb622e6dc90251b21b345ab5f6384b9146e9f41fbe5e1f2900f7" + }, + { + "name": "AT42QT", + "version": "0.1.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Arduino library for the Microchip AT42QT series capacitive touch sensors.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/AT42QT.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/AT42QT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AT42QT-0.1.0.zip", + "archiveFileName": "AT42QT-0.1.0.zip", + "size": 6966, + "checksum": "SHA-256:086c13cf5e8e6e02d0855459f83126cd82c2c1f8976d925f68e1977e9850e84e" + }, + { + "name": "AT42QT", + "version": "0.2.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Arduino library for the Microchip AT42QT series capacitive touch sensors.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/AT42QT.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/AT42QT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AT42QT-0.2.0.zip", + "archiveFileName": "AT42QT-0.2.0.zip", + "size": 19093, + "checksum": "SHA-256:50edb237dcca6d642d872efc7695010059b1650924a395bad94dade5a022bada" + }, + { + "name": "AT42QT", + "version": "0.3.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Arduino library for the Microchip AT42QT series capacitive touch sensors.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/AT42QT.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/AT42QT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AT42QT-0.3.0.zip", + "archiveFileName": "AT42QT-0.3.0.zip", + "size": 19118, + "checksum": "SHA-256:c99175d8db511c79e4381af6ed69a8350801c6d7b1e8b3271a2d184bdc27d750" + }, + { + "name": "AT42QT", + "version": "0.4.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Arduino library for the Microchip AT42QT series capacitive touch sensors.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/AT42QT.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/AT42QT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AT42QT-0.4.0.zip", + "archiveFileName": "AT42QT-0.4.0.zip", + "size": 19237, + "checksum": "SHA-256:3ff864b7a6b8469576fbbb2c3e79f1a66a45bae0c062847f58dc498f77950bdb" + }, + { + "name": "AT42QT", + "version": "0.5.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Arduino library for the Microchip AT42QT series capacitive touch sensors.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/AT42QT.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/AT42QT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AT42QT-0.5.0.zip", + "archiveFileName": "AT42QT-0.5.0.zip", + "size": 19238, + "checksum": "SHA-256:d173bdb1839be7d9feeb12de2478e91316b83d122bb746d2d8d217479d275862" + }, + { + "name": "AT42QT", + "version": "0.6.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "Arduino library for the Microchip AT42QT series capacitive touch sensors.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/AT42QT.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/AT42QT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/AT42QT-0.6.0.zip", + "archiveFileName": "AT42QT-0.6.0.zip", + "size": 19205, + "checksum": "SHA-256:7b91beccb544ad30bda90ec42878bfc1f6a0ed9e98698dbb496e731f8becf1b4" + }, + { + "name": "107-Arduino-Sensor", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "A unified sensor abstraction layer used by all 107-system sensor libraries.", + "website": "https://github.com/107-systems/107-Arduino-Sensor", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Sensor.git", + "providesIncludes": [ + "ArduinoSensor.hpp" + ], + "dependencies": [ + { + "name": "107-Arduino-BoostUnits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Sensor-1.0.0.zip", + "archiveFileName": "107_Arduino_Sensor-1.0.0.zip", + "size": 6541, + "checksum": "SHA-256:431597dea5f05eef24ba4e6a96449bf45a3490d7a0ed962d555d885aae9208b6" + }, + { + "name": "107-Arduino-Sensor", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "A unified sensor abstraction layer used by all 107-system sensor libraries.", + "website": "https://github.com/107-systems/107-Arduino-Sensor", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Sensor.git", + "providesIncludes": [ + "107-Arduino-Sensor.hpp" + ], + "dependencies": [ + { + "name": "107-Arduino-BoostUnits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Sensor-1.0.1.zip", + "archiveFileName": "107_Arduino_Sensor-1.0.1.zip", + "size": 6554, + "checksum": "SHA-256:e86bec5a217bdda9534ff429c313618072a201d94892dd6b8c766a3cf68d2bc6" + }, + { + "name": "107-Arduino-Sensor", + "version": "1.0.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "A unified sensor abstraction layer used by all 107-system sensor libraries.", + "website": "https://github.com/107-systems/107-Arduino-Sensor", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Sensor.git", + "providesIncludes": [ + "107-Arduino-Sensor.hpp" + ], + "dependencies": [ + { + "name": "107-Arduino-BoostUnits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Sensor-1.0.2.zip", + "archiveFileName": "107_Arduino_Sensor-1.0.2.zip", + "size": 6597, + "checksum": "SHA-256:869449ef1a9e82777ffda53a5c1fb8a356f72d854b9e7f788ddf377245a2873a" + }, + { + "name": "107-Arduino-Sensor", + "version": "1.0.3", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "A unified sensor abstraction layer used by all 107-system sensor libraries.", + "website": "https://github.com/107-systems/107-Arduino-Sensor", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Sensor.git", + "providesIncludes": [ + "107-Arduino-Sensor.hpp" + ], + "dependencies": [ + { + "name": "107-Arduino-BoostUnits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Sensor-1.0.3.zip", + "archiveFileName": "107_Arduino_Sensor-1.0.3.zip", + "size": 6545, + "checksum": "SHA-256:0708690b4115c2c0a569ddcbe4b7ae41e5d4de00a37d8f4ba23922371825072d" + }, + { + "name": "107-Arduino-Sensor", + "version": "1.0.4", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "A unified sensor abstraction layer used by all 107-system sensor libraries.", + "website": "https://github.com/107-systems/107-Arduino-Sensor", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Sensor.git", + "providesIncludes": [ + "107-Arduino-Sensor.hpp" + ], + "dependencies": [ + { + "name": "107-Arduino-BoostUnits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Sensor-1.0.4.zip", + "archiveFileName": "107_Arduino_Sensor-1.0.4.zip", + "size": 6542, + "checksum": "SHA-256:3fc8ee82fe604da031a79cf955f03fcb377954e65761b3d2371a70ae93012e31" + }, + { + "name": "107-Arduino-Sensor", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "A unified sensor abstraction layer used by all 107-system sensor libraries.", + "website": "https://github.com/107-systems/107-Arduino-Sensor", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Sensor.git", + "providesIncludes": [ + "107-Arduino-Sensor.hpp" + ], + "dependencies": [ + { + "name": "107-Arduino-BoostUnits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Sensor-1.1.0.zip", + "archiveFileName": "107_Arduino_Sensor-1.1.0.zip", + "size": 6784, + "checksum": "SHA-256:fef6aad574c8c4629e7a45abab06e0888f709686f345d8f2b4fb96198cd79151" + }, + { + "name": "107-Arduino-BoostUnits", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing boost::units for the Arduino platform.", + "website": "https://github.com/107-systems/107-Arduino-BoostUnits", + "category": "Other", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BoostUnits.git", + "providesIncludes": [ + "ArduinoBoostUnits.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BoostUnits-1.0.0.zip", + "archiveFileName": "107_Arduino_BoostUnits-1.0.0.zip", + "size": 3913034, + "checksum": "SHA-256:d91c515e0c94a2e40aa73f5bc974193f6d95aeed2bbf6ec6f00b1d3e18c96983" + }, + { + "name": "107-Arduino-BoostUnits", + "version": "1.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing boost::units for the Arduino platform.", + "website": "https://github.com/107-systems/107-Arduino-BoostUnits", + "category": "Other", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BoostUnits.git", + "providesIncludes": [ + "107-Arduino-BoostUnits.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BoostUnits-1.0.1.zip", + "archiveFileName": "107_Arduino_BoostUnits-1.0.1.zip", + "size": 3913045, + "checksum": "SHA-256:d4ed767cfcdc1eb385952f74030fff2a8d54704b85c3a3522d1fe13d71a89077" + }, + { + "name": "107-Arduino-BoostUnits", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing boost::units for the Arduino platform.", + "website": "https://github.com/107-systems/107-Arduino-BoostUnits", + "category": "Other", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-BoostUnits.git", + "providesIncludes": [ + "107-Arduino-BoostUnits.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BoostUnits-1.1.0.zip", + "archiveFileName": "107_Arduino_BoostUnits-1.1.0.zip", + "size": 3913112, + "checksum": "SHA-256:07bbf2b28a6a6bb04fbde872ac435867cd9d5ff232b5333ed2e83a04ab67e656" + }, + { + "name": "attiny85FasterPin", + "version": "0.1.0", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.1.0.zip", + "archiveFileName": "attiny85FasterPin-0.1.0.zip", + "size": 7843, + "checksum": "SHA-256:08bf8bfce583110db319a8a42d4dcaaafffe24b0bb9898ad68489ff5d361cddb" + }, + { + "name": "attiny85FasterPin", + "version": "0.1.1", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "paragraph": "Provides Attiny85FasterPin.h and Attiny85IO.h", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.1.1.zip", + "archiveFileName": "attiny85FasterPin-0.1.1.zip", + "size": 8900, + "checksum": "SHA-256:9583a1dd49555f368a8c5b381f37f62c92930be7b33ed40cc62910fff7d460e3" + }, + { + "name": "attiny85FasterPin", + "version": "0.1.2", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "paragraph": "Provides Attiny85FasterPin.h and Attiny85IO.h", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.1.2.zip", + "archiveFileName": "attiny85FasterPin-0.1.2.zip", + "size": 9536, + "checksum": "SHA-256:347da8477326dae760036b848597b268aa977c9ec22c584dde564835cf24d6ad" + }, + { + "name": "attiny85FasterPin", + "version": "0.2.0", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "paragraph": "Provides Attiny85FasterPin.h and Attiny85IO.h", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.2.0.zip", + "archiveFileName": "attiny85FasterPin-0.2.0.zip", + "size": 10302, + "checksum": "SHA-256:c78c96530870890ec500caff2d5c3e6c0cbea92061acb3169b0f89c4e23bb9ac" + }, + { + "name": "attiny85FasterPin", + "version": "0.2.1", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "paragraph": "Provides Attiny85FasterPin.h and Attiny85IO.h", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.2.1.zip", + "archiveFileName": "attiny85FasterPin-0.2.1.zip", + "size": 10296, + "checksum": "SHA-256:191e112ca335e72834f6c0e823f41af0bcd5ba72384d7b4a7bd46b6251b8b687" + }, + { + "name": "attiny85FasterPin", + "version": "0.2.2", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "paragraph": "Provides Attiny85FasterPin.h and Attiny85IO.h", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.2.2.zip", + "archiveFileName": "attiny85FasterPin-0.2.2.zip", + "size": 10247, + "checksum": "SHA-256:c47b7262efdca4b714b5f7eee81e06389ef8e902f280f170637388482cf21a93" + }, + { + "name": "attiny85FasterPin", + "version": "0.2.3", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "paragraph": "Provides Attiny85FasterPin.h and Attiny85IO.h", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.2.3.zip", + "archiveFileName": "attiny85FasterPin-0.2.3.zip", + "size": 10230, + "checksum": "SHA-256:1e7cdadcaaedc940a7d80523ce859d9ab4a4fabea5c27318d986c36d7de5e29d" + }, + { + "name": "attiny85FasterPin", + "version": "0.2.6", + "author": "Mindaugas Žvirblis", + "maintainer": "Mindaugas Žvirblis \u003cmz@9g.lt\u003e", + "sentence": "\"Library which lets you to control pins in more efficient way\"", + "paragraph": "Provides Attiny85FasterPin.h and Attiny85IO.h", + "website": "https://github.com/9glt/arduino-attiny85-fastpin-library", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/9glt/arduino-attiny85-fastpin-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/9glt/attiny85FasterPin-0.2.6.zip", + "archiveFileName": "attiny85FasterPin-0.2.6.zip", + "size": 10309, + "checksum": "SHA-256:02555d0c95c120ac58111dabd38dc6bbd02b2c3be42973490da81a2161bb816e" + }, + { + "name": "NanoBLEFlashPrefs", + "version": "1.0.0", + "author": "Dirk Froehling \u003cdirk.froehling@w-hs.de\u003e", + "maintainer": "Dirk Froehling \u003cdirk.froehling@w-hs.de\u003e", + "sentence": "Substitute for the missing EEPROM storage on Arduino Nano 33 BLE and BLE Sense.", + "paragraph": "This library allows to store parameters and preferences between program restarts and even reflashing on Arduino Nano 33 BLE and BLE Sense.", + "website": "https://github.com/Dirk-/NanoBLEFlashPrefs", + "category": "Data Storage", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dirk-/NanoBLEFlashPrefs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dirk-/NanoBLEFlashPrefs-1.0.0.zip", + "archiveFileName": "NanoBLEFlashPrefs-1.0.0.zip", + "size": 14110, + "checksum": "SHA-256:d6480b97697b195a00584192149f1b067085c5687deaaa16d8d67cb353ff9aee" + }, + { + "name": "NanoBLEFlashPrefs", + "version": "1.1.0", + "author": "Dirk Froehling \u003cdirk.froehling@w-hs.de\u003e", + "maintainer": "Dirk Froehling \u003cdirk.froehling@w-hs.de\u003e", + "sentence": "Substitute for the missing EEPROM storage on Arduino Nano 33 BLE and BLE Sense.", + "paragraph": "This library allows saving parameters and settings between program restarts and even reflashing on Arduino Nano 33 BLE and BLE Sense. Please note: Starting with version 1.1 of the library, all functions are synchronized. Therefore you should remove waiting loops with calls to operationCompleted() in your existing code.", + "website": "https://github.com/Dirk-/NanoBLEFlashPrefs", + "category": "Data Storage", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dirk-/NanoBLEFlashPrefs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dirk-/NanoBLEFlashPrefs-1.1.0.zip", + "archiveFileName": "NanoBLEFlashPrefs-1.1.0.zip", + "size": 14906, + "checksum": "SHA-256:82b87eafd90ea03d0d05eef7f73415a196e60d1e29fe6ca7102a08f064dc5c59" + }, + { + "name": "NanoBLEFlashPrefs", + "version": "1.2.0", + "author": "Dirk Froehling \u003cdirk.froehling@w-hs.de\u003e", + "maintainer": "Dirk Froehling \u003cdirk.froehling@w-hs.de\u003e", + "sentence": "Substitute for the missing EEPROM storage on Arduino Nano 33 BLE and BLE Sense.", + "paragraph": "This library allows saving parameters and settings between program restarts and even reflashing on Arduino Nano 33 BLE and BLE Sense. Please note: Starting with version 1.1 of the library, all functions are synchronized. Therefore you should remove waiting loops with calls to operationCompleted() in your existing code.", + "website": "https://github.com/Dirk-/NanoBLEFlashPrefs", + "category": "Data Storage", + "architectures": [ + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dirk-/NanoBLEFlashPrefs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dirk-/NanoBLEFlashPrefs-1.2.0.zip", + "archiveFileName": "NanoBLEFlashPrefs-1.2.0.zip", + "size": 16066, + "checksum": "SHA-256:bf84ffbd7287e52be5db44daa2fb046a07c5eede21f4a15f985160d3e1d11c74" + }, + { + "name": "PrintCppVersion", + "version": "1.0.0", + "author": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "maintainer": "Peter Polidoro \u003cpeterpolidoro@gmail.com\u003e", + "sentence": "Print which C++ standard is in use for your Arduino board.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/PrintCppVersion.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/PrintCppVersion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/PrintCppVersion-1.0.0.zip", + "archiveFileName": "PrintCppVersion-1.0.0.zip", + "size": 3762, + "checksum": "SHA-256:cf1ec410aff9eb2fa3ddf038fd379a692cfaff11e0903bd98b4561a6029c9df7" + }, + { + "name": "SparkFun AS6212 Qwiic Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_AS6212_Qwiic_Arduino_Library-2.0.0.zip", + "size": 32611, + "checksum": "SHA-256:fc2377f38ec2bc6695b970767cc41eaded958ba62def30f2a55caefd1d82c6a1" + }, + { + "name": "SparkFun AS6212 Qwiic Arduino Library", + "version": "2.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library-2.0.1.zip", + "archiveFileName": "SparkFun_AS6212_Qwiic_Arduino_Library-2.0.1.zip", + "size": 33240, + "checksum": "SHA-256:d22d6244643c4e889d5ee0aa66b223f78e4af6a281c06d4e49cbefc01344d4d1" + }, + { + "name": "SparkFun AS6212 Qwiic Arduino Library", + "version": "2.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library-2.0.3.zip", + "archiveFileName": "SparkFun_AS6212_Qwiic_Arduino_Library-2.0.3.zip", + "size": 33590, + "checksum": "SHA-256:557ab70f2e924bde3b5c238e53eb3de44e0894719facd2bd7dfb0bdd929226d6" + }, + { + "name": "SparkFun AS6212 Qwiic Arduino Library", + "version": "2.0.5", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", + "website": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS6212_Qwiic_Arduino_Library-2.0.5.zip", + "archiveFileName": "SparkFun_AS6212_Qwiic_Arduino_Library-2.0.5.zip", + "size": 33622, + "checksum": "SHA-256:c4bd876e974e0b0f75f4ee487a799272d7a622a5de610887a7ce23853aa851f8" + }, + { + "name": "Motor_PID", + "version": "1.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "HG7881 module double H bridge L9110S DC motor library", + "paragraph": "this let you control DC motor using HG7881 module", + "website": "https://github.com/natnqweb/Motor_PID.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Motor_PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Motor_PID-1.0.0.zip", + "archiveFileName": "Motor_PID-1.0.0.zip", + "size": 5730, + "checksum": "SHA-256:9151ff4da1498f9a89cd0eb577912ecb6c27e9e139193fd92e6bb4f8803e3341" + }, + { + "name": "Motor_PID", + "version": "2.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "HG7881 module double H bridge L9110S and L298N drivers library (PID)", + "paragraph": "library let you control your dc motors using double h bridge drivers such as L298N and HG7881. To use library you need to have encoder", + "website": "https://github.com/natnqweb/Motor_PID", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Motor_PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Motor_PID-2.0.0.zip", + "archiveFileName": "Motor_PID-2.0.0.zip", + "size": 6829, + "checksum": "SHA-256:744b588df403417049cb934bf196f25c437d50ad0a8f03bf4909f105524a5708" + }, + { + "name": "Motor_PID", + "version": "2.1.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "HG7881 module double H bridge L9110S and L298N drivers library (PID)", + "paragraph": "library let you control your dc motors using double h bridge drivers such as L298N and HG7881. To use library you need to have encoder", + "website": "https://github.com/natnqweb/Motor_PID", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Motor_PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Motor_PID-2.1.0.zip", + "archiveFileName": "Motor_PID-2.1.0.zip", + "size": 6455, + "checksum": "SHA-256:752f815732c28aefa1986f93e30a66363e1f76b060f797dd2bee3968af502acb" + }, + { + "name": "Motor_PID", + "version": "2.1.1", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "HG7881 module double H bridge L9110S and L298N drivers library (PID)", + "paragraph": "library let you control your dc motors using double h bridge drivers such as L298N and HG7881. To use library you need to have encoder", + "website": "https://github.com/natnqweb/Motor_PID", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Motor_PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Motor_PID-2.1.1.zip", + "archiveFileName": "Motor_PID-2.1.1.zip", + "size": 18735, + "checksum": "SHA-256:477bf5fa6fd0ba54e3a6c8e669111ea64cf9ba83a12bad6f5bc19460b1609bd5" + }, + { + "name": "Motor_PID", + "version": "2.1.3", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "HG7881 module double H bridge L9110S and L298N drivers library (PID)", + "paragraph": "library let you control your dc motors using double h bridge drivers such as L298N and HG7881. To use library you need to have encoder", + "website": "https://github.com/natnqweb/Motor_PID", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Motor_PID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Motor_PID-2.1.3.zip", + "archiveFileName": "Motor_PID-2.1.3.zip", + "size": 18553, + "checksum": "SHA-256:070174477fad480c534902b24fb7fb62e9e793a5b8ccc95b3ae0d51713471d84" + }, + { + "name": "SD_card_logger", + "version": "1.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "sending debugging logs to sd cards made easier", + "paragraph": "you can use this library to send data to SD card", + "website": "https://github.com/natnqweb/SD_card_logger", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SD_card_logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SD_card_logger-1.0.0.zip", + "archiveFileName": "SD_card_logger-1.0.0.zip", + "size": 3543, + "checksum": "SHA-256:3151ddba93e6285b1f36cf5c67acea27952e9d71244520ffdffee21f0d910502" + }, + { + "name": "SD_card_logger", + "version": "2.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "SD card logger, easy to use library for data logging", + "paragraph": "this library will help you log data to your SD card one line at the time with help of Simpletimer to manage time tasks check Simpletimer at github.com/natnqweb/simpletimer also avaliable at Arduino manager", + "website": "https://github.com/natnqweb/SD_card_logger", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SD_card_logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SD_card_logger-2.0.0.zip", + "archiveFileName": "SD_card_logger-2.0.0.zip", + "size": 4531, + "checksum": "SHA-256:ba8da3d9c1e4aca9f89fb22739d591a27ea098fa397d9e27ccb990ef373775ac" + }, + { + "name": "SD_card_logger", + "version": "2.0.1", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "SD card logger, easy to use library for data logging", + "paragraph": "this library will help you log data to your SD card one line at the time with help of Simpletimer to manage time tasks check Simpletimer at github.com/natnqweb/simpletimer also avaliable at Arduino manager", + "website": "https://github.com/natnqweb/SD_card_logger", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SD_card_logger.git", + "dependencies": [ + { + "name": "Simpletimer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SD_card_logger-2.0.1.zip", + "archiveFileName": "SD_card_logger-2.0.1.zip", + "size": 4560, + "checksum": "SHA-256:c1e9bfc5d00c42ef48a5ed37c7150aa877f1826383050e6ce88b098aae0ffd88" + }, + { + "name": "SD_card_logger", + "version": "2.0.3", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "SD card logger, easy to use library for data logging", + "paragraph": "this library will help you log data to your SD card one line at the time with help of Simpletimer to manage time tasks check Simpletimer at github.com/natnqweb/simpletimer also avaliable at Arduino manager", + "website": "https://github.com/natnqweb/SD_card_logger", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SD_card_logger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SD_card_logger-2.0.3.zip", + "archiveFileName": "SD_card_logger-2.0.3.zip", + "size": 4553, + "checksum": "SHA-256:63b2a7a5f992a31220caf1cfe695cdb4990c0ea69466a27832aec8b82f288dff" + }, + { + "name": "SD_card_logger", + "version": "2.0.4", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "SD card logger, easy to use library for data logging", + "paragraph": "this library will help you log data to your SD card one line at the time with help of Simpletimer to manage time tasks check Simpletimer at github.com/natnqweb/simpletimer also avaliable at Arduino manager", + "website": "https://github.com/natnqweb/SD_card_logger", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SD_card_logger.git", + "dependencies": [ + { + "name": "Simpletimer", + "version": "\u003e=2.1.5" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SD_card_logger-2.0.4.zip", + "archiveFileName": "SD_card_logger-2.0.4.zip", + "size": 4519, + "checksum": "SHA-256:a9fe6eaa78992c79488f361720a3cdf5b4bbd2ac9a10ef47eb1d4fef821bc79b" + }, + { + "name": "Simpletimer", + "version": "1.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple struct you can use to manage time", + "paragraph": "this is struct millis() based function to manage tasks", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-1.0.0.zip", + "archiveFileName": "Simpletimer-1.0.0.zip", + "size": 3010, + "checksum": "SHA-256:0c0125abb214864a57c88d2474d4d6602ddd38145d83857de2a0a9c72de88cc8" + }, + { + "name": "Simpletimer", + "version": "1.1.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple struct you can use to manage time", + "paragraph": "this is struct micros() based function to manage tasks", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-1.1.0.zip", + "archiveFileName": "Simpletimer-1.1.0.zip", + "size": 8495, + "checksum": "SHA-256:8a41cf3cb8737c1446cf41451b5f6e712956d6f689aebc102affc1f419d09cce" + }, + { + "name": "Simpletimer", + "version": "2.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple struct you can use to manage time", + "paragraph": "this is struct micros() based function to manage tasks", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-2.0.0.zip", + "archiveFileName": "Simpletimer-2.0.0.zip", + "size": 16429, + "checksum": "SHA-256:c1dc36a0eae2d2f3e3a74f3b9af4c7dce4f6117bfc29f1cbef3f0921ab9eef3d" + }, + { + "name": "Simpletimer", + "version": "2.1.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple class you can use to manage time", + "paragraph": "micros() based time manager you can use it to perform simple tasks also library contains callback manager", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-2.1.0.zip", + "archiveFileName": "Simpletimer-2.1.0.zip", + "size": 17700, + "checksum": "SHA-256:205039b6c2018770799418dc74d07f7ea8c251ec23ade517015679a13f634c2b" + }, + { + "name": "Simpletimer", + "version": "2.1.1", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple class you can use to manage time", + "paragraph": "micros() based time manager you can use it to perform simple tasks also library contains callback manager", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-2.1.1.zip", + "archiveFileName": "Simpletimer-2.1.1.zip", + "size": 19051, + "checksum": "SHA-256:6c879bc3ecfbbdc51389e64bcbaebc1ed2304bc530ede55eb7372d6c0c5453a0" + }, + { + "name": "Simpletimer", + "version": "2.1.4", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple class you can use to manage time", + "paragraph": "micros() based time manager you can use it to perform simple tasks also library contains callback manager", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-2.1.4.zip", + "archiveFileName": "Simpletimer-2.1.4.zip", + "size": 19785, + "checksum": "SHA-256:d568730f0079b5feec90eaacfcc392ffcf3ebfb1a3286ea4ff212d3a7f1c8368" + }, + { + "name": "Simpletimer", + "version": "2.1.5", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple class you can use to manage time", + "paragraph": "micros() based time manager you can use it to perform simple tasks also library contains callback manager", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-2.1.5.zip", + "archiveFileName": "Simpletimer-2.1.5.zip", + "size": 19863, + "checksum": "SHA-256:029e8d868da7aa0303def1be52759bd0ed80638840ac0d149d049853d6678c78" + }, + { + "name": "Simpletimer", + "version": "2.1.6", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple class you can use to manage time and tasks", + "paragraph": "micros() based time manager you can use it to perform simple tasks also library contains callback manager", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-2.1.6.zip", + "archiveFileName": "Simpletimer-2.1.6.zip", + "size": 23591, + "checksum": "SHA-256:74559d2cd60de6f3e472875a12e25d59e09e6c64d5db8ef475ff148b4d96c7e7" + }, + { + "name": "Simpletimer", + "version": "2.1.7", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "this is simple class you can use to manage time and tasks", + "paragraph": "micros() based time manager you can use it to perform simple tasks also library contains callback manager", + "website": "https://github.com/natnqweb/Simpletimer.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Simpletimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Simpletimer-2.1.7.zip", + "archiveFileName": "Simpletimer-2.1.7.zip", + "size": 28661, + "checksum": "SHA-256:21c473957561035e92403111a79a0cc95f2ca9e8197988d9156445240876dbd9" + }, + { + "name": "MagicPot", + "version": "1.0.0", + "author": "Franco Basaglia \u003cfrancobasaglia94@gmail.com\u003e", + "maintainer": "Franco Basaglia \u003cfrancobasaglia94@gmail.com\u003e", + "sentence": "Arduino library for read values easily from potentiometers.", + "paragraph": "MagicPot is a little Arduino Library for read values easily from potentiometers. It has several configurations in order to obtain a mapped value on a desire range, work with 10 or 12 bits resolution boards, define a callback function whenever the read from the potentiometer changes, define a sensitivity value at reading time - usefully for noisy potentiometers.", + "website": "https://github.com/francobasaglia/MagicPot", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/francobasaglia/MagicPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/francobasaglia/MagicPot-1.0.0.zip", + "archiveFileName": "MagicPot-1.0.0.zip", + "size": 8009, + "checksum": "SHA-256:1be3404e29e70c87dea7bf8d4c4083b2272a1ed47e8530972d0819e8984e4830" + }, + { + "name": "MagicPot", + "version": "1.0.1", + "author": "Franco Basaglia \u003cfrancobasaglia94@gmail.com\u003e", + "maintainer": "Franco Basaglia \u003cfrancobasaglia94@gmail.com\u003e", + "sentence": "Arduino library for reading values easily from potentiometers.", + "paragraph": "MagicPot is a small Arduino Library for read values easily from potentiometers. It has several configurations in order to obtain mapped value on a desire range, work with 10 or 12 bits resolution boards, define callback function whenever the read from the potentiometer changes, define sensitivity value at reading time - useful for noisy potentiometers.", + "website": "https://github.com/francobasaglia/MagicPot", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/francobasaglia/MagicPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/francobasaglia/MagicPot-1.0.1.zip", + "archiveFileName": "MagicPot-1.0.1.zip", + "size": 8009, + "checksum": "SHA-256:0e7d62c86a8b9a180980af037bee8893a9acfb0982809c7890d70dbeb28f9b8f" + }, + { + "name": "MagicPot", + "version": "1.0.2", + "author": "Franco Basaglia \u003cfrancobasaglia94@gmail.com\u003e", + "maintainer": "Franco Basaglia \u003cfrancobasaglia94@gmail.com\u003e", + "sentence": "Arduino library for reading values easily from potentiometers.", + "paragraph": "MagicPot is a small Arduino Library for read values easily from potentiometers. It has several configurations in order to obtain mapped value on a desire range, work with 10 or 12 bits resolution boards, define callback function whenever the read from the potentiometer changes, define sensitivity value at reading time - useful for noisy potentiometers.", + "website": "https://github.com/francobasaglia/MagicPot", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/francobasaglia/MagicPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/francobasaglia/MagicPot-1.0.2.zip", + "archiveFileName": "MagicPot-1.0.2.zip", + "size": 8349, + "checksum": "SHA-256:fda203392bdd6fb7dd78f9493228ed0dfe8ee667ef7261aed785f789d5db2a3f" + }, + { + "name": "Z80", + "version": "1.0.0", + "author": "Jack Kingsman \u003cjack.kingsman+z80mega@gmail.com\u003e, Marat Fayzullin", + "maintainer": "Jack Kingsman \u003cjack.kingsman+z80mega@gmail.com\u003e", + "sentence": "A Z80 CPU implementation for the Arduino Mega.", + "paragraph": "Execute Z80 machine code in stepwise or cycle-wise fashion.", + "website": "https://github.com/jkingsman/Z80Mega", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jkingsman/Z80Mega.git", + "providesIncludes": [ + "Z80.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jkingsman/Z80-1.0.0.zip", + "archiveFileName": "Z80-1.0.0.zip", + "size": 26984, + "checksum": "SHA-256:844bb521626f88748f61b7a6466aa74fa34d9f8ca9f108db598d3d0d828da3d3" + }, + { + "name": "Z80", + "version": "1.0.1", + "author": "Jack Kingsman \u003cjack.kingsman+z80mega@gmail.com\u003e, Marat Fayzullin", + "maintainer": "Jack Kingsman \u003cjack.kingsman+z80mega@gmail.com\u003e", + "sentence": "A Z80 CPU implementation for the Arduino Mega.", + "paragraph": "Offers complete documented and undocumented emulation of the Z80 CPU, capable of executing machine code in stepwise or cycle-wise fashion.", + "website": "https://github.com/jkingsman/Z80Mega", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jkingsman/Z80Mega.git", + "providesIncludes": [ + "Z80.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jkingsman/Z80-1.0.1.zip", + "archiveFileName": "Z80-1.0.1.zip", + "size": 27024, + "checksum": "SHA-256:ec9b60100259710f004fb213c26a5073cd855d3653587490d321a238fcbe5468" + }, + { + "name": "STM32duino ST25R3911B", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3911B component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3911B component", + "website": "https://github.com/stm32duino/ST25R3911B", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3911B.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3911B-1.0.0.zip", + "archiveFileName": "STM32duino_ST25R3911B-1.0.0.zip", + "size": 81594, + "checksum": "SHA-256:8ca0153cc11c0d34c3d19901cce15faed93fe526facc6a13b488712858cf56ef" + }, + { + "name": "STM32duino ST25R3911B", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3911B component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3911B component", + "website": "https://github.com/stm32duino/ST25R3911B", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3911B.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3911B-1.0.1.zip", + "archiveFileName": "STM32duino_ST25R3911B-1.0.1.zip", + "size": 80221, + "checksum": "SHA-256:89a7df40e0f8f2d901b15b3eb243e11c57c0c65b8ef29531205500170216df0b" + }, + { + "name": "STM32duino ST25R3911B", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3911B component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3911B component", + "website": "https://github.com/stm32duino/ST25R3911B", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3911B.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3911B-1.0.2.zip", + "archiveFileName": "STM32duino_ST25R3911B-1.0.2.zip", + "size": 80203, + "checksum": "SHA-256:3222bc37f0a68f6da3a2f9dad2dbc9f5ee4b97a1c8c9d0b986940a943861aa2f" + }, + { + "name": "STM32duino ST25R3911B", + "version": "1.0.3", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3911B component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3911B component", + "website": "https://github.com/stm32duino/ST25R3911B", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3911B.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3911B-1.0.3.zip", + "archiveFileName": "STM32duino_ST25R3911B-1.0.3.zip", + "size": 80414, + "checksum": "SHA-256:c1ef0beac24472cef8e3e3e0cbb93a486ff4bba0250184a53cc64615cfb25af6" + }, + { + "name": "STM32duino ST25R3911B", + "version": "1.0.4", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3911B component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3911B component", + "website": "https://github.com/stm32duino/ST25R3911B", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3911B.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3911B-1.0.4.zip", + "archiveFileName": "STM32duino_ST25R3911B-1.0.4.zip", + "size": 80678, + "checksum": "SHA-256:991db5190b03985a28231220ae74135ced2bb5a98088f9f83f4797ac00d613aa" + }, + { + "name": "STM32duino NFC-RFAL", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST NFC card reader components based on RFAL", + "paragraph": "This library provides the implementation of the RF/NFC abstraction layer (RFAL)", + "website": "https://github.com/stm32duino/NFC-RFAL", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/NFC-RFAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_NFC_RFAL-1.0.0.zip", + "archiveFileName": "STM32duino_NFC_RFAL-1.0.0.zip", + "size": 234324, + "checksum": "SHA-256:772f429de4ad4cdd1deacdc95d899b458c881fa73e3ec364ad14bc0ed75dd85e" + }, + { + "name": "STM32duino NFC-RFAL", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST NFC card reader components based on RFAL", + "paragraph": "This library provides the implementation of the RF/NFC abstraction layer (RFAL)", + "website": "https://github.com/stm32duino/NFC-RFAL", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/NFC-RFAL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_NFC_RFAL-1.0.1.zip", + "archiveFileName": "STM32duino_NFC_RFAL-1.0.1.zip", + "size": 229938, + "checksum": "SHA-256:d2e36ae276b871dcbfa0b258947004548d30ea4e043a917cfe722b75b368f667" + }, + { + "name": "STM32duino X-NUCLEO-NFC05A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC05A1 expansion board", + "paragraph": "This library provides a sample application to control ST X-NUCLEO-NFC05A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC05A1", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC05A1.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + }, + { + "name": "STM32duino ST25R3911B" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC05A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC05A1-1.0.0.zip", + "size": 18773, + "checksum": "SHA-256:9593e394281b845f0a23720a9ef4187acf0b1f0d7e1a1be74e1cbba7cdf3ae1b" + }, + { + "name": "STM32duino X-NUCLEO-NFC05A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC05A1 expansion board", + "paragraph": "This library provides a sample application to control ST X-NUCLEO-NFC05A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC05A1", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC05A1.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + }, + { + "name": "STM32duino ST25R3911B" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC05A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC05A1-1.0.1.zip", + "size": 18628, + "checksum": "SHA-256:6756beb5d6abd518428c04f5571f50ba50749087b20d787f5ce49d34499acaf8" + }, + { + "name": "FastLEDManager", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "FastLED Manager that can generate multiple sequences with layered (mixed) output", + "paragraph": "My FastLED Manager that can generate multiple sequences with layered (mixed) output, external pixel assignment, overwrite output, multi-core (ESP32 only)", + "website": "https://github.com/hideakitai/FastLEDManager", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/FastLEDManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/FastLEDManager-0.1.0.zip", + "archiveFileName": "FastLEDManager-0.1.0.zip", + "size": 60268, + "checksum": "SHA-256:20e0467dda550e73eb614e6ad3b6781dcdb7ec3a2564e13ec625a6fa8dd22da8" + }, + { + "name": "FastLEDManager", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "FastLED Manager that can generate multiple sequences with layered (mixed) output", + "paragraph": "My FastLED Manager that can generate multiple sequences with layered (mixed) output, external pixel assignment, overwrite output, multi-core (ESP32 only)", + "website": "https://github.com/hideakitai/FastLEDManager", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/FastLEDManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/FastLEDManager-0.1.1.zip", + "archiveFileName": "FastLEDManager-0.1.1.zip", + "size": 62389, + "checksum": "SHA-256:1ab5e2117050c214f8e7ebf4ee8ca9e553c5d678b5ecae4fa269c638128e435a" + }, + { + "name": "FastLEDManager", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "FastLED Manager that can generate multiple sequences with layered (mixed) output", + "paragraph": "My FastLED Manager that can generate multiple sequences with layered (mixed) output, external pixel assignment, overwrite output, multi-core (ESP32 only)", + "website": "https://github.com/hideakitai/FastLEDManager", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/FastLEDManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/FastLEDManager-0.1.2.zip", + "archiveFileName": "FastLEDManager-0.1.2.zip", + "size": 63540, + "checksum": "SHA-256:b80bfd33596b5334db7ea97b434b8b019eaf11c24f5a8362c1f7e1f57e4878e3" + }, + { + "name": "FastLEDManager", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "FastLED Manager that can generate multiple sequences with layered (mixed) output", + "paragraph": "My FastLED Manager that can generate multiple sequences with layered (mixed) output, external pixel assignment, overwrite output, multi-core (ESP32 only)", + "website": "https://github.com/hideakitai/FastLEDManager", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/FastLEDManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/FastLEDManager-0.1.3.zip", + "archiveFileName": "FastLEDManager-0.1.3.zip", + "size": 63539, + "checksum": "SHA-256:81ee31bfa963ed4245cfb937dd38496a96db8598c198290504151523bc0226df" + }, + { + "name": "FastLEDManager", + "version": "0.1.4", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "FastLED Manager that can generate multiple sequences with layered (mixed) output", + "paragraph": "My FastLED Manager that can generate multiple sequences with layered (mixed) output, external pixel assignment, overwrite output, multi-core (ESP32 only)", + "website": "https://github.com/hideakitai/FastLEDManager", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/FastLEDManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/FastLEDManager-0.1.4.zip", + "archiveFileName": "FastLEDManager-0.1.4.zip", + "size": 63557, + "checksum": "SHA-256:6d207c34da52a4d2e833444aaf7d49564a8975f67ae3d0281f6bd06a6c4f1d08" + }, + { + "name": "FastLEDManager", + "version": "0.1.5", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "FastLED Manager that can generate multiple sequences with layered (mixed) output", + "paragraph": "My FastLED Manager that can generate multiple sequences with layered (mixed) output, external pixel assignment, overwrite output, multi-core (ESP32 only)", + "website": "https://github.com/hideakitai/FastLEDManager", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/FastLEDManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/FastLEDManager-0.1.5.zip", + "archiveFileName": "FastLEDManager-0.1.5.zip", + "size": 63553, + "checksum": "SHA-256:0c50ddad635ac383a8bb7067eb04a6860b4eaff44df9d64209085bca9d2b7406" + }, + { + "name": "FastLEDManager", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "FastLED Manager that can generate multiple sequences with layered (mixed) output", + "paragraph": "My FastLED Manager that can generate multiple sequences with layered (mixed) output, external pixel assignment, overwrite output, multi-core (ESP32 only)", + "website": "https://github.com/hideakitai/FastLEDManager", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/FastLEDManager.git", + "dependencies": [ + { + "name": "DebugLog" + }, + { + "name": "FastLED" + }, + { + "name": "TaskManager" + }, + { + "name": "Tween" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/FastLEDManager-0.2.0.zip", + "archiveFileName": "FastLEDManager-0.2.0.zip", + "size": 63700, + "checksum": "SHA-256:4e190c3a9390795994bb2a34ec7e1af8572a471c52b30169bbfdc9005c7f04ed" + }, + { + "name": "SkyMap", + "version": "1.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Tool that let you calculate star azymuth altitude, in any given time and any given position you can calculate j2000,hour_angle,etc.", + "paragraph": "This library let you calculate days since j2000, Hour Angle or for example Sidereal time all make calculations simplier, this can be used for StarTrackers and a lot more devices", + "website": "https://github.com/natnqweb/SkyMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SkyMap.git", + "providesIncludes": [ + "SkyMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SkyMap-1.0.0.zip", + "archiveFileName": "SkyMap-1.0.0.zip", + "size": 16570, + "checksum": "SHA-256:173b8b59cc10b8bcc21fecec341fceba10d7d9dec649f49f75a7276f3b50893f" + }, + { + "name": "SkyMap", + "version": "2.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Tool that let you calculate star azymuth altitude, in any given time and any given position you can calculate j2000,hour_angle,etc.", + "paragraph": "This library let you calculate days since j2000, Hour Angle or for example Sidereal time all make calculations simplier, this can be used for StarTrackers and a lot more devices", + "website": "https://github.com/natnqweb/SkyMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SkyMap.git", + "providesIncludes": [ + "SkyMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SkyMap-2.0.0.zip", + "archiveFileName": "SkyMap-2.0.0.zip", + "size": 25314, + "checksum": "SHA-256:ac4908d1fc9c947d1cb76c33b3787479de13284c08a344479521a10c41f6796f" + }, + { + "name": "SkyMap", + "version": "2.0.1", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Tool that let you calculate star azimuth,altitude, in any given time and any given position. You can calculate j2000,hour_angle,etc.", + "paragraph": "This library let you calculate days since j2000, Hour Angle or for example Sidereal time all make calculations simplier, this can be used for StarTrackers and a lot more devices", + "website": "https://github.com/natnqweb/SkyMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SkyMap.git", + "providesIncludes": [ + "SkyMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SkyMap-2.0.1.zip", + "archiveFileName": "SkyMap-2.0.1.zip", + "size": 26611, + "checksum": "SHA-256:2936dd92f274e8b3478671daab0ab00f4e3c57949181ec2395facf8d2dd6352b" + }, + { + "name": "SkyMap", + "version": "2.0.2", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "The SkyMap library allows you to calculate the positions of stars and planets in the sky.", + "paragraph": "SkyMap is a very helpful tool that will allow every amateur and professional to perform complex astronomical calculations, with this library you can calculate: J2000, hour angle, sidereal time, azimuth, altitude. The library was created to enable the creation of devices related to astronomy on arduino and other systems.", + "website": "https://github.com/natnqweb/SkyMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SkyMap.git", + "providesIncludes": [ + "SkyMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SkyMap-2.0.2.zip", + "archiveFileName": "SkyMap-2.0.2.zip", + "size": 26660, + "checksum": "SHA-256:115dc934dec061f130855a37f5834afe47e26f48c6cc5b48461e5f736f3ebbf6" + }, + { + "name": "SkyMap", + "version": "3.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "The SkyMap library allows you to calculate the positions of stars and planets in the sky.", + "paragraph": "SkyMap is a very helpful tool that will allow every amateur and professional to perform complex astronomical calculations, with this library you can calculate: J2000, hour angle, sidereal time, azimuth, altitude. The library was created to enable the creation of devices related to astronomy on arduino and other systems.", + "website": "https://github.com/natnqweb/SkyMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SkyMap.git", + "providesIncludes": [ + "SkyMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SkyMap-3.0.0.zip", + "archiveFileName": "SkyMap-3.0.0.zip", + "size": 28538, + "checksum": "SHA-256:bf1187178c5dc367b853ef79fdb3a3ea8dc217bf8e165429e49e5717b634a99b" + }, + { + "name": "SkyMap", + "version": "3.0.1", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "The SkyMap library allows you to calculate the positions of stars and planets in the sky.", + "paragraph": "SkyMap is a very helpful tool that will allow every amateur and professional to perform complex astronomical calculations, with this library you can calculate: J2000, hour angle, sidereal time, azimuth, altitude. The library was created to enable the creation of devices related to astronomy on arduino and other systems.", + "website": "https://github.com/natnqweb/SkyMap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/SkyMap.git", + "providesIncludes": [ + "SkyMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/SkyMap-3.0.1.zip", + "archiveFileName": "SkyMap-3.0.1.zip", + "size": 29944, + "checksum": "SHA-256:986d75c52435320a10fdd27876b4efa16f97c4c7b705aed3b28329d42fa92302" + }, + { + "name": "MD_OnePin", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "One pin serial comms link", + "paragraph": "A software-only implementation of a serial link protocol using just one digial I/O pin", + "website": "https://github.com/MajicDesigns/MD_OnePin", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_OnePin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_OnePin-1.0.0.zip", + "archiveFileName": "MD_OnePin-1.0.0.zip", + "size": 361788, + "checksum": "SHA-256:8e81bcc2d57d4938ae740faab9b5e6b9d457fbc2b215178bc8ef181c6ef8bba2" + }, + { + "name": "FTTech LoRaWAN", + "version": "0.1.0", + "author": "Murilo Amaral \u003cmurilo@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 interface with RAK811 20 pin click easier to use.", + "paragraph": "Improved usability with common commands and parameters and automatic sleeping methods.", + "website": "https://github.com/FTTechBrasil/FTTech-LoRaWAN", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech-LoRaWAN.git", + "dependencies": [ + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_LoRaWAN-0.1.0.zip", + "archiveFileName": "FTTech_LoRaWAN-0.1.0.zip", + "size": 4300, + "checksum": "SHA-256:cf8cebcde3957212d8eba5dc9cb9074c230bb1515e49186dbf1dec97cdbc1512" + }, + { + "name": "FTTech LoRaWAN", + "version": "0.2.0", + "author": "Murilo Amaral \u003cmurilo@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SAMD51 interface with RAK811 20 pin click easier to use.", + "paragraph": "Improved usability with common commands and parameters and automatic sleeping methods.", + "website": "https://github.com/ninjampa/FTTech-LoRaWAN", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech-LoRaWAN.git", + "dependencies": [ + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_LoRaWAN-0.2.0.zip", + "archiveFileName": "FTTech_LoRaWAN-0.2.0.zip", + "size": 6044, + "checksum": "SHA-256:c0e9b7474b00ed2818b3d6b53c03b794870a2eb35efcd0ebf40187799eab1788" + }, + { + "name": "Seeed Arduino Mic", + "version": "1.0.0", + "author": "Seeed Studio STU (Dmitry Maslov)", + "maintainer": "Seeed Studio STU \u003cinfo@arduino.cc\u003e", + "sentence": "An extensible library for interfacing with Microphone devices", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Mic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Mic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Mic-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_Mic-1.0.0.zip", + "size": 8550063, + "checksum": "SHA-256:d954ac4041f96176740015a65cdf987d16932c23af7d19ee9667be109688b6c4" + }, + { + "name": "hx710b_arduino", + "version": "1.0.0", + "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "maintainer": "Andri Setyabudi \u003candhie.13@gmail.com\u003e", + "sentence": "Arduino library for Air Pressure Sensor HX710B.", + "paragraph": "This library contain simply function to read data convertion from HX710B ( ADC ) in air-pressure sensor", + "website": "https://github.com/andhieSetyabudi/hx710b_arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andhieSetyabudi/hx710b_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/hx710b_arduino-1.0.0.zip", + "archiveFileName": "hx710b_arduino-1.0.0.zip", + "size": 4534, + "checksum": "SHA-256:9b4423407870474d85ef35504415beaa8431fefb6c4981ae72fbdbed1c7bd751" + }, + { + "name": "Lithium-Powered", + "version": "0.0.2", + "author": "Flowduino", + "maintainer": "Flowduino \u003csupport@flowduino.com\u003e", + "sentence": "All-In-One Code Solution for Lithium Battery Management using the LTC4150 Coulomb Counter circuit.", + "paragraph": "This library provides you with an elegant and simple solution for managing Lithium Batteries on your Arduino and ESP devices.", + "website": "https://github.com/Flowduino/LithiumPowered", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Flowduino/LithiumPowered.git", + "providesIncludes": [ + "LithiumPowered.hpp", + "LithiumStorage.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Flowduino/Lithium_Powered-0.0.2.zip", + "archiveFileName": "Lithium_Powered-0.0.2.zip", + "size": 13084, + "checksum": "SHA-256:ce2808603cd6a269f280f369db129f7c9595db7124fdcbbe73cd6074be02331b" + }, + { + "name": "MyAlarm", + "version": "1.0.0", + "author": "Z01NE \u003czerone.01@hotmail.com\u003e", + "maintainer": "Z01NE \u003czerone.01@hotmail.com\u003e", + "sentence": "A library that manage alarms and timers.", + "paragraph": "Support setting multiple days per alarm.", + "website": "https://github.com/Z01NE/MyAlarm", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Z01NE/MyAlarm.git", + "providesIncludes": [ + "MyAlarm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Z01NE/MyAlarm-1.0.0.zip", + "archiveFileName": "MyAlarm-1.0.0.zip", + "size": 12066, + "checksum": "SHA-256:977cb619788187bc91dd05a48312d52a7dccfa0a97a049b16cb3b78bdcad1bc5" + }, + { + "name": "MyAlarm", + "version": "1.0.1", + "author": "Z01NE \u003czerone.01@hotmail.com\u003e", + "maintainer": "Z01NE \u003czerone.01@hotmail.com\u003e", + "sentence": "A library that manage alarms and timers.", + "paragraph": "Support setting multiple days per alarm.", + "website": "https://github.com/Z01NE/MyAlarm", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Z01NE/MyAlarm.git", + "providesIncludes": [ + "MyAlarm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Z01NE/MyAlarm-1.0.1.zip", + "archiveFileName": "MyAlarm-1.0.1.zip", + "size": 12066, + "checksum": "SHA-256:fa247bf5503bbead922723ed2f8079f2adbd4c4ebbccb13cf7be178e746ce23d" + }, + { + "name": "MyAlarm", + "version": "1.1.1", + "author": "Z01NE \u003czerone.01@hotmail.com\u003e", + "maintainer": "Z01NE \u003czerone.01@hotmail.com\u003e", + "sentence": "A library that manage alarms and timers based tasks.", + "paragraph": "Makes it easy to create tasks that run at a specific time or periodically after an interval.", + "website": "https://github.com/Z01NE/MyAlarm", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Z01NE/MyAlarm.git", + "providesIncludes": [ + "MyAlarm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Z01NE/MyAlarm-1.1.1.zip", + "archiveFileName": "MyAlarm-1.1.1.zip", + "size": 12203, + "checksum": "SHA-256:4efa024663cbdc050b182f3f70e1b4700be95a7532a953c37cdb02bcb262f2fc" + }, + { + "name": "MyAlarm", + "version": "1.1.2", + "author": "Z01NE \u003czerone.01@hotmail.com\u003e", + "maintainer": "Z01NE \u003czerone.01@hotmail.com\u003e", + "sentence": "A library that manage alarms and timers based tasks.", + "paragraph": "Makes it easy to create tasks that run at a specific time or periodically after an interval.", + "website": "https://github.com/Z01NE/MyAlarm", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Z01NE/MyAlarm.git", + "providesIncludes": [ + "MyAlarm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Z01NE/MyAlarm-1.1.2.zip", + "archiveFileName": "MyAlarm-1.1.2.zip", + "size": 12207, + "checksum": "SHA-256:04c1a884fd72e687f6d31c7f7a0d0b384cca0cc2336c03252e5e7177f50bb54e" + }, + { + "name": "LittleFS_Portenta_H7", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED Portenta_H7 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Portenta_H7", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Portenta_H7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Portenta_H7-1.0.0.zip", + "archiveFileName": "LittleFS_Portenta_H7-1.0.0.zip", + "size": 42509, + "checksum": "SHA-256:d39e1c74b8903c6d88a393795c775706d644e106034b2462e1824f4bca40b9d8" + }, + { + "name": "LittleFS_Portenta_H7", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED Portenta_H7 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Portenta_H7", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Portenta_H7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Portenta_H7-1.0.1.zip", + "archiveFileName": "LittleFS_Portenta_H7-1.0.1.zip", + "size": 43713, + "checksum": "SHA-256:b63526a9fa348bdba8e4706783f267040fafa65cdf82c8670003e04ed6618a27" + }, + { + "name": "LittleFS_Portenta_H7", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED Portenta_H7 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Portenta_H7", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Portenta_H7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Portenta_H7-1.0.2.zip", + "archiveFileName": "LittleFS_Portenta_H7-1.0.2.zip", + "size": 44359, + "checksum": "SHA-256:f23c137b3e8469b1ad48fbfa06ce3879b783366c775edcefbd574b495306c581" + }, + { + "name": "LittleFS_Portenta_H7", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED Portenta_H7 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Portenta_H7", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Portenta_H7.git", + "providesIncludes": [ + "LittleFS_Portenta_H7.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Portenta_H7-1.1.0.zip", + "archiveFileName": "LittleFS_Portenta_H7-1.1.0.zip", + "size": 69423, + "checksum": "SHA-256:3a142764a71b4ff2306928106337649b5b084092172c6494aa9c215adf0b59b5" + }, + { + "name": "LittleFS_Portenta_H7", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Wrapper of LittleFS for Arduino MBED Portenta_H7 boards", + "paragraph": "This library facilitates your usage of LittleFS for the onboard flash. LittleFS supports power fail safety and high performance", + "website": "https://github.com/khoih-prog/LittleFS_Portenta_H7", + "category": "Data Storage", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/LittleFS_Portenta_H7.git", + "providesIncludes": [ + "LittleFS_Portenta_H7.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/LittleFS_Portenta_H7-1.2.0.zip", + "archiveFileName": "LittleFS_Portenta_H7-1.2.0.zip", + "size": 97574, + "checksum": "SHA-256:e96fc82bdb300192cfaf39a48432d9f267c60ba06f81b3c204252eda2b8016f8" + }, + { + "name": "SparkFun_FS3000_Arduino_Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "Robertsonics", + "sentence": "A library to control the SparkFun Air Velocity Sensor Breakout - FS3000 (Qwiic).", + "paragraph": "Reads data back from sensor and checks the checksum.", + "website": "https://www.sparkfun.com/products/18377", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_FS3000_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_FS3000_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_FS3000_Arduino_Library-1.0.0.zip", + "size": 11566, + "checksum": "SHA-256:112000ec804120a1cb18c32b9e1a017fd3750c4c884f4adffc3f40a8453f9b83" + }, + { + "name": "SparkFun_FS3000_Arduino_Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "Robertsonics", + "sentence": "A library to control the SparkFun Air Velocity Sensor Breakout - FS3000 (Qwiic).", + "paragraph": "Reads data back from sensor and checks the checksum.", + "website": "https://www.sparkfun.com/products/18377", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_FS3000_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_FS3000_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_FS3000_Arduino_Library-1.0.2.zip", + "size": 12480, + "checksum": "SHA-256:a34477992d6f28d05778fee4f0df35108a7a714d5d056e215f54813614beadb7" + }, + { + "name": "SparkFun_FS3000_Arduino_Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to control the SparkFun Air Velocity Sensor Breakout - FS3000 (Qwiic).", + "paragraph": "Reads data back from sensor and checks the checksum. Supports both FS3000-1005 and FS3000-1015 versions.", + "website": "https://www.sparkfun.com/products/18377", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_FS3000_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_FS3000_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_FS3000_Arduino_Library-1.0.3.zip", + "size": 12502, + "checksum": "SHA-256:f51f379bb9bd28dbf17949851244a307f35334fc0c3f66562853a82d574c10ba" + }, + { + "name": "SparkFun_FS3000_Arduino_Library", + "version": "1.0.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A library to control the SparkFun Air Velocity Sensor Breakout - FS3000 (Qwiic).", + "paragraph": "Reads data back from sensor and checks the checksum. Supports both FS3000-1005 and FS3000-1015 versions.", + "website": "https://www.sparkfun.com/products/18377", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_FS3000_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_FS3000_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_FS3000_Arduino_Library-1.0.4.zip", + "size": 12553, + "checksum": "SHA-256:32efdd6a8c3edb59ea1140f4e6d8c854cdb7ae15e2c5f81beed27956c48e465c" + }, + { + "name": "RAKwireless ADS7830 library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK16001 Sensor Modules", + "paragraph": "Use this library to use the RAK16001 ADC WisBlock module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/pages/wisblock\"\u003eWisBlock\u003c/a\u003e products today!", + "website": "https://github.com/RAKWireless/RAK-ADS7830-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK-ADS7830-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_ADS7830_library-1.0.0.zip", + "archiveFileName": "RAKwireless_ADS7830_library-1.0.0.zip", + "size": 953716, + "checksum": "SHA-256:74682d74379619b6edac66534c251f99ff3dea638029eedfc8d5529d802534a9" + }, + { + "name": "WisBlock-API", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.0.zip", + "archiveFileName": "WisBlock_API-1.0.0.zip", + "size": 4316471, + "checksum": "SHA-256:fb3f2b779550f1a32918ff818302afe65261924e4c54d1ffd0589db4d5b51c60" + }, + { + "name": "WisBlock-API", + "version": "1.0.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.1.zip", + "archiveFileName": "WisBlock_API-1.0.1.zip", + "size": 4316635, + "checksum": "SHA-256:8647cbadb56f42748cbeba1dc2a88b431ace082d16957036a04092c07d57c8cb" + }, + { + "name": "WisBlock-API", + "version": "1.0.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.2.zip", + "archiveFileName": "WisBlock_API-1.0.2.zip", + "size": 4316925, + "checksum": "SHA-256:488302c1ec6d6faaa962f12b82c589b7c2417305a89317111b770de42ea13b05" + }, + { + "name": "WisBlock-API", + "version": "1.0.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.3.zip", + "archiveFileName": "WisBlock_API-1.0.3.zip", + "size": 4319564, + "checksum": "SHA-256:d6e1085d84074ed6ee25bb847aa5d681bf044baaaeeb89d5405cf7cda52450ef" + }, + { + "name": "WisBlock-API", + "version": "1.0.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.4.zip", + "archiveFileName": "WisBlock_API-1.0.4.zip", + "size": 4290034, + "checksum": "SHA-256:c7e4811a566b59b8506cddc5366cae0464fa6d2cdd68a75ae546bac0cfc848f2" + }, + { + "name": "WisBlock-API", + "version": "1.0.5", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.5.zip", + "archiveFileName": "WisBlock_API-1.0.5.zip", + "size": 4290152, + "checksum": "SHA-256:233b2a3e2a5539e42337797e1482343873d21afff04d7e06d3bdc6457a0a8ba0" + }, + { + "name": "WisBlock-API", + "version": "1.0.6", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.6.zip", + "archiveFileName": "WisBlock_API-1.0.6.zip", + "size": 4291494, + "checksum": "SHA-256:28c13d989d59111a0e16ea4b76257e1fbb73f3ea1db6b80b1f4e9d87efb136c3" + }, + { + "name": "WisBlock-API", + "version": "1.0.7", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.7.zip", + "archiveFileName": "WisBlock_API-1.0.7.zip", + "size": 4291517, + "checksum": "SHA-256:62fd3dc905a5f1dbd8242c95726785c4f62b0d851c22046f2b3db0c4808ee487" + }, + { + "name": "WisBlock-API", + "version": "1.0.8", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.0.8.zip", + "archiveFileName": "WisBlock_API-1.0.8.zip", + "size": 4291715, + "checksum": "SHA-256:f8e8cb2de13c2d46ccf95a92376eac6ebf98894d9090c3d03b135cee71f214f9" + }, + { + "name": "WisBlock-API", + "version": "1.1.0", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.0.zip", + "archiveFileName": "WisBlock_API-1.1.0.zip", + "size": 4291828, + "checksum": "SHA-256:73b67b6e535f5095d39c602e8edc07c052a7bd28cd8ea84554b76c7e5bbfd712" + }, + { + "name": "WisBlock-API", + "version": "1.1.1", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.1.zip", + "archiveFileName": "WisBlock_API-1.1.1.zip", + "size": 4291920, + "checksum": "SHA-256:80acd41146ed4de032fe670b7fae18b355caa53a9caf58cb6076e9269bbb36b3" + }, + { + "name": "WisBlock-API", + "version": "1.1.2", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.2.zip", + "archiveFileName": "WisBlock_API-1.1.2.zip", + "size": 4310263, + "checksum": "SHA-256:d4053f336caca790d0cb64e5ee8957248a3fd878986424c1e5280d47e0e1a094" + }, + { + "name": "WisBlock-API", + "version": "1.1.3", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.3.zip", + "archiveFileName": "WisBlock_API-1.1.3.zip", + "size": 4310550, + "checksum": "SHA-256:761cdd66c79879b46151566da773b6b7e9e79e6f77bfba7e7d09424d79a38032" + }, + { + "name": "WisBlock-API", + "version": "1.1.4", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.4.zip", + "archiveFileName": "WisBlock_API-1.1.4.zip", + "size": 4310517, + "checksum": "SHA-256:54bb5ce30abf10b66f0299bcfd00a7135acd9b4a785d34277da5d56e2dbd559f" + }, + { + "name": "WisBlock-API", + "version": "1.1.5", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.5.zip", + "archiveFileName": "WisBlock_API-1.1.5.zip", + "size": 4310646, + "checksum": "SHA-256:9a7ed6cfa03dad138bb71074788f407bba515776301e99e42c4fe15d27bbd51d" + }, + { + "name": "WisBlock-API", + "version": "1.1.6", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.6.zip", + "archiveFileName": "WisBlock_API-1.1.6.zip", + "size": 4312146, + "checksum": "SHA-256:c7b389bf4aa9d5f2b20d39d9f2ae3e054fbdc8f3fefaecd2e8fdcab73e2bc310" + }, + { + "name": "WisBlock-API", + "version": "1.1.7", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.7.zip", + "archiveFileName": "WisBlock_API-1.1.7.zip", + "size": 4316521, + "checksum": "SHA-256:7f17aaaa41d8e8f25a0809672d560e2609c460a1aad86ba25ead4f21b95eeb1d" + }, + { + "name": "WisBlock-API", + "version": "1.1.8", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.8.zip", + "archiveFileName": "WisBlock_API-1.1.8.zip", + "size": 4316726, + "checksum": "SHA-256:321ae1e9aa86df96a5d26baf38cf470cd9061bb425586bed12cb8f1767ca7f38" + }, + { + "name": "WisBlock-API", + "version": "1.1.9", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.9.zip", + "archiveFileName": "WisBlock_API-1.1.9.zip", + "size": 4316795, + "checksum": "SHA-256:a31b0f51a0d4380c0eab89f15a83ed890a02848a7606c0b594e683be09de820f" + }, + { + "name": "WisBlock-API", + "version": "1.1.10", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.10.zip", + "archiveFileName": "WisBlock_API-1.1.10.zip", + "size": 4317358, + "checksum": "SHA-256:dbc013f0a25d193a4fd783cfe4eb698488d84fce5ef6cfeaf9225c3c09a24704" + }, + { + "name": "WisBlock-API", + "version": "1.1.11", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.11.zip", + "archiveFileName": "WisBlock_API-1.1.11.zip", + "size": 4318162, + "checksum": "SHA-256:e9946c90672cec41624adbb361d3e1261d3d0d45099042b83e20edd1152c5702" + }, + { + "name": "WisBlock-API", + "version": "1.1.12", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.12.zip", + "archiveFileName": "WisBlock_API-1.1.12.zip", + "size": 4318317, + "checksum": "SHA-256:9f3df0f23766aafc1fe0b5929cca2369692a67487232ece979b42ffd864735d1" + }, + { + "name": "WisBlock-API", + "version": "1.1.13", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.13.zip", + "archiveFileName": "WisBlock_API-1.1.13.zip", + "size": 4318431, + "checksum": "SHA-256:c4569d6043cc2da9b05ae80201c8920335b6b30c87e4283601c0f278fd55bd09" + }, + { + "name": "WisBlock-API", + "version": "1.1.14", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + }, + { + "name": "RAKwireless Storage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.14.zip", + "archiveFileName": "WisBlock_API-1.1.14.zip", + "size": 4321295, + "checksum": "SHA-256:e76f6302e268aca0e1f328a5e0cbcf970a00683f44bd434a5d66f08c5bca4bb6" + }, + { + "name": "WisBlock-API", + "version": "1.1.15", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + }, + { + "name": "RAKwireless Storage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.15.zip", + "archiveFileName": "WisBlock_API-1.1.15.zip", + "size": 4318767, + "checksum": "SHA-256:33e7e63df802f270e42c5f8437ae73b8a87ac1d8ce910a95c75499418c23a004" + }, + { + "name": "WisBlock-API", + "version": "1.1.16", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + }, + { + "name": "RAKwireless Storage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.16.zip", + "archiveFileName": "WisBlock_API-1.1.16.zip", + "size": 4319465, + "checksum": "SHA-256:29741c03066a44b42d53f3ddbcdb8b07e51bb8d46b30d94adad4bd46ab2de875" + }, + { + "name": "WisBlock-API", + "version": "1.1.17", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.17.zip", + "archiveFileName": "WisBlock_API-1.1.17.zip", + "size": 4329324, + "checksum": "SHA-256:794095e10739f9f7b6c64e80e5e6c6fa5e91056508d1aebe85fb8bdaea4bbd67" + }, + { + "name": "WisBlock-API", + "version": "1.1.18", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.18.zip", + "archiveFileName": "WisBlock_API-1.1.18.zip", + "size": 4345881, + "checksum": "SHA-256:157f0d2cec427c8561789c695f547a5fec1b14c22b1c6a57b6cfa7eac24a2297" + }, + { + "name": "WisBlock-API", + "version": "1.1.19", + "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Concentrate on writing your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API/", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52", + "mbed_rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/beegee-tokyo/WisBlock-API.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "LittleFS_Mbed_RP2040" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API-1.1.19.zip", + "archiveFileName": "WisBlock_API-1.1.19.zip", + "size": 4346209, + "checksum": "SHA-256:7c523e52ec664046f2e122811aecf468088a1ae787777886232a80f1e19b0768" + }, + { + "name": "Microfire_SHT3x", + "version": "0.9.0", + "author": "Microfire LLC", + "maintainer": "contact@ufire.co", + "sentence": "Measure air temperature, humdity, VPD and dew point.", + "paragraph": "Take temperature measurements from 0 to 65 C and humidity measurements using the Sensiron SHT3x sensor. Also converts to VPD (vapor pressure deficit), and dew point.", + "website": "https://ufire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/SHT3x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_SHT3x-0.9.0.zip", + "archiveFileName": "Microfire_SHT3x-0.9.0.zip", + "size": 6497, + "checksum": "SHA-256:1b3a5b3c4f64d050733c32dff9dd81e6014171fd9231d8f494250cc082fb7da4" + }, + { + "name": "Microfire_SHT3x", + "version": "0.9.1", + "author": "Microfire LLC", + "maintainer": "contact@microfire.co", + "sentence": "Measure air temperature, humdity, VPD and dew point.", + "paragraph": "Take temperature measurements from 0 to 65 C and humidity measurements using the Sensiron SHT3x sensor. Also converts to VPD (vapor pressure deficit), and dew point.", + "website": "https://microfire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/SHT3x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_SHT3x-0.9.1.zip", + "archiveFileName": "Microfire_SHT3x-0.9.1.zip", + "size": 7439, + "checksum": "SHA-256:1bd60e3ffde1e5cb039c15d65b2c6b41bc7ca2d5dfb5c69f2280b0becd7c7e25" + }, + { + "name": "Microfire_SHT3x", + "version": "1.0.0", + "author": "Microfire LLC", + "maintainer": "contact@microfire.co", + "sentence": "Measure air temperature, humdity, VPD, and dew point. It also calculates heat index and wet bulb estimates.", + "paragraph": "Take temperature measurements from 0 to 65 C and humidity measurements using the Sensiron SHT3x sensor. Also converts calculates VPD (vapor pressure deficit), dew point, heat index and wet bulb.", + "website": "https://microfire.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/SHT3x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_SHT3x-1.0.0.zip", + "archiveFileName": "Microfire_SHT3x-1.0.0.zip", + "size": 8170, + "checksum": "SHA-256:957e318ca7dfcd5a75aa9c2404aab862149e9e3692c6d796590b848f9ffe75ff" + }, + { + "name": "esp_dmx", + "version": "1.1.0", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX using an ESP32.", + "paragraph": "This library allows for communication of ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read synchronously or asynchronously from the DMX bus. This library also includes tools for data error-checking to safely process DMX commands.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-1.1.0.zip", + "archiveFileName": "esp_dmx-1.1.0.zip", + "size": 43329, + "checksum": "SHA-256:aa24ca91bdcf816d2080064468b5fe9db0bd3e49b7571cb425cc362ba7c5cc7d" + }, + { + "name": "esp_dmx", + "version": "1.1.1", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX using an ESP32.", + "paragraph": "This library allows for communication of ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read synchronously or asynchronously from the DMX bus. This library also includes tools for data error-checking to safely process DMX commands.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-1.1.1.zip", + "archiveFileName": "esp_dmx-1.1.1.zip", + "size": 43856, + "checksum": "SHA-256:953358789758d82cd554bccd63a5c73f1a207d233bf4a6c5de8fa80308d77afe" + }, + { + "name": "esp_dmx", + "version": "1.1.2", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX commands as well as DMX packet metadata extraction to assist with troubleshooting DMX errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-1.1.2.zip", + "archiveFileName": "esp_dmx-1.1.2.zip", + "size": 45632, + "checksum": "SHA-256:f819b33e2553bf6e0209ff38e2d9600c0465ba0e737e0b784c1325d0a8525ec0" + }, + { + "name": "esp_dmx", + "version": "1.1.3", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX commands as well as DMX packet metadata extraction to assist with troubleshooting DMX errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-1.1.3.zip", + "archiveFileName": "esp_dmx-1.1.3.zip", + "size": 45635, + "checksum": "SHA-256:e11ff5b8039ddeb23e126861d07ff7a62dbdf03c53a6cf53fd03841a26a2bb4d" + }, + { + "name": "esp_dmx", + "version": "2.0.0", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX commands as well as DMX packet metadata extraction to assist with troubleshooting DMX errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-2.0.0.zip", + "archiveFileName": "esp_dmx-2.0.0.zip", + "size": 98980, + "checksum": "SHA-256:af18247f3aea6cb9f048e505d040e3107f1314f1b726c0e070ee522c1bf55cbf" + }, + { + "name": "esp_dmx", + "version": "2.0.1", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX commands as well as DMX packet metadata extraction to assist with troubleshooting DMX errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-2.0.1.zip", + "archiveFileName": "esp_dmx-2.0.1.zip", + "size": 98972, + "checksum": "SHA-256:a8a0290567e5a829d9e2a6925d28c75c092fd689b29faba50b21231111836729" + }, + { + "name": "esp_dmx", + "version": "2.0.2", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX commands as well as DMX packet metadata extraction to assist with troubleshooting DMX errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-2.0.2.zip", + "archiveFileName": "esp_dmx-2.0.2.zip", + "size": 99033, + "checksum": "SHA-256:858680e5f3e878c5286babe876b1e470ac5aaf257c240382481247183ac79f5c" + }, + { + "name": "esp_dmx", + "version": "3.0.0-beta", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX and RDM using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A and ANSI-ESTA E1.20 RDM using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX and RDM commands as well as DMX packet metadata extraction to assist with troubleshooting errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-3.0.0-beta.zip", + "archiveFileName": "esp_dmx-3.0.0-beta.zip", + "size": 126027, + "checksum": "SHA-256:c728b17e55c3a2fef092f66e2d48d81d6537e3cbeb59e92e2e9343ddb623c015" + }, + { + "name": "esp_dmx", + "version": "3.0.1-beta", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX and RDM using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A and ANSI-ESTA E1.20 RDM using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX and RDM commands as well as DMX packet metadata extraction to assist with troubleshooting errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-3.0.1-beta.zip", + "archiveFileName": "esp_dmx-3.0.1-beta.zip", + "size": 127292, + "checksum": "SHA-256:118c9a199907d64c922cfa47f8ac039c3b861dff36a8a604a926c5b74fc31eec" + }, + { + "name": "esp_dmx", + "version": "3.0.2-beta", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX and RDM using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A and ANSI-ESTA E1.20 RDM using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX and RDM commands as well as DMX packet metadata extraction to assist with troubleshooting errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-3.0.2-beta.zip", + "archiveFileName": "esp_dmx-3.0.2-beta.zip", + "size": 127152, + "checksum": "SHA-256:e1971834ff822966be52723c9ba20fdf51fca9f2490e2b68e5f558e96030a0ec" + }, + { + "name": "esp_dmx", + "version": "3.0.3-beta", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX and RDM using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A and ANSI-ESTA E1.20 RDM using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX and RDM commands as well as DMX packet metadata extraction to assist with troubleshooting errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-3.0.3-beta.zip", + "archiveFileName": "esp_dmx-3.0.3-beta.zip", + "size": 129596, + "checksum": "SHA-256:688a75b95be118f4ef4bb482a841dcb38f2dfce35eb13a7335e43151b0f70e51" + }, + { + "name": "esp_dmx", + "version": "3.1.0", + "author": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "maintainer": "Mitch Weisbrod \u003cmitch@theweisbrods.com\u003e", + "sentence": "Transmit and receive DMX and RDM using an ESP32.", + "paragraph": "This library allows for transmitting and receiving ANSI-ESTA E1.11 DMX-512A and ANSI-ESTA E1.20 RDM using an Espressif ESP32. It provides control and analysis of the packet configuration and allows the user to read or write synchronously or asynchronously from the DMX bus using whichever hardware UART port that is desired. This library also includes tools for data error-checking to safely process DMX and RDM commands as well as DMX packet metadata extraction to assist with troubleshooting errors.", + "website": "https://github.com/someweisguy/esp_dmx", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/someweisguy/esp_dmx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/someweisguy/esp_dmx-3.1.0.zip", + "archiveFileName": "esp_dmx-3.1.0.zip", + "size": 171631, + "checksum": "SHA-256:d2daddda47559b87f406cfa6019afdeaf6d2a3c75f760390a39dcb9dd519641d" + }, + { + "name": "Pikabot", + "version": "1.0.0", + "author": "Jared Liw Zhi Long \u003cjaredliw@gmail.com\u003e", + "maintainer": "Jared Liw Zhi Long \u003cjaredliw@gmail.com\u003e", + "sentence": "An Arduino library for controlling PikaBot.", + "paragraph": "This library allows you to program your PikaBot in a fast and easy way without getting too deep into electronics and programming.", + "website": "https://github.com/jaredliw/pikabot", + "category": "Device Control", + "architectures": [ + "Maker Uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jaredliw/PikaBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jaredliw/Pikabot-1.0.0.zip", + "archiveFileName": "Pikabot-1.0.0.zip", + "size": 20913, + "checksum": "SHA-256:3b113d32f008fe3fe5fcfa48b818c8095f7c7d2dc1b2d58508f6f4fa1ca994a7" + }, + { + "name": "Pikabot", + "version": "1.0.1", + "author": "Jared Liw Zhi Long \u003cjaredliw@gmail.com\u003e", + "maintainer": "Jared Liw Zhi Long \u003cjaredliw@gmail.com\u003e", + "sentence": "An Arduino library for controlling PikaBot.", + "paragraph": "This library allows you to program your PikaBot in a fast and easy way without getting too deep into electronics and programming.", + "website": "https://github.com/jaredliw/pikabot", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jaredliw/PikaBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jaredliw/Pikabot-1.0.1.zip", + "archiveFileName": "Pikabot-1.0.1.zip", + "size": 20993, + "checksum": "SHA-256:9b45a935d37190d7c277ba7559e847cf35a956e79f8b1e27efd6e0b110302db4" + }, + { + "name": "TankController", + "version": "21.9.1", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-21.9.1.zip", + "archiveFileName": "TankController-21.9.1.zip", + "size": 166748, + "checksum": "SHA-256:b08d19b85ae4546eaad98ada4be1a0c27d64540533c1a88e2fdcdc179052abc3" + }, + { + "name": "TankController", + "version": "22.4.1", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-22.4.1.zip", + "archiveFileName": "TankController-22.4.1.zip", + "size": 187793, + "checksum": "SHA-256:6c0d85f19acdc646c842985b6bdb6a331ee5c63d99e7746ff9de614a4e30c423" + }, + { + "name": "TankController", + "version": "22.7.2", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-22.7.2.zip", + "archiveFileName": "TankController-22.7.2.zip", + "size": 189160, + "checksum": "SHA-256:09056d7056b966fc9b1ecc9ac835b79f62564b75a2b1967cd01e7dd60abb1af0" + }, + { + "name": "TankController", + "version": "22.8.1", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-22.8.1.zip", + "archiveFileName": "TankController-22.8.1.zip", + "size": 189868, + "checksum": "SHA-256:ab85d62fff2644bf02e77a11a2004006a13569e897a9866d6103df87b0845ee2" + }, + { + "name": "TankController", + "version": "22.8.2", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-22.8.2.zip", + "archiveFileName": "TankController-22.8.2.zip", + "size": 190555, + "checksum": "SHA-256:a9d0050dcab208cb8ac79ffca21419a3a7e9bd0c5901b151375c6abb8c8a977d" + }, + { + "name": "TankController", + "version": "23.6.0", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-23.6.0.zip", + "archiveFileName": "TankController-23.6.0.zip", + "size": 466095, + "checksum": "SHA-256:e05a4bb5f6a5cee564f0204a42ef4d267c6b6e27886fc67db9a971d777419ee4" + }, + { + "name": "TankController", + "version": "23.7.0", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-23.7.0.zip", + "archiveFileName": "TankController-23.7.0.zip", + "size": 482202, + "checksum": "SHA-256:74a0d8fc59e45b358fa204a22507edf1600ea3ccb8a50e791e2aceab8afb0f07" + }, + { + "name": "TankController", + "version": "23.7.2", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-23.7.2.zip", + "archiveFileName": "TankController-23.7.2.zip", + "size": 489871, + "checksum": "SHA-256:46439f6622c261cfb548d87ab88191c27422a3d99f5fddb585a6c3c6a4b3ec1e" + }, + { + "name": "TankController", + "version": "23.8.1", + "author": "Kirt Onthank \u003cKirt.Onthank@wallawalla.edu\u003e, Preston Carman \u003cprestonc@apache.org\u003e, James Foster \u003cgithub@jgfoster.net\u003e", + "maintainer": "James Foster \u003cgithub@jgfoster.net\u003e", + "sentence": "Software for the Arduino that controls pH and temperature in the Open-Acidification project.", + "paragraph": "As mankind adds substantial additional carbon dioxide (CO2) to the atmosphere, as much as one third of that CO2 is absorbed is absorbed by the ocean. This CO2 reacts with water to create carbonic acid, and afterwards further products, which makes the ocean water more acidic. This process is known as ocean acidification. Over the next century ocean water is predicted to become 2.5 times more acidic. It is imperative that we understand how ocean acidification will impact marine organisms and ecosystems. Because the oceans contain over 99% of the habitable space on earth, and much of the planet’s biodiversity this will be a massive undertaking. Unfortunately, the equipment needed to perform ocean acidification research is expensive, restricting this work to a relatively few well-funded labs. The goal of the Open Acidification Project is to create inexpensive open-source tools to conduct ocean acidification research and ultimately greatly increase the amount of quality ocean acidification research that can be accomplished.", + "website": "https://github.com/Open-Acidification/TankController", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Open-Acidification/TankController.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "Ethernet" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "RTClib" + }, + { + "name": "Keypad" + }, + { + "name": "PID" + }, + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Acidification/TankController-23.8.1.zip", + "archiveFileName": "TankController-23.8.1.zip", + "size": 491695, + "checksum": "SHA-256:424f0f0179a4d520a5c616e1c067704c29fc798df9ec4c74fc8b306f8aee534a" + }, + { + "name": "WiFiManager_Portenta_H7_Lite", + "version": "1.4.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Portenta_H7 boards using built-in WiFi (Murata) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Portenta_H7 boards, using Portenta WiFi (Murata) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "LittleFS_Portenta_H7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Portenta_H7_Lite-1.4.0.zip", + "archiveFileName": "WiFiManager_Portenta_H7_Lite-1.4.0.zip", + "size": 283661, + "checksum": "SHA-256:83e068718c9cc7bb5c4aa81a2167c834246cf1324104b15088578c75520ddd76" + }, + { + "name": "WiFiManager_Portenta_H7_Lite", + "version": "1.4.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Portenta_H7 boards using built-in WiFi (Murata) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Portenta_H7 boards, using Portenta WiFi (Murata) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite.git", + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "LittleFS_Portenta_H7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Portenta_H7_Lite-1.4.1.zip", + "archiveFileName": "WiFiManager_Portenta_H7_Lite-1.4.1.zip", + "size": 294816, + "checksum": "SHA-256:9190130086389ae7d9842800a15cd69e152968d02bf9627f5ec6db9b243a560c" + }, + { + "name": "WiFiManager_Portenta_H7_Lite", + "version": "1.5.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Portenta_H7 boards using built-in WiFi (Murata) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Portenta_H7 boards, using Portenta WiFi (Murata) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested.", + "website": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite.git", + "providesIncludes": [ + "WiFiManager_Portenta_H7_Lite.h" + ], + "dependencies": [ + { + "name": "Functional-VLPP" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "LittleFS_Portenta_H7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Portenta_H7_Lite-1.5.0.zip", + "archiveFileName": "WiFiManager_Portenta_H7_Lite-1.5.0.zip", + "size": 322451, + "checksum": "SHA-256:31c28d1f594441845b543fa9f561808b1e5b4bc2325b9e93dc3465a696a5e405" + }, + { + "name": "WiFiManager_Portenta_H7_Lite", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Portenta_H7 boards using built-in WiFi (Murata) modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Portenta_H7 boards, using Portenta WiFi (Murata) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite.git", + "providesIncludes": [ + "WiFiManager_Portenta_H7_Lite.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "LittleFS_Portenta_H7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_Portenta_H7_Lite-1.6.0.zip", + "archiveFileName": "WiFiManager_Portenta_H7_Lite-1.6.0.zip", + "size": 351357, + "checksum": "SHA-256:345deaab29b0aabd1ddba7d633a99325a426ff2431ac5137f7a292b85dcaa328" + }, + { + "name": "Ethernet_Manager_Portenta_H7", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Portenta_H7 board using Ethernet from Portenta Vision shield. Config data saved in LittleFS.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable HTML Headers, Customs Style, Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7.git", + "providesIncludes": [ + "Ethernet_Manager_Portenta_H7.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "functional-vlpp" + }, + { + "name": "LittleFS_Portenta_H7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_Portenta_H7-1.6.0.zip", + "archiveFileName": "Ethernet_Manager_Portenta_H7-1.6.0.zip", + "size": 316647, + "checksum": "SHA-256:df6478f96e04be5a9098e04521411fa72e985b8f64fe3f04de74e303be401fee" + }, + { + "name": "Ethernet_Manager_Portenta_H7", + "version": "1.6.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Ethernet Manager for Portenta_H7 board using Ethernet from Portenta Vision shield. Config data saved in LittleFS.", + "paragraph": "Library for configuring/auto(re)connecting Ethernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable HTML Headers, Customs Style, Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7.git", + "providesIncludes": [ + "Ethernet_Manager_Portenta_H7.h" + ], + "dependencies": [ + { + "name": "EthernetWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "functional-vlpp" + }, + { + "name": "LittleFS_Portenta_H7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_Portenta_H7-1.6.1.zip", + "archiveFileName": "Ethernet_Manager_Portenta_H7-1.6.1.zip", + "size": 327772, + "checksum": "SHA-256:ada08ed05f0195739e9b2bb7611774e3b7e82291bfa49a9e9e0d151bb46e6902" + }, + { + "name": "DFRobot_RTU", + "version": "1.0.0", + "author": "Arya DFRobot", + "maintainer": "DFRobot \u003cwww.dfrobot.com\u003e", + "sentence": "Modbus RTU libary for Arduino.", + "website": "https://github.com/DFRobot/DFRobot_RTU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RTU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RTU-1.0.0.zip", + "archiveFileName": "DFRobot_RTU-1.0.0.zip", + "size": 27254, + "checksum": "SHA-256:3cf60e918ef73f981097d80ae51e4f73a9d980494269cf87bdab924e361c5943" + }, + { + "name": "DFRobot_RTU", + "version": "1.0.1", + "author": "Arya DFRobot", + "maintainer": "DFRobot \u003cwww.dfrobot.com\u003e", + "sentence": "Modbus RTU library for Arduino.", + "website": "https://github.com/DFRobot/DFRobot_RTU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RTU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RTU-1.0.1.zip", + "archiveFileName": "DFRobot_RTU-1.0.1.zip", + "size": 27250, + "checksum": "SHA-256:eb1b35cf726c6f4fde952240e26c508afae2c50bf2271b64391f2e882422355c" + }, + { + "name": "DFRobot_RTU", + "version": "1.0.2", + "author": "Arya DFRobot", + "maintainer": "DFRobot \u003cwww.dfrobot.com\u003e", + "sentence": "Modbus RTU library for Arduino.", + "paragraph": "A library to use an Arduino as master to control and communicate via modbus protocol.", + "website": "https://github.com/DFRobot/DFRobot_RTU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RTU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RTU-1.0.2.zip", + "archiveFileName": "DFRobot_RTU-1.0.2.zip", + "size": 27460, + "checksum": "SHA-256:4563daee3f46122ab41750b66aab88e9475f5ea9b1d5fa0d2d2dc11320c42cf1" + }, + { + "name": "DFRobot_RTU", + "version": "1.0.3", + "author": "Arya DFRobot", + "maintainer": "DFRobot \u003cwww.dfrobot.com\u003e", + "sentence": "Modbus RTU library for Arduino.", + "paragraph": "A library to use an Arduino as master to control and communicate via modbus protocol.", + "website": "https://github.com/DFRobot/DFRobot_RTU", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RTU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RTU-1.0.3.zip", + "archiveFileName": "DFRobot_RTU-1.0.3.zip", + "size": 27464, + "checksum": "SHA-256:481d05873720fd1db7e330b77cb3e0761b78b8d19980cbb35b768de0cad72d92" + }, + { + "name": "AndreyRybalko WT2003M02 MP3 Decoder", + "version": "1.0.0", + "author": "Andrey Rybalko \u003croot.andriell@gmail.com\u003e", + "maintainer": "AndreyRybalko \u003c2ram.ru\u003e", + "sentence": "Library for the WT2003M02 MP3 decoder board v3.0.", + "paragraph": "This library is designed to control the WT2003M02 board via UART", + "website": "https://github.com/andriell/arduino-library-WT2003M02-mp3-decoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andriell/arduino-library-WT2003M02-mp3-decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andriell/AndreyRybalko_WT2003M02_MP3_Decoder-1.0.0.zip", + "archiveFileName": "AndreyRybalko_WT2003M02_MP3_Decoder-1.0.0.zip", + "size": 438172, + "checksum": "SHA-256:142a5e36d5fc3e6f1e68b66cf54d729729f9cd72b3ce1e661228d0ba3623fccf" + }, + { + "name": "AndreyRybalko WT2003M02 MP3 Decoder", + "version": "1.0.1", + "author": "Andrey Rybalko \u003croot.andriell@gmail.com\u003e", + "maintainer": "AndreyRybalko \u003c2ram.ru\u003e", + "sentence": "Library for the WT2003M02 MP3 decoder board v3.0.", + "paragraph": "This library is designed to control the WT2003M02 board via UART", + "website": "https://github.com/andriell/arduino-library-WT2003M02-mp3-decoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andriell/arduino-library-WT2003M02-mp3-decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andriell/AndreyRybalko_WT2003M02_MP3_Decoder-1.0.1.zip", + "archiveFileName": "AndreyRybalko_WT2003M02_MP3_Decoder-1.0.1.zip", + "size": 597017, + "checksum": "SHA-256:3f72a4491bd0c3b49a70e2f8e1f084cbb9119a11661d7910e3c8bbd054527e04" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.0.0.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.0.0.zip", + "size": 11421, + "checksum": "SHA-256:558d228dbf3c1b4a15870b8a678973b073c66892201f140f6ff3f2923ba7f9ac" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.0.1.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.0.1.zip", + "size": 11421, + "checksum": "SHA-256:42c17b6c77c6f1c0776553f531914eea5fe9bbb7f166f4bd0fb6644abee46931" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.0.2.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.0.2.zip", + "size": 11421, + "checksum": "SHA-256:6dab566e0336614add0f14a93eeea0fd7eb3f207db05708f5feb30122ce6cda6" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.1.0.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.1.0.zip", + "size": 28308, + "checksum": "SHA-256:77d39afef8827939e84d7b947ae2cc5dd3261b84ebafe81b640ecf697b0be3c2" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.1.1.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.1.1.zip", + "size": 34279, + "checksum": "SHA-256:4f2b7e72f6c56112b4511d6106a6a54e63c6b5318c8fafc2fdd6c643fdd5614d" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.1.2.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.1.2.zip", + "size": 34279, + "checksum": "SHA-256:d3902275a0603ff16588a1dcba931520346ffa6ce2222d027db386380e7ce922" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.2.0.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.2.0.zip", + "size": 39504, + "checksum": "SHA-256:d22238df75916ea43d61be84ec694a82cfae34b85d47e08c6988bbb18b978b9b" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.2.1.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.2.1.zip", + "size": 44313, + "checksum": "SHA-256:f7e0e3945576bbe8bbd47294821cd1b68a214cb619b15def52490fd68cf0b505" + }, + { + "name": "Adafruit IS31FL3741 Library", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "paragraph": "Arduino library for the Adafruit IS31FL3741 LED Matrix driver", + "website": "https://github.com/adafruit/Adafruit_IS31FL3741", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IS31FL3741.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IS31FL3741_Library-1.2.2.zip", + "archiveFileName": "Adafruit_IS31FL3741_Library-1.2.2.zip", + "size": 44313, + "checksum": "SHA-256:7e95b33855231b771d628477b7aedd7cb8f43eb28cf6b3b40248ce4db0aec0ea" + }, + { + "name": "Portenta_H7_TimerInterrupt", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32H7-based Portenta_H7 board", + "paragraph": "These Portenta_H7 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt.git", + "providesIncludes": [ + "Portenta_H7_TimerInterrupt.h", + "Portenta_H7_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_TimerInterrupt-1.2.1.zip", + "archiveFileName": "Portenta_H7_TimerInterrupt-1.2.1.zip", + "size": 105834, + "checksum": "SHA-256:e1d00e0c9d783572610ad92f4dbb2500f31738210c933f65ca91276798c7084c" + }, + { + "name": "Portenta_H7_TimerInterrupt", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32H7-based Portenta_H7 board. PWM feature can now be used", + "paragraph": "These Portenta_H7 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt.git", + "providesIncludes": [ + "Portenta_H7_TimerInterrupt.h", + "Portenta_H7_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_TimerInterrupt-1.3.0.zip", + "archiveFileName": "Portenta_H7_TimerInterrupt-1.3.0.zip", + "size": 136361, + "checksum": "SHA-256:8ccf401e8edf322f90cc7a13fb09c5d99bdc38a0eb81530cc8d693b28af64a3c" + }, + { + "name": "Portenta_H7_TimerInterrupt", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32H7-based Portenta_H7 board. PWM feature can now be used", + "paragraph": "These Portenta_H7 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt.git", + "providesIncludes": [ + "Portenta_H7_TimerInterrupt.h", + "Portenta_H7_ISR_Timer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_TimerInterrupt-1.3.1.zip", + "archiveFileName": "Portenta_H7_TimerInterrupt-1.3.1.zip", + "size": 134702, + "checksum": "SHA-256:e27975d3209d16f7b79b1443095a0033027788e2afa9d7f3c1d48039e2abf75f" + }, + { + "name": "Portenta_H7_TimerInterrupt", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32H7-based Portenta_H7 board. PWM feature can now be used", + "paragraph": "These Portenta_H7 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_TimerInterrupt.git", + "providesIncludes": [ + "Portenta_H7_TimerInterrupt.h", + "Portenta_H7_ISR_Timer.h", + "Portenta_H7_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_TimerInterrupt-1.4.0.zip", + "archiveFileName": "Portenta_H7_TimerInterrupt-1.4.0.zip", + "size": 118828, + "checksum": "SHA-256:537c2ce1ec3be2045547a3148cd69c0dacefb20ca3437df837c297592afce354" + }, + { + "name": "MD_Stepper", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Stepper Motor control", + "paragraph": "Stepper motor controller", + "website": "https://github.com/MajicDesigns/MD_Stepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Stepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Stepper-1.0.0.zip", + "archiveFileName": "MD_Stepper-1.0.0.zip", + "size": 300042, + "checksum": "SHA-256:7515d10aa6400072b4f71a7dc069ab7c97ca53372cdddb954daa10cc89a90ce1" + }, + { + "name": "MD_Stepper", + "version": "1.0.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Stepper Motor control", + "paragraph": "Stepper motor controller for unipolar and bipolar steppers. Used in polled or timer interrupt mode.", + "website": "https://github.com/MajicDesigns/MD_Stepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Stepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Stepper-1.0.1.zip", + "archiveFileName": "MD_Stepper-1.0.1.zip", + "size": 457651, + "checksum": "SHA-256:bba40330cbae5ec7756393b1322602b28ae04d1819d6747d8df57dc50b535d00" + }, + { + "name": "MD_Stepper", + "version": "1.0.2", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Stepper Motor control", + "paragraph": "Stepper motor controller for unipolar and bipolar steppers. Used in polled or timer interrupt mode.", + "website": "https://github.com/MajicDesigns/MD_Stepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Stepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Stepper-1.0.2.zip", + "archiveFileName": "MD_Stepper-1.0.2.zip", + "size": 463652, + "checksum": "SHA-256:2d5d054be70f187da22736527a71cb10cf22098f12434027def07661347c8274" + }, + { + "name": "MD_Stepper", + "version": "1.1.1", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Stepper Motor control", + "paragraph": "Stepper motor controller for unipolar and bipolar steppers. Used in polled or timer interrupt mode.", + "website": "https://github.com/MajicDesigns/MD_Stepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_Stepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_Stepper-1.1.1.zip", + "archiveFileName": "MD_Stepper-1.1.1.zip", + "size": 1634736, + "checksum": "SHA-256:22180b97ce0c1d21900b6dbefb65c3d4071eac8a0c4128b0b3afd59f37cd9234" + }, + { + "name": "DFRobot_DHT20", + "version": "1.0.0", + "author": "fengli DFRobot \u003cli.feng@dfrobot.com\u003e", + "maintainer": "fengli DFRobot \u003cli.feng@dfrobot.com\u003e", + "sentence": "Provide an Arduino library to get Humidity and Temperature by reading data from dht20.", + "paragraph": "\u003cbr /\u003eProduct Link: \u003ca href=\"https://www.dfrobot.com/product-2391.html\"\u003ehttps://www.dfrobot.com/product-2391.html\u003c/a\u003e\u003cbr /\u003eProduct Link: \u003ca href=\"https://www.dfrobot.com.cn/goods-3282.html\"\u003ehttps://www.dfrobot.com.cn/goods-3282.html\u003c/a\u003e\u003cbr /\u003e", + "website": "https://github.com/DFRobot/DFRobot_DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DHT20-1.0.0.zip", + "archiveFileName": "DFRobot_DHT20-1.0.0.zip", + "size": 14290, + "checksum": "SHA-256:6138ebea787f16bbd8f06e00b88d85b10ec4e7713e905b8da1eedb0cdeb47bb1" + }, + { + "name": "TeensyAudioLaunchCtrl", + "version": "1.0.0", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Trigger audio samples using your usb midi controller", + "paragraph": "Trigger audio samples using your usb midi controller", + "website": "https://github.com/newdigate/teensy-audio-launch-ctrl", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-audio-launch-ctrl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioLaunchCtrl-1.0.0.zip", + "archiveFileName": "TeensyAudioLaunchCtrl-1.0.0.zip", + "size": 36126, + "checksum": "SHA-256:1063a1ff0108ea7a9342f8413d0109f0585f4344b7a83b17f20df6f50a8bc454" + }, + { + "name": "TeensyAudioLaunchCtrl", + "version": "1.0.1", + "author": "Nic Newdigate", + "maintainer": "Nic Newdigate", + "sentence": "Trigger audio samples using your usb midi controller", + "paragraph": "Trigger audio samples using your usb midi controller", + "website": "https://github.com/newdigate/teensy-audio-launch-ctrl", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/newdigate/teensy-audio-launch-ctrl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/newdigate/TeensyAudioLaunchCtrl-1.0.1.zip", + "archiveFileName": "TeensyAudioLaunchCtrl-1.0.1.zip", + "size": 36448, + "checksum": "SHA-256:99b4969fb0832b502150e44fe0a0fa940f5c3ab0ec12a68779af778034b81cba" + }, + { + "name": "Portenta_H7_ISR_Servo", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Portenta_H7 board to control multiple servo motors.", + "paragraph": "This library enables you to use 1 Hardware Timer on an STM32H747XI-based Portenta_H7 board to control 16 or more servo motors.", + "website": "https://github.com/khoih-prog/Portenta_H7_ISR_Servo", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_ISR_Servo.git", + "providesIncludes": [ + "Portenta_H7_ISR_Servo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_ISR_Servo-1.0.0.zip", + "archiveFileName": "Portenta_H7_ISR_Servo-1.0.0.zip", + "size": 416928, + "checksum": "SHA-256:cccc6e57e694964e9eeedf221379ecf01975749e037a281d3827649e1b7a1e7b" + }, + { + "name": "Seeed Arduino Sketchbook", + "version": "1.0.2", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003csupport@seeed.cc\u003e", + "sentence": "Wio Terminal and Other Seeed Demos", + "paragraph": "This library provides many Wio Terminal demos and some other demos for Seeed products", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_Sketchbook", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_Sketchbook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_Sketchbook-1.0.2.zip", + "archiveFileName": "Seeed_Arduino_Sketchbook-1.0.2.zip", + "size": 7205027, + "checksum": "SHA-256:65167682ac99479d403ddcc17a99b938dfde0f5e8cd630b0618164554235704e" + }, + { + "name": "DFRobot_BMP3XX", + "version": "1.0.0", + "author": "qsjhyy DFRobot \u003cyihuan.huang@dfrobot.com\u003e", + "maintainer": "qsjhyy DFRobot \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for BMP3XX, the function is to read temperature and pressure.", + "paragraph": "This is a pressure and temperature sensor that can be controlled via IIC and SPI port.\u003cbr /\u003eProduct link EN: \u003ca href=\"https://www.dfrobot.com/product-1792.html\"\u003ehttps://www.dfrobot.com/product-1792.html\u003c/a\u003e\u003cbr /\u003eProduct link CN: \u003ca href=\"https://www.dfrobot.com.cn/goods-1392.html\"\u003ehttps://www.dfrobot.com.cn/goods-1392.html\u003c/a\u003e", + "website": "https://github.com/DFRobot/DFRobot_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMP3XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMP3XX-1.0.0.zip", + "archiveFileName": "DFRobot_BMP3XX-1.0.0.zip", + "size": 62883, + "checksum": "SHA-256:973eecebe3f1e03ead6f4b094b2da7f0a4f760d7c10f747585215826541f8d55" + }, + { + "name": "DFRobot_BMP3XX", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy DFRobot \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for BMP3XX, the function is to read temperature and pressure.(SKU:SEN0423/SEN0251)", + "paragraph": "This is a pressure and temperature sensor that can be controlled via IIC and SPI port.", + "website": "https://github.com/DFRobot/DFRobot_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMP3XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMP3XX-1.0.1.zip", + "archiveFileName": "DFRobot_BMP3XX-1.0.1.zip", + "size": 145693, + "checksum": "SHA-256:4fac69108d904a842bc1469a0f53f30e8f2759dff208e6a3433502be5d94ce45" + }, + { + "name": "DFRobot_BMP3XX", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for BMP3XX, the function is to read temperature and pressure(SKU: SEN0423/SEN0251).", + "paragraph": "This is a pressure and temperature sensor that can be controlled via I2C and SPI port.", + "website": "https://github.com/DFRobot/DFRobot_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMP3XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMP3XX-1.0.2.zip", + "archiveFileName": "DFRobot_BMP3XX-1.0.2.zip", + "size": 146989, + "checksum": "SHA-256:813cf72096b5fdb987295b3d7e6650981d26731a2387a7d5137068656d9fe58c" + }, + { + "name": "DFRobot_BMP3XX", + "version": "1.0.3", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for BMP3XX, the function is to read temperature and pressure(SKU: SEN0423/SEN0371/SEN0251).", + "paragraph": "This is a pressure and temperature sensor that can be controlled via I2C and SPI port.", + "website": "https://github.com/DFRobot/DFRobot_BMP3XX", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMP3XX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMP3XX-1.0.3.zip", + "archiveFileName": "DFRobot_BMP3XX-1.0.3.zip", + "size": 254935, + "checksum": "SHA-256:6dfb7ad33951a6fa1aba5f84db524b6bb68ff8af42c0efd2c7d8446335f62a29" + }, + { + "name": "sMQTTBroker", + "version": "0.0.1", + "author": "Vyacheslav Shiryaev", + "maintainer": "Vyacheslav Shiryaev", + "sentence": "A simple broker library for MQTT messaging.", + "paragraph": "This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and ESP 32 WROOM. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/terrorsl/sMQTTBroker", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/terrorsl/sMQTTBroker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/terrorsl/sMQTTBroker-0.0.1.zip", + "archiveFileName": "sMQTTBroker-0.0.1.zip", + "size": 10535, + "checksum": "SHA-256:ae0581195188576d2343b6e4c8843ae265ea40bba4be12cb10b4dcafbdef6f1d" + }, + { + "name": "sMQTTBroker", + "version": "0.1.0", + "author": "Vyacheslav Shiryaev", + "maintainer": "Vyacheslav Shiryaev \u003cterror85@gmail.com\u003e", + "sentence": "A simple broker library for MQTT messaging.", + "paragraph": "This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and ESP 32. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/terrorsl/sMQTTBroker", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/terrorsl/sMQTTBroker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/terrorsl/sMQTTBroker-0.1.0.zip", + "archiveFileName": "sMQTTBroker-0.1.0.zip", + "size": 12291, + "checksum": "SHA-256:d10aba1b49705d665dc7eba457b024a6f4b21920400faaf4f4111e027d7644b8" + }, + { + "name": "sMQTTBroker", + "version": "0.1.1", + "author": "Vyacheslav Shiryaev", + "maintainer": "Vyacheslav Shiryaev \u003cterror85@gmail.com\u003e", + "sentence": "A simple broker library for MQTT messaging.", + "paragraph": "This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and ESP 32. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/terrorsl/sMQTTBroker", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/terrorsl/sMQTTBroker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/terrorsl/sMQTTBroker-0.1.1.zip", + "archiveFileName": "sMQTTBroker-0.1.1.zip", + "size": 12422, + "checksum": "SHA-256:180db2881d237a8fd93160d0091f5989ab9479f30ba6ac17b9930dab9eea71ba" + }, + { + "name": "sMQTTBroker", + "version": "0.1.3", + "author": "Vyacheslav Shiryaev", + "maintainer": "Vyacheslav Shiryaev \u003cterror85@gmail.com\u003e", + "sentence": "A simple broker library for MQTT messaging.", + "paragraph": "This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and ESP 32. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/terrorsl/sMQTTBroker", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/terrorsl/sMQTTBroker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/terrorsl/sMQTTBroker-0.1.3.zip", + "archiveFileName": "sMQTTBroker-0.1.3.zip", + "size": 14777, + "checksum": "SHA-256:0692167fa7689d4b71bd6aa9f730cb6cf218edf9733e50ed252098a1f1cf63d2" + }, + { + "name": "sMQTTBroker", + "version": "0.1.5", + "author": "Vyacheslav Shiryaev", + "maintainer": "Vyacheslav Shiryaev \u003cterror85@gmail.com\u003e", + "sentence": "A simple broker library for MQTT messaging.", + "paragraph": "This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and ESP 32. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/terrorsl/sMQTTBroker", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/terrorsl/sMQTTBroker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/terrorsl/sMQTTBroker-0.1.5.zip", + "archiveFileName": "sMQTTBroker-0.1.5.zip", + "size": 16281, + "checksum": "SHA-256:7a8eb7b04e21ac87d1132779894ab9b690fd412b929b9264b73714e987164727" + }, + { + "name": "sMQTTBroker", + "version": "0.1.6", + "author": "Vyacheslav Shiryaev", + "maintainer": "Vyacheslav Shiryaev \u003cterror85@gmail.com\u003e", + "sentence": "A simple broker library for MQTT messaging.", + "paragraph": "This library allows to send and receive MQTT messages and to host a broker in your ESP 8266 and ESP 32. It does support MQTT 3.1.1 with QoS=0.", + "website": "https://github.com/terrorsl/sMQTTBroker", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/terrorsl/sMQTTBroker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/terrorsl/sMQTTBroker-0.1.6.zip", + "archiveFileName": "sMQTTBroker-0.1.6.zip", + "size": 17835, + "checksum": "SHA-256:8ed1a274a770738af76dbc781e9a72a3608e6756a31b859811f074edd340e5eb" + }, + { + "name": "MPG", + "version": "0.1.0", + "author": "FeralAI", + "maintainer": "FeralAI", + "sentence": "C++ library for USB gamepad handling with support for XInput, DirectInput and Nintendo Switch.", + "paragraph": "Includes features like debouncing, SOCD cleaning and left/right stick emulation.", + "website": "https://github.com/FeralAI/MPG", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FeralAI/MPG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FeralAI/MPG-0.1.0.zip", + "archiveFileName": "MPG-0.1.0.zip", + "size": 32743, + "checksum": "SHA-256:bf62e58844e6bece28220e1155e1cdf0f7f3fe6593b1ee28b913230e1804bc77" + }, + { + "name": "MPG", + "version": "0.1.1", + "author": "FeralAI", + "maintainer": "FeralAI", + "sentence": "C++ library for USB gamepad handling with support for XInput, DirectInput and Nintendo Switch.", + "paragraph": "Includes features like debouncing, SOCD cleaning and left/right stick emulation.", + "website": "https://github.com/FeralAI/MPG", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FeralAI/MPG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FeralAI/MPG-0.1.1.zip", + "archiveFileName": "MPG-0.1.1.zip", + "size": 32841, + "checksum": "SHA-256:1e37b65106fc99203789eb9c51c7ab47f8fb78f7bb07746d5baf1daf76ad1405" + }, + { + "name": "MPG", + "version": "0.2.0", + "author": "FeralAI", + "maintainer": "FeralAI", + "sentence": "C++ library for processing and converting gamepad inputs, with support for XInput, DirectInput and Nintendo Switch.", + "paragraph": "Includes features like debouncing, SOCD cleaning and left/right stick emulation.", + "website": "https://github.com/FeralAI/MPG", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FeralAI/MPG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FeralAI/MPG-0.2.0.zip", + "archiveFileName": "MPG-0.2.0.zip", + "size": 33563, + "checksum": "SHA-256:d46f8b4a16a5a9bc56f1bce41b3ed9538805f3ab42b33eebbe1a250b73b4d18f" + }, + { + "name": "MPG", + "version": "0.2.1", + "author": "FeralAI", + "maintainer": "FeralAI", + "sentence": "C++ library for processing and converting gamepad inputs, with support for XInput, DirectInput and Nintendo Switch.", + "paragraph": "Includes features like debouncing, SOCD cleaning and left/right stick emulation.", + "website": "https://github.com/FeralAI/MPG", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FeralAI/MPG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FeralAI/MPG-0.2.1.zip", + "archiveFileName": "MPG-0.2.1.zip", + "size": 33898, + "checksum": "SHA-256:fa074b6a22b4d2f1cb98bf2cd9870e764c049cf128495e92c1a173025b198e39" + }, + { + "name": "MPG", + "version": "0.3.0", + "author": "FeralAI", + "maintainer": "FeralAI", + "sentence": "C++ library for processing and converting gamepad inputs, with support for XInput, DirectInput and Nintendo Switch.", + "paragraph": "Includes features like debouncing, SOCD cleaning and left/right stick emulation.", + "website": "https://github.com/FeralAI/MPG", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FeralAI/MPG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FeralAI/MPG-0.3.0.zip", + "archiveFileName": "MPG-0.3.0.zip", + "size": 34262, + "checksum": "SHA-256:cbdb5e0aa9380924002c1b4be6186ca18ef9b724dca7c64e006347b775cb78be" + }, + { + "name": "MPG", + "version": "0.3.1", + "author": "FeralAI", + "maintainer": "FeralAI", + "sentence": "C++ library for processing and converting gamepad inputs, with support for XInput, DirectInput and Nintendo Switch.", + "paragraph": "Includes features like debouncing, SOCD cleaning and left/right stick emulation.", + "website": "https://github.com/FeralAI/MPG", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FeralAI/MPG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FeralAI/MPG-0.3.1.zip", + "archiveFileName": "MPG-0.3.1.zip", + "size": 34706, + "checksum": "SHA-256:5ec787e2574936391fe6e6342e3b0082780005162388ffd15275a3ee128e9bd7" + }, + { + "name": "MPG", + "version": "0.4.0", + "author": "FeralAI", + "maintainer": "FeralAI", + "sentence": "C++ library for processing and converting gamepad inputs, with support for XInput, DirectInput and Nintendo Switch.", + "paragraph": "Includes features like debouncing, SOCD cleaning and left/right stick emulation.", + "website": "https://github.com/FeralAI/MPG", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FeralAI/MPG.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FeralAI/MPG-0.4.0.zip", + "archiveFileName": "MPG-0.4.0.zip", + "size": 35216, + "checksum": "SHA-256:4ac698500c53b13b3a7b4fbb20c25677e839fd07b04d77322031751413fc1dd4" + }, + { + "name": "ESPSerialFlasher", + "version": "0.1.0", + "author": "Winner10920", + "maintainer": "Winner10920 \u003crjfedor@hotmail.com\u003e", + "sentence": "[EXPERIMENTAL] Flash the WiFiNiNa module on your arduino nano 33 iot", + "paragraph": "[EXPERIMENTAL] Flash the WiFiNiNa module on your arduino nano 33 iot with the newest nina-fw version or even your own, just make sure the firmware is good first!", + "website": "https://github.com/winner10920/ESPSerialFlasher", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winner10920/ESPSerialFlasher.git", + "providesIncludes": [ + "ESPSerialFlasher.h" + ], + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/winner10920/ESPSerialFlasher-0.1.0.zip", + "archiveFileName": "ESPSerialFlasher-0.1.0.zip", + "size": 755860, + "checksum": "SHA-256:edea4ac8304275b1b245095a0fab7fda7f66cf04de86e1116dcce0daab9d94c9" + }, + { + "name": "ESPSerialFlasher", + "version": "0.1.6", + "author": "Winner10920", + "maintainer": "Winner10920 \u003crjfedor@hotmail.com\u003e", + "sentence": "[EXPERIMENTAL] Flash the WiFiNiNa module on your arduino nano 33 iot", + "paragraph": "with the newest nina-fw version or even your own, just make sure the firmware is good first!", + "website": "https://github.com/winner10920/ESPSerialFlasher", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winner10920/ESPSerialFlasher.git", + "providesIncludes": [ + "ESPSerialFlasher.h" + ], + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/winner10920/ESPSerialFlasher-0.1.6.zip", + "archiveFileName": "ESPSerialFlasher-0.1.6.zip", + "size": 943879, + "checksum": "SHA-256:1b77663becb5dd577f770d49e0b9cfcf232a70171ba30dd99c64db8d57a9155d" + }, + { + "name": "ESPSerialFlasher", + "version": "0.1.7", + "author": "Winner10920", + "maintainer": "Winner10920 \u003crjfedor@hotmail.com\u003e", + "sentence": "[EXPERIMENTAL] Flash the WiFiNiNa module on your arduino nano 33 iot", + "paragraph": "with the newest nina-fw version or even your own, just make sure the firmware is good first!", + "website": "https://github.com/winner10920/ESPSerialFlasher", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winner10920/ESPSerialFlasher.git", + "providesIncludes": [ + "ESPSerialFlasher.h" + ], + "dependencies": [ + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/winner10920/ESPSerialFlasher-0.1.7.zip", + "archiveFileName": "ESPSerialFlasher-0.1.7.zip", + "size": 1034692, + "checksum": "SHA-256:8ce02453e53bd3be79549768116b6f55c5af7673956cebb22f551a0d52b51497" + }, + { + "name": "ESP32_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy.", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.0.0.zip", + "archiveFileName": "ESP32_PWM-1.0.0.zip", + "size": 58670, + "checksum": "SHA-256:fa07bab5c9d4bed6caff624e27d0f89d0d0f47ae233ef407029329eb4c9db00c" + }, + { + "name": "ESP32_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy.", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.0.1.zip", + "archiveFileName": "ESP32_PWM-1.0.1.zip", + "size": 61339, + "checksum": "SHA-256:7c6da2a457111d502d3c9976d523ac7be376e37b49a1edcd3834646f3aeed329" + }, + { + "name": "ESP32_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.1.0.zip", + "archiveFileName": "ESP32_PWM-1.1.0.zip", + "size": 67824, + "checksum": "SHA-256:f307a7c62bd1c6ca6ef5c91c3f3837bdcbebeffb81f354664829538abf2558c6" + }, + { + "name": "ESP32_PWM", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.1.1.zip", + "archiveFileName": "ESP32_PWM-1.1.1.zip", + "size": 68234, + "checksum": "SHA-256:8b181512d3240f076c7977e478512fc61cf6310e5a78bbce4b4af57f5834a4c7" + }, + { + "name": "ESP32_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h", + "ESP32_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.2.0.zip", + "archiveFileName": "ESP32_PWM-1.2.0.zip", + "size": 49575, + "checksum": "SHA-256:ea1ec7172f5865a452ea4d8fb6eee4ec39c6522c6736c1ae5336f1266a9e047c" + }, + { + "name": "ESP32_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h", + "ESP32_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.2.1.zip", + "archiveFileName": "ESP32_PWM-1.2.1.zip", + "size": 50551, + "checksum": "SHA-256:8958ff4f5db0e1678b3338c81de61eb5f4a7b8fb4c48814d4b7c7523b70a62a6" + }, + { + "name": "ESP32_PWM", + "version": "1.2.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h", + "ESP32_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.2.2.zip", + "archiveFileName": "ESP32_PWM-1.2.2.zip", + "size": 50809, + "checksum": "SHA-256:894f783974649094e8de12847b59d3406e271d67812505ff570517db10fa23d2" + }, + { + "name": "ESP32_PWM", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h", + "ESP32_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.3.0.zip", + "archiveFileName": "ESP32_PWM-1.3.0.zip", + "size": 52677, + "checksum": "SHA-256:1594fb2438e3a62093515d039d94d0e7df22394bf30debe15f2e1dbdd3a6fc88" + }, + { + "name": "ESP32_PWM", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h", + "ESP32_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.3.1.zip", + "archiveFileName": "ESP32_PWM-1.3.1.zip", + "size": 50212, + "checksum": "SHA-256:2868e8924cb9316572959778876353fcb3672d861970024fe4499057eb451324" + }, + { + "name": "ESP32_PWM", + "version": "1.3.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h", + "ESP32_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.3.2.zip", + "archiveFileName": "ESP32_PWM-1.3.2.zip", + "size": 50433, + "checksum": "SHA-256:a4c5a301c1750119dbbbc728891c470b9e5e91a5e7d5b8f6ea1360e473f90b5d" + }, + { + "name": "ESP32_PWM", + "version": "1.3.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly,", + "website": "https://github.com/khoih-prog/ESP32_PWM", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP32_PWM.git", + "providesIncludes": [ + "ESP32_PWM.h", + "ESP32_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_PWM-1.3.3.zip", + "archiveFileName": "ESP32_PWM-1.3.3.zip", + "size": 51171, + "checksum": "SHA-256:fd0a0a18b294165bf477153c0f37d1b5eaf04b64b2cd1dd0cd7be7a7f5d91da7" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.0", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://gitlab.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.0.zip", + "archiveFileName": "TAMC_FT62X6-1.0.0.zip", + "size": 15583, + "checksum": "SHA-256:55f45be420ba95c90fc528c0955f920afdde7d8554e3baae98712ca19ecdda57" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.2", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://gitlab.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.2.zip", + "archiveFileName": "TAMC_FT62X6-1.0.2.zip", + "size": 15583, + "checksum": "SHA-256:4456f67e5e6c547f10389f34b36b879561ac2aed26db9b803c4a899196dbd091" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.4", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://github.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.4.zip", + "archiveFileName": "TAMC_FT62X6-1.0.4.zip", + "size": 15580, + "checksum": "SHA-256:3f0afe02040f10d1712eefe718f416080e97cc025a11727aa61a38ecba5e56c0" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.5", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://github.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.5.zip", + "archiveFileName": "TAMC_FT62X6-1.0.5.zip", + "size": 15651, + "checksum": "SHA-256:49cc86df7ffc2b33eeabdee75eba6be8bc16c99622f63770c3753e8d9de32337" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.6", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://github.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.6.zip", + "archiveFileName": "TAMC_FT62X6-1.0.6.zip", + "size": 15643, + "checksum": "SHA-256:25bab2923226d2b24744f98412446d4cf27594f2cf4ff0c364e3c4f6a01948cb" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.7", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://github.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.7.zip", + "archiveFileName": "TAMC_FT62X6-1.0.7.zip", + "size": 15620, + "checksum": "SHA-256:7c317ea6a1d25ec551d111ff9bffa0c432c7f41e06d4fc2710d1c12597ca1f44" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.8", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://github.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.8.zip", + "archiveFileName": "TAMC_FT62X6-1.0.8.zip", + "size": 15602, + "checksum": "SHA-256:8b664e5c9147f857d9d1eaa792445883d459eeb4bf41fff7637299de23122f59" + }, + { + "name": "TAMC_FT62X6", + "version": "1.0.9", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for FT62X6", + "paragraph": "Arduino library for FT62X6", + "website": "https://github.com/tamctec/ft62x6-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/ft62x6-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_FT62X6-1.0.9.zip", + "archiveFileName": "TAMC_FT62X6-1.0.9.zip", + "size": 15603, + "checksum": "SHA-256:f3b8abf457e7bd039135682ad2349922387c61ca421d72092d92b7696143aa4a" + }, + { + "name": "MQ135", + "version": "1.0.0", + "author": "GeorgK, ViliusKraujutis, Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "This library allows you to easily read the MQ135 air quality sensor.", + "paragraph": "This library allows any Arduino AVR board (e.g. Arduino Uno), the ESP8266 and ESP32 to easily interface with the MQ135 air quality sensor and calculate temperature and humidity corrected CO2 concentrations.", + "website": "https://github.com/Phoenix1747/MQ135", + "category": "Sensors", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/MQ135.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/MQ135-1.0.0.zip", + "archiveFileName": "MQ135-1.0.0.zip", + "size": 18063, + "checksum": "SHA-256:8ae6a444619962f584782bcdb436c11123c6334f289853f7796b9fa38a3e73da" + }, + { + "name": "MQ135", + "version": "1.1.0", + "author": "GeorgK, ViliusKraujutis, Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "This library allows you to easily read the MQ135 air quality sensor.", + "paragraph": "This library allows any Arduino-compatible board to easily interface with the MQ135 air quality sensor and calculate temperature and humidity corrected CO2 concentrations.", + "website": "https://github.com/Phoenix1747/MQ135", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/MQ135.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/MQ135-1.1.0.zip", + "archiveFileName": "MQ135-1.1.0.zip", + "size": 18518, + "checksum": "SHA-256:3c395c4a6ff80f24b2adf3a2ce68e73f68302f3b8f8629166240fd166db3ad83" + }, + { + "name": "MQ135", + "version": "1.1.1", + "author": "GeorgK, ViliusKraujutis, NuclearPhoenixx", + "maintainer": "NuclearPhoenixx", + "sentence": "This library allows you to easily read the MQ135 air quality sensor.", + "paragraph": "This library allows any Arduino-compatible board to easily interface with the MQ135 air quality sensor and calculate temperature and humidity corrected CO2 concentrations.", + "website": "https://github.com/NuclearPhoenixx/MQ135", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/MQ135.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/MQ135-1.1.1.zip", + "archiveFileName": "MQ135-1.1.1.zip", + "size": 18885, + "checksum": "SHA-256:f1fdfd72c388285260c563374e63d6cfbf043a83a8c26805b8f193118129961c" + }, + { + "name": "ESP8266_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy.", + "website": "https://github.com/khoih-prog/ESP8266_PWM", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_PWM.git", + "providesIncludes": [ + "ESP8266_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_PWM-1.0.0.zip", + "archiveFileName": "ESP8266_PWM-1.0.0.zip", + "size": 51134, + "checksum": "SHA-256:b97dd60179697769001c91680965625d117a5b263a5f9095f189ef49fcfb667c" + }, + { + "name": "ESP8266_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/ESP8266_PWM", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_PWM.git", + "providesIncludes": [ + "ESP8266_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_PWM-1.1.0.zip", + "archiveFileName": "ESP8266_PWM-1.1.0.zip", + "size": 57822, + "checksum": "SHA-256:f8fc57ca143f4b7b4ed0dd607327b5f120b6f36635c15b63088128b1c5b1143a" + }, + { + "name": "ESP8266_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/ESP8266_PWM", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_PWM.git", + "providesIncludes": [ + "ESP8266_PWM.h", + "ESP8266_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_PWM-1.2.0.zip", + "archiveFileName": "ESP8266_PWM-1.2.0.zip", + "size": 45734, + "checksum": "SHA-256:35822c20654f94bdd179b20067803766041a15d4771f2f93fe0f51d92ddc03d3" + }, + { + "name": "ESP8266_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/ESP8266_PWM", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_PWM.git", + "providesIncludes": [ + "ESP8266_PWM.h", + "ESP8266_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_PWM-1.2.1.zip", + "archiveFileName": "ESP8266_PWM-1.2.1.zip", + "size": 46371, + "checksum": "SHA-256:d74cd0e785d3bb73ab430235f52268ff417e70b0bb603bb2a3f39623a63b64b7" + }, + { + "name": "ESP8266_PWM", + "version": "1.2.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/ESP8266_PWM", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_PWM.git", + "providesIncludes": [ + "ESP8266_PWM.h", + "ESP8266_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_PWM-1.2.2.zip", + "archiveFileName": "ESP8266_PWM-1.2.2.zip", + "size": 47490, + "checksum": "SHA-256:30db502d1f6affd80ced25a0e7cef2b2135819b7b1b8767452b3315b09e49bae" + }, + { + "name": "ESP8266_PWM", + "version": "1.2.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "TThis library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/ESP8266_PWM", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_PWM.git", + "providesIncludes": [ + "ESP8266_PWM.h", + "ESP8266_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_PWM-1.2.3.zip", + "archiveFileName": "ESP8266_PWM-1.2.3.zip", + "size": 47814, + "checksum": "SHA-256:431133b8d52d1ebf56155dcf694b4aaf44a63afb182f023626089f85202f7680" + }, + { + "name": "ESP8266_PWM", + "version": "1.2.4", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins.", + "paragraph": "It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they are ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is necessary if you need to measure some data requiring better accuracy. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/ESP8266_PWM", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ESP8266_PWM.git", + "providesIncludes": [ + "ESP8266_PWM.h", + "ESP8266_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_PWM-1.2.4.zip", + "archiveFileName": "ESP8266_PWM-1.2.4.zip", + "size": 45461, + "checksum": "SHA-256:c2509889f0a8d54ee262e29e9e8cceace182049ecf1e21ff9e4c9f1657546184" + }, + { + "name": "Portenta_H7_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/Portenta_H7_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_PWM.git", + "providesIncludes": [ + "Portenta_H7_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_PWM-1.0.0.zip", + "archiveFileName": "Portenta_H7_PWM-1.0.0.zip", + "size": 51476, + "checksum": "SHA-256:b787e5cca761c802253c65479b147d20e924b015af01161f90eb14df14c49ae4" + }, + { + "name": "Portenta_H7_PWM", + "version": "2.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software or ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly.", + "website": "https://github.com/khoih-prog/Portenta_H7_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_PWM.git", + "providesIncludes": [ + "Portenta_H7_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_PWM-2.0.0.zip", + "archiveFileName": "Portenta_H7_PWM-2.0.0.zip", + "size": 29432, + "checksum": "SHA-256:5af56bd73048dc0a8ef25b7d551dfb95bcbe06253bfc468f9c02d16c4a1b5532" + }, + { + "name": "Portenta_H7_PWM", + "version": "2.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software or ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly.", + "website": "https://github.com/khoih-prog/Portenta_H7_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_PWM.git", + "providesIncludes": [ + "Portenta_H7_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_PWM-2.0.1.zip", + "archiveFileName": "Portenta_H7_PWM-2.0.1.zip", + "size": 29863, + "checksum": "SHA-256:07a66af177477aa3adc4f9b1d24793a032f370419be4df7207be5324cb9fc5b9" + }, + { + "name": "Portenta_H7_PWM", + "version": "2.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software or ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly.", + "website": "https://github.com/khoih-prog/Portenta_H7_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_PWM.git", + "providesIncludes": [ + "Portenta_H7_PWM.h", + "Portenta_H7_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_PWM-2.0.2.zip", + "archiveFileName": "Portenta_H7_PWM-2.0.2.zip", + "size": 40563, + "checksum": "SHA-256:ad695394ceeee630e536524ac2b472c57af789223c0d1c052abd7109fbc73c3a" + }, + { + "name": "Portenta_H7_PWM", + "version": "2.0.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software or ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly.", + "website": "https://github.com/khoih-prog/Portenta_H7_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_PWM.git", + "providesIncludes": [ + "Portenta_H7_PWM.h", + "Portenta_H7_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_PWM-2.0.3.zip", + "archiveFileName": "Portenta_H7_PWM-2.0.3.zip", + "size": 106122, + "checksum": "SHA-256:a4e0845b5e0b557a85c9fe3936dd732346d405b2af1d893406947012b9379a38" + }, + { + "name": "Portenta_H7_PWM", + "version": "2.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software or ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly.", + "website": "https://github.com/khoih-prog/Portenta_H7_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_PWM.git", + "providesIncludes": [ + "Portenta_H7_PWM.h", + "Portenta_H7_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_PWM-2.1.0.zip", + "archiveFileName": "Portenta_H7_PWM-2.1.0.zip", + "size": 108874, + "checksum": "SHA-256:3f079cbceed6836984d98d55ce51c6c714d2edccbf51241678f26e304503e267" + }, + { + "name": "libcli", + "version": "0.1.0", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "Support to implement command line interface", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-0.1.0.zip", + "archiveFileName": "libcli-0.1.0.zip", + "size": 10581, + "checksum": "SHA-256:8ab1421a2a77669f1fd1425896ea06df28378269a2f65bf594f9816c20d201fc" + }, + { + "name": "libcli", + "version": "1.0.2", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "Support to implement command line interface", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.0.2.zip", + "archiveFileName": "libcli-1.0.2.zip", + "size": 10622, + "checksum": "SHA-256:34c7b28339edf5e42d79930a9ce3a6d8be34f068dd0a495e09ca8865e6f655f8" + }, + { + "name": "libcli", + "version": "1.0.3", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "Support to implement command line interface", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.0.3.zip", + "archiveFileName": "libcli-1.0.3.zip", + "size": 12344, + "checksum": "SHA-256:885624cc42836409ee2a9b874daa85ef4bfda6acd3eda4628c2e6e38588f5c1d" + }, + { + "name": "libcli", + "version": "1.0.4", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "Support to implement command line interface", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.0.4.zip", + "archiveFileName": "libcli-1.0.4.zip", + "size": 12257, + "checksum": "SHA-256:976d06c9aef4363dcbaf4189846cd2daa686132eaa9e91ce5cc5feab49c344b2" + }, + { + "name": "libcli", + "version": "1.1.0", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.1.0.zip", + "archiveFileName": "libcli-1.1.0.zip", + "size": 18054, + "checksum": "SHA-256:b38a32ba413f9d949ca66153914289493ef5b6766ef8199d4255ab1c1409c1be" + }, + { + "name": "libcli", + "version": "1.1.1", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.1.1.zip", + "archiveFileName": "libcli-1.1.1.zip", + "size": 18057, + "checksum": "SHA-256:c017ce2b607f688f777f1a409b204580de26f2272a75bf3afdeb00d6bea6e1d6" + }, + { + "name": "libcli", + "version": "1.1.2", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.1.2.zip", + "archiveFileName": "libcli-1.1.2.zip", + "size": 18072, + "checksum": "SHA-256:28bf1f2c262c01e40a86bdcd835974dfa3f4827bcea0a21892aeb8acdcaec92d" + }, + { + "name": "libcli", + "version": "1.2.0", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.2.0.zip", + "archiveFileName": "libcli-1.2.0.zip", + "size": 18231, + "checksum": "SHA-256:f16725f0b0265679d9aca6a68c2c707278e7fee50e586a066bf4d9a706b48601" + }, + { + "name": "libcli", + "version": "1.2.1", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.2.1.zip", + "archiveFileName": "libcli-1.2.1.zip", + "size": 18437, + "checksum": "SHA-256:314be6e82a9213bf6aa5d7ab92c56b6b48330c4482978fb0483b841813a1048f" + }, + { + "name": "libcli", + "version": "1.2.2", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.2.2.zip", + "archiveFileName": "libcli-1.2.2.zip", + "size": 18454, + "checksum": "SHA-256:16cfc640ea0c609a3572c70ba5b7d6ef79ee72dd33058b64ad242523b9669cbc" + }, + { + "name": "libcli", + "version": "1.2.3", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.2.3.zip", + "archiveFileName": "libcli-1.2.3.zip", + "size": 19081, + "checksum": "SHA-256:3ef4d28bdb4811e6cc6355722a2fe5b76d2a34615e4acfbd2ed20608342cb381" + }, + { + "name": "libcli", + "version": "1.2.5", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.2.5.zip", + "archiveFileName": "libcli-1.2.5.zip", + "size": 31930, + "checksum": "SHA-256:a7efb07052204a054af28f8de8ef72b3d4a487197d74b2fa9ab8004314bfc9c1" + }, + { + "name": "libcli", + "version": "1.3.0", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Command Line Interface library", + "paragraph": "With this, you can implement asynchornous command line interface to your sketch.", + "website": "https://github.com/tgtakaoka/libcli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libcli.git", + "providesIncludes": [ + "libcli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libcli-1.3.0.zip", + "archiveFileName": "libcli-1.3.0.zip", + "size": 32774, + "checksum": "SHA-256:6d342ae34b8bd07256bbe77ea994cb97fb8580ee8f14327e980e90723a522398" + }, + { + "name": "NXTBluetooth", + "version": "1.0.0", + "author": "Aidan Gebbie \u003caidan.gebbie@outlook.com\u003e", + "maintainer": "Aidan Gebbie \u003caidan.gebbie@outlook.com\u003e", + "sentence": "A library that makes communicating with the LEGO Mindstorms NXT via bluetooth easy.", + "paragraph": "This library supports the NXT 1.0 and 2.0 bluetooth protocols and should be able to use any serial bluetooth module (e.g. HC-06). The LEGO Mindstorms Bluetooth Developers Kit document has been provided as well.", + "website": "https://github.com/Aidywady/NXTBluetooth/", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aidywady/NXTBluetooth.git", + "providesIncludes": [ + "NXTBluetooth.h" + ], + "dependencies": [ + { + "name": "SoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aidywady/NXTBluetooth-1.0.0.zip", + "archiveFileName": "NXTBluetooth-1.0.0.zip", + "size": 1125208, + "checksum": "SHA-256:dc3f06e17491c047fa48614ce1dbbe4312b57b157be0c3095e7c2001a67b668c" + }, + { + "name": "NXTBluetooth", + "version": "1.0.2", + "author": "Aidan Gebbie \u003caidan.gebbie@outlook.com\u003e", + "maintainer": "Aidan Gebbie \u003caidan.gebbie@outlook.com\u003e", + "sentence": "A library that makes communicating with the LEGO Mindstorms NXT via bluetooth easy.", + "paragraph": "This library supports the NXT 1.0 and 2.0 bluetooth protocols and should be able to use any non-retired arduino board (or clone) as well as any serial bluetooth module (e.g. HC-06). The library hides the bluetooth protocol behind a series of easy understand functions. The LEGO Mindstorms Bluetooth Developers Kit document has been provided as well for anyone curious in delving deeper into the the NXT bluetooth protocol.", + "website": "https://github.com/Aidywady/NXTBluetooth/", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Aidywady/NXTBluetooth.git", + "providesIncludes": [ + "NXTBluetooth.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Aidywady/NXTBluetooth-1.0.2.zip", + "archiveFileName": "NXTBluetooth-1.0.2.zip", + "size": 1801696, + "checksum": "SHA-256:9027ec4b9b7ef13463672f642e12f8621f9191271dcfaaffffffacee53336f28" + }, + { + "name": "TinyDatabase_Arduino", + "version": "1.0.0", + "author": "Tawaliou ALAO \u003calaotawaliou@gmail.com\u003e", + "maintainer": "Tawaliou ALAO \u003calaotawaliou@gmail.com\u003e", + "sentence": "A tiny database to manipulate EEPROM easily", + "paragraph": "This library is an encapsualtion to use internal EEPROM of arduino like a SQL data base with its queries.", + "website": "https://github.com/TawalMc/TinyDatabase_Arduino", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TawalMc/TinyDatabase_Arduino.git", + "providesIncludes": [ + "TinyDatabase_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TawalMc/TinyDatabase_Arduino-1.0.0.zip", + "archiveFileName": "TinyDatabase_Arduino-1.0.0.zip", + "size": 33317, + "checksum": "SHA-256:a7f1c1f51c9ca2a06e9a82b3557c2f518c685698ff3175ee0829b29ffc1c57dd" + }, + { + "name": "TinyDatabase_Arduino", + "version": "1.0.1", + "author": "Tawaliou ALAO \u003calaotawaliou@gmail.com\u003e, YoupiLab \u003csales@youpilab.com\u003e", + "maintainer": "Tawaliou ALAO \u003calaotawaliou@gmail.com\u003e, YoupiLab \u003csales@youpilab.com\u003e", + "sentence": "A tiny database to manipulate EEPROM easily", + "paragraph": "This library is an encapsualtion to use internal EEPROM of arduino like a SQL data base with its queries. It built by Tawaliou, Engineer at YoupiLab.", + "website": "https://github.com/TawalMc/TinyDatabase_Arduino", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TawalMc/TinyDatabase_Arduino.git", + "providesIncludes": [ + "TinyDatabase_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TawalMc/TinyDatabase_Arduino-1.0.1.zip", + "archiveFileName": "TinyDatabase_Arduino-1.0.1.zip", + "size": 33500, + "checksum": "SHA-256:986d389adec09ee609ee274d54f22c88f97c9ab8becaa873638080b4e5d3d3c3" + }, + { + "name": "TinyDatabase_Arduino", + "version": "1.0.2", + "author": "Tawaliou ALAO \u003calaotawaliou@gmail.com\u003e, YoupiLab \u003csales@youpilab.com\u003e", + "maintainer": "Tawaliou, YoupiLab", + "sentence": "A tiny database to manipulate EEPROM easily", + "paragraph": "This library is an encapsualtion to use internal EEPROM of arduino like a SQL data base with its queries. It built by Tawaliou, Engineer at YoupiLab.", + "website": "https://github.com/TawalMc/TinyDatabase_Arduino", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TawalMc/TinyDatabase_Arduino.git", + "providesIncludes": [ + "TinyDatabase_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TawalMc/TinyDatabase_Arduino-1.0.2.zip", + "archiveFileName": "TinyDatabase_Arduino-1.0.2.zip", + "size": 33492, + "checksum": "SHA-256:b0977186bcb8a4068e15ab62ccce5a97f45ad48e202a8656eccf1a0f71ea3703" + }, + { + "name": "libasm", + "version": "0.1.0", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "assembler/disassembler for popular MPUs", + "paragraph": "Assembler and Disassembler for MC6809, HD6309, R6502, R65C02, i8080, Z80, TMS9995, MC68000.", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-0.1.0.zip", + "archiveFileName": "libasm-0.1.0.zip", + "size": 425225, + "checksum": "SHA-256:5f10199129e56983ede039c6f36496c76c066f569364811c7e0e80e39d43de02" + }, + { + "name": "libasm", + "version": "1.4.10", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Assembler/disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for 6809, 6811, 6502, 8080, Z80, Z8, 68000 etc.", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.4.10.zip", + "archiveFileName": "libasm-1.4.10.zip", + "size": 653586, + "checksum": "SHA-256:941c1492708c6948ec8c3abce1e79889d52df9d38e4645de3eee8334c5c22698" + }, + { + "name": "libasm", + "version": "1.5.0", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Assembler/disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for 6809, 6811, 6502, 8080, Z80, Z8, 68000 etc.", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.5.0.zip", + "archiveFileName": "libasm-1.5.0.zip", + "size": 906412, + "checksum": "SHA-256:886848dc6a804a6e26e91f09f5fed72dfeedd0d44e633c5fadd7487b25ca28b7" + }, + { + "name": "libasm", + "version": "1.5.1", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Assembler/disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for 6809, 6811, 6502, 8080, Z80, Z8, 68000 etc.", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.5.1.zip", + "archiveFileName": "libasm-1.5.1.zip", + "size": 890604, + "checksum": "SHA-256:d83a4bb7e0e7fd1e73294a7da1866d3e7b71ab8d9c7cc0b735d1264e501d33f6" + }, + { + "name": "libasm", + "version": "1.5.2", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Assembler/disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for 6809, 6811, 6502, 8080, Z80, Z8, 68000 etc.", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.5.2.zip", + "archiveFileName": "libasm-1.5.2.zip", + "size": 949288, + "checksum": "SHA-256:276f3783a57524b9a9b27ce386b8db7ec93b5953b8bfaca7bd7be47ba823827c" + }, + { + "name": "libasm", + "version": "1.5.3", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for MC6809, MC6811, MPS6502, i8085, i8080, Z80, Z8, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.5.3.zip", + "archiveFileName": "libasm-1.5.3.zip", + "size": 1029474, + "checksum": "SHA-256:3a56dbc6b9ce1047c6f03643ef03029deeb7efb0d8a20b506c6ee027e197031e" + }, + { + "name": "libasm", + "version": "1.6.0", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for MC6809, MC6811, MPS6502, i8085, i8080, Z80, Z8, TLCS90, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.0.zip", + "archiveFileName": "libasm-1.6.0.zip", + "size": 1203016, + "checksum": "SHA-256:df9f295e063555665793144498a8ade24ea57ace05746a0e26cf274919541c42" + }, + { + "name": "libasm", + "version": "1.6.1", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for MC6809, MC6811, MPS6502, i8085, i8080, Z80, Z8, TLCS90, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.1.zip", + "archiveFileName": "libasm-1.6.1.zip", + "size": 1203618, + "checksum": "SHA-256:d7da313f03bc2faf5eb669147189eb353789f4b5217c51847fc7cd5b05395e60" + }, + { + "name": "libasm", + "version": "1.6.2", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for MC6809, MC6811, MPS6502, i8085, i8080, Z80, Z8, TLCS90, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.2.zip", + "archiveFileName": "libasm-1.6.2.zip", + "size": 1203526, + "checksum": "SHA-256:e5897852d10c6fcd09f55d7265469e61e6d7928157890d01f82b2324fb442e17" + }, + { + "name": "libasm", + "version": "1.6.3", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "Assembler and Disassembler for MC6809, MC6811, MPS6502, i8085, i8080, Z80, Z8, TLCS90, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.3.zip", + "archiveFileName": "libasm-1.6.3.zip", + "size": 1203541, + "checksum": "SHA-256:27ff55b177c38b5daec190a7312be216b992d8be04ed453c9caa3f464ae0e888" + }, + { + "name": "libasm", + "version": "1.6.13", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.13.zip", + "archiveFileName": "libasm-1.6.13.zip", + "size": 1323508, + "checksum": "SHA-256:78c73a9fe5829731247d266bc8216e8cf96f724800c8276d15cdb21e0ae4c7b1" + }, + { + "name": "libasm", + "version": "1.6.14", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.14.zip", + "archiveFileName": "libasm-1.6.14.zip", + "size": 1381366, + "checksum": "SHA-256:dc3323a6efada00665662964af0d2176dc6f3eec61810f6151b68f810ecbf68b" + }, + { + "name": "libasm", + "version": "1.6.15", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.15.zip", + "archiveFileName": "libasm-1.6.15.zip", + "size": 1381370, + "checksum": "SHA-256:8819bd661b238856cb55c6f660c6b1b0b0184acb3e677ae8ec7477f4d87a6076" + }, + { + "name": "libasm", + "version": "1.6.16", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.16.zip", + "archiveFileName": "libasm-1.6.16.zip", + "size": 1389444, + "checksum": "SHA-256:0d2026d28c428816ba36ed6ad43df322d2797136d9cbae5108e1efe0190e02ba" + }, + { + "name": "libasm", + "version": "1.6.17", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.17.zip", + "archiveFileName": "libasm-1.6.17.zip", + "size": 1389814, + "checksum": "SHA-256:8178450a42a8abd49fb600c52d6a46a3e281ce61b394f0c745683dabb2aff26a" + }, + { + "name": "libasm", + "version": "1.6.18", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.18.zip", + "archiveFileName": "libasm-1.6.18.zip", + "size": 1407066, + "checksum": "SHA-256:dcf79ebfae2f33377c3c5e91a83b0aa01990bf97ba9aa236625b2b2bbce59114" + }, + { + "name": "libasm", + "version": "1.6.19", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.19.zip", + "archiveFileName": "libasm-1.6.19.zip", + "size": 1404832, + "checksum": "SHA-256:271c0f277c4e571b1abbf6a15ddf2ff12eeae54a88dc57edb56996624034b99d" + }, + { + "name": "libasm", + "version": "1.6.20", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.20.zip", + "archiveFileName": "libasm-1.6.20.zip", + "size": 1465347, + "checksum": "SHA-256:d883d57de35df71166f091448a964b1d1955af79be58b3d470d5e7f60dab7251" + }, + { + "name": "libasm", + "version": "1.6.21", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.21.zip", + "archiveFileName": "libasm-1.6.21.zip", + "size": 1447335, + "checksum": "SHA-256:59bc7f5ff4154ce1efa3447027dbe436006f5072bec14f9f38cb3c322619e2b9" + }, + { + "name": "libasm", + "version": "1.6.22", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.22.zip", + "archiveFileName": "libasm-1.6.22.zip", + "size": 1450884, + "checksum": "SHA-256:402782d4df98d0112d1b63da84c78c0a25a9989eebe728f9d3c2885444a032dd" + }, + { + "name": "libasm", + "version": "1.6.23", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.23.zip", + "archiveFileName": "libasm-1.6.23.zip", + "size": 1484222, + "checksum": "SHA-256:e40f3d2404b34dfc8356668d709a374d27970685bd361884445e272f8907c7c5" + }, + { + "name": "libasm", + "version": "1.6.24", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.24.zip", + "archiveFileName": "libasm-1.6.24.zip", + "size": 2554931, + "checksum": "SHA-256:5ad6f97b14509cbbfe970a6be6b8cd7f37621da7b85798c5212f952af3131a17" + }, + { + "name": "libasm", + "version": "1.6.25", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8048.h", + "dis_i8048.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_scn2650.h", + "dis_scn2650.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.25.zip", + "archiveFileName": "libasm-1.6.25.zip", + "size": 2800507, + "checksum": "SHA-256:8b2c0e37db4299f65f2fb098cb8330cc6ba1f59f4c449f2de91e7e535f723088" + }, + { + "name": "libasm", + "version": "1.6.26", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8048.h", + "dis_i8048.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_scn2650.h", + "dis_scn2650.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.26.zip", + "archiveFileName": "libasm-1.6.26.zip", + "size": 2801208, + "checksum": "SHA-256:6eab52e8f6b47fcf55f7c28bdbc5f978c619beb0d584d682208594d75d2806c9" + }, + { + "name": "libasm", + "version": "1.6.27", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8048.h", + "dis_i8048.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_scn2650.h", + "dis_scn2650.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.27.zip", + "archiveFileName": "libasm-1.6.27.zip", + "size": 2809474, + "checksum": "SHA-256:0645ac9af58dea7435b5c755ba9e202edc1d868c17e026cc8b36ad82b6cc607e" + }, + { + "name": "libasm", + "version": "1.6.28", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8048.h", + "dis_i8048.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_scn2650.h", + "dis_scn2650.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.28.zip", + "archiveFileName": "libasm-1.6.28.zip", + "size": 2817813, + "checksum": "SHA-256:d974dc3006645f3ec30e69b47edf96c2e708379dc37199c730618f9ac4a7fdae" + }, + { + "name": "libasm", + "version": "1.6.29", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8048.h", + "dis_i8048.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_scn2650.h", + "dis_scn2650.h", + "asm_f3850.h", + "dis_f3850.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.29.zip", + "archiveFileName": "libasm-1.6.29.zip", + "size": 2849194, + "checksum": "SHA-256:850a28c459f536e5b9878d6e5141291a8a605c9127bb0cba729518a46fd33a19" + }, + { + "name": "libasm", + "version": "1.6.30", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8048.h", + "dis_i8048.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_scn2650.h", + "dis_scn2650.h", + "asm_f3850.h", + "dis_f3850.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.30.zip", + "archiveFileName": "libasm-1.6.30.zip", + "size": 2964357, + "checksum": "SHA-256:0d48b5c1647bb5490ecca75e5c196ed195b514e48cd8f0f44a6a16c5a4a6b448" + }, + { + "name": "libasm", + "version": "1.6.32", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "asm_mc6809.h", + "dis_mc6809.h", + "asm_mc6800.h", + "dis_mc6800.h", + "asm_mc6805.h", + "dis_mc6805.h", + "asm_mos6502.h", + "dis_mos6502.h", + "asm_i8048.h", + "dis_i8048.h", + "asm_i8051.h", + "dis_i8051.h", + "asm_i8080.h", + "dis_i8080.h", + "asm_z80.h", + "dis_z80.h", + "asm_z8.h", + "dis_z8.h", + "asm_tlcs90.h", + "dis_tlcs90.h", + "asm_ins8060.h", + "dis_ins8060.h", + "asm_ins8070.h", + "dis_ins8070.h", + "asm_cdp1802.h", + "dis_cdp1802.h", + "asm_scn2650.h", + "dis_scn2650.h", + "asm_f3850.h", + "dis_f3850.h", + "asm_tms32010.h", + "dis_tms32010.h", + "asm_tms9900.h", + "dis_tms9900.h", + "asm_i8086.h", + "dis_i8086.h", + "asm_i8096.h", + "dis_i8096.h", + "asm_mc68000.h", + "dis_mc68000.h", + "asm_z8000.h", + "dis_z8000.h", + "asm_ns32000.h", + "dis_ns32000.h", + "asm_mn1610.h", + "dis_mn1610.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.32.zip", + "archiveFileName": "libasm-1.6.32.zip", + "size": 2964639, + "checksum": "SHA-256:e9793b0a9dc4665d3415f9f88ae87b7baf8ac7101ccb55d342897d8e8ee1db3a" + }, + { + "name": "libasm", + "version": "1.6.33", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS7000, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "libasm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.33.zip", + "archiveFileName": "libasm-1.6.33.zip", + "size": 3012607, + "checksum": "SHA-256:0471cb116e2f2438e1736c032c280597435804df92e83e12aa11c5386e396050" + }, + { + "name": "libasm", + "version": "1.6.34", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS7000, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "libasm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.34.zip", + "archiveFileName": "libasm-1.6.34.zip", + "size": 3012604, + "checksum": "SHA-256:98915853e8fcd02116379f7963ceaccff559f452c7aad9299cd0bed163aa532a" + }, + { + "name": "libasm", + "version": "1.6.35", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS7000, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "libasm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.35.zip", + "archiveFileName": "libasm-1.6.35.zip", + "size": 3012787, + "checksum": "SHA-256:14d48c0b7b69f168c59b0b6725ebe3d7676942ecb76518e04b7772ebeb50cb64" + }, + { + "name": "libasm", + "version": "1.6.42", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS7000, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "libasm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.42.zip", + "archiveFileName": "libasm-1.6.42.zip", + "size": 3054269, + "checksum": "SHA-256:5d30c0e40122ed4d7fa8557ded9c050da62dfc26cb24e237be33490b89f7cba1" + }, + { + "name": "libasm", + "version": "1.6.43", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS7000, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "libasm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.43.zip", + "archiveFileName": "libasm-1.6.43.zip", + "size": 3054538, + "checksum": "SHA-256:376d942acd107485f1495b7698e4694653d45b94a61923539054f1a8feb40748" + }, + { + "name": "libasm", + "version": "1.6.44", + "author": "Tadashi G. Takaoka", + "maintainer": "Tadashi G. Takaoka \u003ctadashi.g.takaoka@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "Cross assembler and disassembler for retro CPUs", + "paragraph": "With this, you can integrate assembler or disassembler into your sketch. Supported CPUs are MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, SCN2650, F3850, TMS7000, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610", + "website": "https://github.com/tgtakaoka/libasm", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tgtakaoka/libasm.git", + "providesIncludes": [ + "libasm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tgtakaoka/libasm-1.6.44.zip", + "archiveFileName": "libasm-1.6.44.zip", + "size": 3054877, + "checksum": "SHA-256:5bd138f1d3717b2069990ce820ec942f98032e913917cf4de81ff0597477d7f1" + }, + { + "name": "SparkFun AVR ISP Programming Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A low level library to allow you to program AVR ISP devices from another device\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "A low level library to allow you to program AVR ISP devices from another device.\u003cbr/\u003eWe wrote this library for internal use at SparkFun, but we have made it public just in case you find it useful too.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_AVR_ISP_Programming_Library", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_AVR_ISP_Programming_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AVR_ISP_Programming_Library-1.0.0.zip", + "archiveFileName": "SparkFun_AVR_ISP_Programming_Library-1.0.0.zip", + "size": 25896, + "checksum": "SHA-256:9b166d52c332c8d7c8da6261e28f2b5dbc5c8dce500c44c9bea29d2b80385bb3" + }, + { + "name": "Every", + "version": "3.0.0", + "author": "Alan Grover", + "maintainer": "Alan Grover \u003cawgrover@gmail.com\u003e", + "sentence": "Non-blocking replacements for delay().", + "paragraph": "Every will tell you _at_ every n millis(). Timer will tell you (once) when n millis() has gone by. Several convenient ways to use them. Several other variants for sequences, etc.", + "website": "https://github.com/awgrover/Every-for-arduino", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/awgrover/Every-for-arduino.git", + "providesIncludes": [ + "Every.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/awgrover/Every-3.0.0.zip", + "archiveFileName": "Every-3.0.0.zip", + "size": 24399, + "checksum": "SHA-256:07a06b831f4aede08aac20d7b5030d04e68903af5ed0efb65aefd41387d079f1" + }, + { + "name": "CWLibrary", + "version": "1.0.0", + "author": "Roberto D'Amico \u003cbobboteck@gmail.com\u003e", + "maintainer": "Roberto D'Amico \u003cbobboteck@gmail.com\u003e", + "sentence": "Library to send CW message with your custom function and device.", + "paragraph": "This Arduino library use callback to call user program function for send CW message, automatically calculates the transmission speed according to the indicated WPM.", + "website": "https://github.com/bobboteck/CWLibrary", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bobboteck/CWLibrary.git", + "providesIncludes": [ + "CWLibrary.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bobboteck/CWLibrary-1.0.0.zip", + "archiveFileName": "CWLibrary-1.0.0.zip", + "size": 8240, + "checksum": "SHA-256:efbfa8fc9dbaa347ba0a37937efc126fee40a9469045bf7a717570c9011c4f88" + }, + { + "name": "Portenta_H7_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software PWM using millis() or micros(). That's mandatory if you need to use in applications requiring better accuracy. It now supports 16 ISR-based PWM-channels, while consuming only 1 Hardware Timer. PWM-channel interval can very long (ulong millisecs). The most important feature is they're ISR-based PWM-channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Max PWM frequency is limited at 1000Hz", + "website": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM.git", + "providesIncludes": [ + "Portenta_H7_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_Slow_PWM-1.0.0.zip", + "archiveFileName": "Portenta_H7_Slow_PWM-1.0.0.zip", + "size": 110028, + "checksum": "SHA-256:aefe0b7d2e3bcac7cdbcc6b4c67ce14114fba93cabcb53a1b06494fa3d83119b" + }, + { + "name": "Portenta_H7_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software PWM using millis() or micros(). That's mandatory if you need to use in applications requiring better accuracy. It now supports 16 ISR-based PWM-channels, while consuming only 1 Hardware Timer. PWM-channel interval can very long (ulong millisecs). The most important feature is they're ISR-based PWM-channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM.git", + "providesIncludes": [ + "Portenta_H7_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_Slow_PWM-1.1.0.zip", + "archiveFileName": "Portenta_H7_Slow_PWM-1.1.0.zip", + "size": 140624, + "checksum": "SHA-256:8656315cf46a878fe8ffecff20ccb9bd80c5b50bd1427e5983c386770aa44894" + }, + { + "name": "Portenta_H7_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software PWM using millis() or micros(). That's mandatory if you need to use in applications requiring better accuracy. It now supports 16 ISR-based PWM-channels, while consuming only 1 Hardware Timer. PWM-channel interval can very long (ulong millisecs). The most important feature is they're ISR-based PWM-channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM.git", + "providesIncludes": [ + "Portenta_H7_Slow_PWM.h", + "Portenta_H7_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_Slow_PWM-1.2.0.zip", + "archiveFileName": "Portenta_H7_Slow_PWM-1.2.0.zip", + "size": 106522, + "checksum": "SHA-256:d8a8d058768b1bc23e76ad76a6e8df6704678857b08965206e7b683c6be9aece" + }, + { + "name": "Portenta_H7_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using Portenta_H7 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software PWM using millis() or micros(). That's mandatory if you need to use in applications requiring better accuracy. It now supports 16 ISR-based PWM-channels, while consuming only 1 Hardware Timer. PWM-channel interval can very long (ulong millisecs). The most important feature is they're ISR-based PWM-channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_Slow_PWM.git", + "providesIncludes": [ + "Portenta_H7_Slow_PWM.h", + "Portenta_H7_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_Slow_PWM-1.2.1.zip", + "archiveFileName": "Portenta_H7_Slow_PWM-1.2.1.zip", + "size": 111367, + "checksum": "SHA-256:ff9310b38bc8243846d40c79e7871b7b170360543a9d42c724728fee5a7f8f53" + }, + { + "name": "KerbalSimpit", + "version": "2.0.0", + "author": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "maintainer": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "sentence": "A library for interfacing with the Kerbal Space Program video game.", + "paragraph": "Works with an accompanying KSP plugin (https://github.com/Simpit-team), to allow your Arduino to receive telemetry and send commands over a serial connection.", + "website": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Simpit-team/KerbalSimpit-2.0.0.zip", + "archiveFileName": "KerbalSimpit-2.0.0.zip", + "size": 39000, + "checksum": "SHA-256:a24ef8388f46bfa9b3c57824679ea2736f70349776660f0da2de528bb3021f14" + }, + { + "name": "KerbalSimpit", + "version": "2.1.0", + "author": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "maintainer": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "sentence": "A library for interfacing with the Kerbal Space Program video game.", + "paragraph": "Works with an accompanying KSP plugin (https://github.com/Simpit-team), to allow your Arduino to receive telemetry and send commands over a serial connection.", + "website": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Simpit-team/KerbalSimpit-2.1.0.zip", + "archiveFileName": "KerbalSimpit-2.1.0.zip", + "size": 40674, + "checksum": "SHA-256:a871b4bdc17d62d14c4ef8c74e42aae6ddd268b66c2fd5a22ab1e976446c926c" + }, + { + "name": "KerbalSimpit", + "version": "2.2.0", + "author": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "maintainer": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "sentence": "A library for interfacing with the Kerbal Space Program video game.", + "paragraph": "Works with an accompanying KSP plugin (https://github.com/Simpit-team), to allow your Arduino to receive telemetry and send commands over a serial connection.", + "website": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Simpit-team/KerbalSimpit-2.2.0.zip", + "archiveFileName": "KerbalSimpit-2.2.0.zip", + "size": 46720, + "checksum": "SHA-256:8631ff3608f81838302da18a2c3c34c64610d2b0cc9816072b9cde99bf11e27d" + }, + { + "name": "KerbalSimpit", + "version": "2.3.0", + "author": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "maintainer": "Rogor, LRTNZ \u003csimpit.team@gmail.com\u003e", + "sentence": "A library for interfacing with the Kerbal Space Program video game.", + "paragraph": "Works with an accompanying KSP plugin (https://github.com/Simpit-team), to allow your Arduino to receive telemetry and send commands over a serial connection.", + "website": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Simpit-team/KerbalSimpitRevamped-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Simpit-team/KerbalSimpit-2.3.0.zip", + "archiveFileName": "KerbalSimpit-2.3.0.zip", + "size": 51277, + "checksum": "SHA-256:d25bd05b33a75d5af5b056114fd505d169285dc55514a58203a394be8fc99f2d" + }, + { + "name": "SimpleFusion", + "version": "1.0.0", + "author": "Sean Boerhout", + "maintainer": "Sean Boerhout", + "sentence": "Simple IMU fusion with a complementary filter.", + "paragraph": "Get Pitch and Roll estimations easily!", + "website": "https://github.com/seanboe/SimpleFusion", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/seanboe/SimpleFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seanboe/SimpleFusion-1.0.0.zip", + "archiveFileName": "SimpleFusion-1.0.0.zip", + "size": 3537, + "checksum": "SHA-256:3c58790050e79684f4a2081a4a72efc351ae3120369862e7766aa8e521a4ee8b" + }, + { + "name": "SimpleFusion", + "version": "1.0.5", + "author": "Sean Boerhout", + "maintainer": "Sean Boerhout, boeseany21@gmail.com", + "sentence": "Simple IMU fusion with a complementary filter.", + "paragraph": "Get Pitch and Roll estimations easily with any 6-DOF IMU!", + "website": "https://github.com/seanboe/SimpleFusion", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/seanboe/SimpleFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seanboe/SimpleFusion-1.0.5.zip", + "archiveFileName": "SimpleFusion-1.0.5.zip", + "size": 560722, + "checksum": "SHA-256:83ff72a9f91fe35eb41bac288d3bafdfa58c9879d987f1ca125d9ed699297f46" + }, + { + "name": "SimpleFusion", + "version": "1.0.6", + "author": "Sean Boerhout", + "maintainer": "Sean Boerhout, boeseany21@gmail.com", + "sentence": "Simple IMU fusion with a complementary filter.", + "paragraph": "Get Pitch and Roll estimations easily with any 6-DOF IMU!", + "website": "https://github.com/seanboe/SimpleFusion", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/seanboe/SimpleFusion.git", + "url": "https://downloads.arduino.cc/libraries/github.com/seanboe/SimpleFusion-1.0.6.zip", + "archiveFileName": "SimpleFusion-1.0.6.zip", + "size": 560723, + "checksum": "SHA-256:2490cd773c78a8c26b7820a89e8508f1c473e155da705f28411a609059602a8f" + }, + { + "name": "I2CHelper", + "version": "1.0.1", + "author": "Basirk", + "maintainer": "Basirk \u003cgithub@basirk.com\u003e", + "sentence": "This is a wrapper for Wire that simplifies I2C communication with new devices.", + "paragraph": "Create your own device I2C class and inherit the I2C helper.", + "website": "https://github.com/basirk/I2CHelper", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Basirk/I2CHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Basirk/I2CHelper-1.0.1.zip", + "archiveFileName": "I2CHelper-1.0.1.zip", + "size": 8458, + "checksum": "SHA-256:359e9730368684ed6614397ad246c4c79cfad49c64c390ac73952c83ea98c6ab" + }, + { + "name": "I2CHelper", + "version": "1.0.2", + "author": "Basirk", + "maintainer": "Basirk \u003cgithub@basirk.com\u003e", + "sentence": "This is a wrapper for Wire that simplifies I2C communication with new devices.", + "paragraph": "Create your own device I2C class and inherit the I2C helper.", + "website": "https://github.com/basirk/I2CHelper", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Basirk/I2CHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Basirk/I2CHelper-1.0.2.zip", + "archiveFileName": "I2CHelper-1.0.2.zip", + "size": 8502, + "checksum": "SHA-256:9d4964a83846319c9fba3f438ef955531bb9cc55e419f52eb3564da9201fecfa" + }, + { + "name": "I2CHelper", + "version": "1.0.3", + "author": "Basirk", + "maintainer": "Basirk \u003cgithub@basirk.com\u003e", + "sentence": "This is a wrapper for Wire that simplifies I2C communication with new devices.", + "paragraph": "Create your own device I2C class and inherit the I2C helper.", + "website": "https://github.com/basirk/I2CHelper", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Basirk/I2CHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Basirk/I2CHelper-1.0.3.zip", + "archiveFileName": "I2CHelper-1.0.3.zip", + "size": 9029, + "checksum": "SHA-256:0a5f33af09ed538853c2de56da03183afe0f0de691c9b91b8ecc5f49269e6264" + }, + { + "name": "I2CHelper", + "version": "1.0.4", + "author": "Basirk", + "maintainer": "Basirk \u003cgithub@basirk.com\u003e", + "sentence": "This is a wrapper for Wire that simplifies I2C communication when creating libraries for new I2C devices.", + "paragraph": "Create your own device I2C class and inherit the I2C helper.", + "website": "https://github.com/basirk/I2CHelper", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Basirk/I2CHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Basirk/I2CHelper-1.0.4.zip", + "archiveFileName": "I2CHelper-1.0.4.zip", + "size": 9286, + "checksum": "SHA-256:07c7a5d310b494a10e2f9433df7af50a6247792733a21d265fbce7e51b453f44" + }, + { + "name": "I2CHelper", + "version": "1.0.8", + "author": "Basirk", + "maintainer": "Basirk \u003cgithub@basirk.com\u003e", + "sentence": "This is a wrapper for Wire that simplifies I2C communication when creating libraries for new I2C devices.", + "paragraph": "Create your own I2C device control class and inherit I2Chelper to get useful methods for reading and writing to I2C registers.", + "website": "https://github.com/basirk/I2CHelper", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Basirk/I2CHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Basirk/I2CHelper-1.0.8.zip", + "archiveFileName": "I2CHelper-1.0.8.zip", + "size": 9310, + "checksum": "SHA-256:b5dfbb82bb6f9c36e1cc0901190cbc4d6b475851641e701220edd35ef2ae8200" + }, + { + "name": "DailyStruggleButton", + "version": "0.5.1", + "author": "cygig, rubbish52@hotmail.com", + "maintainer": "cygig, rubbish52@hotmail.com", + "sentence": "DailyStruggleButton is yet another Arduino library to debounce button (push tactile switch) and manage its events.", + "paragraph": "Events supported include pressing, releasing, holding down, long pressing (hold button for x time) and multi-hitting (hit button x times in y time). For simplicity, there is only one callback function for all events, that passes an identifier as a parameter to indicate the event that just happened.", + "website": "https://github.com/cygig/DailyStruggleButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/DailyStruggleButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/DailyStruggleButton-0.5.1.zip", + "archiveFileName": "DailyStruggleButton-0.5.1.zip", + "size": 627268, + "checksum": "SHA-256:3b3fe1a932fdd2bf190ab93a3a7e1fbdfa2ac4b4490d389918bac08bad522988" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.0.2", + "author": "SpaceTrek", + "maintainer": "SpaceTrek \u003cinfo@SpaceTrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "EasyStarterKit by SpaceTrek", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.0.2.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.0.2.zip", + "size": 112522, + "checksum": "SHA-256:04ab59567fd44bca07cc79a78c51efd9d9ab71ee93086e17addca7b2ec0029fb" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.0.3", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "EasyStarterKit by SpaceTrek", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.0.3.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.0.3.zip", + "size": 12814523, + "checksum": "SHA-256:2090024ea300c7974cecf89790bc6dc29deffbfc29c929470e2c80380724f05f" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.0.4", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "EasyStarterKit by SpaceTrek", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.0.4.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.0.4.zip", + "size": 26107478, + "checksum": "SHA-256:374147166e24566cef82c77fa1d6641a10a5b0fd9e9aadf367e235187a9b81f1" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.0.6", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.0.6.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.0.6.zip", + "size": 26110399, + "checksum": "SHA-256:e095b97041295d41e9700a8c2a57e4647cc1f84568de099b76de23bc48b89fde" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.0.7", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + }, + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.0.7.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.0.7.zip", + "size": 26221213, + "checksum": "SHA-256:b1d040c463c70d7f925d28a4ebdcdc540f44ad1142c67308385111710f1a2690" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.0.8", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + }, + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.0.8.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.0.8.zip", + "size": 26212505, + "checksum": "SHA-256:9e912c796b9bc5ee91c5a8a1d723f99bec7b4c23b2cef9a2177b1c918ef7c027" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.0.9", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + }, + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.0.9.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.0.9.zip", + "size": 26212521, + "checksum": "SHA-256:5b6f60d1ed9d73283910c50548d7be302008e11139b63af4a1382ccd37cdf6a0" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.1.0", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + }, + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.1.0.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.1.0.zip", + "size": 26212675, + "checksum": "SHA-256:578d4780cd4f6f380494f433fc135ccce791c53a238ca620a264f01dea8eb35e" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.1.1", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + }, + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.1.1.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.1.1.zip", + "size": 26222738, + "checksum": "SHA-256:d8549fab4faa0bab3f41022678e2af3467569864f3ee0619048f30abae34309c" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.1.2", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + }, + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.1.2.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.1.2.zip", + "size": 26222679, + "checksum": "SHA-256:3de8df2fa458a3cc1ca6ec99b30dc644caca25191472e38c96e5e69439f2db3f" + }, + { + "name": "SpaceTrek EasyStarterKit", + "version": "0.1.3", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "EasyStarterKit by SpaceTrek", + "paragraph": "The library containing the headers and examples needed for the Space Trek MakerBox kit", + "website": "https://github.com/SpaceTrekKSC/EasyStarterKit", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SpaceTrekKSC/EasyStarterKit.git", + "dependencies": [ + { + "name": "TimerOne" + }, + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_EasyStarterKit-0.1.3.zip", + "archiveFileName": "SpaceTrek_EasyStarterKit-0.1.3.zip", + "size": 26222556, + "checksum": "SHA-256:8ce5a6b383f3e64a95ab37c2ffb595500042a9a16051e5545aa236054b7582a3" + }, + { + "name": "RP2040_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.0.0.zip", + "archiveFileName": "RP2040_PWM-1.0.0.zip", + "size": 95077, + "checksum": "SHA-256:eb6feb736976f58aede408aea42a518f55a16167780331cecd68df17ac4d3346" + }, + { + "name": "RP2040_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.0.1.zip", + "archiveFileName": "RP2040_PWM-1.0.1.zip", + "size": 94591, + "checksum": "SHA-256:938e44122b7be7868ddcf9a4d60255e99b2844e8c779197e2a6f307006ac3a06" + }, + { + "name": "RP2040_PWM", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.0.2.zip", + "archiveFileName": "RP2040_PWM-1.0.2.zip", + "size": 96736, + "checksum": "SHA-256:e0a42889329af9b5507ca75314c917646ca32014c701dddb999d96ae805e3f9b" + }, + { + "name": "RP2040_PWM", + "version": "1.0.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.0.3.zip", + "archiveFileName": "RP2040_PWM-1.0.3.zip", + "size": 97117, + "checksum": "SHA-256:03fbd87f1594d8c939ca4036c1c9ad10123bf63f7645cc1a0cb3165efb788db5" + }, + { + "name": "RP2040_PWM", + "version": "1.0.4", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.0.4.zip", + "archiveFileName": "RP2040_PWM-1.0.4.zip", + "size": 96800, + "checksum": "SHA-256:127933725b697415e9712e3adb855d73ca6b9d615f935307a0ec2d650f917be3" + }, + { + "name": "RP2040_PWM", + "version": "1.0.5", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.0.5.zip", + "archiveFileName": "RP2040_PWM-1.0.5.zip", + "size": 99539, + "checksum": "SHA-256:2e67dc73592df92acc1f1bc4b6c44fcd9bbb7fbc78fe6c0234e6d06a9959f47c" + }, + { + "name": "RP2040_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.1.0.zip", + "archiveFileName": "RP2040_PWM-1.1.0.zip", + "size": 101700, + "checksum": "SHA-256:b15c325bcf4c92d76640e8228b90a2a63caf8ba17a270b7ba812ac4eaa6827f9" + }, + { + "name": "RP2040_PWM", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "TThe most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.1.1.zip", + "archiveFileName": "RP2040_PWM-1.1.1.zip", + "size": 101812, + "checksum": "SHA-256:fb6fbaac71aa8383d75bc0afbe387181264bfb2d1c53fea305b004189a3013ec" + }, + { + "name": "RP2040_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.2.0.zip", + "archiveFileName": "RP2040_PWM-1.2.0.zip", + "size": 104894, + "checksum": "SHA-256:f215a964dcad3ee06cd5a04c9bd54834f1b8b837d898740dfaa17e2fa31aece6" + }, + { + "name": "RP2040_PWM", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.3.0.zip", + "archiveFileName": "RP2040_PWM-1.3.0.zip", + "size": 109643, + "checksum": "SHA-256:1df231e4b81469455716adc7371b1822161e7c2c1bb237d6c2fede481f7c79e2" + }, + { + "name": "RP2040_PWM", + "version": "1.3.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "rp2040", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.3.1.zip", + "archiveFileName": "RP2040_PWM-1.3.1.zip", + "size": 110871, + "checksum": "SHA-256:71706fc5652d2a9b16c54af718c9b0b5a1130424546ffbaa94caded0231df1d6" + }, + { + "name": "RP2040_PWM", + "version": "1.4.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.4.0.zip", + "archiveFileName": "RP2040_PWM-1.4.0.zip", + "size": 111700, + "checksum": "SHA-256:02f2353d6cf91c7fa0b2af0d3ab84c2a801f27deaa846df3cae69d8864275bfc" + }, + { + "name": "RP2040_PWM", + "version": "1.4.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.4.1.zip", + "archiveFileName": "RP2040_PWM-1.4.1.zip", + "size": 115125, + "checksum": "SHA-256:8ff691537a79c3034dbf80f3d3050d60de8c12b9cdb35a4d7b6809969b900645" + }, + { + "name": "RP2040_PWM", + "version": "1.5.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.5.0.zip", + "archiveFileName": "RP2040_PWM-1.5.0.zip", + "size": 117836, + "checksum": "SHA-256:4bb5d15ab37b2b0057d47f5e7d2a954fef8593d8d4852d53d173b7ca65a2e8a9" + }, + { + "name": "RP2040_PWM", + "version": "1.6.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.6.0.zip", + "archiveFileName": "RP2040_PWM-1.6.0.zip", + "size": 120496, + "checksum": "SHA-256:19a1bb352f6d00eba8c961a78a9403a8b2de2dcd9136fee4e28c615744355313" + }, + { + "name": "RP2040_PWM", + "version": "1.7.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "his library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM to any GPIO pin.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_PWM.git", + "providesIncludes": [ + "RP2040_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_PWM-1.7.0.zip", + "archiveFileName": "RP2040_PWM-1.7.0.zip", + "size": 126552, + "checksum": "SHA-256:49f729b9fb3dcd12e3b495dd739c18556baba37bf9e87b15b6e5c0893b778419" + }, + { + "name": "MatesController", + "version": "1.0.2", + "author": "Breadboard Mates", + "maintainer": "Breadboard Mates \u003cdevelopers@breadboardmates.com\u003e", + "sentence": "Breadboard Mates' Mates Controller Arduino library", + "paragraph": "This library enables UART communication with a Breadboard Mates' display module programmed with the Mates Studio's Commander or Architect environment", + "website": "https://github.com/BreadBoardMates/Arduino-Mates-Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BreadBoardMates/Arduino-Mates-Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BreadBoardMates/MatesController-1.0.2.zip", + "archiveFileName": "MatesController-1.0.2.zip", + "size": 511640, + "checksum": "SHA-256:bd1de95415fa08b0506f0d3b7524897587774c6fafe36bec1062c62e74f4c496" + }, + { + "name": "MatesController", + "version": "1.0.3", + "author": "Breadboard Mates", + "maintainer": "Breadboard Mates \u003cdevelopers@breadboardmates.com\u003e", + "sentence": "Breadboard Mates' Mates Controller Arduino library", + "paragraph": "This library enables UART communication with a Breadboard Mates' display module programmed with the Mates Studio's Commander or Architect environment", + "website": "https://github.com/BreadBoardMates/Arduino-Mates-Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BreadBoardMates/Arduino-Mates-Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BreadBoardMates/MatesController-1.0.3.zip", + "archiveFileName": "MatesController-1.0.3.zip", + "size": 511749, + "checksum": "SHA-256:68ce69e814f1b2c64bb920360b0fbef10bcb5a182b30dc74ee7df80295c5af61" + }, + { + "name": "MatesController", + "version": "1.0.4", + "author": "Breadboard Mates", + "maintainer": "Breadboard Mates \u003cdevelopers@breadboardmates.com\u003e", + "sentence": "Breadboard Mates' Mates Controller Arduino library", + "paragraph": "This library enables UART communication with a Breadboard Mates' display module programmed with the Mates Studio's Commander or Architect environment", + "website": "https://github.com/BreadBoardMates/Arduino-Mates-Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BreadBoardMates/Arduino-Mates-Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BreadBoardMates/MatesController-1.0.4.zip", + "archiveFileName": "MatesController-1.0.4.zip", + "size": 608848, + "checksum": "SHA-256:a7d2274ab1b88704f3791446cb03a21300442ed68e2c9068a4ec6061546c9ef7" + }, + { + "name": "MatesController", + "version": "1.0.5", + "author": "Breadboard Mates", + "maintainer": "Breadboard Mates \u003cdevelopers@breadboardmates.com\u003e", + "sentence": "Breadboard Mates' Mates Controller Arduino library", + "paragraph": "This library enables UART communication with a Breadboard Mates' display module programmed with the Mates Studio's Commander or Architect environment", + "website": "https://github.com/BreadBoardMates/Arduino-Mates-Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BreadBoardMates/Arduino-Mates-Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BreadBoardMates/MatesController-1.0.5.zip", + "archiveFileName": "MatesController-1.0.5.zip", + "size": 609562, + "checksum": "SHA-256:f2d315c03a3f2f24f3291839fc6b8f0def08526a15b888e2d6cda86ba18b137f" + }, + { + "name": "MatesController", + "version": "1.0.6", + "author": "Breadboard Mates", + "maintainer": "Breadboard Mates \u003cdevelopers@breadboardmates.com\u003e", + "sentence": "Breadboard Mates' Mates Controller Arduino library", + "paragraph": "This library enables UART communication with a Breadboard Mates' display module programmed with the Mates Studio's Commander or Architect environment", + "website": "https://github.com/BreadBoardMates/Arduino-Mates-Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BreadBoardMates/Arduino-Mates-Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BreadBoardMates/MatesController-1.0.6.zip", + "archiveFileName": "MatesController-1.0.6.zip", + "size": 609800, + "checksum": "SHA-256:b16f49e8b3191672750b5bcbec37f690bba143c71c26a8e45e6c7ef9e65e3c29" + }, + { + "name": "MatesController", + "version": "1.0.7", + "author": "Breadboard Mates", + "maintainer": "Breadboard Mates \u003cdevelopers@breadboardmates.com\u003e", + "sentence": "Breadboard Mates' Mates Controller Arduino library", + "paragraph": "This library enables UART communication with a Breadboard Mates' display module programmed with the Mates Studio's Commander or Architect environment", + "website": "https://github.com/BreadBoardMates/Arduino-Mates-Controller", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BreadBoardMates/Arduino-Mates-Controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BreadBoardMates/MatesController-1.0.7.zip", + "archiveFileName": "MatesController-1.0.7.zip", + "size": 609829, + "checksum": "SHA-256:f10763c26b10059ab740716c152c3aaa1adcf3a04f76e5ba51eae66191c0fce5" + }, + { + "name": "MBED_RP2040_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with Arduino-mbed (mbed_nano or mbed_rp2040) core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM.git", + "providesIncludes": [ + "MBED_RP2040_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_Slow_PWM-1.0.0.zip", + "archiveFileName": "MBED_RP2040_Slow_PWM-1.0.0.zip", + "size": 53512, + "checksum": "SHA-256:87850ca74f57c152322217161390f2046e3a2521a315a6cac8b8fe12a25e1141" + }, + { + "name": "MBED_RP2040_Slow_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with Arduino-mbed (mbed_nano or mbed_rp2040) core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM.git", + "providesIncludes": [ + "MBED_RP2040_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_Slow_PWM-1.0.1.zip", + "archiveFileName": "MBED_RP2040_Slow_PWM-1.0.1.zip", + "size": 53720, + "checksum": "SHA-256:b2341a4cfd8c543f56fccd8253cc38878b6abde25e5d717efb763ddf243ea11a" + }, + { + "name": "MBED_RP2040_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with Arduino-mbed (mbed_nano or mbed_rp2040) core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM.git", + "providesIncludes": [ + "MBED_RP2040_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_Slow_PWM-1.1.0.zip", + "archiveFileName": "MBED_RP2040_Slow_PWM-1.1.0.zip", + "size": 60226, + "checksum": "SHA-256:3538f5b06400c51dc5a32bea85a86fdab3b909ad36abd0f341fb2a2c1b686e80" + }, + { + "name": "MBED_RP2040_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with Arduino-mbed (mbed_nano or mbed_rp2040) core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM.git", + "providesIncludes": [ + "MBED_RP2040_Slow_PWM.h", + "MBED_RP2040_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_Slow_PWM-1.2.0.zip", + "archiveFileName": "MBED_RP2040_Slow_PWM-1.2.0.zip", + "size": 49988, + "checksum": "SHA-256:dbf68de3dd6b98e8155422206aa5d4e2604d1216fd6b69aa892253724c59a8b6" + }, + { + "name": "MBED_RP2040_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with Arduino-mbed (mbed_nano or mbed_rp2040) core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "ArduinoCore-mbed", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM.git", + "providesIncludes": [ + "MBED_RP2040_Slow_PWM.h", + "MBED_RP2040_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_Slow_PWM-1.2.1.zip", + "archiveFileName": "MBED_RP2040_Slow_PWM-1.2.1.zip", + "size": 47392, + "checksum": "SHA-256:82a042a4864cba8601c01e8b44e68d32fbb271c808026f069d0867fc4f9f4191" + }, + { + "name": "MBED_RP2040_Slow_PWM", + "version": "1.3.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with Arduino-mbed (mbed_nano or mbed_rp2040) core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_Slow_PWM.git", + "providesIncludes": [ + "MBED_RP2040_Slow_PWM.h", + "MBED_RP2040_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_Slow_PWM-1.3.0.zip", + "archiveFileName": "MBED_RP2040_Slow_PWM-1.3.0.zip", + "size": 48101, + "checksum": "SHA-256:6ce41efbf86d7bbfae8e170b5475036f48b0c46367ca0bd8bb72ac55278a9035" + }, + { + "name": "STAMP-PICO", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "Hades\u003chades8363@gmail.com\u003e", + "sentence": "Library for STAMP-PICO development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/STAMP-PICO.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/STAMP-PICO.git", + "providesIncludes": [ + "Arduino.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "ESP32 AnalogWrite" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/STAMP_PICO-0.0.1.zip", + "archiveFileName": "STAMP_PICO-0.0.1.zip", + "size": 11914, + "checksum": "SHA-256:92f1452a6c014b34e1835b2a092e5f705ba8184605fc9d8a6d25b011ecfdd4b6" + }, + { + "name": "STAMP-PICO", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for STAMP-PICO development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/STAMP-PICO.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/STAMP-PICO.git", + "providesIncludes": [ + "Arduino.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/STAMP_PICO-0.0.2.zip", + "archiveFileName": "STAMP_PICO-0.0.2.zip", + "size": 435916, + "checksum": "SHA-256:80dff1f209c2c7cca32ff9d189301f94622c9abbf2e4da4cd91332a2d040aff2" + }, + { + "name": "RP2040_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as ADAFRUIT_FEATHER_RP2040, RASPBERRY_PI_PICO, with arduino-pico core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_Slow_PWM.git", + "providesIncludes": [ + "RP2040_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_Slow_PWM-1.0.0.zip", + "archiveFileName": "RP2040_Slow_PWM-1.0.0.zip", + "size": 52300, + "checksum": "SHA-256:51d95590ce7e1d2075a5fe010d68427245c61b7401d3cfaa2afeb26dadf78a07" + }, + { + "name": "RP2040_Slow_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as ADAFRUIT_FEATHER_RP2040, RASPBERRY_PI_PICO, with arduino-pico core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_Slow_PWM.git", + "providesIncludes": [ + "RP2040_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_Slow_PWM-1.0.1.zip", + "archiveFileName": "RP2040_Slow_PWM-1.0.1.zip", + "size": 52517, + "checksum": "SHA-256:522818aa5baffcdb889b8324829aa1236e4aaad036fe4399685c95b83f732589" + }, + { + "name": "RP2040_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as ADAFRUIT_FEATHER_RP2040, RASPBERRY_PI_PICO, with arduino-pico core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_Slow_PWM.git", + "providesIncludes": [ + "RP2040_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_Slow_PWM-1.1.0.zip", + "archiveFileName": "RP2040_Slow_PWM-1.1.0.zip", + "size": 58851, + "checksum": "SHA-256:3f6510f9459c30f2450ecb9efe12d44a919910ffd39bce8647c7fbd7fc4ab0a9" + }, + { + "name": "RP2040_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as ADAFRUIT_FEATHER_RP2040, RASPBERRY_PI_PICO, etc., with arduino-pico core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_Slow_PWM.git", + "providesIncludes": [ + "RP2040_Slow_PWM.h", + "RP2040_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_Slow_PWM-1.2.0.zip", + "archiveFileName": "RP2040_Slow_PWM-1.2.0.zip", + "size": 47566, + "checksum": "SHA-256:ef81a3545603d8fcb48376cc85113a265cbf615b447028d909bace2a8e1f0cfb" + }, + { + "name": "RP2040_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on RP2040-based boards, such as ADAFRUIT_FEATHER_RP2040, RASPBERRY_PI_PICO, etc., with arduino-pico core to create and output PWM any GPIO pin.", + "paragraph": "The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/RP2040_Slow_PWM", + "category": "Device Control", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/RP2040_Slow_PWM.git", + "providesIncludes": [ + "RP2040_Slow_PWM.h", + "RP2040_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/RP2040_Slow_PWM-1.2.1.zip", + "archiveFileName": "RP2040_Slow_PWM-1.2.1.zip", + "size": 45294, + "checksum": "SHA-256:9ddc9b0a7cdc33fc4e3d82baf963ece89d54e759daac4d443572b03a1095893c" + }, + { + "name": "pdulib", + "version": "0.1.0", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS an any language.", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.1.0.zip", + "archiveFileName": "pdulib-0.1.0.zip", + "size": 699887, + "checksum": "SHA-256:6a0b8ec5ac2e8f5e132b9e1c4a8e6343e8358cfdca0d2db4ef9c70f6b523b399" + }, + { + "name": "pdulib", + "version": "0.1.1", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS an any language.", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.1.1.zip", + "archiveFileName": "pdulib-0.1.1.zip", + "size": 699886, + "checksum": "SHA-256:03ccf53f91cdd95479658d64a9b27fd635722617fe264c99852427a004e4afb2" + }, + { + "name": "pdulib", + "version": "0.2.1", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS an any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.2.1.zip", + "archiveFileName": "pdulib-0.2.1.zip", + "size": 700351, + "checksum": "SHA-256:4e721b88af964f2057ab47e3c2bfce5054486f521f81636e18a742dbe502b799" + }, + { + "name": "pdulib", + "version": "0.2.2", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS an any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.2.2.zip", + "archiveFileName": "pdulib-0.2.2.zip", + "size": 700611, + "checksum": "SHA-256:dc23128ae0afc963169cf6f59898f9e89f6ac9749769c442ef700849a56867e7" + }, + { + "name": "pdulib", + "version": "0.3.3", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.3.3.zip", + "archiveFileName": "pdulib-0.3.3.zip", + "size": 702315, + "checksum": "SHA-256:57ab3d3da66beec5faa8986159704426ce2d20eed82773636f4cfd9af2fd0971" + }, + { + "name": "pdulib", + "version": "0.4.4", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.4.4.zip", + "archiveFileName": "pdulib-0.4.4.zip", + "size": 715421, + "checksum": "SHA-256:7d9120b31192dd976ae2ebdcc0d7870d5d6506a2c273f4fd9dc1c4e5706ac055" + }, + { + "name": "pdulib", + "version": "0.4.7", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.4.7.zip", + "archiveFileName": "pdulib-0.4.7.zip", + "size": 718135, + "checksum": "SHA-256:528b8e8e6bbc0ac27b90b371075b2297eb08822de4f080d55ca4436c5441810d" + }, + { + "name": "pdulib", + "version": "0.5.2", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.5.2.zip", + "archiveFileName": "pdulib-0.5.2.zip", + "size": 740957, + "checksum": "SHA-256:7f38beea622972b263ff2274bb9e13de9386669876c7467ae1009750feb1493d" + }, + { + "name": "pdulib", + "version": "0.5.3", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.5.3.zip", + "archiveFileName": "pdulib-0.5.3.zip", + "size": 741817, + "checksum": "SHA-256:776fa34ac311f90f1bf46ca62536fb4093031986a0d3ea2dbd681eb39f2056ba" + }, + { + "name": "pdulib", + "version": "0.5.4", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.5.4.zip", + "archiveFileName": "pdulib-0.5.4.zip", + "size": 788725, + "checksum": "SHA-256:069f2d4a0e219237dcaf27ff38d54ce6353127b4e0ff5bc44ae69c93b83d7d30" + }, + { + "name": "pdulib", + "version": "0.5.5", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.5.5.zip", + "archiveFileName": "pdulib-0.5.5.zip", + "size": 753956, + "checksum": "SHA-256:4b23e5b54c899fa72ec348eedd09aef255c00a24d27c9de6c2970953cf5cc073" + }, + { + "name": "pdulib", + "version": "0.5.6", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both ASCII 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.5.6.zip", + "archiveFileName": "pdulib-0.5.6.zip", + "size": 754263, + "checksum": "SHA-256:c8583774efb06e2f2f8358d3468b57c9bc4f0a4d3db840a5b59d6d0d6fd40981" + }, + { + "name": "pdulib", + "version": "0.5.7", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both GSM 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.5.7.zip", + "archiveFileName": "pdulib-0.5.7.zip", + "size": 764109, + "checksum": "SHA-256:627990aa17e700bc709749385a07d9c7cdd20dd726e57269413dba7dced9fa2e" + }, + { + "name": "pdulib", + "version": "0.5.9", + "author": "David Henry \u003cmgadriver@gmail.com\u003e", + "maintainer": "David Henry \u003cmgadriver@gmail.com\u003e", + "sentence": "A library written in C++ to encode/decode PDU data for GSM modems. Both GSM 7-bit and UCS-2 16 bit alphabets are supported which mean, in practice, you can send/receive SMS in any language (including emojis).", + "paragraph": "For GSM modems.", + "website": "https://github.com/mgaman/PDUlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mgaman/PDUlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mgaman/pdulib-0.5.9.zip", + "archiveFileName": "pdulib-0.5.9.zip", + "size": 765896, + "checksum": "SHA-256:3ee72f5d24e01b3474939a5712256b2c7e3a18209e4fcdeec152cef139a80909" + }, + { + "name": "nRF52_MBED_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Arduino-mbed mbed_nano core such as Nano-33-BLE to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM.git", + "providesIncludes": [ + "nRF52_MBED_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_Slow_PWM-1.0.0.zip", + "archiveFileName": "nRF52_MBED_Slow_PWM-1.0.0.zip", + "size": 56856, + "checksum": "SHA-256:29209a86d86045c151f259ef4b04196c08d5b4b22c0fa96675ed90806bc7f99a" + }, + { + "name": "nRF52_MBED_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Arduino-mbed mbed_nano core such as Nano-33-BLE to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM.git", + "providesIncludes": [ + "nRF52_MBED_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_Slow_PWM-1.1.0.zip", + "archiveFileName": "nRF52_MBED_Slow_PWM-1.1.0.zip", + "size": 63539, + "checksum": "SHA-256:1fa078a9b7380a0d59ada3eee5a28999f47a1e44db4a1257902f09e68e0b3490" + }, + { + "name": "nRF52_MBED_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Arduino-mbed mbed_nano core such as Nano-33-BLE to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM.git", + "providesIncludes": [ + "nRF52_MBED_Slow_PWM.h", + "nRF52_MBED_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_Slow_PWM-1.2.0.zip", + "archiveFileName": "nRF52_MBED_Slow_PWM-1.2.0.zip", + "size": 50844, + "checksum": "SHA-256:f9497a4a1b1cf39af7d0e7627903b2c696c2a6a330da6a14f5177d65a630b482" + }, + { + "name": "nRF52_MBED_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Arduino-mbed mbed_nano core such as Nano-33-BLE to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM.git", + "providesIncludes": [ + "nRF52_MBED_Slow_PWM.h", + "nRF52_MBED_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_Slow_PWM-1.2.1.zip", + "archiveFileName": "nRF52_MBED_Slow_PWM-1.2.1.zip", + "size": 48333, + "checksum": "SHA-256:0c84638b1de166c80d1a11fc4a0fc3a5991d270a26eab2e83e683bb364350136" + }, + { + "name": "nRF52_MBED_Slow_PWM", + "version": "1.2.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Arduino-mbed mbed_nano core such as Nano-33-BLE to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_Slow_PWM.git", + "providesIncludes": [ + "nRF52_MBED_Slow_PWM.h", + "nRF52_MBED_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_Slow_PWM-1.2.2.zip", + "archiveFileName": "nRF52_MBED_Slow_PWM-1.2.2.zip", + "size": 50544, + "checksum": "SHA-256:060f7ac92035faf847f458af0ad39f2ab7f3aeed9249c21526385efd8c4cc336" + }, + { + "name": "nRF52_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Adafruit_nRF52_Arduino core such as Itsy-Bitsy nRF52840 to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/nRF52_Slow_PWM", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_Slow_PWM.git", + "providesIncludes": [ + "nRF52_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_Slow_PWM-1.0.0.zip", + "archiveFileName": "nRF52_Slow_PWM-1.0.0.zip", + "size": 290013, + "checksum": "SHA-256:26c99643d1de0fec6b39d0d48a8f82a5b6b5616521a6d745b6480bd8ceccbb0f" + }, + { + "name": "nRF52_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Adafruit_nRF52_Arduino core such as Itsy-Bitsy nRF52840 to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_Slow_PWM", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_Slow_PWM.git", + "providesIncludes": [ + "nRF52_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_Slow_PWM-1.1.0.zip", + "archiveFileName": "nRF52_Slow_PWM-1.1.0.zip", + "size": 299380, + "checksum": "SHA-256:2ac0cef260888ba943cefa67d6b8479dd470a2b5bfd5042ff60de94f8bf7826e" + }, + { + "name": "nRF52_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Adafruit_nRF52_Arduino core such as Itsy-Bitsy nRF52840 to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_Slow_PWM", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_Slow_PWM.git", + "providesIncludes": [ + "nRF52_Slow_PWM.h", + "nRF52_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_Slow_PWM-1.2.0.zip", + "archiveFileName": "nRF52_Slow_PWM-1.2.0.zip", + "size": 334779, + "checksum": "SHA-256:60d0f1f19e98080084e3e1d3afc0e4f5552e90945744e7491f03b2804eded433" + }, + { + "name": "nRF52_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Adafruit_nRF52_Arduino core such as Itsy-Bitsy nRF52840 to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_Slow_PWM", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_Slow_PWM.git", + "providesIncludes": [ + "nRF52_Slow_PWM.h", + "nRF52_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_Slow_PWM-1.2.1.zip", + "archiveFileName": "nRF52_Slow_PWM-1.2.1.zip", + "size": 347363, + "checksum": "SHA-256:974a6821728f8dd10f38757217c34bb6a39d69b0da1ddeb6f1ffb32f3473cdac" + }, + { + "name": "nRF52_Slow_PWM", + "version": "1.2.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an nRF52-based board using Adafruit_nRF52_Arduino core such as Itsy-Bitsy nRF52840 to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_Slow_PWM", + "category": "Device Control", + "architectures": [ + "nordicnrf52", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_Slow_PWM.git", + "providesIncludes": [ + "nRF52_Slow_PWM.h", + "nRF52_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_Slow_PWM-1.2.2.zip", + "archiveFileName": "nRF52_Slow_PWM-1.2.2.zip", + "size": 356698, + "checksum": "SHA-256:951311ddab31f37b138f4940a846a336dde434f4e6e8617883c35f9e0faf769d" + }, + { + "name": "ADS1115-Driver", + "version": "1.0.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Lightweight arduino library for the ADS1115 ADC converter IC", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/ADS1115-Driver", + "website": "https://github.com/Wh1teRabbitHU/ADS1115-Driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/ADS1115-Driver.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/ADS1115_Driver-1.0.0.zip", + "archiveFileName": "ADS1115_Driver-1.0.0.zip", + "size": 19646, + "checksum": "SHA-256:5f5a88f8a921099c7acbc6b6bd4cf23ad7d69a9b5a05610118bedaba75e0369f" + }, + { + "name": "ADS1115-Driver", + "version": "1.0.2", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Lightweight arduino library for the ADS1115 ADC converter IC", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/ADS1115-Driver", + "website": "https://github.com/Wh1teRabbitHU/ADS1115-Driver", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/ADS1115-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/ADS1115_Driver-1.0.2.zip", + "archiveFileName": "ADS1115_Driver-1.0.2.zip", + "size": 19365, + "checksum": "SHA-256:5a8eeff3647d2f0e3a5805f27e03a53fde3c7ada3784e4184a410e366e7cf9b2" + }, + { + "name": "DFRobot_B_LUX_V30B", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_B_LUX_V30B is the sensor library of DFRobot", + "paragraph": "This new ambient light sensor is packaged in a transparent semisphere case that offers better light gathering power. The sensor supports 0-200klx detection range and I2C communication. The on-chip photodiode’s spectral response is optimized to mimic the human eye’s perception of ambient light and incorporates IR and UV blocking capability. The adaptive gain block automatically selects the correct lux range to optimize the counts/lux. It is ideal for applications such as smartphones, vehicle smart light, intelligent incubator, etc.", + "website": "https://github.com/DFRobot/DFRobot_B_LUX_V30B", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_B_LUX_V30B.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_B_LUX_V30B-1.0.0.zip", + "archiveFileName": "DFRobot_B_LUX_V30B-1.0.0.zip", + "size": 46969, + "checksum": "SHA-256:ab490208f9055b94789aa950c1eeafc8461ad21d050c9ff5d49833734697630f" + }, + { + "name": "DFRobot_B_LUX_V30B", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_B_LUX_V30B is the sensor library of DFRobot", + "paragraph": "This new ambient light sensor is packaged in a transparent semisphere case that offers better light gathering power. The sensor supports 0-200klx detection range and I2C communication. The on-chip photodiode’s spectral response is optimized to mimic the human eye’s perception of ambient light and incorporates IR and UV blocking capability. The adaptive gain block automatically selects the correct lux range to optimize the counts/lux. It is ideal for applications such as smartphones, vehicle smart light, intelligent incubator, etc.", + "website": "https://github.com/DFRobot/DFRobot_B_LUX_V30B", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_B_LUX_V30B.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_B_LUX_V30B-1.0.1.zip", + "archiveFileName": "DFRobot_B_LUX_V30B-1.0.1.zip", + "size": 46969, + "checksum": "SHA-256:8f876af2bd9046a6741e79b191e23362b950be6e269790a906816ac3744e500d" + }, + { + "name": "DFRobot_TCS3430", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_TCS3430 is the sensor library of DFRobot", + "paragraph": "The device features advanced digital Ambient Light Sensing (ALS) and CIE 1931 Tristimulus Color Sensing (XYZ). Each of the channels has a filter to control its optical response, which allows the device to accurately measure ambient light and sense color. These measurements are used to calculate chromaticity, illuminance and color temperature, all of which are used to support various potential applications.", + "website": "https://github.com/DFRobot/DFRobot_TCS3430", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_TCS3430.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_TCS3430-1.0.0.zip", + "archiveFileName": "DFRobot_TCS3430-1.0.0.zip", + "size": 141692, + "checksum": "SHA-256:82d4a7836229b65ab7694db5a7fdb0ab662c139013a6895abe7e98fc009690e0" + }, + { + "name": "DFRobot_TCS3430", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_TCS3430 is the sensor library of DFRobot", + "paragraph": "The device features advanced digital Ambient Light Sensing (ALS) and CIE 1931 Tristimulus Color Sensing (XYZ). Each of the channels has a filter to control its optical response, which allows the device to accurately measure ambient light and sense color. These measurements are used to calculate chromaticity, illuminance and color temperature, all of which are used to support various potential applications.", + "website": "https://github.com/DFRobot/DFRobot_TCS3430", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_TCS3430.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_TCS3430-1.0.1.zip", + "archiveFileName": "DFRobot_TCS3430-1.0.1.zip", + "size": 141703, + "checksum": "SHA-256:c379f0786db2141405d701f4c03fc1143fd0b493f025aef1dc6a80da952619f1" + }, + { + "name": "DFRobot_TCS3430", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_TCS3430 is the sensor library of DFRobot", + "paragraph": "The device features advanced digital Ambient Light Sensing (ALS) and CIE 1931 Tristimulus Color Sensing (XYZ). Each of the channels has a filter to control its optical response, which allows the device to accurately measure ambient light and sense color. These measurements are used to calculate chromaticity, illuminance and color temperature, all of which are used to support various potential applications.", + "website": "https://github.com/DFRobot/DFRobot_TCS3430", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_TCS3430.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_TCS3430-1.0.2.zip", + "archiveFileName": "DFRobot_TCS3430-1.0.2.zip", + "size": 141698, + "checksum": "SHA-256:5c29b657de8b16b884a401bfbb1658db557afd15f5ae6220f818a8a789e3a6b5" + }, + { + "name": "DFRobot_TCS3430", + "version": "1.0.3", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_TCS3430 is the sensor library of DFRobot", + "paragraph": "The device featrues advanced digital Ambient Light Sensing (ALS) and CIE 1931 Tristimulus Color Sensing (XYZ). Each of the channels has a filter to control its optical response, which allows the device to accurately measure ambient light and sense color. These measurements are used to calculate chromaticity, illuminance and color temperatrue, all of which are used to support various potential applications.", + "website": "https://github.com/DFRobot/DFRobot_TCS3430", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_TCS3430.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_TCS3430-1.0.3.zip", + "archiveFileName": "DFRobot_TCS3430-1.0.3.zip", + "size": 141663, + "checksum": "SHA-256:a8ec016a2c92c778f2c1d78026f89f0123b84824670c876298ce1bc443865c1f" + }, + { + "name": "DFRobot_SGP40", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_SGP40 is the sensor library of DFRobot", + "paragraph": "The SGP40 Air Quality sensor adopts the new SGP40 digital VOC sensor chip launched by the well-known Sensirion. Based on the Sensirion’s CMOSens® technology, the SGP40 offers a complete sensor system on a single chip, a temperature-controlled micro-hotplate and a humidity-compensated indoor air quality signal. In combination with Sensirion’s powerful VOC algorithm, the sensor signal can be directly used to evaluate indoor air quality. It features low power(2.6mA), and fast response(2s). The data from the sensor can be directly used to evaluate air quality without calibration.", + "website": "https://github.com/DFRobot/DFRobot_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SGP40.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SGP40-1.0.0.zip", + "archiveFileName": "DFRobot_SGP40-1.0.0.zip", + "size": 150659, + "checksum": "SHA-256:dadd518dc8b5542c339d83a08cfa094c8f12a89d7338cf83c9a5615b648024d2" + }, + { + "name": "DFRobot_SGP40", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_SGP40 is the sensor library of DFRobot", + "paragraph": "The SGP40 Air Quality sensor adopts the new SGP40 digital VOC sensor chip launched by the well-known Sensirion. Based on the Sensirion’s CMOSens® technology, the SGP40 offers a complete sensor system on a single chip, a temperature-controlled micro-hotplate and a humidity-compensated indoor air quality signal. In combination with Sensirion’s powerful VOC algorithm, the sensor signal can be directly used to evaluate indoor air quality. It features low power(2.6mA), and fast response(2s). The data from the sensor can be directly used to evaluate air quality without calibration.", + "website": "https://github.com/DFRobot/DFRobot_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SGP40.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SGP40-1.0.1.zip", + "archiveFileName": "DFRobot_SGP40-1.0.1.zip", + "size": 150660, + "checksum": "SHA-256:e1fec8232b3e91606529e0f23f6d4c18a2eeafed7f4c23b65693feaf185fd0e7" + }, + { + "name": "DFRobot_SGP40", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_SGP40 is the sensor library of DFRobot", + "paragraph": "The SGP40 Air Quality sensor adopts the new SGP40 digital VOC sensor chip launched by the well-known Sensirion. Based on the Sensirion’s CMOSens® technology, the SGP40 offers a complete sensor system on a single chip, a temperature-controlled micro-hotplate and a humidity-compensated indoor air quality signal. In combination with Sensirion’s powerful VOC algorithm, the sensor signal can be directly used to evaluate indoor air quality. It features low power(2.6mA), and fast response(2s). The data from the sensor can be directly used to evaluate air quality without calibration.", + "website": "https://github.com/DFRobot/DFRobot_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SGP40.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SGP40-1.0.2.zip", + "archiveFileName": "DFRobot_SGP40-1.0.2.zip", + "size": 150670, + "checksum": "SHA-256:a6fe7f96d2b7ddcdb1e96692ae76c64fb64ac61431dcf965763f6e4d06c135ee" + }, + { + "name": "DFRobot_SGP40", + "version": "1.0.3", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_SGP40 is the sensor library of DFRobot", + "paragraph": "The SGP40 Air Quality sensor adopts the new SGP40 digital VOC sensor chip launched by the well-known Sensirion. Based on the Sensirion’s CMOSens® technology, the SGP40 offers a complete sensor system on a single chip, a temperature-controlled micro-hotplate and a humidity-compensated indoor air quality signal. In combination with Sensirion’s powerful VOC algorithm, the sensor signal can be directly used to evaluate indoor air quality. It features low power(2.6mA), and fast response(2s). The data from the sensor can be directly used to evaluate air quality without calibration.", + "website": "https://github.com/DFRobot/DFRobot_SGP40", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SGP40.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SGP40-1.0.3.zip", + "archiveFileName": "DFRobot_SGP40-1.0.3.zip", + "size": 150668, + "checksum": "SHA-256:17901e0ab75213045d7d5579274930dc12ff7852d1aff8fba3646dc1eada8f51" + }, + { + "name": "AVR_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/AVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AVR_Slow_PWM.git", + "providesIncludes": [ + "AVR_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_Slow_PWM-1.0.0.zip", + "archiveFileName": "AVR_Slow_PWM-1.0.0.zip", + "size": 76029, + "checksum": "SHA-256:e78d4bd93d961df429bb993adb6853306833912ee7466219d1b9b35ce68433cb" + }, + { + "name": "AVR_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/AVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AVR_Slow_PWM.git", + "providesIncludes": [ + "AVR_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_Slow_PWM-1.1.0.zip", + "archiveFileName": "AVR_Slow_PWM-1.1.0.zip", + "size": 81886, + "checksum": "SHA-256:32d36bab4f52c1bfa2033d8223877bbc012c4e5de175186e8d6dd6d4bbb09e6d" + }, + { + "name": "AVR_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/AVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AVR_Slow_PWM.git", + "providesIncludes": [ + "AVR_Slow_PWM.h", + "AVR_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_Slow_PWM-1.2.0.zip", + "archiveFileName": "AVR_Slow_PWM-1.2.0.zip", + "size": 53887, + "checksum": "SHA-256:79bc74bfca6d3141dc7a8af8fe5e2e9e3a4e0edbe7611238f37e6e23e5175467" + }, + { + "name": "AVR_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/AVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AVR_Slow_PWM.git", + "providesIncludes": [ + "AVR_Slow_PWM.h", + "AVR_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_Slow_PWM-1.2.1.zip", + "archiveFileName": "AVR_Slow_PWM-1.2.1.zip", + "size": 55284, + "checksum": "SHA-256:a764c00636f332ac033e35a8bf1c58fdbac55ff1ec7938f9582b58e77ab528e8" + }, + { + "name": "AVR_Slow_PWM", + "version": "1.2.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/AVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AVR_Slow_PWM.git", + "providesIncludes": [ + "AVR_Slow_PWM.h", + "AVR_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_Slow_PWM-1.2.2.zip", + "archiveFileName": "AVR_Slow_PWM-1.2.2.zip", + "size": 55522, + "checksum": "SHA-256:24ef04ac2f6572ba5e65676f938f69a2b3c77861ef4d2b99989bc21b2df6c92c" + }, + { + "name": "AVR_Slow_PWM", + "version": "1.2.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/AVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AVR_Slow_PWM.git", + "providesIncludes": [ + "AVR_Slow_PWM.h", + "AVR_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_Slow_PWM-1.2.3.zip", + "archiveFileName": "AVR_Slow_PWM-1.2.3.zip", + "size": 53495, + "checksum": "SHA-256:a5d6e1d7f19876042f55feaeb07833105d697996b4287cc6d7011541c42ead52" + }, + { + "name": "Telemetrix4Connect2040", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The Arduino Nano Connect RP2040 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix-nano-2040-wifi and tmx-nano-2040-wifi-aio Python clients. It provides WiFi remote control and monitoring of the Arduino Nano Connect RP2040 device. See the User's Guide for details: https://mryslab.github.io/telemetrix-nano-2040-wifi/", + "website": "https://github.com/MrYsLab/Telemetrix4Connect2040", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Connect2040.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "WiFiNINA" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "NeoPixelConnect" + }, + { + "name": "NanoConnectHcSr04" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Connect2040-1.0.0.zip", + "archiveFileName": "Telemetrix4Connect2040-1.0.0.zip", + "size": 62121, + "checksum": "SHA-256:86efde980d64ece31e8edcb0bdb4aa395417c1dda8bc85700628100ebab0adac" + }, + { + "name": "Telemetrix4Connect2040", + "version": "1.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The Arduino Nano Connect RP2040 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix-nano-2040-wifi and tmx-nano-2040-wifi-aio Python clients. It provides WiFi remote control and monitoring of the Arduino Nano Connect RP2040 device. See the User's Guide for details: https://mryslab.github.io/telemetrix-nano-2040-wifi/", + "website": "https://github.com/MrYsLab/Telemetrix4Connect2040", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Connect2040.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "WiFiNINA" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "NeoPixelConnect" + }, + { + "name": "NanoConnectHcSr04" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Connect2040-1.0.1.zip", + "archiveFileName": "Telemetrix4Connect2040-1.0.1.zip", + "size": 62114, + "checksum": "SHA-256:4dfe7658af5a4dc84852a70c3b53147dbf859fe005bb1e2c7faf0dc89d63b0c4" + }, + { + "name": "Telemetrix4Connect2040", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The Arduino Nano Connect RP2040 server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix-nano-2040-wifi and tmx-nano-2040-wifi-aio Python clients. It provides WiFi remote control and monitoring of the Arduino Nano Connect RP2040 device. See the User's Guide for details: https://mryslab.github.io/telemetrix-nano-2040-wifi/", + "website": "https://github.com/MrYsLab/Telemetrix4Connect2040", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Connect2040.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "WiFiNINA" + }, + { + "name": "Arduino_LSM6DSOX" + }, + { + "name": "NeoPixelConnect" + }, + { + "name": "NanoConnectHcSr04" + }, + { + "name": "DHTNEW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Connect2040-1.0.2.zip", + "archiveFileName": "Telemetrix4Connect2040-1.0.2.zip", + "size": 62080, + "checksum": "SHA-256:f71dac2006d9bda9423c6b285ac66e036244b547f371f4187b4d99d9460eb432" + }, + { + "name": "megaAVR_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/megaAVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_Slow_PWM.git", + "providesIncludes": [ + "megaAVR_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_Slow_PWM-1.0.0.zip", + "archiveFileName": "megaAVR_Slow_PWM-1.0.0.zip", + "size": 62133, + "checksum": "SHA-256:e93c2926aec0c64f91c111dd4541f2eeb02f215d326a2d8280ed6d877576458a" + }, + { + "name": "megaAVR_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/megaAVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_Slow_PWM.git", + "providesIncludes": [ + "megaAVR_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_Slow_PWM-1.1.0.zip", + "archiveFileName": "megaAVR_Slow_PWM-1.1.0.zip", + "size": 68974, + "checksum": "SHA-256:32e425972ae9524b2c97220d05cf2191e2dd1c0ef5239d6c0b4ce49ccdfb4908" + }, + { + "name": "megaAVR_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly. Now supporting MegaCoreX.", + "website": "https://github.com/khoih-prog/megaAVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_Slow_PWM.git", + "providesIncludes": [ + "megaAVR_Slow_PWM.h", + "megaAVR_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_Slow_PWM-1.2.0.zip", + "archiveFileName": "megaAVR_Slow_PWM-1.2.0.zip", + "size": 51559, + "checksum": "SHA-256:3f2da35eb06229e82c3568b47484b0319f1abbaa2038932a51c0f731d318fb65" + }, + { + "name": "megaAVR_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly. Now supporting MegaCoreX.", + "website": "https://github.com/khoih-prog/megaAVR_Slow_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/megaAVR_Slow_PWM.git", + "providesIncludes": [ + "megaAVR_Slow_PWM.h", + "megaAVR_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_Slow_PWM-1.2.1.zip", + "archiveFileName": "megaAVR_Slow_PWM-1.2.1.zip", + "size": 49427, + "checksum": "SHA-256:1f89c386f9a1483f6003c34c00608c19502fde1fbd9a13d279780efdadfc956c" + }, + { + "name": "SHT2x", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT20, SHT21 and SHT25 temperature and humidity sensor.", + "paragraph": "Supports SHT20 and SHT25 too.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.1.0.zip", + "archiveFileName": "SHT2x-0.1.0.zip", + "size": 15568, + "checksum": "SHA-256:a8e508d2557476036a575a689a38f6d84275a6a0704773d0d112d17bce408d16" + }, + { + "name": "SHT2x", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Works also for HTU20D(F) and HTU21D(F) series.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.1.1.zip", + "archiveFileName": "SHT2x-0.1.1.zip", + "size": 16066, + "checksum": "SHA-256:c11ff8ee9f038cf47dcd91eea6c97576b0626ea72ec441dd1fb7f6b74f14f5b9" + }, + { + "name": "SHT2x", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Works also for HTU20D(F) and HTU21D(F) series.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.1.2.zip", + "archiveFileName": "SHT2x-0.1.2.zip", + "size": 18438, + "checksum": "SHA-256:e0875d7318f62be504440a91bb277c59d4d5590cccda4842158fc35315e8631c" + }, + { + "name": "SHT2x", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Works also for HTU20D(F) and HTU21D(F) series.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.1.3.zip", + "archiveFileName": "SHT2x-0.1.3.zip", + "size": 18611, + "checksum": "SHA-256:66b365f0c7c6bf8c09a4d5a63a9e7424a253541b11a734edf3aa1609296f1d68" + }, + { + "name": "SHT2x", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Works also for HTU20D(F) and HTU21D(F) series.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.1.4.zip", + "archiveFileName": "SHT2x-0.1.4.zip", + "size": 20635, + "checksum": "SHA-256:059d6ba61e15f4196afebf03048baa219eb47d163da31990c5f743e970816fc0" + }, + { + "name": "SHT2x", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Works also for HTU20D(F) and HTU21D(F) series.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.2.0.zip", + "archiveFileName": "SHT2x-0.2.0.zip", + "size": 22741, + "checksum": "SHA-256:aa45d01462145aa0e6e0fdd7e0616f422520a6a926c0a8d020f3166373b2a23a" + }, + { + "name": "SHT2x", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Works also for HTU20D(F) and HTU21D(F) series.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.2.1.zip", + "archiveFileName": "SHT2x-0.2.1.zip", + "size": 23938, + "checksum": "SHA-256:28a98eec8259d78cbd96800f07aef59678662abd679c670ce8488ffa7343f8a7" + }, + { + "name": "SHT2x", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Works also for HTU20D(F) and HTU21D(F) series.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.2.2.zip", + "archiveFileName": "SHT2x-0.2.2.zip", + "size": 25360, + "checksum": "SHA-256:de94fde8cd3aa86e20b22ddaa570be0cc42c2ffad22c73e5b5f3eae60ea8fe06" + }, + { + "name": "SHT2x", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Derived classes for HTU20D(F), HTU21D(F), Si7013, Si7020, Si7021, GY21.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.3.0.zip", + "archiveFileName": "SHT2x-0.3.0.zip", + "size": 25737, + "checksum": "SHA-256:745fcb135dec80bb3ccd9a55255624a94b0187ac832343ca18d4111921d6f872" + }, + { + "name": "SHT2x", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Derived classes for HTU20D(F), HTU21D(F), Si7013, Si7020, Si7021, GY21.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.3.1.zip", + "archiveFileName": "SHT2x-0.3.1.zip", + "size": 27350, + "checksum": "SHA-256:58959922d27344ac638ab5a0d22561471514a3df2f3c7f6133e9b04ee2ad4c9d" + }, + { + "name": "SHT2x", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Derived classes for HTU20D(F), HTU21D(F), Si7013, Si7020, Si7021, GY21.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.4.0.zip", + "archiveFileName": "SHT2x-0.4.0.zip", + "size": 27397, + "checksum": "SHA-256:34b9432a02208a26722eaf615f3f363033e5de2fb7305d673ce5ab695e3a1884" + }, + { + "name": "SHT2x", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Derived classes for HTU20D(F), HTU21D(F), Si7013, Si7020, Si7021, GY21.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.4.1.zip", + "archiveFileName": "SHT2x-0.4.1.zip", + "size": 27516, + "checksum": "SHA-256:83c8dad539e4a2502c1fbc764a0aea5b9ab1b37ed0dc28104ddd36aee1942cdd" + }, + { + "name": "SHT2x", + "version": "0.4.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Derived classes for HTU20D(F), HTU21D(F), Si7013, Si7020, Si7021, GY21.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.4.2.zip", + "archiveFileName": "SHT2x-0.4.2.zip", + "size": 29402, + "checksum": "SHA-256:0c94152cb45e2aa93e89d75903bc59f398661da0acb2d3bc306af763aabe5bd3" + }, + { + "name": "SHT2x", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor.", + "paragraph": "Derived classes for HTU20D(F), HTU21D(F), Si7013, Si7020, Si7021, GY21.", + "website": "https://github.com/RobTillaart/SHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT2x.git", + "providesIncludes": [ + "SHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT2x-0.5.0.zip", + "archiveFileName": "SHT2x-0.5.0.zip", + "size": 29331, + "checksum": "SHA-256:188b2a7e773651a87aade67bdc761a79f89ebaad95e7ae77b2d236f425523167" + }, + { + "name": "DFRobot_VL6180X", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_VL6180X is a sensor library.", + "paragraph": "The VL6180X is the latest product based on ST’s patented FlightSense™technology. This is a ground-breaking technology allowing absolute distance to be measured independent of target reflectance. Instead of estimating the distance by measuring the amount of light reflected back from the object (which is significantly influenced by color and surface), the VL6180X precisely measures the time the light takes to travel to the nearest object and reflect back to the sensor (Time-of-Flight).", + "website": "https://github.com/DFRobot/DFRobot_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VL6180X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VL6180X-1.0.0.zip", + "archiveFileName": "DFRobot_VL6180X-1.0.0.zip", + "size": 149050, + "checksum": "SHA-256:09f8ed1e4bd7f8ee5710376f428bca3b1db980576abd707736ada8d76f4065b5" + }, + { + "name": "DFRobot_VL6180X", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_VL6180X is a sensor library.", + "paragraph": "The VL6180X is the latest product based on ST’s patented FlightSense™technology. This is a ground-breaking technology allowing absolute distance to be measured independent of target reflectance. Instead of estimating the distance by measuring the amount of light reflected back from the object (which is significantly influenced by color and surface), the VL6180X precisely measures the time the light takes to travel to the nearest object and reflect back to the sensor (Time-of-Flight).", + "website": "https://github.com/DFRobot/DFRobot_VL6180X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VL6180X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VL6180X-1.0.1.zip", + "archiveFileName": "DFRobot_VL6180X-1.0.1.zip", + "size": 149072, + "checksum": "SHA-256:359b68792bb333be5daa0193fc44c5296c00c1c5a5dac4267e20144562c62261" + }, + { + "name": "Teensy_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/Teensy_Slow_PWM", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_Slow_PWM.git", + "providesIncludes": [ + "Teensy_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_Slow_PWM-1.0.0.zip", + "archiveFileName": "Teensy_Slow_PWM-1.0.0.zip", + "size": 71804, + "checksum": "SHA-256:edf9c0bf144cc8d80113f545734128104415113731e1ba6ea0e30ad224115da9" + }, + { + "name": "Teensy_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/Teensy_Slow_PWM", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_Slow_PWM.git", + "providesIncludes": [ + "Teensy_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_Slow_PWM-1.1.0.zip", + "archiveFileName": "Teensy_Slow_PWM-1.1.0.zip", + "size": 78328, + "checksum": "SHA-256:79e40934ed3bf2392257aa9c1e204fca7eab3812a3c9c5e1e383921b5a70cffe" + }, + { + "name": "Teensy_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/Teensy_Slow_PWM", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_Slow_PWM.git", + "providesIncludes": [ + "Teensy_Slow_PWM.h", + "Teensy_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_Slow_PWM-1.2.0.zip", + "archiveFileName": "Teensy_Slow_PWM-1.2.0.zip", + "size": 73400, + "checksum": "SHA-256:6ddc5ef11d3b1ecaaf8ea94138acff9271fc37832c4681eb494f0b167246019b" + }, + { + "name": "Teensy_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/Teensy_Slow_PWM", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_Slow_PWM.git", + "providesIncludes": [ + "Teensy_Slow_PWM.h", + "Teensy_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_Slow_PWM-1.2.1.zip", + "archiveFileName": "Teensy_Slow_PWM-1.2.1.zip", + "size": 71618, + "checksum": "SHA-256:80fa741f96504ad95e6f728ba9e7007c2c0bc83db24335b28bdf753796550832" + }, + { + "name": "SAMDUE_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino SAM_DUE board to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/SAMDUE_Slow_PWM", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_Slow_PWM.git", + "providesIncludes": [ + "SAMDUE_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_Slow_PWM-1.0.0.zip", + "archiveFileName": "SAMDUE_Slow_PWM-1.0.0.zip", + "size": 54862, + "checksum": "SHA-256:4245ba741f54236be92959a49492136d0dda3f1f8b8f5d8d7dd3cc384318887d" + }, + { + "name": "SAMDUE_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino SAM_DUE board to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMDUE_Slow_PWM", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_Slow_PWM.git", + "providesIncludes": [ + "SAMDUE_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_Slow_PWM-1.1.0.zip", + "archiveFileName": "SAMDUE_Slow_PWM-1.1.0.zip", + "size": 60801, + "checksum": "SHA-256:1e62140bfa3ba6d19d6a2f48b5c27fc748019ccf1bde60e9722d85ad7421891c" + }, + { + "name": "SAMDUE_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino SAM_DUE board to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMDUE_Slow_PWM", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_Slow_PWM.git", + "providesIncludes": [ + "SAMDUE_Slow_PWM.h", + "SAMDUE_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_Slow_PWM-1.2.0.zip", + "archiveFileName": "SAMDUE_Slow_PWM-1.2.0.zip", + "size": 47273, + "checksum": "SHA-256:919c44b583d79bdcd2437173843b9cdac3a6f1efbbb93d8b18d63ee74063a022" + }, + { + "name": "SAMDUE_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino SAM_DUE board to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMDUE_Slow_PWM", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_Slow_PWM.git", + "providesIncludes": [ + "SAMDUE_Slow_PWM.h", + "SAMDUE_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_Slow_PWM-1.2.1.zip", + "archiveFileName": "SAMDUE_Slow_PWM-1.2.1.zip", + "size": 47658, + "checksum": "SHA-256:60e3ecb95027faccae03f93436d6572a2a4270a13c867f276957c9a87aaf5f4d" + }, + { + "name": "SAMDUE_Slow_PWM", + "version": "1.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on an Arduino SAM_DUE board to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMDUE_Slow_PWM", + "category": "Device Control", + "architectures": [ + "sam", + "atmelsam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMDUE_Slow_PWM.git", + "providesIncludes": [ + "SAMDUE_Slow_PWM.h", + "SAMDUE_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_Slow_PWM-1.2.2.zip", + "archiveFileName": "SAMDUE_Slow_PWM-1.2.2.zip", + "size": 46027, + "checksum": "SHA-256:f5e171d81a8ba3b27aff1eec15afff66fe51e600a35c8b5719053ae067c31ca2" + }, + { + "name": "DFRobot_RGBLCD1602", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_RGBLCD1602 is the display library of DFRobot", + "paragraph": "DFRobot Gravity I2C LCD1602 color backlit LCD display can display 2x16 characters, support screen scrolling, cursor movement, backlight color adjustment and other functions", + "website": "https://github.com/DFRobot/DFRobot_RGBLCD1602", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RGBLCD1602.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RGBLCD1602-1.0.0.zip", + "archiveFileName": "DFRobot_RGBLCD1602-1.0.0.zip", + "size": 838340, + "checksum": "SHA-256:ca3c82ce13548c641d988055d1fdb9f0890276c0c4b6295d835008a84d845f0e" + }, + { + "name": "DFRobot_RGBLCD1602", + "version": "2.0.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_RGBLCD1602 is the display library of DFRobot", + "paragraph": "DFRobot Gravity I2C LCD1602 color backlit LCD display can display 2x16 characters, support screen scrolling, cursor movement, backlight color adjustment and other functions", + "website": "https://github.com/DFRobot/DFRobot_RGBLCD1602", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RGBLCD1602.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RGBLCD1602-2.0.0.zip", + "archiveFileName": "DFRobot_RGBLCD1602-2.0.0.zip", + "size": 838592, + "checksum": "SHA-256:2c38b60f51498933a4935bb99ed3f4868af72a104c5b0793fb40d35d5afbf2df" + }, + { + "name": "DFRobot_RGBLCD1602", + "version": "1.1.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_RGBLCD1602 is the display library of DFRobot", + "paragraph": "DFRobot Gravity I2C LCD1602 color backlit LCD display can display 2x16 characters, support screen scrolling, cursor movement, backlight color adjustment and other functions", + "website": "https://github.com/DFRobot/DFRobot_RGBLCD1602", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RGBLCD1602.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RGBLCD1602-1.1.0.zip", + "archiveFileName": "DFRobot_RGBLCD1602-1.1.0.zip", + "size": 248983, + "checksum": "SHA-256:08f001ce0fc6b90b5fbee0254a52748523431e146301a5010563aae99b3409bb" + }, + { + "name": "DFRobot_RGBLCD1602", + "version": "2.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_RGBLCD1602 is the display library of DFRobot", + "paragraph": "DFRobot Gravity I2C LCD1602 color backlit LCD display can display 2x16 characters, support screen scrolling, cursor movement, backlight color adjustment and other functions", + "website": "https://github.com/DFRobot/DFRobot_RGBLCD1602", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RGBLCD1602.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RGBLCD1602-2.0.1.zip", + "archiveFileName": "DFRobot_RGBLCD1602-2.0.1.zip", + "size": 248995, + "checksum": "SHA-256:6f44cc97d0757057a4e4f1ba374ffc694551cee399bbede90b37e4d2f07af452" + }, + { + "name": "AnalogUVSensor", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AnalogUVSensor library for Arduino.", + "paragraph": "UV index measurement", + "website": "https://github.com/RobTillaart/AnalogUVSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogUVSensor.git", + "providesIncludes": [ + "AnalogUVSensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogUVSensor-0.1.0.zip", + "archiveFileName": "AnalogUVSensor-0.1.0.zip", + "size": 11087, + "checksum": "SHA-256:c89608064690d5fdd87895b765f62a32a58fb6186dc5c0ba02932b22f82c5712" + }, + { + "name": "AnalogUVSensor", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AnalogUVSensor library for Arduino.", + "paragraph": "UV index measurement", + "website": "https://github.com/RobTillaart/AnalogUVSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogUVSensor.git", + "providesIncludes": [ + "AnalogUVSensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogUVSensor-0.1.1.zip", + "archiveFileName": "AnalogUVSensor-0.1.1.zip", + "size": 12668, + "checksum": "SHA-256:038bd5cfde227162a3dbb93945d743ddfa296b1893b0d94e2cecc92650f785fb" + }, + { + "name": "AnalogUVSensor", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AnalogUVSensor library for Arduino.", + "paragraph": "UV index measurement", + "website": "https://github.com/RobTillaart/AnalogUVSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogUVSensor.git", + "providesIncludes": [ + "AnalogUVSensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogUVSensor-0.1.2.zip", + "archiveFileName": "AnalogUVSensor-0.1.2.zip", + "size": 12844, + "checksum": "SHA-256:dbf738ae81a1835c4d14b69f15451b024d51f88f21db0c25c04b0c6d0dd00bb2" + }, + { + "name": "AnalogUVSensor", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AnalogUVSensor library for Arduino.", + "paragraph": "UV index measurement", + "website": "https://github.com/RobTillaart/AnalogUVSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogUVSensor.git", + "providesIncludes": [ + "AnalogUVSensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogUVSensor-0.1.3.zip", + "archiveFileName": "AnalogUVSensor-0.1.3.zip", + "size": 13293, + "checksum": "SHA-256:d1fa2baf454da8ebf4dd8ec9c936be64979ab43771b03b037b685a8c4a4f7160" + }, + { + "name": "AnalogUVSensor", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AnalogUVSensor library for Arduino.", + "paragraph": "UV index measurement", + "website": "https://github.com/RobTillaart/AnalogUVSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogUVSensor.git", + "providesIncludes": [ + "AnalogUVSensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogUVSensor-0.1.4.zip", + "archiveFileName": "AnalogUVSensor-0.1.4.zip", + "size": 13783, + "checksum": "SHA-256:105726e76821866290226b874c9bc0402a59ca4e867287c76eebd82370e0e8e2" + }, + { + "name": "AnalogUVSensor", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "AnalogUVSensor library for Arduino.", + "paragraph": "UV index measurement", + "website": "https://github.com/RobTillaart/AnalogUVSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AnalogUVSensor.git", + "providesIncludes": [ + "AnalogUVSensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogUVSensor-0.1.5.zip", + "archiveFileName": "AnalogUVSensor-0.1.5.zip", + "size": 14007, + "checksum": "SHA-256:893e7a4177d6d7ad25c306dd569cf4b9c06a240dfd6c8cad4e9ad330331c9d7b" + }, + { + "name": "MCP3208", + "version": "1.0.0", + "author": "Rodolfo Prieto Maldonado", + "maintainer": "Rodolfo Prieto Maldonado", + "sentence": "MCP3208 8-Channel 12-Bit ADC communication.", + "paragraph": "Based on the communication library for MCP3008 by Adafruit, manages 8 channels of simple analog reading or 4 channels of pseudo-differential reading.", + "website": "https://github.com/RodolfoPrieto/MCP3208_Arduino_Library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RodolfoPrieto/MCP3208.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RodolfoPrieto/MCP3208-1.0.0.zip", + "archiveFileName": "MCP3208-1.0.0.zip", + "size": 367342, + "checksum": "SHA-256:94d52d22ff8e81c5857066f51a80711e069713a78f443bfbcb409fb1065658d4" + }, + { + "name": "STM32_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using STM32 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz", + "website": "https://github.com/khoih-prog/STM32_Slow_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_Slow_PWM.git", + "providesIncludes": [ + "STM32_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_Slow_PWM-1.0.0.zip", + "archiveFileName": "STM32_Slow_PWM-1.0.0.zip", + "size": 51855, + "checksum": "SHA-256:a52533cbd534cd234e318a88b0806b4d8908d8e0c171f03ea9da7e7b66b3be27" + }, + { + "name": "STM32_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using STM32 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/STM32_Slow_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_Slow_PWM.git", + "providesIncludes": [ + "STM32_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_Slow_PWM-1.1.0.zip", + "archiveFileName": "STM32_Slow_PWM-1.1.0.zip", + "size": 106961, + "checksum": "SHA-256:ee283a05072d533b6674836b0a99dc950c8acacba27bd6a5de9401a6ef5fc10c" + }, + { + "name": "STM32_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using STM32 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/STM32_Slow_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_Slow_PWM.git", + "providesIncludes": [ + "STM32_Slow_PWM.h", + "STM32_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_Slow_PWM-1.2.0.zip", + "archiveFileName": "STM32_Slow_PWM-1.2.0.zip", + "size": 118727, + "checksum": "SHA-256:2377851d920639a4e4c2267206aa3ce4563b614cadb6eeeeee27996690f88ff9" + }, + { + "name": "STM32_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using STM32 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/STM32_Slow_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_Slow_PWM.git", + "providesIncludes": [ + "STM32_Slow_PWM.h", + "STM32_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_Slow_PWM-1.2.1.zip", + "archiveFileName": "STM32_Slow_PWM-1.2.1.zip", + "size": 119671, + "checksum": "SHA-256:f25cd2a721b2f43913fb240ae42cc413a815d7d5f01f7077db63cd6c90417845" + }, + { + "name": "STM32_Slow_PWM", + "version": "1.2.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using STM32 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/STM32_Slow_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_Slow_PWM.git", + "providesIncludes": [ + "STM32_Slow_PWM.h", + "STM32_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_Slow_PWM-1.2.2.zip", + "archiveFileName": "STM32_Slow_PWM-1.2.2.zip", + "size": 119950, + "checksum": "SHA-256:8a6d7d3683f3e6eca17e60710d30d5dd9c7f82f36a8e00523e01a9199069f846" + }, + { + "name": "STM32_Slow_PWM", + "version": "1.2.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using STM32 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/STM32_Slow_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_Slow_PWM.git", + "providesIncludes": [ + "STM32_Slow_PWM.h", + "STM32_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_Slow_PWM-1.2.3.zip", + "archiveFileName": "STM32_Slow_PWM-1.2.3.zip", + "size": 117169, + "checksum": "SHA-256:18d638688fc9394d3ece556a2ab0da634f0a0ba65b824f6987f10bc2bd736379" + }, + { + "name": "MeshGnome", + "version": "1.0.0", + "author": "nils m", + "maintainer": "nils m", + "sentence": "Mesh Synchronization and OTA for ESP-Now on the ESP8266.", + "paragraph": "Provides a protocol dispatch facility and synchronizes sketch firmware and other data using ESP-Now among multiple nodes.", + "website": "https://github.com/shkoo/MeshGnome", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shkoo/MeshGnome.git", + "providesIncludes": [ + "MeshGnome.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shkoo/MeshGnome-1.0.0.zip", + "archiveFileName": "MeshGnome-1.0.0.zip", + "size": 27055, + "checksum": "SHA-256:c7f8285215f8f48434cbf5b165292a7f9b97f7df9ca6da5568fa3a1be241b2b0" + }, + { + "name": "MeshGnome", + "version": "1.1.0", + "author": "nils m", + "maintainer": "nils m", + "sentence": "Mesh Synchronization and OTA for ESP-Now on the ESP8266.", + "paragraph": "Provides a protocol dispatch facility and synchronizes sketch firmware and other data using ESP-Now among multiple nodes.", + "website": "https://github.com/shkoo/MeshGnome", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shkoo/MeshGnome.git", + "providesIncludes": [ + "MeshGnome.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shkoo/MeshGnome-1.1.0.zip", + "archiveFileName": "MeshGnome-1.1.0.zip", + "size": 27670, + "checksum": "SHA-256:5505714df31d6d63c8e9e1c060f57da2e240259dbcac299b451a69acc57387be" + }, + { + "name": "MeshGnome", + "version": "1.1.1", + "author": "nils m", + "maintainer": "nils m", + "sentence": "Mesh Synchronization and OTA for ESP-Now on the ESP8266.", + "paragraph": "Provides a protocol dispatch facility and synchronizes sketch firmware and other data using ESP-Now among multiple nodes.", + "website": "https://github.com/shkoo/MeshGnome", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shkoo/MeshGnome.git", + "providesIncludes": [ + "MeshGnome.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shkoo/MeshGnome-1.1.1.zip", + "archiveFileName": "MeshGnome-1.1.1.zip", + "size": 41930, + "checksum": "SHA-256:d45cb4be052d5420fe39e581089452df0eea74144cc727b4b2de066a6c67beab" + }, + { + "name": "STM32_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This wrapper library enables you to use Hardware-based PWM on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are very precise and not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other ISR-based or software-based PWM using millis() or micros(). That's necessary if you need to measure some data requiring very high frequency and much better accuracy. PWM feature can now be used.", + "website": "https://github.com/khoih-prog/STM32_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_PWM.git", + "providesIncludes": [ + "STM32_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_PWM-1.0.0.zip", + "archiveFileName": "STM32_PWM-1.0.0.zip", + "size": 27732, + "checksum": "SHA-256:ba72335e0cc265f5b7f933703a20822e1cc944540f732a3867898c7070e8b66a" + }, + { + "name": "STM32_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This wrapper library enables you to use Hardware-based PWM on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are very precise and not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other ISR-based or software-based PWM using millis() or micros(). That's necessary if you need to measure some data requiring very high frequency and much better accuracy. PWM feature can now be used.", + "website": "https://github.com/khoih-prog/STM32_PWM", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/STM32_PWM.git", + "providesIncludes": [ + "STM32_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_PWM-1.0.1.zip", + "archiveFileName": "STM32_PWM-1.0.1.zip", + "size": 100086, + "checksum": "SHA-256:4a5c9d105012a502a9b4ce62e3568130d6b563c0d619ec14f701f97835ed8649" + }, + { + "name": "Arduino_OplaUI", + "version": "1.0.0", + "author": "Alessandro Ranellucci", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "User interface helpers and widgets for the Arduino Oplà IoT Kit (MKR IoT Carrier)", + "paragraph": "Provides user interface helpers and widgets for the Arduino Oplà IoT Kit (MKR IoT Carrier)", + "website": "https://github.com/arduino-libraries/Arduino_OplaUI", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_OplaUI.git", + "dependencies": [ + { + "name": "Arduino_MKRIoTCarrier" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OplaUI-1.0.0.zip", + "archiveFileName": "Arduino_OplaUI-1.0.0.zip", + "size": 20404, + "checksum": "SHA-256:86cc7ffaa6590064479610f7cc6c65c524947e2131289cf181426ab0887ef262" + }, + { + "name": "Arduino_OplaUI", + "version": "1.1.0", + "author": "Alessandro Ranellucci", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "User interface helpers and widgets for the Arduino Oplà IoT Kit (MKR IoT Carrier)", + "paragraph": "Provides user interface helpers and widgets for the Arduino Oplà IoT Kit (MKR IoT Carrier)", + "website": "https://github.com/arduino-libraries/Arduino_OplaUI", + "category": "Display", + "architectures": [ + "samd" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_OplaUI.git", + "dependencies": [ + { + "name": "Arduino_MKRIoTCarrier" + }, + { + "name": "ArduinoIoTCloud" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OplaUI-1.1.0.zip", + "archiveFileName": "Arduino_OplaUI-1.1.0.zip", + "size": 21458, + "checksum": "SHA-256:56dd70b4924719644161d7aa41c6fd3edc2a7702c93b8af859f1f8ed99142fce" + }, + { + "name": "XTEA-Cipher", + "version": "1.0.0", + "author": "Michal Protasowicki", + "maintainer": "Michal Protasowicki \u003cto@contact.use.github.com\u003e", + "sentence": "XTEA-Cipher library for Arduino. cryptographic MAC function, symmetric-key data encryption/decryption", + "paragraph": "XTEA cipher library with MAC code calculation support for Arduino environment. Supported encryption modes are: ECB, CFB and OCB and for generating message authentication codes is CFB-MAC.", + "website": "https://github.com/michpro/XTEA-Cipher", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michpro/XTEA-Cipher.git", + "url": "https://downloads.arduino.cc/libraries/github.com/michpro/XTEA_Cipher-1.0.0.zip", + "archiveFileName": "XTEA_Cipher-1.0.0.zip", + "size": 20170, + "checksum": "SHA-256:1f3c42092b1c9e88a80e19aa3286d89eb0635f2f70c3ddd2173ddf9f0d05cec5" + }, + { + "name": "SAMD_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on SAMD21/SAMD51 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using SAMD21/SAMD51 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz", + "website": "https://github.com/khoih-prog/SAMD_Slow_PWM", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_Slow_PWM.git", + "providesIncludes": [ + "SAMD_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_Slow_PWM-1.0.0.zip", + "archiveFileName": "SAMD_Slow_PWM-1.0.0.zip", + "size": 293212, + "checksum": "SHA-256:ff991d65861315d2753ee30669f924b7105bed4d5a54a5f19ce4f9b57f4dcf9d" + }, + { + "name": "SAMD_Slow_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on SAMD21/SAMD51 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using SAMD21/SAMD51 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMD_Slow_PWM", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_Slow_PWM.git", + "providesIncludes": [ + "SAMD_Slow_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_Slow_PWM-1.1.0.zip", + "archiveFileName": "SAMD_Slow_PWM-1.1.0.zip", + "size": 303517, + "checksum": "SHA-256:bf5ad83a374e53cf32fc2765dcb338acf683e7919579dbc220516f18a20c2eb4" + }, + { + "name": "SAMD_Slow_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on SAMD21/SAMD51 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using SAMD21/SAMD51 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMD_Slow_PWM", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_Slow_PWM.git", + "providesIncludes": [ + "SAMD_Slow_PWM.h", + "SAMD_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_Slow_PWM-1.2.0.zip", + "archiveFileName": "SAMD_Slow_PWM-1.2.0.zip", + "size": 329154, + "checksum": "SHA-256:63fab0a1b797ddc881bf6c4a544bba7ab5db80fa582882942f48a8e555627c89" + }, + { + "name": "SAMD_Slow_PWM", + "version": "1.2.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on SAMD21/SAMD51 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using SAMD21/SAMD51 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMD_Slow_PWM", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_Slow_PWM.git", + "providesIncludes": [ + "SAMD_Slow_PWM.h", + "SAMD_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_Slow_PWM-1.2.1.zip", + "archiveFileName": "SAMD_Slow_PWM-1.2.1.zip", + "size": 329389, + "checksum": "SHA-256:4b06f288f1ce168d9e82a2fe3b8f7de31ce77823f6252c6a97cc49f612e60d55" + }, + { + "name": "SAMD_Slow_PWM", + "version": "1.2.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on SAMD21/SAMD51 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using SAMD21/SAMD51 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMD_Slow_PWM", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_Slow_PWM.git", + "providesIncludes": [ + "SAMD_Slow_PWM.h", + "SAMD_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_Slow_PWM-1.2.2.zip", + "archiveFileName": "SAMD_Slow_PWM-1.2.2.zip", + "size": 348415, + "checksum": "SHA-256:0432f5e9814207c3a7d813f2846262da25092888f77d69fa8c6782ee7a2f546f" + }, + { + "name": "SAMD_Slow_PWM", + "version": "1.2.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware Timers on SAMD21/SAMD51 boards to create and output PWM to pins.", + "paragraph": "These PWM channels, using SAMD21/SAMD51 Hardware Timers, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Max PWM frequency is limited at 1000Hz. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/SAMD_Slow_PWM", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/SAMD_Slow_PWM.git", + "providesIncludes": [ + "SAMD_Slow_PWM.h", + "SAMD_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_Slow_PWM-1.2.3.zip", + "archiveFileName": "SAMD_Slow_PWM-1.2.3.zip", + "size": 348711, + "checksum": "SHA-256:76fd02ab8070491a7815f103700eb328a868de9f1b31881744ca6b9638240c72" + }, + { + "name": "VEDirect", + "version": "1.0.0", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library for interfacing with Victron VE.Direct Hex protocol", + "paragraph": "Implements a limited set of get / set messages", + "website": "https://github.com/StrathbogieBrewing/VEDirect.git", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StrathbogieBrewing/VEDirect.git", + "providesIncludes": [ + "VEDirect.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/VEDirect-1.0.0.zip", + "archiveFileName": "VEDirect-1.0.0.zip", + "size": 5812, + "checksum": "SHA-256:d56154f1fa05e3235c84d2d1ef09f1645df77ba9a8c15477aec1d077aabe9d84" + }, + { + "name": "VEDirect", + "version": "1.0.3", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library for interfacing with Victron VE.Direct Hex protocol", + "paragraph": "Implements a limited set of get / set messages", + "website": "https://github.com/StrathbogieBrewing/VEDirect.git", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StrathbogieBrewing/VEDirect.git", + "providesIncludes": [ + "VEDirect.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/VEDirect-1.0.3.zip", + "archiveFileName": "VEDirect-1.0.3.zip", + "size": 5963, + "checksum": "SHA-256:16a23db82a13b754290c0812e73ea5d427f86bfc51e19c648fee612f6399d679" + }, + { + "name": "TinBus", + "version": "1.0.0", + "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", + "sentence": "A library for creating a multi master bus using the UART.", + "paragraph": "Uses a standard UART to provide CANBUS like functionality", + "website": "https://github.com/StrathbogieBrewing/TinBus.git", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/StrathbogieBrewing/TinBus.git", + "providesIncludes": [ + "TinBus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/TinBus-1.0.0.zip", + "archiveFileName": "TinBus-1.0.0.zip", + "size": 7227, + "checksum": "SHA-256:3ff906029282e940599bc0770d9bb3f4d667302879f2a032a558d6672ba1c390" + }, + { + "name": "Portenta_H7_AsyncTCP", + "version": "1.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP.git", + "providesIncludes": [ + "Portenta_H7_AsyncTCP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncTCP-1.0.0.zip", + "archiveFileName": "Portenta_H7_AsyncTCP-1.0.0.zip", + "size": 94567, + "checksum": "SHA-256:446617b8f8500c3d166b9da75cdc241c3409e4cb7cdc513a1e4a11dd5d596e2f" + }, + { + "name": "Portenta_H7_AsyncTCP", + "version": "1.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP.git", + "providesIncludes": [ + "Portenta_H7_AsyncTCP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncTCP-1.1.0.zip", + "archiveFileName": "Portenta_H7_AsyncTCP-1.1.0.zip", + "size": 170484, + "checksum": "SHA-256:3822d4b3e2fed9d6beed27787fc656994af3586bae3683583b4417c7d281ef46" + }, + { + "name": "Portenta_H7_AsyncTCP", + "version": "1.2.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP.git", + "providesIncludes": [ + "Portenta_H7_AsyncTCP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncTCP-1.2.0.zip", + "archiveFileName": "Portenta_H7_AsyncTCP-1.2.0.zip", + "size": 198333, + "checksum": "SHA-256:c7c1f4f435594fcf9d5412fcf7f3fcac97b332245bd7c1b0b8362177386748e1" + }, + { + "name": "Portenta_H7_AsyncTCP", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP.git", + "providesIncludes": [ + "Portenta_H7_AsyncTCP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncTCP-1.3.0.zip", + "archiveFileName": "Portenta_H7_AsyncTCP-1.3.0.zip", + "size": 183464, + "checksum": "SHA-256:e75c5f81b06e38315dc1874804cb25084d223da512fe27e87d334d742d75f2d9" + }, + { + "name": "Portenta_H7_AsyncTCP", + "version": "1.3.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP.git", + "providesIncludes": [ + "Portenta_H7_AsyncTCP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncTCP-1.3.1.zip", + "archiveFileName": "Portenta_H7_AsyncTCP-1.3.1.zip", + "size": 231713, + "checksum": "SHA-256:da296b9efa7bd62e122047bdeec09ee1fcbdf0efa13ae6d697b8db975a489d09" + }, + { + "name": "Portenta_H7_AsyncTCP", + "version": "1.3.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP.git", + "providesIncludes": [ + "Portenta_H7_AsyncTCP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncTCP-1.3.2.zip", + "archiveFileName": "Portenta_H7_AsyncTCP-1.3.2.zip", + "size": 232068, + "checksum": "SHA-256:ff98adfeadaba2c32e3eaacde5359892299d822288c85c7f90d9823922a625d8" + }, + { + "name": "Portenta_H7_AsyncTCP", + "version": "1.4.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as Portenta_H7_AsyncWebServer, Portenta_H7_AsyncHTTPRequest, Portenta_H7_AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncTCP.git", + "providesIncludes": [ + "Portenta_H7_AsyncTCP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncTCP-1.4.0.zip", + "archiveFileName": "Portenta_H7_AsyncTCP-1.4.0.zip", + "size": 234447, + "checksum": "SHA-256:d88b0eb4a0112e9da8fb84b975ff9354c4343980533d88ec8a2e5a12ba63e352" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.0.0.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.0.0.zip", + "size": 217626, + "checksum": "SHA-256:4a49d28123d6cf5532ee2127f9fceac504ae4f848703df958ab59965a6fe27bd" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.1.0.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.1.0.zip", + "size": 270583, + "checksum": "SHA-256:bbadcfa7b667e36c0aabc1f6183a658a270304fa9a8961dd297b050aa45f883c" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.1.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.1.1.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.1.1.zip", + "size": 269325, + "checksum": "SHA-256:64e2aaa7d33b55e38718ef69a331134bb5992561c73a0d9bc106403220f0818f" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.2.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.2.0.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.2.0.zip", + "size": 284110, + "checksum": "SHA-256:f1c136086f25f4a39019126743f6870745c6447362949d2a2bd91f65e63f8c50" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.2.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.2.1.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.2.1.zip", + "size": 284843, + "checksum": "SHA-256:e3737b5487171fe41cb15d29429e78b3780afa019f63178dbdf1fb6d1dc3405b" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.3.0.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.3.0.zip", + "size": 363502, + "checksum": "SHA-256:76218dce3613694e155870cb37b7256c72fbff9a1248500d0699f094b8014802" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.4.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc. Now supporting using CString in optional SDRAM to save heap to send very large data", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.4.0.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.4.0.zip", + "size": 456412, + "checksum": "SHA-256:06250d66b653207db3728cc669e803b46410a5bfc6b51959e4d366d8c75b5eac" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.4.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc. Now supporting using CString in optional SDRAM to save heap to send very large data", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.4.1.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.4.1.zip", + "size": 457928, + "checksum": "SHA-256:9674eba5a20dd9e5a5dada137a244d95051882c4f9fb1c6e8880e40f5693759b" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.4.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc. Now supporting using CString in optional SDRAM to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.4.2.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.4.2.zip", + "size": 631344, + "checksum": "SHA-256:1336f2d3c05e05b13501b7529fc817bce70bb51d02bc00162c2cfe6259036bda" + }, + { + "name": "Portenta_H7_AsyncWebServer", + "version": "1.5.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc. Now supporting using CString in optional SDRAM to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncWebServer.git", + "providesIncludes": [ + "Portenta_H7_AsyncWebServer.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncWebServer-1.5.0.zip", + "archiveFileName": "Portenta_H7_AsyncWebServer-1.5.0.zip", + "size": 632192, + "checksum": "SHA-256:cded351debd93175abe1c194be76e7c2476f9b35f6c232d2b91eefff65f58339" + }, + { + "name": "Arduino_BHY2Host", + "version": "0.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-0.0.1.zip", + "archiveFileName": "Arduino_BHY2Host-0.0.1.zip", + "size": 33288, + "checksum": "SHA-256:c8196e1aaa554088189a9121fb479190b5c7616151af47d3c0fe0d19094242e4" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.1.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.1.zip", + "size": 33288, + "checksum": "SHA-256:b88f488c6e89a6e1c5d223d1380faf47f4768cffedc2d64350fdd08937d2f513" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for a host board to interact with Nicla Sense ME board. The host board can be used to make a DFU or configure/read BHY sensors on the Nicla Sense ME via Eslov.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.2.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.2.zip", + "size": 33382, + "checksum": "SHA-256:fce3b38a92f7e2964967e0b5811abfb9d6b6c51d8931c997dd3967dec105fc8c" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for a host board to interact with Nicla Sense ME board. The host board can be used to make a DFU or configure/read BHY sensors on the Nicla Sense ME via Eslov.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.3.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.3.zip", + "size": 37736, + "checksum": "SHA-256:a7117d2fdca8822f76151502bb090f77434f43342ad4d62d6104b5de6f78039a" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for a host board to interact with Nicla Sense ME board. The host board can be used to make a DFU or configure/read BHY sensors on the Nicla Sense ME via Eslov.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.4.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.4.zip", + "size": 38115, + "checksum": "SHA-256:29d4eef6db70d65f2e4215ef30f083eca654b2c3ca14b77acc4ef06e6b1c397b" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for a host board to interact with Nicla Sense ME board. The host board can be used to make a DFU or configure/read BHY sensors on the Nicla Sense ME via Eslov.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.5.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.5.zip", + "size": 38181, + "checksum": "SHA-256:609650886da27850ee0f51a2bb61bf0c5302f25a8d9300173f3695b091cdd768" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for a host board to interact with Nicla Sense ME board. The host board can be used to make a DFU or configure/read BHY sensors on the Nicla Sense ME via Eslov.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.6.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.6.zip", + "size": 40759, + "checksum": "SHA-256:15a3b07ee138b27754d804c424158dd0f9ac28c10fb9f21b9d6fc969c923071c" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.7", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for a host board to interact with Nicla Sense ME board. The host board can be used to make a DFU or configure/read BHY sensors on the Nicla Sense ME via Eslov.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.7.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.7.zip", + "size": 41346, + "checksum": "SHA-256:69329f90db37ae6bf6eb538f9bf795e348712a12278726b40fb58c1b438fa487" + }, + { + "name": "Arduino_BHY2Host", + "version": "1.0.8", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for Host boards that interact with BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for a host board to interact with Nicla Sense ME board. The host board can be used to make a DFU or configure/read BHY sensors on the Nicla Sense ME via Eslov.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2Host", + "category": "Communication", + "architectures": [ + "samd", + "mbed" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2Host.git", + "providesIncludes": [ + "Arduino_BHY2Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2Host-1.0.8.zip", + "archiveFileName": "Arduino_BHY2Host-1.0.8.zip", + "size": 41175, + "checksum": "SHA-256:c2991a9ef2ff338131c309bd1be498a9e23fc4f992c97bc083fa0763eb41f8fa" + }, + { + "name": "Arduino_BHY2", + "version": "0.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for BHY2 chip on Nicla Sense ME", + "website": "https://github.com/arduino-libraries/Arduino_BHY2", + "category": "Sensors", + "architectures": [ + "mbed", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2.git", + "providesIncludes": [ + "Arduino_BHY2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2-0.0.1.zip", + "archiveFileName": "Arduino_BHY2-0.0.1.zip", + "size": 318757, + "checksum": "SHA-256:3c93c0f934dd85a991c7687950f99852e988deec2a25444ddc6910d26bf339e5" + }, + { + "name": "Arduino_BHY2", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for BHY2 chip on Nicla Sense ME", + "website": "https://github.com/arduino-libraries/Arduino_BHY2", + "category": "Sensors", + "architectures": [ + "mbed", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2.git", + "providesIncludes": [ + "Arduino_BHY2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2-1.0.1.zip", + "archiveFileName": "Arduino_BHY2-1.0.1.zip", + "size": 318757, + "checksum": "SHA-256:7972ac6c3cfab4c93466c2aa8486365901db5d2671a1c9ba7b198db3789c140d" + }, + { + "name": "Arduino_BHY2", + "version": "1.0.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for Nicla Sense ME board to make a DFU or configure/read BHY sensors. All these operations can be done either via Eslov or BLE.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2", + "category": "Sensors", + "architectures": [ + "mbed", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2.git", + "providesIncludes": [ + "Arduino_BHY2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2-1.0.2.zip", + "archiveFileName": "Arduino_BHY2-1.0.2.zip", + "size": 320368, + "checksum": "SHA-256:e2458b104efa8d84c088007893c7356b20a9d61dac5e7a8f41cf22f525d11a62" + }, + { + "name": "Arduino_BHY2", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for Nicla Sense ME board to make a DFU or configure/read BHY sensors. All these operations can be done either via Eslov or BLE.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2", + "category": "Sensors", + "architectures": [ + "mbed", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2.git", + "providesIncludes": [ + "Arduino_BHY2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2-1.0.3.zip", + "archiveFileName": "Arduino_BHY2-1.0.3.zip", + "size": 320473, + "checksum": "SHA-256:e3b0551af346ab6d0c02829a8790acc3f4e027cfdf6e5b8600258f67cfb4eb4d" + }, + { + "name": "Arduino_BHY2", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for Nicla Sense ME board to make a DFU or configure/read BHY sensors. All these operations can be done either via Eslov or BLE.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2", + "category": "Sensors", + "architectures": [ + "mbed", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2.git", + "providesIncludes": [ + "Arduino_BHY2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2-1.0.4.zip", + "archiveFileName": "Arduino_BHY2-1.0.4.zip", + "size": 320553, + "checksum": "SHA-256:20c21130358e45bf4789b481372be2578186c9054ef76627daa681b6d85aecfe" + }, + { + "name": "Arduino_BHY2", + "version": "1.0.5", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for Nicla Sense ME board to make a DFU or configure/read BHY sensors. All these operations can be done either via Eslov or BLE.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2", + "category": "Sensors", + "architectures": [ + "mbed", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2.git", + "providesIncludes": [ + "Arduino_BHY2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2-1.0.5.zip", + "archiveFileName": "Arduino_BHY2-1.0.5.zip", + "size": 322734, + "checksum": "SHA-256:e8d5d10a060ca7d6609700f1eda70c74acf13ed63de4a227bd0f16e50047ee16" + }, + { + "name": "Arduino_BHY2", + "version": "1.0.6", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library for BHY2 chip on Nicla Sense ME", + "paragraph": "Provides the APIs for Nicla Sense ME board to make a DFU or configure/read BHY sensors. All these operations can be done either via Eslov or BLE.", + "website": "https://github.com/arduino-libraries/Arduino_BHY2", + "category": "Sensors", + "architectures": [ + "mbed", + "mbed_nicla" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BHY2.git", + "providesIncludes": [ + "Arduino_BHY2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BHY2-1.0.6.zip", + "archiveFileName": "Arduino_BHY2-1.0.6.zip", + "size": 329543, + "checksum": "SHA-256:da9983902b1cf0c0d3ef1be600fa3d217d615f257ad8db90a649b48a39af1bf2" + }, + { + "name": "Portenta_H7_AsyncUDP", + "version": "1.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncUDP", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncUDP.git", + "providesIncludes": [ + "Portenta_H7_AsyncUDP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncUDP-1.0.0.zip", + "archiveFileName": "Portenta_H7_AsyncUDP-1.0.0.zip", + "size": 104213, + "checksum": "SHA-256:c301e15d1606d573d3d602545b37aced6a1cc9ec411fa71807705417d1f960bd" + }, + { + "name": "Si4703", + "version": "1.4.1", + "author": "Muthanna", + "maintainer": "Muthanna \u003cmkhuthir@gmail.com\u003e", + "sentence": "Basic functionality of the Si4703 FM tuner chip.", + "paragraph": "Library to control Si4703 FM receiver chip.", + "website": "https://github.com/mkhuthir/Si4703", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mkhuthir/Si4703.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mkhuthir/Si4703-1.4.1.zip", + "archiveFileName": "Si4703-1.4.1.zip", + "size": 3980214, + "checksum": "SHA-256:b1f22d13d5c5fb1698b6429bc36f0be50c5b8f958da0ff3b229e94781f83049b" + }, + { + "name": "TAMC_GT911", + "version": "1.0.0", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for GT911", + "paragraph": "Arduino library for GT911 Touch Panel", + "website": "https://github.com/tamctec/gt911-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/gt911-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_GT911-1.0.0.zip", + "archiveFileName": "TAMC_GT911-1.0.0.zip", + "size": 9567, + "checksum": "SHA-256:8ff5a276d20d6cec165c86915def10357e402cd5d7fc6ea0c43b8b12194c4d16" + }, + { + "name": "TAMC_GT911", + "version": "1.0.1", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for GT911", + "paragraph": "Arduino library for GT911 Touch Panel", + "website": "https://github.com/tamctec/gt911-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/gt911-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_GT911-1.0.1.zip", + "archiveFileName": "TAMC_GT911-1.0.1.zip", + "size": 9564, + "checksum": "SHA-256:dd7654ad7aea49947ae4ca3ef7325d7cab1c46b9982cf5d7e6de320b013370f0" + }, + { + "name": "TAMC_GT911", + "version": "1.0.2", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Arduino library for GT911", + "paragraph": "Arduino library for GT911 Touch Panel", + "website": "https://github.com/tamctec/gt911-arduino", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/gt911-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/TAMC_GT911-1.0.2.zip", + "archiveFileName": "TAMC_GT911-1.0.2.zip", + "size": 9564, + "checksum": "SHA-256:ec1f93c5f6fb9a144a2c0a9c03a0e824cd364ac2406a8dcccd99153802c15fba" + }, + { + "name": "FastCRC", + "version": "1.31.0", + "author": "Frank Bösing", + "maintainer": "Frank Boesing\u003cf.boesing@gmx.de\u003e", + "sentence": "Fast CRC routines", + "website": "https://github.com/FrankBoesing/FastCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FrankBoesing/FastCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FrankBoesing/FastCRC-1.31.0.zip", + "archiveFileName": "FastCRC-1.31.0.zip", + "size": 45526, + "checksum": "SHA-256:d9b26d66c4333ede501f8d887f0da1c8bcbd39989db038ad0637ff3747eb68df" + }, + { + "name": "FastCRC", + "version": "1.4.0", + "author": "Frank Bösing", + "maintainer": "Frank Boesing\u003cf.boesing@gmx.de\u003e", + "sentence": "Fast CRC routines", + "website": "https://github.com/FrankBoesing/FastCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FrankBoesing/FastCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FrankBoesing/FastCRC-1.4.0.zip", + "archiveFileName": "FastCRC-1.4.0.zip", + "size": 46236, + "checksum": "SHA-256:076ce340c0142002f34a888a07f3b167d44af8e87fc5a68f3b0cbf7c28db5d49" + }, + { + "name": "FastCRC", + "version": "1.41.0", + "author": "Frank Bösing", + "maintainer": "Frank Boesing\u003cf.boesing@gmx.de\u003e", + "sentence": "Fast CRC routines", + "website": "https://github.com/FrankBoesing/FastCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FrankBoesing/FastCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FrankBoesing/FastCRC-1.41.0.zip", + "archiveFileName": "FastCRC-1.41.0.zip", + "size": 46306, + "checksum": "SHA-256:d763518ae465ed037f783951a1d166a61d9972f60aa789d620166f07fc0067a9" + }, + { + "name": "FastCRC", + "version": "1.42.0", + "author": "Frank Bösing", + "maintainer": "Frank Boesing\u003cf.boesing@gmx.de\u003e", + "sentence": "Fast CRC routines", + "website": "https://github.com/FrankBoesing/FastCRC", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FrankBoesing/FastCRC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FrankBoesing/FastCRC-1.42.0.zip", + "archiveFileName": "FastCRC-1.42.0.zip", + "size": 45423, + "checksum": "SHA-256:bcc7b29b242c9a3b21940e2855262e0c08d7acb86899fd288e9724a67ca93096" + }, + { + "name": "Eigen", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Eigen (a C++ template library for linear algebra) for Arduino", + "paragraph": "Eigen (a C++ template library for linear algebra) for Arduino. By using this library, Eigen can be used directly with Arduino.", + "website": "https://github.com/hideakitai/ArduinoEigen", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoEigen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Eigen-0.2.0.zip", + "archiveFileName": "Eigen-0.2.0.zip", + "size": 1323089, + "checksum": "SHA-256:8429c9737af5e681a413a82e2645b62ee3deff88494b9d9a40c5e27686aaced0" + }, + { + "name": "Eigen", + "version": "0.2.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Eigen (a C++ template library for linear algebra) for Arduino", + "paragraph": "Eigen (a C++ template library for linear algebra) for Arduino. By using this library, Eigen can be used directly with Arduino.", + "website": "https://github.com/hideakitai/ArduinoEigen", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoEigen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Eigen-0.2.2.zip", + "archiveFileName": "Eigen-0.2.2.zip", + "size": 1323101, + "checksum": "SHA-256:10604aeb93c3502b35f1fa35365fb37f6be58edb6c7baba3a5c5d434bc8d29a4" + }, + { + "name": "Eigen", + "version": "0.2.3", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Eigen (a C++ template library for linear algebra) for Arduino", + "paragraph": "Eigen (a C++ template library for linear algebra) for Arduino. By using this library, Eigen can be used directly with Arduino.", + "website": "https://github.com/hideakitai/ArduinoEigen", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoEigen.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Eigen-0.2.3.zip", + "archiveFileName": "Eigen-0.2.3.zip", + "size": 1323049, + "checksum": "SHA-256:f4b3a899b4027571b7210f3977faf501f05b15707b8274e6cc128d025808fd7b" + }, + { + "name": "Eigen", + "version": "0.3.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Eigen (a C++ template library for linear algebra) for Arduino", + "paragraph": "Eigen (a C++ template library for linear algebra) for Arduino. By using this library, Eigen can be used directly with Arduino.", + "website": "https://github.com/hideakitai/ArduinoEigen", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/ArduinoEigen.git", + "dependencies": [ + { + "name": "ArxTypeTraits" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Eigen-0.3.0.zip", + "archiveFileName": "Eigen-0.3.0.zip", + "size": 1308709, + "checksum": "SHA-256:2ce17551ff716daed9f731877bbd30f686c1849e59bdb21f969e8ab14f934298" + }, + { + "name": "Arduino_BuiltIn", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Shell Arduino library to provide the standard built-in libraries", + "paragraph": "The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.", + "website": "https://github.com/arduino-libraries/Arduino_BuiltIn", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_BuiltIn.git", + "dependencies": [ + { + "name": "Ethernet" + }, + { + "name": "Firmata" + }, + { + "name": "Keyboard" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Mouse" + }, + { + "name": "SD" + }, + { + "name": "Servo" + }, + { + "name": "Stepper" + }, + { + "name": "TFT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BuiltIn-1.0.0.zip", + "archiveFileName": "Arduino_BuiltIn-1.0.0.zip", + "size": 4691, + "checksum": "SHA-256:b727cd1fa0ddd1b2177646d0f512c32ebbff1e14466a5ac4ad653f899c587f74" + }, + { + "name": "SiC45x", + "version": "1.0.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the SiC450, SiC451, SiC453 DC/DC buck regulator from Vishay", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/SiC45x", + "website": "https://github.com/Wh1teRabbitHU/SiC45x", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/SiC45x.git", + "dependencies": [ + { + "name": "I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/SiC45x-1.0.0.zip", + "archiveFileName": "SiC45x-1.0.0.zip", + "size": 16166, + "checksum": "SHA-256:fbe6fc14d343f85e18b6836ca20c3acaede68d8101b612e53162223696347ed9" + }, + { + "name": "SiC45x", + "version": "1.0.1", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the SiC450, SiC451, SiC453 DC/DC buck regulator from Vishay", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/SiC45x", + "website": "https://github.com/Wh1teRabbitHU/SiC45x", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/SiC45x.git", + "dependencies": [ + { + "name": "I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/SiC45x-1.0.1.zip", + "archiveFileName": "SiC45x-1.0.1.zip", + "size": 16166, + "checksum": "SHA-256:7650f40ade3930886003900924337fb3e7fc19738d09dd63b0f990229bdcb587" + }, + { + "name": "SiC45x", + "version": "1.0.2", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the SiC450, SiC451, SiC453 DC/DC buck regulator from Vishay", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/SiC45x", + "website": "https://github.com/Wh1teRabbitHU/SiC45x", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/SiC45x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/SiC45x-1.0.2.zip", + "archiveFileName": "SiC45x-1.0.2.zip", + "size": 16917, + "checksum": "SHA-256:78c161803d870c8099ae7aa0d6c68910d2ea036d450edbedee8a808e48b97799" + }, + { + "name": "SiC45x", + "version": "1.0.3", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the SiC450, SiC451, SiC453 DC/DC buck regulator from Vishay", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/SiC45x", + "website": "https://github.com/Wh1teRabbitHU/SiC45x", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/SiC45x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/SiC45x-1.0.3.zip", + "archiveFileName": "SiC45x-1.0.3.zip", + "size": 17950, + "checksum": "SHA-256:f1df08eb50b9a7313fd563602719f03d355a444111b457b74b842330763dd21f" + }, + { + "name": "SiC45x", + "version": "1.0.4", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "Arduino library for the SiC450, SiC451, SiC453 DC/DC buck regulator from Vishay", + "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/SiC45x", + "website": "https://github.com/Wh1teRabbitHU/SiC45x", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/SiC45x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/SiC45x-1.0.4.zip", + "archiveFileName": "SiC45x-1.0.4.zip", + "size": 17950, + "checksum": "SHA-256:342a4d1895647ccc0d7d294c29c80f376582ad8755e896e17f2d133e41a5eb98" + }, + { + "name": "STM32duino X-NUCLEO-NFC06A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC06A1 expansion board", + "paragraph": "This library provides a sample application to control ST X-NUCLEO-NFC06A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC06A1", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC06A1.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + }, + { + "name": "STM32duino ST25R3916" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC06A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC06A1-1.0.0.zip", + "size": 18834, + "checksum": "SHA-256:1e47322ad4d4e8a740a1142d308c320240a2358fd51f4ebfd3d4e569106bd2e0" + }, + { + "name": "STM32duino X-NUCLEO-NFC06A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC06A1 expansion board", + "paragraph": "This library provides a sample application to control ST X-NUCLEO-NFC06A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC06A1", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC06A1.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + }, + { + "name": "STM32duino ST25R3916" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC06A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC06A1-1.0.1.zip", + "size": 18758, + "checksum": "SHA-256:c7a322af09c0ea0e6c1431007b53254103224bf34dfe39e6660337b90fe0a954" + }, + { + "name": "STM32duino ST25R3916", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3916 component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3916 component", + "website": "https://github.com/stm32duino/ST25R3916", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3916.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3916-1.0.0.zip", + "archiveFileName": "STM32duino_ST25R3916-1.0.0.zip", + "size": 94289, + "checksum": "SHA-256:fa2edcc3010c75f60461fafc7900318090b270126613687af39f8f1faf423088" + }, + { + "name": "STM32duino ST25R3916", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3916 component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3916 component", + "website": "https://github.com/stm32duino/ST25R3916", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3916.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3916-1.0.1.zip", + "archiveFileName": "STM32duino_ST25R3916-1.0.1.zip", + "size": 94524, + "checksum": "SHA-256:c115fb902fd5cb99a7616ec10e4183882e035ff443bbb784bcc86ca52addfbdd" + }, + { + "name": "STM32duino ST25R3916", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3916 component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3916 component", + "website": "https://github.com/stm32duino/ST25R3916", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3916.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3916-1.0.2.zip", + "archiveFileName": "STM32duino_ST25R3916-1.0.2.zip", + "size": 94783, + "checksum": "SHA-256:524ffee6cb9c44c274d345307923d571d652db894614d6d352c8f46380e5906e" + }, + { + "name": "STM32duino ST25R3916", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R3916 and ST25R3916B components", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R3916 component", + "website": "https://github.com/stm32duino/ST25R3916", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R3916.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R3916-1.1.0.zip", + "archiveFileName": "STM32duino_ST25R3916-1.1.0.zip", + "size": 94796, + "checksum": "SHA-256:c0ac467ad44401185188d7009ecd7f1d89fb89d51aa20158288a405193c308b8" + }, + { + "name": "DFRobot_MGC3130", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_MGC3130 is the Gesture library of DFRobot", + "paragraph": "DFRobot_MGC3130 implements gesture recognition, touch recognition, and approach recognition.", + "website": "https://github.com/DFRobot/DFRobot_MGC3130", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MGC3130.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MGC3130-1.0.0.zip", + "archiveFileName": "DFRobot_MGC3130-1.0.0.zip", + "size": 221707, + "checksum": "SHA-256:be3605fcd786383631fdc4f8ff288db7deb979e3b583d378651a30ef479b5379" + }, + { + "name": "FastLED NeoPixel", + "version": "1.0.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "A library that allows you to reuse Adafruit NeoPixel animations with the FastLED library without having to rewrite them.", + "paragraph": "Can be used standalone or in combination with other Adafruit NeoPixel or FastLED strips and animations.", + "website": "https://github.com/dmadison/FastLED_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/FastLED_NeoPixel.git", + "providesIncludes": [ + "FastLED_NeoPixel.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "Adafruit_NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/FastLED_NeoPixel-1.0.0.zip", + "archiveFileName": "FastLED_NeoPixel-1.0.0.zip", + "size": 57701, + "checksum": "SHA-256:94fa19df11e3389fcb30de85fa5347c0e55176988117b4964ee3fb3d6a19927e" + }, + { + "name": "FastLED NeoPixel", + "version": "1.0.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "A library that allows you to reuse Adafruit NeoPixel animations with the FastLED library without having to rewrite them.", + "paragraph": "Can be used standalone or in combination with other Adafruit NeoPixel or FastLED strips and animations.", + "website": "https://github.com/dmadison/FastLED_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/FastLED_NeoPixel.git", + "providesIncludes": [ + "FastLED_NeoPixel.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/FastLED_NeoPixel-1.0.1.zip", + "archiveFileName": "FastLED_NeoPixel-1.0.1.zip", + "size": 57676, + "checksum": "SHA-256:08e668dc4c13f3f09ca23b5bd8739ba1636a8019636c66b537877742791c9ba2" + }, + { + "name": "FastLED NeoPixel", + "version": "1.0.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "A library that allows you to reuse Adafruit NeoPixel animations with the FastLED library without having to rewrite them.", + "paragraph": "Can be used standalone or in combination with other Adafruit NeoPixel or FastLED strips and animations.", + "website": "https://github.com/dmadison/FastLED_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/FastLED_NeoPixel.git", + "providesIncludes": [ + "FastLED_NeoPixel.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/FastLED_NeoPixel-1.0.2.zip", + "archiveFileName": "FastLED_NeoPixel-1.0.2.zip", + "size": 58235, + "checksum": "SHA-256:557fd45516656bef11c90bc60ba80233963d98d2a4bcf23ceb7573f236ee5eb0" + }, + { + "name": "FastLED NeoPixel", + "version": "1.0.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "A library that allows you to reuse Adafruit NeoPixel animations with the FastLED library without having to rewrite them.", + "paragraph": "Can be used standalone or in combination with other Adafruit NeoPixel or FastLED strips and animations.", + "website": "https://github.com/dmadison/FastLED_NeoPixel", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/FastLED_NeoPixel.git", + "providesIncludes": [ + "FastLED_NeoPixel.h" + ], + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "Adafruit NeoPixel" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/FastLED_NeoPixel-1.0.3.zip", + "archiveFileName": "FastLED_NeoPixel-1.0.3.zip", + "size": 58252, + "checksum": "SHA-256:8a310b3ef68be20efee2d3b689b200b250b65c8a4390b7bf8ecf9957a084a74a" + }, + { + "name": "MsgPackRosInterfaces", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "ROS2 common_interfaces bridge based on MsgPack", + "paragraph": "ROS2 common_interfaces bridge based on MsgPack to send/receive ROS msgs", + "website": "https://github.com/hideakitai/MsgPackRosInterfaces", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MsgPackRosInterfaces.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPackRosInterfaces-0.1.0.zip", + "archiveFileName": "MsgPackRosInterfaces-0.1.0.zip", + "size": 341419, + "checksum": "SHA-256:ad8c9ea11c7da0c1e0a1576cb74a78d1aa98a4f766580f710917584fb7aa758f" + }, + { + "name": "MINMAX", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "MINMAX library for Arduino.", + "paragraph": "simple peak finder ( minimum and maximum) in signal.", + "website": "https://github.com/RobTillaart/MINMAX", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MINMAX.git", + "providesIncludes": [ + "MINMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MINMAX-0.1.0.zip", + "archiveFileName": "MINMAX-0.1.0.zip", + "size": 7352, + "checksum": "SHA-256:70ea0dc9c67c240f87043d31270c00f529092903998a6667b3e412cd37c1db45" + }, + { + "name": "MINMAX", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "MINMAX library for Arduino.", + "paragraph": "simple peak finder ( minimum and maximum) in signal.", + "website": "https://github.com/RobTillaart/MINMAX", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MINMAX.git", + "providesIncludes": [ + "MINMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MINMAX-0.1.1.zip", + "archiveFileName": "MINMAX-0.1.1.zip", + "size": 7615, + "checksum": "SHA-256:e84e33173b8b3d2ae17182f99c23975d37eb299df7644322d0936633f47a7f7d" + }, + { + "name": "MINMAX", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "MINMAX library for Arduino.", + "paragraph": "simple peak finder ( minimum and maximum) in signal.", + "website": "https://github.com/RobTillaart/MINMAX", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MINMAX.git", + "providesIncludes": [ + "MINMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MINMAX-0.1.2.zip", + "archiveFileName": "MINMAX-0.1.2.zip", + "size": 7870, + "checksum": "SHA-256:4719f154a884ba52467e470dbeacc51c6eaa8b4293e03a2ed5264cedf6a256b8" + }, + { + "name": "MINMAX", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "MINMAX library for Arduino.", + "paragraph": "simple peak finder ( minimum and maximum) in signal.", + "website": "https://github.com/RobTillaart/MINMAX", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MINMAX.git", + "providesIncludes": [ + "MINMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MINMAX-0.1.3.zip", + "archiveFileName": "MINMAX-0.1.3.zip", + "size": 9431, + "checksum": "SHA-256:eb498abdcc1a778b648b70d02be5ff6d0acda0df21fc499d3cfa7a714a8acb77" + }, + { + "name": "MINMAX", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "MINMAX library for Arduino.", + "paragraph": "simple peak finder ( minimum and maximum) in signal.", + "website": "https://github.com/RobTillaart/MINMAX", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MINMAX.git", + "providesIncludes": [ + "MINMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MINMAX-0.2.0.zip", + "archiveFileName": "MINMAX-0.2.0.zip", + "size": 10384, + "checksum": "SHA-256:55b34f4860e39b6e778b5a513bede26521daecbf326f44066fae248cfdada7cd" + }, + { + "name": "MINMAX", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "MINMAX library for Arduino.", + "paragraph": "simple peak finder ( minimum and maximum) in signal.", + "website": "https://github.com/RobTillaart/MINMAX", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MINMAX.git", + "providesIncludes": [ + "MINMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MINMAX-0.2.2.zip", + "archiveFileName": "MINMAX-0.2.2.zip", + "size": 12377, + "checksum": "SHA-256:dec2b8819667a0d443609bdcb9b2c134dfd648c2e65ad1083a474a419ad35b68" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "ArduinoCore-mbed" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.0.0.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.0.0.zip", + "size": 202803, + "checksum": "SHA-256:fc0d9052927bcd0fdab7f25c4b7382d9ddff66bbc576a8244c18077241aad2b7" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest_Impl.h" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.1.0.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.1.0.zip", + "size": 165649, + "checksum": "SHA-256:8c4f93a9e50a83cb4fbb355bb53f79ceeb3165e9591df768e69d17113e6b7f3c" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.2.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest.hpp" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.2.0.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.2.0.zip", + "size": 181824, + "checksum": "SHA-256:425d08574c9cd0ba33978aedb51bfc3210baf3b497b17fcd9b0e66f639bac7b6" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest.hpp" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.3.0.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.3.0.zip", + "size": 220706, + "checksum": "SHA-256:752a435ae464d69eab50e888de1c6b4aed670a52377c3f7a5dac117e76b5462a" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.3.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest.hpp" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.3.1.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.3.1.zip", + "size": 222069, + "checksum": "SHA-256:261a7cfdb0206f97d581c964418b072ff7665c7d8affab85e4389071618068d2" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.4.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest.hpp" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.4.0.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.4.0.zip", + "size": 222398, + "checksum": "SHA-256:0d60a6ac09d3dd608e210a263eab9375478d23136ab4404838edf3dda596e375" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.4.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest.hpp" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.4.1.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.4.1.zip", + "size": 222625, + "checksum": "SHA-256:ef6ec5fc6a23ef40ded1253505b5a598ebacd3753a7ab2e0e408808fe0195c98" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.4.2", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest.hpp" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.4.2.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.4.2.zip", + "size": 224923, + "checksum": "SHA-256:524cda0a982c65941a16eae7586c4f686abf3d02dd4d3db17099d9348c153f5c" + }, + { + "name": "Portenta_H7_AsyncHTTPRequest", + "version": "1.5.0", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi.", + "paragraph": "This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest.git", + "providesIncludes": [ + "Portenta_H7_AsyncHTTPRequest.h", + "Portenta_H7_AsyncHTTPRequest.hpp" + ], + "dependencies": [ + { + "name": "Portenta_H7_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest-1.5.0.zip", + "archiveFileName": "Portenta_H7_AsyncHTTPRequest-1.5.0.zip", + "size": 226183, + "checksum": "SHA-256:f92b32ae4ec55eb5524097ac5a0df1a2c9bffbc6ed71aee37eefa71f829f3363" + }, + { + "name": "TM16xx LEDs and Buttons", + "version": "0.5.2110", + "author": "Maxint", + "maintainer": "Maxint R\u0026D \u003cmm_rd@maxint.nl\u003e", + "sentence": "TM16xx library for Arduino. Supports LED and KEY modules based on TM1638 and similar chips.", + "paragraph": "Drive 7- or 14-segment displays or LED matrix displays that use a TM16xx chip. Read button states. Support modules/projects based on TM1620, TM1628, TM1637, TM1638, TM1640, TM1650, TM1668 and similar chips. Examples included.", + "website": "https://github.com/maxint-rd/TM16xx", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/maxint-rd/TM16xx.git", + "providesIncludes": [ + "TM16xx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/maxint-rd/TM16xx_LEDs_and_Buttons-0.5.2110.zip", + "archiveFileName": "TM16xx_LEDs_and_Buttons-0.5.2110.zip", + "size": 10367991, + "checksum": "SHA-256:94fcc480eccf5bfe3c669ff050821033ddad7e1af2c0daa982c1243af98f3e44" + }, + { + "name": "AceTimeClock", + "version": "1.0.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.0.0.zip", + "archiveFileName": "AceTimeClock-1.0.0.zip", + "size": 590891, + "checksum": "SHA-256:07626ef5cea0ce2a03c1e8abbc615d6e34ede2885c43f28fd1bbe6b64b89f1bd" + }, + { + "name": "AceTimeClock", + "version": "1.0.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.0.1.zip", + "archiveFileName": "AceTimeClock-1.0.1.zip", + "size": 591158, + "checksum": "SHA-256:9af5ffbd3fb54947f7d45a3e0860732ef1735a06af30f81266b98fbfe17ab48a" + }, + { + "name": "AceTimeClock", + "version": "1.0.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.0.2.zip", + "archiveFileName": "AceTimeClock-1.0.2.zip", + "size": 595250, + "checksum": "SHA-256:8059bcedcf7d8e65ad1d347b2690d5fb6fb0e9ee802f8f10f4f5f8551c5a1275" + }, + { + "name": "AceTimeClock", + "version": "1.0.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.0.3.zip", + "archiveFileName": "AceTimeClock-1.0.3.zip", + "size": 595793, + "checksum": "SHA-256:3b1c62ac8c46f755dc4b028602b2cbecee10cf0f0dafa49f7f50487c731c97b5" + }, + { + "name": "AceTimeClock", + "version": "1.0.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.0.4.zip", + "archiveFileName": "AceTimeClock-1.0.4.zip", + "size": 636715, + "checksum": "SHA-256:4f26ccb2f43595f29e80326916dcdc0777c725b34a6477ea13414aa7b3797939" + }, + { + "name": "AceTimeClock", + "version": "1.0.5", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.0.5.zip", + "archiveFileName": "AceTimeClock-1.0.5.zip", + "size": 636787, + "checksum": "SHA-256:ffcffc5abc69f316026f94944fa8c71ebabd03f43915de834eb934c48bbf647f" + }, + { + "name": "AceTimeClock", + "version": "1.1.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.1.0.zip", + "archiveFileName": "AceTimeClock-1.1.0.zip", + "size": 718958, + "checksum": "SHA-256:2fc6d0ea28fb56bc78b857f9ffe1dbe1be7dc2cac6a9fd59122f2e49d961ebff" + }, + { + "name": "AceTimeClock", + "version": "1.2.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.2.0.zip", + "archiveFileName": "AceTimeClock-1.2.0.zip", + "size": 731032, + "checksum": "SHA-256:88154d8bbea97e7a3630b3103db20fdefa057781ce26ddbcdc10d24590fcbca0" + }, + { + "name": "AceTimeClock", + "version": "1.2.1", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.2.1.zip", + "archiveFileName": "AceTimeClock-1.2.1.zip", + "size": 733671, + "checksum": "SHA-256:4812d08fbf9f24d4ceea6c202ad00659a13e355a1eaed98218c724129beb3d2a" + }, + { + "name": "AceTimeClock", + "version": "1.2.2", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.", + "paragraph": "Provides a integer counter that counts the number of seconds from Epoch of 2000-01-01T00:00:00 UTC. The epoch seconds can be converted to human-readable date and time components in different time zones using the AceTime library.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.2.2.zip", + "archiveFileName": "AceTimeClock-1.2.2.zip", + "size": 743279, + "checksum": "SHA-256:5d1fe8656020e71d8065eea544af00a6b34e7adc0afa05288a580b2a4a30eb2e" + }, + { + "name": "AceTimeClock", + "version": "1.2.3", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that provides an auto-incrementing count of seconds since a known epoch which can be synchronized from external sources such as an NTP server, a DS3231 RTC chip, or an STM32 RTC chip.", + "paragraph": "This is a companion library to the AceTime library whose epoch defaults to 2050-01-01T00:00:00 UTC. This allows time zone calculations to be valid from the year 2000 to 2100 which matches the range of many hardware RTC chips that use a 2-digit year offset from the year 2000.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.2.3.zip", + "archiveFileName": "AceTimeClock-1.2.3.zip", + "size": 743677, + "checksum": "SHA-256:bfc4c0baecd0bdd56d3db853da40c3285264aeed55e82ce79cbabec9f2400ef5" + }, + { + "name": "AceTimeClock", + "version": "1.2.4", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that provide an auto-incrementing count of seconds since a known epoch which can be synchronized from external sources such as an NTP server, a DS3231 RTC chip, or an STM32 RTC chip.", + "paragraph": "This is a companion library to the AceTime library whose epoch defaults to 2050-01-01T00:00:00 UTC. This allows time zone calculations to be valid from the year 2000 to 2100 which matches the range of many hardware RTC chips that use a 2-digit year offset from the year 2000.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.2.4.zip", + "archiveFileName": "AceTimeClock-1.2.4.zip", + "size": 747242, + "checksum": "SHA-256:962c1b7bddfe74852f92dd0bd852300563fe7fdd0d34fb4fa1ab6e9c040f353b" + }, + { + "name": "AceTimeClock", + "version": "1.3.0", + "author": "Brian T. Park \u003cbrian@xparks.net\u003e", + "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", + "sentence": "Clock classes for Arduino that provide an auto-incrementing count of seconds since a known epoch which can be synchronized from external sources such as an NTP server, a DS3231 RTC chip, or an STM32 RTC chip.", + "paragraph": "This is a companion library to the AceTime library whose epoch defaults to 2050-01-01T00:00:00 UTC. This allows time zone calculations to be valid from the year 2000 to 2100 which matches the range of many hardware RTC chips that use a 2-digit year offset from the year 2000.", + "website": "https://github.com/bxparks/AceTimeClock", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bxparks/AceTimeClock.git", + "dependencies": [ + { + "name": "AceCommon" + }, + { + "name": "AceTime" + }, + { + "name": "AceWire" + }, + { + "name": "AceRoutine" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceTimeClock-1.3.0.zip", + "archiveFileName": "AceTimeClock-1.3.0.zip", + "size": 747712, + "checksum": "SHA-256:a514f7243219cc146e631970e749251788ce8fb43c01fe85b316049426ff0c30" + }, + { + "name": "PCA9624", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for PCA9624 8-bit Fm+ I2C-bus 100 mA 40 V LED driver", + "paragraph": "Arduino library for PCA9624 8-bit Fm+ I2C-bus 100 mA 40 V LED driver", + "website": "https://github.com/hideakitai/PCA9624", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PCA9624.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCA9624-0.1.0.zip", + "archiveFileName": "PCA9624-0.1.0.zip", + "size": 5041, + "checksum": "SHA-256:f074e9e28cfc5d10173bfd5ed3dec004cb9c12cb374d40bd82f6bc41bc2f8daf" + }, + { + "name": "Vishay_VCNL4200", + "version": "1.0.0", + "author": "Kevin Tsai", + "maintainer": "Kevin Tsai \u003cktsai69@gmail.com\u003e", + "sentence": "Access Vishay VCNL4200 Ambilent Light and Proximity Sensors.", + "website": "https://github.com/ktsai69/Vishay_VCNL4200", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ktsai69/Vishay_VCNL4200.git", + "providesIncludes": [ + "Vishay_VCNL4200.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ktsai69/Vishay_VCNL4200-1.0.0.zip", + "archiveFileName": "Vishay_VCNL4200-1.0.0.zip", + "size": 17160, + "checksum": "SHA-256:385640ffe76112a6ccacd0100c85c16d0b3ffd2b1f5e0a32cad56275498628fa" + }, + { + "name": "Vishay_VCNL4200", + "version": "1.0.2", + "author": "Kevin Tsai", + "maintainer": "Kevin Tsai \u003cktsai69@gmail.com\u003e", + "sentence": "Access Vishay VCNL4200 Ambilent Light and Proximity Sensors.", + "website": "https://github.com/ktsai69/Vishay_VCNL4200", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ktsai69/Vishay_VCNL4200.git", + "providesIncludes": [ + "Vishay_VCNL4200.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ktsai69/Vishay_VCNL4200-1.0.2.zip", + "archiveFileName": "Vishay_VCNL4200-1.0.2.zip", + "size": 17164, + "checksum": "SHA-256:d9851b4bfe9be7c34da3aa38d36f6579a5029a40ecaa18ca420a7b7f170abfad" + }, + { + "name": "Vishay_VCNL4200", + "version": "1.0.3", + "author": "Kevin Tsai", + "maintainer": "Kevin Tsai \u003cktsai69@gmail.com\u003e", + "sentence": "Access Vishay VCNL4200 Ambilent Light and Proximity Sensor.", + "website": "https://github.com/ktsai69/Vishay_VCNL4200", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ktsai69/Vishay_VCNL4200.git", + "providesIncludes": [ + "Vishay_VCNL4200.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ktsai69/Vishay_VCNL4200-1.0.3.zip", + "archiveFileName": "Vishay_VCNL4200-1.0.3.zip", + "size": 17157, + "checksum": "SHA-256:670b54bb91d24c022b1fb4e9dde0fdc43d2e9b8ecb1ec38ce6005515b5e1c14b" + }, + { + "name": "Vishay_VCNL4200", + "version": "1.1.0", + "author": "Kevin Tsai", + "maintainer": "Kevin Tsai", + "sentence": "Vishay VCNL4200 Long Range Proximity and Ambilent Light Sensor.", + "website": "https://github.com/ktsai69/Vishay_VCNL4200", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ktsai69/Vishay_VCNL4200.git", + "providesIncludes": [ + "Vishay_VCNL4200.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ktsai69/Vishay_VCNL4200-1.1.0.zip", + "archiveFileName": "Vishay_VCNL4200-1.1.0.zip", + "size": 17357, + "checksum": "SHA-256:5b40b6d45b735552cf91297b5957b9a1390056ee0c0282f6072b707705f233a0" + }, + { + "name": "Vishay_VCNL4200", + "version": "1.1.1", + "author": "Kevin Tsai", + "maintainer": "Kevin Tsai", + "sentence": "Vishay VCNL4200 Long Range Proximity and Ambilent Light Sensor.", + "website": "https://github.com/ktsai69/Vishay_VCNL4200", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ktsai69/Vishay_VCNL4200.git", + "providesIncludes": [ + "Vishay_VCNL4200.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ktsai69/Vishay_VCNL4200-1.1.1.zip", + "archiveFileName": "Vishay_VCNL4200-1.1.1.zip", + "size": 17357, + "checksum": "SHA-256:eb19cc81398bcf95b4198f93a589b56242c9e27bc65931f167c0b3e98b8625ef" + }, + { + "name": "Vishay_VCNL4200", + "version": "1.2.0", + "author": "Kevin Tsai", + "maintainer": "Kevin Tsai", + "sentence": "Vishay VCNL4200 Long Range Proximity and Ambilent Light Sensor.", + "website": "https://github.com/ktsai69/Vishay_VCNL4200", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ktsai69/Vishay_VCNL4200.git", + "providesIncludes": [ + "Vishay_VCNL4200.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ktsai69/Vishay_VCNL4200-1.2.0.zip", + "archiveFileName": "Vishay_VCNL4200-1.2.0.zip", + "size": 20663, + "checksum": "SHA-256:c6499b5bb8e9975e30d2c851e7fe6db03b9392ebc49a8fe78d86a0470eb53b01" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.0.9", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome 2.71 fast update screen with EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "https://www.pervasivedisplays.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.0.9.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.0.9.zip", + "size": 84428, + "checksum": "SHA-256:02de4e88ba810a18b245275f2465dabcbb21190defde138b0b950714651f3055" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.2.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome 2.71 fast update screen with EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "http://pdls.pervasivedisplays.com/userguide", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.2.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.2.0.zip", + "size": 83673, + "checksum": "SHA-256:993e6da8f3eef1d1a4aa2145b9a7fa4e64d84ab88d72c833c53c445c3680f48c" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.2.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome 2.71 fast update screen with EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "http://pdls.pervasivedisplays.com/index.html", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.2.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.2.1.zip", + "size": 83686, + "checksum": "SHA-256:fd31af810c58e06ab5d1f1ee47ba6d3152bf0e078c3bf17236be2fe4d004a6af" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.2.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome 2.71 fast update screen with EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "http://pdls.pervasivedisplays.com/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.2.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.2.4.zip", + "size": 84160, + "checksum": "SHA-256:9f700c53eba95c44cda387378ac2cabbe791707d26bfbbc1d49891d06089d6d1" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.2.5", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "http://pdls.pervasivedisplays.com/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.2.5.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.2.5.zip", + "size": 84174, + "checksum": "SHA-256:150e529119f1079445b865122694670849730604ab7fc879527bfd2322037dba" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.2.6", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "http://pdls.pervasivedisplays.com/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.2.6.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.2.6.zip", + "size": 56179, + "checksum": "SHA-256:38a12f11f61569574bde4f07533fbe7357f3b8a213adab2bf09828b21085b7d2" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.2.8", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.2.8.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.2.8.zip", + "size": 56003, + "checksum": "SHA-256:b799c7dc3a93dc4c47b337c03b7189019b7745b86287a8302d587d51ac056d63" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.2.9", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 extension kit", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.2.9.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.2.9.zip", + "size": 56003, + "checksum": "SHA-256:8d97feaad885b873e9bd4a3b4436997f17a4f8cd2385de01a91209de3789f5fa" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.3.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 or EXT3-1 extension kit", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.3.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.3.3.zip", + "size": 56788, + "checksum": "SHA-256:875a85f09d480d4bcbac0fc733182004a09468f1bb1a3ed83a9d261f392aeeb4" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.4.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 or EXT3-1 extension kit", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.4.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.4.1.zip", + "size": 63630, + "checksum": "SHA-256:e3d65dd305f6b20d9d0e6dbe7edea917f02a31bb32f9f234be7b3b9c667b21c9" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.4.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 or EXT3-1 extension kit", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.4.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.4.2.zip", + "size": 63791, + "checksum": "SHA-256:aa4492353c52d06c3b9df7f02447f222065c4e0e8e617364f1a2f5a1fcdbbef3" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.4.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 or EXT3-1 extension kit", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.4.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.4.4.zip", + "size": 64008, + "checksum": "SHA-256:c650da71e406953a124d34f6ccb86541defd827863b6af77083cfa3d2ae64073" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "5.5.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays 2.71 fast update e-paper monochrome screen and EXT3 extension kit", + "paragraph": "Graphics and text functions for monochrome 2.71 fast update screen with EXT3 or EXT3-1 extension kit", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-5.5.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-5.5.0.zip", + "size": 64050, + "checksum": "SHA-256:4d489bc057558ebbe688f9166839e1c15a27a92f642094a6b97a891a4e6f117f" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.1.zip", + "size": 65952, + "checksum": "SHA-256:9869cf8fe32e746d8de41f55f81dcd82ca040c1f2d9d85fc8c780f451b5236c5" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.2.zip", + "size": 65999, + "checksum": "SHA-256:a8569db367a3d750f1cc46c5f17b0f19d93f5872426964a7e1b0b9f22c8294f5" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.3.zip", + "size": 66016, + "checksum": "SHA-256:1fa75cf04148c512e4cb1e71b4e10b33a1207e1f7e917e3e71b93ac8e892835b" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.4.zip", + "size": 67900, + "checksum": "SHA-256:0ec7134c64ac65a42df206bc34adcd78c70d3ea950e42149053ef47a67cf6198" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.5", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.5.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.5.zip", + "size": 68086, + "checksum": "SHA-256:0792c324b78429d00664f1ce0362a6cfc391ccc22db72085fdc0db2eceea4ba6" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.6", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.6.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.6.zip", + "size": 68120, + "checksum": "SHA-256:fbaf92d1ea05b52da4b9268f742308888ef288bfa9738e530a039218c9b667cf" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.7", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.7.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.7.zip", + "size": 68348, + "checksum": "SHA-256:1ff40dc0d78a6f665bfae20cbd8c7a5381e20ae2402175b1d8c85a401ac5816a" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.8", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.8.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.8.zip", + "size": 68564, + "checksum": "SHA-256:bfb4b4bca48282b2b49b650239c47ec1d02b3141e893740026759dcbf33bda03" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.0.9", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Screen library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.0.9.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.0.9.zip", + "size": 69902, + "checksum": "SHA-256:b8467d25e746532a29d5b52fb05fe340bc769b3537c0ec35a9e8c27f2ac3103d" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.1.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Screen library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 extension kit", + "paragraph": "Graphics and text primitives", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.1.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.1.0.zip", + "size": 70140, + "checksum": "SHA-256:0878621a80ef2928c7da820cfa7eb10fe885793db5b76679335389df1b2865bd" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.1.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.1.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.1.1.zip", + "size": 70511, + "checksum": "SHA-256:762d8fabe033e06b3e61f494cafb44b6cd525f6db84ee4572308a8aaf12723ca" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.1.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.1.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.1.2.zip", + "size": 70520, + "checksum": "SHA-256:1ded1fa3278f3bde460e4e5ee56b01a5684ace3753a2ad3bd172791bf9c8217c" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.1.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.1.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.1.3.zip", + "size": 70549, + "checksum": "SHA-256:cebd6864db64bdc0af9851f2e6a922d15bc7714e86dd17cd27feeb4ff1c07389" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "6.1.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-6.1.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-6.1.4.zip", + "size": 70586, + "checksum": "SHA-256:2a17ed09e197c405db5c12ff084fa5c3eab729aee6ab906a352f5c350f958b12" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "7.0.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-7.0.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-7.0.0.zip", + "size": 77105, + "checksum": "SHA-256:a10d549d9825ad2bc712ff6c38f5c98c35f36468486056cf4578d4d9f215f977" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "7.0.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-7.0.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-7.0.1.zip", + "size": 80379, + "checksum": "SHA-256:e542a4cb54a62ba456a3340ca36c7ad74a68a4edd291050067414a315a348fc5" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "7.0.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-7.0.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-7.0.2.zip", + "size": 79499, + "checksum": "SHA-256:94ef5ac7506a6febb839462141eac248fc86d763dbd949696be1862730a1cf91" + }, + { + "name": "PDLS_EXT3_Basic_Fast", + "version": "7.0.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome screens with embedded fast update and EXT3-1 board", + "paragraph": "Graphics and text primitives, fast update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Fast.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Fast-7.0.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Fast-7.0.3.zip", + "size": 81304, + "checksum": "SHA-256:4d67384e0768317a37c704e96d520bfeed82e7d562cb947c703889796f7d20ed" + }, + { + "name": "HTU21D Sensor Library", + "version": "1.0.0", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the HTU21D sensor.", + "paragraph": "Allows to measure temperature and humidity using a HTU21D sensor connected via I2C.", + "website": "https://github.com/devxplained/HTU21D-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/HTU21D-Sensor-Library.git", + "providesIncludes": [ + "HTU21D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/HTU21D_Sensor_Library-1.0.0.zip", + "archiveFileName": "HTU21D_Sensor_Library-1.0.0.zip", + "size": 6031, + "checksum": "SHA-256:f26ae36d9eb75b01bce0301ee9566280ef12e9643dfae74c905f0765a2504c90" + }, + { + "name": "HTU21D Sensor Library", + "version": "1.0.1", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the HTU21D sensor.", + "paragraph": "Allows to measure temperature and humidity using a HTU21D sensor connected via I2C.", + "website": "https://github.com/devxplained/HTU21D-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/HTU21D-Sensor-Library.git", + "providesIncludes": [ + "HTU21D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/HTU21D_Sensor_Library-1.0.1.zip", + "archiveFileName": "HTU21D_Sensor_Library-1.0.1.zip", + "size": 6035, + "checksum": "SHA-256:bda2bdf579194b239ff85ed57a3348e6b5878bdb6cc95fde214334f8ab1b070f" + }, + { + "name": "HTU21D Sensor Library", + "version": "1.0.2", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the HTU21D sensor.", + "paragraph": "Allows to measure temperature and humidity using a HTU21D sensor connected via I2C.", + "website": "https://github.com/devxplained/HTU21D-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/HTU21D-Sensor-Library.git", + "providesIncludes": [ + "HTU21D.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/HTU21D_Sensor_Library-1.0.2.zip", + "archiveFileName": "HTU21D_Sensor_Library-1.0.2.zip", + "size": 6275, + "checksum": "SHA-256:55228fe76e3699d290c34675b4b44e8ed3547d02b954e913c5449b4567a73584" + }, + { + "name": "MAX3010x Sensor Library", + "version": "1.0.0", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the MAX3010x sensor family.", + "paragraph": "Allows to control the sensor LEDs and acquire the raw data for PPG and pulseoximetry.", + "website": "https://github.com/devxplained/MAX3010x-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/MAX3010x-Sensor-Library.git", + "providesIncludes": [ + "MAX3010x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/MAX3010x_Sensor_Library-1.0.0.zip", + "archiveFileName": "MAX3010x_Sensor_Library-1.0.0.zip", + "size": 51759, + "checksum": "SHA-256:7aaa473c9fa4b81515786d52e1e1dfc9814a51d0e61ade1e3ba82fffbaf86ddf" + }, + { + "name": "MAX3010x Sensor Library", + "version": "1.0.1", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the MAX3010x sensor family.", + "paragraph": "Allows to control the sensor LEDs and acquire the raw data for PPG and pulseoximetry.", + "website": "https://github.com/devxplained/MAX3010x-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/MAX3010x-Sensor-Library.git", + "providesIncludes": [ + "MAX3010x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/MAX3010x_Sensor_Library-1.0.1.zip", + "archiveFileName": "MAX3010x_Sensor_Library-1.0.1.zip", + "size": 51760, + "checksum": "SHA-256:7f2a0985e8e7cf3a5d6c19fbb806dc6c53259230347632c2f8c9d87188a39a33" + }, + { + "name": "MAX3010x Sensor Library", + "version": "1.0.2", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the MAX3010x sensor family.", + "paragraph": "Allows to control the sensor LEDs and acquire the raw data for PPG and pulseoximetry.", + "website": "https://github.com/devxplained/MAX3010x-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/MAX3010x-Sensor-Library.git", + "providesIncludes": [ + "MAX3010x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/MAX3010x_Sensor_Library-1.0.2.zip", + "archiveFileName": "MAX3010x_Sensor_Library-1.0.2.zip", + "size": 51773, + "checksum": "SHA-256:1785e1626a8899ca4b6ac323ba43d549f2dfacf029e80e98da07744764b79e31" + }, + { + "name": "MAX3010x Sensor Library", + "version": "1.0.3", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the MAX3010x sensor family.", + "paragraph": "Allows to control the sensor LEDs and acquire the raw data for PPG and pulseoximetry.", + "website": "https://github.com/devxplained/MAX3010x-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/MAX3010x-Sensor-Library.git", + "providesIncludes": [ + "MAX3010x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/MAX3010x_Sensor_Library-1.0.3.zip", + "archiveFileName": "MAX3010x_Sensor_Library-1.0.3.zip", + "size": 58574, + "checksum": "SHA-256:a1d277b0dd9bd0fe6b375c1dc468dd3c9bb72572b0fe91f3c127a27bec7a1d88" + }, + { + "name": "MAX3010x Sensor Library", + "version": "1.0.4", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the MAX3010x sensor family.", + "paragraph": "Allows to control the sensor LEDs and acquire the raw data for PPG and pulseoximetry.", + "website": "https://github.com/devxplained/MAX3010x-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/MAX3010x-Sensor-Library.git", + "providesIncludes": [ + "MAX3010x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/MAX3010x_Sensor_Library-1.0.4.zip", + "archiveFileName": "MAX3010x_Sensor_Library-1.0.4.zip", + "size": 58588, + "checksum": "SHA-256:27761b30d7930a617b0606a4a0b57a3212ae813e8551d3703cf7d85e1f6e2ead" + }, + { + "name": "MAX3010x Sensor Library", + "version": "1.0.5", + "author": "Daniel Wiese", + "maintainer": "Daniel Wiese \u003ccontact@devxplained.eu\u003e", + "sentence": "An Arduino library for the MAX3010x sensor family.", + "paragraph": "Allows to control the sensor LEDs and acquire the raw data for PPG and pulseoximetry.", + "website": "https://github.com/devxplained/MAX3010x-Sensor-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/devxplained/MAX3010x-Sensor-Library.git", + "providesIncludes": [ + "MAX3010x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/devxplained/MAX3010x_Sensor_Library-1.0.5.zip", + "archiveFileName": "MAX3010x_Sensor_Library-1.0.5.zip", + "size": 58596, + "checksum": "SHA-256:9216234fc8efaa088ed105a5122f1d010d5850bda59ceaab428d9eda5d9e6a25" + }, + { + "name": "DFRobot_VEML6075", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_VEML6075 is the Ultraviolet library of DFRobot", + "paragraph": "DFRobot_VEML6075 library is used to drive sensors to collect uv data", + "website": "https://github.com/DFRobot/DFRobot_VEML6075", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VEML6075.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VEML6075-1.0.1.zip", + "archiveFileName": "DFRobot_VEML6075-1.0.1.zip", + "size": 109335, + "checksum": "SHA-256:eba14c7d01fd69e1f7787501d27040f307303d00b77fc54d32378d09524cdc35" + }, + { + "name": "DFRobot_DF1201S", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "This module is a conversion board, which can drive DF1201S DFPlayer PRO MP3 through I2C.", + "paragraph": "DFRobot_DF1201S is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_DF1201S", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DF1201S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DF1201S-1.0.1.zip", + "archiveFileName": "DFRobot_DF1201S-1.0.1.zip", + "size": 430409, + "checksum": "SHA-256:5a3e6c2bffe687c3f997b6d84b290c6b6104b8bd1298d4c93170ed850cd39922" + }, + { + "name": "DFRobot_DF1201S", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e and qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This module is a conversion board, which can drive DF1201S DFPlayer PRO MP3 through I2C.", + "paragraph": "DFRobot_DF1201S is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_DF1201S", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DF1201S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DF1201S-1.0.2.zip", + "archiveFileName": "DFRobot_DF1201S-1.0.2.zip", + "size": 431162, + "checksum": "SHA-256:b736ba10bf2300f58caed3f3163f2e7504fababd7f9fb2c0a5f0106796126dee" + }, + { + "name": "AVision_ESP8266", + "version": "1.0.2", + "author": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "maintainer": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "sentence": "Libraries for easy and quick programming on the A-Vision ESP8266 learning board", + "paragraph": "Program the 8x8 dot-matrix (MAX7219) display, WS2812E RGB LEDs, buzzer and more...\\nAlso required: ESP8266WiFi, ESP8266WebServer and LittleFS", + "website": "https://arduino.a-vision.solutions/projecten/", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/A-Vision-Software/AVision_ESP8266.git", + "providesIncludes": [ + "AVision_ESP8266.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + }, + { + "name": "IRremoteESP8266" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "ArduinoWebsockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/A-Vision-Software/AVision_ESP8266-1.0.2.zip", + "archiveFileName": "AVision_ESP8266-1.0.2.zip", + "size": 46628, + "checksum": "SHA-256:6d6765d56ab3f6f960622aa0e93200662cd176077be198f1aedeed74a5fb0659" + }, + { + "name": "AVision_ESP8266", + "version": "1.0.3", + "author": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "maintainer": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "sentence": "Libraries for easy and quick programming on the A-Vision ESP8266 learning board", + "paragraph": "Program the 8x8 dot-matrix (MAX7219) display, WS2812E RGB LEDs, buzzer and more... Also required: ESP8266WiFi, ESP8266WebServer and LittleFS", + "website": "https://arduino.a-vision.solutions/projecten/", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/A-Vision-Software/AVision_ESP8266.git", + "providesIncludes": [ + "AVision_ESP8266.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + }, + { + "name": "IRremoteESP8266" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "ArduinoWebsockets" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/A-Vision-Software/AVision_ESP8266-1.0.3.zip", + "archiveFileName": "AVision_ESP8266-1.0.3.zip", + "size": 47740, + "checksum": "SHA-256:a740853d72ae926cb584da6ed94542ef177717823a20c09059488cdff393f920" + }, + { + "name": "AVision_ESP8266", + "version": "1.0.4", + "author": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "maintainer": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "sentence": "Libraries for easy and quick programming on the A-Vision ESP8266 learning board", + "paragraph": "Program the 8x8 dot-matrix (MAX7219) display, WS2812E RGB LEDs, buzzer and more... Also required: ESP8266WiFi, ESP8266WebServer and LittleFS", + "website": "https://arduino.a-vision.solutions/projecten/", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/A-Vision-Software/AVision_ESP8266.git", + "providesIncludes": [ + "AVision_ESP8266.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + }, + { + "name": "IRremoteESP8266" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "ArduinoWebsockets" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/A-Vision-Software/AVision_ESP8266-1.0.4.zip", + "archiveFileName": "AVision_ESP8266-1.0.4.zip", + "size": 49306, + "checksum": "SHA-256:d03c6b6e38db9c0457b91cfe900cc1171b0a1b0544926420a5efc73696b7afbf" + }, + { + "name": "AVision_ESP8266", + "version": "1.0.5", + "author": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "maintainer": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "sentence": "Libraries for easy and quick programming on the A-Vision ESP8266 learning board", + "paragraph": "Program the 8x8 dot-matrix (MAX7219) display, WS2812E RGB LEDs, buzzer and more... Also required: ESP8266WiFi, ESP8266WebServer and LittleFS", + "website": "https://arduino.a-vision.solutions/projecten/", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/A-Vision-Software/AVision_ESP8266.git", + "providesIncludes": [ + "AVision_ESP8266.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + }, + { + "name": "IRremoteESP8266" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "ArduinoWebsockets" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/A-Vision-Software/AVision_ESP8266-1.0.5.zip", + "archiveFileName": "AVision_ESP8266-1.0.5.zip", + "size": 49309, + "checksum": "SHA-256:c7c6a78798e52395d95744673c32e4618d3eabcba7aa7b29ab994b71c19215cf" + }, + { + "name": "AVision_ESP8266", + "version": "1.0.6", + "author": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "maintainer": "A-Vision Software \u003cinfo@a-vision.software\u003e", + "sentence": "Libraries for easy and quick programming on the A-Vision ESP8266 learning board", + "paragraph": "Program the 8x8 dot-matrix (MAX7219) display, WS2812E RGB LEDs, buzzer and more... Also required: ESP8266WiFi, ESP8266WebServer and LittleFS", + "website": "https://arduino.a-vision.solutions/projecten/", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/A-Vision-Software/AVision_ESP8266.git", + "providesIncludes": [ + "AVision_ESP8266.h" + ], + "dependencies": [ + { + "name": "MD_MAX72XX" + }, + { + "name": "IRremoteESP8266" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "ArduinoWebsockets" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/A-Vision-Software/AVision_ESP8266-1.0.6.zip", + "archiveFileName": "AVision_ESP8266-1.0.6.zip", + "size": 48925, + "checksum": "SHA-256:96fdc1edae97f215dd926e123f6914b15bc2d19baeaf0b5c6c11aeabf4e2376b" + }, + { + "name": "DFRobot_URM13", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy DFRobot \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "URM13 driver library.", + "paragraph": "DFRobot_URM13 can obtain the basic sensor information, the current distance measurement value and the current temperature measurement value. Modify the sensor interface mode and configuration, and modify sensor measurement parameters.", + "website": "https://github.com/DFRobot/DFRobot_URM13", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_URM13.git", + "dependencies": [ + { + "name": "DFRobot_RTU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_URM13-1.0.0.zip", + "archiveFileName": "DFRobot_URM13-1.0.0.zip", + "size": 156292, + "checksum": "SHA-256:c387a2883d09a9c1de2ad73415e8b2856b4a773657a19e8a480d1f8727f70934" + }, + { + "name": "DFRobot_URM13", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "URM13 driver library(SKU: SEN0352).", + "paragraph": "DFRobot_URM13 can obtain the basic sensor information, the current distance measurement value and the current temperature measurement value. Modify the sensor interface mode and configuration, and modify sensor measurement parameters.", + "website": "https://github.com/DFRobot/DFRobot_URM13", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_URM13.git", + "dependencies": [ + { + "name": "DFRobot_RTU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_URM13-1.0.1.zip", + "archiveFileName": "DFRobot_URM13-1.0.1.zip", + "size": 156327, + "checksum": "SHA-256:2a5cb704dd9fc71f5e8e6b18dc486a3947dc95cafd6541ad578d5cb52aef0611" + }, + { + "name": "MCP3304", + "version": "0.0.1", + "author": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "maintainer": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "sentence": "A simple library for working with the MCP3304 in a bit bang version. Useful for Raspberry Pico", + "paragraph": "The library reads a raw value from the MCP3304 which can easily be converted into voltage depending on the Vref.", + "website": "https://github.com/Jackal28/MCP3304", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jackal28/MCP3304.git", + "providesIncludes": [ + "MCP3304.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jackal28/MCP3304-0.0.1.zip", + "archiveFileName": "MCP3304-0.0.1.zip", + "size": 8598, + "checksum": "SHA-256:324ca76486c794f5fc94ea133d31b611a83e2d8ee147429276c7884778ad7bb2" + }, + { + "name": "MCP3304", + "version": "0.0.2", + "author": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "maintainer": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "sentence": "A simple library for working with the MCP3304 in a bit bang version. Useful for Raspberry Pico", + "paragraph": "The library reads a raw value from the MCP3304 which can easily be converted into voltage depending on the Vref.", + "website": "https://github.com/Jackal28/MCP3304", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jackal28/MCP3304.git", + "providesIncludes": [ + "MCP3304.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jackal28/MCP3304-0.0.2.zip", + "archiveFileName": "MCP3304-0.0.2.zip", + "size": 11093, + "checksum": "SHA-256:de355fabc2ae57b19c10c8c7ff7e8b47cee6b7967404cdc20f8fa77dcd7f57cd" + }, + { + "name": "MCP3304", + "version": "0.0.3", + "author": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "maintainer": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "sentence": "A simple library for working with the MCP3304 in a bit bang version. Useful for Raspberry Pico", + "paragraph": "The library reads a raw value from the MCP3304 which can easily be converted into voltage depending on the Vref.", + "website": "https://github.com/Jackal28/MCP3304", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jackal28/MCP3304.git", + "providesIncludes": [ + "MCP3304.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jackal28/MCP3304-0.0.3.zip", + "archiveFileName": "MCP3304-0.0.3.zip", + "size": 10958, + "checksum": "SHA-256:40201fb350567d154e46ce39a815a05d178c9e79c89bac5cea32a624ff4c1580" + }, + { + "name": "AntiKeyRepetition", + "version": "1.0.0", + "author": "XiaoXi \u003cadmin@soraharu.com\u003e", + "maintainer": "XiaoXi \u003cadmin@soraharu.com\u003e", + "sentence": "Prevents keys(buttons) from being triggered continuously.", + "paragraph": "This library allows you to use buttons simply and efficiently without having to use the delay function to prevent them from being triggered repeatedly. (Note: This cannot be used to prevent repeated triggers caused by shrapnel jitter inside the key.)", + "website": "https://gitlab.soraharu.com/XiaoXi/AntiKeyRepetition.h", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yanranxiaoxi/AntiKeyRepetition.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yanranxiaoxi/AntiKeyRepetition-1.0.0.zip", + "archiveFileName": "AntiKeyRepetition-1.0.0.zip", + "size": 6884, + "checksum": "SHA-256:68405fcd5aa712379c675601f3458b9dd8a592f1e9c697afc9296b21b97cb6cb" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.0.0", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithemtic mean when reading an analog pin. Also disables the power-saving mode when reading to improve power supply noise.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.0.0.zip", + "archiveFileName": "PicoAnalogCorrection-1.0.0.zip", + "size": 5413, + "checksum": "SHA-256:d53912e8e8b012e94004087e4e932c8e60cac81ab4db12942578e4d0b7513e11" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.0.1", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also disables the power-saving mode when reading to improve power supply noise.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.0.1.zip", + "archiveFileName": "PicoAnalogCorrection-1.0.1.zip", + "size": 5413, + "checksum": "SHA-256:77ed2a9b152bd074fa652688a1b6628dfabfd9800a260aee0d5ca44372684c6f" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.1.1", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also disables the power-saving mode when reading to improve power supply noise.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.1.1.zip", + "archiveFileName": "PicoAnalogCorrection-1.1.1.zip", + "size": 5499, + "checksum": "SHA-256:1d7b5aba111fd6a50cd8f1101dce7e551f111bd7795d2b1dfd337175d409628c" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.1.2", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also disables the power-saving mode when reading to improve power supply noise.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.1.2.zip", + "archiveFileName": "PicoAnalogCorrection-1.1.2.zip", + "size": 5896, + "checksum": "SHA-256:cbb56dec1aed89c9d901e7d23e4e6f175f2e2a203993042f04a9d24f1992f05f" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.1.3", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also disables the power-saving mode when reading to improve power supply noise.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.1.3.zip", + "archiveFileName": "PicoAnalogCorrection-1.1.3.zip", + "size": 6041, + "checksum": "SHA-256:5b835a91fdc31dc3819f5b5cd3b3704afd902126935722287a5ec930f4dd03a3" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.2.0", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also disables the power-saving mode when reading to improve power supply noise.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.2.0.zip", + "archiveFileName": "PicoAnalogCorrection-1.2.0.zip", + "size": 6129, + "checksum": "SHA-256:ddf89e925741ce0978247ec089d20a83951f83f923f45f4164c68bd60b183786" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.2.1", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also disables the power-saving mode when reading to improve power supply noise.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.2.1.zip", + "archiveFileName": "PicoAnalogCorrection-1.2.1.zip", + "size": 6140, + "checksum": "SHA-256:b4011c82455fcacb3e8822a776cadbe518a0cb0e5fa5a662cb310a30c7d5f503" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.3.0", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico including the built-in temp sensor.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also supports temperature reads independent of ADC resolution and reference voltage.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.3.0.zip", + "archiveFileName": "PicoAnalogCorrection-1.3.0.zip", + "size": 6821, + "checksum": "SHA-256:c1132a98a6231e381ddec59ea460bd630e684327f77cb5828b70229cb7e71cea" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.3.1", + "author": "Phoenix1747", + "maintainer": "Phoenix1747", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico including the built-in temp sensor.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also supports temperature reads independent of ADC resolution and reference voltage.", + "website": "https://github.com/Phoenix1747/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.3.1.zip", + "archiveFileName": "PicoAnalogCorrection-1.3.1.zip", + "size": 6842, + "checksum": "SHA-256:63c319879b25f9dd54f022f96e1073ddd15084ce82865ea82e085662e4232bee" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.3.2", + "author": "NuclearPhoenix", + "maintainer": "NuclearPhoenix", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico including the built-in temp sensor.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also supports temperature reads independent of ADC resolution and reference voltage.", + "website": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.3.2.zip", + "archiveFileName": "PicoAnalogCorrection-1.3.2.zip", + "size": 6856, + "checksum": "SHA-256:81c9d57b0b4e35a8df4fc70d3379a1eefee7eb8f7067a54c61280b86a1fe5f59" + }, + { + "name": "PicoAnalogCorrection", + "version": "1.4.0", + "author": "NuclearPhoenix", + "maintainer": "NuclearPhoenix", + "sentence": "Arduino library to calibrate and improve ADC measurements with the Raspberry Pi Pico including the built-in temp sensor.", + "paragraph": "Allows simple linear calibration of the Pico's ADC and built-in calculation of the arithmetic mean when reading an analog pin. Also supports temperature reads independent of ADC resolution and reference voltage.", + "website": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction", + "category": "Signal Input/Output", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NuclearPhoenixx/Arduino-Pico-Analog-Correction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/PicoAnalogCorrection-1.4.0.zip", + "archiveFileName": "PicoAnalogCorrection-1.4.0.zip", + "size": 7073, + "checksum": "SHA-256:e7ffacab829cfbedbf65e8da70ed2670b12f6ce5f84ef86926f737987ff88e51" + }, + { + "name": "AsyncTCP_SSL", + "version": "1.0.0", + "author": "Hristo Gochkov, Maarten Fremouw, Thorsten von Eicken, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous SSL TCP Library for ESP32.", + "paragraph": "This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/AsyncTCP_SSL", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncTCP_SSL.git", + "providesIncludes": [ + "AsyncTCP_SSL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_SSL-1.0.0.zip", + "archiveFileName": "AsyncTCP_SSL-1.0.0.zip", + "size": 73353, + "checksum": "SHA-256:b312eeecfc3fb19e98c24a23416bed362d880e9a5c6af6002b9c0f990171a04e" + }, + { + "name": "AsyncTCP_SSL", + "version": "1.1.0", + "author": "Hristo Gochkov, Maarten Fremouw, Thorsten von Eicken, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous SSL TCP Library for ESP32.", + "paragraph": "This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/AsyncTCP_SSL", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncTCP_SSL.git", + "providesIncludes": [ + "AsyncTCP_SSL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_SSL-1.1.0.zip", + "archiveFileName": "AsyncTCP_SSL-1.1.0.zip", + "size": 76350, + "checksum": "SHA-256:7d042863d1ed36c188f4b79109a421e32c3bc630ef147ce4b35077c8602b5c26" + }, + { + "name": "AsyncTCP_SSL", + "version": "1.2.0", + "author": "Hristo Gochkov, Maarten Fremouw, Thorsten von Eicken, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous SSL TCP Library for ESP32.", + "paragraph": "This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest", + "website": "https://github.com/khoih-prog/AsyncTCP_SSL", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncTCP_SSL.git", + "providesIncludes": [ + "AsyncTCP_SSL.h", + "AsyncTCP_SSL.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_SSL-1.2.0.zip", + "archiveFileName": "AsyncTCP_SSL-1.2.0.zip", + "size": 39597, + "checksum": "SHA-256:7a171f0fd6ad2b7ce05e481387b90611b3c22793410c55dedf8b7339c348b2f7" + }, + { + "name": "AsyncTCP_SSL", + "version": "1.3.0", + "author": "Hristo Gochkov, Maarten Fremouw, Thorsten von Eicken, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous SSL TCP Library for ESP32.", + "paragraph": "This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/AsyncTCP_SSL", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncTCP_SSL.git", + "providesIncludes": [ + "AsyncTCP_SSL.h", + "AsyncTCP_SSL.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_SSL-1.3.0.zip", + "archiveFileName": "AsyncTCP_SSL-1.3.0.zip", + "size": 40501, + "checksum": "SHA-256:c6e4b141d4ea8ff6065b6dfd4e678a0ea17276d46af11fdc5a8a31c7557dfe4d" + }, + { + "name": "AsyncTCP_SSL", + "version": "1.3.1", + "author": "Hristo Gochkov, Maarten Fremouw, Thorsten von Eicken, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous SSL TCP Library for ESP32.", + "paragraph": "This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest, etc.", + "website": "https://github.com/khoih-prog/AsyncTCP_SSL", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncTCP_SSL.git", + "providesIncludes": [ + "AsyncTCP_SSL.h", + "AsyncTCP_SSL.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_SSL-1.3.1.zip", + "archiveFileName": "AsyncTCP_SSL-1.3.1.zip", + "size": 41327, + "checksum": "SHA-256:e39774f5409a1647a15dc2eb341ac2e972a620937f027a6d5fbfd5ab17fa03ad" + }, + { + "name": "RoboCore - Vespa", + "version": "1.0.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the Vespa (https://www.robocore.net/loja/produtos/1439)", + "paragraph": "Use the Vespa in your robotics project. It can control up to two DC motors, up to four servos and has built-in Wi-Fi \u0026 Bluetooth.", + "website": "https://github.com/RoboCore/RoboCore_Vespa", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_Vespa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___Vespa-1.0.0.zip", + "archiveFileName": "RoboCore___Vespa-1.0.0.zip", + "size": 20532, + "checksum": "SHA-256:d42af7ca0a1fdfff1bddaa6a4aa1715a1b8486080b1da43b960e86385c33499d" + }, + { + "name": "RoboCore - Vespa", + "version": "1.0.1", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the Vespa (https://www.robocore.net/vespa)", + "paragraph": "Use the Vespa in your robotics project. It can control up to two DC motors, up to four servos and has built-in Wi-Fi \u0026 Bluetooth.", + "website": "https://github.com/RoboCore/RoboCore_Vespa", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_Vespa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___Vespa-1.0.1.zip", + "archiveFileName": "RoboCore___Vespa-1.0.1.zip", + "size": 20539, + "checksum": "SHA-256:e8246679e3b74b2c0f4e643f928b2be0eb0347542f1ed14765cdba2463113892" + }, + { + "name": "RoboCore - Vespa", + "version": "1.1.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the Vespa (https://www.robocore.net/vespa)", + "paragraph": "Use the Vespa in your robotics project. It can control up to two DC motors, up to four servos and has built-in Wi-Fi \u0026 Bluetooth.", + "website": "https://github.com/RoboCore/RoboCore_Vespa", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_Vespa.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___Vespa-1.1.0.zip", + "archiveFileName": "RoboCore___Vespa-1.1.0.zip", + "size": 20877, + "checksum": "SHA-256:3fddcbe869f607466ad4c8baafad042d80d0a8c4c8a4eb0b6ff949ed85bb396f" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "1.0.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2 + ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-1.0.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-1.0.0.zip", + "size": 92885, + "checksum": "SHA-256:21690e7573ae195979f251a4d8f7bc30a947247adea6af79114ac81e8fdf3128" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "1.1.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2 + ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-1.1.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-1.1.0.zip", + "size": 98276, + "checksum": "SHA-256:9e79972676919879e401a910301d7a48735126579c3adb2050ace0b36daeb768" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "1.1.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2 + ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-1.1.1.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-1.1.1.zip", + "size": 91276, + "checksum": "SHA-256:c6158fc47f1eb5f33dd0c0157f774e975e3f06559f6921a8dfb93f9dd8ad6ecf" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "1.2.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2 + ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Impl_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-1.2.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-1.2.0.zip", + "size": 50535, + "checksum": "SHA-256:4a1b4c8bf8cd0c1437ddef5c3695fc00efa3d03960804553edfadb6647965969" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "1.3.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2 + ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-1.3.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-1.3.0.zip", + "size": 54874, + "checksum": "SHA-256:dd5e21a9befd1233c096c48eeb6f0eb4acf97a887e5f7cb115c297d2b64a404a" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "1.4.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-1.4.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-1.4.0.zip", + "size": 63500, + "checksum": "SHA-256:c7cb11158af55f6e663fa4693d840743e5b52b23c7452d205c077ab0d8880e0d" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "1.4.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-1.4.1.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-1.4.1.zip", + "size": 66857, + "checksum": "SHA-256:558b5d7ef84d1ce00ce6730b28b2115bfec74bd58f77c5581288c6e09e132180" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.0.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.0.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.0.0.zip", + "size": 71741, + "checksum": "SHA-256:3ba51ece26c9308ab1cb9b5a739839f884b28a7a3d23962e05f8719932ea609d" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.0.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.0.1.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.0.1.zip", + "size": 72176, + "checksum": "SHA-256:3a77fb723ea4c47c6eccc83e527399c7e228bdc10e1a2de7abb226ad5320277a" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.1.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.1.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.1.0.zip", + "size": 74317, + "checksum": "SHA-256:903dcbd989c3ce862072d41ee461f77b4521345b273efc9065b907bd61584a8a" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.1.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.1.1.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.1.1.zip", + "size": 74515, + "checksum": "SHA-256:32d9ea34e32d8d44080371039c6d58671de3311069f8ecdd2808ebab5bc09a22" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.1.2", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.1.2.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.1.2.zip", + "size": 75534, + "checksum": "SHA-256:9405d42213292e6af9a2ef0ce46690d8daae6ead0bce23f0dde6f565789651a0" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.1.3", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + }, + { + "name": "ESPAsync_WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.1.3.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.1.3.zip", + "size": 75496, + "checksum": "SHA-256:b361ab858f78c0f826b11eddde0ab21bcaa2a7400e69bee1b1881eec34d6688a" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.2.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + }, + { + "name": "ESPAsync_WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.2.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.2.0.zip", + "size": 74860, + "checksum": "SHA-256:793f394c4120092406ac6c67c4e424a626971d2709b53d972f8676b98a3d1630" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.2.1", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720).", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncHTTPRequest_Generic" + }, + { + "name": "ESPAsync_WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.2.1.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.2.1.zip", + "size": 76940, + "checksum": "SHA-256:04256f488927ef3e6d71e8cbb9df65259962c0c6a8244b7f90ee37cbdc315e8c" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.3.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720) and ESP32 with LwIP ENC28J60.", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "AsyncHTTPRequest_Generic" + }, + { + "name": "ESPAsync_WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.3.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.3.0.zip", + "size": 82530, + "checksum": "SHA-256:31166476d5c730aeee5f0af466bfe3b8b84e085f99a6e108e25fbde879cee70f" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.4.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720) and ESP32 with LwIP ENC28J60.", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "AsyncHTTPRequest_Generic" + }, + { + "name": "ESPAsync_WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.4.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.4.0.zip", + "size": 87773, + "checksum": "SHA-256:ac68ed299dd9462ffed9b66a146c76e6b492c11c39fead9a7cfa2613eb47ae36" + }, + { + "name": "AsyncHTTPSRequest_Generic", + "version": "2.5.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720) and ESP32 with LwIP ENC28J60, W5500 or W6100.", + "paragraph": "Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_Generic.git", + "providesIncludes": [ + "AsyncHTTPSRequest_Generic.h", + "AsyncHTTPSRequest_Generic.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "AsyncHTTPRequest_Generic" + }, + { + "name": "ESPAsync_WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_Generic-2.5.0.zip", + "archiveFileName": "AsyncHTTPSRequest_Generic-2.5.0.zip", + "size": 92722, + "checksum": "SHA-256:5a563c664c01dbf198ebca73461f912fe2065e4c6b6d3d96d096c91e19394182" + }, + { + "name": "GFX_Thaana", + "version": "0.9.0", + "author": "Mohamed Junaidhu", + "maintainer": "Mohamed Junaidhu \u003cmail.junaidhu@gmail.com\u003e", + "sentence": "Add Dhivehi fonts to any Adafruit GFX based graphics library.", + "paragraph": "Add Dhivehi fonts to any Adafruit GFX based graphics library.", + "website": "https://github.com/EndlessParadox7/GFX_Thaana/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EndlessParadox7/GFX_Thaana.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EndlessParadox7/GFX_Thaana-0.9.0.zip", + "archiveFileName": "GFX_Thaana-0.9.0.zip", + "size": 182003, + "checksum": "SHA-256:cfc088223f370264f018b470a78098b8d8984c75ef1ed61f1dd397325a172fb7" + }, + { + "name": "GFX_Thaana", + "version": "0.9.2", + "author": "Mohamed Junaidhu", + "maintainer": "Mohamed Junaidhu \u003cmail.junaidhu@gmail.com\u003e", + "sentence": "Add Dhivehi fonts to any Adafruit GFX based graphics library.", + "paragraph": "Add 8bit font support to adafruit diplays. Make sure you have enough program memory in your microcontroller to hold the font file. Especially the bigger sizes.", + "website": "https://github.com/EndlessParadox7/GFX_Thaana/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EndlessParadox7/GFX_Thaana.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EndlessParadox7/GFX_Thaana-0.9.2.zip", + "archiveFileName": "GFX_Thaana-0.9.2.zip", + "size": 560291, + "checksum": "SHA-256:b71a0552af01be8c57ce97338345970bc6695f6319ef9f56135635d17a37c258" + }, + { + "name": "GFX_Thaana", + "version": "0.9.4", + "author": "Mohamed Junaidhu", + "maintainer": "Mohamed Junaidhu \u003cmail.junaidhu@gmail.com\u003e", + "sentence": "Add Dhivehi fonts to any Adafruit GFX based graphics library.", + "paragraph": "Add 8bit font support to adafruit diplays. Make sure you have enough program memory in your microcontroller to hold the font file. Especially the bigger sizes.", + "website": "https://github.com/EndlessParadox7/GFX_Thaana/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EndlessParadox7/GFX_Thaana.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EndlessParadox7/GFX_Thaana-0.9.4.zip", + "archiveFileName": "GFX_Thaana-0.9.4.zip", + "size": 560047, + "checksum": "SHA-256:5b280e4a367c8927169b881a3336c05b79a30a5f169bda545038d058a993dac7" + }, + { + "name": "GFX_Thaana", + "version": "0.9.41", + "author": "Mohamed Junaidhu", + "maintainer": "Mohamed Junaidhu \u003cmail.junaidhu@gmail.com\u003e", + "sentence": "Add Dhivehi fonts to any Adafruit GFX based graphics library.", + "paragraph": "Add 8bit font support to adafruit diplays. Make sure you have enough program memory in your microcontroller to hold the font file. Especially the bigger sizes.", + "website": "https://github.com/EndlessParadox7/GFX_Thaana/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EndlessParadox7/GFX_Thaana.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EndlessParadox7/GFX_Thaana-0.9.41.zip", + "archiveFileName": "GFX_Thaana-0.9.41.zip", + "size": 560238, + "checksum": "SHA-256:975c8e4abb052815ed5a087be54517ce4dda5b93031efe31fd917e11fc887ffc" + }, + { + "name": "DFRobot_BMX160", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_BMX160 is the Sensor library of DFRobot", + "paragraph": "The BMX160 contains 16 bit digtial,triaxial accelerometer 16 bit digital, triaxial gyroscope and geomagnetic sensor.", + "website": "https://github.com/DFRobot/DFRobot_BMX160", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMX160.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMX160-1.0.1.zip", + "archiveFileName": "DFRobot_BMX160-1.0.1.zip", + "size": 87864, + "checksum": "SHA-256:ec0e0d271b8e1a6fee2f57be45df7c1e40c4df427b5fd3c7523b75ed11d29119" + }, + { + "name": "DFRobot_PAJ7620U2", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_PAJ7620U2 is the Sensor library of DFRobot", + "paragraph": "In this Arduino library, we will show you the basic usage of the PAJ7620 gesture sensor.", + "website": "https://github.com/DFRobot/DFRobot_PAJ7620U2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_PAJ7620U2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_PAJ7620U2-1.0.1.zip", + "archiveFileName": "DFRobot_PAJ7620U2-1.0.1.zip", + "size": 139756, + "checksum": "SHA-256:ff86a48278878a29fdfe2f98445004c7df972dba12eff0bb493e3b38340d2f68" + }, + { + "name": "M5_EzData", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "An IoT cloud data storage service", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5_EzData", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5_EzData.git", + "providesIncludes": [ + "M5_EzData.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_EzData-0.0.1.zip", + "archiveFileName": "M5_EzData-0.0.1.zip", + "size": 18334, + "checksum": "SHA-256:d442a0d7fca8eb05c2691a042fcc11d6f51c1de939924acd69a5085b58ccf735" + }, + { + "name": "M5_EzData", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "An IoT cloud data storage service", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5_EzData", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5_EzData.git", + "providesIncludes": [ + "M5_EzData.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_EzData-0.0.2.zip", + "archiveFileName": "M5_EzData-0.0.2.zip", + "size": 18528, + "checksum": "SHA-256:9d214c6fcb9899d4844b72aeaa7d76bfc4694c206ccb15f36facb1312de08f62" + }, + { + "name": "STM32duino ST25R95", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST ST25R95 component", + "paragraph": "This library provides an implementation of the NFC RFAL for ST25R95 component", + "website": "https://github.com/stm32duino/ST25R95", + "category": "Communication", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ST25R95.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25R95-1.0.0.zip", + "archiveFileName": "STM32duino_ST25R95-1.0.0.zip", + "size": 53048, + "checksum": "SHA-256:c4c647bc1935e523c67551dce0e93130a46e913bdd8c529180627b3ffdc4ae2d" + }, + { + "name": "Adafruit VL53L1X", + "version": "3.0.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L1X / VL53L1CX Time of Flight sensor", + "paragraph": "Sensor driver for VL53L1X / VL53L1CX Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L1X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L1X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L1X-3.0.0.zip", + "archiveFileName": "Adafruit_VL53L1X-3.0.0.zip", + "size": 28894, + "checksum": "SHA-256:3db0515386546f5bd564f4f8017cf8318a00480dcda32e8e2e549cff801dcd68" + }, + { + "name": "Adafruit VL53L1X", + "version": "3.1.0", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L1X / VL53L1CX Time of Flight sensor", + "paragraph": "Sensor driver for VL53L1X / VL53L1CX Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L1X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L1X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L1X-3.1.0.zip", + "archiveFileName": "Adafruit_VL53L1X-3.1.0.zip", + "size": 57166, + "checksum": "SHA-256:dd86b2820dc57d81bd29c040d90bac768032be6c1f5a7e958ae453b81d9857cc" + }, + { + "name": "Adafruit VL53L1X", + "version": "3.1.1", + "author": "Adafruit", + "maintainer": "adafruit \u003csupport@adafruit.com\u003e", + "sentence": "Sensor driver for VL53L1X / VL53L1CX Time of Flight sensor", + "paragraph": "Sensor driver for VL53L1X / VL53L1CX Time of Flight sensor", + "website": "https://github.com/adafruit/Adafruit_VL53L1X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_VL53L1X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VL53L1X-3.1.1.zip", + "archiveFileName": "Adafruit_VL53L1X-3.1.1.zip", + "size": 57165, + "checksum": "SHA-256:84184885f5d030e2966a3b3fac93c5b3ab83740ce95a1a6edd42f37349ba5d84" + }, + { + "name": "DFRobot_DS323X", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy DFRobot \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "DS323X driver library.", + "paragraph": "DFRobot_DS323X can get real-time, set the alarm clock and Measure the chip temperature.", + "website": "https://github.com/DFRobot/DFRobot_DS323X", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DS323X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DS323X-1.0.0.zip", + "archiveFileName": "DFRobot_DS323X-1.0.0.zip", + "size": 153801, + "checksum": "SHA-256:eb1210345903af82966e935e3708492a13e6df46ff36dd41251cfb697281a328" + }, + { + "name": "NonBlockingDallas", + "version": "1.0.0", + "author": "Giovanni Bertazzoni", + "maintainer": "Giovanni Bertazzoni \u003cnottheworstdev@gmail.com\u003e", + "sentence": "Arduino library for Maxim DS18B20 temperature sensor", + "paragraph": "Reads the DS18B20 temperature without blocking the sketch", + "website": "https://github.com/Gbertaz/NonBlockingDallas", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Gbertaz/NonBlockingDallas.git", + "dependencies": [ + { + "name": "DallasTemperature" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Gbertaz/NonBlockingDallas-1.0.0.zip", + "archiveFileName": "NonBlockingDallas-1.0.0.zip", + "size": 9441, + "checksum": "SHA-256:caf2a6d4b2dacb90384dcee15d2dd4392ac4d7256bf1db712cf5c7cacf7e1a9d" + }, + { + "name": "NonBlockingDallas", + "version": "1.0.3", + "author": "Giovanni Bertazzoni \u003cnottheworstdev@gmail.com\u003e", + "maintainer": "Giovanni Bertazzoni \u003cnottheworstdev@gmail.com\u003e", + "sentence": "Arduino library for Maxim DS18B20 temperature sensor", + "paragraph": "Reads the DS18B20 temperature without blocking the sketch", + "website": "https://github.com/Gbertaz/NonBlockingDallas", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Gbertaz/NonBlockingDallas.git", + "dependencies": [ + { + "name": "DallasTemperature" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Gbertaz/NonBlockingDallas-1.0.3.zip", + "archiveFileName": "NonBlockingDallas-1.0.3.zip", + "size": 9620, + "checksum": "SHA-256:001bba2dd17790a55902c0ad730f402ab91618cd62c7e559678ba11690909f01" + }, + { + "name": "NonBlockingDallas", + "version": "1.0.4", + "author": "Giovanni Bertazzoni \u003cnottheworstdev@gmail.com\u003e", + "maintainer": "Giovanni Bertazzoni \u003cnottheworstdev@gmail.com\u003e", + "sentence": "Arduino library for Maxim DS18B20 temperature sensor", + "paragraph": "Reads the DS18B20 temperature without blocking the sketch", + "website": "https://github.com/Gbertaz/NonBlockingDallas", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Gbertaz/NonBlockingDallas.git", + "dependencies": [ + { + "name": "DallasTemperature" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Gbertaz/NonBlockingDallas-1.0.4.zip", + "archiveFileName": "NonBlockingDallas-1.0.4.zip", + "size": 10285, + "checksum": "SHA-256:9a3eb19e96a63e5adfbcf2abb91cb46e8ce4c5675a6193babfd8a2cba0a82842" + }, + { + "name": "RFID_MFRC522v2", + "version": "2.0.2", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID driver library for MFRC522 (SPI, I2C)", + "paragraph": "Raw read/write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/OSSLibraries/Arduino_MFRC522v2", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OSSLibraries/Arduino_MFRC522v2.git", + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OSSLibraries/RFID_MFRC522v2-2.0.2.zip", + "archiveFileName": "RFID_MFRC522v2-2.0.2.zip", + "size": 1202330, + "checksum": "SHA-256:a4b4580f2a437ee8ca305b7b642575cf22a1dbd98681a6e912c4032042bcef6f" + }, + { + "name": "RFID_MFRC522v2", + "version": "2.0.3", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID driver library for MFRC522 (SPI, I2C)", + "paragraph": "Raw read/write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/OSSLibraries/Arduino_MFRC522v2", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OSSLibraries/Arduino_MFRC522v2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OSSLibraries/RFID_MFRC522v2-2.0.3.zip", + "archiveFileName": "RFID_MFRC522v2-2.0.3.zip", + "size": 1202324, + "checksum": "SHA-256:a024a756bb7d2b0f560fa6e3613fd8eb56844eb42c095911cd8b475108fbea52" + }, + { + "name": "RFID_MFRC522v2", + "version": "2.0.4", + "author": "GithubCommunity", + "maintainer": "GithubCommunity", + "sentence": "Arduino RFID driver library for MFRC522 (SPI, I2C)", + "paragraph": "Raw read/write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/OSSLibraries/Arduino_MFRC522v2", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OSSLibraries/Arduino_MFRC522v2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OSSLibraries/RFID_MFRC522v2-2.0.4.zip", + "archiveFileName": "RFID_MFRC522v2-2.0.4.zip", + "size": 1266318, + "checksum": "SHA-256:146bde695ed5ced22a7685be80376f7ec5df7188fa42fc6dc8dea81d50f08b6d" + }, + { + "name": "Sensirion I2C SHT4x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SHT4x sensor family by Sensirion", + "paragraph": "Enables you to use the SHT4x via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sht4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sht4x.git", + "providesIncludes": [ + "SensirionI2CSht4x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SHT4x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SHT4x-0.1.0.zip", + "size": 248883, + "checksum": "SHA-256:579adc8fe2255ce3c01bcbcb2cf2d5c53d818c63a081fbe70a724255f74d414b" + }, + { + "name": "Microcontroller-id", + "version": "1.0.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Retrieve manufacturer serial number stored inside the microcontroller", + "paragraph": "The library uses built-in methods to retrieve the microcontroller`s ID. Currently the following architectures are supported: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266, ESP32, rp2040.", + "website": "https://github.com/smartmeio/microcontroller-id", + "category": "Other", + "architectures": [ + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/microcontroller-id-library.git", + "providesIncludes": [ + "MicrocontrollerID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Microcontroller_id-1.0.0.zip", + "archiveFileName": "Microcontroller_id-1.0.0.zip", + "size": 10016, + "checksum": "SHA-256:3d6ad8de61d84c8243f902c3216e8fad05c5e442cbabf0d34c7b7a9395475cdb" + }, + { + "name": "Microcontroller-id", + "version": "1.1.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Retrieve manufacturer serial number stored inside the microcontroller", + "paragraph": "The library uses built-in methods to retrieve the microcontroller`s ID. Currently the following architectures are supported: Atmega328pb, Atmega328p, Atmega2560, Attiny85, SAM3X8E, SAMD21, STM32, ESP8266, ESP32, rp2040, mbed_rp2040, mbed_nano, nrf52.", + "website": "https://github.com/smartmeio/microcontroller-id", + "category": "Other", + "architectures": [ + "avr", + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "rp2040", + "mbed_rp2040", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/microcontroller-id-library.git", + "providesIncludes": [ + "MicrocontrollerID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Microcontroller_id-1.1.0.zip", + "archiveFileName": "Microcontroller_id-1.1.0.zip", + "size": 10868, + "checksum": "SHA-256:e34dec81423fa36d0770824939f4d4c9bf1b144865016f17021c496f1304563a" + }, + { + "name": "Pixie_Chroma", + "version": "1.0.0", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "Library for controlling Pixie Chroma displays!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 LED displays by Lixie Labs", + "website": "https://github.com/connornishijima/Pixie_Chroma", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie_Chroma-1.0.0.zip", + "archiveFileName": "Pixie_Chroma-1.0.0.zip", + "size": 3006878, + "checksum": "SHA-256:b8c9b345fbbe12ac1ba73d65f9a528cf863100e0d1161f464319a9774ecb4caa" + }, + { + "name": "Pixie_Chroma", + "version": "1.0.1", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "Library for controlling Pixie Chroma displays!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by Lixie Labs", + "website": "https://github.com/connornishijima/Pixie_Chroma", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie_Chroma-1.0.1.zip", + "archiveFileName": "Pixie_Chroma-1.0.1.zip", + "size": 2725327, + "checksum": "SHA-256:19bcb471fd4684080421fc60cd9ab55d7b5dad458cd52e8c5c19de5a7b5dad84" + }, + { + "name": "Pixie_Chroma", + "version": "1.0.2", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "Library for controlling Pixie Chroma displays!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by @lixielabs", + "website": "https://github.com/connornishijima/Pixie_Chroma", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie_Chroma-1.0.2.zip", + "archiveFileName": "Pixie_Chroma-1.0.2.zip", + "size": 11575902, + "checksum": "SHA-256:6e0200530e68f627dcbeeb15b888cfa38d0176dffbc157efd4875e694e54cc56" + }, + { + "name": "Pixie_Chroma", + "version": "1.0.3", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "Library for controlling Pixie Chroma displays!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by @lixielabs", + "website": "https://github.com/connornishijima/Pixie_Chroma", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie_Chroma-1.0.3.zip", + "archiveFileName": "Pixie_Chroma-1.0.3.zip", + "size": 11536906, + "checksum": "SHA-256:cf2421424892031c348e271d031dac488a911119456a0ce1d8059f8ba0b86ac1" + }, + { + "name": "Pixie_Chroma", + "version": "1.0.4", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "Library for controlling Pixie Chroma displays!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by @lixielabs", + "website": "https://github.com/connornishijima/Pixie_Chroma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie_Chroma-1.0.4.zip", + "archiveFileName": "Pixie_Chroma-1.0.4.zip", + "size": 11558351, + "checksum": "SHA-256:6c7ec36ab16119619b85143ef784d3b5ec75b5166f9557fe661b177c1fc98a22" + }, + { + "name": "Pixie_Chroma", + "version": "1.1.0", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "Library for controlling Pixie Chroma displays!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by @lixielabs", + "website": "https://github.com/connornishijima/Pixie_Chroma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie_Chroma-1.1.0.zip", + "archiveFileName": "Pixie_Chroma-1.1.0.zip", + "size": 35580791, + "checksum": "SHA-256:090abb0f8f10823f199884cb3d5c4cd53cae2666d8d3c017bd397828e94f6cba" + }, + { + "name": "Pixie_Chroma", + "version": "1.2.0", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "Library for controlling Pixie Chroma displays!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by @lixielabs", + "website": "https://github.com/connornishijima/Pixie_Chroma", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma.git", + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie_Chroma-1.2.0.zip", + "archiveFileName": "Pixie_Chroma-1.2.0.zip", + "size": 24025363, + "checksum": "SHA-256:b9810f6bc5ea417ff6d60c2a04aedb2c663589d19cd4e06cfa672b21bafb6bd2" + }, + { + "name": "functional_button", + "version": "1.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "simple button library", + "paragraph": "a button library that supports long press short press iddle time and press time", + "website": "https://github.com/natnqweb/Functional_button.git", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Functional_button.git", + "providesIncludes": [ + "functional_button.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/functional_button-1.0.0.zip", + "archiveFileName": "functional_button-1.0.0.zip", + "size": 16546, + "checksum": "SHA-256:4078cbdb988dec3d423b958c6569e8f67345771b0d92b4c9c024c103d5a089bb" + }, + { + "name": "Mapf", + "version": "1.0.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "extended arduino map() function", + "paragraph": "library provides floating point reading from function mapf() and changes any ADC resolution input reading to any voltage output with mapf_ADC()", + "website": "https://github.com/natnqweb/Mapf", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Mapf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Mapf-1.0.0.zip", + "archiveFileName": "Mapf-1.0.0.zip", + "size": 16240, + "checksum": "SHA-256:4418df4071f4f32cd352e050f28b9d91eb4103197e41d623c1338d7afb792871" + }, + { + "name": "Mapf", + "version": "1.0.1", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "extended arduino map() function", + "paragraph": "library provides floating point reading from function mapf() and changes any ADC resolution input reading to any voltage output with mapf_ADC()", + "website": "https://github.com/natnqweb/Mapf", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Mapf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Mapf-1.0.1.zip", + "archiveFileName": "Mapf-1.0.1.zip", + "size": 16246, + "checksum": "SHA-256:42c7316319381ba7902420af217bd0401950d84f6c3beeb7c125244228408698" + }, + { + "name": "Mapf", + "version": "1.0.2", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "extended arduino map() function", + "paragraph": "library provides floating point reading from function mapf() and changes any ADC resolution input reading to any voltage output with mapf_ADC()", + "website": "https://github.com/natnqweb/Mapf", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/natnqweb/Mapf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/Mapf-1.0.2.zip", + "archiveFileName": "Mapf-1.0.2.zip", + "size": 16247, + "checksum": "SHA-256:d4cbd01731fdd87eb1f604dbeb0ce2c02e0c0336bb958894dc325f97c425012a" + }, + { + "name": "LiquidCrystal NKC", + "version": "0.21.302", + "author": "Dominic Luciano", + "maintainer": "Dominic Luciano", + "sentence": "Control library for an advanced RS232\\I2C\\SPI LCD display by Longtech \u0026 NKC Electronics", + "paragraph": "This LiquidCrystal library facilitates simplified, yet extensive plug-n-play control of a Longtech \u0026 NKC Electronics serial LCD display via a user selectable RS232, I2C, or SPI interface.", + "website": "https://github.com/domiluci/LiquidCrystal_NKC", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/domiluci/LiquidCrystal_NKC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/domiluci/LiquidCrystal_NKC-0.21.302.zip", + "archiveFileName": "LiquidCrystal_NKC-0.21.302.zip", + "size": 61351, + "checksum": "SHA-256:4e14ef4b59f773e2b0f8ac2aa013cce900aeb65a2c83dc9acd4dbab7363f8c4c" + }, + { + "name": "SparkFun smol Power Board Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library facilitates communication with the smôl Power Boards over I\u003csup\u003e2\u003c/sup\u003eC.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/18621\"\u003esmôl Power Board AAA\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18622\"\u003esmôl Power Board LiPo\u003c/a\u003e are very compact power boards for the smôl family of boards.\u003cbr\u003eThis library makes it easy to communicate with the ATtiny on the power board and configure it for power-down.", + "website": "https://github.com/sparkfun/SparkFun_smol_Power_Board_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_smol_Power_Board_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_smol_Power_Board_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_smol_Power_Board_Arduino_Library-1.0.0.zip", + "size": 258220, + "checksum": "SHA-256:09ed78cbc3b25cde701fcd91f945e58608b26e80085957fc1696faf771c1fdc5" + }, + { + "name": "Powerbaas", + "version": "1.0.0", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart meter P1 Shield", + "paragraph": "Read power usage and meter readings from your start meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.0.0.zip", + "archiveFileName": "Powerbaas-1.0.0.zip", + "size": 7279, + "checksum": "SHA-256:bb46c2f05dd1046c056c8e9dec02c8f15c21e568ab252cbd34a0042eb691b162" + }, + { + "name": "Powerbaas", + "version": "1.0.1", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your start meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.0.1.zip", + "archiveFileName": "Powerbaas-1.0.1.zip", + "size": 15749, + "checksum": "SHA-256:48451ede0100881c6ea50018d148745433d68f05a06b86a4d98c4d42ac546a0d" + }, + { + "name": "Powerbaas", + "version": "1.0.2", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.0.2.zip", + "archiveFileName": "Powerbaas-1.0.2.zip", + "size": 17132, + "checksum": "SHA-256:95d7cdda98c9979095ebbb19e5e66b9d18bca6c0cba47620214c44d5d394dc0d" + }, + { + "name": "Powerbaas", + "version": "1.1.0", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.1.0.zip", + "archiveFileName": "Powerbaas-1.1.0.zip", + "size": 39196, + "checksum": "SHA-256:edf29d580f9ba7fe24cd2e3ebee60255685a72a793b4e54315ddf568724560e2" + }, + { + "name": "Powerbaas", + "version": "1.1.1", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.1.1.zip", + "archiveFileName": "Powerbaas-1.1.1.zip", + "size": 31861, + "checksum": "SHA-256:cf9a45a7cbc091dde753be3bf1794f26c4d1c07cfe3bfd6a15c3a5dd644ed983" + }, + { + "name": "Powerbaas", + "version": "1.1.2", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.1.2.zip", + "archiveFileName": "Powerbaas-1.1.2.zip", + "size": 35698, + "checksum": "SHA-256:82a8204e18f160831c4d420d3c2cc6b2e43931d59dfd5fb679d638aef01cced8" + }, + { + "name": "Powerbaas", + "version": "1.1.3", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.1.3.zip", + "archiveFileName": "Powerbaas-1.1.3.zip", + "size": 41880, + "checksum": "SHA-256:07afd72535d3c58dc6baed1bfd9d300366ce2ae6c8011ec52173642a3074e387" + }, + { + "name": "Powerbaas", + "version": "1.2.0", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.2.0.zip", + "archiveFileName": "Powerbaas-1.2.0.zip", + "size": 42150, + "checksum": "SHA-256:2c796f9aaa0ff770247d9ce9bcdfa2f156e68035337e6c62349630c23a52f177" + }, + { + "name": "Powerbaas", + "version": "1.3.0", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.0.zip", + "archiveFileName": "Powerbaas-1.3.0.zip", + "size": 42358, + "checksum": "SHA-256:ed45b790cce9e546a60a99d3760269c8ba47809a954a55fcd0f7d12133a56aaa" + }, + { + "name": "Powerbaas", + "version": "1.3.1", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.1.zip", + "archiveFileName": "Powerbaas-1.3.1.zip", + "size": 42455, + "checksum": "SHA-256:33a3f327982369f27092f96a6a57c6b302e424185265e2fe1f017a2e9987d063" + }, + { + "name": "Powerbaas", + "version": "1.3.2", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.2.zip", + "archiveFileName": "Powerbaas-1.3.2.zip", + "size": 42465, + "checksum": "SHA-256:6a502c3936924d3d921f0ccd56dba3cc98a5efff48961e89de216a579a3c3714" + }, + { + "name": "Powerbaas", + "version": "1.3.3", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.3.zip", + "archiveFileName": "Powerbaas-1.3.3.zip", + "size": 49932, + "checksum": "SHA-256:573ea1de634a00c7fb8283e701b628318f5214cb71e511587394368d121103e5" + }, + { + "name": "Powerbaas", + "version": "1.3.4", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.4.zip", + "archiveFileName": "Powerbaas-1.3.4.zip", + "size": 43705, + "checksum": "SHA-256:6d6d2f9914fa55610cdcdc2d082aaaa8d93e435c266430cf37f6bedf60cc1dfe" + }, + { + "name": "Powerbaas", + "version": "1.3.5", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.5.zip", + "archiveFileName": "Powerbaas-1.3.5.zip", + "size": 43855, + "checksum": "SHA-256:1019574f86e96413112ac8dca0b8cadfd2d1de6a379b727addad081adcbe0f4c" + }, + { + "name": "Powerbaas", + "version": "1.3.6", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.6.zip", + "archiveFileName": "Powerbaas-1.3.6.zip", + "size": 43878, + "checksum": "SHA-256:ad88c0d0741441ad8f2d40efc65888272358b6450f2de6fa1819f6df5ea7d55f" + }, + { + "name": "Powerbaas", + "version": "1.3.7", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.7.zip", + "archiveFileName": "Powerbaas-1.3.7.zip", + "size": 43888, + "checksum": "SHA-256:ed5e73aba0bda24655ba187bbb22ceaf4a8be914162d580eebe65584b016041d" + }, + { + "name": "Powerbaas", + "version": "1.3.9", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.9.zip", + "archiveFileName": "Powerbaas-1.3.9.zip", + "size": 43913, + "checksum": "SHA-256:8601737b52f7e8263e96b330d0254281b42cb99fe724d9587cc67c4e0806b2e0" + }, + { + "name": "Powerbaas", + "version": "1.3.10", + "author": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "maintainer": "XiloXL \u003cinfo@powerbaas.nl\u003e, roed \u003ccontact@toothpasteandbubblegum.com\u003e", + "sentence": "Arduino library for Powerbaas Smart Meter P1 Shield", + "paragraph": "Read power usage and meter readings from your smart meter", + "website": "https://github.com/XiloXL/Powerbaas", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/XiloXL/Powerbaas.git", + "url": "https://downloads.arduino.cc/libraries/github.com/XiloXL/Powerbaas-1.3.10.zip", + "archiveFileName": "Powerbaas-1.3.10.zip", + "size": 44024, + "checksum": "SHA-256:02c173c4cbbd9a0556aa1499e053fffb9000e7578bbe820c8cf8362d8788f95a" + }, + { + "name": "StepMotor4windings", + "version": "1.0.0", + "author": "Ilya Sukhodoev", + "maintainer": "Ilya Sukhodoev (ilyastyudojev@gmail.com)", + "sentence": "Cool code class for driving 4 windings (pins) stepper motors.", + "paragraph": "Well suitable for 28BYJ-48 + ULN2003 motor/driver. All three stepping methods: Wave, Full Step, Half Step. Sync/async operation. Powering off the motor. Protection against too short duration between steps.", + "website": "https://github.com/heiloworodl/StepMotor4windings", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/heiloworodl/StepMotor4windings.git", + "url": "https://downloads.arduino.cc/libraries/github.com/heiloworodl/StepMotor4windings-1.0.0.zip", + "archiveFileName": "StepMotor4windings-1.0.0.zip", + "size": 5801, + "checksum": "SHA-256:3efc0e07dc252d53d70ebc62f6020f9b30748459bdb03974b94ee6f5418a40d5" + }, + { + "name": "CIE1931", + "version": "1.0.1", + "author": "Chris Marc Dailey (nitz)", + "maintainer": "Chris Marc Dailey (nitz)", + "sentence": "Arduino library for calculating PWM DCs for a linear LED brightness ramp.", + "paragraph": "CIE1931 is a small C++ library (if you can call it that!) that uses constexpr to generate a lookup table for translating a PWM duty cycle scale into a mostly linear brightness output.", + "website": "https://github.com/nitz/Cie1931", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nitz/Cie1931.git", + "providesIncludes": [ + "cie1931.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nitz/CIE1931-1.0.1.zip", + "archiveFileName": "CIE1931-1.0.1.zip", + "size": 52634, + "checksum": "SHA-256:b6ff186ff851e8ca712879d7a94ab36cfd080949f42c12219dd92d2549b95398" + }, + { + "name": "AvrTracing", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "The last hope for the desperate AVR programmer. A small (344 bytes) Arduino library to have real program traces and to find the place where your program hangs.", + "paragraph": "Trace your program by pressing a button connected at pin 2 or use startTracing() and stopTracing(). Tracing slows down your CPU to effective 2 kHz clock.", + "website": "https://github.com/ArminJo/AvrTracing", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArminJo/AvrTracing.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/AvrTracing-1.0.0.zip", + "archiveFileName": "AvrTracing-1.0.0.zip", + "size": 32920, + "checksum": "SHA-256:fb56d719e3f7284ff67e637a92b001db4e1c525a760c1a8adb89b04f862045f2" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-3.0.0.zip", + "size": 13026, + "checksum": "SHA-256:556d8e239a351bc6f1fa5b11960de5c9aeabd54d4b9c0a98aab917cad25a8d64" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-3.0.1.zip", + "size": 42102, + "checksum": "SHA-256:d32eef94c3b17612e9f9b7194f11da7a451ce29844ae109fe36157bb83d7dde3" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "3.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-3.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-3.0.2.zip", + "size": 42077, + "checksum": "SHA-256:1ca43fc7d79484ef911c836a14a0e710e4e132bc584ea7a2d236f8241c7b97f8" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-4.0.0.zip", + "size": 42148, + "checksum": "SHA-256:9f283baefa727b3165e9c77fe4bcaf0ed365db20c3fd305c0ddd91b60c1e5858" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "4.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-4.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-4.0.1.zip", + "size": 42179, + "checksum": "SHA-256:5cbea6515787df4af038086b363bd0754ac5905f3052e7dc13f826aa6b34118e" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "4.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-4.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-4.0.2.zip", + "size": 42221, + "checksum": "SHA-256:ad56f7985958378811160a28b432562ce668c1bbc869a2dc69a37d2a7d14dd91" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "4.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-4.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-4.0.3.zip", + "size": 45468, + "checksum": "SHA-256:091e5c8767c223273665506b4557782720ae550fe9d68dad4e750bceac8a39c1" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "4.0.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-4.0.4.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-4.0.4.zip", + "size": 45484, + "checksum": "SHA-256:56f63e1ca7e098e7f2ba90eed82dfe2dc55775b994a7fc54e0ab813f1f7db537" + }, + { + "name": "Bolder Flight Systems Circular Buffer", + "version": "5.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Circular buffer library.", + "paragraph": "This library supports creating a circular buffer, writing data to it, and reading data from it.", + "website": "https://github.com/bolderflight/circle_buf", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/circle_buf.git", + "providesIncludes": [ + "circle_buf.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Circular_Buffer-5.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Circular_Buffer-5.0.0.zip", + "size": 42672, + "checksum": "SHA-256:83cc573386e01b24b9582bc25a3df1ca1c95f93c2f53bb61f02041a43d512384" + }, + { + "name": "Bolder Flight Systems Statistics", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Stats library.", + "paragraph": "This library includes running and moving window statistics methods.", + "website": "https://github.com/bolderflight/statistics", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/statistics.git", + "providesIncludes": [ + "statistics.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Circular Buffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Statistics-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Statistics-4.0.0.zip", + "size": 42196, + "checksum": "SHA-256:ac4791fdc71d285a0c75ff59775905158fd8b98510b2c03d8d4c3c1e148e1861" + }, + { + "name": "Bolder Flight Systems Statistics", + "version": "4.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Stats library.", + "paragraph": "This library includes running and moving window statistics methods.", + "website": "https://github.com/bolderflight/statistics", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/statistics.git", + "providesIncludes": [ + "statistics.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Circular Buffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Statistics-4.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Statistics-4.0.1.zip", + "size": 42072, + "checksum": "SHA-256:7ec34c41fdd0af4ea0b2f90c3b75c5abb28cc06982d19b2ca0f8faac50d56ecc" + }, + { + "name": "Bolder Flight Systems Statistics", + "version": "4.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Stats library.", + "paragraph": "This library includes running and moving window statistics methods.", + "website": "https://github.com/bolderflight/statistics", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/statistics.git", + "providesIncludes": [ + "statistics.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Circular Buffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Statistics-4.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Statistics-4.0.2.zip", + "size": 42085, + "checksum": "SHA-256:247ac06afb112449f3902005e7fa5787570c9640dafadac163a58e1b6fe192cc" + }, + { + "name": "Bolder Flight Systems Statistics", + "version": "4.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Stats library.", + "paragraph": "This library includes running and moving window statistics methods.", + "website": "https://github.com/bolderflight/statistics", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/statistics.git", + "providesIncludes": [ + "statistics.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Circular Buffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Statistics-4.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_Statistics-4.0.3.zip", + "size": 42136, + "checksum": "SHA-256:cafcc0bf3db13db8df9f77e704471027c68089030812775b7a3324acb7f6e043" + }, + { + "name": "Bolder Flight Systems Statistics", + "version": "4.0.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Stats library.", + "paragraph": "This library includes running and moving window statistics methods.", + "website": "https://github.com/bolderflight/statistics", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/statistics.git", + "providesIncludes": [ + "statistics.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Circular Buffer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Statistics-4.0.4.zip", + "archiveFileName": "Bolder_Flight_Systems_Statistics-4.0.4.zip", + "size": 42158, + "checksum": "SHA-256:e6f0c5e935d32e08203a361ec3fb30b37c1d889ae6097042f13fee64eec39400" + }, + { + "name": "DFRobot_LoRa", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "Fary \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_LoRa is the Communication library of DFRobot", + "paragraph": "The library is used to Send and receive Long Range Radio data.", + "website": "https://github.com/DFRobot/DFRobot_LoRa", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_Lora.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LoRa-1.0.2.zip", + "archiveFileName": "DFRobot_LoRa-1.0.2.zip", + "size": 136594, + "checksum": "SHA-256:be756b87182df7d089a15122a3c2171bfc28aaf692eb30b3e5891e79b9c309ee" + }, + { + "name": "DFRobot_LoRa", + "version": "1.0.3", + "author": "DFRobot", + "maintainer": "Fary \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_LoRa is the Communication library of DFRobot", + "paragraph": "The library is used to Send and receive Long Range Radio data.", + "website": "https://github.com/DFRobot/DFRobot_LoRa", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_Lora.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LoRa-1.0.3.zip", + "archiveFileName": "DFRobot_LoRa-1.0.3.zip", + "size": 136574, + "checksum": "SHA-256:6abaf00fa0cf8546b41a0361b116504cdc45cefc46af261b6699abc83f73aac8" + }, + { + "name": "DFRobot_CCS811", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Fary DFRobot \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_CCS811 is the Sensor library of DFRobot", + "paragraph": "In this Arduino library, we will show you the basic usage of the CCS811 Air quality sensor.", + "website": "https://github.com/DFRobot/DFRobot_CCS811", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_CCS811.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_CCS811-1.0.1.zip", + "archiveFileName": "DFRobot_CCS811-1.0.1.zip", + "size": 450005, + "checksum": "SHA-256:29a936b33044e858ef5603605283259d0e4a7f9010aa46db995597e1f8e2c09c" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and: force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.0.0.zip", + "size": 66476, + "checksum": "SHA-256:7b87eac68f42c951269f771e1f90b42d3fffd7628f51e618eb7e0cd6fd830f67" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.0.1.zip", + "size": 65691, + "checksum": "SHA-256:df918ad40fe0aa5e6fdeecad6f6e405fef54ef76f3048883d27355465d1c9a24" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.0.2.zip", + "size": 65726, + "checksum": "SHA-256:f30b5cba2a04912d34f32afea5d1fd7b8cfcb00d17a57aba9c07f58fd2dadd08" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.0.3.zip", + "size": 65764, + "checksum": "SHA-256:1e04dbf83ae184b008c913b81854a59108113ad2b891ce9cfe0a1cb29a63479d" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.0.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.0.4.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.0.4.zip", + "size": 65841, + "checksum": "SHA-256:9c3edbedf031d731bae89a8ed6edee11501c3b98999d1311e2d64a80e1ac889f" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.1.0.zip", + "size": 65251, + "checksum": "SHA-256:3353dc3c0147d6248d61494dfd05722015e35c8b52e823d64ffa4146302cc0e4" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.1.1.zip", + "size": 65431, + "checksum": "SHA-256:1825b8d74eb0d43f7ae26df2ae373c8a71e9b750a0716b4fb0345f6c1d10468a" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.1.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.1.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.1.2.zip", + "size": 65402, + "checksum": "SHA-256:9938a6dda9f601b353b21c1d9fea73a272c1d0c626c4e3b31e04866519ab7cf2" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.2.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.2.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.2.0.zip", + "size": 65505, + "checksum": "SHA-256:6203d7f226a51c9fe0e2acb31d3618a7496c8bd422f8d5764e4b1370f5a726cd" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "4.2.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-4.2.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-4.2.1.zip", + "size": 65457, + "checksum": "SHA-256:d52722647e028442b0c3b8e2931d5f0fed38b683184393e43077099e1f7fb234" + }, + { + "name": "Bolder Flight Systems Unit Conversions", + "version": "5.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Unit conversion library.", + "paragraph": "This library includes common constants and unit conversions for linear and rotational acceleration, velocity, position and force, density, mass, pressure, and temperature.", + "website": "https://github.com/bolderflight/units", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/units.git", + "providesIncludes": [ + "units.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Unit_Conversions-5.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Unit_Conversions-5.0.0.zip", + "size": 77113, + "checksum": "SHA-256:5002304c0f9e5b1e69caa744fed70d519905f61b0be49e309d286e29114f73d1" + }, + { + "name": "SparkFun VL53L5CX Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Distance sensing (VL53L5CX) with 64 pixels up to 4 meters at 15Hz.", + "paragraph": "The SparkFun Qwiic ToF Imager is state of the art, 64 pixel Time-of-Flight (ToF), multizone 4 meter ranging sensor with milimeter resolution built around the VL53L5CX from ST. This library supports reading distances up to 4m across all 64 sensors at up to 15Hz. Multiple sensors *can* be daisy-chained for additional readings but data rates are limited by the 400kHz max I2C bus speed.", + "website": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_VL53L5CX_Arduino_Library-1.0.0.zip", + "size": 3973845, + "checksum": "SHA-256:98ac99a98a59b1da915ef1347567cdcb7a796b8b497461476a20c60d577bf83c" + }, + { + "name": "SparkFun VL53L5CX Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Distance sensing (VL53L5CX) with 64 pixels up to 4 meters at 15Hz.", + "paragraph": "The SparkFun Qwiic ToF Imager is state of the art, 64 pixel Time-of-Flight (ToF), multizone 4 meter ranging sensor with milimeter resolution built around the VL53L5CX from ST. This library supports reading distances up to 4m across all 64 sensors at up to 15Hz. Multiple sensors *can* be daisy-chained for additional readings but data rates are limited by the 400kHz max I2C bus speed.", + "website": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_VL53L5CX_Arduino_Library-1.0.1.zip", + "size": 3974287, + "checksum": "SHA-256:f02dda541e67e555befccaca5c16e6f0c61be24ef4b023cb68e8ba93aeb9fb88" + }, + { + "name": "SparkFun VL53L5CX Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Distance sensing (VL53L5CX) with 64 pixels up to 4 meters at 15Hz.", + "paragraph": "The SparkFun Qwiic ToF Imager is state of the art, 64 pixel Time-of-Flight (ToF), multizone 4 meter ranging sensor with milimeter resolution built around the VL53L5CX from ST. This library supports reading distances up to 4m across all 64 sensors at up to 15Hz. Multiple sensors *can* be daisy-chained for additional readings.", + "website": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_VL53L5CX_Arduino_Library-1.0.2.zip", + "size": 3974179, + "checksum": "SHA-256:1ea9cdf4b6cef4608b4a8459547855041774fd67b90c91fd4375f3707a9c6651" + }, + { + "name": "SparkFun VL53L5CX Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Distance sensing (VL53L5CX) with 64 pixels up to 4 meters at 15Hz.", + "paragraph": "The SparkFun Qwiic ToF Imager is state of the art, 64 pixel Time-of-Flight (ToF), multizone 4 meter ranging sensor with milimeter resolution built around the VL53L5CX from ST. This library supports reading distances up to 4m across all 64 sensors at up to 15Hz. Multiple sensors *can* be daisy-chained for additional readings.", + "website": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_VL53L5CX_Arduino_Library-1.0.3.zip", + "size": 3974187, + "checksum": "SHA-256:a70ea235c5b1cfbc81bd367d8d9675fab29f5fb2a212d31d4455e5c828da617c" + }, + { + "name": "ICM20689", + "version": "1.0.0", + "author": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "maintainer": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "sentence": "Library for communicating with the ICM20689 six-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the ICM20689. ICM20689 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same. Additionally, a derived class, ICM20689FIFO, is included, which provides FIFO setup and data collection functionality in addition to all of the functionality included in the base ICM20689 class.", + "website": "https://github.com/finani/ICM20689", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/finani/ICM20689.git", + "providesIncludes": [ + "ICM20689.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/finani/ICM20689-1.0.0.zip", + "archiveFileName": "ICM20689-1.0.0.zip", + "size": 1039666, + "checksum": "SHA-256:c256378f5a09c491c071cc87491dd9418657e57813857e4a0e38c31b039ec0e4" + }, + { + "name": "ICM20689", + "version": "1.1.2", + "author": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "maintainer": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "sentence": "Library for communicating with the ICM20689 six-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the ICM20689. ICM20689 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same. Additionally, a derived class, ICM20689FIFO, is included, which provides FIFO setup and data collection functionality in addition to all of the functionality included in the base ICM20689 class.", + "website": "https://github.com/finani/ICM20689", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/finani/ICM20689.git", + "providesIncludes": [ + "ICM20689.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/finani/ICM20689-1.1.2.zip", + "archiveFileName": "ICM20689-1.1.2.zip", + "size": 1039974, + "checksum": "SHA-256:6b42687db64b98bcf49e7e89655c28078fff696ee1b10310eaaac13a047cc9b3" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, esp8266 and esp32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, esp8266 and esp32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.0.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.0.zip", + "size": 2469143, + "checksum": "SHA-256:b7ea928ef370af99cef4d31bdbab20f008a812fab43fc81c8b129d15319453ac" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD, esp8266 and esp32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, esp8266 and esp32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.1.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.1.zip", + "size": 2521225, + "checksum": "SHA-256:3f59a5be774d55e53a8a9b3f3e125eb2ceaf48cfaec5e067ede5d5703efea0ad" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266 and esp32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, esp8266 and esp32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.3.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.3.zip", + "size": 2534436, + "checksum": "SHA-256:259eda44515e06048c1fe0adf4fcb9e3fa5a171628996f05679092bc428846fa" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266 and esp32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, esp8266 and esp32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.4.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.4.zip", + "size": 2534501, + "checksum": "SHA-256:47ee7138ffa8a8a441424894af6a446a27b1d616981338cb2d43a9b5093277cf" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266 and esp32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, esp8266 and esp32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.5.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.5.zip", + "size": 2534524, + "checksum": "SHA-256:0d77b8aa43c42248590df147cd81840a6d2f072f8f40861eb34c182809dd3d0a" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.6", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266, esp32 and STM32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (MKR WiFi 1010 and Nano 33 IoT), esp8266, esp32 and STM32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.6.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.6.zip", + "size": 2534577, + "checksum": "SHA-256:60c9103d5c5357f2120f35c09c6ccf840a64c94c13e3579dbd45c6c975749491" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.7", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266, esp32 and STM32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (MKR WiFi 1010 and Nano 33 IoT), esp8266, esp32 and STM32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.7.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.7.zip", + "size": 2534590, + "checksum": "SHA-256:49de2246662448f251953454c82d65a9d20f30ff566aa51abc97a746210d4ba0" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.8", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266, esp32 and STM32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (MKR WiFi 1010 and Nano 33 IoT), esp8266, esp32 and STM32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.8.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.8.zip", + "size": 2534674, + "checksum": "SHA-256:d1e39559c07c7a0a50fc9dd04f115429f2e44b992b6bb1ff4be0188a52ab54ff" + }, + { + "name": "EByte LoRa E22 library", + "version": "1.0.9", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266, esp32 and STM32. sx1262/sx1268", + "paragraph": "Ebyte E22 LoRa (Long Range) library device very cheap and very long range (from 4Km to 10Km). Arduino LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (MKR WiFi 1010 and Nano 33 IoT), esp8266, esp32 and STM32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E22_Series_Library.git", + "providesIncludes": [ + "LoRa_E22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E22_library-1.0.9.zip", + "archiveFileName": "EByte_LoRa_E22_library-1.0.9.zip", + "size": 2544348, + "checksum": "SHA-256:56001ecd98d765733f490bc3fee1d9e9ff7d579de869de8596d62b1ee70230a4" + }, + { + "name": "RAKwireless Storage", + "version": "1.0.0", + "author": "RAKwireless", + "maintainer": "RAKwireless \u003cinquiry@rakwireless.com\u003e", + "sentence": "Driver for WisBlock Storage modules", + "paragraph": "Driver for WisBlock Storage RAK15000", + "website": "https://github.com/rakwireless/RAKwireless_Storage", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAKwireless_Storage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Storage-1.0.0.zip", + "archiveFileName": "RAKwireless_Storage-1.0.0.zip", + "size": 23293, + "checksum": "SHA-256:a744cde7ebb4292d681b05061ec2e33a3c5da6038cbc541e25864d7364354962" + }, + { + "name": "RAKwireless Storage", + "version": "1.0.1", + "author": "RAKwireless", + "maintainer": "RAKwireless \u003cinquiry@rakwireless.com\u003e", + "sentence": "Driver for WisBlock Storage modules", + "paragraph": "Driver for WisBlock Storage RAK15000", + "website": "https://github.com/rakwireless/RAKwireless_Storage", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAKwireless_Storage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Storage-1.0.1.zip", + "archiveFileName": "RAKwireless_Storage-1.0.1.zip", + "size": 36912, + "checksum": "SHA-256:bb7ad561549766ce52069f8171654ba1c722c8c6f4cc3fcfd6cf843fc5f85b6f" + }, + { + "name": "RAKwireless Storage", + "version": "1.0.2", + "author": "RAKwireless", + "maintainer": "RAKwireless \u003cinquiry@rakwireless.com\u003e", + "sentence": "Driver for WisBlock Storage modules", + "paragraph": "Driver for WisBlock Storage RAK15000", + "website": "https://github.com/rakwireless/RAKwireless_Storage", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAKwireless_Storage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Storage-1.0.2.zip", + "archiveFileName": "RAKwireless_Storage-1.0.2.zip", + "size": 36936, + "checksum": "SHA-256:8643ae1e8b33760400a6b02f1265a5b153e5195d6aa05c077052dd87bbec8259" + }, + { + "name": "SBC", + "version": "0.0.1", + "author": "Santiago Saldana", + "maintainer": "Santiago Saldana \u003csaldsj3@gmail.com\u003e", + "sentence": "Allows communications with a Steel Battalion Controller using a Teensy 4.0 or 4.1", + "paragraph": "Allows you to connect to a Steel Battalion Controller using a Teensy 4.0 or 4.1 in host mode. Allows for direct control of lights and reading of joystick values. Example reads joystick values and presents as a keyboard+mouse+serial+joystick HID joystick device.", + "website": "https://github.com/SantiagoSaldana/SBC", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SantiagoSaldana/SBC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SantiagoSaldana/SBC-0.0.1.zip", + "archiveFileName": "SBC-0.0.1.zip", + "size": 11978, + "checksum": "SHA-256:aba88e44eb9e08641f61f05e0f368a0ea5c5af21647a9f006fc87fc09b7574a3" + }, + { + "name": "SBC", + "version": "0.0.3", + "author": "Santiago Saldana", + "maintainer": "Santiago Saldana \u003csaldsj3@gmail.com\u003e", + "sentence": "Allows communications with a Steel Battalion Controller using a Teensy 4.0 or 4.1", + "paragraph": "Allows you to connect to a Steel Battalion Controller using a Teensy 4.0 or 4.1 in host mode. Allows for direct control of lights and reading of joystick values. Example reads joystick values and presents as a keyboard+mouse+serial+joystick HID joystick device.", + "website": "https://github.com/SantiagoSaldana/SBC", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SantiagoSaldana/SBC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SantiagoSaldana/SBC-0.0.3.zip", + "archiveFileName": "SBC-0.0.3.zip", + "size": 17047, + "checksum": "SHA-256:7417cc04aa84a5431f06c21632833801974f860a891ef24b53587b01f724d95f" + }, + { + "name": "incbin", + "version": "0.1.0", + "author": "Dale Weiler, AlexIII", + "maintainer": "AlexIII", + "sentence": "Include binary and text files in your Arduino project with ease", + "paragraph": "The library allows to include any file into your Arduino project in a single line without converting it into c-array or maintaining a file system (such as SPIFFS). Easily include wav sound, bmp image, html, js, txt, etc.", + "website": "https://github.com/AlexIII/incbin-arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexIII/incbin-arduino.git", + "providesIncludes": [ + "incbin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/incbin-0.1.0.zip", + "archiveFileName": "incbin-0.1.0.zip", + "size": 12305, + "checksum": "SHA-256:a502efc4697ba658c3552e147576dc190885d33cbaf1a2e281e9766c3271c71c" + }, + { + "name": "incbin", + "version": "0.1.1", + "author": "Dale Weiler, AlexIII", + "maintainer": "AlexIII", + "sentence": "Include binary and text files in your Arduino project with ease", + "paragraph": "The library allows to include any file into your Arduino project in a single line without converting it into c-array or maintaining a file system (such as SPIFFS). Easily include wav sound, bmp image, html, js, txt, etc.", + "website": "https://github.com/AlexIII/incbin-arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexIII/incbin-arduino.git", + "providesIncludes": [ + "incbin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/incbin-0.1.1.zip", + "archiveFileName": "incbin-0.1.1.zip", + "size": 12311, + "checksum": "SHA-256:887ced890a5579b5e9b7ca2a2a6fcf6195c44cfe3cf9208d311bff4c9fc8c8fe" + }, + { + "name": "incbin", + "version": "0.1.2", + "author": "Dale Weiler, AlexIII", + "maintainer": "AlexIII", + "sentence": "Include binary and text files in your Arduino project with ease.", + "paragraph": "The library allows to include any file into your Arduino project in a single line without converting it into c-array or maintaining a file system (such as SPIFFS). Easily include wav sound, bmp image, html, js, txt, etc.", + "website": "https://github.com/AlexIII/incbin-arduino", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexIII/incbin-arduino.git", + "providesIncludes": [ + "incbin.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/incbin-0.1.2.zip", + "archiveFileName": "incbin-0.1.2.zip", + "size": 12422, + "checksum": "SHA-256:b0a8e48ad2c45e9394776cd19a40ceffdb406bbb4c81e8403cd51e0e635aa06d" + }, + { + "name": "Devuino", + "version": "1.0.0", + "author": "Charlie Habolin \u003ccharlie.habolin@citroner.blog\u003e", + "maintainer": "Charlie Habolin \u003ccharlie.habolin@citroner.blog\u003e", + "sentence": "A device library for Arduino and other -inos", + "paragraph": "Supports many devices and sensors", + "website": "https://github.com/monkcs/devuino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/monkcs/devuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/monkcs/Devuino-1.0.0.zip", + "archiveFileName": "Devuino-1.0.0.zip", + "size": 46713, + "checksum": "SHA-256:15ddd8280ca943fd0bf6a40ad3fe414a15909f94294d9cc27bfeac538639a734" + }, + { + "name": "Devuino", + "version": "2.0.0", + "author": "Charlie Habolin \u003ccharlie.habolin@citroner.blog\u003e", + "maintainer": "Charlie Habolin \u003ccharlie.habolin@citroner.blog\u003e", + "sentence": "A device library for Arduino and other -inos", + "paragraph": "Supports many devices and sensors", + "website": "https://github.com/monkcs/devuino", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/monkcs/devuino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/monkcs/Devuino-2.0.0.zip", + "archiveFileName": "Devuino-2.0.0.zip", + "size": 59282, + "checksum": "SHA-256:79ce1ab88ab014f8ba1412bc9f8da84c08375775f5f70a3e01d26ecb785d20de" + }, + { + "name": "SparkFun VEML7700 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the VEML7700 Ambient Light Sensor", + "paragraph": "An Arduino Library for the VEML7700 ambient light sensor. This library configures the sensor and reads the ambient light level.", + "website": "https://github.com/sparkfun/SparkFun_VEML7700_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_VEML7700_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_VEML7700_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_VEML7700_Arduino_Library-1.0.0.zip", + "size": 213583, + "checksum": "SHA-256:982d53dbc2647bc0231aa870a82f61a0e0a2a239d46218d62df33857dd76457e" + }, + { + "name": "DFRobot_MLX90614", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy DFRobot \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for MLX90614, the function is to read temperature.(SKU: SEN0206/SEN0263)", + "paragraph": "Emperature measurement data can be obtained, emissivity calibration coefficient can be set, measurement parameters can be set, including IIR, FIR.", + "website": "https://github.com/DFRobot/DFRobot_MLX90614", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MLX90614.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MLX90614-1.0.0.zip", + "archiveFileName": "DFRobot_MLX90614-1.0.0.zip", + "size": 94634, + "checksum": "SHA-256:27e21cc9ad3fe4ee0818cbb29111d9184f3a3b8cac2ccb1535ae618699e112ef" + }, + { + "name": "DFRobot_MLX90614", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for MLX90614, the function is to read temperature(SKU: SEN0206/SEN0263).", + "paragraph": "Emperature measurement data can be obtained, emissivity calibration coefficient can be set, measurement parameters can be set, including IIR, FIR.", + "website": "https://github.com/DFRobot/DFRobot_MLX90614", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MLX90614.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MLX90614-1.0.1.zip", + "archiveFileName": "DFRobot_MLX90614-1.0.1.zip", + "size": 94879, + "checksum": "SHA-256:48e69bc2c737fa05bcb897c2b7fcda379d4e3cbf2a79faff243d427a6b7f2a62" + }, + { + "name": "M5Unified", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.0.1.zip", + "archiveFileName": "M5Unified-0.0.1.zip", + "size": 38342, + "checksum": "SHA-256:6fd5bd99da68e31c3f714681c4c75b1504623b2886716a17bd8c74b914a59202" + }, + { + "name": "M5Unified", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.0.3.zip", + "archiveFileName": "M5Unified-0.0.3.zip", + "size": 46756, + "checksum": "SHA-256:ad4f17af037b104cad3751191a610055f248be47ea9fe745325ed6f0c1894599" + }, + { + "name": "M5Unified", + "version": "0.0.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.0.4.zip", + "archiveFileName": "M5Unified-0.0.4.zip", + "size": 71440, + "checksum": "SHA-256:7d20404f54d3a31ca9c4cfb3fb26261cc8c962d50a8aa7fd8b6aa135beaec2f0" + }, + { + "name": "M5Unified", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.0.5.zip", + "archiveFileName": "M5Unified-0.0.5.zip", + "size": 740836, + "checksum": "SHA-256:0992799824c881d0d7357a7175c036dc8305c0935cdf99857606d442035cf413" + }, + { + "name": "M5Unified", + "version": "0.0.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.0.6.zip", + "archiveFileName": "M5Unified-0.0.6.zip", + "size": 486146, + "checksum": "SHA-256:25d34b6093a4df2db07c50317f37467cc22f76706f160d8c482599bba2993dc1" + }, + { + "name": "M5Unified", + "version": "0.0.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.0.7.zip", + "archiveFileName": "M5Unified-0.0.7.zip", + "size": 487662, + "checksum": "SHA-256:9192123c4113b4a5b8d1efcbf604adbbe183d12333447ea821bcf9be00e1eef9" + }, + { + "name": "M5Unified", + "version": "0.1.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.1.zip", + "archiveFileName": "M5Unified-0.1.1.zip", + "size": 500987, + "checksum": "SHA-256:583fa1adb3626795933632cdaa23a6ffd9dce5947be70155b0c518cc44e3366a" + }, + { + "name": "M5Unified", + "version": "0.1.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.2.zip", + "archiveFileName": "M5Unified-0.1.2.zip", + "size": 501409, + "checksum": "SHA-256:27b0707cae9e35b034ed5aac468f6789dda5f6d1c1031115824da773efe40bcd" + }, + { + "name": "M5Unified", + "version": "0.1.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.3.zip", + "archiveFileName": "M5Unified-0.1.3.zip", + "size": 506793, + "checksum": "SHA-256:2b77f42a3409da71246e4925abd56506a3654db577591bdde2e0a1b63bed4fb6" + }, + { + "name": "M5Unified", + "version": "0.1.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.4.zip", + "archiveFileName": "M5Unified-0.1.4.zip", + "size": 511677, + "checksum": "SHA-256:d7f116fc7f8eab7b46d591c779d263dd669af7c00cd6e2278452375b3e79ee2b" + }, + { + "name": "M5Unified", + "version": "0.1.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.6.zip", + "archiveFileName": "M5Unified-0.1.6.zip", + "size": 515782, + "checksum": "SHA-256:ba08a67514827e2e0cf97254008fd4ec457c063a4bfb77cb13ef32d94bd22d7b" + }, + { + "name": "M5Unified", + "version": "0.1.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough/CoreS3, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.7.zip", + "archiveFileName": "M5Unified-0.1.7.zip", + "size": 548987, + "checksum": "SHA-256:5e13940aabfff76d641da9b3c5b41ea0df405f6c1939500e3da0cac094614901" + }, + { + "name": "M5Unified", + "version": "0.1.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough/CoreS3, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.8.zip", + "archiveFileName": "M5Unified-0.1.8.zip", + "size": 556281, + "checksum": "SHA-256:339e00572caec9cb532b3530d1624e47eca63bc3dc26c625762aa03969ed8776" + }, + { + "name": "M5Unified", + "version": "0.1.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough/CoreS3, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.9.zip", + "archiveFileName": "M5Unified-0.1.9.zip", + "size": 559950, + "checksum": "SHA-256:642e34bec91b5da5d709ceb22cbc5e3b296a3afcf7068d007e397ad613e6a53a" + }, + { + "name": "M5Unified", + "version": "0.1.10", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough/CoreS3, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.10.zip", + "archiveFileName": "M5Unified-0.1.10.zip", + "size": 561457, + "checksum": "SHA-256:c5de087b0ef642a68bcfba6903e043024e0c6010845a7e60b1f80cd3a7bf087a" + }, + { + "name": "M5Unified", + "version": "0.1.11", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack/Core2/Tough/CoreS3, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station", + "paragraph": "M5Stack, M5Stack Core2, M5Stack CoreInk, M5StickC, M5StickC-Plus, M5Paper, M5Tough, M5ATOM, M5STAMP, M5Station, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unified.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unified.git", + "providesIncludes": [ + "M5Unified.h" + ], + "dependencies": [ + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unified-0.1.11.zip", + "archiveFileName": "M5Unified-0.1.11.zip", + "size": 562148, + "checksum": "SHA-256:d86f0501bea395e7f511ef8825d37adab9f041c8e46721df775321f3e4c98098" + }, + { + "name": "WireSusi", + "version": "0.0.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.0.1.zip", + "archiveFileName": "WireSusi-0.0.1.zip", + "size": 42889, + "checksum": "SHA-256:9b71bea359f679b1f740447b6c9367ea97d7f89a40d0a3c4e6e83e15f3323f1a" + }, + { + "name": "WireSusi", + "version": "0.1.0", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.1.0.zip", + "archiveFileName": "WireSusi-0.1.0.zip", + "size": 43162, + "checksum": "SHA-256:7ad97b178dd11dcea84f3e1d8b8f3a782a3b49b7cdbfcfe08afcee19ca382c8a" + }, + { + "name": "WireSusi", + "version": "0.1.1", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.1.1.zip", + "archiveFileName": "WireSusi-0.1.1.zip", + "size": 43192, + "checksum": "SHA-256:bb0e3b3eaaf63b2056f29474d16cf951eda9719bcb0fdce62f808b6a4b556e70" + }, + { + "name": "WireSusi", + "version": "0.1.2", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.1.2.zip", + "archiveFileName": "WireSusi-0.1.2.zip", + "size": 44029, + "checksum": "SHA-256:7abdced465c58ddb692670694f7570e46562c728aef0849d9da0fe0eca402c5e" + }, + { + "name": "WireSusi", + "version": "0.1.3", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.1.3.zip", + "archiveFileName": "WireSusi-0.1.3.zip", + "size": 44197, + "checksum": "SHA-256:82d375cf7dbac56d9d07a7e9101c0c86a88ea1d261e93c0bb46709163d9630ae" + }, + { + "name": "WireSusi", + "version": "0.1.4", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.1.4.zip", + "archiveFileName": "WireSusi-0.1.4.zip", + "size": 44163, + "checksum": "SHA-256:afd11dbdfcb9995c85835ef680715076553f39d6c75fe7359e26490dcfa1809d" + }, + { + "name": "WireSusi", + "version": "0.1.5", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.1.5.zip", + "archiveFileName": "WireSusi-0.1.5.zip", + "size": 50449, + "checksum": "SHA-256:2bda13684cc549c939ac39ccf07d56d563dc95e4efa50aa8d6168eae52babf90" + }, + { + "name": "WireSusi", + "version": "0.1.6", + "author": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "maintainer": "Luca Fidanza \u003cTheFidaxContacts@gmail.com\u003e", + "sentence": "RCN-600 SUSI Messages Over I2c Wire bus.", + "paragraph": "This library permit to use Rcn600 Susi Messages over I2c bus.", + "website": "https://github.com/TheFidax/WireSusi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheFidax/WireSusi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheFidax/WireSusi-0.1.6.zip", + "archiveFileName": "WireSusi-0.1.6.zip", + "size": 50662, + "checksum": "SHA-256:cbd21a4b24ab8c21238bb070f69822997d04fca9bb8eb09c2d9ba82563d91c86" + }, + { + "name": "pimoroniTrackball", + "version": "0.1.0", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+pimoronitrackball@googlemail.com\u003e", + "sentence": "Connect the Pimoroni RGBW trackball breakout to a microcontroller.", + "paragraph": "A basic library to use this nice compact I2C breakout in your microcontroller projects. Supports motion, click/release and controlling the onboard RGBW LEDs.", + "website": "https://github.com/ncmreynolds/pimoroniTrackball", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/pimoroniTrackball.git", + "providesIncludes": [ + "pimoroniTrackball.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/pimoroniTrackball-0.1.0.zip", + "archiveFileName": "pimoroniTrackball-0.1.0.zip", + "size": 879877, + "checksum": "SHA-256:dda552013c5ba76f0ebeb8f42a85c22cc3965b5486787d65d8c65f97aca22dbc" + }, + { + "name": "pimoroniTrackball", + "version": "0.1.1", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+pimoronitrackball@googlemail.com\u003e", + "sentence": "Connect the Pimoroni RGBW trackball breakout to a microcontroller.", + "paragraph": "A basic library to use this nice compact I2C breakout in your microcontroller projects. Supports motion, click/release and controlling the onboard RGBW LEDs.", + "website": "https://github.com/ncmreynolds/pimoroniTrackball", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/pimoroniTrackball.git", + "providesIncludes": [ + "pimoroniTrackball.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/pimoroniTrackball-0.1.1.zip", + "archiveFileName": "pimoroniTrackball-0.1.1.zip", + "size": 879879, + "checksum": "SHA-256:97c94aa1176fe93e0a8ae7ce93aeea54b5405c4cc95fb61c980ec572912a58c3" + }, + { + "name": "pimoroniTrackball", + "version": "0.1.2", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+pimoronitrackball@googlemail.com\u003e", + "sentence": "Connect the Pimoroni RGBW trackball breakout to a microcontroller.", + "paragraph": "A basic library to use this nice compact I2C breakout in your microcontroller projects. Supports motion, click/release and controlling the onboard RGBW LEDs.", + "website": "https://github.com/ncmreynolds/pimoroniTrackball", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/pimoroniTrackball.git", + "providesIncludes": [ + "pimoroniTrackball.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/pimoroniTrackball-0.1.2.zip", + "archiveFileName": "pimoroniTrackball-0.1.2.zip", + "size": 879879, + "checksum": "SHA-256:32217bd0527b0d7c7057879d606dea179782ae11ff7903787e27602faa9ee1ae" + }, + { + "name": "pimoroniTrackball", + "version": "0.1.3", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+pimoronitrackball@googlemail.com\u003e", + "sentence": "Connect the Pimoroni RGBW trackball breakout to a microcontroller.", + "paragraph": "A basic library to use this nice compact I2C breakout in your microcontroller projects. Supports motion, click/release and controlling the onboard RGBW LEDs.", + "website": "https://github.com/ncmreynolds/pimoroniTrackball", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/pimoroniTrackball.git", + "providesIncludes": [ + "pimoroniTrackball.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/pimoroniTrackball-0.1.3.zip", + "archiveFileName": "pimoroniTrackball-0.1.3.zip", + "size": 879915, + "checksum": "SHA-256:bdbc7f56c0eff2877838da9b49622959eeb79bc7ac1079f718c8ecfa7cef40c2" + }, + { + "name": "SoftI2CMaster", + "version": "2.1.7", + "author": "Bernhard Nebel, Peter Fleury", + "maintainer": "Bernhard Nebel", + "sentence": "I2C lib that supports bit banging and hardware support", + "paragraph": "Tiny and lightweight I2C library for master mode only. It features no RAM usage compared to Arduino Wire (210 bytes) and only 500 bytes programming size compared to around 2000 for Wire. Even bit banging mode runs up to 370 kHz I2C clock frequency on a 16 MHz Arduino.", + "website": "https://github.com/felias-fogg/SoftI2CMaster", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/SoftI2CMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/SoftI2CMaster-2.1.7.zip", + "archiveFileName": "SoftI2CMaster-2.1.7.zip", + "size": 75197, + "checksum": "SHA-256:f217bfbc542cf48aeb27acf3a956bdf2cbace5f1d9a665a67dbdf8e7f5eed9dd" + }, + { + "name": "SoftI2CMaster", + "version": "2.1.8", + "author": "Bernhard Nebel, Peter Fleury", + "maintainer": "Bernhard Nebel", + "sentence": "I2C lib that supports bit banging and hardware support", + "paragraph": "Tiny and lightweight I2C library for master mode only. It features no RAM usage compared to Arduino Wire (210 bytes) and only 500 bytes programming size compared to around 2000 for Wire. Even bit banging mode runs up to 370 kHz I2C clock frequency on a 16 MHz Arduino.", + "website": "https://github.com/felias-fogg/SoftI2CMaster", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/SoftI2CMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/SoftI2CMaster-2.1.8.zip", + "archiveFileName": "SoftI2CMaster-2.1.8.zip", + "size": 75913, + "checksum": "SHA-256:d17adc64da69a93fdc4e4bee300dc66c8db5726d48658ee45578893634ed474a" + }, + { + "name": "SoftI2CMaster", + "version": "2.1.9", + "author": "Bernhard Nebel, Peter Fleury", + "maintainer": "Bernhard Nebel", + "sentence": "I2C lib that supports bit banging and hardware support", + "paragraph": "Tiny and lightweight I2C library for master mode only. It features no RAM usage compared to Arduino Wire (210 bytes) and only 500 bytes programming size compared to around 2000 for Wire. Even bit banging mode runs up to 370 kHz I2C clock frequency on a 16 MHz Arduino.", + "website": "https://github.com/felias-fogg/SoftI2CMaster", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/SoftI2CMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/SoftI2CMaster-2.1.9.zip", + "archiveFileName": "SoftI2CMaster-2.1.9.zip", + "size": 75922, + "checksum": "SHA-256:ae08cd6bb2855f26a157e88c241923fde719bf415af8f06aa870dcc4c5a1eae3" + }, + { + "name": "ILI9486_SPI", + "version": "1.0.2", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for ILI9486 SPI TFT display.", + "paragraph": "This library supports ILI9486 SPI TFT to use with Adafruit_GFX", + "website": "https://github.com/ZinggJM/ILI9486_SPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/ILI9486_SPI.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/ILI9486_SPI-1.0.2.zip", + "archiveFileName": "ILI9486_SPI-1.0.2.zip", + "size": 29954, + "checksum": "SHA-256:66bc32b97d7fa82678b2a33b9b29fd732e474b2e0aa48c7d48c0dd54fbf0d6dc" + }, + { + "name": "ILI9486_SPI", + "version": "1.0.3", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for ILI9486 SPI TFT display.", + "paragraph": "This library supports ILI9486 SPI TFT to use with Adafruit_GFX", + "website": "https://github.com/ZinggJM/ILI9486_SPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/ILI9486_SPI.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/ILI9486_SPI-1.0.3.zip", + "archiveFileName": "ILI9486_SPI-1.0.3.zip", + "size": 31668, + "checksum": "SHA-256:60fc4ad3759de02c0e7e4525422d4d31333bbde54b2d5b25198b913a9bd25675" + }, + { + "name": "ILI9486_SPI", + "version": "1.0.4", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for ILI9486 SPI TFT display.", + "paragraph": "This library supports ILI9486 SPI TFT to use with Adafruit_GFX", + "website": "https://github.com/ZinggJM/ILI9486_SPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/ILI9486_SPI.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/ILI9486_SPI-1.0.4.zip", + "archiveFileName": "ILI9486_SPI-1.0.4.zip", + "size": 34319, + "checksum": "SHA-256:c900cf6ba1726a7b0effccf32cad7e7fe776e146842482acdd8b3c800429cc0b" + }, + { + "name": "ILI9486_SPI", + "version": "1.0.5", + "author": "Jean-Marc Zingg", + "maintainer": "Jean-Marc Zingg", + "sentence": "Display Library for ILI9486 SPI TFT display.", + "paragraph": "This library supports ILI9486 SPI TFT to use with Adafruit_GFX", + "website": "https://github.com/ZinggJM/ILI9486_SPI", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/ILI9486_SPI.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/ILI9486_SPI-1.0.5.zip", + "archiveFileName": "ILI9486_SPI-1.0.5.zip", + "size": 34354, + "checksum": "SHA-256:141d6339a1adb671aba3c3ec9284c11d105ef698cb7a15e312f0f2922b360080" + }, + { + "name": "GFX_Extensions", + "version": "1.8.2", + "author": "Adafruit, modified", + "maintainer": "Jean-Marc Zingg", + "sentence": "Sub classes extracts of Adafruit GFX graphics core library", + "paragraph": "Named GFX_Extensions to co-exist with Adafruit_GFX", + "website": "https://github.com/ZinggJM/GFX_Extensions", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GFX_Extensions.git", + "dependencies": [ + { + "name": "GFX_Root" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Extensions-1.8.2.zip", + "archiveFileName": "GFX_Extensions-1.8.2.zip", + "size": 42311, + "checksum": "SHA-256:8bf481952d496ce87bb9fd3fea288c125ff94ade034837465edf70da8b6d0161" + }, + { + "name": "GFX_Extensions", + "version": "1.8.3", + "author": "Adafruit, modified", + "maintainer": "Jean-Marc Zingg", + "sentence": "Sub classes extracts of Adafruit GFX graphics core library", + "paragraph": "Named GFX_Extensions to co-exist with Adafruit_GFX", + "website": "https://github.com/ZinggJM/GFX_Extensions", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ZinggJM/GFX_Extensions.git", + "dependencies": [ + { + "name": "GFX_Root" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Extensions-1.8.3.zip", + "archiveFileName": "GFX_Extensions-1.8.3.zip", + "size": 42336, + "checksum": "SHA-256:2f726164854580d3c9e736d01be3f6a6f576d3ace4c21142264e0abba2813f81" + }, + { + "name": "lansium-arduino", + "version": "1.0.0", + "author": "Lansium", + "maintainer": "tmhung \u003ctmhung@vinabenri.com\u003e", + "sentence": "Connect board to Lansium Server", + "paragraph": "Lansium-Arduino is a library for connect board to Lansium Server using SocketIO.", + "website": "https://github.com/lansium-dev/lansium-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lansium-dev/lansium-arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lansium-dev/lansium_arduino-1.0.0.zip", + "archiveFileName": "lansium_arduino-1.0.0.zip", + "size": 5797, + "checksum": "SHA-256:50f8b10545d522f810e023afe022642f65ca0c0d4fd529a9d05cd17afe0e2753" + }, + { + "name": "lansium-arduino", + "version": "1.0.2", + "author": "Lansium", + "maintainer": "LansiumDev \u003ctmhung@vinabenri.com\u003e", + "sentence": "Connect board to Lansium Server", + "paragraph": "Lansium-Arduino is a library for connect board to Lansium Server using SocketIO.", + "website": "https://github.com/lansium-dev/lansium-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lansium-dev/lansium-arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lansium-dev/lansium_arduino-1.0.2.zip", + "archiveFileName": "lansium_arduino-1.0.2.zip", + "size": 6883, + "checksum": "SHA-256:97fc25bede66bc9119b4e5c4d36888bce28417bd8082fbaf2983d8c456b2f5e2" + }, + { + "name": "A89306_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls A89306", + "paragraph": "It can write and read value of brushless motor controller A89306.", + "website": "https://github.com/asukiaaa/arduino-A89306", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-A89306.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + }, + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/A89306_asukiaaa-1.0.0.zip", + "archiveFileName": "A89306_asukiaaa-1.0.0.zip", + "size": 12640, + "checksum": "SHA-256:c5e2d701066ceb1973abe808f3dc857ddc3ef55dd7ad66bc6da661a37984e1e8" + }, + { + "name": "A89306_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls A89306", + "paragraph": "It can write and read value of brushless motor controller A89306.", + "website": "https://github.com/asukiaaa/arduino-A89306", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-A89306.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + }, + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/A89306_asukiaaa-1.0.1.zip", + "archiveFileName": "A89306_asukiaaa-1.0.1.zip", + "size": 12649, + "checksum": "SHA-256:8208258a6e12d2f389883e8047e7d6bb9221485acf116045e547fee681154534" + }, + { + "name": "A89306_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls A89306", + "paragraph": "It can write and read value of brushless motor controller A89306.", + "website": "https://github.com/asukiaaa/arduino-A89306", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-A89306.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + }, + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/A89306_asukiaaa-1.0.2.zip", + "archiveFileName": "A89306_asukiaaa-1.0.2.zip", + "size": 12769, + "checksum": "SHA-256:b25241ff2fb9ed01c49f9af3203c4af5ba10bd01cd8f722d7653a1266ae0a758" + }, + { + "name": "SoftwareSerialTX", + "version": "0.0.1", + "author": "Jueff", + "maintainer": "Jürgen (MobaLedLib@gmx.at)", + "sentence": "\u003ch3\u003eA SoftwareSerial implementation only for transmitting data, maximum size reduced \u003c/h3\u003e", + "website": "https://github.com/Jueff/SoftwareSerialTX", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/SoftwareSerialTX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/SoftwareSerialTX-0.0.1.zip", + "archiveFileName": "SoftwareSerialTX-0.0.1.zip", + "size": 15096, + "checksum": "SHA-256:bcc13eb8ca323cb228c8c84ad2cebbd8c46114f995a0963896a3c2d29f7b8092" + }, + { + "name": "SoftwareSerialTX", + "version": "0.0.3", + "author": "Jueff", + "maintainer": "Jürgen (MobaLedLib@gmx.at)", + "sentence": "\u003ch3\u003eA SoftwareSerial implementation only for transmitting data, maximum size reduced \u003c/h3\u003e", + "website": "https://github.com/Jueff/SoftwareSerialTX", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/SoftwareSerialTX.git", + "providesIncludes": [ + "SoftwareSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/SoftwareSerialTX-0.0.3.zip", + "archiveFileName": "SoftwareSerialTX-0.0.3.zip", + "size": 15104, + "checksum": "SHA-256:5be81a0fc4757e6d315ccc37e2422b8b7c04f178764ab474d3ed316f6f1ad3f1" + }, + { + "name": "SoftwareSerialTX", + "version": "0.0.31", + "author": "Jueff", + "maintainer": "Jürgen (MobaLedLib@gmx.at)", + "sentence": "\u003ch3\u003eA SoftwareSerial implementation only for transmitting data, maximum size reduced \u003c/h3\u003e", + "website": "https://github.com/Jueff/SoftwareSerialTX", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/SoftwareSerialTX.git", + "providesIncludes": [ + "SoftwareSerialTX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/SoftwareSerialTX-0.0.31.zip", + "archiveFileName": "SoftwareSerialTX-0.0.31.zip", + "size": 15128, + "checksum": "SHA-256:9edfb2323fd70f62c6e7eb06a4159b5ad9bc8cb7b085a4846f309f44f37a955d" + }, + { + "name": "SoftwareSerialTX", + "version": "0.0.32", + "author": "Jueff", + "maintainer": "Jürgen (MobaLedLib@gmx.at)", + "sentence": "\u003ch3\u003eA SoftwareSerial implementation only for transmitting data, maximum size reduced \u003c/h3\u003e", + "paragraph": "0.0.32 beta", + "website": "https://github.com/Jueff/SoftwareSerialTX", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/SoftwareSerialTX.git", + "providesIncludes": [ + "SoftwareSerialTX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/SoftwareSerialTX-0.0.32.zip", + "archiveFileName": "SoftwareSerialTX-0.0.32.zip", + "size": 15133, + "checksum": "SHA-256:b1f768614f5b3570b87c9bf342f101f476fcfa2d831718001dcdc6cc773c1189" + }, + { + "name": "SoftwareSerialTX", + "version": "0.0.33", + "author": "Jueff", + "maintainer": "Jürgen (MobaLedLib@gmx.at)", + "sentence": "\u003ch3\u003eA SoftwareSerial implementation only for transmitting data, maximum size reduced \u003c/h3\u003e", + "paragraph": "0.0.33 release", + "website": "https://github.com/Jueff/SoftwareSerialTX", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/SoftwareSerialTX.git", + "providesIncludes": [ + "SoftwareSerialTX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/SoftwareSerialTX-0.0.33.zip", + "archiveFileName": "SoftwareSerialTX-0.0.33.zip", + "size": 15134, + "checksum": "SHA-256:adad7180baab009afaf87c66be8d0fc22696a6d340a5c181fd0b7a212c562622" + }, + { + "name": "MonteCarloPi", + "version": "0.8.3", + "author": "cygig, rubbish52@hotmail.com", + "maintainer": "cygig, rubbish52@hotmail.com", + "sentence": "MonteCarloPi is a library to benchmark Arduinos by estimating the value of pi.", + "paragraph": "It uses the Monte Carlo method to estimate pi, and it works with both single core Arduino like the UNO as well as multi-core ones like ESP32.", + "website": "https://github.com/cygig/MonteCarloPi", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cygig/MonteCarloPi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/MonteCarloPi-0.8.3.zip", + "archiveFileName": "MonteCarloPi-0.8.3.zip", + "size": 598252, + "checksum": "SHA-256:a052391b80911cbcdfd01d1700b2ffcb84d1e7385eb4f1971c8d319c54a1421c" + }, + { + "name": "Oscup", + "version": "1.2.0-beta", + "author": "Daniel Rossi \u003cminiprojectsofficial@gmail.com\u003e", + "maintainer": "Daniel Rossi \u003cminiprojectsofficial@gmail.com\u003e", + "sentence": "Oscup is a customized UART protocol for ESP32!", + "paragraph": "Oscup manages the UART communication by inserting a prehamble with ID, COMMAND and PAYLOAD_LENGTH, and uses CRC16 for detecting errors. It uses a payload of 40 bytes which can be user-defined. This Arduino library comes also with a python library", + "website": "https://github.com/ProjectoOfficial/Oscup", + "category": "Communication", + "architectures": [ + "ESP32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ProjectoOfficial/Oscup.git", + "providesIncludes": [ + "Oscup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ProjectoOfficial/Oscup-1.2.0-beta.zip", + "archiveFileName": "Oscup-1.2.0-beta.zip", + "size": 26176, + "checksum": "SHA-256:757a40658a6b67085f45d451e9b1086e1d63c6785768fc27df5544ffa17f2700" + }, + { + "name": "Oscup", + "version": "1.2.1", + "author": "Daniel Rossi \u003cminiprojectsofficial@gmail.com\u003e", + "maintainer": "Daniel Rossi \u003cminiprojectsofficial@gmail.com\u003e", + "sentence": "Oscup is a customized UART protocol for ESP32!", + "paragraph": "Oscup manages the UART communication by inserting a prehamble with ID, COMMAND and PAYLOAD_LENGTH, and uses CRC16 for detecting errors. It uses a payload of 40 bytes which can be user-defined. This Arduino library comes also with a python library", + "website": "https://github.com/ProjectoOfficial/Oscup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ProjectoOfficial/Oscup.git", + "providesIncludes": [ + "Oscup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ProjectoOfficial/Oscup-1.2.1.zip", + "archiveFileName": "Oscup-1.2.1.zip", + "size": 302843, + "checksum": "SHA-256:747ceb826bba3f8eb29e1a710924d018be80bc0c77ccba0a424983b2a7a7f970" + }, + { + "name": "Oscup", + "version": "1.2.4", + "author": "Daniel Rossi \u003cminiprojectsofficial@gmail.com\u003e", + "maintainer": "Daniel Rossi \u003cminiprojectsofficial@gmail.com\u003e", + "sentence": "Oscup is a customized UART protocol for ESP32!", + "paragraph": "Oscup manages the UART communication by inserting a prehamble with ID, COMMAND and PAYLOAD_LENGTH, and uses CRC16 for detecting errors. It uses a payload of 40 bytes which can be user-defined. This Arduino library comes also with a python library", + "website": "https://github.com/ProjectoOfficial/Oscup", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ProjectoOfficial/Oscup.git", + "providesIncludes": [ + "Oscup.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ProjectoOfficial/Oscup-1.2.4.zip", + "archiveFileName": "Oscup-1.2.4.zip", + "size": 305788, + "checksum": "SHA-256:4dbe25a177496211f4a967f8f4e63f41bd25c977110587d4a191dba9962e6c47" + }, + { + "name": "Franzininho_LiquidCrystal", + "version": "1.0.0", + "author": "Franzininho, Halysson", + "maintainer": "Franzininho \u003ccontato@franzininho.com.br\u003e", + "sentence": "Allows communication with alphanumerical liquid crystal displays (LCDs).", + "paragraph": "This library allows an Arduino board to control liquid crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).", + "website": "*", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Franzininho/Franzininho_LiquidCrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Franzininho/Franzininho_LiquidCrystal-1.0.0.zip", + "archiveFileName": "Franzininho_LiquidCrystal-1.0.0.zip", + "size": 6067, + "checksum": "SHA-256:7a8b84747baf0b8e26001b2a18c3cce9d0a00fa8669631c61aff67199abd4145" + }, + { + "name": "SNMP_Agent", + "version": "2.0.1", + "author": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "maintainer": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "sentence": "Arduino_SNMP: An SNMPv2c Agent for Arduino", + "paragraph": "(Previously Arduino_SNMP)", + "website": "https://github.com/0neblock/Arduino_SNMP", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0neblock/Arduino_SNMP.git", + "providesIncludes": [ + "SNMP_Agent.h", + "SNMPTrap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/0neblock/SNMP_Agent-2.0.1.zip", + "archiveFileName": "SNMP_Agent-2.0.1.zip", + "size": 166342, + "checksum": "SHA-256:5bb3abff64ab0b743295eaed5206156e6cf2e088e4ecedb941ee4e40e8f332b4" + }, + { + "name": "SNMP_Agent", + "version": "2.0.2", + "author": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "maintainer": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "sentence": "SNMP Agent: An fully compliant SNMPv2c Agent for esp32 for acting as an SNMP client device.", + "paragraph": "(Previously Arduino_SNMP) Can respond to SNMP GET and SET requests, and can send SNMP v1 or SNMP v2c TRAP and INFORM messages.", + "website": "https://github.com/0neblock/Arduino_SNMP", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0neblock/Arduino_SNMP.git", + "providesIncludes": [ + "SNMP_Agent.h", + "SNMPTrap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/0neblock/SNMP_Agent-2.0.2.zip", + "archiveFileName": "SNMP_Agent-2.0.2.zip", + "size": 169030, + "checksum": "SHA-256:7dc17c9ccb61143bc8eeea20f8aa9ce49432cb63b32a80ae01860b2d17535855" + }, + { + "name": "SNMP_Agent", + "version": "2.0.3", + "author": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "maintainer": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "sentence": "SNMP Agent: An fully compliant SNMPv2c Agent for esp32 for acting as an SNMP client device.", + "paragraph": "(Previously Arduino_SNMP) Can respond to SNMP GET and SET requests, and can send SNMP v1 or SNMP v2c TRAP and INFORM messages.", + "website": "https://github.com/0neblock/Arduino_SNMP", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0neblock/Arduino_SNMP.git", + "providesIncludes": [ + "SNMP_Agent.h", + "SNMPTrap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/0neblock/SNMP_Agent-2.0.3.zip", + "archiveFileName": "SNMP_Agent-2.0.3.zip", + "size": 173659, + "checksum": "SHA-256:ae0b05273bb38279ab89a3d548abfae455b4481ce3b482c4d48bdd547b7a9770" + }, + { + "name": "SNMP_Agent", + "version": "2.1.0", + "author": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "maintainer": "Aidan Cyr \u003ccyraidan@gmail.com\u003e", + "sentence": "SNMP Agent: An fully compliant SNMPv2c Agent for esp32 for acting as an SNMP client device.", + "paragraph": "(Previously Arduino_SNMP) Can respond to SNMP GET and SET requests, and can send SNMP v1 or SNMP v2c TRAP and INFORM messages.", + "website": "https://github.com/0neblock/Arduino_SNMP", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0neblock/Arduino_SNMP.git", + "providesIncludes": [ + "SNMP_Agent.h", + "SNMPTrap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/0neblock/SNMP_Agent-2.1.0.zip", + "archiveFileName": "SNMP_Agent-2.1.0.zip", + "size": 177485, + "checksum": "SHA-256:01237596bdfe6546cc1d841be5d155739953784975b59caf29a1d464c416e31c" + }, + { + "name": "AsyncWebConfig", + "version": "1.0.0", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor for asynchron web server.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/AsyncWebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/AsyncWebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/AsyncWebConfig-1.0.0.zip", + "archiveFileName": "AsyncWebConfig-1.0.0.zip", + "size": 17994, + "checksum": "SHA-256:86fecbd8fd33d87cd166a10c05e0edc556901caeff78724749e31e858767cf5a" + }, + { + "name": "AsyncWebConfig", + "version": "1.0.1", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor for asynchron web server.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/AsyncWebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/AsyncWebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/AsyncWebConfig-1.0.1.zip", + "archiveFileName": "AsyncWebConfig-1.0.1.zip", + "size": 17984, + "checksum": "SHA-256:d03e3114425248a46b4dfa5167cadba8509a9ae9cd155aaa26094cd986e729c8" + }, + { + "name": "AsyncWebConfig", + "version": "1.0.2", + "author": "Gerald Lechner", + "maintainer": "Gerald Lechner", + "sentence": "A web based configuration editor for asynchron web server.", + "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", + "website": "https://github.com/GerLech/AsyncWebConfig/blob/master/README.md", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GerLech/AsyncWebConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/AsyncWebConfig-1.0.2.zip", + "archiveFileName": "AsyncWebConfig-1.0.2.zip", + "size": 17995, + "checksum": "SHA-256:f71f887cc981f440618832ae67a7e686cb1b1f39de78a459f71858de50dc6b58" + }, + { + "name": "FireBase32", + "version": "1.0.0", + "author": "ohadXD", + "maintainer": "ohadXD \u003cohadb93@gmail.com\u003e", + "sentence": "Allows communication with Firebase.", + "paragraph": "This client library provides the complete, fast, secured and reliable operations to read, store and update data in your Firebase Realtime database.", + "website": "https://github.com/ohad32/FireBase32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ohad32/FireBase32.git", + "dependencies": [ + { + "name": "Firebase ESP32 Client" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ohad32/FireBase32-1.0.0.zip", + "archiveFileName": "FireBase32-1.0.0.zip", + "size": 4021, + "checksum": "SHA-256:c236e0c5fc9acf14d2c991f16c684db18c36a0874094d41382b25a7709da868b" + }, + { + "name": "Robust-EEPROM", + "version": "1.0.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-1.0.0.zip", + "archiveFileName": "Robust_EEPROM-1.0.0.zip", + "size": 23605, + "checksum": "SHA-256:1d5f979038bccebe1c97da461ee6091793f7b1f106ff8915e0fbe06d1db29cda" + }, + { + "name": "Robust-EEPROM", + "version": "1.1.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-1.1.0.zip", + "archiveFileName": "Robust_EEPROM-1.1.0.zip", + "size": 22477, + "checksum": "SHA-256:2d64ae59a8d6c01a6cc800fdefe10df4f17013e65fe28187112a7ffa4533323f" + }, + { + "name": "Robust-EEPROM", + "version": "1.2.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-1.2.0.zip", + "archiveFileName": "Robust_EEPROM-1.2.0.zip", + "size": 23098, + "checksum": "SHA-256:1aeb8f24126d9bb5fb05bc360c5df110b5bc543c30a5b1eb70d3711bc9927a88" + }, + { + "name": "Robust-EEPROM", + "version": "1.2.1", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-1.2.1.zip", + "archiveFileName": "Robust_EEPROM-1.2.1.zip", + "size": 20296, + "checksum": "SHA-256:18309ded59a4fb842fb077dbd2cf5775818f557384289c1fb209d0bd4c40b5a1" + }, + { + "name": "Robust-EEPROM", + "version": "2.0.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-2.0.0.zip", + "archiveFileName": "Robust_EEPROM-2.0.0.zip", + "size": 20411, + "checksum": "SHA-256:b4e5acc51628fafde6c8558233fc799483867804c9623ff91a5d1bedcdc3c782" + }, + { + "name": "Robust-EEPROM", + "version": "2.1.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-2.1.0.zip", + "archiveFileName": "Robust_EEPROM-2.1.0.zip", + "size": 21445, + "checksum": "SHA-256:b13794ffb2fc552aee36e38f836dd30c04af7d2fa9480c21fa2805342a044e1b" + }, + { + "name": "Robust-EEPROM", + "version": "2.1.1", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-2.1.1.zip", + "archiveFileName": "Robust_EEPROM-2.1.1.zip", + "size": 21750, + "checksum": "SHA-256:38f41f71535176fb12745f58c56e604392e569fc6b48d25bfc2ea721432bfb46" + }, + { + "name": "Robust-EEPROM", + "version": "2.1.2", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-2.1.2.zip", + "archiveFileName": "Robust_EEPROM-2.1.2.zip", + "size": 21763, + "checksum": "SHA-256:45fbdbe9140394491d90840459efbe605625896eee98dad7ba1391e202ead785" + }, + { + "name": "Robust-EEPROM", + "version": "2.2.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "Allows the use of unallocated bytes on an EEPROM memory as redundant memory for failed allocated bytes.", + "paragraph": "This library uses EEPROM Virtual Addresses that are converted to Physical ones accordingly to the working Physical memory.", + "website": "https://github.com/ruiseixasm/Robust-EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Robust-EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Robust_EEPROM-2.2.0.zip", + "archiveFileName": "Robust_EEPROM-2.2.0.zip", + "size": 21822, + "checksum": "SHA-256:91c6f6c9ba690453e1ce4948396ca28e813fa0b0c7adee678c5ebf05e3a352ae" + }, + { + "name": "STM32duino X-NUCLEO-53L5A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX sensors on board of X-NUCLEO-53L5A1", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/X-NUCLEO-53L5A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L5A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L5CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L5A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L5A1-1.0.0.zip", + "size": 40731, + "checksum": "SHA-256:a7fa4bc8c375908028ca623bbbd6d17a08c0a75d8c2cff50262cb2e79e4047a1" + }, + { + "name": "STM32duino X-NUCLEO-53L5A1", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX sensors on board of X-NUCLEO-53L5A1", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/X-NUCLEO-53L5A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L5A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L5CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L5A1-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L5A1-1.1.0.zip", + "size": 40751, + "checksum": "SHA-256:d5fe7b9f0d47cfb7fa8e2d7f349ac02e21970697f901e1e3de96116e5b12167e" + }, + { + "name": "STM32duino X-NUCLEO-53L5A1", + "version": "1.1.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX sensors on board of X-NUCLEO-53L5A1", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/X-NUCLEO-53L5A1", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L5A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L5CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L5A1-1.1.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L5A1-1.1.1.zip", + "size": 40986, + "checksum": "SHA-256:d7fc90dc905dc05c6d9af68720d180725d0ee88413f6bac1f29f602d6bec2c5f" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.0.0.zip", + "size": 189995, + "checksum": "SHA-256:08779c832e569c07ccd74f4ca40558c97df8fb38693a2a06c2c6ef4d426ceaa1" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.0.1.zip", + "size": 189991, + "checksum": "SHA-256:b89386e4b3d814c4316ad40964db706661da372435ec2aec48f3302f8f2b2c16" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.1.0.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.1.0.zip", + "size": 189894, + "checksum": "SHA-256:ddbeb676352b7a1399712adcbdb38171af9681e720cc51dea6eedae66cbb32e8" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.1.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.1.1.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.1.1.zip", + "size": 189903, + "checksum": "SHA-256:34a34eed82385d901ff61a70c800855f15a2d2bba8ceff854185605bf8f09570" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.2.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.2.0.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.2.0.zip", + "size": 189915, + "checksum": "SHA-256:5702d95858111febbe02df1b65a1d5e922bf8b19520087555ba229420c74f45d" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.2.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.2.1.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.2.1.zip", + "size": 189913, + "checksum": "SHA-256:e8b81e7acca543b588956c8815aebdad52851ad888881719a04c4febdaf831a3" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.2.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.2.2.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.2.2.zip", + "size": 190245, + "checksum": "SHA-256:5917225fff31e4f5b194e8876cc394a8caff8a21d8e972816362f0c17df08f6e" + }, + { + "name": "STM32duino VL53L5CX", + "version": "1.2.3", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L5CX", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L5CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L5CX-1.2.3.zip", + "archiveFileName": "STM32duino_VL53L5CX-1.2.3.zip", + "size": 190256, + "checksum": "SHA-256:30bf1aa0932846bbb9c2348014955c243117c1b96d97f2a2d1f72bd57a9cd41a" + }, + { + "name": "FTTech Swarm", + "version": "0.1.0", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SmartNode Swarm easier to use.", + "paragraph": "Improved usability with common commands and parameters and automatic sleeping methods.", + "website": "https://github.com/FTTechBrasil", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_Swarm.git", + "dependencies": [ + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Swarm-0.1.0.zip", + "archiveFileName": "FTTech_Swarm-0.1.0.zip", + "size": 6960, + "checksum": "SHA-256:1c81e5eadd5a84e3af6daa346368aacb61b80494855ba0f94228d24f9f9b5ec1" + }, + { + "name": "FTTech Swarm", + "version": "0.1.1", + "author": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "maintainer": "FTTechBrasil \u003ccontato@fttech.com.br\u003e", + "sentence": "Arduino IDE Library to make our SmartNode Swarm easier to use.", + "paragraph": "Improved usability with common commands and parameters and automatic sleeping methods.", + "website": "https://github.com/FTTechBrasil", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/FTTechBrasil/FTTech_Swarm.git", + "dependencies": [ + { + "name": "FTTech SAMD51 Clicks" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/FTTechBrasil/FTTech_Swarm-0.1.1.zip", + "archiveFileName": "FTTech_Swarm-0.1.1.zip", + "size": 6950, + "checksum": "SHA-256:515cbfc852ec765620d56e6a225d21b29e6fb7587c20470795cbf64d558da81d" + }, + { + "name": "ezAnalogKeypad", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Analog Keypad and Analog Buttons library for Arduino, ESP32", + "paragraph": "The library supports the analog keypad and button array that connects to a single analog input pin. It is designed for Arduino, ESP32, ESP8266...", + "website": "https://arduinogetstarted.com/tutorials/arduino-analog-keypad-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/Analog-Keypad.git", + "providesIncludes": [ + "ezAnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezAnalogKeypad-1.0.0.zip", + "archiveFileName": "ezAnalogKeypad-1.0.0.zip", + "size": 7920, + "checksum": "SHA-256:102ebeff0c4563c8f39754f658ef3868cb8f8ca9b7f984e739ce19e9448dae8f" + }, + { + "name": "ezAnalogKeypad", + "version": "1.0.1", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Analog Keypad and Analog Buttons library for Arduino, ESP32", + "paragraph": "The library supports the analog keypad and button array that connects to a single analog input pin. It is designed for Arduino, ESP32, ESP8266...", + "website": "https://arduinogetstarted.com/tutorials/arduino-analog-keypad-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/Analog-Keypad.git", + "providesIncludes": [ + "ezAnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezAnalogKeypad-1.0.1.zip", + "archiveFileName": "ezAnalogKeypad-1.0.1.zip", + "size": 7919, + "checksum": "SHA-256:80a4aae9ed3894befc863d47a5d7fe329df12d508342f80a91418b38b594e677" + }, + { + "name": "ezAnalogKeypad", + "version": "1.0.2", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "Analog Keypad and Analog Buttons library for Arduino, ESP32", + "paragraph": "The library supports the analog keypad and button array that connects to a single analog input pin. It is designed for Arduino, ESP32, ESP8266...", + "website": "https://arduinogetstarted.com/tutorials/arduino-analog-keypad-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/Analog-Keypad.git", + "providesIncludes": [ + "ezAnalogKeypad.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezAnalogKeypad-1.0.2.zip", + "archiveFileName": "ezAnalogKeypad-1.0.2.zip", + "size": 7922, + "checksum": "SHA-256:80302d7fad6b1704bbed40ec4c2fb2c372a8e2e72adb73dc235154599ba6f33b" + }, + { + "name": "Artron DS1338", + "version": "1.0.0", + "author": "ArtronShop", + "maintainer": "Sonthaya.NT \u003csonthaya.nt@artronshop.co.th\u003e", + "sentence": "Arduino library of RTC DS1338.", + "paragraph": "Arduino library of RTC DS1338.", + "website": "https://github.com/ArtronShop/Artron_DS1338", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArtronShop/Artron_DS1338.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/Artron_DS1338-1.0.0.zip", + "archiveFileName": "Artron_DS1338-1.0.0.zip", + "size": 4664, + "checksum": "SHA-256:25dd3640c46f6fac9577451f2c643ecc94cd17af4f72c1b9613efcc71379959e" + }, + { + "name": "Matrix Laser Sensor", + "version": "1.0.0", + "author": "KKITC", + "maintainer": "Matrix Robotics \u0026 KKITC \u003cservice1@kkitc.net\u003e", + "sentence": "a laser rangefinder.", + "paragraph": "Support 21~1999mm distance detection at 50Hz sample rate, scale down to 1mm.", + "website": "https://github.com/Matrix-Robotics/MatrixLaserSensor", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Matrix-Robotics/MatrixLaserSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrix-Robotics/Matrix_Laser_Sensor-1.0.0.zip", + "archiveFileName": "Matrix_Laser_Sensor-1.0.0.zip", + "size": 11269, + "checksum": "SHA-256:4c174105573154aea98a705bce6a69c406a859d087a6e84dc27a54fe1a94e4fc" + }, + { + "name": "glpi_esp8266", + "version": "0.0.1", + "author": "Verdanatech Soluções em TI halexsandro.sales@verdanatech.com", + "maintainer": "Verdanatech Soluções em TI halexsandro.sales@verdanatech.com", + "sentence": "It performs the integration between the GLPi system and the ESP8266", + "paragraph": "The glpi_esp8266 library has the mission of enabling Companies or Service Departments to bring a greater level of intelligence to their Businesses, reduce resources through active monitoring and accelerate the delivery of Value to their Clients.", + "website": "https://github.com/verdanatech/glpi_esp8266", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/verdanatech/glpi_esp8266.git", + "dependencies": [ + { + "name": "ESP8266HTTPClient.h" + }, + { + "name": "ESP8266WiFi.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/verdanatech/glpi_esp8266-0.0.1.zip", + "archiveFileName": "glpi_esp8266-0.0.1.zip", + "size": 17953, + "checksum": "SHA-256:4180998494eca37752b38914dd1fa8965d299d7aff3d889c303ac53ae03b0c46" + }, + { + "name": "glpi_esp8266", + "version": "0.0.2", + "author": "Verdanatech Soluções em TI halexsandro.sales@verdanatech.com", + "maintainer": "Verdanatech Soluções em TI halexsandro.sales@verdanatech.com", + "sentence": "It performs the integration between the GLPi system and the ESP8266", + "paragraph": "The glpi_esp8266 library has the mission of enabling Companies or Service Departments to bring a greater level of intelligence to their Businesses, reduce resources through active monitoring and accelerate the delivery of Value to their Clients.", + "website": "https://github.com/verdanatech/glpi_esp8266", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/verdanatech/glpi_esp8266.git", + "dependencies": [ + { + "name": "ESP8266HTTPClient.h" + }, + { + "name": "ESP8266WiFi.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/verdanatech/glpi_esp8266-0.0.2.zip", + "archiveFileName": "glpi_esp8266-0.0.2.zip", + "size": 19158, + "checksum": "SHA-256:e383415fbe05692c5edf580cb6c845709b27a30c0534abcfb506a86f594fed90" + }, + { + "name": "AioP13", + "version": "1.0.0", + "author": "Thorsten Godau (dl9sec)", + "maintainer": "Thorsten Godau \u003cinfo@dl9sec.de\u003e", + "license": "BSD-3-clause", + "sentence": "Another implementation of Plan13 in C++", + "paragraph": "Compact and modular port to smaller processors including the Atmel AVR chips. Originally authored by Mark VandeWettering (https://github.com/brainwagon/angst/tree/master/P13)", + "website": "https://github.com/dl9sec/AioP13", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dl9sec/AioP13.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dl9sec/AioP13-1.0.0.zip", + "archiveFileName": "AioP13-1.0.0.zip", + "size": 2073951, + "checksum": "SHA-256:1c0b157546e08124c37cc756811b6d2216188395700aafa9145896089e09f2bb" + }, + { + "name": "AioP13", + "version": "1.0.1", + "author": "Thorsten Godau (dl9sec)", + "maintainer": "Thorsten Godau \u003chttps://github.com/dl9sec\u003e", + "license": "BSD-3-Clause", + "sentence": "Another implementation of G3RUH's PLAN-13 for satellite and sun prediction.", + "paragraph": "Compact and modular port to smaller processors including the Atmel AVR chips and reworked for flawless library use in the Arduino ecosystem. Originally authored by Mark VandeWettering K6HX (https://github.com/brainwagon/angst/tree/master/P13)", + "website": "https://github.com/dl9sec/AioP13", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dl9sec/AioP13.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dl9sec/AioP13-1.0.1.zip", + "archiveFileName": "AioP13-1.0.1.zip", + "size": 2074019, + "checksum": "SHA-256:4ee49a829aff1df98ee138140a7a0649949074e61f9377df73138cd890116022" + }, + { + "name": "AioP13", + "version": "1.0.4", + "author": "Thorsten Godau (dl9sec)", + "maintainer": "Thorsten Godau \u003chttps://github.com/dl9sec\u003e", + "license": "BSD-3-Clause", + "sentence": "Another implementation of G3RUHs PLAN-13 for satellite and sun prediction.", + "paragraph": "Compact and modular port to smaller processors including the Atmel AVR chips and reworked for flawless library use in the Arduino ecosystem. Originally authored by Mark VandeWettering K6HX (https://github.com/brainwagon/angst/tree/master/P13)", + "website": "https://github.com/dl9sec/AioP13", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dl9sec/AioP13.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dl9sec/AioP13-1.0.4.zip", + "archiveFileName": "AioP13-1.0.4.zip", + "size": 2074206, + "checksum": "SHA-256:d9432b5b5f66845fe710fc7954f1a06ac4e00275e424b520495688db4a0f5d47" + }, + { + "name": "Easy SevenSeg", + "version": "1.0.0", + "author": "Maksym Netreba", + "maintainer": "Maksym Netreba", + "sentence": "Easily connect and play with a seven-segment display (single-digit type).", + "paragraph": "Supports digits and some characters. No shift registers needed. Connects directly to Arduino", + "website": "https://github.com/NeMaksym/Arduino-EasySevenSeg", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NeMaksym/Arduino-EasySevenSeg.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NeMaksym/Easy_SevenSeg-1.0.0.zip", + "archiveFileName": "Easy_SevenSeg-1.0.0.zip", + "size": 7094, + "checksum": "SHA-256:6698428780ae1b0be6e9fb3729bb290b03f64dd02ce21c7ca75fa81c550ddfc5" + }, + { + "name": "List", + "version": "1.0.0", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-1.0.0.zip", + "archiveFileName": "List-1.0.0.zip", + "size": 48151, + "checksum": "SHA-256:b9b1cbbd5a3e11fbdb6e1391d9097317187e8a93ed5743417ea9ba7fe2e7fa8d" + }, + { + "name": "List", + "version": "1.0.1", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-1.0.1.zip", + "archiveFileName": "List-1.0.1.zip", + "size": 48271, + "checksum": "SHA-256:3e4f32bea975322f541ded4039a06394f41f452215bb5e3cd5d0d87d28a90b9b" + }, + { + "name": "List", + "version": "2.0.0", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-2.0.0.zip", + "archiveFileName": "List-2.0.0.zip", + "size": 48478, + "checksum": "SHA-256:5e5b319e688f8dd424a8c94e2c3212f6058e4106c0d32cf14f9eba6c4cdf310f" + }, + { + "name": "List", + "version": "2.1.0", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-2.1.0.zip", + "archiveFileName": "List-2.1.0.zip", + "size": 51226, + "checksum": "SHA-256:f1ccf08ae4717d7739abf120efbce031a929679319b58edadf02841b8c4ba565" + }, + { + "name": "List", + "version": "2.1.1", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-2.1.1.zip", + "archiveFileName": "List-2.1.1.zip", + "size": 51388, + "checksum": "SHA-256:d58dcb0dc153e551eb89e8d8cf41e1f31f79996b1eb982a61de7af42cd0c4e50" + }, + { + "name": "List", + "version": "2.1.2", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-2.1.2.zip", + "archiveFileName": "List-2.1.2.zip", + "size": 52093, + "checksum": "SHA-256:26e405000a3df0145530e72f65a0aaf27c68713aa715fc86165c57b7dffa5325" + }, + { + "name": "List", + "version": "2.1.3", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-2.1.3.zip", + "archiveFileName": "List-2.1.3.zip", + "size": 52094, + "checksum": "SHA-256:e559a4b91f895f5aa795ad81031bfad2db0c5b09922a80b594eadab6d20ed13e" + }, + { + "name": "List", + "version": "2.1.4", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-2.1.4.zip", + "archiveFileName": "List-2.1.4.zip", + "size": 52416, + "checksum": "SHA-256:cfc1a154ac94234751f2a8f19f5d801d1c049c3e7a3d29bd0a6dd6cc8badee67" + }, + { + "name": "List", + "version": "3.0.0", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "The Ultimate Collection of Lists", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.", + "website": "https://github.com/nkaaf/Arduino-List", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-List.git", + "providesIncludes": [ + "List.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/List-3.0.0.zip", + "archiveFileName": "List-3.0.0.zip", + "size": 86561, + "checksum": "SHA-256:5f4d735887aa39078a0b3d7aa488e4217e57d4a78004c841a8872700b80a984a" + }, + { + "name": "TapCode", + "version": "0.1.0", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+TapCode@googlemail.com\u003e", + "sentence": "An Arduino library to interpret 'tap code' sent with a single button.", + "paragraph": "Tap code is similar to Morse code but easier to send, learn and read while being slower.", + "website": "https://github.com/ncmreynolds/TapCode", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/TapCode.git", + "providesIncludes": [ + "TapCode.h" + ], + "dependencies": [ + { + "name": "EasyButton" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/TapCode-0.1.0.zip", + "archiveFileName": "TapCode-0.1.0.zip", + "size": 17441, + "checksum": "SHA-256:eed0f92a61876c9920af0e29601f7c11941523939df3dd50f5957997cbe72ae6" + }, + { + "name": "tinySHT2x", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT20, SHT21 and SHT25 temperature and humidity sensor. Optimized for AVR tiny.", + "paragraph": "Supports SHT20 and SHT25 too.", + "website": "https://github.com/RobTillaart/tinySHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/tinySHT2x.git", + "providesIncludes": [ + "tinySHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/tinySHT2x-0.1.0.zip", + "archiveFileName": "tinySHT2x-0.1.0.zip", + "size": 5972, + "checksum": "SHA-256:50c80a9e5f6ea3516ad06c9182f1dda37eafb95d7c2ac482f75e19842efc4fd0" + }, + { + "name": "tinySHT2x", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT20, SHT21 and SHT25 temperature and humidity sensor. Optimized for AVR tiny.", + "paragraph": "Supports SHT20 and SHT25 too.", + "website": "https://github.com/RobTillaart/tinySHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/tinySHT2x.git", + "providesIncludes": [ + "tinySHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/tinySHT2x-0.1.1.zip", + "archiveFileName": "tinySHT2x-0.1.1.zip", + "size": 7140, + "checksum": "SHA-256:5f52261c4836e8c016173037bb665164770c6c9a893e95b2c702968a6d34da84" + }, + { + "name": "tinySHT2x", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT20, SHT21 and SHT25 temperature and humidity sensor. Optimized for AVR tiny.", + "paragraph": "Supports SHT20 and SHT25 too.", + "website": "https://github.com/RobTillaart/tinySHT2x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/tinySHT2x.git", + "providesIncludes": [ + "tinySHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/tinySHT2x-0.1.2.zip", + "archiveFileName": "tinySHT2x-0.1.2.zip", + "size": 7659, + "checksum": "SHA-256:fb3d9a17bf500a8a38d73c49a14e5967486313e7ff7750b14162eca3e3288ae5" + }, + { + "name": "tinySHT2x", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT20, SHT21 and SHT25 temperature and humidity sensor. Optimized for AVR tiny.", + "paragraph": "Supports SHT20 and SHT25 too.", + "website": "https://github.com/RobTillaart/tinySHT2x", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/tinySHT2x.git", + "providesIncludes": [ + "tinySHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/tinySHT2x-0.1.3.zip", + "archiveFileName": "tinySHT2x-0.1.3.zip", + "size": 7942, + "checksum": "SHA-256:2719181a565a56ca90d8a1522e8cb9d231b189dacdc2e48888639cadf28408c0" + }, + { + "name": "tinySHT2x", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the SHT20, SHT21 and SHT25 temperature and humidity sensor. Optimized for AVR tiny.", + "paragraph": "Supports SHT20 and SHT25 too.", + "website": "https://github.com/RobTillaart/tinySHT2x", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/tinySHT2x.git", + "providesIncludes": [ + "tinySHT2x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/tinySHT2x-0.2.0.zip", + "archiveFileName": "tinySHT2x-0.2.0.zip", + "size": 1566356, + "checksum": "SHA-256:7e14bf4896e7ecc85bcf6bfb21ca0cf4bae83e3a64ba2ebc1357a4b5ed14133d" + }, + { + "name": "AIS 4G board", + "version": "1.0.1", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.0.1.zip", + "archiveFileName": "AIS_4G_board-1.0.1.zip", + "size": 318105, + "checksum": "SHA-256:2698ac12fc5ec7b8abba8be36c46afd6648c84c769608b27edb5c081e20e1f3c" + }, + { + "name": "AIS 4G board", + "version": "1.0.2", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.0.2.zip", + "archiveFileName": "AIS_4G_board-1.0.2.zip", + "size": 320004, + "checksum": "SHA-256:34c5febd1738aa39cdbc7fd38507e8a5a9ba024243f20c10c54f8785f684981c" + }, + { + "name": "AIS 4G board", + "version": "1.0.3", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.0.3.zip", + "archiveFileName": "AIS_4G_board-1.0.3.zip", + "size": 320017, + "checksum": "SHA-256:6244ce023080f2ff0f302c7c23b3a1f530b60d15d28c69586d2fa60a9d3cce5a" + }, + { + "name": "AIS 4G board", + "version": "1.1.0", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.1.0.zip", + "archiveFileName": "AIS_4G_board-1.1.0.zip", + "size": 798220, + "checksum": "SHA-256:1e907554603b7c6d368dc9fad4004571ead38a58cffe0b929d5a6b6bb597b296" + }, + { + "name": "AIS 4G board", + "version": "1.2.0", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.2.0.zip", + "archiveFileName": "AIS_4G_board-1.2.0.zip", + "size": 667268, + "checksum": "SHA-256:f19819b6886ff978150d382f4495e582f4f25b313bed1daa7ba85e619dd80a2d" + }, + { + "name": "AIS 4G board", + "version": "1.2.1", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.2.1.zip", + "archiveFileName": "AIS_4G_board-1.2.1.zip", + "size": 668378, + "checksum": "SHA-256:4098bb013c67c35d7fda7b15ed2dd6c572bc0a950c548ead4467b314768d2a72" + }, + { + "name": "AIS 4G board", + "version": "1.3.0", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.3.0.zip", + "archiveFileName": "AIS_4G_board-1.3.0.zip", + "size": 738670, + "checksum": "SHA-256:5592c02ffeff4b70d0fb5dc2113b8b444f443add7a5eff1e94f0c1f6d2abef0e" + }, + { + "name": "AIS 4G board", + "version": "1.3.1", + "author": "AIS", + "maintainer": "Gravitech Thai", + "sentence": "Enables AIS 4G network connection use by AIS 4G Board", + "paragraph": "Allows you to connect to the internet via AIS 4G networks", + "website": "https://business.ais.co.th/solution/ais_4g_board.html", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gravitech-engineer/AIS_IoT_4G.git", + "providesIncludes": [ + "SIM7600x.h", + "GSMNetwok.h", + "GSMClient.h", + "GSMClientSecure.h", + "GSMUdp.h", + "GPS.h", + "RS485.h", + "SHT40.h", + "Storage.h", + "AzureIoTHub.h", + "AzureIoTCentral.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gravitech-engineer/AIS_4G_board-1.3.1.zip", + "archiveFileName": "AIS_4G_board-1.3.1.zip", + "size": 710985, + "checksum": "SHA-256:5b360f1be01e833e0278a96c7e049c511cdef9241a457ea13d8bae8641ebfd54" + }, + { + "name": "OvhAPI", + "version": "1.0.1", + "author": "Christophe Bouvier", + "maintainer": "Christophe Bouvier \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with OVH API.", + "paragraph": "It allows you to use OVH API: https://api.ovh.com/. Tested with ESP8266 and ESP32.", + "website": "https://github.com/BCISOFT/OvhAPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BCISOFT/OvhAPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BCISOFT/OvhAPI-1.0.1.zip", + "archiveFileName": "OvhAPI-1.0.1.zip", + "size": 11665, + "checksum": "SHA-256:40b0e62265f81c75e15f64d92a04f8d5c14c3bae53f2e75fe9b21b1d98e661af" + }, + { + "name": "OvhAPI", + "version": "1.0.2", + "author": "Christophe Bouvier", + "maintainer": "Christophe Bouvier \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with OVH API.", + "paragraph": "It allows you to use OVH API: https://api.ovh.com/. Tested with ESP8266 and ESP32.", + "website": "https://github.com/BCISOFT/OvhAPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BCISOFT/OvhAPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BCISOFT/OvhAPI-1.0.2.zip", + "archiveFileName": "OvhAPI-1.0.2.zip", + "size": 11651, + "checksum": "SHA-256:df4ebd8060b2b857ce67a5d977bddd0fa12d28d79eaf6134276469b00daf7619" + }, + { + "name": "OvhAPI", + "version": "1.0.3", + "author": "Christophe Bouvier", + "maintainer": "Christophe Bouvier \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with OVH API.", + "paragraph": "It allows you to use OVH API: https://api.ovh.com/. Tested with ESP32.", + "website": "https://github.com/BCISOFT/OvhAPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BCISOFT/OvhAPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BCISOFT/OvhAPI-1.0.3.zip", + "archiveFileName": "OvhAPI-1.0.3.zip", + "size": 11541, + "checksum": "SHA-256:d4d2ff864dd8d2edd44882a1de311c38f71712ff623dde5c7453ce6d04e351a9" + }, + { + "name": "OvhAPI", + "version": "1.0.4", + "author": "Christophe Bouvier", + "maintainer": "Christophe Bouvier \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP library to simplify working with OVH API.", + "paragraph": "It allows you to use OVH API: https://api.ovh.com/. Tested with ESP32.", + "website": "https://github.com/BCISOFT/OvhAPI", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BCISOFT/OvhAPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BCISOFT/OvhAPI-1.0.4.zip", + "archiveFileName": "OvhAPI-1.0.4.zip", + "size": 11756, + "checksum": "SHA-256:4df1c2d1ed97aa201fe4a03542f0774f7e10e37fa149a625fd327ebfbda2e14c" + }, + { + "name": "RGBWConverter", + "version": "1.0.0", + "author": "Mehmet Bertan Tarakçıoğlu", + "maintainer": "Mehmet Bertan Tarakçıoğlu \u003ccovers.06.brides@icloud.com\u003e", + "sentence": "Hue preserving RGB to RGBW conversion library for Arduino!", + "paragraph": "A simple library with one job: converting RGB colors to RGBW! Optimized for RGBW NeoPixel white color temperatures. Just enter the RGB correspondent of the white LEDs, and you are good to go! In addition, it has the option to correct the blue light tone, which is crucial to get an accurate color output on some RGBW LEDs.", + "website": "https://github.com/BertanT/Arduino_RGBWConverter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BertanT/Arduino-RGBWConverter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BertanT/RGBWConverter-1.0.0.zip", + "archiveFileName": "RGBWConverter-1.0.0.zip", + "size": 7288, + "checksum": "SHA-256:c90248295f71b42dbd87854d16746b2c288e4066d02b5088ba7dce291395e3a8" + }, + { + "name": "RGBWConverter", + "version": "1.0.1", + "author": "Mehmet Bertan Tarakçıoğlu", + "maintainer": "Mehmet Bertan Tarakçıoğlu \u003ccovers.06.brides@icloud.com\u003e", + "sentence": "Hue preserving RGB to RGBW conversion library for Arduino!", + "paragraph": "A simple library with one job: converting RGB colors to RGBW! Optimized for RGBW NeoPixel white color temperatures. Just enter the RGB correspondent of the white LEDs, and you are good to go! In addition, it has the option to correct the blue light tone, which is crucial to get an accurate color output on some RGBW LEDs.", + "website": "https://github.com/BertanT/Arduino_RGBWConverter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BertanT/Arduino-RGBWConverter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BertanT/RGBWConverter-1.0.1.zip", + "archiveFileName": "RGBWConverter-1.0.1.zip", + "size": 7301, + "checksum": "SHA-256:fa18b1874ee6e1670e38176aa41badc1bbf4fcca933df7cd8c652e2db99871c1" + }, + { + "name": "RGBWConverter", + "version": "1.1.0", + "author": "Mehmet Bertan Tarakçıoğlu", + "maintainer": "Mehmet Bertan Tarakçıoğlu \u003ccovers.06.brides@icloud.com\u003e", + "sentence": "Hue preserving RGB to RGBW conversion library for Arduino!", + "paragraph": "A simple library with one job: converting RGB colors to RGBW! Optimized for RGBW NeoPixel white color temperatures. Just enter the RGB correspondent of the white LEDs, and you are good to go! In addition, it has the option to correct the blue light tone, which is crucial to get an accurate color output on some RGBW LEDs.", + "website": "https://github.com/BertanT/Arduino_RGBWConverter", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BertanT/Arduino-RGBWConverter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BertanT/RGBWConverter-1.1.0.zip", + "archiveFileName": "RGBWConverter-1.1.0.zip", + "size": 7317, + "checksum": "SHA-256:06636166cffe1105b371c4f1bd17c3f49ee3953d4f6337d93b57a20d4ab4aa04" + }, + { + "name": "TimedState", + "version": "1.0.0", + "author": "Michael Lee \u003cckmichael8@gmail.com\u003e", + "maintainer": "Michael Lee \u003cckmichael8@gmail.com\u003e", + "sentence": "An Arduino Library providing utilities for controlling program state over time without delay().", + "paragraph": "This `TimedState` library for Arduino provides a set of high quality primitives for working with time-based Arduino programs without the use of `delay()`. It provides a set of `millis()`-based types of `State` that will allow users to manage a set of self-exiting or alternating states. Please look at `TimeState.h` for documentation and `examples/TimedStateTest/TimedStateTest.ino` for a detailed example.", + "website": "https://github.com/michaellee8/TimedState/", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michaellee8/TimedState.git", + "providesIncludes": [ + "TimedState.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/michaellee8/TimedState-1.0.0.zip", + "archiveFileName": "TimedState-1.0.0.zip", + "size": 5248, + "checksum": "SHA-256:37d13f33411bbd7741e374e91c3014f3d431e9147836fd81ec0315643a6caddf" + }, + { + "name": "TimedState", + "version": "1.0.2", + "author": "Michael Lee \u003cckmichael8@gmail.com\u003e", + "maintainer": "Michael Lee \u003cckmichael8@gmail.com\u003e", + "sentence": "An Arduino Library providing utilities for controlling program state over time without delay().", + "paragraph": "This `TimedState` library for Arduino provides a set of high quality primitives for working with time-based Arduino programs without the use of `delay()`. It provides a set of `millis()`-based types of `State` that will allow users to manage a set of self-exiting or alternating states. Please look at `TimeState.h` for documentation and `examples/TimedStateTest/TimedStateTest.ino` for a detailed example.", + "website": "https://github.com/michaellee8/TimedState/", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/michaellee8/TimedState.git", + "providesIncludes": [ + "TimedState.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/michaellee8/TimedState-1.0.2.zip", + "archiveFileName": "TimedState-1.0.2.zip", + "size": 6050, + "checksum": "SHA-256:fb3aada5db7e618eead37a72ebd885cf5c3a6e6d24c20ca6e74b06e712bccf11" + }, + { + "name": "MD_SmartCar2", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Core functions for movement control of a 2 wheeled SmartCar Robot using Stepper motors.", + "paragraph": "Core functions to manage autonomous movement of a 2 wheeled vehicle. Robotic applications are built on top of this core.", + "website": "https://github.com/MajicDesigns/MD_SmartCar2", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MajicDesigns/MD_SmartCar2.git", + "providesIncludes": [ + "MD_SmartCar2.h" + ], + "dependencies": [ + { + "name": "MD_cmdProcessor" + }, + { + "name": "MD_Stepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SmartCar2-1.0.0.zip", + "archiveFileName": "MD_SmartCar2-1.0.0.zip", + "size": 10703799, + "checksum": "SHA-256:69a0a954d88327667b1065fd731a431adadd4593900546d7f0e17b3fab0eb151" + }, + { + "name": "Tuya_BLE_MCU_SDK", + "version": "0.0.2", + "author": "Tuya", + "maintainer": "Tuya", + "sentence": "Communicate with Tuya modules that have flashed the Tuya common BLE firmware.", + "website": "https://github.com/tuya/tuya-ble-mcu-sdk-arduino-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tuya/tuya-ble-mcu-sdk-arduino-library.git", + "providesIncludes": [ + "TuyaBLE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tuya/Tuya_BLE_MCU_SDK-0.0.2.zip", + "archiveFileName": "Tuya_BLE_MCU_SDK-0.0.2.zip", + "size": 56850, + "checksum": "SHA-256:73eb8cae1fd4a1bc224fbb8e9fb7bc76369a66e3ef747000b5ca7700c648f9c5" + }, + { + "name": "RRE Font Library", + "version": "1.0.1", + "author": "Pawel A. Hernik", + "maintainer": "Pawel A. Hernik \u003cpawelhernik123@gmail.com\u003e", + "sentence": "Fast RRE Font Library", + "paragraph": "Fast RRE Font Library", + "website": "https://github.com/cbm80amiga/RREFont", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cbm80amiga/RREFont.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cbm80amiga/RRE_Font_Library-1.0.1.zip", + "archiveFileName": "RRE_Font_Library-1.0.1.zip", + "size": 268007, + "checksum": "SHA-256:8f37756e87cb98e1ec19949ba68b37f58fdbebca149af3b1cb61bc994e509fd8" + }, + { + "name": "Porcupine_EN", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for English language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_EN-2.0.0.zip", + "archiveFileName": "Porcupine_EN-2.0.0.zip", + "size": 537165, + "checksum": "SHA-256:d05eb9ebdab6b1f42495f1f158d569d8480286c19a4d09202c4b7c06da3400cf" + }, + { + "name": "Porcupine_EN", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for English language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_EN-2.1.0.zip", + "archiveFileName": "Porcupine_EN-2.1.0.zip", + "size": 537771, + "checksum": "SHA-256:c9aba6318dfd65520297490a06a3431aa1946b0f3d9e34d2ca5df840f1e40b6e" + }, + { + "name": "Porcupine_EN", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for English language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_EN-2.2.0.zip", + "archiveFileName": "Porcupine_EN-2.2.0.zip", + "size": 543387, + "checksum": "SHA-256:9fa0e316895baaa5b13a037f89b5684f37886c7cf45a689da4cebabf54417e5f" + }, + { + "name": "Porcupine_EN", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for English language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_EN-2.2.1.zip", + "archiveFileName": "Porcupine_EN-2.2.1.zip", + "size": 539153, + "checksum": "SHA-256:4409370bee4b148c87120ee0b9c138d5cd49d66395b2bb110bac353172e30718" + }, + { + "name": "Porcupine_EN", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for English language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-en.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_EN-3.0.0.zip", + "archiveFileName": "Porcupine_EN-3.0.0.zip", + "size": 536242, + "checksum": "SHA-256:899692efd8c8fa7b726f0707c5511305d0c01f091d17701e2c586b9cc0558b87" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.1.0", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.1.0.zip", + "archiveFileName": "IoTeX_blockchain_client-0.1.0.zip", + "size": 1246395, + "checksum": "SHA-256:14f8845f5ea58a11224a3fb4e320c27a0b0e17f9f20e056094abb86f168cd554" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.1.1", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information on things like wallets, transactions, delegate information and more.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.1.1.zip", + "archiveFileName": "IoTeX_blockchain_client-0.1.1.zip", + "size": 1246419, + "checksum": "SHA-256:8e6a5753019aa527fa5031b53ec178d95af189a3ceadfcdb631e8eb4a747330c" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.1.2", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.1.2.zip", + "archiveFileName": "IoTeX_blockchain_client-0.1.2.zip", + "size": 1263297, + "checksum": "SHA-256:05db075c058dc15e413fbfdcb96f516880e877e3a17b27219119d23bcaa023d9" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.1.3", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.1.3.zip", + "archiveFileName": "IoTeX_blockchain_client-0.1.3.zip", + "size": 1263298, + "checksum": "SHA-256:b7728116b3ac08e4fb0026de355177cbb9cfd5d670c6388d2c4cb68a148fd51c" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.1.4", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.1.4.zip", + "archiveFileName": "IoTeX_blockchain_client-0.1.4.zip", + "size": 1263738, + "checksum": "SHA-256:a070b47facaee3d9771dea27e1aea147a2f0ed1815a502a38bf713ae57355d5e" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.1.5", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.1.5.zip", + "archiveFileName": "IoTeX_blockchain_client-0.1.5.zip", + "size": 1263736, + "checksum": "SHA-256:e9cad325259622e45f92ade26379c5f3f772775f2073fdb0998895f7a1a38050" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.1.6", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.1.6.zip", + "archiveFileName": "IoTeX_blockchain_client-0.1.6.zip", + "size": 1263723, + "checksum": "SHA-256:41c29a02dc97979c38dec7004c4905ea7933f43e4cb2bf39a5ee476c0f1028e8" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.2.2", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.2.2.zip", + "archiveFileName": "IoTeX_blockchain_client-0.2.2.zip", + "size": 1322541, + "checksum": "SHA-256:b6b705194588be2db3af050e87e5eb7f83f2936a0bb9dd358cc2f8eb6407db55" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.2.3", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.2.3.zip", + "archiveFileName": "IoTeX_blockchain_client-0.2.3.zip", + "size": 1323298, + "checksum": "SHA-256:b1b96b21583637afbf98e8f22b7aa92185983c94359b40a2e8522b2a4158a410" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.2.5", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.2.5.zip", + "archiveFileName": "IoTeX_blockchain_client-0.2.5.zip", + "size": 1376328, + "checksum": "SHA-256:96b801b6c357433fd4b231191b6cbacafa54ed50e85f52e96732720ba7dd7d56" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.2.7", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.2.7.zip", + "archiveFileName": "IoTeX_blockchain_client-0.2.7.zip", + "size": 1376447, + "checksum": "SHA-256:275559e24c4f2dd035dc7ebe184780e23521f4b40def6f7b394664b69bc48ec1" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.2.8", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.2.8.zip", + "archiveFileName": "IoTeX_blockchain_client-0.2.8.zip", + "size": 1380605, + "checksum": "SHA-256:c9354d8de99b4d9155417945ecca2fd3f4ac593f5d5fb7d3e0f3a4beaac41a9e" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.2.9", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.2.9.zip", + "archiveFileName": "IoTeX_blockchain_client-0.2.9.zip", + "size": 1380714, + "checksum": "SHA-256:a1e5953bad6a2d59161eddc17f15243479a079523833d794a0fa93380760f047" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.3.0", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.3.0.zip", + "archiveFileName": "IoTeX_blockchain_client-0.3.0.zip", + "size": 1392413, + "checksum": "SHA-256:ed1bcb5f843a695a5f3636143f7d20eb2a01adcf9d85f00b9562928d896a6b02" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.2.11", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.2.11.zip", + "archiveFileName": "IoTeX_blockchain_client-0.2.11.zip", + "size": 1394208, + "checksum": "SHA-256:65ab47567cac226522a6ea73c4b8f1440bdfb82a2378a65075baafab8952d74c" + }, + { + "name": "IoTeX-blockchain-client", + "version": "0.3.1", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A simple API client implementation in C++ for the IoTeX blockchain.", + "paragraph": "This client library allows you to interact with the API of the IoTeX Ecosystem blockchain, retrieving information or executing contracts or transfers.", + "website": "https://github.com/iotexproject/arduino-sdk", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotexproject/arduino-sdk.git", + "providesIncludes": [ + "IoTeX-blockchain-client.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iotexproject/IoTeX_blockchain_client-0.3.1.zip", + "archiveFileName": "IoTeX_blockchain_client-0.3.1.zip", + "size": 1392666, + "checksum": "SHA-256:ac6aae552b145c1125ac90d3e6ae1b6f4ddf3434b7a7465c6ab2de8bff492ee8" + }, + { + "name": "Picovoice_DE", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for German language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_DE-2.0.0.zip", + "archiveFileName": "Picovoice_DE-2.0.0.zip", + "size": 564129, + "checksum": "SHA-256:33e054821124b41457f02cd96be6201b7afee512d93799b4b51cc9e3b2d131ef" + }, + { + "name": "Picovoice_DE", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for German language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_DE-2.1.0.zip", + "archiveFileName": "Picovoice_DE-2.1.0.zip", + "size": 553182, + "checksum": "SHA-256:1ee4d077fb8baf2bcb7fd0f61b3a7ce4d7846fa916c77b31615f8ebb71fcdd94" + }, + { + "name": "Picovoice_DE", + "version": "2.1.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for German language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_DE-2.1.1.zip", + "archiveFileName": "Picovoice_DE-2.1.1.zip", + "size": 560282, + "checksum": "SHA-256:57a320d095f8a0f83a063e53c0bee3d7293e4a8fddfc11791d75298908c50362" + }, + { + "name": "Picovoice_DE", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for German language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_DE-2.2.0.zip", + "archiveFileName": "Picovoice_DE-2.2.0.zip", + "size": 548944, + "checksum": "SHA-256:a87a2fa5c256b31c43e1aef8909f930ba24b1fa7abd7bcf0e6fcbd1f9f115996" + }, + { + "name": "Picovoice_DE", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for German language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_DE-2.2.1.zip", + "archiveFileName": "Picovoice_DE-2.2.1.zip", + "size": 548913, + "checksum": "SHA-256:a19af50827ca8c25f6c3f3d81a71aaba1e30a29e165062990e1e845744bd1868" + }, + { + "name": "Picovoice_DE", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for German language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_DE-3.0.0.zip", + "archiveFileName": "Picovoice_DE-3.0.0.zip", + "size": 562351, + "checksum": "SHA-256:d0201325c28132e77246d7a55cd5ca83138cf5117aaec8f482568c6aca60f10e" + }, + { + "name": "Picovoice_ES", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Spanish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ES-2.0.0.zip", + "archiveFileName": "Picovoice_ES-2.0.0.zip", + "size": 559897, + "checksum": "SHA-256:b600b2d2a0976504444f2d2e92b461ab147ac96366f758cae62eb75a1cfb7666" + }, + { + "name": "Picovoice_ES", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Spanish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ES-2.1.0.zip", + "archiveFileName": "Picovoice_ES-2.1.0.zip", + "size": 549682, + "checksum": "SHA-256:58ceaaab58d0e0013cd4d789066af24cff5b401fd79a09045ff19c17c3b1afe4" + }, + { + "name": "Picovoice_ES", + "version": "2.1.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Spanish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ES-2.1.1.zip", + "archiveFileName": "Picovoice_ES-2.1.1.zip", + "size": 556451, + "checksum": "SHA-256:a8ea85d9bc13fd584e9911d9b0c6ed931e0b0de17173daf7475eba5a6e56a410" + }, + { + "name": "Picovoice_ES", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Spanish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ES-2.2.0.zip", + "archiveFileName": "Picovoice_ES-2.2.0.zip", + "size": 544623, + "checksum": "SHA-256:80380e44e7af5188ceee18a1cbd28edb47c6f4593e9874a302997a029f9ed7cc" + }, + { + "name": "Picovoice_ES", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Spanish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ES-2.2.1.zip", + "archiveFileName": "Picovoice_ES-2.2.1.zip", + "size": 544601, + "checksum": "SHA-256:72e1f51ef50056f79858bcdb91a9a96ec83ab0d2e957b1c28294fb2c23688e0a" + }, + { + "name": "Picovoice_ES", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Spanish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ES-3.0.0.zip", + "archiveFileName": "Picovoice_ES-3.0.0.zip", + "size": 557986, + "checksum": "SHA-256:fd52f7a202efeaa36e4ceae68d92a6d9f77351bf9c9ff732700d84d657431ab5" + }, + { + "name": "Picovoice_FR", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for French language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_FR-2.0.0.zip", + "archiveFileName": "Picovoice_FR-2.0.0.zip", + "size": 559411, + "checksum": "SHA-256:5484aa2b3597faa014eb1efe904e1781b487acc559b782561fcd3a7136949d75" + }, + { + "name": "Picovoice_FR", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for French language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_FR-2.1.0.zip", + "archiveFileName": "Picovoice_FR-2.1.0.zip", + "size": 551716, + "checksum": "SHA-256:901ba1bd0d787605af8856361277290a7264b67a9ca51725cb4c78f8f5e7537c" + }, + { + "name": "Picovoice_FR", + "version": "2.1.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for French language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_FR-2.1.1.zip", + "archiveFileName": "Picovoice_FR-2.1.1.zip", + "size": 558356, + "checksum": "SHA-256:7adfa869d22c2821af4749fdedc5b887d9dbafc61c9f3a6653fb2aa907e79566" + }, + { + "name": "Picovoice_FR", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for French language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_FR-2.2.0.zip", + "archiveFileName": "Picovoice_FR-2.2.0.zip", + "size": 544175, + "checksum": "SHA-256:5463136f6bbe735c04b0b904a2ab7b76a8ab449035156d2ba1bd6e48591f0aa8" + }, + { + "name": "Picovoice_FR", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for French language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_FR-2.2.1.zip", + "archiveFileName": "Picovoice_FR-2.2.1.zip", + "size": 544139, + "checksum": "SHA-256:b4cbe007bb6db432f825cc304a6a852319b3d1d225934fae1fd80705cdcdd6b9" + }, + { + "name": "Picovoice_FR", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for French language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_FR-3.0.0.zip", + "archiveFileName": "Picovoice_FR-3.0.0.zip", + "size": 557522, + "checksum": "SHA-256:896f5defcbabddb8ba8e9a4280dd5d0586158ab4da64d5b11f0fcef055daf194" + }, + { + "name": "Porcupine_DE", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for German language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_DE-2.0.0.zip", + "archiveFileName": "Porcupine_DE-2.0.0.zip", + "size": 521335, + "checksum": "SHA-256:baaa7e4db02276588a34609cbc59cba667e358ad86df4aa7612f9d891e757208" + }, + { + "name": "Porcupine_DE", + "version": "2.0.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for German language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_DE-2.0.1.zip", + "archiveFileName": "Porcupine_DE-2.0.1.zip", + "size": 521335, + "checksum": "SHA-256:da98990988d4d609069e696482b7832cca21eae66e20b985155b564ce329196b" + }, + { + "name": "Porcupine_DE", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for German language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_DE-2.1.0.zip", + "archiveFileName": "Porcupine_DE-2.1.0.zip", + "size": 521531, + "checksum": "SHA-256:d3e6694840f254fdcd30e510a8a79ec17a222f8f41d4ba219de8919e15256071" + }, + { + "name": "Porcupine_DE", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for German language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_DE-2.2.0.zip", + "archiveFileName": "Porcupine_DE-2.2.0.zip", + "size": 528011, + "checksum": "SHA-256:2ebe2cc872dbceeeb3d06f042ef600d9fd297dd5186930e9f4fd8d3c4018b03e" + }, + { + "name": "Porcupine_DE", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for German language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_DE-2.2.1.zip", + "archiveFileName": "Porcupine_DE-2.2.1.zip", + "size": 525298, + "checksum": "SHA-256:f3d3c92dce9f2a6341e28deb34d63611443ce1f31b279908252257f98379fa34" + }, + { + "name": "Porcupine_DE", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for German language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-de.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_DE-3.0.0.zip", + "archiveFileName": "Porcupine_DE-3.0.0.zip", + "size": 533894, + "checksum": "SHA-256:a0e8c7340ff60e4e5b49773ff4bba0ed36719161d08ae6ba17602830ad3455ee" + }, + { + "name": "Porcupine_FR", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for French language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_FR-2.0.0.zip", + "archiveFileName": "Porcupine_FR-2.0.0.zip", + "size": 517068, + "checksum": "SHA-256:a42c68b64806b41fa8932ba28934e30af792f3a3856048fa3b05d79faa826175" + }, + { + "name": "Porcupine_FR", + "version": "2.0.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for French language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_FR-2.0.1.zip", + "archiveFileName": "Porcupine_FR-2.0.1.zip", + "size": 517069, + "checksum": "SHA-256:4e501c33cc52e43d80fd9fe41959b6b81e2feb86c2f49608015e8d89468426ca" + }, + { + "name": "Porcupine_FR", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for French language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_FR-2.1.0.zip", + "archiveFileName": "Porcupine_FR-2.1.0.zip", + "size": 517300, + "checksum": "SHA-256:c0fa3c8fd45b52c5a084a1dd1b869c6a3fcf8ce4e87c187f2262ad4bec8d0159" + }, + { + "name": "Porcupine_FR", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for French language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_FR-2.2.0.zip", + "archiveFileName": "Porcupine_FR-2.2.0.zip", + "size": 523143, + "checksum": "SHA-256:1d81b98b8d83132f50e03aa3f3549a6bc21d6afd0b5a9ab0f1cf6b011509b711" + }, + { + "name": "Porcupine_FR", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for French language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_FR-2.2.1.zip", + "archiveFileName": "Porcupine_FR-2.2.1.zip", + "size": 520827, + "checksum": "SHA-256:2d42b88523159c8fa4f31e054b6e94f058f0bd4f69fd63b844b155364020c881" + }, + { + "name": "Porcupine_FR", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for French language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-fr.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_FR-3.0.0.zip", + "archiveFileName": "Porcupine_FR-3.0.0.zip", + "size": 529508, + "checksum": "SHA-256:83dd49fd35eef051d611dca7994bb41234a9c290fca96b1788d84a17f15c280f" + }, + { + "name": "Porcupine_ES", + "version": "2.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Spanish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ES-2.0.0.zip", + "archiveFileName": "Porcupine_ES-2.0.0.zip", + "size": 517613, + "checksum": "SHA-256:ade02401fd2da82c4db7b6855947544fd8cac548bc446fd77bee30df2bc8de49" + }, + { + "name": "Porcupine_ES", + "version": "2.0.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Spanish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ES-2.0.1.zip", + "archiveFileName": "Porcupine_ES-2.0.1.zip", + "size": 517613, + "checksum": "SHA-256:8e84bc8d1e0ac11f9fb304e82fc68f53c3859276dba886824a871cb01c292112" + }, + { + "name": "Porcupine_ES", + "version": "2.1.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Spanish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This library supports Arduino Nano 33 BLE and Arduino Portenta H7. The library includes examples of how to use Porcupine APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ES-2.1.0.zip", + "archiveFileName": "Porcupine_ES-2.1.0.zip", + "size": 517827, + "checksum": "SHA-256:092ee9167c864d0c2854e3651d206a81d3906385007750ed929eb29b505b2644" + }, + { + "name": "Porcupine_ES", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Spanish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ES-2.2.0.zip", + "archiveFileName": "Porcupine_ES-2.2.0.zip", + "size": 523792, + "checksum": "SHA-256:ea9a6a5cf7d3fbb882b5df96bc73c664b7ba8b114bf3120c502ffe6c0644bb62" + }, + { + "name": "Porcupine_ES", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Spanish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ES-2.2.1.zip", + "archiveFileName": "Porcupine_ES-2.2.1.zip", + "size": 521439, + "checksum": "SHA-256:61f64bb1c74e9f758fb0203ac134a8f65b68868f7ace977a6af5c7aa267e572f" + }, + { + "name": "Porcupine_ES", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Spanish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/porcupine-arduino-es.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ES-3.0.0.zip", + "archiveFileName": "Porcupine_ES-3.0.0.zip", + "size": 529854, + "checksum": "SHA-256:67ded8c62b74fbb687402adf58f470db3b9265b99fbc54b6ef58d7979202fa85" + }, + { + "name": "PoE_CAM", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack PoE-CAM development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/PoE_CAM.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/PoE_CAM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/PoE_CAM-0.0.1.zip", + "archiveFileName": "PoE_CAM-0.0.1.zip", + "size": 62540, + "checksum": "SHA-256:933cd281cd63e546ddadbf6a18291b82e60a0d1761b813d2b1263b98ce41477c" + }, + { + "name": "PoE_CAM", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack PoE-CAM development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/PoE_CAM.git", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/PoE_CAM.git", + "dependencies": [ + { + "name": "PoE_CAM-Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/PoE_CAM-0.0.2.zip", + "archiveFileName": "PoE_CAM-0.0.2.zip", + "size": 64676, + "checksum": "SHA-256:71f4c1749fc41121ef3fb1b37c19b93698b5562b3c621a7092b195d2e6cd626c" + }, + { + "name": "Sensirion Gas Index Algorithm", + "version": "3.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for gas index algorithm to use with Sensirion sensors", + "paragraph": "Enables you to calculate gas index from raw signal", + "website": "https://github.com/Sensirion/arduino-gas-index-algorithm", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-gas-index-algorithm.git", + "providesIncludes": [ + "SensirionGasIndexAlgorithm.h", + "NOxGasIndexAlgorithm.h", + "VOCGasIndexAlgorithm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Gas_Index_Algorithm-3.1.0.zip", + "archiveFileName": "Sensirion_Gas_Index_Algorithm-3.1.0.zip", + "size": 25867, + "checksum": "SHA-256:6f3662ed0a9438f7a12a3993c4c31fd726105797d4af157ff381ee5fddc71072" + }, + { + "name": "Sensirion Gas Index Algorithm", + "version": "3.2.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for gas index algorithm to use with Sensirion sensors", + "paragraph": "Enables you to calculate gas index from raw signal", + "website": "https://github.com/Sensirion/arduino-gas-index-algorithm", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-gas-index-algorithm.git", + "providesIncludes": [ + "SensirionGasIndexAlgorithm.h", + "NOxGasIndexAlgorithm.h", + "VOCGasIndexAlgorithm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Gas_Index_Algorithm-3.2.0.zip", + "archiveFileName": "Sensirion_Gas_Index_Algorithm-3.2.0.zip", + "size": 29956, + "checksum": "SHA-256:a994033a63ccb2747bb380b419d398e35e6aa53e810cfce3923fbf88c738b8ba" + }, + { + "name": "Sensirion Gas Index Algorithm", + "version": "3.2.1", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for gas index algorithm to use with Sensirion sensors", + "paragraph": "Enables you to calculate gas index from raw signal", + "website": "https://github.com/Sensirion/arduino-gas-index-algorithm", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-gas-index-algorithm.git", + "providesIncludes": [ + "SensirionGasIndexAlgorithm.h", + "NOxGasIndexAlgorithm.h", + "VOCGasIndexAlgorithm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Gas_Index_Algorithm-3.2.1.zip", + "archiveFileName": "Sensirion_Gas_Index_Algorithm-3.2.1.zip", + "size": 27602, + "checksum": "SHA-256:e1039ca7ff1b0af0259e8188db9c1cd28949c1b1b0514b0b61b0bd0bc2a96df3" + }, + { + "name": "Sensirion Gas Index Algorithm", + "version": "3.2.2", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for gas index algorithm to use with Sensirion sensors", + "paragraph": "Enables you to calculate gas index from raw signal", + "website": "https://github.com/Sensirion/arduino-gas-index-algorithm", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-gas-index-algorithm.git", + "providesIncludes": [ + "SensirionGasIndexAlgorithm.h", + "NOxGasIndexAlgorithm.h", + "VOCGasIndexAlgorithm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_Gas_Index_Algorithm-3.2.2.zip", + "archiveFileName": "Sensirion_Gas_Index_Algorithm-3.2.2.zip", + "size": 27737, + "checksum": "SHA-256:05467f70cafe8c5e0d678702f24ef1a2b8651a87cd516750f21f442e7980cd08" + }, + { + "name": "Sensirion I2C SDP", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SDP sensor family by Sensirion", + "paragraph": "Enables you to use the SDP3x and SDP8xx via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sdp", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-i2c-sdp.git", + "providesIncludes": [ + "SensirionI2CSdp.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_I2C_SDP-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SDP-0.1.0.zip", + "size": 2782492, + "checksum": "SHA-256:8901d190032f21a62d63555f1428eec4dd6213fa00e5a1aef1a9df46ac67af69" + }, + { + "name": "Sensirion I2C SGP40", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SGP40 sensor family by Sensirion", + "paragraph": "Enables you to use the SGP40 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sgp40", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-i2c-sgp40.git", + "providesIncludes": [ + "SensirionI2CSgp40.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_I2C_SGP40-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SGP40-0.1.0.zip", + "size": 124398, + "checksum": "SHA-256:fc03d9680aefdd7708babbdf5ce40880f3be558b8994c95114b9a8b9ef6a6d56" + }, + { + "name": "Sensirion I2C SGP41", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SGP41 sensor family by Sensirion", + "paragraph": "Enables you to use the SGP41 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sgp41", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-i2c-sgp41.git", + "providesIncludes": [ + "SensirionI2CSgp41.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_I2C_SGP41-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SGP41-0.1.0.zip", + "size": 429780, + "checksum": "SHA-256:a545abd6c175919d4bdab2da33e48b18eb6098c1351e3a4f65490006265a5972" + }, + { + "name": "Sensirion I2C SGP41", + "version": "1.0.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SGP41 sensor family by Sensirion", + "paragraph": "Enables you to use the SGP41 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sgp41", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sensirion/arduino-i2c-sgp41.git", + "providesIncludes": [ + "SensirionI2CSgp41.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensirion/Sensirion_I2C_SGP41-1.0.0.zip", + "archiveFileName": "Sensirion_I2C_SGP41-1.0.0.zip", + "size": 429850, + "checksum": "SHA-256:8d434e16b9dd973d858ccd71dc0256eeb3c6cb591a8d7f3267dff1191674ad31" + }, + { + "name": "EdgeML-Arduino", + "version": "1.0.0", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML-Arduino.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.0.0.zip", + "archiveFileName": "EdgeML_Arduino-1.0.0.zip", + "size": 105839, + "checksum": "SHA-256:5cf18661074910f977e9f34978e2691676373d86235e0ea120fe728d796395c9" + }, + { + "name": "EdgeML-Arduino", + "version": "1.0.1", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML-Arduino.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.0.1.zip", + "archiveFileName": "EdgeML_Arduino-1.0.1.zip", + "size": 106595, + "checksum": "SHA-256:94eb2220830e57814bd6b5bc59914de143cd386fe843b4341aaa616f724aabd4" + }, + { + "name": "EdgeML-Arduino", + "version": "1.1.0", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML-Arduino.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.1.0.zip", + "archiveFileName": "EdgeML_Arduino-1.1.0.zip", + "size": 106595, + "checksum": "SHA-256:6fcbbdbb1d3b50a5030af60eee848f9d2cb7abe041d07cc4161251b1e7a302dc" + }, + { + "name": "EdgeML-Arduino", + "version": "1.1.1", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML-Arduino.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.1.1.zip", + "archiveFileName": "EdgeML_Arduino-1.1.1.zip", + "size": 106489, + "checksum": "SHA-256:3eddb22e173d2de0d4ec493b7def02639046b3d1ff2ea1423414606038962673" + }, + { + "name": "EdgeML-Arduino", + "version": "1.1.2", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.1.2.zip", + "archiveFileName": "EdgeML_Arduino-1.1.2.zip", + "size": 88963, + "checksum": "SHA-256:8770752d5e45f387bf8e1d7b9ad980870fcd3b3a88c8d940ce9ef10e0054d765" + }, + { + "name": "EdgeML-Arduino", + "version": "1.2.1", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.2.1.zip", + "archiveFileName": "EdgeML_Arduino-1.2.1.zip", + "size": 115105, + "checksum": "SHA-256:a7c8cacc7a514926435c9a26736e742c1d73bb15fee47390e5132c088083058c" + }, + { + "name": "EdgeML-Arduino", + "version": "1.3.2", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.3.2.zip", + "archiveFileName": "EdgeML_Arduino-1.3.2.zip", + "size": 132510, + "checksum": "SHA-256:7bdb34b06c82f2937906f781e096f6f62d4ca25e947c53dafc54d45d0af35e2b" + }, + { + "name": "EdgeML-Arduino", + "version": "1.3.3", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.3.3.zip", + "archiveFileName": "EdgeML_Arduino-1.3.3.zip", + "size": 132611, + "checksum": "SHA-256:a8633f7ae3c2ee7bb3a4bd2c3764163f5ffb35925fbb977274563ca63edcfbdb" + }, + { + "name": "EdgeML-Arduino", + "version": "1.3.4", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.3.4.zip", + "archiveFileName": "EdgeML_Arduino-1.3.4.zip", + "size": 141387, + "checksum": "SHA-256:595f148108be697b69ae478bce8402c0b4dadc94b622b864ae26cbb9d97ec791" + }, + { + "name": "EdgeML-Arduino", + "version": "1.3.5", + "author": "edge-ml", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.", + "paragraph": "Connects to edge-ml over Web Bluetooth.", + "website": "https://github.com/edge-ml/EdgeML-Arduino", + "category": "Sensors", + "architectures": [ + "mbed_nicla", + "mbed_nano", + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/EdgeML-Arduino.git", + "providesIncludes": [ + "EdgeML.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_APDS9960" + }, + { + "name": "Arduino_LPS22HB" + }, + { + "name": "Arduino_HTS221" + }, + { + "name": "Arduino_LSM9DS1" + }, + { + "name": "Arduino_HS300x" + }, + { + "name": "Arduino_BMI270_BMM150" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/EdgeML_Arduino-1.3.5.zip", + "archiveFileName": "EdgeML_Arduino-1.3.5.zip", + "size": 141406, + "checksum": "SHA-256:f24559879e5239efa773c279c7f7fbec51fac27cba812a819bc9c1daf55b746e" + }, + { + "name": "Tuya_ZIGBEE_MCU_SDK", + "version": "0.0.2", + "author": "Tuya", + "maintainer": "Tuya", + "sentence": "Communicate with Tuya modules that have flashed the Tuya common ZIGBEE firmware.", + "website": "https://github.com/tuya/tuya-zigbee-mcu-sdk-arduino-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tuya/tuya-zigbee-mcu-sdk-arduino-library.git", + "providesIncludes": [ + "TuyaZigbee.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tuya/Tuya_ZIGBEE_MCU_SDK-0.0.2.zip", + "archiveFileName": "Tuya_ZIGBEE_MCU_SDK-0.0.2.zip", + "size": 37170, + "checksum": "SHA-256:0b7df31717d8e94b746358a9a3fb0a922c4cc8f4c9705ea767ed44a4a08abd73" + }, + { + "name": "Tuya_ZIGBEE_MCU_SDK", + "version": "0.0.3", + "author": "Tuya", + "maintainer": "Tuya", + "sentence": "Communicate with Tuya modules that have flashed the Tuya common ZIGBEE firmware.", + "website": "https://github.com/tuya/tuya-zigbee-mcu-sdk-arduino-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tuya/tuya-zigbee-mcu-sdk-arduino-library.git", + "providesIncludes": [ + "TuyaZigbee.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tuya/Tuya_ZIGBEE_MCU_SDK-0.0.3.zip", + "archiveFileName": "Tuya_ZIGBEE_MCU_SDK-0.0.3.zip", + "size": 37200, + "checksum": "SHA-256:a73cc88af15c110d853bcb762e0b0e5053aac8bc2ffec16c35438562e2465f90" + }, + { + "name": "pressure", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for pressure conversion", + "website": "https://github.com/RobTillaart/pressure.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/pressure.git", + "providesIncludes": [ + "pressure.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/pressure-0.1.0.zip", + "archiveFileName": "pressure-0.1.0.zip", + "size": 6999, + "checksum": "SHA-256:2f1df3290da264db4b94ab650d315d358089f7c99b814f6ae91b7d9b4a28eaa2" + }, + { + "name": "pressure", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for pressure conversion", + "website": "https://github.com/RobTillaart/pressure.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/pressure.git", + "providesIncludes": [ + "pressure.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/pressure-0.2.0.zip", + "archiveFileName": "pressure-0.2.0.zip", + "size": 8349, + "checksum": "SHA-256:dcb45b25c5862ed2d4e99f6af299eaf1aad6a7cd01102d4bb2fdead6e140724d" + }, + { + "name": "pressure", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for pressure conversion", + "website": "https://github.com/RobTillaart/pressure.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/pressure.git", + "providesIncludes": [ + "pressure.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/pressure-0.2.1.zip", + "archiveFileName": "pressure-0.2.1.zip", + "size": 9984, + "checksum": "SHA-256:1467930534bf2c734c17bd7c791d21ce17668b0f2fe59e2529c19b45ababff70" + }, + { + "name": "pressure", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for pressure conversion", + "website": "https://github.com/RobTillaart/pressure.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/pressure.git", + "providesIncludes": [ + "pressure.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/pressure-0.2.2.zip", + "archiveFileName": "pressure-0.2.2.zip", + "size": 11012, + "checksum": "SHA-256:279d3df955f76ba9b2a3542db03c7a3613f38c345bd0d0d28282bfa6468e39f1" + }, + { + "name": "pressure", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for pressure conversion", + "website": "https://github.com/RobTillaart/pressure.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/pressure.git", + "providesIncludes": [ + "pressure.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/pressure-0.3.0.zip", + "archiveFileName": "pressure-0.3.0.zip", + "size": 11373, + "checksum": "SHA-256:0f01580542ad5ef4f31f3ab24102ea8400ab0a5cea64700df45842e4b7930727" + }, + { + "name": "pressure", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for pressure conversion", + "website": "https://github.com/RobTillaart/pressure.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/pressure.git", + "providesIncludes": [ + "pressure.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/pressure-0.3.1.zip", + "archiveFileName": "pressure-0.3.1.zip", + "size": 11574, + "checksum": "SHA-256:7d0d9c248a2519411560ffbbd807cc60ee1fb29cef22ef42505d27b5418ec000" + }, + { + "name": "RAK12035_SoilMoisture", + "version": "1.0.0", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Provide access to all functions of the RAKwireless RAK12023/RAK12035 Soil Moisture Sensor.", + "website": "https://github.com/rakwireless/RAK12035_SoilMoisture", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12035_SoilMoisture.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12035_SoilMoisture-1.0.0.zip", + "archiveFileName": "RAK12035_SoilMoisture-1.0.0.zip", + "size": 57266, + "checksum": "SHA-256:7ebbba200e517c78ede12d7b2a7626b197ba3d6bd78564ff1c007336c7e49a35" + }, + { + "name": "RAK12035_SoilMoisture", + "version": "1.0.1", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Provide access to all functions of the RAKwireless RAK12023/RAK12035 Soil Moisture Sensor.", + "website": "https://github.com/rakwireless/RAK12035_SoilMoisture", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12035_SoilMoisture.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12035_SoilMoisture-1.0.1.zip", + "archiveFileName": "RAK12035_SoilMoisture-1.0.1.zip", + "size": 63440, + "checksum": "SHA-256:66b7c388ca066a41e4b11c8a5d8df38f1286fc30752dca08b3a859049f527757" + }, + { + "name": "RAK12035_SoilMoisture", + "version": "1.0.2", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Provide access to all functions of the RAKwireless RAK12023/RAK12035 Soil Moisture Sensor.", + "website": "https://github.com/rakwireless/RAK12035_SoilMoisture", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12035_SoilMoisture.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12035_SoilMoisture-1.0.2.zip", + "archiveFileName": "RAK12035_SoilMoisture-1.0.2.zip", + "size": 63514, + "checksum": "SHA-256:54b9811bb3b2a7a15830e5d707dbadefcc11aab83262ed128d90cd7c640c5f31" + }, + { + "name": "RAK12035_SoilMoisture", + "version": "1.0.3", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Provide access to all functions of the RAKwireless RAK12023/RAK12035 Soil Moisture Sensor.", + "website": "https://github.com/rakwireless/RAK12035_SoilMoisture", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12035_SoilMoisture.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12035_SoilMoisture-1.0.3.zip", + "archiveFileName": "RAK12035_SoilMoisture-1.0.3.zip", + "size": 63442, + "checksum": "SHA-256:3c7f105473ace1743a94f20d7854472a9b47168a55485a400fc93ebe83d98064" + }, + { + "name": "RAK12035_SoilMoisture", + "version": "1.0.4", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Provide access to all functions of the RAKwireless RAK12023/RAK12035 Soil Moisture Sensor.", + "website": "https://github.com/rakwireless/RAK12035_SoilMoisture", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12035_SoilMoisture.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12035_SoilMoisture-1.0.4.zip", + "archiveFileName": "RAK12035_SoilMoisture-1.0.4.zip", + "size": 63442, + "checksum": "SHA-256:70053275a1d2c972d6dc16c86c8b6f9b33c52fe50b476425e22baad4b66b9beb" + }, + { + "name": "float16", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement float16 data type.", + "website": "https://github.com/RobTillaart/float16", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/float16.git", + "providesIncludes": [ + "float16.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/float16-0.1.4.zip", + "archiveFileName": "float16-0.1.4.zip", + "size": 16443, + "checksum": "SHA-256:0280bc0382d6430d02d5a8fbae88e7fb43222709d63d71fdebdb0e6d9c133225" + }, + { + "name": "float16", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement float16 data type.", + "website": "https://github.com/RobTillaart/float16", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/float16.git", + "providesIncludes": [ + "float16.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/float16-0.1.5.zip", + "archiveFileName": "float16-0.1.5.zip", + "size": 16979, + "checksum": "SHA-256:869a1f2ae77f6ae532a045bee3a50b59e7e58f4fee73212ae7e740196a940f5a" + }, + { + "name": "float16", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement float16 data type.", + "website": "https://github.com/RobTillaart/float16", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/float16.git", + "providesIncludes": [ + "float16.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/float16-0.1.6.zip", + "archiveFileName": "float16-0.1.6.zip", + "size": 17223, + "checksum": "SHA-256:7e7202af3dac8761705e73d113c9130584fe87741daa4e37b019278a3b014639" + }, + { + "name": "float16", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement float16 data type.", + "website": "https://github.com/RobTillaart/float16", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/float16.git", + "providesIncludes": [ + "float16.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/float16-0.1.7.zip", + "archiveFileName": "float16-0.1.7.zip", + "size": 17697, + "checksum": "SHA-256:faea9425aa0afa9ed747eb23bb229b33af7c59fe68c1d2368a3c6841e153a43c" + }, + { + "name": "float16", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to implement float16 data type.", + "website": "https://github.com/RobTillaart/float16", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/float16.git", + "providesIncludes": [ + "float16.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/float16-0.1.8.zip", + "archiveFileName": "float16-0.1.8.zip", + "size": 18581, + "checksum": "SHA-256:2f8c1adf4a5729d77ccd52ba24ef93252dca4c7f2c358bdd1dac03b68a5fb6d9" + }, + { + "name": "GyverLBUF", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple linear buffer for Arduino", + "paragraph": "Simple linear buffer for Arduino", + "website": "https://github.com/GyverLibs/GyverLBUF", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverLBUF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverLBUF-1.0.0.zip", + "archiveFileName": "GyverLBUF-1.0.0.zip", + "size": 5621, + "checksum": "SHA-256:8fab92c66ac86700ccd16ec18d56f1d4793c758ccfd021c1bf7fd5c948452f1a" + }, + { + "name": "GyverTransfer", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for 1-wire communication by GT interface", + "paragraph": "Library for 1-wire communication by GT interface", + "website": "https://github.com/GyverLibs/GyverTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTransfer-1.0.0.zip", + "archiveFileName": "GyverTransfer-1.0.0.zip", + "size": 98094, + "checksum": "SHA-256:2dbf3b182eff6e18963b037fb20e53eefaf9539980419d0b3f12270d8213ad87" + }, + { + "name": "GyverTransfer", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for 1-wire communication by GT interface", + "paragraph": "Library for 1-wire communication by GT interface", + "website": "https://github.com/GyverLibs/GyverTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTransfer-1.1.0.zip", + "archiveFileName": "GyverTransfer-1.1.0.zip", + "size": 98157, + "checksum": "SHA-256:d747a42c7e8fe8ec4217d654838030df101bd57846e7b12d888a236f7cb1cf6b" + }, + { + "name": "GyverTransfer", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for 1-wire communication by GT interface", + "paragraph": "Library for 1-wire communication by GT interface", + "website": "https://github.com/GyverLibs/GyverTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTransfer-1.2.0.zip", + "archiveFileName": "GyverTransfer-1.2.0.zip", + "size": 98149, + "checksum": "SHA-256:44faef589de03bf92229650233fd9a6d6926b180a410f9040c911911900899f7" + }, + { + "name": "GyverTransfer", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for 1-wire communication by GT interface", + "paragraph": "Library for 1-wire communication by GT interface", + "website": "https://github.com/GyverLibs/GyverTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTransfer-1.3.0.zip", + "archiveFileName": "GyverTransfer-1.3.0.zip", + "size": 98205, + "checksum": "SHA-256:efb0bb41f068fc049c080d2fa51b19e257022e3e481cde6d8bec1a6ee19d2e91" + }, + { + "name": "GyverTransfer", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for 1-wire communication by GT interface", + "paragraph": "Library for 1-wire communication by GT interface", + "website": "https://github.com/GyverLibs/GyverTransfer", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverTransfer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverTransfer-1.3.1.zip", + "archiveFileName": "GyverTransfer-1.3.1.zip", + "size": 102117, + "checksum": "SHA-256:de48f3352be860c8dc80186b41a1eb505b7b7605f52f42f372377ecb78f2eab2" + }, + { + "name": "EEManager", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-1.0.0.zip", + "archiveFileName": "EEManager-1.0.0.zip", + "size": 8106, + "checksum": "SHA-256:388eed21ac2abd18ce4951208db2b0bd494c130b1b217fee8cd061140db84540" + }, + { + "name": "EEManager", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-1.1.0.zip", + "archiveFileName": "EEManager-1.1.0.zip", + "size": 8097, + "checksum": "SHA-256:d38fb60ab87e7455732d4e49a4ecd6863cd21a2cae936a9ca9e7975e8093f883" + }, + { + "name": "EEManager", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-1.2.0.zip", + "archiveFileName": "EEManager-1.2.0.zip", + "size": 8949, + "checksum": "SHA-256:9bd9b7c6636ae5c28aa6b65a4105eebf3564497de9042cc139dae2bb32cec992" + }, + { + "name": "EEManager", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-1.2.1.zip", + "archiveFileName": "EEManager-1.2.1.zip", + "size": 9120, + "checksum": "SHA-256:9369e9aa21adfef0242bb6ab284281b580fb7823d727c5ccca0416e94a47f1ac" + }, + { + "name": "EEManager", + "version": "1.2.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-1.2.2.zip", + "archiveFileName": "EEManager-1.2.2.zip", + "size": 12127, + "checksum": "SHA-256:0fb3959e3f647ef8feeb0d08614a44e06b5909e3cfc4b5369a6fe884421bdf36" + }, + { + "name": "EEManager", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-1.3.0.zip", + "archiveFileName": "EEManager-1.3.0.zip", + "size": 14018, + "checksum": "SHA-256:76ce47999b9890b18eae5def03e5ebfbcafa4bed7c2bc2f3d838a8cb117bd1cd" + }, + { + "name": "EEManager", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-1.4.0.zip", + "archiveFileName": "EEManager-1.4.0.zip", + "size": 14074, + "checksum": "SHA-256:8c3cd0a637e341e202229b738240ee11d3a267431a2d5af94dbaf2d57357e972" + }, + { + "name": "EEManager", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for reducing EEPROM wear", + "paragraph": "Simple library for reducing EEPROM wear", + "website": "https://github.com/GyverLibs/EEManager", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/EEManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/EEManager-2.0.0.zip", + "archiveFileName": "EEManager-2.0.0.zip", + "size": 14258, + "checksum": "SHA-256:5450fbf60d4e36ea1733ddc715534b7eff03b96e75cee163eb6ec92f4fcd0127" + }, + { + "name": "MicroUART", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple implementation of UART (ATmega328)", + "paragraph": "Simple implementation of UART (ATmega328)", + "website": "https://github.com/GyverLibs/MicroUART", + "category": "Communication", + "architectures": [ + "AVR" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/MicroUART.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/MicroUART-1.0.0.zip", + "archiveFileName": "MicroUART-1.0.0.zip", + "size": 6538, + "checksum": "SHA-256:85dfdc896863d40c07f726913898322476545954de923263518bb4848c693e76" + }, + { + "name": "GyverINA", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for INA219/INA226 sensor module", + "paragraph": "Light library for INA219/INA226 sensor module", + "website": "https://github.com/GyverLibs/GyverINA", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverINA-1.0.0.zip", + "archiveFileName": "GyverINA-1.0.0.zip", + "size": 19488, + "checksum": "SHA-256:2762d27ed3c1742383c93c4853251f1c4b5fa4e27fb0d1943ce4b2917d850e52" + }, + { + "name": "GyverINA", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for INA219/INA226 sensor module", + "paragraph": "Light library for INA219/INA226 sensor module", + "website": "https://github.com/GyverLibs/GyverINA", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverINA-1.1.0.zip", + "archiveFileName": "GyverINA-1.1.0.zip", + "size": 19527, + "checksum": "SHA-256:788f386ec9bc6fbe55830711f4f11ee0f4925e87034d65ecea160037e435dc82" + }, + { + "name": "GyverINA", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for INA219/INA226 sensor module", + "paragraph": "Light library for INA219/INA226 sensor module", + "website": "https://github.com/GyverLibs/GyverINA", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverINA-1.2.0.zip", + "archiveFileName": "GyverINA-1.2.0.zip", + "size": 19737, + "checksum": "SHA-256:a0f25b43a74da3e16210b82f362a93f21159eb7511e9cc0ba000052cf196c62a" + }, + { + "name": "GyverINA", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light library for INA219/INA226 sensor module", + "paragraph": "Light library for INA219/INA226 sensor module", + "website": "https://github.com/GyverLibs/GyverINA", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverINA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverINA-1.2.1.zip", + "archiveFileName": "GyverINA-1.2.1.zip", + "size": 24828, + "checksum": "SHA-256:f749c828a7c54352be627c5696ebfb094bd4a51416d83588156d9ec0073e9c76" + }, + { + "name": "Approxy", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library approximating arrays of data", + "paragraph": "Library approximating arrays of data", + "website": "https://github.com/GyverLibs/Approxy", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Approxy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Approxy-1.0.0.zip", + "archiveFileName": "Approxy-1.0.0.zip", + "size": 48080, + "checksum": "SHA-256:b50c8eb99bb9515fa94e3f04de7117f1df9e4f771f7253afff679df29a7dda63" + }, + { + "name": "Approxy", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library approximating arrays of data", + "paragraph": "Library approximating arrays of data", + "website": "https://github.com/GyverLibs/Approxy", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/Approxy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Approxy-1.1.0.zip", + "archiveFileName": "Approxy-1.1.0.zip", + "size": 47940, + "checksum": "SHA-256:003477ca49e2cda683e296356897da9e6478973840febd42af8980fde599f8b0" + }, + { + "name": "Bolder Flight Systems Airdata Calculations", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Airdata library.", + "paragraph": "This library includes functions for computing indicated, equivalent, and true airspeed, pressure altitude, density altitude, and estimating outside air temperature and air density.", + "website": "https://github.com/bolderflight/airdata", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/airdata.git", + "providesIncludes": [ + "airdata.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Airdata_Calculations-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Airdata_Calculations-3.0.0.zip", + "size": 42101, + "checksum": "SHA-256:ed725410606bdf442ff1de65f62958d608505b5bc8dbdbc87abec28521c2e316" + }, + { + "name": "Bolder Flight Systems Airdata Calculations", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Airdata library.", + "paragraph": "This library includes functions for computing indicated, equivalent, and true airspeed, pressure altitude, density altitude, and estimating outside air temperature and air density.", + "website": "https://github.com/bolderflight/airdata", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/airdata.git", + "providesIncludes": [ + "airdata.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Airdata_Calculations-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Airdata_Calculations-3.0.1.zip", + "size": 42134, + "checksum": "SHA-256:55778cc9bfc3468995e0914f08dbf701614e0a8a9f1134da20317440e5b2cf25" + }, + { + "name": "Bolder Flight Systems Airdata Calculations", + "version": "3.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Airdata library.", + "paragraph": "This library includes functions for computing indicated, equivalent, and true airspeed, pressure altitude, density altitude, and estimating outside air temperature and air density.", + "website": "https://github.com/bolderflight/airdata", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/airdata.git", + "providesIncludes": [ + "airdata.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Airdata_Calculations-3.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Airdata_Calculations-3.0.2.zip", + "size": 42148, + "checksum": "SHA-256:61c35450c49b80466828f98fb24f7fcd34ae92b77799c47cffa7016604d3bc99" + }, + { + "name": "Bolder Flight Systems Airdata Calculations", + "version": "3.0.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Airdata library.", + "paragraph": "This library includes functions for computing indicated, equivalent, and true airspeed, pressure altitude, density altitude, and estimating outside air temperature and air density.", + "website": "https://github.com/bolderflight/airdata", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/airdata.git", + "providesIncludes": [ + "airdata.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Airdata_Calculations-3.0.4.zip", + "archiveFileName": "Bolder_Flight_Systems_Airdata_Calculations-3.0.4.zip", + "size": 42198, + "checksum": "SHA-256:6b6296b84a822261d50802458b6cc84f9813dc7ce2693d1888f60806f824586d" + }, + { + "name": "Bolder Flight Systems Airdata Calculations", + "version": "3.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Airdata library.", + "paragraph": "This library includes functions for computing indicated, equivalent, and true airspeed, pressure altitude, density altitude, and estimating outside air temperature and air density.", + "website": "https://github.com/bolderflight/airdata", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/airdata.git", + "providesIncludes": [ + "airdata.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Airdata_Calculations-3.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Airdata_Calculations-3.1.0.zip", + "size": 44004, + "checksum": "SHA-256:07f4cccfad07633f77041d369d536dcdc3b5a85b8a8be00688cf802c49061b71" + }, + { + "name": "Bolder Flight Systems Airdata Calculations", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Airdata library.", + "paragraph": "This library includes functions for computing indicated, equivalent, and true airspeed, pressure altitude, density altitude, and estimating outside air temperature and air density.", + "website": "https://github.com/bolderflight/airdata", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/airdata.git", + "providesIncludes": [ + "airdata.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Airdata_Calculations-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Airdata_Calculations-4.0.0.zip", + "size": 45168, + "checksum": "SHA-256:f5ce8627f86d95ebc152cac544881d2df627ad76502e603bbd8432532013a188" + }, + { + "name": "Bolder Flight Systems Checksum", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Checksum library.", + "paragraph": "This library includes classes for computing common checksums.", + "website": "https://github.com/bolderflight/checksum", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/checksum.git", + "providesIncludes": [ + "checksum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Checksum-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Checksum-3.0.0.zip", + "size": 41342, + "checksum": "SHA-256:38ef0ceb472394d28b544191488fea8fc96df57da6e47d152202b3321f2029da" + }, + { + "name": "Bolder Flight Systems Checksum", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Checksum library.", + "paragraph": "This library includes classes for computing common checksums.", + "website": "https://github.com/bolderflight/checksum", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/checksum.git", + "providesIncludes": [ + "checksum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Checksum-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Checksum-3.0.1.zip", + "size": 41414, + "checksum": "SHA-256:6f1ea01a5e36b6111595cbdc58eb4c32c851f59cf85e21cd92e8c2fa75ebf0a0" + }, + { + "name": "Bolder Flight Systems Checksum", + "version": "3.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Checksum library.", + "paragraph": "This library includes classes for computing common checksums.", + "website": "https://github.com/bolderflight/checksum", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/checksum.git", + "providesIncludes": [ + "checksum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Checksum-3.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Checksum-3.1.0.zip", + "size": 40614, + "checksum": "SHA-256:866f2f668ec1aa17c79225de547da9639147e03c6e08fe9d4199ff6e85ba7bc9" + }, + { + "name": "Bolder Flight Systems Checksum", + "version": "3.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Checksum library.", + "paragraph": "This library includes classes for computing common checksums.", + "website": "https://github.com/bolderflight/checksum", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/checksum.git", + "providesIncludes": [ + "checksum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Checksum-3.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Checksum-3.1.1.zip", + "size": 40656, + "checksum": "SHA-256:0ee62cf918c30c21cdba361d91cb4ca3262b59c4f7f27666b87622cadc339fa6" + }, + { + "name": "Bolder Flight Systems Checksum", + "version": "3.2.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Checksum library.", + "paragraph": "This library includes classes for computing common checksums.", + "website": "https://github.com/bolderflight/checksum", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/checksum.git", + "providesIncludes": [ + "checksum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Checksum-3.2.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Checksum-3.2.0.zip", + "size": 40486, + "checksum": "SHA-256:8ea84d929de234130d8163ac91e8291afedacfcad17506562f3389658084034e" + }, + { + "name": "Bolder Flight Systems Checksum", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Checksum library.", + "paragraph": "This library includes classes for computing common checksums.", + "website": "https://github.com/bolderflight/checksum", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/checksum.git", + "providesIncludes": [ + "checksum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Checksum-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Checksum-4.0.0.zip", + "size": 41572, + "checksum": "SHA-256:e31307659eecb8abb19934ac827cba451ebccaede30ca75661943961b2fa1163" + }, + { + "name": "Bolder Flight Systems Message Framing", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Message framing library.", + "paragraph": "This library frames data payloads with a start byte, end byte, and checksum, making data suitable for serial transmission or storage and providing a framework for quickly developing messages.", + "website": "https://github.com/bolderflight/framing", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/framing.git", + "providesIncludes": [ + "framing.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Checksum" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Message_Framing-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Message_Framing-3.0.0.zip", + "size": 43250, + "checksum": "SHA-256:69ea8e94f477556fa8706dea025b144cedbc77c626d1c02ecb84a3c18a94d4de" + }, + { + "name": "Bolder Flight Systems Message Framing", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Message framing library.", + "paragraph": "This library frames data payloads with a start byte, end byte, and checksum, making data suitable for serial transmission or storage and providing a framework for quickly developing messages.", + "website": "https://github.com/bolderflight/framing", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/framing.git", + "providesIncludes": [ + "framing.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Checksum" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Message_Framing-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Message_Framing-3.0.1.zip", + "size": 43297, + "checksum": "SHA-256:f5fa50e4dfa6b94f34c4e37d11ab8fe743fb02c70cbf93e6570ce039544e0859" + }, + { + "name": "Bolder Flight Systems Message Framing", + "version": "3.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Message framing library.", + "paragraph": "This library frames data payloads with a start byte, end byte, and checksum, making data suitable for serial transmission or storage and providing a framework for quickly developing messages.", + "website": "https://github.com/bolderflight/framing", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/framing.git", + "providesIncludes": [ + "framing.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Checksum" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Message_Framing-3.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Message_Framing-3.1.0.zip", + "size": 43438, + "checksum": "SHA-256:6a83669bb170b47ab218bf806c091ba97b73a4fac9588df73fd555bdb8d4becb" + }, + { + "name": "Bolder Flight Systems Message Framing", + "version": "3.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Message framing library.", + "paragraph": "This library frames data payloads with a start byte, end byte, and checksum, making data suitable for serial transmission or storage and providing a framework for quickly developing messages.", + "website": "https://github.com/bolderflight/framing", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/framing.git", + "providesIncludes": [ + "framing.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Checksum" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Message_Framing-3.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Message_Framing-3.1.1.zip", + "size": 43476, + "checksum": "SHA-256:821d75d211fa025eb446735d7c7c5b03b9dc7520a06516146b4a03b3839f5b2c" + }, + { + "name": "Bolder Flight Systems Message Framing", + "version": "3.2.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Message framing library.", + "paragraph": "This library frames data payloads with a start byte, end byte, and checksum, making data suitable for serial transmission or storage and providing a framework for quickly developing messages.", + "website": "https://github.com/bolderflight/framing", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/framing.git", + "providesIncludes": [ + "framing.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Checksum" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Message_Framing-3.2.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Message_Framing-3.2.0.zip", + "size": 43350, + "checksum": "SHA-256:5b7a89744f403e1f360b7c06ccfcc29c7a110e0cd81496893524a65017e5609a" + }, + { + "name": "SDPSensor-ESP", + "version": "0.0.2", + "author": "Danylo Ulianych", + "maintainer": "Danylo Ulianych \u003cdizcza@gmail.com\u003e", + "sentence": "arduino-esp library for Sensirion's Differential Pressure sensors", + "paragraph": "Supported sensors: SDP3x, SDP8xx. Supported boards: ESP32.", + "website": "https://github.com/dizcza/sdpsensor-esp-arduino", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dizcza/sdpsensor-esp-arduino.git", + "providesIncludes": [ + "sdpsensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dizcza/SDPSensor_ESP-0.0.2.zip", + "archiveFileName": "SDPSensor_ESP-0.0.2.zip", + "size": 7588, + "checksum": "SHA-256:19977a24007e8ab5a8134f1d2086b03ab17538ba58a986a62c745b392e4e9bd3" + }, + { + "name": "SDPSensor-ESP", + "version": "0.0.3", + "author": "Danylo Ulianych", + "maintainer": "Danylo Ulianych \u003cdizcza@gmail.com\u003e", + "sentence": "arduino-esp library for Sensirion's Differential Pressure sensors", + "paragraph": "Supported sensors: SDP3x, SDP8xx. Supported boards: ESP32.", + "website": "https://github.com/dizcza/sdpsensor-esp-arduino", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dizcza/sdpsensor-esp-arduino.git", + "providesIncludes": [ + "sdpsensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dizcza/SDPSensor_ESP-0.0.3.zip", + "archiveFileName": "SDPSensor_ESP-0.0.3.zip", + "size": 8815, + "checksum": "SHA-256:edc00a1e19525ab0dc1024c198bb7ce5447de5d3eb7eeb20316ea53be9cb2c75" + }, + { + "name": "SDPSensor-ESP", + "version": "0.0.4", + "author": "Danylo Ulianych", + "maintainer": "Danylo Ulianych \u003cdizcza@gmail.com\u003e", + "sentence": "arduino-esp library for Sensirion's Differential Pressure sensors", + "paragraph": "Supported sensors: SDP3x, SDP8xx. Supported boards: ESP32.", + "website": "https://github.com/dizcza/sdpsensor-esp-arduino", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dizcza/sdpsensor-esp-arduino.git", + "providesIncludes": [ + "sdpsensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dizcza/SDPSensor_ESP-0.0.4.zip", + "archiveFileName": "SDPSensor_ESP-0.0.4.zip", + "size": 12295, + "checksum": "SHA-256:67646900459029bcdc849b9ace0c9c8e619914e3c7e9e801a3b3ba672b03c0d2" + }, + { + "name": "PioSPI", + "version": "0.0.1", + "author": "Piat Jonathan \u003cpiat.jonathan@gmail.com\u003e", + "maintainer": "Piat Jonathan \u003cpiat.jonathan@gmail.com\u003e", + "sentence": "Allows RP2040 to control a SPI bus on any of its pins using PIOs", + "paragraph": "This library can allocate any pins to a SPI bus", + "website": "https://github.com/jpiat/PIOSpi", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpiat/PIOSpi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jpiat/PioSPI-0.0.1.zip", + "archiveFileName": "PioSPI-0.0.1.zip", + "size": 21059, + "checksum": "SHA-256:8a4f0f00a2bcb0ab974281816fa3714fb4dbb3e06fa3d38deeb4a1b367031290" + }, + { + "name": "Bolder Flight Systems LEB128", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "LEB128 library.", + "paragraph": "Signed little endian base 128 (LEB128) implementation, which stores arbitrarily large signed integers in a variable length format.", + "website": "https://github.com/bolderflight/leb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/leb128.git", + "providesIncludes": [ + "leb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_LEB128-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_LEB128-2.0.0.zip", + "size": 41361, + "checksum": "SHA-256:5226bb15fc205b5d00a9eb200cbc4d8627417f6acf05ecde3a2d9b30b9037848" + }, + { + "name": "Bolder Flight Systems LEB128", + "version": "2.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "LEB128 library.", + "paragraph": "Signed little endian base 128 (LEB128) implementation, which stores arbitrarily large signed integers in a variable length format.", + "website": "https://github.com/bolderflight/leb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/leb128.git", + "providesIncludes": [ + "leb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_LEB128-2.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_LEB128-2.0.1.zip", + "size": 41440, + "checksum": "SHA-256:c1a5445aacea01cef162eec3d000add9da5f76069f50d58cf8ce2bc5a0158c1b" + }, + { + "name": "Bolder Flight Systems LEB128", + "version": "2.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "LEB128 library.", + "paragraph": "Signed little endian base 128 (LEB128) implementation, which stores arbitrarily large signed integers in a variable length format.", + "website": "https://github.com/bolderflight/leb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/leb128.git", + "providesIncludes": [ + "leb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_LEB128-2.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_LEB128-2.1.0.zip", + "size": 40399, + "checksum": "SHA-256:a806904aef16aabf696616782bae33ffd47e0685184c88ef91ec5f88b06dadd6" + }, + { + "name": "Bolder Flight Systems LEB128", + "version": "2.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "LEB128 library.", + "paragraph": "Signed little endian base 128 (LEB128) implementation, which stores arbitrarily large signed integers in a variable length format.", + "website": "https://github.com/bolderflight/leb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/leb128.git", + "providesIncludes": [ + "leb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_LEB128-2.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_LEB128-2.1.1.zip", + "size": 40439, + "checksum": "SHA-256:9fdfea593a842fb28411bbd9fff01f9d59a92e5f4a9a46497bc0f585846c51fa" + }, + { + "name": "Bolder Flight Systems ULEB128", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "ULEB128 library.", + "paragraph": "Unsigned little endian base 128 (ULEB128) implementation, which stores arbitrarily large unsigned integers in a variable length format.", + "website": "https://github.com/bolderflight/uleb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/uleb128.git", + "providesIncludes": [ + "uleb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_ULEB128-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_ULEB128-2.0.0.zip", + "size": 41344, + "checksum": "SHA-256:dc9bbfa0f88f9bffa407b8661989d6c76023d8d750988c8a6357eb64e4a20aca" + }, + { + "name": "Bolder Flight Systems ULEB128", + "version": "2.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "ULEB128 library.", + "paragraph": "Unsigned little endian base 128 (ULEB128) implementation, which stores arbitrarily large unsigned integers in a variable length format.", + "website": "https://github.com/bolderflight/uleb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/uleb128.git", + "providesIncludes": [ + "uleb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_ULEB128-2.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_ULEB128-2.0.1.zip", + "size": 41419, + "checksum": "SHA-256:3160f5ebe930085b86f89a5f8635a5b1715c9ef4da6f26d372f585602551753b" + }, + { + "name": "Bolder Flight Systems ULEB128", + "version": "2.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "ULEB128 library.", + "paragraph": "Unsigned little endian base 128 (ULEB128) implementation, which stores arbitrarily large unsigned integers in a variable length format.", + "website": "https://github.com/bolderflight/uleb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/uleb128.git", + "providesIncludes": [ + "uleb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_ULEB128-2.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_ULEB128-2.1.0.zip", + "size": 40379, + "checksum": "SHA-256:f3b0d9970fb4c6b5e701c41c0ad344fdcebc1204cea2db418f8fd7a75d884481" + }, + { + "name": "Bolder Flight Systems ULEB128", + "version": "2.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "ULEB128 library.", + "paragraph": "Unsigned little endian base 128 (ULEB128) implementation, which stores arbitrarily large unsigned integers in a variable length format.", + "website": "https://github.com/bolderflight/uleb128", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/uleb128.git", + "providesIncludes": [ + "uleb128.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_ULEB128-2.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_ULEB128-2.1.1.zip", + "size": 40419, + "checksum": "SHA-256:bea2546c0630e9184266cf38401b4eb5345be0742be6cd18d501032bfa9fde21" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.0.0.zip", + "size": 40968, + "checksum": "SHA-256:59b0bc8349dc9db01fc9a8c8d32e03a29656bd7db6ba55a4b377102159593b0d" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.0.1.zip", + "size": 41002, + "checksum": "SHA-256:add26fe66292572d0b033441c59341534c6e463157556ecce9b9b5225ef4138f" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.0.2.zip", + "size": 41042, + "checksum": "SHA-256:09c577bc03e06c991915c453f79f4a1150471149e8aa0eae736aa5884455a453" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.0.3.zip", + "size": 41060, + "checksum": "SHA-256:e5ed16c47c66ac1f0fd3ee4c77d588dde9f63e678e05e659398c9c5280ef037c" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.1.0.zip", + "size": 41041, + "checksum": "SHA-256:3853afa1082c4ac04e66b5468105915073a24281d594d6dcbf7c21adc76458f7" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.2.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.2.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.2.0.zip", + "size": 41126, + "checksum": "SHA-256:46b84308e14de5505870d9afe534fe453905075ffcc6dd5bac70469a25ee55e1" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.2.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.2.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.2.1.zip", + "size": 41150, + "checksum": "SHA-256:238403611e47d75edcff2d472b1564829c06b25af9e5057a6380bbdb5c878af2" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.3.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.3.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.3.0.zip", + "size": 41325, + "checksum": "SHA-256:9e83ad34cfd8fc2ef81546ae6798fc7ed5d4c3c83046272ea3ac22a2822d4562" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.3.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.3.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.3.1.zip", + "size": 41361, + "checksum": "SHA-256:1d09b74df5d5496e807b70b10b85f5fc92949d3d67c93d23c3d6a7a857087981" + }, + { + "name": "Bolder Flight Systems Imap", + "version": "2.3.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Float to integer mapping.", + "paragraph": "Functions to compute the number of bytes, scale factor, and bias to map a floating point value to an integer, given a range and the desired precision.", + "website": "https://github.com/bolderflight/imap", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/imap.git", + "providesIncludes": [ + "imap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Imap-2.3.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Imap-2.3.2.zip", + "size": 41362, + "checksum": "SHA-256:3091fc56a96a4e6d1175efbe942f07a968e8f324a46ae60e232ae8aba36f50ee" + }, + { + "name": "ESP Line Notify", + "version": "1.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.0.zip", + "archiveFileName": "ESP_Line_Notify-1.0.0.zip", + "size": 114969, + "checksum": "SHA-256:9d426f4ed9880090dda192d11eed415541933d56eaa7e47a9900931a6518c92b" + }, + { + "name": "ESP Line Notify", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.1.zip", + "archiveFileName": "ESP_Line_Notify-1.0.1.zip", + "size": 114846, + "checksum": "SHA-256:1cb64acd37a810bacf1685e8feda1b78050bbe168651c87aa35b4924966f6bd4" + }, + { + "name": "ESP Line Notify", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.2.zip", + "archiveFileName": "ESP_Line_Notify-1.0.2.zip", + "size": 117506, + "checksum": "SHA-256:50e9c47bb9632d20119e27d321207a5f8043a96e75d0514f237e5711c552993a" + }, + { + "name": "ESP Line Notify", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.4.zip", + "archiveFileName": "ESP_Line_Notify-1.0.4.zip", + "size": 119956, + "checksum": "SHA-256:6928874838950603572fa8f0cd459928afb46c95cd9f50566b511819f887613e" + }, + { + "name": "ESP Line Notify", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.5.zip", + "archiveFileName": "ESP_Line_Notify-1.0.5.zip", + "size": 119885, + "checksum": "SHA-256:a099ebef6ff9f0985144fcc3b8102f4881b349e373c17de8fd8caedddd256fc7" + }, + { + "name": "ESP Line Notify", + "version": "1.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.6.zip", + "archiveFileName": "ESP_Line_Notify-1.0.6.zip", + "size": 119492, + "checksum": "SHA-256:f230dac6fb7bc3f9f6d2f737de5a5edb76b19619c6e95a91d334ceb8e0b4b043" + }, + { + "name": "ESP Line Notify", + "version": "1.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.7.zip", + "archiveFileName": "ESP_Line_Notify-1.0.7.zip", + "size": 119543, + "checksum": "SHA-256:19b8ca9eb5dd856df9524dcc0d676a14e80c00d68977abb89a81433505d31674" + }, + { + "name": "ESP Line Notify", + "version": "1.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.8.zip", + "archiveFileName": "ESP_Line_Notify-1.0.8.zip", + "size": 120528, + "checksum": "SHA-256:3dfcd9a51584234a7dddff26d03fc7220f1d982d0f950b1fa94fd77ac1762097" + }, + { + "name": "ESP Line Notify", + "version": "1.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.9.zip", + "archiveFileName": "ESP_Line_Notify-1.0.9.zip", + "size": 244502, + "checksum": "SHA-256:00a5210bd556a39ddba4d9214560113c63045e230503290e621f184dad24e01d" + }, + { + "name": "ESP Line Notify", + "version": "1.0.10", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification with text, sticker, map and images.", + "website": "https://github.com/mobizt/ESP-Line-Nptify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-1.0.10.zip", + "archiveFileName": "ESP_Line_Notify-1.0.10.zip", + "size": 208369, + "checksum": "SHA-256:c24fef94463242280d221601fac96e307bec1bd9b6a96e87d43e47b2843921e8" + }, + { + "name": "ESP Line Notify", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification message, sticker, map and images. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Line-Notify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-2.0.0.zip", + "archiveFileName": "ESP_Line_Notify-2.0.0.zip", + "size": 998405, + "checksum": "SHA-256:de6ffb54bc94f2d9d0a080992bcfdd1e864c88b109566096156d49f96c6c0f40" + }, + { + "name": "ESP Line Notify", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification message, sticker, map and images. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Line-Notify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-2.0.1.zip", + "archiveFileName": "ESP_Line_Notify-2.0.1.zip", + "size": 998408, + "checksum": "SHA-256:ab6ea026341ca34d48d8dd7a98f35b614ec0808c0d8cb7d66e3a438a13b66141" + }, + { + "name": "ESP Line Notify", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification message, sticker, map and images. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Line-Notify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-2.1.0.zip", + "archiveFileName": "ESP_Line_Notify-2.1.0.zip", + "size": 992679, + "checksum": "SHA-256:5dfcd202e0cee8ea0adfccecdbb6df89c53fff15842e2dc23e2f47f81c108bbc" + }, + { + "name": "ESP Line Notify", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "Line Notify Library for ESP8266 and ESP32.", + "paragraph": "Send the Line notification message, sticker, map and images. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", + "website": "https://github.com/mobizt/ESP-Line-Notify", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Line-Notify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Line_Notify-2.1.1.zip", + "archiveFileName": "ESP_Line_Notify-2.1.1.zip", + "size": 994330, + "checksum": "SHA-256:73e84a25c6587966caeb66f102052065dc4a352fb8f5e243e31a5c1ef78e4ba9" + }, + { + "name": "OVS", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple Arduino library for oversampling ADC and other data", + "paragraph": "Simple Arduino library for oversampling ADC and other data", + "website": "https://github.com/GyverLibs/OVS", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/OVS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/OVS-1.0.0.zip", + "archiveFileName": "OVS-1.0.0.zip", + "size": 6972, + "checksum": "SHA-256:01387481ff0ac272a4897fe68a76db88a86aee830306f8d0068ca47467ae3b8c" + }, + { + "name": "OVS", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple Arduino library for oversampling ADC and other data", + "paragraph": "Simple Arduino library for oversampling ADC and other data", + "website": "https://github.com/GyverLibs/OVS", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/OVS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/OVS-1.1.0.zip", + "archiveFileName": "OVS-1.1.0.zip", + "size": 7135, + "checksum": "SHA-256:fb5224735d984d0005a8bdb0d2c506c3d71b35f76dbb8aae072bfe05f71d2762" + }, + { + "name": "GyverHC595", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast SPI/BitBang library for 74HC595 shift register", + "paragraph": "Fast SPI/BitBang library for 74HC595 shift register", + "website": "https://github.com/GyverLibs/GyverHC595", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHC595.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHC595-1.0.0.zip", + "archiveFileName": "GyverHC595-1.0.0.zip", + "size": 143013, + "checksum": "SHA-256:c259dd3de08b24dd503321165b9f1b47f9220c33a311b4592ddea203ccbf428f" + }, + { + "name": "GyverHC595", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast SPI/BitBang library for 74HC595 shift register", + "paragraph": "Fast SPI/BitBang library for 74HC595 shift register", + "website": "https://github.com/GyverLibs/GyverHC595", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHC595.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHC595-1.1.0.zip", + "archiveFileName": "GyverHC595-1.1.0.zip", + "size": 145691, + "checksum": "SHA-256:ec7ed42b989f8a5aac5697c47b083046f42e00fa8428b74cd41bce1d272e9c0f" + }, + { + "name": "GyverHC595", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast SPI/BitBang library for 74HC595 shift register", + "paragraph": "Fast SPI/BitBang library for 74HC595 shift register", + "website": "https://github.com/GyverLibs/GyverHC595", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHC595.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHC595-1.2.0.zip", + "archiveFileName": "GyverHC595-1.2.0.zip", + "size": 146340, + "checksum": "SHA-256:d06d4ee97ab7800ca7bccff69a82587f29fe1cacf789f91fbba7034ac923c7bb" + }, + { + "name": "EspSimpleRemoteUpdate", + "version": "0.1.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "Simple remote update handling for ESP8266/ESP32", + "paragraph": "Allow to easily set a Web updater and/or OTA update. Intended to be used with an ESP8266 or ESP32.", + "website": "https://github.com/plapointe6/EspSimpleRemoteUpdate", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/EspSimpleRemoteUpdate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspSimpleRemoteUpdate-0.1.0.zip", + "archiveFileName": "EspSimpleRemoteUpdate-0.1.0.zip", + "size": 18880, + "checksum": "SHA-256:4c89b7208562bb1a8a56b8c3220bc33760744ad7bc2f5926978998d6e77bea30" + }, + { + "name": "Bolder Flight Systems Controls", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Controls library.", + "paragraph": "This library includes control law classes.", + "website": "https://github.com/bolderflight/control", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/control.git", + "providesIncludes": [ + "control.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Controls-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Controls-3.0.0.zip", + "size": 41664, + "checksum": "SHA-256:26eaad52527e44d76cf2a810c6a40992505e3ad1b414e8995a02e50a064c2d3a" + }, + { + "name": "Bolder Flight Systems Controls", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Controls library.", + "paragraph": "This library includes control law classes.", + "website": "https://github.com/bolderflight/control", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/control.git", + "providesIncludes": [ + "control.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Controls-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Controls-4.0.0.zip", + "size": 43754, + "checksum": "SHA-256:092a569881a52ddca589eb94c1ed7cf27499fce57c4ef8fc67e9e4c00fa115b4" + }, + { + "name": "EspSimpleWifiHandler", + "version": "0.1.0", + "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", + "sentence": "Simple and automatic WiFi handling for ESP8266/ESP32", + "paragraph": "This library automatically manage a WiFi connection. Intended to be used with an ESP8266 or ESP32.", + "website": "https://github.com/plapointe6/EspSimpleWifiHandler", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plapointe6/EspSimpleWifiHandler.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/EspSimpleWifiHandler-0.1.0.zip", + "archiveFileName": "EspSimpleWifiHandler-0.1.0.zip", + "size": 19915, + "checksum": "SHA-256:20509bd12e80305b649529ff20560d2d4c783af523811f743bdc42824bf8e501" + }, + { + "name": "Bolder Flight Systems Eigen", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Eigen Matrix Math Library.", + "paragraph": "Port of the Eigen matrix math library to work with Arduino ARM.", + "website": "https://github.com/bolderflight/eigen", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/eigen.git", + "providesIncludes": [ + "eigen.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Eigen-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Eigen-3.0.0.zip", + "size": 1345642, + "checksum": "SHA-256:50768b434b8389a2d4868847ebbde10bfa0781c57255a39cea9f5b74c50c9698" + }, + { + "name": "Bolder Flight Systems Eigen", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Eigen Matrix Math Library.", + "paragraph": "Port of the Eigen matrix math library to work with Arduino ARM.", + "website": "https://github.com/bolderflight/eigen", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/eigen.git", + "providesIncludes": [ + "eigen.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Eigen-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Eigen-3.0.1.zip", + "size": 1345734, + "checksum": "SHA-256:925a135321f1352f883e03315cf336bdd9120a9c08a25fba77bc0800dc72cc48" + }, + { + "name": "Bolder Flight Systems Eigen", + "version": "3.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Eigen Matrix Math Library.", + "paragraph": "Port of the Eigen matrix math library to work with Arduino ARM.", + "website": "https://github.com/bolderflight/eigen", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/eigen.git", + "providesIncludes": [ + "eigen.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Eigen-3.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Eigen-3.0.2.zip", + "size": 1345745, + "checksum": "SHA-256:a9a1b4e578b8f61178bc3f2730f53fd5ffa07861991f57c36186daed36d413f5" + }, + { + "name": "Bolder Flight Systems Polytools", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Polynomial fitting and evaluation.", + "paragraph": "This library includes polyfit and polyval functions for fitting polynomials to data and evaluating polynomials at points.", + "website": "https://github.com/bolderflight/polytools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/polytools.git", + "providesIncludes": [ + "polytools.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Polytools-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Polytools-4.0.0.zip", + "size": 41426, + "checksum": "SHA-256:1163d96cb4df69f3878090ff2ac15908f9f4a3550b7e5c18cbe863bd86ed01b2" + }, + { + "name": "Bolder Flight Systems Polytools", + "version": "4.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Polynomial fitting and evaluation.", + "paragraph": "This library includes polyfit and polyval functions for fitting polynomials to data and evaluating polynomials at points.", + "website": "https://github.com/bolderflight/polytools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/polytools.git", + "providesIncludes": [ + "polytools.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Polytools-4.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Polytools-4.0.1.zip", + "size": 41462, + "checksum": "SHA-256:fdf95ecca147f7162724be628e51b594555beea40a383c1e1b61738f059a0d3d" + }, + { + "name": "Bolder Flight Systems Polytools", + "version": "4.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Polynomial fitting and evaluation.", + "paragraph": "This library includes polyfit and polyval functions for fitting polynomials to data and evaluating polynomials at points.", + "website": "https://github.com/bolderflight/polytools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/polytools.git", + "providesIncludes": [ + "polytools.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Polytools-4.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Polytools-4.0.2.zip", + "size": 41478, + "checksum": "SHA-256:0e13ad5ef1985bceaff50a510b386797ba7f9111b3e1138615bc6d72e208e1eb" + }, + { + "name": "Bolder Flight Systems Polytools", + "version": "4.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Polynomial fitting and evaluation.", + "paragraph": "This library includes polyfit and polyval functions for fitting polynomials to data and evaluating polynomials at points.", + "website": "https://github.com/bolderflight/polytools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/polytools.git", + "providesIncludes": [ + "polytools.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Polytools-4.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_Polytools-4.0.3.zip", + "size": 41455, + "checksum": "SHA-256:ca914e7e972018a6b0f8acf6a0732e615f8e15c18dacd7d291d42fa972d5b702" + }, + { + "name": "Bolder Flight Systems Polytools", + "version": "4.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Polynomial fitting and evaluation.", + "paragraph": "This library includes polyfit and polyval functions for fitting polynomials to data and evaluating polynomials at points.", + "website": "https://github.com/bolderflight/polytools", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/polytools.git", + "providesIncludes": [ + "polytools.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Polytools-4.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Polytools-4.1.0.zip", + "size": 41740, + "checksum": "SHA-256:e4f865c3c76fe33d548dceda30bfca2b3c135925f30db060f64958ad7bc87f0d" + }, + { + "name": "palindrome", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Palindrome library", + "website": "https://github.com/RobTillaart/palindrome", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/palindrome.git", + "providesIncludes": [ + "palindrome.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/palindrome-0.1.0.zip", + "archiveFileName": "palindrome-0.1.0.zip", + "size": 6975, + "checksum": "SHA-256:74cfc762ac64b2c316179ac3034fbdcc8b42b301685de182419c2c6d68386f0b" + }, + { + "name": "palindrome", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Palindrome library", + "website": "https://github.com/RobTillaart/palindrome", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/palindrome.git", + "providesIncludes": [ + "palindrome.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/palindrome-0.1.1.zip", + "archiveFileName": "palindrome-0.1.1.zip", + "size": 8614, + "checksum": "SHA-256:f5f63b6c109173e17bc9cd9d638e43fd8b1e17ed55454994d4c815b6748628ce" + }, + { + "name": "palindrome", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Palindrome library", + "website": "https://github.com/RobTillaart/palindrome", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/palindrome.git", + "providesIncludes": [ + "palindrome.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/palindrome-0.1.2.zip", + "archiveFileName": "palindrome-0.1.2.zip", + "size": 10307, + "checksum": "SHA-256:da8072cebf8f0661ddf86a4fd4326065781076524616902cf04b66d83aa28f9c" + }, + { + "name": "palindrome", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Palindrome library", + "website": "https://github.com/RobTillaart/palindrome", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/palindrome.git", + "providesIncludes": [ + "palindrome.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/palindrome-0.1.3.zip", + "archiveFileName": "palindrome-0.1.3.zip", + "size": 10642, + "checksum": "SHA-256:afe7a66f15c77eb582574770cc2f519e815846bdd72148a7f2d583f10269fe88" + }, + { + "name": "SolarCalculator", + "version": "1.0.0", + "author": "jpb10", + "maintainer": "jpb10", + "sentence": "A library based on the NOAA Solar Calculator.", + "paragraph": "It provides functions to calculate the Sun's position in the sky, the times of sunrise, sunset, twilight and solar noon for any location on earth, as well as the equation of time and more.", + "website": "https://github.com/jpb10/SolarCalculator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpb10/SolarCalculator.git", + "providesIncludes": [ + "SolarCalculator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpb10/SolarCalculator-1.0.0.zip", + "archiveFileName": "SolarCalculator-1.0.0.zip", + "size": 14410, + "checksum": "SHA-256:9c78b3c9bc3acec334a52c9d3d6a821928f8ce8dc82016095047250fc0d2ece6" + }, + { + "name": "SolarCalculator", + "version": "1.0.1", + "author": "jpb10", + "maintainer": "jpb10", + "sentence": "A library based on the NOAA Solar Calculator.", + "paragraph": "It provides functions to calculate the Sun's position in the sky, the times of sunrise, sunset, twilight and solar noon for any location on earth, as well as the equation of time and more.", + "website": "https://github.com/jpb10/SolarCalculator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpb10/SolarCalculator.git", + "providesIncludes": [ + "SolarCalculator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpb10/SolarCalculator-1.0.1.zip", + "archiveFileName": "SolarCalculator-1.0.1.zip", + "size": 15259, + "checksum": "SHA-256:23e1eab7c384af8618fef141ab8c70a127408f8dde5ef1eb7a591b05c1200955" + }, + { + "name": "SolarCalculator", + "version": "1.0.2", + "author": "jpb10", + "maintainer": "jpb10", + "sentence": "A library based on the NOAA Solar Calculator.", + "paragraph": "It provides functions to calculate the Sun's position in the sky, the times of sunrise, sunset, twilight and solar noon for any location on earth, as well as the equation of time and more.", + "website": "https://github.com/jpb10/SolarCalculator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpb10/SolarCalculator.git", + "providesIncludes": [ + "SolarCalculator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpb10/SolarCalculator-1.0.2.zip", + "archiveFileName": "SolarCalculator-1.0.2.zip", + "size": 15387, + "checksum": "SHA-256:ec791f70a005eecffccab5055262b7ae9a93b8ae5ed91e15b4da58f9f779ac5e" + }, + { + "name": "SolarCalculator", + "version": "1.0.3", + "author": "jpb10", + "maintainer": "jpb10", + "sentence": "A library based on the NOAA Solar Calculator.", + "paragraph": "It provides functions to calculate the times of sunrise, sunset, solar noon and twilight (civil, nautical, astronomical dawn and dusk), solar coordinates, interpolation of coordinates, atmospheric refraction correction, Sun's radius vector, Julian day and century, equation of time, delta T, etc.", + "website": "https://github.com/jpb10/SolarCalculator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpb10/SolarCalculator.git", + "providesIncludes": [ + "SolarCalculator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpb10/SolarCalculator-1.0.3.zip", + "archiveFileName": "SolarCalculator-1.0.3.zip", + "size": 17318, + "checksum": "SHA-256:95d27b83169e41ab40be033d95395068b4db5448b81ed6aaa3984dfb3936f2a5" + }, + { + "name": "SolarCalculator", + "version": "2.0.0", + "author": "jpb10", + "maintainer": "jpb10", + "sentence": "A library inspired by the NOAA Solar Calculator.", + "paragraph": "It provides functions to calculate the times of sunrise, sunset, solar noon and twilight (dawn and dusk), solar coordinates, interpolation of coordinates, atmospheric refraction correction, equation of time, delta T, etc.", + "website": "https://github.com/jpb10/SolarCalculator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpb10/SolarCalculator.git", + "providesIncludes": [ + "SolarCalculator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpb10/SolarCalculator-2.0.0.zip", + "archiveFileName": "SolarCalculator-2.0.0.zip", + "size": 15952, + "checksum": "SHA-256:9f92e5617e6d25f1ffd50c4e1fdaa50561bc859fb7ca7e68e01c7d72b846f5a7" + }, + { + "name": "SolarCalculator", + "version": "2.0.1", + "author": "jpb10", + "maintainer": "jpb10", + "sentence": "A library inspired by the NOAA Solar Calculator.", + "paragraph": "It provides functions to calculate the times of sunrise, sunset, solar noon, twilight (dawn and dusk), solar coordinates, equation of time, etc.", + "website": "https://github.com/jpb10/SolarCalculator", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpb10/SolarCalculator.git", + "providesIncludes": [ + "SolarCalculator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpb10/SolarCalculator-2.0.1.zip", + "archiveFileName": "SolarCalculator-2.0.1.zip", + "size": 15692, + "checksum": "SHA-256:7ad1a65b6ad515bc30d9b9e4963d802bfe81518de55a0182266b20fa8f0f4ecb" + }, + { + "name": "KIMlib", + "version": "0.6.1", + "author": "Fabio Di Michele", + "maintainer": "Giulio Paggi", + "license": "GPL", + "sentence": "Library for TAPOCO KNX Interface Module (Application)", + "paragraph": "This library supports TAPCO KIMaip Module.", + "website": "https://github.com/icomedit/Arduino-KIMlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/icomedit/Arduino-KIMlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/icomedit/KIMlib-0.6.1.zip", + "archiveFileName": "KIMlib-0.6.1.zip", + "size": 1465952, + "checksum": "SHA-256:5349fcd4535793a17aff25459fb7f7d890c492151b9c017fab8a3d2923f21d49" + }, + { + "name": "KIMlib", + "version": "0.9.0", + "author": "Fabio Di Michele", + "maintainer": "Giulio Paggi", + "license": "GPL", + "sentence": "Library for TAPKO KIMaip EIB/KNX Interface Module", + "paragraph": "This library supports Konnex to I2C gateway. It needs ETS software tools for configure KNX application.", + "website": "https://github.com/icomedit/Arduino-KIMlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/icomedit/Arduino-KIMlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/icomedit/KIMlib-0.9.0.zip", + "archiveFileName": "KIMlib-0.9.0.zip", + "size": 1462809, + "checksum": "SHA-256:16df0546a74ad0ae62b7574838895ff37569f46c1be7e6a63888654b364fa5c4" + }, + { + "name": "KIMlib", + "version": "0.9.1", + "author": "Fabio Di Michele", + "maintainer": "Giulio Paggi", + "license": "GPL", + "sentence": "Library for TAPKO KIMaip EIB/KNX Interface Module", + "paragraph": "This library supports Konnex to I2C gateway. It needs ETS software tools for configure KNX application.", + "website": "https://github.com/icomedit/Arduino-KIMlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/icomedit/Arduino-KIMlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/icomedit/KIMlib-0.9.1.zip", + "archiveFileName": "KIMlib-0.9.1.zip", + "size": 1461609, + "checksum": "SHA-256:7b1d65cf5c917444d8cdd619be1764a5b3d7d06d7901ea5b4c3580aa3f85bdfa" + }, + { + "name": "KIMlib", + "version": "0.9.2", + "author": "Fabio Di Michele", + "maintainer": "Giulio Paggi", + "license": "GPL", + "sentence": "Library for TAPKO KIMaip EIB/KNX Interface Module", + "paragraph": "This library supports Konnex to I2C gateway. It needs ETS software tools for configure KNX application.", + "website": "https://github.com/icomedit/Arduino-KIMlib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/icomedit/Arduino-KIMlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/icomedit/KIMlib-0.9.2.zip", + "archiveFileName": "KIMlib-0.9.2.zip", + "size": 1469572, + "checksum": "SHA-256:f384582d9fc6d3fa9f02114ebfacb34f7fbda6b2382c9fd897e72d4c32f52663" + }, + { + "name": "map2colour", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.1.0.zip", + "archiveFileName": "map2colour-0.1.0.zip", + "size": 7595, + "checksum": "SHA-256:5c71f5588d51a0da6c62ac7a755b0304a44d4945dfba0bff19cf061d5cd8bf02" + }, + { + "name": "map2colour", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.1.1.zip", + "archiveFileName": "map2colour-0.1.1.zip", + "size": 11132, + "checksum": "SHA-256:13a2d9d9e3993a33c2e09f7eab44051022c850e6ed9da7caa530679adaf4a273" + }, + { + "name": "map2colour", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.1.2.zip", + "archiveFileName": "map2colour-0.1.2.zip", + "size": 15103, + "checksum": "SHA-256:048df82449cd494037d13fe73d2f11cbdd58d106e4d3bc9a6099d8cd13cd1a0d" + }, + { + "name": "map2colour", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "paragraph": "supports 24 bit RGB and 16 bit 565 format.", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.1.3.zip", + "archiveFileName": "map2colour-0.1.3.zip", + "size": 17666, + "checksum": "SHA-256:283e109ca5dab34f0ad336d2e98f3a8aecad030c3647d5449e45f3fb218ac29c" + }, + { + "name": "map2colour", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "paragraph": "supports 24 bit RGB and 16 bit 565 format.", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.1.4.zip", + "archiveFileName": "map2colour-0.1.4.zip", + "size": 19459, + "checksum": "SHA-256:acca53722ba59e1839f46dce6d4ab5a6083c5055d66ff66db7f921cf28906aa7" + }, + { + "name": "map2colour", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "paragraph": "supports 24 bit RGB and 16 bit 565 format.", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.1.5.zip", + "archiveFileName": "map2colour-0.1.5.zip", + "size": 24066, + "checksum": "SHA-256:336be993260f163c710c54bccb04c25a737b60e22bedd246b5a1b85940508bb6" + }, + { + "name": "map2colour", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "paragraph": "supports 24 bit RGB and 16 bit 565 format.", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.1.6.zip", + "archiveFileName": "map2colour-0.1.6.zip", + "size": 24538, + "checksum": "SHA-256:61f9434e084f2980772891b4463170924627bd87295bcd3ab2dee295e93dcf52" + }, + { + "name": "map2colour", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "paragraph": "supports 24 bit RGB and 16 bit 565 format.", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.2.0.zip", + "archiveFileName": "map2colour-0.2.0.zip", + "size": 29629, + "checksum": "SHA-256:9c2f54193225e62ba20ba63ef9698dec65772589e73a432f7ca022dc8e0c54a5" + }, + { + "name": "map2colour", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mapping a float to colour spectrum", + "paragraph": "supports 24 bit RGB and 16 bit 565 format.", + "website": "https://github.com/RobTillaart/map2colour", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/map2colour.git", + "providesIncludes": [ + "map2colour.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/map2colour-0.2.1.zip", + "archiveFileName": "map2colour-0.2.1.zip", + "size": 29865, + "checksum": "SHA-256:795c0b9a3fdc475f7e2f5f91c7c91de0ba91876d1fb1abbb6732b5af69a809aa" + }, + { + "name": "ATCommands", + "version": "0.0.1", + "author": "yourapiexpert", + "maintainer": "Stephen Lombard \u003cyourapiexpert@gmail.com\u003e", + "sentence": "AT command parser for those who want to expose their functions via UART as AT commands", + "paragraph": "This library can be used to expose functions over UART through familiar AT-style commands not too dissimilar from various Bluetooth, wireless or GSM modules.", + "website": "https://github.com/yourapiexpert/ATCommands", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yourapiexpert/ATCommands.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yourapiexpert/ATCommands-0.0.1.zip", + "archiveFileName": "ATCommands-0.0.1.zip", + "size": 25171, + "checksum": "SHA-256:8ea8cf5b9ff4c2045716a650eda8c159b716b137649bbb9df6669227fff0da5b" + }, + { + "name": "Bolder Flight Systems Filter", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Filter library.", + "paragraph": "This library includes a one dimensional filter implementation similar to the MATLAB filter function.", + "website": "https://github.com/bolderflight/filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/filter.git", + "providesIncludes": [ + "filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Filter-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Filter-3.0.0.zip", + "size": 42481, + "checksum": "SHA-256:7111d08e1ff7aa2772be6f10d5459843cc23d69a73772f7866e001c4994b226c" + }, + { + "name": "Bolder Flight Systems Filter", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Filter library.", + "paragraph": "This library includes a one dimensional filter implementation similar to the MATLAB filter function.", + "website": "https://github.com/bolderflight/filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/filter.git", + "providesIncludes": [ + "filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Filter-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Filter-3.0.1.zip", + "size": 42570, + "checksum": "SHA-256:69761649258b441391c9a3a909eeae8c1b384687df1267bb5dc550625870f175" + }, + { + "name": "Bolder Flight Systems Filter", + "version": "3.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Filter library.", + "paragraph": "This library includes a one dimensional filter implementation similar to the MATLAB filter function and a simple IIR filter.", + "website": "https://github.com/bolderflight/filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/filter.git", + "providesIncludes": [ + "filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Filter-3.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Filter-3.1.0.zip", + "size": 44277, + "checksum": "SHA-256:c1cb74b9bb388cfec054ccd5ce6e33cc22504d1952b78800f99d0554a5c62b4c" + }, + { + "name": "Bolder Flight Systems Filter", + "version": "3.2.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Filter library.", + "paragraph": "This library includes a one dimensional filter implementation similar to the MATLAB filter function and a simple IIR filter.", + "website": "https://github.com/bolderflight/filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/filter.git", + "providesIncludes": [ + "filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Filter-3.2.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Filter-3.2.0.zip", + "size": 46500, + "checksum": "SHA-256:2148d77b6377b886bbe547812ab4addaf81025916a93852bbdbcadb5d3fa0db6" + }, + { + "name": "Bolder Flight Systems Filter", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Filter library.", + "paragraph": "This library includes a one dimensional filter implementation similar to the MATLAB filter function and a simple IIR filter.", + "website": "https://github.com/bolderflight/filter", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/filter.git", + "providesIncludes": [ + "filter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Filter-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Filter-4.0.0.zip", + "size": 45230, + "checksum": "SHA-256:607791d9473d209b31fd431811c693b63aa5e742ace53c6a790808ad25ebe3fc" + }, + { + "name": "OV5640 Auto Focus for ESP32 Camera", + "version": "0.1.1", + "author": "Eric Nam", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "A library that makes the OV5640AF usable on the ESP32.", + "paragraph": "Enables the autofocus function of the OV5640 on the ESP32.", + "website": "https://github.com/0015/ESP32-OV5640-AF", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0015/ESP32-OV5640-AF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0015/OV5640_Auto_Focus_for_ESP32_Camera-0.1.1.zip", + "archiveFileName": "OV5640_Auto_Focus_for_ESP32_Camera-0.1.1.zip", + "size": 222880, + "checksum": "SHA-256:e79e73a48a689242459ef2dffc2ad2a215840b75b9403f5b9112d98fab11faf8" + }, + { + "name": "Bolder Flight Systems Excitation", + "version": "3.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library of excitation waveforms.", + "paragraph": "Excitation waveforms including, pulses, doublets, chirps, multisines and sampled excitations.", + "website": "https://github.com/bolderflight/excitation", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/excitation.git", + "providesIncludes": [ + "excitation.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Excitation-3.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Excitation-3.0.0.zip", + "size": 45100, + "checksum": "SHA-256:66539d5a9fe2701e0eadf724b8f1dc8bfada8a49379578f7c265aadd4f6b8965" + }, + { + "name": "Bolder Flight Systems Excitation", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library of excitation waveforms.", + "paragraph": "Excitation waveforms including, pulses, doublets, chirps, multisines and sampled excitations.", + "website": "https://github.com/bolderflight/excitation", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/excitation.git", + "providesIncludes": [ + "excitation.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Excitation-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Excitation-4.0.0.zip", + "size": 51630, + "checksum": "SHA-256:9d0001aab43effb28ab649a0d5fdcec77948011fa60be6c0d36b3786c426a947" + }, + { + "name": "DFRobot_VEML7700", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for VEML7700, the function is to read High Accuracy Ambient Light data(SKU: SEN0228).", + "paragraph": "This is a High Accuracy Ambient Light sensor that can be controlled via I2C port.", + "website": "https://github.com/DFRobot/DFRobot_VEML7700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VEML7700.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VEML7700-1.0.0.zip", + "archiveFileName": "DFRobot_VEML7700-1.0.0.zip", + "size": 199535, + "checksum": "SHA-256:b8949759d294b93b7c05328d67d3cb75238035bf08268c59a4920a800e90e8f0" + }, + { + "name": "DFRobot_VisualRotaryEncoder", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "Visual rotary encoder driver library(SKU: SEN0502).", + "paragraph": "DFRobot_VisualRotaryEncoder can obtain basic encoder information, count value and key state, and set encoder accuracy.", + "website": "https://github.com/DFRobot/DFRobot_VisualRotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VisualRotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VisualRotaryEncoder-1.0.0.zip", + "archiveFileName": "DFRobot_VisualRotaryEncoder-1.0.0.zip", + "size": 23470, + "checksum": "SHA-256:f44846a7e30211b6356c2d619336a90327430ab4c47131115071246f0c4cbfc1" + }, + { + "name": "DFRobot_VisualRotaryEncoder", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "Visual rotary encoder driver library(SKU: SEN0502).", + "paragraph": "DFRobot_VisualRotaryEncoder can obtain basic encoder information, count value and key state, and set encoder accuracy.", + "website": "https://github.com/DFRobot/DFRobot_VisualRotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VisualRotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VisualRotaryEncoder-1.0.1.zip", + "archiveFileName": "DFRobot_VisualRotaryEncoder-1.0.1.zip", + "size": 143705, + "checksum": "SHA-256:2d20714b35bba74c1a582d4074b59f40c2283096951730d1ba630e8735fc6083" + }, + { + "name": "GyverHTU21D", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light Arduino library for HTU21D sensor", + "paragraph": "Light Arduino library for HTU21D sensor", + "website": "https://github.com/GyverLibs/GyverHTU21D", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHTU21D.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHTU21D-1.0.0.zip", + "archiveFileName": "GyverHTU21D-1.0.0.zip", + "size": 9573, + "checksum": "SHA-256:d88a7309aa68e69e9d3a15302d012ad19e5bcf56080f17dc95aa6bd7f2c09561" + }, + { + "name": "GyverHTU21D", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Light Arduino library for HTU21D sensor", + "paragraph": "Light Arduino library for HTU21D sensor", + "website": "https://github.com/GyverLibs/GyverHTU21D", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverHTU21D.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverHTU21D-1.1.0.zip", + "archiveFileName": "GyverHTU21D-1.1.0.zip", + "size": 9601, + "checksum": "SHA-256:62a0be03a2a1187ac047a71d6a88b3067cef61d6bfcf1174f9582569945dca35" + }, + { + "name": "KolabseCarsCan", + "version": "0.50.0", + "author": "Kolabse \u003ckolabse@yandex.ru\u003e", + "maintainer": "Kolabse \u003ckolabse@yandex.ru\u003e", + "sentence": "Library for storing data about the state of the car and decoding this data from CAN bus messages", + "paragraph": "Library for storing data about the state of the car and decoding this data from CAN bus messages", + "website": "https://github.com/kolabse/KolabseCarsCan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kolabse/KolabseCarsCan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kolabse/KolabseCarsCan-0.50.0.zip", + "archiveFileName": "KolabseCarsCan-0.50.0.zip", + "size": 17465, + "checksum": "SHA-256:a5e1cf4694d9154309b86e3725b759e48738bb826ce0df24f5d13f9c05c41494" + }, + { + "name": "KolabseCarsCan", + "version": "0.51.23", + "author": "Kolabse \u003ckolabse@yandex.ru\u003e", + "maintainer": "Kolabse \u003ckolabse@yandex.ru\u003e", + "sentence": "Storing data about the state of the car and decoding this data from CAN bus messages", + "paragraph": "This library allows you to , decode messages received from CAN-bus and store this info about car state.", + "website": "https://github.com/kolabse/KolabseCarsCan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kolabse/KolabseCarsCan.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kolabse/KolabseCarsCan-0.51.23.zip", + "archiveFileName": "KolabseCarsCan-0.51.23.zip", + "size": 18449, + "checksum": "SHA-256:e38dd064168712db193b61bd8f863f3785990e6344330e04e2d8f4022e1a84a9" + }, + { + "name": "KolabseCarsCan", + "version": "0.51.30", + "author": "Kolabse \u003ckolabse@yandex.ru\u003e, Sonc \u003csonc.adm@gmail.com\u003e", + "maintainer": "Kolabse \u003ckolabse@yandex.ru\u003e", + "sentence": "Storing data about the state of the car and decoding this data from CAN bus messages", + "paragraph": "This library allows you to decode messages received from CAN-bus and store this info about car state.", + "website": "https://github.com/kolabse/KolabseCarsCan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kolabse/KolabseCarsCan.git", + "providesIncludes": [ + "KolabseCarsCan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kolabse/KolabseCarsCan-0.51.30.zip", + "archiveFileName": "KolabseCarsCan-0.51.30.zip", + "size": 19037, + "checksum": "SHA-256:a822a66dae8e32434f56e5e90dcec9aec8ed72e1f5957e595fa0031bf496b233" + }, + { + "name": "KolabseCarsCan", + "version": "0.51.38", + "author": "Kolabse \u003ckolabse@yandex.ru\u003e, Sonc \u003csonc.adm@gmail.com\u003e", + "maintainer": "Kolabse \u003ckolabse@yandex.ru\u003e", + "sentence": "Storing data about the state of the car and decoding this data from CAN bus messages", + "paragraph": "This library allows you to decode messages received from CAN-bus and store this info about car state.", + "website": "https://github.com/kolabse/KolabseCarsCan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kolabse/KolabseCarsCan.git", + "providesIncludes": [ + "KolabseCarsCan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kolabse/KolabseCarsCan-0.51.38.zip", + "archiveFileName": "KolabseCarsCan-0.51.38.zip", + "size": 20100, + "checksum": "SHA-256:d3363c5a9010f437402bb36215bd4eaa3976d838fdd19a1c80660711136ed836" + }, + { + "name": "KolabseCarsCan", + "version": "0.51.41", + "author": "Kolabse \u003ckolabse@yandex.ru\u003e, Sonc \u003csonc.adm@gmail.com\u003e", + "maintainer": "Kolabse \u003ckolabse@yandex.ru\u003e", + "sentence": "Storing data about the state of the car and decoding this data from CAN bus messages", + "paragraph": "This library allows you to decode messages received from CAN-bus and store this info about car state.", + "website": "https://github.com/kolabse/KolabseCarsCan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kolabse/KolabseCarsCan.git", + "providesIncludes": [ + "KolabseCarsCan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kolabse/KolabseCarsCan-0.51.41.zip", + "archiveFileName": "KolabseCarsCan-0.51.41.zip", + "size": 21537, + "checksum": "SHA-256:2b3d6ca45a3de1dade4f5d301a8908ae0c19c776cf5dd9b3ce54dd721745505b" + }, + { + "name": "KolabseCarsCan", + "version": "0.51.43", + "author": "Kolabse \u003ckolabse@yandex.ru\u003e, Sonc \u003csonc.adm@gmail.com\u003e", + "maintainer": "Kolabse \u003ckolabse@yandex.ru\u003e", + "sentence": "Storing data about the state of the car and decoding this data from CAN bus messages", + "paragraph": "This library allows you to decode messages received from CAN-bus and store this info about car state.", + "website": "https://github.com/kolabse/KolabseCarsCan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kolabse/KolabseCarsCan.git", + "providesIncludes": [ + "KolabseCarsCan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kolabse/KolabseCarsCan-0.51.43.zip", + "archiveFileName": "KolabseCarsCan-0.51.43.zip", + "size": 22799, + "checksum": "SHA-256:bd6233c2621929073acf036b4afb475e1fe4f84c109a23709d17f7c926d394f9" + }, + { + "name": "KolabseCarsCan", + "version": "0.51.45", + "author": "Kolabse \u003ckolabse@yandex.ru\u003e, Sonc \u003csonc.adm@gmail.com\u003e", + "maintainer": "Kolabse \u003ckolabse@yandex.ru\u003e", + "sentence": "Storing data about the state of the car and decoding this data from CAN bus messages", + "paragraph": "This library allows you to decode messages received from CAN-bus and store this info about car state.", + "website": "https://github.com/kolabse/KolabseCarsCan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kolabse/KolabseCarsCan.git", + "providesIncludes": [ + "KolabseCarsCan.h" + ], + "dependencies": [ + { + "name": "autowp-mcp2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kolabse/KolabseCarsCan-0.51.45.zip", + "archiveFileName": "KolabseCarsCan-0.51.45.zip", + "size": 22945, + "checksum": "SHA-256:63f87c8dd1d54bd89f1e405996b9148e9b7b3b273b6d639d491f85ccb9448683" + }, + { + "name": "SimpleCollections", + "version": "1.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container that can act as either a regular list or btree without needing std lib. Ordered fast lookup. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/IoAbstraction", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.0.0.zip", + "archiveFileName": "SimpleCollections-1.0.0.zip", + "size": 19810, + "checksum": "SHA-256:4ffd7b7207d528bdf5e7634dd886d9302176e2a86badab19bcce32b48a0c0580" + }, + { + "name": "SimpleCollections", + "version": "1.0.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container that can act as either a regular list or btree without needing std lib. Ordered fast lookup. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/SimpleCollections", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.0.1.zip", + "archiveFileName": "SimpleCollections-1.0.1.zip", + "size": 19806, + "checksum": "SHA-256:b6e597a801f5d998db9b09b86566936469d809b2725d69d16f2c90a8f6b2ea67" + }, + { + "name": "SimpleCollections", + "version": "1.1.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/SimpleCollections", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.1.0.zip", + "archiveFileName": "SimpleCollections-1.1.0.zip", + "size": 28088, + "checksum": "SHA-256:5aad1721ec78ee196245172e333ba2a61aeffd9e01cbea1f2ee73d1fef020c8e" + }, + { + "name": "SimpleCollections", + "version": "1.2.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/SimpleCollections", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.2.0.zip", + "archiveFileName": "SimpleCollections-1.2.0.zip", + "size": 34230, + "checksum": "SHA-256:a0fc527d7609e21477d71eb9c724c413330e5639fd73110b5b6b2ea7ebee0718" + }, + { + "name": "SimpleCollections", + "version": "1.2.1", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/SimpleCollections", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.2.1.zip", + "archiveFileName": "SimpleCollections-1.2.1.zip", + "size": 34661, + "checksum": "SHA-256:f60ad39f1fbfc33073539ebebfab5f2880d3b91c0f1e5bc0c2d04a1de05f09dc" + }, + { + "name": "SimpleCollections", + "version": "1.2.2", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/SimpleCollections", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.2.2.zip", + "archiveFileName": "SimpleCollections-1.2.2.zip", + "size": 35137, + "checksum": "SHA-256:7d1b0a52c01ad29901f8bcc8dc99ebc09ce3df64610938484ffad476ca650d2a" + }, + { + "name": "SimpleCollections", + "version": "1.2.3", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/SimpleCollections", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.2.3.zip", + "archiveFileName": "SimpleCollections-1.2.3.zip", + "size": 34463, + "checksum": "SHA-256:69f9bad0cceaf71db7935e21338a5a115de874f9c5020e9e1fd8b3d4c2f99df7" + }, + { + "name": "SimpleCollections", + "version": "1.2.4", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "An associative container used either as a list or btree without needing std lib, and a concurrent circular buffer. Works from AVR/Uno upwards to ESP32, mbed etc", + "paragraph": "An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. A non-blocking concurrent circular buffer implementation that is thread safe. Works from Uno upwards to ESP32, mbed etc", + "website": "https://github.com/davetcc/SimpleCollections", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/davetcc/SimpleCollections.git", + "providesIncludes": [ + "SimpleCollections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/SimpleCollections-1.2.4.zip", + "archiveFileName": "SimpleCollections-1.2.4.zip", + "size": 34429, + "checksum": "SHA-256:b36e3fef70dda92582a475f5ff1903e5aeba675dd17ae6cef231188161370195" + }, + { + "name": "Azure SDK for C", + "version": "1.0.0-beta.1", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Azure IoT \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library (1.3.0-beta.1) for Arduino.", + "paragraph": "Arduino port of the Azure SDK for C. It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c/tree/1.3.0-beta.1", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.0.0-beta.1.zip", + "archiveFileName": "Azure_SDK_for_C-1.0.0-beta.1.zip", + "size": 176124, + "checksum": "SHA-256:ad5c012429234600b441b7196107289bfb675bce95b8203c61bd3a3989a89660" + }, + { + "name": "Azure SDK for C", + "version": "1.0.0-beta.2", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library (1.3.0-beta.1) for Arduino.", + "paragraph": "Arduino port of the Azure SDK for C. It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c/tree/1.3.0-beta.1", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.0.0-beta.2.zip", + "archiveFileName": "Azure_SDK_for_C-1.0.0-beta.2.zip", + "size": 1865599, + "checksum": "SHA-256:b2f267a4f9bf19211aa2aef96189454d3eeb3c7c78704e981de3be4dae5eb478" + }, + { + "name": "Azure SDK for C", + "version": "1.0.0-beta.3", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library (1.3.0-beta.1) for Arduino.", + "paragraph": "Arduino port of the Azure SDK for C. It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c/tree/1.3.0-beta.1", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.0.0-beta.3.zip", + "archiveFileName": "Azure_SDK_for_C-1.0.0-beta.3.zip", + "size": 1865641, + "checksum": "SHA-256:326d9bf6d4f97883b73683d9b3520e8234c318d85b9e20af3e2887f1191aea7b" + }, + { + "name": "Azure SDK for C", + "version": "1.0.0-beta.4", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.3.1). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c/tree/1.3.1", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.0.0-beta.4.zip", + "archiveFileName": "Azure_SDK_for_C-1.0.0-beta.4.zip", + "size": 1864858, + "checksum": "SHA-256:8f318e4c85fd97d355fdbf1603ab65ce1331041d13aa1f9207d18067d26000c3" + }, + { + "name": "Azure SDK for C", + "version": "1.0.0-beta.5", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.3.2). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c/tree/1.3.2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.0.0-beta.5.zip", + "archiveFileName": "Azure_SDK_for_C-1.0.0-beta.5.zip", + "size": 1869192, + "checksum": "SHA-256:b96821f39129d5e489b97ccaa4a6c2decff0f3db39d9ef18e7a695ee8d450031" + }, + { + "name": "Azure SDK for C", + "version": "1.0.0", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.3.2). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c/tree/1.3.2", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.0.0.zip", + "archiveFileName": "Azure_SDK_for_C-1.0.0.zip", + "size": 1867440, + "checksum": "SHA-256:142017095d2e52ebc670c9f232e7dabbe75927c56a32979352e7831074a2e888" + }, + { + "name": "Azure SDK for C", + "version": "1.1.0-beta.1", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.4.0-beta.1). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c/tree/1.4.0-beta.1", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.0-beta.1.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.0-beta.1.zip", + "size": 2090568, + "checksum": "SHA-256:b1a8b7602314e9883d602dd8006cab5a16c4774f2148f7dbd085b98122cb10f7" + }, + { + "name": "Azure SDK for C", + "version": "1.1.0-beta.2", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.4.0-beta.2). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c-arduino/releases", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.0-beta.2.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.0-beta.2.zip", + "size": 2093159, + "checksum": "SHA-256:6846523ada6110f842f295e4542ea266ad937058b7a01acafb928ccdfce0f2d8" + }, + { + "name": "Azure SDK for C", + "version": "1.1.0-beta.3", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.4.0-beta.2). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c-arduino/releases", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.0-beta.3.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.0-beta.3.zip", + "size": 2094014, + "checksum": "SHA-256:ad88afd9ca5ed791040f1d9a33bb17ff059e294efa3a64ddd0594b41a15a4597" + }, + { + "name": "Azure SDK for C", + "version": "1.1.0", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.4.0). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c-arduino/releases", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.0.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.0.zip", + "size": 2092199, + "checksum": "SHA-256:3a4cbd9ee7fb1c0e235d7de64c35b76401f6187b06a98ebcd48e350fd8a607df" + }, + { + "name": "Azure SDK for C", + "version": "1.1.2", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.5.0-beta.1). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c-arduino/releases", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.2.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.2.zip", + "size": 2092462, + "checksum": "SHA-256:07fd389e8a00ae50718d24a69864c1168c3445ea22ff6b2474f3016247ba1115" + }, + { + "name": "Azure SDK for C", + "version": "1.1.3", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.5.0-beta.1). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c-arduino/releases", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.3.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.3.zip", + "size": 3389187, + "checksum": "SHA-256:de10691cf37977cd8e39141b4f77c4ca3281996af86698742c7539e49c1b22eb" + }, + { + "name": "Azure SDK for C", + "version": "1.1.4", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.5.0-beta.1). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c-arduino/releases", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.4.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.4.zip", + "size": 3389754, + "checksum": "SHA-256:51b8aecd7cabd1629c78957a73ac7cb651e4eb239be37cd2fea00b83239bb903" + }, + { + "name": "Azure SDK for C", + "version": "1.1.6", + "author": "Microsoft Corporation", + "maintainer": "Microsoft Corporation \u003caziotarduino@microsoft.com\u003e", + "sentence": "Azure SDK for C library for Arduino.", + "paragraph": "This is an Arduino port of the Azure SDK for C (1.5.0-beta.1). It allows you to use your Arduino device with Azure services like Azure IoT Hub and Azure Device Provisioning Service. See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/Azure/azure-sdk-for-c-arduino/releases", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Partner" + ], + "repository": "https://github.com/Azure/azure-sdk-for-c-arduino.git", + "providesIncludes": [ + "az_core.h", + "az_iot.h", + "azure_ca.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Azure/Azure_SDK_for_C-1.1.6.zip", + "archiveFileName": "Azure_SDK_for_C-1.1.6.zip", + "size": 3389955, + "checksum": "SHA-256:8a14b37e1f2b3d596b025836bab6edbdea11a0985a1f9b456182d4f45d405479" + }, + { + "name": "MCUOS", + "version": "1.0.0", + "author": "Coder-X15\u003csamrubenabraham@yahoo.com\u003e", + "maintainer": "Coder-X15\u003csamrubenabraham@yahoo.com\u003e", + "sentence": "An OS simulator for Arduino boards.", + "paragraph": "This is a small OS simulator intended to expand the capability of Arduino-based DIY devices(like smartwatches). Includes app development headers for those who wish to make custom apps.", + "website": "http://github.com/Coder-X15/MCUOS", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Coder-X15/MCUOS.git", + "providesIncludes": [ + "MCUOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Coder-X15/MCUOS-1.0.0.zip", + "archiveFileName": "MCUOS-1.0.0.zip", + "size": 65158, + "checksum": "SHA-256:1f90bfb9d1721e0d8ca37837a0038a3e8c3a6f8fade0f477708dee4315292fd5" + }, + { + "name": "MCUOS", + "version": "2.0.0", + "author": "Coder-X15\u003csamrubenabraham@yahoo.com\u003e", + "maintainer": "Coder-X15\u003csamrubenabraham@yahoo.com\u003e", + "sentence": "An OS simulator for Arduino boards.", + "paragraph": "This is a small OS simulator intended to expand the capability of Arduino-based DIY devices(like smartwatches). Includes app development headers for those who wish to make custom apps.", + "website": "http://github.com/Coder-X15/MCUOS", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Coder-X15/MCUOS.git", + "providesIncludes": [ + "MCUOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Coder-X15/MCUOS-2.0.0.zip", + "archiveFileName": "MCUOS-2.0.0.zip", + "size": 66708, + "checksum": "SHA-256:6deab22d1c2a01bef71fd12b9b5e2ea94fccd518b1de41d09522a8481732dcb7" + }, + { + "name": "EEPROM_24LC64F", + "version": "1.0.0", + "author": "John Karatka \u003cjohn.karatka@gmail.com\u003e", + "maintainer": "John Karatka \u003cjohn.karatka@gmail.com\u003e", + "sentence": "EEPROM_24LC64F EEPROM memory chip for Arduino", + "paragraph": "Read and write data to the EEPROM chip for storage in applications", + "website": "https://github.com/John-Karatka/24LC64F", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/John-Karatka/24LC64F.git", + "providesIncludes": [ + "EEPROM_24LC64F.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/John-Karatka/EEPROM_24LC64F-1.0.0.zip", + "archiveFileName": "EEPROM_24LC64F-1.0.0.zip", + "size": 710028, + "checksum": "SHA-256:d792359b18d6a0d0e81cea5a5dab0a593a6bfe5354a0b81e04243fc061ff3d05" + }, + { + "name": "QuickStats", + "version": "1.0.0", + "author": "David Dubins", + "maintainer": "David Dubins", + "sentence": "Descriptive Statistics for Arduino", + "paragraph": "Descriptive statistics such as mean, maximum, minimum, sample standard deviation and standard error, median, mode, coefficient of variation. Written for float arrays.", + "website": "http://playground.arduino.cc/Main/QuickStats", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/QuickStats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/QuickStats-1.0.0.zip", + "archiveFileName": "QuickStats-1.0.0.zip", + "size": 5124, + "checksum": "SHA-256:90ff9b3709b971decfd3793824b8aca2cfffb240b3ee66ce9ec964c5c60034e1" + }, + { + "name": "QuickStats", + "version": "1.2.0", + "author": "David Dubins", + "maintainer": "David Dubins", + "sentence": "Descriptive Statistics for Arduino", + "paragraph": "Descriptive statistics such as mean, geometric mean, maximum, minimum, sample standard deviation and standard error, median, mode, coefficient of variation. Written for float arrays.", + "website": "http://playground.arduino.cc/Main/QuickStats", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/QuickStats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/QuickStats-1.2.0.zip", + "archiveFileName": "QuickStats-1.2.0.zip", + "size": 10958, + "checksum": "SHA-256:fdc8eeb6c5997f2da5099e1aa7d865de53d425583d3b7972dd1d59044cbdaeee" + }, + { + "name": "QuickStats", + "version": "1.2.1", + "author": "David Dubins", + "maintainer": "David Dubins", + "sentence": "Descriptive Statistics for Arduino", + "paragraph": "Descriptive statistics such as mean, geometric mean, maximum, minimum, sample standard deviation and standard error, median, mode, coefficient of variation, and linear regression. Written for float arrays.", + "website": "https://github.com/dndubins/QuickStats", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/QuickStats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/QuickStats-1.2.1.zip", + "archiveFileName": "QuickStats-1.2.1.zip", + "size": 28782, + "checksum": "SHA-256:0fcf82f250727e3e4be7710c7c2294e1d62585a1d2f58e63d8f435d9a69216b7" + }, + { + "name": "QuickStats", + "version": "1.2.3", + "author": "David Dubins", + "maintainer": "David Dubins", + "sentence": "Descriptive Statistics for Arduino", + "paragraph": "Descriptive statistics such as mean, geometric mean, maximum, minimum, sample standard deviation and standard error, median, mode, coefficient of variation, and linear regression. Written for float arrays.", + "website": "https://github.com/dndubins/QuickStats", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/QuickStats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/QuickStats-1.2.3.zip", + "archiveFileName": "QuickStats-1.2.3.zip", + "size": 28817, + "checksum": "SHA-256:1fc4f8520abb232bbfba9fea76b15a5be4726206279a68ce11233ae20a0195df" + }, + { + "name": "QuickStats", + "version": "1.2.4", + "author": "David Dubins", + "maintainer": "David Dubins", + "sentence": "Descriptive Statistics for Arduino", + "paragraph": "Descriptive statistics such as mean, geometric mean, maximum, minimum, sample standard deviation and standard error, median, mode, coefficient of variation, and linear regression. Written for float arrays.", + "website": "https://github.com/dndubins/QuickStats", + "category": "Data Processing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/QuickStats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/QuickStats-1.2.4.zip", + "archiveFileName": "QuickStats-1.2.4.zip", + "size": 29544, + "checksum": "SHA-256:b00b9c734f1a79581269c51ec489bed95dc402be43fc77d9476cb7d6a91fc172" + }, + { + "name": "uCOS-III_Due", + "version": "0.0.1", + "author": "Victor Chavez", + "maintainer": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "sentence": "MicroC/OS-III 3.08.01 for ARM Cortex M3.", + "paragraph": "MicroC/OS-III 3.08.01 for ARM Cortex M3", + "website": "https://git.fh-aachen.de/embedded-arduino/uc-os3-arduino-due.git", + "category": "Other", + "architectures": [ + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/uc-os3-arduino-due.git", + "providesIncludes": [ + "uCOS-III_Due.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/uCOS_III_Due-0.0.1.zip", + "archiveFileName": "uCOS_III_Due-0.0.1.zip", + "size": 285055, + "checksum": "SHA-256:a8b5a227c674007ef64390ab791685c48cb512748b6ac023479896f3066bf14e" + }, + { + "name": "FIFOEE", + "version": "0.1.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM FIFO", + "paragraph": "FIFO of variable size data blocks over EEPROM", + "website": "https://github.com/fabriziop/FIFOEE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/FIFOEE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/FIFOEE-0.1.0.zip", + "archiveFileName": "FIFOEE-0.1.0.zip", + "size": 21486, + "checksum": "SHA-256:8e83b1788d60d5602455f18cdae25d8f82b70e94725d001ac63d5c697502dd6a" + }, + { + "name": "FIFOEE", + "version": "0.2.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM FIFO", + "paragraph": "FIFO of variable size data blocks over EEPROM", + "website": "https://github.com/fabriziop/FIFOEE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/FIFOEE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/FIFOEE-0.2.0.zip", + "archiveFileName": "FIFOEE-0.2.0.zip", + "size": 21693, + "checksum": "SHA-256:7beab493a47de64a9b09f1bbf685e7b1450656ea709b83a2bf85ca7491454878" + }, + { + "name": "FIFOEE", + "version": "0.3.0", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM FIFO", + "paragraph": "FIFO of variable size data blocks over EEPROM", + "website": "https://github.com/fabriziop/FIFOEE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/FIFOEE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/FIFOEE-0.3.0.zip", + "archiveFileName": "FIFOEE-0.3.0.zip", + "size": 22958, + "checksum": "SHA-256:561d70b1287e36e8451502de31bf707cb6c15238b6b604d1aeb789d7b108c746" + }, + { + "name": "FIFOEE", + "version": "0.3.1", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM FIFO", + "paragraph": "FIFO of variable size data blocks over EEPROM", + "website": "https://github.com/fabriziop/FIFOEE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/FIFOEE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/FIFOEE-0.3.1.zip", + "archiveFileName": "FIFOEE-0.3.1.zip", + "size": 22959, + "checksum": "SHA-256:2c4d98a0d167dcd8f26ca41d172df3da929bb9722712e8fc17955141ea3d2d21" + }, + { + "name": "FIFOEE", + "version": "0.3.2", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM FIFO", + "paragraph": "FIFO of variable size data blocks over EEPROM", + "website": "https://github.com/fabriziop/FIFOEE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/FIFOEE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/FIFOEE-0.3.2.zip", + "archiveFileName": "FIFOEE-0.3.2.zip", + "size": 23420, + "checksum": "SHA-256:8fa90d61c4b58c44e277a11db9b35cf5114daa429156794857a21ec4a3d26878" + }, + { + "name": "FIFOEE", + "version": "0.3.3", + "author": "Fabrizio Pollastri", + "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", + "sentence": "EEPROM FIFO", + "paragraph": "FIFO of variable size data blocks over EEPROM", + "website": "https://github.com/fabriziop/FIFOEE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fabriziop/FIFOEE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/FIFOEE-0.3.3.zip", + "archiveFileName": "FIFOEE-0.3.3.zip", + "size": 23424, + "checksum": "SHA-256:fc3f615091d61a977fea233dae74e5d2e136075582633ea35e6ce2c0f40e1de8" + }, + { + "name": "SparkFun Qwiic Fan Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic PC Fan Boards", + "paragraph": "An Arduino Library for the Qwiic Blower Fan and Qwiic PC Fan Controller. Both allow you to control 4-Wire PC cooling fans over I²C! Available at: https://www.sparkfun.com/products/18570 and https://www.sparkfun.com/products/18561", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_Fan_Arduino_Library-1.0.0.zip", + "size": 18244, + "checksum": "SHA-256:e1ac0e944873a466f5c84e92b0c079dfed89d75eac9e36c03db6437087f835af" + }, + { + "name": "SparkFun Qwiic Fan Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic PC Fan Boards", + "paragraph": "An Arduino Library for the Qwiic Blower Fan and Qwiic PC Fan Controller. Both allow you to control 4-Wire PC cooling fans over I²C! Available at: https://www.sparkfun.com/products/18570 and https://www.sparkfun.com/products/18561", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Qwiic_Fan_Arduino_Library-1.1.0.zip", + "size": 20308, + "checksum": "SHA-256:7ea5ed039688759dbc08e5ff0be2ef8eb7f8dd011413e0cdef5ef4d3afa71c1d" + }, + { + "name": "SparkFun Qwiic Fan Arduino Library", + "version": "1.2.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic PC Fan Boards", + "paragraph": "An Arduino Library for the Qwiic Blower Fan and Qwiic PC Fan Controller. Both allow you to control 4-Wire PC cooling fans over I²C! Available at: https://www.sparkfun.com/products/18570 and https://www.sparkfun.com/products/18561", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library-1.2.1.zip", + "archiveFileName": "SparkFun_Qwiic_Fan_Arduino_Library-1.2.1.zip", + "size": 29647, + "checksum": "SHA-256:cfb9bfb4b22a907512ea59052bf5e2d70332c5f29024750d57656cfbd4ee5fb7" + }, + { + "name": "QNEthernet", + "version": "0.1.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API. Extras include: mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.1.0.zip", + "archiveFileName": "QNEthernet-0.1.0.zip", + "size": 2278317, + "checksum": "SHA-256:f1fa63a0a48c7051deab9c2e630d12163b18260273937b240fd639e2f9f2093f" + }, + { + "name": "QNEthernet", + "version": "0.2.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API. Extras include: mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.2.0.zip", + "archiveFileName": "QNEthernet-0.2.0.zip", + "size": 2280940, + "checksum": "SHA-256:fb7eaaff8808136e54421b4f68e565bb6346697c4808deed5ce59539641c1190" + }, + { + "name": "QNEthernet", + "version": "0.3.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API. Extras include: mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.3.0.zip", + "archiveFileName": "QNEthernet-0.3.0.zip", + "size": 1009923, + "checksum": "SHA-256:a7629157910db208495aa3fb37e7d64be88ba58e3ff1109a1bed6e14ab9e8f97" + }, + { + "name": "QNEthernet", + "version": "0.4.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API. Extras include: mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.4.0.zip", + "archiveFileName": "QNEthernet-0.4.0.zip", + "size": 1014745, + "checksum": "SHA-256:9ee41cfc67d2f57eb6d55df4a2a4bc50919c70bfb53eb585c59cb071df40f69b" + }, + { + "name": "QNEthernet", + "version": "0.5.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API. Extras include: mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.5.0.zip", + "archiveFileName": "QNEthernet-0.5.0.zip", + "size": 1016605, + "checksum": "SHA-256:519b47209fb5fa3cc5b17aa9010ca949816408ad55e277b49383dfbafc8eb5d5" + }, + { + "name": "QNEthernet", + "version": "0.6.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API. Extras include: mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.6.0.zip", + "archiveFileName": "QNEthernet-0.6.0.zip", + "size": 1017818, + "checksum": "SHA-256:d772c39989a1684fc33bec7814fdff4d5c3fb2103e6d7ba1d4f6091fddcf2790" + }, + { + "name": "QNEthernet", + "version": "0.7.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but the library is more full-featured. Extras include: a more robust API and an mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.7.0.zip", + "archiveFileName": "QNEthernet-0.7.0.zip", + "size": 1030461, + "checksum": "SHA-256:13af01a0e1771fb49c45f08abf135d085756ba7f1aef3cf4b9e363f85ca6d49b" + }, + { + "name": "QNEthernet", + "version": "0.8.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but the library is more full-featured. Extras include: a more robust API and an mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.8.0.zip", + "archiveFileName": "QNEthernet-0.8.0.zip", + "size": 1034165, + "checksum": "SHA-256:1ba87837975c8d32d330dbbbb02825d2bc3ca85a7e0cbc5da03fb99e55a6c696" + }, + { + "name": "QNEthernet", + "version": "0.9.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but the library is more full-featured. Extras include: a more robust API and an mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.9.0.zip", + "archiveFileName": "QNEthernet-0.9.0.zip", + "size": 1035975, + "checksum": "SHA-256:f951bdceeb8d17f745c9f4381a6bcd3dd43d49cdcb1cf2f5eb823df7694cf233" + }, + { + "name": "QNEthernet", + "version": "0.10.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but the library is more full-featured. Extras include: a more robust API and an mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.10.0.zip", + "archiveFileName": "QNEthernet-0.10.0.zip", + "size": 1038941, + "checksum": "SHA-256:93190e42f32e106925f177251e7e2941c954943caac750e686fe64ad47e68aef" + }, + { + "name": "QNEthernet", + "version": "0.11.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but the library is more full-featured. Extras include: a more robust API and an mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.11.0.zip", + "archiveFileName": "QNEthernet-0.11.0.zip", + "size": 1041666, + "checksum": "SHA-256:497c40ab5cf9726ff93a916891506e35887fb7cb95b735626ad8d37c8d7476f2" + }, + { + "name": "QNEthernet", + "version": "0.12.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but the library is more full-featured. Extras include: a more robust API and an mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.12.0.zip", + "archiveFileName": "QNEthernet-0.12.0.zip", + "size": 1051765, + "checksum": "SHA-256:da7c201b72e1c545e03a8c74821980269e539b06829c1314478a26f88e309cf8" + }, + { + "name": "QNEthernet", + "version": "0.13.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but the library is more full-featured. Extras include: a more robust API and an mDNS resolver.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.13.0.zip", + "archiveFileName": "QNEthernet-0.13.0.zip", + "size": 1076355, + "checksum": "SHA-256:fbe7646999715d852562829a2316795dab9899b90cff0951021ab5086c102ec5" + }, + { + "name": "QNEthernet", + "version": "0.14.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, and raw frame support.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.14.0.zip", + "archiveFileName": "QNEthernet-0.14.0.zip", + "size": 1084592, + "checksum": "SHA-256:ba73eeb436fbab7caeabfee5ee482d128c9ac693c2dcaf3ce87d2d87d3891bb0" + }, + { + "name": "QNEthernet", + "version": "0.15.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, and raw frame support.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.15.0.zip", + "archiveFileName": "QNEthernet-0.15.0.zip", + "size": 762040, + "checksum": "SHA-256:1f1f71bbc001c3fa0886ab50d7e87b5b812ff229498329ae2246c5bb62e4bb32" + }, + { + "name": "QNEthernet", + "version": "0.16.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, and raw frame support.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.16.0.zip", + "archiveFileName": "QNEthernet-0.16.0.zip", + "size": 763933, + "checksum": "SHA-256:f634d52621d4e2600bdd9ef38a36685913429b271fd864772606a10d2595356f" + }, + { + "name": "QNEthernet", + "version": "0.17.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, and raw frame support.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.17.0.zip", + "archiveFileName": "QNEthernet-0.17.0.zip", + "size": 769344, + "checksum": "SHA-256:e190e0ecef925bec68fcc48e832884ba369d1dec98ea5f5500875bd5552e5e12" + }, + { + "name": "QNEthernet", + "version": "0.18.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, and raw frame support.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.18.0.zip", + "archiveFileName": "QNEthernet-0.18.0.zip", + "size": 774215, + "checksum": "SHA-256:9116a56892b1234270128de6f6a6592c7c5eb98ebaba3226be2debf2a66e5969" + }, + { + "name": "QNEthernet", + "version": "0.19.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, and raw frame support.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.19.0.zip", + "archiveFileName": "QNEthernet-0.19.0.zip", + "size": 775769, + "checksum": "SHA-256:8b7a71418515b27fd656daa125733100402ccab98c9d90986a590e4148386454" + }, + { + "name": "QNEthernet", + "version": "0.20.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, raw frame support, and many others.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.20.0.zip", + "archiveFileName": "QNEthernet-0.20.0.zip", + "size": 801021, + "checksum": "SHA-256:d31d1c3bfb98edd1963e9171e0dce1d8ace04e760178ebeeb112ddbd5fcc1fe2" + }, + { + "name": "QNEthernet", + "version": "0.21.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, raw frame support, and many others.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.21.0.zip", + "archiveFileName": "QNEthernet-0.21.0.zip", + "size": 803752, + "checksum": "SHA-256:68483bd8979bba985e73fafb77edd6d82828e6ea6975268761cb7cb81597ead7" + }, + { + "name": "QNEthernet", + "version": "0.22.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, raw frame support, and many others.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.22.0.zip", + "archiveFileName": "QNEthernet-0.22.0.zip", + "size": 810428, + "checksum": "SHA-256:c090c34b98b831f4bddb39a937799a35b1fcf27d0f72be756a4708850fda1c62" + }, + { + "name": "QNEthernet", + "version": "0.23.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This mostly follows the Arduino-defined Ethernet API, but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, raw frame support, and many others.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.23.0.zip", + "archiveFileName": "QNEthernet-0.23.0.zip", + "size": 849527, + "checksum": "SHA-256:11bd411c4db17883507addfa5daa11172ce9ff2fa377e7d184be7815378c0512" + }, + { + "name": "QNEthernet", + "version": "0.24.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This follows the Arduino-defined Ethernet API but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, raw frame support, and many others.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.24.0.zip", + "archiveFileName": "QNEthernet-0.24.0.zip", + "size": 853548, + "checksum": "SHA-256:5006a3fbb846a300dd96a86427afb8933260a95ead0c74aae47e470a87c5910e" + }, + { + "name": "QNEthernet", + "version": "0.25.0", + "author": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "maintainer": "Shawn Silverman \u003cshawn@pobox.com\u003e", + "sentence": "An lwIP-based Ethernet library for Teensy 4.1.", + "paragraph": "This follows the Arduino-defined Ethernet API but is more full-featured. Additional features include: a more robust and complete API, an mDNS resolver, raw frame support, and many others.", + "website": "https://github.com/ssilverman/QNEthernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ssilverman/QNEthernet.git", + "providesIncludes": [ + "QNEthernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ssilverman/QNEthernet-0.25.0.zip", + "archiveFileName": "QNEthernet-0.25.0.zip", + "size": 870550, + "checksum": "SHA-256:c87314992c3efe16344a4902013eb44ba38bc410ead6b897eadda12cc9aa9068" + }, + { + "name": "RAKwireless RAK13600 RFID library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13600 RFID module with the PN532", + "paragraph": "RFID reader and writer module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13600\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13600-PN532", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13600-PN532.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_RAK13600_RFID_library-1.0.0.zip", + "archiveFileName": "RAKwireless_RAK13600_RFID_library-1.0.0.zip", + "size": 1726947, + "checksum": "SHA-256:4799e861b261d3f0be58f74e8707af045493d81f9be34a1515ebe29549a7d91d" + }, + { + "name": "RAKwireless RAK13600 RFID library", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK13600 RFID module with the PN532", + "paragraph": "RFID reader and writer module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK13600\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK13600-PN532", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13600-PN532.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_RAK13600_RFID_library-1.0.1.zip", + "archiveFileName": "RAKwireless_RAK13600_RFID_library-1.0.1.zip", + "size": 1734603, + "checksum": "SHA-256:1a0d7d81609cfc631958011a868a2a5d2eded36ecca18804f9865088df68b0d6" + }, + { + "name": "RAK12019_LTR390_UV_Light", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12019 module with the LTR390 UV light sensor", + "paragraph": "UV light intensity measuring using the RAK12019 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK12019\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12019_LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12019_LTR390.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12019_LTR390_UV_Light-1.0.0.zip", + "archiveFileName": "RAK12019_LTR390_UV_Light-1.0.0.zip", + "size": 1025031, + "checksum": "SHA-256:f2e992bb19fa4eb399f6e280d745630cd4b787572a124ef32e2eee7fa125ba31" + }, + { + "name": "RAK12019_LTR390_UV_Light", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12019 module with the LTR390 UV light sensor", + "paragraph": "UV light intensity measuring using the RAK12019 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK12019\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12019_LTR390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12019_LTR390.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12019_LTR390_UV_Light-1.0.1.zip", + "archiveFileName": "RAK12019_LTR390_UV_Light-1.0.1.zip", + "size": 1026787, + "checksum": "SHA-256:d9c252c4b35b3cbe0bdd3a8b79be5ff1e5bbec2deb16b67718ab76c07848a596" + }, + { + "name": "RobbusKidsy", + "version": "1.0.0", + "author": "Rocket Launcher", + "maintainer": "Rocket Launcher \u003cinfo@rocketlauncher.com\u003e", + "sentence": "Rocket Launcher library of the Robbus Kidsy robot vehicle", + "paragraph": "This library contents all the methods, functions, definitions and examples to program Robbus Kidsy", + "website": "https://github.com/RocketLauncherCDMX/RocketLauncher_RobbusKidsy", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RocketLauncherCDMX/RocketLauncher_RobbusKidsy.git", + "providesIncludes": [ + "RobbusKidsy.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RocketLauncherCDMX/RobbusKidsy-1.0.0.zip", + "archiveFileName": "RobbusKidsy-1.0.0.zip", + "size": 114446, + "checksum": "SHA-256:4943439dbb33554a05823d6babfe451255f3d3d1473b972e38beb5e9d8f5dcf0" + }, + { + "name": "SerialDebugger", + "version": "1.0.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e, xiaoming-sun6 \u003cmjsun6@foxmail.com\u003e", + "maintainer": "xiaoming-sun6 \u003cmjsun6@foxmail.com\u003e", + "sentence": "A library for serial port debugging parameter for Arduino or ESP32.", + "paragraph": "A simple library extracted from SimpleFOC\u003cinfo@simplefoc.com\u003e is used to debug parameter in program by using serial port", + "website": "https://github.com/xiaoming-sun6/SerialDebugger", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xiaoming-sun6/SerialDebugger.git", + "providesIncludes": [ + "Commander.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xiaoming-sun6/SerialDebugger-1.0.0.zip", + "archiveFileName": "SerialDebugger-1.0.0.zip", + "size": 6859, + "checksum": "SHA-256:eef989c6ebab621640be76ccd365fda6280569e31284b08665ae4cdfb857a754" + }, + { + "name": "TMC2209", + "version": "1.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-1.0.0.zip", + "archiveFileName": "TMC2209-1.0.0.zip", + "size": 8835, + "checksum": "SHA-256:ce0d9224024b550b905b6f5b876369c199310e882e04815ef49a77171d0d6113" + }, + { + "name": "TMC2209", + "version": "1.1.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-1.1.0.zip", + "archiveFileName": "TMC2209-1.1.0.zip", + "size": 9125, + "checksum": "SHA-256:6059f716cc8133ac62c23bdac5c6d182438a7f267a8186e7140a338df2388cc0" + }, + { + "name": "TMC2209", + "version": "2.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-2.0.0.zip", + "archiveFileName": "TMC2209-2.0.0.zip", + "size": 9116, + "checksum": "SHA-256:04f77d6843bc4161285beffc8c1a8691e2e1467e15ab8a4f6aa878b88a198419" + }, + { + "name": "TMC2209", + "version": "2.1.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-2.1.0.zip", + "archiveFileName": "TMC2209-2.1.0.zip", + "size": 9211, + "checksum": "SHA-256:34bfd64be8a33132f90c03a41e19a41b0e8d8fe30e3bb771b226c79de82016be" + }, + { + "name": "TMC2209", + "version": "2.2.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-2.2.0.zip", + "archiveFileName": "TMC2209-2.2.0.zip", + "size": 10182, + "checksum": "SHA-256:bc25071429778591fda778a961c185692ad2f07eaae44bf2efb9906f58407704" + }, + { + "name": "TMC2209", + "version": "3.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-3.0.0.zip", + "archiveFileName": "TMC2209-3.0.0.zip", + "size": 12214, + "checksum": "SHA-256:dd93991041e6c971e7d20579e4cdd70d670dd840b8788b6aeeac4e008a26b494" + }, + { + "name": "TMC2209", + "version": "3.1.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-3.1.0.zip", + "archiveFileName": "TMC2209-3.1.0.zip", + "size": 14530, + "checksum": "SHA-256:c691389a1a3a2a4ca1332a966fb7ed4b2964aabaeff7717cc122f5326ce72004" + }, + { + "name": "TMC2209", + "version": "4.0.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-4.0.1.zip", + "archiveFileName": "TMC2209-4.0.1.zip", + "size": 14531, + "checksum": "SHA-256:36ce185d3ffb78bb1db81f3dcbf771bdffe39ae39c218eb406492800d057552c" + }, + { + "name": "TMC2209", + "version": "4.1.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-4.1.0.zip", + "archiveFileName": "TMC2209-4.1.0.zip", + "size": 14636, + "checksum": "SHA-256:89149feffd8bde2c9b1b763fef0f4cbef5bcab918f9e50ae558944657342cd3c" + }, + { + "name": "TMC2209", + "version": "4.2.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-4.2.0.zip", + "archiveFileName": "TMC2209-4.2.0.zip", + "size": 14751, + "checksum": "SHA-256:650dd04ab85dced949c1790cc078f255590258284078a8d3d4f90ea4ae4088d0" + }, + { + "name": "TMC2209", + "version": "4.2.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-4.2.1.zip", + "archiveFileName": "TMC2209-4.2.1.zip", + "size": 14789, + "checksum": "SHA-256:b3231255db94ad4be317bcd59af751707050cc878704470e3f2cada736be9ee1" + }, + { + "name": "TMC2209", + "version": "5.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-5.0.0.zip", + "archiveFileName": "TMC2209-5.0.0.zip", + "size": 14794, + "checksum": "SHA-256:f9eec2ffab0cc72bed84bebee6fb0ceb87d091e532ae8296dccb3500c1770eba" + }, + { + "name": "TMC2209", + "version": "6.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-6.0.0.zip", + "archiveFileName": "TMC2209-6.0.0.zip", + "size": 16740, + "checksum": "SHA-256:a61ea9f430e174484df6dd990d8cffab59da54afad2067a0d0e5a1d5f4850e83" + }, + { + "name": "TMC2209", + "version": "6.0.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-6.0.1.zip", + "archiveFileName": "TMC2209-6.0.1.zip", + "size": 17500, + "checksum": "SHA-256:e855067e25b3f1f93da004cc736ab488acd2b1a3816b9832245a1f12a4f316c7" + }, + { + "name": "TMC2209", + "version": "6.0.2", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-6.0.2.zip", + "archiveFileName": "TMC2209-6.0.2.zip", + "size": 17512, + "checksum": "SHA-256:6b05a4b510db81df81f337810b33e6a58cfd152e7c61fc71e7d994d7bd212506" + }, + { + "name": "TMC2209", + "version": "7.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-7.0.0.zip", + "archiveFileName": "TMC2209-7.0.0.zip", + "size": 76809, + "checksum": "SHA-256:60e3c565f1aa8f11bec1f8a5926c2a255560c3b07de4d7517a3dbce8adf5e1d7" + }, + { + "name": "TMC2209", + "version": "7.0.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with a UART interface.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-7.0.1.zip", + "archiveFileName": "TMC2209-7.0.1.zip", + "size": 76860, + "checksum": "SHA-256:fee73401236642bb394fc1b896b42d211650cfda8fcbdd3d16c325c38f579387" + }, + { + "name": "TMC2209", + "version": "7.1.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-7.1.0.zip", + "archiveFileName": "TMC2209-7.1.0.zip", + "size": 78126, + "checksum": "SHA-256:4bb726c7918e9e5bc9000fa758f5ed77ead174418d19cd75b5b3c441f4b3be2b" + }, + { + "name": "TMC2209", + "version": "7.1.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-7.1.1.zip", + "archiveFileName": "TMC2209-7.1.1.zip", + "size": 79174, + "checksum": "SHA-256:f891a0d223fcdf4b9072898b79db6ad8698932c7340673c78a6ebb78b20468e5" + }, + { + "name": "TMC2209", + "version": "8.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.0.zip", + "archiveFileName": "TMC2209-8.0.0.zip", + "size": 81174, + "checksum": "SHA-256:3c1439b16226677ebfd8501ec17db47ee300ec3d252d74a05cc1f7d2a2ecece6" + }, + { + "name": "TMC2209", + "version": "8.0.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.1.zip", + "archiveFileName": "TMC2209-8.0.1.zip", + "size": 81175, + "checksum": "SHA-256:98b18de6fca3099faef6b8fe24e988437b0289ec3f4b36e63b3ae3f7570bda9b" + }, + { + "name": "TMC2209", + "version": "8.0.2", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.2.zip", + "archiveFileName": "TMC2209-8.0.2.zip", + "size": 82343, + "checksum": "SHA-256:24f8c5b4fd5e328a91b2e826d2857a1994bb7207360cbbcff9a53b7ee3b5f00d" + }, + { + "name": "TMC2209", + "version": "8.0.3", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.3.zip", + "archiveFileName": "TMC2209-8.0.3.zip", + "size": 83699, + "checksum": "SHA-256:449acc92c77a88834294730c1a74e07aaaab2e80a0d347b85e95f1cf5719bd11" + }, + { + "name": "TMC2209", + "version": "8.0.4", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.4.zip", + "archiveFileName": "TMC2209-8.0.4.zip", + "size": 137384, + "checksum": "SHA-256:89f22671bdbffe66092eb86d6ea7f6b65864c6cf946ac5184600b66b8cab67de" + }, + { + "name": "TMC2209", + "version": "8.0.5", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.5.zip", + "archiveFileName": "TMC2209-8.0.5.zip", + "size": 137431, + "checksum": "SHA-256:d966b625b24342bd6f80965e0a1f89d9ff86783a5e5a1dccfa9e6586e158333e" + }, + { + "name": "TMC2209", + "version": "8.0.6", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.6.zip", + "archiveFileName": "TMC2209-8.0.6.zip", + "size": 146643, + "checksum": "SHA-256:f6841bfa5bd44edb72e4807e382caf68635076d3d38302a2698d88bfae66ba6a" + }, + { + "name": "TMC2209", + "version": "8.0.7", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-8.0.7.zip", + "archiveFileName": "TMC2209-8.0.7.zip", + "size": 264203, + "checksum": "SHA-256:a96fbd0db4af85ec1a2c0d1e57e72bb51ea01a4328a8e4b6b671a0e1e3c1140c" + }, + { + "name": "TMC2209", + "version": "9.0.0", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-9.0.0.zip", + "archiveFileName": "TMC2209-9.0.0.zip", + "size": 3178847, + "checksum": "SHA-256:02f067a9df2e64e8dd00b38d6d6781485f6d368ad7061953f97a537289df0d7f" + }, + { + "name": "TMC2209", + "version": "9.0.1", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-9.0.1.zip", + "archiveFileName": "TMC2209-9.0.1.zip", + "size": 3178983, + "checksum": "SHA-256:43b9fc6d1123d75a9e22832297511a96b1dc85f0aff837504aa3b702c2c8560a" + }, + { + "name": "TMC2209", + "version": "9.0.2", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-9.0.2.zip", + "archiveFileName": "TMC2209-9.0.2.zip", + "size": 3350436, + "checksum": "SHA-256:be0ad15a3518a79f18ed0912536768196e26a1b854f84dc92bb887eae59c482f" + }, + { + "name": "TMC2209", + "version": "9.0.3", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-9.0.3.zip", + "archiveFileName": "TMC2209-9.0.3.zip", + "size": 3350448, + "checksum": "SHA-256:09706ab27f1aed79d25b245357d47870c13015d53501933c48113c70a8cea96f" + }, + { + "name": "TMC2209", + "version": "9.0.4", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-9.0.4.zip", + "archiveFileName": "TMC2209-9.0.4.zip", + "size": 3242811, + "checksum": "SHA-256:b691bfb6504e4212c6f136ef4913573fa3a8cd954945fb1c8d94e8d233681b56" + }, + { + "name": "TMC2209", + "version": "9.0.5", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-9.0.5.zip", + "archiveFileName": "TMC2209-9.0.5.zip", + "size": 3245749, + "checksum": "SHA-256:83ea146401dfb549e489dd35e86810e1502b00e0ab4d5e85458ea0eb7bd04678" + }, + { + "name": "TMC2209", + "version": "9.0.6", + "author": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "maintainer": "Peter Polidoro \u003cpeter@polidoro.io\u003e", + "sentence": "The TMC2209 is an ultra-silent motor driver IC for two phase stepper motors with both UART serial and step and direction interfaces.", + "paragraph": "Like this project? Please star it on GitHub!", + "website": "https://github.com/janelia-arduino/TMC2209", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janelia-arduino/TMC2209.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janelia-arduino/TMC2209-9.0.6.zip", + "archiveFileName": "TMC2209-9.0.6.zip", + "size": 3245762, + "checksum": "SHA-256:b3d141b0d0476c7a43c4d858414a92e3170f8cfda3c4e7fccb544c002c89063e" + }, + { + "name": "SparkFun RHT03 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003csparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "sentence": "An Arduino library for interfacing with the SparkFun RHT03 (DHT22)", + "paragraph": "An Arduino library for interfacing with the SparkFun RHT03 (DHT22)", + "website": "https://github.com/sparkfun/SparkFun_RHT03_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_RHT03_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_RHT03_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_RHT03_Arduino_Library-1.0.0.zip", + "size": 8175, + "checksum": "SHA-256:3878bb47cacff83ca109656932023de6895cc1a51dc82f4e5ae15f4d57e27916" + }, + { + "name": "mcp_can", + "version": "1.5.0", + "author": "coryjfowler", + "maintainer": "coryjfowler", + "sentence": "MCP_CAN Library", + "paragraph": "Adds support for Microchip CAN 2.0B protocol controllers (MCP2515, MCP25625, and similar)", + "website": "https://github.com/coryjfowler/MCP_CAN_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/coryjfowler/MCP_CAN_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/coryjfowler/mcp_can-1.5.0.zip", + "archiveFileName": "mcp_can-1.5.0.zip", + "size": 47650, + "checksum": "SHA-256:7f11a3e4ddb09f0c3d2ef9fcdeedc9a51f3362b2639d7c423f1a6a6f22a4a51b" + }, + { + "name": "mcp_can", + "version": "1.5.1", + "author": "coryjfowler", + "maintainer": "coryjfowler", + "sentence": "MCP_CAN Library", + "paragraph": "Adds support for Microchip CAN 2.0B protocol controllers (MCP2515, MCP25625, and similar)", + "website": "https://github.com/coryjfowler/MCP_CAN_lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/coryjfowler/MCP_CAN_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/coryjfowler/mcp_can-1.5.1.zip", + "archiveFileName": "mcp_can-1.5.1.zip", + "size": 50810, + "checksum": "SHA-256:2152afef5fbddf53d4123d2620f83bf8a86e8380f525b84c9e51136b9a47fb8e" + }, + { + "name": "DeviceController", + "version": "1.0.0", + "author": "Dhrumil Miistry", + "maintainer": "Dhrumil Mistry \u003ccontact@dmdhrumilmistry.me\u003e", + "sentence": "Control Board Pins states using Device Controller Web interface", + "website": "https://github.com/dmdhrumilmistry/DeviceController/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmdhrumilmistry/DeviceController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dmdhrumilmistry/DeviceController-1.0.0.zip", + "archiveFileName": "DeviceController-1.0.0.zip", + "size": 5354, + "checksum": "SHA-256:25b378fd90630e902b355cb59ab2dec59e95c8910b243e9a5f4483de3c0b4e43" + }, + { + "name": "SoracomArcESP32", + "version": "0.0.1", + "author": "SORACOM, Inc.", + "maintainer": "moznion \u003cmoznion@mail.moznion.net\u003e", + "sentence": "A utility library to use/bootstrap Soracom Arc easily on ESP32 Arduino boards.", + "website": "https://github.com/soracom-labs/soracom-arc-esp32-arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/soracom-labs/soracom-arc-esp32-arduino.git", + "providesIncludes": [ + "SoracomArcESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soracom-labs/SoracomArcESP32-0.0.1.zip", + "archiveFileName": "SoracomArcESP32-0.0.1.zip", + "size": 13562, + "checksum": "SHA-256:57e6c8c12618194f77019c3da89288242c206f65341b087b7e4d3ce7b1dcdb76" + }, + { + "name": "Bolder Flight Systems PWM", + "version": "6.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for sending commands to PWM servos.", + "paragraph": "This library sends commands to PWM servos using AnalogWrite and a similar interface to our SBUS library.", + "website": "https://github.com/bolderflight/pwm", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/pwm.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_PWM-6.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_PWM-6.0.0.zip", + "size": 40102, + "checksum": "SHA-256:ebe5d813c92942c9e94c312d45e1f0a6ba03768dbfa424c5626c0528b08efe8a" + }, + { + "name": "Bolder Flight Systems PWM", + "version": "6.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for sending commands to PWM servos.", + "paragraph": "This library sends commands to PWM servos using AnalogWrite and a similar interface to our SBUS library.", + "website": "https://github.com/bolderflight/pwm", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/pwm.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_PWM-6.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_PWM-6.0.1.zip", + "size": 40119, + "checksum": "SHA-256:47c499ed3016eaeb6a2bc48f9081927d780b87392822b5c07259a081d25560a8" + }, + { + "name": "Bolder Flight Systems PWM", + "version": "6.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for sending commands to PWM servos.", + "paragraph": "This library sends commands to PWM servos using AnalogWrite and a similar interface to our SBUS library.", + "website": "https://github.com/bolderflight/pwm", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/pwm.git", + "providesIncludes": [ + "sbus.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_PWM-6.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_PWM-6.0.2.zip", + "size": 40164, + "checksum": "SHA-256:360cbcf1d9e39687bc35a72aa6efbab8181ee6c45a9d3ccaffc4156a4fcf95c5" + }, + { + "name": "PS-33D I2C", + "version": "1.0.0", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Blue Sky PS-33D I2C", + "paragraph": "Arduino library to control Blue Sky PS-33D I2C", + "website": "https://github.com/neosarchizo/ps_33d_i2c", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neosarchizo/ps_33d_i2c.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/PS_33D_I2C-1.0.0.zip", + "archiveFileName": "PS_33D_I2C-1.0.0.zip", + "size": 16880, + "checksum": "SHA-256:ee47e6f0abc866990fd92936639de9552fb6b05a67cf7e33f2888289ad212108" + }, + { + "name": "IoTGuru", + "version": "1.3.1", + "author": "The IoT Guru (info@iotguru.cloud)", + "maintainer": "Gábor AUTH (gabor.auth@iotguru.cloud)", + "license": "LGPL-2.1", + "sentence": "Cloud based backend services to your devices.", + "paragraph": "Real time charts, device catalog, data store with backup, battery and offline alert, MQTT broker, HTTP REST support, Android and web client.", + "website": "https://iotguru.cloud", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/IoTGuruLive/theiotguru-arduino-library.git", + "providesIncludes": [ + "IoTGuru.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IoTGuruLive/IoTGuru-1.3.1.zip", + "archiveFileName": "IoTGuru-1.3.1.zip", + "size": 35535, + "checksum": "SHA-256:5d5794d5325c9e92a3ce91ad74064756b18112b652dbca2aafb9e9090a592f6c" + }, + { + "name": "TwiLiquidCrystal by Arnakazim", + "version": "1.0.2", + "author": "Arnaud Ouvrier (Arnakazim) \u003carnaud@arnaudouvrier.fr\u003e", + "maintainer": "Arnaud Ouvrier (Arnakazim) \u003carnaud@arnaudouvrier.fr\u003e", + "sentence": "A library to interface an HD44780 based LCD via I2C (or TWI in Arduino terms).", + "paragraph": "Like its counterpart the LiquidCrystal library, this library allows an Arduino board to control Liquid Crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The difference is that instead of using multiple digital pins, it communicates with the Arduino via TWI (I2C) with the help of an I2C backpack attached to the LCD.", + "website": "https://github.com/arnakazim/TwiLiquidCrystal-library", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arnakazim/TwiLiquidCrystal-library.git", + "providesIncludes": [ + "TwiLiquidCrytal.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arnakazim/TwiLiquidCrystal_by_Arnakazim-1.0.2.zip", + "archiveFileName": "TwiLiquidCrystal_by_Arnakazim-1.0.2.zip", + "size": 12412, + "checksum": "SHA-256:b1896ae39aab1bc1682fc08a3bb8fc8dd0c4ccf7380da28877fdbc44aad4f030" + }, + { + "name": "controlVoltage", + "version": "1.0.1", + "author": "Ian Hattwick", + "maintainer": "github.com/ianhattwick", + "sentence": "A simple library for generating CV signals to control modular synthesizers.", + "paragraph": "The core library gives you the ability to generate cv signals: trigger, gate, quantized CV, slew limiting, AR envelopes, etc. Additional classes are provided for generating LFOs and Sequencers. Examples for use with the ESP32 built-in DAC and the MCP4728 are provided.", + "website": "https://github.com/ianhattwick/modularCV", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ianhattwick/controlVoltage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ianhattwick/controlVoltage-1.0.1.zip", + "archiveFileName": "controlVoltage-1.0.1.zip", + "size": 28743, + "checksum": "SHA-256:2ea71a336c7d315881661fd959a86faf2d2d256b522460cd5bf56afb4e13fa19" + }, + { + "name": "SimpleFTPServer", + "version": "0.9.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS) and Arduino (SD basic lib with 8.3 file format)", + "website": "https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-0.9.0.zip", + "archiveFileName": "SimpleFTPServer-0.9.0.zip", + "size": 15766, + "checksum": "SHA-256:9ebfd2d7967eb98e3e821eb3c07b8c6dfdac00c76c5ce93f58be277a3c3d11b7" + }, + { + "name": "SimpleFTPServer", + "version": "0.9.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS) and Arduino (SD basic lib with 8.3 file format)", + "website": "https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-0.9.1.zip", + "archiveFileName": "SimpleFTPServer-0.9.1.zip", + "size": 16008, + "checksum": "SHA-256:375e38188cc8123f0f59a9c4fa0187d4866fd8c3c52d34b86d013b6dd92bf6aa" + }, + { + "name": "SimpleFTPServer", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS, LittleFS ans FFAT) and Arduino (SD basic lib with 8.3 file format), Wio Terminal (SdFat 2), Arduino MKR (SdFat 2). With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-1.0.1.zip", + "archiveFileName": "SimpleFTPServer-1.0.1.zip", + "size": 33775, + "checksum": "SHA-256:f87030e0cc1aeafe50d2d8603fea626a814262a7e9eedab12eb7cb29505dbb38" + }, + { + "name": "SimpleFTPServer", + "version": "1.1.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS, LittleFS ans FFAT) and Arduino (SD basic lib with 8.3 file format), Wio Terminal (SdFat 2), Arduino MKR (SdFat 2). With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-1.1.0.zip", + "archiveFileName": "SimpleFTPServer-1.1.0.zip", + "size": 35672, + "checksum": "SHA-256:9cc90769c8e6c08271d8e9b15fc4579684a4983e737c6ea5d9d20d91d3f8afa1" + }, + { + "name": "SimpleFTPServer", + "version": "1.2.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS, LittleFS ans FFAT) and Arduino (SD basic lib with 8.3 file format), Wio Terminal (SdFat 2), Arduino MKR (SdFat 2). With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-1.2.0.zip", + "archiveFileName": "SimpleFTPServer-1.2.0.zip", + "size": 39367, + "checksum": "SHA-256:62ed175e51337b098c9816acacfea3bb0b8e1500cbbeabe0ff197c1043e91bca" + }, + { + "name": "SimpleFTPServer", + "version": "1.2.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS, LittleFS ans FFAT) and Arduino (SD basic lib with 8.3 file format), Wio Terminal (SdFat 2), Arduino MKR (SdFat 2). With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-1.2.1.zip", + "archiveFileName": "SimpleFTPServer-1.2.1.zip", + "size": 39456, + "checksum": "SHA-256:7eaa266f45fcd61775770314af3d976e77db87420244b0d28e24d95ee8faf67b" + }, + { + "name": "SimpleFTPServer", + "version": "1.3.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS, LittleFS ans FFAT) and Arduino (SD basic lib with 8.3 file format), Wio Terminal (SdFat 2), Arduino MKR (SdFat 2). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-1.3.0.zip", + "archiveFileName": "SimpleFTPServer-1.3.0.zip", + "size": 42269, + "checksum": "SHA-256:66fcae18d7ec19194eab9c9b068033c287836eab16917052fca9995a5b09e195" + }, + { + "name": "SimpleFTPServer", + "version": "2.0.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.0.0.zip", + "archiveFileName": "SimpleFTPServer-2.0.0.zip", + "size": 48682, + "checksum": "SHA-256:8de052df7f36986060bc05f6a32308b7aa1f69416c8a994e15859c124225ca17" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.0", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.0.zip", + "archiveFileName": "SimpleFTPServer-2.1.0.zip", + "size": 48295, + "checksum": "SHA-256:d9858e777d12f667b1185fee17c17d54ac24ba6e7382b8502ac716657705acc4" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.1.zip", + "archiveFileName": "SimpleFTPServer-2.1.1.zip", + "size": 48322, + "checksum": "SHA-256:d1d1516547e53c78eef4cf6d8f65034afbb40e568bfc31f073f0cca413d9e867" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.2", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.2.zip", + "archiveFileName": "SimpleFTPServer-2.1.2.zip", + "size": 48349, + "checksum": "SHA-256:1f171749d6cb069c2b432d8f7c70f94c9e40222eb5088c6a7c9fac5f54376c4a" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.3", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32 and Arduino", + "paragraph": "Simple FTP server for esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.3.zip", + "archiveFileName": "SimpleFTPServer-2.1.3.zip", + "size": 49202, + "checksum": "SHA-256:03a81e1a874ce9efd6e38592863aa02cf892da915f43e2bb3c562202d3afe93e" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino", + "paragraph": "Simple FTP server for Raspberry Pi Pico W (LittleFS), esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.4.zip", + "archiveFileName": "SimpleFTPServer-2.1.4.zip", + "size": 54210, + "checksum": "SHA-256:f7a2d18bb8e6d5a1594b1b05bcf3c4870e5490b373d369ed0ddc8c2bedc5e750" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino", + "paragraph": "Simple FTP server for Raspberry Pi Pico W (LittleFS), esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.5.zip", + "archiveFileName": "SimpleFTPServer-2.1.5.zip", + "size": 56244, + "checksum": "SHA-256:25c56d56381dd44b0481098c5f14fabe673c93a80f50898b0c2212cf4ac213f5" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.6", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino", + "paragraph": "Simple FTP server for Raspberry Pi Pico W (LittleFS), esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.6.zip", + "archiveFileName": "SimpleFTPServer-2.1.6.zip", + "size": 56636, + "checksum": "SHA-256:331b5cc1c31927353a8fa5d3f09adae7159181088e9b4a17a313c944685c7e67" + }, + { + "name": "SimpleFTPServer", + "version": "2.1.7", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino", + "paragraph": "Simple FTP server for Raspberry Pi Pico W (LittleFS), esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash \u003e64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.", + "website": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/SimpleFTPServer.git", + "providesIncludes": [ + "SimpleFTPServer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/SimpleFTPServer-2.1.7.zip", + "archiveFileName": "SimpleFTPServer-2.1.7.zip", + "size": 56688, + "checksum": "SHA-256:3e25552cd0cc3d39bc30f580f7d470bef1632ed1b80a52d0918867d77297ec89" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.55", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "Viralink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update", + "website": "https://github.com/viralinkio/ViraLink-Arduino-SDK", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.55.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.55.zip", + "size": 43456, + "checksum": "SHA-256:1b572a7e87b0e14cae7cdce4ea76dcf79e4cacde3edb6b1dcf0f186f21b426a7" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.56", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "Viralink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update", + "website": "https://github.com/viralinkio/ViraLink-Arduino-SDK", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.56.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.56.zip", + "size": 43461, + "checksum": "SHA-256:28a3f8079a53395b9c6cdc8af6f7ae331650356d948bd97c3bb6423ceefa848b" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.62", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "Viralink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update", + "website": "https://github.com/viralinkio/ViraLink-MQTT-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.62.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.62.zip", + "size": 48230, + "checksum": "SHA-256:ef8bd01469ac4de164a8bc31248cda0b224b8cb1ed539a6affd7035dfdc616fc" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.63", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "Viralink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update", + "website": "https://github.com/viralinkio/ViraLink-MQTT-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.63.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.63.zip", + "size": 48306, + "checksum": "SHA-256:cb59f3542cc08ee07adb97de99cd4e2ae26b78d62af48ec815cddf988de556c2" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.64", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32 that Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update.", + "website": "https://github.com/viralinkio/ViraLink-MQTT-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "SSLClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.64.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.64.zip", + "size": 48347, + "checksum": "SHA-256:b15c157207ef6eaaddfe4e3a145ae5a6c552b584a39f7df851b193599b831283" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.65", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32 that Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update.", + "website": "https://github.com/viralinkio/ViraLink-MQTT-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "SSLClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.65.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.65.zip", + "size": 48514, + "checksum": "SHA-256:718106abe23d993e7257f1c2ffcb20a0f56b86270be3cc4eb9b16350f30dde41" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.66", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32 that Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update.", + "website": "https://github.com/viralinkio/ViraLink-MQTT-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "SSLClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.66.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.66.zip", + "size": 48619, + "checksum": "SHA-256:1aa6c923f7cbfbb58898e6a81d5dd579383ffdb6932c945e306221df3c50e869" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.0.69", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32 that Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update.", + "website": "https://github.com/viralinkio/ViraLink-MQTT-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "SSLClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.0.69.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.0.69.zip", + "size": 60520, + "checksum": "SHA-256:a22e4c24f117231a9f5531aefb21bfd3cc75e6f215b93d99ef7cb1ac705ad11f" + }, + { + "name": "ViraLink-MQTT-Client", + "version": "0.1.0", + "author": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "maintainer": "ViraLink IoT Platform \u003cinfo@viralink.io\u003e", + "sentence": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32.", + "paragraph": "ViraLink IoT Cloud Platform MQTT Client for ESP82266/ESP32 that Supports OTA Update, FreeRTOS, SSL, Network Handler, ClaimDevices, RPC, Telemetry \u0026 Attributes update.", + "website": "https://github.com/viralinkio/ViraLink-MQTT-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/viralinkio/ViraLink-MQTT-Client.git", + "providesIncludes": [ + "viralink.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "SSLClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/viralinkio/ViraLink_MQTT_Client-0.1.0.zip", + "archiveFileName": "ViraLink_MQTT_Client-0.1.0.zip", + "size": 60421, + "checksum": "SHA-256:0ac5d5306c9e5caa228fd0c7bee279e99833282411d90386bcaf480c388fd059" + }, + { + "name": "TC78B009FTG_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls TC78B009FTG", + "paragraph": "It can write and read value for Toshiba brushless motor driver TC78B009FTG via I2C communication and GPIO signals.", + "website": "https://github.com/asukiaaa/arduino-TC78B009FTG", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-TC78B009FTG.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + }, + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/TC78B009FTG_asukiaaa-1.0.0.zip", + "archiveFileName": "TC78B009FTG_asukiaaa-1.0.0.zip", + "size": 13744, + "checksum": "SHA-256:0ed061bc39131af5dbe2e71dcfe62347919e2fd9ccfad8588294fe8ad2c2ada8" + }, + { + "name": "TC78B009FTG_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls TC78B009FTG", + "paragraph": "It can write and read value for Toshiba brushless motor driver TC78B009FTG via I2C communication and GPIO signals.", + "website": "https://github.com/asukiaaa/arduino-TC78B009FTG", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-TC78B009FTG.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + }, + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/TC78B009FTG_asukiaaa-1.0.1.zip", + "archiveFileName": "TC78B009FTG_asukiaaa-1.0.1.zip", + "size": 13767, + "checksum": "SHA-256:bf1b78d6e5637e29c87c5af52ade861a7b8d7d3358806d5ae1de6d9bb3948daf" + }, + { + "name": "TC78B009FTG_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls TC78B009FTG", + "paragraph": "It can write and read value for Toshiba brushless motor driver TC78B009FTG via I2C communication and GPIO signals.", + "website": "https://github.com/asukiaaa/arduino-TC78B009FTG", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-TC78B009FTG.git", + "dependencies": [ + { + "name": "wire_asukiaaa" + }, + { + "name": "string_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/TC78B009FTG_asukiaaa-1.0.2.zip", + "archiveFileName": "TC78B009FTG_asukiaaa-1.0.2.zip", + "size": 13740, + "checksum": "SHA-256:d8049fa34703f37b03a911ec90ee6559a1c956b2009b5a96df00df36b4c4270c" + }, + { + "name": "HaCWifiManager", + "version": "0.1.0", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An event driven wifimanager library with Json input.", + "paragraph": "An event driven wifimanager library with Json input.", + "website": "https://github.com/SyntaxHarvy/HACWifiManager.git", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SyntaxHarvy/HACWifiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCWifiManager-0.1.0.zip", + "archiveFileName": "HaCWifiManager-0.1.0.zip", + "size": 71846, + "checksum": "SHA-256:7cab2c3c22798b3f439e993611b456e1385201b9377b520398b12dcca90a4110" + }, + { + "name": "HaCWifiManager", + "version": "0.1.2", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An event driven wifimanager library with Json input.", + "paragraph": "Event driven wifimanager for esp8266 and esp32 arduino application. This library allows you to create a callback events function for onDebug, onError, onSTAReady, onSTADisconnect, onSTALoop, onAPReady, onAPDisconnect, onAPLoop and onAPNewConnection", + "website": "https://github.com/SyntaxHarvy/HACWifiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SyntaxHarvy/HACWifiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCWifiManager-0.1.2.zip", + "archiveFileName": "HaCWifiManager-0.1.2.zip", + "size": 72001, + "checksum": "SHA-256:23b169c271a3c44822de07c0fcb25e4c66354c4452efd7464a61b43dcf13cb1a" + }, + { + "name": "HaCWifiManager", + "version": "0.1.3", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An event driven wifimanager library with Json input.", + "paragraph": "Event driven wifimanager for esp8266 and esp32 arduino application. This library allows you to create a callback events function for onDebug, onError, onSTAReady, onSTADisconnect, onSTALoop, onAPReady, onAPDisconnect, onAPLoop and onAPNewConnection", + "website": "https://github.com/SyntaxHarvy/HACWifiManager", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SyntaxHarvy/HACWifiManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCWifiManager-0.1.3.zip", + "archiveFileName": "HaCWifiManager-0.1.3.zip", + "size": 74933, + "checksum": "SHA-256:c31d6b65fce9511385ab00efc88660c7273aba6dca18ee68e224d4d6087249a0" + }, + { + "name": "HaCTimers", + "version": "0.1.0", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An event driven arduino Timer.", + "paragraph": "An event driven arduino Timer.", + "website": "git@github.com:SyntaxHarvy/HACTimers.git", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SyntaxHarvy/HACTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCTimers-0.1.0.zip", + "archiveFileName": "HaCTimers-0.1.0.zip", + "size": 29681, + "checksum": "SHA-256:7ee0a558a4c00fdd6d8f8e4986d2385534f722098eec5353a17e2753952fa56a" + }, + { + "name": "HaCTimers", + "version": "0.1.1", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An event driven arduino Timer.", + "paragraph": "An event driven Timer for arduino which can be used as Tick Tack, Tick \u0026 toggle, Up \u0026 Down Counter and Time ON/OFF delay.", + "website": "https://github.com/SyntaxHarvy/HACTimers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SyntaxHarvy/HACTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCTimers-0.1.1.zip", + "archiveFileName": "HaCTimers-0.1.1.zip", + "size": 33988, + "checksum": "SHA-256:c80b341a035e914e272fe0e4857e19c7d98ede96470617199e51b056513c5eb8" + }, + { + "name": "HaCTimers", + "version": "0.1.2", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An event driven arduino Timer.", + "paragraph": "An event driven Timer for arduino which can be used as Tick Tack, Tick \u0026 toggle, Up \u0026 Down Counter and Time ON/OFF delay.", + "website": "https://github.com/SyntaxHarvy/HACTimers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SyntaxHarvy/HACTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCTimers-0.1.2.zip", + "archiveFileName": "HaCTimers-0.1.2.zip", + "size": 34083, + "checksum": "SHA-256:163477dc475b1c1b5c0b3574aedc593b756a58a89c431f449702c75154fbe47d" + }, + { + "name": "HaCTimers", + "version": "0.1.4", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An event driven arduino Timer.", + "paragraph": "An event driven Timer for arduino which can be used as Tick Tack, Tick \u0026 toggle, Up \u0026 Down Counter and Time ON/OFF delay.", + "website": "https://github.com/SyntaxHarvy/HACTimers", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SyntaxHarvy/HACTimers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCTimers-0.1.4.zip", + "archiveFileName": "HaCTimers-0.1.4.zip", + "size": 36693, + "checksum": "SHA-256:2ef1341ab301b926c586161c4fa4d1e1b2ecee6c97116b6c0374a31cf744b5ad" + }, + { + "name": "MyOwnBricks", + "version": "1.0.0", + "author": "Ysard", + "maintainer": "Ysard \u003cysard@users.noreply.github.com\u003e", + "sentence": "A library for the emulation of PoweredUp sensors on microcontrollers", + "paragraph": "MyOwnBricks is a library to build your own sensors and peripherals compatible with the modern LEGO PoweredUp system. MyOwnBricks is developed in C++ and can be run on ESP and Arduino platforms. This project makes accessible electronic prototyping from the LEGO ecosystem.", + "website": "https://github.com/ysard/MyOwnBricks", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ysard/MyOwnBricks.git", + "providesIncludes": [ + "MyOwnBricks.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ysard/MyOwnBricks-1.0.0.zip", + "archiveFileName": "MyOwnBricks-1.0.0.zip", + "size": 618074, + "checksum": "SHA-256:d8896b9255d39b9ec71fd1f27cfa8114a631b701f93df6ec83d1ce8659b3612e" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.0.0.zip", + "archiveFileName": "HzMeter_asukiaaa-1.0.0.zip", + "size": 4300, + "checksum": "SHA-256:496dc457361ea7e3acef5245db2088a582dff4dbc0d10bd0c646e0880a93c2cd" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.1.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.1.0.zip", + "archiveFileName": "HzMeter_asukiaaa-1.1.0.zip", + "size": 4259, + "checksum": "SHA-256:47fcdb4ee4f6b6155414a81b38f657d46558d77a60b7952bb2e80b2b0d0b7371" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.1.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.1.1.zip", + "archiveFileName": "HzMeter_asukiaaa-1.1.1.zip", + "size": 4272, + "checksum": "SHA-256:117cae7d97666adc911923c6644af95e44b0bf6643da6d79813f5de8b737456d" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.1.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.1.2.zip", + "archiveFileName": "HzMeter_asukiaaa-1.1.2.zip", + "size": 4275, + "checksum": "SHA-256:f4f17a42ff6e558dce121e0084610252cc2e6fa62db88fb43442ce17f82a7988" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.1.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.1.3.zip", + "archiveFileName": "HzMeter_asukiaaa-1.1.3.zip", + "size": 4348, + "checksum": "SHA-256:30e5974dbfb600c8ec2852db8dcc73328c93e011cc5b7d667f56f3961266ad19" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.1.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.1.4.zip", + "archiveFileName": "HzMeter_asukiaaa-1.1.4.zip", + "size": 4431, + "checksum": "SHA-256:fb2d4ddf80b6d1620eb9c151289a330f4aa6f3e04fa01f654aa804be13c9e727" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.1.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.1.5.zip", + "archiveFileName": "HzMeter_asukiaaa-1.1.5.zip", + "size": 4477, + "checksum": "SHA-256:3ff0fb69f86c343d44cd755a6528bb37836142f33b4c1f4d502c55f10c21165b" + }, + { + "name": "HzMeter_asukiaaa", + "version": "1.1.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It measures Hz from pulse input.", + "paragraph": "It counts pulses with using interrupt and calculates Hz from it.", + "website": "https://github.com/asukiaaa/arduino-HzMeter", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-HzMeter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/HzMeter_asukiaaa-1.1.6.zip", + "archiveFileName": "HzMeter_asukiaaa-1.1.6.zip", + "size": 4588, + "checksum": "SHA-256:7a902bc9f352a5d774591cc9d1688ca9b6257547bcfc7ff58ec84b96552cf4c7" + }, + { + "name": "AP_DCC_Library", + "version": "1.2.0", + "author": "Aiko Pras", + "maintainer": "Aiko Pras", + "sentence": "Library for (NMRA/RCN) Digital Command Control (DCC)", + "paragraph": "Further development of the OpenDecoder 2 software, as developed by W. Kufer. It has been rewritten for Arduino, and runs on UNO, Mega, Nano, Nano Every etc. On novel ATMega processors (MegaCoreX and DxCore) the quality of the DCC signal decoding has been considerably improved, by exploiting some novel peripherals of these new processors.", + "website": "https://github.com/aikopras/AP_DCC_library", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aikopras/AP_DCC_library.git", + "providesIncludes": [ + "AP_DCC_library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aikopras/AP_DCC_Library-1.2.0.zip", + "archiveFileName": "AP_DCC_Library-1.2.0.zip", + "size": 780257, + "checksum": "SHA-256:a0a1fdb83043d3f7f2960fc2ac7e8e2ff52fc40fcafde57b28ae365d8cb2494b" + }, + { + "name": "RF433recv", + "version": "0.1.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.1.0.zip", + "archiveFileName": "RF433recv-0.1.0.zip", + "size": 47630, + "checksum": "SHA-256:b4d5807eb486e43401975e0293dab2e085d0e1c568e04199a36625db1766ef02" + }, + { + "name": "RF433recv", + "version": "0.1.1", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.1.1.zip", + "archiveFileName": "RF433recv-0.1.1.zip", + "size": 47950, + "checksum": "SHA-256:c883f08fef81c4b1405bbe9ff9d100a141ed60a696b03d17dd70bcc7c1b45211" + }, + { + "name": "RF433recv", + "version": "0.1.2", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.1.2.zip", + "archiveFileName": "RF433recv-0.1.2.zip", + "size": 189622, + "checksum": "SHA-256:3c6f83ccebe2470b5407cd034d28e8561423527b955199a90853e04f93133c29" + }, + { + "name": "RF433recv", + "version": "0.1.3", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.1.3.zip", + "archiveFileName": "RF433recv-0.1.3.zip", + "size": 197135, + "checksum": "SHA-256:1bfedde4a3671b5e3f388d89ad4c3d99440456ca4136ca47954a78c706f25338" + }, + { + "name": "RF433recv", + "version": "0.1.4", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.1.4.zip", + "archiveFileName": "RF433recv-0.1.4.zip", + "size": 219848, + "checksum": "SHA-256:4e9700d490474211db05da41a107ecff1dbc8f74d36646274c6d568ce91952d0" + }, + { + "name": "RF433recv", + "version": "0.1.5", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.1.5.zip", + "archiveFileName": "RF433recv-0.1.5.zip", + "size": 220984, + "checksum": "SHA-256:9974e777b36991dbf376e0291a4895d98b56ce49663a2f3e0307e57722a07c18" + }, + { + "name": "RF433recv", + "version": "0.1.6", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.1.6.zip", + "archiveFileName": "RF433recv-0.1.6.zip", + "size": 221012, + "checksum": "SHA-256:3ea2ada4e8d725e868e92dee7946b836c2bac0aa18b06d502e8c43ee4c92e7a6" + }, + { + "name": "RF433recv", + "version": "0.2.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.2.0.zip", + "archiveFileName": "RF433recv-0.2.0.zip", + "size": 227313, + "checksum": "SHA-256:11b2242486c47246b6a8487c5cd7649e2185160bdd60f1a42c161ca01f6af875" + }, + { + "name": "RF433recv", + "version": "0.3.0", + "author": "Sébastien Millet", + "maintainer": "Sébastien Millet \u003cmilletseb@laposte.net\u003e", + "sentence": "A library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver", + "paragraph": "Use this library to decode a known protocol received on a 433 Mhz Radio Frequencies receiver. You can get protocol timings using RF433any lib then use here here. Advantage of RF433recv is a much lower memory usage.", + "website": "https://github.com/sebmillet/RF433recv", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sebmillet/RF433recv.git", + "providesIncludes": [ + "RF433recv.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebmillet/RF433recv-0.3.0.zip", + "archiveFileName": "RF433recv-0.3.0.zip", + "size": 227589, + "checksum": "SHA-256:8612e73de00809b6c9d904ebf338a737d739e8b0b4cf5d78560dc32de9e925fc" + }, + { + "name": "TriSonica_Mini", + "version": "1.0.0", + "author": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "maintainer": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "sentence": "Library for communicating with the TriSonica Mini Wind Sensor.", + "paragraph": "This library supports Serial(UART) communication with the TriSonica Mini.", + "website": "https://github.com/finani/TriSonica_Mini", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/finani/TriSonica_Mini.git", + "providesIncludes": [ + "TSM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/finani/TriSonica_Mini-1.0.0.zip", + "archiveFileName": "TriSonica_Mini-1.0.0.zip", + "size": 1106990, + "checksum": "SHA-256:332e1b7ee231210170ac6fef26221b5b60e91af767c6b11ed84c3e820b11b442" + }, + { + "name": "Blinkenlight", + "version": "2.0.1", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Supercharge your status LEDs / beepers", + "paragraph": "This library gives you non-blocking blinking patterns and smooth fade effects for your LEDs, buzzers or any other status indicators", + "website": "https://github.com/tfeldmann/Arduino-Blinkenlight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tfeldmann/Arduino-Blinkenlight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Blinkenlight-2.0.1.zip", + "archiveFileName": "Blinkenlight-2.0.1.zip", + "size": 15207, + "checksum": "SHA-256:31e1a7b3d2d214e5bf9a562eea1e15f79d4c41bfb8f84ab697954fea6dd12389" + }, + { + "name": "Blinkenlight", + "version": "2.1.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Supercharge your status LEDs / beepers", + "paragraph": "This library gives you non-blocking blinking patterns and smooth fade effects for your LEDs, buzzers or any other status indicators", + "website": "https://github.com/tfeldmann/Arduino-Blinkenlight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tfeldmann/Arduino-Blinkenlight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Blinkenlight-2.1.0.zip", + "archiveFileName": "Blinkenlight-2.1.0.zip", + "size": 15284, + "checksum": "SHA-256:6984d82654678ddb00573d2fd58fe9a6188a8247bfcdfb0b6d17871e2a38cb8e" + }, + { + "name": "Blinkenlight", + "version": "2.2.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Supercharge your status LEDs / beepers", + "paragraph": "This library gives you non-blocking blinking patterns and smooth fade effects for your LEDs, buzzers or any other status indicators", + "website": "https://github.com/tfeldmann/Arduino-Blinkenlight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tfeldmann/Arduino-Blinkenlight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Blinkenlight-2.2.0.zip", + "archiveFileName": "Blinkenlight-2.2.0.zip", + "size": 15481, + "checksum": "SHA-256:2806e294ff325bd9583af4b66b7b2495918ed267a2809e73d81cda2023918a8c" + }, + { + "name": "Blinkenlight", + "version": "2.3.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Supercharge your status LEDs / beepers", + "paragraph": "This library gives you non-blocking blinking patterns and smooth fade effects for your LEDs, buzzers or any other status indicators", + "website": "https://github.com/tfeldmann/Arduino-Blinkenlight", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tfeldmann/Arduino-Blinkenlight.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Blinkenlight-2.3.0.zip", + "archiveFileName": "Blinkenlight-2.3.0.zip", + "size": 132186, + "checksum": "SHA-256:234617c25a9f49ab2bf7c72d9b69f634bfb9e708d51acb3802fb275013760bd2" + }, + { + "name": "Carduino", + "version": "1.0.0", + "author": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "maintainer": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "sentence": "A library for Carduino, the programmable Cardano Logo and epoch countdown counter.", + "paragraph": "This library contains code that makes the Carduino behave as a Cardano epoch countdown timer as well as a class that lets you easily make the 30 LEDs that form the Cardano logo do whatever you want.", + "website": "https://github.com/spklpool/Carduino", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/spklpool/Carduino.git", + "providesIncludes": [ + "Carduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/spklpool/Carduino-1.0.0.zip", + "archiveFileName": "Carduino-1.0.0.zip", + "size": 5245, + "checksum": "SHA-256:2d4372bb4d13a2b3c108ed59f88c461a509e790be2c09a0737396766eeeb7fcd" + }, + { + "name": "Carduino", + "version": "1.0.1", + "author": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "maintainer": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "sentence": "A library for Carduino, the programmable Cardano Logo and epoch countdown counter.", + "paragraph": "This library contains code that makes the Carduino behave as a Cardano epoch countdown timer as well as a class that lets you easily make the 30 LEDs that form the Cardano logo do whatever you want.", + "website": "https://github.com/spklpool/Carduino", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/spklpool/Carduino.git", + "providesIncludes": [ + "Carduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/spklpool/Carduino-1.0.1.zip", + "archiveFileName": "Carduino-1.0.1.zip", + "size": 211676, + "checksum": "SHA-256:754fd589c113f8335a95deaef0700ba4922c069c1e29efdacfdc0419031a120d" + }, + { + "name": "Carduino", + "version": "1.0.4", + "author": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "maintainer": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "sentence": "A library for Carduino, the programmable Cardano Logo and epoch countdown counter.", + "paragraph": "This library contains code that makes the Carduino behave as a Cardano epoch countdown timer as well as a class that lets you easily make the 30 LEDs that form the Cardano logo do whatever you want.", + "website": "https://github.com/spklpool/Carduino", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/spklpool/Carduino.git", + "providesIncludes": [ + "Carduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/spklpool/Carduino-1.0.4.zip", + "archiveFileName": "Carduino-1.0.4.zip", + "size": 211299, + "checksum": "SHA-256:c3b74b5417471a7f3e83cfa665f3052ce202ca285c4e62c097e4cb5fad1a6ccb" + }, + { + "name": "Carduino", + "version": "1.1.0", + "author": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "maintainer": "Pierre Boudreau \u003cspklpool@gmail.com\u003e", + "sentence": "A library for Carduino, the programmable Cardano Logo and epoch countdown counter.", + "paragraph": "This library contains code that makes the Carduino behave as a Cardano epoch countdown timer as well as a class that lets you easily make the 30 LEDs that form the Cardano logo do whatever you want.", + "website": "https://github.com/spklpool/Carduino", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/spklpool/Carduino.git", + "providesIncludes": [ + "Carduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/spklpool/Carduino-1.1.0.zip", + "archiveFileName": "Carduino-1.1.0.zip", + "size": 214316, + "checksum": "SHA-256:f55a5ce52ca92da49133469f7bc3a3134c9e71b94cd1617f0f517d5093b230b0" + }, + { + "name": "DFRobot_ENS160", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for ENS160, ENS160 is a Digital Metal-Oxide Multi-Gas Sensor(SKU: SEN0514/SEN0515).", + "paragraph": "Detection of a variety of gases, such as volatile organic compounds (VOCs), including ethanol, toluene, as well as hydrogen and nitrogen dioxide, has superior selectivity and accuracy.", + "website": "https://github.com/DFRobot/DFRobot_ENS160", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ENS160.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ENS160-1.0.0.zip", + "archiveFileName": "DFRobot_ENS160-1.0.0.zip", + "size": 33565, + "checksum": "SHA-256:b308be21b572ac155d0da16c0e7d07895ab485030bb9de61ff1abbcbc9463c34" + }, + { + "name": "DFRobot_ENS160", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for ENS160, ENS160 is a Digital Metal-Oxide Multi-Gas Sensor(SKU: SEN0514/SEN0515).", + "paragraph": "Detection of a variety of gases, such as volatile organic compounds (VOCs), including ethanol, toluene, as well as hydrogen and nitrogen dioxide, has superior selectivity and accuracy.", + "website": "https://github.com/DFRobot/DFRobot_ENS160", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ENS160.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ENS160-1.0.1.zip", + "archiveFileName": "DFRobot_ENS160-1.0.1.zip", + "size": 250445, + "checksum": "SHA-256:51238ede38197a3689d8472cdc72c26a380bc0225f8eb2e7852dfff0004d2f14" + }, + { + "name": "DFRobot_STS3X", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for STS3X, the function is to read temperature(SKU: SEN0434).", + "paragraph": "Emperature measurement data can be obtaine, measurement parameters can be set.", + "website": "https://github.com/DFRobot/DFRobot_STS3X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_STS3X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_STS3X-1.0.0.zip", + "archiveFileName": "DFRobot_STS3X-1.0.0.zip", + "size": 100469, + "checksum": "SHA-256:ebdb6b99861734e814cc21f6e5567b38650bf20866204ac897be1ae7e4dd8719" + }, + { + "name": "DFRobot_STS3X", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for STS3X, the function is to read temperature(SKU: SEN0434).", + "paragraph": "Emperature measurement data can be obtaine, measurement parameters can be set.", + "website": "https://github.com/DFRobot/DFRobot_STS3X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_STS3X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_STS3X-1.0.1.zip", + "archiveFileName": "DFRobot_STS3X-1.0.1.zip", + "size": 100681, + "checksum": "SHA-256:0f880d11d6d6e9c18e0b13e376da0cd82f826649be3ea036b196806ad89966f7" + }, + { + "name": "DFRobot_STS3X", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for STS3X, the function is to read temperature(SKU: SEN0434).", + "paragraph": "Emperature measurement data can be obtaine, measurement parameters can be set.", + "website": "https://github.com/DFRobot/DFRobot_STS3X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_STS3X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_STS3X-1.0.2.zip", + "archiveFileName": "DFRobot_STS3X-1.0.2.zip", + "size": 99844, + "checksum": "SHA-256:f213e2bd61af0094b7051f6bd89d05c89fb3f1cace449454500445a38305cb46" + }, + { + "name": "DFRobot_SIM", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "TangJie\u003cjie.tang@dfrobot.com\u003e", + "sentence": "base class library.", + "paragraph": "base class library.", + "website": "https://github.com/DFRobot/DFRobot_SIM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SIM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SIM-1.0.1.zip", + "archiveFileName": "DFRobot_SIM-1.0.1.zip", + "size": 13691, + "checksum": "SHA-256:2cc32e9f2eb79a33be885cc4df7f9eace895a5a0be6214200a279c358114b111" + }, + { + "name": "DFRobot_SIM7000", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "TangJie\u003cjie.tang@dfrobot.com\u003e", + "sentence": "communication device library.", + "paragraph": "The communication device library of SIM7000", + "website": "https://github.com/DFRobot/DFRobot_SIM7000", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SIM7000.git", + "dependencies": [ + { + "name": "DFRobot_SIM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SIM7000-1.0.1.zip", + "archiveFileName": "DFRobot_SIM7000-1.0.1.zip", + "size": 2007371, + "checksum": "SHA-256:fa1e963b69d77675ff5bec1f07ab8b1d6b4857ec59e26b024742e6b4958e9844" + }, + { + "name": "DFRobot_SIM7000", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "TangJie\u003cjie.tang@dfrobot.com\u003e", + "sentence": "communication device library.(SKU:DFR0572/DFR0505-CN)", + "paragraph": "The communication device library of SIM7000", + "website": "https://github.com/DFRobot/DFRobot_SIM7000", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SIM7000.git", + "dependencies": [ + { + "name": "DFRobot_SIM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SIM7000-1.0.2.zip", + "archiveFileName": "DFRobot_SIM7000-1.0.2.zip", + "size": 2007408, + "checksum": "SHA-256:4abf1b31434b0c394cfa6278b077aefb5eb62bb479274d0739e38f8133e3570b" + }, + { + "name": "DFRobot_EnvironmentalSensor", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "TangJie \u003cjie.tang@dfrobot.com\u003e", + "sentence": "A environmental sensor.(SKU:SEN0500\\SEN0501)", + "paragraph": "A module that integrates multiple environmental sensors", + "website": "https://github.com/DFRobot/DFRobot_EnvironmentalSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_EnvironmentalSensor.git", + "dependencies": [ + { + "name": "DFRobot_RTU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_EnvironmentalSensor-1.0.0.zip", + "archiveFileName": "DFRobot_EnvironmentalSensor-1.0.0.zip", + "size": 18353, + "checksum": "SHA-256:b4b4303f65bc450ec980f52c9fc85f8b7b0cb6063d344a6a23879f5fe62617fc" + }, + { + "name": "DFRobot_EnvironmentalSensor", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "TangJie \u003cjie.tang@dfrobot.com\u003e", + "sentence": "A environmental sensor.(SKU:SEN0500\\SEN0501)", + "paragraph": "A module that integrates multiple environmental sensors", + "website": "https://github.com/DFRobot/DFRobot_EnvironmentalSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_EnvironmentalSensor.git", + "dependencies": [ + { + "name": "DFRobot_RTU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_EnvironmentalSensor-1.0.1.zip", + "archiveFileName": "DFRobot_EnvironmentalSensor-1.0.1.zip", + "size": 18379, + "checksum": "SHA-256:d175711b9ee9102da2e92770ea099a0aa062be48d4c25516967355d51a681b5d" + }, + { + "name": "PCA9622", + "version": "1.1.0", + "author": "Ruben Neurink-Sluiman", + "maintainer": "Ruben Neurink-Sluiman \u003cruben.neurink@gmail.com\u003e", + "sentence": "Library for interaction with the PCA9622 LED Driver", + "paragraph": "Library for interaction with the PCA9622 16-bit Fm+ I2C-bus 100 mA 40 V LED driver from NXP", + "website": "https://github.com/rneurink/PCA9622", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rneurink/PCA9622.git", + "providesIncludes": [ + "PCA9622.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rneurink/PCA9622-1.1.0.zip", + "archiveFileName": "PCA9622-1.1.0.zip", + "size": 612577, + "checksum": "SHA-256:208880723674f35963c8153e223d5bb653678a3d71dcedb81f6f399dd0424697" + }, + { + "name": "Ethernet3", + "version": "1.4.0", + "author": "Arduino/sstaub", + "maintainer": "Arduino \u003cinfo@arduino.org\u003e", + "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "http://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ethernet3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ethernet3-1.4.0.zip", + "archiveFileName": "Ethernet3-1.4.0.zip", + "size": 57350, + "checksum": "SHA-256:d51605dd5d2967f8d61f2f1e11e733c7f7e50017a5fd8f0b2828900dfae4a7c5" + }, + { + "name": "Ethernet3", + "version": "1.5.0", + "author": "Arduino/sstaub", + "maintainer": "Arduino", + "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "http://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ethernet3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ethernet3-1.5.0.zip", + "archiveFileName": "Ethernet3-1.5.0.zip", + "size": 57487, + "checksum": "SHA-256:61ebc6bfd94086dc01109cb4cce6e8698fcd781d1f945ec331f7085600e25cf5" + }, + { + "name": "Ethernet3", + "version": "1.5.1", + "author": "Arduino/sstaub", + "maintainer": "Arduino", + "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "http://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ethernet3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ethernet3-1.5.1.zip", + "archiveFileName": "Ethernet3-1.5.1.zip", + "size": 57576, + "checksum": "SHA-256:fe193ea4eeca3e32bb95a1d524219c4840e8d35665cf9313d2d183c02835e3fd" + }, + { + "name": "Ethernet3", + "version": "1.5.4", + "author": "Arduino/sstaub", + "maintainer": "Arduino", + "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "http://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ethernet3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ethernet3-1.5.4.zip", + "archiveFileName": "Ethernet3-1.5.4.zip", + "size": 57821, + "checksum": "SHA-256:bb51b0781c8db2cb7cbb3fe93d96a070d575485aabaa2321306cb6f7d44c05af" + }, + { + "name": "Ethernet3", + "version": "1.5.5", + "author": "Arduino/sstaub", + "maintainer": "Arduino", + "sentence": "Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "http://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Ethernet3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ethernet3-1.5.5.zip", + "archiveFileName": "Ethernet3-1.5.5.zip", + "size": 57822, + "checksum": "SHA-256:490f2bf1a95f45f3268d21f949d9810838c76b1b488dedae8ffd43a913e41b98" + }, + { + "name": "TickTwo", + "version": "4.4.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions. Recommanded for ESP and Arduino boards with mbed behind.", + "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", + "website": "https://github.com/sstaub/TickTwo", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/TickTwo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/TickTwo-4.4.0.zip", + "archiveFileName": "TickTwo-4.4.0.zip", + "size": 10381, + "checksum": "SHA-256:622b563cc2c3c856fd317d18092806b1d6077e2d4a37a67ed7b889043b7f6302" + }, + { + "name": "NextionX2", + "version": "1.0.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A universal alternative and more flexible Nextion library", + "paragraph": "Allows multiple Nextion HMIs on one MCU with multiple UARTs. A new approach with a lean object hierarchy for easy integration and use.", + "website": "https://github.com/sstaub/NextionX2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/NextionX2.git", + "providesIncludes": [ + "NextionX2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/NextionX2-1.0.0.zip", + "archiveFileName": "NextionX2-1.0.0.zip", + "size": 1558359, + "checksum": "SHA-256:29518edd04afa71c9082360c9f1e6304ab07dd8e4dad84de7af8a1c61049111e" + }, + { + "name": "NextionX2", + "version": "1.1.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A universal alternative and more flexible Nextion library", + "paragraph": "Allows multiple Nextion HMIs on one MCU with multiple UARTs. A new approach with a lean object hierarchy for easy integration and use.", + "website": "https://github.com/sstaub/NextionX2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/NextionX2.git", + "providesIncludes": [ + "NextionX2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/NextionX2-1.1.0.zip", + "archiveFileName": "NextionX2-1.1.0.zip", + "size": 1558401, + "checksum": "SHA-256:c556e7859073b3f9a343d74e31d70be60c479fa351b65873100acb3c3da473a0" + }, + { + "name": "NextionX2", + "version": "1.1.1", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A universal alternative and more flexible Nextion library", + "paragraph": "Allows multiple Nextion HMIs on one MCU with multiple UARTs. A new approach with a lean object hierarchy for easy integration and use.", + "website": "https://github.com/sstaub/NextionX2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/NextionX2.git", + "providesIncludes": [ + "NextionX2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/NextionX2-1.1.1.zip", + "archiveFileName": "NextionX2-1.1.1.zip", + "size": 1558404, + "checksum": "SHA-256:2f098367f944c85363f2099cea7cc1eef7749e093d3c250c95faba225f88ab05" + }, + { + "name": "NextionX2", + "version": "1.1.2", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A universal alternative and more flexible Nextion library", + "paragraph": "Allows multiple Nextion HMIs on one MCU with multiple UARTs. A new approach with a lean object hierarchy for easy integration and use.", + "website": "https://github.com/sstaub/NextionX2", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/NextionX2.git", + "providesIncludes": [ + "NextionX2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/NextionX2-1.1.2.zip", + "archiveFileName": "NextionX2-1.1.2.zip", + "size": 1558407, + "checksum": "SHA-256:f8f0770a07a8541d6dbe5c319f1e577368b927eff8f1f9ead8abecdc091065bd" + }, + { + "name": "NHB_AD7124", + "version": "1.0.0", + "author": "Jaimy Juliano", + "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", + "sentence": "Library for the Analog Devices AD7124 24 bit precision analog converter IC", + "paragraph": "This library was originally written for use with the NHB AD7124 Analog Sensor FeatherWing, but it could also be used with a raw chip in your own design.", + "website": "https://github.com/NHBSystems/NHB_AD7124", + "category": "Sensors", + "architectures": [ + "avr", + "samd", + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/NHBSystems/NHB_AD7124.git", + "providesIncludes": [ + "NHB_AD7124" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7124-1.0.0.zip", + "archiveFileName": "NHB_AD7124-1.0.0.zip", + "size": 44775, + "checksum": "SHA-256:c357e6a4bdb8e73951b8bcd96023d2c52ad9dbde161891b79c0ea6b9d88e6620" + }, + { + "name": "TimerExtensions", + "version": "0.0.1", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Easy access to advanced Arduino timer functions, such as precise timing, pulse generation, and input event capture.", + "paragraph": "Directly manipulating the timers/counters in Arduino and AVR is tedious and confusing. This library makes that simple by providing a number of convenience methods for accessing the timers. Easily attach interrupts to input capture events, extend the range of timers to 32 bits, or emit precisely timed pulses.", + "website": "https://github.com/boothinator/ArduinoTimerExtensions", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boothinator/TimerExtensions.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/TimerExtensions-0.0.1.zip", + "archiveFileName": "TimerExtensions-0.0.1.zip", + "size": 47226, + "checksum": "SHA-256:0d790f29da700feb63146768e2af9344458f51e232b40bb4b4ac640a42520dd3" + }, + { + "name": "TimerExtensions", + "version": "0.0.2", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Easy access to advanced Arduino timer functions, such as precise timing, pulse generation, and input event capture.", + "paragraph": "Directly manipulating the timers/counters in Arduino and AVR is tedious and confusing. This library makes that simple by providing a number of convenience methods for accessing the timers. Easily attach interrupts to input capture events, extend the range of timers to 32 bits, or emit precisely timed pulses.", + "website": "https://github.com/boothinator/ArduinoTimerExtensions", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boothinator/TimerExtensions.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/TimerExtensions-0.0.2.zip", + "archiveFileName": "TimerExtensions-0.0.2.zip", + "size": 49104, + "checksum": "SHA-256:52a61954c91e20bdfcc02760c6137b5152018acd35d5a393203d77990d6879d4" + }, + { + "name": "TimerExtensions", + "version": "0.0.3", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Easy access to advanced Arduino timer functions, such as precise timing, pulse generation, and input event capture.", + "paragraph": "Directly manipulating the timers/counters in Arduino and AVR is tedious and confusing. This library makes that simple by providing a number of convenience methods for accessing the timers. Easily attach interrupts to input capture events, extend the range of timers to 32 bits, or emit precisely timed pulses.", + "website": "https://github.com/boothinator/ArduinoTimerExtensions", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boothinator/TimerExtensions.git", + "providesIncludes": [ + "TimerExtensions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/TimerExtensions-0.0.3.zip", + "archiveFileName": "TimerExtensions-0.0.3.zip", + "size": 57874, + "checksum": "SHA-256:b8e34749146e08d9a4a7899ee6cb657b49b2a680d0036bee8f8b9e014282ddb1" + }, + { + "name": "Bolder Flight Systems VectorNav", + "version": "3.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with VectorNav IMU and INS sensors.", + "paragraph": "This library reads VectorNav VN-100, VN-200, and VN-300 sensors using SPI.", + "website": "https://github.com/bolderflight/vector_nav", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/vector_nav.git", + "providesIncludes": [ + "vector_nav.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_VectorNav-3.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_VectorNav-3.0.1.zip", + "size": 16641888, + "checksum": "SHA-256:2edf201eb3679388dc9a9ce0bcf5c3361de8dca2f495bc3b68ca68cc21df7c71" + }, + { + "name": "Bolder Flight Systems VectorNav", + "version": "3.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with VectorNav IMU and INS sensors.", + "paragraph": "This library reads VectorNav VN-100, VN-200, and VN-300 sensors using SPI.", + "website": "https://github.com/bolderflight/vector_nav", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/vector_nav.git", + "providesIncludes": [ + "vector_nav.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_VectorNav-3.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_VectorNav-3.1.0.zip", + "size": 16642195, + "checksum": "SHA-256:09ca5d996061625a3310493acf6ae1d587d044d5f00c77b13d4c890209847a3d" + }, + { + "name": "Bolder Flight Systems VectorNav", + "version": "4.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with VectorNav IMU and INS sensors.", + "paragraph": "This library reads VectorNav VN-100, VN-200, and VN-300 sensors using SPI.", + "website": "https://github.com/bolderflight/vector_nav", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/vector_nav.git", + "providesIncludes": [ + "vector_nav.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_VectorNav-4.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_VectorNav-4.0.0.zip", + "size": 16642950, + "checksum": "SHA-256:a66cadc4c13c6581b018b9557648e59ccd7da6e34f644e980d9f800694c83cf6" + }, + { + "name": "Bolder Flight Systems VectorNav", + "version": "4.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with VectorNav IMU and INS sensors.", + "paragraph": "This library reads VectorNav VN-100, VN-200, and VN-300 sensors using SPI.", + "website": "https://github.com/bolderflight/vector_nav", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/vector_nav.git", + "providesIncludes": [ + "vector_nav.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_VectorNav-4.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_VectorNav-4.0.1.zip", + "size": 16642964, + "checksum": "SHA-256:906c91c4e7c6de6c4cfeefe6c0f28e4b95ca2e47ecc2eb42cda3e3f4a5b5ce39" + }, + { + "name": "Bolder Flight Systems VectorNav", + "version": "4.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with VectorNav IMU and INS sensors.", + "paragraph": "This library reads VectorNav VN-100, VN-200, and VN-300 sensors using SPI.", + "website": "https://github.com/bolderflight/vector_nav", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/vector_nav.git", + "providesIncludes": [ + "vector_nav.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_VectorNav-4.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_VectorNav-4.0.2.zip", + "size": 16642971, + "checksum": "SHA-256:df039a4425d56257ce164c963f50039a2c3bce67755ea65485be019a2e4894af" + }, + { + "name": "Bolder Flight Systems VectorNav", + "version": "4.0.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with VectorNav IMU and INS sensors.", + "paragraph": "This library reads VectorNav VN-100, VN-200, and VN-300 sensors using SPI.", + "website": "https://github.com/bolderflight/vector_nav", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/vector_nav.git", + "providesIncludes": [ + "vector_nav.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_VectorNav-4.0.3.zip", + "archiveFileName": "Bolder_Flight_Systems_VectorNav-4.0.3.zip", + "size": 16642977, + "checksum": "SHA-256:2a2c242a8376cd21dad87bdcd2db6776b6a7b7aa7c1a056c114771516709fc44" + }, + { + "name": "Bolder Flight Systems VectorNav", + "version": "4.0.4", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with VectorNav IMU and INS sensors.", + "paragraph": "This library reads VectorNav VN-100, VN-200, and VN-300 sensors using SPI.", + "website": "https://github.com/bolderflight/vector_nav", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/vector_nav.git", + "providesIncludes": [ + "vector_nav.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + }, + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_VectorNav-4.0.4.zip", + "archiveFileName": "Bolder_Flight_Systems_VectorNav-4.0.4.zip", + "size": 16643022, + "checksum": "SHA-256:7eda2eab8b91646f2499522b00c2fe1a805749f9806fc25c174ff20d3d36b43e" + }, + { + "name": "Arduino_EMBRYO_2", + "version": "0.1.0", + "author": "Fernando Esquirio Torres", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Control stepper motor", + "paragraph": "Allows you to control a stepper motor in a linear axis, EArduino Embryo 2", + "website": "https://github.com/arduino-libraries/Arduino_EMBRYO_2", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_EMBRYO_2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_EMBRYO_2-0.1.0.zip", + "archiveFileName": "Arduino_EMBRYO_2-0.1.0.zip", + "size": 430081, + "checksum": "SHA-256:e69ba2664a611bb828e887aa79ad0242cfcf7d38d98a7e09e2df34f3bceb2ba1" + }, + { + "name": "AnalogReadAsync", + "version": "1.0.0", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Asynchronous version of analogRead().", + "paragraph": "Lets you do other processing while waiting for the analog read to complete. Can notify you when the read is complete by callback, or you can poll for when the read is complete.", + "website": "https://github.com/boothinator/AnalogReadAsync", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boothinator/AnalogReadAsync.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/AnalogReadAsync-1.0.0.zip", + "archiveFileName": "AnalogReadAsync-1.0.0.zip", + "size": 11680, + "checksum": "SHA-256:96b005b9039231b1b8cb24da275be7c2a951d52438681cc1a7ddb92f95f3a3b9" + }, + { + "name": "AnalogReadAsync", + "version": "1.0.1", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Asynchronous version of analogRead().", + "paragraph": "Lets you do other processing while waiting for the analog read to complete. Can notify you when the read is complete by callback, or you can poll for when the read is complete.", + "website": "https://github.com/boothinator/AnalogReadAsync", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boothinator/AnalogReadAsync.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/AnalogReadAsync-1.0.1.zip", + "archiveFileName": "AnalogReadAsync-1.0.1.zip", + "size": 11735, + "checksum": "SHA-256:5d80b0e80e862533403b6db5e3b686447ea0d09140e44eacbdfbc49aaaa66b1b" + }, + { + "name": "KiddeeExpress", + "version": "1.4.0", + "author": "Kiddee Lab", + "maintainer": "https://github.com/xavjb/", + "sentence": "An enhanced version of the already enhanced FirmataExpress version 1.2", + "paragraph": "KiddeeExpress provides added support for PMS5003 air quality sensors, 16x2 i2c LCD screens, 128x64 OLED screens, and IR reading and writing using the NEC protocol.", + "website": "https://github.com/xavjb/KiddeeExpress", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xavjb/KiddeeExpress.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "PMS" + }, + { + "name": "LiquidCrystal_PCF8574" + }, + { + "name": "U8g2" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xavjb/KiddeeExpress-1.4.0.zip", + "archiveFileName": "KiddeeExpress-1.4.0.zip", + "size": 61534, + "checksum": "SHA-256:202aae59f6450d667c52b10bce603fc042c989be7e0718f09f4d428f08f8bac7" + }, + { + "name": "3BC Language Virtual Machine", + "version": "0.0.1", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "---", + "paragraph": "--", + "website": "https://github.com/RodrigoDornelles/3bc-lang", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rodrigodornelles/3bc-lang.git", + "providesIncludes": [ + "3bc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/3BC_Language_Virtual_Machine-0.0.1.zip", + "archiveFileName": "3BC_Language_Virtual_Machine-0.0.1.zip", + "size": 31450, + "checksum": "SHA-256:b5888578dd0354912186b739ba56dc674593da4f88293efe9305a0178261247c" + }, + { + "name": "3BC Language Virtual Machine", + "version": "0.1.0", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "Low level language, tiny virtual machine that works on computers and microcontrollers. (Friendly Punched cards)", + "paragraph": "3BC is a low-level and easy-to-learn programming language that works in the form of a virtual machine similar to a computer from the 60s, but with a surprising architecture that has only 3 bits. Despite having an aspect to be an esoteric language, it has a good general use capability to solve computational problems and advantages with implementation in embedded and microcontrollers. On Christmas 2020, a Brazilian enthusiastic introduced the language after completing a month of development, being a project for studies and also as a conceptual proof about punch cards being readable and practical for both humans and machines.", + "website": "https://github.com/RodrigoDornelles/3bc-lang", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rodrigodornelles/3bc-lang.git", + "providesIncludes": [ + "3bc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/3BC_Language_Virtual_Machine-0.1.0.zip", + "archiveFileName": "3BC_Language_Virtual_Machine-0.1.0.zip", + "size": 188925, + "checksum": "SHA-256:054d32907953763f2130ef2b53b4da374de2dab15d519b0f00d54a3698f401e5" + }, + { + "name": "3BC Language Virtual Machine", + "version": "0.1.1", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "3BC Language Virtual Machine", + "paragraph": "is a low-level and easy-to-learn programming language that works in the form of a virtual machine similar to a computer from the 60s, but with a surprising architecture that has only 3 bits. Despite having an aspect to be an esoteric language, it has a good general use capability to solve computational problems and advantages with implementation in embedded and microcontrollers.", + "website": "https://3bc-lang.org", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rodrigodornelles/3bc-lang.git", + "providesIncludes": [ + "3bc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/3BC_Language_Virtual_Machine-0.1.1.zip", + "archiveFileName": "3BC_Language_Virtual_Machine-0.1.1.zip", + "size": 192028, + "checksum": "SHA-256:bd6f3079359fbb87fef2710dcc4d1910beff5e20246f90fe7b97646b5d3fbfdd" + }, + { + "name": "3BC Language Virtual Machine", + "version": "0.1.2", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "3BC Language Virtual Machine", + "paragraph": "is a low-level and easy-to-learn programming language that works in the form of a virtual machine similar to a computer from the 60s, but with a surprising architecture that has only 3 bits. Despite having an aspect to be an esoteric language, it has a good general use capability to solve computational problems and advantages with implementation in embedded and microcontrollers.", + "website": "https://3bc-lang.org", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rodrigodornelles/3bc-lang.git", + "providesIncludes": [ + "3bc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/3BC_Language_Virtual_Machine-0.1.2.zip", + "archiveFileName": "3BC_Language_Virtual_Machine-0.1.2.zip", + "size": 224004, + "checksum": "SHA-256:a4adf7f623c8498fac05b14babbc300dee7cac9ea9cc69e35c59c874fc884ff3" + }, + { + "name": "3BC Language Virtual Machine", + "version": "0.1.3", + "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", + "sentence": "3BC Language Virtual Machine", + "paragraph": "is a low-level and easy-to-learn programming language that works in the form of a virtual machine similar to a computer from the 60s, but with a surprising architecture that has only 3 bits. Despite having an aspect to be an esoteric language, it has a good general use capability to solve computational problems and advantages with implementation in embedded and microcontrollers.", + "website": "https://3bc-lang.org", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rodrigodornelles/3bc-lang.git", + "providesIncludes": [ + "3bc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/3BC_Language_Virtual_Machine-0.1.3.zip", + "archiveFileName": "3BC_Language_Virtual_Machine-0.1.3.zip", + "size": 228046, + "checksum": "SHA-256:79d6a27dada94f53cbbe679ff6ca7eab72a445ff56963c3cd36b414c512b962f" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266 and ESP32.", + "paragraph": "This library allows user to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.0.0.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.0.0.zip", + "size": 1803343, + "checksum": "SHA-256:2f800e9f6bb44e28b91e64f77b1473e5d9d4ec71791ae5f44763b552d9143a00" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266 and ESP32.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.0.1.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.0.1.zip", + "size": 1815635, + "checksum": "SHA-256:1a3c04cea8bda1dd72cbc175bd154acdea16d56861940ba873e4f23777a0dbda" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.0.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266 and ESP32.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.0.2.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.0.2.zip", + "size": 1815638, + "checksum": "SHA-256:ab140a2936697217f9b0a9d932aa7ada0f30221971ee7bdbff66545ff3d2fa04" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266 and ESP32.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.0.3.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.0.3.zip", + "size": 1814831, + "checksum": "SHA-256:ebef3552882eee66259884a5cd2df27f6b2dbdc3b4cccd81096b03de8ba98b67" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266 and ESP32.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.0.4.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.0.4.zip", + "size": 1814612, + "checksum": "SHA-256:fa52bf825e17b7af846f2bdf19c990f694a61f170314ad90a88de89896dfb56d" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266 and ESP32.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.1.0.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.1.0.zip", + "size": 1814696, + "checksum": "SHA-256:8f3f5ad912277818d3a6e7e15473518dbd38db127da03f1e5ff9c359d73d5c6b" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.2.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266 and ESP32.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.2.0.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.2.0.zip", + "size": 1817294, + "checksum": "SHA-256:080b05bd703b59ed77da67479b8d64848be28f820660ed9eafb1ccabd81e9b69" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.3.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.3.0.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.3.0.zip", + "size": 1835262, + "checksum": "SHA-256:4a016c4130408789220a701fdfed5b5cd5da51250374e6502670b3fe6e477c4e" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.3.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.3.1.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.3.1.zip", + "size": 1835345, + "checksum": "SHA-256:f48d2b549f07e92f15b6aba24457b3a3d47d5a2b8c4c0d8618e5dee5ee6a3638" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.3.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.3.2.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.3.2.zip", + "size": 1855508, + "checksum": "SHA-256:a1f28ad2be133027145696e89c6270eb1da2a2e7898f029fe1a4edb3c6b5f65f" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.3.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.3.3.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.3.3.zip", + "size": 1857482, + "checksum": "SHA-256:f1fe0c7c2e3f6f57d597e72c27546de4a75b8b9886117a067ff0b5dc8de7af8c" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.3.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.3.4.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.3.4.zip", + "size": 1858608, + "checksum": "SHA-256:91f2393ee9d6a0345c59f5e3d1f2e953a79027ffd16318e2ac8fbdcf160a1372" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.3.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.3.5.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.3.5.zip", + "size": 1858612, + "checksum": "SHA-256:4f6d6d9ce5ee23a53162985b09723a8c0a3d9bc0e53b8d8dc0b44931eb5272e8" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.3.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.3.6.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.3.6.zip", + "size": 1858746, + "checksum": "SHA-256:170014aba745fc5f8a5484b003f91271857a5535d579e64d133fa656e3a02d8d" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.4.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for Arduino devices.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.4.0.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.4.0.zip", + "size": 2632649, + "checksum": "SHA-256:a552e4d88dcb3990730ccdd9e7f323a7a3d1b86f4d21b0cca62b81e4d41c72dd" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.4.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for Arduino devices.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.4.1.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.4.1.zip", + "size": 2637312, + "checksum": "SHA-256:521df91b3ffabac33dc8c12cc564f1283f9ebc5b06eb8f2f97ea2518149dc721" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.4.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for Arduino devices.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.4.2.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.4.2.zip", + "size": 2638155, + "checksum": "SHA-256:73a12a2952c93c392365a689a5522382c959ca9a12563fc7550bf8702ef5b54e" + }, + { + "name": "ESP-Google-Sheet-Client", + "version": "1.4.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Sheet REST client library for Arduino devices.", + "paragraph": "This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets.", + "website": "https://github.com/mobizt/ESP-Google-Sheet-Client", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP-Google-Sheet-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Sheet_Client-1.4.3.zip", + "archiveFileName": "ESP_Google_Sheet_Client-1.4.3.zip", + "size": 2638223, + "checksum": "SHA-256:f508bd2aa1c9438056eb7318f9d6576b77038543a08e4bd90d04adf7145d8646" + }, + { + "name": "TCS34725 async", + "version": "1.0.0", + "author": "Ysard", + "maintainer": "Ysard \u003cysard@users.noreply.github.com\u003e", + "sentence": "An improved version of Adafruit TCS34725 wrapper given in their examples.", + "paragraph": "The wrapper provides improved lux and color temperature calculations as well as a basic autorange mechanism. The code is split into several functions avoiding redoing unnecessary calculations for better efficiency. Moreover, a refactoring has been done to support interrupts from the TCS34725 chip.", + "website": "https://github.com/ysard/TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ysard/TCS34725.git", + "dependencies": [ + { + "name": "Adafruit TCS34725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ysard/TCS34725_async-1.0.0.zip", + "archiveFileName": "TCS34725_async-1.0.0.zip", + "size": 6255, + "checksum": "SHA-256:949f76eef93ba9e0aca7dff13a4d35eac254f28321a728d18c18cc8b000ea068" + }, + { + "name": "TCS34725 async", + "version": "1.0.1", + "author": "Ysard", + "maintainer": "Ysard \u003cysard@users.noreply.github.com\u003e", + "sentence": "An improved version of Adafruit TCS34725 wrapper given in their examples.", + "paragraph": "The wrapper provides improved lux and color temperature calculations as well as a basic autorange mechanism. The code is split into several functions avoiding redoing unnecessary calculations for better efficiency. Moreover, a refactoring has been done to support interrupts from the TCS34725 chip.", + "website": "https://github.com/ysard/TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ysard/TCS34725.git", + "dependencies": [ + { + "name": "Adafruit TCS34725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ysard/TCS34725_async-1.0.1.zip", + "archiveFileName": "TCS34725_async-1.0.1.zip", + "size": 12333, + "checksum": "SHA-256:1501f565a49f06ed4f6c8659a90081737976bc2b4c1c1aaae4d9057ebda38225" + }, + { + "name": "Adafruit TestBed", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.0.0.zip", + "archiveFileName": "Adafruit_TestBed-1.0.0.zip", + "size": 8946, + "checksum": "SHA-256:56cce3c6394378926509a21f5a1ddb75801d2266d6fa2e78036fff52244d929c" + }, + { + "name": "Adafruit TestBed", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.0.1.zip", + "archiveFileName": "Adafruit_TestBed-1.0.1.zip", + "size": 11221, + "checksum": "SHA-256:c4802d856d154ed57a4a4155f5dc9646501d39605712c9d6fe971eded4f8e767" + }, + { + "name": "Adafruit TestBed", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.1.0.zip", + "archiveFileName": "Adafruit_TestBed-1.1.0.zip", + "size": 11241, + "checksum": "SHA-256:e19f5e20db22541f79bb525437b345ffd1a8c220ac75a0d45b1250a4dfd6a5bc" + }, + { + "name": "Adafruit TestBed", + "version": "1.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.2.0.zip", + "archiveFileName": "Adafruit_TestBed-1.2.0.zip", + "size": 11255, + "checksum": "SHA-256:84cc74c1940c0a274bd043598c031a2bc22350d7f37bf78b94f757f532f91a75" + }, + { + "name": "Adafruit TestBed", + "version": "1.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.2.1.zip", + "archiveFileName": "Adafruit_TestBed-1.2.1.zip", + "size": 11321, + "checksum": "SHA-256:820d14e99967ff94a48c39d7978a106747a336b42bc9fc854090a79e60491e70" + }, + { + "name": "Adafruit TestBed", + "version": "1.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.2.2.zip", + "archiveFileName": "Adafruit_TestBed-1.2.2.zip", + "size": 11373, + "checksum": "SHA-256:c359ad22b80e8fa870b78cbc31d6dc367763ab138261f8dd87152ebf3a2b299d" + }, + { + "name": "Adafruit TestBed", + "version": "1.2.3", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.2.3.zip", + "archiveFileName": "Adafruit_TestBed-1.2.3.zip", + "size": 11414, + "checksum": "SHA-256:1f9a1e15a7262a0678a619ed425f4bb3bbe579711b739238fd364f68575eaad3" + }, + { + "name": "Adafruit TestBed", + "version": "1.2.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.2.4.zip", + "archiveFileName": "Adafruit_TestBed-1.2.4.zip", + "size": 11472, + "checksum": "SHA-256:f0c32159208969ac9ec92c29e2651a9c2ee0f249827a91e2c749e259882380bd" + }, + { + "name": "Adafruit TestBed", + "version": "1.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.3.0.zip", + "archiveFileName": "Adafruit_TestBed-1.3.0.zip", + "size": 11525, + "checksum": "SHA-256:f889e3973f31615af7cf1bdd6cc658aa373886e09cbecfdf07aba3708626411d" + }, + { + "name": "Adafruit TestBed", + "version": "1.4.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.4.0.zip", + "archiveFileName": "Adafruit_TestBed-1.4.0.zip", + "size": 11540, + "checksum": "SHA-256:e5ca46ae74902c155e7a360878b5b10ad3a5e77967818d0ce301315175320252" + }, + { + "name": "Adafruit TestBed", + "version": "1.5.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.5.0.zip", + "archiveFileName": "Adafruit_TestBed-1.5.0.zip", + "size": 11531, + "checksum": "SHA-256:d486726a5ff6b8897752e9326df39f4a7a0f5c5eb47e1dcb3f57b3a1cdc04a7e" + }, + { + "name": "Adafruit TestBed", + "version": "1.6.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.6.0.zip", + "archiveFileName": "Adafruit_TestBed-1.6.0.zip", + "size": 26704, + "checksum": "SHA-256:c4fb6e15f9c90dd53e01c4e0d10e0595fd606b54c644dd801b2d90dc5ea3d7f7" + }, + { + "name": "Adafruit TestBed", + "version": "1.7.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.7.0.zip", + "archiveFileName": "Adafruit_TestBed-1.7.0.zip", + "size": 303602, + "checksum": "SHA-256:af97febc52fdb24a4d5305cea85b4ee094e6fda60fd3fe34e9dab9e4b2f8bc18" + }, + { + "name": "Adafruit TestBed", + "version": "1.8.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.8.0.zip", + "archiveFileName": "Adafruit_TestBed-1.8.0.zip", + "size": 5872168, + "checksum": "SHA-256:099940756d987fc059c0e8adf8bfad1ff2344e82d4ab4e6c4dbd9d3f9ba6ba97" + }, + { + "name": "Adafruit TestBed", + "version": "1.8.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.8.1.zip", + "archiveFileName": "Adafruit_TestBed-1.8.1.zip", + "size": 5872306, + "checksum": "SHA-256:8bcb4d55043a8fc27f3a1bd58f80824ed925c56a93bc5972ddbbec2787346032" + }, + { + "name": "Adafruit TestBed", + "version": "1.8.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.8.2.zip", + "archiveFileName": "Adafruit_TestBed-1.8.2.zip", + "size": 5872782, + "checksum": "SHA-256:43d425dd5f4f5c0ebbf5b7509cb83479d9d92a1d02929c1fb0aa756121750bdb" + }, + { + "name": "Adafruit TestBed", + "version": "1.9.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.9.0.zip", + "archiveFileName": "Adafruit_TestBed-1.9.0.zip", + "size": 6494728, + "checksum": "SHA-256:1a5b03a95c4494bdaca628f9ae67cae1ca75fc45b0076093efea2517d0df81a5" + }, + { + "name": "Adafruit TestBed", + "version": "1.10.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.10.0.zip", + "archiveFileName": "Adafruit_TestBed-1.10.0.zip", + "size": 6496420, + "checksum": "SHA-256:0a2949575043597561359643e8e8de0951ea8c4fde58c438f28b55da7bece237" + }, + { + "name": "Adafruit TestBed", + "version": "1.11.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's internal test bed code library", + "paragraph": "Adafruit's internal test bed code library", + "website": "https://github.com/adafruit/Adafruit_TestBed", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TestBed.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "LiquidCrystal" + }, + { + "name": "Adafruit DAP library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TestBed-1.11.0.zip", + "archiveFileName": "Adafruit_TestBed-1.11.0.zip", + "size": 7132736, + "checksum": "SHA-256:a7613a92eecdaaa532eef5a969cd6302043492025e8951f740f0483a330fbac0" + }, + { + "name": "SimplePortal", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple WiFi credentials captive portal for esp8266", + "paragraph": "Simple WiFi credentials captive portal for esp8266", + "website": "https://github.com/GyverLibs/SimplePortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SimplePortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SimplePortal-1.0.0.zip", + "archiveFileName": "SimplePortal-1.0.0.zip", + "size": 37893, + "checksum": "SHA-256:6084222b4cc70527bf5794123e4f3c0bc80e4b98dce1efc9d003e03b026a805f" + }, + { + "name": "SimplePortal", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple WiFi credentials captive portal for esp8266", + "paragraph": "Simple WiFi credentials captive portal for esp8266", + "website": "https://github.com/GyverLibs/SimplePortal", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SimplePortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SimplePortal-1.1.0.zip", + "archiveFileName": "SimplePortal-1.1.0.zip", + "size": 37966, + "checksum": "SHA-256:f1f4f05341164c08902309730f56193707be8adaf57009534bca0051d4b3600c" + }, + { + "name": "SimplePortal", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple WiFi credentials captive portal for esp8266", + "paragraph": "Simple WiFi credentials captive portal for esp8266", + "website": "https://github.com/GyverLibs/SimplePortal", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SimplePortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SimplePortal-1.2.0.zip", + "archiveFileName": "SimplePortal-1.2.0.zip", + "size": 41002, + "checksum": "SHA-256:ce98cff4341ac6a161bdab884e597b6a6dcbecf87c0b611261af86629d13440c" + }, + { + "name": "EEPROMsimple", + "version": "1.0.0", + "author": "J.B. Gallaher", + "maintainer": "David Dubins", + "sentence": "Communications with 25LC1024 EEPROM chip", + "paragraph": "Library based on sample program to use a Serial EEPROM chip to expand memory for an Arduino Uno giving access to an additional 128kB of random access memory. The 25LC1024 uses the Serial Peripheral Interface (SPI) to transfer data and commands between the UNO and the memory chip.", + "website": "https://www.youtube.com/watch?v=eIP_w5uizNw", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/EEPROMsimple.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/EEPROMsimple-1.0.0.zip", + "archiveFileName": "EEPROMsimple-1.0.0.zip", + "size": 24233, + "checksum": "SHA-256:2303ef6f51a02b25199b6dfdb92602e8e07d0f82d6b66ef2063d9c4a439a828e" + }, + { + "name": "EEPROMsimple", + "version": "1.0.2", + "author": "David Dubins, code adapted from J.B. Gallaher", + "maintainer": "David Dubins", + "sentence": "Communications with 25LC1024 EEPROM chip", + "paragraph": "Library based on sample program to use a Serial EEPROM chip to expand memory for an Arduino Uno giving access to an additional 128kB of random access memory. The 25LC1024 uses the Serial Peripheral Interface (SPI) to transfer data and commands between the UNO and the memory chip.", + "website": "https://www.youtube.com/watch?v=eIP_w5uizNw", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/EEPROMsimple.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/EEPROMsimple-1.0.2.zip", + "archiveFileName": "EEPROMsimple-1.0.2.zip", + "size": 24249, + "checksum": "SHA-256:20ec8b550f7e889987b2e276fb688607ad9c9a7407cf6cee43a742a91bab7d52" + }, + { + "name": "SRAMsimple", + "version": "1.0.0", + "author": "David Dubins, code adapted from J.B. Gallaher", + "maintainer": "David Dubins", + "sentence": "Communications with 23LC1024 SRAM chip", + "paragraph": "Library based on sample program to use a Serial SRAM chip to expand memory for an Arduino Uno giving access to an additional 128kB of random access memory. The 23LC1024 uses the Serial Peripheral Interface (SPI) to transfer data and commands between the UNO and the memory chip.", + "website": "https://www.youtube.com/watch?v=eIP_w5uizNw", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dndubins/SRAMsimple.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dndubins/SRAMsimple-1.0.0.zip", + "archiveFileName": "SRAMsimple-1.0.0.zip", + "size": 24342, + "checksum": "SHA-256:50ebdfd9e97b287617a30dc60e01b53bd34f4396eecbcfce5b1dd30a5d32c0c6" + }, + { + "name": "HSCDTD008A", + "version": "1.0.0", + "author": "Bob Veringa", + "maintainer": "Bob Veringa", + "sentence": "A library for the HSCDTD008A geomagnetic sensor.", + "paragraph": "The HSCDTD008A is a cheap but capable geomagnetic sensor that can easily be used in hobby projects.", + "website": "https://github.com/bobveringa/HSCDTD008A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bobveringa/HSCDTD008A-Library.git", + "providesIncludes": [ + "hscdtd008a.hpp" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bobveringa/HSCDTD008A-1.0.0.zip", + "archiveFileName": "HSCDTD008A-1.0.0.zip", + "size": 14617, + "checksum": "SHA-256:5c055b951bc38be1072f3063582561e9d0343846afe752d93170e47ba43ba54e" + }, + { + "name": "HSCDTD008A", + "version": "1.0.1", + "author": "Bob Veringa", + "maintainer": "Bob Veringa", + "sentence": "A library for the HSCDTD008A geomagnetic sensor.", + "paragraph": "The HSCDTD008A is a cheap but capable geomagnetic sensor that can easily be used in hobby projects.", + "website": "https://github.com/bobveringa/HSCDTD008A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bobveringa/HSCDTD008A-Library.git", + "providesIncludes": [ + "hscdtd008a.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bobveringa/HSCDTD008A-1.0.1.zip", + "archiveFileName": "HSCDTD008A-1.0.1.zip", + "size": 14603, + "checksum": "SHA-256:eb7f8bf84a3ca34c0197a346b910a196f7f6824b8e29a23b42b8131eded4fc65" + }, + { + "name": "HSCDTD008A", + "version": "1.0.2", + "author": "Bob Veringa", + "maintainer": "Bob Veringa", + "sentence": "A library for the HSCDTD008A geomagnetic sensor.", + "paragraph": "The HSCDTD008A is a cheap but capable geomagnetic sensor that can easily be used in hobby projects.", + "website": "https://github.com/bobveringa/HSCDTD008A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bobveringa/HSCDTD008A-Library.git", + "providesIncludes": [ + "hscdtd008a.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bobveringa/HSCDTD008A-1.0.2.zip", + "archiveFileName": "HSCDTD008A-1.0.2.zip", + "size": 15150, + "checksum": "SHA-256:0d3678fcc61d0c17fe257041e39d348623010ef594a1d2f7b01caffcdbb35f66" + }, + { + "name": "HSCDTD008A", + "version": "1.1.0", + "author": "Bob Veringa", + "maintainer": "Bob Veringa", + "sentence": "A library for the HSCDTD008A geomagnetic sensor.", + "paragraph": "The HSCDTD008A is a cheap but capable geomagnetic sensor that can easily be used in hobby projects.", + "website": "https://github.com/bobveringa/HSCDTD008A-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bobveringa/HSCDTD008A-Library.git", + "providesIncludes": [ + "hscdtd008a.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bobveringa/HSCDTD008A-1.1.0.zip", + "archiveFileName": "HSCDTD008A-1.1.0.zip", + "size": 20914, + "checksum": "SHA-256:5d25cd83e6ef22e6c88f10db816e48283738a0ade58db2a03d073e566d82c7b9" + }, + { + "name": "JC_Sunrise", + "version": "1.0.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to calculate sunrise and sunset times.", + "paragraph": "Copyright (C) 2021 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_Sunrise", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_Sunrise.git", + "dependencies": [ + { + "name": "TimeLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Sunrise-1.0.0.zip", + "archiveFileName": "JC_Sunrise-1.0.0.zip", + "size": 21660, + "checksum": "SHA-256:9e61c6a7f5170cbe4f2ef0dbc5c2c9daf5da4e9693df940b84a117bac9dafd8d" + }, + { + "name": "JC_Sunrise", + "version": "1.0.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to calculate sunrise and sunset times.", + "paragraph": "Copyright (C) 2021 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_Sunrise", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_Sunrise.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Sunrise-1.0.1.zip", + "archiveFileName": "JC_Sunrise-1.0.1.zip", + "size": 21658, + "checksum": "SHA-256:e18072dc14434436259143d160d5edacf284940b663316a27161de8205622513" + }, + { + "name": "JC_Sunrise", + "version": "1.0.2", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to calculate sunrise and sunset times.", + "paragraph": "Copyright (C) 2021 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_Sunrise", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_Sunrise.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Sunrise-1.0.2.zip", + "archiveFileName": "JC_Sunrise-1.0.2.zip", + "size": 21659, + "checksum": "SHA-256:fff85ca2c23770c4daa8faf3c1a22111c83dfa22df8b88ff742518dda9d993ec" + }, + { + "name": "JC_Sunrise", + "version": "1.0.3", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to calculate sunrise and sunset times.", + "paragraph": "Copyright (C) 2021 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_Sunrise", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_Sunrise.git", + "dependencies": [ + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_Sunrise-1.0.3.zip", + "archiveFileName": "JC_Sunrise-1.0.3.zip", + "size": 21655, + "checksum": "SHA-256:579b88de31602f1ae46c3a072c3c1353dc4e4bcca553575e7b3b0da5683c0371" + }, + { + "name": "TheengsDecoder", + "version": "0.1.1", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.1.zip", + "archiveFileName": "TheengsDecoder-0.1.1.zip", + "size": 243098, + "checksum": "SHA-256:311a1c8a8e57a7d169169ca59922a190547fd5ab889f8cd374e2d6f2df870d20" + }, + { + "name": "TheengsDecoder", + "version": "0.1.2", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.2.zip", + "archiveFileName": "TheengsDecoder-0.1.2.zip", + "size": 243888, + "checksum": "SHA-256:8d56692c885ee564506b1e0853a753e9ff0916431ababc1db270853538d34cd5" + }, + { + "name": "TheengsDecoder", + "version": "0.1.3", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.3.zip", + "archiveFileName": "TheengsDecoder-0.1.3.zip", + "size": 248525, + "checksum": "SHA-256:a7d72734af6b6a330284ba69816507e9796c9cd70ec3478ce1704f203e5a4205" + }, + { + "name": "TheengsDecoder", + "version": "0.1.4", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.4.zip", + "archiveFileName": "TheengsDecoder-0.1.4.zip", + "size": 251648, + "checksum": "SHA-256:fb98e6cd24b9e745b9625b23fa5248fd3ec3c8a0eaff92d82db26753b3997656" + }, + { + "name": "TheengsDecoder", + "version": "0.1.5", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.5.zip", + "archiveFileName": "TheengsDecoder-0.1.5.zip", + "size": 252097, + "checksum": "SHA-256:e02c3f338d677ef99594a2682427645babb3edab93fa707230b3e0624effd65e" + }, + { + "name": "TheengsDecoder", + "version": "0.1.6", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.6.zip", + "archiveFileName": "TheengsDecoder-0.1.6.zip", + "size": 259181, + "checksum": "SHA-256:6de70dcb88677cae07e9a4902e9ea58a0cce79a07a1927b4f37119fde8ec6a27" + }, + { + "name": "TheengsDecoder", + "version": "0.1.8", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.8.zip", + "archiveFileName": "TheengsDecoder-0.1.8.zip", + "size": 267498, + "checksum": "SHA-256:888258f30f11ef5263f1e4f7987c42c5df111511101313fd700a7682bca8f304" + }, + { + "name": "TheengsDecoder", + "version": "0.1.9", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.1.9.zip", + "archiveFileName": "TheengsDecoder-0.1.9.zip", + "size": 267560, + "checksum": "SHA-256:8d259e8af25c0b41a7ceb3dafaaf7ca248119be1195e65141d3c2905f6d2aae6" + }, + { + "name": "TheengsDecoder", + "version": "0.2.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.2.0.zip", + "archiveFileName": "TheengsDecoder-0.2.0.zip", + "size": 272038, + "checksum": "SHA-256:711af14be712248e6edcfef032673c3df4bd15683d05d791ec52c07b3b751bf5" + }, + { + "name": "TheengsDecoder", + "version": "0.2.1", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.2.1.zip", + "archiveFileName": "TheengsDecoder-0.2.1.zip", + "size": 272369, + "checksum": "SHA-256:d7da7f2c91bf3c6ab593e3a6c87ae2b6206a31f64effebbd632899bf648bc820" + }, + { + "name": "TheengsDecoder", + "version": "0.2.2", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.2.2.zip", + "archiveFileName": "TheengsDecoder-0.2.2.zip", + "size": 275618, + "checksum": "SHA-256:43f3e96b2e4c84c51bbade7315d9cf37350daa989aea7c92343a2d2787d287be" + }, + { + "name": "TheengsDecoder", + "version": "0.3.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.3.0.zip", + "archiveFileName": "TheengsDecoder-0.3.0.zip", + "size": 276190, + "checksum": "SHA-256:4e4e35d90b55dd967d4728e3b900cf479cebfcd78c4acaffe1d46c69f8d45931" + }, + { + "name": "TheengsDecoder", + "version": "0.4.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.4.0.zip", + "archiveFileName": "TheengsDecoder-0.4.0.zip", + "size": 278080, + "checksum": "SHA-256:d24004907177cd9189fef870272d25ce7e19ce80234c91cc59efe0c530c4dc78" + }, + { + "name": "TheengsDecoder", + "version": "0.5.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.5.0.zip", + "archiveFileName": "TheengsDecoder-0.5.0.zip", + "size": 288482, + "checksum": "SHA-256:87ac09e717dfaf6b0ab51bfc2a7ddea43d9d2cdedf0148d7c714996d4fe8dbef" + }, + { + "name": "TheengsDecoder", + "version": "0.6.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.6.0.zip", + "archiveFileName": "TheengsDecoder-0.6.0.zip", + "size": 289183, + "checksum": "SHA-256:c7f1512f82ea1f4818a8f993eff11d131233c2351bf29c8f478b90eb39d20250" + }, + { + "name": "TheengsDecoder", + "version": "0.6.1", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.6.1.zip", + "archiveFileName": "TheengsDecoder-0.6.1.zip", + "size": 290995, + "checksum": "SHA-256:5f419490df78e1ee2b3ef20300c0ee52924e418c0e0a1f2de4d036e3ab6c727b" + }, + { + "name": "TheengsDecoder", + "version": "0.6.2", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.6.2.zip", + "archiveFileName": "TheengsDecoder-0.6.2.zip", + "size": 290810, + "checksum": "SHA-256:ec09ca94f1cd7d0c6adf6dc8e11dfd557d8091fe5dec6b1ac944e681e049d03d" + }, + { + "name": "TheengsDecoder", + "version": "0.7.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.7.0.zip", + "archiveFileName": "TheengsDecoder-0.7.0.zip", + "size": 294019, + "checksum": "SHA-256:6cf1c670f94b1eb65b5932566110137e72d82e45b2fcdb8999ce034177a64d63" + }, + { + "name": "TheengsDecoder", + "version": "0.8.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.8.0.zip", + "archiveFileName": "TheengsDecoder-0.8.0.zip", + "size": 296741, + "checksum": "SHA-256:9f14cc5b234f91b255f0d12532eeca64c5c03cc751cdd2cf4a4e8ba9c5d820a1" + }, + { + "name": "TheengsDecoder", + "version": "0.9.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.9.0.zip", + "archiveFileName": "TheengsDecoder-0.9.0.zip", + "size": 301632, + "checksum": "SHA-256:07df3c682d71c37d36723834c67d657ee7ea5f1e47739c3b7dbf6ec20ea21ed5" + }, + { + "name": "TheengsDecoder", + "version": "0.9.5", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.9.5.zip", + "archiveFileName": "TheengsDecoder-0.9.5.zip", + "size": 304440, + "checksum": "SHA-256:37d17c0823c834145e21852d209664259744e7d8552f7794967c72a5d80f155b" + }, + { + "name": "TheengsDecoder", + "version": "0.9.7", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-0.9.7.zip", + "archiveFileName": "TheengsDecoder-0.9.7.zip", + "size": 327673, + "checksum": "SHA-256:5ae3f41dab8466ba83efd9af436636251ace8396df21036c58b659eefa9d88c3" + }, + { + "name": "TheengsDecoder", + "version": "1.0.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.0.0.zip", + "archiveFileName": "TheengsDecoder-1.0.0.zip", + "size": 340676, + "checksum": "SHA-256:df66d11901ee17e2dba0d07cb76ba7fbd851224f43b8020c279637a36978563d" + }, + { + "name": "TheengsDecoder", + "version": "1.1.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.1.0.zip", + "archiveFileName": "TheengsDecoder-1.1.0.zip", + "size": 344566, + "checksum": "SHA-256:d5565141a514ddc5014730d0851c5f7385f2d75aae4c6a9dee597012eac33fc9" + }, + { + "name": "TheengsDecoder", + "version": "1.2.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.2.0.zip", + "archiveFileName": "TheengsDecoder-1.2.0.zip", + "size": 348385, + "checksum": "SHA-256:8dcb809ef6c2a768a21cac85da55246c7e2022912a7d54db09e3dd869a374063" + }, + { + "name": "TheengsDecoder", + "version": "1.3.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.3.0.zip", + "archiveFileName": "TheengsDecoder-1.3.0.zip", + "size": 353690, + "checksum": "SHA-256:606b82f8a769a2125ace77a6eeca9fb738c3bb0834d9bedf84efbf929d167c2a" + }, + { + "name": "TheengsDecoder", + "version": "1.3.5", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.3.5.zip", + "archiveFileName": "TheengsDecoder-1.3.5.zip", + "size": 354684, + "checksum": "SHA-256:ecd0d4fa44adc17b3d5b4b559fbb4703656be38f396406064c8f42581a5a9ba9" + }, + { + "name": "TheengsDecoder", + "version": "1.3.7", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.3.7.zip", + "archiveFileName": "TheengsDecoder-1.3.7.zip", + "size": 355340, + "checksum": "SHA-256:d28835bddb094a3ea816f98cbecd98dce479475433c96f776f9ba2501ba1d708" + }, + { + "name": "TheengsDecoder", + "version": "1.4.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.4.0.zip", + "archiveFileName": "TheengsDecoder-1.4.0.zip", + "size": 356878, + "checksum": "SHA-256:2d91e6f7b0dddc5eb5f96b3c5846d3a57f0d3800df090fd1eae817e7a8f18efa" + }, + { + "name": "TheengsDecoder", + "version": "1.4.2", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.4.2.zip", + "archiveFileName": "TheengsDecoder-1.4.2.zip", + "size": 358557, + "checksum": "SHA-256:d87c221c1fbf1489521faf13abe7e4c8bad08df4acfd312a4eada20c93283bf0" + }, + { + "name": "TheengsDecoder", + "version": "1.5.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.5.0.zip", + "archiveFileName": "TheengsDecoder-1.5.0.zip", + "size": 366495, + "checksum": "SHA-256:30cbd3f3a6492072987337b9c92c4c211324da4b83194d8cac0cc07d612342cf" + }, + { + "name": "TheengsDecoder", + "version": "1.5.1", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.5.1.zip", + "archiveFileName": "TheengsDecoder-1.5.1.zip", + "size": 371850, + "checksum": "SHA-256:eb2d65d1896b95d2ea4eb432a91e36139356260574ce68256d76e3d7ad93bc83" + }, + { + "name": "TheengsDecoder", + "version": "1.5.5", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.5.5.zip", + "archiveFileName": "TheengsDecoder-1.5.5.zip", + "size": 5935193, + "checksum": "SHA-256:c12dcf73c54ae2f701ac02f31f6d4c2cafe6757fd388df2fdae75eb821a149b4" + }, + { + "name": "TheengsDecoder", + "version": "1.5.7", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.5.7.zip", + "archiveFileName": "TheengsDecoder-1.5.7.zip", + "size": 5936624, + "checksum": "SHA-256:d1fdb102ec77a37879526df1976890277ee3271f37b797616aff434f00bbae5f" + }, + { + "name": "TheengsDecoder", + "version": "1.6.0", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs Decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.6.0.zip", + "archiveFileName": "TheengsDecoder-1.6.0.zip", + "size": 6062647, + "checksum": "SHA-256:895778f1b5189bf0ec56a84ac37d2c820f799aaa37a5f22d890ba1af49527bb0" + }, + { + "name": "TheengsDecoder", + "version": "1.6.1", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs Decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.6.1.zip", + "archiveFileName": "TheengsDecoder-1.6.1.zip", + "size": 6062993, + "checksum": "SHA-256:ef131a9ea25e16fd56b97ad99071ab323666a550f0278548777ebccd85bdabee" + }, + { + "name": "TheengsDecoder", + "version": "1.6.2-beta", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs Decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.6.2-beta.zip", + "archiveFileName": "TheengsDecoder-1.6.2-beta.zip", + "size": 6065815, + "checksum": "SHA-256:526f08806e15a695f1691dc5b62c88569d34d6bf7a69ef447dc46f0d4e3274ab" + }, + { + "name": "TheengsDecoder", + "version": "1.6.2", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs Decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.6.2.zip", + "archiveFileName": "TheengsDecoder-1.6.2.zip", + "size": 6062994, + "checksum": "SHA-256:ea458821d0d2fb6690fcf3c0fd48cb866ac323640372d1f835590efb2001cd19" + }, + { + "name": "TheengsDecoder", + "version": "1.6.5", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs Decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.6.5.zip", + "archiveFileName": "TheengsDecoder-1.6.5.zip", + "size": 6062994, + "checksum": "SHA-256:522939c40b036014aa9cf47e87733c1c87ed789bc810170aa2ad0aff40bb516b" + }, + { + "name": "TheengsDecoder", + "version": "1.6.3", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs Decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.6.3.zip", + "archiveFileName": "TheengsDecoder-1.6.3.zip", + "size": 6062935, + "checksum": "SHA-256:ca64ee8ae924fe72d9ab420d82f4ad000870fabfce8bc3c99f74e75172135956" + }, + { + "name": "TheengsDecoder", + "version": "1.6.4", + "author": "Florian Robert, Ryan Powell", + "maintainer": "Florian Robert", + "sentence": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.", + "paragraph": "Theengs Decoder library translates sensors data chains into human readable data leveraging the well known data interchange format JSON. This format can easily be integrated into different systems or software.", + "website": "https://github.com/theengs/decoder", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/theengs/decoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theengs/TheengsDecoder-1.6.4.zip", + "archiveFileName": "TheengsDecoder-1.6.4.zip", + "size": 6069118, + "checksum": "SHA-256:1283b3bba0531c5b33d4989d4b9df79cfff529a074b6ed2a61075fda19aa4c92" + }, + { + "name": "Nano_Every_WS2812B", + "version": "1.0.0", + "author": "Clemens at Elektor", + "maintainer": "Clemens at Elektor \u003clabs@elektor.com\u003e", + "sentence": "ATmega4809 core-independent driver for WS2812B addressable RGB LEDs.", + "paragraph": "No bit-banging, the communication protocol is handled by hardware peripherals, saving lots of CPU cycles.", + "website": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B", + "category": "Display", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B.git", + "providesIncludes": [ + "Nano_Every_WS2812B.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ClemensAtElektor/Nano_Every_WS2812B-1.0.0.zip", + "archiveFileName": "Nano_Every_WS2812B-1.0.0.zip", + "size": 22377, + "checksum": "SHA-256:d5e51da66c5b7b0430b12c07cb6c79527a7b8706929c364bdaf2f31e8ecdfce9" + }, + { + "name": "Nano_Every_WS2812B", + "version": "1.0.1", + "author": "Clemens at Elektor", + "maintainer": "Clemens at Elektor \u003clabs@elektor.com\u003e", + "sentence": "ATmega4809 core-independent driver for WS2812B addressable RGB LEDs.", + "paragraph": "No bit-banging, the communication protocol is handled by hardware peripherals, saving lots of CPU cycles.", + "website": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B.git", + "providesIncludes": [ + "Nano_Every_WS2812B.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ClemensAtElektor/Nano_Every_WS2812B-1.0.1.zip", + "archiveFileName": "Nano_Every_WS2812B-1.0.1.zip", + "size": 22827, + "checksum": "SHA-256:16084917a8fbe91dd8aa659e37f9f903062e23bf015b137d217db21456a49f3b" + }, + { + "name": "Nano_Every_WS2812B", + "version": "1.0.4", + "author": "Clemens at Elektor", + "maintainer": "Clemens at Elektor \u003clabs@elektor.com\u003e", + "sentence": "ATmega4809 core-independent driver for WS2812B addressable RGB LEDs.", + "paragraph": "No bit-banging, the communication protocol is handled by hardware peripherals, saving lots of CPU cycles.", + "website": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B.git", + "providesIncludes": [ + "Nano_Every_WS2812B.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ClemensAtElektor/Nano_Every_WS2812B-1.0.4.zip", + "archiveFileName": "Nano_Every_WS2812B-1.0.4.zip", + "size": 36802, + "checksum": "SHA-256:bd3cef6368f136948bc0c6a6e6a70105a6dc8a79c8532c531c09015b6e3bf4e3" + }, + { + "name": "Nano_Every_WS2812B", + "version": "1.0.5", + "author": "Clemens at Elektor", + "maintainer": "Clemens at Elektor \u003clabs@elektor.com\u003e", + "sentence": "ATmega4809 core-independent driver for WS2812B addressable RGB LEDs.", + "paragraph": "No bit-banging, the communication protocol is handled by hardware peripherals, saving lots of CPU cycles.", + "website": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B", + "category": "Display", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ClemensAtElektor/Nano_Every_WS2812B.git", + "providesIncludes": [ + "Nano_Every_WS2812B.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ClemensAtElektor/Nano_Every_WS2812B-1.0.5.zip", + "archiveFileName": "Nano_Every_WS2812B-1.0.5.zip", + "size": 36832, + "checksum": "SHA-256:a76a46610f83c8005744c5e58a3543bd7fc3d12e0f17b9ebef6780a88a5d2d56" + }, + { + "name": "autowp-mcp2515", + "version": "1.0.3", + "author": "autowp \u003cautowp@gmail.com\u003e", + "maintainer": "autowp \u003cautowp@gmail.com\u003e", + "sentence": "Arduino MCP2515 CAN interface library", + "paragraph": "This library with CAN-BUS Shield gives your Arduino/Seeeduino CAN-BUS capibility. With an OBD-II converter cable added on and the OBD-II library imported, you are ready to build an onboard diagnostic device or data logger.", + "website": "https://github.com/autowp/arduino-mcp2515", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/autowp/arduino-mcp2515.git", + "providesIncludes": [ + "mcp2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/autowp/autowp_mcp2515-1.0.3.zip", + "archiveFileName": "autowp_mcp2515-1.0.3.zip", + "size": 254495, + "checksum": "SHA-256:c2efa3451e4f8b8ce3b0d86ede00f4d77e49b2ab7dbc9a6d7f46682ddb7a6b59" + }, + { + "name": "JDI_MIP_Display", + "version": "1.0.0", + "author": "Giovanni Bertazzoni \u003cnottheworstdev@gmail.com\u003e", + "maintainer": "Giovanni Bertazzoni \u003cnottheworstdev@gmail.com\u003e", + "sentence": "Arduino library to drive the JDI and Sharp Memory In Pixel LCD Displays", + "paragraph": "This library supports the Memory In Pixel LCD color Displays produced by Japan Display Inc. and Sharp. Please see the README for all the details.", + "website": "https://github.com/Gbertaz/JDI_MIP_Display", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Gbertaz/JDI_MIP_Display.git", + "dependencies": [ + { + "name": "Adafruit_GFX" + }, + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Gbertaz/JDI_MIP_Display-1.0.0.zip", + "archiveFileName": "JDI_MIP_Display-1.0.0.zip", + "size": 703279, + "checksum": "SHA-256:82fafe730b12020d0a19927a67f5e050723f32272e1aae6039a65276898039cf" + }, + { + "name": "MAX471", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Arduino Library to support the MAX471 sensor module", + "paragraph": "Current and voltage sensor , 3-25 Volts 0-3 Amps", + "website": "https://github.com/gavinlyonsrepo/MAX471", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/MAX471.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/MAX471-1.0.0.zip", + "archiveFileName": "MAX471-1.0.0.zip", + "size": 41364, + "checksum": "SHA-256:aff60f29bed267edc3591c90460f091db803a9fa288b3949d904567c91ade0ae" + }, + { + "name": "sTune", + "version": "1.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-1.0.0.zip", + "archiveFileName": "sTune-1.0.0.zip", + "size": 15254, + "checksum": "SHA-256:26046c363385539acea09c06e8a783b12d5e4fbd6bebe39acb5faaa05882b53b" + }, + { + "name": "sTune", + "version": "1.0.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-1.0.1.zip", + "archiveFileName": "sTune-1.0.1.zip", + "size": 15257, + "checksum": "SHA-256:6acb276b2a493f6e6bf87e1e5af5fa004ea7d0658d76ddf1aef6398ab1ae296a" + }, + { + "name": "sTune", + "version": "1.0.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-1.0.2.zip", + "archiveFileName": "sTune-1.0.2.zip", + "size": 15249, + "checksum": "SHA-256:1d2dead8ed6dea497a490329b7acf30c1f38b7b7edcdf1f9cc86bcfc34c38b9c" + }, + { + "name": "sTune", + "version": "1.0.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-1.0.3.zip", + "archiveFileName": "sTune-1.0.3.zip", + "size": 15651, + "checksum": "SHA-256:d8444d2f368f42832e4c008d51b91df0dc6bfacd2741784b2d431fbb8531ddcd" + }, + { + "name": "sTune", + "version": "1.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-1.1.0.zip", + "archiveFileName": "sTune-1.1.0.zip", + "size": 15983, + "checksum": "SHA-256:b333d0dde9e5169f30dc32ae4ff26b5c4c90880a4e055e2bd43a2d7c59aad00e" + }, + { + "name": "sTune", + "version": "2.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.0.0.zip", + "archiveFileName": "sTune-2.0.0.zip", + "size": 18934, + "checksum": "SHA-256:2bd10aba4bdfefd5cad93cbf72d3ee9f471d5c8bdf9dae18e535b972c9c5de4c" + }, + { + "name": "sTune", + "version": "2.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.1.0.zip", + "archiveFileName": "sTune-2.1.0.zip", + "size": 19671, + "checksum": "SHA-256:15498441099b07694078fd594044a9b229f2c84387fa396a7a65acb5a4e5e3b5" + }, + { + "name": "sTune", + "version": "2.1.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.1.1.zip", + "archiveFileName": "sTune-2.1.1.zip", + "size": 21679, + "checksum": "SHA-256:67e5cf7731f09467bb661bc67b54aba2cc76dfd23377e558c6663671c0824de1" + }, + { + "name": "sTune", + "version": "2.2.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.2.0.zip", + "archiveFileName": "sTune-2.2.0.zip", + "size": 21296, + "checksum": "SHA-256:c68acc7024241a837b8145b84550c86b01292a11d7660fae7e410402af8aadc3" + }, + { + "name": "sTune", + "version": "2.3.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.3.0.zip", + "archiveFileName": "sTune-2.3.0.zip", + "size": 24063, + "checksum": "SHA-256:2b3c0d34a1fab908bf6325929b90ae06716cc188441f54914045b2c559879dff" + }, + { + "name": "sTune", + "version": "2.3.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.3.1.zip", + "archiveFileName": "sTune-2.3.1.zip", + "size": 28221, + "checksum": "SHA-256:970c845fbde07bf32e161a8f82e718d48421f1b4a332351183537c2693c6f661" + }, + { + "name": "sTune", + "version": "2.3.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.3.2.zip", + "archiveFileName": "sTune-2.3.2.zip", + "size": 32356, + "checksum": "SHA-256:cc6dd207ec5566bbc6db53ae0c805feb5253b07fb79e4b90d11ef49a5d988002" + }, + { + "name": "sTune", + "version": "2.4.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Open loop PID autotuner using a novel s-curve inflection point test method.", + "paragraph": "Tuning parameters are determined in about ½Tau on a first-order system with time delay. Full 5Tau testing and multiple serial output options are provided.", + "website": "https://github.com/Dlloydev/sTune", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/sTune.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/sTune-2.4.0.zip", + "archiveFileName": "sTune-2.4.0.zip", + "size": 35011, + "checksum": "SHA-256:97d79a9548579242e12de34dd35a850cee5046600fc329272d762e4a33e786e1" + }, + { + "name": "Adafruit Floppy", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's floppy disk drive interfacing library", + "paragraph": "Adafruit's floppy disk drive interfacing library", + "website": "https://github.com/adafruit/Adafruit_Floppy", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Floppy.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Floppy-0.1.0.zip", + "archiveFileName": "Adafruit_Floppy-0.1.0.zip", + "size": 37186, + "checksum": "SHA-256:a220f6cc97c71f06a6fb1433d9f66807556f6a54144c0fcf029bac5c56048457" + }, + { + "name": "Adafruit Floppy", + "version": "0.3.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit's floppy disk drive interfacing library", + "paragraph": "Adafruit's floppy disk drive interfacing library", + "website": "https://github.com/adafruit/Adafruit_Floppy", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Floppy.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Floppy-0.3.0.zip", + "archiveFileName": "Adafruit_Floppy-0.3.0.zip", + "size": 109439, + "checksum": "SHA-256:c5c0834842a698a371c8fb80d4e77421e84f2722819f011aa112d76be0130cfb" + }, + { + "name": "STM32duino VL53L4CD", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CD (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/VL53L4CD", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L4CD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L4CD-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L4CD-1.0.0.zip", + "size": 25486, + "checksum": "SHA-256:e6fdf88f0181f9e535aef448fec966b90749329cf02ba517cb51f2edcae065f2" + }, + { + "name": "STM32duino VL53L4CD", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CD (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/VL53L4CD", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L4CD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L4CD-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L4CD-1.0.1.zip", + "size": 25483, + "checksum": "SHA-256:5a9197ba78cfc7100f630e302d38d1861a32dade05e5f65a78dea56537d6f3da" + }, + { + "name": "STM32duino VL53L4CD", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CD (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/VL53L4CD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L4CD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L4CD-1.0.2.zip", + "archiveFileName": "STM32duino_VL53L4CD-1.0.2.zip", + "size": 25482, + "checksum": "SHA-256:fe395d69aa3f20a40e498750ec90f72a0223dc9d41b4eea02443d92a75cb146b" + }, + { + "name": "STM32duino VL53L4CD", + "version": "1.0.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CD (Time-of-Flight)", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/VL53L4CD", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L4CD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L4CD-1.0.3.zip", + "archiveFileName": "STM32duino_VL53L4CD-1.0.3.zip", + "size": 25493, + "checksum": "SHA-256:21c429832e269d5363ba73bf98c1659509ff0dcb56c102c91bedb65eb627bb0c" + }, + { + "name": "STM32duino X-NUCLEO-53L4A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CD sensors on board of X-NUCLEO-53L4A1", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L4A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L4A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L4CD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L4A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L4A1-1.0.0.zip", + "size": 8908, + "checksum": "SHA-256:ba2518257b1202606204ef67c13399f4e5da741d5a39328cc3397faca17e3f53" + }, + { + "name": "PCA9634", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9635 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9635", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.1.0.zip", + "archiveFileName": "PCA9634-0.1.0.zip", + "size": 404065, + "checksum": "SHA-256:8506a1ce7b993f054c92143cb60b3de1e7df8d19d6f4e705404d19ce09c00469" + }, + { + "name": "PCA9634", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.1.1.zip", + "archiveFileName": "PCA9634-0.1.1.zip", + "size": 404100, + "checksum": "SHA-256:e6e21444ed9e92169c4aeffb2a1e5c344b033d7e546ccdaf5de7e5ebd28d1ba5" + }, + { + "name": "PCA9634", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.1.2.zip", + "archiveFileName": "PCA9634-0.1.2.zip", + "size": 405086, + "checksum": "SHA-256:24cfc633287ffcddadae8d6c2e645ccd2112ff67bf556c45780cd9b35f5ff7eb" + }, + { + "name": "PCA9634", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.0.zip", + "archiveFileName": "PCA9634-0.2.0.zip", + "size": 406435, + "checksum": "SHA-256:f5b68959aa8491d2aed388b84717cc04195abfe49acfe51cc472e5d5d7ba77e9" + }, + { + "name": "PCA9634", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.1.zip", + "archiveFileName": "PCA9634-0.2.1.zip", + "size": 406464, + "checksum": "SHA-256:0422ddf8ea282f6dfb967721ed3055c9f58397b28670624213aae9ef9379cb77" + }, + { + "name": "PCA9634", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.2.zip", + "archiveFileName": "PCA9634-0.2.2.zip", + "size": 726720, + "checksum": "SHA-256:f98b08212a4e1d95efd463f03bfdfa5d242b804e8d0149565e2f34bfd3e22c87" + }, + { + "name": "PCA9634", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.3.zip", + "archiveFileName": "PCA9634-0.2.3.zip", + "size": 726984, + "checksum": "SHA-256:48fc36423785898ac6ba6cfaf310d5e9ce9f7e06e720ca15edd5f33cef9e815a" + }, + { + "name": "PCA9634", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.4.zip", + "archiveFileName": "PCA9634-0.2.4.zip", + "size": 727399, + "checksum": "SHA-256:88d38a015cdb77a31059d09de3e9568ba8c96d59e69c0bdb5f2ebb0dde087ba5" + }, + { + "name": "PCA9634", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.5.zip", + "archiveFileName": "PCA9634-0.2.5.zip", + "size": 727765, + "checksum": "SHA-256:d955a52be461812b1b7120e90581dc22a7b98280af556644aac1cd1aef635f85" + }, + { + "name": "PCA9634", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.6.zip", + "archiveFileName": "PCA9634-0.2.6.zip", + "size": 730175, + "checksum": "SHA-256:efab12b338e08c7dd7627166832256f8b081905a1ee5c41eafee62065115474b" + }, + { + "name": "PCA9634", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.7.zip", + "archiveFileName": "PCA9634-0.2.7.zip", + "size": 732490, + "checksum": "SHA-256:8c6e6b775fe5faca3ecefb605be1528da37b1f706db8789963efc16ce02fab08" + }, + { + "name": "PCA9634", + "version": "0.2.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.8.zip", + "archiveFileName": "PCA9634-0.2.8.zip", + "size": 1177597, + "checksum": "SHA-256:504fab3c3f3a7a9a53f7e4b9fdf9b43f22ae3e54eb05868bc61ce2e44c4510c8" + }, + { + "name": "PCA9634", + "version": "0.2.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.2.9.zip", + "archiveFileName": "PCA9634-0.2.9.zip", + "size": 1177762, + "checksum": "SHA-256:4767166f40ba692641e347970ec134aa91fd9663bd66b1caacebb46a07fc1fb9" + }, + { + "name": "PCA9634", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9634 I2C LED driver 8 channel", + "paragraph": "PWM, 8 bit", + "website": "https://github.com/RobTillaart/PCA9634", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/PCA9634.git", + "providesIncludes": [ + "PCA9634.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9634-0.3.0.zip", + "archiveFileName": "PCA9634-0.3.0.zip", + "size": 1177921, + "checksum": "SHA-256:b5f418fa72dbc0826f00f86ac8eafe283d0b08a7d8d755d4ce708183cfdd4c0e" + }, + { + "name": "DEMO-BOARD", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for DEMO-BOARD", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/DEMO-BOARD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/DEMO-BOARD.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "M5GFX" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "Ethernet2" + }, + { + "name": "ESP8266Audio" + }, + { + "name": "M5_EzData" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/DEMO_BOARD-0.0.1.zip", + "archiveFileName": "DEMO_BOARD-0.0.1.zip", + "size": 101218, + "checksum": "SHA-256:6e76d7c2d0ee2034b3475042270e96e0579508597aa7ef4419aadf479b1eba4e" + }, + { + "name": "DEMO-BOARD", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for DEMO-BOARD", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/DEMO-BOARD", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/DEMO-BOARD.git", + "dependencies": [ + { + "name": "M5Stack" + }, + { + "name": "Keypad" + }, + { + "name": "FastLED" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "MFRC522 i2c Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/DEMO_BOARD-0.0.2.zip", + "archiveFileName": "DEMO_BOARD-0.0.2.zip", + "size": 95886, + "checksum": "SHA-256:964fb599463cef110e68a42db2b6eff3d40ce6cf59c1ea11dd8903432769dc86" + }, + { + "name": "Max44007", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44007 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44007", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44007.git", + "providesIncludes": [ + "Max44007.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44007-0.1.0.zip", + "archiveFileName": "Max44007-0.1.0.zip", + "size": 16979, + "checksum": "SHA-256:2b94b9ae46e5589621da90cca122894ab8624501ad229dd1b21073861f85bd0c" + }, + { + "name": "Max44007", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44007 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44007", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44007.git", + "providesIncludes": [ + "Max44007.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44007-0.1.1.zip", + "archiveFileName": "Max44007-0.1.1.zip", + "size": 17026, + "checksum": "SHA-256:31c9a50cd1f76bff2471b0038831b948644d05acd6c1775ab2b0acaf6535a684" + }, + { + "name": "Max44007", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44007 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44007", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44007.git", + "providesIncludes": [ + "Max44007.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44007-0.1.2.zip", + "archiveFileName": "Max44007-0.1.2.zip", + "size": 17449, + "checksum": "SHA-256:f57efb949310cee2203f0bb42924fa160c6ae12c4e3ff78da0c90f37d63967e5" + }, + { + "name": "Max44007", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for MAX44007 I2C LUX sensor Arduino.", + "website": "https://github.com/RobTillaart/Max44007", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Max44007.git", + "providesIncludes": [ + "Max44007.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44007-0.2.0.zip", + "archiveFileName": "Max44007-0.2.0.zip", + "size": 17450, + "checksum": "SHA-256:4f961eb63c0926626a1f1f5573ee208668bcdeb6ba69886d2989dfd24db5e6f0" + }, + { + "name": "DFRobot_GM60", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "GM60 is a highly integrated QR code scanner with excellent performance and a small size(SKU:SEN0486)", + "paragraph": "DFRobot_GM60 is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_GM60", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_GM60.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_GM60-1.0.0.zip", + "archiveFileName": "DFRobot_GM60-1.0.0.zip", + "size": 266672, + "checksum": "SHA-256:52ab262df1eb60de21f79e9dee196aeef239d652bf224dc4850e8d3f1682b687" + }, + { + "name": "MaxEssentialToolkit", + "version": "1.0.0", + "author": "Maxim Integrated", + "maintainer": "Maxim Integrated \u003csupport@maximintegrated.com\u003e", + "sentence": "Library for MAXIM RTC, temperature and current-sense amplifier sensors.", + "paragraph": "The Max Essential Analog toolkit contains a unique collection of Maxim's high-performance, analog building block products.", + "website": "https://www.maximintegrated.com/en/products/analog/MAXESSENTIAL01.html", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaximIntegrated/MaxEssentialToolkit.git", + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaximIntegrated/MaxEssentialToolkit-1.0.0.zip", + "archiveFileName": "MaxEssentialToolkit-1.0.0.zip", + "size": 309881, + "checksum": "SHA-256:7c8720ebab7e0c40f4de51bc8cb06472adfb415cd7fb13e4656c444e6db4f7b4" + }, + { + "name": "MaxEssentialToolkit", + "version": "1.0.1", + "author": "Maxim Integrated", + "maintainer": "Maxim Integrated \u003csupport@maximintegrated.com\u003e", + "sentence": "Library for MAXIM RTC, temperature and current-sense amplifier sensors.", + "paragraph": "The Max Essential Analog toolkit contains a unique collection of Maxim's high-performance, analog building block products.", + "website": "https://github.com/MaximIntegrated/MaxEssentialToolkit", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaximIntegrated/MaxEssentialToolkit.git", + "dependencies": [ + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaximIntegrated/MaxEssentialToolkit-1.0.1.zip", + "archiveFileName": "MaxEssentialToolkit-1.0.1.zip", + "size": 309827, + "checksum": "SHA-256:711f95eac3129c39ba4a73579e7fb385e2e3ac91f87c91c5b242c54eed49784e" + }, + { + "name": "AM2315", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "AM2315", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.0.zip", + "archiveFileName": "AM2315-0.1.0.zip", + "size": 1895221, + "checksum": "SHA-256:8b5c6855e8a035b6650b7b58757b5b87d74425513127f714ce0c6735eff61a58" + }, + { + "name": "AM2315", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "AM2315", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.1.zip", + "archiveFileName": "AM2315-0.1.1.zip", + "size": 1896865, + "checksum": "SHA-256:20fe2fc6380b662126545d6260db473a47fb8c58c4116cf839aa88ee7371cdca" + }, + { + "name": "AM2315", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "AM2315", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.2.zip", + "archiveFileName": "AM2315-0.1.2.zip", + "size": 1897490, + "checksum": "SHA-256:485d58d10a6d42e1c5f906d5d8cc7a9f37488627300cf43cb4f1c51247e0f457" + }, + { + "name": "AM2315", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "See also my AM232X library", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.3.zip", + "archiveFileName": "AM2315-0.1.3.zip", + "size": 1897558, + "checksum": "SHA-256:fd0e521309b6fe7ca580b8619d55c16727ff3af69750fef4e0ac3ca683a54343" + }, + { + "name": "AM2315", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "See also my AM232X library", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.4.zip", + "archiveFileName": "AM2315-0.1.4.zip", + "size": 1898242, + "checksum": "SHA-256:94f36007b7cb56a00a6f270c9b753cb3937c3d3cf30f8f2abc59e50b0612228d" + }, + { + "name": "AM2315", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "See also my AM232X library", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.5.zip", + "archiveFileName": "AM2315-0.1.5.zip", + "size": 1898342, + "checksum": "SHA-256:958d3545ece3d643597be4276f5fb48afc961d86de71e6b0dc913546bdea9a1e" + }, + { + "name": "AM2315", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "See also my AM232X library", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.6.zip", + "archiveFileName": "AM2315-0.1.6.zip", + "size": 1898766, + "checksum": "SHA-256:a89fc828b08f7a4dea1fd8e609b75c80c98811c8683e1f0510648940be8f4162" + }, + { + "name": "AM2315", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "See also my AM232X library", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.1.7.zip", + "archiveFileName": "AM2315-0.1.7.zip", + "size": 1899979, + "checksum": "SHA-256:9b4bc628ead95f6365fb872552ff78de87f8597393ec7217b07023475d486d67" + }, + { + "name": "AM2315", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315 temperature and humidity sensor.", + "paragraph": "See also my AM232X library", + "website": "https://github.com/RobTillaart/AM2315", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AM2315.git", + "providesIncludes": [ + "AM2315.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315-0.2.0.zip", + "archiveFileName": "AM2315-0.2.0.zip", + "size": 1901277, + "checksum": "SHA-256:6787b7049aa8243c646fc220827098dab7df022263ef87ecbc9b7c289664635d" + }, + { + "name": "EncoderButton", + "version": "1.0.0", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Lossless event based rotary encoder \u0026 button library", + "paragraph": "A comprehensive library that makes working with rotary encoders (with or without a button) and individual buttons very efficient. Read the position \u0026 encoder increment for pressed and non-pressed actions. Rate limit the encoder events without losing steps (eg easy acceleration or reduce events sent over Serial). Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EncoderButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EncoderButton.git", + "providesIncludes": [ + "EncoderButton.h" + ], + "dependencies": [ + { + "name": "Encoder" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EncoderButton-1.0.0.zip", + "archiveFileName": "EncoderButton-1.0.0.zip", + "size": 25685, + "checksum": "SHA-256:2f930e164cc832533192da2f69f6ffa16ceaf63f5bd7e0b515378dccdb7e35e0" + }, + { + "name": "EncoderButton", + "version": "1.0.2", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Lossless event based rotary encoder \u0026 button library", + "paragraph": "A comprehensive library that makes working with rotary encoders (with or without a button) and individual buttons very efficient. Read the position \u0026 encoder increment for pressed and non-pressed actions. Rate limit the encoder events without losing steps (eg easy acceleration or reduce events sent over Serial). Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EncoderButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EncoderButton.git", + "providesIncludes": [ + "EncoderButton.h" + ], + "dependencies": [ + { + "name": "Encoder" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EncoderButton-1.0.2.zip", + "archiveFileName": "EncoderButton-1.0.2.zip", + "size": 28174, + "checksum": "SHA-256:4833ebff97a604cb3422422813ece7d2d00388d965222475b2f4110d834c292c" + }, + { + "name": "EncoderButton", + "version": "1.0.3", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Lossless event based rotary encoder \u0026 button library", + "paragraph": "A comprehensive library that makes working with rotary encoders (with or without a button) and individual buttons very efficient. Read the position \u0026 encoder increment for pressed and non-pressed actions. Rate limit the encoder events without losing steps (eg easy acceleration or reduce events sent over Serial). Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EncoderButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EncoderButton.git", + "providesIncludes": [ + "EncoderButton.h" + ], + "dependencies": [ + { + "name": "Encoder" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EncoderButton-1.0.3.zip", + "archiveFileName": "EncoderButton-1.0.3.zip", + "size": 31121, + "checksum": "SHA-256:d1dd8208921383624090db160412b2bb110ce81168e51f0b3036f8c74f744dda" + }, + { + "name": "EncoderButton", + "version": "1.0.4", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Lossless event based rotary encoder \u0026 button library", + "paragraph": "A comprehensive library that makes working with rotary encoders (with or without a button) and individual buttons very efficient. Read the position \u0026 encoder increment for pressed and non-pressed actions. Rate limit the encoder events without losing steps (eg easy acceleration or reduce events sent over Serial). Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EncoderButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EncoderButton.git", + "providesIncludes": [ + "EncoderButton.h" + ], + "dependencies": [ + { + "name": "Encoder" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EncoderButton-1.0.4.zip", + "archiveFileName": "EncoderButton-1.0.4.zip", + "size": 34134, + "checksum": "SHA-256:82dfef775b01a8729582f5a67ce6e0a6aa94ad916de1224f2b2617921ac75eac" + }, + { + "name": "EncoderButton", + "version": "1.0.5", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Lossless event based rotary encoder \u0026 button library", + "paragraph": "A comprehensive library that makes working with rotary encoders (with or without a button) and individual buttons very efficient. Read the position \u0026 encoder increment for pressed and non-pressed actions. Rate limit the encoder events without losing steps (eg easy acceleration or reduce events sent over Serial). Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EncoderButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EncoderButton.git", + "providesIncludes": [ + "EncoderButton.h" + ], + "dependencies": [ + { + "name": "Encoder" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EncoderButton-1.0.5.zip", + "archiveFileName": "EncoderButton-1.0.5.zip", + "size": 41081, + "checksum": "SHA-256:4869f74367936dbec90954c29fd16bf6497c86096c9a2f5fe6455043e4504250" + }, + { + "name": "EncoderButton", + "version": "1.0.6", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Lossless event based rotary encoder \u0026 button library", + "paragraph": "A comprehensive library that makes working with rotary encoders (with or without a button) and individual buttons very efficient. Read the position \u0026 encoder increment for pressed and non-pressed actions. Rate limit the encoder events without losing steps (eg easy acceleration or reduce events sent over Serial). Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EncoderButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EncoderButton.git", + "providesIncludes": [ + "EncoderButton.h" + ], + "dependencies": [ + { + "name": "Encoder" + }, + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EncoderButton-1.0.6.zip", + "archiveFileName": "EncoderButton-1.0.6.zip", + "size": 41078, + "checksum": "SHA-256:ee36b494990cfdbe2c2fd70f6378622bd318c546eb1243db453c7bf842a20141" + }, + { + "name": "NTP", + "version": "1.5.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "NTP library", + "paragraph": "NTP library for Arduino framework, using standard time.h library.", + "website": "https://github.com/sstaub/NTP", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/NTP.git", + "providesIncludes": [ + "NTP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/NTP-1.5.0.zip", + "archiveFileName": "NTP-1.5.0.zip", + "size": 11853, + "checksum": "SHA-256:ac8a9125780943c8c960e96ee5844e5536dedbac5dca36e4a6bd29ea1204964f" + }, + { + "name": "NTP", + "version": "1.6.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "NTP library", + "paragraph": "NTP library for Arduino framework, using standard time.h library.", + "website": "https://github.com/sstaub/NTP", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/NTP.git", + "providesIncludes": [ + "NTP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/NTP-1.6.0.zip", + "archiveFileName": "NTP-1.6.0.zip", + "size": 12065, + "checksum": "SHA-256:63954d2bc13cbc6dc55828884e780d6b06f8da6c65f466cb7ac6b2ef643a42ad" + }, + { + "name": "NTP", + "version": "1.7.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "NTP library", + "paragraph": "NTP library for Arduino framework, using standard time.h library.", + "website": "https://github.com/sstaub/NTP", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/NTP.git", + "providesIncludes": [ + "NTP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/NTP-1.7.0.zip", + "archiveFileName": "NTP-1.7.0.zip", + "size": 12513, + "checksum": "SHA-256:40b63a5728d5f94941176f0a1cc47925319c5025cb8ac98b7be2b8fac75c3dfe" + }, + { + "name": "TeensyID", + "version": "1.3.3", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for getting Teensy IDs", + "paragraph": "Small Set of functions for different IDs of the Teensy: USB Serialnumber, Serialnumber, MAC-Address, ChipID", + "website": "https://github.com/sstaub/TeensyID", + "category": "Uncategorized", + "architectures": [ + "Teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/TeensyID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/TeensyID-1.3.3.zip", + "archiveFileName": "TeensyID-1.3.3.zip", + "size": 9692, + "checksum": "SHA-256:97cc03f24b2eda3cf8150c6cb8e368134539b2a81484ab984f6bf6c81c5b7b08" + }, + { + "name": "Timer", + "version": "1.2.1", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "A library for creating start / stop Timers", + "paragraph": "Small library for measuring elapsed time between start and stop command", + "website": "https://github.com/sstaub/Timer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/Timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Timer-1.2.1.zip", + "archiveFileName": "Timer-1.2.1.zip", + "size": 6291, + "checksum": "SHA-256:9a4ecc7c9a1a286cb6d20910f8cc9eef382466fa4f8f9c39161c071c33bd4e4b" + }, + { + "name": "gma3", + "version": "3.0.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "GrandMA3 library for OSC", + "paragraph": "Arduino library to control GrandMA3 consoles using OSC.", + "website": "https://github.com/sstaub/gma3", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/gma3.git", + "providesIncludes": [ + "gma3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/gma3-3.0.0.zip", + "archiveFileName": "gma3-3.0.0.zip", + "size": 14876375, + "checksum": "SHA-256:37bcf5be4dbf7fd73119049d908ca58836d2451ad229616761156179d36f0874" + }, + { + "name": "gma3", + "version": "3.0.2", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "GrandMA3 library for OSC", + "paragraph": "Arduino library to control GrandMA3 consoles using OSC.", + "website": "https://github.com/sstaub/gma3", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sstaub/gma3.git", + "providesIncludes": [ + "gma3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/gma3-3.0.2.zip", + "archiveFileName": "gma3-3.0.2.zip", + "size": 14876330, + "checksum": "SHA-256:f1398a636f161c90d49fd67c4d455e52bf2996cfc0a32b794d664e2b1d8b347e" + }, + { + "name": "DFRobot_ICG20660L", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:SEN0443).", + "paragraph": "This is a 6-axis MEMS sensor ICG-20660L library.", + "website": "https://github.com/DFRobot/DFRobot_ICG20660L", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ICG20660L.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ICG20660L-1.0.0.zip", + "archiveFileName": "DFRobot_ICG20660L-1.0.0.zip", + "size": 210023, + "checksum": "SHA-256:86afe811575faa96878ee30ab0d581e62d9b6801c8375e20ff164dbebd91f524" + }, + { + "name": "GU140X32F-7703A", + "version": "1.0.0", + "author": "Hayden Clark", + "maintainer": "Hayden Clark \u003cgitmail@clarkccc.com\u003e", + "sentence": "Provides a graphic library for the Noritake Itron GU140X32F-7703A VFD display", + "paragraph": "This library implements the required base methods for the Adafruit_GFX library, so you get all the facilities of that library on your VFD. It uses Synchronous serial, which means that there are no critical timing problems. Also, the that is how the boards come from the factory.", + "website": "https://github.com/shufflebits/GU140X32F-7703A", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shufflebits/GU140X32F-7703A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shufflebits/GU140X32F_7703A-1.0.0.zip", + "archiveFileName": "GU140X32F_7703A-1.0.0.zip", + "size": 715586, + "checksum": "SHA-256:5d916736fcd730fdc9494c9dc7874cb35d5d25809d6a01163fd7b77a9f9a29f8" + }, + { + "name": "GyverMAX6675", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast and light MAX6675 thermocouple library", + "paragraph": "Fast and light MAX6675 thermocouple library", + "website": "https://github.com/GyverLibs/GyverMAX6675", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverMAX6675.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverMAX6675-1.0.0.zip", + "archiveFileName": "GyverMAX6675-1.0.0.zip", + "size": 8693, + "checksum": "SHA-256:2f6278943db183229aab1b4603b85a694487b72857d8d44f86320a6dfbb561b6" + }, + { + "name": "Utils", + "version": "1.0.0", + "author": "Carlos Gonçalves", + "maintainer": "Carlos Gonçalves \u003ccajo.casa@gmail.com\u003e", + "sentence": "Print with arguments", + "paragraph": "This library provides utility functions that behaves like the printf with arguments", + "website": "https://github.com/cjsgoncalves/ArduinoIDE-Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cjsgoncalves/ArduinoIDE-Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cjsgoncalves/Utils-1.0.0.zip", + "archiveFileName": "Utils-1.0.0.zip", + "size": 2740, + "checksum": "SHA-256:9a4dcdf3b7cca568c147269902672cb6488722d23b43e458fa12f7c99863e72a" + }, + { + "name": "Utils", + "version": "1.0.1", + "author": "Carlos Gonçalves", + "maintainer": "Carlos Gonçalves \u003ccajo.casa@gmail.com\u003e", + "sentence": "Utility functions and macros to print with arguments", + "paragraph": "This library provides utility functions and macros that behaves like the printf with arguments. The macros can be activated or deactivated using a global define (DebugMode).", + "website": "https://github.com/cjsgoncalves/ArduinoIDE-Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cjsgoncalves/ArduinoIDE-Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cjsgoncalves/Utils-1.0.1.zip", + "archiveFileName": "Utils-1.0.1.zip", + "size": 189667, + "checksum": "SHA-256:c9f599cd31f52fa0ae8fdab5c9b1e7316822453b13bacd5859d734656005e5f4" + }, + { + "name": "Utils", + "version": "1.0.2", + "author": "Carlos Gonçalves", + "maintainer": "Carlos Gonçalves \u003ccajo.casa@gmail.com\u003e", + "sentence": "Utility functions and macros to print with arguments", + "paragraph": "This library provides utility functions and macros that behaves like the printf with arguments. The macros can be activated or deactivated using a global define (DebugMode).", + "website": "https://github.com/cjsgoncalves/ArduinoIDE-Utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cjsgoncalves/ArduinoIDE-Utils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cjsgoncalves/Utils-1.0.2.zip", + "archiveFileName": "Utils-1.0.2.zip", + "size": 189648, + "checksum": "SHA-256:3028a5afceb27c5a6de44a3de0c3441dc4db7b435ba576eea0068dca9382dece" + }, + { + "name": "DFRobot_TMF8x01", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:SEN0430/SEN0429).", + "paragraph": "This is a tof ranging sensor library.", + "website": "https://github.com/DFRobot/DFRobot_TMF8x01", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_TMF8x01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_TMF8x01-1.0.0.zip", + "archiveFileName": "DFRobot_TMF8x01-1.0.0.zip", + "size": 251669, + "checksum": "SHA-256:bb32a885787387ad8ae9740fda6c2f45ee76cbe5d637bbb46f217534d6402be0" + }, + { + "name": "TLog", + "version": "1.0.0", + "author": "dirkx@webweaving.org", + "maintainer": "dirkx@webweaving.org", + "sentence": "Arduino TLog library; to also send (Serial) logs via telnet, mqtt, syslog, a web browser, etc.", + "paragraph": "Allows for sending the logging data to not just the serial port; but to T-Junction off to a wider range of other streams; such as a telnet service you can telnet to, sending it out on MQTT, see it scroll in a webbrowser, or to a syslog service.", + "website": "https://github.com/makerspaceleiden/tee-log", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/makerspaceleiden/tee-log.git", + "url": "https://downloads.arduino.cc/libraries/github.com/makerspaceleiden/TLog-1.0.0.zip", + "archiveFileName": "TLog-1.0.0.zip", + "size": 23687, + "checksum": "SHA-256:25dd0ac5fafcd79096bee459d72313ed395a349c6db793af3652a2c3961d689e" + }, + { + "name": "TLog", + "version": "1.0.2", + "author": "dirkx@webweaving.org", + "maintainer": "dirkx@webweaving.org", + "sentence": "Arduino TLog library; to also send (Serial) logs via telnet, mqtt, syslog, a web browser, etc.", + "paragraph": "Allows for sending the logging data to not just the serial port; but to T-Junction off to a wider range of other streams; such as a telnet service you can telnet to, sending it out on MQTT, see it scroll in a webbrowser, or to a syslog service.", + "website": "https://github.com/makerspaceleiden/tee-log", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/makerspaceleiden/tee-log.git", + "url": "https://downloads.arduino.cc/libraries/github.com/makerspaceleiden/TLog-1.0.2.zip", + "archiveFileName": "TLog-1.0.2.zip", + "size": 24143, + "checksum": "SHA-256:b8e78610e42f0bcf33e3ab4615999c437171ae6f14db20256faaecc55be04fd7" + }, + { + "name": "TLog", + "version": "1.0.3", + "author": "dirkx@webweaving.org", + "maintainer": "dirkx@webweaving.org", + "sentence": "Arduino TLog library; to also send (Serial) logs via telnet, mqtt, syslog, a web browser, etc.", + "paragraph": "Allows for sending the logging data to not just the serial port; but to T-Junction off to a wider range of other streams; such as a telnet service you can telnet to, sending it out on MQTT, see it scroll in a webbrowser, or to a syslog service.", + "website": "https://github.com/makerspaceleiden/tee-log", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/makerspaceleiden/tee-log.git", + "url": "https://downloads.arduino.cc/libraries/github.com/makerspaceleiden/TLog-1.0.3.zip", + "archiveFileName": "TLog-1.0.3.zip", + "size": 24210, + "checksum": "SHA-256:46c41158b08eff4a010ff09b4960833365a710aa537460752e5e797346947e5b" + }, + { + "name": "CafeIot_Arduino", + "version": "0.2.0", + "author": "CafeIot Team", + "maintainer": "CafeIot Team", + "sentence": "CafeIot library for Arduino.", + "paragraph": "A library for start Arduino whit CafeIot.", + "website": "https://github.com/cafeiot/CafeIot_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cafeiot/CafeIOT_Arduino.git", + "providesIncludes": [ + "CafeIOT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cafeiot/CafeIot_Arduino-0.2.0.zip", + "archiveFileName": "CafeIot_Arduino-0.2.0.zip", + "size": 9647, + "checksum": "SHA-256:633b1ed531a4374109f3dec0f81f7b65621f53043248f773a33f7fa71e534bbd" + }, + { + "name": "CafeIOT", + "version": "0.1.0", + "author": "CafeIOT Team", + "maintainer": "CafeIOT Team", + "sentence": "CafeIOT library for Eep8266.", + "paragraph": "A library for connecting Eep8266 to the Cloud CafeIot.", + "website": "https://github.com/cafeiot/CafeIOT_Esp8266", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cafeiot/CafeIOT_Esp8266.git", + "providesIncludes": [ + "CafeIOT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cafeiot/CafeIOT-0.1.0.zip", + "archiveFileName": "CafeIOT-0.1.0.zip", + "size": 8887, + "checksum": "SHA-256:d7c4fe883d74ba90e7554c120118b19ff0618ab3621b1fbbbec0516ce84c63f2" + }, + { + "name": "Sensirion I2C SEN5X", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SEN5X sensor family by Sensirion", + "paragraph": "Enables you to use the SEN54 and SEN55 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sen5x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sen5x.git", + "providesIncludes": [ + "SensirionI2CSen5x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SEN5X-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SEN5X-0.1.0.zip", + "size": 493087, + "checksum": "SHA-256:552bd1deeb064eb5d1075e113e1603fb9a9c61d389f2f818a624b36a16ac5cd4" + }, + { + "name": "Sensirion I2C SEN5X", + "version": "0.2.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SEN5X sensor family by Sensirion", + "paragraph": "Enables you to use the SEN50, SEN54 and SEN55 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sen5x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sen5x.git", + "providesIncludes": [ + "SensirionI2CSen5x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SEN5X-0.2.0.zip", + "archiveFileName": "Sensirion_I2C_SEN5X-0.2.0.zip", + "size": 493423, + "checksum": "SHA-256:2e65678c20e78f0c8bf38381c5be024961ea292ecdc793a44b5e6ee25c2521a0" + }, + { + "name": "Sensirion I2C SEN5X", + "version": "0.3.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SEN5X sensor family by Sensirion", + "paragraph": "Enables you to use the SEN50, SEN54 and SEN55 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sen5x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sen5x.git", + "providesIncludes": [ + "SensirionI2CSen5x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SEN5X-0.3.0.zip", + "archiveFileName": "Sensirion_I2C_SEN5X-0.3.0.zip", + "size": 493493, + "checksum": "SHA-256:d00199b91d5849ea9b974c1e35374b0e7129c49e08989beece699eee49ceb26c" + }, + { + "name": "MCP23S08", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S08 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S08.git", + "providesIncludes": [ + "MCP23S08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S08-0.1.0.zip", + "archiveFileName": "MCP23S08-0.1.0.zip", + "size": 1499329, + "checksum": "SHA-256:574c7bd2ed06fbf398890421e2b9dc4fd346e80629f652f4a0ca2acff875747a" + }, + { + "name": "MCP23S08", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S08 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S08.git", + "providesIncludes": [ + "MCP23S08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S08-0.1.1.zip", + "archiveFileName": "MCP23S08-0.1.1.zip", + "size": 1500278, + "checksum": "SHA-256:e327dbe777ffef7850d0c7f9ddd1a21ab435555cc77589482392b24810f1097d" + }, + { + "name": "MCP23S08", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S08 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S08.git", + "providesIncludes": [ + "MCP23S08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S08-0.1.2.zip", + "archiveFileName": "MCP23S08-0.1.2.zip", + "size": 1500791, + "checksum": "SHA-256:a352c4f2972feb27765c1b18ef957ae4423208f068e48d6beeeacd377765046d" + }, + { + "name": "MCP23S08", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S08 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S08.git", + "providesIncludes": [ + "MCP23S08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S08-0.1.3.zip", + "archiveFileName": "MCP23S08-0.1.3.zip", + "size": 1500951, + "checksum": "SHA-256:8204dee46837bbe2fb5d267837599f7e9dee232c9843f22c6fab130260b3a412" + }, + { + "name": "MCP23S08", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S08 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S08.git", + "providesIncludes": [ + "MCP23S08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S08-0.2.0.zip", + "archiveFileName": "MCP23S08-0.2.0.zip", + "size": 1503831, + "checksum": "SHA-256:ae18709d55f85d9aa2cbd6f670fb9c007e37bc170c8cce1db0caf3239d23b7f3" + }, + { + "name": "MCP23S08", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S08 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S08.git", + "providesIncludes": [ + "MCP23S08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S08-0.2.1.zip", + "archiveFileName": "MCP23S08-0.2.1.zip", + "size": 1504046, + "checksum": "SHA-256:f0e1f6a1fab0698459c0481378a8c57d55806f909f8af1cff7d5c58a2b4d8d38" + }, + { + "name": "MCP23S08", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S08 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S08", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S08.git", + "providesIncludes": [ + "MCP23S08.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S08-0.3.0.zip", + "archiveFileName": "MCP23S08-0.3.0.zip", + "size": 1503835, + "checksum": "SHA-256:60ca2a8c3a03efde3ae6ae1a50c14a84773d1111533b00a0f069973912fd83fe" + }, + { + "name": "DFRobot_IICSerial", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:DFR0627).", + "paragraph": "This is an IIC to dual UART module library.", + "website": "https://github.com/DFRobot/DFRobot_IICSerial", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_IICSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_IICSerial-1.0.0.zip", + "archiveFileName": "DFRobot_IICSerial-1.0.0.zip", + "size": 104377, + "checksum": "SHA-256:8c808121461f8734aca52df3ba2907d7a2f5bb6d8f7e15c7f99782bd0286be52" + }, + { + "name": "UtilsBoards", + "version": "1.0.0", + "author": "Carlos Gonçalves", + "maintainer": "Carlos Gonçalves \u003ccajo.casa@gmail.com\u003e", + "sentence": "Auxiliary library to include defines independent of the board used", + "paragraph": "This library allows to include defines (WiFi or Wire constants) independent of the board used", + "website": "https://github.com/cjsgoncalves/ArduinoIDE-UtilsBoards", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cjsgoncalves/ArduinoIDE-UtilsBoards.git", + "dependencies": [ + { + "name": "Utils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cjsgoncalves/UtilsBoards-1.0.0.zip", + "archiveFileName": "UtilsBoards-1.0.0.zip", + "size": 4020, + "checksum": "SHA-256:9406dbd09fc24a1f52c9c91bc2285e2916254775ad8702818ce159b94b9d0c98" + }, + { + "name": "UtilsBoards", + "version": "1.0.2", + "author": "Carlos Gonçalves", + "maintainer": "Carlos Gonçalves \u003ccajo.casa@gmail.com\u003e", + "sentence": "Auxiliary library to uniform the usage of the WiFi and I2C across different boards", + "paragraph": "This library makes available functions to setup the WiFi and I2C (scan the devices connected to a I2C bus) independently of the board used", + "website": "https://github.com/cjsgoncalves/ArduinoIDE-UtilsBoards", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cjsgoncalves/ArduinoIDE-UtilsBoards.git", + "dependencies": [ + { + "name": "Utils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cjsgoncalves/UtilsBoards-1.0.2.zip", + "archiveFileName": "UtilsBoards-1.0.2.zip", + "size": 239447, + "checksum": "SHA-256:b9eb019002fa57e511f2459516da5f0e94a31c0d82eb49e009cd0050cedeebc5" + }, + { + "name": "DFRobot_MCP23017", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:DFR0626).", + "paragraph": "This is a 16-bit digital IO expansion board that communicates with main-controller via IIC to read and set Level value of the pins.", + "website": "https://github.com/DFRobot/DFRobot_MCP23017", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MCP23017.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MCP23017-1.0.0.zip", + "archiveFileName": "DFRobot_MCP23017-1.0.0.zip", + "size": 168863, + "checksum": "SHA-256:7bcb237edcdb9ef67016eb6c8fdb9262d902cec13544de93fa968420bd480aa2" + }, + { + "name": "RAKwireless I3G4250D Gyroscope library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12025 module with I3G4250D Gyroscope", + "paragraph": "I3G4250D Gyroscope using the RAK12025 module from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK12025\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12025-I3G4250D", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12025-I3G4250D.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_I3G4250D_Gyroscope_library-1.0.0.zip", + "archiveFileName": "RAKwireless_I3G4250D_Gyroscope_library-1.0.0.zip", + "size": 345414, + "checksum": "SHA-256:61264ec7dd078cea833372fbb2a8a2831e5500435a02629e4320598bbf658e2e" + }, + { + "name": "DFRobot_BMM150", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ZhixinLiu(zhixin.liu@dfrobot.com)", + "sentence": "DFRobot Standard library(SKU:SEN0419).", + "paragraph": "The BMM150 is a low-power and low noise 3-axis digital geomagnetic sensor that perfectly matches the requirements of compass applications.", + "website": "https://github.com/DFRobot/DFRobot_BMM150", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMM150.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMM150-1.0.0.zip", + "archiveFileName": "DFRobot_BMM150-1.0.0.zip", + "size": 171888, + "checksum": "SHA-256:6fe22f2fc84f87c69bb85690b296cdf53573647c753e80bf7fb1c3854aa9d303" + }, + { + "name": "DFRobot_ICP10111", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "TangJie\u003cjie.tang@dfrobot.com\u003e", + "sentence": "This is an atmospheric pressure sensor.(SKU:SEN0516)", + "paragraph": "A sensor that gets information about atmospheric pressure, temperature, altitude, etc.", + "website": "https://github.com/DFRobot/DFRobot_ICP10111", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ICP10111.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ICP10111-1.0.0.zip", + "archiveFileName": "DFRobot_ICP10111-1.0.0.zip", + "size": 10848, + "checksum": "SHA-256:9925ecb4b8b7bf275e6c748a8f66f29d14b5e2ae89844f2e2017fb09c686bab8" + }, + { + "name": "DFRobot_URM09", + "version": "1.2.0", + "author": "DFRobot", + "maintainer": "ZhixinLiu \u003czhixin.liu@dfrobot.com\u003e", + "sentence": "DFRobot Standard library.", + "paragraph": "DFRobot_URM09 is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_URM09", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_URM09.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_URM09-1.2.0.zip", + "archiveFileName": "DFRobot_URM09-1.2.0.zip", + "size": 269648, + "checksum": "SHA-256:e61bebc475eb80b61c3103c35d7fdf9370dd009c351d513455c7988bf973e1c5" + }, + { + "name": "high-side-switch-ino", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the Infineon PROFET high-side switch product family", + "paragraph": "This library supports the Arduino Uno form factor \u003ca href=\"https://www.infineon.com/cms/en/product/power/smart-low-side-high-side-switches/high-side-switches/#!boards\"\u003ePROFET shields\u003c/a\u003e", + "website": "https://github.com/Infineon/arduino-high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-high-side-switch.git", + "providesIncludes": [ + "hss-shield-bts5001x-ino.hpp", + "hss-shield-btt60xx-ino.hpp", + "hss-shield-bts700x-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/high_side_switch_ino-1.0.0.zip", + "archiveFileName": "high_side_switch_ino-1.0.0.zip", + "size": 53788, + "checksum": "SHA-256:50267cd703e0f28469e1f34e5f6bd857a67eeb0ebc3d39f23d29f41df5f51969" + }, + { + "name": "high-side-switch-ino", + "version": "1.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the Infineon PROFET high-side switch product family", + "paragraph": "This library supports the Arduino Uno form factor \u003ca href=\"https://www.infineon.com/cms/en/product/power/smart-low-side-high-side-switches/high-side-switches/#!boards\"\u003ePROFET shields\u003c/a\u003e", + "website": "https://github.com/Infineon/arduino-high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-high-side-switch.git", + "providesIncludes": [ + "hss-shield-bts5001x-ino.hpp", + "hss-shield-bts500xx-ino.hpp", + "hss-shield-btt60xx-ino.hpp", + "hss-shield-bts700x-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/high_side_switch_ino-1.1.0.zip", + "archiveFileName": "high_side_switch_ino-1.1.0.zip", + "size": 63022, + "checksum": "SHA-256:f836ec17b436734bc75e4bbc27df4770e2cd3b8fece07db9341ee6ee990dc4d2" + }, + { + "name": "high-side-switch-ino", + "version": "1.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C++ library for the Infineon PROFET high-side switch product family", + "paragraph": "This library supports the Arduino Uno form factor \u003ca href=\"https://www.infineon.com/cms/en/product/power/smart-low-side-high-side-switches/high-side-switches/#!boards\"\u003ePROFET shields\u003c/a\u003e", + "website": "https://github.com/Infineon/arduino-high-side-switch", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/arduino-high-side-switch.git", + "providesIncludes": [ + "hss-shield-bts5001x-ino.hpp", + "hss-shield-bts500xx-ino.hpp", + "hss-shield-btt60xx-ino.hpp", + "hss-shield-bts700x-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/high_side_switch_ino-1.1.1.zip", + "archiveFileName": "high_side_switch_ino-1.1.1.zip", + "size": 63918, + "checksum": "SHA-256:8b0fb2b2caa6ef9c7c823c5a5cf691b843942f5b2af5930a844721a7b9164b1a" + }, + { + "name": "DFRobot_AS3935", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "TangJie \u003cjie.tang@dfrobot.com\u003e", + "sentence": "DFRobot Lightning Sensor library.(SKU:SEN0290)", + "paragraph": "DFRobot_AS3935 is the lightning sensor library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_AS3935", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_AS3935.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_AS3935-1.0.2.zip", + "archiveFileName": "DFRobot_AS3935-1.0.2.zip", + "size": 140865, + "checksum": "SHA-256:3f7f5710c6c5b38995945f6c30a17e2d8348c135426df224ae8f7cf52b2d64d2" + }, + { + "name": "JC_EEPROM", + "version": "1.0.0", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.0.zip", + "archiveFileName": "JC_EEPROM-1.0.0.zip", + "size": 24905, + "checksum": "SHA-256:c3fd3329f4ad9edcfb72b0b5906b49b8a005c30abfc2995271ca0a0b566bf165" + }, + { + "name": "JC_EEPROM", + "version": "1.0.1", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.1.zip", + "archiveFileName": "JC_EEPROM-1.0.1.zip", + "size": 24896, + "checksum": "SHA-256:04d5e0567cc8a356c620bc0409c2cb1a0dc5ae5c57ac80ff30ccfe3d905cf220" + }, + { + "name": "JC_EEPROM", + "version": "1.0.2", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.2.zip", + "archiveFileName": "JC_EEPROM-1.0.2.zip", + "size": 26043, + "checksum": "SHA-256:ed3c952a25fcd5c46f4df737267ae361eaa5b667f2852f5bff89a382efb23fca" + }, + { + "name": "JC_EEPROM", + "version": "1.0.3", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.3.zip", + "archiveFileName": "JC_EEPROM-1.0.3.zip", + "size": 26110, + "checksum": "SHA-256:dd2081af391f58e67a08868ade99d190929fc4cc4db640f01fb5b0b23b101b7d" + }, + { + "name": "JC_EEPROM", + "version": "1.0.4", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.4.zip", + "archiveFileName": "JC_EEPROM-1.0.4.zip", + "size": 26092, + "checksum": "SHA-256:1506094f9bedf8fdf7a4aaa8940a485c0fbd3f4d9548013b4069297ba112df93" + }, + { + "name": "JC_EEPROM", + "version": "1.0.5", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.5.zip", + "archiveFileName": "JC_EEPROM-1.0.5.zip", + "size": 26094, + "checksum": "SHA-256:e2523037fb3e41f5b2ac06dc6a47d36943c926753fe2cd55486e13ec10fb2935" + }, + { + "name": "JC_EEPROM", + "version": "1.0.6", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.6.zip", + "archiveFileName": "JC_EEPROM-1.0.6.zip", + "size": 26790, + "checksum": "SHA-256:a8e22c896b08ba11c30683dbb3697c6c252e34399516b64d4792556e8a8f62f5" + }, + { + "name": "JC_EEPROM", + "version": "1.0.7", + "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "maintainer": "Jack Christensen \u003cjack.christensen@outlook.com\u003e", + "sentence": "Arduino library to support external I2C EEPROMs.", + "paragraph": "Copyright (C) 2022 by Jack Christensen and licensed under GNU GPL v3.0.", + "website": "https://github.com/JChristensen/JC_EEPROM", + "category": "Data Storage", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/JChristensen/JC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JChristensen/JC_EEPROM-1.0.7.zip", + "archiveFileName": "JC_EEPROM-1.0.7.zip", + "size": 26845, + "checksum": "SHA-256:9ea483017c342775c188378dd847deb614986d3d5e4ecc236a36146ede013141" + }, + { + "name": "MCP23008", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23008 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23008.git", + "providesIncludes": [ + "MCP23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23008-0.1.0.zip", + "archiveFileName": "MCP23008-0.1.0.zip", + "size": 643115, + "checksum": "SHA-256:93b429531b141334e035bb8d54b6551486e8b84d8290c24eeafa2421e482cb1e" + }, + { + "name": "MCP23008", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23008 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23008.git", + "providesIncludes": [ + "MCP23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23008-0.1.1.zip", + "archiveFileName": "MCP23008-0.1.1.zip", + "size": 644544, + "checksum": "SHA-256:fd19e8ee6ed12b09d893f316eefbc514409a477f156b9f2743e43871d2ed7a78" + }, + { + "name": "MCP23008", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23008 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23008.git", + "providesIncludes": [ + "MCP23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23008-0.1.2.zip", + "archiveFileName": "MCP23008-0.1.2.zip", + "size": 645028, + "checksum": "SHA-256:800fe70f40272097c53b76a9f5074274513b481d137ebef86cd7d566b335bcf5" + }, + { + "name": "MCP23008", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23008 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23008.git", + "providesIncludes": [ + "MCP23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23008-0.1.3.zip", + "archiveFileName": "MCP23008-0.1.3.zip", + "size": 645157, + "checksum": "SHA-256:11cef520f66a7cefc6ea9949b809ad845805f6c0daa9d9c08029efe6ac6d64bf" + }, + { + "name": "MCP23008", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23008 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23008.git", + "providesIncludes": [ + "MCP23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23008-0.1.4.zip", + "archiveFileName": "MCP23008-0.1.4.zip", + "size": 647261, + "checksum": "SHA-256:befef39eb4c107eb92b55dfb87576f07ffc23f31dcb55d27b203594ff3966908" + }, + { + "name": "MCP23008", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23008 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23008.git", + "providesIncludes": [ + "MCP23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23008-0.1.5.zip", + "archiveFileName": "MCP23008-0.1.5.zip", + "size": 647519, + "checksum": "SHA-256:b46d8ed12ab5d766c8a00aa4632530a9af67f31d2e5f8539d45a291f3cc58186" + }, + { + "name": "MCP23008", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C MCP23008 8 channel port expander 8 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23008", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23008.git", + "providesIncludes": [ + "MCP23008.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23008-0.2.0.zip", + "archiveFileName": "MCP23008-0.2.0.zip", + "size": 647691, + "checksum": "SHA-256:bf8094e588257eeaa967a9718fb3decf20e13388a26faed18b65e7a1b10e35b0" + }, + { + "name": "DHT20", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.1.0.zip", + "archiveFileName": "DHT20-0.1.0.zip", + "size": 906598, + "checksum": "SHA-256:227a3cdf782a6e9561933ac692893ef377200367b702eea76b3e12db216d34f1" + }, + { + "name": "DHT20", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.1.1.zip", + "archiveFileName": "DHT20-0.1.1.zip", + "size": 909450, + "checksum": "SHA-256:0218e7a72c864af77ddc8700b674013b0a3b69b9f450c592965366a433369f75" + }, + { + "name": "DHT20", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.1.2.zip", + "archiveFileName": "DHT20-0.1.2.zip", + "size": 910833, + "checksum": "SHA-256:f0f58f628c526769281f8034e52f22905cb319d063a195b3ac0ce4f266b52e0d" + }, + { + "name": "DHT20", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.1.3.zip", + "archiveFileName": "DHT20-0.1.3.zip", + "size": 911892, + "checksum": "SHA-256:3255284c0c37400367b337aeeda47ca0727f37a43489364094dfd0f4e1147c5d" + }, + { + "name": "DHT20", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.1.4.zip", + "archiveFileName": "DHT20-0.1.4.zip", + "size": 914591, + "checksum": "SHA-256:b398bec106b274065cd62e1f31d49f6ab2fb4317df8598286959a0084769a0ff" + }, + { + "name": "DHT20", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.2.0.zip", + "archiveFileName": "DHT20-0.2.0.zip", + "size": 916101, + "checksum": "SHA-256:e8a24b2f27db5f0dd43c22e096cde1b628dca0e5a011c02148b3c7f9f26ef046" + }, + { + "name": "DHT20", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.2.1.zip", + "archiveFileName": "DHT20-0.2.1.zip", + "size": 916258, + "checksum": "SHA-256:a7db15605936669dca3e6f6ebc7918f14df82e0585d69d7cf502fe0301a6264f" + }, + { + "name": "DHT20", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.2.2.zip", + "archiveFileName": "DHT20-0.2.2.zip", + "size": 919159, + "checksum": "SHA-256:66f6ecb21721c183e9bfc52eaeb2657f65dab9402f13b5dfbf8b37f7d4cbcfa7" + }, + { + "name": "DHT20", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.2.3.zip", + "archiveFileName": "DHT20-0.2.3.zip", + "size": 919226, + "checksum": "SHA-256:4c0232f53e7499f6dd3b8e64a491fb122c1d339cf9716e4ef8f091db48ba4eb4" + }, + { + "name": "DHT20", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C DHT20 temperature and humidity sensor.", + "paragraph": "DHT20", + "website": "https://github.com/RobTillaart/DHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHT20.git", + "providesIncludes": [ + "DHT20.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT20-0.3.0.zip", + "archiveFileName": "DHT20-0.3.0.zip", + "size": 919336, + "checksum": "SHA-256:cd4efd1a4f2e4141cfb89f48e1f90389e423f3ab59f219f1b57fec73c4625633" + }, + { + "name": "Espressif ESP32 Azure IoT Kit Sensors", + "version": "1.0.0-beta.1", + "author": "Ewerton Scaboro da Silva", + "maintainer": "Ewerton Scaboro da Silva \u003cesds.web@outlook.com\u003e", + "sentence": "Unofficial Arduino library for interacting with sensors in the Espressif ESP32 Azure IoT Kit development board.", + "paragraph": "Unofficial Arduino library for interacting with sensors in the Espressif ESP32 Azure IoT Kit development board.", + "website": "https://github.com/ewertons/esp32-azureiotkit-sensors", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ewertons/esp32-azureiotkit-sensors.git", + "providesIncludes": [ + "esp32_azureiotkit_sensors.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ewertons/Espressif_ESP32_Azure_IoT_Kit_Sensors-1.0.0-beta.1.zip", + "archiveFileName": "Espressif_ESP32_Azure_IoT_Kit_Sensors-1.0.0-beta.1.zip", + "size": 52720, + "checksum": "SHA-256:8d498f87937136b10c7242ab5f581aac81aef19ab62936f439487ff2e328b7d8" + }, + { + "name": "SUSHI-EXP-BOARD", + "version": "1.0.0", + "author": "Keisuke Hamada", + "maintainer": "Kei \u003ci.like.sushi.techclub@gmail.com\u003e", + "sentence": "Arduino library for SUSHI-EXP board.", + "paragraph": "Arduino library for SUSHI-EXP GPIO extend board.", + "website": "https://github.com/Kei0208/SUSHI-IO-EXP", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Kei0208/SUSHI-IO-EXP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Kei0208/SUSHI_EXP_BOARD-1.0.0.zip", + "archiveFileName": "SUSHI_EXP_BOARD-1.0.0.zip", + "size": 12333, + "checksum": "SHA-256:ad77ca0472a69d89e21922b205c73dafb1644ea8b6371944eba76d23b6455860" + }, + { + "name": "MAX6675", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX6675 chip for K type thermocouple.", + "website": "https://github.com/RobTillaart/MAX6675", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX6675.git", + "providesIncludes": [ + "MAX6675.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX6675-0.1.0.zip", + "archiveFileName": "MAX6675-0.1.0.zip", + "size": 307791, + "checksum": "SHA-256:b511fe7424f468e19bf332637ccd167f2dbd2f1c266b5fb22acfb426d4b9f8bd" + }, + { + "name": "MAX6675", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX6675 chip for K type thermocouple.", + "website": "https://github.com/RobTillaart/MAX6675", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX6675.git", + "providesIncludes": [ + "MAX6675.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX6675-0.1.1.zip", + "archiveFileName": "MAX6675-0.1.1.zip", + "size": 310131, + "checksum": "SHA-256:db11f65c1e3fd2549cafa496ce965b29345cff3536617145b05c5b96c5dd300c" + }, + { + "name": "MAX6675", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX6675 chip for K type thermocouple.", + "website": "https://github.com/RobTillaart/MAX6675", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX6675.git", + "providesIncludes": [ + "MAX6675.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX6675-0.1.2.zip", + "archiveFileName": "MAX6675-0.1.2.zip", + "size": 310489, + "checksum": "SHA-256:5796d7047d4dbe695dfa3ceb38a4638f280c7910632ece51693dd1f1a0fec41f" + }, + { + "name": "MAX6675", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX6675 chip for K type thermocouple.", + "website": "https://github.com/RobTillaart/MAX6675", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX6675.git", + "providesIncludes": [ + "MAX6675.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX6675-0.1.3.zip", + "archiveFileName": "MAX6675-0.1.3.zip", + "size": 330386, + "checksum": "SHA-256:0640a750ffca9062d0c174174a6bb02c5ffe8367a827a27c6c0893ec3da072c0" + }, + { + "name": "MAX6675", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MAX6675 chip for K type thermocouple.", + "website": "https://github.com/RobTillaart/MAX6675", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MAX6675.git", + "providesIncludes": [ + "MAX6675.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX6675-0.2.0.zip", + "archiveFileName": "MAX6675-0.2.0.zip", + "size": 330239, + "checksum": "SHA-256:7c3d7dda6384770bd0ed027dbf16becadc4fcdb93e7058446f658abb3f65209a" + }, + { + "name": "Adafruit InternalFlash", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Internal Flash filesystem support for FAT", + "paragraph": "Internal Flash filesystem support for FAT", + "website": "https://github.com/adafruit/Adafruit_InternalFlash", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_InternalFlash.git", + "dependencies": [ + { + "name": "FlashStorage" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_InternalFlash-0.0.1.zip", + "archiveFileName": "Adafruit_InternalFlash-0.0.1.zip", + "size": 79082, + "checksum": "SHA-256:f69394d25f228c70736258d17f3c644cd0483101b4f8a3899b04880920a3fc99" + }, + { + "name": "Adafruit InternalFlash", + "version": "0.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Internal Flash filesystem support for FAT", + "paragraph": "Internal Flash filesystem support for FAT", + "website": "https://github.com/adafruit/Adafruit_InternalFlash", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_InternalFlash.git", + "dependencies": [ + { + "name": "FlashStorage" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_InternalFlash-0.0.2.zip", + "archiveFileName": "Adafruit_InternalFlash-0.0.2.zip", + "size": 79126, + "checksum": "SHA-256:99550bba097115098c8c8a9d747c6eab0e68f5934eeb061f80b0d04e64c1006a" + }, + { + "name": "Adafruit InternalFlash", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Internal Flash filesystem support for FAT", + "paragraph": "Internal Flash filesystem support for FAT", + "website": "https://github.com/adafruit/Adafruit_InternalFlash", + "category": "Data Storage", + "architectures": [ + "samd" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_InternalFlash.git", + "dependencies": [ + { + "name": "FlashStorage" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_InternalFlash-0.1.0.zip", + "archiveFileName": "Adafruit_InternalFlash-0.1.0.zip", + "size": 79498, + "checksum": "SHA-256:8769f63dd13d1c1e3e968fdb45db6490b8c80e583a70e0bc69cb168cdd0ed82d" + }, + { + "name": "DFRobot_DS1307", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "Define infrastructure of DFRobot_DS1307 class(SKU: DFR0151).", + "paragraph": "The clock/calendar provides seconds, minutes, hours, day, date, month, and year information.", + "website": "https://github.com/DFRobot/DFRobot_DS1307", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DS1307.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DS1307-1.0.0.zip", + "archiveFileName": "DFRobot_DS1307-1.0.0.zip", + "size": 191692, + "checksum": "SHA-256:e82ba695b73f446413a423654808997888149a04007a25d3798792fbebcf9010" + }, + { + "name": "DFRobot_SHT20", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for SHT20, SHT20, the new humidity and temperature sensor(SKU: SEN0227).", + "paragraph": "This is a SHT20 I2C temperature \u0026 humidity sensor with waterproof probe. It comes with the 4C CMOSens® SHT20 temperature \u0026 humidity sensor chip, and the probe has gone through dual waterproof protection.", + "website": "https://github.com/DFRobot/DFRobot_SHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SHT20-1.0.0.zip", + "archiveFileName": "DFRobot_SHT20-1.0.0.zip", + "size": 110183, + "checksum": "SHA-256:f19dc020181144b50351505785f9cb60c249b414af75fc09db6d8c0b84c923f3" + }, + { + "name": "LoRaRF", + "version": "1.1.1", + "author": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "Arduino library for basic transmitting and receiving data using LoRa and FSK modulation.", + "paragraph": "The library works with various RF module with Semtech SX1261, SX1262, and SX1268 chip. Support configuring frequency, modulation parameter, transmit power, receive gain and other RF parameters on both LoRa and FSK modulation. Also support handling transmit and receive using interrupt signal.", + "website": "https://github.com/chandrawi/LoRaRF", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chandrawi/LoRaRF-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/LoRaRF-1.1.1.zip", + "archiveFileName": "LoRaRF-1.1.1.zip", + "size": 34781, + "checksum": "SHA-256:cd76fb5555b5c4fd7ad010eee31e48cf6afcac97d2bcece900ebefd623f2594b" + }, + { + "name": "LoRaRF", + "version": "1.2.0", + "author": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "Arduino library for basic transmitting and receiving data using LoRa and FSK modulation.", + "paragraph": "The library works with various RF module with Semtech SX1261, SX1262, and SX1268 chip. Support configuring frequency, modulation parameter, transmit power, receive gain and other RF parameters on both LoRa and FSK modulation. Also support handling transmit and receive using interrupt signal.", + "website": "https://github.com/chandrawi/LoRaRF", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chandrawi/LoRaRF-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/LoRaRF-1.2.0.zip", + "archiveFileName": "LoRaRF-1.2.0.zip", + "size": 34984, + "checksum": "SHA-256:dada258e83434fed187685f6312a0ed0f9469ef8bdb7a09fa3df71b36e4f5b88" + }, + { + "name": "LoRaRF", + "version": "1.3.0", + "author": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "Arduino library for basic transmitting and receiving data using LoRa and FSK modulation.", + "paragraph": "The library works with various RF module with Semtech SX1261, SX1262, and SX1268 chip. Support configuring frequency, modulation parameter, transmit power, receive gain and other RF parameters on both LoRa and FSK modulation. Also support handling transmit and receive using interrupt signal.", + "website": "https://github.com/chandrawi/LoRaRF", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chandrawi/LoRaRF-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/LoRaRF-1.3.0.zip", + "archiveFileName": "LoRaRF-1.3.0.zip", + "size": 37616, + "checksum": "SHA-256:383d6cea0f902671513f472945dafa9263700870d65d9ef25dd96efd2a5eb204" + }, + { + "name": "LoRaRF", + "version": "2.0.0", + "author": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "Arduino LoRa-RF library used for transmitting and receiving data using LoRa module with Semtech SX126x series, SX127x series, or LLCC68.", + "paragraph": "The library works by interfacing SPI port and some I/O pins. Support for configuring frequency, modulation parameter, transmit power, receive gain and other RF parameters on both LoRa and FSK modulation also support for handling transmit and receive using interrupt signal.", + "website": "https://github.com/chandrawi/LoRaRF", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chandrawi/LoRaRF-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/LoRaRF-2.0.0.zip", + "archiveFileName": "LoRaRF-2.0.0.zip", + "size": 57837, + "checksum": "SHA-256:ebdb8f880eeb0597a0cb6e49113d9ff289a03277996ba594dbff9e5e6948cccf" + }, + { + "name": "LoRaRF", + "version": "2.1.0", + "author": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "Arduino LoRa-RF library used for transmitting and receiving data using LoRa module with Semtech SX126x series, SX127x series, or LLCC68.", + "paragraph": "The library works by interfacing SPI port and some I/O pins. Support for configuring frequency, modulation parameter, transmit power, receive gain and other RF parameters on both LoRa and FSK modulation also support for handling transmit and receive using interrupt signal.", + "website": "https://github.com/chandrawi/LoRaRF-Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chandrawi/LoRaRF-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/LoRaRF-2.1.0.zip", + "archiveFileName": "LoRaRF-2.1.0.zip", + "size": 59175, + "checksum": "SHA-256:83a57faf1deca414233444bcd6ddb591e768a8b66814b0724e590b53c22d67d7" + }, + { + "name": "LoRaRF", + "version": "2.1.1", + "author": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "Arduino LoRa-RF library used for transmitting and receiving data using LoRa module with Semtech SX126x series, SX127x series, or LLCC68.", + "paragraph": "The library works by interfacing SPI port and some I/O pins. Support for configuring frequency, modulation parameter, transmit power, receive gain and other RF parameters on both LoRa and FSK modulation also support for handling transmit and receive using interrupt signal.", + "website": "https://github.com/chandrawi/LoRaRF-Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chandrawi/LoRaRF-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/LoRaRF-2.1.1.zip", + "archiveFileName": "LoRaRF-2.1.1.zip", + "size": 62454, + "checksum": "SHA-256:4ab835cd8674bddc7bc3687fe2d91544e1e78c4b99ff94416fc3845ea8f80fc2" + }, + { + "name": "ArylicHTTP", + "version": "0.0.1", + "author": "MClarkDev.com", + "maintainer": "MClarkDev.com", + "sentence": "ESP32 Library for controling Arylic audio devices.", + "paragraph": "Read more at: https://github.com/MClarkDev/ArylicHTTP", + "website": "https://github.com/MClarkDev/ArylicHTTP", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MClarkDev/ArylicHTTP.git", + "providesIncludes": [ + "ArylicHTTP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MClarkDev/ArylicHTTP-0.0.1.zip", + "archiveFileName": "ArylicHTTP-0.0.1.zip", + "size": 4589, + "checksum": "SHA-256:8f69a62c0cc17eb96530e5ec590dcf2af9cf23f59edfe1733273303d27069376" + }, + { + "name": "ArylicHTTP", + "version": "0.0.2", + "author": "MClarkDev.com", + "maintainer": "MClarkDev.com", + "sentence": "ESP32 Library for controling Arylic audio devices.", + "paragraph": "Read more at: https://github.com/MClarkDev/ArylicHTTP", + "website": "https://github.com/MClarkDev/ArylicHTTP", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MClarkDev/ArylicHTTP.git", + "providesIncludes": [ + "ArylicHTTP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MClarkDev/ArylicHTTP-0.0.2.zip", + "archiveFileName": "ArylicHTTP-0.0.2.zip", + "size": 4855, + "checksum": "SHA-256:99f08216f3c539caa785f143dbfb8e8e7df9a787ca9c3446ce2f54c195593de2" + }, + { + "name": "ArylicHTTP", + "version": "0.0.3", + "author": "MClarkDev.com", + "maintainer": "MClarkDev.com", + "sentence": "ESP32 Library for controling Arylic audio devices.", + "paragraph": "Read more at: https://github.com/MClarkDev/ArylicHTTP", + "website": "https://github.com/MClarkDev/ArylicHTTP", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MClarkDev/ArylicHTTP.git", + "providesIncludes": [ + "ArylicHTTP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MClarkDev/ArylicHTTP-0.0.3.zip", + "archiveFileName": "ArylicHTTP-0.0.3.zip", + "size": 4882, + "checksum": "SHA-256:22fef8072f14babc46e4504a4d1229d2cb67fbca8350062a85e02b4720b9df03" + }, + { + "name": "SerialCmd", + "version": "1.0.0", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.0.0.zip", + "archiveFileName": "SerialCmd-1.0.0.zip", + "size": 95486, + "checksum": "SHA-256:b370f98512b5e29ff77df599d272069f0b66a5d402881204e29a7fb638aec81a" + }, + { + "name": "SerialCmd", + "version": "1.0.2", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.0.2.zip", + "archiveFileName": "SerialCmd-1.0.2.zip", + "size": 95581, + "checksum": "SHA-256:f1f472527b2a55f1f688fc45c2e7b77f91f77c77feb247b3ce08132f6b24fbea" + }, + { + "name": "SerialCmd", + "version": "1.0.3", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.0.3.zip", + "archiveFileName": "SerialCmd-1.0.3.zip", + "size": 95655, + "checksum": "SHA-256:a71e20cba5535d6bb2d1e755ba31d5a3a0568e1b0733ca4e48ed91b529cd5883" + }, + { + "name": "SerialCmd", + "version": "1.0.7", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.0.7.zip", + "archiveFileName": "SerialCmd-1.0.7.zip", + "size": 102290, + "checksum": "SHA-256:4babe335d54bc93ea22a9151a122f1b19df5a17972e4c65ea0406527904c7f79" + }, + { + "name": "SerialCmd", + "version": "1.0.8", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.0.8.zip", + "archiveFileName": "SerialCmd-1.0.8.zip", + "size": 110332, + "checksum": "SHA-256:978514d0448508dcb16c430e2902e0044e65cbfe59aee44e85506e7bc24a6d33" + }, + { + "name": "SerialCmd", + "version": "1.0.9", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.0.9.zip", + "archiveFileName": "SerialCmd-1.0.9.zip", + "size": 110330, + "checksum": "SHA-256:03695d154a769d3bef41863ec1814698b11f8f0f340103d93b2e2d4c91dfb1f9" + }, + { + "name": "SerialCmd", + "version": "1.1.0", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.1.0.zip", + "archiveFileName": "SerialCmd-1.1.0.zip", + "size": 113379, + "checksum": "SHA-256:359cd36eafe8225013d5780f82ea7fb1f33a8edf5ca3e784b7430315d0c83830" + }, + { + "name": "SerialCmd", + "version": "1.1.2", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.1.2.zip", + "archiveFileName": "SerialCmd-1.1.2.zip", + "size": 115035, + "checksum": "SHA-256:124de37a3c9c5e9e5af483413675486e8e9ae1d9909e52cae7fb3f82f1c4aca3" + }, + { + "name": "SerialCmd", + "version": "1.1.3", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.1.3.zip", + "archiveFileName": "SerialCmd-1.1.3.zip", + "size": 122250, + "checksum": "SHA-256:b078f1aee32d7d48d846c900e55f4684b7c78b748bb7d06107b4acebdeff5bc1" + }, + { + "name": "SerialCmd", + "version": "1.1.4", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.1.4.zip", + "archiveFileName": "SerialCmd-1.1.4.zip", + "size": 124663, + "checksum": "SHA-256:4493ba8983237bbb3986b58318504ebee76af3112b4f87c8c91bd8532c2cc7ac" + }, + { + "name": "SerialCmd", + "version": "1.1.6", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "Just another library to tokenize and parse commands.", + "paragraph": "A Wiring/Arduino library to tokenize and parse commands received over a phisical/software serial port or buffer. From the original work of Stefan Rado \u0026 Steven Cogswell.", + "website": "https://github.com/gpb01/SerialCmd", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/SerialCmd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/SerialCmd-1.1.6.zip", + "archiveFileName": "SerialCmd-1.1.6.zip", + "size": 124601, + "checksum": "SHA-256:41ba969987afda6fe7957b0b9a0747758ccf6173887dfbff54469d9ffa20bd13" + }, + { + "name": "Bme280", + "version": "1.0.4", + "author": "Eduard Malokhvii \u003cmalokhvii.ee@gmail.com\u003e", + "maintainer": "Eduard Malokhvii \u003cmalokhvii.ee@gmail.com\u003e", + "sentence": "Library for Bosch Sensortec BME280 – combined temperature, pressure, humidity sensor.", + "paragraph": "The library allows using the sensor over I2C or SPI.", + "website": "https://github.com/malokhvii-eduard/arduino-bme280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/malokhvii-eduard/arduino-bme280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/malokhvii-eduard/Bme280-1.0.4.zip", + "archiveFileName": "Bme280-1.0.4.zip", + "size": 27691, + "checksum": "SHA-256:2e6f74ec1ad4b713a1035b5fdb437347c46a32b2be88d48a5d8041ef00a64cd1" + }, + { + "name": "Bme280", + "version": "1.0.6", + "author": "Eduard Malokhvii \u003cmalokhvii.ee@gmail.com\u003e", + "maintainer": "Eduard Malokhvii \u003cmalokhvii.ee@gmail.com\u003e", + "sentence": "Library for Bosch Sensortec BME280 – combined temperature, pressure, humidity sensor.", + "paragraph": "The library allows using the sensor over I2C or SPI.", + "website": "https://github.com/malokhvii-eduard/arduino-bme280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/malokhvii-eduard/arduino-bme280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/malokhvii-eduard/Bme280-1.0.6.zip", + "archiveFileName": "Bme280-1.0.6.zip", + "size": 30590, + "checksum": "SHA-256:1a2e35d55b92b1b1bb2256c68588d3033b7c7a17a14a259f7e0b42d1b654ede3" + }, + { + "name": "Mhz19", + "version": "2.0.2", + "author": "Eduard Malokhvii \u003cmalokhvii.ee@gmail.com\u003e", + "maintainer": "Eduard Malokhvii \u003cmalokhvii.ee@gmail.com\u003e", + "sentence": "Library for Winsen MH-Z19 – infrared carbon dioxide sensor.", + "paragraph": "The library allows using the sensor over hardware or software UART.", + "website": "https://github.com/malokhvii-eduard/arduino-mhz19", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/malokhvii-eduard/arduino-mhz19.git", + "url": "https://downloads.arduino.cc/libraries/github.com/malokhvii-eduard/Mhz19-2.0.2.zip", + "archiveFileName": "Mhz19-2.0.2.zip", + "size": 16296, + "checksum": "SHA-256:36b46942179dde2deb2eca0f4f05f1714410612dd0a0b9ec02eea3f8681ef167" + }, + { + "name": "STM32duino X-NUCLEO-IHM15A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IHM15A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM15A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IHM15A1", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IHM15A1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM15A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IHM15A1-1.0.0.zip", + "size": 28741, + "checksum": "SHA-256:f061dce1bcb077492f0e20f0dc96ca1adef5d7b3f001df2f826bf1aeb897d693" + }, + { + "name": "MCP3421", + "version": "1.0.0", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "A library for MCP3421 analog digital converter chip", + "paragraph": "MCP3421 is 18-Bit Analog-to-Digital Converter.", + "website": "url=https://ohme.dd-dns.de/computer/arduino/libraries/", + "category": "Sensors", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/MCP3421.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/MCP3421-1.0.0.zip", + "archiveFileName": "MCP3421-1.0.0.zip", + "size": 5365, + "checksum": "SHA-256:fd9fdb4816f4550454ef20c8f5723bc16e28e0cb74445950ca4ff4d448a07393" + }, + { + "name": "MCP3421", + "version": "1.0.2", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "A library for MCP3421 analog digital converter chip", + "paragraph": "MCP3421 is 18-Bit Analog-to-Digital Converter.", + "website": "https://ohme.dd-dns.de/computer/arduino/libraries/", + "category": "Sensors", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/MCP3421.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/MCP3421-1.0.2.zip", + "archiveFileName": "MCP3421-1.0.2.zip", + "size": 5363, + "checksum": "SHA-256:d6569d725e4c8e00f2209c5e4ee7126f8c05c4629e4594663101649b805f05e5" + }, + { + "name": "MCP3421", + "version": "1.0.3", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "A library for MCP3421 analog digital converter chip", + "paragraph": "MCP3421 is 18-Bit Analog-to-Digital Converter.", + "website": "https://github.com/dirkohme/MCP3421", + "category": "Sensors", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/MCP3421.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/MCP3421-1.0.3.zip", + "archiveFileName": "MCP3421-1.0.3.zip", + "size": 5354, + "checksum": "SHA-256:50368e1f406211de43d1eea8ee11cea145de4c8284a1440a749e94a62bf50473" + }, + { + "name": "MCP3421", + "version": "1.0.4", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "A library for MCP3421 analog digital converter chip", + "paragraph": "MCP3421 is 18-Bit Analog-to-Digital Converter.", + "website": "https://github.com/dirkohme/MCP3421", + "category": "Sensors", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/MCP3421.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/MCP3421-1.0.4.zip", + "archiveFileName": "MCP3421-1.0.4.zip", + "size": 5394, + "checksum": "SHA-256:1b4f4906cad959528485ba857bb67a7f736dbb0c3e48e8e74f3aa9351126ec38" + }, + { + "name": "CLed", + "version": "1.0.0", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "Arduino LED Control", + "paragraph": "auto LED Control based on Ticker.h", + "website": "https://github.com/dirkohme/LED", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/LED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/CLed-1.0.0.zip", + "archiveFileName": "CLed-1.0.0.zip", + "size": 7342, + "checksum": "SHA-256:8078aa04dbd58e10bc1d38cc394e5acd862e6367f6a19fec29a4b72ae1de1a82" + }, + { + "name": "DisplayUtils", + "version": "0.0.1", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Utility classes to help working with displays (eg large fast changing numbers)", + "paragraph": "The DisplayAreas class provides a way to easily with areas of the screen and the DisplayNumber class (available if GFX included) efficiently updates the display for large (both number of digits and physical size), fast changing numbers.", + "website": "https://github.com/Stutchbury/DisplayUtils", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/DisplayUtils.git", + "providesIncludes": [ + "DisplayUtils.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/DisplayUtils-0.0.1.zip", + "archiveFileName": "DisplayUtils-0.0.1.zip", + "size": 912089, + "checksum": "SHA-256:f8fe0812dfa6b6d815969d05eaa53c1f3d582d689bfc11a6639137ad5a5ab3ee" + }, + { + "name": "DisplayUtils", + "version": "0.0.2", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Utility classes to help working with displays (eg large fast changing numbers)", + "paragraph": "The DisplayAreas class provides a way to easily with areas of the screen and the DisplayNumber class (available if GFX included) efficiently updates the display for large (both number of digits and physical size), fast changing numbers.", + "website": "https://github.com/Stutchbury/DisplayUtils", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/DisplayUtils.git", + "providesIncludes": [ + "DisplayUtils.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/DisplayUtils-0.0.2.zip", + "archiveFileName": "DisplayUtils-0.0.2.zip", + "size": 917810, + "checksum": "SHA-256:15d2c40b5e2189f7b4858dd008a97b92d579e8272fb08f845712303257f9f510" + }, + { + "name": "DFRobot_AirQualitySensor", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A air quality sensor library.(SKU:SEN0560)", + "paragraph": "use IIC communication to obtain air quality information", + "website": "https://github.com/DFRobot/DFRobot_AirQualitySensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_AirQualitySensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_AirQualitySensor-1.0.0.zip", + "archiveFileName": "DFRobot_AirQualitySensor-1.0.0.zip", + "size": 144243, + "checksum": "SHA-256:3536b5ef451f2fb219a1dd0bb4381a961e3cf19c8040359741276b2d2b0926d6" + }, + { + "name": "DFRobot_BloodOxygen_S", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing(kaixing.peng@dfrobot.com)", + "sentence": "DFRobot Standard library.(SKU:SEN0344)", + "paragraph": "DFRobot_Sensor is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_BloodOxygen_S", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BloodOxygen_S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BloodOxygen_S-1.0.0.zip", + "archiveFileName": "DFRobot_BloodOxygen_S-1.0.0.zip", + "size": 133035, + "checksum": "SHA-256:e22873a321f0f331b1ea016206710822d7b95a03d7aec15ca1505ce1a4ca2e8a" + }, + { + "name": "bluemicro_hid", + "version": "0.0.0", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.0.zip", + "archiveFileName": "bluemicro_hid-0.0.0.zip", + "size": 24379, + "checksum": "SHA-256:05f94bc384127a0349da25ead766cf0cde265b945384e5d1fdc468a4f9cfcbc4" + }, + { + "name": "bluemicro_hid", + "version": "0.0.1", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.1.zip", + "archiveFileName": "bluemicro_hid-0.0.1.zip", + "size": 38209, + "checksum": "SHA-256:a6f7c1bc335edf372f41ce5fd0f3fd431351e34ffbd4636244700bee5e09d3b0" + }, + { + "name": "bluemicro_hid", + "version": "0.0.2", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.2.zip", + "archiveFileName": "bluemicro_hid-0.0.2.zip", + "size": 39656, + "checksum": "SHA-256:77369a6d9a5821b77f1be47e5f3f6695c9bfa755d92476f2633373a8bec56c70" + }, + { + "name": "bluemicro_hid", + "version": "0.0.3", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.3.zip", + "archiveFileName": "bluemicro_hid-0.0.3.zip", + "size": 39664, + "checksum": "SHA-256:47a85428068b75bc044b9496983d75047ca7be51d5b4523bbe4f46968cd0c8a0" + }, + { + "name": "bluemicro_hid", + "version": "0.0.4", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.4.zip", + "archiveFileName": "bluemicro_hid-0.0.4.zip", + "size": 39952, + "checksum": "SHA-256:a92257e6824c4c4b3633e53eedfd76cae256a4979e509c01df616c1cb1584ad6" + }, + { + "name": "bluemicro_hid", + "version": "0.0.5", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.5.zip", + "archiveFileName": "bluemicro_hid-0.0.5.zip", + "size": 39958, + "checksum": "SHA-256:002784b46e1322a67e708c2e1250c08c6f5a42e6076976847ca546da25aa0bf1" + }, + { + "name": "bluemicro_hid", + "version": "0.0.6", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.6.zip", + "archiveFileName": "bluemicro_hid-0.0.6.zip", + "size": 39996, + "checksum": "SHA-256:909b3a02b89c9118225463395a23fde52d96177f5b4e08c659b40b1dfedd2c43" + }, + { + "name": "bluemicro_hid", + "version": "0.0.7", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.7.zip", + "archiveFileName": "bluemicro_hid-0.0.7.zip", + "size": 40006, + "checksum": "SHA-256:5a5ea30d78a8774adb88b2b2e99457f3041c3eb88192484ab122cc0ba019e3c5" + }, + { + "name": "bluemicro_hid", + "version": "0.0.9", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.9.zip", + "archiveFileName": "bluemicro_hid-0.0.9.zip", + "size": 46843, + "checksum": "SHA-256:b27186556c032f9ba4f37babdc01c102f2a32b40edb9555ba24ee3c2fa9b4335" + }, + { + "name": "bluemicro_hid", + "version": "0.0.10", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.10.zip", + "archiveFileName": "bluemicro_hid-0.0.10.zip", + "size": 46312, + "checksum": "SHA-256:aa33026d0acfee290a2abc2dc7a11949b958e387c5f95828f2df629f9a0fbab2" + }, + { + "name": "bluemicro_hid", + "version": "0.0.11", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.11.zip", + "archiveFileName": "bluemicro_hid-0.0.11.zip", + "size": 48698, + "checksum": "SHA-256:6c6ddf706ac21599a71d6bb7aba92d4984776f3ede09f25797e3fc6895469319" + }, + { + "name": "bluemicro_hid", + "version": "0.0.12", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Creates a unified facade to both TinyUSB and nRF52 BlueFruit HID interfaces.", + "paragraph": "Automatically detects which connection is active (BLE or USB) for sending keyboard, mouse or consumer messages to the computer. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_HID_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_hid.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_hid-0.0.12.zip", + "archiveFileName": "bluemicro_hid-0.0.12.zip", + "size": 48713, + "checksum": "SHA-256:f9e6df1466cbbb3d4ef41c8dd65db7dbe397ce534ef70e541c4e13a86c692bbe" + }, + { + "name": "TinyGPSPlus-ESP32", + "version": "0.0.2", + "author": "Mikal Hart", + "maintainer": "Mikal Hart\u003cmikal@arduniana.org\u003e", + "sentence": "A GPS library", + "paragraph": "A compact Arduino NMEA (GPS) parsing library", + "website": "https://github.com/Tinyu-Zhao/TinyGPSPlus-ESP32", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/TinyGPSPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/TinyGPSPlus_ESP32-0.0.2.zip", + "archiveFileName": "TinyGPSPlus_ESP32-0.0.2.zip", + "size": 58724, + "checksum": "SHA-256:f194703ab94b58828d40344feff8916ee5beb6119d8a02c3c1277eb3f99d8ab5" + }, + { + "name": "I2C_LCD12864", + "version": "1.0.0", + "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "maintainer": "Andri Setyabudi \u003candhie.13@gmail.com\u003e", + "sentence": "Arduino library for LCD12864 I2C module.", + "paragraph": "LCD12864-V2.0 with ST7920 driver in parallel 8bit mode using I2C I/O expander ( MCP23017 )", + "website": "https://github.com/andhieSetyabudi/MCP23017_LCD12864.git", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andhieSetyabudi/MCP23017_LCD12864.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/I2C_LCD12864-1.0.0.zip", + "archiveFileName": "I2C_LCD12864-1.0.0.zip", + "size": 702576, + "checksum": "SHA-256:f62c7088097b6c138805a0e0cbec3fc0c21fa39b95cc14634c21056ddc9a2186" + }, + { + "name": "I2C_LCD12864", + "version": "1.0.2", + "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", + "maintainer": "Andri Setyabudi \u003candhie.13@gmail.com\u003e", + "sentence": "Arduino library for LCD12864 I2C module.", + "paragraph": "LCD12864-V2.0 with ST7920 driver in parallel 8bit mode using I2C I/O expander ( MCP23017 )", + "website": "https://github.com/andhieSetyabudi/MCP23017_LCD12864.git", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/andhieSetyabudi/MCP23017_LCD12864.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/I2C_LCD12864-1.0.2.zip", + "archiveFileName": "I2C_LCD12864-1.0.2.zip", + "size": 702204, + "checksum": "SHA-256:cd7e21ae307cb8cd4c8333403861372eaae5ed6af92ba7e8710a9c769811aeec" + }, + { + "name": "MCP23S17", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.1.0.zip", + "archiveFileName": "MCP23S17-0.1.0.zip", + "size": 11650, + "checksum": "SHA-256:28589dcc352ce625af386936aeb79beef46e7a5f5c11c58842bf25e0ed422a41" + }, + { + "name": "MCP23S17", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.1.1.zip", + "archiveFileName": "MCP23S17-0.1.1.zip", + "size": 12767, + "checksum": "SHA-256:e57671b3d3b187955522748e9d90021f901e72b7386730056125ae3a823a5dbe" + }, + { + "name": "MCP23S17", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.1.2.zip", + "archiveFileName": "MCP23S17-0.1.2.zip", + "size": 12783, + "checksum": "SHA-256:8400c32177ccd409672111568bb41c2a8fb6b046c89c62017cae8bca8cefe916" + }, + { + "name": "MCP23S17", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.1.3.zip", + "archiveFileName": "MCP23S17-0.1.3.zip", + "size": 13276, + "checksum": "SHA-256:fe1fdf102ecec9ab2c86dff092675bb4f61a0462690ac23c75f14a58a3f19eb5" + }, + { + "name": "MCP23S17", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.0.zip", + "archiveFileName": "MCP23S17-0.2.0.zip", + "size": 13304, + "checksum": "SHA-256:1eeba0343f94a92d8b27ad689aa16945266301c611640736daf367d755a544d8" + }, + { + "name": "MCP23S17", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.1.zip", + "archiveFileName": "MCP23S17-0.2.1.zip", + "size": 16762, + "checksum": "SHA-256:174165868dc32e431fca472784113824cabb2d0939560c5fbee970e39e810e0a" + }, + { + "name": "MCP23S17", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.2.zip", + "archiveFileName": "MCP23S17-0.2.2.zip", + "size": 17642, + "checksum": "SHA-256:173a14eae777a5840d3ea9f381e621e8f8f2f48f16d161dd3b443fad8a375fae" + }, + { + "name": "MCP23S17", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.3.zip", + "archiveFileName": "MCP23S17-0.2.3.zip", + "size": 19212, + "checksum": "SHA-256:d23fc6edf69a6a0a9f0b8e909a1fdf6bda599ae0bcfcd991831df214099bd153" + }, + { + "name": "MCP23S17", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.4.zip", + "archiveFileName": "MCP23S17-0.2.4.zip", + "size": 19303, + "checksum": "SHA-256:7828cc3cc1790761261aad8f99a199fa825388659466a21c42a5a772e48649af" + }, + { + "name": "MCP23S17", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.5.zip", + "archiveFileName": "MCP23S17-0.2.5.zip", + "size": 24576, + "checksum": "SHA-256:f15b1b044418630b600ac216ba3516796d673f33d23c86ca411f43bb5b998080" + }, + { + "name": "MCP23S17", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.6.zip", + "archiveFileName": "MCP23S17-0.2.6.zip", + "size": 24843, + "checksum": "SHA-256:ef7245cc43e5db81996d7fe2c9b7abd9537ba46d54998ce178fcd55717e51261" + }, + { + "name": "MCP23S17", + "version": "0.2.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.2.7.zip", + "archiveFileName": "MCP23S17-0.2.7.zip", + "size": 26228, + "checksum": "SHA-256:6360ee80098a622ce0aa8c712a654e7152abb808803309e5f07dcc5a41276ee3" + }, + { + "name": "MCP23S17", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SPI MCP23S17 16 channel port expander 16 IO-lines", + "paragraph": "setPolarity, setPullup", + "website": "https://github.com/RobTillaart/MCP23S17", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MCP23S17.git", + "providesIncludes": [ + "MCP23S17.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23S17-0.3.0.zip", + "archiveFileName": "MCP23S17-0.3.0.zip", + "size": 27197, + "checksum": "SHA-256:c6e99c95e2fff6536f26a490584def93432710b9b72a29ae508b5659b99a761b" + }, + { + "name": "OttoDIYLib", + "version": "9.3.0", + "author": "Otto DIY @OttoDIY", + "maintainer": "Jason Snow @jarsoftelectrical, Camilo Parra Palacio @cparrapa", + "sentence": "Otto DIY Libraries.", + "paragraph": "Otto DIY Libraries contains all neccessary codes in one folder.", + "website": "https://www.ottodiy.com/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OttoDIY/OttoDIYLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/OttoDIY/OttoDIYLib-9.3.0.zip", + "archiveFileName": "OttoDIYLib-9.3.0.zip", + "size": 518316, + "checksum": "SHA-256:196ce25aa6bee25f1a015145691ead2abe9e446f3276f88a5ad3ef37132d5aca" + }, + { + "name": "OttoDIYLib", + "version": "1.0.1", + "author": "Otto DIY, Camilo Parra Palacio", + "maintainer": "@cparrapa", + "sentence": "Otto DIY official Arduino Libraries.", + "paragraph": "OttoDIYLib contains all the main Otto DIY robot libraries to program Arduino avr, ESP8266 or ESP32 compatible boards.", + "website": "https://www.ottodiy.com/", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OttoDIY/OttoDIYLib.git", + "providesIncludes": [ + "Otto.h" + ], + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OttoDIY/OttoDIYLib-1.0.1.zip", + "archiveFileName": "OttoDIYLib-1.0.1.zip", + "size": 50418, + "checksum": "SHA-256:d956629ab464c0b0880357dad2498c3f9f933fe589dfb1258c930c46773f7b8f" + }, + { + "name": "OttoDIYLib", + "version": "13.0.0", + "author": "Otto DIY, Camilo Parra Palacio", + "maintainer": "@cparrapa", + "sentence": "Otto DIY official Arduino Libraries.", + "paragraph": "OttoDIYLib contains all the main Otto robot libraries to program Arduino avr, ESP8266 or ESP32 compatible boards.", + "website": "https://www.ottodiy.com/", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/OttoDIY/OttoDIYLib.git", + "providesIncludes": [ + "Otto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/OttoDIY/OttoDIYLib-13.0.0.zip", + "archiveFileName": "OttoDIYLib-13.0.0.zip", + "size": 56389, + "checksum": "SHA-256:73a25a3e0a95950f7998ee1c5d5ca7e90e320d6187b2aafa6ed1dd2b8ebea53d" + }, + { + "name": "CBeeper", + "version": "1.0.0", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "Arduino Beeper Control", + "paragraph": "Dynamic Beeper", + "website": "https://github.com/dirkohme/Beeper", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/Beeper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/CBeeper-1.0.0.zip", + "archiveFileName": "CBeeper-1.0.0.zip", + "size": 7784, + "checksum": "SHA-256:bc135fd6ddfef72c7f53288a1e0a2c1510b9c3ff800e5e1700574ee9abbc83e0" + }, + { + "name": "Telit xE910 Series GSM Modem Library", + "version": "1.3.10", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Telit xE910 series GSM modem library.", + "paragraph": "xE910 Series GSM Modem Library.", + "website": "https://github.com/akkoyun/Telit_xE910", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Telit_xE910.git", + "providesIncludes": [ + "Telit_xE910.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Telit_xE910_Series_GSM_Modem_Library-1.3.10.zip", + "archiveFileName": "Telit_xE910_Series_GSM_Modem_Library-1.3.10.zip", + "size": 471749, + "checksum": "SHA-256:f0ef6995c16e0d9fa1173ac56ac6e2a8aa0ba789763478a5ed83039bb3c99966" + }, + { + "name": "Telit xE910 Series GSM Modem Library", + "version": "1.9.6", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Telit xE910 series GSM modem library.", + "paragraph": "Enables GSM/GRPS network connection using the GSM/GPRS modules. Use this library to make/receive socket connections with Telit xE910 module.This library also allows you to connect to internet through the GPRS networks and either use HTTP(S) Web Clients and Servers.", + "website": "https://github.com/akkoyun/Telit_xE910", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Telit_xE910.git", + "providesIncludes": [ + "Telit_xE910.h" + ], + "dependencies": [ + { + "name": "VT100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Telit_xE910_Series_GSM_Modem_Library-1.9.6.zip", + "archiveFileName": "Telit_xE910_Series_GSM_Modem_Library-1.9.6.zip", + "size": 472851, + "checksum": "SHA-256:d1dbddcbdae32e47cddeecb0b8e68a556946b31899fdfbac704c84b5c629394c" + }, + { + "name": "Yfrobot I2C Line Follow Sensor Library", + "version": "0.0.1", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot i2c line follow sensor", + "paragraph": "The library supports YFROBOT i2c line follow sensor modules.", + "website": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.1.zip", + "archiveFileName": "Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.1.zip", + "size": 17883, + "checksum": "SHA-256:6675fd776946a83b0bcbd511980e7c6bfd6cd64646d4dba168c3976357bfdb1d" + }, + { + "name": "Yfrobot I2C Line Follow Sensor Library", + "version": "0.0.3", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot i2c line follow sensor", + "paragraph": "The library supports YFROBOT i2c line follow sensor modules.", + "website": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.3.zip", + "archiveFileName": "Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.3.zip", + "size": 17870, + "checksum": "SHA-256:6eac800dac5ac3f30a8d99e25bb40018c7a32cdb70a930a9189b29b27a2ebd64" + }, + { + "name": "Yfrobot I2C Line Follow Sensor Library", + "version": "0.0.4", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot i2c line follow sensor", + "paragraph": "The library supports YFROBOT i2c line follow sensor modules.", + "website": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.4.zip", + "archiveFileName": "Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.4.zip", + "size": 52051, + "checksum": "SHA-256:a0fcd882d76a58c5345a7be94eaccfb8b35254360c22065fc2082b424038ca72" + }, + { + "name": "Yfrobot I2C Line Follow Sensor Library", + "version": "0.0.5", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot i2c line follow sensor", + "paragraph": "The library supports YFROBOT i2c line follow sensor modules.", + "website": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/YFROBOT-TM/Yfrobot-I2C-LineFollowSensor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.5.zip", + "archiveFileName": "Yfrobot_I2C_Line_Follow_Sensor_Library-0.0.5.zip", + "size": 51988, + "checksum": "SHA-256:5dd291b8ac2f8f8b44ae68f65de755f247065fda235d73419589d65d4a455d16" + }, + { + "name": "DFRobot_Alcohol", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ZhixinLiu \u003czhixin.liu@dfrobot.com\u003e", + "sentence": "DFRobot Standard library.", + "paragraph": "DFRobot_Alcohol is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_Alcohol", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_Alcohol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_Alcohol-1.0.0.zip", + "archiveFileName": "DFRobot_Alcohol-1.0.0.zip", + "size": 126641, + "checksum": "SHA-256:fe0b072c99890a3b7267659302f40c9dad94c55deca026b61c454d412f5485d6" + }, + { + "name": "Clock", + "version": "1.0.2", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "Arduino Software Clock", + "paragraph": "Software Clock", + "website": "https://github.com/dirkohme/Clock", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/Clock.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/Clock-1.0.2.zip", + "archiveFileName": "Clock-1.0.2.zip", + "size": 10664, + "checksum": "SHA-256:d44a5fba77d040c30088ddf8447cec02bd52702e75275853bf5b498283daa78f" + }, + { + "name": "Clock", + "version": "1.0.4", + "author": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "maintainer": "Dirk Ohme \u003cdirk_ohme@hotmail.com\u003e", + "sentence": "Arduino Software Clock", + "paragraph": "Software Clock", + "website": "https://github.com/dirkohme/Clock", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dirkohme/Clock.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkohme/Clock-1.0.4.zip", + "archiveFileName": "Clock-1.0.4.zip", + "size": 10721, + "checksum": "SHA-256:2fd2d4462b5034604a5c0c415288614ff6529bd48bce5a2090fc683649160308" + }, + { + "name": "PPM", + "version": "1.0.0", + "author": "Colin MacKenzie", + "maintainer": "Colin MacKenzie \u0026 Lynxmotion", + "sentence": "RC (radio control) PPM signal", + "paragraph": "Used to decode a PPM stream from a standard RC receiver.", + "website": "https://github.com/Lynxmotion/Arduino-PPM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/Arduino-PPM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/PPM-1.0.0.zip", + "archiveFileName": "PPM-1.0.0.zip", + "size": 22651, + "checksum": "SHA-256:33cf7ddbac6c1f57b49ffd2c8bb2f7e2e42652c5e36188a1f140688883095fb0" + }, + { + "name": "PPM", + "version": "1.0.1", + "author": "Colin MacKenzie", + "maintainer": "Colin MacKenzie \u0026 Lynxmotion", + "sentence": "RC (radio control) PPM signal", + "paragraph": "Used to decode a PPM stream from a standard RC receiver.", + "website": "https://github.com/Lynxmotion/Arduino-PPM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/Arduino-PPM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/PPM-1.0.1.zip", + "archiveFileName": "PPM-1.0.1.zip", + "size": 24704, + "checksum": "SHA-256:662a6f858cb2703603889bc05e7cfa616f8dfacf20420c894d3d1212d53bb025" + }, + { + "name": "PPM", + "version": "1.1.0", + "author": "Colin MacKenzie", + "maintainer": "Colin MacKenzie \u0026 Lynxmotion", + "sentence": "RC (radio control) PPM signal", + "paragraph": "Used to decode a PPM stream from a standard RC receiver.", + "website": "https://github.com/Lynxmotion/Arduino-PPM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/Arduino-PPM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/PPM-1.1.0.zip", + "archiveFileName": "PPM-1.1.0.zip", + "size": 24704, + "checksum": "SHA-256:d580f6b35b77b50f0ca3497b815f6324f8098b61043a2c2f251db3e6cdcb0d34" + }, + { + "name": "PPM", + "version": "1.1.1", + "author": "Colin MacKenzie", + "maintainer": "Colin MacKenzie \u0026 Lynxmotion", + "sentence": "RC (radio control) PPM signal", + "paragraph": "Used to decode a PPM stream from a standard RC receiver.", + "website": "https://github.com/Lynxmotion/Arduino-PPM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/Arduino-PPM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/PPM-1.1.1.zip", + "archiveFileName": "PPM-1.1.1.zip", + "size": 24539, + "checksum": "SHA-256:808b08ab862760402c4b0db8eee43d2b665e796cb13c63141b561da6f4425535" + }, + { + "name": "PPM", + "version": "1.1.2", + "author": "Colin MacKenzie", + "maintainer": "Colin MacKenzie \u0026 Lynxmotion", + "sentence": "RC (radio control) PPM signal", + "paragraph": "Used to decode a PPM stream from a standard RC receiver.", + "website": "https://github.com/Lynxmotion/Arduino-PPM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/Arduino-PPM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/PPM-1.1.2.zip", + "archiveFileName": "PPM-1.1.2.zip", + "size": 26381, + "checksum": "SHA-256:a2b774282cf9ecb9e0854c0dfab673d87eb6374c2b6323eeef58abab964a7a00" + }, + { + "name": "PPM", + "version": "1.1.3", + "author": "Colin MacKenzie", + "maintainer": "Colin MacKenzie \u0026 Lynxmotion", + "sentence": "RC (radio control) PPM signal", + "paragraph": "Used to decode a PPM stream from a standard RC receiver.", + "website": "https://github.com/Lynxmotion/Arduino-PPM", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Lynxmotion/Arduino-PPM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/PPM-1.1.3.zip", + "archiveFileName": "PPM-1.1.3.zip", + "size": 26388, + "checksum": "SHA-256:dde4add224a1b38f9d9f069a7616b452529d002262d0e044c834f1871c99c427" + }, + { + "name": "PWFusion_MAX31856", + "version": "1.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MAX31856 Thermocouple Interface Library", + "paragraph": "Maxim Integrated MAX31856 SPI thermocouple interface Arduino Library.", + "website": "https://github.com/PlayingWithFusion/PWFusion_MAX31856", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_MAX31856.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_MAX31856-1.0.0.zip", + "archiveFileName": "PWFusion_MAX31856-1.0.0.zip", + "size": 31616, + "checksum": "SHA-256:5b9dec167db8053c54af8f08ca64c532fd193fb2973c9ae5b82f1ba8d799a4e1" + }, + { + "name": "PWFusion_MAX31856", + "version": "1.1.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MAX31856 Thermocouple Interface Library", + "paragraph": "Maxim Integrated MAX31856 SPI thermocouple interface Arduino Library.", + "website": "https://github.com/PlayingWithFusion/PWFusion_MAX31856", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_MAX31856.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_MAX31856-1.1.0.zip", + "archiveFileName": "PWFusion_MAX31856-1.1.0.zip", + "size": 31620, + "checksum": "SHA-256:3fc0defa35f015b3ca4c0c68bb12fab66c2677988411df30d7ff0efecd20cede" + }, + { + "name": "PWFusion_Mcp2515", + "version": "1.0.0", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MCP2515 SPI CAN Controller Library", + "paragraph": "Interrupt-based, Microchip MCP2510/MCP2515 CAN Transciever Arduino Library.", + "website": "https://github.com/PlayingWithFusion/PWFusion_Mcp2515", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_Mcp2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Mcp2515-1.0.0.zip", + "archiveFileName": "PWFusion_Mcp2515-1.0.0.zip", + "size": 16356, + "checksum": "SHA-256:7f819c5ae9b54081a37d3c4c4d52ff519466b563fbaba1da8db9f7c7c40b32f5" + }, + { + "name": "PWFusion_Mcp2515", + "version": "1.0.1", + "author": "Playing With Fusion \u003cTechnicalSupport@PlayingWithFusion.com\u003e", + "maintainer": "Jared Leonard \u003cleonardj@playingwithfusion.com\u003e", + "license": "MIT", + "sentence": "MCP2515 SPI CAN Controller Library", + "paragraph": "Interrupt-based, Microchip MCP2510/MCP2515 CAN Transciever Arduino Library.", + "website": "https://github.com/PlayingWithFusion/PWFusion_Mcp2515", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PlayingWithFusion/PWFusion_Mcp2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PlayingWithFusion/PWFusion_Mcp2515-1.0.1.zip", + "archiveFileName": "PWFusion_Mcp2515-1.0.1.zip", + "size": 23426, + "checksum": "SHA-256:44065c2978a17f7e24c2763e9a4178ffb66a5e95e172a388d097d64f8985891c" + }, + { + "name": "DFRobot_DF1101S", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "record audio and play audio(SKU:DFR0745).", + "paragraph": "DFRobot_DF1101S is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_DF1101S", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DF1101S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DF1101S-1.0.0.zip", + "archiveFileName": "DFRobot_DF1101S-1.0.0.zip", + "size": 253025, + "checksum": "SHA-256:aa21bd47d3f269bc99f3c7632cdb0f02d4a131e5882d3d15b1781930b3a94748" + }, + { + "name": "DFRobot_SpeechSynthesis", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "Synthesize the sound you need, support Chinese, English.", + "paragraph": "DFRobot_SpeechSynthesis is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_SpeechSynthesis", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SpeechSynthesis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SpeechSynthesis-1.0.1.zip", + "archiveFileName": "DFRobot_SpeechSynthesis-1.0.1.zip", + "size": 465237, + "checksum": "SHA-256:d8bc4296b7e89f8ce177b57257a58d785fa589c91b1e5e540919456a86016384" + }, + { + "name": "DFRobot_PN532", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "this is a module that reads data from NFC tags.", + "paragraph": "DFRobot_PN532 is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_PN532", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_PN532.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_PN532-1.0.0.zip", + "archiveFileName": "DFRobot_PN532-1.0.0.zip", + "size": 465981, + "checksum": "SHA-256:4f7f033e71651f9fa9fb83523fe54c15963a78855303d6a9d353f4f1d7fde433" + }, + { + "name": "DFRobot_AS7341", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "AS7341 is a 11 channel visible light sensor, which can measure 8 wavelengths of visible light, suitable for color detection, light color temperature detection and other scenes(SKU:SEN0365)", + "paragraph": "DFRobot_AS7341 is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_AS7341", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_AS7341.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_AS7341-1.0.0.zip", + "archiveFileName": "DFRobot_AS7341-1.0.0.zip", + "size": 242847, + "checksum": "SHA-256:09b76d6bb08ddbb2381c4c0acedb9b6466768f5d4c33d80aa54b7fe8c351645f" + }, + { + "name": "DFRobot_BT401", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Eddard \u003ceddard.liu@dfrobot.com\u003e", + "sentence": "This Bluetooth module features Bluetooth/U-disk/TF-card playback, and Bluetooth call function, supporting simple and clear serial port control function, BLE pass-through, and SPP pass-through functions(SKU:DFR0781)", + "paragraph": "DFRobot_BT401 is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_BT401", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BT401.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BT401-1.0.0.zip", + "archiveFileName": "DFRobot_BT401-1.0.0.zip", + "size": 266574, + "checksum": "SHA-256:2dd7eb4eb09eda20e8dde0f19f38346d0aedc5eeffa2c4c4d41eba9a3f68b156" + }, + { + "name": "DFRobot_VoiceRecorder", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ZhixinLiu \u003czhixin.liu@dfrobot.com\u003e", + "sentence": "DFRobot Standard library.", + "paragraph": "DFRobot_VoiceRecorder is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_VoiceRecorder", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VoiceRecorder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VoiceRecorder-1.0.0.zip", + "archiveFileName": "DFRobot_VoiceRecorder-1.0.0.zip", + "size": 1974910, + "checksum": "SHA-256:1e16ef19dac4bcb2a5795f284452b2ae07615eb4d6f38de2b08025aacc2f0ac6" + }, + { + "name": "DFRobot_ID809_I2C", + "version": "1.1.0", + "author": "DFRobot", + "maintainer": "Eddard\u003cEddard.liu@dfrobot.com\u003e", + "sentence": "This is an library for capacitive fingerprint module(SKU:SEN0348).", + "paragraph": "DFRobot_ID809_I2C is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_ID809_I2C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ID809_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ID809_I2C-1.1.0.zip", + "archiveFileName": "DFRobot_ID809_I2C-1.1.0.zip", + "size": 326227, + "checksum": "SHA-256:dcd9b3623d51cf51090b91f40f85973b23fdd78608283c34b981e20fb4093931" + }, + { + "name": "DFRobot_ID809_I2C", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Eddard\u003cEddard.liu@dfrobot.com\u003e", + "sentence": "This is an library for capacitive fingerprint module(SKU:SEN0348).", + "paragraph": "DFRobot_ID809_I2C is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_ID809_I2C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ID809_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ID809_I2C-1.0.1.zip", + "archiveFileName": "DFRobot_ID809_I2C-1.0.1.zip", + "size": 326395, + "checksum": "SHA-256:5415b879df81482f0ef85f027a7941ce1a40f0a68a0c49c4efeec601c6c270c2" + }, + { + "name": "uICAL", + "version": "0.0.1", + "author": "Source Simian \u003csourcesimian@users.noreply.github.com\u003e", + "maintainer": "Source Simian \u003csourcesimian@users.noreply.github.com\u003e", + "sentence": "Library for parsing iCalendar file format.", + "paragraph": "Implements the iCalendar RFC-5545 standard in pure C++ to the C++ 11 standard and minimal STL. It is targeted at small embedded, Arduino and IoT devices with limited resources and no operating system. It can however be used in any project which is C++ 11 compliant.", + "website": "https://github.com/sourcesimian/uICAL/blob/master/README.md", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sourcesimian/uICAL.git", + "providesIncludes": [ + "uICAL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sourcesimian/uICAL-0.0.1.zip", + "archiveFileName": "uICAL-0.0.1.zip", + "size": 238324, + "checksum": "SHA-256:602873be1f88506b385ca5658423f2be9233c927d855d9b8f0b3fc89a72b074c" + }, + { + "name": "Seeed Arduino LSM6DS3", + "version": "2.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", + "paragraph": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_LSM6DS3/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_LSM6DS3.git", + "providesIncludes": [ + "LSM6DS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_LSM6DS3-2.0.1.zip", + "archiveFileName": "Seeed_Arduino_LSM6DS3-2.0.1.zip", + "size": 23572, + "checksum": "SHA-256:f7bc52cfc9c20f5ccd0f3c3f082694ac879d59809ce549f6c745aaef0b2c5c19" + }, + { + "name": "Seeed Arduino LSM6DS3", + "version": "2.0.3", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", + "paragraph": "Arduino library to control Grove 6 Axis Accelerometer\u0026Gyroscope LSM6DS3, LSM6DS3-C.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_LSM6DS3/", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_LSM6DS3.git", + "providesIncludes": [ + "LSM6DS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_LSM6DS3-2.0.3.zip", + "archiveFileName": "Seeed_Arduino_LSM6DS3-2.0.3.zip", + "size": 245934, + "checksum": "SHA-256:52e68d04d5a36c769f5c8e9466e2abc9b632f2acfaf66bd859b6dbff5833555f" + }, + { + "name": "wdt_samd21", + "version": "1.0.0", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "A very simple library for the management of the WDT on ATSAMD21.", + "paragraph": "A simple library to activate, reset and deactivate the WDT on ATSAMD21. From the original work of MartinL (arduino forum: https://forum.arduino.cc/u/MartinL).", + "website": "https://github.com/gpb01/wdt_samd21", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/wdt_samd21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/wdt_samd21-1.0.0.zip", + "archiveFileName": "wdt_samd21-1.0.0.zip", + "size": 73071, + "checksum": "SHA-256:d5b11976ab3da1b7321f31ebc53b26ccb7c731ea6e7f24915459673f42d169bd" + }, + { + "name": "wdt_samd21", + "version": "1.1.0", + "author": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "maintainer": "Guglielmo Braguglia \u003cguglielmo.braguglia@phoenixsea.ch\u003e", + "sentence": "A very simple library for the management of the WDT on ATSAMD21.", + "paragraph": "A simple library to activate, reset, deactivate and reactivate the WDT on ATSAMD21. From the original work of MartinL (arduino forum: https://forum.arduino.cc/u/MartinL).", + "website": "https://github.com/gpb01/wdt_samd21", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gpb01/wdt_samd21.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpb01/wdt_samd21-1.1.0.zip", + "archiveFileName": "wdt_samd21-1.1.0.zip", + "size": 75930, + "checksum": "SHA-256:511bf63449a9d5f0836cbb4e9415cc9cd9ef6d577da5094959d3a644fa5c120f" + }, + { + "name": "PixelGrid", + "version": "0.0.1", + "author": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "maintainer": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "sentence": "Pixelgrid is an arduino based handheld game console.", + "paragraph": "Pixelgrid is an arduino based handheld game console.", + "website": "https://github.com/desertgreg/PixelGrid", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desertgreg/PixelGrid.git", + "providesIncludes": [ + "PixelGrid.h" + ], + "dependencies": [ + { + "name": "Adafruit_ZeroDMA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desertgreg/PixelGrid-0.0.1.zip", + "archiveFileName": "PixelGrid-0.0.1.zip", + "size": 482215, + "checksum": "SHA-256:1933e4c61838644bc5ab49ee6a7d7d529c0f0fd90d418192edf637bc2fbf15f5" + }, + { + "name": "PixelGrid", + "version": "0.0.3", + "author": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "maintainer": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "sentence": "Pixelgrid is an arduino based handheld game console.", + "paragraph": "Pixelgrid is an arduino based handheld game console.", + "website": "https://github.com/desertgreg/PixelGrid", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desertgreg/PixelGrid.git", + "providesIncludes": [ + "PixelGrid.h" + ], + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desertgreg/PixelGrid-0.0.3.zip", + "archiveFileName": "PixelGrid-0.0.3.zip", + "size": 482222, + "checksum": "SHA-256:f0dd98545856afa5c7e7f5485121b4ab74f5ab4103f61406598ecdc4d1fd5360" + }, + { + "name": "PixelGrid", + "version": "0.0.4", + "author": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "maintainer": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "sentence": "Pixelgrid is an arduino based handheld game console.", + "paragraph": "Pixelgrid is an arduino based handheld game console.", + "website": "https://github.com/desertgreg/PixelGrid", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desertgreg/PixelGrid.git", + "providesIncludes": [ + "PixelGrid.h" + ], + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desertgreg/PixelGrid-0.0.4.zip", + "archiveFileName": "PixelGrid-0.0.4.zip", + "size": 482220, + "checksum": "SHA-256:4f877e8fee7e66208656803f27bf3f3af6fe7c1a0315b15326f7695e4d5aae9d" + }, + { + "name": "PixelGrid", + "version": "0.0.5", + "author": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "maintainer": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "sentence": "Pixelgrid is an arduino based handheld game console.", + "paragraph": "Pixelgrid is an arduino based handheld game console.", + "website": "https://github.com/desertgreg/PixelGrid", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desertgreg/PixelGrid.git", + "providesIncludes": [ + "PixelGrid.h" + ], + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desertgreg/PixelGrid-0.0.5.zip", + "archiveFileName": "PixelGrid-0.0.5.zip", + "size": 482760, + "checksum": "SHA-256:daaf62485707f8d1b72cadca59f2eb2e8c875c072f9419c3888f5e141d570a49" + }, + { + "name": "PixelGrid", + "version": "0.0.6", + "author": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "maintainer": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "sentence": "Pixelgrid is an arduino based handheld game console.", + "paragraph": "Pixelgrid is an arduino based handheld game console.", + "website": "https://github.com/desertgreg/PixelGrid", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desertgreg/PixelGrid.git", + "providesIncludes": [ + "PixelGrid.h" + ], + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desertgreg/PixelGrid-0.0.6.zip", + "archiveFileName": "PixelGrid-0.0.6.zip", + "size": 483033, + "checksum": "SHA-256:e588708c8fd8a03360b6a9b8d07a6b3fdf9d4381fcf079c64ac58fc323c7ad4a" + }, + { + "name": "PixelGrid", + "version": "0.0.8", + "author": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "maintainer": "Greg Hjelstrom \u003cgreg.hjelstrom@pixelgrid.com\u003e", + "sentence": "Pixelgrid is an arduino based handheld game console.", + "paragraph": "Pixelgrid is an arduino based handheld game console.", + "website": "https://github.com/desertgreg/PixelGrid", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/desertgreg/PixelGrid.git", + "providesIncludes": [ + "PixelGrid.h" + ], + "dependencies": [ + { + "name": "Adafruit Zero DMA Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/desertgreg/PixelGrid-0.0.8.zip", + "archiveFileName": "PixelGrid-0.0.8.zip", + "size": 483153, + "checksum": "SHA-256:a166374fe891c81a26efb5c4764d73134e68802ab68d61e0360cac9ec444090a" + }, + { + "name": "Seeed Arduino 24GHz Radar Sensor", + "version": "1.0.0", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "An extensible library for interfacing with 24GHz Radar Sensor devices", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_24GHz_Radar_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_24GHz_Radar_Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_24GHz_Radar_Sensor-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_24GHz_Radar_Sensor-1.0.0.zip", + "size": 7634, + "checksum": "SHA-256:83f38e766b89854566c3ec77f6d1089839113fb36a1d89ad67eff56c18c2ca1c" + }, + { + "name": "Seeed Arduino 24GHz Radar Sensor", + "version": "1.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio(techsupport@seeed.cc)", + "sentence": "An extensible library for interfacing with 24GHz Radar Sensor devices", + "paragraph": "This Human Static Presence Radar Sensor is a secure and safe mmWave module operating at 24GHz", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_24GHz_Radar_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_24GHz_Radar_Sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_24GHz_Radar_Sensor-1.0.1.zip", + "archiveFileName": "Seeed_Arduino_24GHz_Radar_Sensor-1.0.1.zip", + "size": 7988, + "checksum": "SHA-256:e3e36cdb063bd904b8bf31b1fa2af7c6c4a320819c67a0890a6994383b3de6c8" + }, + { + "name": "DFRobot_MPX5700", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A pressure sensor library.(SKU:SEN0456)", + "paragraph": "A pressure sensor using IIC communication", + "website": "https://github.com/DFRobot/DFRobot_MPX5700", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MPX5700.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MPX5700-1.0.0.zip", + "archiveFileName": "DFRobot_MPX5700-1.0.0.zip", + "size": 141699, + "checksum": "SHA-256:3b71581ab9693a5913fb93b313ff3c2a630e7861b31068afd4c76b77406cb243" + }, + { + "name": "DFRobot_MaqueenPlus", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "TangJie \u003cjie.tang@dfrobot.com\u003e", + "sentence": "educational robot library.", + "paragraph": "Maqueen plus is a STEM educational robot", + "website": "https://github.com/DFRobot/DFRobot_MaqueenPlus", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_Maqueenplus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MaqueenPlus-1.0.1.zip", + "archiveFileName": "DFRobot_MaqueenPlus-1.0.1.zip", + "size": 109995, + "checksum": "SHA-256:9f20c59b2737a826c63b1a7b139af80867760cb17130321d526d6651edfdcc5a" + }, + { + "name": "JAREL", + "version": "1.0.0", + "author": "dany_ev3", + "maintainer": "dany_ev3", + "sentence": "Just Another Rotary Encoder Library", + "paragraph": "Arduino library for using rotary encoders, forked from https://github.com/mprograms/SimpleRotary to add more functionality.", + "website": "https://github.com/danyev3/JAREL", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/danyev3/JAREL.git", + "providesIncludes": [ + "jarel.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/danyev3/JAREL-1.0.0.zip", + "archiveFileName": "JAREL-1.0.0.zip", + "size": 17920, + "checksum": "SHA-256:2c1b2bd171b0e834fdba5eaee68219a5e3559fefd75ec2afa85933829c1a5f11" + }, + { + "name": "TouchKeypad", + "version": "0.0.1", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "A keypad for touchscreens.", + "paragraph": "Provides (relatively) easy creation of a keypad touch interface with events fired (touch and repeat touch) with visual feedback of touch interactions.", + "website": "https://github.com/Stutchbury/TouchKeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/TouchKeypad.git", + "providesIncludes": [ + "TouchKeypad.h" + ], + "dependencies": [ + { + "name": "Adafruit_TouchScreen" + }, + { + "name": "DisplayUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/TouchKeypad-0.0.1.zip", + "archiveFileName": "TouchKeypad-0.0.1.zip", + "size": 29638, + "checksum": "SHA-256:488378e5ccbca5760a25f504b3e84fee8c8a19818f3b55b431134c5885a058a2" + }, + { + "name": "TouchKeypad", + "version": "0.0.2", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "A keypad for touchscreens.", + "paragraph": "Provides (relatively) easy creation of a keypad touch interface with events fired (touch and repeat touch) with visual feedback of touch interactions.", + "website": "https://github.com/Stutchbury/TouchKeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/TouchKeypad.git", + "providesIncludes": [ + "TouchKeypad.h" + ], + "dependencies": [ + { + "name": "Adafruit TouchScreen" + }, + { + "name": "DisplayUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/TouchKeypad-0.0.2.zip", + "archiveFileName": "TouchKeypad-0.0.2.zip", + "size": 34684, + "checksum": "SHA-256:dd23e570b5437512140352de151159bc1692f110ee4a9101ea30362dae18a976" + }, + { + "name": "TouchKeypad", + "version": "0.0.3", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "A keypad for touchscreens.", + "paragraph": "Provides (relatively) easy creation of a keypad touch interface with events fired (touch and repeat touch) with visual feedback of touch interactions.", + "website": "https://github.com/Stutchbury/TouchKeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/TouchKeypad.git", + "providesIncludes": [ + "TouchKeypad.h" + ], + "dependencies": [ + { + "name": "Adafruit TouchScreen" + }, + { + "name": "DisplayUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/TouchKeypad-0.0.3.zip", + "archiveFileName": "TouchKeypad-0.0.3.zip", + "size": 37380, + "checksum": "SHA-256:a2e9eaafc98a7ebdcbbd27f33ab81a6ad0152195146b6edd0a6f4613cf6345ed" + }, + { + "name": "TouchKeypad", + "version": "0.0.4", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "A keypad for touchscreens.", + "paragraph": "Provides (relatively) easy creation of a keypad touch interface with events fired (touch and repeat touch) with visual feedback of touch interactions.", + "website": "https://github.com/Stutchbury/TouchKeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/TouchKeypad.git", + "providesIncludes": [ + "TouchKeypad.h" + ], + "dependencies": [ + { + "name": "Adafruit TouchScreen" + }, + { + "name": "DisplayUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/TouchKeypad-0.0.4.zip", + "archiveFileName": "TouchKeypad-0.0.4.zip", + "size": 41375, + "checksum": "SHA-256:0f1067a5f0f25fd4a0a9c581469dac8eeb689ef36301efda00b56e546a1fc62d" + }, + { + "name": "TouchKeypad", + "version": "0.0.5", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "A keypad for touchscreens.", + "paragraph": "Provides (relatively) easy creation of a keypad touch interface with events fired (touch and repeat touch) with visual feedback of touch interactions.", + "website": "https://github.com/Stutchbury/TouchKeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/TouchKeypad.git", + "providesIncludes": [ + "TouchKeypad.h" + ], + "dependencies": [ + { + "name": "Adafruit TouchScreen" + }, + { + "name": "DisplayUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/TouchKeypad-0.0.5.zip", + "archiveFileName": "TouchKeypad-0.0.5.zip", + "size": 41378, + "checksum": "SHA-256:328cc4659f4b014434019f84c236ae204d390521160bc18cf614d34a50f9d40d" + }, + { + "name": "TouchKeypad", + "version": "0.0.6", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "A keypad for touchscreens.", + "paragraph": "Provides (relatively) easy creation of a keypad touch interface with events fired (touch and repeat touch) with visual feedback of touch interactions.", + "website": "https://github.com/Stutchbury/TouchKeypad", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/TouchKeypad.git", + "providesIncludes": [ + "TouchKeypad.h" + ], + "dependencies": [ + { + "name": "Adafruit TouchScreen" + }, + { + "name": "DisplayUtils" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/TouchKeypad-0.0.6.zip", + "archiveFileName": "TouchKeypad-0.0.6.zip", + "size": 41370, + "checksum": "SHA-256:8f7f1c3528cbee410ad07d3b7b5b2dffa0b79e9ea929019db12d26623dbe6c2f" + }, + { + "name": "TinyGPSPlus", + "version": "1.0.3", + "author": "Mikal Hart", + "maintainer": "Mikal Hart\u003cmikal@arduniana.org\u003e", + "sentence": "TinyGPSPlus provides object-oriented parsing of GPS (NMEA) sentences", + "paragraph": "NMEA is the standard format GPS devices use to report location, time, altitude, etc. TinyGPSPlus is a compact, resilient library that parses the most common NMEA 'sentences' used: GGA and RMC. It can also be customized to extract data from *any* compliant sentence.", + "website": "https://github.com/mikalhart/TinyGPSPlus", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mikalhart/TinyGPSPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mikalhart/TinyGPSPlus-1.0.3.zip", + "archiveFileName": "TinyGPSPlus-1.0.3.zip", + "size": 47759, + "checksum": "SHA-256:4f057c0dfa1f047a968eb00fb2ee98e33e07448493fbf5209c82c2a8a3281cc2" + }, + { + "name": "NoBlockEEPROM", + "version": "0.0.1", + "author": "Victor Chavez", + "maintainer": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "sentence": "Non Blocking EEPROM Library for Arduino", + "paragraph": "Library that does not use blocking methods to write/read to eeprom", + "website": "https://github.com/vChavezB/NoBlockEEPROM", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/NoBlockEEPROM.git", + "providesIncludes": [ + "NoBlockEEPROM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/NoBlockEEPROM-0.0.1.zip", + "archiveFileName": "NoBlockEEPROM-0.0.1.zip", + "size": 18519, + "checksum": "SHA-256:de3de739a27018d51419e2db6a02ecaf61eefd6a58f9593df8dcd9d6579fe901" + }, + { + "name": "NoBlockEEPROM", + "version": "0.0.2", + "author": "Victor Chavez", + "maintainer": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "sentence": "Non Blocking EEPROM Library for Arduino", + "paragraph": "Library that does not use blocking methods to write/read to eeprom", + "website": "https://github.com/vChavezB/NoBlockEEPROM", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/NoBlockEEPROM.git", + "providesIncludes": [ + "NoBlockEEPROM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/NoBlockEEPROM-0.0.2.zip", + "archiveFileName": "NoBlockEEPROM-0.0.2.zip", + "size": 18522, + "checksum": "SHA-256:cd2abdabf5b84a392fbf669ce112d9e0a441f5797f29f713838caeca3224d8c2" + }, + { + "name": "GyverPortal", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.0.0.zip", + "archiveFileName": "GyverPortal-1.0.0.zip", + "size": 200254, + "checksum": "SHA-256:d8297f0796c34a236917e52dde69f34ef782f0d72d5aba5a97809c51fad39319" + }, + { + "name": "GyverPortal", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.1.0.zip", + "archiveFileName": "GyverPortal-1.1.0.zip", + "size": 201234, + "checksum": "SHA-256:cffd68197f886ca232c2f204cdb9eb25f4b0c01be6105534a313e879a9aeaf59" + }, + { + "name": "GyverPortal", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.2.0.zip", + "archiveFileName": "GyverPortal-1.2.0.zip", + "size": 331167, + "checksum": "SHA-256:70df50e72e851070e141ca01d5c2c9879f9b968a2fb79e5d69d9cf695ca19783" + }, + { + "name": "GyverPortal", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.3.0.zip", + "archiveFileName": "GyverPortal-1.3.0.zip", + "size": 331454, + "checksum": "SHA-256:d8ace7a1381737f5475805ef8e1a54da0b8d335c83e674f67ce36dc2aea5b5b5" + }, + { + "name": "GyverPortal", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.4.0.zip", + "archiveFileName": "GyverPortal-1.4.0.zip", + "size": 337711, + "checksum": "SHA-256:17e876179139a67ae83774d5a761d15860dfcd2dd9af8b155c9e79a2269fbac8" + }, + { + "name": "GyverPortal", + "version": "1.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.5.0.zip", + "archiveFileName": "GyverPortal-1.5.0.zip", + "size": 337926, + "checksum": "SHA-256:8e4357f151715141f198a24a18045ce58f608c26c127908cdca42915c6b66821" + }, + { + "name": "GyverPortal", + "version": "1.5.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.5.1.zip", + "archiveFileName": "GyverPortal-1.5.1.zip", + "size": 337971, + "checksum": "SHA-256:52c39154466953167d5e14d151f952e233c58264db5922b0a458dba15fd01378" + }, + { + "name": "GyverPortal", + "version": "1.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.6.0.zip", + "archiveFileName": "GyverPortal-1.6.0.zip", + "size": 350354, + "checksum": "SHA-256:5b9438b728c5fd2f28222b5e1e3b155bc3f11649f14abd714fb65926641cb0fe" + }, + { + "name": "GyverPortal", + "version": "1.7.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-1.7.0.zip", + "archiveFileName": "GyverPortal-1.7.0.zip", + "size": 350448, + "checksum": "SHA-256:c5f102b58e28b3d2816fc2bc9e67b9d53743b93aa1bcb58da712dbdc192ac0ff" + }, + { + "name": "GyverPortal", + "version": "2.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-2.0.0.zip", + "archiveFileName": "GyverPortal-2.0.0.zip", + "size": 354651, + "checksum": "SHA-256:3fdc3f8549ac5ca08c59ad14bd78cb3b5f0a95cc2bcebdcb15a1ed3b06c5fecd" + }, + { + "name": "GyverPortal", + "version": "2.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-2.1.0.zip", + "archiveFileName": "GyverPortal-2.1.0.zip", + "size": 360341, + "checksum": "SHA-256:fb3b8091427c4f9baf55ab6987e4f8aad7e8b193a2308867cffb0c76a431cf7e" + }, + { + "name": "GyverPortal", + "version": "3.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.0.0.zip", + "archiveFileName": "GyverPortal-3.0.0.zip", + "size": 2051957, + "checksum": "SHA-256:608bd69efbe85d02a68c3a956f09e70de8da4cc2c40bcce542d6d633e9ab549e" + }, + { + "name": "GyverPortal", + "version": "3.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.1.0.zip", + "archiveFileName": "GyverPortal-3.1.0.zip", + "size": 2045792, + "checksum": "SHA-256:4d5abea56ddc622325bae6c6684704096e68f6ddff0597089bca3e93ad44e847" + }, + { + "name": "GyverPortal", + "version": "3.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.2.0.zip", + "archiveFileName": "GyverPortal-3.2.0.zip", + "size": 2046582, + "checksum": "SHA-256:56af5ae62ac5ab3537123bf9e3d4d87f5996efbd23a6928aa59e0c55f8b7cd59" + }, + { + "name": "GyverPortal", + "version": "3.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.3.0.zip", + "archiveFileName": "GyverPortal-3.3.0.zip", + "size": 2087857, + "checksum": "SHA-256:9e9e9bc2dd17060940f7887962c48cb685101f0a21c90e010663a3aad8026011" + }, + { + "name": "GyverPortal", + "version": "3.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.4.0.zip", + "archiveFileName": "GyverPortal-3.4.0.zip", + "size": 2114988, + "checksum": "SHA-256:341a786d78c2709091d86077302cc1c6f855dfb292934c20e15071ccd940631a" + }, + { + "name": "GyverPortal", + "version": "3.5.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.5.0.zip", + "archiveFileName": "GyverPortal-3.5.0.zip", + "size": 2120775, + "checksum": "SHA-256:2198f86e41394882f6b2eda651b03c89667b30d0390e8c4580737be78d860361" + }, + { + "name": "GyverPortal", + "version": "3.5.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.5.1.zip", + "archiveFileName": "GyverPortal-3.5.1.zip", + "size": 2120895, + "checksum": "SHA-256:0e6c9997f50aa2029383e3c10a4b065851a9928598f78ef08280354ef5ce070b" + }, + { + "name": "GyverPortal", + "version": "3.5.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.5.2.zip", + "archiveFileName": "GyverPortal-3.5.2.zip", + "size": 2120991, + "checksum": "SHA-256:d6f09e3d5c01c58936acf029c37c69d256ca826b05a7e04927fffcde69dadeaf" + }, + { + "name": "GyverPortal", + "version": "3.5.3", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.5.3.zip", + "archiveFileName": "GyverPortal-3.5.3.zip", + "size": 2121130, + "checksum": "SHA-256:20588758815d6c20627696d46170b19e4c6ecc640f7139e0bc020f47f19f195e" + }, + { + "name": "GyverPortal", + "version": "3.6.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.6.0.zip", + "archiveFileName": "GyverPortal-3.6.0.zip", + "size": 2122354, + "checksum": "SHA-256:4d2f55dd7c972074a0b47a1323ff483169b64bd1312d4b437ed79e1f80c236d6" + }, + { + "name": "GyverPortal", + "version": "3.6.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.6.1.zip", + "archiveFileName": "GyverPortal-3.6.1.zip", + "size": 2123875, + "checksum": "SHA-256:96ea51f3daa49dd7d867cddfae66c95b27efa83cb1087f38825994454c938a75" + }, + { + "name": "GyverPortal", + "version": "3.6.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.6.2.zip", + "archiveFileName": "GyverPortal-3.6.2.zip", + "size": 2123964, + "checksum": "SHA-256:b2cbfe4dcaaa1d5ec4ab5f4659d61c44d72df76aa82eb632c62983ebd7927d1c" + }, + { + "name": "GyverPortal", + "version": "3.6.3", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.6.3.zip", + "archiveFileName": "GyverPortal-3.6.3.zip", + "size": 2123937, + "checksum": "SHA-256:15cf11be4556b8886e3eb6e6c0b765e91b70f2600ea64bf78c0c2025325d7793" + }, + { + "name": "GyverPortal", + "version": "3.6.4", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.6.4.zip", + "archiveFileName": "GyverPortal-3.6.4.zip", + "size": 2125078, + "checksum": "SHA-256:9f2e5c5ae65f3e368490f972d602dceaa2d84de2ae06b712003b3030a13421d9" + }, + { + "name": "GyverPortal", + "version": "3.6.5", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.6.5.zip", + "archiveFileName": "GyverPortal-3.6.5.zip", + "size": 2125151, + "checksum": "SHA-256:678203e5b0fc92d0af98010037a738bdbe961930a340aea745d8db2de219f476" + }, + { + "name": "GyverPortal", + "version": "3.6.6", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple web interface builder for esp8266 and ESP32", + "paragraph": "Simple web interface builder for esp8266 and ESP32", + "website": "https://github.com/GyverLibs/GyverPortal", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverPortal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverPortal-3.6.6.zip", + "archiveFileName": "GyverPortal-3.6.6.zip", + "size": 2125118, + "checksum": "SHA-256:699c363ebde9e6348cbdb623bccf1eb75050ca3b7e682400da6ea5d8af796b79" + }, + { + "name": "Seeed Arduino 8Channel I2C Hub", + "version": "1.0.1", + "author": "Seeed Studio", + "maintainer": "Seeed Studio (techsupport@seeed.cc)", + "sentence": "An extensible library for interfacing with 8Channel I2C Hub", + "paragraph": "This 8 Channel I2C Hub is a multiple I2C port support hub.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_8Channel_I2C_Hub", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_8Channel_I2C_Hub.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_8Channel_I2C_Hub-1.0.1.zip", + "archiveFileName": "Seeed_Arduino_8Channel_I2C_Hub-1.0.1.zip", + "size": 8118, + "checksum": "SHA-256:0dfe65422839c0d5b77587f1de17ccc8338e7dcab9be15d5bd4c8380610c9ffe" + }, + { + "name": "MS5611_SPI", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library (SPI) for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611_SPI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611_SPI.git", + "providesIncludes": [ + "MS5611_SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611_SPI-0.1.0.zip", + "archiveFileName": "MS5611_SPI-0.1.0.zip", + "size": 22799, + "checksum": "SHA-256:9fb383c51386f5fb24c9f3bad4bb9b71d37ac7eed5c24f0291869bb083210c8e" + }, + { + "name": "MS5611_SPI", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library (SPI) for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611_SPI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611_SPI.git", + "providesIncludes": [ + "MS5611_SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611_SPI-0.1.1.zip", + "archiveFileName": "MS5611_SPI-0.1.1.zip", + "size": 24141, + "checksum": "SHA-256:9de4b79efc44d4d135d366179851558c62a2dc12f812109fd3300019ff767cf1" + }, + { + "name": "MS5611_SPI", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library (SPI) for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611_SPI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611_SPI.git", + "providesIncludes": [ + "MS5611_SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611_SPI-0.1.2.zip", + "archiveFileName": "MS5611_SPI-0.1.2.zip", + "size": 24896, + "checksum": "SHA-256:6e3404ed5249b93d4e18d70b9e99fd0821843f41a543f4cdaef39538c354c63e" + }, + { + "name": "MS5611_SPI", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library (SPI) for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611_SPI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611_SPI.git", + "providesIncludes": [ + "MS5611_SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611_SPI-0.1.3.zip", + "archiveFileName": "MS5611_SPI-0.1.3.zip", + "size": 25167, + "checksum": "SHA-256:39d5514b5550bf2909fe6f90fa4ba656dab2e2ecbfb081eab20207602411375c" + }, + { + "name": "MS5611_SPI", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library (SPI) for MS5611 temperature and pressure sensor", + "paragraph": "Experimental, GY-63, GY63.", + "website": "https://github.com/RobTillaart/MS5611_SPI", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MS5611_SPI.git", + "providesIncludes": [ + "MS5611_SPI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611_SPI-0.2.0.zip", + "archiveFileName": "MS5611_SPI-0.2.0.zip", + "size": 25435, + "checksum": "SHA-256:64abdbe326927c3c7bfd003a95e6193320acb72fea010210af3748159f8e5faf" + }, + { + "name": "ATOM_DTU_CAT1", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for ATOM DTU CAT1 development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/ATOM_DTU_CAT1", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/ATOM_DTU_CAT1.git", + "providesIncludes": [ + "ATOM_DTU_CAT1.h" + ], + "dependencies": [ + { + "name": "M5Atom" + }, + { + "name": "TinyGSM" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/ATOM_DTU_CAT1-0.0.1.zip", + "archiveFileName": "ATOM_DTU_CAT1-0.0.1.zip", + "size": 7576, + "checksum": "SHA-256:746669190574f0955c937f1b2c10177178b2fa346ebf051f7fa4315b8211de52" + }, + { + "name": "PRDC_RS485HD_STM32", + "version": "1.0.1", + "author": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "maintainer": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "sentence": "PR-DC Half-Duplex RS485 communication Library for Arduino_Core_STM32.", + "paragraph": "This library precisely changes the state of control pins (Receiver Output Enable and Driver Output Enable) for receiving and transmitting.", + "website": "https://github.com/PR-DC/PRDC_RS485HD_STM32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_RS485HD_STM32.git", + "providesIncludes": [ + "PRDC_RS485HD_STM32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_RS485HD_STM32-1.0.1.zip", + "archiveFileName": "PRDC_RS485HD_STM32-1.0.1.zip", + "size": 13941, + "checksum": "SHA-256:de47556e6e30a990216e1ffc08a2ecc553cb7fb1abf3ca1590fc257ff3b25ed1" + }, + { + "name": "GGreg20_V3", + "version": "1.0.0", + "author": "IoT-devices, LLC \u003cinfo@iot-devices.com.ua\u003e", + "maintainer": "IoT-devices, LLC \u003cinfo@iot-devices.com.ua\u003e", + "sentence": "IoT-devices GGreg20_V3 ionizing radiation detector pulse output driver library.", + "paragraph": "GGreg20_V3 ionizing radiation detector pulse counter driver library for Arduino. Counting CPM (SBM-20 counts per minute) and ionizing radiation power, uSv/h MA5 (5-minutr moving average) values.", + "website": "https://github.com/iotdevicesdev/IoT-devices_GGreg20_V3_Arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iotdevicesdev/GGreg20_V3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iotdevicesdev/GGreg20_V3-1.0.0.zip", + "archiveFileName": "GGreg20_V3-1.0.0.zip", + "size": 748431, + "checksum": "SHA-256:919078484d62aa113fc1dc5cb689e8773017a0ab4af968b9fc958b9c894779f2" + }, + { + "name": "PRDC_FreePort", + "version": "1.0.1", + "author": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "maintainer": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "sentence": "FreePort Protocol for communication with VFD over RS485 implemented in Arduino library.", + "paragraph": "Three-phase squirrel-cage induction motors with Variable Frequency Drives (VFD) are the backbone of the industry. This library makes it possible to communicate with VFD using serial communication over RS485 in order to control and monitor its state.", + "website": "https://github.com/PR-DC/PRDC_FreePort", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_FreePort.git", + "providesIncludes": [ + "PRDC_FreePort.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_FreePort-1.0.1.zip", + "archiveFileName": "PRDC_FreePort-1.0.1.zip", + "size": 10874, + "checksum": "SHA-256:9858a2d9627d3e50860f225020ef5b0b14768f53123329671942f6b5ee51327d" + }, + { + "name": "PRDC_ServoHT", + "version": "1.0.2", + "author": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "maintainer": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "sentence": "PWM signal for Servo motor control is generated using HardwareTimer library from Arduino_Core_STM32, for every i/o pin, that has PWM capability.", + "paragraph": "Timer and channel are configured within the attach() method.", + "website": "https://github.com/PR-DC/PRDC_ServoHT", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_ServoHT.git", + "providesIncludes": [ + "PRDC_ServoHT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_ServoHT-1.0.2.zip", + "archiveFileName": "PRDC_ServoHT-1.0.2.zip", + "size": 13123, + "checksum": "SHA-256:dc7689e863c8877f6aff582af093bf7061117f0f0281fc4b57b3ee6b4bf71e1b" + }, + { + "name": "PRDC_TMAESC", + "version": "1.0.1", + "author": "Veljko Petrovic \u003cvpetrovic@pr-dc.com\u003e", + "maintainer": "Veljko Petrovic \u003cvpetrovic@pr-dc.com\u003e", + "sentence": "PR-DC Arduino Library for T-Motor ALPHA ESC Telemetry Protocol.", + "paragraph": "The T-Motor ALPHA ESC is a revolutionary ESC based on FOC (Sinewave) with intelligent algorithm to satisfy the requirements of professional applications for efficient, accurate and steady motor control.", + "website": "https://github.com/PR-DC/PRDC_TMAESC", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_TMAESC.git", + "providesIncludes": [ + "PRDC_TMAESC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_TMAESC-1.0.1.zip", + "archiveFileName": "PRDC_TMAESC-1.0.1.zip", + "size": 11066, + "checksum": "SHA-256:5a06ee69689baef88a7b346046f56906dcbd3885f31fb86d89f2b0ec5f6b2e77" + }, + { + "name": "PRDC_AD7797", + "version": "1.0.1", + "author": "Veljko Petrovic \u003cvpetrovic@pr-dc.com\u003e", + "maintainer": "Veljko Petrovic \u003cvpetrovic@pr-dc.com\u003e", + "sentence": "PR-DC Arduino Library for Analog Devices AD7797.", + "paragraph": "The AD7194 is a complete analog front end for high precision bridge sensor applications such as weigh scales. It contains a 24-bit sigma-delta (Σ-Δ) analog-to-digital converter (ADC). The on-chip instrumentation amplifier has a fixed gain of 128, allowing small amplitude signals such as those from bridge sensors to be directly interfaced to the ADC.", + "website": "https://github.com/PR-DC/PRDC_AD7797", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_AD7797.git", + "providesIncludes": [ + "PRDC_AD7797.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_AD7797-1.0.1.zip", + "archiveFileName": "PRDC_AD7797-1.0.1.zip", + "size": 14525, + "checksum": "SHA-256:26479b9266d568a51ba24a34359a6e92101c21a64f24d6fa30c7e72f35d49163" + }, + { + "name": "PRDC_AD7193", + "version": "1.0.1", + "author": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "maintainer": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "sentence": "PR-DC Arduino Library for Analog Devices AD7193.", + "paragraph": "The AD7193 is a low noise, complete analog front end for high precision measurement applications. It contains a low noise, 24-bit sigma-delta (Σ-Δ) analog-to-digital converter (ADC). The on-chip low noise gain stage means that signals of small amplitude can interface directly to the ADC. The device can be configured to have four differential inputs.", + "website": "https://github.com/PR-DC/PRDC_AD7193", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_AD7193.git", + "providesIncludes": [ + "PRDC_AD7193.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_AD7193-1.0.1.zip", + "archiveFileName": "PRDC_AD7193-1.0.1.zip", + "size": 926699, + "checksum": "SHA-256:b117aa73095989f85559e98d9f3ceccf24730b342f94d43901b8ffaad2c1f0fb" + }, + { + "name": "PRDC_AD7193", + "version": "1.1.0", + "author": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "maintainer": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "sentence": "PR-DC Arduino Library for Analog Devices AD7193.", + "paragraph": "The AD7193 is a low noise, complete analog front end for high precision measurement applications. It contains a low noise, 24-bit sigma-delta (Σ-Δ) analog-to-digital converter (ADC). The on-chip low noise gain stage means that signals of small amplitude can interface directly to the ADC. The device can be configured to have four differential inputs.", + "website": "https://github.com/PR-DC/PRDC_AD7193", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_AD7193.git", + "providesIncludes": [ + "PRDC_AD7193.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_AD7193-1.1.0.zip", + "archiveFileName": "PRDC_AD7193-1.1.0.zip", + "size": 927010, + "checksum": "SHA-256:3919542d980ebe696e655420fc4645375803a14425c4a0b690613d15afc2b0f9" + }, + { + "name": "PRDC_AD7194", + "version": "1.0.1", + "author": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "maintainer": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "sentence": "PR-DC Arduino Library for Analog Devices AD7194.", + "paragraph": "The AD7194 is a low noise, complete analog front end for high precision measurement applications. It contains a low noise, 24-bit sigma-delta (Σ-Δ) analog-to-digital converter (ADC). The on-chip low noise gain stage means that signals of small amplitude can interface directly to the ADC. The device can be configured to have eight differential inputs.", + "website": "https://github.com/PR-DC/PRDC_AD7194", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_AD7194.git", + "providesIncludes": [ + "PRDC_AD7194.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_AD7194-1.0.1.zip", + "archiveFileName": "PRDC_AD7194-1.0.1.zip", + "size": 917499, + "checksum": "SHA-256:ef4edfc682655a8feb4ad9ca084b35abd3e446fd2c6db8f75a05f0524ca7f76b" + }, + { + "name": "PRDC_AD7194", + "version": "1.1.0", + "author": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "maintainer": "Milos Petrasinovic \u003cmpetrasinovic@pr-dc.com\u003e", + "sentence": "PR-DC Arduino Library for Analog Devices AD7194.", + "paragraph": "The AD7194 is a low noise, complete analog front end for high precision measurement applications. It contains a low noise, 24-bit sigma-delta (Σ-Δ) analog-to-digital converter (ADC). The on-chip low noise gain stage means that signals of small amplitude can interface directly to the ADC. The device can be configured to have eight differential inputs.", + "website": "https://github.com/PR-DC/PRDC_AD7194", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PR-DC/PRDC_AD7194.git", + "providesIncludes": [ + "PRDC_AD7194.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PR-DC/PRDC_AD7194-1.1.0.zip", + "archiveFileName": "PRDC_AD7194-1.1.0.zip", + "size": 917716, + "checksum": "SHA-256:50a9953e09fae652f7882a7915f4459d9ce68f5d487b91a081177be565f8bdea" + }, + { + "name": "ezLED", + "version": "1.0.0", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "LED library for Arduino", + "paragraph": "LED library supports turn on/off, toggle, fade in/out, blink, blink in period, blink in a number of time. It is easy to use to control multiple LEDs... It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-led-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/led.git", + "providesIncludes": [ + "ezLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezLED-1.0.0.zip", + "archiveFileName": "ezLED-1.0.0.zip", + "size": 14870, + "checksum": "SHA-256:b30f143c6b68ef9659f0d6a84ab0cfa4b038a32eb131745305b62cd2665da422" + }, + { + "name": "ezLED", + "version": "1.0.1", + "author": "ArduinoGetStarted.com", + "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", + "sentence": "LED library for Arduino", + "paragraph": "LED library supports turn on/off, toggle, fade in/out, blink, blink in period, blink in a number of time. It is easy to use to control multiple LEDs... It is designed for not only beginners but also experienced users", + "website": "https://arduinogetstarted.com/tutorials/arduino-led-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArduinoGetStarted/led.git", + "providesIncludes": [ + "ezLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezLED-1.0.1.zip", + "archiveFileName": "ezLED-1.0.1.zip", + "size": 14864, + "checksum": "SHA-256:c8a4098aecd66080d424220478e09658c7fc8f7df5d8f9db323be85482220d6f" + }, + { + "name": "Fletcher", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.0.zip", + "archiveFileName": "Fletcher-0.1.0.zip", + "size": 7426, + "checksum": "SHA-256:a2905d0988c4b5a2fa7cb5f09f78122a5cacc5933f78de8f59865a9994550135" + }, + { + "name": "Fletcher", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.1.zip", + "archiveFileName": "Fletcher-0.1.1.zip", + "size": 8518, + "checksum": "SHA-256:b0b0e5d649049bf02319e9518f9aa7bd75e2843e6267ca993eeb4a2684cb201e" + }, + { + "name": "Fletcher", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.2.zip", + "archiveFileName": "Fletcher-0.1.2.zip", + "size": 19677, + "checksum": "SHA-256:2118e2144dcd704f06d2c4a656b12bd0c5fef1082e80678d21b7853ffa1f0f39" + }, + { + "name": "Fletcher", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.3.zip", + "archiveFileName": "Fletcher-0.1.3.zip", + "size": 20365, + "checksum": "SHA-256:99537dca0ed3d6ce3a444dad658f05af17137d79b8a3237d0a54cbdc1d9b0297" + }, + { + "name": "Fletcher", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.4.zip", + "archiveFileName": "Fletcher-0.1.4.zip", + "size": 24542, + "checksum": "SHA-256:b8ba538c07b366e1275da038c42f69891ee321dcc59b5caecfb5c70bcb0d3603" + }, + { + "name": "Fletcher", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.5.zip", + "archiveFileName": "Fletcher-0.1.5.zip", + "size": 24801, + "checksum": "SHA-256:07cbe5b04d7a8e053978dac24a90874ca495d197027adfae92d08471f2356b5c" + }, + { + "name": "Fletcher", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.6.zip", + "archiveFileName": "Fletcher-0.1.6.zip", + "size": 35280, + "checksum": "SHA-256:01537d7e52112b50ab8fb4f042aa11f89470c170cf93cb4931c06493bff8dc0c" + }, + { + "name": "Fletcher", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.7.zip", + "archiveFileName": "Fletcher-0.1.7.zip", + "size": 40413, + "checksum": "SHA-256:b0adac23bc921078a633eea7a3991717133de81e8bf2fad12083c9ca99c9b1f6" + }, + { + "name": "Fletcher", + "version": "0.1.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.8.zip", + "archiveFileName": "Fletcher-0.1.8.zip", + "size": 40646, + "checksum": "SHA-256:65aa373cddde9ab1eceee7950a3a4d1f118f3a0d6a8d1cad053502d2dc4db083" + }, + { + "name": "Fletcher", + "version": "0.1.9", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Fletcher's checksum.", + "website": "https://github.com/RobTillaart/Fletcher", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Fletcher.git", + "providesIncludes": [ + "Fletcher.h", + "Fletcher16.h", + "Fletcher32.h", + "Fletcher64.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fletcher-0.1.9.zip", + "archiveFileName": "Fletcher-0.1.9.zip", + "size": 40888, + "checksum": "SHA-256:93954a5f104ef5b3e6d5f7d72e256797b1fe736bfb7032a8ac5f75966ae381d1" + }, + { + "name": "G4Enc", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Optimized CCITT G4 (ITU T.6) encoder.", + "paragraph": "A fast G4 encoder library designed for constrained memory devices. Supports writing TIFF files or raw G4 data.", + "website": "https://github.com/bitbank2/G4Enc", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/G4Enc.git", + "providesIncludes": [ + "G4ENCODER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/G4Enc-1.0.0.zip", + "archiveFileName": "G4Enc-1.0.0.zip", + "size": 105489, + "checksum": "SHA-256:9051900e85d3b6fbadd1641d83f51b24498d974af298ec1f57d3615dff21d7f8" + }, + { + "name": "Arancino", + "version": "0.1.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "communication", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.0.zip", + "archiveFileName": "Arancino-0.1.0.zip", + "size": 29935, + "checksum": "SHA-256:6d80db5ae2fc355c3453156a9a4e800c7606efc5125a3134b1235f2b0b058139" + }, + { + "name": "Arancino", + "version": "0.1.1", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It's designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.1.zip", + "archiveFileName": "Arancino-0.1.1.zip", + "size": 30563, + "checksum": "SHA-256:725c9543fdc232d6468af63937562455dd445e0242554f51571555c3d71e4e5b" + }, + { + "name": "Arancino", + "version": "0.1.2", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.1.2.zip", + "archiveFileName": "Arancino-0.1.2.zip", + "size": 30628, + "checksum": "SHA-256:09e20f59e609dafe54444fee5d1c83b92f21f4431743e9e23de544a0c1f3c3d2" + }, + { + "name": "Arancino", + "version": "0.2.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.2.0.zip", + "archiveFileName": "Arancino-0.2.0.zip", + "size": 32597, + "checksum": "SHA-256:7b2b185635aaadf48e45593a8f00fffa9430a60df83f28a12232db2e98817123" + }, + { + "name": "Arancino", + "version": "0.2.1", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.2.1.zip", + "archiveFileName": "Arancino-0.2.1.zip", + "size": 33000, + "checksum": "SHA-256:27a36a86939eef82de10a8bf94ee40bcd851fcb1b95c4f38d9d16a77902257ae" + }, + { + "name": "Arancino", + "version": "0.3.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.3.0.zip", + "archiveFileName": "Arancino-0.3.0.zip", + "size": 33336, + "checksum": "SHA-256:9bec798a33aec8cac3c47a8687c50d1e80d24f74b5bd22c64b80cee420c4110d" + }, + { + "name": "Arancino", + "version": "0.4.0", + "author": "SmartMe.IO", + "maintainer": "SmartMe.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-0.4.0.zip", + "archiveFileName": "Arancino-0.4.0.zip", + "size": 34171, + "checksum": "SHA-256:d6951cb0a3b4a58e7f3c2dae7c1ec76044b45b06024b48e4c81e916d8d54f735" + }, + { + "name": "Arancino", + "version": "1.0.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.0.zip", + "archiveFileName": "Arancino-1.0.0.zip", + "size": 68743, + "checksum": "SHA-256:e4f5e968dcdd548abf291f5690a47fe8eefd4020fe8db77a20686d7765ac93ee" + }, + { + "name": "Arancino", + "version": "1.0.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.1.zip", + "archiveFileName": "Arancino-1.0.1.zip", + "size": 68436, + "checksum": "SHA-256:b4e22a4d736c16989ca17c3b4827232fbc4f9bd864d3bec9e7b3250674903b3a" + }, + { + "name": "Arancino", + "version": "1.0.2", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.0.2.zip", + "archiveFileName": "Arancino-1.0.2.zip", + "size": 68478, + "checksum": "SHA-256:6ae4ef911aaa48369da0081efd8a994322c02acd8530f21272c421080a5c60c6" + }, + { + "name": "Arancino", + "version": "1.1.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.1.0.zip", + "archiveFileName": "Arancino-1.1.0.zip", + "size": 70101, + "checksum": "SHA-256:96fc0bdf774b3ee8403a0e9f43b5eaddd672eeda479dc0b851c0ac98eab49d72" + }, + { + "name": "Arancino", + "version": "1.2.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.2.0.zip", + "archiveFileName": "Arancino-1.2.0.zip", + "size": 71123, + "checksum": "SHA-256:a7221f9db9d17410e582d1d616947369b470490cbab9c73d06bda96e1dec3e99" + }, + { + "name": "Arancino", + "version": "1.2.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.2.1.zip", + "archiveFileName": "Arancino-1.2.1.zip", + "size": 71184, + "checksum": "SHA-256:bc5aa01a43b8ddff4be500b5bf587c4e2a9171ba7dd2536248ad3f4576ca1f58" + }, + { + "name": "Arancino", + "version": "1.3.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.3.0.zip", + "archiveFileName": "Arancino-1.3.0.zip", + "size": 77746, + "checksum": "SHA-256:12f6745b85abed63b6c28916e0d8e7f4e1d2f8ef7eb401d46e3317f44765fbac" + }, + { + "name": "Arancino", + "version": "1.3.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.3.1.zip", + "archiveFileName": "Arancino-1.3.1.zip", + "size": 78544, + "checksum": "SHA-256:d0617879337b10c6a973a1e4b627aef7d192be52a0286712b1deb530d2126ffc" + }, + { + "name": "Arancino", + "version": "1.4.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.4.0.zip", + "archiveFileName": "Arancino-1.4.0.zip", + "size": 89409, + "checksum": "SHA-256:545523d4aa18b7e4238424b85b10a80f16684dc2c0b309136676799da8e7360c" + }, + { + "name": "Arancino", + "version": "1.4.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.4.1.zip", + "archiveFileName": "Arancino-1.4.1.zip", + "size": 89754, + "checksum": "SHA-256:a48d46467d38603f8690247b39fe61a3004ea82900127d9b210b3bcb87a3830b" + }, + { + "name": "Arancino", + "version": "1.4.2", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-1.4.2.zip", + "archiveFileName": "Arancino-1.4.2.zip", + "size": 89769, + "checksum": "SHA-256:0349c7e9c10777f9be12871c61d354d01d71e7586e20d52cee86e4c608f4b16c" + }, + { + "name": "Arancino", + "version": "2.0.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-2.0.0.zip", + "archiveFileName": "Arancino-2.0.0.zip", + "size": 180613, + "checksum": "SHA-256:1ca9e93ad80e5ae5d89ad22f20914b437f58e3d795f841a0c96866f41ed7b1b8" + }, + { + "name": "Arancino", + "version": "2.0.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-2.0.1.zip", + "archiveFileName": "Arancino-2.0.1.zip", + "size": 180649, + "checksum": "SHA-256:810e46c79dd3a085fc5162d2a8343a96f2a96e78a06712616ec8516b9a9d25db" + }, + { + "name": "Arancino", + "version": "2.1.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-2.1.0.zip", + "archiveFileName": "Arancino-2.1.0.zip", + "size": 181224, + "checksum": "SHA-256:092a886aeb3aec5c1b7166247448594a3a3ec1d4dc9c416227b2dff48ed0ce60" + }, + { + "name": "Arancino", + "version": "2.1.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-2.1.1.zip", + "archiveFileName": "Arancino-2.1.1.zip", + "size": 181377, + "checksum": "SHA-256:0e3fed2c5d39031a15cbb15a4c99fe2807a2232f23fd8543e8d4ab51990ebb4b" + }, + { + "name": "Arancino", + "version": "3.0.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-3.0.0.zip", + "archiveFileName": "Arancino-3.0.0.zip", + "size": 197573, + "checksum": "SHA-256:5975a3424278112cccfec820bf12d892a6c86b41a438086feaeef5d5df5ee458" + }, + { + "name": "Arancino", + "version": "3.1.0", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-3.1.0.zip", + "archiveFileName": "Arancino-3.1.0.zip", + "size": 196086, + "checksum": "SHA-256:dcb7b3518ee7021f375ff12110270afcf60046e09ccc58dc606d9a6c1bdd695a" + }, + { + "name": "Arancino", + "version": "3.1.1", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-3.1.1.zip", + "archiveFileName": "Arancino-3.1.1.zip", + "size": 196452, + "checksum": "SHA-256:217f38d8ec8552e85b2b7279921a2371c486ae95158cfff9ccdb3638d9c4f742" + }, + { + "name": "Arancino", + "version": "2.1.2", + "author": "smartme.IO", + "maintainer": "smartme.IO \u003cinfo@smartme.io\u003e", + "sentence": "Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.", + "paragraph": "It is designed to run on Arancino boards, but can runs in every microcontroller connected to unix-like systems running Arancino Module.", + "website": "http://www.arancino.cc", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smartmeio/arancino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smartmeio/Arancino-2.1.2.zip", + "archiveFileName": "Arancino-2.1.2.zip", + "size": 181397, + "checksum": "SHA-256:a14a591de682aaea439e8a11ec04d09f9e2b0cc4416bbbacdac985264051efac" + }, + { + "name": "107-Arduino-AS504x", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with various Austria Micro Systems angle position sensors.", + "website": "https://github.com/107-systems/107-Arduino-AS504x", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-AS504x.git", + "providesIncludes": [ + "107-Arduino-AS504x.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_AS504x-1.0.0.zip", + "archiveFileName": "107_Arduino_AS504x-1.0.0.zip", + "size": 686455, + "checksum": "SHA-256:2593f8401b42e5e8c536764f13fffb1bf20300ba39c5cae8324c7faaa04e98d2" + }, + { + "name": "107-Arduino-AS504x", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with various Austria Micro Systems angle position sensors.", + "website": "https://github.com/107-systems/107-Arduino-AS504x", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-AS504x.git", + "providesIncludes": [ + "107-Arduino-AS504x.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_AS504x-1.1.0.zip", + "archiveFileName": "107_Arduino_AS504x-1.1.0.zip", + "size": 7527853, + "checksum": "SHA-256:0729a673f39e39a9355c7661330a6209f88211bee4c12515d778844e620c12a5" + }, + { + "name": "107-Arduino-AS504x", + "version": "1.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with various Austria Micro Systems angle position sensors.", + "website": "https://github.com/107-systems/107-Arduino-AS504x", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-AS504x.git", + "providesIncludes": [ + "107-Arduino-AS504x.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_AS504x-1.2.0.zip", + "archiveFileName": "107_Arduino_AS504x-1.2.0.zip", + "size": 7528053, + "checksum": "SHA-256:77dca60c4d6d5634416df6e59f4af38683aa5a04212ae19112adcae52f9747e5" + }, + { + "name": "107-Arduino-AS504x", + "version": "1.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for interfacing with various Austria Micro Systems angle position sensors.", + "website": "https://github.com/107-systems/107-Arduino-AS504x", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-AS504x.git", + "providesIncludes": [ + "107-Arduino-AS504x.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_AS504x-1.3.0.zip", + "archiveFileName": "107_Arduino_AS504x-1.3.0.zip", + "size": 7528147, + "checksum": "SHA-256:0cec626d6a7663c3a8c30eb66d95127fcd4c7230bf42d9aef61dcb0e2c7e8dc2" + }, + { + "name": "Adler", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Adler-32 checksum.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.1.0.zip", + "archiveFileName": "Adler-0.1.0.zip", + "size": 9900, + "checksum": "SHA-256:30c5506b8b0675b17b8eb3ccfb42e1a32ed55aa1414b9dd7c9f01137d9304539" + }, + { + "name": "Adler", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Adler-32 checksum.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.1.1.zip", + "archiveFileName": "Adler-0.1.1.zip", + "size": 10410, + "checksum": "SHA-256:18a005cc42fe7509c5d0d290efe95cbd1adbf968e8858a59e276fa57e8d3664b" + }, + { + "name": "Adler", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Adler-32 checksum.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.1.2.zip", + "archiveFileName": "Adler-0.1.2.zip", + "size": 14396, + "checksum": "SHA-256:cca4248f99dc587a68ab66d403f62193984e75f5e0efa1df2615f14feb152883" + }, + { + "name": "Adler", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating Adler-32 and Adler-16 checksum.", + "paragraph": "Adler-16 is experimental.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h", + "Adler16.h", + "Adler32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.2.0.zip", + "archiveFileName": "Adler-0.2.0.zip", + "size": 25000, + "checksum": "SHA-256:7d04b11a577555d455c18a6480435fc49b0eb1d51b9c3780121ccaf8693c5f17" + }, + { + "name": "Adler", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating Adler-32 and Adler-16 checksum.", + "paragraph": "Adler-16 is experimental.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h", + "Adler16.h", + "Adler32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.2.1.zip", + "archiveFileName": "Adler-0.2.1.zip", + "size": 25835, + "checksum": "SHA-256:93cad094405ac3814d141077ff96ed78f450c598715dc167ec4afdc4e0438c2d" + }, + { + "name": "Adler", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating Adler-32 and Adler-16 checksum.", + "paragraph": "Adler-16 is experimental.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h", + "Adler16.h", + "Adler32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.2.2.zip", + "archiveFileName": "Adler-0.2.2.zip", + "size": 26057, + "checksum": "SHA-256:385113bdfd631e3f37d3f42b9eeed1085dbe20779f5a8fdfbfeb1cfdbee90e1c" + }, + { + "name": "Adler", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating Adler-32 and Adler-16 checksum.", + "paragraph": "Adler-16 is experimental.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h", + "Adler16.h", + "Adler32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.2.3.zip", + "archiveFileName": "Adler-0.2.3.zip", + "size": 26749, + "checksum": "SHA-256:e878c53d8c8171eaa073110dffa7868bd98ab0e1da4815c8eac1ef8c7215e51a" + }, + { + "name": "Adler", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating Adler-32 and Adler-16 checksum.", + "paragraph": "Adler-16 is experimental.", + "website": "https://github.com/RobTillaart/Adler", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Adler.git", + "providesIncludes": [ + "Adler.h", + "Adler16.h", + "Adler32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Adler-0.2.4.zip", + "archiveFileName": "Adler-0.2.4.zip", + "size": 28170, + "checksum": "SHA-256:e10f8e6910d119dd94b151d4a7d82cd9d83a6f7da42e8638ebd47ebe0ea72cff" + }, + { + "name": "WinkelICT ADXL362", + "version": "1.0.0", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "Library for ADXL362 accelerometer: ultralow power (0,270ua) with autonomous motion switch functionality.", + "paragraph": "Thoroughly tested low memory footprint library, complete implementation of datasheet / functionality. Easy debugging.", + "website": "https://github.com/winkelict/ADXL362", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/ADXL362.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_ADXL362-1.0.0.zip", + "archiveFileName": "WinkelICT_ADXL362-1.0.0.zip", + "size": 45166, + "checksum": "SHA-256:ddce8b51959aa86758f612a5b01f0a058c5adfc7050f4cdecd7ccfef0710512b" + }, + { + "name": "WinkelICT ADXL362", + "version": "1.0.1", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "Library for ADXL362 accelerometer: ultralow power (0,270uA) with autonomous motion switch functionality.", + "paragraph": "Thoroughly tested low memory footprint library, complete implementation of datasheet / functionality. Easy usage and debugging.", + "website": "https://github.com/winkelict/ADXL362", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/ADXL362.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_ADXL362-1.0.1.zip", + "archiveFileName": "WinkelICT_ADXL362-1.0.1.zip", + "size": 45186, + "checksum": "SHA-256:5f42dcd1ae6619350d17569a8f18aa75c65fffc427f188f12f266859dfe31895" + }, + { + "name": "WinkelICT ADXL362", + "version": "1.2.1", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "Library for ADXL362 accelerometer: ultralow power (0,270uA) with autonomous motion switch functionality.", + "paragraph": "Thoroughly tested low memory footprint library, complete implementation of datasheet / functionality. Easy usage and debugging.", + "website": "https://github.com/winkelict/ADXL362", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/ADXL362.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_ADXL362-1.2.1.zip", + "archiveFileName": "WinkelICT_ADXL362-1.2.1.zip", + "size": 52233, + "checksum": "SHA-256:98957343c4f475c065a2e01f1dfb678a4a7b8c41ff3c5e63dc5900845000286f" + }, + { + "name": "WinkelICT ADXL362", + "version": "1.2.2", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "Library for ADXL362 accelerometer: ultralow power (0,270uA) with autonomous motion switch functionality.", + "paragraph": "Thoroughly tested low memory footprint library, complete implementation of datasheet / functionality. Easy usage and debugging.", + "website": "https://github.com/winkelict/ADXL362", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/ADXL362.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_ADXL362-1.2.2.zip", + "archiveFileName": "WinkelICT_ADXL362-1.2.2.zip", + "size": 52274, + "checksum": "SHA-256:cbcaebdb219f0388738a773f8a71cd41dbc0137c11e8083ccc2088baf224d1ad" + }, + { + "name": "WinkelICT ADXL362", + "version": "1.2.3", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "Library for ADXL362 accelerometer: ultralow power (0,270uA) with autonomous motion switch functionality.", + "paragraph": "Thoroughly tested low memory footprint library, complete implementation of datasheet / functionality. Easy usage and debugging.", + "website": "https://github.com/winkelict/ADXL362", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/ADXL362.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_ADXL362-1.2.3.zip", + "archiveFileName": "WinkelICT_ADXL362-1.2.3.zip", + "size": 52228, + "checksum": "SHA-256:76a8b2c2175ff9b915a03b95284c4cce7faf566cf962f017a36725b3dc64e20b" + }, + { + "name": "WinkelICT ADXL362", + "version": "1.3.0", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "Library for ADXL362 accelerometer: ultralow power (0,270uA) with autonomous motion switch functionality.", + "paragraph": "Thoroughly tested low memory footprint library, complete implementation of datasheet / functionality. Easy usage and debugging.", + "website": "https://github.com/winkelict/ADXL362", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/ADXL362.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_ADXL362-1.3.0.zip", + "archiveFileName": "WinkelICT_ADXL362-1.3.0.zip", + "size": 53192, + "checksum": "SHA-256:bfe56c5c588bce3dcab8dd0cf035080173bc0a4c46801b3b071fc2777ef3876d" + }, + { + "name": "tinyUDP", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "tiny UDP send \u0026 recv.", + "paragraph": "a library to control tiny UDP send \u0026 recv.", + "website": "https://github.com/chrmlinux/tinyUDP", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyUDP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyUDP-0.0.1.zip", + "archiveFileName": "tinyUDP-0.0.1.zip", + "size": 5381, + "checksum": "SHA-256:077731c26066803f39377d1099474ec1e72be9b2ef2ac0335e96d579221289bd" + }, + { + "name": "tinyUDP", + "version": "0.0.2", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "tiny UDP send \u0026 recv.", + "paragraph": "a library to control tiny UDP send \u0026 recv.", + "website": "https://github.com/chrmlinux/tinyUDP", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyUDP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyUDP-0.0.2.zip", + "archiveFileName": "tinyUDP-0.0.2.zip", + "size": 6264, + "checksum": "SHA-256:6216ebbc2d9a377b98fa0c8936d8e3269f56967b6589afa7c7e7769354ebe75c" + }, + { + "name": "WiFiWire", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Arduino library for Wire on WiFi.", + "paragraph": "Arduino library for Wire on Wifi library.", + "website": "https://github.com/chrmlinux/WiFiWire", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/WiFiWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/WiFiWire-0.0.1.zip", + "archiveFileName": "WiFiWire-0.0.1.zip", + "size": 5868, + "checksum": "SHA-256:95e37e15f797e8bc4e09b4e0453263132c7ebbd6689e3c7becc9465124705915" + }, + { + "name": "WiFiWire", + "version": "0.0.2", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Arduino library for Wire on WiFi.", + "paragraph": "Arduino library for Wire on Wifi library.", + "website": "https://github.com/chrmlinux/WiFiWire", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/WiFiWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/WiFiWire-0.0.2.zip", + "archiveFileName": "WiFiWire-0.0.2.zip", + "size": 5830, + "checksum": "SHA-256:d919b30f90dbab138253f7687986ede3cf91f3eaecd4f8d9aa9bda55f735cbde" + }, + { + "name": "Cytron_PikaBot", + "version": "1.0.0", + "author": "dbsqwerty123 \u003cvrc8059@gmail.com\u003e", + "maintainer": "dbsqwerty123 \u003cvrc8059@gmail.com\u003e", + "sentence": "Library for Cytron PikaBot.", + "paragraph": "Adds easy to use functions to program Cytron PikaBot.", + "website": "https://github.com/dbsqwerty123/CytronPikaBot", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/8059blank/CytronPikaBot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/8059blank/Cytron_PikaBot-1.0.0.zip", + "archiveFileName": "Cytron_PikaBot-1.0.0.zip", + "size": 7457, + "checksum": "SHA-256:f24e616d8ad8c30597754900ce6a9fcdf784175d13bf45f4200cc2145e958781" + }, + { + "name": "ICM42688", + "version": "1.0.0", + "author": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "maintainer": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "sentence": "Library for communicating with the ICM42688 six-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the ICM42688. ICM42688 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same. Additionally, a derived class, ICM42688FIFO, is included, which provides FIFO setup and data collection functionality in addition to all of the functionality included in the base ICM42688 class.", + "website": "https://github.com/finani/ICM42688", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/finani/ICM42688.git", + "providesIncludes": [ + "ICM42688.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/finani/ICM42688-1.0.0.zip", + "archiveFileName": "ICM42688-1.0.0.zip", + "size": 1486152, + "checksum": "SHA-256:75584963426705396619127b9fc3a91d9bc3a3ffecc6dd48e301032e09044c3a" + }, + { + "name": "ICM42688", + "version": "1.1.0", + "author": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e, Parker Lusk \u003cparkerclusk@gmail.com\u003e", + "maintainer": "Inhwan Wee \u003cinhwan.wee@nearthlab.com\u003e", + "sentence": "Library for communicating with the ICM42688 six-axis Inertial Measurement Units (IMU).", + "paragraph": "This library supports both I2C and SPI communication with the ICM42688. ICM42688 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same. Additionally, a derived class, ICM42688FIFO, is included, which provides FIFO setup and data collection functionality in addition to all of the functionality included in the base ICM42688 class.", + "website": "https://github.com/finani/ICM42688", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/finani/ICM42688.git", + "providesIncludes": [ + "ICM42688.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/finani/ICM42688-1.1.0.zip", + "archiveFileName": "ICM42688-1.1.0.zip", + "size": 1485291, + "checksum": "SHA-256:f3b25467cdfd17b5983ec6a32ffef8f6c878a00a31c11e1c519e88eb5e21be2e" + }, + { + "name": "Fetch", + "version": "0.0.2", + "author": "Muhammad Abdullah", + "maintainer": "Muhammad Abdullah \u003cma@grandeur.dev\u003e", + "sentence": "Gives you high level Javascript's fetch like API to make you any request with any server.", + "paragraph": "Gives you a Javascript's fetch like API to make GET, POST, HEAD, PUT, DELETE requests on both HTTP and HTTPS.", + "website": "https://github.com/instanceofMA/arduino-fetch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/instanceofMA/arduino-fetch.git", + "providesIncludes": [ + "Fetch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/instanceofMA/Fetch-0.0.2.zip", + "archiveFileName": "Fetch-0.0.2.zip", + "size": 23623, + "checksum": "SHA-256:0e6db8307d03d3de831b3d8eafdecac03d75126bbeb8abefa7f934a0134df196" + }, + { + "name": "Fetch", + "version": "0.1.1", + "author": "Muhammad Abdullah", + "maintainer": "Muhammad Abdullah \u003cma@grandeur.dev\u003e", + "sentence": "Gives you high level Javascript's fetch like API to make you any request with any server.", + "paragraph": "Gives you a Javascript's fetch like API to make GET, POST, HEAD, PUT, DELETE requests on both HTTP and HTTPS.", + "website": "https://github.com/instanceofMA/arduino-fetch", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/instanceofMA/arduino-fetch.git", + "providesIncludes": [ + "Fetch.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/instanceofMA/Fetch-0.1.1.zip", + "archiveFileName": "Fetch-0.1.1.zip", + "size": 40605, + "checksum": "SHA-256:2af534ff5ec9b2a69de37dd4c7702c536c344ba3c93966d0a1a441eb8e694090" + }, + { + "name": "WinkelICT Tiny AT Command Parser", + "version": "1.0.0", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "0 RAM Hayes AT Command Parser by reference, fast, thoroughly tested, for both Bluetooth and GSM commands.", + "paragraph": "When having to parse many GSM and/or Bluetooth commands on a low (flash/ram) memory budget this library can help out by keeping the in memory char array's to an absolute minimum.", + "website": "https://github.com/winkelict/TinyATCommandParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/TinyATCommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_Tiny_AT_Command_Parser-1.0.0.zip", + "archiveFileName": "WinkelICT_Tiny_AT_Command_Parser-1.0.0.zip", + "size": 26469, + "checksum": "SHA-256:613e772c0139724aa760d566963853760fa08e781818f30c06783644ac96e4c8" + }, + { + "name": "WinkelICT Tiny AT Command Parser", + "version": "1.0.1", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "0 RAM Hayes AT Command Parser by reference, fast, thoroughly tested, for both Bluetooth and GSM commands.", + "paragraph": "When having to parse many GSM and/or Bluetooth commands on a low (flash/ram) memory budget this library can help out by keeping the in memory char array's to an absolute minimum.", + "website": "https://github.com/winkelict/TinyATCommandParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/TinyATCommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_Tiny_AT_Command_Parser-1.0.1.zip", + "archiveFileName": "WinkelICT_Tiny_AT_Command_Parser-1.0.1.zip", + "size": 26769, + "checksum": "SHA-256:0b7c67d93acbcf9c8936e3c97c04498abcd0bd70c0c0db6f77668a743a8fdea3" + }, + { + "name": "WinkelICT Tiny AT Command Parser", + "version": "1.0.2", + "author": "Klaas-Jan Winkel \u003cwinkelict@gmail.com\u003e", + "maintainer": "Winkel ICT \u003cwinkelict@gmail.com\u003e", + "sentence": "0 RAM Hayes AT Command Parser by reference, fast, thoroughly tested, for both Bluetooth and GSM commands.", + "paragraph": "When having to parse many GSM and/or Bluetooth commands on a low (flash/ram) memory budget this library can help out by keeping the in memory char array's to an absolute minimum.", + "website": "https://github.com/winkelict/TinyATCommandParser", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/winkelict/TinyATCommandParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/winkelict/WinkelICT_Tiny_AT_Command_Parser-1.0.2.zip", + "archiveFileName": "WinkelICT_Tiny_AT_Command_Parser-1.0.2.zip", + "size": 28412, + "checksum": "SHA-256:7e8b60cb9c3df6b7a274e8f9fa296c61722980a9d26125e27278bd2140b9d109" + }, + { + "name": "fork-webbino-ahmsec", + "version": "0.0.1", + "author": "ahmsec", + "maintainer": "ahmsec", + "sentence": "Experimental fork of Webbino library.", + "paragraph": "This is an experimental fork of the Webbino library.", + "website": "https://github.com/ahmsec/fork-webbino-ahmsec", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ahmsec/fork-webbino-ahmsec.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmsec/fork_webbino_ahmsec-0.0.1.zip", + "archiveFileName": "fork_webbino_ahmsec-0.0.1.zip", + "size": 158141, + "checksum": "SHA-256:77d083d15ce3d4463897fda1a563777036ab3e6801b3448ab481914dfc3154d0" + }, + { + "name": "fork-webbino-ahmsec", + "version": "0.0.2", + "author": "ahmsec", + "maintainer": "ahmsec", + "sentence": "Experimental fork of Webbino library.", + "paragraph": "This is an experimental fork of the Webbino library.", + "website": "https://github.com/ahmsec/fork-webbino-ahmsec", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ahmsec/fork-webbino-ahmsec.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmsec/fork_webbino_ahmsec-0.0.2.zip", + "archiveFileName": "fork_webbino_ahmsec-0.0.2.zip", + "size": 158142, + "checksum": "SHA-256:918e47d725e5f925a409a02a4b873b22087fdab6f15ebff54a307be03c83450d" + }, + { + "name": "fork-webbino-ahmsec", + "version": "0.0.3", + "author": "ahmsec", + "maintainer": "ahmsec", + "sentence": "Experimental fork of Webbino library.", + "paragraph": "This is an experimental fork of the Webbino library.", + "website": "https://github.com/ahmsec/fork-webbino-ahmsec", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ahmsec/fork-webbino-ahmsec.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmsec/fork_webbino_ahmsec-0.0.3.zip", + "archiveFileName": "fork_webbino_ahmsec-0.0.3.zip", + "size": 158653, + "checksum": "SHA-256:0d7a4686dc50f93407f42790676fd3daa6fe5806ffd88c8c9dec2dc2b02abcbe" + }, + { + "name": "fork-webbino-ahmsec", + "version": "0.0.4", + "author": "ahmsec", + "maintainer": "ahmsec", + "sentence": "Experimental fork of Webbino library.", + "paragraph": "This is an experimental fork of the Webbino library.", + "website": "https://github.com/ahmsec/fork-webbino-ahmsec", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ahmsec/fork-webbino-ahmsec.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmsec/fork_webbino_ahmsec-0.0.4.zip", + "archiveFileName": "fork_webbino_ahmsec-0.0.4.zip", + "size": 159022, + "checksum": "SHA-256:1c837c5509ec34b91e8ac11ee796ebb51537adbd50e2527df00f041d4144b7ee" + }, + { + "name": "fork-webbino-ahmsec", + "version": "0.0.5", + "author": "ahmsec", + "maintainer": "ahmsec", + "sentence": "Experimental fork of Webbino library.", + "paragraph": "This is an experimental fork of the Webbino library.", + "website": "https://github.com/ahmsec/fork-webbino-ahmsec", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ahmsec/fork-webbino-ahmsec.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmsec/fork_webbino_ahmsec-0.0.5.zip", + "archiveFileName": "fork_webbino_ahmsec-0.0.5.zip", + "size": 159065, + "checksum": "SHA-256:214816db7acc87482db0fb1c4a47faca51238aa0a9346f2358cb57cbf362b365" + }, + { + "name": "LCDDisplay10", + "version": "1.0.0", + "author": "Turing Complete Labs \u003cenzol@autluc.com\u003e", + "maintainer": "Turing Complete Labs \u003cenzol@autluc.com\u003e", + "sentence": "A library to display numbers on an BL55xx display.", + "paragraph": "Communicates via I2C interface.", + "website": "https://github.com/turing-complete-labs/LCDDisplay10_Arduino", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/turing-complete-labs/LCDDisplay10_Arduino.git", + "providesIncludes": [ + "LCDDisplay10.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/turing-complete-labs/LCDDisplay10-1.0.0.zip", + "archiveFileName": "LCDDisplay10-1.0.0.zip", + "size": 5235, + "checksum": "SHA-256:ba17b17615e1cb15db45122bdec6baab40d2763d7b7aed7e1b74bfb65466a5c2" + }, + { + "name": "LCDDisplay10", + "version": "1.0.1", + "author": "Turing Complete Labs \u003cenzol@autluc.com\u003e", + "maintainer": "Turing Complete Labs \u003cenzol@autluc.com\u003e", + "sentence": "A library to display numbers on an BL55xx display.", + "paragraph": "Communicates via I2C interface.", + "website": "https://github.com/turing-complete-labs/LCDDisplay10_Arduino", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/turing-complete-labs/LCDDisplay10_Arduino.git", + "providesIncludes": [ + "LCDDisplay10.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/turing-complete-labs/LCDDisplay10-1.0.1.zip", + "archiveFileName": "LCDDisplay10-1.0.1.zip", + "size": 5276, + "checksum": "SHA-256:f189e9d8525d7232d9d5562a95a7cdfb601a63137aef7cfe81717c9d14beb7ad" + }, + { + "name": "LCDDisplay10", + "version": "1.0.2", + "author": "Turing Complete Labs \u003cenzol@autluc.com\u003e", + "maintainer": "Turing Complete Labs \u003cenzol@autluc.com\u003e", + "sentence": "A library to display numbers on an BL55xx display.", + "paragraph": "Communicates via I2C interface.", + "website": "https://github.com/turing-complete-labs/LCDDisplay10_Arduino", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/turing-complete-labs/LCDDisplay10_Arduino.git", + "providesIncludes": [ + "LCDDisplay10.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/turing-complete-labs/LCDDisplay10-1.0.2.zip", + "archiveFileName": "LCDDisplay10-1.0.2.zip", + "size": 5474, + "checksum": "SHA-256:652a090a1cb9eea112525a25ddddbabc05347b2c5b796d165bed63a05a440efe" + }, + { + "name": "TSBridge", + "version": "1.0.0", + "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "sentence": "An Arduino library for controlling Train Simulator.", + "paragraph": "Works together with a Windows application available inside the Extras folder.", + "website": "https://github.com/VassilyDev/TSBridge", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/VassilyDev/TSBridge.git", + "providesIncludes": [ + "TSBridge.h" + ], + "dependencies": [ + { + "name": "Sharer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSBridge-1.0.0.zip", + "archiveFileName": "TSBridge-1.0.0.zip", + "size": 7371, + "checksum": "SHA-256:caf8c508f45cccff290dbb4f47adb07e119d36ebdcfbdfac89828a8a3598a7d2" + }, + { + "name": "TSBridge", + "version": "1.1.0", + "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", + "sentence": "An Arduino library for controlling Train Simulator.", + "paragraph": "Works together with a Windows application available at the project page.", + "website": "https://github.com/VassilyDev/TSBridge", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/VassilyDev/TSBridge.git", + "providesIncludes": [ + "TSBridge.h" + ], + "dependencies": [ + { + "name": "Sharer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSBridge-1.1.0.zip", + "archiveFileName": "TSBridge-1.1.0.zip", + "size": 7788, + "checksum": "SHA-256:75f8db155883727ae8b261db53ab7573d32e4c113fe00abee935c38e6817aec3" + }, + { + "name": "BGWiFiConfig", + "version": "1.0.1", + "author": "fishfive \u003cfishfive@cbug.top\u003e", + "maintainer": "fishfive \u003cfishfive@cbug.top\u003e", + "sentence": "BGWiFiConfig是一个为esp8266设计的简单易用Arduino配网库。", + "paragraph": "本库使用方便,可扩展性极强,可通过api配置WiFi网络,支持GET和POST请求配置,可通过默认网页配置WiFi网络,可自定义配网页面。", + "website": "https://github.com/fish-five/BGWiFiConfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fish-five/BGWiFiConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fish-five/BGWiFiConfig-1.0.1.zip", + "archiveFileName": "BGWiFiConfig-1.0.1.zip", + "size": 17540, + "checksum": "SHA-256:c592073205053542cff57af4896c210280840aae96042c4f65f52256016d0e4b" + }, + { + "name": "BGWiFiConfig", + "version": "1.0.2", + "author": "fishfive \u003cfishfive@cbug.top\u003e", + "maintainer": "fishfive \u003cfishfive@cbug.top\u003e", + "sentence": "BGWiFiConfig是一个为esp8266设计的简单易用Arduino配网库。", + "paragraph": "本库使用方便,可扩展性极强,可通过api配置WiFi网络,支持GET和POST请求配置,可通过默认网页配置WiFi网络,可自定义配网页面。", + "website": "https://github.com/fish-five/BGWiFiConfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fish-five/BGWiFiConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fish-five/BGWiFiConfig-1.0.2.zip", + "archiveFileName": "BGWiFiConfig-1.0.2.zip", + "size": 17546, + "checksum": "SHA-256:9fe7f941c677cfd3a727bd3fea063d4a4f4334fffcee0258b535cb528eca923a" + }, + { + "name": "BGWiFiConfig", + "version": "1.0.3", + "author": "fishfive \u003cfishfive@cbug.top\u003e", + "maintainer": "fishfive \u003cfishfive@cbug.top\u003e", + "sentence": "BGWiFiConfig是一个为esp8266和esp32设计的简单易用Arduino配网库。", + "paragraph": "本库使用方便,可扩展性极强,可通过api配置WiFi网络,支持GET和POST请求配置,可通过默认网页配置WiFi网络,可自定义配网页面。", + "website": "https://github.com/fish-five/BGWiFiConfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fish-five/BGWiFiConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fish-five/BGWiFiConfig-1.0.3.zip", + "archiveFileName": "BGWiFiConfig-1.0.3.zip", + "size": 19856, + "checksum": "SHA-256:3fbcfd597b6ec2b5d9467529389f047ff6b93b597603765cc1ec5df5f2430ee0" + }, + { + "name": "BGWiFiConfig", + "version": "1.0.4", + "author": "fishfive \u003cfishfive@cbug.top\u003e", + "maintainer": "fishfive \u003cfishfive@cbug.top\u003e", + "sentence": "BGWiFiConfig是一个为esp8266和esp32设计的简单易用Arduino配网库。", + "paragraph": "本库使用方便,可扩展性极强,可通过api配置WiFi网络,支持GET和POST请求配置;可通过微信小程序配网(小程序名:配网库);可通过默认网页配置WiFi网络;可自定义配网页面。", + "website": "https://github.com/fish-five/BGWiFiConfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fish-five/BGWiFiConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fish-five/BGWiFiConfig-1.0.4.zip", + "archiveFileName": "BGWiFiConfig-1.0.4.zip", + "size": 21435, + "checksum": "SHA-256:cc75a303310b0fa101b1ed7e2845d94c52100a0492629c29f7eeb28ba490ec0e" + }, + { + "name": "BGWiFiConfig", + "version": "1.0.5", + "author": "fishfive \u003cfishfive@cbug.top\u003e", + "maintainer": "fishfive \u003cfishfive@cbug.top\u003e", + "sentence": "BGWiFiConfig是一个为esp8266和esp32设计的简单易用Arduino配网库。", + "paragraph": "本库使用方便,可扩展性极强,可通过api配置WiFi网络,支持GET和POST请求配置;可通过微信小程序配网(小程序名:配网库);可通过默认网页配置WiFi网络;可自定义配网页面。", + "website": "https://github.com/fish-five/BGWiFiConfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fish-five/BGWiFiConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fish-five/BGWiFiConfig-1.0.5.zip", + "archiveFileName": "BGWiFiConfig-1.0.5.zip", + "size": 25544, + "checksum": "SHA-256:37a646cd0a508e901466658fa0036062f41354e60f31198ae4aedb08def3a2b5" + }, + { + "name": "BGWiFiConfig", + "version": "1.0.6", + "author": "fishfive \u003cfishfive@cbug.top\u003e", + "maintainer": "fishfive \u003cfishfive@cbug.top\u003e", + "sentence": "BGWiFiConfig是一个为esp8266和esp32设计的简单易用Arduino配网库。", + "paragraph": "本库使用方便,可扩展性极强,可通过api配置WiFi网络,支持GET和POST请求配置;可通过微信小程序配网(小程序名:配网库);可通过默认网页配置WiFi网络;可自定义配网页面。", + "website": "https://github.com/fish-five/BGWiFiConfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fish-five/BGWiFiConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fish-five/BGWiFiConfig-1.0.6.zip", + "archiveFileName": "BGWiFiConfig-1.0.6.zip", + "size": 33022, + "checksum": "SHA-256:e9737781b72f0b5653272072b5498c1412f6ceaa8a5958838db3258a24aebe86" + }, + { + "name": "BGWiFiConfig", + "version": "1.0.7", + "author": "fishfive \u003cfishfive@cbug.top\u003e", + "maintainer": "fishfive \u003cfishfive@cbug.top\u003e", + "sentence": "BGWiFiConfig是一个为esp8266和esp32设计的简单易用Arduino配网库。", + "paragraph": "本库使用方便,可扩展性极强,可通过api配置WiFi网络,支持GET和POST请求配置;可通过微信小程序配网(小程序名:配网库);可通过默认网页配置WiFi网络;可自定义配网页面;可通过OTA网页升级程序固件。", + "website": "https://github.com/fish-five/BGWiFiConfig", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fish-five/BGWiFiConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fish-five/BGWiFiConfig-1.0.7.zip", + "archiveFileName": "BGWiFiConfig-1.0.7.zip", + "size": 40323, + "checksum": "SHA-256:e06e38e689ac6ed63a1cb09513c77b24195404a6cd013f7068fe2fa6b38a74db" + }, + { + "name": "S8_UART", + "version": "1.0.0", + "author": "Josep Comas", + "maintainer": "Josep Comas \u003cjcomas@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino library to control SenseAir S8 CO2 sensor using UART communication", + "paragraph": "Arduino library to control SenseAir S8 CO2 sensor using UART communication", + "website": "https://github.com/jcomas/S8_UART", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jcomas/S8_UART.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcomas/S8_UART-1.0.0.zip", + "archiveFileName": "S8_UART-1.0.0.zip", + "size": 3995386, + "checksum": "SHA-256:0225eff4bb393c0c09d57fba61651d3ba74dcf083c2fefb628b1bc62a8d228f6" + }, + { + "name": "S8_UART", + "version": "1.0.1", + "author": "Josep Comas", + "maintainer": "Josep Comas \u003cjcomas@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino library to control SenseAir S8 CO2 sensor using UART communication", + "paragraph": "Arduino library to control SenseAir S8 CO2 sensor using UART communication", + "website": "https://github.com/jcomas/S8_UART", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jcomas/S8_UART.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcomas/S8_UART-1.0.1.zip", + "archiveFileName": "S8_UART-1.0.1.zip", + "size": 3995385, + "checksum": "SHA-256:fd72813cc6daf5173a9a685ec6f5c39c1c91f84e53ecffcce3c3220b3a900b47" + }, + { + "name": "lwIOLink", + "version": "0.0.1", + "author": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "maintainer": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "sentence": "Lightweight IOLink Device library.", + "paragraph": "A minimalistic IOLink communication library.", + "website": "https://github.com/unref-ptr/lwIOLink", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unref-ptr/lwIOLink.git", + "providesIncludes": [ + "lwIOLink.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unref-ptr/lwIOLink-0.0.1.zip", + "archiveFileName": "lwIOLink-0.0.1.zip", + "size": 22310, + "checksum": "SHA-256:2039659dbaef90ae81461efb3fb1233346179a456df2b04c21b165ec3a586099" + }, + { + "name": "lwIOLink", + "version": "0.0.2", + "author": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "maintainer": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "sentence": "Lightweight IOLink Device library.", + "paragraph": "A minimalistic IOLink communication library.", + "website": "https://github.com/unref-ptr/lwIOLink", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unref-ptr/lwIOLink.git", + "providesIncludes": [ + "lwIOLink.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unref-ptr/lwIOLink-0.0.2.zip", + "archiveFileName": "lwIOLink-0.0.2.zip", + "size": 22278, + "checksum": "SHA-256:5a4879cee17d2bd0b5dac15854e0b7fd2fb9933dbed6d94d036d469a1211714e" + }, + { + "name": "lwIOLink", + "version": "0.0.3", + "author": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "maintainer": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "sentence": "Lightweight IOLink Device library.", + "paragraph": "A minimalistic IOLink communication library.", + "website": "https://github.com/unref-ptr/lwIOLink", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unref-ptr/lwIOLink.git", + "providesIncludes": [ + "lwIOLink.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unref-ptr/lwIOLink-0.0.3.zip", + "archiveFileName": "lwIOLink-0.0.3.zip", + "size": 22300, + "checksum": "SHA-256:20947a73208f8a57d3235f828b9dcc85eb994c61ba79a1471b41f462108a6ae2" + }, + { + "name": "lwIOLink", + "version": "0.2.0", + "author": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "maintainer": "unref-ptr \u003cunref-ptr@protonmail.com\u003e", + "sentence": "Lightweight IOLink Device library.", + "paragraph": "A minimalistic IOLink communication library.", + "website": "https://github.com/unref-ptr/lwIOLink", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/unref-ptr/lwIOLink.git", + "providesIncludes": [ + "lwIOLink.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/unref-ptr/lwIOLink-0.2.0.zip", + "archiveFileName": "lwIOLink-0.2.0.zip", + "size": 25281, + "checksum": "SHA-256:0b4303f49e858b684c005bad94e4d39ef7a5e92f65581f879768437f9ff524a0" + }, + { + "name": "SimpleFOCDrivers", + "version": "1.0.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library supports the core SimpleFOC code by adding support for specific hardware like motor driver ICs, encoders, current sensing and other supporting code.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/simplefoc/Arduino-FOC-drivers.git", + "providesIncludes": [ + "SimpleFOCDrivers.h" + ], + "dependencies": [ + { + "name": "Simple FOC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleFOCDrivers-1.0.0.zip", + "archiveFileName": "SimpleFOCDrivers-1.0.0.zip", + "size": 61285, + "checksum": "SHA-256:a2c45dda7d91f7fc6744790c7908449a11610e499fc08069c0bac3232f2a070c" + }, + { + "name": "SimpleFOCDrivers", + "version": "1.0.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library supports the core SimpleFOC code by adding support for specific hardware like motor driver ICs, encoders, current sensing and other supporting code.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/simplefoc/Arduino-FOC-drivers.git", + "providesIncludes": [ + "SimpleFOCDrivers.h" + ], + "dependencies": [ + { + "name": "Simple FOC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleFOCDrivers-1.0.1.zip", + "archiveFileName": "SimpleFOCDrivers-1.0.1.zip", + "size": 75120, + "checksum": "SHA-256:78bc0c2492cf27520754bd94fcdd5167415ac8e54fbfdc62cd476024b7f9e9b6" + }, + { + "name": "SimpleFOCDrivers", + "version": "1.0.2", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library supports the core SimpleFOC code by adding support for specific hardware like motor driver ICs, encoders, current sensing and other supporting code.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/simplefoc/Arduino-FOC-drivers.git", + "providesIncludes": [ + "SimpleFOCDrivers.h" + ], + "dependencies": [ + { + "name": "Simple FOC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleFOCDrivers-1.0.2.zip", + "archiveFileName": "SimpleFOCDrivers-1.0.2.zip", + "size": 94924, + "checksum": "SHA-256:fd51743c6b6d5a674f1e923daab27f8a88a27e35b8ef676a622467fc1f6c0ef9" + }, + { + "name": "SimpleFOCDrivers", + "version": "1.0.3", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library supports the core SimpleFOC code by adding support for specific hardware like motor driver ICs, encoders, current sensing and other supporting code.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/simplefoc/Arduino-FOC-drivers.git", + "providesIncludes": [ + "SimpleFOCDrivers.h" + ], + "dependencies": [ + { + "name": "Simple FOC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleFOCDrivers-1.0.3.zip", + "archiveFileName": "SimpleFOCDrivers-1.0.3.zip", + "size": 100052, + "checksum": "SHA-256:6be3d51c661ce5d867b29199e247b028f7659c5670276844a378bc1171f9a0c0" + }, + { + "name": "SimpleFOCDrivers", + "version": "1.0.4", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library supports the core SimpleFOC code by adding support for specific hardware like motor driver ICs, encoders, current sensing and other supporting code.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/simplefoc/Arduino-FOC-drivers.git", + "providesIncludes": [ + "SimpleFOCDrivers.h" + ], + "dependencies": [ + { + "name": "Simple FOC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleFOCDrivers-1.0.4.zip", + "archiveFileName": "SimpleFOCDrivers-1.0.4.zip", + "size": 109467, + "checksum": "SHA-256:d0ced4b202aa40ac59aa220db3c6da9a8dc4c3e455fbad0f321f11e1e945351e" + }, + { + "name": "SimpleFOCDrivers", + "version": "1.0.5", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library supports the core SimpleFOC code by adding support for specific hardware like motor driver ICs, encoders, current sensing and other supporting code.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/simplefoc/Arduino-FOC-drivers.git", + "providesIncludes": [ + "SimpleFOCDrivers.h" + ], + "dependencies": [ + { + "name": "Simple FOC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleFOCDrivers-1.0.5.zip", + "archiveFileName": "SimpleFOCDrivers-1.0.5.zip", + "size": 224857, + "checksum": "SHA-256:5019ea250bd2016200e59b2a7a5e4ab76c04d7de81933b7652d96a697e807ddf" + }, + { + "name": "SimpleFOCDrivers", + "version": "1.0.6", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library supports the core SimpleFOC code by adding support for specific hardware like motor driver ICs, encoders, current sensing and other supporting code.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/simplefoc/Arduino-FOC-drivers.git", + "providesIncludes": [ + "SimpleFOCDrivers.h" + ], + "dependencies": [ + { + "name": "Simple FOC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleFOCDrivers-1.0.6.zip", + "archiveFileName": "SimpleFOCDrivers-1.0.6.zip", + "size": 239229, + "checksum": "SHA-256:56515b0f844dceff767b05cfe4b14c7cb70ffc13c0b3547f0ccd5b4e9ec3e5d8" + }, + { + "name": "EventButton", + "version": "1.0.0", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based button library", + "paragraph": "A comprehensive event library for efficient, maintainable working with buttons. Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EventButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventButton.git", + "providesIncludes": [ + "EventButton.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventButton-1.0.0.zip", + "archiveFileName": "EventButton-1.0.0.zip", + "size": 25136, + "checksum": "SHA-256:0639e50beddbd252c7d6213e10f7fbb98ac843af5f5bf927cd98682a0e4736e8" + }, + { + "name": "EventButton", + "version": "1.0.1", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based button library", + "paragraph": "A comprehensive event library for efficient, maintainable working with buttons. Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EventButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventButton.git", + "providesIncludes": [ + "EventButton.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventButton-1.0.1.zip", + "archiveFileName": "EventButton-1.0.1.zip", + "size": 25753, + "checksum": "SHA-256:3310bff99accecb4782c91df024d953bf963eaef55667c7b4f0fabc99229365b" + }, + { + "name": "EventButton", + "version": "1.0.2", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based button library", + "paragraph": "A comprehensive event library for efficient, maintainable working with buttons. Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EventButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventButton.git", + "providesIncludes": [ + "EventButton.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventButton-1.0.2.zip", + "archiveFileName": "EventButton-1.0.2.zip", + "size": 25754, + "checksum": "SHA-256:4498efb02e6ac9c81f616e99ee2b9ec873cbfe4c09058e150249541d0a450cde" + }, + { + "name": "EventButton", + "version": "1.0.3", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based button library", + "paragraph": "A comprehensive event library for efficient, maintainable working with buttons. Multi-click events (1-n). Long press repeat. Many other events can be handled.", + "website": "https://github.com/Stutchbury/EventButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventButton.git", + "providesIncludes": [ + "EventButton.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventButton-1.0.3.zip", + "archiveFileName": "EventButton-1.0.3.zip", + "size": 25755, + "checksum": "SHA-256:470fbd01eb523f17c8cb763d9b9213d628c6016076c4d8e38f077a273020321d" + }, + { + "name": "Soundex", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Soundex hash.", + "website": "https://github.com/RobTillaart/Soundex", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Soundex.git", + "providesIncludes": [ + "Soundex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Soundex-0.1.1.zip", + "archiveFileName": "Soundex-0.1.1.zip", + "size": 8675, + "checksum": "SHA-256:9237bd6fc9c6925938f9d0e6af747a3092b9158f18d17959cc9fbdd178d57536" + }, + { + "name": "Soundex", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Soundex hash.", + "website": "https://github.com/RobTillaart/Soundex", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Soundex.git", + "providesIncludes": [ + "Soundex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Soundex-0.1.2.zip", + "archiveFileName": "Soundex-0.1.2.zip", + "size": 10547, + "checksum": "SHA-256:dd69fc07b54a929c4ec2f5924c4859ae2dab445c0539dc34be846d22242e5719" + }, + { + "name": "Soundex", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Soundex hash.", + "website": "https://github.com/RobTillaart/Soundex", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Soundex.git", + "providesIncludes": [ + "Soundex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Soundex-0.1.3.zip", + "archiveFileName": "Soundex-0.1.3.zip", + "size": 13461, + "checksum": "SHA-256:e757adab52bf1b34a257fb21321e62b005b04844439164f62d6f5767041dfe52" + }, + { + "name": "Soundex", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Soundex hash.", + "paragraph": "Experimental Soundex16, Soundex32", + "website": "https://github.com/RobTillaart/Soundex", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Soundex.git", + "providesIncludes": [ + "Soundex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Soundex-0.1.4.zip", + "archiveFileName": "Soundex-0.1.4.zip", + "size": 13614, + "checksum": "SHA-256:aad21f05a4379cd390a1f9861ade096dd6f2fbff50a7182b53d1d21fa9b84938" + }, + { + "name": "Soundex", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "\"Arduino Library for calculating Soundex hash.", + "paragraph": "Experimental Soundex16, Soundex32.", + "website": "https://github.com/RobTillaart/Soundex", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/Soundex.git", + "providesIncludes": [ + "Soundex.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Soundex-0.1.5.zip", + "archiveFileName": "Soundex-0.1.5.zip", + "size": 13957, + "checksum": "SHA-256:58fac3148e1f8386cb7f68577e072c35d33798edaab6a18ef2c1f3a488209273" + }, + { + "name": "serialMux", + "version": "1.0.0", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Serial multiplexer for Arduino", + "paragraph": "This library provides a simple way to create multiple virtual serial devices that communicate over one physical serial connection. A virtual device can be used as a drop-in replacement for `Stream` like objects such as `Serial`.", + "website": "https://serialmux.readthedocs.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jfjlaros/serialMux.git", + "providesIncludes": [ + "serialMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/serialMux-1.0.0.zip", + "archiveFileName": "serialMux-1.0.0.zip", + "size": 17593, + "checksum": "SHA-256:7eafc451b4e29f88782982d2dee35df3c6979eacbd0d446e1eaed9deedd6cfde" + }, + { + "name": "serialMux", + "version": "1.1.0", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Serial multiplexer for Arduino", + "paragraph": "This library provides a simple way to create multiple virtual serial devices that communicate over one physical serial connection. A virtual device can be used as a drop-in replacement for `Stream` like objects such as `Serial`.", + "website": "https://serialmux.readthedocs.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jfjlaros/serialMux.git", + "providesIncludes": [ + "serialMux.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/serialMux-1.1.0.zip", + "archiveFileName": "serialMux-1.1.0.zip", + "size": 17000, + "checksum": "SHA-256:749c386f9125b93f4de5e06b0fb77bfbf4c9227914ac00eddee8221a08940b0a" + }, + { + "name": "tinyI2S", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Arduino library for tinyI2S.", + "paragraph": "Arduino library for tinyI2S library.", + "website": "https://github.com/chrmlinux/tinyI2S", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyI2S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyI2S-0.0.1.zip", + "archiveFileName": "tinyI2S-0.0.1.zip", + "size": 6020, + "checksum": "SHA-256:7c3cc19ac410d0428ffaf20de261fc2941b17a4f459e0a2a1e1e01352560ac0f" + }, + { + "name": "DFRobot_VL53L0X", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "lixin \u003cxin.li@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:SEN0245).", + "paragraph": "This is a tof ranging sensor library.", + "website": "https://github.com/DFRobot/DFRobot_VL53L0X", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_VL53L0X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_VL53L0X-1.0.0.zip", + "archiveFileName": "DFRobot_VL53L0X-1.0.0.zip", + "size": 1351561, + "checksum": "SHA-256:0b0199062d361cd58abc33bf0c88c60d8bf1270e79c228e64cc772315bfda95e" + }, + { + "name": "EventAnalog", + "version": "1.0.0", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog inputs.", + "paragraph": "Slice an analog range into configureable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventAnalog", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventAnalog.git", + "providesIncludes": [ + "EventAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventAnalog-1.0.0.zip", + "archiveFileName": "EventAnalog-1.0.0.zip", + "size": 14393, + "checksum": "SHA-256:376cd9a8b57e9bc09711c3dcba10c18d3eb5e0e9639e710b9be668e29842ca4b" + }, + { + "name": "EventAnalog", + "version": "1.0.1", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog inputs.", + "paragraph": "Slice an analog range into configurable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventAnalog", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventAnalog.git", + "providesIncludes": [ + "EventAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventAnalog-1.0.1.zip", + "archiveFileName": "EventAnalog-1.0.1.zip", + "size": 14752, + "checksum": "SHA-256:3bab0b07415604859537193d5adaba8ded5bf7181843e1fb00cad9ad707a53b9" + }, + { + "name": "EventAnalog", + "version": "1.0.2", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog inputs.", + "paragraph": "Slice an analog range into configurable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventAnalog", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventAnalog.git", + "providesIncludes": [ + "EventAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventAnalog-1.0.2.zip", + "archiveFileName": "EventAnalog-1.0.2.zip", + "size": 14976, + "checksum": "SHA-256:817d997f60daeefa53f0f2b165719de52a6e0c56adfd1adc6a67a9ee2ecbda8c" + }, + { + "name": "EventAnalog", + "version": "1.0.3", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog inputs.", + "paragraph": "Slice an analog range into configurable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventAnalog", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventAnalog.git", + "providesIncludes": [ + "EventAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventAnalog-1.0.3.zip", + "archiveFileName": "EventAnalog-1.0.3.zip", + "size": 15796, + "checksum": "SHA-256:ffcc99b2b4261bb6c3ec4d26dfe836004153a7989572025c18f9395faf9c88ae" + }, + { + "name": "EventAnalog", + "version": "1.0.4", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog inputs.", + "paragraph": "Slice an analog range into configurable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventAnalog", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventAnalog.git", + "providesIncludes": [ + "EventAnalog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventAnalog-1.0.4.zip", + "archiveFileName": "EventAnalog-1.0.4.zip", + "size": 15826, + "checksum": "SHA-256:c60d03a4a3dded7f39a9bfd6ae6d4c74764ec8a4da199fe36225500eedb70a03" + }, + { + "name": "107-Arduino-TSL2550", + "version": "1.0.0", + "author": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for TSL2550 ambient light sensor", + "website": "https://github.com/107-systems/107-Arduino-TSL2550", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TSL2550.git", + "providesIncludes": [ + "107-Arduino-TSL2550.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TSL2550-1.0.0.zip", + "archiveFileName": "107_Arduino_TSL2550-1.0.0.zip", + "size": 9659, + "checksum": "SHA-256:aa6fd2e41e3f1f8966b83cb18bdb9d0da75fc4d1f2e04a0e4bd2de58e35bced8" + }, + { + "name": "107-Arduino-TSL2550", + "version": "1.1.0", + "author": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for TSL2550 ambient light sensor", + "website": "https://github.com/107-systems/107-Arduino-TSL2550", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp8266", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TSL2550.git", + "providesIncludes": [ + "107-Arduino-TSL2550.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TSL2550-1.1.0.zip", + "archiveFileName": "107_Arduino_TSL2550-1.1.0.zip", + "size": 9473, + "checksum": "SHA-256:2c65352bc0b2abbb7eb584f5c009def1e7de9be5c72c27ee70de3d4e23387d4a" + }, + { + "name": "EventJoystick", + "version": "1.0.0", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog joysticks.", + "paragraph": "Slice each axis of the joysick into configurable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventJoystick", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventJoystick.git", + "providesIncludes": [ + "EventJoystick.h" + ], + "dependencies": [ + { + "name": "EventAnalog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventJoystick-1.0.0.zip", + "archiveFileName": "EventJoystick-1.0.0.zip", + "size": 60592, + "checksum": "SHA-256:0e820760add025f9393188424b6db1d3d0ce228e8e49b001663b2d2f7b3649e3" + }, + { + "name": "EventJoystick", + "version": "1.0.1", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog joysticks.", + "paragraph": "Slice each axis of the joysick into configurable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventJoystick", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventJoystick.git", + "providesIncludes": [ + "EventJoystick.h" + ], + "dependencies": [ + { + "name": "EventAnalog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventJoystick-1.0.1.zip", + "archiveFileName": "EventJoystick-1.0.1.zip", + "size": 60643, + "checksum": "SHA-256:3ebfd7ec2c0bf112ea0d78bea30afd24eb77afa82752d9adefdd8b001431e70c" + }, + { + "name": "EventJoystick", + "version": "1.0.2", + "author": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "maintainer": "Philip Fletcher \u003cphilip.fletcher@stutchbury.com\u003e", + "sentence": "Event based library for analog joysticks.", + "paragraph": "Slice each axis of the joysick into configurable increments and a callback will be fired on each change of increment. Effective noise reduction built in. Also has an idle timeout callback.", + "website": "https://github.com/Stutchbury/EventJoystick", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Stutchbury/EventJoystick.git", + "providesIncludes": [ + "EventJoystick.h" + ], + "dependencies": [ + { + "name": "EventAnalog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Stutchbury/EventJoystick-1.0.2.zip", + "archiveFileName": "EventJoystick-1.0.2.zip", + "size": 61785, + "checksum": "SHA-256:99ab3258d875fee9c5167aa86afc7fde6b8c1d886d52e8b6232d38349a7b0f45" + }, + { + "name": "QuickCharge", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for control QuickCharge 2.0/3.0 power adapter or charger", + "paragraph": "Library for control QuickCharge 2.0/3.0 power adapter or charger", + "website": "https://github.com/GyverLibs/QuickCharge", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/QuickCharge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/QuickCharge-1.0.0.zip", + "archiveFileName": "QuickCharge-1.0.0.zip", + "size": 79786, + "checksum": "SHA-256:3a8b0b3c4597bd794deef17030840de0ccdc217737ce451fbf84d1d9ba620ac9" + }, + { + "name": "DM8BA10", + "version": "1.0.0", + "author": "road-t", + "maintainer": "Ilнa Annikov, i.annikov@gmail.com", + "sentence": "Library for Chinese DM8BA10 LCD modules.", + "paragraph": "Library for HT1622-based 16-segment 10 symbol LCD indicators. Supports basic latin and UTF-8 charsets (Cyrillic Slavic fonts included).", + "website": "https://github.com/road-t/DM8BA10", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/road-t/DM8BA10.git", + "url": "https://downloads.arduino.cc/libraries/github.com/road-t/DM8BA10-1.0.0.zip", + "archiveFileName": "DM8BA10-1.0.0.zip", + "size": 2929078, + "checksum": "SHA-256:e0094b7401f8eec8a30b699d2057a2372491bf2d71089d320889f6483f84193e" + }, + { + "name": "DM8BA10", + "version": "1.0.1", + "author": "road-t", + "maintainer": "Ilya Annikov, i.annikov@gmail.com", + "sentence": "Library for Chinese DM8BA10 LCD modules.", + "paragraph": "Provides API to control HT1622-based 16-segment 10 symbol LCD indicators. Supports basic latin and UTF-8 charsets (Cyrillic Slavic fonts included).", + "website": "https://github.com/road-t/DM8BA10", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/road-t/DM8BA10.git", + "url": "https://downloads.arduino.cc/libraries/github.com/road-t/DM8BA10-1.0.1.zip", + "archiveFileName": "DM8BA10-1.0.1.zip", + "size": 2932421, + "checksum": "SHA-256:168d3cb1930146a96438a99b4c8fbe9b663abf3697ee3f0e2eb03ca2648281d3" + }, + { + "name": "Telemetrix4Esp32", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-32 server for the Telemetrix Project.", + "paragraph": "Telemetrix server sketches for ESP32 WIFI and ESP32 BLE", + "website": "https://github.com/MrYsLab/Telemetrix4Esp32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp32.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + }, + { + "name": "ESP32Servo" + }, + { + "name": "AccelStepper" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp32-1.0.0.zip", + "archiveFileName": "Telemetrix4Esp32-1.0.0.zip", + "size": 36076, + "checksum": "SHA-256:1a0abf1654eb9358da443b2489431b089c969fdcd09e76d32ac76f745364ac86" + }, + { + "name": "Telemetrix4Esp32", + "version": "1.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-32 server for the Telemetrix Project.", + "paragraph": "Telemetrix server sketches for ESP32 WIFI and ESP32 BLE", + "website": "https://github.com/MrYsLab/Telemetrix4Esp32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp32.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + }, + { + "name": "ESP32Servo" + }, + { + "name": "AccelStepper" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp32-1.0.1.zip", + "archiveFileName": "Telemetrix4Esp32-1.0.1.zip", + "size": 36076, + "checksum": "SHA-256:34812b373832ca26bc00bf1aab34795aaebe89e12441f5c18c0826dbc74a6233" + }, + { + "name": "Telemetrix4Esp32", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-32 server for the Telemetrix Project.", + "paragraph": "Telemetrix server sketches for ESP32 WIFI and ESP32 BLE", + "website": "https://github.com/MrYsLab/Telemetrix4Esp32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp32.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + }, + { + "name": "ESP32Servo" + }, + { + "name": "AccelStepper" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp32-1.0.2.zip", + "archiveFileName": "Telemetrix4Esp32-1.0.2.zip", + "size": 36075, + "checksum": "SHA-256:f41ca353eea757587b7ee05f2262074e4850073f49bb54e50ffd403ded4ffde3" + }, + { + "name": "Telemetrix4Esp32", + "version": "1.0.3", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-32 server for the Telemetrix Project.", + "paragraph": "Telemetrix server sketches for ESP32 WIFI and ESP32 BLE", + "website": "https://github.com/MrYsLab/Telemetrix4Esp32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp32.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + }, + { + "name": "ESP32Servo" + }, + { + "name": "AccelStepper" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp32-1.0.3.zip", + "archiveFileName": "Telemetrix4Esp32-1.0.3.zip", + "size": 36073, + "checksum": "SHA-256:a7bd31e08ff487f4e91459a9e53d0959745cc3b0a3ae4c7bb57e83ed4bd9f342" + }, + { + "name": "Telemetrix4Esp32", + "version": "2.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-32 servers for the Telemetrix Project.", + "paragraph": "Telemetrix server sketches for ESP32 WIFI and ESP32 BLE. Both super-loop and FreeRTOS versions included.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp32.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + }, + { + "name": "ESP32Servo" + }, + { + "name": "AccelStepper" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp32-2.0.1.zip", + "archiveFileName": "Telemetrix4Esp32-2.0.1.zip", + "size": 58459, + "checksum": "SHA-256:edc2585f72a0ab553d5d79ca46380aec1c74496df53c7ac96b3cb5e6228b89f8" + }, + { + "name": "Telemetrix4Esp32", + "version": "2.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-32 servers for the Telemetrix Project.", + "paragraph": "Telemetrix server sketches for ESP32 WIFI and ESP32 BLE. Both super-loop and FreeRTOS versions included.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp32.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + }, + { + "name": "ESP32Servo" + }, + { + "name": "AccelStepper" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp32-2.0.2.zip", + "archiveFileName": "Telemetrix4Esp32-2.0.2.zip", + "size": 58458, + "checksum": "SHA-256:e6c0979d77a52cc287620d187d91f7a84593bcbabad9a999fe2853e4d8513327" + }, + { + "name": "Telemetrix4Esp32", + "version": "2.0.3", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The ESP-32 servers for the Telemetrix Project.", + "paragraph": "Telemetrix server sketches for ESP32 WIFI and ESP32 BLE. Both super-loop and FreeRTOS versions included.", + "website": "https://github.com/MrYsLab/Telemetrix4Esp32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MrYsLab/Telemetrix4Esp32.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTNEW" + }, + { + "name": "ESP32Servo" + }, + { + "name": "AccelStepper" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp32-2.0.3.zip", + "archiveFileName": "Telemetrix4Esp32-2.0.3.zip", + "size": 36193, + "checksum": "SHA-256:418eecd8d1c9df38a8d48da45dda3d535de84b176019d576edff283ab8f593b9" + }, + { + "name": "nRF52_MBED_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM to create and output PWM to pins on an nRF52840-based Nano_33_BLE board.", + "paragraph": "These PWM channels, using nRF52840 Hardware PWM, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ir ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_PWM.git", + "providesIncludes": [ + "nRF52_MBED_PWM.h", + "nRF52_MBED_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_PWM-1.0.0.zip", + "archiveFileName": "nRF52_MBED_PWM-1.0.0.zip", + "size": 22317, + "checksum": "SHA-256:cbbb737e70f9346f7bd71052a5f2890d16281b9833ca0cfd9b689df614ac4c1b" + }, + { + "name": "nRF52_MBED_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM to create and output PWM to pins on an nRF52840-based Nano_33_BLE board.", + "paragraph": "These PWM channels, using nRF52840 Hardware PWM, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ir ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_PWM.git", + "providesIncludes": [ + "nRF52_MBED_PWM.h", + "nRF52_MBED_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_PWM-1.0.1.zip", + "archiveFileName": "nRF52_MBED_PWM-1.0.1.zip", + "size": 22794, + "checksum": "SHA-256:e2cb520cb8efedc33269c4628d26962b49a9317643aec77afce9ae28af285874" + }, + { + "name": "nRF52_MBED_PWM", + "version": "1.0.2", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM to create and output PWM to pins on an nRF52840-based Nano_33_BLE board.", + "paragraph": "These PWM channels, using nRF52840 Hardware PWM, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ir ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_PWM.git", + "providesIncludes": [ + "nRF52_MBED_PWM.h", + "nRF52_MBED_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_PWM-1.0.2.zip", + "archiveFileName": "nRF52_MBED_PWM-1.0.2.zip", + "size": 24028, + "checksum": "SHA-256:5cb8837813e1c7c606a5f071b798ff556b62f690ae7de1bff151dde8e5a31567" + }, + { + "name": "nRF52_MBED_PWM", + "version": "1.0.3", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM to create and output PWM to pins on an nRF52840-based Nano_33_BLE board.", + "paragraph": "These PWM channels, using nRF52840 Hardware PWM, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ir ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly", + "website": "https://github.com/khoih-prog/nRF52_MBED_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/nRF52_MBED_PWM.git", + "providesIncludes": [ + "nRF52_MBED_PWM.h", + "nRF52_MBED_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_MBED_PWM-1.0.3.zip", + "archiveFileName": "nRF52_MBED_PWM-1.0.3.zip", + "size": 26392, + "checksum": "SHA-256:e57c959ba4f08648f62138b309fdacce0b8fa17526e95bac3f8adb3c598c8e9d" + }, + { + "name": "EmotiBit External EEPROM", + "version": "1.0.5+EmotiBit.0.0.1", + "author": "SparkFun Electronics", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Library for I2C Communication with external EEPROMs", + "paragraph": "A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025, 24LC256 and 34AA02.", + "website": "https://github.com/EmotiBit/EmotiBit_External_EEPROM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_External_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_External_EEPROM-1.0.5+EmotiBit.0.0.1.zip", + "archiveFileName": "EmotiBit_External_EEPROM-1.0.5+EmotiBit.0.0.1.zip", + "size": 27195, + "checksum": "SHA-256:3df253dbd3179264271c2c11fe252f22827ea042fc84b615d9691fa668fe264a" + }, + { + "name": "107-Arduino-TCS3472", + "version": "1.0.0", + "author": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for TCS3472 color sensor", + "website": "https://github.com/107-systems/107-Arduino-TCS3472", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TCS3472.git", + "providesIncludes": [ + "107-Arduino-TCS3472.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TCS3472-1.0.0.zip", + "archiveFileName": "107_Arduino_TCS3472-1.0.0.zip", + "size": 9451, + "checksum": "SHA-256:60b5fddf3d4d3abca7bc62e18b1c31540bc17350400f249a3a5ad3dc685cb9f4" + }, + { + "name": "107-Arduino-TCS3472", + "version": "1.1.0", + "author": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for TCS3472 color sensor", + "website": "https://github.com/107-systems/107-Arduino-TCS3472", + "category": "Sensors", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp8266", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-TCS3472.git", + "providesIncludes": [ + "107-Arduino-TCS3472.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TCS3472-1.1.0.zip", + "archiveFileName": "107_Arduino_TCS3472-1.1.0.zip", + "size": 9517, + "checksum": "SHA-256:d158245ce2fba76b233ec1325151f996f898a770b2cc43b4bb868161c2135730" + }, + { + "name": "EmotiBit ADS1X15", + "version": "2.2.0+EmotiBit.0.0.1", + "author": "Adafruit", + "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", + "sentence": "Arduino library for ADS1015/1115 ADCs.", + "paragraph": "Arduino library for ADS1015/1115 12/16-bit Differential or Single-Ended ADCs with PGA and Comparator", + "website": "https://github.com/EmotiBit/EmotiBit_ADS1X15", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_ADS1X15.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_ADS1X15-2.2.0+EmotiBit.0.0.1.zip", + "archiveFileName": "EmotiBit_ADS1X15-2.2.0+EmotiBit.0.0.1.zip", + "size": 12734, + "checksum": "SHA-256:b21990327cd5e0eb4d6c4ca521e95e1ee155f572cd706d92809d0b6e9701815b" + }, + { + "name": "MBED_RP2040_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM to create and output PWM to pins on RP2040 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using RP2040 Hardware-PWM channels, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly", + "website": "https://github.com/khoih-prog/MBED_RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_PWM.git", + "providesIncludes": [ + "MBED_RP2040_PWM.h", + "MBED_RP2040_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_PWM-1.0.0.zip", + "archiveFileName": "MBED_RP2040_PWM-1.0.0.zip", + "size": 23009, + "checksum": "SHA-256:2fad2fc1857a279f5803fe81af0dc86678d7cc83394bf77e176d598b37461225" + }, + { + "name": "MBED_RP2040_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM to create and output PWM to pins on RP2040 board to create and output PWM to pins.", + "paragraph": "These PWM channels, using RP2040 Hardware-PWM channels, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly", + "website": "https://github.com/khoih-prog/MBED_RP2040_PWM", + "category": "Device Control", + "architectures": [ + "mbed", + "mbed_nano", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MBED_RP2040_PWM.git", + "providesIncludes": [ + "MBED_RP2040_PWM.h", + "MBED_RP2040_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MBED_RP2040_PWM-1.0.1.zip", + "archiveFileName": "MBED_RP2040_PWM-1.0.1.zip", + "size": 25915, + "checksum": "SHA-256:531629f59f216fe09a0b9e04cf9bc06046046fde5d89224d1ef5dcfeb5846407" + }, + { + "name": "HAMqttDiscoveryHandler", + "version": "0.0.1", + "author": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "maintainer": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "sentence": "An Arduino library that generates MQTT topics and messages for Home Assistant MQTT Discovery.", + "paragraph": "An Arduino library that generates MQTT topics and messages for Home Assistant MQTT Discovery.", + "website": "https://github.com/cyijun/HAMqttDiscoveryHandler", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cyijun/HAMqttDiscoveryHandler.git", + "providesIncludes": [ + "HAMqttDiscoveryHandler.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cyijun/HAMqttDiscoveryHandler-0.0.1.zip", + "archiveFileName": "HAMqttDiscoveryHandler-0.0.1.zip", + "size": 21510, + "checksum": "SHA-256:8a7a78db945088d77ca982d04e2d2d2fea14ec6936e48485c2f69e3d41f27c87" + }, + { + "name": "HAMqttDiscoveryHandler", + "version": "0.1.0", + "author": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "maintainer": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "sentence": "A library that generates MQTT topics and configuration message for Home Assistant MQTT Discovery.", + "paragraph": "This library is to simplify adding DIY hardware to Home Assistant by MQTT Discovery. Its OO feature makes it can handle complex cases like multiple entities of different types in one device.", + "website": "https://github.com/cyijun/HAMqttDiscoveryHandler", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cyijun/HAMqttDiscoveryHandler.git", + "providesIncludes": [ + "HAMDHandler.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cyijun/HAMqttDiscoveryHandler-0.1.0.zip", + "archiveFileName": "HAMqttDiscoveryHandler-0.1.0.zip", + "size": 25794, + "checksum": "SHA-256:801a2a9347fc461a1649fcc0a736e97520c8b587f857e8a103cfa11562caa9d7" + }, + { + "name": "HAMqttDiscoveryHandler", + "version": "0.1.2", + "author": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "maintainer": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "sentence": "A library that generates MQTT topics and configuration message for Home Assistant MQTT Discovery.", + "paragraph": "This library is to simplify adding DIY hardware to Home Assistant by MQTT Discovery. Its OO feature makes it can handle complex cases like multiple entities of different types in one device.", + "website": "https://github.com/cyijun/HAMqttDiscoveryHandler", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cyijun/HAMqttDiscoveryHandler.git", + "providesIncludes": [ + "HAMDHandler.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cyijun/HAMqttDiscoveryHandler-0.1.2.zip", + "archiveFileName": "HAMqttDiscoveryHandler-0.1.2.zip", + "size": 32502, + "checksum": "SHA-256:484fd8b2283b4fb374d31cdfe841b92f1b1c833eaeaef837be1e921a1b4c3131" + }, + { + "name": "HAMqttDiscoveryHandler", + "version": "0.2.0", + "author": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "maintainer": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "sentence": "A library that generates MQTT topics and configuration message for Home Assistant MQTT Discovery.", + "paragraph": "This library is to simplify adding DIY hardware to Home Assistant by MQTT Discovery. Its OO feature makes it can handle complex cases like multiple entities of different types in one device.", + "website": "https://github.com/cyijun/HAMqttDiscoveryHandler", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cyijun/HAMqttDiscoveryHandler.git", + "providesIncludes": [ + "HAMDHandler.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cyijun/HAMqttDiscoveryHandler-0.2.0.zip", + "archiveFileName": "HAMqttDiscoveryHandler-0.2.0.zip", + "size": 31749, + "checksum": "SHA-256:60acc0db58041d5278682d8ca0389a3dd51b238f9dfbb120c4f7da0e804ebb5e" + }, + { + "name": "DFRobot_BMP280", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Frank \u003cjiehan.guo@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:SEN0372).", + "paragraph": "Used to read current temperature, air pressure and calculate altitude.", + "website": "https://github.com/DFRobot/DFRobot_BMP280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMP280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMP280-1.0.1.zip", + "archiveFileName": "DFRobot_BMP280-1.0.1.zip", + "size": 91090, + "checksum": "SHA-256:2b014ec1e690befec70c343310c8b2f791420116a611f3e740e6f94d393577ae" + }, + { + "name": "DFRobot_DHT11", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Wuxiao \u003cxiao.wu@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:DFR0067).", + "paragraph": "Digital DHT11 Temperature and Humidity sensor.", + "website": "https://github.com/DFRobot/DFRobot_DHT11", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DHT11.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DHT11-1.0.0.zip", + "archiveFileName": "DFRobot_DHT11-1.0.0.zip", + "size": 136337, + "checksum": "SHA-256:ec1d56fbc8598fd542c820a6784ede3d0a1add95b6f041c7cc2b81e926bc97b3" + }, + { + "name": "NullPacketComms", + "version": "0.1.0", + "author": "Steve Richardson (Creating Null)", + "maintainer": "Steve Richardson (Creating Null) \u003csteve.public@nulltek.xyz\u003e", + "sentence": "Packet Based Serial Communication.", + "paragraph": "A UART wrapper for NPC protocol compliant binary communication.", + "website": "https://github.com/CreatingNull/Null-Packet-Comms-Arduino/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/creatingnull/null-packet-comms-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/creatingnull/NullPacketComms-0.1.0.zip", + "archiveFileName": "NullPacketComms-0.1.0.zip", + "size": 50289, + "checksum": "SHA-256:6d98781482a234c1897295bd0e17ddf170529fde7c5e2a4e9b7aefaec7c2595e" + }, + { + "name": "NullPacketComms", + "version": "0.1.1", + "author": "Steve Richardson (Creating Null)", + "maintainer": "Steve Richardson (Creating Null) \u003csteve.public@nulltek.xyz\u003e", + "sentence": "Packet Based Serial Communication.", + "paragraph": "A UART wrapper for NPC protocol compliant binary communication.", + "website": "https://github.com/CreatingNull/Null-Packet-Comms-Arduino/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/creatingnull/null-packet-comms-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/creatingnull/NullPacketComms-0.1.1.zip", + "archiveFileName": "NullPacketComms-0.1.1.zip", + "size": 8992, + "checksum": "SHA-256:45918a076b648aeb4dbe4aff5dbf45c0c8edc534543870bc2b64502965887abe" + }, + { + "name": "NullPacketComms", + "version": "0.1.2", + "author": "Steve Richardson (Creating Null)", + "maintainer": "Steve Richardson (Creating Null) \u003csteve.public@nulltek.xyz\u003e", + "sentence": "Packet Based Serial Communication.", + "paragraph": "A UART wrapper for NPC protocol compliant binary communication.", + "website": "https://github.com/CreatingNull/Null-Packet-Comms-Arduino/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/creatingnull/null-packet-comms-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/creatingnull/NullPacketComms-0.1.2.zip", + "archiveFileName": "NullPacketComms-0.1.2.zip", + "size": 9406, + "checksum": "SHA-256:f9254e39709d92f9b006cf4b095d8c1c84aa65b2315b23e62b670df65e9d6857" + }, + { + "name": "NullPacketComms", + "version": "0.2.0", + "author": "Steve Richardson (Creating Null)", + "maintainer": "Steve Richardson (Creating Null) \u003csteve.public@nulltek.xyz\u003e", + "sentence": "Packet Based Serial Communication.", + "paragraph": "A UART wrapper for NPC protocol compliant binary communication.", + "website": "https://github.com/CreatingNull/Null-Packet-Comms-Arduino/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/creatingnull/null-packet-comms-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/creatingnull/NullPacketComms-0.2.0.zip", + "archiveFileName": "NullPacketComms-0.2.0.zip", + "size": 9656, + "checksum": "SHA-256:69d2045add466b9b0b639b776e3bfa7f8dd82aeab64bc46697f714792b9053fa" + }, + { + "name": "NullPacketComms", + "version": "0.2.1", + "author": "Steve Richardson (Creating Null)", + "maintainer": "Steve Richardson (Creating Null) \u003csteve.public@nulltek.xyz\u003e", + "sentence": "Packet Based Serial Communication.", + "paragraph": "A UART wrapper for NPC protocol compliant binary communication.", + "website": "https://github.com/CreatingNull/Null-Packet-Comms-Arduino/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/creatingnull/null-packet-comms-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/creatingnull/NullPacketComms-0.2.1.zip", + "archiveFileName": "NullPacketComms-0.2.1.zip", + "size": 9774, + "checksum": "SHA-256:014771b89d580c46e56ec1b2d1096557e936c590b9dbe18bb7ec65951cad5cc8" + }, + { + "name": "NullPacketComms", + "version": "0.2.2", + "author": "Steve Richardson (Creating Null)", + "maintainer": "Steve Richardson (Creating Null) \u003csteve.public@nulltek.xyz\u003e", + "sentence": "Packet Based Serial Communication.", + "paragraph": "A UART wrapper for NPC protocol compliant binary communication.", + "website": "https://github.com/CreatingNull/Null-Packet-Comms-Arduino/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/creatingnull/null-packet-comms-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/creatingnull/NullPacketComms-0.2.2.zip", + "archiveFileName": "NullPacketComms-0.2.2.zip", + "size": 9901, + "checksum": "SHA-256:7405b1cf22d912320d2447a2e1da40f53ab8af205d96b62d9f3345bbc97c7df4" + }, + { + "name": "NullPacketComms", + "version": "0.2.3", + "author": "Steve Richardson (Creating Null)", + "maintainer": "Steve Richardson (Creating Null) \u003csteve.public@nulltek.xyz\u003e", + "sentence": "Packet Based Serial Communication.", + "paragraph": "A UART wrapper for NPC protocol compliant binary communication.", + "website": "https://github.com/CreatingNull/Null-Packet-Comms-Arduino/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/creatingnull/null-packet-comms-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/creatingnull/NullPacketComms-0.2.3.zip", + "archiveFileName": "NullPacketComms-0.2.3.zip", + "size": 10019, + "checksum": "SHA-256:5612f0fa7fce1b0d586d05d1a6d463dad57c63c6f7d0ae00bbe4cb5119f7e8ef" + }, + { + "name": "ps2zhuji", + "version": "1.0.0", + "author": "寂寞的欧尼酱\u003cjmdonj@qq.com\u003e", + "maintainer": "寂寞的欧尼酱\u003cjmdonj@qq.com\u003e", + "sentence": "用于arduino开发板与ps/2协议的设备通讯。", + "paragraph": "适合arduino开发板使用的ps/2库,用于与ps/2协议的设备通讯。", + "website": "https://github.com/cike-567/arduino-ps2-library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cike-567/arduino-ps2zhuji.git", + "providesIncludes": [ + "ps2zhuji.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cike-567/ps2zhuji-1.0.0.zip", + "archiveFileName": "ps2zhuji-1.0.0.zip", + "size": 3282271, + "checksum": "SHA-256:faa7724114264aa5905fc9307f8975eafd014964fb914645cc88026672117220" + }, + { + "name": "X9C10X", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.1.0.zip", + "archiveFileName": "X9C10X-0.1.0.zip", + "size": 9296, + "checksum": "SHA-256:3bc292244aeae655b3b1d75e7d17c1c1aa0bd0b5f654c09ee37a7acb5f6f875b" + }, + { + "name": "X9C10X", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.1.1.zip", + "archiveFileName": "X9C10X-0.1.1.zip", + "size": 9803, + "checksum": "SHA-256:20aa5c2c7d4cf264f9d4f0217cf88bc7d239d5d9aec58cb11b56dde21fde66ab" + }, + { + "name": "X9C10X", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.1.2.zip", + "archiveFileName": "X9C10X-0.1.2.zip", + "size": 12225, + "checksum": "SHA-256:3100beb2ba08ebd93d525fc366f1c9362080ea8930b6320b6c57b37335869b21" + }, + { + "name": "X9C10X", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.1.3.zip", + "archiveFileName": "X9C10X-0.1.3.zip", + "size": 12741, + "checksum": "SHA-256:211133f649354b25c79d3c58bc705de5a5d82975ed1a30aabca762340a254a13" + }, + { + "name": "X9C10X", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.2.0.zip", + "archiveFileName": "X9C10X-0.2.0.zip", + "size": 15624, + "checksum": "SHA-256:c487c61e185251e148757971b920f5357aa0b717670d0b6a24d0ea8ab654c4bd" + }, + { + "name": "X9C10X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.2.1.zip", + "archiveFileName": "X9C10X-0.2.1.zip", + "size": 18141, + "checksum": "SHA-256:5fb6066b0361de154c05ac86d1cdc30f9d4fa7d2428dce381baa3298be9667f3" + }, + { + "name": "X9C10X", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.2.2.zip", + "archiveFileName": "X9C10X-0.2.2.zip", + "size": 18637, + "checksum": "SHA-256:710266d7076b746208e9c397acae1e3fa4d5342ca022728368ee40c8df48c755" + }, + { + "name": "X9C10X", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for X9C10X series digital potentiometer.", + "paragraph": "X9C102, X9C103, X9C104, X9C503", + "website": "https://github.com/RobTillaart/X9C10X", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/X9C10X.git", + "providesIncludes": [ + "X9C10X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/X9C10X-0.2.3.zip", + "archiveFileName": "X9C10X-0.2.3.zip", + "size": 18856, + "checksum": "SHA-256:e0f1fc40d92a28b409bcb89a09f20e65216e839d537af0ad1adb80224244ebc3" + }, + { + "name": "Adafruit ADXL375", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL375 Accelerometer", + "paragraph": "Unified driver for the ADXL375 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL375", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL375.git", + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL375-1.0.0.zip", + "archiveFileName": "Adafruit_ADXL375-1.0.0.zip", + "size": 9012, + "checksum": "SHA-256:7e03adfa66e6a3fc866d2ffbe49183a7ab624d98cdb15b93983305309db5895e" + }, + { + "name": "Adafruit ADXL375", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL375 Accelerometer", + "paragraph": "Unified driver for the ADXL375 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL375", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL375.git", + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL375-1.0.1.zip", + "archiveFileName": "Adafruit_ADXL375-1.0.1.zip", + "size": 9011, + "checksum": "SHA-256:a5187be50baf3d5bad6df15011319b6fe9b7d7b16a5945ff3d96303ab7d2ad80" + }, + { + "name": "Adafruit ADXL375", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL375 Accelerometer", + "paragraph": "Unified driver for the ADXL375 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL375", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL375.git", + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL375-1.0.2.zip", + "archiveFileName": "Adafruit_ADXL375-1.0.2.zip", + "size": 9103, + "checksum": "SHA-256:1013518af01248d65324a45266fbf41cb1d6d2b36c95e2065826f29d8e59d34a" + }, + { + "name": "Adafruit ADXL375", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL375 Accelerometer", + "paragraph": "Unified driver for the ADXL375 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL375", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL375.git", + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL375-1.1.0.zip", + "archiveFileName": "Adafruit_ADXL375-1.1.0.zip", + "size": 9239, + "checksum": "SHA-256:c28164a7c0fe92e5457d0ea31081242e0a3ab6ed87e8c6be2314a3abcb75ab77" + }, + { + "name": "Adafruit ADXL375", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified driver for the ADXL375 Accelerometer", + "paragraph": "Unified driver for the ADXL375 Accelerometer", + "website": "https://github.com/adafruit/Adafruit_ADXL375", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_ADXL375.git", + "dependencies": [ + { + "name": "Adafruit ADXL343" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADXL375-1.1.2.zip", + "archiveFileName": "Adafruit_ADXL375-1.1.2.zip", + "size": 9239, + "checksum": "SHA-256:6db4afa5b862f8da63ac2824f33f9d8dd3475d5f7658c73053a6e5ec8d9ecd3c" + }, + { + "name": "ps2shebei", + "version": "1.0.0", + "author": "Chris J.Kiick and Gene E.Scogin and 寂寞的欧尼酱", + "maintainer": "寂寞的欧尼酱\u003cjmdonj@qq.com\u003e", + "sentence": "将arduino开发板作为ps/2设备端与主机通讯。", + "paragraph": "库只有是通讯的功能。在arduino库中,没就找到功能一样的库,就顺手发上来。", + "website": "https://github.com/cike-567/arduino-ps2shebei", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cike-567/arduino-ps2shebei.git", + "providesIncludes": [ + "ps2shebei.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cike-567/ps2shebei-1.0.0.zip", + "archiveFileName": "ps2shebei-1.0.0.zip", + "size": 16380, + "checksum": "SHA-256:74dcae234348ac21a792384b4077385d6cf59abf57fedc737f14f84ab5237c14" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.0.0.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.0.0.zip", + "size": 490953, + "checksum": "SHA-256:e4bc94e6206e23566f956b627b0aa19ddecf3a6d0740be16fcdbf0838f55f3ac" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.1.0.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.1.0.zip", + "size": 491172, + "checksum": "SHA-256:e3527032d7432b4cb01915f3a3183f0bd05854db81bdfbcbf74f4a6c01badb42" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.2.0.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.2.0.zip", + "size": 1118241, + "checksum": "SHA-256:de73478a3f6fd288306f4194d844b02112e28e1a6519bf7115bec33a15fd4e79" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.2.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "dependencies": [ + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.2.1.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.2.1.zip", + "size": 491499, + "checksum": "SHA-256:c3143a80c6057e6d2bb675693ad9e1115c380c551906c1bc1670bc0b2043e4e6" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.2.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.2.2.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.2.2.zip", + "size": 1123107, + "checksum": "SHA-256:d661642f10dd6077a70b6dbf4994e86f6b4f38edcc4deffe3427538b50e862eb" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.2.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.2.3.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.2.3.zip", + "size": 1127076, + "checksum": "SHA-256:3513121ee44435e7987059fe6bfa7880542974158db842ae795ecf7d2cd7d0b4" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.3.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.3.0.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.3.0.zip", + "size": 1131305, + "checksum": "SHA-256:d169e4cbccba1796d6b6466286330ccf16a513d916d4497c6cc0807283c7218b" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.3.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.3.1.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.3.1.zip", + "size": 1271469, + "checksum": "SHA-256:05c00d0feadfdb6a8698ce4b9af1ad4d7f439d8793fdb452877856edcef34c20" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.3.2", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.3.2.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.3.2.zip", + "size": 1559379, + "checksum": "SHA-256:7ba7e30d83b59ef8edab5e1e5c5cc310f815ba3b696ebf473bb73efc0415f840" + }, + { + "name": "Arduino_Braccio_plusplus", + "version": "1.3.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Board support library for the Arduino Braccio++ 6-DOF robot arm.", + "paragraph": "This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.", + "website": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_nano" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_Braccio_plusplus.git", + "providesIncludes": [ + "Braccio++.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Braccio_plusplus-1.3.3.zip", + "archiveFileName": "Arduino_Braccio_plusplus-1.3.3.zip", + "size": 1564038, + "checksum": "SHA-256:9bda317c17b84840d5fe740ab61fe121d1fabb41836796933bd85763fa305f4f" + }, + { + "name": "tinyESPNow", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Arduino library for tinyESPNow.", + "paragraph": "Arduino library for tinyESPNow library.", + "website": "https://github.com/chrmlinux/tinyESPNow", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyESPNow.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyESPNow-0.0.1.zip", + "archiveFileName": "tinyESPNow-0.0.1.zip", + "size": 6089, + "checksum": "SHA-256:793a3e5dbace05902d74674a61a5e89346a7fb7b759e01d448398051fd910982" + }, + { + "name": "WiFiMulti_Generic", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries.", + "paragraph": "Currently supporting ESP32, ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries.", + "website": "https://github.com/khoih-prog/WiFiMulti_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiMulti_Generic.git", + "providesIncludes": [ + "WiFiMulti_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiEspAT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiMulti_Generic-1.0.0.zip", + "archiveFileName": "WiFiMulti_Generic-1.0.0.zip", + "size": 793366, + "checksum": "SHA-256:e7c4bd176db9ba1017fc6883bc56d1f382c1709fa0b13055acb4abbf8f38278d" + }, + { + "name": "WiFiMulti_Generic", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries.", + "paragraph": "Currently supporting ESP32, ESP8266, Teensy, Portenta_H7, megaAVR, AVR, RTL8720DN, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries.", + "website": "https://github.com/khoih-prog/WiFiMulti_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiMulti_Generic.git", + "providesIncludes": [ + "WiFiMulti_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiMulti_Generic-1.1.0.zip", + "archiveFileName": "WiFiMulti_Generic-1.1.0.zip", + "size": 815452, + "checksum": "SHA-256:72c9adc4f138ecb2f2ee467ebbd4a297bd8465c61d3edc669a644eec5e315033" + }, + { + "name": "WiFiMulti_Generic", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries.", + "paragraph": "Currently supporting ESP32, ESP8266, Teensy, Portenta_H7, megaAVR, AVR, RTL8720DN, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries.", + "website": "https://github.com/khoih-prog/WiFiMulti_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiMulti_Generic.git", + "providesIncludes": [ + "WiFiMulti_Generic.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "ArduinoSTL" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiMulti_Generic-1.1.1.zip", + "archiveFileName": "WiFiMulti_Generic-1.1.1.zip", + "size": 890270, + "checksum": "SHA-256:15bf025a3c578d237f4659a91c2f3755d071073a6f7b4b7aa3355b634d353ff2" + }, + { + "name": "WiFiMulti_Generic", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries.", + "paragraph": "Currently supporting ESP32, ESP8266, Teensy, Portenta_H7, megaAVR, AVR, RTL8720DN, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries.", + "website": "https://github.com/khoih-prog/WiFiMulti_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiMulti_Generic.git", + "providesIncludes": [ + "WiFiMulti_Generic.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "ArduinoSTL" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiMulti_Generic-1.2.0.zip", + "archiveFileName": "WiFiMulti_Generic-1.2.0.zip", + "size": 927904, + "checksum": "SHA-256:d2e654e5f8aab6c211c5d709adbab9e4f4e6956c9a785c7dd77bb2ccc197a3bf" + }, + { + "name": "WiFiMulti_Generic", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries.", + "paragraph": "Currently supporting ESP32, ESP8266, Teensy, Portenta_H7, megaAVR, AVR, RTL8720DN, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries.", + "website": "https://github.com/khoih-prog/WiFiMulti_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiMulti_Generic.git", + "providesIncludes": [ + "WiFiMulti_Generic.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "ArduinoSTL" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiMulti_Generic-1.2.1.zip", + "archiveFileName": "WiFiMulti_Generic-1.2.1.zip", + "size": 932591, + "checksum": "SHA-256:c3ffdff933cc83bd4c1bf19ea8c29e6a36bd0f8010189743ee3f1ab2bd70314e" + }, + { + "name": "WiFiMulti_Generic", + "version": "1.2.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries.", + "paragraph": "Currently supporting ESP32, ESP8266, Teensy, Portenta_H7, megaAVR, AVR, RTL8720DN, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries.", + "website": "https://github.com/khoih-prog/WiFiMulti_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiMulti_Generic.git", + "providesIncludes": [ + "WiFiMulti_Generic.h" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "ArduinoSTL" + }, + { + "name": "ESP_AT_Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiMulti_Generic-1.2.2.zip", + "archiveFileName": "WiFiMulti_Generic-1.2.2.zip", + "size": 932883, + "checksum": "SHA-256:329b18ecfd567e23d0aad9ab0db643254b7ce24cc0fa99f82b4ea9ee9f715589" + }, + { + "name": "LeafonySTM32", + "version": "0.0.1", + "author": "Leafony", + "maintainer": "Leafony", + "sentence": "Library for Leafony STM32 basic kit", + "paragraph": "See more on https://docs.leafony.com", + "website": "https://github.com/Leafony/LeafonySTM32", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Leafony/LeafonySTM32.git", + "providesIncludes": [ + "LeafonySTM32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Leafony/LeafonySTM32-0.0.1.zip", + "archiveFileName": "LeafonySTM32-0.0.1.zip", + "size": 40162, + "checksum": "SHA-256:79d90dad5547982e4cb63dbe456fa386caf69998a822fa144a87baf294396cde" + }, + { + "name": "LeafonySTM32", + "version": "0.0.2", + "author": "Leafony", + "maintainer": "Leafony", + "sentence": "Library for Leafony STM32 basic kit", + "paragraph": "See more on https://docs.leafony.com", + "website": "https://github.com/Leafony/LeafonySTM32", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Leafony/LeafonySTM32.git", + "providesIncludes": [ + "LeafonySTM32.h" + ], + "dependencies": [ + { + "name": "Adafruit HTS221" + }, + { + "name": "ClosedCube OPT3001" + }, + { + "name": "RTClib" + }, + { + "name": "Adafruit LIS3DH" + }, + { + "name": "STM32duino RTC" + }, + { + "name": "STM32duino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Leafony/LeafonySTM32-0.0.2.zip", + "archiveFileName": "LeafonySTM32-0.0.2.zip", + "size": 43470, + "checksum": "SHA-256:3fe1f649d384687fdc03384ac3b2613bea71d2b554981086af1b3906580de38b" + }, + { + "name": "Ai COCOCAM", + "version": "1.0.0", + "author": "KocoaFAB \u003ccontact@kocoa.or.kr\u003e", + "maintainer": "KocoaFab \u003ccontact@kocoa.or.kr\u003e", + "sentence": "Kocoafab library for Ai COCOCAM on various orangeboards(arduino compatible boards)", + "paragraph": "includes I2C/Serial communication protocols for using AI cococam on your orangeboards or arduino.", + "website": "https://github.com/ekkai/Aicococam_Ardu", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/Aicococam_Ardu.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/Ai_COCOCAM-1.0.0.zip", + "archiveFileName": "Ai_COCOCAM-1.0.0.zip", + "size": 11050, + "checksum": "SHA-256:986951ffa0812f7882fbe49e75a4c163a17895a69f9f6380979a6ff581baecff" + }, + { + "name": "genieArduinoDEV", + "version": "1.0.0", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino", + "paragraph": "This is a library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library-DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduinoDEV-1.0.0.zip", + "archiveFileName": "genieArduinoDEV-1.0.0.zip", + "size": 39563, + "checksum": "SHA-256:2c2c4c1bf4cb6fca832bc217ba2b10a72f7e4e6e0738af3eed205b4410d414e8" + }, + { + "name": "genieArduinoDEV", + "version": "1.0.1", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino, DEV", + "paragraph": "This is a DEV library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library-DEV", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library-DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduinoDEV-1.0.1.zip", + "archiveFileName": "genieArduinoDEV-1.0.1.zip", + "size": 39578, + "checksum": "SHA-256:90f02669cdbf071fba9563c45be335c4a8ed1ec6f0413e895d541bff9904d044" + }, + { + "name": "genieArduinoDEV", + "version": "1.0.2", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino, DEV", + "paragraph": "This is a DEV library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library-DEV", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library-DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduinoDEV-1.0.2.zip", + "archiveFileName": "genieArduinoDEV-1.0.2.zip", + "size": 385864, + "checksum": "SHA-256:319352da75f29652a01c937233b17a5bf2bb864b74c20f1bcd8b4c7a4879eebe" + }, + { + "name": "genieArduinoDEV", + "version": "1.0.3", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "4D Systems ViSi-Genie library for Arduino, DEV *STABLE*", + "paragraph": "This is a DEV library for the Arduino IDE enables communication to a 4D Systems Intelligent Display Module, programmed with the ViSi-Genie Environment, using a Serial UART", + "website": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library-DEV", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/4dsystems/ViSi-Genie-Arduino-Library-DEV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/genieArduinoDEV-1.0.3.zip", + "archiveFileName": "genieArduinoDEV-1.0.3.zip", + "size": 386204, + "checksum": "SHA-256:e10d3b1ea1160a2f53bf8c85f24a552f02aa2ebc377241ac3794917b4482d68a" + }, + { + "name": "DFRobot_LIS", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "tangjie\u003cli.feng@dfrobot.com\u003e,\u003cjie.tang@dfrobot.com\u003e", + "sentence": "a sensor library.(SKU:SEN0405/SKU:SEN0407/SKU:SEN0408/SKU:SEN0409/SKU:SEN0411/SKU:SEN0412/SKU:SEN0224)", + "paragraph": "The communication device library of DFRobot_LIS", + "website": "https://github.com/DFRobot/DFRobot_LIS", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_LIS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LIS-1.0.1.zip", + "archiveFileName": "DFRobot_LIS-1.0.1.zip", + "size": 931577, + "checksum": "SHA-256:b507372d8e35f29479c4038ede4164f7ec1a1da787085042b19873729a5f84bd" + }, + { + "name": "DFRobot_BME680", + "version": "2.0.0", + "author": "DFRobot", + "maintainer": "Frank(jiehan.guo@dfrobot.com)", + "sentence": "DFRobot Standard library(SKU:SEN0248).", + "paragraph": "BME680 is an integrated environmental sensor.", + "website": "https://github.com/DFRobot/DFRobot_BME680", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BME680.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BME680-2.0.0.zip", + "archiveFileName": "DFRobot_BME680-2.0.0.zip", + "size": 1312212, + "checksum": "SHA-256:5379c139ab1486f71c5028d6f99ba6ed1134f5288a7b6119a7e6b18b3112ccf4" + }, + { + "name": "DFRobot_SIM808", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for SIM808 GPS/GPRS/GSM Arduino Shield V1.0(SKU: TEL0097).", + "paragraph": "SIM808 module is a complete Quad-Band GSM/GPRS module which combines GPS technology for satellite navigation.", + "website": "https://github.com/DFRobot/DFRobot_SIM808", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SIM808.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SIM808-1.0.0.zip", + "archiveFileName": "DFRobot_SIM808-1.0.0.zip", + "size": 284131, + "checksum": "SHA-256:7e1e1cf1deadb32df607e05c89a2fbb6ec233154fbb872a30901e0ccfa70d215" + }, + { + "name": "DFRobot_SIM808", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for SIM808 GPS/GPRS/GSM Arduino Shield V1.0(SKU: TEL0097).", + "paragraph": "SIM808 module is a complete Quad-Band GSM/GPRS module which combines GPS technology for satellite navigation.", + "website": "https://github.com/DFRobot/DFRobot_SIM808", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SIM808.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SIM808-1.0.1.zip", + "archiveFileName": "DFRobot_SIM808-1.0.1.zip", + "size": 286077, + "checksum": "SHA-256:0f882d76598522157f5b3ce17ab40f14f0664ee701cc147654657c14eba9d0c9" + }, + { + "name": "DFRobot_HX711_I2C", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "By a simple mechanical structure with the sensor, that can be read to the mass of the body(SKU:KIT0176)", + "paragraph": "DFRobot_HX711_I2C is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_HX711_I2C", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_HX711_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_HX711_I2C-1.0.0.zip", + "archiveFileName": "DFRobot_HX711_I2C-1.0.0.zip", + "size": 409872, + "checksum": "SHA-256:9765731fc074281507a53a2e500af06398895b6701ce89e75862dc338cea3709" + }, + { + "name": "DFRobot_LWLP", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "The differential pressure between two probes of the differential pressure sensor can be obtained by this drive(SKU: SEN0343).", + "paragraph": "DFRobot_LWLP is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_LWLP", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_LWLP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LWLP-1.0.0.zip", + "archiveFileName": "DFRobot_LWLP-1.0.0.zip", + "size": 261504, + "checksum": "SHA-256:0343a701b09d7f1ef5e4d78a4dfb6bcf29169bdee01f9adb5096196a49641cc9" + }, + { + "name": "Max86141", + "version": "1.0.1", + "author": "Youssouph Ndao \u003cydndao@gmail.com\u003e", + "maintainer": "Kevin Lhoste \u003ckevin.lhoste@cri-paris.org\u003e", + "sentence": "Enables using Max86140 and Max86141 sensor on NRF52840 board.", + "paragraph": "This library supports creation of functions for using the sensor.", + "website": "https://github.com/MakerLabCRI/Max86141", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MakerLabCRI/Max86141.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerLabCRI/Max86141-1.0.1.zip", + "archiveFileName": "Max86141-1.0.1.zip", + "size": 16611, + "checksum": "SHA-256:afd6ff0d0e0ef17dbef297883cc09390e3956663c1357d0be44a88596bc98349" + }, + { + "name": "Max86141", + "version": "1.0.0", + "author": "Youssouph Ndao \u003cydndao@gmail.com\u003e", + "maintainer": "Kevin Lhoste \u003ckevin.lhoste@cri-paris.org\u003e", + "sentence": "Enables using Max86140 and Max86141 sensor on NRF52840 board.", + "paragraph": "This library supports creation of functions for using the sensor.", + "website": "https://github.com/MakerLabCRI/Max86141", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MakerLabCRI/Max86141.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerLabCRI/Max86141-1.0.0.zip", + "archiveFileName": "Max86141-1.0.0.zip", + "size": 15508, + "checksum": "SHA-256:813db5b6585390718f56770befc70db9f2e083c3cc8ae73a94733f492344e440" + }, + { + "name": "Max86141", + "version": "1.0.2", + "author": "Youssouph Ndao \u003cydndao@gmail.com\u003e, Kevin Lhoste \u003ckevin.lhoste@cri-paris.org\u003e", + "maintainer": "Youssouph Ndao \u003cydndao@gmail.com\u003e", + "sentence": "Enables using Max86140 and Max86141 sensor on NRF52840 board.", + "paragraph": "This library supports creation of functions for using the sensor.", + "website": "https://github.com/MakerLabCRI/Max86141", + "category": "Sensors", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MakerLabCRI/Max86141.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerLabCRI/Max86141-1.0.2.zip", + "archiveFileName": "Max86141-1.0.2.zip", + "size": 15151, + "checksum": "SHA-256:a3af951fc477fb36373f55889580b70d3723e4abc61fce38c73c1358f65e6dd9" + }, + { + "name": "Max86141", + "version": "1.0.3", + "author": "Youssouph Ndao \u003cydndao@gmail.com\u003e, Kevin Lhoste \u003ckevin.lhoste@cri-paris.org\u003e", + "maintainer": "Youssouph Ndao \u003cydndao@gmail.com\u003e", + "sentence": "Enables using Max86140 and Max86141 sensor on NRF52840 board.", + "paragraph": "This library supports creation of functions for using the sensor.", + "website": "https://github.com/MakerLabCRI/Max86141", + "category": "Sensors", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MakerLabCRI/Max86141.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerLabCRI/Max86141-1.0.3.zip", + "archiveFileName": "Max86141-1.0.3.zip", + "size": 16841, + "checksum": "SHA-256:da9c17666d33640652863e9166d2225f8543471020eb5ac4662fa02eaeca4c64" + }, + { + "name": "Max86141", + "version": "1.0.4", + "author": "Youssouph Ndao \u003cydndao@gmail.com\u003e, Kevin Lhoste \u003ckevin.lhoste@cri-paris.org\u003e", + "maintainer": "Youssouph Ndao \u003cydndao@gmail.com\u003e", + "sentence": "Enables using Max86140 and Max86141 sensor on NRF52840 board.", + "paragraph": "This library supports creation of functions for using the sensor.", + "website": "https://github.com/MakerLabCRI/Max86141", + "category": "Sensors", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MakerLabCRI/Max86141.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MakerLabCRI/Max86141-1.0.4.zip", + "archiveFileName": "Max86141-1.0.4.zip", + "size": 16954, + "checksum": "SHA-256:17ccb290e3d474ed72277320704d6bdcc80cea48700694d8282fb07d9a62db18" + }, + { + "name": "SwitchLib", + "version": "1.0.0", + "author": "justcallmekoko", + "maintainer": "justcallmekoko", + "sentence": "An Arduino Library for handling tactile switches...or anything else.", + "paragraph": "Supports tactile switched configured with pull-up or pull-down resistors", + "website": "https://github.com/justcallmekoko/SwitchLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/justcallmekoko/SwitchLib.git", + "providesIncludes": [ + "SwitchLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/justcallmekoko/SwitchLib-1.0.0.zip", + "archiveFileName": "SwitchLib-1.0.0.zip", + "size": 4412, + "checksum": "SHA-256:1c83bc5d211e11fdd0b5544db8c9de1dd75cb93b3e95ef45b7d62b37849cdf37" + }, + { + "name": "SwitchLib", + "version": "1.1.1", + "author": "justcallmekoko", + "maintainer": "justcallmekoko", + "sentence": "An Arduino Library for handling tactile switches...or anything else.", + "paragraph": "Supports tactile switches configured with pull-up or pull-down resistors", + "website": "https://github.com/justcallmekoko/SwitchLib", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/justcallmekoko/SwitchLib.git", + "providesIncludes": [ + "SwitchLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/justcallmekoko/SwitchLib-1.1.1.zip", + "archiveFileName": "SwitchLib-1.1.1.zip", + "size": 4717, + "checksum": "SHA-256:5b7235974899cce084b70559046a044e973ca6de77825f8d261572a2ce04045c" + }, + { + "name": "Bleeping Library", + "version": "0.0.1", + "author": "MClarkDev.com", + "maintainer": "MClarkDev.com", + "sentence": "Simple BLE ESP Provisioning and Configuration", + "paragraph": "Read more at: https://github.com/MClarkDev/BleepingLibrary", + "website": "https://github.com/MClarkDev/BleepingLibrary", + "category": "Uncategorized", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MClarkDev/BleepingLibrary.git", + "providesIncludes": [ + "BleepingLibrary.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MClarkDev/Bleeping_Library-0.0.1.zip", + "archiveFileName": "Bleeping_Library-0.0.1.zip", + "size": 19799, + "checksum": "SHA-256:488552e8a9e9ccc88aa2a34240a559dfe33050562f82e0ccff5a32ee6d9451da" + }, + { + "name": "RoboWunduino", + "version": "1.0.1", + "author": "Jonathan Morley, Robo Technologies", + "maintainer": "Jonathan Morley \u003cjon@robowunderkind.com\u003e", + "sentence": "Arduino Library for Robo Wunderkind Products", + "paragraph": "This library allows direct access to Robo Wunderkind product function at the hardware level", + "website": "https://github.com/Robo-Wunderkind/RoboWunduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Robo-Wunderkind/RoboWunduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robo-Wunderkind/RoboWunduino-1.0.1.zip", + "archiveFileName": "RoboWunduino-1.0.1.zip", + "size": 41928, + "checksum": "SHA-256:d64b963998127a229d450cd3f9b74c4c21a318afe92830602491aa2a8ccd00f1" + }, + { + "name": "RoboWunduino", + "version": "1.0.2", + "author": "Jonathan Morley, Robo Technologies", + "maintainer": "Jonathan Morley \u003cjon@robowunderkind.com\u003e", + "sentence": "Arduino Library for Robo Wunderkind Products", + "paragraph": "This library allows direct access to Robo Wunderkind product function at the hardware level", + "website": "https://github.com/Robo-Wunderkind/RoboWunduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Robo-Wunderkind/RoboWunduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Robo-Wunderkind/RoboWunduino-1.0.2.zip", + "archiveFileName": "RoboWunduino-1.0.2.zip", + "size": 431122, + "checksum": "SHA-256:5114737456f6b7ca769b50125aaba734187606b1898c8b65e8161069d61a8848" + }, + { + "name": "FireplaceMLX", + "version": "0.0.1", + "author": "Jueff", + "maintainer": "Jueff \u003cmobaledlib@gmx.at\u003e", + "sentence": "MobaLedLib Extension adds simulation of single fireplace", + "website": "https://github.com/Jueff/FireplaceMLX#readme", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/FireplaceMLX.git", + "providesIncludes": [ + "FireplaceMLX.h" + ], + "dependencies": [ + { + "name": "MobaLedLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/FireplaceMLX-0.0.1.zip", + "archiveFileName": "FireplaceMLX-0.0.1.zip", + "size": 12062, + "checksum": "SHA-256:95291deca0a858c421f10ab16834f02f0f02f3e780b6b3afa1ada48cc9aed7ce" + }, + { + "name": "PWMOutESP32", + "version": "1.0.0", + "author": "Fellipe Couto", + "maintainer": "Fellipe Couto \u003chttp://www.efeitonerd.com.br\u003e", + "sentence": "Library for controlling ESP32 PWM outputs similar to use on Arduino", + "paragraph": "pwm.analogWrite(PIN, VALUE);", + "website": "https://github.com/fellipecouto/PWMOutESP32", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/PWMOutESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/PWMOutESP32-1.0.0.zip", + "archiveFileName": "PWMOutESP32-1.0.0.zip", + "size": 4832, + "checksum": "SHA-256:675da4bd79f46d4ff1c57f7ffec6ccbd8cefd697d9a9b646b4c8ef52cc15e0d3" + }, + { + "name": "PWMOutESP32", + "version": "1.0.1", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library for controlling ESP32 PWM outputs similar to use on Arduino", + "paragraph": "pwm.analogWrite(PIN, VALUE);", + "website": "https://github.com/fellipecouto/PWMOutESP32", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/PWMOutESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/PWMOutESP32-1.0.1.zip", + "archiveFileName": "PWMOutESP32-1.0.1.zip", + "size": 7824, + "checksum": "SHA-256:0674d481d2cc6e73471fb915e819677643b7e9d28ef1fb5dce897ae8fae6c508" + }, + { + "name": "PWMOutESP32", + "version": "1.0.2", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library for controlling ESP32 PWM outputs similar to use on Arduino", + "paragraph": "pwm.analogWrite(PIN, VALUE);", + "website": "https://github.com/fellipecouto/PWMOutESP32", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/PWMOutESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/PWMOutESP32-1.0.2.zip", + "archiveFileName": "PWMOutESP32-1.0.2.zip", + "size": 8757, + "checksum": "SHA-256:ee2b590814b7c08d57edfc34697a93bbed7c31c3b7ff45b8031a67ef8ba8e369" + }, + { + "name": "MemoryLib", + "version": "1.0.1", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library to manage the storage of INT and LONG variables in EEPROM", + "paragraph": "Arduino Uno, Nano, MEGA", + "website": "https://github.com/fellipecouto/MemoryLib.h", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/MemoryLib.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/MemoryLib-1.0.1.zip", + "archiveFileName": "MemoryLib-1.0.1.zip", + "size": 9199, + "checksum": "SHA-256:3672c0d6b42578fd391c4e2fa3dddfa1438981a8d1c6e95c5454b2e4891febd6" + }, + { + "name": "MemoryLib", + "version": "1.0.2", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library to manage the storage of INT and LONG variables in EEPROM", + "paragraph": "Arduino Uno, Nano, MEGA", + "website": "https://github.com/fellipecouto/MemoryLib.h", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/MemoryLib.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/MemoryLib-1.0.2.zip", + "archiveFileName": "MemoryLib-1.0.2.zip", + "size": 9203, + "checksum": "SHA-256:3adbd977872c462a01e597d0c3c0cdd060aab4e680bd6fe882eaa35d403adc6e" + }, + { + "name": "ShiftOutMega", + "version": "1.0.1", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library to control additional digital ports using CI 74HC595", + "paragraph": "mega.shiftWrite(30, HIGH);", + "website": "https://github.com/fellipecouto/ShiftOutMega", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/ShiftOutMega.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/ShiftOutMega-1.0.1.zip", + "archiveFileName": "ShiftOutMega-1.0.1.zip", + "size": 9449, + "checksum": "SHA-256:9fe9be7f85844ff5b1075dc77c9675e78ddb07bcba746329a80409527df5e69e" + }, + { + "name": "MicroBeaut", + "version": "1.0.0", + "author": "Montree Hamarn", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut Standard Library for Arduino.", + "paragraph": "Applying Micro Beaut to your program will make it easier to manage your Multitasking Programing.", + "website": "https://github.com/MicroBeaut/MicroBeaut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBeaut/MicroBeaut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/MicroBeaut-1.0.0.zip", + "archiveFileName": "MicroBeaut-1.0.0.zip", + "size": 33400, + "checksum": "SHA-256:cc33f3600b53063f4201357d363722bb9781b866be59531e15d9603c304a8f18" + }, + { + "name": "MicroBeaut", + "version": "1.1.0", + "author": "Montree Hamarn", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut Standard Library for Arduino.", + "paragraph": "Applying MicroBeaut to your program will make it easier to manage your Multitasking Programming.", + "website": "https://github.com/MicroBeaut/MicroBeaut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBeaut/MicroBeaut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/MicroBeaut-1.1.0.zip", + "archiveFileName": "MicroBeaut-1.1.0.zip", + "size": 40208, + "checksum": "SHA-256:716d752e7a7f12793185078feb0e385458f89b09f1f41cb3e649e78de6496e86" + }, + { + "name": "MicroBeaut", + "version": "1.1.1", + "author": "Montree Hamarn", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut Standard Library for Arduino.", + "paragraph": "Applying MicroBeaut to your program will make it easier to manage your Multitasking Programming.", + "website": "https://github.com/MicroBeaut/MicroBeaut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBeaut/MicroBeaut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/MicroBeaut-1.1.1.zip", + "archiveFileName": "MicroBeaut-1.1.1.zip", + "size": 40619, + "checksum": "SHA-256:76c6635ab9cd5124df0063ec846be19c8ef1ef52613037b57ff88a669ceb3849" + }, + { + "name": "MicroBeaut", + "version": "1.1.2", + "author": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e, Natvalun Tavepontakul\u003cnatvalun.tavepontakul@hotmail.com\u003e", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut Standard Library for Arduino.", + "paragraph": "Applying MicroBeaut to your program will make it easier to manage your Multitasking Programming.", + "website": "https://github.com/MicroBeaut/MicroBeaut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBeaut/MicroBeaut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/MicroBeaut-1.1.2.zip", + "archiveFileName": "MicroBeaut-1.1.2.zip", + "size": 41997, + "checksum": "SHA-256:d6f97b0e54d3481fe06e51d7b4ae6a63060aec7e161512095c7307d78a0c6741" + }, + { + "name": "MicroBeaut", + "version": "2.0.0", + "author": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e, Natvalun Tavepontakul\u003cnatvalun.tavepontakul@hotmail.com\u003e", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut Standard Library for Arduino.", + "paragraph": "Applying MicroBeaut to your program will make it easier to manage your Multitasking Programming.", + "website": "https://github.com/MicroBeaut/MicroBeaut", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBeaut/MicroBeaut.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/MicroBeaut-2.0.0.zip", + "archiveFileName": "MicroBeaut-2.0.0.zip", + "size": 54952, + "checksum": "SHA-256:de00d42ab3ab3b25c9a96264acf52f2ba3f8206f283d21c077983002da26e897" + }, + { + "name": "InfraredMLX", + "version": "0.0.1", + "author": "Jueff", + "maintainer": "Jueff \u003cmobaledlib@gmx.at\u003e", + "sentence": "Extension adds infrared features to control MobaLedLib using an infrared remote control", + "website": "https://github.com/Jueff/InfraredMLX#readme", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/InfraredMLX.git", + "providesIncludes": [ + "InfraredMLX.h" + ], + "dependencies": [ + { + "name": "IRremote" + }, + { + "name": "MobaLedLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/InfraredMLX-0.0.1.zip", + "archiveFileName": "InfraredMLX-0.0.1.zip", + "size": 14089, + "checksum": "SHA-256:3928d783d298853aa63c9cf4b8f372c3165e530b4b7cfd553f48667b7b973c61" + }, + { + "name": "InfraredMLX", + "version": "0.0.2", + "author": "Jueff", + "maintainer": "Jueff \u003cmobaledlib@gmx.at\u003e", + "sentence": "Extension adds infrared features to control MobaLedLib using an infrared remote control", + "website": "https://github.com/Jueff/InfraredMLX#readme", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jueff/InfraredMLX.git", + "providesIncludes": [ + "InfraredMLX.h" + ], + "dependencies": [ + { + "name": "IRremote" + }, + { + "name": "MobaLedLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jueff/InfraredMLX-0.0.2.zip", + "archiveFileName": "InfraredMLX-0.0.2.zip", + "size": 18147, + "checksum": "SHA-256:4fd8d877c3501754b4ba04f26a029104a44af6265046e20715a89fa8e53c804d" + }, + { + "name": "MillisTimerLib", + "version": "1.0.0", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library to use the Millis function as a task scheduler.", + "paragraph": "Library to use the Millis function as a task scheduler.", + "website": "https://github.com/fellipecouto/MillisTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/MillisTimerLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/MillisTimerLib-1.0.0.zip", + "archiveFileName": "MillisTimerLib-1.0.0.zip", + "size": 16944, + "checksum": "SHA-256:c66032b265db8960a60c3e9fd70fa4bd37d8716ef59159537a9fe8e1199cba11" + }, + { + "name": "MillisTimerLib", + "version": "1.2.0", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library to use the Millis function as a task scheduler.", + "paragraph": "Library to use the Millis function as a task scheduler.", + "website": "https://github.com/fellipecouto/MillisTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/MillisTimerLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/MillisTimerLib-1.2.0.zip", + "archiveFileName": "MillisTimerLib-1.2.0.zip", + "size": 19511, + "checksum": "SHA-256:9a90e27907412cf8afe4454c71931febbb6b320d81c28ff1b5197b5498ec5cb0" + }, + { + "name": "MillisTimerLib", + "version": "1.3.0", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library to use the Millis function as a task scheduler.", + "paragraph": "Library to use the Millis function as a task scheduler.", + "website": "https://github.com/fellipecouto/MillisTimerLib", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/fellipecouto/MillisTimerLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/MillisTimerLib-1.3.0.zip", + "archiveFileName": "MillisTimerLib-1.3.0.zip", + "size": 21031, + "checksum": "SHA-256:26084a3823c2bfd613e6541cf720530a27b9af0aefd1abd3d6ff4c3a1d446b8c" + }, + { + "name": "SparkFun SGP4 Arduino Library", + "version": "1.0.3", + "author": "Hopperpop", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "SGP4 model for calculating satellite positions and predicting overpasses.", + "paragraph": "\u003cbr/\u003eThis library uses SGP4 to calculate satellite positions and predict overpasses using Two-Line Elements.\u003cbr/\u003e\u003cbr/\u003eThis library is a clone of \u003ca href=\"https://github.com/Hopperpop/Sgp4-Library\"\u003eHopperpop Sgp4-Library\u003c/a\u003e. We have cloned it to allow it to be added to the Arduino Library manager.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SGP4_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP4_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP4_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_SGP4_Arduino_Library-1.0.3.zip", + "size": 53481, + "checksum": "SHA-256:df0ef2346c40ac48a3e2c035f00128753989ecc17ef9ab3bb9f7f5523d814328" + }, + { + "name": "SparkFun SGP4 Arduino Library", + "version": "1.0.4", + "author": "Hopperpop", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "SGP4 model for calculating satellite positions and predicting overpasses.", + "paragraph": "\u003cbr/\u003eThis library uses SGP4 to calculate satellite positions and predict overpasses using Two-Line Elements.\u003cbr/\u003e\u003cbr/\u003eThis library is a clone of \u003ca href=\"https://github.com/Hopperpop/Sgp4-Library\"\u003eHopperpop Sgp4-Library\u003c/a\u003e. We have cloned it to allow it to be added to the Arduino Library manager.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_SGP4_Arduino_Library", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_SGP4_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP4_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_SGP4_Arduino_Library-1.0.4.zip", + "size": 51661, + "checksum": "SHA-256:f149650a6e2c11b9e430cdc2619ae3146830feb9670eeb8b3bef883ec328f8f1" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.0.0.zip", + "size": 422915, + "checksum": "SHA-256:bbdaa6e599b8a46f982582cf184cb72695cc1e905f496c47c633bacc3d8ca262" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.0.zip", + "size": 427118, + "checksum": "SHA-256:d52088c10253b905312d78388f0965819a042f569907f0caa03d21b6013527ef" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.1.zip", + "size": 427171, + "checksum": "SHA-256:66c52c3c7677d4f856a2dc8f14c8dd1f0c115708a86fdf348f46aa9a59b4d251" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.2.zip", + "size": 427319, + "checksum": "SHA-256:88fc7cd210bf39119e6d2f084b2badbe8dacb031bca8c10150351560661fe6be" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.3.zip", + "size": 427325, + "checksum": "SHA-256:582f055059969008e551431577b71bce880663a6905817ee88b8ec06401d9d61" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.4.zip", + "size": 427322, + "checksum": "SHA-256:81f66d3b53c207e5f8059a096b5e9e51b6bd6907f75edb937f3b3f3e58161915" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.5.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.5.zip", + "size": 427463, + "checksum": "SHA-256:d612140d80110b6d849b95e043f4fd4b3dd88b1e12f53d3c675951ca3a86e5df" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.6.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.6.zip", + "size": 434984, + "checksum": "SHA-256:8dab732d486abbd12c3333af1525becbb6e4c95d4a553df6ce6b720c084c5907" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.7.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.7.zip", + "size": 435212, + "checksum": "SHA-256:3d75a0a16f2249ba273a7da1516104b50b19e7c1aaf9861bd9793eb4e1495e63" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.8.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.8.zip", + "size": 444996, + "checksum": "SHA-256:aeeb4b0deb82e64f90a922d0b931d1140ec2a6e7a49b3f93722e408f4b5100eb" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.9.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.9.zip", + "size": 454815, + "checksum": "SHA-256:ae5dcf0533259aeb427c286c41fb9d2d210ec15e1e3b7cf6bb14a57992a0580b" + }, + { + "name": "SparkFun Swarm Satellite Arduino Library", + "version": "1.1.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the Swarm M138 satellite modem\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the Swarm M138 satellite modem, as used on the \u003ca href=\"https://www.sparkfun.com/products/19236\"\u003eSparkX Swarm Serial Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Swarm_Satellite_Arduino_Library-1.1.10.zip", + "archiveFileName": "SparkFun_Swarm_Satellite_Arduino_Library-1.1.10.zip", + "size": 455225, + "checksum": "SHA-256:316f2bd0d30287efd3d68311dc723ddfadeed4bf3eb5eea5e596232a811a2f38" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.0.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.0.0.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.0.0.zip", + "size": 23093, + "checksum": "SHA-256:d38804b7bda12e02ad10957767a0cf34c3bc32bf598c661475451b68ef3a647a" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.0.1", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.0.1.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.0.1.zip", + "size": 23373, + "checksum": "SHA-256:cae659568ddd253a971494a3163f476e0d21647597cc7666afef75b85ee9abd8" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.0.2", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.0.2.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.0.2.zip", + "size": 23376, + "checksum": "SHA-256:efe498c9e0ee46ee88819e5c189b7af47032f0b1845a5d87c88519b5ce9241ed" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.0.3", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.0.3.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.0.3.zip", + "size": 20636, + "checksum": "SHA-256:d0a01be8b2c41e56b30ff892b2e7c58550c3c04e49fbfd2bf4d00ebd622bfbe9" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.1.0", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.1.0.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.1.0.zip", + "size": 20723, + "checksum": "SHA-256:c37bfd01536ce2442c8365a26886819b596455c89401a059b923c6eb588d9a6f" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.1.1", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.1.1.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.1.1.zip", + "size": 20725, + "checksum": "SHA-256:0a72c68f9fd812cea300e868dd67be7646ee239169a4188cbb37728c3c4b4a8c" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.1.2", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.1.2.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.1.2.zip", + "size": 20728, + "checksum": "SHA-256:8afb68e1772bc1807a9f4299b867d8567627df336c64e21218ca256acbdf03a7" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.1.3", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.1.3.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.1.3.zip", + "size": 20840, + "checksum": "SHA-256:9c0ac8ec6face3e7c3a2f40c7deea38b4563cb60f5f4bf374e317475c5806069" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.2.1", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 9 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 9 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.2.1.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.2.1.zip", + "size": 21063, + "checksum": "SHA-256:484b49fd9ff678e1b9dac0b8ea7e28c8f356bd1d97a1ad984cbf2fadb96e23f5" + }, + { + "name": "Versatile_RotaryEncoder", + "version": "1.3.1", + "author": "ruiseixasm, Rui Seixas Monteiro", + "maintainer": "Rui Seixas Monteiro", + "sentence": "A rotary encoder library that allows the callback of up to 10 different functions representing the same number of different encoder events. These different functions can be associated with events like press rotate and long press among many others.", + "paragraph": "A simple switch rotary encoder has multiple possibilities, namely press and rotating at the same time, this library takes advantage of all those possibilities allowing the set of handling functions for each of those 10 possibilites.", + "website": "https://github.com/ruiseixasm/Versatile_RotaryEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ruiseixasm/Versatile_RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ruiseixasm/Versatile_RotaryEncoder-1.3.1.zip", + "archiveFileName": "Versatile_RotaryEncoder-1.3.1.zip", + "size": 21827, + "checksum": "SHA-256:142498358390fc031271b0bab11ffb5a2cb5595fe52683dd0ad2fddf0dda86b2" + }, + { + "name": "I2C_Scanner", + "version": "1.0.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Master I2C Bus Device Scanner.", + "paragraph": "The Two-Wire interface is extremely useful for connecting multiple devices, as they can all share the same two pins (plus a ground return). This is because the devices are \"addressable\". Each device needs to have a unique address in the range 0x03 to 0x77. This tool scans the master I2C bus and reports connected devices.", + "website": "https://github.com/akkoyun/I2C_Scanner", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Scanner.git", + "providesIncludes": [ + "I2C_Scanner.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Scanner-1.0.0.zip", + "archiveFileName": "I2C_Scanner-1.0.0.zip", + "size": 11282, + "checksum": "SHA-256:ead820114b7f3990f339d80eecd7ab61b6f394c936c9b0bc178a27ac3f27e2b7" + }, + { + "name": "I2C_Scanner", + "version": "1.0.4", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Master I2C Bus Device Scanner.", + "paragraph": "The Two-Wire interface is extremely useful for connecting multiple devices, as they can all share the same two pins (plus a ground return). This is because the devices are \"addressable\". Each device needs to have a unique address in the range 0x03 to 0x77. This tool scans the master I2C bus and reports connected devices.", + "website": "https://github.com/akkoyun/I2C_Scanner", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Scanner.git", + "providesIncludes": [ + "I2C_Scanner.h" + ], + "dependencies": [ + { + "name": "Console" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Scanner-1.0.4.zip", + "archiveFileName": "I2C_Scanner-1.0.4.zip", + "size": 36929, + "checksum": "SHA-256:2d734ad058afe2c75b3561ee28f4cbd51d1f945dbffa06eadf1eb2003a8c443a" + }, + { + "name": "DFRobot_PH", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Jiawei Zhang\u003cjiawei.zhang@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:SEN0161-V2).", + "paragraph": "Analog pH Sensor.", + "website": "https://github.com/DFRobot/DFRobot_PH", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_PH.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_PH-1.0.0.zip", + "archiveFileName": "DFRobot_PH-1.0.0.zip", + "size": 425624, + "checksum": "SHA-256:6167628912259eef1ea6d970cc750f5134196cfd4d0c36b4725b73f85664baf4" + }, + { + "name": "DFRobot_BC20_Gravity", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "DFRobot Standard library.(SKUTEL0130)", + "paragraph": "DFRobot_Sensor is the standard library of DFRobot.", + "website": "https://github.com/cdjq/DFRobot_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BC20_Gravity.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BC20_Gravity-1.0.0.zip", + "archiveFileName": "DFRobot_BC20_Gravity-1.0.0.zip", + "size": 238625, + "checksum": "SHA-256:0bb05164e658093e467755f44da554581c023895c329fcafcf7c051269d2ce94" + }, + { + "name": "Rotary", + "version": "1.0.0", + "author": "KAthiR", + "maintainer": "KAthiR \u003cskathir38@gmail.com\u003e", + "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", + "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", + "website": "https://github.com/skathir38/Rotary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/skathir38/Rotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skathir38/Rotary-1.0.0.zip", + "archiveFileName": "Rotary-1.0.0.zip", + "size": 19136, + "checksum": "SHA-256:5a79599128be57317bc4a43645694254b299293b8dfa1227f51355618eef8b04" + }, + { + "name": "STM32duino ISM330DHCX", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "High-Performance 3D digital accelerometer and 3D digital gyroscope.", + "paragraph": "This library provides Arduino support for the High-Performance 3D digital accelerometer and 3D digital gyroscope ISM330DHCX for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DHCX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ISM330DHCX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DHCX-2.0.0.zip", + "archiveFileName": "STM32duino_ISM330DHCX-2.0.0.zip", + "size": 51278, + "checksum": "SHA-256:0f213c657c20adbdfcb634a9aaac14d3ae4222aa9d3ae9e8246565cbfcba988c" + }, + { + "name": "STM32duino ISM330DHCX", + "version": "2.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "High-Performance 3D digital accelerometer and 3D digital gyroscope.", + "paragraph": "This library provides Arduino support for the High-Performance 3D digital accelerometer and 3D digital gyroscope ISM330DHCX for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DHCX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ISM330DHCX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DHCX-2.0.1.zip", + "archiveFileName": "STM32duino_ISM330DHCX-2.0.1.zip", + "size": 53655, + "checksum": "SHA-256:9f54e8eadc10172021467ba39e4426cd466c71deca3482991b7019342a6abbb9" + }, + { + "name": "STM32duino ISM330DHCX", + "version": "2.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "High-Performance 3D digital accelerometer and 3D digital gyroscope.", + "paragraph": "This library provides Arduino support for the High-Performance 3D digital accelerometer and 3D digital gyroscope ISM330DHCX for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DHCX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ISM330DHCX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DHCX-2.0.2.zip", + "archiveFileName": "STM32duino_ISM330DHCX-2.0.2.zip", + "size": 53698, + "checksum": "SHA-256:e2da49de12b4d323a533e7067ee1394cdc861c00aa68ca20216910cb3b038a4b" + }, + { + "name": "STM32duino ISM330DHCX", + "version": "2.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "High-Performance 3D digital accelerometer and 3D digital gyroscope.", + "paragraph": "This library provides Arduino support for the High-Performance 3D digital accelerometer and 3D digital gyroscope ISM330DHCX for STM32 boards.", + "website": "https://github.com/stm32duino/ISM330DHCX", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/ISM330DHCX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DHCX-2.1.0.zip", + "archiveFileName": "STM32duino_ISM330DHCX-2.1.0.zip", + "size": 55995, + "checksum": "SHA-256:b07b84d5af6f6b3f78ea8a6198be5374a1e923a1f513805c6e6e27cd65f86c9c" + }, + { + "name": "SLIC", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Simple lossless image codec.", + "paragraph": "A fast and effective image codec which can run on almost any microcontroller. Supports all standard pixel types and a flexible API allows it to work in almost any environment.", + "website": "https://github.com/bitbank2/SLIC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/SLIC.git", + "providesIncludes": [ + "slic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/SLIC-1.0.0.zip", + "archiveFileName": "SLIC-1.0.0.zip", + "size": 42979, + "checksum": "SHA-256:8f7b6a5e9920da54be79ff23c118580fbe566db989fab74154e90fd568d4f7b9" + }, + { + "name": "SLIC", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Simple lossless image codec.", + "paragraph": "A fast and effective image codec which can run on almost any microcontroller. Supports all standard pixel types and a flexible API allows it to work in almost any environment.", + "website": "https://github.com/bitbank2/SLIC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/SLIC.git", + "providesIncludes": [ + "slic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/SLIC-1.0.1.zip", + "archiveFileName": "SLIC-1.0.1.zip", + "size": 42965, + "checksum": "SHA-256:fdb26bedc9edf462da156ef0e7e8564cbde97dd73d27ed2d46d34d035940a69c" + }, + { + "name": "SLIC", + "version": "1.0.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Simple lossless image codec.", + "paragraph": "A fast and effective image codec which can run on almost any microcontroller. Supports all standard pixel types and a flexible API allows it to work in almost any environment.", + "website": "https://github.com/bitbank2/SLIC", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/SLIC.git", + "providesIncludes": [ + "slic.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/SLIC-1.0.2.zip", + "archiveFileName": "SLIC-1.0.2.zip", + "size": 43167, + "checksum": "SHA-256:c7ad0101bac764116422259dadc764642591ed9a78f23f070617aacced59049e" + }, + { + "name": "SimpleJ1939", + "version": "0.0.1", + "author": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "maintainer": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "sentence": "Simple J1939 CAN library.", + "paragraph": "A simplified J1939 communication library without full stack support.", + "website": "https://github.com/vChavezB/SimpleJ1939", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/SimpleJ1939.git", + "providesIncludes": [ + "SimpleJ1939.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/SimpleJ1939-0.0.1.zip", + "archiveFileName": "SimpleJ1939-0.0.1.zip", + "size": 17950, + "checksum": "SHA-256:bbb32b84cb70f5d80dbcf63449fe860238c24368a4a710a1563e7177ff17dd00" + }, + { + "name": "SimpleJ1939", + "version": "0.0.2", + "author": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "maintainer": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "sentence": "Simple J1939 CAN library.", + "paragraph": "A simplified J1939 communication library without full stack support.", + "website": "https://github.com/vChavezB/SimpleJ1939", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/SimpleJ1939.git", + "providesIncludes": [ + "SimpleJ1939.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/SimpleJ1939-0.0.2.zip", + "archiveFileName": "SimpleJ1939-0.0.2.zip", + "size": 17951, + "checksum": "SHA-256:1713b2afd1c7b8b193d686c7b06c2697a46ef012d78c371b398fe3fe593c525f" + }, + { + "name": "LMT87", + "version": "0.0.1", + "author": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "maintainer": "Brandon \u003cbrandon.b@outergravity.com\u003e", + "sentence": "A simple library for utilizing analog temperature sensor", + "paragraph": "This library reads in the mV value returned by the temperature sensor and calculates celcius or fahrenheit from it using a parabolic equation.", + "website": "https://github.com/Jackal28/LMT87", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Jackal28/LMT87.git", + "providesIncludes": [ + "LMT87.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jackal28/LMT87-0.0.1.zip", + "archiveFileName": "LMT87-0.0.1.zip", + "size": 6066, + "checksum": "SHA-256:23b44d9371cd56098f87d7c2a529420125625e2bf92fb68707450127e4b73d6a" + }, + { + "name": "ModbusRTUSlave", + "version": "1.0.0", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-1.0.0.zip", + "archiveFileName": "ModbusRTUSlave-1.0.0.zip", + "size": 11299, + "checksum": "SHA-256:f62e577725bc4554419278d903a39db3f7581ac6250a79d526c72f69ac84c897" + }, + { + "name": "ModbusRTUSlave", + "version": "1.0.1", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-1.0.1.zip", + "archiveFileName": "ModbusRTUSlave-1.0.1.zip", + "size": 11299, + "checksum": "SHA-256:851531819ef93b14213c0eddcd4018bbda45294d2c3fa0974223a226d960d083" + }, + { + "name": "ModbusRTUSlave", + "version": "1.0.3", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-1.0.3.zip", + "archiveFileName": "ModbusRTUSlave-1.0.3.zip", + "size": 12877, + "checksum": "SHA-256:6b87cda2bba1a78cb62735a3a7fc1b5f93d04791e306851a3cab670a832c8715" + }, + { + "name": "ModbusRTUSlave", + "version": "1.0.5", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-1.0.5.zip", + "archiveFileName": "ModbusRTUSlave-1.0.5.zip", + "size": 16436, + "checksum": "SHA-256:146a25ff6f861005e85fb30a92e2e9e370b54055e8b3f180c64995bbdb229d88" + }, + { + "name": "ModbusRTUSlave", + "version": "2.0.0", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers). Version 2.x.x of this library is not backward compatible with version 1.x.x. Any sketches that were written to use a 1.x.x version of this library will not work with later versions, at least not without modification.", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-2.0.0.zip", + "archiveFileName": "ModbusRTUSlave-2.0.0.zip", + "size": 341934, + "checksum": "SHA-256:8c63c3a14be8e90bea995cfb755d68e40da011e8a2a0316b44dabe05d5cd34d9" + }, + { + "name": "ModbusRTUSlave", + "version": "2.0.1", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers). Version 2.x.x of this library is not backward compatible with version 1.x.x. Any sketches that were written to use a 1.x.x version of this library will not work with later versions, at least not without modification.", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-2.0.1.zip", + "archiveFileName": "ModbusRTUSlave-2.0.1.zip", + "size": 341946, + "checksum": "SHA-256:6d432b46f03e47b6d424a7ee292cee947642f547694a53cc6969b2a1e6100752" + }, + { + "name": "ModbusRTUSlave", + "version": "2.0.3", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers). Version 2.x.x of this library is not backward compatible with version 1.x.x. Any sketches that were written to use a 1.x.x version of this library will not work with later versions, at least not without modification.", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-2.0.3.zip", + "archiveFileName": "ModbusRTUSlave-2.0.3.zip", + "size": 184448, + "checksum": "SHA-256:fb8c215fc00fcaadb21959a2dc4cbd0a7d132fd0df3ef183a6ccb7a785122eeb" + }, + { + "name": "ModbusRTUSlave", + "version": "2.0.4", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers). Version 2.x.x of this library is not backward compatible with version 1.x.x. Any sketches that were written to use a 1.x.x version of this library will not work with later versions, at least not without modification.", + "website": "https://github.com/CMB27/ModbusRTUSlave", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CMB27/ModbusRTUSlave.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUSlave-2.0.4.zip", + "archiveFileName": "ModbusRTUSlave-2.0.4.zip", + "size": 184356, + "checksum": "SHA-256:20048cfe2d54adf1651db3ed1ed4ad343df89b716407b66f8e6d82e94764a63b" + }, + { + "name": "STM32duino IIS2DLPC", + "version": "2.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "High Performance Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for High Performance Ultra Low Power 3D accelerometer IIS2DLPC for STM32 boards.", + "website": "https://github.com/stm32duino/IIS2DLPC", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/IIS2DLPC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2DLPC-2.0.0.zip", + "archiveFileName": "STM32duino_IIS2DLPC-2.0.0.zip", + "size": 23831, + "checksum": "SHA-256:7a980477bc7a1077789f7b782636b71d16657b702f842073a42133994f4e18a8" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Digital microphone IMP34DT05.", + "paragraph": "This library provides Arduino support for the IMP34DT05 digital microphone for STM32 boards.", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS02A1-Audio", + "category": "Sensors", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS02A1-Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS02A1_Audio-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS02A1_Audio-1.1.0.zip", + "size": 21016, + "checksum": "SHA-256:c6b562402c09df6eb241c242cf99b78413cea296f3cf12ec5505fa39271b0c7d" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio", + "version": "1.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Digital microphone IMP34DT05.", + "paragraph": "This library provides Arduino support for the IMP34DT05 digital microphone for STM32 boards.", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS02A1-Audio", + "category": "Sensors", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS02A1-Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS02A1_Audio-1.1.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS02A1_Audio-1.1.1.zip", + "size": 21742, + "checksum": "SHA-256:74202901a84ddf2ea3cda254e2a35e7062518aa8416edbf8d23227a1f143f3c3" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS02A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS02A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS02A1", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS02A1.git", + "dependencies": [ + { + "name": "STM32duino ISM330DHCX" + }, + { + "name": "STM32duino IIS2DLPC" + }, + { + "name": "STM32duino IIS2MDC" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS02A1-1.1.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS02A1-1.1.0.zip", + "size": 18552, + "checksum": "SHA-256:2c444d5236c42f2cc94ea8ceeff74fb62fa1b86fd9dbe404b2f88b5696288965" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1", + "version": "1.2.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS02A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS02A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS02A1", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS02A1.git", + "dependencies": [ + { + "name": "STM32duino ISM330DHCX" + }, + { + "name": "STM32duino IIS2DLPC" + }, + { + "name": "STM32duino IIS2MDC" + }, + { + "name": "STM32duino X-NUCLEO-IKS02A1 Audio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS02A1-1.2.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS02A1-1.2.0.zip", + "size": 20361, + "checksum": "SHA-256:0fbc398de8f5a1891ad2da3e04191ac03a7879da146fe9fca7ece80dcfe664da" + }, + { + "name": "DA16200 Wi-Fi Library for Arduino", + "version": "1.0.0", + "author": "Arm", + "maintainer": "Arm", + "sentence": "Wi-Fi enable your Arduino sketches using Dialog's DA16200 Module", + "paragraph": "Includes support for SparkFun's \"Qwiic WiFi Shield - DA16200\"", + "website": "https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino.git", + "providesIncludes": [ + "DA16200_WiFi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArmDeveloperEcosystem/DA16200_Wi_Fi_Library_for_Arduino-1.0.0.zip", + "archiveFileName": "DA16200_Wi_Fi_Library_for_Arduino-1.0.0.zip", + "size": 78027, + "checksum": "SHA-256:21ef1e0905024b9147567be020bdf9b10f7d167e815683ab98ea598bbd433c02" + }, + { + "name": "DA16200 Wi-Fi Library for Arduino", + "version": "1.0.1", + "author": "Arm", + "maintainer": "Arm", + "sentence": "Wi-Fi enable your Arduino sketches using Dialog's DA16200 Module", + "paragraph": "Includes support for SparkFun's \"Qwiic WiFi Shield - DA16200\"", + "website": "https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino", + "category": "Communication", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino.git", + "providesIncludes": [ + "DA16200_WiFi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArmDeveloperEcosystem/DA16200_Wi_Fi_Library_for_Arduino-1.0.1.zip", + "archiveFileName": "DA16200_Wi_Fi_Library_for_Arduino-1.0.1.zip", + "size": 78344, + "checksum": "SHA-256:90cad991c97e7192c4892951dd70e6dfc34978d05ded6e4c2f50209ed889747e" + }, + { + "name": "DA16200 Wi-Fi Library for Arduino", + "version": "1.1.0", + "author": "Arm", + "maintainer": "Arm", + "sentence": "Wi-Fi enable your Arduino sketches using Dialog's DA16200 Module", + "paragraph": "Includes support for SparkFun's \"Qwiic WiFi Shield - DA16200\"", + "website": "https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino", + "category": "Communication", + "architectures": [ + "samd", + "mbed_nano" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino.git", + "providesIncludes": [ + "DA16200_WiFi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArmDeveloperEcosystem/DA16200_Wi_Fi_Library_for_Arduino-1.1.0.zip", + "archiveFileName": "DA16200_Wi_Fi_Library_for_Arduino-1.1.0.zip", + "size": 78468, + "checksum": "SHA-256:757553c3bb71916a70717be8e61856e65d8fab077f044cf4ba081875220258dd" + }, + { + "name": "DFRobot_ADS1115", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "luoyufeng \u003cyufeng.luo@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:DFR0553).", + "paragraph": "The ADS1115 is a high precision analog-to-digital converter (ADC) with 16-bit resolution.", + "website": "https://github.com/DFRobot/DFRobot_ADS1115", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ADS1115.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ADS1115-1.0.0.zip", + "archiveFileName": "DFRobot_ADS1115-1.0.0.zip", + "size": 214271, + "checksum": "SHA-256:96e2d2e910e4be3b1f16dbf4497146b84cd19cdda904c5f9a7dc5a50dd5bcf30" + }, + { + "name": "DFRobot_SerialScreen771", + "version": "1.1.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:DFR0626).", + "paragraph": "This RGB soft screen is composed of 7x71 RGB lights.", + "website": "https://github.com/DFRobot/DFRobot_SerialScreen771", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SerialScreen771.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SerialScreen771-1.1.0.zip", + "archiveFileName": "DFRobot_SerialScreen771-1.1.0.zip", + "size": 111979, + "checksum": "SHA-256:0b64c7cc33b0278aa6db6909620a1eb20f3b4615a13fc506d4ded1e3aee7b74a" + }, + { + "name": "Engineer EasyEEPROM", + "version": "1.0.1", + "author": "EineeringRoom", + "maintainer": "EngineeringRoom \u003csib.eng24@gmail.com\u003e", + "sentence": "Arduino library for easy work with EEPROM. (AVR and ESP)", + "paragraph": "This library automatically keeps track of variable addresses in EEPROM. Easy to save and load data. Automatically checks whether it is necessary to load data from memory or whether it is necessary to save the basic settings when initializing the EasyEEPROM class.", + "website": "https://github.com/EngineeringRoom/Engineer_EasyEEPROM", + "category": "Data Storage", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EngineeringRoom/Engineer_EasyEEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EngineeringRoom/Engineer_EasyEEPROM-1.0.1.zip", + "archiveFileName": "Engineer_EasyEEPROM-1.0.1.zip", + "size": 20323, + "checksum": "SHA-256:b6a63e996b371cf4129988676a096927da74f667ade009ab0286cb02313fd5d6" + }, + { + "name": "Engineer EasyEEPROM", + "version": "1.0.2", + "author": "EineeringRoom", + "maintainer": "EngineeringRoom \u003csib.eng24@gmail.com\u003e", + "sentence": "Arduino library for easy work with EEPROM. (AVR and ESP)", + "paragraph": "This library automatically keeps track of variable addresses in EEPROM. Easy to save and load data. Automatically checks whether it is necessary to load data from memory or whether it is necessary to save the basic settings when initializing the EasyEEPROM class.", + "website": "https://github.com/EngineeringRoom/Engineer_EasyEEPROM", + "category": "Data Storage", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EngineeringRoom/Engineer_EasyEEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EngineeringRoom/Engineer_EasyEEPROM-1.0.2.zip", + "archiveFileName": "Engineer_EasyEEPROM-1.0.2.zip", + "size": 24515, + "checksum": "SHA-256:3bd6191a355a75b13ff2df0d62fb7ae0e6db1ed14afc1f628ad1447885585fd5" + }, + { + "name": "POV library", + "version": "0.9.0", + "author": "Alexander Kirillov", + "maintainer": "Alexander Kirillov \u003cshurik179@gmail.com\u003e", + "sentence": "Arduino library for POV effects", + "paragraph": "This library allows the user to create Persistence of Vision (POV) effects. You can easily upload to the board image(s) in .bmp format, by dragging and dropping them from a computer, and show these images(s), one line at a time, using a strip of addressable LEDs such as APA102 (Dotstars) or Neopixel.", + "website": "https://github.com/shurik179/pov-library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shurik179/pov-library.git", + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "Adafruit TinyUSB" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shurik179/POV_library-0.9.0.zip", + "archiveFileName": "POV_library-0.9.0.zip", + "size": 26126, + "checksum": "SHA-256:9d7309797fffe8536ca79fbda4b680a4ad907811a1b7e447a2b1b0b3f8dd4139" + }, + { + "name": "GST", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Golden Standard Test, confusion matrix.", + "website": "https://github.com/RobTillaart/GST", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GST.git", + "providesIncludes": [ + "GST.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GST-0.1.0.zip", + "archiveFileName": "GST-0.1.0.zip", + "size": 7063, + "checksum": "SHA-256:436cfcdbf8457e999d49c5e28e0093ca3dd7bfd4bc229ca972d2501fce1c45c3" + }, + { + "name": "GST", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Golden Standard Test, confusion matrix.", + "website": "https://github.com/RobTillaart/GST", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GST.git", + "providesIncludes": [ + "GST.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GST-0.1.1.zip", + "archiveFileName": "GST-0.1.1.zip", + "size": 10511, + "checksum": "SHA-256:2aa974933ea4b506aa1219b5d6a1962705830b47b98e1b998460db88c191d906" + }, + { + "name": "GST", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Golden Standard Test, confusion matrix.", + "website": "https://github.com/RobTillaart/GST", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GST.git", + "providesIncludes": [ + "GST.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GST-0.1.2.zip", + "archiveFileName": "GST-0.1.2.zip", + "size": 10549, + "checksum": "SHA-256:332e0c296a89b96e0727d719f41d44a1c1710e0b310c85e1847ae0e1c560c990" + }, + { + "name": "GST", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Golden Standard Test, confusion matrix.", + "website": "https://github.com/RobTillaart/GST", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GST.git", + "providesIncludes": [ + "GST.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GST-0.1.3.zip", + "archiveFileName": "GST-0.1.3.zip", + "size": 11095, + "checksum": "SHA-256:5cc913285921c0c8a0bde112fec3354861c5699a685aa641a34f1b731f80fbb6" + }, + { + "name": "GST", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for Golden Standard Test, confusion matrix.", + "website": "https://github.com/RobTillaart/GST", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/GST.git", + "providesIncludes": [ + "GST.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GST-0.1.4.zip", + "archiveFileName": "GST-0.1.4.zip", + "size": 11306, + "checksum": "SHA-256:ad5df6e1d04792466c8c6ee8135cba3a495af6bb813e3463c95baf5dfd4ff558" + }, + { + "name": "L298NDriver", + "version": "1.0.0", + "author": "Xiangfu Li\u003cxiangfuli96@gmail.com\u003e", + "maintainer": "Xiangfu Li\u003cxiangfuli96@gmail.com\u003e", + "sentence": "A library that makes using L298N motor driver much easier.", + "paragraph": "Provide three methods to control the motor. Move, Turn, Stop.", + "website": "https://github.com/xiangfuli/ArduinoLibraries/L298N", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xiangfuli/Arduino-L298NDriver.git", + "providesIncludes": [ + "L298NDriver.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xiangfuli/L298NDriver-1.0.0.zip", + "archiveFileName": "L298NDriver-1.0.0.zip", + "size": 3422, + "checksum": "SHA-256:7aa6a771f9de1777d7c58e72f419ef47017ed5c51fb33457ec99c267a47d7a08" + }, + { + "name": "BetterOTA", + "version": "1.0.0", + "author": "Mai Porat, maiporatofficial@gmail.com", + "maintainer": "Mai Porat, maiporatofficial@gmail.com", + "sentence": "Easy to use Over The Air Code Uploading and OTATerminal for the ESP8266 and ESP32.", + "paragraph": "This library allows you to easily upload code to the ESP8266 or ESP32 over the air, as well as communicate with it on a terminal over an HTTP port. The Code Uploading is designed to be used with the Arduino IDE built-in OTACodeUploader feature. Make sure you have the esp8266 board package installed if using the ESP8266, or the esp32 board package installed if using the ESP32. When using the library, the board will open a WiFi access point.", + "website": "https://github.com/MaiTheLord/BetterOTA", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaiTheLord/BetterOTA.git", + "providesIncludes": [ + "BetterOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaiTheLord/BetterOTA-1.0.0.zip", + "archiveFileName": "BetterOTA-1.0.0.zip", + "size": 10615, + "checksum": "SHA-256:c7dcc9d54f96fcb70d0a43b38abf05094538aa4c29dbb3f2613b5c84bdcaa5ad" + }, + { + "name": "BetterOTA", + "version": "1.1.0", + "author": "Mai Porat, maiporatofficial@gmail.com", + "maintainer": "Mai Porat, maiporatofficial@gmail.com", + "sentence": "Easy to use Over The Air Code Uploading and Terminal for the ESP8266 and ESP32.", + "paragraph": "This library allows you to easily upload code to the ESP8266 or ESP32 over the air, as well as communicate with it on a terminal over an HTTP port. The Code Uploading is designed to be used with the Arduino IDE built-in OTA feature.", + "website": "https://github.com/MaiTheLord/BetterOTA", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaiTheLord/BetterOTA.git", + "providesIncludes": [ + "BetterOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaiTheLord/BetterOTA-1.1.0.zip", + "archiveFileName": "BetterOTA-1.1.0.zip", + "size": 10625, + "checksum": "SHA-256:0eb6e8a6dc8004639a41ede14066b7ffa8ad7cf4171ba85f3e261502dccda2be" + }, + { + "name": "BetterOTA", + "version": "1.2.0", + "author": "Mai Porat, maiporatofficial@gmail.com", + "maintainer": "Mai Porat, maiporatofficial@gmail.com", + "sentence": "Easy to use Over The Air Code Uploading and Terminal for the ESP8266 and ESP32.", + "paragraph": "This library allows you to easily upload code to the ESP8266 or ESP32 over the air, as well as communicate with it on a terminal over an HTTP port. The Code Uploading is designed to be used with the Arduino IDE built-in OTA feature.", + "website": "https://github.com/MaiTheLord/BetterOTA", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaiTheLord/BetterOTA.git", + "providesIncludes": [ + "BetterOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaiTheLord/BetterOTA-1.2.0.zip", + "archiveFileName": "BetterOTA-1.2.0.zip", + "size": 10676, + "checksum": "SHA-256:9852e37e1fdb618f50fa9d9b0aeb528554d3ea31347d4742842cec7ba4a805db" + }, + { + "name": "BetterOTA", + "version": "1.2.1", + "author": "Mai Porat, maiporatofficial@gmail.com", + "maintainer": "Mai Porat, maiporatofficial@gmail.com", + "sentence": "Easy to use Over The Air Code Uploading and Terminal for the ESP8266 and ESP32.", + "paragraph": "This library allows you to easily upload code to the ESP8266 or ESP32 over the air, as well as communicate with it on a terminal over an HTTP port. The Code Uploading is designed to be used with the Arduino IDE built-in OTA feature.", + "website": "https://github.com/MaiTheLord/BetterOTA", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaiTheLord/BetterOTA.git", + "providesIncludes": [ + "BetterOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaiTheLord/BetterOTA-1.2.1.zip", + "archiveFileName": "BetterOTA-1.2.1.zip", + "size": 10691, + "checksum": "SHA-256:9e565141edd1a88975c4aa2e77f240f5f99491b28956dace99548ac67896a485" + }, + { + "name": "BetterOTA", + "version": "1.2.2", + "author": "Mai Porat, maiporatofficial@gmail.com", + "maintainer": "Mai Porat, maiporatofficial@gmail.com", + "sentence": "Easy to use Over The Air Code Uploading and Terminal for the ESP8266 and ESP32.", + "paragraph": "This library allows you to easily upload code to the ESP8266 or ESP32 over the air, as well as communicate with it on a terminal over an HTTP port. The Code Uploading is designed to be used with the Arduino IDE built-in OTA feature.", + "website": "https://github.com/MaiTheLord/BetterOTA", + "category": "Device Control", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaiTheLord/BetterOTA.git", + "providesIncludes": [ + "BetterOTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaiTheLord/BetterOTA-1.2.2.zip", + "archiveFileName": "BetterOTA-1.2.2.zip", + "size": 10683, + "checksum": "SHA-256:43d6993f2b4f7caa7432005713d9f9effb3dedbbaa4ccfa64556095c7d368556" + }, + { + "name": "GUVB-C31SM", + "version": "0.1.0", + "author": "sichel94", + "maintainer": "sichel94", + "sentence": "A library that interfaces the UVB Sensor GUVB-C31SM.", + "paragraph": "Fully supports the GUVB-C31SM chip.", + "website": "http://github.com/sichel94/GUVB-C31SM", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sichel94/GUVB-C31SM.git", + "providesIncludes": [ + "guvbc31sm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sichel94/GUVB_C31SM-0.1.0.zip", + "archiveFileName": "GUVB_C31SM-0.1.0.zip", + "size": 5281, + "checksum": "SHA-256:da68da8c09fe2d29cb463becb235fa739c6358561039fca299b74d9f7db677dd" + }, + { + "name": "PixettoLite", + "version": "1.6.2", + "author": "VIA Technologies", + "maintainer": "Vincent Chen \u003cVincentChen@via.com.tw\u003e", + "sentence": "An lightweight Arduino library for VIA Pixetto.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/PixettoLite.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/PixettoLite.git", + "providesIncludes": [ + "PixettoLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/PixettoLite-1.6.2.zip", + "archiveFileName": "PixettoLite-1.6.2.zip", + "size": 8018, + "checksum": "SHA-256:c54e7c149a3d93c1ee81bb68df4071d81258b13ab75ec986a922b46a8053a9df" + }, + { + "name": "PixettoLite", + "version": "1.6.3", + "author": "VIA Technologies", + "maintainer": "Vincent Chen \u003cVincentChen@via.com.tw\u003e", + "sentence": "An lightweight Arduino library for VIA Pixetto.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/PixettoLite.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/PixettoLite.git", + "providesIncludes": [ + "PixettoLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/PixettoLite-1.6.3.zip", + "archiveFileName": "PixettoLite-1.6.3.zip", + "size": 9184, + "checksum": "SHA-256:87819e3bdca51d2d682d1b0f2b573c9b418d806d4ae90cd1d35c8cfad8427b11" + }, + { + "name": "PixettoLite", + "version": "1.6.4", + "author": "VIA Technologies", + "maintainer": "Vincent Chen \u003cVincentChen@via.com.tw\u003e", + "sentence": "An lightweight Arduino library for VIA Pixetto.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/PixettoLite.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/PixettoLite.git", + "providesIncludes": [ + "PixettoLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/PixettoLite-1.6.4.zip", + "archiveFileName": "PixettoLite-1.6.4.zip", + "size": 10802, + "checksum": "SHA-256:9a6365c2d9a0bb8c01b413c4bddbac92dea2a5d876b1e46388fed08a65ed2092" + }, + { + "name": "PixettoLite", + "version": "1.6.5", + "author": "VIA Technologies", + "maintainer": "Vincent Chen \u003cVincentChen@via.com.tw\u003e", + "sentence": "An lightweight Arduino library for VIA Pixetto.", + "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", + "website": "https://github.com/pixetto/PixettoLite.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pixetto/PixettoLite.git", + "providesIncludes": [ + "PixettoLite.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/PixettoLite-1.6.5.zip", + "archiveFileName": "PixettoLite-1.6.5.zip", + "size": 10800, + "checksum": "SHA-256:b4be275569bde969116db021619cc223d7c86eaf21f1c82487466bb64f15b38e" + }, + { + "name": "ModBusSlave", + "version": "1.0.1", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "ModBus Slave RTU over RS485", + "paragraph": "Simple librarz giving support for using ModBus RTU protocol while communicating over RS485 for Slave devices", + "website": "https://github.com/centaq/arduino-modbus-slave-rtu-over-rs485", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-modbus-slave-rtu-over-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/ModBusSlave-1.0.1.zip", + "archiveFileName": "ModBusSlave-1.0.1.zip", + "size": 9824, + "checksum": "SHA-256:bf9295e4090d953193138bc1ce16a26b86f76caa416ae1e99cfe4e82af2b7860" + }, + { + "name": "ModBusSlave", + "version": "1.0.2", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "ModBus Slave RTU over RS485", + "paragraph": "Simple librarz giving support for using ModBus RTU protocol while communicating over RS485 for Slave devices", + "website": "https://github.com/centaq/arduino-modbus-slave-rtu-over-rs485", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-modbus-slave-rtu-over-rs485.git", + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/ModBusSlave-1.0.2.zip", + "archiveFileName": "ModBusSlave-1.0.2.zip", + "size": 9824, + "checksum": "SHA-256:a854b07f586f298e84cb7eee8f62a2ff298cf59a4a8bbbf256a63257e5bfb1ce" + }, + { + "name": "Timers", + "version": "1.0.0", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "LightWeight Timers library", + "paragraph": "Simple library to measure if wait time elapsed", + "website": "https://github.com/centaq/arduino-simple-timers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-simple-timers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/Timers-1.0.0.zip", + "archiveFileName": "Timers-1.0.0.zip", + "size": 3808, + "checksum": "SHA-256:b652756e4c66f7a48a8cba50cca34dd0b951e51f3882ee4e51413df9ef059270" + }, + { + "name": "Timers", + "version": "1.0.1", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "LightWeight Timers library", + "paragraph": "Simple library to measure if wait time elapsed", + "website": "https://github.com/centaq/arduino-simple-timers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-simple-timers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/Timers-1.0.1.zip", + "archiveFileName": "Timers-1.0.1.zip", + "size": 4663, + "checksum": "SHA-256:850b488f9e013dfd8fa374f5ea5b4e1d1aec5ef8c36f084bb4ef641d07f07340" + }, + { + "name": "Timers", + "version": "1.0.2", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "LightWeight Timers library", + "paragraph": "Simple library to measure if wait time elapsed", + "website": "https://github.com/centaq/arduino-simple-timers", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-simple-timers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/Timers-1.0.2.zip", + "archiveFileName": "Timers-1.0.2.zip", + "size": 4666, + "checksum": "SHA-256:36dfc37f1cf6f6a07437f11db47587543640bb8726c0a77f2fa7c8e1b69da1dc" + }, + { + "name": "AsyncSMS", + "version": "1.0.0", + "author": "Centaq", + "maintainer": "Centaq", + "sentence": "Simple asynchronous SMS library for SIM800L", + "paragraph": "Simple asynchronous SMS library for SIM800L. Allows to send and receive messages using SIM800L modules or its equivalents", + "website": "https://github.com/centaq/arduino-async-sms", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-sms.git", + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncSMS-1.0.0.zip", + "archiveFileName": "AsyncSMS-1.0.0.zip", + "size": 7047, + "checksum": "SHA-256:ffdd15cf5121a8f9532c5cf2db2f5e55c2781a0bc0af5c1731b7ec15bc2bae09" + }, + { + "name": "AsyncSMS", + "version": "1.0.1", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Simple asynchronous SMS library for SIM800L", + "paragraph": "Allows to send and receive messages using SIM800L modules or its equivalents", + "website": "https://github.com/centaq/arduino-async-sms", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-sms.git", + "dependencies": [ + { + "name": "Timers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncSMS-1.0.1.zip", + "archiveFileName": "AsyncSMS-1.0.1.zip", + "size": 9502, + "checksum": "SHA-256:2efd418b1b912b6c26c3e7de0eb61e1c26021c075bf7cb69ef527031188b4087" + }, + { + "name": "AsyncSMS", + "version": "1.0.2", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Simple asynchronous SMS library for SIM800L", + "paragraph": "Allows to send and receive messages using SIM800L modules or its equivalents", + "website": "https://github.com/centaq/arduino-async-sms", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-sms.git", + "dependencies": [ + { + "name": "Timers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncSMS-1.0.2.zip", + "archiveFileName": "AsyncSMS-1.0.2.zip", + "size": 9503, + "checksum": "SHA-256:f4f475852cb60fdecdb7b088c275607ba6e318eef2c93256449bc1bb7b6cb087" + }, + { + "name": "AsyncSMS", + "version": "1.1.0", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Simple asynchronous SMS library for SIM800L", + "paragraph": "Allows to send and receive messages using SIM800L modules or its equivalents", + "website": "https://github.com/centaq/arduino-async-sms", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-sms.git", + "dependencies": [ + { + "name": "Timers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncSMS-1.1.0.zip", + "archiveFileName": "AsyncSMS-1.1.0.zip", + "size": 10558, + "checksum": "SHA-256:17374a90a3bdd3edc36a43d2ecd3893d732384ad86c48e7c5700a51b63a1a790" + }, + { + "name": "AsyncSMS", + "version": "1.1.1", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Simple asynchronous SMS library for SIM800L", + "paragraph": "Allows to send and receive messages using SIM800L modules or its equivalents", + "website": "https://github.com/centaq/arduino-async-sms", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-sms.git", + "dependencies": [ + { + "name": "Timers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncSMS-1.1.1.zip", + "archiveFileName": "AsyncSMS-1.1.1.zip", + "size": 10552, + "checksum": "SHA-256:4ede0d224041364fdecda5c7e3bf11ac06ffffe21e0bf8eb9346550c3088e122" + }, + { + "name": "AsyncSMS", + "version": "1.1.2", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Simple asynchronous SMS library for SIM800L", + "paragraph": "Allows to send and receive messages using SIM800L modules or its equivalents", + "website": "https://github.com/centaq/arduino-async-sms", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-sms.git", + "dependencies": [ + { + "name": "Timers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncSMS-1.1.2.zip", + "archiveFileName": "AsyncSMS-1.1.2.zip", + "size": 10546, + "checksum": "SHA-256:1e1fa48d590d1824d5743484809108cfc87c0ebfd5ab1023aa10e4575ee8f593" + }, + { + "name": "AsyncSMS", + "version": "1.2.0", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Simple asynchronous SMS library for SIM800L", + "paragraph": "Allows to send and receive messages using SIM800L modules or its equivalents", + "website": "https://github.com/centaq/arduino-async-sms", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-sms.git", + "dependencies": [ + { + "name": "Timers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncSMS-1.2.0.zip", + "archiveFileName": "AsyncSMS-1.2.0.zip", + "size": 10591, + "checksum": "SHA-256:c59072e9154c3fc41e0c3dd3a7f5d65e967157843d46142b15922978c567ac53" + }, + { + "name": "DFRobot_AHT20", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:SEN0527\u0026SEN0528).", + "paragraph": "I2C Digital AHT20 Temperature and Humidity sensor.", + "website": "https://github.com/DFRobot/DFRobot_AHT20", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_AHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_AHT20-1.0.0.zip", + "archiveFileName": "DFRobot_AHT20-1.0.0.zip", + "size": 243484, + "checksum": "SHA-256:f91cb9860380f75581dfdab84b0eb1c45970419cdf7ab80f2838a9aedbd431f9" + }, + { + "name": "DFRobot_RS01", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "RS01 driver library(SKU: SEN0489).", + "paragraph": "DFRobot_RS01 can Obtain the measured value of the sensor by configuring the basic sensor information and measurement parameters.", + "website": "https://github.com/DFRobot/DFRobot_RS01", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RS01.git", + "dependencies": [ + { + "name": "DFRobot_RTU" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RS01-1.0.0.zip", + "archiveFileName": "DFRobot_RS01-1.0.0.zip", + "size": 32559, + "checksum": "SHA-256:2a9ccb7e05b2ffb12c438f37dbf7a935d9cd8fe0ba095b5d43963e2dc76e933f" + }, + { + "name": "DFRobot_ASR", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli(li.feng@dfrobot.com)", + "sentence": "The speech recognition module can identify the terms that have been pre-written into the sensor and return the corresponding numbers(SKU: DFR0715).", + "paragraph": "DFRobot_ASR is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_ASR", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ASR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ASR-1.0.0.zip", + "archiveFileName": "DFRobot_ASR-1.0.0.zip", + "size": 422669, + "checksum": "SHA-256:3d6a41a67dca9cd68cf497bc30fa33bca24897c10767d2dc022a74181683867f" + }, + { + "name": "DFRobot_HX711", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "wuxiao (xiao.wu@dfrobot.com)", + "sentence": "By a simple mechanical structure with the sensor, that can be read to the mass of the body(SKU:SEN0160)", + "paragraph": "DFRobot_HX711 is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_HX711", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_HX711-1.0.0.zip", + "archiveFileName": "DFRobot_HX711-1.0.0.zip", + "size": 125810, + "checksum": "SHA-256:25cf48ea5227d69178525abc5322f4c720a0bc5bbf898048ee5b08fc5c4e47ba" + }, + { + "name": "DFRobot_BMI160", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e DFRobot_haoJ \u003chao.jiang@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:SEN0250).", + "paragraph": "This is a 6-axis sensor library.", + "website": "https://github.com/DFRobot/DFRobot_BMI160", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BMI160.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BMI160-1.0.0.zip", + "archiveFileName": "DFRobot_BMI160-1.0.0.zip", + "size": 238722, + "checksum": "SHA-256:920cb0fb41b208ced72e2a827c48abe5d12131cea6f51f0a96d3eaedf338534a" + }, + { + "name": "DFRobot_MAX17043", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ouki.wang \u003couki.wang@dfrobot.com\u003e", + "sentence": "DFRobot Standard library(SKU:DFR0563).", + "paragraph": "Gravity: I2C 3.7V Li Battery Fuel Gauge.", + "website": "https://github.com/DFRobot/DFRobot_MAX17043", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MAX17043.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MAX17043-1.0.0.zip", + "archiveFileName": "DFRobot_MAX17043-1.0.0.zip", + "size": 139326, + "checksum": "SHA-256:331c276cd1ee54088e26253ee92e2bc422cbe5b7b21b0707f0ad4dd21ba90f18" + }, + { + "name": "MAX17055", + "version": "2.0.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Lithium based battery fuel gauge and measurement IC library.", + "paragraph": "The MAX17055 is a low-power fuel-gauge IC that implements the Maxim ModelGauge m5 EZ algorithm. It measures battery voltage, current and temperature to produce fuel gauge results. Its typical power consumption is 7μA.", + "website": "https://github.com/akkoyun/MAX17055", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/MAX17055.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/MAX17055-2.0.0.zip", + "archiveFileName": "MAX17055-2.0.0.zip", + "size": 14991, + "checksum": "SHA-256:afea0c4e5eece6bbf35f26422b6eb62532f08bbe87e10bc8fbbb02efa4932074" + }, + { + "name": "MAX17055", + "version": "2.0.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Lithium based battery fuel gauge and measurement IC library.", + "paragraph": "The MAX17055 is a low-power fuel-gauge IC that implements the Maxim ModelGauge m5 EZ algorithm. It measures battery voltage, current and temperature to produce fuel gauge results. Its typical power consumption is 7μA.", + "website": "https://github.com/akkoyun/MAX17055", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/MAX17055.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/MAX17055-2.0.1.zip", + "archiveFileName": "MAX17055-2.0.1.zip", + "size": 15496, + "checksum": "SHA-256:09bfcd74cd9f4c3bdf4bcf5b1ae4620a9b577dbda35f5e9df3a84c9562efe278" + }, + { + "name": "MAX17055", + "version": "2.1.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Lithium based battery fuel gauge and measurement IC library.", + "paragraph": "The MAX17055 is a low-power fuel-gauge IC that implements the Maxim ModelGauge m5 EZ algorithm. It measures battery voltage, current and temperature to produce fuel gauge results. Its typical power consumption is 7μA.", + "website": "https://github.com/akkoyun/MAX17055", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/MAX17055.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/MAX17055-2.1.1.zip", + "archiveFileName": "MAX17055-2.1.1.zip", + "size": 11767, + "checksum": "SHA-256:9d4b0be33f2b3a22cebea7ff2735b5d7ab9fe918fa4efaf33740ff621895d13c" + }, + { + "name": "MAX17055", + "version": "2.1.7", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Lithium based battery fuel gauge and measurement IC library.", + "paragraph": "The MAX17055 is a low-power fuel-gauge IC that implements the Maxim ModelGauge m5 EZ algorithm. It measures battery voltage, current and temperature to produce fuel gauge results. Its typical power consumption is 7μA.", + "website": "https://github.com/akkoyun/MAX17055", + "category": "Sensors", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/MAX17055.git", + "dependencies": [ + { + "name": "Statistical" + }, + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/MAX17055-2.1.7.zip", + "archiveFileName": "MAX17055-2.1.7.zip", + "size": 13005, + "checksum": "SHA-256:0b862dd1bb913c84f123245aa352f1ec31e4d4c00543a3af653dd8113b3adb37" + }, + { + "name": "KOCOAFAB", + "version": "1.0.0", + "author": "KocoaFAB \u003ccontact@kocoa.or.kr\u003e", + "maintainer": "KocoaFab \u003ccontact@kocoa.or.kr\u003e", + "sentence": "Kocoafab's arduino D.I.Y. kit library.", + "paragraph": "This library offers various kinds of arduino examples for better understanding and learning physical computing with Kocoafab's Orangeboard and D.I.Y. kit series.", + "website": "https://github.com/ekkai/kocoafabLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/kocoafabLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/KOCOAFAB-1.0.0.zip", + "archiveFileName": "KOCOAFAB-1.0.0.zip", + "size": 147030, + "checksum": "SHA-256:d1d4d44059ad8220998dfef13ac392a89dfd835c5c7c7bd6548bf184dc754b8c" + }, + { + "name": "KOCOAFAB", + "version": "1.0.1", + "author": "KocoaFAB \u003ccontact@kocoa.or.kr\u003e", + "maintainer": "KocoaFab \u003ccontact@kocoa.or.kr\u003e", + "sentence": "Kocoafab's arduino D.I.Y. kit library.", + "paragraph": "This library offers various kinds of arduino examples for better understanding and learning physical computing with Kocoafab's Orangeboard and D.I.Y. kit series.", + "website": "https://github.com/ekkai/kocoafabLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/kocoafabLib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Motor Shield V2 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/KOCOAFAB-1.0.1.zip", + "archiveFileName": "KOCOAFAB-1.0.1.zip", + "size": 177200, + "checksum": "SHA-256:9e924c2dccdb74c2539c972a5d119247c0d6fbbeeff7cabcba467a23be5d0b41" + }, + { + "name": "KOCOAFAB", + "version": "1.0.2", + "author": "KocoaFAB \u003ccontact@kocoa.or.kr\u003e", + "maintainer": "KocoaFab \u003ccontact@kocoa.or.kr\u003e", + "sentence": "Kocoafab's arduino D.I.Y. kit library.", + "paragraph": "This library offers various kinds of arduino examples for better understanding and learning physical computing with Kocoafab's Orangeboard and D.I.Y. kit series.", + "website": "https://github.com/ekkai/kocoafabLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/kocoafabLib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Motor Shield V2 Library" + }, + { + "name": "LiquidCrystal I2C" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Ai COCOCAM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/KOCOAFAB-1.0.2.zip", + "archiveFileName": "KOCOAFAB-1.0.2.zip", + "size": 177350, + "checksum": "SHA-256:5e1e23ee2bf3c8122fb3129899d052193dddec642cf9596f2454c019890b5c65" + }, + { + "name": "KOCOAFAB", + "version": "1.0.3", + "author": "KocoaFAB \u003ccontact@kocoa.or.kr\u003e", + "maintainer": "KocoaFab \u003ccontact@kocoa.or.kr\u003e", + "sentence": "Kocoafab's arduino D.I.Y. kit library.", + "paragraph": "This library offers various kinds of arduino examples for better understanding and learning physical computing with Kocoafab's Orangeboard and D.I.Y. kit series.", + "website": "https://github.com/ekkai/kocoafabLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/kocoafabLib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Motor Shield V2 Library" + }, + { + "name": "LiquidCrystal I2C" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Ai COCOCAM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/KOCOAFAB-1.0.3.zip", + "archiveFileName": "KOCOAFAB-1.0.3.zip", + "size": 177328, + "checksum": "SHA-256:3d7f8a12888bcf0e8e158736d3d7423bc1ab48686b325c2ce7f74b44f90439cd" + }, + { + "name": "KOCOAFAB", + "version": "1.0.5", + "author": "KocoaFAB \u003ccontact@kocoa.or.kr\u003e", + "maintainer": "KocoaFab \u003ccontact@kocoa.or.kr\u003e", + "sentence": "Kocoafab's arduino D.I.Y. kit library.", + "paragraph": "This library offers various kinds of arduino examples for better understanding and learning physical computing with Kocoafab's Orangeboard and D.I.Y. kit series.", + "website": "https://github.com/ekkai/kocoafabLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/kocoafabLib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Motor Shield V2 Library" + }, + { + "name": "LiquidCrystal I2C" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Ai COCOCAM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/KOCOAFAB-1.0.5.zip", + "archiveFileName": "KOCOAFAB-1.0.5.zip", + "size": 151967, + "checksum": "SHA-256:3610a4bd45d8b479537923c875f876e259e6db5a48d538e8644803f51f662a51" + }, + { + "name": "KOCOAFAB", + "version": "1.0.6", + "author": "KocoaFAB \u003ccontact@kocoa.or.kr\u003e", + "maintainer": "KocoaFab \u003ccontact@kocoa.or.kr\u003e", + "sentence": "Kocoafab's arduino D.I.Y. kit library.", + "paragraph": "This library offers various kinds of arduino examples for better understanding and learning physical computing with Kocoafab's Orangeboard and D.I.Y. kit series.", + "website": "https://github.com/ekkai/kocoafabLib", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ekkai/kocoafabLib.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Motor Shield V2 Library" + }, + { + "name": "LiquidCrystal I2C" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Ai COCOCAM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/KOCOAFAB-1.0.6.zip", + "archiveFileName": "KOCOAFAB-1.0.6.zip", + "size": 190037, + "checksum": "SHA-256:39fb33c91805fe4c01c581be7f876a23502b6b68dccf858036d361f2fe59776c" + }, + { + "name": "I2C_Functions", + "version": "1.1.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Generic I2C data communication standard functions.", + "paragraph": "Generic I2C data communication standard functions.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.1.1.zip", + "archiveFileName": "I2C_Functions-1.1.1.zip", + "size": 10896, + "checksum": "SHA-256:e1201d6b51e289f4e4cbe571742435d1256675677fc9387b7aa1ae8d94d4f063" + }, + { + "name": "I2C_Functions", + "version": "1.2.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Generic I2C data communication standard functions.", + "paragraph": "Generic I2C data communication standard functions.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.2.0.zip", + "archiveFileName": "I2C_Functions-1.2.0.zip", + "size": 20558, + "checksum": "SHA-256:5f4047f4c93a2d519318b2a202152cf11839406b7672fd7ef710e012951aa7ba" + }, + { + "name": "I2C_Functions", + "version": "1.3.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Generic I2C data communication standard functions.", + "paragraph": "Generic I2C data communication standard functions.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.3.1.zip", + "archiveFileName": "I2C_Functions-1.3.1.zip", + "size": 11677, + "checksum": "SHA-256:aaedb79508385cd344eff33ab3714d3173578d6d82eb523fc20d66e58bfc7187" + }, + { + "name": "I2C_Functions", + "version": "1.3.2", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Generic I2C data communication standard functions.", + "paragraph": "Generic I2C data communication standard functions.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.3.2.zip", + "archiveFileName": "I2C_Functions-1.3.2.zip", + "size": 13058, + "checksum": "SHA-256:909fe1265570a300c9825a942b9130a99b843cd13b2644316201cfb4ea0a3f70" + }, + { + "name": "I2C_Functions", + "version": "1.4.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Generic I2C data communication standard functions.", + "paragraph": "This is a helper library to abstract away I2C transactions and registers.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.4.3.zip", + "archiveFileName": "I2C_Functions-1.4.3.zip", + "size": 10528, + "checksum": "SHA-256:de3276175d8b0c2da0715d3d06dab70f43600f38395e8ebb0f0bc63036911058" + }, + { + "name": "I2C_Functions", + "version": "1.4.4", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Generic I2C data communication standard functions.", + "paragraph": "This is a helper library to abstract away I2C transactions and registers.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.4.4.zip", + "archiveFileName": "I2C_Functions-1.4.4.zip", + "size": 10898, + "checksum": "SHA-256:012ef7d525ed9b3956e33a82145f9bd950ab4218501b3817e98ebf839edf1988" + }, + { + "name": "I2C_Functions", + "version": "1.4.6", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Generic I2C data communication standard functions.", + "paragraph": "This is a helper library to abstract away I2C transactions and registers.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.4.6.zip", + "archiveFileName": "I2C_Functions-1.4.6.zip", + "size": 10383, + "checksum": "SHA-256:551dbe9cae315895463d9c72c788e8dd6c59b33ed00bf5f1e35f2b9c8608a651" + }, + { + "name": "I2C_Functions", + "version": "1.8.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "This is a helper library to abstract away I2C transactions and registers also this tool scans the master I2C bus and reports connected devices.", + "paragraph": "The Two-Wire interface is extremely useful for connecting multiple devices, as they can all share the same two pins (plus a ground return). This is because the devices are \\\"addressable\\\". Each device needs to have a unique address in the range 0x03 to 0x77. This is a helper library to abstract away I2C transactions and registers also this tool scans the master I2C bus and reports connected devices.", + "website": "https://github.com/akkoyun/I2C_Functions", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/I2C_Functions.git", + "providesIncludes": [ + "I2C_Functions.h" + ], + "dependencies": [ + { + "name": "Console" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/I2C_Functions-1.8.3.zip", + "archiveFileName": "I2C_Functions-1.8.3.zip", + "size": 35223, + "checksum": "SHA-256:2d38b50c913f8ba2b787fa5840194ed737f1daa0849af796983359b753c40884" + }, + { + "name": "MAX78630", + "version": "4.1.2", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Enables reading polyphase energy-monitor parameters of LVX EnergyBoard.", + "paragraph": "The EnergyBoard is an energy measurement module for polyphase power-monitoring systems. It is designed for real-time monitoring for a variety of typical three-phase configurations in industrial applications. The EnergyBoard provides up to six analog inputs for interfacing to voltage and current sensors. Scaled voltages from the sensors are fed to the single converter front-end using a high-resolution delta-sigma converter. Supported current sensors include current transformers (CTs), Rogowski coils, and resistive shunts.", + "website": "https://github.com/akkoyun/MAX78630", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/MAX78630.git", + "providesIncludes": [ + "MAX78630.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/MAX78630-4.1.2.zip", + "archiveFileName": "MAX78630-4.1.2.zip", + "size": 2454769, + "checksum": "SHA-256:c4dfcd4862abcab802a3d11fc8334a5985a32e424a54d7f2a89286bc4b1cb525" + }, + { + "name": "MAX78630", + "version": "4.1.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Enables reading polyphase energy-monitor parameters of LVX EnergyBoard.", + "paragraph": "The EnergyBoard is an energy measurement module for polyphase power-monitoring systems. It is designed for real-time monitoring for a variety of typical three-phase configurations in industrial applications. The EnergyBoard provides up to six analog inputs for interfacing to voltage and current sensors. Scaled voltages from the sensors are fed to the single converter front-end using a high-resolution delta-sigma converter. Supported current sensors include current transformers (CTs), Rogowski coils, and resistive shunts.", + "website": "https://github.com/akkoyun/MAX78630", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/MAX78630.git", + "providesIncludes": [ + "MAX78630.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/MAX78630-4.1.3.zip", + "archiveFileName": "MAX78630-4.1.3.zip", + "size": 2454776, + "checksum": "SHA-256:c59765a7ef6fcd3a227bc13b1360fe623a869cbe32cd8e6a5aaab1d15e11d38a" + }, + { + "name": "MAX78630", + "version": "4.2.4", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Enables reading polyphase energy-monitor parameters of LVX EnergyBoard.", + "paragraph": "The EnergyBoard is an energy measurement module for polyphase power-monitoring systems. It is designed for real-time monitoring for a variety of typical three-phase configurations in industrial applications. The EnergyBoard provides up to six analog inputs for interfacing to voltage and current sensors. Scaled voltages from the sensors are fed to the single converter front-end using a high-resolution delta-sigma converter. Supported current sensors include current transformers (CTs), Rogowski coils, and resistive shunts.", + "website": "https://github.com/akkoyun/MAX78630", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/MAX78630.git", + "providesIncludes": [ + "MAX78630.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/MAX78630-4.2.4.zip", + "archiveFileName": "MAX78630-4.2.4.zip", + "size": 2450352, + "checksum": "SHA-256:58a3682a2e8f9e3594a8bbc85326a9244e4656d872e8a8b38610c432ccb79136" + }, + { + "name": "Console", + "version": "1.0.1", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "VT100 based arduino console library.", + "paragraph": "VT100 based arduino console library.", + "website": "https://github.com/akkoyun/Console", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Console.git", + "providesIncludes": [ + "Console.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Console-1.0.1.zip", + "archiveFileName": "Console-1.0.1.zip", + "size": 130123, + "checksum": "SHA-256:97d666606d153827affef09293ceeadbb4dbe8904d5100db937bfa4fffbc848f" + }, + { + "name": "Console", + "version": "1.0.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "VT100 based arduino console library.", + "paragraph": "VT100 based arduino console library.", + "website": "https://github.com/akkoyun/Console", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Console.git", + "providesIncludes": [ + "Console.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Console-1.0.3.zip", + "archiveFileName": "Console-1.0.3.zip", + "size": 130209, + "checksum": "SHA-256:c2185e64aa5dfe1306bf552da25c74a94a7ca40968301d7f43ff6e7d380f8f80" + }, + { + "name": "Console", + "version": "1.0.4", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "VT100 based arduino console library.", + "paragraph": "VT100 based arduino console library.", + "website": "https://github.com/akkoyun/Console", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Console.git", + "providesIncludes": [ + "Console.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Console-1.0.4.zip", + "archiveFileName": "Console-1.0.4.zip", + "size": 130209, + "checksum": "SHA-256:821f79204de854b57c9b3ef4172ff5e0134ef4b6647f590241c63b0940cd5a41" + }, + { + "name": "Console", + "version": "1.0.5", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Arduino based VT100 comparable serial console library.", + "paragraph": "Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream. Sequences may also be received on the input stream in response to an output stream query information sequence or as an encoding of user input when the appropriate mode is set.", + "website": "https://github.com/akkoyun/Console", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Console.git", + "providesIncludes": [ + "Console.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Console-1.0.5.zip", + "archiveFileName": "Console-1.0.5.zip", + "size": 130829, + "checksum": "SHA-256:c0b6327cda7a448803907de14a98250a8af6342044ed3b5ec66387fae4bd19cc" + }, + { + "name": "Console", + "version": "1.4.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Arduino based VT100 comparable serial console library.", + "paragraph": "Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream. Sequences may also be received on the input stream in response to an output stream query information sequence or as an encoding of user input when the appropriate mode is set.", + "website": "https://github.com/akkoyun/Console", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/Console.git", + "providesIncludes": [ + "Console.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Console-1.4.0.zip", + "archiveFileName": "Console-1.4.0.zip", + "size": 130779, + "checksum": "SHA-256:e940ca56751f448f1ccc44861ace00ceeb09468df49ad623e7b7c286b9d52877" + }, + { + "name": "dWin", + "version": "1.1.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Dwin HMI LCD Screen Library.", + "paragraph": "Dwin HMI LCD Screen Library", + "website": "https://github.com/akkoyun/dWin", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/dWin.git", + "providesIncludes": [ + "dWin_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/dWin-1.1.0.zip", + "archiveFileName": "dWin-1.1.0.zip", + "size": 12243, + "checksum": "SHA-256:b28bed483fe9cd3e32217744bc9a17f8be8cf8fa46e939188ea5ebab5aebe01a" + }, + { + "name": "dWin", + "version": "1.1.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Dwin HMI LCD Screen Library.", + "paragraph": "Dwin HMI LCD Screen Library", + "website": "https://github.com/akkoyun/dWin", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/dWin.git", + "providesIncludes": [ + "dWin_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/dWin-1.1.3.zip", + "archiveFileName": "dWin-1.1.3.zip", + "size": 13040, + "checksum": "SHA-256:d25a740423913b3ed6332350382e12f7c8d54c3fcbee41cb7c4aa90cadcdd265" + }, + { + "name": "UrlEncode", + "version": "1.0.0", + "author": "Masayuki Sugahara,equaaqua@hotmail.com", + "maintainer": "Masayuki Sugahara,equaaqua@hotmail.com", + "sentence": "Simple URL encoder (also known as percent encoding)", + "paragraph": "working with UTF-8 strings.", + "website": "https://github.com/plageoj/urlencode", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plageoj/urlencode.git", + "providesIncludes": [ + "UrlEncode.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plageoj/UrlEncode-1.0.0.zip", + "archiveFileName": "UrlEncode-1.0.0.zip", + "size": 3412, + "checksum": "SHA-256:07e2584629be133d71ce6498c4bec80e2fa6081e3c73974856e4cf00752241f7" + }, + { + "name": "UrlEncode", + "version": "1.0.1", + "author": "Masayuki Sugahara\u003cequaaqua@hotmail.com\u003e", + "maintainer": "Masayuki Sugahara\u003cequaaqua@hotmail.com\u003e", + "sentence": "Simple URL encoder (also known as percent encoding)", + "paragraph": "working with UTF-8 strings.", + "website": "https://github.com/plageoj/urlencode", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/plageoj/urlencode.git", + "providesIncludes": [ + "UrlEncode.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/plageoj/UrlEncode-1.0.1.zip", + "archiveFileName": "UrlEncode-1.0.1.zip", + "size": 3679, + "checksum": "SHA-256:49a72572a200c30ee706ee1438da19f484778906d08d372fa44628711ec69180" + }, + { + "name": "InqPortal", + "version": "5.0.0", + "author": "Dennis E. Cox,InqOnThat@gmail.com", + "maintainer": "Dennis E. Cox,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "dependencies": [ + { + "name": "esp8266" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.0.0.zip", + "archiveFileName": "InqPortal-5.0.0.zip", + "size": 581096, + "checksum": "SHA-256:899c3d7e3a0aac4e3e6b34a7587bd807afd1da71434de557fd3ddf8e890cac24" + }, + { + "name": "InqPortal", + "version": "5.0.1", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.0.1.zip", + "archiveFileName": "InqPortal-5.0.1.zip", + "size": 580939, + "checksum": "SHA-256:74427ef022811f49fed1ed91172a837f0c625e3b57e7e327a0053b07aef04e5f" + }, + { + "name": "InqPortal", + "version": "5.1.0", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.1.0.zip", + "archiveFileName": "InqPortal-5.1.0.zip", + "size": 582106, + "checksum": "SHA-256:7c6e3cb9a9981df954b0eb7dd5761e3ff640ea9e0942582dcf7f3ab476c6fb42" + }, + { + "name": "InqPortal", + "version": "5.1.1", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.1.1.zip", + "archiveFileName": "InqPortal-5.1.1.zip", + "size": 581713, + "checksum": "SHA-256:bb2b01572c2618aeb1cebbd29cbcd871ad52de5130c5da417763f1f9e3c96aba" + }, + { + "name": "InqPortal", + "version": "5.2.0", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.2.0.zip", + "archiveFileName": "InqPortal-5.2.0.zip", + "size": 583722, + "checksum": "SHA-256:564e623cfd667a0895aec70f92ca83a90fc2d50b06d250e62eff5b5a9b015059" + }, + { + "name": "InqPortal", + "version": "5.2.1", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.2.1.zip", + "archiveFileName": "InqPortal-5.2.1.zip", + "size": 750385, + "checksum": "SHA-256:aff42878d2377e3c5c1116d8dc97d518402011ccd85b20c5d27ff1d9df1ab4b3" + }, + { + "name": "InqPortal", + "version": "5.2.2", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.2.2.zip", + "archiveFileName": "InqPortal-5.2.2.zip", + "size": 1421528, + "checksum": "SHA-256:14ceb3f31f2b29304ebd933f1f30bb70e96663b6c04c66ce522543531b8dde4c" + }, + { + "name": "InqPortal", + "version": "5.2.3", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.2.3.zip", + "archiveFileName": "InqPortal-5.2.3.zip", + "size": 1422150, + "checksum": "SHA-256:df9a28579dcad4ffae27a0e68a68d13666ea0ff2c8f24984a59f48440e0e73cf" + }, + { + "name": "InqPortal", + "version": "5.3.0", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.3.0.zip", + "archiveFileName": "InqPortal-5.3.0.zip", + "size": 1448441, + "checksum": "SHA-256:cc09d3fddb77e0e825c2803a61a752c3b5f1a76874f3197a8ebf6035a727ba3a" + }, + { + "name": "InqPortal", + "version": "5.3.1", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.3.1.zip", + "archiveFileName": "InqPortal-5.3.1.zip", + "size": 1448514, + "checksum": "SHA-256:2b1e731897ea0b96997f8236d60ab039a55b26f8a71412c552ee001730230fbb" + }, + { + "name": "InqPortal", + "version": "5.3.2", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.3.2.zip", + "archiveFileName": "InqPortal-5.3.2.zip", + "size": 1449279, + "checksum": "SHA-256:a492eb69809afc4536378e01b90da79b9c9dc9cdbaa8ef811d05610d581be5f4" + }, + { + "name": "InqPortal", + "version": "5.4.0", + "author": "Inq,InqOnThat@gmail.com", + "maintainer": "Inq,InqOnThat@gmail.com", + "sentence": "ESP8266 Full featured IoT Application Server.", + "paragraph": "Derived directly from lwIP libraries to support application development. It includes a full browser based Admin GUI to (1) manage Soft AP and multiple Station access points with full scan for stations, and fail over like any good smartphone or laptop. (2) Dedicated File management using an optimized file system supporting flash memory wear leveling (Not SPIFFs or LittleFS). Management of the file system via Admin mimicking Windows File Explorer with Drag\u0026Drop. (3) Performance metrics to monitor IoT server application and extensions beyond the simple logging of Serial Monitor. Watch variables and logging supports runtime disabling and remote viewing of messages from the browser Admin. (4) Customizable, Windows style Task Manager type histogram that can also be used for IoT application custom variables. (5) Custom high-performance API using WebSockets for responsive and high-rate communications between browser clients and ESP8266 IoT server. (6) Admin provides client starter app generation to kick-start your custom customer facing GUI. Use the built-in Chart.js for graphing or drop in your favorite browser based graphics libraries like dashboards, dials and gauges.", + "website": "https://InqOnThat.com/InqPortal", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InqOnThat/InqPortal.git", + "providesIncludes": [ + "InqPortal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InqOnThat/InqPortal-5.4.0.zip", + "archiveFileName": "InqPortal-5.4.0.zip", + "size": 1450107, + "checksum": "SHA-256:26e64166439998f2103acad4843549f2ea56629c366122089107cdbf43fccc50" + }, + { + "name": "ardukit", + "version": "1.0.0", + "author": "Robin Nam, shnam7@gmail.com", + "maintainer": "Hyeonmin Lee", + "sentence": "Foundation library toolkit for easier arduino programming", + "paragraph": "C++ class library supporting periodic multi-tasking, event handling, time and timers, data structures, and more.", + "website": "https://github.com/shnam7/ardukit.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shnam7/ardukit.git", + "providesIncludes": [ + "ardukit.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shnam7/ardukit-1.0.0.zip", + "archiveFileName": "ardukit-1.0.0.zip", + "size": 37130, + "checksum": "SHA-256:9c0d36bb682ce25c90c92039b2640868183fc23e27d49292f54faef6e8edde7e" + }, + { + "name": "ardukit", + "version": "1.1.0", + "author": "Robin Nam, shnam7@gmail.com", + "maintainer": "Hyeonmin Lee", + "sentence": "Foundation library toolkit for easier arduino programming", + "paragraph": "C++ class library supporting periodic multi-tasking, event handling, time and timers, data structures, and more.", + "website": "https://github.com/shnam7/ardukit.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shnam7/ardukit.git", + "providesIncludes": [ + "ardukit.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shnam7/ardukit-1.1.0.zip", + "archiveFileName": "ardukit-1.1.0.zip", + "size": 40082, + "checksum": "SHA-256:5cb60b0db23e48b636453ee3971bc3d59dd351d5dabb81f2627cfc9c4f69dab0" + }, + { + "name": "ardukit", + "version": "1.1.1", + "author": "Robin Nam, shnam7@gmail.com", + "maintainer": "Hyeonmin Lee", + "sentence": "Foundation library toolkit for easier arduino programming", + "paragraph": "C++ class library supporting periodic multi-tasking, event handling, time and timers, data structures, and more.", + "website": "https://github.com/shnam7/ardukit.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shnam7/ardukit.git", + "providesIncludes": [ + "ardukit.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shnam7/ardukit-1.1.1.zip", + "archiveFileName": "ardukit-1.1.1.zip", + "size": 41738, + "checksum": "SHA-256:84e4de90dd80fe75847884e2bcae4038c8be440dae0d4c9776d06903805ece74" + }, + { + "name": "MCP23017_I2C", + "version": "1.0.0", + "author": "bheesma-10", + "maintainer": "ssjha@protonmail.com", + "sentence": "Library for MCP23017 I2C based GPIO expanders for Arduino platform supported boards", + "paragraph": "includes port writing, port reading, pin reading and writing features with simple user friendly commands", + "website": "https://github.com/bheesma-10/mcp23017-arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bheesma-10/mcp23017-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bheesma-10/MCP23017_I2C-1.0.0.zip", + "archiveFileName": "MCP23017_I2C-1.0.0.zip", + "size": 5423, + "checksum": "SHA-256:b36afa63df90f95bef3f0ba98f2346f845ab0d2fb22c5edad6d560f1e9a17fee" + }, + { + "name": "MCP23017_I2C", + "version": "1.0.2", + "author": "bheesma-10", + "maintainer": "ssjha@protonmail.com", + "sentence": "Library for MCP23017 I2C based GPIO expanders for Arduino platform supported boards", + "paragraph": "includes port writing, port reading, pin reading and writing features with simple user friendly commands", + "website": "https://github.com/bheesma-10/mcp23017-arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bheesma-10/mcp23017-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bheesma-10/MCP23017_I2C-1.0.2.zip", + "archiveFileName": "MCP23017_I2C-1.0.2.zip", + "size": 5423, + "checksum": "SHA-256:90ed6bd57ee2c22194e40544dd01ff12fe4ec8e55c9254631de2ed40464a53c8" + }, + { + "name": "MCP23017_I2C", + "version": "1.0.4", + "author": "bheesma-10", + "maintainer": "ssjha@protonmail.com", + "sentence": "Library for MCP23017 I2C based GPIO expanders for Arduino platform supported boards", + "paragraph": "includes port writing, port reading, pin reading and writing features with simple user friendly commands", + "website": "https://github.com/bheesma-10/mcp23017-arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bheesma-10/mcp23017-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bheesma-10/MCP23017_I2C-1.0.4.zip", + "archiveFileName": "MCP23017_I2C-1.0.4.zip", + "size": 5529, + "checksum": "SHA-256:7520244268164f714a53af546be2c183e0c20584069f8e60f8fcb53a72ef9f9f" + }, + { + "name": "Buffered Oreon SSD1351", + "version": "1.0.0", + "author": "InfiniteCoder", + "maintainer": "InfiniteCoder \u003cnayka.0.lobach.01@gmail.com\u003e", + "sentence": "Library for the OLEDs based on SSD1351", + "paragraph": "Library for the OLEDs based on SSD1351", + "website": "https://google.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InfiniteCoder01/BufferedOreonSSD1351.git", + "url": "https://downloads.arduino.cc/libraries/github.com/InfiniteCoder01/Buffered_Oreon_SSD1351-1.0.0.zip", + "archiveFileName": "Buffered_Oreon_SSD1351-1.0.0.zip", + "size": 10903, + "checksum": "SHA-256:d5428a7994e62e89a522a1d0d3f6e3a1e46bce89409b2e5f079d5a6968f77ccd" + }, + { + "name": "Buffered Oreon SSD1351", + "version": "1.1.0", + "author": "InfiniteCoder", + "maintainer": "InfiniteCoder \u003cnayka.0.lobach.01@gmail.com\u003e", + "sentence": "Library for the OLEDs based on SSD1351", + "paragraph": "Library for the OLEDs based on SSD1351", + "website": "https://google.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InfiniteCoder01/BufferedOreonSSD1351.git", + "dependencies": [ + { + "name": "LinkedList" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InfiniteCoder01/Buffered_Oreon_SSD1351-1.1.0.zip", + "archiveFileName": "Buffered_Oreon_SSD1351-1.1.0.zip", + "size": 25384, + "checksum": "SHA-256:9bb7f2ffd3dfa47ec87db2839ed72c3d096374e976ff4ccfdc4ec35afcc5975f" + }, + { + "name": "Buffered Oreon SSD1351", + "version": "2.0.0", + "author": "InfiniteCoder", + "maintainer": "InfiniteCoder \u003cnayka.0.lobach.01@gmail.com\u003e", + "sentence": "Library for the OLEDs based on SSD1351", + "paragraph": "Library for the OLEDs based on SSD1351", + "website": "https://google.com", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/InfiniteCoder01/BufferedOreonSSD1351.git", + "dependencies": [ + { + "name": "LinkedList" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InfiniteCoder01/Buffered_Oreon_SSD1351-2.0.0.zip", + "archiveFileName": "Buffered_Oreon_SSD1351-2.0.0.zip", + "size": 25389, + "checksum": "SHA-256:7f2604a1b643b598b06f2b23a8f94acf0ef6136eb6bb45c376299563e4d9d8d7" + }, + { + "name": "pseudospectrum", + "version": "0.1.0", + "author": "sichel94", + "maintainer": "sichel94", + "sentence": "A library that adds spectrum data to a pseudospectrum (additive) using linear interpolation", + "paragraph": "Can be used to draw pseudospectra that any lightsensor can capture and weights them by their specific sensitivity curve.", + "website": "http://github.com/sichel94/pseudospectrum", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sichel94/pseudospectrum.git", + "providesIncludes": [ + "pseudospectrum.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sichel94/pseudospectrum-0.1.0.zip", + "archiveFileName": "pseudospectrum-0.1.0.zip", + "size": 5290, + "checksum": "SHA-256:e64362c0e730c989794ead21c7d7881853d4ab02a13842f6300a29d5500f8460" + }, + { + "name": "AsyncBMP180Wrapper", + "version": "1.0.0", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Async wrapper for Sparkfun BMP180 lib", + "paragraph": "Handles constant refreshes of BMP180 data in the background", + "website": "https://github.com/centaq/arduino-async-bmp180wrapper", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-bmp180wrapper.git", + "dependencies": [ + { + "name": "Timers" + }, + { + "name": "Sparkfun BMP180" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncBMP180Wrapper-1.0.0.zip", + "archiveFileName": "AsyncBMP180Wrapper-1.0.0.zip", + "size": 5835, + "checksum": "SHA-256:6baabc69509eda57cb71673114de8a71ccbbf38335c71b6a5d7ab5a7ceefa1db" + }, + { + "name": "AsyncBMP180Wrapper", + "version": "1.0.2", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "Async wrapper for Sparkfun BMP180 lib", + "paragraph": "Handles constant refreshes of BMP180 data in the background", + "website": "https://github.com/centaq/arduino-async-bmp180wrapper", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-async-bmp180wrapper.git", + "dependencies": [ + { + "name": "Timers" + }, + { + "name": "Sparkfun BMP180" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/AsyncBMP180Wrapper-1.0.2.zip", + "archiveFileName": "AsyncBMP180Wrapper-1.0.2.zip", + "size": 5871, + "checksum": "SHA-256:e967cd62cd93c0515f38695260c3746dac5f8e7952bedc79b7d597820bb451eb" + }, + { + "name": "LEDDriver", + "version": "1.0.0", + "author": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "maintainer": "Centaq \u003cmarcinboniakowski@gmail.com\u003e", + "sentence": "PWM LED Driver with ability to brighten and dimm fluently", + "paragraph": "Library which is working in the background to control LEDs through PWM", + "website": "https://github.com/centaq/arduino-led-driver", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/centaq/arduino-led-driver.git", + "dependencies": [ + { + "name": "Timers" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/centaq/LEDDriver-1.0.0.zip", + "archiveFileName": "LEDDriver-1.0.0.zip", + "size": 5805, + "checksum": "SHA-256:23e398b640269a765ab34fb4a6e385b6322941644aafa1b7bf8612d942ab4324" + }, + { + "name": "RV3028", + "version": "1.0.3", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "\u003cLibrary_Sentence\u003e", + "paragraph": "\u003cLibrary_Paragraph\u003e", + "website": "https://github.com/akkoyun/RV3028", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/RV3028.git", + "providesIncludes": [ + "RV3028.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/RV3028-1.0.3.zip", + "archiveFileName": "RV3028-1.0.3.zip", + "size": 10091, + "checksum": "SHA-256:44496a070211e05300b3c36a4d4727615611354b153d6b55f37f14d87337aadd" + }, + { + "name": "RV3028", + "version": "1.0.5", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Basic library for the RV-3028-C7 RTC", + "paragraph": "RV3028 is a Real time Clock with low power consumption and high accuracy.", + "website": "https://github.com/akkoyun/RV3028", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/RV3028.git", + "providesIncludes": [ + "RV3028.h" + ], + "dependencies": [ + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/RV3028-1.0.5.zip", + "archiveFileName": "RV3028-1.0.5.zip", + "size": 136628, + "checksum": "SHA-256:fcca4352dc952cec4fa2c50c43327e388587d7b76fdfa56ad965f3aad7cf8a2d" + }, + { + "name": "RV3028", + "version": "1.0.7", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Basic library for the RV-3028-C7 RTC", + "paragraph": "RV3028 is a Real time Clock with low power consumption and high accuracy.", + "website": "https://github.com/akkoyun/RV3028", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/RV3028.git", + "providesIncludes": [ + "RV3028.h" + ], + "dependencies": [ + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/RV3028-1.0.7.zip", + "archiveFileName": "RV3028-1.0.7.zip", + "size": 136678, + "checksum": "SHA-256:5af6ddfdaebb06c48430dc20128b43cae91ce31e5faee0b00e4b5b0eec1420ad" + }, + { + "name": "RV3028", + "version": "1.0.9", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Basic library for the RV-3028-C7 RTC", + "paragraph": "RV3028 is a Real time Clock with low power consumption and high accuracy.", + "website": "https://github.com/akkoyun/RV3028", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/RV3028.git", + "providesIncludes": [ + "RV3028.h" + ], + "dependencies": [ + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/RV3028-1.0.9.zip", + "archiveFileName": "RV3028-1.0.9.zip", + "size": 136548, + "checksum": "SHA-256:79a3e451d545e9482cef412dc377085203d98db4c372b464206f41d964ec2a4f" + }, + { + "name": "RV3028", + "version": "1.1.0", + "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", + "sentence": "Basic library for the RV-3028-C7 RTC", + "paragraph": "RV3028 is a Real time Clock with low power consumption and high accuracy.", + "website": "https://github.com/akkoyun/RV3028", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/akkoyun/RV3028.git", + "providesIncludes": [ + "RV3028.h" + ], + "dependencies": [ + { + "name": "I2C_Functions" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/RV3028-1.1.0.zip", + "archiveFileName": "RV3028-1.1.0.zip", + "size": 138134, + "checksum": "SHA-256:16dcd015d181bcbac2f962a18467e0587728afe962118f2ce401a8700bc0e339" + }, + { + "name": "RAK12029-LDC1614", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12029 Induction Sensor module", + "paragraph": "Measure induction with this module. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK12029\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12029-LDC1614", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12029-LDC1614.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12029_LDC1614-1.0.0.zip", + "archiveFileName": "RAK12029_LDC1614-1.0.0.zip", + "size": 1721620, + "checksum": "SHA-256:96ba5167dc636a8fd90a2788b6cdf04adb2f1a53072a927bb98dce4c75889188" + }, + { + "name": "RAK12029-LDC1614", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12029 Induction Sensor module", + "paragraph": "Measure induction with this module. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-io\"\u003eWisBlock RAK12029\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12029-LDC1614", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12029-LDC1614.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12029_LDC1614-1.0.1.zip", + "archiveFileName": "RAK12029_LDC1614-1.0.1.zip", + "size": 1721621, + "checksum": "SHA-256:5202412902e9eaa3126ac7b8af6b5bf0b88a08b7c59d71bc22cebbe4a0aaa918" + }, + { + "name": "RAK13800_W5100S", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for the RAK13800 Ethernet Module.", + "paragraph": "Arduino library for the RAK13800 Ethernet Module.", + "website": "https://github.com/RAKWireless/RAK13800_W5100S", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13800-W5100S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK13800_W5100S-1.0.0.zip", + "archiveFileName": "RAK13800_W5100S-1.0.0.zip", + "size": 2465651, + "checksum": "SHA-256:9a0d63cedf18dc33a7ec22f3ed1732bd1ee77348f06f4e39be93d615b218097c" + }, + { + "name": "MCP23008_I2C", + "version": "1.0.1", + "author": "bheesma-10", + "maintainer": "ssjha@protonmail.com", + "sentence": "Library for MCP23008 I2C based GPIO expanders for Arduino platform supported boards", + "paragraph": "includes port writing, port reading, pin reading and writing features with simple commands", + "website": "https://github.com/bheesma-10/MCP23008_I2C", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bheesma-10/MCP23008_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bheesma-10/MCP23008_I2C-1.0.1.zip", + "archiveFileName": "MCP23008_I2C-1.0.1.zip", + "size": 18395, + "checksum": "SHA-256:327bcf81de1438d957870f51f82d03f6ab0a08a91d7668edd260a3aab19279cd" + }, + { + "name": "MCP23008_I2C", + "version": "1.0.2", + "author": "bheesma-10", + "maintainer": "ssjha@protonmail.com", + "sentence": "Library for MCP23008 I2C based GPIO expanders for Arduino platform supported boards", + "paragraph": "includes port writing, port reading, pin reading and writing features with simple commands", + "website": "https://github.com/bheesma-10/MCP23008_I2C", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bheesma-10/MCP23008_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bheesma-10/MCP23008_I2C-1.0.2.zip", + "archiveFileName": "MCP23008_I2C-1.0.2.zip", + "size": 18643, + "checksum": "SHA-256:b87225fd4316d2320411c1daaa26c455f6c06b4f31c9b3d1bddffa268cd963fd" + }, + { + "name": "STM32encoder", + "version": "0.9.4", + "author": "bit.factory", + "maintainer": "Gianni Carbone \u003cgianni.carbone@gmail.com\u003e", + "sentence": "Arduino library to manage quadrature encoder using hardware timer for STM32 architecture", + "paragraph": "Arduino library to manage quadrature encoder using hardware timer for STM32 architecture", + "website": "https://github.com/gianni-carbone/STM32encoder", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gianni-carbone/STM32encoder.git", + "dependencies": [ + { + "name": "stm32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gianni-carbone/STM32encoder-0.9.4.zip", + "archiveFileName": "STM32encoder-0.9.4.zip", + "size": 30307, + "checksum": "SHA-256:a5ac41dac8cf6d5772d0ca366d288aa7b4b6705a197fb9921ae716cca8a14f6c" + }, + { + "name": "STM32encoder", + "version": "0.9.5", + "author": "bit.factory", + "maintainer": "Gianni Carbone \u003cgianni.carbone@gmail.com\u003e", + "sentence": "Arduino library to manage quadrature encoder using hardware timer for STM32 architecture", + "paragraph": "Arduino library to manage quadrature encoder using hardware timer for STM32 architecture", + "website": "https://github.com/gianni-carbone/STM32encoder", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gianni-carbone/STM32encoder.git", + "dependencies": [ + { + "name": "stm32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gianni-carbone/STM32encoder-0.9.5.zip", + "archiveFileName": "STM32encoder-0.9.5.zip", + "size": 31473, + "checksum": "SHA-256:19283da664ef5f8bdac0dc3da083c72d6f22f3182af82c42e7ca3bd10b2f1e25" + }, + { + "name": "STM32encoder", + "version": "0.9.6", + "author": "bit.factory", + "maintainer": "Gianni Carbone \u003cgianni.carbone@gmail.com\u003e", + "sentence": "Arduino library for the management of rotary encoders with STM32", + "paragraph": "This Arduino library simplifies the use of rotary encoders. It works with stm32 platforms. With a few lines of code it is possible to instantiate an encoder object and managing its properties and events. It is possible to link numeric variables so that they are automatically increased and decreased by knob rotation. It is also possible to attach interrupt routines to be executed at each hardware device tick. The library also manages the rotation dynamics, calculating the rotation speed and possibly correcting the rate of increase and decrease based on rotation speed.", + "website": "https://github.com/gianni-carbone/STM32encoder", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gianni-carbone/STM32encoder.git", + "dependencies": [ + { + "name": "stm32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gianni-carbone/STM32encoder-0.9.6.zip", + "archiveFileName": "STM32encoder-0.9.6.zip", + "size": 31760, + "checksum": "SHA-256:b56ec46f057a7f8e878d667bfaf8704fb7f3aa55f155e2dbaeded87b19875cec" + }, + { + "name": "STM32encoder", + "version": "0.9.7", + "author": "bit.factory", + "maintainer": "Gianni Carbone \u003cgianni.carbone@gmail.com\u003e", + "sentence": "Arduino library for the management of rotary encoders with STM32", + "paragraph": "This Arduino library makes it easy to use rotary encoders. A few lines of code instantiate the encoder object and manage it. You can link a variable so that it is changed by turning the knob. You can attach a user defined isr to be executed on each tick of knob. The rate of change can be related to the speed of rotation. There are some function to manage the knob button too.", + "website": "https://github.com/gianni-carbone/STM32encoder", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gianni-carbone/STM32encoder.git", + "dependencies": [ + { + "name": "stm32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gianni-carbone/STM32encoder-0.9.7.zip", + "archiveFileName": "STM32encoder-0.9.7.zip", + "size": 31680, + "checksum": "SHA-256:2fc0da8d19d455efdf03acfc65e1160c6875d8cc1361caccacba81b4a371c3ed" + }, + { + "name": "ACANFD_FeatherM4CAN", + "version": "1.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An Adafruit Feather M4 CAN Express CANFD driver.", + "paragraph": "This library is a CANFD network driver for Adafruit Feather M4 CAN Express. Compatible with ACAN2515, ACAN2517 libraries. default configuration enables reception of all frames.", + "website": "https://github.com/pierremolinaro/acanfd-feather-m4-can", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-feather-m4-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_FeatherM4CAN-1.0.0.zip", + "archiveFileName": "ACANFD_FeatherM4CAN-1.0.0.zip", + "size": 1105706, + "checksum": "SHA-256:f3b785d893e7a06331403442b4a0dd219efbe3bcbe41193301518610bad2952d" + }, + { + "name": "ACANFD_FeatherM4CAN", + "version": "1.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An Adafruit Feather M4 CAN Express CANFD driver.", + "paragraph": "This library is a CANFD network driver for Adafruit Feather M4 CAN Express. Compatible with ACAN2515, ACAN2517 libraries. default configuration enables reception of all frames.", + "website": "https://github.com/pierremolinaro/acanfd-feather-m4-can", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-feather-m4-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_FeatherM4CAN-1.0.1.zip", + "archiveFileName": "ACANFD_FeatherM4CAN-1.0.1.zip", + "size": 1106366, + "checksum": "SHA-256:990f6beca257143a53a8e3be9e31e244a878cab2822821fbc917864f182a9db4" + }, + { + "name": "ACANFD_FeatherM4CAN", + "version": "1.1.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An Adafruit Feather M4 CAN Express CANFD driver.", + "paragraph": "This library is a CANFD network driver for Adafruit Feather M4 CAN Express. Compatible with ACAN2515, ACAN2517 libraries. Default configuration sends and receives any frame – no default filter to provide. Standard reception filters (up to 128) and extended reception filters (up to 128) can be easily defined.", + "website": "https://github.com/pierremolinaro/acanfd-feather-m4-can", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-feather-m4-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_FeatherM4CAN-1.1.0.zip", + "archiveFileName": "ACANFD_FeatherM4CAN-1.1.0.zip", + "size": 1141232, + "checksum": "SHA-256:e18e3bf23c6398952b8b50be94999ff1f52b34d2298dbf8936e5edee3c99356b" + }, + { + "name": "ACANFD_FeatherM4CAN", + "version": "1.2.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An Adafruit Feather M4 CAN Express CANFD driver.", + "paragraph": "This library is a CANFD network driver for Adafruit Feather M4 CAN Express. Compatible with ACAN2515, ACAN2517, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Standard reception filters (up to 128) and extended reception filters (up to 128) can be easily defined.", + "website": "https://github.com/pierremolinaro/acanfd-feather-m4-can", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-feather-m4-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_FeatherM4CAN-1.2.0.zip", + "archiveFileName": "ACANFD_FeatherM4CAN-1.2.0.zip", + "size": 1160550, + "checksum": "SHA-256:b0769863036df4c736bd7ff8d982e33e8c053dbc6a210f5ccae39496692a23cd" + }, + { + "name": "ACANFD_FeatherM4CAN", + "version": "1.2.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An Adafruit Feather M4 CAN Express CANFD driver.", + "paragraph": "This library is a CANFD network driver for Adafruit Feather M4 CAN Express. Compatible with ACAN2515, ACAN2517, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Standard reception filters (up to 128) and extended reception filters (up to 128) can be easily defined.", + "website": "https://github.com/pierremolinaro/acanfd-feather-m4-can", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-feather-m4-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_FeatherM4CAN-1.2.1.zip", + "archiveFileName": "ACANFD_FeatherM4CAN-1.2.1.zip", + "size": 1168622, + "checksum": "SHA-256:773b7480e5442ea7087295d7f22023607baba1191cf8f1eb22502209029783c2" + }, + { + "name": "ACANFD_FeatherM4CAN", + "version": "1.2.2", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "An Adafruit Feather M4 CAN board CANFD driver.", + "paragraph": "This library is a CANFD network driver for Adafruit Feather M4 CAN Express. Compatible with ACAN2515, ACAN2517, ACAN2517FD libraries. Default configuration sends and receives any frame – no default filter to provide. Standard reception filters (up to 128) and extended reception filters (up to 128) can be easily defined.", + "website": "https://github.com/pierremolinaro/acanfd-feather-m4-can", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-feather-m4-can.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_FeatherM4CAN-1.2.2.zip", + "archiveFileName": "ACANFD_FeatherM4CAN-1.2.2.zip", + "size": 1174821, + "checksum": "SHA-256:3d9798052933fa866a1ff741b064e3f6c5f83740a7f118dd3014e085a80ebbcd" + }, + { + "name": "MicroFlow", + "version": "1.1.1", + "author": "Bobingstern", + "maintainer": "Bobingstern \u003canikpatel1322@gmail.com\u003e", + "sentence": "Export and run tensorflow models on arduino microcontrollers!", + "paragraph": "This library allows you to run trained TensorFlow models on low memory microcontrollers without pain! \u003cbr /\u003eCheck out the github page for the documentation or if you want to contribute!", + "website": "https://github.com/Bobingstern/MicroFlow", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bobingstern/MicroFlow.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Bobingstern/MicroFlow-1.1.1.zip", + "archiveFileName": "MicroFlow-1.1.1.zip", + "size": 208626, + "checksum": "SHA-256:666ffc0fc9d8d99a37f2ab3ba796cff1db04e66feeac163d0a2099dca54c69dc" + }, + { + "name": "MicroFlow", + "version": "1.1.2", + "author": "Bobingstern", + "maintainer": "Bobingstern \u003canikpatel1322@gmail.com\u003e", + "sentence": "Export and run tensorflow models on arduino microcontrollers!", + "paragraph": "This library allows you to run trained TensorFlow models on low memory microcontrollers without pain! \u003cbr /\u003eCheck out the github page for the documentation or if you want to contribute!", + "website": "https://github.com/Bobingstern/MicroFlow", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bobingstern/MicroFlow.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Bobingstern/MicroFlow-1.1.2.zip", + "archiveFileName": "MicroFlow-1.1.2.zip", + "size": 209268, + "checksum": "SHA-256:556f496fb79ee07a09fb31fafa4561caff515d09a6e2c31147c0f7de7928e6d4" + }, + { + "name": "MicroFlow", + "version": "1.1.3", + "author": "Bobingstern", + "maintainer": "Bobingstern \u003canikpatel1322@gmail.com\u003e", + "sentence": "Export and run tensorflow models on arduino microcontrollers!", + "paragraph": "This library allows you to run trained TensorFlow models on low memory microcontrollers without pain! \u003cbr /\u003eCheck out the github page for the documentation or if you want to contribute!", + "website": "https://github.com/Bobingstern/MicroFlow", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bobingstern/MicroFlow.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Bobingstern/MicroFlow-1.1.3.zip", + "archiveFileName": "MicroFlow-1.1.3.zip", + "size": 14601269, + "checksum": "SHA-256:f2ea4c79e735e132ce7ac5fdfde98cb26281e26a317ae9eebc7fe2d3db6fc5d3" + }, + { + "name": "DEVFULL", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/full stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVFULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVFULL.git", + "providesIncludes": [ + "DEVFULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVFULL-0.1.0.zip", + "archiveFileName": "DEVFULL-0.1.0.zip", + "size": 7357, + "checksum": "SHA-256:3abc108a63c7a30d4f3f008230ae5ae4375c14ddcdbc44b58b49c6a3faf021f3" + }, + { + "name": "DEVFULL", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/full stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVFULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVFULL.git", + "providesIncludes": [ + "DEVFULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVFULL-0.1.1.zip", + "archiveFileName": "DEVFULL-0.1.1.zip", + "size": 7441, + "checksum": "SHA-256:fb2a4c4e3fe42b21ef7512672ae9980dbd0269eb58451d0dd1174f9e33e24366" + }, + { + "name": "DEVFULL", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/full stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVFULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVFULL.git", + "providesIncludes": [ + "DEVFULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVFULL-0.1.2.zip", + "archiveFileName": "DEVFULL-0.1.2.zip", + "size": 8256, + "checksum": "SHA-256:6e754259c08e2df0ebd7e280829c4737bb57b09f52c392eb5f4a3a75a6c42b0f" + }, + { + "name": "DEVFULL", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a /dev/full stream", + "paragraph": "usefull for testing with streams", + "website": "https://github.com/RobTillaart/DEVFULL", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DEVFULL.git", + "providesIncludes": [ + "DEVFULL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVFULL-0.1.3.zip", + "archiveFileName": "DEVFULL-0.1.3.zip", + "size": 8513, + "checksum": "SHA-256:14fdc3c833daf1651da21accc9643f5960b40d28efee3f5d24de598c1c0814c8" + }, + { + "name": "GY26Compass", + "version": "0.5.0", + "author": "Tony Brophy \u003ctony_brophy@hotmail.com\u003e", + "maintainer": "Tony Brophy", + "sentence": "Library for interfacing with GY-26 Compass Module", + "paragraph": "Contains I2C and UART implementations", + "website": "https://github.com/BeanieBob/GY26Compass", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BeanieBob/GY26Compass.git", + "providesIncludes": [ + "GY26Compass.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/BeanieBob/GY26Compass-0.5.0.zip", + "archiveFileName": "GY26Compass-0.5.0.zip", + "size": 19733, + "checksum": "SHA-256:8c8ee69a32f2eb398c90dfe09a4fc6ef6f140bdc9aa670baa280f1fdda7e946a" + }, + { + "name": "Kinematics", + "version": "1.0.0", + "author": "Kousheek Chakraborty \u003ckousheekc@gmail.com\u003e", + "maintainer": "Kousheek Chakraborty \u003ckousheekc@gmail.com\u003e", + "sentence": "Kinematics library for robotics", + "paragraph": "The library provides functions to compute the forward and inverse kinematics of a robotic system. Additionally, the library provides functionality for matrix manipulation and the computation of Jacobians.", + "website": "https://github.com/kousheekc/Kinematics", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kousheekc/Kinematics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kousheekc/Kinematics-1.0.0.zip", + "archiveFileName": "Kinematics-1.0.0.zip", + "size": 9947, + "checksum": "SHA-256:9fa81e6591873a157b4f942bc4834feab4ae1ae4537ac87874320af20d0f58e3" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.0.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting only ESP32 (SSL and non-SSL), ESP8266 (non-SSL). Support for Portenta_H7 and STM32 will be added gradually.", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESPAsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.0.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.0.0.zip", + "size": 205208, + "checksum": "SHA-256:b25e9e206fed576aa46f749bd141f29d860d21ff4aa6045701b71ca6c0bc8192" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.0.1", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting only ESP32 (SSL and non-SSL), ESP8266 (non-SSL). Support for Portenta_H7 and STM32 will be added gradually.", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "STM32AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.0.1.zip", + "archiveFileName": "AsyncMQTT_Generic-1.0.1.zip", + "size": 207125, + "checksum": "SHA-256:bb749e72722387721752d80307ff27b0cab3da07106b16bc7c2181cf723e2b51" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.1.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting ESP32, WT32_ETH01 (SSL and non-SSL), ESP8266 (non-SSL). Support for Portenta_H7 and STM32 will be added gradually.", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.1.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.1.0.zip", + "size": 215296, + "checksum": "SHA-256:22b22c8c484f11ce18e16a2fd639701e003b02f09b1fd1dfeae896f1339665f9" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.2.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting ESP32, WT32_ETH01 (SSL and non-SSL), ESP8266 (non-SSL), STM32 using LAN8742A (non-SSL). Support for Portenta_H7 and STM32 using LAN8720 will be added gradually", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.2.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.2.0.zip", + "size": 223156, + "checksum": "SHA-256:170c80472c85048d2d5b47e5057248ae9d04a20dd3cbfb73b82f727e3145426e" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.2.1", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting ESP32, WT32_ETH01 (SSL and non-SSL), ESP8266 (non-SSL), STM32 using LAN8742A or LAN8720 (non-SSL). Support for Portenta_H7 will be added", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.2.1.zip", + "archiveFileName": "AsyncMQTT_Generic-1.2.1.zip", + "size": 810636, + "checksum": "SHA-256:7ac2fc9da4255e8c1ef74969c18a4eb6d133b0da202c6cb51a65462f97f50c49" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.3.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting ESP32, WT32_ETH01 (SSL and non-SSL), ESP8266 (non-SSL), STM32 using LAN8742A or LAN8720 (non-SSL), Portenta_H7 Ethernet or Murata WiFi (non-SSL)", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.3.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.3.0.zip", + "size": 820560, + "checksum": "SHA-256:1ff0e8fd505fde5a4aefe0ce3ff712fff26b437ea79f6503fd8808fbd847e22f" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.4.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet. Currently supporting TLS/SSL for ESP32 only", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.4.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.4.0.zip", + "size": 849524, + "checksum": "SHA-256:fa452a08f01e16a93fbbb3c35091d144c1a79b52cbac62f5ef6fb1d6a10c7819" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.5.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet. Currently supporting TLS/SSL for ESP32 only", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" + }, + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.5.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.5.0.zip", + "size": 871630, + "checksum": "SHA-256:3fada8264fa350f0662a6688ccc6ad31328dc49e6ffca538a39678d79c2cd80c" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.6.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Teensy41_AsyncTCP" + }, + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.6.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.6.0.zip", + "size": 886493, + "checksum": "SHA-256:0f69409c1cc31734fc479f213b100f27305096a56553dc0fb1853594e66bd695" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.6.1", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Teensy41_AsyncTCP" + }, + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.6.1.zip", + "archiveFileName": "AsyncMQTT_Generic-1.6.1.zip", + "size": 887102, + "checksum": "SHA-256:768a336e614ebf6d710d45f594b61d98ed4b71f047999b8b7093c3d9fed259d5" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.7.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Teensy41_AsyncTCP" + }, + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.7.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.7.0.zip", + "size": 889954, + "checksum": "SHA-256:582dab4f574b09cac39a235583b11726250d848029fa04b5faf73073caa6513e" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.8.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), (ESP32 + LwIP W5500), (ESP32 + LwIP ENC28J60), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Teensy41_AsyncTCP" + }, + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.8.0.zip", + "archiveFileName": "AsyncMQTT_Generic-1.8.0.zip", + "size": 909045, + "checksum": "SHA-256:77dbcc6bc1d26817de14d828e1134765465c9678626f7f73180de099d559cc24" + }, + { + "name": "AsyncMQTT_Generic", + "version": "1.8.1", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), (ESP32 + LwIP W5500), (ESP32 + LwIP ENC28J60), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only", + "website": "https://github.com/khoih-prog/AsyncMQTT_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncMQTT_Generic.git", + "providesIncludes": [ + "AsyncMQTT_Generic.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "Portenta_H7_AsyncTCP" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "Teensy41_AsyncTCP" + }, + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_Generic-1.8.1.zip", + "archiveFileName": "AsyncMQTT_Generic-1.8.1.zip", + "size": 915344, + "checksum": "SHA-256:4f252bbd307b2c62b09c2c12c4ef19939901b1d978dd2c4f653eae7e784612ff" + }, + { + "name": "EByte LoRa E220 library", + "version": "1.0.1", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E220 device library complete and tested with Arduino, esp8266 and esp32. LLCC68", + "paragraph": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266 and esp32. sx1262/sx1268", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E220_Series_Library.git", + "providesIncludes": [ + "LoRa_E220.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E220_library-1.0.1.zip", + "archiveFileName": "EByte_LoRa_E220_library-1.0.1.zip", + "size": 4529757, + "checksum": "SHA-256:86fc234bf73f045cb86fc942f41bc1792da85217bcaa4d41cc33d5f9eb83e66e" + }, + { + "name": "EByte LoRa E220 library", + "version": "1.0.4", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "paragraph": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E220_Series_Library.git", + "providesIncludes": [ + "LoRa_E220.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E220_library-1.0.4.zip", + "archiveFileName": "EByte_LoRa_E220_library-1.0.4.zip", + "size": 4532194, + "checksum": "SHA-256:7aa4cc76874943a5d7ca5489e3ea108df2696c68c3bb9dc345a1672efb60cc47" + }, + { + "name": "EByte LoRa E220 library", + "version": "1.0.5", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "paragraph": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E220_Series_Library.git", + "providesIncludes": [ + "LoRa_E220.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E220_library-1.0.5.zip", + "archiveFileName": "EByte_LoRa_E220_library-1.0.5.zip", + "size": 4532205, + "checksum": "SHA-256:9101b67700457d275e0883cec7cf42bc8caddb8d61dde329b58c8642f057466c" + }, + { + "name": "EByte LoRa E220 library", + "version": "1.0.6", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "paragraph": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E220_Series_Library.git", + "providesIncludes": [ + "LoRa_E220.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E220_library-1.0.6.zip", + "archiveFileName": "EByte_LoRa_E220_library-1.0.6.zip", + "size": 4532238, + "checksum": "SHA-256:bdc1d756a9baf59c741a4ac742749943a6b0549818ce981ba84d5fab688074b6" + }, + { + "name": "EByte LoRa E220 library", + "version": "1.0.7", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "paragraph": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E220_Series_Library.git", + "providesIncludes": [ + "LoRa_E220.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E220_library-1.0.7.zip", + "archiveFileName": "EByte_LoRa_E220_library-1.0.7.zip", + "size": 4532296, + "checksum": "SHA-256:dcca7e4ed08d5ef6ab2c26ef2bf89c25d564b059c9edf9f69308ae637ccbffb2" + }, + { + "name": "EByte LoRa E220 library", + "version": "1.0.8", + "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", + "sentence": "LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "paragraph": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68", + "website": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/xreef/EByte_LoRa_E220_Series_Library.git", + "providesIncludes": [ + "LoRa_E220.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EByte_LoRa_E220_library-1.0.8.zip", + "archiveFileName": "EByte_LoRa_E220_library-1.0.8.zip", + "size": 4532363, + "checksum": "SHA-256:03e4222c56441bef690d60148deb8f16da395f80691ea153aa3debbcf0116a82" + }, + { + "name": "STM32ad9833", + "version": "0.9.1", + "author": "bit.factory", + "maintainer": "Gianni Carbone \u003cgianni.carbone@gmail.com\u003e", + "sentence": "Arduino STM32 library for Analog Devices ad9833 DDS module", + "paragraph": "Library for the ad9833 module. Simple to use, it offers optimized GPIO and SPI capabilities that allow updates at the highest speed. Useful if you want to reach high sweep or phase changes speeds.", + "website": "https://github.com/gianni-carbone/STM32ad9833", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gianni-carbone/STM32ad9833.git", + "dependencies": [ + { + "name": "STM32duino" + }, + { + "name": "SPI.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gianni-carbone/STM32ad9833-0.9.1.zip", + "archiveFileName": "STM32ad9833-0.9.1.zip", + "size": 24157, + "checksum": "SHA-256:4f878a374d045c3b897bdf8e589ff0498cbd27529477e03139b0c52c8fd25775" + }, + { + "name": "STM32ad9833", + "version": "0.9.2", + "author": "bit.factory", + "maintainer": "Gianni Carbone \u003cgianni.carbone@gmail.com\u003e", + "sentence": "Arduino STM32 library for Analog Devices ad9833 DDS module", + "paragraph": "Library for the ad9833 module. Simple to use, it offers optimized GPIO and SPI capabilities that allow updates at the highest speed. Useful if you want to reach high sweep or phase changes speeds.", + "website": "https://github.com/gianni-carbone/STM32ad9833", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gianni-carbone/STM32ad9833.git", + "dependencies": [ + { + "name": "STM32duino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gianni-carbone/STM32ad9833-0.9.2.zip", + "archiveFileName": "STM32ad9833-0.9.2.zip", + "size": 24115, + "checksum": "SHA-256:b648419f912a600475302b47f1e973ecca5bca3e698311e5e23420a7b4577711" + }, + { + "name": "CB-HCHO-V4", + "version": "1.0.0", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic CB-HCHO-V4", + "paragraph": "Arduino library to control Cubic CB-HCHO-V4", + "website": "https://github.com/neosarchizo/cb-hcho-v4", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/neosarchizo/cb-hcho-v4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/CB_HCHO_V4-1.0.0.zip", + "archiveFileName": "CB_HCHO_V4-1.0.0.zip", + "size": 16566, + "checksum": "SHA-256:472c0f8300f48bd707cebec954ea094829c1386004cfec52fa3cb5f7c2ee14e9" + }, + { + "name": "TXOnlySerial", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Bernhard Nebel (bernhard.nebel@hinterm-ziel.de)", + "sentence": "Enables one-way serial communication (TX) on any digital pin.", + "paragraph": "This is a downstriped version of SoftwareSerial covering only the TX functionality (saves roughly 900 bytes in flash and 80 bytes in RAM)", + "website": "https://github.com/felias-fogg", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/TXOnlySerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/TXOnlySerial-1.0.0.zip", + "archiveFileName": "TXOnlySerial-1.0.0.zip", + "size": 6834, + "checksum": "SHA-256:7d68ea3a36319b2975f2f0596cf45be3c34d99e1c0f26bd77f1f76a4b560391c" + }, + { + "name": "SingleWireSerial", + "version": "1.1.6", + "author": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "Robust software serial library using a single line in half-duplex mode.", + "paragraph": "Software serial library using a single line in half-duplex mode. In addition, it uses the input capture feature of timer 1 for improved accuracy. Works reliably up to 125,000 bps with millis interrupt enabled. With millis interrupt disabled, it works up to 250,000 bps. Tested with Arduino Uno and Mega, but should work on other boards/MCUs.", + "website": "https://github.com/felias-fogg/SingleWireSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/SingleWireSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/SingleWireSerial-1.1.6.zip", + "archiveFileName": "SingleWireSerial-1.1.6.zip", + "size": 17625, + "checksum": "SHA-256:dcd81a4462ee78a9d23701645826bb83d930377638e747151234c210116e3eaa" + }, + { + "name": "SingleWireSerial", + "version": "1.1.7", + "author": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "Robust software serial library using a single line in half-duplex mode.", + "paragraph": "Software serial library using a single line in half-duplex mode. In addition, it uses the input capture feature of timer 1 for improved accuracy. Works reliably up to 125,000 bps with millis interrupt enabled. With millis interrupt disabled, it works up to 250,000 bps. Tested with Arduino Uno and Mega, but should work on other boards/MCUs.", + "website": "https://github.com/felias-fogg/SingleWireSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/SingleWireSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/SingleWireSerial-1.1.7.zip", + "archiveFileName": "SingleWireSerial-1.1.7.zip", + "size": 17717, + "checksum": "SHA-256:59c4e720e352eecdf0fbb196822ea277a70c61f7992f44746a189298b8d1a299" + }, + { + "name": "SingleWireSerial", + "version": "1.2.0", + "author": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "Robust software serial library using a single line in half-duplex mode.", + "paragraph": "Software serial library using a single line in half-duplex mode. In addition, it uses the input capture feature of timer 1 for improved accuracy. Works reliably up to 125,000 bps with millis interrupt enabled. With millis interrupt disabled, it works up to 250,000 bps. Tested with Arduino Uno and Mega, but should work on other boards/MCUs.", + "website": "https://github.com/felias-fogg/SingleWireSerial", + "category": "Communication", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/SingleWireSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/SingleWireSerial-1.2.0.zip", + "archiveFileName": "SingleWireSerial-1.2.0.zip", + "size": 17887, + "checksum": "SHA-256:8288fa0e872a495add21868a8e8b45e4db97e2d834b6710177f7b2c9bb83e65c" + }, + { + "name": "PCA95x5", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for PCA9535 and PCA9555 (Remote 16-bit I2C and SMBus I/O Expander with Interrupt Output and Configuration Registers)", + "paragraph": "Arduino library for PCA9535 and PCA9555 (Remote 16-bit I2C and SMBus I/O Expander with Interrupt Output and Configuration Registers)", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PCA95x5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCA95x5-0.1.0.zip", + "archiveFileName": "PCA95x5-0.1.0.zip", + "size": 5651, + "checksum": "SHA-256:535ebe790c34ea7915c735bb8775856821783feeb43d7a0adcff2f31db17bc6b" + }, + { + "name": "PCA95x5", + "version": "0.1.1", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for PCA9535 and PCA9555 (Remote 16-bit I2C and SMBus I/O Expander with Interrupt Output and Configuration Registers)", + "paragraph": "Arduino library for PCA9535 and PCA9555 (Remote 16-bit I2C and SMBus I/O Expander with Interrupt Output and Configuration Registers)", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PCA95x5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCA95x5-0.1.1.zip", + "archiveFileName": "PCA95x5-0.1.1.zip", + "size": 5643, + "checksum": "SHA-256:f2217ff00e01c8f607d26b462d58ec430dbb2046fa1bc1e820ff2de652aeeaaf" + }, + { + "name": "PCA95x5", + "version": "0.1.2", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Arduino library for PCA9535 and PCA9555 (Remote 16-bit I2C and SMBus I/O Expander with Interrupt Output and Configuration Registers)", + "paragraph": "Arduino library for PCA9535 and PCA9555 (Remote 16-bit I2C and SMBus I/O Expander with Interrupt Output and Configuration Registers)", + "website": "https://github.com/hideakitai", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/PCA95x5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PCA95x5-0.1.2.zip", + "archiveFileName": "PCA95x5-0.1.2.zip", + "size": 5687, + "checksum": "SHA-256:3e4eadd720062cf5dab14abbdcbf47ad51144c9284ededcb9046a4c204cdcece" + }, + { + "name": "ACAN_STM32", + "version": "1.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A STM32 CAN driver.", + "paragraph": "This library is a CAN network driver for NUCLEO-F303K8 and NUCLEO-L432KC. Compatible with ACAN2515, ACAN2517, ACAN2517FD libraries. Default configuration enables reception of all frames. Reception filters can be easily defined.", + "website": "https://github.com/pierremolinaro/acan-stm32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acan-stm32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_STM32-1.0.0.zip", + "archiveFileName": "ACAN_STM32-1.0.0.zip", + "size": 173153, + "checksum": "SHA-256:e8189a3bb003c5327a0e877d670862b31457f866dd615c6d0caae72e4f820c08" + }, + { + "name": "RoboCore - SMW_SX1262M0", + "version": "1.0.0", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1262M0 module (https://www.robocore.net/loja/produtos/1443)", + "paragraph": "Use the LoRaWAN Shield to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1262M0", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1262M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1262M0-1.0.0.zip", + "archiveFileName": "RoboCore___SMW_SX1262M0-1.0.0.zip", + "size": 30797, + "checksum": "SHA-256:9f55d6612916b2af541044a070b9107d1fa9ecba71f63d1811de183cc1b89f90" + }, + { + "name": "RoboCore - SMW_SX1262M0", + "version": "1.0.1", + "author": "RoboCore Tecnologia (suporte@robocore.net)", + "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", + "sentence": "Library for the LoRaWAN SMW_SX1262M0 module (https://www.robocore.net/loja/produtos/1443)", + "paragraph": "Use the LoRaWAN Shield to make your IoT project.", + "website": "https://github.com/RoboCore/RoboCore_SMW-SX1262M0", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1262M0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1262M0-1.0.1.zip", + "archiveFileName": "RoboCore___SMW_SX1262M0-1.0.1.zip", + "size": 30789, + "checksum": "SHA-256:a64bb0eac4f1a28349e66ebc24d5c0c78a544ad9dc6139687feba206f4728a9e" + }, + { + "name": "QPESP32", + "version": "6.9.4", + "author": "Quantum Leaps", + "maintainer": "Quantum Leaps \u003cinfo@state-machine.com\u003e", + "sentence": "QP/C++ Real-Time Embedded Framework for Arduino.", + "paragraph": "The QP/C++ real-time framework is like a modern real-time operating system (RTOS) specifically designed for executing event-driven, encapsulated state machines (Active Objects). It enables you to build responsive, robust, and truly concurrent Arduino programs.", + "website": "https://www.state-machine.com/arduino/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/qpcpp_esp32.git", + "providesIncludes": [ + "qpcpp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/QPESP32-6.9.4.zip", + "archiveFileName": "QPESP32-6.9.4.zip", + "size": 130702, + "checksum": "SHA-256:755a081beb819e8d7761a0e75aea6f8f07e1f4b877c87e42fc58a0c578f10eec" + }, + { + "name": "QPESP32", + "version": "0.1.1", + "author": "Victor Chavez", + "maintainer": "Victor Chavez", + "sentence": "QP/C++ Port for ESP32.", + "paragraph": "QP/C++ Port for the ESP32. Based on v6.9.4 from QP/C++", + "website": "https://www.state-machine.com/arduino/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/qpcpp_esp32.git", + "providesIncludes": [ + "qpcpp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/QPESP32-0.1.1.zip", + "archiveFileName": "QPESP32-0.1.1.zip", + "size": 129050, + "checksum": "SHA-256:208e3cbd16bdef24754b23bd4c047860627cdc905a5d1564c513f9900054975c" + }, + { + "name": "QPESP32", + "version": "0.1.2", + "author": "Victor Chavez", + "maintainer": "Victor Chavez", + "sentence": "QP/C++ Port for ESP32.", + "paragraph": "QP/C++ Port for the ESP32. Based on v6.9.4 from QP/C++", + "website": "https://www.state-machine.com/arduino/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/qpcpp_esp32.git", + "providesIncludes": [ + "qpcpp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/QPESP32-0.1.2.zip", + "archiveFileName": "QPESP32-0.1.2.zip", + "size": 129110, + "checksum": "SHA-256:1934a2e71467c1ece64bb9f35927f3ce4156e9287b4f51f68759884cac0e0198" + }, + { + "name": "QPESP32", + "version": "0.1.4", + "author": "Victor Chavez", + "maintainer": "Victor Chavez", + "sentence": "QP/C++ Port for ESP32.", + "paragraph": "QP/C++ Port for the ESP32. Based on v6.9.4 from QP/C++", + "website": "https://www.state-machine.com/arduino/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/qpcpp_esp32.git", + "providesIncludes": [ + "qpcpp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/QPESP32-0.1.4.zip", + "archiveFileName": "QPESP32-0.1.4.zip", + "size": 140289, + "checksum": "SHA-256:493288c085e149b3deadb932bb625bb362a6010cb51c8ff42542e538c8e35bc0" + }, + { + "name": "QPESP32", + "version": "0.1.5", + "author": "Victor Chavez", + "maintainer": "Victor Chavez", + "sentence": "QP/C++ Port for ESP32.", + "paragraph": "QP/C++ Port for the ESP32. Based on v6.9.4 from QP/C++", + "website": "https://www.state-machine.com/arduino/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/qpcpp_esp32.git", + "providesIncludes": [ + "qpcpp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/QPESP32-0.1.5.zip", + "archiveFileName": "QPESP32-0.1.5.zip", + "size": 174246, + "checksum": "SHA-256:f2e9989077497a82173389700d9b36d416d09b8b646643529b59764adefdc159" + }, + { + "name": "QPESP32", + "version": "0.2.0", + "author": "Victor Chavez", + "maintainer": "Victor Chavez", + "sentence": "QP/C++ Port for ESP32.", + "paragraph": "QP/C++ Port for the ESP32. Based on v7.2.2 from QP/C++", + "website": "https://www.state-machine.com/arduino/", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/qpcpp_esp32.git", + "providesIncludes": [ + "qpcpp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/QPESP32-0.2.0.zip", + "archiveFileName": "QPESP32-0.2.0.zip", + "size": 194339, + "checksum": "SHA-256:609db6cd996282ede4a11cdb0f082f96c319d05c8f404d2fbe21de081db6c996" + }, + { + "name": "Teensy41_AsyncTCP", + "version": "1.0.0", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih-dot-prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Async TCP Library for Teensy 4.1 using QNEthernet", + "paragraph": "This library is the base for future Async support for many current or future libraries, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, Teensy41_AsyncTCP_SSL", + "website": "https://github.com/khoih-prog/Teensy41_AsyncTCP", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy41_AsyncTCP.git", + "providesIncludes": [ + "Teensy41_AsyncTCP.h", + "Teensy41_AsyncTCP.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy41_AsyncTCP-1.0.0.zip", + "archiveFileName": "Teensy41_AsyncTCP-1.0.0.zip", + "size": 73341, + "checksum": "SHA-256:3006df134a679274b863b1cb9dfe6c5c93106a5fa723d056152c8636cb78a178" + }, + { + "name": "Teensy41_AsyncTCP", + "version": "1.1.0", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih-dot-prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Async TCP Library for Teensy 4.1 using QNEthernet", + "paragraph": "This library is the base for future Async support for many current or future libraries, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, AsyncWebServer_Teensy41, AsyncUDP_Teensy41, AsyncDNSServer_Teensy41, AsyncTCP_SSL_Teensy41, etc.", + "website": "https://github.com/khoih-prog/Teensy41_AsyncTCP", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy41_AsyncTCP.git", + "providesIncludes": [ + "Teensy41_AsyncTCP.h", + "Teensy41_AsyncTCP.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy41_AsyncTCP-1.1.0.zip", + "archiveFileName": "Teensy41_AsyncTCP-1.1.0.zip", + "size": 75509, + "checksum": "SHA-256:6a689dc6cc1cd516d2f6e9b1b83841a3418f517a29e32ba2b1bd36cc6f39cc84" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.0.0.zip", + "archiveFileName": "EEPROM_SPI_WE-1.0.0.zip", + "size": 242854, + "checksum": "SHA-256:86aaf186e094f9c7742619bcbb9bce0c1ce3342324ebdc868c1b58a2b1c0b2db" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.0.1.zip", + "archiveFileName": "EEPROM_SPI_WE-1.0.1.zip", + "size": 245100, + "checksum": "SHA-256:9f495f7afcb81303e2faa2377acfa4d73e106abbd609e6f9ef2961a6d184319a" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.0.2.zip", + "archiveFileName": "EEPROM_SPI_WE-1.0.2.zip", + "size": 245232, + "checksum": "SHA-256:a8a01326f93d9d138472839e5cac63c5234968fce5e83cdde18d9729238dad40" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.0.3.zip", + "archiveFileName": "EEPROM_SPI_WE-1.0.3.zip", + "size": 245437, + "checksum": "SHA-256:fdb176796f1cd509994a30cc7193dfc22195df38a08e6354cf3adda52b84dbea" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.0.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.0.4.zip", + "archiveFileName": "EEPROM_SPI_WE-1.0.4.zip", + "size": 245440, + "checksum": "SHA-256:fc3704d91f5f1b583da4214504af42504b7fccdf9d8452706218fd86732976f2" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.1.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.1.0.zip", + "archiveFileName": "EEPROM_SPI_WE-1.1.0.zip", + "size": 247748, + "checksum": "SHA-256:e8facf11159d092a8700ab70ab0a862582ca83b580753ef3ffcb4c9fb7245b2f" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.1.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.1.1.zip", + "archiveFileName": "EEPROM_SPI_WE-1.1.1.zip", + "size": 247818, + "checksum": "SHA-256:0aab36cb8be76f1475d46f98de17a35dd710447f48d1ae79d17c4800840772fb" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.1.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.1.2.zip", + "archiveFileName": "EEPROM_SPI_WE-1.1.2.zip", + "size": 248490, + "checksum": "SHA-256:f09d9e234ba69b0278bea4bbec97b3cd4b38fcf04d4f3e8e76a0b3a16b78c6fa" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.1.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.1.3.zip", + "archiveFileName": "EEPROM_SPI_WE-1.1.3.zip", + "size": 248493, + "checksum": "SHA-256:0f5004b4039ae4b1908fc19c1f70d6ff0828aea5382ae3b6e2e72e24c87faf12" + }, + { + "name": "EEPROM_SPI_WE", + "version": "1.1.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "Library for external SPI based EEPROMs", + "paragraph": "With this library you can directly write various variable types to the EEPROM, including large arrays. Although it does page writing, you don't have to take care about the page limits. Tested on AVR-, ESP32- and ESP8266 Boards.", + "website": "https://github.com/wollewald/EEPROM_SPI_WE", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/EEPROM_SPI_WE.git", + "providesIncludes": [ + "EEPROM_SPI_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/EEPROM_SPI_WE-1.1.4.zip", + "archiveFileName": "EEPROM_SPI_WE-1.1.4.zip", + "size": 249180, + "checksum": "SHA-256:069de3137cfd04ebfce5f92305941d4838d0210a2774c1bd7785e50bf539034f" + }, + { + "name": "STM32duino X-NUCLEO-53L4A2", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CX sensors on board of X-NUCLEO-53L4A2", + "paragraph": "This library provides simple range measure in mm.", + "website": "https://github.com/stm32duino/X-NUCLEO-53L4A2", + "category": "Device Control", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L4A2.git", + "dependencies": [ + { + "name": "STM32duino VL53L4CX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L4A2-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L4A2-1.0.0.zip", + "size": 9129, + "checksum": "SHA-256:a79eb7a1eaff87fdfe59c4b77eb3e927d425a67b812d2ce0ffc8708c55ded01e" + }, + { + "name": "STM32duino VL53L4CX", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm.", + "website": "https://github.com/stm32duino/VL53L4CX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L4CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L4CX-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L4CX-1.0.0.zip", + "size": 186265, + "checksum": "SHA-256:261894dd1dfbda49539a7bf2d6770a10c2157bb4fe8604195056bd89a47091e4" + }, + { + "name": "STM32duino VL53L4CX", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm.", + "website": "https://github.com/stm32duino/VL53L4CX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L4CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L4CX-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L4CX-1.0.1.zip", + "size": 186511, + "checksum": "SHA-256:1bc77c67ab1b8615d3dfb4d0f79947920d0fa1989c3c740b08c1d13d12a4f970" + }, + { + "name": "STM32duino VL53L4CX", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L4CX (Time-of-Flight ranging sensor with multi target detection)", + "paragraph": "This library provides simple measure distance in mm.", + "website": "https://github.com/stm32duino/VL53L4CX", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L4CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L4CX-1.1.0.zip", + "archiveFileName": "STM32duino_VL53L4CX-1.1.0.zip", + "size": 191396, + "checksum": "SHA-256:74a726c94a8b7d1d644b3659607e4e9cc369e0763d4c61db24629b7ee36456f4" + }, + { + "name": "AsyncWebServer_Teensy41", + "version": "1.4.1", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih-dot-prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncWebServer_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncWebServer_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Teensy41.git", + "providesIncludes": [ + "AsyncWebServer_Teensy41.h", + "AsyncWebServer_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Teensy41-1.4.1.zip", + "archiveFileName": "AsyncWebServer_Teensy41-1.4.1.zip", + "size": 208307, + "checksum": "SHA-256:1dd2e94d3de379fec302602ac4d8c81830791ca85f07d20059fb0ef871ab6f6b" + }, + { + "name": "AsyncWebServer_Teensy41", + "version": "1.5.0", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih-dot-prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncWebServer_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncWebServer_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Teensy41.git", + "providesIncludes": [ + "AsyncWebServer_Teensy41.h", + "AsyncWebServer_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Teensy41-1.5.0.zip", + "archiveFileName": "AsyncWebServer_Teensy41-1.5.0.zip", + "size": 245915, + "checksum": "SHA-256:5c585cb7bba0821643efa0b3ebaa1a6c0f016ddd2791a6b358e869f8354f52c2" + }, + { + "name": "AsyncWebServer_Teensy41", + "version": "1.6.0", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih-dot-prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncWebServer_Teensy41_SSL, etc. Now supporting using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Teensy41.git", + "providesIncludes": [ + "AsyncWebServer_Teensy41.h", + "AsyncWebServer_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Teensy41-1.6.0.zip", + "archiveFileName": "AsyncWebServer_Teensy41-1.6.0.zip", + "size": 329462, + "checksum": "SHA-256:258cd2dfc478db879f0aa18953cb580961432eeb369ac9a7a8624b9e9df8c958" + }, + { + "name": "AsyncWebServer_Teensy41", + "version": "1.6.1", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih-dot-prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncWebServer_Teensy41_SSL, etc. Now supporting using CString to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Teensy41.git", + "providesIncludes": [ + "AsyncWebServer_Teensy41.h", + "AsyncWebServer_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Teensy41-1.6.1.zip", + "archiveFileName": "AsyncWebServer_Teensy41-1.6.1.zip", + "size": 411302, + "checksum": "SHA-256:c62d1b502508189fc1bae18d4011efcac2f0ad0bdaa2c4a7926cc54e00e6af81" + }, + { + "name": "AsyncWebServer_Teensy41", + "version": "1.6.2", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih-dot-prog@gmail.com\u003e", + "license": "LGPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncWebServer_Teensy41_SSL, etc. Now supporting using CString to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Teensy41.git", + "providesIncludes": [ + "AsyncWebServer_Teensy41.h", + "AsyncWebServer_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Teensy41-1.6.2.zip", + "archiveFileName": "AsyncWebServer_Teensy41-1.6.2.zip", + "size": 416009, + "checksum": "SHA-256:d5307c43c1aeac08065ccb0a68020883523aab5956538937cf5b43140d546191" + }, + { + "name": "AsyncHTTPRequest_Teensy41", + "version": "1.7.1", + "author": "Bob Lemaire, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet.", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git", + "providesIncludes": [ + "AsyncHTTPRequest_Teensy41.h", + "AsyncHTTPRequest_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Teensy41-1.7.1.zip", + "archiveFileName": "AsyncHTTPRequest_Teensy41-1.7.1.zip", + "size": 81591, + "checksum": "SHA-256:d312e3121208b6a86e40bfcccce7dad78da6558e0548264db5b352ee06968f42" + }, + { + "name": "AsyncHTTPRequest_Teensy41", + "version": "1.8.0", + "author": "Bob Lemaire, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet.", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git", + "providesIncludes": [ + "AsyncHTTPRequest_Teensy41.h", + "AsyncHTTPRequest_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Teensy41-1.8.0.zip", + "archiveFileName": "AsyncHTTPRequest_Teensy41-1.8.0.zip", + "size": 83283, + "checksum": "SHA-256:7b44e2358de97d93750f32980a37b93559510177e57a017fd3b138d0f3f441ce" + }, + { + "name": "AsyncHTTPRequest_Teensy41", + "version": "1.8.1", + "author": "Bob Lemaire, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet.", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git", + "providesIncludes": [ + "AsyncHTTPRequest_Teensy41.h", + "AsyncHTTPRequest_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Teensy41-1.8.1.zip", + "archiveFileName": "AsyncHTTPRequest_Teensy41-1.8.1.zip", + "size": 83742, + "checksum": "SHA-256:f87bd8f39b449ddb507866b5a2db1965e9f0d8a5853d60306ed36cebc07e840c" + }, + { + "name": "AsyncHTTPRequest_Teensy41", + "version": "1.9.0", + "author": "Bob Lemaire, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet.", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git", + "providesIncludes": [ + "AsyncHTTPRequest_Teensy41.h", + "AsyncHTTPRequest_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Teensy41-1.9.0.zip", + "archiveFileName": "AsyncHTTPRequest_Teensy41-1.9.0.zip", + "size": 83097, + "checksum": "SHA-256:3ce98fc9263e32e6b5f79c4fec205cf01e0061998cab7f2832e29c8d8a8d33bb" + }, + { + "name": "AsyncHTTPRequest_Teensy41", + "version": "1.9.1", + "author": "Bob Lemaire, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git", + "providesIncludes": [ + "AsyncHTTPRequest_Teensy41.h", + "AsyncHTTPRequest_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Teensy41-1.9.1.zip", + "archiveFileName": "AsyncHTTPRequest_Teensy41-1.9.1.zip", + "size": 83564, + "checksum": "SHA-256:64823a1a2932bf8ed89ef5ea684d72ec91ebcf250dfbc71d1d89f8a0eb37d745" + }, + { + "name": "AsyncHTTPRequest_Teensy41", + "version": "1.9.2", + "author": "Bob Lemaire, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git", + "providesIncludes": [ + "AsyncHTTPRequest_Teensy41.h", + "AsyncHTTPRequest_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Teensy41-1.9.2.zip", + "archiveFileName": "AsyncHTTPRequest_Teensy41-1.9.2.zip", + "size": 85551, + "checksum": "SHA-256:3bf7631edfb8bb72a407d3173d8f1956948ad0f0a917e29d4d38dee611f8d8f7" + }, + { + "name": "AsyncHTTPRequest_Teensy41", + "version": "1.10.0", + "author": "Bob Lemaire, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git", + "providesIncludes": [ + "AsyncHTTPRequest_Teensy41.h", + "AsyncHTTPRequest_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Teensy41_AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Teensy41-1.10.0.zip", + "archiveFileName": "AsyncHTTPRequest_Teensy41-1.10.0.zip", + "size": 86405, + "checksum": "SHA-256:28b0fc6ce2e7bf18c6fe4eff6434f6f32a425b5b44064444a5d86227a83888e7" + }, + { + "name": "AsyncUDP_Teensy41", + "version": "1.2.1", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for Teensy 4.1 using QNEthernet. The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Teensy41, AsyncHTTPSRequest_Teensy41, AsyncMQTT_Generic, AsyncWebServer_Teensy41, AsyncUDP_Teensy41, AsyncDNSServer_Teensy41, AsyncTCP_SSL_Teensy41, etc.", + "website": "https://github.com/khoih-prog/AsyncUDP_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_Teensy41.git", + "providesIncludes": [ + "AsyncUDP_Teensy41.h", + "AsyncUDP_Teensy41.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_Teensy41-1.2.1.zip", + "archiveFileName": "AsyncUDP_Teensy41-1.2.1.zip", + "size": 74033, + "checksum": "SHA-256:ca6141d19f4dd087edf38931a5b821c782bda2a854d6d20c56943ef55a55f6ee" + }, + { + "name": "MCCI-Catena-PMS7003", + "version": "0.1.2", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Plantower PMS7003 particulate matter sensors.", + "paragraph": "This library provides a high-level API in pure C++. Also included are sample sketches for transmitting data over LoRaWAN, and a sample TTN V3 decoder (which can also be used on Helium or Chirpstack with trivial modifications)", + "website": "https://github.com/mcci-catena/MCCI-Catena-PMS7003", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI-Catena-PMS7003.git", + "providesIncludes": [ + "Catena-PMS7003.h" + ], + "dependencies": [ + { + "name": "MCCI Catena Arduino Platform" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_PMS7003-0.1.2.zip", + "archiveFileName": "MCCI_Catena_PMS7003-0.1.2.zip", + "size": 2339838, + "checksum": "SHA-256:cac626de5df38b7368682b269cb3b8087829aeb9d23d48affed9cadc104d2959" + }, + { + "name": "MCCI-Catena-SHT3x", + "version": "0.2.1", + "author": "Terry Moore", + "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", + "sentence": "Arduino library for Sensirion SHT3x (SHT31, SHT32, SHT35) Temperature/Humidity sensors.", + "paragraph": "This library provides a high-level API in pure C++.", + "website": "https://github.com/mcci-catena/MCCI-Catena-SHT3x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mcci-catena/MCCI-Catena-SHT3x.git", + "providesIncludes": [ + "Catena-SHT3x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SHT3x-0.2.1.zip", + "archiveFileName": "MCCI_Catena_SHT3x-0.2.1.zip", + "size": 189127, + "checksum": "SHA-256:a2427ef4bc3a73910335a514c5150c52e50c4e24dde447aeb21562bcbf79c61b" + }, + { + "name": "CIE-PN532", + "version": "1.0.0", + "author": "Developers Italia", + "maintainer": "Developers Italia \u003ccontatti@developers.italia.it\u003e", + "sentence": "Arduino library for SPI access to the Italian Electronic Identity Card (CIE) with the PN532 NFC reader", + "paragraph": "This library allows to read the identity card using an NFC reader.", + "website": "https://github.com/italia/cie-PN532", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/italia/cie-PN532.git", + "url": "https://downloads.arduino.cc/libraries/github.com/italia/CIE_PN532-1.0.0.zip", + "archiveFileName": "CIE_PN532-1.0.0.zip", + "size": 970191, + "checksum": "SHA-256:ad3034b7bc43af6fdeced7972b3badc700c5e37f19af1e56e85b5f05e2550a26" + }, + { + "name": "PyArduinoDebug", + "version": "0.2.0", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "A library enabling USB-based debugging.", + "paragraph": "This interfaces with a terminal-based debugger (written in python) on the host machine, connected to the device over USB-serial. The basic capabilities include debug logging, software breakpoints, and inspection and modification of memory and GPIO state. On Cortex-M4-based architectures, this can also control hardware breakpoints and instruction stepping.", + "website": "https://github.com/kimballa/PyArduinoDebug", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kimballa/PyArduinoDebug.git", + "providesIncludes": [ + "PyArduinoDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/PyArduinoDebug-0.2.0.zip", + "archiveFileName": "PyArduinoDebug-0.2.0.zip", + "size": 23651, + "checksum": "SHA-256:5d3a8bb1d722607c507dfdca0b01990cf5c39bd6e9a4e24ade9f5992470232e5" + }, + { + "name": "PyArduinoDebug", + "version": "0.3.0", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "A library enabling USB-based debugging.", + "paragraph": "This interfaces with a terminal-based debugger (written in python) on the host machine, connected to the device over USB-serial. The basic capabilities include debug logging, software breakpoints, and inspection and modification of memory and GPIO state. On Cortex-M4-based architectures, this can also control hardware breakpoints and instruction stepping.", + "website": "https://github.com/kimballa/PyArduinoDebug", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kimballa/PyArduinoDebug.git", + "providesIncludes": [ + "PyArduinoDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/PyArduinoDebug-0.3.0.zip", + "archiveFileName": "PyArduinoDebug-0.3.0.zip", + "size": 24239, + "checksum": "SHA-256:b46838394896823fb9cdc6d3b3322467f75974d8c5fd8ea6ec61f6ea1d46711f" + }, + { + "name": "PyArduinoDebug", + "version": "0.4.0", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "A library enabling USB-based debugging.", + "paragraph": "This interfaces with a terminal-based debugger (written in python) on the host machine, connected to the device over USB-serial. The basic capabilities include debug logging, software breakpoints, and inspection and modification of memory and GPIO state. On Cortex-M4-based architectures, this can also control hardware breakpoints and instruction stepping.", + "website": "https://github.com/kimballa/PyArduinoDebug", + "category": "Other", + "architectures": [ + "avr", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kimballa/PyArduinoDebug.git", + "providesIncludes": [ + "PyArduinoDebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/PyArduinoDebug-0.4.0.zip", + "archiveFileName": "PyArduinoDebug-0.4.0.zip", + "size": 25858, + "checksum": "SHA-256:bf758bb11b50eeee3922e1841b13a4a29258c84aa9dbf50f678c08e3ad427c0d" + }, + { + "name": "STM32mcp4151", + "version": "0.9.1", + "author": "bit.factory", + "maintainer": "Gianni Carbone \u003cgianni.carbone@gmail.com\u003e", + "sentence": "Arduino STM32 library for microchip mcp 4151 digital potentiometer", + "paragraph": "Library for the mcp 4151 digital potentiometer. Simple to use, it offers optimized GPIO and SPI capabilities that allow updates at the highest speed.", + "website": "https://github.com/gianni-carbone/STM32mcp4151", + "category": "Other", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gianni-carbone/STM32mcp4151.git", + "dependencies": [ + { + "name": "STM32duino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gianni-carbone/STM32mcp4151-0.9.1.zip", + "archiveFileName": "STM32mcp4151-0.9.1.zip", + "size": 18942, + "checksum": "SHA-256:0c9dc7b34833842315148c2b766b9b508f030ffabd54cfbf3139bc8d45de3a76" + }, + { + "name": "RAKwireless LED Matrix", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for controlling single-wire-based LED pixels and strip.", + "paragraph": "Arduino library for controlling single-wire-based LED pixels and strip.", + "website": "https://github.com/RAKWireless/RAK14012-LED-Matrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK14012-LED-Matrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_LED_Matrix-1.0.0.zip", + "archiveFileName": "RAKwireless_LED_Matrix-1.0.0.zip", + "size": 350474, + "checksum": "SHA-256:5e988acef5010be82246d254c15a91c54c7b994a4f90f43dcbfd71133b6bb901" + }, + { + "name": "RAKwireless-RAK12021-TCS37725", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12021 RGB Light Sensor with the TCS37725", + "paragraph": "RGB sensor from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK12021\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12021-TCS37725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12021-TCS37725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_RAK12021_TCS37725-1.0.0.zip", + "archiveFileName": "RAKwireless_RAK12021_TCS37725-1.0.0.zip", + "size": 1369068, + "checksum": "SHA-256:abadc7520d56cf58f955162daa746f639e3d16273f6743d2664f9466ed54dca7" + }, + { + "name": "SNMP", + "version": "1.0.0", + "author": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "maintainer": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "sentence": "A SNMP library to write SNMP agent or manager for Arduino boards.", + "paragraph": "SNMP getrequest, setrequest and getresponse PDUs are supported.", + "website": "https://github.com/patricklaf/SNMP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/patricklaf/SNMP.git", + "providesIncludes": [ + "SNMP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/patricklaf/SNMP-1.0.0.zip", + "archiveFileName": "SNMP-1.0.0.zip", + "size": 15738, + "checksum": "SHA-256:a8a050c72303ca0257c8b723ab05e709769c2345796f6977890ef61b1dfee4c6" + }, + { + "name": "SNMP", + "version": "1.1.0", + "author": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "maintainer": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "sentence": "An SNMP library to write SNMP agent or manager for Arduino boards.", + "paragraph": "SNMP getrequest, getnextrequest, getresponse, setrequest, trap, informrequest and snmpv2trap PDUs are supported.", + "website": "https://github.com/patricklaf/SNMP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/patricklaf/SNMP.git", + "providesIncludes": [ + "SNMP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/patricklaf/SNMP-1.1.0.zip", + "archiveFileName": "SNMP-1.1.0.zip", + "size": 24739, + "checksum": "SHA-256:6122612ecf3a3a2a58ac36d61a17ac2860427129ee5bce5cd23ec650758369ea" + }, + { + "name": "SNMP", + "version": "1.2.0", + "author": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "maintainer": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "sentence": "An SNMP library to write SNMP agent or manager for Arduino boards.", + "paragraph": "SNMP getrequest, getnextrequest, getresponse, setrequest, trap, informrequest and snmpv2trap PDUs are supported.", + "website": "https://github.com/patricklaf/SNMP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/patricklaf/SNMP.git", + "providesIncludes": [ + "SNMP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/patricklaf/SNMP-1.2.0.zip", + "archiveFileName": "SNMP-1.2.0.zip", + "size": 25047, + "checksum": "SHA-256:cf89dc3658a57680289a86c4e20ec0b06b7cca350f571c452e53d4d02cf29212" + }, + { + "name": "SNMP", + "version": "1.3.0", + "author": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "maintainer": "Patrick Lafarguette \u003cpatrick.lafarguette@gmail.com\u003e", + "sentence": "An SNMP library to write SNMP agent or manager for Arduino boards.", + "paragraph": "SNMP getrequest, getnextrequest, getresponse, setrequest, trap, informrequest and snmpv2trap PDUs are supported.", + "website": "https://github.com/patricklaf/SNMP", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/patricklaf/SNMP.git", + "providesIncludes": [ + "SNMP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/patricklaf/SNMP-1.3.0.zip", + "archiveFileName": "SNMP-1.3.0.zip", + "size": 25154, + "checksum": "SHA-256:feada6a5c8cf0f1052f75398ddc36173adac0494b3de16be36df89c669a60b33" + }, + { + "name": "XxHash_arduino", + "version": "1.0.0", + "author": "atesin \u003catesin@gmail.com\u003e", + "maintainer": "atesin \u003catesin@gmail.com\u003e, You?", + "sentence": "xxHash library for arduino.", + "paragraph": "xxHash is a light and fast (close to memcpy) hash algorithm, this library provides support for 32 and 64 bit versions, originally written by Daniel Kirchner https://github.com/ekpyron/xxhashct/", + "website": "https://gitlab.com/atesin/XxHash_arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/atesin/XxHash_arduino.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/atesin/XxHash_arduino-1.0.0.zip", + "archiveFileName": "XxHash_arduino-1.0.0.zip", + "size": 21565, + "checksum": "SHA-256:68acb5ab5cf2f4387978314f84c01aff93c055fd4b0a293a4b23b5c49d03cc2c" + }, + { + "name": "XxHash_arduino", + "version": "2.0.0", + "author": "atesin \u003catesin@gmail.com\u003e", + "maintainer": "atesin \u003catesin@gmail.com\u003e, \u003cYou?\u003e", + "sentence": "xxHash library for arduino (NEW V2 API).", + "paragraph": "xxHash is a light, fast and cross-platform hash algorithm, this library brings XXH32 variant support for arduino (new API from version 2), original algorithm by Yann Collet: www.xxhash.com", + "website": "https://gitlab.com/atesin/XxHash_arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/atesin/XxHash_arduino.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/atesin/XxHash_arduino-2.0.0.zip", + "archiveFileName": "XxHash_arduino-2.0.0.zip", + "size": 75680, + "checksum": "SHA-256:76cc72e4907c8c30eb7b8e13f9bedcbf759f33ca1d6ac87e0454fe97d6768f73" + }, + { + "name": "XxHash_arduino", + "version": "2.1.0", + "author": "atesin \u003catesin@gmail.com\u003e", + "maintainer": "atesin \u003catesin@gmail.com\u003e, \u003cYou?\u003e", + "sentence": "xxHash library for arduino (NEW V2 API).", + "paragraph": "xxHash is a light, fast and cross-platform hash algorithm, this library brings XXH32 variant support for arduino (new API from version 2), original algorithm by Yann Collet: www.xxhash.com", + "website": "https://gitlab.com/atesin/XxHash_arduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/atesin/XxHash_arduino.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/atesin/XxHash_arduino-2.1.0.zip", + "archiveFileName": "XxHash_arduino-2.1.0.zip", + "size": 78107, + "checksum": "SHA-256:d56d0ee4db959a5179797b24a213d5e9250b679cdd2a9ef926ca4ee3390bcf9a" + }, + { + "name": "AsyncDNSServer_Teensy41", + "version": "1.1.1", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for Teensy 4.1 using QNEthernet.", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as Teensy41_AsyncTCP, AsyncHTTPRequest_Teensy41, AsyncHTTPSRequest_Teensy41, AsyncMQTT_Generic, AsyncWebServer_Teensy41, AsyncDNSServer_Teensy41, AsyncDNSServer_Teensy41, AsyncTCP_SSL_Teensy41, etc.", + "website": "https://github.com/khoih-prog/AsyncDNSServer_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_Teensy41.git", + "providesIncludes": [ + "AsyncDNSServer_Teensy41.h", + "AsyncDNSServer_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "AsyncUDP_Teensy41" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_Teensy41-1.1.1.zip", + "archiveFileName": "AsyncDNSServer_Teensy41-1.1.1.zip", + "size": 66794, + "checksum": "SHA-256:e1b9630b93b67af006406f65835145f99351d6f6db576637403666f45cfa7ccc" + }, + { + "name": "AsyncDNSServer_Teensy41", + "version": "1.1.2-1", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for Teensy 4.1 using QNEthernet.", + "paragraph": "This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as Teensy41_AsyncTCP, AsyncHTTPRequest_Teensy41, AsyncHTTPSRequest_Teensy41, AsyncMQTT_Generic, AsyncWebServer_Teensy41, AsyncDNSServer_Teensy41, AsyncDNSServer_Teensy41, AsyncTCP_SSL_Teensy41, etc.", + "website": "https://github.com/khoih-prog/AsyncDNSServer_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_Teensy41.git", + "providesIncludes": [ + "AsyncDNSServer_Teensy41.h", + "AsyncDNSServer_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "AsyncUDP_Teensy41" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_Teensy41-1.1.2-1.zip", + "archiveFileName": "AsyncDNSServer_Teensy41-1.1.2-1.zip", + "size": 67066, + "checksum": "SHA-256:b038743ac1354c110881d84dd69a847b7c3c0db5dc7c5409bf5c0c8b4b03f2c2" + }, + { + "name": "DFRobot SHT", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot Standard library.", + "paragraph": "This is a temperature and humidity sensor", + "website": "https://github.com/DFRobot/DFRobot_SHT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SHT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SHT-1.0.0.zip", + "archiveFileName": "DFRobot_SHT-1.0.0.zip", + "size": 174292, + "checksum": "SHA-256:57df13a5f91a6529357bcd935637eba3b1fde6f9459435ba3ad8da58b3b2f801" + }, + { + "name": "MaxMtrParser", + "version": "0.1.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Max/MSP MTR (Multi-Track Recorder) Protocol Parser for Arduino", + "paragraph": "Max/MSP MTR (Multi-Track Recorder) Protocol Parser for Arduino. MTR file can be generated by the mtr object of Max.", + "website": "https://github.com/hideakitai/MaxMtrParser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MaxMtrParser.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MaxMtrParser-0.1.0.zip", + "archiveFileName": "MaxMtrParser-0.1.0.zip", + "size": 60810, + "checksum": "SHA-256:a895ee4862df9dcb0d28d05ea8c83be77ef1702b52df68b30004ed5918d793b4" + }, + { + "name": "MaxMtrParser", + "version": "0.2.0", + "author": "hideakitai", + "maintainer": "hideakitai", + "sentence": "Max/MSP MTR (Multi-Track Recorder) Protocol Parser for Arduino", + "paragraph": "Max/MSP MTR (Multi-Track Recorder) Protocol Parser for Arduino. MTR file can be generated by the mtr object of Max.", + "website": "https://github.com/hideakitai/MaxMtrParser", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hideakitai/MaxMtrParser.git", + "dependencies": [ + { + "name": "ArxContainer" + }, + { + "name": "DebugLog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MaxMtrParser-0.2.0.zip", + "archiveFileName": "MaxMtrParser-0.2.0.zip", + "size": 9239, + "checksum": "SHA-256:cc6520bdd8febb2acd03a6032d1ba892c842abd6e7d2154238799c2a0c062c08" + }, + { + "name": "RadSensBoard", + "version": "1.0.0", + "author": "Vurdalakov \u003cvurdalakov@gmail.com\u003e", + "maintainer": "Vurdalakov \u003cvurdalakov@gmail.com\u003e", + "sentence": "An Arduino library for RadSens Geiger counter board.", + "paragraph": "It provides a simple access to all the RadSens board registers.", + "website": "https://github.com/vurdalakov/radsensboard", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vurdalakov/radsensboard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vurdalakov/RadSensBoard-1.0.0.zip", + "archiveFileName": "RadSensBoard-1.0.0.zip", + "size": 7066, + "checksum": "SHA-256:184b9134ea0eef820d700fafa11c87db7447819d4a039bc53a4893c83c0a40b6" + }, + { + "name": "KIM Arduino Library", + "version": "0.0.1", + "author": "Kineis", + "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", + "license": "MIT", + "sentence": "Handles the interface between KIM shield and Arduino.", + "paragraph": "The KIM library allows to use the KIM2/KIM1 SW2 shields with the Arduino boards.", + "website": "https://github.com/Kineis/KIM_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Kineis/KIM_Arduino_Library.git", + "providesIncludes": [ + "KIM_Arduino_Library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM_Arduino_Library-0.0.1.zip", + "archiveFileName": "KIM_Arduino_Library-0.0.1.zip", + "size": 48058, + "checksum": "SHA-256:7fad1a5a37a86d8b5ae7e21d87aff1b08af676e5bd7f846b71d552e8d1160865" + }, + { + "name": "Camino", + "version": "1.0.2", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.0.2.zip", + "archiveFileName": "Camino-1.0.2.zip", + "size": 15841, + "checksum": "SHA-256:43186419704c0b34b5d2278bb169c861dcd936b56659c45696510dc68b0ca27c" + }, + { + "name": "Camino", + "version": "1.0.3", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.0.3.zip", + "archiveFileName": "Camino-1.0.3.zip", + "size": 15964, + "checksum": "SHA-256:ddcfa99820347f9ad68c4dd16bb7c4a0b62ad386b8d56a6edc5b8d5d2c6f3775" + }, + { + "name": "Camino", + "version": "1.1.0", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.1.0.zip", + "archiveFileName": "Camino-1.1.0.zip", + "size": 16254, + "checksum": "SHA-256:1f41047c54277380022d17014a4a0eb10ae0e15ec7f9030230b32e1dd85fdcb4" + }, + { + "name": "Camino", + "version": "1.2.0", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.2.0.zip", + "archiveFileName": "Camino-1.2.0.zip", + "size": 16234, + "checksum": "SHA-256:36d93af361ddd15b805e0fc5b988ae3c5f2c7ec758f64aae787fda25d432ea71" + }, + { + "name": "Camino", + "version": "1.3.0", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.3.0.zip", + "archiveFileName": "Camino-1.3.0.zip", + "size": 16324, + "checksum": "SHA-256:8288f5e91efe1afed27e2115d5c3eee813ad2f4423bbe0d8c82503f80c534d44" + }, + { + "name": "Camino", + "version": "1.3.1", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.3.1.zip", + "archiveFileName": "Camino-1.3.1.zip", + "size": 16307, + "checksum": "SHA-256:5588890fe5ad1d42932bd7d37af7d995b5de326083e968233b385487b55ac7df" + }, + { + "name": "Camino", + "version": "1.4.0", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.4.0.zip", + "archiveFileName": "Camino-1.4.0.zip", + "size": 16461, + "checksum": "SHA-256:2b681fd577a7ec6fdba3cebe616a7b02ff2878b7bdf5671df54741f903c4fc92" + }, + { + "name": "Camino", + "version": "1.5.0", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduino Megas. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.5.0.zip", + "archiveFileName": "Camino-1.5.0.zip", + "size": 18087, + "checksum": "SHA-256:99e132f9172be2da9ad583cc64dd2ce0ba9bbe91c6f907cac09f063689132e5d" + }, + { + "name": "Camino", + "version": "1.5.1", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduinos. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.5.1.zip", + "archiveFileName": "Camino-1.5.1.zip", + "size": 18135, + "checksum": "SHA-256:300f41eb94b0847472d0c09e000fb51d0704c7b56c3d44b56fef2a1429b3d470" + }, + { + "name": "Camino", + "version": "1.6.0", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduinos. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.6.0.zip", + "archiveFileName": "Camino-1.6.0.zip", + "size": 18127, + "checksum": "SHA-256:d4535a766b5b986e31c6e08dbbd03eedb131a58a83ad4bfcb829da76a8fa33f3" + }, + { + "name": "Camino", + "version": "1.6.1", + "author": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "maintainer": "Nathan Wachholz \u003ccamino@nathanwachholz.com\u003e", + "sentence": "A library for controlling an Arduino from Python over Serial.", + "paragraph": "Camino enables blazing fast, non-intrusive communication over a serial connection between Python and up to 256 Arduinos. It provides a simple way to call functions on a remote Arduino, sending and receiving up to 255 bytes of data. Besides the built in functions (digital_write, pin_mode, analog_read, etc.), approximately 250 user-defined functions can be defined.", + "website": "https://github.com/n-wach/camino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/n-wach/camino.git", + "providesIncludes": [ + "Camino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/n-wach/Camino-1.6.1.zip", + "archiveFileName": "Camino-1.6.1.zip", + "size": 18130, + "checksum": "SHA-256:f121875637c777b11f6f8ab6177cf8ec55fbdf3a375e1b861615944e299f3db9" + }, + { + "name": "navduino", + "version": "0.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for basic aerospace navigation functions", + "paragraph": "Arduino library for basic aerospace navigation functions", + "website": "https://github.com/PowerBroker2/navduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/navduino.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/navduino-0.0.1.zip", + "archiveFileName": "navduino-0.0.1.zip", + "size": 3799067, + "checksum": "SHA-256:4fe7a0a4b1621afbd90820c517d7ab1a65bf1d20b4111afb07d6aa6da535e6e4" + }, + { + "name": "navduino", + "version": "0.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for basic aerospace navigation functions", + "paragraph": "Arduino library for basic aerospace navigation functions", + "website": "https://github.com/PowerBroker2/navduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/navduino.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/navduino-0.1.0.zip", + "archiveFileName": "navduino-0.1.0.zip", + "size": 3852923, + "checksum": "SHA-256:485c9f9ba51beeb2a472e0275bcc74b7d923e106129600c917be8f47f6b74288" + }, + { + "name": "navduino", + "version": "0.2.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for basic aerospace navigation functions", + "paragraph": "Arduino library for basic aerospace navigation functions", + "website": "https://github.com/PowerBroker2/navduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/navduino.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/navduino-0.2.0.zip", + "archiveFileName": "navduino-0.2.0.zip", + "size": 3854488, + "checksum": "SHA-256:7f14d35332ef81c08853a285cf2747428bddbc31af9999701998d233bf14bcb8" + }, + { + "name": "navduino", + "version": "0.3.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for basic aerospace navigation functions", + "paragraph": "Arduino library for basic aerospace navigation functions", + "website": "https://github.com/PowerBroker2/navduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/navduino.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/navduino-0.3.0.zip", + "archiveFileName": "navduino-0.3.0.zip", + "size": 3855618, + "checksum": "SHA-256:f941558225f7b233cb1bc0a7ab70e36982d00d5a63d91ac0d8405ec013eaba43" + }, + { + "name": "navduino", + "version": "0.4.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for basic aerospace navigation functions", + "paragraph": "Arduino library for basic aerospace navigation functions", + "website": "https://github.com/PowerBroker2/navduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/navduino.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/navduino-0.4.0.zip", + "archiveFileName": "navduino-0.4.0.zip", + "size": 3859021, + "checksum": "SHA-256:cca6e6639937fd415a0d3e2489bfa8d1b93de5a98f5c0cffeda2af3408de2c26" + }, + { + "name": "navduino", + "version": "0.5.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for basic aerospace navigation functions", + "paragraph": "Arduino library for basic aerospace navigation functions", + "website": "https://github.com/PowerBroker2/navduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/navduino.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/navduino-0.5.0.zip", + "archiveFileName": "navduino-0.5.0.zip", + "size": 4279796, + "checksum": "SHA-256:27907eda076f6ddfad096d23c55447daf66a1826a831f0678e968036586fb415" + }, + { + "name": "navduino", + "version": "0.5.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for basic aerospace navigation functions", + "paragraph": "Arduino library for basic aerospace navigation functions", + "website": "https://github.com/PowerBroker2/navduino", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/navduino.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/navduino-0.5.1.zip", + "archiveFileName": "navduino-0.5.1.zip", + "size": 4624247, + "checksum": "SHA-256:29095946f43085d27e556b9c6d3bd3708f35facaa6306be4d945e6e7c9c8d6b3" + }, + { + "name": "MQTTPubSubClient_Generic", + "version": "1.0.0", + "author": "hideakitai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "Now supporting nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet.", + "website": "https://github.com/khoih-prog/MQTTPubSubClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MQTTPubSubClient_Generic.git", + "providesIncludes": [ + "MQTTPubSubClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MQTTPubSubClient_Generic-1.0.0.zip", + "archiveFileName": "MQTTPubSubClient_Generic-1.0.0.zip", + "size": 923638, + "checksum": "SHA-256:1c52eb17eb5dd39d91835ffe8b2c2e6214b2bfe6cefb7e08740d6aba5a5c050f" + }, + { + "name": "MQTTPubSubClient_Generic", + "version": "1.0.1", + "author": "hideakitai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "Now supporting nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/MQTTPubSubClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MQTTPubSubClient_Generic.git", + "providesIncludes": [ + "MQTTPubSubClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MQTTPubSubClient_Generic-1.0.1.zip", + "archiveFileName": "MQTTPubSubClient_Generic-1.0.1.zip", + "size": 937167, + "checksum": "SHA-256:359e7749aaa27f045fc66f9763b985fe66a84797c12c9e32230834666fbec009" + }, + { + "name": "MQTTPubSubClient_Generic", + "version": "1.1.0", + "author": "hideakitai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "MQTT and MQTT over WebSoket Client for Arduino", + "paragraph": "Now supporting nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00", + "website": "https://github.com/khoih-prog/MQTTPubSubClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MQTTPubSubClient_Generic.git", + "providesIncludes": [ + "MQTTPubSubClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WebSockets_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MQTTPubSubClient_Generic-1.1.0.zip", + "archiveFileName": "MQTTPubSubClient_Generic-1.1.0.zip", + "size": 1000589, + "checksum": "SHA-256:3e1e7b39fb3b7aaa726b383929d6cde6af21071af7018f236dfe1576fa006fd8" + }, + { + "name": "MQTTPubSubClient_Generic", + "version": "1.2.0", + "author": "hideakitai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "MQTT, MQTT_over_WebSockets and Secured MQTT_over_WebSockets Client for Arduino", + "paragraph": "Supporting nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00. Now with newly-added support to Nano_RP2040_Connect using WiFiNINA_Generic library and RP2040W using CYW43439 WiFi", + "website": "https://github.com/khoih-prog/MQTTPubSubClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MQTTPubSubClient_Generic.git", + "providesIncludes": [ + "MQTTPubSubClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WebSockets_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MQTTPubSubClient_Generic-1.2.0.zip", + "archiveFileName": "MQTTPubSubClient_Generic-1.2.0.zip", + "size": 1023699, + "checksum": "SHA-256:6f0eae4f97b0a1e53b6ab45ba14e6ccfcf6f6d7ffd055603a475f33f1e217827" + }, + { + "name": "MQTTPubSubClient_Generic", + "version": "1.2.1", + "author": "hideakitai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "MQTT, MQTT_over_WebSockets and Secured MQTT_over_WebSockets Client for Arduino", + "paragraph": "Supporting nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet. Ethernet_Generic library is used as default for W5x00. Now with newly-added support to Nano_RP2040_Connect using WiFiNINA_Generic library and RP2040W using CYW43439 WiFi", + "website": "https://github.com/khoih-prog/MQTTPubSubClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/MQTTPubSubClient_Generic.git", + "providesIncludes": [ + "MQTTPubSubClient_Generic.h" + ], + "dependencies": [ + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "EthernetWebServer" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "EthernetWebServer_STM32" + }, + { + "name": "WebSockets_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MQTTPubSubClient_Generic-1.2.1.zip", + "archiveFileName": "MQTTPubSubClient_Generic-1.2.1.zip", + "size": 1100520, + "checksum": "SHA-256:58d72280f6a6afd0a725ae70e308c52e47f3fe1c3d506798aa366870a57eb2fc" + }, + { + "name": "Discord_WebHook", + "version": "1.0.0", + "author": "Usini", + "maintainer": "Rémi Sarrailh \u003cremi@usini.eu\u003e", + "sentence": "Send message on discord using webhook", + "paragraph": "Arduino Library to make a simple discord bot (sending message only) using webhook, compatible with esp8266, esp32", + "website": "https://github.com/usini/usini_discord_webHook", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/usini/usini_discord_webhook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/usini/Discord_WebHook-1.0.0.zip", + "archiveFileName": "Discord_WebHook-1.0.0.zip", + "size": 10021, + "checksum": "SHA-256:12ae07164dea453ad7c29ec9c5196f23e3fabfecb2818ec6e0eac781813ecb87" + }, + { + "name": "Discord_WebHook", + "version": "1.0.1", + "author": "Usini", + "maintainer": "Rémi Sarrailh \u003cremi@usini.eu\u003e", + "sentence": "Send message on discord using webhook", + "paragraph": "Arduino Library to make a simple discord bot (sending message only) using webhook, compatible with esp8266, esp32", + "website": "https://github.com/usini/usini_discord_webHook", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/usini/usini_discord_webhook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/usini/Discord_WebHook-1.0.1.zip", + "archiveFileName": "Discord_WebHook-1.0.1.zip", + "size": 10134, + "checksum": "SHA-256:5a0c5e4182feb6f6c4599d1d8c8dce0a1f578bfa107cea26516f618837426312" + }, + { + "name": "FastLEDHub", + "version": "0.9.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Control multiple FastLED lightstrip animations on the ESP8266 without reuploading.", + "paragraph": "Control multiple FastLED lightstrip animations on the ESP8266 without reuploading.", + "website": "https://github.com/stnkl/FastLEDHub.git", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/FastLEDHub.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "ESPEssentials" + }, + { + "name": "ArduinoJson" + }, + { + "name": "LinkedList" + }, + { + "name": "FastLED" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/FastLEDHub-0.9.0.zip", + "archiveFileName": "FastLEDHub-0.9.0.zip", + "size": 54499, + "checksum": "SHA-256:c58e8669c7ed5a4d0eb8001840d0f0dfe70895d1943dc0fc63620df8874d0e36" + }, + { + "name": "FastLEDHub", + "version": "1.0.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Control multiple FastLED lightstrip animations on the ESP8266 without reuploading.", + "paragraph": "FastLEDHub allows you to manage all of your FastLED sketches on the ESP8266 with minimal changes to your existing code. It requires little knowledge about the ESP8266 platform making in an ideal playground for beginners getting started with FastLED animations.", + "website": "https://github.com/stnkl/FastLEDHub.git", + "category": "Display", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/FastLEDHub.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "ESPEssentials" + }, + { + "name": "ArduinoJson" + }, + { + "name": "LinkedList" + }, + { + "name": "FastLED" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/FastLEDHub-1.0.0.zip", + "archiveFileName": "FastLEDHub-1.0.0.zip", + "size": 59544, + "checksum": "SHA-256:9441379323cefb24803c8df2cfaf092e2865a7ab01e93d1a180c0cc87c69adbd" + }, + { + "name": "FastLEDHub", + "version": "2.0.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.", + "paragraph": "FastLEDHub allows you to manage all of your FastLED sketches on the ESP8266 and ESP32 with minimal changes to your existing code. It requires little knowledge about the ESP8266/ESP32 platform making in an ideal playground for beginners getting started with FastLED animations.", + "website": "https://github.com/stnkl/FastLEDHub.git", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/FastLEDHub.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "ESPEssentials" + }, + { + "name": "ArduinoJson" + }, + { + "name": "LinkedList" + }, + { + "name": "FastLED" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/FastLEDHub-2.0.0.zip", + "archiveFileName": "FastLEDHub-2.0.0.zip", + "size": 59969, + "checksum": "SHA-256:b82f7a1bbea0e380b06fb276ed82524e47febb105890fcaef9036726d78cdc72" + }, + { + "name": "FastLEDHub", + "version": "2.1.0", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.", + "paragraph": "FastLEDHub allows you to manage all of your FastLED sketches on the ESP8266 and ESP32 with minimal changes to your existing code. It requires little knowledge about the ESP8266/ESP32 platform making in an ideal playground for beginners getting started with FastLED animations.", + "website": "https://github.com/stnkl/FastLEDHub.git", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/FastLEDHub.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "ESPEssentials" + }, + { + "name": "ArduinoJson" + }, + { + "name": "LinkedList" + }, + { + "name": "FastLED" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/FastLEDHub-2.1.0.zip", + "archiveFileName": "FastLEDHub-2.1.0.zip", + "size": 62378, + "checksum": "SHA-256:7def3f52067a97dd5089188ac0e37ad1a7395c44ebc7b9b2c1b5c367f93e8971" + }, + { + "name": "FastLEDHub", + "version": "2.1.2", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.", + "paragraph": "FastLEDHub allows you to manage all of your FastLED sketches on the ESP8266 and ESP32 with minimal changes to your existing code. It requires little knowledge about the ESP8266/ESP32 platform making in an ideal playground for beginners getting started with FastLED animations.", + "website": "https://github.com/stnkl/FastLEDHub.git", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/FastLEDHub.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "ESPEssentials" + }, + { + "name": "ArduinoJson" + }, + { + "name": "LinkedList" + }, + { + "name": "FastLED" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/FastLEDHub-2.1.2.zip", + "archiveFileName": "FastLEDHub-2.1.2.zip", + "size": 62463, + "checksum": "SHA-256:9fdd14c10f66c87f25307eaf2d33f920d64967521a566393c67731abd46e0df0" + }, + { + "name": "FastLEDHub", + "version": "2.1.3", + "author": "Stephan Rumswinkel", + "maintainer": "Stephan Rumswinkel", + "sentence": "Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.", + "paragraph": "FastLEDHub allows you to manage all of your FastLED sketches on the ESP8266 and ESP32 with minimal changes to your existing code. It requires little knowledge about the ESP8266/ESP32 platform making in an ideal playground for beginners getting started with FastLED animations.", + "website": "https://github.com/srwi/FastLEDHub.git", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stnkl/FastLEDHub.git", + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "ESPEssentials" + }, + { + "name": "ArduinoJson" + }, + { + "name": "LinkedList" + }, + { + "name": "FastLED" + }, + { + "name": "WebSockets" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stnkl/FastLEDHub-2.1.3.zip", + "archiveFileName": "FastLEDHub-2.1.3.zip", + "size": 62467, + "checksum": "SHA-256:b44ec4931b070d267a50b3f050f49a8285f6eda64a1a400022c21212a4e3f529" + }, + { + "name": "DFRobot_INA219", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli(li.feng@dfrobot.com)", + "sentence": "measure the current and voltage (SKU: SEN0291).", + "paragraph": "drive INA219 chip, which can be used to detect the voltage, current and power of various electronic devices.", + "website": "https://github.com/DFRobot/DFRobot_INA219", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_INA219.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_INA219-1.0.0.zip", + "archiveFileName": "DFRobot_INA219-1.0.0.zip", + "size": 144787, + "checksum": "SHA-256:b7198d601f6b390f9cf990530dc746cade3c1850c0459021d7b2ca6219012042" + }, + { + "name": "WaveMix", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to mix two signals (A and B) with an adaptive weight.", + "website": "https://github.com/RobTillaart/WaveMix", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/WaveMix.git", + "providesIncludes": [ + "WaveMix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaveMix-0.1.0.zip", + "archiveFileName": "WaveMix-0.1.0.zip", + "size": 7221, + "checksum": "SHA-256:197c3293aea116780919ef5089654f26271626e3ffe21a39db6705344b913e07" + }, + { + "name": "WaveMix", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to mix two signals (A and B) with an adaptive weight.", + "website": "https://github.com/RobTillaart/WaveMix", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/WaveMix.git", + "providesIncludes": [ + "WaveMix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaveMix-0.1.1.zip", + "archiveFileName": "WaveMix-0.1.1.zip", + "size": 12337, + "checksum": "SHA-256:9fcf3d0892d6e409a814570077b0e8f039ecb03e911764d9230b02f88bbd1390" + }, + { + "name": "WaveMix", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to mix two signals (A and B) with an adaptive weight.", + "website": "https://github.com/RobTillaart/WaveMix", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/WaveMix.git", + "providesIncludes": [ + "WaveMix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaveMix-0.1.2.zip", + "archiveFileName": "WaveMix-0.1.2.zip", + "size": 13493, + "checksum": "SHA-256:7ed0f849fec088d76088f3e34ae8fd0d5839b644425ecc4740cb3aac226db19e" + }, + { + "name": "WaveMix", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to mix two signals (A and B) with an adaptive weight.", + "website": "https://github.com/RobTillaart/WaveMix", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/WaveMix.git", + "providesIncludes": [ + "WaveMix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaveMix-0.1.3.zip", + "archiveFileName": "WaveMix-0.1.3.zip", + "size": 13773, + "checksum": "SHA-256:03cb5621ccb1b718e072e906e2ab51fb60142f3c888ea0a4a989e958b35dc88e" + }, + { + "name": "WaveMix", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to mix two signals (A and B) with an adaptive weight.", + "website": "https://github.com/RobTillaart/WaveMix", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/WaveMix.git", + "providesIncludes": [ + "WaveMix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaveMix-0.1.4.zip", + "archiveFileName": "WaveMix-0.1.4.zip", + "size": 14034, + "checksum": "SHA-256:4bbd67b938424d78a2cfc6edd95af80235519d2891b8a9f97bb2d20eaf770875" + }, + { + "name": "ICM7218C", + "version": "1.2.3", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Werel Wolf \u003cwerelwolf@gmail.com\u003e", + "sentence": "Maxim ICM7218C LED driver library.", + "paragraph": "ISM7218C/D can only use Mode B and Hex, not Direct.", + "website": "http://facebook.com/werelwolf", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tttmmmsss/ICM7218C.git", + "providesIncludes": [ + "ICM7218C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tttmmmsss/ICM7218C-1.2.3.zip", + "archiveFileName": "ICM7218C-1.2.3.zip", + "size": 7616, + "checksum": "SHA-256:bbca4e8135bd3a4063311efeea5c71a1007381d8a5d1768356b5c1815120606e" + }, + { + "name": "Motoron", + "version": "1.0.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Motoron Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with a Motoron motor controller using I2C.", + "website": "https://github.com/pololu/motoron-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/motoron-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Motoron-1.0.0.zip", + "archiveFileName": "Motoron-1.0.0.zip", + "size": 24936, + "checksum": "SHA-256:179ed14db11d740fec433f2ea1e42a596c1f1636b3e15649932d42808e6d92b5" + }, + { + "name": "Motoron", + "version": "1.1.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Motoron Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with Motoron motor controllers using I2C.", + "website": "https://github.com/pololu/motoron-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/motoron-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Motoron-1.1.0.zip", + "archiveFileName": "Motoron-1.1.0.zip", + "size": 29249, + "checksum": "SHA-256:42d54f9ec45443ffe5a6df8aeba5d3079892ac03b4702293f53636d67d06bb31" + }, + { + "name": "Motoron", + "version": "1.2.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Motoron Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with Motoron motor controllers using I2C.", + "website": "https://github.com/pololu/motoron-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/motoron-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Motoron-1.2.0.zip", + "archiveFileName": "Motoron-1.2.0.zip", + "size": 48214, + "checksum": "SHA-256:c82055895a0ebf7b74415f865803b95117719dac2855149836d9af668de52fb0" + }, + { + "name": "Motoron", + "version": "1.3.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Motoron Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with Motoron motor controllers using I2C.", + "website": "https://github.com/pololu/motoron-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/motoron-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Motoron-1.3.0.zip", + "archiveFileName": "Motoron-1.3.0.zip", + "size": 48340, + "checksum": "SHA-256:a54ea2cd1233dc2844edfe86cd03be797d1f517e5c31306d5bf2a5183afc9a4a" + }, + { + "name": "Motoron", + "version": "1.4.0", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "Motoron Motor Controller library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with Motoron motor controllers using I2C.", + "website": "https://github.com/pololu/motoron-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pololu/motoron-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Motoron-1.4.0.zip", + "archiveFileName": "Motoron-1.4.0.zip", + "size": 48487, + "checksum": "SHA-256:a6635e0830b7941fb09739faf3017bc8eb65a86ead907369befd38b0e4921c9b" + }, + { + "name": "Meshtastic", + "version": "0.0.1", + "author": "Meshtastic", + "maintainer": "Meshtastic \u003cmeshtastic@meshtastic.org\u003e", + "sentence": "Driver for interfacing with Meshtastic nodes over WiFi and Serial connections", + "paragraph": "This library allows devices to send and receive information through the Meshtastic network via the WiFi or Serial interface of one of its nodes. Bluetooth integration is on the TODO list.", + "website": "http://meshtastic.org", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meshtastic/Meshtastic-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/meshtastic/Meshtastic-0.0.1.zip", + "archiveFileName": "Meshtastic-0.0.1.zip", + "size": 26591, + "checksum": "SHA-256:9fcd6fdbd5b1f3cdc0043e226ec2452c952fac7829d78f42003a677ddb7c99b0" + }, + { + "name": "Meshtastic", + "version": "0.0.3", + "author": "Meshtastic", + "maintainer": "Meshtastic \u003cmeshtastic@meshtastic.org\u003e", + "sentence": "Driver for interfacing with Meshtastic nodes over WiFi and Serial connections", + "paragraph": "This library allows devices to send and receive information through the Meshtastic network via the WiFi or Serial interface of one of its nodes. Bluetooth integration is on the TODO list.", + "website": "http://meshtastic.org", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/meshtastic/Meshtastic-arduino.git", + "dependencies": [ + { + "name": "Nanopb" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/meshtastic/Meshtastic-0.0.3.zip", + "archiveFileName": "Meshtastic-0.0.3.zip", + "size": 102929, + "checksum": "SHA-256:407b2bd3694b12d7aab62a72d0ca17ee40c051359691c471a07268f2329a8b14" + }, + { + "name": "DigitalSignalsArduino", + "version": "0.0.3", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Arduino Digital Signal library", + "paragraph": "Arduino Digital Signal let you to configure and control in clear and easy way digital signals with your Arduino board like push buttons, switches, relays (active low or active high), leds etc etc.", + "website": "https://github.com/cotestatnt/DigitalSignal", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/DigitalSignal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/DigitalSignalsArduino-0.0.3.zip", + "archiveFileName": "DigitalSignalsArduino-0.0.3.zip", + "size": 15573, + "checksum": "SHA-256:2cdc9ead5b3ad88248184d79fcf840cb6de8e6bdc7455e512f7e6f6828b5d6c9" + }, + { + "name": "DigitalSignalsArduino", + "version": "0.0.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Arduino Digital Signal library", + "paragraph": "Arduino Digital Signal let you to configure and control in clear and easy way digital signals with your Arduino board like push buttons, switches, relays (active low or active high), leds etc etc.", + "website": "https://github.com/cotestatnt/DigitalSignal", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/DigitalSignal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/DigitalSignalsArduino-0.0.4.zip", + "archiveFileName": "DigitalSignalsArduino-0.0.4.zip", + "size": 15732, + "checksum": "SHA-256:9a0878792722acbefb0c47d031c0b18db630fa116fe27482047627cfa08b042d" + }, + { + "name": "DigitalSignalsArduino", + "version": "0.0.5", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Arduino Digital Signal library", + "paragraph": "Arduino Digital Signal let you to configure and control in clear and easy way digital signals with your Arduino board like push buttons, switches, relays (active low or active high), leds etc etc.", + "website": "https://github.com/cotestatnt/DigitalSignal", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/DigitalSignal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/DigitalSignalsArduino-0.0.5.zip", + "archiveFileName": "DigitalSignalsArduino-0.0.5.zip", + "size": 15775, + "checksum": "SHA-256:7320b5afa9d9173f1622873ff83d9cb97b7f3e9f0a25337d9aac759b6ca2db2b" + }, + { + "name": "DigitalSignalsArduino", + "version": "0.0.6", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Digital Signal library for Arduino platform", + "paragraph": "Arduino Digital Signal let you to configure and control in clear and easy way digital signals with your Arduino board like push buttons, switches, relays (active low or active high), leds etc etc.", + "website": "https://github.com/cotestatnt/DigitalSignal", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/DigitalSignal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/DigitalSignalsArduino-0.0.6.zip", + "archiveFileName": "DigitalSignalsArduino-0.0.6.zip", + "size": 16294, + "checksum": "SHA-256:5c1e8138f75c4bbdbd02bcafa119f493e427494bb7c94cfbf6937c57704610ed" + }, + { + "name": "DigitalSignalsArduino", + "version": "0.0.8", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Digital Signal library for Arduino platform", + "paragraph": "Arduino Digital Signal let you to configure and control in clear and easy way digital signals with your Arduino board like push buttons, switches, relays (active low or active high), leds etc etc.", + "website": "https://github.com/cotestatnt/DigitalSignal", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/DigitalSignal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/DigitalSignalsArduino-0.0.8.zip", + "archiveFileName": "DigitalSignalsArduino-0.0.8.zip", + "size": 16294, + "checksum": "SHA-256:6fb9a5b81e86fe16a09af3ca557bca7d8815c2314e1dd294fe3b26fad8035999" + }, + { + "name": "DigitalSignalsArduino", + "version": "0.1.4", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Digital Signal library for Arduino platform", + "paragraph": "Arduino Digital Signal let you to configure and control in clear and easy way digital signals with your Arduino board like push buttons, switches, relays (active low or active high), leds etc etc.", + "website": "https://github.com/cotestatnt/DigitalSignal", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/DigitalSignal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/DigitalSignalsArduino-0.1.4.zip", + "archiveFileName": "DigitalSignalsArduino-0.1.4.zip", + "size": 16295, + "checksum": "SHA-256:ba85b3dbcb934f629ef080611c26b3d158f79fc477433d12ab387228af26a38d" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X.", + "paragraph": "It read value from the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.0.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.0.zip", + "size": 6205, + "checksum": "SHA-256:7ec1b406a7edee6a28001bf216fe82515fe436b7215a17cb77a66f3f36328f8c" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X.", + "paragraph": "It read value from the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.1.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.1.zip", + "size": 7455, + "checksum": "SHA-256:ef03e19f40cd4329a8cd8369de3b0d5fbe208e36fd83bbfd93975ba790ab162b" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X.", + "paragraph": "It read value from the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.2.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.2.zip", + "size": 7610, + "checksum": "SHA-256:71bccf4fd7b575ed7e43a6ea608578ca1ed8e57985590847239ccaec4993657b" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X.", + "paragraph": "It read value from the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.3.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.3.zip", + "size": 7729, + "checksum": "SHA-256:bf803237ce4719be750427b65cca26897cc275dbe766d48611f4f2585257634d" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X.", + "paragraph": "It read value from the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.4.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.4.zip", + "size": 8010, + "checksum": "SHA-256:021c7b32857746cfc89e365754a15b1f0f7f812c6c52108cff75f332631f527c" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.5", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X.", + "paragraph": "It read value from the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.5.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.5.zip", + "size": 8071, + "checksum": "SHA-256:a6137b4d7c3df4ba0b9e467d3181b04d609c5601bf954ff0cf25e7030ad81bb2" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.6", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X.", + "paragraph": "It read value (state of button, stick and trigger) and write report (vibration) for the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.6.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.6.zip", + "size": 9686, + "checksum": "SHA-256:c3ae17ba809b7601698ca670367724c6870ee832c9266c54218db3e92dd42490" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.7", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X from ESP32.", + "paragraph": "It read value (state of button, stick and trigger) and write report (vibration) for the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.7.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.7.zip", + "size": 10016, + "checksum": "SHA-256:14fcdc49d0727aa74e435839fb78475c4ed9ff209ab9bdca40d843f38025a2bf" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.8", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X from ESP32.", + "paragraph": "It read value (state of button, stick and trigger) and write report (vibration) for the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.8.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.8.zip", + "size": 10008, + "checksum": "SHA-256:4b1bea3f31a67b899d4a10c5478c86d4f9ae20853265a2dfd1cf07f6fdbd1896" + }, + { + "name": "XboxSeriesXControllerESP32_asukiaaa", + "version": "1.0.9", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It communicate with a controller of Xbox series X from ESP32.", + "paragraph": "It read value (state of button, stick and trigger) and write report (vibration) for the controller over BLE communication.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXControllerESP32.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXControllerESP32_asukiaaa-1.0.9.zip", + "archiveFileName": "XboxSeriesXControllerESP32_asukiaaa-1.0.9.zip", + "size": 10009, + "checksum": "SHA-256:c8e157387e1d26df549376f3c1e92bb69e3c4a85ee81f5510b82d78565594f61" + }, + { + "name": "ClimateGuard RadSens", + "version": "1.0.1", + "author": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "maintainer": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "sentence": "Library for communicating with the radiation detector module RadSens.", + "paragraph": "This library supports only I2C communication with the RadSens.", + "website": "https://github.com/climateguard/RadSens", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/climateguard/RadSens.git", + "providesIncludes": [ + "radSens1v2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/climateguard/ClimateGuard_RadSens-1.0.1.zip", + "archiveFileName": "ClimateGuard_RadSens-1.0.1.zip", + "size": 1238898, + "checksum": "SHA-256:14bc565f4921ec5c2bb3e36299d282825420ea65aa62ec300743d5507205a7b0" + }, + { + "name": "ClimateGuard RadSens", + "version": "1.0.3", + "author": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "maintainer": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "sentence": "Library for communicating with the radiation detector module RadSens.", + "paragraph": "This library supports only I2C communication with the RadSens.", + "website": "https://github.com/climateguard/RadSens", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/climateguard/RadSens.git", + "providesIncludes": [ + "radSens1v2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/climateguard/ClimateGuard_RadSens-1.0.3.zip", + "archiveFileName": "ClimateGuard_RadSens-1.0.3.zip", + "size": 3582887, + "checksum": "SHA-256:a7aa37cdd94eb755f4bc593a173e6da17f1b26eb231e5968e105deb587f420cb" + }, + { + "name": "ClimateGuard RadSens", + "version": "1.1.0", + "author": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "maintainer": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "sentence": "Library for communicating with the radiation detector module RadSens.", + "paragraph": "This library supports only I2C communication with the RadSens.", + "website": "https://github.com/climateguard/RadSens", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/climateguard/RadSens.git", + "providesIncludes": [ + "CG_RadSens.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/climateguard/ClimateGuard_RadSens-1.1.0.zip", + "archiveFileName": "ClimateGuard_RadSens-1.1.0.zip", + "size": 3994961, + "checksum": "SHA-256:d5e68e4d4aeafb88492e0ccf248df0555b87d2fa26dd4dfc4f1cfe0cd14a0c2e" + }, + { + "name": "ClimateGuard RadSens", + "version": "1.1.1", + "author": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "maintainer": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "sentence": "Library for communicating with the radiation detector module RadSens.", + "paragraph": "This library supports only I2C communication with the RadSens.", + "website": "https://github.com/climateguard/RadSens", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/climateguard/RadSens.git", + "providesIncludes": [ + "CG_RadSens.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/climateguard/ClimateGuard_RadSens-1.1.1.zip", + "archiveFileName": "ClimateGuard_RadSens-1.1.1.zip", + "size": 3994934, + "checksum": "SHA-256:802297bd37cd4fb4582123c341f7435e4687bbd6f847e5aff65920ce2d5d56a7" + }, + { + "name": "ClimateGuard CG Anem", + "version": "1.0.1", + "author": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "maintainer": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "sentence": "Library for communicating with the thermoanemometer CG-Anem.", + "paragraph": "This library supports only I2C communication with the CG-Anem.", + "website": "https://github.com/climateguard/CG-Anem", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/climateguard/CG-Anem.git", + "providesIncludes": [ + "cgAnem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/climateguard/ClimateGuard_CG_Anem-1.0.1.zip", + "archiveFileName": "ClimateGuard_CG_Anem-1.0.1.zip", + "size": 1098707, + "checksum": "SHA-256:229b1bf1f0e5a2f3c5258486f72e56340d9d62a533c2175e5d03484a831f104b" + }, + { + "name": "ClimateGuard CG Anem", + "version": "1.0.2", + "author": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "maintainer": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "sentence": "Library for communicating with the thermoanemometer CG-Anem.", + "paragraph": "This library supports only I2C communication with the CG-Anem.", + "website": "https://github.com/climateguard/CG-Anem", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/climateguard/CG-Anem.git", + "providesIncludes": [ + "cgAnem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/climateguard/ClimateGuard_CG_Anem-1.0.2.zip", + "archiveFileName": "ClimateGuard_CG_Anem-1.0.2.zip", + "size": 2768880, + "checksum": "SHA-256:80851b6d1f8e7f603d0f46e4431731f60ebdaf82ec9bbb47420d3d4f34a3837e" + }, + { + "name": "ClimateGuard CG Anem", + "version": "1.0.3", + "author": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "maintainer": "Maxim Shabanov \u003cmshabanov@climateguard.ru\u003e", + "sentence": "Library for communicating with the thermoanemometer CG-Anem.", + "paragraph": "This library supports only I2C communication with the CG-Anem.", + "website": "https://github.com/climateguard/CG-Anem", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/climateguard/CG-Anem.git", + "providesIncludes": [ + "cgAnem.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/climateguard/ClimateGuard_CG_Anem-1.0.3.zip", + "archiveFileName": "ClimateGuard_CG_Anem-1.0.3.zip", + "size": 2769402, + "checksum": "SHA-256:096b29ec93c8fa23371d1bf509ed66fc77f4a55d4a8664d9dfdf4dbbcd0ae21d" + }, + { + "name": "ESP32 Control", + "version": "1.1.1", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "A library providing the possibility to call a function at specific ESP32 Control.", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://www.tofatech.net", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.1.1.zip", + "archiveFileName": "ESP32_Control-1.1.1.zip", + "size": 4596608, + "checksum": "SHA-256:8d4ede3aa36aa449cc064c90c40c63ad41cc5834f68b025c419bafb6f3f83f49" + }, + { + "name": "ESP32 Control", + "version": "1.2.0", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "A library providing the possibility to call a function at specific ESP32 Control.", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://www.tofatech.net", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.0.zip", + "archiveFileName": "ESP32_Control-1.2.0.zip", + "size": 5109619, + "checksum": "SHA-256:e9d5ddab2fd5523135ac47ee8c6a2a903733719a53820ece625022301923af1d" + }, + { + "name": "ESP32 Control", + "version": "1.2.2", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://github.com/suratin27/ESP32_Control", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.2.zip", + "archiveFileName": "ESP32_Control-1.2.2.zip", + "size": 5112390, + "checksum": "SHA-256:08f73651c44108ecf931589e68390f5b00a7fd17fd324a483eb617723538c3b4" + }, + { + "name": "ESP32 Control", + "version": "1.2.3", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://github.com/suratin27/ESP32_Control", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "dependencies": [ + { + "name": "Arduino_JSON" + }, + { + "name": "ElegantOTA" + }, + { + "name": "modbus-esp8266" + }, + { + "name": "ESP AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.3.zip", + "archiveFileName": "ESP32_Control-1.2.3.zip", + "size": 5113970, + "checksum": "SHA-256:ed6038987fdc65ac071ba556a602d86c1d13a08090ed645dd6d658ad71b82092" + }, + { + "name": "ESP32 Control", + "version": "1.2.4", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://github.com/suratin27/ESP32_Control", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "dependencies": [ + { + "name": "Arduino_JSON" + }, + { + "name": "ElegantOTA" + }, + { + "name": "modbus-esp8266" + }, + { + "name": "ESP AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.4.zip", + "archiveFileName": "ESP32_Control-1.2.4.zip", + "size": 5115169, + "checksum": "SHA-256:87890eb2dbd8aae2ca4812b5741f8a43333617ffcf2bb1844d59a198dfa5a63f" + }, + { + "name": "ESP32 Control", + "version": "1.2.5", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://github.com/suratin27/ESP32_Control", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "dependencies": [ + { + "name": "Arduino_JSON" + }, + { + "name": "ElegantOTA" + }, + { + "name": "modbus-esp8266" + }, + { + "name": "ESP AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.5.zip", + "archiveFileName": "ESP32_Control-1.2.5.zip", + "size": 14809588, + "checksum": "SHA-256:0565384e9c35fe9e29bd3f539075bdee6276a68cf80ba3b57c72a6100d7d5276" + }, + { + "name": "ESP32 Control", + "version": "1.2.6", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://github.com/suratin27/ESP32_Control", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "dependencies": [ + { + "name": "Arduino_JSON" + }, + { + "name": "ElegantOTA" + }, + { + "name": "modbus-esp8266" + }, + { + "name": "ESP AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.6.zip", + "archiveFileName": "ESP32_Control-1.2.6.zip", + "size": 27362706, + "checksum": "SHA-256:6b8e1b1b26b7969d8c36450714d98cdfb1e6eb384815e45dcae1434127dfe313" + }, + { + "name": "ESP32 Control", + "version": "1.2.7", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://github.com/suratin27/ESP32_Control", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "dependencies": [ + { + "name": "Arduino_JSON" + }, + { + "name": "ElegantOTA" + }, + { + "name": "modbus-esp8266" + }, + { + "name": "ESP AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.7.zip", + "archiveFileName": "ESP32_Control-1.2.7.zip", + "size": 56766177, + "checksum": "SHA-256:e8bef77d030ec26fc5a35d15cc6f12ed061a5834a609a9642aad417828776294" + }, + { + "name": "ESP32 Control", + "version": "1.2.8", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control'", + "website": "https://github.com/suratin27/ESP32_Control", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control.git", + "providesIncludes": [ + "EP32Control.h" + ], + "dependencies": [ + { + "name": "Arduino_JSON" + }, + { + "name": "ElegantOTA" + }, + { + "name": "modbus-esp8266" + }, + { + "name": "ESP AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control-1.2.8.zip", + "archiveFileName": "ESP32_Control-1.2.8.zip", + "size": 81628117, + "checksum": "SHA-256:f0a672fb91b3f9b7cc1c5119f2300271db96780cc463c8ae496676930091dbbd" + }, + { + "name": "DFRobot_EOxygenSensor", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ZhiXinLiu \u003cZhiXin.Liu@dfrobot.com\u003e", + "sentence": "This is the library of Eoxygen, the new electrochemical Oxygen sensor (SKU: SEN0496).", + "paragraph": "This is an electrochemical oxygen sensor probe with push-button calibration for easy access to oxygen concentration.", + "website": "https://github.com/DFRobot/DFRobot_EOxygenSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_EOxygenSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_EOxygenSensor-1.0.0.zip", + "archiveFileName": "DFRobot_EOxygenSensor-1.0.0.zip", + "size": 130773, + "checksum": "SHA-256:0ea54af81fd6d9211997e7f95be594a9877203238492705b3241efd8bbda2233" + }, + { + "name": "DFRobot_OxygenSensor", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ZhixinLiu \u003czhixin.liu@dfrobot.com\u003e", + "sentence": "DFRobot Standard library.", + "paragraph": "DFRobot_OxygenSensor is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_OxygenSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_OxygenSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_OxygenSensor-1.0.0.zip", + "archiveFileName": "DFRobot_OxygenSensor-1.0.0.zip", + "size": 127746, + "checksum": "SHA-256:0d9bc10cbe0a031955f593ea3a99eb4fd7a7102fdbad4174fb8b845511b37e77" + }, + { + "name": "DFRobot_OxygenSensor", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "ZhixinLiu \u003czhixin.liu@dfrobot.com\u003e", + "sentence": "Standard library for DFRobot oxygen sensor.(SKU:SEN0322)", + "paragraph": "DFRobot_oxygenSensor Measuring range: 0~25% Vol.", + "website": "https://github.com/DFRobot/DFRobot_OxygenSensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_OxygenSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_OxygenSensor-1.0.1.zip", + "archiveFileName": "DFRobot_OxygenSensor-1.0.1.zip", + "size": 128059, + "checksum": "SHA-256:749a76b966d6e4619c30ff9b368f037014318efb27d38159973c615d8d6a46b6" + }, + { + "name": "HS_JOY_ESP32", + "version": "0.0.1", + "author": "BARAM", + "maintainer": "Baram(chcbaram@gmail.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_JOY_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/chcbaram/HS_JOY_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chcbaram/HS_JOY_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chcbaram/HS_JOY_ESP32-0.0.1.zip", + "archiveFileName": "HS_JOY_ESP32-0.0.1.zip", + "size": 370706, + "checksum": "SHA-256:4fc83a13d7f0330724a16a666ff11fbe49172bda854fd7cf9c96b29f38495782" + }, + { + "name": "HS_JOY_ESP32", + "version": "0.0.2", + "author": "BARAM", + "maintainer": "Baram(chcbaram@gmail.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_JOY_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/chcbaram/HS_JOY_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chcbaram/HS_JOY_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chcbaram/HS_JOY_ESP32-0.0.2.zip", + "archiveFileName": "HS_JOY_ESP32-0.0.2.zip", + "size": 373101, + "checksum": "SHA-256:19d80852f070bde44f63e442c260643980c2f751ae93148356dc7cf91a9b87a3" + }, + { + "name": "HS_JOY_ESP32", + "version": "0.1.0", + "author": "BARAM, chandong", + "maintainer": "Baram(chcbaram@gmail.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_JOY_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/chcbaram/HS_JOY_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chcbaram/HS_JOY_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chcbaram/HS_JOY_ESP32-0.1.0.zip", + "archiveFileName": "HS_JOY_ESP32-0.1.0.zip", + "size": 380782, + "checksum": "SHA-256:b07686ef9c356d2b2d0dd736cbfc23dacfcef50c74ae53e3946c3d64d747d41e" + }, + { + "name": "HS_JOY_ESP32", + "version": "0.1.1", + "author": "BARAM, chandong", + "maintainer": "Baram(chcbaram@gmail.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_JOY_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/chcbaram/HS_JOY_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chcbaram/HS_JOY_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chcbaram/HS_JOY_ESP32-0.1.1.zip", + "archiveFileName": "HS_JOY_ESP32-0.1.1.zip", + "size": 399722, + "checksum": "SHA-256:92575fe3cf9f1edd675ca51c6520216f1b38aa8c375157da7cb6c3919e97173f" + }, + { + "name": "HS_JOY_ESP32", + "version": "0.1.2", + "author": "BARAM, chandong", + "maintainer": "Baram(chcbaram@gmail.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_JOY_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/chcbaram/HS_JOY_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chcbaram/HS_JOY_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chcbaram/HS_JOY_ESP32-0.1.2.zip", + "archiveFileName": "HS_JOY_ESP32-0.1.2.zip", + "size": 401788, + "checksum": "SHA-256:966d6de908c4803c0398567189d83f0c3da944ace5b123f85bb883a32087b324" + }, + { + "name": "HS_JOY_ESP32", + "version": "0.1.3", + "author": "BARAM, chandong", + "maintainer": "Baram(chcbaram@gmail.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_JOY_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/chcbaram/HS_JOY_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chcbaram/HS_JOY_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chcbaram/HS_JOY_ESP32-0.1.3.zip", + "archiveFileName": "HS_JOY_ESP32-0.1.3.zip", + "size": 401798, + "checksum": "SHA-256:766ed41e3ef2fb0a0c48a0036ace05fb56db04d06d391df29aceea38f9ec7d2d" + }, + { + "name": "HS_JOY_ESP32", + "version": "0.1.4", + "author": "BARAM, chandong", + "maintainer": "Baram(chcbaram@gmail.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_JOY_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/chcbaram/HS_JOY_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chcbaram/HS_JOY_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chcbaram/HS_JOY_ESP32-0.1.4.zip", + "archiveFileName": "HS_JOY_ESP32-0.1.4.zip", + "size": 401760, + "checksum": "SHA-256:f8406bb3b25eaa442c7f8096ec53de5d9bfa71c5c173c07392aa0ccd08cfb143" + }, + { + "name": "KidMotorV4-Arduino", + "version": "1.0.0", + "author": "ArtronShop, INEX", + "maintainer": "ArtronShop, INEX", + "sentence": "Drive DC motor / Servo motor, I/O expander with KidMotor V4", + "paragraph": "Drive DC motor / Servo motor, I/O expander with KidMotor V4", + "website": "https://www.artronshop.co.th/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArtronShop/KidMotorV4-Arduino.git", + "providesIncludes": [ + "KidMotorV4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/KidMotorV4_Arduino-1.0.0.zip", + "archiveFileName": "KidMotorV4_Arduino-1.0.0.zip", + "size": 10337, + "checksum": "SHA-256:ca9e43a5d13b31f2ef011ee98a3384833bfc30213d505b6e1a3a9b6ac1205cab" + }, + { + "name": "MovingAveragePlus", + "version": "1.2.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a variety of lightweight moving averages structures on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-1.2.1.zip", + "archiveFileName": "MovingAveragePlus-1.2.1.zip", + "size": 4747, + "checksum": "SHA-256:3b16b631b3227f8dc0bdd8d4305fa8194eb30e4dd6bad600d0c05f7ddd8c93d3" + }, + { + "name": "MovingAveragePlus", + "version": "1.3.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-1.3.1.zip", + "archiveFileName": "MovingAveragePlus-1.3.1.zip", + "size": 4270, + "checksum": "SHA-256:9412e897927c055d9d2b39f332650d6f069b0e4585fe66c3c3a0e8764fab3f63" + }, + { + "name": "MovingAveragePlus", + "version": "1.3.2", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-1.3.2.zip", + "archiveFileName": "MovingAveragePlus-1.3.2.zip", + "size": 4271, + "checksum": "SHA-256:47487f79bf063315926d7ae900740fd609496728493af20bd912a890812962eb" + }, + { + "name": "MovingAveragePlus", + "version": "2.0.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-2.0.1.zip", + "archiveFileName": "MovingAveragePlus-2.0.1.zip", + "size": 4332, + "checksum": "SHA-256:ce66b7e76f4e9488d01e89f8cba59dce50b6533aa5f3d8470c70f7dfa6f8cfc2" + }, + { + "name": "MovingAveragePlus", + "version": "2.1.0", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-2.1.0.zip", + "archiveFileName": "MovingAveragePlus-2.1.0.zip", + "size": 21945, + "checksum": "SHA-256:8774ead75b17484790b12d4328dca5ae5255b3dbe27216c76eedd79ffcccd9ca" + }, + { + "name": "MovingAveragePlus", + "version": "3.2.0", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-3.2.0.zip", + "archiveFileName": "MovingAveragePlus-3.2.0.zip", + "size": 34092, + "checksum": "SHA-256:299ba8a5e19b7d9fcd7e7d57fafeb6730bc1f051be1423d03ab00a6e4017e5fe" + }, + { + "name": "MovingAveragePlus", + "version": "4.0.0", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average Plus library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-4.0.0.zip", + "archiveFileName": "MovingAveragePlus-4.0.0.zip", + "size": 34132, + "checksum": "SHA-256:6d11a00fc8697d33982b4abcc3b46f2819fa1475ba2104ae06cc1d77e07355d3" + }, + { + "name": "MovingAveragePlus", + "version": "4.1.2", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average Plus library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-4.1.2.zip", + "archiveFileName": "MovingAveragePlus-4.1.2.zip", + "size": 34950, + "checksum": "SHA-256:df63810198b0380f424fedd23af13476cafdbc54e5020b11e7db46f46d104be7" + }, + { + "name": "MovingAveragePlus", + "version": "4.1.4", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library for Arduino", + "paragraph": "Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-4.1.4.zip", + "archiveFileName": "MovingAveragePlus-4.1.4.zip", + "size": 35822, + "checksum": "SHA-256:4c01d4fed2000d82ed3d352502767456ba570d173327e8a09bb4c9353f008f02" + }, + { + "name": "MovingAveragePlus", + "version": "4.2.0", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library compatible with any number type", + "paragraph": "Fully documented. Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-4.2.0.zip", + "archiveFileName": "MovingAveragePlus-4.2.0.zip", + "size": 37090, + "checksum": "SHA-256:3e0a099fe9b9f1fcc1b8985d53474857080f2a576a05628f77d8702a8fff8041" + }, + { + "name": "MovingAveragePlus", + "version": "4.2.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library compatible with any number type", + "paragraph": "Fully documented. Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-4.2.1.zip", + "archiveFileName": "MovingAveragePlus-4.2.1.zip", + "size": 37129, + "checksum": "SHA-256:67446aeb587c663789a5a8157bffba5dd0c1a1a32bb511ac14f52bceb5a7fb00" + }, + { + "name": "MovingAveragePlus", + "version": "4.2.2", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library compatible with any number type", + "paragraph": "Fully documented. Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-4.2.2.zip", + "archiveFileName": "MovingAveragePlus-4.2.2.zip", + "size": 37143, + "checksum": "SHA-256:a46b9d53aab89f08969a771a3ff9cd0027c4e81c802293fcb81fff8c279da78e" + }, + { + "name": "MovingAveragePlus", + "version": "4.3.1", + "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "maintainer": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", + "sentence": "Moving Average library compatible with any number type", + "paragraph": "Fully documented. Implements a lightweight moving average structure on Arduino. Performance and usability are the two focuses I thought of when creating this library.", + "website": "https://github.com/AlexandreHiroyuki/MovingAveragePlus", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlexandreHiroyuki/MovingAveragePlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/MovingAveragePlus-4.3.1.zip", + "archiveFileName": "MovingAveragePlus-4.3.1.zip", + "size": 8549, + "checksum": "SHA-256:77233ac7db0d4969ef4639b874e8aa36f1918af1b0fa1cb68f148161b179d4c8" + }, + { + "name": "IP5306_I2C", + "version": "1.0.0", + "author": "bheesma-10", + "maintainer": "ssjha@protonmail.com", + "sentence": "Library for IP5306 I2C based battery-management SOC for Arduino platform supported boards", + "paragraph": "includes multiple battery charging and management command features", + "website": "https://github.com/bheesma-10/IP5306_I2C", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bheesma-10/IP5306_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bheesma-10/IP5306_I2C-1.0.0.zip", + "archiveFileName": "IP5306_I2C-1.0.0.zip", + "size": 19077, + "checksum": "SHA-256:6d1a03dd0a255246df211ecc62246bf3c2bfdfcdf98da8cf5c4dd93984ac7df2" + }, + { + "name": "IP5306_I2C", + "version": "1.0.2", + "author": "bheesma-10", + "maintainer": "ssjha@protonmail.com", + "sentence": "Library for IP5306 I2C based battery-management SOC for Arduino platform supported boards", + "paragraph": "includes multiple battery charging and management command features", + "website": "https://github.com/bheesma-10/IP5306_I2C", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bheesma-10/IP5306_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bheesma-10/IP5306_I2C-1.0.2.zip", + "archiveFileName": "IP5306_I2C-1.0.2.zip", + "size": 19313, + "checksum": "SHA-256:948dd5072d34de475c9404500e5a8abb1ad0f7889c67d781acc0df37c1d4e7d2" + }, + { + "name": "Adafruit TSC2007", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TSC2007 resistive touch screen drivers in the Adafruit shop", + "paragraph": "Arduino library for the TSC2007 resistive touch screen drivers in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TSC2007", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSC2007.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSC2007-1.0.0.zip", + "archiveFileName": "Adafruit_TSC2007-1.0.0.zip", + "size": 592829, + "checksum": "SHA-256:4d46bf35d3ddd7c3c50311b2fa7ebec6dd726ee79ed50295c872c89a8dac24f0" + }, + { + "name": "Adafruit TSC2007", + "version": "1.1.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the TSC2007 resistive touch screen drivers in the Adafruit shop", + "paragraph": "Arduino library for the TSC2007 resistive touch screen drivers in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TSC2007", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSC2007.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SH110X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSC2007-1.1.2.zip", + "archiveFileName": "Adafruit_TSC2007-1.1.2.zip", + "size": 593426, + "checksum": "SHA-256:4024ced1ffd58d1adfddc5b835e7824acc6de156fe14f7c939bd9d516a21fa64" + }, + { + "name": "Ethernet_Generic", + "version": "2.0.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500", + "paragraph": "With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch.", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.0.0.zip", + "archiveFileName": "Ethernet_Generic-2.0.0.zip", + "size": 812600, + "checksum": "SHA-256:4c3f996af98713d72bea2bfa29058c2c07e8cd48316b2062d0a0938d2691c072" + }, + { + "name": "Ethernet_Generic", + "version": "2.0.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.0.1.zip", + "archiveFileName": "Ethernet_Generic-2.0.1.zip", + "size": 841944, + "checksum": "SHA-256:b8715f88c14d04ef7c6f5ec5b897a332de154dd120c67e0329895a80f439bc9b" + }, + { + "name": "Ethernet_Generic", + "version": "2.1.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.1.0.zip", + "archiveFileName": "Ethernet_Generic-2.1.0.zip", + "size": 843956, + "checksum": "SHA-256:c4a1fe8bb281b63ad84179d7566c433dd935b593b7ca43f66d6c7a9747c76872" + }, + { + "name": "Ethernet_Generic", + "version": "2.2.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32 can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.2.0.zip", + "archiveFileName": "Ethernet_Generic-2.2.0.zip", + "size": 849790, + "checksum": "SHA-256:7d39a185a58763e7a834306d055e0bf5a660c19d530e8b4352ecfab8229d89ed" + }, + { + "name": "Ethernet_Generic", + "version": "2.3.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.3.0.zip", + "archiveFileName": "Ethernet_Generic-2.3.0.zip", + "size": 851657, + "checksum": "SHA-256:e3571f574f0fec9a470fe212e522e78cda450af9e5a2b57e6efe4f94ff2a99be" + }, + { + "name": "Ethernet_Generic", + "version": "2.3.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.3.1.zip", + "archiveFileName": "Ethernet_Generic-2.3.1.zip", + "size": 866074, + "checksum": "SHA-256:8da771bb1610930531ade0688b130495a764da71a223b888e19621a70dab5244" + }, + { + "name": "Ethernet_Generic", + "version": "2.4.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.4.0.zip", + "archiveFileName": "Ethernet_Generic-2.4.0.zip", + "size": 899191, + "checksum": "SHA-256:33d5384a5b32afa01513e7695a486639da00b40b6d914473a5aeaf7bf8e71bef" + }, + { + "name": "Ethernet_Generic", + "version": "2.4.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.4.1.zip", + "archiveFileName": "Ethernet_Generic-2.4.1.zip", + "size": 914457, + "checksum": "SHA-256:fe9cde6a9a8934542f10890603ac3dcf7d3db0d6ec57d52b4ae4de0a6db8a0dd" + }, + { + "name": "Ethernet_Generic", + "version": "2.5.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.5.0.zip", + "archiveFileName": "Ethernet_Generic-2.5.0.zip", + "size": 923906, + "checksum": "SHA-256:b417fca9c3f0106ec62a60a8ce9aaa7644b979d2458669e6927f591f294f2259" + }, + { + "name": "Ethernet_Generic", + "version": "2.5.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.5.1.zip", + "archiveFileName": "Ethernet_Generic-2.5.1.zip", + "size": 925821, + "checksum": "SHA-256:fcd63df2a8c705e91a959ebb19d3b31b7d83c925128e27dd9a3b14e9b2a2c379" + }, + { + "name": "Ethernet_Generic", + "version": "2.5.2", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.5.2.zip", + "archiveFileName": "Ethernet_Generic-2.5.2.zip", + "size": 928310, + "checksum": "SHA-256:d0e8daf8202cdf60f70875f0269916ba43b623d663aca16d94bc5879b32254b9" + }, + { + "name": "Ethernet_Generic", + "version": "2.6.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.6.0.zip", + "archiveFileName": "Ethernet_Generic-2.6.0.zip", + "size": 1915197, + "checksum": "SHA-256:39c73928c15eca016449cce2db6b5f38255e90dfccf9c0aca4c4cefccd592d82" + }, + { + "name": "Ethernet_Generic", + "version": "2.6.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.6.1.zip", + "archiveFileName": "Ethernet_Generic-2.6.1.zip", + "size": 1919733, + "checksum": "SHA-256:465de0c37862505b95b956347a39ff2cf159e77e8d67dba230b3ddae28e9b75d" + }, + { + "name": "Ethernet_Generic", + "version": "2.6.2", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.6.2.zip", + "archiveFileName": "Ethernet_Generic-2.6.2.zip", + "size": 1944531, + "checksum": "SHA-256:da5d3c658097cbf990c4b04c6b72249af97772da4e2a24896123e8a4ffabf8fd" + }, + { + "name": "Ethernet_Generic", + "version": "2.7.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI and with fix of severe limitation to permit sending much larger data than total 2/4/8/16K buffer", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.7.0.zip", + "archiveFileName": "Ethernet_Generic-2.7.0.zip", + "size": 1985279, + "checksum": "SHA-256:bdbd36f81c3bbee37168d81d849180176bccb66786b74af9bbc98f2a237af025" + }, + { + "name": "Ethernet_Generic", + "version": "2.7.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI and with fix of severe limitation to permit sending much larger data than total 2/4/8/16K buffer", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.7.1.zip", + "archiveFileName": "Ethernet_Generic-2.7.1.zip", + "size": 1986033, + "checksum": "SHA-256:760538ce9dc666a63105690e24629cde7f66be92944ac004db12a038a683a035" + }, + { + "name": "Ethernet_Generic", + "version": "2.8.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI and with fix of severe limitation to permit sending much larger data than total 2/4/8/16K buffer", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.8.0.zip", + "archiveFileName": "Ethernet_Generic-2.8.0.zip", + "size": 2102584, + "checksum": "SHA-256:939fd54019673c01f6b6de48f8f22ea71e6dc0f7c064fa42e82ebe17b4449ccc" + }, + { + "name": "Ethernet_Generic", + "version": "2.8.1", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "sentence": "Simple Ethernet library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, W5100S, W6100", + "paragraph": "With this library, you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS. The h-only library now supporting SPI1/SPI2, EthernetLarge, Ethernet2 and Ethernet3 features by simply changing definitions in the sketch. RASPBERRY_PI_PICO using arduino-pico core now can use SPI1. Now STM32, Arduino_mbed boards can use any custom hardware / software SPI and with fix of severe limitation to permit sending much larger data than total 2/4/8/16K buffer", + "website": "https://github.com/khoih-prog/Ethernet_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Ethernet_Generic.git", + "providesIncludes": [ + "Ethernet_Generic.h", + "Ethernet_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Generic-2.8.1.zip", + "archiveFileName": "Ethernet_Generic-2.8.1.zip", + "size": 2104051, + "checksum": "SHA-256:c91ca9c8412456d5173b8cb02fe9acf1d706c40ffc2524cb4162eb88e7dff746" + }, + { + "name": "LiquidCrystalSerial", + "version": "1.0.0", + "author": "Antor Ahmed \u003cantor.mee@gmail.com\u003e", + "maintainer": "Antor Ahmed \u003cantor.mee@gmail.com\u003e", + "sentence": "A simple 74hC595 shift register LCD driver.", + "paragraph": "Save I/O pins by using 74HC595 shift register for a LCD. This library is a clone of arduino official LiquidCrystal. So, all the methods are same.", + "website": "https://github.com/AntorOfficial/LiquidCrystalSerial/", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/An7orAhmed/LiquidCrystalSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/An7orAhmed/LiquidCrystalSerial-1.0.0.zip", + "archiveFileName": "LiquidCrystalSerial-1.0.0.zip", + "size": 92005, + "checksum": "SHA-256:c9e1df0b387266ea20d71e6863aa42ba3c941d00badbaa43efeb822e65f6ef84" + }, + { + "name": "LettersKeypad", + "version": "1.0.0", + "author": "Antor Ahmed \u003cantor.mee@gmail.com\u003e", + "maintainer": "Antor Ahmed \u003cantor.mee@gmail.com\u003e", + "sentence": "A simple 4x3 phonetic alphabet keypad library.", + "paragraph": "Now you can use your 4x3 keypad for number, alphabet. Its support capslock key also.", + "website": "https://github.com/AntorOfficial/LettersKeypad/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/An7orAhmed/LettersKeypad.git", + "dependencies": [ + { + "name": "Keypad" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/An7orAhmed/LettersKeypad-1.0.0.zip", + "archiveFileName": "LettersKeypad-1.0.0.zip", + "size": 18182, + "checksum": "SHA-256:94799716e9dd34599aea3cd5de62e23dc0a337faacc797b3b34bac21f00388ad" + }, + { + "name": "Sensirion I2C STS4x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the STS4x sensor family by Sensirion", + "paragraph": "Enables you to use the STS4x via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sts4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sts4x.git", + "providesIncludes": [ + "SensirionI2CSts4x.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_STS4x-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_STS4x-0.1.0.zip", + "size": 311481, + "checksum": "SHA-256:fe1c7d6fca9f448d2bf6e6357628f3aa1deaa5d6e9de2b5add739a771fda780d" + }, + { + "name": "Sensirion I2C SF06-LF", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SF06-LF sensor by Sensirion", + "paragraph": "Enables you to use the SF06-LF via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sf06-lf", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-sf06-lf.git", + "providesIncludes": [ + "SensirionI2cSf06Lf.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SF06_LF-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SF06_LF-0.1.0.zip", + "size": 2176389, + "checksum": "SHA-256:34bd37c131ec926b579accea299a080a96b9e06fd1a0316bfbb515614a510a3b" + }, + { + "name": "ArrayExt", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Expand the array and set the average value for front, back, left and right.", + "paragraph": "a library to Expand the array and set the average value for front, back, left and right.", + "website": "https://github.com/chrmlinux/ArrayExt", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ArrayExt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ArrayExt-0.0.1.zip", + "archiveFileName": "ArrayExt-0.0.1.zip", + "size": 4343, + "checksum": "SHA-256:6c4e0e07d800ff82f700007f8346cb2157f7efc5bf5d0d875c8bffd0d0cd75dc" + }, + { + "name": "Pelco_And_Arduino", + "version": "1.0.0", + "author": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "maintainer": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "sentence": "This library makes Pelco cameras moves!", + "paragraph": "With simple arduino coding, you can move multiple Pelco camera and even do more!", + "website": "https://github.com/Pixelbo/Pelco_And_Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pixelbo/Pelco_And_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pixelbo/Pelco_And_Arduino-1.0.0.zip", + "archiveFileName": "Pelco_And_Arduino-1.0.0.zip", + "size": 877665, + "checksum": "SHA-256:78d916b8d68745e7b4f5c1c44b32a62d257d1bffbbd597a1df0d2bcb4eb3d9ed" + }, + { + "name": "Pelco_And_Arduino", + "version": "1.1.0", + "author": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "maintainer": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "sentence": "This library makes Pelco cameras moves!", + "paragraph": "With simple arduino coding, you can move multiple Pelco camera and even do more!", + "website": "https://github.com/Pixelbo/Pelco_And_Arduino", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pixelbo/Pelco_And_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pixelbo/Pelco_And_Arduino-1.1.0.zip", + "archiveFileName": "Pelco_And_Arduino-1.1.0.zip", + "size": 878833, + "checksum": "SHA-256:609619051cb23c05e3a9c10c7a272e2ba85d5303d8def569d8b9e3eb0281f113" + }, + { + "name": "Pelco_And_Arduino", + "version": "2.1.0", + "author": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "maintainer": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "sentence": "This library makes Pelco cameras moves!", + "paragraph": "With simple arduino coding, you can move multiple Pelco camera and even do more!", + "website": "https://github.com/Pixelbo/Pelco_And_Arduino", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pixelbo/Pelco_And_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pixelbo/Pelco_And_Arduino-2.1.0.zip", + "archiveFileName": "Pelco_And_Arduino-2.1.0.zip", + "size": 879975, + "checksum": "SHA-256:c346024312a666dd9fc805d49ac4b738585dfcb23329bc57b54bad439f700346" + }, + { + "name": "Pelco_And_Arduino", + "version": "2.2.0", + "author": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "maintainer": "Boris Hilkens \u003cpixelbo21@gmail.com\u003e", + "sentence": "This library makes Pelco cameras moves!", + "paragraph": "With simple arduino coding, you can move multiple Pelco camera and even do more!", + "website": "https://github.com/Pixelbo/Pelco_And_Arduino", + "category": "Device Control", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Pixelbo/Pelco_And_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Pixelbo/Pelco_And_Arduino-2.2.0.zip", + "archiveFileName": "Pelco_And_Arduino-2.2.0.zip", + "size": 884042, + "checksum": "SHA-256:1a12d2964dab3620a42600d21ddbe40d167d2cb7814cb5b3f9110748d31c994a" + }, + { + "name": "Sitron Labs OPT3001 Ambient Light Sensor Arduino Library", + "version": "0.1.1", + "author": "Sitron Labs", + "maintainer": "Sitron Labs", + "sentence": "Arduino library for the Texas Instruments OPT3001 Ambient Light Sensor.", + "paragraph": "Arduino library for the Texas Instruments OPT3001 Ambient Light Sensor.", + "website": "https://github.com/sitronlabs/SitronLabs_OPT3001_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sitronlabs/SitronLabs_OPT3001_Arduino_Library.git", + "providesIncludes": [ + "opt3001.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sitronlabs/Sitron_Labs_OPT3001_Ambient_Light_Sensor_Arduino_Library-0.1.1.zip", + "archiveFileName": "Sitron_Labs_OPT3001_Ambient_Light_Sensor_Arduino_Library-0.1.1.zip", + "size": 1222412, + "checksum": "SHA-256:061d639c436feae6de5786f422b787e72929d335df954dcb8a62ab467941ba91" + }, + { + "name": "HUSB238Driver", + "version": "1.0.0", + "author": "HellDuke", + "maintainer": "HellDuke", + "sentence": "HUSB238Driver for ESP32", + "paragraph": "HUSB238Driver for ESP32", + "website": "https://github.com/luoluomeng/HUSB238Driver", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luoluomeng/HUSB238Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luoluomeng/HUSB238Driver-1.0.0.zip", + "archiveFileName": "HUSB238Driver-1.0.0.zip", + "size": 6828, + "checksum": "SHA-256:9f9cc8191b9ff2bf317d4b9fd6df637d7df6d66250fc0ff59ec90eed450d3f46" + }, + { + "name": "HUSB238Driver", + "version": "1.0.1", + "author": "HellDuke", + "maintainer": "HellDuke", + "sentence": "HUSB238Driver for ESP32", + "paragraph": "HUSB238Driver for ESP32", + "website": "https://github.com/luoluomeng/HUSB238Driver", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luoluomeng/HUSB238Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luoluomeng/HUSB238Driver-1.0.1.zip", + "archiveFileName": "HUSB238Driver-1.0.1.zip", + "size": 6834, + "checksum": "SHA-256:180cc5289830f5671bc99cecbfef129d5e225ad04d0bf0580d9b00949520b0cd" + }, + { + "name": "HUSB238Driver", + "version": "1.0.2", + "author": "HellDuke", + "maintainer": "HellDuke", + "sentence": "HUSB238Driver for ESP32", + "paragraph": "HUSB238Driver for ESP32", + "website": "https://github.com/luoluomeng/HUSB238Driver", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luoluomeng/HUSB238Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luoluomeng/HUSB238Driver-1.0.2.zip", + "archiveFileName": "HUSB238Driver-1.0.2.zip", + "size": 6697, + "checksum": "SHA-256:959bec5ab3069577f12d469140a4f2c1a99beae31053944c66299edf75f3506d" + }, + { + "name": "HUSB238Driver", + "version": "1.0.3", + "author": "HellDuke", + "maintainer": "HellDuke", + "sentence": "HUSB238Driver for ESP32", + "paragraph": "HUSB238Driver for ESP32", + "website": "https://github.com/luoluomeng/HUSB238Driver", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luoluomeng/HUSB238Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luoluomeng/HUSB238Driver-1.0.3.zip", + "archiveFileName": "HUSB238Driver-1.0.3.zip", + "size": 8897, + "checksum": "SHA-256:c92c813f16d8883e1f87e9dc629129ef4910b23131102fd2ebd72508c31be99a" + }, + { + "name": "NST1001Driver", + "version": "1.0.0", + "author": "HellDuke", + "maintainer": "HellDuke", + "sentence": "NST1001Driver for ESP32", + "paragraph": "This is a simple driver which allows ESP32 can communicate with the NST1001 temperature sensor.", + "website": "https://github.com/luoluomeng/NST1001Driver", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luoluomeng/NST1001Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luoluomeng/NST1001Driver-1.0.0.zip", + "archiveFileName": "NST1001Driver-1.0.0.zip", + "size": 6078, + "checksum": "SHA-256:14a3e524f4bf2ec949ae2827777c2ddf6471a83933bb751f5e05d47992034251" + }, + { + "name": "NST1001Driver", + "version": "1.0.1", + "author": "HellDuke", + "maintainer": "HellDuke", + "sentence": "NST1001Driver for ESP32", + "paragraph": "This is a simple driver which allows ESP32 to communicate with the NST1001 temperature sensor.", + "website": "https://github.com/luoluomeng/NST1001Driver", + "category": "Other", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luoluomeng/NST1001Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luoluomeng/NST1001Driver-1.0.1.zip", + "archiveFileName": "NST1001Driver-1.0.1.zip", + "size": 5843, + "checksum": "SHA-256:f63f9498ea5762041d7a5829e3f4dd50644bcd7ce402885e6a5c3be045aab9cd" + }, + { + "name": "NST1001Driver", + "version": "1.0.2", + "author": "HellDuke", + "maintainer": "HellDuke", + "sentence": "NST1001Driver for ESP32", + "paragraph": "This is a simple driver which allows ESP32 to communicate with the NST1001 temperature sensor.", + "website": "https://github.com/luoluomeng/NST1001Driver", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luoluomeng/NST1001Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/luoluomeng/NST1001Driver-1.0.2.zip", + "archiveFileName": "NST1001Driver-1.0.2.zip", + "size": 5835, + "checksum": "SHA-256:346dfa97a2f4a7fa5c8ebd32f611735f7be6489eb3780ba61faa4b0d3e59cb99" + }, + { + "name": "HD44780_LCD_PCF8574", + "version": "1.0.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the HD44780 LCD I2C driven by the PCF8574 controller", + "paragraph": "Backlight, scroll, cursor and entrymode control. Custom character support + print class for numerical data.", + "website": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/HD44780_LCD_PCF8574-1.0.0.zip", + "archiveFileName": "HD44780_LCD_PCF8574-1.0.0.zip", + "size": 21951, + "checksum": "SHA-256:742bf0d8f24aeb0aa87409f2e482c16ab80376c9a089c37438d6337f11755f83" + }, + { + "name": "HD44780_LCD_PCF8574", + "version": "1.1.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the HD44780 LCD I2C driven by the PCF8574 controller", + "paragraph": "Backlight, scroll, cursor and entrymode control. Custom character support + print class for numerical data.", + "website": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/HD44780_LCD_PCF8574-1.1.0.zip", + "archiveFileName": "HD44780_LCD_PCF8574-1.1.0.zip", + "size": 52045, + "checksum": "SHA-256:65ae1c9f22162451da310d4dac3b211d03de0834afe1dc49cd879f08dbb2913a" + }, + { + "name": "HD44780_LCD_PCF8574", + "version": "1.2.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the HD44780 LCD I2C driven by the PCF8574 controller", + "paragraph": "Backlight, scroll, cursor and entrymode control. Custom character support + print class for numerical data.", + "website": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/HD44780_LCD_PCF8574-1.2.0.zip", + "archiveFileName": "HD44780_LCD_PCF8574-1.2.0.zip", + "size": 52991, + "checksum": "SHA-256:a5d59dd5a5bf00edf77331e53b1dd3b21d8ed8b458b0d27adceee19b2d14eca1" + }, + { + "name": "HD44780_LCD_PCF8574", + "version": "1.3.0", + "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", + "sentence": "Library to Support the HD44780 LCD I2C driven by the PCF8574 controller", + "paragraph": "Backlight, scroll, cursor and entrymode control. Custom character support + print class for numerical data.", + "website": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/HD44780_LCD_PCF8574-1.3.0.zip", + "archiveFileName": "HD44780_LCD_PCF8574-1.3.0.zip", + "size": 54221, + "checksum": "SHA-256:b4d65de8920f76886bf5d9c8d3342149d770cebd76a50cab545e617c3f395a02" + }, + { + "name": "ESPDisplay", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Use the DAC function of ESP32 to output C_ESP_8_BIT_composite with LovyanGFX.", + "paragraph": "a library to Use the DAC function of ESP32 to output C_ESP_8_BIT_composite with LovyanGFX.", + "website": "https://github.com/chrmlinux/ESPDisplay", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ESPDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ESPDisplay-0.0.1.zip", + "archiveFileName": "ESPDisplay-0.0.1.zip", + "size": 17468, + "checksum": "SHA-256:b11cfc76dada9f41ceb4be806f29cf28e0e06c88475d24e06611a901bd3ca0e1" + }, + { + "name": "SerialRecord", + "version": "0.3.0", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and read single or multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers, and has extensive error checking. Data is sent as comma-separated ASCII, for ease of debugging with the Serial Monitor and for compatibility with Serial Plotter.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.3.0.zip", + "archiveFileName": "SerialRecord-0.3.0.zip", + "size": 291477, + "checksum": "SHA-256:427ae8c34b03482bb4b29ab4ea5379bf14b2f958a58be1a903acbd707143efa7" + }, + { + "name": "SerialRecord", + "version": "0.3.1", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and read single or multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers. it is designed to be easy to use, to detect when it is used incorrectly, and to detect and report when it receives invalid data, and has extensive error checking. Data is sent as comma-separated ASCII, for ease of debugging with the Serial Monitor and for compatibility with Serial Plotter.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.3.1.zip", + "archiveFileName": "SerialRecord-0.3.1.zip", + "size": 291574, + "checksum": "SHA-256:607756d7841bb6ed98fc56f2f60deddab36d2de8b6b938396a4837fe57887342" + }, + { + "name": "SerialRecord", + "version": "0.2.0", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and read single or multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers, and has extensive error checking. Data is sent as comma-separated ASCII, for ease of debugging with the Serial Monitor and for compatibility with Serial Plotter.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.2.0.zip", + "archiveFileName": "SerialRecord-0.2.0.zip", + "size": 162788, + "checksum": "SHA-256:0927292cd688692fc47fc22fade137f9d8441e774fd94b39c1481f6c2f921714" + }, + { + "name": "SerialRecord", + "version": "0.3.2", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and read single or multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers. It is designed to be easy to use, to detect when it is used incorrectly, to detect and report when it receives invalid data. Data is sent and received as comma-separated ASCII with optional field names, for ease of inspection with the Serial Monitor and for compatibility with the Serial Plotter and with Processing sketches that also use this format.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.3.2.zip", + "archiveFileName": "SerialRecord-0.3.2.zip", + "size": 332633, + "checksum": "SHA-256:01d560e74002df478d8667c2e323fa203a76e731244ae97edbd489747ae7e4e5" + }, + { + "name": "SerialRecord", + "version": "0.3.3", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and receive multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers, as an alternative to Serial.print() and Serial.println() (for sending data on the serial port) and Serial.read() and parsing (for receiving data from the serial port). It is designed to be easy to use, to detect when it is used incorrectly, and to detect and report when it receives invalid data. Data is sent in a format that is compatible with the Serial Montior and Serial Plotter tools: comma-separated ASCII values, with optional field names. In conjunction with the \"SerialRecord for Processing\" library, it supports display of detected errors on the Arduino to the Processing log or canvas.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.3.3.zip", + "archiveFileName": "SerialRecord-0.3.3.zip", + "size": 338019, + "checksum": "SHA-256:a0ef52974f6982e20fcc81c1ad735beb23f5df597071e16471098d7479892ee6" + }, + { + "name": "SerialRecord", + "version": "0.3.4", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and receive multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers, as an alternative to Serial.print() and Serial.println() (for sending data on the serial port) and Serial.read() and parsing (for receiving data from the serial port). It is designed to be easy to use, to detect when it is used incorrectly, and to detect and report when it receives invalid data. Data is sent in a format that is compatible with the Serial Montior and Serial Plotter tools: comma-separated ASCII values, with optional field names. In conjunction with the \"SerialRecord for Processing\" library, it supports display of detected errors on the Arduino to the Processing log or canvas.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.3.4.zip", + "archiveFileName": "SerialRecord-0.3.4.zip", + "size": 339349, + "checksum": "SHA-256:7a3930fabbe867a7d58701f4ebbe3d0442bfc661c9e25964b4b14b0d63b23b15" + }, + { + "name": "SerialRecord", + "version": "0.3.5", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and receive multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers, as an alternative to Serial.print() and Serial.println() (for sending data on the serial port) and Serial.read() and parsing (for receiving data from the serial port). It is designed to be easy to use, to detect when it is used incorrectly, and to detect and report when it receives invalid data. Data is sent in a format that is compatible with the Serial Montior and Serial Plotter tools: comma-separated ASCII values, with optional field names. In conjunction with the \"SerialRecord for Processing\" library, it supports display of detected errors on the Arduino to the Processing log or canvas.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.3.5.zip", + "archiveFileName": "SerialRecord-0.3.5.zip", + "size": 339350, + "checksum": "SHA-256:ff3f5c710bdaf43a3526f759cd06ccb04306ceb85d6448fafe93f1c59375fed0" + }, + { + "name": "SerialRecord", + "version": "0.3.6", + "author": "Oliver Steele \u003csteele@osteele.com\u003e", + "maintainer": "Oliver Steele \u003csteele@osteele.com\u003e", + "sentence": "Send and receive multiple values to and from the serial port, with error checking.", + "paragraph": "This library is intended for novice programmers, as an alternative to Serial.print() and Serial.println() (for sending data on the serial port) and Serial.read() and parsing (for receiving data from the serial port). It is designed to be easy to use, to detect when it is used incorrectly, and to detect and report when it receives invalid data. Data is sent in a format that is compatible with the Serial Montior and Serial Plotter tools: comma-separated ASCII values, with optional field names. In conjunction with the \"SerialRecord for Processing\" library, it supports display of detected errors on the Arduino to the Processing log or canvas.", + "website": "https://osteele.github.io/Arduino_SerialRecord/", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/osteele/Arduino_SerialRecord.git", + "url": "https://downloads.arduino.cc/libraries/github.com/osteele/SerialRecord-0.3.6.zip", + "archiveFileName": "SerialRecord-0.3.6.zip", + "size": 339784, + "checksum": "SHA-256:77b8adada448e8657920f5bafb4152da8fd887389777ea152f8bd0124946374f" + }, + { + "name": "IRM Mini", + "version": "1.0.0", + "author": "TAMC", + "maintainer": "TAMC \u003ctamctec@gmail.com\u003e", + "sentence": "Adafruit_GFX-compatible library for IRM-Mini", + "paragraph": "Adafruit_GFX-compatible library for IRM-Mini", + "website": "https://github.com/tamctec/irm-mini-arduino.git", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tamctec/irm-mini-arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "IRM Mini" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tamctec/IRM_Mini-1.0.0.zip", + "archiveFileName": "IRM_Mini-1.0.0.zip", + "size": 47838, + "checksum": "SHA-256:cb5da2a603f20ff0611a22b9571ca9d87a081db35cbed1487cdf53d558d4f606" + }, + { + "name": "steamrocket", + "version": "0.9.0", + "author": "Microfire LLC", + "maintainer": "steamrocket@ufire.co", + "sentence": "Simpe \u0026 secure telemetry", + "paragraph": "Send secure sensor measurements, chart and store them in a database, and send resend them through MQTT.", + "website": "https://steamrocket.co", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/u-fire/steamrocket.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/steamrocket-0.9.0.zip", + "archiveFileName": "steamrocket-0.9.0.zip", + "size": 34421, + "checksum": "SHA-256:01569183faac32e2af025bd44431b6f1123aa49d4554b6ed817ce2a2af7ee05c" + }, + { + "name": "ArdRTOS", + "version": "1.0.1", + "author": "Alex Olson \u003caolson1714@gmail.com\u003e", + "maintainer": "Alex Olson \u003caolson1714@gmail.com\u003e", + "license": "MIT", + "sentence": "ArdRTOS provides a real-time operating system for embedded systems.", + "paragraph": "ArdRTOS was designed from the ground up to be as simple as possible from the users perspective.", + "website": "https://github.com/sleepnow2/ArdRTOS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepnow2/ArdRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sleepnow2/ArdRTOS-1.0.1.zip", + "archiveFileName": "ArdRTOS-1.0.1.zip", + "size": 33855, + "checksum": "SHA-256:c05ed906b4ba6e6467ace8f00d1f3e044358f9c1780bcf674bf3253d46cfa296" + }, + { + "name": "ArdRTOS", + "version": "1.0.2", + "author": "Alex Olson \u003caolson1714@gmail.com\u003e", + "maintainer": "Alex Olson \u003caolson1714@gmail.com\u003e", + "license": "MIT", + "sentence": "ArdRTOS provides a real-time operating system for embedded systems.", + "paragraph": "ArdRTOS was designed from the ground up to be as simple as possible from the users perspective.", + "website": "https://github.com/sleepnow2/ArdRTOS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepnow2/ArdRTOS.git", + "providesIncludes": [ + "ArdRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sleepnow2/ArdRTOS-1.0.2.zip", + "archiveFileName": "ArdRTOS-1.0.2.zip", + "size": 34885, + "checksum": "SHA-256:29d2c427fb83a9b2ba8a548a64a46703f71681db0529de6db937de85b51e29a7" + }, + { + "name": "ArdRTOS", + "version": "1.0.3", + "author": "Alex Olson \u003caolson1714@gmail.com\u003e", + "maintainer": "Alex Olson \u003caolson1714@gmail.com\u003e", + "license": "MIT", + "sentence": "ArdRTOS provides a real-time operating system for embedded systems.", + "paragraph": "ArdRTOS was designed from the ground up to be as simple as possible from the users perspective.", + "website": "https://github.com/sleepnow2/ArdRTOS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepnow2/ArdRTOS.git", + "providesIncludes": [ + "ArdRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sleepnow2/ArdRTOS-1.0.3.zip", + "archiveFileName": "ArdRTOS-1.0.3.zip", + "size": 36792, + "checksum": "SHA-256:04c1b4e29b913432b812babefa3c3945070d5193cc302af523dfda85025e4d7d" + }, + { + "name": "ArdRTOS", + "version": "1.0.4", + "author": "Alex Olson \u003caolson1714@gmail.com\u003e", + "maintainer": "Alex Olson \u003caolson1714@gmail.com\u003e", + "license": "MIT", + "sentence": "ArdRTOS provides a real-time operating system for embedded systems.", + "paragraph": "ArdRTOS was designed from the ground up to be as simple as possible from the users perspective.", + "website": "https://github.com/sleepnow2/ArdRTOS", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sleepnow2/ArdRTOS.git", + "providesIncludes": [ + "ArdRTOS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sleepnow2/ArdRTOS-1.0.4.zip", + "archiveFileName": "ArdRTOS-1.0.4.zip", + "size": 36753, + "checksum": "SHA-256:c95ff498acfd215c947a9971c539ca46eee12d8acfd61e887845e906d09f63be" + }, + { + "name": "PT6312", + "version": "1.0.0", + "author": "Ysard", + "maintainer": "Ysard \u003cysard@users.noreply.github.com\u003e", + "sentence": "PT6312 is an Arduino/AVR library for the PT6312 family of Vacuum Fluorescent Display (VFD) controllers including AD16312, HT16512, ET16312 etc.", + "paragraph": "It allows the full management of control boards of VFD screens extracted in particular from DVD players by micro-controllers supporting the Arduino development environment.", + "website": "https://github.com/ysard/PT6312", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ysard/PT6312_VFD_Arduino_Library.git", + "providesIncludes": [ + "PT6312.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ysard/PT6312-1.0.0.zip", + "archiveFileName": "PT6312-1.0.0.zip", + "size": 39039, + "checksum": "SHA-256:cec961f379ce7344f88c2e395fea53dbd1de61d383242f289b0888b61460942c" + }, + { + "name": "PT6312", + "version": "1.0.1", + "author": "Ysard", + "maintainer": "Ysard \u003cysard@users.noreply.github.com\u003e", + "sentence": "PT6312 is an Arduino/AVR library for the PT6312 family of Vacuum Fluorescent Display (VFD) controllers including AD16312, HT16512, ET16312 etc.", + "paragraph": "It allows the full management of control boards of VFD screens extracted in particular from DVD players by micro-controllers supporting the Arduino development environment.", + "website": "https://github.com/ysard/PT6312_VFD_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ysard/PT6312_VFD_Arduino_Library.git", + "providesIncludes": [ + "PT6312.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ysard/PT6312-1.0.1.zip", + "archiveFileName": "PT6312-1.0.1.zip", + "size": 42469, + "checksum": "SHA-256:2da1664ed2c9a82d41c48e5a6f0a7f64ca089e5911d517004f223c89d713fce4" + }, + { + "name": "PT6312", + "version": "1.0.2", + "author": "Ysard", + "maintainer": "Ysard \u003cysard@users.noreply.github.com\u003e", + "sentence": "PT6312 is an Arduino/AVR library for the PT6312 family of Vacuum Fluorescent Display (VFD) controllers including AD16312, HT16512, ET16312 etc.", + "paragraph": "It allows the full management of control boards of VFD screens extracted in particular from DVD players by micro-controllers supporting the Arduino development environment.", + "website": "https://github.com/ysard/PT6312_VFD_Arduino_Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ysard/PT6312_VFD_Arduino_Library.git", + "providesIncludes": [ + "PT6312.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ysard/PT6312-1.0.2.zip", + "archiveFileName": "PT6312-1.0.2.zip", + "size": 148649, + "checksum": "SHA-256:8a4da3adb19eaf4e02dc4c2d947f7b468a18459614656b291d5f1ae0ede4b661" + }, + { + "name": "DFRobot_GP8302", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "I2C to 0-25mA DAC module(SKU:DFR0972).", + "paragraph": "This I2C to 0-25mA DAC module can be used for users to output a current of 0-25mA.", + "website": "https://github.com/DFRobot/DFRobot_GP8302", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_GP8302.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_GP8302-1.0.0.zip", + "archiveFileName": "DFRobot_GP8302-1.0.0.zip", + "size": 26163, + "checksum": "SHA-256:12607581ba1f2f98a780926cdc1973d3f8cea39323ca933b9b6ad6f500316aa8" + }, + { + "name": "DFRobot_MCP9808", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ZhixinLiu \u003czhixin.liu@dfrobot.com\u003e", + "sentence": "DFRobot Standard library.", + "paragraph": "DFRobot_MCP9808 is the standard library of DFRobot.", + "website": "https://github.com/DFRobot/DFRobot_MCP9808", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MCP9808.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MCP9808-1.0.0.zip", + "archiveFileName": "DFRobot_MCP9808-1.0.0.zip", + "size": 161430, + "checksum": "SHA-256:3eb5d494399f849aa7b4d9357bbcce8f2b82b98474644271f35eda25666b0247" + }, + { + "name": "DFRobot_IIS", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "This library provides the codes for driving FireBeetle camera and the camera, microphones, etc. of audio expansion board.(SKU:DFR0498).", + "paragraph": "DFRobot FireBeetle series are low power consumption development modules designed for Internet of Things (IoT). The FireBeetle Covers-Camera \u0026 Audio Media Board is a multimedia device for IoT that provides interfaces to connect NAU8822 CODEC IIS, OV7725 camera, SD card (SDIO), earphone and microphone..", + "website": "https://github.com/DFRobot/DFRobot_IIS", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_IIS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_IIS-1.0.1.zip", + "archiveFileName": "DFRobot_IIS-1.0.1.zip", + "size": 202636, + "checksum": "SHA-256:d0f94d4d667ea35751093672582e6f7b183a76b4f4e4e087292b7baab35fcb9f" + }, + { + "name": "M5-Depends", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5", + "website": "https://github.com/Tinyu-Zhao/M5-Depends", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/M5-Depends.git", + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "M5_BH1750FVI" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "MODULE_4RELAY" + }, + { + "name": "M5-Outdepends" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/M5_Depends-0.0.1.zip", + "archiveFileName": "M5_Depends-0.0.1.zip", + "size": 2707, + "checksum": "SHA-256:303d1fb4645c04cc9ae953d00230de0e1fe92aa2885486c8b9c82654d10e5f7a" + }, + { + "name": "M5-Depends", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5", + "website": "https://github.com/Tinyu-Zhao/M5-Depends", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/M5-Depends.git", + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "MODULE_4RELAY" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_BMM150" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "UNIT_MQTT" + }, + { + "name": "UNIT_PoESP32" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "M5_BH1750FVI" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/M5_Depends-0.0.3.zip", + "archiveFileName": "M5_Depends-0.0.3.zip", + "size": 2865, + "checksum": "SHA-256:7a584367b20c1ac26174759b7c26470fc320c4b179c78641a3059d496508607e" + }, + { + "name": "M5-Outdepends", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5", + "website": "https://github.com/Tinyu-Zhao/M5-Outdepends", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/M5-Outdepends.git", + "dependencies": [ + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/M5_Outdepends-0.0.1.zip", + "archiveFileName": "M5_Outdepends-0.0.1.zip", + "size": 1940, + "checksum": "SHA-256:487e360dfb7126069adc59cdfd31c8178fee3464a19e10e34311c8e647aa4bd2" + }, + { + "name": "Arduino_MultiWiFi", + "version": "1.0.0", + "author": "Alessandro Ranellucci", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "allows to configure multiple WiFi networks.", + "paragraph": "This library is a platform-independent wrapper around the WiFi library that allows to configure multiple WiFi networks and try to connect to the first available one.", + "website": "https://github.com/arduino-libraries/Arduino_MultiWiFi", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_MultiWiFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MultiWiFi-1.0.0.zip", + "archiveFileName": "Arduino_MultiWiFi-1.0.0.zip", + "size": 10649, + "checksum": "SHA-256:80235cce3803bc951f4d90d58b365362435421b906d541ee205b61e75041b0bb" + }, + { + "name": "GLEE Beelan LoRaWAN", + "version": "2.0.2", + "author": "GLEE2023", + "maintainer": "Matt Moran \u003cmamo2629@colorado.edu\u003e", + "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API. Modified for the GLEE Project.", + "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", + "website": "https://github.com/GLEE2023/Beelan-LoRaWAN", + "category": "Communication", + "architectures": [ + "avr", + "esp8266", + "samd", + "esp32", + "samdlc" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GLEE2023/Beelan-LoRaWAN.git", + "providesIncludes": [ + "lorawan.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GLEE2023/GLEE_Beelan_LoRaWAN-2.0.2.zip", + "archiveFileName": "GLEE_Beelan_LoRaWAN-2.0.2.zip", + "size": 603902, + "checksum": "SHA-256:2593a0161fcb9d95b75d02fbebe03f60638146fbfecaee45b76363f8b06f662b" + }, + { + "name": "GyverJoy", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for analog joystic Arduino", + "paragraph": "Library for analog joystic Arduino", + "website": "https://github.com/GyverLibs/GyverJoy", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverJoy.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverJoy-1.0.0.zip", + "archiveFileName": "GyverJoy-1.0.0.zip", + "size": 80692, + "checksum": "SHA-256:c79ab5b73ff1aee128c88e07deea87cad94878b1e5c2ba4a1b2bb0c2c32a8d27" + }, + { + "name": "dynaHTML", + "version": "1.2.0", + "author": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "maintainer": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "sentence": "dynamic HTML library ESP8266", + "paragraph": "uses a part of milligram.css to style the HTML Text Boxes and Checkboxes that can be dynamically created.", + "website": "https://github.com/Invisibleman1002/dynaHTML", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invisibleman1002/dynaHTML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invisibleman1002/dynaHTML-1.2.0.zip", + "archiveFileName": "dynaHTML-1.2.0.zip", + "size": 7936323, + "checksum": "SHA-256:a677cef020dc222899fc287eae98db4d440f5d90812f6d3a81e0b986be4467a2" + }, + { + "name": "dynaHTML", + "version": "1.2.3", + "author": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "maintainer": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "sentence": "dynamic HTML library for ESP8266", + "paragraph": "I use part of milligram.css to style the HTML input type of text and checkbox that can be dynamically created. Setup your HTML form fields using the specified struct and the class will generate the HTML for use with the ESPAsyncWebServer library.", + "website": "https://github.com/Invisibleman1002/dynaHTML", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invisibleman1002/dynaHTML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invisibleman1002/dynaHTML-1.2.3.zip", + "archiveFileName": "dynaHTML-1.2.3.zip", + "size": 7936390, + "checksum": "SHA-256:0e26c78bd8b2c637b8df3e6bcf3ef24186f856bceb3dd396f9f868f1e6f0e324" + }, + { + "name": "dynaHTML", + "version": "1.2.4", + "author": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "maintainer": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "sentence": "dynamic HTML library for ESP8266", + "paragraph": "I use part of milligram.css to style the HTML input type of text and checkbox that can be dynamically created. Setup your HTML form fields using the specified struct and the class will generate the HTML for use with the ESPAsyncWebServer library.", + "website": "https://github.com/Invisibleman1002/dynaHTML", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invisibleman1002/dynaHTML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invisibleman1002/dynaHTML-1.2.4.zip", + "archiveFileName": "dynaHTML-1.2.4.zip", + "size": 7936679, + "checksum": "SHA-256:9f7ac94db8759fe6e6c70bb4aecb83993e4f54fb275b0ace79645873a02cbba2" + }, + { + "name": "dynaHTML", + "version": "1.2.5", + "author": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "maintainer": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "sentence": "dynamic HTML library for ESP8266/ESP32", + "paragraph": "I use part of milligram.css to style the HTML input type of text and checkbox that can be dynamically created. Setup your HTML form fields using the specified struct and the class will generate the HTML for use with the ESPAsyncWebServer library.", + "website": "https://github.com/Invisibleman1002/dynaHTML", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invisibleman1002/dynaHTML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invisibleman1002/dynaHTML-1.2.5.zip", + "archiveFileName": "dynaHTML-1.2.5.zip", + "size": 7936719, + "checksum": "SHA-256:438e4e7ff0ef5f4c97d1f930e5fde3854a5f50ae75e233536fca1a806ea30bf6" + }, + { + "name": "dynaHTML", + "version": "1.2.6", + "author": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "maintainer": "Trey Aughenbaugh \u003ctrey@aughenbaugh.us\u003e", + "sentence": "dynamic HTML library for ESP8266/ESP32", + "paragraph": "I use part of milligram.css to style the HTML input type of text and checkbox that can be dynamically created. Setup your HTML form fields using the specified struct and the class will generate the HTML for use with the ESPAsyncWebServer library.", + "website": "https://github.com/Invisibleman1002/dynaHTML", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Invisibleman1002/dynaHTML.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Invisibleman1002/dynaHTML-1.2.6.zip", + "archiveFileName": "dynaHTML-1.2.6.zip", + "size": 7942319, + "checksum": "SHA-256:4f0de1cf1bb1a5b3392a919f2f817d388aa2b7f594c373f5035102e688a383f8" + }, + { + "name": "CAN_BUS_Shield", + "version": "2.3.3", + "author": "Seeed Studio", + "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", + "sentence": "Seeed Arduino library to control CAN BUS and CAN BUS FD.", + "paragraph": "Seeed Arduino library to control CAN BUS and CAN BUS FD.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_CAN", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/CAN_BUS_Shield-2.3.3.zip", + "archiveFileName": "CAN_BUS_Shield-2.3.3.zip", + "size": 90623, + "checksum": "SHA-256:8ff7bef7e2df01bfd08d0325cc627ac4642400929f1ed88417f7c6efa67a1b9b" + }, + { + "name": "SparkFun Qwiic TMF882X Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic breakout boards for the AMS TMF882X sensor products.", + "paragraph": "The TMF882X is the latest Time Of Flight (ToF) sensor to be released from AMS. It uses a SPAD (Single Photon Avalanche Photodiode) histogram architecture to accurately detect objects from 10mm all the way to 5000 mm. That’s millimeter accuracy, with a range of 1 centimeter to 5 meters – amazing! Oh, and these sensors are multi-zone – supporting 3x3, 4x4 and 3x6 zones of operation depending on which model is being used. Available at: https://www.sparkfun.com/products/19036, https://www.sparkfun.com/products/19451", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_TMF882X_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Qwiic_TMF882X_Library-1.0.0.zip", + "size": 429247, + "checksum": "SHA-256:ea76a66d32ebe1261b36df8114fc6981ca07cd14ebafcab56df0d0c007906640" + }, + { + "name": "SparkFun Qwiic TMF882X Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic breakout boards for the AMS TMF882X sensor products.", + "paragraph": "The TMF882X is the latest Time Of Flight (ToF) sensor to be released from AMS. It uses a SPAD (Single Photon Avalanche Photodiode) histogram architecture to accurately detect objects from 10mm all the way to 5000 mm. That’s millimeter accuracy, with a range of 1 centimeter to 5 meters – amazing! Oh, and these sensors are multi-zone – supporting 3x3, 4x4 and 3x6 zones of operation depending on which model is being used. Available at: https://www.sparkfun.com/products/19036, https://www.sparkfun.com/products/19451", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_TMF882X_Library-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_TMF882X_Library-1.0.1.zip", + "size": 429323, + "checksum": "SHA-256:ff8652eff57ea120f70a34cdd5ab26c58c34edd05207c51236642c344fd225b4" + }, + { + "name": "SparkFun Qwiic TMF882X Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic breakout boards for the AMS TMF882X sensor products.", + "paragraph": "The TMF882X is the latest Time Of Flight (ToF) sensor to be released from AMS. It uses a SPAD (Single Photon Avalanche Photodiode) histogram architecture to accurately detect objects from 10mm all the way to 5000 mm. That’s millimeter accuracy, with a range of 1 centimeter to 5 meters – amazing! Oh, and these sensors are multi-zone – supporting 3x3, 4x4 and 3x6 zones of operation depending on which model is being used. Available at: https://www.sparkfun.com/products/19036, https://www.sparkfun.com/products/19451", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_TMF882X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_TMF882X_Library-1.0.2.zip", + "archiveFileName": "SparkFun_Qwiic_TMF882X_Library-1.0.2.zip", + "size": 429330, + "checksum": "SHA-256:9d5d629683abc986512687c93deb93f5240c61007acbea8891c8e08adb6f9d6b" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19034\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.0.zip", + "size": 565523, + "checksum": "SHA-256:0c7843524bd5b4ab56367567741b88b4962838bd57c1287dd788054f66016efc" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19034\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.1.zip", + "size": 564808, + "checksum": "SHA-256:089553ee373e649a9963c70e8c68e37e9594c690b94ef03143baa3e0624cc36a" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19034\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.2.zip", + "size": 565333, + "checksum": "SHA-256:866a899471867ef402a559ec267d4c6adf8a7375810887a4635146b7c7f1dddd" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19895\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.0.3.zip", + "size": 569277, + "checksum": "SHA-256:a1aafef6e75e6f42c33da0996af6141ac11ffecf0407e012ff0a171c1557a805" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19895\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.0.zip", + "size": 569639, + "checksum": "SHA-256:b55db0c4b14e743ba4fc4b4a0c0492a1180c09969f601f9d68850feac0305544" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19895\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.1.zip", + "size": 572545, + "checksum": "SHA-256:35722ab29add46960c013de5788ed288e8201685614f548eadadb9d6252b6f38" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.1.2", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19895\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.2.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.2.zip", + "size": 573923, + "checksum": "SHA-256:17e17d1382290015bf2764f6763a6e8ad370d45e716e2c2a07af42f54353c15a" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.1.3", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19895\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.3.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.3.zip", + "size": 574260, + "checksum": "SHA-256:362693bfc0eede037407a156d1ec0ca8154f96811bc4c6f80f885351403892f9" + }, + { + "name": "SparkFun MMC5983MA Magnetometer Arduino Library", + "version": "1.1.4", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A I2C/SPI library for the MMC5983MA magnetic compass sensor.", + "paragraph": "The \u003ca href=\"https://www.sparkfun.com/products/19895\"\u003eQwiic MMC5983MA Magnetometer\u003c/a\u003e is a very sensitive magnetometer capable of sensing down to 0.4mG enabling a heading accuracy of ±0.5°. This is a feature complete library supporting I\u003csup\u003e2\u003c/sup\u003eC and SPI. Output rates of 1000Hz, ±8G FSR, and 18-bit resolution make the MMC5983MA a phenomenal magnetic sensor.", + "website": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.4.zip", + "archiveFileName": "SparkFun_MMC5983MA_Magnetometer_Arduino_Library-1.1.4.zip", + "size": 574446, + "checksum": "SHA-256:83a2a35df425c39dbc9f8bf5eab659d60c374deae9bd2df944cf35158ef7b08d" + }, + { + "name": "AsyncWebServer_Ethernet", + "version": "1.4.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for ESP8266 using W5x00 or ENC28J60 Ethernet", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for ESP8266 using W5x00 or ENC28J60 Ethernet with lwIP_5100, lwIP_5500 or lwIP_enc28j60 library", + "website": "https://github.com/khoih-prog/AsyncWebServer_Ethernet", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Ethernet.git", + "providesIncludes": [ + "AsyncWebServer_Ethernet.h" + ], + "dependencies": [ + { + "name": "ESPAsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Ethernet-1.4.1.zip", + "archiveFileName": "AsyncWebServer_Ethernet-1.4.1.zip", + "size": 311901, + "checksum": "SHA-256:163e7bb73293be22a175c2d298c960104a14542d8900d19c4535fe9da0eb9d49" + }, + { + "name": "AsyncWebServer_Ethernet", + "version": "1.5.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for ESP8266 using W5x00 or ENC28J60 Ethernet", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for ESP8266 using W5x00 or ENC28J60 Ethernet with lwIP_5100, lwIP_5500 or lwIP_enc28j60 library. Now supporting using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_Ethernet", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Ethernet.git", + "providesIncludes": [ + "AsyncWebServer_Ethernet.h" + ], + "dependencies": [ + { + "name": "ESPAsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Ethernet-1.5.0.zip", + "archiveFileName": "AsyncWebServer_Ethernet-1.5.0.zip", + "size": 452394, + "checksum": "SHA-256:17dc64c387e785b9b768ba0d6397d925b1e214de061067471a9332c134ab5744" + }, + { + "name": "AsyncWebServer_Ethernet", + "version": "1.5.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous HTTP and WebSocket Server Library for ESP8266 using W5x00 or ENC28J60 Ethernet", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for ESP8266 using W5x00 or ENC28J60 Ethernet with lwIP_5100, lwIP_5500 or lwIP_enc28j60 library. Now supporting using CString to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_Ethernet", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncWebServer_Ethernet.git", + "providesIncludes": [ + "AsyncWebServer_Ethernet.h" + ], + "dependencies": [ + { + "name": "ESPAsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_Ethernet-1.5.1.zip", + "archiveFileName": "AsyncWebServer_Ethernet-1.5.1.zip", + "size": 631528, + "checksum": "SHA-256:3952a8135bc5be39c5f616c6de3037bb08df0f358f246ed52dbe94c6afbee57f" + }, + { + "name": "AsyncUDP_Ethernet", + "version": "1.2.1", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP8266 using W5x00 or ENC28J60 Ethernet. The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "paragraph": "This library is one of the current or future Async libraries to support for ESP8266 using W5x00 or ENC28J60 Ethernet, such as AsyncHTTPRequest_Ethernet, AsyncHTTPSRequest_Ethernet, AsyncWebServer_Ethernet, AsyncDNSServer_Ethernet, AsyncTCP_SSL_Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncUDP_Ethernet", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncUDP_Ethernet.git", + "providesIncludes": [ + "AsyncUDP_Ethernet.h", + "AsyncUDP_Ethernet.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_Ethernet-1.2.1.zip", + "archiveFileName": "AsyncUDP_Ethernet-1.2.1.zip", + "size": 48880, + "checksum": "SHA-256:dfd3ba61ea65c187b92f0c0bfeed1a99cc5d4cb1665d7143ed59bff626f642f5" + }, + { + "name": "DFRobot_LedDisplayModule", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "Actor(wenzheng.wang@dfrobot.com),tangjie(jie.tang@dfrobot.com)", + "sentence": "This is a 4bits / 8bits digital tube(SKU: DFR0646\\DFR0645).", + "paragraph": "This is a 4 bit / 8 bit digital tube, library integrated module basic use method, convenient user use and modification.", + "website": "https://github.com/DFRobot/DFRobot_LedDisplayModule", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_LedDisplayModule.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LedDisplayModule-1.0.1.zip", + "archiveFileName": "DFRobot_LedDisplayModule-1.0.1.zip", + "size": 165517, + "checksum": "SHA-256:18f62eba5deed259806e8dd57f4aa5888804c325fcbf4c1e019049de8fe85fbd" + }, + { + "name": "DFRobot_GP8403", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "tangjie \u003cjie.tang@dfrobot.com\u003e", + "sentence": "0-10V DAC module(SKU:DFR0971).", + "paragraph": "I2C control output 0-10VDAC modules", + "website": "https://github.com/DFRobot/DFRobot_GP8403", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_GP8403.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_GP8403-1.0.0.zip", + "archiveFileName": "DFRobot_GP8403-1.0.0.zip", + "size": 26249, + "checksum": "SHA-256:fcc366a16fa2bae4726a249626542112717a005f7523a8d91ac15ae6c5cb4aea" + }, + { + "name": "ez_switch_lib", + "version": "2.0.3", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple swithces for Arduino and ESP 32 boards.", + "paragraph": "The library provides support for multiple switches of type button or toggled and different wiring schemes. It has a unique capability of linking switches to other digital output pins for auto-switching.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-2.0.3.zip", + "archiveFileName": "ez_switch_lib-2.0.3.zip", + "size": 2770546, + "checksum": "SHA-256:596b2bd75da11262c1d5be8546f47659ffdfe8e3fbb3c7761eded1c149cb49c0" + }, + { + "name": "ez_switch_lib", + "version": "2.0.4", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple swithces for Arduino and ESP 32 boards.", + "paragraph": "The library provides support for multiple switches of type button or toggled and different wiring schemes. It has a unique capability of linking switches to other digital output pins for auto-switching.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-2.0.4.zip", + "archiveFileName": "ez_switch_lib-2.0.4.zip", + "size": 2774320, + "checksum": "SHA-256:10c1569585ab9f7f78458a2b60da48ef5a00a4c4c883b7d7d86d30e2aa5e9601" + }, + { + "name": "ez_switch_lib", + "version": "2.0.5", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple switches for Arduino and ESP 32 boards.", + "paragraph": "The library provides support for multiple switches of type button or toggled and different wiring schemes. It has a unique capability of linking switches to other digital output pins for auto-switching.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-2.0.5.zip", + "archiveFileName": "ez_switch_lib-2.0.5.zip", + "size": 2791281, + "checksum": "SHA-256:3661e67611fe9e5e4838bbbf590578d92def7a8776c32c2cbcdbc8b8f3ff2d4f" + }, + { + "name": "ez_switch_lib", + "version": "2.0.6", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple switches for Arduino and ESP 32 boards.", + "paragraph": "The library provides support for multiple switches of type button or toggled and different wiring schemes. It has a unique capability of linking switches to other digital output pins for auto-switching.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-2.0.6.zip", + "archiveFileName": "ez_switch_lib-2.0.6.zip", + "size": 2774052, + "checksum": "SHA-256:107af0b54f92b09ebb0ea2a405e4f9408c34e171ecf0bfe06c085e263643824f" + }, + { + "name": "ez_switch_lib", + "version": "2.0.7", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for single and multiple switches for Arduino and ESP 32 microcontrollers.", + "paragraph": "The library provides support for single or multiple switches of type button or toggled and different wiring schemes. It has the unique capability of linking switches to other digital output pins for auto-switching without any supporting code line.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-2.0.7.zip", + "archiveFileName": "ez_switch_lib-2.0.7.zip", + "size": 2775046, + "checksum": "SHA-256:eb7a1a99e4150829ac925a203ba10bea2b9cf7d0b2892d853383cd8ed13d3ffe" + }, + { + "name": "ez_switch_lib", + "version": "2.0.8", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for single and multiple switches for Arduino and ESP 32 microcontrollers.", + "paragraph": "The library provides support for single or multiple switches of type button or toggled and different wiring schemes. It has the unique capability of linking switches to other digital output pins for auto-switching without any supporting code line.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-2.0.8.zip", + "archiveFileName": "ez_switch_lib-2.0.8.zip", + "size": 2775055, + "checksum": "SHA-256:80ddcfc3ba7d7b68a8a484874816f4d650e0ff9a82f09b9f38da2673de8bee73" + }, + { + "name": "ez_switch_lib", + "version": "2.0.9", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for single and multiple switches for Arduino and ESP 32 microcontrollers.", + "paragraph": "The library provides support for single or multiple switches of type button or toggled and different wiring schemes. It has the unique capability of linking switches to other digital output pins for auto-switching without any supporting code line.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-2.0.9.zip", + "archiveFileName": "ez_switch_lib-2.0.9.zip", + "size": 2775044, + "checksum": "SHA-256:4bb5225eaa9cf5d5de2c7fcd15bf49effbf771e935af6af845f728430ac96a0b" + }, + { + "name": "ez_switch_lib", + "version": "3.0.0", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for single and multiple switches for Arduino and ESP 32 microcontrollers.", + "paragraph": "The library provides support for single or multiple switches of type button or toggled and different wiring schemes. It has the unique capability of linking switches to other digital output pins for auto-switching without any supporting code line.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-3.0.0.zip", + "archiveFileName": "ez_switch_lib-3.0.0.zip", + "size": 2781094, + "checksum": "SHA-256:7c874579a7af35e292c3096d21387684d80b4e33e432ccc460115b3cc35650fc" + }, + { + "name": "ez_switch_lib", + "version": "3.0.1", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for single and multiple switches for Arduino and ESP 32 microcontrollers.", + "paragraph": "The library provides support for single or multiple switches of type button or toggled and different wiring schemes. It has the unique capability of linking switches to other digital output pins for auto-switching without any supporting code line.", + "website": "https://github.com/ronbentley1/eazy-switch-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-switch-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_switch_lib-3.0.1.zip", + "archiveFileName": "ez_switch_lib-3.0.1.zip", + "size": 2784459, + "checksum": "SHA-256:a7f224e413a32faf78d25e7cb6fb889e29ca1cd3216684ea63cf65e0528edda3" + }, + { + "name": "GyverNTP", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for receiving precise time from NTP server", + "paragraph": "Library for receiving precise time from NTP server", + "website": "https://github.com/GyverLibs/GyverNTP", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTP-1.0.0.zip", + "archiveFileName": "GyverNTP-1.0.0.zip", + "size": 8698, + "checksum": "SHA-256:51d417bcab3781ebf74dabbb3255d113fd5d3dc6e5fc5a36c57c42ec55e792b5" + }, + { + "name": "GyverNTP", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for receiving precise time from NTP server", + "paragraph": "Library for receiving precise time from NTP server", + "website": "https://github.com/GyverLibs/GyverNTP", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTP-1.1.0.zip", + "archiveFileName": "GyverNTP-1.1.0.zip", + "size": 8967, + "checksum": "SHA-256:9fc069d2774cb5cb641efc416af60569bfd7d4bf30eca2793e286af442b75890" + }, + { + "name": "GyverNTP", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for receiving precise time from NTP server", + "paragraph": "Library for receiving precise time from NTP server", + "website": "https://github.com/GyverLibs/GyverNTP", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTP-1.2.0.zip", + "archiveFileName": "GyverNTP-1.2.0.zip", + "size": 9818, + "checksum": "SHA-256:102a37bf1d3c3cbb6795e8d64a8b8a9fccde25f64223583fec0902dea0769901" + }, + { + "name": "GyverNTP", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for async receiving precise time from NTP server", + "paragraph": "Library for async receiving precise time from NTP server", + "website": "https://github.com/GyverLibs/GyverNTP", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTP-1.2.1.zip", + "archiveFileName": "GyverNTP-1.2.1.zip", + "size": 10052, + "checksum": "SHA-256:945da466699d5d3cf5db0181dcd17f3ab5987c0d85630a4b84f19510fc62a5ba" + }, + { + "name": "GyverNTP", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for async receiving precise time from NTP server", + "paragraph": "Library for async receiving precise time from NTP server", + "website": "https://github.com/GyverLibs/GyverNTP", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTP-1.3.0.zip", + "archiveFileName": "GyverNTP-1.3.0.zip", + "size": 12589, + "checksum": "SHA-256:d689c5782d4ced8652908c9fe1d9838fe41df5f3f0478b0f66301c2a71adf927" + }, + { + "name": "GyverNTP", + "version": "1.3.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for async receiving precise time from NTP server", + "paragraph": "Library for async receiving precise time from NTP server", + "website": "https://github.com/GyverLibs/GyverNTP", + "category": "Timing", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverNTP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverNTP-1.3.1.zip", + "archiveFileName": "GyverNTP-1.3.1.zip", + "size": 13289, + "checksum": "SHA-256:a7eaf5cd33b07f988eea232219cd15fd35a3f1c7ed4910de41babd2e72dda80b" + }, + { + "name": "ConfigStorage", + "version": "0.0.1", + "author": "Tost69", + "maintainer": "Tost69 \u003ctomst1@gmx.de\u003e", + "license": "MIT", + "sentence": "Library to store configuration parameters in the file system using LittleFS or SPIFFS for ESP8266 and ESP32.", + "paragraph": "Using the ArduinoJson library the parameters are stored in memory as a JSON document and saved as a JSON file.", + "website": "https://github.com/tost69/ConfigStorage", + "category": "Data Storage", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tost69/ConfigStorage.git", + "providesIncludes": [ + "ConfigStorage.h" + ], + "dependencies": [ + { + "name": "LittleFS_esp32" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Tost69/ConfigStorage-0.0.1.zip", + "archiveFileName": "ConfigStorage-0.0.1.zip", + "size": 9844, + "checksum": "SHA-256:791619444f1cbca166f55abbae63279fdabfe4ca214410e581915ec2951cfdc2" + }, + { + "name": "Edge-fel", + "version": "1.0.0", + "author": "Jan Ettrich", + "maintainer": "edge-ml \u003cedge-ml@teco.edu\u003e", + "sentence": "Feature extraction library for Arduino.", + "paragraph": "Similar feature set to tsfresh", + "website": "https://github.com/edge-ml/edge-fel-lib", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/edge-ml/edge-fel-lib.git", + "providesIncludes": [ + "Edge-fel.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/edge-ml/Edge_fel-1.0.0.zip", + "archiveFileName": "Edge_fel-1.0.0.zip", + "size": 14552, + "checksum": "SHA-256:48b0572c046cfdefef9b8795f04bf4dce77bbb621b1c794642a63f1e771b8a19" + }, + { + "name": "ThreeD", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.1.zip", + "archiveFileName": "ThreeD-0.0.1.zip", + "size": 4449, + "checksum": "SHA-256:fd4ee829845f49dacf2a83b4d2ff5d2b8b1aa46d2c42e17febdd9db633f5eada" + }, + { + "name": "ThreeD", + "version": "0.0.2", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.2.zip", + "archiveFileName": "ThreeD-0.0.2.zip", + "size": 4624, + "checksum": "SHA-256:55056e3cb6b30cf7c8b243a6db4c0bc37e8d9230bb9ea47fb076434c4a473793" + }, + { + "name": "ThreeD", + "version": "0.0.3", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.3.zip", + "archiveFileName": "ThreeD-0.0.3.zip", + "size": 4979, + "checksum": "SHA-256:d7a4461c6a27982be9541de3aa65a46b8bf264f2700e1f11c64ba107eca9797b" + }, + { + "name": "ThreeD", + "version": "0.0.4", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.4.zip", + "archiveFileName": "ThreeD-0.0.4.zip", + "size": 5010, + "checksum": "SHA-256:45c1584b995dfab00ce7ad1ae4aa7e96e255b3a661361cb36cdd316854ea43e0" + }, + { + "name": "ThreeD", + "version": "0.0.5", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.5.zip", + "archiveFileName": "ThreeD-0.0.5.zip", + "size": 6489, + "checksum": "SHA-256:9ad11c0346500c5825ac88c24fad523c8f893890ec739a82dbb7f0628291b41d" + }, + { + "name": "ThreeD", + "version": "0.0.6", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.6.zip", + "archiveFileName": "ThreeD-0.0.6.zip", + "size": 7915, + "checksum": "SHA-256:b4fc1aa0c8ed7843abe3e596a9e84345a10302da9ff00a6c200c47e818814fbf" + }, + { + "name": "ThreeD", + "version": "0.0.7", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.7.zip", + "archiveFileName": "ThreeD-0.0.7.zip", + "size": 9770, + "checksum": "SHA-256:ecd0000ae1e4dd6fa7744548d83151cf5af6c791b6415b25414e042007d07b32" + }, + { + "name": "ThreeD", + "version": "0.0.8", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Processes a 3D coordinate matrix to generate 2D coordinates.", + "paragraph": "a library to Processes a 3D coordinate matrix to generate 2D coordinates.", + "website": "https://github.com/chrmlinux/ThreeD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/ThreeD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/ThreeD-0.0.8.zip", + "archiveFileName": "ThreeD-0.0.8.zip", + "size": 12191, + "checksum": "SHA-256:f641bf5375d013726d2f391c6aab53b4857b501a104d4a4009345d3b11aef3c5" + }, + { + "name": "ez_SIPO8_lib", + "version": "1.0.1", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple serial-in/paralle-out (SIPO) shift registers.", + "paragraph": "The library features numerous functions for controlling shift registers and has a theoretical limit of 2040 SIPO output pins, or 255 8-bit SIPOs.", + "website": "https:https://github.com/ronbentley1/eazy-Shift-Registers", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-Shift-Registers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_SIPO8_lib-1.0.1.zip", + "archiveFileName": "ez_SIPO8_lib-1.0.1.zip", + "size": 4971954, + "checksum": "SHA-256:8fa8eb6bd8f62937efc33fc510ab61fd518fc749a10b31eebc267ad38b4cfe39" + }, + { + "name": "ez_SIPO8_lib", + "version": "1.0.4", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple serial-in/paralle-out (SIPO) shift registers.", + "paragraph": "The library features many functions for controlling shift registers and has a theoretical limit of 2040 SIPO output pins, or 255 8-bit SIPOs.", + "website": "https://github.com/ronbentley1/eazy-Shift-Registers", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-Shift-Registers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_SIPO8_lib-1.0.4.zip", + "archiveFileName": "ez_SIPO8_lib-1.0.4.zip", + "size": 4971950, + "checksum": "SHA-256:199e64609a4d4d0895675e715d2ba7b315ce6876d3810b8ebe69188ddf91dc55" + }, + { + "name": "ez_SIPO8_lib", + "version": "1.0.5", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple serial-in/paralle-out (SIPO) shift registers.", + "paragraph": "The library features many functions for controlling shift registers and has a theoretical limit of 2040 SIPO output pins, or 255 8-bit SIPOs.", + "website": "//github.com/ronbentley1/eazy-Shift-Registers", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-Shift-Registers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_SIPO8_lib-1.0.5.zip", + "archiveFileName": "ez_SIPO8_lib-1.0.5.zip", + "size": 4971945, + "checksum": "SHA-256:b4bceb20a4f0d4d527ae2d92dc9eb2836ece3fccf617b4acb0bdb60fbb0cd2d1" + }, + { + "name": "ez_SIPO8_lib", + "version": "1.0.6", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple serial-in/paralle-out (SIPO) shift registers.", + "paragraph": "The library features many functions for controlling shift registers and has a theoretical limit of 2040 SIPO output pins, or 255 8-bit SIPOs.", + "website": "https://github.com/ronbentley1/eazy-Shift-Registers", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-Shift-Registers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_SIPO8_lib-1.0.6.zip", + "archiveFileName": "ez_SIPO8_lib-1.0.6.zip", + "size": 4971950, + "checksum": "SHA-256:bc56557e49ab4a6635976e99491b09aeca1708b94fe88954c62314cb56a8597f" + }, + { + "name": "ez_SIPO8_lib", + "version": "1.0.7", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple serial-in/paralle-out (SIPO) shift registers.", + "paragraph": "The library features many functions for controlling shift registers and has a theoretical limit of 2040 SIPO output pins, or 255 8-bit SIPOs.", + "website": "https://github.com/ronbentley1/eazy-Shift-Registers", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-Shift-Registers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_SIPO8_lib-1.0.7.zip", + "archiveFileName": "ez_SIPO8_lib-1.0.7.zip", + "size": 4973919, + "checksum": "SHA-256:3fae45b298f4f53e7e423ac18a724e32f7e3246f1383eed495228727b3303186" + }, + { + "name": "ez_SIPO8_lib", + "version": "1.0.8", + "author": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "maintainer": "Ron Bentley \u003cron.bentley1@ntlworld.com\u003e", + "sentence": "Support for multiple serial-in/paralle-out (SIPO) shift registers.", + "paragraph": "The library features many functions for controlling shift registers and has a theoretical limit of 2040 SIPO output pins, or 255 8-bit SIPOs.", + "website": "https://github.com/ronbentley1/eazy-Shift-Registers", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ronbentley1/eazy-Shift-Registers.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ronbentley1/ez_SIPO8_lib-1.0.8.zip", + "archiveFileName": "ez_SIPO8_lib-1.0.8.zip", + "size": 4973932, + "checksum": "SHA-256:a725ef65db0e171da4dc65ceeaaafd77b3be4bc2bd52702b22741a5d969c268c" + }, + { + "name": "EventEthernet", + "version": "1.0.0", + "author": "Various (see AUTHORS file for details)", + "maintainer": "Team Professional \u003cteamprof.net@gmail.com\u003e", + "sentence": "Enables network connection (local and Internet) for Arduino, running on W5100S-EVB-Pico board", + "paragraph": "This library provides an event driven approach for receiving Ethernet data/status, rather than the traditional polling method.", + "website": "http://www.arduino.cc/en/Reference/Ethernet", + "category": "Communication", + "architectures": [ + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teamprof/arduino-eventethernet.git", + "providesIncludes": [ + "EventEthernet.h" + ], + "dependencies": [ + { + "name": "DebugLog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teamprof/EventEthernet-1.0.0.zip", + "archiveFileName": "EventEthernet-1.0.0.zip", + "size": 445524, + "checksum": "SHA-256:ca1f5ce3ed18ceff369fdbc0b183b7a6203e872a324afde2bb345200cb2b8fc2" + }, + { + "name": "ad5243", + "version": "0.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Arduino library to control the AD5243 family of digital potentiometers / rheostats", + "website": "https://github.com/dok-net/ad5243/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/ad5243.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/ad5243-0.1.0.zip", + "archiveFileName": "ad5243-0.1.0.zip", + "size": 5193, + "checksum": "SHA-256:724322ac24d017150fc59d78c5c797887dec2287028ee86b61527d2ae5a53064" + }, + { + "name": "ad5243", + "version": "0.2.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Arduino library to control the AD5243 family of digital potentiometers / rheostats", + "website": "https://github.com/dok-net/ad5243/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/ad5243.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/ad5243-0.2.0.zip", + "archiveFileName": "ad5243-0.2.0.zip", + "size": 5187, + "checksum": "SHA-256:45ecd9ec8feabcb757136bdad83639138be8afb9cc71a3185661c7475e4d4766" + }, + { + "name": "ad5243", + "version": "0.2.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Arduino library to control the AD5243 family of digital potentiometers / rheostats", + "website": "https://github.com/dok-net/ad5243/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/ad5243.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/ad5243-0.2.1.zip", + "archiveFileName": "ad5243-0.2.1.zip", + "size": 5204, + "checksum": "SHA-256:7f8b0f228f91b6dbdd1caf88c16d18a0cd7c835b77f80a13a87514595f3c329e" + }, + { + "name": "ad5243", + "version": "0.3.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Arduino library to control the AD5243 family of digital potentiometers / rheostats", + "website": "https://github.com/dok-net/ad5243/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/ad5243.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/ad5243-0.3.0.zip", + "archiveFileName": "ad5243-0.3.0.zip", + "size": 5203, + "checksum": "SHA-256:c3c54698ac07cc805e7c6783cb78644b05d795542640d37305ca382d581f5872" + }, + { + "name": "ad5243", + "version": "0.3.1", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Arduino library to control the AD5243 family of digital potentiometers / rheostats", + "website": "https://github.com/dok-net/ad5243/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/ad5243.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/ad5243-0.3.1.zip", + "archiveFileName": "ad5243-0.3.1.zip", + "size": 5287, + "checksum": "SHA-256:140c546b152d02c9d608a17abda0f95354325e733af4753801f2554d54adc7be" + }, + { + "name": "ad5243", + "version": "0.4.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Arduino library to control the AD5243 family of digital potentiometers / rheostats", + "website": "https://github.com/dok-net/ad5243/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/ad5243.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/ad5243-0.4.0.zip", + "archiveFileName": "ad5243-0.4.0.zip", + "size": 5345, + "checksum": "SHA-256:f2797267da56c8bc65b1f78209aad7a874cda713657b4d69a670db43ad5294de" + }, + { + "name": "tca9544a", + "version": "0.1.0", + "author": "Dirk O. Kaar", + "maintainer": "Dirk O. Kaar \u003cdok@dok-net.net\u003e", + "sentence": "Arduino library to control the TCA9544A I2C bus multiplexer", + "website": "https://github.com/dok-net/tca9544a/", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dok-net/tca9544a.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dok-net/tca9544a-0.1.0.zip", + "archiveFileName": "tca9544a-0.1.0.zip", + "size": 4575, + "checksum": "SHA-256:147e5bac64467581bb5cbb60d78ebe6949e547a74d967a888ea60fe961bb47ff" + }, + { + "name": "Sbutton", + "version": "0.0.5", + "author": "stepko", + "maintainer": "stepko", + "sentence": "Button library for easy use", + "paragraph": "You can easily control your Arduino using multickicks or/and holding with this library.", + "website": "https://github.com/duinolibs/Sbutton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/duinolibs/Sbutton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/duinolibs/Sbutton-0.0.5.zip", + "archiveFileName": "Sbutton-0.0.5.zip", + "size": 3981, + "checksum": "SHA-256:7580fdb2f36b49ff69e1ce5eb8ba7f524d9e7d871264c8737d83c7216eef4a7a" + }, + { + "name": "Sbutton", + "version": "0.1.0", + "author": "stepko", + "maintainer": "stepko", + "sentence": "Button library for easy use", + "paragraph": "You can easily control your Arduino project using multickicks or/and holding with this library. You can use 4 button types for different needs.", + "website": "https://github.com/duinolibs/Sbutton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/duinolibs/Sbutton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/duinolibs/Sbutton-0.1.0.zip", + "archiveFileName": "Sbutton-0.1.0.zip", + "size": 4699, + "checksum": "SHA-256:945e20828175bb4930955e4171558190223aa14d802702e2ef3de7f90a8a2fb2" + }, + { + "name": "Sbutton", + "version": "0.1.2", + "author": "stepko", + "maintainer": "stepko", + "sentence": "Button library for easy use", + "paragraph": "You can easily control your Arduino project using multickicks or/and holding with this library. You can use 4 button control types for different needs.", + "website": "https://github.com/duinolibs/Sbutton", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/duinolibs/Sbutton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/duinolibs/Sbutton-0.1.2.zip", + "archiveFileName": "Sbutton-0.1.2.zip", + "size": 4864, + "checksum": "SHA-256:98e29d0df25512b3075a0e4b2ba79272630e563e69a5fcab9021b39b13a0658c" + }, + { + "name": "EncoderTool", + "version": "2.0.0", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-2.0.0.zip", + "archiveFileName": "EncoderTool-2.0.0.zip", + "size": 2404784, + "checksum": "SHA-256:9c2d3633c42baf568e7d3c2c7734d3b3270be1b6f792ebb149df19f12e35cdd2" + }, + { + "name": "EncoderTool", + "version": "2.1.0", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2", + "version": "\u003e=2.53" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-2.1.0.zip", + "archiveFileName": "EncoderTool-2.1.0.zip", + "size": 2406045, + "checksum": "SHA-256:244baeae7f77425fa4aff1b4b81e966be9e866e2cc9299baa6b25e536d80f31a" + }, + { + "name": "EncoderTool", + "version": "2.2.0", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2", + "version": "\u003e=2.53" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-2.2.0.zip", + "archiveFileName": "EncoderTool-2.2.0.zip", + "size": 2406271, + "checksum": "SHA-256:59425ee74ccc45a4f72db4a02c241987a7b8a45f33bb33ac90681eae4dbfb310" + }, + { + "name": "EncoderTool", + "version": "2.3.0", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2", + "version": "\u003e=2.53" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-2.3.0.zip", + "archiveFileName": "EncoderTool-2.3.0.zip", + "size": 2633829, + "checksum": "SHA-256:022f9810397a441fd4cfeb9e9299dc6d5ace8c78fd99735e876938171bad2a67" + }, + { + "name": "EncoderTool", + "version": "2.3.1", + "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", + "sentence": "Read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2", + "version": "\u003e=2.53" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-2.3.1.zip", + "archiveFileName": "EncoderTool-2.3.1.zip", + "size": 2633829, + "checksum": "SHA-256:b255e7cf042f6952e8b02aa7d11a10ef7a1b26b64f65888c68be8e617251af07" + }, + { + "name": "EncoderTool", + "version": "3.0.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Library to read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-3.0.0.zip", + "archiveFileName": "EncoderTool-3.0.0.zip", + "size": 2627319, + "checksum": "SHA-256:6c2e5f5211ad091612abf9a0b5aa8bb25471156bfa7ec5ed0fee622e174c13ec" + }, + { + "name": "EncoderTool", + "version": "3.0.2", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Library to read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-3.0.2.zip", + "archiveFileName": "EncoderTool-3.0.2.zip", + "size": 7075789, + "checksum": "SHA-256:c6d1c57f9bf6622aa78fcdee000e87c48606f9c27b3cb6bff2caa894a1e52640" + }, + { + "name": "EncoderTool", + "version": "3.0.3", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Library to read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-3.0.3.zip", + "archiveFileName": "EncoderTool-3.0.3.zip", + "size": 7075789, + "checksum": "SHA-256:05e2ba0d64b2c4771df45ff1c6089424e327f07c3282e549881d5c60621f48b5" + }, + { + "name": "EncoderTool", + "version": "3.0.5", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Library to read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-3.0.5.zip", + "archiveFileName": "EncoderTool-3.0.5.zip", + "size": 7075866, + "checksum": "SHA-256:3f77bb5587a4731da308cc2f8aa36760367a7173e291bdbd153912679d7ef6cb" + }, + { + "name": "EncoderTool", + "version": "3.0.6", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Library to read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-3.0.6.zip", + "archiveFileName": "EncoderTool-3.0.6.zip", + "size": 7051351, + "checksum": "SHA-256:2af467caef58f041cf51597868c4918f4943ca2821b5b3fe3350ffc60685e547" + }, + { + "name": "EncoderTool", + "version": "3.2.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Library to read out mechanical rotary encoders", + "paragraph": "The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers. It supports the common types of encoders (full / quad / half) and some variants. It provides periodic and limit modes and can invoke callbacks on value changes.", + "website": "https://github.com/luni64/EncoderTool", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/luni64/EncoderTool.git", + "providesIncludes": [ + "EncoderTool.h" + ], + "dependencies": [ + { + "name": "Bounce2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/EncoderTool-3.2.0.zip", + "archiveFileName": "EncoderTool-3.2.0.zip", + "size": 7082164, + "checksum": "SHA-256:ebefd43bdfca3f62b3a979b89664f72758fbb1e5671efda28549f7d080aac1ec" + }, + { + "name": "tinyTimeR", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Easily implement timer interrupts.", + "paragraph": "a library to Easily implement timer interrupts.", + "website": "https://github.com/chrmlinux/tinyTimeR", + "category": "Timing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyTimeR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyTimeR-0.0.1.zip", + "archiveFileName": "tinyTimeR-0.0.1.zip", + "size": 3565, + "checksum": "SHA-256:fdc97c31261aa308886ab74710851da252fce6519cc275f584bb5ac54df6f718" + }, + { + "name": "tinyTimeR", + "version": "0.0.2", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Easily implement timer interrupts.", + "paragraph": "a library to Easily implement timer interrupts.", + "website": "https://github.com/chrmlinux/tinyTimeR", + "category": "Timing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyTimeR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyTimeR-0.0.2.zip", + "archiveFileName": "tinyTimeR-0.0.2.zip", + "size": 3724, + "checksum": "SHA-256:921b72875d27633e770ba4d119191aa34e94635871d57c4363283b74c8ed01ec" + }, + { + "name": "Commander-API", + "version": "2.0.0", + "author": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "maintainer": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "sentence": "This library can be used to create a simple command parser.", + "paragraph": "It simply parses text based commands and find the corresponding functions for them.", + "website": "https://github.com/dani007200964/Commander-API", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dani007200964/Commander-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dani007200964/Commander_API-2.0.0.zip", + "archiveFileName": "Commander_API-2.0.0.zip", + "size": 2303187, + "checksum": "SHA-256:9fa8735f3075e413d1a0a138472e7de22aa444fb9322eda4e9606c44deb5b736" + }, + { + "name": "Commander-API", + "version": "2.0.1", + "author": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "maintainer": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "sentence": "This library can be used to create a simple command parser.", + "paragraph": "It simply parses text based commands and find the corresponding functions for them.", + "website": "https://github.com/dani007200964/Commander-API", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dani007200964/Commander-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dani007200964/Commander_API-2.0.1.zip", + "archiveFileName": "Commander_API-2.0.1.zip", + "size": 1328282, + "checksum": "SHA-256:4a6c2212287b6293f2d6435d9055ccdbf5bf4da753a2cfab33cc40655cbdf188" + }, + { + "name": "Commander-API", + "version": "2.0.2", + "author": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "maintainer": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "sentence": "This library can be used to create a simple command parser.", + "paragraph": "It simply parses text based commands and find the corresponding functions for them.", + "website": "https://github.com/dani007200964/Commander-API", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dani007200964/Commander-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dani007200964/Commander_API-2.0.2.zip", + "archiveFileName": "Commander_API-2.0.2.zip", + "size": 1885003, + "checksum": "SHA-256:c5f1b20bb30a9a9c088d7c502c05af4b86550a401164f2a575f6105d77c2b1ef" + }, + { + "name": "Commander-API", + "version": "2.1.0", + "author": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "maintainer": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "sentence": "This library can be used to create a simple command parser.", + "paragraph": "It simply parses text based commands and find the corresponding functions for them.", + "website": "https://github.com/dani007200964/Commander-API", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dani007200964/Commander-API.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dani007200964/Commander_API-2.1.0.zip", + "archiveFileName": "Commander_API-2.1.0.zip", + "size": 2147710, + "checksum": "SHA-256:8dffbe187832311d131053bbae95fff6c8b2f090f857312a0c547d6b343cc2be" + }, + { + "name": "MultivariateNormal", + "version": "0.1.0", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for sampling from a multivariate normal distribution", + "paragraph": "Arduino library for sampling from a multivariate normal distribution", + "website": "https://github.com/PowerBroker2/MultivariateNormal", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/MultivariateNormal.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MultivariateNormal-0.1.0.zip", + "archiveFileName": "MultivariateNormal-0.1.0.zip", + "size": 6368, + "checksum": "SHA-256:96f0f0433b64de61ec9d0d790b206739833faaa42e28cbcd12b75016133ff04b" + }, + { + "name": "MultivariateNormal", + "version": "0.1.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino library for sampling from a multivariate normal distribution", + "paragraph": "Arduino library for sampling from a multivariate normal distribution", + "website": "https://github.com/PowerBroker2/MultivariateNormal", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PowerBroker2/MultivariateNormal.git", + "dependencies": [ + { + "name": "Bolder Flight Systems Eigen" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/MultivariateNormal-0.1.1.zip", + "archiveFileName": "MultivariateNormal-0.1.1.zip", + "size": 7093, + "checksum": "SHA-256:5078661a53a1b9e8024730c4ab1c573aeac9c0b74ce2f48c478fb129cfd9ece7" + }, + { + "name": "DFRobot_URM07", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A range sensor(SKU:SEN0153)", + "paragraph": "Compatible with all Arduino platforms", + "website": "https://github.com/DFRobot/DFRobot_URM07", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_URM07.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_URM07-1.0.0.zip", + "archiveFileName": "DFRobot_URM07-1.0.0.zip", + "size": 55740, + "checksum": "SHA-256:68c82e59e0d38511a7683a85eed8cb6c3c1670831c51a1d837532d24966d61dd" + }, + { + "name": "DFRobot_QMC5883", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing(kaixing.peng@dfrobot.com)", + "sentence": "Electronic compass drive library(SKU:SEN0140).", + "paragraph": "Compatible with QMC5883 HMC5883 and VMC5883.", + "website": "https://github.com/DFRobot/DFRobot_QMC5883", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_QMC5883.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_QMC5883-1.0.0.zip", + "archiveFileName": "DFRobot_QMC5883-1.0.0.zip", + "size": 160705, + "checksum": "SHA-256:7552551c233a56e11475ad3cd807dddb899a76516d85c71bd7ef7565aa651f2a" + }, + { + "name": "DFRobot_TCS34725", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A color sensor library", + "paragraph": "Gets the ambient light color", + "website": "https://github.com/DFRobot/DFRobot_TCS34725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_TCS34725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_TCS34725-1.0.0.zip", + "archiveFileName": "DFRobot_TCS34725-1.0.0.zip", + "size": 76435, + "checksum": "SHA-256:e45910d27339248ccd3e87821069d46b091d3cb6be02f5947401568dee92904a" + }, + { + "name": "DFRobot_I2C_Multiplexer", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing(kaixing.peng@dfrobot.com)", + "sentence": "I2C expansion module support library(SKU:DFR0576).", + "paragraph": "In this way, multiple I2C devices with the same address on the same I2C port on the main control board can communicate with each other and be used normally.", + "website": "https://github.com/DFRobot/DFRobot_I2C_Multiplexer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_I2C_Multiplexer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_I2C_Multiplexer-1.0.0.zip", + "archiveFileName": "DFRobot_I2C_Multiplexer-1.0.0.zip", + "size": 135644, + "checksum": "SHA-256:3d65a0c2f071d76b5431bc4f33b7f3813019c4bd2a08e8925b69ef0093b63d79" + }, + { + "name": "DFRobot_I2C_Multiplexer", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "PengKaixing(kaixing.peng@dfrobot.com)", + "sentence": "I2C expansion module support library(SKU:DFR0576).", + "paragraph": "In this way, multiple I2C devices with the same address on the same I2C port on the main control board can communicate with each other and be used normally.", + "website": "https://github.com/DFRobot/DFRobot_I2C_Multiplexer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_I2C_Multiplexer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_I2C_Multiplexer-1.0.1.zip", + "archiveFileName": "DFRobot_I2C_Multiplexer-1.0.1.zip", + "size": 135689, + "checksum": "SHA-256:6162e13b1e1024fed7aac29533ce94b83815ced9ae1f10d039d47a525ac05aa9" + }, + { + "name": "DFRobot_I2C_Multiplexer", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "PengKaixing(kaixing.peng@dfrobot.com) [qsjhyy](yihuan.huang@dfrobot.com)", + "sentence": "I2C expansion module support library(SKU:DFR0576).", + "paragraph": "In this way, multiple I2C devices with the same address on the same I2C port on the main control board can communicate with each other and be used normally.", + "website": "https://github.com/DFRobot/DFRobot_I2C_Multiplexer", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_I2C_Multiplexer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_I2C_Multiplexer-1.0.2.zip", + "archiveFileName": "DFRobot_I2C_Multiplexer-1.0.2.zip", + "size": 139380, + "checksum": "SHA-256:60fd60d4a33543326457bf8ffb268839ca20da90377c4b0b8270959de26a59fe" + }, + { + "name": "DFRobot_Gesture_Touch", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A gesture detection and touch detection sensor(SKU:SEN0285).", + "paragraph": "Support for Arduino and Raspberry PI", + "website": "https://github.com/DFRobot/DFRobot_Gesture_Touch", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_Gesture_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_Gesture_Touch-1.0.0.zip", + "archiveFileName": "DFRobot_Gesture_Touch-1.0.0.zip", + "size": 130568, + "checksum": "SHA-256:9712a85aeb4d862d9b5565655b489ddb2700603c16c2eebe8bacf3a8ca0bfb7d" + }, + { + "name": "High Performance IMU BMI085", + "version": "1.0.0", + "author": "Nanhe Chen \u003cnanhe_chen@qq.com\u003e", + "maintainer": "Nanhe Chen \u003cnanhe_chen@qq.com\u003e", + "sentence": "Library for communicating with the Bosch BMI085 6 axis IMU.", + "paragraph": "This library supports both I2C and SPI communication with the BMI085 along with accessing the BMI085 advanced features, such as synchronized output.", + "website": "https://github.com/South-River/BMI085-arduino", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/South-River/BMI085-arduino.git", + "providesIncludes": [ + "BMI085.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/South-River/High_Performance_IMU_BMI085-1.0.0.zip", + "archiveFileName": "High_Performance_IMU_BMI085-1.0.0.zip", + "size": 22439, + "checksum": "SHA-256:17b0a5b0ce645815450777bd8edd1160f82359edb1e125ac2042cde68773e0b4" + }, + { + "name": "Mini QOI", + "version": "1.0.0", + "author": "Shranav Palakurthi \u003cepicface2304@gmail.com\u003e", + "maintainer": "Shranav Palakurthi \u003cepicface2304@gmail.com\u003e", + "sentence": "A streaming QOI decoder, designed for embedded systems with very little RAM.", + "paragraph": "Mini QOI (abbreviated mQOI) is a streaming QOI decoder, designed for embedded systems with very little RAM. It bypasses the 400MP limit of the reference decoder, requires no dynamic memory allocation, needs about 300 bytes of RAM while decoding an image, and supports decoding an incoming QOI stream byte-by-byte!", + "website": "https://github.com/shraiwi/mini-qoi", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shraiwi/mini-qoi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shraiwi/Mini_QOI-1.0.0.zip", + "archiveFileName": "Mini_QOI-1.0.0.zip", + "size": 27526, + "checksum": "SHA-256:a40463daf0c7f81145d0e52d6af0119f96464b7a9c1147e2ca13deed0c70155a" + }, + { + "name": "Mini QOI", + "version": "1.0.1", + "author": "Shranav Palakurthi \u003cepicface2304@gmail.com\u003e", + "maintainer": "Shranav Palakurthi \u003cepicface2304@gmail.com\u003e", + "sentence": "A streaming QOI decoder, designed for embedded systems with very little RAM.", + "paragraph": "Mini QOI (abbreviated mQOI) is a streaming QOI decoder, designed for embedded systems with very little RAM. It bypasses the 400MP limit of the reference decoder, requires no dynamic memory allocation, needs about 300 bytes of RAM while decoding an image, and supports decoding an incoming QOI stream byte-by-byte!", + "website": "https://github.com/shraiwi/mini-qoi", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/shraiwi/mini-qoi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shraiwi/Mini_QOI-1.0.1.zip", + "archiveFileName": "Mini_QOI-1.0.1.zip", + "size": 28451, + "checksum": "SHA-256:4d168a7a225ee5a874c797de096732c0b7fedb717ec5b3a388a50f194061e79f" + }, + { + "name": "ContinuousStepper", + "version": "1.0.0", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-1.0.0.zip", + "archiveFileName": "ContinuousStepper-1.0.0.zip", + "size": 5393, + "checksum": "SHA-256:e7360754e14ff663cb85bf2e9e0a9e3216ba2786b6c81553e5e5003421d315b8" + }, + { + "name": "ContinuousStepper", + "version": "1.1.0", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-1.1.0.zip", + "archiveFileName": "ContinuousStepper-1.1.0.zip", + "size": 7725, + "checksum": "SHA-256:ceb2a307ec999bd95b87d7c4ffff73e1cc4afa116bb3399f89334a9037b058db" + }, + { + "name": "ContinuousStepper", + "version": "1.1.1", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-1.1.1.zip", + "archiveFileName": "ContinuousStepper-1.1.1.zip", + "size": 8824, + "checksum": "SHA-256:433ad5044a8b98169e0b1f1c560b1222b7077b3104b95fe20534c02a43a2d8b9" + }, + { + "name": "ContinuousStepper", + "version": "1.2.0", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-1.2.0.zip", + "archiveFileName": "ContinuousStepper-1.2.0.zip", + "size": 8908, + "checksum": "SHA-256:a572279fca476e2c02c68ad70ee30b987f74856a76d21359a25d7c3ba35f71a0" + }, + { + "name": "ContinuousStepper", + "version": "2.0.0", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-2.0.0.zip", + "archiveFileName": "ContinuousStepper-2.0.0.zip", + "size": 10903, + "checksum": "SHA-256:01d278db5d993b99ed1e0e3e60bad9bac2d64217a08286201575fb551d63731a" + }, + { + "name": "ContinuousStepper", + "version": "2.1.0", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes. Optionally runs with TimerOne, TimerThree, or TeensyTimerTool.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-2.1.0.zip", + "archiveFileName": "ContinuousStepper-2.1.0.zip", + "size": 24083, + "checksum": "SHA-256:39609fe968115000e635e062f93f627350bf1448efd0eec0309be243dc65a585" + }, + { + "name": "ContinuousStepper", + "version": "2.2.0", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes. Optionally runs with TimerOne, TimerThree, or TeensyTimerTool.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-2.2.0.zip", + "archiveFileName": "ContinuousStepper-2.2.0.zip", + "size": 29824, + "checksum": "SHA-256:d495fbb43590b2d8f0da496eb6bd73f500cad45f3a4d51667ed7caf03e254f3e" + }, + { + "name": "ContinuousStepper", + "version": "3.0.0", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes. Optionally runs with TimerOne, TimerThree, or TeensyTimerTool.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-3.0.0.zip", + "archiveFileName": "ContinuousStepper-3.0.0.zip", + "size": 43985, + "checksum": "SHA-256:be0f9c27d8ebea29b666dcf326751b5789748f633c9329d312c2e9d35857855a" + }, + { + "name": "ContinuousStepper", + "version": "3.0.1", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes. Optionally runs with TimerOne, TimerThree, or TeensyTimerTool.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-3.0.1.zip", + "archiveFileName": "ContinuousStepper-3.0.1.zip", + "size": 44037, + "checksum": "SHA-256:da9db51d0156fd982d53db0c73b8d0eb4a77002a4d5e89671800411fbf215041" + }, + { + "name": "ContinuousStepper", + "version": "3.0.2", + "author": "Benoit Blanchon", + "maintainer": "Benoit Blanchon", + "sentence": "An Arduino library to spin stepper motors in continuous motions.", + "paragraph": "Contrary to other stepper libraries, this one doesn't provide any function to move the shaft at a specific angle. Instead, it provides one function to spin the shaft at a specific speed. It smoothly accelerates and decelerates when the speed changes. Optionally runs with TimerOne, TimerThree, or TeensyTimerTool.", + "website": "https://github.com/bblanchon/ArduinoContinuousStepper", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bblanchon/ArduinoContinuousStepper.git", + "providesIncludes": [ + "ContinuousStepper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bblanchon/ContinuousStepper-3.0.2.zip", + "archiveFileName": "ContinuousStepper-3.0.2.zip", + "size": 44633, + "checksum": "SHA-256:5ad50f44bf00f598ed9d17913bd83b9c10681c02e68687ce025376fcfe4556ed" + }, + { + "name": "Dashboard IoT", + "version": "1.0.0", + "author": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e", + "sentence": "Library for Dashboard IoT Platform by Nusabot.", + "paragraph": "Dashboard is an platform for IoT develpoment to build web app without code, it using MQTT protocol by defualt with a bunch of fetaures.", + "website": "https://dashboard.nusabot.com", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nusabot-iot/dashboard-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Dashboard_IoT-1.0.0.zip", + "archiveFileName": "Dashboard_IoT-1.0.0.zip", + "size": 47720, + "checksum": "SHA-256:82738950dd18c5042210e82a8590f5f25dbb38a807fc9d5e3645197fdbd05a37" + }, + { + "name": "Dashboard IoT", + "version": "1.0.1", + "author": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e", + "sentence": "Library for Dashboard IoT Platform by Nusabot.", + "paragraph": "Dashboard is an platform for IoT develpoment to build web app without code, it using MQTT protocol by defualt with a bunch of fetaures.", + "website": "https://dashboard.nusabot.com", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nusabot-iot/dashboard-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Dashboard_IoT-1.0.1.zip", + "archiveFileName": "Dashboard_IoT-1.0.1.zip", + "size": 47700, + "checksum": "SHA-256:5d8362ef210bde527d6ce4237cdbf7ad7ab6291b9ed58dec047b77e9fa6e12d8" + }, + { + "name": "Dashboard IoT", + "version": "2.0.0", + "author": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e", + "sentence": "Library for Dashboard IoT Platform by Nusabot.", + "paragraph": "Dashboard is an platform for IoT development to build web app without code, it using MQTT protocol by default with a bunch of fetaures.", + "website": "https://dashboard.nusabot.com", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nusabot-iot/dashboard-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Dashboard_IoT-2.0.0.zip", + "archiveFileName": "Dashboard_IoT-2.0.0.zip", + "size": 57595, + "checksum": "SHA-256:5603c15fec3f689b40d1401b9bc035069623063d95a9629dbe4407de7c0ff8f5" + }, + { + "name": "Dashboard IoT", + "version": "1.0.3", + "author": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e", + "sentence": "Library for Dashboard IoT Platform by Nusabot.", + "paragraph": "Dashboard is an platform for IoT development to build web app without code, it using MQTT protocol by default with a bunch of fetaures.", + "website": "https://dashboard.nusabot.com", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nusabot-iot/dashboard-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Dashboard_IoT-1.0.3.zip", + "archiveFileName": "Dashboard_IoT-1.0.3.zip", + "size": 57599, + "checksum": "SHA-256:295a81e0ade8847ece9b344b867a183c89dc7756da18acaaeab36962ba32c5c8" + }, + { + "name": "Dashboard IoT", + "version": "2.0.1", + "author": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e", + "sentence": "Library for Dashboard IoT Platform by Nusabot.", + "paragraph": "Dashboard is an platform for IoT development to build web app without code, it using MQTT protocol by default with a bunch of fetaures.", + "website": "https://dashboard.nusabot.com", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nusabot-iot/dashboard-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Dashboard_IoT-2.0.1.zip", + "archiveFileName": "Dashboard_IoT-2.0.1.zip", + "size": 61291, + "checksum": "SHA-256:8c792ab028410b3063575d79be5de5ebf62ae80a8a68401b2f744c6a51cc8f06" + }, + { + "name": "Dashboard IoT", + "version": "2.0.2", + "author": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e", + "sentence": "Library for Dashboard IoT Platform by Nusabot.", + "paragraph": "Dashboard is an platform for IoT development to build web app without code, it using MQTT protocol by default with a bunch of fetaures.", + "website": "https://dashboard.nusabot.com", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nusabot-iot/dashboard-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Dashboard_IoT-2.0.2.zip", + "archiveFileName": "Dashboard_IoT-2.0.2.zip", + "size": 60320, + "checksum": "SHA-256:8cc9ecbfb5bad093630fdae7af623fabfa7f849874d0b3656b7957202cd2ec1e" + }, + { + "name": "Dashboard IoT", + "version": "2.0.3", + "author": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e, Wiku Trisno Agung \u003cwiku.dstrn09@gmail.com\u003e", + "sentence": "Library for Dashboard IoT Platform by Nusabot.", + "paragraph": "Dashboard is an platform for IoT development to build web app without code, it using MQTT protocol by default with a bunch of fetaures.", + "website": "https://dashboard.nusabot.com", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nusabot-iot/dashboard-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Dashboard_IoT-2.0.3.zip", + "archiveFileName": "Dashboard_IoT-2.0.3.zip", + "size": 60328, + "checksum": "SHA-256:d8b11c36eb8496cb08a86726655019a42b25926f175a2eb5b5929814811bfba0" + }, + { + "name": "UMS3 Helper", + "version": "1.0.0", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "Helper library for UnexpectedMaker S3 boards", + "paragraph": "Supports TinyS3, ProS3 and FeatherS3", + "website": "https://github.com/UnexpectedMaker/esp32s3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UnexpectedMaker/esp32s3-arduino-helper.git", + "providesIncludes": [ + "UMS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/UMS3_Helper-1.0.0.zip", + "archiveFileName": "UMS3_Helper-1.0.0.zip", + "size": 6702, + "checksum": "SHA-256:c9ce76b8c25a8cb64bc80612600352d85fe22ca6092b4028020f900ccf5331a4" + }, + { + "name": "UMS3 Helper", + "version": "1.0.1", + "author": "UnexpectedMaker", + "maintainer": "UnexpectedMaker", + "sentence": "Helper library for UnexpectedMaker S3 boards", + "paragraph": "Supports TinyS3, ProS3 and FeatherS3", + "website": "https://github.com/UnexpectedMaker/esp32s3", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UnexpectedMaker/esp32s3-arduino-helper.git", + "providesIncludes": [ + "UMS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/UMS3_Helper-1.0.1.zip", + "archiveFileName": "UMS3_Helper-1.0.1.zip", + "size": 6702, + "checksum": "SHA-256:0ad284dfa197ce02383339e44ee8e15f56e4ad38a71349477c3c57d2a643215d" + }, + { + "name": "SPIShiftRegister", + "version": "1.0.0", + "author": "bsch2734, bsch2734@yahoo.com", + "maintainer": "bsch2734, bsch2734@yahoo.com", + "sentence": "A simple library for controlling any length of chained 595 style shift registers over the built in I2C bus.", + "paragraph": "This can increase the speed of communication and reduce the number of pins a project needs. Individual bits can be easily set or toggled.", + "website": "https://github.com/bsch2734/SpiShiftRegisterChain", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bsch2734/SpiShiftRegisterChain.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bsch2734/SPIShiftRegister-1.0.0.zip", + "archiveFileName": "SPIShiftRegister-1.0.0.zip", + "size": 3829, + "checksum": "SHA-256:493e637fcd03b5bfa9a758170bf113ec5c125c6c4f091bf588711973f9b310d7" + }, + { + "name": "SPIShiftRegister", + "version": "1.0.2", + "author": "bsch2734, bsch2734@yahoo.com", + "maintainer": "bsch2734, bsch2734@yahoo.com", + "sentence": "A simple library for controlling any length of chained 595 style shift registers over the built in SPI bus.", + "paragraph": "This can increase the speed of communication and reduce the number of pins a project needs. Individual bits can be easily set or toggled.", + "website": "https://github.com/bsch2734/SPIShiftRegisterChain", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bsch2734/SpiShiftRegisterChain.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bsch2734/SPIShiftRegister-1.0.2.zip", + "archiveFileName": "SPIShiftRegister-1.0.2.zip", + "size": 3800, + "checksum": "SHA-256:f073bc019bb261be7d196a6849ac1764900fc9ba830d3958ec1f3186ff146c33" + }, + { + "name": "SPIShiftRegister", + "version": "1.1.0", + "author": "bsch2734, bsch2734@yahoo.com", + "maintainer": "bsch2734, bsch2734@yahoo.com", + "sentence": "A simple library for controlling any length of chained 595 style shift registers over the built in SPI bus.", + "paragraph": "This can increase the speed of communication and reduce the number of pins a project needs. Individual bits can be easily set or toggled.", + "website": "https://github.com/bsch2734/SPIShiftRegisterChain", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bsch2734/SpiShiftRegisterChain.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bsch2734/SPIShiftRegister-1.1.0.zip", + "archiveFileName": "SPIShiftRegister-1.1.0.zip", + "size": 3910, + "checksum": "SHA-256:61c43c096723c971dccf56062fa136e5fdecfa090220715ded1ecc44297fe2cb" + }, + { + "name": "FTP_Server_Teensy41", + "version": "1.0.0", + "author": "Jean-Michel Gallego, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "FTP Server for Teensy 4.1 using SD, FS, etc.", + "paragraph": "FTP server for Teensy 4.1 with QNEthernet, NativeEthernet or W5x00 using Ethernet_Generic Library", + "website": "https://github.com/khoih-prog/FTP_Server_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTP_Server_Teensy41.git", + "providesIncludes": [ + "FTP_Server_Teensy41.h", + "FTP_Server_Teensy41.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTP_Server_Teensy41-1.0.0.zip", + "archiveFileName": "FTP_Server_Teensy41-1.0.0.zip", + "size": 72779, + "checksum": "SHA-256:7977651b50fd0b515ff2bf7aabf8720dd0cbd32761f4d1836067a0741098b823" + }, + { + "name": "FTP_Server_Teensy41", + "version": "1.1.0", + "author": "Jean-Michel Gallego, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "FTP Server for Teensy 4.1 using SD, FS, etc.", + "paragraph": "FTP server for Teensy 4.1 with QNEthernet, NativeEthernet or W5x00 using Ethernet_Generic Library", + "website": "https://github.com/khoih-prog/FTP_Server_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTP_Server_Teensy41.git", + "providesIncludes": [ + "FTP_Server_Teensy41.h", + "FTP_Server_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTP_Server_Teensy41-1.1.0.zip", + "archiveFileName": "FTP_Server_Teensy41-1.1.0.zip", + "size": 74377, + "checksum": "SHA-256:4aef94d3fdb07dcdaa85c453766f2d0cb39530cdb0ee2e4c20e9ed14d703a4d7" + }, + { + "name": "FTP_Server_Teensy41", + "version": "1.2.0", + "author": "Jean-Michel Gallego, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "FTP Server for Teensy 4.1 using SD, FS, etc.", + "paragraph": "FTP server for Teensy 4.1 with QNEthernet, NativeEthernet or W5x00 using Ethernet_Generic Library", + "website": "https://github.com/khoih-prog/FTP_Server_Teensy41", + "category": "Communication", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTP_Server_Teensy41.git", + "providesIncludes": [ + "FTP_Server_Teensy41.h", + "FTP_Server_Teensy41.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTP_Server_Teensy41-1.2.0.zip", + "archiveFileName": "FTP_Server_Teensy41-1.2.0.zip", + "size": 82768, + "checksum": "SHA-256:b1903d69c094f1fa96ff30a0cd5f16574ca1af776caa1e5ddbdc160a3b80e59a" + }, + { + "name": "lwIP", + "version": "1.0.0", + "author": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "maintainer": "Victor Chavez \u003cchavez-bermudez@fh-aachen.de\u003e", + "sentence": "LWIP Library port for Arduino", + "paragraph": "LWIP port", + "website": "https://github.com/vChavezB/lwip-Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vChavezB/lwip-Arduino.git", + "providesIncludes": [ + "lwIP_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vChavezB/lwIP-1.0.0.zip", + "archiveFileName": "lwIP-1.0.0.zip", + "size": 1323942, + "checksum": "SHA-256:700ecfe0ea17018d1f2ac71b91b399e803d7e9f302bb8c8d016052e5909071bd" + }, + { + "name": "ArrayUtils", + "version": "0.0.1", + "author": "Sandeep Prasad \u003chttps://github.com/SkyIsTheLimit\u003e", + "maintainer": "Sandeep Prasad \u003chttps://github.com/SkyIsTheLimit\u003e", + "sentence": "Array utility functions for arduino.", + "paragraph": "Perform operations on arrays in arduino code.", + "website": "https://github.com/SkyIsTheLimit/arduino-array-utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SkyIsTheLimit/arduino-array-utils.git", + "providesIncludes": [ + "ArrayUtils.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SkyIsTheLimit/ArrayUtils-0.0.1.zip", + "archiveFileName": "ArrayUtils-0.0.1.zip", + "size": 4280, + "checksum": "SHA-256:55c50301230d6e41c267dc7b05d1f0bace828a10a19875845e8d3b1d10771aca" + }, + { + "name": "ArrayUtils", + "version": "0.0.3", + "author": "Sandeep Prasad \u003chttps://github.com/SkyIsTheLimit\u003e", + "maintainer": "Sandeep Prasad \u003chttps://github.com/SkyIsTheLimit\u003e", + "sentence": "Array utility functions for arduino.", + "paragraph": "Perform operations on arrays in arduino code.", + "website": "https://github.com/SkyIsTheLimit/arduino-array-utils", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SkyIsTheLimit/arduino-array-utils.git", + "providesIncludes": [ + "ArrayUtils.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SkyIsTheLimit/ArrayUtils-0.0.3.zip", + "archiveFileName": "ArrayUtils-0.0.3.zip", + "size": 4384, + "checksum": "SHA-256:e7e52763bd72f7a916f6e3b0878f1f1f45fb4da17f436dcdbc1a125865288e49" + }, + { + "name": "PixieChromaLite", + "version": "0.1.0", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "RAM-limited Library for controlling Pixie Chroma displays on small microcontrollers!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by @lixielabs, while using far less RAM than the main library. (This version omits many of the fancy color/animation options of the full library as a trade-off.)", + "website": "https://github.com/connornishijima/Pixie_Chroma_Lite", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma_Lite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/PixieChromaLite-0.1.0.zip", + "archiveFileName": "PixieChromaLite-0.1.0.zip", + "size": 12675, + "checksum": "SHA-256:fd5b950fb8473bd64f7102bc0ceab1bf7aa44bf07ac32cde6c24a1848488e887" + }, + { + "name": "PixieChromaLite", + "version": "0.2.0", + "author": "Connor Nishijima", + "maintainer": "Lixie Labs \u003clixielabs@gmail.com\u003e", + "sentence": "RAM-limited Library for controlling Pixie Chroma displays on small microcontrollers!", + "paragraph": "Allows for easy control of Pixie Chroma 5x7 RGB LED displays by @lixielabs, while using far less RAM than the main library. (This version omits many of the fancy color/animation options of the full library as a trade-off.)", + "website": "https://github.com/connornishijima/Pixie_Chroma_Lite", + "category": "Device Control", + "architectures": [ + "avr", + "esp8266", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/connornishijima/Pixie_Chroma_Lite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/PixieChromaLite-0.2.0.zip", + "archiveFileName": "PixieChromaLite-0.2.0.zip", + "size": 13981, + "checksum": "SHA-256:d1124be468bf5f7a64d37bc47fdcfd48a3a9102ea196af2d25db232dcf032871" + }, + { + "name": "CircularQueue", + "version": "1.0.0", + "author": "Francis John N. Magallanes \u003cmagallanesfrancisjohn@gmail.com\u003e", + "maintainer": "Francis John N. Magallanes \u003cmagallanesfrancisjohn@gmail.com\u003e", + "sentence": "Implementation of Queue Data Structure for Arduino Boards", + "paragraph": "This library implements Queue Data Structure for Arduino using statically allocated and fixed length array. Its implementation follows a circular buffer implementation which uses modulo arithmetic.", + "website": "https://github.com/Francis-Magallanes/ArduinoQueue", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Francis-Magallanes/CircularQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Francis-Magallanes/CircularQueue-1.0.0.zip", + "archiveFileName": "CircularQueue-1.0.0.zip", + "size": 9843, + "checksum": "SHA-256:c17b1c91d5ef55c55c531608c0aeb45ef1bb38839f204074742ab64e29739590" + }, + { + "name": "CircularQueue", + "version": "1.1.0", + "author": "Francis John N. Magallanes \u003cmagallanesfrancisjohn@gmail.com\u003e", + "maintainer": "Francis John N. Magallanes \u003cmagallanesfrancisjohn@gmail.com\u003e", + "sentence": "Implementation of Queue Data Structure for Arduino Boards.", + "paragraph": "This library implements Queue Data Structure for Arduino using statically allocated and fixed length array. Its implementation follows a circular buffer implementation which uses modulo arithmetic.", + "website": "https://github.com/Francis-Magallanes/ArduinoQueue", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Francis-Magallanes/CircularQueue.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Francis-Magallanes/CircularQueue-1.1.0.zip", + "archiveFileName": "CircularQueue-1.1.0.zip", + "size": 9922, + "checksum": "SHA-256:8c2ce1a4b9c15a4c91e8b21c6cd20794cc285b100e95f60efb519d2f20f0ed2c" + }, + { + "name": "Sim Racing Library", + "version": "1.0.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Interface with sim racing peripherals including pedals and gear shifters.", + "paragraph": "Works out of the box with the Logitech pedals and Logitech Driving Force gear shifter. Supports easy USB joystick output.", + "website": "https://github.com/dmadison/Sim-Racing-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/Sim-Racing-Arduino.git", + "providesIncludes": [ + "SimRacing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Sim_Racing_Library-1.0.0.zip", + "archiveFileName": "Sim_Racing_Library-1.0.0.zip", + "size": 86326, + "checksum": "SHA-256:76ac4e6f7d9642c7fa1c28ced060b3da819db64b7fced6f3cbe230eb22db3bc8" + }, + { + "name": "Sim Racing Library", + "version": "1.1.0", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Interface with sim racing peripherals including pedals, gear shifters, and handbrakes.", + "paragraph": "Works out of the box with the Logitech pedals and Logitech Driving Force gear shifter. Supports easy USB joystick output.", + "website": "https://github.com/dmadison/Sim-Racing-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/Sim-Racing-Arduino.git", + "providesIncludes": [ + "SimRacing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Sim_Racing_Library-1.1.0.zip", + "archiveFileName": "Sim_Racing_Library-1.1.0.zip", + "size": 90502, + "checksum": "SHA-256:eee5687181d555d83551cf6ef65a928938d9a4060a135e3a71a9cd63651569d0" + }, + { + "name": "Sim Racing Library", + "version": "1.1.1", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Interface with sim racing peripherals including pedals, gear shifters, and handbrakes.", + "paragraph": "Works out of the box with the Logitech pedals and Logitech Driving Force gear shifter. Supports easy USB joystick output.", + "website": "https://github.com/dmadison/Sim-Racing-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/Sim-Racing-Arduino.git", + "providesIncludes": [ + "SimRacing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Sim_Racing_Library-1.1.1.zip", + "archiveFileName": "Sim_Racing_Library-1.1.1.zip", + "size": 90499, + "checksum": "SHA-256:955a5520b30419ab4f68de2821d650c01302235530a5bcb6e5935c94a244d471" + }, + { + "name": "Sim Racing Library", + "version": "1.1.2", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Interface with sim racing peripherals including pedals, gear shifters, and handbrakes.", + "paragraph": "Works out of the box with the Logitech pedals and Logitech Driving Force gear shifter. Supports easy USB joystick output.", + "website": "https://github.com/dmadison/Sim-Racing-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/Sim-Racing-Arduino.git", + "providesIncludes": [ + "SimRacing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Sim_Racing_Library-1.1.2.zip", + "archiveFileName": "Sim_Racing_Library-1.1.2.zip", + "size": 91303, + "checksum": "SHA-256:ad543c9f92dc20544b3f2a302674a9578f2abf4da572ca748534b03e22cbd951" + }, + { + "name": "Sim Racing Library", + "version": "1.1.3", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Interface with sim racing peripherals including pedals, gear shifters, and handbrakes.", + "paragraph": "Works out of the box with the Logitech pedals and Logitech Driving Force gear shifter. Supports easy USB joystick output.", + "website": "https://github.com/dmadison/Sim-Racing-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/Sim-Racing-Arduino.git", + "providesIncludes": [ + "SimRacing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Sim_Racing_Library-1.1.3.zip", + "archiveFileName": "Sim_Racing_Library-1.1.3.zip", + "size": 91335, + "checksum": "SHA-256:2a8244599108c2383bed84a69d3050d9eab50988f24771e6ea0a6d3e948e9228" + }, + { + "name": "Sim Racing Library", + "version": "1.1.4", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Interface with sim racing peripherals including pedals, gear shifters, and handbrakes.", + "paragraph": "Works out of the box with the Logitech pedals and Logitech Driving Force gear shifter. Supports easy USB joystick output.", + "website": "https://github.com/dmadison/Sim-Racing-Arduino", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dmadison/Sim-Racing-Arduino.git", + "providesIncludes": [ + "SimRacing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/Sim_Racing_Library-1.1.4.zip", + "archiveFileName": "Sim_Racing_Library-1.1.4.zip", + "size": 94959, + "checksum": "SHA-256:b805e2103fac4adf71f80df2e15acb8df0d21a5ddbe2c680e62056404f6aa866" + }, + { + "name": "BLESensorGateway", + "version": "1.0.0", + "author": "Alessandro Ranellucci", + "maintainer": "Alessandro Ranellucci \u003calessandro@pintle.it\u003e", + "sentence": "allows to read data from a local BLE sensor and send it to Arduino Cloud and viceversa.", + "paragraph": "This library enables the creation of bidirectional gateways that talk to local BLE devices and then connect to Arduino Cloud. In order to support NINA-based boards that do not work with BLE and WiFi at the same time, it automatically switches between the two modes. It is implemented as an abstract framework so that you can write the logic to talk to any specific BLE device and handle any number of variables. The library itself also includes the implementation for the Xiaomi Mi Flora.", + "website": "https://github.com/alranel/BLESensorGateway", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alranel/BLESensorGateway.git", + "dependencies": [ + { + "name": "ArduinoIoTCloud" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "Arduino_ConnectionHandler" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alranel/BLESensorGateway-1.0.0.zip", + "archiveFileName": "BLESensorGateway-1.0.0.zip", + "size": 13500, + "checksum": "SHA-256:9822282c22c81f4fa0dd973812b9aa0988eb43c6edfd3905dbacd19a4dd27ccc" + }, + { + "name": "motor system IC TLE956x", + "version": "1.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons motor system IC TLE956x", + "paragraph": "This library is directly compatible with the Infineon BLDC Motor Control Shield and Evaluation Board with TLE9563-3QX", + "website": "https://github.com/Infineon/motor-system-ic-tle956x", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/motor-system-ic-tle956x.git", + "providesIncludes": [ + "BLDCM-control-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/motor_system_IC_TLE956x-1.0.2.zip", + "archiveFileName": "motor_system_IC_TLE956x-1.0.2.zip", + "size": 49619, + "checksum": "SHA-256:22bfc856db7dd3d92c5c5dbcb0a6b00a00e25c00f6ee0e841d43cc6078c01b06" + }, + { + "name": "motor system IC TLE956x", + "version": "2.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "This library provides an interface for Infineons motor system IC TLE956x", + "paragraph": "This library is directly compatible with the Infineon BLDC Motor Control Shield with TLE9563-3QX and DC Motor Control Shield with TLE9562-3QX", + "website": "https://github.com/Infineon/motor-system-ic-tle956x", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Infineon/motor-system-ic-tle956x.git", + "providesIncludes": [ + "BLDCM-control-ino.hpp", + "DCM-control-ino.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/motor_system_IC_TLE956x-2.0.0.zip", + "archiveFileName": "motor_system_IC_TLE956x-2.0.0.zip", + "size": 7757040, + "checksum": "SHA-256:94af12f620c97a9134ca8be15b20153a94a8d8e6a0d15757e09d4456c93382e9" + }, + { + "name": "OOCSI", + "version": "1.5.13", + "author": "Jort Band, Mathias Funk", + "maintainer": "Mathias Funk \u003cm.funk@tue.nl\u003e", + "sentence": "OOCSI client library for the ESP32, ESP8266, Arduino MKR Wifi 101, Arduino UNO Wifi, Arduino Nano 33 IoT, and Arduino Nano RP2040", + "paragraph": "Library for easy connection and communication with the ESP32, ESP8266 and Arduino NANO 33 IoT modules over the OOCSI platform", + "website": "https://github.com/iddi/oocsi-esp", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iddi/oocsi-esp.git", + "providesIncludes": [ + "OOCSI.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iddi/OOCSI-1.5.13.zip", + "archiveFileName": "OOCSI-1.5.13.zip", + "size": 46755, + "checksum": "SHA-256:e05ef3e022b7bb171d216b10b8610784a4c12e9d0a21248bacd7e83e3e60ec40" + }, + { + "name": "OOCSI", + "version": "1.5.14", + "author": "Jort Band, Mathias Funk", + "maintainer": "Mathias Funk \u003cm.funk@tue.nl\u003e", + "sentence": "OOCSI client library for the ESP32, ESP8266, Arduino MKR Wifi 101, Arduino UNO Wifi, Arduino Nano 33 IoT, and Arduino Nano RP2040", + "paragraph": "Library for easy connection and communication with the ESP32, ESP8266 and Arduino NANO 33 IoT modules over the OOCSI platform", + "website": "https://github.com/iddi/oocsi-esp", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266", + "samd", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/iddi/oocsi-esp.git", + "providesIncludes": [ + "OOCSI.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iddi/OOCSI-1.5.14.zip", + "archiveFileName": "OOCSI-1.5.14.zip", + "size": 47530, + "checksum": "SHA-256:4adb8f155e509cdee5897d4fb513a0f40bf514c3c908b8b18ab451637c872155" + }, + { + "name": "Toggle", + "version": "1.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for 3-position switches (SP3T, On-Off-On). Simple to use, automatic pin mode configuration, uses very little memory.", + "paragraph": "Ten status functions available.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-1.0.0.zip", + "archiveFileName": "Toggle-1.0.0.zip", + "size": 6962, + "checksum": "SHA-256:1f8a2e1dd476fb72c9ecc60d5af3988f94a058de26bd29108baf141e1ec0e721" + }, + { + "name": "Toggle", + "version": "2.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino switch and button library for SPST, SPDT or SP3T contacts. Simple to use, provides debouncing, deglitching and uses very little memory.", + "paragraph": "Status indicates one-shot transitions (depicting direction) and current position status.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.0.0.zip", + "archiveFileName": "Toggle-2.0.0.zip", + "size": 6897, + "checksum": "SHA-256:2f8dfeedb2ad9dead0b9b32913a472b4dc3bb9503adf06d16a60827a39cdcb70" + }, + { + "name": "Toggle", + "version": "2.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino switch and button library for SPST, SPDT or SP3T contacts. Simple to use, provides debouncing, deglitching and uses very little memory.", + "paragraph": "Captures one-shot transitions (depicting direction) and current position status.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.1.0.zip", + "archiveFileName": "Toggle-2.1.0.zip", + "size": 7559, + "checksum": "SHA-256:19890518d10d8a0bb02359fa5121fecde7aa2a8963807128294cd07b34b58064" + }, + { + "name": "Toggle", + "version": "2.1.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino switch and button library for SPST, SPDT or SP3T contacts. Simple to use, provides debouncing, deglitching and uses very little memory.", + "paragraph": "Captures one-shot transitions (depicting direction) and current position status.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.1.1.zip", + "archiveFileName": "Toggle-2.1.1.zip", + "size": 7542, + "checksum": "SHA-256:a351b61834937d6eeaf472c3651deb3a47b7459dcebe0e872e43cd039fc309b8" + }, + { + "name": "Toggle", + "version": "2.2.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for deglitching and debouncing signals, stored data, buttons and switches. Decodes transistions (depicting direction) for SPST, SPDT or SP3T contacts.", + "paragraph": "Captures one-shot transitions and current status. Simple to use.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.2.0.zip", + "archiveFileName": "Toggle-2.2.0.zip", + "size": 9463, + "checksum": "SHA-256:fdd133aed84a24ede8fbf0f67398efab9ba8c1dfafedfdf135381fd72fe1b19a" + }, + { + "name": "Toggle", + "version": "2.2.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for deglitching and debouncing signals, stored data, buttons and switches. Decodes transistions (depicting direction) for SPST, SPDT or SP3T contacts.", + "paragraph": "Captures one-shot transitions and current status. Simple to use.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.2.1.zip", + "archiveFileName": "Toggle-2.2.1.zip", + "size": 9617, + "checksum": "SHA-256:78cf884a1ad3ab6b94a3a5433be5c2fac5cc25a5133dfe796e00bd0b76d5577d" + }, + { + "name": "Toggle", + "version": "2.2.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for deglitching and debouncing signals, stored data, buttons and switches. Decodes transistions (depicting direction) for SPST, SPDT or SP3T contacts.", + "paragraph": "Captures one-shot transitions and current status. Simple to use.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.2.2.zip", + "archiveFileName": "Toggle-2.2.2.zip", + "size": 12655, + "checksum": "SHA-256:a57a233cd490bddcb64412598d1b41d2ccf5b8b290cb81a4547fdff28bc6c999" + }, + { + "name": "Toggle", + "version": "2.3.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for deglitching and debouncing signals, stored data, buttons and switches. Decodes transistions (depicting direction) for SPST, SPDT or SP3T contacts.", + "paragraph": "Captures one-shot transitions and current status. Simple to use.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.3.0.zip", + "archiveFileName": "Toggle-2.3.0.zip", + "size": 14540, + "checksum": "SHA-256:a08629fa54008b902ff057d7c8417db7408271caf878547cd9a0266b41361c78" + }, + { + "name": "Toggle", + "version": "2.4.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for deglitching and debouncing signals, stored data, buttons and switches. Decodes transistions (depicting direction) for SPST, SPDT or SP3T contacts.", + "paragraph": "Captures one-shot transitions and current status. Simple to use.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.4.0.zip", + "archiveFileName": "Toggle-2.4.0.zip", + "size": 16911, + "checksum": "SHA-256:85f3d94d875b22456adfc04ef639547bb41840bb7827ca36599a65473c352cbd" + }, + { + "name": "Toggle", + "version": "2.4.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for deglitching and debouncing signals, stored data, buttons and switches. Decodes transistions (depicting direction) for SPST, SPDT or SP3T contacts.", + "paragraph": "Captures one-shot transitions and current status. Simple to use.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.4.1.zip", + "archiveFileName": "Toggle-2.4.1.zip", + "size": 18292, + "checksum": "SHA-256:471504ab466cd0ff714171cc560814e631b2a5dce9cde7635aece9f11966556e" + }, + { + "name": "Toggle", + "version": "2.5.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino library for deglitching and debouncing signals, stored data, buttons and switches. Decodes transistions (depicting direction) for SPST, SPDT or SP3T contacts.", + "paragraph": "Captures one-shot transitions and current status. Simple to use.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.5.0.zip", + "archiveFileName": "Toggle-2.5.0.zip", + "size": 16463, + "checksum": "SHA-256:fbb36930d7f4d5f2c0fffb135b08d0e4effb952c005f53862ff2f5e202e4bb86" + }, + { + "name": "Toggle", + "version": "2.5.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Robust algorithm ignores up to several consecutive spikes or dropouts.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.5.1.zip", + "archiveFileName": "Toggle-2.5.1.zip", + "size": 15718, + "checksum": "SHA-256:c94c1c1e5c89ed88797de7f181d99573e85f8a173149250bbb42208aebec49d4" + }, + { + "name": "Toggle", + "version": "2.5.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Robust algorithm ignores up to several consecutive spikes or dropouts.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.5.2.zip", + "archiveFileName": "Toggle-2.5.2.zip", + "size": 17648, + "checksum": "SHA-256:7949a427f88f78ba23f78be43562e12c1265222412c1404aaf04fc1a00fa222f" + }, + { + "name": "Toggle", + "version": "2.5.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Flexible algorithm with Robust, Normal and Quick response modes.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-2.5.3.zip", + "archiveFileName": "Toggle-2.5.3.zip", + "size": 18601, + "checksum": "SHA-256:a158409d27256a30c57abad568fd1026666ad1fc627b35b2bb5665c2b40c54e2" + }, + { + "name": "Toggle", + "version": "3.0.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Flexible algorithm with Robust, Normal and Quick response modes.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.0.0.zip", + "archiveFileName": "Toggle-3.0.0.zip", + "size": 19493, + "checksum": "SHA-256:477ee96158cf56654d8dc536f2b608a02d4b891e4563996664299979391c56d2" + }, + { + "name": "Toggle", + "version": "3.0.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Flexible algorithm with Robust, Normal and Quick response modes.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.0.1.zip", + "archiveFileName": "Toggle-3.0.1.zip", + "size": 19571, + "checksum": "SHA-256:e863a585fe92c310c88c06c53e371a78682c0740a44e4d34d2aeadb78b1005ae" + }, + { + "name": "Toggle", + "version": "3.0.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Flexible algorithm with Robust, Normal and Quick response modes.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.0.2.zip", + "archiveFileName": "Toggle-3.0.2.zip", + "size": 20797, + "checksum": "SHA-256:69b2a7bc3abfc53f8d9b7ab0d2472ae803e2d208efebb88868771ba4063da441" + }, + { + "name": "Toggle", + "version": "3.1.0", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Flexible algorithm with Robust, Normal and Quick response modes.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.0.zip", + "archiveFileName": "Toggle-3.1.0.zip", + "size": 22183, + "checksum": "SHA-256:5b10833158d7cb365aaf8e4f441570795356610bba63b1cddae199d7b7df998d" + }, + { + "name": "Toggle", + "version": "3.1.1", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Flexible algorithm with Robust, Normal and Quick response modes.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.1.zip", + "archiveFileName": "Toggle-3.1.1.zip", + "size": 22198, + "checksum": "SHA-256:5d513ab0a37e63987389a9207d4ccecec8c40fab6e3548fa24bfafe0bee8d5f1" + }, + { + "name": "Toggle", + "version": "3.1.2", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Flexible algorithm with Robust, Normal and Quick response modes.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.2.zip", + "archiveFileName": "Toggle-3.1.2.zip", + "size": 22802, + "checksum": "SHA-256:8a65dc864e84f81d2f3f5a01a31d70798a0d659558176dfb68e587ba998512fb" + }, + { + "name": "Toggle", + "version": "3.1.3", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Robust debounce algorithm.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.3.zip", + "archiveFileName": "Toggle-3.1.3.zip", + "size": 21972, + "checksum": "SHA-256:0b221cb71f3a39ca1fd99cf565aec6dfa746b3b4c90690043c020210dc27b389" + }, + { + "name": "Toggle", + "version": "3.1.4", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Robust debounce algorithm.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.4.zip", + "archiveFileName": "Toggle-3.1.4.zip", + "size": 22026, + "checksum": "SHA-256:644efc67c1ddfeb4899d20e331f80d053dd25c2aebbd763df634072c6cca8963" + }, + { + "name": "Toggle", + "version": "3.1.5", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Robust debounce algorithm.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.5.zip", + "archiveFileName": "Toggle-3.1.5.zip", + "size": 21256, + "checksum": "SHA-256:3d08d90c1bb77331abdf0739e70cc44a55b14edaacd78ee34a972ad95412777a" + }, + { + "name": "Toggle", + "version": "3.1.6", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "Arduino bounce library for deglitching and debouncing hardware, signals and data. Works with all switch types, port expander and other 8-bit data sources.", + "paragraph": "Robust debounce algorithm.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.6.zip", + "archiveFileName": "Toggle-3.1.6.zip", + "size": 24277, + "checksum": "SHA-256:e6fbf03923c5bfcf263cd93809025916788e85415eb1f469fc6620e7b724d1b3" + }, + { + "name": "Toggle", + "version": "3.1.7", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "AArduino button debounce library for various switch types, port expanders and other 8-bit data sources.", + "paragraph": "Fast and robust debounce algorithm.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.7.zip", + "archiveFileName": "Toggle-3.1.7.zip", + "size": 24837, + "checksum": "SHA-256:329c53e1549c4e91b9793e22d8fa34540eb96712719d25350b9d7d3d50e25905" + }, + { + "name": "Toggle", + "version": "3.1.8", + "author": "David Lloyd", + "maintainer": "David Lloyd \u003cdlloydev@testcor.ca\u003e", + "sentence": "AArduino button debounce library for various switch types, port expanders and other 8-bit data sources.", + "paragraph": "Fast and robust debounce algorithm.", + "website": "https://github.com/Dlloydev/Toggle", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Dlloydev/Toggle.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dlloydev/Toggle-3.1.8.zip", + "archiveFileName": "Toggle-3.1.8.zip", + "size": 25505, + "checksum": "SHA-256:9e1b744d8edebf8352f6c8931572174c8cc653ebaee6458f3586e0e10dbb8579" + }, + { + "name": "CV7OEMFR", + "version": "3.1.2", + "author": "Maxime Lebegue \u003cmaxime.lebegue@laposte.net\u003e", + "maintainer": "Maxime Lebegue \u003cmaxime.lebegue@laposte.net\u003e", + "sentence": "Enables provisioning.", + "paragraph": "With this library, you can retrieve data from NMEA0183 frames. Of type $IIMWV and $WIXDR.", + "website": "https://github.com/MaximeLBG/CV7OEMFR.git", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaximeLBG/CV7OEMFR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaximeLBG/CV7OEMFR-3.1.2.zip", + "archiveFileName": "CV7OEMFR-3.1.2.zip", + "size": 6607, + "checksum": "SHA-256:c1d071a2de0322f5f100d6ef16c66e7d02224032469363d27926c63ee9e8a76c" + }, + { + "name": "CV7OEMFR", + "version": "1.2.1", + "author": "Maxime Lebegue, maxime.lebegue@laposte.net", + "maintainer": "Maxime Lebegue, maxime.lebegue@laposte.net", + "sentence": "Enables provisioning.", + "paragraph": "With this library, you can retrieve data from NMEA0183 frames. Of type $IIMWV and $WIXDR. I created this library in partnership with the high school Charles de Foucault in Nancy, France. They gave me the materials to use. In particular an ultrasonic anemometer.", + "website": "https://github.com/MaximeLBG/CV7OEMFR", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MaximeLBG/CV7OEMFR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaximeLBG/CV7OEMFR-1.2.1.zip", + "archiveFileName": "CV7OEMFR-1.2.1.zip", + "size": 61154, + "checksum": "SHA-256:cf91bfcefe295c713f06939dd729972b6a14d0d932a438ccca39a7629c941bfc" + }, + { + "name": "btnapi", + "version": "1.0.0", + "author": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "maintainer": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "sentence": "Library for conecting buttons", + "paragraph": "Can conect all types of buttons. Can return clicks, holds, number of multyclicks", + "website": "https://github.com/Wolodia-M/btnapi-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wolodia-M/btnapi-library.git", + "providesIncludes": [ + "btnapi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wolodia-M/btnapi-1.0.0.zip", + "archiveFileName": "btnapi-1.0.0.zip", + "size": 7237, + "checksum": "SHA-256:7f01fb9967d2f428f99b74cd8c487cb6d3b932406b4a1a6f1456ee2620ff1171" + }, + { + "name": "btnapi", + "version": "1.0.1", + "author": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "maintainer": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "sentence": "Library for conecting buttons", + "paragraph": "Can conect all types of buttons. Can return clicks, holds, number of multyclicks", + "website": "https://github.com/Wolodia-M/btnapi-library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wolodia-M/btnapi-library.git", + "providesIncludes": [ + "btnapi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wolodia-M/btnapi-1.0.1.zip", + "archiveFileName": "btnapi-1.0.1.zip", + "size": 19801, + "checksum": "SHA-256:b1da58c25712c3e67637878e8325e619db3c6862ab12045f771eb2743d42ae29" + }, + { + "name": "flagsapi", + "version": "1.0.0", + "author": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "maintainer": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "sentence": "Library for packing bits", + "paragraph": "Can use uint8_t(byte) and uint16_t(unsigned int) and pack 1, 2, 3 or 4 bits", + "website": "https://github.com/Wolodia-M/flagsapi-library", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wolodia-M/flagsapi-library.git", + "providesIncludes": [ + "flagsapi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wolodia-M/flagsapi-1.0.0.zip", + "archiveFileName": "flagsapi-1.0.0.zip", + "size": 4004, + "checksum": "SHA-256:2150fdaf365384d62139156014fdafe3c35dcbe145d6c4a2dc3dc302927ab6ee" + }, + { + "name": "TapatioElectronics", + "version": "1.0.0", + "author": "Miguel Angel Delgado Lopez", + "maintainer": "Miguel Delgado \u003cMiguel.delgadolop@gmail.com\u003e", + "sentence": "Allows access to the use of sensors, actuators and control panels designed by Tapatio Electronics", + "paragraph": "This library is designed to use all cards developed by Tapatio Electronics, including sensor bars for line following robots, power control boards for robots, IoT boards and more.", + "website": "https://github.com/MdelgadoL83/TapatioElectronics", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MdelgadoL83/TapatioElectronics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MdelgadoL83/TapatioElectronics-1.0.0.zip", + "archiveFileName": "TapatioElectronics-1.0.0.zip", + "size": 11892, + "checksum": "SHA-256:0b9c9d160c437728819abebf50dc3fd3c5ca0fef2d2b9b5dccc92c3edb8f2dda" + }, + { + "name": "TapatioElectronics", + "version": "1.0.1", + "author": "Miguel Angel Delgado Lopez", + "maintainer": "Miguel Delgado \u003cMiguel.delgadolop@gmail.com\u003e", + "sentence": "Allows access to the use of sensors, actuators and control panels designed by Tapatio Electronics", + "paragraph": "This library is designed to use all cards developed by Tapatio Electronics, including sensor bars for line following robots, power control boards for robots, IoT boards and more.", + "website": "https://github.com/MdelgadoL83/TapatioElectronics", + "category": "Device Control", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MdelgadoL83/TapatioElectronics.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MdelgadoL83/TapatioElectronics-1.0.1.zip", + "archiveFileName": "TapatioElectronics-1.0.1.zip", + "size": 11898, + "checksum": "SHA-256:b10e51ebcdbc928bebb7af670d43fe5cb5084fd958f858afae6db8e89539d080" + }, + { + "name": "DFRobot_CH423", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e", + "sentence": "CH423 IO Expansion Module(SKU:DFR0979\u0026DFR0980).", + "paragraph": "This is a 24-bit digital pins expansion board that communicates with main-controller via IIC to read and set Level value of the pins.", + "website": "https://github.com/DFRobot/DFRobot_CH423", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_CH423.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_CH423-1.0.0.zip", + "archiveFileName": "DFRobot_CH423-1.0.0.zip", + "size": 62082, + "checksum": "SHA-256:381cf22001f2b6184e5fc5d33822b7e629c9e13789e27c1467f7c4931ab31336" + }, + { + "name": "SIKTEC_MDSwitch", + "version": "1.0.1", + "author": "SIKTEC", + "maintainer": "Shlomo\u003cshlomohassid@gmail.com\u003e", + "sentence": "Library to easily use Multi Direction Switches.", + "paragraph": "Interrupt based triggering - all ISR logic is cross platform (AVR, ESP) and done in the background correctly.", + "website": "https://github.com/siktec-lab/SIKTEC-MDSwitch", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-MDSwitch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_MDSwitch-1.0.1.zip", + "archiveFileName": "SIKTEC_MDSwitch-1.0.1.zip", + "size": 12323, + "checksum": "SHA-256:617e9c57a36b347fb497cc7aad11d218d83234c3295884ce2ffade4fc47f656a" + }, + { + "name": "DFRobot_OLED12864", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "OLED12864 multifunctional module(SKU: DFR0507).", + "paragraph": ".", + "website": "https://github.com/DFRobot/DFRobot_OLED12864", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_OLED12864.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_OLED12864-1.0.0.zip", + "archiveFileName": "DFRobot_OLED12864-1.0.0.zip", + "size": 335707, + "checksum": "SHA-256:45ae9f90f9f41aae9b23a5d1965cc8e7f77fcd9569d95c194279ad5b71c5befa" + }, + { + "name": "DFRobot_Heartrate", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for SON1303(SKU: SEN0203).", + "paragraph": "The DFRobot heart rate sensor is a thumb-sized heart rate monitor designed for Arduino microcontrollers.", + "website": "https://github.com/DFRobot/DFRobot_Heartrate", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_Heartrate.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_Heartrate-1.0.0.zip", + "archiveFileName": "DFRobot_Heartrate-1.0.0.zip", + "size": 1218028, + "checksum": "SHA-256:b01d6a87450e5a86815fa53b2f14b7f37d8173023393a1cfe43f9de6ee0759df" + }, + { + "name": "SIKTEC_SPI", + "version": "1.0.1", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "A Lightweight SPI wrapper for HW SPI and Software SPI", + "paragraph": "A Better api to establish SPI comunication - supports hardware SPI and Software SPI - Auto toggling CS pins and transactions.", + "website": "https://github.com/siktec-lab/SIKTEC-SPI", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-SPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SPI-1.0.1.zip", + "archiveFileName": "SIKTEC_SPI-1.0.1.zip", + "size": 8076, + "checksum": "SHA-256:bd1aeda86c6e0addb20a8376d32ac91b7095d460dfd4eb1d9776aaf2a5a9807e" + }, + { + "name": "SIKTEC_SPI", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "A Lightweight SPI wrapper for HW SPI and Software SPI", + "paragraph": "A Better api to establish SPI comunication - supports hardware SPI and Software SPI - Auto toggling CS pins and transactions.", + "website": "https://github.com/siktec-lab/SIKTEC-SPI", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-SPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SPI-1.0.2.zip", + "archiveFileName": "SIKTEC_SPI-1.0.2.zip", + "size": 8160, + "checksum": "SHA-256:1bbf1eb2b685ae70aea489148e541b8007407bda0afc54b7e31fa5351b9ccb0d" + }, + { + "name": "ResistorReader_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/arduino-ResistorReader", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-ResistorReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ResistorReader_asukiaaa-1.0.0.zip", + "archiveFileName": "ResistorReader_asukiaaa-1.0.0.zip", + "size": 4199, + "checksum": "SHA-256:625b6266ba30160cf1a6ac200e5666234c147c3056a6495cf3ca571c70bcfbf1" + }, + { + "name": "ResistorReader_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It controls BLVD20KM or BLVD40NM", + "paragraph": "It can write and read value for Oriental Motor Controller BLVDKM.", + "website": "https://github.com/asukiaaa/arduino-ResistorReader", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-ResistorReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ResistorReader_asukiaaa-1.0.1.zip", + "archiveFileName": "ResistorReader_asukiaaa-1.0.1.zip", + "size": 4973, + "checksum": "SHA-256:53718903e0e99970a7b03bbc2bf32a205b8d8c08240541563a690c867457c31f" + }, + { + "name": "ResistorReader_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It read value of a resistor.", + "paragraph": "It can get value of a resistor with using upper or lower resistors.", + "website": "https://github.com/asukiaaa/arduino-ResistorReader", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-ResistorReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ResistorReader_asukiaaa-1.0.2.zip", + "archiveFileName": "ResistorReader_asukiaaa-1.0.2.zip", + "size": 4951, + "checksum": "SHA-256:27fdea75e9b87dba85cc42f508df22875f4a4cf1d03a258853d0789cd8976d11" + }, + { + "name": "SIKTEC_SRAM", + "version": "1.0.1", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "Library for Interfacing Microchip SRAM chips", + "paragraph": "Suitable and tested with Microchip 23K256-I/SN should work with most of the same family.", + "website": "https://github.com/siktec-lab/SIKTEC-SRAM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-SRAM.git", + "dependencies": [ + { + "name": "SIKTEC_SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SRAM-1.0.1.zip", + "archiveFileName": "SIKTEC_SRAM-1.0.1.zip", + "size": 11960, + "checksum": "SHA-256:285569bf154a70704c971fdcbbd80625c354b6d1048864a29cc5ab9d7e31bd5c" + }, + { + "name": "SIKTEC_SRAM", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "Library for Interfacing Microchip SRAM chips", + "paragraph": "Suitable and tested with Microchip 23K256-I/SN should work with most of the same family.", + "website": "https://github.com/siktec-lab/SIKTEC-SRAM", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-SRAM.git", + "dependencies": [ + { + "name": "SIKTEC_SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_SRAM-1.0.2.zip", + "archiveFileName": "SIKTEC_SRAM-1.0.2.zip", + "size": 11996, + "checksum": "SHA-256:6e3cec1300b4b1ef47e95d3881ea3fe0a5e3cacd16f9a0a117c5497dccf25878" + }, + { + "name": "SimpleFSM", + "version": "1.0.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP state machine library.", + "paragraph": "It allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/SimpleFSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/SimpleFSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/SimpleFSM-1.0.0.zip", + "archiveFileName": "SimpleFSM-1.0.0.zip", + "size": 25483, + "checksum": "SHA-256:f37703653c9e72b6dadc3c0cfd4b5112d7a5154348bb95ed927b3406672aaad6" + }, + { + "name": "SimpleFSM", + "version": "1.0.1", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP state machine library.", + "paragraph": "It allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/SimpleFSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/SimpleFSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/SimpleFSM-1.0.1.zip", + "archiveFileName": "SimpleFSM-1.0.1.zip", + "size": 25551, + "checksum": "SHA-256:bf2b246ac840b6547ff0a88a66e3451a2ecde64e054cf748bfe7a056d55156dd" + }, + { + "name": "SimpleFSM", + "version": "1.1.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP state machine library.", + "paragraph": "It allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/SimpleFSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/SimpleFSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/SimpleFSM-1.1.0.zip", + "archiveFileName": "SimpleFSM-1.1.0.zip", + "size": 26479, + "checksum": "SHA-256:ed3e7f059b725b94208d02a28874b938e9f1de71dc972b5cc2c6146132ab7fa4" + }, + { + "name": "SimpleFSM", + "version": "1.2.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP state machine library.", + "paragraph": "It allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/SimpleFSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/SimpleFSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/SimpleFSM-1.2.0.zip", + "archiveFileName": "SimpleFSM-1.2.0.zip", + "size": 27190, + "checksum": "SHA-256:9ea9a28733512ad5924948af507c3285bae533a71622a75524ce7e387f1c8ac4" + }, + { + "name": "SimpleFSM", + "version": "1.3.0", + "author": "Lennart Hennigs", + "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", + "sentence": "Arduino/ESP state machine library.", + "paragraph": "It allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32.", + "website": "https://github.com/LennartHennigs/SimpleFSM", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LennartHennigs/SimpleFSM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/SimpleFSM-1.3.0.zip", + "archiveFileName": "SimpleFSM-1.3.0.zip", + "size": 28303, + "checksum": "SHA-256:5ce24a136d0a49f08c057759c83d8a2d3326e1af62f31142d00ae61be202dd32" + }, + { + "name": "extendFor", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Add and subtract from 0 to 10 in 2 steps each.", + "paragraph": "a library to Add and subtract from 0 to 10 in 2 steps each.", + "website": "https://github.com/chrmlinux/extendFor", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/extendFor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/extendFor-0.0.1.zip", + "archiveFileName": "extendFor-0.0.1.zip", + "size": 3472, + "checksum": "SHA-256:6292e463a72a32ab3e3f6c48b3679fe587bd12b9a1beb52e7ee45223fa166574" + }, + { + "name": "Gauge_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It calculates value from sample values.", + "paragraph": "It calcuates value by gradient from input points.", + "website": "https://github.com/asukiaaa/arduino-Gauge", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-Gauge.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/Gauge_asukiaaa-1.0.0.zip", + "archiveFileName": "Gauge_asukiaaa-1.0.0.zip", + "size": 4348, + "checksum": "SHA-256:ca977d3a99c3f77c95f8e0ce86ce93aa911b9f9320b4257965c5af4a15986429" + }, + { + "name": "DHTINT", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor. Integer only to save footprint.", + "paragraph": "based upon DHTNEW", + "website": "https://github.com/RobTillaart/DHTINT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTINT.git", + "providesIncludes": [ + "dhtint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTINT-0.1.0.zip", + "archiveFileName": "DHTINT-0.1.0.zip", + "size": 28886, + "checksum": "SHA-256:5bb3b144df8028ceb04221d31eabb0f8169af164e097ce2db978424ef1e4c89f" + }, + { + "name": "DHTINT", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor. Integer only to save footprint.", + "paragraph": "based upon DHTNEW", + "website": "https://github.com/RobTillaart/DHTINT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTINT.git", + "providesIncludes": [ + "dhtint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTINT-0.1.1.zip", + "archiveFileName": "DHTINT-0.1.1.zip", + "size": 30557, + "checksum": "SHA-256:ff278835aa54cc05893e48d9e259c6e50e7d388cee088bab1da88b4af8f95af0" + }, + { + "name": "DHTINT", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor. Integer only to save footprint.", + "paragraph": "based upon DHTNEW", + "website": "https://github.com/RobTillaart/DHTINT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTINT.git", + "providesIncludes": [ + "dhtint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTINT-0.1.2.zip", + "archiveFileName": "DHTINT-0.1.2.zip", + "size": 30708, + "checksum": "SHA-256:7cd94908df7c068fe45609145f8180594962ea29b21b10fcb37b1caf19bc0c8b" + }, + { + "name": "DHTINT", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor. Integer only to save footprint.", + "paragraph": "based upon DHTNEW", + "website": "https://github.com/RobTillaart/DHTINT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTINT.git", + "providesIncludes": [ + "dhtint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTINT-0.1.3.zip", + "archiveFileName": "DHTINT-0.1.3.zip", + "size": 31702, + "checksum": "SHA-256:4a4eff6fd0979098b3515da4a3758b3bf1aaa273aa4d4efcbb54503b9281ed0b" + }, + { + "name": "DHTINT", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DHT temperature and humidity sensor. Integer only to save footprint.", + "paragraph": "based upon DHTNEW", + "website": "https://github.com/RobTillaart/DHTINT", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/DHTINT.git", + "providesIncludes": [ + "dhtint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTINT-0.1.4.zip", + "archiveFileName": "DHTINT-0.1.4.zip", + "size": 32007, + "checksum": "SHA-256:95aacdf91cd328fae8fb24afc02a25b95f474e86baf3df06ae754c7f156b03ab" + }, + { + "name": "Shellminator", + "version": "1.1.0", + "author": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "maintainer": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "sentence": "This library can be used to interface with VT-100 compatible terminal emulators.", + "paragraph": "It acts like a reduced functionality terminal interface.", + "website": "https://github.com/dani007200964/Shellminator", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dani007200964/Shellminator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dani007200964/Shellminator-1.1.0.zip", + "archiveFileName": "Shellminator-1.1.0.zip", + "size": 1344864, + "checksum": "SHA-256:ab98579a964045b3364ddefb16f7a87c32f820038b6b0ad55d5a14da5bf32ad5" + }, + { + "name": "Shellminator", + "version": "1.1.1", + "author": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "maintainer": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "sentence": "This library can be used to interface with VT-100 compatible terminal emulators.", + "paragraph": "It acts like a reduced functionality terminal interface.", + "website": "https://github.com/dani007200964/Shellminator", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dani007200964/Shellminator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dani007200964/Shellminator-1.1.1.zip", + "archiveFileName": "Shellminator-1.1.1.zip", + "size": 987815, + "checksum": "SHA-256:54b0684ae3fc9568575ece1e4ecc40692ac48a10f5c15c9cd5d1eb91844687f3" + }, + { + "name": "Shellminator", + "version": "1.2.0", + "author": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "maintainer": "Daniel Hajnal \u003chajnal.daniel96@gmail.com\u003e", + "sentence": "This library can be used to interface with VT-100 compatible terminal emulators.", + "paragraph": "It acts like a reduced functionality terminal interface.", + "website": "https://github.com/dani007200964/Shellminator", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dani007200964/Shellminator.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dani007200964/Shellminator-1.2.0.zip", + "archiveFileName": "Shellminator-1.2.0.zip", + "size": 3311676, + "checksum": "SHA-256:8b6a13cffbcb3f87956efc84836ee8e03ebe2b34a9e19329762c1201d90ea908" + }, + { + "name": "NFuncs", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NFuncs library, dependency of other libs, useful functions.", + "paragraph": "This library is used by other NLibraries.", + "website": "https://github.com/Narwhalsss360/NFuncs", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NFuncs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NFuncs-1.0.0.zip", + "archiveFileName": "NFuncs-1.0.0.zip", + "size": 6165, + "checksum": "SHA-256:86fa0fe2189b4aac4cce3e8dcbac75879ff1780ca7000063b26e89a99242d43c" + }, + { + "name": "NFuncs", + "version": "1.0.1", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NFuncs library, dependency of other libs, useful functions.", + "paragraph": "This library is used by other NLibraries.", + "website": "https://github.com/Narwhalsss360/NFuncs", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NFuncs.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NFuncs-1.0.1.zip", + "archiveFileName": "NFuncs-1.0.1.zip", + "size": 6245, + "checksum": "SHA-256:0499c9548a51702dd6b2ed87353584cf9b16acd79c4be119e47d608270be1bfe" + }, + { + "name": "NFuncs", + "version": "1.0.2", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NFuncs library, dependency of other libs, useful functions.", + "paragraph": "This library is used by other NLibraries.", + "website": "https://github.com/Narwhalsss360/NFuncs", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NFuncs.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NFuncs-1.0.2.zip", + "archiveFileName": "NFuncs-1.0.2.zip", + "size": 6336, + "checksum": "SHA-256:6dc8a3a3e2d6851790a3de4dc16e24fd40e989cfa5a35735447236c4c0f91e9a" + }, + { + "name": "NFuncs", + "version": "1.1.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NFuncs library, dependency of other libs, useful functions.", + "paragraph": "This library is used by other NLibraries.", + "website": "https://github.com/Narwhalsss360/NFuncs", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NFuncs.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NFuncs-1.1.0.zip", + "archiveFileName": "NFuncs-1.1.0.zip", + "size": 6733, + "checksum": "SHA-256:28328cff97c21b4be69ab9c931d1b0aff1d58f403d0dfc5089c183c5cc550080" + }, + { + "name": "NRotary", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NRotary library for using rotary encoders.", + "paragraph": "This library makes using Rotary encoders easier and cleaner, uses interrupts.", + "website": "https://github.com/Narwhalsss360/NRotary", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NRotary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NRotary-1.0.0.zip", + "archiveFileName": "NRotary-1.0.0.zip", + "size": 5680, + "checksum": "SHA-256:6c446f889625cc6276e6e3e7fd6ea709c48bb84dfdcfc7ceb1f8bed864827800" + }, + { + "name": "NRotary", + "version": "1.0.1", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NRotary library for using rotary encoders.", + "paragraph": "This library makes using Rotary encoders easier and cleaner, uses interrupts.", + "website": "https://github.com/Narwhalsss360/NRotary", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NRotary.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NRotary-1.0.1.zip", + "archiveFileName": "NRotary-1.0.1.zip", + "size": 5801, + "checksum": "SHA-256:4f07e56a2819b347f15f760e68fe3263ca3be13d6149533823a3d99b17020a5e" + }, + { + "name": "NPush", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NPush library for Push buttons.", + "paragraph": "Use this library for easier use of push buttons.", + "website": "https://github.com/Narwhalsss360/NPush", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NPush.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NPush-1.0.0.zip", + "archiveFileName": "NPush-1.0.0.zip", + "size": 6703, + "checksum": "SHA-256:c04276d6592e573423eca8fa9d09095ef9f190dd04126c36bebf222abf9c0a87" + }, + { + "name": "NPush", + "version": "1.0.1", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NPush library for Push buttons.", + "paragraph": "Use this library for easier use of push buttons.", + "website": "https://github.com/Narwhalsss360/NPush", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NPush.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NPush-1.0.1.zip", + "archiveFileName": "NPush-1.0.1.zip", + "size": 6821, + "checksum": "SHA-256:523ad9e696e19356fe95fc56402ffb95ddf43757e32e8e496167574e844b4682" + }, + { + "name": "NPush", + "version": "2.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NPush library for Push buttons.", + "paragraph": "Use this library for easier use of push buttons.", + "website": "https://github.com/Narwhalsss360/NPush", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NPush.git", + "providesIncludes": [ + "NPush.h" + ], + "dependencies": [ + { + "name": "NDefs" + }, + { + "name": "NEvents" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NPush-2.0.0.zip", + "archiveFileName": "NPush-2.0.0.zip", + "size": 10919, + "checksum": "SHA-256:283348b1b3c2ecfc7e02b98013642efc66b4454624a99ec9c4a55238554c24b3" + }, + { + "name": "NPush", + "version": "2.1.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NPush library for Push buttons.", + "paragraph": "Use this library for easier use of push buttons.", + "website": "https://github.com/Narwhalsss360/NPush", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NPush.git", + "providesIncludes": [ + "NPush.h" + ], + "dependencies": [ + { + "name": "NDefs" + }, + { + "name": "NEvents" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NPush-2.1.0.zip", + "archiveFileName": "NPush-2.1.0.zip", + "size": 10933, + "checksum": "SHA-256:5fad842de385c468d0503ec645a47a2eb518997d16dcb408c087558cf778f2b6" + }, + { + "name": "NColor", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NColor Library, NFuncs required, https://github.com/Narwhalsss360/NFuncs.", + "paragraph": "This is the NColor library containg usefuls for manipulating color such as RGB, HSV and HEXRGB. This also contains RGBLed class to use RGB LEDs.", + "website": "https://github.com/Narwhalsss360/NColor", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NColor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NColor-1.0.0.zip", + "archiveFileName": "NColor-1.0.0.zip", + "size": 6619, + "checksum": "SHA-256:db6b69f9f8a9c2f7576f575c558bf87bc2122f4e9dccac678867ead8e32f2008" + }, + { + "name": "NColor", + "version": "1.0.1", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NColor Library, NFuncs required, https://github.com/Narwhalsss360/NFuncs.", + "paragraph": "This is the NColor library containing usefuls for manipulating color such as RGB, HSV and HEXRGB. This also contains RGBLed class to use RGB LEDs.", + "website": "https://github.com/Narwhalsss360/NColor", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NColor.git", + "dependencies": [ + { + "name": "NDefs" + }, + { + "name": "NFuncs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NColor-1.0.1.zip", + "archiveFileName": "NColor-1.0.1.zip", + "size": 6736, + "checksum": "SHA-256:1b913caae9f57c074dd77a68ff4348c06972e1c8de5fd5ca2d16bf4cb28e0ddf" + }, + { + "name": "ESensors", + "version": "1.0.0", + "author": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "maintainer": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "license": "GPL 3", + "sentence": "Environmental sensors library.", + "paragraph": "Manage recordings from various environmental sensors.", + "website": "https://github.com/janscience/ESensors", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janscience/ESensors.git", + "dependencies": [ + { + "name": "SparkFun BME280" + }, + { + "name": "TSL2591MI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janscience/ESensors-1.0.0.zip", + "archiveFileName": "ESensors-1.0.0.zip", + "size": 118563, + "checksum": "SHA-256:fe9a8fa1e0e2f8f274d3fc8326e5435621c717595e09ce9e51e0a3c0c7b9387d" + }, + { + "name": "ESensors", + "version": "1.1.0", + "author": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "maintainer": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "license": "GPL 3", + "sentence": "Manage recordings from multiple environmental sensors.", + "paragraph": "Blocking and non-blocking reads from many sensors in parallel, sensor readings in adaptable units, output of sensor properties and readings on Serial and into CSV files on SD card, hardware independent derived measures, like for example, dew point and absolute humidity. Currently supported sensors are: BH1750, BME280, DS18x20, and TSL2591.", + "website": "https://github.com/janscience/ESensors", + "category": "Signal Input/Output", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janscience/ESensors.git", + "dependencies": [ + { + "name": "SparkFun BME280" + }, + { + "name": "TSL2591MI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janscience/ESensors-1.1.0.zip", + "archiveFileName": "ESensors-1.1.0.zip", + "size": 1074585, + "checksum": "SHA-256:cd6e8a535336408fb1ea9bd5ff4db93e749cdc5795baec3326ec8284b2bca1d3" + }, + { + "name": "ESP32-USB-Soft-Host", + "version": "0.1.1", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example\"", + "paragraph": "\"ESP32-USB-Soft-Host is a pure software USB host through general IO pins. It can connect up to 4 USB-LS HID (keyboard mouse joystick) devices simultaneously.\"", + "website": "https://github.com/tobozo/ESP32-USB-Soft-Host/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-USB-Soft-Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_USB_Soft_Host-0.1.1.zip", + "archiveFileName": "ESP32_USB_Soft_Host-0.1.1.zip", + "size": 699347, + "checksum": "SHA-256:cc01ab3da530294c1ef78affccd8c1c97140b37a0c9e0399cb5c140bec91e6de" + }, + { + "name": "ESP32-USB-Soft-Host", + "version": "0.1.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example\"", + "paragraph": "\"ESP32-USB-Soft-Host is a pure software USB host through general IO pins. It can connect up to 4 USB-LS HID (keyboard mouse joystick) devices simultaneously.\"", + "website": "https://github.com/tobozo/ESP32-USB-Soft-Host/", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-USB-Soft-Host.git", + "providesIncludes": [ + "ESP32-USB-Soft-Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_USB_Soft_Host-0.1.2.zip", + "archiveFileName": "ESP32_USB_Soft_Host-0.1.2.zip", + "size": 703242, + "checksum": "SHA-256:ff4cd0781affc0a776cf048a5f98a2a165919adc0c3b8644012876f0b7a39385" + }, + { + "name": "ESP32-USB-Soft-Host", + "version": "0.1.3", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example\"", + "paragraph": "\"ESP32-USB-Soft-Host is a pure software USB host through general IO pins. It can connect up to 4 USB-LS HID devices simultaneously.\"", + "website": "https://github.com/tobozo/ESP32-USB-Soft-Host", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-USB-Soft-Host.git", + "providesIncludes": [ + "ESP32-USB-Soft-Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_USB_Soft_Host-0.1.3.zip", + "archiveFileName": "ESP32_USB_Soft_Host-0.1.3.zip", + "size": 703224, + "checksum": "SHA-256:61e19274c8b4214362b252fdcd7552f4a4c006f6f506c51b82166070de003acb" + }, + { + "name": "ESP32-USB-Soft-Host", + "version": "0.1.4", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "sentence": "\"An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example\"", + "paragraph": "\"ESP32-USB-Soft-Host is a pure software USB host through general IO pins. It can connect up to 4 USB-LS HID devices simultaneously.\"", + "website": "https://github.com/tobozo/ESP32-USB-Soft-Host", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/ESP32-USB-Soft-Host.git", + "providesIncludes": [ + "ESP32-USB-Soft-Host.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_USB_Soft_Host-0.1.4.zip", + "archiveFileName": "ESP32_USB_Soft_Host-0.1.4.zip", + "size": 705459, + "checksum": "SHA-256:ccf47080c96fa99175b354d611be24f29ad2fa741a5c56cacbb5954abe698398" + }, + { + "name": "LGFXMeter", + "version": "0.1.1", + "author": "tobozo", + "maintainer": "tobozo", + "sentence": "LGFX based Gauge Decoration and Animation library", + "paragraph": "Create and animate a custom gauge using LovyanGFX for high speed, antialiased rendering.", + "website": "https://github.com/tobozo/LGFXMeter", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/LGFXMeter.git", + "providesIncludes": [ + "LGFXMeter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/LGFXMeter-0.1.1.zip", + "archiveFileName": "LGFXMeter-0.1.1.zip", + "size": 247192, + "checksum": "SHA-256:377c126b8437c597436fe473d1631c32c136f2c5c45946e571d4963db0b0b559" + }, + { + "name": "LGFXMeter", + "version": "0.2.0", + "author": "tobozo", + "maintainer": "tobozo", + "sentence": "LGFX based Gauge Decoration and Animation library", + "paragraph": "Create and animate a custom gauge using LovyanGFX for high speed, antialiased rendering.", + "website": "https://github.com/tobozo/LGFXMeter", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tobozo/LGFXMeter.git", + "providesIncludes": [ + "LGFXMeter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/LGFXMeter-0.2.0.zip", + "archiveFileName": "LGFXMeter-0.2.0.zip", + "size": 249548, + "checksum": "SHA-256:29841166637a4394e96b4bf86b0a3fa589eede25826c5912dbbc8168a0315b48" + }, + { + "name": "ESP32softPWM", + "version": "0.0.1", + "author": "@goji2100", + "maintainer": "@goji2100", + "sentence": "Easily implement software PWM", + "paragraph": "a library to Easily implement software PWM", + "website": "https://github.com/goji2100/ESP32softPWM", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Goji2100/ESP32softPWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Goji2100/ESP32softPWM-0.0.1.zip", + "archiveFileName": "ESP32softPWM-0.0.1.zip", + "size": 3568, + "checksum": "SHA-256:f669a079662dfd257aebf9a9c30e7661489f5e8c76e1a82b6cb7088c3447427c" + }, + { + "name": "ButtonGestures", + "version": "2.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Use one button for up to 6 different functions using gestures!", + "paragraph": "Using single, double, or triple press, long or short 'gestures' you can have up to 6 different functions registered to be called!", + "website": "https://github.com/ripred/ButtonGestures", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/ButtonGestures.git", + "providesIncludes": [ + "ButtonGestures.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/ButtonGestures-2.0.0.zip", + "archiveFileName": "ButtonGestures-2.0.0.zip", + "size": 7271, + "checksum": "SHA-256:49c7d5c0a680f35160d66c2cc9b883f70048062295ff7b2a8111e4a0395266db" + }, + { + "name": "ButtonGestures", + "version": "2.0.3", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Use one button for up to 6 different functions using gestures!", + "paragraph": "Using single, double, or triple press, long or short 'gestures' you can have up to 6 different functions registered to be called!", + "website": "https://github.com/ripred/ButtonGestures", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/ButtonGestures.git", + "providesIncludes": [ + "ButtonGestures.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/ButtonGestures-2.0.3.zip", + "archiveFileName": "ButtonGestures-2.0.3.zip", + "size": 10712, + "checksum": "SHA-256:652d62710627e3597a8dc4146b3bfb734a01d3999e4f2aea26cd46d22e961f0c" + }, + { + "name": "ButtonGestures", + "version": "2.0.5", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Use one button for up to 6 different functions using gestures!", + "paragraph": "Using single, double, or triple press, long or short 'gestures' you can have up to 6 different functions registered to be called!", + "website": "https://github.com/ripred/ButtonGestures", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/ButtonGestures.git", + "providesIncludes": [ + "ButtonGestures.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/ButtonGestures-2.0.5.zip", + "archiveFileName": "ButtonGestures-2.0.5.zip", + "size": 10915, + "checksum": "SHA-256:cca9a6b11d0f37f679db02507b8f4e39b85b1ea69b961dc3071b7d840161a295" + }, + { + "name": "ButtonGestures", + "version": "2.0.6", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Use one button for up to 6 different functions using gestures!", + "paragraph": "Using single, double, or triple press, long or short 'gestures' you can have up to 6 different functions registered to be called!", + "website": "https://github.com/ripred/ButtonGestures", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/ButtonGestures.git", + "providesIncludes": [ + "ButtonGestures.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/ButtonGestures-2.0.6.zip", + "archiveFileName": "ButtonGestures-2.0.6.zip", + "size": 10921, + "checksum": "SHA-256:9477e463ad25071d450990091b95034d58a041006a9d75c6b384e896b4978d45" + }, + { + "name": "TomServo", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Servo Library that allows multiple servos on one battery", + "paragraph": "By putting the servo output pin intoa high-z state we reduce the power consumption when not in use", + "website": "https://github.com/ripred/TomServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/TomServo.git", + "providesIncludes": [ + "TomServo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/TomServo-1.0.0.zip", + "archiveFileName": "TomServo-1.0.0.zip", + "size": 11434, + "checksum": "SHA-256:e698d619ed5435bd235266af18ab43b158447807ddc68e7732facae18bc6024b" + }, + { + "name": "TomServo", + "version": "1.0.1", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Servo Library that allows multiple servos on one battery", + "paragraph": "By putting the servo output pin intoa high-z state we reduce the power consumption when not in use", + "website": "https://github.com/ripred/TomServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/TomServo.git", + "providesIncludes": [ + "TomServo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/TomServo-1.0.1.zip", + "archiveFileName": "TomServo-1.0.1.zip", + "size": 11444, + "checksum": "SHA-256:c041539a908c78527f2c149b7449160303116df63084005275eeb3db4fc558b9" + }, + { + "name": "TomServo", + "version": "1.0.3", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Servo Library that allows multiple servos on one battery", + "paragraph": "By putting the servo output pin intoa high-z state we reduce the power consumption when not in use", + "website": "https://github.com/ripred/TomServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/TomServo.git", + "providesIncludes": [ + "TomServo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/TomServo-1.0.3.zip", + "archiveFileName": "TomServo-1.0.3.zip", + "size": 11621, + "checksum": "SHA-256:39eb7deb5f8975df0fcbc37d982eae25bbee0dc685d331f3dcced3075622798a" + }, + { + "name": "TomServo", + "version": "1.0.4", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Servo Library that allows multiple servos on one battery", + "paragraph": "By putting the servo output pin intoa high-z state we reduce the power consumption when not in use", + "website": "https://github.com/ripred/TomServo", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/TomServo.git", + "providesIncludes": [ + "TomServo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/TomServo-1.0.4.zip", + "archiveFileName": "TomServo-1.0.4.zip", + "size": 12243, + "checksum": "SHA-256:ae1308a9f4e29468d3a6c5d388e61a59ae0184e433391df31cd7999f301e936b" + }, + { + "name": "FTPClient_Generic", + "version": "1.0.0", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.)", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.0.0.zip", + "archiveFileName": "FTPClient_Generic-1.0.0.zip", + "size": 1098562, + "checksum": "SHA-256:bcff0e8d93dcab0bafaed3ee87018b72738f7492fbf588a070edc324be75fb42" + }, + { + "name": "FTPClient_Generic", + "version": "1.1.0", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.)", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.1.0.zip", + "archiveFileName": "FTPClient_Generic-1.1.0.zip", + "size": 1179782, + "checksum": "SHA-256:9f2f2872871601fd39b228f8c7a29bb77f9980faba16c90f4d0194a2d552acc1" + }, + { + "name": "FTPClient_Generic", + "version": "1.2.0", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.)", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc.", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.2.0.zip", + "archiveFileName": "FTPClient_Generic-1.2.0.zip", + "size": 1123381, + "checksum": "SHA-256:8c53009c2b61244f30bde54e73cdc5eb8b22d1b47aa8f14cb6bc96bb6b383fd0" + }, + { + "name": "FTPClient_Generic", + "version": "1.2.1", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.)", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc.", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.2.1.zip", + "archiveFileName": "FTPClient_Generic-1.2.1.zip", + "size": 1124341, + "checksum": "SHA-256:c35269ee7bf283ec14e6c0140e22e263ef3f2a189f62aa58d299551cf2c1cdfc" + }, + { + "name": "FTPClient_Generic", + "version": "1.3.0", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.)", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc.", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.3.0.zip", + "archiveFileName": "FTPClient_Generic-1.3.0.zip", + "size": 1124956, + "checksum": "SHA-256:895cac53622e7e2c2bff7bb4136390cac3113cc4218f365aa40fdf0e3ec9a5bc" + }, + { + "name": "FTPClient_Generic", + "version": "1.4.0", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.)", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5x00 or ENC28J60", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.4.0.zip", + "archiveFileName": "FTPClient_Generic-1.4.0.zip", + "size": 1229895, + "checksum": "SHA-256:0b9a4877591492c9705c89a8c4cfa89f55e9b650109ebb3b94efedad3819dcee" + }, + { + "name": "FTPClient_Generic", + "version": "1.5.0", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RP2040W, etc.), ESP32/ESP8266 using Ethernet", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, RP2040W, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5x00 or ENC28J60", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.5.0.zip", + "archiveFileName": "FTPClient_Generic-1.5.0.zip", + "size": 1650335, + "checksum": "SHA-256:fd9365ece03c1049cb5ebb2c5f30d7ac0ac554869ab5572692959b7a9f5b8a82" + }, + { + "name": "FTPClient_Generic", + "version": "1.6.0", + "author": "Leonardo Bispo \u003cl.bispo@live.com\u003e, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RP2040W, etc.), ESP32/ESP8266 using Ethernet", + "paragraph": "FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, RP2040W, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, W6100, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5500, W6100 or ENC28J60", + "website": "https://github.com/khoih-prog/FTPClient_Generic", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/FTPClient_Generic.git", + "providesIncludes": [ + "FTPClient_Generic.h", + "FTPClient_Generic.hpp" + ], + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "ESP_AT_Lib" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Ethernet_Generic" + }, + { + "name": "STM32duino LwIP" + }, + { + "name": "STM32duino STM32Ethernet" + }, + { + "name": "QNEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/FTPClient_Generic-1.6.0.zip", + "archiveFileName": "FTPClient_Generic-1.6.0.zip", + "size": 1650675, + "checksum": "SHA-256:6164608d858f7b0dcbed5644180653515a5973b0be357ed62eeda13404b27a31" + }, + { + "name": "NDefs", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NDefs library, dependency.", + "paragraph": "This library is used by other Narwhalsss Libraries.", + "website": "https://github.com/Narwhalsss360/NDefs", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NDefs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NDefs-1.0.0.zip", + "archiveFileName": "NDefs-1.0.0.zip", + "size": 1890, + "checksum": "SHA-256:2502cba812733fd6b45ad5ea856ed3d0f60d24a2d05c62a826ee9df2237c69e0" + }, + { + "name": "NDefs", + "version": "1.0.1", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NDefs library, dependency.", + "paragraph": "This library is used by other Narwhalsss Libraries.", + "website": "https://github.com/Narwhalsss360/NDefs", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NDefs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NDefs-1.0.1.zip", + "archiveFileName": "NDefs-1.0.1.zip", + "size": 4439, + "checksum": "SHA-256:91281c159af2a4b9b3cbfca4a5575f735c4f049365872c61c2104979a30be329" + }, + { + "name": "NDefs", + "version": "1.1.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NDefs library, dependency.", + "paragraph": "This library is used by other Narwhalsss Libraries.", + "website": "https://github.com/Narwhalsss360/NDefs", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NDefs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NDefs-1.1.0.zip", + "archiveFileName": "NDefs-1.1.0.zip", + "size": 8411, + "checksum": "SHA-256:97bd740ddbfab94ca1b787b0f9ecdcff7a8c9b5ec64dc2a4a27f7ebea37fdc8f" + }, + { + "name": "SparkFun ADIN1110 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "Kyle Wenner \u003ckyle.wenner@sparkfun.com\u003e", + "sentence": "Driver for ADIN1110 Single Pair Ethernet", + "paragraph": "This library allows the user to send and recieve data using single pair ethernet. Basic control is provided in the provided SinglePairEthernet Class. This allows the user to set the device MAC address, initialize, and sent and recieve data. If more control over the ADIN1110 is desired, the advanced class is provided.", + "website": "https://github.com/sparkfun/SparkFun_ADIN1110_Arduino_Libary", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_ADIN1110_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADIN1110_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ADIN1110_Arduino_Library-1.0.0.zip", + "size": 265014, + "checksum": "SHA-256:7955e773115d7825bed9a5047f44a2af98354ed5ca483e7141d23e922dacf141" + }, + { + "name": "CPUTemp", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Retrieve the internal temperature of the processor!", + "paragraph": "Retrieve the internal temperature of the processor using nothing more than the micro controller itself. NO external components!", + "website": "https://github.com/ripred/CPUTemp", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/CPUTemp.git", + "providesIncludes": [ + "CPUTemp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CPUTemp-1.0.0.zip", + "archiveFileName": "CPUTemp-1.0.0.zip", + "size": 3887, + "checksum": "SHA-256:7ee62f0046425aef777b7aae37de7184e2fe935b8a4f739a6b036e53f5385844" + }, + { + "name": "CPUTemp", + "version": "1.0.1", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Retrieve the internal temperature of the processor!", + "paragraph": "Retrieve the internal temperature of the processor using nothing more than the micro controller itself. NO external components!", + "website": "https://github.com/ripred/CPUTemp", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/CPUTemp.git", + "providesIncludes": [ + "CPUTemp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CPUTemp-1.0.1.zip", + "archiveFileName": "CPUTemp-1.0.1.zip", + "size": 4465, + "checksum": "SHA-256:4705b25a107ba4c84a74f83f0de72ab261a24bde17f4edc35f46aa9cbe220216" + }, + { + "name": "CPUTemp", + "version": "1.0.2", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Retrieve the internal temperature of the processor!", + "paragraph": "Retrieve the internal temperature of the processor using nothing more than the micro controller itself. NO external components!", + "website": "https://github.com/ripred/CPUTemp", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/CPUTemp.git", + "providesIncludes": [ + "CPUTemp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CPUTemp-1.0.2.zip", + "archiveFileName": "CPUTemp-1.0.2.zip", + "size": 4465, + "checksum": "SHA-256:efe994f8bfdb7a3fcea6a52e13bc8ac18d8e30ce1981b16923f69fdb9191ac30" + }, + { + "name": "CPUVolt", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Calculate the processors Vcc voltage using only the internal registers", + "paragraph": "Ideal for measuring battery drain. Calculate the processors Vcc voltage using nothing more than the micro controller itself. NO external components.", + "website": "https://github.com/ripred/CPUVolt", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/CPUVolt.git", + "providesIncludes": [ + "CPUVolt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CPUVolt-1.0.0.zip", + "archiveFileName": "CPUVolt-1.0.0.zip", + "size": 3882, + "checksum": "SHA-256:d5da618aa0aa5317abc4c82d2b62a256b651f9e64693d1310ad6f69ea0764e36" + }, + { + "name": "CPUVolt", + "version": "1.0.1", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Calculate the processors Vcc voltage using only the internal registers", + "paragraph": "Ideal for measuring battery drain. Calculate the processors Vcc voltage using nothing more than the micro controller itself. NO external components.", + "website": "https://github.com/ripred/CPUVolt", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/CPUVolt.git", + "providesIncludes": [ + "CPUVolt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CPUVolt-1.0.1.zip", + "archiveFileName": "CPUVolt-1.0.1.zip", + "size": 4447, + "checksum": "SHA-256:ba7e5abc934197bea2d7b4931b4bbe21de1966a121344f104a7b33f16823fead" + }, + { + "name": "CPUVolt", + "version": "1.0.3", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Calculate the processors Vcc voltage using only the internal registers", + "paragraph": "Ideal for measuring battery drain. Calculate the processors Vcc voltage using nothing more than the micro controller itself. NO external components.", + "website": "https://github.com/ripred/CPUVolt", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ripred/CPUVolt.git", + "providesIncludes": [ + "CPUVolt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CPUVolt-1.0.3.zip", + "archiveFileName": "CPUVolt-1.0.3.zip", + "size": 4555, + "checksum": "SHA-256:8b4760457007c2638d91f2325561c081f2f31bf5941f28d902c88e3787e48d08" + }, + { + "name": "Newt_Display", + "version": "0.1.0", + "author": "Phambili", + "maintainer": "Phambili \u003cdarian@phambili.tech\u003e", + "sentence": "[BETA]A library to drive the Newt Smart Display.", + "paragraph": "The Newt is an open-source, low-power, internet connected device. Check out phambili.tech/newt for additional info.", + "website": "https://github.com/Phambili-Tech/Newt_RV_3028_C7", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Phambili-Tech/Newt_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "WiFiManager" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Phambili-Tech/Newt_Display-0.1.0.zip", + "archiveFileName": "Newt_Display-0.1.0.zip", + "size": 312937, + "checksum": "SHA-256:2a9359f62e6531a44ed59a2d9df95df083baccb8daccf0c767fdce63770b69db" + }, + { + "name": "Newt_Display", + "version": "1.0.1", + "author": "Phambili", + "maintainer": "Phambili \u003cdarian@phambili.tech\u003e", + "sentence": "A library to drive the Newt Smart Display.", + "paragraph": "The Newt is an open-source, low-power, internet connected device. Check out phambili.tech/newt for additional info.", + "website": "https://github.com/Phambili-Tech/Newt_RV_3028_C7", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Phambili-Tech/Newt_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "WiFiManager" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Phambili-Tech/Newt_Display-1.0.1.zip", + "archiveFileName": "Newt_Display-1.0.1.zip", + "size": 312929, + "checksum": "SHA-256:c9d653fefa90735a3962160048405716858bd0f3c44133921fe9f0330a98be56" + }, + { + "name": "Newt_Display", + "version": "1.1.0-RC1", + "author": "Phambili", + "maintainer": "Phambili \u003cdarian@phambili.tech\u003e", + "sentence": "A library to drive the Newt Smart Display.", + "paragraph": "The Newt is an open-source, low-power, internet connected device. Check out phambili.tech/newt for additional info.", + "website": "https://github.com/Phambili-Tech/Newt_RV_3028_C7", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Phambili-Tech/Newt_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "WiFiManager" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Phambili-Tech/Newt_Display-1.1.0-RC1.zip", + "archiveFileName": "Newt_Display-1.1.0-RC1.zip", + "size": 390873, + "checksum": "SHA-256:b013e8c0f9f1a2bc17eb569dbd7696ba1c56809762d9ca28cde398acc80e0a6f" + }, + { + "name": "Newt_Display", + "version": "1.1.0", + "author": "Phambili", + "maintainer": "Phambili \u003cdarian@phambili.tech\u003e", + "sentence": "A library to drive the Newt Smart Display.", + "paragraph": "The Newt is an open-source, low-power, internet connected device. Check out https://github.com/Phambili-Tech/Newt_Display for additional info.", + "website": "https://github.com/Phambili-Tech/Newt_Display", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Phambili-Tech/Newt_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "WiFiManager" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Phambili-Tech/Newt_Display-1.1.0.zip", + "archiveFileName": "Newt_Display-1.1.0.zip", + "size": 396506, + "checksum": "SHA-256:fb9d18826c55eb1d38e53f6f08e0f8483488c84c91f2f1913d0e9bb15e2e4c29" + }, + { + "name": "Newt_Display", + "version": "1.1.3", + "author": "Phambili", + "maintainer": "Phambili \u003cdarian@phambili.tech\u003e", + "sentence": "A library to drive the Newt Smart Display.", + "paragraph": "The Newt is an open-source, low-power, internet connected device. Check out https://github.com/Phambili-Tech/Newt_Display for additional info.", + "website": "https://github.com/Phambili-Tech/Newt_Display", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Phambili-Tech/Newt_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "WiFiManager" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Phambili-Tech/Newt_Display-1.1.3.zip", + "archiveFileName": "Newt_Display-1.1.3.zip", + "size": 396599, + "checksum": "SHA-256:b6637cf21a0dc02219eb30c580e4d3fb2562d9ecffb3af6ce5afeceab31c2f38" + }, + { + "name": "Newt_Display", + "version": "1.1.5", + "author": "Phambili", + "maintainer": "Phambili \u003cdarian@phambili.tech\u003e", + "sentence": "A library to drive the Newt Smart Display.", + "paragraph": "The Newt is an open-source, low-power, internet connected device. Check out https://github.com/Phambili-Tech/Newt_Display for additional info.", + "website": "https://github.com/Phambili-Tech/Newt_Display", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Phambili-Tech/Newt_Display.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SHARP Memory Display" + }, + { + "name": "WiFiManager" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Phambili-Tech/Newt_Display-1.1.5.zip", + "archiveFileName": "Newt_Display-1.1.5.zip", + "size": 558283, + "checksum": "SHA-256:9dcc1c9461d632dc8fcf9e3662ad1ae29d4756032c523e2f730c9364bd569f25" + }, + { + "name": "EasyPCF8575", + "version": "1.0.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "The easiest library for PCF8575", + "paragraph": "Simplest way to handle two bytes of PCF8575, with auto-discovering i2c address", + "website": "https://github.com/DjamesSuhanko/EasyPCF8575", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8575.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8575-1.0.0.zip", + "archiveFileName": "EasyPCF8575-1.0.0.zip", + "size": 5014, + "checksum": "SHA-256:d322bb9cb860fb3bc3a934048cd9fde2ae94360418d2cb6e9cedf068470fc753" + }, + { + "name": "EasyPCF8575", + "version": "1.1.4", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "The easiest library for PCF8575", + "paragraph": "Simplest way to handle two bytes of PCF8575, with auto-discovering i2c address", + "website": "https://github.com/DjamesSuhanko/EasyPCF8575", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8575.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8575-1.1.4.zip", + "archiveFileName": "EasyPCF8575-1.1.4.zip", + "size": 5044, + "checksum": "SHA-256:202404c0918d5743962379e5bb81c313317b2f723eb2d5c3e0e60f277b217e48" + }, + { + "name": "EasyPCF8575", + "version": "1.2.0", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "The easiest library for PCF8575", + "paragraph": "Simplest way to handle two bytes of PCF8575, with auto-discovering i2c address", + "website": "https://github.com/DjamesSuhanko/EasyPCF8575", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8575.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8575-1.2.0.zip", + "archiveFileName": "EasyPCF8575-1.2.0.zip", + "size": 5041, + "checksum": "SHA-256:1def0e48747f67e7b4426cb06a7c3a1883e6f28cea8cc1e7cff95a9c6b0dfd40" + }, + { + "name": "EasyPCF8575", + "version": "1.2.2", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "The easiest library for PCF8575", + "paragraph": "Simplest way to handle two bytes of PCF8575, with auto-discovering i2c address", + "website": "https://github.com/DjamesSuhanko/EasyPCF8575", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8575.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8575-1.2.2.zip", + "archiveFileName": "EasyPCF8575-1.2.2.zip", + "size": 5268, + "checksum": "SHA-256:e170b83832a15204c5d5f9de8e45c5091e0b0fbe07cc42b7ea55fbedb2c63d27" + }, + { + "name": "EasyPCF8575", + "version": "1.2.3", + "author": "Djames Suhanko", + "maintainer": "Djames Suhanko", + "sentence": "The easiest library for PCF8575", + "paragraph": "Simplest way to handle two bytes of PCF8575, with auto-discovering i2c address", + "website": "https://github.com/DjamesSuhanko/EasyPCF8575", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DjamesSuhanko/EasyPCF8575.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8575-1.2.3.zip", + "archiveFileName": "EasyPCF8575-1.2.3.zip", + "size": 5227, + "checksum": "SHA-256:2ac70e107f2059f8f00567b6608cd5c81821bdf3a2b47e6efa4ff3f075b18653" + }, + { + "name": "RAKwireless RAK12034", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the WisBlock 9DOF RAK12034 module, based on Bosch BMX160", + "paragraph": "The BMX160 is a highly integrated, low power 9-axis sensor that provides precise acceleration and angular rate (gyroscopic) and geomagnetic measurement in each spatial direction. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK12034\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK2034-BMX160", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12034-BMX160.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_RAK12034-1.0.0.zip", + "archiveFileName": "RAKwireless_RAK12034-1.0.0.zip", + "size": 2601801, + "checksum": "SHA-256:5eb0b7a1d5e651b675e3f727625683f6ea718c38800decf85c4eafc3f334f259" + }, + { + "name": "EscalatorSwitch", + "version": "1.0.0", + "author": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "maintainer": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "sentence": "A library that supports the Escalator Switch.", + "paragraph": "Defines hardware pins and several basic functions.", + "website": "https://gitlab.com/eslatt/escalator-home-automation", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/escalator-home-automation/escalator-switch.git", + "providesIncludes": [ + "EscalatorSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/escalator-home-automation/EscalatorSwitch-1.0.0.zip", + "archiveFileName": "EscalatorSwitch-1.0.0.zip", + "size": 6723437, + "checksum": "SHA-256:feb09c79fd7b291535121ae38b7873886f280465555c55066dfcdd54a5995acd" + }, + { + "name": "EscalatorSwitch", + "version": "1.0.2", + "author": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "maintainer": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "sentence": "A library that supports the Escalator Switch.", + "paragraph": "Defines hardware pins and several basic functions.", + "website": "https://gitlab.com/escalator-home-automation/escalator-switch", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/escalator-home-automation/escalator-switch.git", + "providesIncludes": [ + "EscalatorSwitch.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/escalator-home-automation/EscalatorSwitch-1.0.2.zip", + "archiveFileName": "EscalatorSwitch-1.0.2.zip", + "size": 6723418, + "checksum": "SHA-256:058564441d195ef870bb8b78371763db4cf0df6271ddebd8c03eb97a529d8380" + }, + { + "name": "RAKwireless RAK12033 Library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for RAK12033 6DoF sensor.", + "paragraph": "Library for the WisBlock 6DOF RAK12033 module, based on TDK IIM42652.", + "website": "https://github.com/RAKWireless/RAK12033-IIM42652", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12033-IIM42652.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_RAK12033_Library-1.0.0.zip", + "archiveFileName": "RAKwireless_RAK12033_Library-1.0.0.zip", + "size": 2082457, + "checksum": "SHA-256:0794631a3121ef4162b73b1d8fb6b3f22fb8e3bf0f197e775a162e60fa352af2" + }, + { + "name": "RAKwireless RAK12033 Library", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for RAK12033 6DoF sensor.", + "paragraph": "Library for the WisBlock 6DOF RAK12033 module, based on TDK IIM42652.", + "website": "https://github.com/RAKWireless/RAK12033-IIM42652", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK12033-IIM42652.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_RAK12033_Library-1.0.1.zip", + "archiveFileName": "RAKwireless_RAK12033_Library-1.0.1.zip", + "size": 2082465, + "checksum": "SHA-256:7152fad463547f5b3b310a320fd270847731bec0147f61063148eb285153612e" + }, + { + "name": "NTimer", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "Narwhalsss360 NTimer library for timed events.", + "paragraph": "NTimer library is used for timed events on intervals allowing for multiple events at different intervals with different modes.", + "website": "https://github.com/Narwhalsss360/NTimer", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NTimer.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NTimer-1.0.0.zip", + "archiveFileName": "NTimer-1.0.0.zip", + "size": 8746, + "checksum": "SHA-256:322128353da9296dc52fa9c1c2163e02d9f02d6aa48f64b0792abde681cbf4be" + }, + { + "name": "NTimer", + "version": "1.1.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "Narwhalsss360 NTimer library for timed events.", + "paragraph": "NTimer library is used for timed events on intervals allowing for multiple events at different intervals with different modes.", + "website": "https://github.com/Narwhalsss360/NTimer", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NTimer.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NTimer-1.1.0.zip", + "archiveFileName": "NTimer-1.1.0.zip", + "size": 10256, + "checksum": "SHA-256:05cff24e2cd2e670c191d36182830ecdaf02fd25318787499aab8e552ae5991e" + }, + { + "name": "NTimer", + "version": "1.2.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "Narwhalsss360 NTimer library for timed events, and Performance Timer.", + "paragraph": "NTimer library is used for timed events on intervals allowing for multiple events at different intervals with different modes.", + "website": "https://github.com/Narwhalsss360/NTimer", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NTimer.git", + "dependencies": [ + { + "name": "NDefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NTimer-1.2.0.zip", + "archiveFileName": "NTimer-1.2.0.zip", + "size": 11780, + "checksum": "SHA-256:d64caf35f808c883eae774a228b61f591c95d1fb46faa7d97c85728028df373a" + }, + { + "name": "AXP202X_Library", + "version": "1.0.1", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for X-Power AXP202 chip", + "paragraph": "Arduino library for X-Power AXP202 chip. Tested with ESP32", + "website": "https://github.com/lewisxhe/AXP202X_Library", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lewisxhe/AXP202X_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/AXP202X_Library-1.0.1.zip", + "archiveFileName": "AXP202X_Library-1.0.1.zip", + "size": 14897, + "checksum": "SHA-256:b892ce19d849ed9be63c07c2d3fc0dbcd54bab2f961a5fa765bcdc85ccc24e7e" + }, + { + "name": "AXP202X_Library", + "version": "1.1.0", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for X-Power AXP202 chip", + "paragraph": "Arduino library for X-Power AXP202 chip. Tested with ESP32", + "website": "https://github.com/lewisxhe/AXP202X_Library", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lewisxhe/AXP202X_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/AXP202X_Library-1.1.0.zip", + "archiveFileName": "AXP202X_Library-1.1.0.zip", + "size": 24213, + "checksum": "SHA-256:bb3a106f6100d8edeace2f92976655d4cbdbbf7c404d5ade67d1bc1616f28c56" + }, + { + "name": "AXP202X_Library", + "version": "1.1.1", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for X-Power AXP202 chip", + "paragraph": "Arduino library for X-Power AXP202 chip. Tested with ESP32", + "website": "https://github.com/lewisxhe/AXP202X_Library", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lewisxhe/AXP202X_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/AXP202X_Library-1.1.1.zip", + "archiveFileName": "AXP202X_Library-1.1.1.zip", + "size": 25701, + "checksum": "SHA-256:7bbe715964b3dc9a1d05dc67cc350cdc977334cccfb5f975426a6a328b7cbdfa" + }, + { + "name": "AXP202X_Library", + "version": "1.1.2", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for X-Power AXP202 chip", + "paragraph": "Arduino library for X-Power AXP202 chip. Tested with ESP32", + "website": "https://github.com/lewisxhe/AXP202X_Library", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lewisxhe/AXP202X_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/AXP202X_Library-1.1.2.zip", + "archiveFileName": "AXP202X_Library-1.1.2.zip", + "size": 33694, + "checksum": "SHA-256:7862129a594316a70079c4240b60a12cfc5399cbc6f12ebab5f4495a23deeb37" + }, + { + "name": "ADF7023", + "version": "1.0.0", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "An Arduino library for RF communication with Analog Devices RF Transceiver ADF7023.", + "paragraph": "Supports Arduino, ESP, STM32Duino.", + "website": "https://github.com/levkovigor/ADF7023", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/ADF7023.git", + "providesIncludes": [ + "adf7023.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/ADF7023-1.0.0.zip", + "archiveFileName": "ADF7023-1.0.0.zip", + "size": 12343, + "checksum": "SHA-256:347f07bd5a3cb8ee8e16a6b798dc18882b2e75ff892c4df18f7e8f8810d29c7e" + }, + { + "name": "ADF7023", + "version": "1.0.1", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "An Arduino library for RF communication with Analog Devices RF Transceiver ADF7023.", + "paragraph": "Supports Arduino, ESP, STM32Duino.", + "website": "https://github.com/levkovigor/ADF7023", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/ADF7023.git", + "providesIncludes": [ + "adf7023.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/ADF7023-1.0.1.zip", + "archiveFileName": "ADF7023-1.0.1.zip", + "size": 12392, + "checksum": "SHA-256:3433c9a71d102bc42a2453dfbfac3c9367c9c02f188f6773678a7aa30859df59" + }, + { + "name": "ADF7023", + "version": "1.0.2", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "An Arduino library for RF communication with Analog Devices RF Transceiver ADF7023.", + "paragraph": "Supports Arduino, ESP, STM32Duino.", + "website": "https://github.com/levkovigor/ADF7023", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/ADF7023.git", + "providesIncludes": [ + "adf7023.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/ADF7023-1.0.2.zip", + "archiveFileName": "ADF7023-1.0.2.zip", + "size": 15145, + "checksum": "SHA-256:0d58f5e11a6b9fbce7f0bdf2216ee29bdd662c8c875164af4658a67df6e9ceb0" + }, + { + "name": "WiFiManager_RTL8720", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in FlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/WiFiManager_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_RTL8720.git", + "providesIncludes": [ + "WiFiManager_RTL8720.h" + ], + "dependencies": [ + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "MultiResetDetector_Generic" + }, + { + "name": "FlashStorage_RTL8720" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_RTL8720-1.0.0.zip", + "archiveFileName": "WiFiManager_RTL8720-1.0.0.zip", + "size": 221460, + "checksum": "SHA-256:f23a9bc4e7177719c4961e748ca6a2e6eaa12d0d73ed5d7ee59633741d210529" + }, + { + "name": "WiFiManager_RTL8720", + "version": "1.0.1-1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in FlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/WiFiManager_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_RTL8720.git", + "providesIncludes": [ + "WiFiManager_RTL8720.h" + ], + "dependencies": [ + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "MultiResetDetector_Generic" + }, + { + "name": "FlashStorage_RTL8720" + }, + { + "name": "WiFiMulti_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_RTL8720-1.0.1-1.zip", + "archiveFileName": "WiFiManager_RTL8720-1.0.1-1.zip", + "size": 221689, + "checksum": "SHA-256:33a59d0c7fcc39ab895a24bc26b970c437e84cb5099fe591f55834b1635a2f0a" + }, + { + "name": "WiFiManager_RTL8720", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in FlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/WiFiManager_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_RTL8720.git", + "providesIncludes": [ + "WiFiManager_RTL8720.h" + ], + "dependencies": [ + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "MultiResetDetector_Generic" + }, + { + "name": "FlashStorage_RTL8720" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Adafruit_MQTT_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_RTL8720-1.1.0.zip", + "archiveFileName": "WiFiManager_RTL8720-1.1.0.zip", + "size": 241388, + "checksum": "SHA-256:78533c85e758d1f425136cdea0d966cb74867d51aa580f13de310f03dce5e8a2" + }, + { + "name": "WiFiManager_RTL8720", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in FlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.", + "website": "https://github.com/khoih-prog/WiFiManager_RTL8720", + "category": "Communication", + "architectures": [ + "AmebaD" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/WiFiManager_RTL8720.git", + "providesIncludes": [ + "WiFiManager_RTL8720.h" + ], + "dependencies": [ + { + "name": "WiFiWebServer_RTL8720" + }, + { + "name": "DoubleResetDetector_Generic" + }, + { + "name": "MultiResetDetector_Generic" + }, + { + "name": "FlashStorage_RTL8720" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "Adafruit_MQTT_Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_RTL8720-1.2.0.zip", + "archiveFileName": "WiFiManager_RTL8720-1.2.0.zip", + "size": 244548, + "checksum": "SHA-256:d571e5f0b7bfe12857b77df617431b973e7b4bd88d05273ba8b4739ad15d1e88" + }, + { + "name": "Mechasolution Voice Recognition Module", + "version": "0.0.1", + "author": "Mechasolution Tech Support Team \u003ctechms5499@gmail.com\u003e", + "maintainer": "Max Cha \u003cmax@mechasolution.com\u003e", + "sentence": "Geeetech voice recognition module suite 2 Library for Arduino", + "paragraph": "This library helps Arduino boards to communicate with Geeetech voice recognition module suite 2", + "website": "https://github.com/mechasolution/Mecha_VoiceRecognitionModule", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mechasolution/Mecha_VoiceRecognitionModule.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mechasolution/Mechasolution_Voice_Recognition_Module-0.0.1.zip", + "archiveFileName": "Mechasolution_Voice_Recognition_Module-0.0.1.zip", + "size": 7408, + "checksum": "SHA-256:2779109cde78beb8413662a687c0728eb94a2490cf8adfd3ade0ebc5f208112a" + }, + { + "name": "linaGFX", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Draw a line segment and one number on the memory.", + "paragraph": "a library to Draw a line segment and one number on the memory.", + "website": "https://github.com/chrmlinux/linaGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/linaGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/linaGFX-0.0.1.zip", + "archiveFileName": "linaGFX-0.0.1.zip", + "size": 5823, + "checksum": "SHA-256:347afd0d2f83f4f9dd39a2dcf09f21cd9a081c775bb6b04b73266a0c0b2879a3" + }, + { + "name": "linaGFX", + "version": "0.1.0", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Draw a line segment and one number on the memory.", + "paragraph": "a library to Draw a line segment and one number on the memory.", + "website": "https://github.com/chrmlinux/linaGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/linaGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/linaGFX-0.1.0.zip", + "archiveFileName": "linaGFX-0.1.0.zip", + "size": 8616, + "checksum": "SHA-256:3d24da8393272e48ee564a0bf273e83339354e03084cfd652c08d88c824f5f56" + }, + { + "name": "linaGFX", + "version": "0.1.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Draw a line segment and one number on the memory.", + "paragraph": "a library to Draw a line segment and one number on the memory.", + "website": "https://github.com/chrmlinux/linaGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/linaGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/linaGFX-0.1.1.zip", + "archiveFileName": "linaGFX-0.1.1.zip", + "size": 10984, + "checksum": "SHA-256:d54ba63211196ce1935779dec6c35e0a989b808b222df52c227e1d8e4c57972f" + }, + { + "name": "linaGFX", + "version": "0.1.2", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Draw a line segment and one number on the memory.", + "paragraph": "a library to Draw a line segment and one number on the memory.", + "website": "https://github.com/chrmlinux/linaGFX", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/linaGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/linaGFX-0.1.2.zip", + "archiveFileName": "linaGFX-0.1.2.zip", + "size": 10914, + "checksum": "SHA-256:1c9ba62df4ada70b9c570966cd974f5756c257e1430fd3c7882cef8e5290e4bf" + }, + { + "name": "AbsoluteMouse", + "version": "0.1.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert \u003cherbert.todd@gmail.com\u003e", + "sentence": "Arduino library to control cursor over USB, using absolute positioning.", + "paragraph": "Implements V-USB to provide software emulation of either USB mouse or stylus.", + "website": "https://github.com/todd-herbert/absolute-mouse", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/absolute-mouse.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/AbsoluteMouse-0.1.0.zip", + "archiveFileName": "AbsoluteMouse-0.1.0.zip", + "size": 200826, + "checksum": "SHA-256:95c6031ed0aea939f54d1760fec72b56cf496aa2c892970e7f4feb1ebafff7b8" + }, + { + "name": "LED_Controls", + "version": "1.1.0", + "author": "Richard \u003crichard.a@travancoreanalytics.com\u003e", + "maintainer": "Richard \u003crichard.a@travancoreanalytics.com\u003e", + "sentence": "LED_Controls", + "website": "https://github.com/richard26a/LED_Controls.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/richard26a/LED_Controls.git", + "url": "https://downloads.arduino.cc/libraries/github.com/richard26a/LED_Controls-1.1.0.zip", + "archiveFileName": "LED_Controls-1.1.0.zip", + "size": 1429, + "checksum": "SHA-256:f4e104f4e5924335e06256c148ef8b1568f7843e464e6d606ba0f1767936b0f8" + }, + { + "name": "MagVector 3D Magnetic Sensor", + "version": "1.0.0", + "author": "Mathieu Kaelin, Monolithic Power Systems \u003csensors@monolithicpower.com\u003e", + "maintainer": "Mathieu Kaelin \u003csensors@monolithicpower.com\u003e", + "sentence": "Library for the MPS MagVector 3D magnetic sensors.", + "paragraph": "Supports MagVector MV300 Sensors. Provide method to communicate through the I2C and SPI serial interfaces. The MagVector detects the direction and strength of the 3D (X, Y, Z) magnetic field. The signal from Hall sensors is amplified and converted to digital signal. An on-chip temperature sensor provides the information about the chip temperature.", + "website": "https://github.com/monolithicpower/MagVector-Arduino-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/monolithicpower/MagVector-Arduino-Library.git", + "providesIncludes": [ + "mv300sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/monolithicpower/MagVector_3D_Magnetic_Sensor-1.0.0.zip", + "archiveFileName": "MagVector_3D_Magnetic_Sensor-1.0.0.zip", + "size": 11439, + "checksum": "SHA-256:136878bcd57d2ce6fe26d8f8bae88409de84bdff95e164ee11c86560ec45adcb" + }, + { + "name": "MagVector 3D Magnetic Sensor", + "version": "1.0.1", + "author": "Mathieu Kaelin, Monolithic Power Systems \u003csensors@monolithicpower.com\u003e", + "maintainer": "Mathieu Kaelin \u003csensors@monolithicpower.com\u003e", + "sentence": "Library for the MPS MagVector 3D magnetic sensors.", + "paragraph": "Supports MagVector MV300 Sensors. Provide method to communicate through the I2C and SPI serial interfaces. The MagVector detects the direction and strength of the 3D (X, Y, Z) magnetic field. The signal from Hall sensors is amplified and converted to digital signal. An on-chip temperature sensor provides the information about the chip temperature.", + "website": "https://github.com/monolithicpower/MagVector-Arduino-Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/monolithicpower/MagVector-Arduino-Library.git", + "providesIncludes": [ + "mv300sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/monolithicpower/MagVector_3D_Magnetic_Sensor-1.0.1.zip", + "archiveFileName": "MagVector_3D_Magnetic_Sensor-1.0.1.zip", + "size": 11443, + "checksum": "SHA-256:21e420960303094076a537ca1bd04dab03c970eca498e8b99a10da1c5db99ce8" + }, + { + "name": "DFRobot_OSD", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for OSD,the function is the superposition of characters(SKU: DFR0515).", + "paragraph": "This is a Library for OSD,the function is the superposition of characters.And You can display certain characters on screen.", + "website": "https://github.com/DFRobot/DFRobot_OSD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_OSD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_OSD-1.0.0.zip", + "archiveFileName": "DFRobot_OSD-1.0.0.zip", + "size": 365460, + "checksum": "SHA-256:1e17172c03ebbf594373e9c024d4b4eeed03d56f3a64dd13fe0032830155b99f" + }, + { + "name": "DFRobot_EC10", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "for measuring the liquid with high electrical conductivity(SKU: DFR0300-H).", + "paragraph": "for measuring the liquid with high electrical conductivity, such as seawater, concentrated brine, etc., with a range of 100ms/cm, can be used in marine fishing grounds, marine aquariums and other mariculture fields for water quality testing.", + "website": "https://github.com/DFRobot/DFRobot_EC10", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_EC10.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_EC10-1.0.0.zip", + "archiveFileName": "DFRobot_EC10-1.0.0.zip", + "size": 114789, + "checksum": "SHA-256:61cd62325a23cf5e0cea7dfe222e818e96539cceff5eddef2f0f972cc05d2b44" + }, + { + "name": "DFRobot_LSM303", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "The LSM303DLH is a triple axis accelerometer combined with a triple axis magnetic sensor(SKU: SEN0079).", + "paragraph": "This breakout board uses the LSM303DLH to give you the data you need to feed into a microcontroller and calculate tilt-compensated output.", + "website": "https://github.com/DFRobot/DFRobot_LSM303", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_LSM303.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LSM303-1.0.0.zip", + "archiveFileName": "DFRobot_LSM303-1.0.0.zip", + "size": 127097, + "checksum": "SHA-256:26fe7d90efb6e88302bbd180e1016cd05f41cd51ffd6c0b986c8cfd97e08921c" + }, + { + "name": "RTT Stream", + "version": "1.0.4", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.0.4.zip", + "archiveFileName": "RTT_Stream-1.0.4.zip", + "size": 33630, + "checksum": "SHA-256:c20833b77c4ca11359264fcffd6a89b280eda2d9d3371af2211e156db5d32c2a" + }, + { + "name": "RTT Stream", + "version": "1.1.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.1.0.zip", + "archiveFileName": "RTT_Stream-1.1.0.zip", + "size": 33637, + "checksum": "SHA-256:109be8f99fb7f745d39112b0a937349b6a491e6b659cbf22121eb4f95fb90212" + }, + { + "name": "RTT Stream", + "version": "1.2.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32v", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.2.0.zip", + "archiveFileName": "RTT_Stream-1.2.0.zip", + "size": 34495, + "checksum": "SHA-256:771a55c179823d099dbdd30ef1b2975e4f8927dfb60d677e0fe0435d1ab1f10b" + }, + { + "name": "RTT Stream", + "version": "1.2.1", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32v", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.2.1.zip", + "archiveFileName": "RTT_Stream-1.2.1.zip", + "size": 34652, + "checksum": "SHA-256:ae77877464ff8b2b7bffe55fbc4fda41989921a32db5ce3a4ff031b92ebfb88d" + }, + { + "name": "RTT Stream", + "version": "1.2.2", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32v", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.2.2.zip", + "archiveFileName": "RTT_Stream-1.2.2.zip", + "size": 36312, + "checksum": "SHA-256:0ef0c343a439e4c1726abf7b778adfac15d4887eab191a155dd78181dc1a6659" + }, + { + "name": "RTT Stream", + "version": "1.2.3", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32v", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.2.3.zip", + "archiveFileName": "RTT_Stream-1.2.3.zip", + "size": 36306, + "checksum": "SHA-256:d733006cc2c6366c7afbcf9c2ef1ec47c1991e53f00f9517d68b22e4b508644f" + }, + { + "name": "RTT Stream", + "version": "1.3.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32v", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.3.0.zip", + "archiveFileName": "RTT_Stream-1.3.0.zip", + "size": 37698, + "checksum": "SHA-256:1398faf003ec5d157a25c03303dd0b3684928a1d28e52286c6d904a18a1c0784" + }, + { + "name": "RTT Stream", + "version": "1.4.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32v", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.4.0.zip", + "archiveFileName": "RTT_Stream-1.4.0.zip", + "size": 37907, + "checksum": "SHA-256:cb62918d20186800c97c6d6bf2c5b2464b04b17d95898c7e70a1aae30868419a" + }, + { + "name": "RTT Stream", + "version": "1.4.1", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Arduino library for Segger RTT Real-Time Transfer", + "paragraph": "With Segger Real-Time Transfer (RTT) an arduino arm system can do screen output on a pc, and get keyboard input from a pc. To use RTT you need a Segger JLink debugger probe. RTT only runs on systems with arm and risc-v processors, sorry.", + "website": "https://github.com/koendv/Arduino-RTTStream", + "category": "Communication", + "architectures": [ + "*", + "stm32", + "gd32v", + "sam", + "samd", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/RTTStream.git", + "providesIncludes": [ + "RTTStream.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/RTT_Stream-1.4.1.zip", + "archiveFileName": "RTT_Stream-1.4.1.zip", + "size": 37863, + "checksum": "SHA-256:719b221146ea0574f2ca65be00d9b5a32f413215f8a4876fa65bbf368e50a410" + }, + { + "name": "pcf8574", + "version": "1.0.0", + "author": "MSZ", + "maintainer": "msz \u003cgithub.com/MSZ98\u003e", + "sentence": "Arduino library for PCF8574 io expander module", + "paragraph": "This library allows microcontroller to use PCF8574 io expander module.", + "website": "https://github.com/MSZ98/PCF8574", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MSZ98/pcf8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MSZ98/pcf8574-1.0.0.zip", + "archiveFileName": "pcf8574-1.0.0.zip", + "size": 19903, + "checksum": "SHA-256:e504a203a63b0ba610a362766229f71e2edd81c4ff78a6a1ef5cacbe4dda2607" + }, + { + "name": "pcf8574", + "version": "1.0.1", + "author": "MSZ \u003cgithub.com/MSZ98\u003e", + "maintainer": "MSZ \u003cgithub.com/MSZ98\u003e", + "sentence": "Arduino library for PCF8574 io expander module", + "paragraph": "This library allows microcontroller to use PCF8574 io expander module.", + "website": "https://github.com/MSZ98/PCF8574", + "category": "Communication", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MSZ98/pcf8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MSZ98/pcf8574-1.0.1.zip", + "archiveFileName": "pcf8574-1.0.1.zip", + "size": 37064, + "checksum": "SHA-256:b71d538818639e9fcc8c01661ba208793efaf8be8cc5a82098ec3332ab920033" + }, + { + "name": "pcf8574", + "version": "1.0.3", + "author": "MSZ98", + "maintainer": "MSZ98", + "sentence": "Arduino library for PCF8574 io expander module", + "paragraph": "This library allows microcontroller to use PCF8574 io expander module.", + "website": "https://github.com/MSZ98/PCF8574", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MSZ98/pcf8574.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MSZ98/pcf8574-1.0.3.zip", + "archiveFileName": "pcf8574-1.0.3.zip", + "size": 18644, + "checksum": "SHA-256:3f9860d405888c1b1b86e90c3f6055dc3f074c4338dded99199e8e17ae8fb183" + }, + { + "name": "Bolder Flight Systems MS4525", + "version": "1.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with MS4525DO pressure transducers.", + "paragraph": "This library supports I2C communication with the MS4525DO retrieving pressure and temperature data.", + "website": "https://github.com/bolderflight/ms4525do", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/ms4525do.git", + "providesIncludes": [ + "ms4525do.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MS4525-1.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_MS4525-1.0.0.zip", + "size": 1866946, + "checksum": "SHA-256:ab3c9080aebefacc86c624ea2af9367afb0ca7fae3af78bc0bfb4e9436910c2b" + }, + { + "name": "Bolder Flight Systems MS4525", + "version": "1.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with MS4525DO pressure transducers.", + "paragraph": "This library supports I2C communication with the MS4525DO retrieving pressure and temperature data.", + "website": "https://github.com/bolderflight/ms4525do", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/ms4525do.git", + "providesIncludes": [ + "ms4525do.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MS4525-1.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_MS4525-1.1.0.zip", + "size": 1866911, + "checksum": "SHA-256:e3e3464e6cc705eece692136279cdd7623d9225baeb707a568ba5880fbcd6a01" + }, + { + "name": "Bolder Flight Systems MS4525", + "version": "1.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with MS4525DO pressure transducers.", + "paragraph": "This library supports I2C communication with the MS4525DO retrieving pressure and temperature data.", + "website": "https://github.com/bolderflight/ms4525do", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/ms4525do.git", + "providesIncludes": [ + "ms4525do.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MS4525-1.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_MS4525-1.1.1.zip", + "size": 1866898, + "checksum": "SHA-256:35ce83de756f09952229587f99925e6936d1ab222a178fd57bbd511444a78bbb" + }, + { + "name": "Bolder Flight Systems MS4525", + "version": "1.1.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with MS4525DO pressure transducers.", + "paragraph": "This library supports I2C communication with the MS4525DO retrieving pressure and temperature data.", + "website": "https://github.com/bolderflight/ms4525do", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/ms4525do.git", + "providesIncludes": [ + "ms4525do.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MS4525-1.1.2.zip", + "archiveFileName": "Bolder_Flight_Systems_MS4525-1.1.2.zip", + "size": 1866909, + "checksum": "SHA-256:535e577b0ddef91d0fa15f149495878246fa32166697fa53cb10219695bddc02" + }, + { + "name": "Bolder Flight Systems MS4525", + "version": "1.1.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with MS4525DO pressure transducers.", + "paragraph": "This library supports I2C communication with the MS4525DO retrieving pressure and temperature data.", + "website": "https://github.com/bolderflight/ms4525do", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bolderflight/ms4525do.git", + "providesIncludes": [ + "ms4525do.h" + ], + "dependencies": [ + { + "name": "Bolder Flight Systems Units" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_MS4525-1.1.3.zip", + "archiveFileName": "Bolder_Flight_Systems_MS4525-1.1.3.zip", + "size": 1866915, + "checksum": "SHA-256:73bc0d33e842e44b2dbd0219376bb7fcb6d1026d983d15b3b9003954781abfea" + }, + { + "name": "DMD2TUR", + "version": "1.0.1", + "author": "HakkanR, Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "maintainer": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "sentence": "Use with DMD2 library and enjoy Turkish letters!", + "paragraph": "This library brings DMD2 Library to use Turkish letters U can use all features of DMD2 Lib. In order to use Turkish chars use BoxTr instead of DMD2_TextBox class.", + "website": "https://github.com/HakkanR/DMD2TUR/", + "category": "Display", + "architectures": [ + "avr", + "sam", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HakkanR/DMD2TUR.git", + "dependencies": [ + { + "name": "DMD2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HakkanR/DMD2TUR-1.0.1.zip", + "archiveFileName": "DMD2TUR-1.0.1.zip", + "size": 23825, + "checksum": "SHA-256:39ba98f94027d27644e1b6d1106c5ef4bc0fda8a9c1a00bfacbada439df5ca15" + }, + { + "name": "DMD2TUR", + "version": "1.0.5", + "author": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "maintainer": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "sentence": "Use with DMD2 library and enjoy Turkish letters!", + "paragraph": "This library brings DMD2 Library to use Turkish letters. You can use all features of DMD2 Lib. In order to use Turkish letters initiate BoxTr instead of DMD_TextBox class.", + "website": "https://github.com/HakkanR/DMD2TUR/", + "category": "Display", + "architectures": [ + "avr", + "sam", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/HakkanR/DMD2TUR.git", + "dependencies": [ + { + "name": "DMD2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/HakkanR/DMD2TUR-1.0.5.zip", + "archiveFileName": "DMD2TUR-1.0.5.zip", + "size": 23910, + "checksum": "SHA-256:7dc8e01403e3ffa7f4a55a1a4a5dfffe5e962fddfdb7d1151c266de759884076" + }, + { + "name": "DFRobot_AD9837", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for AD9837, AD9837 is a Programmable Waveform Generator(SKU: DFR0973).", + "paragraph": "The AD9837 is a low power, programmable waveform generator capable of producing sine, triangular, and square wave outputs.", + "website": "https://github.com/DFRobot/DFRobot_AD9837", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_AD9837.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_AD9837-1.0.0.zip", + "archiveFileName": "DFRobot_AD9837-1.0.0.zip", + "size": 32771, + "checksum": "SHA-256:d2ec82fc41dc151f114120d244c3330a0a373799b807b595f9aecb9cd1170d4e" + }, + { + "name": "DFRobot_SU03T", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e and qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "Speech input and output(SKU: DFR0987)", + "paragraph": "SU03T can recognize the corresponding entry through the serial(and I2C) port, and play the voice.", + "website": "https://github.com/DFRobot/DFRobot_SU03T", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_SU03T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SU03T-1.0.0.zip", + "archiveFileName": "DFRobot_SU03T-1.0.0.zip", + "size": 462680, + "checksum": "SHA-256:f323f6c55338911021dac83c40da864e275b07064df8b8fad018a00854bd37c8" + }, + { + "name": "DFRobot_ITG3200", + "version": "2.0.0", + "author": "DFRobot", + "maintainer": "Pengkaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A library of gyroscopic sensors(SKU:SEN0140).", + "paragraph": "Compatible with all Arduino platforms.", + "website": "https://github.com/DFRobot/DFRobot_ITG3200", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ITG3200.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ITG3200-2.0.0.zip", + "archiveFileName": "DFRobot_ITG3200-2.0.0.zip", + "size": 164314, + "checksum": "SHA-256:acaa7d7e80912e0da2efe7dc3fde3750c1c8783ff3dd3fa1113e6fc661ed2641" + }, + { + "name": "DFRobot_FreeTenIMU", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "Ten axis sensor library(SKU:SEN0140).", + "paragraph": "Integrated accelerometer, gyroscope, magnetometer, temperature and humidity sensor library.", + "website": "https://github.com/DFRobot/DFRobot_FreeTenIMU", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_FreeTenIMU.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_FreeTenIMU-1.0.0.zip", + "archiveFileName": "DFRobot_FreeTenIMU-1.0.0.zip", + "size": 157527, + "checksum": "SHA-256:5456a8bf4fdf5a3ff6c71633f2fe1a928918cd8b702c7067fe37eac054b60477" + }, + { + "name": "DFRobot_ADXL345", + "version": "2.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "Six axis sensor library.(SKU:SEN0032)", + "paragraph": "Compatible with mainstream Arduino platforms .", + "website": "https://github.com/cdjq/DFRobot_ADXL345", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ADXL345.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ADXL345-2.0.0.zip", + "archiveFileName": "DFRobot_ADXL345-2.0.0.zip", + "size": 68849, + "checksum": "SHA-256:4d706932431ebdde1e718908157069a35c8d5495257e36a8c2b83a518068911c" + }, + { + "name": "DFRobot_digitalPot", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A digital potentiometer library(SKU:DFR0520).", + "paragraph": "It is a CMOS module hybrid integrated circuit that can dynamically change the resistance value through the programming control of Arduino and other microcontrollers .", + "website": "https://github.com/DFRobot/DFRobot_digitalPot", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_DigitalPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_digitalPot-1.0.0.zip", + "archiveFileName": "DFRobot_digitalPot-1.0.0.zip", + "size": 89662, + "checksum": "SHA-256:8165dc0ddc9929163d53ea048bf8510e20f37c9cdc033f2ba991a6d9793313bd" + }, + { + "name": "DFRobot_MAX31855", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "PengKaixing \u003ckaixing.peng@dfrobot.com\u003e", + "sentence": "A library of temperature sensors(SKU:DFR0558).", + "paragraph": "Support for Arduino and Raspberry PI", + "website": "https://github.com/DFRobot/DFRobot_MAX31855", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MAX31855.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MAX31855-1.0.0.zip", + "archiveFileName": "DFRobot_MAX31855-1.0.0.zip", + "size": 133741, + "checksum": "SHA-256:775e55a9da058536c391c3318dbec00e6c00e861cfba04eb333eb6247dfda615" + }, + { + "name": "DFRobot_MCP4725", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "wxzed(xiao.wu@dfrobot.com),tangjie(jie.tang@dfrobot.com)", + "sentence": "12 bit digital-analog DA conversion module(SKU: DFR0552).", + "paragraph": "This is a 12 bit digital-analog DA conversion module, I2C interface is easy to use and can output different waveforms.", + "website": "https://github.com/DFRobot/DFRobot_MCP4725", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MCP4725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MCP4725-1.0.1.zip", + "archiveFileName": "DFRobot_MCP4725-1.0.1.zip", + "size": 53426, + "checksum": "SHA-256:8bfeabf0f18dcfda8d1f662e977dc5511f44f1e11f4ddb56e9f7dcdf296a7b4f" + }, + { + "name": "DFRobot_RGBMatrix", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "tangjie(jie.tang@dfrobot.com)", + "sentence": "RGB light board control(SKU: DFR0499).", + "paragraph": "This is an RGB light board control library, easy to use.", + "website": "https://github.com/DFRobot/DFRobot_RGBMatrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_RGBMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RGBMatrix-1.0.1.zip", + "archiveFileName": "DFRobot_RGBMatrix-1.0.1.zip", + "size": 191642, + "checksum": "SHA-256:b884577020270ac1a228c68c929f1c1ec23cd7849dfe6c1b8b286b6697e4cd75" + }, + { + "name": "GG", + "version": "1.0.0", + "author": "Masao Koga \u003ckoga@kogasw.com\u003e", + "maintainer": "Masao Koga \u003ckoga@kogasw.com\u003e", + "license": "MIT", + "sentence": "GG for Arduino is a serial console library.", + "paragraph": "It also contains various functions for implementing the console, for example printf(). You can implement a command line interface on your Arduino and add your own commands. This library contains built-in commands that allow memory access and timing analysis.", + "website": "https://github.com/mkogax/GG_for_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mkogax/GG_for_Arduino.git", + "providesIncludes": [ + "GG_for_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mkogax/GG-1.0.0.zip", + "archiveFileName": "GG-1.0.0.zip", + "size": 48277, + "checksum": "SHA-256:f49571a1e4434454c567db2e56c72a88408e83fa5e339d278adf3a12fbdb1036" + }, + { + "name": "GG", + "version": "1.0.1", + "author": "Masao Koga \u003ckoga@kogasw.com\u003e", + "maintainer": "Masao Koga \u003ckoga@kogasw.com\u003e", + "license": "MIT", + "sentence": "GG for Arduino is a serial console library.", + "paragraph": "It also contains various functions for implementing the console, for example printf(). You can implement a command line interface on your Arduino and add your own commands. This library contains built-in commands that allow memory access and timing analysis.", + "website": "https://github.com/mkogax/GG_for_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mkogax/GG_for_Arduino.git", + "providesIncludes": [ + "GG_for_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mkogax/GG-1.0.1.zip", + "archiveFileName": "GG-1.0.1.zip", + "size": 51402, + "checksum": "SHA-256:15d7bb367d72a3a524acec3659c531e925671cacea3bf8ca1fd308e30ad88a9f" + }, + { + "name": "GG", + "version": "1.1.0", + "author": "Masao Koga \u003ckoga@kogasw.com\u003e", + "maintainer": "Masao Koga \u003ckoga@kogasw.com\u003e", + "license": "MIT", + "sentence": "GG for Arduino is a serial console library.", + "paragraph": "It also contains various functions for implementing the console, for example printf(). You can implement a command line interface on your Arduino and add your own commands. This library contains built-in commands that allow memory access and timing analysis.", + "website": "https://github.com/mkogax/GG_for_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mkogax/GG_for_Arduino.git", + "providesIncludes": [ + "GG_for_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mkogax/GG-1.1.0.zip", + "archiveFileName": "GG-1.1.0.zip", + "size": 51713, + "checksum": "SHA-256:75ef05ae072eb4c5447315a3e0726221e51f1180646a8e777b5681278fa6818e" + }, + { + "name": "GG", + "version": "1.2.0", + "author": "Masao Koga \u003ckoga@kogasw.com\u003e", + "maintainer": "Masao Koga \u003ckoga@kogasw.com\u003e", + "license": "MIT", + "sentence": "GG for Arduino is a serial console library.", + "paragraph": "It also contains various functions for implementing the console, for example printf(). You can implement a command line interface on your Arduino and add your own commands. This library contains built-in commands that allow memory access and timing analysis.", + "website": "https://github.com/mkogax/GG_for_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mkogax/GG_for_Arduino.git", + "providesIncludes": [ + "GG.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mkogax/GG-1.2.0.zip", + "archiveFileName": "GG-1.2.0.zip", + "size": 35869, + "checksum": "SHA-256:a447942c8f8e5a35343ef0f0ea8319d79da7e8a1eb71aa8c28477490ba6acdeb" + }, + { + "name": "GG", + "version": "1.2.1", + "author": "Masao Koga \u003ckoga@kogasw.com\u003e", + "maintainer": "Masao Koga \u003ckoga@kogasw.com\u003e", + "license": "MIT", + "sentence": "GG for Arduino is a serial console library.", + "paragraph": "It also contains various functions for implementing the console, for example printf(). You can implement a command line interface on your Arduino and add your own commands. This library contains built-in commands that allow memory access and timing analysis.", + "website": "https://github.com/mkogax/GG_for_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/mkogax/GG_for_Arduino.git", + "providesIncludes": [ + "GG.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mkogax/GG-1.2.1.zip", + "archiveFileName": "GG-1.2.1.zip", + "size": 35929, + "checksum": "SHA-256:83103e42d636a449fc79c89e1cd7f77b816efc3477ad9e08856488f51c77a48a" + }, + { + "name": "RS485", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.2.0.zip", + "archiveFileName": "RS485-0.2.0.zip", + "size": 9970, + "checksum": "SHA-256:51fb4d4982055a4ae68daabcc60052c5eebadccea5980b3f83d3de313d359f10" + }, + { + "name": "RS485", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.2.1.zip", + "archiveFileName": "RS485-0.2.1.zip", + "size": 10224, + "checksum": "SHA-256:533bfe7277022b5a23f90be05994869541e9607ec7042955cb9a0859558087a7" + }, + { + "name": "RS485", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.2.2.zip", + "archiveFileName": "RS485-0.2.2.zip", + "size": 11524, + "checksum": "SHA-256:b41cbdce9ce34c66a6e2d2f73c075e12cb62edbbd645d550bb126c434842c7dd" + }, + { + "name": "RS485", + "version": "0.2.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.2.3.zip", + "archiveFileName": "RS485-0.2.3.zip", + "size": 13026, + "checksum": "SHA-256:36e8e21a8cf16089647ef7b21f4b698eb2fea8b79d7e26f5aadb370af57cfdd4" + }, + { + "name": "RS485", + "version": "0.2.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.2.4.zip", + "archiveFileName": "RS485-0.2.4.zip", + "size": 14289, + "checksum": "SHA-256:41930d49920285754e26e660c7f4ab27525f7397bba4f50204ac66ea75040099" + }, + { + "name": "RS485", + "version": "0.2.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.2.5.zip", + "archiveFileName": "RS485-0.2.5.zip", + "size": 25341, + "checksum": "SHA-256:aef86d792868686833d737f14bd7c0044f01d73363db76fd8c2ec37dd6d87fe4" + }, + { + "name": "RS485", + "version": "0.2.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.2.6.zip", + "archiveFileName": "RS485-0.2.6.zip", + "size": 25924, + "checksum": "SHA-256:e498e43039ddcd3738424baad6daf447ced58fb2993ebdb2169ff7a326e4afba" + }, + { + "name": "RS485", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "RS485 library for Arduino.", + "paragraph": "MAX485,", + "website": "https://github.com/RobTillaart/RS485", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/RS485.git", + "providesIncludes": [ + "RS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RS485-0.3.0.zip", + "archiveFileName": "RS485-0.3.0.zip", + "size": 25693, + "checksum": "SHA-256:6175d9ce76b89c4a6a284bac075dd89f69696b2adb083131b196a56be872db14" + }, + { + "name": "M5BurnerNVS", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5BurnerNVS", + "website": "https://github.com/m5stack/M5BurnerNVS", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5BurnerNVS.git", + "providesIncludes": [ + "M5BurnerNVS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5BurnerNVS-0.0.1.zip", + "archiveFileName": "M5BurnerNVS-0.0.1.zip", + "size": 6280, + "checksum": "SHA-256:e5d6b7be10dc8eb39ed9db7a763d6f5c052f72a616d426f66edcfa8d7524fc03" + }, + { + "name": "timersapi", + "version": "1.0.0", + "author": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "maintainer": "WolodiaM \u003cw.melnyk07@gmail.com\u003e", + "sentence": "Library for timers, countdowns and counters.", + "paragraph": "Has different settings for all types of timers.", + "website": "https://github.com/Wolodia-M/timersapi-library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wolodia-M/timersapi-library.git", + "providesIncludes": [ + "timersapi.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Wolodia-M/timersapi-1.0.0.zip", + "archiveFileName": "timersapi-1.0.0.zip", + "size": 6931, + "checksum": "SHA-256:ede1c9a3a3b66c26dfeb1b384eb97be5e0b516b1872a0519e25f63f9f313b74a" + }, + { + "name": "SIMON", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to build the \"Simon says\" game or a digital lock.", + "website": "https://github.com/RobTillaart/SIMON", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SIMON.git", + "providesIncludes": [ + "simon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SIMON-0.1.0.zip", + "archiveFileName": "SIMON-0.1.0.zip", + "size": 9421, + "checksum": "SHA-256:0a9e26f77550fd81bca37f9ed930d37c94d6d07a8142d0ffb1fe60f2658f3eef" + }, + { + "name": "SIMON", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to build the \"Simon says\" game or a digital lock.", + "website": "https://github.com/RobTillaart/SIMON", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SIMON.git", + "providesIncludes": [ + "simon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SIMON-0.1.1.zip", + "archiveFileName": "SIMON-0.1.1.zip", + "size": 9874, + "checksum": "SHA-256:7cf3f86589c03684d2f26e5a7af94349cee6a7ef4d7890fa18951b6c46ac0b27" + }, + { + "name": "SIMON", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to build the \"Simon says\" game or a digital lock.", + "website": "https://github.com/RobTillaart/SIMON", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SIMON.git", + "providesIncludes": [ + "simon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SIMON-0.1.2.zip", + "archiveFileName": "SIMON-0.1.2.zip", + "size": 11451, + "checksum": "SHA-256:ecd25b9b128021170deeb71ca6e292d6342d60558c50a842d06da069b880a3ad" + }, + { + "name": "SIMON", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to build the \"Simon says\" game or a digital lock.", + "website": "https://github.com/RobTillaart/SIMON", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SIMON.git", + "providesIncludes": [ + "simon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SIMON-0.1.3.zip", + "archiveFileName": "SIMON-0.1.3.zip", + "size": 11652, + "checksum": "SHA-256:cd8c1db7493d2370500ab74308b3da65a534320ae22c71c2a454741cc16840b0" + }, + { + "name": "FastInterruptEncoder", + "version": "1.0.0", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "An Arduino library for Quadrature Encoder for ESP32 and STM32Duino.", + "paragraph": "Supports ESP32 through Pulse Counter (PCNT), STM32Duino through Timer Encoder Mode. There are three Encoder modes available x1 (SINGLE), x2 (HALFQUAD), x4 (FULLQUAD)", + "website": "https://github.com/levkovigor/FastInterruptEncoder", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/FastInterruptEncoder.git", + "providesIncludes": [ + "FastInterruptEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/FastInterruptEncoder-1.0.0.zip", + "archiveFileName": "FastInterruptEncoder-1.0.0.zip", + "size": 5631, + "checksum": "SHA-256:89a0668e170d798d646e275ba82d6b1a1c29541d32829a3e9913fa4c0dc5d6e6" + }, + { + "name": "FastInterruptEncoder", + "version": "1.0.1", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "An Arduino library for Quadrature Encoder for ESP32 and STM32Duino.", + "paragraph": "Supports ESP32 through Pulse Counter (PCNT), STM32Duino through Timer Encoder Mode. There are three Encoder modes available x1 (SINGLE), x2 (HALFQUAD), x4 (FULLQUAD)", + "website": "https://github.com/levkovigor/FastInterruptEncoder", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/FastInterruptEncoder.git", + "providesIncludes": [ + "FastInterruptEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/FastInterruptEncoder-1.0.1.zip", + "archiveFileName": "FastInterruptEncoder-1.0.1.zip", + "size": 7725, + "checksum": "SHA-256:e275c74ca60e8ae6a75043de0276dfe09b4f206d32c086329c52fba8b281f069" + }, + { + "name": "FastInterruptEncoder", + "version": "1.0.3", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "An Arduino library for Quadrature Encoder for ESP32 and STM32Duino.", + "paragraph": "Supports ESP32 through Pulse Counter (PCNT), STM32Duino through Timer Encoder Mode. There are three Encoder modes available x1 (SINGLE), x2 (HALFQUAD), x4 (FULLQUAD)", + "website": "https://github.com/levkovigor/FastInterruptEncoder", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/FastInterruptEncoder.git", + "providesIncludes": [ + "FastInterruptEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/FastInterruptEncoder-1.0.3.zip", + "archiveFileName": "FastInterruptEncoder-1.0.3.zip", + "size": 7923, + "checksum": "SHA-256:90a8eca65e0bb44bc94f185b1c6df165beacee2861e14b469518130d79681b7f" + }, + { + "name": "StackmatTimer", + "version": "1.0.0", + "author": "PaddyCo \u003cpatrik@damn.moe\u003e", + "maintainer": "PaddyCo \u003cpatrik@damn.moe\u003e", + "sentence": "A library for interfacing with a Stackmat/Cube timer", + "paragraph": "Supports the standard RS232 protocol that most timers support", + "website": "https://github.com/PaddyCo/StackmatTimer", + "category": "Signal Input/Output", + "architectures": [ + "avr", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/PaddyCo/StackmatTimer.git", + "providesIncludes": [ + "StackmatTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PaddyCo/StackmatTimer-1.0.0.zip", + "archiveFileName": "StackmatTimer-1.0.0.zip", + "size": 8139, + "checksum": "SHA-256:36febb281f2b9fccc944796b816726642145f9f90bcaed16f309986b70691abe" + }, + { + "name": "DailyService", + "version": "1.0.0", + "author": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "maintainer": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "sentence": "A library that supports the daily service options for the Escalator Switch.", + "paragraph": "Supports daily offsets from time of day, sunset and sunrise. Also supports Day Light Savings time.", + "website": "https://gitlab.com/escalator-home-automation/daily-service", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/escalator-home-automation/daily-service.git", + "providesIncludes": [ + "DailyService.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/escalator-home-automation/DailyService-1.0.0.zip", + "archiveFileName": "DailyService-1.0.0.zip", + "size": 1069203, + "checksum": "SHA-256:8b9034abfd95f9cfc894f5ed9386cda967dda8759d19413cb2006738604d5c1e" + }, + { + "name": "DailyService", + "version": "1.0.1", + "author": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "maintainer": "Ed Slatt \u003ced.slatt@gmail.com\u003e", + "sentence": "A library that supports the daily service options for the Escalator Switch.", + "paragraph": "Supports daily offsets from time of day, sunset and sunrise. Also supports Day Light Savings time.", + "website": "https://gitlab.com/escalator-home-automation/daily-service", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/escalator-home-automation/daily-service.git", + "providesIncludes": [ + "DailyService.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/escalator-home-automation/DailyService-1.0.1.zip", + "archiveFileName": "DailyService-1.0.1.zip", + "size": 901791, + "checksum": "SHA-256:e14d24cebf0ff595cc8a3238244ae236e708d4c19ba01c348ba6c0b18f654c14" + }, + { + "name": "LedMatrix8X8", + "version": "0.1.0", + "author": "nfhktwrbq \u003cnfhktwrbq@yandex.ru\u003e", + "maintainer": "nfhktwrbq \u003cnfhktwrbq@yandex.ru\u003e", + "sentence": "A library that controls max7219 led matrix.", + "paragraph": "Supports 8x8 size only", + "website": "https://github.com/nfhktwrbq/LedMatrix8x8", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nfhktwrbq/LedMatrix8x8.git", + "providesIncludes": [ + "LedMatrix.h" + ], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nfhktwrbq/LedMatrix8X8-0.1.0.zip", + "archiveFileName": "LedMatrix8X8-0.1.0.zip", + "size": 3466, + "checksum": "SHA-256:22464cb51b5300148217e9c5d4941aee14bb56acba7b0d656757f2e2286016cc" + }, + { + "name": "LedMatrix8X8", + "version": "0.2.0", + "author": "nfhktwrbq \u003cnfhktwrbq@yandex.ru\u003e", + "maintainer": "nfhktwrbq \u003cnfhktwrbq@yandex.ru\u003e", + "sentence": "A library that controls max7219 led matrix.", + "paragraph": "Supports 8x8 size only", + "website": "https://github.com/nfhktwrbq/LedMatrix8x8", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nfhktwrbq/LedMatrix8x8.git", + "providesIncludes": [ + "LedMatrix.h" + ], + "dependencies": [ + { + "name": "SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nfhktwrbq/LedMatrix8X8-0.2.0.zip", + "archiveFileName": "LedMatrix8X8-0.2.0.zip", + "size": 3782, + "checksum": "SHA-256:0c554a61eab5d41eff09ece183b03dbc07db2961b5c3fddd2c108f7975d91c88" + }, + { + "name": "databot2", + "version": "2.8.0", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_ESP32", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot2-2.8.0.zip", + "archiveFileName": "databot2-2.8.0.zip", + "size": 774311, + "checksum": "SHA-256:0489d5ef8e7bf2b5bc2666afaf7e224de3d0c50b0b14027596191911ba1566ae" + }, + { + "name": "databot2", + "version": "2.8.1", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_ESP32", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot2-2.8.1.zip", + "archiveFileName": "databot2-2.8.1.zip", + "size": 795721, + "checksum": "SHA-256:2b8038a179ba85974873d6c1372a7e4a2508978c3defe9a17baee749c0c81a01" + }, + { + "name": "databot2", + "version": "2.8.2", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_ESP32", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot2-2.8.2.zip", + "archiveFileName": "databot2-2.8.2.zip", + "size": 822596, + "checksum": "SHA-256:ed363fe6e7aa61531a95419deb78276683f46c842c95f23aa567b34f406ec2e2" + }, + { + "name": "databot2", + "version": "2.9.1", + "author": "aRbotics, LLC", + "maintainer": "aRbotics, LLC", + "sentence": "Official databot library supporting databot, based on Arduino", + "paragraph": "This library includes all of the core libraries and sample sketches required to effectively use databot by aRbotics. Visit https://databot.us.com to meet databot.", + "website": "https://github.com/arbotics-llc/databot_ESP32", + "category": "Sensors", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arbotics-llc/databot_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arbotics-llc/databot2-2.9.1.zip", + "archiveFileName": "databot2-2.9.1.zip", + "size": 826698, + "checksum": "SHA-256:67f28e45b5e65e4f9312b7de29b9db88c8a2552db2668412828cc4924873ad9e" + }, + { + "name": "NHCSR04", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NHCSR04 for the HC-SR04 Ultrasonic sensor.", + "paragraph": "Easy use of the HC-SR04 Sensor with a settable limit for maximum performance.", + "website": "https://github.com/Narwhalsss360/NHC-SR04", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NHC-SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NHCSR04-1.0.0.zip", + "archiveFileName": "NHCSR04-1.0.0.zip", + "size": 5132, + "checksum": "SHA-256:81ef783dc2e1229c746d679c5588b853f18f712427ae5b87cc5a61a342b60097" + }, + { + "name": "AS5600", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 magnetic rotation meter", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.1.0.zip", + "archiveFileName": "AS5600-0.1.0.zip", + "size": 10712, + "checksum": "SHA-256:b8e5588448fb45b437c4110a0f274994d93c3a5d9224365a48d2b501d960fab3" + }, + { + "name": "AS5600", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 magnetic rotation meter", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.1.1.zip", + "archiveFileName": "AS5600-0.1.1.zip", + "size": 11003, + "checksum": "SHA-256:f8e3d5718062100563809f1bbcb394073425be17dbf46541410693e8562a5a3e" + }, + { + "name": "AS5600", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 magnetic rotation meter", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.1.2.zip", + "archiveFileName": "AS5600-0.1.2.zip", + "size": 12326, + "checksum": "SHA-256:2085cea3ddfbf4f606cdbe79d86dd39cb45e665a072a22a4e026b8e4d47b755c" + }, + { + "name": "AS5600", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 magnetic rotation meter", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.1.3.zip", + "archiveFileName": "AS5600-0.1.3.zip", + "size": 12664, + "checksum": "SHA-256:b0573e4455742e0d7071f9b12b936a14a8db72f719dd9a892f2decebddde7d96" + }, + { + "name": "AS5600", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 magnetic rotation meter", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.1.4.zip", + "archiveFileName": "AS5600-0.1.4.zip", + "size": 17964, + "checksum": "SHA-256:c49a0454a1364a2b3efe48bd942ff534c5d8689737d9031fd5cf1d7ac00adefe" + }, + { + "name": "AS5600", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 magnetic rotation meter", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.2.0.zip", + "archiveFileName": "AS5600-0.2.0.zip", + "size": 22648, + "checksum": "SHA-256:e26637d9308ad83db2da1b2164ed15eca81e0aa7fdbe77306f99246d39073242" + }, + { + "name": "AS5600", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 magnetic rotation meter", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.0.zip", + "archiveFileName": "AS5600-0.3.0.zip", + "size": 24411, + "checksum": "SHA-256:9428b26915d76e91dfb642f05bb9b85f8eba3e31594baddaea82eb8e7adc3b97" + }, + { + "name": "AS5600", + "version": "0.3.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.1.zip", + "archiveFileName": "AS5600-0.3.1.zip", + "size": 27691, + "checksum": "SHA-256:a746fe27f32967f7ccec10645421290b04e161466d4bf81db5044e400fac46f3" + }, + { + "name": "AS5600", + "version": "0.3.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.2.zip", + "archiveFileName": "AS5600-0.3.2.zip", + "size": 28366, + "checksum": "SHA-256:de6fe6bab977e2b82a238a030e933de95f08253fcafcc5319b1f8735a0f37619" + }, + { + "name": "AS5600", + "version": "0.3.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.3.zip", + "archiveFileName": "AS5600-0.3.3.zip", + "size": 31273, + "checksum": "SHA-256:57ef2f3e036c13e6de3a92152e07b6acafe0fea6bb59efbacd66fe3950f78cec" + }, + { + "name": "AS5600", + "version": "0.3.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.4.zip", + "archiveFileName": "AS5600-0.3.4.zip", + "size": 31750, + "checksum": "SHA-256:a05c6d1fb52f9f1bb7f386ec5ea5ebcc66a95620be0e7d1b6b9c36c17f314c90" + }, + { + "name": "AS5600", + "version": "0.3.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.5.zip", + "archiveFileName": "AS5600-0.3.5.zip", + "size": 32238, + "checksum": "SHA-256:ea5e6bec3e9e41bc2ef723e8ed2601a07bcca5a37c0f4ae6bb9619c6f404a283" + }, + { + "name": "AS5600", + "version": "0.3.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.6.zip", + "archiveFileName": "AS5600-0.3.6.zip", + "size": 33429, + "checksum": "SHA-256:8a7f2b2e0a016d49da6bdbe6eb4d3eee10de085631b93062bd6508a856dfc0cb" + }, + { + "name": "AS5600", + "version": "0.3.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.7.zip", + "archiveFileName": "AS5600-0.3.7.zip", + "size": 34618, + "checksum": "SHA-256:b60d9be571dc2f722ff90868b2444c6baa440fa134a2d2a24340ee104fd7cadc" + }, + { + "name": "AS5600", + "version": "0.3.8", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.3.8.zip", + "archiveFileName": "AS5600-0.3.8.zip", + "size": 38095, + "checksum": "SHA-256:c255881ee7a3c836cb51407a3bc4c09d969a12702ae650b990554c17a4c29a42" + }, + { + "name": "AS5600", + "version": "0.4.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.4.0.zip", + "archiveFileName": "AS5600-0.4.0.zip", + "size": 38215, + "checksum": "SHA-256:adb2da2308138457378100834a4783e84842a6bc0cf8c8614bc4f577ee8696b6" + }, + { + "name": "AS5600", + "version": "0.4.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.4.1.zip", + "archiveFileName": "AS5600-0.4.1.zip", + "size": 38527, + "checksum": "SHA-256:a1d9398d59bbbc3859be6459458113a68c15a56618b66046944b19e506d580b8" + }, + { + "name": "AS5600", + "version": "0.5.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AS5600 and AS5600L magnetic rotation meter.", + "website": "https://github.com/RobTillaart/AS5600", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AS5600.git", + "providesIncludes": [ + "AS5600.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AS5600-0.5.0.zip", + "archiveFileName": "AS5600-0.5.0.zip", + "size": 42314, + "checksum": "SHA-256:e9c6574f78c6be6c3bd8949daa24691ec21d2e67a38376c512326321d54d1a38" + }, + { + "name": "SimpleEncoder", + "version": "1.0.0", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "SimpleEncoder is a library that makes it easy to use rotary encoders with Arduino's.", + "paragraph": "\u003cp\u003e\u0026nbsp;\u003c/p\u003e\u003cp\u003eThis is a very basic library that makes the use of a rotary encoder very simple. You simply call the library and pass in the pin numbers assigned to your encoder:\u003c/p\u003e\u003cp style=\"padding-left: 40px;\"\u003e\u003cstrong\u003eSimpleEncoder encoder(buttonPin, pinA, pinB);\u003c/strong\u003e\u003c/p\u003e\u003cp\u003e, then you can do these things:\u003c/p\u003e\u003cul\u003e\u003cli\u003eCheck if the encoder is moving up\u003c/li\u003e\u003cli\u003eCheck if the encoder is moving down\u003c/li\u003e\u003cli\u003eCheck if the encoder is idle\u003c/li\u003e\u003cli\u003eCheck if the button is being pressed.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eYou do this using simple terms:\u003c/p\u003e\u003cp style=\"padding-left: 40px;\"\u003e\u003cstrong\u003eif (encoder.UP) {}\u003cbr /\u003eif (encoder.DOWN) {}\u003cbr /\u003eif (encoder.IDLE) {}\u003cbr /\u003eif (encoder.BUTTON) {}\u003c/strong\u003e\u003c/p\u003e\u003cp\u003eYou can also set a value that you want to track by additionally passing into the library call, the initial value, the lower limit and the upper limit, then each time you check on that value, the library increases or decreases it based on the current state of the encoder.\u003c/p\u003e\u003cp\u003eYou will get the most efficient use of this library, if you call the encoder states from your loop and if your project uses NON-BLOCKING timers (such as \u003cstrong\u003e\u003ca href=\"http://github.com/EasyG0ing1/BlockNot\"\u003eBlockNot\u003c/a\u003e\u003c/strong\u003e) as opposed to \u003cstrong\u003edelay()\u003c/strong\u003e so that the encoder will be checked as often as possible.\u003c/p\u003e\u003cp\u003eThere are two example sketches and for\u0026nbsp;more information, view the readme \u003ca href=\"http://github.com/EasyG0ing1/SimpleEncoder\"\u003eby clicking here\u003c/a\u003e\u003c/p\u003e", + "website": "http://github.com/EasyG0ing1/SimpleEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/SimpleEncoder.git", + "providesIncludes": [ + "SimpleEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/SimpleEncoder-1.0.0.zip", + "archiveFileName": "SimpleEncoder-1.0.0.zip", + "size": 7175, + "checksum": "SHA-256:d6b99b51bbc28d75069ea66c93773514aadf174b87a45d6e4965e196d2d8fd96" + }, + { + "name": "SimpleEncoder", + "version": "1.1.0", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "SimpleEncoder is a library that makes it easy to use rotary encoders with Arduino's.", + "paragraph": "This is a very basic library that makes the use of a rotary encoder very simple. It can even track value changes for you based on your defined parameters. Full documentation can be found here: http://github.com/EasyG0ing1/SimpleEncoder", + "website": "http://github.com/EasyG0ing1/SimpleEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/SimpleEncoder.git", + "providesIncludes": [ + "SimpleEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/SimpleEncoder-1.1.0.zip", + "archiveFileName": "SimpleEncoder-1.1.0.zip", + "size": 180849, + "checksum": "SHA-256:c7aad2565143203adda07549ec3a29e6c6e06d9360dcd422ca5e13a2e0a1908c" + }, + { + "name": "SimpleEncoder", + "version": "1.1.1", + "author": "Michael Sims \u003csims.mike@gmail.com\u003e", + "maintainer": "Michael Sims \u003csims.mike@gmail.com\u003e", + "sentence": "SimpleEncoder is a library that makes it easy to use rotary encoders with Arduino's.", + "paragraph": "This is a very basic library that makes the use of a rotary encoder very simple. It can even track value changes for you based on your defined parameters. Full documentation can be found here: http://github.com/EasyG0ing1/SimpleEncoder", + "website": "http://github.com/EasyG0ing1/SimpleEncoder", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EasyG0ing1/SimpleEncoder.git", + "providesIncludes": [ + "SimpleEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EasyG0ing1/SimpleEncoder-1.1.1.zip", + "archiveFileName": "SimpleEncoder-1.1.1.zip", + "size": 181743, + "checksum": "SHA-256:20d267d973cb6012c2d81fb163539cf61b5e4da47407b20181c1cb037b848cba" + }, + { + "name": "DFRobot_MotorStepper", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "Stepper motor and DC motor driver control board(SKU:DFR0508)", + "paragraph": "DFRobot FireBeetle series are low power consumption microcontrollers designed for Internet of Things (IoT) development. FireBeetle Covers-DC Motor \u0026 Stepper Driver is a DC motor \u0026 Stepper Motor driver designed for FireBeetle Microcontrollers. It can control up to four-channels DC motors / two-phase four-wire stepper motors simultaneously.", + "website": "https://github.com/DFRobot/DFRobot_MotorStepper", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_MotorStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MotorStepper-1.0.0.zip", + "archiveFileName": "DFRobot_MotorStepper-1.0.0.zip", + "size": 130945, + "checksum": "SHA-256:1b52d6085dc38df25e115338afd99f5b04934aca06fa6f54c166e84252d71b52" + }, + { + "name": "DFRobot_ST7687S", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e", + "sentence": "This is a 2.2” TFT LCD Display Module with an input voltage(SKU: DFR0529).", + "paragraph": "The fastest screen refresh speed is about 256ms. The module is able to display multiple patterns in a cycle and realize dynamic display effect. At present, there are 19 common defined colors in the library, and users can also customize16-bit color codes. If we take the central point of the display as the origin of coordinates, the maximum absolute value of the positive and negative axis will be 64.", + "website": "https://github.com/DFRobot/DFRobot_ST7687S", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_ST7687S.git", + "dependencies": [ + { + "name": "DFRobot_Display" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_ST7687S-1.0.0.zip", + "archiveFileName": "DFRobot_ST7687S-1.0.0.zip", + "size": 94404, + "checksum": "SHA-256:8d88003ed548057356e8e3a7b04ccd51ae8c8c9628d903a6891358bf111af7ae" + }, + { + "name": "74XX595", + "version": "1.5.2", + "author": "Bruno Pescarolli", + "maintainer": "Bruno Pescarolli \u003cbruno.pescarolli@gmail.com\u003e", + "sentence": "Arduino library for control 74XX595 IC", + "paragraph": "Create output expansion interfaces for Arduino in a staggered way according to the projects need.", + "website": "https://github.com/bpescarolli/74XX595_lib", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bpescarolli/74XX595_lib.git", + "providesIncludes": [ + "output_expand74XX595.h" + ], + "dependencies": [ + { + "name": "ANSI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bpescarolli/74XX595-1.5.2.zip", + "archiveFileName": "74XX595-1.5.2.zip", + "size": 405134, + "checksum": "SHA-256:57af9b0feccaa248bf027e9e1addf1d1f575819875586cb219e388e7d09d1093" + }, + { + "name": "Energesis_GenericSensor", + "version": "0.1.3", + "author": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "sentence": "Generic interface for standardized implementation of sensor drivers.", + "paragraph": "Generic interface for standardized implementation of sensor drivers.", + "website": "https://github.com/Energesis-Ingenieria/Energesis_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Energesis-Ingenieria/Energesis_Sensor.git", + "providesIncludes": [ + "Energesis_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Energesis-Ingenieria/Energesis_GenericSensor-0.1.3.zip", + "archiveFileName": "Energesis_GenericSensor-0.1.3.zip", + "size": 11573, + "checksum": "SHA-256:6c7628ddd57b3cc6a8e955c5dac4f03c35effb3bfbcfa741eb73b924b8805478" + }, + { + "name": "Energesis_GenericSensor", + "version": "0.1.4", + "author": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "sentence": "Generic interface for standardized implementation of sensor drivers.", + "paragraph": "Generic interface for standardized implementation of sensor drivers.", + "website": "https://github.com/Energesis-Ingenieria/Energesis_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Energesis-Ingenieria/Energesis_Sensor.git", + "providesIncludes": [ + "Energesis_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Energesis-Ingenieria/Energesis_GenericSensor-0.1.4.zip", + "archiveFileName": "Energesis_GenericSensor-0.1.4.zip", + "size": 11772, + "checksum": "SHA-256:fb667595419cefd8963dfe7a6127759eaeeb08d20e4afcbe2b9ff4bfca5ca76e" + }, + { + "name": "Energesis_GenericSensor", + "version": "0.1.5", + "author": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "sentence": "Generic interface for standardized implementation of sensor drivers.", + "paragraph": "Generic interface for standardized implementation of sensor drivers.", + "website": "https://github.com/Energesis-Ingenieria/Energesis_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Energesis-Ingenieria/Energesis_Sensor.git", + "providesIncludes": [ + "Energesis_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Energesis-Ingenieria/Energesis_GenericSensor-0.1.5.zip", + "archiveFileName": "Energesis_GenericSensor-0.1.5.zip", + "size": 43888, + "checksum": "SHA-256:036fd3322b76f3ad1c28d70c38638c931ab7308b3b96c8259dd4323ca7bef1d3" + }, + { + "name": "Energesis_GenericSensor", + "version": "0.2.0", + "author": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "sentence": "Generic interface for standardized implementation of sensor drivers.", + "paragraph": "Generic interface for standardized implementation of sensor drivers.", + "website": "https://github.com/Energesis-Ingenieria/Energesis_Sensor", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Energesis-Ingenieria/Energesis_Sensor.git", + "providesIncludes": [ + "Energesis_Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Energesis-Ingenieria/Energesis_GenericSensor-0.2.0.zip", + "archiveFileName": "Energesis_GenericSensor-0.2.0.zip", + "size": 44353, + "checksum": "SHA-256:80a0a9c7d4d80fb0228010739e6a5896ccef380d33824cb99b4f3c475a92c1fe" + }, + { + "name": "Energesis LM35", + "version": "0.1.1", + "author": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "sentence": "Driver for LM35 temperature sensor.", + "paragraph": "Library for interfacing with the LM35 sensor series.", + "website": "https://github.com/Energesis-Ingenieria/Energesis_LM35", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Energesis-Ingenieria/Energesis_LM35.git", + "providesIncludes": [ + "Energesis_LM35.h" + ], + "dependencies": [ + { + "name": "Energesis_GenericSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Energesis-Ingenieria/Energesis_LM35-0.1.1.zip", + "archiveFileName": "Energesis_LM35-0.1.1.zip", + "size": 12245, + "checksum": "SHA-256:8c4b7831529d8546805fdba0f9f11056ecd1b629a260b98b475120911fd2c863" + }, + { + "name": "Energesis LM35", + "version": "0.1.2", + "author": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmenate@gmail.com\u003e", + "sentence": "Driver for LM35 series temperature sensor.", + "paragraph": "Library for interfacing with the LM35 sensor series.", + "website": "https://github.com/Energesis-Ingenieria/Energesis_LM35", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Energesis-Ingenieria/Energesis_LM35.git", + "providesIncludes": [ + "Energesis_LM35.h" + ], + "dependencies": [ + { + "name": "Energesis_GenericSensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Energesis-Ingenieria/Energesis_LM35-0.1.2.zip", + "archiveFileName": "Energesis_LM35-0.1.2.zip", + "size": 12522, + "checksum": "SHA-256:777c2083573a4c9cc04b0cd9cc654c2501d5b8dc5ab996e47e7d0da7d626fc57" + }, + { + "name": "PneumaticStepper", + "version": "1.0.0", + "author": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "maintainer": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "sentence": "A library to manage pneumatic (stepper) motors and servo valves", + "paragraph": "Can be used to control the several pneumatic devices published by the author on Printables/Thingiverse/MyMiniFactory", + "website": "https://www.thingiverse.com/thing:3655215", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vgroenhuis/PneumaticStepper.git", + "providesIncludes": [ + "PneumaticStepper.h", + "ServoValve.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vgroenhuis/PneumaticStepper-1.0.0.zip", + "archiveFileName": "PneumaticStepper-1.0.0.zip", + "size": 26809, + "checksum": "SHA-256:b04da64fdda60281d36ecb917629ed1326c3a91a88536587f41f3ab68fd45d71" + }, + { + "name": "PneumaticStepper", + "version": "1.0.1", + "author": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "maintainer": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "sentence": "A library to manage pneumatic (stepper) motors and servo valves", + "paragraph": "Can be used to control the several pneumatic devices published by the author on Printables/Thingiverse/MyMiniFactory", + "website": "https://www.thingiverse.com/thing:3655215", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vgroenhuis/PneumaticStepper.git", + "providesIncludes": [ + "PneumaticStepper.h", + "ServoValve.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vgroenhuis/PneumaticStepper-1.0.1.zip", + "archiveFileName": "PneumaticStepper-1.0.1.zip", + "size": 26811, + "checksum": "SHA-256:b7e5ff892941de0044e89f15d89800e3323f42adc0661dc1304cb1b30043e347" + }, + { + "name": "PneumaticStepper", + "version": "1.0.3", + "author": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "maintainer": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "sentence": "A library to manage pneumatic (stepper) motors and servo valves", + "paragraph": "Can be used to control the several pneumatic devices published by the author on Printables/Thingiverse/MyMiniFactory", + "website": "https://www.thingiverse.com/thing:3655215", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vgroenhuis/PneumaticStepper.git", + "providesIncludes": [ + "PneumaticStepper.h", + "ServoValve.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vgroenhuis/PneumaticStepper-1.0.3.zip", + "archiveFileName": "PneumaticStepper-1.0.3.zip", + "size": 26811, + "checksum": "SHA-256:0363d8da6040e5222c4358d8e497d63b1c4f39d246f46c041ae6cafa96cf16f0" + }, + { + "name": "PneumaticStepper", + "version": "1.0.5", + "author": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "maintainer": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "sentence": "A library to manage pneumatic (stepper) motors and servo valves", + "paragraph": "Can be used to control the several pneumatic devices published by the author on Printables/Thingiverse/MyMiniFactory", + "website": "https://www.thingiverse.com/thing:3655215", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vgroenhuis/PneumaticStepper.git", + "providesIncludes": [ + "PneumaticStepper.h", + "ServoValve.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vgroenhuis/PneumaticStepper-1.0.5.zip", + "archiveFileName": "PneumaticStepper-1.0.5.zip", + "size": 26811, + "checksum": "SHA-256:e0854a7e34c02c224aff5d5f163acf3f8d0f9888ec503308c4881becebd3151d" + }, + { + "name": "PneumaticStepper", + "version": "1.0.6", + "author": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "maintainer": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "sentence": "A library to manage pneumatic (stepper) motors and servo valves", + "paragraph": "Can be used to control the several pneumatic devices published by the author on Printables/Thingiverse/MyMiniFactory", + "website": "https://www.thingiverse.com/thing:3655215", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vgroenhuis/PneumaticStepper.git", + "providesIncludes": [ + "PneumaticStepper.h", + "ServoValve.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vgroenhuis/PneumaticStepper-1.0.6.zip", + "archiveFileName": "PneumaticStepper-1.0.6.zip", + "size": 29371, + "checksum": "SHA-256:c5ced9e075414c094914b5e96292355da65971b01c977b7022fec07f9f242585" + }, + { + "name": "PneumaticStepper", + "version": "1.0.7", + "author": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "maintainer": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "sentence": "A library to manage pneumatic (stepper) motors and servo valves", + "paragraph": "Can be used to control the several pneumatic devices published by the author on Printables/Thingiverse/MyMiniFactory", + "website": "https://www.thingiverse.com/thing:3655215", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vgroenhuis/PneumaticStepper.git", + "providesIncludes": [ + "PneumaticStepper.h", + "ServoValve.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vgroenhuis/PneumaticStepper-1.0.7.zip", + "archiveFileName": "PneumaticStepper-1.0.7.zip", + "size": 29735, + "checksum": "SHA-256:0c975f0a0954809d9456225e762ae223ef4b887b82a5c7ec1af1ca2afbe973d4" + }, + { + "name": "PneumaticStepper", + "version": "1.0.8", + "author": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "maintainer": "Vincent Groenhuis \u003cgroenhuis@gmail.com\u003e", + "sentence": "A library to manage pneumatic (stepper) motors and servo valves", + "paragraph": "Can be used to control the several pneumatic devices published by the author on Printables/Thingiverse/MyMiniFactory", + "website": "https://www.thingiverse.com/thing:3655215", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vgroenhuis/PneumaticStepper.git", + "providesIncludes": [ + "PneumaticStepper.h", + "ServoValve.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vgroenhuis/PneumaticStepper-1.0.8.zip", + "archiveFileName": "PneumaticStepper-1.0.8.zip", + "size": 29755, + "checksum": "SHA-256:a54f6f4a21c103732350cbb8167c65d07b96548dee0380a6e7cd46a333118cb8" + }, + { + "name": "Preferences", + "version": "2.0.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "sentence": "Preferences library for ESP8266 and Particle Gen3 devices, with ESP32-compatible API", + "website": "https://github.com/vshymanskyy/Preferences", + "category": "Data Storage", + "architectures": [ + "esp8266", + "particle-argon", + "particle-boron", + "particle-xenon" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vshymanskyy/Preferences.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/Preferences-2.0.0.zip", + "archiveFileName": "Preferences-2.0.0.zip", + "size": 9703, + "checksum": "SHA-256:954846ea0d473df893c38a7178a8cfa44c63704e220c56f321032d01307a5816" + }, + { + "name": "Preferences", + "version": "2.1.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "sentence": "Preferences library for Arduino, ESP8266 and Particle Gen3 devices", + "website": "https://github.com/vshymanskyy/Preferences", + "category": "Data Storage", + "architectures": [ + "all" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/vshymanskyy/Preferences.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vshymanskyy/Preferences-2.1.0.zip", + "archiveFileName": "Preferences-2.1.0.zip", + "size": 16064, + "checksum": "SHA-256:a1bfc2bcf62c902143cf206b8a202a48f2ce724c17c3335d813de9916c4226f0" + }, + { + "name": "IoTController", + "version": "1.0.0", + "author": "Andrés Durán", + "maintainer": "Andrés Durán", + "sentence": "IoT Network Controller for ESP8266 and ESP32", + "paragraph": "Easy way to handle HTTP and MQTT connections, simultaneous handling of AccessPoint Mode and Station Mode, asynchronous loops with timers. Management and modification of variables stored in the EEPROM, modifiable from a WebServer and the MQTT connection. Unique identifier control for friendly mass production.", + "website": "https://github.com/AndresDuran53/zarus-network-controller", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AndresDuran53/zarus-network-controller.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AndresDuran53/IoTController-1.0.0.zip", + "archiveFileName": "IoTController-1.0.0.zip", + "size": 823562, + "checksum": "SHA-256:587b6bb185a1de76255476e409b7eef364e29a14666ef83d9a01fc3b409d1df7" + }, + { + "name": "SparkFun BMP384 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMP384 pressure sensor.", + "paragraph": "The BMP384 provides high resolution pressure and temperature data for precise atmospheric measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMP384_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_BMP384_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMP384_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_BMP384_Arduino_Library-1.0.0.zip", + "size": 50381, + "checksum": "SHA-256:42e6f4f5845491857ce4d8543b40ac57a80b8fa70a6f7658c652d6ab32b7f39d" + }, + { + "name": "SparkFun BMP384 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMP384 pressure sensor.", + "paragraph": "The BMP384 provides high resolution pressure and temperature data for precise atmospheric measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMP384_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_BMP384_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMP384_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_BMP384_Arduino_Library-1.0.1.zip", + "size": 50508, + "checksum": "SHA-256:5afce8522522df15fc788624db61039b8a89524495cb5d86e7fd46c2eed28d51" + }, + { + "name": "Text2Matrix", + "version": "1.0.0", + "author": "abertinelli", + "maintainer": "abertinelli", + "sentence": "8x8 LED Matrix controller for displaying text", + "paragraph": "This library allows you to display text in an 8x8 LED matrix with 16 or 24 pins (for instance, 1588ABEG-5).", + "website": "https://github.com/alexbertis/Text2Matrix", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexbertis/Text2Matrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexbertis/Text2Matrix-1.0.0.zip", + "archiveFileName": "Text2Matrix-1.0.0.zip", + "size": 16252, + "checksum": "SHA-256:e2686019810574b98b874a62370064b935226ae123a5a005b79d5226418ea16f" + }, + { + "name": "SIKTEC_EPD", + "version": "1.0.2", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "ePaper / eInk display driver to easily integrate SIKTEC displays.", + "paragraph": "GFX compatible with optioanl external SRAM use.", + "website": "https://github.com/siktec-lab/SIKTEC-EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-EPD.git", + "dependencies": [ + { + "name": "SIKTEC_SPI" + }, + { + "name": "SIKTEC_SRAM" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_EPD-1.0.2.zip", + "archiveFileName": "SIKTEC_EPD-1.0.2.zip", + "size": 4338178, + "checksum": "SHA-256:42cff9695fda582070faaedf764b8581309e11a802202a434903cf9a2a63e0f6" + }, + { + "name": "SIKTEC_EPD", + "version": "1.0.3", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "ePaper / eInk display driver to easily integrate SIKTEC displays.", + "paragraph": "GFX compatible with optioanl external SRAM use.", + "website": "https://github.com/siktec-lab/SIKTEC-EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-EPD.git", + "dependencies": [ + { + "name": "SIKTEC_SPI" + }, + { + "name": "SIKTEC_SRAM" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_EPD-1.0.3.zip", + "archiveFileName": "SIKTEC_EPD-1.0.3.zip", + "size": 5094909, + "checksum": "SHA-256:574d7e9207c4c21fdc2c11b2262cc34fe3328c6bb7c94059b9da49b66457ada3" + }, + { + "name": "SIKTEC_EPD", + "version": "1.0.4", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "ePaper / eInk display driver to easily integrate SIKTEC displays.", + "paragraph": "GFX compatible with optioanl external SRAM use.", + "website": "https://github.com/siktec-lab/SIKTEC-EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-EPD.git", + "dependencies": [ + { + "name": "SIKTEC_SPI" + }, + { + "name": "SIKTEC_SRAM" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_EPD-1.0.4.zip", + "archiveFileName": "SIKTEC_EPD-1.0.4.zip", + "size": 5095025, + "checksum": "SHA-256:ef6311fde612340993c9dfef6cef76dd549bd139caeea1548f89854585d3b1f7" + }, + { + "name": "SIKTEC_EPD", + "version": "1.0.5", + "author": "SIKTEC", + "maintainer": "Shlomo \u003cshlomohassid@gmail.com\u003e", + "sentence": "ePaper / eInk display driver to easily integrate SIKTEC displays.", + "paragraph": "GFX compatible with optioanl external SRAM use.", + "website": "https://github.com/siktec-lab/SIKTEC-EPD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/siktec-lab/SIKTEC-EPD.git", + "dependencies": [ + { + "name": "SIKTEC_SPI" + }, + { + "name": "SIKTEC_SRAM" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/siktec-lab/SIKTEC_EPD-1.0.5.zip", + "archiveFileName": "SIKTEC_EPD-1.0.5.zip", + "size": 10053713, + "checksum": "SHA-256:101aab49be61ae2043a7e6a665696c79df1a9afb7bfe63497d866b2eb7f3eed7" + }, + { + "name": "TeeRec", + "version": "0.4.0", + "author": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "maintainer": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "license": "GPL 3", + "sentence": "Teensy recorder libraries.", + "paragraph": "Continuous DMA-based high-speed data acquisition from multiple analog input pins. Support for storage as wave files on SD card with rich meta data, audio monitor, display, PWM and analog test signals, real-time clock, push buttons, blinking LEDs, and configuration file.", + "website": "https://github.com/janscience/TeeRec", + "category": "Signal Input/Output", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janscience/TeeRec.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "Adafruit ILI9341" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janscience/TeeRec-0.4.0.zip", + "archiveFileName": "TeeRec-0.4.0.zip", + "size": 106931, + "checksum": "SHA-256:f9fb67f37ba2a4a95519021b16b34a7df53f74c928548beb338497c853982c62" + }, + { + "name": "TeeRec", + "version": "0.5.0", + "author": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "maintainer": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "license": "GPL 3", + "sentence": "Teensy recorder libraries.", + "paragraph": "Continuous DMA-based high-speed data acquisition from multiple analog input pins. Support for storage as wave files on SD card with rich meta data, audio monitor, display, PWM and analog test signals, real-time clock, push buttons, blinking LEDs, and configuration file.", + "website": "https://github.com/janscience/TeeRec", + "category": "Signal Input/Output", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janscience/TeeRec.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janscience/TeeRec-0.5.0.zip", + "archiveFileName": "TeeRec-0.5.0.zip", + "size": 108003, + "checksum": "SHA-256:be3d465b785529202a56d76ddd6e588b921e1e2020f75a204fad394285f0c42c" + }, + { + "name": "TeeRec", + "version": "0.6.0", + "author": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "maintainer": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "license": "GPL 3", + "sentence": "Teensy recorder libraries.", + "paragraph": "Continuous DMA-based high-speed data acquisition from multiple analog input pins. Support for storage as wave files on SD card with rich meta data, audio monitor, display, PWM and analog test signals, real-time clock, push buttons, blinking LEDs, and configuration file.", + "website": "https://github.com/janscience/TeeRec", + "category": "Signal Input/Output", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janscience/TeeRec.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janscience/TeeRec-0.6.0.zip", + "archiveFileName": "TeeRec-0.6.0.zip", + "size": 125716, + "checksum": "SHA-256:51b01965e974df9bf9d30f57ca680ca33cc5f47c00ad36a2eeeb1c219aa633a3" + }, + { + "name": "TeeRec", + "version": "0.7.0", + "author": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "maintainer": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "license": "GPL 3", + "sentence": "Teensy recorder libraries.", + "paragraph": "Continuous DMA-based high-speed data acquisition from multiple analog input pins. Support for storage as wave files on SD card with rich meta data, audio monitor, display, PWM and analog test signals, real-time clock, push buttons, blinking LEDs, and configuration file.", + "website": "https://github.com/janscience/TeeRec", + "category": "Signal Input/Output", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janscience/TeeRec.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janscience/TeeRec-0.7.0.zip", + "archiveFileName": "TeeRec-0.7.0.zip", + "size": 132375, + "checksum": "SHA-256:fd472fbfafc4434fa66160a5abb078d7999fed770a55bfea3ba2274b2914d1ff" + }, + { + "name": "TeeRec", + "version": "0.8.0", + "author": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "maintainer": "Jan Benda \u003cjan.benda@uni-tuebingen.de\u003e", + "license": "GPL 3", + "sentence": "Teensy recorder libraries.", + "paragraph": "Continuous DMA-based high-speed data acquisition from multiple analog input pins. Support for storage as wave files on SD card with rich meta data, audio monitor, display, PWM and analog test signals, real-time clock, push buttons, blinking LEDs, and configuration file.", + "website": "https://github.com/janscience/TeeRec", + "category": "Signal Input/Output", + "architectures": [ + "teensy", + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janscience/TeeRec.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janscience/TeeRec-0.8.0.zip", + "archiveFileName": "TeeRec-0.8.0.zip", + "size": 133129, + "checksum": "SHA-256:04b549a787a4193456733d5e996a5a4e199da40092abbc70a70aedfc08c5b78e" + }, + { + "name": "mini-ppm-info", + "version": "1.0.1", + "author": "Jaggz H. \u003cjaggz.h@gmail.com)", + "maintainer": "Jaggz H. \u003cjaggz.h@gmail.com)", + "sentence": "Get PPM header information, relying only on enough data for the initial header", + "paragraph": "This should be fully compliant with PPM's whitespace and comment specifications. It is suitable for use with uploads to an MCU, where the first data chunk contains the header information. It returns the width, height, and color max value, but does not process the image data itself, nor test the image data's validity. It may be used with only the header as well, or it may require the presence of data.", + "website": "https://github.com/jaggzh/mini-ppm-info", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jaggzh/mini-ppm-info.git", + "providesIncludes": [ + "mini-ppm-info.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jaggzh/mini_ppm_info-1.0.1.zip", + "archiveFileName": "mini_ppm_info-1.0.1.zip", + "size": 7014, + "checksum": "SHA-256:e72f178997a96317bef223f81a7111fc35870ea573a0da7b9f66ff9d348ec454" + }, + { + "name": "ADCButtons", + "version": "1.0.0", + "author": "Antor Ahmed \u003cantor.mee@gmail.com\u003e", + "maintainer": "Antor Ahmed \u003cantor.mee@gmail.com\u003e", + "sentence": "A simple ADC 16 Buttons and 4x4 keypad library.", + "paragraph": "Now you can use your 4x4 keypad or 16 Buttons with just a single analog pin(ADC).", + "website": "https://github.com/AntorOfficial/ADCButtons/", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/An7orAhmed/ADCButtons.git", + "url": "https://downloads.arduino.cc/libraries/github.com/An7orAhmed/ADCButtons-1.0.0.zip", + "archiveFileName": "ADCButtons-1.0.0.zip", + "size": 3023, + "checksum": "SHA-256:c39d191c04bcaa68ad562badf1278921fa27bcb60721e5981c282fb08dd45446" + }, + { + "name": "HS_CAN_485_ESP32", + "version": "0.0.2", + "author": "higenis", + "maintainer": "Higenis(dong@higenis.com)", + "license": "Apache-2.0", + "sentence": "A library for HS_CAN_485_ESP32", + "paragraph": "This library supports ESP32.", + "website": "https://github.com/dong-higenis/HS_CAN_485_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dong-higenis/HS_CAN_485_ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dong-higenis/HS_CAN_485_ESP32-0.0.2.zip", + "archiveFileName": "HS_CAN_485_ESP32-0.0.2.zip", + "size": 7317, + "checksum": "SHA-256:beb25b312acaef9b678edbc83cc35b536a49ee5eb128b0d8563f769c93f1b2cc" + }, + { + "name": "MicroQt", + "version": "1.0.0", + "author": "Julius Baechle \u003cjulius.baechle@yahoo.de\u003e", + "maintainer": "Julius Baechle \u003cjulius.baechle@yahoo.de\u003e", + "sentence": "A library that enables event-driven applications on the Arduino platform.", + "paragraph": "This is implemented by load monitoring event loops, timers and signals similar to those in the Qt framework.", + "website": "https://github.com/juliusbaechle/MicroQt", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/juliusbaechle/MicroQt.git", + "providesIncludes": [ + "MicroQt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/juliusbaechle/MicroQt-1.0.0.zip", + "archiveFileName": "MicroQt-1.0.0.zip", + "size": 17022, + "checksum": "SHA-256:6f35a9e0685e302c0f1645acd092f4e86405d474622995892106e3980a9fad49" + }, + { + "name": "MicroQt", + "version": "1.0.1", + "author": "Julius Baechle \u003cjulius.baechle@yahoo.de\u003e", + "maintainer": "Julius Baechle \u003cjulius.baechle@yahoo.de\u003e", + "sentence": "A library that enables event-driven applications on the Arduino platform.", + "paragraph": "This is implemented by load monitoring event loops, timers and signals similar to those in the Qt framework.", + "website": "https://github.com/juliusbaechle/MicroQt", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/juliusbaechle/MicroQt.git", + "providesIncludes": [ + "MicroQt.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/juliusbaechle/MicroQt-1.0.1.zip", + "archiveFileName": "MicroQt-1.0.1.zip", + "size": 17098, + "checksum": "SHA-256:82badd41b54dfa289ff1ce6101765a551a60de8355f0e463baf1af1b0ead0ce7" + }, + { + "name": "bluemicro_engine", + "version": "0.0.0", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Engine to implement a loop in order to decouple the progression of time from user input and processor speed.", + "paragraph": "A loop runs continuously during run. Each turn of the loop, it processes user input without blocking, updates the state, and renders any outputs. It tracks the passage of time to control the rate of play.", + "website": "https://github.com/jpconstantineau/BlueMicro_Engine_Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_Engine_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_engine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_engine-0.0.0.zip", + "archiveFileName": "bluemicro_engine-0.0.0.zip", + "size": 4462, + "checksum": "SHA-256:36a3272418672902b92566a64625ca1b415194978e217682ff86f541e096830b" + }, + { + "name": "bluemicro_engine", + "version": "0.0.1", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Engine to implement a loop in order to decouple the progression of time from user input and processor speed.", + "paragraph": "A loop runs continuously during run. Each turn of the loop, it processes user input without blocking, updates the state, and renders any outputs. It tracks the passage of time to control the rate of play.", + "website": "https://github.com/jpconstantineau/BlueMicro_Engine_Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_Engine_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_engine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_engine-0.0.1.zip", + "archiveFileName": "bluemicro_engine-0.0.1.zip", + "size": 4757, + "checksum": "SHA-256:02f4fee34fdb4b0892cd4823793be92698274bc20fcd4e15b44cf91a6f93335f" + }, + { + "name": "bluemicro_engine", + "version": "0.0.2", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Engine to implement a loop in order to decouple the progression of time from user input and processor speed.", + "paragraph": "A loop runs continuously during run. Each turn of the loop, it processes user input without blocking, updates the state, and renders any outputs. It tracks the passage of time to control the rate of play.", + "website": "https://github.com/jpconstantineau/BlueMicro_Engine_Arduino_Library", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_Engine_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_engine.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_engine-0.0.2.zip", + "archiveFileName": "bluemicro_engine-0.0.2.zip", + "size": 6468, + "checksum": "SHA-256:5d3917c6a9aee0dc4ae4a7ebade4c68198eb8fda0b4d1d74e006613c9219daae" + }, + { + "name": "ESP2SOTA", + "version": "1.0.1", + "author": "Alberto Iriberri", + "maintainer": "Ayush Sharma \u003calberto.iriberri@pangodream.es\u003e", + "sentence": "Async OTA (AP \u0026 Client WiFi modes) for ESP32/ESP8266.", + "paragraph": "Async OTA (AP \u0026 Client WiFi modes) for ESP32/ESP8266 with no external dependencies (no jQuery needed)", + "website": "https://github.com/pangodream/ESP2SOTA", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pangodream/ESP2SOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pangodream/ESP2SOTA-1.0.1.zip", + "archiveFileName": "ESP2SOTA-1.0.1.zip", + "size": 12896, + "checksum": "SHA-256:4425b0879d8c341f1818c38e0c6f2f8de1f2c04b87b2058319cae1c689d05fb6" + }, + { + "name": "ESP2SOTA", + "version": "1.0.2", + "author": "Pangodream (Alberto Iriberri)", + "maintainer": "Alberto Iriberri \u003calberto.iriberri@pangodream.es\u003e", + "sentence": "Async OTA (AP \u0026 Client WiFi modes) for ESP32/ESP8266.", + "paragraph": "Async OTA (AP \u0026 Client WiFi modes) for ESP32/ESP8266 with no external dependencies (no jQuery needed)", + "website": "https://github.com/pangodream/ESP2SOTA", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pangodream/ESP2SOTA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pangodream/ESP2SOTA-1.0.2.zip", + "archiveFileName": "ESP2SOTA-1.0.2.zip", + "size": 12893, + "checksum": "SHA-256:bdb0a4d81e1d3b66b7a188df1781f101194bde9d6d22efa0f69778c1e25b57c3" + }, + { + "name": "DacESP32", + "version": "1.0.0", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.0.zip", + "archiveFileName": "DacESP32-1.0.0.zip", + "size": 1489675, + "checksum": "SHA-256:19079360f6cdf48bad2d4bacbf2fa8576e7022cf7bda05842046379068c9f8eb" + }, + { + "name": "DacESP32", + "version": "1.0.2", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.2.zip", + "archiveFileName": "DacESP32-1.0.2.zip", + "size": 1489673, + "checksum": "SHA-256:ec2828db2106fe438e57ba0b39d238d107dc4e5d42980d693ba651746c3e88a8" + }, + { + "name": "DacESP32", + "version": "1.0.3", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.3.zip", + "archiveFileName": "DacESP32-1.0.3.zip", + "size": 1489631, + "checksum": "SHA-256:cbcf7de6ad4f3db7e5231c672acb8fe9e237080e68f88382c49e04dbe5c555af" + }, + { + "name": "DacESP32", + "version": "1.0.4", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.4.zip", + "archiveFileName": "DacESP32-1.0.4.zip", + "size": 1490320, + "checksum": "SHA-256:7b9755bd242c2ea19417f2a7718db28c01d9e660675de1484190e5e0e2370310" + }, + { + "name": "DacESP32", + "version": "1.0.6", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.6.zip", + "archiveFileName": "DacESP32-1.0.6.zip", + "size": 1525897, + "checksum": "SHA-256:140da47c97204cbf737daa97e9eed24099b629fbde8664f5cf62ac38db86c502" + }, + { + "name": "DacESP32", + "version": "1.0.7", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.7.zip", + "archiveFileName": "DacESP32-1.0.7.zip", + "size": 1525896, + "checksum": "SHA-256:5b5708dfa3eb142040035e68e9abf6586c2e0d75cec6fdb7b152b1ae168014b4" + }, + { + "name": "DacESP32", + "version": "1.0.9", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.9.zip", + "archiveFileName": "DacESP32-1.0.9.zip", + "size": 1482506, + "checksum": "SHA-256:015914d4f081c3c77aabe8168b6d12d2cca2d5e01317dfbc786a646bf31084e4" + }, + { + "name": "DacESP32", + "version": "1.0.10", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.10.zip", + "archiveFileName": "DacESP32-1.0.10.zip", + "size": 1482909, + "checksum": "SHA-256:6cd3b6325cc44a3a3ad4c71e9ab1e893c8570b438afa0012ab480f5744fdbad9" + }, + { + "name": "DacESP32", + "version": "1.0.11", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.0.11.zip", + "archiveFileName": "DacESP32-1.0.11.zip", + "size": 1482985, + "checksum": "SHA-256:732423c6d3fe118a77adfd4d49499741a40d70636efe1561a757d86591037a83" + }, + { + "name": "DacESP32", + "version": "1.1.0", + "author": "Thomas Jentzsch", + "maintainer": "Thomas Jentzsch \u003cyellobyte@bluewin.ch\u003e", + "sentence": "Arduino library for using the ESP32 DAC output channels fast and easy.", + "paragraph": "Including support for the integrated cosine waveform (CW) generator.", + "website": "https://github.com/yellobyte/DacESP32", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yellobyte/DacESP32.git", + "providesIncludes": [ + "DacESP32.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yellobyte/DacESP32-1.1.0.zip", + "archiveFileName": "DacESP32-1.1.0.zip", + "size": 1483450, + "checksum": "SHA-256:93abd27294e1e4abf0782987926bb2645c3362d1b66859d3fad8c0b9075cf9f7" + }, + { + "name": "NTPtime", + "version": "1.0.0", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "A library UNIX of time with many possibilities", + "paragraph": "A library UNIX of time with many possibilities", + "website": "https://github.com/DenysChuhlib/NTPtime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DenysChuhlib/NTPtime.git", + "providesIncludes": [ + "NTPtime.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/NTPtime-1.0.0.zip", + "archiveFileName": "NTPtime-1.0.0.zip", + "size": 23951, + "checksum": "SHA-256:f8a61653baa78af299b2af198e66813dbb468e4019caa38b293456faea494ccc" + }, + { + "name": "NTPtime", + "version": "1.1.0", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "A library UNIX of time with many possibilities", + "paragraph": "A library UNIX of time with many possibilities", + "website": "https://github.com/DenysChuhlib/NTPtime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DenysChuhlib/NTPtime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/NTPtime-1.1.0.zip", + "archiveFileName": "NTPtime-1.1.0.zip", + "size": 27376, + "checksum": "SHA-256:2fa261f292b06e9338017731dae3d84c83604ac7d1bf49782eec90921d002c06" + }, + { + "name": "NTPtime", + "version": "1.1.1", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "NTPtime, UNIXtime and TimeFunc give you full control and more manipulation with time.", + "website": "https://github.com/DenysChuhlib/NTPtime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DenysChuhlib/NTPtime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/NTPtime-1.1.1.zip", + "archiveFileName": "NTPtime-1.1.1.zip", + "size": 27965, + "checksum": "SHA-256:514e3efefb295061612b3e6fdc7dc5a00834d0999b0fd49a7d4c08d0684e171c" + }, + { + "name": "NTPtime", + "version": "1.1.2", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "NTPtime, UNIXtime and TimeFunc give you full control and more manipulation with time.", + "website": "https://github.com/DenysChuhlib/NTPtime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DenysChuhlib/NTPtime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/NTPtime-1.1.2.zip", + "archiveFileName": "NTPtime-1.1.2.zip", + "size": 24203, + "checksum": "SHA-256:8c5501ac618b598098bd93dd7f948172b4f76b71b6a41038dde37d690c0ecf34" + }, + { + "name": "NTPtime", + "version": "1.2.0", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "NTPtime, UNIXtime and TimeFunc give you full control and more manipulation with time.", + "website": "https://github.com/DenysChuhlib/NTPtime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DenysChuhlib/NTPtime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/NTPtime-1.2.0.zip", + "archiveFileName": "NTPtime-1.2.0.zip", + "size": 25752, + "checksum": "SHA-256:ef76c6b24bf5b843b07d4ed0fd17d5b3ad260e0c5ae9ab514b512264e3ff0729" + }, + { + "name": "NTPtime", + "version": "1.2.1", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "NTPtime, UNIXtime and TimeFunc give you full control and more manipulation with time.", + "website": "https://github.com/DenysChuhlib/NTPtime", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DenysChuhlib/NTPtime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/NTPtime-1.2.1.zip", + "archiveFileName": "NTPtime-1.2.1.zip", + "size": 30642, + "checksum": "SHA-256:e2a77ea084025b57550e12f338c16f1f326a09fe26963dd6e827dad022a34d41" + }, + { + "name": "ADS1220_WE", + "version": "1.0.0", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.0.zip", + "archiveFileName": "ADS1220_WE-1.0.0.zip", + "size": 363552, + "checksum": "SHA-256:be9f065fdc5829233d342c27a4496e390da4eca40d3d02573d2fa32a45670632" + }, + { + "name": "ADS1220_WE", + "version": "1.0.1", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.1.zip", + "archiveFileName": "ADS1220_WE-1.0.1.zip", + "size": 363673, + "checksum": "SHA-256:c626228ef46dd61643870b27f04348f81f739eba5766865d2b07381e7086d246" + }, + { + "name": "ADS1220_WE", + "version": "1.0.2", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.2.zip", + "archiveFileName": "ADS1220_WE-1.0.2.zip", + "size": 361623, + "checksum": "SHA-256:765111f2d0aea47b551967f53a887a31c99b39c73c311c8ecbbab09e22d12a48" + }, + { + "name": "ADS1220_WE", + "version": "1.0.3", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.3.zip", + "archiveFileName": "ADS1220_WE-1.0.3.zip", + "size": 361660, + "checksum": "SHA-256:de00ea6e61b3b035964b79ec80d5cabb2c4080f3431db346010520ed284fc21f" + }, + { + "name": "ADS1220_WE", + "version": "1.0.4", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.4.zip", + "archiveFileName": "ADS1220_WE-1.0.4.zip", + "size": 363742, + "checksum": "SHA-256:aad92dcb9f998c7c9ac97acca11376b5929e19dcd166dd2d08d0704eb044ccdd" + }, + { + "name": "ADS1220_WE", + "version": "1.0.5", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.5.zip", + "archiveFileName": "ADS1220_WE-1.0.5.zip", + "size": 366082, + "checksum": "SHA-256:ddd52efa39bf7caabec74e41e173eba105bfe89339f157d3de5b9fe2302bcc44" + }, + { + "name": "ADS1220_WE", + "version": "1.0.6", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.6.zip", + "archiveFileName": "ADS1220_WE-1.0.6.zip", + "size": 366083, + "checksum": "SHA-256:366d305c0452c6390f677613345b8a715b5b19884aa159ab15cf3e91d5880afd" + }, + { + "name": "ADS1220_WE", + "version": "1.0.7", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.7.zip", + "archiveFileName": "ADS1220_WE-1.0.7.zip", + "size": 365942, + "checksum": "SHA-256:5945cf77599968a818ee0fcb5aecc88fe0b9a38f6b795007a4261f31fbde9be6" + }, + { + "name": "ADS1220_WE", + "version": "1.0.9", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.9.zip", + "archiveFileName": "ADS1220_WE-1.0.9.zip", + "size": 365900, + "checksum": "SHA-256:783baed86e2916dc42fdeb79deea84efbfd7f36f7b1a189be2af39dae0f8cb70" + }, + { + "name": "ADS1220_WE", + "version": "1.0.10", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.10.zip", + "archiveFileName": "ADS1220_WE-1.0.10.zip", + "size": 365940, + "checksum": "SHA-256:f313d9564d16bd94eb325230d5c194104bd9813b1d97609e99ec51de7839a979" + }, + { + "name": "ADS1220_WE", + "version": "1.0.12", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.12.zip", + "archiveFileName": "ADS1220_WE-1.0.12.zip", + "size": 367222, + "checksum": "SHA-256:1670933e2b5ca2f72f862bac30e4f46dd74d487ad263511cacbc01d6daa76328" + }, + { + "name": "ADS1220_WE", + "version": "1.0.13", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.13.zip", + "archiveFileName": "ADS1220_WE-1.0.13.zip", + "size": 367285, + "checksum": "SHA-256:7f76c3402a02fb309b2e4923f96d918e2354a1ba31d7fbd68de0437845cd3d91" + }, + { + "name": "ADS1220_WE", + "version": "1.0.14", + "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", + "sentence": "A library for the ADS1220 ADC", + "paragraph": "An Arduino library for the 24-bit, 4 channel ADS1220 ADC, convenient to use. All features of the ADS1220 are implemented.", + "website": "https://github.com/wollewald/ADS1220_WE", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/wollewald/ADS1220_WE.git", + "providesIncludes": [ + "ADS1220_WE.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1220_WE-1.0.14.zip", + "archiveFileName": "ADS1220_WE-1.0.14.zip", + "size": 367290, + "checksum": "SHA-256:ff7a150fd3dc23f3ee1d4eb34de6e990c30af646335dc839bdc94c63dd6614e9" + }, + { + "name": "NEvents", + "version": "1.0.0", + "author": "Narwhalsss360", + "maintainer": "Narwhalsss360", + "sentence": "NEvents library for adding event handling.", + "paragraph": "NEvents: This library is used by other libraries that use event handling, see example and info for usage.", + "website": "https://github.com/Narwhalsss360/NEvents", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Narwhalsss360/NEvents.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Narwhalsss360/NEvents-1.0.0.zip", + "archiveFileName": "NEvents-1.0.0.zip", + "size": 10667, + "checksum": "SHA-256:626798aa5f88ae4c06e9b7860c33c7391ad2bcdcb289979d82c9c5e018cfb5a7" + }, + { + "name": "QRcodeDisplay", + "version": "1.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "Base code for displaying QRcodes on ESP based MCU with OLED, TFT or E-Ink displays", + "paragraph": "This is the base clase to draw QRCodes in different displays. You should import some of the subclasses to use it.", + "website": "https://github.com/yoprogramo/QRcodeDisplay", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeDisplay-1.0.0.zip", + "archiveFileName": "QRcodeDisplay-1.0.0.zip", + "size": 9458, + "checksum": "SHA-256:70e82c9d6b17aa6451f5efd57e16fdf8bd6af02cd2d526314cd44f42c7065b87" + }, + { + "name": "QRcodeDisplay", + "version": "2.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "Base code for displaying QRcodes on ESP based MCU with OLED, TFT or E-Ink displays", + "paragraph": "This is the base clase to draw QRCodes in different displays. You should import some of the subclasses to use it.", + "website": "https://github.com/yoprogramo/QRcodeDisplay", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeDisplay-2.0.0.zip", + "archiveFileName": "QRcodeDisplay-2.0.0.zip", + "size": 9650, + "checksum": "SHA-256:807ffd06962f3ab2da93ef446448a688c4ef861ea92eb58a022d7330b40214ff" + }, + { + "name": "QRcodeDisplay", + "version": "2.0.1", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "Base code for displaying QRcodes on ESP based MCU with OLED, TFT or E-Ink displays", + "paragraph": "This is the base clase to draw QRCodes in different displays. You should import some of the subclasses to use it.", + "website": "https://github.com/yoprogramo/QRcodeDisplay", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeDisplay-2.0.1.zip", + "archiveFileName": "QRcodeDisplay-2.0.1.zip", + "size": 9644, + "checksum": "SHA-256:ef7cdd4eec34a4e15f21bb6ebadc0e81970828aa4e06214b4c990d5d7b75e141" + }, + { + "name": "QRcodeDisplay", + "version": "2.0.2", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "Base code for displaying QRcodes on ESP based MCU with OLED, TFT or E-Ink displays", + "paragraph": "This is the base clase to draw QRCodes in different displays. You should import some of the subclasses to use it.", + "website": "https://github.com/yoprogramo/QRcodeDisplay", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeDisplay-2.0.2.zip", + "archiveFileName": "QRcodeDisplay-2.0.2.zip", + "size": 9643, + "checksum": "SHA-256:0700dc4fcefe97cde11ca855bb1d94f541780149b521ecdee7005b2c2ec1382e" + }, + { + "name": "QRcodeDisplay", + "version": "2.1.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "Base code for displaying QRcodes on ESP based MCU with OLED, TFT or E-Ink displays", + "paragraph": "This is the base clase to draw QRCodes in different displays. You should import some of the subclasses to use it.", + "website": "https://github.com/yoprogramo/QRcodeDisplay", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeDisplay-2.1.0.zip", + "archiveFileName": "QRcodeDisplay-2.1.0.zip", + "size": 16179, + "checksum": "SHA-256:6e226af0045e618f598ff077aaf3047ba8f7a6e8460842ac2944d243494d1c3f" + }, + { + "name": "QRcodeOled", + "version": "1.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation on OLED displays", + "paragraph": "Subclass of QRcodeDisplay to use SSD1306 or SSH1106 OLED displays.", + "website": "https://github.com/yoprogramo/QRcodeOled", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeOled.git", + "dependencies": [ + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "QRcodeDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeOled-1.0.0.zip", + "archiveFileName": "QRcodeOled-1.0.0.zip", + "size": 3850, + "checksum": "SHA-256:28f8bce9ece3b40d5b5e04e8d3fb0cd3cf7598f1786a9b21a3862aedecfb4aa5" + }, + { + "name": "QRcodeOled", + "version": "2.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation on OLED displays", + "paragraph": "Subclass of QRcodeDisplay to use SSD1306 or SSH1106 OLED displays.", + "website": "https://github.com/yoprogramo/QRcodeOled", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeOled.git", + "dependencies": [ + { + "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + }, + { + "name": "QRcodeDisplay" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeOled-2.0.0.zip", + "archiveFileName": "QRcodeOled-2.0.0.zip", + "size": 3852, + "checksum": "SHA-256:0795fba3ee97ead806d325cbae7ca54e78490536b65fac9ba86a1ed19821a2d5" + }, + { + "name": "QRcode_eSPI", + "version": "1.0.0", + "author": "Ruslan Baybekov (oxyii) and Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation for TFT displays", + "paragraph": "Subclass of QRcodeDisplay to use TFT displays.", + "website": "https://github.com/yoprogramo/QRcode_eSPI", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcode_eSPI.git", + "dependencies": [ + { + "name": "QRcodeDisplay" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcode_eSPI-1.0.0.zip", + "archiveFileName": "QRcode_eSPI-1.0.0.zip", + "size": 3702, + "checksum": "SHA-256:2c855d8a439ca925b9949708f1ff904f3fd25acc9aaef406785856b1ceb88d02" + }, + { + "name": "QRcode_eSPI", + "version": "1.0.1", + "author": "Ruslan Baybekov (oxyii) and Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation for TFT displays", + "paragraph": "Subclass of QRcodeDisplay to use TFT displays.", + "website": "https://github.com/yoprogramo/QRcode_eSPI", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcode_eSPI.git", + "dependencies": [ + { + "name": "QRcodeDisplay" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcode_eSPI-1.0.1.zip", + "archiveFileName": "QRcode_eSPI-1.0.1.zip", + "size": 3761, + "checksum": "SHA-256:915eacf0d728c736894ab10411af6772049ea4831438b93a9d97f5748fd698a6" + }, + { + "name": "QRcode_eSPI", + "version": "2.0.0", + "author": "Ruslan Baybekov (oxyii) and Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation for TFT displays", + "paragraph": "Subclass of QRcodeDisplay to use TFT displays.", + "website": "https://github.com/yoprogramo/QRcode_eSPI", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcode_eSPI.git", + "dependencies": [ + { + "name": "QRcodeDisplay" + }, + { + "name": "TFT_eSPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcode_eSPI-2.0.0.zip", + "archiveFileName": "QRcode_eSPI-2.0.0.zip", + "size": 3759, + "checksum": "SHA-256:d4724c537847d0d47e3e5d8c7ce8ede7bf8371d5fc50d66082f6e7fba5fd536c" + }, + { + "name": "QRcode_ST7789", + "version": "1.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation for TFT displays", + "paragraph": "Subclass of QRcodeDisplay to use E-Ink displays.", + "website": "https://github.com/yoprogramo/QRcodeEink", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcode_ST7789.git", + "dependencies": [ + { + "name": "QRcodeDisplay" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcode_ST7789-1.0.0.zip", + "archiveFileName": "QRcode_ST7789-1.0.0.zip", + "size": 4110, + "checksum": "SHA-256:0061112b850cfd8b6a6183f8bee0f024b966e48140143e286fbc1e2ea7a090ee" + }, + { + "name": "QRcode_ST7789", + "version": "2.0.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation for TFT displays", + "paragraph": "Subclass of QRcodeDisplay to use E-Ink displays.", + "website": "https://github.com/yoprogramo/QRcodeEink", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcode_ST7789.git", + "dependencies": [ + { + "name": "QRcodeDisplay" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcode_ST7789-2.0.0.zip", + "archiveFileName": "QRcode_ST7789-2.0.0.zip", + "size": 4114, + "checksum": "SHA-256:5797d49626af4a9bc0acf0fc13d8a1a4b04948746f754a85ffbfdd19c4be4305" + }, + { + "name": "QRcode_ST7789", + "version": "2.1.0", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation for TFT displays", + "paragraph": "Subclass of QRcodeDisplay to use E-Ink displays.", + "website": "https://github.com/yoprogramo/QRcodeEink", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcode_ST7789.git", + "dependencies": [ + { + "name": "QRcodeDisplay" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcode_ST7789-2.1.0.zip", + "archiveFileName": "QRcode_ST7789-2.1.0.zip", + "size": 4084, + "checksum": "SHA-256:9c3fd6fb6234df3e51be74c4f81227b14ba899071db29a8e56cf9943aeec7918" + }, + { + "name": "QRcodeEink", + "version": "2.1.1", + "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", + "sentence": "QR code generation on E-INK displays", + "paragraph": "Subclass of QRcodeDisplay to use E-Ink displays.", + "website": "https://github.com/yoprogramo/QRcodeEink", + "category": "Display", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/yoprogramo/QRcodeEink.git", + "dependencies": [ + { + "name": "QRcodeDisplay" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "GxEPD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/QRcodeEink-2.1.1.zip", + "archiveFileName": "QRcodeEink-2.1.1.zip", + "size": 3736, + "checksum": "SHA-256:ab5a546f4d722736565da789f7898ca283c923412f6a281289ba34c701955c51" + }, + { + "name": "CharDisplay", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for unicode progress pars, bitmap drawing graphics and plots (charts)", + "paragraph": "Library for unicode progress pars, bitmap drawing graphics and plots (charts)", + "website": "https://github.com/GyverLibs/CharDisplay", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/CharDisplay.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/CharDisplay-1.0.0.zip", + "archiveFileName": "CharDisplay-1.0.0.zip", + "size": 587227, + "checksum": "SHA-256:7901f98854a2ba5a6a7cf886cb4e8e9e5f35c64bf00b778a2cc5763e2bc5a0f1" + }, + { + "name": "CharDisplay", + "version": "1.0.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for unicode progress pars, bitmap drawing graphics and plots (charts)", + "paragraph": "Library for unicode progress pars, bitmap drawing graphics and plots (charts)", + "website": "https://github.com/GyverLibs/CharDisplay", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/CharDisplay.git", + "dependencies": [ + { + "name": "GyverGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/CharDisplay-1.0.1.zip", + "archiveFileName": "CharDisplay-1.0.1.zip", + "size": 585210, + "checksum": "SHA-256:bb3937eb7b44bf53e6d7067e5d233c65a9926a7ab053a05296cf7860d40981a6" + }, + { + "name": "TrapeZoid", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "trapezoidal control using moving average.", + "paragraph": "a library to trapezoidal control using moving average.", + "website": "https://github.com/chrmlinux/TrapeZoid", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/TrapeZoid.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/TrapeZoid-0.0.1.zip", + "archiveFileName": "TrapeZoid-0.0.1.zip", + "size": 149169, + "checksum": "SHA-256:82fa1e180ef48275d62cc64444c7e254a3cac68488741143a643c7ac924ca07b" + }, + { + "name": "LogToQueue", + "version": "1.0.0", + "author": "Max Sanchez \u003cmsanchez@hardmax.com.pe\u003e", + "maintainer": "Max Sanchez \u003cmsanchez@hardmax.com.pe\u003e", + "sentence": "Envio de log a un Queue para manejarlo como quieras.", + "paragraph": "Libreria que imprime los log en un puerto serial y ademas manda la informacion a un Queue para que lo puedas utilizar como quieras, para mandarlo a un SD o por mqtt o por donde quieras.", + "website": "https://github.com/hardmax/LogToQueue", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hardmax/LogToQueue.git", + "providesIncludes": [ + "LogToQueue.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hardmax/LogToQueue-1.0.0.zip", + "archiveFileName": "LogToQueue-1.0.0.zip", + "size": 7057, + "checksum": "SHA-256:83b0919b420ec2e3b53127cc15fe14c59994637831e13c5e178ad9f84e427f3e" + }, + { + "name": "LogToQueue", + "version": "1.0.1", + "author": "Max Sanchez \u003cmsanchez@hardmax.com.pe\u003e", + "maintainer": "Max Sanchez \u003cmsanchez@hardmax.com.pe\u003e", + "sentence": "Envio de log a un Queue para manejarlo como quieras.", + "paragraph": "Libreria que imprime los log en un puerto serial y ademas manda la informacion a un Queue para que lo puedas utilizar como quieras, para mandarlo a un SD o por mqtt o por donde quieras.", + "website": "https://github.com/hardmax/LogToQueue", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hardmax/LogToQueue.git", + "providesIncludes": [ + "LogToQueue.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hardmax/LogToQueue-1.0.1.zip", + "archiveFileName": "LogToQueue-1.0.1.zip", + "size": 7183, + "checksum": "SHA-256:6f34f87f02fc80179cf094653d2251233b1f44866953fb85b2c55248a3f4939f" + }, + { + "name": "bluemicro_nrf52", + "version": "0.0.0", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A nRF52 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and sleeping.", + "paragraph": "A nRF52 Library for controler-specific functions like setting up GPIOs from their NFC function, tseting up and trigering a Watchdog Timer and sleeping and rebooting. Requires the softdevice to be installed.", + "website": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library", + "category": "Device Control", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_nrf52.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_nrf52-0.0.0.zip", + "archiveFileName": "bluemicro_nrf52-0.0.0.zip", + "size": 4870, + "checksum": "SHA-256:a66a905375fdb7dd7c9ea953258b80d06f71bcb86589b2a15a1354ca0b1bc2d3" + }, + { + "name": "bluemicro_nrf52", + "version": "0.0.1", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A nRF52 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and sleeping.", + "paragraph": "A nRF52 Library for controler-specific functions like setting up GPIOs from their NFC function, tseting up and trigering a Watchdog Timer and sleeping and rebooting. Requires the softdevice to be installed.", + "website": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library", + "category": "Device Control", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_nrf52.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_nrf52-0.0.1.zip", + "archiveFileName": "bluemicro_nrf52-0.0.1.zip", + "size": 5766, + "checksum": "SHA-256:c1664d83b9f8ee42ba2b4998b23a4446374f6b6da45a2948ade9f368fb721fc3" + }, + { + "name": "bluemicro_nrf52", + "version": "0.0.2", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A nRF52 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and sleeping.", + "paragraph": "A nRF52 Library for controler-specific functions like setting up GPIOs from their NFC function, tseting up and trigering a Watchdog Timer and sleeping and rebooting. Requires the softdevice to be installed.", + "website": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library", + "category": "Device Control", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_nrf52.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_nrf52-0.0.2.zip", + "archiveFileName": "bluemicro_nrf52-0.0.2.zip", + "size": 7073, + "checksum": "SHA-256:714d7ada64a5698836b9892b3658bc45eaea0ab72dd0037c427c00e52c264242" + }, + { + "name": "bluemicro_nrf52", + "version": "0.0.3", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A nRF52 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and sleeping.", + "paragraph": "A nRF52 Library for controler-specific functions like setting up GPIOs from their NFC function, setting up and trigering a Watchdog Timer and sleeping and rebooting. Requires the softdevice to be installed in bootloader. This library is used in conjunction with the BlueMicro_HID library to create input devices like keyboards.", + "website": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library", + "category": "Device Control", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_nrf52.h" + ], + "dependencies": [ + { + "name": "bluemicro_hid" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_nrf52-0.0.3.zip", + "archiveFileName": "bluemicro_nrf52-0.0.3.zip", + "size": 7140, + "checksum": "SHA-256:edd2f37b448bc4dc6b31c43631d4143ae679bef7558385c4bf2e7c923ce1956e" + }, + { + "name": "bluemicro_nrf52", + "version": "0.0.4", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A nRF52 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and sleeping.", + "paragraph": "A nRF52 Library for controler-specific functions like setting up GPIOs from their NFC function, setting up and trigering a Watchdog Timer and sleeping and rebooting. Requires the softdevice to be installed in bootloader. This library is used in conjunction with the BlueMicro_HID library to create input devices like keyboards.", + "website": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library", + "category": "Device Control", + "architectures": [ + "nrf52" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_nRF52_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_nrf52.h" + ], + "dependencies": [ + { + "name": "bluemicro_hid" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_nrf52-0.0.4.zip", + "archiveFileName": "bluemicro_nrf52-0.0.4.zip", + "size": 6274, + "checksum": "SHA-256:a65ee1676776d0ff3565c75030df4b37f120729836d537c41b794e3ebabe2d7f" + }, + { + "name": "ddns-nightly", + "version": "1.0.0", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "Official nightly duinodns (ddns) builds", + "paragraph": "Implementation of a DNS-Server", + "website": "https://duinodns.cc", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DuinoDNS/ddns-arduino-nightly-releases.git", + "providesIncludes": [ + "ddns.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DuinoDNS/ddns_nightly-1.0.0.zip", + "archiveFileName": "ddns_nightly-1.0.0.zip", + "size": 37281, + "checksum": "SHA-256:ff71693b52a49e0ac1c154401f19797006a0fb8f1925d970481ac5fb21f6bc04" + }, + { + "name": "wordwrap", + "version": "0.1.0", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+wordwrap@googlemail.com\u003e", + "sentence": "An Arduino word wrap library.", + "paragraph": "This takes ASCII text and breaks it into individual lines broken at word boundaries, and optionally a maximum number of lines. This does not support Unicode characters yet.", + "website": "https://github.com/ncmreynolds/wordwrap", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ncmreynolds/wordwrap.git", + "providesIncludes": [ + "wordwrap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/wordwrap-0.1.0.zip", + "archiveFileName": "wordwrap-0.1.0.zip", + "size": 16652, + "checksum": "SHA-256:829f86829604805897ac21d39dd0011957a33ea2f9557a8797dc5d3c75986dda" + }, + { + "name": "UUID", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for generating UUID's. (experimental).", + "paragraph": "GUID", + "website": "https://github.com/RobTillaart/UUID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/UUID.git", + "providesIncludes": [ + "UUID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/UUID-0.1.0.zip", + "archiveFileName": "UUID-0.1.0.zip", + "size": 8603, + "checksum": "SHA-256:c8e731bdb5f5687102734e8e68293d4a02bae0296990eb9b51af8d280494a4c9" + }, + { + "name": "UUID", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for generating UUID's. (experimental).", + "paragraph": "GUID", + "website": "https://github.com/RobTillaart/UUID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/UUID.git", + "providesIncludes": [ + "UUID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/UUID-0.1.1.zip", + "archiveFileName": "UUID-0.1.1.zip", + "size": 9982, + "checksum": "SHA-256:cb9f3e32deb40722cee86f32524690c39fd6cb1ed566cd554cfb200d4734f852" + }, + { + "name": "UUID", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for generating UUID's. (experimental).", + "paragraph": "GUID", + "website": "https://github.com/RobTillaart/UUID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/UUID.git", + "providesIncludes": [ + "UUID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/UUID-0.1.2.zip", + "archiveFileName": "UUID-0.1.2.zip", + "size": 11024, + "checksum": "SHA-256:7f06ec6c67411f7655dda3c5e6005b4e46562d7e88a6b73a1a42457cd1318ca6" + }, + { + "name": "UUID", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for generating UUID's. (experimental).", + "paragraph": "GUID", + "website": "https://github.com/RobTillaart/UUID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/UUID.git", + "providesIncludes": [ + "UUID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/UUID-0.1.3.zip", + "archiveFileName": "UUID-0.1.3.zip", + "size": 11542, + "checksum": "SHA-256:b48f073a5e3af707fbb033e2038851d3b0e016ad92ed7be8b47d0808c89acf7a" + }, + { + "name": "UUID", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for generating UUID's. (experimental).", + "paragraph": "GUID", + "website": "https://github.com/RobTillaart/UUID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/UUID.git", + "providesIncludes": [ + "UUID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/UUID-0.1.4.zip", + "archiveFileName": "UUID-0.1.4.zip", + "size": 14215, + "checksum": "SHA-256:d550ae59a81e573e6351100a9e7cc953674c3ce892612fe83c2cfbf970224b6d" + }, + { + "name": "UUID", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for generating UUID's. (experimental).", + "paragraph": "GUID", + "website": "https://github.com/RobTillaart/UUID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/UUID.git", + "providesIncludes": [ + "UUID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/UUID-0.1.5.zip", + "archiveFileName": "UUID-0.1.5.zip", + "size": 15995, + "checksum": "SHA-256:b56729984c2dd68138ca955ff13c7b18b4ac698d0993bb45198aa31785aeba60" + }, + { + "name": "UUID", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for generating UUID's. (experimental).", + "paragraph": "GUID", + "website": "https://github.com/RobTillaart/UUID", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/UUID.git", + "providesIncludes": [ + "UUID.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/UUID-0.1.6.zip", + "archiveFileName": "UUID-0.1.6.zip", + "size": 16186, + "checksum": "SHA-256:ee81bab71b1dfedaf63e1ad228557b5c157135e44d9e707bb35f08ae8c0c16c4" + }, + { + "name": "HTTPed", + "version": "0.1.0", + "author": "Mr.Jones", + "maintainer": "MrDuino \u003cowain.jones@scs.on.ca\u003e", + "sentence": "Simple HTTP Request client library (with redirects) for WiFiNINA.", + "paragraph": "This library depends on SPI and WiFiNINA.", + "website": "https://github.com/ojx/HTTPed", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ojx/HTTPed.git", + "providesIncludes": [ + "HTTPed.h" + ], + "dependencies": [ + { + "name": "SPI" + }, + { + "name": "WiFiNINA" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ojx/HTTPed-0.1.0.zip", + "archiveFileName": "HTTPed-0.1.0.zip", + "size": 3093, + "checksum": "SHA-256:39eba330ed1b7729e738256bf8c1891e3e219f7606451888d3970b4e23b53713" + }, + { + "name": "LTR-329ALS-01", + "version": "1.0.0", + "author": "Wh1teRabbitHU", + "maintainer": "Tamas Ruszka", + "sentence": "LTR-329ALS-01 is a low voltage, I2C digital light sensor.", + "paragraph": "LTR-329ALS-01 is a low voltage, I2C digital light sensor and this library is an Arduino based driver for this device. More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/LTR-329ALS-01", + "website": "https://github.com/Wh1teRabbitHU/LTR-329ALS-01", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Wh1teRabbitHU/LTR-329ALS-01.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/LTR_329ALS_01-1.0.0.zip", + "archiveFileName": "LTR_329ALS_01-1.0.0.zip", + "size": 21650, + "checksum": "SHA-256:86d2ecd9ec4109d8ac4e6ddff5b45650513e6f2d785f8d9b4ca373cd784ee2e0" + }, + { + "name": "Komotion", + "version": "0.1.0", + "author": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Neopixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.1.0.zip", + "archiveFileName": "Komotion-0.1.0.zip", + "size": 26397679, + "checksum": "SHA-256:21d839b5f6141912118040fbee852a5f17f2dec17cff65866e06e091f4467b8b" + }, + { + "name": "Komotion", + "version": "0.1.2", + "author": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.1.2.zip", + "archiveFileName": "Komotion-0.1.2.zip", + "size": 26397680, + "checksum": "SHA-256:7edbae8e872271315f0e715ee2161bf56978b4c8777ef63bed8e9655e0b15bf7" + }, + { + "name": "Komotion", + "version": "0.2.0", + "author": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.2.0.zip", + "archiveFileName": "Komotion-0.2.0.zip", + "size": 26398011, + "checksum": "SHA-256:581ad8795ad5e7db6cc141e0c470f30f1ee72e03741f38e3abdb2e58dcd6c22f" + }, + { + "name": "Komotion", + "version": "0.2.1", + "author": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Ben Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.2.1.zip", + "archiveFileName": "Komotion-0.2.1.zip", + "size": 26398025, + "checksum": "SHA-256:0806ade1a728115cc9092a3b55adf622d638830fe3ec8f6af7b25ecd3aafb32b" + }, + { + "name": "Komotion", + "version": "0.2.2", + "author": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.2.2.zip", + "archiveFileName": "Komotion-0.2.2.zip", + "size": 26398078, + "checksum": "SHA-256:c7872db3ce4226681bf3acc55b22631b602f8b79e0c0d6fb3faea49a94c5ff14" + }, + { + "name": "Komotion", + "version": "0.2.3", + "author": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.2.3.zip", + "archiveFileName": "Komotion-0.2.3.zip", + "size": 26398232, + "checksum": "SHA-256:36ebc0a1b2e6236043c689d414e004d59f5d8b4770b4c3c757e620c1768b9468" + }, + { + "name": "Komotion", + "version": "0.2.4", + "author": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.2.4.zip", + "archiveFileName": "Komotion-0.2.4.zip", + "size": 26398578, + "checksum": "SHA-256:41c9db22f46faa3f7fe56b395ab25ca2e4a69ac2e94b68830fdb1280b596431d" + }, + { + "name": "Komotion", + "version": "0.2.5", + "author": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "maintainer": "Benjamin Y. Brown \u003cbrown@g.harvard.edu\u003e", + "license": "MIT", + "sentence": "For use with Komotion, the motion sensing platform designed for ES20r.", + "paragraph": "Data logger for BNO085 in assessing questions related to the physics of sports", + "website": "https://github.com/brownby/Komotion", + "category": "Sensors", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/brownby/Komotion.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SdFat" + }, + { + "name": "Arduino Low Power" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/brownby/Komotion-0.2.5.zip", + "archiveFileName": "Komotion-0.2.5.zip", + "size": 26398693, + "checksum": "SHA-256:18c29d0fbd628279722879c4fb634529600198880c0b68aa524dab52de0859c1" + }, + { + "name": "PenYX", + "version": "1.0.0", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "XY Pen", + "paragraph": "control pen movement in 3 dimentions", + "website": "https://github.com/galarb/PenYX.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/galarb/PenYX.git", + "providesIncludes": [ + "Penyx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/PenYX-1.0.0.zip", + "archiveFileName": "PenYX-1.0.0.zip", + "size": 2902, + "checksum": "SHA-256:9b025b4f51596f784a36858550aa6e72db415603749549fddb05ea04cbf51ac1" + }, + { + "name": "PenYX", + "version": "2.0.1", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "XY Pen", + "paragraph": "control pen movement in 3 dimentions", + "website": "https://github.com/galarb/PenYX.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/galarb/PenYX.git", + "providesIncludes": [ + "Penyx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/PenYX-2.0.1.zip", + "archiveFileName": "PenYX-2.0.1.zip", + "size": 3627, + "checksum": "SHA-256:bff330180d3b855514d09d8f4b524c966fd26caabc83fdcca101b34adae6e99d" + }, + { + "name": "PenYX", + "version": "2.1.2", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "XY Pen plotter", + "paragraph": "control pen movement in 3 dimentions", + "website": "https://github.com/galarb/PenYX.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/galarb/PenYX.git", + "providesIncludes": [ + "Penyx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/PenYX-2.1.2.zip", + "archiveFileName": "PenYX-2.1.2.zip", + "size": 3535, + "checksum": "SHA-256:7b6e2063bdb37050120c12523e0a4755fb511cb544739992c3cc7a65f6290653" + }, + { + "name": "PenYX", + "version": "2.2.1", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "XY Pen plotter", + "paragraph": "control pen movement in 3 dimentions", + "website": "https://github.com/galarb/PenYX.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/galarb/PenYX.git", + "providesIncludes": [ + "Penyx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/PenYX-2.2.1.zip", + "archiveFileName": "PenYX-2.2.1.zip", + "size": 3619, + "checksum": "SHA-256:9a2472ae87135bb0ede861637c4de7aed06b88e41d99dbf4bc670ce8efaa5271" + }, + { + "name": "PenYX", + "version": "2.2.3", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "XY Pen plotter", + "paragraph": "control pen movement in 3 dimentions", + "website": "https://github.com/galarb/PenYX.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/galarb/PenYX.git", + "providesIncludes": [ + "Penyx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/PenYX-2.2.3.zip", + "archiveFileName": "PenYX-2.2.3.zip", + "size": 3708, + "checksum": "SHA-256:21f3d90f51966c03f701db440222afc95bf4cd7efe660c80db0fa783173f78a6" + }, + { + "name": "PenYX", + "version": "2.3.2", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "XY Pen plotter", + "paragraph": "control pen movement in 3 dimentions", + "website": "https://github.com/galarb/PenYX.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/galarb/PenYX.git", + "providesIncludes": [ + "Penyx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/PenYX-2.3.2.zip", + "archiveFileName": "PenYX-2.3.2.zip", + "size": 5392, + "checksum": "SHA-256:05efbd5d5c830b81786d717fb0ea83e1f4b69ebe9191cfee07fd2621ca4c592f" + }, + { + "name": "PenYX", + "version": "2.3.3", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "XY Pen plotter", + "paragraph": "control pen movement in 3 dimentions", + "website": "https://github.com/galarb/PenYX.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/galarb/PenYX.git", + "providesIncludes": [ + "Penyx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/PenYX-2.3.3.zip", + "archiveFileName": "PenYX-2.3.3.zip", + "size": 5399, + "checksum": "SHA-256:9c8f1b1e92cf9fd1a03d2e91915fd0e2ab03f5b55a0662e6b1e21cc923875836" + }, + { + "name": "Gravitone", + "version": "1.2.0", + "author": "Matt Ruffner \u003cmattruffner7@gmail.com\u003e", + "maintainer": "MoveTones,LLC \u003cmovetonesllc@gmail.com\u003e", + "sentence": "Drivers for the Gravitone: a spatial synthesizer.", + "paragraph": "This library provides tools to access to the screen, buttons, and speaker included in the Gravitone, as well as examples of potential functionality and a Modes architectures to easily created motion influenced audio processing sequences.", + "website": "https://github.com/movetones/Gravitone_ArduinoLibrary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/movetones/Gravitone_ArduinoLibrary.git", + "dependencies": [ + { + "name": "Geometry" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "Adafruit MCP23017 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/movetones/Gravitone-1.2.0.zip", + "archiveFileName": "Gravitone-1.2.0.zip", + "size": 296173, + "checksum": "SHA-256:f09650947f3fcb12b93f6e11af605f8b4c785737791c96453bf59f96b21d358f" + }, + { + "name": "Gravitone", + "version": "1.3.1", + "author": "Matt Ruffner \u003cmattruffner7@gmail.com\u003e", + "maintainer": "MoveTones,LLC \u003cmovetonesllc@gmail.com\u003e", + "sentence": "Drivers for the Gravitone: a spatial synthesizer.", + "paragraph": "This library provides tools to access to the screen, buttons, and speaker included in the Gravitone, as well as examples of potential functionality and a Modes architectures to easily created motion influenced audio processing sequences.", + "website": "https://github.com/movetones/Gravitone_ArduinoLibrary", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/movetones/Gravitone_ArduinoLibrary.git", + "dependencies": [ + { + "name": "Geometry" + }, + { + "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "WebSockets_Generic" + }, + { + "name": "Adafruit MCP23017 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/movetones/Gravitone-1.3.1.zip", + "archiveFileName": "Gravitone-1.3.1.zip", + "size": 783143, + "checksum": "SHA-256:fb9f8b84ce8a281ac112750e0df1af1520b5b4625f6c94939c5fb3808d541b41" + }, + { + "name": "SimpleIOT", + "version": "1.0.0", + "author": "Ramin Firoozye", + "maintainer": "Ramin Firoozye - framin@amazon.com", + "sentence": "Connecting Arduino ESP32 to AWS IOT via SimpleIOT framework", + "paragraph": "More at https://simpleiot.net", + "website": "https://github.com/awslabs/simpleiot-arduino", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/awslabs/simpleiot-arduino.git", + "providesIncludes": [ + "SimpleIOT.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + }, + { + "name": "ArduinoBearSSL" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MQTT" + }, + { + "name": "M5Core2" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/awslabs/SimpleIOT-1.0.0.zip", + "archiveFileName": "SimpleIOT-1.0.0.zip", + "size": 2480873, + "checksum": "SHA-256:0c9e263e290b5f2452e3cb7609e18e6a3ed7ac3ab6ef775e182c66ee77dfb01c" + }, + { + "name": "SdCardServer", + "version": "0.1.0", + "author": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "maintainer": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "sentence": "Arduino library to serve the contents of an SD card using the AsyncWebServer.", + "paragraph": "Copyright (C) 2022 by Lee Leahy and licensed under GNU GPL v3.0.", + "website": "https://github.com/LeeLeahy2/SdCardServer", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeeLeahy2/SdCardServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeeLeahy2/SdCardServer-0.1.0.zip", + "archiveFileName": "SdCardServer-0.1.0.zip", + "size": 22328, + "checksum": "SHA-256:6717d0527aac88add8ba6a5bd11d83d677131e167feaef67bccb01ede8ab22db" + }, + { + "name": "SdCardServer", + "version": "1.1.0", + "author": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "maintainer": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "sentence": "Arduino library to serve the contents of an SD card using the AsyncWebServer.", + "paragraph": "Copyright (C) 2022 by Lee Leahy and licensed under GNU GPL v3.0.", + "website": "https://github.com/LeeLeahy2/SdCardServer", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeeLeahy2/SdCardServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeeLeahy2/SdCardServer-1.1.0.zip", + "archiveFileName": "SdCardServer-1.1.0.zip", + "size": 22376, + "checksum": "SHA-256:fbeb765cd33b8727976f955d8bb8d6349cdab075004d15d188cfc62f45c02066" + }, + { + "name": "SdCardServer", + "version": "1.2.0", + "author": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "maintainer": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "sentence": "Arduino library to serve the contents of an SD card using the AsyncWebServer.", + "paragraph": "Copyright (C) 2022 by Lee Leahy and licensed under GNU GPL v3.0.", + "website": "https://github.com/LeeLeahy2/SdCardServer", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeeLeahy2/SdCardServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeeLeahy2/SdCardServer-1.2.0.zip", + "archiveFileName": "SdCardServer-1.2.0.zip", + "size": 22958, + "checksum": "SHA-256:9b0b38fa25b6efea4d6711b7ec21bb3a69f07df7ef73d1e1a8abe94fce2196e2" + }, + { + "name": "SdCardServer", + "version": "1.3.0", + "author": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "maintainer": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "sentence": "Arduino library to serve the contents of an SD card using the AsyncWebServer.", + "paragraph": "Copyright (C) 2022 by Lee Leahy and licensed under GNU GPL v3.0.", + "website": "https://github.com/LeeLeahy2/SdCardServer", + "category": "Signal Input/Output", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeeLeahy2/SdCardServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeeLeahy2/SdCardServer-1.3.0.zip", + "archiveFileName": "SdCardServer-1.3.0.zip", + "size": 25595, + "checksum": "SHA-256:5ff0f4331ae77a44f7ae70a18ffb3b2b0ef0fb8d44d40cd238a86e5c82e29840" + }, + { + "name": "SdCardServer", + "version": "1.4.0", + "author": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "maintainer": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "sentence": "Arduino library to serve the contents of an SD card using the AsyncWebServer.", + "paragraph": "Copyright (C) 2022 by Lee Leahy and licensed under GNU GPL v3.0.", + "website": "https://github.com/LeeLeahy2/SdCardServer", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeeLeahy2/SdCardServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeeLeahy2/SdCardServer-1.4.0.zip", + "archiveFileName": "SdCardServer-1.4.0.zip", + "size": 26045, + "checksum": "SHA-256:27bb21c6ba18a7d62ae5c75ec796697230049881fc7d572797b2d5b7a1fa9b13" + }, + { + "name": "SdCardServer", + "version": "1.4.1", + "author": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "maintainer": "Lee Leahy \u003clpleahyjr@gmail.com\u003e", + "sentence": "Arduino library to serve the contents of an SD card using the AsyncWebServer.", + "paragraph": "Copyright (C) 2022 by Lee Leahy and licensed under GNU GPL v3.0.", + "website": "https://github.com/LeeLeahy2/SdCardServer", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LeeLeahy2/SdCardServer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LeeLeahy2/SdCardServer-1.4.1.zip", + "archiveFileName": "SdCardServer-1.4.1.zip", + "size": 26045, + "checksum": "SHA-256:c7f57f5e0787747afce54b2a1289e106fcbcca85b122e59a9692a068f76f9e82" + }, + { + "name": "Pico PIO USB", + "version": "0.5.0", + "author": "sekigon-gonnoc", + "maintainer": "sekigon-gonnoc", + "sentence": "Pico PIO USB library for Arduino", + "paragraph": "Pico PIO USB library for Arduino", + "website": "https://github.com/sekigon-gonnoc/Pico-PIO-USB", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sekigon-gonnoc/Pico-PIO-USB.git", + "providesIncludes": [ + "pio_usb.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sekigon-gonnoc/Pico_PIO_USB-0.5.0.zip", + "archiveFileName": "Pico_PIO_USB-0.5.0.zip", + "size": 49704, + "checksum": "SHA-256:bf69f6d262dc8d611fbd418d22a331a3d1e105c9b48786e7e357ffd6bbe84464" + }, + { + "name": "Pico PIO USB", + "version": "0.5.1", + "author": "sekigon-gonnoc", + "maintainer": "sekigon-gonnoc", + "sentence": "Pico PIO USB library for Arduino", + "paragraph": "Pico PIO USB library for Arduino", + "website": "https://github.com/sekigon-gonnoc/Pico-PIO-USB", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sekigon-gonnoc/Pico-PIO-USB.git", + "providesIncludes": [ + "pio_usb.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sekigon-gonnoc/Pico_PIO_USB-0.5.1.zip", + "archiveFileName": "Pico_PIO_USB-0.5.1.zip", + "size": 50231, + "checksum": "SHA-256:ba6a5826da4ade232cb3da2deb8877604198637584cb48caaddb1fa854f643ab" + }, + { + "name": "Pico PIO USB", + "version": "0.5.2", + "author": "sekigon-gonnoc", + "maintainer": "sekigon-gonnoc", + "sentence": "Pico PIO USB library for Arduino", + "paragraph": "Pico PIO USB library for Arduino", + "website": "https://github.com/sekigon-gonnoc/Pico-PIO-USB", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sekigon-gonnoc/Pico-PIO-USB.git", + "providesIncludes": [ + "pio_usb.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sekigon-gonnoc/Pico_PIO_USB-0.5.2.zip", + "archiveFileName": "Pico_PIO_USB-0.5.2.zip", + "size": 50153, + "checksum": "SHA-256:60c40331fbb210892a5d82c599da1901afe267bcaf4679becabf9e37ea4d0d3d" + }, + { + "name": "Pico PIO USB", + "version": "0.5.3", + "author": "sekigon-gonnoc", + "maintainer": "sekigon-gonnoc", + "sentence": "Pico PIO USB library for Arduino", + "paragraph": "Pico PIO USB library for Arduino", + "website": "https://github.com/sekigon-gonnoc/Pico-PIO-USB", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sekigon-gonnoc/Pico-PIO-USB.git", + "providesIncludes": [ + "pio_usb.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sekigon-gonnoc/Pico_PIO_USB-0.5.3.zip", + "archiveFileName": "Pico_PIO_USB-0.5.3.zip", + "size": 51393, + "checksum": "SHA-256:22cd8717a81010dbf6347df90dcea1840887f55233c5dfe538aa25b0b2dc502c" + }, + { + "name": "E220Lib", + "version": "1.1.2", + "author": "Connor Kirkpatrick", + "maintainer": "Connor Kirkpatrick connorKirkpatrick3@gmail.com", + "sentence": "A Library used to interface the EBYTE E220 module with an Arduino", + "paragraph": "A simple libry developed for using the E220 and associated modules. This library is mainly used to change the configuration of the module as communication may be done via the serial interface", + "website": "https://github.com/ConnorKirkpatrick/E220Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ConnorKirkpatrick/E220Lib.git", + "providesIncludes": [ + "Stream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ConnorKirkpatrick/E220Lib-1.1.2.zip", + "archiveFileName": "E220Lib-1.1.2.zip", + "size": 1948551, + "checksum": "SHA-256:86cd56faca719185bd5001a87fe75cd526f0a990d7291f164555e909383f6539" + }, + { + "name": "E220Lib", + "version": "1.3.0", + "author": "Connor Kirkpatrick", + "maintainer": "Connor Kirkpatrick connorKirkpatrick3@gmail.com", + "sentence": "A Library used to interface the EBYTE E220 module with an Arduino", + "paragraph": "A simple library developed for using the E220 and associated modules. This library is mainly used to change the configuration of the module as communication may be done via the serial interface", + "website": "https://github.com/ConnorKirkpatrick/E220Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ConnorKirkpatrick/E220Lib.git", + "providesIncludes": [ + "Stream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ConnorKirkpatrick/E220Lib-1.3.0.zip", + "archiveFileName": "E220Lib-1.3.0.zip", + "size": 1951291, + "checksum": "SHA-256:8648955402a7afee5ce743c76f47aecbc943035bee24f9b1e17d64fd15588bf5" + }, + { + "name": "E220Lib", + "version": "1.3.3", + "author": "Connor Kirkpatrick", + "maintainer": "Connor Kirkpatrick connorKirkpatrick3@gmail.com", + "sentence": "A Library used to interface the EBYTE E220 module with an Arduino", + "paragraph": "A simple library developed for using the E220 and associated modules. This library is mainly used to change the configuration of the module as communication may be done via the serial interface", + "website": "https://github.com/ConnorKirkpatrick/E220Lib", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ConnorKirkpatrick/E220Lib.git", + "providesIncludes": [ + "Stream.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ConnorKirkpatrick/E220Lib-1.3.3.zip", + "archiveFileName": "E220Lib-1.3.3.zip", + "size": 1951879, + "checksum": "SHA-256:80ccc4a5f6828db5c52bbeea26fe5f93b43f645dfabc145aaaf5879635c5f5f2" + }, + { + "name": "ESP32MX1508", + "version": "1.0.3", + "author": "Richard Salmon", + "maintainer": "Richard Salmon", + "sentence": "An ESP32 library that makes using mx1508 dual DC motor driver easier.", + "paragraph": "ESP32 Arduino Libary for MX1508 based on the AVR Library by Chen Saetern (https://github.com/Saeterncj/MX1508)", + "website": "https://github.com/ElectroMagus/ESP32MX1508", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectroMagus/ESP32MX1508.git", + "providesIncludes": [ + "ESP32MX1508.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectroMagus/ESP32MX1508-1.0.3.zip", + "archiveFileName": "ESP32MX1508-1.0.3.zip", + "size": 4573, + "checksum": "SHA-256:e48e64d3e3be246bb9fe4e2aed8373e45f64529bc819f070c29489b5ef07402f" + }, + { + "name": "ESP32MX1508", + "version": "1.0.4", + "author": "Richard Salmon (ElectroMagus)", + "maintainer": "Richard Salmon (ElectroMagus)", + "sentence": "An ESP32 library that makes using mx1508 dual DC motor driver easier.", + "paragraph": "ESP32 Arduino Libary for MX1508 based on the AVR Library by Chen Saetern (https://github.com/Saeterncj/MX1508)", + "website": "https://github.com/ElectroMagus/ESP32MX1508", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectroMagus/ESP32MX1508.git", + "providesIncludes": [ + "ESP32MX1508.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectroMagus/ESP32MX1508-1.0.4.zip", + "archiveFileName": "ESP32MX1508-1.0.4.zip", + "size": 5665, + "checksum": "SHA-256:1b6b87416958a2d75b8d0d38907112972ece030aeeed2fe509bfe841964ea3ef" + }, + { + "name": "ESP32MX1508", + "version": "1.0.5", + "author": "Richard Salmon (ElectroMagus)", + "maintainer": "Richard Salmon (ElectroMagus)", + "sentence": "An ESP32 library that makes using mx1508 dual DC motor driver easier.", + "paragraph": "ESP32 Arduino Libary for MX1508 based on the AVR Library by Chen Saetern (https://github.com/Saeterncj/MX1508)", + "website": "https://github.com/ElectroMagus/ESP32MX1508", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ElectroMagus/ESP32MX1508.git", + "providesIncludes": [ + "ESP32MX1508.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ElectroMagus/ESP32MX1508-1.0.5.zip", + "archiveFileName": "ESP32MX1508-1.0.5.zip", + "size": 6038, + "checksum": "SHA-256:31e618504c2cb00fb07d8e656869d961322445ca6d045c93c89b69005bc3645a" + }, + { + "name": "tinyCore", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "A mechanism to easily describe multi-core.", + "paragraph": "a library to A mechanism to easily describe multi-core.", + "website": "https://github.com/chrmlinux/tinyCore", + "category": "Data Processing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyCore.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyCore-0.0.1.zip", + "archiveFileName": "tinyCore-0.0.1.zip", + "size": 3255, + "checksum": "SHA-256:9f8b8838d776ae22b03b3bb89a78bc5c1920853be28045d830ceae1ff81a9301" + }, + { + "name": "tinyCore", + "version": "0.1.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "A mechanism to easily describe multi-core.", + "paragraph": "a library to A mechanism to easily describe multi-core.", + "website": "https://github.com/chrmlinux/tinyCore", + "category": "Data Processing", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyCore.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyCore-0.1.1.zip", + "archiveFileName": "tinyCore-0.1.1.zip", + "size": 119848, + "checksum": "SHA-256:5f8f528ab4ebb6a0a5a182ed39b3791237622b0d9e42f876acd66a70cfc182f4" + }, + { + "name": "tinyCore", + "version": "0.2.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "A mechanism to easily describe multi-core (esp32/Arduino).", + "paragraph": "a library to A mechanism to easily describe multi-core (esp32/Arduino).", + "website": "https://github.com/chrmlinux/tinyCore", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyCore.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyCore-0.2.1.zip", + "archiveFileName": "tinyCore-0.2.1.zip", + "size": 193969, + "checksum": "SHA-256:df7eeca935161f20e438e2666fd7cd6dd55b1a3a01fd260e20d54bede3e6b841" + }, + { + "name": "tinyCore", + "version": "0.3.0", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "A mechanism to easily describe multi-core (esp32/Arduino).", + "paragraph": "a library to A mechanism to easily describe multi-core (esp32/Arduino).", + "website": "https://github.com/chrmlinux/tinyCore", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/tinyCore.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyCore-0.3.0.zip", + "archiveFileName": "tinyCore-0.3.0.zip", + "size": 231580, + "checksum": "SHA-256:31bc1f3083fae3315a239ecdc3ce97bb0bbdccc9c2293e127a5d66bf1dc8ee9d" + }, + { + "name": "107-Arduino-Cyphal", + "version": "2.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-2.0.0.zip", + "archiveFileName": "107_Arduino_Cyphal-2.0.0.zip", + "size": 7075977, + "checksum": "SHA-256:c0d5034a6b9bb80b8047ad5496a863f0e27cd516ad33be3616ad2d6a09166551" + }, + { + "name": "107-Arduino-Cyphal", + "version": "2.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-2.1.0.zip", + "archiveFileName": "107_Arduino_Cyphal-2.1.0.zip", + "size": 6939235, + "checksum": "SHA-256:7412d6bed69d4f180724175b438c6a52b7723df05a7361d521308311b7db8a13" + }, + { + "name": "107-Arduino-Cyphal", + "version": "2.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-2.2.0.zip", + "archiveFileName": "107_Arduino_Cyphal-2.2.0.zip", + "size": 6953516, + "checksum": "SHA-256:8dfa5eb2fa2d03d2b76fd02e60af146b998843fd59835cda1c4d62eaddce5cba" + }, + { + "name": "107-Arduino-Cyphal", + "version": "2.2.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-2.2.1.zip", + "archiveFileName": "107_Arduino_Cyphal-2.2.1.zip", + "size": 6959314, + "checksum": "SHA-256:49672ac534073a04f3900e77c7114d58d04693a71ef1d64ffb89a4481bcd371a" + }, + { + "name": "107-Arduino-Cyphal", + "version": "3.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-3.0.0.zip", + "archiveFileName": "107_Arduino_Cyphal-3.0.0.zip", + "size": 6823869, + "checksum": "SHA-256:41f43bea1ee6ebe5d423b62539523262634749a286af2a0b9f637d20ba012e23" + }, + { + "name": "107-Arduino-Cyphal", + "version": "3.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-3.1.0.zip", + "archiveFileName": "107_Arduino_Cyphal-3.1.0.zip", + "size": 1186417, + "checksum": "SHA-256:6d74bd7ef39c4282dd83cbdbee49314c6a6dff1928cc67e532b8451445bbd85e" + }, + { + "name": "107-Arduino-Cyphal", + "version": "3.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-3.2.0.zip", + "archiveFileName": "107_Arduino_Cyphal-3.2.0.zip", + "size": 1189479, + "checksum": "SHA-256:d5819b17cbfd1737a23c855cba963dd0209dd7c146e20a71435a5ae645b2c998" + }, + { + "name": "107-Arduino-Cyphal", + "version": "3.2.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-3.2.1.zip", + "archiveFileName": "107_Arduino_Cyphal-3.2.1.zip", + "size": 1189529, + "checksum": "SHA-256:2e6a61838ff72a48320de13370a785cd5f961fa30bad769805f2cbacf7e3d201" + }, + { + "name": "107-Arduino-Cyphal", + "version": "3.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-3.3.0.zip", + "archiveFileName": "107_Arduino_Cyphal-3.3.0.zip", + "size": 1189328, + "checksum": "SHA-256:d6e663dcbc1325ea4b9a63dab02e631c0054ce117a022209d104959e4e7d1358" + }, + { + "name": "107-Arduino-Cyphal", + "version": "3.4.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a convenient C++ interface for accessing OpenCyphal.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal", + "category": "Communication", + "architectures": [ + "rp2040", + "renesas_portenta", + "renesas_uno" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/107-systems/107-Arduino-Cyphal.git", + "providesIncludes": [ + "107-Arduino-Cyphal.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal-3.4.0.zip", + "archiveFileName": "107_Arduino_Cyphal-3.4.0.zip", + "size": 1191920, + "checksum": "SHA-256:6154250e3cf709b4b68c83b683eeb74e42ca3fc395ea13cf30025323a9733def" + }, + { + "name": "Adafruit WipperSnapper", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access WipperSnapper", + "paragraph": "Arduino library to access WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-0.1.0.zip", + "archiveFileName": "Adafruit_WipperSnapper-0.1.0.zip", + "size": 111525, + "checksum": "SHA-256:48f7c58a38c97d53a61d44888d86fd0c5e31162efdd7b6d72ff89f0fe2cfe533" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access WipperSnapper", + "paragraph": "Arduino library to access WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.1.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.1.zip", + "size": 178765, + "checksum": "SHA-256:6f947310b76412bb54b33ba104b0c5fb9fa224182726d253f07886eed09ba4ab" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.4", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access WipperSnapper", + "paragraph": "Arduino library to access WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.4.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.4.zip", + "size": 177828, + "checksum": "SHA-256:90c5cdb7b09aa16ff80bbeccb251ca7eebae27612a4d4e3fee985855b19dad4f" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.6", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access WipperSnapper", + "paragraph": "Arduino library to access WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.6.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.6.zip", + "size": 177903, + "checksum": "SHA-256:35bea8159bde051f4676ddb9fd574083d06a16ea57461648539f0b664ac0d787" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.8", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access WipperSnapper", + "paragraph": "Arduino library to access WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.8.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.8.zip", + "size": 179499, + "checksum": "SHA-256:85bc8dffe81a06325a6a2637398748c3a93ba3033fd6c1854c5d8ab28e8736ba" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.9", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino library to access WipperSnapper", + "paragraph": "Arduino library to access WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.9.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.9.zip", + "size": 179403, + "checksum": "SHA-256:30655190f61dc69d9c4607b8887803a94bb8a8e0e81061028a2f1484d6dcfbc5" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.38", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.38.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.38.zip", + "size": 8098233, + "checksum": "SHA-256:eb23aa22417c37c3d428dbe28091affb760bee763cd6cd2f43f9cd03b4af816b" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.39", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.39.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.39.zip", + "size": 8098254, + "checksum": "SHA-256:d2ab2fbc52ae0f86b52bf2074e866dddf67a59e470ca5818f58a7002ad29d6c9" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.40", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.40.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.40.zip", + "size": 8098245, + "checksum": "SHA-256:ba7ff110c52dac4d0e77099e6d6e298007333cdc109a45b5ab7d2bd98483f331" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.41", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.41.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.41.zip", + "size": 8099749, + "checksum": "SHA-256:5b69d7c5240ce6996d079338830c6644b9956863675258f9b5b30cce1682ace9" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.42", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.42.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.42.zip", + "size": 8100068, + "checksum": "SHA-256:0edc8f508f8689c7165d94059dc8d423409f8aa418cc7f92542c632e8c2f6c2f" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.43", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit SHT4x Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.43.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.43.zip", + "size": 8101526, + "checksum": "SHA-256:a4e8b295fe8b1d7bc987dad8b9de7dbafefa274d07a90159e943c27df4638707" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.44", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit SHT4x Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.44.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.44.zip", + "size": 8103623, + "checksum": "SHA-256:d202252b16bb8d0b361d16ff895f0ebbf1462587d67ecf57286df6528bb90ffa" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.45", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit SHT4x Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit LC709203F" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.45.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.45.zip", + "size": 8103569, + "checksum": "SHA-256:63a5b2cb3d7d77e3a3e5756ced1f4c290d8e8f1bf9976cea62eab311db5132d6" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.46", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit SHT4x Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.46.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.46.zip", + "size": 8110696, + "checksum": "SHA-256:2585771b84a6f936aceadfddb09472e7e16b4c15c2ddfee14d19c676175272ed" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.47", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit SHT4x Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.47.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.47.zip", + "size": 8121143, + "checksum": "SHA-256:5c295e43551105bc972f083120d236a8c1c104b1272bf1de1fcf94149de436a1" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.48", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit SHT4x Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.48.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.48.zip", + "size": 8123972, + "checksum": "SHA-256:814c2e8e1eea89165a685556a7363e483be75c5db13be14220a0f624f08f9bc4" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.49", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit SHT4x Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.49.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.49.zip", + "size": 8125294, + "checksum": "SHA-256:abbeb0ebdf67a50c2fc474218f611cd241068c785e46c70c997d32e3c5a12df8" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.50", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.50.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.50.zip", + "size": 8126810, + "checksum": "SHA-256:dd21b974be3e2503509d9da8672c69474173b904c311ce0b9dd88a7a28ef369f" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.51", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.51.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.51.zip", + "size": 8128157, + "checksum": "SHA-256:dff7d0450bc81af667a014a93d2c185545c8d3edca5cdab474ac5a1231e6cabf" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.52", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.52.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.52.zip", + "size": 8129483, + "checksum": "SHA-256:81d492c4c933fdd6bb08f43a450eb41236c38909cc7bb7b2852d7b6f1408b2e4" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.53", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.53.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.53.zip", + "size": 8136822, + "checksum": "SHA-256:077729ed832d21b622236f4dbf4d30e09670785097497bfcbb8fd2c3a1f488e1" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.54", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.54.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.54.zip", + "size": 8138145, + "checksum": "SHA-256:620523f492412d4e818081c80677358f9ca7bae45df2347e3747964c62791b7f" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.56", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.56.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.56.zip", + "size": 8145608, + "checksum": "SHA-256:358a949e607dd14d321d8a9f06912f57b4105175d537a19c2f989d04eee161ce" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.57", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.57.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.57.zip", + "size": 8150563, + "checksum": "SHA-256:06f6d5f01c2b99092917b607b9f7a5c39e6c5def502c735199f424361f5e70e7" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.58", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.58.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.58.zip", + "size": 8156030, + "checksum": "SHA-256:4876ba933170da472a58ee1b06287c19e5b69718ca84d690e2cbe481ff33239d" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.59", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.59.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.59.zip", + "size": 8161832, + "checksum": "SHA-256:303b1cb61f7e1a13659b6fc6f787df239775ab7a2f7d84066717e8f4d8318914" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.60", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.60.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.60.zip", + "size": 8162005, + "checksum": "SHA-256:b46415e10c047eac154ecfdb4e3efe6ff14ef08859e2239f705e6df9d900e72d" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.61", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.61.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.61.zip", + "size": 8163408, + "checksum": "SHA-256:3ca591550484650f317cba83cca7c03367804bc848c45d1fcfd547faa9a8076b" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.62", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.62.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.62.zip", + "size": 8164712, + "checksum": "SHA-256:54259e0a4349e87d70a922d0400290a40e621ad2271083241c32f2b678dab54e" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.64", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.64.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.64.zip", + "size": 8188735, + "checksum": "SHA-256:de8e117d694eead94406cb93a7a1ec55352496157f86de4821f933b64da315ad" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.66", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "hp_BH1750" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.66.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.66.zip", + "size": 8193378, + "checksum": "SHA-256:a665136ebc536e8e78d073b9624b74b052da2c31b16bb10f9f16a09d42806dc3" + }, + { + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.68", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.68.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.68.zip", + "size": 8195935, + "checksum": "SHA-256:a363393732b463a6a797d064dcce19c892ae4b5eb6eca9219726ff06dd065f12" }, { - "name": "SparkFun High Precision Temperature Sensor TMP117 Qwiic", - "version": "1.2.3", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Texas Instruments TMP117 by I2C.", - "paragraph": "Communicates with the TMP117 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a temperature sensor into your project. The sensor outputs temperature readings with high precision of +/- 0.1°C over the range of -20°C to +50°C with no calibration. The maximum range is from -55°C to 150°C with a slightly lower precision of +/-0.3°C. It also has a very low power consumption which minimizes the impact of self-heating on measurement accuracy. The sensor operates from 1.8V to 5.5V.", - "website": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library", - "category": "Sensors", + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.70", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/sparkfun/SparkFun_TMP117_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.3.zip", - "archiveFileName": "SparkFun_High_Precision_Temperature_Sensor_TMP117_Qwiic-1.2.3.zip", - "size": 32061, - "checksum": "SHA-256:b8c1436772a7c450164ee6ce09ddf64430d7b5ad7ff58b1b69c381528573f186" - }, - { - "name": "Esparto", - "version": "3.3.0", - "author": "Phil Bowles \u003cesparto8266@gmail.com\u003e", - "maintainer": "Phil Bowles \u003cesparto8266@gmail.com\u003e", - "sentence": "Rapid development framework, synchronous task queue and GPIO manager (plus more) for ESP8266 devices", - "paragraph": "Esparto has also been described as a sort of RTOS for ESP8266. It DOES have a synchronous task queue which serialises all events, but RTOS is too grand a title. As one user said: \"kinda crazy how easy you made this thing...\"", - "website": "https://github.com/philbowles/esparto", - "category": "Device Control", - "architectures": [ - "esp8266" - ], - "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/philbowles/esparto.git", - "providesIncludes": [ - "ESPArto.h" + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TMP117" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit MPL115A2" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit LPS35HW" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/philbowles/Esparto-3.3.0.zip", - "archiveFileName": "Esparto-3.3.0.zip", - "size": 1615447, - "checksum": "SHA-256:ad88f9ed19e597e12d40bd1f6a5b817a2b6d644ae610fff9ee2fbf8f7e9cfb58" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.70.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.70.zip", + "size": 8203393, + "checksum": "SHA-256:88659d0af47f441351a1d269aab88cf8f23c096d3741d64875b0ffe7fc9983db" }, { - "name": "UselessLib", - "version": "1.0.0", - "author": "Various", - "maintainer": "Various", - "sentence": "This library is just for testing purpose of the Arduino Library indexer.", - "paragraph": "Do not install.", - "website": "https://example.com/", - "category": "Data Storage", + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.71", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/cmaglie/UselessLib.git", + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", "dependencies": [ { - "name": "Arduino_OAuth" + "name": "Adafruit NeoPixel" }, { - "name": "ArduinoHttpClient", - "version": "\u003c0.3.0" + "name": "Adafruit SPIFlash" }, { - "name": "NonExistentLib" + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TMP117" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MS8607" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit MPL115A2" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit LPS35HW" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cmaglie/UselessLib-1.0.0.zip", - "archiveFileName": "UselessLib-1.0.0.zip", - "size": 1198, - "checksum": "SHA-256:006dcfa597de912084355cdd1d9380c0c3abb57eea868a1f135752c522be0b1e" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.71.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.71.zip", + "size": 8204864, + "checksum": "SHA-256:dd38f539d0cec7bc6504b8b391059eace26d2a6867b4816d701843f4118606da" }, { - "name": "Arduino_LSM6DS3", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the accelerometer and gyroscope values from the LSM6DS3 IMU on your Arduino Nano 33 IoT or Arduino Uno WiFi Rev2 boards.", - "website": "https://www.arduino.cc/en/Reference/Arduino_LSM6DS3", - "category": "Sensors", + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.72", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_LSM6DS3.git", - "providesIncludes": [ - "Arduino_LSM6DS3.h" + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TMP117" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit SGP40 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MS8607" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit MPL115A2" + }, + { + "name": "Adafruit MPRLS Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit LPS35HW" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" + }, + { + "name": "ENS160 - Adafruit Fork" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM6DS3-1.0.0.zip", - "archiveFileName": "Arduino_LSM6DS3-1.0.0.zip", - "size": 8140, - "checksum": "SHA-256:a0dada2b25440939dbce48051cbc4493c3109cab56ec52f85d14a9ebd4244800" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.72.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.72.zip", + "size": 8216404, + "checksum": "SHA-256:6007fc3b8592683e95edf8947c9890881745b86c52339edbc97ab10ceeb8d1d8" }, { - "name": "Arduino_LSM9DS1", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", - "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", - "category": "Sensors", + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.73", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino client for Adafruit.io WipperSnapper", + "paragraph": "Arduino client for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", - "providesIncludes": [ - "Arduino_LSM9DS1.h" + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TMP117" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit SGP40 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MS8607" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit MPL115A2" + }, + { + "name": "Adafruit MPRLS Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit LPS35HW" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" + }, + { + "name": "ENS160 - Adafruit Fork" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.0.0.zip", - "archiveFileName": "Arduino_LSM9DS1-1.0.0.zip", - "size": 8772, - "checksum": "SHA-256:4900e8fdfdfd49e748c828ea6d2c5a4b10bce44959ac9daeca613cfbcd8689a7" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.73.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.73.zip", + "size": 8225010, + "checksum": "SHA-256:56f2ea5bdf8329811f2e69f7f848781db3eb41783c984380ab2125c5e0dc6742" }, { - "name": "Arduino_LSM9DS1", - "version": "1.1.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the LSM9DS1 IMU on your Arduino Nano 33 BLE Sense.", - "website": "https://github.com/arduino-libraries/Arduino_LSM9DS1", - "category": "Sensors", + "name": "Adafruit WipperSnapper", + "version": "1.0.0-alpha.74", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino application for Adafruit.io WipperSnapper", + "paragraph": "Arduino application for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_LSM9DS1.git", - "providesIncludes": [ - "Arduino_LSM9DS1.h" + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "Adafruit LTR390 Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TMP117" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit SGP40 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MS8607" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit MPL115A2" + }, + { + "name": "Adafruit MPRLS Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit LPS35HW" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit HTU21DF Library" + }, + { + "name": "Adafruit HTU31D Library" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" + }, + { + "name": "ENS160 - Adafruit Fork" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LSM9DS1-1.1.0.zip", - "archiveFileName": "Arduino_LSM9DS1-1.1.0.zip", - "size": 9301, - "checksum": "SHA-256:d49254d66d382d4e533c133390923f8e45926e813f63c6a94ac7ede17d1c2435" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-alpha.74.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-alpha.74.zip", + "size": 8228963, + "checksum": "SHA-256:d0660a22a59c986e42edd723afb94a5fd6efffb9e93bcd9e9042aa5370b05c6c" }, { - "name": "Arduino_HTS221", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the temperature and humidity sensors of your Nano 33 BLE Sense.", - "website": "http://github.com/arduino-libraries/Arduino_HTS221", - "category": "Sensors", + "name": "Adafruit WipperSnapper", + "version": "1.0.0-alpha.75", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino application for Adafruit.io WipperSnapper", + "paragraph": "Arduino application for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_HTS221.git", - "providesIncludes": [ - "Arduino_HTS221.h" + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "Adafruit LTR329 and LTR303" + }, + { + "name": "Adafruit LTR390 Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TMP117" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit SGP40 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MS8607" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit MPL115A2" + }, + { + "name": "Adafruit MPRLS Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit LPS35HW" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit HTU21DF Library" + }, + { + "name": "Adafruit HTU31D Library" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" + }, + { + "name": "ENS160 - Adafruit Fork" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_HTS221-1.0.0.zip", - "archiveFileName": "Arduino_HTS221-1.0.0.zip", - "size": 7362, - "checksum": "SHA-256:a3c1c8469975c76721d9ab8ff0ef49ce40fe0a0bca078ab1d541cf5d396f958a" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-alpha.75.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-alpha.75.zip", + "size": 8231079, + "checksum": "SHA-256:dc6e3f06f36ad431e5093a67b0776677a9722432dedcb69ef438139aa8ea93f2" }, { - "name": "Arduino_LPS22HB", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows you to read the pressure sensor of your Nano 33 BLE Sense.", - "website": "http://github.com/arduino-libraries/Arduino_LPS22HB", - "category": "Sensors", + "name": "Adafruit WipperSnapper", + "version": "1.0.0-beta.74", + "author": "Adafruit", + "maintainer": "Adafruit \u003cadafruitio@adafruit.com\u003e", + "sentence": "Arduino application for Adafruit.io WipperSnapper", + "paragraph": "Arduino application for Adafruit.io WipperSnapper", + "website": "https://github.com/adafruit/Adafruit_IO_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_LPS22HB.git", - "providesIncludes": [ - "Arduino_LPS22HB.h" + "repository": "https://github.com/adafruit/Adafruit_Wippersnapper_Arduino.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit DotStar" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "Adafruit LTR329 and LTR303" + }, + { + "name": "Adafruit LTR390 Library" + }, + { + "name": "Adafruit SleepyDog Library" + }, + { + "name": "Adafruit TMP117" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit DPS310" + }, + { + "name": "Adafruit SCD30" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit SGP40 Sensor" + }, + { + "name": "Sensirion I2C SCD4x" + }, + { + "name": "Sensirion I2C SEN5X" + }, + { + "name": "arduino-sht" + }, + { + "name": "Adafruit Si7021 Library" + }, + { + "name": "Adafruit MQTT Library" + }, + { + "name": "Adafruit MS8607" + }, + { + "name": "Adafruit MCP9808 Library" + }, + { + "name": "Adafruit MCP9600 Library" + }, + { + "name": "Adafruit MPL115A2" + }, + { + "name": "Adafruit MPRLS Library" + }, + { + "name": "Adafruit TSL2591 Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PM25 AQI Sensor" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit LC709203F" + }, + { + "name": "Adafruit LPS2X" + }, + { + "name": "Adafruit LPS35HW" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit MAX1704X" + }, + { + "name": "Adafruit ADT7410 Library" + }, + { + "name": "Adafruit HTS221" + }, + { + "name": "Adafruit HTU21DF Library" + }, + { + "name": "Adafruit HTU31D Library" + }, + { + "name": "Adafruit PCT2075" + }, + { + "name": "hp_BH1750" + }, + { + "name": "ENS160 - Adafruit Fork" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_LPS22HB-1.0.0.zip", - "archiveFileName": "Arduino_LPS22HB-1.0.0.zip", - "size": 6739, - "checksum": "SHA-256:ace1fc2f8de280236710d75b54cdde7934243a20fb0433046df17374f1531fa1" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WipperSnapper-1.0.0-beta.74.zip", + "archiveFileName": "Adafruit_WipperSnapper-1.0.0-beta.74.zip", + "size": 8231214, + "checksum": "SHA-256:d4e2a9112b17c0cd683dcbb473f547c963c382a01b1fc964975904a4327d3ba8" }, { - "name": "WiredController_asukiaaa", - "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with WiredController", - "paragraph": "It can read data from and write data to WiredController on I2C.", - "website": "https://github.com/asukiaaa/WiredController_asukiaaa", + "name": "Goldfish4Tech", + "version": "1.0.0", + "author": "Goldfish4Tech", + "maintainer": "Goldfish4Tech \u003cinfo@Goldfish4Tech.com\u003e", + "sentence": "Arduino demo code for project", + "paragraph": "Arduino demo code for project", + "website": "https://github.com/Goldfish4Tech/Goldfish4Tech", "category": "Device Control", "architectures": [ "*" @@ -269346,658 +721804,591 @@ "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.1.zip", - "archiveFileName": "WiredController_asukiaaa-1.0.1.zip", - "size": 5613, - "checksum": "SHA-256:94229bc301dde85149bf045ff0db7d1155047945bb6eab1171a8f3dfb9c9482c" + "repository": "https://github.com/goldfish4tech/Goldfish4Tech.git", + "url": "https://downloads.arduino.cc/libraries/github.com/goldfish4tech/Goldfish4Tech-1.0.0.zip", + "archiveFileName": "Goldfish4Tech-1.0.0.zip", + "size": 11744, + "checksum": "SHA-256:a94b485cd4a89cf679d4a6d95105b8d9be96164d3820a612a7c91ba16db8656f" }, { - "name": "WiredController_asukiaaa", - "version": "1.0.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with WiredController", - "paragraph": "It can read data from and write data to WiredController on I2C.", - "website": "https://github.com/asukiaaa/WiredController_asukiaaa", - "category": "Device Control", + "name": "LedRGB565", + "version": "1.0.0", + "author": "QuangDai", + "maintainer": "Quangdai \u003cdai.ttq@eoh.io\u003e", + "sentence": "A Led RGB 565 library", + "paragraph": "This library use control LED RGB Luxeon 1W follow format RGB565", + "website": "https://github.com/dai-eoh/ledrgb565", + "category": "Uncategorized", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.2.zip", - "archiveFileName": "WiredController_asukiaaa-1.0.2.zip", - "size": 5705, - "checksum": "SHA-256:07866654582f0b4a08a2727b11baca5c80890fd13efdab21584e510b61f49c49" + "repository": "https://github.com/dai-eoh/ledrgb565.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dai-eoh/LedRGB565-1.0.0.zip", + "archiveFileName": "LedRGB565-1.0.0.zip", + "size": 3261, + "checksum": "SHA-256:515eff0729666854a860866eb848e3592ce8cd6c0a02a37ea36877d872d66d42" }, { - "name": "WiredController_asukiaaa", - "version": "1.0.3", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with WiredController", - "paragraph": "It can read data from and write data to WiredController on I2C.", - "website": "https://github.com/asukiaaa/WiredController_asukiaaa", - "category": "Device Control", + "name": "LedRGB565", + "version": "1.0.1", + "author": "QuangDai", + "maintainer": "Quangdai \u003cdai.ttq@eoh.io\u003e", + "sentence": "A Led RGB 565 library", + "paragraph": "This library use control LED RGB Luxeon 1W follow format RGB565", + "website": "https://github.com/dai-eoh/ledrgb565", + "category": "Uncategorized", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.0.3.zip", - "archiveFileName": "WiredController_asukiaaa-1.0.3.zip", - "size": 6104, - "checksum": "SHA-256:f649164afac0150eac0da8bf81a23ca3077189a9ad7f6383bd8dd099b8cfb01a" + "repository": "https://github.com/dai-eoh/ledrgb565.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dai-eoh/LedRGB565-1.0.1.zip", + "archiveFileName": "LedRGB565-1.0.1.zip", + "size": 3260, + "checksum": "SHA-256:737c9f2d136e121cbf2bbc498a7e54a2852581d28e45cd876a210206d136b5d2" }, { - "name": "WiredController_asukiaaa", - "version": "1.1.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with WiredController", - "paragraph": "It can read data from and write data to WiredController on I2C.", - "website": "https://github.com/asukiaaa/WiredController_asukiaaa", - "category": "Device Control", + "name": "Deneyap 5x7 LED Matris", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "sentence": "Library for Deneyap 5x7 LED Matrix", + "paragraph": "A simple and efficient library to use Deneyap 5x7 LED Matris via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-5x7-led-matris-arduino-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.0.zip", - "archiveFileName": "WiredController_asukiaaa-1.1.0.zip", - "size": 7801, - "checksum": "SHA-256:7a10d41bd44ea22c3474ea1f10112fffe89f722693db288e8c6efddb6a9c088f" + "repository": "https://github.com/deneyapkart/deneyap-5x7-led-matris-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_5x7_LED_Matris-1.0.0.zip", + "archiveFileName": "Deneyap_5x7_LED_Matris-1.0.0.zip", + "size": 15565, + "checksum": "SHA-256:9884a89eddad6dc671b208044c69f206c79f926953bfd709117c4bb54f61f4cf" }, { - "name": "WiredController_asukiaaa", - "version": "1.1.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with WiredController", - "paragraph": "It can read data from and write data to WiredController on I2C.", - "website": "https://github.com/asukiaaa/WiredController_asukiaaa", - "category": "Device Control", + "name": "Deneyap 5x7 LED Matris", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap 5x7 LED Matrix", + "paragraph": "A simple and efficient library to use Deneyap 5x7 LED Matris via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-5x7-led-matris-arduino-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.1.zip", - "archiveFileName": "WiredController_asukiaaa-1.1.1.zip", - "size": 7944, - "checksum": "SHA-256:e07a04064a53988cbf48312968749952922b19ab88843e6f5b33753e243cc21a" + "repository": "https://github.com/deneyapkart/deneyap-5x7-led-matris-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_5x7_LED_Matris-1.0.1.zip", + "archiveFileName": "Deneyap_5x7_LED_Matris-1.0.1.zip", + "size": 15683, + "checksum": "SHA-256:c87bc1ab939313577c0b2d0129721bfb96c7a2098365a54dc9442888c895117e" }, { - "name": "WiredController_asukiaaa", - "version": "1.1.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with WiredController", - "paragraph": "It can read data from and write data to WiredController on I2C.", - "website": "https://github.com/asukiaaa/WiredController_asukiaaa", - "category": "Device Control", + "name": "Deneyap 5x7 LED Matris", + "version": "1.0.2", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap 5x7 LED Matrix", + "paragraph": "A simple and efficient library to use Deneyap 5x7 LED Matris via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-5x7-led-matris-arduino-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/WiredController_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/WiredController_asukiaaa-1.1.2.zip", - "archiveFileName": "WiredController_asukiaaa-1.1.2.zip", - "size": 7936, - "checksum": "SHA-256:ce27a7662b636a9acaaf0dd9712532b64419c11b406a67f876ea5f189e5d9572" + "repository": "https://github.com/deneyapkart/deneyap-5x7-led-matris-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_5x7_LED_Matris-1.0.2.zip", + "archiveFileName": "Deneyap_5x7_LED_Matris-1.0.2.zip", + "size": 16417, + "checksum": "SHA-256:286a470c694da353bd90a72bd6d8d31e01224a2087fec26a3008e75221e47fcb" }, { - "name": "LinkedPointerList", + "name": "Deneyap OLED Ekran", "version": "1.0.0", - "author": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", - "maintainer": "Arsen Torbarina \u003cjonniezg@gmail.com\u003e", - "sentence": "Light-weight implementation of LinkedList library, that is now stripped down to bare minimum, making it appropriate for use in memory-critical environments.", - "paragraph": "Instead of working with actual objects, it deals with pointers to them. It has no caching, so it is appropriate for handling shorter lists of up to hundred elements.", - "website": "https://github.com/jonnieZG/LinkedPointerList", - "category": "Data Processing", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/jonnieZG/LinkedPointerList.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jonnieZG/LinkedPointerList-1.0.0.zip", - "archiveFileName": "LinkedPointerList-1.0.0.zip", - "size": 7028, - "checksum": "SHA-256:561c2f910ced8844ddbd3642de36502fc91b598a074347ac2bb793cd5ac6e567" - }, - { - "name": "Z80RetroShield", - "version": "0.0.1", - "author": "Steve Kemp", - "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", - "sentence": "An interface to the Z80 RetroShield.", - "paragraph": "Run code on an attached Z80 processor.", - "website": "https://github.com/skx/z80retroshield", - "category": "Device Control", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/skx/Z80RetroShield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.1.zip", - "archiveFileName": "Z80RetroShield-0.0.1.zip", - "size": 9456, - "checksum": "SHA-256:1ad4c9e3b4f94a8ca1d3731b44842b0e970721171e9a1a743b6f65fca7d351eb" - }, - { - "name": "Z80RetroShield", - "version": "0.0.2", - "author": "Steve Kemp", - "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", - "sentence": "An interface to the Z80 RetroShield.", - "paragraph": "Run code on an attached Z80 processor.", - "website": "https://github.com/skx/z80retroshield", - "category": "Device Control", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "sentence": "Library for the SSD1306 OLED displays", + "paragraph": "A simple and efficient library to use Deneyap OLED SSD1306 0.96 inch 128x64 pixel black blue display module via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skx/Z80RetroShield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.0.2.zip", - "archiveFileName": "Z80RetroShield-0.0.2.zip", - "size": 12009, - "checksum": "SHA-256:b1a53abccbab69d391d9f0da45abe0b359f66e4d7478454eb396756213f77cb4" + "repository": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_OLED_Ekran-1.0.0.zip", + "archiveFileName": "Deneyap_OLED_Ekran-1.0.0.zip", + "size": 21878, + "checksum": "SHA-256:f81f9497e3fd65ecf242450bf9cbd5d7bfbef1cfaae7e2894f64b4aadafcd561" }, { - "name": "Z80RetroShield", - "version": "0.1.0", - "author": "Steve Kemp", - "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", - "sentence": "An interface to the Z80 RetroShield.", - "paragraph": "Run code on an attached Z80 processor.", - "website": "https://github.com/skx/z80retroshield", - "category": "Device Control", + "name": "Deneyap OLED Ekran", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Library for Deneyap OLED Display Module SSD1306", + "paragraph": "A simple and efficient library to use Deneyap OLED SSD1306 0.96 inch 128x64 pixel black blue display module via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skx/Z80RetroShield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.1.0.zip", - "archiveFileName": "Z80RetroShield-0.1.0.zip", - "size": 13301, - "checksum": "SHA-256:6e20ada56f416f30d6865a3b4b2ac718fb111695b5978a83e7786aa525706811" + "repository": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_OLED_Ekran-1.0.1.zip", + "archiveFileName": "Deneyap_OLED_Ekran-1.0.1.zip", + "size": 22007, + "checksum": "SHA-256:72968085d2a8475c916a1d0ea4a56ac0f4e48614f741569488aa20055f38adc9" }, { - "name": "Z80RetroShield", - "version": "0.2.0", - "author": "Steve Kemp", - "maintainer": "Steve Kemp \u003csteve@steve.fi\u003e", - "sentence": "An interface to the Z80 RetroShield.", - "paragraph": "Run code on an attached Z80 processor.", - "website": "https://github.com/skx/z80retroshield", - "category": "Device Control", + "name": "Deneyap OLED Ekran", + "version": "1.0.2", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Library for Deneyap OLED Display Module SSD1306", + "paragraph": "A simple and efficient library to use Deneyap OLED SSD1306 0.96 inch 128x64 pixel black blue display module via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skx/Z80RetroShield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skx/Z80RetroShield-0.2.0.zip", - "archiveFileName": "Z80RetroShield-0.2.0.zip", - "size": 96888, - "checksum": "SHA-256:12b52f147a8b6c6de0b7c8e5c69586cab2b0746fa57add7fbc009c8f574c8990" + "repository": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_OLED_Ekran-1.0.2.zip", + "archiveFileName": "Deneyap_OLED_Ekran-1.0.2.zip", + "size": 22464, + "checksum": "SHA-256:764a93dd59ff560f3450f3f5ddeb45f3689cafab1530950771eaefeb2e22000d" }, { - "name": "SX126x-Arduino", - "version": "1.0.0", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap OLED Ekran", + "version": "1.0.3", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Library for Deneyap OLED Display Module SSD1306", + "paragraph": "A simple and efficient library to use Deneyap OLED SSD1306 0.96 inch 128x64 pixel black blue display module via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library", + "category": "Display", "architectures": [ - "esp32", - "nrf52", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.0.zip", - "archiveFileName": "SX126x_Arduino-1.0.0.zip", - "size": 259540, - "checksum": "SHA-256:6238e405bd8a992617902f54388ab8a293f3b890c6e4d793e6f5fd9fd03839e9" + "repository": "https://github.com/deneyapkart/deneyap-oled-ekran-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_OLED_Ekran-1.0.3.zip", + "archiveFileName": "Deneyap_OLED_Ekran-1.0.3.zip", + "size": 27198, + "checksum": "SHA-256:0e7aff3c8779a988cd3ebf183a4147caf1f8b3f2a7623cb46bb63d9af95a3822" }, { - "name": "SX126x-Arduino", - "version": "1.0.1", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Simple_HC-SR04_Control", + "version": "0.0.1", + "author": "Mirco04", + "maintainer": "Mirco", + "sentence": "Simple library to use HC-SR04.", + "paragraph": "*", + "website": "https://github.com/Mirco04/Simple_HC-SR04_Control", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.1.zip", - "archiveFileName": "SX126x_Arduino-1.0.1.zip", - "size": 259543, - "checksum": "SHA-256:9bd1c7c7c6024c4eb043c56b5c681d258d3c7311f59e1bbf8bde52bf52f102d2" + "repository": "https://github.com/Mirco04/Simple_HC-SR04_Control.git", + "providesIncludes": [ + "HCSR04.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mirco04/Simple_HC_SR04_Control-0.0.1.zip", + "archiveFileName": "Simple_HC_SR04_Control-0.0.1.zip", + "size": 34347, + "checksum": "SHA-256:50dc646861843739791316ffc7b7e8abc52fe2d46b6581e7fcc5f141a311a338" }, { - "name": "SX126x-Arduino", - "version": "1.0.2", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Toprak Nemi Olcer", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "sentence": "Library for Deneyap Soil Moisture ICM7555CBA sensor", + "paragraph": "A simple and efficient library to use Deneyap Soil Moisture ICM7555CBA sensore via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-toprak-nemi-olcer-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.2.zip", - "archiveFileName": "SX126x_Arduino-1.0.2.zip", - "size": 260073, - "checksum": "SHA-256:a5f2940a4f9ece6241613f5ddb4625d8d91d49cf5532b5e37bfd7df5b4545509" + "repository": "https://github.com/deneyapkart/deneyap-toprak-nemi-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Toprak_Nemi_Olcer-1.0.0.zip", + "archiveFileName": "Deneyap_Toprak_Nemi_Olcer-1.0.0.zip", + "size": 9996, + "checksum": "SHA-256:e7b6af3cf627857c9b6f37f4ed8704a097651ea4f02e573c89f741eb1702b5b1" }, { - "name": "SX126x-Arduino", - "version": "1.0.3", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Toprak Nemi Olcer", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Soil Moisture Sensor ICM7555CBA", + "paragraph": "A simple and efficient library to use Deneyap Soil Moisture sensor ICM7555CBA via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-toprak-nemi-olcer-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.3.zip", - "archiveFileName": "SX126x_Arduino-1.0.3.zip", - "size": 262147, - "checksum": "SHA-256:6ee0324e054448d4af963d7136b91b10ecb5f92a81663770b0664af02267f399" + "repository": "https://github.com/deneyapkart/deneyap-toprak-nemi-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Toprak_Nemi_Olcer-1.0.1.zip", + "archiveFileName": "Deneyap_Toprak_Nemi_Olcer-1.0.1.zip", + "size": 10140, + "checksum": "SHA-256:204a07bd017180ace63cf56d736846740835bb4dbbf533e66357e3a93f5f83ea" }, { - "name": "SX126x-Arduino", - "version": "1.0.4", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Toprak Nemi Olcer", + "version": "1.0.2", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Soil Moisture Sensor TL555Q", + "paragraph": "A simple and efficient library to use Deneyap Soil Moisture sensor TL555Q via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-toprak-nemi-olcer-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.4.zip", - "archiveFileName": "SX126x_Arduino-1.0.4.zip", - "size": 275799, - "checksum": "SHA-256:74edb8f820c0552be6c120caae17538e7a734fa1d8c21e60e89c8be384eb0aac" + "repository": "https://github.com/deneyapkart/deneyap-toprak-nemi-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Toprak_Nemi_Olcer-1.0.2.zip", + "archiveFileName": "Deneyap_Toprak_Nemi_Olcer-1.0.2.zip", + "size": 10073, + "checksum": "SHA-256:9a59048def0d0445e3975f59fc34455727795ef5fc4c2f94a6f280eccaa21bc9" }, { - "name": "SX126x-Arduino", - "version": "1.0.5", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "name": "SensesInnoma", + "version": "1.0.0", + "author": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "maintainer": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "sentence": "A library for send data from Internet of Things to \"Innoma Platform\"", + "paragraph": "Support ESP32", + "website": "https://innoma.sensesiot.com/", "category": "Communication", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.5.zip", - "archiveFileName": "SX126x_Arduino-1.0.5.zip", - "size": 2722871, - "checksum": "SHA-256:1f8bd8471ebe2d769040031d836667ea0bad98d592d844575c3e0e85526b3299" + "repository": "https://github.com/chan1sook/SensesInnoma.git", + "providesIncludes": [ + "SensesInnoma.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chan1sook/SensesInnoma-1.0.0.zip", + "archiveFileName": "SensesInnoma-1.0.0.zip", + "size": 8790, + "checksum": "SHA-256:20af89046727adb3dddc40f82531309a092209ecc66e6e2c3b9b0ac5a25d1b94" }, { - "name": "SX126x-Arduino", - "version": "1.0.6", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", + "name": "SensesInnoma", + "version": "1.1.0", + "author": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "maintainer": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "sentence": "A library for send data from Internet of Things to \"Innoma Platform\"", + "paragraph": "Support ESP32", + "website": "https://innoma.sensesiot.net/", "category": "Communication", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.6.zip", - "archiveFileName": "SX126x_Arduino-1.0.6.zip", - "size": 2723017, - "checksum": "SHA-256:85ea7e93829be3840a15c70f9155394a2682cb5536330fb9c517fbf46ece504d" + "repository": "https://github.com/chan1sook/SensesInnoma.git", + "providesIncludes": [ + "SensesInnoma.h" + ], + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chan1sook/SensesInnoma-1.1.0.zip", + "archiveFileName": "SensesInnoma-1.1.0.zip", + "size": 8789, + "checksum": "SHA-256:f412c0edd0c40d99fe619e6b9a68db6bb2253aa73cd25a4839bdcd2f645cb792" }, { - "name": "SX126x-Arduino", - "version": "1.0.7", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Yagmur Algilayici", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "sentence": "Library for the Rain sensor", + "paragraph": "A simple and efficient library to use Deneyap Rain sensor via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-yagmur-algilayici-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.7.zip", - "archiveFileName": "SX126x_Arduino-1.0.7.zip", - "size": 2733929, - "checksum": "SHA-256:5c74e875d0f75dab1346aff9912c2addf9a3e5a198ce4d39ab6068b34c65f9cd" + "repository": "https://github.com/deneyapkart/deneyap-yagmur-algilayici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Yagmur_Algilayici-1.0.0.zip", + "archiveFileName": "Deneyap_Yagmur_Algilayici-1.0.0.zip", + "size": 10062, + "checksum": "SHA-256:2355e362ef77181d13f1a59f83e84a7daa15d0e300eda43e52e23c003a743057" }, { - "name": "SX126x-Arduino", - "version": "1.0.8", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Yagmur Algilayici", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Rain sensor", + "paragraph": "A simple and efficient library to use Deneyap Rain sensor via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-yagmur-algilayici-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.8.zip", - "archiveFileName": "SX126x_Arduino-1.0.8.zip", - "size": 2733893, - "checksum": "SHA-256:12bc327170d1ecf568cb8e1f7fdb579c9ce603927a6b95facfeb9b6be84743b0" + "repository": "https://github.com/deneyapkart/deneyap-yagmur-algilayici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Yagmur_Algilayici-1.0.1.zip", + "archiveFileName": "Deneyap_Yagmur_Algilayici-1.0.1.zip", + "size": 10210, + "checksum": "SHA-256:f2081962f2e204c1f9ea0fc1937547f149e2516417bfafeb3f11097355254840" }, { - "name": "SX126x-Arduino", - "version": "1.0.9", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Role", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "sentence": "Library for Deneyap Relay", + "paragraph": "A simple and efficient library to use Deneyap Relay via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-role-arduino-library", + "category": "Device Control", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.0.9.zip", - "archiveFileName": "SX126x_Arduino-1.0.9.zip", - "size": 2733998, - "checksum": "SHA-256:bf0ca7fb4d1de69ddd22b644a35b3b83a38f5d9cd25699b53eceaeae9f67cc04" + "repository": "https://github.com/deneyapkart/deneyap-role-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Role-1.0.0.zip", + "archiveFileName": "Deneyap_Role-1.0.0.zip", + "size": 9978, + "checksum": "SHA-256:6ff2c9baa35225bae2664f4b3356f76ce7bd6dddde501dc00aaf977601ba0158" }, { - "name": "SX126x-Arduino", - "version": "1.1.0", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Role", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Relay", + "paragraph": "A simple and efficient library to use Deneyap Relay via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-role-arduino-library", + "category": "Device Control", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.0.zip", - "archiveFileName": "SX126x_Arduino-1.1.0.zip", - "size": 2734045, - "checksum": "SHA-256:ff767d71ef3e8ff3360ed72008d35e327257dbc4aedcf5397ade2139a9abbf8d" + "repository": "https://github.com/deneyapkart/deneyap-role-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Role-1.0.1.zip", + "archiveFileName": "Deneyap_Role-1.0.1.zip", + "size": 10116, + "checksum": "SHA-256:d42dc399490727c7ca21d0d07007d91d8024ccec2112b1c6e49d8dac68aabfc9" }, { - "name": "SX126x-Arduino", - "version": "1.1.1", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Kumanda Kolu", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Joystick", + "paragraph": "A simple and efficient library to use Deneyap Joystick via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-kumanda-kolu-arduino-library", + "category": "Device Control", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.1.zip", - "archiveFileName": "SX126x_Arduino-1.1.1.zip", - "size": 2734340, - "checksum": "SHA-256:815b718e4e39d80101a85bb770a9b3880fc5104b125880dcaf95e5f2d4fc7472" + "repository": "https://github.com/deneyapkart/deneyap-kumanda-kolu-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Kumanda_Kolu-1.0.0.zip", + "archiveFileName": "Deneyap_Kumanda_Kolu-1.0.0.zip", + "size": 11103, + "checksum": "SHA-256:35e99ca6ad1b082533e7a4ff5d0b665b7f1bdaef603048e2f17fbb014fca9ef2" }, { - "name": "SX126x-Arduino", - "version": "1.1.2", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Hareket Algilama", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Gesture Sensor NCS36000", + "paragraph": "A simple and efficient library to use Deneyap Gesture Sensor NCS36000 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-hareket-algilama-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.2.zip", - "archiveFileName": "SX126x_Arduino-1.1.2.zip", - "size": 2734385, - "checksum": "SHA-256:c9874a97ec05b8ca913e429bf2af2a1c3b5fed74704cfcf6a63651613c2d97d3" + "repository": "https://github.com/deneyapkart/deneyap-hareket-algilama-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Hareket_Algilama-1.0.0.zip", + "archiveFileName": "Deneyap_Hareket_Algilama-1.0.0.zip", + "size": 10058, + "checksum": "SHA-256:9300f425cbca4eb830e4085385cd3d5508a2229c5e2a8b7e6a9fa1ccd15049c4" }, { - "name": "SX126x-Arduino", - "version": "1.1.3", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", - "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" - ], + "name": "Sensirion I2C SFM3000", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SFM3000 sensor family by Sensirion", + "paragraph": "Enables you to use the SFM3000 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-sfm3000", + "category": "Sensors", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.3.zip", - "archiveFileName": "SX126x_Arduino-1.1.3.zip", - "size": 4701015, - "checksum": "SHA-256:0f3bc8ba0f07da38c149a0d2ed5c0f081a6bd4bbad96bdd9efecc49e423f0b4c" + "repository": "https://github.com/Sensirion/arduino-i2c-sfm3000.git", + "providesIncludes": [ + "SensirionI2CSfm3000.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SFM3000-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SFM3000-0.1.0.zip", + "size": 9513, + "checksum": "SHA-256:8b613e767d37db47eb15ab28d1e467fea24e76da84b4314dfde87fdcb9e4e83d" }, { - "name": "SX126x-Arduino", - "version": "1.1.4", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap 6 Eksen Alaletsel Olcum Birimi", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap 6 Dof IMU LSM6DSM", + "paragraph": "A simple and efficient library to use Deneyap 6 Dof IMU LSM6DSM via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-6-eksen-ataletsel-olcum-birimi-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.1.4.zip", - "archiveFileName": "SX126x_Arduino-1.1.4.zip", - "size": 4700974, - "checksum": "SHA-256:d386e35f22b299dbe2cf202527cad2eef03906fd6ae7fee5c646764d317ceca1" + "repository": "https://github.com/deneyapkart/deneyap-6-eksen-ataletsel-olcum-birimi-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_6_Eksen_Alaletsel_Olcum_Birimi-1.0.0.zip", + "archiveFileName": "Deneyap_6_Eksen_Alaletsel_Olcum_Birimi-1.0.0.zip", + "size": 19579, + "checksum": "SHA-256:6ddf98342a0cdcdaf1c15c7379b0b34da5a373d2dde19ef2ab0d29b0278e5459" }, { - "name": "SX126x-Arduino", - "version": "1.2.0", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap 6 Eksen Alaletsel Olcum Birimi", + "version": "1.0.1", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap 6 Dof IMU LSM6DSM", + "paragraph": "A simple and efficient library to use Deneyap 6 Dof IMU LSM6DSM via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-6-eksen-ataletsel-olcum-birimi-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.2.0.zip", - "archiveFileName": "SX126x_Arduino-1.2.0.zip", - "size": 4797343, - "checksum": "SHA-256:da75d5f00845dc87e849646801986a0f848b6250b342fedd4b27d1223b660d44" + "repository": "https://github.com/deneyapkart/deneyap-6-eksen-ataletsel-olcum-birimi-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_6_Eksen_Alaletsel_Olcum_Birimi-1.0.1.zip", + "archiveFileName": "Deneyap_6_Eksen_Alaletsel_Olcum_Birimi-1.0.1.zip", + "size": 21182, + "checksum": "SHA-256:bff251888aa3e34774ebbfed420d9b6002e128c1a6100be607c7d7497bd1d67e" }, { - "name": "SX126x-Arduino", - "version": "1.2.1", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino library to use Semtech SX126x LoRa chips and modules to communicate", - "paragraph": "This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266 and Nordic nRF52832. It will not work with other uC`s like AVR.", - "website": "https://github.com/beegee-tokyo/SX126x-Arduino/", - "category": "Communication", + "name": "Deneyap Cift Kanalli Cizgi Algilayici", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Dual Channel Line Follower TCRT5000", + "paragraph": "A simple and efficient library to use Deneyap Dual Channel Line Follower TCRT5000 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-cift-kanalli-cizgi-algilayici-arduino-library", + "category": "Sensors", "architectures": [ - "esp32", - "nordicnrf52", - "esp8266", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SX126x-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SX126x_Arduino-1.2.1.zip", - "archiveFileName": "SX126x_Arduino-1.2.1.zip", - "size": 4838032, - "checksum": "SHA-256:19cca5f4c858d43e8579063bac9144be0b4d3d2be667069d2ec6d1f1f86b23aa" + "repository": "https://github.com/deneyapkart/deneyap-cift-kanalli-cizgi-algilayici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Cift_Kanalli_Cizgi_Algilayici-1.0.0.zip", + "archiveFileName": "Deneyap_Cift_Kanalli_Cizgi_Algilayici-1.0.0.zip", + "size": 13609, + "checksum": "SHA-256:de797c2fe744670ece500b950ccfbce85114553b178f75a1b3fd9c683fbd66fe" }, { - "name": "BackSeatDriver", + "name": "Deneyap Cift Kanalli Cizgi Algilayici", "version": "1.0.1", - "author": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e", - "maintainer": "Konstantin Gredeskoul \u003ckigster@gmail.com\u003e, https://github.com/kigster", - "sentence": "Simple move and turn semantics for self-driving vehicles.", - "paragraph": "This library applies non-blocking commands to various types of robots, implemented via supplementary \"adapter\" libraries. Two adapters are provided: 1) 4 DC Motor adapter, and 2) Two Servo Motors adapter. It's easy to write your own.", - "website": "https://github.com/kigster/back-seat-driver", - "category": "Device Control", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Dual Channel Line Follower TCRT5000", + "paragraph": "A simple and efficient library to use Deneyap Dual Channel Line Follower TCRT5000 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-cift-kanalli-cizgi-algilayici-arduino-library", + "category": "Sensors", "architectures": [ - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kigster/back-seat-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kigster/BackSeatDriver-1.0.1.zip", - "archiveFileName": "BackSeatDriver-1.0.1.zip", - "size": 682964, - "checksum": "SHA-256:c8bee852d9c51a3ca69ebe5f8b634deb8d5c9d71755de7abff67aaa099b5cacd" + "repository": "https://github.com/deneyapkart/deneyap-cift-kanalli-cizgi-algilayici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Cift_Kanalli_Cizgi_Algilayici-1.0.1.zip", + "archiveFileName": "Deneyap_Cift_Kanalli_Cizgi_Algilayici-1.0.1.zip", + "size": 14610, + "checksum": "SHA-256:a10924da58b9e93b6c50601a188c48277f278b039747df0ba6d76a6e13127e19" }, { - "name": "ArdUAV", - "version": "1.1.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", + "name": "Deneyap Cift Kanalli Motor Surucu", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Deneyap Dual Channel Motor Driver TC78H660FTG", + "paragraph": "A simple and efficient library to use Deneyap Dual Channel Motor Driver TC78H660FTG via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-cift-kanalli-motor-surucu-arduino-library", "category": "Device Control", "architectures": [ "*" @@ -270005,20 +722396,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.1.3.zip", - "archiveFileName": "ArdUAV-1.1.3.zip", - "size": 81174, - "checksum": "SHA-256:75bc110a3347eea2fa4fb7fa7cc3524570e2434f5f833503375ea17f0adf2a1d" + "repository": "https://github.com/deneyapkart/deneyap-cift-kanalli-motor-surucu-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Cift_Kanalli_Motor_Surucu-1.0.0.zip", + "archiveFileName": "Deneyap_Cift_Kanalli_Motor_Surucu-1.0.0.zip", + "size": 9491, + "checksum": "SHA-256:fb15bc80da82546078bb1cf469562ac2d2281008540a92e03e057ccfb91ee096" }, { - "name": "ArdUAV", - "version": "1.2.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", + "name": "Deneyap Cift Kanalli Motor Surucu", + "version": "1.1.0", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Deneyap Dual Channel Motor Driver TC78H660FTG", + "paragraph": "A simple and efficient library to use Deneyap Dual Channel Motor Driver TC78H660FTG via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-cift-kanalli-motor-surucu-arduino-library", "category": "Device Control", "architectures": [ "*" @@ -270026,20 +722417,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.2.zip", - "archiveFileName": "ArdUAV-1.2.2.zip", - "size": 3213809, - "checksum": "SHA-256:cdc9c8463beb1dd1ccc0c5a430e566a9c128f6c1087401d6d1c6b7277775e769" + "repository": "https://github.com/deneyapkart/deneyap-cift-kanalli-motor-surucu-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Cift_Kanalli_Motor_Surucu-1.1.0.zip", + "archiveFileName": "Deneyap_Cift_Kanalli_Motor_Surucu-1.1.0.zip", + "size": 19284, + "checksum": "SHA-256:ee8e0735ec691e1d1665a30109d50e7858d249d2e4f1d484a11f6fd23f81feae" }, { - "name": "ArdUAV", - "version": "1.2.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", + "name": "Deneyap Cift Kanalli Motor Surucu", + "version": "1.1.1", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Deneyap Dual Channel Motor Driver TC78H660FTG", + "paragraph": "A simple and efficient library to use Deneyap Dual Channel Motor Driver TC78H660FTG via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-cift-kanalli-motor-surucu-arduino-library", "category": "Device Control", "architectures": [ "*" @@ -270047,795 +722438,924 @@ "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.3.zip", - "archiveFileName": "ArdUAV-1.2.3.zip", - "size": 3213700, - "checksum": "SHA-256:c26bc9c734282e630ee1d333cf7cdb42390e8c76f7d23b585999b07e95c595db" + "repository": "https://github.com/deneyapkart/deneyap-cift-kanalli-motor-surucu-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Cift_Kanalli_Motor_Surucu-1.1.1.zip", + "archiveFileName": "Deneyap_Cift_Kanalli_Motor_Surucu-1.1.1.zip", + "size": 20600, + "checksum": "SHA-256:27b4390523a533f63776246e0fa2959af3f74cb9f2aeac32a476c35191a7e81a" }, { - "name": "ArdUAV", - "version": "1.2.4", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap Duman Dedektoru", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Gas Sensor", + "paragraph": "A simple and efficient library to use Deneyap Gas Sensor via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-duman-dedektoru-arduino-library", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.4.zip", - "archiveFileName": "ArdUAV-1.2.4.zip", - "size": 4556765, - "checksum": "SHA-256:f80c3933a0a4e4cc58b750a80e7ac924ec137dab13c1e4fa023e7854c8530395" + "repository": "https://github.com/deneyapkart/deneyap-duman-dedektoru-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Duman_Dedektoru-1.0.0.zip", + "archiveFileName": "Deneyap_Duman_Dedektoru-1.0.0.zip", + "size": 10244, + "checksum": "SHA-256:6c1a55a0a431727484b3d93b41be617fc52d31d1aa687935bbacf735524fb228" }, { - "name": "ArdUAV", - "version": "1.2.5", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap Duman Dedektoru", + "version": "1.0.1", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Gas Sensor", + "paragraph": "A simple and efficient library to use Deneyap Gas Sensor MQ 2 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-duman-dedektoru-arduino-library", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.5.zip", - "archiveFileName": "ArdUAV-1.2.5.zip", - "size": 4557580, - "checksum": "SHA-256:bc7ffff42f552865df08481707e3a272a4a31d7757e321b701378d32247d29ed" + "repository": "https://github.com/deneyapkart/deneyap-duman-dedektoru-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Duman_Dedektoru-1.0.1.zip", + "archiveFileName": "Deneyap_Duman_Dedektoru-1.0.1.zip", + "size": 11473, + "checksum": "SHA-256:580bdc7a3a6cb0709417806f5a16e0a117b8bd97f66abb3d972af175e8e2e0b0" }, { - "name": "ArdUAV", - "version": "1.2.6", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap 9-Eksen Ataletsel Olcum Birimi", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap 9 Dof IMU MMC5603NJ, LSM6DSM", + "paragraph": "A simple and efficient library to use Deneyap 9 Dof IMU MMC5603NJ, LSM6DSM via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-9-eksen-ataletsel-olcum-birimi-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "repository": "https://github.com/deneyapkart/deneyap-9-eksen-ataletsel-olcum-birimi-arduino-library.git", "dependencies": [ { - "name": "Servo" + "name": "Deneyap 6 Eksen Alaletsel Olcum Birimi" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.6.zip", - "archiveFileName": "ArdUAV-1.2.6.zip", - "size": 4557590, - "checksum": "SHA-256:198947891f2484a92b27418bdef1f5e3fa7597602e71afdea4757ed26f1c066a" + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_9_Eksen_Ataletsel_Olcum_Birimi-1.0.0.zip", + "archiveFileName": "Deneyap_9_Eksen_Ataletsel_Olcum_Birimi-1.0.0.zip", + "size": 12204, + "checksum": "SHA-256:b49c7de0dae2cb7d02250dfc345d708823692167cb2551aef7c086c37c194b81" }, { - "name": "ArdUAV", - "version": "1.2.7", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap 9-Eksen Ataletsel Olcum Birimi", + "version": "1.0.1", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap 9 Dof IMU MMC5603NJ, LSM6DSM", + "paragraph": "A simple and efficient library to use Deneyap 9 Dof IMU MMC5603NJ, LSM6DSM via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-9-eksen-ataletsel-olcum-birimi-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "repository": "https://github.com/deneyapkart/deneyap-9-eksen-ataletsel-olcum-birimi-arduino-library.git", "dependencies": [ { - "name": "Servo" + "name": "Deneyap 6 Eksen Alaletsel Olcum Birimi" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.2.7.zip", - "archiveFileName": "ArdUAV-1.2.7.zip", - "size": 4558523, - "checksum": "SHA-256:c914a23c131a4de9b97d5e9abe2b38e550ab5d51fb461ec332d507b4c3853ab6" + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_9_Eksen_Ataletsel_Olcum_Birimi-1.0.1.zip", + "archiveFileName": "Deneyap_9_Eksen_Ataletsel_Olcum_Birimi-1.0.1.zip", + "size": 12334, + "checksum": "SHA-256:c5f561aadb787d8d62f28653f7d664a8853f3f9b5bab82f6183575fe475c8595" }, { - "name": "ArdUAV", - "version": "1.3.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap Basinc Olcer", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Basınç Ölçer MS563702BA03", + "paragraph": "A simple and efficient library to use Deneyap Basınç Ölçer MS563702BA03 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-basinc-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "dependencies": [ - { - "name": "Servo" - }, - { - "name": "SerialTransfer" - }, - { - "name": "NEO-6M_GPS" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.3.0.zip", - "archiveFileName": "ArdUAV-1.3.0.zip", - "size": 4550455, - "checksum": "SHA-256:8144f43892f6a2c5ef8f51207d707a467cc28c14bd0bbe9c2f7e85979eb8d8f0" + "repository": "https://github.com/deneyapkart/deneyap-basinc-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Basinc_Olcer-1.0.0.zip", + "archiveFileName": "Deneyap_Basinc_Olcer-1.0.0.zip", + "size": 10652, + "checksum": "SHA-256:bfa0c242000c24c545434d07354246eb48dab9bfdc6e2138b7ff946742fee8c9" }, { - "name": "ArdUAV", - "version": "1.3.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap Basinc Olcer", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Basınç Ölçer MS5637-02BA03", + "paragraph": "A simple and efficient library to use Deneyap Basınç Ölçer MS5637-02BA03 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-basinc-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "dependencies": [ - { - "name": "Servo" - }, - { - "name": "SerialTransfer" - }, - { - "name": "NEO-6M_GPS" - }, - { - "name": "FireTimer" - } + "repository": "https://github.com/deneyapkart/deneyap-basinc-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Basinc_Olcer-1.0.1.zip", + "archiveFileName": "Deneyap_Basinc_Olcer-1.0.1.zip", + "size": 11140, + "checksum": "SHA-256:62034feccbe916feb2a4cc6441ae1df48dac2ca872223fc659ea706f8c4f10a0" + }, + { + "name": "Deneyap Derinlik Olcer", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap ToF Range Finder Sensor VL53L0X", + "paragraph": "A simple and efficient library to use Deneyap ToF Range Finder Sensor VL53L0X via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-derinlik-olcer-arduino-library", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.3.1.zip", - "archiveFileName": "ArdUAV-1.3.1.zip", - "size": 4550631, - "checksum": "SHA-256:529cbf0613cab809290eb296c70714b768f6f1f3ef34b2b3c96a88d2e308cf3b" + "types": [ + "Contributed" + ], + "repository": "https://github.com/deneyapkart/deneyap-derinlik-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Derinlik_Olcer-1.0.0.zip", + "archiveFileName": "Deneyap_Derinlik_Olcer-1.0.0.zip", + "size": 8257, + "checksum": "SHA-256:e72a167d3eafc2e350049c6c5f1e87a96905cf2e40bab26a3e56f071aa624f80" }, { - "name": "ArdUAV", - "version": "1.4.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap Derinlik Olcer", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap ToF Range Finder Sensor VL53L0X", + "paragraph": "A simple and efficient library to use Deneyap ToF Range Finder Sensor VL53L0X via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-derinlik-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "dependencies": [ - { - "name": "Servo" - }, - { - "name": "SerialTransfer" - }, - { - "name": "NEO-6M_GPS" - }, - { - "name": "FireTimer" - } + "repository": "https://github.com/deneyapkart/deneyap-derinlik-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Derinlik_Olcer-1.0.1.zip", + "archiveFileName": "Deneyap_Derinlik_Olcer-1.0.1.zip", + "size": 8306, + "checksum": "SHA-256:a0aacb7acf1e9c30e5cde574e085506633b156a7b5d13612ed553d41ceb99a7f" + }, + { + "name": "Deneyap Derinlik Olcer", + "version": "1.0.2", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap ToF Range Finder Sensor VL53L0X", + "paragraph": "A simple and efficient library to use Deneyap ToF Range Finder Sensor VL53L0X via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-derinlik-olcer-arduino-library", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.0.zip", - "archiveFileName": "ArdUAV-1.4.0.zip", - "size": 4546316, - "checksum": "SHA-256:0900e2c0f492cbc8874090e51dadba7041dd328f2a01d7407ca141946438e7e3" + "types": [ + "Contributed" + ], + "repository": "https://github.com/deneyapkart/deneyap-derinlik-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Derinlik_Olcer-1.0.2.zip", + "archiveFileName": "Deneyap_Derinlik_Olcer-1.0.2.zip", + "size": 8730, + "checksum": "SHA-256:2272c39c482d201051081f3aa6110df4b7eb684ea7749ebbf581cb3abe1445d2" }, { - "name": "ArdUAV", - "version": "1.4.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap Mikrofon", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Microphone ICS-40619", + "paragraph": "A simple and efficient library to use Deneyap Microphone ICS-40619 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-mikrofon-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", - "dependencies": [ - { - "name": "Servo" - }, - { - "name": "SerialTransfer" - }, - { - "name": "NEO-6M_GPS" - }, - { - "name": "FireTimer" - } + "repository": "https://github.com/deneyapkart/deneyap-mikrofon-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Mikrofon-1.0.0.zip", + "archiveFileName": "Deneyap_Mikrofon-1.0.0.zip", + "size": 10109, + "checksum": "SHA-256:e384dc009152590d0a170b6dcf5f663b7f67f7d6fe557fbac47b12882ee95112" + }, + { + "name": "Deneyap Mikrofon", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Microphone ICS-40619", + "paragraph": "A simple and efficient library to use Deneyap Microphone ICS-40619 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-mikrofon-arduino-library", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.1.zip", - "archiveFileName": "ArdUAV-1.4.1.zip", - "size": 4546352, - "checksum": "SHA-256:2af0ecc0f5e6e3f344e1d36766964e915f884056d450003120960845bc8ee41d" + "types": [ + "Contributed" + ], + "repository": "https://github.com/deneyapkart/deneyap-mikrofon-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Mikrofon-1.0.1.zip", + "archiveFileName": "Deneyap_Mikrofon-1.0.1.zip", + "size": 10248, + "checksum": "SHA-256:7abf7f9f0000f02842d38876e27fad2c862b63ccdcfb03a769044e5f1a0703f1" }, { - "name": "ArdUAV", - "version": "1.4.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Flight control software for Arduino RC airplanes", - "paragraph": "Flight control software for Arduino RC airplanes. See https://github.com/PowerBroker2/ArdUAV/blob/master/README.md for more info.", - "website": "https://github.com/PowerBroker2/ArdUAV", - "category": "Device Control", + "name": "Deneyap Sicaklik Nem Basinc Olcer", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Temperature\u0026Humidity, Barometer Sensor SHT4X", + "paragraph": "A simple and efficient library to use Deneyap Temperature\u0026Humidity, Barometer Sensor SHT4X via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-sicaklik-nem-basinc-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ArdUAV.git", + "repository": "https://github.com/deneyapkart/deneyap-sicaklik-nem-basinc-olcer-arduino-library.git", "dependencies": [ { - "name": "Servo" - }, - { - "name": "SerialTransfer" - }, - { - "name": "NEO-6M_GPS" - }, - { - "name": "FireTimer" + "name": "Deneyap Basinc Olcer" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ArdUAV-1.4.2.zip", - "archiveFileName": "ArdUAV-1.4.2.zip", - "size": 4546393, - "checksum": "SHA-256:bbb6beb27f44a5e23afee2e83c545d697f9aaa7dbb98b6c6e9d5f97ef8e7053b" + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Sicaklik_Nem_Basinc_Olcer-1.0.0.zip", + "archiveFileName": "Deneyap_Sicaklik_Nem_Basinc_Olcer-1.0.0.zip", + "size": 16062, + "checksum": "SHA-256:d3a549bd93feccb03424d5072d14cc0b6db85c9e602dffc1c2bbeba0ba01cad1" }, { - "name": "Senses_NBIoT", - "version": "0.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library for Internet of Things send data and control on Senses IoT platfrom.", - "paragraph": "Support AIS_NB_BC95.h.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "Deneyap Mesafe Olcer Isik Algilayici", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Proximity Light Sensor LTR553", + "paragraph": "A simple and efficient library to use Deneyap Proximity Light Sensor LTR553 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-mesafe-olcer-isik-algilayici-arduino-library", + "category": "Sensors", "architectures": [ - "NBIoT" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_NBIoT.git", + "repository": "https://github.com/deneyapkart/deneyap-mesafe-olcer-isik-algilayici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Mesafe_Olcer_Isik_Algilayici-1.0.0.zip", + "archiveFileName": "Deneyap_Mesafe_Olcer_Isik_Algilayici-1.0.0.zip", + "size": 12766, + "checksum": "SHA-256:c0b34a5002fca4db2425025d18face23a3b67859d7c27b173251179819acffdf" + }, + { + "name": "ESP32 Control lite", + "version": "1.0.0", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 Control module.This library support all version of ESP32 Control module,ERS ,E1.0", + "paragraph": "Present library defines a 'ESP32 Control lite'", + "website": "https://github.com/suratin27/ESP32_Control_lite", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/suratin27/ESP32_Control_Lite.git", "providesIncludes": [ - "Senses_NBIoT.h" + "EP32Control.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_NBIoT-0.1.0.zip", - "archiveFileName": "Senses_NBIoT-0.1.0.zip", - "size": 4903, - "checksum": "SHA-256:1750084e5ef4da7b8af706993360858b87d03d62c6396bfb060b65c1d1927cfc" + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_Control_lite-1.0.0.zip", + "archiveFileName": "ESP32_Control_lite-1.0.0.zip", + "size": 14371164, + "checksum": "SHA-256:d4638d0bcdfd19032d4500c2744c8086fea6d763ebec081035495aa4017eb90d" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", - "category": "Display", + "name": "Deneyap Sicaklik Nem Olcer", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Temperature Humidity SHTC3", + "paragraph": "A simple and efficient library to use Deneyap Temperature Humidity SHTC3 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-sicaklik-nem-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.2.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.2.zip", - "size": 26103, - "checksum": "SHA-256:e0d03b68c0393452a5d36b055a5f8aefcbf3bb5c2843b51144099ac8aaaed36a" + "repository": "https://github.com/deneyapkart/deneyap-sicaklik-nem-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Sicaklik_Nem_Olcer-1.0.0.zip", + "archiveFileName": "Deneyap_Sicaklik_Nem_Olcer-1.0.0.zip", + "size": 9914, + "checksum": "SHA-256:3103cdeda20f87ce3560cc9aa8f418fc8f8b895fc1042e88b15f32d20517be08" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", - "category": "Display", + "name": "Deneyap Sicaklik Nem Olcer", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Temperature Humidity SHTC3", + "paragraph": "A simple and efficient library to use Deneyap Temperature Humidity SHTC3 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-sicaklik-nem-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.3.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.3.zip", - "size": 26117, - "checksum": "SHA-256:b03fc2dbe417a7318ae7416e2380d8b0041918bdc7111cbfbeb95bdfa5a752d3" + "repository": "https://github.com/deneyapkart/deneyap-sicaklik-nem-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Sicaklik_Nem_Olcer-1.0.1.zip", + "archiveFileName": "Deneyap_Sicaklik_Nem_Olcer-1.0.1.zip", + "size": 9882, + "checksum": "SHA-256:5b3b642c4cee18a9376c6d35d3dc6faba26e75358fe5752c9a22e83edd58cc4d" }, { - "name": "Adafruit DotStarMatrix", + "name": "Deneyap Hareket Isik Renk Algilayici Mesafe Olcer", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", - "category": "Display", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Gesture, Color, Proximity Sensor APDS9960", + "paragraph": "A simple and efficient library to use Deneyap Gesture, Color, Proximity Sensor APDS9960 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-hareket-isik-renk-algilayici-mesafe-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.0.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.0.zip", - "size": 24240, - "checksum": "SHA-256:a26ad6df1a50de1f462005a6344fa5f3c28be9e3942fa82518b4ad2c8e986140" + "repository": "https://github.com/deneyapkart/deneyap-hareket-isik-renk-algilayici-mesafe-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Hareket_Isik_Renk_Algilayici_Mesafe_Olcer-1.0.0.zip", + "archiveFileName": "Deneyap_Hareket_Isik_Renk_Algilayici_Mesafe_Olcer-1.0.0.zip", + "size": 15131, + "checksum": "SHA-256:ac377db15521891988b59a7f5172c3878b695b4b630e21c64e2189c73e0d6e86" }, { - "name": "Adafruit DotStarMatrix", + "name": "Deneyap Hareket Isik Renk Algilayici Mesafe Olcer", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", - "category": "Display", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Gesture, Color, Proximity Sensor APDS9960", + "paragraph": "A simple and efficient library to use Deneyap Gesture, Color, Proximity Sensor APDS9960 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-hareket-isik-renk-algilayici-mesafe-olcer-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.1.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.1.zip", - "size": 24282, - "checksum": "SHA-256:359fb2dd0cf49433b2772ba2173e9428114af5f6ae34a8ef6825cb265f488df8" + "repository": "https://github.com/deneyapkart/deneyap-hareket-isik-renk-algilayici-mesafe-olcer-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Hareket_Isik_Renk_Algilayici_Mesafe_Olcer-1.0.1.zip", + "archiveFileName": "Deneyap_Hareket_Isik_Renk_Algilayici_Mesafe_Olcer-1.0.1.zip", + "size": 15667, + "checksum": "SHA-256:ce7c93983ad0db06560beb6609281fe2880e264c889867efc5b6018b2636088b" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", - "category": "Display", + "name": "Deneyap Ultraviyole Isik Algilayici", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap UV Light Sensor LTR390", + "paragraph": "A simple and efficient library to use Deneyap UV Light Sensor LTR390 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-ultraviyole-isik-algilayici-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.4.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.4.zip", - "size": 26122, - "checksum": "SHA-256:9f043d751b6d82ac8c28a3d9ec1cf4f2931f989ec679f1f19023d72890a45bb1" + "repository": "https://github.com/deneyapkart/deneyap-ultraviyole-isik-algilayici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Ultraviyole_Isik_Algilayici-1.0.0.zip", + "archiveFileName": "Deneyap_Ultraviyole_Isik_Algilayici-1.0.0.zip", + "size": 12155, + "checksum": "SHA-256:cd79ee0c99e0e4ad4eaca30c04e78efb4c409459a7df2220b63a5dd5e5cdc04d" }, { - "name": "Adafruit DotStarMatrix", - "version": "1.0.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit_GFX-compatible library for DotStar grids", - "paragraph": "Adafruit_GFX-compatible library for DotStar grids", - "website": "https://github.com/adafruit/Adafruit_DotStarMatrix", - "category": "Display", + "name": "Deneyap Ultraviyole Isik Algilayici", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap UV Light Sensor LTR390", + "paragraph": "A simple and efficient library to use Deneyap UV Light Sensor LTR390 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-ultraviyole-isik-algilayici-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DotStarMatrix.git", + "repository": "https://github.com/deneyapkart/deneyap-ultraviyole-isik-algilayici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Ultraviyole_Isik_Algilayici-1.0.1.zip", + "archiveFileName": "Deneyap_Ultraviyole_Isik_Algilayici-1.0.1.zip", + "size": 14471, + "checksum": "SHA-256:da857498e0642c160495ef74fdba3b8d23828be7490de7a4bc94ced908eab588" + }, + { + "name": "STM32duino MotionFX", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "STMicroelectronics", + "sentence": "Allows to run Sensor Fusion algorithms with ST MEMS sensors on STM32 boards", + "paragraph": "This library provides several APIs to run sensor fusion algorithms with ST MEMS sensors on STM32 boards", + "website": "https://github.com/stm32duino/MotionFX", + "category": "Sensors", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/MotionFX.git", "dependencies": [ { - "name": "Adafruit DotStar" + "name": "STM32duino LSM6DSO" }, { - "name": "Adafruit GFX Library" + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino ISM330DHCX" + }, + { + "name": "STM32duino IIS2MDC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DotStarMatrix-1.0.5.zip", - "archiveFileName": "Adafruit_DotStarMatrix-1.0.5.zip", - "size": 27372, - "checksum": "SHA-256:2b74d144371af60cf06fd1d43935c5a60cf9a9220c6f5a203194dc0c10071389" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_MotionFX-1.0.0.zip", + "archiveFileName": "STM32duino_MotionFX-1.0.0.zip", + "size": 388500, + "checksum": "SHA-256:e2c21b0ecf1e7f355f1cdfc49355a093083cea4a5bfad3359499cc03493dc9bc" }, { - "name": "WakeOnLan", - "version": "1.0.0", - "author": "a7md0", - "maintainer": "a7md0", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", + "name": "STM32duino MotionFX", + "version": "1.1.0", + "author": "STMicroelectronics", + "maintainer": "STMicroelectronics", + "sentence": "Allows to run Sensor Fusion algorithms with ST MEMS sensors on STM32 boards", + "paragraph": "This library provides several APIs to run sensor fusion algorithms with ST MEMS sensors on STM32 boards", + "website": "https://github.com/stm32duino/MotionFX", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.0.0.zip", - "archiveFileName": "WakeOnLan-1.0.0.zip", - "size": 4448, - "checksum": "SHA-256:10448487049d39b03b96d407b629463f3a4df95b325dd5939f380766bd0e76a8" + "repository": "https://github.com/stm32duino/MotionFX.git", + "dependencies": [ + { + "name": "STM32duino LSM6DSO" + }, + { + "name": "STM32duino LIS2MDL" + }, + { + "name": "STM32duino LSM6DSL" + }, + { + "name": "STM32duino LSM303AGR" + }, + { + "name": "STM32duino ISM330DHCX" + }, + { + "name": "STM32duino IIS2MDC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_MotionFX-1.1.0.zip", + "archiveFileName": "STM32duino_MotionFX-1.1.0.zip", + "size": 373310, + "checksum": "SHA-256:a2b99f8aaf0d8040b419f0eda8ae2a5d6fc04ede0ed389fc18685c87d84f0cab" }, { - "name": "WakeOnLan", - "version": "1.1.2", - "author": "a7md0", - "maintainer": "a7md0", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", + "name": "MQTT and Serial Printer", + "version": "1.0.0", + "author": "Ethan Jennings", + "maintainer": "Ethan Jennings", + "sentence": "Print/log over both serial and MQTT at the same time for debugging over both USB and wifi.", + "website": "https://github.com/ethanhjennings/MQTTSerialPrinter", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ethanhjennings/MQTTSerialPrinter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ethanhjennings/MQTT_and_Serial_Printer-1.0.0.zip", + "archiveFileName": "MQTT_and_Serial_Printer-1.0.0.zip", + "size": 6355, + "checksum": "SHA-256:8e808c5789df81228e72e79796cfec3106edd279f67e2d7ccd9a3235d6b769ee" + }, + { + "name": "MQTT and Serial Printer", + "version": "1.1.0", + "author": "Ethan Jennings", + "maintainer": "Ethan Jennings", + "sentence": "Print/log over both serial and MQTT at the same time for debugging over both USB and wifi.", + "website": "https://github.com/ethanhjennings/MQTTSerialPrinter", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.2.zip", - "archiveFileName": "WakeOnLan-1.1.2.zip", - "size": 6249, - "checksum": "SHA-256:800949b4244e933657ab729135a0d1f9592dae346845319b3b6c10377fbcc792" + "repository": "https://github.com/ethanhjennings/MQTTSerialPrinter.git", + "providesIncludes": [ + "MQTTSerialPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ethanhjennings/MQTT_and_Serial_Printer-1.1.0.zip", + "archiveFileName": "MQTT_and_Serial_Printer-1.1.0.zip", + "size": 9800, + "checksum": "SHA-256:75838d50c76372cf5bd2bd08ee611a725f8e2f7351d747264b4f84f06628f74c" }, { - "name": "WakeOnLan", - "version": "1.1.3", - "author": "a7md0", - "maintainer": "a7md0", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", + "name": "MQTT and Serial Printer", + "version": "1.1.1", + "author": "Ethan Jennings", + "maintainer": "Ethan Jennings", + "sentence": "Print/log over both serial and MQTT at the same time for debugging over both USB and wifi.", + "website": "https://github.com/ethanhjennings/MQTTSerialPrinter", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.3.zip", - "archiveFileName": "WakeOnLan-1.1.3.zip", - "size": 6740, - "checksum": "SHA-256:586f11872dd4d5e1dd8f7b7161e74b3e665cbc6699a2b14b0dab450c1d1f7e3a" + "repository": "https://github.com/ethanhjennings/MQTTSerialPrinter.git", + "providesIncludes": [ + "MQTTSerialPrinter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ethanhjennings/MQTT_and_Serial_Printer-1.1.1.zip", + "archiveFileName": "MQTT_and_Serial_Printer-1.1.1.zip", + "size": 9753, + "checksum": "SHA-256:c1ea6f03d116d8752e391c14ba77291fb593c70c1a4197c2578584ace44cf203" }, { - "name": "WakeOnLan", - "version": "1.1.4", - "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", + "name": "Deneyap Kizilotesi Alici Verici", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Infrarad Receiver Transmitter", + "paragraph": "A simple and efficient library to use Deneyap Infrarad Receiver Transmitter via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.4.zip", - "archiveFileName": "WakeOnLan-1.1.4.zip", - "size": 6817, - "checksum": "SHA-256:0ec45bd1d48e549dab013e9c9db8850a942ef2e1d530124748cc2be71db55f3b" + "repository": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Kizilotesi_Alici_Verici-1.0.0.zip", + "archiveFileName": "Deneyap_Kizilotesi_Alici_Verici-1.0.0.zip", + "size": 10651, + "checksum": "SHA-256:19e367a26b2b1da609a3e25cf5728ed4542eed06b8522ca2f012555b22fd0f30" }, { - "name": "WakeOnLan", - "version": "1.1.5", - "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", + "name": "Deneyap Kizilotesi Alici Verici", + "version": "1.0.1", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Infrarad Receiver Transmitter", + "paragraph": "A simple and efficient library to use Deneyap Infrarad Receiver Transmitter via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.5.zip", - "archiveFileName": "WakeOnLan-1.1.5.zip", - "size": 7713, - "checksum": "SHA-256:06903587f4aa4dfc1c5b5c03804e09d9cc44056d07c5126671d2931d13580642" + "repository": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Kizilotesi_Alici_Verici-1.0.1.zip", + "archiveFileName": "Deneyap_Kizilotesi_Alici_Verici-1.0.1.zip", + "size": 11412, + "checksum": "SHA-256:da582e7eebe12307a12ef5757f609420eee261540e967778eb867360493e4a76" }, { - "name": "WakeOnLan", - "version": "1.1.6", - "author": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "maintainer": "a7md0 \u003cwakeapp@a7md0.dev\u003e", - "sentence": "Generate and send Wake On Lan (WOL) packet over UDP protocol.", - "paragraph": "Prepare magic packet using string mac address. In addition, support SecureOn feature.", - "website": "https://github.com/a7md0/WakeOnLan", - "category": "Device Control", + "name": "Deneyap Kizilotesi Alici Verici", + "version": "1.0.2", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Infrarad Receiver Transmitter", + "paragraph": "A simple and efficient library to use Deneyap Infrarad Receiver Transmitter via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/a7md0/WakeOnLan.git", - "url": "https://downloads.arduino.cc/libraries/github.com/a7md0/WakeOnLan-1.1.6.zip", - "archiveFileName": "WakeOnLan-1.1.6.zip", - "size": 8245, - "checksum": "SHA-256:54dcf138580417285362511f03c34c307c7a2bf308588da33db56b4b65d45d31" + "repository": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Kizilotesi_Alici_Verici-1.0.2.zip", + "archiveFileName": "Deneyap_Kizilotesi_Alici_Verici-1.0.2.zip", + "size": 11630, + "checksum": "SHA-256:a78ae7b71e35df5d86964e302dbb21c5b7976a0c81fc97ae8be566b4489fab55" }, { - "name": "Freenove WS2812B RGBLED Controller", - "version": "0.0.2", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", - "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", - "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", - "category": "Display", + "name": "Deneyap Kizilotesi Alici Verici", + "version": "1.0.3", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Infrarad Receiver Transmitter", + "paragraph": "A simple and efficient library to use Deneyap Infrarad Receiver Transmitter via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", - "providesIncludes": [ - "Freenove_WS2812B_RGBLED_Controller.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", - "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.0.2.zip", - "size": 72052, - "checksum": "SHA-256:afa46594bae463b0f98fc656e1a0b07ec9bce5be1006f35e3da9b16b7c9e31b3" + "repository": "https://github.com/deneyapkart/deneyap-kizilotesi-alici-verici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Kizilotesi_Alici_Verici-1.0.3.zip", + "archiveFileName": "Deneyap_Kizilotesi_Alici_Verici-1.0.3.zip", + "size": 11628, + "checksum": "SHA-256:5fff1d7cdf8af5a189f8cc23bd0b03933a4aeb5249b64d5b6e965c78f35329bf" }, { - "name": "Freenove WS2812B RGBLED Controller", - "version": "0.1.0", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.", - "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", - "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", + "name": "PAX Graphics", + "version": "1.0.0", + "author": "RobotMan2412", + "maintainer": "RobotMan2412", + "sentence": "The PAX computer graphics library for ESP32.", + "paragraph": "The PAX computer graphics library for ESP32.", + "website": "https://github.com/robotman2412/pax-graphics/", "category": "Display", "architectures": [ - "AVR" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", - "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-0.1.0.zip", - "size": 9185, - "checksum": "SHA-256:0de8fffe9d561800692e441bd8ba7a56e7e9c7a47b0205700714f37e4b7955fa" + "repository": "https://github.com/robotman2412/pax-graphics.git", + "providesIncludes": [ + "pax_gfx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/robotman2412/PAX_Graphics-1.0.0.zip", + "archiveFileName": "PAX_Graphics-1.0.0.zip", + "size": 959942, + "checksum": "SHA-256:0785d65026e895d270ffd2a2cb2ffac1f81d618e1b07f19131122e8cdca1ec57" }, { - "name": "Freenove WS2812B RGBLED Controller", + "name": "STS_Servos", "version": "1.0.0", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", - "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", - "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", - "category": "Display", + "author": "Matthieu Vigne", + "maintainer": "Matthieu Vigne \u003cmatthieu.vigne@laposte.net\u003e", + "sentence": "Arduino library for Feetech's STS smart servos", + "paragraph": "The STS serie are low-cost smart servomotors, with position (360deg) and velocity mode, and position feedback.", + "website": "https://github.com/matthieuvigne/STS_servos", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", - "providesIncludes": [ - "Freenove_WS2812B_RGBLED_Controller.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", - "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.0.zip", - "size": 73308, - "checksum": "SHA-256:eae3b6d531f88ec4ac8d5719a974ae563f0c42b3e59a8a6b45f5f9031d024f91" + "repository": "https://github.com/matthieuvigne/STS_servos.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthieuvigne/STS_Servos-1.0.0.zip", + "archiveFileName": "STS_Servos-1.0.0.zip", + "size": 10644, + "checksum": "SHA-256:39b745a16ed5b97208c27c98d52f95984707c2ea18154ca6516e60d52eba87b7" }, { - "name": "Freenove WS2812B RGBLED Controller", - "version": "1.0.2", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "Arduino library for Freenove WS2812B RGBLED Controller.\u003cbr /\u003e", - "paragraph": "Arduino library for Freenove WS2812B RGBLED Controller.", - "website": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller", - "category": "Display", + "name": "STS_Servos", + "version": "1.0.1", + "author": "Matthieu Vigne", + "maintainer": "Matthieu Vigne \u003cmatthieu.vigne@laposte.net\u003e", + "sentence": "Arduino library for Feetech's STS smart servos", + "paragraph": "The STS serie are low-cost smart servomotors, with position (360deg) and velocity mode, and position feedback.", + "website": "https://github.com/matthieuvigne/STS_servos", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Freenove/Freenove_WS2812B_RGBLED_Controller.git", - "providesIncludes": [ - "Freenove_WS2812B_RGBLED_Controller.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812B_RGBLED_Controller-1.0.2.zip", - "archiveFileName": "Freenove_WS2812B_RGBLED_Controller-1.0.2.zip", - "size": 73336, - "checksum": "SHA-256:734d693b740fcda9e5afd0511be8fcca3322afa4bb4e43cbc569fd7bd267ec2d" + "repository": "https://github.com/matthieuvigne/STS_servos.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthieuvigne/STS_Servos-1.0.1.zip", + "archiveFileName": "STS_Servos-1.0.1.zip", + "size": 105202, + "checksum": "SHA-256:94479e704261e89d7ae9a3bcae95e0e52e36e5376bd46df8908a34830a156b7a" }, { - "name": "tinyproto", - "version": "0.6.4", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via any physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You don't need to think about data synchronization between points.", - "website": "ADDRESS", - "category": "Communication", + "name": "STS_Servos", + "version": "1.1.0", + "author": "Matthieu Vigne", + "maintainer": "Matthieu Vigne \u003cmatthieu.vigne@laposte.net\u003e", + "sentence": "Arduino library for Feetech's STS smart servos", + "paragraph": "The STS serie are low-cost smart servomotors, with position (360deg) and velocity mode, and position feedback.", + "website": "https://github.com/matthieuvigne/STS_servos", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.6.4.zip", - "archiveFileName": "tinyproto-0.6.4.zip", - "size": 223180, - "checksum": "SHA-256:e9840eb595b1a356e710f4166c37949a99e482e6a5e740f05d52f53428649f7a" + "repository": "https://github.com/matthieuvigne/STS_servos.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthieuvigne/STS_Servos-1.1.0.zip", + "archiveFileName": "STS_Servos-1.1.0.zip", + "size": 108822, + "checksum": "SHA-256:178e4f5ee32fdef832ede45ac790d8321a9b304e0b9e309f1866c429ac3ec968" }, { - "name": "tinyproto", - "version": "0.7.0", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via any physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", - "website": "https://github.com/lexus2k", + "name": "NDEF_MFRC522", + "version": "2.0.1", + "author": "Don Coleman \u003cdon.coleman@gmail.com\u003e", + "maintainer": "Claus Näveke \u003cgithub@naeveke.de\u003e", + "sentence": "An Arduino library for NFC Data Exchange Format (NDEF).", + "paragraph": "Read and write NDEF messages to NFC tags and peers. Supports the MFRC522 reader. This library depends on the MFRC522 library https://github.com/miguelbalboa/rfid.", + "website": "https://github.com/TheNitek/NDEF", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.7.0.zip", - "archiveFileName": "tinyproto-0.7.0.zip", - "size": 1153555, - "checksum": "SHA-256:778d263df764cc0accd1d8e4992ca36819c27d315ac323927903b157dad7f4c0" + "repository": "https://github.com/TheNitek/NDEF.git", + "providesIncludes": [ + "NfcAdapter.h" + ], + "dependencies": [ + { + "name": "MFRC522" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheNitek/NDEF_MFRC522-2.0.1.zip", + "archiveFileName": "NDEF_MFRC522-2.0.1.zip", + "size": 29328, + "checksum": "SHA-256:d60e2d299b44be17e6bcc025e19b02a6aa26a3c1f08077b9bd1c5abcbf86a6e5" }, { - "name": "tinyproto", - "version": "0.8.0", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", - "website": "https://github.com/lexus2k/tinyproto", - "category": "Communication", + "name": "simple ht16k33 library", + "version": "1.0.0", + "author": "lpaseen", + "maintainer": "Peter Sjoberg \u003cpeters-alib AT techwiz.ca\u003e", + "sentence": "Arduino library code for the htk1633 chip to do things like turn on LEDs or scan keys.", + "paragraph": "It is designed to be easy to use.", + "website": "https://github.com/lpaseen/ht16k33", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.8.0.zip", - "archiveFileName": "tinyproto-0.8.0.zip", - "size": 1541329, - "checksum": "SHA-256:f1e45776dd2d1bee1d6241078f1a554d4b24e934f817e6b7c52286cad5db1232" + "repository": "https://github.com/lpaseen/ht16k33.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lpaseen/simple_ht16k33_library-1.0.0.zip", + "archiveFileName": "simple_ht16k33_library-1.0.0.zip", + "size": 28491, + "checksum": "SHA-256:edb3722c62a8ccaec595d89d2ff9e64b196753b413af502c9a5ae2753dd9e121" }, { - "name": "tinyproto", - "version": "0.9.2", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", - "website": "https://github.com/lexus2k/tinyproto", - "category": "Communication", + "name": "simple ht16k33 library", + "version": "1.0.1", + "author": "lpaseen", + "maintainer": "Peter Sjoberg \u003cpeters-alib AT techwiz.ca\u003e", + "sentence": "Arduino library code for the htk1633 chip to do things like turn on LEDs or scan keys.", + "paragraph": "It is designed to be easy to use.", + "website": "https://github.com/lpaseen/ht16k33", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.9.2.zip", - "archiveFileName": "tinyproto-0.9.2.zip", - "size": 1474145, - "checksum": "SHA-256:0b210a0149310cb4d3911249599f3829e2da96a48c6103a4403bdd4f4d84aff9" + "repository": "https://github.com/lpaseen/ht16k33.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lpaseen/simple_ht16k33_library-1.0.1.zip", + "archiveFileName": "simple_ht16k33_library-1.0.1.zip", + "size": 28490, + "checksum": "SHA-256:ff77298039552b6bca5ca67660d217363ffb959128b104fef3989552f61a5204" }, { - "name": "tinyproto", - "version": "0.9.3", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", - "website": "https://github.com/lexus2k/tinyproto", - "category": "Communication", + "name": "Cat GFX Thermal Printer Library", + "version": "0.0.1", + "author": "Claus Naeveke", + "maintainer": "Claus Naeveke \u003cclaus+catgfx@naeveke.de\u003e", + "sentence": "Adafruit GFX compatible arduino library for using cat thermal printers with the ESP32", + "paragraph": "=Adafruit GFX compatible arduino library for using cat themed BLE thermal printers with the ESP32.", + "website": "https://github.com/TheNitek/CatGFX", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheNitek/CatGFX.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheNitek/Cat_GFX_Thermal_Printer_Library-0.0.1.zip", + "archiveFileName": "Cat_GFX_Thermal_Printer_Library-0.0.1.zip", + "size": 340673, + "checksum": "SHA-256:8bdb5b4e59a985a898374ce2d41108c92884a4541042d4d133467f21eacd8ff9" + }, + { + "name": "smooth", + "version": "0.1.0", + "author": "Salah Bouhoun", + "maintainer": "Salah Bouhoun", + "sentence": "Anlaog input smoother", + "paragraph": "smooth tries to give a smoother version of an analog input curve by using the mean of a number of measurements.", + "website": "https://github.com/sbouhoun/smoother", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.9.3.zip", - "archiveFileName": "tinyproto-0.9.3.zip", - "size": 1621323, - "checksum": "SHA-256:f22fa747ce6e84922bc721e89f100f31afa4a2598f8760768f540f3e9188db46" + "repository": "https://github.com/sbouhoun/smoother.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sbouhoun/smooth-0.1.0.zip", + "archiveFileName": "smooth-0.1.0.zip", + "size": 3485, + "checksum": "SHA-256:86c46ed50fd001c3744a54a1f04b40a8978c7a62dae81712633c8af2b3df1bae" }, { - "name": "tinyproto", - "version": "0.10.1", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", - "website": "https://github.com/lexus2k/tinyproto", - "category": "Communication", + "name": "smooth", + "version": "0.1.1", + "author": "Salah Bouhoun", + "maintainer": "Salah Bouhoun", + "sentence": "Anlaog input smoother", + "paragraph": "smooth tries to give a smoother version of an analog input curve by using the mean of a number of measurements.", + "website": "https://github.com/sbouhoun/smoother", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.10.1.zip", - "archiveFileName": "tinyproto-0.10.1.zip", - "size": 1668200, - "checksum": "SHA-256:26b508d3878a242972b453cd46856992d99525fd16dabd5cd7b10c8ab930c05b" + "repository": "https://github.com/sbouhoun/smoother.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sbouhoun/smooth-0.1.1.zip", + "archiveFileName": "smooth-0.1.1.zip", + "size": 3483, + "checksum": "SHA-256:795ae3a8b24d2e7810bfaec03447b2d15182ff71c411a8f4f352408bf634e016" }, { - "name": "tinyproto", - "version": "0.11.0", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Allows to communicate other boards/PC via physical connection.", - "paragraph": "Using this library you can easy communicate your Arduino with applications on PC and other boards. You do not need to think about data synchronization between points.", - "website": "https://github.com/lexus2k/tinyproto", + "name": "electricui-embedded", + "version": "0.8.0", + "author": "Electric UI \u003csupport@electricui.com\u003e", + "maintainer": "Scott Rapson \u003cscott@electricui.com\u003e", + "license": "MIT", + "sentence": "Connect your microcontroller to a high performance user interface, run entirely locally and under your control.", + "paragraph": "C library for use with embedded platforms. Includes binary serialisation protocol, basic examples, and full projects.", + "website": "https://electricui.com", "category": "Communication", "architectures": [ "*" @@ -270843,41 +723363,47 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyproto.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyproto-0.11.0.zip", - "archiveFileName": "tinyproto-0.11.0.zip", - "size": 1634523, - "checksum": "SHA-256:45065a752e2dd5ff064c96a99908c9b421b2a2d12100d7e256405c09c3bb41cf" + "repository": "https://github.com/electricui/electricui-embedded.git", + "providesIncludes": [ + "electricui.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/electricui/electricui_embedded-0.8.0.zip", + "archiveFileName": "electricui_embedded-0.8.0.zip", + "size": 124059, + "checksum": "SHA-256:5f7d525954e6e9832d3b31e08a5f6f0273fde4dec810a6d403979035f21a5c40" }, { - "name": "LILCMU GoGoBoard Library", + "name": "Bolder Flight Systems Ainstein USD1", "version": "1.0.0", - "author": "thapakorn613", - "maintainer": "Learning Inventions Laboratory,CMU \u003cthapakorn613@gmail.com\u003e", - "sentence": "Library for GoGoBoard", - "paragraph": "C++ library", - "website": "https://gogoboard.org/ , https://github.com/thapakorn613/GoGoBoard-Library.git", - "category": "Uncategorized", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Ainstein US-D1 RADAR altimeter.", + "paragraph": "This library supports UART communications with the Ainstein US-D1 RADAR altimeter.", + "website": "https://github.com/bolderflight/ainstein-usd1", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thapakorn613/GoGoBoard-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thapakorn613/LILCMU_GoGoBoard_Library-1.0.0.zip", - "archiveFileName": "LILCMU_GoGoBoard_Library-1.0.0.zip", - "size": 4641, - "checksum": "SHA-256:9deb11b8deca98dc7b589b41146698272aad96d33ee42962e6bf39ef58c5c668" + "repository": "https://github.com/bolderflight/ainstein-usd1.git", + "providesIncludes": [ + "ainstein_usd1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Ainstein_USD1-1.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Ainstein_USD1-1.0.0.zip", + "size": 361267, + "checksum": "SHA-256:d195fa7513c894e672dbb672902852cbc6a3cac08bc9a4d49848b23c88f1a689" }, { - "name": "SparkFun MCP9600 Thermocouple Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", - "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is a integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", - "website": "https://www.sparkfun.com/products/15508", + "name": "Bolder Flight Systems Ainstein USD1", + "version": "1.1.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Ainstein US-D1 RADAR altimeter.", + "paragraph": "This library supports UART communications with the Ainstein US-D1 RADAR altimeter.", + "website": "https://github.com/bolderflight/ainstein-usd1", "category": "Sensors", "architectures": [ "*" @@ -270885,20 +723411,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", - "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.1.zip", - "size": 22831, - "checksum": "SHA-256:e5b1b70bf3b17e65f0a7952908b7f147a0a95d229b763a77e8d054da166ec6c0" + "repository": "https://github.com/bolderflight/ainstein-usd1.git", + "providesIncludes": [ + "ainstein_usd1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Ainstein_USD1-1.1.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Ainstein_USD1-1.1.0.zip", + "size": 361263, + "checksum": "SHA-256:09ea707affbac4a73fca3a38ef7c84dbc39f008c9aa37b0b4c0f20aba51ec6ab" }, { - "name": "SparkFun MCP9600 Thermocouple Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", - "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", - "website": "https://www.sparkfun.com/products/15508", + "name": "Bolder Flight Systems Ainstein USD1", + "version": "1.1.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Ainstein US-D1 RADAR altimeter.", + "paragraph": "This library supports UART communications with the Ainstein US-D1 RADAR altimeter.", + "website": "https://github.com/bolderflight/ainstein-usd1", "category": "Sensors", "architectures": [ "*" @@ -270906,20 +723435,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.2.zip", - "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.2.zip", - "size": 23442, - "checksum": "SHA-256:0cf190fc9b77c5a8d7f6abdd3e6e47ced0f7c842c11aaebc0b928f3fc61988bc" + "repository": "https://github.com/bolderflight/ainstein-usd1.git", + "providesIncludes": [ + "ainstein_usd1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Ainstein_USD1-1.1.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Ainstein_USD1-1.1.1.zip", + "size": 361281, + "checksum": "SHA-256:f18cec70cc7eb0fbd9ab2b3b8ff08a1c58f38f6965910b7b386695558d0a45a7" }, { - "name": "SparkFun MCP9600 Thermocouple Library", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", - "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", - "website": "https://www.sparkfun.com/products/16294", + "name": "Bolder Flight Systems Ainstein USD1", + "version": "1.1.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Ainstein US-D1 RADAR altimeter.", + "paragraph": "This library supports UART communications with the Ainstein US-D1 RADAR altimeter.", + "website": "https://github.com/bolderflight/ainstein-usd1", "category": "Sensors", "architectures": [ "*" @@ -270927,20 +723459,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.3.zip", - "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.3.zip", - "size": 23914, - "checksum": "SHA-256:758b9817068ee9f9dae2209ce0e6528030b90459b9d6cba4ed7e55207f21d3bb" + "repository": "https://github.com/bolderflight/ainstein-usd1.git", + "providesIncludes": [ + "ainstein_usd1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Ainstein_USD1-1.1.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Ainstein_USD1-1.1.2.zip", + "size": 361294, + "checksum": "SHA-256:1e003470b9c8256f34c353e9667436580f256bcb22f5dc75b58d68867561a9f5" }, { - "name": "SparkFun MCP9600 Thermocouple Library", - "version": "1.0.4", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Driver for Microchip's MCP9600 Thermocouple Amplifier.", - "paragraph": "The \u003ca href=\"https://www.microchip.com/wwwproducts/en/MCP9600\"\u003eMCP9600\u003c/a\u003e is an integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.", - "website": "https://www.sparkfun.com/products/16294", + "name": "Bolder Flight Systems Ainstein USD1", + "version": "1.1.3", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Ainstein US-D1 RADAR altimeter.", + "paragraph": "This library supports UART communications with the Ainstein US-D1 RADAR altimeter.", + "website": "https://github.com/bolderflight/ainstein-usd1", "category": "Sensors", "architectures": [ "*" @@ -270948,1303 +723483,2809 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MCP9600_Thermocouple_Library-1.0.4.zip", - "archiveFileName": "SparkFun_MCP9600_Thermocouple_Library-1.0.4.zip", - "size": 24326, - "checksum": "SHA-256:e09cba5792aa41153622d97190e9f41db2400105574905332a15868379612358" + "repository": "https://github.com/bolderflight/ainstein-usd1.git", + "providesIncludes": [ + "ainstein_usd1.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Ainstein_USD1-1.1.3.zip", + "archiveFileName": "Bolder_Flight_Systems_Ainstein_USD1-1.1.3.zip", + "size": 361301, + "checksum": "SHA-256:c50c2ede1998a2414f94594ac7bba244eff567be8a20c92d2586b0393cf6f04e" }, { - "name": "Omron D6F-PH Arduino Library", - "version": "1.0.0", - "author": "Bitixel \u003cinfo@bitixel.com\u003e", - "maintainer": "Bitixel \u003cinfo@bitixel.com\u003e", - "sentence": "Library for I2C Communication with Omron D6F-PH Differential Pressure Sensor", - "paragraph": "An Arduino Library to enable I2C communication with \u003ca href=\"https://www.mouser.com/new/omronelectronics/Omron-D6F-PH/\"\u003eOmron D6F-PH\u003c/a\u003e Differential Pressure Sensor. Useful for interfacing to the Omron D6F-PH0505AD3, the Omron D6F-PH0025AD1 and the Omron D6F-PH5050AD3.", - "website": "https://github.com/bitixel/Omron_D6FPH", - "category": "Sensors", + "name": "M5Family", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitixel/Omron_D6FPH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bitixel/Omron_D6F_PH_Arduino_Library-1.0.0.zip", - "archiveFileName": "Omron_D6F_PH_Arduino_Library-1.0.0.zip", - "size": 15679, - "checksum": "SHA-256:ee9aa876f00508e84f05a61aacb3d220d3d1a125d3463be0de6bd348bd13b2f7" + "repository": "https://github.com/m5stack/M5Family.git", + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "MODULE_4RELAY" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5GFX" + }, + { + "name": "UNIT_ENV" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_BMM150" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "UNIT_MQTT" + }, + { + "name": "UNIT_PoESP32" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "M5_BH1750FVI" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.1.zip", + "archiveFileName": "M5Family-0.0.1.zip", + "size": 2762, + "checksum": "SHA-256:319768c8d9fe7d618636e2d8ac58be46b7a3fd64260fd088d45fbb47fc07339f" }, { - "name": "Hall-Switch", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "M5Family", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/hall-switch.git", + "repository": "https://github.com/m5stack/M5Family.git", "providesIncludes": [ - "hall-switch-ino.h" + "M5Family.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.0.zip", - "archiveFileName": "Hall_Switch-1.0.0.zip", - "size": 9409147, - "checksum": "SHA-256:b0dca85da3f9fe29daa0aa00d4b7fc73f9f9e1109c54cd7182586ea64919d0d4" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "MODULE_4RELAY" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5GFX" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_ADS1100" + }, + { + "name": "M5_ADS1115" + }, + { + "name": "M5_BMM150" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "UNIT_MQTT" + }, + { + "name": "UNIT_PoESP32" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "M5_BH1750FVI" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.2.zip", + "archiveFileName": "M5Family-0.0.2.zip", + "size": 2777, + "checksum": "SHA-256:c73c9383aa746bd61972c4f699950292abde2a9c3fc97fc73b06ce8a73824d46" }, { - "name": "Hall-Switch", - "version": "1.0.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "M5Family", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/hall-switch.git", + "repository": "https://github.com/m5stack/M5Family.git", "providesIncludes": [ - "hall-switch-ino.h" + "M5Family.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.0.1.zip", - "archiveFileName": "Hall_Switch-1.0.1.zip", - "size": 9409307, - "checksum": "SHA-256:5524b3cb0a87dfc9ef8949a7887e34d0b0a2aed2291e0f95af9ffbb09b0b9a14" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5Hat-8Servos" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "MODULE_4RELAY" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5GFX" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_BMM150" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.3.zip", + "archiveFileName": "M5Family-0.0.3.zip", + "size": 2814, + "checksum": "SHA-256:76feaf7f2039dc21a25e45edae1bf87934f87138d31bbe65c68b4c781b5d05f0" }, { - "name": "Hall-Switch", - "version": "1.1.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "M5Family", + "version": "0.0.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/hall-switch.git", + "repository": "https://github.com/m5stack/M5Family.git", "providesIncludes": [ - "hall-switch-ino.h" + "M5Family.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.1.0.zip", - "archiveFileName": "Hall_Switch-1.1.0.zip", - "size": 9413637, - "checksum": "SHA-256:a699661aee7144dc4f3af4af90c885637e1510acef090233d6b68d2ee61893de" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5Hat-8Servos" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "MODULE_4RELAY" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5GFX" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_BMM150" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.4.zip", + "archiveFileName": "M5Family-0.0.4.zip", + "size": 2821, + "checksum": "SHA-256:9f1c6030304cb6a76d27c4b9ae80ffdc7839ab563a914645f395e923edac776c" }, { - "name": "Hall-Switch", - "version": "1.1.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "M5Family", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/hall-switch.git", + "repository": "https://github.com/m5stack/M5Family.git", "providesIncludes": [ - "hall-switch-ino.h" + "M5Family.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-1.1.1.zip", - "archiveFileName": "Hall_Switch-1.1.1.zip", - "size": 9413688, - "checksum": "SHA-256:e2ba05236ff663c2e1fa00a5219b35be4a28472fd76886639e74da6080024b8a" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-4RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5Hat-8Servos" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "MODULE_4RELAY" + }, + { + "name": "MODULE_GRBL13.2" + }, + { + "name": "M5GFX" + }, + { + "name": "UNIT_4RELAY" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5_BMM150" + }, + { + "name": "M5_FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "UNIT_SONIC" + }, + { + "name": "PoE_CAM" + }, + { + "name": "M5_RoverC" + }, + { + "name": "UNIT_UHF_RFID" + }, + { + "name": "M5_JoyC" + }, + { + "name": "ATOM_DTU_CAT1" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "FFT" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "ArduinoJson" + }, + { + "name": "PubSubClient" + }, + { + "name": "TinyGSM" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.5.zip", + "archiveFileName": "M5Family-0.0.5.zip", + "size": 2824, + "checksum": "SHA-256:fd0134aa8778bf401662c24da6ee02032eb85913694755457876d86bb3810bc6" }, { - "name": "Hall-Switch", - "version": "2.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "M5Family", + "version": "0.0.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/hall-switch.git", + "repository": "https://github.com/m5stack/M5Family.git", "providesIncludes": [ - "hall-switch-ino.hpp" + "M5Family.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-2.0.0.zip", - "archiveFileName": "Hall_Switch-2.0.0.zip", - "size": 41214, - "checksum": "SHA-256:ccb48a6074d56a7233105618cf2e80ac21ce7b7d820418655f5dfb34a4cc1c4d" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-4RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5GFX" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5_BM8563" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.6.zip", + "archiveFileName": "M5Family-0.0.6.zip", + "size": 2731, + "checksum": "SHA-256:113145b1d63f8e00b668ec42479367d56716d5e6fbb620efb659617a66ac8e96" }, { - "name": "Hall-Switch", - "version": "2.1.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an interface to interact with the Hall effect sensor switch family", - "paragraph": "C++ library of Infineon single Hall-effect switch family for magnetic sensing applications", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-sensors/magnetic-position-sensors/hall-switches/", - "category": "Sensors", + "name": "M5Family", + "version": "0.0.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/hall-switch.git", + "repository": "https://github.com/m5stack/M5Family.git", "providesIncludes": [ - "hall-switch-ino.hpp" + "M5Family.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/Hall_Switch-2.1.0.zip", - "archiveFileName": "Hall_Switch-2.1.0.zip", - "size": 50075, - "checksum": "SHA-256:257339672c8a30e4ebed5597e1eeb1b7eaf373ead0901767eec9414936172ac3" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-4RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5GFX" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.7.zip", + "archiveFileName": "M5Family-0.0.7.zip", + "size": 2727, + "checksum": "SHA-256:82f8e7a10e64ebcf5dcca6e587ea8bde337d31e2804f7d0cf247da3e71d18d79" }, { - "name": "Step_CYC10_Seven_Seg_Display", - "version": "1.0.5", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Library for the 7-segment display on Step CYC10 FPGA board", - "paragraph": "Use this library to control the 7-segment display on Step CYC10 FPGA board", - "website": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display", - "category": "Signal Input/Output", + "name": "M5Family", + "version": "0.0.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "Reindeer" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PulseRain/Step_CYC10_Seven_Seg_Display.git", + "repository": "https://github.com/m5stack/M5Family.git", "providesIncludes": [ - "Step_CYC10_Seven_Seg_Display.h" + "M5Family.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/Step_CYC10_Seven_Seg_Display-1.0.5.zip", - "archiveFileName": "Step_CYC10_Seven_Seg_Display-1.0.5.zip", - "size": 7344, - "checksum": "SHA-256:d8ddc987a98366cf1f3923a63aebfada6f49982126dc75eeba253d9e65a3916c" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5GFX" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.8.zip", + "archiveFileName": "M5Family-0.0.8.zip", + "size": 2727, + "checksum": "SHA-256:9110e8e8e46d2af3d379087182e77923ea9bedcabc02ffb90649a2b2664284a1" }, { - "name": "TEE UC20 Shield", - "version": "1.0.0", - "author": "support_team \u003csupport@thaieasyelec.com\u003e", - "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", - "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", - "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", - "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", - "category": "Communication", + "name": "M5Family", + "version": "0.0.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.0.zip", - "archiveFileName": "TEE_UC20_Shield-1.0.0.zip", - "size": 62852, - "checksum": "SHA-256:bab1c72c3ea9524bf1de545a3e557727a4cca2ac9c503b1606c5a91308c3a771" - }, - { - "name": "TEE UC20 Shield", - "version": "1.0.1", - "author": "support_team \u003csupport@thaieasyelec.com\u003e", - "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", - "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", - "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", - "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", - "category": "Communication", - "architectures": [ - "avr" + "repository": "https://github.com/m5stack/M5Family.git", + "providesIncludes": [ + "M5Family.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5GFX" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "PubSubClient" + }, + { + "name": "M5Unified" + }, + { + "name": "ESP32CAN" + }, + { + "name": "arduinoFFT" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266Audio" + } ], - "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.1.zip", - "archiveFileName": "TEE_UC20_Shield-1.0.1.zip", - "size": 62883, - "checksum": "SHA-256:6cd98dd6899372155b98319e60db3f8e757b3a80d1f410bf1f26ea272baaf616" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.0.9.zip", + "archiveFileName": "M5Family-0.0.9.zip", + "size": 3775, + "checksum": "SHA-256:4805c6d254f7128ff082f3c0893cc65f406248f4ef782d5e07dfdd82b958f24a" }, { - "name": "TEE UC20 Shield", - "version": "1.0.3", - "author": "support_team \u003csupport@thaieasyelec.com\u003e", - "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", - "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", - "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", - "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", - "category": "Communication", + "name": "M5Family", + "version": "0.1.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.3.zip", - "archiveFileName": "TEE_UC20_Shield-1.0.3.zip", - "size": 62943, - "checksum": "SHA-256:35de02c047f4d626a60f2f08492e0ff7e7e7ceebf103a4dd9e2bac84bbae47f3" - }, - { - "name": "TEE UC20 Shield", - "version": "1.0.4", - "author": "support_team \u003csupport@thaieasyelec.com\u003e", - "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", - "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", - "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", - "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", - "category": "Communication", - "architectures": [ - "avr" + "repository": "https://github.com/m5stack/M5Family.git", + "providesIncludes": [ + "M5Family.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5GFX" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "PubSubClient" + }, + { + "name": "M5Unified" + }, + { + "name": "arduinoFFT" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266Audio" + } ], - "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.4.zip", - "archiveFileName": "TEE_UC20_Shield-1.0.4.zip", - "size": 63301, - "checksum": "SHA-256:39811a1819d6c496eca70aceb06f291d118b41be91f4277c208c1b649521911f" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.1.0.zip", + "archiveFileName": "M5Family-0.1.0.zip", + "size": 3748, + "checksum": "SHA-256:fa09e9611fe65e8b442c70b02cf554d30fec921e6064574c425800c74f2a8363" }, { - "name": "TEE UC20 Shield", - "version": "1.0.5", - "author": "support_team \u003csupport@thaieasyelec.com\u003e", - "maintainer": "Thaieasyelec \u003cwww.thaieasyelec.com\u003e", - "sentence": "Library for Quectel UC20 3G Shield and Quectel UC15 3G Module for Arduino Board.", - "paragraph": "ThaiEasyElec 3G Shield (UC20-G) and UC15 3G Module", - "website": "https://www.thaieasyelec.com/3g-shield-uc20-g.html", - "category": "Communication", + "name": "M5Family", + "version": "0.1.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ThaiEasyElec/TEE_UC20_Shield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ThaiEasyElec/TEE_UC20_Shield-1.0.5.zip", - "archiveFileName": "TEE_UC20_Shield-1.0.5.zip", - "size": 3053456, - "checksum": "SHA-256:605ffef658cc3a62f9c06360849a2da7831084edcd049ad975bd0baeab0e7879" - }, - { - "name": "SdFat - Adafruit Fork", - "version": "1.2.1", - "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", - "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", - "license": "MIT", - "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", - "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", - "website": "https://github.com/adafruit/SdFat", - "category": "Data Storage", - "architectures": [ - "*" + "repository": "https://github.com/m5stack/M5Family.git", + "providesIncludes": [ + "M5Family.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5GFX" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "PubSubClient" + }, + { + "name": "M5Unified" + }, + { + "name": "arduinoFFT" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266Audio" + }, + { + "name": "U8g2" + }, + { + "name": "LoRa" + }, + { + "name": "DFRobot_PAJ7620U2" + }, + { + "name": "M5-Ethernet" + }, + { + "name": "VL53L0X" + } ], - "repository": "https://github.com/adafruit/SdFat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.1.zip", - "archiveFileName": "SdFat___Adafruit_Fork-1.2.1.zip", - "size": 3832109, - "checksum": "SHA-256:0d417f98be71cc1bbad2c274b756b17ee3c92c67a3c62cdcdd4d8f4254dca435" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.1.1.zip", + "archiveFileName": "M5Family-0.1.1.zip", + "size": 3960, + "checksum": "SHA-256:e20d447847a5d6a763d05efdc22b0c6173c87e8f0f3f2cf9fb6f6a6564d0b855" }, { - "name": "SdFat - Adafruit Fork", - "version": "1.2.3", - "author": "Bill Greiman \u003cfat16lib@sbcglobal.net\u003e", - "maintainer": "Adafruit \u003csupport@adafruit.com\u003e", - "license": "MIT", - "sentence": "FAT16/FAT32 file system for SD cards and QSPI Flash.", - "paragraph": "FAT16/FAT32 file system for SD cards and QSPI Flash.", - "website": "https://github.com/adafruit/SdFat", - "category": "Data Storage", + "name": "M5Family", + "version": "0.1.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Convergence of the relevant dependencies used in M5 products.", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Family", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/SdFat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/SdFat___Adafruit_Fork-1.2.3.zip", - "archiveFileName": "SdFat___Adafruit_Fork-1.2.3.zip", - "size": 3832091, - "checksum": "SHA-256:6602891349633bbde517367d27d5a734adb1f365586c33a5ca66a68fc3277de7" - }, - { - "name": "SparkFun Ambient Light Sensor Arduino Library", - "version": "1.0.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", - "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", - "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", - "category": "Sensors", - "architectures": [ - "*" + "repository": "https://github.com/m5stack/M5Family.git", + "providesIncludes": [ + "M5Family.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "M5Unit-EXTIO2" + }, + { + "name": "M5Unit-Sonic" + }, + { + "name": "M5Unit-RELAY" + }, + { + "name": "M5Unit-ENV" + }, + { + "name": "M5Unit-ACSSR" + }, + { + "name": "M5Unit-KMeter" + }, + { + "name": "M5Unit-Encoder" + }, + { + "name": "M5Unit-MQTT" + }, + { + "name": "M5Unit-DDS" + }, + { + "name": "M5Unit-UHF-RFID" + }, + { + "name": "M5Unit-PoESP32" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-DLight" + }, + { + "name": "M5-RoverC" + }, + { + "name": "M5-ADS1115" + }, + { + "name": "M5-ADS1100" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5GFX" + }, + { + "name": "ADXL345" + }, + { + "name": "FastLED" + }, + { + "name": "M5Unit-RTC" + }, + { + "name": "M5-FPC1020A" + }, + { + "name": "M5_EzData" + }, + { + "name": "Adafruit MCP4725" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "MAX30100lib" + }, + { + "name": "MFRC522_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "PCA9554" + }, + { + "name": "TinyGPSPlus-ESP32" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "TFTTerminal" + }, + { + "name": "ClosedCube TCA9548A" + }, + { + "name": "PubSubClient" + }, + { + "name": "M5Unified" + }, + { + "name": "arduinoFFT" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Blynk" + }, + { + "name": "ESP8266Audio" + }, + { + "name": "U8g2" + }, + { + "name": "LoRa" + }, + { + "name": "DFRobot_PAJ7620U2" + }, + { + "name": "M5-Ethernet" + }, + { + "name": "VL53L0X" + }, + { + "name": "SparkFun MAX3010x Pulse and Proximity Sensor Library" + }, + { + "name": "TinyGPSPlus" + }, + { + "name": "USB Host Shield Library 2.0" + }, + { + "name": "mcp_can" + }, + { + "name": "ArduinoECCX08" + }, + { + "name": "TinyGSM" + }, + { + "name": "UNIT_GLASS" + } ], - "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.0.zip", - "size": 18877, - "checksum": "SHA-256:fc1a7ca2a0ede7a26f16d4d2f05a527ca0936c3c5d019a9c4a2bc745afa853c3" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Family-0.1.2.zip", + "archiveFileName": "M5Family-0.1.2.zip", + "size": 4232, + "checksum": "SHA-256:249868fd6d3a4fffd664293c80a8d096e1d0053be29f73a415a8b9862569fbf2" }, { - "name": "SparkFun Ambient Light Sensor Arduino Library", - "version": "1.0.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", - "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", - "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", - "category": "Sensors", + "name": "M5Unit-ENV", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/UNIT_ENV", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.1.zip", - "size": 18886, - "checksum": "SHA-256:7f710fc9e3d14fe58a0c6c529aa5af81d93b262d5d297085433bb3233d44f024" - }, - { - "name": "SparkFun Ambient Light Sensor Arduino Library", - "version": "1.0.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", - "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", - "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", - "category": "Sensors", - "architectures": [ - "*" + "repository": "https://github.com/m5stack/M5Unit-ENV.git", + "providesIncludes": [ + "M5_ENV.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + } ], - "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.2.zip", - "size": 18892, - "checksum": "SHA-256:468a50baf29daba20e13ddc8c665818f069e59debd76301bf25fab74c271d274" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ENV-0.0.3.zip", + "archiveFileName": "M5Unit_ENV-0.0.3.zip", + "size": 12960, + "checksum": "SHA-256:d1be0d8c17259759e8b0875703ed2e5fb14b16db77b3d3cecd415100009a766d" }, { - "name": "SparkFun Ambient Light Sensor Arduino Library", - "version": "1.0.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun Ambient Light Sensor-VEML6030", - "paragraph": "The [SparkFun Ambient Light Sensor](https://www.sparkfun.com/products/15436) VEML6030 (Qwiic) is a high sensitivity and high accuracy I2C enabled ambient light sensor. The sensor is able to read light from zero to 120,000 Lux. The Ambient Light Sensor library gives access to the full features of the ambient light sensor including: reading light in lux, setting low and high interrupt thresholds, and power save modes. It also provides example code that demonstrates their use!", - "website": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library", - "category": "Sensors", + "name": "M5Unit-ENV", + "version": "0.0.4", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on https://docs.m5stack.com/en/unit/envIII", + "website": "https://github.com/m5stack/M5Unit-ENV", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.3.zip", - "archiveFileName": "SparkFun_Ambient_Light_Sensor_Arduino_Library-1.0.3.zip", - "size": 18887, - "checksum": "SHA-256:89214dcc1bc5807e5b24285a7df64b26180bd7ca8672c50db0845cf920ef1113" + "repository": "https://github.com/m5stack/M5Unit-ENV.git", + "providesIncludes": [ + "M5_ENV.h" + ], + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ENV-0.0.4.zip", + "archiveFileName": "M5Unit_ENV-0.0.4.zip", + "size": 15952, + "checksum": "SHA-256:fd5cf0dabf46b4afaa525d93080a29b34a1ee54cb9586f9a01c5c028572c276b" }, { - "name": "Senses_wifi_esp32", - "version": "0.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "M5Unit-ENV", + "version": "0.0.5", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on https://docs.m5stack.com/en/unit/envIII", + "website": "https://github.com/m5stack/M5Unit-ENV", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-ENV.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_ENV.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.0.zip", - "archiveFileName": "Senses_wifi_esp32-0.1.0.zip", - "size": 4297, - "checksum": "SHA-256:17be713a0c56fcb1c00cf3b0873ab34f7d241f360b2aa2b4654bf1710ca55260" + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ENV-0.0.5.zip", + "archiveFileName": "M5Unit_ENV-0.0.5.zip", + "size": 33533, + "checksum": "SHA-256:0008cbfa7228665beff9c414814989bfa7b593c9c7b6261de6d277d17c02b3c2" }, { - "name": "Senses_wifi_esp32", - "version": "0.1.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "M5Unit-ENV", + "version": "0.0.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on https://docs.m5stack.com/en/unit/envIII", + "website": "https://github.com/m5stack/M5Unit-ENV", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-ENV.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_ENV.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.1.zip", - "archiveFileName": "Senses_wifi_esp32-0.1.1.zip", - "size": 5199, - "checksum": "SHA-256:b50c62ce68f4f56fd71bf9d56792b5d8b72457ffc6182fc1132179154626812c" + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ENV-0.0.6.zip", + "archiveFileName": "M5Unit_ENV-0.0.6.zip", + "size": 39289, + "checksum": "SHA-256:56db5cc9ad1c2561919eaa8e74841fb2d49e51ebb081e4ad12d853809fa2129b" }, { - "name": "Senses_wifi_esp32", - "version": "0.1.2", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "M5Unit-ENV", + "version": "0.0.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on https://docs.m5stack.com/en/unit/envIII", + "website": "https://github.com/m5stack/M5Unit-ENV", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-ENV.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_ENV.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.1.2.zip", - "archiveFileName": "Senses_wifi_esp32-0.1.2.zip", - "size": 6245, - "checksum": "SHA-256:a2bb459ae26e5e4f8cf1581cd645a9908e6c25c25cf8fbd391f378eefa026499" + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ENV-0.0.7.zip", + "archiveFileName": "M5Unit_ENV-0.0.7.zip", + "size": 78707, + "checksum": "SHA-256:09de646ec3695529c29b3ef2a932a2f57abae503f4b7a6da6172865219542db1" }, { - "name": "Senses_wifi_esp32", - "version": "0.2.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "M5Unit-ENV", + "version": "0.0.8", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on https://docs.m5stack.com/en/unit/envIII", + "website": "https://github.com/m5stack/M5Unit-ENV", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-ENV.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_ENV.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.2.0.zip", - "archiveFileName": "Senses_wifi_esp32-0.2.0.zip", - "size": 6246, - "checksum": "SHA-256:fc55f5cfd2e12011cf3d7edd9d17ad111310814e585c5e4ca6cf6b8e65d0e4e8" + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Sensirion I2C SHT4x" + }, + { + "name": "BME68x Sensor library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ENV-0.0.8.zip", + "archiveFileName": "M5Unit_ENV-0.0.8.zip", + "size": 84343, + "checksum": "SHA-256:34b6f86e4040617699b189f08fc24abd1e801b15854bfcbecf95d035684bb9d4" }, { - "name": "Senses_wifi_esp32", - "version": "0.3.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://senses.logisenses.com/", - "category": "Communication", + "name": "M5Unit-ENV", + "version": "0.0.9", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ENV", + "paragraph": "See more on https://docs.m5stack.com/en/unit/envIII", + "website": "https://github.com/m5stack/M5Unit-ENV", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-ENV.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_ENV.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.0.zip", - "archiveFileName": "Senses_wifi_esp32-0.3.0.zip", - "size": 6260, - "checksum": "SHA-256:ac1756576e38f28f15f964deb909a0dec4f7bbe8a9c1eb2c1b5c3625c7e27c2b" + "dependencies": [ + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Sensirion I2C SHT4x" + }, + { + "name": "BME68x Sensor library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ENV-0.0.9.zip", + "archiveFileName": "M5Unit_ENV-0.0.9.zip", + "size": 84328, + "checksum": "SHA-256:fa1298ae684d8430b4b1c9e26581c70de1d6da7a02ec81c6860f1a32a7ecb6c1" }, { - "name": "Senses_wifi_esp32", - "version": "0.3.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "M5Unit-KMeter", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT KMeter", + "paragraph": "See more on https://docs.m5stack.com/en/unit/kmeter", + "website": "https://github.com/m5stack/M5Unit-KMeter", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-KMeter.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_KMeter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-0.3.1.zip", - "archiveFileName": "Senses_wifi_esp32-0.3.1.zip", - "size": 6261, - "checksum": "SHA-256:7df105c4b3d0170a567358ddc660caac39e93b946be4cbabf2d8572bf33210cb" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_KMeter-0.0.1.zip", + "archiveFileName": "M5Unit_KMeter-0.0.1.zip", + "size": 7534, + "checksum": "SHA-256:ffd3c688501a1851bfb30e4b15173ab342bc624aba7203740050d65ca22f9c47" }, { - "name": "Senses_wifi_esp32", - "version": "1.0.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "M5Unit-KMeter", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT KMeter", + "paragraph": "See more on https://docs.m5stack.com/en/unit/kmeter", + "website": "https://github.com/m5stack/M5Unit-KMeter", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-KMeter.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_KMeter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.0.0.zip", - "archiveFileName": "Senses_wifi_esp32-1.0.0.zip", - "size": 6872, - "checksum": "SHA-256:7a008d187b6e3e5b6d584655f39c3016ea3596e1f041efe57a85325982ec33c7" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_KMeter-0.0.2.zip", + "archiveFileName": "M5Unit_KMeter-0.0.2.zip", + "size": 7822, + "checksum": "SHA-256:2165e40385ad9f093499d80476f09ac91f9dcf71e4bd5e545d65a514d96bbb7b" }, { - "name": "Senses_wifi_esp32", - "version": "1.1.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "M5Unit-KMeter", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT KMeter", + "paragraph": "See more on https://docs.m5stack.com/en/unit/kmeter", + "website": "https://github.com/m5stack/M5Unit-KMeter", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-KMeter.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_KMeter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.1.0.zip", - "archiveFileName": "Senses_wifi_esp32-1.1.0.zip", - "size": 14099, - "checksum": "SHA-256:01aaecdaca065c632139a1f494667399b647461e0b6317bee4a2690cb3073a32" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_KMeter-0.0.3.zip", + "archiveFileName": "M5Unit_KMeter-0.0.3.zip", + "size": 8416, + "checksum": "SHA-256:bfd8b1fc70746694b92406822dfe47b089c29943d90829d2dd161a98761d2545" }, { - "name": "Senses_wifi_esp32", - "version": "1.2.0", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "M5Unit-KMeter", + "version": "0.1.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT KMeter", + "paragraph": "See more on https://docs.m5stack.com/en/unit/kmeter", + "website": "https://github.com/m5stack/M5Unit-KMeter", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", + "repository": "https://github.com/m5stack/M5Unit-KMeter.git", "providesIncludes": [ - "Senses_wifi_esp32.h" + "M5_KMeter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.2.0.zip", - "archiveFileName": "Senses_wifi_esp32-1.2.0.zip", - "size": 15158, - "checksum": "SHA-256:24fff1f1a800206d6a8d5af232c71be1dffd94f13756dff501d20e6ae67feec0" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_KMeter-0.1.1.zip", + "archiveFileName": "M5Unit_KMeter-0.1.1.zip", + "size": 9753, + "checksum": "SHA-256:f59202a071b31651a1593254c7143cc25702c094eb65137c2f1327960158c728" }, { - "name": "Senses_wifi_esp32", - "version": "1.2.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "STM32duino LPS22DF", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22DF for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22DF", + "category": "Sensors", "architectures": [ - "esp32" + "stm32", + "avr", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": [ - "Senses_wifi_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.2.1.zip", - "archiveFileName": "Senses_wifi_esp32-1.2.1.zip", - "size": 15272, - "checksum": "SHA-256:e02fcc906581e2cbd9f860e02ca176575d686daefbee6091f737f6ac0905ef23" + "repository": "https://github.com/stm32duino/LPS22DF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22DF-1.0.0.zip", + "archiveFileName": "STM32duino_LPS22DF-1.0.0.zip", + "size": 19537, + "checksum": "SHA-256:e0179789f6207f722548abdc087395d5375453233fcd13c09c692d5b065ed8e2" }, { - "name": "Senses_wifi_esp32", - "version": "1.3.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "STM32duino LPS22DF", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22DF for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22DF", + "category": "Sensors", "architectures": [ - "esp32" + "stm32", + "avr", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": [ - "Senses_wifi_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.3.1.zip", - "archiveFileName": "Senses_wifi_esp32-1.3.1.zip", - "size": 17550, - "checksum": "SHA-256:dda38071f264c76fe1500916e628376353f5e5a99fab5924d19b71aa1d14fc1a" + "repository": "https://github.com/stm32duino/LPS22DF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22DF-1.0.1.zip", + "archiveFileName": "STM32duino_LPS22DF-1.0.1.zip", + "size": 19547, + "checksum": "SHA-256:69bf4840082f5594b05516bd3eec680c0d56058ec4925bef217626238afaed07" }, { - "name": "Senses_wifi_esp32", - "version": "1.4.1", - "author": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "maintainer": "Isaranu Janthong \u003cisaranujanthong@gmail.com\u003e", - "sentence": "A library that makes Internet of Things send data and control on Senses IoT platform.", - "paragraph": "Support arduino-esp32.", - "website": "https://www.sensesiot.com/", - "category": "Communication", + "name": "STM32duino LPS22DF", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22DF for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22DF", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Isaranu/Senses_wifi_esp32.git", - "providesIncludes": [ - "Senses_wifi_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Isaranu/Senses_wifi_esp32-1.4.1.zip", - "archiveFileName": "Senses_wifi_esp32-1.4.1.zip", - "size": 18715, - "checksum": "SHA-256:d2ac7400ed738fb045ad08a2660c1d3eb55445b4c1651476645b45e572a348d2" + "repository": "https://github.com/stm32duino/LPS22DF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22DF-1.0.2.zip", + "archiveFileName": "STM32duino_LPS22DF-1.0.2.zip", + "size": 19540, + "checksum": "SHA-256:02fe19864025c4add5614cb1b43f9bacbfb87d2a191bfadb9867158e4af174f9" }, { - "name": "TFL-Status", - "version": "1.0.1", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", - "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", - "website": "https://github.com/dushyantahuja/TFL-Status", - "category": "Communication", + "name": "STM32duino LPS22DF", + "version": "1.0.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22DF for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22DF", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/TFL-Status.git", - "providesIncludes": [ - "TFLStatus.h" + "repository": "https://github.com/stm32duino/LPS22DF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22DF-1.0.3.zip", + "archiveFileName": "STM32duino_LPS22DF-1.0.3.zip", + "size": 19534, + "checksum": "SHA-256:48c12ae35eb491b79e12f34fc3261f9407ca8e648fd2b62eb3ce6228df70aeec" + }, + { + "name": "STM32duino LPS22DF", + "version": "1.0.4", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Nano pressure sensor.", + "paragraph": "This library provides Arduino support for the nano pressure sensor LPS22DF for STM32 boards.", + "website": "https://github.com/stm32duino/LPS22DF", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.0.1.zip", - "archiveFileName": "TFL_Status-1.0.1.zip", - "size": 18498, - "checksum": "SHA-256:d673c9a0561f2849d2b6378d9d91c40e020e25d870f452eac5af445ec00dec6a" + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LPS22DF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LPS22DF-1.0.4.zip", + "archiveFileName": "STM32duino_LPS22DF-1.0.4.zip", + "size": 19591, + "checksum": "SHA-256:0f4170cb7d55001645ed61c244f40082b1728f142c18280e02d4dc71551e7766" }, { - "name": "TFL-Status", - "version": "1.1.1", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", - "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", - "website": "https://github.com/dushyantahuja/TFL-Status", + "name": "ggwave", + "version": "0.1.0", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library", + "paragraph": "Transmit and receive short data messages via sound.", + "website": "https://github.com/ggerganov/ggwave-arduino", "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "TFLStatus.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.1.zip", - "archiveFileName": "TFL_Status-1.1.1.zip", - "size": 18535, - "checksum": "SHA-256:01b12b8b71b1912de6ce0cd3ff20cc09172890abdcb4ad13adbab4375ab3548c" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.0.zip", + "archiveFileName": "ggwave-0.1.0.zip", + "size": 56433, + "checksum": "SHA-256:f4ff0eb3baf6b3b4db2dffc31bfda9293b9e9f0679dabd0332953076ca56bae0" }, { - "name": "TFL-Status", - "version": "1.1.2", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress)", - "paragraph": "A small library for an ESP8266 to pull tube status from the TFL API (work in progress).", - "website": "https://github.com/dushyantahuja/TFL-Status", + "name": "ggwave", + "version": "0.1.1", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e", + "paragraph": "Transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Devices pairing via audio QR codes.", + "website": "https://github.com/ggerganov/ggwave-arduino", "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/TFL-Status.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "TFLStatus.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/TFL_Status-1.1.2.zip", - "archiveFileName": "TFL_Status-1.1.2.zip", - "size": 18541, - "checksum": "SHA-256:3b091bc287bbf67262a14a08087a1dca733472a314c680f4bec84caa1932975c" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.1.zip", + "archiveFileName": "ggwave-0.1.1.zip", + "size": 1519426, + "checksum": "SHA-256:e40c58b2ebded592298399b31dd5f25891ba78775289e5b0999347112fded711" }, { - "name": "ShiftDisplay2", - "version": "1.0.0", - "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Arduino library for driving 7-segment displays using shift registers", - "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", - "website": "https://ameer.io/ShiftDisplay2/", - "category": "Display", + "name": "ggwave", + "version": "0.1.2", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "Transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Device pairing via audio QR codes.\u003cbr/\u003e\u003cbr/\u003eUse the free [Waver](https://github.com/ggerganov/ggwave/tree/master/examples/waver) application to easily send and receive data from your microcontroller: [Web](https://https://waver.ggerganov.com) | [Android](https://play.google.com/store/apps/details?id=com.ggerganov.Waver) | [iOS](https://apps.apple.com/us/app/waver-data-over-sound/id1543607865)\u003cbr/\u003e", + "website": "https://github.com/ggerganov/ggwave-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "ShiftDisplay2.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.0.0.zip", - "archiveFileName": "ShiftDisplay2-1.0.0.zip", - "size": 443382, - "checksum": "SHA-256:0dab13ae9e3fb7f78fd138829c7f9c7408e864c8f19a2ccc29f4861aaf04e37b" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.2.zip", + "archiveFileName": "ggwave-0.1.2.zip", + "size": 1520087, + "checksum": "SHA-256:5b0adffb2d670311420b07e5cf410b2bb4af0e9018ad03cdcac6784c25f4d118" }, { - "name": "ShiftDisplay2", - "version": "1.1.0", - "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Arduino library for driving 7-segment displays using shift registers", - "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", - "website": "https://ameer.io/ShiftDisplay2/", - "category": "Display", + "name": "ggwave", + "version": "0.1.3", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "Transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Device pairing via audio QR codes.\u003cbr/\u003e\u003cbr/\u003eUse the free \u003ca href=\"https://github.com/ggerganov/ggwave/tree/master/examples/waver\"\u003eWaver\u003c/a\u003e application to easily send and receive data from your microcontroller: \u003ca href=\"https://https://waver.ggerganov.com\"\u003eWeb\u003c/a\u003e | \u003ca href=\"https://play.google.com/store/apps/details?id=com.ggerganov.Waver\"\u003eAndroid\u003c/a\u003e | \u003ca href=\"https://apps.apple.com/us/app/waver-data-over-sound/id1543607865\"\u003eiOS\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ggerganov/ggwave-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "ShiftDisplay2.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.1.0.zip", - "archiveFileName": "ShiftDisplay2-1.1.0.zip", - "size": 443697, - "checksum": "SHA-256:89206acb1059b1e83d3dcc6699bc23b2a94bd332ba1b2f10d3e4b685e646041f" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.3.zip", + "archiveFileName": "ggwave-0.1.3.zip", + "size": 1520093, + "checksum": "SHA-256:9114e16f0ff9c2e272a3264e09dfa92d909d6fe21e4fea7bd0b39bb26a9f8fdd" }, { - "name": "ShiftDisplay2", - "version": "1.2.0", - "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Arduino library for driving 7-segment displays using shift registers", - "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", - "website": "https://ameer.io/ShiftDisplay2/", - "category": "Display", + "name": "ggwave", + "version": "0.1.4", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "This library allows you to transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Pair devices via audio QR codes.\u003cbr/\u003e\u003cbr/\u003eUse the free \u003ca href=\"https://github.com/ggerganov/ggwave/tree/master/examples/waver\"\u003eWaver\u003c/a\u003e application to easily send and receive data from your microcontroller: \u003ca href=\"https://waver.ggerganov.com\"\u003eWeb\u003c/a\u003e | \u003ca href=\"https://play.google.com/store/apps/details?id=com.ggerganov.Waver\"\u003eAndroid\u003c/a\u003e | \u003ca href=\"https://apps.apple.com/us/app/waver-data-over-sound/id1543607865\"\u003eiOS\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003eWatch a short \u003ca href=\"https://www.youtube.com/watch?v=aj_GLBtU3Vw\"\u003evideo demonstration\u003c/a\u003e of \u003cb\u003eggwave\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ggerganov/ggwave-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "ShiftDisplay2.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.2.0.zip", - "archiveFileName": "ShiftDisplay2-1.2.0.zip", - "size": 443725, - "checksum": "SHA-256:441e597743c163d5586cd12b97695600e06383eae86eeb4962996603ec36e74e" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.4.zip", + "archiveFileName": "ggwave-0.1.4.zip", + "size": 1520166, + "checksum": "SHA-256:fe528f425cb5ada73f11cde8be3e495dcdc343bad484db82aaa905cac52658dc" }, { - "name": "ShiftDisplay2", - "version": "1.2.1", - "author": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Arduino library for driving 7-segment displays using shift registers", - "paragraph": "Show numbers, text, and custom characters. Use the whole display as one, or separate by individual sections. Compatible with multiplexed drive and constant drive. Compatible with common cathode and common anode. Compatible with custom made and commercial display modules. Maximum of 8 digits (for now). Concatenate multiple displays as one. Only 3 pins used on Arduino.", - "website": "https://ameer.io/ShiftDisplay2/", - "category": "Display", + "name": "ggwave", + "version": "0.1.7", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "This library allows you to transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Pair devices via audio QR codes.\u003cbr/\u003e\u003cbr/\u003eUse the free \u003ca href=\"https://github.com/ggerganov/ggwave/tree/master/examples/waver\"\u003eWaver\u003c/a\u003e application to easily send and receive data from your microcontroller: \u003ca href=\"https://waver.ggerganov.com\"\u003eWeb\u003c/a\u003e | \u003ca href=\"https://play.google.com/store/apps/details?id=com.ggerganov.Waver\"\u003eAndroid\u003c/a\u003e | \u003ca href=\"https://apps.apple.com/us/app/waver-data-over-sound/id1543607865\"\u003eiOS\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003eWatch a short \u003ca href=\"https://www.youtube.com/watch?v=aj_GLBtU3Vw\"\u003evideo demonstration\u003c/a\u003e of \u003cb\u003eggwave\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ggerganov/ggwave-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ameer1234567890/ShiftDisplay2.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "ShiftDisplay2.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/ShiftDisplay2-1.2.1.zip", - "archiveFileName": "ShiftDisplay2-1.2.1.zip", - "size": 443958, - "checksum": "SHA-256:a3287896be018ee80c9765f0bab6a58904c49265f51eff95f746d33481370bb5" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.7.zip", + "archiveFileName": "ggwave-0.1.7.zip", + "size": 1521120, + "checksum": "SHA-256:e56e1d05d18c64ee02cd4b4f3b9c76f7460a959728b23e004c1b97dcaac3c097" }, { - "name": "Arduino_APDS9960", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "A library for the APDS9960 sensor", - "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", - "website": "https://github.com/arduino-libraries/Arduino_APDS9660", - "category": "Sensors", + "name": "ggwave", + "version": "0.1.8", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "This library allows you to transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Pair devices via audio QR codes.\u003cbr/\u003e\u003cbr/\u003eUse the free \u003ca href=\"https://github.com/ggerganov/ggwave/tree/master/examples/waver\"\u003eWaver\u003c/a\u003e application to easily send and receive data from your microcontroller: \u003ca href=\"https://waver.ggerganov.com\"\u003eWeb\u003c/a\u003e | \u003ca href=\"https://play.google.com/store/apps/details?id=com.ggerganov.Waver\"\u003eAndroid\u003c/a\u003e | \u003ca href=\"https://apps.apple.com/us/app/waver-data-over-sound/id1543607865\"\u003eiOS\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003eWatch a short \u003ca href=\"https://www.youtube.com/watch?v=aj_GLBtU3Vw\"\u003evideo demonstration\u003c/a\u003e of \u003cb\u003eggwave\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ggerganov/ggwave-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "Arduino_APDS9960.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.0.zip", - "archiveFileName": "Arduino_APDS9960-1.0.0.zip", - "size": 9482, - "checksum": "SHA-256:c4b682ca696739af5c8362666b7a1dc6d56878c507628e617111d19afd8e64b7" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.8.zip", + "archiveFileName": "ggwave-0.1.8.zip", + "size": 1522442, + "checksum": "SHA-256:979f87ead1230d881284d4f27375743493e49d65f3fa645ee62c293cc70afd8a" }, { - "name": "Arduino_APDS9960", - "version": "1.0.1", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "A library for the APDS9960 sensor", - "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", - "website": "https://github.com/arduino-libraries/Arduino_APDS9960", - "category": "Sensors", + "name": "ggwave", + "version": "0.1.9", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "This library allows you to transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Pair devices via audio QR codes.\u003cbr/\u003e\u003cbr/\u003eUse the free \u003ca href=\"https://github.com/ggerganov/ggwave/tree/master/examples/waver\"\u003eWaver\u003c/a\u003e application to easily send and receive data from your microcontroller: \u003ca href=\"https://waver.ggerganov.com\"\u003eWeb\u003c/a\u003e | \u003ca href=\"https://play.google.com/store/apps/details?id=com.ggerganov.Waver\"\u003eAndroid\u003c/a\u003e | \u003ca href=\"https://apps.apple.com/us/app/waver-data-over-sound/id1543607865\"\u003eiOS\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003eWatch a short \u003ca href=\"https://www.youtube.com/watch?v=aj_GLBtU3Vw\"\u003evideo demonstration\u003c/a\u003e of \u003cb\u003eggwave\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ggerganov/ggwave-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "Arduino_APDS9960.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.1.zip", - "archiveFileName": "Arduino_APDS9960-1.0.1.zip", - "size": 9479, - "checksum": "SHA-256:0f4aa9cc5922fc8625f47c7fcef546e95d5d0207c83dc4f7354c8f2ace58e527" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.9.zip", + "archiveFileName": "ggwave-0.1.9.zip", + "size": 2664918, + "checksum": "SHA-256:8a3b56d7eb7c1b8dc2fe5589e370ebe5c2a6b65b72db41d8e4ddbc4ef03f12dc" }, { - "name": "Arduino_APDS9960", - "version": "1.0.2", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "A library for the APDS9960 sensor", - "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", - "website": "https://github.com/arduino-libraries/Arduino_APDS9960", - "category": "Sensors", + "name": "ggwave", + "version": "0.1.10", + "author": "@ggerganov", + "maintainer": "@ggerganov", + "sentence": "Tiny data-over-sound library\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "This library allows you to transmit and receive short data messages via sound. Broadcast to multiple nearby devices at once. Send data by simply attaching a piezo buzzer to a pin. Pair devices via audio QR codes.\u003cbr/\u003e\u003cbr/\u003eUse the free \u003ca href=\"https://github.com/ggerganov/ggwave/tree/master/examples/waver\"\u003eWaver\u003c/a\u003e application to easily send and receive data from your microcontroller: \u003ca href=\"https://waver.ggerganov.com\"\u003eWeb\u003c/a\u003e | \u003ca href=\"https://play.google.com/store/apps/details?id=com.ggerganov.Waver\"\u003eAndroid\u003c/a\u003e | \u003ca href=\"https://apps.apple.com/us/app/waver-data-over-sound/id1543607865\"\u003eiOS\u003c/a\u003e\u003cbr/\u003e\u003cbr/\u003eWatch a short \u003ca href=\"https://www.youtube.com/watch?v=aj_GLBtU3Vw\"\u003evideo demonstration\u003c/a\u003e of \u003cb\u003eggwave\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ggerganov/ggwave-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "repository": "https://github.com/ggerganov/ggwave-arduino.git", "providesIncludes": [ - "Arduino_APDS9960.h" + "ggwave.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.2.zip", - "archiveFileName": "Arduino_APDS9960-1.0.2.zip", - "size": 9513, - "checksum": "SHA-256:8ad41584eb1aa99e5b9379b47d9ba901983bb630b05d61becd301f12d1c44499" + "url": "https://downloads.arduino.cc/libraries/github.com/ggerganov/ggwave-0.1.10.zip", + "archiveFileName": "ggwave-0.1.10.zip", + "size": 2655423, + "checksum": "SHA-256:2396706f32f1a7c4b13c2bed4b0d584603597f6daf4768e3a1b1e61529864d95" }, { - "name": "Arduino_APDS9960", - "version": "1.0.3", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "A library for the APDS9960 sensor", - "paragraph": "allows to read gestures, color, and proximity on your Arduino Nano 33 BLE Sense board and other boards with sensor attached via I2C.", - "website": "https://github.com/arduino-libraries/Arduino_APDS9960", - "category": "Sensors", + "name": "M5Unit-MQTT", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT MQTT", + "paragraph": "See more on https://docs.m5stack.com/en/unit/mqtt", + "website": "https://github.com/m5stack/M5Unit-MQTT", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_APDS9960.git", + "repository": "https://github.com/m5stack/M5Unit-MQTT.git", "providesIncludes": [ - "Arduino_APDS9960.h" + "M5_MQTT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_APDS9960-1.0.3.zip", - "archiveFileName": "Arduino_APDS9960-1.0.3.zip", - "size": 10803, - "checksum": "SHA-256:c47123b9a191b472fc24e97d0d2123b2265c7d31cacbbb7c0da6ce643e43b0f3" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_MQTT-0.0.1.zip", + "archiveFileName": "M5Unit_MQTT-0.0.1.zip", + "size": 6066, + "checksum": "SHA-256:65c789b48a030c3313d270c65af4d6001d3ea02dd5dc174fbc655b707dd073d6" }, { - "name": "ViewMarq", - "version": "1.0.0", - "author": "Tristan Warder \u003ctristanw@facts-eng.com\u003e,FACTS Engineering", - "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", - "sentence": "Library to communicate with ViewMarq LED Message Displays.", - "paragraph": "A library to interact with ViewMarq LED Message Displays using the Arduino Modbus TCP Library.", - "website": "https://github.com/AdamCummick/Arduino_Viewmarq", + "name": "M5-DLight", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit\u0026HAT DLight", + "paragraph": "See more on https://docs.m5stack.com/en/unit/dlight or https://docs.m5stack.com/en/hat/hat_dlight", + "website": "https://github.com/m5stack/M5-DLight", "category": "Device Control", - "architectures": [], + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/facts-engineering/ViewMarq.git", + "repository": "https://github.com/m5stack/M5-DLight.git", "providesIncludes": [ - "ViewMarq.h" + "M5_DLight.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/ViewMarq-1.0.0.zip", - "archiveFileName": "ViewMarq-1.0.0.zip", - "size": 23403, - "checksum": "SHA-256:dd7de66c79fc5c12ce9cbd577b0ccb9030ae56798500d34fbd5520340dc78cc1" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_DLight-0.0.1.zip", + "archiveFileName": "M5_DLight-0.0.1.zip", + "size": 6484, + "checksum": "SHA-256:6edb4df636692991cb639590f7095ffcf82ace4a4516b37d1541ef6436a3a4e9" }, { - "name": "ViewMarq", - "version": "1.0.1", - "author": "Tristan Warder \u003ctristanw@facts-eng.com\u003e,FACTS Engineering", - "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", - "sentence": "Library to communicate with ViewMarq LED Message Displays.", - "paragraph": "A library to interact with ViewMarq LED Message Displays using the Arduino Modbus TCP Library.", - "website": "https://github.com/facts-engineering/ViewMarq", + "name": "M5-DLight", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit \u0026 HAT DLight", + "paragraph": "See more on https://docs.m5stack.com/en/unit/dlight or https://docs.m5stack.com/en/hat/hat_dlight", + "website": "https://github.com/m5stack/M5-DLight", "category": "Device Control", - "architectures": [], + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/facts-engineering/ViewMarq.git", + "repository": "https://github.com/m5stack/M5-DLight.git", "providesIncludes": [ - "ViewMarq.h" + "M5_DLight.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/ViewMarq-1.0.1.zip", - "archiveFileName": "ViewMarq-1.0.1.zip", - "size": 23397, - "checksum": "SHA-256:390b301dc0a1cd1947b790352f41670eea3ca0cbdef4147f73a47153512dd58c" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_DLight-0.0.3.zip", + "archiveFileName": "M5_DLight-0.0.3.zip", + "size": 13297, + "checksum": "SHA-256:ddf3ca1f3680f15eb195d57dba8cde47e20f72959ce1e53f1d6c7df91eb4bd44" }, { - "name": "Adafruit MSA301", - "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "5.3.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library and GUI for Pervasive Displays monochrome touch e-paper screens", + "paragraph": "2.70 and 3.70 panels with EXT3-1 and EXT3-Touch boards", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.0.zip", - "archiveFileName": "Adafruit_MSA301-1.0.0.zip", - "size": 739379, - "checksum": "SHA-256:7d3f602cc62a7ab8daa8428e1db403844f311f60ed7d58c9496b5bd571445326" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-5.3.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-5.3.3.zip", + "size": 81120, + "checksum": "SHA-256:8f3e4dfec630eff642fc347fe7af1b03d35e88d821440b3667c8c8f0f2279539" }, { - "name": "Adafruit MSA301", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "5.4.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library and GUI for Pervasive Displays monochrome touch e-paper screens", + "paragraph": "2.70 and 3.70 panels with EXT3-1 and EXT3-Touch boards", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.1.zip", - "archiveFileName": "Adafruit_MSA301-1.0.1.zip", - "size": 739356, - "checksum": "SHA-256:967086a408231c0127ee7bc197c79fd9ead778d76816e99bb85471069f1f3efa" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-5.4.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-5.4.1.zip", + "size": 88009, + "checksum": "SHA-256:04da0cb161c8f21c33ed2b1e46e389d274e08c754b0a4bbe9776b6a18f922bd1" }, { - "name": "Adafruit MSA301", - "version": "1.0.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "5.4.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library and GUI for Pervasive Displays monochrome touch e-paper screens", + "paragraph": "2.70 and 3.70 panels with EXT3-1 and EXT3-Touch boards", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.2.zip", - "archiveFileName": "Adafruit_MSA301-1.0.2.zip", - "size": 739361, - "checksum": "SHA-256:8e4d38239d6f39cb8f34990fd6cf728033518f53a1648b9a61394005cf7114a0" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-5.4.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-5.4.2.zip", + "size": 88170, + "checksum": "SHA-256:d1057ab5ce247a44cff624ff878c46f0938221dfd6dc2ff55d3375308568d9c4" }, { - "name": "Adafruit MSA301", - "version": "1.0.3", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "5.4.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library and GUI for Pervasive Displays monochrome touch e-paper screens", + "paragraph": "2.70 and 3.70 panels with EXT3-1 and EXT3-Touch boards", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.3.zip", - "archiveFileName": "Adafruit_MSA301-1.0.3.zip", - "size": 739358, - "checksum": "SHA-256:206f42cbc0a8c2838451f4ad8b26e48939da1a43a69e16d0960d1d646d6bdfed" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-5.4.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-5.4.4.zip", + "size": 88387, + "checksum": "SHA-256:34d4dcd0f60605c05bdc79a3260194d5498281795626592d24c11ecb8feec697" }, { - "name": "Adafruit MSA301", - "version": "1.0.4", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "5.5.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library and GUI for Pervasive Displays monochrome touch e-paper screens", + "paragraph": "2.70 and 3.70 panels with EXT3-1 and EXT3-Touch boards", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.4.zip", - "archiveFileName": "Adafruit_MSA301-1.0.4.zip", - "size": 740451, - "checksum": "SHA-256:a637ac750f107f4b4f0909dc87a712753e79549b7cb295f7ff1bd384c82145f9" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-5.5.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-5.5.0.zip", + "size": 88419, + "checksum": "SHA-256:304f1732f51e2b421037f99ab2d84928743efcad81b92dd80b32a7cec30a0299" }, { - "name": "Adafruit MSA301", - "version": "1.0.5", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit SSD1306" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.5.zip", - "archiveFileName": "Adafruit_MSA301-1.0.5.zip", - "size": 740485, - "checksum": "SHA-256:3f573fdbd03635056f0e20ef77ae4b7ef304220311402006760cfeefec000c1c" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.1.zip", + "size": 75975, + "checksum": "SHA-256:4cc16bceb3b7489280b0a480069987ffa3f09184381bc08a47cd13b71c854516" }, { - "name": "Adafruit MSA301", - "version": "1.0.6", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit SSD1306" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.6.zip", - "archiveFileName": "Adafruit_MSA301-1.0.6.zip", - "size": 740486, - "checksum": "SHA-256:2c32429a97f85f766a160ac97db4e72135691861212248db0d47feae402c7ada" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.2.zip", + "size": 76007, + "checksum": "SHA-256:d71683c228dc2273bfb3694c603461316424740c56af227550865e36789d474c" }, { - "name": "Adafruit MSA301", - "version": "1.0.7", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit SSD1306" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.7.zip", - "archiveFileName": "Adafruit_MSA301-1.0.7.zip", - "size": 1492906, - "checksum": "SHA-256:8a075a4d7624a2dde7b42c9e8f116cbc21ccff429b4dce96cbeb9279bf1482ab" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.3.zip", + "size": 76027, + "checksum": "SHA-256:90485fef7f10a65715308d9a90fdf419c95b898ea81c4b4a740482bfbf30bfa2" }, { - "name": "Adafruit MSA301", - "version": "1.0.8", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit SSD1306" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.8.zip", - "archiveFileName": "Adafruit_MSA301-1.0.8.zip", - "size": 1492964, - "checksum": "SHA-256:8f6c1c2c95f3ff969db86178b7301e5ef8753018db1daf84a50f8d179d360598" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.4.zip", + "size": 76114, + "checksum": "SHA-256:41927e098b45be657807c57929c8a80c8ccc5ff5292ed65eca3cc7ab54eecc63" }, { - "name": "Adafruit MSA301", - "version": "1.0.9", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit MSA301 Accelerometer.", - "paragraph": "Designed specifically to work with the Adafruit MSA301 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_MSA301", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.5", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MSA301.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit SSD1306" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MSA301-1.0.9.zip", - "archiveFileName": "Adafruit_MSA301-1.0.9.zip", - "size": 1492804, - "checksum": "SHA-256:f5df101ba4e18fb447f448a228a66ca7455431135e8b0a9ade5103a19fda593f" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.5.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.5.zip", + "size": 76354, + "checksum": "SHA-256:85f072e58a7985103ecfa8fc41b897b36ac2d26b7654a81b62f82806dee47fa2" }, { - "name": "TeensyUserInterface", - "version": "1.0.0", - "author": "S. Reifel", - "maintainer": "S. Reifel \u003cswr.reifel@gmail.com\u003e", - "license": "MIT", - "sentence": "A simple touchscreen user interface for Teensy.", - "paragraph": "Easy to use library for building Teensy applications with a menu based user interface.", - "website": "https://github.com/Stan-Reifel/TeensyUserInterface", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.6", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", "category": "Display", "architectures": [ "*" @@ -272252,64 +726293,62 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Stan-Reifel/TeensyUserInterface.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Stan-Reifel/TeensyUserInterface-1.0.0.zip", - "archiveFileName": "TeensyUserInterface-1.0.0.zip", - "size": 637172, - "checksum": "SHA-256:c0afef06908cdfbf9c4c07568c176645b2253071e024750a6f630ea06dca6fcb" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.6.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.6.zip", + "size": 76514, + "checksum": "SHA-256:4a45529152dfe8139ece9effeba8511a03490999bc1c62f07ff93622d4cb47bd" }, { - "name": "SimpleRelay", - "version": "1.0.0", - "author": "JSC electronics, info@jsc-electronics.cz", - "maintainer": "JSC electronics, info@jsc-electronics.cz", - "license": "Apache-2.0", - "sentence": "Relay library for Arduino.", - "paragraph": "SimpleRelay is an Arduino library to control a relay. You can turn relay on, off or toggle between those two states.", - "website": "https://github.com/JSC-electronics/SimpleRelay", - "category": "Device Control", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.7", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/SimpleRelay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleRelay-1.0.0.zip", - "archiveFileName": "SimpleRelay-1.0.0.zip", - "size": 44055, - "checksum": "SHA-256:82aef49af4e0ee0122a7aba831a540907be50983dfb4b4eda7e514eb8572d03b" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.7.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.7.zip", + "size": 76766, + "checksum": "SHA-256:5c9a6749088ace680aaa4bb7634548541a45ae15beb458f2a89266ecca85d1ca" }, { - "name": "SimpleRelay", - "version": "1.0.2", - "author": "JSC electronics", - "maintainer": "JSC electronics, info@jsc-electronics.cz", - "license": "Apache-2.0", - "sentence": "A library for controlling a relay.", - "paragraph": "This library allows user to turn relay on, off or toggle between those two states. User can also define switching logic and check relay state.", - "website": "https://github.com/JSC-electronics/SimpleRelay", - "category": "Device Control", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.0.9", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/SimpleRelay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleRelay-1.0.2.zip", - "archiveFileName": "SimpleRelay-1.0.2.zip", - "size": 44334, - "checksum": "SHA-256:5aa5fcc472ad9ef67f57f793b1e5f562f194e3168e6fb4157fafb7f24c95e599" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.0.9.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.0.9.zip", + "size": 78466, + "checksum": "SHA-256:5e522a2d07ba202302286c300abdf0999bae17790a10441c3cc5d643441c1bc1" }, { - "name": "bb_uc1701", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized 128x64 monochrome LCD display library for ST7565/UC1701 conrollers.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32), optimized line drawing and rotated tile drawing.", - "website": "https://github.com/bitbank2/bb_uc1701", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.1.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", "category": "Display", "architectures": [ "*" @@ -272317,1974 +726356,2305 @@ "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_uc1701.git", - "providesIncludes": [ - "bb_uc1701.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_uc1701-1.0.0.zip", - "archiveFileName": "bb_uc1701-1.0.0.zip", - "size": 26791, - "checksum": "SHA-256:26c72c467b6be56ba2a91e1b9ef0fd1fefdbb4a1e4a099c73042d839fb2b63a1" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.1.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.1.0.zip", + "size": 78719, + "checksum": "SHA-256:13a35c95f7fce76e2898ac0d0010e9b2386e9c408e0dcceb9c631c7f4b01d680" }, { - "name": "ThermistorLibrary", - "version": "1.0.3", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the thermistors very easily.", - "paragraph": "This library allows an Arduino/Genuino board to read thermistors very easily.", - "website": "https://github.com/miguel5612/Arduino-ThermistorLibrary", - "category": "Sensors", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.1.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, touch and elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/miguel5612/Arduino-ThermistorLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/ThermistorLibrary-1.0.3.zip", - "archiveFileName": "ThermistorLibrary-1.0.3.zip", - "size": 46527, - "checksum": "SHA-256:383aadf36edcec2ee5b9af63641a1ee10e082e6166e7aad2c957a70a4c0847b2" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.1.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.1.1.zip", + "size": 79069, + "checksum": "SHA-256:ec225b0322218cf4082b090a11cb9ffd9435b12aa7aaf8ef267dd946b72dcb0c" }, { - "name": "fp64lib", - "version": "1.0.0", - "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", - "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard.", - "website": "http://fp64lib.org", - "category": "Data Processing", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.1.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, touch and elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ - "avr atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.0.zip", - "archiveFileName": "fp64lib-1.0.0.zip", - "size": 175420, - "checksum": "SHA-256:b89298fab1c19a9cbbac6b830ec098cc2da946d43592d42e5c35acee9163a481" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.1.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.1.2.zip", + "size": 79136, + "checksum": "SHA-256:424bd731b89c7e72a33f5602207cb2c1e2e8ef1844034130bfdfe467a10db11e" }, { - "name": "fp64lib", - "version": "1.0.1", - "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", - "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.1 added examples folder and hints for gcc optimizer.", - "website": "http://fp64lib.org", - "category": "Data Processing", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.1.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, touch and elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.1.zip", - "archiveFileName": "fp64lib-1.0.1.zip", - "size": 176952, - "checksum": "SHA-256:9bfc4ceea78688058e35e4c5199cb1b8ccb0983579f1fd9368ddff8d84414487" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.1.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.1.3.zip", + "size": 79203, + "checksum": "SHA-256:3112dfaab8b82b5aa6cdf4f33f4990dc6d33b69ce9f29e4c5f80680ac4955637" }, { - "name": "fp64lib", - "version": "1.0.2", - "author": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", - "maintainer": "Uwe \u0026lt;mail@fp64lib.org\u0026gt;", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.2 fixed bugs in fp64_classify.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "PDLS_EXT3_Basic_Touch", + "version": "6.1.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, touch and elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.2.zip", - "archiveFileName": "fp64lib-1.0.2.zip", - "size": 177316, - "checksum": "SHA-256:0e3c9ca6b662d74ff8514a7cecb53ab65be908ae9ac68d586e2ebf569dd39780" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-6.1.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-6.1.4.zip", + "size": 79245, + "checksum": "SHA-256:a87f425afe531ce9e147aa603db84e4a3ea41899ab49a766c8b145870b1cd710" }, { - "name": "fp64lib", - "version": "1.0.4", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.4 fixed bug in fp64_atof, added small C++ wrapper", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "PDLS_EXT3_Basic_Touch", + "version": "7.0.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, touch and elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.4.zip", - "archiveFileName": "fp64lib-1.0.4.zip", - "size": 179222, - "checksum": "SHA-256:cdf2479d2b33b6ce368f0ee568eba062d9e46ce894e6a0e36d65d5008fd6ae4c" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-7.0.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-7.0.0.zip", + "size": 85623, + "checksum": "SHA-256:f04a12960cf70297e079b8396aa4719db2495b70cc24dab8887f72328ecd273d" }, { - "name": "fp64lib", - "version": "1.0.5", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.5 fixed rounding bug in fp64_to_decimalExp", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "PDLS_EXT3_Basic_Touch", + "version": "7.0.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, touch and elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.5.zip", - "archiveFileName": "fp64lib-1.0.5.zip", - "size": 179173, - "checksum": "SHA-256:54690c168fff0746114cf6b9b7ec5cc63c834e3d84ffff7f816febc372006735" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-7.0.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-7.0.1.zip", + "size": 88872, + "checksum": "SHA-256:682c2175f71e82ce76203bcf24b61460d0d310ccf9cff47850501ae33ccfe3e5" }, { - "name": "fp64lib", - "version": "1.0.6", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.6 fixed segment allocation and obsolete declaration in header file", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "PDLS_EXT3_Basic_Touch", + "version": "7.0.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays monochrome e-paper screens with touch and EXT3-1 + EXT3-Touch", + "paragraph": "Graphics and text primitives, touch and elements for GUI", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.6.zip", - "archiveFileName": "fp64lib-1.0.6.zip", - "size": 179292, - "checksum": "SHA-256:768af4f858a3b0092a6f7713b5caba9c2fab315a179cc43b8a2eeecea7f486c6" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Touch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Touch-7.0.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_Touch-7.0.2.zip", + "size": 88043, + "checksum": "SHA-256:295a52f906d1590902bcb170661c65383aa9bafa639ebd5dcca5770fa95501a7" }, { - "name": "fp64lib", - "version": "1.0.7", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.7 is now compatible with Arduino Mega and fixed rounding bug in fp64_to_string", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Core-Ink", + "version": "0.0.6", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5CoreInk development kit", + "paragraph": "See more on https://docs.m5stack.com/en/core/coreink", + "website": "https://github.com/m5stack/M5Core-Ink.git", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Core-Ink.git", "providesIncludes": [ - "fp64lib.h" + "M5CoreInk.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.7.zip", - "archiveFileName": "fp64lib-1.0.7.zip", - "size": 179516, - "checksum": "SHA-256:fb0454b2a8789782fd0f5eb1cca87a1c6a85e63ab3a221824683a992d1e4b4bc" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core_Ink-0.0.6.zip", + "archiveFileName": "M5Core_Ink-0.0.6.zip", + "size": 78286, + "checksum": "SHA-256:459996925c81df63c818cba4346f59e1fee86ec62dccb2f31a40cf70d54bf810" }, { - "name": "fp64lib", - "version": "1.0.8", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.0.8 is intermediate release to compare previous implementations with faster and more precise routines", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Core-Ink", + "version": "0.0.7", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5CoreInk development kit", + "paragraph": "See more on https://docs.m5stack.com/en/core/coreink", + "website": "https://github.com/m5stack/M5Core-Ink.git", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Core-Ink.git", "providesIncludes": [ - "fp64lib.h" + "M5CoreInk.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.0.8.zip", - "archiveFileName": "fp64lib-1.0.8.zip", - "size": 220278, - "checksum": "SHA-256:306994af59f1888b6817a0b885fd9a5d93c4c4fc80b5f8cbeff18387d0919d1e" + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core_Ink-0.0.7.zip", + "archiveFileName": "M5Core_Ink-0.0.7.zip", + "size": 82473, + "checksum": "SHA-256:6e2cd70c98db3d06b8d5ee65c4a75bb7c64fc84da064e97ab066e0656c7c2260" }, { - "name": "fp64lib", - "version": "1.1.0", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.0 is first release with faster and more precise routines for higher math functions like sin, cos, asin, log and exp.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Unit-DDS", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit DDS", + "paragraph": "See more on https://docs.m5stack.com/en/unit/dds", + "website": "https://github.com/m5stack/M5Unit-DDS", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Unit-DDS.git", "providesIncludes": [ - "fp64lib.h" + "Unit_DDS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.0.zip", - "archiveFileName": "fp64lib-1.1.0.zip", - "size": 191609, - "checksum": "SHA-256:4f5343368318e8229c52471bbd1516ccd6963c6b6363873c4ff28109217c86d6" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_DDS-0.0.1.zip", + "archiveFileName": "M5Unit_DDS-0.0.1.zip", + "size": 73107, + "checksum": "SHA-256:cebc5eae6ffa7eb9af29d71cfdd4c697da975c248275ede24bf0667b105b50d0" }, { - "name": "fp64lib", - "version": "1.1.2", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.0 is first release with faster and more precise routines for higher math functions like sin, cos, asin, log and exp.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "ESPLogger", + "version": "2.0.0", + "author": "Fabiano Riccardi", + "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", + "sentence": "This library provides a simple interface to collect data on local storage (embedded flash or micro SD).", + "paragraph": "It is ideal for IoT projects where data must be flushed when an internet connection is available and buffered until that moment. It can store only textual data.", + "website": "https://github.com/fabianoriccardi/ESPLogger", + "category": "Data Storage", "architectures": [ - "avr", - "atmelavr" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.2.zip", - "archiveFileName": "fp64lib-1.1.2.zip", - "size": 191629, - "checksum": "SHA-256:11fd62577f274a9fc977056cb745f95b3ce8d9248cc15bba8a1b2798d45493e7" + "repository": "https://github.com/fabianoriccardi/ESPLogger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fabianoriccardi/ESPLogger-2.0.0.zip", + "archiveFileName": "ESPLogger-2.0.0.zip", + "size": 24194, + "checksum": "SHA-256:b39f1bd9f18d1893400f446cb9a52e8f3f4d68e82ee54c689d80e7d088be11d1" }, { - "name": "fp64lib", - "version": "1.1.3", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.3 fixed a linker bug when using many fp64lib routines.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Unit-ACSSR", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ACSSR", + "paragraph": "See more on https://docs.m5stack.com/en/unit/acssr", + "website": "https://github.com/m5stack/M5Unit-ACSSR", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Unit-ACSSR.git", "providesIncludes": [ - "fp64lib.h" + "M5_ACSSR.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.3.zip", - "archiveFileName": "fp64lib-1.1.3.zip", - "size": 191598, - "checksum": "SHA-256:765a050a84f4c559af1e6c0ce55227a6ee621180cb775bea9e1194d7332bed30" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ACSSR-0.0.2.zip", + "archiveFileName": "M5Unit_ACSSR-0.0.2.zip", + "size": 9815, + "checksum": "SHA-256:5fd3b7f43aff208248e44d544a8af719c5829aa84368ae81c8e1fd0a2728eb96" }, { - "name": "fp64lib", - "version": "1.1.4", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.4 increased speed of fp64_log by ~40%.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Unit-ACSSR", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT ACSSR", + "paragraph": "See more on https://docs.m5stack.com/en/unit/acssr", + "website": "https://github.com/m5stack/M5Unit-ACSSR", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Unit-ACSSR.git", "providesIncludes": [ - "fp64lib.h" + "M5_ACSSR.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.4.zip", - "archiveFileName": "fp64lib-1.1.4.zip", - "size": 191655, - "checksum": "SHA-256:9f69e00873debcc0612d7372ced33e05904e4567ffd2b568c6e5ba9a93d4571a" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ACSSR-0.0.3.zip", + "archiveFileName": "M5Unit_ACSSR-0.0.3.zip", + "size": 10777, + "checksum": "SHA-256:8c123e52763fd060bb8cba28e87ada0d5c7957e994c919caa07f5bc2e99ebd11" }, { - "name": "fp64lib", - "version": "1.1.5", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.5 increased speed of fp64_log by ~40%.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Unit-EXTIO2", + "version": "1.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Unit EXTIO2", + "paragraph": "See more on https://docs.m5stack.com/en/unit/extio2", + "website": "https://github.com/m5stack/M5Unit-EXTIO2", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Unit-EXTIO2.git", "providesIncludes": [ - "fp64lib.h" + "M5_EXTIO2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.5.zip", - "archiveFileName": "fp64lib-1.1.5.zip", - "size": 191650, - "checksum": "SHA-256:473a0c553a027c94c813afe1016308e900237bd2fdbe718e361b668a34ec197d" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_EXTIO2-1.0.1.zip", + "archiveFileName": "M5Unit_EXTIO2-1.0.1.zip", + "size": 10978, + "checksum": "SHA-256:62d9f094e6d665ef07be7fcaa61cd8ed0786413f8d43097de12ee439f68b05b7" }, { - "name": "fp64lib", - "version": "1.1.6", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.6 increased speed of fp64_sin by ~45%.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Unit-EXTIO2", + "version": "1.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Unit EXTIO2", + "paragraph": "See more on https://docs.m5stack.com/en/unit/extio2", + "website": "https://github.com/m5stack/M5Unit-EXTIO2", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Unit-EXTIO2.git", "providesIncludes": [ - "fp64lib.h" + "M5_EXTIO2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.6.zip", - "archiveFileName": "fp64lib-1.1.6.zip", - "size": 191180, - "checksum": "SHA-256:ccf2bf99332d5cdad4e3232e4eeb4b6529f5973d8fb13cf66116620531fe0872" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_EXTIO2-1.0.2.zip", + "archiveFileName": "M5Unit_EXTIO2-1.0.2.zip", + "size": 11514, + "checksum": "SHA-256:110030b63532c91f4b6feaa301041aba5e9e282fa25e0f29f646d9c577c1cc7f" }, { - "name": "fp64lib", - "version": "1.1.7", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.7 fixed bug that impacted nested calling of functions.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Unit-EXTIO2", + "version": "1.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Unit EXTIO2", + "paragraph": "See more on https://docs.m5stack.com/en/unit/extio2", + "website": "https://github.com/m5stack/M5Unit-EXTIO2", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Unit-EXTIO2.git", "providesIncludes": [ - "fp64lib.h" + "M5_EXTIO2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.7.zip", - "archiveFileName": "fp64lib-1.1.7.zip", - "size": 194539, - "checksum": "SHA-256:f3d9cdf97da6145d381179e08660f883d32c250213c1a8086e95171f0117e0f1" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_EXTIO2-1.0.3.zip", + "archiveFileName": "M5Unit_EXTIO2-1.0.3.zip", + "size": 11749, + "checksum": "SHA-256:1b2bc50b357d3d015ed4897d0cdd8be5d9f47e2d4c0153ad89eee92152df6e87" }, { - "name": "fp64lib", - "version": "1.1.8", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.8 major code savings by identifying common subroutines.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "ADS1232", + "version": "1.0.1", + "author": "Max Sanchez. \u003cmsanchez@hardmax.com.pe\u003e", + "maintainer": "Max Sanchez. \u003cmsanchez@hardmax.com.pe\u003e", + "sentence": "Simple Library to interface the Texas Instruments ADS1232 ADC.", + "paragraph": "A Simple Non-blocking Library for reading from Texas Instruments ADS1232 MultiChannel 24-bit ADC For Bridge Sensors.", + "website": "https://github.com/hardmax/ADS1232", + "category": "Sensors", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/hardmax/ADS1232.git", "providesIncludes": [ - "fp64lib.h" + "ADS1232.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.8.zip", - "archiveFileName": "fp64lib-1.1.8.zip", - "size": 205675, - "checksum": "SHA-256:a70ac43076583c5883d36a294800f4bf8c29082a747e89fb265c4148ec2b5e3c" + "url": "https://downloads.arduino.cc/libraries/github.com/hardmax/ADS1232-1.0.1.zip", + "archiveFileName": "ADS1232-1.0.1.zip", + "size": 8706, + "checksum": "SHA-256:3cfb920e5a83a835f0a617b8fb25a1866f5db300f5ffd115b50aa75e11d17a75" }, { - "name": "fp64lib", - "version": "1.1.9", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.9 fixed missing segment allocations.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "ADS1232", + "version": "1.0.2", + "author": "Max Sanchez. \u003cmsanchez@hardmax.com.pe\u003e", + "maintainer": "Max Sanchez. \u003cmsanchez@hardmax.com.pe\u003e", + "sentence": "Simple Library to interface the Texas Instruments ADS1232 ADC.", + "paragraph": "A Simple Non-blocking Library for reading from Texas Instruments ADS1232 MultiChannel 24-bit ADC For Bridge Sensors.", + "website": "https://github.com/hardmax/ADS1232", + "category": "Sensors", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/hardmax/ADS1232.git", "providesIncludes": [ - "fp64lib.h" + "ADS1232.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.9.zip", - "archiveFileName": "fp64lib-1.1.9.zip", - "size": 205838, - "checksum": "SHA-256:f6bf78c775f55627dae5b073453c2d8684d28385f0267608b13a2daad1f1b40b" + "url": "https://downloads.arduino.cc/libraries/github.com/hardmax/ADS1232-1.0.2.zip", + "archiveFileName": "ADS1232-1.0.2.zip", + "size": 8831, + "checksum": "SHA-256:dafd8a9551fc4532fea4a9fc8f7781fb655b81c028e5ae1b952f06b893651fbc" }, { - "name": "fp64lib", - "version": "1.1.10", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.10 supports compilation outside arduino IDE", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "M5Unit-PoESP32", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5STACK UNIT PoESP32", + "paragraph": "See more on https://docs.m5stack.com/en/unit/poesp32", + "website": "https://github.com/m5stack/M5Unit-PoESP32", + "category": "Device Control", "architectures": [ - "avr", - "atmelavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/m5stack/M5Unit-PoESP32.git", "providesIncludes": [ - "fp64lib.h" + "Unit_PoESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.10.zip", - "archiveFileName": "fp64lib-1.1.10.zip", - "size": 207003, - "checksum": "SHA-256:b93f195b9712789f6cc81e98dd0b82b4de3f78fee1b08e8339905361bf0ded54" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_PoESP32-0.0.1.zip", + "archiveFileName": "M5Unit_PoESP32-0.0.1.zip", + "size": 28687, + "checksum": "SHA-256:6d68b843b1ff78dcdd9a374fcb16d9d4370d14aa0b603d16dddc3fcba2905405" }, { - "name": "fp64lib", - "version": "1.1.11", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.11 has further space-optimizations for asin \u0026 acos", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "SSD1803A_I2C", + "version": "1.0.1", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "LCD library for EA DOGx displays.", + "paragraph": "LCD library for EA DOGM204, DOGS164 and DOGS104 LCD displays with SSD1803A controller using the I2C interface.", + "website": "https://github.com/sstaub/SSD1803A_I2C", + "category": "Display", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/sstaub/SSD1803A_I2C.git", "providesIncludes": [ - "fp64lib.h" + "SSD1803A_I2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.11.zip", - "archiveFileName": "fp64lib-1.1.11.zip", - "size": 205959, - "checksum": "SHA-256:5cb87a6020df8129ac91cdb17bc2ff96a9d0b2e4cfb646f71ae2bf436378ab7f" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/SSD1803A_I2C-1.0.1.zip", + "archiveFileName": "SSD1803A_I2C-1.0.1.zip", + "size": 9649, + "checksum": "SHA-256:40202daa0e23a6b98b39ee1f25967e18ca8597ea8874295c9b51a10e72b8a5b2" }, { - "name": "fp64lib", - "version": "1.1.12", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.12 improved accuracy for sin \u0026 cos.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "SSD1803A_I2C", + "version": "1.0.2", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "LCD library for EA DOGx displays.", + "paragraph": "LCD library for EA DOGM204, DOGS164 and DOGS104 LCD displays with SSD1803A controller using the I2C interface.", + "website": "https://github.com/sstaub/SSD1803A_I2C", + "category": "Display", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", + "repository": "https://github.com/sstaub/SSD1803A_I2C.git", "providesIncludes": [ - "fp64lib.h" + "SSD1803A_I2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.12.zip", - "archiveFileName": "fp64lib-1.1.12.zip", - "size": 206020, - "checksum": "SHA-256:f603c8b93e1d2efa8036dd899ad9b40a0d042657a92c3220651fe9ef34e95f48" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/SSD1803A_I2C-1.0.2.zip", + "archiveFileName": "SSD1803A_I2C-1.0.2.zip", + "size": 9655, + "checksum": "SHA-256:1501f836d44897c656cbbc12fbbade81eeb6847917a7aea5f2f06e502b04cc6a" }, { - "name": "fp64lib", - "version": "1.1.13", - "author": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "maintainer": "Uwe Bissinger \u003cmail@fp64lib.org\u003e", - "sentence": "Handcrafted 64-bit floating point routines for AVR/arduino microprocessors.", - "paragraph": "fp64lib is a library for implementing 64-bit floating point arithmetic on the AVR MegaAVR architecure microprocessors, like the popular Arduino series. Data format is fully compatible with IEEE 754 binary64 standard. V1.1.13 added fp64_exp10, fp64_log2 and experimental long double support for gcc 10.", - "website": "https://fp64lib.org", - "category": "Data Processing", + "name": "OpenBehavior", + "version": "0.1.3", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ - "avr", - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fp64lib/fp64lib.git", - "providesIncludes": [ - "fp64lib.h" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/fp64lib/fp64lib-1.1.13.zip", - "archiveFileName": "fp64lib-1.1.13.zip", - "size": 210078, - "checksum": "SHA-256:03b65d6599b1c5937e47d3a68ad7bfbd2d1657b8705a775d6352bec1dee66aab" + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.1.3.zip", + "archiveFileName": "OpenBehavior-0.1.3.zip", + "size": 126382, + "checksum": "SHA-256:2aab03f3f6ed015bb7b116723998c8cc1c5a24072b3852720a27620ddd1f5213" }, { - "name": "BraccioV2", - "version": "0.2.0", - "author": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", - "maintainer": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", - "sentence": "A library that enables more functionality for use with the Tinkerkit Braccio Arm.", - "paragraph": "Adds additional functionality beyond default library, including support for individual joint positions, relative motion, and independent min/max/center calibration. Only works with Tinkerkit Braccio with V4 shield.", - "website": "https://github.com/kk6axq/BraccioV2", - "category": "Device Control", + "name": "OpenBehavior", + "version": "0.1.4", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ - "avr", - "samd", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kk6axq/BraccioV2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kk6axq/BraccioV2-0.2.0.zip", - "archiveFileName": "BraccioV2-0.2.0.zip", - "size": 19930641, - "checksum": "SHA-256:f76b08f5b4408f9686c5af8e9fa4476cc317d10611f8ab3f4766859dee9db926" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.1.4.zip", + "archiveFileName": "OpenBehavior-0.1.4.zip", + "size": 126608, + "checksum": "SHA-256:ed250f86e6c80fb566af07a7e5a71c51e5bf58b245f82a772b1db14064510940" }, { - "name": "BraccioV2", - "version": "0.2.1", - "author": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", - "maintainer": "Lukas Severinghaus \u003ckk6axq@gmail.com\u003e", - "sentence": "A library that enables more functionality for use with the Tinkerkit Braccio Arm.", - "paragraph": "Adds additional functionality beyond default library, including support for individual joint positions, relative motion, and independent min/max/center calibration. Only works with Tinkerkit Braccio with V4 shield.", - "website": "https://github.com/kk6axq/BraccioV2", - "category": "Device Control", + "name": "OpenBehavior", + "version": "0.1.5", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ - "avr", - "samd", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kk6axq/BraccioV2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kk6axq/BraccioV2-0.2.1.zip", - "archiveFileName": "BraccioV2-0.2.1.zip", - "size": 19930641, - "checksum": "SHA-256:fed7d500cc113ff15f32940388e3490d39daf80d51028ff19f6dd08f106ec499" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.1.5.zip", + "archiveFileName": "OpenBehavior-0.1.5.zip", + "size": 127888, + "checksum": "SHA-256:3a001a9aef5d8f14edce4df21e348c473e1ff50cd840103091880c1194b09ca0" }, { - "name": "SparkFun AK975X Human Presence Sensor Library", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", - "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", - "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", - "category": "Sensors", + "name": "OpenBehavior", + "version": "0.1.6", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.3.zip", - "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.3.zip", - "size": 18629, - "checksum": "SHA-256:a39c27b0541b8b885536c7e4e88e8fc088e1de382418b08b15323934b5d3bdc5" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.1.6.zip", + "archiveFileName": "OpenBehavior-0.1.6.zip", + "size": 132598, + "checksum": "SHA-256:a6f311243f5c81d5a3be5507cf50bc9ae826f57c48169770f2f6dde7e0e70eab" }, { - "name": "SparkFun AK975X Human Presence Sensor Library", - "version": "1.0.4", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", - "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", - "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", - "category": "Sensors", + "name": "OpenBehavior", + "version": "0.1.7", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.4.zip", - "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.4.zip", - "size": 18630, - "checksum": "SHA-256:4fb23ee4de4b5f4c820bcf952ebd548d3eba4e1450ffa2bc4e10597d4922a955" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.1.7.zip", + "archiveFileName": "OpenBehavior-0.1.7.zip", + "size": 124091, + "checksum": "SHA-256:5412453a8b13019371a04ced54999578e2f42f23bbb3bbf8c150b1c9e66c85a3" }, { - "name": "SparkFun AK975X Human Presence Sensor Library", - "version": "1.0.5", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", - "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", - "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", - "category": "Sensors", + "name": "OpenBehavior", + "version": "0.1.8", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.5.zip", - "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.5.zip", - "size": 18630, - "checksum": "SHA-256:e0cbd0e3bf8f2095fd85d035d621eddaa9029c55607e3f05731b7c5c7a4ecdc4" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.1.8.zip", + "archiveFileName": "OpenBehavior-0.1.8.zip", + "size": 150348, + "checksum": "SHA-256:e2d7765cb69f561f5ed6d52219d3137b5ca1b18c14ff657823869bf9ff079d8d" }, { - "name": "SparkFun AK975X Human Presence Sensor Library", - "version": "1.0.6", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the AK9753 PIR Human Presence Qwiic Board", - "paragraph": "An Arduino Library for the AK9753 4 channel PIR sensor used for human movement and presence sensing", - "website": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library", - "category": "Sensors", + "name": "OpenBehavior", + "version": "0.2.0", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_AK975x_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.6.zip", - "archiveFileName": "SparkFun_AK975X_Human_Presence_Sensor_Library-1.0.6.zip", - "size": 18628, - "checksum": "SHA-256:b7dd8e5c3209d307d5c23dc2e70b321c6561de154a036ea098767d1efdec1142" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.2.0.zip", + "archiveFileName": "OpenBehavior-0.2.0.zip", + "size": 151709, + "checksum": "SHA-256:e0d6a3cd1cfbf0ffe2cc76d89c266d9e9572a69713a2dbd175e7ebf01c7679be" }, { - "name": "MBUSPayload", - "version": "0.1.0", - "author": "Xose Pérez \u003cxose@allwize.io\u003e", - "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", - "sentence": "MBUS application layer payload encoder and decoder", - "website": "https://github.com/allwize/mbus-payload.git", - "category": "Communication", + "name": "OpenBehavior", + "version": "0.3.0", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AllWize/mbus-payload.git", - "providesIncludes": [ - "MBUSPayload.h" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.0.zip", - "archiveFileName": "MBUSPayload-0.1.0.zip", - "size": 23310, - "checksum": "SHA-256:3434fe4aa29a3ce39dc5ce9cba5c350d49447a1e702d2c62075d9049c37c2da4" + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.3.0.zip", + "archiveFileName": "OpenBehavior-0.3.0.zip", + "size": 396043, + "checksum": "SHA-256:bbab8b42904919246ebf574711c0113f6c769e589bd3817708a3b26defce2100" }, { - "name": "MBUSPayload", - "version": "0.1.1", - "author": "Xose Pérez \u003cxose@allwize.io\u003e", - "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", - "sentence": "MBUS application layer payload encoder and decoder", - "website": "https://github.com/allwize/mbus-payload.git", - "category": "Communication", + "name": "OpenBehavior", + "version": "0.3.2", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AllWize/mbus-payload.git", - "providesIncludes": [ - "MBUSPayload.h" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.1.zip", - "archiveFileName": "MBUSPayload-0.1.1.zip", - "size": 23385, - "checksum": "SHA-256:af96a5b09088c7200a09bb9bb1f045acb8de29bd0110822bdf88996a03f15f7d" + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.3.2.zip", + "archiveFileName": "OpenBehavior-0.3.2.zip", + "size": 395434, + "checksum": "SHA-256:b63acef75707e64360a12e50602379f46c4012040e72c90eadada176ac2651e8" }, { - "name": "MBUSPayload", - "version": "0.1.2", - "author": "Xose Pérez \u003cxose@allwize.io\u003e", - "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", - "sentence": "MBUS application layer payload encoder and decoder", - "website": "https://github.com/allwize/mbus-payload.git", - "category": "Communication", + "name": "OpenBehavior", + "version": "0.4.0", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AllWize/mbus-payload.git", - "providesIncludes": [ - "MBUSPayload.h" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-0.1.2.zip", - "archiveFileName": "MBUSPayload-0.1.2.zip", - "size": 23590, - "checksum": "SHA-256:841123a2065ad5943a2f81691f9133c46ee73b2632f964dc1ff4cfb40ce38980" + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.4.0.zip", + "archiveFileName": "OpenBehavior-0.4.0.zip", + "size": 390108, + "checksum": "SHA-256:fde39d4ac825b073084be7c31e0141f99e862b2cf364d161353c1d83af3b9c1f" }, { - "name": "MBUSPayload", - "version": "1.0.0", - "author": "Xose Pérez \u003cxose@allwize.io\u003e", - "maintainer": "Xose Pérez \u003cxose@allwize.io\u003e", - "sentence": "MBUS application layer payload encoder and decoder", - "website": "https://github.com/allwize/mbus-payload.git", - "category": "Communication", + "name": "OpenBehavior", + "version": "0.4.1", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AllWize/mbus-payload.git", - "providesIncludes": [ - "MBUSPayload.h" - ], + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", "dependencies": [ { - "name": "ArduinoJson" + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AllWize/MBUSPayload-1.0.0.zip", - "archiveFileName": "MBUSPayload-1.0.0.zip", - "size": 24271, - "checksum": "SHA-256:a0140cf9d9471ec1e88334231123352bacc201fc51c04f55f02902b6a2cf123f" + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.4.1.zip", + "archiveFileName": "OpenBehavior-0.4.1.zip", + "size": 390199, + "checksum": "SHA-256:60e120a383c1f94c642d734216950562d2258eda1306dc87b49d509890a57a6c" }, { - "name": "TinyPICO Helper Library", - "version": "1.0.0", - "author": "UnexpectedMaker", - "maintainer": "UnexpectedMaker", - "sentence": "A TinyPICO Helper Library", - "paragraph": "A TinyPICO Helper Library", - "website": "https://github.com/inyPICO", - "category": "Uncategorized", + "name": "OpenBehavior", + "version": "0.5.0", + "author": "Lex Kravitz, Cammi Rood, Kevin Lopez", + "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", + "sentence": "OpenBehavior Course on Microcontrollers", + "paragraph": "This repository contains the necessary libraries and examples for the MicroControllers for Neuroscience Course, written for the Adafruit PyGamer board", + "website": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.0.0.zip", - "archiveFileName": "TinyPICO_Helper_Library-1.0.0.zip", - "size": 8650, - "checksum": "SHA-256:29f20d443c4282faf8e32ee74f467f150c65562d98aa50074cced360291b6da5" + "repository": "https://github.com/KravitzLab/MicrocontrollersForNeuroscience.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "SD" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit EPD" + }, + { + "name": "Adafruit ImageReader Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit LIS3DH" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLab/OpenBehavior-0.5.0.zip", + "archiveFileName": "OpenBehavior-0.5.0.zip", + "size": 390069, + "checksum": "SHA-256:73f034c56aae15f46fc7cf0d4bd6b9db433115123ce14d1f4594c208c72dbfaa" }, { - "name": "TinyPICO Helper Library", - "version": "1.2.0", - "author": "UnexpectedMaker", - "maintainer": "UnexpectedMaker", - "sentence": "A TinyPICO Helper Library", - "paragraph": "A TinyPICO Helper Library", - "website": "https://github.com/inyPICO", - "category": "Uncategorized", + "name": "DRV8825", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DRV8825 stepper motor driver.", + "website": "https://github.com/RobTillaart/DRV8825", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.2.0.zip", - "archiveFileName": "TinyPICO_Helper_Library-1.2.0.zip", - "size": 8664, - "checksum": "SHA-256:ce04a5466020586d5ec1be559554eb6a6c3600762afc7d896744be14eb49fee2" + "repository": "https://github.com/RobTillaart/DRV8825.git", + "providesIncludes": [ + "DRV8825.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DRV8825-0.1.0.zip", + "archiveFileName": "DRV8825-0.1.0.zip", + "size": 7318, + "checksum": "SHA-256:1e0f950ebcbea8a5f3aa38c601b42275e2d308de434c0f449e1bf30f0dfa779a" }, { - "name": "TinyPICO Helper Library", - "version": "1.3.0", - "author": "UnexpectedMaker", - "maintainer": "UnexpectedMaker", - "sentence": "A TinyPICO Helper Library", - "paragraph": "A TinyPICO Helper Library", - "website": "https://github.com/inyPICO", - "category": "Uncategorized", + "name": "DRV8825", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DRV8825 stepper motor driver.", + "website": "https://github.com/RobTillaart/DRV8825", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/UnexpectedMaker/tinypico-helper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UnexpectedMaker/TinyPICO_Helper_Library-1.3.0.zip", - "archiveFileName": "TinyPICO_Helper_Library-1.3.0.zip", - "size": 8763, - "checksum": "SHA-256:108a2d9c28e5a110427373722a11621a20cbe3e9de6cc17f396d0cd0bb01b5d9" + "repository": "https://github.com/RobTillaart/DRV8825.git", + "providesIncludes": [ + "DRV8825.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DRV8825-0.1.1.zip", + "archiveFileName": "DRV8825-0.1.1.zip", + "size": 8566, + "checksum": "SHA-256:ebdc65bf92d6f7c156663e804600bfe7878d5bebb8d862a5c514212e45d9eb64" }, { - "name": "bcl", - "version": "0.0.2", - "author": "Project Nayuki \u003cme@nayuki.io\u003e", - "maintainer": "Simon Downey \u003csimon@ark.io\u003e", - "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", - "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", - "website": "https://github.com/sleepdefic1t/bcl", - "category": "Other", + "name": "DRV8825", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DRV8825 stepper motor driver.", + "website": "https://github.com/RobTillaart/DRV8825", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sleepdefic1t/bcl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.2.zip", - "archiveFileName": "bcl-0.0.2.zip", - "size": 1050211, - "checksum": "SHA-256:bbdc1202cf686fe582678bc86a06c458262439f071234eb55b890f9293430a53" + "repository": "https://github.com/RobTillaart/DRV8825.git", + "providesIncludes": [ + "DRV8825.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DRV8825-0.1.2.zip", + "archiveFileName": "DRV8825-0.1.2.zip", + "size": 9791, + "checksum": "SHA-256:e2358eff3fd4bf43b57bc41f38b42cf83001151dd6e91199e1caa8e4e327f307" }, { - "name": "bcl", - "version": "0.0.3", - "author": "Project Nayuki \u003cme@nayuki.io\u003e", - "maintainer": "Simon Downey \u003csimon@ark.io\u003e", - "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", - "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", - "website": "https://github.com/sleepdefic1t/bcl", - "category": "Other", + "name": "DRV8825", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DRV8825 stepper motor driver.", + "website": "https://github.com/RobTillaart/DRV8825", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sleepdefic1t/bcl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.3.zip", - "archiveFileName": "bcl-0.0.3.zip", - "size": 1049434, - "checksum": "SHA-256:a30997038fb129ecd47547d082907559ed116dc0d851c0bf3ef7b7fd38201868" + "repository": "https://github.com/RobTillaart/DRV8825.git", + "providesIncludes": [ + "DRV8825.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DRV8825-0.1.3.zip", + "archiveFileName": "DRV8825-0.1.3.zip", + "size": 10203, + "checksum": "SHA-256:131ccb8fcd84e0f90767febb60cbc0d0d837297e637f2f3dc5da905f787128e1" }, { - "name": "bcl", - "version": "0.0.4", - "author": "Project Nayuki \u003cme@nayuki.io\u003e", - "maintainer": "Simon Downey \u003csimon@ark.io\u003e", - "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", - "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", - "website": "https://github.com/sleepdefic1t/bcl", - "category": "Other", + "name": "DRV8825", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DRV8825 stepper motor driver.", + "website": "https://github.com/RobTillaart/DRV8825", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sleepdefic1t/bcl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.4.zip", - "archiveFileName": "bcl-0.0.4.zip", - "size": 1050189, - "checksum": "SHA-256:dfa5810a26b223d4f7637dce482d440d6b51dab4c25d21b2812a8e572eaccb0c" + "repository": "https://github.com/RobTillaart/DRV8825.git", + "providesIncludes": [ + "DRV8825.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DRV8825-0.1.4.zip", + "archiveFileName": "DRV8825-0.1.4.zip", + "size": 11356, + "checksum": "SHA-256:d2552fe2d64cf0f5565187a03a3fe91975523a15d001ef0ec9cce55927b5edaa" }, { - "name": "bcl", - "version": "0.0.5", - "author": "Project Nayuki \u003cme@nayuki.io\u003e", - "maintainer": "Simon Downey \u003csimon@ark.io\u003e", - "sentence": "A fork of Nayukis Bitcoin Cryptography Library.", - "paragraph": "This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.", - "website": "https://github.com/sleepdefic1t/bcl", - "category": "Other", + "name": "DRV8825", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for DRV8825 stepper motor driver.", + "website": "https://github.com/RobTillaart/DRV8825", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sleepdefic1t/bcl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sleepdefic1t/bcl-0.0.5.zip", - "archiveFileName": "bcl-0.0.5.zip", - "size": 1049846, - "checksum": "SHA-256:b0cdf789fa58326e777a6f8b07c0c7127e6473d98c6ca40ffda9c97b75fc0296" + "repository": "https://github.com/RobTillaart/DRV8825.git", + "providesIncludes": [ + "DRV8825.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DRV8825-0.2.0.zip", + "archiveFileName": "DRV8825-0.2.0.zip", + "size": 12735, + "checksum": "SHA-256:0767cb4ede063b6791d16708571022c3b20ad10beee98da51dfa8a50e1b9a917" }, { - "name": "TM1637 Driver", + "name": "MegunoLink File Manager", "version": "1.0.0", - "author": "AKJ \u003cakj123429@gmail.com\u003e", - "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", - "sentence": "Nice and Well-written library to handle TM1637 display features.", - "paragraph": "This library supports displaying characters and automatic number handling to the TM1637 display. Some features of the library include easy brightness setup, clock colon alternation and inheritance support.", - "website": "https://github.com/AKJ7/TM1637", - "category": "Display", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library to provide access to files on embedded SD/LittleFS filesystem from MegunoLink.", + "paragraph": "Use MegunoLink to transfer files between your computer and embedded program.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AKJ7/TM1637.git", + "repository": "https://github.com/Megunolink/FileManager.git", "providesIncludes": [ - "TM1637.h" + "SDFileManager.h", + "LIttleFSFileManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.0.0.zip", - "archiveFileName": "TM1637_Driver-1.0.0.zip", - "size": 17947, - "checksum": "SHA-256:0fcdf7ba7a10941113b68301a5153b402090cc209922c85cf7872e069760a4ee" + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink_File_Manager-1.0.0.zip", + "archiveFileName": "MegunoLink_File_Manager-1.0.0.zip", + "size": 120973, + "checksum": "SHA-256:a5c2d7bd0c8c86103038034724814b07a17ee806d9eb017f7f7929b8d3362b70" }, { - "name": "TM1637 Driver", + "name": "MegunoLink File Manager", "version": "1.1.0", - "author": "AKJ \u003cakj123429@gmail.com\u003e", - "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", - "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features.", - "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows.", - "website": "https://github.com/AKJ7/TM1637", - "category": "Display", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library to provide access to files on embedded SD/LittleFS filesystem from MegunoLink.", + "paragraph": "Use MegunoLink to transfer files between your computer and embedded program.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AKJ7/TM1637.git", + "repository": "https://github.com/Megunolink/FileManager.git", "providesIncludes": [ - "TM1637.h" + "SDFileManager.h", + "LittleFSFileManager.h", + "SDMMCFileManager.h", + "SdFatFileManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.0.zip", - "archiveFileName": "TM1637_Driver-1.1.0.zip", - "size": 21658, - "checksum": "SHA-256:f878d95881321ea78ea9979bc3c2d2476690822faba35e58472ad09d62055a94" + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink_File_Manager-1.1.0.zip", + "archiveFileName": "MegunoLink_File_Manager-1.1.0.zip", + "size": 168379, + "checksum": "SHA-256:c57c8c3e6a3c6a7dc93059e726c3884d57933d659cd36efcf633a5fb71a281a4" }, { - "name": "TM1637 Driver", + "name": "MegunoLink File Manager", "version": "1.1.1", - "author": "AKJ \u003cakj123429@gmail.com\u003e", - "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", - "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features. Supports numbers and strings, as well as screen splitting, screen clearing, pads, offsets, overflow and soon animations.", - "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows.", - "website": "https://github.com/AKJ7/TM1637", - "category": "Display", + "author": "Number Eight Innovation", + "maintainer": "Number Eight Innovation \u003csupport@megunolink.com\u003e", + "sentence": "Library to provide access to files on embedded SD/LittleFS filesystem from MegunoLink.", + "paragraph": "Use MegunoLink to transfer files between your computer and embedded program.", + "website": "https://www.megunolink.com/documentation/arduino-library/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AKJ7/TM1637.git", + "repository": "https://github.com/Megunolink/FileManager.git", "providesIncludes": [ - "TM1637.h" + "SDFileManager.h", + "LittleFSFileManager.h", + "SDMMCFileManager.h", + "SdFatFileManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.1.zip", - "archiveFileName": "TM1637_Driver-1.1.1.zip", - "size": 24250, - "checksum": "SHA-256:ef2a3f170de900d06fdcd1844532de0c03d2180a8300d09ada5308b30fc4e712" + "url": "https://downloads.arduino.cc/libraries/github.com/Megunolink/MegunoLink_File_Manager-1.1.1.zip", + "archiveFileName": "MegunoLink_File_Manager-1.1.1.zip", + "size": 168452, + "checksum": "SHA-256:2da1698c0260da235d80916335e81a7000b489aeb8d81e8e0ce32dc43dae95b4" }, { - "name": "TM1637 Driver", - "version": "1.1.2", - "author": "AKJ \u003cakj123429@gmail.com\u003e", - "maintainer": "AKJ \u003cakj123429@gmail.com\u003e", - "sentence": "Nice, Well-written and User-friendly library to handle TM1637 display features. Supports numbers and strings, as well as screen splitting, screen clearing, pads, offsets, overflow and soon animations.", - "paragraph": "Features: -Displaying Integers, Float and String using only one function. Supports colon and comma. Supports offset, padding and overflows. Visit the Github page for more info https://github.com/AKJ7/TM1637", - "website": "https://github.com/AKJ7/TM1637", - "category": "Display", + "name": "I2Cwrapper", + "version": "0.3.0", + "author": "juh", + "maintainer": "juh", + "sentence": "I2Cwrapper is a generic modular framework for Arduino I2C target devices with support for plain Arduinos, ESP8266, ESP32, and ATtiny.", + "paragraph": "Consists of an easily extensible firmware framework and a I2C controller library. Ready to use modules exist for stepper motors, servo motors, digital/analog pins, ESP32 touch buttons, and TM1638 boards.", + "website": "https://github.com/ftjuh/I2Cwrapper", + "category": "Device Control", "architectures": [ - "*" + "avr", + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/AKJ7/TM1637.git", + "repository": "https://github.com/ftjuh/I2Cwrapper.git", "providesIncludes": [ - "TM1637.h" + "I2Cwrapper.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AKJ7/TM1637_Driver-1.1.2.zip", - "archiveFileName": "TM1637_Driver-1.1.2.zip", - "size": 25840, - "checksum": "SHA-256:07d1541963cbb3f8cc4c0512f2a5e65b9449c092a4e2bff9c00b36368fece1a9" + "url": "https://downloads.arduino.cc/libraries/github.com/ftjuh/I2Cwrapper-0.3.0.zip", + "archiveFileName": "I2Cwrapper-0.3.0.zip", + "size": 1487330, + "checksum": "SHA-256:0ea3be0cf3e3a32b6f7344829777335fb930d0bef189d9a92e6217155b547a4b" }, { - "name": "MQUnifiedsensor", - "version": "1.0.0", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the MQ sensors very easily.", - "paragraph": "This library allows an Arduino/Genuino board to read LiquidCrystal MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", - "website": "https://github.com/miguel5612/MQSensorsLib", - "category": "Sensors", + "name": "I2Cwrapper", + "version": "0.4.0", + "author": "juh", + "maintainer": "juh", + "sentence": "I2Cwrapper is a generic modular framework for Arduino I2C target devices with support for plain Arduinos, ESP8266, ESP32, SAMD, and ATtiny.", + "paragraph": "Consists of an easily extensible firmware framework and a I2C controller library. Ready to use modules exist for stepper motors, servo motors, digital/analog pins, ESP32 touch buttons, and TM1638 boards.", + "website": "https://github.com/ftjuh/I2Cwrapper", + "category": "Device Control", "architectures": [ - "avr" + "avr", + "esp32", + "esp8266", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/miguel5612/MQSensorsLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.0.zip", - "archiveFileName": "MQUnifiedsensor-1.0.0.zip", - "size": 8781931, - "checksum": "SHA-256:6a1a08b8096b615dfc65df67aff46d969ea9dac8ff9d9843e13971b536ee903c" + "repository": "https://github.com/ftjuh/I2Cwrapper.git", + "providesIncludes": [ + "I2Cwrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ftjuh/I2Cwrapper-0.4.0.zip", + "archiveFileName": "I2Cwrapper-0.4.0.zip", + "size": 1493121, + "checksum": "SHA-256:f588a0b9e0b72103685fea1ec1701e98347e9f2d50cc3bb52e6404479f92b997" }, { - "name": "MQUnifiedsensor", - "version": "1.0.2", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the MQ sensors very easily.", - "paragraph": "This library allows an Arduino/Genuino board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", - "website": "https://github.com/miguel5612/MQSensorsLib", - "category": "Sensors", + "name": "I2Cwrapper", + "version": "0.5.0", + "author": "juh", + "maintainer": "juh", + "sentence": "I2Cwrapper is a generic modular framework which helps you implement Arduino based I2C target (slave) devices for control of non-I2C hardware.", + "paragraph": "Consists of an easily extensible firmware framework and a I2C controller library. Ready to use modules exist for TFT displays, stepper motors, servo motors, digital/analog pins, ESP32 touch buttons, and TM1638 boards. Supports plain Arduinos, ESP8266, ESP32, SAMD, and ATtiny platforms.", + "website": "https://github.com/ftjuh/I2Cwrapper", + "category": "Device Control", "architectures": [ - "avr" + "avr", + "esp32", + "esp8266", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/miguel5612/MQSensorsLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.2.zip", - "archiveFileName": "MQUnifiedsensor-1.0.2.zip", - "size": 8781918, - "checksum": "SHA-256:bd459e2079432b670fcb92c5cba347e03f091eecda7d2a51ddf676bb7f970c56" + "repository": "https://github.com/ftjuh/I2Cwrapper.git", + "providesIncludes": [ + "I2Cwrapper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ftjuh/I2Cwrapper-0.5.0.zip", + "archiveFileName": "I2Cwrapper-0.5.0.zip", + "size": 1870050, + "checksum": "SHA-256:5921dfd5af0c86fbe23e3fbaf5826461cd2ef4c6efae64a424b5eaf99c280263" }, { - "name": "MQUnifiedsensor", - "version": "1.0.4", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo \u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras \u003cmiguelangel5612@gmail.com\u003e", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the MQ sensors very easily.", - "paragraph": "This library allows an Arduino/Genuino board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", - "website": "https://github.com/miguel5612/MQSensorsLib", + "name": "Adafruit MMC56x3", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's MMC5603 or MMC5613 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's MMC5603 or MMC5613 Breakout", + "website": "https://github.com/adafruit/Adafruit_MMC56x3", "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/miguel5612/MQSensorsLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.0.4.zip", - "archiveFileName": "MQUnifiedsensor-1.0.4.zip", - "size": 8783504, - "checksum": "SHA-256:58bea6111f9b65bb6e0a6e3b0926cb385d0873b776da153dd811603032088163" + "repository": "https://github.com/adafruit/Adafruit_MMC56x3.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMC56x3-1.0.0.zip", + "archiveFileName": "Adafruit_MMC56x3-1.0.0.zip", + "size": 11721, + "checksum": "SHA-256:ea689deb5cbbdee8d8ccd3c88c48d0c8ca791ce8896b4e68642194169501ec46" }, { - "name": "MQUnifiedsensor", - "version": "1.9.9", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo, Ghiordy Contreras", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the MQ sensors very easily.", - "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", - "website": "https://github.com/miguel5612/MQSensorsLib", + "name": "Adafruit MMC56x3", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Unified Magnetometer sensor driver for Adafruit's MMC5603 or MMC5613 Breakout", + "paragraph": "Unified Magnetometer sensor driver for Adafruit's MMC5603 or MMC5613 Breakout", + "website": "https://github.com/adafruit/Adafruit_MMC56x3", "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/miguel5612/MQSensorsLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.9.9.zip", - "archiveFileName": "MQUnifiedsensor-1.9.9.zip", - "size": 62797, - "checksum": "SHA-256:5305294cefe0ffeb7324a5aa56000438e9df8a99fd1856feae3b584c493fde0d" + "repository": "https://github.com/adafruit/Adafruit_MMC56x3.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MMC56x3-1.0.1.zip", + "archiveFileName": "Adafruit_MMC56x3-1.0.1.zip", + "size": 11713, + "checksum": "SHA-256:9554cf10264487c455de3e2294a90a4d0e5496038f5254459d9321d80a8bc677" }, { - "name": "MQUnifiedsensor", - "version": "1.10.0", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo, Ghiordy Contreras", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the MQ sensors very easily.", - "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", - "website": "https://github.com/miguel5612/MQSensorsLib", - "category": "Sensors", + "name": "Adafruit PCF8574", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCF8574 I2C GPIO expander Adafruit shop", + "paragraph": "Arduino library for the PCF8574 I2C GPIO expander Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCF8574", + "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/miguel5612/MQSensorsLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-1.10.0.zip", - "archiveFileName": "MQUnifiedsensor-1.10.0.zip", - "size": 62916, - "checksum": "SHA-256:0d970a4659ceb10ed85b6eb442ea2b5d32441445081535b2e283850f40fcab50" + "repository": "https://github.com/adafruit/Adafruit_PCF8574.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8574-1.0.0.zip", + "archiveFileName": "Adafruit_PCF8574-1.0.0.zip", + "size": 11770, + "checksum": "SHA-256:854b1c4bcfb7349e13dae4ffae11cf432d2cf0e469ebfba764659e9a3c997180" }, { - "name": "MQUnifiedsensor", - "version": "2.0.0", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo\u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras\u003cmiguelangel5612@gmail.com\u003e", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the MQ sensors very easily.", - "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", - "website": "https://github.com/miguel5612/MQSensorsLib", - "category": "Sensors", + "name": "Adafruit PCF8574", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCF8574 I2C GPIO expander Adafruit shop", + "paragraph": "Arduino library for the PCF8574 I2C GPIO expander Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCF8574", + "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/miguel5612/MQSensorsLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-2.0.0.zip", - "archiveFileName": "MQUnifiedsensor-2.0.0.zip", - "size": 62726, - "checksum": "SHA-256:9a8df75e94a3dbe5583ee5cb8bf8d129f3a7215532a3776a8685c3ec8feca6d3" + "repository": "https://github.com/adafruit/Adafruit_PCF8574.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8574-1.1.0.zip", + "archiveFileName": "Adafruit_PCF8574-1.1.0.zip", + "size": 1074109, + "checksum": "SHA-256:ba10e5cfeef8bbf98748ad1706de8325c5ed1d8fdebf0dba30a838daa2bcf6f5" }, { - "name": "MQUnifiedsensor", - "version": "2.0.1", - "author": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e, Yersson Carrillo\u003cmiguelangel5612@gmail.com\u003e, Ghiordy Contreras\u003cmiguelangel5612@gmail.com\u003e", - "maintainer": "Miguel Califa \u003cmiguelangel5612@gmail.com\u003e", - "license": "MIT", - "sentence": "This library allows you to read the MQ sensors very easily.", - "paragraph": "This library allows an Arduino/Genuino/ESP8266 board to read MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.", - "website": "https://github.com/miguel5612/MQSensorsLib", - "category": "Sensors", + "name": "Adafruit PCF8574", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the PCF8574 I2C GPIO expander Adafruit shop", + "paragraph": "Arduino library for the PCF8574 I2C GPIO expander Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_PCF8574", + "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/miguel5612/MQSensorsLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miguel5612/MQUnifiedsensor-2.0.1.zip", - "archiveFileName": "MQUnifiedsensor-2.0.1.zip", - "size": 66443, - "checksum": "SHA-256:68122ffe8d51fa22d474c1744e12d83dcc389a86e67d4cc90cfb4deffbdf3c7a" + "repository": "https://github.com/adafruit/Adafruit_PCF8574.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8574-1.1.1.zip", + "archiveFileName": "Adafruit_PCF8574-1.1.1.zip", + "size": 1074108, + "checksum": "SHA-256:d029c973433739620a32ae91560ee77c7a93ef60c298b53b520bca56e057f379" }, { - "name": "ObjectButton", + "name": "Blues Wireless Notecard Auxiliary Wi-Fi", "version": "1.0.0", - "author": "Vladimír Záhradník, vladimir.zahradnik@jsc-electronics.cz", - "maintainer": "Vladimír Záhradník, vladimir.zahradnik@jsc-electronics.cz", - "license": "Apache-2.0", - "sentence": "An Arduino library for detecting button actions.", - "paragraph": "ObjectButton is an Arduino library for detecting common button actions. Because of it, you can map different functions into a single button, i.e. turn on the light on a button click and play an alarm sound on double-click.", - "website": "https://github.com/JSC-electronics/ObjectButton", - "category": "Signal Input/Output", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "A utility class to support external Wi-Fi operations.", + "paragraph": "NotecardAuxiliaryWiFi enables the Notecard to utilize external Wi-Fi resources of supported platforms.", + "website": "http://www.github.com/blues/notecard-aux-wifi", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/ObjectButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ObjectButton-1.0.0.zip", - "archiveFileName": "ObjectButton-1.0.0.zip", - "size": 61146, - "checksum": "SHA-256:894cd2580b81ef74c3e088a80a1df526a3c615960c3d32be7a3a46fb8bf5ab85" + "repository": "https://github.com/blues/notecard-aux-wifi.git", + "providesIncludes": [ + "Notecard.h", + "NotecardAuxiliaryWiFi.h" + ], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard_Auxiliary_Wi_Fi-1.0.0.zip", + "archiveFileName": "Blues_Wireless_Notecard_Auxiliary_Wi_Fi-1.0.0.zip", + "size": 9592, + "checksum": "SHA-256:f2f26ad6ef92e66a7fdd7f59dd850e5d4a1604308b2aee76ae907f8a1143217c" }, { - "name": "ObjectButton", - "version": "2.0.0", - "author": "JSC electronics", - "maintainer": "Vladimír Záhradník \u003cvladimir.zahradnik@jsce.cz\u003e, JSC electronics \u003cdevelopment@jsce.cz\u003e", - "license": "Apache-2.0", - "sentence": "An Arduino library for detecting button actions.", - "paragraph": "ObjectButton is an Arduino library for detecting common button actions. Because of it, you can map different functions into a single button, i.e., turn on the light on a button click and play an alarm sound on double-click.", - "website": "https://github.com/JSC-electronics/ObjectButton", - "category": "Signal Input/Output", + "name": "Blues Wireless Notecard Auxiliary Wi-Fi", + "version": "1.0.1", + "author": "Blues Wireless", + "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", + "sentence": "A utility class to support external Wi-Fi operations.", + "paragraph": "NotecardAuxiliaryWiFi enables the Notecard to utilize external Wi-Fi resources of supported platforms.", + "website": "http://www.github.com/blues/notecard-aux-wifi", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/ObjectButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ObjectButton-2.0.0.zip", - "archiveFileName": "ObjectButton-2.0.0.zip", - "size": 89309, - "checksum": "SHA-256:a8285a736f11ca873b858e153bf57a0f56e9d7231b3a563949ad7119a02c6f50" + "repository": "https://github.com/blues/notecard-aux-wifi.git", + "providesIncludes": [ + "Notecard.h", + "NotecardAuxiliaryWiFi.h" + ], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard_Auxiliary_Wi_Fi-1.0.1.zip", + "archiveFileName": "Blues_Wireless_Notecard_Auxiliary_Wi_Fi-1.0.1.zip", + "size": 10571, + "checksum": "SHA-256:49bb82813b1b22bdf19b9c0e37471267799846b261e02271f45dedf702ea5c84" }, { - "name": "uMuxOutputLib", - "version": "1.0.0", - "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", - "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", - "website": "https://github.com/Naguissa/uMuxOutputLib", + "name": "M5-ADS1115", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Unit Ameter \u0026 Vmeter", + "paragraph": "See more on https://docs.m5stack.com/en/unit/ameter or https://docs.m5stack.com/en/unit/vmeter", + "website": "https://github.com/m5stack/M5-ADS1115", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "repository": "https://github.com/m5stack/M5-ADS1115.git", "providesIncludes": [ - "uMuxOutputLib.h" + "M5_ADS1115.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.0.zip", - "archiveFileName": "uMuxOutputLib-1.0.0.zip", - "size": 9146, - "checksum": "SHA-256:0c990279464212a9c4ae30bbe526092d6592dbb8b4cf1603d7ef1f9f0937cad2" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_ADS1115-0.0.1.zip", + "archiveFileName": "M5_ADS1115-0.0.1.zip", + "size": 28396, + "checksum": "SHA-256:44335a265d04bfd76a17d928e5be953a505f768cf57450ceb0b77c2d31b28cd9" }, { - "name": "uMuxOutputLib", - "version": "1.0.1", - "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", - "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", - "website": "https://github.com/Naguissa/uMuxOutputLib", + "name": "M5-ADS1115", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Unit Ameter \u0026 Vmeter", + "paragraph": "See more on https://docs.m5stack.com/en/unit/ameter or https://docs.m5stack.com/en/unit/vmeter", + "website": "https://github.com/m5stack/M5-ADS1115", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "repository": "https://github.com/m5stack/M5-ADS1115.git", "providesIncludes": [ - "uMuxOutputLib.h" + "M5_ADS1115.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.1.zip", - "archiveFileName": "uMuxOutputLib-1.0.1.zip", - "size": 9219, - "checksum": "SHA-256:6214c17b94573015c23d0d5d07b31afa43a966ae442ffc9ec3df28ca56883911" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_ADS1115-0.0.2.zip", + "archiveFileName": "M5_ADS1115-0.0.2.zip", + "size": 31688, + "checksum": "SHA-256:4a6422a27fcaffceef94d5aca8b4c73b1c0bcb4cbf4bd423a32b45419e0929d9" }, { - "name": "uMuxOutputLib", - "version": "1.0.2", - "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "sentence": "Arduino, ESP8266 and STM32 7-segment multiplexed outputs library", - "paragraph": "Supports Arduino AVR, STM32 and ESP8266 microcontrollers", - "website": "https://github.com/Naguissa/uMuxOutputLib", - "category": "Device Control", + "name": "WinsonLib", + "version": "0.0.1", + "author": "Winson Semicondutor Corp.", + "maintainer": "Winson Semicondutor Corp.", + "sentence": "Winson product's Arduino Library", + "paragraph": "goal for easily Demo all Winson's products by using Arduino.", + "website": "https://github.com/WinsonAPP/WinsonLibrary", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Naguissa/uMuxOutputLib.git", + "repository": "https://github.com/WinsonAPP/WinsonLibrary.git", "providesIncludes": [ - "uMuxOutputLib.h" + "WinsonLib.h" ], - "dependencies": [ - { - "name": "uTimerLib" - } + "url": "https://downloads.arduino.cc/libraries/github.com/WinsonAPP/WinsonLib-0.0.1.zip", + "archiveFileName": "WinsonLib-0.0.1.zip", + "size": 21013, + "checksum": "SHA-256:ef040ccf5223eb4fd0779c380a76d51f07de9d2f750f5acfadf11098a80d887e" + }, + { + "name": "WinsonLib", + "version": "0.0.2", + "author": "Winson Semicondutor Corp.", + "maintainer": "Winson Semicondutor Corp.", + "sentence": "Winson product's Arduino Library", + "paragraph": "goal for easily Demo all Winson's products (Hall IC, WCS, WCM, DWCS) by using Arduino.", + "website": "https://github.com/WinsonAPP/WinsonLibrary", + "category": "Signal Input/Output", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uMuxOutputLib-1.0.2.zip", - "archiveFileName": "uMuxOutputLib-1.0.2.zip", - "size": 9816, - "checksum": "SHA-256:8dc2af90db0cafd9e23018c50c938c061162ecdd3eca83c93b3e825640c8b9ab" + "types": [ + "Contributed" + ], + "repository": "https://github.com/WinsonAPP/WinsonLibrary.git", + "providesIncludes": [ + "WinsonLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WinsonAPP/WinsonLib-0.0.2.zip", + "archiveFileName": "WinsonLib-0.0.2.zip", + "size": 21034, + "checksum": "SHA-256:c9c28ef0290df875ba48982eb6ef6f1cbca20f44a93a9baeb61235a794ebc3d4" }, { - "name": "PaunaStepper", - "version": "0.0.1", - "author": "KBernario", - "maintainer": "kbernario \u003ckbernario@gmail.com\u003e", - "sentence": "Allows Arduino boards to control hobby stepper motor such as model 28BYJ-48 5v with ULN2003.", - "paragraph": "PaunaStepper is a library for use with 4-wire hobby stepper motors. It is mainly oriented to low-cost stepper such as model 28BYJ-48 5v with ULN2003. The main feature that differentiates this library from similar ones is that it uses interrupts to control the steppers and can control more than one stepper in a similar way to the Servo library.", - "website": "http://www.udec.cl/%7edariorojas/PaunaStepper", - "category": "Device Control", + "name": "WinsonLib", + "version": "0.0.3", + "author": "Winson Semicondutor Corp.", + "maintainer": "Winson Semicondutor Corp.", + "sentence": "Winson product's Arduino Library", + "paragraph": "goal for easily Demo all Winson's products (Hall IC:WSH130,WSH130NL,WSH131,WSH132,WSH133,WSH134,WSH231, WCS:WCS1500,WCS1600,WCS1700,WCS1800,WCS2800,WCS6800,WCS2750,WCS3740,WCS2720,WCS2810,WCS2705,WCS2702,WCS2801,WCS37A50,WCS38A25,WCS2200,WCS2210,WCS2202,WCS2201, WCM:WCM1600,WCM1700,WCM1800,WCM6800,WCM2720,WCM2705,WCM2702,WCM2801, DWCS:DWCS1600,DWCS1700,DWCS1800,DWCS3300,DWC2200) by using Arduino.", + "website": "https://github.com/WinsonAPP/WinsonLibrary", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kbernario/PaunaStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kbernario/PaunaStepper-0.0.1.zip", - "archiveFileName": "PaunaStepper-0.0.1.zip", - "size": 27662, - "checksum": "SHA-256:4559c3e35138d54d9557d8937da8b82c294f12269666fda89f38e4325f6ce65b" + "repository": "https://github.com/WinsonAPP/WinsonLibrary.git", + "providesIncludes": [ + "WinsonLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/WinsonAPP/WinsonLib-0.0.3.zip", + "archiveFileName": "WinsonLib-0.0.3.zip", + "size": 21152, + "checksum": "SHA-256:ccd0f8b616e2e280a58b7274ed5a709e5ca99aed0ba870b889bf1803d25bfa7e" }, { - "name": "FunctionFsm", - "version": "1.0.0", - "author": "JRVeale", - "maintainer": "JRVeale", - "sentence": "A library that simplifies the creation of finite state machines and streamlines the process of turning state diagrams into code..", - "paragraph": "It encourages objects to have ownership of their state by allowing finite state machines to be held by other objects. Requires std::function, std::chronos and std::vector. This library is based on the fantastic arduino-fsm by Jon Black.", - "website": "https://github.com/JRVeale/function-fsm", - "category": "Other", + "name": "M5Unit-Encoder", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit Encoder", + "paragraph": "See more on https://docs.m5stack.com/en/unit/encoder", + "website": "https://github.com/m5stack/M5Unit-Encoder", + "category": "Device Control", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/JRVeale/function-fsm.git", + "repository": "https://github.com/m5stack/M5Unit-Encoder.git", "providesIncludes": [ - "FunctionFSM.h" + "Unit_Encoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JRVeale/FunctionFsm-1.0.0.zip", - "archiveFileName": "FunctionFsm-1.0.0.zip", - "size": 9010, - "checksum": "SHA-256:df8a5b14004dbb0c9960025b1aba20923abba3bdbe8fd14b57da4fd70781d3d1" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_Encoder-0.0.1.zip", + "archiveFileName": "M5Unit_Encoder-0.0.1.zip", + "size": 5437, + "checksum": "SHA-256:b0b697d01034e8222cb299ff7662be421671d724d87f8d82c4040369a6389271" }, { - "name": "SparkFun Qwiic Button and Qwiic Switch Library", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", - "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", - "website": "https://sparkfun.com/products/15584", - "category": "Sensors", + "name": "M5Unit-Encoder", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit Encoder", + "paragraph": "See more on https://docs.m5stack.com/en/unit/encoder", + "website": "https://github.com/m5stack/M5Unit-Encoder", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.2.zip", - "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.2.zip", - "size": 22191, - "checksum": "SHA-256:ff2a2d5d05c14fa0a8bc86852a448efee023ab192a58ec889f3d54cc95cfe995" + "repository": "https://github.com/m5stack/M5Unit-Encoder.git", + "providesIncludes": [ + "Unit_Encoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_Encoder-0.0.2.zip", + "archiveFileName": "M5Unit_Encoder-0.0.2.zip", + "size": 6743, + "checksum": "SHA-256:738c120c83333da241064afb5b2db20200403e1a4508b55d542723fa32969b7b" }, { - "name": "SparkFun Qwiic Button and Qwiic Switch Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", - "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", - "website": "https://sparkfun.com/products/15584", - "category": "Sensors", + "name": "M5-ADS1100", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Unit \u0026 Hat ADC", + "paragraph": "See more on https://docs.m5stack.com/en/unit/adc or https://docs.m5stack.com/en/hat/hat-adc", + "website": "https://github.com/m5stack/M5-ADS1100", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-1.0.1.zip", - "size": 22434, - "checksum": "SHA-256:905e5df671ad2c1934ea7807571719d38b37d3e8fbd287a42e14bdc0a0119e13" + "repository": "https://github.com/m5stack/M5-ADS1100.git", + "providesIncludes": [ + "M5_ADS1100.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_ADS1100-0.0.1.zip", + "archiveFileName": "M5_ADS1100-0.0.1.zip", + "size": 15696, + "checksum": "SHA-256:cfcdb91a63806bcf3f39f7941f46839ae5b31acca329e5faa910f3d7173a03b1" }, { - "name": "SparkFun Qwiic Button and Qwiic Switch Library", - "version": "2.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", - "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", - "website": "https://sparkfun.com/products/15584", - "category": "Sensors", + "name": "CCIR476", + "version": "1.0.0", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Encode and Decode CCIR476 symbols on your Arduino", + "paragraph": "This library offeres an easy way to encode and decode CCIR476 symbols on your Arduino for SITOR, AMTOR and Navtex message encoding and decoding.", + "website": "https://github.com/AI5GW/CCIR476", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.0.zip", - "size": 24700, - "checksum": "SHA-256:c770b874cbe099ef60f11ef1426531a4e5bdb959fee80ba6f2333e377280c30a" + "repository": "https://github.com/AI5GW/CCIR476.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/CCIR476-1.0.0.zip", + "archiveFileName": "CCIR476-1.0.0.zip", + "size": 17030, + "checksum": "SHA-256:878a7746b8b1b23d26880822bd81df7796963ba45b536a87afd9780f4b3151b9" }, { - "name": "SparkFun Qwiic Button and Qwiic Switch Library", - "version": "2.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", - "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", - "website": "https://sparkfun.com/products/15584", - "category": "Sensors", + "name": "CCIR476", + "version": "1.0.1", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Encode and Decode CCIR476 symbols on your Arduino", + "paragraph": "This library offers an easy way to encode and decode CCIR476 symbols on your Arduino for SITOR, AMTOR and Navtex message encoding and decoding.", + "website": "https://github.com/AI5GW/CCIR476", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.1.zip", - "size": 24659, - "checksum": "SHA-256:b040e2fc92a3262fc77e5fec52295a84cb8bc1e9d0800b6ebbb9826ce7d5f152" + "repository": "https://github.com/AI5GW/CCIR476.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/CCIR476-1.0.1.zip", + "archiveFileName": "CCIR476-1.0.1.zip", + "size": 18742, + "checksum": "SHA-256:f2425dcd4061f1b3e6e9a68e8c2f7362ba80f35a277c3a2425cc7ea1c562dd4f" }, { - "name": "SparkFun Qwiic Button and Qwiic Switch Library", - "version": "2.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", - "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", - "website": "https://sparkfun.com/products/15584", - "category": "Sensors", + "name": "CCIR476", + "version": "1.1.0", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Encode and Decode CCIR476 symbols for SITOR / AMTOR based messages on Arduino", + "paragraph": "This library offers an easy way to encode and decode CCIR476 symbols for SITOR, AMTOR and Navtex message encoding and decoding on Arduino.", + "website": "https://github.com/AI5GW/CCIR476", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.2.zip", - "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.2.zip", - "size": 24717, - "checksum": "SHA-256:6786e1ef1e60c1a49201376b0ba391baa73feb7d8456a239aa06ec88e2503870" + "repository": "https://github.com/AI5GW/CCIR476.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/CCIR476-1.1.0.zip", + "archiveFileName": "CCIR476-1.1.0.zip", + "size": 21171, + "checksum": "SHA-256:d32fc34ba0a90f1ee9d0047de82a1c52e16b2e9c87187e204420a37e503a7e08" }, { - "name": "SparkFun Qwiic Button and Qwiic Switch Library", - "version": "2.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", - "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", - "website": "https://sparkfun.com/products/15584", - "category": "Sensors", + "name": "CCIR476", + "version": "1.2.0", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Encode and Decode CCIR476 symbols for SITOR / AMTOR based messages on Arduino", + "paragraph": "This library offers an easy way to encode and decode CCIR476 symbols for SITOR, AMTOR and NAVTEX message encoding and decoding on Arduino.", + "website": "https://github.com/AI5GW/CCIR476", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.3.zip", - "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.3.zip", - "size": 24694, - "checksum": "SHA-256:8c54d1aafb5cae7e94422384e8f7249320dba1d6cf793b9017176a55465a278a" + "repository": "https://github.com/AI5GW/CCIR476.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/CCIR476-1.2.0.zip", + "archiveFileName": "CCIR476-1.2.0.zip", + "size": 27019, + "checksum": "SHA-256:8a56b3413216ac69b81be8af626a8652a18e3c15ab26a4d6c2010d88fc1c2a07" }, { - "name": "SparkFun Qwiic Button and Qwiic Switch Library", - "version": "2.0.4", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Fischer Moseley \u003cfischer.moseley@sparkfun.com\u003e", - "sentence": "Communicates and configures the SparkFun Qwiic Button and Switch.", - "paragraph": "This library allows the user to see the button status, configure the built-in LED, set up interrupts, change I2C addresses, and interface with the onboard button queues.", - "website": "https://sparkfun.com/products/15584", - "category": "Sensors", + "name": "CCIR476", + "version": "1.2.1", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Encode and Decode CCIR476 symbols for SITOR / AMTOR based messages on Arduino", + "paragraph": "This library offers an easy way to encode and decode CCIR476 symbols for SITOR, AMTOR and NAVTEX message encoding and decoding on Arduino.", + "website": "https://github.com/AI5GW/CCIR476", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.4.zip", - "archiveFileName": "SparkFun_Qwiic_Button_and_Qwiic_Switch_Library-2.0.4.zip", - "size": 24716, - "checksum": "SHA-256:8c1fd18ca00b5d947a16bdbda09ccadb78a403f837b278d99ba5a5e5c254a47d" + "repository": "https://github.com/AI5GW/CCIR476.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/CCIR476-1.2.1.zip", + "archiveFileName": "CCIR476-1.2.1.zip", + "size": 27019, + "checksum": "SHA-256:36ee37a9f3756e981f59a921d32a444d611d39a7f87f514a66ea3ed526277728" }, { - "name": "RobotLib", - "version": "1.0.0", - "author": "Sooner Robotics \u003cscr@ou.edu\u003e", - "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", - "license": "MIT", - "sentence": "A robotics library to simplify implementing generic robotics hardware.", - "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", - "website": "https://github.com/SoonerRobotics/RobotLib", + "name": "M5Hat-8Servos", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5 HAT 8SERVO", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Hat-8Servos", "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "repository": "https://github.com/m5stack/M5Hat-8Servos.git", "providesIncludes": [ - "RobotLib.h" + "Hat_8Servos.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.0.0.zip", - "archiveFileName": "RobotLib-1.0.0.zip", - "size": 131495, - "checksum": "SHA-256:827d451cb783154091d07da9061c80996e324676746f63ec8e3cae65c418fa03" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Hat_8Servos-0.0.1.zip", + "archiveFileName": "M5Hat_8Servos-0.0.1.zip", + "size": 81191, + "checksum": "SHA-256:9626aee521e0b930028b3f36af8843a18ce5dab725fe1be1bb4f86d7a74a5733" }, { - "name": "RobotLib", - "version": "1.2.1", - "author": "Sooner Robotics \u003cscr@ou.edu\u003e", - "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", - "license": "MIT", - "sentence": "A robotics library to simplify implementing generic robotics hardware.", - "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", - "website": "https://github.com/SoonerRobotics/RobotLib", + "name": "M5Hat-8Servos", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5 HAT 8SERVO", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Hat-8Servos", "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "repository": "https://github.com/m5stack/M5Hat-8Servos.git", "providesIncludes": [ - "RobotLib.h" + "Hat_8Servos.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.2.1.zip", - "archiveFileName": "RobotLib-1.2.1.zip", - "size": 125970, - "checksum": "SHA-256:e94bb1252d561da031ecabcd72f7a9aa8edec628ed4d27a82c8507e89e9dc610" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Hat_8Servos-0.0.2.zip", + "archiveFileName": "M5Hat_8Servos-0.0.2.zip", + "size": 81179, + "checksum": "SHA-256:d2b834df9dbd17c0a7a3da83376831fd40486d1a94157898df2f0f7f9753d702" }, { - "name": "RobotLib", - "version": "0.1.0", - "author": "Sooner Robotics \u003cscr@ou.edu\u003e", - "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", - "license": "MIT", - "sentence": "A robotics library to simplify implementing generic robotics hardware.", - "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", - "website": "https://github.com/SoonerRobotics/RobotLib", + "name": "M5-RoverC", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack RoverC \u0026 RoverC-Pro", + "paragraph": "See more on https://docs.m5stack.com/en/hat/hat_roverc_pro", + "website": "https://github.com/m5stack/M5_RoverC", "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "repository": "https://github.com/m5stack/M5-RoverC.git", "providesIncludes": [ - "RobotLib.h" + "M5_RoverC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-0.1.0.zip", - "archiveFileName": "RobotLib-0.1.0.zip", - "size": 12593, - "checksum": "SHA-256:2cfc5ff4eacc269797dd61f5813ed4e4e7c3c7bfdc21955e8dc4288f889d9aba" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_RoverC-0.0.1.zip", + "archiveFileName": "M5_RoverC-0.0.1.zip", + "size": 18960, + "checksum": "SHA-256:7db5189b47709c1390020e120b75720e9c7c6224cedeb6cb4565f0c8a6abe76a" }, { - "name": "RobotLib", - "version": "1.3.0", - "author": "Sooner Robotics \u003cscr@ou.edu\u003e", - "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", - "license": "MIT", - "sentence": "A robotics library to simplify implementing generic robotics hardware.", - "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", - "website": "https://github.com/SoonerRobotics/RobotLib", - "category": "Device Control", + "name": "SparkFun Qwiic Universal Auto-Detect", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A scalable library for logging data from a wide range of Qwiic sensors\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "This library makes it possible to create a scalable Qwiic (I\u003csup\u003e2\u003c/sup\u003eC) sensing and logging device on a wide range of platforms.\u003cbr/\u003e\u003cbr/\u003eThis library is stand-alone and self-contained. It contains a built-in copy of the Arduino Library for each supported sensor. You do not need to worry about installing those libraries yourself.\u003cbr/\u003e\u003cbr/\u003eThis library contains everything you need to log data from all supported sensors. You do not need a WiFi connection and it does not need to connect to an IO server or dashboard before you can access your sensor data. No account required!", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_Universal_Auto-Detect", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SoonerRobotics/RobotLib.git", - "providesIncludes": [ - "RobotLib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.3.0.zip", - "archiveFileName": "RobotLib-1.3.0.zip", - "size": 132884, - "checksum": "SHA-256:285d51713c3564700ef03b1ff5364e6f2dc7c60b1f9cc079f3eab5f5fb994521" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Universal_Auto-Detect.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Universal_Auto_Detect-1.0.1.zip", + "archiveFileName": "SparkFun_Qwiic_Universal_Auto_Detect-1.0.1.zip", + "size": 730265, + "checksum": "SHA-256:d8585ff87b3095dccdeca92c7176125b703b5462b6be55f7b0885ed104c3d1cf" }, { - "name": "RobotLib", - "version": "1.4.0", - "author": "Sooner Robotics \u003cscr@ou.edu\u003e", - "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", - "license": "MIT", - "sentence": "A robotics library to simplify implementing generic robotics hardware.", - "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", - "website": "https://github.com/SoonerRobotics/RobotLib", - "category": "Device Control", + "name": "SparseMatrix", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse matrices.", + "website": "https://github.com/RobTillaart/SparseMatrix", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "repository": "https://github.com/RobTillaart/SparseMatrix.git", "providesIncludes": [ - "RobotLib.h" + "SparseMatrix.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.4.0.zip", - "archiveFileName": "RobotLib-1.4.0.zip", - "size": 134277, - "checksum": "SHA-256:7a67a2b52c28180a28eb7221f15b9b0b3f4da5309f94e79625d3974a476e695d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseMatrix-0.1.0.zip", + "archiveFileName": "SparseMatrix-0.1.0.zip", + "size": 9664, + "checksum": "SHA-256:f21f9a3bac47ce72158e627eb6448bf4aac97cb1771fd0019b17a8dbc160b4c3" }, { - "name": "RobotLib", - "version": "1.5.0", - "author": "Sooner Robotics \u003cscr@ou.edu\u003e", - "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", - "license": "MIT", - "sentence": "A robotics library to simplify implementing generic robotics hardware.", - "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", - "website": "https://github.com/SoonerRobotics/RobotLib", - "category": "Device Control", + "name": "SparseMatrix", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse matrices.", + "website": "https://github.com/RobTillaart/SparseMatrix", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "repository": "https://github.com/RobTillaart/SparseMatrix.git", "providesIncludes": [ - "RobotLib.h" + "SparseMatrix.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.5.0.zip", - "archiveFileName": "RobotLib-1.5.0.zip", - "size": 135411, - "checksum": "SHA-256:d82da5512c7fae8be3418b2132c067368a5e19d48c0caee7d2fc9158b9f18a17" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseMatrix-0.1.1.zip", + "archiveFileName": "SparseMatrix-0.1.1.zip", + "size": 10382, + "checksum": "SHA-256:4fa1c39790be1d01c7e2592c807a3537df43e28ddef73ac8f0252cb06901ac08" }, { - "name": "RobotLib", - "version": "1.6.0", - "author": "Sooner Robotics \u003cscr@ou.edu\u003e", - "maintainer": "Noah Zemlin \u003cnoah.zemlin@ou.edu\u003e", - "license": "MIT", - "sentence": "A robotics library to simplify implementing generic robotics hardware.", - "paragraph": "Documentation available on our GitHub wiki at https://github.com/SoonerRobotics/RobotLib/wiki. Made with love by those nerds at Sooner Competitive Robotics.", - "website": "https://github.com/SoonerRobotics/RobotLib", - "category": "Device Control", + "name": "SparseMatrix", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse matrices.", + "website": "https://github.com/RobTillaart/SparseMatrix", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SoonerRobotics/RobotLib.git", + "repository": "https://github.com/RobTillaart/SparseMatrix.git", "providesIncludes": [ - "RobotLib.h" + "SparseMatrix.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SoonerRobotics/RobotLib-1.6.0.zip", - "archiveFileName": "RobotLib-1.6.0.zip", - "size": 136180, - "checksum": "SHA-256:0b81b098c0be25a2d2267d6b482982ef5ad7b4880a5becdacb4c32403bb2c834" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseMatrix-0.1.2.zip", + "archiveFileName": "SparseMatrix-0.1.2.zip", + "size": 12948, + "checksum": "SHA-256:a8999d417685880cc25e3926b3dd976d73467f0ef4f3ff6652155c5ba74aef72" }, { - "name": "RTC RV-3028-C7 Arduino Library", - "version": "2.0.0", - "author": "Constantin Koch", - "maintainer": "Constantin Koch - constantinkoch@outlook.com", - "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", - "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", - "category": "Timing", + "name": "SparseMatrix", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse matrices.", + "website": "https://github.com/RobTillaart/SparseMatrix", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.0.0.zip", - "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.0.0.zip", - "size": 20417, - "checksum": "SHA-256:ad6dedbdf6a2f6d042b22b667eb0b190c41f0d03eb014e908c60f2e1856c3175" + "repository": "https://github.com/RobTillaart/SparseMatrix.git", + "providesIncludes": [ + "SparseMatrix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseMatrix-0.1.3.zip", + "archiveFileName": "SparseMatrix-0.1.3.zip", + "size": 14945, + "checksum": "SHA-256:99b6c7ca06fffa8097be76666f843b85fef0bce8d023f29d52413437cf5595a9" }, { - "name": "RTC RV-3028-C7 Arduino Library", - "version": "2.0.1", - "author": "Constantin Koch", - "maintainer": "Constantin Koch - constantinkoch@outlook.com", - "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", - "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", - "category": "Timing", + "name": "SparseMatrix", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse matrices.", + "website": "https://github.com/RobTillaart/SparseMatrix", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.0.1.zip", - "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.0.1.zip", - "size": 20437, - "checksum": "SHA-256:315768266576d489d026f5a73baf63c969823a0fcb962af42c3662bf1b4d90b3" + "repository": "https://github.com/RobTillaart/SparseMatrix.git", + "providesIncludes": [ + "SparseMatrix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseMatrix-0.1.4.zip", + "archiveFileName": "SparseMatrix-0.1.4.zip", + "size": 15689, + "checksum": "SHA-256:b850e765dcbe2e06eb6e3c5ba19c44481cc73e28e30a6d9948c3118a1d79610d" }, { - "name": "RTC RV-3028-C7 Arduino Library", - "version": "2.1.0", - "author": "Constantin Koch", - "maintainer": "Constantin Koch - constantinkoch@outlook.com", - "sentence": "A library to drive the RV-3028-C7 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-3028-C7 is an extremely precise, extremely low power, highly configurable RTC. Under ideal conditions it runs at approximately 40nA with +/-5ppm per year of deviation (+/- 160 seconds worst case per year). This library was originally forked from the Sparkfun RV-1805 library, and costumized and enhanced to the RV-3028-C7.", - "website": "https://github.com/constiko/RV-3028_C7-Arduino_Library", - "category": "Timing", + "name": "SparseMatrix", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse matrices.", + "website": "https://github.com/RobTillaart/SparseMatrix", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/constiko/RV-3028_C7-Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/constiko/RTC_RV_3028_C7_Arduino_Library-2.1.0.zip", - "archiveFileName": "RTC_RV_3028_C7_Arduino_Library-2.1.0.zip", - "size": 46897, - "checksum": "SHA-256:2b3f42da1ef83037adc8f55cac5a54a3b3025bf8cee48a00e9338dd975fd7a61" + "repository": "https://github.com/RobTillaart/SparseMatrix.git", + "providesIncludes": [ + "SparseMatrix.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseMatrix-0.1.5.zip", + "archiveFileName": "SparseMatrix-0.1.5.zip", + "size": 15897, + "checksum": "SHA-256:a4ba90599484944065b2c329ae9c8ce0006388ea5b6fd54bed04754a628609b0" }, { - "name": "Hello Drum", - "version": "0.7.1", - "author": "Ryo Kosaka", - "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", - "sentence": "Arduino Library for piezo sensing", - "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", - "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", - "category": "Sensors", + "name": "ESP32Console", + "version": "1.0.0", + "author": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "maintainer": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "sentence": "Extensible UART console for ESP32 with useful included commands.", + "paragraph": "This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment", + "website": "https://github.com/jbtronics/ESP32Console", + "category": "Communication", "architectures": [ - "avr", - "teensy", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", - "providesIncludes": [ - "hellodrum.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.1.zip", - "archiveFileName": "Hello_Drum-0.7.1.zip", - "size": 54389, - "checksum": "SHA-256:aadcdb378d01b6e748ec8f7e57d3ca0e3df5935127e91ed6c18f427a9b8e2963" + "repository": "https://github.com/jbtronics/ESP32Console.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jbtronics/ESP32Console-1.0.0.zip", + "archiveFileName": "ESP32Console-1.0.0.zip", + "size": 95225, + "checksum": "SHA-256:bcb89499bc34efdd486861b77e17d3a4a6668d3df379f4acb3363afbd4dc9efb" }, { - "name": "Hello Drum", - "version": "0.7.2", - "author": "Ryo Kosaka", - "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", - "sentence": "Arduino Library for piezo sensing", - "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", - "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", - "category": "Sensors", + "name": "ESP32Console", + "version": "1.1.0", + "author": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "maintainer": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "sentence": "Extensible UART console for ESP32 with useful included commands.", + "paragraph": "This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment", + "website": "https://github.com/jbtronics/ESP32Console", + "category": "Communication", "architectures": [ - "avr", - "teensy", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", - "providesIncludes": [ - "hellodrum.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.2.zip", - "archiveFileName": "Hello_Drum-0.7.2.zip", - "size": 58252, - "checksum": "SHA-256:94a452cdf1780f870c3d181a5554aaa5169ae8e80492d6db5e381a8867f17858" + "repository": "https://github.com/jbtronics/ESP32Console.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jbtronics/ESP32Console-1.1.0.zip", + "archiveFileName": "ESP32Console-1.1.0.zip", + "size": 165696, + "checksum": "SHA-256:a172545d403218a6545e1a6b499169a4f6710fc85f931ddadad3df5ac8f2c609" }, { - "name": "Hello Drum", - "version": "0.7.3", - "author": "Ryo Kosaka", - "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", - "sentence": "Arduino Library for piezo sensing", - "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", - "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", - "category": "Sensors", + "name": "ESP32Console", + "version": "1.2.0", + "author": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "maintainer": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "sentence": "Extensible UART console for ESP32 with useful included commands.", + "paragraph": "This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment", + "website": "https://github.com/jbtronics/ESP32Console", + "category": "Communication", "architectures": [ - "avr", - "teensy", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", - "providesIncludes": [ - "hellodrum.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.3.zip", - "archiveFileName": "Hello_Drum-0.7.3.zip", - "size": 60697, - "checksum": "SHA-256:e77ecb6e06a90908507e70fe87607734840352614dee4c205a087d8551924d6d" + "repository": "https://github.com/jbtronics/ESP32Console.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jbtronics/ESP32Console-1.2.0.zip", + "archiveFileName": "ESP32Console-1.2.0.zip", + "size": 118034, + "checksum": "SHA-256:9ea89a16099b240199ac48dffc13e7ce3c3b140d7e3f03d4744ed3b72c15e95c" }, { - "name": "Hello Drum", - "version": "0.7.4", - "author": "Ryo Kosaka", - "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", - "sentence": "Arduino Library for piezo sensing", - "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", - "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", - "category": "Sensors", + "name": "ESP32Console", + "version": "1.2.1", + "author": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "maintainer": "Jan Böhmer \u003cmail@jan-boehmer.de\u003e", + "sentence": "Extensible UART console for ESP32 with useful included commands.", + "paragraph": "This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment", + "website": "https://github.com/jbtronics/ESP32Console", + "category": "Communication", "architectures": [ - "avr", - "teensy", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", - "providesIncludes": [ - "hellodrum.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.4.zip", - "archiveFileName": "Hello_Drum-0.7.4.zip", - "size": 65418, - "checksum": "SHA-256:69e5811cf4f75873106bcdde6081fc0c71ccdb46a14787ecf575d1b555e6627e" + "repository": "https://github.com/jbtronics/ESP32Console.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jbtronics/ESP32Console-1.2.1.zip", + "archiveFileName": "ESP32Console-1.2.1.zip", + "size": 119140, + "checksum": "SHA-256:3359a8f4ae84a7646ebc8a4c8f44de3a68372143fde851853f81ffe6337f5ebe" }, { - "name": "Hello Drum", - "version": "0.7.5", - "author": "Ryo Kosaka", - "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", - "sentence": "Arduino Library for piezo sensing", - "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", - "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "name": "AVR-IoT MCP9808", + "version": "1.1.1", + "author": "Microchip", + "maintainer": "Microchip", + "sentence": "Low level Arduino driver for the MCP9808 Digital Temperatur Sensor, mainly focused for the AVR-IoT Cellular Mini", + "website": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver", "category": "Sensors", "architectures": [ - "avr", - "teensy", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "repository": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver.git", "providesIncludes": [ - "hellodrum.h" + "mcp9808.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.5.zip", - "archiveFileName": "Hello_Drum-0.7.5.zip", - "size": 65658, - "checksum": "SHA-256:902b7a9e51ebe6136e042291c577ee64d43955b278b0fd2028be14aad4b383bf" + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_MCP9808-1.1.1.zip", + "archiveFileName": "AVR_IoT_MCP9808-1.1.1.zip", + "size": 33398, + "checksum": "SHA-256:5ce83952262a7b253da76f3782ba027fa1c1377d0795ebb636ba728396139e80" }, { - "name": "Hello Drum", - "version": "0.7.6", - "author": "Ryo Kosaka", - "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", - "sentence": "Arduino Library for piezo sensing", - "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", - "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "name": "AVR-IoT MCP9808", + "version": "1.1.2", + "author": "Microchip", + "maintainer": "Microchip", + "sentence": "Low level Arduino driver for the MCP9808 Digital Temperatur Sensor, mainly focused for the AVR-IoT Cellular Mini", + "website": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver", "category": "Sensors", "architectures": [ - "avr", - "teensy", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "repository": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver.git", "providesIncludes": [ - "hellodrum.h" + "mcp9808.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.6.zip", - "archiveFileName": "Hello_Drum-0.7.6.zip", - "size": 68691, - "checksum": "SHA-256:4df45b402a98bfbd9478cf7891499782e46fb1087224c242cbc65b12bc52f5a5" + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_MCP9808-1.1.2.zip", + "archiveFileName": "AVR_IoT_MCP9808-1.1.2.zip", + "size": 33448, + "checksum": "SHA-256:aa9c6a84cf32395d3f6f407d049f89c3b3d4ccf3b07a9cd9427d95e2fb89b108" }, { - "name": "Hello Drum", - "version": "0.7.7", - "author": "Ryo Kosaka", - "maintainer": "Ryo Kosaka \u003cr.k1227@gmail.com\u003e", - "sentence": "Arduino Library for piezo sensing", - "paragraph": "By combining with the MIDI library, you can easily create MIDI converters. By combining with Teensy audio, you can easily create synth drums.", - "website": "https://github.com/RyoKosaka/HelloDrum-arduino-Library", + "name": "AVR-IoT MCP9808", + "version": "1.1.3", + "author": "Microchip", + "maintainer": "Microchip", + "sentence": "Low level Arduino driver for the MCP9808 Digital Temperatur Sensor, mainly focused for the AVR-IoT Cellular Mini", + "website": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver", "category": "Sensors", "architectures": [ - "avr", - "teensy", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RyoKosaka/HelloDrum-arduino-Library.git", + "repository": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver.git", "providesIncludes": [ - "hellodrum.h" + "mcp9808.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RyoKosaka/Hello_Drum-0.7.7.zip", - "archiveFileName": "Hello_Drum-0.7.7.zip", - "size": 67152, - "checksum": "SHA-256:baef1b7508b182743dbb9e596b33f560be490e494fabd3fe5a99fa344bb84883" + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_MCP9808-1.1.3.zip", + "archiveFileName": "AVR_IoT_MCP9808-1.1.3.zip", + "size": 33519, + "checksum": "SHA-256:c9e3c113ac8f305ab7c4ff459b0ecf4c92ab2900b9008236def8eb2ef518f7ee" }, { - "name": "SevenSeg4D", - "version": "1.0.0", - "author": "Bill Rigas \u003csort.coder@gmail.com\u003e", - "maintainer": "Bill Rigas \u003csort.coder@gmail.com\u003e", - "sentence": "Library for driving a 4 digit 7segment LED display screen with 2 HC595 shift registers", - "paragraph": "Supports SPI protocol where applicable. Also offers scrolling capabilities", - "website": "https://github.com/brigosx/SevenSeg4D", - "category": "Display", + "name": "AVR-IoT MCP9808", + "version": "1.1.4", + "author": "Microchip", + "maintainer": "Microchip", + "sentence": "Low level Arduino driver for the MCP9808 Digital Temperatur Sensor, mainly focused for the AVR-IoT Cellular Mini", + "website": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/brigosx/SevenSeg4D.git", + "repository": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver.git", "providesIncludes": [ - "SPI.h" + "mcp9808.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/brigosx/SevenSeg4D-1.0.0.zip", - "archiveFileName": "SevenSeg4D-1.0.0.zip", - "size": 23444, - "checksum": "SHA-256:c9e00990bec58c2927aeb889bc09f92d2d92e123532a399776797eb9dd4ef21c" + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_MCP9808-1.1.4.zip", + "archiveFileName": "AVR_IoT_MCP9808-1.1.4.zip", + "size": 33547, + "checksum": "SHA-256:7f59226421fca47c58fde5f13666be03d527f6a3ec82b667fad39d58b3135c26" }, { - "name": "um3750-library", - "version": "0.1.0", - "author": "francibm97", - "maintainer": "francibm97 https://github.com/francibm97", - "sentence": "Emulate the UM3750 encoder and decoder.", - "paragraph": "Use your ESP8266 to trasmit or receive fixed 12 bit codes over RF on 315MHz/433MHz.", - "website": "https://github.com/francibm97/UM3750", - "category": "Device Control", + "name": "AVR-IoT MCP9808", + "version": "1.1.5", + "author": "Microchip", + "maintainer": "Microchip", + "sentence": "Low level Arduino driver for the MCP9808 Digital Temperatur Sensor, mainly focused for the AVR-IoT Cellular Mini", + "website": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/francibm97/UM3750.git", + "repository": "https://github.com/microchip-pic-avr-solutions/mcp9808_arduino_driver.git", "providesIncludes": [ - "UM3750.h" + "mcp9808.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/francibm97/um3750_library-0.1.0.zip", - "archiveFileName": "um3750_library-0.1.0.zip", - "size": 60777, - "checksum": "SHA-256:98e5369e42d867d0cafc3ede08ab97e97c04fd82e56b938f6d1f702f07f8b7bc" + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_MCP9808-1.1.5.zip", + "archiveFileName": "AVR_IoT_MCP9808-1.1.5.zip", + "size": 30617, + "checksum": "SHA-256:09254e9740e5e02325f0293bdbe957c45edd46145f8cbeb4acfa5513328bcdde" }, { - "name": "CayenneLPP", + "name": "EspATMQTT", "version": "1.0.0", - "author": "The Things Network", - "maintainer": "Andres Sabas \u003cs@theinventorhouse.org\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/sabas1080/CayenneLPP", + "author": "Pontus Oldberg", + "maintainer": "Invector Labs \u003cinfo@sweetpeas.se\u003e", + "sentence": "Support library for the the MQTT functionality in the ESP-AT interpreter.", + "paragraph": "This library offers a simple C++ class interface that maps directly to the MQTT functions inside the ESP-AT interpreter.", + "website": "https://github.com/PontusO/EspATMQTT", "category": "Communication", "architectures": [ "*" @@ -274292,734 +728662,758 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/CayenneLPP.git", - "providesIncludes": [ - "CayenneLPP.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.0.zip", - "archiveFileName": "CayenneLPP-1.0.0.zip", - "size": 14006, - "checksum": "SHA-256:d0ca1ad35f16c2e710cb06ddd9fafcdc704affa8a16765190e6adca728e5bf55" + "repository": "https://github.com/PontusO/EspATMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PontusO/EspATMQTT-1.0.0.zip", + "archiveFileName": "EspATMQTT-1.0.0.zip", + "size": 367277, + "checksum": "SHA-256:86d91e4f2030e26c79e4c8415bf23f1d97daaf2eac5c090cb8f9984a279aa349" }, { - "name": "CayenneLPP", - "version": "1.0.1", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/sabas1080/CayenneLPP", - "category": "Communication", + "name": "BaudotCode", + "version": "1.0.0", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Easily encode and decode ITA-2 5 bit Baudot code for for RTTY on Arduino", + "paragraph": "This library offers an easy way to encode and decode ITA-2 5 bit Baudot code for for radioteletype (RTTY) on Arduino", + "website": "https://github.com/AI5GW/Baudot-Encode-Decode", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/CayenneLPP.git", - "providesIncludes": [ - "CayenneLPP.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.1.zip", - "archiveFileName": "CayenneLPP-1.0.1.zip", - "size": 14076, - "checksum": "SHA-256:5cfcaf1edd325df67dd0c65f4a5860f2ab8b490dda4d2d2508f8b511dba38647" + "repository": "https://github.com/AI5GW/Baudot-Encode-Decode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/BaudotCode-1.0.0.zip", + "archiveFileName": "BaudotCode-1.0.0.zip", + "size": 8855, + "checksum": "SHA-256:7014893228154ef1cb037ed466c14dc0eada178acb01667aa9cc73cdaf492b9a" }, { - "name": "CayenneLPP", - "version": "1.0.2", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/ElectronicCats/CayenneLPP", - "category": "Communication", + "name": "BaudotCode", + "version": "1.0.1", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Easily encode and decode ITA-2 5 bit Baudot code for for RTTY on Arduino", + "paragraph": "This library offers an easy way to encode and decode ITA-2 5 bit Baudot code for for radioteletype (RTTY) on Arduino", + "website": "https://github.com/AI5GW/Baudot-Encode-Decode", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/CayenneLPP.git", - "providesIncludes": [ - "CayenneLPP.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.2.zip", - "archiveFileName": "CayenneLPP-1.0.2.zip", - "size": 24015, - "checksum": "SHA-256:2238aa7cd35bb688e0b589d11b2ccbf65154b560891631ccaf358d44b6e27fbe" + "repository": "https://github.com/AI5GW/Baudot-Encode-Decode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/BaudotCode-1.0.1.zip", + "archiveFileName": "BaudotCode-1.0.1.zip", + "size": 21553, + "checksum": "SHA-256:8715c7b9d309e9c5d9fb67c79597419c8f2e555e5610d559f606d01cfe1c870d" }, { - "name": "CayenneLPP", - "version": "1.0.3", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/ElectronicCats/CayenneLPP", - "category": "Communication", + "name": "rssRead", + "version": "0.0.1", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Read rss (xml) and return an array of strings.", + "paragraph": "a library to Read rss (xml) and return an array of strings.", + "website": "https://github.com/chrmlinux/rssRead", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/CayenneLPP.git", - "providesIncludes": [ - "CayenneLPP.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.3.zip", - "archiveFileName": "CayenneLPP-1.0.3.zip", - "size": 24909, - "checksum": "SHA-256:0d2e29c2101e51bdc8c0219df8ac2e97230b175922d15c4d9d4fc9d459f8806e" + "repository": "https://github.com/chrmlinux/rssRead.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/rssRead-0.0.1.zip", + "archiveFileName": "rssRead-0.0.1.zip", + "size": 4406, + "checksum": "SHA-256:c1a2a8ea31b81ee246bd91b29b0223c485c2c46cd553be5800b70d8caaf2881f" }, { - "name": "CayenneLPP", - "version": "1.0.4", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/ElectronicCats/CayenneLPP", - "category": "Communication", + "name": "rssRead", + "version": "0.1.0", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "Read rss (xml) and return an array of strings.", + "paragraph": "a library to Read rss (xml) and return an array of strings.", + "website": "https://github.com/chrmlinux/rssRead", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/CayenneLPP.git", - "providesIncludes": [ - "CayenneLPP.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.0.4.zip", - "archiveFileName": "CayenneLPP-1.0.4.zip", - "size": 26766, - "checksum": "SHA-256:6a82d213d161c331fe8866d734c846fc60b43d7db5a5331ad20d0218db3c521c" + "repository": "https://github.com/chrmlinux/rssRead.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/rssRead-0.1.0.zip", + "archiveFileName": "rssRead-0.1.0.zip", + "size": 4741, + "checksum": "SHA-256:652d28e189dac334ba08c49ce123dfd5656ce851a3a0280d12b33c4b9b5f1fc5" }, { - "name": "CayenneLPP", - "version": "1.1.0", - "author": "Electronic Cats", - "maintainer": "Electronic Cats \u003chola@electroniccats.com\u003e", - "sentence": "CayenneLPP Arduino Library.", - "paragraph": "Compatible with Cayenne Low Power Payload.", - "website": "https://github.com/ElectronicCats/CayenneLPP", - "category": "Communication", + "name": "SparkFun BMP581 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMP581 pressure sensor.", + "paragraph": "The BMP581 provides high resolution pressure and temperature data for precise atmospheric measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMP581_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/CayenneLPP.git", - "providesIncludes": [ - "CayenneLPP.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/CayenneLPP-1.1.0.zip", - "archiveFileName": "CayenneLPP-1.1.0.zip", - "size": 19995, - "checksum": "SHA-256:a1fbf2c0c3faa4b1841b31112f547014e8357aa236d49d286c30926b3ac17300" + "repository": "https://github.com/sparkfun/SparkFun_BMP581_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMP581_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_BMP581_Arduino_Library-1.0.0.zip", + "size": 51583, + "checksum": "SHA-256:e45722f7d0a0acb13573203a112a2be75dd81c765c2b211cf6480a8e0da57e9a" }, { - "name": "RadioengeLoraWAN", - "version": "0.0.1", - "author": "André Pastório", - "maintainer": "André Pastório \u003chttps://github.com/EdanPotter\u003e", - "sentence": "Implementation of RadioengeLoraWAN AT-COMMANDS..", - "website": "https://github.com/EdanPotter/end-device-radioenge/", - "category": "Signal Input/Output", + "name": "SparkFun BMP581 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMP581 pressure sensor.", + "paragraph": "The BMP581 provides high resolution pressure and temperature data for precise atmospheric measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMP581_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EdanPotter/end-device-radioenge.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EdanPotter/RadioengeLoraWAN-0.0.1.zip", - "archiveFileName": "RadioengeLoraWAN-0.0.1.zip", - "size": 17438, - "checksum": "SHA-256:f999784427a8cc4e6a0dc989befc38b7ddecbc8eb48867d9f2e190e7e978124f" + "repository": "https://github.com/sparkfun/SparkFun_BMP581_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMP581_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_BMP581_Arduino_Library-1.0.1.zip", + "size": 51850, + "checksum": "SHA-256:57eae09c84759c9f8309cd71c486b9bb89a016522e83308a9bcc7ed060a0c54a" }, { - "name": "Unishox Progmem Decompressor", + "name": "VirtualButton", "version": "1.0.0", - "author": "Arundale Ramanathan", - "maintainer": "Arun \u003carun@siara.cc\u003e", - "sentence": "Decompress short Unicode strings and messages compressed using Unishox technique and save space on Flash (PROGMEM)", - "paragraph": "This library allows decompressing UTF-8 strings from Arduino Program Memory and provides API to retrieve each string individually using index. It is based on Unishox hybrid encoding technique.", - "website": "https://github.com/siara-cc/Unishox_Arduino_Progmem_lib", - "category": "Data Storage", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced button operation for Arduino", + "paragraph": "Library for advanced button operation for Arduino", + "website": "https://github.com/GyverLibs/VirtualButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/siara-cc/Unishox_Arduino_Progmem_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Unishox_Progmem_Decompressor-1.0.0.zip", - "archiveFileName": "Unishox_Progmem_Decompressor-1.0.0.zip", - "size": 244231, - "checksum": "SHA-256:45479596db5e84dba77528c09d935273235cd041a03f8db5ee13a3ae25e299e0" + "repository": "https://github.com/GyverLibs/VirtualButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VirtualButton-1.0.0.zip", + "archiveFileName": "VirtualButton-1.0.0.zip", + "size": 42331, + "checksum": "SHA-256:83db8038a9500bf61b0af82c4317710816c7618aaf8ebbcd0b771d2297b36a09" }, { - "name": "Sanke", - "version": "1.0.0", - "author": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", - "maintainer": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", - "sentence": "This library allows to run snake on 7-segments display (we use it in idle).", - "paragraph": "Up to 8 digits, requires LedControl library", - "website": "http://liksu.github.io/7SegmentsSnake/", - "category": "Display", + "name": "VirtualButton", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for advanced button operation for Arduino", + "paragraph": "Library for advanced button operation for Arduino", + "website": "https://github.com/GyverLibs/VirtualButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Liksu/7SegmentsSnake.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Liksu/Sanke-1.0.0.zip", - "archiveFileName": "Sanke-1.0.0.zip", - "size": 1917737, - "checksum": "SHA-256:1fd762fd4d109886e3164b1c9787f3ab31822774a0523f892bb0e7117fca14e0" + "repository": "https://github.com/GyverLibs/VirtualButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/VirtualButton-1.1.0.zip", + "archiveFileName": "VirtualButton-1.1.0.zip", + "size": 42669, + "checksum": "SHA-256:db6adf2d33dfaaf411a0a020b7cdd42c2a184333dfcd44809ea55883dde764c7" }, { - "name": "IPGeolocation", - "version": "1.0.0", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", - "website": "https://github.com/dushyantahuja/IPGeolocation", - "category": "Communication", + "name": "M5Unit-RTC", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for BM8563 RTC", + "paragraph": "See more on https://docs.m5stack.com/en/unit/rtc", + "website": "https://github.com/m5stack/M5Unit-RTC", + "category": "Device Control", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "repository": "https://github.com/m5stack/M5Unit-RTC.git", "providesIncludes": [ - "IPGeolocation.h" + "Unit_RTC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.0.zip", - "archiveFileName": "IPGeolocation-1.0.0.zip", - "size": 17371, - "checksum": "SHA-256:2cb381553a8a46a086240f878499ad66f19ce9c0f1ff9fb26cc992921650dadb" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_RTC-0.0.1.zip", + "archiveFileName": "M5Unit_RTC-0.0.1.zip", + "size": 6730, + "checksum": "SHA-256:e8bf59dd2563dd90c3e9e4719a6041096ef7b039a3bf1479f43090c239675b1b" }, { - "name": "IPGeolocation", - "version": "1.0.1", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", - "website": "https://github.com/dushyantahuja/IPGeolocation", - "category": "Communication", + "name": "M5Unit-RTC", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for BM8563 RTC", + "paragraph": "See more on https://docs.m5stack.com/en/unit/rtc", + "website": "https://github.com/m5stack/M5Unit-RTC", + "category": "Device Control", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "repository": "https://github.com/m5stack/M5Unit-RTC.git", "providesIncludes": [ - "IPGeolocation.h" + "Unit_RTC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.1.zip", - "archiveFileName": "IPGeolocation-1.0.1.zip", - "size": 17395, - "checksum": "SHA-256:b6e6bd6c5fd248874bdb1415bf2ef5012d9840ab3984baa005716a8a0d522b5e" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_RTC-0.0.2.zip", + "archiveFileName": "M5Unit_RTC-0.0.2.zip", + "size": 13655, + "checksum": "SHA-256:3e2ded12d0f5b0572bff7b11aabecdeaf2ba05caa67ea3feec5bc2aa212bd1b8" }, { - "name": "IPGeolocation", - "version": "1.0.2", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", - "website": "https://github.com/dushyantahuja/IPGeolocation", - "category": "Communication", + "name": "Arduino_Threads", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easy multi-threading for your Mbed OS-based Arduino.", + "paragraph": "This library allows an easy access to the multi-threading capability inherent in all Mbed OS-based Arduino boards.", + "website": "https://github.com/bcmi-labs/Arduino_Threads", + "category": "Other", "architectures": [ - "esp8266" + "mbed", + "mbed_portenta", + "mbed_nano" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "repository": "https://github.com/arduino-libraries/Arduino_Threads.git", "providesIncludes": [ - "IPGeolocation.h" + "Arduino_Threads.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.2.zip", - "archiveFileName": "IPGeolocation-1.0.2.zip", - "size": 17395, - "checksum": "SHA-256:b8d2870da80e7186c772e2182b7fb6e891d16dd30633d342ae231455f144ab01" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Threads-0.1.0.zip", + "archiveFileName": "Arduino_Threads-0.1.0.zip", + "size": 60142, + "checksum": "SHA-256:20500f16b9560ff97ba8761c3e99ee325a1ef4955b03994094578457540810c7" }, { - "name": "IPGeolocation", - "version": "1.0.3", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io", - "website": "https://github.com/dushyantahuja/IPGeolocation", - "category": "Communication", + "name": "Arduino_Threads", + "version": "0.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easy multi-threading for your Mbed OS-based Arduino.", + "paragraph": "This library allows an easy access to the multi-threading capability inherent in all Mbed OS-based Arduino boards.", + "website": "https://github.com/bcmi-labs/Arduino_Threads", + "category": "Other", "architectures": [ - "esp8266" + "mbed", + "mbed_portenta", + "mbed_nano" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "repository": "https://github.com/arduino-libraries/Arduino_Threads.git", "providesIncludes": [ - "IPGeolocation.h" + "Arduino_Threads.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-1.0.3.zip", - "archiveFileName": "IPGeolocation-1.0.3.zip", - "size": 17413, - "checksum": "SHA-256:4252a0ee57da7546823fd93ec95cb422cee77867f2580625cb62462b77925842" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Threads-0.2.0.zip", + "archiveFileName": "Arduino_Threads-0.2.0.zip", + "size": 305732, + "checksum": "SHA-256:0e70580aedd47689380914cb0ceb7103c67506d286d9f31de654d08a6bcc6fb7" }, { - "name": "IPGeolocation", - "version": "2.0.0", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", - "website": "https://github.com/dushyantahuja/IPGeolocation", - "category": "Communication", + "name": "Arduino_Threads", + "version": "0.3.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Easy multi-threading for your Mbed OS-based Arduino.", + "paragraph": "This library allows an easy access to the multi-threading capability inherent in all Mbed OS-based Arduino boards.", + "website": "https://github.com/bcmi-labs/Arduino_Threads", + "category": "Other", "architectures": [ - "esp8266" + "mbed", + "mbed_portenta", + "mbed_nano" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "repository": "https://github.com/arduino-libraries/Arduino_Threads.git", "providesIncludes": [ - "IPGeolocation.h" + "Arduino_Threads.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.0.0.zip", - "archiveFileName": "IPGeolocation-2.0.0.zip", - "size": 17948, - "checksum": "SHA-256:09170ee341d950db7addef81bc9386e8c7bac1b38f90d8d15dd39bc6f349015b" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Threads-0.3.0.zip", + "archiveFileName": "Arduino_Threads-0.3.0.zip", + "size": 1150923, + "checksum": "SHA-256:0b9f7e121635380377b6b0ddb628e5e7f726336412d83650eaa957a86b1a2346" }, { - "name": "IPGeolocation", - "version": "2.1.0", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", - "website": "https://github.com/dushyantahuja/IPGeolocation", + "name": "ESPWiFiMqttWrapper", + "version": "1.0.0", + "author": "Anwar Minarso", + "maintainer": "Anwar Minarso \u003canwar.minarso@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 - WiFi and MQTT Wrapper", + "paragraph": "This library is a wrapper for WiFi and MQTT that serves to make it easier to use.", + "website": "https://github.com/anwarminarso/ESPWiFiMqttWrapper", "category": "Communication", "architectures": [ - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", - "providesIncludes": [ - "IPGeolocation.h" + "repository": "https://github.com/anwarminarso/ESPWiFiMqttWrapper.git", + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "PubSubClient" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.0.zip", - "archiveFileName": "IPGeolocation-2.1.0.zip", - "size": 17971, - "checksum": "SHA-256:0c1750e1872ae3b126cbcfd588fcdf1ef51e5bd33fd177067bf68f7fb34bbb46" + "url": "https://downloads.arduino.cc/libraries/github.com/anwarminarso/ESPWiFiMqttWrapper-1.0.0.zip", + "archiveFileName": "ESPWiFiMqttWrapper-1.0.0.zip", + "size": 13969, + "checksum": "SHA-256:93d6bb0610c6cdc8ea6434822103fa58ae6c87167c2f44ec71212eed1ae92183" }, { - "name": "IPGeolocation", - "version": "2.1.1", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", - "website": "https://github.com/dushyantahuja/IPGeolocation", + "name": "ESPWiFiMqttWrapper", + "version": "1.0.1", + "author": "Anwar Minarso", + "maintainer": "Anwar Minarso \u003canwar.minarso@gmail.com\u003e", + "sentence": "ESP8266 \u0026 ESP32 - WiFi and MQTT Wrapper", + "paragraph": "This library is a wrapper for WiFi and MQTT that serves to make it easier to use.", + "website": "https://github.com/anwarminarso/ESPWiFiMqttWrapper", "category": "Communication", "architectures": [ - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "repository": "https://github.com/anwarminarso/ESPWiFiMqttWrapper.git", "providesIncludes": [ - "IPGeolocation.h" + "ESPWiFiMqttWrapper.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.1.zip", - "archiveFileName": "IPGeolocation-2.1.1.zip", - "size": 18086, - "checksum": "SHA-256:c042073610efe930d68d1a26a51573d4b518882bee886241538a8cc9f4a7a698" + "dependencies": [ + { + "name": "ArduinoJSON" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/anwarminarso/ESPWiFiMqttWrapper-1.0.1.zip", + "archiveFileName": "ESPWiFiMqttWrapper-1.0.1.zip", + "size": 14873, + "checksum": "SHA-256:222753f0f0a6c17e4fe55f79dc5853c81edd785b5a637f828a5b4138f8327cb6" }, { - "name": "IPGeolocation", - "version": "2.1.3", - "author": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "maintainer": "Dushyant Ahuja \u003cdusht.ahuja@gmail.com\u003e", - "sentence": "Library to get current timezone using your IP - uses IPGeolocation.io", - "paragraph": "Library to get current timezone using your IP - uses IPGeolocation.io - not backward compatible", - "website": "https://github.com/dushyantahuja/IPGeolocation", - "category": "Communication", + "name": "SparseArray", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse arrays of floats.", + "website": "https://github.com/RobTillaart/SparseArray", + "category": "Data Processing", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dushyantahuja/IPGeolocation.git", + "repository": "https://github.com/RobTillaart/SparseArray.git", "providesIncludes": [ - "IPGeolocation.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - } + "SparseArray.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dushyantahuja/IPGeolocation-2.1.3.zip", - "archiveFileName": "IPGeolocation-2.1.3.zip", - "size": 18096, - "checksum": "SHA-256:26d8043bf75e5e028b932d29af55b48e3516b3886439b2693514731471104601" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseArray-0.1.0.zip", + "archiveFileName": "SparseArray-0.1.0.zip", + "size": 11082, + "checksum": "SHA-256:dbc56e8fb9efae4fbd3d5829348873d633479eab8ec914b80dc546822f57231d" }, { - "name": "Switch_lib", - "version": "1.0.0", - "author": "O.Goma", - "maintainer": "O.Goma \u003coriol.goma@gmail.com\u003e", - "license": "GPLv3.", - "sentence": "A library for switching digital pins with timers, temporization and periods", - "paragraph": "Easy to use library for switching relays with temporization, alternate periods and simple timers.", - "website": "https://github.com/yyuri/Switch_lib", - "category": "Timing", + "name": "SparseArray", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse arrays of floats.", + "website": "https://github.com/RobTillaart/SparseArray", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/yyuri/Switch_lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/yyuri/Switch_lib-1.0.0.zip", - "archiveFileName": "Switch_lib-1.0.0.zip", - "size": 17593, - "checksum": "SHA-256:d23cc48c1c786b92272638414393058cb1b5f824303870fcffc1fa1d108a98c0" + "repository": "https://github.com/RobTillaart/SparseArray.git", + "providesIncludes": [ + "SparseArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseArray-0.1.1.zip", + "archiveFileName": "SparseArray-0.1.1.zip", + "size": 11619, + "checksum": "SHA-256:d31dbf93dc7a8df5b7ffcaeb113fc8945bf2be0355f73162fdb080109a49fec0" }, { - "name": "MusicBuzzer", - "version": "1.0.0", - "author": "Everton Ramires", - "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", - "sentence": "A Collection of musics for buzzer", - "paragraph": "A Music library for a single buzzer based on the great work of robsoncouto at github", - "website": "https://github.com/s00500/MusicBuzzer", - "category": "Signal Input/Output", + "name": "SparseArray", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for sparse arrays of floats.", + "website": "https://github.com/RobTillaart/SparseArray", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GypsyRobot/MusicBuzzer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/MusicBuzzer-1.0.0.zip", - "archiveFileName": "MusicBuzzer-1.0.0.zip", - "size": 18722, - "checksum": "SHA-256:1854c59740318a1ae773f70ff7d57ac448d0468ca0ae4ebed863eab24030f0a8" + "repository": "https://github.com/RobTillaart/SparseArray.git", + "providesIncludes": [ + "SparseArray.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SparseArray-0.1.2.zip", + "archiveFileName": "SparseArray-0.1.2.zip", + "size": 11848, + "checksum": "SHA-256:4247388eae5c1877305e09ed51f37859de73a15f7060c4e2d20c7b7eaec6bb64" }, { - "name": "VirtuinoCM", + "name": "Deneyap GPS ve GLONASS Konum Belirleyici", "version": "1.0.0", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuinoCM", - "category": "Communication", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap GPS and GLONASS Locator", + "paragraph": "A simple and efficient library to use Deneyap GPS and GLONASS Locator via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-gps-glonass-konum-belirleyici-arduino-library", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/iliaslamprou/virtuinoCM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.0.zip", - "archiveFileName": "VirtuinoCM-1.0.0.zip", - "size": 50389, - "checksum": "SHA-256:cc5496cfaf438f9396187c9ebb7685ca9848d66f2ba115d0e89897d370e78f88" + "repository": "https://github.com/deneyapkart/deneyap-gps-glonass-konum-belirleyici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_GPS_ve_GLONASS_Konum_Belirleyici-1.0.0.zip", + "archiveFileName": "Deneyap_GPS_ve_GLONASS_Konum_Belirleyici-1.0.0.zip", + "size": 27150, + "checksum": "SHA-256:116f8b54bd22d6a2acba0075e651613b9a16893a4e982c5b593567cbba312f90" }, { - "name": "VirtuinoCM", + "name": "Deneyap GPS ve GLONASS Konum Belirleyici", "version": "1.0.1", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuinoCM", - "category": "Communication", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap GPS and GLONASS Locator", + "paragraph": "A simple and efficient library to use Deneyap GPS and GLONASS Locator via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-gps-glonass-konum-belirleyici-arduino-library", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/iliaslamprou/virtuinoCM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.1.zip", - "archiveFileName": "VirtuinoCM-1.0.1.zip", - "size": 50391, - "checksum": "SHA-256:68afef737f7ecbb07cfb5a2300520aa9560804f84206695054c760df8368d1c4" + "repository": "https://github.com/deneyapkart/deneyap-gps-glonass-konum-belirleyici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_GPS_ve_GLONASS_Konum_Belirleyici-1.0.1.zip", + "archiveFileName": "Deneyap_GPS_ve_GLONASS_Konum_Belirleyici-1.0.1.zip", + "size": 27156, + "checksum": "SHA-256:8d11e51eb8119920cf5ddc65b26ede25e0122c1503b467573ebc3515ae89863f" }, { - "name": "VirtuinoCM", + "name": "Deneyap GPS ve GLONASS Konum Belirleyici", "version": "1.0.2", - "author": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "maintainer": "Ilias Lamprou \u003ciliaslampr@gmail.com\u003e", - "sentence": "Required for communication with Virtuino app", - "website": "https://github.com/iliaslamprou/virtuinoCM", - "category": "Communication", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap GPS and GLONASS Locator", + "paragraph": "A simple and efficient library to use Deneyap GPS and GLONASS Locator via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-gps-glonass-konum-belirleyici-arduino-library", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/iliaslamprou/virtuinoCM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/iliaslamprou/VirtuinoCM-1.0.2.zip", - "archiveFileName": "VirtuinoCM-1.0.2.zip", - "size": 50532, - "checksum": "SHA-256:841dcfcef8ef9ace7c0d9ece39ddb455e541e0356f9c5471d908b012dd731add" + "repository": "https://github.com/deneyapkart/deneyap-gps-glonass-konum-belirleyici-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_GPS_ve_GLONASS_Konum_Belirleyici-1.0.2.zip", + "archiveFileName": "Deneyap_GPS_ve_GLONASS_Konum_Belirleyici-1.0.2.zip", + "size": 27988, + "checksum": "SHA-256:62dd5796f730551f1feb6236e2d075ef6d985a7deb8d63c9660202347586bcfc" }, { - "name": "SparkFun Bio Sensor Hub Library", - "version": "1.0.0", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the MAX32664 Bio Metric Hub IC", - "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", - "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "name": "AVR-IoT VEML3328", + "version": "1.1.1", + "author": "Microchip", + "maintainer": "Microchip", + "sentence": "Low-level Arduino driver for the VEML3328 RGBCIR Color Sensor [1], which is mainly focused on the AVR-IoT Cellular Mini development kit.", + "website": "https://github.com/microchip-pic-avr-solutions/veml3328_arduino_driver", "category": "Sensors", - "architectures": [], - "types": [ - "Contributed" + "architectures": [ + "*" ], - "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.0.zip", - "size": 2250340, - "checksum": "SHA-256:d7f47ecd16ddd6ede74414d6d779060941640e569af324db6d56a2257553a4db" - }, - { - "name": "SparkFun Bio Sensor Hub Library", - "version": "1.0.1", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the MAX32664 Bio Metric Hub IC", - "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", - "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", - "category": "Sensors", - "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.1.zip", - "size": 2250893, - "checksum": "SHA-256:cb03d873eb0f72eefd5751ffb8ea79acffdad8141842f7f60d0c92c154346e72" - }, - { - "name": "SparkFun Bio Sensor Hub Library", - "version": "1.0.2", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the MAX32664 Bio Metric Hub IC", - "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", - "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", - "category": "Sensors", - "architectures": [], - "types": [ - "Contributed" + "repository": "https://github.com/microchip-pic-avr-solutions/veml3328_arduino_driver.git", + "providesIncludes": [ + "veml3328.h" ], - "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.2.zip", - "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.2.zip", - "size": 2250900, - "checksum": "SHA-256:19883117f065f9c93104c23018d1f3fa6f1af52da229a25ab7e42446b46218b0" + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_VEML3328-1.1.1.zip", + "archiveFileName": "AVR_IoT_VEML3328-1.1.1.zip", + "size": 21772, + "checksum": "SHA-256:a74f999d76c0acb0ee6880edc6ca0c9dab2000a598daf7ca797066a20e808f4c" }, { - "name": "SparkFun Bio Sensor Hub Library", - "version": "1.0.3", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the MAX32664 Bio Metric Hub IC", - "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", - "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", + "name": "AVR-IoT VEML3328", + "version": "1.1.2", + "author": "Microchip", + "maintainer": "Microchip", + "sentence": "Low-level Arduino driver for the VEML3328 RGBCIR Color Sensor [1], which is mainly focused on the AVR-IoT Cellular Mini development kit.", + "website": "https://github.com/microchip-pic-avr-solutions/veml3328_arduino_driver", "category": "Sensors", - "architectures": [], + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.3.zip", - "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.3.zip", - "size": 2250905, - "checksum": "SHA-256:e120e1ad19034d70dc2ab57e2a083bee1c32b94181d34ab020f8c32eb8b59d89" + "repository": "https://github.com/microchip-pic-avr-solutions/veml3328_arduino_driver.git", + "providesIncludes": [ + "veml3328.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_VEML3328-1.1.2.zip", + "archiveFileName": "AVR_IoT_VEML3328-1.1.2.zip", + "size": 20114, + "checksum": "SHA-256:78f573c127a0882fb38063f73699368e9744bf20dc38b5d3204b6251646390e5" }, { - "name": "SparkFun Bio Sensor Hub Library", - "version": "1.0.4", - "author": "Elias Santistevan", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the MAX32664 Bio Metric Hub IC", - "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", - "website": "\"https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library\"", - "category": "Sensors", - "architectures": [], + "name": "AVR-IoT-Cellular", + "version": "1.2.1", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808 and AVR-IoT VEML3328", + "website": "https://iot.microchip.com/docs", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.4.zip", - "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.4.zip", - "size": 2250928, - "checksum": "SHA-256:dc74a2341415d42e5417a1a56fdd4a3344bb8bfee947c17b52bf7013730d5630" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "mcp9808" + }, + { + "name": "veml3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.2.1.zip", + "archiveFileName": "AVR_IoT_Cellular-1.2.1.zip", + "size": 3950669, + "checksum": "SHA-256:feceb6003e747503bc3da107156221db286795c429409d424f939469d46228f6" }, { - "name": "SparkFun Bio Sensor Hub Library", - "version": "1.0.5", - "author": "Elias Santistevan \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the MAX32664 Bio Metric Hub IC", - "paragraph": "The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on [SparkFun's Pulse Oximeter and Heart Rate Monitor](https://www.sparkfun.com/products/15219). The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.", - "website": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library", - "category": "Sensors", - "architectures": [], + "name": "AVR-IoT-Cellular", + "version": "1.2.2", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Bio_Sensor_Hub_Library-1.0.5.zip", - "archiveFileName": "SparkFun_Bio_Sensor_Hub_Library-1.0.5.zip", - "size": 2250933, - "checksum": "SHA-256:58a2ab05e9912f4f86d7090200c884384b4c6c2e59804f054a248979e1a3c249" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "mcp9808" + }, + { + "name": "veml3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.2.2.zip", + "archiveFileName": "AVR_IoT_Cellular-1.2.2.zip", + "size": 3950683, + "checksum": "SHA-256:f6c42e722274da2ae0ecd9f6c31173c02e7bcd45e65fe857ec6b5334e828eda6" }, { - "name": "MicroTone", - "version": "1.0.0", - "author": "Ali Najafian", - "maintainer": "\u003cAlinajafian81@gmail.com\u003e", - "sentence": "low-flash high-performance pulse train library with attiny13", - "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", - "website": "https://github.com/Master811129/MicroTone", - "category": "Signal Input/Output", + "name": "AVR-IoT-Cellular", + "version": "1.2.3", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", "architectures": [ - "Attiny13A" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Master811129/MicroTone.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-1.0.0.zip", - "archiveFileName": "MicroTone-1.0.0.zip", - "size": 3619, - "checksum": "SHA-256:25c84c5bb541e4cc826c45212219a481c09ccce04cc556a3c04eef7d0c20115e" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.2.3.zip", + "archiveFileName": "AVR_IoT_Cellular-1.2.3.zip", + "size": 3953758, + "checksum": "SHA-256:be2dac69b31be6a21b0254d3264e3e2507ee366b8f202c7910869c0f7081c937" }, { - "name": "MicroTone", - "version": "1.0.1", - "author": "Ali Najafian", - "maintainer": "\u003cAlinajafian81@gmail.com\u003e", - "sentence": "low-flash high-performance pulse train library with attiny13", - "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", - "website": "https://github.com/Master811129/MicroTone", - "category": "Signal Input/Output", + "name": "AVR-IoT-Cellular", + "version": "1.3.0", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", "architectures": [ - "Attiny13A" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Master811129/MicroTone.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-1.0.1.zip", - "archiveFileName": "MicroTone-1.0.1.zip", - "size": 4907, - "checksum": "SHA-256:107fd7fd97cef9d211305fc142e56329f30e8b8eac225e35cc2754be577bd83e" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.0.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.0.zip", + "size": 3625255, + "checksum": "SHA-256:3e91c3d943eaeeec8039930069c57ad88ae980f5815615663a50b79cf1a0b5d0" }, { - "name": "MicroTone", - "version": "2.0.1", - "author": "Ali Najafian", - "maintainer": "\u003cAlinajafian81@gmail.com\u003e", - "sentence": "low-flash high-performance pulse train library with attiny13", - "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", - "website": "https://github.com/Master811129/MicroTone", - "category": "Signal Input/Output", + "name": "AVR-IoT-Cellular", + "version": "1.3.1", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Master811129/MicroTone.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-2.0.1.zip", - "archiveFileName": "MicroTone-2.0.1.zip", - "size": 5080, - "checksum": "SHA-256:123b738ffff0ca8257fa0c659fd97b82519d6d6875433e40391b0f561f35fa7e" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.1.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.1.zip", + "size": 3630742, + "checksum": "SHA-256:12c1e058f860a07a01b047821a88003612832fb52cc7c6b409f4a0b952b7de5d" }, { - "name": "MicroTone", - "version": "2.0.2", - "author": "Ali Najafian", - "maintainer": "\u003cAlinajafian81@gmail.com\u003e", - "sentence": "low-flash high-performance pulse train library with attiny13", - "paragraph": "A simple library to create pulse train with an attiny13A/L MCU.", - "website": "https://github.com/Master811129/MicroTone", - "category": "Signal Input/Output", + "name": "AVR-IoT-Cellular", + "version": "1.3.3", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Master811129/MicroTone.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/MicroTone-2.0.2.zip", - "archiveFileName": "MicroTone-2.0.2.zip", - "size": 5091, - "checksum": "SHA-256:f152659d3545802783b7d8e084705cd05cc7b6022bf7f1f44a94a512e875c671" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.3.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.3.zip", + "size": 3632996, + "checksum": "SHA-256:ccc58e3ba72a7f0d1826f7d00a14d65909aab317ab26868fbc16297d4917d02f" }, { - "name": "STM32duino X-NUCLEO-IHM12A1", - "version": "1.0.0", - "author": "STMicroelectronics", - "maintainer": "stm32duino", - "sentence": "Allows controlling the ST X-NUCLEO-IHM12A1 expansion board", - "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM12A1 expansion board", - "website": "https://github.com/stm32duino/X-NUCLEO-IHM12A1", - "category": "Device Control", + "name": "AVR-IoT-Cellular", + "version": "1.3.4", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-IHM12A1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM12A1-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_IHM12A1-1.0.0.zip", - "size": 31094, - "checksum": "SHA-256:3de18f8f43ae81df470e407b87d75925b59dd9f451048f66ab0e72f2920ff24a" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.4.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.4.zip", + "size": 3658401, + "checksum": "SHA-256:fbf1be7ba7d91086f12e3b841defb44634c0dba47a8a7267f6613e2272f4cc00" }, { - "name": "AliyunIoTSDK", - "version": "0.1.0", - "author": "yutou \u003cxinyu198736@gmail.com\u003e", - "maintainer": "yutou \u003cxinyu198736@gmail.com\u003e", - "sentence": "A toplevel client library for aliyun MQTT messaging.", - "paragraph": "此库可以帮助你快速连接阿里云 IoT 平台,通过和阿里云物联网开发平台配合,可快速实现各种硬件应用,包括了很上层的封装,无需自己解析数据体,绑定事件即可。", - "website": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk", + "name": "AVR-IoT-Cellular", + "version": "1.3.5", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", "category": "Communication", "architectures": [ "*" @@ -275027,20 +729421,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/xinyu198736/AliyunIoTSDK-0.1.0.zip", - "archiveFileName": "AliyunIoTSDK-0.1.0.zip", - "size": 10762, - "checksum": "SHA-256:67a7dd9b33104884ee06540d1f3f600b9dbdc6f62f0687b445e7cbe9d0624463" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.5.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.5.zip", + "size": 3680645, + "checksum": "SHA-256:c8f4452fb0f7c6d05592d45e7aa78a90cac8db5c2a98abdb1cbc4f0e91c40374" }, { - "name": "AliyunIoTSDK", - "version": "0.3.0", - "author": "yutou \u003cxinyu198736@gmail.com\u003e", - "maintainer": "yutou \u003cxinyu198736@gmail.com\u003e", - "sentence": "A toplevel client library for aliyun MQTT messaging.", - "paragraph": "此库可以帮助你快速连接阿里云 IoT 平台,通过和阿里云物联网开发平台配合,可快速实现各种硬件应用,包括了很上层的封装,无需自己解析数据体,绑定事件即可。", - "website": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk", + "name": "AVR-IoT-Cellular", + "version": "1.3.6", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", "category": "Communication", "architectures": [ "*" @@ -275048,63 +729450,101 @@ "types": [ "Contributed" ], - "repository": "https://github.com/xinyu198736/arduino-aliyun-iot-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/xinyu198736/AliyunIoTSDK-0.3.0.zip", - "archiveFileName": "AliyunIoTSDK-0.3.0.zip", - "size": 16127, - "checksum": "SHA-256:f04b11cbe5ff3139b6b546ba67d73a1d913a66dd710a534abc48d0d931fee437" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.6.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.6.zip", + "size": 3718600, + "checksum": "SHA-256:061766e7ab8343e19c9546338ff04b026e9e6f55f31683ffd1b0b8267bb5b54d" }, { - "name": "CuteBuzzerSounds", - "version": "1.0.0", - "author": "Everton Ramires", - "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", - "sentence": "Simple and Cute Robot Sounds", - "paragraph": "A very simple library to create cute sounds with just a single buzzer", - "website": "https://github.com/s00500/CuteBuzzerSounds", - "category": "Signal Input/Output", + "name": "AVR-IoT-Cellular", + "version": "1.3.7", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GypsyRobot/CuteBuzzerSounds.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/CuteBuzzerSounds-1.0.0.zip", - "archiveFileName": "CuteBuzzerSounds-1.0.0.zip", - "size": 6870, - "checksum": "SHA-256:a95fb43ddddf2aa8d31fe61fba80e06e687fec61e2e3a6d28ef8b9e2a0db1c22" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.7.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.7.zip", + "size": 3718602, + "checksum": "SHA-256:5e0740d9e056999db0244fde2baf7bc520633d7c7454810941c6e5b0f94290a2" }, { - "name": "STM32F1_RTC", - "version": "1.0.0", - "author": "ZulNs", - "maintainer": "ZulNs", - "sentence": "Allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.", - "paragraph": "This library can be used in the STM32 Cores by STMicroelectronics as well as in the libmaple version of Arduino STM32 by Roger Clark development boards. With this library you can use the RTC device to program actions related to date and time. This library offers Islamic Hijri calendar calculations in addition to the Christian (Gregorian) calendar. Day, month, hour, minute and second parameters can be supplied with values that exceed their respective limits or supplied with negative values. Other parameters will be adjusted accordingly.", - "website": "https://github.com/zulns/STM32F1_RTC", - "category": "Timing", + "name": "AVR-IoT-Cellular", + "version": "1.3.8", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", + "category": "Communication", "architectures": [ - "stm32", - "STM32F1" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZulNs/STM32F1_RTC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/STM32F1_RTC-1.0.0.zip", - "archiveFileName": "STM32F1_RTC-1.0.0.zip", - "size": 382858, - "checksum": "SHA-256:43c28dffcda8a5369c12475e81bff0478e991e6f286f4cadc20fa2b8f44be8c5" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit GPS Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.8.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.8.zip", + "size": 3732332, + "checksum": "SHA-256:135ed65d0ab8b4fe69bc2085ac6b68d86e7a483f0bb9ce153048e25aaa71003e" }, { - "name": "WiFiEspAT", - "version": "1.0.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "AVR-IoT-Cellular", + "version": "1.3.9", + "author": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "maintainer": "Microchip Technology Inc. \u003csimen.gangstad@microchip.com\u003e", + "sentence": "Library for the AVR-IoT Cellular Mini Board", + "paragraph": "Supports HTTP(S), MQTT(S), Low Power and more. Dependent on AVR-IoT MCP9808, AVR-IoT VEML3328 and DxCore", + "website": "https://iot.microchip.com/docs", "category": "Communication", "architectures": [ "*" @@ -275112,23 +729552,43 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", - "providesIncludes": [ - "WiFiEspAT.h" + "repository": "https://github.com/microchip-pic-avr-solutions/avr-iot-cellular-arduino-library.git", + "dependencies": [ + { + "name": "AVR-IoT MCP9808" + }, + { + "name": "AVR-IoT VEML3328" + }, + { + "name": "ArduinoJson" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "Adafruit VEML7700 Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit GPS Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.0.zip", - "archiveFileName": "WiFiEspAT-1.0.0.zip", - "size": 136342, - "checksum": "SHA-256:9d6078ae78da899145a422a5d2d45ea37da3306aaea00485fe77451a46c98540" + "url": "https://downloads.arduino.cc/libraries/github.com/microchip-pic-avr-solutions/AVR_IoT_Cellular-1.3.9.zip", + "archiveFileName": "AVR_IoT_Cellular-1.3.9.zip", + "size": 3732420, + "checksum": "SHA-256:175b4e14467a815aecd1abc26ed12c5ee1ae64721d5fe318e7e63e9220bdb44f" }, { - "name": "WiFiEspAT", - "version": "1.0.1", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.55.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils. V3.25 added support for pfodSecurity without EEPROM and fixes some bugs in pfodSecurity powerCycling. Also includes fixes for non-8bit processors V3.26 fix availableToWrite and for different EEPROM classes begin(),commit(), added pfodRadio and pfodSecurityClient V3.27 added markWrite, resetWrite to pfodRingBuffer V3.28 added Teensy to pfodEEPROM V3.29 added blocking option to pfodBufferedStream, V3.30 added pfodDelay, V3.31 add getStartTime() for pfodDelay. V3.32 made pfodBLEBufferedStream blocking, V3.33 fixed NanoV2 Stream compile errors, V3.34 added setBLEBlockSendDelay V3.35 renamed isFinished to justFinished. V3.36 added pfodNonBlockingInput V3.37 added lable alignment options V3.38 fixed pfodNonBlockingInput.h V3.39 fixed millisDelay include, V3.40 added copyTo to ringBuffer, V3.41 Gauge spelling corrections, V3.42-43 enhanced pfodNonBlockingInput V3.44 pfodNonBlockingInput for empty lines V3.45 for Nano 33 BLE V3.46 for Nano 33 IoT V3.47-8 fixed warnings V3.49 mbed Stream fix V3.50 added hide/unhide/erase insertDwg V3.51 ESPxx fixes", + "website": "https://www.pfod.com.au", "category": "Communication", "architectures": [ "*" @@ -275136,23 +729596,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecuity", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.1.zip", - "archiveFileName": "WiFiEspAT-1.0.1.zip", - "size": 136494, - "checksum": "SHA-256:e541dba3fddfd9b284ebd03ed507cb933a3dff268ed48aedc1936245567cfc48" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.55.0.zip", + "archiveFileName": "pfodParser-3.55.0.zip", + "size": 311496, + "checksum": "SHA-256:3924d156641dcf16344f28e289cfdfd650fb472152d128f148b83ca210fa3ee8" }, { - "name": "WiFiEspAT", - "version": "1.0.2", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.55.5", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils. V3.25 added support for pfodSecurity without EEPROM and fixes some bugs in pfodSecurity powerCycling. Also includes fixes for non-8bit processors V3.26 fix availableToWrite and for different EEPROM classes begin(),commit(), added pfodRadio and pfodSecurityClient V3.27 added markWrite, resetWrite to pfodRingBuffer V3.28 added Teensy to pfodEEPROM V3.29 added blocking option to pfodBufferedStream, V3.30 added pfodDelay, V3.31 add getStartTime() for pfodDelay. V3.32 made pfodBLEBufferedStream blocking, V3.33 fixed NanoV2 Stream compile errors, V3.34 added setBLEBlockSendDelay V3.35 renamed isFinished to justFinished. V3.36 added pfodNonBlockingInput V3.37 added lable alignment options V3.38 fixed pfodNonBlockingInput.h V3.39 fixed millisDelay include, V3.40 added copyTo to ringBuffer, V3.41 Gauge spelling corrections, V3.42-43 enhanced pfodNonBlockingInput V3.44 pfodNonBlockingInput for empty lines V3.45 for Nano 33 BLE V3.46 for Nano 33 IoT V3.47-8 fixed warnings V3.49 mbed Stream fix V3.50 added hide/unhide/erase insertDwg V3.51 ESPxx fixes", + "website": "https://www.pfod.com.au", "category": "Communication", "architectures": [ "*" @@ -275160,23 +729625,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.0.2.zip", - "archiveFileName": "WiFiEspAT-1.0.2.zip", - "size": 136781, - "checksum": "SHA-256:4c7c3e98814cf808e8cf47b170d596fe6ba271a4d65bdd19493fa36d2c0faad4" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.55.5.zip", + "archiveFileName": "pfodParser-3.55.5.zip", + "size": 312010, + "checksum": "SHA-256:e3d28d22de7a80a9b2be3c7ac1d0f8f99bdf258517577517168a4b9a377d8f10" }, { - "name": "WiFiEspAT", - "version": "1.1.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.55.6", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils.", + "website": "https://github.com/drmpf/pfodParser", "category": "Communication", "architectures": [ "*" @@ -275184,23 +729654,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.0.zip", - "archiveFileName": "WiFiEspAT-1.1.0.zip", - "size": 139968, - "checksum": "SHA-256:020911324c4bcd0ce0a18730654f007888f30441d03f9959febd97e6a38f0a19" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.55.6.zip", + "archiveFileName": "pfodParser-3.55.6.zip", + "size": 312746, + "checksum": "SHA-256:377b32b9c7c9f213bcafa22a7e0d59fac67af11a4f569dbc37e7b704f5b332ec" }, { - "name": "WiFiEspAT", - "version": "1.1.1", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.56.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils.", + "website": "https://github.com/drmpf/pfodParser", "category": "Communication", "architectures": [ "*" @@ -275208,23 +729683,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.1.zip", - "archiveFileName": "WiFiEspAT-1.1.1.zip", - "size": 140437, - "checksum": "SHA-256:3956e51a6dc498bfa9265746886ee2666c91948783734700a519468ead2418bd" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.56.0.zip", + "archiveFileName": "pfodParser-3.56.0.zip", + "size": 312933, + "checksum": "SHA-256:6a94d7e24ee5888e6b6959e3c564f8db43a49e6cca42e1ebc949ab7c23f4a1a2" }, { - "name": "WiFiEspAT", - "version": "1.1.2", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.56.1", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils.", + "website": "https://github.com/drmpf/pfodParser", "category": "Communication", "architectures": [ "*" @@ -275232,23 +729712,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.1.2.zip", - "archiveFileName": "WiFiEspAT-1.1.2.zip", - "size": 141401, - "checksum": "SHA-256:fd741ff0bd89ad81e7f16e01a3e2e3f1e5f31ab069ed90b03d5d9b8387e66935" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.56.1.zip", + "archiveFileName": "pfodParser-3.56.1.zip", + "size": 312926, + "checksum": "SHA-256:c4af32965d14b1dfffe7a648d3a951a7302988ae487f156527f8991d0d0a2ba6" }, { - "name": "WiFiEspAT", - "version": "1.2.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.57.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils.", + "website": "https://github.com/drmpf/pfodParser", "category": "Communication", "architectures": [ "*" @@ -275256,23 +729741,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.2.0.zip", - "archiveFileName": "WiFiEspAT-1.2.0.zip", - "size": 145604, - "checksum": "SHA-256:7d8c53ffdd810d47e4fb7c78ff3537ad7133c1b60903da9a494b3ac17f25ae75" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.57.0.zip", + "archiveFileName": "pfodParser-3.57.0.zip", + "size": 314746, + "checksum": "SHA-256:5c0d04e3cbe35e1a4ede98b2ca0a0ba7f0d28e495ec375a1582516236b70e632" }, { - "name": "WiFiEspAT", - "version": "1.2.1", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP8266 AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.58.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils.", + "website": "https://github.com/drmpf/pfodParser", "category": "Communication", "architectures": [ "*" @@ -275280,23 +729770,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.2.1.zip", - "archiveFileName": "WiFiEspAT-1.2.1.zip", - "size": 145897, - "checksum": "SHA-256:3ff40a755b1bd54c8ab33781bfc3c8ca1d0a27ee6a49678283ba908dba75270a" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.58.0.zip", + "archiveFileName": "pfodParser-3.58.0.zip", + "size": 320070, + "checksum": "SHA-256:b0c654e9b32822379079142eaa2996a49c65d4b779c3b4247eda7fe772abc160" }, { - "name": "WiFiEspAT", - "version": "1.3.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.61.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils.", + "website": "https://github.com/drmpf/pfodParser", "category": "Communication", "architectures": [ "*" @@ -275304,23 +729799,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.3.0.zip", - "archiveFileName": "WiFiEspAT-1.3.0.zip", - "size": 154866, - "checksum": "SHA-256:95190c0e35a9b5476ffc59007ee6f336b26df094cdbf989f9047631776d68f8d" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.61.0.zip", + "archiveFileName": "pfodParser-3.61.0.zip", + "size": 323129, + "checksum": "SHA-256:b388f80961636eae2d612f28b681a27646d4716631e3e771002d08785061d57b" }, { - "name": "WiFiEspAT", - "version": "1.3.1", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Enables network connection with esp8266 or esp32 as network adapter.", - "paragraph": "This library creates standard Arduino WiFi networking API over ESP AT commands.", - "website": "https://github.com/jandrassy/WiFiEspAT", + "name": "pfodParser", + "version": "3.62.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford", + "sentence": "A library to parse pfod messages sent from pfodApp and provides support for sending drawing commands to pfodApp", + "paragraph": "The library also includes pfodSecurity and pfodSMS_SIM900 and pfodSMS_SIM5320 classes and pfodWaitForUtils.", + "website": "https://github.com/drmpf/pfodParser", "category": "Communication", "architectures": [ "*" @@ -275328,211 +729828,283 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/WiFiEspAT.git", + "repository": "https://github.com/drmpf/pfodParser.git", "providesIncludes": [ - "WiFiEspAT.h" + "pfodParser.h", + "pfodSecurity.h", + "pfodControl.h", + "pfodDelay.h", + "pfodDwgs.h", + "pfodEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/WiFiEspAT-1.3.1.zip", - "archiveFileName": "WiFiEspAT-1.3.1.zip", - "size": 156695, - "checksum": "SHA-256:36b297cca5fad076eecd0f3624fbd832e68fa487d41f057fa33f1ac25685b234" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/pfodParser-3.62.0.zip", + "archiveFileName": "pfodParser-3.62.0.zip", + "size": 324022, + "checksum": "SHA-256:bbae2b0af9b3052547950e4af3c76c2d576e671b7c078d62cf7e7b6882330e85" }, { - "name": "BaleMessengerBot_Arduino", - "version": "0.1.0", - "author": "Arash Kadkhodaei", - "maintainer": "Arash Kadkhodaei \u003carash77.kad@gmail.com\u003e", - "sentence": "Arduino Bale Bot library.", - "paragraph": "A Bale Messenger library for arduino devices.", - "website": "https://github.com/arash77/BaleMessengerBot_Arduino", - "category": "Communication", + "name": "Air Commander Entire Control", + "version": "1.0.1", + "author": "Patrick Chwalek \u003cpatrickchwalek@gmail.com\u003e", + "maintainer": "Patrick Chwalek \u003cpatrickchwalek@gmail.com\u003e", + "sentence": "A library to directly interface with the Air Commander Entire", + "paragraph": "Library allows you to send commands to the Air Commander Entire via a serial connection. It also has the ability to handle any heartbeat messages that originate from the device.", + "website": "https://github.com/pchwalek/AirCommanderEntireControl", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arash77/BaleMessengerBot_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arash77/BaleMessengerBot_Arduino-0.1.0.zip", - "archiveFileName": "BaleMessengerBot_Arduino-0.1.0.zip", - "size": 26123, - "checksum": "SHA-256:493d30929230c0f5df9f9a89dbbe5b7742ca572afb0ddd7ff5226627d60262a7" + "repository": "https://github.com/pchwalek/AirCommanderEntireControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pchwalek/Air_Commander_Entire_Control-1.0.1.zip", + "archiveFileName": "Air_Commander_Entire_Control-1.0.1.zip", + "size": 7157, + "checksum": "SHA-256:82943e643ccca1463fe1dbc3f384678477a5a16a4fb78c2b8589d1a78875b630" }, { - "name": "S7XG", - "version": "0.1.0", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "sentence": "AcSIP S7XG LoRaWAN/GPS module library", - "website": "https://github.com/xoseperez/s7xg.git", + "name": "Air Commander Entire Control", + "version": "1.0.2", + "author": "Patrick Chwalek \u003cpatrickchwalek@gmail.com\u003e", + "maintainer": "Patrick Chwalek \u003cpatrickchwalek@gmail.com\u003e", + "sentence": "A library to directly interface with the Air Commander Entire", + "paragraph": "Library allows you to send commands to the Air Commander Entire via a serial connection. It also has the ability to handle any heartbeat messages that originate from the device.", + "website": "https://github.com/pchwalek/AirCommanderEntireControl", "category": "Uncategorized", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/xoseperez/s7xg.git", + "repository": "https://github.com/pchwalek/AirCommanderEntireControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pchwalek/Air_Commander_Entire_Control-1.0.2.zip", + "archiveFileName": "Air_Commander_Entire_Control-1.0.2.zip", + "size": 6815, + "checksum": "SHA-256:39b8055931293ddfd6b92218fddbc48385bac39b157fa613c30583a178eebbb3" + }, + { + "name": "Sensirion I2C SCD30", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SCD30 sensor by Sensirion", + "paragraph": "Enables you to use the SCD30 via I2C.", + "website": "https://github.com/Sensirion/arduino-i2c-scd30", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-scd30.git", "providesIncludes": [ - "s7xg.h" + "SensirionI2cScd30.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xoseperez/S7XG-0.1.0.zip", - "archiveFileName": "S7XG-0.1.0.zip", - "size": 2090973, - "checksum": "SHA-256:26660d2b565d9e23f1abf7d851ca2c3748f5fbfe56926743816bcd25c40bcb16" + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SCD30-0.1.0.zip", + "archiveFileName": "Sensirion_I2C_SCD30-0.1.0.zip", + "size": 1858993, + "checksum": "SHA-256:990f4ca11fc9fd28d1e67e827a5cfd0ef3ae818c19e96279b00a19cdb5856f2f" }, { - "name": "QMC5883LCompass", + "name": "SunPosition", "version": "1.0.0", - "author": "MRPrograms", - "maintainer": "MRPrograms", - "sentence": "Library for using QMC5583L series chip boards as a compass.", - "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", - "website": "https://github.com/mprograms/QMC5883LCompass", - "category": "Sensors", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for tracking Sun position by location and time for Arduino", + "paragraph": "Library for tracking Sun position by location and time for Arduino", + "website": "https://github.com/GyverLibs/SunPosition", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "repository": "https://github.com/GyverLibs/SunPosition.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SunPosition-1.0.0.zip", + "archiveFileName": "SunPosition-1.0.0.zip", + "size": 70156, + "checksum": "SHA-256:c7e79ca7ea3fd0bfcbfc4ccebc6282c2ebab86e3769122bb30f840f1eb174c39" + }, + { + "name": "SunPosition", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for tracking Sun position by location and time for Arduino", + "paragraph": "Library for tracking Sun position by location and time for Arduino", + "website": "https://github.com/GyverLibs/SunPosition", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/SunPosition.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/SunPosition-1.1.0.zip", + "archiveFileName": "SunPosition-1.1.0.zip", + "size": 73013, + "checksum": "SHA-256:8895a92ff8229d1c49f4f279bc7087ad413aae3a17b221f86603b489213bd633" + }, + { + "name": "M5Unit-Sonic", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit Sonic series", + "paragraph": "See more on https://docs.m5stack.com/en/unit/sonic.io \u0026 https://docs.m5stack.com/en/unit/sonic.i2c", + "website": "https://github.com/m5stack/M5Unit-Sonic", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unit-Sonic.git", "providesIncludes": [ - "QMC5883LCompass.h" + "Unit_Sonic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.0.0.zip", - "archiveFileName": "QMC5883LCompass-1.0.0.zip", - "size": 24648, - "checksum": "SHA-256:6720ee9e430142ea98dd9b30914a0644e2f7886703b8a9bf193ed0820d879ee5" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_Sonic-0.0.1.zip", + "archiveFileName": "M5Unit_Sonic-0.0.1.zip", + "size": 22915, + "checksum": "SHA-256:1b9ed97b9844f1248c4b56c3878f1183cf6944fa9c5cc91529d46480ea98cc02" }, { - "name": "QMC5883LCompass", - "version": "1.1.1", - "author": "MPrograms", - "maintainer": "MPrograms", - "sentence": "Library for using QMC5583L series chip boards as a compass.", - "paragraph": "QMC5883L Compass is a Arduino library for using QMC5583L series chip boards as a compass.", - "website": "https://github.com/mprograms/QMC5883LCompass", - "category": "Sensors", + "name": "M5Unit-Sonic", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit Sonic series", + "paragraph": "See more on https://docs.m5stack.com/en/unit/sonic.io \u0026 https://docs.m5stack.com/en/unit/sonic.i2c", + "website": "https://github.com/m5stack/M5Unit-Sonic", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mprograms/QMC5883LCompass.git", + "repository": "https://github.com/m5stack/M5Unit-Sonic.git", "providesIncludes": [ - "QMC5883LCompass.h" + "Unit_Sonic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mprograms/QMC5883LCompass-1.1.1.zip", - "archiveFileName": "QMC5883LCompass-1.1.1.zip", - "size": 27340, - "checksum": "SHA-256:99b4c5c98012b63ab3ff2f04c664b2ad652da98038d7b2ea7d9951de0dca37c8" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_Sonic-0.0.2.zip", + "archiveFileName": "M5Unit_Sonic-0.0.2.zip", + "size": 22915, + "checksum": "SHA-256:6f0a6a16565bb282c0fdb08addb177a94df9ee98ddc426620505bc12b0f8ed53" }, { - "name": "Lynxmotion Smart Servo -LSS-", - "version": "1.1.0", - "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "sentence": "A library that makes using the LSS simple.", - "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", - "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "name": "M5Unit-UHF-RFID", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit UHF-RFID", + "paragraph": "See more on https://docs.m5stack.com/en/unit/uhf_rfid", + "website": "https://github.com/m5stack/M5Unit-UHF-RFID", "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "repository": "https://github.com/m5stack/M5Unit-UHF-RFID.git", "providesIncludes": [ - "LSS.h" + "Unit_UHF-RFID.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.1.0.zip", - "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.1.0.zip", - "size": 20703, - "checksum": "SHA-256:acf5505f7b9fd8f4210198cea8e1e2729690b6c4914c5e9b4325cdb8539f74b4" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_UHF_RFID-0.0.1.zip", + "archiveFileName": "M5Unit_UHF_RFID-0.0.1.zip", + "size": 58707, + "checksum": "SHA-256:44a35e107af89e759abde0aa5f3ee02d1538424de573efc349626ac2596dd3ab" }, { - "name": "Lynxmotion Smart Servo -LSS-", - "version": "1.2.0", - "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "sentence": "A library that makes using the LSS simple.", - "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", - "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "name": "M5-FPC1020A", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Finger Unit", + "paragraph": "See more on https://docs.m5stack.com/en/unit/finger or https://docs.m5stack.com/en/module/faces_finger", + "website": "https://github.com/m5stack/M5-FPC1020A", "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "repository": "https://github.com/m5stack/M5-FPC1020A.git", "providesIncludes": [ - "LSS.h" + "M5_FPC1020A.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.2.0.zip", - "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.2.0.zip", - "size": 23612, - "checksum": "SHA-256:b1b13f03a11b50d94c91b79713354bc1ef44c9b62d8a44f9bc563677304482e5" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_FPC1020A-0.0.1.zip", + "archiveFileName": "M5_FPC1020A-0.0.1.zip", + "size": 19844, + "checksum": "SHA-256:7626ca0a6f8dfdf794aef98c929d0577885bbee11235631d81f028212e0de783" }, { - "name": "Lynxmotion Smart Servo -LSS-", - "version": "1.3.0", - "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "sentence": "A library that makes using the LSS simple.", - "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", - "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "name": "M5-FPC1020A", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for Finger Unit", + "paragraph": "See more on https://docs.m5stack.com/en/unit/finger or https://docs.m5stack.com/en/module/faces_finger", + "website": "https://github.com/m5stack/M5-FPC1020A", "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "repository": "https://github.com/m5stack/M5-FPC1020A.git", "providesIncludes": [ - "LSS.h" + "M5_FPC1020A.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.3.0.zip", - "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.3.0.zip", - "size": 23788, - "checksum": "SHA-256:39b0da45e1fba0a4a8aa08be12f613bb1c682d2e7058511a195c07852f659ec6" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_FPC1020A-0.0.2.zip", + "archiveFileName": "M5_FPC1020A-0.0.2.zip", + "size": 17302, + "checksum": "SHA-256:dd88a461fe06e7e7cc8906220db7f6ef8d04fb3681b83d23c189254668afd805" }, { - "name": "Lynxmotion Smart Servo -LSS-", - "version": "1.3.1", - "author": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "maintainer": "Sebastien Parent-Charette \u003csupport@robotshop.com\u003e", - "sentence": "A library that makes using the LSS simple.", - "paragraph": "Offers support for Arduino Uno, Mega and others through the use of the Stream class for serial communication.", - "website": "https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/", + "name": "M5Unit-4RELAY", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack 4RELAY UNIT", + "paragraph": "See more on https://docs.m5stack.com/en/unit/4relay", + "website": "https://github.com/m5stack/M5Unit-4RELAY", "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Lynxmotion/LSS_Library_Arduino.git", + "repository": "https://github.com/m5stack/M5Unit-4RELAY.git", "providesIncludes": [ - "LSS.h" + "Unit_4RELAY.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/Lynxmotion_Smart_Servo__LSS_-1.3.1.zip", - "archiveFileName": "Lynxmotion_Smart_Servo__LSS_-1.3.1.zip", - "size": 23796, - "checksum": "SHA-256:620a01786616ac1b23303b706d2fe2255663552ebbe01ab244f75b7e6195a571" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_4RELAY-0.0.1.zip", + "archiveFileName": "M5Unit_4RELAY-0.0.1.zip", + "size": 13606, + "checksum": "SHA-256:0b15605e9680c46623c26f2153e9e91e2b1ad15f797f013bc11352dfdfad1088" }, { - "name": "EnergyMeter", + "name": "MIKROE_4_20mA_RT_Click", "version": "1.0.0", - "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "sentence": "Arduino library to get data from energy meters in order to monitor them.", - "paragraph": "This library is used to monitor energy meters. It uses callbacks to trigger actions each time the meter measures a certain kind of kilowatts-hour. By using this library, energy meters can be polled (less efficient approach) or can be interfaced through external interrupts (most efficient approach).", - "website": "https://github.com/elC0mpa/EnergyMeter/", + "author": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "maintainer": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "sentence": "A library for the 4-20 mA R \u0026 T Click Boards of MIKROE (MIKROE-1387 \u0026 MIKROE-1296).", + "paragraph": "Single R Click readings tend to fluctuate a lot. To combat the large fluctuations this library optionally provides an exponential moving average (EMA) applied to the R Click readings. It does not rely on storing an array of data and is hence very memory efficient.", + "website": "https://github.com/Dennis-van-Gils/MIKROE_4_20mA_RT_Click/", "category": "Signal Input/Output", "architectures": [ "*" @@ -275540,1056 +730112,1103 @@ "types": [ "Contributed" ], - "repository": "https://github.com/elC0mpa/EnergyMeter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/EnergyMeter-1.0.0.zip", - "archiveFileName": "EnergyMeter-1.0.0.zip", - "size": 8906, - "checksum": "SHA-256:fe2a0578360d937335ca3c12dc9e546712fba12161d22c543b09ac67397a5a02" + "repository": "https://github.com/Dennis-van-Gils/MIKROE_4_20mA_RT_Click.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dennis-van-Gils/MIKROE_4_20mA_RT_Click-1.0.0.zip", + "archiveFileName": "MIKROE_4_20mA_RT_Click-1.0.0.zip", + "size": 235007, + "checksum": "SHA-256:9265ae4beeb5f6f94c2d78753d8b3807afd73836162484961cada1be026098af" }, { - "name": "Waveshare ILI9486", - "version": "0.3.0", - "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", - "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", - "sentence": "Waveshare ILI9486 SPI driver for Arduino", - "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", - "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", - "category": "Display", + "name": "MIKROE_4_20mA_RT_Click", + "version": "1.1.0", + "author": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "maintainer": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "sentence": "A library for the 4-20 mA R \u0026 T Click Boards of MIKROE (MIKROE-1387 \u0026 MIKROE-1296).", + "paragraph": "Single R Click readings tend to fluctuate a lot. To combat the large fluctuations this library optionally provides an exponential moving average (EMA) applied to the R Click readings. It does not rely on storing an array of data and is hence very memory efficient.", + "website": "https://github.com/Dennis-van-Gils/MIKROE_4_20mA_RT_Click/", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", - "providesIncludes": [ - "Waveshare_ILI9486_GFX.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.3.0.zip", - "archiveFileName": "Waveshare_ILI9486-0.3.0.zip", - "size": 209848, - "checksum": "SHA-256:31e9d5236e5b3f5b751997adffc455c90439f5ee7c1be7a050514e7d64957c72" + "repository": "https://github.com/Dennis-van-Gils/MIKROE_4_20mA_RT_Click.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dennis-van-Gils/MIKROE_4_20mA_RT_Click-1.1.0.zip", + "archiveFileName": "MIKROE_4_20mA_RT_Click-1.1.0.zip", + "size": 236688, + "checksum": "SHA-256:89ae4d20524d03181d42d66fdca7d7f6906d68cb6865cd6d75363e756c6c5e54" }, { - "name": "Waveshare ILI9486", - "version": "0.3.1", - "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", - "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", - "sentence": "Waveshare ILI9486 SPI driver for Arduino", - "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", - "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", - "category": "Display", + "name": "easyConfig", + "version": "1.0.0", + "author": "Sonthaya Nongnuch \u003cmax30012540@hotmail.com\u003e", + "maintainer": "IOXhop", + "sentence": "easyConfig is library for esp8266, config page, wifi connect management", + "website": "https://github.com/ioxhop/easyConfig", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", - "providesIncludes": [ - "Waveshare_ILI9486_GFX.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.3.1.zip", - "archiveFileName": "Waveshare_ILI9486-0.3.1.zip", - "size": 210031, - "checksum": "SHA-256:248ae000cba1bb70626275b0171a1397074635fa7ba10fbb3aac2719a2566a58" + "repository": "https://github.com/ArtronShop/easyConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/easyConfig-1.0.0.zip", + "archiveFileName": "easyConfig-1.0.0.zip", + "size": 9824, + "checksum": "SHA-256:cecdb2c445c08246f831d3110b9cd1920cb685b364ea5463be16763052c95889" }, { - "name": "Waveshare ILI9486", - "version": "0.4.0", - "author": "Waveshare \u003cservice@waveshare.com\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", - "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", - "sentence": "Waveshare ILI9486 SPI driver for Arduino", - "paragraph": "Arduino library wrapper for Waveshare 3.5\" \u0026 4\" Touch Shield with GFX interface, in addition to Waveshare's official driver demo code.", - "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", - "category": "Display", + "name": "easyConfig", + "version": "1.1.0", + "author": "Sonthaya Nongnuch \u003cmax30012540@hotmail.com\u003e", + "maintainer": "IOXhop", + "sentence": "easyConfig is library for esp8266, config page, wifi connect management", + "website": "https://github.com/ioxhop/easyConfig", + "category": "Communication", "architectures": [ - "avr" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", - "providesIncludes": [ - "Waveshare_ILI9486_GFX.h" - ], - "dependencies": [ - { - "name": "SD" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-0.4.0.zip", - "archiveFileName": "Waveshare_ILI9486-0.4.0.zip", - "size": 210040, - "checksum": "SHA-256:fe03d1c4a264128e4dfb839dd80c0e1477ea1bba0aeab520264f9c6ff2f310b9" + "repository": "https://github.com/ArtronShop/easyConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/easyConfig-1.1.0.zip", + "archiveFileName": "easyConfig-1.1.0.zip", + "size": 10153, + "checksum": "SHA-256:7f73956682bb47566db5ba7ac44d11733e6926421c525232359d3d3539b62469" }, { - "name": "Waveshare ILI9486", - "version": "2.0.0", - "author": "M Hotchin \u003cgithub@hotchin.net\u003e, Calvin Hass \u003cweb@impulseadventure.com\u003e", - "maintainer": "Calvin Hass \u003cweb@impulseadventure.com\u003e", - "sentence": "Waveshare ILI9486 SPI driver for Arduino", - "paragraph": "Arduino library for Waveshare 3.5\" \u0026 4\" Touch Shields with GFX interface, plus touchscreen support", - "website": "https://github.com/ImpulseAdventure/Waveshare_ILI9486", - "category": "Display", + "name": "easyConfig", + "version": "1.2.0", + "author": "Sonthaya Nongnuch \u003cmax30012540@hotmail.com\u003e", + "maintainer": "IOXhop", + "sentence": "easyConfig is library for esp8266, config page, wifi connect management", + "website": "https://github.com/ioxhop/easyConfig", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ImpulseAdventure/Waveshare_ILI9486.git", - "providesIncludes": [ - "Waveshare_ILI9486.h" + "repository": "https://github.com/ArtronShop/easyConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/easyConfig-1.2.0.zip", + "archiveFileName": "easyConfig-1.2.0.zip", + "size": 13407, + "checksum": "SHA-256:93a69888c3f8174d1097e51aba69067ed91b8cba01b9ffe8f686ff99a0fe3f3b" + }, + { + "name": "easyConfig", + "version": "1.3.0", + "author": "Sonthaya Nongnuch \u003cmax30012540@hotmail.com\u003e", + "maintainer": "IOXhop", + "sentence": "easyConfig is library for esp8266, config page, wifi connect management", + "website": "https://github.com/ioxhop/easyConfig", + "category": "Communication", + "architectures": [ + "esp8266" ], - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ImpulseAdventure/Waveshare_ILI9486-2.0.0.zip", - "archiveFileName": "Waveshare_ILI9486-2.0.0.zip", - "size": 17881, - "checksum": "SHA-256:353935f42c2740c2cc9b922a55d6f95724c173a3f45510b4000b4c6329067fe2" + "repository": "https://github.com/ArtronShop/easyConfig.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/easyConfig-1.3.0.zip", + "archiveFileName": "easyConfig-1.3.0.zip", + "size": 16017, + "checksum": "SHA-256:0ecc1579895fd1a34a56f7aa527a44609411340ff284f0e2353199c92e013f1f" }, { - "name": "JsonLogger", - "version": "1.0.3", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", + "name": "easyConfig", + "version": "1.4.0", + "author": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "maintainer": "ArtronShop", + "sentence": "WebPortal and WiFi management for ESP32/ESP8266", + "paragraph": "Easy for configs wifi with WebPortal and auto reconnect wifi", + "website": "https://github.com/ArtronShop/easyConfig", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/ArtronShop/easyConfig.git", "providesIncludes": [ - "JsonLogger.h" + "easyConfig.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.3.zip", - "archiveFileName": "JsonLogger-1.0.3.zip", - "size": 11598, - "checksum": "SHA-256:c84d4f2f590f6d87bc741309b7b9e5c9b86a872c2a89ad5892b9bb227ddc5724" + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/easyConfig-1.4.0.zip", + "archiveFileName": "easyConfig-1.4.0.zip", + "size": 52695, + "checksum": "SHA-256:827baddb8bdc5df8bfb8a5e80500c145a8ca987a19aa934a1d45209127c3a737" }, { - "name": "JsonLogger", - "version": "1.0.4", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "surf-checker", + "version": "0.0.1", + "author": "Nicolas Goualard \u003cnicolas.goualard@sfr.fr\u003e", + "maintainer": "Nicolas Goualard \u003cnicolas.goualard@sfr.fr\u003e", + "sentence": "This library, in conjunction with the Surf Checker hardware, enables an Arduino Nano 33 IoT to display your local surf info.", + "paragraph": "The library displays swell direction, swell height, swell period, wind direction, wind speed, and tide, so that you know where and when to go for a surf.", + "website": "https://github.com/nicogou/IoT-Surf-Checker", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/nicogou/IoT-Surf-Checker.git", "providesIncludes": [ - "JsonLogger.h" + "surf-checker.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.4.zip", - "archiveFileName": "JsonLogger-1.0.4.zip", - "size": 11618, - "checksum": "SHA-256:63c3e4c77d296e77a2e441087c0684b6e9f0d5a9e6ba974933ea8587e94961d2" + "dependencies": [ + { + "name": "FastLED" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFiManager_NINA_Lite" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nicogou/surf_checker-0.0.1.zip", + "archiveFileName": "surf_checker-0.0.1.zip", + "size": 18689, + "checksum": "SHA-256:271f2b0692b963d4667d6f764e68f5c1d8aa0f76c5649d3edfb9bcfd34fbbac4" }, { - "name": "JsonLogger", - "version": "1.0.5", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "custom_PortentaBreakout", + "version": "1.0.1", + "author": "alessandromrc (Alessandro Marcon)", + "maintainer": "alessandromrc (Alessandro Marcon)", + "sentence": "Library for Arduino Portenta Breakout Carrier modified by alessandromrc (Alessandro Marcon)", + "website": "https://github.com/alessandromrc/Custom_PortentaBreakout", + "category": "Other", "architectures": [ - "*" + "mbed", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/alessandromrc/Custom_PortentaBreakout.git", "providesIncludes": [ - "JsonLogger.h" + "Custom_PortentaBreakout.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.5.zip", - "archiveFileName": "JsonLogger-1.0.5.zip", - "size": 11961, - "checksum": "SHA-256:e49f3515f67f23c172750792f981c87ccb1b5e50a0aac9a2d9fd1d0889498807" + "url": "https://downloads.arduino.cc/libraries/github.com/alessandromrc/custom_PortentaBreakout-1.0.1.zip", + "archiveFileName": "custom_PortentaBreakout-1.0.1.zip", + "size": 32220, + "checksum": "SHA-256:111fc3ceab4325f2568631d4e1d190b7dab5e9cdf0a387b6469ca22681dfdfdf" }, { - "name": "JsonLogger", - "version": "1.0.6", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "custom_PortentaBreakout", + "version": "1.0.2", + "author": "alessandromrc (Alessandro Marcon)", + "maintainer": "alessandromrc (Alessandro Marcon)", + "sentence": "Library for Arduino Portenta Breakout Carrier modified by alessandromrc (Alessandro Marcon)", + "website": "https://github.com/alessandromrc/Custom_PortentaBreakout", + "category": "Other", "architectures": [ - "*" + "mbed", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/alessandromrc/Custom_PortentaBreakout.git", "providesIncludes": [ - "JsonLogger.h" + "Custom_PortentaBreakout.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.6.zip", - "archiveFileName": "JsonLogger-1.0.6.zip", - "size": 11972, - "checksum": "SHA-256:60f4b127f2df2ba4c7caf72cffbc4307f1516fba9cade5db6e985deff9123486" + "url": "https://downloads.arduino.cc/libraries/github.com/alessandromrc/custom_PortentaBreakout-1.0.2.zip", + "archiveFileName": "custom_PortentaBreakout-1.0.2.zip", + "size": 32193, + "checksum": "SHA-256:82b177dd8986790c8c122408da8a1de8fa6c43e19100910746c3cda65dc00f42" }, { - "name": "JsonLogger", - "version": "1.0.7", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast, and portable JSON builder and logger for IoT firmware data gathering.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", + "name": "ESP32_BleSerial", + "version": "1.0.0", + "author": "Avinab Malla \u003cavinabmalla@yahoo.com\u003e", + "maintainer": "Avinab Malla \u003cavinabmalla@yahoo.com\u003e", + "sentence": "A BLE Serial library for Arduino ESP32", + "paragraph": "A BLE Serial library for Arduino ESP32", + "website": "https://github.com/avinabmalla/ESP32_BleSerial", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/avinabmalla/ESP32_BleSerial.git", "providesIncludes": [ - "JsonLogger.h" + "BleSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.0.7.zip", - "archiveFileName": "JsonLogger-1.0.7.zip", - "size": 12198, - "checksum": "SHA-256:6f15211ccc157ed2b3794d99abee7183476a0ea3a8fdec84f5e721af0dfd97d2" + "url": "https://downloads.arduino.cc/libraries/github.com/avinabmalla/ESP32_BleSerial-1.0.0.zip", + "archiveFileName": "ESP32_BleSerial-1.0.0.zip", + "size": 5483, + "checksum": "SHA-256:3a9bdda4dc733e8a99c7003c9409edf4e0a85092fe3d8b8875b28e981a47e14d" }, { - "name": "JsonLogger", - "version": "1.1.0", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", + "name": "ESP32_BleSerial", + "version": "1.0.2", + "author": "Avinab Malla \u003cavinabmalla@yahoo.com\u003e", + "maintainer": "Avinab Malla \u003cavinabmalla@yahoo.com\u003e", + "sentence": "A BLE Serial library for Arduino ESP32", + "paragraph": "A BLE Serial library for Arduino ESP32", + "website": "https://github.com/avinabmalla/ESP32_BleSerial", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/avinabmalla/ESP32_BleSerial.git", "providesIncludes": [ - "JsonLogger.h" + "BleSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.0.zip", - "archiveFileName": "JsonLogger-1.1.0.zip", - "size": 12255, - "checksum": "SHA-256:9e0766908886fb5a2742c4531676de98b2160cde786c3834cb0153bd98f5e266" + "url": "https://downloads.arduino.cc/libraries/github.com/avinabmalla/ESP32_BleSerial-1.0.2.zip", + "archiveFileName": "ESP32_BleSerial-1.0.2.zip", + "size": 6306, + "checksum": "SHA-256:fceaa8cda954ca3ca9ad957e687fed85e5ea7f60f898bb163cf3c04294f769d8" }, { - "name": "JsonLogger", - "version": "1.1.1", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", + "name": "ESP32_BleSerial", + "version": "1.0.4", + "author": "Avinab Malla \u003cavinabmalla@yahoo.com\u003e", + "maintainer": "Avinab Malla \u003cavinabmalla@yahoo.com\u003e", + "sentence": "A BLE Serial library for Arduino ESP32", + "paragraph": "A BLE Serial library for Arduino ESP32", + "website": "https://github.com/avinabmalla/ESP32_BleSerial", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/avinabmalla/ESP32_BleSerial.git", "providesIncludes": [ - "JsonLogger.h" + "BleSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.1.zip", - "archiveFileName": "JsonLogger-1.1.1.zip", - "size": 12331, - "checksum": "SHA-256:779b3f9f037bee0c5980cde6d816307af5ef8ebdf767f4e02ba17eccde5120e5" + "url": "https://downloads.arduino.cc/libraries/github.com/avinabmalla/ESP32_BleSerial-1.0.4.zip", + "archiveFileName": "ESP32_BleSerial-1.0.4.zip", + "size": 7636, + "checksum": "SHA-256:d25a618a1b91435896335b3f5109fb6f7be4b2cdf8170d950716417aaa05c376" }, { - "name": "JsonLogger", - "version": "1.1.2", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", + "name": "ESPAutoWiFiConfig", + "version": "2.1.2", + "author": "Matthew Ford", + "maintainer": "Matthew Ford \u003csupport@pfod.com.au\u003e", + "sentence": "Start serving a local webpage if cannot connect to WiFi, also include Buffer for to WiFi client to prevent small packets with partial messages being sent.", + "paragraph": "Works with Arduino ESP32, ESP32C and ESP8266", + "website": "https://github.com/drmpf/ESPAutoWiFiConfig", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", - "providesIncludes": [ - "JsonLogger.h" + "repository": "https://github.com/drmpf/ESPAutoWiFiConfig.git", + "dependencies": [ + { + "name": "SafeString" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.2.zip", - "archiveFileName": "JsonLogger-1.1.2.zip", - "size": 12515, - "checksum": "SHA-256:c940a5c5e3a6b8a336e3c21691e66c88c5890f89e08e178f3678a0bad03e0f71" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/ESPAutoWiFiConfig-2.1.2.zip", + "archiveFileName": "ESPAutoWiFiConfig-2.1.2.zip", + "size": 90492, + "checksum": "SHA-256:4c86cfdbe22f81ed3430890e734802321be4f552fe77acfbce04a37d0a86f187" }, { - "name": "JsonLogger", - "version": "1.1.3", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", + "name": "ESPAutoWiFiConfig", + "version": "2.2.0", + "author": "Matthew Ford", + "maintainer": "Matthew Ford \u003csupport@pfod.com.au\u003e", + "sentence": "Start serving a local webpage if cannot connect to WiFi, also include Buffer for to WiFi client to prevent small packets with partial messages being sent.", + "paragraph": "Works with Arduino ESP32, ESP32C and ESP8266", + "website": "https://github.com/drmpf/ESPAutoWiFiConfig", "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", - "providesIncludes": [ - "JsonLogger.h" + "repository": "https://github.com/drmpf/ESPAutoWiFiConfig.git", + "dependencies": [ + { + "name": "SafeString" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.3.zip", - "archiveFileName": "JsonLogger-1.1.3.zip", - "size": 12905, - "checksum": "SHA-256:692db84e54e54353dcb6ab961e4afe102be748cefcdedd9250b961a6dbda3c91" + "url": "https://downloads.arduino.cc/libraries/github.com/drmpf/ESPAutoWiFiConfig-2.2.0.zip", + "archiveFileName": "ESPAutoWiFiConfig-2.2.0.zip", + "size": 90527, + "checksum": "SHA-256:fb3de6de3f6fad88e4ed3fd000771a1e47b406f1952ff8c111c4fc936b43b3d8" }, { - "name": "JsonLogger", - "version": "1.1.4", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "ellipse", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ellipse class", + "paragraph": "experimental.", + "website": "https://github.com/RobTillaart/ellipse", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/RobTillaart/ellipse.git", "providesIncludes": [ - "JsonLogger.h" + "ellipse.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.4.zip", - "archiveFileName": "JsonLogger-1.1.4.zip", - "size": 12922, - "checksum": "SHA-256:7640a4f571994ab1e0c96a5ad2a29a9e32e61817d4be8a9b00330dc80dd5be2f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ellipse-0.1.0.zip", + "archiveFileName": "ellipse-0.1.0.zip", + "size": 9053, + "checksum": "SHA-256:706b9382ae922c9e8fe9367e2e875f95f9f12e5087a2936346983a4d30297dc7" }, { - "name": "JsonLogger", - "version": "1.1.5", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "ellipse", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ellipse class", + "paragraph": "experimental.", + "website": "https://github.com/RobTillaart/ellipse", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/RobTillaart/ellipse.git", "providesIncludes": [ - "JsonLogger.h" + "ellipse.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.5.zip", - "archiveFileName": "JsonLogger-1.1.5.zip", - "size": 12928, - "checksum": "SHA-256:340b59271c273ced7c8fdf633915e02382002824c3f8afcc80124a01145f742c" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ellipse-0.1.1.zip", + "archiveFileName": "ellipse-0.1.1.zip", + "size": 10266, + "checksum": "SHA-256:0478cac5e2c6c1b27bcda3d4970ecebb27c36396f2b3b2e919f51434e8289308" }, { - "name": "JsonLogger", - "version": "1.1.7", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "ellipse", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ellipse class", + "paragraph": "experimental.", + "website": "https://github.com/RobTillaart/ellipse", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/RobTillaart/ellipse.git", "providesIncludes": [ - "JsonLogger.h" + "ellipse.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.7.zip", - "archiveFileName": "JsonLogger-1.1.7.zip", - "size": 13036, - "checksum": "SHA-256:c73fe4839f9b541e6d6540bd78db3c1fafe0a7d32160edac768c9dd0df9ffe1a" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ellipse-0.1.2.zip", + "archiveFileName": "ellipse-0.1.2.zip", + "size": 10750, + "checksum": "SHA-256:615e126c84f50764ecc5d2eb377f92ade2727a1a75fad4e9b18944fd5ee17cf5" }, { - "name": "JsonLogger", - "version": "1.1.8", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "ellipse", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ellipse class", + "paragraph": "experimental.", + "website": "https://github.com/RobTillaart/ellipse", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", + "repository": "https://github.com/RobTillaart/ellipse.git", "providesIncludes": [ - "JsonLogger.h" + "ellipse.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.8.zip", - "archiveFileName": "JsonLogger-1.1.8.zip", - "size": 13374, - "checksum": "SHA-256:79c924cca05ef929db2a3b38e2a20b1ec5116d2211221df2914e9f7da0c9ac54" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ellipse-0.1.3.zip", + "archiveFileName": "ellipse-0.1.3.zip", + "size": 11044, + "checksum": "SHA-256:763119dae3d27038900f26e439a97edc578291ce3185bab7ce2134ddb9713bd8" }, { - "name": "JsonLogger", - "version": "1.1.9", - "author": "Alan Chen", - "maintainer": "Alan Chen \u003calanpc@gmail.com\u003e", - "sentence": "An easy-to-use, small, fast and portable JSON builder and logger for IoT logging, data acquisition and analytics.", - "paragraph": "Useful for logging json data to terminal, file, and cloud", - "website": "https://github.com/ravelab/JsonLogger", - "category": "Communication", + "name": "STM32duino LIS2DU12", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the advanced Ultra Low Power 3D accelerometer LIS2DU12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DU12", + "category": "Sensors", "architectures": [ - "*" + "stm32", + "avr", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/ravelab/JsonLogger.git", - "providesIncludes": [ - "JsonLogger.h" + "repository": "https://github.com/stm32duino/LIS2DU12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DU12-1.0.0.zip", + "archiveFileName": "STM32duino_LIS2DU12-1.0.0.zip", + "size": 23932, + "checksum": "SHA-256:2f4d880fd79ff7dc437406eeb6fd734a09042b4e361e4d937bfe8f5f6208d834" + }, + { + "name": "STM32duino LIS2DU12", + "version": "1.0.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the advanced Ultra Low Power 3D accelerometer LIS2DU12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DU12", + "category": "Sensors", + "architectures": [ + "stm32", + "avr", + "sam" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ravelab/JsonLogger-1.1.9.zip", - "archiveFileName": "JsonLogger-1.1.9.zip", - "size": 13407, - "checksum": "SHA-256:c13a1c2e8d7b0f783686de450dd94661ebc85ee296364cd07d61422008854f9f" + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LIS2DU12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DU12-1.0.1.zip", + "archiveFileName": "STM32duino_LIS2DU12-1.0.1.zip", + "size": 23927, + "checksum": "SHA-256:ba0913da0a154edecd3ca46a3ba2ddff5d09c51fe215083c8dedf45dc7a5737f" }, { - "name": "Kalman", + "name": "STM32duino LSM6DSV16X", "version": "1.0.0", - "author": "Romain Fétick", - "maintainer": "Romain Fétick", - "sentence": "Include Kalman filter to your Arduino projects", - "paragraph": "This library is made to implement the matricial form of the Kalman equations. You can merge noisy data from multiple sensors to get the best estimate of the state of your drone, robot...", - "website": "https://github.com/rfetick/Kalman", - "category": "Data Processing", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/rfetick/Kalman.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/Kalman-1.0.0.zip", - "archiveFileName": "Kalman-1.0.0.zip", - "size": 114771, - "checksum": "SHA-256:79a6cef9a9929de107ff06bfecdc7dd4c9e546b08341f63c1d7fc461810cc3aa" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.0.0.zip", + "size": 55391, + "checksum": "SHA-256:c66b6f01ff282665135b85b6055d475000307e90e2f824ed0935a0bb37fe38df" }, { - "name": "Kalman", - "version": "1.0.2", - "author": "Romain Fétick", - "maintainer": "Romain Fétick", - "sentence": "Include Kalman filter to your Arduino projects", - "paragraph": "This library is made to implement the matricial form of the Kalman equations. You can merge noisy data from multiple sensors to get the best estimate of the state of your drone, robot...", - "website": "https://github.com/rfetick/Kalman", - "category": "Data Processing", + "name": "STM32duino LSM6DSV16X", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/rfetick/Kalman.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/Kalman-1.0.2.zip", - "archiveFileName": "Kalman-1.0.2.zip", - "size": 121008, - "checksum": "SHA-256:6827a0584d428ddfa6d1a3b0afcd5f35a914a24ba193e0cef15ddcdaa50ae777" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.1.0.zip", + "size": 70395, + "checksum": "SHA-256:dbe67ea45f50920502a19405e74fac1284f968f1bc9f9e3879b2ebd57bd4a566" }, { - "name": "TinyOLED-Fonts", - "version": "1.0.0", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", - "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", - "website": "https://github.com/datacute/TinyOLED-Fonts", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.2.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/TinyOLED-Fonts.git", - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.0.0.zip", - "archiveFileName": "TinyOLED_Fonts-1.0.0.zip", - "size": 16424, - "checksum": "SHA-256:a743dc2e368c8c431bebf9e1a12eb9894dd4e0a9b7c26c9ea8f0e9f13459d56c" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.2.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.2.0.zip", + "size": 76369, + "checksum": "SHA-256:12d522f66be965223757b5c677f3d803ff1a6eaeb1b3230dc2ff4cb123c75b58" }, { - "name": "TinyOLED-Fonts", - "version": "1.0.1", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", - "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", - "website": "https://github.com/datacute/TinyOLED-Fonts", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.3.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/TinyOLED-Fonts.git", - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.0.1.zip", - "archiveFileName": "TinyOLED_Fonts-1.0.1.zip", - "size": 19823, - "checksum": "SHA-256:f593e72c90a4190bc067dc04a6581b21ffad2122ea22348fc0608e2e16acc5e3" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.3.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.3.0.zip", + "size": 77942, + "checksum": "SHA-256:265da116b3a5d4679a73cc379afef7de00f63557b7c22914b6f1b985cec522f9" }, { - "name": "TinyOLED-Fonts", - "version": "1.1.0", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a collection of fonts for use with the Tiny4kOLED library.", - "paragraph": "This is a collection of fonts for use with the Tiny4kOLED library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C. A sample program is included to display a single font on a 128x32 screen, scrolling through the available characters.", - "website": "https://github.com/datacute/TinyOLED-Fonts", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.4.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacute/TinyOLED-Fonts.git", - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyOLED_Fonts-1.1.0.zip", - "archiveFileName": "TinyOLED_Fonts-1.1.0.zip", - "size": 59870, - "checksum": "SHA-256:15c354e8b537557ca89d24e5103c3264bcf18e9b1e7986a42ec8ceedeb395847" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.4.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.4.0.zip", + "size": 78125, + "checksum": "SHA-256:ba43efbaae10e09f9b7ce554faf673136ecfd262328b22906735b1c0e4014c7c" }, { - "name": "PreMo - Virtual Path Following", - "version": "2.0.0", - "author": "Jae An", - "maintainer": "Jae An", - "sentence": "Adds virtual path following feature to differential drive robots.", - "paragraph": "This library uses the pure pursuit path follower algorithm to implement virtual path following on differential drive robots. It also features methods for precisely moving your robot.", - "website": "https://sites.google.com/stonybrook.edu/premo/", - "category": "Other", - "architectures": [], + "name": "STM32duino LSM6DSV16X", + "version": "1.5.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/purwar2016/PreciseMovement-library.git", - "providesIncludes": [ - "PathFollower.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/purwar2016/PreMo___Virtual_Path_Following-2.0.0.zip", - "archiveFileName": "PreMo___Virtual_Path_Following-2.0.0.zip", - "size": 23961, - "checksum": "SHA-256:964f438cd7524c1a76b298c3516263dc456779be316f6ccd0a7883880dff0a0b" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.5.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.5.0.zip", + "size": 82417, + "checksum": "SHA-256:6973ac1d7b22c65481146efefc1777166e88928f371006ec88f37931a3286a8e" }, { - "name": "lcdgfx", - "version": "1.0.0", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", - "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", - "website": "https://github.com/lexus2k/lcdgfx", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.5.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/lcdgfx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.0.zip", - "archiveFileName": "lcdgfx-1.0.0.zip", - "size": 4283731, - "checksum": "SHA-256:225045358832c5b4e2307fc39eefb85b74daaa4520ee8afaf74878051f875161" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.5.1.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.5.1.zip", + "size": 82410, + "checksum": "SHA-256:e5df34b21aa9dca63ec898cc38422e90087a5e4a4108e4ce5ea42757ed6d0114" }, { - "name": "lcdgfx", - "version": "1.0.1", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", - "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", - "website": "https://github.com/lexus2k/lcdgfx", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.6.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/lcdgfx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.1.zip", - "archiveFileName": "lcdgfx-1.0.1.zip", - "size": 4389924, - "checksum": "SHA-256:e370008bfe1aa878995da7b0d6d1a7d8b9f41ad3d9dffe34c8d696b87a47e421" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.6.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.6.0.zip", + "size": 91703, + "checksum": "SHA-256:fb775b63bdb28eda8735302df75e486a03da1afb0012933c604f320de1e5a483" }, { - "name": "lcdgfx", - "version": "1.0.2", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", - "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", - "website": "https://github.com/lexus2k/lcdgfx", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.6.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/lcdgfx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.2.zip", - "archiveFileName": "lcdgfx-1.0.2.zip", - "size": 4676191, - "checksum": "SHA-256:06e3330007dae5d434e8d0ae1254ce4974fa925913f5b7e747755983947c7d9e" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.6.1.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.6.1.zip", + "size": 91706, + "checksum": "SHA-256:1c06378c3ec06ce7cdf7c8e4e1d424ea2ef17ae686cd84f9a8c7409a7d431006" }, { - "name": "lcdgfx", - "version": "1.0.3", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", - "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", - "website": "https://github.com/lexus2k/lcdgfx", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.6.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/lcdgfx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.3.zip", - "archiveFileName": "lcdgfx-1.0.3.zip", - "size": 4671447, - "checksum": "SHA-256:0a77ceacb01e5a440132afff87a65d036dfbabcab532e45d21e5abcee7bc384c" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.6.2.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.6.2.zip", + "size": 91762, + "checksum": "SHA-256:1821a04a43366902bb449c247b393a07e119dc8250de4741f25482c4735ea9aa" }, { - "name": "lcdgfx", - "version": "1.0.5", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341 PCD8544 spi/i2c OLED/LED Display driver.", - "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", - "website": "https://github.com/lexus2k/lcdgfx", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.6.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/lcdgfx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.5.zip", - "archiveFileName": "lcdgfx-1.0.5.zip", - "size": 4632698, - "checksum": "SHA-256:3a63f6cab548c52d330ae78a9c14c14c1f5fa326c17cdb6e4b13673469fde0e7" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.6.3.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.6.3.zip", + "size": 91755, + "checksum": "SHA-256:e0aa075e77636cadc5bfd7ff72049497d39ae01e3df163924e4db3fc51be415a" }, { - "name": "lcdgfx", - "version": "1.0.6", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "VGA, SSD1306, SSD1331, SSD1325/SSD1327, SSD1351, IL9163/ST7735, ILI9341, PCD8544, SH1106/SH1107 spi/i2c OLED/LED Display driver.", - "paragraph": "Provides API for working with 128x64 and 128x32 monochrome/color oled displays over i2c/spi, and VGA monitor. The supported displays include IL9163 128x128, ST7735 128x160, SSD1331 96x64, SSD1351 128x128, PCD8544 84x48, SH1107, SH1106. The library implements graphical engine, allowing creation of dynamic animation, and can be used for gaming development. The library is intended for use with small microcontrollers with a little of SRAM. It includes both internal own i2c communication implementation and can use Wire library.", - "website": "https://github.com/lexus2k/lcdgfx", - "category": "Display", + "name": "STM32duino LSM6DSV16X", + "version": "1.7.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/lcdgfx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/lcdgfx-1.0.6.zip", - "archiveFileName": "lcdgfx-1.0.6.zip", - "size": 1951871, - "checksum": "SHA-256:bbbcf1fecaf8211ed5aab3594577cc1cdea7edfe91542f13726d9739bc5eab6c" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.7.0.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.7.0.zip", + "size": 91871, + "checksum": "SHA-256:0c11c1c125b1dcbceeb1f3d44784ef1cfe83e69fa957c110b09d088bc65ff63a" }, { - "name": "TTP229", - "version": "1.0.0", - "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", - "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", - "sentence": "Arduino library for TTP229 module.", - "paragraph": "An Arduino library for TTP229 module for controlling a 16 capacitive touch keys.", - "website": "https://github.com/kiryanenko/TTP229", - "category": "Device Control", + "name": "STM32duino LSM6DSV16X", + "version": "1.7.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kiryanenko/TTP229.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/TTP229-1.0.0.zip", - "archiveFileName": "TTP229-1.0.0.zip", - "size": 4424, - "checksum": "SHA-256:53c99fa3d07296214313b9a11bba1570fe748b6d54106509d8b2d959374c39c6" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.7.1.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.7.1.zip", + "size": 91870, + "checksum": "SHA-256:b89d66a076be7d7998ed1901840f89b843ccb7becb9d1216bef76b38e79a7f35" }, { - "name": "TTP229", - "version": "1.1.0", - "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", - "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", - "sentence": "Arduino library for TTP229 module.", - "paragraph": "An Arduino library for TTP229 module for controlling a 16 capacitive touch keys.", - "website": "https://github.com/kiryanenko/TTP229", - "category": "Device Control", + "name": "STM32duino LSM6DSV16X", + "version": "1.7.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kiryanenko/TTP229.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/TTP229-1.1.0.zip", - "archiveFileName": "TTP229-1.1.0.zip", - "size": 4599, - "checksum": "SHA-256:7e098663beacda10ed73fd2d1822e284ec1d935e96d6cf68c7e6f945683d58e6" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.7.2.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.7.2.zip", + "size": 91870, + "checksum": "SHA-256:7512a3063d68c45ccef7ce39b91804d12ee645c36d01271cb5e4a46e0e3e7a5e" }, { - "name": "TinyXML", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", - "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", - "website": "https://github.com/adafruit/TinyXML", - "category": "Data Processing", + "name": "STM32duino LSM6DSV16X", + "version": "1.7.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSV16X for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSV16X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TinyXML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.0.zip", - "archiveFileName": "TinyXML-1.0.0.zip", - "size": 10681, - "checksum": "SHA-256:5f297f7eec65e4383133a5be4b50a185b09472bea02897322cafdfaceee32cd1" + "repository": "https://github.com/stm32duino/LSM6DSV16X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSV16X-1.7.3.zip", + "archiveFileName": "STM32duino_LSM6DSV16X-1.7.3.zip", + "size": 91872, + "checksum": "SHA-256:48ddcf8ea26027405bea79e2a8af30dcf4383f9419d8a51cedb4c41aee76ba9b" }, { - "name": "TinyXML", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", - "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", - "website": "https://github.com/adafruit/TinyXML", - "category": "Data Processing", + "name": "AY3891x", + "version": "1.0.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912, AY-3-8913 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TinyXML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.1.zip", - "archiveFileName": "TinyXML-1.0.1.zip", - "size": 10683, - "checksum": "SHA-256:aa47a0ecbc791eb262003ec51f46fbbc0f3d42586e00ef910bd4babd77b7fad3" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.0.zip", + "archiveFileName": "AY3891x-1.0.0.zip", + "size": 13608, + "checksum": "SHA-256:ed3c7e14a5d19a304c28b39327af760bdcab29d910a1815abacf0290ffac984c" }, { - "name": "TinyXML", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Fork of Adam Rudd's (adamvr) TinyXML library.", - "paragraph": "Fork of Adam Rudd's (adamvr) TinyXML library.", - "website": "https://github.com/adafruit/TinyXML", - "category": "Data Processing", + "name": "AY3891x", + "version": "1.0.1", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912, AY-3-8913 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TinyXML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyXML-1.0.2.zip", - "archiveFileName": "TinyXML-1.0.2.zip", - "size": 10686, - "checksum": "SHA-256:577aee7f2b052a123c8e5dc41ca741a0687802d1c38cdbe31f21a86cdd932b47" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.1.zip", + "archiveFileName": "AY3891x-1.0.1.zip", + "size": 14002, + "checksum": "SHA-256:d5ffc021364f9c61c661de2b22f7d18ab320fd6f6f2bfb3408e9b19578828d71" }, { - "name": "Adafruit AS726X", + "name": "AY3891x", "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", - "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", - "website": "https://github.com/adafruit/Adafruit_AS726x", - "category": "Sensors", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912, AY-3-8913 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS726x.git", - "dependencies": [ - { - "name": "Adafruit ST7735 Library" - }, - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.0.2.zip", - "archiveFileName": "Adafruit_AS726X-1.0.2.zip", - "size": 10316, - "checksum": "SHA-256:c42727e600aff4deb75ef2421c87afc52c24c14d50be6e7f82a82d767490f8a3" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.2.zip", + "archiveFileName": "AY3891x-1.0.2.zip", + "size": 17453, + "checksum": "SHA-256:637b1ebb60c56c3304782d96004b7342f17c159c5648f9ea890781a9037453a7" }, { - "name": "Adafruit AS726X", + "name": "AY3891x", "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit Channel Visible Light / Color Sensor Breakout", - "paragraph": "Adafruit Channel Visible Light / Color Sensor Breakout", - "website": "https://github.com/adafruit/Adafruit_AS726x", - "category": "Sensors", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912, AY-3-8913 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS726x.git", - "dependencies": [ - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS726X-1.0.3.zip", - "archiveFileName": "Adafruit_AS726X-1.0.3.zip", - "size": 10272, - "checksum": "SHA-256:2c8447039eb396bf21ae52e35187cb3d41ccf70c4b2fb5e77dc16d91704dd98b" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.3.zip", + "archiveFileName": "AY3891x-1.0.3.zip", + "size": 19450, + "checksum": "SHA-256:dc01812d891549084cd5871fa98c04b691b48a33886378eebf1d94513b8401b3" }, { - "name": "Adafruit PCT2075", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_PCT2075", - "category": "Sensors", + "name": "AY3891x", + "version": "1.0.4", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912, AY-3-8913 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.0.zip", - "archiveFileName": "Adafruit_PCT2075-1.0.0.zip", - "size": 10363, - "checksum": "SHA-256:a813d5ea8813a064abb5d9ed565c0e74676745062ac01e9cf4333104cfa32325" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.4.zip", + "archiveFileName": "AY3891x-1.0.4.zip", + "size": 20778, + "checksum": "SHA-256:a1eec068e93be82af4001d6f13200b15cfd8dfb46a01972b30b50a5b25193f69" }, { - "name": "Adafruit PCT2075", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_PCT2075", - "category": "Sensors", + "name": "AY3891x", + "version": "1.0.5", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers, like the Yamaha YM2149.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.1.zip", - "archiveFileName": "Adafruit_PCT2075-1.0.1.zip", - "size": 316396, - "checksum": "SHA-256:5c0edb0d5ffe0e2bf589a4862e0b751451129117a472f8611cdd113851c0add8" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.5.zip", + "archiveFileName": "AY3891x-1.0.5.zip", + "size": 30589, + "checksum": "SHA-256:f03343056848a2d586638fee536beb6a3eb3fdb5ba834468507e553362d44e57" }, { - "name": "Adafruit PCT2075", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_PCT2075", - "category": "Sensors", + "name": "AY3891x", + "version": "1.0.6", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers, like the Yamaha YM2149.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.2.zip", - "archiveFileName": "Adafruit_PCT2075-1.0.2.zip", - "size": 316427, - "checksum": "SHA-256:74f8a46b1111c87fa753ffc03c1a45f29f91a3848267c51ff48398ec117b729e" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.6.zip", + "archiveFileName": "AY3891x-1.0.6.zip", + "size": 2284977, + "checksum": "SHA-256:a527e748d3dfa7d06248da6aa4eb6940109cc0debc9779104a7cd38cd7226725" }, { - "name": "Adafruit PCT2075", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "paragraph": "Arduino library for the PCT2075 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_PCT2075", - "category": "Sensors", + "name": "AY3891x", + "version": "1.0.8", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers, like the Yamaha YM2149.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PCT2075.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCT2075-1.0.3.zip", - "archiveFileName": "Adafruit_PCT2075-1.0.3.zip", - "size": 316484, - "checksum": "SHA-256:e7aa5b0defe35482809f5f88b0a2fee8cd76c6f90fe642869f24edc36783af6a" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.0.8.zip", + "archiveFileName": "AY3891x-1.0.8.zip", + "size": 2285044, + "checksum": "SHA-256:994e3d978a89c7339da54ec9d8b3015d17212641e42d023f537c7a2a3db810dc" }, { - "name": "Adafruit Pixie", - "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "website": "https://github.com/adafruit/Adafruit_Pixie", - "category": "Display", + "name": "AY3891x", + "version": "1.1.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers, like the Yamaha YM2149.", + "website": "http://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.1.zip", - "archiveFileName": "Adafruit_Pixie-1.1.1.zip", - "size": 116975, - "checksum": "SHA-256:31098111b5662616e76690701b47ad8e24f6120d5da3b72d23152e02e0bddf8d" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.1.0.zip", + "archiveFileName": "AY3891x-1.1.0.zip", + "size": 2285490, + "checksum": "SHA-256:bb619803a2a03dfab5b885577d141448642e3b8f417b39fcd2cfea8d8c9baf5e" }, { - "name": "Adafruit Pixie", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "website": "https://github.com/adafruit/Adafruit_Pixie", - "category": "Display", + "name": "AY3891x", + "version": "1.1.1", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers, like the Yamaha YM2149.", + "website": "https://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.0.zip", - "archiveFileName": "Adafruit_Pixie-1.1.0.zip", - "size": 18601, - "checksum": "SHA-256:a7e8f34126fdd49f048715edbfbbccb83aac407ebc916b1b2b1018146a4a15eb" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.1.1.zip", + "archiveFileName": "AY3891x-1.1.1.zip", + "size": 590479, + "checksum": "SHA-256:78e7d2fcd67200e6b30fa26791ffe101c672920327064fb9c86df5c6c029decd" }, { - "name": "Adafruit Pixie", + "name": "AY3891x", "version": "1.1.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "website": "https://github.com/adafruit/Adafruit_Pixie", - "category": "Display", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers, such as the Yamaha YM2149 and YM3439 and the Toshiba T7766A.", + "website": "https://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.2.zip", - "archiveFileName": "Adafruit_Pixie-1.1.2.zip", - "size": 116995, - "checksum": "SHA-256:1fef1700b748e71c72112e4b4deac0224729405de0e7eef3edaf2da1befeef81" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.1.2.zip", + "archiveFileName": "AY3891x-1.1.2.zip", + "size": 590151, + "checksum": "SHA-256:75aaee94bce91a11bd73c6d7951559dca2f15250549a8a65443cc20e6c980699" }, { - "name": "Adafruit Pixie", + "name": "AY3891x", "version": "1.1.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "paragraph": "Arduino library for controlling Serial-based ultra-bright LED pixels and strip.", - "website": "https://github.com/adafruit/Adafruit_Pixie", - "category": "Display", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for General Instrument AY-3-8910, AY-3-8912 Programmable Sound Generator chip.", + "paragraph": "This library should also work with variants of the chip sold by other manufacturers, such as the Yamaha YM2149 and YM3439 and the Toshiba T7766A.", + "website": "https://github.com/Andy4495/AY3891x", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Pixie-1.1.3.zip", - "archiveFileName": "Adafruit_Pixie-1.1.3.zip", - "size": 117053, - "checksum": "SHA-256:aeea1e5c4f45dd9d822a9729a2f6acf8260f13fb93bb62622587faea67c99368" + "repository": "https://github.com/Andy4495/AY3891x.git", + "providesIncludes": [ + "AY3891x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/AY3891x-1.1.3.zip", + "archiveFileName": "AY3891x-1.1.3.zip", + "size": 590516, + "checksum": "SHA-256:800d32c1d7f3badca0afddc5bb43c97d19f97d1a6ed63792830b20a7dda705cc" }, { - "name": "SparkFun LIS3DH Arduino Library", - "version": "1.0.2", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "sentence": "A library to drive the STmicro LIS3DH by SPI or I2C.", - "paragraph": "Uno examples to drive by I2C or SPI, collect extra sensor inputs, and operate FIFO. Checkout the \u003ca href=\"https://www.sparkfun.com/products/13963\"\u003eSparkFun LIS3DH Breakout\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library", + "name": "DS1624_Library", + "version": "3.0.1", + "author": "Lucas Inácio Viegas", + "maintainer": "Lucas Inácio Viegas", + "sentence": "A library to interface with Maxim DS1624 temperature sensor and memory.", + "paragraph": "The DS1624 sensor from Maxim Integrated consists of a 256-byte nonvolatile EE memory and a direct-to-digital temperature sensor. The temperature data is provided in a 12-bit word with 0.0625°C resolution. A 2-wire serial interface allows access to storage memory, temperature reading and sensor configuration.", + "website": "https://github.com/lucas-inacio/DS1624.git", "category": "Sensors", "architectures": [ "*" @@ -276597,410 +731216,491 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_LIS3DH_Arduino_Library-1.0.2.zip", - "size": 52956, - "checksum": "SHA-256:9419b8a95fc69ac9017c9d61acdfa5cbcfe134499fd25d391bbbf72b576e1b84" + "repository": "https://github.com/lucas-inacio/DS1624.git", + "providesIncludes": [ + "DS1624.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucas-inacio/DS1624_Library-3.0.1.zip", + "archiveFileName": "DS1624_Library-3.0.1.zip", + "size": 8893, + "checksum": "SHA-256:43b56e3cffe0c98d0773f9f5f120ba1b5019fadb6244b1435182bc4bc20b4b15" }, { - "name": "SparkFun LIS3DH Arduino Library", - "version": "1.0.3", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "sentence": "A library to drive the STmicro LIS3DH by SPI or I2C.", - "paragraph": "Uno examples to drive by I2C or SPI, collect extra sensor inputs, and operate FIFO. Checkout the \u003ca href=\"https://www.sparkfun.com/products/13963\"\u003eSparkFun LIS3DH Breakout\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library", - "category": "Sensors", + "name": "Mybotic Durian Blynk ESP8266", + "version": "1.0.0", + "author": "MYBOTIC \u003csales@mybotic.com.my\u003e", + "maintainer": "MYBOTIC \u003cwww.mybotic.com.my\u003e", + "sentence": "Library for using Durian UNO + ESP8266", + "paragraph": "This library works with Durial UNO", + "website": "https://www.mybotic.com.my/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS3DH_Arduino_Library-1.0.3.zip", - "archiveFileName": "SparkFun_LIS3DH_Arduino_Library-1.0.3.zip", - "size": 52956, - "checksum": "SHA-256:3389df618bdefcef32b7d67a1a9f6421276d6b4598c501568bd7803206d4ea02" + "repository": "https://github.com/MYBOTIC/DurianBlynkESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MYBOTIC/Mybotic_Durian_Blynk_ESP8266-1.0.0.zip", + "archiveFileName": "Mybotic_Durian_Blynk_ESP8266-1.0.0.zip", + "size": 15120, + "checksum": "SHA-256:780d0948fb9626bc777d803000cf79ef02b15afc6f3711b4413e21d5d853fb7c" }, { - "name": "IwitVolumeKnob", - "version": "1.0.0", - "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", - "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", - "sentence": "Library to support the hardware built into many chinese volume knobs (iWit)", - "paragraph": "This library depends on EncoderStepCounter", - "website": "https://www.github.com/M-Reimer/IwitVolumeKnob", + "name": "Mybotic Durian Blynk ESP8266", + "version": "1.1.0", + "author": "MYBOTIC \u003csales@mybotic.com.my\u003e", + "maintainer": "MYBOTIC \u003cwww.mybotic.com.my\u003e", + "sentence": "Library for using Durian UNO + ESP8266", + "paragraph": "This library works with Durian UNO", + "website": "https://github.com/MYBOTIC/DurianBlynkESP8266", "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/MYBOTIC/DurianBlynkESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MYBOTIC/Mybotic_Durian_Blynk_ESP8266-1.1.0.zip", + "archiveFileName": "Mybotic_Durian_Blynk_ESP8266-1.1.0.zip", + "size": 16319, + "checksum": "SHA-256:883d0e864d44603e36aec9efcf82d6f7aa516355f3404507a213f023013b311f" + }, + { + "name": "PCA9698", + "version": "1.0.1", + "author": "Justin P.", + "maintainer": "Justin P. \u003cjustin-plobst@gmx.de\u003e", + "sentence": "GPIO I2C driver for PCA9698", + "paragraph": "library supporting I2C speed up to 1 Mhz. It uses the wire library from Arduino.", + "website": "https://github.com/Justin-Pl/PCA9698", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/M-Reimer/IwitVolumeKnob.git", + "repository": "https://github.com/Justin-Pl/PCA9698.git", "dependencies": [ { - "name": "EncoderStepCounter" + "name": "Wire.h" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/IwitVolumeKnob-1.0.0.zip", - "archiveFileName": "IwitVolumeKnob-1.0.0.zip", - "size": 11223, - "checksum": "SHA-256:3193c4dd27b9fa307f4894b11866410899c213db1e727135f6aa7f8b899009c5" + "url": "https://downloads.arduino.cc/libraries/github.com/Justin-Pl/PCA9698-1.0.1.zip", + "archiveFileName": "PCA9698-1.0.1.zip", + "size": 8768, + "checksum": "SHA-256:d6ba76aa072606c2732fe965c7a69927c38ebb94f25383e403110c71077d9181" }, { - "name": "RC_ESC", - "version": "1.0.0", - "author": "Eric Nantel \u003csupport@robotshop.com\u003e", - "maintainer": "Eric Nantel \u003csupport@robotshop.com\u003e", - "sentence": "A library to use ESC with the Arduino platform.", - "paragraph": "This library is largely based on the Arduino Servo library and even use it in the background but we created different commands as well as examples which make sense for ESCs. The library is open source and although each function is not described in detail here, the library itself and the examples are well commented.", - "website": "https://www.robotshop.com/community/blog/show/rc-speed-controller-esc-arduino-library", - "category": "Device Control", + "name": "PCA9698", + "version": "1.0.2", + "author": "Justin P.", + "maintainer": "Justin P. \u003cjustin-plobst@gmx.de\u003e", + "sentence": "GPIO I2C driver for PCA9698", + "paragraph": "library supporting I2C speed up to 1 Mhz. It uses the wire library from Arduino.", + "website": "https://github.com/Justin-Pl/PCA9698", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RB-ENantel/RC_ESC.git", - "providesIncludes": [ - "ESC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RB-ENantel/RC_ESC-1.0.0.zip", - "archiveFileName": "RC_ESC-1.0.0.zip", - "size": 19446, - "checksum": "SHA-256:cbf8a7cac965a5778d1cb5a9615e2cd64323215e8c62980d361d0af4c4d7e2d0" + "repository": "https://github.com/Justin-Pl/PCA9698.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Justin-Pl/PCA9698-1.0.2.zip", + "archiveFileName": "PCA9698-1.0.2.zip", + "size": 8758, + "checksum": "SHA-256:6f76532afcd57367eadd6c97fe19b8cfd137b117c7fb3a6ff15d8504821b3158" }, { - "name": "RC_ESC", - "version": "1.1.0", - "author": "Eric Nantel \u003csupport@robotshop.com\u003e", - "maintainer": "Eric Nantel \u003csupport@robotshop.com\u003e", - "sentence": "A library to use ESC with the Arduino platform.", - "paragraph": "This library is largely based on the Arduino Servo library and even use it in the background but we created different commands as well as examples which make sense for ESCs. The library is open source and although each function is not described in detail here, the library itself and the examples are well commented.", - "website": "https://www.robotshop.com/community/blog/show/rc-speed-controller-esc-arduino-library", - "category": "Device Control", + "name": "PCA9698", + "version": "1.0.3", + "author": "Justin P.", + "maintainer": "Justin P. \u003cjustin-plobst@gmx.de\u003e", + "sentence": "GPIO I2C driver for PCA9698", + "paragraph": "library supporting I2C speed up to 1 Mhz. It uses the wire library from Arduino.", + "website": "https://github.com/Justin-Pl/PCA9698", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RB-ENantel/RC_ESC.git", - "providesIncludes": [ - "ESC.h" + "repository": "https://github.com/Justin-Pl/PCA9698.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Justin-Pl/PCA9698-1.0.3.zip", + "archiveFileName": "PCA9698-1.0.3.zip", + "size": 8735, + "checksum": "SHA-256:f666febc19c7a81b3aa8acc95223095db32f6785d8dff6dab3429f25b89d1cb9" + }, + { + "name": "PCA9698", + "version": "1.0.4", + "author": "Justin P.", + "maintainer": "Justin P. \u003cjustin-plobst@gmx.de\u003e", + "sentence": "GPIO I2C driver for PCA9698", + "paragraph": "library supporting I2C speed up to 1 Mhz. It uses the wire library from Arduino.", + "website": "https://github.com/Justin-Pl/PCA9698", + "category": "Signal Input/Output", + "architectures": [ + "avr" ], - "dependencies": [ - { - "name": "Servo" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RB-ENantel/RC_ESC-1.1.0.zip", - "archiveFileName": "RC_ESC-1.1.0.zip", - "size": 19648, - "checksum": "SHA-256:ae973852ae1fbd5124b8444a824767cb1367a3168d9158251721f9bbac1a0682" + "repository": "https://github.com/Justin-Pl/PCA9698.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Justin-Pl/PCA9698-1.0.4.zip", + "archiveFileName": "PCA9698-1.0.4.zip", + "size": 9932, + "checksum": "SHA-256:cac509b34502f93385bc23b4cea566ca2695716fe3fec07549f2b3ed947ada38" }, { - "name": "BSEC Software Library", - "version": "1.4.600", - "author": "Bosch Sensortec", - "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", - "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", - "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", - "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", - "category": "Sensors", + "name": "PCF8575-lib", + "version": "1.0.0", + "author": "SkyWodd \u003cskywodd@gmail.com\u003e", + "maintainer": "feanor-anglin \u003chello@gowired.dev\u003e", + "sentence": "Easy to use Arduino library for PCF8575 I2C expander.", + "paragraph": "Popular PCF8575 library by SkyWodd, made compliant with Arduino Library Manager by feanor-anglin", + "website": "https://github.com/feanor-anglin/PCF8575-lib", + "category": "Signal Input/Output", "architectures": [ - "samd", - "sam", - "esp8266", - "nrf52", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "repository": "https://github.com/feanor-anglin/PCF8575-lib.git", "providesIncludes": [ - "bsec.h" + "PCF8575.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.4.600.zip", - "archiveFileName": "BSEC_Software_Library-1.4.600.zip", - "size": 60061, - "checksum": "SHA-256:cdafafa037cef9f2cbf8be59916547c9837f16853ce506c30092097fdb5e16ef" + "url": "https://downloads.arduino.cc/libraries/github.com/feanor-anglin/PCF8575_lib-1.0.0.zip", + "archiveFileName": "PCF8575_lib-1.0.0.zip", + "size": 22100, + "checksum": "SHA-256:bbacbfa2bf8e67729fc991cd97a45b3c0da20c1eb584438d4d1e04c7bcf3fee0" }, { - "name": "BSEC Software Library", - "version": "1.4.703", - "author": "Bosch Sensortec", - "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", - "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", - "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", - "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", - "category": "Sensors", + "name": "GoWired-lib", + "version": "1.0.0", + "author": "GoWired", + "maintainer": "GoWired \u003chello@gowired.dev\u003e", + "sentence": "Common libraries used by GoWired software.", + "paragraph": "Provides backend for various devices used in GoWired software, such as: digital/touch inputs, digital/PWM outputs, shutters, sensors.", + "website": "https://github.com/GoWired/GoWired-lib", + "category": "Other", "architectures": [ - "samd", - "sam", - "esp8266", - "nrf52", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", - "providesIncludes": [ - "bsec.h" + "repository": "https://github.com/GoWired/GoWired-lib.git", + "dependencies": [ + { + "name": "PCF8575-lib" + }, + { + "name": "ADCTouch" + }, + { + "name": "MySensors" + }, + { + "name": "LP50XX" + }, + { + "name": "arduino-sht" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.4.703.zip", - "archiveFileName": "BSEC_Software_Library-1.4.703.zip", - "size": 337888, - "checksum": "SHA-256:04d40e654a4ee5864629f95b06b1256fcae60862b67402550eb93c3e75b4cc64" + "url": "https://downloads.arduino.cc/libraries/github.com/GoWired/GoWired_lib-1.0.0.zip", + "archiveFileName": "GoWired_lib-1.0.0.zip", + "size": 29483, + "checksum": "SHA-256:eecd1383ccecce932efc859bdb336718087ef000f6fbf1da1973ed863c93a6fe" }, { - "name": "BSEC Software Library", - "version": "1.2.1474", - "author": "Bosch Sensortec", - "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", - "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", - "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", - "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", - "category": "Sensors", + "name": "GoWired-lib", + "version": "1.1.0", + "author": "GoWired", + "maintainer": "GoWired \u003chello@gowired.dev\u003e", + "sentence": "Common libraries used by GoWired software.", + "paragraph": "Provides backend for various devices used in GoWired software, such as: digital/touch inputs, digital/PWM outputs, shutters, sensors.", + "website": "https://github.com/GoWired/GoWired-lib", + "category": "Other", "architectures": [ - "samd", - "sam", - "esp8266", - "nrf52", - "esp32", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", - "providesIncludes": [ - "bsec.h" + "repository": "https://github.com/GoWired/GoWired-lib.git", + "dependencies": [ + { + "name": "PCF8575-lib" + }, + { + "name": "ADCTouch" + }, + { + "name": "MySensors" + }, + { + "name": "LP50XX" + }, + { + "name": "arduino-sht" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.2.1474.zip", - "archiveFileName": "BSEC_Software_Library-1.2.1474.zip", - "size": 341685, - "checksum": "SHA-256:5ceaaca7596b9591e9718d43d9a6edbbb8215ab49f77d034daaf75c8f44137f3" + "url": "https://downloads.arduino.cc/libraries/github.com/GoWired/GoWired_lib-1.1.0.zip", + "archiveFileName": "GoWired_lib-1.1.0.zip", + "size": 29706, + "checksum": "SHA-256:b0c3289bc9d35b8979e0dbf7247626ca08c78bcb803ec05aa24dd3c51f459131" }, { - "name": "BSEC Software Library", - "version": "1.5.1474", - "author": "Bosch Sensortec", - "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", - "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", - "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", - "website": "https://www.bosch-sensortec.com/en/bst/products/all_products/bsec", - "category": "Sensors", + "name": "hellschreiberlib", + "version": "0.1.0", + "author": "LU1AAT Andres \u003clu1aat.andres@gmail.com\u003e", + "maintainer": "LU1AAT Andres \u003clu1aat.andres@gmail.com\u003e", + "sentence": "Modulate Hellscriber OOK signal", + "paragraph": "This library will modulate Hellscriber signal by setting on/off a pin", + "website": "https://github.com/lu1aat/hellschreiberlib", + "category": "Communication", "architectures": [ - "samd", - "sam", - "esp8266", - "nrf52", - "esp32", "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", - "providesIncludes": [ - "bsec.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.5.1474.zip", - "archiveFileName": "BSEC_Software_Library-1.5.1474.zip", - "size": 345945, - "checksum": "SHA-256:ace9fb43b558ccd0fc8f55ebe753071610fb34d7bf8a4a2f13cfb2c6194b2398" + "repository": "https://github.com/lu1aat/hellschreiberlib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lu1aat/hellschreiberlib-0.1.0.zip", + "archiveFileName": "hellschreiberlib-0.1.0.zip", + "size": 242148, + "checksum": "SHA-256:0150335b7dd835232be746ef53c6dde86366d0df02838703328ab09814fb0786" }, { - "name": "BSEC Software Library", - "version": "1.6.1480", - "author": "Bosch Sensortec", - "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", - "sentence": "Bosch Sensortec Environmental Cluster (BSEC) Software library", - "paragraph": "for use with the BME680 has been conceptualized to provide higher-level signal processing and fusion for the BME680. The library receives compensated sensor values from the sensor API. It processes the BME680 signals to provide the requested sensor outputs.", - "website": "https://www.bosch-sensortec.com/software-tools/software/bsec/", - "category": "Sensors", + "name": "M5Unit-CatM", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack Unit CatM SIM7080", + "paragraph": "See more on https://docs.m5stack.com/en/unit/cat_m", + "website": "https://github.com/m5stack/M5Unit-CatM", + "category": "Device Control", "architectures": [ - "samd", - "sam", - "esp8266", - "nrf52", - "esp32", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/BoschSensortec/BSEC-Arduino-library.git", + "repository": "https://github.com/m5stack/M5Unit-CatM.git", "providesIncludes": [ - "bsec.h" + "M5Unit-CatM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BSEC_Software_Library-1.6.1480.zip", - "archiveFileName": "BSEC_Software_Library-1.6.1480.zip", - "size": 354690, - "checksum": "SHA-256:20be940fe740563a5a513fbf0f59568ac1e742133d90cf3fbc03ba94facd2603" + "dependencies": [ + { + "name": "M5GFX" + }, + { + "name": "TinyGSM" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_CatM-0.0.1.zip", + "archiveFileName": "M5Unit_CatM-0.0.1.zip", + "size": 20220, + "checksum": "SHA-256:1be52870ae5f1c47a8d0ce2eb42002ba2873eb4447076f5305350952e22b02b9" }, { - "name": "SerialTransfer", - "version": "1.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "SOLOMotorControllers", + "version": "4.0.0", + "author": "SOLO Motor Controllers", + "maintainer": "SOLO Motor Controllers", + "sentence": "Arduino Library for SOLO Motor Controller Units", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with SOLO Motor Controller Units.", + "website": "https://github.com/Solo-FL/SOLO-motor-controllers-ARDUINO-library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.1.zip", - "archiveFileName": "SerialTransfer-1.0.1.zip", - "size": 5952, - "checksum": "SHA-256:c9db6e6d57646641ec3840e455313948efc603911b8a4240a82cd74c563139a3" + "repository": "https://github.com/Solo-FL/SOLO-motor-controllers-ARDUINO-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Solo-FL/SOLOMotorControllers-4.0.0.zip", + "archiveFileName": "SOLOMotorControllers-4.0.0.zip", + "size": 2386489, + "checksum": "SHA-256:fb0d6013124e6b3ff6c9584953bc3de04e68ca1965d6bdecbb604c3020323da9" }, { - "name": "SerialTransfer", - "version": "1.0.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "SOLOMotorControllers", + "version": "4.3.0", + "author": "SOLO Motor Controllers", + "maintainer": "SOLO Motor Controllers", + "sentence": "Arduino Library for SOLO Motor Controller Units", + "paragraph": "This is a library for an Arduino-compatible controller that interfaces with SOLO Motor Controller Units.", + "website": "https://github.com/Solo-FL/SOLO-motor-controllers-ARDUINO-library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.2.zip", - "archiveFileName": "SerialTransfer-1.0.2.zip", - "size": 19985, - "checksum": "SHA-256:63349a6c78bc47cfd722f59f315249323de5d2904d6ad2c4df9c389073918aca" + "repository": "https://github.com/Solo-FL/SOLO-motor-controllers-ARDUINO-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Solo-FL/SOLOMotorControllers-4.3.0.zip", + "archiveFileName": "SOLOMotorControllers-4.3.0.zip", + "size": 2407392, + "checksum": "SHA-256:5ac2d60e51215eae27597b22a34caa703e14cfad260f73d54b25bd54a36811c9" }, { - "name": "SerialTransfer", - "version": "1.0.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "ESPboy", + "version": "1.2.0", + "author": "m1cr0lab", + "maintainer": "m1cr0lab (https://github.com/m1cr0lab)", + "sentence": "ESPboy Handheld Driver.", + "paragraph": "This library provides a driver for the ESPboy (Wemos D1 mini - ESP8266) multi gadget handheld created by Roman Sokolov. Experiment with retro game programming, IoT, and STEAM education while having fun. See more on https://www.espboy.com/.", + "website": "https://github.com/m1cr0lab-espboy/ESPboy", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.0.3.zip", - "archiveFileName": "SerialTransfer-1.0.3.zip", - "size": 20461, - "checksum": "SHA-256:4734ecae9ab5327932f16a008f13cb1d69204c071ea7a90a57196da6d088d5f9" + "repository": "https://github.com/m1cr0lab-espboy/ESPboy.git", + "providesIncludes": [ + "ESPboy.h" + ], + "dependencies": [ + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "\u003e=2.1.0" + }, + { + "name": "Adafruit MCP4725", + "version": "\u003e=2.0.0" + }, + { + "name": "LovanGFX", + "version": "\u003e=0.4.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m1cr0lab-espboy/ESPboy-1.2.0.zip", + "archiveFileName": "ESPboy-1.2.0.zip", + "size": 49181, + "checksum": "SHA-256:fc278e9f0a1dace0c49cfea7c4db578443a4514ab04e54cbe7e56ce9b2b86250" }, { - "name": "SerialTransfer", - "version": "1.1.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "ESPboy", + "version": "1.2.1", + "author": "m1cr0lab", + "maintainer": "m1cr0lab (https://github.com/m1cr0lab)", + "sentence": "ESPboy Handheld Driver.", + "paragraph": "This library provides a driver for the ESPboy (Wemos D1 mini - ESP8266) multi gadget handheld created by Roman Sokolov. Experiment with retro game programming, IoT, and STEAM education while having fun. See more on https://www.espboy.com/.", + "website": "https://github.com/m1cr0lab-espboy/ESPboy", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.0.zip", - "archiveFileName": "SerialTransfer-1.1.0.zip", - "size": 21041, - "checksum": "SHA-256:48a66a539f4b3b39228e07ec6771ad54a5b66860e4cc6f152904e7a740812170" + "repository": "https://github.com/m1cr0lab-espboy/ESPboy.git", + "providesIncludes": [ + "ESPboy.h" + ], + "dependencies": [ + { + "name": "Adafruit MCP23017 Arduino Library", + "version": "\u003e=2.1.0" + }, + { + "name": "Adafruit MCP4725", + "version": "\u003e=2.0.0" + }, + { + "name": "LovyanGFX", + "version": "\u003e=0.4.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m1cr0lab-espboy/ESPboy-1.2.1.zip", + "archiveFileName": "ESPboy-1.2.1.zip", + "size": 49182, + "checksum": "SHA-256:7f2e418279ec5d72ba98ef8ad00d3ebaf7d1b8b68523a4909362af53ae66b60f" }, { - "name": "SerialTransfer", - "version": "1.1.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "BlenderServoAnimation", + "version": "1.0.0", + "author": "Tim Hendriks", + "maintainer": "Tim Hendriks \u003cadmin@tim-hendriks.com\u003e", + "sentence": "Library to control servos based on an exported Blender animation.", + "paragraph": "This library helps to control servos based on an exported Blender animation.\u003cbr /\u003eIt is specifically designed to work with the Blender Servo Animation Add-on.", + "website": "https://github.com/timhendriks93/blender-servo-animation-arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.2.zip", - "archiveFileName": "SerialTransfer-1.1.2.zip", - "size": 21861, - "checksum": "SHA-256:86a0a5e84df11b63e80b3adaf3286b60fe91d6300b923bcecc32759673fc0e25" + "repository": "https://github.com/timhendriks93/blender-servo-animation-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/timhendriks93/BlenderServoAnimation-1.0.0.zip", + "archiveFileName": "BlenderServoAnimation-1.0.0.zip", + "size": 36308, + "checksum": "SHA-256:6ffec7f03e8826c8e4fdba9185bd792737d84604c9fd4bf0fcb0da820d0cba79" }, { - "name": "SerialTransfer", - "version": "1.1.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "BlenderServoAnimation", + "version": "1.1.0", + "author": "Tim Hendriks", + "maintainer": "Tim Hendriks \u003cadmin@tim-hendriks.com\u003e", + "sentence": "Library to control servos based on an exported Blender animation.", + "paragraph": "This library helps to control servos based on an exported Blender animation.\u003cbr /\u003eIt is specifically designed to work with the Blender Servo Animation Add-on.", + "website": "https://github.com/timhendriks93/blender-servo-animation-arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.1.3.zip", - "archiveFileName": "SerialTransfer-1.1.3.zip", - "size": 21820, - "checksum": "SHA-256:e06c20859de5a22ba18e1880ed8546fc5876c5e6f370927669cf1758ebf38eda" + "repository": "https://github.com/timhendriks93/blender-servo-animation-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/timhendriks93/BlenderServoAnimation-1.1.0.zip", + "archiveFileName": "BlenderServoAnimation-1.1.0.zip", + "size": 38812, + "checksum": "SHA-256:d8295fa21aac2bd23ea773edf05bbcc55f31e44b89d870d410d2d3246c9a7f51" }, { - "name": "SerialTransfer", + "name": "BlenderServoAnimation", "version": "1.2.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "author": "Tim Hendriks", + "maintainer": "Tim Hendriks \u003cadmin@tim-hendriks.com\u003e", + "sentence": "Library to control servos based on an exported Blender animation.", + "paragraph": "This library helps to control servos based on an exported Blender animation.\u003cbr /\u003eIt is specifically designed to work with the Blender Servo Animation Add-on.", + "website": "https://github.com/timhendriks93/blender-servo-animation-arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.0.zip", - "archiveFileName": "SerialTransfer-1.2.0.zip", - "size": 24819, - "checksum": "SHA-256:0d4c2e3f537df0243df3a320ca34c245fb8abb541989c59862a906649da15709" + "repository": "https://github.com/timhendriks93/blender-servo-animation-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/timhendriks93/BlenderServoAnimation-1.2.0.zip", + "archiveFileName": "BlenderServoAnimation-1.2.0.zip", + "size": 672611, + "checksum": "SHA-256:119ebc58d3410eca1d6d4e4775f490271243bf03424b878943397c57a03745e1" }, { - "name": "SerialTransfer", - "version": "1.2.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "AD7190forESP32", + "version": "1.0.0", + "author": "gism", + "maintainer": "gism", + "sentence": "Basic library for analog Devices AD7190 running on ESP32", + "paragraph": "AD7190: 4.8 kHz Ultra-Low Noise 24-Bit Sigma-Delta ADC with PGA", + "website": "https://github.com/gism/ESP32_AD7190", "category": "Communication", "architectures": [ "*" @@ -277008,419 +731708,539 @@ "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.1.zip", - "archiveFileName": "SerialTransfer-1.2.1.zip", - "size": 24849, - "checksum": "SHA-256:4f047e830df43e829f8cc66061dd1551919ec744b5dcde4367f9e8e3f7857caa" + "repository": "https://github.com/gism/ESP32_AD7190.git", + "providesIncludes": [ + "AD7190.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gism/AD7190forESP32-1.0.0.zip", + "archiveFileName": "AD7190forESP32-1.0.0.zip", + "size": 1755756, + "checksum": "SHA-256:20e8888364ebbfbd0ec4867aa55171ff01d7f5536b689d331ece6b7dcc3bfdb4" }, { - "name": "SerialTransfer", - "version": "1.2.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "MCUVoltage", + "version": "0.4.4", + "author": "cygig, rubbish52@hotmail.com", + "maintainer": "cygig, rubbish52@hotmail.com", + "sentence": "MCUVoltage measures the voltage supply (Vcc) of Arduino without extra components.", + "paragraph": "Supported board includes Uno, Leonardo, Mega as well as the ATtiny 3224/3226/3227. This library also supports oversampling and averaging. Hardware oversampling for the ATtiny 3224/3226/3227 is also supported.", + "website": "https://github.com/cygig/MCUVoltage", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.2.zip", - "archiveFileName": "SerialTransfer-1.2.2.zip", - "size": 29012, - "checksum": "SHA-256:c100fd0e904cd693e6a59fdcd278ff7cd05d312b9608fac31564ca523b644863" + "repository": "https://github.com/cygig/MCUVoltage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cygig/MCUVoltage-0.4.4.zip", + "archiveFileName": "MCUVoltage-0.4.4.zip", + "size": 6774717, + "checksum": "SHA-256:130288eba8915c86e76e65e91b6753070a3e117fdc7c5d77836598d3a112127c" }, { - "name": "SerialTransfer", - "version": "1.2.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "MCCI LTR-329ALS", + "version": "1.0.0", + "author": "MCCI Corporation", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino library for Lite-On LTR-329ALS ambient light sensor.", + "paragraph": "Measures ambient light and converts to lux, with robust error handling.", + "website": "https://github.com/mcci-catena/mcci_ltr_329als", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.2.3.zip", - "archiveFileName": "SerialTransfer-1.2.3.zip", - "size": 29239, - "checksum": "SHA-256:9d0e2d1dc91ac648028d74a85b3b0283feded325f6ed2b0e9d543a3888517fa8" + "repository": "https://github.com/mcci-catena/mcci_ltr_329als.git", + "providesIncludes": [ + "MCCI_LTR_329ALS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LTR_329ALS-1.0.0.zip", + "archiveFileName": "MCCI_LTR_329ALS-1.0.0.zip", + "size": 49609, + "checksum": "SHA-256:4dc71e09bffbe921261a5e32b565552c3d4cda276c1986633a0a2bc5cc3e1680" }, { - "name": "SerialTransfer", - "version": "1.3.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "MCCI LTR-329ALS", + "version": "1.1.0", + "author": "MCCI Corporation", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Arduino library for Lite-On LTR-329ALS ambient light sensor.", + "paragraph": "Measures ambient light and converts to lux, with robust error handling.", + "website": "https://github.com/mcci-catena/mcci_ltr_329als", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.0.zip", - "archiveFileName": "SerialTransfer-1.3.0.zip", - "size": 30629, - "checksum": "SHA-256:aa3d083a03a9ee622a3f63a147b765fc208c89f88e021a4fb508b16339a414ec" + "repository": "https://github.com/mcci-catena/mcci_ltr_329als.git", + "providesIncludes": [ + "MCCI_LTR_329ALS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_LTR_329ALS-1.1.0.zip", + "archiveFileName": "MCCI_LTR_329ALS-1.1.0.zip", + "size": 49816, + "checksum": "SHA-256:afdd217e2a7843d79cad2b98bff81c390d15edc888a05d7d58f9bc3939ff71f6" }, { - "name": "SerialTransfer", - "version": "1.3.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "AD5245", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5245 digital potentiometer.", + "paragraph": "Library to control digital potentiometer AD5245.", + "website": "https://github.com/RobTillaart/AD5245", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.1.zip", - "archiveFileName": "SerialTransfer-1.3.1.zip", - "size": 33782, - "checksum": "SHA-256:4ae58d81d5d9bd1fbcbf5a4a37f31d95db8b1d7a056695a026c5e1ac33576e39" + "repository": "https://github.com/RobTillaart/AD5245.git", + "providesIncludes": [ + "AD5245.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5245-0.1.0.zip", + "archiveFileName": "AD5245-0.1.0.zip", + "size": 9282, + "checksum": "SHA-256:290840e9db36e954601932e6d52f8612faf3902fd4be4eec1303efad4922b5f3" }, { - "name": "SerialTransfer", - "version": "1.3.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "AD5245", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5245 digital potentiometer.", + "paragraph": "Library to control digital potentiometer AD5245.", + "website": "https://github.com/RobTillaart/AD5245", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.3.2.zip", - "archiveFileName": "SerialTransfer-1.3.2.zip", - "size": 34400, - "checksum": "SHA-256:0b15024370f9eeb06e802011b845046fbc0bf4db087d9a0659c367cbef0ce532" + "repository": "https://github.com/RobTillaart/AD5245.git", + "providesIncludes": [ + "AD5245.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5245-0.1.1.zip", + "archiveFileName": "AD5245-0.1.1.zip", + "size": 9774, + "checksum": "SHA-256:0360f88f63d7c8e4d067f01c37da779a2d679c725239f79e59cffe00a75e62a5" }, { - "name": "SerialTransfer", - "version": "1.4.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "AD5245", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5245 digital potentiometer.", + "paragraph": "Library to control digital potentiometer AD5245.", + "website": "https://github.com/RobTillaart/AD5245", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.4.0.zip", - "archiveFileName": "SerialTransfer-1.4.0.zip", - "size": 34457, - "checksum": "SHA-256:41255c875778406056b28d0c97313142e7725903f4eb25b25c77fab3f4a7edb2" + "repository": "https://github.com/RobTillaart/AD5245.git", + "providesIncludes": [ + "AD5245.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5245-0.1.2.zip", + "archiveFileName": "AD5245-0.1.2.zip", + "size": 9882, + "checksum": "SHA-256:d90729b88880084bd107b5a5b67c6beb143e84dba1529ef2815bed23428eb5fe" }, { - "name": "SerialTransfer", - "version": "1.4.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "AD5245", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5245 digital potentiometer.", + "paragraph": "Library to control digital potentiometer AD5245.", + "website": "https://github.com/RobTillaart/AD5245", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-1.4.1.zip", - "archiveFileName": "SerialTransfer-1.4.1.zip", - "size": 34463, - "checksum": "SHA-256:7e494b48a81d96917a856bc3245d21b4025de899f6b30f5ff9832fcc456ed9b2" + "repository": "https://github.com/RobTillaart/AD5245.git", + "providesIncludes": [ + "AD5245.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5245-0.2.0.zip", + "archiveFileName": "AD5245-0.2.0.zip", + "size": 9904, + "checksum": "SHA-256:4e682b6f206223263f812bc0bc56eaf9713a305bcc7d47a6b742f43a3773d8ea" }, { - "name": "SerialTransfer", - "version": "2.0.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "AD5245", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5245 digital potentiometer.", + "paragraph": "Library to control digital potentiometer AD5245.", + "website": "https://github.com/RobTillaart/AD5245", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.0.zip", - "archiveFileName": "SerialTransfer-2.0.0.zip", - "size": 36185, - "checksum": "SHA-256:83b10d30090de44db11f5583ab0a3c5087b87217abbc746877a87c848afd431f" + "repository": "https://github.com/RobTillaart/AD5245.git", + "providesIncludes": [ + "AD5245.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5245-0.2.1.zip", + "archiveFileName": "AD5245-0.2.1.zip", + "size": 10311, + "checksum": "SHA-256:934e540d31a7154fe6305631173dcceb8996934af740b4c4d990a656aaecc742" }, { - "name": "SerialTransfer", - "version": "2.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "AD5245", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5245 digital potentiometer.", + "paragraph": "Library to control digital potentiometer AD5245.", + "website": "https://github.com/RobTillaart/AD5245", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.1.zip", - "archiveFileName": "SerialTransfer-2.0.1.zip", - "size": 36182, - "checksum": "SHA-256:baeecf93f92601ed0ea00b63e68d081435a45be0c838645a0e7bc34fb89db42a" + "repository": "https://github.com/RobTillaart/AD5245.git", + "providesIncludes": [ + "AD5245.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5245-0.3.0.zip", + "archiveFileName": "AD5245-0.3.0.zip", + "size": 10394, + "checksum": "SHA-256:b5f113547c8a2f04d603a7a34162f9a4ecb5670fd7c286731dfa1dac7e93ba1c" }, { - "name": "SerialTransfer", - "version": "2.0.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "DS3231_RTC", + "version": "1.1.0", + "author": "Affan Hanif, Andrew Wickert \u003cawickert@umn.edu\u003e, Eric Ayars, Jean-Claude Wippler, Northern Widget LLC \u003cinfo@northernwidget.com\u003e", + "maintainer": "Andrew Wickert \u003cawickert@umn.edu\u003e", + "sentence": "Arduino library for the DS3231 real-time clock (RTC)", + "paragraph": "Abstracts functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock. This is a splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries.", + "website": "https://github.com/NorthernWidget/DS3231", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.2.zip", - "archiveFileName": "SerialTransfer-2.0.2.zip", - "size": 36241, - "checksum": "SHA-256:aba1d505c8bbdb793e38edb461495f0b0dd852da9da660ce36414a8c2c1e1953" + "repository": "https://github.com/affanhanifathtarech/DS3231_RTC.git", + "providesIncludes": [ + "DS3231.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/affanhanifathtarech/DS3231_RTC-1.1.0.zip", + "archiveFileName": "DS3231_RTC-1.1.0.zip", + "size": 14350, + "checksum": "SHA-256:968a08a54f1c88529aef7c4aa4bc531cae0197ff47bc13fbcd818c2db0129edf" }, { - "name": "SerialTransfer", - "version": "2.0.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "M5Module-4Relay", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack MODULE 4RELAY", + "paragraph": "See more on https://docs.m5stack.com/en/module/4relay", + "website": "https://github.com/m5stack/M5Module-4Relay", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.0.3.zip", - "archiveFileName": "SerialTransfer-2.0.3.zip", - "size": 36255, - "checksum": "SHA-256:d44668f7dd4a9e536b58f0b8789985a741282ed6c71263f7dfc9b87d75fd3f12" + "repository": "https://github.com/m5stack/M5Module-4Relay.git", + "providesIncludes": [ + "Module_4RELAY.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Module_4Relay-0.0.3.zip", + "archiveFileName": "M5Module_4Relay-0.0.3.zip", + "size": 7263, + "checksum": "SHA-256:b74f7d26505b37d36c32c66a5b1d10272a9300e9fc9b35237b4df5d9ca24d730" + }, + { + "name": "StaticSerialCommands", + "version": "1.0.0", + "author": "naszly", + "maintainer": "naszly", + "sentence": "An Arduino library for parsing commands received over a serial port.", + "paragraph": "Optimized for low dynamic memory usage. Typed arguments with strict input validation and friendly error messages. Commands can have subcommands.", + "website": "https://github.com/naszly/Arduino-StaticSerialCommands", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/naszly/Arduino-StaticSerialCommands.git", + "providesIncludes": [ + "StaticSerialCommands.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/naszly/StaticSerialCommands-1.0.0.zip", + "archiveFileName": "StaticSerialCommands-1.0.0.zip", + "size": 15070, + "checksum": "SHA-256:44bc3eb86e67641ec229b5b77f1254d9f8f3158bb20560d661ad9e17b620bac3" + }, + { + "name": "StaticSerialCommands", + "version": "1.1.0", + "author": "naszly", + "maintainer": "naszly", + "sentence": "An Arduino library for parsing commands received over a serial port.", + "paragraph": "Optimized for low dynamic memory usage. Typed arguments with strict input validation and friendly error messages. Commands can have subcommands.", + "website": "https://github.com/naszly/Arduino-StaticSerialCommands", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/naszly/Arduino-StaticSerialCommands.git", + "providesIncludes": [ + "StaticSerialCommands.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/naszly/StaticSerialCommands-1.1.0.zip", + "archiveFileName": "StaticSerialCommands-1.1.0.zip", + "size": 15252, + "checksum": "SHA-256:457abdc50f88f8df80f3205d2803148365d73acff21ee845cedecb22f4b65b16" + }, + { + "name": "StaticSerialCommands", + "version": "1.2.0", + "author": "naszly", + "maintainer": "naszly", + "sentence": "An Arduino library for parsing commands received over a serial port.", + "paragraph": "Optimized for low dynamic memory usage. Typed arguments with strict input validation and friendly error messages. Commands can have subcommands.", + "website": "https://github.com/naszly/Arduino-StaticSerialCommands", + "category": "Data Processing", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/naszly/Arduino-StaticSerialCommands.git", + "providesIncludes": [ + "StaticSerialCommands.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/naszly/StaticSerialCommands-1.2.0.zip", + "archiveFileName": "StaticSerialCommands-1.2.0.zip", + "size": 16070, + "checksum": "SHA-256:f323e89804dc1a97d9717ce89a16318c1136e4052e5cb51fa37bacd7ee25f7b5" + }, + { + "name": "XPowersLib", + "version": "0.1.0", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for x-powers power management series", + "paragraph": "Arduino library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.0.zip", + "archiveFileName": "XPowersLib-0.1.0.zip", + "size": 45865, + "checksum": "SHA-256:8412f3b66488d24ac9043f75e672b7d862aa84f458e51166e3e78c72c3790d13" }, { - "name": "SerialTransfer", - "version": "2.1.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.1.1", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for x-powers power management series", + "paragraph": "Arduino library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.0.zip", - "archiveFileName": "SerialTransfer-2.1.0.zip", - "size": 25262, - "checksum": "SHA-256:8de7b1935143a96e8fec0de734a52f02037d2c700c35f24db0aa2c5ccdcfd4a5" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.1.zip", + "archiveFileName": "XPowersLib-0.1.1.zip", + "size": 1562109, + "checksum": "SHA-256:c28ccc30eba1cf55159d8c34e3f9c0c852c490303cfe5256b7d0b56650b2c149" }, { - "name": "SerialTransfer", - "version": "2.1.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.1.3", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for x-powers power management series", + "paragraph": "Arduino library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.1.zip", - "archiveFileName": "SerialTransfer-2.1.1.zip", - "size": 25264, - "checksum": "SHA-256:35f5003d7afcc640b4e12bd6321560034bd108c86e65b8913320871897b5caec" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.3.zip", + "archiveFileName": "XPowersLib-0.1.3.zip", + "size": 1576697, + "checksum": "SHA-256:f51bee47a9db5a6c2e0185838442877275f8442fc0fbefd8160c66710602d86c" }, { - "name": "SerialTransfer", - "version": "2.1.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.1.4", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library for x-powers power management series", + "paragraph": "Arduino library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-2.1.2.zip", - "archiveFileName": "SerialTransfer-2.1.2.zip", - "size": 25258, - "checksum": "SHA-256:dcb7657b126f747c40ac9987830f8a46a48299910d7190d2af148ed3e74e843c" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.4.zip", + "archiveFileName": "XPowersLib-0.1.4.zip", + "size": 1576699, + "checksum": "SHA-256:703733ec99874d5f8dd4afba3505facfe7a3da97bc19ba68e732cf8452161474" }, { - "name": "SerialTransfer", - "version": "3.0.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.1.6", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "paragraph": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.0.zip", - "archiveFileName": "SerialTransfer-3.0.0.zip", - "size": 31396, - "checksum": "SHA-256:4db5b5b2faa8123bbbb1400e8cf6b0a80995dd8c5103fbd840ac6fb05b6819bb" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.6.zip", + "archiveFileName": "XPowersLib-0.1.6.zip", + "size": 1618718, + "checksum": "SHA-256:1334d7db365b9649529a85209f170a5d304a19c274b0f123ee3be1b062531780" }, { - "name": "SerialTransfer", - "version": "3.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.1.7", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "paragraph": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.1.zip", - "archiveFileName": "SerialTransfer-3.0.1.zip", - "size": 130692, - "checksum": "SHA-256:b7a188ba484c952b58ed6afe342f87ca46257bd3ebb58162a2d81d15660e4eb0" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.7.zip", + "archiveFileName": "XPowersLib-0.1.7.zip", + "size": 3457189, + "checksum": "SHA-256:6c86d382eba817c920eacb741011e60b8b2dcceea603c21a7309aee955673451" }, { - "name": "SerialTransfer", - "version": "3.0.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.1.8", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "paragraph": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.2.zip", - "archiveFileName": "SerialTransfer-3.0.2.zip", - "size": 130741, - "checksum": "SHA-256:53fd43f69851cd5d66fa10bbeaa43bde427b9db8b49067fde3d56c96cf56fcdc" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.8.zip", + "archiveFileName": "XPowersLib-0.1.8.zip", + "size": 3468716, + "checksum": "SHA-256:a1e66213245cf07e1d7d60922df4edc24f3407cea781ad6d70f32227dbabf5c6" }, { - "name": "SerialTransfer", - "version": "3.0.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.1.9", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "paragraph": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.3.zip", - "archiveFileName": "SerialTransfer-3.0.3.zip", - "size": 130993, - "checksum": "SHA-256:ea81b9e268582583064e88857d98a1c102798e3193d8092b04feb060771b773d" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.1.9.zip", + "archiveFileName": "XPowersLib-0.1.9.zip", + "size": 3470475, + "checksum": "SHA-256:e8ff9a207abcdec3658dcaa34c8946a3cd584bfd92b933fd5ab525708b78d8b8" }, { - "name": "SerialTransfer", - "version": "3.0.4", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.2.0", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "paragraph": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.4.zip", - "archiveFileName": "SerialTransfer-3.0.4.zip", - "size": 131254, - "checksum": "SHA-256:54e5864c0b00f24676fe1f1958946f383510008665dc2e7851a3c00603612c29" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.2.0.zip", + "archiveFileName": "XPowersLib-0.2.0.zip", + "size": 3470492, + "checksum": "SHA-256:d2871e64c6092646d96b4c77c0bf05e53f97dfe87b0f1c013ce495dc6e735fbe" }, { - "name": "SerialTransfer", - "version": "3.0.5", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", + "name": "XPowersLib", + "version": "0.2.1", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "paragraph": "Arduino,CircuitPython,Micropython library for x-powers power management series", + "website": "https://github.com/lewisxhe/XPowersLib", "category": "Communication", "architectures": [ "*" @@ -277428,288 +732248,304 @@ "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.5.zip", - "archiveFileName": "SerialTransfer-3.0.5.zip", - "size": 131443, - "checksum": "SHA-256:32b13e926c97d6ec3318d7886bbdda3728b3adb119e2220c357bb259fd7b2866" + "repository": "https://github.com/lewisxhe/XPowersLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/XPowersLib-0.2.1.zip", + "archiveFileName": "XPowersLib-0.2.1.zip", + "size": 3471841, + "checksum": "SHA-256:ac7ab198273297d1d7c7c6e429b876dc2fafc808d3cc10680bec9877ffe17e20" }, { - "name": "SerialTransfer", - "version": "3.0.6", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "paragraph": "Arduino library to transfer packetized data fast/reliably via UART/Serial", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Communication", + "name": "TrueProx", + "version": "1.0.0", + "author": "Dominick Lee \u003cdominick@makitronics.com\u003e", + "maintainer": "Dominick Lee \u003cdominick@makitronics.com\u003e", + "sentence": "Arduino library for high accuracy presence detection using analog proximity sensors.", + "paragraph": "TrueProx is useful for high accuracy non-blocking presence detection or obstacle avoidance applications using typical analog proximity sensors. The library works by collecting a number of samples from a sensor during a predefined interval and using consistent data to trigger a callback function.", + "website": "https://github.com/dominicklee/TrueProx", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SerialTransfer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SerialTransfer-3.0.6.zip", - "archiveFileName": "SerialTransfer-3.0.6.zip", - "size": 131419, - "checksum": "SHA-256:b5c750e5745615015cd5e2e5a21b21008b324b975d7aba583b6cde91b5b5216b" + "repository": "https://github.com/dominicklee/TrueProx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dominicklee/TrueProx-1.0.0.zip", + "archiveFileName": "TrueProx-1.0.0.zip", + "size": 48355, + "checksum": "SHA-256:eec31511b14997f4d5a998e9624e81497a7ffdbc2fd159c20f7bc5affd005303" }, { - "name": "GLCD", - "version": "1.0.0", - "author": "DrGamerGuy \u003cbopitperson@@gmail.com\u003e, Adafruit", - "maintainer": "DrGamerGuy \u003cbopitperson@gmail.com\u003e", - "sentence": "Library for using the Graphic LCD type display.", - "paragraph": "Allows displaying of various shapes and images on a Nokia 5110 GLCD screen, may work with other GLCD type screens. Visit javl.github.io/image2cpp/ to make your own image arrays for your screen to display and include them into your program. See Adafruit website for more of their libraries in action.", - "website": "https://www.adafruit.com", - "category": "Device Control", + "name": "BeeS3", + "version": "1.0.3", + "author": "SmartBeeDesigns", + "maintainer": "SmartBeeDesigns@gmail.com", + "sentence": "Helper library for Bee S3 Board", + "paragraph": "A library that makes using the Bee S3 features super easy", + "website": "https://github.com/strid3r21/BeeS3", + "category": "Other", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DrGamerGuy/GLCD.git", + "repository": "https://github.com/strid3r21/BeeS3-Arduino-Helper.git", "providesIncludes": [ - "Adafruit_GFX.h", - "Adafruit_PCD8544.h" + "BeeS3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/DrGamerGuy/GLCD-1.0.0.zip", - "archiveFileName": "GLCD-1.0.0.zip", - "size": 352421, - "checksum": "SHA-256:8de2c0bd4a34d2acff788324b7d1195c9e2edacf28010d952323fdd3b340e8fa" + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeS3-1.0.3.zip", + "archiveFileName": "BeeS3-1.0.3.zip", + "size": 5772, + "checksum": "SHA-256:bb64c94e33773defc07d4f134d836e8d6dfa0c8f44d6a0dc95646c2f9e6e4cc9" }, { - "name": "YouTube Sight", - "version": "1.0.0", - "author": "Taste The Code", - "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", - "sentence": "Retrieves YouTube channel statistics through YouTube Sight", - "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", - "website": "http://tools.tastethecode.com/youtube-sight", - "category": "Communication", + "name": "BeeS3", + "version": "1.0.6", + "author": "SmartBeeDesigns", + "maintainer": "SmartBeeDesigns@gmail.com", + "sentence": "Helper library for Bee S3 Board", + "paragraph": "A library that makes using the Bee S3 features super easy", + "website": "https://github.com/strid3r21/BeeS3-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.0.zip", - "archiveFileName": "YouTube_Sight-1.0.0.zip", - "size": 18241, - "checksum": "SHA-256:c863affc8e23c5161670d33c1168f4f63006e99e5f5a57f1dfd04ee382bfd6f1" + "repository": "https://github.com/strid3r21/BeeS3-Arduino-Helper.git", + "providesIncludes": [ + "BeeS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeS3-1.0.6.zip", + "archiveFileName": "BeeS3-1.0.6.zip", + "size": 5783, + "checksum": "SHA-256:27f43d464e39083b0532fa96a6cebb31b1c40caf524bc3f0bc66647df99f1522" }, { - "name": "YouTube Sight", - "version": "1.0.1", - "author": "Taste The Code", - "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", - "sentence": "Retrieves YouTube channel statistics through YouTube Sight", - "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", - "website": "http://tools.tastethecode.com/youtube-sight", - "category": "Communication", + "name": "BeeS3", + "version": "1.0.7", + "author": "SmartBeeDesigns", + "maintainer": "SmartBeeDesigns@gmail.com", + "sentence": "Helper library for Bee S3 Board", + "paragraph": "A library that makes using the Bee S3 features super easy", + "website": "https://github.com/strid3r21/BeeS3-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.1.zip", - "archiveFileName": "YouTube_Sight-1.0.1.zip", - "size": 18286, - "checksum": "SHA-256:9bb09ef71f324b899e39672f14709d719eebfc2fea9944a4c1461aa154efbe3e" + "repository": "https://github.com/strid3r21/BeeS3-Arduino-Helper.git", + "providesIncludes": [ + "BeeS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeS3-1.0.7.zip", + "archiveFileName": "BeeS3-1.0.7.zip", + "size": 5783, + "checksum": "SHA-256:f01cfd3ff906aed0dd47ff84a67293e6dd376d8bb17a2519e6561862fdb04dd1" }, { - "name": "YouTube Sight", - "version": "1.0.2", - "author": "Taste The Code", - "maintainer": "Taste The Code - Blagojce Kolicoski \u003cbkolicoski@gmail.com\u003e", - "sentence": "Retrieves YouTube channel statistics through YouTube Sight", - "paragraph": "This library allows you to easily connect to YouTube Sight and get better statistics through the YouTube Analytics API for use with subscriber counters", - "website": "http://tools.tastethecode.com/youtube-sight", - "category": "Communication", + "name": "BeeS3", + "version": "1.0.8", + "author": "SmartBeeDesigns", + "maintainer": "SmartBeeDesigns@gmail.com", + "sentence": "Helper library for Bee S3 Board", + "paragraph": "A library that makes using the Bee S3 features super easy", + "website": "https://github.com/strid3r21/BeeS3-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bkolicoski/arduino-youtube-sight.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bkolicoski/YouTube_Sight-1.0.2.zip", - "archiveFileName": "YouTube_Sight-1.0.2.zip", - "size": 18291, - "checksum": "SHA-256:1feefa947087bd94461d8f750adcf4322bdca1bbe03b96541564d24025053f2f" + "repository": "https://github.com/strid3r21/BeeS3-Arduino-Helper.git", + "providesIncludes": [ + "BeeS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeS3-1.0.8.zip", + "archiveFileName": "BeeS3-1.0.8.zip", + "size": 5776, + "checksum": "SHA-256:08d92a6684df9ab71d1049b726d195b8aa7abe52122cfac0f08915db8af95a1c" }, { - "name": "Gwiot 7941E", + "name": "BeeMotionS3", "version": "1.0.0", - "author": "Gutierrez PS, Arad Eizen", - "maintainer": "Gutierrez PS", - "sentence": "A simple library to interface with Gwiot 7941E 125kHz RFID reader", - "paragraph": "A simple library to interface with Gwiot 7941E 125kHz RFID reader", - "website": "https://github.com/gutierrezps/Gwiot7941e", - "category": "Sensors", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Motion S3", + "website": "https://github.com/strid3r21/BeeMotionS3", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gutierrezps/gwiot7941e.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/Gwiot_7941E-1.0.0.zip", - "archiveFileName": "Gwiot_7941E-1.0.0.zip", - "size": 483663, - "checksum": "SHA-256:2d7fc74fda9f5a63fe84d8635ed639c146dcc1936f18fac849f4004ff2565143" + "repository": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper.git", + "providesIncludes": [ + "BMS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeMotionS3-1.0.0.zip", + "archiveFileName": "BeeMotionS3-1.0.0.zip", + "size": 10693, + "checksum": "SHA-256:fd7dc9372cd2eb62c982e125a735dee0a232fd1e82022943096f62f03e5b256c" }, { - "name": "PF", - "version": "1.1.0", - "author": "Ali Najafian", - "maintainer": "Ali Najafian", - "sentence": "\u003ch2\u003ePetit FatFS for Arduino avr MCUs. to drive SD cards\u003c/h2\u003e", - "paragraph": "\u003cp\u003eThis library is an optimized and fast SD library based on pff.h (PetitFS) :\u003c/p\u003e https://github.com/greiman/PetitFS \u003cp\u003e\u003cb\u003ebut i added a class changed the function names to familiar names and added some examples to it.\u003c/b\u003e\u003c/p\u003e", - "website": "https://github.com/Master811129/PF-SD-library-arduino", - "category": "Data Storage", + "name": "BeeMotionS3", + "version": "1.0.3", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Motion S3", + "website": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper", + "category": "Other", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Master811129/PF.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Master811129/PF-1.1.0.zip", - "archiveFileName": "PF-1.1.0.zip", - "size": 21631, - "checksum": "SHA-256:10aace47683abe0950f51843b7fd2a68edd6d7c447242c00cf98e3fe584720f2" + "repository": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper.git", + "providesIncludes": [ + "BMS3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeMotionS3-1.0.3.zip", + "archiveFileName": "BeeMotionS3-1.0.3.zip", + "size": 11654, + "checksum": "SHA-256:78b474b84540d01fa4010d40455657749c6fe9d17203e48a30ce1ee14eea5fb2" }, { - "name": "CurveFitting", - "version": "1.0.2", - "author": "Rotario \u003crotarioner@gmail.com\u003e", - "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", - "sentence": "Fits polynomial curves to given datapoints", - "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", - "website": "https://github.com/Rotario/arduinoCurveFitting", - "category": "Data Processing", + "name": "BeeMotionS3", + "version": "1.0.5", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Motion S3", + "website": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "repository": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper.git", "providesIncludes": [ - "curveFitting.h" + "BMS3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.2.zip", - "archiveFileName": "CurveFitting-1.0.2.zip", - "size": 6221, - "checksum": "SHA-256:44c152b2fefe7c5dd06a5e99990e6dda1d105b3edce63342be0520b846b803d8" + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeMotionS3-1.0.5.zip", + "archiveFileName": "BeeMotionS3-1.0.5.zip", + "size": 12362, + "checksum": "SHA-256:b9e1aeca4086932e11600a8bdc45a0ff43b26b658d670333edc8f331232f6e1e" }, { - "name": "CurveFitting", - "version": "1.0.3", - "author": "Rotario \u003crotarioner@gmail.com\u003e", - "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", - "sentence": "Fits polynomial curves to given datapoints", - "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", - "website": "https://github.com/Rotario/arduinoCurveFitting", - "category": "Data Processing", + "name": "BeeMotionS3", + "version": "1.0.6", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Motion S3", + "website": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "repository": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper.git", "providesIncludes": [ - "curveFitting.h" + "BMS3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.3.zip", - "archiveFileName": "CurveFitting-1.0.3.zip", - "size": 6305, - "checksum": "SHA-256:165721179f5ae6e11f7c4cf09a3562204ea1088f013a155ade66b764e8d330c0" + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeMotionS3-1.0.6.zip", + "archiveFileName": "BeeMotionS3-1.0.6.zip", + "size": 12362, + "checksum": "SHA-256:59240655ac05107051cd32e12c820cb4b8558beb764c2d47a4144fb94fb4db02" }, { - "name": "CurveFitting", - "version": "1.0.5", - "author": "Rotario \u003crotarioner@gmail.com\u003e", - "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", - "sentence": "Fits polynomial curves to given datapoints", - "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", - "website": "https://github.com/Rotario/arduinoCurveFitting", - "category": "Data Processing", + "name": "BeeMotionS3", + "version": "1.0.7", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Motion S3", + "website": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "repository": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper.git", "providesIncludes": [ - "curveFitting.h" + "BMS3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.5.zip", - "archiveFileName": "CurveFitting-1.0.5.zip", - "size": 6308, - "checksum": "SHA-256:0ad17c319a5ecfada00dc53451797a478c72de0cb0c0cce68a3425e0313be224" + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeMotionS3-1.0.7.zip", + "archiveFileName": "BeeMotionS3-1.0.7.zip", + "size": 12494, + "checksum": "SHA-256:b73ebdb393b2195ed7b5502e37399e4d7d1d626743e3aef5013e8faf08e8dec5" }, { - "name": "CurveFitting", - "version": "1.0.6", - "author": "Rotario \u003crotarioner@gmail.com\u003e", - "maintainer": "Rotario \u003crotarioner@gmail.com\u003e", - "sentence": "Fits polynomial curves to given datapoints", - "paragraph": "Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.", - "website": "https://github.com/Rotario/arduinoCurveFitting", - "category": "Data Processing", + "name": "BeeMotionS3", + "version": "1.0.8", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Motion S3", + "website": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rotario/arduinoCurveFitting.git", + "repository": "https://github.com/strid3r21/BeeMotionS3-Arduino-Helper.git", "providesIncludes": [ - "curveFitting.h" + "BMS3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/CurveFitting-1.0.6.zip", - "archiveFileName": "CurveFitting-1.0.6.zip", - "size": 6308, - "checksum": "SHA-256:1d35c1309b7df10666022afedf444b55783e134914543dc46bb92fb8d623ec2a" + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeMotionS3-1.0.8.zip", + "archiveFileName": "BeeMotionS3-1.0.8.zip", + "size": 12500, + "checksum": "SHA-256:36712d0534a6b1edf783de4a802e3679057b2744e2ffe5c9367fd6992f161f31" }, { - "name": "EncoderStepCounter", + "name": "KmeStepper", "version": "1.0.0", - "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", - "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", - "sentence": "Quadrature Encoder library for half-step and full-step encoders.", - "paragraph": "Counts up or down an counter depending on encoder rotation. Allows to read/write and reset this library-internal counter.", - "website": "https://www.github.com/M-Reimer/EncoderStepCounter", + "author": "ADNAN ELABDULLAH \u003cadnanelabdullah@hotmail.com\u003e, kmetechnoloy.com\u003e", + "maintainer": "ADNAN ELABDULLAH \u003cadnanelabdullah@hotmail.com\u003e", + "sentence": "A library that makes coding a Webserver a breeze.", + "paragraph": "Supports HTTP1.1 and you can do GET and POST.", + "website": "https://github.com/adnan-elabdullah/KmeStepper", "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/M-Reimer/EncoderStepCounter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/EncoderStepCounter-1.0.0.zip", - "archiveFileName": "EncoderStepCounter-1.0.0.zip", - "size": 8481, - "checksum": "SHA-256:80cd0dbacb56d75830b60ca1f6f9a814092690848b618384a852effd8bee06dc" + "repository": "https://github.com/adnan-elabdullah/KmeStepper.git", + "providesIncludes": [ + "KmeStepper.h" + ], + "dependencies": [ + { + "name": "KmeStepper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adnan-elabdullah/KmeStepper-1.0.0.zip", + "archiveFileName": "KmeStepper-1.0.0.zip", + "size": 3967, + "checksum": "SHA-256:f7b756e0fb998f9c458af969a2fae69679f99dd4213a540acf9487e4f200398d" }, { - "name": "EncoderStepCounter", - "version": "1.1.0", - "author": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", - "maintainer": "Manuel Reimer \u003cmanuel.reimer@gmx.de\u003e", - "sentence": "Quadrature Encoder library for half-step and full-step encoders.", - "paragraph": "Counts up or down an counter depending on encoder rotation. Allows to read/write and reset this library-internal counter.", - "website": "https://www.github.com/M-Reimer/EncoderStepCounter", + "name": "KmeStepper", + "version": "2.0.0", + "author": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e,adnan-elabdullah \u003ckmetechnoloy.com\u003e", + "maintainer": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e", + "sentence": "Stepper motor control and loadcell reader library for more informtion visit https://kmetechnology.com.", + "paragraph": "Stepper motor control and loadcell reader library.", + "website": "https://github.com/adnan-elabdullah/KmeStepper", "category": "Device Control", "architectures": [ "*" @@ -277717,2286 +732553,2520 @@ "types": [ "Contributed" ], - "repository": "https://github.com/M-Reimer/EncoderStepCounter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/M-Reimer/EncoderStepCounter-1.1.0.zip", - "archiveFileName": "EncoderStepCounter-1.1.0.zip", - "size": 8604, - "checksum": "SHA-256:4a0955ddd11d70f5700461a3c053de2b23b5880f0e07ad966d712db9f38db006" + "repository": "https://github.com/adnan-elabdullah/KmeStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adnan-elabdullah/KmeStepper-2.0.0.zip", + "archiveFileName": "KmeStepper-2.0.0.zip", + "size": 4106, + "checksum": "SHA-256:b6169d30c0dcf169d85918f00cdeada853c68e93986c70e01191e74c66bd7eea" }, { - "name": "SparkFun LIS2DH12 Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", - "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", - "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", - "category": "Sensors", + "name": "KmeStepper", + "version": "3.0.0", + "author": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e,adnan-elabdullah \u003ckmetechnoloy.com\u003e", + "maintainer": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e", + "sentence": "Stepper motor control and loadcell reader library for more informtion visit https://kmetechnology.com.", + "paragraph": "Stepper motor control and loadcell reader library.", + "website": "https://github.com/adnan-elabdullah/KmeStepper", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.0.zip", - "size": 755739, - "checksum": "SHA-256:e5d0da72408f9fc59f8f5f8aa000eff8599da21f472c4925ebb39abcceb7f9ef" + "repository": "https://github.com/adnan-elabdullah/KmeStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adnan-elabdullah/KmeStepper-3.0.0.zip", + "archiveFileName": "KmeStepper-3.0.0.zip", + "size": 4112, + "checksum": "SHA-256:6202b8cd281405a6f1636b7f1fc3c7894b719f03bff4cf55d39703770fcd0202" }, { - "name": "SparkFun LIS2DH12 Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", - "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", - "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", - "category": "Sensors", + "name": "KmeStepper", + "version": "2.0.1", + "author": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e,adnan-elabdullah \u003ckmetechnoloy.com\u003e", + "maintainer": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e", + "sentence": "Stepper motor control and loadcell reader library for more informtion visit https://kmetechnology.com.", + "paragraph": "Stepper motor control and loadcell reader library.", + "website": "https://github.com/adnan-elabdullah/KmeStepper", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.1.zip", - "size": 758058, - "checksum": "SHA-256:0b297b4ea201dae214c1fb2105cacbeeae7b47a98f10e8b61df9be5e1dea3968" + "repository": "https://github.com/adnan-elabdullah/KmeStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adnan-elabdullah/KmeStepper-2.0.1.zip", + "archiveFileName": "KmeStepper-2.0.1.zip", + "size": 4112, + "checksum": "SHA-256:5b9e1e06442c55a5bc1b6293ee5ed7740baa32035bd15daed6b903724cf620d8" }, { - "name": "SparkFun LIS2DH12 Arduino Library", - "version": "1.0.2", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with ST LIS2DH12 low power accelerometer", - "paragraph": "An Arduino Library to interface to the very low power LIS2DH12 tri-axis accelerometer. Works with the SparkFun \u003ca href=\"https://www.sparkfun.com/products/15170\"\u003eEdge\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15420\"\u003eEdge 2\u003c/a\u003e, and \u003ca href=\"https://www.sparkfun.com/products/15760\"\u003eLIS2DH12 Qwiic\u003c/a\u003e breakout board.", - "website": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library", - "category": "Sensors", + "name": "M5Station", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for industrial level controller with M5Station(SKU:K123,K124)", + "paragraph": "See more on https://docs.m5stack.com/en/core/station_485 or https://docs.m5stack.com/en/core/station_bat", + "website": "https://github.com/m5stack/M5Station", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_LIS2DH12_Arduino_Library-1.0.2.zip", - "size": 758234, - "checksum": "SHA-256:18aa071255f1dc9f10147386bb068e6e6926fa80807c8be3b19733063f5247a1" + "repository": "https://github.com/m5stack/M5Station.git", + "providesIncludes": [ + "M5Station.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Station-0.0.1.zip", + "archiveFileName": "M5Station-0.0.1.zip", + "size": 858622, + "checksum": "SHA-256:f67b128c3e95991261dad97122d0e55cf0a3acb34f3f6de9460f9243559edc02" }, { - "name": "EAA_MLX90614", - "version": "1.0.0", - "author": "John Fitter \u003cjfitter@eagleairaust.com.au\u003e", - "maintainer": "John Fitter \u003cjfitter@eagleairaust.com.au\u003e", - "sentence": "MLX90614 device driver", - "paragraph": "Arduino device driver library to support the Melexis MLX90614 infrared temperature sensor.", - "website": "https://github.com/jfitter/MLX90614", - "category": "Sensors", + "name": "TFT_eWidget", + "version": "0.0.2", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A TFT GUI widget library", + "paragraph": "A TFT_eSPI support library providing button, graph, meter, and slider class functions.", + "website": "https://github.com/Bodmer/TFT_eWidget", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jfitter/MLX90614.git", + "repository": "https://github.com/Bodmer/TFT_eWidget.git", "providesIncludes": [ - "MLX90614.h", - "Crc8.h", - "property.h" + "TFT_eWidget.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jfitter/EAA_MLX90614-1.0.0.zip", - "archiveFileName": "EAA_MLX90614-1.0.0.zip", - "size": 2977409, - "checksum": "SHA-256:cc7643c164e97fe13e6a6a362dd4b5be51e76ae645afd049b773db7dc5bc8f33" + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eWidget-0.0.2.zip", + "archiveFileName": "TFT_eWidget-0.0.2.zip", + "size": 38337, + "checksum": "SHA-256:f687fc0a56383aecc293b9104a9b5b4349bc672b8ebaa8df958d817284c69238" }, { - "name": "uFire SHT20", - "version": "1.0.0", - "author": "uFire", - "maintainer": "contact@ufire.co", - "sentence": "Measure atmospheric temperature and humdity.", - "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor.", - "website": "https://ufire.co", - "category": "Sensors", + "name": "TFT_eWidget", + "version": "0.0.3", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A TFT GUI widget library", + "paragraph": "A TFT_eSPI support library providing button, graph, meter, and slider class functions.", + "website": "https://github.com/Bodmer/TFT_eWidget", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/uFire_SHT20.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.0.0.zip", - "archiveFileName": "uFire_SHT20-1.0.0.zip", - "size": 16081, - "checksum": "SHA-256:e9dc3518da4d94ff227c605c71e8db36f040a6606b26823b6f9040fc4e86c69c" + "repository": "https://github.com/Bodmer/TFT_eWidget.git", + "providesIncludes": [ + "TFT_eWidget.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eWidget-0.0.3.zip", + "archiveFileName": "TFT_eWidget-0.0.3.zip", + "size": 38336, + "checksum": "SHA-256:fd6c82edcda4d8587bfad476960cd86b0d7df8d62aa05d176bdbe12623d50aae" }, { - "name": "uFire SHT20", - "version": "1.0.1", - "author": "uFire", - "maintainer": "contact@ufire.co", - "sentence": "Measure atmospheric temperature and humdity.", - "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor.", - "website": "https://ufire.co", - "category": "Sensors", + "name": "TFT_eWidget", + "version": "0.0.4", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A TFT GUI widget library", + "paragraph": "A TFT_eSPI support library providing button, graph, meter, and slider class functions.", + "website": "https://github.com/Bodmer/TFT_eWidget", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/uFire_SHT20.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.0.1.zip", - "archiveFileName": "uFire_SHT20-1.0.1.zip", - "size": 18365, - "checksum": "SHA-256:1c4d3d5a7c92e89626ba16fb1ede06905c3a11b78836fbf75e470f3f08730160" + "repository": "https://github.com/Bodmer/TFT_eWidget.git", + "providesIncludes": [ + "TFT_eWidget.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eWidget-0.0.4.zip", + "archiveFileName": "TFT_eWidget-0.0.4.zip", + "size": 38393, + "checksum": "SHA-256:cedbcd41aef489b219a45e43a9471f077b9b9e7695979e4146b5da6c8a87a2ee" }, { - "name": "uFire SHT20", - "version": "1.1.0", - "author": "uFire", - "maintainer": "contact@ufire.co", - "sentence": "Measure atmospheric temperature and humdity.", - "paragraph": "Take temperature measurements from -40 to 125 C (-40 to 257 F) and humidity measurements from -40 to 125 C (-40 to 257 F) using the Sensiron SHT20 sensor. Also converts to VPD (vapor pressure deficit), and dew point.", - "website": "https://ufire.co", - "category": "Sensors", + "name": "TFT_eWidget", + "version": "0.0.5", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "A TFT GUI widget library", + "paragraph": "A TFT_eSPI support library providing button, graph, meter, and slider class functions.", + "website": "https://github.com/Bodmer/TFT_eWidget", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/uFire_SHT20.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_SHT20-1.1.0.zip", - "archiveFileName": "uFire_SHT20-1.1.0.zip", - "size": 21110, - "checksum": "SHA-256:6e821ed07d981233322346ea091e0092137bf666c9502fd411fc4ae12582c3a9" + "repository": "https://github.com/Bodmer/TFT_eWidget.git", + "providesIncludes": [ + "TFT_eWidget.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TFT_eWidget-0.0.5.zip", + "archiveFileName": "TFT_eWidget-0.0.5.zip", + "size": 38483, + "checksum": "SHA-256:50ed4e4e1ad82b410c32731974af6608688d6e42c73b9e1c9d140333b257ce64" }, { - "name": "MCreator Link", - "version": "1.2.0", - "author": "Pylo", - "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", - "sentence": "Adds support for the MCreator Link system.", - "paragraph": "With this library you can make your Arduino device compatible with MCreator Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", - "website": "http://mcreator.net/link", - "category": "Communication", + "name": "Deneyap Hoparlor", + "version": "1.0.0", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Speaker PAM8302A", + "paragraph": "A simple and efficient library to use Deneyap Speaker PAM8302A", + "website": "https://github.com/deneyapkart/deneyap-hoparlor-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Pylo/MCreatorLinkArduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Pylo/MCreator_Link-1.2.0.zip", - "archiveFileName": "MCreator_Link-1.2.0.zip", - "size": 12467, - "checksum": "SHA-256:993396b66254db39c6b1d0ddb834a1dacd1c20a79c70d4daf7726706f0607e94" + "repository": "https://github.com/deneyapkart/deneyap-hoparlor-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Hoparlor-1.0.0.zip", + "archiveFileName": "Deneyap_Hoparlor-1.0.0.zip", + "size": 1635524, + "checksum": "SHA-256:9a3f2ffe5a90e08f0e73248107d6f02d7b846f1e7efb38d6af5ae61285fb1a93" }, { - "name": "MCreator Link", - "version": "1.3.0", - "author": "Pylo", - "maintainer": "MCreator/Pylo \u003csupport@mcreator.net\u003e", - "sentence": "Adds support for the MCreator Link system.", - "paragraph": "With this library you can make your Arduino device compatible with MCreator Link protocol, so your Arduino can be controlled by Minecraft commands, blocks, mods and more.", - "website": "http://mcreator.net/link", - "category": "Communication", + "name": "Deneyap Hoparlor", + "version": "1.0.1", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Speaker PAM8302A", + "paragraph": "A simple and efficient library to use Deneyap Speaker PAM8302A", + "website": "https://github.com/deneyapkart/deneyap-hoparlor-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Pylo/MCreatorLinkArduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Pylo/MCreator_Link-1.3.0.zip", - "archiveFileName": "MCreator_Link-1.3.0.zip", - "size": 12470, - "checksum": "SHA-256:317148f9a02286b678f95eca050cf44bfe39184a1e5fcde795aa0e89f8c607a7" + "repository": "https://github.com/deneyapkart/deneyap-hoparlor-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Hoparlor-1.0.1.zip", + "archiveFileName": "Deneyap_Hoparlor-1.0.1.zip", + "size": 1635927, + "checksum": "SHA-256:bc5ace227d8f415cb5c6cedfbd3a63aa3d6c980d8df75c7b45db3b42930eafd2" }, { - "name": "XLR8PWM", - "version": "1.0.1", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "OpenXLR8 implementation of PWM", - "paragraph": "Implements Pulse Width Modulation as a hardware module in the OpenXLR8 methodology", - "website": "https://github.com/AloriumTechnology/XLR8PWM", - "category": "Uncategorized", + "name": "Deneyap Hoparlor", + "version": "1.0.2", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Speaker", + "paragraph": "A simple and efficient library to use Deneyap Speaker", + "website": "https://github.com/deneyapkart/deneyap-hoparlor-arduino-library", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/XLR8PWM.git", - "providesIncludes": [ - "XLR8PWM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8PWM-1.0.1.zip", - "archiveFileName": "XLR8PWM-1.0.1.zip", - "size": 44659, - "checksum": "SHA-256:bfbd2a386667c1b86e4d48ed61988783e469f1a6db5c7fb3c461364e7a8badcb" + "repository": "https://github.com/deneyapkart/deneyap-hoparlor-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Hoparlor-1.0.2.zip", + "archiveFileName": "Deneyap_Hoparlor-1.0.2.zip", + "size": 1636377, + "checksum": "SHA-256:a47ee29741b4840ab8bc413157f6facd24e4d341bddf2ffebe6626f1d98911ba" }, { - "name": "XLR8RC", + "name": "textparser", "version": "1.0.0", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Captures outputs from an RC receiver (the signals that go to servos) and outputs a 16 bit integer representing the pulse width (in microseconds)", - "paragraph": "Captures outputs from an RC receiver (the signals that go to servos) and outputs a 16 bit integer representing the pulse width (in microseconds)", - "website": "https://github.com/AloriumTechnology/XLR8RC", - "category": "Uncategorized", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Line based text parser for Arduino.", + "paragraph": "This library provides a simple way to parse line based data.", + "website": "https://arduinotextparser.readthedocs.io", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/XLR8RC.git", + "repository": "https://github.com/jfjlaros/textparser.git", "providesIncludes": [ - "XLR8RC.h" + "textparser.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8RC-1.0.0.zip", - "archiveFileName": "XLR8RC-1.0.0.zip", - "size": 42752, - "checksum": "SHA-256:832f9cf491a093ffdf4e42b268e9f0cd7cccb784e1b4a1afb42fbd11ef86ace5" + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/textparser-1.0.0.zip", + "archiveFileName": "textparser-1.0.0.zip", + "size": 12922, + "checksum": "SHA-256:1a2c6e4b0a0c0f274dc40f7ac3d04424927ebba922c266a43bd94a01de0f13c5" }, { - "name": "Ch376msc", - "version": "1.3.1", - "author": "György Kovács", - "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", - "sentence": "A library for CH376 file manage control chip.", - "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", - "website": "https://github.com/djuseeq/Ch376msc/", - "category": "Data Storage", + "name": "textparser", + "version": "1.0.1", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Line based text parser for Arduino.", + "paragraph": "This library provides a simple way to parse line based data.", + "website": "https://arduinotextparser.readthedocs.io", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/djuseeq/Ch376msc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.3.1.zip", - "archiveFileName": "Ch376msc-1.3.1.zip", - "size": 129138, - "checksum": "SHA-256:04377ccd98f69fe0f4571b776c78edc8bfbe23eec1eb074765baf0ab19fc5cd2" + "repository": "https://github.com/jfjlaros/textparser.git", + "providesIncludes": [ + "textparser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/textparser-1.0.1.zip", + "archiveFileName": "textparser-1.0.1.zip", + "size": 13074, + "checksum": "SHA-256:a317c6863247b2ef4b691ecaab5dc5e6cea24d7517af471e721016edeb912d12" }, { - "name": "Ch376msc", - "version": "1.4.0", - "author": "György Kovács", - "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", - "sentence": "A library for CH376 file manage control chip.", - "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", - "website": "https://github.com/djuseeq/Ch376msc/", - "category": "Data Storage", + "name": "textparser", + "version": "1.0.2", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Line based text parser for Arduino.", + "paragraph": "This library provides a simple way to parse line based data.", + "website": "https://arduinotextparser.readthedocs.io", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/djuseeq/Ch376msc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.0.zip", - "archiveFileName": "Ch376msc-1.4.0.zip", - "size": 133429, - "checksum": "SHA-256:cf907b35c2e9963f565d071135d0ee72e171ef5d07384787ab23f9eb78f87892" + "repository": "https://github.com/jfjlaros/textparser.git", + "providesIncludes": [ + "textparser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/textparser-1.0.2.zip", + "archiveFileName": "textparser-1.0.2.zip", + "size": 13109, + "checksum": "SHA-256:08fbcf3c3984e064cad4325d6a333b1c6548535342e44f7fb3a330f3c723174a" }, { - "name": "Ch376msc", - "version": "1.4.1", - "author": "György Kovács", - "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", - "sentence": "A library for CH376 file manage control chip.", - "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive.", - "website": "https://github.com/djuseeq/Ch376msc/", - "category": "Data Storage", + "name": "textparser", + "version": "1.1.0", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Line based text parser.", + "paragraph": "This library provides a simple way to parse line based data.", + "website": "https://arduinotextparser.readthedocs.io", + "category": "Data Processing", "architectures": [ - "avr", - "sam", - "samd", - "stm32", - "STM32F1" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/djuseeq/Ch376msc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.1.zip", - "archiveFileName": "Ch376msc-1.4.1.zip", - "size": 173946, - "checksum": "SHA-256:bf8ec6b8a2c18a12ea619937e327e2c547342bf6e746f83c30561ef5e617e13f" + "repository": "https://github.com/jfjlaros/textparser.git", + "providesIncludes": [ + "textparser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/textparser-1.1.0.zip", + "archiveFileName": "textparser-1.1.0.zip", + "size": 14847, + "checksum": "SHA-256:58e82e117f960146fb51c7f1a7afc72cfea28a81121aa4da0df822f8da53dbd8" }, { - "name": "Ch376msc", - "version": "1.4.2", - "author": "György Kovács", - "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", - "sentence": "A library for CH376 file manager control chip.", - "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", - "website": "https://github.com/djuseeq/Ch376msc/", - "category": "Data Storage", + "name": "detaBaseArduinoESP32", + "version": "1.0.0", + "author": "Kushagra Goel \u003ckushagra.goel@mail.utoronto.ca\u003e", + "maintainer": "Kushagra Goel \u003ckushagra.goel@mail.utoronto.ca\u003e", + "sentence": "Makes working with Deta.sh Base easy", + "paragraph": "Abstracts away all the internet and requests stuff", + "website": "https://github.com/A223D/detaBaseArduinoESP32", + "category": "Communication", "architectures": [ - "avr", - "sam", - "samd", - "stm32", - "STM32F1", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/djuseeq/Ch376msc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.2.zip", - "archiveFileName": "Ch376msc-1.4.2.zip", - "size": 1750988, - "checksum": "SHA-256:dbc1058eea119687c15a5741f798a2df3ccb8fbad96ce66fd862c6e130e4432a" + "repository": "https://github.com/A223D/detaBaseArduinoESP32.git", + "providesIncludes": [ + "WiFiClientSecure.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/A223D/detaBaseArduinoESP32-1.0.0.zip", + "archiveFileName": "detaBaseArduinoESP32-1.0.0.zip", + "size": 23045, + "checksum": "SHA-256:cf9246fdde834f80a6f50e4d42204a177729327a6e59fbba8b9c08764b93992d" }, { - "name": "Ch376msc", - "version": "1.4.3", - "author": "György Kovács", - "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", - "sentence": "A library for CH376 file manager control chip.", - "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", - "website": "https://github.com/djuseeq/Ch376msc/", - "category": "Data Storage", + "name": "Adafruit_4_01_ColourEPaper", + "version": "1.0.0", + "author": "Kushagra Goel \u003ckushagra.goel@mail.utoronto.ca\u003e", + "maintainer": "Kushagra Goel \u003ckushagra.goel@mail.utoronto.ca\u003e", + "sentence": "Adafruit connector library for the WaveShare 4.01 Colour Epaper display", + "paragraph": "Works with AdafruitGFX", + "website": "https://github.com/A223D/Adafruit_4_01_ColourEPaper", + "category": "Display", "architectures": [ - "avr", - "sam", - "samd", - "stm32", - "STM32F1", - "esp8266", - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/djuseeq/Ch376msc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.3.zip", - "archiveFileName": "Ch376msc-1.4.3.zip", - "size": 1760691, - "checksum": "SHA-256:18e0b1ef568e353b6c9fb5f9846fa21e38ef10ae68daf41d0c534a542db59429" + "repository": "https://github.com/A223D/Adafruit_4_01_ColourEPaper.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/A223D/Adafruit_4_01_ColourEPaper-1.0.0.zip", + "archiveFileName": "Adafruit_4_01_ColourEPaper-1.0.0.zip", + "size": 25935, + "checksum": "SHA-256:3058c063a4269d6697e6089682819c835005146273c902b977df34f0b9e65865" }, { - "name": "Ch376msc", - "version": "1.4.4", - "author": "György Kovács", - "maintainer": "György Kovács \u003cdjusee@gmail.com\u003e", - "sentence": "A library for CH376 file manager control chip.", - "paragraph": "Supports UART and SPI communication with the chip, read/write text files to USB flash drive and SD card.", - "website": "https://github.com/djuseeq/Ch376msc/", - "category": "Data Storage", + "name": "CallMyFunction", + "version": "0.0.1", + "author": "MSZ98", + "maintainer": "MSZ98", + "sentence": "Arduino library to call function with time restrictions", + "paragraph": "This library allows you to call functions with time restrictions.", + "website": "https://github.com/MSZ98/CallMyFunction", + "category": "Timing", "architectures": [ "avr", - "sam", - "samd", - "stm32", - "STM32F1", - "esp8266", - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/djuseeq/Ch376msc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/djuseeq/Ch376msc-1.4.4.zip", - "archiveFileName": "Ch376msc-1.4.4.zip", - "size": 1760931, - "checksum": "SHA-256:cc3014e310be39b96dc547704b5e15fd1c8683b061a83d497b3bce323b6436e1" + "repository": "https://github.com/MSZ98/CallMyFunction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MSZ98/CallMyFunction-0.0.1.zip", + "archiveFileName": "CallMyFunction-0.0.1.zip", + "size": 34311, + "checksum": "SHA-256:4a70e1dbef2487e6380baddc15db48d524d0b8ffbe0a988362ddedc7aa4de87b" }, { - "name": "Irms_calc", - "version": "1.0.0", - "author": "Andrey Fedorov \u003cfedorov@bizkit.ru\u003e", - "maintainer": "Andrey Fedorov\u003cfedorov@bizkit.ru\u003e", - "sentence": "Irms calculation library for ESP8266/ESP32/Arduino.", - "paragraph": "The library gets ADC result getted from chip like ACS712 and calculate Vpp (Volts Peak to Peak), Vpeak (Volts peak), Vrms, Irms.", - "website": "https://github.com/Warlib1975/Irms_calc.git", - "category": "Sensors", + "name": "CallMyFunction", + "version": "0.0.2", + "author": "MSZ98", + "maintainer": "MSZ98", + "sentence": "Arduino library to call function with time restrictions", + "paragraph": "This library allows you to call functions with time restrictions.", + "website": "https://github.com/MSZ98/CallMyFunction", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Warlib1975/Irms_calc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Warlib1975/Irms_calc-1.0.0.zip", - "archiveFileName": "Irms_calc-1.0.0.zip", - "size": 4445, - "checksum": "SHA-256:8cf34d2e8683f30fa1e8a5695f39154d3b40d56c0c04ea952faca98db29439bd" + "repository": "https://github.com/MSZ98/CallMyFunction.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MSZ98/CallMyFunction-0.0.2.zip", + "archiveFileName": "CallMyFunction-0.0.2.zip", + "size": 19577, + "checksum": "SHA-256:580fc76fa1bb3269c2bea8762d460b74c4886d5b00f91d469ae473a0f1d21709" }, { - "name": "GPS", + "name": "SparkFun 6DoF ISM330DHCX", "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "GPS code class for Arduino", - "paragraph": "gps comunication", - "website": "https://github.com/offcircuit/GPS", - "category": "Communication", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF ISM330DHCX breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the ISM330DHCX.", + "website": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/GPS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/GPS-1.0.0.zip", - "archiveFileName": "GPS-1.0.0.zip", - "size": 16532, - "checksum": "SHA-256:d7e02b6e018a86c960fe59044fc7425c363bddc9a993341a272dd57010863a93" + "repository": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_ISM330DHCX-1.0.0.zip", + "archiveFileName": "SparkFun_6DoF_ISM330DHCX-1.0.0.zip", + "size": 3221336, + "checksum": "SHA-256:c43fdb0629c45a3ac704736e15187c4ed4236817d4228fe238c052a77a0352ed" }, { - "name": "GPS", + "name": "SparkFun 6DoF ISM330DHCX", "version": "1.0.1", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "GPS code class for Arduino", - "paragraph": "gps comunication", - "website": "https://github.com/offcircuit/GPS", - "category": "Communication", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF ISM330DHCX breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the ISM330DHCX.", + "website": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/GPS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/GPS-1.0.1.zip", - "archiveFileName": "GPS-1.0.1.zip", - "size": 16539, - "checksum": "SHA-256:424685b4b125b04bc026a5e929a561ddd1cd7039465644fd657f9a0c519f6d73" + "repository": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_ISM330DHCX-1.0.1.zip", + "archiveFileName": "SparkFun_6DoF_ISM330DHCX-1.0.1.zip", + "size": 3221335, + "checksum": "SHA-256:7f8bbf741ed4595dfdc1b98ae5edf5e5590accefe957ca8977ba34960131d7e1" }, { - "name": "CppLinq", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "ArduinoLinq Library", - "paragraph": "Arduino Library that wraps cpplinq C++ library. This allow to user similar functions to .NET Linq in Arduino (Min 200Kb required)", - "website": "https://github.com/luisllamasbinaburo/ArduinoLinq", - "category": "Other", + "name": "SparkFun 6DoF ISM330DHCX", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF ISM330DHCX breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the ISM330DHCX.", + "website": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/ArduinoLinq.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/CppLinq-1.0.0.zip", - "archiveFileName": "CppLinq-1.0.0.zip", - "size": 31576, - "checksum": "SHA-256:a8ce6e0eb20541c37292ed11adc176f3570f601e1c0d4b5579c57869cdfd8e94" + "repository": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_ISM330DHCX-1.0.2.zip", + "archiveFileName": "SparkFun_6DoF_ISM330DHCX-1.0.2.zip", + "size": 3221455, + "checksum": "SHA-256:e29757c78c703dc95e9ee9465f2fc43cf88ec33cf245b5861a4027ef8aad752e" }, { - "name": "ReactiveArduino", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "ReactiveArduino implements observable-observer pattern on a processor like Arduino", - "paragraph": "ReactiveArduino implements observable-observer pattern on a processor like Arduino", - "website": "https://github.com/luisllamasbinaburo/Arduino-ReactiveArduino", - "category": "Other", + "name": "SparkFun 6DoF ISM330DHCX", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF ISM330DHCX breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the ISM330DHCX.", + "website": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-ReactiveArduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/ReactiveArduino-1.0.0.zip", - "archiveFileName": "ReactiveArduino-1.0.0.zip", - "size": 156773, - "checksum": "SHA-256:63e360b1531c3b6a95eba7fdde4459b93c0aee38baa8bdef8257a8f6731efbfb" + "repository": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_ISM330DHCX-1.0.3.zip", + "archiveFileName": "SparkFun_6DoF_ISM330DHCX-1.0.3.zip", + "size": 3221453, + "checksum": "SHA-256:0db605186062752c68999e1650e3f4ac08f98399b739ad179ac70e384d175a26" }, { - "name": "EasyingLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Arduino library that implements easing functions for smooth property value change transitions", - "paragraph": "Arduino library that implements easing functions for smooth property value change transitions", - "website": "https://github.com/luisllamasbinaburo/Arduino-Easing", - "category": "Other", + "name": "SparkFun 6DoF ISM330DHCX", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF ISM330DHCX breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the ISM330DHCX.", + "website": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-Easing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/EasyingLib-1.0.0.zip", - "archiveFileName": "EasyingLib-1.0.0.zip", - "size": 135828, - "checksum": "SHA-256:6047ccf9d9fee414e9892e52babdcd3f188eee2714b51ad8ed62084466fa7138" + "repository": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_ISM330DHCX-1.0.4.zip", + "archiveFileName": "SparkFun_6DoF_ISM330DHCX-1.0.4.zip", + "size": 3221500, + "checksum": "SHA-256:00c02f86857aa8c6ad1258d43d2ce047fb2cc49119cb51e446563be7c62a0157" }, { - "name": "InterpolationLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Arduino library that provides interpolation methods step, linear, smooth, catmull spline and constrained spline.", - "paragraph": "Arduino library that provides interpolation methods step, linear, smooth, catmull spline and constrained spline.", - "website": "https://github.com/luisllamasbinaburo/Arduino-Interpolation", - "category": "Other", + "name": "SparkFun 6DoF ISM330DHCX", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF ISM330DHCX breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the ISM330DHCX.", + "website": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-Interpolation.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/InterpolationLib-1.0.0.zip", - "archiveFileName": "InterpolationLib-1.0.0.zip", - "size": 128616, - "checksum": "SHA-256:cb252b2115fe842e2a39429e6225010ff161f27b46ca59ac5591fdad1b4f428c" + "repository": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_ISM330DHCX-1.0.5.zip", + "archiveFileName": "SparkFun_6DoF_ISM330DHCX-1.0.5.zip", + "size": 3223770, + "checksum": "SHA-256:bf79acce12ad87acc45a9e158b4bdbf531758b03c4c7d2137cad47b54426a0bd" }, { - "name": "SyncWaveformsLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Arduino SyncWaveforms implements timed functions that runs synchronously", - "paragraph": "Arduino SyncWaveforms implements timed functions that runs synchronously", - "website": "https://github.com/luisllamasbinaburo/Arduino-SyncWaveforms", - "category": "Other", + "name": "SparkFun 6DoF ISM330DHCX", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF ISM330DHCX breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the ISM330DHCX.", + "website": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-SyncWaveforms.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SyncWaveformsLib-1.0.0.zip", - "archiveFileName": "SyncWaveformsLib-1.0.0.zip", - "size": 54480, - "checksum": "SHA-256:68ea3807542cadfdd3737aaff557d158e61c317769dd8d569678128fa7adfcbb" + "repository": "https://github.com/sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_ISM330DHCX-1.0.6.zip", + "archiveFileName": "SparkFun_6DoF_ISM330DHCX-1.0.6.zip", + "size": 3224801, + "checksum": "SHA-256:e601c199f479cbc657ce9eeae45e2d0ed1d3342f523a1cf12f0e2b00de80141c" }, { - "name": "EasyCommaLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "EasyComma is a light library that implements funtions for easily parse comma separed arrays", - "paragraph": "EasyComma is a light library that implements funtions for easily parse comma separed arrays", - "website": "https://github.com/luisllamasbinaburo/Arduino-EasyComma", - "category": "Other", + "name": "serial-readline", + "version": "0.1.0", + "author": "MSZ98", + "maintainer": "MSZ98", + "sentence": "Arduino library for buffered serial line reading", + "paragraph": "This library allows microcontroller to achieve better performance with Serial communication based on sending lines (terminated with \\n).", + "website": "https://github.com/MSZ98/serial-readline", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-EasyComma.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/EasyCommaLib-1.0.0.zip", - "archiveFileName": "EasyCommaLib-1.0.0.zip", - "size": 9810, - "checksum": "SHA-256:99348cc0cb9de2722c6b44e119cedbcc8967573d6c100b3b6ae869e699453d14" + "repository": "https://github.com/MSZ98/serial-readline.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MSZ98/serial_readline-0.1.0.zip", + "archiveFileName": "serial_readline-0.1.0.zip", + "size": 6068, + "checksum": "SHA-256:51058c3a80860fada48ac0864806f34f39d8765164c3460b47eeea40ddd844c9" }, { - "name": "Parser", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Arduino Library that helps to parse a char array", - "paragraph": "Arduino Library that helps to parse a char array", - "website": "https://github.com/luisllamasbinaburo/Arduino-Parser", - "category": "Other", + "name": "PI4IOE5V6416", + "version": "0.2.0", + "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", + "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", + "sentence": "Arduino library for PI4IOE5V6416 16-bit general-purpose I/O expander", + "paragraph": "16-bit general-purpose I/O expander with programmable output drive strength and pull-up/down resistor", + "website": "https://github.com/ponoor/PI4IOE5V6416", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-Parser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/Parser-1.0.0.zip", - "archiveFileName": "Parser-1.0.0.zip", - "size": 22803, - "checksum": "SHA-256:0a4b0fe9c13a440d537ce501974362cabadc2e1ec5072a388bcf1ccacdead86b" + "repository": "https://github.com/ponoor/PI4IOE5V6416.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/PI4IOE5V6416-0.2.0.zip", + "archiveFileName": "PI4IOE5V6416-0.2.0.zip", + "size": 6399, + "checksum": "SHA-256:0f10f827c9a6b3408df0c7eb9faf3aea17e71c00cc95c790e84500baf4bd9026" }, { - "name": "BTS7960", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Library for BTS7960 Dual H-Bridge 43A DC Motor controller", - "paragraph": "Library for BTS7960 Dual H-Bridge 43A DC Motor controller", - "website": "https://github.com/luisllamasbinaburo/Arduino-BTS7960", - "category": "Device Control", + "name": "DFRobot_LIDAR07", + "version": "2.0.0", + "author": "DFRobot", + "maintainer": "Fary \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "DFRobot_LIDAR07 is the sensor library of DFRobot(SKU:SEN0413)", + "paragraph": "This library provides two collection methods, one is single collection, the other is continuous collection. In continuous collection mode, you can set the collection frequency.", + "website": "https://github.com/DFRobot/DFRobot_LIDAR07", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-BTS7960.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/BTS7960-1.0.0.zip", - "archiveFileName": "BTS7960-1.0.0.zip", - "size": 8559, - "checksum": "SHA-256:477ca0f34c62a571742a409ef23f87ac00e3123cd6fbe2139fb90c7a71a35db0" + "repository": "https://github.com/DFRobot/DFRobot_LIDAR07.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LIDAR07-2.0.0.zip", + "archiveFileName": "DFRobot_LIDAR07-2.0.0.zip", + "size": 67691, + "checksum": "SHA-256:1e6ef1834f5af3d167886c70a4a76841b66c637a43df7c0473cc2ebfc6cdb45b" }, { - "name": "TriangleSolverLib", + "name": "SmoothProgress", "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Library that implements functions to solve triangles. Usefull for articulated machines", - "paragraph": "Library that implements functions to solve triangles. Usefull for articulated machines", - "website": "https://github.com/luisllamasbinaburo/Arduino-TriangleSolver", - "category": "Other", + "author": "Dejan Gjorgjevikj \u003cdejan.gjorgjevikj@gmail.com\u003e", + "maintainer": "Dejan Gjorgjevikj \u003cdejan.gjorgjevikj@gmail.com\u003e", + "sentence": "Smooth progress bar for character LCD displays", + "paragraph": "Allows showing up to 4 independent smooth progress bars on a single character LCD displays like 1602, 2004, 1604, ... Supports horizontal and vertical progress bars. Supports several (predefined) or user defined visual styles for the progress bars. Enables storing data for the styles in RAM or FLASH (PROGMEM). Uses LiquidCrystal (LiquidCrystal_I2C, hd44780), or mostly any library for character LCD displays that use Hitachi HD44780 or compatible controller that implements write(uint8_t), setCursor(uint8_t, uint8_t) and createChar(uint8_t, uint8_t[]) member functions. Supports parallel use of multiple character LCD displays.", + "website": "https://github.com/Gjorgjevikj/SmoothProgress.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-TriangleSolver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/TriangleSolverLib-1.0.0.zip", - "archiveFileName": "TriangleSolverLib-1.0.0.zip", - "size": 10783, - "checksum": "SHA-256:b485fa08d1e5deae5472f547e1301244a7455855ce1e945cf09f6e999c652c01" + "repository": "https://github.com/Gjorgjevikj/SmoothProgress.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Gjorgjevikj/SmoothProgress-1.0.0.zip", + "archiveFileName": "SmoothProgress-1.0.0.zip", + "size": 561895, + "checksum": "SHA-256:b16a1df337d74e2b776e3af8e61d086b1b65601d3933046dcbe69b64abbd432b" }, { - "name": "StoryBoardLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Storyboard are a series of non blockings tasks that runs sequencially", - "paragraph": "Storyboard are a series of non blockings tasks that runs sequencially", - "website": "https://github.com/luisllamasbinaburo/Arduino-Storyboard", - "category": "Other", + "name": "SmoothProgress", + "version": "1.0.1", + "author": "Dejan Gjorgjevikj \u003cdejan.gjorgjevikj@gmail.com\u003e", + "maintainer": "Dejan Gjorgjevikj \u003cdejan.gjorgjevikj@gmail.com\u003e", + "sentence": "Smooth progress bar for character LCD displays", + "paragraph": "Allows showing up to 4 independent smooth progress bars on a single character LCD displays like 1602, 2004, 1604, ... Supports horizontal and vertical progress bars. Supports several (predefined) or user defined visual styles for the progress bars. Enables storing data for the styles in RAM or FLASH (PROGMEM). Uses LiquidCrystal (LiquidCrystal_I2C, hd44780), or mostly any library for character LCD displays that use Hitachi HD44780 or compatible controller that implements write(uint8_t), setCursor(uint8_t, uint8_t) and createChar(uint8_t, uint8_t[]) member functions. Supports parallel use of multiple character LCD displays.", + "website": "https://github.com/Gjorgjevikj/SmoothProgress.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-Storyboard.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/StoryBoardLib-1.0.0.zip", - "archiveFileName": "StoryBoardLib-1.0.0.zip", - "size": 11085, - "checksum": "SHA-256:2c6d6953cfd2da45385030b6c072d8e431ac8370f879d4cef698d90c057310fb" + "repository": "https://github.com/Gjorgjevikj/SmoothProgress.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Gjorgjevikj/SmoothProgress-1.0.1.zip", + "archiveFileName": "SmoothProgress-1.0.1.zip", + "size": 561448, + "checksum": "SHA-256:58927bb069c10142e50f3078e57e5fd283c77966e5e79b23e16a561394ebc518" }, { - "name": "MultiTaskLib", + "name": "RMDX", "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Storyboard are a series of non blockings tasks that runs in parallel", - "paragraph": "Storyboard are a series of non blockings tasks that runs in parallel", - "website": "https://github.com/luisllamasbinaburo/Arduino-MultiTask", - "category": "Other", + "author": "Matthieu Vigne", + "maintainer": "Matthieu Vigne \u003cmatthieu.vigne@laposte.net\u003e", + "sentence": "Arduino library for MyActuator's RMD-X brushless motors", + "paragraph": "The RMD-X serie from MyActuator are fully-packaged brushless actuators, with integrated driver, sensor, brushless motor and gearbox. They can be torque, velocity or position-controlled.", + "website": "https://github.com/matthieuvigne/RMDX", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-MultiTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/MultiTaskLib-1.0.0.zip", - "archiveFileName": "MultiTaskLib-1.0.0.zip", - "size": 10671, - "checksum": "SHA-256:684438657aef0075ecebd8f343cc0a46f73571ddc5d65c5fe8fd878df7e22018" + "repository": "https://github.com/matthieuvigne/RMDX-Arduino.git", + "dependencies": [ + { + "name": "ACAN2515" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthieuvigne/RMDX-1.0.0.zip", + "archiveFileName": "RMDX-1.0.0.zip", + "size": 7787, + "checksum": "SHA-256:654b40dc8e3db4197f063970128384af1e5f4ce683432cd656c1d0aa191611d8" }, { - "name": "AsyncTaskLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Library that implements a non blockin task", - "paragraph": "Library that implements a non blockin task", - "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncTask", - "category": "Other", + "name": "DF-Print", + "version": "0.1.0", + "author": "Daniel Neve", + "maintainer": "Daniel Neve", + "sentence": "Use C# style syntax for formatting strings.", + "paragraph": "Where `Serial.print(\"My value is: \"); Serial.println(someVariable)` is annoyingly cumbersome. Use `DEBUG_PRINT(\"My value is: {0}\", someVariable);` instead.", + "website": "https://github.com/DanForever/DF-Print", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncTaskLib-1.0.0.zip", - "archiveFileName": "AsyncTaskLib-1.0.0.zip", - "size": 12052, - "checksum": "SHA-256:5c7785f59cfbf410978a0712bd877239cf2362b2db547a59b5d47526cfbe3dd7" + "repository": "https://github.com/DanForever/DF-Print.git", + "providesIncludes": [ + "DFPrint.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DanForever/DF_Print-0.1.0.zip", + "archiveFileName": "DF_Print-0.1.0.zip", + "size": 6150, + "checksum": "SHA-256:34e58c37aefe15639a97bc5a49ca95e3b6d83a26cfa9679a6d5a513efb059879" }, { - "name": "AsyncTimerLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Simple non blocking timer with callback function", - "paragraph": "Simple non blocking timer with callback function", - "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncTimer", - "category": "Other", + "name": "DF-Print", + "version": "0.1.1", + "author": "Daniel Neve", + "maintainer": "Daniel Neve", + "sentence": "Use C# style syntax for formatting strings.", + "paragraph": "Where `Serial.print(\"My value is: \"); Serial.println(someVariable)` is annoyingly cumbersome. Use `DEBUG_PRINT(\"My value is: {0}\", someVariable);` instead.", + "website": "https://github.com/DanForever/DF-Print", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncTimerLib-1.0.0.zip", - "archiveFileName": "AsyncTimerLib-1.0.0.zip", - "size": 8467, - "checksum": "SHA-256:c01b1dca0e2e36af2fd90bad09c72d92df3e19b35decc6ab6f09c9cf1e17df0c" + "repository": "https://github.com/DanForever/DF-Print.git", + "providesIncludes": [ + "DF-Print.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DanForever/DF_Print-0.1.1.zip", + "archiveFileName": "DF_Print-0.1.1.zip", + "size": 7102, + "checksum": "SHA-256:fadc2b3bfe53c61e24e0bf9e233447108b1dedcf8001dfdafb47e006136511e6" }, { - "name": "AsyncSerial", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Library that allow to recieve a serial port stream in a non blocking process", - "paragraph": "Library that allow to recieve a serial port stream in a non blocking process", - "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncSerial", - "category": "Other", + "name": "DF-Print", + "version": "0.1.2", + "author": "Daniel Neve", + "maintainer": "Daniel Neve", + "sentence": "Use C# style syntax for formatting strings.", + "paragraph": "Where `Serial.print(\"My value is: \"); Serial.println(someVariable)` is annoyingly cumbersome. Use `DEBUG_PRINT(\"My value is: {0}\", someVariable);` instead.", + "website": "https://github.com/DanForever/DF-Print", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncSerial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncSerial-1.0.0.zip", - "archiveFileName": "AsyncSerial-1.0.0.zip", - "size": 21689, - "checksum": "SHA-256:f3c75808286b7dea3372a8945e8ccf24ee3538d4c6b0cf0010f9478595f92926" + "repository": "https://github.com/DanForever/DF-Print.git", + "providesIncludes": [ + "DF-Print.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DanForever/DF_Print-0.1.2.zip", + "archiveFileName": "DF_Print-0.1.2.zip", + "size": 8290, + "checksum": "SHA-256:ec3268010c8f516b6df4c97c52b2393dee80e77620cf35abb7258304933de045" }, { - "name": "AsyncServoLib", + "name": "AsyncTCP_RP2040W", "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Library for non blocking controlling a servo", - "paragraph": "Library for non blocking controlling a servo", - "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncServo", - "category": "Other", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W", + "website": "https://github.com/khoih-prog/AsyncTCP_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncServo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncServoLib-1.0.0.zip", - "archiveFileName": "AsyncServoLib-1.0.0.zip", - "size": 11694, - "checksum": "SHA-256:de72c17fc679a294fb9715ec95698db507b50c47f24a73425ebeb5c90c8d627c" + "repository": "https://github.com/khoih-prog/AsyncTCP_RP2040W.git", + "providesIncludes": [ + "AsyncTCP_RP2040W.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_RP2040W-1.0.0.zip", + "archiveFileName": "AsyncTCP_RP2040W-1.0.0.zip", + "size": 57363, + "checksum": "SHA-256:03773ac0a7d315af30eae52b47a9bfb500f4f8c073df405132b6fc84933dbad3" }, { - "name": "AsyncStepperLib", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "AsyncStepper is a library for non blocking stepper motor control", - "paragraph": "AsyncStepper is a library for non blocking stepper motor control", - "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncStepper", - "category": "Other", + "name": "AsyncTCP_RP2040W", + "version": "1.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W", + "website": "https://github.com/khoih-prog/AsyncTCP_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncStepperLib-1.0.0.zip", - "archiveFileName": "AsyncStepperLib-1.0.0.zip", - "size": 11231, - "checksum": "SHA-256:8b8f5eab8470a234facdbdc7d332ba9d59fb54d1ce924810e86a7c975265add5" + "repository": "https://github.com/khoih-prog/AsyncTCP_RP2040W.git", + "providesIncludes": [ + "AsyncTCP_RP2040W.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_RP2040W-1.1.0.zip", + "archiveFileName": "AsyncTCP_RP2040W-1.1.0.zip", + "size": 58738, + "checksum": "SHA-256:425411b4eafb6f1f58cc2715b27272c41945f58adb29ab41a41840696480da35" }, { - "name": "AsyncSonar", - "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Library for non blocking controlling a ultrasonic sensor like HC-SR04", - "paragraph": "Library for non blocking controlling a ultrasonic sensor like HC-SR04", - "website": "https://github.com/luisllamasbinaburo/Arduino-AsyncSonar", - "category": "Other", + "name": "AsyncTCP_RP2040W", + "version": "1.2.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous TCP Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W", + "website": "https://github.com/khoih-prog/AsyncTCP_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-AsyncSonar.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/AsyncSonar-1.0.0.zip", - "archiveFileName": "AsyncSonar-1.0.0.zip", - "size": 21625, - "checksum": "SHA-256:ee6875680b8d37f082e8500d956c561b17b7cf12b4e3ab027e66abff2120f613" + "repository": "https://github.com/khoih-prog/AsyncTCP_RP2040W.git", + "providesIncludes": [ + "AsyncTCP_RP2040W.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncTCP_RP2040W-1.2.0.zip", + "archiveFileName": "AsyncTCP_RP2040W-1.2.0.zip", + "size": 66179, + "checksum": "SHA-256:a1a8162648e281b23efd64105d5499164ca422172c7c49833d30cc57e841e771" }, { - "name": "SimpleStepper", + "name": "AsyncWebServer_RP2040W", "version": "1.0.0", - "author": "Luis Llamas", - "maintainer": "Luis Llamas", - "sentence": "Simple library for controlling unipolar and bipolar steppers", - "paragraph": "Simple library for controlling unipolar and bipolar steppers", - "website": "https://github.com/luisllamasbinaburo/Arduino-SimpleStepper", - "category": "Other", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/luisllamasbinaburo/Arduino-SimpleStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/luisllamasbinaburo/SimpleStepper-1.0.0.zip", - "archiveFileName": "SimpleStepper-1.0.0.zip", - "size": 9433, - "checksum": "SHA-256:22154156bfe8d30a5cf56bb356ec9c97a4c79dec46a8c9ecad26010bf1fe6ece" + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.0.0.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.0.0.zip", + "size": 124717, + "checksum": "SHA-256:01df53e76c1a572663c47d07e966da1d689720bd0b8fec8848449e228161cf4b" }, { - "name": "Arduino_TensorFlowLite", - "version": "1.14.0-ALPHA", - "author": "TensorFlow Authors", - "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", - "sentence": "Allows you to run machine learning models locally on your device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://www.tensorflow.org/lite/microcontrollers/overview", - "category": "Data Processing", - "architectures": [], + "name": "AsyncWebServer_RP2040W", + "version": "1.0.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", + "architectures": [ + "rp2040" + ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", "providesIncludes": [ - "TensorFlowLite.h" + "AsyncWebServer_RP2040W.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.14.0-ALPHA.zip", - "archiveFileName": "Arduino_TensorFlowLite-1.14.0-ALPHA.zip", - "size": 851380, - "checksum": "SHA-256:cd9b2f0b381902260ed53770cc10d388117b64d60688767ead2c81a1229830b2" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.0.1.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.0.1.zip", + "size": 306231, + "checksum": "SHA-256:d724fed8fac79cc95fcd11b5a9186e7ac1feff644e90ece8e82f58d539413df1" }, { - "name": "Arduino_TensorFlowLite", - "version": "1.15.0-ALPHA", - "author": "TensorFlow Authors", - "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", - "sentence": "Allows you to run machine learning models locally on your device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://www.tensorflow.org/lite/microcontrollers/overview", - "category": "Data Processing", - "architectures": [], + "name": "AsyncWebServer_RP2040W", + "version": "1.0.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", + "architectures": [ + "rp2040" + ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", "providesIncludes": [ - "TensorFlowLite.h" + "AsyncWebServer_RP2040W.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.15.0-ALPHA.zip", - "archiveFileName": "Arduino_TensorFlowLite-1.15.0-ALPHA.zip", - "size": 848652, - "checksum": "SHA-256:6df12097fd5b36212a820730b68f32927601a777ca51dd47061800b4956410b2" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.0.2.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.0.2.zip", + "size": 305114, + "checksum": "SHA-256:80f7d5b7e58a4c22289ef4eba32899b6526b9d47ba6f9a2c2709f1d7ba479e32" }, { - "name": "Arduino_TensorFlowLite", - "version": "1.15.0-ALPHA-precompiled", - "author": "TensorFlow Authors", - "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", - "sentence": "Allows you to run machine learning models locally on your device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://www.tensorflow.org/lite/microcontrollers/overview", - "category": "Data Processing", - "architectures": [], + "name": "AsyncWebServer_RP2040W", + "version": "1.0.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", + "architectures": [ + "rp2040" + ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", "providesIncludes": [ - "TensorFlowLite.h" + "AsyncWebServer_RP2040W.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.15.0-ALPHA-precompiled.zip", - "archiveFileName": "Arduino_TensorFlowLite-1.15.0-ALPHA-precompiled.zip", - "size": 1017646, - "checksum": "SHA-256:1b1c28cb126b90ef307426478d034b4395b5a24fe3e8dc735996bc077306783f" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.0.3.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.0.3.zip", + "size": 348324, + "checksum": "SHA-256:331d45cb9c4f01686b9bb40f3b12d1939cc536125cec08b706b9ba49d99feeab" }, { - "name": "Arduino_TensorFlowLite", - "version": "2.1.0-ALPHA", - "author": "TensorFlow Authors", - "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", - "sentence": "Allows you to run machine learning models locally on your device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://www.tensorflow.org/lite/microcontrollers/overview", - "category": "Data Processing", - "architectures": [], + "name": "AsyncWebServer_RP2040W", + "version": "1.1.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", + "architectures": [ + "rp2040" + ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", "providesIncludes": [ - "TensorFlowLite.h" + "AsyncWebServer_RP2040W.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-2.1.0-ALPHA.zip", - "archiveFileName": "Arduino_TensorFlowLite-2.1.0-ALPHA.zip", - "size": 1788657, - "checksum": "SHA-256:5b177baf0511d9930332975a6f1d239288d271f8cf5fc9fa9f9cd8bdaa9a904c" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.1.1.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.1.1.zip", + "size": 538613, + "checksum": "SHA-256:ddb91168b065d3b2ded02cdad3bc57ee4a38574b3729ca622b933b9de4e88b92" }, { - "name": "Arduino_TensorFlowLite", - "version": "2.1.0-ALPHA-precompiled", - "author": "TensorFlow Authors", - "maintainer": "Pete Warden \u003cpetewarden@google.com\u003e", - "sentence": "Allows you to run machine learning models locally on your device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://www.tensorflow.org/lite/microcontrollers/overview", - "category": "Data Processing", - "architectures": [], + "name": "AsyncWebServer_RP2040W", + "version": "1.1.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", + "architectures": [ + "rp2040" + ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/bcmi-labs/tensorflow_lite_mirror.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", "providesIncludes": [ - "TensorFlowLite.h" + "AsyncWebServer_RP2040W.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-2.1.0-ALPHA-precompiled.zip", - "archiveFileName": "Arduino_TensorFlowLite-2.1.0-ALPHA-precompiled.zip", - "size": 2937340, - "checksum": "SHA-256:075cf52c8e7b0e60c93c78698989a41c816b957d4b3c18da27e94dd1c521224f" + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.1.2.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.1.2.zip", + "size": 649230, + "checksum": "SHA-256:ed9a732729e77f424710df31ae85b20621065d195065a1362c8a07920c3d730e" }, { - "name": "esp32_gamepad", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "connect ESP32 to SteelSeries:Free bluetooth gamepad.", - "paragraph": "Connect your SteelSeries:Free bluetooth gamepad to any ESP32 using RFCOMM. Provides a callback for every change to the controller including disconnect. Allows you to scan for SS devices and returns the bluetooth address of the first controller it finds.", - "website": "https://github.com/bitbank2/esp32_gamepad", - "category": "Device Control", + "name": "AsyncWebServer_RP2040W", + "version": "1.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/esp32_gamepad.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", "providesIncludes": [ - "esp32_gamepad.h" + "AsyncWebServer_RP2040W.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/esp32_gamepad-1.0.0.zip", - "archiveFileName": "esp32_gamepad-1.0.0.zip", - "size": 19347, - "checksum": "SHA-256:fdd47df6b60b632cbf14e490b35dfb97b40bef7b3140c4ea68c169389ffb1be4" + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.1.0.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.1.0.zip", + "size": 537171, + "checksum": "SHA-256:0fed2967e2ab50d967d2ca449d5e009e262f3f1c0ab13828d1bc9f59d1e80e6e" }, { - "name": "esp32_gamepad", - "version": "1.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "connect ESP32 to SteelSeries:Free bluetooth gamepad.", - "paragraph": "Connect your SteelSeries:Free bluetooth gamepad to any ESP32 using RFCOMM. Provides a callback for every change to the controller including disconnect. Allows you to scan for SS devices and returns the bluetooth address of the first controller it finds.", - "website": "https://github.com/bitbank2/esp32_gamepad", - "category": "Device Control", + "name": "AsyncWebServer_RP2040W", + "version": "1.2.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/esp32_gamepad.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", "providesIncludes": [ - "esp32_gamepad.h" + "AsyncWebServer_RP2040W.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/esp32_gamepad-1.0.1.zip", - "archiveFileName": "esp32_gamepad-1.0.1.zip", - "size": 19757, - "checksum": "SHA-256:10178548ee224f8a4f3ee1c0e1d8465207486aad9c5e68f61263f3dc60f4d9ca" + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.2.0.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.2.0.zip", + "size": 744101, + "checksum": "SHA-256:31c5d9a4e66f33f3e70a5823f968fcd3f0ee13436c619dd272eeb03297eb7d87" }, { - "name": "Adafruit LSM303DLH Mag", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", - "category": "Sensors", + "name": "AsyncWebServer_RP2040W", + "version": "1.2.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.0.zip", - "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.0.zip", - "size": 8076, - "checksum": "SHA-256:ab4c0aeac56c42917d5939bf0b50e537553576ee20a9924e23529dd090b1ad7e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.2.1.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.2.1.zip", + "size": 744249, + "checksum": "SHA-256:0479b51d79c3c99d0064d42bc8695dc092df8fc83e6dbed5f051a84ba2198a47" }, { - "name": "Adafruit LSM303DLH Mag", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", - "category": "Sensors", + "name": "AsyncWebServer_RP2040W", + "version": "1.3.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.2.zip", - "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.2.zip", - "size": 9761, - "checksum": "SHA-256:b4960b477c466523c80f524f31b0aac381bd2274a5f61d87f8ccdce7bed655df" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.3.0.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.3.0.zip", + "size": 807518, + "checksum": "SHA-256:2a808636447e74d2bc3fb281632146ad4c2792264139c503c8476ebc08c83d18" }, { - "name": "Adafruit LSM303DLH Mag", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", - "category": "Sensors", + "name": "AsyncWebServer_RP2040W", + "version": "1.3.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.3.zip", - "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.3.zip", - "size": 9760, - "checksum": "SHA-256:b33985ac6b02f410f9848e7745f088a83d2751a5f9310eaa56ecfaa6f8db2c69" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.3.1.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.3.1.zip", + "size": 885162, + "checksum": "SHA-256:be57070317375e6fe8a6a01e49f8546278f3b3f6d9c4644d4265f4db05fd17a9" }, { - "name": "Adafruit LSM303DLH Mag", - "version": "1.0.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", - "category": "Sensors", + "name": "AsyncWebServer_RP2040W", + "version": "1.4.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h", + "AsyncFSEditor_RP2040W.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.4.zip", - "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.4.zip", - "size": 299263, - "checksum": "SHA-256:9377f232958dfd7ae31126f00a8626b8cb3523b72cc43c51013f06b222570bd7" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.4.0.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.4.0.zip", + "size": 1124102, + "checksum": "SHA-256:96e69b0a4aeee4ca6585868e32a514a2aee96bbd64ec55f7e0ce6c0166697b31" }, { - "name": "Adafruit LSM303DLH Mag", - "version": "1.0.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", - "category": "Sensors", + "name": "AsyncWebServer_RP2040W", + "version": "1.4.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code, support using CString to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h", + "AsyncFSEditor_RP2040W.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.5.zip", - "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.5.zip", - "size": 299320, - "checksum": "SHA-256:1b833cfcc7aeb41d1d63617693a9990bd8036d26fbf76afc4ef1764e65427fe9" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.4.1.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.4.1.zip", + "size": 1209487, + "checksum": "SHA-256:730c67a86362fbc5d73a224f4d3ddabc4035bd3760b856e2befa43660d99bb10" }, { - "name": "Adafruit LSM303DLH Mag", - "version": "1.0.6", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", - "category": "Sensors", + "name": "AsyncWebServer_RP2040W", + "version": "1.4.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code, support using CString to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h", + "AsyncFSEditor_RP2040W.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "AsyncTCP_RP2040W" }, { - "name": "Adafruit BusIO" + "name": "AsyncMQTT_Generic" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.6.zip", - "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.6.zip", - "size": 303685, - "checksum": "SHA-256:a03ccc8f21b7ded1c3ea1f3bcbd5514cb3e7fa80def4e7dcec7f52a97af4b41c" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.4.2.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.4.2.zip", + "size": 1297924, + "checksum": "SHA-256:22556e73888bee4d832e09c2c7375a004cb3eb86b8af86a63d880b6577c497e2" }, { - "name": "Adafruit LSM303DLH Mag", - "version": "1.0.7", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag", - "category": "Sensors", + "name": "AsyncWebServer_RP2040W", + "version": "1.5.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code, support using CString to save heap to send very large data and examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303DLH_Mag.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_RP2040W.git", + "providesIncludes": [ + "AsyncWebServer_RP2040W.h", + "AsyncFSEditor_RP2040W.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "AsyncTCP_RP2040W" }, { - "name": "Adafruit BusIO" + "name": "AsyncMQTT_Generic" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303DLH_Mag-1.0.7.zip", - "archiveFileName": "Adafruit_LSM303DLH_Mag-1.0.7.zip", - "size": 303439, - "checksum": "SHA-256:8fe589bdbfa874d050a9f992f27fbbfde5f4c15b932e41d01048ecdc32af4185" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_RP2040W-1.5.0.zip", + "archiveFileName": "AsyncWebServer_RP2040W-1.5.0.zip", + "size": 1294500, + "checksum": "SHA-256:eed03901e312abed70a7c615a58d56146424e4f5defa971c994d25a9f5d7f23d" }, { - "name": "Adafruit LSM303 Accel", + "name": "AsyncHTTPRequest_RP2040W", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", - "category": "Sensors", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.0.0.zip", - "archiveFileName": "Adafruit_LSM303_Accel-1.0.0.zip", - "size": 9266, - "checksum": "SHA-256:33e18b03fe5ccd71a9a4e7fdbd6185b7b56334ef90e6da443cd5e75e53920aff" + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.0.0.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.0.0.zip", + "size": 212143, + "checksum": "SHA-256:9e24e0fcb92612f8d6b840943502369d8ed2a569c444e1d02eb6981b2433813a" }, { - "name": "Adafruit LSM303 Accel", + "name": "AsyncHTTPRequest_RP2040W", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", - "category": "Sensors", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.0.1.zip", - "archiveFileName": "Adafruit_LSM303_Accel-1.0.1.zip", - "size": 9241, - "checksum": "SHA-256:137e8c910100f5eb110ff71dfc621241156980b238fd8dfae8399d6b7c75ea5e" + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.0.1.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.0.1.zip", + "size": 210815, + "checksum": "SHA-256:fa71a5161e016f6028d2e332a2c269ff8d6b1ec675f4f1fc6cb0187fe528a350" }, { - "name": "Adafruit LSM303 Accel", + "name": "AsyncHTTPRequest_RP2040W", "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", - "category": "Sensors", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.0.zip", - "archiveFileName": "Adafruit_LSM303_Accel-1.1.0.zip", - "size": 9378, - "checksum": "SHA-256:ace5b07fd9c6def2dcc519efc460adc1663bd346f6708657d353c9c588108a98" + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.1.0.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.1.0.zip", + "size": 212680, + "checksum": "SHA-256:2531586118102218068a94c8e34945123c88f1d5576227a58442b8ec14f742c9" }, { - "name": "Adafruit LSM303 Accel", + "name": "AsyncHTTPRequest_RP2040W", "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", - "category": "Sensors", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.1.zip", - "archiveFileName": "Adafruit_LSM303_Accel-1.1.1.zip", - "size": 9448, - "checksum": "SHA-256:ee8c52f866bd9f9b6dacccfe296a0648beb8ea6e4a6a9906ee0caaae4d032278" + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.1.1.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.1.1.zip", + "size": 212848, + "checksum": "SHA-256:90747f5517c7f20d0e9cecc33889fb2abc86f5ebd24bfbd07e0f9ee5bb519c92" }, { - "name": "Adafruit LSM303 Accel", - "version": "1.1.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", - "category": "Sensors", + "name": "AsyncHTTPRequest_RP2040W", + "version": "1.2.0", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.2.zip", - "archiveFileName": "Adafruit_LSM303_Accel-1.1.2.zip", - "size": 338624, - "checksum": "SHA-256:429241fef74637e9a1c60da36dc5ce3f2eb90455afe5b8416bf6e6c2c90538b6" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.2.0.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.2.0.zip", + "size": 212412, + "checksum": "SHA-256:9776ce587a678558ce3b4cb770286282ffc029a179ad16307a6cde784d3ab74c" }, { - "name": "Adafruit LSM303 Accel", - "version": "1.1.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", - "category": "Sensors", + "name": "AsyncHTTPRequest_RP2040W", + "version": "1.2.1", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.3.zip", - "archiveFileName": "Adafruit_LSM303_Accel-1.1.3.zip", - "size": 338681, - "checksum": "SHA-256:432a1c7ffa848bcc601d8ccf0a8ffbab7e94ff634c53ae6459bcaa53214c53b8" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.2.1.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.2.1.zip", + "size": 212617, + "checksum": "SHA-256:1f3607fe256cb18e1301a383359a73a78d3e5aead090b9821eef61a0d796dd51" }, { - "name": "Adafruit LSM303 Accel", - "version": "1.1.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "paragraph": "Unified Accelerometer sensor driver for Adafruit's LSM303 Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303_Accel", - "category": "Sensors", + "name": "AsyncHTTPRequest_RP2040W", + "version": "1.2.2", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303_Accel.git", + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "AsyncTCP_RP2040W" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303_Accel-1.1.4.zip", - "archiveFileName": "Adafruit_LSM303_Accel-1.1.4.zip", - "size": 338486, - "checksum": "SHA-256:bc3df1ad7c988bf01254aa7629210d13da66268a99f2c8c15bf127d1cce0cdfe" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.2.2.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.2.2.zip", + "size": 214686, + "checksum": "SHA-256:554e96c96c8b3dc1bdc6a24ee5a7f15afe1346b9b5ded93d7c15b50a3ca15dca" }, { - "name": "Sensor Communication Library", - "version": "0.1.0", - "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", - "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", - "sentence": "Arduino library for easy sensors data communication", - "paragraph": "This library allow you to send sensors data as a streeam of data in csv format.", - "website": "https://github.com/tcafiero/SensorCommunicationLib", + "name": "AsyncHTTPRequest_RP2040W", + "version": "1.3.0", + "author": "Bob Lemaire,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi.", + "paragraph": "This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W", "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.1.0.zip", - "archiveFileName": "Sensor_Communication_Library-0.1.0.zip", - "size": 193655, - "checksum": "SHA-256:c0f4ee7d599f5b0c7117560b21e5468d5cae5e7c1e70235d5ad95390a112763d" + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W.git", + "providesIncludes": [ + "AsyncHTTPRequest_RP2040W.h", + "AsyncHTTPRequest_RP2040W.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_RP2040W" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_RP2040W-1.3.0.zip", + "archiveFileName": "AsyncHTTPRequest_RP2040W-1.3.0.zip", + "size": 215386, + "checksum": "SHA-256:3ee1292d1fc547e1f266f75cfd99b63dfa55b69a6bf23c7886be088c8a8c32f7" }, { - "name": "Sensor Communication Library", - "version": "0.2.0", - "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", - "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", - "sentence": "Arduino library for easy sensors data communication", - "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", - "website": "https://github.com/tcafiero/SensorCommunicationLib", - "category": "Communication", + "name": "FixedString", + "version": "0.1.1", + "author": "Fatlab Software", + "maintainer": "John Curtis \u003cjohn.fatlab@gmail.com\u003e", + "sentence": "A stack based fixed string class", + "paragraph": "Can be used as a drop-in replacement for String for smaller string or replace raw fixed string buffers.", + "website": "https://github.com/fatlab101/FixedString", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.2.0.zip", - "archiveFileName": "Sensor_Communication_Library-0.2.0.zip", - "size": 451225, - "checksum": "SHA-256:5af6228703afe248f0e946adc56ff17d4b4627e36c8d9b607cd5498b14ffea66" + "repository": "https://github.com/fatlab101/FixedString.git", + "providesIncludes": [ + "FixedString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fatlab101/FixedString-0.1.1.zip", + "archiveFileName": "FixedString-0.1.1.zip", + "size": 21060, + "checksum": "SHA-256:fe91039557c022e469ef24d9f233634e15808ec01c12810ff93ad5a83e181fa7" }, { - "name": "Sensor Communication Library", - "version": "0.3.0", - "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", - "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", - "sentence": "Arduino library for easy sensors data communication", - "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", - "website": "https://github.com/tcafiero/SensorCommunicationLib", - "category": "Communication", + "name": "youkey_stepper", + "version": "1.0.0", + "author": "Yuki MIYAKOSHI", + "maintainer": "Yuki MIYAKOSHI \u003cinfo@yuki-miyakoshi.jp\u003e", + "sentence": "This is a library dedicated to stepper motors for Arduino and microcontrollers.", + "paragraph": "The excitation system of multiple stepper motors can be easily changed even during operation, and the direction of rotation of each can also be adjusted.", + "website": "https://github.com/yuki-miyakoshi/youkey_stepper", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.3.0.zip", - "archiveFileName": "Sensor_Communication_Library-0.3.0.zip", - "size": 457905, - "checksum": "SHA-256:4b01a4d042dc2c3218dd0ee381fa12e095eca9dda9817c8d68df2eabb7a26585" + "repository": "https://github.com/yuki-miyakoshi/youkey_stepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yuki-miyakoshi/youkey_stepper-1.0.0.zip", + "archiveFileName": "youkey_stepper-1.0.0.zip", + "size": 5746, + "checksum": "SHA-256:6e2380eec4dba555c0feafc769954c8d9a911cc792e668819e21c15477e9610e" }, { - "name": "Sensor Communication Library", - "version": "0.4.0", - "author": "IoThingsWare \u003chttp://www.iothingsware.com\u003e", - "maintainer": "Toni Cafiero \u003ctcafiero@iothingsware.com\u003e", - "sentence": "Arduino library for easy sensors data communication", - "paragraph": "This library allow you to send filtered (mobile average) sensors data as a streeam of data in csv format.", - "website": "https://github.com/tcafiero/SensorCommunicationLib", + "name": "AsyncUDP_RP2040W", + "version": "1.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "paragraph": "This library is the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, AsyncDNSServer_RP2040W", + "website": "https://github.com/khoih-prog/AsyncUDP_RP2040W", "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/tcafiero/SensorCommunicationLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tcafiero/Sensor_Communication_Library-0.4.0.zip", - "archiveFileName": "Sensor_Communication_Library-0.4.0.zip", - "size": 404762, - "checksum": "SHA-256:ee9258330214e5d410ce3d1bcf3966394362162ff2324ab6f5a040bb188223c6" + "repository": "https://github.com/khoih-prog/AsyncUDP_RP2040W.git", + "providesIncludes": [ + "AsyncUDP_RP2040W.h", + "AsyncUDP_RP2040W.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_RP2040W-1.0.0.zip", + "archiveFileName": "AsyncUDP_RP2040W-1.0.0.zip", + "size": 186827, + "checksum": "SHA-256:89c740d521dae2d2839e11650e1206adaeea19ec1749f0873c46f1bbb7508748" }, { - "name": "KnockPatternDetector", + "name": "AsyncDNSServer_RP2040W", "version": "1.0.0", - "author": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", - "maintainer": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", - "sentence": "Can record, save and detect knock patterns in an asynchronous way with many settings.", - "paragraph": "You are able to use every sensor (button, microphone). You can record parallel knocks on different sensors.", - "website": "https://github.com/codinghusi/ArduinoKnockPatternDetector", - "category": "Other", - "architectures": [], + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W", + "website": "https://github.com/khoih-prog/AsyncDNSServer_RP2040W", + "category": "Communication", + "architectures": [ + "rp2040" + ], "types": [ "Contributed" ], - "repository": "https://github.com/codinghusi/ArduinoKnockPatternDetector.git", + "repository": "https://github.com/khoih-prog/AsyncDNSServer_RP2040W.git", "providesIncludes": [ - "KnockPatternDetector.h" + "AsyncDNSServer_RP2040W.h", + "AsyncDNSServer_RP2040W.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/codinghusi/KnockPatternDetector-1.0.0.zip", - "archiveFileName": "KnockPatternDetector-1.0.0.zip", - "size": 19611, - "checksum": "SHA-256:67c393b2d16eb3b8326df6dc1d7ad8cd68d12d68044a9a5512ffa22c05b82c13" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_RP2040W-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_RP2040W-1.0.0.zip", + "size": 189169, + "checksum": "SHA-256:469e9bd3400a57bcb02edf38eee096369242b9c17ca7a3754300050b1d086d7b" }, { - "name": "KnockPatternDetector", - "version": "1.0.1", - "author": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", - "maintainer": "Gerrit Weiermann \u003cgerrit.weiermann@gmx.de\u003e", - "sentence": "Can record, save and detect knock patterns in an asynchronous way with many settings.", - "paragraph": "You are able to use every sensor (button, microphone). You can record parallel knocks on different sensors.", - "website": "https://github.com/codinghusi/ArduinoKnockPatternDetector", - "category": "Other", - "architectures": [], + "name": "JTAG_Interface", + "version": "1.0.0", + "author": "Florian Zachs as HerrNamenlos123, herrnamenlos123@gmail.com", + "maintainer": "Florian Zachs as HerrNamenlos123, herrnamenlos123@gmail.com", + "sentence": "Library for establishing a live JTAG communication between the MCU and FPGA of the Arduino Mkr Vidor 4000.", + "paragraph": "This library also handles uploading the FPGA bitstream, generated from Intel Quartus. Basically, this is all you need for developing custom FPGA bitstreams for the Arduino MKR Vidor 4000.", + "website": "https://github.com/HerrNamenlos123/JTAG_Interface", + "category": "Device Control", + "architectures": [ + "samd" + ], "types": [ "Contributed" ], - "repository": "https://github.com/codinghusi/ArduinoKnockPatternDetector.git", - "providesIncludes": [ - "KnockPatternDetector.h" - ], - "dependencies": [ - { - "name": "ArduinoSTL" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/codinghusi/KnockPatternDetector-1.0.1.zip", - "archiveFileName": "KnockPatternDetector-1.0.1.zip", - "size": 19852, - "checksum": "SHA-256:6e15cb58de9c8bbb73cbd20af2fb6e05f5b545f134be7f519f8d86701ab0dacb" + "repository": "https://github.com/HerrNamenlos123/JTAG_Interface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HerrNamenlos123/JTAG_Interface-1.0.0.zip", + "archiveFileName": "JTAG_Interface-1.0.0.zip", + "size": 378833, + "checksum": "SHA-256:cf339f8d0aa9753cee5f46d9be10016db9881c149969e981863cc5f4ecebfbf3" }, { - "name": "Winbond W25N", - "version": "0.1.0", - "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", - "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", - "sentence": "Library for use with the Winbond W25N series SPI Flash ICs", - "paragraph": "Library for use with the Winbond W25N series SPI Flash ICs", - "website": "https://github.com/squaresausage/WinbondW25N", - "category": "Data Storage", + "name": "DiodeIoT_SI-1104", + "version": "1.0.0", + "author": "Diode IoT Inc. \u003cinfo@diodeiot.com\u003e", + "maintainer": "Kadir Sevil \u003ckadir.sevil@diodeiot.com\u003e", + "sentence": "SI-1104 library for Espressif MCUs", + "paragraph": "SI-1104 library for Espressif MCUs", + "website": "https://github.com/diodeiot/DiodeIoT_SI-1104", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/squaresausage/WinbondW25N.git", - "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.1.0.zip", - "archiveFileName": "Winbond_W25N-0.1.0.zip", - "size": 5707, - "checksum": "SHA-256:8acbf2c4f549156b832abc1e19f24ccdebe3fe052c59e5e31fd297469d88cf0c" + "repository": "https://github.com/diodeiot/DiodeIoT_SI-1104.git", + "url": "https://downloads.arduino.cc/libraries/github.com/diodeiot/DiodeIoT_SI_1104-1.0.0.zip", + "archiveFileName": "DiodeIoT_SI_1104-1.0.0.zip", + "size": 15912, + "checksum": "SHA-256:476ba65df4311a988eac729ae8027d3e865e75e33556ee9f269cd2a56deb90da" }, { - "name": "Winbond W25N", - "version": "0.1.2", - "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", - "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", - "sentence": "Library for use with the Winbond W25N series SPI Flash ICs", - "paragraph": "Library for use with the Winbond W25N series SPI Flash ICs", - "website": "https://github.com/squaresausage/WinbondW25N", - "category": "Data Storage", + "name": "DiodeIoT_SI-1108", + "version": "1.0.0", + "author": "Diode IoT Inc. \u003cinfo@diodeiot.com\u003e", + "maintainer": "Kadir Sevil \u003ckadir.sevil@diodeiot.com\u003e", + "sentence": "SI-1108 library for Espressif MCUs", + "paragraph": "SI-1108 library for Espressif MCUs", + "website": "https://github.com/diodeiot/DiodeIoT_SI-1108", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/squaresausage/WinbondW25N.git", - "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.1.2.zip", - "archiveFileName": "Winbond_W25N-0.1.2.zip", - "size": 7588, - "checksum": "SHA-256:4b0282c7e57969871ef8ae7a7972e6cac1ad4e52b008ad3c23b2930159090a29" + "repository": "https://github.com/diodeiot/DiodeIoT_SI-1108.git", + "url": "https://downloads.arduino.cc/libraries/github.com/diodeiot/DiodeIoT_SI_1108-1.0.0.zip", + "archiveFileName": "DiodeIoT_SI_1108-1.0.0.zip", + "size": 16103, + "checksum": "SHA-256:14ecabb6768a52053a73a8d5e23c343a7e7f5364c4c2df7bc43f58adcb6808ec" }, { - "name": "Winbond W25N", - "version": "0.2.1", - "author": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", - "maintainer": "Cameron Houston \u003ccameronrsbh+W25N@googlemail.com\u003e", - "sentence": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", - "paragraph": "Library for use with the Winbond W25N and W25M series SPI Flash ICs", - "website": "https://github.com/squaresausage/WinbondW25N", - "category": "Data Storage", + "name": "DiodeIoT_SI-1116", + "version": "1.0.0", + "author": "Diode IoT Inc. \u003cinfo@diodeiot.com\u003e", + "maintainer": "Kadir Sevil \u003ckadir.sevil@diodeiot.com\u003e", + "sentence": "SI-1116 library for Espressif MCUs", + "paragraph": "SI-1116 library for Espressif MCUs", + "website": "https://github.com/diodeiot/DiodeIoT_SI-1116", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/squaresausage/WinbondW25N.git", - "url": "https://downloads.arduino.cc/libraries/github.com/squaresausage/Winbond_W25N-0.2.1.zip", - "archiveFileName": "Winbond_W25N-0.2.1.zip", - "size": 7563, - "checksum": "SHA-256:dfca9092a3ec7fa70e1c2609714a42f621c3d152eabfe048b1b061816e7b0706" + "repository": "https://github.com/diodeiot/DiodeIoT_SI-1116.git", + "url": "https://downloads.arduino.cc/libraries/github.com/diodeiot/DiodeIoT_SI_1116-1.0.0.zip", + "archiveFileName": "DiodeIoT_SI_1116-1.0.0.zip", + "size": 16457, + "checksum": "SHA-256:78e1ef9f4e56431da4742b73d6b148754e5736dd3ab69fd7b5fc527bf45b7d9b" }, { - "name": "elk", + "name": "M5Unit-RELAY", "version": "0.0.1", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack RELAY UNIT", + "paragraph": "See more on https://docs.m5stack.com/en/unit/4relay \u0026 https://docs.m5stack.com/en/unit/2relay \u0026 https://docs.m5stack.com/en/unit/relay", + "website": "https://github.com/m5stack/M5Unit-RELAY", + "category": "Device Control", "architectures": [ - "esp32", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/m5stack/M5Unit-RELAY.git", "providesIncludes": [ - "elk.h" + "Unit_4RELAY.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.1.zip", - "archiveFileName": "elk-0.0.1.zip", - "size": 129843, - "checksum": "SHA-256:a9258f699d04fb98dc7058da10495ca1f5eafc7bb237aa38ab920335254ce1c5" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_RELAY-0.0.1.zip", + "archiveFileName": "M5Unit_RELAY-0.0.1.zip", + "size": 25662, + "checksum": "SHA-256:579c0fc1e0f4b7f8cd1457bdcdb9958faa83a1185f6f441d5e3e2d999bdc762f" }, { - "name": "elk", - "version": "0.0.2", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "EasyUltrasonic", + "version": "1.0.0", + "author": "Spulber George \u003cspbgeorge1@gmail.com\u003e", + "maintainer": "Spulber George \u003cspbgeorge1@gmail.com\u003e", + "sentence": "An Arduino library used to work with ultrasonic sensors in an easy way for measuring distance.", + "paragraph": "Works with the HC-SR04 ultrasonic sensor and the DHT temperature/humidity sensors for getting precise distance values.", + "website": "https://github.com/SpulberGeorge/EasyUltrasonic", + "category": "Sensors", "architectures": [ - "esp32", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/SpulberGeorge/EasyUltrasonic.git", "providesIncludes": [ - "elk.h" + "EasyUltrasonic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.2.zip", - "archiveFileName": "elk-0.0.2.zip", - "size": 135402, - "checksum": "SHA-256:917c954fedd858e4f91aacbca320c73e3e3b2a3eeefc9ce22b39e55b372d4c46" + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit Unified Sensor Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpulberGeorge/EasyUltrasonic-1.0.0.zip", + "archiveFileName": "EasyUltrasonic-1.0.0.zip", + "size": 12888, + "checksum": "SHA-256:789625fc8321f55e27c16ed2e89dd5deafbd79e153391b232911e26eb91224e5" }, { - "name": "elk", - "version": "0.0.3", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "EasyUltrasonic", + "version": "1.0.1", + "author": "Spulber George \u003cspbgeorge1@gmail.com\u003e", + "maintainer": "Spulber George \u003cspbgeorge1@gmail.com\u003e", + "sentence": "An Arduino library used to work with ultrasonic sensors in an easy way for measuring distance.", + "paragraph": "Works with the HC-SR04 ultrasonic sensor and the DHT temperature/humidity sensors for getting precise distance values.", + "website": "https://github.com/SpulberGeorge/EasyUltrasonic", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/SpulberGeorge/EasyUltrasonic.git", "providesIncludes": [ - "elk.h" + "EasyUltrasonic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.3.zip", - "archiveFileName": "elk-0.0.3.zip", - "size": 246426, - "checksum": "SHA-256:eedbf06ebfa0f586c4d1fbcf0c111e979ec042c29cd8547210e36e75551224d5" + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit Unified Sensor Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpulberGeorge/EasyUltrasonic-1.0.1.zip", + "archiveFileName": "EasyUltrasonic-1.0.1.zip", + "size": 12896, + "checksum": "SHA-256:9deed86351a6c6e5455e376b6ebeb28199ccc8c8b85ebfde1df0c8a82aaa565b" }, { - "name": "elk", - "version": "0.0.4", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "EasyUltrasonic", + "version": "1.1.0", + "author": "Spulber George \u003cspbgeorge1@gmail.com\u003e", + "maintainer": "Spulber George \u003cspbgeorge1@gmail.com\u003e", + "sentence": "An Arduino library used to work with ultrasonic sensors in an easy way for measuring distance.", + "paragraph": "Works with the HC-SR04 ultrasonic sensor in the 3 Pin Mode/4 Pin Mode, the Ping ultrasonic sensor in the 3 Pin Mode and the DHT temperature/humidity sensors for getting precise distance values.", + "website": "https://github.com/SpulberGeorge/EasyUltrasonic", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/SpulberGeorge/EasyUltrasonic.git", "providesIncludes": [ - "elk.h" + "EasyUltrasonic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.4.zip", - "archiveFileName": "elk-0.0.4.zip", - "size": 251453, - "checksum": "SHA-256:2d3b41fa878a022fdf16d229ad514e19b84c8befb19322ff2c2a57b57ef92544" + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit Unified Sensor Lib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpulberGeorge/EasyUltrasonic-1.1.0.zip", + "archiveFileName": "EasyUltrasonic-1.1.0.zip", + "size": 18375, + "checksum": "SHA-256:8f6094415055266bb1bc7ff4a71eb435885a78d89fe002c201b553af2a5e8590" }, { - "name": "elk", - "version": "0.0.5", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "EasyUltrasonic", + "version": "1.1.1", + "author": "Spulber George-Marian \u003cspbgeorge1@gmail.com\u003e", + "maintainer": "Spulber George-Marian \u003cspbgeorge1@gmail.com\u003e", + "sentence": "An Arduino library used to work with ultrasonic sensors in an easy way for measuring distance.", + "paragraph": "Works with the HC-SR04 ultrasonic sensor in the 3 Pin Mode/4 Pin Mode, the Ping ultrasonic sensor in the 3 Pin Mode and the DHT temperature/humidity sensors for getting precise distance values.", + "website": "https://github.com/SpulberGeorge/EasyUltrasonic", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/SpulberGeorge/EasyUltrasonic.git", "providesIncludes": [ - "elk.h" + "EasyUltrasonic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.5.zip", - "archiveFileName": "elk-0.0.5.zip", - "size": 241563, - "checksum": "SHA-256:bcb0faa2a48f7525e02dc33e2852449afe556f1b87a3234c2768713ad51bf627" + "dependencies": [ + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit Unified Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpulberGeorge/EasyUltrasonic-1.1.1.zip", + "archiveFileName": "EasyUltrasonic-1.1.1.zip", + "size": 18651, + "checksum": "SHA-256:4fe0687f65dfaa097ec463de3f27ddfe8d0536519f62353c3065fe3e858baaaa" }, { - "name": "elk", - "version": "0.0.6", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "LTR308 library", + "version": "1.0.0", + "author": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "maintainer": "Dan Tudose \u003cdan.s.tudose@gmail.com\u003e", + "sentence": "An Arduino library for the digital light sensor breakout boards containing the Lite-On LTR-308ALS-01 IC", + "paragraph": "An Arduino library for the Lite-On LTR-308ALS-01 IC (ambient light sensor) which communicates over I2C, the sensor conducts specific light ranges from 0.01-157k Lux.", + "website": "https://github.com/dantudose/LTR308.git", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", - "providesIncludes": [ - "elk.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.6.zip", - "archiveFileName": "elk-0.0.6.zip", - "size": 239330, - "checksum": "SHA-256:7e8937aa9f8fb3d3e00e4c2092c53d37d2e919d3cada5daebd62aac9b9a46fb5" + "repository": "https://github.com/dantudose/LTR308.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dantudose/LTR308_library-1.0.0.zip", + "archiveFileName": "LTR308_library-1.0.0.zip", + "size": 883458, + "checksum": "SHA-256:76b58082a831a7b5ac320670fa717284fa5decd8f87ede0726163c4915022958" }, { - "name": "elk", - "version": "0.0.7", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "ELi_McM_4_00", + "version": "1.0.0", + "author": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "maintainer": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "sentence": "A library for using Microcontroller modules of E-LAGORi.", + "paragraph": "Supports ESP32-WROVER-32E dual core SOC.", + "website": "http://e-lagori.com/", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/E-Lagori/ELi_McM_4_00.git", "providesIncludes": [ - "elk.h" + "ELi_McM_4_00.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.7.zip", - "archiveFileName": "elk-0.0.7.zip", - "size": 249588, - "checksum": "SHA-256:b2fb181446d4a0f46c34fac9ec96ddaf4502a5beaad56b5d1ab2779c7ef2486a" + "url": "https://downloads.arduino.cc/libraries/github.com/E-Lagori/ELi_McM_4_00-1.0.0.zip", + "archiveFileName": "ELi_McM_4_00-1.0.0.zip", + "size": 10046, + "checksum": "SHA-256:7fbe6fde899564a3f75c10c825041132968ff720f1e2dcbcaa4187937794bb1c" }, { - "name": "elk", - "version": "0.0.8", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "ELi_McM_4_00", + "version": "1.0.1", + "author": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "maintainer": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "sentence": "A library for using Microcontroller modules of E-LAGORi.", + "paragraph": "Supports ESP32-WROVER-32E dual core SOC.", + "website": "http://e-lagori.com/", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/E-Lagori/ELi_McM_4_00.git", "providesIncludes": [ - "elk.h" + "ELi_McM_4_00.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.8.zip", - "archiveFileName": "elk-0.0.8.zip", - "size": 240520, - "checksum": "SHA-256:83954e1bdbb7256bd9d46c3c9906496761f047ed4034588ac2e8dc19e5a8fd20" + "url": "https://downloads.arduino.cc/libraries/github.com/E-Lagori/ELi_McM_4_00-1.0.1.zip", + "archiveFileName": "ELi_McM_4_00-1.0.1.zip", + "size": 10601, + "checksum": "SHA-256:5ce676236f7ac5d04e0d918bf10af1bb22332f348ba0bbae1b8a70deac88f4a3" }, { - "name": "elk", - "version": "0.0.9", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "ELi_McM_4_00", + "version": "1.0.11", + "author": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "maintainer": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "sentence": "A library for using Microcontroller modules of E-LAGORi.", + "paragraph": "Supports ESP32-WROVER-32E dual core SOC.", + "website": "http://e-lagori.com/", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/E-Lagori/ELi_McM_4_00.git", "providesIncludes": [ - "elk.h" + "ELi_McM_4_00.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.9.zip", - "archiveFileName": "elk-0.0.9.zip", - "size": 258921, - "checksum": "SHA-256:6b9245432902009995cf66818f883aaabf75de4b31a785a6c245ee08381bad13" + "url": "https://downloads.arduino.cc/libraries/github.com/E-Lagori/ELi_McM_4_00-1.0.11.zip", + "archiveFileName": "ELi_McM_4_00-1.0.11.zip", + "size": 10623, + "checksum": "SHA-256:aa332cb6c547636ee9df5c871b087162724dc5687b8dd7d27d4cb92b2fc1a9d8" }, { - "name": "elk", - "version": "0.0.10", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "ELi_McM_4_00", + "version": "1.1.1", + "author": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "maintainer": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "sentence": "A library for using Microcontroller modules of E-LAGORi.", + "paragraph": "Supports ESP32-WROVER-32E dual core SOC.", + "website": "http://e-lagori.com/", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/E-Lagori/ELi_McM_4_00.git", "providesIncludes": [ - "elk.h" + "ELi_McM_4_00.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.10.zip", - "archiveFileName": "elk-0.0.10.zip", - "size": 261518, - "checksum": "SHA-256:a86f128c771d112091394fbf66aa1aa0bb11401602ee67c11e5f3957bbb9eaf8" + "url": "https://downloads.arduino.cc/libraries/github.com/E-Lagori/ELi_McM_4_00-1.1.1.zip", + "archiveFileName": "ELi_McM_4_00-1.1.1.zip", + "size": 11848, + "checksum": "SHA-256:c4f8df422dfe9d98e09e2a6f293cdf2714dd875e27a1b3c351e7be1f22cfa296" }, { - "name": "elk", - "version": "0.0.11", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", + "name": "MyMacros", + "version": "0.3.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library identifies your unique collection of development boards.", + "paragraph": "Give board-specific macros to new or uncommon boards. Code can branch depending on identified defined macros and for different development platforms. MyMacros.h file extends the known list from the Board Identify library.", + "website": "https://github.com/berrak/My_Macros", "category": "Other", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/berrak/MyMacros.git", "providesIncludes": [ - "elk.h" + "MyMacros.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.11.zip", - "archiveFileName": "elk-0.0.11.zip", - "size": 261260, - "checksum": "SHA-256:0cc0a1e4db406e8a5dcffddb3c3a04b561445e36480721dbc20da996d9cad235" + "dependencies": [ + { + "name": "Board Identify" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/MyMacros-0.3.0.zip", + "archiveFileName": "MyMacros-0.3.0.zip", + "size": 21843, + "checksum": "SHA-256:956bd9cb422b5723b08903d7218ca8811a7d66d0e695c372525e4963548ff369" }, { - "name": "elk", - "version": "0.0.12", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", + "name": "MyMacros", + "version": "0.4.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library identifies your unique collection of development boards.", + "paragraph": "Give board-specific macros to new or uncommon boards. Code can branch depending on identified defined macros and for different development platforms. MyMacros.h file extends the known list from the Board Identify library.", + "website": "https://github.com/berrak/MyMacros", "category": "Other", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/berrak/MyMacros.git", "providesIncludes": [ - "elk.h" + "MyMacros.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.12.zip", - "archiveFileName": "elk-0.0.12.zip", - "size": 213882, - "checksum": "SHA-256:f604308f897d0c4d982244ed2e3af02bc0fc8efcb7a62992b773638294b769fd" + "dependencies": [ + { + "name": "Board Identify" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/MyMacros-0.4.0.zip", + "archiveFileName": "MyMacros-0.4.0.zip", + "size": 23003, + "checksum": "SHA-256:222651396b6bab0c556136da4c5ec1623ed5f9b273488dc08eaf8c45e8ebea34" }, { - "name": "elk", - "version": "0.0.13", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", + "name": "MyMacros", + "version": "0.4.1", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library identifies your unique collection of development boards.", + "paragraph": "Give board-specific macros to new or uncommon boards. Code can branch depending on identified defined macros and for different development platforms. MyMacros.h file extends the known list from the Board Identify library.", + "website": "https://github.com/berrak/MyMacros", "category": "Other", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/berrak/MyMacros.git", "providesIncludes": [ - "elk.h" + "MyMacros.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.13.zip", - "archiveFileName": "elk-0.0.13.zip", - "size": 213918, - "checksum": "SHA-256:465b7188aa881c3963b4148c70bb3f05fbe4c8dc047b44b864ab28246deafb9f" + "dependencies": [ + { + "name": "Board Identify" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/MyMacros-0.4.1.zip", + "archiveFileName": "MyMacros-0.4.1.zip", + "size": 22950, + "checksum": "SHA-256:cdba5212aedd468defbb4720ad19c9cc883c53b432d85fcb881f50fac60ecadb" }, { - "name": "elk", - "version": "0.0.14", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", + "name": "MyMacros", + "version": "0.5.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library identifies your unique collection of development boards.", + "paragraph": "Give board-specific macros to new or uncommon boards. Code can branch depending on identified defined macros and for different development platforms. MyMacros.h file extends the known list from the Board Identify library.", + "website": "https://github.com/berrak/MyMacros", "category": "Other", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/berrak/MyMacros.git", "providesIncludes": [ - "elk.h" + "MyMacros.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.14.zip", - "archiveFileName": "elk-0.0.14.zip", - "size": 213959, - "checksum": "SHA-256:39327f672a372d53ce0c123e10b5af9701c485e2baef486272d7c5068667c975" + "dependencies": [ + { + "name": "Board Identify" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/MyMacros-0.5.0.zip", + "archiveFileName": "MyMacros-0.5.0.zip", + "size": 23686, + "checksum": "SHA-256:0d6f3351df6157fa7a014526136b56bc78ba3f39c1ecb9b4d532f2fd69fdffe6" }, { - "name": "elk", - "version": "0.0.15", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", + "name": "MyMacros", + "version": "0.5.1", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library identifies your unique collection of development boards.", + "paragraph": "Give board-specific macros to new or uncommon boards. Code can branch depending on identified defined macros and for different development platforms. MyMacros.h file extends the known list from the Board Identify library.", + "website": "https://github.com/berrak/MyMacros", "category": "Other", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/berrak/MyMacros.git", "providesIncludes": [ - "elk.h" + "MyMacros.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.15.zip", - "archiveFileName": "elk-0.0.15.zip", - "size": 100771, - "checksum": "SHA-256:1c867abf45cf471c3ba371414daabf41716e2a34399a66a69824da0eba6cbea2" + "dependencies": [ + { + "name": "Board Identify" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/MyMacros-0.5.1.zip", + "archiveFileName": "MyMacros-0.5.1.zip", + "size": 23908, + "checksum": "SHA-256:94706a73a9ed4edf80c395ca45eef38b3b25f37f6d3c0877c89afc1dcdb2f1a2" }, { - "name": "elk", - "version": "0.0.16", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", + "name": "MyMacros", + "version": "0.6.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library identifies your unique collection of development boards.", + "paragraph": "Give board-specific macros to new or uncommon boards. Code can branch depending on identified defined macros and for different development platforms. MyMacros.h file extends the known list from the Board Identify library.", + "website": "https://github.com/berrak/MyMacros", "category": "Other", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/berrak/MyMacros.git", "providesIncludes": [ - "elk.h" + "MyMacros.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.16.zip", - "archiveFileName": "elk-0.0.16.zip", - "size": 100758, - "checksum": "SHA-256:6d492d9d83f076b588c331d19a949c011a4bde6541f6a30a5cf8d065e507716d" + "dependencies": [ + { + "name": "Board Identify" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/MyMacros-0.6.0.zip", + "archiveFileName": "MyMacros-0.6.0.zip", + "size": 12535, + "checksum": "SHA-256:32f9c96eaa9f6b4e173d9161f2781f88a9c551b9ae1a4e9ef9e4d6695845491d" }, { - "name": "elk", - "version": "0.0.17", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "WiFiManagerDesign", + "version": "0.0.4", + "author": "Steve Ferrero", + "maintainer": "Steve Ferrero", + "sentence": "Change the design of the WiFiManager.", + "paragraph": "This library change the displaying of the WFiManager", + "website": "https://github.com/ferrerosteve/WiFiManagerDesign.git", + "category": "Communication", "architectures": [ - "esp32", "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/ferrerosteve/WiFiManagerDesign.git", "providesIncludes": [ - "elk.h" + "WiFiManagerDesign.h" + ], + "dependencies": [ + { + "name": "WiFiManager" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.17.zip", - "archiveFileName": "elk-0.0.17.zip", - "size": 99637, - "checksum": "SHA-256:f2004c531cb67f8b8fdddfa855c02128865e4f4b9ca6a6735755a93e81cf22e4" + "url": "https://downloads.arduino.cc/libraries/github.com/ferrerosteve/WiFiManagerDesign-0.0.4.zip", + "archiveFileName": "WiFiManagerDesign-0.0.4.zip", + "size": 6119, + "checksum": "SHA-256:13591173da349cfe1d1d4cdedc384496bb57983c8e2e022ff3efe66311e4600a" }, { - "name": "elk", - "version": "0.0.18", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "DigitSeparator", + "version": "0.1.1", + "author": "XbergCode \u003cxberg88@gmail.com\u003e", + "maintainer": "XbergCode \u003cxberg88@gmail.com\u003e", + "sentence": "Arduino library to separate digit value with marks and returns it as C string.", + "paragraph": "Supports 64 bit integers.", + "website": "https://github.com/XbergCode/DigitSeparator", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/XbergCode/DigitSeparator.git", "providesIncludes": [ - "elk.h" + "DigitSeparator.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.18.zip", - "archiveFileName": "elk-0.0.18.zip", - "size": 102519, - "checksum": "SHA-256:60b64fffbae3f49566e68d5a95691b4b1f6bdb6963c26109438eb6b444f62905" + "url": "https://downloads.arduino.cc/libraries/github.com/XbergCode/DigitSeparator-0.1.1.zip", + "archiveFileName": "DigitSeparator-0.1.1.zip", + "size": 8300, + "checksum": "SHA-256:1fb138ee40288ca3fddb4005c25a6064b9cf06faf87097b04a728f12b6f5f7dc" }, { - "name": "elk", - "version": "0.0.19", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "DigitSeparator", + "version": "0.1.2", + "author": "XbergCode \u003cxberg88@gmail.com\u003e", + "maintainer": "XbergCode \u003cxberg88@gmail.com\u003e", + "sentence": "Arduino library to separate digit value with marks and returns it as C string.", + "paragraph": "Supports 64 bit integers.", + "website": "https://github.com/XbergCode/DigitSeparator", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/XbergCode/DigitSeparator.git", "providesIncludes": [ - "elk.h" + "DigitSeparator.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.19.zip", - "archiveFileName": "elk-0.0.19.zip", - "size": 102737, - "checksum": "SHA-256:c63f67c7f8859e5b32250ba9c2c914c3ae1191d2c54bc89853488535ee35ab63" + "url": "https://downloads.arduino.cc/libraries/github.com/XbergCode/DigitSeparator-0.1.2.zip", + "archiveFileName": "DigitSeparator-0.1.2.zip", + "size": 8653, + "checksum": "SHA-256:60a1201a62977170b2e5840595623cb6f4f54fb9269bea4ac5131cced4df1bd6" }, { - "name": "elk", - "version": "0.0.20", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "ELi_MdM_4_00", + "version": "1.0.0", + "author": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "maintainer": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "sentence": "A library for using motor driver modules of E-LAGORi.", + "paragraph": "Supports 4 single directional, 2 dual directional and 1 stepper motor.", + "website": "https://www.e-lagori.com/product/motor-driver-board/", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/E-Lagori/ELi_MdM_4_00.git", "providesIncludes": [ - "elk.h" + "ELi_MdM_4_00.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.20.zip", - "archiveFileName": "elk-0.0.20.zip", - "size": 103114, - "checksum": "SHA-256:24085a35729de5bf015a7de77c5dcad37a5c87d49ace6306b44ca1af36bab0bd" + "dependencies": [ + { + "name": "ELi_McM_4_00" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/E-Lagori/ELi_MdM_4_00-1.0.0.zip", + "archiveFileName": "ELi_MdM_4_00-1.0.0.zip", + "size": 17486, + "checksum": "SHA-256:33d55df783045b9534f1998ab2717c3a06b77ff609f91da48021b9ff4eab3ccb" }, { - "name": "elk", - "version": "0.0.21", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "ELi_MdM_4_00", + "version": "1.1.0", + "author": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "maintainer": "Anish Bekal \u003canish.bekal@e-lagori.com\u003e", + "sentence": "A library for using motor driver modules of E-LAGORi.", + "paragraph": "Supports 4 single directional, 2 dual directional and 1 stepper motor.", + "website": "https://www.e-lagori.com/product/motor-driver-board/", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/E-Lagori/ELi_MdM_4_00.git", "providesIncludes": [ - "elk.h" + "ELi_MdM_4_00.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.21.zip", - "archiveFileName": "elk-0.0.21.zip", - "size": 103167, - "checksum": "SHA-256:9308eeb0e134417f5e5fe4b4a57dfd5dfd69613557a122911a46b7af0a91e8e1" + "dependencies": [ + { + "name": "ELi_McM_4_00" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/E-Lagori/ELi_MdM_4_00-1.1.0.zip", + "archiveFileName": "ELi_MdM_4_00-1.1.0.zip", + "size": 18413, + "checksum": "SHA-256:c3a7057afe878a8b16bdda4ce6bfab004795fd9399d951066c102e401026522c" }, { - "name": "elk", - "version": "0.0.22", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JavaScript engine for microcontrollers", - "paragraph": "JavaScript engine for microcontrollers", - "website": "https://github.com/cesanta/elk", - "category": "Other", + "name": "M5-LoRaWAN", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for UNIT LoRaWAN", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5-LoRaWAN", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266", - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/elk.git", + "repository": "https://github.com/m5stack/M5-LoRaWAN.git", "providesIncludes": [ - "elk.h" + "M5_LoRaWAN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/elk-0.0.22.zip", - "archiveFileName": "elk-0.0.22.zip", - "size": 103237, - "checksum": "SHA-256:3a8f116511384ecbe5c94d9614771fcf6692aa80448e508e95bf24fde22edc0e" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_LoRaWAN-0.0.1.zip", + "archiveFileName": "M5_LoRaWAN-0.0.1.zip", + "size": 38295, + "checksum": "SHA-256:64ac82335bb5af14a190bc4a31b7a308ee06ef78404054c702d264ccca20b406" }, { - "name": "INA226_asukiaaa", + "name": "Cdrv8833", "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages INA226", - "paragraph": "It can get voltage and current from INA226.", - "website": "https://github.com/asukiaaa/INA226_asukiaaa", - "category": "Sensors", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "ESP32 class for the TI DRV8833 motor driver. Designed for unipolar (DC) motors only (not stepper).", + "paragraph": "An easy to use class for driving DC motors with the Texas Instruments DRV8833 driver. Designed only for ESP32 platform.", + "website": "https://github.com/shurillu/Cdrv8833", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.0.zip", - "archiveFileName": "INA226_asukiaaa-1.0.0.zip", - "size": 3879, - "checksum": "SHA-256:f05f654db9ffe6fc5fc76dd892fa33774782be8c779cc2259dec3d77afdb9b03" + "repository": "https://github.com/shurillu/Cdrv8833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/Cdrv8833-1.0.0.zip", + "archiveFileName": "Cdrv8833-1.0.0.zip", + "size": 354148, + "checksum": "SHA-256:5481c7d97679ce97530a03f84b93e92a11d0a3afc4bf280a2f3482894a375109" }, { - "name": "INA226_asukiaaa", + "name": "Cdrv8833", "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages INA226", - "paragraph": "It can get voltage and current from INA226.", - "website": "https://github.com/asukiaaa/INA226_asukiaaa", - "category": "Sensors", + "author": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "maintainer": "Stefano Ledda \u003cshurillu@tiscalinet.it\u003e", + "sentence": "ESP32 class for the TI DRV8833 motor driver. Designed for unipolar (DC) motors only (not stepper).", + "paragraph": "An easy to use class for driving DC motors with the Texas Instruments DRV8833 driver. Designed only for ESP32 platform.", + "website": "https://github.com/shurillu/Cdrv8833", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.1.zip", - "archiveFileName": "INA226_asukiaaa-1.0.1.zip", - "size": 3989, - "checksum": "SHA-256:90d04e229cf363f788074c26dd67c7b6472725bda25ecd38637031e61adc91ba" + "repository": "https://github.com/shurillu/Cdrv8833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shurillu/Cdrv8833-1.0.1.zip", + "archiveFileName": "Cdrv8833-1.0.1.zip", + "size": 354152, + "checksum": "SHA-256:2d4ba0789f94d3326f27dcb32ee7756d91c8138e89a8759fdd4565c11c67100a" }, { - "name": "INA226_asukiaaa", - "version": "1.0.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages INA226", - "paragraph": "It can get voltage and current from INA226.", - "website": "https://github.com/asukiaaa/INA226_asukiaaa", - "category": "Sensors", + "name": "SWI2C", + "version": "1.0.3", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software (bit-bang) I2C library.", + "paragraph": "Uses Arduino/Energia I/O pin functions and does not use low-level register access, so should be compatible with any HW supported by Arduino/Energia IDE. Not currently compatible with Wire library.", + "website": "https://github.com/Andy4495/SWI2C", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.2.zip", - "archiveFileName": "INA226_asukiaaa-1.0.2.zip", - "size": 4471, - "checksum": "SHA-256:73aa92a1a3cdadca7e070796f3f8c4d6ddcc56bfd34e1564dda9d5ad7572e20f" + "repository": "https://github.com/Andy4495/SWI2C.git", + "providesIncludes": [ + "SWI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.0.3.zip", + "archiveFileName": "SWI2C-1.0.3.zip", + "size": 9166, + "checksum": "SHA-256:060e59d0b64ec353984038e1763d3db27b70579e04f494e15f8213d49df65c50" }, { - "name": "INA226_asukiaaa", - "version": "1.0.3", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages INA226", - "paragraph": "It can get voltage and current from INA226.", - "website": "https://github.com/asukiaaa/INA226_asukiaaa", - "category": "Sensors", + "name": "SWI2C", + "version": "1.0.4", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software (bit-bang) I2C library.", + "paragraph": "Uses Arduino/Energia I/O pin functions and does not use low-level register access, so should be compatible with any HW supported by Arduino/Energia IDE. Not currently compatible with Wire library.", + "website": "https://github.com/Andy4495/SWI2C", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.0.3.zip", - "archiveFileName": "INA226_asukiaaa-1.0.3.zip", - "size": 4524, - "checksum": "SHA-256:857648248068ef34a34f9cabb256458e45dd3122e0a3ea061eb253814580457d" + "repository": "https://github.com/Andy4495/SWI2C.git", + "providesIncludes": [ + "SWI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.0.4.zip", + "archiveFileName": "SWI2C-1.0.4.zip", + "size": 9154, + "checksum": "SHA-256:3d8c52cb4bf56bdf86220ea1f686f1e3e41ea8bb986d9033030abdeb3a3ac7e2" }, { - "name": "INA226_asukiaaa", - "version": "1.1.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages INA226", - "paragraph": "It can get voltage and current from INA226.", - "website": "https://github.com/asukiaaa/INA226_asukiaaa", - "category": "Sensors", + "name": "SWI2C", + "version": "1.0.5", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software (bit-bang) I2C library.", + "paragraph": "Uses Arduino/Energia I/O pin functions and does not use low-level register access, so should be compatible with any HW supported by Arduino/Energia IDE. Not currently compatible with Wire library.", + "website": "https://github.com/Andy4495/SWI2C", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.0.zip", - "archiveFileName": "INA226_asukiaaa-1.1.0.zip", - "size": 4523, - "checksum": "SHA-256:57113e3aa3d231049228e63184e205b106e63babd24c5502b83d22badf69630d" + "repository": "https://github.com/Andy4495/SWI2C.git", + "providesIncludes": [ + "SWI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.0.5.zip", + "archiveFileName": "SWI2C-1.0.5.zip", + "size": 9161, + "checksum": "SHA-256:de9a6b3b60bd7a8774a6739c19c8023959dcaa5981f0e753f4798aacede60884" }, { - "name": "INA226_asukiaaa", - "version": "1.1.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages INA226", - "paragraph": "It can get voltage and current from INA226.", - "website": "https://github.com/asukiaaa/INA226_asukiaaa", - "category": "Sensors", + "name": "SWI2C", + "version": "1.0.6", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software (bit-bang) I2C library.", + "paragraph": "Uses Arduino/Energia I/O pin functions and does not use low-level register access, so should be compatible with any HW supported by Arduino/Energia IDE. Not currently compatible with Wire library.", + "website": "https://github.com/Andy4495/SWI2C", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.1.zip", - "archiveFileName": "INA226_asukiaaa-1.1.1.zip", - "size": 4620, - "checksum": "SHA-256:c6fa02f814010dac357e17eeb59ae66487753bd79c881f43939955ca8bceb1ce" + "repository": "https://github.com/Andy4495/SWI2C.git", + "providesIncludes": [ + "SWI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.0.6.zip", + "archiveFileName": "SWI2C-1.0.6.zip", + "size": 9613, + "checksum": "SHA-256:53e2d5cf7f341ff2d821a9e8c48adb4f46ded988af91b49e7a2878d363a038ff" }, { - "name": "INA226_asukiaaa", - "version": "1.1.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages INA226", - "paragraph": "It can get voltage and current from INA226.", - "website": "https://github.com/asukiaaa/INA226_asukiaaa", - "category": "Sensors", + "name": "SWI2C", + "version": "1.0.7", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software (bit-bang) I2C library.", + "paragraph": "Uses Arduino/Energia I/O pin functions and does not use low-level register access, so should be compatible with any HW supported by Arduino/Energia IDE. Not currently compatible with Wire library.", + "website": "https://github.com/Andy4495/SWI2C", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/INA226_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/INA226_asukiaaa-1.1.2.zip", - "archiveFileName": "INA226_asukiaaa-1.1.2.zip", - "size": 4622, - "checksum": "SHA-256:f2261d7f14a3d44c7d0d11f2c6cddc9d3d8192165c6c315f2378927689c722d1" + "repository": "https://github.com/Andy4495/SWI2C.git", + "providesIncludes": [ + "SWI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.0.7.zip", + "archiveFileName": "SWI2C-1.0.7.zip", + "size": 9929, + "checksum": "SHA-256:d27b9a9f017861488de02402e3a06c77b1e304de51ce56394e8d55c88cec1dc7" }, { - "name": "LibPrintf", - "version": "1.0.0", - "author": "Embedded Artistry", - "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", - "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", - "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", - "website": "https://github.com/embeddedartistry/arduino-printf", + "name": "SWI2C", + "version": "1.0.8", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software (bit-bang) I2C library.", + "paragraph": "Uses Arduino/Energia I/O pin functions and does not use low-level register access, so should be compatible with any HW supported by Arduino/Energia IDE. Not currently compatible with Wire library.", + "website": "https://github.com/Andy4495/SWI2C", "category": "Communication", "architectures": [ "*" @@ -280004,23 +735074,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "repository": "https://github.com/Andy4495/SWI2C.git", "providesIncludes": [ - "LibPrintf.h" + "SWI2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.0.0.zip", - "archiveFileName": "LibPrintf-1.0.0.zip", - "size": 17019, - "checksum": "SHA-256:9a6a2592f08427459874f3009bb0e87ec70c3e21eacd59edbc8c6d349145cb80" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.0.8.zip", + "archiveFileName": "SWI2C-1.0.8.zip", + "size": 9917, + "checksum": "SHA-256:c572f1b00159971fcfce85f3a5d155030335281b6715fac27e73d5f30a182097" }, { - "name": "LibPrintf", - "version": "1.0.1", - "author": "Embedded Artistry", - "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", - "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", - "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", - "website": "https://github.com/embeddedartistry/arduino-printf", + "name": "SWI2C", + "version": "1.0.9", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software (bit-bang) I2C library.", + "paragraph": "Uses Arduino/Energia I/O pin functions and does not use low-level register access, so should be compatible with any HW supported by Arduino/Energia IDE. Not currently compatible with Wire library.", + "website": "https://github.com/Andy4495/SWI2C", "category": "Communication", "architectures": [ "*" @@ -280028,23 +735098,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "repository": "https://github.com/Andy4495/SWI2C.git", "providesIncludes": [ - "LibPrintf.h" + "SWI2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.0.1.zip", - "archiveFileName": "LibPrintf-1.0.1.zip", - "size": 27206, - "checksum": "SHA-256:3d0380cd0351ccf2b7345eb755ad5d852416c54db61324d52503ec05a7412a4b" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.0.9.zip", + "archiveFileName": "SWI2C-1.0.9.zip", + "size": 10753, + "checksum": "SHA-256:a32b28df50be532d5a2cb8cf6689fcc2c0021a54c689285f28288f7fd4854c5a" }, { - "name": "LibPrintf", - "version": "1.1.2", - "author": "Embedded Artistry", - "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", - "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", - "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", - "website": "https://github.com/embeddedartistry/arduino-printf", + "name": "SWI2C", + "version": "1.1.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "Uses Arduino pinMode(), digitalRead(), and digitalWrite() functions and does not use low-level register access. Should be compatible with any HW supported by Arduino or Energia IDE. Simple interface compared to Wire library.", + "website": "https://github.com/Andy4495/SWI2C", "category": "Communication", "architectures": [ "*" @@ -280052,23 +735122,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "repository": "https://github.com/Andy4495/SWI2C.git", "providesIncludes": [ - "LibPrintf.h" + "SWI2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.1.2.zip", - "archiveFileName": "LibPrintf-1.1.2.zip", - "size": 27206, - "checksum": "SHA-256:e5455079b771cbecfd4ac4d1ee5c728f6d834563ba234769c1ad23e30983e0f0" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-1.1.0.zip", + "archiveFileName": "SWI2C-1.1.0.zip", + "size": 14339, + "checksum": "SHA-256:18ee99382caa10b5c2115f795263b2953bc3ca99f160becf36cd184d3a4fc7ac" }, { - "name": "LibPrintf", - "version": "1.1.3", - "author": "Embedded Artistry", - "maintainer": "Embedded Artistry \u003ccontact@embeddedartistry.com\u003e", - "sentence": "Library adding support for the printf family of functions to the Arduino SDK.", - "paragraph": "This library provides support for printf() and other printf-like functions with full format-string support. Default output is to Serial, but can be customized.", - "website": "https://github.com/embeddedartistry/arduino-printf", + "name": "SWI2C", + "version": "2.0.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "Uses Arduino pinMode(), digitalRead(), and digitalWrite() functions and does not use low-level register access. Should be compatible with any HW supported by Arduino or Energia IDE. Simple interface compared to Wire library.", + "website": "https://github.com/Andy4495/SWI2C", "category": "Communication", "architectures": [ "*" @@ -280076,23 +735146,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/embeddedartistry/arduino-printf.git", + "repository": "https://github.com/Andy4495/SWI2C.git", "providesIncludes": [ - "LibPrintf.h" + "SWI2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/embeddedartistry/LibPrintf-1.1.3.zip", - "archiveFileName": "LibPrintf-1.1.3.zip", - "size": 27200, - "checksum": "SHA-256:14d0b0a74edd66116f52a18aa8c735d067c90c257bbdce1ee2488f1d561e340b" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-2.0.0.zip", + "archiveFileName": "SWI2C-2.0.0.zip", + "size": 15452, + "checksum": "SHA-256:ba1f6df2641383cff72b959b7b6b1be2530ef6d175a0b813d7212293f402c307" }, { - "name": "CWW Morse Transmit", - "version": "1.0.0", - "author": "Ralph Iden", - "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", - "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", - "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", - "website": "https://github.com/ridencww/cww_MorseTx", + "name": "SWI2C", + "version": "2.0.1", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "Uses Arduino pinMode(), digitalRead(), and digitalWrite() functions and does not use low-level register access. Should be compatible with any HW supported by Arduino or Energia IDE. Simple interface compared to Wire library.", + "website": "https://github.com/Andy4495/SWI2C", "category": "Communication", "architectures": [ "*" @@ -280100,20 +735170,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ridencww/cww_MorseTx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.0.0.zip", - "archiveFileName": "CWW_Morse_Transmit-1.0.0.zip", - "size": 5354, - "checksum": "SHA-256:b82e6f039d3f4ed50b6b58a42679adca7a0ed5d1661a733f3d40376e29f816f5" + "repository": "https://github.com/Andy4495/SWI2C.git", + "providesIncludes": [ + "SWI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-2.0.1.zip", + "archiveFileName": "SWI2C-2.0.1.zip", + "size": 15637, + "checksum": "SHA-256:61b35bf0fa0217c6c3fc80c06b67df26b739a63c399e07a1db1a42737a609454" }, { - "name": "CWW Morse Transmit", - "version": "1.1.0", - "author": "Ralph Iden", - "maintainer": "Ralph \u003criden@creativewidgetworks.com\u003e", - "sentence": "Send Morse Code on a digital I/O pin with optional audio sidetone.", - "paragraph": "Specify the output and sidetone pins, speed in words per minute, and sidetone audio frequency.", - "website": "https://github.com/ridencww/cww_MorseTx", + "name": "SWI2C", + "version": "2.0.2", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Software I2C library.", + "paragraph": "Uses Arduino pinMode(), digitalRead(), and digitalWrite() functions and does not use low-level register access. Should be compatible with any HW supported by Arduino or Energia IDE. Simple interface compared to Wire library.", + "website": "https://github.com/Andy4495/SWI2C", "category": "Communication", "architectures": [ "*" @@ -280121,4477 +735194,5052 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ridencww/cww_MorseTx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ridencww/CWW_Morse_Transmit-1.1.0.zip", - "archiveFileName": "CWW_Morse_Transmit-1.1.0.zip", - "size": 5789, - "checksum": "SHA-256:3c4681924a4f6830467efcb4ed4b89b3d60666a24757689535421c7213b5dbee" + "repository": "https://github.com/Andy4495/SWI2C.git", + "providesIncludes": [ + "SWI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/SWI2C-2.0.2.zip", + "archiveFileName": "SWI2C-2.0.2.zip", + "size": 15654, + "checksum": "SHA-256:af4877542812498f47e6e43b344663bb44f820b74f54c48c9265c8fb75c026a0" }, { - "name": "efont Unicode Font Data", - "version": "1.0.0", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino Unicode Font libraries.", - "paragraph": "Arduino Unicode Font libraries.", - "website": "https://github.com/tanakamasayuki/efont", - "category": "Display", + "name": "WiFiManager_RP2040W_Lite", + "version": "1.6.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Light-Weight MultiWiFi/Credentials Manager for RP2040W boards using built-in CYW43439 WiFi. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for RP2040W boards, using CYW43439 WiFi. You can also specify DHCP HostName and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_RP2040W_Lite", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/efont.git", + "repository": "https://github.com/khoih-prog/WiFiManager_RP2040W_Lite.git", "providesIncludes": [ - "efont.h" + "WiFiManager_RP2040W_Lite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.0.zip", - "archiveFileName": "efont_Unicode_Font_Data-1.0.0.zip", - "size": 1867562, - "checksum": "SHA-256:49d6e9fcde906d6933800b8023032572e47688ec4f2ce250e6c6df59a44e0c61" + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_RP2040W_Lite-1.6.0.zip", + "archiveFileName": "WiFiManager_RP2040W_Lite-1.6.0.zip", + "size": 457513, + "checksum": "SHA-256:ca33b9bee6b0fceb3d2bb37a52665ac4511d23dc6169630cd96b5b622a7ba268" }, { - "name": "efont Unicode Font Data", - "version": "1.0.1", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino Unicode Font libraries.", - "paragraph": "Arduino Unicode Font libraries.", - "website": "https://github.com/tanakamasayuki/efont", - "category": "Display", + "name": "Adafruit MAX1704X", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MAX17048 battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the MAX17048 battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MAX17048", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/tanakamasayuki/efont.git", - "providesIncludes": [ - "efont.h" + "repository": "https://github.com/adafruit/Adafruit_MAX1704X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.1.zip", - "archiveFileName": "efont_Unicode_Font_Data-1.0.1.zip", - "size": 1867627, - "checksum": "SHA-256:3bcc9bbd3cce3816f4c92f2fce2e5977012816c83e7b1a0505c78a2e2cefe0b5" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX1704X-1.0.0.zip", + "archiveFileName": "Adafruit_MAX1704X-1.0.0.zip", + "size": 12691, + "checksum": "SHA-256:af130de71e2d6db7a7ddb72a51433f58a109fa3a923de71586036f5c066bb79b" }, { - "name": "efont Unicode Font Data", - "version": "1.0.2", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino Unicode Font libraries.", - "paragraph": "Arduino Unicode Font libraries.", - "website": "https://github.com/tanakamasayuki/efont", - "category": "Display", + "name": "Adafruit MAX1704X", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MAX17048 battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the MAX17048 battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MAX1704X", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/tanakamasayuki/efont.git", - "providesIncludes": [ - "efont.h" + "repository": "https://github.com/adafruit/Adafruit_MAX1704X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.2.zip", - "archiveFileName": "efont_Unicode_Font_Data-1.0.2.zip", - "size": 1867764, - "checksum": "SHA-256:11930402f3442e3cb90259244d46f53c4e4c157e740a292e11c60b5e4075417b" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX1704X-1.0.1.zip", + "archiveFileName": "Adafruit_MAX1704X-1.0.1.zip", + "size": 12690, + "checksum": "SHA-256:d8cf8bb8b13836b8c45fc45b8a21ae3cd898cb17e3e27ce7b5d28d2ca962b91b" }, { - "name": "efont Unicode Font Data", - "version": "1.0.3", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino Unicode Font libraries.", - "paragraph": "Arduino Unicode Font libraries.", - "website": "https://github.com/tanakamasayuki/efont", - "category": "Display", + "name": "Adafruit MAX1704X", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MAX17048 battery monitors in the Adafruit shop", + "paragraph": "Arduino library for the MAX17048 battery monitors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MAX1704X", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/tanakamasayuki/efont.git", - "providesIncludes": [ - "efont.h" + "repository": "https://github.com/adafruit/Adafruit_MAX1704X.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.3.zip", - "archiveFileName": "efont_Unicode_Font_Data-1.0.3.zip", - "size": 1869837, - "checksum": "SHA-256:d98cfda8b3208df9d4d95aaf30a41128146a34ed2af1cf0c81cdf540a7b2ff9f" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MAX1704X-1.0.2.zip", + "archiveFileName": "Adafruit_MAX1704X-1.0.2.zip", + "size": 12791, + "checksum": "SHA-256:98f9cf8bcd46954791226eca5e1e4c6bda2495f4c8d24fff6e95c51c9eee25ac" }, { - "name": "efont Unicode Font Data", - "version": "1.0.4", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino Unicode Font libraries.", - "paragraph": "Arduino Unicode Font libraries.", - "website": "https://github.com/tanakamasayuki/efont", - "category": "Display", + "name": "WiFiManager_RP2040W", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "MultiWiFi/Credentials Manager for RP2040W boards using built-in CYW43439 WiFi. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", + "paragraph": "Library to configure MultiWiFi/Credentials at runtime for RP2040W boards, using CYW43439 WiFi. You can also specify DHCP HostName and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library", + "website": "https://github.com/khoih-prog/WiFiManager_RP2040W", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/efont.git", + "repository": "https://github.com/khoih-prog/WiFiManager_RP2040W.git", "providesIncludes": [ - "efont.h" + "WiFiManager_RP2040W.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/efont_Unicode_Font_Data-1.0.4.zip", - "archiveFileName": "efont_Unicode_Font_Data-1.0.4.zip", - "size": 1869900, - "checksum": "SHA-256:d97e6ffeea780ae1a0194130be061b99a2eb862c6570ade410476fc102ae232a" + "dependencies": [ + { + "name": "Functional-Vlpp" + }, + { + "name": "WiFiMulti_Generic" + }, + { + "name": "WiFiWebServer" + }, + { + "name": "DoubleResetDetector_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_RP2040W-1.0.0.zip", + "archiveFileName": "WiFiManager_RP2040W-1.0.0.zip", + "size": 211797, + "checksum": "SHA-256:a5a86fd8a1e3084dc57677af07b1c81398f5b9ae3451a6daa067449b823bab0f" }, { - "name": "Adeon", + "name": "EventSystem", "version": "1.0.0", - "author": "JSC electronics, info@jsc-electronics.cz", - "maintainer": "JSC electronics, info@jsc-electronics.cz", - "license": "Apache-2.0", - "sentence": "An Arduino library for managing phone numbers and received parameters of users.", - "paragraph": "Adeon is an Arduino library for managing phone numbers and received parameters of users. Parameters are received via incoming SMS from authorised (defined users) phone numbers. The library is designed to use with Adeon Android app. As input string the library requires an SMS in Adeon app format. Incoming SMS is secured by hash which guarantees validity of a message. The changing values of parameters provide controlling peripheral devices and modules which are connected to the Arduino based on input string.", - "website": "https://github.com/JSC-electronics/Adeon", - "category": "Device Control", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Event based system that monitor variables and fire event when the variable change.", + "paragraph": "Subscribe variable and whenever value changes fire an event", + "website": "https://github.com/natnqweb/EventSystem.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Adeon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.0.zip", - "archiveFileName": "Adeon-1.0.0.zip", - "size": 70814, - "checksum": "SHA-256:b85d1a8f9b523d1fbafbc35b63d6e608d15d7645dc289cd1bad0896a8c2644b5" + "repository": "https://github.com/natnqweb/EventSystem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventSystem-1.0.0.zip", + "archiveFileName": "EventSystem-1.0.0.zip", + "size": 42656, + "checksum": "SHA-256:f5980d98d1f1ed935ab18134acde6f930cb210f62542d6c282887af9629ee4ab" }, { - "name": "Adeon", - "version": "1.0.1", - "author": "JSC electronics", - "maintainer": "JSC electronics, adeon@jsc-electronics.cz", - "license": "Apache-2.0", - "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", - "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", - "website": "https://github.com/JSC-electronics/Adeon", - "category": "Device Control", + "name": "EventSystem", + "version": "1.1.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Event based system that monitor variables and fire event when the variable change.", + "paragraph": "Subscribe variable and whenever value changes fire an event", + "website": "https://github.com/natnqweb/EventSystem.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Adeon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.1.zip", - "archiveFileName": "Adeon-1.0.1.zip", - "size": 70765, - "checksum": "SHA-256:252b85ae8b560f47c0fffabc7d80e58931dbfbaf25b758e1b28e9b2bffd84dcc" + "repository": "https://github.com/natnqweb/EventSystem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventSystem-1.1.0.zip", + "archiveFileName": "EventSystem-1.1.0.zip", + "size": 43999, + "checksum": "SHA-256:4ae1784a9fd86f26b0e6beb983ffc3f43ffa6f93c7ab4f95efd02768966ce07b" }, { - "name": "Adeon", - "version": "1.0.2", - "author": "JSC electronics", - "maintainer": "JSC electronics, adeon@jsc-electronics.cz", - "license": "Apache-2.0", - "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", - "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", - "website": "https://github.com/JSC-electronics/Adeon", - "category": "Device Control", + "name": "EventSystem", + "version": "1.2.0", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Event based system that monitor variables and fire event when the variable change.", + "paragraph": "Subscribe variable and whenever value changes fire an event", + "website": "https://github.com/natnqweb/EventSystem.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Adeon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.2.zip", - "archiveFileName": "Adeon-1.0.2.zip", - "size": 70726, - "checksum": "SHA-256:966df0974a6d39a35fb0ab7620269873c49a2a1b826748d0335d3825eb1e4dbc" + "repository": "https://github.com/natnqweb/EventSystem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventSystem-1.2.0.zip", + "archiveFileName": "EventSystem-1.2.0.zip", + "size": 46555, + "checksum": "SHA-256:a92116a74c2231b8a0cab3584fa85305a2c40c40fede14c43a52d2333752f652" }, { - "name": "Adeon", - "version": "1.0.4", - "author": "JSC electronics", - "maintainer": "JSC electronics, adeon@jsce.cz", - "license": "Apache-2.0", - "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", - "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", - "website": "https://github.com/JSC-electronics/Adeon", - "category": "Device Control", + "name": "EventSystem", + "version": "1.2.1", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Event based system that monitor variables and fire event when the variable change.", + "paragraph": "Subscribe variable and whenever value changes fire an event", + "website": "https://github.com/natnqweb/EventSystem.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Adeon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.0.4.zip", - "archiveFileName": "Adeon-1.0.4.zip", - "size": 79165, - "checksum": "SHA-256:6d80d3c73c61fa9dd0568c06f515d68172457697dad97c7c615848a68fc18cf6" + "repository": "https://github.com/natnqweb/EventSystem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventSystem-1.2.1.zip", + "archiveFileName": "EventSystem-1.2.1.zip", + "size": 46403, + "checksum": "SHA-256:06d2dce07a682ceca5d8dbd8665cef3cbf6e81500e8fce10db634eafcc554d14" }, { - "name": "Adeon", - "version": "1.1.0", - "author": "JSC electronics", - "maintainer": "JSC electronics, adeon@jsce.cz", - "license": "Apache-2.0", - "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", - "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", - "website": "https://github.com/JSC-electronics/Adeon", - "category": "Device Control", + "name": "EventSystem", + "version": "1.2.2", + "author": "Natan Lisowski", + "maintainer": "Natan Lisowski", + "sentence": "Event based system that monitor variables and fire event when the variable change.", + "paragraph": "Subscribe variable and whenever value changes fire an event", + "website": "https://github.com/natnqweb/EventSystem.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Adeon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.1.0.zip", - "archiveFileName": "Adeon-1.1.0.zip", - "size": 79261, - "checksum": "SHA-256:078386a3a82d6c0ca2e2117c61cd1229736594960b52c020adcb6cd216376a92" + "repository": "https://github.com/natnqweb/EventSystem.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventSystem-1.2.2.zip", + "archiveFileName": "EventSystem-1.2.2.zip", + "size": 43083, + "checksum": "SHA-256:235cd0ac741df080bbe7ea8f070bde2fbd7ed00fbdf22f6c994cbf8d89c6aad2" }, { - "name": "Adeon", - "version": "1.1.1", - "author": "JSC electronics", - "maintainer": "JSC electronics, adeon@jsce.cz", - "license": "Apache-2.0", - "sentence": "Adeon is a software solution for controlling GSM devices (GSM gates, relays, modules etc.) via SMS commands.", - "paragraph": "It consists of two main parts – Adeon mobile app available on Google Play and this library for embedded development kits. Adeon app allows users to create a list of GSM devices with predefined commands. These commands can be sent in form of SMS message to the target GSM device and thus control its behaviour, e.g. switch on / off a relay, open / close a gate, de/activate alarm etc. The library for Arduino provides user an API for receiving commands from the Adeon app.", - "website": "https://github.com/JSC-electronics/Adeon", - "category": "Device Control", + "name": "DIYsplay", + "version": "0.1.0", + "author": "DIYODE Magazine", + "maintainer": "Liam Davies \u003cl.davies@diyodemag.com\u003e", + "sentence": "A beginner-friendly library for DIYsplay.", + "paragraph": "To be used with most mainstream Arduino-compatible boards. This library has been developed to get started with the DIYODE DIYsplay as quickly as possible, with minimal fuss for beginners. It features over 70 pre-loaded screens and is endlessly customizable for every project.", + "website": "https://github.com/MangoBox/DIYsplay", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Adeon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/Adeon-1.1.1.zip", - "archiveFileName": "Adeon-1.1.1.zip", - "size": 79327, - "checksum": "SHA-256:a26136f9f8cd424831cb9bb03c4f176a1b031e64d82af34538bb5cad5f4c714e" + "repository": "https://github.com/DIYODEmag/DIYsplay.git", + "dependencies": [ + { + "name": "MatesController" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DIYODEmag/DIYsplay-0.1.0.zip", + "archiveFileName": "DIYsplay-0.1.0.zip", + "size": 50905, + "checksum": "SHA-256:8e8c2f1a0db40c882cc341f3bc983142a81bbf5bf8a7e8831822b3edf73d686b" }, { - "name": "QDEC", - "version": "1.0.0", - "author": "SimpleHacks", - "maintainer": "SimpleHacks", - "sentence": "State-machine based quadrature decoder.", - "paragraph": "Supports generation of events for full-step or half-step modes, with state-machine resulting in built-in resistance to bouncing. MIT License.", - "website": "https://github.com/SimpleHacks/QDEC", - "category": "Signal Input/Output", + "name": "DIYsplay", + "version": "0.1.1", + "author": "DIYODE Magazine", + "maintainer": "Liam Davies \u003cl.davies@diyodemag.com\u003e", + "sentence": "A beginner-friendly library for DIYsplay.", + "paragraph": "To be used with most mainstream Arduino-compatible boards. This library has been developed to get started with the DIYODE DIYsplay as quickly as possible, with minimal fuss for beginners. It features over 70 pre-loaded screens and is endlessly customizable for every project.", + "website": "https://github.com/DIYODEmag/DIYsplay", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SimpleHacks/QDEC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.0.zip", - "archiveFileName": "QDEC-1.0.0.zip", - "size": 83335, - "checksum": "SHA-256:52ffad5d157139f6cc9ed569c2455f670807e7025bb0c5cb9b058b7ec1f9f746" + "repository": "https://github.com/DIYODEmag/DIYsplay.git", + "dependencies": [ + { + "name": "MatesController" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DIYODEmag/DIYsplay-0.1.1.zip", + "archiveFileName": "DIYsplay-0.1.1.zip", + "size": 798717, + "checksum": "SHA-256:5023dc1fd5db0d2f162a8648c11688956229627c402921230ab4456cf4c73c4d" }, { - "name": "QDEC", - "version": "1.0.1", - "author": "SimpleHacks", - "maintainer": "SimpleHacks", - "sentence": "High-efficiency, state-machine based quadrature decoder.", - "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", - "website": "https://github.com/SimpleHacks/QDEC", - "category": "Signal Input/Output", + "name": "DIYsplay", + "version": "0.1.3", + "author": "DIYODE Magazine", + "maintainer": "Liam Davies \u003cl.davies@diyodemag.com\u003e", + "sentence": "A beginner-friendly library for DIYsplay.", + "paragraph": "To be used with most mainstream Arduino-compatible boards. This library has been developed to get started with the DIYODE DIYsplay as quickly as possible, with minimal fuss for beginners. It features over 70 pre-loaded screens and is endlessly customizable for every project.", + "website": "https://github.com/DIYODEmag/DIYsplay", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SimpleHacks/QDEC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.1.zip", - "archiveFileName": "QDEC-1.0.1.zip", - "size": 83795, - "checksum": "SHA-256:cad957997626cd82b817764e82e7fa0a04a853bab657d6325f7fc69ebb084728" + "repository": "https://github.com/DIYODEmag/DIYsplay.git", + "dependencies": [ + { + "name": "MatesController" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DIYODEmag/DIYsplay-0.1.3.zip", + "archiveFileName": "DIYsplay-0.1.3.zip", + "size": 798735, + "checksum": "SHA-256:9a79fb1803141cb7ad3d5f0f33ea31b04778345dfebf9f3b014c3caf7eb8ee66" }, { - "name": "QDEC", - "version": "1.0.2", - "author": "SimpleHacks", - "maintainer": "SimpleHacks", - "sentence": "High-efficiency, state-machine based quadrature decoder.", - "paragraph": "Counts quadrature pulses from rotary and linear position encoders, and supports generation of events for full-step or half-step modes. State-machine design results in built-in resistance to bouncing. MIT License.", - "website": "https://github.com/SimpleHacks/QDEC", - "category": "Signal Input/Output", + "name": "DIYsplay", + "version": "0.1.5", + "author": "DIYODE Magazine", + "maintainer": "Liam Davies \u003cl.davies@diyodemag.com\u003e", + "sentence": "A beginner-friendly library for DIYsplay.", + "paragraph": "To be used with most mainstream Arduino-compatible boards. This library has been developed to get started with the DIYODE DIYsplay as quickly as possible, with minimal fuss for beginners. It features over 70 pre-loaded screens and is endlessly customizable for every project.", + "website": "https://github.com/DIYODEmag/DIYsplay", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SimpleHacks/QDEC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/QDEC-1.0.2.zip", - "archiveFileName": "QDEC-1.0.2.zip", - "size": 83114, - "checksum": "SHA-256:6f0daf741578bebfefcc612bb6694d3fc8373be469acb06e3441ce1d1ff72f3a" + "repository": "https://github.com/DIYODEmag/DIYsplay.git", + "dependencies": [ + { + "name": "MatesController" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DIYODEmag/DIYsplay-0.1.5.zip", + "archiveFileName": "DIYsplay-0.1.5.zip", + "size": 799244, + "checksum": "SHA-256:180a94a6828a21ec975455f5233208174d49fbc1e68e30719a75a56402467725" }, { - "name": "DU-INO", - "version": "1.0.0", - "author": "Logick Workshop", - "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", - "sentence": "DU-INO base Arduino library.", - "website": "http://logick.ca/du-mdlr/du-ino", - "category": "Other", + "name": "DIYsplay", + "version": "0.1.7", + "author": "DIYODE Magazine", + "maintainer": "Liam Davies \u003cl.davies@diyodemag.com\u003e", + "sentence": "A beginner-friendly library for DIYsplay.", + "paragraph": "To be used with most mainstream Arduino-compatible boards. This library has been developed to get started with the DIYODE DIYsplay as quickly as possible, with minimal fuss for beginners. It features over 70 pre-loaded screens and is endlessly customizable for every project.", + "website": "https://github.com/DIYODEmag/DIYsplay", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/logickworkshop/du-ino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.0.0.zip", - "archiveFileName": "DU_INO-1.0.0.zip", - "size": 57368, - "checksum": "SHA-256:0a12136d5560c4060b25c531582c7e74307a73e730f36fd3e5f302f97966ccc6" + "repository": "https://github.com/DIYODEmag/DIYsplay.git", + "dependencies": [ + { + "name": "MatesController" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DIYODEmag/DIYsplay-0.1.7.zip", + "archiveFileName": "DIYsplay-0.1.7.zip", + "size": 848279, + "checksum": "SHA-256:3a381f80fdcec247395b3bfa44ba894f05601b00a3104f9fbafeda2ef774d3b1" }, { - "name": "DU-INO", - "version": "1.0.1", - "author": "Logick Workshop", - "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", - "sentence": "DU-INO base Arduino library.", - "website": "http://logick.ca/du-mdlr/du-ino", - "category": "Other", + "name": "INA3221", + "version": "0.0.1", + "author": "Tinyu", + "maintainer": "Tinyu \u003cTinyu.Zhao@gmail.com\u003e", + "sentence": "INA3221 Triple-Channel Sensor Driver.", + "paragraph": "INA3221 Triple-Channel Sensor Driver.", + "website": "https://github.com/Tinyu-Zhao/INA3221", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/logickworkshop/du-ino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.0.1.zip", - "archiveFileName": "DU_INO-1.0.1.zip", - "size": 57639, - "checksum": "SHA-256:62d87db663b4a58ba5b51ca30348dd8fb93a733ad0702c896cb56a494444bcb3" + "repository": "https://github.com/Tinyu-Zhao/INA3221.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/INA3221-0.0.1.zip", + "archiveFileName": "INA3221-0.0.1.zip", + "size": 10111, + "checksum": "SHA-256:94082f18205498a90dad9557f88012cd8a8ba3ec8ca2f50b33d1db3240a87f82" }, { - "name": "DU-INO", - "version": "1.1.0", - "author": "Logick Workshop", - "maintainer": "Aaron Mavrinac \u003caaron@logick.ca\u003e", - "sentence": "DU-INO base Arduino library.", - "website": "http://logick.ca/du-mdlr/du-ino", - "category": "Other", + "name": "BME68x Sensor library", + "version": "1.1.40406", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec BME680 and BME688 sensor library", + "website": "https://www.bosch-sensortec.com/software-tools/software/bme688-software/", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/logickworkshop/du-ino.git", - "dependencies": [ - { - "name": "TimerOne" - } + "repository": "https://github.com/BoschSensortec/Bosch-BME68x-Library.git", + "providesIncludes": [ + "bme68xLibrary.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/logickworkshop/DU_INO-1.1.0.zip", - "archiveFileName": "DU_INO-1.1.0.zip", - "size": 59622, - "checksum": "SHA-256:27fe9386c651dc354c742c7df292b1b075cd0154ef38dc8d8e466a9b4eb4ec6b" + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BME68x_Sensor_library-1.1.40406.zip", + "archiveFileName": "BME68x_Sensor_library-1.1.40406.zip", + "size": 45088, + "checksum": "SHA-256:359608402d11485dd617aa0391ad306bd76d2fdf26c39a8234d18c4b37bb76a8" }, { - "name": "Grafici-GFX", - "version": "1.0.0", - "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", - "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", - "sentence": "Data visualization library for Arduino driven displays", - "paragraph": "based/depending on the Adafruit GFX display libraries", - "website": "https://github.com/cattanimarco/Grafici-GFX", - "category": "Display", + "name": "BME68x Sensor library", + "version": "1.1.40407", + "author": "Bosch Sensortec", + "maintainer": "Bosch Sensortec \u003ccontact@bosch-sensortec.com\u003e", + "sentence": "Bosch Sensortec BME680 and BME688 sensor library", + "website": "https://www.bosch-sensortec.com/software-tools/software/bme688-software/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "repository": "https://github.com/BoschSensortec/Bosch-BME68x-Library.git", "providesIncludes": [ - "Grafici.h" + "bme68xLibrary.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-1.0.0.zip", - "archiveFileName": "Grafici_GFX-1.0.0.zip", - "size": 30890, - "checksum": "SHA-256:a9d8966cc9f3458cdb0bcbfeab8d4a77dbc549370561cf72487f090173cd02d5" + "url": "https://downloads.arduino.cc/libraries/github.com/BoschSensortec/BME68x_Sensor_library-1.1.40407.zip", + "archiveFileName": "BME68x_Sensor_library-1.1.40407.zip", + "size": 45085, + "checksum": "SHA-256:cbd48027d23164e78b7eee24fae06b722a54e89b35c456a5d78a3e9bd39e76dc" }, { - "name": "Grafici-GFX", - "version": "2.0.0", - "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", - "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", - "sentence": "Data visualization library for Arduino driven displays", - "paragraph": "based/depending on the Adafruit GFX display libraries", - "website": "https://github.com/cattanimarco/Grafici-GFX", - "category": "Display", + "name": "MicroOsc", + "version": "0.1.1", + "author": "Thomas O Fredericks", + "maintainer": "Thomas O Fredericks", + "sentence": "Simple and lightweight Open Sound Control (OSC) library", + "paragraph": "Simple and lightweight Open Sound Control (OSC) library", + "website": "https://github.com/thomasfredericks/MicroOsc", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "repository": "https://github.com/thomasfredericks/MicroOsc.git", "providesIncludes": [ - "Grafici.h" - ], - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "MicroOsc.h MicroOscUdp.h MicroOscSlip.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-2.0.0.zip", - "archiveFileName": "Grafici_GFX-2.0.0.zip", - "size": 40860, - "checksum": "SHA-256:d3b35f506cdb9a3e8e6b60bb2da21969fe4c1cf1e3fe1d07d660af94bda2d945" + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/MicroOsc-0.1.1.zip", + "archiveFileName": "MicroOsc-0.1.1.zip", + "size": 110092, + "checksum": "SHA-256:13d88ee79a2cd9cef61081564e0664f0796fa3f4e23e376034c6967ccafa1d54" }, { - "name": "Grafici-GFX", - "version": "2.0.2", - "author": "Marco Cattani \u003cm.cattani@gmail.com\u003e", - "maintainer": "Marco Cattani \u003cm.cattani@gmail.com\u003e", - "sentence": "Data visualization library for Arduino driven displays", - "paragraph": "based/depending on the Adafruit GFX display libraries", - "website": "https://github.com/cattanimarco/Grafici-GFX", - "category": "Display", + "name": "MicroOsc", + "version": "0.1.2", + "author": "Thomas O Fredericks", + "maintainer": "Thomas O Fredericks", + "sentence": "Simple and lightweight Open Sound Control (OSC) library", + "paragraph": "This simple and lightweight OSC library provides a unified API to work over UDP (Ethernet or Wifi and SLIP (Serial). It does not hold on to state and error checking is minimal. A few Arduino and application (Pure Data, Max, Node JS) examples are included.", + "website": "https://github.com/thomasfredericks/MicroOsc", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cattanimarco/Grafici-GFX.git", + "repository": "https://github.com/thomasfredericks/MicroOsc.git", "providesIncludes": [ - "Grafici.h" - ], - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ILI9341" - } + "MicroOsc.h MicroOscUdp.h MicroOscSlip.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cattanimarco/Grafici_GFX-2.0.2.zip", - "archiveFileName": "Grafici_GFX-2.0.2.zip", - "size": 40879, - "checksum": "SHA-256:eb9dc9047819a431d053590b1cd4315139ce1066a77c97d17f87f0de45a52975" + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/MicroOsc-0.1.2.zip", + "archiveFileName": "MicroOsc-0.1.2.zip", + "size": 112580, + "checksum": "SHA-256:7b1ca5306c4bceb74ffbfa5cc2bf14641ec9e652bec34f10510a671ce4ed6062" }, { - "name": "SimpleTimer", - "version": "1.0.0", - "author": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", - "maintainer": "Alexander Kiryanenko \u003ckiryanenkoav@gmail.com\u003e", - "sentence": "Simple arduino timer.", - "paragraph": "A simple Arduino library for work with time.", - "website": "https://github.com/kiryanenko/SimpleTimer", - "category": "Timing", + "name": "MicroOsc", + "version": "0.1.3", + "author": "Thomas O Fredericks", + "maintainer": "Thomas O Fredericks", + "sentence": "Simple and lightweight Open Sound Control (OSC) library", + "paragraph": "This simple and lightweight OSC library provides a unified API to work over UDP (Ethernet or Wifi and SLIP (Serial). It does not hold on to state and error checking is minimal. A few Arduino and application (Pure Data, Max, Node JS) examples are included.", + "website": "https://github.com/thomasfredericks/MicroOsc", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kiryanenko/SimpleTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kiryanenko/SimpleTimer-1.0.0.zip", - "archiveFileName": "SimpleTimer-1.0.0.zip", - "size": 4271, - "checksum": "SHA-256:38ad1f4d671f5a85e201bfcfd98fee04a9b5140f766f03c2e61c2a99b1b5f5ec" + "repository": "https://github.com/thomasfredericks/MicroOsc.git", + "providesIncludes": [ + "MicroOsc.h MicroOscUdp.h MicroOscSlip.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/MicroOsc-0.1.3.zip", + "archiveFileName": "MicroOsc-0.1.3.zip", + "size": 217930, + "checksum": "SHA-256:e0de5be02c58e45f15750907ef86c51bea9c2f7e7e1dcf9e50b2bf4537d60ba2" }, { - "name": "ssd1327", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "BitBank SSD1327 128x128 OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Can use I2C, SPI or bit banged I2C on any 2 GPIO pins. Supports 3 font sizes (6x8, 8x8, 16x16), pixel drawing, contrast control and can invert or flip the display 180 degrees. Runs on any hardware supported by Arduino, but was designed with the AVR in mind due to its limited RAM and FLASH space.", - "website": "https://github.com/bitbank2/ssd1327", - "category": "Display", + "name": "MicroOsc", + "version": "0.1.4", + "author": "Thomas O Fredericks", + "maintainer": "Thomas O Fredericks", + "sentence": "Simple and lightweight Open Sound Control (OSC) library", + "paragraph": "This simple and lightweight OSC library provides a unified API to work over UDP (Ethernet or Wifi and SLIP (Serial). It does not hold on to state and error checking is minimal. A few Arduino and application (Pure Data, Max, Node JS) examples are included.", + "website": "https://github.com/thomasfredericks/MicroOsc", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ssd1327.git", + "repository": "https://github.com/thomasfredericks/MicroOsc.git", "providesIncludes": [ - "ssd1327.h" + "MicroOsc.h", + "MicroOscUdp.h", + "MicroOscSlip.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ssd1327-1.0.0.zip", - "archiveFileName": "ssd1327-1.0.0.zip", - "size": 1937681, - "checksum": "SHA-256:fd1c26d4d400a50bf7fb9c0e24361d39603f69d197ce9967418b7fce59efcf1c" + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/MicroOsc-0.1.4.zip", + "archiveFileName": "MicroOsc-0.1.4.zip", + "size": 214179, + "checksum": "SHA-256:7e53910038b49232c51c66e8b53e73ca27cf5ec89ebd3627844a9ad2d4560370" }, { - "name": "ssd1327", - "version": "2.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "BitBank SSD1327+SSD1322 OLED display library.", - "paragraph": "Designed to use as little FLASH and RAM as possible to run on constrained devices such as the ATtiny series. Can use I2C, SPI or bit banged I2C on any 2 GPIO pins. Supports 3 font sizes (6x8, 8x8, 16x16), pixel drawing, contrast control and can invert or flip the display 180 degrees. Runs on any hardware supported by Arduino, but more advanced features require a RAM buffer which does not fit on AVR devices.", - "website": "https://github.com/bitbank2/ssd1327", - "category": "Display", + "name": "MicroOsc", + "version": "0.1.5", + "author": "Thomas O Fredericks", + "maintainer": "Thomas O Fredericks", + "sentence": "Simple and lightweight Open Sound Control (OSC) library", + "paragraph": "This simple and lightweight OSC library provides a unified API to work over UDP (Ethernet or Wifi and SLIP (Serial). It does not hold on to state and error checking is minimal. A few Arduino and application (Pure Data, Max, Node JS) examples are included.", + "website": "https://github.com/thomasfredericks/MicroOsc", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/ssd1327.git", + "repository": "https://github.com/thomasfredericks/MicroOsc.git", "providesIncludes": [ - "ssd1327.h" + "MicroOsc.h", + "MicroOscUdp.h", + "MicroOscSlip.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/ssd1327-2.0.0.zip", - "archiveFileName": "ssd1327-2.0.0.zip", - "size": 1946587, - "checksum": "SHA-256:0308a72323fdc64b3236e38869fb6137d05c6baa83b8166c5a95d305c67b769c" + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/MicroOsc-0.1.5.zip", + "archiveFileName": "MicroOsc-0.1.5.zip", + "size": 214236, + "checksum": "SHA-256:3cdc434e0165f757f7b15e2d7ec0c0807a0a940cd359225a13d031acb16b603b" }, { - "name": "RTCDS1307", - "version": "1.0.0", - "author": "Helder Rodrigues", - "maintainer": "Helder Rodrigues", - "sentence": "Library for rtc 1307", - "paragraph": "RTC DS1307", - "website": "https://github.com/offcircuit/RTCDS1307", - "category": "Timing", + "name": "MicroOsc", + "version": "0.1.6", + "author": "Thomas O Fredericks", + "maintainer": "Thomas O Fredericks", + "sentence": "Simple and lightweight Open Sound Control (OSC) library", + "paragraph": "This simple and lightweight OSC library provides a unified API to work over UDP (Ethernet or Wifi and SLIP (Serial). It does not hold on to state and error checking is minimal. A few Arduino and application (Pure Data, Max, Node JS) examples are included.", + "website": "https://github.com/thomasfredericks/MicroOsc", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/offcircuit/RTCDS1307.git", - "url": "https://downloads.arduino.cc/libraries/github.com/offcircuit/RTCDS1307-1.0.0.zip", - "archiveFileName": "RTCDS1307-1.0.0.zip", - "size": 16391, - "checksum": "SHA-256:9e35c30afebc8bc56a73bab7ef1f463ca90f5e2dd63d945dc04f1325cf35448e" + "repository": "https://github.com/thomasfredericks/MicroOsc.git", + "providesIncludes": [ + "MicroOsc.h", + "MicroOscUdp.h", + "MicroOscSlip.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/MicroOsc-0.1.6.zip", + "archiveFileName": "MicroOsc-0.1.6.zip", + "size": 237677, + "checksum": "SHA-256:7033694f37ad53bb8249a8afe68f303df1ab31f26a661df802a9a9d4e3b66561" }, { - "name": "MD_SN76489", + "name": "ATmega_TimerInterrupt", "version": "1.0.0", - "author": "majicDesigns", - "maintainer": "marco_c \u003c8136821@gmail.com\u003e", - "license": "LGPL-2.1", - "sentence": "Library for SN76489 sound generator.", - "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", - "website": "https://github.com/MajicDesigns/MD_SN76489", - "category": "Signal Input/Output", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ATmega_TimerInterrupt", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/MajicDesigns/MD_SN76489.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.0.0.zip", - "archiveFileName": "MD_SN76489-1.0.0.zip", - "size": 2181996, - "checksum": "SHA-256:d17fe28336458a6ed067f466bead21fb9c98e140e901493e23fd982fbffe9d3d" + "repository": "https://github.com/khoih-prog/ATmega_TimerInterrupt.git", + "providesIncludes": [ + "ATmega_TimerInterrupt.h", + "ATmega_TimerInterrupt.hpp", + "ISR_Timer.h", + "ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATmega_TimerInterrupt-1.0.0.zip", + "archiveFileName": "ATmega_TimerInterrupt-1.0.0.zip", + "size": 73085, + "checksum": "SHA-256:370cfff7bf5f487f2c34e4b0b867ed13b3c0f1a5ee98fac1251c225b186e691d" }, { - "name": "MD_SN76489", + "name": "ATmega_TimerInterrupt", "version": "1.1.0", - "author": "majicDesigns", - "maintainer": "marco_c \u003c8136821@gmail.com\u003e", - "license": "LGPL-2.1", - "sentence": "Library for SN76489 sound generator.", - "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", - "website": "https://github.com/MajicDesigns/MD_SN76489", - "category": "Signal Input/Output", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ATmega_TimerInterrupt", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/MajicDesigns/MD_SN76489.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.1.0.zip", - "archiveFileName": "MD_SN76489-1.1.0.zip", - "size": 2463767, - "checksum": "SHA-256:4f08300827af1570a05c2c6ba4030bf15989a4550598c0b788038c52d1027311" + "repository": "https://github.com/khoih-prog/ATmega_TimerInterrupt.git", + "providesIncludes": [ + "ATmega_TimerInterrupt.h", + "ATmega_TimerInterrupt.hpp", + "ISR_Timer.h", + "ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATmega_TimerInterrupt-1.1.0.zip", + "archiveFileName": "ATmega_TimerInterrupt-1.1.0.zip", + "size": 73464, + "checksum": "SHA-256:a64024bd1e57ec49391ba4025d9b70547550c9c7e933a149fa97d4447d61b226" }, { - "name": "MD_SN76489", + "name": "ATmega_TimerInterrupt", "version": "1.1.1", - "author": "majicDesigns", - "maintainer": "marco_c \u003c8136821@gmail.com\u003e", - "license": "LGPL-2.1", - "sentence": "Library for SN76489 sound generator.", - "paragraph": "Library to implement basic functionality for the SN 76489 sound generator chip", - "website": "https://github.com/MajicDesigns/MD_SN76489", - "category": "Signal Input/Output", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on an AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore", + "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", + "website": "https://github.com/khoih-prog/ATmega_TimerInterrupt", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/MajicDesigns/MD_SN76489.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_SN76489-1.1.1.zip", - "archiveFileName": "MD_SN76489-1.1.1.zip", - "size": 2462576, - "checksum": "SHA-256:a99350ac22d4ccebf1f7f5a442cb86d782ca461b6a83c2ae724d2c7ff73d97a0" + "repository": "https://github.com/khoih-prog/ATmega_TimerInterrupt.git", + "providesIncludes": [ + "ATmega_TimerInterrupt.h", + "ATmega_TimerInterrupt.hpp", + "ISR_Timer.h", + "ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATmega_TimerInterrupt-1.1.1.zip", + "archiveFileName": "ATmega_TimerInterrupt-1.1.1.zip", + "size": 73385, + "checksum": "SHA-256:9a235f20aa02a6046974c620d173c261555a10f446f414f13ad93f1f1bb1f6ee" }, { - "name": "PU2CLR SI4844", - "version": "1.0.1", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER", - "paragraph": "This library is intended to provide an easier interface for controlling the SI4844", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "ATmega_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore, to create and output PWM any GPIO pin", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly", + "website": "https://github.com/khoih-prog/ATmega_Slow_PWM", "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/ATmega_Slow_PWM.git", "providesIncludes": [ - "SI4844.h" + "ATmega_Slow_PWM.h", + "ATmega_Slow_PWM.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.1.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.1.zip", - "size": 7930199, - "checksum": "SHA-256:b50473f6d1592765228b092c2cac1350f542aec3e7ac2bcd8af1fde3ded1e3ec" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATmega_Slow_PWM-1.0.0.zip", + "archiveFileName": "ATmega_Slow_PWM-1.0.0.zip", + "size": 46935, + "checksum": "SHA-256:ec36dd5e05daff3059aaeae066a8af347b87f068503d4fe9a860385855c98758" }, { - "name": "PU2CLR SI4844", - "version": "1.0.2", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER", - "paragraph": "This library is intended to provide an easier interface for controlling the SI4844", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "Dx_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore", + "paragraph": "These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks", + "website": "https://github.com/khoih-prog/Dx_TimerInterrupt", "category": "Device Control", "architectures": [ - "*" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/Dx_TimerInterrupt.git", "providesIncludes": [ - "SI4844.h" + "Dx_TimerInterrupt.h", + "Dx_TimerInterrupt.hpp", + "Dx_ISR_Timer.h", + "Dx_ISR_Timer.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.2.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.2.zip", - "size": 10027352, - "checksum": "SHA-256:52113aef5f4229634c5878160963025a428bae1e074162e37377b2685122dcdc" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_TimerInterrupt-1.0.0.zip", + "archiveFileName": "Dx_TimerInterrupt-1.0.0.zip", + "size": 752141, + "checksum": "SHA-256:dc2e7f2f09c0610ab6010d98d8f2710a7e6bb961c43fc0a16a2c625427380497" }, { - "name": "PU2CLR SI4844", - "version": "1.0.3", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "Dx_TimerInterrupt", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore", + "paragraph": "These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks", + "website": "https://github.com/khoih-prog/Dx_TimerInterrupt", "category": "Device Control", "architectures": [ - "*" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/Dx_TimerInterrupt.git", "providesIncludes": [ - "SI4844.h" + "Dx_TimerInterrupt.h", + "Dx_TimerInterrupt.hpp", + "Dx_ISR_Timer.h", + "Dx_ISR_Timer.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.3.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.3.zip", - "size": 10029950, - "checksum": "SHA-256:463a9ab43b331d979c9d67e220b7456d4e97e0cd1ac512f6ac596c0cd0e36834" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_TimerInterrupt-1.1.0.zip", + "archiveFileName": "Dx_TimerInterrupt-1.1.0.zip", + "size": 813994, + "checksum": "SHA-256:4381704c06b55f27df7be06f3a774685c44be4bd4e8ef954ccc416f110723594" }, { - "name": "PU2CLR SI4844", - "version": "1.0.4", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "Dx_TimerInterrupt", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore", + "paragraph": "These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks", + "website": "https://github.com/khoih-prog/Dx_TimerInterrupt", "category": "Device Control", "architectures": [ - "*" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/Dx_TimerInterrupt.git", "providesIncludes": [ - "SI4844.h" + "Dx_TimerInterrupt.h", + "Dx_TimerInterrupt.hpp", + "Dx_ISR_Timer.h", + "Dx_ISR_Timer.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.4.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.4.zip", - "size": 10031313, - "checksum": "SHA-256:3baf94aaf3b29eda8e83bc8cb103bcf4056af80db635d733460cdc25014954c4" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_TimerInterrupt-1.1.1.zip", + "archiveFileName": "Dx_TimerInterrupt-1.1.1.zip", + "size": 814292, + "checksum": "SHA-256:3463db14d2334fb67db8607c2714a61c3c67f2b1152c724a27a55d1a83c87cae" }, { - "name": "PU2CLR SI4844", - "version": "1.0.5", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "Dx_TimerInterrupt", + "version": "1.1.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore", + "paragraph": "These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks", + "website": "https://github.com/khoih-prog/Dx_TimerInterrupt", "category": "Device Control", "architectures": [ - "*" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/Dx_TimerInterrupt.git", "providesIncludes": [ - "SI4844.h" + "Dx_TimerInterrupt.h", + "Dx_TimerInterrupt.hpp", + "Dx_ISR_Timer.h", + "Dx_ISR_Timer.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.5.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.5.zip", - "size": 11614894, - "checksum": "SHA-256:0697ebabd9b8a4338f05b5a8580f435e86f7b8396654eae10c1c5d8800ab0206" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_TimerInterrupt-1.1.2.zip", + "archiveFileName": "Dx_TimerInterrupt-1.1.2.zip", + "size": 814953, + "checksum": "SHA-256:7f00640e379e16c5787f805cdc51a5359fbbd38cfcb23b0b197fada22fa21b23" }, { - "name": "PU2CLR SI4844", - "version": "1.0.6", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "Dx_TimerInterrupt", + "version": "1.1.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore", + "paragraph": "These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks", + "website": "https://github.com/khoih-prog/Dx_TimerInterrupt", "category": "Device Control", "architectures": [ - "*" + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Dx_TimerInterrupt.git", + "providesIncludes": [ + "Dx_TimerInterrupt.h", + "Dx_TimerInterrupt.hpp", + "Dx_ISR_Timer.h", + "Dx_ISR_Timer.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_TimerInterrupt-1.1.3.zip", + "archiveFileName": "Dx_TimerInterrupt-1.1.3.zip", + "size": 814885, + "checksum": "SHA-256:a6839fd8bf7af90d4a5bc1cb4460332c1fac035237c66f8a00f72a3a8670a454" + }, + { + "name": "Vulintus_ATWINC3400", + "version": "0.1.0", + "author": "David Pruitt", + "maintainer": "David Pruitt (david@vulintus.com)", + "sentence": "WiFi and BLE driver for ATMEL WINC3400 module", + "paragraph": "This library implements a WiFi and BLE driver for the ATMEL WINC3400 module", + "website": "https://github.com/Vulintus/ATWINC3400_Driver_Arduino", + "category": "Communication", + "architectures": [ + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/Vulintus/ATWINC3400_Driver_Arduino.git", "providesIncludes": [ - "SI4844.h" + "Vulintus_WiFi3400.h", + "Vulintus_BLE3400.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.6.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.6.zip", - "size": 11614892, - "checksum": "SHA-256:6a3e8746d764bc60f74e7d68bb812a583c79f4c5f4846861d5c26045aec03d48" + "url": "https://downloads.arduino.cc/libraries/github.com/Vulintus/Vulintus_ATWINC3400-0.1.0.zip", + "archiveFileName": "Vulintus_ATWINC3400-0.1.0.zip", + "size": 394944, + "checksum": "SHA-256:90549c5733ff221c39e4c9134f9de08c69afd5e914cf43b95a476d6063a0cadf" }, { - "name": "PU2CLR SI4844", - "version": "1.0.7", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library is intended to provide an easier interface for controlling the SI4844.", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "Dx_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM any GPIO pin.", + "paragraph": "It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly.", + "website": "https://github.com/khoih-prog/Dx_Slow_PWM", "category": "Device Control", "architectures": [ - "*" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/Dx_Slow_PWM.git", "providesIncludes": [ - "SI4844.h" + "Dx_Slow_PWM.h", + "Dx_Slow_PWM.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.7.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.7.zip", - "size": 11770490, - "checksum": "SHA-256:ced6c9ee65b0ed9943443f892dfe6e0b4d5b4999613f0eb160e0f0465c9c3213" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_Slow_PWM-1.0.0.zip", + "archiveFileName": "Dx_Slow_PWM-1.0.0.zip", + "size": 790432, + "checksum": "SHA-256:4ffbf8a060dd6fff5c6e9db5c7b0015ca8af8d6026da3ac46c7f7ee1d736e1a3" }, { - "name": "PU2CLR SI4844", - "version": "1.0.8", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library is intended to provide an easier interface to control the SI4844.", - "website": "https://github.com/pu2clr/SI4844/tree/master", + "name": "Dx_Slow_PWM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM any GPIO pin.", + "paragraph": "It now supports 64 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly.", + "website": "https://github.com/khoih-prog/Dx_Slow_PWM", "category": "Device Control", "architectures": [ - "*" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/Dx_Slow_PWM.git", "providesIncludes": [ - "SI4844.h" + "Dx_Slow_PWM.h", + "Dx_Slow_PWM.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.8.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.8.zip", - "size": 6950580, - "checksum": "SHA-256:6507ed47155c8e7bd8b2caf6c78e1ee02e6898a7ff80ab93b20b3643e5560f5e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_Slow_PWM-1.0.1.zip", + "archiveFileName": "Dx_Slow_PWM-1.0.1.zip", + "size": 791352, + "checksum": "SHA-256:e1193a67e45bd3a101d385730f2ed0f34e0e8d7c69d74027dae2e9a9d39c9238" }, { - "name": "PU2CLR SI4844", - "version": "1.0.9", - "author": "Ricardo Lima Caratti", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI4844 BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library is intended to provide an easier interface to control the SI4844.", - "website": "https://github.com/pu2clr/SI4844/", + "name": "Dx_Slow_PWM", + "version": "1.0.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM any GPIO pin.", + "paragraph": "It now supports 64 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly.", + "website": "https://github.com/khoih-prog/Dx_Slow_PWM", "category": "Device Control", "architectures": [ - "*" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4844.git", + "repository": "https://github.com/khoih-prog/Dx_Slow_PWM.git", "providesIncludes": [ - "SI4844.h" + "Dx_Slow_PWM.h", + "Dx_Slow_PWM.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4844-1.0.9.zip", - "archiveFileName": "PU2CLR_SI4844-1.0.9.zip", - "size": 7236985, - "checksum": "SHA-256:938067916e2c0599d5fd3520d21816ad9ae0f553604241b91f9eda7758d06f28" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_Slow_PWM-1.0.2.zip", + "archiveFileName": "Dx_Slow_PWM-1.0.2.zip", + "size": 791478, + "checksum": "SHA-256:a385ba63bd2f0840c6764dc6b82a538f177ddf2f70c43ea52e70d957b596e15a" }, { - "name": "Beelan LoRaWAN", + "name": "Dx_Slow_PWM", "version": "1.1.0", - "author": "Beelan", - "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", - "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", - "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", - "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", - "category": "Communication", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM any GPIO pin.", + "paragraph": "It now supports 64 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they are ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That is necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly. Now supporting AVRDD", + "website": "https://github.com/khoih-prog/Dx_Slow_PWM", + "category": "Device Control", "architectures": [ - "avr", - "esp8266", - "samd" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "repository": "https://github.com/khoih-prog/Dx_Slow_PWM.git", "providesIncludes": [ - "lorawan.h" + "Dx_Slow_PWM.h", + "Dx_Slow_PWM.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.1.0.zip", - "archiveFileName": "Beelan_LoRaWAN-1.1.0.zip", - "size": 593146, - "checksum": "SHA-256:c76c334299a60ac5241968c40caf97aea452f6259ab4d30de5f754754c138886" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_Slow_PWM-1.1.0.zip", + "archiveFileName": "Dx_Slow_PWM-1.1.0.zip", + "size": 793173, + "checksum": "SHA-256:811b1a3d98c9b2ef1da37c38df4c05c84f3c5c340a4a44ab33258728bccb7c81" }, { - "name": "Beelan LoRaWAN", - "version": "1.2.0", - "author": "Beelan", - "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", - "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", - "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", - "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", - "category": "Communication", + "name": "RDV GY-512 Library", + "version": "1.0.0", + "author": "Gagan Singh", + "maintainer": "Gagan Singh", + "sentence": "An Arduino library to simplify reading values from the GY-512 gyroscope, accelerometer, and temperature sensor.", + "paragraph": "Shortens code and makes it much more readable. Get raw sensor values or processed data in SI units (m/s^2, degrees, celsius) with simple to use functions!", + "website": "https://github.com/TheSpaceDragon/rdv-gy512", + "category": "Sensors", "architectures": [ - "avr", - "esp8266", - "samd", - "esp32", - "samdlc" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "repository": "https://github.com/TheSpaceDragon/rdv-gy512.git", "providesIncludes": [ - "lorawan.h" + "RDV_GY512.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.2.0.zip", - "archiveFileName": "Beelan_LoRaWAN-1.2.0.zip", - "size": 593659, - "checksum": "SHA-256:2bcad03875fad1b1d50edfd23a40c138eaa610edb06f9562e47cdb9ecbef3408" + "url": "https://downloads.arduino.cc/libraries/github.com/TheSpaceDragon/RDV_GY_512_Library-1.0.0.zip", + "archiveFileName": "RDV_GY_512_Library-1.0.0.zip", + "size": 5757, + "checksum": "SHA-256:48d9709e364560ed58ad83ea13978c4f8ea1d903cc731d9e4a38493c3f254366" }, { - "name": "Beelan LoRaWAN", - "version": "1.3.0", - "author": "Beelan", - "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", - "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", - "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", - "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", - "category": "Communication", + "name": "NHD_Character_LCD", + "version": "1.0.0", + "author": "Newhaven Engineering \u003cnhtech@newhavendisplay.com\u003e", + "maintainer": "Newhaven Engineering \u003cnhtech@newhavendisplay.com\u003e", + "sentence": "A library to allow easy interfacing with Newhaven character LCDs.", + "paragraph": "This library is compatible with all Newhaven character LCDs.", + "website": "https://github.com/NewhavenDisplay/NHD-Character-LCD-Library", + "category": "Display", "architectures": [ - "avr", - "esp8266", - "samd", - "esp32", - "samdlc" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "repository": "https://github.com/NewhavenDisplay/NHD-Character-LCD-Library.git", "providesIncludes": [ - "lorawan.h" + "NHD_Character_LCD.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.3.0.zip", - "archiveFileName": "Beelan_LoRaWAN-1.3.0.zip", - "size": 595757, - "checksum": "SHA-256:bebc8514c4d65cf6c17fff9180fec56c35a6305b862e19627a287c7538d5562e" + "url": "https://downloads.arduino.cc/libraries/github.com/NewhavenDisplay/NHD_Character_LCD-1.0.0.zip", + "archiveFileName": "NHD_Character_LCD-1.0.0.zip", + "size": 63281, + "checksum": "SHA-256:bf1c8691298d8bc660c59115a1b77bea89fc97cd9a95af23b056b402fba0c13e" }, { - "name": "Beelan LoRaWAN", - "version": "1.4.0", - "author": "Beelan", - "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", - "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", - "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", - "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", - "category": "Communication", + "name": "ATtiny_TimerInterrupt", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore", + "paragraph": "These ATtiny Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks", + "website": "https://github.com/khoih-prog/ATtiny_TimerInterrupt", + "category": "Device Control", "architectures": [ - "avr", - "esp8266", - "samd", - "esp32", - "samdlc" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "repository": "https://github.com/khoih-prog/ATtiny_TimerInterrupt.git", "providesIncludes": [ - "lorawan.h" + "ATtiny_TimerInterrupt.h", + "ATtiny_TimerInterrupt.hpp", + "ATtiny_ISR_Timer.h", + "ATtiny_ISR_Timer.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.4.0.zip", - "archiveFileName": "Beelan_LoRaWAN-1.4.0.zip", - "size": 599253, - "checksum": "SHA-256:e091b4492df0fc68cba8364ab2334fe3c5e8088816a93e53f694c827001c8914" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATtiny_TimerInterrupt-1.0.0.zip", + "archiveFileName": "ATtiny_TimerInterrupt-1.0.0.zip", + "size": 358773, + "checksum": "SHA-256:19992b716fe95c875bc0fab210f876bc4818ec48d3b60cfda89209cb13f53053" }, { - "name": "Beelan LoRaWAN", - "version": "1.5.1", - "author": "Beelan", - "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", - "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", - "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", - "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", - "category": "Communication", + "name": "ATtiny_TimerInterrupt", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Interrupt from Hardware Timers on Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore", + "paragraph": "These ATtiny Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks", + "website": "https://github.com/khoih-prog/ATtiny_TimerInterrupt", + "category": "Device Control", "architectures": [ - "avr", - "esp8266", - "samd", - "esp32", - "samdlc" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", + "repository": "https://github.com/khoih-prog/ATtiny_TimerInterrupt.git", "providesIncludes": [ - "lorawan.h" + "ATtiny_TimerInterrupt.h", + "ATtiny_TimerInterrupt.hpp", + "ATtiny_ISR_Timer.h", + "ATtiny_ISR_Timer.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.5.1.zip", - "archiveFileName": "Beelan_LoRaWAN-1.5.1.zip", - "size": 599253, - "checksum": "SHA-256:8686d4eb95f9c04e589097c403f2fb851d70e3caf527ca804271197e93b67c44" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATtiny_TimerInterrupt-1.0.1.zip", + "archiveFileName": "ATtiny_TimerInterrupt-1.0.1.zip", + "size": 359157, + "checksum": "SHA-256:8089d83658d45d0a23d4bd98a9bbd0e5d049c9905be7e11c1c9ffcf1c8bf2c7e" }, { - "name": "Beelan LoRaWAN", - "version": "1.5.3", - "author": "Beelan", - "maintainer": "Eduardo Contreras \u003chola@electroniccats.com\u003e", - "sentence": "LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.", - "paragraph": "Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95", - "website": "https://github.com/BeelanMX/Beelan-LoRaWAN", - "category": "Communication", + "name": "Series", + "version": "1.0.0", + "author": "ihesro", + "maintainer": "gspsp \u003chedw1g@qq.com\u003e", + "sentence": "It's like a task list.", + "website": "https://github.com/gspsp/Series", + "category": "Other", "architectures": [ - "avr", - "esp8266", - "samd", - "esp32", - "samdlc" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BeelanMX/arduino-LoRaWAN.git", - "providesIncludes": [ - "lorawan.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/BeelanMX/Beelan_LoRaWAN-1.5.3.zip", - "archiveFileName": "Beelan_LoRaWAN-1.5.3.zip", - "size": 599584, - "checksum": "SHA-256:368e05b194289ef2412a9b61509d9241a4e184199b3f8a966b62201a5b685698" + "repository": "https://github.com/gspsp/Series.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gspsp/Series-1.0.0.zip", + "archiveFileName": "Series-1.0.0.zip", + "size": 3092, + "checksum": "SHA-256:a767f89d21775d0b7da536a1595071c2e2bd1b8712223cecea7c8efdaf4c6f1d" }, { - "name": "Sodaq_R4X_MQTT", - "version": "1.0.0", - "author": "Gabriel Notman,SODAQ", - "maintainer": "Gabriel Notman \u003cgabriel@sodaq.com\u003e", - "sentence": "Adapter to use the Sodaq_R4X library with Sodaq_MQTT", - "paragraph": "Adapter class which adds support for the Sodaq_R4X library to be used as a the transport for Sodaq_MQTT", - "website": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT", - "category": "Communication", + "name": "Series", + "version": "1.0.2", + "author": "ihesro", + "maintainer": "gspsp \u003chedw1g@qq.com\u003e", + "sentence": "It's like a task list.", + "website": "https://github.com/gspsp/Series", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SodaqMoja/Sodaq_R4X_MQTT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SodaqMoja/Sodaq_R4X_MQTT-1.0.0.zip", - "archiveFileName": "Sodaq_R4X_MQTT-1.0.0.zip", - "size": 10025, - "checksum": "SHA-256:ea925cfb96291b3dd1c76a1382796f1c269b0a61657b5f9e87414423ea16cac5" + "repository": "https://github.com/gspsp/Series.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gspsp/Series-1.0.2.zip", + "archiveFileName": "Series-1.0.2.zip", + "size": 3094, + "checksum": "SHA-256:971d61a87474eef8d365b58b8755cf4a9293915edcce2ec493acb600e898ebc3" }, { - "name": "LCBUrl", - "version": "1.0.0", - "author": "Lee Bussy \u003clee@bussy.org\u003e", - "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", - "sentence": "A library to manipulate URL strings", - "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local/%7Ethis/is/a/./path/test.php#frag` and independantly access the hostname, user name, password, path, query string, fragment, etc.", - "website": "https://github.com/lbussy/LCBUrl", - "category": "Communication", + "name": "Series", + "version": "1.0.4", + "author": "ihesro", + "maintainer": "gspsp \u003chedw1g@qq.com\u003e", + "sentence": "It's like a task list.", + "website": "https://github.com/gspsp/Series", + "category": "Other", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lbussy/LCBUrl.git", - "providesIncludes": [ - "LCBUrl.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.0.zip", - "archiveFileName": "LCBUrl-1.0.0.zip", - "size": 20420, - "checksum": "SHA-256:b54c66e327df1996f11789f6bf621d633e435ca57c5624bbe741c7ccf3596284" + "repository": "https://github.com/gspsp/Series.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gspsp/Series-1.0.4.zip", + "archiveFileName": "Series-1.0.4.zip", + "size": 3167, + "checksum": "SHA-256:dda4f2d7709209df92168c23b0eec853ced959a39427a2098f3069558d29880f" }, { - "name": "LCBUrl", - "version": "1.0.1", - "author": "Lee Bussy \u003clee@bussy.org\u003e", - "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", - "sentence": "A library to manipulate URL strings", - "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local/%7Ethis/is/a/./path/test.php#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", - "website": "https://github.com/lbussy/LCBUrl", - "category": "Communication", + "name": "LedTask", + "version": "0.1.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library shows the power of non-preemptive multi-tasking.", + "paragraph": "This library shows with an elementary example how four LEDs can run close to independent of each other.", + "website": "https://github.com/berrak/LedTask", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lbussy/LCBUrl.git", + "repository": "https://github.com/berrak/LedTask.git", "providesIncludes": [ - "LCBUrl.h" + "LedTask.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.1.zip", - "archiveFileName": "LCBUrl-1.0.1.zip", - "size": 12936, - "checksum": "SHA-256:6b7bb85f53828c692cb62b3c43cbb401a8adeba5f951ad89ee9060b0048d79cb" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/LedTask-0.1.0.zip", + "archiveFileName": "LedTask-0.1.0.zip", + "size": 2082119, + "checksum": "SHA-256:0c233b591de57a01637edc8548a7438ed7c7e9cb9098d1b48c157256cc43077e" }, { - "name": "LCBUrl", - "version": "1.0.2", - "author": "Lee Bussy \u003clee@bussy.org\u003e", - "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", - "sentence": "A library to manipulate URL strings", - "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", - "website": "https://github.com/lbussy/LCBUrl", - "category": "Communication", + "name": "LedTask", + "version": "0.2.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library shows the power of non-preemptive multitasking.", + "paragraph": "This library shows with an elementary example how four LEDs can run close to independent of each other. The purpose of this library is to be a practical eye-opener and encourage writing Arduino code differently without inefficient 'delay()' calls.", + "website": "https://github.com/berrak/LedTask", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lbussy/LCBUrl.git", + "repository": "https://github.com/berrak/LedTask.git", "providesIncludes": [ - "LCBUrl.h" + "LedTask.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.0.2.zip", - "archiveFileName": "LCBUrl-1.0.2.zip", - "size": 13846, - "checksum": "SHA-256:d96ccb909c8f2eb44c668ae00f63600445cee9e9c02587238201cc8a5eb1627a" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/LedTask-0.2.0.zip", + "archiveFileName": "LedTask-0.2.0.zip", + "size": 2082391, + "checksum": "SHA-256:717fa5ceaac1a7c8aea237c7ca4a49a74657011c504c1dacfb7500d2b1984cc7" }, { - "name": "LCBUrl", - "version": "1.1.0", - "author": "Lee Bussy \u003clee@bussy.org\u003e", - "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", - "sentence": "A library to manipulate URL strings", - "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", - "website": "https://github.com/lbussy/LCBUrl", - "category": "Communication", + "name": "LedTask", + "version": "0.3.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library shows the power of non-preemptive multitasking.", + "paragraph": "This library shows with an elementary example how four LEDs can run close to independent of each other. The purpose of this library is to be a practical eye-opener and encourage writing Arduino code differently without inefficient 'delay()' calls.", + "website": "https://github.com/berrak/LedTask", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lbussy/LCBUrl.git", + "repository": "https://github.com/berrak/LedTask.git", "providesIncludes": [ - "LCBUrl.h" + "LedTask.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.0.zip", - "archiveFileName": "LCBUrl-1.1.0.zip", - "size": 30608, - "checksum": "SHA-256:204599c792373e6b9049ca09181151a53d04b477df31bcbc182ec68e1fed4fab" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/LedTask-0.3.0.zip", + "archiveFileName": "LedTask-0.3.0.zip", + "size": 2071365, + "checksum": "SHA-256:aa62f5ff356e6bcefff988bc06a83d88803e869111e10e417e8149bc0af14dc7" }, { - "name": "LCBUrl", - "version": "1.1.1", - "author": "Lee Bussy \u003clee@bussy.org\u003e", - "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", - "sentence": "A library to manipulate URL strings", - "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", - "website": "https://github.com/lbussy/LCBUrl", - "category": "Communication", + "name": "LedTask", + "version": "0.4.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library shows the power of non-preemptive multitasking.", + "paragraph": "This library shows with an elementary example how four LEDs can run close to independent of each other. The purpose of this library is to be a practical eye-opener and encourage writing Arduino code differently without inefficient 'delay()' calls.", + "website": "https://github.com/berrak/LedTask", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lbussy/LCBUrl.git", + "repository": "https://github.com/berrak/LedTask.git", "providesIncludes": [ - "LCBUrl.h" + "LedTask.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.1.zip", - "archiveFileName": "LCBUrl-1.1.1.zip", - "size": 13899, - "checksum": "SHA-256:fa886fa8ef5a36e7cd4c029e9f003e0096c7267e837124300851428a4a542a08" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/LedTask-0.4.0.zip", + "archiveFileName": "LedTask-0.4.0.zip", + "size": 2332848, + "checksum": "SHA-256:2aee1a92c4ecd4588c0a21cf0dba4b17714c2168ecaa27e6ec0a7283d1b8ca2d" }, { - "name": "LCBUrl", - "version": "1.1.2", - "author": "Lee Bussy \u003clee@bussy.org\u003e", - "maintainer": "Lee Bussy \u003clee@bussy.org\u003e", - "sentence": "A library to manipulate URL strings", - "paragraph": "This library will parse a url, and normalize it according to the information provided in RFC3986. For instance, pass in `http://%7EFoo:%7Ep@$$word@servername.local:80/%7Ethis/is/a/./path/test.php?foo=bar#frag` and independently access the hostname, user name, password, path, query string, fragment, etc.", - "website": "https://github.com/lbussy/LCBUrl", - "category": "Communication", + "name": "LedTask", + "version": "0.5.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library shows the power of non-preemptive multitasking.", + "paragraph": "This library shows with an elementary example how four LEDs can run close to independent of each other. The purpose of this library is to be a practical eye-opener and encourage writing Arduino code differently without inefficient 'delay()' calls.", + "website": "https://github.com/berrak/LedTask", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lbussy/LCBUrl.git", + "repository": "https://github.com/berrak/LedTask.git", "providesIncludes": [ - "LCBUrl.h" + "LedTask.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lbussy/LCBUrl-1.1.2.zip", - "archiveFileName": "LCBUrl-1.1.2.zip", - "size": 30665, - "checksum": "SHA-256:2fd2ec8a3c581724a9eeeaa211bad2963427488e5b592a3c912930c6b77a16d3" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/LedTask-0.5.0.zip", + "archiveFileName": "LedTask-0.5.0.zip", + "size": 2402704, + "checksum": "SHA-256:3f465c3129787c1b9e337be318a196b5ff6ea986fd65f094d598a1d12764f113" }, { - "name": "Adafruit WavePlayer Library", + "name": "WebSerialLite", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper library for wrangling Wave files", - "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", - "website": "https://github.com/adafruit/Adafruit_WavePlayer", - "category": "Data Processing", + "author": "HomeboyC", + "maintainer": "HomeboyC \u003chomeboyc@foxmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/asjdf/WebSerialLite", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.0.zip", - "archiveFileName": "Adafruit_WavePlayer_Library-1.0.0.zip", - "size": 1592537, - "checksum": "SHA-256:aa2b450849065614bf2d07d588ad3e028715939e0fbeac496596034ecb129132" + "repository": "https://github.com/asjdf/WebSerialLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asjdf/WebSerialLite-1.0.0.zip", + "archiveFileName": "WebSerialLite-1.0.0.zip", + "size": 23037, + "checksum": "SHA-256:7ef40f67422583a093b1e6d6f5c1459ca7fef637860523b4b9f150d9096a68d2" }, { - "name": "Adafruit WavePlayer Library", + "name": "WebSerialLite", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper library for wrangling Wave files", - "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", - "website": "https://github.com/adafruit/Adafruit_WavePlayer", - "category": "Data Processing", + "author": "HomeboyC", + "maintainer": "HomeboyC \u003chomeboyc@foxmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/asjdf/WebSerialLite", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.1.zip", - "archiveFileName": "Adafruit_WavePlayer_Library-1.0.1.zip", - "size": 1595640, - "checksum": "SHA-256:a74ccc47593acf14d2cf187fe94c17bf81a49fc4f344364b02f19c0eef460e58" + "repository": "https://github.com/asjdf/WebSerialLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asjdf/WebSerialLite-1.0.1.zip", + "archiveFileName": "WebSerialLite-1.0.1.zip", + "size": 23043, + "checksum": "SHA-256:50ea3fb7e5762f5120c9ac63ebd5b0e7cf98dfd4047639a82cd5a4c3e3146e1e" }, { - "name": "Adafruit WavePlayer Library", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper library for wrangling Wave files", - "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", - "website": "https://github.com/adafruit/Adafruit_WavePlayer", - "category": "Data Processing", + "name": "WebSerialLite", + "version": "2.0.0", + "author": "HomeboyC", + "maintainer": "HomeboyC \u003chomeboyc@foxmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/asjdf/WebSerialLite", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.2.zip", - "archiveFileName": "Adafruit_WavePlayer_Library-1.0.2.zip", - "size": 1595723, - "checksum": "SHA-256:0659c8f95c8e9e1cf0e07b26aa391a1e1136f215733d6eec00ea1f10c31b0b84" + "repository": "https://github.com/asjdf/WebSerialLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asjdf/WebSerialLite-2.0.0.zip", + "archiveFileName": "WebSerialLite-2.0.0.zip", + "size": 23344, + "checksum": "SHA-256:4a9358a01901e66f55cb5be554c3fbc6cb187ffbefb3493371ceae5392752156" }, { - "name": "Adafruit WavePlayer Library", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Helper library for wrangling Wave files", - "paragraph": "Parse and prepare wave files to play from filesystems. Uses SdFat NOT SD library to read!", - "website": "https://github.com/adafruit/Adafruit_WavePlayer", - "category": "Data Processing", + "name": "WebSerialLite", + "version": "2.2.0", + "author": "HomeboyC", + "maintainer": "HomeboyC \u003chomeboyc@foxmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/asjdf/WebSerialLite", + "category": "Communication", "architectures": [ - "samd" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_WavePlayer.git", - "dependencies": [ - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit Zero DMA Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_WavePlayer_Library-1.0.3.zip", - "archiveFileName": "Adafruit_WavePlayer_Library-1.0.3.zip", - "size": 1595705, - "checksum": "SHA-256:9d9d17f56efb13e8ee50ebfdb6ded35e6fe1aa9dea3b04f62b1dac37fb5533f9" + "repository": "https://github.com/asjdf/WebSerialLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asjdf/WebSerialLite-2.2.0.zip", + "archiveFileName": "WebSerialLite-2.2.0.zip", + "size": 31778, + "checksum": "SHA-256:6c6b0410e04b95497acd6b3b3126bc985ebc0150a3bb5cf771408aec2552c5d5" }, { - "name": "Adafruit MPU6050", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MPU6050", - "category": "Sensors", + "name": "WebSerialLite", + "version": "2.3.0", + "author": "HomeboyC", + "maintainer": "HomeboyC \u003chomeboyc@foxmail.com\u003e", + "sentence": "A Web based Serial Monitor for ESP8266 \u0026 ESP32 to debug your code remotely.", + "paragraph": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.", + "website": "https://github.com/asjdf/WebSerialLite", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.0.zip", - "archiveFileName": "Adafruit_MPU6050-1.0.0.zip", - "size": 15302, - "checksum": "SHA-256:6d237df86f8a7d3e176b07b68c9ae243203f2ee808ce2d989e5b46d59b9c70c6" + "repository": "https://github.com/asjdf/WebSerialLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asjdf/WebSerialLite-2.3.0.zip", + "archiveFileName": "WebSerialLite-2.3.0.zip", + "size": 31928, + "checksum": "SHA-256:d271f474f2c2963065420d9d8ab540d6d5b91f5d5cfef9ac1645efb6d4482428" }, { - "name": "Adafruit MPU6050", - "version": "1.0.1", + "name": "Adafruit LTR329 and LTR303", + "version": "1.0.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MPU6050", + "sentence": "Arduino library for the LTR329 and LTR303 light sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR329 and LTR303 light sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR329_LTR303", "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.1.zip", - "archiveFileName": "Adafruit_MPU6050-1.0.1.zip", - "size": 15279, - "checksum": "SHA-256:fbbc414efda3cddd85687723e1f590bcd40a387bb749b41800903b4030a16da1" + "repository": "https://github.com/adafruit/Adafruit_LTR329_LTR303.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR329_and_LTR303-1.0.0.zip", + "archiveFileName": "Adafruit_LTR329_and_LTR303-1.0.0.zip", + "size": 1640751, + "checksum": "SHA-256:8a6c06fdeb3d56591d777888fd1e3e59906113dd09d4fceffbb408f10746cacd" }, { - "name": "Adafruit MPU6050", - "version": "1.0.2", + "name": "Adafruit LTR329 and LTR303", + "version": "2.0.0", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MPU6050", + "sentence": "Arduino library for the LTR329 and LTR303 light sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR329 and LTR303 light sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR329_LTR303", "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-1.0.2.zip", - "archiveFileName": "Adafruit_MPU6050-1.0.2.zip", - "size": 16389, - "checksum": "SHA-256:a0cac614d70d0f197a674eceb954144214ad1d3446878e9e1087487f7a563034" + "repository": "https://github.com/adafruit/Adafruit_LTR329_LTR303.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR329_and_LTR303-2.0.0.zip", + "archiveFileName": "Adafruit_LTR329_and_LTR303-2.0.0.zip", + "size": 1639531, + "checksum": "SHA-256:003c5d7156df55fe49c763911beb4a96bf86e5c1f39f3868a404c73d70c004ef" }, { - "name": "Adafruit MPU6050", - "version": "2.0.0", + "name": "Adafruit LTR329 and LTR303", + "version": "2.0.1", "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MPU6050", + "sentence": "Arduino library for the LTR329 and LTR303 light sensors in the Adafruit shop", + "paragraph": "Arduino library for the LTR329 and LTR303 light sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_LTR329_LTR303", "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "repository": "https://github.com/adafruit/Adafruit_LTR329_LTR303.git", "dependencies": [ { "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.0.zip", - "archiveFileName": "Adafruit_MPU6050-2.0.0.zip", - "size": 342841, - "checksum": "SHA-256:a0a6e3a168fffb6b38b179b4f9e9822459157c1fbcdb90f8dfaee52d2951e7eb" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR329_and_LTR303-2.0.1.zip", + "archiveFileName": "Adafruit_LTR329_and_LTR303-2.0.1.zip", + "size": 1639531, + "checksum": "SHA-256:a69a147c9c4d421ac729fda66cc37cf89d58f8a856fa933cef76f7ba601ae575" }, { - "name": "Adafruit MPU6050", - "version": "2.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MPU6050", - "category": "Sensors", + "name": "TinyLiquidCrystal_I2C", + "version": "1.1.4", + "author": "Frank de Brabander", + "maintainer": "Lucas Inácio Viegas", + "sentence": "LiquidCrystal Arduino library for ATtiny microcontrollers (PCF8574 I2C based displays).", + "paragraph": "The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", + "website": "https://github.com/lucas-inacio/TinyLiquidCrystal_I2C.git", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", + "repository": "https://github.com/lucas-inacio/TinyLiquidCrystal_I2C.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" + "name": "TinyWireM" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.1.zip", - "archiveFileName": "Adafruit_MPU6050-2.0.1.zip", - "size": 342857, - "checksum": "SHA-256:5c1c898e2b737ce9599d0a62272598e5344d62c00a64fcd1cf26d5194f5aef86" + "url": "https://downloads.arduino.cc/libraries/github.com/lucas-inacio/TinyLiquidCrystal_I2C-1.1.4.zip", + "archiveFileName": "TinyLiquidCrystal_I2C-1.1.4.zip", + "size": 8891, + "checksum": "SHA-256:9be88407821d86012e5853425a116f3422bd615610e18d2fe79458206704624f" }, { - "name": "Adafruit MPU6050", - "version": "2.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MPU6050", - "category": "Sensors", + "name": "ATtiny_Slow_PWM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use ISR-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM any GPIO pin.", + "paragraph": "It now supports 64 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is they're ISR-based PWM channels, supporting lower PWM frequencies with suitable accuracy. Their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These ISR-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using millis() or micros(). That's necessary if you need to control devices requiring high precision. Now you can change the PWM settings on-the-fly.", + "website": "https://github.com/khoih-prog/ATtiny_Slow_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ATtiny_Slow_PWM.git", + "providesIncludes": [ + "ATtiny_Slow_PWM.h", + "ATtiny_Slow_PWM.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATtiny_Slow_PWM-1.0.0.zip", + "archiveFileName": "ATtiny_Slow_PWM-1.0.0.zip", + "size": 336871, + "checksum": "SHA-256:8918d2113a53bdba26005d3310ea617d04ad20545b03ddc56b80822abf32fc64" + }, + { + "name": "Pixxi-Serial-Arduino-Library", + "version": "1.0.1", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Pixxi processors, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Pixxi based modules", + "website": "https://github.com/4dsystems/Pixxi-Serial-Arduino-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/4dsystems/Pixxi-Serial-Arduino-Library.git", + "providesIncludes": [ + "Pixxi_Serial_4DLib.h", + "Pixxi_Const4D.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.2.zip", - "archiveFileName": "Adafruit_MPU6050-2.0.2.zip", - "size": 342853, - "checksum": "SHA-256:6b1aabfbdb33e17f27cb5d230bcbc1b096ce49f343f578b1372e4fff2ac3c17a" + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Pixxi_Serial_Arduino_Library-1.0.1.zip", + "archiveFileName": "Pixxi_Serial_Arduino_Library-1.0.1.zip", + "size": 37208, + "checksum": "SHA-256:7f7fe6bf73b6414ce4de71d781df478cfedc6be746439382a8d68aeb3304046d" }, { - "name": "Adafruit MPU6050", - "version": "2.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MPU6050 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MPU6050", - "category": "Sensors", + "name": "Pixxi-Serial-Arduino-Library", + "version": "1.0.2", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Pixxi processors, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Pixxi based modules", + "website": "https://github.com/4dsystems/Pixxi-Serial-Arduino-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MPU6050.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/4dsystems/Pixxi-Serial-Arduino-Library.git", + "providesIncludes": [ + "Pixxi_Serial_4DLib.h", + "Pixxi_Const4D.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MPU6050-2.0.3.zip", - "archiveFileName": "Adafruit_MPU6050-2.0.3.zip", - "size": 343352, - "checksum": "SHA-256:99aa7b1fc267ea832ad9a90cefc3d6381cf1d33389e4de31c24fd74bb38186cc" + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Pixxi_Serial_Arduino_Library-1.0.2.zip", + "archiveFileName": "Pixxi_Serial_Arduino_Library-1.0.2.zip", + "size": 49654, + "checksum": "SHA-256:5994e3eda920904d25097d6a3f97fd9a52ff5dc4dd675193f0dfc18afa41fa98" }, { - "name": "SpheroRVR", - "version": "1.0.0", - "author": "Sphero", - "maintainer": "Sphero \u003csphero-public-sdk-support@sphero.com\u003e", - "sentence": "This library allows you to communicate with a Sphero RVR using an Arduino Uno.", - "paragraph": "You can send commands to your RVR telling it to drive, change LED colors, send battery state notifications, and more! More information can be found on our Public SDK website.", - "website": "https://sdk.sphero.com", - "category": "Device Control", + "name": "Pixxi-Serial-Arduino-Library", + "version": "1.0.3", + "author": "4D Systems", + "maintainer": "4D Systems", + "sentence": "Provides library access to communicate with the 4D Systems Pixxi processors, when configured in Serial/SPE mode", + "paragraph": "Arduino Library for 4D Systems Serial Environment for Pixxi based modules", + "website": "https://github.com/4dsystems/Pixxi-Serial-Arduino-Library", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sphero-inc/sphero-sdk-arduino-cpp-library-manager.git", + "repository": "https://github.com/4dsystems/Pixxi-Serial-Arduino-Library.git", "providesIncludes": [ - "SpheroRVR.h" + "Pixxi_Serial_4DLib.h", + "Pixxi_Const4D.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sphero-inc/SpheroRVR-1.0.0.zip", - "archiveFileName": "SpheroRVR-1.0.0.zip", - "size": 152708, - "checksum": "SHA-256:7290fa4396fb222f0ce37c1d720d2bdbeb0095ef614f62e65e0db6972fdb72b0" + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/Pixxi_Serial_Arduino_Library-1.0.3.zip", + "archiveFileName": "Pixxi_Serial_Arduino_Library-1.0.3.zip", + "size": 79101, + "checksum": "SHA-256:c8799f0aff6f857a5b4b78337e745d578289eb5e70233d76c2b6b3ad3ccc267c" }, { - "name": "ACAN_T4", - "version": "1.0.0", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", - "sentence": "A Teensy 4.0 CAN / CANFD driver.", - "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental in release 1.0.0. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", - "website": "https://github.com/pierremolinaro/acan-t4", - "category": "Communication", + "name": "I2C_SCANNER", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pierremolinaro/acan-t4.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.0.0.zip", - "archiveFileName": "ACAN_T4-1.0.0.zip", - "size": 369924, - "checksum": "SHA-256:6d79b6be85600d677d2a4a3292e3edc0b67aaee6580e9a4308e1b28c51340391" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.1.0.zip", + "archiveFileName": "I2C_SCANNER-0.1.0.zip", + "size": 6693, + "checksum": "SHA-256:25c7be7d35bcce14799b9627d3b6626ac33d1326f9e2e44b25fb9e7aa8168b53" }, { - "name": "ACAN_T4", - "version": "1.1.0", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", - "sentence": "A Teensy 4.0 CAN / CANFD driver.", - "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental in release 1.0.0. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", - "website": "https://github.com/pierremolinaro/acan-t4", - "category": "Communication", + "name": "I2C_SCANNER", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pierremolinaro/acan-t4.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.0.zip", - "archiveFileName": "ACAN_T4-1.1.0.zip", - "size": 372212, - "checksum": "SHA-256:9e4f2a68d6d8a7c3367fc2f08fd2d195ea5955598b09c40634d189ebcb46e54b" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.1.1.zip", + "archiveFileName": "I2C_SCANNER-0.1.1.zip", + "size": 9894, + "checksum": "SHA-256:52e308129f10284245bc778d605f8bfb7674afd51f198376b23abb7511f12dc4" }, { - "name": "ACAN_T4", - "version": "1.1.1", - "author": "Pierre Molinaro", - "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", - "sentence": "A Teensy 4.0 CAN / CANFD driver.", - "paragraph": "This library is a CAN network driver for CAN1, CAN2 and CAN3. Compatible with ACAN2515, ACAN2517 libraries. It handles CANFD mode on CAN3, and is compatible with ACAN2517FD library. Note that CANFD support is experimental. For CAN and CANFD, default configuration enables reception of all frames. Reception filters can be easily defined.", - "website": "https://github.com/pierremolinaro/acan-t4", - "category": "Communication", + "name": "I2C_SCANNER", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pierremolinaro/acan-t4.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACAN_T4-1.1.1.zip", - "archiveFileName": "ACAN_T4-1.1.1.zip", - "size": 377340, - "checksum": "SHA-256:6d81da7cc723020e57dfda533aa3b94148780a3c815d971c54f3fbb8a6adecc9" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.1.2.zip", + "archiveFileName": "I2C_SCANNER-0.1.2.zip", + "size": 10718, + "checksum": "SHA-256:1e3a5b9e4a410a51838c11b4df9408729d7036eaf438b538e71ec7b2d5390f9f" }, { - "name": "Snake", - "version": "1.0.1", - "author": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", - "maintainer": "Petro Borshchahivskyi \u003cdev@liksu.com\u003e", - "sentence": "This library allows to run snake on 7-segments display (we use it in idle).", - "paragraph": "Up to 8 digits, requires LedControl library", - "website": "http://liksu.github.io/7SegmentsSnake/", - "category": "Display", + "name": "I2C_SCANNER", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Liksu/7SegmentsSnake.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Liksu/Snake-1.0.1.zip", - "archiveFileName": "Snake-1.0.1.zip", - "size": 1917993, - "checksum": "SHA-256:023a1f580bc5c7a82e2f77cc9995e4ec2607fc3442bb195031cd6bd096799b89" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.1.3.zip", + "archiveFileName": "I2C_SCANNER-0.1.3.zip", + "size": 11242, + "checksum": "SHA-256:b0909a4d1d394f08e10a92c4f67f21d46fdf4d8da7e9c8da183bc0c253faf447" }, { - "name": "SparkFun ATECCX08a Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", - "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", - "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", - "category": "Communication", + "name": "I2C_SCANNER", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.0.0.zip", - "size": 43375, - "checksum": "SHA-256:8ade93c848622eb768ae8f37e0f4d95409563ddd8c986f367e0e50b8c6b2ecd1" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.1.4.zip", + "archiveFileName": "I2C_SCANNER-0.1.4.zip", + "size": 11468, + "checksum": "SHA-256:8ad50ea0892b4d7a3d9046f3388a056c443f4b555459a1edc143e4d987a56335" }, { - "name": "SparkFun ATECCX08a Arduino Library", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", - "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", - "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", - "category": "Communication", + "name": "I2C_SCANNER", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.1.0.zip", - "size": 43570, - "checksum": "SHA-256:d74ad0f35c617899cf2fef73c87bd088707a8bb1f1a25823302b9444da785332" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.2.0.zip", + "archiveFileName": "I2C_SCANNER-0.2.0.zip", + "size": 13695, + "checksum": "SHA-256:7500d5c53a92c3f89096f9d721cd81b284e70b0e236fb7c6f8746515fa7aec59" }, { - "name": "SparkFun ATECCX08a Arduino Library", - "version": "1.2.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the Microchip ATECCX08a Cryptographic Co-processors.", - "paragraph": "This can be used to get up and running with the MicroChip ATECC508a and ATECC608a chips.", - "website": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library", - "category": "Communication", + "name": "I2C_SCANNER", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library-1.2.0.zip", - "archiveFileName": "SparkFun_ATECCX08a_Arduino_Library-1.2.0.zip", - "size": 48547, - "checksum": "SHA-256:5efc22db12638c7a63e3890f32a3410b10ef0066794367a8c2063761f5980e9c" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.2.1.zip", + "archiveFileName": "I2C_SCANNER-0.2.1.zip", + "size": 13846, + "checksum": "SHA-256:a0f850f440cb79bb8ae021863636804a846f02f1cb72a9cddf3747f9415dec6b" }, { - "name": "SinricPro", - "version": "2.0.1", - "author": "Boris Jäger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jäger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "An Arduino SDK for https://sinric.pro", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https:://sinric.pro", - "category": "Communication", + "name": "I2C_SCANNER", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino class to implement an I2C scanner.", + "paragraph": ".", + "website": "https://github.com/RobTillaart/I2C_SCANNER", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.1.zip", - "archiveFileName": "SinricPro-2.0.1.zip", - "size": 71712, - "checksum": "SHA-256:b3fd47c5485e1e94ee571ee8f8e79e016d6e1184727d1e42fe10e8c8371f86f8" + "repository": "https://github.com/RobTillaart/I2C_SCANNER.git", + "providesIncludes": [ + "I2C_SCANNER.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_SCANNER-0.3.0.zip", + "archiveFileName": "I2C_SCANNER-0.3.0.zip", + "size": 13933, + "checksum": "SHA-256:fe461a807d70133f3107ebf2d07a36daf56f44945c921d6a42186b4b5863d74b" }, { - "name": "SinricPro", - "version": "2.0.4", - "author": "Boris Jäger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jäger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "An Arduino SDK for https://sinric.pro", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https:://sinric.pro", - "category": "Communication", + "name": "107-Arduino-APDS-9950", + "version": "1.0.0", + "author": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for the Avago / Broadcom APDS-9950 Digital Proximity, RGB and Ambient Light Sensor", + "website": "https://github.com/107-systems/107-Arduino-APDS-9950", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.4.zip", - "archiveFileName": "SinricPro-2.0.4.zip", - "size": 72106, - "checksum": "SHA-256:44a503d338e6dd8dda113155290cb5e8648e8567fd26e576916f49a8394b4c94" + "repository": "https://github.com/107-systems/107-Arduino-APDS-9950.git", + "providesIncludes": [ + "107-Arduino-APDS-9950.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_APDS_9950-1.0.0.zip", + "archiveFileName": "107_Arduino_APDS_9950-1.0.0.zip", + "size": 10044, + "checksum": "SHA-256:9b7b18d493c5c961a64992ba06d3749a132af84c5ff1d6062458c96b8329424e" }, { - "name": "SinricPro", - "version": "2.0.5", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "An Arduino SDK for https://sinric.pro", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https:://sinric.pro", - "category": "Communication", + "name": "107-Arduino-APDS-9950", + "version": "1.1.0", + "author": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Bernhard Mayer \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for the Avago / Broadcom APDS-9950 Digital Proximity, RGB and Ambient Light Sensor", + "website": "https://github.com/107-systems/107-Arduino-APDS-9950", + "category": "Sensors", "architectures": [ + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", "esp8266", - "esp32" + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.0.5.zip", - "archiveFileName": "SinricPro-2.0.5.zip", - "size": 72473, - "checksum": "SHA-256:79febeb9c71e112d6045d69740b0e359dfc81258b6cc69c3bb6a2d1ea53659fb" + "repository": "https://github.com/107-systems/107-Arduino-APDS-9950.git", + "providesIncludes": [ + "107-Arduino-APDS-9950.h" + ], + "dependencies": [ + { + "name": "107-Arduino-Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_APDS_9950-1.1.0.zip", + "archiveFileName": "107_Arduino_APDS_9950-1.1.0.zip", + "size": 10112, + "checksum": "SHA-256:903129b59e89cef78b90b36abad9f9d94f4d8926c3e8a5d41d56cb8174f43447" }, { - "name": "SinricPro", - "version": "2.1.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "An Arduino SDK for https://sinric.pro", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https:://sinric.pro", - "category": "Communication", + "name": "SimpleFilter", + "version": "1.0.0", + "author": "Mm1KEE", + "maintainer": "Mm1KEE", + "sentence": "A denoising library which can be used in raw anolog data process like touch screen input.", + "paragraph": "This library takes an array (or two) of 3 integers and return the average of the two closest ones.", + "website": "http://github.com/Mm1KEE/SimpleFilter", + "category": "Data Processing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.1.0.zip", - "archiveFileName": "SinricPro-2.1.0.zip", - "size": 73591, - "checksum": "SHA-256:c69f1258a4956a67f9e3d95f096463832f0397a395bdf787900b31aea2effaca" + "repository": "https://github.com/Mm1KEE/SimpleFilter.git", + "providesIncludes": [ + "SimpleFilter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mm1KEE/SimpleFilter-1.0.0.zip", + "archiveFileName": "SimpleFilter-1.0.0.zip", + "size": 16389, + "checksum": "SHA-256:c6d071c0d226420a7d776a21e670d7a0bb77b2e369ae15dd23e0c2f31fe69ca4" }, { - "name": "SinricPro", - "version": "2.1.1", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https:://sinric.pro", - "category": "Communication", + "name": "SimpleFilter", + "version": "1.0.1", + "author": "Mm1KEE", + "maintainer": "Mm1KEE", + "sentence": "A denoising library which can be used in raw anolog data process like touch screen input.", + "paragraph": "This library takes an array (or two) of 3 integers and return the average of the two closest ones.", + "website": "http://github.com/Mm1KEE/SimpleFilter", + "category": "Data Processing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.1.1.zip", - "archiveFileName": "SinricPro-2.1.1.zip", - "size": 73701, - "checksum": "SHA-256:be7973db4059a570147c3c75ec7fe87d8f0b69f6062621a2972ec919803b2538" + "repository": "https://github.com/Mm1KEE/SimpleFilter.git", + "providesIncludes": [ + "SimpleFilter.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mm1KEE/SimpleFilter-1.0.1.zip", + "archiveFileName": "SimpleFilter-1.0.1.zip", + "size": 17944, + "checksum": "SHA-256:94359193759af409203b36b0d3835bcfc39a6c7c28c8f3de30d1f6aa98ebe42e" }, { - "name": "SinricPro", - "version": "2.2.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https:://sinric.pro", + "name": "DvG_StreamCommand", + "version": "1.0.0", + "author": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "maintainer": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "sentence": "A lightweight Arduino library to listen for commands over a stream", + "website": "https://github.com/Dennis-van-Gils/DvG_StreamCommand/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.0.zip", - "archiveFileName": "SinricPro-2.2.0.zip", - "size": 70662, - "checksum": "SHA-256:7abb08b1b3a509c45769d8d4039aa09e57619dc844a64637482b5afcfb3c6e56" + "repository": "https://github.com/Dennis-van-Gils/DvG_StreamCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dennis-van-Gils/DvG_StreamCommand-1.0.0.zip", + "archiveFileName": "DvG_StreamCommand-1.0.0.zip", + "size": 234469, + "checksum": "SHA-256:5adda05549f7e9ce104d482b1e55844fc0173222c66efad3bc369d02d6d5c9ae" }, { - "name": "SinricPro", - "version": "2.2.1", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https:://sinric.pro", + "name": "DvG_StreamCommand", + "version": "1.1.1", + "author": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "maintainer": "Dennis van Gils \u003cvangils.dennis@gmail.com\u003e", + "sentence": "A lightweight Arduino library to listen for commands over a stream", + "website": "https://github.com/Dennis-van-Gils/DvG_StreamCommand/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.1.zip", - "archiveFileName": "SinricPro-2.2.1.zip", - "size": 72584, - "checksum": "SHA-256:65e0dd94cdcbc4e51eea6c2d7d29a805e68450cf12c4c0710e546232f50c234c" + "repository": "https://github.com/Dennis-van-Gils/DvG_StreamCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dennis-van-Gils/DvG_StreamCommand-1.1.1.zip", + "archiveFileName": "DvG_StreamCommand-1.1.1.zip", + "size": 235085, + "checksum": "SHA-256:f6581bc0a6b801722b26c2ab6ce1e134b252984e2323c32c33ed86054ed71be6" }, { - "name": "SinricPro", - "version": "2.2.2", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinric.pro", - "category": "Communication", + "name": "pulseAny", + "version": "1.0.1", + "author": "Alexandre Felipe Muller de Souza", + "maintainer": "Alexandre Felipe Muller de Souza \u003calexandrefelipemuller@gmail.com\u003e", + "license": "GPLV3", + "sentence": "Arduino library to pulse any digital port in any frequency", + "paragraph": "Very Simple and lightweight C++ library to pulse any digital port in any frequency (from 2hz to 3khz) using Timer 1, works well on atmega 168p.", + "website": "https://github.com/alexandrefelipemuller/PulseAnyPin", + "category": "Signal Input/Output", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.2.zip", - "archiveFileName": "SinricPro-2.2.2.zip", - "size": 70490, - "checksum": "SHA-256:7cc4bc903877134330e8737d9b28e593a86a8c1533f0fca7ba0fdae632292cf2" + "repository": "https://github.com/alexandrefelipemuller/PulseAnyPin.git", + "providesIncludes": [ + "pulseAny.h", + "pulseAny.cpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alexandrefelipemuller/pulseAny-1.0.1.zip", + "archiveFileName": "pulseAny-1.0.1.zip", + "size": 15551, + "checksum": "SHA-256:ff94b15dd03b1c138c48b1f3e0320db70b92910ea1c6cee1a208137ac7d4197b" }, { - "name": "SinricPro", - "version": "2.2.3", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinric.pro", - "category": "Communication", + "name": "Adafruit SSD1306 EMULATOR", + "version": "0.1.0", + "author": "Adafruit, extended by Sam P", + "maintainer": "Sam P \u003csampeachdev@gmail.com\u003e", + "sentence": "SSD1306 emulator oled driver library for monochrome 128x64 and 128x32 displays", + "paragraph": "SSD1306 emulator oled driver library for monochrome 128x64 and 128x32 displays", + "website": "https://github.com/sam-peach/Adafruit_SSD1306_EMULATOR", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.3.zip", - "archiveFileName": "SinricPro-2.2.3.zip", - "size": 357472, - "checksum": "SHA-256:3305b8b44d79c737b5aa5360d3751f6f0da1eb121745c5fa7f6749ee54d0e94c" + "repository": "https://github.com/sam-peach/Adafruit_SSD1306_EMULATOR.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sam-peach/Adafruit_SSD1306_EMULATOR-0.1.0.zip", + "archiveFileName": "Adafruit_SSD1306_EMULATOR-0.1.0.zip", + "size": 28684, + "checksum": "SHA-256:b6f9e7a0e38643ce16c0c648e7b6b12d2610f785ce67c7f4bf1d59d398a5f250" }, { - "name": "SinricPro", - "version": "2.2.4", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinric.pro", + "name": "ESP32 Microsoft Graph", + "version": "0.0.1", + "author": "riraosan_0901", + "maintainer": "riraosan_0901", + "sentence": "This library provides an easy login process to AzureAD. I have also included a sample that displays Teams presence.", + "paragraph": "I referred to his results. https://github.com/toblum/ESPTeamsPresence", + "website": "https://github.com/riraosan/ESP32MSGraph", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.4.zip", - "archiveFileName": "SinricPro-2.2.4.zip", - "size": 844874, - "checksum": "SHA-256:7ad9efc415503b33b035fc719b161d102bd305d0b56e5d8227fd84632951d7db" + "repository": "https://github.com/riraosan/ESP32MSGraph.git", + "providesIncludes": [ + "ESP32MSGraph.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/riraosan/ESP32_Microsoft_Graph-0.0.1.zip", + "archiveFileName": "ESP32_Microsoft_Graph-0.0.1.zip", + "size": 24305, + "checksum": "SHA-256:87ad069a48aa601ae53820a1554bacf27de029609419336e0a05eeb9b79921de" }, { - "name": "SinricPro", - "version": "2.2.5", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinric.pro", - "category": "Communication", + "name": "libnapc", + "version": "1.5.14", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.14", + "website": "https://libnapc.nap.software/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.5.zip", - "archiveFileName": "SinricPro-2.2.5.zip", - "size": 852646, - "checksum": "SHA-256:208f26ca4df24b0859e9f3d3cdf0b10eee751c5c4b4992c6584914d8b95cb329" + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", + "providesIncludes": [ + "napc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.14.zip", + "archiveFileName": "libnapc-1.5.14.zip", + "size": 484922, + "checksum": "SHA-256:b50cbe11a1c05eaf94cc4d449a26a7236ac3523a690c7a52a9f5314711ef0cd8" }, { - "name": "SinricPro", - "version": "2.2.6", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinric.pro", - "category": "Communication", + "name": "libnapc", + "version": "1.5.15", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.15", + "website": "https://libnapc.nap.software/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.6.zip", - "archiveFileName": "SinricPro-2.2.6.zip", - "size": 1324125, - "checksum": "SHA-256:18850b3cc18f568060994ca9ce5f8d1f4a06e4785335f4e7d5d092bafaec0348" + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", + "providesIncludes": [ + "napc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.15.zip", + "archiveFileName": "libnapc-1.5.15.zip", + "size": 484921, + "checksum": "SHA-256:6df4e792ad26eb90f2ae2a9bceeb2a0d0aa216ab8d2ca8c390859a2e8714d358" }, { - "name": "SinricPro", - "version": "2.2.7", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.16", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.16", + "website": "https://libnapc.nap.software/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", + "providesIncludes": [ + "napc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.16.zip", + "archiveFileName": "libnapc-1.5.16.zip", + "size": 484920, + "checksum": "SHA-256:bdcc4bb71fa998e6696d75fe4f657a750e1bab8cc23f23573b7a417910efbadf" + }, + { + "name": "libnapc", + "version": "1.5.17", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.17", + "website": "https://libnapc.nap-software.com/", + "category": "Other", + "architectures": [ + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.2.7.zip", - "archiveFileName": "SinricPro-2.2.7.zip", - "size": 1079874, - "checksum": "SHA-256:04428a02cade62f92350a40061bd99d9ee816dc4c1cb991be49e265b4d42556c" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.17.zip", + "archiveFileName": "libnapc-1.5.17.zip", + "size": 487576, + "checksum": "SHA-256:4f6f9800146c97936239282ed9c843b85b279ea5d4390fa1dd57efa25900c492" }, { - "name": "SinricPro", - "version": "2.3.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.20", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.20", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.3.0.zip", - "archiveFileName": "SinricPro-2.3.0.zip", - "size": 851570, - "checksum": "SHA-256:8679faa41d65e6f3c5c4fdbdcd21087c8b7b9413caa32b9f716308ea393c14d8" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.20.zip", + "archiveFileName": "libnapc-1.5.20.zip", + "size": 487576, + "checksum": "SHA-256:b96dd732a640d1440f1e3031cfd0841fbce7f84f8290eda08a200c908e527293" }, { - "name": "SinricPro", - "version": "2.4.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.21", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.21", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.4.0.zip", - "archiveFileName": "SinricPro-2.4.0.zip", - "size": 1595575, - "checksum": "SHA-256:692e0bd6ee68599aa452a4fa6e88781cbca081540cee0aed9ab9f33cc52da8b5" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.21.zip", + "archiveFileName": "libnapc-1.5.21.zip", + "size": 487576, + "checksum": "SHA-256:d97dac71e2bf590ca2283d8d9efc7f1a3538cffd8dc9c02fb23cddcbe332ec83" }, { - "name": "SinricPro", - "version": "2.5.1", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.22", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.22", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.5.1.zip", - "archiveFileName": "SinricPro-2.5.1.zip", - "size": 1605420, - "checksum": "SHA-256:97cd9b6fbcc5faaf65a1a03502c4201ca8dd38def9479f1050282bc72a06615b" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.22.zip", + "archiveFileName": "libnapc-1.5.22.zip", + "size": 487573, + "checksum": "SHA-256:a321b17af50de641c084a794b123ef58b34eb808e147dfdddbe0bf7ff896ae05" }, { - "name": "SinricPro", - "version": "2.6.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.24", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.24", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.6.0.zip", - "archiveFileName": "SinricPro-2.6.0.zip", - "size": 2260772, - "checksum": "SHA-256:6d76c06d8a9ccd03feb80211db6b54c6bd7bf99ead7a136b7c2e6cde0c6a02ae" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.24.zip", + "archiveFileName": "libnapc-1.5.24.zip", + "size": 487576, + "checksum": "SHA-256:f51569af2152b796ed7e0fb40914eb157bf7bd1055b366ad88288e8fde20fd8e" }, { - "name": "SinricPro", - "version": "2.6.1", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.25", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.25", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.6.1.zip", - "archiveFileName": "SinricPro-2.6.1.zip", - "size": 2260822, - "checksum": "SHA-256:699941fa8b48b6bf48effb5dfa6a03c567b0d0455e1b0a8b7e9e89a9ff86c3ab" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.25.zip", + "archiveFileName": "libnapc-1.5.25.zip", + "size": 487571, + "checksum": "SHA-256:c21ede5d7935cec02b35a10ee1ee8469ff110f1524f7c9f1a013d813f0333ddd" }, { - "name": "SinricPro", - "version": "2.7.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.26", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.26", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.0.zip", - "archiveFileName": "SinricPro-2.7.0.zip", - "size": 2263567, - "checksum": "SHA-256:03deacb6a9d2a16dd988969b861bd50eecb15baee14e43c8d76e523d0b749ce3" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.26.zip", + "archiveFileName": "libnapc-1.5.26.zip", + "size": 487707, + "checksum": "SHA-256:fc925d7fdc41fcba250ebd86126bdf93286bae5d95e47db01d8073e4a59891af" }, { - "name": "SinricPro", - "version": "2.7.2", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.27", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.27", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" + "napc.h" ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.2.zip", - "archiveFileName": "SinricPro-2.7.2.zip", - "size": 2266712, - "checksum": "SHA-256:9cb37ff219a39c9de5491e936efad2404d82e585a1b59af1eb9710f28fa79d72" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.27.zip", + "archiveFileName": "libnapc-1.5.27.zip", + "size": 487704, + "checksum": "SHA-256:fbaaec0b29c0e1a3033a0e482c34b00c981b7b1d7ef64e291a3e8da347cee913" }, { - "name": "SinricPro", - "version": "2.7.3", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.28", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.28", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.3.zip", - "archiveFileName": "SinricPro-2.7.3.zip", - "size": 2266760, - "checksum": "SHA-256:a4c8740bf18a3f4e4fade251aee1e2f2bfb55185c25a53662b981a8d8ed7bc25" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.28.zip", + "archiveFileName": "libnapc-1.5.28.zip", + "size": 487711, + "checksum": "SHA-256:66a80c0fa902a8113cea6a74a25bd3dd96f07aff41a8befe99cad03983de14e9" }, { - "name": "SinricPro", - "version": "2.7.4", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.29", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.29", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.4.zip", - "archiveFileName": "SinricPro-2.7.4.zip", - "size": 2271007, - "checksum": "SHA-256:ee74edadf7f42cd90a976075119bfb53ed8f32a6c3e31669e18d64aff57ddca0" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.29.zip", + "archiveFileName": "libnapc-1.5.29.zip", + "size": 487712, + "checksum": "SHA-256:9c745f1e2566e0039c54d4f455a5f32d57548491ca04d151611b082953d93e3f" }, { - "name": "SinricPro", - "version": "2.7.6", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.30", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.30", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.7.6.zip", - "archiveFileName": "SinricPro-2.7.6.zip", - "size": 2486119, - "checksum": "SHA-256:5ffb6d004be812071fa0e688ef1def81d02675350e7068385cfb11f342baa0c1" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.30.zip", + "archiveFileName": "libnapc-1.5.30.zip", + "size": 492067, + "checksum": "SHA-256:1e529ad166f4106ad09ea5aa275d74ca776ff8019149336f805adce20ca90b85" }, { - "name": "SinricPro", - "version": "2.8.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226 or ESP32 with Amazon Alexa or Google Home", - "website": "https://sinricpro.github.io/esp8266-esp32-sdk/index.html", - "category": "Communication", + "name": "libnapc", + "version": "1.5.31", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.31", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/sinricpro/esp8266-esp32-sdk.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "SinricPro.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "WebSockets" - } + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricPro-2.8.0.zip", - "archiveFileName": "SinricPro-2.8.0.zip", - "size": 2486158, - "checksum": "SHA-256:6e3b4a1a35b288d6ad3102ed39ee5967141b7519fd68e208ae2dfcdf0a7a395c" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.31.zip", + "archiveFileName": "libnapc-1.5.31.zip", + "size": 494830, + "checksum": "SHA-256:c99675e5369837fcdf6ea2f7c233fecbd21ddf4f620ea088a9147c4167875973" }, { - "name": "desklab", - "version": "1.1.0", - "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", - "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", - "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices. The Adafruit_SSD1306 library is required.", - "paragraph": "Supports desklab Photometers", - "website": "https://desk-lab.de", - "category": "Sensors", - "architectures": [], + "name": "libnapc", + "version": "1.5.32", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.32", + "website": "https://libnapc.nap-software.com/", + "category": "Other", + "architectures": [ + "samd" + ], "types": [ "Contributed" ], - "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "Adafruit_SSD1306.h" + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.0.zip", - "archiveFileName": "desklab-1.1.0.zip", - "size": 8963, - "checksum": "SHA-256:c55f44c666eb0076f8c8fbeb3400892328d92b5a9c24c5b162ef0e80847ae362" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.32.zip", + "archiveFileName": "libnapc-1.5.32.zip", + "size": 497487, + "checksum": "SHA-256:3bd644377ce3b08e2c15d8e13fbf02afe109368cab5b419cb142c1204c35a471" }, { - "name": "desklab", - "version": "1.1.1", - "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", - "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", - "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices. The Adafruit_SSD1306 library is required.", - "paragraph": "Supports desklab Photometers", - "website": "https://desk-lab.de", - "category": "Sensors", - "architectures": [], + "name": "libnapc", + "version": "1.5.33", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.33", + "website": "https://libnapc.nap-software.com/", + "category": "Other", + "architectures": [ + "samd" + ], "types": [ "Contributed" ], - "repository": "https://github.com/desklab/desklab-arduino-lib.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "Adafruit_SSD1306.h" + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.1.zip", - "archiveFileName": "desklab-1.1.1.zip", - "size": 9523, - "checksum": "SHA-256:3ff1131f7f78bb70a50bb67e128a46f0ca231d0714e40ff26ac080c81001f998" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.33.zip", + "archiveFileName": "libnapc-1.5.33.zip", + "size": 480997, + "checksum": "SHA-256:7fbe27cf439b6a3d0e0f67097d67c0448f3bbd6ddaccb8f72333fe9a8498faa1" }, { - "name": "desklab", - "version": "1.1.2", - "author": "Axel Schlindwein \u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt \u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff \u003cj.drotleff@desk-lab.de\u003e", - "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", - "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", - "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", - "website": "https://desk-lab.de", - "category": "Sensors", - "architectures": [], + "name": "libnapc", + "version": "1.5.34", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.34", + "website": "https://libnapc.nap-software.com/", + "category": "Other", + "architectures": [ + "samd" + ], "types": [ "Contributed" ], - "repository": "https://github.com/desklab/desklab-arduino-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.2.zip", - "archiveFileName": "desklab-1.1.2.zip", - "size": 9581, - "checksum": "SHA-256:de1b3c19979aba958b6ce4d4ae83f85f78b399997e77e8c0efee1d9071d19303" + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", + "providesIncludes": [ + "napc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.34.zip", + "archiveFileName": "libnapc-1.5.34.zip", + "size": 485634, + "checksum": "SHA-256:4d9190713d02205b7a69a68471a125c7a7c0396d90b8e4a16f76251448336db3" }, { - "name": "desklab", - "version": "1.1.4", - "author": "Axel Schlindwein\u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt\u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff\u003cj.drotleff@desk-lab.de\u003e", - "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", - "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", - "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", - "website": "https://github.com/desklab/desklab-arduino-lib", - "category": "Sensors", - "architectures": [], + "name": "libnapc", + "version": "1.5.35", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.35", + "website": "https://libnapc.nap-software.com/", + "category": "Other", + "architectures": [ + "samd" + ], "types": [ "Contributed" ], - "repository": "https://github.com/desklab/desklab-arduino-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.4.zip", - "archiveFileName": "desklab-1.1.4.zip", - "size": 9652, - "checksum": "SHA-256:12a41f6e6366ac29034bb9f005458d150147bb033b16148fdafb4a6296c4c0ef" + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", + "providesIncludes": [ + "napc.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.35.zip", + "archiveFileName": "libnapc-1.5.35.zip", + "size": 514964, + "checksum": "SHA-256:0bf028f95b260c0721646e8e7cdbd4f1ed244ff8dd26d454f753ec0e2aa36d37" }, { - "name": "desklab", - "version": "1.1.5", - "author": "Axel Schlindwein\u003ca.schlindwein@desk-lab.de\u003e, Tobias Schmitt\u003ct.schmitt@desk-lab.de\u003e, Jonas Drotleff\u003cj.drotleff@desk-lab.de\u003e", - "maintainer": "desklab gUG \u003corga@desk-lab.de\u003e", - "sentence": "Implement methods for the use of desklab (www.desk-lab.de) devices.", - "paragraph": "Supports desklab Photometers. You will also have to install Adafruit_SSD1306 and Adafruit-GFX-Library.", - "website": "https://github.com/desklab/desklab-arduino-lib", - "category": "Sensors", - "architectures": [], + "name": "libnapc", + "version": "1.5.36", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.36", + "website": "https://libnapc.nap-software.com/", + "category": "Other", + "architectures": [ + "samd" + ], "types": [ "Contributed" ], - "repository": "https://github.com/desklab/desklab-arduino-lib.git", - "dependencies": [ - { - "name": "Adafruit_SSD1306" - }, - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", + "providesIncludes": [ + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/desklab/desklab-1.1.5.zip", - "archiveFileName": "desklab-1.1.5.zip", - "size": 9668, - "checksum": "SHA-256:b41f8eb323a187ebebe73ebdb71e2bd05eab77dcea9a979229878d5a9f748a15" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.36.zip", + "archiveFileName": "libnapc-1.5.36.zip", + "size": 519543, + "checksum": "SHA-256:7d197f273172abe8f93be075a9b39f4fd4257005b763adc30aec1802e6642ec9" }, { - "name": "bb_spi_lcd", - "version": "1.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "libnapc", + "version": "1.5.37", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.37", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "bb_spi_lcd.h" + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.1.0.zip", - "archiveFileName": "bb_spi_lcd-1.1.0.zip", - "size": 559419, - "checksum": "SHA-256:0efabcf578ad96a6edc16341123d518c87a9d930bf34ad1965e007807dad9e9c" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.37.zip", + "archiveFileName": "libnapc-1.5.37.zip", + "size": 524131, + "checksum": "SHA-256:5d917fd1475cee553d9d7e392522eef280c0af3ef74c2e28c5176c554ad2e8df" }, { - "name": "bb_spi_lcd", - "version": "1.2.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "libnapc", + "version": "1.5.38", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.38", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "bb_spi_lcd.h" + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.0.zip", - "archiveFileName": "bb_spi_lcd-1.2.0.zip", - "size": 568022, - "checksum": "SHA-256:71bb99589f4a9bfe6b1abba9cac7b16afca13fcf110bd21a01be42810bde8617" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.38.zip", + "archiveFileName": "libnapc-1.5.38.zip", + "size": 527973, + "checksum": "SHA-256:95e0726693533cf79668149aa60f342f2831436e523dc0ca1df1d99802d20a03" }, { - "name": "bb_spi_lcd", - "version": "1.2.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "libnapc", + "version": "1.5.39", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.39", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "bb_spi_lcd.h" + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.1.zip", - "archiveFileName": "bb_spi_lcd-1.2.1.zip", - "size": 568117, - "checksum": "SHA-256:7be58c5b705f4349a34d6cab7215b54afe1a885acdb9595b957e537c152d3f00" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.39.zip", + "archiveFileName": "libnapc-1.5.39.zip", + "size": 528670, + "checksum": "SHA-256:ee796851086fc14d8f5f33515830374c3684a805421cbe0fd4085e43f79b3f3c" }, { - "name": "bb_spi_lcd", - "version": "1.2.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "libnapc", + "version": "1.5.40", + "author": "NAP-Software", + "maintainer": "NAP-Software \u003cinfo@nap.software\u003e", + "sentence": "libnapc implementation.", + "paragraph": "Version: 1.5.40", + "website": "https://libnapc.nap-software.com/", + "category": "Other", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "repository": "https://github.com/libnapc/libnapc-arduino-releases.git", "providesIncludes": [ - "bb_spi_lcd.h" + "napc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.2.2.zip", - "archiveFileName": "bb_spi_lcd-1.2.2.zip", - "size": 568603, - "checksum": "SHA-256:5a7cb6d7b272127c14ffaf1a2e268c7d4fa6f25d09b77ea87b915a6a738990a8" + "url": "https://downloads.arduino.cc/libraries/github.com/libnapc/libnapc-1.5.40.zip", + "archiveFileName": "libnapc-1.5.40.zip", + "size": 528664, + "checksum": "SHA-256:05598634922996df584b430776163f608d840d8230db7fbb4dfdd7ae9f701d27" }, { - "name": "bb_spi_lcd", - "version": "1.3.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "ICM42670P", + "version": "1.0.0", + "author": "TDK/Invensense", + "maintainer": "TDK/Invensense", + "sentence": "The ICM42670P arduino library manages the communication with an ICM42670P Invensence high performance 6-axis MEMS MotionTracking device.", + "paragraph": "This library allows to easily configure and log accelerometer, gyroscope and temperature data from an ICM42670P device, using the SPI or the I2C interface.", + "website": "https://github.com/InvenSenseInc/arduino.ICM42670P", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "repository": "https://github.com/InvenSenseInc/arduino.ICM42670P.git", "providesIncludes": [ - "bb_spi_lcd.h" + "ICM42670P.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.3.0.zip", - "archiveFileName": "bb_spi_lcd-1.3.0.zip", - "size": 569400, - "checksum": "SHA-256:143ded61cdaf9132249269d47de952c5290b777268eb1da34789e6e423e44b5d" + "url": "https://downloads.arduino.cc/libraries/github.com/InvenSenseInc/ICM42670P-1.0.0.zip", + "archiveFileName": "ICM42670P-1.0.0.zip", + "size": 1580030, + "checksum": "SHA-256:472da6ef41b7111297d262567ef88e94c0f2f2ed5288d00e2c8fb8a4578951b0" }, { - "name": "bb_spi_lcd", - "version": "1.3.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes Windows BMP (and RLE) support, bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "digitalWriteFast", + "version": "1.1.0", + "author": "Watterott https://learn.watterott.com/arduino/watterott-libs/", + "maintainer": "Watterott, Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Fast pin access for AVR microcontrollers", + "paragraph": "Provides functions digitalWriteFast(), pinModeFast(), digitalReadFast(pinNum) and digitalToggleFast().", + "website": "https://github.com/ArminJo/digitalWriteFast", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "repository": "https://github.com/ArminJo/digitalWriteFast.git", "providesIncludes": [ - "bb_spi_lcd.h" + "digitalWriteFast.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-1.3.1.zip", - "archiveFileName": "bb_spi_lcd-1.3.1.zip", - "size": 570341, - "checksum": "SHA-256:0cb73c94ec9db0d0be5d8a7c78cf5157f41778ac40dbc5b58d8fc911418f5a13" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/digitalWriteFast-1.1.0.zip", + "archiveFileName": "digitalWriteFast-1.1.0.zip", + "size": 31432, + "checksum": "SHA-256:896e96e2480472d5112502e2f61f761bbe1747811cbec32b7e8c1bb32b81457d" }, { - "name": "bb_spi_lcd", - "version": "2.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "digitalWriteFast", + "version": "1.2.0", + "author": "Watterott https://learn.watterott.com/arduino/watterott-libs/", + "maintainer": "Watterott, Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Fast pin access for AVR microcontrollers", + "paragraph": "Provides functions digitalWriteFast(), pinModeFast(), digitalReadFast(pinNum) and digitalToggleFast().", + "website": "https://github.com/ArminJo/digitalWriteFast", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", + "repository": "https://github.com/ArminJo/digitalWriteFast.git", "providesIncludes": [ - "bb_spi_lcd.h" + "digitalWriteFast.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.0.0.zip", - "archiveFileName": "bb_spi_lcd-2.0.0.zip", - "size": 572087, - "checksum": "SHA-256:d80dc65afdbebfba2ba29d7f9ff4e22b2492fe280c350e5454ea36ab8c02ef12" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/digitalWriteFast-1.2.0.zip", + "archiveFileName": "digitalWriteFast-1.2.0.zip", + "size": 31856, + "checksum": "SHA-256:75bb9d155d8dc1c8ff0fa562f3395475badd765145d8975bd76aa17fbf810cdd" }, { - "name": "bb_spi_lcd", - "version": "2.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Color SPI LCD+OLED library with many unique features.", - "paragraph": "Supports most popular LCD and OLED color display controllers. Includes DMA support, display Windows BMP (and RLE), bitmap rotation, transparent text, translucent 1-bpp masks and optimized primitives. Optional back buffer for fast memory operations.", - "website": "https://github.com/bitbank2/bb_spi_lcd", - "category": "Display", + "name": "BresserWeatherSensorReceiver", + "version": "0.0.3", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorLib", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/bb_spi_lcd.git", - "providesIncludes": [ - "bb_spi_lcd.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.0.3.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.0.3.zip", + "size": 54176, + "checksum": "SHA-256:3404917d7eff3d6399931e73a128f0e34aa5da2bb7ae2ead71168df8b1119a83" + }, + { + "name": "BresserWeatherSensorReceiver", + "version": "0.3.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", + "architectures": [ + "esp32", + "esp8266" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_spi_lcd-2.1.0.zip", - "archiveFileName": "bb_spi_lcd-2.1.0.zip", - "size": 743106, - "checksum": "SHA-256:9eebc3ff8132a1916ad914101e2216b645c8394ca1641940018ad99631bd733c" + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "mqtt" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.3.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.3.0.zip", + "size": 87012, + "checksum": "SHA-256:31ae92bca02cb2e251da573967a3bd8fd8dd2f9762acbdf5467b88d27fe9e112" }, { - "name": "BQ25896", - "version": "0.1.0", - "author": "a", - "maintainer": "andhieSetyabudi", - "sentence": "Arduino library for BQ25896 1-Cell Battery Charger", - "paragraph": "Arduino library for BQ25896 1-Cell Battery Charger", - "website": "https://github.com/andhieSetyabudi", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.3.2", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/andhieSetyabudi/BQ25896.git", - "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/BQ25896-0.1.0.zip", - "archiveFileName": "BQ25896-0.1.0.zip", - "size": 6621, - "checksum": "SHA-256:0760f3e505aa12e8151bed99eed1b5f327a331d412a96b3f467619f142927a05" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.3.2.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.3.2.zip", + "size": 116165, + "checksum": "SHA-256:4a35c2852d93694e997ba8668b97794ec9f3365b4ded717e0ef47efe406259a9" }, { - "name": "BQ25896", - "version": "1.0.0", - "author": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", - "maintainer": "Andhie Setyabudi \u003candhie.13@gmail.com\u003e", - "sentence": "Arduino library for BQ25896 single-Cell Battery Charger", - "paragraph": "Arduino library for BQ25896 single-Cell Battery Charger with I2C data control", - "website": "https://github.com/andhieSetyabudi/BQ25896.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.3.3", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/andhieSetyabudi/BQ25896.git", - "providesIncludes": [ - "BQ25896.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/andhieSetyabudi/BQ25896-1.0.0.zip", - "archiveFileName": "BQ25896-1.0.0.zip", - "size": 7171, - "checksum": "SHA-256:850ec2cb26357524d4e270abc2f37356430f48226460469053b8d4e2dec4b047" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.3.3.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.3.3.zip", + "size": 177263, + "checksum": "SHA-256:d4d6d71d048fbf3127746cfd0d4183ac5fa114c7d19e83d8923fa68a53aaf6eb" }, { - "name": "Cytron Maker Sumo Library", - "version": "1.0.0", - "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "sentence": "Library for Cytron Maker Mini Sumo controller.", - "paragraph": "Provide utilities and functions to use the board.", - "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.4.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.0.0.zip", - "archiveFileName": "Cytron_Maker_Sumo_Library-1.0.0.zip", - "size": 4428, - "checksum": "SHA-256:948bb6a76f9bf4e2ef4164bcf69130009d853a626b3694e6f39e1fbe74bbfd92" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.4.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.4.0.zip", + "size": 347526, + "checksum": "SHA-256:db2042925ed6426548d2b95be2415f543691e7496bf9e78e5e31a2f02b794449" }, { - "name": "Cytron Maker Sumo Library", - "version": "1.0.2", - "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "sentence": "Library for Cytron Maker Mini Sumo controller.", - "paragraph": "Provide utilities and functions to use the board.", - "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.5.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.0.2.zip", - "archiveFileName": "Cytron_Maker_Sumo_Library-1.0.2.zip", - "size": 9116, - "checksum": "SHA-256:fb79854e9be6abaffdd3e4809f92c9f67b0c7a196284ea75b0045e02cc29fd58" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.5.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.5.0.zip", + "size": 358788, + "checksum": "SHA-256:23baa41d242676a3f1840fd8b7a8579f2e86f0f09550f7d93b53841bcfef8c76" }, { - "name": "Cytron Maker Sumo Library", - "version": "1.1.0", - "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "sentence": "Library for Cytron Maker Mini Sumo controller.", - "paragraph": "Provide utilities and functions to use the board.", - "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.5.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.1.0.zip", - "archiveFileName": "Cytron_Maker_Sumo_Library-1.1.0.zip", - "size": 11984, - "checksum": "SHA-256:c24987f4af05dbced18ec6bbcd00ff766f5b4e02c3c5b2970785b4056397ca57" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.5.1.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.5.1.zip", + "size": 352879, + "checksum": "SHA-256:7b2083ca755456be692805dc460ebd020702982358da43387380c1078c88415d" }, { - "name": "Cytron Maker Sumo Library", - "version": "1.2.0", - "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "sentence": "Library for Cytron Maker Mini Sumo controller.", - "paragraph": "Provide utilities and functions to use the board.", - "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.5.2", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.0.zip", - "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.0.zip", - "size": 14048, - "checksum": "SHA-256:e69818c410f39ab8ae60707e7569e27aab777470462bc0addfeae66541afafe9" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.5.2.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.5.2.zip", + "size": 356645, + "checksum": "SHA-256:a9b84b1eaaa670e8912082ee5986f387f7896a7cbdea4db50b768b9d097095c0" }, { - "name": "Cytron Maker Sumo Library", - "version": "1.2.1", - "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "sentence": "Library for Cytron Maker Mini Sumo controller.", - "paragraph": "Provide utilities and functions to use the board.", - "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.5.3", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.1.zip", - "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.1.zip", - "size": 16168, - "checksum": "SHA-256:e50c69c388dd98187b24db4c4b84b6e79199b846729220d9188c314cbab189b6" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.5.3.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.5.3.zip", + "size": 357255, + "checksum": "SHA-256:6e4f41c5fec35be582fd35b3e5cdefdbef6f6f40b32a9c5b423dc8b4417d4fa4" }, { - "name": "Cytron Maker Sumo Library", - "version": "1.2.2", - "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "sentence": "Library for Cytron Maker Mini Sumo controller.", - "paragraph": "Provide utilities and functions to use the board.", - "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.5.4", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.2.zip", - "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.2.zip", - "size": 16098, - "checksum": "SHA-256:5f7fe2624c3a407e6d1673e80f2688334b8bc4dfbd2a5d05f7a33da845004923" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.5.4.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.5.4.zip", + "size": 357329, + "checksum": "SHA-256:ec9494ab994d1d929aaba1dd229775c3ea2f8f54b1f9e14bd99e96740a41a594" }, { - "name": "Cytron Maker Sumo Library", - "version": "1.2.3", - "author": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "maintainer": "Cytron Technologies Sdn Bhd \u003csupport@cytron.io\u003e", - "sentence": "Library for Cytron Maker Mini Sumo controller.", - "paragraph": "Provide utilities and functions to use the board.", - "website": "https://github.com/CytronTechnologies/CytronMakerSumo.git", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.6.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CytronTechnologies/CytronMakerSumo.git", + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", "dependencies": [ { - "name": "Servo" + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/CytronTechnologies/Cytron_Maker_Sumo_Library-1.2.3.zip", - "archiveFileName": "Cytron_Maker_Sumo_Library-1.2.3.zip", - "size": 16149, - "checksum": "SHA-256:8a51ddba76c228716a104480139c781838359928aab99c1126bd8b0ef5d35102" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.6.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.6.0.zip", + "size": 361225, + "checksum": "SHA-256:5586fc6b25eb283dad1c6678a568174d371c8aea4861c59fe6440fc156673caa" }, { - "name": "Ringo by CircuitMess Library", - "version": "1.0.0", - "author": "CircuitMess", - "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", - "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", - "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", - "website": "https://github.com/CircuitMess/CircuitMess-Ringo", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.6.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", - "providesIncludes": [ - "MAKERphone.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.0.zip", - "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.0.zip", - "size": 7565248, - "checksum": "SHA-256:4bdfe6370b4d755617b01094c850389f52f145d6d39176d24c6b0bca9240b58e" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.6.1.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.6.1.zip", + "size": 361357, + "checksum": "SHA-256:b2b06c96df4967ca39ab85a5359283f1007638fa48045d33413e19f39a452c95" }, { - "name": "Ringo by CircuitMess Library", - "version": "1.0.2", - "author": "CircuitMess", - "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", - "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", - "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", - "website": "https://github.com/CircuitMess/CircuitMess-Ringo", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.7.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", - "providesIncludes": [ - "MAKERphone.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.2.zip", - "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.2.zip", - "size": 9306026, - "checksum": "SHA-256:d49d01486c5e928fe6452cdec5dd38d6bc65ed8000a4d4e77435e782d0b006db" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.7.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.7.0.zip", + "size": 362002, + "checksum": "SHA-256:da2dd6768cf95e96f6c87d9b0e989bfa2497204569a9bf1182efacdad6908a8e" }, { - "name": "Ringo by CircuitMess Library", - "version": "1.0.5", - "author": "CircuitMess", - "maintainer": "CircuitMess \u003ccontact@circuitmess.com\u003e", - "sentence": "Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.", - "paragraph": "See more on https://www.kickstarter.com/projects/albertgajsak/makerphone-an-educational-diy-mobile-phone", - "website": "https://github.com/CircuitMess/CircuitMess-Ringo", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.8.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/CircuitMess/CircuitMess-Ringo.git", - "providesIncludes": [ - "MAKERphone.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitMess/Ringo_by_CircuitMess_Library-1.0.5.zip", - "archiveFileName": "Ringo_by_CircuitMess_Library-1.0.5.zip", - "size": 9298180, - "checksum": "SHA-256:cc44cc4900aaaaa5abae9664e6c177c2af030d4a720fb771fdb93a03bc1c2958" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.8.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.8.0.zip", + "size": 367130, + "checksum": "SHA-256:108aac5768d901cb3784d1842efa766f7b6867468261a6de7b2fb5c61b73089c" }, { - "name": "Formulinha", - "version": "1.0.0", - "author": "Everton Ramires", - "maintainer": "Everton Ramires \u003cramireseverton@gmail.com\u003e", - "sentence": "Formulinha Robot Library", - "paragraph": "Control everything in your robot in a super easy way!", - "website": "https://github.com/GypsyRobot/Formulinha", - "category": "Signal Input/Output", + "name": "BresserWeatherSensorReceiver", + "version": "0.9.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/GypsyRobot/Formulinha.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GypsyRobot/Formulinha-1.0.0.zip", - "archiveFileName": "Formulinha-1.0.0.zip", - "size": 15902, - "checksum": "SHA-256:02cab6f7c631399c2610448cc81f01902759d0869dbd4d7d138c21ac4babc9fd" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.9.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.9.0.zip", + "size": 368079, + "checksum": "SHA-256:1e6fd1fb6c6ef71985100773193a6bc8a86366f4e254c9d6403d74489703f941" }, { - "name": "Adafruit AVRProg", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for programming AVR chips from Arduino", - "paragraph": "Arduino library for programming AVR chips from Arduino", - "website": "https://github.com/adafruit/Adafruit_AVRProg", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.9.2", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.0.0.zip", - "archiveFileName": "Adafruit_AVRProg-1.0.0.zip", - "size": 14648, - "checksum": "SHA-256:ff992c4b2fead510250c22e207e9e63f279bf1bd8e43d14f31b8af7831bdf3e3" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.9.2.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.9.2.zip", + "size": 368100, + "checksum": "SHA-256:380236f768617323905b3697343c551013e1ace18e2309de7bcbd3fae451c6bf" }, { - "name": "Adafruit AVRProg", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for programming AVR chips from Arduino", - "paragraph": "Arduino library for programming AVR chips from Arduino", - "website": "https://github.com/adafruit/Adafruit_AVRProg", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.9.3", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.1.0.zip", - "archiveFileName": "Adafruit_AVRProg-1.1.0.zip", - "size": 27627, - "checksum": "SHA-256:3e6a36033985b99f4bdbe9bdcce13f8b54a5fb44b034f89441ba1f0e08fde18b" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.9.3.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.9.3.zip", + "size": 368520, + "checksum": "SHA-256:a8ad9ea19e0fef9aa677102c37634dba3ec768f8208ea9c77b538a01df855dbb" }, { - "name": "Adafruit AVRProg", - "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for programming AVR chips from Arduino", - "paragraph": "Arduino library for programming AVR chips from Arduino", - "website": "https://github.com/adafruit/Adafruit_AVRProg", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.10.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.10.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.10.0.zip", + "size": 1642452, + "checksum": "SHA-256:e06b9e85326b259bdd5a6808dca038cd5f92aff5086f64bd19505f28728c08c2" + }, + { + "name": "BresserWeatherSensorReceiver", + "version": "0.11.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.1.1.zip", - "archiveFileName": "Adafruit_AVRProg-1.1.1.zip", - "size": 27703, - "checksum": "SHA-256:a207232bb58fabf422cb644ff7e7ff1521955efc16f8b63cbdeee0d566c8107b" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.11.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.11.0.zip", + "size": 1645014, + "checksum": "SHA-256:dfacb913f67e8d48661d2ca16cfbbfd93610bdc026b90fd592a44d230d779ed4" }, { - "name": "Adafruit AVRProg", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for programming AVR chips from Arduino", - "paragraph": "Arduino library for programming AVR chips from Arduino", - "website": "https://github.com/adafruit/Adafruit_AVRProg", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.12.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.2.0.zip", - "archiveFileName": "Adafruit_AVRProg-1.2.0.zip", - "size": 27794, - "checksum": "SHA-256:6faadab5934589fa8630a376547b092cfbb8a7514f589c51537eb911225ccca0" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.12.1.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.12.1.zip", + "size": 1647074, + "checksum": "SHA-256:f7723ea585f75b63bc914f341e9833c616492bac8d178f3433a0363c5397fa92" }, { - "name": "Adafruit AVRProg", - "version": "1.2.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for programming AVR chips from Arduino", - "paragraph": "Arduino library for programming AVR chips from Arduino", - "website": "https://github.com/adafruit/Adafruit_AVRProg", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.13.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AVRProg.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AVRProg-1.2.1.zip", - "archiveFileName": "Adafruit_AVRProg-1.2.1.zip", - "size": 27844, - "checksum": "SHA-256:a2afe13413d23b223272424965e09e13dab1557ce108d8f82dcd0a77cb8d3e63" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.13.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.13.0.zip", + "size": 1649045, + "checksum": "SHA-256:808738d859a56f4faab7ec8c44ad47df4818058c596c46062fa7f23e2d7eacbd" }, { - "name": "iAQ-CoreMI", - "version": "0.0.1", - "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", - "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", - "sentence": "A library for the Austria Microsystems iAQ-Core Air Quality Sensor.", - "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", - "website": "https://bitbucket.org/christandlg/iaq-coremi/", + "name": "BresserWeatherSensorReceiver", + "version": "0.13.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://bitbucket.org/christandlg/iaq-coremi.git", - "providesIncludes": [ - "iAQCoreMI.h", - "Wire.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/iAQ_CoreMI-0.0.1.zip", - "archiveFileName": "iAQ_CoreMI-0.0.1.zip", - "size": 10654, - "checksum": "SHA-256:c64004b96da22bef6677c0d99e17f722b096ec27aafa3b7b61e6b1fb5742bbef" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.13.1.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.13.1.zip", + "size": 1649400, + "checksum": "SHA-256:bdaa04ae3f9a76929e94b3bbf99d430e3b447c98a57751a33fed52ee72ab6ae6" }, { - "name": "iAQ-CoreMI", - "version": "0.0.2", - "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", - "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", - "sentence": "A library for the Austria Microsystems iAQ-Core Air Quality Sensor.", - "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", - "website": "https://bitbucket.org/christandlg/iaq-coremi/", + "name": "BresserWeatherSensorReceiver", + "version": "0.14.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://bitbucket.org/christandlg/iaq-coremi.git", - "providesIncludes": [ - "iAQCoreMI.h", - "Wire.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/iAQ_CoreMI-0.0.2.zip", - "archiveFileName": "iAQ_CoreMI-0.0.2.zip", - "size": 10730, - "checksum": "SHA-256:88837f56fc37d65734309726a235753fe1ed4415847b216bc8164a5d7486b9bd" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.14.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.14.0.zip", + "size": 1659007, + "checksum": "SHA-256:dcfbce6709b12e6be9667232d34a1f6f5614a6cbb446aeb53b0fdbf4a2c88b4f" }, { - "name": "Afstandssensor - HCSR04", - "version": "1.0.0", - "author": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", - "maintainer": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", - "sentence": "Bibliotek til HC-SR04 ultralyd afstandssensor.", - "paragraph": "Du kan måle afstanden til objekter mellem 5 og 400cm væk. Det er også muligt at angive en rumtemperatur for at opnå større præcision .", - "website": "https://github.com/Teknologiskolen/HCSR04", + "name": "BresserWeatherSensorReceiver", + "version": "0.15.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Teknologiskolen/HCSR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Teknologiskolen/Afstandssensor___HCSR04-1.0.0.zip", - "archiveFileName": "Afstandssensor___HCSR04-1.0.0.zip", - "size": 3999, - "checksum": "SHA-256:30dcb54743067d4d8b846db561afce5185e1de2729de779141f500432472241e" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.15.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.15.0.zip", + "size": 1660472, + "checksum": "SHA-256:229f1cd76670d0cf27658b9e77bc600cb8c145258f16a0b2ce3ea38c6402a704" }, { - "name": "Afstandssensor - HCSR04", - "version": "1.0.2", - "author": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", - "maintainer": "Jørgen Larsen \u003cjclarsen@teknologiskolen.dk\u003e", - "sentence": "Bibliotek til HC-SR04 ultralyd afstandssensor.", - "paragraph": "Du kan måle afstanden til objekter mellem 5 og 400cm væk. Det er også muligt at angive en rumtemperatur for at opnå større præcision .", - "website": "https://github.com/Teknologiskolen/HCSR04", + "name": "BresserWeatherSensorReceiver", + "version": "0.16.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Teknologiskolen/HCSR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Teknologiskolen/Afstandssensor___HCSR04-1.0.2.zip", - "archiveFileName": "Afstandssensor___HCSR04-1.0.2.zip", - "size": 4036, - "checksum": "SHA-256:59023d8845248432b9b7e48aceb7d25cea1789b9bc88f46929e50fe81da16e52" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.16.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.16.0.zip", + "size": 1662708, + "checksum": "SHA-256:f1f3b624cfb38aa575871c496c0f1c15ea4ec4a6f48946e0f91858eb4d9fad59" }, { - "name": "eHaJo LM75-Addon-Board", - "version": "1.0.0", - "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", - "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", - "sentence": "Support for I²C digital temperature sensor addon-board LM75.", - "paragraph": "More information about the addon-board on the shop: https://www.ehajo.de/bausaetze/bedrahtet/207/temperatur-addon-lm75", - "website": "https://github.com/ehajo/LM75B", + "name": "BresserWeatherSensorReceiver", + "version": "0.17.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ehajo/LM75B.git", - "providesIncludes": [ - "eHaJo_LM75.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_LM75_Addon_Board-1.0.0.zip", - "archiveFileName": "eHaJo_LM75_Addon_Board-1.0.0.zip", - "size": 8493, - "checksum": "SHA-256:78d86825be5e10b7aaa4f45f53af054c58482be9abf565d901d14fb8d03d61c2" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.17.1.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.17.1.zip", + "size": 1664087, + "checksum": "SHA-256:eb6dfcc52039701549a17c076faa473db78cf99c183fa8276160b6bf531ada90" }, { - "name": "eHaJo LM75-Addon-Board", - "version": "1.0.1", - "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", - "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", - "sentence": "Support for I²C digital temperature sensor addon-board LM75.", - "paragraph": "More information about the addon-board on the shop: https://www.ehajo.de/bausaetze/bedrahtet/207/temperatur-addon-lm75", - "website": "https://github.com/ehajo/LM75B", + "name": "BresserWeatherSensorReceiver", + "version": "0.18.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ehajo/LM75B.git", - "providesIncludes": [ - "eHaJo_LM75.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_LM75_Addon_Board-1.0.1.zip", - "archiveFileName": "eHaJo_LM75_Addon_Board-1.0.1.zip", - "size": 9004, - "checksum": "SHA-256:2ecbb7d12cf335fd129e83f8997e97c71287fe8996aca7b3ab543ed30fb269de" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.18.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.18.0.zip", + "size": 1664543, + "checksum": "SHA-256:ce81e6f375633e38a6c4f0702342c1b532af9fa0da0a7bd172c4d928fbc5b70c" }, { - "name": "avr_stl", - "version": "1.2.0", - "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", - "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", - "sentence": "A port of ArduinoSTL Arduino library.", - "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", - "website": "https://https://github.com/ciband/avr_stl", - "category": "Other", + "name": "BresserWeatherSensorReceiver", + "version": "0.19.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr", - "samd" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ciband/avr_stl.git", - "providesIncludes": [ - "ArduinoSTL.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.0.zip", - "archiveFileName": "avr_stl-1.2.0.zip", - "size": 525983, - "checksum": "SHA-256:7361455be1a171f9f571a9134e0e5654ae384d950a402ae36d817f6e36e98519" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.19.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.19.0.zip", + "size": 1665936, + "checksum": "SHA-256:496faec79689ff613fcdd0ab98b3f85ea3a738a61306c4e39fd38555ba44950e" }, { - "name": "avr_stl", - "version": "1.2.1", - "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", - "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", - "sentence": "A port of ArduinoSTL Arduino library.", - "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", - "website": "https://https://github.com/ciband/avr_stl", - "category": "Other", + "name": "BresserWeatherSensorReceiver", + "version": "0.19.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr", - "samd" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ciband/avr_stl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.1.zip", - "archiveFileName": "avr_stl-1.2.1.zip", - "size": 174122, - "checksum": "SHA-256:6228711e4da50d3ab24b72c529db601317962da91dd3b6c6c596b2d70a20d320" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.19.1.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.19.1.zip", + "size": 1665245, + "checksum": "SHA-256:70aed6fbc33e351efa5e358f5ad59cb7b2c8b479c2e89b43c0719c683e597c37" }, { - "name": "avr_stl", - "version": "1.2.2", - "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", - "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", - "sentence": "A port of ArduinoSTL Arduino library.", - "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", - "website": "https://https://github.com/ciband/avr_stl", - "category": "Other", + "name": "BresserWeatherSensorReceiver", + "version": "0.19.3", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr", - "samd" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ciband/avr_stl.git", - "providesIncludes": [ - "avr_stl.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.2.zip", - "archiveFileName": "avr_stl-1.2.2.zip", - "size": 174277, - "checksum": "SHA-256:f34d501719e79f156423b49d6e0bbe1de27650df3642499b7330b6df79572494" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.19.3.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.19.3.zip", + "size": 1667549, + "checksum": "SHA-256:a85f4aace4b405c0167d607fff0260d90b9114080c9a150374c6252233e31b08" }, { - "name": "avr_stl", - "version": "1.2.3", - "author": "Mike Matera \u003cmatera@lifealgorithmic.com\u003e", - "maintainer": "Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e", - "sentence": "A port of ArduinoSTL Arduino library.", - "paragraph": "This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", - "website": "https://github.com/ciband/avr_stl", - "category": "Other", + "name": "BresserWeatherSensorReceiver", + "version": "0.19.4", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "avr", - "samd" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ciband/avr_stl.git", - "providesIncludes": [ - "avr_stl.h" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ciband/avr_stl-1.2.3.zip", - "archiveFileName": "avr_stl-1.2.3.zip", - "size": 174326, - "checksum": "SHA-256:50e39cc0af4b8281396ecad8010f7174f34e73cedd8490fe2b58d52e0144fe34" + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.19.4.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.19.4.zip", + "size": 1672251, + "checksum": "SHA-256:9cd456ba74c30ddf115fff999557dd54661e378bc99d2291fc1080f9a23e23a4" }, { - "name": "AD5254_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages potentiometer AD5254 or AD5253", - "paragraph": "It can read and write resister value for potentiometer.", - "website": "https://github.com/asukiaaa/AD5254_asukiaaa", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.19.5", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.0.zip", - "archiveFileName": "AD5254_asukiaaa-1.0.0.zip", - "size": 3202, - "checksum": "SHA-256:fea10268ef29de39b5c593595951eb5e9a0531c93c8142b6634506784d8a0526" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.19.5.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.19.5.zip", + "size": 1672815, + "checksum": "SHA-256:b4b533c65124fa7a4f9af889b52ba98ef9ac456ededd90cc99cf1a68eb04cde5" }, { - "name": "AD5254_asukiaaa", - "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages potentiometer AD5254 or AD5253", - "paragraph": "It can read and write resister value for potentiometer.", - "website": "https://github.com/asukiaaa/AD5254_asukiaaa", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.19.6", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.1.zip", - "archiveFileName": "AD5254_asukiaaa-1.0.1.zip", - "size": 3210, - "checksum": "SHA-256:74a9879c5531218ddd2814b4f4a438db304eb4e983c84f6fc02a1635ae33fa0a" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.19.6.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.19.6.zip", + "size": 1672945, + "checksum": "SHA-256:057b9293ac8ef504397395726849d654e45dc88d39ad190552daba0010259dbe" }, { - "name": "AD5254_asukiaaa", - "version": "1.0.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages potentiometer AD5254 or AD5253", - "paragraph": "It can read and write resister value for potentiometer.", - "website": "https://github.com/asukiaaa/AD5254_asukiaaa", - "category": "Device Control", + "name": "BresserWeatherSensorReceiver", + "version": "0.20.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "paragraph": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W.", + "website": "https://github.com/matthias-bs/BresserWeatherSensorReceiver", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "esp8266", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.2.zip", - "archiveFileName": "AD5254_asukiaaa-1.0.2.zip", - "size": 3399, - "checksum": "SHA-256:768f62f9c646af3f4b14ff6a8a4869e826ab43abc210893c48ade886b879e050" + "repository": "https://github.com/matthias-bs/BresserWeatherSensorReceiver.git", + "dependencies": [ + { + "name": "RadioLib" + }, + { + "name": "MQTT" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/BresserWeatherSensorReceiver-0.20.0.zip", + "archiveFileName": "BresserWeatherSensorReceiver-0.20.0.zip", + "size": 1672713, + "checksum": "SHA-256:5ed5d6ac98501939a7e43037cdc55455ccbe5183d186d331682657e57c48fb08" }, { - "name": "AD5254_asukiaaa", - "version": "1.0.3", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages potentiometer AD5254 or AD5253", - "paragraph": "It can read and write resister value for potentiometer.", - "website": "https://github.com/asukiaaa/AD5254_asukiaaa", - "category": "Device Control", + "name": "RussianText_u8g", + "version": "0.0.1", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Library for u8g_libs added russian text", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.3.zip", - "archiveFileName": "AD5254_asukiaaa-1.0.3.zip", - "size": 5242, - "checksum": "SHA-256:a9afb63d456ff27cba3e3bae3a3edbaa6655655c0a1082c92012751ce521ef14" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "providesIncludes": [ + "RussianText_u8g.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.1.zip", + "archiveFileName": "RussianText_u8g-0.0.1.zip", + "size": 5224, + "checksum": "SHA-256:00585a1d1b35f5e8625be183b1f4dfdeb186c2e54f2d84d2641293ad7683c8c1" }, { - "name": "AD5254_asukiaaa", - "version": "1.0.4", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It manages potentiometer AD5254 or AD5253", - "paragraph": "It can read and write resister value for potentiometer.", - "website": "https://github.com/asukiaaa/AD5254_asukiaaa", - "category": "Device Control", + "name": "RussianText_u8g", + "version": "0.0.2", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/AD5254_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/AD5254_asukiaaa-1.0.4.zip", - "archiveFileName": "AD5254_asukiaaa-1.0.4.zip", - "size": 5577, - "checksum": "SHA-256:1f40fa3b32f85d96f560d484e263a09d4c1c61430aac0dcd7c04074ac85b5763" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.2.zip", + "archiveFileName": "RussianText_u8g-0.0.2.zip", + "size": 17726, + "checksum": "SHA-256:165821da97ba3b2a1ad95277bf0c456cdc032519874a2b7651753dec07d72afd" }, { - "name": "WTV020SD16P", - "version": "1.3.0", - "author": "Diego J. Arevalo,Ryszard Malinowski,Dan F,Thomas A. Hirsch", - "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", - "sentence": "Arduino library for the WTV020-SD-16P sound module", - "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board. Created by Diego J. Arevalo, August 6th, 2012. Modifed by Ryszard Malinowski November 30, 2014. Modifed by Dan F March 2015 Modified by Thomas A. Hirsch, October 28, 2019.", - "website": "https://github.com/fablab-bayreuth/WTV020SD16P", - "category": "Signal Input/Output", + "name": "RussianText_u8g", + "version": "0.0.3", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.3.0.zip", - "archiveFileName": "WTV020SD16P-1.3.0.zip", - "size": 464355, - "checksum": "SHA-256:a88ca28ea495427c3cf864b8ec455111d76eef065a5bcda9b09ddf9da6156319" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.3.zip", + "archiveFileName": "RussianText_u8g-0.0.3.zip", + "size": 17987, + "checksum": "SHA-256:a201be6176612290a95334770e24682f32c71e0b32f254cda2a08072144bf7cf" }, { - "name": "WTV020SD16P", - "version": "1.3.1", - "author": "Diego J. Arevalo, Ryszard Malinowski, Dan F, Thomas A. Hirsch", - "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", - "sentence": "Arduino library for the WTV020-SD-16P sound module", - "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board.", - "website": "https://github.com/fablab-bayreuth/WTV020SD16P", - "category": "Signal Input/Output", + "name": "RussianText_u8g", + "version": "0.0.4", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.3.1.zip", - "archiveFileName": "WTV020SD16P-1.3.1.zip", - "size": 465796, - "checksum": "SHA-256:faf3944b8d844ea063aaade23891b8661642a41145a737c6a20f8dc7b2aecd4e" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.4.zip", + "archiveFileName": "RussianText_u8g-0.0.4.zip", + "size": 19013, + "checksum": "SHA-256:77c6dc272ec12834b9874646adbb63ac1bfdd0d267fe36f257f2645a7cac6a06" }, { - "name": "WTV020SD16P", - "version": "1.4.0", - "author": "Diego J. Arevalo, Ryszard Malinowski, Dan F, Thomas A. Hirsch", - "maintainer": "FabLab Bayreuth \u003cthomas.hirsch@fablab-bayreuth.de\u003e", - "sentence": "Arduino library for the WTV020-SD-16P sound module", - "paragraph": "Library to control a WTV020-SD-16P module to play voices from an Arduino board.", - "website": "https://github.com/fablab-bayreuth/WTV020SD16P", - "category": "Signal Input/Output", + "name": "RussianText_u8g", + "version": "0.0.5", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fablab-bayreuth/WTV020SD16P.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fablab-bayreuth/WTV020SD16P-1.4.0.zip", - "archiveFileName": "WTV020SD16P-1.4.0.zip", - "size": 465893, - "checksum": "SHA-256:fd0a721a42647f137ee559e72f564972564d687180cc8283775517377446fbd0" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.5.zip", + "archiveFileName": "RussianText_u8g-0.0.5.zip", + "size": 22999, + "checksum": "SHA-256:1f599d4223c0d81d7d8116092d574afde0bf2c637b88dd56e24d8f6ca09f086e" }, { - "name": "Adafruit TensorFlow Lite", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "website": "https://github.com/adafruit/Adafruit_TFLite", - "category": "Data Processing", + "name": "RussianText_u8g", + "version": "0.0.6", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TFLite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.0.0.zip", - "archiveFileName": "Adafruit_TensorFlow_Lite-1.0.0.zip", - "size": 15813, - "checksum": "SHA-256:0019c7f5490d9be7dfbc6cc01239b80431ee78c6251300edb8cf5db4542c7186" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.6.zip", + "archiveFileName": "RussianText_u8g-0.0.6.zip", + "size": 23056, + "checksum": "SHA-256:ff47219d3775142248893f78a21f5f3732b3a098bb4676534369578d115e3106" }, { - "name": "Adafruit TensorFlow Lite", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "website": "https://github.com/adafruit/Adafruit_TFLite", - "category": "Data Processing", + "name": "RussianText_u8g", + "version": "0.0.7", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TFLite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.1.0.zip", - "archiveFileName": "Adafruit_TensorFlow_Lite-1.1.0.zip", - "size": 187850, - "checksum": "SHA-256:d81b5a9172f0121c45dc251d01a1396da4bc6d690db232a9af421a9495d3038b" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.7.zip", + "archiveFileName": "RussianText_u8g-0.0.7.zip", + "size": 24307, + "checksum": "SHA-256:add25adce496d898e9ee761b69045a48f32679cd725e22b884311b537e6ff47b" }, { - "name": "Adafruit TensorFlow Lite", - "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "website": "https://github.com/adafruit/Adafruit_TFLite", - "category": "Data Processing", + "name": "RussianText_u8g", + "version": "0.0.8", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TFLite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.1.1.zip", - "archiveFileName": "Adafruit_TensorFlow_Lite-1.1.1.zip", - "size": 282813, - "checksum": "SHA-256:f68314b804197c7f2fba8aed02adcba652505af010ef1c8216578c253c8f338b" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.8.zip", + "archiveFileName": "RussianText_u8g-0.0.8.zip", + "size": 28223, + "checksum": "SHA-256:bf84fff689df29bfcd991adb59cf0e3baeed9c2467138032278aac2526f8fb0f" }, { - "name": "Adafruit TensorFlow Lite", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "website": "https://github.com/adafruit/Adafruit_TFLite", - "category": "Data Processing", + "name": "RussianText_u8g", + "version": "0.0.9", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TFLite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.0.zip", - "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.0.zip", - "size": 287657, - "checksum": "SHA-256:e0cc535ddbde5ea29c146a290a6afbaec1ff7842d47e195dfa0f34254287d7f0" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.9.zip", + "archiveFileName": "RussianText_u8g-0.0.9.zip", + "size": 28411, + "checksum": "SHA-256:98c1b07395582af53897306ccddfa05dc1d79e45e26334f58ba8a573435d9f93" }, { - "name": "Adafruit TensorFlow Lite", - "version": "1.2.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "website": "https://github.com/adafruit/Adafruit_TFLite", - "category": "Data Processing", + "name": "RussianText_u8g", + "version": "0.0.10", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TFLite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.1.zip", - "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.1.zip", - "size": 319540, - "checksum": "SHA-256:be3a02be1e80e37ac03c1b830a08dc92bcfb519cb4fd306f4411afe9a49ded72" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.10.zip", + "archiveFileName": "RussianText_u8g-0.0.10.zip", + "size": 30968, + "checksum": "SHA-256:ee305c26eb5ee5bf770a68665bdfcdb5de9af31b0a2c2d970c13213b358d25dd" }, { - "name": "Adafruit TensorFlow Lite", - "version": "1.2.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "website": "https://github.com/adafruit/Adafruit_TFLite", - "category": "Data Processing", + "name": "RussianText_u8g", + "version": "0.0.11", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TFLite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.2.zip", - "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.2.zip", - "size": 319538, - "checksum": "SHA-256:d4addf23fc88bb10784f5f35e9b71451efba2cb2da59d9637a62fbc5a4ce2867" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.0.11.zip", + "archiveFileName": "RussianText_u8g-0.0.11.zip", + "size": 31039, + "checksum": "SHA-256:b3a7fbdaae21aa798a19e44190fe5f1e7ab90f07ba4e794628b0dd49905a7a8c" }, { - "name": "Adafruit TensorFlow Lite", - "version": "1.2.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "paragraph": "This is a library to abstract away TensorFlow Lite for Adafruit/Arcada boards", - "website": "https://github.com/adafruit/Adafruit_TFLite", - "category": "Data Processing", + "name": "RussianText_u8g", + "version": "0.1.0", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TFLite.git", - "dependencies": [ - { - "name": "Adafruit Arcada Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TensorFlow_Lite-1.2.3.zip", - "archiveFileName": "Adafruit_TensorFlow_Lite-1.2.3.zip", - "size": 319562, - "checksum": "SHA-256:c6f0cb84a184c1505f61efce684acdcdbb8d27d6e95f65ce103c73c57152fab5" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.1.0.zip", + "archiveFileName": "RussianText_u8g-0.1.0.zip", + "size": 47634, + "checksum": "SHA-256:c077f67d519976e736c35f0585151e749726a7f94bd7a8d5173947d881168e1f" }, { - "name": "FirebaseJson", - "version": "2.0.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", - "paragraph": "This Arduino library is for create, edit and parse the JSON object with Firebase compatible.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "RussianText_u8g", + "version": "0.1.1", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.0.0.zip", - "archiveFileName": "FirebaseJson-2.0.0.zip", - "size": 25501, - "checksum": "SHA-256:39268b10fdac4f70b2e2a7ff0b1f23e762346f5594b8d5e207f32033a236b978" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.1.1.zip", + "archiveFileName": "RussianText_u8g-0.1.1.zip", + "size": 47658, + "checksum": "SHA-256:2a3f84c419d0702dd79448c2445d61b090f98dc14901109874b5b9fab514a3e0" }, { - "name": "FirebaseJson", - "version": "2.2.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", - "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "RussianText_u8g", + "version": "0.1.2", + "author": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "maintainer": "Ogneyar \u003cogneyar@hutoryanin.ru\u003e", + "sentence": "Russian text for library u8g_lib", + "paragraph": "also suitable for u8g2", + "website": "https://github.com/ogneyar/RussianText_u8g", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.0.zip", - "archiveFileName": "FirebaseJson-2.2.0.zip", - "size": 28856, - "checksum": "SHA-256:7c0c67079fa4c73c76f5f21b2acc2c7765456747fe8592a49a9def83848d9517" + "repository": "https://github.com/ogneyar/RussianText_u8g.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ogneyar/RussianText_u8g-0.1.2.zip", + "archiveFileName": "RussianText_u8g-0.1.2.zip", + "size": 47843, + "checksum": "SHA-256:d5782fa4363a157a057984164f453f5edc36d908562d98aac1965608a28c7db8" }, { - "name": "FirebaseJson", - "version": "2.2.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", - "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", - "website": "https://github.com/mobizt/FirebaseJson", + "name": "SparkFun ST25DV64KC Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the ST25DV64KC NFC/RFID Tag\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino library for the ST25DV64KC NFC/RFID Tag, as used on the \u003ca href=\"https://www.sparkfun.com/products/19035\"\u003eSparkFun Qwiic RFID Tag - ST25DV64KC\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_ST25DV64KC_Arduino_Library", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.1.zip", - "archiveFileName": "FirebaseJson-2.2.1.zip", - "size": 28858, - "checksum": "SHA-256:c26aefdac25f8b35c96d64b8861782a43f3d761cb24659189f946fb1d1f62018" + "repository": "https://github.com/sparkfun/SparkFun_ST25DV64KC_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ST25DV64KC_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_ST25DV64KC_Arduino_Library-1.0.0.zip", + "size": 2995558, + "checksum": "SHA-256:e2326856d5f5e0dfdb11e218e4523891e74d5c3a2f122dd0e0fdf5b2d9821daf" }, { - "name": "FirebaseJson", - "version": "2.2.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", - "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "DigiPotX9Cxxx", + "version": "0.1.0", + "author": "tfagerscode", + "maintainer": "Minhaj Sixbyte \u003cminhajuddin@iut-dhaka.edu\u003e", + "sentence": "A library for X9Cxxx family digital potentiometers (X9Cxxx, xxx=102,103,104,503)", + "paragraph": "This library is to be used with digital potentiometers of X9Cxxx family (eg: X9C103P). Click \"more info\" go visit the corresponding github repository to know more.", + "website": "https://github.com/minhaj6/DigiPotX9Cxxx", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.2.zip", - "archiveFileName": "FirebaseJson-2.2.2.zip", - "size": 31132, - "checksum": "SHA-256:7fdaeda6f40ec39e527262fed7b02efc02134efdb8c669b5f0f19d2e08eb7349" + "repository": "https://github.com/minhaj6/DigiPotX9Cxxx.git", + "providesIncludes": [ + "DigiPotX9Cxxx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/minhaj6/DigiPotX9Cxxx-0.1.0.zip", + "archiveFileName": "DigiPotX9Cxxx-0.1.0.zip", + "size": 9629, + "checksum": "SHA-256:5a008b7c309335b83fdebdecc8fd00a30ffdfb4b6039aadd211bbb78c9876c6e" }, { - "name": "FirebaseJson", - "version": "2.2.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The Firebase Json Arduino library for Espressif ESP8266/ESP32.", - "paragraph": "Parse and edit JSON object directly with specified relative path as in Firebase path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "DigiPotX9Cxxx", + "version": "0.1.1", + "author": "minhajsixbyte", + "maintainer": "Minhaj Sixbyte \u003cminhajuddin@iut-dhaka.edu\u003e", + "sentence": "A library for X9Cxxx family digital potentiometers (X9Cxxx, xxx=102,103,104,503)", + "paragraph": "This library is to be used with digital potentiometers of X9Cxxx family (eg: X9C103P). Click \"more info\" go visit the corresponding github repository to know more.", + "website": "https://github.com/minhaj6/DigiPotX9Cxxx", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.3.zip", - "archiveFileName": "FirebaseJson-2.2.3.zip", - "size": 31005, - "checksum": "SHA-256:6b747c51f167ccd0aa83a68ffc9a0de5dcb509dc2b7fa59ffdb4f1407a3cb65d" + "repository": "https://github.com/minhaj6/DigiPotX9Cxxx.git", + "providesIncludes": [ + "DigiPotX9Cxxx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/minhaj6/DigiPotX9Cxxx-0.1.1.zip", + "archiveFileName": "DigiPotX9Cxxx-0.1.1.zip", + "size": 9650, + "checksum": "SHA-256:44b80234abfe29913e569360a0f41a2c4a0971aea24724e25204b1417cf9e69c" }, { - "name": "FirebaseJson", - "version": "2.2.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "Nusabot Simple Timer", + "version": "1.0.0", + "author": "Nusabot \u003chalo@nusabot.id\u003e, Marcello Romani \u003cmromani@ottotecnica.com\u003e", + "maintainer": "Lorenz Adam Damara \u003clorenzrenz@gmail.com\u003e", + "sentence": "Simple library to launch timed actions.", + "paragraph": "Based on millis(), thus it has 1 ms resolution. It uses polling, so no guarantee can be made about the exact time when a callback is fired.", + "website": "https://github.com/nusabot-iot/NusabotSimpleTimer", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.4.zip", - "archiveFileName": "FirebaseJson-2.2.4.zip", - "size": 31542, - "checksum": "SHA-256:16cb786545d692e0f1c618d624d4bcaa7ae2ef1122b0459810004c99daca7657" + "repository": "https://github.com/nusabot-iot/NusabotSimpleTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nusabot-iot/Nusabot_Simple_Timer-1.0.0.zip", + "archiveFileName": "Nusabot_Simple_Timer-1.0.0.zip", + "size": 19344, + "checksum": "SHA-256:11036b89f5c441777e91a23a81f65df158839dee7062aa4612a2058940945c10" }, { - "name": "FirebaseJson", - "version": "2.2.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "IOTKME", + "version": "1.0.0", + "author": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e,adnan-elabdullah \u003ckmetechnoloy.com\u003e", + "maintainer": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e", + "sentence": "Stepper motor control and loadcell reader library for more informtion visit https://kmetechnology.com.", + "paragraph": "Stepper motor control and loadcell reader library.", + "website": "https://github.com/adnan-elabdullah/IOTKME", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.5.zip", - "archiveFileName": "FirebaseJson-2.2.5.zip", - "size": 31584, - "checksum": "SHA-256:6bc32c067c9b6b06ad2c2390d704cc8c8e787810f66194f1000e55155972a4a1" + "repository": "https://github.com/adnan-elabdullah/IOTKME.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adnan-elabdullah/IOTKME-1.0.0.zip", + "archiveFileName": "IOTKME-1.0.0.zip", + "size": 5204, + "checksum": "SHA-256:dddac59107a3f5bdc93aaedd64ee60ad660cc291ca17cfbafd09ce1a7cdffca6" }, { - "name": "FirebaseJson", - "version": "2.2.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "IOTKME", + "version": "3.0.0", + "author": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e,adnan-elabdullah \u003ckmetechnoloy.com\u003e", + "maintainer": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e", + "sentence": "iot functions library for more informtion visit https://kmetechnology.com.", + "paragraph": "iot functions library.", + "website": "https://github.com/adnan-elabdullah/IOTKME", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.6.zip", - "archiveFileName": "FirebaseJson-2.2.6.zip", - "size": 31651, - "checksum": "SHA-256:ff70f36dfa13de9668f069c566f53426997bbb146d72fe90ea7670b39bd7627d" + "repository": "https://github.com/adnan-elabdullah/IOTKME.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adnan-elabdullah/IOTKME-3.0.0.zip", + "archiveFileName": "IOTKME-3.0.0.zip", + "size": 126304, + "checksum": "SHA-256:c28f149f5ed8bc5ae96409e6f40e3b24be740b0f2e397fb6a7af09badb7a5321" }, { - "name": "FirebaseJson", - "version": "2.2.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "IOTKME", + "version": "3.0.1", + "author": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e,adnan-elabdullah \u003ckmetechnoloy.com\u003e", + "maintainer": "adnan-elabdullah \u003cadnanelabdullah@hotmail.com\u003e", + "sentence": "Currency Conversion and Stepper motor control and loadcell reader library for more informtion visit https://kmetechnology.com.", + "paragraph": "Stepper motor control and loadcell reader library.", + "website": "https://github.com/adnan-elabdullah/IOTKME", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.7.zip", - "archiveFileName": "FirebaseJson-2.2.7.zip", - "size": 31657, - "checksum": "SHA-256:c2300eca2e905bf895d097253890eae4a0a73dc08589b5e49a23f9c4afc3a153" + "repository": "https://github.com/adnan-elabdullah/IOTKME.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adnan-elabdullah/IOTKME-3.0.1.zip", + "archiveFileName": "IOTKME-3.0.1.zip", + "size": 127624, + "checksum": "SHA-256:2914fd224beb2a2ea2e93c56bfea81b6735b2bc813e7a861b4ce4b7a77637020" }, { - "name": "FirebaseJson", - "version": "2.2.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "LightningStepper", + "version": "1.1.0", + "author": "Calvin Bultz \u003cckbultz@gmail.com\u003e", + "maintainer": "Calvin Bultz \u003cckbultz@gmail.com\u003e", + "sentence": "Control a stepper motor with position tracking, interrupts, and calibration.", + "paragraph": "This library is intended to be used on an Arduino microcontroller dedicated to controlling a stepper motor. It is intended to be able to run as fast as possible both modulating the stepper motor and listening for instructions. It can be used in a variety of applications such as joints that are limited in movement range, avoiding wire twisting, and printing applications. The driver board used is the ULN2003 with a unipolar ROHS 28BYJ-48 stepper motor. It includes robust example sketches.", + "website": "https://github.com/CalvinBultz/LightningStepper", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.8.zip", - "archiveFileName": "FirebaseJson-2.2.8.zip", - "size": 31721, - "checksum": "SHA-256:f6494d8e39185033995a1fa4705f5ba2c6b54752d8762ffc8cbb5508d48d5120" + "repository": "https://github.com/CalvinBultz/LightningStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CalvinBultz/LightningStepper-1.1.0.zip", + "archiveFileName": "LightningStepper-1.1.0.zip", + "size": 29337, + "checksum": "SHA-256:b97568887e5351ade05a23052c47382ec3a54e07f475da01c0779dca0a9f74a7" }, { - "name": "FirebaseJson", - "version": "2.2.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "LightningStepper", + "version": "1.1.1", + "author": "Calvin Bultz \u003cckbultz@gmail.com\u003e", + "maintainer": "Calvin Bultz \u003cckbultz@gmail.com\u003e", + "sentence": "Control a stepper motor with position tracking, interrupts, and calibration.", + "paragraph": "This library is intended to be used on an Arduino microcontroller dedicated to controlling a stepper motor. It is intended to be able to run as fast as possible both modulating the stepper motor and listening for instructions. It can be used in a variety of applications such as joints that are limited in movement range, avoiding wire twisting, and printing applications. The driver board used is the ULN2003 with a unipolar ROHS 28BYJ-48 stepper motor. It includes robust example sketches.", + "website": "https://github.com/CalvinBultz/LightningStepper", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.2.9.zip", - "archiveFileName": "FirebaseJson-2.2.9.zip", - "size": 31722, - "checksum": "SHA-256:df7df8a652028e93060aa0cfaeec08c425cbb93625719b774267967b3441354e" + "repository": "https://github.com/CalvinBultz/LightningStepper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CalvinBultz/LightningStepper-1.1.1.zip", + "archiveFileName": "LightningStepper-1.1.1.zip", + "size": 29999, + "checksum": "SHA-256:aebab894da79241c4fbc81b9afeae5243a27c1354ffe6ad657d18d07835d09e4" }, { - "name": "FirebaseJson", - "version": "2.3.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "CallbackHelper", + "version": "0.1.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Tool to generate std::function like callback APIs without the huge memory footprint of std::function", + "paragraph": "CallbackHelper is a tool to generate callbacks from various inputs. E.g., from pointers to free functions, from pointers to static member functions, from lambdas (capturing as well as non-capturing) and from functors. CallbackHelper allows library writers to implement std::function like callback APIs without the memory overhead of std::functions.", + "website": "https://github.com/luni64/CallbackHelper", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.1.zip", - "archiveFileName": "FirebaseJson-2.3.1.zip", - "size": 32413, - "checksum": "SHA-256:b20e0d71e779b2398797171387c4eed77e668c9261a864d26b253d5f405ac07a" + "repository": "https://github.com/luni64/CallbackHelper.git", + "providesIncludes": [ + "CallbackHelper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/CallbackHelper-0.1.0.zip", + "archiveFileName": "CallbackHelper-0.1.0.zip", + "size": 6594, + "checksum": "SHA-256:de6e0ca7ef7cb23787303cbec6b1e549f3bc047f5476addfded6ea25fec68390" }, { - "name": "FirebaseJson", - "version": "2.3.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "CallbackHelper", + "version": "0.1.1", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Tool to generate std::function like callback APIs without the huge memory footprint of std::function", + "paragraph": "CallbackHelper is a tool to generate callbacks from various inputs. E.g., from pointers to free functions, from pointers to static member functions, from lambdas (capturing as well as non-capturing) and from functors. CallbackHelper allows library writers to implement std::function like callback APIs without the memory overhead of std::functions.", + "website": "https://github.com/luni64/CallbackHelper", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.2.zip", - "archiveFileName": "FirebaseJson-2.3.2.zip", - "size": 32234, - "checksum": "SHA-256:7f9bc0544680ba6b6e0ffa0da80e3db254aeb351f622ba496daf2b4fe3ff4fcd" + "repository": "https://github.com/luni64/CallbackHelper.git", + "providesIncludes": [ + "CallbackHelper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/CallbackHelper-0.1.1.zip", + "archiveFileName": "CallbackHelper-0.1.1.zip", + "size": 6594, + "checksum": "SHA-256:e5ff2c61ec9a8a6dbc6adc7f591c8a14afb982b3bc89b38293fc1e9eb8173f26" }, { - "name": "FirebaseJson", - "version": "2.3.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "CallbackHelper", + "version": "0.1.2", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Tool to generate std::function like callback APIs without the huge memory footprint of std::function", + "paragraph": "CallbackHelper is a tool to generate callbacks from various inputs. E.g., from pointers to free functions, from pointers to static member functions, from lambdas (capturing as well as non-capturing) and from functors. CallbackHelper allows library writers to implement std::function like callback APIs without the memory overhead of std::functions.", + "website": "https://github.com/luni64/CallbackHelper", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.3.zip", - "archiveFileName": "FirebaseJson-2.3.3.zip", - "size": 32233, - "checksum": "SHA-256:51971ecc09ff565e9f5392389c384dcbd4246a5482b7ca0f8727c3ad9e0498f1" + "repository": "https://github.com/luni64/CallbackHelper.git", + "providesIncludes": [ + "CallbackHelper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/CallbackHelper-0.1.2.zip", + "archiveFileName": "CallbackHelper-0.1.2.zip", + "size": 9018, + "checksum": "SHA-256:3f59f37447f6ffae60795843d154f0b3a3c803a46a32b6fff69764a8d983b7e6" }, { - "name": "FirebaseJson", - "version": "2.3.4", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32 and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", - "category": "Communication", + "name": "CallbackHelper", + "version": "0.1.3", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Tool to generate std::function like callback APIs without the huge memory footprint of std::function", + "paragraph": "CallbackHelper is a tool to generate callbacks from various inputs. E.g., from pointers to free functions, from pointers to static member functions, from lambdas (capturing as well as non-capturing) and from functors. CallbackHelper allows library writers to implement std::function like callback APIs without the memory overhead of std::functions.", + "website": "https://github.com/luni64/CallbackHelper", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.4.zip", - "archiveFileName": "FirebaseJson-2.3.4.zip", - "size": 31634, - "checksum": "SHA-256:dd3ca2d9d814649e5b994919832d975b9a84311622ea743d1b1b505e39197de1" + "repository": "https://github.com/luni64/CallbackHelper.git", + "providesIncludes": [ + "CallbackHelper.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/CallbackHelper-0.1.3.zip", + "archiveFileName": "CallbackHelper-0.1.3.zip", + "size": 8882, + "checksum": "SHA-256:fa2db0f8f1e3efaa70096b2477fe2c4e2ddd59f178f80519bbd4b77c59377c02" }, { - "name": "FirebaseJson", - "version": "2.3.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", + "name": "ESP32_Pinoo", + "version": "1.1.0", + "author": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "maintainer": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "sentence": "An Arduino library to use Pinoo ESP32 modules.", + "paragraph": "Library for configuring Pinoo ESP32 modules and accesing WiFi for Firebase Database.", + "website": "https://github.com/dnzayan/ESP32_Pinoo", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.5.zip", - "archiveFileName": "FirebaseJson-2.3.5.zip", - "size": 32380, - "checksum": "SHA-256:03c0801935a91d5d47f4abe8dcb1eaf832c209faf0c0f6834c27efb7b5a720f6" + "repository": "https://github.com/dnzayan/ESP32_Pinoo.git", + "providesIncludes": [ + "ESP32_Pinoo.h" + ], + "dependencies": [ + { + "name": "Firebase_Arduino_Client_Library_for_ESP8266_and_ESP32", + "version": "=2.3.7" + }, + { + "name": "WiFiManager" + }, + { + "name": "EasyButton" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dnzayan/ESP32_Pinoo-1.1.0.zip", + "archiveFileName": "ESP32_Pinoo-1.1.0.zip", + "size": 7519, + "checksum": "SHA-256:3ba58f32fc39c357292002725a2f7b9e9892a7ed9b1f5212ce11670ab3abf74e" }, { - "name": "FirebaseJson", - "version": "2.3.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", + "name": "ESP32_Pinoo", + "version": "1.2.0", + "author": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "maintainer": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "sentence": "An Arduino library to use Pinoo ESP32 modules.", + "paragraph": "Library for configuring Pinoo ESP32 modules and accesing WiFi for Firebase Database.", + "website": "https://github.com/dnzayan/ESP32_Pinoo", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.6.zip", - "archiveFileName": "FirebaseJson-2.3.6.zip", - "size": 32686, - "checksum": "SHA-256:ddf16540ecafc11407951f5848519ec58a9e25facd60c63724f7b3470cb54e7b" + "repository": "https://github.com/dnzayan/ESP32_Pinoo.git", + "providesIncludes": [ + "ESP32_Pinoo.h" + ], + "dependencies": [ + { + "name": "Firebase-ESP-Client", + "version": "=2.3.7" + }, + { + "name": "WiFiManager" + }, + { + "name": "EasyButton" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dnzayan/ESP32_Pinoo-1.2.0.zip", + "archiveFileName": "ESP32_Pinoo-1.2.0.zip", + "size": 7502, + "checksum": "SHA-256:2912a8815e1832875f138647ad5360b4e39bd02ba69df91ca888e74febf3f4b9" }, { - "name": "FirebaseJson", - "version": "2.3.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", + "name": "ESP32_Pinoo", + "version": "1.4.0", + "author": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "maintainer": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "sentence": "An Arduino library to use Pinoo ESP32 modules.", + "paragraph": "Library for configuring Pinoo ESP32 modules and accesing WiFi for Firebase Database.", + "website": "https://github.com/dnzayan/ESP32_Pinoo", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.7.zip", - "archiveFileName": "FirebaseJson-2.3.7.zip", - "size": 32767, - "checksum": "SHA-256:52a48d6b7fb41d1296f91dba6b15a662fff1a36f9e696a43751bf7a1882bde50" + "repository": "https://github.com/dnzayan/ESP32_Pinoo.git", + "providesIncludes": [ + "ESP32_Pinoo.h" + ], + "dependencies": [ + { + "name": "Firebase-ESP-Client", + "version": "=2.3.7" + }, + { + "name": "WiFiManager" + }, + { + "name": "EasyButton" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dnzayan/ESP32_Pinoo-1.4.0.zip", + "archiveFileName": "ESP32_Pinoo-1.4.0.zip", + "size": 7486, + "checksum": "SHA-256:1b488ff6b09d3364bb2bd62abf263ae6528a1806af3d7872d39d655d78465cb2" }, { - "name": "FirebaseJson", - "version": "2.3.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", + "name": "ESP32_Pinoo", + "version": "1.5.0", + "author": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "maintainer": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "sentence": "An Arduino library to use Pinoo ESP32 modules.", + "paragraph": "Library for configuring Pinoo ESP32 modules and accesing WiFi for Firebase Database.", + "website": "https://github.com/dnzayan/ESP32_Pinoo", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.8.zip", - "archiveFileName": "FirebaseJson-2.3.8.zip", - "size": 32961, - "checksum": "SHA-256:752f21d69a1e9e47f41b8b296e963f4b429bc939084a2565059ea8f289e6778b" + "repository": "https://github.com/dnzayan/ESP32_Pinoo.git", + "providesIncludes": [ + "ESP32_Pinoo.h" + ], + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "EasyButton" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dnzayan/ESP32_Pinoo-1.5.0.zip", + "archiveFileName": "ESP32_Pinoo-1.5.0.zip", + "size": 7254, + "checksum": "SHA-256:0ca7c8086775e103fec52fa66bafc48cf2ec042337612ee1a3d3404826b01e91" }, { - "name": "FirebaseJson", - "version": "2.3.9", - "author": "Mobizt", - "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", - "sentence": "The easiest Arduino library JSON parser, builder and editor for ESP8266, ESP32, Teensy 3.x, Teensy 4.x and others MCUs.", - "paragraph": "Able to Parse, create and Edit the simple or complex (depth nested) JSON object as just specify the relative node/element path.", - "website": "https://github.com/mobizt/FirebaseJson", + "name": "ESP32_Pinoo", + "version": "1.6.0", + "author": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "maintainer": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "sentence": "An Arduino library to use Pinoo ESP32 modules.", + "paragraph": "Library for configuring Pinoo ESP32 modules and accesing WiFi for Firebase Database.", + "website": "https://github.com/dnzayan/ESP32_Pinoo", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/FirebaseJson.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/FirebaseJson-2.3.9.zip", - "archiveFileName": "FirebaseJson-2.3.9.zip", - "size": 32978, - "checksum": "SHA-256:4353e5d4f417e0b9e02a7a4060c263504f049e0f26d015859c5e3cb9b7b0edd0" + "repository": "https://github.com/dnzayan/ESP32_Pinoo.git", + "providesIncludes": [ + "ESP32_Pinoo.h" + ], + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "EasyButton" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dnzayan/ESP32_Pinoo-1.6.0.zip", + "archiveFileName": "ESP32_Pinoo-1.6.0.zip", + "size": 7269, + "checksum": "SHA-256:a91a02a50daf27f6e7d66363a4ae53c88cda6fe028d9f2aa364a620febbe8be8" }, { - "name": "BeaconNano", - "version": "1.0.0", - "author": "Petruzzella", - "maintainer": "Petruzzella", - "sentence": "Create a Beacon from an Arduino Nano Ble", - "paragraph": "This library supports creating a Beacon.", - "website": "https://github.com/antoniopetruzzella/GGBeaconNano.git", + "name": "ESP32_Pinoo", + "version": "1.8.0", + "author": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "maintainer": "dnzayan \u003cayanlioglu@sabanciuniv.edu\u003e", + "sentence": "An Arduino library to use Pinoo ESP32 modules.", + "paragraph": "Library for configuring Pinoo ESP32 modules and accesing WiFi for Firebase Database.", + "website": "https://github.com/dnzayan/ESP32_Pinoo", "category": "Communication", "architectures": [ - "samd", - "megaavr", - "mbed" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/antoniopetruzzella/BeaconNano.git", + "repository": "https://github.com/dnzayan/ESP32_Pinoo.git", "providesIncludes": [ - "GGBeaconNano.h", - "ArduinoBLE.h" + "ESP32_Pinoo.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/antoniopetruzzella/BeaconNano-1.0.0.zip", - "archiveFileName": "BeaconNano-1.0.0.zip", - "size": 14043, - "checksum": "SHA-256:056e0b4d0df503e6ea19d5d42c036344bc1b3452a967959e36a7c0316d06044d" + "dependencies": [ + { + "name": "WiFiManager" + }, + { + "name": "EasyButton" + }, + { + "name": "Firebase-ESP-Client" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dnzayan/ESP32_Pinoo-1.8.0.zip", + "archiveFileName": "ESP32_Pinoo-1.8.0.zip", + "size": 7281, + "checksum": "SHA-256:1169a16214cbc005502c33d7f9d046aadc022bfc192e11aab5986beb4b80aa6f" }, { - "name": "TinySuite", + "name": "MCP23017 Port Expander", "version": "1.0.0", - "author": "meal", - "maintainer": "meal", - "sentence": "A collection of tools for ATTiny85", - "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", - "website": "https://github.com/Alex079/TinySuite", - "category": "Communication", + "author": "ndomx", + "maintainer": "ndomx", + "sentence": "Arduino library for MCP23017 I2C I/O port expander.", + "paragraph": "This library implements functions like digitalWrite/digitalRead that interface directly with the port expander, allowing the user to easily add 16 more I/O ports to their design.", + "website": "https://github.com/ndomx/MCP23017-Arduino-Library", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/Alex079/TinySuite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-1.0.0.zip", - "archiveFileName": "TinySuite-1.0.0.zip", - "size": 20176, - "checksum": "SHA-256:b0d664b634f3311298cd4a02e140683c7e6d5a5e99a3e70ac2e90e83e5401b1c" + "repository": "https://github.com/ndomx/MCP23017-Arduino-Library.git", + "providesIncludes": [ + "mcp23017.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ndomx/MCP23017_Port_Expander-1.0.0.zip", + "archiveFileName": "MCP23017_Port_Expander-1.0.0.zip", + "size": 9924, + "checksum": "SHA-256:efdf4c42c2ad92bdc4c6e777ab60aea79abaebb49d5d6d686f4c1b5496c7a205" }, { - "name": "TinySuite", - "version": "1.0.1", - "author": "meal", - "maintainer": "meal", - "sentence": "A collection of tools for ATTiny85", - "paragraph": "Includes wrapper classes for timer, pin change, watchdog, UART, NMEA", - "website": "https://github.com/Alex079/TinySuite", - "category": "Communication", + "name": "MCP23017 Port Expander", + "version": "1.0.2", + "author": "ndomx", + "maintainer": "ndomx", + "sentence": "Arduino library for MCP23017 I2C I/O port expander.", + "paragraph": "This library implements functions like digitalWrite/digitalRead that interface directly with the port expander, allowing the user to easily add 16 more I/O ports to their design.", + "website": "https://github.com/ndomx/MCP23017-Arduino-Library", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/Alex079/TinySuite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Alex079/TinySuite-1.0.1.zip", - "archiveFileName": "TinySuite-1.0.1.zip", - "size": 21367, - "checksum": "SHA-256:a7d1e3a23e0c726e6cbf498525a6574f047095f438bf7fd49550421f05deb92c" + "repository": "https://github.com/ndomx/MCP23017-Arduino-Library.git", + "providesIncludes": [ + "mcp23017.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ndomx/MCP23017_Port_Expander-1.0.2.zip", + "archiveFileName": "MCP23017_Port_Expander-1.0.2.zip", + "size": 9927, + "checksum": "SHA-256:574c4810779cc404da75cb56ccc8af1614ac62615e33ca8d0b7b9d1e1a06e267" }, { - "name": "GroveDriverPack", - "version": "1.4.0", - "author": "Seeed K.K.", - "maintainer": "matsujirushi", - "sentence": "GroveDriverPack", - "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", + "name": "MCP23017 Port Expander", + "version": "1.0.3", + "author": "ndomx", + "maintainer": "ndomx", + "sentence": "Arduino library for MCP23017 I2C I/O port expander.", + "paragraph": "This library implements functions like digitalWrite/digitalRead that interface directly with the port expander, allowing the user to easily add 16 more I/O ports to their design.", + "website": "https://github.com/ndomx/MCP23017-Arduino-Library", "category": "Signal Input/Output", "architectures": [ - "Seeed_STM32F4", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "repository": "https://github.com/ndomx/MCP23017-Arduino-Library.git", "providesIncludes": [ - "GroveDriverPack.h" + "mcp23017.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.4.0.zip", - "archiveFileName": "GroveDriverPack-1.4.0.zip", - "size": 122261, - "checksum": "SHA-256:86abcefaf4b4a46bb5efbc4559474b3282ff314cdaf744f301d5ca5847eeab59" + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ndomx/MCP23017_Port_Expander-1.0.3.zip", + "archiveFileName": "MCP23017_Port_Expander-1.0.3.zip", + "size": 9926, + "checksum": "SHA-256:a2a94ebcdc58486a0fc315e7e8864cc2104adb8c45a191b6916d1d42d5afb68d" }, { - "name": "GroveDriverPack", - "version": "1.5.0", - "author": "Seeed K.K.", - "maintainer": "matsujirushi", - "sentence": "GroveDriverPack", - "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", - "category": "Signal Input/Output", + "name": "CheckDS18B20", + "version": "1.0.0", + "author": "Koen DV", + "maintainer": "kdv@kdvelectronics.eu", + "sentence": "Check manufacturer of DS18B20 temperature sensors", + "paragraph": "When you buy a DS18B20 temperature sensor it is not always clear who the manufacturer is. CheckDS18B20 answers two questions: \"Is this a Maxim DS18B20?\" and \"Who is the manufacturer of this DS18B20?\".", + "website": "https://github.com/koendv/CheckDS18B20/", + "category": "Sensors", "architectures": [ - "Seeed_STM32F4", - "stm32", - "SeeedJP_ReButton" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SeeedJP/GroveDriverPack.git", - "providesIncludes": [ - "GroveDriverPack.h" + "repository": "https://github.com/koendv/CheckDS18B20.git", + "dependencies": [ + { + "name": "OneWire" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.5.0.zip", - "archiveFileName": "GroveDriverPack-1.5.0.zip", - "size": 123011, - "checksum": "SHA-256:557fcd079aff9277550be01467b6668b5550bb3e4ddc32f790485e9e24c6819c" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/CheckDS18B20-1.0.0.zip", + "archiveFileName": "CheckDS18B20-1.0.0.zip", + "size": 21936, + "checksum": "SHA-256:e0f472e0b6cc3353e2c36cfeadb3e8d2143be846dcaf080181fdf3303aea85a1" }, { - "name": "GroveDriverPack", - "version": "1.6.0", - "author": "Seeed K.K.", - "maintainer": "matsujirushi", - "sentence": "GroveDriverPack", - "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", - "category": "Signal Input/Output", + "name": "CheckDS18B20", + "version": "1.0.2", + "author": "Koen DV", + "maintainer": "kdv@kdvelectronics.eu", + "sentence": "Check manufacturer of DS18B20 temperature sensors", + "paragraph": "When you buy a DS18B20 temperature sensor it is not always clear who the manufacturer is. CheckDS18B20 answers two questions: \"Is this a Maxim DS18B20?\" and \"Who is the manufacturer of this DS18B20?\".", + "website": "https://github.com/koendv/CheckDS18B20/", + "category": "Sensors", "architectures": [ - "Seeed_STM32F4", - "stm32", - "SeeedJP_ReButton" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SeeedJP/GroveDriverPack.git", - "providesIncludes": [ - "GroveDriverPack.h" + "repository": "https://github.com/koendv/CheckDS18B20.git", + "dependencies": [ + { + "name": "OneWire" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.6.0.zip", - "archiveFileName": "GroveDriverPack-1.6.0.zip", - "size": 123980, - "checksum": "SHA-256:7f03f112639cc3089f195c2677b9b4ff32b1562da9863cfee62c6bac42dc1072" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/CheckDS18B20-1.0.2.zip", + "archiveFileName": "CheckDS18B20-1.0.2.zip", + "size": 21924, + "checksum": "SHA-256:253d10764fa536f10df2864057588a2fd18263db9ff2909a4a233f22e82535ed" }, { - "name": "GroveDriverPack", - "version": "1.7.0", - "author": "Seeed K.K.", - "maintainer": "matsujirushi", - "sentence": "GroveDriverPack", - "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", - "category": "Signal Input/Output", + "name": "CheckDS18B20", + "version": "1.0.3", + "author": "Koen DV", + "maintainer": "kdv@kdvelectronics.eu", + "sentence": "Check manufacturer of DS18B20 temperature sensors", + "paragraph": "When you buy a DS18B20 temperature sensor it is not always clear who the manufacturer is. CheckDS18B20 answers two questions: \"Is this a Maxim DS18B20?\" and \"Who is the manufacturer of this DS18B20?\".", + "website": "https://github.com/koendv/CheckDS18B20/", + "category": "Sensors", "architectures": [ - "Seeed_STM32F4", - "stm32", - "SeeedJP_ReButton" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SeeedJP/GroveDriverPack.git", - "providesIncludes": [ - "GroveDriverPack.h" + "repository": "https://github.com/koendv/CheckDS18B20.git", + "dependencies": [ + { + "name": "OneWire" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.7.0.zip", - "archiveFileName": "GroveDriverPack-1.7.0.zip", - "size": 126673, - "checksum": "SHA-256:0340a02c567209a8cea9f817c92ca0c6815461517379b8e15d4d2ca8ffb5f0a4" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/CheckDS18B20-1.0.3.zip", + "archiveFileName": "CheckDS18B20-1.0.3.zip", + "size": 21936, + "checksum": "SHA-256:25ca117cbd35bbf9bc0ab07ba67f164d2b5bda8986909960ef840ae82755ac6f" }, { - "name": "GroveDriverPack", - "version": "1.9.0", - "author": "Seeed K.K.", - "maintainer": "matsujirushi", - "sentence": "GroveDriverPack", - "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", - "category": "Signal Input/Output", + "name": "IntervalTimerEx", + "version": "0.1.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "IntervalTimerEx subclasses the Teensy IntervalTimer to allow for a variety of callable objects as timer callbacks.", + "paragraph": "Extends the standard Teensy IntervalTimer to accept more or less anything which can be called as callback. E.g. free functions, static member functions, lambda expressions and functors. IntervalTimerEx uses the underlying Teensyduino mechanisms and bookkeeping and can be mixed with the standard IntervalTimer.", + "website": "https://github.com/luni64/IntervalTimerEx", + "category": "Timing", "architectures": [ - "Seeed_STM32F4", - "stm32", - "SeeedJP_ReButton" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SeeedJP/GroveDriverPack.git", + "repository": "https://github.com/luni64/IntervalTimerEx.git", "providesIncludes": [ - "GroveDriverPack.h" + "CallbackHelper.h", + "IntervalTimerEx" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.9.0.zip", - "archiveFileName": "GroveDriverPack-1.9.0.zip", - "size": 133344, - "checksum": "SHA-256:48d60eb74d0cd811dda8d1aa32017918988d24887c71d4382ff93b78bb2c582b" + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/IntervalTimerEx-0.1.0.zip", + "archiveFileName": "IntervalTimerEx-0.1.0.zip", + "size": 5072, + "checksum": "SHA-256:4dba7321a22d0a53693470035d9819c3c6c42438888176f6811f89d3ea330365" }, { - "name": "GroveDriverPack", - "version": "1.10.0", - "author": "Seeed K.K.", - "maintainer": "matsujirushi", - "sentence": "GroveDriverPack", - "website": "https://github.com/SeeedJP/GroveDriverPack/blob/master/readme.md", - "category": "Signal Input/Output", + "name": "arduFPGA-app-common-arduino", + "version": "0.0.1", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "The common libraries and drivers for arduFPGA development boards.", + "paragraph": "Here are the libraries and drivers written to interface with different custom designs that can be used on arduFPGA boards.", + "website": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino", + "category": "Other", "architectures": [ - "Seeed_STM32F4", - "stm32", - "SeeedJP_ReButton", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SeeedJP/GroveDriverPack.git", - "providesIncludes": [ - "GroveDriverPack.h" + "repository": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/arduFPGA_app_common_arduino-0.0.1.zip", + "archiveFileName": "arduFPGA_app_common_arduino-0.0.1.zip", + "size": 65018, + "checksum": "SHA-256:b3a99a34614bb155db33b61633ab133e7e4b7abc27667c76e2041ec7806df799" + }, + { + "name": "arduFPGA-app-common-arduino", + "version": "0.0.4", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "The common libraries and drivers for arduFPGA development boards.", + "paragraph": "Here are the libraries and drivers written to interface with different custom designs that can be used on arduFPGA boards.", + "website": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino", + "category": "Other", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SeeedJP/GroveDriverPack-1.10.0.zip", - "archiveFileName": "GroveDriverPack-1.10.0.zip", - "size": 134726, - "checksum": "SHA-256:515eb215a92a8c3a8cba90b15dc3c29143b41429c540dadfe3dd07610adc8b7b" + "types": [ + "Contributed" + ], + "repository": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/arduFPGA_app_common_arduino-0.0.4.zip", + "archiveFileName": "arduFPGA_app_common_arduino-0.0.4.zip", + "size": 66232, + "checksum": "SHA-256:13388f85302e1b56c73afcbc463e64e347fbee1da756f9cf4e0857ee0c52ad35" }, { - "name": "OPTIGA Trust M", - "version": "1.0.0", - "author": "Infineon Technologies AG", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library allows you to communicate with Optiga Trust M Security Controller", - "paragraph": "C++ library for Optiga Trust M Chip Security Controller", - "website": "https://www.infineon.com/cms/en/product/security-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/", - "category": "Data Processing", + "name": "arduFPGA-app-common-arduino", + "version": "0.0.6", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "The common libraries and drivers for arduFPGA development boards.", + "paragraph": "Here are the libraries and drivers written to interface with different custom designs that can be used on arduFPGA boards.", + "website": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/arduino-optiga-trust-m.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGA_Trust_M-1.0.0.zip", - "archiveFileName": "OPTIGA_Trust_M-1.0.0.zip", - "size": 308084, - "checksum": "SHA-256:704111a582a5733c67572c31bc289926c4d87dc4d16610bb7d086763ad1a347b" + "repository": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/arduFPGA_app_common_arduino-0.0.6.zip", + "archiveFileName": "arduFPGA_app_common_arduino-0.0.6.zip", + "size": 66234, + "checksum": "SHA-256:0faa5cf308ac6c56a68cafd97f752aba63df0d20630b28a76c4487b3f030fc6c" }, { - "name": "OPTIGA Trust M", - "version": "1.1.0", - "author": "Infineon Technologies AG", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library allows you to communicate with Optiga Trust M Security Controller", - "paragraph": "C++ library for Optiga Trust M Chip Security Controller", - "website": "https://www.infineon.com/cms/en/product/security-smart-card-solutions/optiga-embedded-security-solutions/optiga-trust/", - "category": "Data Processing", + "name": "arduFPGA-app-common-arduino", + "version": "0.0.7", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "The common libraries and drivers for arduFPGA development boards.", + "paragraph": "Here are the libraries and drivers written to interface with different custom designs that can be used on arduFPGA boards.", + "website": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/arduino-optiga-trust-m.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/OPTIGA_Trust_M-1.1.0.zip", - "archiveFileName": "OPTIGA_Trust_M-1.1.0.zip", - "size": 1071662, - "checksum": "SHA-256:a72600a7a51e7d599bda31805193e3a46572c1c0a749d9cad2eee4ccf1d1eac1" + "repository": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/arduFPGA_app_common_arduino-0.0.7.zip", + "archiveFileName": "arduFPGA_app_common_arduino-0.0.7.zip", + "size": 770959, + "checksum": "SHA-256:2c569fb3de9c79f722948a0cc1b4dfbdb4776ff36f2d6ede1950c940ceb68eb7" }, { - "name": "WebConfig", - "version": "1.0.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "A web based configuration editor.", - "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", - "website": "https://https://github.com/GerLech/WebConfig", - "category": "Data Storage", + "name": "arduFPGA-app-common-arduino", + "version": "0.0.8", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "The common libraries and drivers for arduFPGA development boards.", + "paragraph": "Here are the libraries and drivers written to interface with different custom designs that can be used on arduFPGA boards.", + "website": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/WebConfig.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.0.0.zip", - "archiveFileName": "WebConfig-1.0.0.zip", - "size": 14489, - "checksum": "SHA-256:164c9078ae66b947fb9ab78fe54c63a30f14be33da71c7afe457bf30498d5d91" + "repository": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/arduFPGA_app_common_arduino-0.0.8.zip", + "archiveFileName": "arduFPGA_app_common_arduino-0.0.8.zip", + "size": 773079, + "checksum": "SHA-256:8cda27ddefb2b9d5103fa0113b985e50a59a0d3c1059fe6f6d1289abc280ab86" }, { - "name": "WebConfig", - "version": "1.1.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "A web based configuration editor.", - "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", - "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", - "category": "Data Storage", + "name": "arduFPGA-app-common-arduino", + "version": "0.0.9", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "The common libraries and drivers for arduFPGA development boards.", + "paragraph": "Here are the libraries and drivers written to interface with different custom designs that can be used on arduFPGA boards.", + "website": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/WebConfig.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.1.0.zip", - "archiveFileName": "WebConfig-1.1.0.zip", - "size": 14502, - "checksum": "SHA-256:9472fad12d576c997275968db07fa369a0dd9a963c9be3962e10b1ff06a7e494" + "repository": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/arduFPGA_app_common_arduino-0.0.9.zip", + "archiveFileName": "arduFPGA_app_common_arduino-0.0.9.zip", + "size": 798993, + "checksum": "SHA-256:60f0c3d2d45c60068dc77bacc2c0811c6ff6d4c5dcf4826ecc7b41f00e449316" }, { - "name": "WebConfig", - "version": "1.2.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "A web based configuration editor.", - "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", - "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", - "category": "Data Storage", + "name": "arduFPGA-app-common-arduino", + "version": "0.1.1", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "The common libraries and drivers for arduFPGA development boards.", + "paragraph": "Here are the libraries and drivers written to interface with different custom designs that can be used on arduFPGA boards.", + "website": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/WebConfig.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.2.0.zip", - "archiveFileName": "WebConfig-1.2.0.zip", - "size": 15388, - "checksum": "SHA-256:337ccd1d9fbe3624ac6a6e0f9c246afa3e7e3335783d454e1b11b29e17574522" + "repository": "https://github.com/dev-board-tech/arduFPGA-app-common-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/arduFPGA_app_common_arduino-0.1.1.zip", + "archiveFileName": "arduFPGA_app_common_arduino-0.1.1.zip", + "size": 800336, + "checksum": "SHA-256:8af43999a21c7c830e306117c744c7634f9aa3c82e3abf99c78e357e87ea5050" }, { - "name": "WebConfig", - "version": "1.3.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "A web based configuration editor.", - "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", - "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", - "category": "Data Storage", + "name": "INA219", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA219 voltage, current and power sensor.", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA219", + "category": "Data Processing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/WebConfig.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.0.zip", - "archiveFileName": "WebConfig-1.3.0.zip", - "size": 16915, - "checksum": "SHA-256:b500237218d93aa2030adb5567fcf13b931700f1edfc1044fba92874cb6e3563" + "repository": "https://github.com/RobTillaart/INA219.git", + "providesIncludes": [ + "INA219.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA219-0.1.1.zip", + "archiveFileName": "INA219-0.1.1.zip", + "size": 12016, + "checksum": "SHA-256:8efec0ffc913e7b0f3d7fe70e20d1fe1229c447f8e3d032df23240f6df067a0a" }, { - "name": "WebConfig", - "version": "1.3.1", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "A web based configuration editor.", - "paragraph": "Free definable configuration parameters can be edit on a web form. All configuration parameters can be saved and read in SPIFFS. Configuration parameters can be accessed by their name.", - "website": "https://github.com/GerLech/WebConfig/blob/master/README.md", - "category": "Data Storage", + "name": "INA219", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA219 voltage, current and power sensor.", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA219", + "category": "Data Processing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/WebConfig.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/WebConfig-1.3.1.zip", - "archiveFileName": "WebConfig-1.3.1.zip", - "size": 16916, - "checksum": "SHA-256:97672c26761cba3a91c9f9a44fb963e6121c5061ac374bfe72dc9268617b1015" + "repository": "https://github.com/RobTillaart/INA219.git", + "providesIncludes": [ + "INA219.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA219-0.1.2.zip", + "archiveFileName": "INA219-0.1.2.zip", + "size": 12448, + "checksum": "SHA-256:115149c4ba7c4fc788c3419f2676a63563351a5900ff7a494c3eeb5c702c1a0a" }, { - "name": "DCD SDK for Arduino", - "version": "0.0.1", - "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", - "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", - "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", - "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or seatch for exising one.", - "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", - "category": "Communication", + "name": "INA219", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA219 voltage, current and power sensor.", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA219", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "repository": "https://github.com/RobTillaart/INA219.git", "providesIncludes": [ - "arduino_dcd_hub.h" + "INA219.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.1.zip", - "archiveFileName": "DCD_SDK_for_Arduino-0.0.1.zip", - "size": 6372, - "checksum": "SHA-256:dab05f683ac636914c0eb925658d3a1aecee93a2cfbf70d2a081c4be68b89b3d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA219-0.1.3.zip", + "archiveFileName": "INA219-0.1.3.zip", + "size": 15128, + "checksum": "SHA-256:7b87891dedb173f8ed3a44189ac4457f919e445a5525908e3d4dedde3fd576c2" }, { - "name": "DCD SDK for Arduino", - "version": "0.0.2", - "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", - "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", - "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", - "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or search for exising one.", - "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", - "category": "Communication", + "name": "INA219", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA219 voltage, current and power sensor.", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA219", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "repository": "https://github.com/RobTillaart/INA219.git", "providesIncludes": [ - "arduino_dcd_hub.h" + "INA219.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.2.zip", - "archiveFileName": "DCD_SDK_for_Arduino-0.0.2.zip", - "size": 12059, - "checksum": "SHA-256:a067d7ccba041c61d14a9665f3268d68a83f9cf8e32c1e59d4a06af881882f1d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA219-0.1.4.zip", + "archiveFileName": "INA219-0.1.4.zip", + "size": 16447, + "checksum": "SHA-256:c21fe3b5eb9e88bcbfae20237071613043f0a8be71655a45109499cdef40f3f4" }, { - "name": "DCD SDK for Arduino", - "version": "0.0.3", - "author": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e, Jacky Bourgeois \u003cJ.Bourgeois@tudelft.nl\u003e", - "maintainer": "Nirav Malsattar \u003cn.malsattar@tudelft.nl\u003e", - "sentence": "A library that allows to connect to dcd hub and update value of thing property provided by property_id.", - "paragraph": "Currently this library uses MQTT interface to connect to the DCD hub and update particular thing property. In future release there will be more functionality added to create a new property or search for exising one.", - "website": "https://github.com/datacentricdesign/dcd-sdk-arduino", - "category": "Communication", + "name": "INA219", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA219 voltage, current and power sensor.", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA219", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/datacentricdesign/dcd-sdk-arduino.git", + "repository": "https://github.com/RobTillaart/INA219.git", "providesIncludes": [ - "arduino_dcd_hub.h" + "INA219.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacentricdesign/DCD_SDK_for_Arduino-0.0.3.zip", - "archiveFileName": "DCD_SDK_for_Arduino-0.0.3.zip", - "size": 14983, - "checksum": "SHA-256:1ea97ab30be84bb15c76e2b16d5464ded15597f4eb73865cdee21951e81e94ad" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA219-0.1.5.zip", + "archiveFileName": "INA219-0.1.5.zip", + "size": 16651, + "checksum": "SHA-256:c491e9bae84ec2f296cfe8b678ba655f0306af59554e965891e4cd1bb189a74b" }, { - "name": "uCRC16XModemLib", - "version": "1.0.0", - "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", - "sentence": "Tiny and cross-device compatible CRC16 XModem calculator library UKHAS.org.uk compatible - uCRC16XModemLib", - "paragraph": "Supports any architecture", - "website": "https://github.com/Naguissa/uCRC16XModemLib", + "name": "INA219", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for INA219 voltage, current and power sensor.", + "paragraph": "Voltage current Volt Ampere", + "website": "https://github.com/RobTillaart/INA219", "category": "Data Processing", "architectures": [ "*" @@ -284599,23 +740247,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Naguissa/uCRC16XModemLib.git", + "repository": "https://github.com/RobTillaart/INA219.git", "providesIncludes": [ - "uCRC16XModemLib.h" + "INA219.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uCRC16XModemLib-1.0.0.zip", - "archiveFileName": "uCRC16XModemLib-1.0.0.zip", - "size": 208240, - "checksum": "SHA-256:64b9c993303236af66858d398908e5ab1de80e1384da698c3e958b968a052460" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/INA219-0.2.0.zip", + "archiveFileName": "INA219-0.2.0.zip", + "size": 16674, + "checksum": "SHA-256:69811be72373700e55fccacec2853d0c17a0ba0959d9739be39672a22a04cfa5" }, { - "name": "LongFi", - "version": "0.1.0", - "author": "Helium", - "maintainer": "Helium", - "sentence": "Enables LongFi Communication with Semtech Compatible Radios.", - "paragraph": "This library supports radio communication with Semtech compatible radios using the Helium LongFi Protocol.", - "website": "https://github.com/helium/longfi-arduino", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.0.0", + "author": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations using the DLLN3X module, with more features to come.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", "category": "Communication", "architectures": [ "*" @@ -284623,23 +740272,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/helium/longfi-arduino.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "LongFi.h" + "DLLN3X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/helium/LongFi-0.1.0.zip", - "archiveFileName": "LongFi-0.1.0.zip", - "size": 220678, - "checksum": "SHA-256:8072606ac956f5647d8fee5c03c0f1a219e0eaa954957d101c45968b615415f7" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.0.0.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.0.0.zip", + "size": 5952, + "checksum": "SHA-256:19be66c6e50f88d24ca6ba211079015cd8026b336da73718059ea4735969244d" }, { - "name": "LongFi", - "version": "0.2.0", - "author": "Helium", - "maintainer": "Helium", - "sentence": "Enables LongFi Communication with Semtech Compatible Radios.", - "paragraph": "This library supports radio communication with Semtech compatible radios using the Helium LongFi Protocol.", - "website": "https://github.com/helium/longfi-arduino", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.0.1", + "author": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations using the DLLN3X module, with more features to come.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", "category": "Communication", "architectures": [ "*" @@ -284647,347 +740297,381 @@ "types": [ "Contributed" ], - "repository": "https://github.com/helium/longfi-arduino.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "LongFi.h" + "DLLN3X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/helium/LongFi-0.2.0.zip", - "archiveFileName": "LongFi-0.2.0.zip", - "size": 221593, - "checksum": "SHA-256:03a76e8bce5d0b4443a4a2f8c49ecdb3921b7dc73a9308edd0f2b886e5340ac1" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.0.1.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.0.1.zip", + "size": 6122, + "checksum": "SHA-256:a28833bbd575ef8deab744a1f0e1175dad9e5329bf5c620fc2fe53e1de1d32ba" }, { - "name": "Kangaroo Motion Controller", - "version": "1.0.6", - "author": "Dimension Engineering", - "maintainer": "James Bellinger \u003cjames@dimensionengineering.com\u003e", - "sentence": "Use reliable Packet Serial to communicate with your Kangaroo.", - "paragraph": "This library lets you command and monitor the Kangaroo autotuning feedback motion controller, an add-on board for SyRen and Sabertooth motor drivers.", - "website": "http://www.dimensionengineering.com/arduino", - "category": "Device Control", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.0.2", + "author": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations using the DLLN3X module, with more features to come.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DimensionEngineering/Kangaroo_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DimensionEngineering/Kangaroo_Motion_Controller-1.0.6.zip", - "archiveFileName": "Kangaroo_Motion_Controller-1.0.6.zip", - "size": 202773, - "checksum": "SHA-256:2b9e8864349d0eeae3bd7045f22ba8a1d3416ac7f26a2465fcd337b33602d10e" + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", + "providesIncludes": [ + "DLLN3X.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.0.2.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.0.2.zip", + "size": 6221, + "checksum": "SHA-256:0b450fca7a529f91f5d4855116e30bff03e11689aacd7613ca076581bd7105b7" }, { - "name": "MCP48xx DAC Library", - "version": "0.0.1", - "author": "Steve Gkountouvas", - "maintainer": "Steve Gkountouvas", - "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", - "paragraph": "This library provides a simple interface to control and configure the MCP48xx DACs.", - "website": "https://github.com/SteveGdvs/MCP48xx", - "category": "Signal Input/Output", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.0.3", + "author": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Duke Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations using the DLLN3X module, with more features to come.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "MCP48xx.h" + "DLLN3X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.0.1.zip", - "archiveFileName": "MCP48xx_DAC_Library-0.0.1.zip", - "size": 7585, - "checksum": "SHA-256:261c60eca62dcb58c708a23798b097c694dc58568634b3c8ffb5d69964fd88e5" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.0.3.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.0.3.zip", + "size": 6236, + "checksum": "SHA-256:1dd60728f916b4691293ab15d1faac9b6c11d5dd14002c27003783f91d0d67b5" }, { - "name": "MCP48xx DAC Library", - "version": "0.1.0", - "author": "Steve Gkountouvas", - "maintainer": "Steve Gkountouvas", - "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", - "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", - "website": "https://github.com/SteveGdvs/MCP48xx", - "category": "Signal Input/Output", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.0.4", + "author": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations using the DLLN3X module, with more features to come.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "MCP48xx.h" + "DLLN3X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.0.zip", - "archiveFileName": "MCP48xx_DAC_Library-0.1.0.zip", - "size": 5793, - "checksum": "SHA-256:3b6a64022c939d1e75fe6b995aebda9558a11c448649963e26fdcca60f539600" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.0.4.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.0.4.zip", + "size": 99929, + "checksum": "SHA-256:7d035ed8f8221c97a0ca1512539ab50eff7700f681c8681dd0568417c64fefa4" }, { - "name": "MCP48xx DAC Library", - "version": "0.1.1", - "author": "Steve Gkountouvas", - "maintainer": "Steve Gkountouvas", - "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", - "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", - "website": "https://github.com/SteveGdvs/MCP48xx", - "category": "Signal Input/Output", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.1.0", + "author": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations, config read/modify, link quility test, pin control and more.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "MCP48xx.h" + "DLLN3X.h zigbeeframe.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.1.zip", - "archiveFileName": "MCP48xx_DAC_Library-0.1.1.zip", - "size": 5513, - "checksum": "SHA-256:5df8d1cf570e945dd83a83c78350c5941b3babeff8d310f62631dc122d741e8a" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.1.0.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.1.0.zip", + "size": 98011, + "checksum": "SHA-256:4eb34c96917eb3cbed84d514842adafb2b77d708022590f17858c6370a34a3b7" }, { - "name": "MCP48xx DAC Library", - "version": "0.1.2", - "author": "Steve Gkountouvas", - "maintainer": "Steve Gkountouvas", - "sentence": "A library to control the MCP48xx family of SPI digital to analog converters (DACs).", - "paragraph": "This library provides a simple interface to control and configure the MCP4822, MCP4812, MCP4802 SPI DACs.", - "website": "https://github.com/SteveGdvs/MCP48xx", - "category": "Signal Input/Output", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.1.1", + "author": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations, config read/modify, link quility test, pin control and more.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SteveGdvs/MCP48xx.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "MCP48xx.h" + "DLLN3X.h zigbeeframe.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SteveGdvs/MCP48xx_DAC_Library-0.1.2.zip", - "archiveFileName": "MCP48xx_DAC_Library-0.1.2.zip", - "size": 5591, - "checksum": "SHA-256:fc91908efbb26c97399a263331d3ab576f83670e4b7cc061eedeea4c3ba276b6" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.1.1.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.1.1.zip", + "size": 98070, + "checksum": "SHA-256:5b13aa510807fb56d6b281f07a2af94593c36b23e2f2fb031cc4e4c6abd0b3e4" }, { - "name": "HPDL1414", - "version": "1.0.0", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "HPDL1414 Display Driver", - "paragraph": "Simple driver for operating HPDL1414 displays", - "website": "https://github.com/marecl/HPDL1414", - "category": "Display", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.1.2", + "author": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations, config read/modify, link quility test, pin control and more.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/HPDL1414.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "HPDL1414.h" + "DLLN3X.h", + "zigbeeframe.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.0.0.zip", - "archiveFileName": "HPDL1414-1.0.0.zip", - "size": 3253, - "checksum": "SHA-256:3324a0bdfa74bc8e0bfb55063d914b4488fe6cf03f92672785971ee87d6f2b92" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.1.2.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.1.2.zip", + "size": 98399, + "checksum": "SHA-256:79e5fa6e3ec3a1dd08c288e625047703b1e0fb5ed1576d8c96d539692297dd72" }, { - "name": "HPDL1414", - "version": "1.0.1", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "HPDL1414 Display Driver", - "paragraph": "Simple driver for operating HPDL1414 displays", - "website": "https://github.com/marecl/HPDL1414", - "category": "Display", + "name": "DLLN3X ZigBee Mesh Module Library", + "version": "1.1.3", + "author": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "maintainer": "Dylan Liu \u003cmentalflow@ourdocs.cn\u003e", + "license": "MIT", + "sentence": "This library allows you to use DLLN3X ZigBee mesh module very easily.", + "paragraph": "This library currently allows basic send and receive operations, config read/modify, link quility test, pin control and more.", + "website": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/HPDL1414.git", + "repository": "https://github.com/mentalfl0w/DLLN3X_zigbee_mesh_module_library.git", "providesIncludes": [ - "HPDL1414.h" + "DLLN3X.h", + "zigbeeframe.h", + "zigbee_vector.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.0.1.zip", - "archiveFileName": "HPDL1414-1.0.1.zip", - "size": 3700, - "checksum": "SHA-256:bff639940908a2ef8712cb33e374ede9564eedd18cb7338a55932e33b5d46bd3" + "url": "https://downloads.arduino.cc/libraries/github.com/mentalfl0w/DLLN3X_ZigBee_Mesh_Module_Library-1.1.3.zip", + "archiveFileName": "DLLN3X_ZigBee_Mesh_Module_Library-1.1.3.zip", + "size": 100645, + "checksum": "SHA-256:562f9db5031ad8387aec6b1be3b20bbd28b2600c25bb48d92d960eb8bdc7a5d6" }, { - "name": "HPDL1414", - "version": "1.1.0", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "HPDL1414 Display Driver", - "paragraph": "Simple driver for operating HPDL1414 displays", - "website": "https://github.com/marecl/HPDL1414", - "category": "Display", + "name": "Mock", + "version": "0.1.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "Replace Arduino methods with mocked versions and let you develop code without the hardware. Run parallel hardware and system development for greater efficiency.", + "paragraph": "The mocked functions return immediately or return zero. Use any development environment or your favorite editor with arduino-cli and library Mock. Use existing well-known tools for debugging.", + "website": "https://github.com/berrak/Mock", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/HPDL1414.git", + "repository": "https://github.com/berrak/Mock.git", "providesIncludes": [ - "HPDL1414.h" + "Mock.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.1.0.zip", - "archiveFileName": "HPDL1414-1.1.0.zip", - "size": 4099, - "checksum": "SHA-256:7d2306a972911b4557585cb3390c75514b722a5532349e25d8b38b922418ef20" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/Mock-0.1.0.zip", + "archiveFileName": "Mock-0.1.0.zip", + "size": 9297, + "checksum": "SHA-256:9e9972a968160f7dac604343ba113cce17d3f17b48ab4f9d3eb325d1fff48a4c" }, { - "name": "HPDL1414", - "version": "1.2.0", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "HPDL1414 Display Driver", - "paragraph": "Simple driver for operating HPDL1414 displays", - "website": "https://github.com/marecl/HPDL1414", - "category": "Display", + "name": "Mock", + "version": "0.1.1", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "Replace Arduino methods with mocked versions and let you develop code without the hardware. Run parallel hardware and system development for greater efficiency.", + "paragraph": "The mocked functions return immediately or return zero. Use any development environment or your favorite editor with arduino-cli and library Mock. Use existing well-known tools for debugging.", + "website": "https://github.com/berrak/Mock", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/HPDL1414.git", + "repository": "https://github.com/berrak/Mock.git", "providesIncludes": [ - "HPDL1414.h" + "Mock.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-1.2.0.zip", - "archiveFileName": "HPDL1414-1.2.0.zip", - "size": 5124, - "checksum": "SHA-256:54e95c5315e3aff07cd12aa8e02e6e5b1cfdceb1cd8658d38170a7cd58627fa0" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/Mock-0.1.1.zip", + "archiveFileName": "Mock-0.1.1.zip", + "size": 9141, + "checksum": "SHA-256:fbccfdb624f8708f72ba48d6e2297b1383a4ea53e43f7e43ca15f60a039fb12c" }, { - "name": "HPDL1414", - "version": "2.0.0", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "HPDL1414 Display Driver", - "paragraph": "Simple driver for operating HPDL1414 displays", - "website": "https://github.com/marecl/HPDL1414", - "category": "Display", + "name": "Mock", + "version": "0.2.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "Replace Arduino methods with mocked versions and let you develop code without the hardware. Run parallel hardware and system development for greater efficiency.", + "paragraph": "The mocked functions return immediately or return zero. Use any development environment or your favorite editor with arduino-cli and library Mock. Use existing well-known tools for debugging.", + "website": "https://github.com/berrak/Mock", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/HPDL1414.git", + "repository": "https://github.com/berrak/Mock.git", "providesIncludes": [ - "HPDL1414.h" + "Mock.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-2.0.0.zip", - "archiveFileName": "HPDL1414-2.0.0.zip", - "size": 452537, - "checksum": "SHA-256:8cd2449c06cdbc847cb06576dc79b09d746e371680d956c55562971022f17d24" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/Mock-0.2.0.zip", + "archiveFileName": "Mock-0.2.0.zip", + "size": 9259, + "checksum": "SHA-256:b60d8d13b0801695d7b6413c37f4ee02d45c4508690bb44405fa7be03a6fb842" }, { - "name": "HPDL1414", - "version": "2.0.1", - "author": "Marek Ledworowski (marecl)", - "maintainer": "Marek Ledworowski (marecl)", - "sentence": "HPDL1414 Display Driver", - "paragraph": "Simple driver for operating HPDL1414 displays", - "website": "https://github.com/marecl/HPDL1414", - "category": "Display", + "name": "AttachInterruptEx", + "version": "0.1.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "AttachInterruptEx extends the standard AttachInterrupt function to allow for a variety of callable objects as timer callbacks.", + "paragraph": "\"Extends the standard attachInterrupt function to allow passing state to the pin interrupt callbacks. Accepts free functions and static member functions, lambda expressions and functors as callbacks\",", + "website": "https://github.com/luni64/AttachInterruptEx", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marecl/HPDL1414.git", + "repository": "https://github.com/luni64/AttachInterruptEx.git", "providesIncludes": [ - "HPDL1414.h" + "AttachInterruptEx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marecl/HPDL1414-2.0.1.zip", - "archiveFileName": "HPDL1414-2.0.1.zip", - "size": 465620, - "checksum": "SHA-256:5ee915c128d7abd514aea6ec0845ac7270cfcdd4378550140e4e3426e5773284" + "dependencies": [ + { + "name": "CallbackHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/AttachInterruptEx-0.1.0.zip", + "archiveFileName": "AttachInterruptEx-0.1.0.zip", + "size": 5238, + "checksum": "SHA-256:904c05b8540da48670697ac7d594538bcd6bfe17c82a65a3b4265d305a432863" }, { - "name": "Task Scheduler", - "version": "1.0.0", - "author": "Kai Liebich \u0026 Georg Icking-Konert", - "maintainer": "Kai Liebich", - "sentence": "Simple task scheduler", - "paragraph": "Lightweight and fast preemptive scheduler for ATMega and SAMD Arduino Boards", - "website": "https://github.com/kcl93/tasks", - "category": "Timing", + "name": "AttachInterruptEx", + "version": "0.1.2", + "author": "luni64", + "maintainer": "luni64", + "sentence": "AttachInterruptEx extends the standard AttachInterrupt function to allow for a variety of callable objects as timer callbacks.", + "paragraph": "\"Extends the standard attachInterrupt function to allow passing state to the pin interrupt callbacks. Accepts free functions and static member functions, lambda expressions and functors as callbacks\",", + "website": "https://github.com/luni64/AttachInterruptEx", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kcl93/Tasks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.0.0.zip", - "archiveFileName": "Task_Scheduler-1.0.0.zip", - "size": 251741, - "checksum": "SHA-256:b37f37b423fb1895556bcd467c6ffb36071e8621647b56e7ef7b29eeacd7d483" + "repository": "https://github.com/luni64/AttachInterruptEx.git", + "providesIncludes": [ + "AttachInterruptEx.h" + ], + "dependencies": [ + { + "name": "CallbackHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/AttachInterruptEx-0.1.2.zip", + "archiveFileName": "AttachInterruptEx-0.1.2.zip", + "size": 5237, + "checksum": "SHA-256:76b9d383febe06a68ed023f6312d999d342b36c56b7aaecb2f7b75552a0fab3a" }, { - "name": "Task Scheduler", - "version": "1.1.0", - "author": "Kai Liebich, Georg Icking-Konert", - "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", - "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", - "paragraph": "Tasks can be executed periodically or just being delayed.", - "website": "https://github.com/kcl93/Tasks", - "category": "Timing", + "name": "AttachInterruptEx", + "version": "0.1.3", + "author": "luni64", + "maintainer": "luni64", + "sentence": "AttachInterruptEx extends the standard AttachInterrupt function to allow for a variety of callable objects as timer callbacks.", + "paragraph": "\"Extends the standard attachInterrupt function to allow passing state to the pin interrupt callbacks. Accepts free functions and static member functions, lambda expressions and functors as callbacks\",", + "website": "https://github.com/luni64/AttachInterruptEx", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kcl93/Tasks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.1.0.zip", - "archiveFileName": "Task_Scheduler-1.1.0.zip", - "size": 261818, - "checksum": "SHA-256:59cbd92c44cc6479218ce381286dfff4f580c7382aed9356265cab39fc87f276" + "repository": "https://github.com/luni64/AttachInterruptEx.git", + "providesIncludes": [ + "AttachInterruptEx.h" + ], + "dependencies": [ + { + "name": "CallbackHelper" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/AttachInterruptEx-0.1.3.zip", + "archiveFileName": "AttachInterruptEx-0.1.3.zip", + "size": 7249, + "checksum": "SHA-256:4b9120dd86b51d3e05378c6d70ea41003eaf5968e6552cd8a32a595073bd7632" }, { - "name": "Task Scheduler", - "version": "1.2.0", - "author": "Kai Liebich, Georg Icking-Konert", - "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", - "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", - "paragraph": "Tasks can be executed periodically or just being delayed.", - "website": "https://github.com/kcl93/Tasks", - "category": "Timing", + "name": "MacroDebugger", + "version": "0.0.1", + "author": "Radhi", + "maintainer": "Radhi \u003cradhisghaier33@gmail.com\u003e", + "sentence": "Debug-printing done elegantly, and cleanly!", + "paragraph": "MacroDebugger is a MACRO-based debug-printing library that allows for the removal of Serial prints through the change of a single line.", + "website": "https://github.com/Rad-hi/MacroDebugger", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kcl93/Tasks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.2.0.zip", - "archiveFileName": "Task_Scheduler-1.2.0.zip", - "size": 261809, - "checksum": "SHA-256:d0729b7fc38ece961f98a3f6d9ecf98284498e86608eb7ca89f2f35f4f2047b8" + "repository": "https://github.com/Rad-hi/MacroDebugger.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rad-hi/MacroDebugger-0.0.1.zip", + "archiveFileName": "MacroDebugger-0.0.1.zip", + "size": 6174, + "checksum": "SHA-256:582a3bd9fdc7a8589eef92ba5b370ed7a5defde54241adc2066956b306b36a58" }, { - "name": "Task Scheduler", - "version": "1.3.0", - "author": "Kai Liebich, Georg Icking-Konert", - "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", - "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", - "paragraph": "Tasks can be executed periodically or just being delayed.", - "website": "https://github.com/kcl93/Tasks", + "name": "AnalogRTCLib", + "version": "1.0.0", + "author": "Analog Devices", + "maintainer": "Analog Devices \u003ccic.americas@analog.com\u003e", + "sentence": "Library for Analog Devices Real Time Clocks.", + "paragraph": "Analog Devices RTSs are low-current real time clocks with I2C, SPI or 1-Wire interfaces, integrated crystal and power management.", + "website": "https://github.com/MaximIntegrated/AnalogRTCLibrary", "category": "Timing", "architectures": [ "*" @@ -284995,392 +740679,475 @@ "types": [ "Contributed" ], - "repository": "https://github.com/kcl93/Tasks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.3.0.zip", - "archiveFileName": "Task_Scheduler-1.3.0.zip", - "size": 256440, - "checksum": "SHA-256:41052bde94d657e6ac66fafe71d1ed7ece32694af49a44d460dcf6f1a7af6471" + "repository": "https://github.com/MaximIntegrated/AnalogRTCLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaximIntegrated/AnalogRTCLib-1.0.0.zip", + "archiveFileName": "AnalogRTCLib-1.0.0.zip", + "size": 270415, + "checksum": "SHA-256:69a528bffdc8c767ee02baf89a5c403a7f6d58bcac60e9477bdebeb2e6552180" }, { - "name": "Task Scheduler", - "version": "1.4.0", - "author": "Kai Liebich, Georg Icking-Konert", - "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", - "sentence": "Lightweight and fast preemptive scheduler for ATMega and SAM3X Arduino Boards.", - "paragraph": "Tasks can be executed periodically or just being delayed.", - "website": "https://github.com/kcl93/Tasks", + "name": "IOXESP32Motor", + "version": "1.0.0", + "author": "ArtronShop \u003ccontact@artronshop.co.th\u003e", + "maintainer": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "sentence": "With this library You can control motor with IOXESP32 Motor shield", + "paragraph": "library of IOXESP32 Motor shield, Control motor move forward, backward and stop", + "website": "https://github.com/ArtronShop/IOXESP32Motor", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArtronShop/IOXESP32Motor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/IOXESP32Motor-1.0.0.zip", + "archiveFileName": "IOXESP32Motor-1.0.0.zip", + "size": 3219, + "checksum": "SHA-256:7881e850f17b4be5b4a321965ed03013b8b07dc895c63eeb1879b6c94f9e595f" + }, + { + "name": "fast_samd21_tc", + "version": "0.1.0", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "TC5 or TC3 timer library for SAMD21 microcontrollers.", + "paragraph": "This library allows using the TC5_Handler or the TC3_Handler routine triggered by the TC5 or TC3 timer on SAMD21 (e. g. Arduino MKRZERO). It is possible to trigger very fast (a few microsends, e. g. 4 us).", + "website": "https://gitlab.com/ug-cp/fast_samd21_tc", "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/kcl93/Tasks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/Task_Scheduler-1.4.0.zip", - "archiveFileName": "Task_Scheduler-1.4.0.zip", - "size": 259221, - "checksum": "SHA-256:85176610d4332e27b2ab581a6a1fd19a317b6e33115f6bd81d693c5cfb461582" + "repository": "https://gitlab.com/ug-cp/fast_samd21_tc.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ug-cp/fast_samd21_tc-0.1.0.zip", + "archiveFileName": "fast_samd21_tc-0.1.0.zip", + "size": 13853, + "checksum": "SHA-256:d1f4330c0ace8cca4ed50209c3960a4d703f0187bd4036f1bc05e9af6cbe3957" }, { - "name": "S.Port sensor library for FrSky", - "version": "1.0.0", - "author": "Herman Kruisman (herman@ccme.nl)", - "maintainer": "Herman Kruisman (herman@ccme.nl)", - "sentence": "an Arduino Library to create FrSky S.Port sensors", - "paragraph": "This library has been tested on Arduino Mini, Nano and similar board", - "website": "https://github.com/RealTadango/FrSky", - "category": "Uncategorized", + "name": "fast_samd21_tc", + "version": "0.1.1", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "TC5 or TC3 timer library for SAMD21 microcontrollers.", + "paragraph": "This library allows using the TC5_Handler and the TC3_Handler routine triggered by the TC5 or TC3 timer on SAMD21 (e. g. Arduino MKRZERO). It is possible to trigger very fast (a few microseconds, e. g. 4 us).", + "website": "https://gitlab.com/ug-cp/fast_samd21_tc", + "category": "Timing", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RealTadango/FrSky.git", - "providesIncludes": [ - "SPort.h" + "repository": "https://gitlab.com/ug-cp/fast_samd21_tc.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ug-cp/fast_samd21_tc-0.1.1.zip", + "archiveFileName": "fast_samd21_tc-0.1.1.zip", + "size": 13997, + "checksum": "SHA-256:e1f146521b3663099c69c01e158d61f3276f28315ee5d1b600032320d670379b" + }, + { + "name": "fast_samd21_tc", + "version": "0.2.0", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "TC3, TC4 or TC5 timer library for SAMD21 microcontrollers.", + "paragraph": "This library allows using the TC3_Handler, TC4_Handler and the TC5_Handler routine triggered by the TC3, TC4 or TC5 timer on SAMD21 (e. g. Arduino MKRZERO). It is possible to trigger very fast (a few microseconds, e. g. 4 us and less, depending on the runtime of the handler routine/function). You can use fraction numbers as interval (e. g. 2.5 us). Keep in mind, TC4 and TC5 are not completely independent.", + "website": "https://gitlab.com/ug-cp/fast_samd21_tc", + "category": "Timing", + "architectures": [ + "samd" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.0.zip", - "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.0.zip", - "size": 2606604, - "checksum": "SHA-256:3adf12feb54ae54ba8c2c304d12321835d6b42d73e4c9239761c293d638689ce" + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/ug-cp/fast_samd21_tc.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ug-cp/fast_samd21_tc-0.2.0.zip", + "archiveFileName": "fast_samd21_tc-0.2.0.zip", + "size": 23575, + "checksum": "SHA-256:10aaa8766f1c809568a9d2e9ad1d5a4b4fed16118d4f4637e679585f915a1fc1" }, { - "name": "S.Port sensor library for FrSky", - "version": "1.0.1", - "author": "Herman Kruisman (herman@ccme.nl)", - "maintainer": "Herman Kruisman (herman@ccme.nl)", - "sentence": "an Arduino Library to create FrSky S.Port sensors", - "paragraph": "This library has been tested on Arduino Mini, Nano and similar board", - "website": "https://github.com/RealTadango/FrSky", - "category": "Uncategorized", + "name": "fast_samd21_tc", + "version": "0.2.1", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "TC3, TC4 or TC5 timer library for SAMD21 microcontrollers.", + "paragraph": "This library allows using the TC3_Handler, TC4_Handler and the TC5_Handler routine triggered by the TC3, TC4 or TC5 timer on SAMD21 (e. g. Arduino MKRZERO). It is possible to trigger very fast (a few microseconds, e. g. 4 us and less, depending on the runtime of the handler routine/function). You can use fraction numbers as interval (e. g. 2.5 us). Keep in mind, TC4 and TC5 are not completely independent.", + "website": "https://gitlab.com/ug-cp/fast_samd21_tc", + "category": "Timing", "architectures": [ - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RealTadango/FrSky.git", - "providesIncludes": [ - "SPort.h" + "repository": "https://gitlab.com/ug-cp/fast_samd21_tc.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ug-cp/fast_samd21_tc-0.2.1.zip", + "archiveFileName": "fast_samd21_tc-0.2.1.zip", + "size": 25393, + "checksum": "SHA-256:d94d9eb70807ecdf77ee375d8516aa6dc4db40ed0723f3e871cb22b20cc963aa" + }, + { + "name": "fast_samd21_tc", + "version": "0.2.2", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "TC3, TC4 or TC5 timer library for SAMD21 microcontrollers.", + "paragraph": "This library allows using the TC3_Handler, TC4_Handler and the TC5_Handler routine triggered by the TC3, TC4 or TC5 timer on SAMD21 (e. g. Arduino MKRZERO). It is possible to trigger very fast (a few microseconds, e. g. 4 us and less, depending on the runtime of the handler routine/function). You can use fraction numbers as interval (e. g. 2.5 us). Keep in mind, TC4 and TC5 are not completely independent.", + "website": "https://gitlab.com/ug-cp/fast_samd21_tc", + "category": "Timing", + "architectures": [ + "samd" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.1.zip", - "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.1.zip", - "size": 2694871, - "checksum": "SHA-256:3fd6bd4f126de7ce932c02399ab87eaf030911c8fa8fc72bc9b9b45003a414c0" + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/ug-cp/fast_samd21_tc.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ug-cp/fast_samd21_tc-0.2.2.zip", + "archiveFileName": "fast_samd21_tc-0.2.2.zip", + "size": 25405, + "checksum": "SHA-256:a170b2ecf6116a2a72453ab72fcc2375a2c19babe081d57900581bcbe8cba90c" }, { - "name": "S.Port sensor library for FrSky", - "version": "1.0.2", - "author": "Herman Kruisman (herman@ccme.nl)", - "maintainer": "Herman Kruisman (herman@ccme.nl)", - "sentence": "an Arduino Library to create FrSky S.Port sensors", - "paragraph": "This library has been tested on Arduino Mini, Nano, ATTiny85, ESP8266, ESP32 and similar board", - "website": "https://github.com/RealTadango/FrSky", - "category": "Uncategorized", + "name": "fast_samd21_tc", + "version": "0.2.3", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "TC3, TC4 or TC5 timer library for SAMD21 microcontrollers.", + "paragraph": "This library allows using the TC3_Handler, TC4_Handler and the TC5_Handler routine triggered by the TC3, TC4 or TC5 timer on SAMD21 (e. g. Arduino MKRZERO). It is possible to trigger very fast (a few microseconds, e. g. 4 us and less, depending on the runtime of the handler routine/function). You can use fraction numbers as interval (e. g. 2.5 us). Keep in mind, TC4 and TC5 are not completely independent.", + "website": "https://gitlab.com/ug-cp/fast_samd21_tc", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RealTadango/FrSky.git", - "providesIncludes": [ - "SPort.h" + "repository": "https://gitlab.com/ug-cp/fast_samd21_tc.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ug-cp/fast_samd21_tc-0.2.3.zip", + "archiveFileName": "fast_samd21_tc-0.2.3.zip", + "size": 25630, + "checksum": "SHA-256:a54a39d0f195e683f3884118940a2b5461891c38d9211bd8ead5b34aa29b2e56" + }, + { + "name": "fast_samd21_tc", + "version": "0.3.0", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "TC3, TC4 or TC5 timer library for SAMD21 microcontrollers.", + "paragraph": "This library allows using the TC3_Handler, TC4_Handler and the TC5_Handler routine triggered by the 16-bit Timer/Counter TC3, TC4 or TC5 on SAMD21 (e. g. Arduino MKRZERO). It is also possible to use TC4 and TC5 as a 32-bit Timer/Counter. It is possible to trigger very fast (a few microseconds, e. g. 4 us and less, depending on the runtime of the handler routine/function). You can use fraction numbers as interval (e. g. 2.5 us). Keep in mind, TC4 and TC5 are not completely independent. But you can use TC4 and TC5 together as a 32-bit counter. This 32-bit counter allows to call the interrupt with a time between calls up to 1 day and more.", + "website": "https://gitlab.com/ug-cp/fast_samd21_tc", + "category": "Timing", + "architectures": [ + "samd" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RealTadango/S_Port_sensor_library_for_FrSky-1.0.2.zip", - "archiveFileName": "S_Port_sensor_library_for_FrSky-1.0.2.zip", - "size": 2694901, - "checksum": "SHA-256:27bc5c89daf5523eb99fcff5aa9378348dbf9773cf2d5c72b0cfdcf5eaa0ce5c" + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/ug-cp/fast_samd21_tc.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ug-cp/fast_samd21_tc-0.3.0.zip", + "archiveFileName": "fast_samd21_tc-0.3.0.zip", + "size": 33832, + "checksum": "SHA-256:ab2fce3fa99732a2e237a8f404d5b7ce5124a829494c701421db547fd40c07d7" }, { - "name": "Sqlite Micro Logger", + "name": "Thingpings", "version": "1.0.0", - "author": "Arundale Ramanathan", - "maintainer": "Arun \u003carun@siara.cc\u003e", - "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", - "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", - "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", - "category": "Data Storage", + "author": "Matthew Kendall", + "maintainer": "Matthew Kendall \u003cmdkendall@users.noreply.github.com\u003e", + "sentence": "Send a ping to Thingpings.", + "paragraph": "Thingpings solves the problem of finding an Internet of Things device on your network after setting it up.", + "website": "https://github.com/mdkendall/ThingpingsLib", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.0.0.zip", - "archiveFileName": "Sqlite_Micro_Logger-1.0.0.zip", - "size": 1070722, - "checksum": "SHA-256:80d7a113066441f4ec3027192cecfeaf7ed8a97ccd6525ea6438be148b1a74b3" + "repository": "https://github.com/mdkendall/ThingpingsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mdkendall/Thingpings-1.0.0.zip", + "archiveFileName": "Thingpings-1.0.0.zip", + "size": 4254, + "checksum": "SHA-256:e99abf49b8db47ea48e1071e0a9ef7fb8613278fb1c78cdc717ac6a4a74e24b6" }, { - "name": "Sqlite Micro Logger", + "name": "Thingpings", "version": "1.1.0", - "author": "Arundale Ramanathan", - "maintainer": "Arun \u003carun@siara.cc\u003e", - "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", - "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", - "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", - "category": "Data Storage", + "author": "Matthew Kendall", + "maintainer": "Matthew Kendall \u003cmdkendall@users.noreply.github.com\u003e", + "sentence": "Send a ping to Thingpings.", + "paragraph": "Thingpings solves the problem of finding an Internet of Things device on your network after setting it up.", + "website": "https://github.com/mdkendall/ThingpingsLib", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.1.0.zip", - "archiveFileName": "Sqlite_Micro_Logger-1.1.0.zip", - "size": 2741066, - "checksum": "SHA-256:9c27418182dfd93bdaf8f1d50057a4cdc2fc686ebd742019787602e01cdf5a57" + "repository": "https://github.com/mdkendall/ThingpingsLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mdkendall/Thingpings-1.1.0.zip", + "archiveFileName": "Thingpings-1.1.0.zip", + "size": 4377, + "checksum": "SHA-256:a1845d89ca1bfdc9d270a139395239143e01e9ff26a15567fb15370bc0d8dac1" }, { - "name": "Sqlite Micro Logger", - "version": "1.2.0", - "author": "Arundale Ramanathan", - "maintainer": "Arun \u003carun@siara.cc\u003e", - "sentence": "Log data into Sqlite database from any MCU having \u003e2kb RAM", - "paragraph": "This is a general purpose library that enables logging data into Sqlite databases from any Microcontroller having atleast 2kb RAM. This is useful to log Sensor data into Micro SD cards or inbuilt flash file systems. Multiple databases can be logged at the same time and transferred over the network for further processing. See documentation for further details and limitations.", - "website": "https://github.com/siara-cc/sqlite_micro_logger_arduino", - "category": "Data Storage", + "name": "mrm-lid-d", + "version": "0.0.0", + "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", + "sentence": "CAN Bus library for MRMS mrm-lid-d", + "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with VL53L5 lidar.", + "website": "https://github.com/PribaNosati/mrm-lid-d", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/siara-cc/sqlite_micro_logger_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Sqlite_Micro_Logger-1.2.0.zip", - "archiveFileName": "Sqlite_Micro_Logger-1.2.0.zip", - "size": 2745575, - "checksum": "SHA-256:c611ebd995e6f4ecafbd003b8a4646eae0589fd973a4b7356077bd008bf4ec98" + "repository": "https://github.com/PribaNosati/mrm-lid-d.git", + "dependencies": [ + { + "name": "mrm-board" + }, + { + "name": "mrm-robot" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_d-0.0.0.zip", + "archiveFileName": "mrm_lid_d-0.0.0.zip", + "size": 6283, + "checksum": "SHA-256:d5b8ce576e1c7e998700f7f7fbd11cb1334e3b207a097da0aa269000ffcaa453" }, { - "name": "EMUSerial", - "version": "1.0.1", - "author": "Robin K.", - "maintainer": "Robin K.", - "sentence": "ECUMaster EMU Serial Library", - "paragraph": "Library to read the ECUMaster Serial format. Contains a Python Script for keeping it up-to-date.", - "website": "https://github/EMUSerial", - "category": "Communication", + "name": "BioData", + "version": "0.1.0", + "author": "Erin Gee, Martin Peach, Thomas O. Fredericks, Sofian Audry", + "maintainer": "Erin Gee \u003cerin.marie.gee@gmail.com\u003e", + "sentence": "Interpret biological signals in real-time.", + "paragraph": "Allows you to extract meaningful features from different kinds of biometric signals including photoplethysmograph (heart sensor), galvanic skin response (GSR), and respiration.", + "website": "http://github.com/eringee/BioData", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GTO2013/EMUSerial.git", + "repository": "https://github.com/eringee/BioData.git", "providesIncludes": [ - "EMUSerial.h" + "BioData.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/GTO2013/EMUSerial-1.0.1.zip", - "archiveFileName": "EMUSerial-1.0.1.zip", - "size": 14747, - "checksum": "SHA-256:6789af6ea99d5b8d8539e0057067164ed2a97d9855a23eabbeeababe2152ea24" + "url": "https://downloads.arduino.cc/libraries/github.com/eringee/BioData-0.1.0.zip", + "archiveFileName": "BioData-0.1.0.zip", + "size": 2599930, + "checksum": "SHA-256:e0aa0273925d542eaa6bfb439fe72346f535fd7c7deef4fdcaf100df3828c4b6" }, { - "name": "EMUSerial", - "version": "1.0.2", - "author": "Robin K.", - "maintainer": "Robin K.", - "sentence": "ECUMaster EMU Serial Library", - "paragraph": "Library to read the ECUMaster Serial format. Contains a Python Script for keeping it up-to-date.", - "website": "https://github/EMUSerial", - "category": "Communication", + "name": "SE_Button", + "version": "1.0.0", + "author": "SmartElecRu", + "maintainer": "Bykov Viktor \u003cdeveloper@smart-elec.ru\u003e", + "sentence": "Advanced button operation library", + "paragraph": "Button library", + "website": "https://github.com/SmartElecRu/ArduinoIDE_SE_Button", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GTO2013/EMUSerial.git", - "providesIncludes": [ - "EMUSerial.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/GTO2013/EMUSerial-1.0.2.zip", - "archiveFileName": "EMUSerial-1.0.2.zip", - "size": 15174, - "checksum": "SHA-256:b7692aed962c930d37c94a82aa840659e2de2d35de6a63606b67a69cf53ef85a" + "repository": "https://github.com/SmartElecRu/ArduinoIDE_SE_Button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SmartElecRu/SE_Button-1.0.0.zip", + "archiveFileName": "SE_Button-1.0.0.zip", + "size": 6749, + "checksum": "SHA-256:8a31274174755fe52b9012b75114f63c90d0ddb17f9f02759f9fcada306b333c" }, { - "name": "Lixie II", - "version": "1.2.0", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Lixie II displays!", - "paragraph": "Library for controlling Lixie II displays!", - "website": "https://github.com/connornishijima/Lixie_II", - "category": "Signal Input/Output", + "name": "xsens_mti", + "version": "0.1.1", + "author": "Scott Rapson", + "maintainer": "Scott Rapson \u003cscott@electricui.com\u003e", + "license": "Apache2", + "sentence": "Portable, unit-tested, from-scratch implementation for serial comms with xsens MTi AHRS modules.", + "paragraph": "The parser is hardware agnostic, with a design philosophy around structured data and callback functions when valid packets are decoded.", + "website": "https://github.com/Scottapotamas/xsens-mti", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Lixie_II.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.2.0.zip", - "archiveFileName": "Lixie_II-1.2.0.zip", - "size": 30161, - "checksum": "SHA-256:87d125666e3df5111ae6ae4681911632fe39c02ee484956e048476be260829d9" + "repository": "https://github.com/Scottapotamas/xsens-mti.git", + "providesIncludes": [ + "xsens_mti.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Scottapotamas/xsens_mti-0.1.1.zip", + "archiveFileName": "xsens_mti-0.1.1.zip", + "size": 446595, + "checksum": "SHA-256:bc1a927e3b6fed3c541cf95aa100bda30d20c0c41ee4afe20302d0f6098bfbf9" }, { - "name": "Lixie II", - "version": "1.3.0", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Lixie II displays!", - "paragraph": "Library for controlling Lixie II displays!", - "website": "https://github.com/connornishijima/Lixie_II", - "category": "Signal Input/Output", + "name": "React_Generic", + "version": "2.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e, Matti Airas \u003cmairas@iki.fi\u003e, Andrew Carter \u003candrewcarter1992@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Asynchronous programming library for the generic microcontrollers compatible with the Arduino framework.", + "paragraph": "React_Generic is an asynchronous programming library for creating non-blocking applications on the Arduino framework. Currently supporting ESP32, ESP8266, SAMD21/SAMD51, RP2040, STM32, nRF52, Teensy 4.x", + "website": "https://github.com/khoih-prog/React_Generic", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Lixie_II.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.3.0.zip", - "archiveFileName": "Lixie_II-1.3.0.zip", - "size": 35972, - "checksum": "SHA-256:b205b62c9b25087f13b602740cd794d7d39aab43e6ea9ed3b89eeb3448a6776d" + "repository": "https://github.com/khoih-prog/React_Generic.git", + "providesIncludes": [ + "React_Generic.h", + "React_Generic.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/React_Generic-2.1.0.zip", + "archiveFileName": "React_Generic-2.1.0.zip", + "size": 741429, + "checksum": "SHA-256:3e47d11b17ce87f76bbd76d34b9aca8cb892540096b8392e8e597e0d11450ce2" }, { - "name": "Lixie II", - "version": "1.3.1", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Lixie II displays!", - "paragraph": "Library for controlling Lixie II displays!", - "website": "https://github.com/connornishijima/Lixie_II", - "category": "Signal Input/Output", + "name": "libTrial", + "version": "1.1.0", + "author": "Abel \u003cabel6jose@gmail.com\u003e", + "maintainer": "Abel \u003cabel6jose@gmail.com\u003e", + "sentence": "Library to add two numbers", + "paragraph": "supports all boards", + "website": "https://github.com/abel6jose/Trial.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Lixie_II.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Lixie_II-1.3.1.zip", - "archiveFileName": "Lixie_II-1.3.1.zip", - "size": 39156, - "checksum": "SHA-256:fff5cc2c29f46a204c50d21f48f6666930e7bdbf27310cf6cc96552f64476745" + "repository": "https://github.com/abel6jose/Trial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abel6jose/libTrial-1.1.0.zip", + "archiveFileName": "libTrial-1.1.0.zip", + "size": 11475, + "checksum": "SHA-256:6dc89951f2a46e05cb78384f99a130424b7fa870893868d980948933592a28d5" }, { - "name": "PxMatrix Christmas Icons", - "version": "0.0.1", - "author": "Gavin Smalley", - "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", - "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", - "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", - "website": "https://github.com/yknivag/PxMatrixChristmasIcons", - "category": "Display", + "name": "libTrial", + "version": "1.1.2", + "author": "Abel \u003cabel6jose@gmail.com\u003e", + "maintainer": "Abel \u003cabel6jose@gmail.com\u003e", + "sentence": "Library to add two numbers", + "paragraph": "supports all boards", + "website": "https://github.com/abel6jose/Trial.git", + "category": "Device Control", "architectures": [ - "ESP8266", - "ESP32", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", - "providesIncludes": [ - "ChristmasIcons.h" + "repository": "https://github.com/abel6jose/Trial.git", + "dependencies": [ + { + "name": "ArduinoGraphics" + }, + { + "name": "WiFiNINA" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.1.zip", - "archiveFileName": "PxMatrix_Christmas_Icons-0.0.1.zip", - "size": 118545, - "checksum": "SHA-256:cc47a072e9a27a42966ac23b607e42b8f25613c146350539175a69657eca2735" + "url": "https://downloads.arduino.cc/libraries/github.com/abel6jose/libTrial-1.1.2.zip", + "archiveFileName": "libTrial-1.1.2.zip", + "size": 11504, + "checksum": "SHA-256:1b11d9667928a676fefc69bbb47070145e3086565fa42782ba2097e9c5113631" }, { - "name": "PxMatrix Christmas Icons", - "version": "0.0.2", - "author": "Gavin Smalley", - "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", - "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", - "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", - "website": "https://github.com/yknivag/PxMatrixChristmasIcons", - "category": "Display", + "name": "esp-echonet-lite", + "version": "0.0.3", + "author": "chibiegg", + "maintainer": "chibiegg", + "sentence": "Echonet Lite library for ESP", + "paragraph": "Framework for building Echonet Lite Node for ESP.", + "website": "https://github.com/chibiegg/esp-echonet-lite.git", + "category": "Communication", "architectures": [ - "ESP8266", - "ESP32", - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "repository": "https://github.com/chibiegg/esp-echonet-lite.git", "providesIncludes": [ - "ChristmasIcons.h" + "echonet.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.2.zip", - "archiveFileName": "PxMatrix_Christmas_Icons-0.0.2.zip", - "size": 118939, - "checksum": "SHA-256:f9e80428c8dfd465465cee20005917e1632562e0d78a0759df29e8aa42992aba" + "url": "https://downloads.arduino.cc/libraries/github.com/chibiegg/esp_echonet_lite-0.0.3.zip", + "archiveFileName": "esp_echonet_lite-0.0.3.zip", + "size": 44587, + "checksum": "SHA-256:8a99d8a53f03618104dbf0b60b43f21ee881d8482c4edd517dfa2f3e4b61313d" }, { - "name": "PxMatrix Christmas Icons", - "version": "0.0.3", - "author": "Gavin Smalley", - "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/PxMatrixChristmasIcons\u003e", - "sentence": "Arduino/ESP8366 library which contains a number of LED fade effects.", - "paragraph": "ESP library for PxMatrix displays which contains a number of Christmas Icons.", - "website": "https://github.com/yknivag/PxMatrixChristmasIcons", - "category": "Display", - "architectures": [ - "ESP8266", - "ESP32", - "esp8266", - "esp32" + "name": "MockEEPROM", + "version": "0.1.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library replaces EEPROM library methods with mock methods.", + "paragraph": "Project development in parallel for hardware and software teams with the Mock-suits of libraries. Use Arduino speak constructs with the Mock library.", + "website": "https://github.com/berrak/MockEEPROM", + "category": "Other", + "architectures": [ + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/yknivag/PxMatrixChristmasIcons.git", + "repository": "https://github.com/berrak/MockEEPROM.git", "providesIncludes": [ - "ChristmasIcons.h" + "MockEEPROM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/PxMatrix_Christmas_Icons-0.0.3.zip", - "archiveFileName": "PxMatrix_Christmas_Icons-0.0.3.zip", - "size": 118996, - "checksum": "SHA-256:2ab99b7f3835b016b71e528d4b17b9cbc7df6a26907ef8f5c0f463e63106fad6" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/MockEEPROM-0.1.0.zip", + "archiveFileName": "MockEEPROM-0.1.0.zip", + "size": 7353, + "checksum": "SHA-256:cbbf672ea6769dfc0dbf39ef45c8ccdd6bfa0bc006dab16b9007ab89b734b5fe" }, { - "name": "PU2CLR SI4735", - "version": "1.0.2", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "MAX7219Segment", + "version": "1.0.0", + "author": "Antor Ahmed \u003cantor.mee@gmail.com\u003e, Ozhan Duran \u003cozhantr@hotmail.com\u003e", + "maintainer": "Antor Ahmed \u003cantor.mee@gmail.com\u003e, Ozhan Duran \u003cozhantr@hotmail.com\u003e", + "sentence": "MAX7219/MAX7221 Digital Tube 7-Segment LED Display Library", + "paragraph": "Easy-to-use library for 8 bit 7-segment digital LED display module.", + "website": "https://github.com/an7or/MAX7219Segment/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.2.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.2.zip", - "size": 3975556, - "checksum": "SHA-256:380727223d86060f1dd7e2c5ece51200b2f98b1595dc42f2080448888aea71f8" + "repository": "https://github.com/An7orAhmed/MAX7219Segment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/An7orAhmed/MAX7219Segment-1.0.0.zip", + "archiveFileName": "MAX7219Segment-1.0.0.zip", + "size": 32403, + "checksum": "SHA-256:ec4305b1941d99ef8ae3984da4ca7ac8967f9e291b249d8e5c00e9ddcb776295" }, { - "name": "PU2CLR SI4735", - "version": "1.0.3", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", + "name": "Adafruit MAX9744 Library", + "version": "1.0.0", + "author": "Ben Bartholomew", + "maintainer": "Ben Bartholomew \u003cprojects@bartholomew.dev\u003e", + "sentence": "Arduino library for controlling the Adafruit MAX9744 Amplifier", + "paragraph": "Arduino library for controlling the Adafruit MAX9744 Amplifier", + "website": "https://gitlab.com/ben-bartholomew/adafruit_max9744_library", "category": "Device Control", "architectures": [ "*" @@ -285388,455 +741155,495 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.3.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.3.zip", - "size": 4183655, - "checksum": "SHA-256:ac5e9edc26f5499cd61581cd4923f3fd86d69a0b030e1a0f68613353343c715f" + "repository": "https://gitlab.com/ben-bartholomew/adafruit_max9744_library.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/ben-bartholomew/Adafruit_MAX9744_Library-1.0.0.zip", + "archiveFileName": "Adafruit_MAX9744_Library-1.0.0.zip", + "size": 5988, + "checksum": "SHA-256:6252171bb1824f45b7e138e04e385a57dabeb3e26e4ed1d6700894a07fe39252" }, { - "name": "PU2CLR SI4735", - "version": "1.0.4", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "DFRobot_MCP2515", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for MCP2515(SKU: DFR0370).", + "paragraph": "Onboard MCP2515 bus control chip CAN realize data control on CAN bus and data communication between devices.", + "website": "https://github.com/DFRobot/DFRobot_MCP2515", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.4.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.4.zip", - "size": 4188559, - "checksum": "SHA-256:3dd12fc7cce589323e62deccdbee5fc88c3306c3ad23cd411a39c196c3acb39b" + "repository": "https://github.com/DFRobot/DFRobot_MCP2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MCP2515-1.0.0.zip", + "archiveFileName": "DFRobot_MCP2515-1.0.0.zip", + "size": 940743, + "checksum": "SHA-256:86b943d415dff6a6b6aa769f59409552c272c597f2fd826996a8fda6a2f2e7c0" }, { - "name": "PU2CLR SI4735", - "version": "1.0.5", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "DFRobot_MCP2515", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for MCP2515(SKU: DFR0370).", + "paragraph": "Onboard MCP2515 bus control chip CAN realize data control on CAN bus and data communication between devices.", + "website": "https://github.com/DFRobot/DFRobot_MCP2515", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.5.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.5.zip", - "size": 4757253, - "checksum": "SHA-256:1381da89daf2db4aaac9530a970c79b835ff3e68e9b705c850672173c5de7c74" + "repository": "https://github.com/DFRobot/DFRobot_MCP2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MCP2515-1.0.1.zip", + "archiveFileName": "DFRobot_MCP2515-1.0.1.zip", + "size": 940757, + "checksum": "SHA-256:44f165a34885cbc3b96ec4d275feb4dcdb338c6ebe1e13a1456e187250d1e8dc" }, { - "name": "PU2CLR SI4735", - "version": "1.0.6", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "OSS-EC ABLIC S-58LM20A 00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S58LM20A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.6.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.6.zip", - "size": 6680855, - "checksum": "SHA-256:f09427c73390ca39c2bc5c820678d4cafe32d276832a8b85d0cbfb173d2e1239" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_58LM20A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_ABLIC_S_58LM20A_00000057-1.0.0.zip", + "size": 822557, + "checksum": "SHA-256:72c088eadbc1fdf7f605aa6c92229f1433ebe4dbb989b8fe4bf80e72b9f2d829" }, { - "name": "PU2CLR SI4735", - "version": "1.0.7", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "OSS-EC ABLIC S-58LM20A 00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S58LM20A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.7.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.7.zip", - "size": 6681143, - "checksum": "SHA-256:f315422543a9033fef021c4fc285f92fc6c1d71a2cd15aa85090e0159a57c491" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_58LM20A_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_ABLIC_S_58LM20A_00000057-1.0.1.zip", + "size": 1216177, + "checksum": "SHA-256:5fdd34c2c3ef9967227883a8a8289f3008acd3c8fd0e85f3c3d2f46ae1a097aa" }, { - "name": "PU2CLR SI4735", - "version": "1.0.8", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "OSS-EC ABLIC S-58LM20A 00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S58LM20A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.8.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.8.zip", - "size": 6868853, - "checksum": "SHA-256:d64c3c0037e258008baa5106bd22e71321f7c1cc58cfc1663b2ac287fa1df61f" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_58LM20A_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_ABLIC_S_58LM20A_00000057-1.0.2.zip", + "size": 1216029, + "checksum": "SHA-256:12ef52666e560c951dcd06bedd4544aa9c63c4042d031d77cbcbb1809701363f" }, { - "name": "PU2CLR SI4735", - "version": "1.0.9", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "OSS-EC ABLIC S-58LM20A 00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S58LM20A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.0.9.zip", - "archiveFileName": "PU2CLR_SI4735-1.0.9.zip", - "size": 7342080, - "checksum": "SHA-256:b2b062953d24c88db6780893b4ae7a2d91f95158d7727ca1df4e4b62094f9a7d" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_58LM20A_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_ABLIC_S_58LM20A_00000057-1.0.3.zip", + "size": 1553649, + "checksum": "SHA-256:64269c4de41d20696dd8ffa4aa73dd96f82d22eaa8f19d34aed0929bf5312000" }, { - "name": "PU2CLR SI4735", - "version": "1.1.0", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "OSS-EC ABLIC S-58LM20A 00000057", + "version": "1.0.4", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S58LM20A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-58LM20A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.0.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.0.zip", - "size": 8245969, - "checksum": "SHA-256:d5a960d94762b7fd845b86a7c25bdbcd8e79f46cf0a770ba0f7f333a9879def8" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_58LM20A_00000057-1.0.4.zip", + "archiveFileName": "OSS_EC_ABLIC_S_58LM20A_00000057-1.0.4.zip", + "size": 1554027, + "checksum": "SHA-256:7f4abf0b1b6703d1804f3252934ad69a7503d14d7e5fd548e75c467be84294ab" }, { - "name": "PU2CLR SI4735", - "version": "1.1.1", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "pocketBME280", + "version": "1.0.1", + "author": "angrest (Axel Grewe)", + "maintainer": "angrest (Axel Grewe)", + "sentence": "Compact library to interface BME280 sensors", + "paragraph": "Minimalistic design, supporting forced mode for on-demand measurements and 32bit integer arithmetics.", + "website": "https://github.com/angrest/pocketBME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/angrest/pocketBME280.git", "providesIncludes": [ - "SI4735.h" + "pocketBME280.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.1.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.1.zip", - "size": 8296979, - "checksum": "SHA-256:8672b4824e4136fdd3883a626f2fae12e8b87bfdb1dea1bf417ae5fdf7abc959" + "url": "https://downloads.arduino.cc/libraries/github.com/angrest/pocketBME280-1.0.1.zip", + "archiveFileName": "pocketBME280-1.0.1.zip", + "size": 9261, + "checksum": "SHA-256:32b023d480d53d18d533828ec42d557468557ce880a8710d8372ddba8e31316c" }, { - "name": "PU2CLR SI4735", - "version": "1.1.2", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI4735 BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the SI4735.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "pocketBME280", + "version": "1.0.2", + "author": "angrest (Axel Grewe)", + "maintainer": "angrest (Axel Grewe)", + "sentence": "Compact library to interface BME280 sensors", + "paragraph": "Minimalistic design, supporting forced mode for on-demand measurements and 32bit integer arithmetics.", + "website": "https://github.com/angrest/pocketBME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/angrest/pocketBME280.git", "providesIncludes": [ - "SI4735.h" + "pocketBME280.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.2.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.2.zip", - "size": 8403348, - "checksum": "SHA-256:93a570fffcfac88f7474682f5c48bca828a969e392fa97246b4b99181e37ddd9" + "url": "https://downloads.arduino.cc/libraries/github.com/angrest/pocketBME280-1.0.2.zip", + "archiveFileName": "pocketBME280-1.0.2.zip", + "size": 10430, + "checksum": "SHA-256:648b0a849cf76af7cc6b0fc340fa5eaa746fe6d28643ddf5d290cc4634981157" }, { - "name": "PU2CLR SI4735", - "version": "1.1.3", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "pocketBME280", + "version": "1.1.0", + "author": "angrest (Axel Grewe)", + "maintainer": "angrest (Axel Grewe)", + "sentence": "Compact library to interface BME280 sensors", + "paragraph": "Minimalistic design, supporting forced mode for on-demand measurements and 32bit integer arithmetics.", + "website": "https://github.com/angrest/pocketBME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/angrest/pocketBME280.git", "providesIncludes": [ - "SI4735.h" + "pocketBME280.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.3.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.3.zip", - "size": 9200192, - "checksum": "SHA-256:30d21836a24f202b410cf0429f0f8bf9dd39badff77815377884ac0f560df1db" + "url": "https://downloads.arduino.cc/libraries/github.com/angrest/pocketBME280-1.1.0.zip", + "archiveFileName": "pocketBME280-1.1.0.zip", + "size": 11772, + "checksum": "SHA-256:8f0939f5854a13a0aa701c3aa486e735f862767126377173d484973034634c13" }, { - "name": "PU2CLR SI4735", - "version": "1.1.4", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "pocketBME280", + "version": "1.2.1", + "author": "angrest (Axel Grewe)", + "maintainer": "angrest (Axel Grewe) kontakt@axelgrewe.de", + "sentence": "Compact library to interface BME280 sensors", + "paragraph": "It is optimised to be used for weather monitoring in Arduino projects. To be most compatible, only 32bit integer arithmetics is used internally. Floating point values can be easily derived in the Arduino sketch. The sensor settings and compensation formula follow the recommendations from Bosch given in the BME280 datasheet.", + "website": "https://github.com/angrest/pocketBME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/angrest/pocketBME280.git", "providesIncludes": [ - "SI4735.h" + "pocketBME280.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.4.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.4.zip", - "size": 10422308, - "checksum": "SHA-256:9fdbca819dea27089df074fa0769915b21f44407a02a3b67494b19271b1bcbcf" + "url": "https://downloads.arduino.cc/libraries/github.com/angrest/pocketBME280-1.2.1.zip", + "archiveFileName": "pocketBME280-1.2.1.zip", + "size": 11915, + "checksum": "SHA-256:e11d47866241dc347ad3e03c2d70b4fd992db94d710647cee3a0a5e0f5b03041" }, { - "name": "PU2CLR SI4735", - "version": "1.1.5", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "pocketBME280", + "version": "1.2.2", + "author": "angrest (Axel Grewe)", + "maintainer": "angrest (Axel Grewe) kontakt@axelgrewe.de", + "sentence": "Compact library to interface BME280 sensors", + "paragraph": "It is optimised to be used for weather monitoring in Arduino projects. To be most compatible, only 32bit integer arithmetics is used internally. Floating point values can be easily derived in the Arduino sketch. The sensor settings and compensation formula follow the recommendations from Bosch given in the BME280 datasheet.", + "website": "https://github.com/angrest/pocketBME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/angrest/pocketBME280.git", "providesIncludes": [ - "SI4735.h" + "pocketBME280.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.5.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.5.zip", - "size": 11422370, - "checksum": "SHA-256:1ca75583246943cb9d3a9039253506c7a8ff73db109fca6fb9e966d5bd97dfd1" + "url": "https://downloads.arduino.cc/libraries/github.com/angrest/pocketBME280-1.2.2.zip", + "archiveFileName": "pocketBME280-1.2.2.zip", + "size": 11886, + "checksum": "SHA-256:dc39955cca24e32c87061e00e5fd7ba4875658e5d4b6b1a9aac5603df829f0dd" }, { - "name": "PU2CLR SI4735", - "version": "1.1.6", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "pocketBME280", + "version": "1.2.3", + "author": "angrest (Axel Grewe)", + "maintainer": "angrest (Axel Grewe) kontakt@axelgrewe.de", + "sentence": "Compact library to interface BME280 sensors", + "paragraph": "It is optimised to be used for weather monitoring in Arduino projects. To be most compatible, only 32bit integer arithmetics is used internally. Floating point values can be easily derived in the Arduino sketch. The sensor settings and compensation formula follow the recommendations from Bosch given in the BME280 datasheet.", + "website": "https://github.com/angrest/pocketBME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/angrest/pocketBME280.git", "providesIncludes": [ - "SI4735.h" + "pocketBME280.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.6.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.6.zip", - "size": 13244247, - "checksum": "SHA-256:144fb96c93582c8e33173fe825ffa43b8d3a26d1e0ad83d14cbda5021ae0d323" + "url": "https://downloads.arduino.cc/libraries/github.com/angrest/pocketBME280-1.2.3.zip", + "archiveFileName": "pocketBME280-1.2.3.zip", + "size": 11930, + "checksum": "SHA-256:a9dc24638e7075ca51d4afa569a3d682966f55656d0a8ac62dbbd369ba6bb1ef" }, { - "name": "PU2CLR SI4735", - "version": "1.1.7", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "pocketBME280", + "version": "1.2.4", + "author": "angrest", + "maintainer": "angrest (Axel Grewe) kontakt@axelgrewe.de", + "sentence": "Compact library to interface BME280 sensors", + "paragraph": "The main goal of the library is to provide a small and easy to use interface to BMP/BME280 sensors for weather monitoring in Arduino projects. To be most compact, only 32bit integer arithmetics are used internally. Floating point values can be easily derived if needed. The sensor settings and compensation formulae implement the algorithms from Bosch given in the BME280 datasheet.", + "website": "https://github.com/angrest/pocketBME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/angrest/pocketBME280.git", "providesIncludes": [ - "SI4735.h" + "pocketBME280.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.7.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.7.zip", - "size": 13387292, - "checksum": "SHA-256:3f7f98d50c4575cd13592708c39cd4376bbbf5399af9d56fc4848e393a11169d" + "url": "https://downloads.arduino.cc/libraries/github.com/angrest/pocketBME280-1.2.4.zip", + "archiveFileName": "pocketBME280-1.2.4.zip", + "size": 12115, + "checksum": "SHA-256:2f1df0f65ddb2f6d56803bf2525da0fce1a4d2e7ce694275e377f93ed85c165d" }, { - "name": "PU2CLR SI4735", - "version": "1.1.8", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "PROGMEMAssert", + "version": "1.0.2", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Assert for Arduino that saves RAM by storing assert strings in PROGMEM and prints to Serial.", + "paragraph": "Implementing a standard C assert eats up your RAM because it doesn't know anywhere else to store the debugging strings. This version stores the strings in program memory (PROGMEM) and uses no extra RAM to do so. File name and line number are printed to Serial, and the built-in LED is flashed three times about every 2 seconds.", + "website": "https://github.com/boothinator/ProgmemAssert", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.8.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.8.zip", - "size": 14147473, - "checksum": "SHA-256:3d748c8894bc641e0f3abba3f0ca64dcefbc85d41379b387bb854ee9b8e3a796" + "repository": "https://github.com/boothinator/ProgmemAssert.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/PROGMEMAssert-1.0.2.zip", + "archiveFileName": "PROGMEMAssert-1.0.2.zip", + "size": 5930, + "checksum": "SHA-256:ad220433120021bc2540af6745f5ac0f5eb15b3af50d77732ff4d6aec4e89c77" }, { - "name": "PU2CLR SI4735", - "version": "1.1.9", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "PROGMEMAssert", + "version": "1.0.3", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Assert for Arduino that saves RAM by storing assert strings in PROGMEM and prints to Serial.", + "paragraph": "Implementing a standard C assert eats up your RAM because it doesn't know anywhere else to store the debugging strings. This version stores the strings in program memory (PROGMEM) and uses no extra RAM to do so. File name and line number are printed to Serial, and the built-in LED is flashed three times about every 2 seconds.", + "website": "https://github.com/boothinator/ProgmemAssert", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/boothinator/ProgmemAssert.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/PROGMEMAssert-1.0.3.zip", + "archiveFileName": "PROGMEMAssert-1.0.3.zip", + "size": 5931, + "checksum": "SHA-256:a18cc02b2218daad796c7b5a466b0a80a8bb3337ab5322f373ef90795fe2903b" + }, + { + "name": "PROGMEMAssert", + "version": "1.1.0", + "author": "Joshua Booth", + "maintainer": "Joshua Booth \u003cboothin8or@gmail.com\u003e", + "sentence": "Assert for Arduino that saves RAM by storing assert strings in PROGMEM and prints to Serial.", + "paragraph": "Implementing a standard C assert eats up your RAM because it doesn't know anywhere else to store the debugging strings. This version stores the strings in program memory (PROGMEM) and uses no extra RAM to do so. File name and line number are printed to Serial, and the built-in LED is flashed three times about every 2 seconds.", + "website": "https://github.com/boothinator/ProgmemAssert", + "category": "Other", + "architectures": [ + "avr" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-1.1.9.zip", - "archiveFileName": "PU2CLR_SI4735-1.1.9.zip", - "size": 14844409, - "checksum": "SHA-256:c4f0f826468a6731fc82fb805e3b1371017dcc04db3cb1dadc95bf4ff9a9b544" + "types": [ + "Contributed" + ], + "repository": "https://github.com/boothinator/ProgmemAssert.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boothinator/PROGMEMAssert-1.1.0.zip", + "archiveFileName": "PROGMEMAssert-1.1.0.zip", + "size": 7180, + "checksum": "SHA-256:58ef7f21661c28a3e31560c31caf28633782c49ca62d6b8dd38837177bca86c9" }, { - "name": "PU2CLR SI4735", - "version": "2.0.0", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "staticFunctional", + "version": "0.1.0", + "author": "luni64", + "maintainer": "luni64", + "sentence": "Drop in replacement for std::function for use in embedded systems", + "paragraph": "Drop in replacement for std::function for use in embedded systems. Does not use dynamic memory, small memory footprint, works with GCC v7 and higher, requires C++11 or higher", + "website": "https://github.com/luni64/staticFunctional", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/luni64/staticFunctional.git", "providesIncludes": [ - "SI4735.h" + "staticFunctional.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.0.zip", - "archiveFileName": "PU2CLR_SI4735-2.0.0.zip", - "size": 15613504, - "checksum": "SHA-256:e76510452edc65a77b059b3f9a837252cb1e29091c16867dcf0456f8dcb7e97e" + "url": "https://downloads.arduino.cc/libraries/github.com/luni64/staticFunctional-0.1.0.zip", + "archiveFileName": "staticFunctional-0.1.0.zip", + "size": 13705, + "checksum": "SHA-256:31da3b568d3afa031460c48e5dcf0cd0e93c980e065a3c51e084571371c7d878" }, { - "name": "PU2CLR SI4735", - "version": "2.0.1", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", + "name": "M5Hat-JoyC", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Hat JoyC", + "paragraph": "See more on https://docs.m5stack.com/en/hat/hat-joyc", + "website": "https://github.com/m5stack/M5Hat-JoyC", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/m5stack/M5Hat-JoyC.git", "providesIncludes": [ - "SI4735.h" + "Hat_JoyC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.1.zip", - "archiveFileName": "PU2CLR_SI4735-2.0.1.zip", - "size": 18356457, - "checksum": "SHA-256:3fefc49373d2fd2d3eb96028d4c7a70efbfefc4a1c8e6a5f88615264ec79bfd7" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Hat_JoyC-0.0.1.zip", + "archiveFileName": "M5Hat_JoyC-0.0.1.zip", + "size": 5757, + "checksum": "SHA-256:cb93a713bc60f5946f78bf4fc6c68eb6e56253cb21aa04877121f4b094827315" }, { - "name": "PU2CLR SI4735", - "version": "2.0.3", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", + "name": "ControlLoop", + "version": "1.0.0", + "author": "cjmccjmccjmc", + "maintainer": "cjmccjmccjmc", + "sentence": "An all in one, device controller with on/off, PID, and Cascade PID.", + "paragraph": "Developed to allow end users to change how the device is controlled. Abstracts the measured and controlled varibles from underlying process, allowing simpquicker integraton.", + "website": "https://github.com/cjmccjmccjmc/ControlLoop/", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cjmccjmccjmc/ControlLoop.git", + "dependencies": [ + { + "name": "PID" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cjmccjmccjmc/ControlLoop-1.0.0.zip", + "archiveFileName": "ControlLoop-1.0.0.zip", + "size": 15121, + "checksum": "SHA-256:3ef68687b431d0e3724e71228ea6256cd90a08a7ddd3a1f01d6ef35a1d203ec8" + }, + { + "name": "ControlLoop", + "version": "1.0.1", + "author": "cjmccjmccjmc", + "maintainer": "cjmccjmccjmc", + "sentence": "An all in one, device controller with on/off, PID, and Cascade PID.", + "paragraph": "Developed to allow end users to change how the device is controlled. Abstracts the measured and controlled varibles from underlying process, allowing simpquicker integraton.", + "website": "https://github.com/cjmccjmccjmc/ControlLoop/", "category": "Device Control", "architectures": [ "*" @@ -285844,23 +741651,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/cjmccjmccjmc/ControlLoop.git", + "dependencies": [ + { + "name": "PID" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.3.zip", - "archiveFileName": "PU2CLR_SI4735-2.0.3.zip", - "size": 11719881, - "checksum": "SHA-256:39637a61817edaa2ccc2b997daec8ccf6a8c49d8456f3edb4ccb76a173d36357" + "url": "https://downloads.arduino.cc/libraries/github.com/cjmccjmccjmc/ControlLoop-1.0.1.zip", + "archiveFileName": "ControlLoop-1.0.1.zip", + "size": 19539, + "checksum": "SHA-256:135ac6dc54ed364474ec476c4cb14a70210d517784a714901454c45a12491539" }, { - "name": "PU2CLR SI4735", - "version": "2.0.4", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", + "name": "ControlLoop", + "version": "1.0.2", + "author": "cjmccjmccjmc", + "maintainer": "cjmccjmccjmc", + "sentence": "An all in one, device controller with on/off, PID, and Cascade PID.", + "paragraph": "Developed to allow end users to change how the device is controlled. Abstracts the measured and controlled varibles from underlying process, allowing simpquicker integraton.", + "website": "https://github.com/cjmccjmccjmc/ControlLoop/", "category": "Device Control", "architectures": [ "*" @@ -285868,674 +741677,872 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", - "providesIncludes": [ - "SI4735.h" + "repository": "https://github.com/cjmccjmccjmc/ControlLoop.git", + "dependencies": [ + { + "name": "PID" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.4.zip", - "archiveFileName": "PU2CLR_SI4735-2.0.4.zip", - "size": 13577641, - "checksum": "SHA-256:13e917e49583184b99ec7c04240e361a2c28303a1bfb80793ecc08a30f452786" + "url": "https://downloads.arduino.cc/libraries/github.com/cjmccjmccjmc/ControlLoop-1.0.2.zip", + "archiveFileName": "ControlLoop-1.0.2.zip", + "size": 19548, + "checksum": "SHA-256:2796f6f6d04a1957fab3a924540167f294455a242e8e18723eb06be5006b1c33" }, { - "name": "PU2CLR SI4735", - "version": "2.0.5", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your Silicon Labs SI47XX Family (Si4730, Si4731, Si4734, Si4735, Si4740, Si4745 etc) BROADCAST AM/FM/SW RADIO RECEIVER.", - "paragraph": "This library provides an easier interface to control the CI SI47XX Family.", - "website": "https://github.com/pu2clr/SI4735", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "1.0.0", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI4735.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "SI4735.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI4735-2.0.5.zip", - "archiveFileName": "PU2CLR_SI4735-2.0.5.zip", - "size": 13681938, - "checksum": "SHA-256:b98cb6b88b6aa8b43e133ab6f468004523cc693cb7072f6c0e287ce6b9dc5204" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.0.zip", + "archiveFileName": "EloquentSurveillance-1.0.0.zip", + "size": 226800, + "checksum": "SHA-256:aa93a2cdfe17fb624023f0b896c1233404ff1b8776b6e5fd8487684fb9fe7257" }, { - "name": "TinyGPS", - "version": "13.0.0", - "author": "Mikal Hart", - "maintainer": "Mikal Hart \u003csundial@sundial.com\u003e", - "sentence": "A compact Arduino NMEA (GPS) parsing library", - "paragraph": "A compact Arduino NMEA (GPS) parsing library", - "website": "https://github.com/neosarchizo/TinyGPS", - "category": "Sensors", + "name": "EloquentSurveillance", + "version": "1.0.1", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neosarchizo/TinyGPS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/TinyGPS-13.0.0.zip", - "archiveFileName": "TinyGPS-13.0.0.zip", - "size": 25424, - "checksum": "SHA-256:538450123a9f4bcfda82d24c8be3d2aaf7c0078d5abf55f7eb5d89edb733c239" + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.1.zip", + "archiveFileName": "EloquentSurveillance-1.0.1.zip", + "size": 11755996, + "checksum": "SHA-256:ac364eb486ed8522cc33f6df9e6b5ec29dfe113d019da0474700844864e4c921" }, { - "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays", - "version": "4.1.0", - "author": "ThingPulse, Fabrice Weinberg", - "maintainer": "ThingPulse \u003cinfo@thingpulse.com\u003e", - "sentence": "I2C display driver for SSD1306 OLED displays connected to ESP8266, ESP32, Mbed-OS", - "paragraph": "The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.", - "website": "https://github.com/ThingPulse/esp8266-oled-ssd1306", - "category": "Display", + "name": "EloquentSurveillance", + "version": "1.0.2", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ThingPulse/esp8266-oled-ssd1306.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.1.0.zip", - "archiveFileName": "ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays-4.1.0.zip", - "size": 311962, - "checksum": "SHA-256:7c533c4a165f5afce1093bf9c5c56a3e4da1990cdace3dc900df73a62b29784e" + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.2.zip", + "archiveFileName": "EloquentSurveillance-1.0.2.zip", + "size": 11755964, + "checksum": "SHA-256:2a369e32f611a536a75a75848f6f6e34c6954fb0c870008607bf6ab12af63fea" }, { - "name": "TFMPI2C", - "version": "0.1.1", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", - "paragraph": "Not compatible with Benewake TFMini, a different product.", - "website": "https://github.com/budryerson/TFMini-Plus-I2C", - "category": "Sensors", + "name": "EloquentSurveillance", + "version": "1.0.3", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "TFMPI2C.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.1.1.zip", - "archiveFileName": "TFMPI2C-0.1.1.zip", - "size": 11458345, - "checksum": "SHA-256:ba77db408c22e6391a68a0f026f84bd38373b65ce81473081745dd6578291ef1" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.3.zip", + "archiveFileName": "EloquentSurveillance-1.0.3.zip", + "size": 11759936, + "checksum": "SHA-256:991b07890b6a85dee6af96f88584ef594965b488d9c1b9d67f9aed75023a9bd3" }, { - "name": "TFMPI2C", - "version": "0.2.1", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", - "paragraph": "Not compatible with Benewake TFMini, a different product.", - "website": "https://github.com/budryerson/TFMini-Plus-I2C", - "category": "Sensors", + "name": "EloquentSurveillance", + "version": "1.0.4", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "TFMPI2C.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.2.1.zip", - "archiveFileName": "TFMPI2C-0.2.1.zip", - "size": 12569587, - "checksum": "SHA-256:d7f3443e5db18d22eb1e36656e31dbefda54768fbf8be7e0e94bde6731823cbf" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.4.zip", + "archiveFileName": "EloquentSurveillance-1.0.4.zip", + "size": 11759968, + "checksum": "SHA-256:c834f9e0bd8029e1767b105bd5310b856db8c16d70a110c7b801a8658751f910" }, { - "name": "TFMPI2C", - "version": "0.2.2", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", - "paragraph": "Not compatible with Benewake TFMini, a different product.", - "website": "https://github.com/budryerson/TFMini-Plus-I2C", - "category": "Sensors", + "name": "EloquentSurveillance", + "version": "1.0.5", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "TFMPI2C.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-0.2.2.zip", - "archiveFileName": "TFMPI2C-0.2.2.zip", - "size": 12569588, - "checksum": "SHA-256:38993428ba346306f455f3709ab988e28ce49dea41da5b555bc8fdf230b74620" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.5.zip", + "archiveFileName": "EloquentSurveillance-1.0.5.zip", + "size": 11761627, + "checksum": "SHA-256:4d1bcaf613dcc4e59210eaf52c47b76bd21bc5227f64007b0122b294a6368018" }, { - "name": "TFMPI2C", - "version": "1.4.0", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", - "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", - "website": "https://github.com/budryerson/TFMini-Plus-I2C", - "category": "Sensors", + "name": "EloquentSurveillance", + "version": "1.0.6", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "TFMPI2C.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.4.0.zip", - "archiveFileName": "TFMPI2C-1.4.0.zip", - "size": 13679832, - "checksum": "SHA-256:ac51e1eaf4d74825a47192661cadba968331a86448d50cbeb5c9c1905fee9cdf" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.6.zip", + "archiveFileName": "EloquentSurveillance-1.0.6.zip", + "size": 11761600, + "checksum": "SHA-256:02bc71554c300a55343fdcd44daa379b178761f135f5ad1ec6e6b68db8077514" }, { - "name": "TFMPI2C", - "version": "1.4.1", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", - "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", - "website": "https://github.com/budryerson/TFMini-Plus-I2C", - "category": "Sensors", + "name": "EloquentSurveillance", + "version": "1.0.7", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "TFMPI2C.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.4.1.zip", - "archiveFileName": "TFMPI2C-1.4.1.zip", - "size": 13680003, - "checksum": "SHA-256:bc75293dca7d9fbe3523bec9eb3bbeba45f73d531091e5fbc1d54417f76fc73b" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.7.zip", + "archiveFileName": "EloquentSurveillance-1.0.7.zip", + "size": 11761665, + "checksum": "SHA-256:dfcba582a5151882af14949e98263a29f205d8068d4413317e80900d9233f823" }, { - "name": "TFMPI2C", - "version": "1.5.0", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFMini-Plus distance sensor in I2C mode", - "paragraph": "Compatible with TFMini-S, but not with TFMini, which is a different product", - "website": "https://github.com/budryerson/TFMini-Plus-I2C", - "category": "Sensors", + "name": "EloquentSurveillance", + "version": "1.0.8", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFMini-Plus-I2C.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "TFMPI2C.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFMPI2C-1.5.0.zip", - "archiveFileName": "TFMPI2C-1.5.0.zip", - "size": 13681064, - "checksum": "SHA-256:f796a2e267da6ae6afc3e5725404285db3ed487bf2e3ef99e43c6ad5acd35db4" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.8.zip", + "archiveFileName": "EloquentSurveillance-1.0.8.zip", + "size": 11761717, + "checksum": "SHA-256:ee131adab92c206e5479aa63e40181ef206519c194a5290b006e34735a459138" }, { - "name": "NoveltyDetection", - "version": "1.0.1", - "author": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", - "maintainer": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", - "sentence": "Detects Novelties/Outliers using Support Vector Machine", - "paragraph": "Simple SVM One Class machine learning algorithm. This system reads your SVM model and scaling parameters from the LIBSVM standard format (gui tool coming soon) into EEPROM memory and will detect outliers and novelties using it.For more information read the article here: https://medium.com/analytics-vidhya/part-2-novelty-detection-on-an-arduino-using-one-class-svm-3c0bfa2a0f26", - "website": "https://github.com/Rotario/noveltyDetection", - "category": "Data Processing", + "name": "EloquentSurveillance", + "version": "1.0.10", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rotario/noveltyDetection.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "noveltyDetection.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/NoveltyDetection-1.0.1.zip", - "archiveFileName": "NoveltyDetection-1.0.1.zip", - "size": 8087, - "checksum": "SHA-256:bc08d83e88f3ce6ecfa2976474df45a2a60bc566e51fa6f086912029c57cc5a0" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.10.zip", + "archiveFileName": "EloquentSurveillance-1.0.10.zip", + "size": 11762237, + "checksum": "SHA-256:cb5d8bb00c69225662194817dd835cececf44cb8501f70589b5b04b2efb285e0" }, { - "name": "NoveltyDetection", - "version": "1.0.2", - "author": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", - "maintainer": "Rowan Easter-Robinson \u003crotarioner@gmail.com\u003e", - "sentence": "Detects Novelties/Outliers using Support Vector Machine", - "paragraph": "Simple SVM One Class machine learning algorithm. This system reads your SVM model and scaling parameters from the LIBSVM standard format (gui tool coming soon) into EEPROM memory and will detect outliers and novelties using it.For more information read the article here: https://medium.com/analytics-vidhya/part-2-novelty-detection-on-an-arduino-using-one-class-svm-3c0bfa2a0f26", - "website": "https://github.com/Rotario/noveltyDetection", - "category": "Data Processing", + "name": "EloquentSurveillance", + "version": "1.0.9", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rotario/noveltyDetection.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", "providesIncludes": [ - "noveltyDetection.h" + "EloquentSurveillance.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Rotario/NoveltyDetection-1.0.2.zip", - "archiveFileName": "NoveltyDetection-1.0.2.zip", - "size": 8399, - "checksum": "SHA-256:bafb302fcc89843326e88b31e2b12d9d6ad864b583a7ee04d099649ac8a312db" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.9.zip", + "archiveFileName": "EloquentSurveillance-1.0.9.zip", + "size": 11762033, + "checksum": "SHA-256:5bf423d573536a945fab3f64b9e7c96d8a2f31d660098f20999c7c607b750195" }, { - "name": "MOREbot Games Library", - "version": "0.8.0", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "1.0.11", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.0.zip", - "archiveFileName": "MOREbot_Games_Library-0.8.0.zip", - "size": 13500, - "checksum": "SHA-256:17269b14c82bd0256e2192589d44ac1c1b65450a661efe6e082028f1d1e80746" + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.11.zip", + "archiveFileName": "EloquentSurveillance-1.0.11.zip", + "size": 11762092, + "checksum": "SHA-256:5103825267b1785bec034f8e3568642506d94dc58fb43714b8672a0136f6451b" }, { - "name": "MOREbot Games Library", - "version": "0.8.1", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "1.0.12", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], "dependencies": [ { - "name": "ssd1306" + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.1.zip", - "archiveFileName": "MOREbot_Games_Library-0.8.1.zip", - "size": 13514, - "checksum": "SHA-256:2e104f2e7e268f8571f0b4bec8e070fafaeda7deffad1a51ea2c875de516aea0" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.12.zip", + "archiveFileName": "EloquentSurveillance-1.0.12.zip", + "size": 11764979, + "checksum": "SHA-256:5a92ccdd4f5a254a819fcb479f9bec9a934af5919712bbf5a20aa5879aedf305" }, { - "name": "MOREbot Games Library", - "version": "0.8.2", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "1.0.13", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], "dependencies": [ { - "name": "ssd1306" + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.8.2.zip", - "archiveFileName": "MOREbot_Games_Library-0.8.2.zip", - "size": 13514, - "checksum": "SHA-256:9814925b5a1cc7a2522d6cadfcdba7205cebd94c9e2cef8e0594a921fcfb221d" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.13.zip", + "archiveFileName": "EloquentSurveillance-1.0.13.zip", + "size": 11766041, + "checksum": "SHA-256:c82a21bb72e452ad4305ec647cb4498c377d3409a6cfb58bebe458f9c78d7d8d" }, { - "name": "MOREbot Games Library", - "version": "0.9.0", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "1.0.14", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], "dependencies": [ { - "name": "ssd1306" + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.0.zip", - "archiveFileName": "MOREbot_Games_Library-0.9.0.zip", - "size": 15002, - "checksum": "SHA-256:18a6044de70e762a694220b9c5f7d3232d3bd05b8ed8691bcacdc8953f6947b6" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.14.zip", + "archiveFileName": "EloquentSurveillance-1.0.14.zip", + "size": 11766593, + "checksum": "SHA-256:593105065654956ac5a2a614f9a825589bf91b57027f4ee929936b214f90402e" }, { - "name": "MOREbot Games Library", - "version": "0.9.1", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "1.0.15", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], "dependencies": [ { - "name": "ssd1306" + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.1.zip", - "archiveFileName": "MOREbot_Games_Library-0.9.1.zip", - "size": 15056, - "checksum": "SHA-256:f8f182b8f6d1f8b04fd0646d6f3d886e17fd674b66b11c8d13fdaca888bfc49a" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.15.zip", + "archiveFileName": "EloquentSurveillance-1.0.15.zip", + "size": 11766595, + "checksum": "SHA-256:4c4ef9a678e0a542dc452ebc15957de2d8b9a75f8f06e6064df3dc78425d96a2" }, { - "name": "MOREbot Games Library", - "version": "0.9.2", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "0.1.16", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], "dependencies": [ { - "name": "ssd1306" + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.9.2.zip", - "archiveFileName": "MOREbot_Games_Library-0.9.2.zip", - "size": 15080, - "checksum": "SHA-256:056b729505c4358c59b37453839f2efd178ff4a2686e14718dbd1ea5b3ca805b" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-0.1.16.zip", + "archiveFileName": "EloquentSurveillance-0.1.16.zip", + "size": 11766520, + "checksum": "SHA-256:cc6556b9c7e796329a1ea4cdaba8db9155eb885466dcf9a17a68b8911b860cde" }, { - "name": "MOREbot Games Library", - "version": "0.10.0", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "0.1.17", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], "dependencies": [ { - "name": "ssd1306" + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.10.0.zip", - "archiveFileName": "MOREbot_Games_Library-0.10.0.zip", - "size": 15730, - "checksum": "SHA-256:fdc45144b16ad4cc22cd6b69a44a6350443f9deea7a417b10be66be0e370ded9" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-0.1.17.zip", + "archiveFileName": "EloquentSurveillance-0.1.17.zip", + "size": 11766520, + "checksum": "SHA-256:59e28fad2d7aeab200c02c05ddf795659ef767912ef803be2dc8c05322f7c6e2" }, { - "name": "MOREbot Games Library", - "version": "0.10.1", - "author": "MORE Technologies", - "maintainer": "MORE Technologies \u003crex@moretech.co\u003e", - "sentence": "MOREbot Games Kit Utilities Library", - "paragraph": "This library provides input and graphics functions to utilize the Joystick, Buttons, and oLED included with the MOREbot Games Kit.", - "website": "https://github.com/RexMORE/MOREbot_Games", - "category": "Device Control", + "name": "EloquentSurveillance", + "version": "1.0.18", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Esp32-cam surveillance system, batteries included", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentSurveillance", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RexMORE/MOREbot_Games.git", + "repository": "https://github.com/eloquentarduino/EloquentSurveillance.git", + "providesIncludes": [ + "EloquentSurveillance.h" + ], "dependencies": [ { - "name": "ssd1306" + "name": "ArduinoJson" + }, + { + "name": "AsyncTelegram2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RexMORE/MOREbot_Games_Library-0.10.1.zip", - "archiveFileName": "MOREbot_Games_Library-0.10.1.zip", - "size": 15785, - "checksum": "SHA-256:3a9e1a11ef091ff5e04cf5c63e3f35dc85cc60a2f710f5501cbec3acaf0aa434" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentSurveillance-1.0.18.zip", + "archiveFileName": "EloquentSurveillance-1.0.18.zip", + "size": 11766520, + "checksum": "SHA-256:4f54b5a9ec0e8bc394c7205f838f37973cdff19507c8bc8f4b3ca6348d586c44" }, { - "name": "ATtinySerialOut", + "name": "Fastcore", "version": "1.0.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock. Perfect for debugging purposes. Code size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003e\u003cbr/\u003eDefault TX pin is PB2 on a ATtiny85.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "author": "alessandromrc", + "maintainer": "alessandromrc", + "sentence": "Improvement of Arduino Core Functions.", + "paragraph": "Improvement of Arduino Core Functions.", + "website": "https://github.com/alessandromrc/FastCore", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.0.zip", - "archiveFileName": "ATtinySerialOut-1.0.0.zip", - "size": 54745, - "checksum": "SHA-256:0b55705c6a0d180c72c64009108e9a7bcd0c27d22d19ad7bcd3be397e83e1988" + "repository": "https://github.com/alessandromrc/FastCore.git", + "providesIncludes": [ + "FastCore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alessandromrc/Fastcore-1.0.0.zip", + "archiveFileName": "Fastcore-1.0.0.zip", + "size": 3307, + "checksum": "SHA-256:b17f7da77967b97e97996182494cc8f29350373c56d2e28b70aa505d06e04b21" }, { - "name": "ATtinySerialOut", - "version": "1.0.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "Goertzel", + "version": "1.0.0", + "author": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "maintainer": "Sebastian Westerhold (AI5GW) \u003csebastian@baltic-lab.com\u003e", + "sentence": "Tone decoding library based on the Goertzel algorithm", + "paragraph": "The Goertzel algorithm is a fast and resource-efficient way of evaluating just a small portion of a discrete Fourier transform (DFT). This library implements this algorithm for (multi-)tone decoding (DTMF, FSK, etc.).", + "website": "https://github.com/AI5GW/Goertzel", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.1.zip", - "archiveFileName": "ATtinySerialOut-1.0.1.zip", - "size": 32942, - "checksum": "SHA-256:cf62a13bd56c516f54b22852969def6f10ee2cbc04ac5b19a07b8e5e134b35db" + "repository": "https://github.com/AI5GW/Goertzel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AI5GW/Goertzel-1.0.0.zip", + "archiveFileName": "Goertzel-1.0.0.zip", + "size": 21289, + "checksum": "SHA-256:5e43fb90ba3c49d858160e9d48594ba3649166f9ef18f9c649b3d3e684ef9202" }, { - "name": "ATtinySerialOut", - "version": "1.0.2", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "URLCode", + "version": "1.0.1", + "author": "XieXuan[Mr_Xie_@outlook.com]", + "maintainer": "XieXuan[Mr_Xie_@outlook.com]", + "sentence": "Decode and Encode URL.", + "paragraph": "With this library you can decode or encode the url string.", + "website": "https://github.com/MR-XieXuan/URLCode_for_Arduino", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.2.zip", - "archiveFileName": "ATtinySerialOut-1.0.2.zip", - "size": 35593, - "checksum": "SHA-256:b722f122e2a2070e78858bb7992bd0bac5ffd32bffbe0bbb396b68a9e5e50125" + "repository": "https://github.com/MR-XieXuan/URLCode_for_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MR-XieXuan/URLCode-1.0.1.zip", + "archiveFileName": "URLCode-1.0.1.zip", + "size": 5359, + "checksum": "SHA-256:b38d032356c73eb0877e3f0aeb043c3ae1e8a5923b8078f571f1c32131eefe32" }, { - "name": "ATtinySerialOut", - "version": "1.0.3", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "RX8025", + "version": "1.0.0", + "author": "XieXuan[Mr_Xie_@outlook.com]", + "maintainer": "XieXuan[Mr_Xie_@outlook.com]", + "sentence": "Control RX8025 chip or the solar calendar to the lunar calendar.", + "paragraph": "Control RX8025 chip or the solar calendar to the lunar calendar.", + "website": "https://github.com/MR-XieXuan/RX8025_for_Arduino", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.3.zip", - "archiveFileName": "ATtinySerialOut-1.0.3.zip", - "size": 35989, - "checksum": "SHA-256:dc9c69e557a9ed887e21cf65cc38e8e24baa2d9fb9d273b6bfa752c132b18b03" + "repository": "https://github.com/MR-XieXuan/RX8025_for_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MR-XieXuan/RX8025-1.0.0.zip", + "archiveFileName": "RX8025-1.0.0.zip", + "size": 18115, + "checksum": "SHA-256:9561f8ad70c496a60e201b9470d18f617fa11576c894b2654058b1fae403e97f" }, { - "name": "ATtinySerialOut", - "version": "1.0.4", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "DatabaseOnSD", + "version": "1.0.0", + "author": "Divino Fire", + "maintainer": "Divino Fire \u003cdivinofireprojects@gmail.com\u003e", + "sentence": "A library to easily create and manage a database on an SD card", + "paragraph": "This library provides simple to use methods to store and read data on an SD card. after Initialization, you can read or write data to an SD card in one line of code. This database library provides a spreadsheet style format for storing or retrieving data. Each datum is stored in a cell and you write or read a cell by specifying its row and column.", + "website": "https://github.com/divinofire", + "category": "Data Storage", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.4.zip", - "archiveFileName": "ATtinySerialOut-1.0.4.zip", - "size": 36184, - "checksum": "SHA-256:f1bff16a4daf58110974d135ab2cf9fbdbd58a93cb8999bb50d3b7cc6fc98a98" + "repository": "https://github.com/divinofire/DatabaseOnSD.git", + "providesIncludes": [ + "DatabaseOnSD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/divinofire/DatabaseOnSD-1.0.0.zip", + "archiveFileName": "DatabaseOnSD-1.0.0.zip", + "size": 11537, + "checksum": "SHA-256:2e2db0cbb0b0c7613f457958007b55a73bfa57b5170b1f32aa45a0316c1fa1ff" }, { - "name": "ATtinySerialOut", - "version": "1.0.5", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "DatabaseOnSD", + "version": "1.0.3", + "author": "Divino Fire", + "maintainer": "Divino Fire \u003cdivinofireprojects@gmail.com\u003e", + "sentence": "A library to easily create and manage a database on an SD card", + "paragraph": "This library provides simple to use methods to store and read data on an SD card. after Initialization, you can read or write data to an SD card in one line of code. This database library provides a spreadsheet style format for storing or retrieving data. Each datum is stored in a cell and you write or read a cell by specifying its row and column.", + "website": "https://github.com/divinofire/DatabaseOnSD", + "category": "Data Storage", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.0.5.zip", - "archiveFileName": "ATtinySerialOut-1.0.5.zip", - "size": 36628, - "checksum": "SHA-256:9128d0226afc9a930e24a2079b36f6c2920a7ad24f7642aee7f4a18399699fdf" + "repository": "https://github.com/divinofire/DatabaseOnSD.git", + "providesIncludes": [ + "DatabaseOnSD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/divinofire/DatabaseOnSD-1.0.3.zip", + "archiveFileName": "DatabaseOnSD-1.0.3.zip", + "size": 14538, + "checksum": "SHA-256:c36780ed8274f7d3b8ab88cbd089e0228075dbc1ebd8e358eebd5d203e9b584c" }, { - "name": "ATtinySerialOut", - "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 Mhz or 230400 baud on 8/16 MHz Attiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewrite1Start8Data1StopNoParity()\u003c/li\u003e\u003cli\u003eSerial.print()\u003c/li\u003e\u003cli\u003eSerial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on a ATtiny85.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003eNew: Corrected output format for uint16_t and uint32_t, improved Print class handling.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "DatabaseOnSD", + "version": "1.0.4", + "author": "Divino Fire", + "maintainer": "Divino Fire \u003cdivinofireprojects@gmail.com\u003e", + "sentence": "A library to easily create and manage a database on an SD card", + "paragraph": "This library provides simple to use methods to store and read data on an SD card. after Initialization, you can read or write data to an SD card in one line of code. This database library provides a spreadsheet style format for storing or retrieving data. Each datum is stored in a cell and you write or read a cell by specifying its row and column.", + "website": "https://github.com/divinofire/DatabaseOnSD", + "category": "Data Storage", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.1.0.zip", - "archiveFileName": "ATtinySerialOut-1.1.0.zip", - "size": 36765, - "checksum": "SHA-256:6559ef2e80a3300f614b6e821cf4f315d9fba033b5e6d9eb70a70f0c29be9c6e" + "repository": "https://github.com/divinofire/DatabaseOnSD.git", + "providesIncludes": [ + "DatabaseOnSD.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/divinofire/DatabaseOnSD-1.0.4.zip", + "archiveFileName": "DatabaseOnSD-1.0.4.zip", + "size": 795774, + "checksum": "SHA-256:d4c90d7711b4971129957f93e992c48ed24ef2c8ef339e4c747c94d5fb62752a" }, { - "name": "ATtinySerialOut", - "version": "1.2.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e Moved functions + ATtiny167 support.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "Telemetrix4RPiPicoW", + "version": "1.0.0", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The server for the Telemetrix Project.", + "paragraph": "This sketch is a server for the telemetrix_rpi_pico_w and telemetrix_rpi_pico_w API clients. It provides remote control and monitoring of a Raspberry Pi Pico W over WI-FI.", + "website": "https://github.com/MrYsLab/Telemetrix4RpiPicoW", + "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.0.zip", - "archiveFileName": "ATtinySerialOut-1.2.0.zip", - "size": 37369, - "checksum": "SHA-256:e737006e6849cbc3c0da7f81ad6858a138d0e5c95a91589a1cb77b7860108d3f" + "repository": "https://github.com/MrYsLab/Telemetrix4RpiPicoW.git", + "dependencies": [ + { + "name": "NanoConnectHcSr04" + }, + { + "name": "DHTNEW" + }, + { + "name": "AccelStepper" + }, + { + "name": "NeoPixelConnect" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4RPiPicoW-1.0.0.zip", + "archiveFileName": "Telemetrix4RPiPicoW-1.0.0.zip", + "size": 26334, + "checksum": "SHA-256:59b8f99ca581c1c39d3660aabf7a4f8d9da3afcac420b03bb7652a3e6c4229d0" + }, + { + "name": "ESP32PsramLock", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "Library to control ESP32 PSRAM", + "paragraph": "Library to control ESP32 PSRAM", + "website": "https://github.com/tanakamasayuki/ESP32PsramLock", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/tanakamasayuki/ESP32PsramLock.git", + "providesIncludes": [ + "ESP32PsramLock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32PsramLock-1.0.0.zip", + "archiveFileName": "ESP32PsramLock-1.0.0.zip", + "size": 6061, + "checksum": "SHA-256:4b265783b9dfe1e77e1ffc94fcec1ffd0774f4a3de965cac9b0b51f5b544ad56" }, { - "name": "ATtinySerialOut", - "version": "1.2.1", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Minimal bit-bang send serial 115200 or 38400 baud for 1 MHz or 230400 baud for 8/16 MHz ATtiny clock.\u003cbr/\u003ePerfect for debugging purposes.\u003cbr/\u003eCode size is only 76 Bytes@38400 baud or 196 Bytes@115200 baud (including first call)\u003cbr/\u003e", - "paragraph": "TinySerialOut is a bit like the SoftwareSerial libray, but taylored for ATtinys and simpler and more lightweight.\u003cbr/\u003eBasic functions are: \u003cul\u003e\u003cli\u003ewriteBinary(), writeInt() etc.\u003c/li\u003e\u003cli\u003ewriteString()\u003c/li\u003e\u003cli\u003eSerial.print(), Serial.println()\u003c/li\u003e\u003c/ul\u003eDefault TX pin is PB2 on an ATtiny85 and PA1 on an ATtiny167.\u003cbr/\u003e\u003cbr/\u003eContains the \u003ca href=\"https://github.com/ArminJo/Arduino-OpenWindowAlarm\"\u003eOpenWindowAlarm\u003c/a\u003e example.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003e ATtinyX4 support.", - "website": "https://github.com/ArminJo/ATtinySerialOut", - "category": "Communication", + "name": "tynyDC", + "version": "0.0.1", + "author": "@chrmlinux", + "maintainer": "@chrmlinux", + "sentence": "Using mx1919 dual DC motor driver tiny.", + "paragraph": "A libary is Using mx1919 dual DC motor driver tiny.", + "website": "https://github.com/chrmlinux/tinyDC", + "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/ATtinySerialOut.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/ATtinySerialOut-1.2.1.zip", - "archiveFileName": "ATtinySerialOut-1.2.1.zip", - "size": 37708, - "checksum": "SHA-256:f9470ae000102df8cb05b9e559f0439548266c78053a9879dae08d0dea2dd3e4" + "repository": "https://github.com/chrmlinux/tinyDC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tynyDC-0.0.1.zip", + "archiveFileName": "tynyDC-0.0.1.zip", + "size": 3419, + "checksum": "SHA-256:010850b72b6a81d51d7ddb93defaa39b52470e87822f3d2e2b5d06ac4f06d6a4" }, { - "name": "uFire PAR Sensor", + "name": "LTS01A_MAX31725", "version": "1.0.0", - "author": "uFire", - "maintainer": "contact@ufire.co", - "sentence": "Measure photosynthetically active radiation (PAR).", - "paragraph": "An I2C sensor to measure PAR in μmol/m²/s.", - "website": "https://ufire.co", + "author": "Raphael Storch", + "maintainer": "Raphael Storch \u003craphael.storch@gmail.com\u003e", + "sentence": "Library for LTS01A MAX31725.", + "paragraph": "A library for LTS01A MAX31725 for the ESP32", + "website": "https://github.com/RaphaelStorch/Libraray-for-LTS01A---MAX31725", "category": "Sensors", "architectures": [ "*" @@ -286543,20 +742550,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/u-fire/uFire_PAR.git", - "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/uFire_PAR_Sensor-1.0.0.zip", - "archiveFileName": "uFire_PAR_Sensor-1.0.0.zip", - "size": 19467, - "checksum": "SHA-256:7c0bb84bc5f0d074fa54e5275f8c5dd3881c613c0fbff32012ce22692a317165" + "repository": "https://github.com/RaphaelStorch/Library-for-LTS01A---MAX31725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RaphaelStorch/LTS01A_MAX31725-1.0.0.zip", + "archiveFileName": "LTS01A_MAX31725-1.0.0.zip", + "size": 12975, + "checksum": "SHA-256:149d0f9841ba92c640b18d92cb0b4a99aeffa9408a1eadda4c82f411306054bd" }, { - "name": "Adafruit 9DOF", - "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit 9DOF Breakout.", - "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_9DOF", + "name": "LTS01A_MAX31725", + "version": "1.0.1", + "author": "Raphael Storch", + "maintainer": "Raphael Storch \u003craphael.storch@gmail.com\u003e", + "sentence": "Library for LTS01A MAX31725.", + "paragraph": "A library for LTS01A MAX31725 for the ESP32", + "website": "https://github.com/RaphaelStorch/Libraray-for-LTS01A---MAX31725", "category": "Sensors", "architectures": [ "*" @@ -286564,1701 +742571,2069 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_9DOF.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.0.0.zip", - "archiveFileName": "Adafruit_9DOF-1.0.0.zip", - "size": 804890, - "checksum": "SHA-256:417fce9c32b8ad5c53a667829afdb1fcb781f04facd212617b37ef3271094ef4" + "repository": "https://github.com/RaphaelStorch/Library-for-LTS01A---MAX31725.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RaphaelStorch/LTS01A_MAX31725-1.0.1.zip", + "archiveFileName": "LTS01A_MAX31725-1.0.1.zip", + "size": 12975, + "checksum": "SHA-256:a8eef31cce289ec40eb7f47e7af74f018000fa70c9bea4f1a31313e73f20a267" }, { - "name": "Adafruit 9DOF", - "version": "1.1.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit TCA8418", + "version": "1.0.0", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit 9DOF Breakout.", - "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_9DOF", - "category": "Sensors", + "sentence": "Arduino library for the TCA8418 Matrix Keypad Drivers in the Adafruit shop", + "paragraph": "Arduino library for the TCA8418 Matrix Keypad Drivers in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TCA8418", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "repository": "https://github.com/adafruit/Adafruit_TCA8418.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit LSM303DLHC" - }, - { - "name": "Adafruit L3GD20 U" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.0.zip", - "archiveFileName": "Adafruit_9DOF-1.1.0.zip", - "size": 796131, - "checksum": "SHA-256:79b79434d6dc337d86c9f5d814419bf2a320dfc6712f5e31dffc87c666c13d82" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCA8418-1.0.0.zip", + "archiveFileName": "Adafruit_TCA8418-1.0.0.zip", + "size": 22235, + "checksum": "SHA-256:d05eedca54867e76a8c90afb30d86996dc73863a38b3eb66b8914ad8e39febb8" }, { - "name": "Adafruit 9DOF", - "version": "1.1.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit TCA8418", + "version": "1.0.1", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit 9DOF Breakout.", - "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_9DOF", - "category": "Sensors", + "sentence": "Arduino library for the TCA8418 Matrix Keypad Drivers in the Adafruit shop", + "paragraph": "Arduino library for the TCA8418 Matrix Keypad Drivers in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TCA8418", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "repository": "https://github.com/adafruit/Adafruit_TCA8418.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit LSM303DLHC" + "name": "Adafruit SH110X" }, { - "name": "Adafruit L3GD20 U" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.1.zip", - "archiveFileName": "Adafruit_9DOF-1.1.1.zip", - "size": 796131, - "checksum": "SHA-256:88629aac61bc6b8f3569549e077c8bd72bcafd5c94ca7d1e8cbbf00e81602f17" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCA8418-1.0.1.zip", + "archiveFileName": "Adafruit_TCA8418-1.0.1.zip", + "size": 23722, + "checksum": "SHA-256:ce94d83692f92965673d2c2730847bf13e51e4531d5a95a3cbc7abacf7548595" }, { - "name": "Adafruit 9DOF", - "version": "1.1.3", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", + "name": "Adafruit TCA8418", + "version": "1.0.2", + "author": "Adafruit", "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit 9DOF Breakout.", - "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_9DOF", - "category": "Sensors", + "sentence": "Arduino library for the TCA8418 Matrix Keypad Drivers in the Adafruit shop", + "paragraph": "Arduino library for the TCA8418 Matrix Keypad Drivers in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_TCA8418", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/adafruit/Adafruit_9DOF.git", + "repository": "https://github.com/adafruit/Adafruit_TCA8418.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit LSM303DLHC" + "name": "Adafruit SH110X" }, { - "name": "Adafruit L3GD20 U" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.3.zip", - "archiveFileName": "Adafruit_9DOF-1.1.3.zip", - "size": 796334, - "checksum": "SHA-256:9467cfafcde17f78b92eebb7d9bc427fc1cbb0145345b1cefefaa5e348a7b6a1" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TCA8418-1.0.2.zip", + "archiveFileName": "Adafruit_TCA8418-1.0.2.zip", + "size": 23723, + "checksum": "SHA-256:5c9ada956bbfb05fa1d6922f55061163e2dec9881b7b7bd46a429eb9906473fb" }, { - "name": "Adafruit 9DOF", - "version": "1.1.4", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit 9DOF Breakout.", - "paragraph": "Designed specifically to work with the Adafruit 9DOF Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_9DOF", - "category": "Sensors", + "name": "OctoPrinter", + "version": "1.0.5", + "author": "CaProd Design", + "maintainer": "CaProd Design", + "sentence": "A library for talking to OctoPrint instances.", + "paragraph": "Supports getting and formatting printer, job, and server information. Also supports sending basic job commands.", + "website": "https://git.caprod.net/CaProd-Design/OctoPrinter", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_9DOF.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit LSM303DLHC" - }, - { - "name": "Adafruit L3GD20 U" - } + "repository": "https://github.com/serenewaffles/OctoPrinter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/serenewaffles/OctoPrinter-1.0.5.zip", + "archiveFileName": "OctoPrinter-1.0.5.zip", + "size": 9980, + "checksum": "SHA-256:6ad18a2c735f0ccca97e3e07d0bee758b91d12107d291dea95dd2f5a48c9fe11" + }, + { + "name": "OctoPrinter", + "version": "1.0.6", + "author": "CaProd Design", + "maintainer": "CaProd Design", + "sentence": "A library for talking to OctoPrint instances.", + "paragraph": "Supports getting and formatting printer, job, and server information. Also supports sending basic job commands.", + "website": "https://git.caprod.net/CaProd-Design/OctoPrinter", + "category": "Communication", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_9DOF-1.1.4.zip", - "archiveFileName": "Adafruit_9DOF-1.1.4.zip", - "size": 796289, - "checksum": "SHA-256:8218fb45f576103b17afb9ee9cf67541cabef9848bd63693e2f9b642e6293156" + "types": [ + "Contributed" + ], + "repository": "https://github.com/serenewaffles/OctoPrinter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/serenewaffles/OctoPrinter-1.0.6.zip", + "archiveFileName": "OctoPrinter-1.0.6.zip", + "size": 10002, + "checksum": "SHA-256:a0c784a917b4c4051cbdf4c53604f06af9f8c2e0d600254c14fa79936a74cf4c" }, { - "name": "YAAWS", - "version": "1.0.0", - "author": "M Hotchin", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Yet Another Arduino Web Server", - "paragraph": "Simple webserver, supports GET/HEAD and POST. Designed to reduce blocking as much as possible, by splitting and servicing requests in chunks.", - "website": "https://github/MHotchin/YAAWS", - "category": "Other", + "name": "OctoPrinter", + "version": "1.0.7", + "author": "CaProd Design", + "maintainer": "CaProd Design", + "sentence": "A library for talking to OctoPrint instances.", + "paragraph": "Supports getting and formatting printer, job, and server information. Also supports sending basic job commands.", + "website": "https://git.caprod.net/CaProd-Design/OctoPrinter", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/YAAWS.git", + "repository": "https://github.com/serenewaffles/OctoPrinter.git", "providesIncludes": [ - "YAAWS.h" + "OctoPrinter.h" ], "dependencies": [ { - "name": "Ethernet SdFat" + "name": "ArduinoJson", + "version": "\u003e=6.0.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/YAAWS-1.0.0.zip", - "archiveFileName": "YAAWS-1.0.0.zip", - "size": 50564, - "checksum": "SHA-256:5e067fa7449ff8d38e71c39ddd3d99a87a33797c942459ed226f6dd9ca03e4c5" + "url": "https://downloads.arduino.cc/libraries/github.com/serenewaffles/OctoPrinter-1.0.7.zip", + "archiveFileName": "OctoPrinter-1.0.7.zip", + "size": 11921, + "checksum": "SHA-256:7e176127c239d6eae05a0d9a399f972a3ed9a10163c64964b6e8f59d128f5ec6" }, { - "name": "MultiButtons", - "version": "1.0.0", - "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "sentence": "Library for handling multiple buttons with single analog pin for ESP32.", - "paragraph": "It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.", - "website": "https://github.com/mickey9801/MultiButtons", - "category": "Uncategorized", + "name": "OctoPrinter", + "version": "1.0.8", + "author": "CaProd Design \u003cquiet.home0791@fastmail.com\u003e", + "maintainer": "CaProd Design \u003cquiet.home0791@fastmail.com\u003e", + "sentence": "A library for talking to OctoPrint instances.", + "paragraph": "Supports getting and formatting printer, job, and server information. Also supports sending basic job commands.", + "website": "https://github.com/serenewaffles/OctoPrinter", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mickey9801/MultiButtons.git", + "repository": "https://github.com/serenewaffles/OctoPrinter.git", "providesIncludes": [ - "MultiButtons.h" + "OctoPrinter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/MultiButtons-1.0.0.zip", - "archiveFileName": "MultiButtons-1.0.0.zip", - "size": 10585, - "checksum": "SHA-256:86e82045bf203dd5d7b53ba77a877cf83b72ed6b61193c5100cab20490837ec6" + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/serenewaffles/OctoPrinter-1.0.8.zip", + "archiveFileName": "OctoPrinter-1.0.8.zip", + "size": 11945, + "checksum": "SHA-256:302e83b82c359f95669905f2e4d46239ee382315666ae0bc36720c076426143b" }, { - "name": "MultiButtons", - "version": "1.0.1", - "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "sentence": "Library for handling multiple buttons with single analog pin for ESP32.", - "paragraph": "**Note: A upgrade library \"ButtonFever\" has been released to provide much powerful features to handle various button press event for both standalone digital button and button array. Please try it!** It will trigger callback function upon button pressed. The library handled button debouncing, and you may decide the trigger edge for button event - on press (default) or on release.", - "website": "https://github.com/mickey9801/MultiButtons", - "category": "Uncategorized", + "name": "OctoPrinter", + "version": "1.0.9", + "author": "CaProd Design \u003cquiet.home0791@fastmail.com\u003e", + "maintainer": "CaProd Design \u003cquiet.home0791@fastmail.com\u003e", + "sentence": "A library for talking to OctoPrint instances.", + "paragraph": "Supports getting and formatting printer, job, and server information. Also supports sending basic job commands.", + "website": "https://github.com/serenewaffles/OctoPrinter", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mickey9801/MultiButtons.git", + "repository": "https://github.com/serenewaffles/OctoPrinter.git", "providesIncludes": [ - "MultiButtons.h" + "OctoPrinter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/MultiButtons-1.0.1.zip", - "archiveFileName": "MultiButtons-1.0.1.zip", - "size": 10848, - "checksum": "SHA-256:20a6517f2090ae690df373ab57e2746f6950ade870d26d51e32e4716de6116cc" + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/serenewaffles/OctoPrinter-1.0.9.zip", + "archiveFileName": "OctoPrinter-1.0.9.zip", + "size": 12370, + "checksum": "SHA-256:c647f2eb21e1095ce06f618b12eb2d5fb6525462156764a4a211b0e2bd433e95" }, { - "name": "BlinkControl", + "name": "BTS7960_Motordriver", "version": "1.0.0", - "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "sentence": "Arduino/ESP32 module for easily manage multiple LED on/off, blinking or Buzzer beats with different timing.", - "paragraph": "Work with digital pin, or pins on 74HC595 shift register via johnnyb's Shifty. Each instance of the module control one pin. Module provide some predefined blink timing. You may control blink timing by providing a timing array.", - "website": "https://github.com/mickey9801/BlinkControl", + "author": "Yash Herekar \u003csmallaszero@gmail.com\u003e", + "maintainer": "Yash Herekar \u003csmallaszero@gmail.com\u003e", + "sentence": "A library that helps control a brushed DC motor using BTS7960 motor driver easy.", + "paragraph": "Supports enable, disable, front and back functions.", + "website": "https://github.com/1337encrypted/BTS7960_Motordriver", "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/mickey9801/BlinkControl.git", + "repository": "https://github.com/1337encrypted/BTS7960_Motordriver.git", "providesIncludes": [ - "BlinkControl.h" + "BTS7960.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/BlinkControl-1.0.0.zip", - "archiveFileName": "BlinkControl-1.0.0.zip", - "size": 10785, - "checksum": "SHA-256:48fb282e1488c0e512ed5e3949b04b88c6aa7f072f130d85afaa988d90a5d58e" + "url": "https://downloads.arduino.cc/libraries/github.com/1337encrypted/BTS7960_Motordriver-1.0.0.zip", + "archiveFileName": "BTS7960_Motordriver-1.0.0.zip", + "size": 8632, + "checksum": "SHA-256:72d19da732801dbd9eafba1f031a32aca9e63ed0bbfb0bb2b2bafa22b70b8dc4" }, { - "name": "BlinkControl", - "version": "1.1.0", - "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "sentence": "This is an Arduino/ESP32 module for easily manage multiple LED on/off, blinking or Buzzer beats with different pattern.", - "paragraph": "Work with digital pins, analog pins or pins on 74HC595 shift register via johnnyb's Shifty. Each instance of the module control one pin. Module provide some predefined blink and breathe pattern. You may also control blink pattern by providing a pattern array.", - "website": "https://github.com/mickey9801/BlinkControl", - "category": "Device Control", + "name": "DFRobot_MAX98357A", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for MAX98357A(SKU: DFR0954).", + "paragraph": "Play the music through Bluetooth or SD card, and then do some simple processing to the audio stream data, finally transmitted to the I2S power MAX98357A equipment to complete the audio playback.", + "website": "https://github.com/DFRobot/DFRobot_MAX98357A", + "category": "Uncategorized", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mickey9801/BlinkControl.git", - "providesIncludes": [ - "BlinkControl.h" + "repository": "https://github.com/DFRobot/DFRobot_MAX98357A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MAX98357A-1.0.0.zip", + "archiveFileName": "DFRobot_MAX98357A-1.0.0.zip", + "size": 33164, + "checksum": "SHA-256:82d404d0439210976d999398c5ccf73b2440999cdc9fb0fb5d11db5fc1881875" + }, + { + "name": "DFRobot_MAX98357A", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for MAX98357A(SKU: DFR0954).", + "paragraph": "Play the music through Bluetooth or SD card, and then do some simple processing to the audio stream data, finally transmitted to the I2S power MAX98357A equipment to complete the audio playback.", + "website": "https://github.com/DFRobot/DFRobot_MAX98357A", + "category": "Uncategorized", + "architectures": [ + "esp32" ], - "dependencies": [ - { - "name": "Shifty" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/BlinkControl-1.1.0.zip", - "archiveFileName": "BlinkControl-1.1.0.zip", - "size": 13129, - "checksum": "SHA-256:d53f4cd496f4b8ae24e59059f356a57533fd97e2226980d0313d8054bfb5aabf" + "repository": "https://github.com/DFRobot/DFRobot_MAX98357A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_MAX98357A-1.0.1.zip", + "archiveFileName": "DFRobot_MAX98357A-1.0.1.zip", + "size": 139729, + "checksum": "SHA-256:01a704982a835401beb004b6121663a01d6637b3668305cdd33f084c6558fb0f" }, { - "name": "DFPlayerMini_Fast", - "version": "1.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "DFRobot_SCD4X", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for SCD4X(SCD40/SCD41), SCD4X is a Digital Metal-Oxide Multi-Gas Sensor(SKU: SEN0536).", + "paragraph": "Configure the sensor with single-measurement mode, period measurement mode and compensation and calibration using I2C communication.", + "website": "https://github.com/DFRobot/DFRobot_SCD4X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.0.1.zip", - "archiveFileName": "DFPlayerMini_Fast-1.0.1.zip", - "size": 768653, - "checksum": "SHA-256:b5155911dc121d570bbad5436f6d45153932b13f7ba8d69beb873227b3f3cd5a" + "repository": "https://github.com/DFRobot/DFRobot_SCD4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SCD4X-1.0.0.zip", + "archiveFileName": "DFRobot_SCD4X-1.0.0.zip", + "size": 148136, + "checksum": "SHA-256:7f422624ee289d2fad5e8a909e163646f834db17dc4f9efd9e1ff0cc6b5806eb" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "DFRobot_SCD4X", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for SCD4X(SCD40/SCD41), SCD4X is a Digital Metal-Oxide Multi-Gas Sensor(SKU: SEN0536).", + "paragraph": "Configure the sensor with single-measurement mode, period measurement mode and compensation and calibration using I2C communication.", + "website": "https://github.com/DFRobot/DFRobot_SCD4X", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.0.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.0.zip", - "size": 769789, - "checksum": "SHA-256:07053c275f85d085139879ac8da29117791ce66c908623b12d51e91db7a6d19f" + "repository": "https://github.com/DFRobot/DFRobot_SCD4X.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_SCD4X-1.0.1.zip", + "archiveFileName": "DFRobot_SCD4X-1.0.1.zip", + "size": 147699, + "checksum": "SHA-256:2808c8a08d3ad2d6a75dc7feb16e3e6e113bfe661454d3128c3f53963aa86aa5" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "RAKwireless-Audio-library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK audio module", + "paragraph": "RAK audio solutions", + "website": "https://github.com/RAKWireless/RAKwireless-Audio-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.1.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.1.zip", - "size": 770180, - "checksum": "SHA-256:6846f94429e0fe1f797c68e44aa403099f0da9fb041ed499cd9c9d893489f4d2" + "repository": "https://github.com/RAKWireless/RAKwireless-Audio-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Audio_library-1.0.0.zip", + "archiveFileName": "RAKwireless_Audio_library-1.0.0.zip", + "size": 48556680, + "checksum": "SHA-256:3ec4ded2c363057f9b4052f1d85d485c23e48eee6c8bf71a1e3ff42cd9ec64f6" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "RAKwireless-Audio-library", + "version": "1.0.2", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK audio module", + "paragraph": "RAK audio solutions", + "website": "https://github.com/RAKWireless/RAKwireless-Audio-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.2.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.2.zip", - "size": 770381, - "checksum": "SHA-256:547609cdbe6db0eb10f0dc23874e0bccd96ccc1d6fb4af6a3846a137f694bd55" + "repository": "https://github.com/RAKWireless/RAKwireless-Audio-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Audio_library-1.0.2.zip", + "archiveFileName": "RAKwireless_Audio_library-1.0.2.zip", + "size": 68762680, + "checksum": "SHA-256:18f4c677abfb96f8335468c96dec1be5f23504da8308d767e32bfec6eb6314b9" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "RAKwireless-Audio-library", + "version": "1.0.3", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK audio module", + "paragraph": "RAK audio solutions", + "website": "https://github.com/RAKWireless/RAKwireless-Audio-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.3.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.3.zip", - "size": 770409, - "checksum": "SHA-256:05f3e2e6560d25aa8dbaa987829e4f0d0e716bb024d43a59b61dba3c5958f567" + "repository": "https://github.com/RAKWireless/RAKwireless-Audio-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Audio_library-1.0.3.zip", + "archiveFileName": "RAKwireless_Audio_library-1.0.3.zip", + "size": 53358431, + "checksum": "SHA-256:2e133d5cc94039f97157de7e443efb3b3d0e00365a854826c0d0a3b6d4e7ade8" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.4", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "RAKwireless-Audio-library", + "version": "1.0.4", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK audio module", + "paragraph": "RAK audio solutions", + "website": "https://github.com/RAKWireless/RAKwireless-Audio-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.4.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.4.zip", - "size": 770448, - "checksum": "SHA-256:6d4a46e841e9af3bb995ef21d94a99560c534bb2aa750f72034d3e2a2e9149fc" + "repository": "https://github.com/RAKWireless/RAKwireless-Audio-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Audio_library-1.0.4.zip", + "archiveFileName": "RAKwireless_Audio_library-1.0.4.zip", + "size": 114747824, + "checksum": "SHA-256:4edc7fa9127048f2d13657d3fd299d78d90fc2e9bc44cfbd32db3977fcfc9626" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.5", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "RAKwireless-Audio-library", + "version": "1.0.5", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK audio module", + "paragraph": "RAK audio solutions", + "website": "https://github.com/RAKWireless/RAKwireless-Audio-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.5.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.5.zip", - "size": 770450, - "checksum": "SHA-256:3b077c3de719f71aebb413989074e302420c39744bcf59c0249a1844c5b3216f" + "repository": "https://github.com/RAKWireless/RAKwireless-Audio-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Audio_library-1.0.5.zip", + "archiveFileName": "RAKwireless_Audio_library-1.0.5.zip", + "size": 114747818, + "checksum": "SHA-256:6cfbfb9333e08155041d2e849e61be821059e516b7fa3fbb340cbcdfde1462c3" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.6", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "RAKwireless-Audio-library", + "version": "1.0.6", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK audio module", + "paragraph": "RAK audio solutions", + "website": "https://github.com/RAKWireless/RAKwireless-Audio-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.6.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.6.zip", - "size": 770471, - "checksum": "SHA-256:a6a2905d86589a5439b072c6a9780ca795eb8d8b2eb1bd775e67e18bad43576a" + "repository": "https://github.com/RAKWireless/RAKwireless-Audio-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Audio_library-1.0.6.zip", + "archiveFileName": "RAKwireless_Audio_library-1.0.6.zip", + "size": 114979064, + "checksum": "SHA-256:b44f2d50dab7df87570fd21614cfc02e7450b683e0223c3d4039609fe16c409c" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.7", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "RAKwireless-Audio-library", + "version": "1.0.7", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK audio module", + "paragraph": "RAK audio solutions", + "website": "https://github.com/RAKWireless/RAKwireless-Audio-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "dependencies": [ - { - "name": "FireTimer" - } + "repository": "https://github.com/RAKWireless/RAKwireless-Audio-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_Audio_library-1.0.7.zip", + "archiveFileName": "RAKwireless_Audio_library-1.0.7.zip", + "size": 116866769, + "checksum": "SHA-256:088c915fa18a5cdd90f8ee12d1a736dd37e7cc7bd7e4cf6479a0340afea139d9" + }, + { + "name": "Marisa ESP32 Wrapper", + "version": "0.2.6", + "author": "Arundale Ramanathan", + "maintainer": "Arun \u003carun@siara.cc\u003e", + "sentence": "Fast lookups in large static dictionaries", + "paragraph": "Marisa is a recursive trie implementation to store huge dictionaries with high level of compression with fast lookups. This library is a wrapper for the original Marisa implementation here: https://github.com/s-yata/marisa-trie", + "website": "https://github.com/siara-cc/marisa-esp32", + "category": "Data Storage", + "architectures": [ + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.7.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.7.zip", - "size": 770914, - "checksum": "SHA-256:3f24a06c38eb3b20f9fc6d1024b411d09296c1ba195e6d28d95489ae8a792e77" + "types": [ + "Contributed" + ], + "repository": "https://github.com/siara-cc/marisa-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/siara-cc/Marisa_ESP32_Wrapper-0.2.6.zip", + "archiveFileName": "Marisa_ESP32_Wrapper-0.2.6.zip", + "size": 863004, + "checksum": "SHA-256:7033d40cdca7a5871ff9bf1b8d9ee40e7a6673f258bd6bd0032b1f89b0c72e61" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.8", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "Dorpac-timer", + "version": "1.0.0", + "author": "Dorpac Design", + "maintainer": "Dorpac Design", + "sentence": "A library for implementing very simple timers", + "paragraph": "Supports modifying and resetting intervals.", + "website": "https://github.com/serenewaffles/Dorpac-timer", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", - "dependencies": [ - { - "name": "FireTimer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.8.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.8.zip", - "size": 1002399, - "checksum": "SHA-256:27412736336c07f29ee2a78de551a5601e508332dbd352a3e019d1cc4cc9e64e" + "repository": "https://github.com/serenewaffles/Dorpac-timer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/serenewaffles/Dorpac_timer-1.0.0.zip", + "archiveFileName": "Dorpac_timer-1.0.0.zip", + "size": 8494, + "checksum": "SHA-256:e1faa9a505b7afa4d09e3ada87548ca7ebb4458f61916ab47393499cddeea56f" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.9", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "mupplet-sensor", + "version": "0.1.2", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Sensor Library", + "paragraph": "A collection of sensor applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "repository": "https://github.com/muwerk/mupplet-sensor.git", "dependencies": [ { - "name": "FireTimer" + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.9.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.9.zip", - "size": 1002357, - "checksum": "SHA-256:7d33a005f757ea35f57402bb8a0a5667ad7f627e879dc8e3417cfb6d7a1b32ac" + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_sensor-0.1.2.zip", + "archiveFileName": "mupplet_sensor-0.1.2.zip", + "size": 143540, + "checksum": "SHA-256:40714f1d361cbcb8909fc67891ce709975bac606cc2cfdc4f2a89840b39cb892" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.10", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "mupplet-sensor", + "version": "0.2.0", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Sensor Library", + "paragraph": "A collection of sensor applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "repository": "https://github.com/muwerk/mupplet-sensor.git", "dependencies": [ { - "name": "FireTimer" + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.10.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.10.zip", - "size": 1002694, - "checksum": "SHA-256:0028e29e5274fa0015e7872473a7c3ec222a592b1f910b9fc37ab24479c53787" + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_sensor-0.2.0.zip", + "archiveFileName": "mupplet_sensor-0.2.0.zip", + "size": 711012, + "checksum": "SHA-256:9d64423128447e61177e28337889083798d828d257b079fdc4cd00fb98c4acd5" }, { - "name": "DFPlayerMini_Fast", - "version": "1.1.11", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the DFPlayerMini MP3 module", - "paragraph": "Arduino library to interface with the DFPlayerMini MP3 module", - "website": "https://github.com/PowerBroker2/DFPlayerMini_Fast", - "category": "Device Control", + "name": "mupplet-sensor", + "version": "0.2.1", + "author": "Dominik Schlösser, Leo Moll", + "maintainer": "Dominik Schlösser, \u003cdsc@dosc.net\u003e", + "sentence": "muwerk mupplet Sensor Library", + "paragraph": "A collection of sensor applets for the muwerk scheduler", + "website": "https://github.com/muwerk/mupplet-sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/DFPlayerMini_Fast.git", + "repository": "https://github.com/muwerk/mupplet-sensor.git", "dependencies": [ { - "name": "FireTimer" + "name": "Muwerk ustd library" + }, + { + "name": "Muwerk scheduler library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/DFPlayerMini_Fast-1.1.11.zip", - "archiveFileName": "DFPlayerMini_Fast-1.1.11.zip", - "size": 1008491, - "checksum": "SHA-256:68c44b661289d8c661ba4e26655cb7abeb9947292196ca6fcc37254ade826e1b" + "url": "https://downloads.arduino.cc/libraries/github.com/muwerk/mupplet_sensor-0.2.1.zip", + "archiveFileName": "mupplet_sensor-0.2.1.zip", + "size": 710827, + "checksum": "SHA-256:0f197988d827b0b41d696a0232afed32ef3ecba5fd8e8494ca909f650f630855" }, { - "name": "NEO-6M_GPS", - "version": "1.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the NEO-6 GPS", - "paragraph": "Arduino library to interface with the NEO-6 GPS", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Sensors", - "architectures": [ - "*" - ], + "name": "DumbDisplay", + "version": "0.8.3", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app, for various virtual gadgets realization.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and deferring connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/NEO-6M_GPS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/NEO_6M_GPS-1.0.1.zip", - "archiveFileName": "NEO_6M_GPS-1.0.1.zip", - "size": 2919466, - "checksum": "SHA-256:98c3912bf2da68d3f5bfae79af88cc33948923c3dd48baaa578792f92d3546d8" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.8.3.zip", + "archiveFileName": "DumbDisplay-0.8.3.zip", + "size": 15709543, + "checksum": "SHA-256:562ad3bf67192888f108a8bab32d814604f5519644d2187714c01ec535656851" }, { - "name": "NEO-6M_GPS", - "version": "1.0.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to interface with the NEO-6 GPS", - "paragraph": "Arduino library to interface with the NEO-6 GPS", - "website": "https://github.com/PowerBroker2/SerialTransfer", - "category": "Sensors", - "architectures": [ - "*" + "name": "DumbDisplay", + "version": "0.9.0", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app, for various virtual gadgets realization.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and deferring connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.0.zip", + "archiveFileName": "DumbDisplay-0.9.0.zip", + "size": 15712848, + "checksum": "SHA-256:490de74b93a1d4ec800637c79bf7442710673bbbcc6b7ac745de93fab5286820" + }, + { + "name": "DumbDisplay", + "version": "0.9.1", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (same version as lib), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/NEO-6M_GPS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/NEO_6M_GPS-1.0.2.zip", - "archiveFileName": "NEO_6M_GPS-1.0.2.zip", - "size": 2919556, - "checksum": "SHA-256:13d56ad2e132a6a4571d7a08724bb4ab63fee16e68dcf90dd770a32f5842eea7" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.1.zip", + "archiveFileName": "DumbDisplay-0.9.1.zip", + "size": 15723133, + "checksum": "SHA-256:dc4e0a5ef5b8e37dd9bd6d348b5a3c678fc7fb552f6ba473b5392cea9486d90b" }, { - "name": "SparkFun Himax HM01B0 Camera", - "version": "0.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Configure and use the Himax HM01B0 camera module", - "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", - "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", - "category": "Sensors", - "architectures": [ - "*" + "name": "DumbDisplay", + "version": "0.9.2", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (same version as lib), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.2.zip", + "archiveFileName": "DumbDisplay-0.9.2.zip", + "size": 23695043, + "checksum": "SHA-256:2337a91c019bd349271bb490921fdd4aff7acba31bd65d15c31628def2da6f2e" + }, + { + "name": "DumbDisplay", + "version": "0.9.5", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.5), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.0.zip", - "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.0.zip", - "size": 35743, - "checksum": "SHA-256:035901a8a7be2f4af95be3b9d92212995161e2b5b6f05537b8d17312ac4c1e09" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.5.zip", + "archiveFileName": "DumbDisplay-0.9.5.zip", + "size": 28721340, + "checksum": "SHA-256:ae38ea3774ebf50c7dcd8cc6b09cb6dbeba350bc19bc7a212ec2fcd0c3300769" }, { - "name": "SparkFun Himax HM01B0 Camera", - "version": "0.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Configure and use the Himax HM01B0 camera module", - "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", - "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", - "category": "Sensors", - "architectures": [ - "*" + "name": "DumbDisplay", + "version": "0.9.53", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.5), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.53.zip", + "archiveFileName": "DumbDisplay-0.9.53.zip", + "size": 28721822, + "checksum": "SHA-256:014a0770d1b1df0b7b8f5f353217119ffa0ccdfb253cc2e505bf0d874f8b32c3" + }, + { + "name": "DumbDisplay", + "version": "0.9.54", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.5), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.1.zip", - "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.1.zip", - "size": 35785, - "checksum": "SHA-256:e4a185e150880798829aae3f867548cafeff74b0e82a6d882fa3e491d20d1492" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.54.zip", + "archiveFileName": "DumbDisplay-0.9.54.zip", + "size": 28727198, + "checksum": "SHA-256:c58e98ed537ae4260ecb6371157f839a3c2539c21198cea232d2f882a8ce957b" }, { - "name": "SparkFun Himax HM01B0 Camera", - "version": "0.0.2", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Configure and use the Himax HM01B0 camera module", - "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", - "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", - "category": "Sensors", - "architectures": [ - "*" + "name": "DumbDisplay", + "version": "0.9.60", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.6), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.60.zip", + "archiveFileName": "DumbDisplay-0.9.60.zip", + "size": 28733790, + "checksum": "SHA-256:fe671631dcddc6a4d4a2a00aa3d7a605513e0a7239012df380e423f8c0a9b9b9" + }, + { + "name": "DumbDisplay", + "version": "0.9.61", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.6), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.2.zip", - "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.2.zip", - "size": 35787, - "checksum": "SHA-256:ea13d9cd17a88cc8e60bb9b5060fada0cd91ac7af8fdcee71d0b9699081b965a" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.61.zip", + "archiveFileName": "DumbDisplay-0.9.61.zip", + "size": 28740585, + "checksum": "SHA-256:5308ea8140aef6a79a94162a90fd4c43ea61b4c87c1ad74264062d844575a7a8" }, { - "name": "SparkFun Himax HM01B0 Camera", - "version": "0.0.3", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Configure and use the Himax HM01B0 camera module", - "paragraph": "Configure and use the Himax HM01B0 camera module. Defines an API that specialized interfaces may use to control the camera", - "website": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary", - "category": "Sensors", - "architectures": [ - "*" + "name": "DumbDisplay", + "version": "0.9.62", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.6), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.62.zip", + "archiveFileName": "DumbDisplay-0.9.62.zip", + "size": 28918430, + "checksum": "SHA-256:3800c2e81db16da4d5a50e4c4c852cf2fd1cedeebbd5ebab94758ec2efe1b285" + }, + { + "name": "DumbDisplay", + "version": "0.9.63", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.6), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_HM01B0_Camera_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Himax_HM01B0_Camera-0.0.3.zip", - "archiveFileName": "SparkFun_Himax_HM01B0_Camera-0.0.3.zip", - "size": 35816, - "checksum": "SHA-256:789cb34a3318e54afa56856c61c8d07ac2221a1892e4fbd866eaea8f1bffb07d" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.63.zip", + "archiveFileName": "DumbDisplay-0.9.63.zip", + "size": 28921814, + "checksum": "SHA-256:c48c327e13c007aa171fa70ff0f21f6f5b213b8b7117650f363a572a23d246b6" }, { - "name": "Honeywell Zephyr I2C", - "version": "1.0.0", - "author": "Erik Werner", - "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", - "sentence": "Arduino library for communicating with Honeywell Zephyr HAF flow rate sensors over I2C.", - "paragraph": "Arduino library for communicating with Honeywell Zephyr HAF flow rate sensors over I2C.", - "website": "https://github.com/huilab/HoneywellZephyrI2C.git", - "category": "Sensors", - "architectures": [ - "*" + "name": "DumbDisplay", + "version": "0.9.70", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= v0.9.6), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.70.zip", + "archiveFileName": "DumbDisplay-0.9.70.zip", + "size": 29253779, + "checksum": "SHA-256:bb88287a5e13deae31b717123382f09a2f93e0c927c259fd2b5526d2afe154c5" + }, + { + "name": "DumbDisplay", + "version": "0.9.80", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= this version), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/huilab/HoneywellZephyrI2C.git", - "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_Zephyr_I2C-1.0.0.zip", - "archiveFileName": "Honeywell_Zephyr_I2C-1.0.0.zip", - "size": 448944, - "checksum": "SHA-256:59ea0c9eaee8ed54c577c39d23bde9294ef5107b3f8c9d458eb3561860878320" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.80.zip", + "archiveFileName": "DumbDisplay-0.9.80.zip", + "size": 41773780, + "checksum": "SHA-256:0ced493c9947002e7ec5bfa6b2adbb73d3c32bd7103f2bd9898e1c579f7ca965" }, { - "name": "TouchEvent", - "version": "1.0.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", - "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", - "website": "https://github.com/GerLech/TouchEvent", + "name": "DumbDisplay", + "version": "0.9.81", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= this version), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", "category": "Display", - "architectures": [ - "*" + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.81.zip", + "archiveFileName": "DumbDisplay-0.9.81.zip", + "size": 41782069, + "checksum": "SHA-256:6a5a9dba8ae5970f68440f23def9a78b3e4c8ec20c024ebca00526ca28a6f02c" + }, + { + "name": "DumbDisplay", + "version": "0.9.82", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= this version), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/TouchEvent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.0.0.zip", - "archiveFileName": "TouchEvent-1.0.0.zip", - "size": 21386, - "checksum": "SHA-256:68d2ecd76e89ccb1664dd9761326bd1de13065878c672538a69bb04a7c0c5a2d" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.82.zip", + "archiveFileName": "DumbDisplay-0.9.82.zip", + "size": 41912007, + "checksum": "SHA-256:0b9aad58f1fb886751bc6708ccb7e1c4116f143dcc4505ce71a89c4f6af8dee8" }, { - "name": "TouchEvent", - "version": "1.1.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", - "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", - "website": "https://github.com/GerLech/TouchEvent", + "name": "DumbDisplay", + "version": "0.9.83", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= this version), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", "category": "Display", - "architectures": [ - "*" + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.83.zip", + "archiveFileName": "DumbDisplay-0.9.83.zip", + "size": 41933568, + "checksum": "SHA-256:7eda78d09b15691481ef6d2fc6cb23d2d27c9530984f273739a4ce086b0d838e" + }, + { + "name": "DumbDisplay", + "version": "0.9.84", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= this version), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/TouchEvent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.1.0.zip", - "archiveFileName": "TouchEvent-1.1.0.zip", - "size": 21949, - "checksum": "SHA-256:e43a968079e5c153d6e71670ffae2acec63b60a0bafd6c539f871b1db949adde" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.84.zip", + "archiveFileName": "DumbDisplay-0.9.84.zip", + "size": 41944525, + "checksum": "SHA-256:956128ddf543115d68b7d1ff52c2185bd237c88c218df668e4e4990ee1a87f0d" }, { - "name": "TouchEvent", - "version": "1.3.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "An Event-Manager for Touchscreen with XPT2046 requires XPT2046-Touchscreen library.", - "paragraph": "This eventmanager detects the events click, double click, long click, swipe, touch down, touch up and draw. On any of these events a callback function ncan be registered. The parameters to define how to detect the events can be modified.", - "website": "https://github.com/GerLech/TouchEvent", + "name": "DumbDisplay", + "version": "0.9.841", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= this version), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", "category": "Display", - "architectures": [ - "*" + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.841.zip", + "archiveFileName": "DumbDisplay-0.9.841.zip", + "size": 41945290, + "checksum": "SHA-256:f5689a4e127206acb7dbce2a7abbe10e9efda04078912e12b53ef247ddd01b4c" + }, + { + "name": "DumbDisplay", + "version": "0.9.850", + "author": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "maintainer": "Trevor Lee \u003ctrevorwslee@gmail.com\u003e", + "sentence": "A library for connecting to Android DumbDisplay app (\u003e= this version), for various virtual gadget realizations.", + "paragraph": "By using DumbDisplay, you should be able to more quickly design/prototype your Arduino experiment, and defer connecting real gadgets until later stage of your experiment.", + "website": "https://github.com/trevorwslee/Arduino-DumbDisplay", + "category": "Display", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/TouchEvent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/TouchEvent-1.3.0.zip", - "archiveFileName": "TouchEvent-1.3.0.zip", - "size": 21949, - "checksum": "SHA-256:0090777b4ff8867e3cbfea7e153896535da01a270d12967f37b8b5763e5045d1" + "repository": "https://github.com/trevorwslee/Arduino-DumbDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/trevorwslee/DumbDisplay-0.9.850.zip", + "archiveFileName": "DumbDisplay-0.9.850.zip", + "size": 41946150, + "checksum": "SHA-256:5908dccf8f8571eb10d5f7b369b63beaed6a4e98b25b0ce23dd685eb2f0b0fb9" }, { - "name": "cerebro", + "name": "OtD Library", "version": "1.0.0", - "author": "Cerebro \u003ccerebro11101@gmail.com\u003e", - "maintainer": "Epsilon \u003cepsilon11101@gmail.com\u003e", - "sentence": "A library that makes cerebro works easly.", - "paragraph": "This project is for an educational kit robot, its the best way to get programming skills", - "website": "https://github.com/cerebro11101/cerebro/wiki", - "category": "Uncategorized", + "author": "ML-VPN", + "maintainer": "ML-VPN \u003cinfo@ml-vpn.com\u003e", + "sentence": "Support library for OtomaDUINO boards", + "paragraph": "General purpose digital I/O, pulse output and analog input library for OtomaDUINO boards.", + "website": "https://github.com/ml-vpn/OtD_Library", + "category": "Other", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/cerebro11101/CerebroBoards.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cerebro11101/cerebro-1.0.0.zip", - "archiveFileName": "cerebro-1.0.0.zip", - "size": 42085, - "checksum": "SHA-256:29e024d5f311663a82485a2b701a9a965971754a54e2a1da802edb9f40787a4a" + "repository": "https://github.com/ML-VPN/OtD_Library.git", + "providesIncludes": [ + "otd_CorePeri.h", + "otd_DigitalIO.h", + "otd_Pulse.h", + "otd_Analog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ML-VPN/OtD_Library-1.0.0.zip", + "archiveFileName": "OtD_Library-1.0.0.zip", + "size": 22073, + "checksum": "SHA-256:a6179e59bb2dd1621af0a5455382c5f3295c6e289d19dd048d1debce5fa87364" }, { - "name": "Honeywell TruStability SPI", + "name": "SparkFun OWire Arduino Library", "version": "1.0.0", - "author": "Erik Werner", - "maintainer": "Erik Werner \u003cerikmwerner@gmail.com\u003e", - "sentence": "Arduino library for communicating with Honeywell TruStability HSC or SSC pressure sensors over SPI.", - "paragraph": "Arduino library for communicating with Honeywell TruStability HSC or SSC pressure sensors over SPI.", - "website": "https://github.com/huilab/HoneywellTruStabilitySPI.git", - "category": "Sensors", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for \"OWire\" or \"0-Wire\" 2-pin Multi-Mode LEDs", + "paragraph": "An Arduino Library for controlling 2-pin Multi-Mode LEDs and Parallel LED strings", + "website": "https://github.com/sparkfun/SparkFun_OWire_Arduino_Library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/huilab/HoneywellTruStabilitySPI.git", - "url": "https://downloads.arduino.cc/libraries/github.com/huilab/Honeywell_TruStability_SPI-1.0.0.zip", - "archiveFileName": "Honeywell_TruStability_SPI-1.0.0.zip", - "size": 2571251, - "checksum": "SHA-256:d8ed5383409a178b4a0814a68db52cf46e06b63dd21e971f1bbf4a4b089e7f68" + "repository": "https://github.com/sparkfun/SparkFun_OWire_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_OWire_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_OWire_Arduino_Library-1.0.0.zip", + "size": 14323826, + "checksum": "SHA-256:df2d42b39ab08fece5f4bfb9304be9c6b6e7c0a59b4983737e03f8b04e6c8b5f" }, { - "name": "TimeInterrupt", - "version": "1.0.0", - "author": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", - "maintainer": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", - "sentence": "Allows for timer interrupts on various platforms.", - "paragraph": "Emulates timer interrupts by creating a dynamic list of periodically called callback functions.", - "website": "http:https://github.com/matthew-dickson-epic/TimeInterrupt", + "name": "SparkFun OWire Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for \"OWire\" or \"0-Wire\" 2-pin Multi-Mode LEDs", + "paragraph": "An Arduino Library for controlling 2-pin Multi-Mode LEDs and Parallel LED strings", + "website": "https://github.com/sparkfun/SparkFun_OWire_Arduino_Library", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_OWire_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_OWire_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_OWire_Arduino_Library-1.0.1.zip", + "size": 14324699, + "checksum": "SHA-256:0acadf3cdd8027ddcb2e108413ffb7757c6f3060ebba9baba577f9e0ea24f08c" + }, + { + "name": "easyLiDAR", + "version": "0.0.1", + "author": "@chrmlinux", + "maintainer": "@chrmlinux", + "sentence": "Using vl53l5cx(tof64) LiDAR driver easy.", + "paragraph": "A libary is Using vl53l5cx(tof64) LiDAR driver easy.", + "website": "https://github.com/chrmlinux/easyLiDAR", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chrmlinux/easyLiDAR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/easyLiDAR-0.0.1.zip", + "archiveFileName": "easyLiDAR-0.0.1.zip", + "size": 3208, + "checksum": "SHA-256:ac562351ed92c8eca6ecb58e27c81d01822d5abfc27d4992fcb4cc17a52b3bf7" + }, + { + "name": "CleanRTOS", + "version": "0.0.7", + "author": "Marius Versteegen", + "maintainer": "Marius Versteegen \u003cpikido.info@gmail.com\u003e", + "sentence": "Makes use of FreeRTOS on ESP32 much easier and safer.", + "paragraph": "This library wraps FreeRTOS calls, such that using FreeRTOS becomes much easier and safer.", + "website": "https://github.com/pikido-edutainment/CleanRTOS.git", "category": "Timing", "architectures": [ - "avr" + "esp32", + "esp32s2", + "arduino_esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/matthew-dickson-epic/TimeInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/matthew-dickson-epic/TimeInterrupt-1.0.0.zip", - "archiveFileName": "TimeInterrupt-1.0.0.zip", - "size": 81105, - "checksum": "SHA-256:817c85aa3c71aa5ea3e31499573087b243b3de4102c2bb19f4ada194d717d124" + "repository": "https://github.com/pikido-edutainment/CleanRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pikido-edutainment/CleanRTOS-0.0.7.zip", + "archiveFileName": "CleanRTOS-0.0.7.zip", + "size": 63039, + "checksum": "SHA-256:a4e4a955d975aef6cfe5ea1c1a76756111d92ba74dcd1f2e60f12946df1fc1f6" }, { - "name": "TimeInterrupt", - "version": "1.0.2", - "author": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", - "maintainer": "Matthew Dickson \u003cmatthewdickson.code@gmail.com\u003e", - "sentence": "Allows for timer interrupts on various platforms.", - "paragraph": "Emulates timer interrupts by creating a dynamic list of periodically called callback functions.", - "website": "https://github.com/matthew-dickson-epic/TimeInterrupt", + "name": "CleanRTOS", + "version": "0.0.8", + "author": "Marius Versteegen", + "maintainer": "Marius Versteegen \u003cpikido.info@gmail.com\u003e", + "sentence": "Makes use of FreeRTOS on ESP32 much easier and safer.", + "paragraph": "This library wraps FreeRTOS calls, such that using FreeRTOS becomes much easier and safer.", + "website": "https://github.com/pikido-edutainment/CleanRTOS.git", "category": "Timing", "architectures": [ - "avr" + "esp32", + "esp32s2", + "arduino_esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/matthew-dickson-epic/TimeInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/matthew-dickson-epic/TimeInterrupt-1.0.2.zip", - "archiveFileName": "TimeInterrupt-1.0.2.zip", - "size": 81103, - "checksum": "SHA-256:8d911b78f51c8b01d72b7385749cfa3d74cca5e2d68340d2fdd0bb781c7db9f0" + "repository": "https://github.com/pikido-edutainment/CleanRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pikido-edutainment/CleanRTOS-0.0.8.zip", + "archiveFileName": "CleanRTOS-0.0.8.zip", + "size": 64018, + "checksum": "SHA-256:b77d94f0c32fa8dbe15a3cf3cbed3f0f83001aba4f8936a004d6f4db23dba3fc" }, { - "name": "LibSemaforo", + "name": "DFRobot_RGBButton", "version": "1.0.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Semaforo educative system.", - "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for RGBButton(SKU: DFR0991).", + "paragraph": "Use I2C communication to control the RGB button module, set RGB LED color and get button press status.", + "website": "https://github.com/DFRobot/DFRobot_RGBButton", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibSemaforo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.0.0.zip", - "archiveFileName": "LibSemaforo-1.0.0.zip", - "size": 455962, - "checksum": "SHA-256:aad2c890cda711d52818ca8037635eb842419567bcfd5ae3e0b288fad66c9634" + "repository": "https://github.com/DFRobot/DFRobot_RGBButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RGBButton-1.0.0.zip", + "archiveFileName": "DFRobot_RGBButton-1.0.0.zip", + "size": 135394, + "checksum": "SHA-256:1e9cf3d2782c2835d268228d5784a38e55237e95f02059fc9271f5f90519799c" }, { - "name": "LibSemaforo", + "name": "DFRobot_BME280", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for BME280, the function is to read temperature and humidity and pressure(SKU: SEN0236).", + "paragraph": "This is a pressure and temperature and humidity sensor that can be controlled via I2C and SPI port.", + "website": "https://github.com/DFRobot/DFRobot_BME280", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/DFRobot/DFRobot_BME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BME280-1.0.0.zip", + "archiveFileName": "DFRobot_BME280-1.0.0.zip", + "size": 164362, + "checksum": "SHA-256:c125fbc67f330568fe48d4c65059fbec0125d841eadcf02054bb20e0a26da6c6" + }, + { + "name": "DFRobot_BME280", "version": "1.0.1", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Semaforo educative system.", - "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for BME280, the function is to read temperature and humidity and pressure(SKU: SEN0236).", + "paragraph": "This is a pressure and temperature and humidity sensor that can be controlled via I2C and SPI port.", + "website": "https://github.com/DFRobot/DFRobot_BME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibSemaforo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.0.1.zip", - "archiveFileName": "LibSemaforo-1.0.1.zip", - "size": 1157627, - "checksum": "SHA-256:d0eb298d5be12d10b527cfa302d32851ef4856899a64a7ab91cceefefa5a9b03" + "repository": "https://github.com/DFRobot/DFRobot_BME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BME280-1.0.1.zip", + "archiveFileName": "DFRobot_BME280-1.0.1.zip", + "size": 180249, + "checksum": "SHA-256:71eb4331d1457812eb5c917e8fc87694d3c4f2b2c3ccdedf51fa9cc3c772ff50" }, { - "name": "LibSemaforo", - "version": "1.1.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Semaforo educative system.", - "paragraph": "This library allows you to control every device of the Semaforo educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "DFRobot_BME280", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a Library for BME280, the function is to read temperature and humidity and pressure(SKU: SEN0236).", + "paragraph": "This is a pressure and temperature and humidity sensor that can be controlled via I2C and SPI port.", + "website": "https://github.com/DFRobot/DFRobot_BME280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibSemaforo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforo-1.1.0.zip", - "archiveFileName": "LibSemaforo-1.1.0.zip", - "size": 674223, - "checksum": "SHA-256:37ec95d273162504cde30f5d463a30af6d148a4c5766d2c97935a1269405e64d" + "repository": "https://github.com/DFRobot/DFRobot_BME280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_BME280-1.0.2.zip", + "archiveFileName": "DFRobot_BME280-1.0.2.zip", + "size": 180333, + "checksum": "SHA-256:8c50ec5eba4d416ffc546ba9b8dc3f08a5a4f3c680ff51265fbe7101063af4b9" }, { - "name": "ELMDuino", - "version": "1.1.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "EMFButton", + "version": "0.1.0", + "author": "Stepko", + "maintainer": "Stepko", + "sentence": "Easy Multifunctional button", + "paragraph": "You can easily control your Arduino project using multickicks or/and holding with this library.", + "website": "https://github.com/80Stepko08/EMFButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.1.zip", - "archiveFileName": "ELMDuino-1.1.1.zip", - "size": 8168, - "checksum": "SHA-256:3ae9eed98e790695521ca32074a62c808a2f1b2bf6c74c098b220d19f92cafea" + "repository": "https://github.com/St3p40/EMFButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/St3p40/EMFButton-0.1.0.zip", + "archiveFileName": "EMFButton-0.1.0.zip", + "size": 4559, + "checksum": "SHA-256:70f74d5b4589bc330a38467503dc911766d5a26770a99a33aaddaade5b1a704d" }, { - "name": "ELMDuino", - "version": "1.1.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "EMFButton", + "version": "0.1.1", + "author": "Stepko", + "maintainer": "Stepko", + "sentence": "Easy Multifunctional button", + "paragraph": "You can easily control your Arduino project using multickicks or/and holding with this library.", + "website": "https://github.com/80Stepko08/EMFButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.2.zip", - "archiveFileName": "ELMDuino-1.1.2.zip", - "size": 8253, - "checksum": "SHA-256:3fe640794c69ef98d68a465309787eb57eee2b62845a5358bf7904ba772eaf5e" + "repository": "https://github.com/St3p40/EMFButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/St3p40/EMFButton-0.1.1.zip", + "archiveFileName": "EMFButton-0.1.1.zip", + "size": 4530, + "checksum": "SHA-256:5e608da27e90a097fe214b7d6730ac473ed9a2b411e37d666e7e3262805407ae" }, { - "name": "ELMDuino", - "version": "1.1.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "EMFButton", + "version": "0.1.2", + "author": "Stepko", + "maintainer": "Stepko", + "sentence": "Easy Multifunctional button", + "paragraph": "You can easily control your Arduino project using multickicks or/and holding with this library.", + "website": "https://github.com/80Stepko08/EMFButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.3.zip", - "archiveFileName": "ELMDuino-1.1.3.zip", - "size": 8261, - "checksum": "SHA-256:5f17e9de227115dde74a66bed99546a9c814842ebf089e585d24548281b8c360" + "repository": "https://github.com/St3p40/EMFButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/St3p40/EMFButton-0.1.2.zip", + "archiveFileName": "EMFButton-0.1.2.zip", + "size": 5119, + "checksum": "SHA-256:60c29a7de1de32c2b4a6826615c640806d94d363d553bd67b25de83815de7e03" }, { - "name": "ELMDuino", - "version": "1.1.4", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "EMFButton", + "version": "0.1.5", + "author": "Stepko", + "maintainer": "Stepko", + "sentence": "Easy Multifunctional button", + "paragraph": "This library makes controlling your project with buttons easier. Library can get clicks, holding, clicks with holding and holding time from button.", + "website": "https://github.com/80Stepko08/EMFButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.4.zip", - "archiveFileName": "ELMDuino-1.1.4.zip", - "size": 9228, - "checksum": "SHA-256:a88e3e1fe6a410f9976aaba4eb7f46e7b2c744df3f835d1a2b0154dd999f2a63" + "repository": "https://github.com/St3p40/EMFButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/St3p40/EMFButton-0.1.5.zip", + "archiveFileName": "EMFButton-0.1.5.zip", + "size": 5198, + "checksum": "SHA-256:e90eb692b3a9fa49e0da648badc2e7e119f21970374038551752fd1cf9be43b5" }, { - "name": "ELMDuino", - "version": "1.1.5", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "EMFButton", + "version": "0.1.8", + "author": "St3P40", + "maintainer": "St3P40", + "sentence": "Easy MultiFunctional button", + "paragraph": "This library simplifies the process of controlling your project using buttons. It enables you to easily detect button clicks, holds, clicks during holds, and the duration of holds.", + "website": "https://github.com/80Stepko08/EMFButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.5.zip", - "archiveFileName": "ELMDuino-1.1.5.zip", - "size": 9227, - "checksum": "SHA-256:94e622d9a0836b4eeffd2ccfff1afa1768b9d86a68df2d615df9938e7d635414" + "repository": "https://github.com/St3p40/EMFButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/St3p40/EMFButton-0.1.8.zip", + "archiveFileName": "EMFButton-0.1.8.zip", + "size": 5979, + "checksum": "SHA-256:31ad2b95e10a9d33d68693ab6477e833e05672eac9d53dac497b0ab259979886" }, { - "name": "ELMDuino", - "version": "1.1.6", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "JOAAT", + "version": "1.0.0", + "author": "alessandromrc", + "maintainer": "alessandromrc", + "sentence": "Implementation of the Jenkin's HASH for Arduino.", + "paragraph": "Implementation of the Jenkin's HASH for Arduino.", + "website": "https://github.com/alessandromrc/JOAAT", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.6.zip", - "archiveFileName": "ELMDuino-1.1.6.zip", - "size": 9484, - "checksum": "SHA-256:73403136c56430fb7c1cff18b84f1dad49b1e3390575397c826cba36f6e6cbe1" + "repository": "https://github.com/alessandromrc/JOAAT.git", + "providesIncludes": [ + "JOAAT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alessandromrc/JOAAT-1.0.0.zip", + "archiveFileName": "JOAAT-1.0.0.zip", + "size": 3195, + "checksum": "SHA-256:e67f80019dd3fdcddeb7f39d6bb49442d7d1f5eb34d7a737928fe1fa215e1801" }, { - "name": "ELMDuino", - "version": "1.1.7", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "OSS-EC NXP MPXA4250A 00000057", + "version": "1.0.6", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXA4250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/NXP_MPXA4250A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.7.zip", - "archiveFileName": "ELMDuino-1.1.7.zip", - "size": 10711, - "checksum": "SHA-256:b9325231f895b55e758838c923ddb74c22e979318247284cc9f1ef0a4d9dbe72" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXA4250A_00000057-1.0.6.zip", + "archiveFileName": "OSS_EC_NXP_MPXA4250A_00000057-1.0.6.zip", + "size": 787279, + "checksum": "SHA-256:dde67cb7e4b9ecc341c1e9ffccb6ca82eedcc12e75fc61d341fa1ca67df431d7" }, { - "name": "ELMDuino", - "version": "1.1.8", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "OSS-EC NXP MPXA4250A 00000057", + "version": "1.0.9", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXA4250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/NXP_MPXA4250A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-1.1.8.zip", - "archiveFileName": "ELMDuino-1.1.8.zip", - "size": 10711, - "checksum": "SHA-256:289f7a434f19b8105c40bf50c2ee478c34abba26da39829064a3156386f79ac8" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXA4250A_00000057-1.0.9.zip", + "archiveFileName": "OSS_EC_NXP_MPXA4250A_00000057-1.0.9.zip", + "size": 787550, + "checksum": "SHA-256:1194d79cecea4c1853a58e4a5f0227b64600f1341f0cfd0ef9ba25c10f2563a4" }, { - "name": "ELMDuino", - "version": "2.0.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "OSS-EC NXP MPXA4250A 00000057", + "version": "1.0.10", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXA4250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/NXP_MPXA4250A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.0.zip", - "archiveFileName": "ELMDuino-2.0.0.zip", - "size": 10832, - "checksum": "SHA-256:2622567c3af34d58f0c1127500e8b1b471a688940c90b18044a01b9d0de45d8c" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXA4250A_00000057-1.0.10.zip", + "archiveFileName": "OSS_EC_NXP_MPXA4250A_00000057-1.0.10.zip", + "size": 1175110, + "checksum": "SHA-256:29493d924c9bb363a0f2d19d6f6cfcadab1d2328b34bc2d9ed16afa62091d5d3" }, { - "name": "ELMDuino", - "version": "2.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "OSS-EC NXP MPXA4250A 00000057", + "version": "1.0.11", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXA4250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/NXP_MPXA4250A_00000057", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXA4250A_00000057-1.0.11.zip", + "archiveFileName": "OSS_EC_NXP_MPXA4250A_00000057-1.0.11.zip", + "size": 1174967, + "checksum": "SHA-256:ac962f730cf294fbcc92937a6fd9879ece0c4b4b3b81eaff100590670de0aebd" + }, + { + "name": "OSS-EC NXP MPXA4250A 00000057", + "version": "1.0.12", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXA4250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/NXP_MPXA4250A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.1.zip", - "archiveFileName": "ELMDuino-2.0.1.zip", - "size": 10843, - "checksum": "SHA-256:ab35c1abe8c8c21627b22e92fed519873729e22b5d389e2b2c0cd2ab215489d2" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXA4250A_00000057-1.0.12.zip", + "archiveFileName": "OSS_EC_NXP_MPXA4250A_00000057-1.0.12.zip", + "size": 1528661, + "checksum": "SHA-256:4bb04824fa744f1c58d3046df97b5bdbaa62830f23921af5075186e3d753ee65" }, { - "name": "ELMDuino", - "version": "2.0.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "OSS-EC NXP MPXA4250A 00000057", + "version": "1.0.13", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXA4250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/NXP_MPXA4250A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.2.zip", - "archiveFileName": "ELMDuino-2.0.2.zip", - "size": 10842, - "checksum": "SHA-256:4ac6158d4702bc46dd46a0f246558be74af63989fda8c9576d02fc1f2bb2c9b4" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXA4250A_00000057-1.0.13.zip", + "archiveFileName": "OSS_EC_NXP_MPXA4250A_00000057-1.0.13.zip", + "size": 1529038, + "checksum": "SHA-256:44a69006df1eef459cbd9aa5bf903f555324efdf5a0a449798cbc5b2370e8039" }, { - "name": "ELMDuino", - "version": "2.0.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "OSS-EC NXP MPXA4250A 00000057", + "version": "1.0.14", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXA4250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.3.zip", - "archiveFileName": "ELMDuino-2.0.3.zip", - "size": 10851, - "checksum": "SHA-256:47454bc62fcc35434cb9bd352ae9d176ba92d2481292679eb5ed6f2fcdc3c9ba" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXA4250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXA4250A_00000057-1.0.14.zip", + "archiveFileName": "OSS_EC_NXP_MPXA4250A_00000057-1.0.14.zip", + "size": 1529041, + "checksum": "SHA-256:a312dabb60d20f9b4a2ae498a4ba7255d39437c0be8f0a83fbd08e0e95d3a784" }, { - "name": "ELMDuino", - "version": "2.0.4", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "TE SM9000-series", + "version": "1.1.0", + "author": "Teemu Latonen", + "maintainer": "Teemu Latonen \u003cteemu.p.latonen@gmail.com\u003e", + "sentence": "TE Connectivity SM9000 series pressure sensors.", + "paragraph": "(SM9233/SM9235/SM9236/SM9333/SM9336).", + "website": "https://github.com/teemune/TE_SM9000_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.4.zip", - "archiveFileName": "ELMDuino-2.0.4.zip", - "size": 11034, - "checksum": "SHA-256:c50e3990619cd92290a3279e9ed89a940210f0c75a7744948ae8fe937ce0e2eb" + "repository": "https://github.com/teemune/TE_SM9000_library.git", + "providesIncludes": [ + "TE_SM9000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teemune/TE_SM9000_series-1.1.0.zip", + "archiveFileName": "TE_SM9000_series-1.1.0.zip", + "size": 4762, + "checksum": "SHA-256:49339843e22189a7040e96bc3f031380615e8b7f50b2750301bbf62e6a96a276" }, { - "name": "ELMDuino", - "version": "2.0.6", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "TE SM9000-series", + "version": "1.1.1", + "author": "Teemu Latonen", + "maintainer": "Teemu Latonen \u003cteemu.p.latonen@gmail.com\u003e", + "sentence": "TE Connectivity SM9000 series pressure sensors.", + "paragraph": "(SM9233/SM9235/SM9236/SM9333/SM9336)", + "website": "https://github.com/teemune/TE_SM9000_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.6.zip", - "archiveFileName": "ELMDuino-2.0.6.zip", - "size": 11045, - "checksum": "SHA-256:8d084eb47ddeee630493b1a1968e42680148ce46bd070dc6e2def46e6ac65c50" + "repository": "https://github.com/teemune/TE_SM9000_library.git", + "providesIncludes": [ + "TE_SM9000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teemune/TE_SM9000_series-1.1.1.zip", + "archiveFileName": "TE_SM9000_series-1.1.1.zip", + "size": 4953, + "checksum": "SHA-256:bdf77d270b953eb2309d2845af539a01ca54f5f4cfbe8ff369e26376ee083923" }, { - "name": "ELMDuino", - "version": "2.0.7", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "TE SM9000-series", + "version": "1.2.0", + "author": "Teemu Latonen", + "maintainer": "Teemu Latonen \u003cteemu.p.latonen@gmail.com\u003e", + "sentence": "TE Connectivity SM9000 series pressure sensors.", + "paragraph": "(SM9233/SM9235/SM9236/SM9333/SM9336)", + "website": "https://github.com/teemune/TE_SM9000_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.7.zip", - "archiveFileName": "ELMDuino-2.0.7.zip", - "size": 11041, - "checksum": "SHA-256:557ce185d5b4e05913a2289d31760807a7664d15c05d388dd5af7edb63148d3d" + "repository": "https://github.com/teemune/TE_SM9000_library.git", + "providesIncludes": [ + "TE_SM9000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teemune/TE_SM9000_series-1.2.0.zip", + "archiveFileName": "TE_SM9000_series-1.2.0.zip", + "size": 4982, + "checksum": "SHA-256:db76d037018bb13dd584c6f45984725911c033dd9fcdd6d4f8b2cb5dd8752576" }, { - "name": "ELMDuino", - "version": "2.0.8", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "TE SM9000-series", + "version": "1.2.1", + "author": "Teemu Latonen", + "maintainer": "Teemu Latonen \u003cteemu.p.latonen@gmail.com\u003e", + "sentence": "TE Connectivity SM9000 series pressure sensors.", + "paragraph": "(SM9233/SM9235/SM9236/SM9333/SM9336)", + "website": "https://github.com/teemune/TE_SM9000_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.8.zip", - "archiveFileName": "ELMDuino-2.0.8.zip", - "size": 11052, - "checksum": "SHA-256:4e656410e683aef179c4dbe165e66ed68409f1aca601eb038c7347fa745fb151" + "repository": "https://github.com/teemune/TE_SM9000_library.git", + "providesIncludes": [ + "TE_SM9000.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teemune/TE_SM9000_series-1.2.1.zip", + "archiveFileName": "TE_SM9000_series-1.2.1.zip", + "size": 4986, + "checksum": "SHA-256:eb4fa3a1fa4a60e31cb95d4b4dc7e918f50f9cd211f8e0e542f944f9256c8239" }, { - "name": "ELMDuino", - "version": "2.0.9", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "MODULE_2RELAY", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack MODULE 2RELAY", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Module-2Relay-13.2", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.9.zip", - "archiveFileName": "ELMDuino-2.0.9.zip", - "size": 13323, - "checksum": "SHA-256:7f874623cad9887d66e0bf2fb9a1151b41ad0887e31ef95d8702f8f5c871909e" + "repository": "https://github.com/m5stack/M5Module-2Relay-13.2.git", + "providesIncludes": [ + "MODULE_2RELAY.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/MODULE_2RELAY-0.0.1.zip", + "archiveFileName": "MODULE_2RELAY-0.0.1.zip", + "size": 55806, + "checksum": "SHA-256:e7ed5f868572c9b73ebe016f586bcea6ebd138dc46c80a867498712c0f8edf20" }, { - "name": "ELMDuino", - "version": "2.0.10", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "I2CKeyPad8x8", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a KeyPad connected to a PCF8575.", + "paragraph": "8x8 or smaller.", + "website": "https://github.com/RobTillaart/I2CKeyPad8x8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.10.zip", - "archiveFileName": "ELMDuino-2.0.10.zip", - "size": 14982, - "checksum": "SHA-256:b896eef34318826df6e13285710cf6e36d72581df846ed7a6e7fa6b05e04977d" + "repository": "https://github.com/RobTillaart/I2CKeyPad8x8.git", + "providesIncludes": [ + "I2CKeyPad8x8.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad8x8-0.1.0.zip", + "archiveFileName": "I2CKeyPad8x8-0.1.0.zip", + "size": 4026620, + "checksum": "SHA-256:1c3065545c3d430d567dfa18a5876b96e34a72ceb9869d4256579a20588cc3b6" }, { - "name": "ELMDuino", - "version": "2.0.11", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "I2CKeyPad8x8", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a KeyPad connected to a PCF8575.", + "paragraph": "8x8 or smaller.", + "website": "https://github.com/RobTillaart/I2CKeyPad8x8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.11.zip", - "archiveFileName": "ELMDuino-2.0.11.zip", - "size": 17866, - "checksum": "SHA-256:5d6f46f6f1dda2c07f4269bfda2f11e78de1d6f3847d2b10c45c69ba94ee5e04" + "repository": "https://github.com/RobTillaart/I2CKeyPad8x8.git", + "providesIncludes": [ + "I2CKeyPad8x8.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad8x8-0.1.1.zip", + "archiveFileName": "I2CKeyPad8x8-0.1.1.zip", + "size": 4027517, + "checksum": "SHA-256:a4f7ea3120ede809082caabdcde8090a46a8beb136ee1c5f65bdd63ce92d47ca" }, { - "name": "ELMDuino", - "version": "2.0.12", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "I2CKeyPad8x8", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a KeyPad connected to a PCF8575.", + "paragraph": "8x8 or smaller.", + "website": "https://github.com/RobTillaart/I2CKeyPad8x8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.0.12.zip", - "archiveFileName": "ELMDuino-2.0.12.zip", - "size": 18771, - "checksum": "SHA-256:2d8400afb791eda1b9a7faf016d53324c96dd065fd5258de21546b16d9654faa" + "repository": "https://github.com/RobTillaart/I2CKeyPad8x8.git", + "providesIncludes": [ + "I2CKeyPad8x8.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad8x8-0.2.0.zip", + "archiveFileName": "I2CKeyPad8x8-0.2.0.zip", + "size": 4027716, + "checksum": "SHA-256:3fe752634c36d6934a6f6cb58c1bd78b45d33a3680b51a216a5e53acd3865a4c" }, { - "name": "ELMDuino", - "version": "2.1.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "SparkFun TPA2016D2 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the TPA2016D2 Stereo Class D Amp", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/20690\"\u003eSparkFun Qwiic Speaker Amp\u003c/a\u003e. Connect to the speaker amp via QWIIC, and easily adjust all of its available settings including volume and output audio level compression!", + "website": "https://github.com/sparkfun/SparkFun_TPA2016D2_Arduino_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.0.zip", - "archiveFileName": "ELMDuino-2.1.0.zip", - "size": 19086, - "checksum": "SHA-256:3980a73726b7d47055303881815d2bf11ea4b5c51b833364a744be17f191c256" + "repository": "https://github.com/sparkfun/SparkFun_TPA2016D2_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TPA2016D2_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_TPA2016D2_Arduino_Library-1.0.0.zip", + "size": 23553, + "checksum": "SHA-256:2ea2aeba78d28ec31c615088cee1382635dcb8f3bf66b3c49142ca13088271fe" }, { - "name": "ELMDuino", - "version": "2.1.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.0.0", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.1.zip", - "archiveFileName": "ELMDuino-2.1.1.zip", - "size": 19083, - "checksum": "SHA-256:8283c3556882f1ee9fae53444dcbe1250ed3ee232e1184449cc45855cc58d33a" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.0.0.zip", + "archiveFileName": "ReciclaBot-1.0.0.zip", + "size": 2705, + "checksum": "SHA-256:92f98ddd921942b6d4d27210e1661ed0d8acddcfcb88eca6ef7a45657c300cda" }, { - "name": "ELMDuino", - "version": "2.1.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.0.1", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.2.zip", - "archiveFileName": "ELMDuino-2.1.2.zip", - "size": 19247, - "checksum": "SHA-256:8297113f0c7cbe3459f518ff45cfd75a102b8fdcf8e809cc2a09eef5ffae67d3" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.0.1.zip", + "archiveFileName": "ReciclaBot-1.0.1.zip", + "size": 2973, + "checksum": "SHA-256:4ed7ab4bc5682a74c16a096b42489094b591c4d252e900e90ffce163fb491487" }, { - "name": "ELMDuino", - "version": "2.1.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.1.0", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.3.zip", - "archiveFileName": "ELMDuino-2.1.3.zip", - "size": 19310, - "checksum": "SHA-256:9844a13b02915c09f483cda4d24b6efaaf6c7c4d7a1499dfe123c1496adb9fa2" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.1.0.zip", + "archiveFileName": "ReciclaBot-1.1.0.zip", + "size": 3404, + "checksum": "SHA-256:23c3c0774931afc1545738980f89f44576881e1ac11bf1188db45dd77646bcb9" }, { - "name": "ELMDuino", - "version": "2.1.4", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.1.1", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.1.4.zip", - "archiveFileName": "ELMDuino-2.1.4.zip", - "size": 19354, - "checksum": "SHA-256:5aee6a1687784b1b1ba1ce3d4a2f0564e97b64b0f5b5848f5b3eb8bc3e0762b5" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.1.1.zip", + "archiveFileName": "ReciclaBot-1.1.1.zip", + "size": 4204, + "checksum": "SHA-256:9c89ed26602263f2d6e2125b24a6402f7fc92d67de985c18f979c6e881237a8c" }, { - "name": "ELMDuino", - "version": "2.2.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.1.2", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.0.zip", - "archiveFileName": "ELMDuino-2.2.0.zip", - "size": 19407, - "checksum": "SHA-256:9b6d9d641990216f096bc8a31995769dc368f32db4907590df8aecb0c5b9485f" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.1.2.zip", + "archiveFileName": "ReciclaBot-1.1.2.zip", + "size": 4181, + "checksum": "SHA-256:a1309981af37161be3d8776763a4eb6845abb1b8c6c9ba36cf538ab0cd069dd1" }, { - "name": "ELMDuino", - "version": "2.2.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.1.3", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.1.zip", - "archiveFileName": "ELMDuino-2.2.1.zip", - "size": 19408, - "checksum": "SHA-256:e815a517e396e1ae77010f3c755950350bae6a78006fb4bb0d5b938897792409" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.1.3.zip", + "archiveFileName": "ReciclaBot-1.1.3.zip", + "size": 4289, + "checksum": "SHA-256:f9f738d4ed3916f252cb20bb5394c4c43b8ee20e650993599dde49d069905a78" }, { - "name": "ELMDuino", - "version": "2.2.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.1.4", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.2.2.zip", - "archiveFileName": "ELMDuino-2.2.2.zip", - "size": 22233, - "checksum": "SHA-256:e05483d26d12725926e78959eab2ad83b80a9a998de3cd4be523f7749c6f0f04" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.1.4.zip", + "archiveFileName": "ReciclaBot-1.1.4.zip", + "size": 4317, + "checksum": "SHA-256:63f461808fead4fda8e28dfcada8ad6eb8a7e624a046a68170c3787ac4a4eef0" }, { - "name": "ELMDuino", - "version": "2.3.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReciclaBot", + "version": "1.1.5", + "author": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "maintainer": "Rafael Gomes \u003crafael.sousa@ifpa.edu.br\u003e", + "sentence": "Biblioteca do projeto ReciclaBot do IFPA Paragominas.", + "paragraph": "Usa sensor ultrasonico, Ponte H L298N e sensor seguidor de linha.", + "website": "https://github.com/ifpa-pgm/reciclabot.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.0.zip", - "archiveFileName": "ELMDuino-2.3.0.zip", - "size": 22448, - "checksum": "SHA-256:ca3a270407cb7c73a38e263a51d13d5d53b580eb1d46ac6e6f7aec6a4c8af8ca" + "repository": "https://github.com/ifpa-pgm/reciclabot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ifpa-pgm/ReciclaBot-1.1.5.zip", + "archiveFileName": "ReciclaBot-1.1.5.zip", + "size": 4434, + "checksum": "SHA-256:f00d1d3ef6ae5580ec3d84b9c20d927d883f8278af557368c2dba56ccca61323" }, { - "name": "ELMDuino", - "version": "2.3.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReGIS", + "version": "1.0.0-0", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays.", + "website": "https://github.com/feilipu/ReGIS", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.1.zip", - "archiveFileName": "ELMDuino-2.3.1.zip", - "size": 23310, - "checksum": "SHA-256:60ebfe8ebf75f1550689fdd05795086f5fd290cecdb0b4ed1afa720cf5e0baf8" + "repository": "https://github.com/feilipu/ReGIS.git", + "providesIncludes": [ + "ReGIS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.0.0-0.zip", + "archiveFileName": "ReGIS-1.0.0-0.zip", + "size": 7402193, + "checksum": "SHA-256:1f831b05a6f96e5aa74b0ff3029a809faf42a95d5fb15f488d7d216105d441b5" }, { - "name": "ELMDuino", - "version": "2.3.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReGIS", + "version": "1.0.0-1", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays.", + "website": "https://github.com/feilipu/ReGIS", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.2.zip", - "archiveFileName": "ELMDuino-2.3.2.zip", - "size": 23288, - "checksum": "SHA-256:f9a8adc14e97c04ad8bc42aa8d3959dd3d5cab1c385191b3335a31b8aa93a228" + "repository": "https://github.com/feilipu/ReGIS.git", + "providesIncludes": [ + "ReGIS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.0.0-1.zip", + "archiveFileName": "ReGIS-1.0.0-1.zip", + "size": 7402156, + "checksum": "SHA-256:ede12bfde648796db98acb5a41c193be87c22212ee99e480419a32d409ce990a" }, { - "name": "ELMDuino", - "version": "2.3.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "paragraph": "Arduino library to easily interface with the common OBDII scanner: ELM327", - "website": "https://github.com/PowerBroker2/ELMduino", - "category": "Communication", + "name": "ReGIS", + "version": "1.0.0-2", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays.", + "website": "https://github.com/feilipu/ReGIS", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/ELMduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/ELMDuino-2.3.3.zip", - "archiveFileName": "ELMDuino-2.3.3.zip", - "size": 23559, - "checksum": "SHA-256:8f8b1ec5965d01adf39771a9e3007ff56dfcdab9bcdcb8f01be04fa09714f44f" + "repository": "https://github.com/feilipu/ReGIS.git", + "providesIncludes": [ + "ReGIS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.0.0-2.zip", + "archiveFileName": "ReGIS-1.0.0-2.zip", + "size": 7411503, + "checksum": "SHA-256:d58f51abeb4c0a361071deb0a3408f1bb94513704e1af229f8f141d2dd95db21" }, { - "name": "ezButton", - "version": "1.0.0", - "author": "ArduinoGetStarted.com", - "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", - "sentence": "Button library for Arduino", - "paragraph": "Button library supports debounce, pressed/released events. It is easy to use with multiple buttons. It is designed for not only beginners but also experienced users", - "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", - "category": "Signal Input/Output", + "name": "ReGIS", + "version": "1.0.1-0", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays.", + "website": "https://github.com/feilipu/ReGIS", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArduinoGetStarted/button.git", + "repository": "https://github.com/feilipu/ReGIS.git", "providesIncludes": [ - "Button.h" + "ReGIS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.0.zip", - "archiveFileName": "ezButton-1.0.0.zip", - "size": 9065, - "checksum": "SHA-256:4ea2c03653e38659800d23ed90295ca2e5c8060254e85a43141054e86528306c" + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.0.1-0.zip", + "archiveFileName": "ReGIS-1.0.1-0.zip", + "size": 7412967, + "checksum": "SHA-256:92e8855ae13a5344f0b14bc41f8d866109b7478865221276f5c71c84ce1390a1" }, { - "name": "ezButton", - "version": "1.0.1", - "author": "ArduinoGetStarted.com", - "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", - "sentence": "Button library for Arduino", - "paragraph": "ezButton library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", - "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", - "category": "Signal Input/Output", + "name": "ReGIS", + "version": "1.0.1-1", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays.", + "website": "https://github.com/feilipu/ReGIS", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArduinoGetStarted/button.git", + "repository": "https://github.com/feilipu/ReGIS.git", "providesIncludes": [ - "Button.h" + "ReGIS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.1.zip", - "archiveFileName": "ezButton-1.0.1.zip", - "size": 10371, - "checksum": "SHA-256:20f8f91f4fbbae319e26aa8f1bb9baac947f7aa2afd9823e1a327966eb3b52b6" + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.0.1-1.zip", + "archiveFileName": "ReGIS-1.0.1-1.zip", + "size": 7412904, + "checksum": "SHA-256:f3b2f4abe481c2b38ce817b3e830e106266ec973e4c80a1f91fe9641fa3ad8d6" }, { - "name": "ezButton", - "version": "1.0.2", - "author": "ArduinoGetStarted.com", - "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", - "sentence": "Button library for Arduino", - "paragraph": "Button library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", - "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", - "category": "Signal Input/Output", + "name": "ReGIS", + "version": "1.0.1-2", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays.", + "website": "https://github.com/feilipu/ReGIS", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArduinoGetStarted/button.git", + "repository": "https://github.com/feilipu/ReGIS.git", "providesIncludes": [ - "ezButton.h" + "ReGIS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.2.zip", - "archiveFileName": "ezButton-1.0.2.zip", - "size": 15217, - "checksum": "SHA-256:35040838c17b60f41c0c42ef484498dfde46e2a14662716488ea3d89d011f67d" + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.0.1-2.zip", + "archiveFileName": "ReGIS-1.0.1-2.zip", + "size": 7412624, + "checksum": "SHA-256:9f3ea8058bf8aebf2fd7d0eee112e83252582c4f488bd6697d2fc94c8584fc3b" }, { - "name": "ezButton", - "version": "1.0.3", - "author": "ArduinoGetStarted.com", - "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", - "sentence": "Button library for Arduino", - "paragraph": "Button library supports debounce, pressed/released events and the press counting. It is easy to use with multiple buttons. The library can be used for push-button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is designed for not only beginners but also experienced users.", - "website": "https://arduinogetstarted.com/tutorials/arduino-button-library", - "category": "Signal Input/Output", + "name": "ReGIS", + "version": "1.1.0-0", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays. Includes basic homogeneous coordinate matrix operations for 3D graphics.", + "website": "https://github.com/feilipu/ReGIS", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArduinoGetStarted/button.git", + "repository": "https://github.com/feilipu/ReGIS.git", "providesIncludes": [ - "ezButton.h" + "ReGIS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezButton-1.0.3.zip", - "archiveFileName": "ezButton-1.0.3.zip", - "size": 13535, - "checksum": "SHA-256:5a902e08ffe0db0678ff431394266739ac61c6873703c93be12b4e78f5e94512" + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.1.0-0.zip", + "archiveFileName": "ReGIS-1.1.0-0.zip", + "size": 7428788, + "checksum": "SHA-256:f66962d787e668eed7e47806406451fa6a6158034cf308bf07eb9ceb24ffb7ae" }, { - "name": "Adafruit SSD1305", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305", + "name": "ReGIS", + "version": "1.1.0-1", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays. Includes basic homogeneous coordinate matrix operations for 3D graphics.", + "website": "https://github.com/feilipu/ReGIS", "category": "Display", "architectures": [ "*" @@ -288266,20 +744641,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.1.zip", - "archiveFileName": "Adafruit_SSD1305-1.0.1.zip", - "size": 10420, - "checksum": "SHA-256:bbe1f409bd1e855b22330a69c67123d11aea4c1761273ee92159970d18d61e7e" + "repository": "https://github.com/feilipu/ReGIS.git", + "providesIncludes": [ + "ReGIS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.1.0-1.zip", + "archiveFileName": "ReGIS-1.1.0-1.zip", + "size": 7428790, + "checksum": "SHA-256:d7e3663ae30553bcfff3051734225d69768ac92c16dd6c410bad2b2ef50eb837" }, { - "name": "Adafruit SSD1305", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305", + "name": "ReGIS", + "version": "1.1.1-0", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays. Includes basic homogeneous coordinate matrix operations for 3D graphics. Also includes 3D matrix transformation and projection functions.", + "website": "https://github.com/feilipu/ReGIS", "category": "Display", "architectures": [ "*" @@ -288287,20 +744666,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.2.zip", - "archiveFileName": "Adafruit_SSD1305-1.0.2.zip", - "size": 10230, - "checksum": "SHA-256:b1e4aba7b1c920490bfeee315e2768b732460652cfb15c7d423a7fb6d6b0cde9" + "repository": "https://github.com/feilipu/ReGIS.git", + "providesIncludes": [ + "ReGIS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.1.1-0.zip", + "archiveFileName": "ReGIS-1.1.1-0.zip", + "size": 7431840, + "checksum": "SHA-256:41dfe1c8f36d5f050a3405e2fe1e70b86234290fe89065a3fd20920bbf7ac470" }, { - "name": "Adafruit SSD1305", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305", + "name": "ReGIS", + "version": "1.1.1-1", + "author": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "MIT", + "sentence": "ReGIS, short for Remote Graphic Instruction Set, is a vector graphics markup language for embedded devices using serial interfaces.", + "paragraph": "ReGIS supports vector graphics consisting of lines, circular arcs, and similar shapes. XTerm (emulates DEC VT terminals) supports ReGIS which allow graphics and text generated by Arduino devices to be mixed on-screen on desktop computer X.org displays. Includes basic homogeneous coordinate vector and matrix transformation and projection functions for 3D graphics.", + "website": "https://github.com/feilipu/ReGIS", "category": "Display", "architectures": [ "*" @@ -288308,331 +744691,332 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-1.0.3.zip", - "archiveFileName": "Adafruit_SSD1305-1.0.3.zip", - "size": 10185, - "checksum": "SHA-256:a49b4564957cd898ea39fc060876ef2360891c7ff0a577292978d0994d1793be" + "repository": "https://github.com/feilipu/ReGIS.git", + "providesIncludes": [ + "ReGIS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/ReGIS-1.1.1-1.zip", + "archiveFileName": "ReGIS-1.1.1-1.zip", + "size": 7431842, + "checksum": "SHA-256:616b7c8831b033bfdcd1cf3125ea284385176ce13519e3dc6393a05e34779462" }, { - "name": "Adafruit SSD1305", - "version": "2.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305", - "category": "Display", + "name": "gyroturn", + "version": "1.0.4", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", "architectures": [ - "*" + "Arduino" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.0.zip", - "archiveFileName": "Adafruit_SSD1305-2.0.0.zip", - "size": 11716, - "checksum": "SHA-256:1d9655439b6de867676dcdfa4e5acec573ea0518c04c1f7fec599b3908226444" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.0.4.zip", + "archiveFileName": "gyroturn-1.0.4.zip", + "size": 5509, + "checksum": "SHA-256:afdedf433aa23a4fb98fb16eb3eea25e5b00ed0ef9c697d4fcd702be09831ffe" }, { - "name": "Adafruit SSD1305", - "version": "2.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", - "category": "Display", + "name": "gyroturn", + "version": "1.2.1", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", "architectures": [ - "*" + "Arduino" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.1.zip", - "archiveFileName": "Adafruit_SSD1305-2.0.1.zip", - "size": 11629, - "checksum": "SHA-256:604ecfd0c77d1d497fdb53046983ca78d9a96269d8658eac530e905dce5f5b7e" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.2.1.zip", + "archiveFileName": "gyroturn-1.2.1.zip", + "size": 4614, + "checksum": "SHA-256:646d4a2d845728b9b60261331184883d951f72a6ad1605c16b2090bb1a9cf281" }, { - "name": "Adafruit SSD1305", - "version": "2.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", - "category": "Display", + "name": "gyroturn", + "version": "1.3.1", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", "architectures": [ - "*" + "Arduino" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.0.2.zip", - "archiveFileName": "Adafruit_SSD1305-2.0.2.zip", - "size": 15136, - "checksum": "SHA-256:1c7dc871e90507b2cd6845fc5e1c15a5d3575fa8d4e5a9a8f503f46c8919ddf9" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.3.1.zip", + "archiveFileName": "gyroturn-1.3.1.zip", + "size": 5596, + "checksum": "SHA-256:c4f7b45af649b518ed054e7c61d0f4f7694bc34c37ece1d74a1fc782b23bd60c" }, { - "name": "Adafruit SSD1305", - "version": "2.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", - "category": "Display", + "name": "gyroturn", + "version": "1.3.3", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", "architectures": [ - "*" + "Arduino" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.0.zip", - "archiveFileName": "Adafruit_SSD1305-2.1.0.zip", - "size": 15099, - "checksum": "SHA-256:aed4cb3ecda42fa3b509c366d5371da458b1f65473b53a8be074110a0c9a9a88" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.3.3.zip", + "archiveFileName": "gyroturn-1.3.3.zip", + "size": 5837, + "checksum": "SHA-256:a5203ac04929e2f697cdbe51468fddd99d13cb2785a08e5ae8d95c67b45063d9" }, { - "name": "Adafruit SSD1305", - "version": "2.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "paragraph": "SSD1305 library for Monochrome OLEDs based on SSD1305 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1305_Library", - "category": "Display", + "name": "gyroturn", + "version": "1.4.1", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", "architectures": [ - "*" + "Arduino" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1305.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1305-2.1.1.zip", - "archiveFileName": "Adafruit_SSD1305-2.1.1.zip", - "size": 15167, - "checksum": "SHA-256:e32db11d5372151cfdb0f141989a044496fc5d7bd386d9fcaef5e93eadff7b98" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.4.1.zip", + "archiveFileName": "gyroturn-1.4.1.zip", + "size": 5889, + "checksum": "SHA-256:ace98bda8a2c3bee627aabffe46a86d8e4969929414a30d3f3464b51cf0ee252" }, { - "name": "Watchy", - "version": "1.0.0", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "name": "gyroturn", + "version": "1.4.2", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.0.0.zip", - "archiveFileName": "Watchy-1.0.0.zip", - "size": 12794, - "checksum": "SHA-256:99387e666586c219e58bf59c99cdc136e379c4e672b05aed7e1408b6620030ea" + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.4.2.zip", + "archiveFileName": "gyroturn-1.4.2.zip", + "size": 7531, + "checksum": "SHA-256:7137a87cebf613f99949aa6639b18736845446db20247439fb81d617b75e03d9" }, { - "name": "Watchy", - "version": "1.1.0", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains drivers and code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "name": "gyroturn", + "version": "1.4.4", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.0.zip", - "archiveFileName": "Watchy-1.1.0.zip", - "size": 589951, - "checksum": "SHA-256:c3825c7084c3a3349189765f5bc45f757ad4269ca0c0668269dd33d5057b1e13" + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.4.4.zip", + "archiveFileName": "gyroturn-1.4.4.zip", + "size": 8002, + "checksum": "SHA-256:e6bdc7df7b34913372d8f73423525a78eade728c8bcccc6225b9093084afbd5f" }, { - "name": "Watchy", - "version": "1.1.1", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains drivers and code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "name": "gyroturn", + "version": "1.5.1", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Gyro Turn Interface for Arduino", + "paragraph": "simple and useful tool", + "website": "https://github.com/galarb/gyroturn.git", + "category": "Uncategorized", + "architectures": [ + "Arduino" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.1.zip", - "archiveFileName": "Watchy-1.1.1.zip", - "size": 590130, - "checksum": "SHA-256:7a4191d90f7df11352f13480ce798ee214e8d48369c6bd60ed4bf983c740bd91" + "repository": "https://github.com/galarb/gyroturn.git", + "providesIncludes": [ + "gyroturn.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/gyroturn-1.5.1.zip", + "archiveFileName": "gyroturn-1.5.1.zip", + "size": 10522, + "checksum": "SHA-256:bfca2a9efff1996a89cf603761033323ec6420da3336d41878a615f17c1e34d0" }, { - "name": "Watchy", - "version": "1.1.2", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains drivers and code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "name": "clicli", + "version": "1.0.15", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Command Line Interface for Arduino.", + "paragraph": "Simple and useful tool.", + "website": "https://github.com/galarb/clicli.git", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.2.zip", - "archiveFileName": "Watchy-1.1.2.zip", - "size": 590134, - "checksum": "SHA-256:b4d91a077cc54a2e66f32da10decf534e76a62e4cc0c9ad05dbd80f95a6f4467" + "repository": "https://github.com/galarb/clicli.git", + "providesIncludes": [ + "clicli.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/clicli-1.0.15.zip", + "archiveFileName": "clicli-1.0.15.zip", + "size": 2412, + "checksum": "SHA-256:52b16f0f35c6e9ac7b484683c40d3833d64bb2e6c2e6170cd235f67713840a2b" }, { - "name": "Watchy", + "name": "clicli", "version": "1.1.3", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains drivers and code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Command Line Interface for Arduino.", + "paragraph": "Simple and useful tool.", + "website": "https://github.com/galarb/clicli.git", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "dependencies": [ - { - "name": "GxEPD" - } + "repository": "https://github.com/galarb/clicli.git", + "providesIncludes": [ + "clicli.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.3.zip", - "archiveFileName": "Watchy-1.1.3.zip", - "size": 662386, - "checksum": "SHA-256:2c0645ff71defffe58e3a5c98b9b78cb14cf8a760c8c6345f94a68e6cee62efd" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/clicli-1.1.3.zip", + "archiveFileName": "clicli-1.1.3.zip", + "size": 2856, + "checksum": "SHA-256:02e716031821ff3146db160a1daee95b01e229bc158a4ce5ce99433eb2565c2c" }, { - "name": "Watchy", + "name": "clicli", "version": "1.1.4", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains drivers and code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Command Line Interface for Arduino.", + "paragraph": "Simple and useful tool.", + "website": "https://github.com/galarb/clicli.git", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "dependencies": [ - { - "name": "GxEPD2" - }, - { - "name": "DS3232RTC" - } + "repository": "https://github.com/galarb/clicli.git", + "providesIncludes": [ + "clicli.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.4.zip", - "archiveFileName": "Watchy-1.1.4.zip", - "size": 657816, - "checksum": "SHA-256:cdff7bac76c9d7bb6f13eeaae0050b60868dc1d6f43eb9f00fd524fcc336f946" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/clicli-1.1.4.zip", + "archiveFileName": "clicli-1.1.4.zip", + "size": 3490, + "checksum": "SHA-256:b65d8328f82e6ef77de82feb5421ba7eeb58bee5ce151b7359ec0b9b0f371c8d" }, { - "name": "Watchy", + "name": "clicli", "version": "1.1.5", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains drivers and code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Command Line Interface for Arduino.", + "paragraph": "Simple and useful tool.", + "website": "https://github.com/galarb/clicli.git", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "dependencies": [ - { - "name": "GxEPD2" - }, - { - "name": "DS3232RTC" - } + "repository": "https://github.com/galarb/clicli.git", + "providesIncludes": [ + "clicli.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.5.zip", - "archiveFileName": "Watchy-1.1.5.zip", - "size": 666456, - "checksum": "SHA-256:ed9b9c142525dfbafe3178c5f698491e296ccc4d72c760de25c9e54fe4444082" + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/clicli-1.1.5.zip", + "archiveFileName": "clicli-1.1.5.zip", + "size": 3627, + "checksum": "SHA-256:9c1ba7fd21563c2bef826e2baede539230aa81a52f18d839abde978a0f1e7e92" }, { - "name": "Watchy", - "version": "1.1.6", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "Watchy - An Open Source E-Ink SmartWatch by SQFMI", - "paragraph": "This library contains drivers and code samples for Watchy", - "website": "https://github.com/sqfmi/Watchy", - "category": "Other", - "architectures": [], + "name": "EventOS", + "version": "1.0.0", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "Library for event-driven embedded devices programming", + "paragraph": "A lot of automation done for you, events for every pin (RISING , FALLING, CHANGE) for every pin implemented in software. add event listener using AddEventListener(...) function", + "website": "https://github.com/natnqweb/EventOS.git", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/Watchy.git", - "dependencies": [ - { - "name": "GxEPD2" - }, - { - "name": "DS3232RTC" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/Watchy-1.1.6.zip", - "archiveFileName": "Watchy-1.1.6.zip", - "size": 731180, - "checksum": "SHA-256:65c8a61badf955a30db5014c03b2d109e76040bcfb4177f86d49d13b8442f744" + "repository": "https://github.com/natnqweb/EventOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventOS-1.0.0.zip", + "archiveFileName": "EventOS-1.0.0.zip", + "size": 21408, + "checksum": "SHA-256:5a4279ee7e087cb583ffcbf3ed286f0aaa403bc599e4d3abb4c96a3cdf60fed9" }, { - "name": "Krypton", - "version": "0.0.1", - "author": "Dejan Lukić \u003cdejan@oberonspace.xyz\u003e", - "maintainer": "Dejan Lukić \u003cdejan@oberonspace.xyz\u003e", - "sentence": "A library that makes use of Krypton ion thruster controller.", - "paragraph": "Change voltage of the pumps, speed and fuel flow to your ion krypton, argon, xenon or neon thruster.", - "website": "https://github.com/oberonspace/krypton", + "name": "EventOS", + "version": "1.0.1", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "Library for event-driven embedded devices programming", + "paragraph": "A lot of automation done for you, events for every pin (RISING , FALLING, CHANGE) for every pin implemented in software. add event listener using AddEventListener(...) function", + "website": "https://github.com/natnqweb/EventOS.git", "category": "Signal Input/Output", "architectures": [ "*" @@ -288640,2133 +745024,2278 @@ "types": [ "Contributed" ], - "repository": "https://github.com/oberonspace/krypton.git", - "providesIncludes": [ - "Boards.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/oberonspace/Krypton-0.0.1.zip", - "archiveFileName": "Krypton-0.0.1.zip", - "size": 8867, - "checksum": "SHA-256:30d41b39ebdc0ce6b33953bae7a8a87aa621ca8dda7b078939e3dd566e593c19" + "repository": "https://github.com/natnqweb/EventOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventOS-1.0.1.zip", + "archiveFileName": "EventOS-1.0.1.zip", + "size": 22343, + "checksum": "SHA-256:9a14c1a0f6a83879b3e1169ff7adc98f59e3f8e0fdcb58c15228e16be9d9561e" }, { - "name": "TimerInterrupt", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", - "website": "https://github.com/khoih-prog/TimerInterrupt", - "category": "Uncategorized", + "name": "EventOS", + "version": "1.1.0", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "Library for event-driven embedded devices programming", + "paragraph": "A lot of automation done for you, events for every pin (RISING , FALLING, CHANGE) for every pin implemented in software. add event listener using AddEventListener(...) function", + "website": "https://github.com/natnqweb/EventOS.git", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.0.zip", - "archiveFileName": "TimerInterrupt-1.0.0.zip", - "size": 12409, - "checksum": "SHA-256:e0f8b83089bfb91c1b850a5afd069a4e161c52d43851f5fc7f3decb42ed7ed0d" + "repository": "https://github.com/natnqweb/EventOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventOS-1.1.0.zip", + "archiveFileName": "EventOS-1.1.0.zip", + "size": 27112, + "checksum": "SHA-256:22d754333e12304962ed1864f3362c5a661da78116bbda68638ba9b58f8a18fc" }, { - "name": "TimerInterrupt", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", - "website": "https://github.com/khoih-prog/TimerInterrupt", - "category": "Uncategorized", + "name": "EventOS", + "version": "1.1.1", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "Library for event-driven embedded devices programming (hardware interruputs for all pins).", + "paragraph": "A lot of automation done for you, events for every pin (RISING , FALLING, CHANGE) implemented in software. add event listener using AddEventListener(...) function", + "website": "https://github.com/natnqweb/EventOS.git", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.1.zip", - "archiveFileName": "TimerInterrupt-1.0.1.zip", - "size": 28308, - "checksum": "SHA-256:11f67fc5b511e43fe1aca94fba1bed51a5846c5626e5097cc04c7d4782a4b957" + "repository": "https://github.com/natnqweb/EventOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventOS-1.1.1.zip", + "archiveFileName": "EventOS-1.1.1.zip", + "size": 25668, + "checksum": "SHA-256:6eff2d570aec09a6fee03ccc9cb4fc44494f5625db41d2b35e3c3ba1b67a3d45" }, { - "name": "TimerInterrupt", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", - "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/TimerInterrupt", - "category": "Uncategorized", + "name": "EventOS", + "version": "1.1.2", + "author": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "maintainer": "Natan Lisowski \u003cpythonboardsbeta@gmail.com\u003e", + "sentence": "Library for event-driven embedded devices programming (hardware interruputs for all pins).", + "paragraph": "A lot of automation done for you, events for every pin (RISING , FALLING, CHANGE) implemented in software. add event listener using AddEventListener(...) function", + "website": "https://github.com/natnqweb/EventOS.git", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.2.zip", - "archiveFileName": "TimerInterrupt-1.0.2.zip", - "size": 53142, - "checksum": "SHA-256:c0caed86481800c40f822e1a27283e5c543b2ac88365817f4cedd10b7c976588" + "repository": "https://github.com/natnqweb/EventOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/natnqweb/EventOS-1.1.2.zip", + "archiveFileName": "EventOS-1.1.2.zip", + "size": 25760, + "checksum": "SHA-256:67e78ba6bd18f9bad132048f8d2bb8c13fe1673e897bbf152ea48b2097868b13" }, { - "name": "TimerInterrupt", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", - "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/TimerInterrupt", - "category": "Uncategorized", + "name": "JLedPCA9685-HAL", + "version": "1.0.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "A HAL to drive PCA9685 LEDs with JLed", + "paragraph": "A Hardware Abstraction Layer (HAL) for the JLed library to drive LEDs using a PCA9685 I2C PWM controller", + "website": "https://github.com/jandelgado/jled-pca9685-hal", + "category": "Other", "architectures": [ - "avr", - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "repository": "https://github.com/jandelgado/jled-pca9685-hal.git", "providesIncludes": [ - "TimerInterrupt.h", - "ISR_Timer.h" + "jled-pca9685-hal.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.0.3.zip", - "archiveFileName": "TimerInterrupt-1.0.3.zip", - "size": 65669, - "checksum": "SHA-256:ab19917dc0aafa7620e5c35b09452a3a3581539fc0c0c6e47b0971cccbdc79cc" + "dependencies": [ + { + "name": "JLed" + }, + { + "name": "Wire" + }, + { + "name": "Adafruit PWM Servo Driver Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLedPCA9685_HAL-1.0.0.zip", + "archiveFileName": "JLedPCA9685_HAL-1.0.0.zip", + "size": 6232, + "checksum": "SHA-256:abd1c13e12a943562ea854d957312c4e52c040c0ca656e5ee035d8f3cffb4a87" }, { - "name": "TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, Teensy, etc.", - "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/TimerInterrupt", - "category": "Uncategorized", + "name": "JLedPCA9685-HAL", + "version": "1.1.0", + "author": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "maintainer": "Jan Delgado \u003cjdelgado[at]gmx.net\u003e", + "sentence": "A HAL to drive PCA9685 LEDs with JLed", + "paragraph": "A Hardware Abstraction Layer (HAL) for the JLed library to drive LEDs using a PCA9685 I2C PWM controller", + "website": "https://github.com/jandelgado/jled-pca9685-hal", + "category": "Other", "architectures": [ - "avr", - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt.git", + "repository": "https://github.com/jandelgado/jled-pca9685-hal.git", "providesIncludes": [ - "TimerInterrupt.h", - "ISR_Timer.h" + "jled-pca9685-hal.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt-1.1.1.zip", - "archiveFileName": "TimerInterrupt-1.1.1.zip", - "size": 96062, - "checksum": "SHA-256:d98beff53ef592771c7f24d4c6cc4cf7e82802890a01bfc2fe37c39edd64067f" + "dependencies": [ + { + "name": "JLed" + }, + { + "name": "Adafruit PWM Servo Driver Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jandelgado/JLedPCA9685_HAL-1.1.0.zip", + "archiveFileName": "JLedPCA9685_HAL-1.1.0.zip", + "size": 6463, + "checksum": "SHA-256:78e7cfb5c77746587961e8aac50c5684ce26d54a1779390364c3cb87da770e07" }, { - "name": "Hardware Buttons", + "name": "Oddly Specific Objects LCD FeatherWing Library", "version": "1.0.0", - "author": "Andrii T", - "maintainer": "Andrii T \u003candrii.tishchenko@gmail.com\u003e", - "sentence": "Custom button actions handler", - "paragraph": "Single click, double click, multiple click, custom duration, digitalPort", - "website": "https://github.com/andriitishchenko/HardwareButton", - "category": "Sensors", + "author": "Oddly Specific Objects", + "maintainer": "Oddly Specific Objects \u003cinfo@oddlyspecificobjects.com\u003e", + "sentence": "Driver for the BU9796-based LCD FeatherWing", + "paragraph": "Driver for the BU9796-based LCD FeatherWing", + "website": "https://oddlyspecificobjects.com/products/lcdwing/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/andriitishchenko/HardwareButton.git", - "providesIncludes": [ - "Button.h" + "repository": "https://github.com/joeycastillo/OSO_Arduino_LCD.git", + "dependencies": [ + { + "name": "Adafruit Bus Device" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/andriitishchenko/Hardware_Buttons-1.0.0.zip", - "archiveFileName": "Hardware_Buttons-1.0.0.zip", - "size": 5240, - "checksum": "SHA-256:2b5a386a5bf88a1de5147bf082eab4125378283969a95408063a6531e2bbbe23" + "url": "https://downloads.arduino.cc/libraries/github.com/joeycastillo/Oddly_Specific_Objects_LCD_FeatherWing_Library-1.0.0.zip", + "archiveFileName": "Oddly_Specific_Objects_LCD_FeatherWing_Library-1.0.0.zip", + "size": 4647, + "checksum": "SHA-256:98970c6f4058a789d7ecb6388fa81a289eff1c1dcc672cfc98a67fd8e8f8ca37" }, { - "name": "ESP32TimerInterrupt", + "name": "RAK12039_PM_Sensor", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.", - "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", - "category": "Uncategorized", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKwireless \u003crakwireless.com\u003e", + "sentence": "RAKwireless library for the RAK12039 Particle Matter Sensor", + "paragraph": "Measure the cleanliness of your environment with the RAK12039 Particle Matter Sensor from RAKWireless. Checkout the \u003ca href=\"https://store.rakwireless.com/collections/wisblock-sensor\"\u003eWisBlock RAK2039\u003c/a\u003e today!", + "website": "https://github.com/RAKWireless/RAK12039-PMSA003I", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.0.zip", - "archiveFileName": "ESP32TimerInterrupt-1.0.0.zip", - "size": 17789, - "checksum": "SHA-256:f23a3d7c7f10e0d7427b5fbe06397afbb2b68f7ce302299b3e5a99bca069c01a" + "repository": "https://github.com/RAKWireless/RAK12039-PMSA003I.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12039_PM_Sensor-1.0.0.zip", + "archiveFileName": "RAK12039_PM_Sensor-1.0.0.zip", + "size": 1218726, + "checksum": "SHA-256:43c567648972584c0eaaaab0fea85c5069c7b2a222cd3c6b2ad7236d4b56c074" }, { - "name": "ESP32TimerInterrupt", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32", - "paragraph": "It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", - "category": "Uncategorized", + "name": "RAK13006-MCP2518 library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for controlling CAN communication", + "paragraph": "Arduino library for controlling CAN communication", + "website": "https://github.com/RAKWireless/RAK13006-MCP2518", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.2.zip", - "archiveFileName": "ESP32TimerInterrupt-1.0.2.zip", - "size": 28450, - "checksum": "SHA-256:f94ca654e621c91ac992e2945d2216c073ac89171f6e35b9e3ee74aaa9dfb347" + "repository": "https://github.com/RAKWireless/RAK13006-MCP2518.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK13006_MCP2518_library-1.0.0.zip", + "archiveFileName": "RAK13006_MCP2518_library-1.0.0.zip", + "size": 947375, + "checksum": "SHA-256:9def9ecc82e274b25cc4f6edc6a04b1d84f9d52f5c9728dc74e70131a57a1687" }, { - "name": "ESP32TimerInterrupt", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", - "paragraph": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", - "category": "Uncategorized", + "name": "RAKwireless_SDI-12", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino Library for RAK13010 SDI-12 module.", + "paragraph": "Arduino Library for RAK13010 SDI-12 module.", + "website": "https://github.com/RAKWireless/RAK13010-SDI12", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RAKWireless/RAK13010-SDI12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_SDI_12-1.0.0.zip", + "archiveFileName": "RAKwireless_SDI_12-1.0.0.zip", + "size": 3126216, + "checksum": "SHA-256:ecc160c887bd4486de3db1716324afd2fab0f770085bdd2a971249da7db762ec" + }, + { + "name": "RAKwireless_SDI-12", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino Library for RAK13010 SDI-12 module.", + "paragraph": "Arduino Library for RAK13010 SDI-12 module.", + "website": "https://github.com/RAKWireless/RAK13010-SDI12", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.0.3.zip", - "archiveFileName": "ESP32TimerInterrupt-1.0.3.zip", - "size": 55486, - "checksum": "SHA-256:fab26c734033e66d69a540b6ca76db717ac8dec00846f641076990609901313b" + "repository": "https://github.com/RAKWireless/RAK13010-SDI12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_SDI_12-1.0.1.zip", + "archiveFileName": "RAKwireless_SDI_12-1.0.1.zip", + "size": 3127074, + "checksum": "SHA-256:acc772490fed7e94fde74707d78b2668e5fd145a5b7d595be2922a42c156af0d" }, { - "name": "ESP32TimerInterrupt", - "version": "1.1.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", - "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", + "name": "RAK13801_UWB", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library to use Decawave DW1000 IC.", + "paragraph": "This library is intended to be used with Decawave DW1000 IC and modules. It provides an API for hardware abstraction and high-level utilities for RTLS applications.", + "website": "https://github.com/RAKWireless/RAK13801_UWB", "category": "Uncategorized", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", - "providesIncludes": [ - "ESP32TimerInterrupt.h", - "ESP32_ISR_Timer.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.1.0.zip", - "archiveFileName": "ESP32TimerInterrupt-1.1.0.zip", - "size": 76729, - "checksum": "SHA-256:6d2d6cf0264ef12424186578f29a2b7602f7d4a1fb57a411e74da256a5e95352" + "repository": "https://github.com/RAKWireless/RAK13801_UWB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK13801_UWB-1.0.0.zip", + "archiveFileName": "RAK13801_UWB-1.0.0.zip", + "size": 11863392, + "checksum": "SHA-256:3f892fea7ad3ae1f32e772bcc691b5becaf08510573bb88745ec4bd5b8986997" }, { - "name": "ESP32TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32-based board", - "paragraph": "These ESP32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/ESP32TimerInterrupt", - "category": "Uncategorized", + "name": "Gadget_Shield", + "version": "2.0.0-0", + "author": "Rugged Circuits", + "maintainer": "Phillip Stevens \u003cphillip.stevens@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Gadget Shield implemented for AVR (Uno, Nano, Leonardo, Mega).", + "paragraph": "A multifunctional shield to demonstrate multifaceted useful capabilities.", + "website": "https://github.com/feilipu/Gadget_Shield", + "category": "Sensors", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP32TimerInterrupt.git", + "repository": "https://github.com/feilipu/Gadget_Shield.git", "providesIncludes": [ - "ESP32TimerInterrupt.h", - "ESP32_ISR_Timer.h" + "GadgetShield.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32TimerInterrupt-1.1.1.zip", - "archiveFileName": "ESP32TimerInterrupt-1.1.1.zip", - "size": 81445, - "checksum": "SHA-256:2071acee40c7f1028ab47dc288167a6263a0cc3d9580af12e0dcb8bb27aba464" + "url": "https://downloads.arduino.cc/libraries/github.com/feilipu/Gadget_Shield-2.0.0-0.zip", + "archiveFileName": "Gadget_Shield-2.0.0-0.zip", + "size": 584017, + "checksum": "SHA-256:623ef94abc64660a8214d251f87c9e4a2319160e9281cdcef6deb6cfe8d235be" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "UiUiUi", + "version": "0.9.0", + "author": "Dirk Hillbrecht \u003cdirk@hillbrecht.de\u003e", + "maintainer": "Dirk Hillbrecht \u003cdirk@hillbrecht.de\u003e", + "license": "BSD-2-Clause", + "sentence": "Library for complex user interfaces with automatic layouting and completely static data structures.", + "paragraph": "UiUiUi is a library for complex user interface design. It is based on hierarchically defined widgets which are layouted automatically using layout hints. All data structures are designed statically, no heap space is used. loop()-style and event-driven sketch design is supported. UiUiUi is based on U8g2 and should support all of its displays.", + "website": "https://github.com/dirkhillbrecht/uiuiui", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.0.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.0.zip", - "size": 44237, - "checksum": "SHA-256:664a284be88fd14ed02412d5dc0ff75ba73c440182ce6e6e3e05451c07c8e7ef" + "repository": "https://github.com/dirkhillbrecht/UiUiUi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkhillbrecht/UiUiUi-0.9.0.zip", + "archiveFileName": "UiUiUi-0.9.0.zip", + "size": 1960571, + "checksum": "SHA-256:c4dc1da8c53cd2420e5faf4ed76b67dc84bdd1676199000a476b46434a599d8b" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "UiUiUi", + "version": "0.9.1", + "author": "Dirk Hillbrecht \u003cdirk@hillbrecht.de\u003e", + "maintainer": "Dirk Hillbrecht \u003cdirk@hillbrecht.de\u003e", + "license": "BSD-2-Clause", + "sentence": "Library for complex user interfaces with automatic layouting and completely static data structures.", + "paragraph": "UiUiUi is a library for complex user interface design. It is based on hierarchically defined widgets which are layouted automatically using layout hints. All data structures are designed statically, no heap space is used. loop()-style and event-driven sketch design is supported. UiUiUi is based on U8g2 and supports all of its displays in all orientations.", + "website": "https://github.com/dirkhillbrecht/uiuiui", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.2.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.2.zip", - "size": 60119, - "checksum": "SHA-256:86bbd0599d37ae7f885f97fdf40236164c5d017c8af6686f3b317969e89aa107" + "repository": "https://github.com/dirkhillbrecht/UiUiUi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkhillbrecht/UiUiUi-0.9.1.zip", + "archiveFileName": "UiUiUi-0.9.1.zip", + "size": 1963524, + "checksum": "SHA-256:161aeab3d4bb7d09af4eb9f08529f95ce47b1f0b7c6b8df4aa836088687588a8" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "UiUiUi", + "version": "0.9.2", + "author": "Dirk Hillbrecht \u003cdirk@hillbrecht.de\u003e", + "maintainer": "Dirk Hillbrecht \u003cdirk@hillbrecht.de\u003e", + "license": "BSD-2-Clause", + "sentence": "Library for complex user interfaces with automatic layouting and completely static data structures.", + "paragraph": "UiUiUi is a library for complex user interface design. It is based on hierarchically defined widgets which are layouted automatically using layout hints. All data structures are designed statically, no heap space is used. loop()-style and event-driven sketch design is supported. UiUiUi is based on U8g2 and supports all of its displays in all orientations.", + "website": "https://github.com/dirkhillbrecht/uiuiui", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.3.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.3.zip", - "size": 70286, - "checksum": "SHA-256:57aa240895088733c362bb0511a6f67bf7e977ec1f01687fd3e3ca74c8b04517" + "repository": "https://github.com/dirkhillbrecht/UiUiUi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dirkhillbrecht/UiUiUi-0.9.2.zip", + "archiveFileName": "UiUiUi-0.9.2.zip", + "size": 2020356, + "checksum": "SHA-256:552195b5eae3c6015e63c8a7cc5f066496e7611be8ff6447447784069a7d9e9a" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "StreamAverage", + "version": "1.0.0", + "author": "Samuel Lehnen \u003c04samu04@gmail.com\u003e", + "maintainer": "Samuel Lehnen \u003c04samu04@gmail.com\u003e", + "sentence": "Library for averaging without having huge data Buffers consuming all your memory.", + "paragraph": "With this Average-Library you can average thousands of values without worrying about memory consumption.", + "website": "https://github.com/plsTrustMeImAnEngineer/StreamAverage", + "category": "Data Processing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.4.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.4.zip", - "size": 75042, - "checksum": "SHA-256:3831c1beecbbc059b547aa0bab4225133726d9db9e41c544491abdf72cf8c860" + "repository": "https://github.com/plsTrustMeImAnEngineer/StreamAverage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plsTrustMeImAnEngineer/StreamAverage-1.0.0.zip", + "archiveFileName": "StreamAverage-1.0.0.zip", + "size": 7756, + "checksum": "SHA-256:27de8ffb0b68b7779efa8965874fa04d8252291a117a8e180238a6161642d408" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "StreamAverage", + "version": "1.0.1", + "author": "Samuel Lehnen", + "maintainer": "Samuel Lehnen", + "sentence": "Library for averaging without having huge data Buffers consuming all your memory.", + "paragraph": "With this Average-Library you can average thousands of values without worrying about memory consumption.", + "website": "https://github.com/plsTrustMeImAnEngineer/StreamAverage", + "category": "Data Processing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "dependencies": [ - { - "name": "Blynk" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.5.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.5.zip", - "size": 81065, - "checksum": "SHA-256:fe93d05120b4b90f9e360616999b4b520e530a83de4faef1e577e723216bbfd3" + "repository": "https://github.com/plsTrustMeImAnEngineer/StreamAverage.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plsTrustMeImAnEngineer/StreamAverage-1.0.1.zip", + "archiveFileName": "StreamAverage-1.0.1.zip", + "size": 7779, + "checksum": "SHA-256:4826d67296b31dc3b5c3424fd408c51b8ca607450bd62b769632ac89a32da034" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "DRV8870", + "version": "1.0.0", + "author": "Rodney \u003csocials@rodneyosodo.com\u003e", + "maintainer": "Rodney \u003csocials@rodneyosodo.com\u003e", + "sentence": "DRV8870 Motor Driver Library for Arduino, ESP and STMboards", + "paragraph": "This library allows you to access and control all motor channels using PWM for directional and speed control. This library allows you to control unipolar or bipolar DC motors. To use it you will need a DC motor, and the appropriate hardware to control it.", + "website": "https://github.com/0x6flab/satima-arduinolibrary", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "dependencies": [ - { - "name": "Blynk" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.6.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.6.zip", - "size": 82568, - "checksum": "SHA-256:7188f99e8ec4c9112b7458f2e88729d1ae3caeef00e401f24163309e756f91d7" + "repository": "https://github.com/0x6flab/satima-arduinolibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0x6flab/DRV8870-1.0.0.zip", + "archiveFileName": "DRV8870-1.0.0.zip", + "size": 17054, + "checksum": "SHA-256:f6aa26868c645818c06c9d926e0ea19cb1ec9b0b44627879b25be39bd37bca17" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.7", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to MultiWiFi and MultiBlynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "DRV8870", + "version": "1.0.1", + "author": "Rodney \u003csocials@rodneyosodo.com\u003e", + "maintainer": "Rodney \u003csocials@rodneyosodo.com\u003e", + "sentence": "DRV8870 Motor Driver Library for Arduino, ESP and STMboards", + "paragraph": "This library allows you to access and control all motor channels using PWM for directional and speed control. This library allows you to control unipolar or bipolar DC motors. To use it you will need a DC motor, and the appropriate hardware to control it.", + "website": "https://github.com/0x6flab/satima-arduinolibrary/tree/main/arduino", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "repository": "https://github.com/0x6flab/satima-arduinolibrary.git", "dependencies": [ { - "name": "Blynk" + "name": "analogWrite" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.7.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.7.zip", - "size": 104477, - "checksum": "SHA-256:7a1528b1ee0d102c0bc4060ee68b55b1c524a16d3c4d678f446a1b70ff68ae03" + "url": "https://downloads.arduino.cc/libraries/github.com/0x6flab/DRV8870-1.0.1.zip", + "archiveFileName": "DRV8870-1.0.1.zip", + "size": 21463, + "checksum": "SHA-256:7e02a3d4eef60de8e6117ae971b37e8f1f3b50817505b30128cf941e23f113e6" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.8", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to MultiWiFi and MultiBlynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "Anitracks_ADS7142", + "version": "0.1.0", + "author": "Anitracks", + "maintainer": "Seth McNeill \u003cseth.mcneill@erau.edu\u003e", + "sentence": "A library for the ADS7142 ADC", + "website": "https://github.com/semcneil/ADS7142_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "dependencies": [ - { - "name": "Blynk" - } + "repository": "https://github.com/semcneil/ADS7142_Arduino_Library.git", + "providesIncludes": [ + "Anitracks_ADS7142.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.8.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.8.zip", - "size": 104799, - "checksum": "SHA-256:444530c38865023d9b4f107c5fff21fbe73fb40836168400b0b4c244495db3ea" + "url": "https://downloads.arduino.cc/libraries/github.com/semcneil/Anitracks_ADS7142-0.1.0.zip", + "archiveFileName": "Anitracks_ADS7142-0.1.0.zip", + "size": 6766, + "checksum": "SHA-256:b19a12bd84b733aa85f86676e58bb3b162076e47be800c72bd38df10bf018134" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.9", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "Anitracks_ADS7142", + "version": "0.1.2", + "author": "Anitracks", + "maintainer": "Seth McNeill \u003cseth.mcneill@erau.edu\u003e", + "sentence": "A library for the ADS7142 ADC", + "paragraph": "The ADS7142 is a 12-bit, nanopower, dual-channel, programmable sensor monitor.", + "website": "https://github.com/semcneil/ADS7142_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "dependencies": [ - { - "name": "Blynk" - } + "repository": "https://github.com/semcneil/ADS7142_Arduino_Library.git", + "providesIncludes": [ + "Anitracks_ADS7142.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.9.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.9.zip", - "size": 134220, - "checksum": "SHA-256:bbffe67730ec8bb37c6e63087fe448fae76d73d5b41ef2a4ffd06323968a1a2e" + "url": "https://downloads.arduino.cc/libraries/github.com/semcneil/Anitracks_ADS7142-0.1.2.zip", + "archiveFileName": "Anitracks_ADS7142-0.1.2.zip", + "size": 7075, + "checksum": "SHA-256:60e61bc430300fe5272665edf647d79726a882239a6ec053bc77054def4b40ac" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.10", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "Anitracks_ADS7142", + "version": "0.1.4", + "author": "Anitracks", + "maintainer": "Seth McNeill \u003cseth.mcneill@erau.edu\u003e", + "sentence": "A library for the ADS7142 ADC", + "paragraph": "The ADS7142 is a 12-bit, nanopower, dual-channel, programmable sensor monitor.", + "website": "https://github.com/semcneil/ADS7142_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "dependencies": [ - { - "name": "Blynk" - } + "repository": "https://github.com/semcneil/ADS7142_Arduino_Library.git", + "providesIncludes": [ + "Anitracks_ADS7142.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.10.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.10.zip", - "size": 135635, - "checksum": "SHA-256:47cb665e90cfb9dc9efd284b7fa567402a995abb43a5c71af4eaa56da4595fca" + "url": "https://downloads.arduino.cc/libraries/github.com/semcneil/Anitracks_ADS7142-0.1.4.zip", + "archiveFileName": "Anitracks_ADS7142-0.1.4.zip", + "size": 7076, + "checksum": "SHA-256:330770909f089f8288d184e273d4c9c26fcad50b2448100a4af7a5c5b12a97c0" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.11", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "OSS-EC_ABLIC_S-8110C_8120C_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-8110C, S-8120C Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057.git", "dependencies": [ { - "name": "Blynk" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.11.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.11.zip", - "size": 161765, - "checksum": "SHA-256:9302bbf650dae0b19cbbc1476c8a5994d550032472d35103542868ed0f6a0371" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.0.zip", + "size": 1559460, + "checksum": "SHA-256:ea71f6459f951066a9cead9d75ee7ad1ba8588a9a5b14b1072a527c57a795cb3" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.12", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "OSS-EC_ABLIC_S-8110C_8120C_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-8110C, S-8120C Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057.git", "dependencies": [ { - "name": "Blynk" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.12.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.12.zip", - "size": 162317, - "checksum": "SHA-256:5fcc862f8d17a234bd62c766e0103c145cbc0ca77bf65cd8f18f62a8578830a7" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.1.zip", + "size": 1559314, + "checksum": "SHA-256:c483d02744d67e1c8ceebff717f38778c06f818fcd3c2f2dbf69a9d20c06c8aa" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.13", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "OSS-EC_ABLIC_S-8110C_8120C_00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-8110C, S-8120C Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.13.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.13.zip", - "size": 268140, - "checksum": "SHA-256:7c7efa0021db3217ff185b71c1dd2784f63922b0c6709ed881ba1014d4ea2ed5" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.2.zip", + "size": 1559191, + "checksum": "SHA-256:d1cb61f67962aa0c1cd36f90f225038931465acf8ccc65e99b7c2aea3272fc56" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.14", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "OSS-EC_ABLIC_S-8110C_8120C_00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-8110C, S-8120C Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-8110C_8120C_00000057.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.14.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.14.zip", - "size": 272747, - "checksum": "SHA-256:13ed9eb6e101686db1433a1d3c8c812aa01b85210584a655a5f43d1c63d3c29f" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_ABLIC_S_8110C_8120C_00000057-1.0.3.zip", + "size": 1559573, + "checksum": "SHA-256:679fef588d29d792f16332708fca0b10795dca6a8e9b1e7af0dcc824b22fedcb" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.15", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "ClusterDuck Protocol", + "version": "2.0.4", + "author": "Project OWL \u003cinfo@project-owl.com\u003e", + "maintainer": "Project OWL \u003cinfo@project-owl.com\u003e", + "sentence": "Mesh communication protocol.", + "paragraph": "The ClusterDuck Protocol is an open souce project maintained by Project OWL. It uses a combination of WiFi and LoRa technologies to make simple mobile communications accessable to communities when cellualr and internet are unavailable. Currently supports hardware architectures that use the ESP32 and SX1276.", + "website": "https://github.com/Call-for-Code/ClusterDuck-Protocol", + "category": "Uncategorized", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" - } + "repository": "https://github.com/Call-for-Code/ClusterDuck-Protocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Call-for-Code/ClusterDuck_Protocol-2.0.4.zip", + "archiveFileName": "ClusterDuck_Protocol-2.0.4.zip", + "size": 1377995, + "checksum": "SHA-256:34c0e854924cb14d32a55044e3127319278e3e7900ac414600f9eea176d12bf5" + }, + { + "name": "ClusterDuck Protocol", + "version": "2.9.6", + "author": "Project OWL \u003cinfo@project-owl.com\u003e", + "maintainer": "Project OWL \u003cinfo@project-owl.com\u003e", + "sentence": "Mesh communication protocol.", + "paragraph": "The ClusterDuck Protocol is an open souce project maintained by Project OWL. It uses a combination of WiFi and LoRa technologies to make simple mobile communications accessable to communities when cellualr and internet are unavailable. Currently supports hardware architectures that use the ESP32 and SX1276.", + "website": "https://github.com/Call-for-Code/ClusterDuck-Protocol", + "category": "Uncategorized", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.15.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.15.zip", - "size": 288043, - "checksum": "SHA-256:b6f15fa3da37d74e7fdd8a84b0e8a1f14d131a00acfead291f4ace154c0fe8d8" + "types": [ + "Contributed" + ], + "repository": "https://github.com/Call-for-Code/ClusterDuck-Protocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Call-for-Code/ClusterDuck_Protocol-2.9.6.zip", + "archiveFileName": "ClusterDuck_Protocol-2.9.6.zip", + "size": 1373431, + "checksum": "SHA-256:a31e53513576917497d9ab09f474f35df125baabfb25b7815955b12a1938b4ac" }, { - "name": "Blynk_WiFiManager", - "version": "1.0.16", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", - "paragraph": "Library for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_WM", - "category": "Communication", + "name": "ClusterDuck Protocol", + "version": "2.9.10", + "author": "Project OWL \u003cinfo@project-owl.com\u003e", + "maintainer": "Project OWL \u003cinfo@project-owl.com\u003e", + "sentence": "Mesh communication protocol.", + "paragraph": "The ClusterDuck Protocol is an open souce project maintained by Project OWL. It uses a combination of WiFi and LoRa technologies to make simple mobile communications accessable to communities when cellualr and internet are unavailable. Currently supports hardware architectures that use the ESP32 and SX1276.", + "website": "https://github.com/Call-for-Code/ClusterDuck-Protocol", + "category": "Uncategorized", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" - } + "repository": "https://github.com/Call-for-Code/ClusterDuck-Protocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Call-for-Code/ClusterDuck_Protocol-2.9.10.zip", + "archiveFileName": "ClusterDuck_Protocol-2.9.10.zip", + "size": 1377821, + "checksum": "SHA-256:11f62f4c651ad1d7b07de44d67932b0e4a1393c2c0ae330a88b7e6794f54f098" + }, + { + "name": "ClusterDuck Protocol", + "version": "2.10.3", + "author": "Project OWL \u003cinfo@project-owl.com\u003e", + "maintainer": "Project OWL \u003cinfo@project-owl.com\u003e", + "sentence": "Mesh communication protocol.", + "paragraph": "The ClusterDuck Protocol is an open souce project maintained by Project OWL. It uses a combination of WiFi and LoRa technologies to make simple mobile communications accessable to communities when cellualr and internet are unavailable. Currently supports hardware architectures that use the ESP32 and SX1276.", + "website": "https://github.com/Call-for-Code/ClusterDuck-Protocol", + "category": "Uncategorized", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiManager-1.0.16.zip", - "archiveFileName": "Blynk_WiFiManager-1.0.16.zip", - "size": 286049, - "checksum": "SHA-256:a5a2207e39b7fdf6ddd474ac29d205d6d27472a6de5336cdfac44e639a5728f8" + "types": [ + "Contributed" + ], + "repository": "https://github.com/Call-for-Code/ClusterDuck-Protocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Call-for-Code/ClusterDuck_Protocol-2.10.3.zip", + "archiveFileName": "ClusterDuck_Protocol-2.10.3.zip", + "size": 1381508, + "checksum": "SHA-256:459f567c9906c4223e3e8a6d64874454c40010b924922f7db53f025dc38a141d" }, { - "name": "Adafruit TFTLCD Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit 2.8\" TFT display Library", - "paragraph": "Adafruit 2.8\" TFT display Library", - "website": "https://github.com/adafruit/TFTLCD-Library", - "category": "Display", + "name": "ClusterDuck Protocol", + "version": "2.11.0", + "author": "Project OWL \u003cinfo@project-owl.com\u003e", + "maintainer": "Project OWL \u003cinfo@project-owl.com\u003e", + "sentence": "Mesh communication protocol.", + "paragraph": "The ClusterDuck Protocol is an open souce project maintained by Project OWL. It uses a combination of WiFi and LoRa technologies to make simple mobile communications accessable to communities when cellualr and internet are unavailable. Currently supports hardware architectures that use the ESP32 and SX1276.", + "website": "https://github.com/Call-for-Code/ClusterDuck-Protocol", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TFTLCD-Library.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/Call-for-Code/ClusterDuck-Protocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Call-for-Code/ClusterDuck_Protocol-2.11.0.zip", + "archiveFileName": "ClusterDuck_Protocol-2.11.0.zip", + "size": 1387402, + "checksum": "SHA-256:25f3116574bef5c12f8ce2ccdcf7ddaf03b0702e2464ae4cb7a0f952e319e9ef" + }, + { + "name": "ClusterDuck Protocol", + "version": "3.1.5", + "author": "Project OWL \u003cinfo@project-owl.com\u003e", + "maintainer": "Project OWL \u003cinfo@project-owl.com\u003e", + "sentence": "Mesh communication protocol.", + "paragraph": "The ClusterDuck Protocol is an open souce project maintained by Project OWL. It uses a combination of WiFi and LoRa technologies to make simple mobile communications accessable to communities when cellualr and internet are unavailable. Currently supports hardware architectures that use the ESP32 and SX1276.", + "website": "https://github.com/Call-for-Code/ClusterDuck-Protocol", + "category": "Uncategorized", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.0.zip", - "archiveFileName": "Adafruit_TFTLCD_Library-1.0.0.zip", - "size": 278830, - "checksum": "SHA-256:f7fdde392e8db54e4f585504cdff961c3347b1a2e59888f38e97c4e040ec977e" + "types": [ + "Contributed" + ], + "repository": "https://github.com/Call-for-Code/ClusterDuck-Protocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Call-for-Code/ClusterDuck_Protocol-3.1.5.zip", + "archiveFileName": "ClusterDuck_Protocol-3.1.5.zip", + "size": 1400346, + "checksum": "SHA-256:8adc1d60f9566d3b452b6b5a6d702673e50afba2bc286c884db0a37f10ac6eaa" }, { - "name": "Adafruit TFTLCD Library", + "name": "OSS-EC_ABLIC_S-5813A_5814A_00000057", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit 2.8\" TFT display Library", - "paragraph": "Adafruit 2.8\" TFT display Library", - "website": "https://github.com/adafruit/TFTLCD-Library", - "category": "Display", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-5813A, S-5814A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.1.zip", - "archiveFileName": "Adafruit_TFTLCD_Library-1.0.1.zip", - "size": 278481, - "checksum": "SHA-256:dfef3e110a84e71ca4b89cf3213f0956792d010116ec0d2b1e65b0a42a799b34" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.1.zip", + "size": 1000644, + "checksum": "SHA-256:89d982b78c94c28f176e0899c0bb3558d132480d8b460e385c61521f7274acc2" }, { - "name": "Adafruit TFTLCD Library", + "name": "OSS-EC_ABLIC_S-5813A_5814A_00000057", "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit 2.8\" TFT display Library", - "paragraph": "Adafruit 2.8\" TFT display Library", - "website": "https://github.com/adafruit/TFTLCD-Library", - "category": "Display", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-5813A, S-5814A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.2.zip", - "archiveFileName": "Adafruit_TFTLCD_Library-1.0.2.zip", - "size": 278486, - "checksum": "SHA-256:395837729f7d6c0fe4aadd5ebcde926d415402e921fb8679a4bcd5ae3c443290" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.2.zip", + "size": 1000497, + "checksum": "SHA-256:4bf6258b68fe38f78523282ae928badbad75501f26e20520adad68ea052d43eb" }, { - "name": "Adafruit TFTLCD Library", + "name": "OSS-EC_ABLIC_S-5813A_5814A_00000057", "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Adafruit 2.8\" TFT display Library", - "paragraph": "Adafruit 2.8\" TFT display Library", - "website": "https://github.com/adafruit/TFTLCD-Library", - "category": "Display", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-5813A, S-5814A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TFTLCD-Library.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TFTLCD_Library-1.0.3.zip", - "archiveFileName": "Adafruit_TFTLCD_Library-1.0.3.zip", - "size": 278478, - "checksum": "SHA-256:826348e6c45105c62cd6131551bfc8a0ff23dbfa361b7fd05664e8e18d6232e6" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.3.zip", + "size": 1527921, + "checksum": "SHA-256:8c4fa29e03901b0ea465ac60767f0aa6bb61fc8f7e6329b9705b581da6b1882e" }, { - "name": "ESP8266TimerInterrupt", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", - "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", - "category": "Uncategorized", + "name": "OSS-EC_ABLIC_S-5813A_5814A_00000057", + "version": "1.0.4", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ABLIC S-5813A, S-5814A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.0.zip", - "archiveFileName": "ESP8266TimerInterrupt-1.0.0.zip", - "size": 16875, - "checksum": "SHA-256:11c5161c1a1ae3276362bb26ec96c4298837d214e4874cdac77e568d730e6cb9" - }, - { - "name": "ESP8266TimerInterrupt", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", - "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", - "category": "Uncategorized", - "architectures": [ - "esp8266" - ], - "types": [ - "Contributed" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ABLIC_S-5813A_5814A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.1.zip", - "archiveFileName": "ESP8266TimerInterrupt-1.0.1.zip", - "size": 23586, - "checksum": "SHA-256:13f73d85a20097864d1eeeee7efe94b8205293e08d759189d9cc04c1d53e1c8b" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.4.zip", + "archiveFileName": "OSS_EC_ABLIC_S_5813A_5814A_00000057-1.0.4.zip", + "size": 1528299, + "checksum": "SHA-256:3fed7ea2818edc7a1468d76b4c3182767fb949191737b13e46c02d1903d70d5f" }, { - "name": "ESP8266TimerInterrupt", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", - "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", - "category": "Uncategorized", + "name": "EasyGNSS", + "version": "1.0.0", + "author": "Chuan Liu \u003cliuchuanstudy@outlook.com\u003e", + "maintainer": "Chuan Liu \u003cliuchuanstudy@outlook.com\u003e", + "sentence": "An easy-to-use library to parse the NMEA protocol output by the GNSS receiver (Ublox) through serial port.", + "paragraph": "An easy-to-use library to parse the NMEA protocol output by the GNSS receiver (Ublox) through serial port.", + "website": "https://github.com/chuanstudyup/EasyGNSS.git", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.2.zip", - "archiveFileName": "ESP8266TimerInterrupt-1.0.2.zip", - "size": 36075, - "checksum": "SHA-256:3ccea40e04e7e6f88c0fb05ec3f86d7227cca3db0670ea4885d1987868281b67" - }, - { - "name": "ESP8266TimerInterrupt", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", - "paragraph": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", - "category": "Uncategorized", - "architectures": [ - "esp8266" - ], - "types": [ - "Contributed" + "repository": "https://github.com/chuanstudyup/EasyGNSS.git", + "providesIncludes": [ + "GNSS.h" ], - "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.0.3.zip", - "archiveFileName": "ESP8266TimerInterrupt-1.0.3.zip", - "size": 50365, - "checksum": "SHA-256:4eaf1f26a7525ffd6c5961149936acb2b9712b9cfc2e96698108129c6dadd69a" + "url": "https://downloads.arduino.cc/libraries/github.com/chuanstudyup/EasyGNSS-1.0.0.zip", + "archiveFileName": "EasyGNSS-1.0.0.zip", + "size": 6072, + "checksum": "SHA-256:69b372e27f2e3d565452f0df78dc315fe6d4c94262a112251b94b3c1afd99661" }, { - "name": "ESP8266TimerInterrupt", - "version": "1.1.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", - "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "name": "kc868-arduino-library", + "version": "1.0.0", + "author": "KinCony \u003chificat@163.com\u003e", + "maintainer": "KinCony \u003chificat@163.com\u003e", + "sentence": "KC868 library for Arduino", + "paragraph": "This library is designed for KC868 series control boards.", + "website": "https://github.com/hzkincony/kc868-arduino-library", "category": "Uncategorized", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "repository": "https://github.com/hzkincony/kc868-arduino-library.git", "providesIncludes": [ - "ESP8266TimerInterrupt.h", - "ESP8266_ISR_Timer.h" + "KC868.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.1.0.zip", - "archiveFileName": "ESP8266TimerInterrupt-1.1.0.zip", - "size": 71855, - "checksum": "SHA-256:c8417f5b688978e8200167944848757900ebaf8f5ce538c2c99c24817a4d8295" + "url": "https://downloads.arduino.cc/libraries/github.com/hzkincony/kc868_arduino_library-1.0.0.zip", + "archiveFileName": "kc868_arduino_library-1.0.0.zip", + "size": 7238, + "checksum": "SHA-256:a25e4078b5d052d53e5cff85da77f97bc3c59fdca004678f7e58a2dcbc8a997c" }, { - "name": "ESP8266TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.", - "paragraph": "These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/ESP8266TimerInterrupt", + "name": "kc868-arduino-library", + "version": "1.0.1", + "author": "KinCony \u003chificat@163.com\u003e", + "maintainer": "KinCony \u003chificat@163.com\u003e", + "sentence": "KC868 library for Arduino", + "paragraph": "This library is designed for KC868-H32B Pro Smart Controller. Enable KC868-H32B Pro in \"Development mode\", then you can write arduino code download to ESP32 to read/write 32 channel relay and 6 digital digital input ports.", + "website": "https://github.com/hzkincony/kc868-arduino-library", "category": "Uncategorized", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266TimerInterrupt.git", + "repository": "https://github.com/hzkincony/kc868-arduino-library.git", "providesIncludes": [ - "ESP8266TimerInterrupt.h", - "ESP8266_ISR_Timer.h" + "KC868.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266TimerInterrupt-1.1.1.zip", - "archiveFileName": "ESP8266TimerInterrupt-1.1.1.zip", - "size": 75942, - "checksum": "SHA-256:c92318b6c4e9b98e70d99f7cd90c95d31dae5652fd7753e13e66d0906195f974" + "url": "https://downloads.arduino.cc/libraries/github.com/hzkincony/kc868_arduino_library-1.0.1.zip", + "archiveFileName": "kc868_arduino_library-1.0.1.zip", + "size": 20754, + "checksum": "SHA-256:fdd1c4bc6e931e425771e5c260c777a87ed5892383212e2fe81b361e214178e7" }, { - "name": "SPI-DAC7611", + "name": "OSS-EC_ADI_AD22100A_00000057", "version": "1.0.0", - "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", - "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", - "website": "https://github.com/Jones1403/SPI-DAC7611", - "category": "Signal Input/Output", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Jones1403/SPI-DAC7611.git", - "providesIncludes": [ - "SPI-DAC7611.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-1.0.0.zip", - "archiveFileName": "SPI_DAC7611-1.0.0.zip", - "size": 5355, - "checksum": "SHA-256:a181e264a3c2d77cc2e95ed156e3bf66d0f7604ccd62d1a74fc860a981e4a574" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_ADI_AD22100A_00000057-1.0.0.zip", + "size": 1505569, + "checksum": "SHA-256:2b2c94aecb98c830db1b9b9eb5079a782e56faa4fd493f2a9c0cb7a20c86e76a" }, { - "name": "SPI-DAC7611", - "version": "2.0.1", - "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", - "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", - "website": "https://github.com/Jones1403/SPI-DAC7611", - "category": "Signal Input/Output", + "name": "OSS-EC_ADI_AD22100A_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Jones1403/SPI-DAC7611.git", - "providesIncludes": [ - "SPI-DAC7611.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.1.zip", - "archiveFileName": "SPI_DAC7611-2.0.1.zip", - "size": 5355, - "checksum": "SHA-256:9dbef57d3c3238617057bd0ee9c59d0b2c9ca244213763cb7629356e4f6c6f8d" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100A_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_ADI_AD22100A_00000057-1.0.1.zip", + "size": 1505422, + "checksum": "SHA-256:c11237ea57b31f63bd6e1a89903ba75920d53767e001223a13d096e4fcec3ec0" }, { - "name": "SPI-DAC7611", - "version": "2.0.2", - "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", - "paragraph": "The SPI-DAC7611 is a 12bit DAC by Texas Instruments, that works off 5 volts. It works on a 3 wire interface.", - "website": "https://github.com/Jones1403/SPI-DAC7611", - "category": "Signal Input/Output", + "name": "OSS-EC_ADI_AD22100A_00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Jones1403/SPI-DAC7611.git", - "providesIncludes": [ - "SPI-DAC7611.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.2.zip", - "archiveFileName": "SPI_DAC7611-2.0.2.zip", - "size": 5359, - "checksum": "SHA-256:75ea33c3bb0a144edc3141d3fd0ed04619784450993da2c2a3bd0c2ae2a9ad58" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100A_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_ADI_AD22100A_00000057-1.0.2.zip", + "size": 1516136, + "checksum": "SHA-256:46feb6a494f9f77c78cf34b554ad5d1650388a8c589a7f0baa09ee1f6392dcad" }, { - "name": "SPI-DAC7611", - "version": "2.0.3", - "author": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "maintainer": "Jona Gladines \u003cgladeines@gmail.com\u003e", - "sentence": "A library that interfaces with the DAC7611 using the standard SPI library.", - "paragraph": "A non blocking library to control the DAC7611 by Texas Instruments using a standard SPI interface.", - "website": "https://github.com/Jones1403/SPI-DAC7611", - "category": "Signal Input/Output", + "name": "OSS-EC_ADI_AD22100A_00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Jones1403/SPI-DAC7611.git", - "providesIncludes": [ - "SPI-DAC7611.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Jones1403/SPI_DAC7611-2.0.3.zip", - "archiveFileName": "SPI_DAC7611-2.0.3.zip", - "size": 5391, - "checksum": "SHA-256:e5348960de5bc51f5e632b984427da0f610f6e68ace57346d0b687853657fdfd" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100A_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_ADI_AD22100A_00000057-1.0.3.zip", + "size": 1516514, + "checksum": "SHA-256:74433b2b63d28575b158bedd02867b0be6e3ce30667de1f57e8b479446bba689" }, { - "name": "LibEstacionamiento", - "version": "1.0.1", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Estacionamiento educative system.", - "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "OSS-EC_ADI_AD22100A_00000057", + "version": "1.0.4", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibEstacionamiento.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.0.1.zip", - "archiveFileName": "LibEstacionamiento-1.0.1.zip", - "size": 467163, - "checksum": "SHA-256:a3fba8cac007a67ac6585780466b02225b285eda053f93846404c7fc040f5338" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100A_00000057-1.0.4.zip", + "archiveFileName": "OSS_EC_ADI_AD22100A_00000057-1.0.4.zip", + "size": 1516504, + "checksum": "SHA-256:8579a55358073bd6bc3ca37474ce18be098fded2f6fbc4827ff78c24ea89d90f" }, { - "name": "LibEstacionamiento", + "name": "OSS-EC_ADI_AD22100K_00000057", "version": "1.0.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Estacionamiento educative system.", - "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100K Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibEstacionamiento.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.0.0.zip", - "archiveFileName": "LibEstacionamiento-1.0.0.zip", - "size": 466123, - "checksum": "SHA-256:f584f7a60506236e38ca68848430fe847d9ac288445b752fcc968e9044beeab9" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100K_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_ADI_AD22100K_00000057-1.0.0.zip", + "size": 1511572, + "checksum": "SHA-256:48999ff0af76ce239f8d3975ae6058646978876f21c37a01a7a5ee80cfa63ea3" }, { - "name": "LibEstacionamiento", - "version": "1.1.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Estacionamiento educative system.", - "paragraph": "This library allows you to control every device of the Estacionamiento educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "OSS-EC_ADI_AD22100K_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100K Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibEstacionamiento.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEstacionamiento-1.1.0.zip", - "archiveFileName": "LibEstacionamiento-1.1.0.zip", - "size": 700534, - "checksum": "SHA-256:73c84ffd6db9ef1c30dea6c62125f66da80c1f8a155d71d384a5cdfa87ca2f74" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100K_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_ADI_AD22100K_00000057-1.0.1.zip", + "size": 1511427, + "checksum": "SHA-256:bd0bf44492848d62a1dd4b78ab8a9bde100fbc8a68eae6128af249b172d9b355" }, { - "name": "LibMiniSys", - "version": "1.0.1", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the MiniSys educative system.", - "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "OSS-EC_ADI_AD22100K_00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100K Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibMiniSys.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.0.1.zip", - "archiveFileName": "LibMiniSys-1.0.1.zip", - "size": 453957, - "checksum": "SHA-256:9200fb58aad7b96b91ab3c7a734d7f8852b19b3f5b3fcd70add29fed3beb7640" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100K_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_ADI_AD22100K_00000057-1.0.2.zip", + "size": 1522255, + "checksum": "SHA-256:ba2d5cb6fa2c4b1bc4c0dae1d8336e0e14627468e2b2cafbedb5d860c055157c" }, { - "name": "LibMiniSys", - "version": "1.0.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the MiniSys educative system.", - "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "OSS-EC_ADI_AD22100K_00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100K Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibMiniSys.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.0.0.zip", - "archiveFileName": "LibMiniSys-1.0.0.zip", - "size": 454453, - "checksum": "SHA-256:be184a45f7415c63e9ebd32005203d44d32fe15b34d0b3b92ac17186cfe5752b" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100K_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_ADI_AD22100K_00000057-1.0.3.zip", + "size": 1522632, + "checksum": "SHA-256:d1fc49676708d47c888761ac497445f8decb1fce48edb4640df05d2191f30d05" }, { - "name": "LibMiniSys", - "version": "1.1.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the MiniSys educative system.", - "paragraph": "This library allows you to control every device of the MiniSys educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "OSS-EC_ADI_AD22100K_00000057", + "version": "1.0.4", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100K Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibMiniSys.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibMiniSys-1.1.0.zip", - "archiveFileName": "LibMiniSys-1.1.0.zip", - "size": 668132, - "checksum": "SHA-256:6b8b150d9917fd39c927a729a05cb23b9144ad3a902c942069645085566912fd" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100K_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100K_00000057-1.0.4.zip", + "archiveFileName": "OSS_EC_ADI_AD22100K_00000057-1.0.4.zip", + "size": 1522622, + "checksum": "SHA-256:a562bf2832b1e796addac25df2b3a5eeb898a3d8b7721beccc55d0fdd9ef2196" }, { - "name": "EEvar", - "version": "0.1.0", - "author": "AlexIII", - "maintainer": "AlexIII", - "sentence": "Allows to save your variables in EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Simple. Lightweight.", - "paragraph": "Working with EEPROM is now almost just as simple as with regular variables. No need to keep track of addresses, offsets, and sizes of data you wand to store in EEPROM. After saving your variable to EEPROM its value gets restored after power failure or CPU reset.", - "website": "https://github.com/AlexIII/EEvar", - "category": "Data Storage", + "name": "OSS-EC_ADI_AD22100S_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100S Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AlexIII/EEvar.git", - "providesIncludes": [ - "EEvar.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.1.0.zip", - "archiveFileName": "EEvar-0.1.0.zip", - "size": 9012, - "checksum": "SHA-256:761c93205dbcee6fc7a19ad7269fc3d082ff5dc7d7f006ec8799a0147ec9d891" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100S_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_ADI_AD22100S_00000057-1.0.0.zip", + "size": 1511978, + "checksum": "SHA-256:272f76464801206364391110896239ee33b5f174b49e0dab45a81a39a63048be" }, { - "name": "EEvar", - "version": "0.2.0", - "author": "AlexIII", - "maintainer": "AlexIII", - "sentence": "Allows to save your variables in EEPROM memory. Works with any POD (bool, int, float, custom structs) and String. Simple. Lightweight.", - "paragraph": "Working with EEPROM is now almost just as simple as with regular variables. No need to keep track of addresses, offsets, and sizes of data you wand to store in EEPROM. After saving your variable to EEPROM its value gets restored after power failure or CPU reset.", - "website": "https://github.com/AlexIII/EEvar", - "category": "Data Storage", + "name": "OSS-EC_ADI_AD22100S_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100S Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AlexIII/EEvar.git", - "providesIncludes": [ - "EEvar.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AlexIII/EEvar-0.2.0.zip", - "archiveFileName": "EEvar-0.2.0.zip", - "size": 9053, - "checksum": "SHA-256:ecef35bc663d5656fea1dde33f35952ede67b9a509df05c6a0ef9da67df6b0a1" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100S_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_ADI_AD22100S_00000057-1.0.1.zip", + "size": 1511831, + "checksum": "SHA-256:edf03442811cdc3d56c7f8cfc2af62b3d6ceae2871c81aaa0b14e0698e715735" }, { - "name": "TJpg_Decoder", - "version": "0.0.2", - "author": "Bodmer", - "maintainer": "Bodmer", - "sentence": "A JPEG decoder based on tjpgd", - "paragraph": "Renders jpeg images to TFT displays.", - "website": "https://github.com/Bodmer/TJpg_Decoder", - "category": "Display", + "name": "OSS-EC_ADI_AD22100S_00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100S Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Bodmer/TJpg_Decoder.git", - "providesIncludes": [ - "TJpg_Decoder.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-0.0.2.zip", - "archiveFileName": "TJpg_Decoder-0.0.2.zip", - "size": 195410, - "checksum": "SHA-256:922ac481037889c630e03e6b632a84ecf2331416faaeab386ab44e4bc76bc31e" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100S_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_ADI_AD22100S_00000057-1.0.2.zip", + "size": 1522533, + "checksum": "SHA-256:ad004190ca8dd274487e9dd951a02a3945ebc1f409871fab8119203572cfcd46" }, { - "name": "TJpg_Decoder", - "version": "0.0.3", - "author": "Bodmer", - "maintainer": "Bodmer", - "sentence": "A JPEG decoder based on tjpgd", - "paragraph": "Renders jpeg images to TFT displays.", - "website": "https://github.com/Bodmer/TJpg_Decoder", - "category": "Display", + "name": "OSS-EC_ADI_AD22100S_00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100S Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Bodmer/TJpg_Decoder.git", - "providesIncludes": [ - "TJpg_Decoder.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/TJpg_Decoder-0.0.3.zip", - "archiveFileName": "TJpg_Decoder-0.0.3.zip", - "size": 195427, - "checksum": "SHA-256:8215e42501c9f6484607e049de342081a41efa5e80fc224665068a33afdec953" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100S_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_ADI_AD22100S_00000057-1.0.3.zip", + "size": 1522911, + "checksum": "SHA-256:655f29d7ca9a006e7ed9f32eeeb3fe48472c8c71c8a5d77f0de8f107fcff5276" }, { - "name": "ESP32DMASPI", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "SPI library for ESP32 which use DMA buffer to send/receive transactions", - "paragraph": "SPI library for ESP32 which use DMA buffer to send/receive transactions", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "OSS-EC_ADI_AD22100S_00000057", + "version": "1.0.4", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22100S Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ESP32DMASPI.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ESP32DMASPI-0.1.0.zip", - "archiveFileName": "ESP32DMASPI-0.1.0.zip", - "size": 19924, - "checksum": "SHA-256:c8c4766309210e4624af8b04ecca5db0c1b89215405bb234a2e2d6ad2196608b" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22100S_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22100S_00000057-1.0.4.zip", + "archiveFileName": "OSS_EC_ADI_AD22100S_00000057-1.0.4.zip", + "size": 1522902, + "checksum": "SHA-256:f407762491a262cbfd0213641687f81b258763c168b0ad381df1dbcf67575a86" }, { - "name": "SHT1x sensor library for ESPx", - "version": "1.0.0", - "author": "beegee_tokyo", - "maintainer": "beegee_tokyo \u003cbeegee@giesecke.tk\u003e", - "sentence": "Arduino ESP library for SHT1x Temp \u0026 Humidity Sensors for ESP32", - "paragraph": "Based on the SHT1x from Vincent Pang, updated to work with ESP32. Provides a simple interface to the SHT1x series (SHT10, SHT11, SHT15) and SHT7x series (SHT71, SHT75) temperature / humidity sensors from Sensirion", - "website": "http://desire.giesecke.tk/index.php/2018/01/30/esp32-dht11/", + "name": "CHT8305", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/SHT1x-ESP.git", + "repository": "https://github.com/RobTillaart/CHT8305.git", "providesIncludes": [ - "SHT1x-ESP.h" + "CHT8305.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/SHT1x_sensor_library_for_ESPx-1.0.0.zip", - "archiveFileName": "SHT1x_sensor_library_for_ESPx-1.0.0.zip", - "size": 344142, - "checksum": "SHA-256:e174b42e24bd7649e3611f5c433a16ea2bcf353988b828abdf0d1d16b62010e9" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.0.zip", + "archiveFileName": "CHT8305-0.1.0.zip", + "size": 10709, + "checksum": "SHA-256:4684c03107bfc79d7071cad3a40416cfd524425d334ca5b76b665d5a03044207" }, { - "name": "sevenSegment", - "version": "2.2.0", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "Control infinite seven segment displays with your arduino!", - "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", - "website": "https://github.com/Blake-Tourneur/sevenSegment", - "category": "Display", - "architectures": [], + "name": "CHT8305", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/sevenSegment.git", + "repository": "https://github.com/RobTillaart/CHT8305.git", "providesIncludes": [ - "sevenSegment.h" + "CHT8305.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.2.0.zip", - "archiveFileName": "sevenSegment-2.2.0.zip", - "size": 633107, - "checksum": "SHA-256:7f1155fbb3ca94562377ea1c83389a305192d62a9385cb62fb95c942a0b27281" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.1.zip", + "archiveFileName": "CHT8305-0.1.1.zip", + "size": 13066, + "checksum": "SHA-256:b2b57899201d4980e262373016b7ddc8eba3214367e677e1f4dcdc67a2e78fff" }, { - "name": "sevenSegment", - "version": "2.3.1", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "Control infinite seven segment displays with your arduino!", - "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", - "website": "https://github.com/Blake-Tourneur/sevenSegment", - "category": "Display", - "architectures": [], + "name": "CHT8305", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/sevenSegment.git", + "repository": "https://github.com/RobTillaart/CHT8305.git", "providesIncludes": [ - "sevenSegment.h" + "CHT8305.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.3.1.zip", - "archiveFileName": "sevenSegment-2.3.1.zip", - "size": 633808, - "checksum": "SHA-256:2d60887e9aa5f7155bc33c5cffdc19d1af39aaddf6374b4b5afe57788824ca16" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.2.zip", + "archiveFileName": "CHT8305-0.1.2.zip", + "size": 14588, + "checksum": "SHA-256:a636421b95986fb4ab02ea2fa1d91ac1db30f22787d07c4ee7228e12ef13fe3d" }, { - "name": "sevenSegment", - "version": "2.4.0", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "Control infinite seven segment displays with your arduino!", - "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", - "website": "https://github.com/Blake-Tourneur/sevenSegment", - "category": "Display", + "name": "CHT8305", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/sevenSegment.git", + "repository": "https://github.com/RobTillaart/CHT8305.git", "providesIncludes": [ - "sevenSegment.h" + "CHT8305.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.4.0.zip", - "archiveFileName": "sevenSegment-2.4.0.zip", - "size": 634069, - "checksum": "SHA-256:d90575049e80d873e5469e6933588ae2696c4af950cb8cfa02d0244044d2b112" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.3.zip", + "archiveFileName": "CHT8305-0.1.3.zip", + "size": 16243, + "checksum": "SHA-256:1d959d9316de4fb5a0b807d98fe48483b67ea49741d2dfe57b60f40bbe1f750a" }, { - "name": "sevenSegment", - "version": "2.4.1", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "Control infinite seven segment displays with your arduino!", - "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", - "website": "https://github.com/Blake-Tourneur/sevenSegment", - "category": "Display", + "name": "CHT8305", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/sevenSegment.git", + "repository": "https://github.com/RobTillaart/CHT8305.git", "providesIncludes": [ - "sevenSegment.h" + "CHT8305.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.4.1.zip", - "archiveFileName": "sevenSegment-2.4.1.zip", - "size": 634070, - "checksum": "SHA-256:f12455503727d89dfc7b39fbf08e68848a15464932eb4250dfeddf45264aeb8f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.4.zip", + "archiveFileName": "CHT8305-0.1.4.zip", + "size": 16373, + "checksum": "SHA-256:fb7a5e8a3355fa679699d466cb478d6b4224995d4aef7210c3781b6b22de7e30" }, { - "name": "sevenSegment", - "version": "2.5.0", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "Control infinite seven segment displays with your arduino!", - "paragraph": "This library is for using seven segment displays wired to arduino straight (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite seven segment displays off 3 pins.", - "website": "https://github.com/Blake-Tourneur/sevenSegment", - "category": "Display", + "name": "CHT8305", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/sevenSegment.git", + "repository": "https://github.com/RobTillaart/CHT8305.git", "providesIncludes": [ - "sevenSegment.h" + "CHT8305.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/sevenSegment-2.5.0.zip", - "archiveFileName": "sevenSegment-2.5.0.zip", - "size": 634383, - "checksum": "SHA-256:abcb99b0f03631cdce2e1c30a9669691a30d430db92fd2e5d794362f399ab9a3" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.5.zip", + "archiveFileName": "CHT8305-0.1.5.zip", + "size": 17189, + "checksum": "SHA-256:88fda7c24de58f77c1a5aae3600912969eadfc345594bf9dd0323e93c8e35981" }, { - "name": "VT100", - "version": "1.0.0", - "author": "Kai Liebich", - "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", - "sentence": "Library to control a VT100 terminal via an Arduino", - "paragraph": "Using this library it is possible to make better use of VT100 capable terminal programs such as Tera Term.", - "website": "https://github.com/kcl93/VT100", - "category": "Communication", + "name": "CHT8305", + "version": "0.1.6", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kcl93/VT100.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/VT100-1.0.0.zip", - "archiveFileName": "VT100-1.0.0.zip", - "size": 184570, - "checksum": "SHA-256:d6ac8a2ea6d0fd854fcbfb39e4972f3e280594d57f2e6662950656e2e9fe5e13" + "repository": "https://github.com/RobTillaart/CHT8305.git", + "providesIncludes": [ + "CHT8305.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.6.zip", + "archiveFileName": "CHT8305-0.1.6.zip", + "size": 17448, + "checksum": "SHA-256:e8bda8cfb1145c4aa155e15d84554e46faef279ef70a3c026e9b456a27f0db2b" }, { - "name": "ThreadedTimer", - "version": "0.1.0", - "author": "Aduen Darriba", - "maintainer": "Aduen \u003cinfo@aduen.nl\u003e", - "sentence": "A threaded timing library for mbed Arduinos", - "paragraph": "The library is an mbed wrapper around EventQueue and Thread, making it a threaded event timer. Usage is similar to other timing libraries.", - "website": "https://github.com/Aduen/ThreadedTimer", - "category": "Timing", + "name": "CHT8305", + "version": "0.1.7", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Aduen/ThreadedTimer.git", + "repository": "https://github.com/RobTillaart/CHT8305.git", "providesIncludes": [ - "threadedtimer.h" + "CHT8305.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Aduen/ThreadedTimer-0.1.0.zip", - "archiveFileName": "ThreadedTimer-0.1.0.zip", - "size": 16305, - "checksum": "SHA-256:43d3f8b268f38d30c2299d5d3c12580b336862f927a7fe3e0d5edf3b85a4f4f7" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.1.7.zip", + "archiveFileName": "CHT8305-0.1.7.zip", + "size": 17671, + "checksum": "SHA-256:924decec699c6345616c92674d85279791677407ca3472ad7c8f971c6dfc6cf6" }, { - "name": "ESPDateTime", + "name": "CHT8305", "version": "0.2.0", - "author": "Zhang Xiaoke", - "maintainer": "Zhang Xiaoke", - "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", - "paragraph": "This library provides a simple class for sync system timestamp vis ntp and format date time to string, works on esp8266 and esp32 platform.", - "website": "https://github.com/mcxiaoke/ESPDateTime", - "category": "Other", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for CHT8305 temperature and humidity sensor.", + "website": "https://github.com/RobTillaart/CHT8305", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mcxiaoke/ESPDateTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.2.0.zip", - "archiveFileName": "ESPDateTime-0.2.0.zip", - "size": 211741, - "checksum": "SHA-256:2496f493ea86d7b5f8592a9b871a5a667d2dd3a47fcadf84a035fdd2805d3bbf" + "repository": "https://github.com/RobTillaart/CHT8305.git", + "providesIncludes": [ + "CHT8305.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CHT8305-0.2.0.zip", + "archiveFileName": "CHT8305-0.2.0.zip", + "size": 17804, + "checksum": "SHA-256:aaa3597e1c9c1205bd2547419d958f7dae8a57fbd3d42d66fe6aee2e22be819e" }, { - "name": "ESPDateTime", - "version": "0.1.0", - "author": "Zhang Xiaoke", - "maintainer": "Zhang Xiaoke", - "sentence": "Date Time Functions and Classes for ESP8266 and ESP32", - "paragraph": "Date Time Functions and Classes for ESP8266 and ESP32", - "website": "https://github.com/mcxiaoke/ESPDateTime", - "category": "Other", + "name": "Arduino_BMI270_BMM150", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the IMU on your Arduino Nano 33 BLE Sense R2", + "website": "https://github.com/arduino-libraries/Arduino_BMI270_BMM150", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/mcxiaoke/ESPDateTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mcxiaoke/ESPDateTime-0.1.0.zip", - "archiveFileName": "ESPDateTime-0.1.0.zip", - "size": 16984, - "checksum": "SHA-256:86cbeadc26aeb3a6ae2414247221328ce0b31ab60ecfd07bf6e3bc59794b4e8b" + "repository": "https://github.com/arduino-libraries/Arduino_BMI270_BMM150.git", + "providesIncludes": [ + "Arduino_BMI270_BMM150.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BMI270_BMM150-1.0.0.zip", + "archiveFileName": "Arduino_BMI270_BMM150-1.0.0.zip", + "size": 209302, + "checksum": "SHA-256:06f544dc43561c72005bd59af9e097182ead3fea018d20e1796abd6497641c38" }, { - "name": "TsyDMASPI", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "SPI library using DMA buffer for Teensy", - "paragraph": "SPI library using DMA buffer for Teensy", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Arduino_BMI270_BMM150", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the accelerometer, magnetometer and gyroscope values from the IMU on your Arduino Nano 33 BLE Sense Rev2", + "website": "https://github.com/arduino-libraries/Arduino_BMI270_BMM150", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/hideakitai/TsyDMASPI.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.0.zip", - "archiveFileName": "TsyDMASPI-0.1.0.zip", - "size": 12846, - "checksum": "SHA-256:86096d645a4fa5c2b675c262dbcbcf725d11704eed57d8c99d9be04511b7093a" + "repository": "https://github.com/arduino-libraries/Arduino_BMI270_BMM150.git", + "providesIncludes": [ + "Arduino_BMI270_BMM150.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BMI270_BMM150-1.1.0.zip", + "archiveFileName": "Arduino_BMI270_BMM150-1.1.0.zip", + "size": 221295, + "checksum": "SHA-256:19665dde5efa5577ed938b7382fb742a159bbea6b5d4b9709af0adec6e5b3a4c" }, { - "name": "TsyDMASPI", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "SPI library using DMA buffer for Teensy", - "paragraph": "SPI library using DMA buffer for Teensy", - "website": "https://github.com/hideakitai", + "name": "iotsa", + "version": "1.1.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TsyDMASPI.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TsyDMASPI-0.1.2.zip", - "archiveFileName": "TsyDMASPI-0.1.2.zip", - "size": 15255, - "checksum": "SHA-256:712d06519ac265412c2ab95fc3477e12616ce7c211f9760bc5f37e63f1b2a22e" + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.1.0.zip", + "archiveFileName": "iotsa-1.1.0.zip", + "size": 8797898, + "checksum": "SHA-256:3b79d2d1eb4a193239170d7c16df34a5c6ac28dca73c0ffddef5065d0b27ebb0" }, { - "name": "AllThingsTalk WiFi SDK", - "version": "2.0.0", - "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "Connect and control your device with AllThingsTalk Maker", - "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", - "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "name": "iotsa", + "version": "1.2.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "AllThingsTalk_WiFi.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - } + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.0.0.zip", - "archiveFileName": "AllThingsTalk_WiFi_SDK-2.0.0.zip", - "size": 76194, - "checksum": "SHA-256:d9b53161db26deaffede67d25032efd2b2819609b8546fb2a54e433ca9c95b86" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.2.0.zip", + "archiveFileName": "iotsa-1.2.0.zip", + "size": 8819563, + "checksum": "SHA-256:ad6cbef97fcc6762cf7f4db3396bd88ff32276ae22ce835d0dc8916859ae6722" }, { - "name": "AllThingsTalk WiFi SDK", - "version": "2.1.0", - "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "Connect and control your device with AllThingsTalk", - "paragraph": "Easily connect to WiFi and AllThingsTalk. Send any type of data in any format, add dozens of actuations to control your device using your AllThingsTalk Maker. Supports ESP8266-based devices and Arduino MKR1010.", - "website": "http://www.github.com/allthingstalk/arduino-wifi-sdk", + "name": "iotsa", + "version": "1.2.1", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-wifi-sdk.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "AllThingsTalk_WiFi.h" + "iotsa.h" ], - "dependencies": [ - { - "name": "ArduinoJson" - } + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.2.1.zip", + "archiveFileName": "iotsa-1.2.1.zip", + "size": 8819596, + "checksum": "SHA-256:62c74d242cd86460ca91cdf88dd1fc2501ae24d6e4e4870c00cee46e5d4c0373" + }, + { + "name": "iotsa", + "version": "1.4.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_WiFi_SDK-2.1.0.zip", - "archiveFileName": "AllThingsTalk_WiFi_SDK-2.1.0.zip", - "size": 80999, - "checksum": "SHA-256:e2d9c9241d320b2911278e4ae803d47e47d66d0360ff9972acd1a4b78828715f" + "types": [ + "Contributed" + ], + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.4.0.zip", + "archiveFileName": "iotsa-1.4.0.zip", + "size": 8819731, + "checksum": "SHA-256:9cc05ba8e6af88f41a76659478f774bcf7dddf8ba583546eb76fbf3f4468f8a3" }, { - "name": "ESP8266_ISR_Servo", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266.", - "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", - "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", - "category": "Timing", + "name": "iotsa", + "version": "1.5.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", + "category": "Communication", "architectures": [ - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.0.zip", - "archiveFileName": "ESP8266_ISR_Servo-1.0.0.zip", - "size": 18426, - "checksum": "SHA-256:1f35cf9191f542545bfb555238a2a247cd4e1f6fd4217614caf10f7e4befa69e" + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.5.0.zip", + "archiveFileName": "iotsa-1.5.0.zip", + "size": 8828896, + "checksum": "SHA-256:9d831560ef220ffdd3dfb68c43dd543238c49c4fafb50dd86447d2c9fb4d7a08" }, { - "name": "ESP8266_ISR_Servo", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", - "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", - "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", - "category": "Timing", + "name": "iotsa", + "version": "1.6.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", + "category": "Communication", "architectures": [ - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.1.zip", - "archiveFileName": "ESP8266_ISR_Servo-1.0.1.zip", - "size": 22523, - "checksum": "SHA-256:e7e7d1af0208cf9b2e1b2070dd10811af372a8cfc333ffebdb6cceb3873b43c3" + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.6.0.zip", + "archiveFileName": "iotsa-1.6.0.zip", + "size": 8831019, + "checksum": "SHA-256:d243d18f9cd09f142505b5c3018318465c1c6f905d39a38e55d50c42eb22d850" }, { - "name": "ESP8266_ISR_Servo", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP8266 to control servo motors.", - "paragraph": "This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 or more servo motors.", - "website": "https://github.com/khoih-prog/ESP8266_ISR_Servo", - "category": "Timing", + "name": "iotsa", + "version": "1.7.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", + "category": "Communication", "architectures": [ - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_ISR_Servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ISR_Servo-1.0.2.zip", - "archiveFileName": "ESP8266_ISR_Servo-1.0.2.zip", - "size": 36835, - "checksum": "SHA-256:68f27cdb803f217a1461ccb7b66e571fee3b395ba92b4220cebdf0cd8fe4d282" + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.7.0.zip", + "archiveFileName": "iotsa-1.7.0.zip", + "size": 8841540, + "checksum": "SHA-256:aa079a1cf96a2373257f62021d426ec973b344e72867980b373fd4ccf323d105" }, { - "name": "Commander", - "version": "1.1.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "1.7.1", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.1.0.zip", - "archiveFileName": "Commander-1.1.0.zip", - "size": 53186, - "checksum": "SHA-256:8c22280ba1d737eaa302c64d6ef8ed00448aab9dc700b7527a0acec6728ff09c" + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.7.1.zip", + "archiveFileName": "iotsa-1.7.1.zip", + "size": 8841607, + "checksum": "SHA-256:498f82271cd62a06b0df9717db849429272f3c7f576a6ef6b2f0109c8340b180" }, { - "name": "Commander", - "version": "1.2.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "1.7.2", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.2.0.zip", - "archiveFileName": "Commander-1.2.0.zip", - "size": 59249, - "checksum": "SHA-256:69a754afb17630c2811d838506d1bc465abe3aa93ff300c107d31db5a0b954d4" + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.7.2.zip", + "archiveFileName": "iotsa-1.7.2.zip", + "size": 8835401, + "checksum": "SHA-256:909161cc06af1e7312a5ca5e094b63e3c5647b5dd0dbbe2adbf3bf2f58b13735" }, { - "name": "Commander", - "version": "1.2.1", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "1.8.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.2.1.zip", - "archiveFileName": "Commander-1.2.1.zip", - "size": 56781, - "checksum": "SHA-256:5e8b711eb6e423a1d66cfb3457742ebf6d25b0a61355652c2ac34ddf3caf8845" + "repository": "https://github.com/cwi-dis/iotsa.git", + "providesIncludes": [ + "iotsa.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.8.0.zip", + "archiveFileName": "iotsa-1.8.0.zip", + "size": 8842590, + "checksum": "SHA-256:1c1b490c8a7d3bbf635404f81caf54eeb421f89dd0d1b5d840507ac22c847588" }, { - "name": "Commander", - "version": "1.3.1", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "1.8.1", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-1.3.1.zip", - "archiveFileName": "Commander-1.3.1.zip", - "size": 58877, - "checksum": "SHA-256:82d5cddc0efc75a2fd7990269214434e336764c3821327e5ea2982c3369feb26" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-1.8.1.zip", + "archiveFileName": "iotsa-1.8.1.zip", + "size": 8842859, + "checksum": "SHA-256:29c826a6bc4bda6d602fc677d435e0dc76607aa236353ab1744bf7f74b0428a6" }, { - "name": "Commander", + "name": "iotsa", "version": "2.0.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.0.0.zip", - "archiveFileName": "Commander-2.0.0.zip", - "size": 69727, - "checksum": "SHA-256:84fad85b4f511f5ffcf6622fbdb909428ed6fc797cc63a1cf2b654417925736c" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.0.0.zip", + "archiveFileName": "iotsa-2.0.0.zip", + "size": 8840134, + "checksum": "SHA-256:79e2d8455e485d5c335f81a6bb5fe62bad020ddcf62549733d610fb4701e7f86" }, { - "name": "Commander", + "name": "iotsa", "version": "2.1.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.1.0.zip", - "archiveFileName": "Commander-2.1.0.zip", - "size": 70183, - "checksum": "SHA-256:de1dd01d6b8d237bec2b586bd2a8f4b270b5dfd4d39818ef106fe04048814dc5" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.1.0.zip", + "archiveFileName": "iotsa-2.1.0.zip", + "size": 8864531, + "checksum": "SHA-256:0674f5afd52c0000fa2ba6794fa875cb55f53b23aebcc83b2402fea28f534094" }, { - "name": "Commander", + "name": "iotsa", "version": "2.2.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-2.2.0.zip", - "archiveFileName": "Commander-2.2.0.zip", - "size": 66289, - "checksum": "SHA-256:4c2024691a346af3ba35ef7fec19d38c610aa7f7a3db3f1ef4932e6812d6abd3" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.2.0.zip", + "archiveFileName": "iotsa-2.2.0.zip", + "size": 8868804, + "checksum": "SHA-256:7159d48bde9bfffe08c9443dde80d3b3e38450f81bbfe4a0d3c320943dd2cc28" }, { - "name": "Commander", - "version": "3.0.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "2.4.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.0.0.zip", - "archiveFileName": "Commander-3.0.0.zip", - "size": 73580, - "checksum": "SHA-256:c581cf1babebb0d0d5ea0c7b6a4c01de946551f61a1994daf0b5545c907b06d6" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.4.0.zip", + "archiveFileName": "iotsa-2.4.0.zip", + "size": 8890798, + "checksum": "SHA-256:bdad46234bcc3c12e484482776dd2f0d39a6d0dd5f363d53e0610761980fbd6a" }, { - "name": "Commander", - "version": "3.1.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "2.4.1", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.1.0.zip", - "archiveFileName": "Commander-3.1.0.zip", - "size": 74221, - "checksum": "SHA-256:2d7ead2bfb86d512bcd8e00666d4019fabbae84fb19ec44b313f2cc7ceac65cb" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.4.1.zip", + "archiveFileName": "iotsa-2.4.1.zip", + "size": 8891079, + "checksum": "SHA-256:116a5e0037eb33c1d21b491d2012887af3519bf650b3b9c80a478bf1abdcdb64" }, { - "name": "Commander", - "version": "3.1.1", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "2.5.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.1.1.zip", - "archiveFileName": "Commander-3.1.1.zip", - "size": 74251, - "checksum": "SHA-256:0a3156e327b518cf4ca417a209928a9cae718d2e1a9398600f91f0f5ea536d80" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.5.0.zip", + "archiveFileName": "iotsa-2.5.0.zip", + "size": 8891105, + "checksum": "SHA-256:ff6ed9b4b02c457c2cb7c98cfc86a5d80d548ff9f658b4e75477fe5d48220c3e" }, { - "name": "Commander", - "version": "3.2.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "2.5.1", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-3.2.0.zip", - "archiveFileName": "Commander-3.2.0.zip", - "size": 75228, - "checksum": "SHA-256:61e39387d3db2b4edcf0df6861c05da8b1ff84db2715576723e66d471d4f20a3" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.5.1.zip", + "archiveFileName": "iotsa-2.5.1.zip", + "size": 8911619, + "checksum": "SHA-256:ba1db92f9b8e54f34e1efb46e7f0490be34c9f904f8aafcb8860ac4a86830aa7" }, { - "name": "Commander", - "version": "4.0.0", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "2.6.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.0.0.zip", - "archiveFileName": "Commander-4.0.0.zip", - "size": 76001, - "checksum": "SHA-256:e4e6dd09e0abc7e64e28d79eb710a0696611741ba1c26415020d33286d7d1d6e" + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.6.0.zip", + "archiveFileName": "iotsa-2.6.0.zip", + "size": 8911621, + "checksum": "SHA-256:461ca33420a577a05a86fd5e47edb04994dc03c16c5d87fe3763cf33080ea835" }, { - "name": "Commander", - "version": "4.0.1", - "author": "Bill Bigge", - "maintainer": "Bill Bigge \u003cbbigge@gmail.com\u003e", - "sentence": "Command line library for Arduino.", - "paragraph": "Attaches to Stream objects (Serial ports, SD Cards, Bluetooth, WiFi . . .) and allows text based command prompt style interfaces to be created.", - "website": "https://github.com/CreativeRobotics/Commander", + "name": "iotsa", + "version": "2.7.0", + "author": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "maintainer": "Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", + "sentence": "An Internet Of Things Server Architecture for ESP8266.", + "paragraph": "Library/application framework that allows easy creation of web servers and REST servers. Optional modules provide access control, clock synchronisation, over-the-air programming, static document storage and retrieval and more. Add your own modules to access hardware.", + "website": "https://github.com/cwi-dis/iotsa", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CreativeRobotics/Commander.git", + "repository": "https://github.com/cwi-dis/iotsa.git", "providesIncludes": [ - "Commander.h" + "iotsa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CreativeRobotics/Commander-4.0.1.zip", - "archiveFileName": "Commander-4.0.1.zip", - "size": 76003, - "checksum": "SHA-256:cc98b654cd74973c86208956865e94a098612d22733d326b9ea5fb95961d8a96" + "dependencies": [ + { + "name": "Adafruit NeoPixel" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoJWT" + }, + { + "name": "CoAP simple library" + }, + { + "name": "ESP32Encoder" + }, + { + "name": "NimBLE-Arduino" + }, + { + "name": "esp32_https_server_compat" + }, + { + "name": "LittleFS_esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cwi-dis/iotsa-2.7.0.zip", + "archiveFileName": "iotsa-2.7.0.zip", + "size": 8923145, + "checksum": "SHA-256:b4d0db31b8c86eb3ef344fa7770b5f40c172a30b49999e0ebc72bc4751da7a5e" }, { - "name": "P1AM", - "version": "0.3.1", - "author": "FACTS Engineering", - "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", - "sentence": "P1AM-100 CPU library", - "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", - "website": "https://github.com/facts-engineering/P1AM", + "name": "MemoryDumper", + "version": "0.0.1", + "author": "ALI CHOUCHENE", + "maintainer": "ALI CHOUCHENE \u003calichouchene10@gmail.com\u003e", + "sentence": "Dump Arduino memory", + "paragraph": "Use this library to dump registers and RAM content through serial monitor.", + "website": "https://github.com/ALICHOUCHENE/MemoryDumper", "category": "Signal Input/Output", - "architectures": [], + "architectures": [ + "avr" + ], "types": [ "Contributed" ], - "repository": "https://github.com/facts-engineering/P1AM.git", - "providesIncludes": [ - "P1AM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-0.3.1.zip", - "archiveFileName": "P1AM-0.3.1.zip", - "size": 60389, - "checksum": "SHA-256:792257fcafeabd38472cced90c07d5a8d195c4eb314008f4cb1fc4dce43efe00" + "repository": "https://github.com/ALICHOUCHENE/MemoryDumper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ALICHOUCHENE/MemoryDumper-0.0.1.zip", + "archiveFileName": "MemoryDumper-0.0.1.zip", + "size": 9467, + "checksum": "SHA-256:5564610fc35726f312e2044bfd06c5b0876c9b3d3e853ce6d03c60f596794253" }, { - "name": "P1AM", + "name": "DRV8434S", "version": "1.0.0", - "author": "FACTS Engineering", - "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", - "sentence": "P1AM-100 CPU library", - "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", - "website": "https://github.com/facts-engineering/P1AM", - "category": "Signal Input/Output", - "architectures": [], + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "DRV8434S stepper motor driver library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with the DRV8434S stepper motor driver.", + "website": "https://github.com/pololu/drv8434s-arduino", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/facts-engineering/P1AM.git", - "providesIncludes": [ - "P1AM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.0.zip", - "archiveFileName": "P1AM-1.0.0.zip", - "size": 67765, - "checksum": "SHA-256:d9a84a585d96e246602551e6e9a22df4e735409b18b387febe3f573f726d69f4" + "repository": "https://github.com/pololu/drv8434s-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DRV8434S-1.0.0.zip", + "archiveFileName": "DRV8434S-1.0.0.zip", + "size": 15495, + "checksum": "SHA-256:f73874d9d794af2239c096639549086ab414351dda4cebc695504164121602fc" }, { - "name": "P1AM", + "name": "DRV8434S", "version": "1.0.1", - "author": "FACTS Engineering", - "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", - "sentence": "P1AM-100 CPU library", - "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", - "website": "https://github.com/facts-engineering/P1AM", - "category": "Signal Input/Output", + "author": "Pololu", + "maintainer": "Pololu \u003cinbox@pololu.com\u003e", + "sentence": "DRV8434S stepper motor driver library for Arduino", + "paragraph": "This is a library for the Arduino IDE that helps interface with the DRV8434S stepper motor driver.", + "website": "https://github.com/pololu/drv8434s-arduino", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/facts-engineering/P1AM.git", - "providesIncludes": [ - "P1AM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.1.zip", - "archiveFileName": "P1AM-1.0.1.zip", - "size": 67810, - "checksum": "SHA-256:8eab7b13707f1ad85dbcbfcbb2d158b718b4ef391501e3e4289441881ca30c8a" + "repository": "https://github.com/pololu/drv8434s-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pololu/DRV8434S-1.0.1.zip", + "archiveFileName": "DRV8434S-1.0.1.zip", + "size": 15563, + "checksum": "SHA-256:2a2d82130431d5ee66bacac1caae5da2402d9288580282e30a39471572ff88ef" }, { - "name": "P1AM", - "version": "1.0.3", - "author": "FACTS Engineering", - "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", - "sentence": "P1AM-100 CPU library", - "paragraph": "A library that has all the functions needed to interface a P1AM-100 CPU to P1 I/O modules.", - "website": "https://github.com/facts-engineering/P1AM", - "category": "Signal Input/Output", + "name": "ProtoCentral MAX30001", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral MAX30001 Single lead ECG breakout board.", + "paragraph": "The MAX30001 chip from Maxim is a single-lead ECG and BioZ analog front-end, which also includes R-R (heartbeat) detection.", + "website": "https://github.com/Protocentral/protocentral_max30001_arduino_library", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/facts-engineering/P1AM.git", - "providesIncludes": [ - "P1AM.h" + "repository": "https://github.com/Protocentral/protocentral_max30001_arduino_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30001-1.0.0.zip", + "archiveFileName": "ProtoCentral_MAX30001-1.0.0.zip", + "size": 115687, + "checksum": "SHA-256:42f907a244d059b556e870366fbf905b32ead29f4de53205f6d83da662644873" + }, + { + "name": "ProtoCentral MAX30001", + "version": "1.0.1", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral MAX30001 Single lead ECG breakout board.", + "paragraph": "The MAX30001 chip from Maxim is a single-lead ECG and BioZ analog front-end, which also includes R-R (heartbeat) detection.", + "website": "https://github.com/Protocentral/protocentral_max30001_arduino_library", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM-1.0.3.zip", - "archiveFileName": "P1AM-1.0.3.zip", - "size": 69363, - "checksum": "SHA-256:8c6854d17c84bfbba17654fde67fc7ce3f99dd6d2da1459443527c11e9a2fc00" + "types": [ + "Contributed" + ], + "repository": "https://github.com/Protocentral/protocentral_max30001_arduino_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30001-1.0.1.zip", + "archiveFileName": "ProtoCentral_MAX30001-1.0.1.zip", + "size": 115736, + "checksum": "SHA-256:ae63026809ec0754ef725f7d409e6ca0e5f5f31e62c69f6a9a6c1e1de2fcd067" }, { - "name": "Wireling", - "version": "0.1.0", - "author": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", - "maintainer": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", - "sentence": "Simple helper functions for using Wireling boards.", - "paragraph": "Allows for easy use of Wireling boards and adapters on multiple platforms.", - "website": "https://TinyCircuits.com/Wirelings", - "category": "Communication", + "name": "ProtoCentral MAX30001", + "version": "1.0.2", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral MAX30001 Single lead ECG breakout board.", + "paragraph": "The MAX30001 chip from Maxim is a single-lead ECG and BioZ analog front-end, which also includes R-R (heartbeat) detection.", + "website": "https://github.com/Protocentral/protocentral_max30001_arduino_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TinyCircuits/TinyCircuits-Wireling-Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/TinyCircuits/Wireling-0.1.0.zip", - "archiveFileName": "Wireling-0.1.0.zip", - "size": 7650, - "checksum": "SHA-256:87c47837586881aeb3fe6178320366e01e421e3eb257216e68ebf8929aeca801" + "repository": "https://github.com/Protocentral/protocentral_max30001_arduino_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30001-1.0.2.zip", + "archiveFileName": "ProtoCentral_MAX30001-1.0.2.zip", + "size": 115828, + "checksum": "SHA-256:e0f41fb703dd519e3eae960dc52e45b8b57f869db7d416b161442c129604a86a" }, { - "name": "Wireling", - "version": "0.1.1", - "author": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", - "maintainer": "TinyCircuits \u003cinfo@tinycircuits.com\u003e", - "sentence": "Simple helper functions for using Wireling boards.", - "paragraph": "Allows for easy use of Wireling boards and adapters on multiple platforms.", - "website": "https://TinyCircuits.com/Wirelings", - "category": "Communication", + "name": "ProtoCentral MAX30001", + "version": "1.1.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral MAX30001 Single lead ECG breakout board.", + "paragraph": "The MAX30001 chip from Maxim is a single-lead ECG and BioZ analog front-end, which also includes R-R (heartbeat) detection.", + "website": "https://github.com/Protocentral/protocentral_max30001_arduino_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TinyCircuits/TinyCircuits-Wireling-Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/TinyCircuits/Wireling-0.1.1.zip", - "archiveFileName": "Wireling-0.1.1.zip", - "size": 7809, - "checksum": "SHA-256:4f519d96af89bba1687e46d0de63284b6fd2503c2a9d9a00f6d3af82c5b8e133" + "repository": "https://github.com/Protocentral/protocentral_max30001_arduino_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MAX30001-1.1.0.zip", + "archiveFileName": "ProtoCentral_MAX30001-1.1.0.zip", + "size": 118904, + "checksum": "SHA-256:c4fa348379b2f6b56c161bdac11ac2f5e827b488bfbd3f842ba888039fc48edf" }, { - "name": "MorseCodeMachine", + "name": "M5Unit-Thermal2", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT Thermal2", + "paragraph": "See more on https://docs.m5stack.com/en/unit/thermal2", + "website": "https://github.com/m5stack/M5Unit-Thermal2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Unit-Thermal2.git", + "providesIncludes": [ + "M5_Thermal2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_Thermal2-0.0.1.zip", + "archiveFileName": "M5Unit_Thermal2-0.0.1.zip", + "size": 91617, + "checksum": "SHA-256:694e134bcbd421d0a3296cc71b00d174e352633657e0072cd48d7fdd645f4b01" + }, + { + "name": "sACN", "version": "1.0.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "LCD Library for sACN ANSI E1.31", + "paragraph": "LCD Library for sending and receiving sACN DMX streams following ANSI E1.31", + "website": "https://github.com/sstaub/sACN", "category": "Communication", "architectures": [ "*" @@ -290774,23 +747303,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/sstaub/sACN.git", "providesIncludes": [ - "MorseCodeMachine.h" + "sACN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.0.0.zip", - "archiveFileName": "MorseCodeMachine-1.0.0.zip", - "size": 7745, - "checksum": "SHA-256:0ebfad66dfdb750bed345cae542f330c49b752ee5bf727a63ea23478d6f705fb" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/sACN-1.0.0.zip", + "archiveFileName": "sACN-1.0.0.zip", + "size": 16009, + "checksum": "SHA-256:5020e20c3ba7f59ef9290d5862d9a370202a98b3deb4a08b26840248c8568278" }, { - "name": "MorseCodeMachine", + "name": "sACN", "version": "1.0.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "Library for sACN ANSI E1.31", + "paragraph": "Library for sending and receiving sACN DMX streams following ANSI E1.31", + "website": "https://github.com/sstaub/sACN", "category": "Communication", "architectures": [ "*" @@ -290798,23 +747327,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/sstaub/sACN.git", "providesIncludes": [ - "MorseCodeMachine.h" + "sACN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.0.1.zip", - "archiveFileName": "MorseCodeMachine-1.0.1.zip", - "size": 8554, - "checksum": "SHA-256:b983db4141c0dcb0a9f697842c83f278cad5eab2c0b5c823686a8e88492c4cfb" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/sACN-1.0.1.zip", + "archiveFileName": "sACN-1.0.1.zip", + "size": 16029, + "checksum": "SHA-256:c2c143746d3483ec75dc7e2d82cdda0830c79a7eee74655d6894b38a22ca7753" }, { - "name": "MorseCodeMachine", - "version": "1.1.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "sACN", + "version": "1.0.2", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "Library for sACN ANSI E1.31", + "paragraph": "Library for sending and receiving sACN DMX streams following ANSI E1.31", + "website": "https://github.com/sstaub/sACN", "category": "Communication", "architectures": [ "*" @@ -290822,143 +747351,151 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/sstaub/sACN.git", "providesIncludes": [ - "MorseCodeMachine.h" + "sACN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.0.zip", - "archiveFileName": "MorseCodeMachine-1.1.0.zip", - "size": 8726, - "checksum": "SHA-256:deed35bb4338a97ee85cf16d61ef24daa72869451ecfcb7b331eebb33183f300" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/sACN-1.0.2.zip", + "archiveFileName": "sACN-1.0.2.zip", + "size": 16026, + "checksum": "SHA-256:bd1f640adaefaa3d7a0d07e7150809173804563a4a9fcf0bd4fe5d50e1ac14bf" }, { - "name": "MorseCodeMachine", - "version": "1.1.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "eOS", + "version": "1.2.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "ETC EOS library for OSC", + "paragraph": "Arduino library to control ETC EOS consoles using OSC over USB and UDP.", + "website": "https://github.com/sstaub/eOS", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/sstaub/eOS.git", "providesIncludes": [ - "MorseCodeMachine.h" + "eOS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.1.zip", - "archiveFileName": "MorseCodeMachine-1.1.1.zip", - "size": 8929, - "checksum": "SHA-256:eccb6d01577ba938d4f8ee32c73f95fa53c89ad23f51779114f07bc0c48f9000" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/eOS-1.2.0.zip", + "archiveFileName": "eOS-1.2.0.zip", + "size": 472856, + "checksum": "SHA-256:da0f7dc3580e7281e76809724299a7a6b76cf9a3f575103541bade1b88c1fa39" }, { - "name": "MorseCodeMachine", - "version": "1.1.2", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6613MXK, MAX6613MXK/V Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.1.2.zip", - "archiveFileName": "MorseCodeMachine-1.1.2.zip", - "size": 11805, - "checksum": "SHA-256:8f76cc6b5bb91af1804952a026e744a3db79551ea64f3da1d451866f78f54fb5" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.0.zip", + "size": 1232521, + "checksum": "SHA-256:4d0476f52c5f09913a49b7ce5791793b42750a32266d84a6613d7b4531db6b26" }, { - "name": "MorseCodeMachine", - "version": "1.10.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6613MXK, MAX6613MXK/V Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.10.0.zip", - "archiveFileName": "MorseCodeMachine-1.10.0.zip", - "size": 78034, - "checksum": "SHA-256:76874b4db80f5344f4839f3f3066def287d6a9fead31d201ac9c7457d1135022" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.1.zip", + "size": 1232373, + "checksum": "SHA-256:4fc5a207db8eebc99b90b2b332b374bf3e5a94f1f9193766e1a88687972fb293" }, { - "name": "MorseCodeMachine", - "version": "1.10.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6613MXK, MAX6613MXK/V Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.10.1.zip", - "archiveFileName": "MorseCodeMachine-1.10.1.zip", - "size": 78025, - "checksum": "SHA-256:85966af8294a20029420ced3a5f22fa5300798d029e3d653dcb7f40d0f9d9435" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.2.zip", + "size": 1575651, + "checksum": "SHA-256:abd73c5e2565ea900fd35bef6d912b8441f56efb4f9a9271a53f0d0ab6ac499c" }, { - "name": "MorseCodeMachine", - "version": "1.2.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6613MXK, MAX6613MXK/V Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.0.zip", - "archiveFileName": "MorseCodeMachine-1.2.0.zip", - "size": 14228, - "checksum": "SHA-256:dffcba8f96b819a902f0c97c96fac5984d6b61afd62390630e6d746eaa422445" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6613MXK_MAX6613MXKV_00000057-1.0.3.zip", + "size": 1576027, + "checksum": "SHA-256:ff38530d5e2c17ff5775f4c876cb0c710780c1cd1d890d819ab3df83c493654a" }, { - "name": "MorseCodeMachine", - "version": "1.2.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "BalmIot", + "version": "1.0.0", + "author": "BALM IOT \u003cappbalmiot@gmail.com\u003e", + "maintainer": "BALM IOT \u003cappbalmiot@gmail.com\u003e", + "sentence": "Library to easily make GET and UP requests to a BALM IOT.", + "paragraph": "Works with any class derived from Client - so switching between Ethernet, WiFi and GSMClient requires minimal code changes.", + "website": "https://github.com/BalmIot/BalmIot", "category": "Communication", "architectures": [ "*" @@ -290966,119 +747503,176 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/BalmIot/BalmIot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BalmIot/BalmIot-1.0.0.zip", + "archiveFileName": "BalmIot-1.0.0.zip", + "size": 5460, + "checksum": "SHA-256:3ce66b2475d97c4deae8347d9bb64565d7c8960c0fde6cc160b49bc86c23a53a" + }, + { + "name": "Deneyap Dokunmatik Tus Takimi", + "version": "1.0.1", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Keypad", + "paragraph": "A simple and efficient library to use Deneyap Keypad via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-dokunmatik-tus-takimi-arduino-library", + "category": "Uncategorized", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.1.zip", - "archiveFileName": "MorseCodeMachine-1.2.1.zip", - "size": 14328, - "checksum": "SHA-256:a8a2cb9588a30f9b34d3d31abeeebf2c4e0f000f85d3cf122de1d08de838ade4" + "types": [ + "Contributed" + ], + "repository": "https://github.com/deneyapkart/deneyap-dokunmatik-tus-takimi-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Dokunmatik_Tus_Takimi-1.0.1.zip", + "archiveFileName": "Deneyap_Dokunmatik_Tus_Takimi-1.0.1.zip", + "size": 10487, + "checksum": "SHA-256:520deb1e4df36e90335af29cadc46d55ee8b4a72b6027eaec1a0c0f9369d61dc" }, { - "name": "MorseCodeMachine", - "version": "1.2.2", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "Deneyap Dokunmatik Tus Takimi", + "version": "1.0.2", + "author": "RFtek Electronics \u003ctechsupport@rftek.com.tr\u003e", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Keypad", + "paragraph": "A simple and efficient library to use Deneyap Keypad via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-dokunmatik-tus-takimi-arduino-library", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/deneyapkart/deneyap-dokunmatik-tus-takimi-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Dokunmatik_Tus_Takimi-1.0.2.zip", + "archiveFileName": "Deneyap_Dokunmatik_Tus_Takimi-1.0.2.zip", + "size": 11239, + "checksum": "SHA-256:01392a41b5520742a979ac65fba4a2da225370610182d01f16aeada0d3199f6c" + }, + { + "name": "Signature", + "version": "1.0.0", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "Processing AVR microcontrollers signature", + "paragraph": "This library gives easy access to the signature of AVR microcontrollers", + "website": "https://github.com/nkaaf/Arduino-Signature", + "category": "Other", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/nkaaf/Arduino-Signature.git", "providesIncludes": [ - "MorseCodeMachine.h" + "Signature.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.2.2.zip", - "archiveFileName": "MorseCodeMachine-1.2.2.zip", - "size": 14328, - "checksum": "SHA-256:2de3ee57a6fa23c77ce2de5f129d44c3674488f0aaed2b8df20b0fbd56e2c680" + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/Signature-1.0.0.zip", + "archiveFileName": "Signature-1.0.0.zip", + "size": 43529, + "checksum": "SHA-256:8e21afa31940bba6449a480e83cf728069b3c3e793538293e020b5effef4da9a" }, { - "name": "MorseCodeMachine", - "version": "1.3.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "Signature", + "version": "2.0.0", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "Processing AVR microcontrollers signature", + "paragraph": "This library gives easy access to the signature of AVR microcontrollers", + "website": "https://github.com/nkaaf/Arduino-Signature", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/nkaaf/Arduino-Signature.git", "providesIncludes": [ - "MorseCodeMachine.h" + "Signature.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.3.0.zip", - "archiveFileName": "MorseCodeMachine-1.3.0.zip", - "size": 14890, - "checksum": "SHA-256:256f4d671822057be8626fc13a4a712d11f045d3dbf416804db6b9f7bd5d7d42" + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/Signature-2.0.0.zip", + "archiveFileName": "Signature-2.0.0.zip", + "size": 46859, + "checksum": "SHA-256:17a4d3ff1260fe9365393b4724441bae461a775f655b254cde2934bd74b53f85" }, { - "name": "MorseCodeMachine", - "version": "1.4.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "Signature", + "version": "2.0.1", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "Processing AVR microcontrollers signature", + "paragraph": "This library gives easy access to the signature of AVR microcontrollers", + "website": "https://github.com/nkaaf/Arduino-Signature", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/nkaaf/Arduino-Signature.git", "providesIncludes": [ - "MorseCodeMachine.h" + "Signature.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.0.zip", - "archiveFileName": "MorseCodeMachine-1.4.0.zip", - "size": 18287, - "checksum": "SHA-256:e05d51638c354936933b11d4c35beaa2fbe933f2c6d782e93f0699400dd87815" + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/Signature-2.0.1.zip", + "archiveFileName": "Signature-2.0.1.zip", + "size": 47484, + "checksum": "SHA-256:fda016ff6c49315facf827df1ff412623fe1966c1bd1290d76ffc130e996a799" }, { - "name": "MorseCodeMachine", - "version": "1.4.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "WrapperFreeRTOS", + "version": "0.1.0", + "author": "Alex Cajas", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "C++ FreeRTOS Wrapper.", + "paragraph": "C++ Wrapper de las prinicpales utilidades de multi Threading, ofrecidas en FreeRTOS adaptadas a arduino core.", + "website": "//github.com/alexCajas/WrapperFreeRTOS", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/alexCajas/WrapperFreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/WrapperFreeRTOS-0.1.0.zip", + "archiveFileName": "WrapperFreeRTOS-0.1.0.zip", + "size": 16172, + "checksum": "SHA-256:b5101d55fa60d54871ef952d7aa2c3ab245e27bb36587cacf414839d0921fbf5" + }, + { + "name": "WrapperFreeRTOS", + "version": "1.0.1", + "author": "Alex Cajas", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "C++ FreeRTOS Wrapper.", + "paragraph": "C++ Wrapper de las prinicpales utilidades de multi Threading, ofrecidas en FreeRTOS adaptadas a arduino core.", + "website": "https://github.com/alexCajas/WrapperFreeRTOS", + "category": "Other", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.1.zip", - "archiveFileName": "MorseCodeMachine-1.4.1.zip", - "size": 20384, - "checksum": "SHA-256:932b738bf5c757079d9a8d9c98544e58ea3e9a67b3d2fe79bacfe50148c96729" + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexCajas/WrapperFreeRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/WrapperFreeRTOS-1.0.1.zip", + "archiveFileName": "WrapperFreeRTOS-1.0.1.zip", + "size": 16173, + "checksum": "SHA-256:46cbea0bd0efaf2a4bc141f340f505760e0d136e78b7deb021647ba4028c41d0" }, { - "name": "MorseCodeMachine", - "version": "1.4.10", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "EmbeddedMqttBroker", + "version": "1.0.0", + "author": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "Broker mqtt for embedded systems tested in an Esp32.", + "paragraph": "Broker mqtt for embedded systems developed with arduino core, FreeRTOS and tested in an ESP32.", + "website": "https://github.com/alexCajas/EmbeddedMqttBroker.git", "category": "Communication", "architectures": [ "*" @@ -291086,23 +747680,46 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/EmbeddedMqttBroker-1.0.0.zip", + "archiveFileName": "EmbeddedMqttBroker-1.0.0.zip", + "size": 126619, + "checksum": "SHA-256:d3ef3cb5cb3163865cff1a539f1d8d37a04e1d34b2f49123b6451e952f55f290" + }, + { + "name": "EmbeddedMqttBroker", + "version": "1.0.1", + "author": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "Broker mqtt for embedded systems tested in an Esp32.", + "paragraph": "Broker mqtt for embedded systems developed with arduino core, FreeRTOS and tested in an ESP32.", + "website": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "category": "Communication", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.10.zip", - "archiveFileName": "MorseCodeMachine-1.4.10.zip", - "size": 28349, - "checksum": "SHA-256:f7baadfd76afe44e7e3c58699977f7573c54fe9a7a54de43eaafe325908a4833" + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "dependencies": [ + { + "name": "WrapperFreeRTOS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/EmbeddedMqttBroker-1.0.1.zip", + "archiveFileName": "EmbeddedMqttBroker-1.0.1.zip", + "size": 126673, + "checksum": "SHA-256:b60120351339d77fb2029e7f4e49681ec17fd9b7ad4ab38d9ba6f47f3d2711cb" }, { - "name": "MorseCodeMachine", - "version": "1.4.11", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "EmbeddedMqttBroker", + "version": "1.0.3", + "author": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "Mqtt Broker for embedded systems, developed and tested on an Esp32.", + "paragraph": "This library is developed with arduino core, FreeRTOS and use alexCajas/WrapperFreeRTOS library, to implement concurrent C++ objects. Currently, it supports Mqtt 3.1.1 and QoS 0. QoS 1 and QoS 2 are still under development. You can use this library in other architectures supported by FreeRtos and arduino core, but for now it is only tested on an Esp 32.", + "website": "https://github.com/alexCajas/EmbeddedMqttBroker.git", "category": "Communication", "architectures": [ "*" @@ -291110,23 +747727,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "dependencies": [ + { + "name": "WrapperFreeRTOS" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.11.zip", - "archiveFileName": "MorseCodeMachine-1.4.11.zip", - "size": 28342, - "checksum": "SHA-256:ed36104cea6b6c79c15fae90593b81157994e33b0d79202adb12c7dc4f4fb0b8" + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/EmbeddedMqttBroker-1.0.3.zip", + "archiveFileName": "EmbeddedMqttBroker-1.0.3.zip", + "size": 127793, + "checksum": "SHA-256:960007bafb05dea1d67e4b62297a6648378d31302ca5ca47c43918b5920e8528" }, { - "name": "MorseCodeMachine", - "version": "1.4.12", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "EmbeddedMqttBroker", + "version": "1.0.4-qos0", + "author": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "Mqtt Broker for embedded systems, developed and tested on an Esp32.", + "paragraph": "This library is developed with arduino core, FreeRTOS and use alexCajas/WrapperFreeRTOS library, to implement concurrent C++ objects. Currently, it supports Mqtt 3.1.1 and QoS 0. QoS 1 and QoS 2 are still under development. You can use this library in other architectures supported by FreeRtos and arduino core, but for now it is only tested on an Esp 32.", + "website": "https://github.com/alexCajas/EmbeddedMqttBroker.git", "category": "Communication", "architectures": [ "*" @@ -291134,23 +747753,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "dependencies": [ + { + "name": "WrapperFreeRTOS" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.12.zip", - "archiveFileName": "MorseCodeMachine-1.4.12.zip", - "size": 30149, - "checksum": "SHA-256:c284b5d11057ad08970e52cdd0125e6698bd9a6d6ca845877463e7e10e198fa9" + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/EmbeddedMqttBroker-1.0.4-qos0.zip", + "archiveFileName": "EmbeddedMqttBroker-1.0.4-qos0.zip", + "size": 130534, + "checksum": "SHA-256:11a6c91d924475c891a36e2ae2c614acdef7daf72c1e51adfcc327c4e45210e1" }, { - "name": "MorseCodeMachine", - "version": "1.4.2", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "EmbeddedMqttBroker", + "version": "1.0.5-qos0", + "author": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "Mqtt Broker for embedded systems, developed and tested on an Esp32.", + "paragraph": "This library is developed with arduino core, FreeRTOS and use alexCajas/WrapperFreeRTOS library, to implement concurrent C++ objects. Currently, it supports Mqtt 3.1.1 and QoS 0. QoS 1 and QoS 2 are still under development. You can use this library in other architectures supported by FreeRtos and arduino core, but for now it is only tested on an Esp 32.", + "website": "https://github.com/alexCajas/EmbeddedMqttBroker.git", "category": "Communication", "architectures": [ "*" @@ -291158,23 +747779,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "dependencies": [ + { + "name": "WrapperFreeRTOS" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.2.zip", - "archiveFileName": "MorseCodeMachine-1.4.2.zip", - "size": 20487, - "checksum": "SHA-256:735c8b94e44eea8e2ac2c170d018ac1a11fe49c3151d1b4c30da10ac477cb28b" + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/EmbeddedMqttBroker-1.0.5-qos0.zip", + "archiveFileName": "EmbeddedMqttBroker-1.0.5-qos0.zip", + "size": 130893, + "checksum": "SHA-256:9081eff4517dad784e9737b8404896f17428135002aa780bb964db55978fb581" }, { - "name": "MorseCodeMachine", - "version": "1.4.3", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "EmbeddedMqttBroker", + "version": "1.0.6-qos0", + "author": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "Mqtt Broker for embedded systems, tested on an Esp32 and esp8266.", + "paragraph": "This library is developed with arduino core, FreeRTOS and use alexCajas/WrapperFreeRTOS library, to implement concurrent C++ objects. Currently, it supports Mqtt 3.1.1 and QoS 0. QoS 1 and QoS 2 are still in development. You can use this library in other architectures supported by FreeRtos and arduino core, like esp32 arduino core or esp8266 using esp8266RTOSArduCore.", + "website": "https://github.com/alexCajas/EmbeddedMqttBroker.git", "category": "Communication", "architectures": [ "*" @@ -291182,23 +747805,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "dependencies": [ + { + "name": "WrapperFreeRTOS" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.3.zip", - "archiveFileName": "MorseCodeMachine-1.4.3.zip", - "size": 21329, - "checksum": "SHA-256:66f1da4ea6483a639885ff6a0dedb863da45b2d9f1e2f4a0d706e10f3a20c3c9" + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/EmbeddedMqttBroker-1.0.6-qos0.zip", + "archiveFileName": "EmbeddedMqttBroker-1.0.6-qos0.zip", + "size": 131075, + "checksum": "SHA-256:f2e4b7081d09f92b8cfbd2cfb62559d55f064f1c1a7c0c73750f0b78ca3c74fd" }, { - "name": "MorseCodeMachine", - "version": "1.4.4", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "EmbeddedMqttBroker", + "version": "1.0.7-qos0", + "author": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "maintainer": "Alex Cajas \u003calexcajas505@gmail.com\u003e", + "sentence": "Mqtt Broker for embedded systems, tested on an Esp32 and esp8266.", + "paragraph": "This library is developed with arduino core, FreeRTOS and use alexCajas/WrapperFreeRTOS library, to implement concurrent C++ objects. Currently, it supports Mqtt 3.1.1 and QoS 0. QoS 1 and QoS 2 are still in development. You can use this library in other architectures supported by FreeRtos and arduino core, like esp32 arduino core or esp8266 using esp8266RTOSArduCore.", + "website": "https://github.com/alexCajas/EmbeddedMqttBroker.git", "category": "Communication", "architectures": [ "*" @@ -291206,143 +747831,233 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/alexCajas/EmbeddedMqttBroker.git", + "dependencies": [ + { + "name": "WrapperFreeRTOS" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alexCajas/EmbeddedMqttBroker-1.0.7-qos0.zip", + "archiveFileName": "EmbeddedMqttBroker-1.0.7-qos0.zip", + "size": 131092, + "checksum": "SHA-256:0d3144348723c044db2f0e0291d0dd299643d46081089102cab43c639213026c" + }, + { + "name": "OSS-EC_MAXIM_MAX6605MXK_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXK Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.0.zip", + "size": 1244219, + "checksum": "SHA-256:c26c8b7a3bc740b97533cafc74845e0eefb584adaa3776cc13dc58eca7ddca0a" + }, + { + "name": "OSS-EC_MAXIM_MAX6605MXK_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXK Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.1.zip", + "size": 1244072, + "checksum": "SHA-256:9ff7da88899c21c5ac211502ef6265d4267b630d92e35cf64e7f9f607b1dc5ef" + }, + { + "name": "OSS-EC_MAXIM_MAX6605MXK_00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXK Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.4.zip", - "archiveFileName": "MorseCodeMachine-1.4.4.zip", - "size": 26919, - "checksum": "SHA-256:3e9790fe710733f5e9bb7fda14ad2f027f1fdd6415a254ff4db3ae5a37947eda" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.2.zip", + "size": 1562512, + "checksum": "SHA-256:3e29220ceb6c3d55cf646e7687b0109dc5f308852c45fa369f59ba664d716938" }, { - "name": "MorseCodeMachine", - "version": "1.4.5", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6605MXK_00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXK Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXK_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.5.zip", - "archiveFileName": "MorseCodeMachine-1.4.5.zip", - "size": 27198, - "checksum": "SHA-256:ff49c2e9c74e04fdd92919448367d79d5233a3069f920e862716c1bac6377b4c" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXK_00000057-1.0.3.zip", + "size": 1562889, + "checksum": "SHA-256:978e6bffaba5a7842eab965281d3255045ea5fb9bcaa837043e1ad22070b0714" }, { - "name": "MorseCodeMachine", - "version": "1.4.6", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6605MXKV_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXKV Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.6.zip", - "archiveFileName": "MorseCodeMachine-1.4.6.zip", - "size": 27300, - "checksum": "SHA-256:b8c52bbf442ba169a8387c95ddd4705847ebb711a36b53bb0028e351a571fcf9" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.0.zip", + "size": 1244066, + "checksum": "SHA-256:c373b15d5a39f4239e9c94080d55f005bc1e51fdbdd81807842f9009ac331442" }, { - "name": "MorseCodeMachine", - "version": "1.4.7", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6605MXKV_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXKV Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.7.zip", - "archiveFileName": "MorseCodeMachine-1.4.7.zip", - "size": 27362, - "checksum": "SHA-256:4ac700fece2d5103439b91dfec67659a294171768fb0652be061b81960f4abbd" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.1.zip", + "size": 1243918, + "checksum": "SHA-256:e1d8c55b81a882b7404a4d7c78c7bd00385375b7e70d4afd2121ad6fd838eee4" }, { - "name": "MorseCodeMachine", - "version": "1.4.8", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6605MXKV_00000057", + "version": "1.0.2", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXKV Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.8.zip", - "archiveFileName": "MorseCodeMachine-1.4.8.zip", - "size": 27475, - "checksum": "SHA-256:fec4d373a6f8abe7797ab78084614ec556466e3037d7fc85dfe86f9d692eef25" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.2.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.2.zip", + "size": 1562780, + "checksum": "SHA-256:e53e7bec5e2e4cc88d915e8afd45ff2d4aadd5d2cba03dc2bd2b68413a251f1e" }, { - "name": "MorseCodeMachine", - "version": "1.4.9", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "OSS-EC_MAXIM_MAX6605MXKV_00000057", + "version": "1.0.3", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6605MXKV Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6605MXKV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.4.9.zip", - "archiveFileName": "MorseCodeMachine-1.4.9.zip", - "size": 28100, - "checksum": "SHA-256:890a44f95b09a2ffa95fd77d03f177fb7d2a23f62ef96c6cffa0a8306f9eb105" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.3.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6605MXKV_00000057-1.0.3.zip", + "size": 1563158, + "checksum": "SHA-256:65dfa017b4686670f066294535e91800f2f96857905ac917ca1c0911e42700b9" }, { - "name": "MorseCodeMachine", - "version": "1.5.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "RC Receiver", + "version": "1.0.0", + "author": "Nils Lahaye \u003cnils.lahaye@icloud.com\u003e", + "maintainer": "Nils Lahaye \u003cnils.lahaye@icloud.com\u003e", + "sentence": "Reads the PWM signal from RC receivers.", + "paragraph": "Simplifying the action of reading receivers value with a single call to object (up to 8 chanels).", + "website": "https://github.com/Nilon123456789/Receiver", "category": "Communication", "architectures": [ "*" @@ -291350,23 +748065,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/Nilon123456789/Receiver.git", "providesIncludes": [ - "MorseCodeMachine.h" + "RC_Receiver.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.0.zip", - "archiveFileName": "MorseCodeMachine-1.5.0.zip", - "size": 37896, - "checksum": "SHA-256:8aabcd1e1042e432ae7e1567cf423863fd113d249ea98ef52a2cc1e9a1dcd375" + "url": "https://downloads.arduino.cc/libraries/github.com/Nilon123456789/RC_Receiver-1.0.0.zip", + "archiveFileName": "RC_Receiver-1.0.0.zip", + "size": 7032, + "checksum": "SHA-256:3dc6f9145169209264a9352c4701e84e26f4fea241fc3e1998922977763c8398" }, { - "name": "MorseCodeMachine", - "version": "1.5.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "RC Receiver", + "version": "1.0.1", + "author": "Nils Lahaye \u003cnils.lahaye@icloud.com\u003e", + "maintainer": "Nils Lahaye \u003cnils.lahaye@icloud.com\u003e", + "sentence": "Reads the PWM signal from RC receivers.", + "paragraph": "Simplifying the action of reading receivers value with a single call to object (up to 8 chanels).", + "website": "https://github.com/Nilon123456789/Receiver", "category": "Communication", "architectures": [ "*" @@ -291374,23 +748089,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/Nilon123456789/Receiver.git", "providesIncludes": [ - "MorseCodeMachine.h" + "RC_Receiver.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.1.zip", - "archiveFileName": "MorseCodeMachine-1.5.1.zip", - "size": 38142, - "checksum": "SHA-256:1c4b98c6967ec76e5f92f050e05d3393294f93fc6553a8fad3f7b19e2e7e7048" + "url": "https://downloads.arduino.cc/libraries/github.com/Nilon123456789/RC_Receiver-1.0.1.zip", + "archiveFileName": "RC_Receiver-1.0.1.zip", + "size": 7037, + "checksum": "SHA-256:07cbcd8aae80ed5df6e04e44260f03f63262511769f11ad077a78b92a234507d" }, { - "name": "MorseCodeMachine", - "version": "1.5.2", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "RC Receiver", + "version": "1.0.2", + "author": "Nils Lahaye \u003cnils.lahaye@icloud.com\u003e", + "maintainer": "Nils Lahaye \u003cnils.lahaye@icloud.com\u003e", + "sentence": "Reads the PWM signal from RC receivers.", + "paragraph": "Simplifying the action of reading receivers value with a single call to object (up to 8 chanels).", + "website": "https://github.com/Nilon123456789/Receiver", "category": "Communication", "architectures": [ "*" @@ -291398,779 +748113,939 @@ "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/Nilon123456789/Receiver.git", "providesIncludes": [ - "MorseCodeMachine.h" + "RC_Receiver.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.5.2.zip", - "archiveFileName": "MorseCodeMachine-1.5.2.zip", - "size": 39985, - "checksum": "SHA-256:7ade7ad1976ac863f7df87ce1c33871308c259161d141c4aceb0ee35bc6cbdfd" + "url": "https://downloads.arduino.cc/libraries/github.com/Nilon123456789/RC_Receiver-1.0.2.zip", + "archiveFileName": "RC_Receiver-1.0.2.zip", + "size": 7152, + "checksum": "SHA-256:6388df42fd0a7e9e3e340a5fd1c9bdb8a3cb77032d4f0138f979c1f2389fd68e" }, { - "name": "MorseCodeMachine", - "version": "1.6.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "SXAccessoire", + "version": "3.2.0", + "author": "Gerard van der Sel", + "maintainer": "Gerard van der Sel", + "sentence": "Arduino library for accessing the Selectrix SX-bus", + "paragraph": "Easily access the SX1 bus", + "website": "https://github.com/gvandersel/SXAccessoire", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", - "providesIncludes": [ - "MorseCodeMachine.h" + "repository": "https://github.com/gvandersel/SXAccessoire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gvandersel/SXAccessoire-3.2.0.zip", + "archiveFileName": "SXAccessoire-3.2.0.zip", + "size": 29520, + "checksum": "SHA-256:5adb522293a404cf9226c6676495b70b52eb7c0bf6c809a3e95df0ad1ef78c5e" + }, + { + "name": "SXAccessoire", + "version": "3.3.0", + "author": "Gerard van der Sel", + "maintainer": "Gerard van der Sel", + "sentence": "Arduino library for accessing the Selectrix SX-bus", + "paragraph": "Easily access the SX1 bus", + "website": "https://github.com/gvandersel/SXAccessoire", + "category": "Device Control", + "architectures": [ + "avr" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.6.0.zip", - "archiveFileName": "MorseCodeMachine-1.6.0.zip", - "size": 42040, - "checksum": "SHA-256:21f2850fa3347d0198881382ed526e01a50137260a6059a3319f407b2ecb3b7f" + "types": [ + "Contributed" + ], + "repository": "https://github.com/gvandersel/SXAccessoire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gvandersel/SXAccessoire-3.3.0.zip", + "archiveFileName": "SXAccessoire-3.3.0.zip", + "size": 113395, + "checksum": "SHA-256:0018df764444570504a846def3937187cda135a54bb475e72ac79cde0011a486" }, { - "name": "MorseCodeMachine", - "version": "1.6.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "ld2410", + "version": "0.1.0", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+ld2410@googlemail.com\u003e", + "sentence": "An Arduino library for the Hi-Link LD2410 24Ghz FMCW radar sensor.", + "paragraph": "This sensor is a Frequency Modulated Continuous Wave radar, which makes it good for presence detection and its sensitivity at different ranges to both static and moving targets can be configured.", + "website": "https://github.com/ncmreynolds/ld2410", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/ncmreynolds/ld2410.git", "providesIncludes": [ - "MorseCodeMachine.h" + "ld2410.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.6.1.zip", - "archiveFileName": "MorseCodeMachine-1.6.1.zip", - "size": 42416, - "checksum": "SHA-256:6e5e47f4f8387afebe48e0bbb188c3792ffc83c65d029ef660443df964d95606" + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/ld2410-0.1.0.zip", + "archiveFileName": "ld2410-0.1.0.zip", + "size": 183983, + "checksum": "SHA-256:77a2cd5b90a41d4aceb50bb50f54e7a540863687fd358a7da5d38c189de985a5" }, { - "name": "MorseCodeMachine", - "version": "1.7.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "ld2410", + "version": "0.1.1", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+ld2410@googlemail.com\u003e", + "sentence": "An Arduino library for the Hi-Link LD2410 24Ghz FMCW radar sensor.", + "paragraph": "This sensor is a Frequency Modulated Continuous Wave radar, which makes it good for presence detection and its sensitivity at different ranges to both static and moving targets can be configured.", + "website": "https://github.com/ncmreynolds/ld2410", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/ncmreynolds/ld2410.git", "providesIncludes": [ - "MorseCodeMachine.h" + "ld2410.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.7.0.zip", - "archiveFileName": "MorseCodeMachine-1.7.0.zip", - "size": 50618, - "checksum": "SHA-256:c23507f40849719ecb5291682de89fb3ae17db76b877a79e413726e0e8d66043" + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/ld2410-0.1.1.zip", + "archiveFileName": "ld2410-0.1.1.zip", + "size": 184273, + "checksum": "SHA-256:f003ccc60c31960d8e134be1e511a7decbcd33732a1f35173fde3849cd07f2d8" }, { - "name": "MorseCodeMachine", - "version": "1.7.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "ld2410", + "version": "0.1.3", + "author": "Nick Reynolds", + "maintainer": "Nick Reynolds \u003cncmreynolds+ld2410@googlemail.com\u003e", + "sentence": "An Arduino library for the Hi-Link LD2410 24Ghz FMCW radar sensor.", + "paragraph": "This sensor is a Frequency Modulated Continuous Wave radar, which makes it good for presence detection and its sensitivity at different ranges to both static and moving targets can be configured.", + "website": "https://github.com/ncmreynolds/ld2410", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/ncmreynolds/ld2410.git", "providesIncludes": [ - "MorseCodeMachine.h" + "ld2410.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.7.1.zip", - "archiveFileName": "MorseCodeMachine-1.7.1.zip", - "size": 51415, - "checksum": "SHA-256:5b3579173d0cfa48caa223320dd6aa3c53bbd18ba1e8798e17d702b575ae5050" + "url": "https://downloads.arduino.cc/libraries/github.com/ncmreynolds/ld2410-0.1.3.zip", + "archiveFileName": "ld2410-0.1.3.zip", + "size": 185405, + "checksum": "SHA-256:0a8003a96016d04fd96807944878beffe5e48822e5aa412900e5f9fec7479b86" }, { - "name": "MorseCodeMachine", - "version": "1.8.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", + "name": "ESP32-ENC28J60", + "version": "1.0.1", + "author": "Tobozo", + "maintainer": "tobozo@noreply.github.com", + "sentence": "Enables network connection (local and Internet) with ENC28J60 using the ESP32 Ethernet.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through Ethernet. The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/tobozo/ENC28J60-ESP32", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/tobozo/ESP32-ENC28J60.git", "providesIncludes": [ - "MorseCodeMachine.h" + "ESP32-ENC28J60.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.8.0.zip", - "archiveFileName": "MorseCodeMachine-1.8.0.zip", - "size": 60131, - "checksum": "SHA-256:329c5ed54755b143162e901311eb87fe4b596b50ea7c7dd6481d507651235c76" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_ENC28J60-1.0.1.zip", + "archiveFileName": "ESP32_ENC28J60-1.0.1.zip", + "size": 571914, + "checksum": "SHA-256:9ae76f818e707f1e8a8885e52fd72a902e5c29e75c746e15138f123b43fdbcf9" }, { - "name": "MorseCodeMachine", - "version": "1.9.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "YAMLDuino", + "version": "1.2.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization", + "website": "https://github.com/tobozo/esp32-yaml", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/tobozo/YAMLDuino.git", "providesIncludes": [ - "MorseCodeMachine.h" + "ArduinoYaml.h", + "YAMLDuino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.9.0.zip", - "archiveFileName": "MorseCodeMachine-1.9.0.zip", - "size": 68694, - "checksum": "SHA-256:5d2d5ddba02441259045973e34bf9dc8303fdaa0027c22a6a4d59d52bd825477" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.0.zip", + "archiveFileName": "YAMLDuino-1.2.0.zip", + "size": 123589, + "checksum": "SHA-256:3f32fe2ecffd1814fc48eebd7681119a89f33f9d093db4f88a78d2a5ff2ef2fe" }, { - "name": "MorseCodeMachine", - "version": "1.11.0", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "YAMLDuino", + "version": "1.2.1", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/tobozo/YAMLDuino.git", "providesIncludes": [ - "MorseCodeMachine.h" + "ArduinoYaml.h", + "YAMLDuino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.11.0.zip", - "archiveFileName": "MorseCodeMachine-1.11.0.zip", - "size": 81823, - "checksum": "SHA-256:e08e33460375d0e86585cdb599eabcb651606030fb067edf3c849af8de27cf2d" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.1.zip", + "archiveFileName": "YAMLDuino-1.2.1.zip", + "size": 123680, + "checksum": "SHA-256:5f4558144ba57904fe91f441c8df7e491c0d2d788018f294ebc5c60edf98e06b" }, { - "name": "MorseCodeMachine", - "version": "1.11.1", - "author": "Francis de la Cerna", - "maintainer": "Francis de la Cerna \u003cimfrancisd@users.noreply.github.com\u003e", - "sentence": "Get started with Arduino by learning Morse code.", - "paragraph": "Send Morse code using any device that you can blink, move, or beep with your Arduino. \"CQ CQ CQ DE ARDUINO K\" \"ARDUINO DE YOU \u003cKN\u003e\"", - "website": "https://github.com/imfrancisd/MorseCodeMachine", - "category": "Communication", + "name": "YAMLDuino", + "version": "1.2.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/imfrancisd/MorseCodeMachine.git", + "repository": "https://github.com/tobozo/YAMLDuino.git", "providesIncludes": [ - "MorseCodeMachine.h" + "ArduinoYaml.h", + "YAMLDuino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/imfrancisd/MorseCodeMachine-1.11.1.zip", - "archiveFileName": "MorseCodeMachine-1.11.1.zip", - "size": 85219, - "checksum": "SHA-256:1dbd77eec4244ede930c58e89c7f2e51bd20b6f8f2139424c3ea8f87fa99ec0c" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.2.zip", + "archiveFileName": "YAMLDuino-1.2.2.zip", + "size": 124411, + "checksum": "SHA-256:f4ab681412d3e114477e3142e2c292e43b6d1efe34f27bc6bca329d580a30bf8" }, { - "name": "nrf_rng", - "version": "1.0.0", - "author": "SimpleHacks", - "maintainer": "SimpleHacks", - "sentence": "True non-deterministic random numbers for nRF5 series chips. MIT License.", - "paragraph": "rng, true random, non-deterministic, cryptographic, nRF52810, nRF52832, nRF52840", - "website": "https://github.com/SimpleHacks/nrf_rng", - "category": "Device Control", + "name": "YAMLDuino", + "version": "1.2.3", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "nrf52", - "nrf52_adafruit" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/SimpleHacks/hw_rng.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/nrf_rng-1.0.0.zip", - "archiveFileName": "nrf_rng-1.0.0.zip", - "size": 7551, - "checksum": "SHA-256:ed674f365837288c4557552375ddc3e3535c1a5552d748474784e1166fd26ce6" + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.3.zip", + "archiveFileName": "YAMLDuino-1.2.3.zip", + "size": 128906, + "checksum": "SHA-256:a70dabbc3e99e1e30c56ef258fcf3027f3551211adb7a6505aa86937ea11bbda" }, { - "name": "nrf_rng", - "version": "1.1.0", - "author": "SimpleHacks", - "maintainer": "SimpleHacks", - "sentence": "True non-deterministic random numbers for nRF5 series chips. MIT License.", - "paragraph": "rng, true random, non-deterministic, cryptographic, nRF52810, nRF52832, nRF52840", - "website": "https://github.com/SimpleHacks/hw_rng", - "category": "Device Control", + "name": "YAMLDuino", + "version": "1.2.4", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "nrf52", - "nrf52_adafruit" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/SimpleHacks/hw_rng.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/nrf_rng-1.1.0.zip", - "archiveFileName": "nrf_rng-1.1.0.zip", - "size": 7971, - "checksum": "SHA-256:3e32cb8bfc07920b47cfc8f69130c7ae59f13a50e6c6bfc7188101dddf7c400f" + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.4.zip", + "archiveFileName": "YAMLDuino-1.2.4.zip", + "size": 132705, + "checksum": "SHA-256:8c1bbf9de6cda5b2beb6c736b9de040a17c0ee4e8e57c4e626d0243a76bf658d" }, { - "name": "EzDmaHelper", - "version": "0.1.0-alpha", - "author": "SimpleHacks", - "maintainer": "SimpleHacks", - "sentence": "Buffer management helper for use with EasyDMA-enabled hardware. MIT License.", - "website": "https://github.com/SimpleHacks/EzDmaHelper", + "name": "YAMLDuino", + "version": "1.2.5", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/SimpleHacks/EzDmaHelper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/EzDmaHelper-0.1.0-alpha.zip", - "archiveFileName": "EzDmaHelper-0.1.0-alpha.zip", - "size": 14811, - "checksum": "SHA-256:2182cf88e9650bb1ae0c6796df13b750533420b95d6703df03afe98dc7a9794b" + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.5.zip", + "archiveFileName": "YAMLDuino-1.2.5.zip", + "size": 133419, + "checksum": "SHA-256:d4fcf4e53a4b9c978afe8141c6a8892ecd7087ce63ec51aaa97c1fa61a954c3f" }, { - "name": "EzDmaHelper", - "version": "0.2.0-alpha", - "author": "SimpleHacks", - "maintainer": "SimpleHacks", - "sentence": "Buffer management helper for use with EasyDMA-enabled hardware. MIT License.", - "website": "https://github.com/SimpleHacks/EzDmaHelper", + "name": "YAMLDuino", + "version": "1.2.6", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/SimpleHacks/EzDmaHelper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SimpleHacks/EzDmaHelper-0.2.0-alpha.zip", - "archiveFileName": "EzDmaHelper-0.2.0-alpha.zip", - "size": 16775, - "checksum": "SHA-256:aa5fbbd6b45aee0e2bdfc2431e68faf96d181281c3e22fb67f1174d67b973fe0" + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.6.zip", + "archiveFileName": "YAMLDuino-1.2.6.zip", + "size": 220282, + "checksum": "SHA-256:6587e78347ef85ed485029a498f8b3be8e88bfe67b1354821788e31d41a6378a" }, { - "name": "Adafruit ICM20649", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20649", - "category": "Sensors", + "name": "YAMLDuino", + "version": "1.2.7", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.0.zip", - "archiveFileName": "Adafruit_ICM20649-1.0.0.zip", - "size": 11844, - "checksum": "SHA-256:2b9af89a287634ad247d5d14176c9e6acb19651bd89bcec7058b5396974470f1" + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.7.zip", + "archiveFileName": "YAMLDuino-1.2.7.zip", + "size": 251847, + "checksum": "SHA-256:e8709a45a6f66d01dc78b2847a5e0f1aef63c34bc7ec90e58a4b597893f30714" }, { - "name": "Adafruit ICM20649", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20649", - "category": "Sensors", + "name": "YAMLDuino", + "version": "1.2.8", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.1.zip", - "archiveFileName": "Adafruit_ICM20649-1.0.1.zip", - "size": 12726, - "checksum": "SHA-256:548efbd4d082b77d9ec62f2ed3592bea9fd3166e071f502dd8347d5127730777" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.8.zip", + "archiveFileName": "YAMLDuino-1.2.8.zip", + "size": 256353, + "checksum": "SHA-256:f671de64606b1d272175b4b8e2a8a04fc70ea8fc91ee2e8c2490a819b2301452" }, { - "name": "Adafruit ICM20649", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20649", - "category": "Sensors", + "name": "YAMLDuino", + "version": "1.2.9", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.2.zip", - "archiveFileName": "Adafruit_ICM20649-1.0.2.zip", - "size": 12727, - "checksum": "SHA-256:285c3ca74e5c06ffd5b676b91299de40dbb0d88c82d8b5bbda32282c5575f7df" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.2.9.zip", + "archiveFileName": "YAMLDuino-1.2.9.zip", + "size": 259975, + "checksum": "SHA-256:7bc264bbaadcc370973ec47a0d744083aa49cc14814f63aa9ee5f4562de5de7e" }, { - "name": "Adafruit ICM20649", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20649", - "category": "Sensors", + "name": "YAMLDuino", + "version": "1.3.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano", + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.3.zip", - "archiveFileName": "Adafruit_ICM20649-1.0.3.zip", - "size": 15549, - "checksum": "SHA-256:b2c6fc542a553c2a1c96315e3d27415d0c5e11824a91e1adc7a375a863ea0bc9" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.3.0.zip", + "archiveFileName": "YAMLDuino-1.3.0.zip", + "size": 489745, + "checksum": "SHA-256:df6f446e77615114822b1d6b8eb2ad3f0cda0b2262660304338a205ecf9841b3" }, { - "name": "Adafruit ICM20649", - "version": "1.0.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20649 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20649", - "category": "Sensors", + "name": "YAMLDuino", + "version": "1.4.0", + "author": "tobozo \u003ctobozo@users.noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@users.noreply.github.com\u003e", + "license": "MIT", + "sentence": "A simple and efficient YAML library for embedded C++", + "paragraph": "ArduinoYaml is syntax friendly with ArduinoJson and cJSON, supports ✔ serialization, ✔ deserialization, ✔ conversion", + "website": "https://github.com/tobozo/YAMLDuino", + "category": "Data Processing", "architectures": [ - "*" + "esp32", + "esp8266", + "samd", + "rp2040", + "mbed_rp2040", + "mbed_nano", + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20649.git", + "repository": "https://github.com/tobozo/YAMLDuino.git", + "providesIncludes": [ + "ArduinoYaml.h", + "YAMLDuino.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20649-1.0.4.zip", - "archiveFileName": "Adafruit_ICM20649-1.0.4.zip", - "size": 241174, - "checksum": "SHA-256:e5f79221cc13a57a77b120945b3a2a96b709e21ff9e520cb67350de9a30c9459" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/YAMLDuino-1.4.0.zip", + "archiveFileName": "YAMLDuino-1.4.0.zip", + "size": 493243, + "checksum": "SHA-256:ca4710f61af8c2aca74704202e894c4a39a08067544e9a5fd18cecf6eaade5ef" }, { - "name": "Throttle", - "version": "1.0.0", - "author": "Michele Gruppioni @Gruppio", - "maintainer": "Michele Gruppioni @Gruppio", - "sentence": "Just like Debounce but faster", - "paragraph": "Debounce a pin without initials delays", - "website": "https://github.com/Gruppio/Throttle.git", - "category": "Signal Input/Output", + "name": "PERIPUMP", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for peristaltic pump DFR0523 and compatibles.", + "website": "https://github.com/RobTillaart/PERIPUMP.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Gruppio/Throttle.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Gruppio/Throttle-1.0.0.zip", - "archiveFileName": "Throttle-1.0.0.zip", - "size": 3719, - "checksum": "SHA-256:02e6df82d1c6dbdf50de9cff9029baa0d704c22c9ce4141ac2856200d4d396fb" + "repository": "https://github.com/RobTillaart/PERIPUMP.git", + "providesIncludes": [ + "PERIPUMP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PERIPUMP-0.1.0.zip", + "archiveFileName": "PERIPUMP-0.1.0.zip", + "size": 10918, + "checksum": "SHA-256:4e345e5d84ab6df7ed59ae2b29659df402755a2b9fba86d59998a8ecaef0b424" }, { - "name": "SPIFFS_FilePrint", - "version": "1.0.0", - "author": "Pete \u003carduino@pete.ch\u003e", - "maintainer": "Pete \u003carduino@pete.ch\u003e", - "sentence": "Lightweight library for rolling file print. It logs to SPIFFS.", - "paragraph": "Extends the well known Print interface and writes files you specify in a rolling fashion.", - "website": "https://github.com/PRosenb/PIFFS_FilePrint", - "category": "Other", + "name": "PERIPUMP", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for peristaltic pump DFR0523 and compatibles.", + "website": "https://github.com/RobTillaart/PERIPUMP.git", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PRosenb/SPIFFS_FilePrint.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PRosenb/SPIFFS_FilePrint-1.0.0.zip", - "archiveFileName": "SPIFFS_FilePrint-1.0.0.zip", - "size": 11866, - "checksum": "SHA-256:7d782ed1033990efc96ec7a621cc2a9a0504342602b995cac154fac1f3fe20af" + "repository": "https://github.com/RobTillaart/PERIPUMP.git", + "providesIncludes": [ + "PERIPUMP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PERIPUMP-0.1.1.zip", + "archiveFileName": "PERIPUMP-0.1.1.zip", + "size": 13426, + "checksum": "SHA-256:95d0080dd150ed43baed68d229c228aab6a5e02ea83373a438e225b984a0c8e2" }, { - "name": "YACL", - "version": "1.0.0", - "author": "Alexandre Marquet", - "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", - "sentence": "Yet Another CBOR Library.", - "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", - "website": "https://github.com/telecombretagne/YACL.git", - "category": "Other", + "name": "PERIPUMP", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for peristaltic pump DFR0523 and compatibles.", + "website": "https://github.com/RobTillaart/PERIPUMP.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/telecombretagne/YACL.git", - "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.0.zip", - "archiveFileName": "YACL-1.0.0.zip", - "size": 26172, - "checksum": "SHA-256:7de4757e3252ea7f875267c75a132060ede53c7fde629963d4f7638b276d465b" + "repository": "https://github.com/RobTillaart/PERIPUMP.git", + "providesIncludes": [ + "PERIPUMP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PERIPUMP-0.1.2.zip", + "archiveFileName": "PERIPUMP-0.1.2.zip", + "size": 13646, + "checksum": "SHA-256:37a39c32741e7953b6263e7ff6ec64d41036dadd960eff2afb063c9eaf9e4177" }, { - "name": "YACL", - "version": "1.0.1", - "author": "Alexandre Marquet", - "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", - "sentence": "Yet Another CBOR Library.", - "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", - "website": "https://github.com/telecombretagne/YACL.git", - "category": "Other", - "architectures": [ - "*" - ], + "name": "SecureMQTT", + "version": "0.1.0", + "author": "RaHoni RaHoni@privatehome.inckmann.de,maximiliani maximiliani@privatehome.inckmann.de", + "maintainer": "RaHoni RaHoni@privatehome.inckmann.de", + "sentence": "Library for AES128 encrypted MQTT communication", + "paragraph": "compliant to the specification of PrivateHome.", + "website": "https://github.com/PrivateHomeIoT/SecureMQTT", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/telecombretagne/YACL.git", - "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.1.zip", - "archiveFileName": "YACL-1.0.1.zip", - "size": 27936, - "checksum": "SHA-256:25298d8671d1336f4e73379c5982566d4943fdafcbfb61f2f9429103f55684c0" + "repository": "https://github.com/PrivateHomeIoT/SecureMQTT.git", + "dependencies": [ + { + "name": "AESLib", + "version": "\u003e=2.3" + }, + { + "name": "Crypto", + "version": "\u003e=0.4" + }, + { + "name": "ESP8266TrueRandom", + "version": "\u003e=1.0" + }, + { + "name": "PubSubClient", + "version": "\u003e=2.8" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PrivateHomeIoT/SecureMQTT-0.1.0.zip", + "archiveFileName": "SecureMQTT-0.1.0.zip", + "size": 20138, + "checksum": "SHA-256:bdbf09af3538e1179b1f4457d31cd192c5e93cc3c7af5e2c12481f1421881d88" }, { - "name": "YACL", - "version": "1.0.2", - "author": "Alexandre Marquet", - "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", - "sentence": "Yet Another CBOR Library.", - "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", - "website": "https://github.com/telecombretagne/YACL.git", - "category": "Other", + "name": "HX710", + "version": "1.0.0", + "author": "PBernalPolo \u003cpablo.bernal.polo@gmail.com\u003e", + "maintainer": "PBernalPolo \u003cpablo.bernal.polo@gmail.com\u003e", + "sentence": "Arduino library for HX710.", + "paragraph": "Arduino library for HX710. HX710 is a 24-Bit Analog-to-Digital Converter (ADC).", + "website": "https://github.com/PBernalPolo/HX710", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/telecombretagne/YACL.git", - "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.2.zip", - "archiveFileName": "YACL-1.0.2.zip", - "size": 29374, - "checksum": "SHA-256:47c6466f90f8519e39a9d000d7725063d1a61df8500b80450b4b93869a7c98af" + "repository": "https://github.com/PBernalPolo/HX710.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PBernalPolo/HX710-1.0.0.zip", + "archiveFileName": "HX710-1.0.0.zip", + "size": 14011, + "checksum": "SHA-256:8c3501c8aa015294723dacaa2fb45c7213682dd5cef2de1e2fcac99dfc9cf5d2" }, { - "name": "YACL", - "version": "1.0.3", - "author": "Alexandre Marquet", - "maintainer": "Alexandre Marquet \u003calexandre.marquet@imt-atlantique.fr\u003e", - "sentence": "Yet Another CBOR Library.", - "paragraph": "A library to encode and decode CBOR messages (RFC 7049).", - "website": "https://github.com/telecombretagne/YACL.git", - "category": "Other", + "name": "HX710", + "version": "1.0.1", + "author": "PBernalPolo \u003cpablo.bernal.polo@gmail.com\u003e", + "maintainer": "PBernalPolo \u003cpablo.bernal.polo@gmail.com\u003e", + "sentence": "Arduino library for HX710.", + "paragraph": "Arduino library for the HX710(A/B) 24-Bit Analog-to-Digital Converter (ADC).", + "website": "https://github.com/PBernalPolo/HX710", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/telecombretagne/YACL.git", - "url": "https://downloads.arduino.cc/libraries/github.com/telecombretagne/YACL-1.0.3.zip", - "archiveFileName": "YACL-1.0.3.zip", - "size": 29815, - "checksum": "SHA-256:3023ee71d6c7bb04bb263b2e53e78b52b61e3374c768031f09b4d82d2b832a00" + "repository": "https://github.com/PBernalPolo/HX710.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PBernalPolo/HX710-1.0.1.zip", + "archiveFileName": "HX710-1.0.1.zip", + "size": 12897, + "checksum": "SHA-256:bd5f5e4cde9f28b7ba4851a44763fbccfe19dd1d49a1b4d2757db90e5f25ae72" }, { - "name": "SAMD21 turbo PWM", - "version": "0.3.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", - "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "Aranet4", + "version": "1.0.0", + "author": "Anrijs Jargans", + "maintainer": "Anrijs Jargans \u003canrijs@anrijs.lv\u003e", + "sentence": "Aranet4 communication library for ESP32", + "paragraph": "Allows to pair with Aranet4 device and read measurements", + "website": "https://github.com/Anrijs/Aranet4-ESP32", + "category": "Communication", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.3.0.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.3.0.zip", - "size": 20660, - "checksum": "SHA-256:7dacfced0109e97433046470898b54abb7005aded0fcb6826fa16952086ae7d1" + "repository": "https://github.com/Anrijs/Aranet4-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Anrijs/Aranet4-1.0.0.zip", + "archiveFileName": "Aranet4-1.0.0.zip", + "size": 6734, + "checksum": "SHA-256:8a2452214afe5a830733f98f173568b3f953de4007d2f3f213bf0469977383e2" }, { - "name": "SAMD21 turbo PWM", - "version": "0.4.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", - "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "Aranet4", + "version": "1.0.1", + "author": "Anrijs Jargans", + "maintainer": "Anrijs Jargans \u003canrijs@anrijs.lv\u003e", + "sentence": "Aranet4 communication library for ESP32", + "paragraph": "Allows to pair with Aranet4 device and read measurements", + "website": "https://github.com/Anrijs/Aranet4-ESP32", + "category": "Communication", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.4.0.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.4.0.zip", - "size": 21730, - "checksum": "SHA-256:d17eeb1c53f060122e1806988247615e5face8505b962ecfeea263328c315c23" + "repository": "https://github.com/Anrijs/Aranet4-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Anrijs/Aranet4-1.0.1.zip", + "archiveFileName": "Aranet4-1.0.1.zip", + "size": 7488, + "checksum": "SHA-256:2fabf6795de564fccc568d7d2d09e9678128f63ca28c3f17b1e2aaf5ae5bd0d2" }, { - "name": "SAMD21 turbo PWM", - "version": "0.5.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", - "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "Aranet4", + "version": "1.1.0", + "author": "Anrijs Jargans", + "maintainer": "Anrijs Jargans \u003canrijs@anrijs.lv\u003e", + "sentence": "Aranet4 communication library for ESP32", + "paragraph": "Allows to pair with Aranet4 device and read measurements", + "website": "https://github.com/Anrijs/Aranet4-ESP32", + "category": "Communication", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.5.0.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.5.0.zip", - "size": 22718, - "checksum": "SHA-256:ae9ff911903d562a07beee47cd8a29eeb7ec6402f04dd841a5052bfbe4f5c74c" + "repository": "https://github.com/Anrijs/Aranet4-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Anrijs/Aranet4-1.1.0.zip", + "archiveFileName": "Aranet4-1.1.0.zip", + "size": 6980, + "checksum": "SHA-256:3f55f56bf7d30b5ee102ce39722514977eb18d9d7e9cb79a7394d567e5437447" }, { - "name": "SAMD21 turbo PWM", - "version": "0.6.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", - "website": "https://github.com/ocrdu/SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "Aranet4", + "version": "1.2.0", + "author": "Anrijs Jargans", + "maintainer": "Anrijs Jargans \u003canrijs@anrijs.lv\u003e", + "sentence": "Aranet4 communication library for ESP32", + "paragraph": "Allows to pair with Aranet4 device and read measurements", + "website": "https://github.com/Anrijs/Aranet4-ESP32", + "category": "Communication", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.6.0.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.6.0.zip", - "size": 22923, - "checksum": "SHA-256:dfbada66aa80f6fd89c0741143998697ee57e257ab55081e6315e969effe0f1f" + "repository": "https://github.com/Anrijs/Aranet4-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Anrijs/Aranet4-1.2.0.zip", + "archiveFileName": "Aranet4-1.2.0.zip", + "size": 9881, + "checksum": "SHA-256:8083c7fc3d91ced48efdcdef5087afa6e03bd88c3f67422b9c9a7e3f14ec828f" }, { - "name": "SAMD21 turbo PWM", - "version": "0.6.1", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested) and the MKR series (untested)", - "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "Aranet4", + "version": "1.2.1", + "author": "Anrijs Jargans", + "maintainer": "Anrijs Jargans \u003canrijs@anrijs.lv\u003e", + "sentence": "Aranet4 communication library for ESP32", + "paragraph": "Allows to pair with Aranet4 device and read measurements", + "website": "https://github.com/Anrijs/Aranet4-ESP32", + "category": "Communication", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.6.1.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.6.1.zip", - "size": 22926, - "checksum": "SHA-256:151a5f13e24be5d55b60f97738cd490cc1887b5e7d71e779a691925042679f18" + "repository": "https://github.com/Anrijs/Aranet4-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Anrijs/Aranet4-1.2.1.zip", + "archiveFileName": "Aranet4-1.2.1.zip", + "size": 9999, + "checksum": "SHA-256:1da0e708dc53113bb76d7e13503503a3f6876776f52ea34b5b0e17e9e0efff0c" }, { - "name": "SAMD21 turbo PWM", - "version": "0.7.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", - "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "ArduCAM", + "version": "1.0.0", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Using the ArduCAM camera module on the Arduino platform", + "website": "https://github.com/dennis-ard/ArduCAM", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", + "repository": "https://github.com/dennis-ard/ArduCAM.git", "providesIncludes": [ - "SAMD21turboPWM.h" + "ArduCAM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.7.0.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.7.0.zip", - "size": 24299, - "checksum": "SHA-256:316d4d509f2bcd5683e5509c3afb9464ac92f16f22f93bcb0639351ee44daa40" + "url": "https://downloads.arduino.cc/libraries/github.com/dennis-ard/ArduCAM-1.0.0.zip", + "archiveFileName": "ArduCAM-1.0.0.zip", + "size": 6714119, + "checksum": "SHA-256:ebd1edbe6557740f4764b0e063ec00664902878cee3ca2ebfcb1a6aeda94492e" }, { - "name": "SAMD21 turbo PWM", - "version": "0.8.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", - "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "OSS-EC_ADI_AD22103K_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Analog devices AD22103K Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22103K_00000057", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ADI_AD22103K_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.0.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.8.0.zip", - "size": 24304, - "checksum": "SHA-256:c38080ad8cf6725637076a70a5d887856ca028bb232956f1d3f5336cd7449582" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ADI_AD22103K_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_ADI_AD22103K_00000057-1.0.0.zip", + "size": 1531297, + "checksum": "SHA-256:699429f84fa972e1cb03c0f1e94ed777ff927f8b67e76ef06b6d60a17e49978b" }, { - "name": "SAMD21 turbo PWM", - "version": "0.8.1", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", - "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "OSS-EC_MAXIM_MAX6607IXK_MAX6608IUK_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Maxim Integrated MAX6607IXK, MAX6608IUK Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6607IXK_MAX6608IUK_00000057", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MAXIM_MAX6607IXK_MAX6608IUK_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.1.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.8.1.zip", - "size": 24308, - "checksum": "SHA-256:2dd0de586ebcb4616490dc965ce6810bb9d0972e26f7f01ed0c66f7e77fdc8d5" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MAXIM_MAX6607IXK_MAX6608IUK_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MAXIM_MAX6607IXK_MAX6608IUK_00000057-1.0.0.zip", + "size": 1560807, + "checksum": "SHA-256:cec4fa1c7a3a6b037e61eae39d01402e6a90f2436f9792cd22bd941e65b3887b" }, { - "name": "SAMD21 turbo PWM", - "version": "0.8.2", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Fast-PWM library for SAMD21G-based Arduinos", - "paragraph": "Supports the Nano 33 IoT (tested), the Zero (untested), and the MKR series (untested).", - "website": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM", - "category": "Signal Input/Output", + "name": "OSS-EC_MICROCHIP_MCP9700_MCP9700A_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Microchip Technology MCP9700, MCP9700A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_MCP9700_MCP9700A_00000057", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_turbo_PWM.git", - "providesIncludes": [ - "SAMD21turboPWM.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_MCP9700_MCP9700A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_turbo_PWM-0.8.2.zip", - "archiveFileName": "SAMD21_turbo_PWM-0.8.2.zip", - "size": 24312, - "checksum": "SHA-256:61a1a3558b2b67652aea8668ff9d3ef1ec8150d59a6d2a4f1e203026d2a36ee3" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MICROCHIP_MCP9700_MCP9700A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MICROCHIP_MCP9700_MCP9700A_00000057-1.0.0.zip", + "size": 1563249, + "checksum": "SHA-256:506e1e11a651694c0b414356770e830c421f499f9a16f1cd9face3ee4c9f6bf0" }, { - "name": "eHaJo Absolute Pressure Addon", + "name": "OSS-EC_MICROCHIP_MCP9701_MCP9701A_00000057", "version": "1.0.0", - "author": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", - "maintainer": "Hannes Jochriem \u003cinfo@ehajo.de\u003e", - "sentence": "Support for I²C absolute pressure board with WSEN-PADS chip.", - "paragraph": "24bit absolute pressure sensor from wuerth elektronik with integrated temperature measurement.", - "website": "https://github.com/ehajo/WSEN-PADS", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Microchip Technology MCP9701, MCP9701A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_MCP9701_MCP9701A_00000057", "category": "Sensors", "architectures": [ "*" @@ -292178,999 +749053,1165 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ehajo/WSEN-PADS.git", - "providesIncludes": [ - "eHaJo_WSEN-PADS.h" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_MCP9701_MCP9701A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ehajo/eHaJo_Absolute_Pressure_Addon-1.0.0.zip", - "archiveFileName": "eHaJo_Absolute_Pressure_Addon-1.0.0.zip", - "size": 11257, - "checksum": "SHA-256:89dbc90e4fd700370e0c377ecdbf732083fe0afd46d1d389bf3d13319c7e6624" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MICROCHIP_MCP9701_MCP9701A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MICROCHIP_MCP9701_MCP9701A_00000057-1.0.0.zip", + "size": 1563799, + "checksum": "SHA-256:6aa8219645bdd775abb29f8b47fd8aece6e5efef4c72b305f905f8c9b2a4ab6a" }, { - "name": "LibLucesCiudad", + "name": "OSS-EC_MICROCHIP_TC1046_00000057", "version": "1.0.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the City Lights educative system.", - "paragraph": "This library allows you to control every device of the City Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/", - "category": "Uncategorized", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Microchip Technology TC1046 Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_TC1046_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibLucesCiudad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibLucesCiudad-1.0.0.zip", - "archiveFileName": "LibLucesCiudad-1.0.0.zip", - "size": 1308153, - "checksum": "SHA-256:490c388a08e0b494c565564eb79fe8d9d4d0acd4e04f0ca6831fd9ddc9fdb00d" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_TC1046_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MICROCHIP_TC1046_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MICROCHIP_TC1046_00000057-1.0.0.zip", + "size": 1532068, + "checksum": "SHA-256:75e09094076439cfea47012cd12373b0f2261f54be964c1770e3289abc0713bd" }, { - "name": "LibLucesCiudad", - "version": "1.1.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the City Lights educative system.", - "paragraph": "This library allows you to control every device of the City Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "OSS-EC_MICROCHIP_TC1047_TC1047A_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Microchip Technology TC1047, TC1047A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_TC1047_TC1047A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibLucesCiudad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibLucesCiudad-1.1.0.zip", - "archiveFileName": "LibLucesCiudad-1.1.0.zip", - "size": 1053909, - "checksum": "SHA-256:ca7a5dc6f1ba7cbdfb273ff87f5bac64bd4594ade49c9374c4431500bddd0638" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_MICROCHIP_TC1047_TC1047A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_MICROCHIP_TC1047_TC1047A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_MICROCHIP_TC1047_TC1047A_00000057-1.0.0.zip", + "size": 1532518, + "checksum": "SHA-256:3e98dff593ad5daba53b037153d273f03ade5c6953c0e09ce362a333e6889adc" }, { - "name": "LibSemaforosCiudad", - "version": "1.0.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Traffic Lights educative system.", - "paragraph": "This library allows you to control every device of the Traffic Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "moduloMap", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for modulo mapping", + "website": "https://github.com/RobTillaart/moduloMap", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibSemaforosCiudad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforosCiudad-1.0.0.zip", - "archiveFileName": "LibSemaforosCiudad-1.0.0.zip", - "size": 612217, - "checksum": "SHA-256:3ecca077d123d7401f5dcb7193a45bb847ee381da6338fd476c8ecfae22bf713" + "repository": "https://github.com/RobTillaart/moduloMap.git", + "providesIncludes": [ + "moduloMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/moduloMap-0.1.0.zip", + "archiveFileName": "moduloMap-0.1.0.zip", + "size": 7337, + "checksum": "SHA-256:31cd6a5d6c3eaebc8f092201f317acc3b666d083d6f30a1eae427ffbb166ce33" }, { - "name": "LibSemaforosCiudad", - "version": "1.1.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Traffic Lights educative system.", - "paragraph": "This library allows you to control every device of the Traffic Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "moduloMap", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for modulo mapping", + "website": "https://github.com/RobTillaart/moduloMap", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibSemaforosCiudad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibSemaforosCiudad-1.1.0.zip", - "archiveFileName": "LibSemaforosCiudad-1.1.0.zip", - "size": 625969, - "checksum": "SHA-256:20e65c4e8ce6622ea9e6861e75a57197a23a2a04ea2bfedd5ad9a167b48c8c80" + "repository": "https://github.com/RobTillaart/moduloMap.git", + "providesIncludes": [ + "moduloMap.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/moduloMap-0.1.1.zip", + "archiveFileName": "moduloMap-0.1.1.zip", + "size": 9692, + "checksum": "SHA-256:189d832a4389c6b71332eea6441dd26dd0628a34e9d200b9ec4eeeed27e7ce38" }, { - "name": "StackString", - "version": "0.1.0", - "author": "Arjen Stens \u003cme@arjenstens.com\u003e", - "maintainer": "Arjen Stens \u003cme@arjenstens.com\u003e", - "sentence": "This library was written to accommodate a need for a string class but without the (memory) disadvantages that regular std::string brings.", - "paragraph": "For an example of how to use this library go to: https://arjenstens.com/an-alternative-to-the-memory-fragmenting-string-class-for-arduino/", - "website": "https://arjenstens.com/an-alternative-to-the-memory-fragmenting-string-class-for-arduino/", + "name": "moduloMap", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for modulo mapping", + "website": "https://github.com/RobTillaart/moduloMap", "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/arduino-libraries/stackstring.git", + "repository": "https://github.com/RobTillaart/moduloMap.git", "providesIncludes": [ - "StackString.hpp" + "moduloMap.h" ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino-libraries/StackString-0.1.0.zip", - "archiveFileName": "StackString-0.1.0.zip", - "size": 17085, - "checksum": "SHA-256:e692d4d8b38ef2695d206822302e33da821c81db962e49540a233af52d8cf1b2" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/moduloMap-0.1.2.zip", + "archiveFileName": "moduloMap-0.1.2.zip", + "size": 10001, + "checksum": "SHA-256:60a77b2b491850cfe307c13e66ac8ec81ddbe9ecf9eb4cd7a3d1efe07b50074c" }, { - "name": "LibEdificio", + "name": "SmoothTouch", "version": "1.0.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Building Lights educative system.", - "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/", - "category": "Uncategorized", + "author": "Mm1KEE", + "maintainer": "Mm1KEE", + "sentence": "Custom XPT2046 touch input library with built-in denoising.", + "paragraph": "Custom XPT2046 touch input library with built-in denoising,working as a basic mouse input via usb.", + "website": "http://github.com/Mm1KEE/SmoothTouch", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibEdificio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.0.0.zip", - "archiveFileName": "LibEdificio-1.0.0.zip", - "size": 605185, - "checksum": "SHA-256:7c8295bb3ad49fee665470517a28806b5d2598b0ea09b3f84f418dc97ccce231" - }, - { - "name": "LibEdificio", - "version": "1.1.0", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Building Lights educative system.", - "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "repository": "https://github.com/Mm1KEE/SmoothTouch.git", + "providesIncludes": [ + "SmoothTouch.h" + ], + "dependencies": [ + { + "name": "SimpleFilter" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mm1KEE/SmoothTouch-1.0.0.zip", + "archiveFileName": "SmoothTouch-1.0.0.zip", + "size": 17949, + "checksum": "SHA-256:490718d9007609f4b3588a5e5a3a0cfa458acfdbd89ac2084752e6ee1e977ef5" + }, + { + "name": "PTSolns_InterfaceShield", + "version": "1.0.0", + "author": "PTSolns", + "maintainer": "PTSolns \u003ccontact@PTSolns.com\u003e", + "sentence": "PTSolns library for Interface-Shield.", + "paragraph": "Interface 1602 LCD, four programmable push buttons and four programmable LEDs to your project via I2C bus. Interface-Shield has LCD control, including PWM backlight capability and contrast setting. Interrupt pin on D9 can be enabled for advanced users.", + "website": "https://github.com/PTSolns/PTSolns_InterfaceShield", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibEdificio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.1.0.zip", - "archiveFileName": "LibEdificio-1.1.0.zip", - "size": 612799, - "checksum": "SHA-256:2d943c275c1b0f1c6dd2cca5028e90ee2e4d5b3071ca3d810d7f74e1f63b58be" + "repository": "https://github.com/PTSolns/PTSolns_InterfaceShield.git", + "providesIncludes": [ + "PTSolns_InterfaceShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_InterfaceShield-1.0.0.zip", + "archiveFileName": "PTSolns_InterfaceShield-1.0.0.zip", + "size": 18479, + "checksum": "SHA-256:e16bc1b34411ddf222c74489c147c06c5f96a4409a775258a439f0637d631c10" }, { - "name": "LibEdificio", - "version": "1.1.1", - "author": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "maintainer": "Javier Sankowicz \u003cjavier.sankowicz@ort.edu.ar\u003e", - "sentence": "Allows to control the Building Lights educative system.", - "paragraph": "This library allows you to control every device of the Building Lights educative system. This is part of the subject called Educacion Tecnologica II at ORT Belgrano.", - "website": "https://campus.belgrano.ort.edu.ar/educaciontecnologica/servicio/treeview/864296/", - "category": "Uncategorized", + "name": "PTSolns_InterfaceShield", + "version": "0.1.1", + "author": "PTSolns", + "maintainer": "PTSolns \u003ccontact@PTSolns.com\u003e", + "sentence": "PTSolns library for Interface-Shield.", + "paragraph": "Interface 1602 LCD, four programmable push buttons and four programmable LEDs to your project via I2C bus. Interface-Shield has LCD control, including PWM backlight capability and contrast setting. Interrupt pin on D9 can be enabled for advanced users.", + "website": "https://github.com/PTSolns/PTSolns_InterfaceShield", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/javisank/LibEdificio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/javisank/LibEdificio-1.1.1.zip", - "archiveFileName": "LibEdificio-1.1.1.zip", - "size": 613434, - "checksum": "SHA-256:4f6eb195cd11421742ec0a0072b556918f2b4be65573a9d80bc5f01aa3acc64d" + "repository": "https://github.com/PTSolns/PTSolns_InterfaceShield.git", + "providesIncludes": [ + "PTSolns_InterfaceShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_InterfaceShield-0.1.1.zip", + "archiveFileName": "PTSolns_InterfaceShield-0.1.1.zip", + "size": 18479, + "checksum": "SHA-256:99a063ed2c64c65a23feedfcf436e3aaf323c52760cb75a6aa5ff6523d9b83a1" }, { - "name": "aTalkArduino", - "version": "0.1.0", - "author": "Fabrizio Pollastri", - "maintainer": "Fabrizio Pollastri \u003cmxgbot@gmail.com\u003e", - "sentence": "Real Time Data communication protocol", - "paragraph": "Protocol based on ASCII encoded messages", - "website": "https://github.com/fabriziop/aTalkArduino", - "category": "Communication", + "name": "PTSolns_InterfaceShield", + "version": "1.0.1", + "author": "PTSolns", + "maintainer": "PTSolns \u003ccontact@PTSolns.com\u003e", + "sentence": "PTSolns library for Interface-Shield.", + "paragraph": "Interface 1602 LCD, four programmable push buttons and four programmable LEDs to your project via I2C bus. Interface-Shield has LCD control, including PWM backlight capability and contrast setting. Interrupt pin on D9 can be enabled for advanced users.", + "website": "https://github.com/PTSolns/PTSolns_InterfaceShield", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabriziop/aTalkArduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabriziop/aTalkArduino-0.1.0.zip", - "archiveFileName": "aTalkArduino-0.1.0.zip", - "size": 38356, - "checksum": "SHA-256:1cdf59195e186bc0e27a70240e052740526e16adb66b66fd8f47a2cc8d8ad13e" + "repository": "https://github.com/PTSolns/PTSolns_InterfaceShield.git", + "providesIncludes": [ + "PTSolns_InterfaceShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_InterfaceShield-1.0.1.zip", + "archiveFileName": "PTSolns_InterfaceShield-1.0.1.zip", + "size": 18546, + "checksum": "SHA-256:8eb77f9baccbc80861cdbf18a2b86eddf7e8a89167a639235d8cb4bed719a5c8" }, { - "name": "SparkFun External EEPROM Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with external EEPROMs", - "paragraph": "A library for the advanced control of any I2C based EEPROM. This library automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Why is this library the best? No need for byte order calculations, this library makes reading and writing ints, floats, and structs simple. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings.", - "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", - "category": "Data Storage", + "name": "PTSolns_InterfaceShield", + "version": "1.1.1", + "author": "PTSolns", + "maintainer": "PTSolns \u003ccontact@PTSolns.com\u003e", + "sentence": "PTSolns library for Interface-Shield.", + "paragraph": "Interface 1602 LCD, four programmable push buttons and four programmable LEDs to your project via I2C bus. Interface-Shield has LCD control, including PWM backlight capability and contrast setting. Interrupt pin on D9 can be enabled for advanced users.", + "website": "https://github.com/PTSolns/PTSolns_InterfaceShield", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.0.zip", - "size": 20469, - "checksum": "SHA-256:e338b7090bd91774471b926768d7aecbe0354f03750b02a2a3ea88cb0088e3d4" + "repository": "https://github.com/PTSolns/PTSolns_InterfaceShield.git", + "providesIncludes": [ + "PTSolns_InterfaceShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_InterfaceShield-1.1.1.zip", + "archiveFileName": "PTSolns_InterfaceShield-1.1.1.zip", + "size": 22744, + "checksum": "SHA-256:7fd02d4ca7eef599a3740f10bc87928f15eb779a68d39567cfd6549140446e32" }, { - "name": "SparkFun External EEPROM Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C Communication with external EEPROMs", - "paragraph": "A library for the advanced control of any I2C based EEPROM. This library automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Why is this library the best? No need for byte order calculations, this library makes reading and writing ints, floats, and structs simple. Works with all EEPROMs including very large \u003e512kbit EEPROMs and any Wire port (Wire1, etc). Use with \u003ca href=\"https://www.sparkfun.com/products/14764\"\u003eQwiic EEPROM\u003c/a\u003e to make it easy to read and write cal data and other user settings.", - "website": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library", - "category": "Data Storage", + "name": "PTSolns_InterfaceShield", + "version": "1.1.2", + "author": "PTSolns", + "maintainer": "PTSolns \u003ccontact@PTSolns.com\u003e", + "sentence": "PTSolns library for Interface-Shield.", + "paragraph": "Interface 1602 LCD, four programmable push buttons and four programmable LEDs to your project via I2C bus. Interface-Shield has LCD control, including PWM backlight capability and contrast setting. Interrupt pin on D9 can be enabled for advanced users.", + "website": "https://github.com/PTSolns/PTSolns_InterfaceShield", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_External_EEPROM_Arduino_Library-1.0.1.zip", - "size": 20768, - "checksum": "SHA-256:7b951bf873a35951f1f9efd054b410f1d4be68f71b70d576adf71d2dbf63d87c" + "repository": "https://github.com/PTSolns/PTSolns_InterfaceShield.git", + "providesIncludes": [ + "PTSolns_InterfaceShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_InterfaceShield-1.1.2.zip", + "archiveFileName": "PTSolns_InterfaceShield-1.1.2.zip", + "size": 22712, + "checksum": "SHA-256:f8cbd48bd4f826ca3976cd7aeed0be3d3b4f715ab66efa8ca2d829501d2760a0" }, { - "name": "ESP32_ISR_Servo", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", - "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", - "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", + "name": "NGLedFlasher Library", + "version": "1.0.0", + "author": "Nick Gammon", + "maintainer": "Paul Cavanagh (pacav69@gmail.com)", + "sentence": "Arduino library for Flashing more then one LED", + "paragraph": "Arduino library for Flashing more then one LED at a time", + "website": "https://github.com/pacav69/NGFlasherLED", "category": "Timing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.0.1.zip", - "archiveFileName": "ESP32_ISR_Servo-1.0.1.zip", - "size": 25784, - "checksum": "SHA-256:37841e7ea1f721505e1680e22ec93786b3a0f4e138a9946cb9cf9d28cac38794" + "repository": "https://github.com/pacav69/NGFlasherLED.git", + "providesIncludes": [ + "*" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pacav69/NGLedFlasher_Library-1.0.0.zip", + "archiveFileName": "NGLedFlasher_Library-1.0.0.zip", + "size": 5711, + "checksum": "SHA-256:c424f63df8478387c92c245f4e08acce0d3d0a76cecf799c8fde6ef4bd91ffb7" }, { - "name": "ESP32_ISR_Servo", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an ESP32 board to control multiple servo motors.", - "paragraph": "This library enables you to use 1 Hardware Timer on an ESP32-based board to control 16 or more servo motors.", - "website": "https://github.com/khoih-prog/ESP32_ISR_Servo", - "category": "Timing", + "name": "Makerlabvn_I2C_Motor_Driver", + "version": "1.0.0", + "author": "Makerlab.vn", + "maintainer": "Ngoc \u003cxuanngoc1992@gmail.com\u003e", + "sentence": "Driver for 2-DC motor and 2-RC motor", + "paragraph": "Easy to use with I2C communication. Set address over I2C that allows you to control up to 5 drivers.", + "website": "https://github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver.git", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP32_ISR_Servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ISR_Servo-1.0.2.zip", - "archiveFileName": "ESP32_ISR_Servo-1.0.2.zip", - "size": 43214, - "checksum": "SHA-256:89c94908bf0d4c0875f631cc97a9665827cabfa8cd5a0ce8394d50db6f333d3a" + "repository": "https://github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver.git", + "providesIncludes": [ + "Makerlabvn_I2C_Motor_Driver.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver-1.0.0.zip", + "archiveFileName": "Makerlabvn_I2C_Motor_Driver-1.0.0.zip", + "size": 27393, + "checksum": "SHA-256:2614237dab4f0d015c6090731d5489138ccc4b2ddd89f91049b86a698e4c7b25" }, { - "name": "FastCapacitiveSensor", - "version": "1.0.6", - "author": "Nyanyan", - "maintainer": "Takuto Yamana", - "sentence": "A library to use capacitive sensors quickly", - "paragraph": "It can get values from capacitive sensors", - "website": "https://github.com/Nyanyan/FastCapacitiveSensor", - "category": "Sensors", + "name": "Makerlabvn_I2C_Motor_Driver", + "version": "1.0.3", + "author": "Makerlab.vn", + "maintainer": "Ngoc \u003cxuanngoc1992@gmail.com\u003e", + "sentence": "Driver for 2-DC motor and 2-RC motor", + "paragraph": "Easy to use with I2C communication. Set address over I2C that allows you to control up to 5 drivers.", + "website": "https://github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Nyanyan/FastCapacitiveSensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nyanyan/FastCapacitiveSensor-1.0.6.zip", - "archiveFileName": "FastCapacitiveSensor-1.0.6.zip", - "size": 7917, - "checksum": "SHA-256:c87acc8b9241c7f310c1fbf84a6d3e6d15db4976a1c477b77b94e4c1341e6e20" + "repository": "https://github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver.git", + "providesIncludes": [ + "Makerlabvn_I2C_Motor_Driver.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver-1.0.3.zip", + "archiveFileName": "Makerlabvn_I2C_Motor_Driver-1.0.3.zip", + "size": 27394, + "checksum": "SHA-256:c58ae509a2dd0436d8c9d708f4f2b8440f3a1ca029d27cb3cdec9e10ab15165e" }, { - "name": "Teensy_3X_Multipurpose_Board", - "version": "1.0.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", - "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", - "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", - "category": "Signal Input/Output", + "name": "Makerlabvn_I2C_Motor_Driver", + "version": "1.0.5", + "author": "Makerlab.vn", + "maintainer": "Makerlab.vn \u003cxuanngoc1992@gmail.com\u003e", + "sentence": "Driver for 2-DC motor and 2-RC motor", + "paragraph": "Easy to use with I2C communication. Set address over I2C that allows you to control up to 5 drivers.", + "website": "https://github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.0.0.zip", - "archiveFileName": "Teensy_3X_Multipurpose_Board-1.0.0.zip", - "size": 268394, - "checksum": "SHA-256:ab24f420ddfcaefdfb2ca63548da667b674265aec12110163d8e1b23fb1a8047" + "repository": "https://github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver.git", + "providesIncludes": [ + "Makerlabvn_I2C_Motor_Driver.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/makerlabvn/Makerlabvn_I2C_Motor_Driver-1.0.5.zip", + "archiveFileName": "Makerlabvn_I2C_Motor_Driver-1.0.5.zip", + "size": 27390, + "checksum": "SHA-256:9ad1907e74950eae125f2f72ad8353a466716ed3ea9ecffc7e2518f566e0d3d6" }, { - "name": "Teensy_3X_Multipurpose_Board", - "version": "1.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", - "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", - "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", - "category": "Signal Input/Output", + "name": "IoT Suite", + "version": "0.0.3", + "author": "Travancore Analytics", + "maintainer": "Travancore Analytics", + "sentence": "IoT Suite is a simple, easy to use platform for building IoT solutions.", + "paragraph": "IoT Suite is Internet of Things platform for connectivity, OTA(over-the-air) firmware upgrades, data collection, processing, analytics and visualization. Provides bootstrap for building IoT solutions with very minimal coding to setup IoT ecosystem, while focusing on implementing business use case. Arduino Nano 33 IoT, esp32 and esp8266 boards are supported as part of the platform.", + "website": "https://github.com/Travancore-Analytics/iot-suite", + "category": "Device Control", "architectures": [ - "*" + "esp32", + "esp8266", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "repository": "https://github.com/Travancore-Analytics/iot-suite.git", "dependencies": [ { - "name": "DFPlayerMini_Fast" + "name": "ArduinoJson" }, { - "name": "Servo" + "name": "ArduinoBLE" + }, + { + "name": "WiFiNINA" + }, + { + "name": "ArduinoOTA" + }, + { + "name": "ArduinoHttpClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.0.1.zip", - "archiveFileName": "Teensy_3X_Multipurpose_Board-1.0.1.zip", - "size": 268419, - "checksum": "SHA-256:3f9d32ec9e3238b83b61fccef6eb9bfa0da0b4ac7aee54d40a13629e3817a870" + "url": "https://downloads.arduino.cc/libraries/github.com/Travancore-Analytics/IoT_Suite-0.0.3.zip", + "archiveFileName": "IoT_Suite-0.0.3.zip", + "size": 1615201, + "checksum": "SHA-256:f775b8313cd1f112f5a8dde698a9f695cb75fa0bc5be60355352b562379d3c30" }, { - "name": "Teensy_3X_Multipurpose_Board", - "version": "1.2.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", - "paragraph": "Library to interface with Teensy 3.X breakout board (PCB gerber and Eagle project files included!)", - "website": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board", - "category": "Signal Input/Output", + "name": "IoT Suite", + "version": "0.0.4", + "author": "Travancore Analytics", + "maintainer": "Travancore Analytics", + "sentence": "IoT Suite is a simple, easy to use platform for building IoT solutions.", + "paragraph": "IoT Suite is Internet of Things platform for connectivity, OTA(over-the-air) firmware upgrades, data collection, processing, analytics and visualization. Provides bootstrap for building IoT solutions with very minimal coding to setup IoT ecosystem, while focusing on implementing business use case. Arduino Nano 33 IoT, esp32 and esp8266 boards are supported as part of the platform.", + "website": "https://github.com/Travancore-Analytics/iot-suite", + "category": "Device Control", "architectures": [ - "*" + "esp32", + "esp8266", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/Teensy_3X_Multipurpose_Board.git", + "repository": "https://github.com/Travancore-Analytics/iot-suite.git", "dependencies": [ { - "name": "DFPlayerMini_Fast" + "name": "ArduinoJson" }, { - "name": "Servo" + "name": "ArduinoBLE" + }, + { + "name": "WiFiNINA" + }, + { + "name": "ArduinoOTA" + }, + { + "name": "ArduinoHttpClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Teensy_3X_Multipurpose_Board-1.2.0.zip", - "archiveFileName": "Teensy_3X_Multipurpose_Board-1.2.0.zip", - "size": 267803, - "checksum": "SHA-256:14b1ad34a2f945ec451f596cf806ca0558ccff6d2ab27df102e4291215e09a59" + "url": "https://downloads.arduino.cc/libraries/github.com/Travancore-Analytics/IoT_Suite-0.0.4.zip", + "archiveFileName": "IoT_Suite-0.0.4.zip", + "size": 1615460, + "checksum": "SHA-256:d23c5d066df04d2698501471493014babda53ccc4c78b8b1469eaff6d6139a55" }, { - "name": "Oversampling", - "version": "0.9.1", - "author": "Regimnatas Baublys", - "maintainer": "Regimnatas Baublys", - "sentence": "Improving ADC Resolution By Oversampling Averaging.", - "website": "https://github.com/regimantas/Oversampling", - "category": "Data Processing", + "name": "IoT Suite", + "version": "0.0.5", + "author": "Travancore Analytics", + "maintainer": "Travancore Analytics", + "sentence": "IoT Suite is a simple, easy to use platform for building IoT solutions.", + "paragraph": "IoT Suite is Internet of Things platform for connectivity, OTA(over-the-air) firmware upgrades, data collection, processing, analytics and visualization. Provides bootstrap for building IoT solutions with very minimal coding to setup IoT ecosystem, while focusing on implementing business use case. Arduino Nano 33 IoT, esp32 and esp8266 boards are supported as part of the platform.", + "website": "https://github.com/Travancore-Analytics/iot-suite", + "category": "Device Control", "architectures": [ - "*" + "esp32", + "esp8266", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/regimantas/Oversampling.git", - "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.1.zip", - "archiveFileName": "Oversampling-0.9.1.zip", - "size": 3321, - "checksum": "SHA-256:4cf43769112434a8d5e162a9e69b89caefc0199eff0ee67e4616d31d0b9704ea" + "repository": "https://github.com/Travancore-Analytics/iot-suite.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "WiFiNINA" + }, + { + "name": "ArduinoOTA" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "ArduinoLog" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Travancore-Analytics/IoT_Suite-0.0.5.zip", + "archiveFileName": "IoT_Suite-0.0.5.zip", + "size": 1640377, + "checksum": "SHA-256:215b0bc2b12a5bf2184f042b4368d2c71e7481f5f45cfbad9dda942b86a17db5" }, { - "name": "Oversampling", - "version": "0.9.2", - "author": "Regimnatas Baublys", - "maintainer": "Regimnatas Baublys", - "sentence": "Improving ADC Resolution By Oversampling Averaging.", - "website": "https://github.com/regimantas/Oversampling", - "category": "Data Processing", + "name": "IoT Suite", + "version": "0.0.6", + "author": "Travancore Analytics", + "maintainer": "Travancore Analytics", + "sentence": "IoT Suite is a simple, easy to use platform for building IoT solutions.", + "paragraph": "IoT Suite is Internet of Things platform for connectivity, OTA(over-the-air) firmware upgrades, data collection, processing, analytics and visualization. Provides bootstrap for building IoT solutions with very minimal coding to setup IoT ecosystem, while focusing on implementing business use case. Arduino Nano 33 IoT, esp32 and esp8266 boards are supported as part of the platform.", + "website": "https://github.com/Travancore-Analytics/iot-suite", + "category": "Device Control", "architectures": [ - "*" + "esp32", + "esp8266", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/regimantas/Oversampling.git", - "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.2.zip", - "archiveFileName": "Oversampling-0.9.2.zip", - "size": 3327, - "checksum": "SHA-256:0796c6096f443cd5aad4d7fd5e639ef52c826900f8f3564883640b6425571981" + "repository": "https://github.com/Travancore-Analytics/iot-suite.git", + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "WiFiNINA" + }, + { + "name": "ArduinoOTA" + }, + { + "name": "ArduinoHttpClient" + }, + { + "name": "ArduinoLog" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Travancore-Analytics/IoT_Suite-0.0.6.zip", + "archiveFileName": "IoT_Suite-0.0.6.zip", + "size": 1786061, + "checksum": "SHA-256:192ee8a4fae72de82e9f97b3d725f5b82f3b69b2bd32d611fd4582935c4f1d40" }, { - "name": "Oversampling", - "version": "0.9.3", - "author": "Regimnatas Baublys", - "maintainer": "Regimnatas Baublys", - "sentence": "Improving ADC Resolution By Oversampling Averaging.", - "website": "https://github.com/regimantas/Oversampling", - "category": "Data Processing", + "name": "OSS-EC_NXP_MPX5999D_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPX5999D Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPX5999D_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/regimantas/Oversampling.git", - "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.3.zip", - "archiveFileName": "Oversampling-0.9.3.zip", - "size": 3336, - "checksum": "SHA-256:e6920dcca82398e862cbb4acc6b8281f903361e0f02e6130b06824a83163f281" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPX5999D_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPX5999D_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_NXP_MPX5999D_00000057-1.0.0.zip", + "size": 1546617, + "checksum": "SHA-256:49da39e42423fe5dbeca8ce2169ac641d2015a8f6a3abeef49bf708ebf421b54" }, { - "name": "Oversampling", - "version": "0.9.4", - "author": "Regimnatas Baublys", - "maintainer": "Regimnatas Baublys", - "sentence": "Improving ADC Resolution By Oversampling Averaging.", - "website": "https://github.com/regimantas/Oversampling", - "category": "Data Processing", + "name": "OSS-EC_NXP_MPXH6115A_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXH6115A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXH6115A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/regimantas/Oversampling.git", - "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.4.zip", - "archiveFileName": "Oversampling-0.9.4.zip", - "size": 3369, - "checksum": "SHA-256:f5a7427dac0942e957ca5b442cdb2cc1518dc442e43aae2c44a27667da2e0f89" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXH6115A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXH6115A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_NXP_MPXH6115A_00000057-1.0.0.zip", + "size": 1536116, + "checksum": "SHA-256:dd6dabb5f18732388b4841146e7cebbf4facf23fef0cdee455630ffc3adab4de" }, { - "name": "Oversampling", - "version": "0.9.5", - "author": "Regimnatas Baublys", - "maintainer": "Regimnatas Baublys", - "sentence": "Improving ADC Resolution By Oversampling Averaging.", - "website": "https://github.com/regimantas/Oversampling", - "category": "Data Processing", + "name": "OSS-EC_NXP_MPXHZ6250A_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXHZ6250A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXHZ6250A_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/regimantas/Oversampling.git", - "url": "https://downloads.arduino.cc/libraries/github.com/regimantas/Oversampling-0.9.5.zip", - "archiveFileName": "Oversampling-0.9.5.zip", - "size": 3387, - "checksum": "SHA-256:d8d82eced91224f4b931bef62fc8da17e2e3ce2da29bcf1e1854078684b5ef6c" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXHZ6250A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXHZ6250A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_NXP_MPXHZ6250A_00000057-1.0.0.zip", + "size": 1537869, + "checksum": "SHA-256:c208d216c12415bdded06c07ffeab3585d7372df195cb71cbba23a91e9b446b1" }, { - "name": "ESP8266IoTHelper", + "name": "OSS-EC_NXP_MPXH6400A_00000057", "version": "1.0.0", - "author": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", - "maintainer": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", - "sentence": "Helper for ESP8266 that orchestrates WiFi connection and OTA updates", - "paragraph": "This library contains a simple helper that you can orchestrate WiFi connection via SmartConfig and Arduino IDE + HTTP OTA update features all together.", - "website": "https://github.com/mehyaa/esp8266-iot-helper", - "category": "Data Processing", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "NXP MPXH6400A Pressure Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXH6400A_00000057", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mehyaa/esp8266-iot-helper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mehyaa/ESP8266IoTHelper-1.0.0.zip", - "archiveFileName": "ESP8266IoTHelper-1.0.0.zip", - "size": 6044, - "checksum": "SHA-256:ff5053e3303833976c0c6a1de4f82d848efdec3e85e9000e099190c82251887d" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_NXP_MPXH6400A_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_NXP_MPXH6400A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_NXP_MPXH6400A_00000057-1.0.0.zip", + "size": 1539796, + "checksum": "SHA-256:cc8df51fcc6251adc4e07aaa846f120d0646d602eaa4d31b1cb45871e41cd207" }, { - "name": "ESP8266IoTHelper", - "version": "1.0.1", - "author": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", - "maintainer": "Mehmet Yasin AKAR \u003chttps://github.com/mehyaa\u003e", - "sentence": "Helper for ESP8266 that orchestrates WiFi connection and OTA updates", - "paragraph": "This library contains a simple helper that you can orchestrate WiFi connection via SmartConfig and Arduino IDE + HTTP OTA update features all together.", - "website": "https://github.com/mehyaa/esp8266-iot-helper", - "category": "Data Processing", + "name": "Stone_serial", + "version": "1.0.7", + "author": "zhangbowei", + "maintainer": "zhangbowei \u003c1131986647@qq.com\u003e", + "sentence": "Used to receive and send commands on the serial port screen.", + "paragraph": "This library can extract the key data and parse the received hexadecimal data, and can also send the serial port instruction through the call function.", + "website": "https://github.com/STONElibrary/arduino_lib", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mehyaa/esp8266-iot-helper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mehyaa/ESP8266IoTHelper-1.0.1.zip", - "archiveFileName": "ESP8266IoTHelper-1.0.1.zip", - "size": 6037, - "checksum": "SHA-256:99c6b535eeba46aa4bb89f2eb9c2f49f7de1d2c11afcfa330cc1e7900cd2eb0c" + "repository": "https://github.com/STONElibrary/arduino_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/STONElibrary/Stone_serial-1.0.7.zip", + "archiveFileName": "Stone_serial-1.0.7.zip", + "size": 17447, + "checksum": "SHA-256:02dc0649284cc63ad987457084b6da2c8adbf569ef79b35b2dd7fba4067391fe" }, { - "name": "ESP_WiFiManager", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "Stone_serial", + "version": "1.0.9", + "author": "zhangbowei", + "maintainer": "zhangbowei \u003c1131986647@qq.com\u003e", + "sentence": "Used to receive and send commands on the serial port screen.", + "paragraph": "This library can extract the key data and parse the received hexadecimal data, and can also send the serial port instruction through the call function.", + "website": "https://github.com/STONElibrary/arduino_lib", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.1.zip", - "archiveFileName": "ESP_WiFiManager-1.0.1.zip", - "size": 285609, - "checksum": "SHA-256:feba1120e845f84266c6e72cffca32a2b9df15872265504260938b68a88d6e11" + "repository": "https://github.com/STONElibrary/arduino_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/STONElibrary/Stone_serial-1.0.9.zip", + "archiveFileName": "Stone_serial-1.0.9.zip", + "size": 299903, + "checksum": "SHA-256:aeb2203e803054f99a1f0cc5b82dcdbb91b2a17ed4824ddb5bf7943ce8c58fb6" }, { - "name": "ESP_WiFiManager", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "Stone_serial", + "version": "1.1.0", + "author": "zhangbowei", + "maintainer": "zhangbowei \u003c445029416@qq.com\u003e", + "sentence": "STONE HMI LCD Library. Used to receive and send commands on the serial port screen.", + "paragraph": "This library can extract the key data and parse the received hexadecimal data, and can also send the serial port instruction through the call function.", + "website": "https://github.com/STONElibrary/arduino_lib", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.2.zip", - "archiveFileName": "ESP_WiFiManager-1.0.2.zip", - "size": 292443, - "checksum": "SHA-256:925795106bb1b448d235fb36a78cd49693c2161fe880c670bd462812dfd86d58" + "repository": "https://github.com/STONElibrary/arduino_lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/STONElibrary/Stone_serial-1.1.0.zip", + "archiveFileName": "Stone_serial-1.1.0.zip", + "size": 3251686, + "checksum": "SHA-256:cce88ba796c9817edb19ac382dc545ea762ab6e6afb6fd0c0aa06b3b2f2df96e" }, { - "name": "ESP_WiFiManager", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "EasyOpenTherm", + "version": "0.0.1", + "author": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "maintainer": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "sentence": "OpenTherm Library to control Central Heating, HVAC or Solar systems using Arduino IDE and ESP32 / ESP8266 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and higher and works with all OpenTherm compatible boilers, HVACs and Solar systems", + "website": "https://github.com/Jeroen88/EasyOpenTherm", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.3.zip", - "archiveFileName": "ESP_WiFiManager-1.0.3.zip", - "size": 155654, - "checksum": "SHA-256:76be0495b137d194d261edd1d33c5709f27a6fdb3314aa707d541d5a0be464a9" + "repository": "https://github.com/Jeroen88/EasyOpenTherm.git", + "providesIncludes": [ + "EasyOpenTherm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jeroen88/EasyOpenTherm-0.0.1.zip", + "archiveFileName": "EasyOpenTherm-0.0.1.zip", + "size": 35437, + "checksum": "SHA-256:07562d150d5f4d6bdbad7408cad43214b0fc1f54c5235de7bfd7c136f0b1e80a" }, { - "name": "ESP_WiFiManager", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "EasyOpenTherm", + "version": "1.0.1", + "author": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "maintainer": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "sentence": "OpenTherm Library to control Central Heating (CH), HVAC (Heating, Ventilation, Air Conditioning) or Solar systems by creating a thermostat using Arduino IDE and ESP32 / ESP8266 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and higher and works with all OpenTherm compatible boilers, HVACs and Solar systems", + "website": "https://github.com/Jeroen88/EasyOpenTherm", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.4.zip", - "archiveFileName": "ESP_WiFiManager-1.0.4.zip", - "size": 382312, - "checksum": "SHA-256:999da2e8f1fd284112acee2dd82762a0d093bb02d0850fc65350f4111fde98b9" + "repository": "https://github.com/Jeroen88/EasyOpenTherm.git", + "providesIncludes": [ + "EasyOpenTherm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jeroen88/EasyOpenTherm-1.0.1.zip", + "archiveFileName": "EasyOpenTherm-1.0.1.zip", + "size": 36166, + "checksum": "SHA-256:49dba1edb4cf0b415bcd9a965e6a9606cea3682a163e1cf768bd6d7aac1e3299" }, { - "name": "ESP_WiFiManager", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "EasyOpenTherm", + "version": "1.1.0", + "author": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "maintainer": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "sentence": "OpenTherm Library to control Central Heating (CH), HVAC (Heating, Ventilation, Air Conditioning) or Solar systems by creating a thermostat using Arduino IDE and ESP32 / ESP8266 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and higher and works with all OpenTherm compatible boilers, HVACs and Solar systems", + "website": "https://github.com/Jeroen88/EasyOpenTherm", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.5.zip", - "archiveFileName": "ESP_WiFiManager-1.0.5.zip", - "size": 401513, - "checksum": "SHA-256:e434397ee5f53bd04d5ba5d5e2e31618a479c8aaaecfc45f9942b2813bd91eca" + "repository": "https://github.com/Jeroen88/EasyOpenTherm.git", + "providesIncludes": [ + "EasyOpenTherm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jeroen88/EasyOpenTherm-1.1.0.zip", + "archiveFileName": "EasyOpenTherm-1.1.0.zip", + "size": 80540, + "checksum": "SHA-256:ae77f9b564cee8fa6425fac8cd315d9c4b4c7c0e23f8ccdd05f5f9a458e61dfc" }, { - "name": "ESP_WiFiManager", - "version": "1.0.6-beta", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "EasyOpenTherm", + "version": "1.2.0", + "author": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "maintainer": "Jeroen Döll \u003cinfo@metriot.nl\u003e", + "sentence": "OpenTherm Library to control Central Heating (CH), HVAC (Heating, Ventilation, Air Conditioning) or Solar systems by creating a thermostat using Arduino IDE and ESP32 / ESP8266 hardware.", + "paragraph": "OpenTherm Library is based on OpenTherm protocol specification v2.2 and higher and works with all OpenTherm compatible boilers, HVACs and Solar systems", + "website": "https://github.com/Jeroen88/EasyOpenTherm", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.6-beta.zip", - "archiveFileName": "ESP_WiFiManager-1.0.6-beta.zip", - "size": 488627, - "checksum": "SHA-256:51c17d17c71cf5ca2651a652c2b536a87d17658d55168d518680617e1a0ccce1" + "repository": "https://github.com/Jeroen88/EasyOpenTherm.git", + "providesIncludes": [ + "EasyOpenTherm.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Jeroen88/EasyOpenTherm-1.2.0.zip", + "archiveFileName": "EasyOpenTherm-1.2.0.zip", + "size": 82991, + "checksum": "SHA-256:9e0ae7abd9a65efee76fee8c7ce67d3788268864098627b130b79724f825c66d" }, { - "name": "ESP_WiFiManager", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web configuration portal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "RAK12027-D7S", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for the RAK12027 seismic sensor.", + "paragraph": "Arduino library for the RAK12027 seismic sensor.", + "website": "https://github.com/RAKWireless/RAK12027-D7S", + "category": "Uncategorized", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.6.zip", - "archiveFileName": "ESP_WiFiManager-1.0.6.zip", - "size": 501062, - "checksum": "SHA-256:1b3518e0e70562d26dcfdedbaf82b0872e6790a6fbe97d8055510e17ae8824a1" + "repository": "https://github.com/RAKWireless/RAK12027-D7S.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12027_D7S-1.0.0.zip", + "archiveFileName": "RAK12027_D7S-1.0.0.zip", + "size": 3592634, + "checksum": "SHA-256:0fff9d29dbea0c691f70fe79c58aa00217b2e693ebf0ce57c90605d0ba9121ff" }, { - "name": "ESP_WiFiManager", - "version": "1.0.7", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "RTC_RX8025T", + "version": "1.0.0", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.nixietester.com", + "sentence": "Arduino library for the RX8025T real time clock (RTC)", + "paragraph": "Date and Time functions, interrupt output, frequency output, alarm and timer functions.", + "website": "https://github.com/marcinsaj/RTC-RX8025T", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.7.zip", - "archiveFileName": "ESP_WiFiManager-1.0.7.zip", - "size": 501830, - "checksum": "SHA-256:2dfb57ba80742041b4ac0c57e290133f6eadda7bcdf3a0b298d1b04dff56708d" + "repository": "https://github.com/marcinsaj/RTC_RX8025T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/RTC_RX8025T-1.0.0.zip", + "archiveFileName": "RTC_RX8025T-1.0.0.zip", + "size": 2573113, + "checksum": "SHA-256:02bb6e7fc90092cf848a4c23857896cce57fa93963cbffddce7520173aad58c2" }, { - "name": "ESP_WiFiManager", - "version": "1.0.8", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "RTC_RX8025T", + "version": "1.0.1", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.nixietester.com", + "sentence": "Arduino library for the RX8025T real time clock (RTC)", + "paragraph": "Date and Time functions, interrupt output, frequency output, alarm and timer functions.", + "website": "https://github.com/marcinsaj/RTC_RX8025T", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.8.zip", - "archiveFileName": "ESP_WiFiManager-1.0.8.zip", - "size": 704243, - "checksum": "SHA-256:bd0244cb6258b1c5d700af2afd6edfb5131e74257d77aace3dc43a9dc540e937" + "repository": "https://github.com/marcinsaj/RTC_RX8025T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/RTC_RX8025T-1.0.1.zip", + "archiveFileName": "RTC_RX8025T-1.0.1.zip", + "size": 2635603, + "checksum": "SHA-256:cc65cc878972be96fb98a171d5cc01b599445b20ce9736c2061d8677d8a28a06" }, { - "name": "ESP_WiFiManager", - "version": "1.0.9", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "RTC_RX8025T", + "version": "1.0.3", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.nixietester.com", + "sentence": "Arduino library for the RX8025T real time clock (RTC)", + "paragraph": "Date and Time functions, interrupt output, frequency output, alarm and timer functions.", + "website": "https://github.com/marcinsaj/RTC_RX8025T", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.9.zip", - "archiveFileName": "ESP_WiFiManager-1.0.9.zip", - "size": 1153680, - "checksum": "SHA-256:c1ba2188bed180cac6e75c32f74e975ed062c2e77fc8f8ffdb2124ad6ed83f1c" + "repository": "https://github.com/marcinsaj/RTC_RX8025T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/RTC_RX8025T-1.0.3.zip", + "archiveFileName": "RTC_RX8025T-1.0.3.zip", + "size": 2635583, + "checksum": "SHA-256:665e588158c36ae09df8e37e99674b75c51d44a6518a281badac640faecbafd8" }, { - "name": "ESP_WiFiManager", - "version": "1.0.10", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "RTC_RX8025T", + "version": "1.0.4", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.nixietester.com", + "sentence": "Arduino library for the RX8025T real time clock (RTC)", + "paragraph": "Date and Time functions, interrupt output, frequency output, alarm and timer functions.", + "website": "https://github.com/marcinsaj/RTC_RX8025T", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.10.zip", - "archiveFileName": "ESP_WiFiManager-1.0.10.zip", - "size": 1240922, - "checksum": "SHA-256:7a3ea9e4b16f9665133e7dd62089d843258001b7f5c30a222c74c431edb8f96b" + "repository": "https://github.com/marcinsaj/RTC_RX8025T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/RTC_RX8025T-1.0.4.zip", + "archiveFileName": "RTC_RX8025T-1.0.4.zip", + "size": 2635566, + "checksum": "SHA-256:3e019a6480255bce54cb7174c00ac6efccebe20195640df77e0ee567156ece6f" }, { - "name": "ESP_WiFiManager", - "version": "1.0.11", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules WiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with CORS feature.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "RTC_RX8025T", + "version": "1.0.5", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.nixietester.com", + "sentence": "Arduino library for the RX8025T real time clock (RTC)", + "paragraph": "Date and Time functions, interrupt output, frequency output, alarm and timer functions.", + "website": "https://github.com/marcinsaj/RTC_RX8025T", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.0.11.zip", - "archiveFileName": "ESP_WiFiManager-1.0.11.zip", - "size": 1243871, - "checksum": "SHA-256:56eb853f98fdf8b252da493cc7f8c95e932176909d7c4d86711b206e3671c84e" + "repository": "https://github.com/marcinsaj/RTC_RX8025T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/RTC_RX8025T-1.0.5.zip", + "archiveFileName": "RTC_RX8025T-1.0.5.zip", + "size": 2631444, + "checksum": "SHA-256:745a991bd81fe456359b2014959ffa9f3870b82d202ee12411b6e45aa6af73c0" }, { - "name": "ESP_WiFiManager", - "version": "1.1.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", - "category": "Communication", + "name": "RTC_RX8025T", + "version": "1.0.7", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.nixietester.com", + "sentence": "Arduino library for the RX8025T real time clock (RTC)", + "paragraph": "Date and Time functions, interrupt output, frequency output, alarm and timer functions.", + "website": "https://github.com/marcinsaj/RTC_RX8025T", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", - "dependencies": [ - { - "name": "ESP_DoubleResetDetector" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.0.zip", - "archiveFileName": "ESP_WiFiManager-1.1.0.zip", - "size": 1330963, - "checksum": "SHA-256:329cc76df1732725fc356114fbb863348fb633a860ad63c064649bdb1a31acc3" + "repository": "https://github.com/marcinsaj/RTC_RX8025T.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/RTC_RX8025T-1.0.7.zip", + "archiveFileName": "RTC_RX8025T-1.0.7.zip", + "size": 2631505, + "checksum": "SHA-256:f0f11b2dd86a7b1b76c8c6657cc6600331f64895237c7e7d30c602024123368d" }, { - "name": "ESP_WiFiManager", - "version": "1.1.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "name": "Cumulocity IoT Upstreaming", + "version": "1.0.0", + "author": "Yingzhe Liu \u003cyil@softwareag.com\u003e, Luis \u003cLuis.Scholl@softwareag.com\u003e", + "maintainer": "Yingzhe Liu \u003cyil@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over https.", + "paragraph": "Using HTTPS to connect to Cumulocity IoT realizing sending measurement, alarm and event.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "MegaAVR", + "SAMD" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "repository": "https://github.com/liuyinze/CumulocityHttpUpstream.git", + "providesIncludes": [ + "HttpUpstream.h" + ], "dependencies": [ { - "name": "ESP_DoubleResetDetector" + "name": "ArduinoJson" + }, + { + "name": "Base64" + }, + { + "name": "Client" + }, + { + "name": "string" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.1.zip", - "archiveFileName": "ESP_WiFiManager-1.1.1.zip", - "size": 1335147, - "checksum": "SHA-256:5b8c60fc3bdf1df7441232eb0c463f3b541a6ef59aa1d1fe443b979afd200a5e" + "url": "https://downloads.arduino.cc/libraries/github.com/liuyinze/Cumulocity_IoT_Upstreaming-1.0.0.zip", + "archiveFileName": "Cumulocity_IoT_Upstreaming-1.0.0.zip", + "size": 6187, + "checksum": "SHA-256:07b568404af47105aec024496b2db99d9c41cd2e079d3a2cd5695e538b96f07e" }, { - "name": "ESP_WiFiManager", - "version": "1.1.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "name": "Cumulocity IoT Upstreaming", + "version": "1.0.1", + "author": "Yingzhe Liu \u003cyil@softwareag.com\u003e, Luis \u003cLuis.Scholl@softwareag.com\u003e", + "maintainer": "Yingzhe Liu \u003cyil@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over https.", + "paragraph": "Using HTTPS to connect to Cumulocity IoT realizing sending measurement, alarm and event.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "MegaAVR", + "SAMD" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "repository": "https://github.com/liuyinze/CumulocityHttpUpstream.git", + "providesIncludes": [ + "HttpUpstream.h" + ], "dependencies": [ { - "name": "ESP_DoubleResetDetector" + "name": "ArduinoJson" + }, + { + "name": "Base64" + }, + { + "name": "Client" + }, + { + "name": "string" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.1.2.zip", - "archiveFileName": "ESP_WiFiManager-1.1.2.zip", - "size": 1340443, - "checksum": "SHA-256:5235cee0c8cef735ce9a74a2fc7597d1f6369b693592ec18be199036bf66d63a" + "url": "https://downloads.arduino.cc/libraries/github.com/liuyinze/Cumulocity_IoT_Upstreaming-1.0.1.zip", + "archiveFileName": "Cumulocity_IoT_Upstreaming-1.0.1.zip", + "size": 6165, + "checksum": "SHA-256:c8975f9718e88b96156b60b789d70a2b79c305bb23470682254972e6858ee069" }, { - "name": "ESP_WiFiManager", - "version": "1.2.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "name": "Cumulocity IoT Upstreaming", + "version": "1.0.3", + "author": "Yingzhe Liu \u003cyil@softwareag.com\u003e, Luis \u003cLuis.Scholl@softwareag.com\u003e", + "maintainer": "Yingzhe Liu \u003cyil@softwareag.com\u003e", + "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over https.", + "paragraph": "Using HTTPS to connect to Cumulocity IoT realizing sending measurement, alarm and event.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "MegaAVR", + "SAMD" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "repository": "https://github.com/liuyinze/CumulocityHttpUpstream.git", + "providesIncludes": [ + "HttpUpstream.h" + ], "dependencies": [ { - "name": "ESP_DoubleResetDetector" + "name": "ArduinoJson" + }, + { + "name": "Base64" + }, + { + "name": "Client" + }, + { + "name": "string" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.2.0.zip", - "archiveFileName": "ESP_WiFiManager-1.2.0.zip", - "size": 1389254, - "checksum": "SHA-256:0e5a5d878529f4df682ba92cf8da0908b00f459229bd0df3e9ca90439d7d2b4d" + "url": "https://downloads.arduino.cc/libraries/github.com/liuyinze/Cumulocity_IoT_Upstreaming-1.0.3.zip", + "archiveFileName": "Cumulocity_IoT_Upstreaming-1.0.3.zip", + "size": 6165, + "checksum": "SHA-256:f6cf2e7c011171ec0f078cfd59476f0d4b40967114b61595170d4f54c6ce8d11" }, { - "name": "ESP_WiFiManager", - "version": "1.3.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "name": "Cumulocity IoT Downstream", + "version": "1.0.0", + "author": "Yingzhe Liu \u003cyil@softwareag.com\u003e, Luis \u003cLuis.Scholl@softwareag.com\u003e", + "maintainer": "Yingzhe Liu \u003cyil@softwareag.com\u003e", + "sentence": "A client library to extract realtime measurement, alarm, event and operation from Cumulocity IoT Platform.", + "paragraph": "Using HTTPS and websocket to extract realtime measurement, alarm, event and operation from Cumulocity IoT Platform.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "MegaAVR", + "SAMD" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "repository": "https://github.com/liuyinze/CumulocityHttpDownstream.git", "providesIncludes": [ - "ESP_WiFiManager.h" + "HttpDownstream.h" ], "dependencies": [ { - "name": "ESP_DoubleResetDetector" + "name": "ArduinoJson" }, { - "name": "LittleFS_esp32" + "name": "Base64" + }, + { + "name": "Client" + }, + { + "name": "string" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.3.0.zip", - "archiveFileName": "ESP_WiFiManager-1.3.0.zip", - "size": 1400124, - "checksum": "SHA-256:ea7b1cf581808a01e4896c057c6e847651cdbced88359b0fba423f58c81738ec" + "url": "https://downloads.arduino.cc/libraries/github.com/liuyinze/Cumulocity_IoT_Downstream-1.0.0.zip", + "archiveFileName": "Cumulocity_IoT_Downstream-1.0.0.zip", + "size": 6489, + "checksum": "SHA-256:016be14a0382f72c17402224188c967f2e3279afe4797e873ffdcbd38f20717d" }, { - "name": "ESP_WiFiManager", - "version": "1.4.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 MuiltiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring ESP32, ESP8266 modules MultiWiFi credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESP_WiFiManager", + "name": "Cumulocity IoT Downstream", + "version": "1.0.1", + "author": "Yingzhe Liu \u003cyil@softwareag.com\u003e, Luis \u003cLuis.Scholl@softwareag.com\u003e", + "maintainer": "Yingzhe Liu \u003cyil@softwareag.com\u003e", + "sentence": "A client library to extract realtime measurement, alarm, event and operation from Cumulocity IoT Platform.", + "paragraph": "Using HTTPS and websocket to extract realtime measurement, alarm, event and operation from Cumulocity IoT Platform.", + "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "MegaAVR", + "SAMD" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_WiFiManager.git", + "repository": "https://github.com/liuyinze/CumulocityHttpDownstream.git", "providesIncludes": [ - "ESP_WiFiManager.h" + "HttpDownstream.h" ], "dependencies": [ { - "name": "ESP_DoubleResetDetector" + "name": "ArduinoJson" }, { - "name": "LittleFS_esp32" + "name": "Base64" + }, + { + "name": "Client" + }, + { + "name": "string" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_WiFiManager-1.4.1.zip", - "archiveFileName": "ESP_WiFiManager-1.4.1.zip", - "size": 1441243, - "checksum": "SHA-256:e6425efd3e3082fad9a752ab06b0f2dcaf63a9bcdddfff0ec2414259b8bcb14c" + "url": "https://downloads.arduino.cc/libraries/github.com/liuyinze/Cumulocity_IoT_Downstream-1.0.1.zip", + "archiveFileName": "Cumulocity_IoT_Downstream-1.0.1.zip", + "size": 6490, + "checksum": "SHA-256:0f3898e034a46603c39ea87400af744fe68b362b2b2341f89d45b4b55d107275" }, { - "name": "Adafruit MCP4728", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP4728", + "name": "UpbeatLabs MCP39F521", + "version": "2.0.0", + "author": "Upbeat Labs", + "maintainer": "Upbeat Labs", + "sentence": "Library for Dr. Wattson Energy Monitoring Board using Microchip MCP39F521", + "paragraph": "along with Example code for energy monitoring", + "website": "https://github.com/upbeatlabs/UpbeatLabs_MCP39F521", "category": "Sensors", "architectures": [ "*" @@ -293178,20 +750219,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.0.zip", - "archiveFileName": "Adafruit_MCP4728-1.0.0.zip", - "size": 10808, - "checksum": "SHA-256:f51f81f0193f74311fc64419a3181669f43df04c3e73e289fbfd702f898631bb" + "repository": "https://github.com/upbeatlabs/UpbeatLabs_MCP39F521.git", + "url": "https://downloads.arduino.cc/libraries/github.com/upbeatlabs/UpbeatLabs_MCP39F521-2.0.0.zip", + "archiveFileName": "UpbeatLabs_MCP39F521-2.0.0.zip", + "size": 106129, + "checksum": "SHA-256:86429f11950ad4e515cf11cf2e6ce339b43b4498d49cbe2922bd6c276fdf15e4" }, { - "name": "Adafruit MCP4728", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP4728", + "name": "ADS1148", + "version": "1.0.0", + "author": "Gabriel Pool \u003cgabriel.jesus.pool@gmail.com\u003e", + "maintainer": "Gabriel Pool \u003cgabriel.jesus.pool@gmail.com\u003e", + "sentence": "Library for the ADS1148 16-bit ADC.", + "paragraph": "An Arduino library for the SPI interface Texas Instruments ADS1148, 16-bit ADC.", + "website": "https://github.com/gpoolb/ads1148", "category": "Sensors", "architectures": [ "*" @@ -293199,736 +750240,742 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.1.zip", - "archiveFileName": "Adafruit_MCP4728-1.0.1.zip", - "size": 10599, - "checksum": "SHA-256:fec994dd39aa39c7c8765e002508247133ad55d6906e4bfef849b88a04fc6fbb" + "repository": "https://github.com/gpoolb/ads1148.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gpoolb/ADS1148-1.0.0.zip", + "archiveFileName": "ADS1148-1.0.0.zip", + "size": 21263, + "checksum": "SHA-256:a3887ecb0e594fd27dcdcb85a3163ab791dd1d9bf7ef5d95d9a47d6f563adc3e" }, { - "name": "Adafruit MCP4728", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP4728", - "category": "Sensors", + "name": "Base32-Decode", + "version": "1.0.1", + "author": "Dirk-Willem van Gulik et.al.", + "maintainer": "Dirk-Willem van Gulik \u003cdirkx@webweaving.org\u003e", + "license": "ASLv2, Unlicense, Public-Domain", + "sentence": "Base32 decoder; able to handle both binary and string encoded data.", + "paragraph": "RFC4648 Base32 decoder; handles both binary and string encoded data. With a char/unsigned-char interface as well as a String interface.", + "website": "https://github.com/dirkx/Arduino-Base32-Decode", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/dirkx/Arduino-Base32-Decode.git", + "providesIncludes": [ + "Base32-Decode.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.2.zip", - "archiveFileName": "Adafruit_MCP4728-1.0.2.zip", - "size": 10775, - "checksum": "SHA-256:a1ebf5f37a2d789ed0ecd5a5df23d915b5c84c3f9117d5b58c5fac6ba45fde1b" + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/Base32_Decode-1.0.1.zip", + "archiveFileName": "Base32_Decode-1.0.1.zip", + "size": 6789, + "checksum": "SHA-256:3868c997b49d7236514dd7ccded12dc711ed9ba0b1f29396e62d698f29e06f17" }, { - "name": "Adafruit MCP4728", - "version": "1.0.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP4728", - "category": "Sensors", + "name": "TOTP-RC6236-generator", + "version": "1.0.0", + "author": "Dirk-Willem van Gulik", + "maintainer": "Dirk-Willem van Gulik \u003cdirkx@webweaving.org\u003e", + "license": "ASLv2", + "sentence": "Time based one time password generator; complies with RFC 6238", + "paragraph": "RFC 6238 time based one time password generator. It will accept the base32 encoded seeds (and all the other parameters typically found in the Qr codes).", + "website": "https://github.com/dirkx/Arduino-TOTP-RFC6238-generator", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", + "repository": "https://github.com/dirkx/Arduino-TOTP-RFC6238-generator.git", + "providesIncludes": [ + "TOTP-RC6236-generator.hpp" + ], "dependencies": [ { - "name": "Adafruit BusIO" + "name": "Base32-Decode" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.5.zip", - "archiveFileName": "Adafruit_MCP4728-1.0.5.zip", - "size": 10777, - "checksum": "SHA-256:0ebe9b4f8ad84ac307e1d2acaabba3c584e11a19d90c23a0073bbc0eca617344" + "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/TOTP_RC6236_generator-1.0.0.zip", + "archiveFileName": "TOTP_RC6236_generator-1.0.0.zip", + "size": 5972, + "checksum": "SHA-256:537809a91e91ce2f92366a67bae506b94ccaec273fd786d24b4e21e6055b343f" }, { - "name": "Adafruit MCP4728", - "version": "1.0.6", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP4728", - "category": "Sensors", + "name": "AVR_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on AVR-based boards, such as Nano, UNO, Mega, Leonardo, 32u4, etc., to create and output PWM.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/AVR_PWM", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/khoih-prog/AVR_PWM.git", + "providesIncludes": [ + "AVR_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.6.zip", - "archiveFileName": "Adafruit_MCP4728-1.0.6.zip", - "size": 425752, - "checksum": "SHA-256:da4398108068923992bf055a47d3cf0b20da9e2877fa24e57378828aa4737b8a" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_PWM-1.0.0.zip", + "archiveFileName": "AVR_PWM-1.0.0.zip", + "size": 34421, + "checksum": "SHA-256:b1bc0a6fa4cbc923a53ac9db4656ec58a60dc53ce3cb9bc1dfd2e22650ad0cf4" }, { - "name": "Adafruit MCP4728", - "version": "1.0.7", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MCP4728 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MCP4728", - "category": "Sensors", + "name": "AVR_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on AVR-based boards, such as Nano, UNO, Mega, Leonardo, 32u4, etc., to create and output PWM.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/AVR_PWM", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MCP4728.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/khoih-prog/AVR_PWM.git", + "providesIncludes": [ + "AVR_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP4728-1.0.7.zip", - "archiveFileName": "Adafruit_MCP4728-1.0.7.zip", - "size": 425796, - "checksum": "SHA-256:78981a27735846d1c12a5a429e308a35407ed7c02104cc6c9f78e959e1493d69" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_PWM-1.0.1.zip", + "archiveFileName": "AVR_PWM-1.0.1.zip", + "size": 37413, + "checksum": "SHA-256:b54ab948a0cacfcb0665b7d67d1096470d80e379381fdf7620f4f993db6435bc" }, { - "name": "DigitalPressureSensor", - "version": "1.0.6", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's DPS310 Pressure Sensor.", - "paragraph": "The DPS series are highly-sensitive pressure sensors (with temperature compensation) that can be connected via SPI or I2C.", - "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", - "category": "Sensors", + "name": "AVR_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on AVR-based boards, such as Nano, UNO, Mega, Leonardo, 32u4, etc., to create and output PWM.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/AVR_PWM", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/DigitalPressureSensor-1.0.6.zip", - "archiveFileName": "DigitalPressureSensor-1.0.6.zip", - "size": 33011, - "checksum": "SHA-256:94842a2ca49013b61a077557b6b20a6e74dd0edc42905e71fa777bf6a78b1665" - }, - { - "name": "DigitalPressureSensor", - "version": "1.0.7", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's DPS310 Pressure Sensor.", - "paragraph": "The DPS series are highly-sensitive pressure sensors (with temperature compensation) that can be connected via SPI or I2C.", - "website": "http://www.infineon.com/cms/de/product/sensor/capacitive-pressure-sensor-for-consumer-applications/DPS310/productType.html?productType=5546d462525dbac4015312b96a743801", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/khoih-prog/AVR_PWM.git", + "providesIncludes": [ + "AVR_PWM.h" ], - "repository": "https://github.com/Infineon/DPS310-Pressure-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/DigitalPressureSensor-1.0.7.zip", - "archiveFileName": "DigitalPressureSensor-1.0.7.zip", - "size": 33012, - "checksum": "SHA-256:cd1165f55bd4554b9f12a8ef4726c4c61299f79eb072aed0f88fe14843936b9e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_PWM-1.1.0.zip", + "archiveFileName": "AVR_PWM-1.1.0.zip", + "size": 40316, + "checksum": "SHA-256:c3e80a4bc8b489dc1a04824654565600365328e648e6279ae53d6664b3065e74" }, { - "name": "Voltmeter", - "version": "1.0.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Jens Kabisch, Albrecht Nitsche", - "sentence": "Calculates the voltage from voltmeter modules based on voltage divider concept.", - "paragraph": "Voltmeter is a minimalistic library that calculates voltage of modules based on voltage divider concept.", - "website": "https://gitlab.com/yesbotics/libs/arduino/voltmeter", - "category": "Sensors", + "name": "AVR_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on AVR-based boards, such as Nano, UNO, Mega, Leonardo, 32u4, etc., to create and output PWM.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/AVR_PWM", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/libs/arduino/voltmeter.git", - "url": "https://downloads.arduino.cc/libraries/libs/arduino/Voltmeter-1.0.0.zip", - "archiveFileName": "Voltmeter-1.0.0.zip", - "size": 2602, - "checksum": "SHA-256:fb788e5e2218195d7dcd4adf0bdfeadc387980422e254249efd016637358f7d9" - }, - { - "name": "TimeoutCallback", - "version": "1.0.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Jens Kabisch, Albrecht Nitsche", - "sentence": "Library to call a callback after a certain time.", - "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", - "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", - "category": "Timing", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/khoih-prog/AVR_PWM.git", + "providesIncludes": [ + "AVR_PWM.h" ], - "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", - "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.0.0.zip", - "archiveFileName": "TimeoutCallback-1.0.0.zip", - "size": 3551, - "checksum": "SHA-256:dfa2bb8b3fdeed3e13aeca6eb12947834a6c80b7ab5ef76164b145f61fd1aede" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AVR_PWM-1.2.0.zip", + "archiveFileName": "AVR_PWM-1.2.0.zip", + "size": 43194, + "checksum": "SHA-256:bb4792b6caf05e25696e12a6638d07bde6ca36f169160a289cf398d2735f422e" }, { - "name": "TimeoutCallback", - "version": "1.1.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Jens Kabisch, Albrecht Nitsche", - "sentence": "Library to call a callback after a certain time.", - "paragraph": "Timeout is a minimalistic library to call a callback funtion after a user-specific time in milliseconds. Timeout is non-blocking and designed to use minimal memory requirements.", - "website": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback", - "category": "Timing", + "name": "MCP4151", + "version": "1.0.0", + "author": "Nathan Barnett nwb99", + "maintainer": "Nathan Barnett nwb99", + "sentence": "SPI library to interface with the MCP4151 digital potentiometer.", + "paragraph": "This library allows you to write values and retrieve values from the MCP4151 digital potentiometer chip via SPI.", + "website": "https://github.com/nwb99/MCP4151", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/libs/arduino/timeout-callback.git", - "url": "https://downloads.arduino.cc/libraries/libs/arduino/TimeoutCallback-1.1.0.zip", - "archiveFileName": "TimeoutCallback-1.1.0.zip", - "size": 3854, - "checksum": "SHA-256:a9b307beb7232576ef86548d5edcf39206cd74ba30de20e4b961100bda1bb9be" + "repository": "https://github.com/nwb99/MCP4151.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nwb99/MCP4151-1.0.0.zip", + "archiveFileName": "MCP4151-1.0.0.zip", + "size": 4922, + "checksum": "SHA-256:93e4d30960ba6072574b2896c2ac2eacde1f0f2098097356c945cbf3da640a29" }, { - "name": "IntervalCallback", - "version": "1.0.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Jens Kabisch, Albrecht Nitsche", - "sentence": "Library to call a callback repetively after a certain time.", - "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", - "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", - "category": "Timing", + "name": "Meridian", + "version": "0.0.1", + "author": "Ninagawa123", + "maintainer": "Ninagawa123", + "sentence": "This is a library to drive a communication system for humanoid robots, \"Meridian\".", + "paragraph": "It operates numerous servo motors and 9-axis sensors at 100 Hz and links status information with a PC in real time.", + "website": "https://github.com/Ninagawa123/Meridian/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", - "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.0.0.zip", - "archiveFileName": "IntervalCallback-1.0.0.zip", - "size": 3645, - "checksum": "SHA-256:c060cc9b88a6da7ece6300040670a7d784b58dd91e6dc542a4d430f77049495a" + "repository": "https://github.com/Ninagawa123/Meridian.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Ninagawa123/Meridian-0.0.1.zip", + "archiveFileName": "Meridian-0.0.1.zip", + "size": 4153, + "checksum": "SHA-256:8918e7ff3349349b254cede62764b2263f464b777f9db9c8e6ab256c82951cd0" }, - { - "name": "IntervalCallback", - "version": "1.1.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Jens Kabisch, Albrecht Nitsche", - "sentence": "Library to call a callback repetively after a certain time.", - "paragraph": "IntervalCallback is a minimalistic library to call a callback funtion repetively after a user-specific time in milliseconds. Interval is non-blocking and designed to use minimal memory requirements.", - "website": "https://gitlab.com/yesbotics/libs/arduino/interval-callback", - "category": "Timing", + { + "name": "Meridian", + "version": "0.1.0", + "author": "Ninagawa123", + "maintainer": "Ninagawa123", + "sentence": "This is a library to drive a communication system for humanoid robots, \"Meridian\".", + "paragraph": "It operates numerous servo motors and 9-axis sensors at 100 Hz and links status information with a PC in real time.", + "website": "https://github.com/Ninagawa123/Meridian/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/libs/arduino/interval-callback.git", - "url": "https://downloads.arduino.cc/libraries/libs/arduino/IntervalCallback-1.1.0.zip", - "archiveFileName": "IntervalCallback-1.1.0.zip", - "size": 3858, - "checksum": "SHA-256:30d0b9bdc27596b2410fbaa2a30446617fc50c3f89da19c8c16931f5846e0ad9" + "repository": "https://github.com/Ninagawa123/Meridian.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Ninagawa123/Meridian-0.1.0.zip", + "archiveFileName": "Meridian-0.1.0.zip", + "size": 9223, + "checksum": "SHA-256:951fec89ca58ce50a3150882b4481a7a9bf9a94bb04ad3dc3ecd01af90b5bbd3" }, { - "name": "AverageValue", + "name": "OSS-EC_ROHM_BD1020HFV_00000057", "version": "1.0.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Jens Kabisch, Albrecht Nitsche", - "sentence": "Calculates the average value of some values.", - "paragraph": "AverageValue is a minimalistic library that calculates the average value of given values. It supports multiple datatypes.", - "website": "https://gitlab.com/yesbotics/libs/arduino/average-value", - "category": "Data Processing", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "ROHM BD1020HFV Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_ROHM_BD1020HFV_00000057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/libs/arduino/average-value.git", - "url": "https://downloads.arduino.cc/libraries/libs/arduino/AverageValue-1.0.0.zip", - "archiveFileName": "AverageValue-1.0.0.zip", - "size": 2737, - "checksum": "SHA-256:451f13fa9849a2a4f5ce3df23b6bdf5e12912d8761927e8397630141a730904c" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_ROHM_BD1020HFV_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_ROHM_BD1020HFV_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_ROHM_BD1020HFV_00000057-1.0.0.zip", + "size": 1557358, + "checksum": "SHA-256:602c3b84393e090ac8135e84afce437ec7d80940223fb4de032307f2811c8266" }, { - "name": "ESP_DoubleResetDetector", + "name": "OSS-EC_STM_STLM20DD9F_00000057", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "Library to detect a double reset, using RTC Memory for ESP8266 and EEPROM for ESP32", - "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of a device's wifi.", - "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", - "category": "Uncategorized", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "STMicroelectronics STLM20DD9F Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20DD9F_00000057", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.0.zip", - "archiveFileName": "ESP_DoubleResetDetector-1.0.0.zip", - "size": 6134, - "checksum": "SHA-256:2dee974048bd86d37f86427047b3d1f40f05a8e353cfc8ee21efa68245732f1f" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20DD9F_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_STM_STLM20DD9F_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_STM_STLM20DD9F_00000057-1.0.0.zip", + "size": 1533116, + "checksum": "SHA-256:af810dbf7443981691206a0f459fac25bba3a7c4e97464138ac57bb39bffb986" }, { - "name": "ESP_DoubleResetDetector", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih58@gmail.com\u003e", - "license": "MIT", - "sentence": "Library to detect a double reset, using RTC Memory, EEPROM or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", - "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", - "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", - "category": "Uncategorized", + "name": "OSS-EC_STM_STLM20W87F_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "STMicroelectronics STLM20W87F Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20W87F_00000057", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.1.zip", - "archiveFileName": "ESP_DoubleResetDetector-1.0.1.zip", - "size": 11932, - "checksum": "SHA-256:89a688933d0f7f7c07122fa3de14378a49bf0a3af798c1b708d72319d79d5569" + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_STM_STLM20W87F_00000057.git", + "dependencies": [ + { + "name": "analogReference analogRead" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_STM_STLM20W87F_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_STM_STLM20W87F_00000057-1.0.0.zip", + "size": 1536903, + "checksum": "SHA-256:93bb1aac4799a21792be7c43c783a9d3ffd4ada4eeed56a9177cb00636b43368" }, { - "name": "ESP_DoubleResetDetector", - "version": "1.0.2", + "name": "megaAVR_PWM", + "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Library to detect a double reset, using RTC Memory, EEPROM or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", - "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", - "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", - "category": "Uncategorized", + "sentence": "This library enables you to use Hardware-based PWM channels on megaAVR-based boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM. Supporting MegaCoreX.", + "website": "https://github.com/khoih-prog/megaAVR_PWM", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.2.zip", - "archiveFileName": "ESP_DoubleResetDetector-1.0.2.zip", - "size": 12921, - "checksum": "SHA-256:b4e0999f5114d54b22774dcbfcb11b2d9a7b9d7216165ebc631ac95d0fde9ee8" + "repository": "https://github.com/khoih-prog/megaAVR_PWM.git", + "providesIncludes": [ + "megaAVR_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_PWM-1.0.0.zip", + "archiveFileName": "megaAVR_PWM-1.0.0.zip", + "size": 30920, + "checksum": "SHA-256:fac7b3bc8f9f932fde204e28b55c71c05b43ac3d378ef957fb60aad06371ece0" }, { - "name": "ESP_DoubleResetDetector", - "version": "1.0.3", + "name": "megaAVR_PWM", + "version": "1.0.1", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Library to detect a double reset, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and EEPROM and SPIFFS for ESP32", - "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's wifi credentials.", - "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", - "category": "Uncategorized", + "sentence": "This library enables you to use Hardware-based PWM channels on megaAVR-based boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM. Supporting MegaCoreX.", + "website": "https://github.com/khoih-prog/megaAVR_PWM", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.0.3.zip", - "archiveFileName": "ESP_DoubleResetDetector-1.0.3.zip", - "size": 13982, - "checksum": "SHA-256:138f9771d08afa261a27d7a33c96b098899580ab2f3500553149d7f77fffb513" + "repository": "https://github.com/khoih-prog/megaAVR_PWM.git", + "providesIncludes": [ + "megaAVR_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/megaAVR_PWM-1.0.1.zip", + "archiveFileName": "megaAVR_PWM-1.0.1.zip", + "size": 33587, + "checksum": "SHA-256:ae5961a4129305b367083aeeb294f03bfd80ef5cecff6a7b6bd656d82c6324a4" }, { - "name": "ESP_DoubleResetDetector", - "version": "1.1.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32", - "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials.", - "website": "https://github.com/khoih-prog/ESP_DoubleResetDetector", - "category": "Uncategorized", + "name": "LCDBigNumbers", + "version": "1.0.0", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Arduino library to write big numbers on a 1602 or 2004 LCD.\u003cbr/\u003e", + "paragraph": "Provides the following \u003cb\u003esizes\u003c/b\u003e:\u003cb\u003e1x2, 2x2, 2x3, 2x3, 3x3, 3x4\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eSee https://wokwi.com/projects/346534078384702034 \u003cbr/\u003e\u003cb\u003eRequests for enhancements are welcome!\u003c/b\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/LCDBigNumbers", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_DoubleResetDetector.git", + "repository": "https://github.com/ArminJo/LCDBigNumbers.git", "providesIncludes": [ - "ESP_DoubleResetDetector.h" - ], - "dependencies": [ - { - "name": "LittleFS_esp32" - } + "LCDBigNumbers.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_DoubleResetDetector-1.1.0.zip", - "archiveFileName": "ESP_DoubleResetDetector-1.1.0.zip", - "size": 17966, - "checksum": "SHA-256:9b4bb608ffa508687b6921f807345d7453a40cdde95442a44e096e6216bc2c3b" + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/LCDBigNumbers-1.0.0.zip", + "archiveFileName": "LCDBigNumbers-1.0.0.zip", + "size": 127416, + "checksum": "SHA-256:d748be6b6fb0e2962789d829fe3ae002bc9e97d58df534ca12401e85daa91665" }, { - "name": "tcs3200", + "name": "LCDBigNumbers", "version": "1.1.0", - "author": "Panjkrc", - "maintainer": "Panjkrc", - "sentence": "tcs3200 color sensor library", - "paragraph": "tcs3200 color sensor library", - "website": "https://github.com/Panjkrc/TCS3200_library", - "category": "Sensors", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Arduino library to write big numbers on a 1602 or 2004 LCD.\u003cbr/\u003e", + "paragraph": "Provides the following \u003cb\u003esizes\u003c/b\u003e:\u003cb\u003e1x2, 2x2, 2x3, 2x3, 3x3, 3x4\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eSee https://wokwi.com/projects/346534078384702034 \u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eChanged handling of space and therfore introduced ONE_COLUMN_SPACE_STRING and ONE_COLUMN_SPACE_CHARACTER.\u003cbr/\u003e", + "website": "https://github.com/ArminJo/LCDBigNumbers", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Panjkrc/TCS3200_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.1.0.zip", - "archiveFileName": "tcs3200-1.1.0.zip", - "size": 51678, - "checksum": "SHA-256:8919f9054a2e87beca3e9ad69ade645fb3c83a6411838e5f6052ee3db910d6fc" + "repository": "https://github.com/ArminJo/LCDBigNumbers.git", + "providesIncludes": [ + "LCDBigNumbers.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/LCDBigNumbers-1.1.0.zip", + "archiveFileName": "LCDBigNumbers-1.1.0.zip", + "size": 128466, + "checksum": "SHA-256:3003da4567af8b19f54576ac62f011c0601dd6e37ae711ffb5c721ff7b90353c" }, { - "name": "tcs3200", - "version": "1.2.0", - "author": "Panjkrc", - "maintainer": "Panjkrc", - "sentence": "tcs3200 color sensor library", - "paragraph": "tcs3200 color sensor library", - "website": "https://github.com/Panjkrc/TCS3200_library", - "category": "Sensors", + "name": "LCDBigNumbers", + "version": "1.1.1", + "author": "Armin Joachimsmeyer", + "maintainer": "Armin Joachimsmeyer \u003carmin.arduino@gmail.com\u003e", + "sentence": "Arduino library to write big numbers on a 1602 or 2004 LCD.\u003cbr/\u003e", + "paragraph": "Provides the following \u003cb\u003esizes\u003c/b\u003e:\u003cb\u003e1x2, 2x2, 2x3, 2x3, 3x3, 3x4\u003c/b\u003e\u003cbr/\u003e\u003cbr/\u003eSee https://wokwi.com/projects/346534078384702034 \u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eRemoved compiler warning.\u003cbr/\u003e\u003ca href=\"https://github.com/ArminJo/LCDBigNumbers#revision-history\"\u003eRevision History\u003c/a\u003e\u003cbr/\u003e", + "website": "https://github.com/ArminJo/LCDBigNumbers", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Panjkrc/TCS3200_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.2.0.zip", - "archiveFileName": "tcs3200-1.2.0.zip", - "size": 53242, - "checksum": "SHA-256:036a63d1fe4342a59fc52dc4e3d6f20747c7fd34e766add4fb407da720e9c89b" + "repository": "https://github.com/ArminJo/LCDBigNumbers.git", + "providesIncludes": [ + "LCDBigNumbers.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/LCDBigNumbers-1.1.1.zip", + "archiveFileName": "LCDBigNumbers-1.1.1.zip", + "size": 129810, + "checksum": "SHA-256:4e0679ce9101771f994a2cd56cf3e45f7dee9f04e226f047cb6eb4d864ba55eb" }, { - "name": "tcs3200", - "version": "1.2.1", - "author": "Panjkrc", - "maintainer": "Panjkrc", - "sentence": "tcs3200 color sensor library", - "paragraph": "tcs3200 color sensor library", - "website": "https://github.com/Panjkrc/TCS3200_library", - "category": "Sensors", + "name": "BotleticsSIM7000", + "version": "1.0.1", + "author": "Botletics", + "maintainer": "Botletics \u003cbotletics@gmail.com\u003e", + "sentence": "Arduino library for the Botletics SIM7000 Shield", + "paragraph": "This Arduino library for the Botletics SIM7000 Shield is based on an adaptation of the Adafruit FONA Library.", + "website": "https://github.com/botletics/Botletics-SIM7000", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Panjkrc/TCS3200_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Panjkrc/tcs3200-1.2.1.zip", - "archiveFileName": "tcs3200-1.2.1.zip", - "size": 52851, - "checksum": "SHA-256:57d997303a3c5678126aa0e34fe09073cfd9442949edc00d538faf37891c19f3" + "repository": "https://github.com/botletics/Botletics-SIM7000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/botletics/BotleticsSIM7000-1.0.1.zip", + "archiveFileName": "BotleticsSIM7000-1.0.1.zip", + "size": 117321, + "checksum": "SHA-256:4359975e794168eaa3bc43f76a2150c14f7b795ff3450823292bce4b62957bb1" }, { - "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", + "name": "BotleticsSIM7000", "version": "1.0.3", - "author": "DBS06", - "maintainer": "DBS06", - "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", - "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", - "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", - "category": "Device Control", + "author": "Botletics", + "maintainer": "Botletics \u003cbotletics@gmail.com\u003e", + "sentence": "Arduino library for the Botletics SIM7000 Shield and other SIMCom modules", + "paragraph": "This Arduino library for the Botletics SIM7000 Shield is based on an adaptation of the Adafruit FONA Library and supports a variety of SIMCom 2G/3G/4G/LTE-CAT1/NB-IoT modules.", + "website": "https://github.com/botletics/Botletics-SIM7000", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", - "providesIncludes": [ - "CerpGamePad.h" + "repository": "https://github.com/botletics/Botletics-SIM7000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/botletics/BotleticsSIM7000-1.0.3.zip", + "archiveFileName": "BotleticsSIM7000-1.0.3.zip", + "size": 114982, + "checksum": "SHA-256:67fc9ce4fd93a1fd440742eed77a544d137cfdc81e26b5364d4b33fc7ca2c033" + }, + { + "name": "BotleticsSIM7000", + "version": "1.0.5", + "author": "Botletics", + "maintainer": "Botletics \u003cbotletics@gmail.com\u003e", + "sentence": "Arduino library for the Botletics SIM7000 Shield and other SIMCom modules", + "paragraph": "This Arduino library for the Botletics SIM7000 Shield is based on an adaptation of the Adafruit FONA Library and supports a variety of SIMCom 2G/3G/4G/LTE-CAT1/NB-IoT modules.", + "website": "https://github.com/botletics/Botletics-SIM7000", + "category": "Communication", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "MegaunoLink" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.3.zip", - "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.3.zip", - "size": 184509, - "checksum": "SHA-256:207ff9ba3d275663d2fe1d7fa6bb624cb2aa978e786ac22a88395bacf47283aa" + "repository": "https://github.com/botletics/Botletics-SIM7000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/botletics/BotleticsSIM7000-1.0.5.zip", + "archiveFileName": "BotleticsSIM7000-1.0.5.zip", + "size": 115076, + "checksum": "SHA-256:e67c4e41dc1fda24537a825f895a140c5cea2ef1c7f95f94c53a80afbf3fdd56" }, { - "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", - "version": "1.0.4", - "author": "DBS06", - "maintainer": "DBS06", - "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", - "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", - "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", - "category": "Device Control", + "name": "BotleticsSIM7000", + "version": "1.0.6", + "author": "Botletics", + "maintainer": "Botletics \u003cbotletics@gmail.com\u003e", + "sentence": "Arduino library for the Botletics SIM7000 Shield and other SIMCom modules", + "paragraph": "This Arduino library for the Botletics SIM7000 Shield is based on an adaptation of the Adafruit FONA Library and supports a variety of SIMCom 2G/3G/4G/LTE-CAT1/NB-IoT modules.", + "website": "https://github.com/botletics/Botletics-SIM7000", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", - "providesIncludes": [ - "CerpGamePad.h" + "repository": "https://github.com/botletics/Botletics-SIM7000.git", + "url": "https://downloads.arduino.cc/libraries/github.com/botletics/BotleticsSIM7000-1.0.6.zip", + "archiveFileName": "BotleticsSIM7000-1.0.6.zip", + "size": 114713, + "checksum": "SHA-256:c6f6bed863daa88cea2ae91bf568df2f7045bac9c26762815172b3283b50f935" + }, + { + "name": "ESP32_FastPWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/ESP32_FastPWM", + "category": "Device Control", + "architectures": [ + "esp32" ], - "dependencies": [ - { - "name": "MegaunoLink" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.4.zip", - "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.4.zip", - "size": 184499, - "checksum": "SHA-256:8a93efe9d1954d35d069ee247182e7a06ba5b590d52aeccb30bc4cf8228120a1" + "repository": "https://github.com/khoih-prog/ESP32_FastPWM.git", + "providesIncludes": [ + "ESP32_FastPWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_FastPWM-1.0.0.zip", + "archiveFileName": "ESP32_FastPWM-1.0.0.zip", + "size": 30136, + "checksum": "SHA-256:29bee69ddc8e2e84175ee587f97c203e48d5a2e2b7c191a79553cca543c21b93" }, { - "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", - "version": "1.0.5", - "author": "DBS06", - "maintainer": "DBS06", - "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", - "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", - "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "name": "ESP32_FastPWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/ESP32_FastPWM", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "repository": "https://github.com/khoih-prog/ESP32_FastPWM.git", "providesIncludes": [ - "CerpGamePad.h" - ], - "dependencies": [ - { - "name": "MegaunoLink" - } + "ESP32_FastPWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.5.zip", - "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.5.zip", - "size": 184503, - "checksum": "SHA-256:1aa261c2093fb33a27b0394f1dadf62a56d6f1f4e959fc49cc0b367d31d65c3e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_FastPWM-1.0.1.zip", + "archiveFileName": "ESP32_FastPWM-1.0.1.zip", + "size": 32627, + "checksum": "SHA-256:492d42d1f8f1d8a091d93640e9c5b18730cf357f0f18384f8ef2ddf86c2fca8c" }, { - "name": "CERP - DF-Robot Wireless GamePad V2.0 for Arduino library", - "version": "1.0.6", - "author": "DBS06", - "maintainer": "DBS06", - "sentence": "Is a lightweight library for DF-Robot Wireless GamePad V2.0 for Arduino", - "paragraph": "Reads the button states and analog joysticks. On Startup the joysticks will be calibrated and the analog data will be noise filtered. Library contains an example for the GamePad itself (ready to use) and an example for the receiver.", - "website": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2", + "name": "ESP32_FastPWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/ESP32_FastPWM", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/DBS06/CERP_DF_Robot_Wireless_GamePad_V2.git", + "repository": "https://github.com/khoih-prog/ESP32_FastPWM.git", "providesIncludes": [ - "CerpGamePad.h" - ], - "dependencies": [ - { - "name": "MegaunoLink" - } + "ESP32_FastPWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/DBS06/CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.6.zip", - "archiveFileName": "CERP___DF_Robot_Wireless_GamePad_V2_0_for_Arduino_library-1.0.6.zip", - "size": 185604, - "checksum": "SHA-256:2fdcb99054e0a665601855f6865628eef57c55ae8e3e5ddf4db5c3c69bf42f2a" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_FastPWM-1.1.0.zip", + "archiveFileName": "ESP32_FastPWM-1.1.0.zip", + "size": 35665, + "checksum": "SHA-256:94393ec95fa2196bd2d061f421412ade686cd9b0a14c9d5f2241f1d1f19770df" }, { - "name": "ezOutput", - "version": "1.0.0", - "author": "ArduinoGetStarted.com", - "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", - "sentence": "Output library for Arduino", - "paragraph": "Output library supports HIGH, LOW, TOGGLE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users", - "website": "https://arduinogetstarted.com/tutorials/arduino-output-library", - "category": "Signal Input/Output", + "name": "ILI9341_T4", + "version": "1.5.0", + "author": "Arvind Singh", + "maintainer": "Arvind Singh", + "sentence": "Optimized ILI9341 SPI driver for Teensy 4/4.1/micromod.", + "paragraph": "This library provides an highly optimized SPI driver for the ILI9341 screen controller. It implements asynchronous uploads via DMA, VSync monitoring to prevent screen tearing and differential updates to speed up transfers. The library only works with Teensy 4/4.1/Micromod.", + "website": "https://github.com/vindar/ILI9341_T4", + "category": "Display", "architectures": [ + "teensy", "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArduinoGetStarted/output.git", + "repository": "https://github.com/vindar/ILI9341_T4.git", "providesIncludes": [ - "ezOutput.h" + "ILI9341_T4.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezOutput-1.0.0.zip", - "archiveFileName": "ezOutput-1.0.0.zip", - "size": 12870, - "checksum": "SHA-256:09f4424a61b1c22a0fea6ee60b8e5f9caa9e9aa3b0b95854ee2d977538da609a" + "url": "https://downloads.arduino.cc/libraries/github.com/vindar/ILI9341_T4-1.5.0.zip", + "archiveFileName": "ILI9341_T4-1.5.0.zip", + "size": 2651038, + "checksum": "SHA-256:cfecead0f6df87d4529f4d0450a877b54de67c10d18dd49488f1df18ce9c17c9" }, { - "name": "ezOutput", - "version": "1.0.1", - "author": "ArduinoGetStarted.com", - "maintainer": "ArduinoGetStarted.com (ArduinoGetStarted@gmail.com)", - "sentence": "Output library for Arduino", - "paragraph": "Output library supports HIGH, LOW, TOGGLE, BLINK_WITHOUT_DELAY. It is easy to use with multiple output pins to control multiple LEDs, relays... It is designed for not only beginners but also experienced users", - "website": "https://arduinogetstarted.com/tutorials/arduino-output-library", - "category": "Signal Input/Output", + "name": "ILI9341_T4", + "version": "1.5.1", + "author": "Arvind Singh", + "maintainer": "Arvind Singh", + "sentence": "Optimized ILI9341 SPI driver for Teensy 4/4.1/micromod.", + "paragraph": "This library provides an highly optimized SPI driver for the ILI9341 screen controller. It implements asynchronous uploads via DMA, VSync monitoring to prevent screen tearing and differential updates to speed up transfers. The library only works with Teensy 4/4.1/Micromod.", + "website": "https://github.com/vindar/ILI9341_T4", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArduinoGetStarted/output.git", + "repository": "https://github.com/vindar/ILI9341_T4.git", "providesIncludes": [ - "ezOutput.h" + "ILI9341_T4.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoGetStarted/ezOutput-1.0.1.zip", - "archiveFileName": "ezOutput-1.0.1.zip", - "size": 11084, - "checksum": "SHA-256:3d7df2058b5333fb7716097f6dd64c3cb1a15f4532297f060cda7145c7215300" + "url": "https://downloads.arduino.cc/libraries/github.com/vindar/ILI9341_T4-1.5.1.zip", + "archiveFileName": "ILI9341_T4-1.5.1.zip", + "size": 2651039, + "checksum": "SHA-256:ce7dd77d670d2d67f6f8a11c854ca0888b960fd695c038f266301ac220c4108b" }, { - "name": "ShiftRegister-PWM-Library", - "version": "1.0.0", - "author": "Timo Denk (timodenk.com)", - "maintainer": "Timo Denk (timodenk.com)", - "sentence": "Makes shift register pins PWM capable.", - "paragraph": "The ShiftRegister PWM Library enables usage of shift register pins as pulse width modulated (PWM) pins. Instead of setting them to either high or low, the library lets the user set them to up to 256 PWM-levels.", - "website": "https://timodenk.com/blog/shiftregister-pwm-library", - "category": "Signal Input/Output", + "name": "ILI9341_T4", + "version": "1.5.2", + "author": "Arvind Singh", + "maintainer": "Arvind Singh", + "sentence": "Optimized ILI9341 SPI driver for Teensy 4/4.1/micromod.", + "paragraph": "This library provides an highly optimized SPI driver for the ILI9341 screen controller. It implements asynchronous uploads via DMA, VSync monitoring to prevent screen tearing and differential updates to speed up transfers. The library only works with Teensy 4/4.1/Micromod.", + "website": "https://github.com/vindar/ILI9341_T4", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Simsso/ShiftRegister-PWM-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Simsso/ShiftRegister_PWM_Library-1.0.0.zip", - "archiveFileName": "ShiftRegister_PWM_Library-1.0.0.zip", - "size": 129921, - "checksum": "SHA-256:5743224c46f7218ef10f41d18566c77311e6b95ec4ce2a304d0919ed9f0370b1" + "repository": "https://github.com/vindar/ILI9341_T4.git", + "providesIncludes": [ + "ILI9341_T4.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/vindar/ILI9341_T4-1.5.2.zip", + "archiveFileName": "ILI9341_T4-1.5.2.zip", + "size": 2651055, + "checksum": "SHA-256:782f57cb2a88e03981926f0d9b4529cebc6c63e8391a7e1b4c9c4be9ec481b49" }, { - "name": "ESP32_HTTPS_Server", - "version": "0.3.1", - "author": "Frank Hessel \u003cfrank@fhessel.de\u003e", - "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", - "sentence": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.", - "paragraph": "The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.", - "website": "https://github.com/fhessel/esp32_https_server", - "category": "Communication", + "name": "ILI9341_T4", + "version": "1.5.3", + "author": "Arvind Singh", + "maintainer": "Arvind Singh", + "sentence": "Optimized ILI9341 SPI driver for Teensy 4/4.1/micromod.", + "paragraph": "This library provides an highly optimized SPI driver for the ILI9341 screen controller. It implements asynchronous uploads via DMA, VSync monitoring to prevent screen tearing and differential updates to speed up transfers. The library only works with Teensy 4/4.1/Micromod.", + "website": "https://github.com/vindar/ILI9341_T4", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fhessel/esp32_https_server.git", + "repository": "https://github.com/vindar/ILI9341_T4.git", "providesIncludes": [ - "HTTPSServer.hpp", - "HTTPRequest.hpp", - "HTTPResponse.hpp" + "ILI9341_T4.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/ESP32_HTTPS_Server-0.3.1.zip", - "archiveFileName": "ESP32_HTTPS_Server-0.3.1.zip", - "size": 1155561, - "checksum": "SHA-256:38c723e5ad4874b166940851865bcbefde0a566c8a22f8875213548d5166d93a" + "url": "https://downloads.arduino.cc/libraries/github.com/vindar/ILI9341_T4-1.5.3.zip", + "archiveFileName": "ILI9341_T4-1.5.3.zip", + "size": 2651036, + "checksum": "SHA-256:9e2b210c8e9f3ad48108f3b183640ee33e22cb3ae17d82bb61a9a6027610cdcb" }, { - "name": "ESP32_HTTPS_Server", - "version": "1.0.0", - "author": "Frank Hessel \u003cfrank@fhessel.de\u003e", - "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", - "sentence": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.", - "paragraph": "The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before.", - "website": "https://github.com/fhessel/esp32_https_server", - "category": "Communication", + "name": "ILI9341_T4", + "version": "1.6.0", + "author": "Arvind Singh", + "maintainer": "Arvind Singh", + "sentence": "Optimized ILI9341 SPI driver for Teensy 4/4.1/micromod.", + "paragraph": "This library provides an highly optimized SPI driver for the ILI9341 screen controller. It implements asynchronous uploads via DMA, VSync monitoring to prevent screen tearing and differential updates to speed up transfers. The library only works with Teensy 4/4.1/Micromod.", + "website": "https://github.com/vindar/ILI9341_T4", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fhessel/esp32_https_server.git", + "repository": "https://github.com/vindar/ILI9341_T4.git", "providesIncludes": [ - "HTTPSServer.hpp", - "HTTPRequest.hpp", - "HTTPResponse.hpp" + "ILI9341_T4.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/ESP32_HTTPS_Server-1.0.0.zip", - "archiveFileName": "ESP32_HTTPS_Server-1.0.0.zip", - "size": 1288028, - "checksum": "SHA-256:09a455f25ad696e2aae0553c92b98f0b0f89b31abf82936149dda1464b443477" + "url": "https://downloads.arduino.cc/libraries/github.com/vindar/ILI9341_T4-1.6.0.zip", + "archiveFileName": "ILI9341_T4-1.6.0.zip", + "size": 2652687, + "checksum": "SHA-256:a34b8ea45ab8b1d049dc84a77757ee553674df1e8fe107b77d77b9ef78dcf851" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", - "category": "Sensors", + "name": "JavaScript", + "version": "0.0.1", + "author": "Joseph Read", + "maintainer": "Joseph Read \u003cjoseph.q.read@gmail.com\u003e", + "sentence": "JavaScript interpreter for Arduino", + "paragraph": "JerryScript-based javascript interpreter for Arduino", + "website": "https://github.com/joeqread/javascript-arduino", + "category": "Device Control", "architectures": [ - "*" + "esp8266 esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.0.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.0.zip", - "size": 11124, - "checksum": "SHA-256:9d59e4ec8c9d0903a6359d45aff87b92fc5e55b6192b33ac394b0dcc43b2e42e" + "repository": "https://github.com/joeqread/arduino-duktape.git", + "providesIncludes": [ + "duktape.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joeqread/JavaScript-0.0.1.zip", + "archiveFileName": "JavaScript-0.0.1.zip", + "size": 1121840, + "checksum": "SHA-256:7fa50e7fbcdcf9d276061d1eb97300c31d37cec6e4a36adb62d71af5fe3925f9" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "name": "OSS-EC_TDK_CHS_MSS_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "TDK CHS-MSS Humidity Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_MSS_00000057", "category": "Sensors", "architectures": [ "*" @@ -293936,28 +750983,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.1.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.1.zip", - "size": 11926, - "checksum": "SHA-256:497dac3c9eab3c1ad5c44c6cafee1a0a87daac26ec6a77ed6c80a9f9d28d4e09" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TDK_CHS_MSS_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TDK_CHS_MSS_00000057-1.0.0.zip", + "size": 1539427, + "checksum": "SHA-256:ab74994da8604b71571ecda7cbe8eb4f9d7e69942c5161ad6c9538c9a12efd1f" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", + "name": "OSS-EC_TDK_CHS_MSS_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "TDK CHS-MSS Humidity Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_MSS_00000057", "category": "Sensors", "architectures": [ "*" @@ -293965,530 +751009,538 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.2.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.2.zip", - "size": 12027, - "checksum": "SHA-256:293aee733993bbc78825d65dfbb0a79fb4440e5ee6b4b1c744f7a9bc8575cd90" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TDK_CHS_MSS_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_TDK_CHS_MSS_00000057-1.0.1.zip", + "size": 1539430, + "checksum": "SHA-256:bc46b1400bd3373e151333d0cf67705a53af1971986e41c00671a53d0f0db8c2" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.3", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", - "category": "Sensors", + "name": "I2CIP", + "version": "0.1.2", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A library of protocols for dynamic routing and interfacing with I2C devices on a modular switched network.", + "paragraph": "See README for compatible hardware specifications. Intra-module linking info for device detection must be stored on EEPROM. Tested on Arduino Uno.", + "website": "https://github.com/PeaPodTechnologies/I2CIP/", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "repository": "https://github.com/PeaPodTechnologies/I2CIP.git", + "providesIncludes": [ + "I2CIP.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson", + "version": "\u003e=6.19.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.3.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.3.zip", - "size": 12026, - "checksum": "SHA-256:0212ba81fdce2e1c0b23d956961b4421a5134774307bf67cb2136395af3a8aaf" + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/I2CIP-0.1.2.zip", + "archiveFileName": "I2CIP-0.1.2.zip", + "size": 30448, + "checksum": "SHA-256:65546d8a737d02f2a5fc8603a1d5f910a3944f1ef2cc97eb08c8b87524e52b2c" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.4", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", - "category": "Sensors", + "name": "I2CIP", + "version": "0.1.3", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A library of protocols for dynamic routing and interfacing with I2C devices on a modular switched network.", + "paragraph": "See README for compatible hardware specifications. Intra-module linking info for device detection must be stored on EEPROM. Tested on Arduino Uno.", + "website": "https://github.com/PeaPodTechnologies/I2CIP/", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "repository": "https://github.com/PeaPodTechnologies/I2CIP.git", + "providesIncludes": [ + "I2CIP.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson", + "version": "\u003e=6.19.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.4.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.4.zip", - "size": 12076, - "checksum": "SHA-256:f14f63487a3e3b44372f09f80857125f0d94d62fc55f973df91e24fe2b369f24" + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/I2CIP-0.1.3.zip", + "archiveFileName": "I2CIP-0.1.3.zip", + "size": 30642, + "checksum": "SHA-256:6c36c84f2313b6337896ee6428abc74868f44e90e2233dcdbd2f0bb0ba7526c3" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.5", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", - "category": "Sensors", + "name": "I2CIP", + "version": "0.1.4", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A library of protocols for dynamic routing and interfacing with I2C devices on a modular switched network.", + "paragraph": "See README for compatible hardware specifications. Intra-module linking info for device detection must be stored on EEPROM. Tested on Arduino Uno.", + "website": "https://github.com/PeaPodTechnologies/I2CIP/", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "repository": "https://github.com/PeaPodTechnologies/I2CIP.git", + "providesIncludes": [ + "I2CIP.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson", + "version": "\u003e=6.19.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.5.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.5.zip", - "size": 198581, - "checksum": "SHA-256:7f0eb0e8de5fac660fa299c7256a1bcd2126c91b33e0bbcc9e04629102b19628" + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/I2CIP-0.1.4.zip", + "archiveFileName": "I2CIP-0.1.4.zip", + "size": 30862, + "checksum": "SHA-256:8aec60cadc638a172f072f2a09844a285846dbe2cdb7ae9f833564996f44bf7d" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.6", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", - "category": "Sensors", + "name": "I2CIP", + "version": "0.2.1", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A library of protocols for dynamic routing and interfacing with I2C devices on a modular switched network.", + "paragraph": "See README for compatible hardware specifications. Intra-module linking info for device detection must be stored on EEPROM. Tested on Arduino Uno.", + "website": "https://github.com/PeaPodTechnologies/I2CIP/", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "repository": "https://github.com/PeaPodTechnologies/I2CIP.git", + "providesIncludes": [ + "I2CIP.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson", + "version": "\u003e=6.19.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.6.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.6.zip", - "size": 198639, - "checksum": "SHA-256:3c808a641c28ddc1bce0ae0089dbec95989091e33c7d279619d436395f8cdfdf" + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/I2CIP-0.2.1.zip", + "archiveFileName": "I2CIP-0.2.1.zip", + "size": 31191, + "checksum": "SHA-256:58b5f14826bfd517a301fe62472361de290b882c951afe3c348ef25f07e99e6b" }, { - "name": "Adafruit LIS3MDL", - "version": "1.0.7", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS3MDL magnetometer.", - "paragraph": "Designed specifically to work with the Adafruit LIS3MDL Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS3MDL", - "category": "Sensors", + "name": "I2CIP", + "version": "0.3.0", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A library of protocols for interfacing with I2C devices on a modular switched network.", + "paragraph": "See README for compatible hardware specifications. Stateless for plug-and-play compatibility. Tested on Arduino Uno.", + "website": "https://github.com/PeaPodTechnologies/I2CIP/", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS3MDL.git", + "repository": "https://github.com/PeaPodTechnologies/I2CIP.git", + "providesIncludes": [ + "I2CIP.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "ArduinoJson", + "version": "\u003e=6.19.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS3MDL-1.0.7.zip", - "archiveFileName": "Adafruit_LIS3MDL-1.0.7.zip", - "size": 198476, - "checksum": "SHA-256:050bae4986fc00479a3478f9be89c34fba4a4d165b699ba3df1a7f83565dcc16" + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/I2CIP-0.3.0.zip", + "archiveFileName": "I2CIP-0.3.0.zip", + "size": 18539, + "checksum": "SHA-256:fa4248395874cda077a41de03d021d96d71324fdb0754f099f87587296e8cca3" }, { - "name": "MCCI FRAM I2C", - "version": "2.0.0", - "author": "MCCI Corporation, Adafruit", - "maintainer": "MCCI \u003ctechsupport@mcci.com\u003e", - "sentence": "Driver for MCCI Catena's I2C-Based FRAM.", - "paragraph": "Based on Adafruit's driver for Adafruit's I2C-Based FRAM Breakouts", - "website": "https://github.com/mcci-catena/MCCI_FRAM_I2C", - "category": "Data Storage", + "name": "I2CIP", + "version": "1.0.0", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A library of protocols for interfacing with I2C devices on a modular switched network.", + "paragraph": "See README for compatible hardware specifications. State management for plug-and-play compatibility. Tested on Arduino Nano.", + "website": "https://github.com/PeaPodTechnologies/I2CIP/", + "category": "Communication", "architectures": [ - "samd", - "stm32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/mcci-catena/MCCI_FRAM_I2C.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_FRAM_I2C-2.0.0.zip", - "archiveFileName": "MCCI_FRAM_I2C-2.0.0.zip", - "size": 8961, - "checksum": "SHA-256:9738238f10d3997f7365a94b448f03687b5f063c4838bcf0028fae0ffabd82c7" + "repository": "https://github.com/PeaPodTechnologies/I2CIP.git", + "providesIncludes": [ + "I2CIP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/I2CIP-1.0.0.zip", + "archiveFileName": "I2CIP-1.0.0.zip", + "size": 39758, + "checksum": "SHA-256:15461b32e5c9cfceb045deb51539e4b2ed3375701e07debedd2b235abb80edc6" }, { - "name": "Waveshare 4 Inch Tft Touchscreen", + "name": "SAMD_PWM", "version": "1.0.0", - "author": "M Hotchin \u003cgithub@hotchin.net\u003e", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", - "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", - "website": "https://github.com/MHotchin/Waveshare4InchTftShield", - "category": "Display", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on SAMD21/SAMD51-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/SAMD_PWM", + "category": "Device Control", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "repository": "https://github.com/khoih-prog/SAMD_PWM.git", "providesIncludes": [ - "Waveshare4InchTftShield.h" + "SAMD_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.0.zip", - "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.0.zip", - "size": 14534, - "checksum": "SHA-256:96950e7f163a514275c36b20a2b45e65a05a5fdeb45def1705f70668510ee8f3" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_PWM-1.0.0.zip", + "archiveFileName": "SAMD_PWM-1.0.0.zip", + "size": 375218, + "checksum": "SHA-256:4482d9fe40a585b74d27efb69bcb8261f6a99fc07d733579291dec2e9132f9e9" }, { - "name": "Waveshare 4 Inch Tft Touchscreen", - "version": "1.0.2", - "author": "M Hotchin \u003cgithub@hotchin.net\u003e", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", - "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", - "website": "https://github.com/MHotchin/Waveshare4InchTftShield", - "category": "Display", + "name": "SAMD_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on SAMD21/SAMD51-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/SAMD_PWM", + "category": "Device Control", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "repository": "https://github.com/khoih-prog/SAMD_PWM.git", "providesIncludes": [ - "Waveshare4InchTftShield.h" - ], - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "SAMD_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.2.zip", - "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.2.zip", - "size": 16488, - "checksum": "SHA-256:3d419928cc99863f5f340851fae9c718264c5b20e6a79cb1274cdf9d44884454" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_PWM-1.0.1.zip", + "archiveFileName": "SAMD_PWM-1.0.1.zip", + "size": 377636, + "checksum": "SHA-256:21b9a0fbfaf85c43c8a3ea8bab209ff4aea149652b37d59d700a1b19351f6f42" }, { - "name": "Waveshare 4 Inch Tft Touchscreen", - "version": "1.0.3", - "author": "M Hotchin \u003cgithub@hotchin.net\u003e", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Graphics and touchscreen driver for Waveshare 4 inch touch screen (SKU 13587)", - "paragraph": "Re-write of the graphics wrapper, based on the 'Waveshare_ILI9486' library, PLUS touchscreen support.", - "website": "https://github.com/MHotchin/Waveshare4InchTftShield", - "category": "Display", + "name": "SAMD_PWM", + "version": "1.2.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on SAMD21/SAMD51-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/SAMD_PWM", + "category": "Device Control", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/Waveshare4InchTftShield.git", + "repository": "https://github.com/khoih-prog/SAMD_PWM.git", "providesIncludes": [ - "Waveshare4InchTftShield.h" + "SAMD_PWM.h" ], - "dependencies": [ - { - "name": "Adafruit GFX Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Waveshare_4_Inch_Tft_Touchscreen-1.0.3.zip", - "archiveFileName": "Waveshare_4_Inch_Tft_Touchscreen-1.0.3.zip", - "size": 17183, - "checksum": "SHA-256:412444e6001d907ca6b43264260c28528f6a99b928a75b069ac6c22e0a425384" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_PWM-1.2.0.zip", + "archiveFileName": "SAMD_PWM-1.2.0.zip", + "size": 383113, + "checksum": "SHA-256:980322f95d736e31e25eaccc8722ed0338d2b14f0a23f75992f681b73e8dbc3f" }, { - "name": "SN76489", - "version": "1.0.0", - "author": "tyrkelko", - "maintainer": "Kobi Tyrkel \u003ctyrkelko@gmail.com\u003e", - "license": "GPL-3.0", - "sentence": "sn76489 arduino library.", - "paragraph": "sn76489 arduino library for using the sn76489 sound chip directly or via a 595 shift register with any oscillator between 500kHz and up to 4MHz.", - "website": "https://github.com/tyrkelko/sn76489", - "category": "Signal Input/Output", + "name": "MCMVoltSense", + "version": "0.0.1", + "author": "mcmchris", + "maintainer": "mcmchris", + "sentence": "Voltage Measurement Library", + "paragraph": "Voltage Measurement Library", + "website": "https://github.com/mcmchris/mcm-grove-voltage-sensor.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tyrkelko/sn76489.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tyrkelko/SN76489-1.0.0.zip", - "archiveFileName": "SN76489-1.0.0.zip", - "size": 20411, - "checksum": "SHA-256:c470dd568a52125646fcf49b413b7a97edbe4e2077c052439950eea1f4f82419" + "repository": "https://github.com/mcmchris/mcm-grove-voltage-sensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcmchris/MCMVoltSense-0.0.1.zip", + "archiveFileName": "MCMVoltSense-0.0.1.zip", + "size": 6063, + "checksum": "SHA-256:8c501697655d46c295c415060c271168319d101206da6c175f3aa2b2f9adbdef" }, { - "name": "SIM800L HTTP connector", - "version": "1.8.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", + "name": "SAMDUE_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", - "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", - "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", - "category": "Communication", + "sentence": "This library enables you to use Hardware-based PWM channels on SAMDUE boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/SAMDUE_PWM", + "category": "Device Control", "architectures": [ - "*" + "sam", + "atmelsam" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.8.0.zip", - "archiveFileName": "SIM800L_HTTP_connector-1.8.0.zip", - "size": 3192334, - "checksum": "SHA-256:8c1fed8426b42b33042cd4c77b966528195dcaa8eba9eff3cbcbb5def4cd3808" + "repository": "https://github.com/khoih-prog/SAMDUE_PWM.git", + "providesIncludes": [ + "SAMDUE_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_PWM-1.0.0.zip", + "archiveFileName": "SAMDUE_PWM-1.0.0.zip", + "size": 30574, + "checksum": "SHA-256:59c7ad12f8e104703d69ecd2fe42d771a7fa2401f96489626d33e27687403d3c" }, { - "name": "SIM800L HTTP connector", - "version": "1.9.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", + "name": "SAMDUE_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", - "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", - "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", - "category": "Communication", + "sentence": "This library enables you to use Hardware-based PWM channels on SAMDUE boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/SAMDUE_PWM", + "category": "Device Control", "architectures": [ - "*" + "sam", + "atmelsam" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.9.0.zip", - "archiveFileName": "SIM800L_HTTP_connector-1.9.0.zip", - "size": 3952406, - "checksum": "SHA-256:70267d2cb97f193ca584ebbb4875cb978be285ac3815b745c4ae4d494d95c446" + "repository": "https://github.com/khoih-prog/SAMDUE_PWM.git", + "providesIncludes": [ + "SAMDUE_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_PWM-1.0.1.zip", + "archiveFileName": "SAMDUE_PWM-1.0.1.zip", + "size": 32940, + "checksum": "SHA-256:2e50749dd044a7b5a796fa498eaa4de5ea29e045ebba2648410bfafa39eba4fa" }, { - "name": "SIM800L HTTP connector", - "version": "1.11.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", - "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", - "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", - "category": "Communication", + "name": "FastShiftInOut", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftInOut (simultaneously)", + "website": "https://github.com/RobTillaart/FastShiftInOut", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.11.0.zip", - "archiveFileName": "SIM800L_HTTP_connector-1.11.0.zip", - "size": 4944247, - "checksum": "SHA-256:66afa39f309b8a89886eea4cb77c3616aceb75c866a1ef5659b71c73c4319557" + "repository": "https://github.com/RobTillaart/FastShiftInOut.git", + "providesIncludes": [ + "FastShiftInOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftInOut-0.1.0.zip", + "archiveFileName": "FastShiftInOut-0.1.0.zip", + "size": 9012, + "checksum": "SHA-256:1003835db73e81e3c856db6c910f4be954ae7d03e7c1bfed3e3dc4a7b23d883e" }, { - "name": "SIM800L HTTP connector", - "version": "1.12.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", - "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", - "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", - "category": "Communication", + "name": "FastShiftInOut", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftInOut (simultaneously)", + "website": "https://github.com/RobTillaart/FastShiftInOut", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.12.0.zip", - "archiveFileName": "SIM800L_HTTP_connector-1.12.0.zip", - "size": 4944496, - "checksum": "SHA-256:95536df3a68317becd58f3f4813a250b25c75a22d78411dcf005f13ce56c912f" + "repository": "https://github.com/RobTillaart/FastShiftInOut.git", + "providesIncludes": [ + "FastShiftInOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftInOut-0.1.1.zip", + "archiveFileName": "FastShiftInOut-0.1.1.zip", + "size": 9915, + "checksum": "SHA-256:9d8285234bc3e09dd323cd826c99b0384029f6c91fe1bb24656ccfd9ffdc452c" }, { - "name": "SIM800L HTTP connector", - "version": "1.13.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", - "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", - "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", - "category": "Communication", + "name": "FastShiftInOut", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftInOut (simultaneously)", + "website": "https://github.com/RobTillaart/FastShiftInOut", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.0.zip", - "archiveFileName": "SIM800L_HTTP_connector-1.13.0.zip", - "size": 4944698, - "checksum": "SHA-256:03c7283aa6fa279599cdc57c96252ae81c2c091bccbe68eae2ee1ebe91ce1ba5" + "repository": "https://github.com/RobTillaart/FastShiftInOut.git", + "providesIncludes": [ + "FastShiftInOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftInOut-0.1.2.zip", + "archiveFileName": "FastShiftInOut-0.1.2.zip", + "size": 10440, + "checksum": "SHA-256:65f7450a5588f5f746926c4d81bc6d4fa38b2f08031ef42aa5aebea73bbd0840" }, { - "name": "SIM800L HTTP connector", - "version": "1.13.1", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", - "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", - "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", - "category": "Communication", + "name": "FastShiftInOut", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftInOut (simultaneously)", + "website": "https://github.com/RobTillaart/FastShiftInOut", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.1.zip", - "archiveFileName": "SIM800L_HTTP_connector-1.13.1.zip", - "size": 4944700, - "checksum": "SHA-256:e3e5c9bc01cf8203e359d0db7136215b93501b82fc89c2df90eea002862a8800" + "repository": "https://github.com/RobTillaart/FastShiftInOut.git", + "providesIncludes": [ + "FastShiftInOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftInOut-0.1.3.zip", + "archiveFileName": "FastShiftInOut-0.1.3.zip", + "size": 11076, + "checksum": "SHA-256:17afb4c51649e2348c3853186b6ce8c272c30846a11975a8be519f3b2cf59575" }, { - "name": "SIM800L HTTP connector", - "version": "1.13.2", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods.", - "paragraph": "This library supports power management, network registration, signal check, GPRS connectivity, HTTP/HTTPS protocols, GET/POST methods and software/hardware serials.", - "website": "https://github.com/ostaquet/Arduino-SIM800L-driver", - "category": "Communication", + "name": "FastShiftInOut", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for (AVR) optimized shiftInOut (simultaneously)", + "website": "https://github.com/RobTillaart/FastShiftInOut", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-SIM800L-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/SIM800L_HTTP_connector-1.13.2.zip", - "archiveFileName": "SIM800L_HTTP_connector-1.13.2.zip", - "size": 4945116, - "checksum": "SHA-256:e685d9a2f047fbbb48a7f242459bbdb71da1d590eb9a5733bad75b92b9a07661" + "repository": "https://github.com/RobTillaart/FastShiftInOut.git", + "providesIncludes": [ + "FastShiftInOut.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftInOut-0.1.4.zip", + "archiveFileName": "FastShiftInOut-0.1.4.zip", + "size": 11289, + "checksum": "SHA-256:68f6ae3e0e6dff2fd0bc69d3b6e943fd587df2eaf0752a4da9ca6e1a70be2b0c" }, { - "name": "PsxNewLib", - "version": "0.1.0", - "author": "SukkoPera \u003csoftware@sukkology.net\u003e", - "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", - "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", - "paragraph": "Compatible with PS1 and PS2 controllers!", - "website": "https://github.com/SukkoPera/PsxNewLib", + "name": "nRF52_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on nRF52-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/nRF52_PWM", "category": "Device Control", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/SukkoPera/PsxNewLib.git", - "dependencies": [ - { - "name": "DigitalIO" - } + "repository": "https://github.com/khoih-prog/nRF52_PWM.git", + "providesIncludes": [ + "nRF52_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.1.0.zip", - "archiveFileName": "PsxNewLib-0.1.0.zip", - "size": 38149, - "checksum": "SHA-256:62b772145be4ed2ee6937f883704f494389f98be0c013ad2de476128913ad62d" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_PWM-1.0.0.zip", + "archiveFileName": "nRF52_PWM-1.0.0.zip", + "size": 149322, + "checksum": "SHA-256:381042656d83ea54c8f2b8168f424b74b25076f9d668a0f9f2acd45f32ad92bb" }, { - "name": "PsxNewLib", - "version": "0.2.0", - "author": "SukkoPera \u003csoftware@sukkology.net\u003e", - "maintainer": "SukkoPera \u003csoftware@sukkology.net\u003e", - "sentence": "A library that allows interfacing with PlayStation 1/2 controllers", - "paragraph": "Compatible with PS1 and PS2 controllers!", - "website": "https://github.com/SukkoPera/PsxNewLib", + "name": "nRF52_PWM", + "version": "1.0.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on nRF52-based boards to create and output PWM to pins.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/nRF52_PWM", "category": "Device Control", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/SukkoPera/PsxNewLib.git", - "dependencies": [ - { - "name": "DigitalIO" - } + "repository": "https://github.com/khoih-prog/nRF52_PWM.git", + "providesIncludes": [ + "nRF52_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SukkoPera/PsxNewLib-0.2.0.zip", - "archiveFileName": "PsxNewLib-0.2.0.zip", - "size": 42320, - "checksum": "SHA-256:eaa3a803b663b991b124cfaadf52f43f4194a55aa664c70eb8dc328fc60e4610" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/nRF52_PWM-1.0.1.zip", + "archiveFileName": "nRF52_PWM-1.0.1.zip", + "size": 151650, + "checksum": "SHA-256:6ef9ea74768a003e310011053637a05a2699d7115bb45527fbf732f42e662c47" }, { - "name": "ButtonFever", + "name": "TM1638", "version": "1.0.0", - "author": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "maintainer": "Mickey Chan \u003cdeveloper@comicparty.com\u003e", - "sentence": "Powerful button tools for managing various button events of standalone button or button array.", - "paragraph": "ButtonFever is upgrade version of MultiButton library, provide much powerful features. This library handled button debouncing, trigger callback function for single press, double press, and long press events. Tested on ESP32 and should also work on Arduino too.", - "website": "https://github.com/mickey9801/ButtonFever", - "category": "Uncategorized", + "author": "dvarrel, \u003c6559309+dvarrel@users.noreply.github.com\u003e", + "maintainer": "dvarrel, \u003c6559309+dvarrel@users.noreply.github.com\u003e", + "sentence": "library for driving TM1638 led display-leds-buttons like https://fr.aliexpress.com/wholesale?SearchText=TM1638", + "paragraph": "uses only 3 digitals pins to drive 8leds, 8 7segments display and 8 buttons", + "website": "https://github.com/dvarrel/TM1638.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mickey9801/ButtonFever.git", + "repository": "https://github.com/dvarrel/TM1638.git", "providesIncludes": [ - "BfButton.h", - "BfButtonManager.h" + "TM1638.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mickey9801/ButtonFever-1.0.0.zip", - "archiveFileName": "ButtonFever-1.0.0.zip", - "size": 15832, - "checksum": "SHA-256:bd5e8cb3e4dbbb8e521f4383f02e5c668729a6e355818dcb30c0ba419dce2b4f" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/TM1638-1.0.0.zip", + "archiveFileName": "TM1638-1.0.0.zip", + "size": 86927, + "checksum": "SHA-256:08e50f2e8518fcd63ead1b962106a66bfcf649e2ddbd821cf52ef797e60b7e8b" }, { - "name": "Adafruit Sensor Lab", - "version": "0.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", + "name": "MPU6050_IND", + "version": "1.1.1", + "author": "Ujjval rathod \u003cujjwalrathod007@gmail.com\u003e", + "maintainer": "Ujjval rathod \u003cujjwalrathod007@gmail.com\u003e", + "sentence": "Read fall and motion detection of MPU6050", + "paragraph": "can read accelerometer, gyroscope and fall \u0026 motion detection data", + "website": "tbd", "category": "Sensors", "architectures": [ "*" @@ -294496,238 +751548,215 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - } + "repository": "https://gitlab.com/UJUR007/mpu6050_ind.git", + "providesIncludes": [ + "MPU6050reg.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.0.1.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.0.1.zip", - "size": 8121, - "checksum": "SHA-256:c54b2e60d0aecec87451e89debac3370da1e9976fbc4db84c2702fd6a884cab6" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/UJUR007/MPU6050_IND-1.1.1.zip", + "archiveFileName": "MPU6050_IND-1.1.1.zip", + "size": 7744, + "checksum": "SHA-256:8a18a35e2d5e4696496f77e6e461ec53bfcbc410f04bbef27ec9ec50fcdbcbc0" }, { - "name": "Adafruit Sensor Lab", - "version": "0.1.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", - "category": "Sensors", + "name": "Teensy_PWM", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM to pins. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms.", + "paragraph": "The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/Teensy_PWM", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit ICM20649" - }, - { - "name": "Adafruit MPU6050" - } + "repository": "https://github.com/khoih-prog/Teensy_PWM.git", + "providesIncludes": [ + "Teensy_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.1.0.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.1.0.zip", - "size": 18973, - "checksum": "SHA-256:364b8375c9550e0e1c09682ee2863f244f91bd27d1c0862d2676db836bff40bc" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_PWM-1.0.0.zip", + "archiveFileName": "Teensy_PWM-1.0.0.zip", + "size": 53393, + "checksum": "SHA-256:7aa789c517b1dd322e0355fab204ae3b7ccdaf0861d5563f9aeecbe8b4626894" }, { - "name": "Adafruit Sensor Lab", - "version": "0.2.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", - "category": "Sensors", + "name": "Teensy_PWM", + "version": "1.1.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM to pins. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms.", + "paragraph": "The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/Teensy_PWM", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit ICM20649" - }, - { - "name": "Adafruit MPU6050" - }, - { - "name": "Adafruit LIS2MDL" - }, - { - "name": "Adafruit LSM9DS1 Library" - }, - { - "name": "Adafruit Arcada Library" - } + "repository": "https://github.com/khoih-prog/Teensy_PWM.git", + "providesIncludes": [ + "Teensy_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_PWM-1.1.0.zip", + "archiveFileName": "Teensy_PWM-1.1.0.zip", + "size": 54749, + "checksum": "SHA-256:3b06a1b3f1aadca1727ce11c313a14983819ec883663e7045919f5642e8fddb5" + }, + { + "name": "Teensy_PWM", + "version": "1.1.1", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc., to create and output PWM to pins. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms.", + "paragraph": "The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/Teensy_PWM", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.2.0.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.2.0.zip", - "size": 283354, - "checksum": "SHA-256:28b187822e809699c3fb9265be6ebd790470bba49437488de4c6219f226b8571" + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Teensy_PWM.git", + "providesIncludes": [ + "Teensy_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_PWM-1.1.1.zip", + "archiveFileName": "Teensy_PWM-1.1.1.zip", + "size": 56857, + "checksum": "SHA-256:062593ad2540303ea82594497cceadac4fda9da821b800504f91005252e8dd60" }, { - "name": "Adafruit Sensor Lab", - "version": "0.3.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", - "category": "Sensors", + "name": "NintendoSwitchControlLibrary", + "version": "1.3.1", + "author": "lefmarna", + "maintainer": "lefmarna", + "sentence": "A library for microcontrollers that uses Arduino to automate Nintendo Switch games.", + "paragraph": "A library for microcontrollers that uses Arduino to automate Nintendo Switch games.", + "website": "https://github.com/lefmarna/NintendoSwitchControlLibrary", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "repository": "https://github.com/lefmarna/NintendoSwitchControlLibrary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lefmarna/NintendoSwitchControlLibrary-1.3.1.zip", + "archiveFileName": "NintendoSwitchControlLibrary-1.3.1.zip", + "size": 48131, + "checksum": "SHA-256:1f8798d395370569110269fce38f681685a1ccefa408aefbb8818c062e133331" + }, + { + "name": "Ultimate_ESP_MQTT_Ubidots", + "version": "1.0.0", + "author": "rohirto", + "maintainer": "rohirto \u003cbstar1x1@gmail.com\u003e", + "sentence": "WifiManager, ESP HTTP Update, Ubidots MQTT packaged in 1 library", + "paragraph": "WifiManager, ESP HTTP Update, Ubidots MQTT packaged in 1 library", + "website": "https://github.com/rohirto/ultimate_esp_mqtt_ubidots", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rohirto/ultimate_esp_mqtt_ubidots.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" + "name": "NTPClient" }, { - "name": "Adafruit LIS3MDL" + "name": "PubSubClient" }, { - "name": "Adafruit ICM20649" - }, + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rohirto/Ultimate_ESP_MQTT_Ubidots-1.0.0.zip", + "archiveFileName": "Ultimate_ESP_MQTT_Ubidots-1.0.0.zip", + "size": 10363, + "checksum": "SHA-256:0d8b43214cbeb747320f0f8a55468c99e54d0ea7c3bd405310a946c0c084e030" + }, + { + "name": "Ultimate_ESP_MQTT_Ubidots", + "version": "1.0.2", + "author": "rohirto", + "maintainer": "rohirto \u003cbstar1x1@gmail.com\u003e", + "sentence": "WifiManager, ESP HTTP Update, Ubidots MQTT packaged in 1 library", + "paragraph": "WifiManager, ESP HTTP Update, Ubidots MQTT packaged in 1 library", + "website": "https://github.com/rohirto/ultimate_esp_mqtt_ubidots", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rohirto/ultimate_esp_mqtt_ubidots.git", + "dependencies": [ { - "name": "Adafruit MPU6050" + "name": "NTPClient" }, { - "name": "Adafruit LIS2MDL" + "name": "PubSubClient" }, { - "name": "Adafruit LSM9DS1 Library" - }, + "name": "WiFiManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rohirto/Ultimate_ESP_MQTT_Ubidots-1.0.2.zip", + "archiveFileName": "Ultimate_ESP_MQTT_Ubidots-1.0.2.zip", + "size": 10363, + "checksum": "SHA-256:305c1a1248c51270327d5bd37da25f94e04c7c554c6753b8884bffed0c871bf3" + }, + { + "name": "Ultimate_ESP_MQTT_Ubidots", + "version": "1.0.3", + "author": "rohirto", + "maintainer": "rohirto \u003cbstar1x1@gmail.com\u003e", + "sentence": "WifiManager, ESP HTTP Update, Ubidots MQTT packaged in 1 library", + "paragraph": "WifiManager, ESP HTTP Update, Ubidots MQTT packaged in 1 library", + "website": "https://github.com/rohirto/ultimate_esp_mqtt_ubidots", + "category": "Uncategorized", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rohirto/ultimate_esp_mqtt_ubidots.git", + "dependencies": [ { - "name": "Adafruit LSM9DS0 Library" + "name": "NTPClient" }, { - "name": "Adafruit AHRS" + "name": "PubSubClient" }, { - "name": "Adafruit Arcada Library" + "name": "WiFiManager" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.1.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.3.1.zip", - "size": 286279, - "checksum": "SHA-256:84b2456b4b890d3ac4c661162794d6b9e7140a598c261a5ecaf52b8447b138e6" + "url": "https://downloads.arduino.cc/libraries/github.com/rohirto/Ultimate_ESP_MQTT_Ubidots-1.0.3.zip", + "archiveFileName": "Ultimate_ESP_MQTT_Ubidots-1.0.3.zip", + "size": 10409, + "checksum": "SHA-256:fb6dd5fb87e1e243286c95313e3f2724a360392d45cd1db6124fbe73a169bb7d" }, { - "name": "Adafruit Sensor Lab", - "version": "0.3.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", + "name": "OSS-EC_TI_TMP9A00_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Texas Instruments TMP9A00-EP Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_TMP9A00_00000057", "category": "Sensors", "architectures": [ "*" @@ -294735,85 +751764,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_TMP9A00_00000057.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit ICM20649" - }, - { - "name": "Adafruit MPU6050" - }, - { - "name": "Adafruit LIS2MDL" - }, - { - "name": "Adafruit LSM9DS1 Library" - }, - { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit AHRS" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit Sensor Calibration" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.2.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.3.2.zip", - "size": 286303, - "checksum": "SHA-256:c98278bbb72755252e7c347490b0073489cb2da1f1afe2f4338706944f0c3eaf" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TI_TMP9A00_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TI_TMP9A00_00000057-1.0.0.zip", + "size": 1531513, + "checksum": "SHA-256:f1348e544341716cff8787eb173f793037b940c566b0367e3a915b701216084e" }, { - "name": "Adafruit Sensor Lab", - "version": "0.3.3", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", + "name": "OSS-EC_TI_LM50C_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Texas Instruments LM50C, LM50-Q1 Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50C_00000057", "category": "Sensors", "architectures": [ "*" @@ -294821,85 +751790,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50C_LM50-Q1_00000057.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit ICM20649" - }, - { - "name": "Adafruit MPU6050" - }, - { - "name": "Adafruit LIS2MDL" - }, - { - "name": "Adafruit LSM9DS1 Library" - }, - { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit AHRS" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit Sensor Calibration" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.3.3.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.3.3.zip", - "size": 286427, - "checksum": "SHA-256:953aa0db09c6eaa0497279bb9f5487663504310fd3691bfaf4728a6b1136acc5" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TI_LM50C_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TI_LM50C_00000057-1.0.0.zip", + "size": 1545740, + "checksum": "SHA-256:1bc823bdb5b7663c61e13a92b12cb75aeb86f7b8ffcb0828f799a610e1f110ad" }, { - "name": "Adafruit Sensor Lab", - "version": "0.4.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", + "name": "OSS-EC_TI_LM50B_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Texas Instruments LM50B Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057", "category": "Sensors", "architectures": [ "*" @@ -294907,91 +751816,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit ICM20649" - }, - { - "name": "Adafruit MPU6050" - }, - { - "name": "Adafruit LIS2MDL" - }, - { - "name": "Adafruit LSM9DS1 Library" - }, - { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit AHRS" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit Sensor Calibration" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" - }, - { - "name": "Adafruit LPS2X" - }, - { - "name": "Adafruit HTS221" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.0.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.4.0.zip", - "size": 287996, - "checksum": "SHA-256:aaae629248de772ed56971266fc60388f15639911c91149d47047b03a5d3a85c" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TI_LM50B_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TI_LM50B_00000057-1.0.0.zip", + "size": 1547155, + "checksum": "SHA-256:cbd429d3cf14e63eed1db3f5c89b7836c08eb5d727b2e8a5ca69dbce0cdffa9e" }, { - "name": "Adafruit Sensor Lab", - "version": "0.4.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", + "name": "OSS-EC_TI_LM45B_LM45C_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Texas Instruments LM45B, LM45C Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057", "category": "Sensors", "architectures": [ "*" @@ -294999,91 +751842,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit ICM20X" - }, - { - "name": "Adafruit MPU6050" - }, - { - "name": "Adafruit LIS2MDL" - }, - { - "name": "Adafruit LSM9DS1 Library" - }, - { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit AHRS" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit Sensor Calibration" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" - }, - { - "name": "Adafruit LPS2X" - }, - { - "name": "Adafruit HTS221" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.1.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.4.1.zip", - "size": 287995, - "checksum": "SHA-256:6fce2e59549a4d1fc826a9896063bb1d3d40f6f440ab8decee1827d71da1d9c3" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TI_LM45B_LM45C_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TI_LM45B_LM45C_00000057-1.0.0.zip", + "size": 1565491, + "checksum": "SHA-256:b51dfbd0d371d8f4b1fe2373f37f88e80e59e32b35ce59bd6e61b0bc9b6e82ed" }, { - "name": "Adafruit Sensor Lab", - "version": "0.4.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for scientific sensor readings/fusions/manipulations", - "paragraph": "Arduino library for scientific sensor readings/fusions/manipulations", - "website": "https://github.com/adafruit/Adafruit_SensorLab", + "name": "OSS-EC_TI_LM35D_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Texas Instruments LM35D Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057", "category": "Sensors", "architectures": [ "*" @@ -295091,91 +751868,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SensorLab.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME280 Library" - }, - { - "name": "Adafruit BMP280 Library" - }, - { - "name": "Adafruit DPS310" - }, - { - "name": "Adafruit ADXL343" - }, - { - "name": "Adafruit MSA301" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit FXOS8700" - }, - { - "name": "Adafruit FXAS21002C" - }, - { - "name": "Adafruit LSM6DS" - }, - { - "name": "Adafruit LIS3MDL" - }, - { - "name": "Adafruit ICM20X" - }, - { - "name": "Adafruit MPU6050" - }, - { - "name": "Adafruit LIS2MDL" - }, - { - "name": "Adafruit LSM9DS1 Library" - }, - { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit AHRS" - }, - { - "name": "Adafruit Arcada Library" - }, - { - "name": "Adafruit Sensor Calibration" - }, - { - "name": "Adafruit SHT31 Library" - }, - { - "name": "Adafruit APDS9960 Library" - }, - { - "name": "Adafruit LPS2X" - }, - { - "name": "Adafruit HTS221" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Lab-0.4.2.zip", - "archiveFileName": "Adafruit_Sensor_Lab-0.4.2.zip", - "size": 288105, - "checksum": "SHA-256:a7339c330f51d9695fde89ec7b64debb34742294ee49a2906710608d0863283b" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TI_LM35D_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TI_LM35D_00000057-1.0.0.zip", + "size": 1535489, + "checksum": "SHA-256:8e4406fc168370f97bcf584bb568c53206a718e53497ff467563ee20d3473078" }, { - "name": "Adafruit MLX90640", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MLX90640 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MLX90640 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MLX90640", + "name": "OSS-EC_TI_LM35C_LM35CA_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Texas Instruments LM35C, LM35CA Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057", "category": "Sensors", "architectures": [ "*" @@ -295183,28 +751894,125 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MLX90640.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Arcada Library" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90640-1.0.1.zip", - "archiveFileName": "Adafruit_MLX90640-1.0.1.zip", - "size": 961875, - "checksum": "SHA-256:adc1b2218206dc08172879b407f18f4c3f8f9c671ae481a28b2823d7bc7b4f04" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TI_LM35C_LM35CA_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TI_LM35C_LM35CA_00000057-1.0.0.zip", + "size": 1537324, + "checksum": "SHA-256:a2e7a57f80945f95afbd8fffc18790dea49814a8eb568f1b5a498e7a4a1e08bb" }, { - "name": "Adafruit MLX90640", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the MLX90640 sensors in the Adafruit shop", - "paragraph": "Arduino library for the MLX90640 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_MLX90640", + "name": "ATtiny_PWM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM to pins.", + "paragraph": "Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms. The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/ATtiny_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ATtiny_PWM.git", + "providesIncludes": [ + "ATtiny_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATtiny_PWM-1.0.0.zip", + "archiveFileName": "ATtiny_PWM-1.0.0.zip", + "size": 319256, + "checksum": "SHA-256:faa99dc689dd422282ae9126c54c0179f5ae99b4500cb8aa8618004e08f4cb44" + }, + { + "name": "ATtiny_PWM", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM to pins.", + "paragraph": "Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms. The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/ATtiny_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ATtiny_PWM.git", + "providesIncludes": [ + "ATtiny_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATtiny_PWM-1.0.1.zip", + "archiveFileName": "ATtiny_PWM-1.0.1.zip", + "size": 321632, + "checksum": "SHA-256:147b9694be3e58feff46efd5f72413d2fc1f5abc6e709229dd920aba9b285540" + }, + { + "name": "ATtiny_PWM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM to pins.", + "paragraph": "Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms. The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/ATtiny_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ATtiny_PWM.git", + "providesIncludes": [ + "ATtiny_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATtiny_PWM-1.1.0.zip", + "archiveFileName": "ATtiny_PWM-1.1.0.zip", + "size": 325049, + "checksum": "SHA-256:e32541adec0537e7c6680f7312ceaddcef80f947a54dafd38252079a609f105c" + }, + { + "name": "ATtiny_PWM", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM to pins.", + "paragraph": "Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms. The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM", + "website": "https://github.com/khoih-prog/ATtiny_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/ATtiny_PWM.git", + "providesIncludes": [ + "ATtiny_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ATtiny_PWM-1.2.0.zip", + "archiveFileName": "ATtiny_PWM-1.2.0.zip", + "size": 327850, + "checksum": "SHA-256:219b5ffc6dec22aaa657e1984c80c7d2d564217d9a5e4e1206090d906070be89" + }, + { + "name": "OSS-EC_TI_LM35_LM35A_00000057", + "version": "1.0.0", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "Texas Instruments LM35, LM35A Temperature Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35_LM35A_00000057", "category": "Sensors", "architectures": [ "*" @@ -295212,28 +752020,46 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MLX90640.git", + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35_LM35A_00000057.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Arcada Library" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90640-1.0.2.zip", - "archiveFileName": "Adafruit_MLX90640-1.0.2.zip", - "size": 961875, - "checksum": "SHA-256:47cf9921c991d2b34eb252b7c5b6e01e9685301d05eb6e55d5a7b98d645af2e8" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TI_LM35_LM35A_00000057-1.0.0.zip", + "archiveFileName": "OSS_EC_TI_LM35_LM35A_00000057-1.0.0.zip", + "size": 1536673, + "checksum": "SHA-256:51fe475bd5c6a0f6e784464582f4fbac31d0a2ff9a5764d3dd15a03b83c70d6c" }, { - "name": "M62429 Volume Control Library", + "name": "MagStripe_ESP32", "version": "1.0.0", - "author": "CGrassin", - "maintainer": "CGrassin \u003cmail@charleslabs.fr\u003e", - "sentence": "M62429/FM62429 Serial data control dual electronics volume library for Arduino.", - "paragraph": "Chip for audio applications, volume variable from 0 to -83dB.", - "website": "https://github.com/CGrassin/M62429_Arduino_Library", + "author": "Carlos Rodrigues, Seth Teichman", + "maintainer": "Seth Teichman \u003csmt5541@rit.edu\u003e", + "sentence": "Decode data from TTL (raw) magnetic card readers on ESP32.", + "paragraph": "ESP32-compatible fork of Carlos Rodrigues' MagStripe Library", + "website": "https://github.com/smt5541/magstripelib-esp32", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/smt5541/magstripelib-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/smt5541/MagStripe_ESP32-1.0.0.zip", + "archiveFileName": "MagStripe_ESP32-1.0.0.zip", + "size": 123220, + "checksum": "SHA-256:c20bcb280f59011845970a5569c90ec786c1d81280bccb48746b4f91be805cec" + }, + { + "name": "Chassis", + "version": "0.0.1", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", "category": "Device Control", "architectures": [ "*" @@ -295241,20 +752067,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/CGrassin/M62429_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CGrassin/M62429_Volume_Control_Library-1.0.0.zip", - "archiveFileName": "M62429_Volume_Control_Library-1.0.0.zip", - "size": 4665, - "checksum": "SHA-256:4c7234c49739984b7b42e533511e88784c4473e88f1fc73f8ab3218e9b25fbb6" + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-0.0.1.zip", + "archiveFileName": "Chassis-0.0.1.zip", + "size": 14951, + "checksum": "SHA-256:b9e5fe22ffd4ec0b3ee49b4f3af179de8757a3d59ae0ec2a7915a649dc0ef494" }, { - "name": "M62429 Volume Control Library", - "version": "1.0.1", - "author": "CGrassin", - "maintainer": "CGrassin \u003cmail@charleslabs.fr\u003e", - "sentence": "M62429/FM62429 Serial data control dual electronics volume library for Arduino.", - "paragraph": "Chip for audio applications, volume variable from 0 to -83dB.", - "website": "https://github.com/CGrassin/M62429_Arduino_Library", + "name": "Chassis", + "version": "1.0.0", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", "category": "Device Control", "architectures": [ "*" @@ -295262,141 +752088,272 @@ "types": [ "Contributed" ], - "repository": "https://github.com/CGrassin/M62429_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CGrassin/M62429_Volume_Control_Library-1.0.1.zip", - "archiveFileName": "M62429_Volume_Control_Library-1.0.1.zip", - "size": 4837, - "checksum": "SHA-256:e4d5206476ee8d799b97ed2a488caf708eb3f1b5ab4c1ce76871d8feac63d4a6" + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.0.0.zip", + "archiveFileName": "Chassis-1.0.0.zip", + "size": 49666, + "checksum": "SHA-256:827586c6f5389b3e6755cbcb5e66b63306b5cbd66e070b81016c2748b1186e7f" }, { - "name": "KAI Pro Library", - "version": "1.0.1", - "author": "Ronin's Robotics", - "maintainer": "Mehmet Murat YILMAZ \u003cinfo@roninsrobotics.com\u003e", - "sentence": "Grants easy access to the various species of the Kai Pro. For Arduino Esplora only.", - "paragraph": "Grants easy access to the various species of the Kai Pro. For Arduino Esplora only.", - "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "name": "Chassis", + "version": "1.2.0", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.1.zip", - "archiveFileName": "KAI_Pro_Library-1.0.1.zip", - "size": 5105, - "checksum": "SHA-256:5520eba31e86be65d1b5513a38adbf40c875bd744b275c19b7bf00e8fe50e4a7" + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.2.0.zip", + "archiveFileName": "Chassis-1.2.0.zip", + "size": 55694, + "checksum": "SHA-256:ca2430ced6251bd9cc6310c3e17bf083fca3c6c2c58c3532dbeb607682e05159" }, { - "name": "KAI Pro Library", - "version": "1.0.2", - "author": "Mehmet Murat YILMAZ", - "maintainer": "Ronin's Robotics \u003cinfo@roninsrobotics.com\u003e", - "sentence": "Grants easy access to the various species of the Kai Pro. For Arduino only.", - "paragraph": "More information can be found at https://roninsrobotics.com", - "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "name": "Chassis", + "version": "1.2.1", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.2.zip", - "archiveFileName": "KAI_Pro_Library-1.0.2.zip", - "size": 5122, - "checksum": "SHA-256:fbf29554e4bef4188c4bafcf1b93d8b814a2fbc6fcee70e212756b3759c44b6d" + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.2.1.zip", + "archiveFileName": "Chassis-1.2.1.zip", + "size": 56433, + "checksum": "SHA-256:86da0ab0013c1f5d2791c7ffe4e02726b47bce94cf31a9bffd16689f6d5a45e4" }, { - "name": "KAI Pro Library", - "version": "1.0.3", - "author": "Mehmet Murat YILMAZ", - "maintainer": "Ronin's Robotics \u003cinfo@roninsrobotics.com\u003e", - "sentence": "Grants easy access to the various species of the Kai Pro.", - "paragraph": "More information can be found at https://roninsrobotics.com", - "website": "https://github.com/mmuratyilmaz/KAI-Pro/archive/master.zip", + "name": "Chassis", + "version": "1.3.0", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mmuratyilmaz/KAI-Pro.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mmuratyilmaz/KAI_Pro_Library-1.0.3.zip", - "archiveFileName": "KAI_Pro_Library-1.0.3.zip", - "size": 5107, - "checksum": "SHA-256:1c7ba867c63fe607701170a90bd70062e7dd27629c9f6b96542aa6b567440687" + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.3.0.zip", + "archiveFileName": "Chassis-1.3.0.zip", + "size": 63489, + "checksum": "SHA-256:9aeaa9a21f905cdb32b06ccbc0f1922bf61b79537ba9c6c4a21ec1232dabb46f" }, { - "name": "Adafruit LSM6DS", - "version": "2.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", - "category": "Sensors", + "name": "Chassis", + "version": "1.4.0", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.4.0.zip", + "archiveFileName": "Chassis-1.4.0.zip", + "size": 66805, + "checksum": "SHA-256:9f1e4c748e6e4316eb893deef8babbf551b8bb51f8d709aa816b8e71015bfe3e" + }, + { + "name": "Chassis", + "version": "1.5.0", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-2.0.0.zip", - "archiveFileName": "Adafruit_LSM6DS-2.0.0.zip", - "size": 200997, - "checksum": "SHA-256:c9f529252b344274858b1aed96830e3b69454524fa49c0c419d679aba1409d97" + "types": [ + "Contributed" + ], + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.5.0.zip", + "archiveFileName": "Chassis-1.5.0.zip", + "size": 69808, + "checksum": "SHA-256:5aaf86a95f68c61b9e4ea35d2bdbdc7c9f678d848c2e9fb96b6727851e159f36" }, { - "name": "Adafruit LSM6DS", + "name": "Chassis", + "version": "1.5.1", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.5.1.zip", + "archiveFileName": "Chassis-1.5.1.zip", + "size": 70814, + "checksum": "SHA-256:10887954fca98f46f71e5b2bef9cbdc46aabef60d22a7eb85b4f552a3bfca142" + }, + { + "name": "Chassis", + "version": "1.5.2", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.5.2.zip", + "archiveFileName": "Chassis-1.5.2.zip", + "size": 75389, + "checksum": "SHA-256:cf0d5700349449a2e1e18487f85ab0889cde7ababd0721d53486f49934f31afa" + }, + { + "name": "Chassis", + "version": "1.5.3", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.5.3.zip", + "archiveFileName": "Chassis-1.5.3.zip", + "size": 75846, + "checksum": "SHA-256:731f1979e8e8e30cc83fb14bfff2967525104ebe4a2ccafe8a14524660616b4b" + }, + { + "name": "Chassis", + "version": "1.5.4", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-1.5.4.zip", + "archiveFileName": "Chassis-1.5.4.zip", + "size": 75846, + "checksum": "SHA-256:d5c4bf72914628cbbaf93ac2dc043b001b92238239eb130eaa2362d67c751774" + }, + { + "name": "Chassis", + "version": "2.0.0", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-2.0.0.zip", + "archiveFileName": "Chassis-2.0.0.zip", + "size": 75497, + "checksum": "SHA-256:c7508b9b73f530a684119af930d48a443a22b0b1c4aa85caa4a5499c361860a3" + }, + { + "name": "Chassis", "version": "2.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", - "category": "Sensors", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-2.1.0.zip", + "archiveFileName": "Chassis-2.1.0.zip", + "size": 75570, + "checksum": "SHA-256:fc6c699e362e3fed3de4a7cc82dddfdb10a5d48d0efcba899f8d5f122d1a48fb" + }, + { + "name": "Chassis", + "version": "2.1.1", + "author": "Yoshikawa Teru", + "maintainer": "Yoshikawa Teru", + "sentence": "Chassis is a C++ library for undercarriage control in robotics.", + "paragraph": "Omni and mechanum can be automatically controlled.", + "website": "https://github.com/teruyamato0731/Chassis", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-2.1.0.zip", - "archiveFileName": "Adafruit_LSM6DS-2.1.0.zip", - "size": 204267, - "checksum": "SHA-256:b20d81e2c78696a36bc3b454825283ef978a6614c2f73ec963b37f74aa060278" + "types": [ + "Contributed" + ], + "repository": "https://github.com/teruyamato0731/Chassis.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teruyamato0731/Chassis-2.1.1.zip", + "archiveFileName": "Chassis-2.1.1.zip", + "size": 77009, + "checksum": "SHA-256:a5d4d5cb81376f1174a17207a124f90387374f8f9892bf0a16c067085279c562" }, { - "name": "Adafruit LSM6DS", - "version": "3.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "name": "XENSIV PAS CO2", + "version": "3.0.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C/C++ library for Infineon XENSIV™ PAS CO2 sensor", + "paragraph": "C/C++ library for Infineon XENSIV™ Photoacoustic Spectroscopy (PAS) CO2 miniaturized sensor", + "website": "https://github.com/Infineon/arduino-pas-co2-sensor", "category": "Sensors", "architectures": [ "*" @@ -295404,28 +752361,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": [ + "pas-co2-ino.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.0.0.zip", - "archiveFileName": "Adafruit_LSM6DS-3.0.0.zip", - "size": 204358, - "checksum": "SHA-256:9a6f6022593ff962781f52d4df47c8650cc7b7d5c788a0354ab4e2bba63901be" + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/XENSIV_PAS_CO2-3.0.1.zip", + "archiveFileName": "XENSIV_PAS_CO2-3.0.1.zip", + "size": 5677119, + "checksum": "SHA-256:650fbaaa5f78bda37bb62634eca204db317ae1e4f776eaaceebfa77e92ece10d" }, { - "name": "Adafruit LSM6DS", - "version": "3.1.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "name": "XENSIV PAS CO2", + "version": "3.0.2", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C/C++ library for Infineon XENSIV™ PAS CO2 sensor", + "paragraph": "C/C++ library for Infineon XENSIV™ Photoacoustic Spectroscopy (PAS) CO2 miniaturized sensor", + "website": "https://github.com/Infineon/arduino-pas-co2-sensor", "category": "Sensors", "architectures": [ "*" @@ -295433,28 +752385,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": [ + "pas-co2-ino.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.1.2.zip", - "archiveFileName": "Adafruit_LSM6DS-3.1.2.zip", - "size": 578025, - "checksum": "SHA-256:f5cc6c03596f7c8b37927cb9c2da3de0fa19ab88e05684b1da09d9b4a2cf1165" + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/XENSIV_PAS_CO2-3.0.2.zip", + "archiveFileName": "XENSIV_PAS_CO2-3.0.2.zip", + "size": 5677190, + "checksum": "SHA-256:2b5ea65896b3632f8c1cfc66ca45ce2162511814dd509c7c9416153ec07c797f" }, { - "name": "Adafruit LSM6DS", - "version": "3.2.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "name": "XENSIV PAS CO2", + "version": "3.1.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C/C++ library for Infineon XENSIV™ PAS CO2 sensor", + "paragraph": "C/C++ library for Infineon XENSIV™ Photoacoustic Spectroscopy (PAS) CO2 miniaturized sensor", + "website": "https://github.com/Infineon/arduino-pas-co2-sensor", "category": "Sensors", "architectures": [ "*" @@ -295462,28 +752409,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": [ + "pas-co2-ino.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.0.zip", - "archiveFileName": "Adafruit_LSM6DS-3.2.0.zip", - "size": 580406, - "checksum": "SHA-256:0d5ed2713aa09f43be46cc7a651760eaf488b57a6f3ed184b1f85216f5f9deaa" + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/XENSIV_PAS_CO2-3.1.0.zip", + "archiveFileName": "XENSIV_PAS_CO2-3.1.0.zip", + "size": 5677234, + "checksum": "SHA-256:bf694ee7829ba896a06e013861b8ea010a5984183039b902d94d4aeedb8595cc" }, { - "name": "Adafruit LSM6DS", - "version": "3.2.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", + "name": "XENSIV PAS CO2", + "version": "3.1.1", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "C/C++ library for Infineon XENSIV™ PAS CO2 sensor", + "paragraph": "C/C++ library for Infineon XENSIV™ Photoacoustic Spectroscopy (PAS) CO2 miniaturized sensor", + "website": "https://github.com/Infineon/arduino-pas-co2-sensor", "category": "Sensors", "architectures": [ "*" @@ -295491,144 +752433,249 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/Infineon/arduino-pas-co2-sensor.git", + "providesIncludes": [ + "pas-co2-ino.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.1.zip", - "archiveFileName": "Adafruit_LSM6DS-3.2.1.zip", - "size": 580420, - "checksum": "SHA-256:08233d613c13af86cf5dfed7b397bc330f6317251b6e3da05a5c70c482ded12e" + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/XENSIV_PAS_CO2-3.1.1.zip", + "archiveFileName": "XENSIV_PAS_CO2-3.1.1.zip", + "size": 5677634, + "checksum": "SHA-256:edc8daa00208b29be49f210a9541654c4ccc98c31155afa2d25ce420b9ac3817" }, { - "name": "Adafruit LSM6DS", - "version": "3.2.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", - "category": "Sensors", + "name": "ERa", + "version": "0.4.0", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.eoh.io/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-3.2.2.zip", - "archiveFileName": "Adafruit_LSM6DS-3.2.2.zip", - "size": 580399, - "checksum": "SHA-256:f0238aa3dbb5e3c7b9f49a865e3e310a66fea9e9d127a1ec2abdf4f316b48368" + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.4.0.zip", + "archiveFileName": "ERa-0.4.0.zip", + "size": 278141, + "checksum": "SHA-256:2f901bada98459ba872a81bd9e5abe6b0a0d8f0b5ab2f4c0ea6cba0db81eb6dd" }, { - "name": "Adafruit LSM6DS", - "version": "4.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", - "category": "Sensors", + "name": "ERa", + "version": "0.5.1", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.0.0.zip", - "archiveFileName": "Adafruit_LSM6DS-4.0.0.zip", - "size": 580398, - "checksum": "SHA-256:d9793715b2c21372897c82ffb0c3fc760c57dde8fbcb17b35b2bdfae256d89cd" + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.1.zip", + "archiveFileName": "ERa-0.5.1.zip", + "size": 774713, + "checksum": "SHA-256:f81f791b1a07978e54b6395a2d89909631c97c4cb7d84defd351717351c19682" }, { - "name": "Adafruit LSM6DS", - "version": "4.1.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", - "category": "Sensors", + "name": "ERa", + "version": "0.5.2", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "ERa. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.1.0.zip", - "archiveFileName": "Adafruit_LSM6DS-4.1.0.zip", - "size": 584437, - "checksum": "SHA-256:6feb06eddff220ea1de17310cb24941fd8c89aa6609423c70c6b941eeb6a2d98" + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.2.zip", + "archiveFileName": "ERa-0.5.2.zip", + "size": 774717, + "checksum": "SHA-256:4d4b188a848f359affdd0199955414afdcbcea5c0c5b9d051689bec6f2bc2e64" }, { - "name": "Adafruit LSM6DS", - "version": "4.1.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "paragraph": "Arduino library for the LSM6DS sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LSM6DS", - "category": "Sensors", + "name": "ERa", + "version": "0.5.3", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "ERa by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.3.zip", + "archiveFileName": "ERa-0.5.3.zip", + "size": 774725, + "checksum": "SHA-256:988a79b81fad89b2c494d3f0c8d02f4c39ee8bcbccb34495e8274a719d5a971a" + }, + { + "name": "ERa", + "version": "0.5.4", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "ERa by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.4.zip", + "archiveFileName": "ERa-0.5.4.zip", + "size": 777352, + "checksum": "SHA-256:e23fcbbdc351ce093e4714385b47ad2ac2ddf92de82074c65550878d91a885bb" + }, + { + "name": "ERa", + "version": "0.5.5", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "ERa by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.5.zip", + "archiveFileName": "ERa-0.5.5.zip", + "size": 777352, + "checksum": "SHA-256:523621d7949f16b3ab22526e291cbcd41841b1739df59b8bec0db76d5469c7bc" + }, + { + "name": "ERa", + "version": "0.5.6", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "ERa by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.6.zip", + "archiveFileName": "ERa-0.5.6.zip", + "size": 777837, + "checksum": "SHA-256:3643d244831bd38b889e50e1da472d22d13e57a1f3671ea442fc87a114399958" + }, + { + "name": "ERa", + "version": "0.5.7", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "ERa by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.7.zip", + "archiveFileName": "ERa-0.5.7.zip", + "size": 785295, + "checksum": "SHA-256:2d63dc763d176bdaf05062cdcb1cbbf872966165b345b797297a46672ba86c48" + }, + { + "name": "ERa", + "version": "0.5.8", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM6DS.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM6DS-4.1.1.zip", - "archiveFileName": "Adafruit_LSM6DS-4.1.1.zip", - "size": 584460, - "checksum": "SHA-256:31923270be7291d9ebeca18e82b2ae5cf04904c9ba50fc623381bbd809888b8d" + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.8.zip", + "archiveFileName": "ERa-0.5.8.zip", + "size": 790639, + "checksum": "SHA-256:9e021a8c84137c464455f2c9506333bbf063aea87ec3e0d28c75d2c485297ff0" }, { - "name": "SimpleSerialProtocol", - "version": "2.1.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Albrecht Nitsche, Jens Kabisch", - "sentence": "Library to communicate between devices connected via serial port", - "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", - "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "name": "ERa", + "version": "0.5.9", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", "category": "Communication", "architectures": [ "*" @@ -295636,20 +752683,24 @@ "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", - "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.1.0.zip", - "archiveFileName": "SimpleSerialProtocol-2.1.0.zip", - "size": 11901, - "checksum": "SHA-256:dc261fa889d59cfdfebae19303384943c733caf35db372f8fee846698dfb3215" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.5.9.zip", + "archiveFileName": "ERa-0.5.9.zip", + "size": 794017, + "checksum": "SHA-256:f26c22a75be0d97af53cca296282e605991aab1a54195cc4202192d516a6612f" }, { - "name": "SimpleSerialProtocol", - "version": "2.2.0", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Albrecht Nitsche, Jens Kabisch", - "sentence": "Library to communicate between devices connected via serial port", - "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", - "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "name": "ERa", + "version": "0.6.0", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", "category": "Communication", "architectures": [ "*" @@ -295657,20 +752708,24 @@ "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", - "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.0.zip", - "archiveFileName": "SimpleSerialProtocol-2.2.0.zip", - "size": 12943, - "checksum": "SHA-256:dd7f46502a7b4c1f2878174d333a1a92a946c7f9d726861c85873119ba227c9c" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.6.0.zip", + "archiveFileName": "ERa-0.6.0.zip", + "size": 801065, + "checksum": "SHA-256:a25a5ef6ff7717e1e6a3f971659e1840ef66b6d5d289fe07063e469906324513" }, { - "name": "SimpleSerialProtocol", - "version": "2.2.1", - "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", - "maintainer": "Albrecht Nitsche, Jens Kabisch", - "sentence": "Library for communicate between serial port enabled devices", - "paragraph": "Provides easy and robust general purpose serial communication between PC side applications and Arduino(-compatible) devices. Arduino implementation of https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-docs", - "website": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino", + "name": "ERa", + "version": "0.6.1", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", "category": "Communication", "architectures": [ "*" @@ -295678,336 +752733,374 @@ "types": [ "Contributed" ], - "repository": "https://gitlab.com/yesbotics/simple-serial-protocol/simple-serial-protocol-arduino.git", - "url": "https://downloads.arduino.cc/libraries/yesbotics/simple-serial-protocol/SimpleSerialProtocol-2.2.1.zip", - "archiveFileName": "SimpleSerialProtocol-2.2.1.zip", - "size": 13000, - "checksum": "SHA-256:5707023497d9b52365e8b65b273698e33888095066517dee8d1a8e5b112da535" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.6.1.zip", + "archiveFileName": "ERa-0.6.1.zip", + "size": 1244602, + "checksum": "SHA-256:b5c48c33a8b7056de25220608ed5d5e61f639cb278e6d20a0c2bab30e4a3266b" }, { - "name": "Effortless-SPIFFS", - "version": "1.0.0", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.6.2", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "dependencies": [ - { - "name": "ArduinoJSON" - } + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-1.0.0.zip", - "archiveFileName": "Effortless_SPIFFS-1.0.0.zip", - "size": 9285, - "checksum": "SHA-256:18031f21ca1026ae5ef17ab8c6b755118d8ca80e7a4b6a328933685f8527084a" + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.6.2.zip", + "archiveFileName": "ERa-0.6.2.zip", + "size": 1180913, + "checksum": "SHA-256:43844b8b9c6c881610d233a9aafc7ccead8e2c43f73d0c52762905b1513a5a31" }, { - "name": "Effortless-SPIFFS", - "version": "1.1.1", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.7.0", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-1.1.1.zip", - "archiveFileName": "Effortless_SPIFFS-1.1.1.zip", - "size": 9903, - "checksum": "SHA-256:3a928d077156557f9992130c542261d193101522047902ba5eb4a15be7344c91" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.7.0.zip", + "archiveFileName": "ERa-0.7.0.zip", + "size": 1213645, + "checksum": "SHA-256:0c7025d21a665ae39807aaeedec8226a533e39eefe2e929f2f9e37b6d8ff626b" }, { - "name": "Effortless-SPIFFS", - "version": "2.0.0", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.7.1", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.0.zip", - "archiveFileName": "Effortless_SPIFFS-2.0.0.zip", - "size": 11204, - "checksum": "SHA-256:fdffc95ba6f447f31bc3bcc32fc335cf152a139d6b88c76b1b657bc35f742198" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.7.1.zip", + "archiveFileName": "ERa-0.7.1.zip", + "size": 1226540, + "checksum": "SHA-256:e77f90fd9f37d29b08fc23de615dc6f417253de0d18ec68a7eaeecfd0995394e" }, { - "name": "Effortless-SPIFFS", - "version": "2.0.1", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.7.2", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.1.zip", - "archiveFileName": "Effortless_SPIFFS-2.0.1.zip", - "size": 11735, - "checksum": "SHA-256:f64baf7f12b0bf20e4f64004c622eb3ff14c97743396ef2c6e1a68bbe1aa6f0d" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.7.2.zip", + "archiveFileName": "ERa-0.7.2.zip", + "size": 1228235, + "checksum": "SHA-256:a0bb3f4f03375c44a575d963568972bf2f7202fad21e1b50618662095f85e24d" }, { - "name": "Effortless-SPIFFS", - "version": "2.0.2", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.7.3", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://github.com/thebigpotatoe/Effortless-SPIFFS", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.0.2.zip", - "archiveFileName": "Effortless_SPIFFS-2.0.2.zip", - "size": 11743, - "checksum": "SHA-256:2d8152e265a8a3b75556b01980e82aa633dbb0d86f0d954155576a7b092c21ed" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.7.3.zip", + "archiveFileName": "ERa-0.7.3.zip", + "size": 1238341, + "checksum": "SHA-256:7b5233747220be0ab9e79c0da696bd6868a68cefb2bf5cd31b8035b0829b5495" }, { - "name": "Effortless-SPIFFS", - "version": "2.1.0", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.7.4", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.0.zip", - "archiveFileName": "Effortless_SPIFFS-2.1.0.zip", - "size": 11951, - "checksum": "SHA-256:ad4f563c54b1ecb62e2aa3df7014b3c4541a23f3bb315eed50dd9d869ee81381" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.7.4.zip", + "archiveFileName": "ERa-0.7.4.zip", + "size": 1250824, + "checksum": "SHA-256:9222f51e99c7d2ec204c2185e298193afe309f8488b3d196a12559ae96ae13b0" }, { - "name": "Effortless-SPIFFS", - "version": "2.1.1", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.7.5", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.1.zip", - "archiveFileName": "Effortless_SPIFFS-2.1.1.zip", - "size": 14346, - "checksum": "SHA-256:3825f6f27cf49598d567785a1efbce566ee3e59e6831e8804f6764dd24f088b2" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.7.5.zip", + "archiveFileName": "ERa-0.7.5.zip", + "size": 1250828, + "checksum": "SHA-256:acf4afec13fd3e899048d7be3415c79d74bd999721de02080b58b73d3306ffdf" }, { - "name": "Effortless-SPIFFS", - "version": "2.1.2", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.9.0", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.2.zip", - "archiveFileName": "Effortless_SPIFFS-2.1.2.zip", - "size": 14359, - "checksum": "SHA-256:e3549947659496b39396180fb28f546dd48cf9eceea2164faac2ea60b827e6f9" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.9.0.zip", + "archiveFileName": "ERa-0.9.0.zip", + "size": 2201422, + "checksum": "SHA-256:c2253aefd2bb55502c2c8a378d489bd368f957d6e47116596eaf9565fd77d462" }, { - "name": "Effortless-SPIFFS", - "version": "2.1.3", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.9.1", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.3.zip", - "archiveFileName": "Effortless_SPIFFS-2.1.3.zip", - "size": 14364, - "checksum": "SHA-256:a51d51254a8c79575b26a76ff9d378a3e5c75851e697b4c09fe2d2f1ad83d11a" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.9.1.zip", + "archiveFileName": "ERa-0.9.1.zip", + "size": 2201462, + "checksum": "SHA-256:c5b5c991336f2743a53095fd3b0930ceb4092d46999f164f0e85b26cda8d4147" }, { - "name": "Effortless-SPIFFS", - "version": "2.1.4", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", + "name": "ERa", + "version": "0.9.2", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A class designed to make reading and storing data on the ESP8266 and ESP32 effortless.", - "paragraph": "Supports all basic types plus String, std::string, and ArduinoJSON.", - "website": "https://thebigpotatoe.github.io/Effortless-SPIFFS/", - "category": "Data Storage", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/thebigpotatoe/Effortless-SPIFFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Effortless_SPIFFS-2.1.4.zip", - "archiveFileName": "Effortless_SPIFFS-2.1.4.zip", - "size": 14358, - "checksum": "SHA-256:023aad6f733d2466f7bf21e96c67bbc30f7188810c403e03218e07d082f927eb" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-0.9.2.zip", + "archiveFileName": "ERa-0.9.2.zip", + "size": 2201943, + "checksum": "SHA-256:2c1aa38341839596cf064a8236a7dcc137010c88045720ddb5d628235f4bf828" }, { - "name": "DataSeriesPod", + "name": "ERa", "version": "1.0.0", - "author": "Michael Matus \u003cmichael@matus.at\u003e", - "maintainer": "Michael Matus \u003cmichael@matus.at\u003e", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", "license": "MIT", - "sentence": "A simple Arduino data logging library", - "paragraph": "This library provides basic functionality for recording and processing data values. It is typically used for preprocessing and data reduction of frequently arriving sensor data. Check out the GitHub repository for a comprehensive documentation.", - "website": "https://github.com/matusm/Arduino-DataSeriesPod", - "category": "Data Processing", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/matusm/Arduino-DataSeriesPod.git", - "url": "https://downloads.arduino.cc/libraries/github.com/matusm/DataSeriesPod-1.0.0.zip", - "archiveFileName": "DataSeriesPod-1.0.0.zip", - "size": 7045, - "checksum": "SHA-256:4c5765fb4b2488bc877d92086b28019159f7c0256a9e4baa59b830bb72a96908" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-1.0.0.zip", + "archiveFileName": "ERa-1.0.0.zip", + "size": 2356497, + "checksum": "SHA-256:2fa1e5945f1b4b270e18fbddffa4548fcd08f1b3d31c6e68d931a219f0bd6aea" }, { - "name": "iBit_Arduino", - "version": "0.5.0", - "author": "Pakpoom Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", - "maintainer": "Pakpoom Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", - "sentence": "A control library for iBit Board.", - "paragraph": "This library easy to read input and control output on iBit Board.", - "website": "https://github.com/jcubuntu/iBit_Arduino", - "category": "Signal Input/Output", + "name": "ERa", + "version": "1.0.1", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "nRF5" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jcubuntu/iBit_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-0.5.0.zip", - "archiveFileName": "iBit_Arduino-0.5.0.zip", - "size": 9710, - "checksum": "SHA-256:b3bbe82b15dfd2e817a430f902d0108bfacbf2a3d00ad6396f18fee20f706f49" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-1.0.1.zip", + "archiveFileName": "ERa-1.0.1.zip", + "size": 2356601, + "checksum": "SHA-256:5781637e0b8c518f74611ef54a43931c10c038047d250dec9da7674ba4696201" }, { - "name": "iBit_Arduino", - "version": "1.0.1", - "author": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", - "maintainer": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", - "sentence": "A control library for iBit Board.", - "paragraph": "This library easy to read input and control output on iBit Board.", - "website": "https://github.com/jcubuntu/iBit_Arduino", - "category": "Signal Input/Output", + "name": "ERa", + "version": "1.0.2", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "nRF5" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jcubuntu/iBit_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-1.0.1.zip", - "archiveFileName": "iBit_Arduino-1.0.1.zip", - "size": 9710, - "checksum": "SHA-256:04845165f3e5bec8a27f87e38290443262800a63c05b935d9a4897a2ebea576d" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-1.0.2.zip", + "archiveFileName": "ERa-1.0.2.zip", + "size": 2363167, + "checksum": "SHA-256:5d2efebb2b167232ca72fdf855a369e797ad53cf1b187f2081a710f7b85767cc" }, { - "name": "iBit_Arduino", - "version": "1.0.2", - "author": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", - "maintainer": "Phuwasit Eiamsouyngam \u003cjcubuntu@yahoo.com\u003e", - "sentence": "A control library for iBit Board.", - "paragraph": "This library easy to read input and control output on iBit Board.", - "website": "https://github.com/jcubuntu/iBit_Arduino", - "category": "Signal Input/Output", + "name": "ERa", + "version": "1.1.0", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", + "category": "Communication", "architectures": [ - "nRF5" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jcubuntu/iBit_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/iBit_Arduino-1.0.2.zip", - "archiveFileName": "iBit_Arduino-1.0.2.zip", - "size": 9718, - "checksum": "SHA-256:72539875696ada34817a87b59dc61a57b55c288147be18788c7480a03db1f8aa" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-1.1.0.zip", + "archiveFileName": "ERa-1.1.0.zip", + "size": 2390091, + "checksum": "SHA-256:c915b639a579e22808726f17fd3d32a9f4ecd17895914a0fd2afe576d788407f" }, { - "name": "J1850 VPW Arduino Transceiver Library", - "version": "0.0.1", - "author": "Steve Matafonov", - "maintainer": "Steve Matafonov", - "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", - "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", - "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "name": "ERa", + "version": "1.1.1", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", "category": "Communication", "architectures": [ "*" @@ -296015,215 +753108,242 @@ "types": [ "Contributed" ], - "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-0.0.1.zip", - "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-0.0.1.zip", - "size": 44578, - "checksum": "SHA-256:09e95b0d309e6317116f368f1efea926496d3a5064c47aecc188c008c057d142" + "repository": "https://github.com/eoh-jsc/era-lib.git", + "providesIncludes": [ + "ERa.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-1.1.1.zip", + "archiveFileName": "ERa-1.1.1.zip", + "size": 2390334, + "checksum": "SHA-256:e190c58cae3d3b12cb69e30bd9f0fbe03df4fc05926aa9702244b6749a1bdfa1" }, { - "name": "J1850 VPW Arduino Transceiver Library", - "version": "1.0.0", - "author": "Steve Matafonov", - "maintainer": "Steve Matafonov", - "sentence": "Arduino library for J1850-VPW-Arduino-Transceiver", - "paragraph": "Arduino library for J1850-VPW-Arduino-Transceiver", - "website": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library", + "name": "ERa", + "version": "1.1.2", + "author": "EoH Ltd", + "maintainer": "EoH Ltd \u003cinfo@eoh.io\u003e", + "license": "MIT", + "sentence": "E-Ra by EoH. An IoT Market Enabler!", + "paragraph": "It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...", + "website": "https://e-ra.io", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/matafonoff/J1850-VPW-Arduino-Transceiver-Library.git", + "repository": "https://github.com/eoh-jsc/era-lib.git", "providesIncludes": [ - "j1850vpw.h" + "ERa.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/matafonoff/J1850_VPW_Arduino_Transceiver_Library-1.0.0.zip", - "archiveFileName": "J1850_VPW_Arduino_Transceiver_Library-1.0.0.zip", - "size": 48959, - "checksum": "SHA-256:4130dcb739010546614356782067e7df1e8b4056545b8c02663be18f8dd25d56" + "url": "https://downloads.arduino.cc/libraries/github.com/eoh-jsc/ERa-1.1.2.zip", + "archiveFileName": "ERa-1.1.2.zip", + "size": 2394724, + "checksum": "SHA-256:91dfddd3196789171eb398f97978fd556e2a74c12ec0965a79d9cb7e3a104c89" }, { - "name": "ESP32-imgur-uploader", - "version": "1.0.0", - "author": "tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "imgur.com Image uploader", - "paragraph": "Publish an image to imgur.com using their v3 API.", - "website": "https://github.com/tobozo/ImgurUploader/", - "category": "Uncategorized", + "name": "OSS-EC_TDK_CHS-UPS_UPR_UGS_UGR_00000057", + "version": "1.0.1", + "author": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "maintainer": "RLL-Blue-Dragon \u003ceast-sea.blue-dragon@oss-ec.com\u003e", + "sentence": "TDK CHS-UPS, CHS-UPR, CHS-UGS, CHS-UGR Humidity Sensor Library.", + "paragraph": "Number of Components:Single, Calculation:Floating-point, Moving average filter:Select Non SMA EMA WMA, Diagnosis:Range Min to Max", + "website": "https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-UPS_UPR_UGS_UGR_00000057", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ImgurUploader.git", - "providesIncludes": [ - "ImgurUploader.h" - ], + "repository": "https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-UPS_UPR_UGS_UGR_00000057.git", "dependencies": [ { - "name": "ArduinoJSON" + "name": "analogReference analogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.0.zip", - "archiveFileName": "ESP32_imgur_uploader-1.0.0.zip", - "size": 380953, - "checksum": "SHA-256:41eabf8ed71a91de0c714aa53f2102482294c821c21b2f08923f6750f367999b" + "url": "https://downloads.arduino.cc/libraries/github.com/RLL-Blue-Dragon/OSS_EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057-1.0.1.zip", + "archiveFileName": "OSS_EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057-1.0.1.zip", + "size": 1546573, + "checksum": "SHA-256:b9d9cc01f96f09184decf23410f8b49ee364e4a72181c8148d86769ea49b9f79" }, { - "name": "ESP32-imgur-uploader", - "version": "1.0.1", - "author": "tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "imgur.com Image/Video uploader", - "paragraph": "Publish an image or video to imgur.com using their v3 API.", - "website": "https://github.com/tobozo/ImgurUploader/", - "category": "Uncategorized", + "name": "DHT22", + "version": "1.0.0", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "library for digital DHT22 sensor , without use of pointer", + "paragraph": "humidity and temperature, 1-wire only data", + "website": "https://github.com/dvarrel/DHT22.git", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ImgurUploader.git", + "repository": "https://github.com/dvarrel/DHT22.git", "providesIncludes": [ - "ImgurUploader.h" - ], - "dependencies": [ - { - "name": "ArduinoJSON" - } + "DHT22.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.1.zip", - "archiveFileName": "ESP32_imgur_uploader-1.0.1.zip", - "size": 381349, - "checksum": "SHA-256:28de48acf6f4d719a3f590608769e07e210c7779b736033ed5e9bf1dacd28278" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/DHT22-1.0.0.zip", + "archiveFileName": "DHT22-1.0.0.zip", + "size": 257982, + "checksum": "SHA-256:5a8862325e6b789c21d6de97608e7f22b694ffa4a909d849f6f7293b3f32684a" }, { - "name": "ESP32-imgur-uploader", - "version": "1.0.2", - "author": "tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "imgur.com Image/Video uploader", - "paragraph": "Publish an image or video to imgur.com using their v3 API.", - "website": "https://github.com/tobozo/ImgurUploader/", - "category": "Uncategorized", + "name": "DHT22", + "version": "1.0.1", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "humidity and temperature, 1-wire only", + "paragraph": "library for digital DHT22 sensor , without use of pointer", + "website": "https://github.com/dvarrel/DHT22.git", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ImgurUploader.git", + "repository": "https://github.com/dvarrel/DHT22.git", "providesIncludes": [ - "ImgurUploader.h" - ], - "dependencies": [ - { - "name": "ArduinoJSON" - } + "DHT22.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_imgur_uploader-1.0.2.zip", - "archiveFileName": "ESP32_imgur_uploader-1.0.2.zip", - "size": 381384, - "checksum": "SHA-256:0868f25e3c3a0fbc16e71fd3881c5f8353dffaec5eec9bfcae8d07b97c209921" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/DHT22-1.0.1.zip", + "archiveFileName": "DHT22-1.0.1.zip", + "size": 257990, + "checksum": "SHA-256:30c2ebfe008bfc7f01e34370b5d68f8c46e5b378efa400d171c6814486027099" }, { - "name": "STUSB4500", - "version": "1.0.0", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "Arduino driver library for STUSB4500", - "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", - "website": "https://github.com/ardnew/STUSB4500", - "category": "Device Control", + "name": "DHT22", + "version": "1.0.2", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "humidity and temperature, 1-wire only", + "paragraph": "library for digital DHT22 sensor , without use of pointer", + "website": "https://github.com/dvarrel/DHT22.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/STUSB4500.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.0.zip", - "archiveFileName": "STUSB4500-1.0.0.zip", - "size": 17303, - "checksum": "SHA-256:61d40ce2feb61510ded8f96720ab41d7f31a685011f2a1ba3aa58859dd4e202f" + "repository": "https://github.com/dvarrel/DHT22.git", + "providesIncludes": [ + "DHT22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/DHT22-1.0.2.zip", + "archiveFileName": "DHT22-1.0.2.zip", + "size": 257984, + "checksum": "SHA-256:0479705990a05709b92f723c9661e7f6de557f0d8a94b44043ee36cffdfac950" }, { - "name": "STUSB4500", + "name": "DHT22", "version": "1.0.3", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "Arduino driver library for STUSB4500", - "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", - "website": "https://github.com/ardnew/STUSB4500", - "category": "Device Control", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "humidity and temperature, 1-wire only", + "paragraph": "library for digital DHT22 \u0026 AM2305 sensor, without use of pointer", + "website": "https://github.com/dvarrel/DHT22.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/STUSB4500.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.3.zip", - "archiveFileName": "STUSB4500-1.0.3.zip", - "size": 17586, - "checksum": "SHA-256:5b310f58c7d4aedcbf551c341e48c57013b3aa23c6e35722ac61371a05fd53bf" + "repository": "https://github.com/dvarrel/DHT22.git", + "providesIncludes": [ + "DHT22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/DHT22-1.0.3.zip", + "archiveFileName": "DHT22-1.0.3.zip", + "size": 265261, + "checksum": "SHA-256:14e0ba08d44c7f9f9904fd46a3ec0afa7a9e2724b68309b1c1e19a7550c5185f" }, { - "name": "STUSB4500", + "name": "DHT22", "version": "1.0.4", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "Arduino driver library for STUSB4500", - "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", - "website": "https://github.com/ardnew/STUSB4500", - "category": "Device Control", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "humidity and temperature, 1-wire only", + "paragraph": "library for digital DHT22 \u0026 AM2305 sensor, without use of pointer", + "website": "https://github.com/dvarrel/DHT22.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/STUSB4500.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.4.zip", - "archiveFileName": "STUSB4500-1.0.4.zip", - "size": 17707, - "checksum": "SHA-256:2a68cf43953dafbd005b6311c145908b8ad2c90bd92f8392e53ab8945c0759ed" + "repository": "https://github.com/dvarrel/DHT22.git", + "providesIncludes": [ + "DHT22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/DHT22-1.0.4.zip", + "archiveFileName": "DHT22-1.0.4.zip", + "size": 265255, + "checksum": "SHA-256:ebedc564aeaac0f6185bae1e67178498ab44535512170f35faa0fdbcc0e752c8" }, { - "name": "STUSB4500", + "name": "DHT22", "version": "1.0.5", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "Arduino driver library for STUSB4500", - "paragraph": "Arduino library for STMicroelectronics USB PD sink controller chipset STUSB4500", - "website": "https://github.com/ardnew/STUSB4500", - "category": "Device Control", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "humidity and temperature, 1-wire only", + "paragraph": "library for digital DHT22 sensor , without use of pointer", + "website": "https://github.com/dvarrel/DHT22.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/STUSB4500.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/STUSB4500-1.0.5.zip", - "archiveFileName": "STUSB4500-1.0.5.zip", - "size": 18725, - "checksum": "SHA-256:192ec519d2306d5b39b884a598438c6b9a7a0bd4b80a72ce2eecf770c01fdf40" + "repository": "https://github.com/dvarrel/DHT22.git", + "providesIncludes": [ + "DHT22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/DHT22-1.0.5.zip", + "archiveFileName": "DHT22-1.0.5.zip", + "size": 263966, + "checksum": "SHA-256:db1d7f6425bfc6fd97ea92559d8b8906345777c167a302a4ff8676cf86dc413d" }, { - "name": "ILI9341-Layout-Manager", + "name": "DHT22", + "version": "1.0.6", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "humidity and temperature, 1-wire only", + "paragraph": "library for digital DHT22 sensor , without use of pointer", + "website": "https://github.com/dvarrel/DHT22.git", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dvarrel/DHT22.git", + "providesIncludes": [ + "DHT22.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/DHT22-1.0.6.zip", + "archiveFileName": "DHT22-1.0.6.zip", + "size": 263608, + "checksum": "SHA-256:0219b9c2e12430d8ea2613a13fbe3dd21df831e16700629d99b9e8d7f2deaf0d" + }, + { + "name": "SSD1306TUR", "version": "1.0.0", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", - "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", - "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "author": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "maintainer": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "sentence": "SSD1306 oled library with Turkish alphabet!", + "paragraph": "Library has Turkish letters to write on SSD1306 oled monochrome displays and all of functionality of Adafruits Gfx library.", + "website": "https://github.com/HakkanR/SSD1306TUR", "category": "Display", "architectures": [ "*" @@ -296231,28 +753351,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "repository": "https://github.com/HakkanR/SSD1306TUR.git", "dependencies": [ { - "name": "Adafruit_ILI9341" - }, - { - "name": "XPT2046_Calibrated" + "name": "Adafruit SSD1306" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.0.zip", - "archiveFileName": "ILI9341_Layout_Manager-1.0.0.zip", - "size": 7349718, - "checksum": "SHA-256:accfa4c7753f19390c74597aaa839d84bce85516459527d45e8b8abc9b51adc9" + "url": "https://downloads.arduino.cc/libraries/github.com/HakkanR/SSD1306TUR-1.0.0.zip", + "archiveFileName": "SSD1306TUR-1.0.0.zip", + "size": 12644, + "checksum": "SHA-256:294292c5bb4f304493a8e412dda110fd1e6b1cf5092c055dc1d25515b176b85a" }, { - "name": "ILI9341-Layout-Manager", + "name": "SSD1306TUR", "version": "1.0.2", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", - "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", - "website": "https://github.com/ardnew/ILI9341-Layout-Manager", + "author": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "maintainer": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "sentence": "SSD1306 oled library with Turkish alphabet!", + "paragraph": "Library has Turkish letters to write on SSD1306 oled monochrome displays and all of functionality of Adafruits Gfx library.", + "website": "https://github.com/HakkanR/SSD1306TUR", "category": "Display", "architectures": [ "*" @@ -296260,158 +753377,227 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "repository": "https://github.com/HakkanR/SSD1306TUR.git", "dependencies": [ { - "name": "Adafruit_ILI9341" - }, - { - "name": "XPT2046_Calibrated" + "name": "Adafruit SSD1306" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.2.zip", - "archiveFileName": "ILI9341_Layout_Manager-1.0.2.zip", - "size": 7350403, - "checksum": "SHA-256:c809777b7860a36837d91045e58db073f403606644493ccb563b22e6803d3cec" + "url": "https://downloads.arduino.cc/libraries/github.com/HakkanR/SSD1306TUR-1.0.2.zip", + "archiveFileName": "SSD1306TUR-1.0.2.zip", + "size": 25957, + "checksum": "SHA-256:3f6a39c4d6f732d32a30891164a9941ec556df7eb8f6720bc348b35eba985d32" }, { - "name": "ILI9341-Layout-Manager", - "version": "1.0.3", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "A modal framework for presenting collections of data using a scaling autolayout engine for ILI9341 chipsets", - "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", - "website": "https://github.com/ardnew/ILI9341-Layout-Manager", - "category": "Display", + "name": "Dx_PWM", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM.", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM.", + "website": "https://github.com/khoih-prog/Dx_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Dx_PWM.git", + "providesIncludes": [ + "Dx_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_PWM-1.0.0.zip", + "archiveFileName": "Dx_PWM-1.0.0.zip", + "size": 771894, + "checksum": "SHA-256:face76115b2bc4a3913c74346e244d13fd0ef6be02d156e7fdafd56d473d1c80" + }, + { + "name": "Dx_PWM", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM.", + "paragraph": "The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM. Now supporting AVRDD and DxCore v1.5.1", + "website": "https://github.com/khoih-prog/Dx_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Dx_PWM.git", + "providesIncludes": [ + "Dx_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_PWM-1.1.0.zip", + "archiveFileName": "Dx_PWM-1.1.0.zip", + "size": 772619, + "checksum": "SHA-256:46e92a2b20b4a41c76d4fcdd991b3742b83ed85572aad755683013eabf686f74" + }, + { + "name": "Dx_PWM", + "version": "1.1.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "This library enables you to use Hardware-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM.", + "paragraph": "The most important feature is they are purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That is necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM. Now supporting AVRDD and DxCore v1.5.1", + "website": "https://github.com/khoih-prog/Dx_PWM", + "category": "Device Control", + "architectures": [ + "megaavr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/Dx_PWM.git", + "providesIncludes": [ + "Dx_PWM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Dx_PWM-1.1.1.zip", + "archiveFileName": "Dx_PWM-1.1.1.zip", + "size": 774438, + "checksum": "SHA-256:2f06fa449aed22fee4aba2356865fed89b1c7f19ea165f9edbcf06f9ac1417e8" + }, + { + "name": "YLEsp8266", + "version": "1.0.0", + "author": "YoupiLab Iot", + "maintainer": "YoupiLab Iot \u003csupport@iot.youpilab.com\u003e", + "sentence": "Arduino library for Esp8266.", + "paragraph": "This library for Esp8266 support request GET.", + "website": "https://github.com/YoupiLab/YLEsp8266", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "repository": "https://github.com/YoupiLab/YLEsp8266.git", + "providesIncludes": [ + "YLEsp8266.h" + ], "dependencies": [ { - "name": "Adafruit_ILI9341" - }, - { - "name": "XPT2046_Calibrated" + "name": "ArduinoHttpClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.3.zip", - "archiveFileName": "ILI9341_Layout_Manager-1.0.3.zip", - "size": 7350671, - "checksum": "SHA-256:35082b0718a7ec0c9761cf37906a8ad9001853c755f730f26c25c114fb958986" + "url": "https://downloads.arduino.cc/libraries/github.com/YoupiLab/YLEsp8266-1.0.0.zip", + "archiveFileName": "YLEsp8266-1.0.0.zip", + "size": 583452, + "checksum": "SHA-256:a8f0391332fc5410fb34240dcdb0562bcf82143094119f594b4830027f036168" }, { - "name": "ILI9341-Layout-Manager", - "version": "1.0.5", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "An autolayout engine with callback support for designing and organizing buttons, text fields, and modal windows for ILI9341 chipsets", - "paragraph": "Refer to project files on Github for up-to-date information (https://github.com/ardnew/ILI9341-Layout-Manager)", - "website": "https://github.com/ardnew/ILI9341-Layout-Manager", - "category": "Display", + "name": "SIM800_YL", + "version": "1.0.0", + "author": "YoupiLab Iot", + "maintainer": "YoupiLab Iot \u003csupport@iot.youpilab.com\u003e", + "sentence": "Arduino library for Esp8266.", + "paragraph": "This library for Esp8266 support request GET.", + "website": "https://github.com/YoupiLab/SIM800_YL", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/ILI9341-Layout-Manager.git", + "repository": "https://github.com/YoupiLab/YLSim800Lib.git", + "providesIncludes": [ + "SIM800_YL.h" + ], "dependencies": [ { - "name": "Adafruit_ILI9341" - }, - { - "name": "XPT2046_Calibrated" + "name": "ArduinoHttpClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/ILI9341_Layout_Manager-1.0.5.zip", - "archiveFileName": "ILI9341_Layout_Manager-1.0.5.zip", - "size": 7351460, - "checksum": "SHA-256:5e3df0b5004b7fddb753d29b8c0726fcc31b76aecacd452ce79f6489d764e591" + "url": "https://downloads.arduino.cc/libraries/github.com/YoupiLab/SIM800_YL-1.0.0.zip", + "archiveFileName": "SIM800_YL-1.0.0.zip", + "size": 12219, + "checksum": "SHA-256:7d3b6bcf0918647423f4837cf8320ad5f5b304bf46f0ade3f2df9cd9ca2a25d6" }, { - "name": "TSL2591MI", - "version": "0.9.0", - "author": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", - "maintainer": "Gregor Christandl \u003cchristandlg@yahoo.com\u003e", - "sentence": "A library for the Austria Microsystems TSL2591 Lux Sensor.", - "paragraph": "The library supports both the I2C (via the Wire Library) interface. Use of other I2C libraries (e.g. software I2C) is supported by inheritance.", - "website": "https://bitbucket.org/christandlg/tsl2591/", - "category": "Sensors", + "name": "MinimalLinkedList", + "version": "1.0.0", + "author": "atesin \u003catesin@gmail.com\u003e", + "maintainer": "atesin \u003catesin@gmail.com\u003e, \u003cYou?\u003e", + "sentence": "Minimal Linked List implementation for Arduino.", + "paragraph": "Absolutely minimum Linked List implementation for Arduino. Until there are other ones, this has only 3 functions with minimal code and memory footprint; useful for constrained platforms, learning and fun.", + "website": "https://gitlab.com/atesin/minimallinkedlist_arduino", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://bitbucket.org/christandlg/tsl2591mi.git", - "providesIncludes": [ - "TSL2591.h", - "Wire.h" - ], - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/christandlg/TSL2591MI-0.9.0.zip", - "archiveFileName": "TSL2591MI-0.9.0.zip", - "size": 27940, - "checksum": "SHA-256:056e8e42bbcda67eeecbc9be7a19b6482ed313ccf65e51f9d73b6f12f300a8d6" + "repository": "https://gitlab.com/atesin/minimallinkedlist_arduino.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/atesin/MinimalLinkedList-1.0.0.zip", + "archiveFileName": "MinimalLinkedList-1.0.0.zip", + "size": 24351, + "checksum": "SHA-256:9da733810a765c7810879e19e8aebdaa4b7a32e2e33583bece2aec56a534f25b" }, { - "name": "sunezy-mon", - "version": "1.0.2", - "author": "guglicap", - "maintainer": "guglicap", - "license": "MIT", - "sentence": "Arduino Library to communicate with SunEzy / Orion inverters.", - "paragraph": "You can use this library to communicate with SunEzy or Orion devices using the RS232 port.", - "website": "https://github.com/guglicap/arduino-pv", - "category": "Communication", + "name": "SimpleStack", + "version": "1.0.0", + "author": "Ahmad Shahril \u003cshah25392@gmail.com\u003e", + "maintainer": "Ahmad Shahril \u003cshah25392@gmail.com\u003e", + "sentence": "A library that enables you to create a simple stack of arbitrary datatype.", + "paragraph": "This library allows you to create a simple stack of arbitrary datatype.", + "website": "https://github.com/shah253kt/SimpleStack.git", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/guglicap/arduino-pv.git", + "repository": "https://github.com/shah253kt/SimpleStack.git", "providesIncludes": [ - "inverter.h" + "SimpleStack.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/guglicap/sunezy_mon-1.0.2.zip", - "archiveFileName": "sunezy_mon-1.0.2.zip", - "size": 10696, - "checksum": "SHA-256:c50e6eacaacd4ff749593b854035ea706972141b2d754ced4d2faca78a7696d7" + "url": "https://downloads.arduino.cc/libraries/github.com/shah253kt/SimpleStack-1.0.0.zip", + "archiveFileName": "SimpleStack-1.0.0.zip", + "size": 7024, + "checksum": "SHA-256:df331844f53394d697306810fb94b6ff486636e7f2aac7f7ee489d5d9a9f57f8" }, { - "name": "aE2", - "version": "1.0.0", - "author": "Michael Matus \u003cmichael@matus.at\u003e", - "maintainer": "Michael Matus \u003cmichael@matus.at\u003e", - "license": "MIT", - "sentence": "E+E E2-sensor library for Arduino.", - "paragraph": "This library provides an object oriented API for using thermo-hygrometric sensors by E+E. Those sensors can be connected via the propriatary E2 bus.", - "website": "https://github.com/matusm/Arduino-E2", - "category": "Sensors", + "name": "SimpleStack", + "version": "1.1.0", + "author": "Ahmad Shahril \u003cshah25392@gmail.com\u003e", + "maintainer": "Ahmad Shahril \u003cshah25392@gmail.com\u003e", + "sentence": "A library that enables you to create a simple stack of arbitrary datatype.", + "paragraph": "This library allows you to create a simple stack of arbitrary datatype.", + "website": "https://github.com/shah253kt/SimpleStack.git", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/matusm/Arduino-E2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/matusm/aE2-1.0.0.zip", - "archiveFileName": "aE2-1.0.0.zip", - "size": 6379, - "checksum": "SHA-256:c25bd111f9637cf95259cd5eb79880f116bba013e7b72d66ef6b1dc6d608ace9" + "repository": "https://github.com/shah253kt/SimpleStack.git", + "providesIncludes": [ + "SimpleStack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/shah253kt/SimpleStack-1.1.0.zip", + "archiveFileName": "SimpleStack-1.1.0.zip", + "size": 7395, + "checksum": "SHA-256:6821a096dc3c672f57bf90405a340c11f1023dd1a5c9beb8bdffd039ea0c7c56" }, { - "name": "Adafruit LIS2MDL", - "version": "2.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "name": "dht11esp8266", + "version": "1.0.10", + "author": "Adish", + "maintainer": "Adish0016", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", "category": "Sensors", "architectures": [ "*" @@ -296419,37 +753605,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "repository": "https://github.com/Adish0016/dht11esp8266new.git", "dependencies": [ { "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit LSM303 Accel" - }, - { - "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.0.0.zip", - "archiveFileName": "Adafruit_LIS2MDL-2.0.0.zip", - "size": 340602, - "checksum": "SHA-256:db27b510132592d467ee6698b7096c054cbd24a479b79f2a1aaac322304d2c69" + "url": "https://downloads.arduino.cc/libraries/github.com/Adish0016/dht11esp8266-1.0.10.zip", + "archiveFileName": "dht11esp8266-1.0.10.zip", + "size": 16891, + "checksum": "SHA-256:cd6fe026a5fbd912bc18e6f4f988d3602584fe196cf1a0abbf40d4ab37b6eaa9" }, { - "name": "Adafruit LIS2MDL", - "version": "2.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "name": "dht11esp8266examples", + "version": "1.0.10", + "author": "Adish", + "maintainer": "Adish0016", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", "category": "Sensors", "architectures": [ "*" @@ -296457,37 +753631,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "repository": "https://github.com/Adish0016/dht11esp8266examples.git", "dependencies": [ { "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit LSM303 Accel" - }, - { - "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.0.1.zip", - "archiveFileName": "Adafruit_LIS2MDL-2.0.1.zip", - "size": 340602, - "checksum": "SHA-256:91d383aa3a18b82b38201ea640d8062a07315c1b2aead8f7bef7a6a98d3d2acc" + "url": "https://downloads.arduino.cc/libraries/github.com/Adish0016/dht11esp8266examples-1.0.10.zip", + "archiveFileName": "dht11esp8266examples-1.0.10.zip", + "size": 20443, + "checksum": "SHA-256:e1ce0a65d84754693dffa8c482e09853f9277a6e1a63d8bab5991a12eac78fc4" }, { - "name": "Adafruit LIS2MDL", - "version": "2.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "name": "servodht11", + "version": "1.0.10", + "author": "Arduinoboy16", + "maintainer": "Arduinoboy16", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/Adish0016/servodht11", "category": "Sensors", "architectures": [ "*" @@ -296495,37 +753657,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "repository": "https://github.com/Adish0016/servodht11.git", "dependencies": [ { "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit LSM303 Accel" - }, - { - "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.0.zip", - "archiveFileName": "Adafruit_LIS2MDL-2.1.0.zip", - "size": 341058, - "checksum": "SHA-256:f89dc4bfcf120bbb05aa8c6746a23adae974cb41b1082dff787804b3eed503da" + "url": "https://downloads.arduino.cc/libraries/github.com/Adish0016/servodht11-1.0.10.zip", + "archiveFileName": "servodht11-1.0.10.zip", + "size": 18647, + "checksum": "SHA-256:74d9077d74ce26b4b0b8de69d89c91c3da11d740508037bf661cc2b8a707ce60" }, { - "name": "Adafruit LIS2MDL", - "version": "2.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "website": "https://github.com/adafruit/Adafruit_LIS2MDL", + "name": "DHT118266", + "version": "1.0.16", + "author": "AMD16", + "maintainer": "AMD16", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", "category": "Sensors", "architectures": [ "*" @@ -296533,683 +753683,673 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", + "repository": "https://github.com/Adish0016/DHT118266.git", "dependencies": [ { "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit LSM303 Accel" - }, - { - "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.1.zip", - "archiveFileName": "Adafruit_LIS2MDL-2.1.1.zip", - "size": 341022, - "checksum": "SHA-256:25bdecf8c2c87092cc4c7756b1ab00e76771982e33a403bee39760d1256cd4d9" + "url": "https://downloads.arduino.cc/libraries/github.com/Adish0016/DHT118266-1.0.16.zip", + "archiveFileName": "DHT118266-1.0.16.zip", + "size": 18615, + "checksum": "SHA-256:317364483b67f1acc880e0b4fcc73b50f5b11b1e8fdea1e9d60f89f20dfd45fd" }, { - "name": "Adafruit LIS2MDL", - "version": "2.1.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "website": "https://github.com/adafruit/Adafruit_LIS2MDL", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.0.0", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit LSM303 Accel" - }, - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.2.zip", - "archiveFileName": "Adafruit_LIS2MDL-2.1.2.zip", - "size": 341079, - "checksum": "SHA-256:68b3bea238e08ed7c2993aa2e63282a49e29bc524b96c5bcda32cbc5fd580a41" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.0.zip", + "archiveFileName": "EloquentEsp32cam-1.0.0.zip", + "size": 58850, + "checksum": "SHA-256:fd9577e4b985177a3b63a45e9a429642894bb72b55361d5855a78531880f675a" }, { - "name": "Adafruit LIS2MDL", - "version": "2.1.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LIS2MDL Breakout", - "website": "https://github.com/adafruit/Adafruit_LIS2MDL", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.0.1", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS2MDL.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit LSM303 Accel" - }, - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS2MDL-2.1.3.zip", - "archiveFileName": "Adafruit_LIS2MDL-2.1.3.zip", - "size": 341195, - "checksum": "SHA-256:c83f1babe5a8c99356537ff83f322fd8c459144fd4251fa4f0c6f4e83e3522df" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.1.zip", + "archiveFileName": "EloquentEsp32cam-1.0.1.zip", + "size": 72849, + "checksum": "SHA-256:926ab06bd6fdb2c31b0cd610a2d391f525612a9e642990a100e5dc16a93718e3" }, { - "name": "jsonlib", - "version": "0.1.1", - "author": "Justin Shaw wyojustin@gmail.com", - "maintainer": "Justin Shaw wyojustin@gmail.com", - "sentence": "A simple JSON parsing library.", - "paragraph": "This library is intended to be a light weight alternative to ArduinoJson.", - "website": "https://github.com/wyolum/jsonlib", - "category": "Communication", + "name": "EloquentEsp32cam", + "version": "1.0.2", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wyolum/jsonlib.git", + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", "providesIncludes": [ - "jsonlib.h" + "esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wyolum/jsonlib-0.1.1.zip", - "archiveFileName": "jsonlib-0.1.1.zip", - "size": 13545, - "checksum": "SHA-256:1cebe74671150e1efca88a6c10f3cd41c90b68bc754a132dbfb86cf79a6b9683" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.2.zip", + "archiveFileName": "EloquentEsp32cam-1.0.2.zip", + "size": 80107, + "checksum": "SHA-256:c2ae383ac879209605048c2545d17a50d9ba8b5f65ecda9d258211dd81f7461e" }, { - "name": "BasicTinkering", - "version": "1.0.0", - "author": "snototter \u003cmuspellr@gmail.com\u003e", - "maintainer": "snototter \u003cmuspellr@gmail.com\u003e", - "sentence": "A collection of wrapper classes for commonly used electronic components.", - "paragraph": "Supports: buttons, LED control (incl. blinking \u0026 dimming), digital tubes, etc.", - "website": "https://github.com/snototter/BasicTinkering", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.0.3", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/snototter/BasicTinkering.git", + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", "providesIncludes": [ - "BtButton.h", - "BtLED.h", - "BtPotentiometer.h", - "BtSevenSegmentDisplay.h", - "BtStopWatch.h" + "esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/snototter/BasicTinkering-1.0.0.zip", - "archiveFileName": "BasicTinkering-1.0.0.zip", - "size": 16953, - "checksum": "SHA-256:ce316973e69ec405630192488c7e597818c82a5056dff074afd8fbf7774a2c59" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.3.zip", + "archiveFileName": "EloquentEsp32cam-1.0.3.zip", + "size": 85810, + "checksum": "SHA-256:7a49802b8f14f7bd16da39df24bfa430bc6a3cbf08b86641c8b65d9e9844bfce" }, { - "name": "Melopero LSM9DS1", - "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", - "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", - "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.0.4", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.0.zip", - "archiveFileName": "Melopero_LSM9DS1-1.0.0.zip", - "size": 17785, - "checksum": "SHA-256:85d459c1a8d1227418b850ee7b473be6e843c6690828ea0d734f96cb1c498a30" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.4.zip", + "archiveFileName": "EloquentEsp32cam-1.0.4.zip", + "size": 90134, + "checksum": "SHA-256:116836561046375618bb6a27a6707ab8cc0e250e810737aea9abcd96662c265a" }, { - "name": "Melopero LSM9DS1", - "version": "1.0.1", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", - "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", - "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.0.5", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.1.zip", - "archiveFileName": "Melopero_LSM9DS1-1.0.1.zip", - "size": 21132, - "checksum": "SHA-256:63c9418354f3f5d350502ca332e8c76bb11a5ddc0972a6ff65a9c3e487565e78" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.5.zip", + "archiveFileName": "EloquentEsp32cam-1.0.5.zip", + "size": 94853, + "checksum": "SHA-256:2cac7ef9adab146db9365179415e06eda3d25822c527f41580db4beeed198382" }, { - "name": "Melopero LSM9DS1", - "version": "1.0.2", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the LSM9DS1 9-DOF IMU.", - "paragraph": "This library allows an Arduino board to communicate with the LSM9DS1 sensor via SPI or I2C for reading the accelerometer, gyroscope and magnetometer data. Accelerometer / gyroscope and magnetometer interrupts are supported.", - "website": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.0.6", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_LSM9DS1_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_LSM9DS1-1.0.2.zip", - "archiveFileName": "Melopero_LSM9DS1-1.0.2.zip", - "size": 192492, - "checksum": "SHA-256:6a073e6e0c01079a8706d57b40b20488698be256dbde80fb3fd0ead064acc216" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.6.zip", + "archiveFileName": "EloquentEsp32cam-1.0.6.zip", + "size": 96238, + "checksum": "SHA-256:9f449d05ee444e883718bd601026653d10d33c48227fb3c487755fad2ff4490d" }, { - "name": "OLED_SSD1306_Chart", - "version": "1.0.0", - "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", - "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", - "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "1.0.7", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", - "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.0.0.zip", - "archiveFileName": "OLED_SSD1306_Chart-1.0.0.zip", - "size": 9117, - "checksum": "SHA-256:20e3aefd2516c0f7f40998a8afcaaa91932e302381d9ccfab00f856897adb4fe" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.7.zip", + "archiveFileName": "EloquentEsp32cam-1.0.7.zip", + "size": 103447, + "checksum": "SHA-256:9ddd161ae9a9c49ad3df816f6e15139f697f17eb0de3644b2b51c30336261902" }, { - "name": "OLED_SSD1306_Chart", - "version": "1.1.0", - "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", - "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", - "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "1.0.8", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", - "dependencies": [ - { - "name": "Adafruit_SSD1306" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.1.0.zip", - "archiveFileName": "OLED_SSD1306_Chart-1.1.0.zip", - "size": 889257, - "checksum": "SHA-256:0608b38e55d0ea4ffaf33d5bc746bae2300845d1f5e89aafb71e992e95ebec25" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.8.zip", + "archiveFileName": "EloquentEsp32cam-1.0.8.zip", + "size": 103795, + "checksum": "SHA-256:eac3836ba13bfdfc15537a05a103481ea5d6aba6ff2617359492fb1c5f74c8fa" }, { - "name": "OLED_SSD1306_Chart", - "version": "1.2.0", - "author": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "maintainer": "José Gabriel Companioni Benítez (elC0mpa) \u003cgcompanionib@gmail.com\u003e", - "sentence": "Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers.", - "paragraph": "This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities.", - "website": "https://github.com/elC0mpa/OLED_SSD1306_Chart/", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "1.0.9", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elC0mpa/OLED_SSD1306_Chart.git", - "dependencies": [ - { - "name": "Adafruit_SSD1306" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/elC0mpa/OLED_SSD1306_Chart-1.2.0.zip", - "archiveFileName": "OLED_SSD1306_Chart-1.2.0.zip", - "size": 3861595, - "checksum": "SHA-256:225dd6a40e6e84d9587cf3fd41c04c912e5d0f30848bd78407e4717eae83d2f1" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.9.zip", + "archiveFileName": "EloquentEsp32cam-1.0.9.zip", + "size": 125526, + "checksum": "SHA-256:36342e590221c24af3587a211c0bcaa2e3b30cbf93d9d1b10d8e99a6f620554a" }, { - "name": "SoilSensor", - "version": "1.2.0", - "author": "podija", - "maintainer": "podija \u003cpodija@adafruit.com\u003e", - "sentence": "Arduino library for HARDWARIO Soil Sensor.", - "paragraph": "This sensor allow to measure soil moisture and temperature.", - "website": "https://github.com/bigclownlabs/SoilSensor", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.0.10", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.10.zip", + "archiveFileName": "EloquentEsp32cam-1.0.10.zip", + "size": 129728, + "checksum": "SHA-256:109d68920e5fe2988a351f316e21de041b8d67f220c3796949fc59fd0934dc0a" + }, + { + "name": "EloquentEsp32cam", + "version": "1.0.11", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bigclownlabs/SoilSensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bigclownlabs/SoilSensor-1.2.0.zip", - "archiveFileName": "SoilSensor-1.2.0.zip", - "size": 10413, - "checksum": "SHA-256:51bbaa4dcc2a158ab52af38725e81dbdacdddb1b55297bacb49870582c8bbe98" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.11.zip", + "archiveFileName": "EloquentEsp32cam-1.0.11.zip", + "size": 137182, + "checksum": "SHA-256:7ca64f1a940f74a5cfd63655ee4e206a6dc8daeaeb9be984636cfd7e1cc662c0" }, { - "name": "ACS-M1128", - "version": "2.2.1-b2", - "author": "SAM Element \u003cdeveloper@samelement.com\u003e", - "maintainer": "Benny \u003cbenny@samelement.com\u003e, Daniel \u003cdaniel@samelement.com\u003e", - "sentence": "ACS-M1128 SAM Element IoT WiFi Connectivity", - "paragraph": "Arduino Library for SAM Element IoT WiFi Connectivity", - "website": "https://github.com/samelement/ACS-M1128", - "category": "Communication", + "name": "EloquentEsp32cam", + "version": "1.0.12", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/samelement/ACS-M1128.git", - "url": "https://downloads.arduino.cc/libraries/github.com/samelement/ACS_M1128-2.2.1-b2.zip", - "archiveFileName": "ACS_M1128-2.2.1-b2.zip", - "size": 916274, - "checksum": "SHA-256:c97bdbf3c770e35587fdbe9bab8f6ec3d1ad6803ae9dbbfefa77141071819daa" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.0.12.zip", + "archiveFileName": "EloquentEsp32cam-1.0.12.zip", + "size": 139492, + "checksum": "SHA-256:955e2a82f346064d93a01a48dc58d638f40e5879718fed0e2c58af13c1f077d1" }, { - "name": "Nova_SDS011 Sensor Library", - "version": "0.1.0", - "author": "R.Orecki", - "maintainer": "R.Orecki", - "sentence": "Nova SDS011 dust sensor library", - "paragraph": "Arduino library for driving Nova Fitness Co.,Ltd. SDS011 dust sensor. Written according to Laser Dust Sensor Control Protocol V1.3", - "website": "https://github.com/Silvan85/Nova_SDS011", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "1.1.0", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ - "esp8266", - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Silvan85/Nova_SDS011.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Silvan85/Nova_SDS011_Sensor_Library-0.1.0.zip", - "archiveFileName": "Nova_SDS011_Sensor_Library-0.1.0.zip", - "size": 555705, - "checksum": "SHA-256:3e84291565329670b0f71181858d454489c8084acb5d1b7741c974aa80f60542" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.1.0.zip", + "archiveFileName": "EloquentEsp32cam-1.1.0.zip", + "size": 151255, + "checksum": "SHA-256:12aee91c7ef1cfe1dfd44f9e484b68a1834dd5270da8f33106fe37e5f6926ddd" }, { - "name": "SparkFun HyperDisplay", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays", - "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", - "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", - "category": "Device Control", + "name": "EloquentEsp32cam", + "version": "1.1.1", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-1.0.3.zip", - "archiveFileName": "SparkFun_HyperDisplay-1.0.3.zip", - "size": 55390, - "checksum": "SHA-256:a69b3959dea936b65875e8ceccc5ad591e7c7d4ca7b21ad7a6a2e02af5e2f112" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.1.1.zip", + "archiveFileName": "EloquentEsp32cam-1.1.1.zip", + "size": 154550, + "checksum": "SHA-256:f53d6401b82b380b0fce9d014354cd96eda72a394c5ad1aba8f00513c43a74e7" }, { - "name": "SparkFun HyperDisplay", - "version": "2.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays", - "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", - "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", - "category": "Device Control", + "name": "EloquentEsp32cam", + "version": "1.1.2", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-2.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay-2.0.0.zip", - "size": 55390, - "checksum": "SHA-256:65fc3fda092ed263fde1915b81f458ade6d87a078d9b9055835a36e4e3f0b73f" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-1.1.2.zip", + "archiveFileName": "EloquentEsp32cam-1.1.2.zip", + "size": 159981, + "checksum": "SHA-256:d1fb708c21f576ded5f6597f6fc985cdd2ea723680edcccd8d1c9f9cc5fbcdf6" }, { - "name": "SparkFun HyperDisplay", + "name": "EloquentEsp32cam", "version": "2.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays", - "paragraph": "This is an abstract display library that makes it easy to get new displays up and running quickly with a full set of drawing and printing functions with multi-window support. This library is relatively flexible allowing for the user to use a completely custom color definition and override default implementations for printing. All that is needed to make a display work is to provide the interface to draw one pixel to the display, and instruct the library how to handle your custom color type. Increased efficiency can be obtained by overriding additional drawing functions.", - "website": "https://github.com/sparkfun/SparkFun_HyperDisplay", - "category": "Device Control", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_HyperDisplay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay-2.0.1.zip", - "archiveFileName": "SparkFun_HyperDisplay-2.0.1.zip", - "size": 62127, - "checksum": "SHA-256:e767a75bd0252850991f562753a758cb1154aa6bd0374dfd7c82ac94996ed1c1" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32camera.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.1.zip", + "archiveFileName": "EloquentEsp32cam-2.0.1.zip", + "size": 129142, + "checksum": "SHA-256:c5e1e87dafcd9a550141360c6e6c190931072d67c2b36aec879fbded8a4af25e" }, { - "name": "SparkFun HyperDisplay ILI9163C", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "ILI9163C extension for HyperDisplay", - "paragraph": "This library is a mid-level interface between displays that use an ILI9163 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", - "website": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "2.0.2", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "esp32camera.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9163C-1.0.1.zip", - "archiveFileName": "SparkFun_HyperDisplay_ILI9163C-1.0.1.zip", - "size": 24709, - "checksum": "SHA-256:d35dd088ed6160543ab066ddc8817de6af5e26669dd8a9d909fdf3f3f7bd5b6b" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.2.zip", + "archiveFileName": "EloquentEsp32cam-2.0.2.zip", + "size": 131449, + "checksum": "SHA-256:645ba731e5947fe33082acdaf61220354487e9c9f534244844f25b47fe614b41" }, { - "name": "SparkFun HyperDisplay ILI9163C", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "ILI9163C extension for HyperDisplay", - "paragraph": "This library is a mid-level interface between displays that use an ILI9163 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", - "website": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "2.0.3", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_ILI9163C_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9163C-1.0.2.zip", - "archiveFileName": "SparkFun_HyperDisplay_ILI9163C-1.0.2.zip", - "size": 25031, - "checksum": "SHA-256:3af7ae97e5a8b2c56ab93e3cbf2b469bd4ffdfc664acd1d79478fbc9df64b0cc" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.3.zip", + "archiveFileName": "EloquentEsp32cam-2.0.3.zip", + "size": 131451, + "checksum": "SHA-256:ecf929203c3fcddc7717396a41585ae162197066482ed82f2f5e51c824cee244" }, { - "name": "SparkFun HyperDisplay SSD1309", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", - "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", - "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", - "category": "Device Control", + "name": "EloquentEsp32cam", + "version": "2.0.4", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.0.1.zip", - "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.0.1.zip", - "size": 50938, - "checksum": "SHA-256:d5465fd35d34a975b3bf739b7f92b43c4d98ee63c8a3cd284b099235e8d95d0a" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.4.zip", + "archiveFileName": "EloquentEsp32cam-2.0.4.zip", + "size": 138834, + "checksum": "SHA-256:573b7c65782be9592723c48ef2a4caf2a8e2149ca74bf190ef667bf9316c0130" }, { - "name": "SparkFun HyperDisplay SSD1309", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", - "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", - "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", - "category": "Device Control", + "name": "EloquentEsp32cam", + "version": "2.0.5", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.1.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.1.0.zip", - "size": 51018, - "checksum": "SHA-256:911adcd48db2a926479c64b1165e359de9bf4f1e0e4ce3db3f0569d4f17aa0b3" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.5.zip", + "archiveFileName": "EloquentEsp32cam-2.0.5.zip", + "size": 148581, + "checksum": "SHA-256:c78e81684990874b86e5156380d9a67d74c5eca13a57e96cb0187bd9e078b5e1" }, { - "name": "SparkFun HyperDisplay SSD1309", - "version": "1.1.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Standardized library for control of displays using the SSD1309 driver IC.", - "paragraph": "An extension of HyperDisplay for the SSD1309, SPI and I2C class stubs are provided, and extension to custom interfaces is encouraged. For a complete solution also download a end-point library that depends on this library.", - "website": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary", - "category": "Device Control", + "name": "EloquentEsp32cam", + "version": "2.0.6", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_SSD1309_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_SSD1309-1.1.1.zip", - "archiveFileName": "SparkFun_HyperDisplay_SSD1309-1.1.1.zip", - "size": 51631, - "checksum": "SHA-256:e5495eadc701384072cdd926f4e94b6f242b9124fea01ecfcd7fcb24ca3e5416" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.6.zip", + "archiveFileName": "EloquentEsp32cam-2.0.6.zip", + "size": 149723, + "checksum": "SHA-256:3213b13126175bb290bd1f855f482546e1714d76cf342ec61560353e095da8cd" }, { - "name": "SparkFun HyperDisplay KWH018ST01", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Control SparkFun 1.8\" TFT products using HyperDisplay", - "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 1.8\" TFT products from SparkFun. Use all the features of HyperDisplay", - "website": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "2.0.7", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_KWH018ST01_4WSPI_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay ILI9163C" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_KWH018ST01-1.0.2.zip", - "archiveFileName": "SparkFun_HyperDisplay_KWH018ST01-1.0.2.zip", - "size": 344631, - "checksum": "SHA-256:a6229790311abfae0ae214a0225f6ce041b1488defe9064766f1c9ca0301805b" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.7.zip", + "archiveFileName": "EloquentEsp32cam-2.0.7.zip", + "size": 152232, + "checksum": "SHA-256:493cba11d86b6ab2e4168c53d3c45f193f083fa64c639acd89b91c169a622674" }, { - "name": "SparkFun HyperDisplay Transparent Graphical OLED", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Control the Tranparent Graphical OLED using HyperDisplay graphics library. WiseChip UG2856KLBAG01", - "paragraph": "Provides I2C and SPI control for the Transparent Graphical OLED. An extension of the SparkFun SSD1309 HyperDisplay Arduino Library, this is a end-user library that is ready to go as long as SSD1309 and HyperDisplay libraries are installed.", - "website": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "2.0.8", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay SSD1309" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.0.2.zip", - "archiveFileName": "SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.0.2.zip", - "size": 438078, - "checksum": "SHA-256:f3de5b7f887b8915e686e9183b454cb079ae5e5ac597967ae46816f45e5f579b" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.8.zip", + "archiveFileName": "EloquentEsp32cam-2.0.8.zip", + "size": 152231, + "checksum": "SHA-256:83030fe47b1ab3a1adb046a069cb9347075263b6b02997868749a44e18a590da" }, { - "name": "SparkFun HyperDisplay Transparent Graphical OLED", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Control the Tranparent Graphical OLED using HyperDisplay graphics library. WiseChip UG2856KLBAG01", - "paragraph": "Provides I2C and SPI control for the Transparent Graphical OLED. An extension of the SparkFun SSD1309 HyperDisplay Arduino Library, this is a end-user library that is ready to go as long as SSD1309 and HyperDisplay libraries are installed.", - "website": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary", - "category": "Display", + "name": "EloquentEsp32cam", + "version": "2.0.9", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_UG2856KLBAG01_ArduinoLibrary.git", - "dependencies": [ - { - "name": "SparkFun HyperDisplay SSD1309" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.1.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_Transparent_Graphical_OLED-1.1.0.zip", - "size": 440264, - "checksum": "SHA-256:3a90bf8d45dfb365b97788d6de5cd99ccbd30878fbaa24e15f0a8e8638654ec6" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.0.9.zip", + "archiveFileName": "EloquentEsp32cam-2.0.9.zip", + "size": 154568, + "checksum": "SHA-256:d5bd2b07e7aea1d5ea1d1b183f0ff8a0aa5e2856fe909dd8d744eadece1c5ec1" }, { - "name": "PCA9634 library", - "version": "1.0.0", - "author": "Marco Mojana", - "maintainer": "Marco Mojana \u003cm.mojana@gmail.com\u003e", - "sentence": "A library for the PCA9634 8-bit Fm+ I2C-bus LED driver.", - "paragraph": "This library gives access to all the chip features with a simple interface.", - "website": "https://github.com/mmojana/pca9634-arduino-library/", - "category": "Signal Input/Output", + "name": "EloquentEsp32cam", + "version": "2.1.0", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mmojana/pca9634-arduino-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mmojana/PCA9634_library-1.0.0.zip", - "archiveFileName": "PCA9634_library-1.0.0.zip", - "size": 18077, - "checksum": "SHA-256:1201f29f95a60623bac2e152cba44b523d14af479598a855d681a4c63b816a80" + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.1.0.zip", + "archiveFileName": "EloquentEsp32cam-2.1.0.zip", + "size": 156697, + "checksum": "SHA-256:4d11e694cb4dd4850880627d51c098f4e02f614637519c0182f259d66d4f5698" }, { - "name": "Adafruit LSM303AGR Mag", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag", - "category": "Sensors", + "name": "EloquentEsp32cam", + "version": "2.2.0", + "author": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "maintainer": "Simone Salerno \u003csupport@eloquentarduino.com\u003e", + "sentence": "Use your Esp32-cam like an expert", + "paragraph": "Follow the project at eloquentarduino.com for details", + "website": "https://github.com/eloquentarduino/EloquentEsp32cam", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/eloquentarduino/EloquentEsp32cam.git", + "providesIncludes": [ + "eloquent_esp32cam.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303AGR_Mag-1.0.0.zip", - "archiveFileName": "Adafruit_LSM303AGR_Mag-1.0.0.zip", - "size": 8203, - "checksum": "SHA-256:7f95a2182ec841971f3031d838e495e5704e39e080ef876674b19cee97c8e5b7" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentEsp32cam-2.2.0.zip", + "archiveFileName": "EloquentEsp32cam-2.2.0.zip", + "size": 158198, + "checksum": "SHA-256:d541b827b8b4e7530c36797920f441b1dc202abd864a358ec3d26557353cc1d3" }, { - "name": "Adafruit LSM303AGR Mag", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag", + "name": "esp826611", + "version": "1.0.16", + "author": "AMD16", + "maintainer": "AMD16", + "sentence": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/adafruit/DHT-sensor-library", "category": "Sensors", "architectures": [ "*" @@ -297217,103 +754357,112 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag.git", + "repository": "https://github.com/Adish0016/esp826611.git", "dependencies": [ { "name": "Adafruit Unified Sensor" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303AGR_Mag-1.0.1.zip", - "archiveFileName": "Adafruit_LSM303AGR_Mag-1.0.1.zip", - "size": 10130, - "checksum": "SHA-256:55e094cc6bc0a6ee56f23f5e4456093d21afda97ca883a48edc74027e61b601d" + "url": "https://downloads.arduino.cc/libraries/github.com/Adish0016/esp826611-1.0.16.zip", + "archiveFileName": "esp826611-1.0.16.zip", + "size": 22204, + "checksum": "SHA-256:7d633997e801371c1c4b0928ea0c21797ff39ea986949fdc10af2d5e5e8995f2" }, { - "name": "Adafruit LSM303AGR Mag", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag", - "category": "Sensors", + "name": "WiFiManagerTz", + "version": "1.3.0", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A NTP/Timezone extension to @tzapu's WiFiManager", + "paragraph": "WiFiManagerTz is a plugin for @tzapu's WiFiManager, adds timezone update/preselection, DST, NTP sync and settings persistence", + "website": "https://github.com/tobozo/WiFiManagerTz", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag.git", + "repository": "https://github.com/tobozo/WiFiManagerTz.git", + "providesIncludes": [ + "WiFiManagerTz.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "WiFiManager" + }, + { + "name": "Time" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303AGR_Mag-1.0.2.zip", - "archiveFileName": "Adafruit_LSM303AGR_Mag-1.0.2.zip", - "size": 10130, - "checksum": "SHA-256:15cef99fe78bfdd3a506eb28a661ecc15a34e583fb21abcdf7bb8614a1258a17" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/WiFiManagerTz-1.3.0.zip", + "archiveFileName": "WiFiManagerTz-1.3.0.zip", + "size": 74762, + "checksum": "SHA-256:5454644e80bd17f94bdc46d78c31997cf7b150683539b7e0e5b3fb54d4f79bdc" }, { - "name": "Adafruit LSM303AGR Mag", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag", - "category": "Sensors", + "name": "WiFiManagerTz", + "version": "1.3.2", + "author": "tobozo \u003ctobozo@noreply.github.com\u003e", + "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", + "license": "MIT", + "sentence": "A NTP/Timezone extension to @tzapu's WiFiManager", + "paragraph": "WiFiManagerTz is a plugin for @tzapu's WiFiManager, adds timezone update/preselection, DST, NTP sync and settings persistence", + "website": "https://github.com/tobozo/WiFiManagerTz", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag.git", + "repository": "https://github.com/tobozo/WiFiManagerTz.git", + "providesIncludes": [ + "WiFiManagerTz.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "WiFiManager" + }, + { + "name": "Time" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303AGR_Mag-1.1.0.zip", - "archiveFileName": "Adafruit_LSM303AGR_Mag-1.1.0.zip", - "size": 10385, - "checksum": "SHA-256:8d9e7b6a2172f0c72f5aeba5e53dc2a2ccb4d3ef64b906e5beea644bdb1b72df" + "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/WiFiManagerTz-1.3.2.zip", + "archiveFileName": "WiFiManagerTz-1.3.2.zip", + "size": 75234, + "checksum": "SHA-256:b140990d0a4d985f1f7e2cedca97c98fe52ec9cc2f6f0f40bc5671539942e56f" }, { - "name": "Adafruit LSM303AGR Mag", - "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag", - "category": "Sensors", + "name": "Animation Tools", + "version": "0.6.0", + "author": "Nick Puckett \u003cinfo@puckettrand.com\u003e", + "maintainer": "Nick Puckett \u003cinfo@puckettrand.com\u003e", + "sentence": "Simplifies creating behaviours for Servos and LEDs", + "paragraph": "Simplifies creating oscillating values for movement / dimming. Also allow you to create keyframe animations trigger by code.", + "website": "hhttps://github.com/npuckett/arduinoAnimation", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303AGR_Mag-1.1.1.zip", - "archiveFileName": "Adafruit_LSM303AGR_Mag-1.1.1.zip", - "size": 10387, - "checksum": "SHA-256:880e4e2c648c859f1e3e8fc9b4b04dbb48b2cb78aea7f84d112a548bb0d02a6c" + "repository": "https://github.com/npuckett/arduinoAnimation.git", + "url": "https://downloads.arduino.cc/libraries/github.com/npuckett/Animation_Tools-0.6.0.zip", + "archiveFileName": "Animation_Tools-0.6.0.zip", + "size": 9889, + "checksum": "SHA-256:3c7d661ee58643517d6f0620bd269ac1fa78734ff187c4e32c4ec3996998746b" }, { - "name": "Adafruit LSM303AGR Mag", - "version": "1.1.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "paragraph": "Unified Magnetometer sensor driver for Adafruit's LSM303AGR Breakout", - "website": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag", + "name": "MAX31850", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the MAX31850 thermocouple temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/MAX31850", "category": "Sensors", "architectures": [ "*" @@ -297321,90 +754470,92 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LSM303AGR_Mag.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/RobTillaart/MAX31850.git", + "providesIncludes": [ + "MAX31850.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LSM303AGR_Mag-1.1.2.zip", - "archiveFileName": "Adafruit_LSM303AGR_Mag-1.1.2.zip", - "size": 11663, - "checksum": "SHA-256:8a14796a927a8811597b533916f67202e76ae3e6a8ab447ff280d285a9e2b48d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31850-0.1.1.zip", + "archiveFileName": "MAX31850-0.1.1.zip", + "size": 12180, + "checksum": "SHA-256:91dfb2d111b6fb4e3f5c4b9771465f754690f15f680da11b4f0e32416eb223d4" }, { - "name": "XPT2046_Calibrated", - "version": "1.0.0", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "XPT2046_Touchscreen-based library with 3-point calibration", - "paragraph": "Based on Paul Stoffregen's XPT2046_Touchscreen library. Adds 3-point calibration support based on a paper by Fang \u0026 Chang (Texas Instruments): http://www.ti.com/lit/an/slyt277/slyt277.pdf. See examples for usage.", - "website": "https://github.com/ardnew/XPT2046_Calibrated", - "category": "Display", + "name": "MAX31850", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the MAX31850 thermocouple temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/MAX31850", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/XPT2046_Calibrated.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/XPT2046_Calibrated-1.0.0.zip", - "archiveFileName": "XPT2046_Calibrated-1.0.0.zip", - "size": 9989, - "checksum": "SHA-256:112f93117a103f9d4a0e1d4ab740ac436da49d19cc46db8853f865a02fec5c0f" + "repository": "https://github.com/RobTillaart/MAX31850.git", + "providesIncludes": [ + "MAX31850.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31850-0.1.2.zip", + "archiveFileName": "MAX31850-0.1.2.zip", + "size": 12727, + "checksum": "SHA-256:c8ec64cf6efe4b429104014514932e31918bb1df6314cab15914e1beb475a475" }, { - "name": "XPT2046_Calibrated", - "version": "1.0.1", - "author": "ardnew \u003candrew@ardnew.com\u003e", - "maintainer": "ardnew \u003candrew@ardnew.com\u003e", - "sentence": "XPT2046_Touchscreen-based library with 3-point calibration", - "paragraph": "Based on Paul Stoffregen's XPT2046_Touchscreen library. Adds 3-point calibration support based on a paper by Fang \u0026 Chang (Texas Instruments): http://www.ti.com/lit/an/slyt277/slyt277.pdf. See examples for usage.", - "website": "https://github.com/ardnew/XPT2046_Calibrated", - "category": "Display", + "name": "MAX31850", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the MAX31850 thermocouple temperature sensor.", + "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", + "website": "https://github.com/RobTillaart/MAX31850", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ardnew/XPT2046_Calibrated.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/XPT2046_Calibrated-1.0.1.zip", - "archiveFileName": "XPT2046_Calibrated-1.0.1.zip", - "size": 12342, - "checksum": "SHA-256:51d241c699cee47f86e62442018ada721739ea013199dcffb59d60447401040e" + "repository": "https://github.com/RobTillaart/MAX31850.git", + "providesIncludes": [ + "MAX31850.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31850-0.1.3.zip", + "archiveFileName": "MAX31850-0.1.3.zip", + "size": 12922, + "checksum": "SHA-256:3cfd51701e3f2e90a8269358ccb41f7cee2c4e212ee0456f51f1b02950c21b53" }, { - "name": "Arduino_CRC32", + "name": "SparkFun Indoor Air Quality Sensor - ENS160", "version": "1.0.0", - "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", - "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", - "sentence": "Arduino library providing a simple interface to perform checksum calculations utilizing the CRC-32 algorithm.", - "website": "https://github.com/arduino-libraries/Arduino_CRC32", - "category": "Data Processing", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Indoor Air Quality Sensor - ENS160 (Qwiic)", + "paragraph": "This library breaks out all functionality of the ENS160 Air Quality Sensor", + "website": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino-Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Arduino" - ], - "repository": "https://github.com/arduino-libraries/Arduino_CRC32.git", - "providesIncludes": [ - "Arduino_CRC32.h" + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_CRC32-1.0.0.zip", - "archiveFileName": "Arduino_CRC32-1.0.0.zip", - "size": 7711, - "checksum": "SHA-256:46da803449dc62533820de3270690fda0d196481b131c20a60ff5994eb30b91a" + "repository": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.0.zip", + "archiveFileName": "SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.0.zip", + "size": 1675774, + "checksum": "SHA-256:522490be757a351b7ef71d5dbaa0c7fdf1f47e97d197d8c7ed65b2f751b46126" }, { - "name": "EmotiBit NCP5623", - "version": "0.0.1", - "author": "Connected Future Labs", - "maintainer": "Nitin Nair \u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for the NCP5623 LED driver", - "paragraph": "An Arduino Library for the NCP5623 LED driver", - "website": "https://github.com/EmotiBit/EmotiBit_FW_NCP5623", + "name": "SparkFun Indoor Air Quality Sensor - ENS160", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Indoor Air Quality Sensor - ENS160 (Qwiic)", + "paragraph": "This library breaks out all functionality of the ENS160 Air Quality Sensor", + "website": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -297412,20 +754563,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.1.zip", - "archiveFileName": "EmotiBit_NCP5623-0.0.1.zip", - "size": 5124, - "checksum": "SHA-256:6f22c9197e4646827a8527c6358e2acc9af80809fcdb257d3806156926adeb29" + "repository": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.1.zip", + "archiveFileName": "SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.1.zip", + "size": 1675771, + "checksum": "SHA-256:877d56166a46b8083719aede019adae7319eaad0c1132d7ab8a9bcb519544bb6" }, { - "name": "EmotiBit NCP5623", - "version": "0.0.2", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for the NCP5623 LED driver", - "paragraph": "An Arduino Library for the NCP5623 LED driver", - "website": "https://github.com/EmotiBit/EmotiBit_NCP5623", + "name": "SparkFun Indoor Air Quality Sensor - ENS160", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Indoor Air Quality Sensor - ENS160 (Qwiic)", + "paragraph": "This library breaks out all functionality of the ENS160 Air Quality Sensor", + "website": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -297433,20 +754584,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.2.zip", - "archiveFileName": "EmotiBit_NCP5623-0.0.2.zip", - "size": 5117, - "checksum": "SHA-256:6c8d247c436390dd0b8dd2cace19096e8e6fd46be7bde6f3a7d850566ff64556" + "repository": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.2.zip", + "archiveFileName": "SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.2.zip", + "size": 1675771, + "checksum": "SHA-256:b6cd4c12a0f1aa859e4c367b465682c1274eff8bdb01c14069a33daaddb7bf74" }, { - "name": "EmotiBit NCP5623", - "version": "0.0.3", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for the NCP5623 LED driver", - "paragraph": "An Arduino Library for the NCP5623 LED driver", - "website": "https://github.com/EmotiBit/EmotiBit_NCP5623", + "name": "SparkFun Indoor Air Quality Sensor - ENS160", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Indoor Air Quality Sensor - ENS160 (Qwiic)", + "paragraph": "This library breaks out all functionality of the ENS160 Air Quality Sensor", + "website": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -297454,44 +754605,41 @@ "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_NCP5623.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_NCP5623-0.0.3.zip", - "archiveFileName": "EmotiBit_NCP5623-0.0.3.zip", - "size": 5716, - "checksum": "SHA-256:f74463e27574b740b5ec290686b81c5deff42ab9be65c7ad78d67e403b114a66" + "repository": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.3.zip", + "archiveFileName": "SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.3.zip", + "size": 1675762, + "checksum": "SHA-256:891f4890bf02ca6540b33f5d3464b206ad09c1b4e840917a40afad2192b206c1" }, { - "name": "M5Atom", - "version": "0.0.1", - "author": "M5Stack", - "maintainer": "M5Stack,Hades", - "sentence": "Library for M5Atom Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5Atom", - "category": "Device Control", + "name": "SparkFun Indoor Air Quality Sensor - ENS160", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Indoor Air Quality Sensor - ENS160 (Qwiic)", + "paragraph": "This library breaks out all functionality of the ENS160 Air Quality Sensor", + "website": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5Atom.git", - "providesIncludes": [ - "M5Atom.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Atom-0.0.1.zip", - "archiveFileName": "M5Atom-0.0.1.zip", - "size": 42656, - "checksum": "SHA-256:6dc4478581c7a32262e97bc515f55964f1671cca2b3a1f6b56e79746c79b2675" + "repository": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.4.zip", + "archiveFileName": "SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.4.zip", + "size": 1675771, + "checksum": "SHA-256:4da336dca8da54aff6ef69a1cb8f2db193b52cbbd62bd7a0dc5daccc474199cb" }, { - "name": "EmotiBit MAX30101", - "version": "1.1.2", + "name": "SparkFun Indoor Air Quality Sensor - ENS160", + "version": "1.0.5", "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", - "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", - "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Indoor Air Quality Sensor - ENS160 (Qwiic)", + "paragraph": "This library breaks out all functionality of the ENS160 Air Quality Sensor", + "website": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -297499,20 +754647,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-1.1.2.zip", - "archiveFileName": "EmotiBit_MAX30101-1.1.2.zip", - "size": 75699, - "checksum": "SHA-256:80a11added287b676207a1b291e9b1cee6b95df83c9d5fc34b7bc5054430728c" + "repository": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.5.zip", + "archiveFileName": "SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.0.5.zip", + "size": 1680010, + "checksum": "SHA-256:12fa06aa18852bac642d4e6a91c0b83eea7603aad09fc74c48b9eda0f0a2379f" }, { - "name": "EmotiBit MAX30101", - "version": "1.1.3", + "name": "SparkFun Indoor Air Quality Sensor - ENS160", + "version": "1.1.0", "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Connected Future Labs\u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for the MAX30101 Pulse sensor on board the EmotiBit-Beta boards", - "paragraph": "An Arduino Library for the MAX30101 pulse oximetry and heart-rate monitor", - "website": "https://github.com/EmotiBit/EmotiBit_MAX30101", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Indoor Air Quality Sensor - ENS160 (Qwiic)", + "paragraph": "This library breaks out all functionality of the ENS160 Air Quality Sensor", + "website": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -297520,919 +754668,1212 @@ "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_MAX30101.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MAX30101-1.1.3.zip", - "archiveFileName": "EmotiBit_MAX30101-1.1.3.zip", - "size": 97428, - "checksum": "SHA-256:a01db419fd8eac8f2fdf3691c8505854cbb1c255a1bdc8d56f3aa1f7602ad1f6" + "repository": "https://github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.1.0.zip", + "archiveFileName": "SparkFun_Indoor_Air_Quality_Sensor___ENS160-1.1.0.zip", + "size": 1682101, + "checksum": "SHA-256:c0ef570131b3406018c6d8cd7b90be3bd979bdb9bc128a828bd3ab51d04a77e9" }, { - "name": "HONEYLemon", - "version": "0.0.1", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library HONEYLemon Platform.", - "paragraph": "Support Arduino HONEYLemon Platform.", - "website": "http://lemon.honey.co.th", + "name": "WiFi101_Generic", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards). Modified from Arduino WiFi101 library.", + "paragraph": "This library implements a network driver for devices based on the ATMEL WINC1500 WiFi module. Now with fix of severe limitation to permit sending much larger data and be compatible with WebSockets2_Generic library", + "website": "https://github.com/khoih-prog/WiFi101_Generic", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "repository": "https://github.com/khoih-prog/WiFi101_Generic.git", "providesIncludes": [ - "HONEYLemon.h" + "WiFi101_Generic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.0.1.zip", - "archiveFileName": "HONEYLemon-0.0.1.zip", - "size": 323509, - "checksum": "SHA-256:ae451c6a27f213f4e09b3597d97a935ee24f50e645f622c5be02d257d5bc9f36" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFi101_Generic-1.0.0.zip", + "archiveFileName": "WiFi101_Generic-1.0.0.zip", + "size": 459212, + "checksum": "SHA-256:f71c4521a3141654875e769de1f042857dbe576babe5f8b9a5dfdf04a6573ae7" }, { - "name": "HONEYLemon", - "version": "0.1.1", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library HONEYLemon Platform.", - "paragraph": "Support Arduino HONEYLemon Platform.", - "website": "http://lemon.honey.co.th", - "category": "Communication", + "name": "AdaptiveMapping", + "version": "1.0.1", + "author": "Ziv Shalit \u003cziv132@gmail.com\u003e", + "maintainer": "Ziv Shalit \u003cziv132@gmail.com\u003e", + "sentence": "A library that makes coding a Webserver a breeze.", + "paragraph": "Supports HTTP1.1 and you can do GET and POST.", + "website": "https://github.com/zivoy/AdaptiveMapping", + "category": "Data Processing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "repository": "https://github.com/zivoy/AdaptiveMapping.git", "providesIncludes": [ - "HONEYLemon.h" + "AdaptiveMapping.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.1.1.zip", - "archiveFileName": "HONEYLemon-0.1.1.zip", - "size": 340557, - "checksum": "SHA-256:f88e91e019b03cbd95555d88dc0188a93b9bbc09ed227dac490f3cc04dc5f138" + "url": "https://downloads.arduino.cc/libraries/github.com/zivoy/AdaptiveMapping-1.0.1.zip", + "archiveFileName": "AdaptiveMapping-1.0.1.zip", + "size": 6836, + "checksum": "SHA-256:34ffe6c5062e3b5d97115b5828a3475f3be617fd22b6384cf2f2bb7b37c09ce1" }, { - "name": "HONEYLemon", - "version": "0.1.3", - "author": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "maintainer": "Sonthaya Boonchan \u003csonthaya.b@honey.co.th\u003e", - "sentence": "A library HONEYLemon Platform.", - "paragraph": "Support Arduino HONEYLemon Platform.", - "website": "http://lemon.honey.co.th", - "category": "Communication", + "name": "AdaptiveMapping", + "version": "1.0.2", + "author": "Ziv Shalit \u003cziv132@gmail.com\u003e", + "maintainer": "Ziv Shalit \u003cziv132@gmail.com\u003e", + "sentence": "A library that makes it easier to map inputs to a range.", + "paragraph": "This library auto detects the min and max of an input so you can map it to a known range and it can adjust automatically to fit the range over time.", + "website": "https://github.com/zivoy/AdaptiveMapping", + "category": "Data Processing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jackrobotics/HONEYLemon.git", + "repository": "https://github.com/zivoy/AdaptiveMapping.git", "providesIncludes": [ - "HONEYLemon.h" + "AdaptiveMapping.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jackrobotics/HONEYLemon-0.1.3.zip", - "archiveFileName": "HONEYLemon-0.1.3.zip", - "size": 348673, - "checksum": "SHA-256:7e96c087d37638c36ea281aa0ba0418ac706b49ee60ecbb1de0c91cb7d397065" + "url": "https://downloads.arduino.cc/libraries/github.com/zivoy/AdaptiveMapping-1.0.2.zip", + "archiveFileName": "AdaptiveMapping-1.0.2.zip", + "size": 7581, + "checksum": "SHA-256:1997bcd6b6a4e5fb97bfd0a7ce0ffed1ab424188e6dfa54c37e46bdbedf79646" }, { - "name": "CTC GO MOTIONS", + "name": "XboxSeriesXHIDReportBuilder_asukiaaa", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Lenard George\u003cl.george@arduino.cc\u003e", - "sentence": "All in one library containing examples from lessons and projects for CTC GO! Motions Expansion", - "paragraph": "All in one library containing examples from lessons and projects for CTC GO! Motions Expansion", - "website": "https://github.com/arduino-libraries/CTC-Go-Motions-Expansion.git", - "category": "Other", + "author": "Asuki Kono\u003casukiaaa@gmail.com\u003e", + "maintainer": "Asuki Kono\u003casukiaaa@gmail.com\u003e", + "sentence": "Report builder of HID for Xbox SeriesX Controller.", + "paragraph": "Easy to configure power and timing for vivration.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXHIDReportBuilder", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arduino-libraries/CTC-Go-Motions-Expansion.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/CTC_GO_MOTIONS-1.0.0.zip", - "archiveFileName": "CTC_GO_MOTIONS-1.0.0.zip", - "size": 29955, - "checksum": "SHA-256:b0c633a9058a6db8a531764404611e3a1e462448ce5ea3e21fc11cc323dd5a79" + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXHIDReportBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXHIDReportBuilder_asukiaaa-1.0.0.zip", + "archiveFileName": "XboxSeriesXHIDReportBuilder_asukiaaa-1.0.0.zip", + "size": 3182, + "checksum": "SHA-256:998fd3187c52c26a342bfec5a56f108fe794a834564356cfa839286fc1624cbe" }, { - "name": "EmotiBit MLX90632", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for using MLX90632 FIR sensor", - "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", - "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", - "category": "Sensors", + "name": "XboxSeriesXHIDReportBuilder_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono\u003casukiaaa@gmail.com\u003e", + "maintainer": "Asuki Kono\u003casukiaaa@gmail.com\u003e", + "sentence": "Report builder of HID for Xbox SeriesX Controller.", + "paragraph": "Easy to configure power and timing for vibration.", + "website": "https://github.com/asukiaaa/arduino-XboxSeriesXHIDReportBuilder", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.2.zip", - "archiveFileName": "EmotiBit_MLX90632-1.0.2.zip", - "size": 20872, - "checksum": "SHA-256:edffdb71dc0d89b67c313583b948c1689f162cfd6ba59aae7af9e54a80a202d8" + "repository": "https://github.com/asukiaaa/arduino-XboxSeriesXHIDReportBuilder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/XboxSeriesXHIDReportBuilder_asukiaaa-1.0.1.zip", + "archiveFileName": "XboxSeriesXHIDReportBuilder_asukiaaa-1.0.1.zip", + "size": 4069, + "checksum": "SHA-256:887678c53c06855f80513fe857c43adc10abd6d962e61785f4c1220f0d93f969" }, { - "name": "EmotiBit MLX90632", + "name": "CH55xSwitchControl", + "version": "1.0.0", + "author": "bzl", + "maintainer": "bzl", + "sentence": "A library for microcontrollers to automate Nintendo Switch games using CH55x MCUs.", + "paragraph": "A library for microcontrollers to automate Nintendo Switch games using CH55x MCUs.", + "website": "https://github.com/608/CH55xSwitchControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/608/CH55xSwitchControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/608/CH55xSwitchControl-1.0.0.zip", + "archiveFileName": "CH55xSwitchControl-1.0.0.zip", + "size": 20218, + "checksum": "SHA-256:d9b6e73e909ff20ef3dc5419626f435cf7bbca5dccb219e29158ee516341277c" + }, + { + "name": "CH55xSwitchControl", + "version": "1.0.1", + "author": "bzl", + "maintainer": "bzl", + "sentence": "A library to automate Nintendo Switch games using CH55x microcontrollers.", + "paragraph": "A library to automate Nintendo Switch games using CH55x microcontrollers.", + "website": "https://github.com/608/CH55xSwitchControl", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/608/CH55xSwitchControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/608/CH55xSwitchControl-1.0.1.zip", + "archiveFileName": "CH55xSwitchControl-1.0.1.zip", + "size": 20212, + "checksum": "SHA-256:702914b5ddcd76883e203d974a4d94c6d50b8ffe8723b8410919f2c82acf3c78" + }, + { + "name": "CH55xSwitchControl", "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for using MLX90632 FIR sensor", - "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", - "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", - "category": "Sensors", + "author": "bzl", + "maintainer": "bzl", + "sentence": "A library to automate Nintendo Switch games using CH55x microcontrollers.", + "paragraph": "A library to automate Nintendo Switch games using CH55x microcontrollers.", + "website": "https://github.com/608/CH55xSwitchControl", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.3.zip", - "archiveFileName": "EmotiBit_MLX90632-1.0.3.zip", - "size": 23273, - "checksum": "SHA-256:35dc456a61b9b7be548a1d7865ac21cf2ee014a7857357c87a539dca59ae1d45" + "repository": "https://github.com/608/CH55xSwitchControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/608/CH55xSwitchControl-1.0.3.zip", + "archiveFileName": "CH55xSwitchControl-1.0.3.zip", + "size": 20213, + "checksum": "SHA-256:d358cfeb8c209409f458a6f58b06938c423d23158e1a99774a72deeedc1ecc30" }, { - "name": "EmotiBit MLX90632", - "version": "1.0.8", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Connected Future Labs \u003cnitin@connectedfuturelabs.com\u003e", - "sentence": "Library for using MLX90632 FIR sensor", - "paragraph": "An Arduino Library for the MLX90632 FIR based non-contact temperature sensor. Measures surface temperatures with accuracy of 1 degree C.", - "website": "https://github.com/EmotiBit/EmotiBit_MLX90632", - "category": "Sensors", + "name": "CH55xSwitchControl", + "version": "1.1.0", + "author": "bzl", + "maintainer": "bzl", + "sentence": "A library to automate Nintendo Switch games using CH55x microcontrollers.", + "paragraph": "A library to automate Nintendo Switch games using CH55x microcontrollers.", + "website": "https://github.com/608/CH55xSwitchControl", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_MLX90632.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_MLX90632-1.0.8.zip", - "archiveFileName": "EmotiBit_MLX90632-1.0.8.zip", - "size": 23451, - "checksum": "SHA-256:ba4ae84d603f3ab60921da6463f9dc0b4ee7db1b50f4308146ffc94298f1758c" + "repository": "https://github.com/608/CH55xSwitchControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/608/CH55xSwitchControl-1.1.0.zip", + "archiveFileName": "CH55xSwitchControl-1.1.0.zip", + "size": 21253, + "checksum": "SHA-256:5b81a67b07f6b1d581d6f30e8be16d4134b6d71dd1b1dbce293a0639e569daf2" }, { - "name": "ESP QRcode", - "version": "3.0.0", - "author": "Anun Panya \u003caspirinenun@gmail.com\u003e and Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", - "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", - "sentence": "ESP Generate QRCode for SSD1306 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "paragraph": "ESP Generate QRCode for SSD1306 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "website": "https://github.com/yoprogramo/ESP_QRcode", - "category": "Display", + "name": "uMyo_BLE", + "version": "1.0.0", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using ESP32 device via BLE.", + "paragraph": "Receives data from uMyo devices using BLE radio and makes them available", + "website": "https://github.com/ultimaterobotics/uMyo_BLE", + "category": "Sensors", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/yoprogramo/ESP_QRcode.git", - "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.0.zip", - "archiveFileName": "ESP_QRcode-3.0.0.zip", - "size": 110390, - "checksum": "SHA-256:bb0b3c9e5f887853bcd9b88112ae2e01cd9a2a74ed8db3662d1cc7697779fdf1" + "repository": "https://github.com/ultimaterobotics/uMyo_BLE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_BLE-1.0.0.zip", + "archiveFileName": "uMyo_BLE-1.0.0.zip", + "size": 19462, + "checksum": "SHA-256:45967c010342af37f9925cf01aaded2866d5c075587042d2f841baebc9cdc1f5" }, { - "name": "ESP QRcode", - "version": "3.0.2", - "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", - "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", - "sentence": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "paragraph": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "website": "https://github.com/yoprogramo/ESP_QRcode", - "category": "Display", + "name": "uMyo_BLE", + "version": "1.0.2", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using ESP32 device via BLE.", + "paragraph": "Receives data from uMyo devices using BLE radio and makes them available", + "website": "https://github.com/ultimaterobotics/uMyo_BLE", + "category": "Sensors", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/yoprogramo/ESP_QRcode.git", - "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.2.zip", - "archiveFileName": "ESP_QRcode-3.0.2.zip", - "size": 110427, - "checksum": "SHA-256:0c54c6c1a6ac313ba8e475254bda1e4511a3ec986ccd3a03cdbce7c791d21191" + "repository": "https://github.com/ultimaterobotics/uMyo_BLE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_BLE-1.0.2.zip", + "archiveFileName": "uMyo_BLE-1.0.2.zip", + "size": 20094, + "checksum": "SHA-256:49ec03263990df2da819a39b7be56d6c24d316d17873178b618846e028c6c7a5" }, { - "name": "ESP QRcode", - "version": "3.0.3", - "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", - "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", - "sentence": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "paragraph": "ESP Generate QRCode for SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "website": "https://github.com/yoprogramo/ESP_QRcode", - "category": "Display", + "name": "uMyo_BLE", + "version": "1.1.0", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using BLE-enabled Arduinos (nRF52x and ESP32).", + "paragraph": "Receives data from uMyo devices using BLE radio and makes them available", + "website": "https://github.com/ultimaterobotics/uMyo_BLE", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_giga", + "renesas", + "renesas_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "repository": "https://github.com/ultimaterobotics/uMyo_BLE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_BLE-1.1.0.zip", + "archiveFileName": "uMyo_BLE-1.1.0.zip", + "size": 19682, + "checksum": "SHA-256:62822e5f1dac9976479bc50d89e56369c57bce67793952431ea65f53b64b5004" + }, + { + "name": "uMyo_BLE", + "version": "1.1.1", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using BLE-enabled Arduinos (nRF52x and ESP32).", + "paragraph": "Receives data from uMyo devices using BLE radio and makes them available", + "website": "https://github.com/ultimaterobotics/uMyo_BLE", + "category": "Sensors", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_giga", + "renesas", + "renesas_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ultimaterobotics/uMyo_BLE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_BLE-1.1.1.zip", + "archiveFileName": "uMyo_BLE-1.1.1.zip", + "size": 19680, + "checksum": "SHA-256:2193edb4ee5fba2074796d4bbac543e1206e0beab0e709811a9f4af89f785e50" + }, + { + "name": "uMyo_BLE", + "version": "1.1.2", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using BLE-enabled Arduinos (nRF52x and ESP32).", + "paragraph": "Receives data from uMyo devices using BLE radio and makes them available", + "website": "https://github.com/ultimaterobotics/uMyo_BLE", + "category": "Sensors", + "architectures": [ + "samd", + "megaavr", + "mbed", + "apollo3", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "esp32", + "mbed_giga", + "renesas", + "renesas_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ultimaterobotics/uMyo_BLE.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_BLE-1.1.2.zip", + "archiveFileName": "uMyo_BLE-1.1.2.zip", + "size": 19683, + "checksum": "SHA-256:93faa9fd26d8ba4c87ec465e17d23044b48dbd2c3303d16bd1e7be3b01326dae" + }, + { + "name": "uMyo_RF24", + "version": "1.0.0", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using nRF24 module.", + "paragraph": "Receives data from uMyo devices using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uMyo_RF24", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ultimaterobotics/uMyo_RF24.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + "name": "RF24" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-3.0.3.zip", - "archiveFileName": "ESP_QRcode-3.0.3.zip", - "size": 110480, - "checksum": "SHA-256:866f15b41911b057772cd4476d72161dc877d0058643d74356c2c4fd032e7d42" + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_RF24-1.0.0.zip", + "archiveFileName": "uMyo_RF24-1.0.0.zip", + "size": 20064, + "checksum": "SHA-256:f5f9ef4ebf94c813c020714671c7d48a793f9699aec0058a6417885253122f97" }, { - "name": "ESP QRcode", - "version": "4.0.0", - "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", - "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", - "sentence": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "paragraph": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "website": "https://github.com/yoprogramo/ESP_QRcode", - "category": "Display", + "name": "uMyo_RF24", + "version": "1.0.2", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using nRF24 module.", + "paragraph": "Receives data from uMyo devices using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uMyo_RF24", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "repository": "https://github.com/ultimaterobotics/uMyo_RF24.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + "name": "RF24" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-4.0.0.zip", - "archiveFileName": "ESP_QRcode-4.0.0.zip", - "size": 140063, - "checksum": "SHA-256:b0b0dc88b0db689ca809693c0b6fe3981767bd01535fac8dff66c21221a7941e" + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_RF24-1.0.2.zip", + "archiveFileName": "uMyo_RF24-1.0.2.zip", + "size": 20173, + "checksum": "SHA-256:ab2ee2946a17672b3f89c9f16fcbdcaa79703d1b5deb0b745b288709e10f2e4f" }, { - "name": "ESP QRcode", - "version": "4.0.1", - "author": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e and Anun Panya \u003caspirinenun@gmail.com\u003e", - "maintainer": "Jose Antonio Espinosa \u003cyoprogramo@gmail.com\u003e", - "sentence": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "paragraph": "ESP Generate QRCode for GDEH0213B72 eink display, SSD1306, SH1106 oled displays 128*64 pixel and others based on Adafruit ST77XX", - "website": "https://github.com/yoprogramo/ESP_QRcode", - "category": "Display", + "name": "uMyo_RF24", + "version": "1.0.3", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using nRF24 module.", + "paragraph": "Receives data from uMyo devices using nRF24 module and makes them available - requires installed RF24 library.", + "website": "https://github.com/ultimaterobotics/uMyo_RF24", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/yoprogramo/ESP_QRcode.git", + "repository": "https://github.com/ultimaterobotics/uMyo_RF24.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "ESP8266 and ESP32 OLED driver for SSD1306 displays" + "name": "RF24" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/yoprogramo/ESP_QRcode-4.0.1.zip", - "archiveFileName": "ESP_QRcode-4.0.1.zip", - "size": 140055, - "checksum": "SHA-256:fac685cf79336316fc06440dc8d93b3889217c0d7de32a84ab48aff4e805c226" + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_RF24-1.0.3.zip", + "archiveFileName": "uMyo_RF24-1.0.3.zip", + "size": 20274, + "checksum": "SHA-256:74de9f06a8ed1f676a8cb152496a95cbdaebc95fefbf39219b028c0dbc32ac01" }, { - "name": "Magellan_SIM7020E", + "name": "uMyo_RF24", "version": "1.1.0", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", - "category": "Uncategorized", + "author": "the_3d6 from Ultimate Robotics", + "maintainer": "hi@ultimaterobotics.com.ua", + "sentence": "Allows to get data from uMyo devices using nRF24 module AND nRF52840 boards.", + "paragraph": "Receives data from uMyo devices using nRF24 module and makes them available - requires installed RF24 library for nRF24 module, or nrf_to_nrf library for nRF52840 Arduino boards.", + "website": "https://github.com/ultimaterobotics/uMyo_RF24", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", - "providesIncludes": [ - "AT_SIM7020E.h", - "board.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.1.0.zip", - "archiveFileName": "Magellan_SIM7020E-1.1.0.zip", - "size": 24628, - "checksum": "SHA-256:3beeb8fb0e18b1d75f18f6e77a63f4cac4ece288bfa0182d36031677f334d336" + "repository": "https://github.com/ultimaterobotics/uMyo_RF24.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ultimaterobotics/uMyo_RF24-1.1.0.zip", + "archiveFileName": "uMyo_RF24-1.1.0.zip", + "size": 21561, + "checksum": "SHA-256:a5c300624c5702721b438c094b7d45622c60fcab5771b8156e670cf22f1d9c10" }, { - "name": "Magellan_SIM7020E", - "version": "1.2.0", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", - "category": "Uncategorized", + "name": "PCA9557-arduino", + "version": "1.0.0", + "author": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "maintainer": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "sentence": "Write \u0026 Read PCA9557 8-bit I/O expander", + "paragraph": "Allows you write and read digital logic via PCA9557 8-bit I/O expander", + "website": "https://github.com/maxpromer", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "repository": "https://github.com/maxpromer/PCA9557-arduino.git", "providesIncludes": [ - "AT_SIM7020E.h", - "board.h" + "PCA9557.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.2.0.zip", - "archiveFileName": "Magellan_SIM7020E-1.2.0.zip", - "size": 27363, - "checksum": "SHA-256:961d4195ae1556f0da0dac56fef2fade5148b74726a8478d7a98e1c766f21d4f" + "url": "https://downloads.arduino.cc/libraries/github.com/maxpromer/PCA9557_arduino-1.0.0.zip", + "archiveFileName": "PCA9557_arduino-1.0.0.zip", + "size": 4371, + "checksum": "SHA-256:5dc53450c76211773919be1581db7a15a98d16db985f3de5de19327dfef0cc92" }, { - "name": "Magellan_SIM7020E", - "version": "1.2.1", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", - "category": "Uncategorized", + "name": "ATC_MiThermometer", + "version": "0.0.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Arduino library for BLE ATC_MiThermometer thermometer/hygrometer sensors.", + "paragraph": "Arduino library for bluetooth low energy thermometer/hygrometer sensor running ATC_MiThermometer firmware.", + "website": "https://github.com/matthias-bs/ATC_MiThermometer", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", - "providesIncludes": [ - "AT_SIM7020E.h", - "board.h" + "repository": "https://github.com/matthias-bs/ATC_MiThermometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/ATC_MiThermometer-0.0.1.zip", + "archiveFileName": "ATC_MiThermometer-0.0.1.zip", + "size": 40429, + "checksum": "SHA-256:ff2d56ab32fe330d575c5f17d2f9521766d305b64e020cbdd156fa78656b5eb4" + }, + { + "name": "ATC_MiThermometer", + "version": "0.0.2", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Arduino library for BLE ATC_MiThermometer thermometer/hygrometer sensors.", + "paragraph": "Arduino library for bluetooth low energy thermometer/hygrometer sensor running ATC_MiThermometer firmware.", + "website": "https://github.com/matthias-bs/ATC_MiThermometer", + "category": "Sensors", + "architectures": [ + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.2.1.zip", - "archiveFileName": "Magellan_SIM7020E-1.2.1.zip", - "size": 27366, - "checksum": "SHA-256:f6d4cee9b9f0561880018e4b791aaf86650cb1d3b42cca4c79995bac86b9025d" + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthias-bs/ATC_MiThermometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/ATC_MiThermometer-0.0.2.zip", + "archiveFileName": "ATC_MiThermometer-0.0.2.zip", + "size": 40238, + "checksum": "SHA-256:7f027f51ed8c74180e8ee7e697700e4bbc21e9a578ca2931a2c00f4054b892b2" }, { - "name": "Magellan_SIM7020E", - "version": "1.3.0", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", - "category": "Uncategorized", + "name": "ATC_MiThermometer", + "version": "0.1.0", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Arduino library for BLE ATC_MiThermometer thermometer/hygrometer sensors.", + "paragraph": "Arduino library for bluetooth low energy thermometer/hygrometer sensor running ATC_MiThermometer firmware.", + "website": "https://github.com/matthias-bs/ATC_MiThermometer", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", - "providesIncludes": [ - "AT_SIM7020E.h", - "board.h" + "repository": "https://github.com/matthias-bs/ATC_MiThermometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/ATC_MiThermometer-0.1.0.zip", + "archiveFileName": "ATC_MiThermometer-0.1.0.zip", + "size": 41075, + "checksum": "SHA-256:f632b9708c7760c9cc843328508cb6dfc0ea59fbbebe9f2a16f64cbbbd7be1ee" + }, + { + "name": "ATC_MiThermometer", + "version": "0.2.1", + "author": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "maintainer": "Matthias Prinke \u003cmatthias-bs@web.de\u003e", + "sentence": "Arduino library for BLE ATC_MiThermometer thermometer/hygrometer sensors.", + "paragraph": "Arduino library for bluetooth low energy thermometer/hygrometer sensor running ATC_MiThermometer firmware.", + "website": "https://github.com/matthias-bs/ATC_MiThermometer", + "category": "Sensors", + "architectures": [ + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.3.0.zip", - "archiveFileName": "Magellan_SIM7020E-1.3.0.zip", - "size": 28965, - "checksum": "SHA-256:d5a3bfc15d2e5b5b82b763b11dddf3cbe998db1ccf44c935fdae1f3fbebd67cc" + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthias-bs/ATC_MiThermometer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/matthias-bs/ATC_MiThermometer-0.2.1.zip", + "archiveFileName": "ATC_MiThermometer-0.2.1.zip", + "size": 42831, + "checksum": "SHA-256:ca4576cd3f436947e7ee746cc454b676b19a4e2cd644556134637c80f9c113e9" }, { - "name": "Magellan_SIM7020E", - "version": "1.4.0", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-DEVKIT I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E", - "category": "Uncategorized", + "name": "Sensesiot", + "version": "1.0.0", + "author": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "maintainer": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "sentence": "A library for send data from Internet of Things to \"Sensesiot\"", + "paragraph": "Support ESP32", + "website": "https://test.sensesiot.net/", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git", + "repository": "https://github.com/chan1sook/SensesiotProtocolLib.git", "providesIncludes": [ - "AT_SIM7020E.h", - "board.h" + "Sensesiot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_SIM7020E-1.4.0.zip", - "archiveFileName": "Magellan_SIM7020E-1.4.0.zip", - "size": 43580, - "checksum": "SHA-256:b739b06c9be6ee0ae34f1ebdda88606ccd4eff179ced73c498331c46833d9846" + "dependencies": [ + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chan1sook/Sensesiot-1.0.0.zip", + "archiveFileName": "Sensesiot-1.0.0.zip", + "size": 8436, + "checksum": "SHA-256:fe674b903b16b5e1ccefc049ed2955a31de736ad75bf2bf2718b5cdbf2c3091d" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Blynk and AVR Mega/UNO/Nano boards, with or without SSL, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 modules to Ethernet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "name": "Sensesiot", + "version": "2.0.0", + "author": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "maintainer": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "sentence": "A library for send data from Internet of Things to \"Sensesiot\"", + "paragraph": "Support ESP32", + "website": "https://www.sensesiot.net/", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.4.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.4.zip", - "size": 120327, - "checksum": "SHA-256:6e2ac0dcb454aa75d940211390eec7b20d15b48afb1e66aff9d9ceba63f9f7dc" + "repository": "https://github.com/chan1sook/SensesiotProtocolLib.git", + "providesIncludes": [ + "Sensesiot.h" + ], + "dependencies": [ + { + "name": "MQTT" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/chan1sook/Sensesiot-2.0.0.zip", + "archiveFileName": "Sensesiot-2.0.0.zip", + "size": 10850, + "checksum": "SHA-256:30baad6f0b8602114ce4553d74848eb69a211122152b4ff6887aa75125140e42" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Blynk and AVR Mega boards, with or without SSL, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 modules to Ethernet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", + "name": "Sensesiot", + "version": "3.0.0", + "author": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "maintainer": "Natthawat Raochaorensinp \u003cchan1sook@hotmail.com\u003e", + "sentence": "A library for send data from Internet of Things to \"Sensesiot\"", + "paragraph": "Support ESP32", + "website": "https://www.sensesiot.net/", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/chan1sook/SensesiotProtocolLib.git", + "providesIncludes": [ + "Sensesiot.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "MQTT" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.5.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.5.zip", - "size": 123372, - "checksum": "SHA-256:1cf9f2dedeb48bb0671179a2885a1c9473b35b17c31498f4705951eec15e8e26" + "url": "https://downloads.arduino.cc/libraries/github.com/chan1sook/Sensesiot-3.0.0.zip", + "archiveFileName": "Sensesiot-3.0.0.zip", + "size": 10775, + "checksum": "SHA-256:ba8ebfefbc63e86293e7725404a67d1e4477a3ef5e542d05743ea6ded9bf5bed" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, etc. boards, with or without SSL, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Uptime", + "version": "1.0.0", + "author": "XbergCode \u003cxberg88@gmail.com\u003e", + "maintainer": "XbergCode \u003cxberg88@gmail.com\u003e", + "sentence": "Get the device uptime in years, months, days, hours, minutes, seconds, milliseconds, total days, and total seconds.", + "paragraph": "Uptime library for Arduino.", + "website": "https://github.com/XbergCode/Uptime", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/XbergCode/Uptime.git", + "providesIncludes": [ + "Uptime.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/XbergCode/Uptime-1.0.0.zip", + "archiveFileName": "Uptime-1.0.0.zip", + "size": 15004, + "checksum": "SHA-256:6b3bf231c014de37d46295131cce50b3b1165d9943b05fba4e6dcdae8c4f0c75" + }, + { + "name": "ESPAutoWifi", + "version": "0.7.2", + "author": "Alif Fathoni", + "maintainer": "Alif Fathoni \u003califfathoni7@gmail.com\u003e", + "sentence": "Auto Connect WiFi for ESP Board.", + "paragraph": "Connect to saved wifi addresses and reconnect without hard coding.", + "website": "https://github.com/aliffathoni/ESPAutoWifi", + "category": "Other", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aliffathoni/ESPAutoWifi.git", + "providesIncludes": [ + "ESPAutoWifi" + ], "dependencies": [ { - "name": "Blynk" + "name": "ESP Async Webserver" + }, + { + "name": "ESP AsyncTCP" + }, + { + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.6.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.6.zip", - "size": 135947, - "checksum": "SHA-256:15e3060daf7291e8497883121f6979e7307d5a0039d06f25662690b67cf2ba07" + "url": "https://downloads.arduino.cc/libraries/github.com/aliffathoni/ESPAutoWifi-0.7.2.zip", + "archiveFileName": "ESPAutoWifi-0.7.2.zip", + "size": 10326, + "checksum": "SHA-256:8fce6dd0381320d844e43438229713b1271da657639cc3ac13690e30a445e934" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.7", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, or FlashStorage", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "ESPAutoWifi", + "version": "0.9.0", + "author": "Alif Fathoni", + "maintainer": "Alif Fathoni \u003califfathoni7@gmail.com\u003e", + "sentence": "Auto Connect WiFi for ESP32 Board.", + "paragraph": "Connect to saved wifi addresses and reconnect without hard coding.", + "website": "https://github.com/aliffathoni/ESPAutoWifi", + "category": "Other", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/aliffathoni/ESPAutoWifi.git", + "providesIncludes": [ + "ESPAutoWifi" + ], + "dependencies": [ + { + "name": "ESP Async Webserver" + }, + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/aliffathoni/ESPAutoWifi-0.9.0.zip", + "archiveFileName": "ESPAutoWifi-0.9.0.zip", + "size": 7436, + "checksum": "SHA-256:8321cec98c50a4ed9f75f9d408f7d0885b99308f92ad34e139e2112ef8c2b235" + }, + { + "name": "ESPAutoWifi", + "version": "0.9.2", + "author": "Alif Fathoni", + "maintainer": "Alif Fathoni \u003califfathoni7@gmail.com\u003e", + "sentence": "Auto Connect WiFi for ESP32 Board.", + "paragraph": "Connect to saved wifi addresses and reconnect without hard coding.", + "website": "https://github.com/aliffathoni/ESPAutoWifi", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/aliffathoni/ESPAutoWifi.git", + "providesIncludes": [ + "ESPAutoWifi.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "ESP Async WebServer" }, { - "name": "EthernetWebServer" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.7.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.7.zip", - "size": 155360, - "checksum": "SHA-256:16987d85e6089092a088f803988c79af34df280fb1ce43435571640887c700bb" + "url": "https://downloads.arduino.cc/libraries/github.com/aliffathoni/ESPAutoWifi-0.9.2.zip", + "archiveFileName": "ESPAutoWifi-0.9.2.zip", + "size": 7441, + "checksum": "SHA-256:366cd9a91187fe92b4be4e19603d46d34d5aacb268a38288a4896735db3b6276" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.8", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, or FlashStorage", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "ESP8266AutoWifi", + "version": "0.9.0", + "author": "Alif Fathoni", + "maintainer": "Alif Fathoni \u003califfathoni7@gmail.com\u003e", + "sentence": "Auto Connect WiFi for ESP8266 Board.", + "paragraph": "Connect to saved wifi addresses and reconnect without hard coding.", + "website": "https://github.com/aliffathoni/ESP8266AutoWifi", + "category": "Other", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/aliffathoni/ESP8266AutoWifi.git", + "providesIncludes": [ + "ESP8266AutoWifi.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "ESP Async WebServer" }, { - "name": "EthernetWebServer" + "name": "ESPAsyncTCP" + }, + { + "name": "Preferences" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.8.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.8.zip", - "size": 155764, - "checksum": "SHA-256:5202518faaab91b85ec982a4e07c58dffb66a00ef02b5d1b409ee9ef36f5964e" + "url": "https://downloads.arduino.cc/libraries/github.com/aliffathoni/ESP8266AutoWifi-0.9.0.zip", + "archiveFileName": "ESP8266AutoWifi-0.9.0.zip", + "size": 7530, + "checksum": "SHA-256:7050c507321b25cbf2092053c4eed1e36a5b9c675d613ecbe3997a78cdf77b21" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.9", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Blynk and AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "HC_SR04", + "version": "1.0.0", + "author": "bjoernboeckle", + "maintainer": "bjoernboeckle", + "sentence": "Allows an Arduino board to use multiple HCSR04 module.", + "paragraph": "This library allows measuring multiple HCSR04 sensors synchron and asynchron.", + "website": "https://github.com/bjoernboeckle/HC_SR04.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "EthernetWebServer" - } + "repository": "https://github.com/bjoernboeckle/HC_SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bjoernboeckle/HC_SR04-1.0.0.zip", + "archiveFileName": "HC_SR04-1.0.0.zip", + "size": 13286, + "checksum": "SHA-256:07f76797ac6a1930b50c9cb121d87aba7c66c440245a3cfe5fcf5a3871aab58a" + }, + { + "name": "HC_SR04", + "version": "1.0.1", + "author": "bjoernboeckle", + "maintainer": "bjoernboeckle", + "sentence": "Allows an Arduino board to use multiple HCSR04 module.", + "paragraph": "This library allows measuring multiple HCSR04 sensors synchron and asynchron.", + "website": "https://github.com/bjoernboeckle/HC_SR04.git", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.9.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.9.zip", - "size": 154420, - "checksum": "SHA-256:13a7359eae66519db3eea18a879a5041c9d170ec91ff8815410c296aaa6d8b18" + "types": [ + "Contributed" + ], + "repository": "https://github.com/bjoernboeckle/HC_SR04.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bjoernboeckle/HC_SR04-1.0.1.zip", + "archiveFileName": "HC_SR04-1.0.1.zip", + "size": 13788, + "checksum": "SHA-256:6ab4bbfe9ce0896944096a575d0799db5f16fa6411919750fb5e5e56945edd88" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.10", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Button_SL", + "version": "1.1.0", + "author": "Kai R.", + "maintainer": "Kai R.", + "sentence": "Button query", + "paragraph": "Button_SL enables the query of buttons. The query is debounced. A query can be made as to whether the button was pressed for a short or long time.", + "website": "https://github.com/DoImant/Button_SL.git", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "EthernetWebServer" - } + "repository": "https://github.com/DoImant/Button_SL.git", + "providesIncludes": [ + "Button_SL.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.10.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.10.zip", - "size": 366003, - "checksum": "SHA-256:b43d299672fa5d73e72c9aee8bbff65c63e95638d3723782d978d2afd7816100" + "url": "https://downloads.arduino.cc/libraries/github.com/DoImant/Button_SL-1.1.0.zip", + "archiveFileName": "Button_SL-1.1.0.zip", + "size": 7826, + "checksum": "SHA-256:99095770063b5daddc9f7a94f9846e0139e4c463b6c4299220dd7ab267a9f1af" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.11", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for AVR Mega, Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5X00 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Button_SL", + "version": "1.1.2", + "author": "Kai R.", + "maintainer": "Kai R.", + "sentence": "Button query", + "paragraph": "Button_SL enables the query of buttons. The query is debounced. A query can be made as to whether the button was pressed for a short or long time.", + "website": "https://github.com/DoImant/Button_SL.git", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "EthernetWebServer" - } + "repository": "https://github.com/DoImant/Button_SL.git", + "providesIncludes": [ + "Button_SL.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.11.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.11.zip", - "size": 366618, - "checksum": "SHA-256:bb6ad6a78cab5c02f4a1931d0a6ddcf156f5c747985236a43a63f0ae21e358a5" + "url": "https://downloads.arduino.cc/libraries/github.com/DoImant/Button_SL-1.1.2.zip", + "archiveFileName": "Button_SL-1.1.2.zip", + "size": 8099, + "checksum": "SHA-256:9ce7de600d906a78dd5f4f1448655b5107cd337eddf571a272966035c49a1edf" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.12", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD, etc. boards, with or without SSL, configuration data saved in EEPROM, DueFlashStorage or FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Button_SL", + "version": "1.1.3", + "author": "Kai R.", + "maintainer": "Kai R.", + "sentence": "Button query", + "paragraph": "Button_SL enables the query of buttons. The query is debounced. A query can be made as to whether the button was pressed for a short or long time.", + "website": "https://github.com/DoImant/Button_SL.git", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "EthernetWebServer" - } + "repository": "https://github.com/DoImant/Button_SL.git", + "providesIncludes": [ + "Button_SL.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.12.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.12.zip", - "size": 301999, - "checksum": "SHA-256:1732339b31f1ca6102e7720de243dba40a02f59595617166b9cd65dc3776d930" + "url": "https://downloads.arduino.cc/libraries/github.com/DoImant/Button_SL-1.1.3.zip", + "archiveFileName": "Button_SL-1.1.3.zip", + "size": 8620, + "checksum": "SHA-256:751d45c0ee60615bda77a1cb0974bbc22451a4ed0c0060316b0a3691233df746" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.13", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in SPIFFS, EEPROM, DueFlashStorage or FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Button_SL", + "version": "1.1.4", + "author": "Kai R.", + "maintainer": "Kai R.", + "sentence": "Button query", + "paragraph": "Button_SL enables the query of buttons. The query is debounced. A query can be made as to whether the button was pressed for a short or long time.", + "website": "https://github.com/DoImant/Button_SL.git", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/DoImant/Button_SL.git", + "providesIncludes": [ + "Button_SL.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DoImant/Button_SL-1.1.4.zip", + "archiveFileName": "Button_SL-1.1.4.zip", + "size": 8652, + "checksum": "SHA-256:208487ef10db95f602cd671c5c1853663b5bd5435bd6efff7536b39bd0f7d011" + }, + { + "name": "Paperdink", + "version": "0.0.1", + "author": "PaperdInk", + "maintainer": "Rohit Gujarathi \u003crohit@paperd.ink\u003e", + "sentence": "Arduino Library for Paperdink devices", + "paragraph": "Requires GxEPD2, Adafruit_GFX, ArduinoJSON", + "website": "https://github.com/paperdink/PaperdInk-Library", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/paperdink/PaperdInk-Library.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "EthernetWebServer" + "name": "Adafruit GFX Library" }, { - "name": "DoubleResetDetector_Generic" + "name": "GxEPD2" }, { - "name": "ESP_DoubleResetDetector" + "name": "Json Streaming Parser" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.13.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.13.zip", - "size": 421935, - "checksum": "SHA-256:fcb7cf09507a193cc6d419f9fdf2b34166cf0aaa25f1098c63ed7c8983de8467" + "url": "https://downloads.arduino.cc/libraries/github.com/paperdink/Paperdink-0.0.1.zip", + "archiveFileName": "Paperdink-0.0.1.zip", + "size": 2024688, + "checksum": "SHA-256:d4f4b22a8cec409149f6a6a85280fa6039a764675547ded4decb95e698ab67f4" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.14", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in SPIFFS, LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Paperdink", + "version": "0.0.2", + "author": "PaperdInk", + "maintainer": "Rohit Gujarathi \u003crohit@paperd.ink\u003e", + "sentence": "Arduino Library for Paperdink devices", + "paragraph": "Requires GxEPD2, Adafruit_GFX, ArduinoJSON", + "website": "https://github.com/paperdink/PaperdInk-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/paperdink/PaperdInk-Library.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "EthernetWebServer" + "name": "Adafruit GFX Library" }, { - "name": "DoubleResetDetector_Generic" + "name": "GxEPD2" }, { - "name": "ESP_DoubleResetDetector" + "name": "Json Streaming Parser" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.14.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.14.zip", - "size": 466954, - "checksum": "SHA-256:772b61452d7ed806a62650a552063473c967fccb0815677a9ac29869a63478fb" + "url": "https://downloads.arduino.cc/libraries/github.com/paperdink/Paperdink-0.0.2.zip", + "archiveFileName": "Paperdink-0.0.2.zip", + "size": 3665421, + "checksum": "SHA-256:e4a8604bc077bd3a60259a88c9290fc2618f452d41012421e249099f7d8e5f75" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.15", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Paperdink", + "version": "0.0.3", + "author": "PaperdInk", + "maintainer": "Rohit Gujarathi \u003crohit@paperd.ink\u003e", + "sentence": "Arduino Library for Paperdink devices", + "paragraph": "Requires GxEPD2, Adafruit_GFX, ArduinoJSON", + "website": "https://github.com/paperdink/PaperdInk-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/paperdink/PaperdInk-Library.git", "dependencies": [ { - "name": "Blynk" + "name": "Adafruit GFX Library" }, { - "name": "EthernetWebServer" + "name": "GxEPD2" }, { - "name": "DoubleResetDetector_Generic" + "name": "ArduinoJSON" }, { - "name": "ESP_DoubleResetDetector" + "name": "Json Streaming Parser" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.15.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.15.zip", - "size": 519941, - "checksum": "SHA-256:97105dc57664c089db5a1ef0a03b8b001442ea33cde39a30300246fea236efc6" + "url": "https://downloads.arduino.cc/libraries/github.com/paperdink/Paperdink-0.0.3.zip", + "archiveFileName": "Paperdink-0.0.3.zip", + "size": 5761899, + "checksum": "SHA-256:0ecbba8d2ef2537f34e841452b6a6c6e45992dac7db695ef06ebfbe643e54637" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.16", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Paperdink", + "version": "0.0.4", + "author": "PaperdInk", + "maintainer": "Rohit Gujarathi \u003crohit@paperd.ink\u003e", + "sentence": "Arduino Library for Paperdink devices", + "paragraph": "Requires GxEPD2, Adafruit_GFX, ArduinoJSON", + "website": "https://github.com/paperdink/PaperdInk-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/paperdink/PaperdInk-Library.git", "dependencies": [ { - "name": "Blynk" + "name": "Adafruit GFX Library" }, { - "name": "EthernetWebServer" + "name": "GxEPD2" }, { - "name": "DoubleResetDetector_Generic" + "name": "ArduinoJSON" }, { - "name": "ESP_DoubleResetDetector" + "name": "Json Streaming Parser" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.16.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.16.zip", - "size": 538807, - "checksum": "SHA-256:7ce6c4b3bd055fc117c58af1894e3531dbeabb1ec9cb08cfa5e7cdbfb114450b" + "url": "https://downloads.arduino.cc/libraries/github.com/paperdink/Paperdink-0.0.4.zip", + "archiveFileName": "Paperdink-0.0.4.zip", + "size": 5770610, + "checksum": "SHA-256:13e2600d5b699642910b52717a89e6e22498edcee079918a756129493e86acc0" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.17", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Paperdink", + "version": "0.0.5", + "author": "PaperdInk", + "maintainer": "Rohit Gujarathi \u003crohit@paperd.ink\u003e", + "sentence": "Arduino Library for Paperdink devices", + "paragraph": "Requires GxEPD2, Adafruit_GFX, ArduinoJson, Json Streaming Parser", + "website": "https://github.com/paperdink/PaperdInk-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/paperdink/PaperdInk-Library.git", "dependencies": [ { - "name": "Blynk" + "name": "Adafruit GFX Library" }, { - "name": "EthernetWebServer" + "name": "GxEPD2" }, { - "name": "DoubleResetDetector_Generic" + "name": "ArduinoJson" }, { - "name": "ESP_DoubleResetDetector" + "name": "Json Streaming Parser" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.17.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.17.zip", - "size": 713565, - "checksum": "SHA-256:8f5579c9ec0cd813d867bdbada4a5a1c5b5741b5a6776627a79964cdb206ec39" + "url": "https://downloads.arduino.cc/libraries/github.com/paperdink/Paperdink-0.0.5.zip", + "archiveFileName": "Paperdink-0.0.5.zip", + "size": 5770639, + "checksum": "SHA-256:6ddf55269902fcd79767079c16254998e3e4be1e485e495d94a4bf25859d753a" }, { - "name": "BlynkEthernet_Manager", - "version": "1.0.18", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500 and ENC28J60 Ethernet shields to Ethernet and MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/BlynkEthernet_WM", - "category": "Communication", + "name": "Paperdink", + "version": "0.0.7", + "author": "PaperdInk", + "maintainer": "Rohit Gujarathi \u003crohit@paperd.ink\u003e", + "sentence": "Arduino Library for Paperdink devices", + "paragraph": "Requires GxEPD2, Adafruit_GFX, ArduinoJson, Json Streaming Parser", + "website": "https://github.com/paperdink/PaperdInk-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_WM.git", + "repository": "https://github.com/paperdink/PaperdInk-Library.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "EthernetWebServer" + "name": "Adafruit GFX Library" }, { - "name": "DoubleResetDetector_Generic" + "name": "GxEPD2" }, { - "name": "ESP_DoubleResetDetector" + "name": "ArduinoJson" }, { - "name": "Functional-Vlpp" + "name": "Json Streaming Parser" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_Manager-1.0.18.zip", - "archiveFileName": "BlynkEthernet_Manager-1.0.18.zip", - "size": 832864, - "checksum": "SHA-256:3fc70fbf4ed9bafec326c7bb49704ba355b9afdbbc8696ee1c241f980506efc5" + "url": "https://downloads.arduino.cc/libraries/github.com/paperdink/Paperdink-0.0.7.zip", + "archiveFileName": "Paperdink-0.0.7.zip", + "size": 8002412, + "checksum": "SHA-256:cc71c2141f40663b81bd1448eae4d5212ae63371dae89c70a0ee97c32703236f" }, { - "name": "Adafruit DPS310", + "name": "Callmebot ESP32", "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", - "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_DPS310", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Callmebot library for ESP32", + "paragraph": "Whatapp message, Telegram call, Telegram message, Telegram group message, Facebook message", + "website": "https://github.com/hafidhh/Callmebot_ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hafidhh/Callmebot-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/Callmebot_ESP32-1.0.0.zip", + "archiveFileName": "Callmebot_ESP32-1.0.0.zip", + "size": 11887, + "checksum": "SHA-256:0178d8d667fb2392a371258e539307f5b5c8d8724156f545bf47250f2256a4b3" + }, + { + "name": "Callmebot ESP32", + "version": "1.0.1", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Callmebot library for ESP32", + "paragraph": "Whatapp message, Telegram call, Telegram message, Telegram group message, Facebook message", + "website": "https://github.com/hafidhh/Callmebot-ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hafidhh/Callmebot-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/Callmebot_ESP32-1.0.1.zip", + "archiveFileName": "Callmebot_ESP32-1.0.1.zip", + "size": 11882, + "checksum": "SHA-256:c01114d24843da413250b38c55f4523d9d7eca25c9eb84596642c6dff00d8c43" + }, + { + "name": "Callmebot ESP32", + "version": "2.0.0", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Callmebot library for ESP32", + "paragraph": "Whatapp message, Telegram call, Telegram message, Telegram group message, Facebook message", + "website": "https://github.com/hafidhh/Callmebot-ESP32", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hafidhh/Callmebot-ESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/Callmebot_ESP32-2.0.0.zip", + "archiveFileName": "Callmebot_ESP32-2.0.0.zip", + "size": 24248, + "checksum": "SHA-256:7bc1737d07cc7e91d7401200d4910021bd5a72d837f99ca599e3e10300fdabe3" + }, + { + "name": "TSL260R", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the TSL260R, TSL261R and TSL262R infrared to voltage convertor.", + "paragraph": "Includes wavelength compensation. 940 nanoMeter is default.", + "website": "https://github.com/RobTillaart/TSL260R", "category": "Sensors", "architectures": [ "*" @@ -298440,28 +755881,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DPS310.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/RobTillaart/TSL260R.git", + "providesIncludes": [ + "TSL260R.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.0.zip", - "archiveFileName": "Adafruit_DPS310-1.0.0.zip", - "size": 12742, - "checksum": "SHA-256:17017073d6f6ec74255a8487fb337666d8c801c489569d0c2c962741ef646446" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL260R-0.1.0.zip", + "archiveFileName": "TSL260R-0.1.0.zip", + "size": 9215, + "checksum": "SHA-256:5308a5030dcc01c02b3788b352fb502eb57607e8311b40283058ca35af92967a" }, { - "name": "Adafruit DPS310", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", - "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_DPS310", + "name": "TSL260R", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the TSL260R, TSL261R and TSL262R infrared to voltage convertor.", + "paragraph": "Includes wavelength compensation. 940 nanoMeter is default.", + "website": "https://github.com/RobTillaart/TSL260R", "category": "Sensors", "architectures": [ "*" @@ -298469,28 +755905,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DPS310.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/RobTillaart/TSL260R.git", + "providesIncludes": [ + "TSL260R.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.1.zip", - "archiveFileName": "Adafruit_DPS310-1.0.1.zip", - "size": 12745, - "checksum": "SHA-256:642ea48e9fb1d9dc4d7f5991cc0f60d897b00b9db6355ceadf4485b350ec4c3b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL260R-0.1.1.zip", + "archiveFileName": "TSL260R-0.1.1.zip", + "size": 12374, + "checksum": "SHA-256:aabf1c65a1053b5556d1b52335a39361f5469bb92568fe21649915ff6cc1aa69" }, { - "name": "Adafruit DPS310", - "version": "1.0.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", - "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_DPS310", + "name": "TSL260R", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the TSL260R, TSL261R and TSL262R infrared to voltage convertor.", + "paragraph": "Includes wavelength compensation. 940 nanoMeter is default.", + "website": "https://github.com/RobTillaart/TSL260R", "category": "Sensors", "architectures": [ "*" @@ -298498,28 +755929,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DPS310.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/RobTillaart/TSL260R.git", + "providesIncludes": [ + "TSL260R.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.2.zip", - "archiveFileName": "Adafruit_DPS310-1.0.2.zip", - "size": 12753, - "checksum": "SHA-256:a44811ed28f3bf0906dacc8a49d5f8d45dc608eaa7c7fddc44ab87397f6c50b5" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL260R-0.1.2.zip", + "archiveFileName": "TSL260R-0.1.2.zip", + "size": 13895, + "checksum": "SHA-256:0ac42489668429777f544b6cc1c895eb1437e4d2e9c4cc15d7e8804228baf51a" }, { - "name": "Adafruit DPS310", - "version": "1.0.3", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", - "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_DPS310", + "name": "TSL260R", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the TSL260R, TSL261R and TSL262R infrared to voltage convertor.", + "paragraph": "Includes wavelength compensation. 940 nanoMeter is default.", + "website": "https://github.com/RobTillaart/TSL260R", "category": "Sensors", "architectures": [ "*" @@ -298527,28 +755953,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DPS310.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/RobTillaart/TSL260R.git", + "providesIncludes": [ + "TSL260R.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.3.zip", - "archiveFileName": "Adafruit_DPS310-1.0.3.zip", - "size": 12735, - "checksum": "SHA-256:494bfab2f11030da19ce93b782c4d028c63bef355f6631960b8490192c1d148b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL260R-0.1.3.zip", + "archiveFileName": "TSL260R-0.1.3.zip", + "size": 14126, + "checksum": "SHA-256:e3059d21fcb5e3de7b3822a2ec7e1ab520ca51de1b1056461180d96d28942d44" }, { - "name": "Adafruit DPS310", - "version": "1.0.4", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", - "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_DPS310", + "name": "TSL260R", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the TSL260R, TSL261R and TSL262R infrared to voltage convertor.", + "paragraph": "Includes wavelength compensation. 940 nanoMeter is default.", + "website": "https://github.com/RobTillaart/TSL260R", "category": "Sensors", "architectures": [ "*" @@ -298556,163 +755977,211 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DPS310.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/RobTillaart/TSL260R.git", + "providesIncludes": [ + "TSL260R.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.4.zip", - "archiveFileName": "Adafruit_DPS310-1.0.4.zip", - "size": 12792, - "checksum": "SHA-256:e03667a7be7ceb26cbc3bc5b761e2a193ce1630ba1fe6e232c503583c89d812b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TSL260R-0.1.4.zip", + "archiveFileName": "TSL260R-0.1.4.zip", + "size": 14327, + "checksum": "SHA-256:6d67f55cfb3322fed4c095b2933e617cdaa8252aa8a7eaf3ae39fdc81a0dbce6" }, { - "name": "Adafruit DPS310", - "version": "1.0.5", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", - "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_DPS310", - "category": "Sensors", + "name": "AnalogKeyboard", + "version": "0.3.5", + "author": "Eder Joao Santini", + "maintainer": "ESDeveloperBR \u003cesdeveloperbr@gmail.com\u003e", + "sentence": "LIB to assist in the use of analog keyboard in embedded systems.", + "paragraph": "This library aims to convert analog signals coming from the ES32Lab PCB keyboard into independent keys, but it can also be used in other analog keyboard circuits with the appropriate parameter settings.", + "website": "https://github.com/ESDeveloperBR/AnalogKeyboard.git", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DPS310.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/ESDeveloperBR/AnalogKeyboard.git", + "providesIncludes": [ + "AnalogKeyboard.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.0.5.zip", - "archiveFileName": "Adafruit_DPS310-1.0.5.zip", - "size": 13594, - "checksum": "SHA-256:98e99267e281f734e89926094993aa2d82131f28f77a7a442a9fb56158d6439e" + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/AnalogKeyboard-0.3.5.zip", + "archiveFileName": "AnalogKeyboard-0.3.5.zip", + "size": 24269, + "checksum": "SHA-256:1e8a4c4910c753f5ebe57071d0af2df48fd4f4d17d74f4502003e9c110b7b5fc" }, { - "name": "Adafruit DPS310", - "version": "1.1.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit DPS310 barometric pressure sensor.", - "paragraph": "Designed specifically to work with the Adafruit DPS310 Breakout, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_DPS310", - "category": "Sensors", + "name": "AnalogKeyboard", + "version": "0.3.6", + "author": "Eder Santini", + "maintainer": "ESDeveloperBR", + "sentence": "LIB to assist in the use of analog keyboard in embedded systems.", + "paragraph": "Library developed by ESDeveloperBR that allows the operation of an analog keyboard with 5 keys, using only an analog GPIO. ATTENTION: The default settings for analog readings are set to 12Bits, a perfect setting for the ESP32.", + "website": "https://github.com/ESDeveloperBR/AnalogKeyboard", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DPS310.git", + "repository": "https://github.com/ESDeveloperBR/AnalogKeyboard.git", + "providesIncludes": [ + "AnalogKeyboard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/AnalogKeyboard-0.3.6.zip", + "archiveFileName": "AnalogKeyboard-0.3.6.zip", + "size": 23463, + "checksum": "SHA-256:cbc1cdefdebda97f50e4c404ff17cb575391b0488d3553739ce6665793626cdd" + }, + { + "name": "ES32Lab", + "version": "0.7.7", + "author": "Eder Santini", + "maintainer": "ESDeveloperBR", + "sentence": "This library is intended to facilitate the use of the ES32-LAB development board.", + "paragraph": "This library is intended to facilitate the use of the ES32-Lab development board.", + "website": "https://github.com/ESDeveloperBR/ES32Lab", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ESDeveloperBR/ES32Lab.git", + "providesIncludes": [ + "ES32Lab.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/ES32Lab-0.7.7.zip", + "archiveFileName": "ES32Lab-0.7.7.zip", + "size": 316854, + "checksum": "SHA-256:3f4858792c580ca9f75f7e3a0e0e5d902e56853215071ff1161ead9367fea936" + }, + { + "name": "ES32Lab", + "version": "0.7.8", + "author": "Eder Santini", + "maintainer": "ESDeveloperBR", + "sentence": "This library is intended to facilitate the use of the ES32Lab development board.", + "paragraph": "With this library you will have easy and quick access to the various electronic circuits available in the powerful ES32Lab development and prototyping tool. [YouTube]( https://www.youtube.com/watch?v=xpoNbSA8pPM)", + "website": "https://github.com/ESDeveloperBR/ES32Lab", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ESDeveloperBR/ES32Lab.git", + "providesIncludes": [ + "ES32Lab.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "TFT_eSPI_ES32Lab" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DPS310-1.1.0.zip", - "archiveFileName": "Adafruit_DPS310-1.1.0.zip", - "size": 13807, - "checksum": "SHA-256:e2809edc9be36a0e287682d053e9f6b2ba94b9729219a1528504ea272d41f894" + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/ES32Lab-0.7.8.zip", + "archiveFileName": "ES32Lab-0.7.8.zip", + "size": 1086657, + "checksum": "SHA-256:c2484f5a72650cd8a19099e2bf695cb3e47b71ce9aed9f76bb74b02bc271461c" }, { - "name": "Adafruit 10DOF", - "version": "1.1.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit 10DOF Breakout.", - "paragraph": "This driver is for the Adafruit 10DOF Breakout, and makes use of Adafruit's Unified Sensor Library to provide standard SI units of measure and easy to reuse sensor data.", - "website": "https://github.com/adafruit/Adafruit_10DOF", - "category": "Sensors", + "name": "ES32Lab", + "version": "0.7.9", + "author": "Eder Santini", + "maintainer": "ESDeveloperBR", + "sentence": "Library provided by ESDeveloperBR to facilitate the development of programs that use the ES32Lab board.", + "paragraph": "With this library you will have easy and quick access to the various electronic circuits available in the powerful ES32Lab development and prototyping tool. ATTENTION: This LIB depends on the TFT_eSPI_ES32Lab LIB.", + "website": "https://github.com/ESDeveloperBR/ES32Lab", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_10DOF.git", + "repository": "https://github.com/ESDeveloperBR/ES32Lab.git", + "providesIncludes": [ + "ES32Lab.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit LSM303DLHC" - }, - { - "name": "Adafruit L3GD20 U" - }, - { - "name": "Adafruit BMP085 Unified" + "name": "TFT_eSPI_ES32Lab" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_10DOF-1.1.1.zip", - "archiveFileName": "Adafruit_10DOF-1.1.1.zip", - "size": 805951, - "checksum": "SHA-256:bb8080c76fbb6920153ea37b94331ea28311bfbee08d5808de00ab9b2b4b37de" + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/ES32Lab-0.7.9.zip", + "archiveFileName": "ES32Lab-0.7.9.zip", + "size": 1086698, + "checksum": "SHA-256:578a0c43e96c8db8de903690c6e6704a697e79353e2519f80e3f169935ad9921" }, { - "name": "PString-Arduino-lib", - "version": "3.0.1", - "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", - "maintainer": "Abhijit Bose (@boseji) \u003csalearj@hotmail.com\u003e", - "sentence": "A Lightweight String Class for Formatting Text", - "paragraph": "Helps to easily format Strings with Fixed buffers in the background", - "website": "https://github.com/boseji/PString-Arduino-lib", - "category": "Communication", + "name": "ES32Lab", + "version": "0.8.1", + "author": "Eder Santini", + "maintainer": "ESDeveloperBR", + "sentence": "Library provided by ESDeveloperBR to facilitate the development of programs that use the ES32Lab board.", + "paragraph": "With this library you will have easy and quick access to the various electronic circuits available in the powerful ES32Lab development and prototyping tool. ATTENTION: This LIB depends on the TFT_eSPI_ES32Lab LIB.", + "website": "https://github.com/ESDeveloperBR/ES32Lab", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/boseji/PString-Arduino-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/PString_Arduino_lib-3.0.1.zip", - "archiveFileName": "PString_Arduino_lib-3.0.1.zip", - "size": 16689, - "checksum": "SHA-256:e7df8409d3f20263017f80ffb19c7f010bbbce29a6d9e4438d4a76b42557dd5f" + "repository": "https://github.com/ESDeveloperBR/ES32Lab.git", + "providesIncludes": [ + "ES32Lab.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI_ES32Lab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/ES32Lab-0.8.1.zip", + "archiveFileName": "ES32Lab-0.8.1.zip", + "size": 1092533, + "checksum": "SHA-256:fb50f29e90ede6e369f1e0d6280d430d6898a3c8ce20660191aa092e04a64f41" }, { - "name": "PString-Arduino-lib", - "version": "3.0.2", - "author": "Mikal Hart \u003cmikal@arduiniana.org\u003e", - "maintainer": "Abhijit Bose (@boseji) \u003csalearj@hotmail.com\u003e", - "sentence": "A Lightweight String Class for Formatting Text", - "paragraph": "Helps to easily format Strings with Fixed buffers in the background", - "website": "https://github.com/boseji/PString-Arduino-lib", - "category": "Communication", + "name": "ES32Lab", + "version": "0.8.5", + "author": "ES Developer", + "maintainer": "ESDeveloperBR", + "sentence": "Library provided by ESDeveloperBR to facilitate the development of programs that utilize the ES32Lab board.", + "paragraph": "With this library, you will have easy and quick access to the various electronic circuits available in the powerful ES32Lab development and prototyping tool. ATTENTION: This library depends on the TFT_eSPI_ES32Lab library.", + "website": "https://github.com/ESDeveloperBR/ES32Lab", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/boseji/PString-Arduino-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/boseji/PString_Arduino_lib-3.0.2.zip", - "archiveFileName": "PString_Arduino_lib-3.0.2.zip", - "size": 16751, - "checksum": "SHA-256:5534217a774f3dbc9c9c9580f5eee8eeb7781ef507be4a1c5f67ee65e3194b73" + "repository": "https://github.com/ESDeveloperBR/ES32Lab.git", + "providesIncludes": [ + "ES32Lab.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI_ES32Lab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/ES32Lab-0.8.5.zip", + "archiveFileName": "ES32Lab-0.8.5.zip", + "size": 1122694, + "checksum": "SHA-256:89855fc3921edf4c0e40b2ea7870ad8d15007233eb3e7fbdf84f837b72ef897a" }, { - "name": "LED744511", - "version": "1.1.2", - "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "sentence": "74'4511 LED Driver Library", - "paragraph": "Arduino library for 74HC4511 BCD to 7-segment driver chip.", - "website": "http://github.com/Andy4495/LED744511", + "name": "ES32Lab", + "version": "0.8.6", + "author": "ES Developer", + "maintainer": "ESDeveloperBR", + "sentence": "Library provided by ESDeveloperBR to facilitate the development of programs that utilize the ES32Lab board.", + "paragraph": "With this library, you will have easy and quick access to the various electronic circuits available in the powerful ES32Lab development and prototyping tool. ATTENTION: This library depends on the TFT_eSPI_ES32Lab library.", + "website": "https://github.com/ESDeveloperBR/ES32Lab", "category": "Device Control", "architectures": [ "*" @@ -298720,23 +756189,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Andy4495/LED744511.git", + "repository": "https://github.com/ESDeveloperBR/ES32Lab.git", "providesIncludes": [ - "LED744511.h" + "ES32Lab.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/LED744511-1.1.2.zip", - "archiveFileName": "LED744511-1.1.2.zip", - "size": 98531, - "checksum": "SHA-256:15a449a0f712890328555260462cdc752fd290edcd66b3895684b4a9f1fe7d09" + "dependencies": [ + { + "name": "TFT_eSPI_ES32Lab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/ES32Lab-0.8.6.zip", + "archiveFileName": "ES32Lab-0.8.6.zip", + "size": 1122700, + "checksum": "SHA-256:7262d431a671c049009a8f039104512677a68c11e9fc5a6b46d89755357eafae" }, { - "name": "ICM7218", - "version": "1.2.2", - "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "sentence": "Intersil-Renesas ICM7218A/B and ICM7228A/B LED driver library.", - "paragraph": "Includes built-in ASCII character map using Direct mode.", - "website": "http://github.com/Andy4495/ICM7218", + "name": "ES32Lab", + "version": "0.8.8", + "author": "ES Developer", + "maintainer": "ESDeveloperBR", + "sentence": "Library provided by ESDeveloperBR to facilitate the development of programs that utilize the ES32Lab board.", + "paragraph": "With this library, you will have easy and quick access to the various electronic circuits available in the powerful ES32Lab development and prototyping tool. ATTENTION: This library depends on the TFT_eSPI_ES32Lab library.", + "website": "https://github.com/ESDeveloperBR/ES32Lab", "category": "Device Control", "architectures": [ "*" @@ -298744,478 +756218,654 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Andy4495/ICM7218.git", + "repository": "https://github.com/ESDeveloperBR/ES32Lab.git", "providesIncludes": [ - "ICM7218.h" + "ES32Lab.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/ICM7218-1.2.2.zip", - "archiveFileName": "ICM7218-1.2.2.zip", - "size": 518980, - "checksum": "SHA-256:3fed8583c3f22e7e87163644e48e47d44f9aa634e6617cc0b7c03b5e32f96862" + "dependencies": [ + { + "name": "TFT_eSPI_ES32Lab" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/ES32Lab-0.8.8.zip", + "archiveFileName": "ES32Lab-0.8.8.zip", + "size": 1143999, + "checksum": "SHA-256:a38a95c1873c95590f23997f8e0d6a1fcb8e8a47c04ba21f9f5f4a83ca41f0aa" }, { - "name": "TLC591x", - "version": "1.0.2", - "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", - "website": "http://github.com/Andy4495/TLC591x", - "category": "Device Control", + "name": "TimeInterval", + "version": "0.3.6", + "author": "Eder Santini", + "maintainer": "ESDeveloperBr", + "sentence": "Library to facilitate the control of intervals, avoiding the use of the DELAY command.", + "paragraph": "The TimeInterval class aims to facilitate the use of the micros() and millis() commands, thus making time control more intuitive without paralyzing the main program.", + "website": "https://github.com/ESDeveloperBR/TimeInterval", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Andy4495/TLC591x.git", + "repository": "https://github.com/ESDeveloperBR/TimeInterval.git", "providesIncludes": [ - "TLC591x.h" + "TimeInterval.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.0.2.zip", - "archiveFileName": "TLC591x-1.0.2.zip", - "size": 112691, - "checksum": "SHA-256:544bc270f5c6f305b4911874ddfed2d4c12d40e6c73c326af3a5e258bf2373e4" + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/TimeInterval-0.3.6.zip", + "archiveFileName": "TimeInterval-0.3.6.zip", + "size": 9138, + "checksum": "SHA-256:9857ba03ec79414167c46c8ec2585e286ffd70d4e1c20073bc961d1c79b50785" }, { - "name": "TLC591x", - "version": "1.0.3", - "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", - "sentence": "Library for TI TLC5916 and TLC5917 constant current sink LED driver chips.", - "website": "http://github.com/Andy4495/TLC591x", - "category": "Device Control", + "name": "TimeInterval", + "version": "0.3.7", + "author": "ESDeveloperBR", + "maintainer": "ESDeveloperBr", + "sentence": "Library developed by ESDeveloperBR with the objective of facilitating the control of intervals, avoiding the use of the DELAY command.", + "paragraph": "This time control library is based on the MILLIS() and MICROS() procedures, with the main objective of replacing the DELAY() command, thus avoiding the programming LOOP paralyzation.", + "website": "https://github.com/ESDeveloperBR/TimeInterval", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Andy4495/TLC591x.git", + "repository": "https://github.com/ESDeveloperBR/TimeInterval.git", "providesIncludes": [ - "TLC591x.h" + "TimeInterval.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TLC591x-1.0.3.zip", - "archiveFileName": "TLC591x-1.0.3.zip", - "size": 112996, - "checksum": "SHA-256:d07f206d9098df97937b60d77debc0e46f7b36ae5ba7390ce05ff64e110d43dd" + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/TimeInterval-0.3.7.zip", + "archiveFileName": "TimeInterval-0.3.7.zip", + "size": 12301, + "checksum": "SHA-256:6f54fa184e02be565a2951fddf4e653c69512967b47f8eb229fc41b0535da678" }, { - "name": "zForce Air Library", - "version": "1.0.0", - "author": "Neonode (support@neonode.com)", - "maintainer": "Neonode (support@neonode.com)", - "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", - "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", - "website": "https://github.com/neonode-inc/zforce-arduino", + "name": "AsyncWebServer_ESP32_ENC", + "version": "1.6.2", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32 + ENC28J60)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32 + ENC28J60). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/neonode-inc/zforce-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.0.0.zip", - "archiveFileName": "zForce_Air_Library-1.0.0.zip", - "size": 25889, - "checksum": "SHA-256:4c87085491b250c477adb19e900092662089d57299e6e41a91fd6ac9e8fb55b3" + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_ENC.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_ENC-1.6.2.zip", + "archiveFileName": "AsyncWebServer_ESP32_ENC-1.6.2.zip", + "size": 429578, + "checksum": "SHA-256:6fa90166cf59bb0aa8a49ffd42bc7f53a764524507bc1cd89782c5983cf6a758" }, { - "name": "zForce Air Library", - "version": "1.1.0", - "author": "Neonode (support@neonode.com)", - "maintainer": "Neonode (support@neonode.com)", - "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", - "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", - "website": "https://github.com/neonode-inc/zforce-arduino", + "name": "AsyncWebServer_ESP32_ENC", + "version": "1.6.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32 + ENC28J60)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32 + ENC28J60). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/neonode-inc/zforce-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.1.0.zip", - "archiveFileName": "zForce_Air_Library-1.1.0.zip", - "size": 26242, - "checksum": "SHA-256:0a47570e6f50d0ecb3f338effc5b84ba04d8e25369a6c171829fdef1f7175a4e" + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_ENC.h" + ], + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_ENC-1.6.3.zip", + "archiveFileName": "AsyncWebServer_ESP32_ENC-1.6.3.zip", + "size": 448950, + "checksum": "SHA-256:a38d7893d2633787ee46b87a5316d3943e1d5db03444eee192338f79816e977a" }, { - "name": "zForce Air Library", - "version": "1.2.0", - "author": "Neonode (support@neonode.com)", - "maintainer": "Neonode (support@neonode.com)", - "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", - "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", - "website": "https://github.com/neonode-inc/zforce-arduino", + "name": "WebServer_ESP32_ENC", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using ENC28J60 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_ENC", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/neonode-inc/zforce-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.2.0.zip", - "archiveFileName": "zForce_Air_Library-1.2.0.zip", - "size": 26575, - "checksum": "SHA-256:03ffc3c557cae9a80a246a6484e466ad4a2fbe49ea4fa884c2b1823adf89aa96" + "repository": "https://github.com/khoih-prog/WebServer_ESP32_ENC.git", + "providesIncludes": [ + "WebServer_ESP32_ENC.h", + "WebServer_ESP32_ENC.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_ENC-1.5.1.zip", + "archiveFileName": "WebServer_ESP32_ENC-1.5.1.zip", + "size": 116855, + "checksum": "SHA-256:9000150c33f4cfb987809e2dd782013e38cd96a2123e8be71de74534f1c7323d" }, { - "name": "zForce Air Library", - "version": "1.2.1", - "author": "Neonode (support@neonode.com)", - "maintainer": "Neonode (support@neonode.com)", - "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", - "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", - "website": "https://github.com/neonode-inc/zforce-arduino", + "name": "WebServer_ESP32_ENC", + "version": "1.5.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using ENC28J60 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_ENC", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/neonode-inc/zforce-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.2.1.zip", - "archiveFileName": "zForce_Air_Library-1.2.1.zip", - "size": 30200, - "checksum": "SHA-256:aa9346c65165db6a50fb27d3df4ab56f18abb264295516e116587665541b629d" + "repository": "https://github.com/khoih-prog/WebServer_ESP32_ENC.git", + "providesIncludes": [ + "WebServer_ESP32_ENC.h", + "WebServer_ESP32_ENC.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_ENC-1.5.3.zip", + "archiveFileName": "WebServer_ESP32_ENC-1.5.3.zip", + "size": 262946, + "checksum": "SHA-256:067fff9a2b559d8ed01b014e0d6b1dec890f2a07ffca124960e38e57b48995de" }, { - "name": "zForce Air Library", - "version": "1.3.0", - "author": "Neonode (support@neonode.com)", - "maintainer": "Neonode (support@neonode.com)", - "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", - "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", - "website": "https://github.com/neonode-inc/zforce-arduino", - "category": "Communication", + "name": "statusled", + "version": "1.0.1", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to drive a status led like off/on, blinking, counting, flashing...", + "paragraph": "Every project generaly include one or more status led. This library help you to easily display a state for your user.", + "website": "https://github.com/alexmaurer-madis/statusled.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neonode-inc/zforce-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.3.0.zip", - "archiveFileName": "zForce_Air_Library-1.3.0.zip", - "size": 30202, - "checksum": "SHA-256:dba68e703d8470a49eecdc36f6adbab20eed23569f7e8e2b74872ddb0a4c24ef" + "repository": "https://github.com/alexmaurer-madis/statusled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/statusled-1.0.1.zip", + "archiveFileName": "statusled-1.0.1.zip", + "size": 4867, + "checksum": "SHA-256:066b4ba2bb9612f4db3cfe7403ec95dd863e4755b155dd2db725d0042eba36c4" }, { - "name": "zForce Air Library", - "version": "1.4.0", - "author": "Neonode (support@neonode.com)", - "maintainer": "Neonode (support@neonode.com)", - "sentence": "A library that makes it easy to communicate with the zForce AIR Sensor.", - "paragraph": "Supports most Arduino atmel based platforms. Replace the I2C communication to support other platforms.", - "website": "https://github.com/neonode-inc/zforce-arduino", - "category": "Communication", + "name": "statusled", + "version": "1.0.2", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to drive a status LED like off/on, blinking, counting, flashing...", + "paragraph": "Every project generally includes one or more status LED. This library helps you to easily display the state of your device.", + "website": "https://github.com/alexmaurer-madis/statusled.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neonode-inc/zforce-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/neonode-inc/zForce_Air_Library-1.4.0.zip", - "archiveFileName": "zForce_Air_Library-1.4.0.zip", - "size": 30687, - "checksum": "SHA-256:40b9cacf0e30a1b1be5d9289e3c6144803ab7a6a4060bf951f02c353e724a305" + "repository": "https://github.com/alexmaurer-madis/statusled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/statusled-1.0.2.zip", + "archiveFileName": "statusled-1.0.2.zip", + "size": 5258, + "checksum": "SHA-256:07178dffe88c66f89f1dc060944830ba06645db270359a174bc9b46727896a00" }, { - "name": "Balboa Spa communications", - "version": "1.0.1", - "author": "M Hotchin \u003cgithub@hotchin.net\u003e", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Use Arduino to control your BalBoa Spa Pack.", - "paragraph": "Monitor and control your WiFi connected BalBoa spa. This requires that your spa pack have the Balboa Wi-Fi module 50350 installed. If you can use the Balboa Worldwide App (bwa™) to control your spa, this should work as well. Tested on Arduino Uno, Arduino Mega 2560, Wemos D1 R1 (ESP8266) and Wemos D1 R32 (ESP32) boards.", - "website": "https://github.com/MHotchin/BalBoaSpa", - "category": "Uncategorized", + "name": "statusled", + "version": "1.0.3", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to drive a status LED like off/on, blinking, counting, flashing...", + "paragraph": "Every project generally includes one or more status LED. This library helps you to easily display the state of your device.", + "website": "https://github.com/alexmaurer-madis/statusled.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/BalBoaSpa.git", - "providesIncludes": [ - "BalBoaSpa.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Balboa_Spa_communications-1.0.1.zip", - "archiveFileName": "Balboa_Spa_communications-1.0.1.zip", - "size": 23836, - "checksum": "SHA-256:459b7c0e56525a7ce5ae5b37f62f534101f7d57aa36b6f641a7ddd43542f29a8" + "repository": "https://github.com/alexmaurer-madis/statusled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/statusled-1.0.3.zip", + "archiveFileName": "statusled-1.0.3.zip", + "size": 5498, + "checksum": "SHA-256:e88d010c9e1636307397b9ffae0dc03948a5e9e7ddbc00ad5c1415eb16621aa9" }, { - "name": "Balboa Spa communications", - "version": "1.0.2", - "author": "M Hotchin \u003cgithub@hotchin.net\u003e", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Use Arduino to control your BalBoa Spa Pack.", - "paragraph": "Monitor and control your WiFi connected BalBoa spa. This requires that your spa pack have the Balboa Wi-Fi module 50350 installed. If you can use the Balboa Worldwide App (bwa™) to control your spa, this should work as well. Tested on Arduino Uno, Arduino Mega 2560, Wemos D1 R1 (ESP8266) and Wemos D1 R32 (ESP32) boards.", - "website": "https://github.com/MHotchin/BalBoaSpa", - "category": "Uncategorized", + "name": "statusled", + "version": "1.0.4", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to drive a status LED like off/on, blinking, counting, flashing...", + "paragraph": "Every project generally includes one or more status LED. This library helps you to easily display the state of your device.", + "website": "https://github.com/alexmaurer-madis/statusled.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/BalBoaSpa.git", - "providesIncludes": [ - "BalBoaSpa.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/Balboa_Spa_communications-1.0.2.zip", - "archiveFileName": "Balboa_Spa_communications-1.0.2.zip", - "size": 24097, - "checksum": "SHA-256:e059411f1988edc4b8614fd9e947e42a5b3f4fcbd55136f1956740c96c88565b" + "repository": "https://github.com/alexmaurer-madis/statusled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/statusled-1.0.4.zip", + "archiveFileName": "statusled-1.0.4.zip", + "size": 6404, + "checksum": "SHA-256:7f5840d501dcae86d7bf6de7149a51e55c8fd6b6ab64b2e9f320c28eebc1f4a6" }, { - "name": "TimerEvent", - "version": "0.4.1", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "Use this simple library to create timed events effortlessly.", - "paragraph": "TimerEvent provides an easy way to trigger functions every set time and is a non-blocking alternative to delay() function.", - "website": "https://github.com/cygig/TimerEvent", - "category": "Timing", + "name": "statusled", + "version": "1.0.5", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to drive a status LED like off/on, blinking, counting, flashing...", + "paragraph": "Every project generally includes one or more status LED. This library helps you to easily display the state of your device.", + "website": "https://github.com/alexmaurer-madis/statusled.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/TimerEvent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/TimerEvent-0.4.1.zip", - "archiveFileName": "TimerEvent-0.4.1.zip", - "size": 3818, - "checksum": "SHA-256:a7b70a5093ecd6f4a2b0e1441f66cbbe45c6ee19f83b7711682f95ebda2549ab" + "repository": "https://github.com/alexmaurer-madis/statusled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/statusled-1.0.5.zip", + "archiveFileName": "statusled-1.0.5.zip", + "size": 6394, + "checksum": "SHA-256:8c27a1eb63f4fc5847d6d67aa7833f203edeb8dadeef9a9b53278fb7aeaf8197" }, { - "name": "TimerEvent", - "version": "0.4.2", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "Use this simple library to create timed events effortlessly.", - "paragraph": "TimerEvent provides an easy way to trigger functions every set time and is a non-blocking alternative to delay() function.", - "website": "https://github.com/cygig/TimerEvent", - "category": "Timing", + "name": "statusled", + "version": "1.1.0", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to drive a status LED like off/on, blinking, counting, flashing...", + "paragraph": "Every project generally includes one or more status LED. This library helps you to easily display the state of your device.", + "website": "https://github.com/alexmaurer-madis/statusled.git", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/TimerEvent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/TimerEvent-0.4.2.zip", - "archiveFileName": "TimerEvent-0.4.2.zip", - "size": 3798, - "checksum": "SHA-256:d30da893e838b57b00d020d3b850d62f8144113c5d6c18565caed22f10cb5615" + "repository": "https://github.com/alexmaurer-madis/statusled.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/statusled-1.1.0.zip", + "archiveFileName": "statusled-1.1.0.zip", + "size": 7787, + "checksum": "SHA-256:22131ced00b7b216a476e775e7b99e3a465607b68d916ec260515c51735f8e59" }, { - "name": "ESP32-Chimera-Core", - "version": "0.2.9", - "author": "Lovyan03 \u0026 Tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", - "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", - "website": "https://github.com/tobozo/ESP32-Chimera-Core", - "category": "Device Control", + "name": "SC16IS7X0", + "version": "1.0.0", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to read and write UART and GPIO for the SC16IS740_750_760", + "paragraph": "Add an additional hardware UART and some GPIOs to your Arduino project.", + "website": "https://github.com/alexmaurer-madis/SC16IS7X0", + "category": "Communication", "architectures": [ - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", - "providesIncludes": [ - "M5Stack.h" + "repository": "https://github.com/alexmaurer-madis/SC16IS7X0.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-0.2.9.zip", - "archiveFileName": "ESP32_Chimera_Core-0.2.9.zip", - "size": 1611591, - "checksum": "SHA-256:e8979fa16395a18ef2f869cf3ddab8a7deda64fbb0db4e04133e80ffdba52960" + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/SC16IS7X0-1.0.0.zip", + "archiveFileName": "SC16IS7X0-1.0.0.zip", + "size": 12171, + "checksum": "SHA-256:00a46f3f49ca65695e055abcfcb4b577d6191bb018e057636477e22226298644" }, { - "name": "ESP32-Chimera-Core", - "version": "1.0.2", - "author": "Lovyan03 \u0026 Tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", - "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", - "website": "https://github.com/tobozo/ESP32-Chimera-Core", - "category": "Device Control", + "name": "eeprom_25AA02EXX", + "version": "1.0.0", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to read and write Microchip SPI EEPROM 25AA02E48 or 25AA02E64", + "paragraph": "25AA02E48 or 25AA02E64 EEPROM are factory programmed with EUI-48 or EUI-64 UniqueIdentifier", + "website": "https://github.com/alexmaurer-madis/eeprom_25AA02EXX", + "category": "Data Storage", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", - "providesIncludes": [ - "M5Stack.h" + "repository": "https://github.com/alexmaurer-madis/eeprom_25AA02EXX.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.0.2.zip", - "archiveFileName": "ESP32_Chimera_Core-1.0.2.zip", - "size": 1263711, - "checksum": "SHA-256:bbb52648e6a73dd3c07512aed5fbfa2aa2bdf252f602746509a66612ba91561f" + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/eeprom_25AA02EXX-1.0.0.zip", + "archiveFileName": "eeprom_25AA02EXX-1.0.0.zip", + "size": 7839, + "checksum": "SHA-256:4dfa467ab75492cb53c10d649e4ca27f3e286e55f1ae24541d4ab6c5cd990674" }, { - "name": "ESP32-Chimera-Core", - "version": "1.0.3", - "author": "Lovyan03 \u0026 Tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "Alternate library M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", - "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", - "website": "https://github.com/tobozo/ESP32-Chimera-Core", - "category": "Device Control", + "name": "eeprom_25AA02EXX", + "version": "1.0.1", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to read and write Microchip SPI EEPROM 25AA02E48 or 25AA02E64", + "paragraph": "25AA02E48 or 25AA02E64 EEPROM are factory programmed with EUI-48 or EUI-64 UniqueIdentifier", + "website": "https://github.com/alexmaurer-madis/eeprom_25AA02EXX", + "category": "Data Storage", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", - "providesIncludes": [ - "M5Stack.h" - ], + "repository": "https://github.com/alexmaurer-madis/eeprom_25AA02EXX.git", "dependencies": [ { - "name": "LovyanGFX" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.0.3.zip", - "archiveFileName": "ESP32_Chimera_Core-1.0.3.zip", - "size": 840253, - "checksum": "SHA-256:467ac0aa8a57b6d551b04ea1440c9c208c45bbdf8f1e8529d8918652d09dd4e1" + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/eeprom_25AA02EXX-1.0.1.zip", + "archiveFileName": "eeprom_25AA02EXX-1.0.1.zip", + "size": 8303, + "checksum": "SHA-256:a39264152ff0adc0565eb5087c9cd94255ed01d4f65910913af3bed073de547e" }, { - "name": "ESP32-Chimera-Core", + "name": "eeprom_25AA02EXX", "version": "1.1.0", - "author": "Lovyan03 \u0026 Tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", - "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", - "website": "https://github.com/tobozo/ESP32-Chimera-Core", - "category": "Device Control", + "author": "Alexandre Maurer, alexmaurer@madis.ch", + "maintainer": "Alexandre Maurer, alexmaurer@madis.ch", + "sentence": "Library to read and write Microchip SPI EEPROM 25AA02E48 or 25AA02E64", + "paragraph": "25AA02E48 or 25AA02E64 EEPROM are factory programmed with EUI-48 or EUI-64 UniqueIdentifier", + "website": "https://github.com/alexmaurer-madis/eeprom_25AA02EXX", + "category": "Data Storage", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexmaurer-madis/eeprom_25AA02EXX.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alexmaurer-madis/eeprom_25AA02EXX-1.1.0.zip", + "archiveFileName": "eeprom_25AA02EXX-1.1.0.zip", + "size": 9515, + "checksum": "SHA-256:a875be3b4bca96a60b2455e55cf3c49d22d726d7da8aabfba5172162ea623ff6" + }, + { + "name": "AsyncUdp_ESP32_ENC", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32 boards using LwIP ENC28J60 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUdp_ESP32_ENC", + "category": "Uncategorized", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "repository": "https://github.com/khoih-prog/AsyncUdp_ESP32_ENC.git", "providesIncludes": [ - "ESP32-Chimera-Core.h" + "AsyncUdp_ESP32_ENC.h", + "AsyncUdp_ESP32_ENC.hpp" ], "dependencies": [ { - "name": "LovyanGFX" + "name": "WebServer_ESP32_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.0.zip", - "archiveFileName": "ESP32_Chimera_Core-1.1.0.zip", - "size": 863583, - "checksum": "SHA-256:32d4a8b17c8f31a20d19b245b0e93e9f0d993b78d573ce6ee097c84a3825bd78" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUdp_ESP32_ENC-2.0.0.zip", + "archiveFileName": "AsyncUdp_ESP32_ENC-2.0.0.zip", + "size": 54766, + "checksum": "SHA-256:98470504a33c197b5916771b4585e97e83b52ccdedb1daaa75f2d1ce8f0f2e9a" }, { - "name": "ESP32-Chimera-Core", - "version": "1.1.1", - "author": "Lovyan03 \u0026 Tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", - "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", - "website": "https://github.com/tobozo/ESP32-Chimera-Core", - "category": "Device Control", + "name": "AsyncDNSServer_ESP32_ENC", + "version": "1.0.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for ESP32 boards using LwIP ENC28J60 Ethernet.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_ENC, AsyncHTTPRequest_ESP32_ENC, AsyncHTTPSRequest_ESP32_ENC", + "website": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_ENC", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "repository": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_ENC.git", "providesIncludes": [ - "ESP32-Chimera-Core.h" + "AsyncDNSServer_ESP32_ENC.h", + "AsyncDNSServer_ESP32_ENC.hpp" ], "dependencies": [ { - "name": "LovyanGFX" + "name": "WebServer_ESP32_ENC" + }, + { + "name": "AsyncUdp_ESP32_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.1.zip", - "archiveFileName": "ESP32_Chimera_Core-1.1.1.zip", - "size": 865571, - "checksum": "SHA-256:b918ec4a7a2150b9dbb5f7a40ec086412e04778d753bf8a58472f2e5e8e6e527" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_ESP32_ENC-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_ESP32_ENC-1.0.0.zip", + "size": 42900, + "checksum": "SHA-256:f4b80ab416e24e951a85ec8b773b5dc04509d6d8b467da8f0764f8b12356360f" }, { - "name": "ESP32-Chimera-Core", - "version": "1.1.2", - "author": "Lovyan03 \u0026 Tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", - "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", - "website": "https://github.com/tobozo/ESP32-Chimera-Core", - "category": "Device Control", + "name": "AsyncDNSServer_WT32_ETH01", + "version": "1.0.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for WT32_ETH01 or ESP32-based boards using LwIP LAN8720 Ethernet.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_WT32_ETH01, AsyncHTTPRequest_WT32_ETH01, AsyncHTTPSRequest_WT32_ETH01", + "website": "https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "repository": "https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01.git", "providesIncludes": [ - "ESP32-Chimera-Core.h" + "AsyncDNSServer_WT32_ETH01.h", + "AsyncDNSServer_WT32_ETH01.hpp" ], "dependencies": [ { - "name": "LovyanGFX" + "name": "WebServer_WT32_ETH01" + }, + { + "name": "AsyncUDP_WT32_ETH01" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.2.zip", - "archiveFileName": "ESP32_Chimera_Core-1.1.2.zip", - "size": 869813, - "checksum": "SHA-256:ce8424575faa5f25480190239d4f8619c6f48262b208a1331f76c7c33e896ac1" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_WT32_ETH01-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_WT32_ETH01-1.0.0.zip", + "size": 32497, + "checksum": "SHA-256:8742c954e327fa66605eaaa3af6bd1867b0e3ebe2f51a45a930dba855edec29a" }, { - "name": "ESP32-Chimera-Core", - "version": "1.1.3", - "author": "Lovyan03 \u0026 Tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "Alternate library M5Stack/M5Core2/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles", - "paragraph": "See more on https://github.com/tobozo/ESP32-Chimera-Core", - "website": "https://github.com/tobozo/ESP32-Chimera-Core", - "category": "Device Control", + "name": "esp32_codec2", + "version": "1.0.1", + "author": "sh123", + "maintainer": "sh123", + "sentence": "Codec2 Arduino library for ESP32.", + "paragraph": "Use this library with ESP32 board to encode and decode Codec2 speech frames.", + "website": "https://github.com/sh123/esp32_codec2_arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sh123/esp32_codec2_arduino.git", + "providesIncludes": [ + "codec2.h", + "freedv_api.h", + "fsk.h", + "fmfsk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sh123/esp32_codec2-1.0.1.zip", + "archiveFileName": "esp32_codec2-1.0.1.zip", + "size": 1189658, + "checksum": "SHA-256:e70caf0a2e55e7a87178bb8123f9461b4ad36d4e650316d1fcd7ffdc8672ccc6" + }, + { + "name": "esp32_codec2", + "version": "1.0.3", + "author": "sh123", + "maintainer": "sh123", + "sentence": "Codec2 Arduino library for ESP32.", + "paragraph": "Use this library with ESP32 board to encode and decode Codec2 speech frames.", + "website": "https://github.com/sh123/esp32_codec2_arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sh123/esp32_codec2_arduino.git", + "providesIncludes": [ + "codec2.h", + "freedv_api.h", + "fsk.h", + "fmfsk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sh123/esp32_codec2-1.0.3.zip", + "archiveFileName": "esp32_codec2-1.0.3.zip", + "size": 1189658, + "checksum": "SHA-256:b6fa8d5346106270b17b866984ee686861d0d29ce13bdf687847961b111a717e" + }, + { + "name": "esp32_codec2", + "version": "1.0.4", + "author": "sh123", + "maintainer": "sh123", + "sentence": "Codec2 Arduino library for ESP32.", + "paragraph": "Use this library with ESP32 board to encode and decode Codec2 speech frames.", + "website": "https://github.com/sh123/esp32_codec2_arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sh123/esp32_codec2_arduino.git", + "providesIncludes": [ + "codec2.h", + "freedv_api.h", + "fsk.h", + "fmfsk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sh123/esp32_codec2-1.0.4.zip", + "archiveFileName": "esp32_codec2-1.0.4.zip", + "size": 1193889, + "checksum": "SHA-256:80cd86f4f7280ef790b806022cc4070835bc24972d8f644b10cc25127900dd95" + }, + { + "name": "esp32_codec2", + "version": "1.0.5", + "author": "sh123", + "maintainer": "sh123", + "sentence": "Codec2 Arduino library for ESP32.", + "paragraph": "Use this library with ESP32 board to encode and decode Codec2 speech frames.", + "website": "https://github.com/sh123/esp32_codec2_arduino", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sh123/esp32_codec2_arduino.git", + "providesIncludes": [ + "codec2.h", + "freedv_api.h", + "fsk.h", + "fmfsk.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sh123/esp32_codec2-1.0.5.zip", + "archiveFileName": "esp32_codec2-1.0.5.zip", + "size": 1273941, + "checksum": "SHA-256:0d2dfbd30ce930f6fb808474891f32535c2f8be8464fc34f082655d1558a260b" + }, + { + "name": "GPSP", + "version": "1.1.1", + "author": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "maintainer": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "sentence": "A simple, and easy to use Arduino protocol", + "paragraph": "Allow definition of custom commands with custom function call, all handled by the library", + "website": "https://github.com/Mathieu52/GPSP", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-Chimera-Core.git", + "repository": "https://github.com/Mathieu52/GPSP.git", "providesIncludes": [ - "ESP32-Chimera-Core.h" + "GPSP.h" ], "dependencies": [ { - "name": "LovyanGFX" + "name": "QList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_Chimera_Core-1.1.3.zip", - "archiveFileName": "ESP32_Chimera_Core-1.1.3.zip", - "size": 882169, - "checksum": "SHA-256:e45afca3d3f42234d283a6541f5714878796023bf62e47e5d955d3129553e874" + "url": "https://downloads.arduino.cc/libraries/github.com/Mathieu52/GPSP-1.1.1.zip", + "archiveFileName": "GPSP-1.1.1.zip", + "size": 17324, + "checksum": "SHA-256:7535f704328c3f6ca3490ec8d7d4f4e60eea2a8c6cd27cff7f1db9ef72c86249" }, { - "name": "Easyiot-Esp8266", - "version": "1.0.0", - "author": "Easyiot \u003csuporte@easyiot.com.br\u003e", - "maintainer": "Easyiot \u003csuporte@easyiot.com.br\u003e", - "sentence": "An Arduino library for sending and receiving data to an online platform using Esp8266 ESP-12E Boards.", - "paragraph": "Supports Esp8266 ESP12-E boards.", - "website": "https://github.com/EasyIoT-BR/Easyiot-Esp8266", + "name": "GPSP", + "version": "1.1.2", + "author": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "maintainer": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "sentence": "A simple, and easy to use Arduino protocol", + "paragraph": "Allow definition of custom commands with custom function call, all handled by the library", + "website": "https://github.com/Mathieu52/GPSP", "category": "Communication", "architectures": [ "*" @@ -299223,196 +756873,218 @@ "types": [ "Contributed" ], - "repository": "https://github.com/EasyIoT-BR/Easyiot-Esp8266.git", + "repository": "https://github.com/Mathieu52/GPSP.git", "providesIncludes": [ - "Easyiot-Esp8266.h" + "GPSP.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/EasyIoT-BR/Easyiot_Esp8266-1.0.0.zip", - "archiveFileName": "Easyiot_Esp8266-1.0.0.zip", - "size": 7570, - "checksum": "SHA-256:60c47123d38d4bd29707ba43ac5551e5e2d55828fd6d1a611a3623412eddb19e" + "dependencies": [ + { + "name": "QList" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mathieu52/GPSP-1.1.2.zip", + "archiveFileName": "GPSP-1.1.2.zip", + "size": 17288, + "checksum": "SHA-256:c8aeca64b1ab53f30f510e5c551890131fc070275a2d40292a94235790b9f1d8" }, { - "name": "Serie", - "version": "1.0.0", - "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "sentence": "A library that makes easy to use time series", - "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included data compression for storage or transfer with several transfer protocol).", - "website": "https://github.com/predicteur/Serie/blob/master/README.md", - "category": "Data Processing", + "name": "GPSP", + "version": "1.1.4", + "author": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "maintainer": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "sentence": "A simple, and easy to use Arduino protocol", + "paragraph": "Allow definition of custom commands with custom function call, all handled by the library", + "website": "https://github.com/Mathieu52/GPSP", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/predicteur/Serie.git", + "repository": "https://github.com/Mathieu52/GPSP.git", + "providesIncludes": [ + "GPSP.h" + ], "dependencies": [ { - "name": "MatrixMath" + "name": "QList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.0.0.zip", - "archiveFileName": "Serie-1.0.0.zip", - "size": 246832, - "checksum": "SHA-256:5c04290c0642ef4025bd165c8eb54bfb49f6a33e5ee16ae1b6de5b17f7b0c5d1" + "url": "https://downloads.arduino.cc/libraries/github.com/Mathieu52/GPSP-1.1.4.zip", + "archiveFileName": "GPSP-1.1.4.zip", + "size": 17537, + "checksum": "SHA-256:ff5087a26f82f347af454a4fbeefc36f55d6c2be61a2e1c6becde19468ee3de2" }, { - "name": "Serie", - "version": "1.2.0", - "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "sentence": "A library that makes easy to use time series", - "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included smoothing and data compression for storage or transfer with several protocol).", - "website": "https://github.com/predicteur/Serie/blob/master/README.md", - "category": "Data Processing", + "name": "GPSP", + "version": "2.1.1", + "author": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "maintainer": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "sentence": "A simple, and easy to use Arduino protocol", + "paragraph": "Allow definition of custom commands with custom function call, all handled by the library", + "website": "https://github.com/Mathieu52/GPSP", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/predicteur/Serie.git", + "repository": "https://github.com/Mathieu52/GPSP.git", + "providesIncludes": [ + "GPSP.h" + ], "dependencies": [ { - "name": "MatrixMath" + "name": "QList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.2.0.zip", - "archiveFileName": "Serie-1.2.0.zip", - "size": 293306, - "checksum": "SHA-256:487819c9c4e4e19c5d179970ac0a56e20cf07ce2cd2d7afa4b86cd0b782668ef" + "url": "https://downloads.arduino.cc/libraries/github.com/Mathieu52/GPSP-2.1.1.zip", + "archiveFileName": "GPSP-2.1.1.zip", + "size": 17645, + "checksum": "SHA-256:8fa0545feeadd9cb55d396c507e566afb8ca89f75547b10dd92962f6e7461970" }, { - "name": "Serie", - "version": "1.3.1", - "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "sentence": "A library that makes easy to use time series", - "paragraph": "A new object named Serie is used to create, manage, export, transfom a time series or a list of mesures (included smoothing and data compression for storage or transfer with several protocol).", - "website": "https://github.com/predicteur/Serie/blob/master/README.md", - "category": "Data Processing", + "name": "GPSP", + "version": "2.1.2", + "author": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "maintainer": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "sentence": "A simple, and easy to use Arduino protocol", + "paragraph": "Allow definition of custom commands with custom function call, all handled by the library", + "website": "https://github.com/Mathieu52/GPSP", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/predicteur/Serie.git", + "repository": "https://github.com/Mathieu52/GPSP.git", + "providesIncludes": [ + "GPSP.h" + ], "dependencies": [ { - "name": "MatrixMath" + "name": "QList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.3.1.zip", - "archiveFileName": "Serie-1.3.1.zip", - "size": 293307, - "checksum": "SHA-256:c936cc214b662d4fdb056815e780839402eae20003616098a8c292cf79acfc4a" + "url": "https://downloads.arduino.cc/libraries/github.com/Mathieu52/GPSP-2.1.2.zip", + "archiveFileName": "GPSP-2.1.2.zip", + "size": 6161, + "checksum": "SHA-256:637475b12fe10882bfc29e8f253da05f231666a495619fea7036c0bfb0ebe166" }, { - "name": "Serie", - "version": "1.4.1", - "author": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "maintainer": "Philippe Thomy \u003cphilippe.thomy@renault.com\u003e", - "sentence": "A library for mesures that makes easy to use time series", - "paragraph": "Several objects (Serie, Mesure, Compressor) are used to create, manage, export, transfom a time series or a list of mesures (included data compression for storage or transfer with several transfer protocol).", - "website": "https://github.com/predicteur/Serie/blob/master/README.md", - "category": "Data Processing", + "name": "GPSP", + "version": "2.1.3", + "author": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "maintainer": "Mathieu Durand \u003cmathieu_durand@icloud.com\u003e", + "sentence": "A simple, and easy to use Arduino protocol", + "paragraph": "Allow easy implementation of constant, customizable and easy to use protocols accross projects", + "website": "https://github.com/Mathieu52/GPSP", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/predicteur/Serie.git", + "repository": "https://github.com/Mathieu52/GPSP.git", + "providesIncludes": [ + "GPSP.h" + ], "dependencies": [ { - "name": "MatrixMath" - }, - { - "name": "DTime" + "name": "QList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/predicteur/Serie-1.4.1.zip", - "archiveFileName": "Serie-1.4.1.zip", - "size": 291837, - "checksum": "SHA-256:ae20e2983f7bdf0577c70f2f72a228e8b247aaf0629158d398eb38cdf2f63a2a" + "url": "https://downloads.arduino.cc/libraries/github.com/Mathieu52/GPSP-2.1.3.zip", + "archiveFileName": "GPSP-2.1.3.zip", + "size": 6158, + "checksum": "SHA-256:f2a8e044874a623d74aa7144f69ca18ada5327841f1461c8c1883cb430e3305c" }, { - "name": "IRsmallDecoder", + "name": "ArtronShop_SHT45", "version": "1.0.0", - "author": "Luis Carvalho \u003clumica@outlook.com\u003e", - "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", - "sentence": "Allows the reception and decoding of infrared signals from remote controls.", - "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", - "website": "https://github.com/LuisMiCa/IRsmallDecoder", - "category": "Signal Input/Output", + "author": "ArtronShop Co.,Ltd.", + "maintainer": "Sonthaya.NT \u003csonthaya.nt@artronshop.co.th\u003e", + "sentence": "Arduino library of SHT45 Digital humidity and temperature sensor", + "paragraph": "Arduino library of SHT45 Digital humidity and temperature sensor", + "website": "https://github.com/ArtronShop/ArtronShop_SHT45", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.0.0.zip", - "archiveFileName": "IRsmallDecoder-1.0.0.zip", - "size": 560817, - "checksum": "SHA-256:3774cbbf05cffbeaaa653cf25410e8fee541ef7b69af2dea78a2886cbae7892c" + "repository": "https://github.com/ArtronShop/ArtronShop_SHT45.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_SHT45-1.0.0.zip", + "archiveFileName": "ArtronShop_SHT45-1.0.0.zip", + "size": 3731, + "checksum": "SHA-256:216ea333d904aca4d090ed9e37e9a102dd88963e5b3e6edeb4d3e6ff1cf5f3e3" }, { - "name": "IRsmallDecoder", - "version": "1.1.0", - "author": "Luis Carvalho \u003clumica@outlook.com\u003e", - "maintainer": "Luis Carvalho \u003clumica@outlook.com\u003e", - "sentence": "Allows the reception and decoding of infrared signals from remote controls.", - "paragraph": "Uses small, fast and reliable decoders that don't require timers. Perfect for Arduino projects that use only one remote and don't need to send IR signals.", - "website": "https://github.com/LuisMiCa/IRsmallDecoder", - "category": "Signal Input/Output", + "name": "WebServer_ESP32_W5500", + "version": "1.5.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W5500 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_W5500", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/LuisMiCa/IRsmallDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LuisMiCa/IRsmallDecoder-1.1.0.zip", - "archiveFileName": "IRsmallDecoder-1.1.0.zip", - "size": 829406, - "checksum": "SHA-256:0428c47dc326cce7758c4a969fb1ad9269b063fbfdf59a3ddbc8b1b677f3943b" + "repository": "https://github.com/khoih-prog/WebServer_ESP32_W5500.git", + "providesIncludes": [ + "WebServer_ESP32_W5500.h", + "WebServer_ESP32_W5500.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_W5500-1.5.1.zip", + "archiveFileName": "WebServer_ESP32_W5500-1.5.1.zip", + "size": 116058, + "checksum": "SHA-256:4d331bdeed2dbe38c3985186deacb1f2dd56dcf7bf35275281290aae69713b34" }, { - "name": "pca9633", - "version": "1.0.0", - "author": "Gordon McLellan", - "maintainer": "Gordon McLellan", - "sentence": "Control NXP PCA9633 (and 9632) four channel PWM led driver chips.", - "website": "https://github.com/gordonthree/pca9633", - "category": "Device Control", + "name": "WebServer_ESP32_W5500", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W5500 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_W5500", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gordonthree/pca9633.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_W5500.git", "providesIncludes": [ - "pca9633.h" + "WebServer_ESP32_W5500.h", + "WebServer_ESP32_W5500.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/gordonthree/pca9633-1.0.0.zip", - "archiveFileName": "pca9633-1.0.0.zip", - "size": 1296428, - "checksum": "SHA-256:451c10acd9b17978c571265e5efdc152277dee30620e15c63342a403bd5f0db9" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_W5500-1.5.2.zip", + "archiveFileName": "WebServer_ESP32_W5500-1.5.2.zip", + "size": 429069, + "checksum": "SHA-256:2fc45010fe161b8eae89d2ffc998dd7ae59486d3b0cf12b7dc04a31f8132e6c2" }, { - "name": "BlynkESP32_BT_WF", - "version": "1.0.0", + "name": "WebServer_ESP32_W5500", + "version": "1.5.3", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", - "paragraph": "Library for inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", - "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W5500 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_W5500", "category": "Communication", "architectures": [ "esp32" @@ -299420,26 +757092,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", - "dependencies": [ - { - "name": "Blynk" - } + "repository": "https://github.com/khoih-prog/WebServer_ESP32_W5500.git", + "providesIncludes": [ + "WebServer_ESP32_W5500.h", + "WebServer_ESP32_W5500.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.0.zip", - "archiveFileName": "BlynkESP32_BT_WF-1.0.0.zip", - "size": 217251, - "checksum": "SHA-256:3f327c4014e57ad76e8bfc364d3053fbe6c2ca1a8a2e0ae49805e5e1696fa1e1" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_W5500-1.5.3.zip", + "archiveFileName": "WebServer_ESP32_W5500-1.5.3.zip", + "size": 429850, + "checksum": "SHA-256:e0f832f4c77df6d967ebc0e2225c4a32a8004bed3aa05bd192851716ceafeb31" }, { - "name": "BlynkESP32_BT_WF", - "version": "1.0.1", - "author": "Khoi Hoang", + "name": "AsyncWebServer_ESP32_W5500", + "version": "1.6.2", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", - "paragraph": "Library for inclusion of both ESP32 Blynk BT / BLE and WiFi libraries. Then select one at runtime.", - "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32 + LwIP W5500)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500", "category": "Communication", "architectures": [ "esp32" @@ -299447,26 +757118,29 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_W5500.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.1.zip", - "archiveFileName": "BlynkESP32_BT_WF-1.0.1.zip", - "size": 221154, - "checksum": "SHA-256:d61fade6fbe8f070a2b2d1d44f9bccc47f02e5e3bb893fa4b12b029ab0fc8c2e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_W5500-1.6.2.zip", + "archiveFileName": "AsyncWebServer_ESP32_W5500-1.6.2.zip", + "size": 435470, + "checksum": "SHA-256:0aedb832a80d988e3f84c2288f95154852b886630d0abd99d153f7f879665101" }, { - "name": "BlynkESP32_BT_WF", - "version": "1.0.2", - "author": "Khoi Hoang", + "name": "AsyncWebServer_ESP32_W5500", + "version": "1.6.3", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32 + LwIP W5500)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500", "category": "Communication", "architectures": [ "esp32" @@ -299474,26 +757148,29 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_W5500.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.2.zip", - "archiveFileName": "BlynkESP32_BT_WF-1.0.2.zip", - "size": 267487, - "checksum": "SHA-256:a54da24d2b8237731129e94f77c0a4607656b9fa288348f63e49ea75a80b0c6e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_W5500-1.6.3.zip", + "archiveFileName": "AsyncWebServer_ESP32_W5500-1.6.3.zip", + "size": 451619, + "checksum": "SHA-256:68b66d1ed4472e5121364d467c9c26e3956a4521cfafbe77b0708df86820ce66" }, { - "name": "BlynkESP32_BT_WF", - "version": "1.0.3", - "author": "Khoi Hoang", + "name": "AsyncWebServer_ESP32_W5500", + "version": "1.6.4", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32 + LwIP W5500)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500", "category": "Communication", "architectures": [ "esp32" @@ -299501,698 +757178,821 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_W5500.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.3.zip", - "archiveFileName": "BlynkESP32_BT_WF-1.0.3.zip", - "size": 268429, - "checksum": "SHA-256:8de8ea57aef3e1eb78479d94fc53a95f7c3c11ece7f2abf04aaa27ec3c2d902c" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_W5500-1.6.4.zip", + "archiveFileName": "AsyncWebServer_ESP32_W5500-1.6.4.zip", + "size": 765055, + "checksum": "SHA-256:d402228931f4fb8382452104124af3e7e671ee42ba4cd7ffb0d88cdcb465bbb3" }, { - "name": "BlynkESP32_BT_WF", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "paragraph": "Library for inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "name": "TinyConsole", + "version": "0.1.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", - "dependencies": [ - { - "name": "Blynk" - } + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.4.zip", - "archiveFileName": "BlynkESP32_BT_WF-1.0.4.zip", - "size": 286709, - "checksum": "SHA-256:0a217327af763ee5fd6ffc9287e3a943dfe89fb824b2c7ce2315e48f9546eced" + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.1.0.zip", + "archiveFileName": "TinyConsole-0.1.0.zip", + "size": 18511, + "checksum": "SHA-256:0eba898cb4a5073673a8333f481aad2a6da420d32ccce6572f47abfc43693d36" }, { - "name": "BlynkESP32_BT_WF", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "name": "TinyConsole", + "version": "0.2.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "TinyMqtt" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.5.zip", - "archiveFileName": "BlynkESP32_BT_WF-1.0.5.zip", - "size": 329867, - "checksum": "SHA-256:b1c8c72f8a86c91877c99fd17ed4403fafcbdad9b9976a3609a112f07ad0c4c9" + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.2.0.zip", + "archiveFileName": "TinyConsole-0.2.0.zip", + "size": 33978, + "checksum": "SHA-256:f9e0658535bbe1b9ddd59ec1079445ecca70ddab169e8ee3efc0ec015886eafc" }, { - "name": "BlynkESP32_BT_WF", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM.", - "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/BlynkESP32_BT_WF", + "name": "TinyConsole", + "version": "0.3.0", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkESP32_BT_WF.git", + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], "dependencies": [ { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" + "name": "TinyMqtt" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkESP32_BT_WF-1.0.6.zip", - "archiveFileName": "BlynkESP32_BT_WF-1.0.6.zip", - "size": 372966, - "checksum": "SHA-256:18b391028a0aa6dce242a2ac797b9c7b1dfc2673b61be528a24d0740cc23f070" + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.3.0.zip", + "archiveFileName": "TinyConsole-0.3.0.zip", + "size": 34046, + "checksum": "SHA-256:da052e5be157a3957f7750ab5b2477367395416deedddd8cbc675b9a3191fe68" }, { - "name": "FireTimer", - "version": "1.0.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Simple and non-blocking library to time the execution of processes", - "paragraph": "Simple and non-blocking library to time the execution of processes", - "website": "https://github.com/PowerBroker2/FireTimer", - "category": "Timing", + "name": "TinyConsole", + "version": "0.4.1", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/FireTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.0.zip", - "archiveFileName": "FireTimer-1.0.0.zip", - "size": 2790, - "checksum": "SHA-256:2d0b475c7233a0817f97eaf5d13b7c907330262cd6b2467ffec619a247fbbc03" + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.4.1.zip", + "archiveFileName": "TinyConsole-0.4.1.zip", + "size": 38308, + "checksum": "SHA-256:69a2b9ca161b9a9f7d1f64d990b881a73c5fd05c78c57919d035407bcdd23480" }, { - "name": "FireTimer", - "version": "1.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Simple and non-blocking library to time the execution of processes", - "paragraph": "Simple and non-blocking library to time the execution of processes", - "website": "https://github.com/PowerBroker2/FireTimer", - "category": "Timing", + "name": "TinyConsole", + "version": "0.4.2", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/FireTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.1.zip", - "archiveFileName": "FireTimer-1.0.1.zip", - "size": 2798, - "checksum": "SHA-256:1364df5c292bb9be73427474f88e10aa3c1ee0785ddf51b44b9216db709a62af" + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.4.2.zip", + "archiveFileName": "TinyConsole-0.4.2.zip", + "size": 38303, + "checksum": "SHA-256:2f3ecf813da596173595afa4e58e0ea97892d8261408e3399b058c960cbb413b" }, { - "name": "FireTimer", - "version": "1.0.2", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Simple and non-blocking library to time the execution of processes", - "paragraph": "Simple and non-blocking library to time the execution of processes", - "website": "https://github.com/PowerBroker2/FireTimer", - "category": "Timing", + "name": "TinyConsole", + "version": "0.4.3", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/FireTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.2.zip", - "archiveFileName": "FireTimer-1.0.2.zip", - "size": 2839, - "checksum": "SHA-256:9e7a7ee50c1baed5105d5f671a2dbe46962fd18bfbd2ff9bc1331bb45a93d217" + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.4.3.zip", + "archiveFileName": "TinyConsole-0.4.3.zip", + "size": 46663, + "checksum": "SHA-256:05213b44f05be0513eab0a4f5839fa9284fac2a24c9f674f683f92f5e6722bd9" }, { - "name": "FireTimer", - "version": "1.0.3", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Simple and non-blocking library to time the execution of processes", - "paragraph": "Simple and non-blocking library to time the execution of processes", - "website": "https://github.com/PowerBroker2/FireTimer", - "category": "Timing", + "name": "TinyConsole", + "version": "0.4.4", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/FireTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.3.zip", - "archiveFileName": "FireTimer-1.0.3.zip", - "size": 3024, - "checksum": "SHA-256:3b4ec0269d77fca5f94b596df8536519f6902981323e33a5a9af6359c369cbd2" + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.4.4.zip", + "archiveFileName": "TinyConsole-0.4.4.zip", + "size": 47164, + "checksum": "SHA-256:66c4cc6207e63bb48f33a6a6a30780eea0fb62ee947c554eaf0daeece202c3c0" }, { - "name": "FireTimer", - "version": "1.0.4", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Simple and non-blocking library to time the execution of processes", - "paragraph": "Simple and non-blocking library to time the execution of processes", - "website": "https://github.com/PowerBroker2/FireTimer", - "category": "Timing", + "name": "TinyConsole", + "version": "0.4.5", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/FireTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.4.zip", - "archiveFileName": "FireTimer-1.0.4.zip", - "size": 3345, - "checksum": "SHA-256:fd590c8eec13f315ccfb6a424303a2da1b8c13aa4da8b96effcb956bada1c304" + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.4.5.zip", + "archiveFileName": "TinyConsole-0.4.5.zip", + "size": 48064, + "checksum": "SHA-256:62c5cc1797af5c55b29f5414e17aeccc633a2786dc387ba045e1c1de4edbb2a4" }, { - "name": "FireTimer", - "version": "1.0.5", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Simple and non-blocking library to time the execution of processes", - "paragraph": "Simple and non-blocking library to time the execution of processes", - "website": "https://github.com/PowerBroker2/FireTimer", - "category": "Timing", + "name": "TinyConsole", + "version": "0.4.6", + "author": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "maintainer": "Francois BIOT, HSaturn, \u003chsaturn@gmail.com\u003e", + "sentence": "A tiny command line and term handler", + "paragraph": "TinyConsole allows to communicate through Serial or Usb to an ESP with term sucha as MobaXterm, Minicomm etc...", + "website": "https://github.com/hsaturn/TinyConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/FireTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/FireTimer-1.0.5.zip", - "archiveFileName": "FireTimer-1.0.5.zip", - "size": 3346, - "checksum": "SHA-256:88233ae0ecf1e684e8edb91a9ead17f5db829d334b8d427c957b22a24a41c665" + "repository": "https://github.com/hsaturn/TinyConsole.git", + "providesIncludes": [ + "TinyConsole.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hsaturn/TinyConsole-0.4.6.zip", + "archiveFileName": "TinyConsole-0.4.6.zip", + "size": 50760, + "checksum": "SHA-256:f4e3973b45d7543c1ffdce4529d4103cdbe8a0df1b33cf06cfef2817a374674f" }, { - "name": "Plex64", - "version": "1.0.0", - "author": "Chris Steenerson chris@csteenerson.com", - "maintainer": "Chris Steenerson chris@csteenerson.com", - "sentence": "A library for the Plex64 analog input multiplexer shield.", - "paragraph": "Supports multiplexing up to 64 inputs into 4 analog pins using 4x CD4067B analog multiplexers/MUXes. Configurable 1:1/2:1/4:1/8:1 voltage dividers and OP amp buffering allow high impedance input up to 18V with low settling time. I2C IO expander minimizes pin requirement footprint and 8 possible addresses allow multiplexing up to 512 analog inputs per I2C bus.", - "website": "https://github.com/steenerson/Plex64", - "category": "Signal Input/Output", - "architectures": [], + "name": "TFT_eSPI_ES32Lab", + "version": "2.4.80", + "author": "Bodmer", + "maintainer": "ESDeveloperBR", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for ES32Lab", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8 bit parallel.", + "website": "https://github.com/ESDeveloperBR/TFT_eSPI_ES32Lab", + "category": "Display", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/steenerson/Plex64.git", + "repository": "https://github.com/ESDeveloperBR/TFT_eSPI_ES32Lab.git", + "providesIncludes": [ + "TFT_eSPI.h" + ], "dependencies": [ { - "name": "Wire" + "name": "ES32Lab" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/steenerson/Plex64-1.0.0.zip", - "archiveFileName": "Plex64-1.0.0.zip", - "size": 7854, - "checksum": "SHA-256:6dd0e617dad4ec9d54127b7b4a063fae33e71a4d2b3b789a6fbd6a43636c3008" + "url": "https://downloads.arduino.cc/libraries/github.com/ESDeveloperBR/TFT_eSPI_ES32Lab-2.4.80.zip", + "archiveFileName": "TFT_eSPI_ES32Lab-2.4.80.zip", + "size": 6167499, + "checksum": "SHA-256:07073a9fb81212bd983a5d49538f9990f958937888d6e50ec25dee8edbd13c14" }, { - "name": "PS3 Controller Host", + "name": "L293D", "version": "1.0.0", - "author": "Jeffrey van Pernis", - "maintainer": "Jeffrey van Pernis", - "sentence": "Control your ESP32 projects with a PS3 controller!", - "paragraph": "Emulate a PS3 console tricking the PS3 controller into connecting with the ESP32.", - "website": "https://github.com/jvpernis/esp32-ps3", - "category": "Communication", + "author": "bjoernboeckle", + "maintainer": "bjoernboeckle", + "sentence": "Allows an Arduino board to use control a motor using a L293D.", + "website": "https://github.com/bjoernboeckle/L293D.git", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jvpernis/esp32-ps3.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jvpernis/PS3_Controller_Host-1.0.0.zip", - "archiveFileName": "PS3_Controller_Host-1.0.0.zip", - "size": 31037, - "checksum": "SHA-256:f97e73302ce9850ee9bafd3e18aeed38ca3dd5d3f1847d691554def0f9a12d6b" + "repository": "https://github.com/bjoernboeckle/L293D.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bjoernboeckle/L293D-1.0.0.zip", + "archiveFileName": "L293D-1.0.0.zip", + "size": 5359, + "checksum": "SHA-256:f70d214d6b3bd73165cd4f914eb94dc92e05301a4cccf9d157386a851e82d605" }, { - "name": "UltraSonic_Lib", - "version": "0.0.1", - "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", - "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", - "sentence": "A library for UltraSonic distance sensor.", - "paragraph": "This library helps you use ultrasonic distance sensors easily.", - "website": "https://github.com/jihoonkimtech/UltraSonic_Lib", - "category": "Sensors", + "name": "L293D", + "version": "1.0.1", + "author": "bjoernboeckle", + "maintainer": "bjoernboeckle", + "sentence": "Allows an Arduino board to use control a motor using a L293D.", + "paragraph": "Allows an Arduino board or ESP32 to use control a motor using a L293D.", + "website": "https://github.com/bjoernboeckle/L293D.git", + "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jihoonkimtech/UltraSonic_Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/UltraSonic_Lib-0.0.1.zip", - "archiveFileName": "UltraSonic_Lib-0.0.1.zip", - "size": 576824, - "checksum": "SHA-256:de21739c1fa35f174a467c8e649ba501a9ddd89dbeb21f612dd779d91d43553f" + "repository": "https://github.com/bjoernboeckle/L293D.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bjoernboeckle/L293D-1.0.1.zip", + "archiveFileName": "L293D-1.0.1.zip", + "size": 5651, + "checksum": "SHA-256:30bb57fdc7a1d431aa2df11036950d562c9558857867859db61886314b2b9749" }, { - "name": "UltraSonic_Lib", - "version": "1.0.0", - "author": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", - "maintainer": "jihoonkimtech \u003cjihoonkimtech@naver.com\u003e", - "sentence": "A library for UltraSonic distance sensor.", - "paragraph": "This library helps you use ultrasonic distance sensors easily.", - "website": "https://github.com/jihoonkimtech/UltraSonic_Lib", - "category": "Sensors", + "name": "L293D", + "version": "1.0.2", + "author": "bjoernboeckle", + "maintainer": "bjoernboeckle", + "sentence": "Allows an Arduino board to use control a motor using a L293D.", + "paragraph": "Allows an Arduino board or ESP32 to use control a motor using a L293D.", + "website": "https://github.com/bjoernboeckle/L293D.git", + "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jihoonkimtech/UltraSonic_Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jihoonkimtech/UltraSonic_Lib-1.0.0.zip", - "archiveFileName": "UltraSonic_Lib-1.0.0.zip", - "size": 577070, - "checksum": "SHA-256:9ff6f2569bd6704b6a11e8e1b1a118f4c94f804da062afb572bfe9572b2400bb" + "repository": "https://github.com/bjoernboeckle/L293D.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bjoernboeckle/L293D-1.0.2.zip", + "archiveFileName": "L293D-1.0.2.zip", + "size": 6663, + "checksum": "SHA-256:3f0abae03516c87f3e36dcd9dd54056dfc5e8e18b039480f7a161527fec45d49" }, { - "name": "SoftSPIB", - "version": "1.1.0", - "author": "Andriy Golovnya", - "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", - "sentence": "Software SPI class for Arduino with support of not 8-bit aligned transfers.", - "paragraph": "Software SPI class for Arduino with support of not 8-bit aligned transfers. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", - "website": "https://github.com/red-scorp/SoftSPIB", - "category": "Uncategorized", + "name": "AsyncUDP_ESP32_W5500", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32 boards using LwIP W5500 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_W5500", + "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/red-scorp/SoftSPIB.git", - "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/SoftSPIB-1.1.0.zip", - "archiveFileName": "SoftSPIB-1.1.0.zip", - "size": 7296, - "checksum": "SHA-256:8b967db81180c851cd846aeeec4b596b68c4ffc94506144a1638a09ae3272a70" + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_W5500.git", + "providesIncludes": [ + "AsyncUDP_ESP32_W5500.h", + "AsyncUDP_ESP32_W5500.hpp" + ], + "dependencies": [ + { + "name": "WebServer_ESP32_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_W5500-2.0.0.zip", + "archiveFileName": "AsyncUDP_ESP32_W5500-2.0.0.zip", + "size": 55120, + "checksum": "SHA-256:2c435ba8719129beb4037ab2f251a402ab10e3aa0162b7ee3fc7e7c1de0d2b1b" }, { - "name": "SoftSPIB", - "version": "1.1.1", - "author": "Andriy Golovnya", - "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", - "sentence": "Software SPI class for Arduino with support of not 8-bit aligned transfers.", - "paragraph": "Software SPI class for Arduino with support of not 8-bit aligned transfers. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", - "website": "https://github.com/red-scorp/SoftSPIB", - "category": "Uncategorized", + "name": "AsyncDNSServer_ESP32_W5500", + "version": "1.0.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for ESP32 boards using LwIP W5500 Ethernet.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_W5500, AsyncHTTPRequest_ESP32_W5500, AsyncHTTPSRequest_ESP32_W5500", + "website": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_W5500", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_W5500.git", + "providesIncludes": [ + "AsyncDNSServer_ESP32_W5500.h", + "AsyncDNSServer_ESP32_W5500.hpp" + ], + "dependencies": [ + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "AsyncUDP_ESP32_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_ESP32_W5500-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_ESP32_W5500-1.0.0.zip", + "size": 43347, + "checksum": "SHA-256:78ad856a38bd42edea585c8cc489f1cc57348c1b4f1856f7d8cef9b35007531d" + }, + { + "name": "ESPPubSubClientWrapper", + "version": "0.1.0", + "author": "Erik Foltin \u003cerik.foltin@gmx.de\u003e", + "maintainer": "Erik Foltin", + "sentence": "A wrapper class for the MQTT PubSubClient library by Nick O'Leary for ESP8266/ESP32.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library wraps the PubSubClient with simplified API for automatic reconnect and specific callbacks to specific topics.", + "website": "https://github.com/EFWob/ESPPubSubClientWrapper", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/red-scorp/SoftSPIB.git", - "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/SoftSPIB-1.1.1.zip", - "archiveFileName": "SoftSPIB-1.1.1.zip", - "size": 7320, - "checksum": "SHA-256:e015b25c00f03532716feae1cc20fddda6139e1d502eb9e6774d3b7bac9ceb7c" + "repository": "https://github.com/EFWob/ESPPubSubClientWrapper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EFWob/ESPPubSubClientWrapper-0.1.0.zip", + "archiveFileName": "ESPPubSubClientWrapper-0.1.0.zip", + "size": 18678, + "checksum": "SHA-256:8a7f6e874cb5a7279e0519dd728849adab0f9d4a69556feaabe21b9f47b99760" }, { - "name": "LiquidCrystal_AIP31068", + "name": "ESPPubSubClientWrapper", "version": "1.0.0", - "author": "Andriy Golovnya", - "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", - "sentence": "A library for AIP31068 I2C/SPI LCD displays.", - "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", - "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", - "category": "Display", + "author": "Erik Foltin", + "maintainer": "Erik Foltin, erik.foltin@gmx.de", + "sentence": "A wrapper class for the MQTT PubSubClient library by Nick O'Leary for ESP8266/ESP32.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library wraps the PubSubClient with simplified API for automatic reconnect and specific callbacks to specific topics.", + "website": "https://github.com/EFWob/ESPPubSubClientWrapper", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", - "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.0.zip", - "archiveFileName": "LiquidCrystal_AIP31068-1.0.0.zip", - "size": 15642, - "checksum": "SHA-256:286dd32b63d2dd7920302e8edb43396dca22f0a227ff764962bb13ebf36bce73" + "repository": "https://github.com/EFWob/ESPPubSubClientWrapper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EFWob/ESPPubSubClientWrapper-1.0.0.zip", + "archiveFileName": "ESPPubSubClientWrapper-1.0.0.zip", + "size": 18671, + "checksum": "SHA-256:0cb55790919c6e744793256f7859aa9bccbd5b1c0fc04170fc0d96ad81f4ca5f" }, { - "name": "LiquidCrystal_AIP31068", + "name": "ESPPubSubClientWrapper", + "version": "1.0.2", + "author": "Erik Foltin", + "maintainer": "Erik Foltin, erik.foltin@gmx.de", + "sentence": "A wrapper class for the MQTT PubSubClient library by Nick O'Leary for ESP8266/ESP32.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library wraps the PubSubClient with simplified API for automatic reconnect and specific callbacks to specific topics.", + "website": "https://github.com/EFWob/ESPPubSubClientWrapper", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EFWob/ESPPubSubClientWrapper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EFWob/ESPPubSubClientWrapper-1.0.2.zip", + "archiveFileName": "ESPPubSubClientWrapper-1.0.2.zip", + "size": 18672, + "checksum": "SHA-256:69e6a2dce9cf633a901f92fb633036e14c5a576721f0b0b750fd697355d2a03a" + }, + { + "name": "MAGELLAN", "version": "1.0.1", - "author": "Andriy Golovnya", - "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", - "sentence": "A library for AIP31068 I2C/SPI LCD displays.", - "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", - "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", - "category": "Display", + "author": "AIS IoT Alliance Program", + "maintainer": "MAGELLAN POC devices team \u003caisiot2020@gmail.com\u003e", + "sentence": "AIS Magellan Library; Provide Function MAGELLAN API v.2 MQTT Connect for ESP32 and ESP8266 Board and Device Support Client internet interface", + "paragraph": "compatible with Magellan", + "website": "https://github.com/AIS-DeviceInnovation/Magellan", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", - "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.1.zip", - "archiveFileName": "LiquidCrystal_AIP31068-1.0.1.zip", - "size": 15640, - "checksum": "SHA-256:6802fa4009e7cebb1b0589198e45ff3ec38be1882c8c095fccb9fc90faa7d24f" + "repository": "https://github.com/AIS-DeviceInnovation/Magellan.git", + "providesIncludes": [ + "MAGELLAN_MQTT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/MAGELLAN-1.0.1.zip", + "archiveFileName": "MAGELLAN-1.0.1.zip", + "size": 112665, + "checksum": "SHA-256:853fa0c01a9ecb8a96c3eaf9a9939dc48caa48fe801df687f44bb0eec66c1507" }, { - "name": "LiquidCrystal_AIP31068", - "version": "1.0.2", - "author": "Andriy Golovnya", - "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", - "sentence": "A library for AIP31068 I2C/SPI LCD displays.", - "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", - "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", - "category": "Display", + "name": "MAGELLAN", + "version": "1.1.0", + "author": "AIS IoT Alliance Program", + "maintainer": "MAGELLAN POC devices team \u003caisiot2020@gmail.com\u003e", + "sentence": "AIS Magellan Library; Provide Function MAGELLAN API v.2 MQTT Connect for ESP32 and ESP8266 Board and Device Support Client internet interface", + "paragraph": "compatible with Magellan", + "website": "https://github.com/AIS-DeviceInnovation/Magellan", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AIS-DeviceInnovation/Magellan.git", + "providesIncludes": [ + "MAGELLAN_MQTT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/MAGELLAN-1.1.0.zip", + "archiveFileName": "MAGELLAN-1.1.0.zip", + "size": 140331, + "checksum": "SHA-256:5c02c74eb6bd13f13cb0c98749ae16f898142984fa3141c2666735dc1a0767a8" + }, + { + "name": "AbleButtons", + "version": "0.2.0", + "author": "John Scott", + "maintainer": "John Scott \u003chidden@email.com\u003e", + "sentence": "The Arduino Button Library Extension (ABLE) is a simple, lightweight button library to capture input from buttons connected to the Arduino.", + "paragraph": "AbleButtons supports debouncing buttons, basic button presses, held buttons and idle buttons, button clicks and callback functions. AbleButtons supports managing list of buttons together. Both pulldown and pull-up resistor circuits are supported. AbleButtons minimises its memory requirements through choosing a button class at compile time. A 'using Button = AbleButton' style command in your code includes just the features needed in your program.", + "website": "https://www.jsware.io/able-buttons/", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", - "dependencies": [ - { - "name": "SoftSPIB" - } + "repository": "https://github.com/jsware/able-buttons.git", + "providesIncludes": [ + "AbleButtons.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.2.zip", - "archiveFileName": "LiquidCrystal_AIP31068-1.0.2.zip", - "size": 15650, - "checksum": "SHA-256:349b2f11f0b898420cab652f0f97f5d009d4317de912f5295b8bf8fb8c78b333" + "url": "https://downloads.arduino.cc/libraries/github.com/jsware/AbleButtons-0.2.0.zip", + "archiveFileName": "AbleButtons-0.2.0.zip", + "size": 694901, + "checksum": "SHA-256:fc88b4383187c2e313544009b84ebd21fc9003db1c831ac3b40099c1565fadd2" }, { - "name": "LiquidCrystal_AIP31068", - "version": "1.0.3", - "author": "Andriy Golovnya", - "maintainer": "Andriy Golovnya \u003candriy.golovnya@gmail.com\u003e", - "sentence": "A library for AIP31068 I2C/SPI LCD displays.", - "paragraph": "The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.", - "website": "https://github.com/red-scorp/LiquidCrystal_AIP31068", - "category": "Display", + "name": "AbleButtons", + "version": "0.3.0", + "author": "John Scott", + "maintainer": "John Scott \u003chidden@email.com\u003e", + "sentence": "The Arduino Button Library Extension (ABLE) is a simple, lightweight button library to capture input from buttons connected to the Arduino.", + "paragraph": "AbleButtons supports debouncing buttons, basic button presses, held buttons and idle buttons, button clicks, double-clicks and callback functions. AbleButtons supports managing a list of buttons together. Both pulldown and pull-up resistor circuits are supported. AbleButtons minimises its memory requirements through choosing a button class at compile time. A 'using Button = AbleButton' style command in your code includes just the features needed in your program.", + "website": "https://www.jsware.io/able-buttons/", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/red-scorp/LiquidCrystal_AIP31068.git", - "dependencies": [ - { - "name": "SoftSPIB" - } + "repository": "https://github.com/jsware/able-buttons.git", + "providesIncludes": [ + "AbleButtons.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/red-scorp/LiquidCrystal_AIP31068-1.0.3.zip", - "archiveFileName": "LiquidCrystal_AIP31068-1.0.3.zip", - "size": 15266, - "checksum": "SHA-256:12132be366612872c98b04221cf13ab93db27d7ed4527399ceaac31f5bc3b744" + "url": "https://downloads.arduino.cc/libraries/github.com/jsware/AbleButtons-0.3.0.zip", + "archiveFileName": "AbleButtons-0.3.0.zip", + "size": 842207, + "checksum": "SHA-256:cd096d6f6fa321384134eaa6a819d616321831dc9c10b66aae868bd636e3b240" }, { - "name": "INA226Lib", - "version": "1.1.0", - "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", - "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", - "sentence": "Enables reading from INA226 current sensors to measure current and power.", - "paragraph": "Enables reading from INA226 current sensors to measure current and power.", - "website": "https://github.com/peterus/INA226Lib", - "category": "Sensors", + "name": "esp32-BG95", + "version": "1.0.2", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "BGxx modem - GPRS and LTE communications", + "paragraph": "Library to interact with BGxx enabling functionalities like TCP, HTTP, MQTT", + "website": "https://github.com/zimbora/esp32-BG95", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/INA226Lib.git", + "repository": "https://github.com/zimbora/esp32-BG95.git", "providesIncludes": [ - "INA226.h" + "esp32-BG95.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.0.zip", - "archiveFileName": "INA226Lib-1.1.0.zip", - "size": 20759, - "checksum": "SHA-256:e10e370da16e5a7c584295aadca43326899984aab5856ac6feadf7dab9613ac4" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/esp32_BG95-1.0.2.zip", + "archiveFileName": "esp32_BG95-1.0.2.zip", + "size": 32960, + "checksum": "SHA-256:fd39103607d1cba7c11a13b4d9eccd27de99214c4cce385ba6de205307c5acd1" }, { - "name": "INA226Lib", - "version": "1.1.1", - "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", - "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", - "sentence": "Enables reading from INA226 current sensors to measure current and power.", - "paragraph": "Enables reading from INA226 current sensors to measure current and power.", - "website": "https://github.com/peterus/INA226Lib", - "category": "Sensors", + "name": "esp32-BG95", + "version": "1.0.4", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "BGxx modem - GPRS and LTE communications", + "paragraph": "Library to interact with BGxx enabling functionalities like TCP, HTTP, MQTT", + "website": "https://github.com/zimbora/esp32-BG95", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/INA226Lib.git", + "repository": "https://github.com/zimbora/esp32-BG95.git", "providesIncludes": [ - "INA226.h" + "esp32-BG95.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.1.zip", - "archiveFileName": "INA226Lib-1.1.1.zip", - "size": 20758, - "checksum": "SHA-256:b5b4f16793402fc254b1fc2177b078eea0cb1b4a5b79b662214c4e491fa46ab6" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/esp32_BG95-1.0.4.zip", + "archiveFileName": "esp32_BG95-1.0.4.zip", + "size": 34791, + "checksum": "SHA-256:d4c4819f14ba04a6265926fc86a53fe2cc2f775465451a9d1b2c8c3669d477ec" }, { - "name": "INA226Lib", - "version": "1.1.2", - "author": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e, Korneliusz Jarzebski \u003cpaypal@jarzebski.pl\u003e", - "maintainer": "Peter Buchegger \u003cpeter.buchegger7@gmail.com\u003e", - "sentence": "Enables reading from INA226 current sensors to measure current and power.", - "paragraph": "Enables reading from INA226 current sensors to measure current and power.", - "website": "https://github.com/peterus/INA226Lib", - "category": "Sensors", + "name": "esp32-BG95", + "version": "1.0.5", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "BGxx modem - GPRS and LTE communications", + "paragraph": "Library to interact with BGxx enabling functionalities like TCP, HTTP, MQTT", + "website": "https://github.com/zimbora/esp32-BG95", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/INA226Lib.git", + "repository": "https://github.com/zimbora/esp32-BG95.git", "providesIncludes": [ - "INA226.h" + "esp32-BG95.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/INA226Lib-1.1.2.zip", - "archiveFileName": "INA226Lib-1.1.2.zip", - "size": 20811, - "checksum": "SHA-256:1112baff93dc20294e70825077ea1f559efb5f79a8dce395cb9c9f197ddef0cc" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/esp32_BG95-1.0.5.zip", + "archiveFileName": "esp32_BG95-1.0.5.zip", + "size": 35805, + "checksum": "SHA-256:b9e907e3e43fe244df0f4f40417bdd26a0d4035cef9131f9d42ebbc43e35affd" }, { - "name": "Thermal Printer Library", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bluetooth Low Energy Thermal Printer Library", - "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", - "website": "https://github.com/bitbank2/Thermal_Printer", - "category": "Device Control", + "name": "Callmebot ESP8266", + "version": "1.0.3", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Callmebot library for ESP8266", + "paragraph": "Whatapp message, Telegram call, Telegram message, Telegram group message, Facebook message", + "website": "https://github.com/hafidhh/Callmebot_ESP8266", + "category": "Communication", "architectures": [ - "nrf52", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/Thermal_Printer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.0.0.zip", - "archiveFileName": "Thermal_Printer_Library-1.0.0.zip", - "size": 692961, - "checksum": "SHA-256:af6a4a74747ebe2e69d235f9e3a9695cee7a3f8d2a21a509f93b041e3e098443" + "repository": "https://github.com/hafidhh/Callmebot-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/Callmebot_ESP8266-1.0.3.zip", + "archiveFileName": "Callmebot_ESP8266-1.0.3.zip", + "size": 10827, + "checksum": "SHA-256:a18bbae0f4ce9e84177d827d8f08f5cfa42432d28cb2ee1b53d6d2cc8bfdb445" }, { - "name": "Thermal Printer Library", - "version": "1.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank \u003cbitbank@pobox.com\u003e", - "sentence": "Bluetooth Low Energy Thermal Printer Library", - "paragraph": "BLE thermal printer library allows you to easily scan, connect and print graphics plus text.", - "website": "https://github.com/bitbank2/Thermal_Printer", - "category": "Device Control", + "name": "Callmebot ESP8266", + "version": "1.0.4", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Callmebot library for ESP8266", + "paragraph": "Whatapp message, Telegram call, Telegram message, Telegram group message, Facebook message", + "website": "https://github.com/hafidhh/Callmebot_ESP8266", + "category": "Communication", "architectures": [ - "nrf52", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/Thermal_Printer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/Thermal_Printer_Library-1.0.1.zip", - "archiveFileName": "Thermal_Printer_Library-1.0.1.zip", - "size": 693114, - "checksum": "SHA-256:d84a803e5c74fe3388def4ee95bf64bd5b00e39ec0df349dbcdeaf39c3d2c35d" + "repository": "https://github.com/hafidhh/Callmebot-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/Callmebot_ESP8266-1.0.4.zip", + "archiveFileName": "Callmebot_ESP8266-1.0.4.zip", + "size": 11976, + "checksum": "SHA-256:6017f5d29b3b40552a958f95acd9c370c394806b8d0127d358acecb774fdc0b5" }, { - "name": "FlashLightLED", - "version": "1.0.0", - "author": "Jake E. Danforth \u003cruminized@gmail.com\u003e", - "maintainer": "Jake E. Danforth \u003cruminized@gmail.com\u003e", - "sentence": "An Arduino library specifically built to programmatically manipulate the LED color changing light strips that pair with a 44 Key IR Remote.", - "paragraph": "IR signals are sent from an IR transmitter you build. Instructions are included in the read-me file on how to build the trasnmitter circuit as well as sample code to help create your program to control the trasmission.", - "website": "https://github.com/ruminize/FlashLightLED.git", - "category": "Device Control", + "name": "Callmebot ESP8266", + "version": "1.0.5", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Callmebot library for ESP8266", + "paragraph": "Whatapp message, Telegram call, Telegram message, Telegram group message, Facebook message", + "website": "https://github.com/hafidhh/Callmebot_ESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ruminize/FlashLightLED.git", - "dependencies": [ - { - "name": "IRremote" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ruminize/FlashLightLED-1.0.0.zip", - "archiveFileName": "FlashLightLED-1.0.0.zip", - "size": 167214, - "checksum": "SHA-256:9b99c6f92dc69a492e52bcc70010233b7ec67dcd4955e69925a2701fbdbba63a" + "repository": "https://github.com/hafidhh/Callmebot-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/Callmebot_ESP8266-1.0.5.zip", + "archiveFileName": "Callmebot_ESP8266-1.0.5.zip", + "size": 11963, + "checksum": "SHA-256:0c894f57e8bc9255c45607351011aabaa3e9d8ed5c87ca14fda7b48d472c9445" }, { - "name": "FlashLightLED", + "name": "Callmebot ESP8266", "version": "2.0.0", - "author": "Jake E. Danforth \u003cruminized@gmail.com\u003e", - "maintainer": "Jake E. Danforth \u003cruminized@gmail.com\u003e", - "sentence": "An Arduino library that can programmatically manipulate the LED color changing light strips controlled by a 44 Key IR Remote.", - "paragraph": "IR signals are sent from an IR transmitter you build. Instructions are included in the read-me file on how to build the trasnmitter circuit as well as sample code to help create your program to control the trasmission.", - "website": "https://github.com/ruminize/FlashLightLED.git", - "category": "Device Control", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Callmebot library for ESP8266", + "paragraph": "Whatapp message, Telegram call, Telegram message, Telegram group message, Facebook message", + "website": "https://github.com/hafidhh/Callmebot_ESP8266", + "category": "Communication", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hafidhh/Callmebot-ESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/Callmebot_ESP8266-2.0.0.zip", + "archiveFileName": "Callmebot_ESP8266-2.0.0.zip", + "size": 20076, + "checksum": "SHA-256:7304640e6f24ea3a44f92cd4b1ffa213b2a910a426c24306ed9b09ca81725c6e" + }, + { + "name": "AD56X8", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD56X8, SPI 8 channel Digital Analog Convertor.", + "paragraph": "Supports AD5668, AD5648, AD5628, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD56X8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ruminize/FlashLightLED.git", - "dependencies": [ - { - "name": "IRremote" - } + "repository": "https://github.com/RobTillaart/AD56X8.git", + "providesIncludes": [ + "AD56X8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ruminize/FlashLightLED-2.0.0.zip", - "archiveFileName": "FlashLightLED-2.0.0.zip", - "size": 351198, - "checksum": "SHA-256:40b90329a41da21b3b615fcf92aa0638153ea6798a0937774430e34c7359dac1" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD56X8-0.1.1.zip", + "archiveFileName": "AD56X8-0.1.1.zip", + "size": 12758, + "checksum": "SHA-256:c9ec8537fba2a4b7b62bef2d1ec941b860f7fbecac109f18124266e2199559bb" }, { - "name": "Segment", - "version": "2.5.1", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "Control infinite 7/14/16 segment displays with your Arduino!", - "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite displays off just a few pins.", - "website": "https://github.com/Blake-Tourneur/Segment", - "category": "Display", + "name": "AD56X8", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD56X8, SPI 8 channel Digital Analog Convertor.", + "paragraph": "Supports AD5668, AD5648, AD5628, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD56X8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/Segment.git", + "repository": "https://github.com/RobTillaart/AD56X8.git", "providesIncludes": [ - "Segment.h" + "AD56X8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-2.5.1.zip", - "archiveFileName": "Segment-2.5.1.zip", - "size": 636066, - "checksum": "SHA-256:f5879b954bcbc11b743430931e876470fd529f68d5619b0493cb0b30aa9de0e5" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD56X8-0.1.2.zip", + "archiveFileName": "AD56X8-0.1.2.zip", + "size": 13721, + "checksum": "SHA-256:307f520c8667b77042550d7968896d59b4d3af14f57150507d9dd272c463e23e" }, { - "name": "Segment", - "version": "2.6.0", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "Control infinite 7/14/16 segment displays with your Arduino!", - "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (sega - segg) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control infinite displays off just a few pins.", - "website": "https://github.com/Blake-Tourneur/Segment", - "category": "Display", + "name": "AD56X8", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD56X8, SPI 8 channel Digital Analog Convertor.", + "paragraph": "Supports AD5668, AD5648, AD5628, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD56X8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/Segment.git", + "repository": "https://github.com/RobTillaart/AD56X8.git", "providesIncludes": [ - "Segment.h" + "AD56X8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-2.6.0.zip", - "archiveFileName": "Segment-2.6.0.zip", - "size": 780674, - "checksum": "SHA-256:15d9996a400d57f3b25dc87b7a83cd19d2b7594a4d3b9806b4ac54cbabe54861" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD56X8-0.1.3.zip", + "archiveFileName": "AD56X8-0.1.3.zip", + "size": 14802, + "checksum": "SHA-256:34f9c7ee273b010578678daaacc77479dca4a1f19e4d60d19c3d9cb6aa668fa7" }, { - "name": "Segment", - "version": "3.0.0", - "author": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "maintainer": "Blake Tourneur \u003cblaketourneur@gmail.com\u003e", - "sentence": "The most powerful and popular available library for using 7/14/16 segment display, supporting daisy chaining so you can control mass amounts from your Arduino!", - "paragraph": "This library is for using 7, 14 or 16 segment-displays wired to arduino parallel (each segment with a I/O pin) or with a shift register (data, clock, latch). Shift registers can be daisy-chained to control mass amounts displays off just a few pins. There is also support for common anode or cathode displays, and both displays with and without decimal points. Click the 'More Info' button below to visit the official Github Repo of this project, and view the full API/documentation.", - "website": "https://github.com/BlaT2512/Segment", - "category": "Display", + "name": "AD56X8", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD56X8, SPI 8 channel Digital Analog Convertor.", + "paragraph": "Supports AD5668, AD5648, AD5628, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD56X8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BlaT2512/Segment.git", + "repository": "https://github.com/RobTillaart/AD56X8.git", "providesIncludes": [ - "Segment.h" + "AD56X8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/BlaT2512/Segment-3.0.0.zip", - "archiveFileName": "Segment-3.0.0.zip", - "size": 850864, - "checksum": "SHA-256:e6dba4e30ccec8d8cced5dfafb8bd24d66fce0947013a497455bada6d5ea3a79" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD56X8-0.1.4.zip", + "archiveFileName": "AD56X8-0.1.4.zip", + "size": 15320, + "checksum": "SHA-256:8291e485888b682682b4330424a65f58016955302c493fbcaed1b56bf8723d80" }, { - "name": "Audio - Adafruit Fork", - "version": "1.3.1", - "author": "Adafruit based on Paul Stoffregen", - "maintainer": "Adafruit", - "sentence": "Adafruit SAMD51 port of Teensy Audio Library - Flexible, High Quality Audio Processing", - "paragraph": "A toolkit for building streaming audio projects, featuring Polyphonic Playback, Recording, Synthesis, Analysis, Effects, Filtering, Mixing, Multiple Simultaneous Inputs \u0026 Outputs, Flexible Internal Signal Routing, Automatic Streaming 16 bits, 44.1 kHz as the Arduino Sketch Runs.", - "website": "http://www.github.com/adafruit/Audio", + "name": "AD56X8", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD56X8, SPI 8 channel Digital Analog Convertor.", + "paragraph": "Supports AD5668, AD5648, AD5628, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD56X8", "category": "Signal Input/Output", "architectures": [ "*" @@ -300200,771 +758000,871 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Audio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Audio___Adafruit_Fork-1.3.1.zip", - "archiveFileName": "Audio___Adafruit_Fork-1.3.1.zip", - "size": 5191548, - "checksum": "SHA-256:673a714f57111181d4563893187ca4177839233a21ad768105be370d9faf678f" + "repository": "https://github.com/RobTillaart/AD56X8.git", + "providesIncludes": [ + "AD56X8.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD56X8-0.2.0.zip", + "archiveFileName": "AD56X8-0.2.0.zip", + "size": 16005, + "checksum": "SHA-256:4885c5e0560774029e454e1b88a72862302bd61972dabd40f3381940de5b1869" }, { - "name": "ESP32 ULP Debugger", - "version": "1.0.0", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino ESP32 ULP Debugger libraries.", - "paragraph": "Arduino ESP32 ULP Debugger libraries.", - "website": "https://github.com/tanakamasayuki/UlpDebug", - "category": "Display", + "name": "FORCE2", + "version": "0.0.1", + "author": "Kravitz Lab", + "maintainer": "Alex Legaria \u003calegariamacal@wustl.edu\u003e", + "sentence": "This is a library for operating FORCE2", + "paragraph": "FORCE2 is a force sensing device for mice, built by Bridget Matikainen-Ankney", + "website": "https://github.com/KravitzLabDevices/FORCE2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "repository": "https://github.com/KravitzLabDevices/FORCE2.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit ST7735 and ST7789" + }, + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FORCE2-0.0.1.zip", + "archiveFileName": "FORCE2-0.0.1.zip", + "size": 27123, + "checksum": "SHA-256:cb5b7dbadeca7f29bbd0457e144f8bb4061194604ec0c30982b27fa3f9db8c5d" + }, + { + "name": "Boho", + "version": "0.0.1", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Ultra Light SSL without RSA.", + "paragraph": "The Boho library implements the Boho authenticaion protocol, secure communication and general encryption. It support Arduino Uno.", + "website": "https://github.com/congtrol/boho-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/remocons/boho-arduino.git", "providesIncludes": [ - "UlpDebug.h" + "Boho.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.0.0.zip", - "archiveFileName": "ESP32_ULP_Debugger-1.0.0.zip", - "size": 5616, - "checksum": "SHA-256:3962d1e4d27ceb3d5e64bfd771aa1893fc4ed7434903b5ac8720941c5792ec92" + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.0.1.zip", + "archiveFileName": "Boho-0.0.1.zip", + "size": 8786, + "checksum": "SHA-256:62ac91289b43a9d070f198569c592f35e0992e02c83c25f0d292096008b91420" }, { - "name": "ESP32 ULP Debugger", - "version": "1.1.0", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino ESP32 ULP Debugger libraries.", - "paragraph": "Arduino ESP32 ULP Debugger libraries.", - "website": "https://github.com/tanakamasayuki/UlpDebug", - "category": "Display", + "name": "Boho", + "version": "0.0.2", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Ultra Light SSL without RSA.", + "paragraph": "The Boho library implements the Boho authenticaion protocol, secure communication and general encryption. It support Arduino Uno.", + "website": "https://github.com/congtrol/boho-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "repository": "https://github.com/remocons/boho-arduino.git", "providesIncludes": [ - "UlpDebug.h" + "Boho.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.0.zip", - "archiveFileName": "ESP32_ULP_Debugger-1.1.0.zip", - "size": 5653, - "checksum": "SHA-256:f426df63a054bee9ccdc8ae68c23e8cdbe7bd9f7d588a7f0beb249ff4ddcc299" + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.0.2.zip", + "archiveFileName": "Boho-0.0.2.zip", + "size": 8813, + "checksum": "SHA-256:9b38996b9afe8055706bce0a0f984cca00e479171f2062f2431bc06d190adf37" }, { - "name": "ESP32 ULP Debugger", - "version": "1.1.1", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino ESP32 ULP Debugger libraries.", - "paragraph": "Arduino ESP32 ULP Debugger libraries.", - "website": "https://github.com/tanakamasayuki/UlpDebug", - "category": "Display", + "name": "Boho", + "version": "0.0.3", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Ultra Light SSL without RSA.", + "paragraph": "The Boho library implements the Boho authentication protocol, secure communication and general encryption. It support Arduino Uno.", + "website": "https://github.com/congtrol/boho-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "repository": "https://github.com/remocons/boho-arduino.git", "providesIncludes": [ - "UlpDebug.h" + "Boho.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.1.zip", - "archiveFileName": "ESP32_ULP_Debugger-1.1.1.zip", - "size": 5657, - "checksum": "SHA-256:c665e2ed87e5235db3320124b180c975df108167f7ec573e89ae3195de0b8e0f" + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.0.3.zip", + "archiveFileName": "Boho-0.0.3.zip", + "size": 8813, + "checksum": "SHA-256:e652e7ec1aa7709110dd77481b3360c236113ada1d8c0d509dd0460c40c9809f" }, { - "name": "ESP32 ULP Debugger", - "version": "1.1.2", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Arduino ESP32 ULP Debugger libraries.", - "paragraph": "Arduino ESP32 ULP Debugger libraries.", - "website": "https://github.com/tanakamasayuki/UlpDebug", - "category": "Display", + "name": "Boho", + "version": "0.1.0", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Ultra Light SSL without PKI.", + "paragraph": "The Boho library implements the Boho authentication protocol, secure communication and general encryption. It support Arduino Uno.", + "website": "https://github.com/congtrol/boho-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/UlpDebug.git", + "repository": "https://github.com/remocons/boho-arduino.git", "providesIncludes": [ - "UlpDebug.h" + "Boho.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_ULP_Debugger-1.1.2.zip", - "archiveFileName": "ESP32_ULP_Debugger-1.1.2.zip", - "size": 5673, - "checksum": "SHA-256:ef2fd4f0366a9c92a525c10fc8afd0e533b90c02588ffe14adca37fea2fcc0d8" + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.1.0.zip", + "archiveFileName": "Boho-0.1.0.zip", + "size": 8883, + "checksum": "SHA-256:3d0239978e258151032ef9dc9c3691fb8ba5fb075cad1fba73eaddeb29c9dfd5" }, { - "name": "Wasm3", - "version": "0.4.2", - "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", - "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", - "license": "MIT", - "sentence": "The fastest WebAssembly interpreter.", - "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", - "website": "https://github.com/wasm3/wasm3", - "category": "Other", + "name": "Boho", + "version": "0.2.0", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Ultra Light SSL without PKI.", + "paragraph": "The Boho library implements the Boho authentication protocol, secure communication and general encryption. It support Arduino Uno.", + "website": "https://github.com/congtrol/boho-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wasm3/wasm3-arduino.git", + "repository": "https://github.com/remocons/boho-arduino.git", "providesIncludes": [ - "wasm3.h" + "Boho.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.2.zip", - "archiveFileName": "Wasm3-0.4.2.zip", - "size": 86779, - "checksum": "SHA-256:10500d192132b0bab8e9b4b3b0703e576156c41aa1eb5f5d7c8f8684183cc1e5" + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.2.0.zip", + "archiveFileName": "Boho-0.2.0.zip", + "size": 8973, + "checksum": "SHA-256:941b6efcd8d33e81b6c43a66729b012e0403e80a990d118e9d46d7d8d51728d9" }, { - "name": "Wasm3", - "version": "0.4.3", - "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", - "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", - "license": "MIT", - "sentence": "The fastest WebAssembly interpreter.", - "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", - "website": "https://github.com/wasm3/wasm3", - "category": "Other", + "name": "Boho", + "version": "0.3.0", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Ultra Light SSL without PKI.", + "paragraph": "The Boho library implements the Boho authentication protocol, secure communication and general encryption. It support Arduino Uno.", + "website": "https://github.com/congtrol/boho-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wasm3/wasm3-arduino.git", + "repository": "https://github.com/remocons/boho-arduino.git", "providesIncludes": [ - "wasm3.h" + "Boho.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.3.zip", - "archiveFileName": "Wasm3-0.4.3.zip", - "size": 87100, - "checksum": "SHA-256:57eedd9b8d7e29c348c6650d2a8eb33a304cda356e12a393f3a9f2ce8a9d015e" + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.3.0.zip", + "archiveFileName": "Boho-0.3.0.zip", + "size": 8977, + "checksum": "SHA-256:fb7d452b2124961a5567cbd801b17e9af77a14cb6d6e546689a3660e70ab4e9c" + }, + { + "name": "Boho", + "version": "0.3.1", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Encryption, authentication, Secure communication.", + "paragraph": "The Boho library implements cryptographic authentication protocols, secure communication, and general cryptography. Supports Arduino Uno.", + "website": "https://github.com/congtrol/boho-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/remocons/boho-arduino.git", + "providesIncludes": [ + "Boho.h" + ], + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.3.1.zip", + "archiveFileName": "Boho-0.3.1.zip", + "size": 8998, + "checksum": "SHA-256:1aa5b7288a9eb72e2c3063e53158f785917721012c2b05bd28313b1764ca3347" + }, + { + "name": "Boho", + "version": "0.4.0", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Encryption, authentication, Secure communication.", + "paragraph": "The Boho library implements cryptographic authentication protocols, secure communication, and general cryptography. Supports Arduino Uno.", + "website": "https://github.com/remocons/boho-arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/remocons/boho-arduino.git", + "providesIncludes": [ + "Boho.h" + ], + "dependencies": [ + { + "name": "Crypto" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/Boho-0.4.0.zip", + "archiveFileName": "Boho-0.4.0.zip", + "size": 8997, + "checksum": "SHA-256:e2c8e60737fc574dc537310ffbfa238ad405ec1e06e793673e491d3a388c8e0a" }, { - "name": "Wasm3", - "version": "0.4.4", - "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", - "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", - "license": "MIT", - "sentence": "The fastest WebAssembly interpreter.", - "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", - "website": "https://github.com/wasm3/wasm3", - "category": "Other", + "name": "A1301", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for A1301 A1302 magnetometer.", + "paragraph": "A1301, A1302, magnetic.", + "website": "https://github.com/RobTillaart/A1301", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wasm3/wasm3-arduino.git", + "repository": "https://github.com/RobTillaart/A1301.git", "providesIncludes": [ - "wasm3.h" + "A1301.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.4.zip", - "archiveFileName": "Wasm3-0.4.4.zip", - "size": 87203, - "checksum": "SHA-256:461a623197479571977a68c5d626263e3fcc079da16feb81ce552852de28e76a" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/A1301-0.1.0.zip", + "archiveFileName": "A1301-0.1.0.zip", + "size": 7955, + "checksum": "SHA-256:2f7a70b525e71c16fc4fd5f9e8f88d3d5c1e7e84b7c50ce29f15fd57707e44b4" }, { - "name": "Wasm3", - "version": "0.4.5", - "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", - "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", - "license": "MIT", - "sentence": "The fastest WebAssembly interpreter.", - "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", - "website": "https://github.com/wasm3/wasm3", - "category": "Other", + "name": "A1301", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for A1301 et al magnetometer.", + "paragraph": "A1301, A1302, A1324, A1325, A1326, magnetic.", + "website": "https://github.com/RobTillaart/A1301", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wasm3/wasm3-arduino.git", + "repository": "https://github.com/RobTillaart/A1301.git", "providesIncludes": [ - "wasm3.h" + "A1301.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.5.zip", - "archiveFileName": "Wasm3-0.4.5.zip", - "size": 106788, - "checksum": "SHA-256:990cae7418454748e42627ddff9d5bbb00a6f98b4f3df6312df3b4072ee07db0" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/A1301-0.1.1.zip", + "archiveFileName": "A1301-0.1.1.zip", + "size": 8600, + "checksum": "SHA-256:51c4087b4d658cf328a0cb41935d0d95a03dd06a9f6255bd5da36d27b2e10ee2" }, { - "name": "Wasm3", - "version": "0.4.8", - "author": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e, Steven Massey \u003csoundandform@gmail.com\u003e", - "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", - "license": "MIT", - "sentence": "The fastest WebAssembly interpreter.", - "paragraph": "It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.", - "website": "https://github.com/wasm3/wasm3", - "category": "Other", + "name": "A1301", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for A1301 et al magnetometer.", + "paragraph": "A1301, A1302, A1324, A1325, A1326, magnetic.", + "website": "https://github.com/RobTillaart/A1301", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wasm3/wasm3-arduino.git", + "repository": "https://github.com/RobTillaart/A1301.git", "providesIncludes": [ - "wasm3.h" + "A1301.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wasm3/Wasm3-0.4.8.zip", - "archiveFileName": "Wasm3-0.4.8.zip", - "size": 122279, - "checksum": "SHA-256:690c7c5ae79ed80156d6aba39faefef19a92e8c2f4185eddb0ff7c9922e6b15f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/A1301-0.1.2.zip", + "archiveFileName": "A1301-0.1.2.zip", + "size": 9506, + "checksum": "SHA-256:58863d36da2fa30f25f4350cc7abed3c12a1ff2f02c8783810bf34ba6ba75b38" }, { - "name": "Silvervest OLED-0010 SPI", - "version": "1.0.0", - "author": "Nick Silvestro", - "maintainer": "Nick Silvestro \u003cnick@silvervest.net\u003e", - "sentence": "OLED-0010 oled driver library 16x2 displays via SPI", - "paragraph": "Compatible with LiquidCrystal", - "website": "https://github.com/silvervest/Silvervest_OLED_0010_SPI", - "category": "Display", + "name": "A1301", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for A1301 et al magnetometer.", + "paragraph": "A1301, A1302, A1324, A1325, A1326, magnetic, HALL.", + "website": "https://github.com/RobTillaart/A1301", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/silvervest/Silvervest_OLED_0010_SPI.git", + "repository": "https://github.com/RobTillaart/A1301.git", "providesIncludes": [ - "Silvervest_OLED_0010_SPI.h" + "A1301.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/silvervest/Silvervest_OLED_0010_SPI-1.0.0.zip", - "archiveFileName": "Silvervest_OLED_0010_SPI-1.0.0.zip", - "size": 5713, - "checksum": "SHA-256:51adef3e09de31b8b83c46d85b3e740ff917c194108296c69b231dcd92e3ab0a" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/A1301-0.2.0.zip", + "archiveFileName": "A1301-0.2.0.zip", + "size": 12115, + "checksum": "SHA-256:8c4c98745d238f8c90ffbcd6940547111760cc4fef128fa6d725bdef108ce8a5" }, { - "name": "MteCore", - "version": "1.0.0", - "author": "Muara Teknik Elektrik", - "maintainer": "Saepul Anwar \u003cadm.ipul@gmail.com\u003e", - "sentence": "MteCore - Library For MTE Controller", - "paragraph": "Support MTE-miniController V.2.0", - "website": "https://github.com/mt-elektrik/MteCore", - "category": "Device Control", + "name": "A1301", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for A1301 et al magnetometer.", + "paragraph": "A1301, A1302, A1324, A1325, A1326, magnetic, HALL.", + "website": "https://github.com/RobTillaart/A1301", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mt-elektrik/MteCore.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mt-elektrik/MteCore-1.0.0.zip", - "archiveFileName": "MteCore-1.0.0.zip", - "size": 24848, - "checksum": "SHA-256:03677ff7b5e6848eae1b6f06c8091c397bfa13ed6c862a795d06061fa4327f37" + "repository": "https://github.com/RobTillaart/A1301.git", + "providesIncludes": [ + "A1301.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/A1301-0.2.1.zip", + "archiveFileName": "A1301-0.2.1.zip", + "size": 13548, + "checksum": "SHA-256:836de44cd194d5c5497ec79046f5e264ec086857eec45470af39a253d9b14c18" }, { - "name": "BlynkGSM_Manager", + "name": "SimpleShell Enhanced", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "author": "CaféHaine, NuclearPhoenix", + "maintainer": "NuclearPhoenix \u003chello@nuclearphoenix.xyz\u003e", + "sentence": "A quick and easy way to control your Arduino using serial, enhanced version.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/Phoenix1747/SimpleShell", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", - "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" - ], + "repository": "https://github.com/NuclearPhoenixx/SimpleShell.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "TinyGSM" + "name": "LinkedPointerList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.0.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.0.zip", - "size": 60831, - "checksum": "SHA-256:f08f3ce69df701edabb5c98799013b544e642030ca324ba5d27373b5efdaa5e1" + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/SimpleShell_Enhanced-1.0.0.zip", + "archiveFileName": "SimpleShell_Enhanced-1.0.0.zip", + "size": 7395, + "checksum": "SHA-256:555a95d79a12602d8e204a93d86a15e57b854013e628019c457b5f4a232ac7f4" }, { - "name": "BlynkGSM_Manager", + "name": "SimpleShell Enhanced", "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "author": "CaféHaine, NuclearPhoenix", + "maintainer": "NuclearPhoenix \u003chello@nuclearphoenix.xyz\u003e", + "sentence": "A quick and easy way to control your Arduino using serial, enhanced version.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/Phoenix1747/SimpleShell", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", - "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" - ], + "repository": "https://github.com/NuclearPhoenixx/SimpleShell.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "TinyGSM" + "name": "LinkedPointerList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.1.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.1.zip", - "size": 61139, - "checksum": "SHA-256:cb3aee435f8c007ebe0b23d7374821a00367331fe2303dde00d97259b2f37c4a" + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/SimpleShell_Enhanced-1.0.1.zip", + "archiveFileName": "SimpleShell_Enhanced-1.0.1.zip", + "size": 7439, + "checksum": "SHA-256:9b1f05eb51c5634744c51208efc6d8c8f993c66bf3b5351c6a760f956c4f253f" }, { - "name": "BlynkGSM_Manager", + "name": "SimpleShell Enhanced", "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "author": "CaféHaine, NuclearPhoenix", + "maintainer": "NuclearPhoenix \u003chello@nuclearphoenix.xyz\u003e", + "sentence": "A quick and easy way to control your Arduino using serial, enhanced version.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/Phoenix1747/SimpleShell", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", - "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" - ], + "repository": "https://github.com/NuclearPhoenixx/SimpleShell.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "TinyGSM" + "name": "LinkedPointerList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.2.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.2.zip", - "size": 132399, - "checksum": "SHA-256:4a040cc352e7e137bafb56c4b5b57b37ab9a2d60cdd379fe689e64aef79429ba" + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/SimpleShell_Enhanced-1.0.2.zip", + "archiveFileName": "SimpleShell_Enhanced-1.0.2.zip", + "size": 7446, + "checksum": "SHA-256:7851c26d301650a143a14ece338679d2eb48e918bf4a6b46212cc4b93474eef8" }, { - "name": "BlynkGSM_Manager", + "name": "SimpleShell Enhanced", "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "author": "CaféHaine, NuclearPhoenix", + "maintainer": "NuclearPhoenix \u003chello@nuclearphoenix.xyz\u003e", + "sentence": "A quick and easy way to control your Arduino using serial, enhanced version.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/NuclearPhoenixx/SimpleShell", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", - "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" - ], + "repository": "https://github.com/NuclearPhoenixx/SimpleShell.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "TinyGSM" + "name": "LinkedPointerList" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.3.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.3.zip", - "size": 133168, - "checksum": "SHA-256:21b3e1482bc4b2deeb46e48ee564c865632b96229dbab058ccbd972e100702f3" + "url": "https://downloads.arduino.cc/libraries/github.com/NuclearPhoenixx/SimpleShell_Enhanced-1.0.3.zip", + "archiveFileName": "SimpleShell_Enhanced-1.0.3.zip", + "size": 7713, + "checksum": "SHA-256:520cfbfcf51e00471b63161c92cdcf936821e38e4e1e5edff384f4fc112ab843" }, { - "name": "BlynkGSM_Manager", - "version": "1.0.4", - "author": "Khoi Hoang", + "name": "HTTPS_Server_Generic", + "version": "1.2.0", + "author": "Frank Hessel,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "sentence": "This is HTTPS/HTTP Server Library for ESP32, WT32_ETH01, ESP32 + LwIP W5500, ESP32 + LwIP ENC28J60", + "paragraph": "In the future, this library will support powerful-enough boards using LwIP WiFi/Ethernet, such as ESP8266, Portenta_H7, RP2040W, Teensy 4.1, etc.", + "website": "https://github.com/khoih-prog/HTTPS_Server_Generic", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "repository": "https://github.com/khoih-prog/HTTPS_Server_Generic.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" + "HTTPS_Server_Generic.h" ], "dependencies": [ { - "name": "Blynk" + "name": "Functional-Vlpp" }, { - "name": "TinyGSM" + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.4.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.4.zip", - "size": 119694, - "checksum": "SHA-256:a4ec7045c121d7a8900a1299214511dc5463aa529bf656b615c8b63f4b7497d3" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/HTTPS_Server_Generic-1.2.0.zip", + "archiveFileName": "HTTPS_Server_Generic-1.2.0.zip", + "size": 846547, + "checksum": "SHA-256:b12b9952a8951e968ab3e54f76268f58188dbb289d589d2fccf63dca9709c340" }, { - "name": "BlynkGSM_Manager", - "version": "1.0.5", - "author": "Khoi Hoang", + "name": "HTTPS_Server_Generic", + "version": "1.3.0", + "author": "Frank Hessel,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "sentence": "This is HTTPS/HTTP Server Library for ESP32, WT32_ETH01, ESP32 + LwIP W5500, ESP32 + LwIP ENC28J60", + "paragraph": "In the future, this library will support powerful-enough boards using LwIP WiFi/Ethernet, such as ESP8266, Portenta_H7, RP2040W, Teensy 4.1, etc.", + "website": "https://github.com/khoih-prog/HTTPS_Server_Generic", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "repository": "https://github.com/khoih-prog/HTTPS_Server_Generic.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" + "HTTPS_Server_Generic.h" ], "dependencies": [ { - "name": "Blynk" + "name": "Functional-Vlpp" }, { - "name": "TinyGSM" + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.5.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.5.zip", - "size": 121463, - "checksum": "SHA-256:5be9352057116a3c54421387068cb53906dad62e3de19455fcce1b928f675a1d" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/HTTPS_Server_Generic-1.3.0.zip", + "archiveFileName": "HTTPS_Server_Generic-1.3.0.zip", + "size": 1808391, + "checksum": "SHA-256:58b0cc33edf69e8d82a9a456faae7511fbe6013bc51f0ecea44d505ac4a27e80" }, { - "name": "BlynkGSM_Manager", - "version": "1.0.6", - "author": "Khoi Hoang", + "name": "HTTPS_Server_Generic", + "version": "1.4.0", + "author": "Frank Hessel,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "sentence": "This is HTTPS/HTTP Server Library for ESP32, WT32_ETH01, ESP32 + LwIP W5500, ESP32 + LwIP ENC28J60", + "paragraph": "In the future, this library will support powerful-enough boards using LwIP WiFi/Ethernet, such as ESP8266, Portenta_H7, RP2040W, Teensy 4.1, etc.", + "website": "https://github.com/khoih-prog/HTTPS_Server_Generic", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "repository": "https://github.com/khoih-prog/HTTPS_Server_Generic.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" + "HTTPS_Server_Generic.h" ], "dependencies": [ { - "name": "Blynk" + "name": "Functional-Vlpp" }, { - "name": "TinyGSM" + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.6.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.6.zip", - "size": 124271, - "checksum": "SHA-256:f5ee8db18e56740e5d5ba30674776721d22217c035fa2e9c969b206b480db16c" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/HTTPS_Server_Generic-1.4.0.zip", + "archiveFileName": "HTTPS_Server_Generic-1.4.0.zip", + "size": 2375554, + "checksum": "SHA-256:c00913d95d7394b000296446aed7b791edfcf3714ca6e252c0e137590b601dfa" }, { - "name": "BlynkGSM_Manager", - "version": "1.0.7", - "author": "Khoi Hoang", + "name": "HTTPS_Server_Generic", + "version": "1.5.0", + "author": "Frank Hessel,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", + "sentence": "This is HTTPS/HTTP Server Library for ESP32, WT32_ETH01, ESP32 + LwIP W5500, ESP32 + LwIP W6100, ESP32 + LwIP ENC28J60", + "paragraph": "In the future, this library will support powerful-enough boards using LwIP WiFi/Ethernet, such as ESP8266, Portenta_H7, RP2040W, Teensy 4.1, etc.", + "website": "https://github.com/khoih-prog/HTTPS_Server_Generic", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "repository": "https://github.com/khoih-prog/HTTPS_Server_Generic.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" + "HTTPS_Server_Generic.h" ], "dependencies": [ { - "name": "Blynk" + "name": "Functional-Vlpp" }, { - "name": "TinyGSM" + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "WebServer_ESP32_SC_W6100" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.7.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.7.zip", - "size": 125124, - "checksum": "SHA-256:cd5ff02dba88bd40f4538ba577778f1e67f1fde5dc1c552a19abcac1419ca432" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/HTTPS_Server_Generic-1.5.0.zip", + "archiveFileName": "HTTPS_Server_Generic-1.5.0.zip", + "size": 2699814, + "checksum": "SHA-256:d28e6cf8317fe971ff8d8e7480007b9dc927e6af08c761f52a63528cca028634" }, { - "name": "BlynkGSM_Manager", - "version": "1.0.8", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", - "category": "Communication", + "name": "ESP32Dispatcher", + "version": "1.0.0", + "author": "WickedRainman", + "maintainer": "WickedRainman \u003csusan091059@gmail.com\u003e", + "sentence": "Simple time-slice based task dispatcher", + "paragraph": "Provides a Dispatcher class", + "website": "https://github.com/wicked-rainman/ESP32Dispatcher.git", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "repository": "https://github.com/wicked-rainman/ESP32Dispatcher.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" - ], - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "TinyGSM" - } + "Dispatch.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.8.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.8.zip", - "size": 124465, - "checksum": "SHA-256:6d40420cc317f2e890ef6a65d80bcb734781631a9c230f563099910efb82e1bb" + "url": "https://downloads.arduino.cc/libraries/github.com/wicked-rainman/ESP32Dispatcher-1.0.0.zip", + "archiveFileName": "ESP32Dispatcher-1.0.0.zip", + "size": 19728, + "checksum": "SHA-256:d57cd000a2966fe9807f66369a671a6a378eba57297c51103d40a4ccfbae5ef3" }, { - "name": "BlynkGSM_Manager", - "version": "1.0.9", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM", - "paragraph": "Library for configuring/auto(re)connecting GSM shields to Internet and Blynk at runtime and enable GSM/GPRS and WiFi running simultaneously.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", - "category": "Communication", + "name": "ESP32Dispatcher", + "version": "1.0.1", + "author": "WickedRainman", + "maintainer": "WickedRainman \u003csusan091059@gmail.com\u003e", + "sentence": "Simple time-slice based task dispatcher", + "paragraph": "Provides a Dispatcher class", + "website": "https://github.com/wicked-rainman/ESP32Dispatcher.git", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "repository": "https://github.com/wicked-rainman/ESP32Dispatcher.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" - ], - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "TinyGSM" - } + "Dispatch.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.9.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.9.zip", - "size": 134936, - "checksum": "SHA-256:9594e6e3ac5336b80486d43a5c47b7ed1b11f441281e8be0ee10192ef31f7cf3" + "url": "https://downloads.arduino.cc/libraries/github.com/wicked-rainman/ESP32Dispatcher-1.0.1.zip", + "archiveFileName": "ESP32Dispatcher-1.0.1.zip", + "size": 20446, + "checksum": "SHA-256:711dffe1c9528b1b2b28ab9d8eae1fd7621b53fc38c8d792787cd70a43a68769" }, { - "name": "BlynkGSM_Manager", - "version": "1.0.10", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", - "paragraph": "Library for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/BlynkGSM_Manager", - "category": "Communication", + "name": "ESP32Dispatcher", + "version": "1.0.3", + "author": "WickedRainman", + "maintainer": "WickedRainman \u003csusan091059@gmail.com\u003e", + "sentence": "Simple time-slice based task dispatcher", + "paragraph": "Provides a Dispatcher class", + "website": "https://github.com/wicked-rainman/ESP32Dispatcher.git", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkGSM_Manager.git", + "repository": "https://github.com/wicked-rainman/ESP32Dispatcher.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_M.h" - ], - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "TinyGSM" - }, - { - "name": "ESP_DoubleResetDetector" - } + "Dispatch.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkGSM_Manager-1.0.10.zip", - "archiveFileName": "BlynkGSM_Manager-1.0.10.zip", - "size": 167455, - "checksum": "SHA-256:32ff6ae9207f537394a4ce1bede1da2cba54325c3929856a6d57a64a1d35e94b" + "url": "https://downloads.arduino.cc/libraries/github.com/wicked-rainman/ESP32Dispatcher-1.0.3.zip", + "archiveFileName": "ESP32Dispatcher-1.0.3.zip", + "size": 20447, + "checksum": "SHA-256:9fe8aaebde9860121e1b1aede1c81008d5ec252e62d219eab0d37a43b4a89792" }, { - "name": "ESP OTA GitHub", - "version": "0.0.1", - "author": "Gavin Smalley", - "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/ESP_OTA_GitHub\u003e", - "sentence": "ESP library for auto updating code from GitHub releases.", - "paragraph": "Automatically update your ESP from exported compiled binaries attached to GitHub releases of your project. Supports upgrade and downgrade of sketch. SPIFFS updating not yet supported.", - "website": "https://github.com/yknivag/ESP_OTA_GitHub", - "category": "Uncategorized", + "name": "ESP32Dispatcher", + "version": "1.0.4", + "author": "WickedRainman", + "maintainer": "WickedRainman \u003csusan091059@gmail.com\u003e", + "sentence": "Simple time-slice based task dispatcher", + "paragraph": "Provides a Dispatcher class", + "website": "https://github.com/wicked-rainman/ESP32Dispatcher.git", + "category": "Data Processing", "architectures": [ - "ESP8266", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/yknivag/ESP_OTA_GitHub.git", + "repository": "https://github.com/wicked-rainman/ESP32Dispatcher.git", "providesIncludes": [ - "ESP_OTA_GitHub.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "Time" - } + "Dispatch.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/ESP_OTA_GitHub-0.0.1.zip", - "archiveFileName": "ESP_OTA_GitHub-0.0.1.zip", - "size": 141239, - "checksum": "SHA-256:868f101ce7f851bfb31013b2ec6330e4931c2f7866ae32fcdcd31fb4fa5e603c" + "url": "https://downloads.arduino.cc/libraries/github.com/wicked-rainman/ESP32Dispatcher-1.0.4.zip", + "archiveFileName": "ESP32Dispatcher-1.0.4.zip", + "size": 20447, + "checksum": "SHA-256:b94a5c45c79d20ab8111980930515625cd543c69224a546f31df2a1595f1470c" }, { - "name": "ESP OTA GitHub", - "version": "0.0.3", - "author": "Gavin Smalley", - "maintainer": "Gavin Smalley \u003chttps://github.com/yknivag/ESP_OTA_GitHub\u003e", - "sentence": "ESP library for auto updating code from GitHub releases.", - "paragraph": "Automatically update your ESP from exported compiled binaries attached to GitHub releases of your project. Supports upgrade and downgrade of sketch. SPIFFS updating not yet supported.", - "website": "https://github.com/yknivag/ESP_OTA_GitHub", - "category": "Uncategorized", + "name": "RAIN", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for rain sensor (analog).", + "paragraph": "wet, wetness.", + "website": "https://github.com/RobTillaart/RAIN", + "category": "Sensors", "architectures": [ - "ESP8266", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/yknivag/ESP_OTA_GitHub.git", + "repository": "https://github.com/RobTillaart/RAIN.git", "providesIncludes": [ - "ESP_OTA_GitHub.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "Time" - } + "rain.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/yknivag/ESP_OTA_GitHub-0.0.3.zip", - "archiveFileName": "ESP_OTA_GitHub-0.0.3.zip", - "size": 139145, - "checksum": "SHA-256:f596683bf6c9d7d06ffceaf35e5c34211a5ec9d01e02a130a393eb4d35897674" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RAIN-0.1.0.zip", + "archiveFileName": "RAIN-0.1.0.zip", + "size": 8007, + "checksum": "SHA-256:4886f7bcc8bde9918897d606b4ef038ba2200299433c8953d19e6652c753665b" }, { - "name": "EmotiBit XPlat Utils", - "version": "1.0.0", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", - "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", - "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", - "category": "Other", + "name": "RAIN", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for rain sensor (analog).", + "paragraph": "wet, wetness.", + "website": "https://github.com/RobTillaart/RAIN", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.0.0.zip", - "archiveFileName": "EmotiBit_XPlat_Utils-1.0.0.zip", - "size": 8312, - "checksum": "SHA-256:cfca0a0acdf9b1dd1a64f29443020c14ca5c3471c5a2bd06303b242659ac2829" + "repository": "https://github.com/RobTillaart/RAIN.git", + "providesIncludes": [ + "rain.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RAIN-0.1.1.zip", + "archiveFileName": "RAIN-0.1.1.zip", + "size": 10619, + "checksum": "SHA-256:c82b6de6a1f8f4515af0bc90d9ade0385d9d721daa37db5cc0b3851bdb149512" }, { - "name": "EmotiBit XPlat Utils", - "version": "1.0.1", - "author": "Connected Future Labs", - "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", - "sentence": "A Utilities Library required for the successfull operation of EmotiBit FeatherWing and EmotiBit Oscilloscope Library", - "paragraph": "Please check for version compatibilities and requirements on the EmotiBit_FeatherWing and ofxEmotiBit github page.", - "website": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils", - "category": "Other", + "name": "RAIN", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FC-37 analog rain sensor and compatibles.", + "paragraph": "wet, wetness, FC-37, YL-83, HM-RD, LM393.", + "website": "https://github.com/RobTillaart/RAIN", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_XPlat_Utils-1.0.1.zip", - "archiveFileName": "EmotiBit_XPlat_Utils-1.0.1.zip", - "size": 8533, - "checksum": "SHA-256:b7071b0870a48b4a0b2f2f9de2aac9ddc7ba3f32b8cffa1d622e019a0cb9416d" + "repository": "https://github.com/RobTillaart/RAIN.git", + "providesIncludes": [ + "rain.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RAIN-0.1.2.zip", + "archiveFileName": "RAIN-0.1.2.zip", + "size": 14664, + "checksum": "SHA-256:5f7fa3a96622f9554260aea247730dc68be1a0fc7d8e2c2fae9c2b6fd7cd4c28" }, { - "name": "TLE493D", - "version": "1.1.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's TLE493D", - "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", + "name": "RAIN", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FC-37 analog rain sensor and compatibles.", + "paragraph": "wet, wetness, FC-37, YL-83, HM-RD, LM393.", + "website": "https://github.com/RobTillaart/RAIN", "category": "Sensors", "architectures": [ "*" @@ -300972,285 +758872,349 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLE493D-3DMagnetic-Sensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLE493D-1.1.1.zip", - "archiveFileName": "TLE493D-1.1.1.zip", - "size": 25509, - "checksum": "SHA-256:a59128882f4c0e37635734be476f894efa47e0b2c7f2c17f62638c7767ad9b75" + "repository": "https://github.com/RobTillaart/RAIN.git", + "providesIncludes": [ + "rain.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RAIN-0.1.3.zip", + "archiveFileName": "RAIN-0.1.3.zip", + "size": 15438, + "checksum": "SHA-256:4c8408d394f58b8e072a3ac8f2fd8626abb0d0aea0352064a376f89fbc3b687f" }, { - "name": "Tuyav", - "version": "1.0.0", - "author": "Velleman nv", - "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", - "sentence": "Communicate with the Tuya IoT module", - "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", - "website": "https://github.com/Velleman/Tuyav", - "category": "Uncategorized", + "name": "RAIN", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for FC-37 analog rain sensor and compatibles.", + "paragraph": "wet, wetness, FC-37, YL-83, HM-RD, LM393.", + "website": "https://github.com/RobTillaart/RAIN", + "category": "Sensors", "architectures": [ - "avr", - "megaAVR" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Velleman/Tuyav.git", + "repository": "https://github.com/RobTillaart/RAIN.git", "providesIncludes": [ - "Tuyav.h" + "rain.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.0.0.zip", - "archiveFileName": "Tuyav-1.0.0.zip", - "size": 194563, - "checksum": "SHA-256:413f67630a5a4b191334a41d54e0787039c15070e1be7fcf3c18e7b1a933ad75" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RAIN-0.1.4.zip", + "archiveFileName": "RAIN-0.1.4.zip", + "size": 15679, + "checksum": "SHA-256:87ffe7b7fdaaff3564c3b40938209bae5a0c4c809c648878cdfe9fa495497c87" }, { - "name": "Tuyav", - "version": "1.1.0", - "author": "Velleman nv", - "maintainer": "Velleman nv \u003cinfo@velleman.eu\u003e", - "sentence": "Communicate with the Tuya IoT module", - "paragraph": "Communicate with the Tuya IoT module and make your arduino connect to eveything you want", - "website": "https://github.com/Velleman/Tuyav", - "category": "Uncategorized", + "name": "AD74xx", + "version": "0.1.0", + "author": "Jose Guerra Carmenate", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmeante@gmail.com\u003e", + "sentence": "AD74xx Driver for Arduino framework", + "paragraph": "AD74xx Driver for Arduino framework. Supported devices: AD7466, AD7467, AD7468, AD7475, AD7476, AD7476A, AD7477, AD7477A, AD7478, AD7478A and AD7495", + "website": "https://github.com/joseguerra3000/AD74xx", + "category": "Sensors", "architectures": [ - "avr", - "megaAVR", - "megaavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Velleman/Tuyav.git", + "repository": "https://github.com/joseguerra3000/AD74xx.git", "providesIncludes": [ - "Tuyav.h" + "AD74xx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Velleman/Tuyav-1.1.0.zip", - "archiveFileName": "Tuyav-1.1.0.zip", - "size": 195243, - "checksum": "SHA-256:cf0625a299dfa218020a5a6a08ca49b6c6bbeb1a98fc4b22fb71c5fb57efc01e" + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joseguerra3000/AD74xx-0.1.0.zip", + "archiveFileName": "AD74xx-0.1.0.zip", + "size": 5667, + "checksum": "SHA-256:c119abb0bba895f7c1dee8e9058ce4d8d4f9cd32222a936762132ce3bd604f0b" }, { - "name": "AlternativeLSS", - "version": "0.8.0", - "author": "Colin MacKenzie", - "maintainer": "colin@flyingeinstein.com", - "sentence": "Asynchronous control of Lynxmotion LSS smart servos.", - "paragraph": "The goal of this library is to provide performance when controlling a significant number of servos on a bus using a Orient =\u003e Action =\u003e Query/Update loop. It is capable of queueing up a number of servo query requests for multiple servos at a time.", - "website": "https://github.com/Lynxmotion/AlternativeLSS", - "category": "Device Control", + "name": "AD74xx", + "version": "0.1.1", + "author": "Jose Guerra Carmenate", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmeante@gmail.com\u003e", + "sentence": "AD74xx Driver for Arduino framework", + "paragraph": "AD74xx Driver for Arduino framework. Supported devices: AD7466, AD7467, AD7468, AD7475, AD7476, AD7476A, AD7477, AD7477A, AD7478, AD7478A and AD7495", + "website": "https://github.com/joseguerra3000/AD74xx", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Lynxmotion/AlternativeLSS.git", + "repository": "https://github.com/joseguerra3000/AD74xx.git", "providesIncludes": [ - "LynxmotionLSS.h LssCommunication.h LssHandlers.h" + "AD74xx.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Lynxmotion/AlternativeLSS-0.8.0.zip", - "archiveFileName": "AlternativeLSS-0.8.0.zip", - "size": 77689, - "checksum": "SHA-256:81dfcb7172f71e3087c44868c292a2a5ec59a4e3229e82e87a3ffc972b22e227" + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joseguerra3000/AD74xx-0.1.1.zip", + "archiveFileName": "AD74xx-0.1.1.zip", + "size": 5674, + "checksum": "SHA-256:5ac8f972dc42920346e1cab81a441a29a787ea3bc9ac2f351070be3da6e7232d" }, { - "name": "EloquentTinyML", - "version": "0.0.1", - "author": "Simone Salerno,eloquentarduino@gmail.com", - "maintainer": "Simone Salerno,eloquentarduino@gmail.com", - "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", - "website": "https://github.com/eloquentarduino/EloquentTinyML", - "category": "Other", + "name": "AD74xx", + "version": "0.1.2", + "author": "Jose Guerra Carmenate", + "maintainer": "Jose Guerra Carmenate \u003cjoseguerracarmeante@gmail.com\u003e", + "sentence": "AD74xx Driver for Arduino framework", + "paragraph": "AD74xx Driver for Arduino framework. Supported devices: AD7466, AD7467, AD7468, AD7475, AD7476, AD7476A, AD7477, AD7477A, AD7478, AD7478A and AD7495", + "website": "https://github.com/joseguerra3000/AD74xx", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.1.zip", - "archiveFileName": "EloquentTinyML-0.0.1.zip", - "size": 375713, - "checksum": "SHA-256:61e5ae2d136b046abbfc6e81e9ebd947bf8fe7fc7130f275ceb23c765094f0ae" + "repository": "https://github.com/joseguerra3000/AD74xx.git", + "providesIncludes": [ + "AD74xx.h" + ], + "dependencies": [ + { + "name": "SoftSPIB" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/joseguerra3000/AD74xx-0.1.2.zip", + "archiveFileName": "AD74xx-0.1.2.zip", + "size": 5949, + "checksum": "SHA-256:db6286cd6aa7f67c0359ebff39f097b42bbb2996c20070b7936efacdbae38656" }, { - "name": "EloquentTinyML", - "version": "0.0.2", - "author": "Simone Salerno,eloquentarduino@gmail.com", - "maintainer": "Simone Salerno,eloquentarduino@gmail.com", - "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", - "website": "https://github.com/eloquentarduino/EloquentTinyML", - "category": "Other", + "name": "MSP300", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MSP300 pressure transducer (I2C).", + "paragraph": "(profi sensor).", + "website": "https://github.com/RobTillaart/MSP300", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.2.zip", - "archiveFileName": "EloquentTinyML-0.0.2.zip", - "size": 375747, - "checksum": "SHA-256:03abbf6a4b01991c4ff7811cacfe16d24d8eff2434064c8db28a950a34dd94ea" + "repository": "https://github.com/RobTillaart/MSP300.git", + "providesIncludes": [ + "MSP300.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MSP300-0.1.0.zip", + "archiveFileName": "MSP300-0.1.0.zip", + "size": 8331, + "checksum": "SHA-256:c75f2357cfab74b5d2b09b15c94212195e1bfb7dc389441ac0c0ca6b39940d1d" }, { - "name": "EloquentTinyML", - "version": "0.0.3", - "author": "Simone Salerno,eloquentarduino@gmail.com", - "maintainer": "Simone Salerno,eloquentarduino@gmail.com", - "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", - "website": "https://github.com/eloquentarduino/EloquentTinyML", - "category": "Other", + "name": "MSP300", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MSP300 pressure transducer (I2C).", + "paragraph": "(profi sensor).", + "website": "https://github.com/RobTillaart/MSP300", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.3.zip", - "archiveFileName": "EloquentTinyML-0.0.3.zip", - "size": 683520, - "checksum": "SHA-256:eb2e0e6683d22b981dd3584fe8caeb84623895c1db3bdc524613a94ae493626e" + "repository": "https://github.com/RobTillaart/MSP300.git", + "providesIncludes": [ + "MSP300.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MSP300-0.1.1.zip", + "archiveFileName": "MSP300-0.1.1.zip", + "size": 8556, + "checksum": "SHA-256:43c2a1e89c5c387dd1ff307b146e815f7ab810c2126f0c9a0e156612c02fd327" }, { - "name": "EloquentTinyML", - "version": "0.0.4", - "author": "Simone Salerno,eloquentarduino@gmail.com", - "maintainer": "Simone Salerno,eloquentarduino@gmail.com", - "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", - "website": "https://github.com/eloquentarduino/EloquentTinyML", - "category": "Other", + "name": "MSP300", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MSP300 pressure transducer (I2C).", + "paragraph": "(profi sensor).", + "website": "https://github.com/RobTillaart/MSP300", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.4.zip", - "archiveFileName": "EloquentTinyML-0.0.4.zip", - "size": 414942, - "checksum": "SHA-256:0fe68890f99e625b9492d95b7aa47a5682938d2dba608365b15dbc7ef6420abd" + "repository": "https://github.com/RobTillaart/MSP300.git", + "providesIncludes": [ + "MSP300.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MSP300-0.1.2.zip", + "archiveFileName": "MSP300-0.1.2.zip", + "size": 8787, + "checksum": "SHA-256:8d1e80fa0344880d788ac2d6a3600ed095c28776732b0d1bce26a551e5a02880" }, { - "name": "EloquentTinyML", - "version": "0.0.5", - "author": "Simone Salerno,eloquentarduino@gmail.com", - "maintainer": "Simone Salerno,eloquentarduino@gmail.com", - "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers", - "website": "https://github.com/eloquentarduino/EloquentTinyML", - "category": "Other", + "name": "MSP300", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MSP300 pressure transducer (I2C).", + "paragraph": "(profi sensor).", + "website": "https://github.com/RobTillaart/MSP300", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentTinyML.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTinyML-0.0.5.zip", - "archiveFileName": "EloquentTinyML-0.0.5.zip", - "size": 417957, - "checksum": "SHA-256:74dbc12081be961d1b2bd2ce3aded42807b7d921741bef14cca74a26cd3de1f5" + "repository": "https://github.com/RobTillaart/MSP300.git", + "providesIncludes": [ + "MSP300.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MSP300-0.2.0.zip", + "archiveFileName": "MSP300-0.2.0.zip", + "size": 8804, + "checksum": "SHA-256:7dd27d5b6b4cd1a0c02ab5c85b7d7119bcaf95d42bcf4abaa8a020b786ff67c7" }, { - "name": "Blynk_Teensy", + "name": "Excelsior_Light", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", - "paragraph": "Enable Blynk support of Teensy boards, especially latest Teensy 4.0, using WiFi, Ethernet, BT/BLE and GMSM/GPRS shields", - "website": "https://github.com/khoih-prog/Blynk_Teensy", - "category": "Communication", + "author": "Frederik Eberhard, Tim Hartman", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Used for easy use of the Excelsior Lightsensor", + "paragraph": "While the underlying Sensor can still be controlled manualy, with the help of this library the Excelsior Lightsensor can be operated more easily and more advanced functions have been simplyfied for the user into singel function calls.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior\"", + "category": "Device Control", "architectures": [ - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Teensy.git", - "dependencies": [ - { - "name": "Blynk" - } + "repository": "https://github.com/Excelsior-Robotics/Excelsior_Light.git", + "providesIncludes": [ + "Excelsior_Light.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Teensy-1.0.0.zip", - "archiveFileName": "Blynk_Teensy-1.0.0.zip", - "size": 14758, - "checksum": "SHA-256:3c383d7d220ad470701aeed2a1b1d05d38b44b12faf5590385148cdaadc6b657" + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior_Light-1.0.0.zip", + "archiveFileName": "Excelsior_Light-1.0.0.zip", + "size": 4271, + "checksum": "SHA-256:1d996f55ade10fd52a709b45f0c2ce68e9f6a1e06e5564af135dcef143ab113d" }, { - "name": "Nouryas Advanced Line Follower", - "version": "1.0.0", - "author": "Mohamad Yahya \u003cinstruments.eng@gmail.com\u003e", - "maintainer": "Nouryas Tech \u003chttps://www.facebook.com/Nouryas.Tech/\u003e", - "sentence": "Allows the car to run over a specific path (Line).", - "paragraph": "This library is compatible with most of 5 IR sensors used for line follower application.it deal with black or White line , and it do digital or analog scan,also it gives you the tool to control the robot speed.", - "website": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array", - "category": "Sensors", + "name": "Excelsior_Light", + "version": "1.0.1", + "author": "Frederik Eberhard, Tim Hartmann", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Used for easy use of the Excelsior Lightsensor", + "paragraph": "While the underlying Sensor can still be controlled manualy, with the help of this library the Excelsior Lightsensor can be operated more easily and more advanced functions have been simplyfied for the user into singel function calls.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior\"", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Nouryas-Tech/Nouryas-Advanced-Line-Follower-Array.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nouryas-Tech/Nouryas_Advanced_Line_Follower-1.0.0.zip", - "archiveFileName": "Nouryas_Advanced_Line_Follower-1.0.0.zip", - "size": 5857175, - "checksum": "SHA-256:6df1bab733c4ea1914d3f6b789bd8e25892a0d0f5c5a3c99c1d654cff6459101" + "repository": "https://github.com/Excelsior-Robotics/Excelsior_Light.git", + "providesIncludes": [ + "Excelsior_Light.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior_Light-1.0.1.zip", + "archiveFileName": "Excelsior_Light-1.0.1.zip", + "size": 53700, + "checksum": "SHA-256:7f9f7a66c0eca024a386a83dc297c32aedd3ee63fafcd9b24b276dbed85a12fd" }, { - "name": "BMP388_DEV", - "version": "1.0.0", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", - "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", - "website": "https://github.com/MartinL1/BMP388_DEV", - "category": "Sensors", + "name": "AngleConvertor", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between different less known angle formats.", + "website": "https://github.com/RobTillaart/AngleConvertor", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP388_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.0.zip", - "archiveFileName": "BMP388_DEV-1.0.0.zip", - "size": 39760, - "checksum": "SHA-256:7e7ba0a796f6162f3ccdaf798c8002f9627cb7ac57a6ee95fb5cdfa6fdcfe00c" + "repository": "https://github.com/RobTillaart/AngleConvertor.git", + "providesIncludes": [ + "AngleConvertor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AngleConvertor-0.1.0.zip", + "archiveFileName": "AngleConvertor-0.1.0.zip", + "size": 8519, + "checksum": "SHA-256:f4917c7ea190d0a724225bb7c5da41ce36532b90d787249752429dc22cdbe733" }, { - "name": "BMP388_DEV", - "version": "1.0.1", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", - "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", - "website": "https://github.com/MartinL1/BMP388_DEV", - "category": "Sensors", + "name": "AngleConvertor", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between different less known angle formats.", + "paragraph": "degrees,radians,gradians,windrose", + "website": "https://github.com/RobTillaart/AngleConvertor", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP388_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.1.zip", - "archiveFileName": "BMP388_DEV-1.0.1.zip", - "size": 41527, - "checksum": "SHA-256:ace46e67ed03880ac4932497a69a93803132a7ddfae91d11170e8e9c2cb3325a" + "repository": "https://github.com/RobTillaart/AngleConvertor.git", + "providesIncludes": [ + "AngleConvertor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AngleConvertor-0.1.1.zip", + "archiveFileName": "AngleConvertor-0.1.1.zip", + "size": 9973, + "checksum": "SHA-256:31b200e279c5342b68651056b8452f7bdb3f73540cefe104751ab315c74eaba8" }, { - "name": "BMP388_DEV", - "version": "1.0.2", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", - "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", - "website": "https://github.com/MartinL1/BMP388_DEV", + "name": "AngleConvertor", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to convert between different less known angle formats.", + "paragraph": "degrees,radians,gradians,windrose", + "website": "https://github.com/RobTillaart/AngleConvertor", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/AngleConvertor.git", + "providesIncludes": [ + "AngleConvertor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AngleConvertor-0.1.2.zip", + "archiveFileName": "AngleConvertor-0.1.2.zip", + "size": 10195, + "checksum": "SHA-256:c26c3b7c22a6dcf2116fcb7ef6d65c98151a42cc714539d3c462924be5839740" + }, + { + "name": "SparkFun BMA400 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMA400 accelerometer.", + "paragraph": "The BMA400 provides high resolution acceleration data for precise motion measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMA400_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -301258,20 +759222,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP388_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.2.zip", - "archiveFileName": "BMP388_DEV-1.0.2.zip", - "size": 42950, - "checksum": "SHA-256:1fe562468146d91a5b3da19f428e3561e25d8af0ec95158b2635cffa76e8ca8c" + "repository": "https://github.com/sparkfun/SparkFun_BMA400_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMA400_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_BMA400_Arduino_Library-1.0.0.zip", + "size": 70809, + "checksum": "SHA-256:d6f5e00fc5f8eb5d6379f27e75fc40730d568b3085cc48f9472dc6a1b053daf6" }, { - "name": "BMP388_DEV", - "version": "1.0.3", - "author": "Martin Lindupp", - "maintainer": "Martin Lindupp", - "sentence": "An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP388 barometer.", - "paragraph": "The BMP388 library can operate the barometer in either NORMAL or FORCED modes. NORMAL mode automatically samples at the device sample rate. In addition, it supports both interrupt and FIFO operation using the BMP388's external INT pin and internal 512 byte FIFO memory.", - "website": "https://github.com/MartinL1/BMP388_DEV", + "name": "SparkFun LPS28DFW Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STMicroelectronics LPS28DFW barometer.", + "paragraph": "The LPS28DFW provides high resolution pressure and temperature data for precise atmospheric measurements. It is also water resistant, allowing for water depth measurements.", + "website": "https://github.com/sparkfun/SparkFun_LPS28DFW_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -301279,187 +759243,242 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MartinL1/BMP388_DEV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MartinL1/BMP388_DEV-1.0.3.zip", - "archiveFileName": "BMP388_DEV-1.0.3.zip", - "size": 43168, - "checksum": "SHA-256:40b1649bb80e0721b03d39e59313ed574cd4ea0624f6ed0e18548a5eaab6e949" + "repository": "https://github.com/sparkfun/SparkFun_LPS28DFW_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_LPS28DFW_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_LPS28DFW_Arduino_Library-1.0.0.zip", + "size": 34738, + "checksum": "SHA-256:5b3f3394ac8f48ed3fc395873edb3dd6c804ab814c07f4f65b7f542f7ad1093e" }, { - "name": "ServoESP32", - "version": "1.0.2", - "author": "Jaroslav Paral", - "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", - "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", - "website": "https://github.com/RoboticsBrno/ServoESP32/", - "category": "Device Control", + "name": "AsyncESP32_W5500_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP W5500, including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP W5500, including ESP32-S2, ESP32-S3 and ESP32-C3, Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_W5500_Manager", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RoboticsBrno/ServoESP32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.0.2.zip", - "archiveFileName": "ServoESP32-1.0.2.zip", - "size": 10574, - "checksum": "SHA-256:7dd6fcc087686dda100677ad999fbc0c96c9b259d53e3237b87b4dd1326c2fd9" + "repository": "https://github.com/khoih-prog/AsyncESP32_W5500_Manager.git", + "providesIncludes": [ + "AsyncESP32_W5500_Manager.h", + "AsyncESP32_W5500_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_W5500_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP32_W5500_Manager-1.0.0.zip", + "size": 582254, + "checksum": "SHA-256:3a9400176f48c77667e3b06c912d65cb4b16d98096d35f1fe2e4326aedd6c559" }, { - "name": "ServoESP32", - "version": "1.0.3", - "author": "Jaroslav Paral", - "maintainer": "Jaroslav Paral \u003cparal@robotikabrno.cz\u003e", - "sentence": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.", - "website": "https://github.com/RoboticsBrno/ServoESP32/", - "category": "Device Control", + "name": "AsyncESP32_ENC_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP ENC28J60, including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP ENC28J60, including ESP32-S2, ESP32-S3 and ESP32-C3, Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_ENC_Manager", + "category": "Communication", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RoboticsBrno/ServoESP32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoboticsBrno/ServoESP32-1.0.3.zip", - "archiveFileName": "ServoESP32-1.0.3.zip", - "size": 10692, - "checksum": "SHA-256:9fade8870c8c5bc621c2368b4c43dd01d7660aaba9f4478c36db0b4ab45caf73" + "repository": "https://github.com/khoih-prog/AsyncESP32_ENC_Manager.git", + "providesIncludes": [ + "AsyncESP32_ENC_Manager.h", + "AsyncESP32_ENC_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_ENC_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP32_ENC_Manager-1.0.0.zip", + "size": 545865, + "checksum": "SHA-256:c8defc5bd094729c0960e9b9c0c0ac01561a206d1f93efa888515cb0eec29ed0" }, { - "name": "smart-input-filter", - "version": "0.1.0", - "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "sentence": "A stable, unit-tested filter library", - "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", - "website": "https://github.com/ademuri/smart-input-filter", - "category": "Data Processing", + "name": "AsyncWT32_ETH01_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP LAN8720, including WT32-S1, ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP LAN8720, including WT32-S1, ESP32-S2, ESP32-S3 and ESP32-C3, Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncWT32_ETH01_Manager", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ademuri/smart-input-filter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.1.0.zip", - "archiveFileName": "smart_input_filter-0.1.0.zip", - "size": 26884, - "checksum": "SHA-256:bd43bee24bb77c74e4fc59f6ee1b279db79e9475de2ed66b4f135096062b8bfc" + "repository": "https://github.com/khoih-prog/AsyncWT32_ETH01_Manager.git", + "providesIncludes": [ + "AsyncWT32_ETH01_Manager.h", + "AsyncWT32_ETH01_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_WT32_ETH01" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWT32_ETH01_Manager-1.0.0.zip", + "archiveFileName": "AsyncWT32_ETH01_Manager-1.0.0.zip", + "size": 540018, + "checksum": "SHA-256:bd8936b112ec3e3efb541b3922ff04b63f90114bfec123ffc1d3de391e18639b" }, { - "name": "smart-input-filter", - "version": "0.2.0", - "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "sentence": "A stable, unit-tested filter library", - "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", - "website": "https://github.com/ademuri/smart-input-filter", - "category": "Data Processing", + "name": "FastIMU", + "version": "1.0.0", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control some IMU's", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ademuri/smart-input-filter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.2.0.zip", - "archiveFileName": "smart_input_filter-0.2.0.zip", - "size": 28372, - "checksum": "SHA-256:2db359d7c86866f2e776585b84f364a62798a376af99114e620d56cca7d0024e" + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.0.zip", + "archiveFileName": "FastIMU-1.0.0.zip", + "size": 9408100, + "checksum": "SHA-256:b07ed2486d55a81453b74f70620d6a0e4a25b506a2ea5e09ac4570a43480048d" }, { - "name": "smart-input-filter", - "version": "0.2.1", - "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "sentence": "A stable, unit-tested filter library", - "paragraph": "Provides input filters. Modern, modular C++ design. Debugging support. Currently under development.", - "website": "https://github.com/ademuri/smart-input-filter", - "category": "Data Processing", + "name": "FastIMU", + "version": "1.0.1", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6500, MPU6050, ICM20689, ICM20690, BMI055 and BMX055 and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ademuri/smart-input-filter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/smart_input_filter-0.2.1.zip", - "archiveFileName": "smart_input_filter-0.2.1.zip", - "size": 28645, - "checksum": "SHA-256:281f124c332bc95be5d722b67e388ee9d2261eadab3e992ca0b1ea3df6bea27a" + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.1.zip", + "archiveFileName": "FastIMU-1.0.1.zip", + "size": 9408822, + "checksum": "SHA-256:57eb0083cd545b33db9dcc849c5978ea81596cb1713921b4311c104324f9b308" }, { - "name": "MD_YM2413", - "version": "1.0.0", - "author": "majicDesigns", - "maintainer": "marco_c \u003c8136821@gmail.com\u003e", - "license": "LGPL-2.1", - "sentence": "Library for Yamaha YM2413 sound synthesizer.", - "paragraph": "Library to implement basic functionality for managing for Yamaha YM2413 sound synthesizer chip", - "website": "https://github.com/MajicDesigns/MD_YM2413", - "category": "Signal Input/Output", + "name": "FastIMU", + "version": "1.0.2", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6500, MPU6050, ICM20689, ICM20690, BMI055 and BMX055 and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MajicDesigns/MD_YM2413.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_YM2413-1.0.0.zip", - "archiveFileName": "MD_YM2413-1.0.0.zip", - "size": 7788196, - "checksum": "SHA-256:1c849bdffdcfe7e016485a33537f364ee727ff7f0b5bc6e655deb61a518a79e2" + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.2.zip", + "archiveFileName": "FastIMU-1.0.2.zip", + "size": 9408824, + "checksum": "SHA-256:dc64a60996556500261ff1a0638c3fcffc6411770ce80d272d1719aedafb220d" }, { - "name": "Tr4cker", - "version": "0.0.1", - "author": "Robert Sasak", - "maintainer": "Robert Sasak \u003crobert.sasak@gmail.com\u003e", - "sentence": "Tr4cker is a device tracker/locator which only use Wifi. It works perfectly with ESP8266 and ESP32 modules.", - "paragraph": "Tr4cker is a device tracker/locator which only use Wifi.", - "website": "https://github.com/RobertSasak/tr4cker-esp8266", - "category": "Communication", + "name": "FastIMU", + "version": "1.0.3", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6500, MPU6050, ICM20689, ICM20690, BMI055 and BMX055 and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tr4cker-app/tr4cker.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tr4cker-app/Tr4cker-0.0.1.zip", - "archiveFileName": "Tr4cker-0.0.1.zip", - "size": 10091, - "checksum": "SHA-256:2d703e8cd3c6eba8f7ce99d83b4b15a4a21ca76c2f3ee67f72f17b838e8e2a6e" + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.3.zip", + "archiveFileName": "FastIMU-1.0.3.zip", + "size": 9408818, + "checksum": "SHA-256:b73027097a9076d069bb660b49e655bb5ac8c86575ed3e7fdbfa222deaad07fc" }, { - "name": "Tr4cker", - "version": "1.1.0", - "author": "Robert Sasak", - "maintainer": "Robert Sasak \u003crobert.sasak@gmail.com\u003e", - "sentence": "Tr4cker is a device tracker/locator which only use Wifi. It works perfectly with ESP8266 and ESP32 modules.", - "paragraph": "Tr4cker is a device tracker/locator which only use Wifi.", - "website": "https://github.com/RobertSasak/tr4cker-esp8266", - "category": "Communication", + "name": "FastIMU", + "version": "1.0.4", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tr4cker-app/tr4cker.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tr4cker-app/Tr4cker-1.1.0.zip", - "archiveFileName": "Tr4cker-1.1.0.zip", - "size": 11557, - "checksum": "SHA-256:287cf5b9f98f7b93bad4a903ff3d6e3ecaefbb10bb3bf1625daacbcdd697445f" + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.4.zip", + "archiveFileName": "FastIMU-1.0.4.zip", + "size": 13152043, + "checksum": "SHA-256:b3afdc34aa1f61e0f8dd370e0fc0eef7094299eadb34aac7f3a94b399dc8748c" }, { - "name": "Adafruit Sensor Calibration", - "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Calibration helper for various Arduino compatibles", - "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", - "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "name": "FastIMU", + "version": "1.0.5", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", "category": "Sensors", "architectures": [ "*" @@ -301467,37 +759486,47 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Adafruit_Sensor_Calibration.h" + "FastIMU.h" ], - "dependencies": [ - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit Unified Sensor" - } + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.5.zip", + "archiveFileName": "FastIMU-1.0.5.zip", + "size": 13152539, + "checksum": "SHA-256:d50d49fe51b5fce86a58fc2821e4b8a48b318b63be76c03152ea866c5875783d" + }, + { + "name": "FastIMU", + "version": "1.0.6", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.0.zip", - "archiveFileName": "Adafruit_Sensor_Calibration-1.0.0.zip", - "size": 10779, - "checksum": "SHA-256:3ff487c647d0fd96f4687212d50070cb6b79a704effc6068e7c9e2d91799c179" + "types": [ + "Contributed" + ], + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.6.zip", + "archiveFileName": "FastIMU-1.0.6.zip", + "size": 13152894, + "checksum": "SHA-256:4de7b60c71e7a308b9e68a1b41255e38549ad14158898d489debd1e9bea3e3d0" }, { - "name": "Adafruit Sensor Calibration", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Calibration helper for various Arduino compatibles", - "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", - "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "name": "FastIMU", + "version": "1.0.7", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", "category": "Sensors", "architectures": [ "*" @@ -301505,37 +759534,47 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Adafruit_Sensor_Calibration.h" + "FastIMU.h" ], - "dependencies": [ - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit Unified Sensor" - } + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.7.zip", + "archiveFileName": "FastIMU-1.0.7.zip", + "size": 13154967, + "checksum": "SHA-256:2d149cf0583c64d8bfad07eb870fa1d7f16c94ccbac78ea6728fb33b43592af4" + }, + { + "name": "FastIMU", + "version": "1.0.8", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.1.zip", - "archiveFileName": "Adafruit_Sensor_Calibration-1.0.1.zip", - "size": 10811, - "checksum": "SHA-256:9ae39d91868917b22b2dd4497b29d3a73fb6aabd1dd136b07f609b2464d805f6" + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.8.zip", + "archiveFileName": "FastIMU-1.0.8.zip", + "size": 14892297, + "checksum": "SHA-256:48a15f33fdc3741f0a7cbab3f0f0af8e0cc58ae1e6ee5ab3af574c89b3fd82d4" }, { - "name": "Adafruit Sensor Calibration", - "version": "1.0.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Calibration helper for various Arduino compatibles", - "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in SPI Flash.", - "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "name": "FastIMU", + "version": "1.0.9", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", "category": "Sensors", "architectures": [ "*" @@ -301543,37 +759582,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Adafruit_Sensor_Calibration.h" - ], - "dependencies": [ - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit Unified Sensor" - } + "FastIMU.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.0.2.zip", - "archiveFileName": "Adafruit_Sensor_Calibration-1.0.2.zip", - "size": 10812, - "checksum": "SHA-256:a4485479aaf4a252ea76def3a732f0700adb1de32cd16fbda7648c2502b39cf0" + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.0.9.zip", + "archiveFileName": "FastIMU-1.0.9.zip", + "size": 14892060, + "checksum": "SHA-256:f7e3389ad087b1d48946f18cff411c67bc0d4afbe4cd863e53c8794cd7120165" }, { - "name": "Adafruit Sensor Calibration", + "name": "FastIMU", "version": "1.1.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Calibration helper for various Arduino compatibles", - "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", - "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", "category": "Sensors", "architectures": [ "*" @@ -301581,37 +759606,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Adafruit_Sensor_Calibration.h" - ], - "dependencies": [ - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit Unified Sensor" - } + "FastIMU.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.0.zip", - "archiveFileName": "Adafruit_Sensor_Calibration-1.1.0.zip", - "size": 14106, - "checksum": "SHA-256:da92fe491ea32fea779f4397caa975d36409ed320ff0e402a7fda42622941d18" + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.1.0.zip", + "archiveFileName": "FastIMU-1.1.0.zip", + "size": 14905875, + "checksum": "SHA-256:7ac9460d920382a35f6353721f45f2adcb1f12f7cb2e2bfe0814918bb555c9bf" }, { - "name": "Adafruit Sensor Calibration", + "name": "FastIMU", "version": "1.1.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Calibration helper for various Arduino compatibles", - "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", - "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL, QMC5883L and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", "category": "Sensors", "architectures": [ "*" @@ -301619,37 +759630,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Adafruit_Sensor_Calibration.h" - ], - "dependencies": [ - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit Unified Sensor" - } + "FastIMU.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.1.zip", - "archiveFileName": "Adafruit_Sensor_Calibration-1.1.1.zip", - "size": 14154, - "checksum": "SHA-256:bc1b17268403b2f97daf374c0dfa05b01b92fa82a2518825c64f68525df59fc1" + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.1.1.zip", + "archiveFileName": "FastIMU-1.1.1.zip", + "size": 15899517, + "checksum": "SHA-256:b789e9a7635fff64bc15d74ad1a82d84651e87a791220462f74540bed04706e0" }, { - "name": "Adafruit Sensor Calibration", + "name": "FastIMU", "version": "1.1.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Calibration helper for various Arduino compatibles", - "paragraph": "This library abstracts storing Adafruit Sensor aligned calibration values on various boards, particuarly ones with built in EEPROM or (Q)SPI Flash.", - "website": "https://github.com/adafruit/Adafruit_Sensor_Calibration", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL, QMC5883L and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", "category": "Sensors", "architectures": [ "*" @@ -301657,414 +759654,559 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Sensor_Calibration.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Adafruit_Sensor_Calibration.h" - ], - "dependencies": [ - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "ArduinoJson" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit Unified Sensor" - } + "FastIMU.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Sensor_Calibration-1.1.2.zip", - "archiveFileName": "Adafruit_Sensor_Calibration-1.1.2.zip", - "size": 14167, - "checksum": "SHA-256:72c81784be497e10a6e18eadeab5dd693f286cbdfbfc3a970b3d759100f4e709" + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.1.2.zip", + "archiveFileName": "FastIMU-1.1.2.zip", + "size": 15899543, + "checksum": "SHA-256:c71fcb61284877b383ac5f162f73b2661746d4af76051e5337116e3f4bd2e406" }, { - "name": "TR-064 SOAP Library", - "version": "1.1.0", - "author": "René Vollmer", - "maintainer": "René Vollmer \u003cmaster@aypac.de\u003e", - "sentence": "Arduino/ESP library for the TR-064 protocol", - "paragraph": "Allows communication with routers (such as Fritz!Box) and some smartplugs and DECT phones via the TR-064 protocol.", - "website": "https://github.com/Aypac/Arduino-TR-064-SOAP-Library", - "category": "Data Processing", + "name": "FastIMU", + "version": "1.2.0", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL, QMC5883L and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Aypac/Arduino-TR-064-SOAP-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Aypac/TR_064_SOAP_Library-1.1.0.zip", - "archiveFileName": "TR_064_SOAP_Library-1.1.0.zip", - "size": 47302, - "checksum": "SHA-256:1677ad0bbeddd1768779194ee0667a48c5828ee3595c4c3691b6abc466179a5b" + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.2.0.zip", + "archiveFileName": "FastIMU-1.2.0.zip", + "size": 16042803, + "checksum": "SHA-256:d033e6311bb87b105c0f82e82ac5913b9307a72c7966615450acd371339a8267" }, { - "name": "LoRaLayer2", - "version": "0.1.0", - "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "sentence": "Layer 2 routing protocol for LoRa connected devices.", - "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", - "website": "https://github.com/sudomesh/LoRaLayer2", - "category": "Communication", + "name": "FastIMU", + "version": "1.2.1", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL, QMC5883L and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Layer1", - "LoRaLayer2.h" + "FastIMU.h" ], - "dependencies": [ - { - "name": "LoRa" - } + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.2.1.zip", + "archiveFileName": "FastIMU-1.2.1.zip", + "size": 16049502, + "checksum": "SHA-256:e5e76f85344aa44d3f4003b2c9017d72e98f05c73f7473e13e31462cbad6ec92" + }, + { + "name": "FastIMU", + "version": "1.2.2", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL, QMC5883L and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-0.1.0.zip", - "archiveFileName": "LoRaLayer2-0.1.0.zip", - "size": 15344, - "checksum": "SHA-256:54db617ae30ce8f876aa3d3588d24783cd69786a839cd62c3ad52a63b6b5ec6b" + "types": [ + "Contributed" + ], + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.2.2.zip", + "archiveFileName": "FastIMU-1.2.2.zip", + "size": 16049505, + "checksum": "SHA-256:e373ec80fd974d57c04ede97feb923ef2b732a55c8b58c99605faaf944318a83" }, { - "name": "LoRaLayer2", - "version": "0.2.0", - "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "sentence": "Layer 2 routing protocol for LoRa connected devices.", - "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", - "website": "https://github.com/sudomesh/LoRaLayer2", - "category": "Communication", + "name": "FastIMU", + "version": "1.2.4", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL, QMC5883L, QMI8658 and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "repository": "https://github.com/LiquidCGS/FastIMU.git", "providesIncludes": [ - "Layer1", - "LoRaLayer2.h" + "FastIMU.h" ], - "dependencies": [ - { - "name": "LoRa" - } + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.2.4.zip", + "archiveFileName": "FastIMU-1.2.4.zip", + "size": 18146731, + "checksum": "SHA-256:9441e4ff679c2e2ff65ee3c422643b4481f09f03d632e42c1cc312dce39b3ff5" + }, + { + "name": "FastIMU", + "version": "1.2.6", + "author": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "maintainer": "LiquidCGS \u003cLiquidCGS@gmail.com\u003e", + "sentence": "Allows Arduino boards to control a variety of IMU's.", + "paragraph": "This library can control the following IMU's: MPU9255, MPU9250, MPU6886, MPU6500, MPU6050, ICM20689, ICM20690, BMI055, BMX055, BMI160, LSM6DS3, LSM6DSL, QMC5883L, QMI8658 and allows for interchanging between eachother with very minor code changes.", + "website": "https://github.com/LiquidCGS/FastIMU", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-0.2.0.zip", - "archiveFileName": "LoRaLayer2-0.2.0.zip", - "size": 15719, - "checksum": "SHA-256:824754128ba47827e972a00fed9d4f5956f893bcf7195f4fa14ade8da11c5cbf" + "types": [ + "Contributed" + ], + "repository": "https://github.com/LiquidCGS/FastIMU.git", + "providesIncludes": [ + "FastIMU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/LiquidCGS/FastIMU-1.2.6.zip", + "archiveFileName": "FastIMU-1.2.6.zip", + "size": 18149212, + "checksum": "SHA-256:eb82de5e968db9974ea72303df9ffd9af7e052dff45d4efb5204b93e3adc9ca2" }, { - "name": "LoRaLayer2", + "name": "AsyncESP8266_W5500_Manager", "version": "1.0.0", - "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "sentence": "Layer 2 routing protocol for LoRa connected devices.", - "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", - "website": "https://github.com/sudomesh/LoRaLayer2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "(ESP8266 + LwIP W5500) Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP W5500) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now", + "website": "https://github.com/khoih-prog/AsyncESP8266_W5500_Manager", "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "repository": "https://github.com/khoih-prog/AsyncESP8266_W5500_Manager.git", "providesIncludes": [ - "Layer1", - "LoRaLayer2.h" + "AsyncESP8266_W5500_Manager.h", + "AsyncESP8266_W5500_Manager.hpp" ], "dependencies": [ { - "name": "LoRa" + "name": "ESP_DoubleResetDetector" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-1.0.0.zip", - "archiveFileName": "LoRaLayer2-1.0.0.zip", - "size": 16253, - "checksum": "SHA-256:cbf196a3c79ad457ab3e4f0d533f1bf6968727e11280c3349cf59bee444483a2" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP8266_W5500_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP8266_W5500_Manager-1.0.0.zip", + "size": 687432, + "checksum": "SHA-256:ef82a73a73d360f44a40b6c284dc3889ebc87e596ea0733746292e1be38afc13" }, { - "name": "LoRaLayer2", - "version": "1.0.1", - "author": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "maintainer": "Grant Gallo \u003cggallo102@gmail.com\u003e", - "sentence": "Layer 2 routing protocol for LoRa connected devices.", - "paragraph": "This library is a general purpose, minimal routing protocol. It is intended for use with https://github.com/sudomesh/disaster-radio and was designed using https://github.com/sudomesh/disaster-radio-simulator.", - "website": "https://github.com/sudomesh/LoRaLayer2", + "name": "AsyncESP8266_ENC_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "(ESP8266 + LwIP ENC28J60) Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP ENC28J60) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now", + "website": "https://github.com/khoih-prog/AsyncESP8266_ENC_Manager", "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/sudomesh/LoRaLayer2.git", + "repository": "https://github.com/khoih-prog/AsyncESP8266_ENC_Manager.git", "providesIncludes": [ - "Layer1_LoRa.h", - "Layer1_SX1276.h", - "LoRaLayer2.h", - "packetBuffer.h" + "AsyncESP8266_ENC_Manager.h", + "AsyncESP8266_ENC_Manager.hpp" ], "dependencies": [ { - "name": "LoRa" + "name": "ESP_DoubleResetDetector" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/sudomesh/LoRaLayer2-1.0.1.zip", - "archiveFileName": "LoRaLayer2-1.0.1.zip", - "size": 21012, - "checksum": "SHA-256:2ccb82314215cbcccf99ccf4c9f03d81e34bc865ba00a3d87a93ef9b2b26977c" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP8266_ENC_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP8266_ENC_Manager-1.0.0.zip", + "size": 687118, + "checksum": "SHA-256:85e121dd9cc5527be405b1a7f326ae71dcbbca5ddd2aee7486c8a390f1a46766" }, { - "name": "MicroTuple", - "version": "1.0.0", - "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "sentence": "A library tuple like variadic datastructure for arduino.", - "paragraph": "Support simple callback with any type and number arguments.", - "website": "https://github.com/NitrofMtl/MicroTuple", - "category": "Uncategorized", + "name": "LIN master portable", + "version": "1.1.0", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert (gicking)", + "sentence": "LIN master node emulation for different boards", + "paragraph": "LIN master node emulation. This libary supports several Serial interfaces and can be ported to new boards easily.", + "website": "https://github.com/gicking/LIN_master_portable_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/NitrofMtl/MicroTuple.git", - "providesIncludes": [ - "MicroTuple.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/MicroTuple-1.0.0.zip", - "archiveFileName": "MicroTuple-1.0.0.zip", - "size": 3312, - "checksum": "SHA-256:e2b0116554f234502adcc5751eb901da240ddd339c7b29a42d049ee0c5a12f76" + "repository": "https://github.com/gicking/LIN_master_portable_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_portable-1.1.0.zip", + "archiveFileName": "LIN_master_portable-1.1.0.zip", + "size": 1568700, + "checksum": "SHA-256:194aa338317f3361f420c0e0a4643ca65d3ff2820a6bca545f7a9a8c27690e94" }, { - "name": "I2C-IRSENSE Library", - "version": "1.0.1", - "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", - "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", - "sentence": "An Arduino library to control the Iowa Scaled Engineering I2C-IRSENSE ( https://www.iascaled.com/store/I2C-IRSENSE ) reflective infrared proximity sensor.", - "paragraph": "Because the I2C-IRSENSE is just a breakout for the AMS TMD26721, this library may be useful for controlling other implementations as well", - "website": "https://github.com/IowaScaledEngineering/arduino-irsense", - "category": "Sensors", + "name": "LIN master portable", + "version": "1.2.0", + "author": "Georg Icking-Konert", + "maintainer": "Georg Icking-Konert (gicking)", + "sentence": "LIN master node emulation for different boards", + "paragraph": "LIN master node emulation. This libary supports several Serial interfaces and can be ported to new boards easily.", + "website": "https://github.com/gicking/LIN_master_portable_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/IowaScaledEngineering/arduino-irsense.git", - "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/I2C_IRSENSE_Library-1.0.1.zip", - "archiveFileName": "I2C_IRSENSE_Library-1.0.1.zip", - "size": 23108, - "checksum": "SHA-256:65edccb5814581f5317d221f38691965f668c516186ce0120e1910eda3ce50a7" + "repository": "https://github.com/gicking/LIN_master_portable_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_portable-1.2.0.zip", + "archiveFileName": "LIN_master_portable-1.2.0.zip", + "size": 1690459, + "checksum": "SHA-256:239f56358646f3298bafe29bbc61ef704cae45d5c95afc6703fb47ef944ea51e" }, { - "name": "I2C-IRSENSE Library", - "version": "1.0.2", - "author": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e, Michael Petersen \u003crailfan@drgw.net\u003e", - "maintainer": "Nathan D. Holmes \u003cmaverick@drgw.net\u003e", - "sentence": "An Arduino library to control the Iowa Scaled Engineering I2C-IRSENSE ( https://www.iascaled.com/store/I2C-IRSENSE ) reflective infrared proximity sensor.", - "paragraph": "Because the I2C-IRSENSE is just a breakout for the AMS TMD26721, this library may be useful for controlling other implementations as well", - "website": "https://github.com/IowaScaledEngineering/arduino-irsense", - "category": "Sensors", + "name": "AsyncESP8266_W5100_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "(ESP8266 + LwIP W5100 / W5100S) Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP W5100 / W5100S) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now", + "website": "https://github.com/khoih-prog/AsyncESP8266_W5100_Manager", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/IowaScaledEngineering/arduino-irsense.git", - "url": "https://downloads.arduino.cc/libraries/github.com/IowaScaledEngineering/I2C_IRSENSE_Library-1.0.2.zip", - "archiveFileName": "I2C_IRSENSE_Library-1.0.2.zip", - "size": 23103, - "checksum": "SHA-256:675311dafc770cae2c9ad508403ae2605ca2ad43ef9be37beb985d7e920890c7" + "repository": "https://github.com/khoih-prog/AsyncESP8266_W5100_Manager.git", + "providesIncludes": [ + "AsyncESP8266_W5100_Manager.h", + "AsyncESP8266_W5100_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP8266_W5100_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP8266_W5100_Manager-1.0.0.zip", + "size": 1008471, + "checksum": "SHA-256:c12231c23a8829ecb87ce30b9e3f91b97fcc6a7b825db48af282a25a6840678e" }, { - "name": "LibAPRS_Tracker", - "version": "0.5.0", - "author": "Baris DINC", - "maintainer": "Baris DINC", - "sentence": "A library that turns the aruino into a APRS Packet Sender", - "paragraph": "\"LibAPRS_Tracker is a library for the Arduino IDE, that makes it easy to design and implemet your own APRS Tracker devices for sending out your location, telemetry, etc. The hardware is Micromodem compiant using resistor ladder on pins D4,5,6,7. The PTT pin is D3. All the AFSK modulation, AX.25 packing, and such is running transparently in the “background” in interrupts.\"", - "website": "https://github.com/barisdinc/LibAPRS_Tracker", + "name": "ESP32_W5500_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP W5500, including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP W5500, including ESP32-S2, ESP32-S3 and ESP32-C3, Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP32_W5500_Manager", "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/barisdinc/LibAPRS_Tracker.git", + "repository": "https://github.com/khoih-prog/ESP32_W5500_Manager.git", "providesIncludes": [ - "LibAPRS_Tracker.h" + "ESP32_W5500_Manager.h", + "ESP32_W5500_Manager.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/barisdinc/LibAPRS_Tracker-0.5.0.zip", - "archiveFileName": "LibAPRS_Tracker-0.5.0.zip", - "size": 28933, - "checksum": "SHA-256:d69960de525d256b02bcaa3ce610a4735e295d72bac6211fc91ba813e8a47c86" + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_W5500_Manager-1.0.0.zip", + "archiveFileName": "ESP32_W5500_Manager-1.0.0.zip", + "size": 891716, + "checksum": "SHA-256:bd31b62cff41f157117de7c23fac78e80e60921e9eb9387fe0d79a9c5fb3c18a" }, { - "name": "ArtnetWifi", - "version": "1.4.0", - "author": "Stephan Ruloff", - "maintainer": "Stephan Ruloff \u003cstephan.ruloff@gmail.com\u003e", - "sentence": "ArtNet with the ESP8266, ESP32 and more.", - "paragraph": "Send and receive Art-Net frames using WiFi. Tested on ESP8266, ESP32, WiFi101 and WiFiNINA devices.", - "website": "https://github.com/rstephan/ArtnetWifi", + "name": "ESP32_ENC_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP ENC28J60, including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP ENC28J60, including ESP32-S2, ESP32-S3 and ESP32-C3, Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP32_ENC_Manager", "category": "Communication", "architectures": [ - "esp8266", - "esp32", - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/rstephan/ArtnetWifi.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rstephan/ArtnetWifi-1.4.0.zip", - "archiveFileName": "ArtnetWifi-1.4.0.zip", - "size": 14569, - "checksum": "SHA-256:2279088f3f04297c2b36c73f919837a7eb0e6087a4e41f5eb502c09c10d8fa19" + "repository": "https://github.com/khoih-prog/ESP32_ENC_Manager.git", + "providesIncludes": [ + "ESP32_ENC_Manager.h", + "ESP32_ENC_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_ENC_Manager-1.0.0.zip", + "archiveFileName": "ESP32_ENC_Manager-1.0.0.zip", + "size": 720937, + "checksum": "SHA-256:1be3890147862dbeb396261b4ce72f5808bc0dcca0704528dda6cc6f23f62bf5" }, { - "name": "CppPotpourri", + "name": "ControllerAsI2c_asukiaaa", "version": "1.0.0", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A package of discrete solutions to common problems in Arduino.", - "website": "https://github.com/jspark311/CppPotpourri", - "category": "Data Processing", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It handles ESP32 as I2C device of receiver of wireless controller.", + "paragraph": "This library supports Xbox SeriesX controller.", + "website": "https://github.com/asukiaaa/arduino-ControllerAsI2c", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/CppPotpourri.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.0.0.zip", - "archiveFileName": "CppPotpourri-1.0.0.zip", - "size": 42271, - "checksum": "SHA-256:96ca8471215e15e6c938ac5084c9c95fb92e2fb4f9d416b471de1619b90e64a1" + "repository": "https://github.com/asukiaaa/arduino-ControllerAsI2c.git", + "dependencies": [ + { + "name": "XboxSeriesXControllerESP32_asukiaaa" + }, + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ControllerAsI2c_asukiaaa-1.0.0.zip", + "archiveFileName": "ControllerAsI2c_asukiaaa-1.0.0.zip", + "size": 12101, + "checksum": "SHA-256:bfe6d7388f46575584e3d7f9442b6ee5cfcbe80b173401efa368f144e3c9456d" }, { - "name": "CppPotpourri", - "version": "1.1.0", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A package of discrete solutions to common problems in Arduino.", - "website": "https://github.com/jspark311/CppPotpourri", - "category": "Data Processing", + "name": "ControllerAsI2c_asukiaaa", + "version": "1.0.1", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It handles ESP32 as I2C device of receiver of wireless controller.", + "paragraph": "This library supports Xbox SeriesX controller.", + "website": "https://github.com/asukiaaa/arduino-ControllerAsI2c", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/CppPotpourri.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.1.0.zip", - "archiveFileName": "CppPotpourri-1.1.0.zip", - "size": 48338, - "checksum": "SHA-256:7972b303c84edd660b0e77dbd7f27313137c3db30a123ff0203ebe5ee07dea5a" + "repository": "https://github.com/asukiaaa/arduino-ControllerAsI2c.git", + "dependencies": [ + { + "name": "XboxSeriesXControllerESP32_asukiaaa" + }, + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ControllerAsI2c_asukiaaa-1.0.1.zip", + "archiveFileName": "ControllerAsI2c_asukiaaa-1.0.1.zip", + "size": 12574, + "checksum": "SHA-256:45b62627952ef6b51c926646f87374df3fa1c16e6a0517f7146fda370546898e" }, { - "name": "CppPotpourri", - "version": "1.1.3", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A package of discrete solutions to common problems in Arduino.", - "website": "https://github.com/jspark311/CppPotpourri", - "category": "Data Processing", + "name": "ControllerAsI2c_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It handles ESP32 as I2C device of receiver of wireless controller.", + "paragraph": "This library supports Xbox SeriesX controller.", + "website": "https://github.com/asukiaaa/arduino-ControllerAsI2c", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/CppPotpourri.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-1.1.3.zip", - "archiveFileName": "CppPotpourri-1.1.3.zip", - "size": 50883, - "checksum": "SHA-256:53c9841f3ae4c9b6c8492636fe1cd3fcb33a7caf79e02b560eba140431f9485f" + "repository": "https://github.com/asukiaaa/arduino-ControllerAsI2c.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ControllerAsI2c_asukiaaa-1.0.2.zip", + "archiveFileName": "ControllerAsI2c_asukiaaa-1.0.2.zip", + "size": 12566, + "checksum": "SHA-256:6812192a46adcd140ea4aae96f983c19d5952808a6b07d247b0671be352d50df" }, { - "name": "CppPotpourri", - "version": "2.0.0", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A package of discrete solutions to common problems in Arduino.", - "website": "https://github.com/jspark311/CppPotpourri", - "category": "Data Processing", + "name": "ControllerAsI2c_asukiaaa", + "version": "1.0.3", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It handles ESP32 as I2C device of receiver of wireless controller.", + "paragraph": "This library supports Xbox SeriesX controller.", + "website": "https://github.com/asukiaaa/arduino-ControllerAsI2c", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/CppPotpourri.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.0.0.zip", - "archiveFileName": "CppPotpourri-2.0.0.zip", - "size": 66473, - "checksum": "SHA-256:6bdbf9e143a41bf576640f4b02ad50a45fd16d1857681a4ea65ea6ebfb74b764" + "repository": "https://github.com/asukiaaa/arduino-ControllerAsI2c.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ControllerAsI2c_asukiaaa-1.0.3.zip", + "archiveFileName": "ControllerAsI2c_asukiaaa-1.0.3.zip", + "size": 12710, + "checksum": "SHA-256:0cd7a1a411f67440d00f644ad86c27a99b0ca098519b277badc9edba29f3e2f1" }, { - "name": "CppPotpourri", - "version": "2.6.0", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", - "website": "https://github.com/jspark311/CppPotpourri", - "category": "Data Processing", + "name": "ControllerAsI2c_asukiaaa", + "version": "1.0.4", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "It handles ESP32 as I2C device of receiver of wireless controller.", + "paragraph": "This library supports Xbox SeriesX controller.", + "website": "https://github.com/asukiaaa/arduino-ControllerAsI2c", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/CppPotpourri.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.6.0.zip", - "archiveFileName": "CppPotpourri-2.6.0.zip", - "size": 421843, - "checksum": "SHA-256:88f450593a61b8c19d8d5cbdfa33fbe157ddcf2b3d4784cedd80b611e889a96f" + "repository": "https://github.com/asukiaaa/arduino-ControllerAsI2c.git", + "dependencies": [ + { + "name": "XboxControllerNotificationParser" + }, + { + "name": "XboxSeriesXHIDReportBuilder_asukiaaa" + }, + { + "name": "wire_asukiaaa" + }, + { + "name": "CRCx" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/ControllerAsI2c_asukiaaa-1.0.4.zip", + "archiveFileName": "ControllerAsI2c_asukiaaa-1.0.4.zip", + "size": 12860, + "checksum": "SHA-256:f03b0af18eb31f4bcb51038930032052a796eafd31d2b925d66ad01c7b74f456" }, { - "name": "CppPotpourri", - "version": "2.7.3", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "An architecture-agnostic package of discrete solutions to common problems in C++.", - "website": "https://github.com/jspark311/CppPotpourri", - "category": "Data Processing", + "name": "ESP8266_W5500_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "(ESP8266 + LwIP W5500) Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP W5500) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features", + "website": "https://github.com/khoih-prog/ESP8266_W5500_Manager", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/CppPotpourri.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/CppPotpourri-2.7.3.zip", - "archiveFileName": "CppPotpourri-2.7.3.zip", - "size": 457893, - "checksum": "SHA-256:0724e1fc5a9afa891df8f36cc6a6313d7ea05c01a5856e42989bf93c2ca2194b" + "repository": "https://github.com/khoih-prog/ESP8266_W5500_Manager.git", + "providesIncludes": [ + "ESP8266_W5500_Manager.h", + "ESP8266_W5500_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_W5500_Manager-1.0.0.zip", + "archiveFileName": "ESP8266_W5500_Manager-1.0.0.zip", + "size": 997240, + "checksum": "SHA-256:0cc99502ce61089ca43f2496642a9e0722ae8346aa0313f40c65ff9cf639e4c5" }, { - "name": "esp8266-framework", + "name": "ESP8266_W5100_Manager", "version": "1.0.0", - "author": "Suraj I.", - "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", - "sentence": "esp8266 framework stack for easy configurable applications", - "paragraph": "esp8266 framework stack for easy configurable applications", - "website": "https://github.com/Suraj151/esp8266-framework", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "(ESP8266 + LwIP W5100 / W5100S) Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP W5100 / W5100S) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features", + "website": "https://github.com/khoih-prog/ESP8266_W5100_Manager", "category": "Communication", "architectures": [ "esp8266" @@ -302072,20 +760214,30 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Suraj151/esp8266-framework.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.0.0.zip", - "archiveFileName": "esp8266_framework-1.0.0.zip", - "size": 1580676, - "checksum": "SHA-256:d0fa1e019156c0bb5275e311416bde0150993b951bd66ff158e2b77b0229e5de" + "repository": "https://github.com/khoih-prog/ESP8266_W5100_Manager.git", + "providesIncludes": [ + "ESP8266_W5100_Manager.h", + "ESP8266_W5100_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_W5100_Manager-1.0.0.zip", + "archiveFileName": "ESP8266_W5100_Manager-1.0.0.zip", + "size": 1005196, + "checksum": "SHA-256:83adfffb442f3696dfba0d8159e74b057b31ace0b91408e69310459d609085da" }, { - "name": "esp8266-framework", - "version": "1.1.0", - "author": "Suraj I.", - "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", - "sentence": "esp8266 framework stack for easy configurable applications", - "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", - "website": "https://github.com/Suraj151/esp8266-framework", + "name": "ESP8266_ENC_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "(ESP8266 + LwIP ENC28J60) Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP ENC28J60) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features", + "website": "https://github.com/khoih-prog/ESP8266_ENC_Manager", "category": "Communication", "architectures": [ "esp8266" @@ -302093,107 +760245,132 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Suraj151/esp8266-framework.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.0.zip", - "archiveFileName": "esp8266_framework-1.1.0.zip", - "size": 1581201, - "checksum": "SHA-256:85b5f2b9a1fc0d8f04704095539d2c1aba7bb68c00812dce4894ce174567b6e4" + "repository": "https://github.com/khoih-prog/ESP8266_ENC_Manager.git", + "providesIncludes": [ + "ESP8266_ENC_Manager.h", + "ESP8266_ENC_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_ENC_Manager-1.0.0.zip", + "archiveFileName": "ESP8266_ENC_Manager-1.0.0.zip", + "size": 826433, + "checksum": "SHA-256:1d613a347c1075f4fca5e7af98c501849e870a1848663ca1984e6bc6f67ce459" }, { - "name": "esp8266-framework", - "version": "1.1.1", - "author": "Suraj I.", - "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", - "sentence": "esp8266 framework stack for easy configurable applications", - "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", - "website": "https://github.com/Suraj151/esp8266-framework", + "name": "AsyncESP32_Ethernet_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP W5500 / ENC28J60, including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP W5500, including ESP32-S2, ESP32-S3 and ESP32-C3, Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_Ethernet_Manager", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Suraj151/esp8266-framework.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.1.zip", - "archiveFileName": "esp8266_framework-1.1.1.zip", - "size": 1882772, - "checksum": "SHA-256:61a3f9ee7befb6648be5457c8d9d2649cad1e9e99f90fbba97c52cb0e20f6d11" + "repository": "https://github.com/khoih-prog/AsyncESP32_Ethernet_Manager.git", + "providesIncludes": [ + "AsyncESP32_Ethernet_Manager.h", + "AsyncESP32_Ethernet_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_Ethernet_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP32_Ethernet_Manager-1.0.0.zip", + "size": 1039544, + "checksum": "SHA-256:4120640f115f44907c12150faf4816e5365f938d7dc3b4f9051a037dd766252c" }, { - "name": "esp8266-framework", - "version": "1.1.2", - "author": "Suraj I.", - "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", - "sentence": "esp8266 framework stack for easy configurable applications", - "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", - "website": "https://github.com/Suraj151/esp8266-framework", + "name": "SerialCommand Advanced", + "version": "0.1.1", + "author": "shyd", + "maintainer": "Dennis Schuett", + "sentence": "A Wiring/Arduino library to tokenize and parse commands received over any serial port.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/shyd/Arduino-SerialCommand", "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Suraj151/esp8266-framework.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.2.zip", - "archiveFileName": "esp8266_framework-1.1.2.zip", - "size": 1885752, - "checksum": "SHA-256:7727fc92cb8bd8d148da694f5932f0a01dcc5a8b3fffe61e8e75e8fc2a6bbdf9" + "repository": "https://github.com/shyd/Arduino-SerialCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shyd/SerialCommand_Advanced-0.1.1.zip", + "archiveFileName": "SerialCommand_Advanced-0.1.1.zip", + "size": 7626, + "checksum": "SHA-256:d7df93f0599a764fc4c311653d52ee6fbe9199ecf063c47ca91f05b779582bcb" }, { - "name": "esp8266-framework", - "version": "1.1.3", - "author": "Suraj I.", - "maintainer": "Suraj I. \u003csurajinamdar151@gmail.com\u003e", - "sentence": "esp8266 framework stack for easy configurable applications", - "paragraph": "esp8266 framework includes all services like gpio, wifi, http, mqtt, ntp, ota, napt, espnow, mesh, server etc. which are ready to use in all applications", - "website": "https://github.com/Suraj151/esp8266-framework", + "name": "SerialCommand Advanced", + "version": "1.0.0", + "author": "shyd", + "maintainer": "Dennis Schuett", + "sentence": "A Wiring/Arduino library to tokenize and parse commands received over any serial port.", + "paragraph": "Register commands, and start controlling your Arduino!", + "website": "https://github.com/shyd/Arduino-SerialCommand", "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Suraj151/esp8266-framework.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Suraj151/esp8266_framework-1.1.3.zip", - "archiveFileName": "esp8266_framework-1.1.3.zip", - "size": 1886413, - "checksum": "SHA-256:1fb77247fb4ac9c4012430fc5b7658054a2d29f88dc83e1a6e659beefc48dc3d" + "repository": "https://github.com/shyd/Arduino-SerialCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/shyd/SerialCommand_Advanced-1.0.0.zip", + "archiveFileName": "SerialCommand_Advanced-1.0.0.zip", + "size": 19939, + "checksum": "SHA-256:fc29cddfff56e91216f4554a65fe6176ebf1441b0817cb1491e7097c1f00b93d" }, { - "name": "slight_Fade", + "name": "TLA2518", "version": "1.0.0", - "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", - "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "sentence": "timed value fading.", - "paragraph": "fade a value over a given time duration.", - "website": "https://github.com/s-light/slight_Fade", - "category": "Timing", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Texas instrument TLA2518", + "paragraph": "Supports SPI", + "website": "https://github.com/dlyckelid/IOExpander-TLA2518/", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/s-light/slight_Fade.git", + "repository": "https://github.com/dlyckelid/IOExpander-TLA2518.git", "providesIncludes": [ - "slight_FaderLin.h" + "TLA2518.H" ], - "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_Fade-1.0.0.zip", - "archiveFileName": "slight_Fade-1.0.0.zip", - "size": 23891, - "checksum": "SHA-256:fc4f8ab25662df71a337029d78373a0a642fb02b05b29c8a738d62877d9ca995" + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/TLA2518-1.0.0.zip", + "archiveFileName": "TLA2518-1.0.0.zip", + "size": 7151, + "checksum": "SHA-256:e6be0db2ce98d7aee4a46189cc67ece61f2551630019f57ec98beee3125d9444" }, { - "name": "slight_ButtonInput", - "version": "1.0.0", - "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", - "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "sentence": "Event based button input.", - "paragraph": "Get Button Inputs as events in a callback-function.", - "website": "https://github.com/s-light/slight_ButtonInput", + "name": "TLA2518", + "version": "1.0.1", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Texas instrument TLA2518", + "paragraph": "Supports SPI", + "website": "https://github.com/dlyckelid/IOExpander-TLA2518/", "category": "Signal Input/Output", "architectures": [ "*" @@ -302201,24 +760378,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/s-light/slight_ButtonInput.git", + "repository": "https://github.com/dlyckelid/IOExpander-TLA2518.git", "providesIncludes": [ - "slight_ButtonInputHelper.h", - "slight_ButtonInput.h" + "TLA2518.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_ButtonInput-1.0.0.zip", - "archiveFileName": "slight_ButtonInput-1.0.0.zip", - "size": 25405, - "checksum": "SHA-256:ae3fa04fc9f0c31dd4ae2c83be14cd08210a1ce2a8e8eef68c1e2f51c52f43a7" + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/TLA2518-1.0.1.zip", + "archiveFileName": "TLA2518-1.0.1.zip", + "size": 8356, + "checksum": "SHA-256:85dea22416f2b6968ba58cd22f57af9107b935e143f406bc1dd7276a52e27f16" }, { - "name": "slight_RotaryEncoder", - "version": "1.0.0", - "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", - "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "sentence": "Event based rotary ecnoder input.", - "paragraph": "Get rotary encoder inputs as events in a callback-function.", - "website": "https://github.com/s-light/slight_TLC5957", + "name": "TLA2518", + "version": "1.0.3", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Texas instrument TLA2518", + "paragraph": "Supports SPI", + "website": "https://github.com/dlyckelid/IOExpander-TLA2518/", "category": "Signal Input/Output", "architectures": [ "*" @@ -302226,47 +760402,85 @@ "types": [ "Contributed" ], - "repository": "https://github.com/s-light/slight_RotaryEncoder.git", + "repository": "https://github.com/dlyckelid/IOExpander-TLA2518.git", "providesIncludes": [ - "slight_RotaryEncoder.h" + "TLA2518.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_RotaryEncoder-1.0.0.zip", - "archiveFileName": "slight_RotaryEncoder-1.0.0.zip", - "size": 33338, - "checksum": "SHA-256:468e3630e44e02c24dce4b5b5636abf7b92fb261b13db7f9f4c88cd2ff97cd10" + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/TLA2518-1.0.3.zip", + "archiveFileName": "TLA2518-1.0.3.zip", + "size": 8480, + "checksum": "SHA-256:144fdc30e4bd28d5aaaadcf145881eee439785ea465bd46e6e9ca616c9c0937f" }, { - "name": "slight_DebugMenu", - "version": "1.0.0", - "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", - "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "sentence": "Helper Library to create Simple Menu.", - "paragraph": "Helper Library to create a Simple Menu on a Stream interface.", - "website": "https://github.com/s-light/slight_DebugMenu", - "category": "Communication", + "name": "TLA2518", + "version": "1.0.4", + "author": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "maintainer": "David Lyckelid \u003cdavid@goodsolutions.se\u003e", + "sentence": "Arduino library for Texas instrument TLA2518", + "paragraph": "Supports SPI", + "website": "https://github.com/dlyckelid/IOExpander-TLA2518/", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/s-light/slight_DebugMenu.git", + "repository": "https://github.com/dlyckelid/IOExpander-TLA2518.git", "providesIncludes": [ - "slight_DebugMenu.h" + "TLA2518.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_DebugMenu-1.0.0.zip", - "archiveFileName": "slight_DebugMenu-1.0.0.zip", - "size": 19825, - "checksum": "SHA-256:deb80a0ccf0b34987f43d839692cd3a9d5b2ea5e635a673c1ab55660b39a35a5" + "url": "https://downloads.arduino.cc/libraries/github.com/dlyckelid/TLA2518-1.0.4.zip", + "archiveFileName": "TLA2518-1.0.4.zip", + "size": 8619, + "checksum": "SHA-256:2cdb97038abb4f7373c1ebdd054ac9ecd8a1ece42d0fdffcfa0781fb3279e93f" }, { - "name": "slight_TLC5957", - "version": "1.0.0", - "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", - "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "sentence": "Easy Access to lots of RGB-LEDs.", - "paragraph": "TLC5957 is a 48-channel (=16*RGB) 16bit LED-Driver with high PWM-Clock and data-update rates possible. Intended Usage is for Signage/Outdoor Displays. This library tries to make it easy to use.", - "website": "https://github.com/s-light/slight_TLC5957", + "name": "Digital Rain Animation", + "version": "2.0.0", + "author": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "Easily display Matrix effects in the Arduino environment.", + "paragraph": "Feel the Digital Rain Animation effect in the movie. You can make the matrix effect on your display easily. Now it supports TFT_eSPI, LovyanGFX and Adafruit GFX.", + "website": "https://github.com/0015/TP_Arduino_DigitalRain_Anim", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0015/TP_Arduino_DigitalRain_Anim.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0015/Digital_Rain_Animation-2.0.0.zip", + "archiveFileName": "Digital_Rain_Animation-2.0.0.zip", + "size": 483076, + "checksum": "SHA-256:2ddcf435e66b90bc80ba2539f9f25b5064ee3ed60677b6dc8a767adbe5cbe162" + }, + { + "name": "Digital Rain Animation", + "version": "2.0.1", + "author": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "Easily display Matrix effects in the Arduino environment.", + "paragraph": "Feel the Digital Rain Animation effect in the movie. You can make the matrix effect on your display easily. Now it supports TFT_eSPI, LovyanGFX and Adafruit GFX.", + "website": "https://github.com/0015/TP_Arduino_DigitalRain_Anim", + "category": "Uncategorized", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/0015/TP_Arduino_DigitalRain_Anim.git", + "url": "https://downloads.arduino.cc/libraries/github.com/0015/Digital_Rain_Animation-2.0.1.zip", + "archiveFileName": "Digital_Rain_Animation-2.0.1.zip", + "size": 550761, + "checksum": "SHA-256:293f3dd2b20ef8806edefbda69e7e1d1ac9980691def0802a2ddca1d3b051aab" + }, + { + "name": "Excelsior", + "version": "1.1.9", + "author": "Frederik Eberhard, Tim Hartman", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Functions as a beginners guide to programm the Excelsior-Brick.", + "paragraph": "Designed to help beginners in robotics start to learn programming. It offers many functions to lead the way but also guides more advanced students to programm more closely to the hardware, as no functions of the underlying microcontroller has been disabled.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior\"", "category": "Device Control", "architectures": [ "*" @@ -302274,221 +760488,304 @@ "types": [ "Contributed" ], - "repository": "https://github.com/s-light/slight_TLC5957.git", + "repository": "https://github.com/Excelsior-Robotics/Excelsior.git", "providesIncludes": [ - "TLC5957.h" + "Excelsior.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_TLC5957-1.0.0.zip", - "archiveFileName": "slight_TLC5957-1.0.0.zip", - "size": 37243, - "checksum": "SHA-256:b35e1cf6f645b1a9b6802151145b9c425511e578968a3fcf046df29957e487a0" + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BNO055" + }, + { + "name": "Array" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior-1.1.9.zip", + "archiveFileName": "Excelsior-1.1.9.zip", + "size": 62078, + "checksum": "SHA-256:cd96cef6503bffd331dd7c8efa6879aec7809e112e07dd257642621e3e0dbba1" }, { - "name": "slight_FDC1004", - "version": "1.0.0", - "author": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "sentence": "A library to interface to an TI FDC1004 Capacitiv sensor.", - "paragraph": "Implements all I2C available low level communication and adds some easy to use abstractions.", - "website": "https://github.com/s-light/slight_FDC1004", - "category": "Sensors", + "name": "Excelsior", + "version": "1.2.0", + "author": "Frederik Eberhard, Tim Hartmann", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Functions as a beginners guide to programm the Excelsior-Brick.", + "paragraph": "Designed to help beginners in robotics start to learn programming. It offers many functions to lead the way but also guides more advanced students to programm more closely to the hardware, as no functions of the underlying microcontroller has been disabled.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior\"", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/s-light/slight_FDC1004.git", + "repository": "https://github.com/Excelsior-Robotics/Excelsior.git", "providesIncludes": [ - "FDC1004.h" + "Excelsior.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_FDC1004-1.0.0.zip", - "archiveFileName": "slight_FDC1004-1.0.0.zip", - "size": 23647, - "checksum": "SHA-256:95f3461a886e331f39cdec331897b0e4faf68d86a291d4851fc362d75cbcd606" + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BNO055" + }, + { + "name": "Array" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior-1.2.0.zip", + "archiveFileName": "Excelsior-1.2.0.zip", + "size": 62644, + "checksum": "SHA-256:5e53b4002b6434a369d4c64331aed3ada5933c04092807e12dcbc5a812cd7da0" }, { - "name": "slight_LiquidCrystalDummy", - "version": "1.0.0", - "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", - "maintainer": "Stefan Krüger \u003cgit@s-light.eu\u003e", - "sentence": "Helper Library for LCD usage.", - "paragraph": "partly identical api as LiquidCristal but for Serial-Debug output.", - "website": "https://github.com/s-light/slight_LiquidCrystalDummy", - "category": "Display", + "name": "Excelsior", + "version": "1.2.1", + "author": "Frederik Eberhard, Tim Hartmann", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Functions as a beginners guide to programm the Excelsior-Brick.", + "paragraph": "Designed to help beginners in robotics start to learn programming. It offers many functions to lead the way but also guides more advanced students to programm more closely to the hardware, as no functions of the underlying microcontroller has been disabled.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior\"", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/s-light/slight_LiquidCrystalDummy.git", + "repository": "https://github.com/Excelsior-Robotics/Excelsior.git", "providesIncludes": [ - "slight_LiquidCrystalDummy.h" + "Excelsior.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_LiquidCrystalDummy-1.0.0.zip", - "archiveFileName": "slight_LiquidCrystalDummy-1.0.0.zip", - "size": 16191, - "checksum": "SHA-256:01a81c47cb577f2cc0aa538529b0621f1b4aaacdcef52359e0718d49f65090f7" + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BNO055" + }, + { + "name": "Array" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior-1.2.1.zip", + "archiveFileName": "Excelsior-1.2.1.zip", + "size": 64885, + "checksum": "SHA-256:0dd82531d953931ec1e8fa6dc30f24e8435169611d400487ed62a199823f43e4" }, { - "name": "EEPROMAdapter", - "version": "1.0.1", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", - "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", - "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", - "category": "Data Storage", + "name": "Excelsior", + "version": "1.2.2", + "author": "Frederik Eberhard, Tim Hartmann", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Functions as a beginners guide to programm the Excelsior-Brick.", + "paragraph": "Designed to help beginners in robotics start to learn programming. It offers many functions to lead the way but also guides more advanced students to programm more closely to the hardware, as no functions of the underlying microcontroller has been disabled.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior\"", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.0.1.zip", - "archiveFileName": "EEPROMAdapter-1.0.1.zip", - "size": 383713, - "checksum": "SHA-256:5114bae051c2a06b1203b0f61d7ca24a58a05304e6827498984146524638351a" + "repository": "https://github.com/Excelsior-Robotics/Excelsior.git", + "providesIncludes": [ + "Excelsior.h" + ], + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BNO055" + }, + { + "name": "Array" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior-1.2.2.zip", + "archiveFileName": "Excelsior-1.2.2.zip", + "size": 64885, + "checksum": "SHA-256:16d39729cb3e9f1c15d0158604a3d503be21f2be8503903760bb018aa3e2eac0" }, { - "name": "EEPROMAdapter", - "version": "1.1.0", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", - "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", - "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", - "category": "Data Storage", + "name": "Deneyap Gercek Zamanli Saat", + "version": "1.0.1", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library for Deneyap Real Time Clock MCP7940", + "paragraph": "A simple and efficient library to use Deneyap Real Time Clock MCP7940 via I2C peripheral.", + "website": "https://github.com/deneyapkart/deneyap-gercek-zamanli-saat-arduino-library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.0.zip", - "archiveFileName": "EEPROMAdapter-1.1.0.zip", - "size": 30838, - "checksum": "SHA-256:addaefcdcac0383f6d0d5337eafe7dac0436fd2f1fa14cba5e5d5dbb33b71b9c" + "repository": "https://github.com/deneyapkart/deneyap-gercek-zamanli-saat-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Gercek_Zamanli_Saat-1.0.1.zip", + "archiveFileName": "Deneyap_Gercek_Zamanli_Saat-1.0.1.zip", + "size": 34284, + "checksum": "SHA-256:2b214c9be681c0efa2e2c237a5292e2979c791d5a24de74bd98a06d823cc8c59" }, { - "name": "EEPROMAdapter", - "version": "1.1.1", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", - "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", - "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", - "category": "Data Storage", + "name": "Arducam_Mega", + "version": "1.0.0", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.1.zip", - "archiveFileName": "EEPROMAdapter-1.1.1.zip", - "size": 1047356, - "checksum": "SHA-256:b9fa8cc1fa0a56a34e5e4f9d017503adccafdafcdfe4f20a8af05be9b3637852" + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-1.0.0.zip", + "archiveFileName": "Arducam_Mega-1.0.0.zip", + "size": 1516872, + "checksum": "SHA-256:a8398bd8f8872bdfb9107569865b996f583b876e736de1d47490f25e7730c260" }, { - "name": "EEPROMAdapter", - "version": "1.1.2", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", - "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", - "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", - "category": "Data Storage", + "name": "Arducam_Mega", + "version": "2.0.0", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.2.zip", - "archiveFileName": "EEPROMAdapter-1.1.2.zip", - "size": 1046899, - "checksum": "SHA-256:c71405119504dc09bbfe8d4f8af3efb59b7e955ba6999e5c38d856029b7be716" + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.0.zip", + "archiveFileName": "Arducam_Mega-2.0.0.zip", + "size": 3929129, + "checksum": "SHA-256:9e7e414f8c588e812fc855993e0b9c8c299320a679fceeac93bcafaa11b1bf74" }, { - "name": "EEPROMAdapter", - "version": "1.1.3", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", - "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", - "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", - "category": "Data Storage", + "name": "Arducam_Mega", + "version": "2.0.1", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.3.zip", - "archiveFileName": "EEPROMAdapter-1.1.3.zip", - "size": 1046894, - "checksum": "SHA-256:fbb902974049ccadf97905654cc97eb3c26d997b5aec446da16afef4c4dde3d1" + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.1.zip", + "archiveFileName": "Arducam_Mega-2.0.1.zip", + "size": 3928414, + "checksum": "SHA-256:27f2b732614f9fdabdb4dcfa108a6d8a282622bcd87165c7039293ab7e13db01" }, { - "name": "EEPROMAdapter", - "version": "1.1.4", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This adapter can read and write AT28C64 and AT28C256 EEPROM chips using Arudino Mega. Creating converter PCB for this task recommended", - "paragraph": "You can use the code in the src/main.cpp file directly to control your adapter via Serial port or just using the EEPROMAdapter class in a different way.\u003cbr /\u003e\u003cbr /\u003eEEPROMAdapter\u003cbr /\u003eThis is the low level adapter, which can read and write data directly from/to the given address. You can run these operations one by one. If you need automatisation or more controlled handling, please check the EEPROMSerial class, which allows you to control your commands via serial port. (or any stream compatible way)\u003cbr /\u003e\u003cbr /\u003eEEPROMSerial\u003cbr /\u003eThis is a helper function, which is using the EEPROMAdapter to read or write to your memory via serial port.", - "website": "https://github.com/Wh1teRabbitHU/EEPROMAdapter", - "category": "Data Storage", + "name": "Arducam_Mega", + "version": "2.0.2", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/EEPROMAdapter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/EEPROMAdapter-1.1.4.zip", - "archiveFileName": "EEPROMAdapter-1.1.4.zip", - "size": 1046862, - "checksum": "SHA-256:4702154e8627bb1eb9abb81b14f857633e8319cbe3c1aca9703557004caf0a7d" + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.2.zip", + "archiveFileName": "Arducam_Mega-2.0.2.zip", + "size": 3928536, + "checksum": "SHA-256:e576815c93d230641a06585a4559a154ce9066be5956b4c70f07244f7803d1d8" }, { - "name": "DUE_schmitt", - "version": "1.0.0", - "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "sentence": "Enable SAM3x DUE IO Schmitt trigguer", - "paragraph": "Debounce digitals inputs with internal Sam3x8e Schmitt truguer without expensive code and without adding any hardware.", - "website": "https://github.com/NitrofMtl/DUE_Schmitt.git", - "category": "Signal Input/Output", + "name": "Arducam_Mega", + "version": "2.0.3", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", + "category": "Device Control", "architectures": [ - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/NitrofMtl/DUE_Schmitt.git", + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", "providesIncludes": [ - "DUE_schmitt.h" + "Arducam_Mega.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/DUE_schmitt-1.0.0.zip", - "archiveFileName": "DUE_schmitt-1.0.0.zip", - "size": 3810, - "checksum": "SHA-256:a717f5a2ce3e42568e92cc404d64d633fe381a58e8950a2b7d6823ec57b65996" + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.3.zip", + "archiveFileName": "Arducam_Mega-2.0.3.zip", + "size": 3918799, + "checksum": "SHA-256:d28a850f31a7d1c6c31edca5a3ff6cb97c28f5e1fd8220f18d5de5c377dbb805" }, { - "name": "SerialTerminalPRO", - "version": "1.0.2", - "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", - "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", - "sentence": "a simple Arduino library to incorporate a serial terminal to your project", - "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", - "website": "https://github.com/miko007/SerialTerminal", + "name": "Arducam_Mega", + "version": "2.0.4", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", "category": "Device Control", "architectures": [ "*" @@ -302496,20 +760793,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/miko007/SerialTerminal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.0.2.zip", - "archiveFileName": "SerialTerminalPRO-1.0.2.zip", - "size": 3486, - "checksum": "SHA-256:ec160cba10a52aaabbba1f4a7a97cb921953b4314c470a2f44240bc3ec5ee806" + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.4.zip", + "archiveFileName": "Arducam_Mega-2.0.4.zip", + "size": 20423546, + "checksum": "SHA-256:a2217616cf27a3ec2ffa0d80bfe846707fe0944a415236ee839fb599029c68ef" }, { - "name": "SerialTerminalPRO", - "version": "1.0.3", - "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", - "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", - "sentence": "a simple Arduino library to incorporate a serial terminal to your project", - "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", - "website": "https://github.com/miko007/SerialTerminal", + "name": "Arducam_Mega", + "version": "2.0.5", + "author": "Arducam \u003csupport@arducam.com\u003e", + "maintainer": "Arducam\u003csupport@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", "category": "Device Control", "architectures": [ "*" @@ -302517,20 +760817,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/miko007/SerialTerminal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.0.3.zip", - "archiveFileName": "SerialTerminalPRO-1.0.3.zip", - "size": 4867, - "checksum": "SHA-256:4b5cdee702c5b778812527402ccefa5894dd57a4b285fee60594bfcf1807cc1a" + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.5.zip", + "archiveFileName": "Arducam_Mega-2.0.5.zip", + "size": 20440273, + "checksum": "SHA-256:6903cfec95edcb331df66698b3ff7edf49a370c353d361e501fef5e8ead8edfc" }, { - "name": "SerialTerminalPRO", - "version": "1.1.1", - "author": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", - "maintainer": "Michael Ochmann \u003cmiko@massivedynamic.eu\u003e", - "sentence": "a simple Arduino library to incorporate a serial terminal to your project", - "paragraph": "This library allows you to register functions to commands, which then can be triggered via serial. This is nice for debugging or creating a simple user interface", - "website": "https://github.com/miko007/SerialTerminal", + "name": "Arducam_Mega", + "version": "2.0.8", + "author": "Arducam \u003csupport@arducam.com\u003e", + "maintainer": "Arducam\u003csupport@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", "category": "Device Control", "architectures": [ "*" @@ -302538,1247 +760841,1187 @@ "types": [ "Contributed" ], - "repository": "https://github.com/miko007/SerialTerminal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/miko007/SerialTerminalPRO-1.1.1.zip", - "archiveFileName": "SerialTerminalPRO-1.1.1.zip", - "size": 4865, - "checksum": "SHA-256:c0e1edf6cac390f0d54856e9d44e87319ce1e71a3b99d1698551522f8ea63d43" + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.8.zip", + "archiveFileName": "Arducam_Mega-2.0.8.zip", + "size": 20440273, + "checksum": "SHA-256:551e7c9c7ea7084050266f44b70ab69e60050127732c8fb4906b7de33a532d4f" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega/Teensy boards running ESP8266 AT shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", - "category": "Communication", + "name": "Arducam_Mega", + "version": "2.0.9", + "author": "Arducam \u003csupport@arducam.com\u003e", + "maintainer": "Arducam\u003csupport@arducam.com\u003e", + "sentence": "Examples of spi cameras used on different hardware.", + "paragraph": "Supported platforms are ArduinoDue, ArduinoESP32, ArduinoESP32-C3, ArduinoESP8266, ArduinoMicrobit, ArduinoNano33Ble, ArduinoUNO, ArduinoMega2560,etc.", + "website": "https://github.com/ArduCAM/Arducam_Mega", + "category": "Device Control", "architectures": [ - "avr", - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", - "dependencies": [ - { - "name": "Blynk" - } + "repository": "https://github.com/ArduCAM/Arducam_Mega.git", + "providesIncludes": [ + "Arducam_Mega.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.0.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.0.zip", - "size": 60062, - "checksum": "SHA-256:7ac84ac8e561018ba9f0f3e48cbe303c8e721917887db74715b87ce8bb411f74" + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_Mega-2.0.9.zip", + "archiveFileName": "Arducam_Mega-2.0.9.zip", + "size": 21156725, + "checksum": "SHA-256:5f454c88f306c460f1491c4968d4adc093a4082ad058297ae05bfc554ce214d6" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega/Teensy boards running ESP8266 AT shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", - "category": "Communication", + "name": "motix-btn99x0", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "Arduino library for the Infineon DC Motor Control Shield with BTN9970LV and BTN9990LV", + "paragraph": "The board includes two NovalithIC+™ family high current half bridges with integrated driver BTN9970LV and BTN9990LV. \u003ca href=\"https://www.infineon.com/cms/de/product/evaluation-boards/dc-shield_btn9970lv/\"\u003e", + "website": "https://github.com/Infineon/arduino-motix-btn99x0", + "category": "Device Control", "architectures": [ - "avr", - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP8266_AT_WebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.1.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.1.zip", - "size": 60113, - "checksum": "SHA-256:646ecf69513a6bf3a3ae7b9431e8d414f73d783f79165b912fc03c7193228f36" + "repository": "https://github.com/Infineon/arduino-motix-btn99x0.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/motix_btn99x0-1.0.0.zip", + "archiveFileName": "motix_btn99x0-1.0.0.zip", + "size": 4740410, + "checksum": "SHA-256:26ec308de413722e12c063699297140cf618899817086360732b4525e87fd4da" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.2", + "name": "ESP32_Ethernet_Manager", + "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega/Teensy/SAMD boards running ESP8266 AT shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega and Teensy running ESP8266 AT shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "sentence": "(ESP32 + LwIP W5500 / ENC28J60), including ESP32-S2, ESP32-S3 and ESP32-C3, Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP32 + LwIP W5500 / ENC28J60), including ESP32-S2, ESP32-S3 and ESP32-C3, Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using correct ESP32 chipID", + "website": "https://github.com/khoih-prog/ESP32_Ethernet_Manager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "repository": "https://github.com/khoih-prog/ESP32_Ethernet_Manager.git", + "providesIncludes": [ + "ESP32_Ethernet_Manager.h", + "ESP32_Ethernet_Manager.hpp" + ], "dependencies": [ { - "name": "Blynk" + "name": "ESP_DoubleResetDetector" }, { - "name": "ESP8266_AT_WebServer" + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.2.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.2.zip", - "size": 77101, - "checksum": "SHA-256:52505761569bd96bfe11067f15a047765640cd174f0fc09015037620f01b4dc7" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_Ethernet_Manager-1.0.0.zip", + "archiveFileName": "ESP32_Ethernet_Manager-1.0.0.zip", + "size": 1035670, + "checksum": "SHA-256:b91d309b58316ca8faa5c685d16518913946beade7bc5e29d53a4dd7781a3a9f" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.3", + "name": "AsyncESP8266_Ethernet_Manager", + "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running ESP8266 AT shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "sentence": "(ESP8266 + LwIP W5500 / W5100(S) / ENC28J60) Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP W5500 / W5100(S) / ENC28J60) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now", + "website": "https://github.com/khoih-prog/AsyncESP8266_Ethernet_Manager", "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "repository": "https://github.com/khoih-prog/AsyncESP8266_Ethernet_Manager.git", + "providesIncludes": [ + "AsyncESP8266_Ethernet_Manager.h", + "AsyncESP8266_Ethernet_Manager.hpp" + ], "dependencies": [ { - "name": "Blynk" - }, - { - "name": "ESP8266_AT_WebServer" + "name": "ESP_DoubleResetDetector" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.3.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.3.zip", - "size": 93303, - "checksum": "SHA-256:7d46c98c49d36b333aea3f6bc99eeee6a89f982e6a8f911c3b8a928f83ab9bc2" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP8266_Ethernet_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP8266_Ethernet_Manager-1.0.0.zip", + "size": 1466218, + "checksum": "SHA-256:543013a3ab425897236be758c508db34e933c8f0d203a6ec756b02af3b76973c" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.4", + "name": "ESP8266_Ethernet_Manager", + "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running ESP8266 AT shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", + "sentence": "(ESP8266 + LwIP W5500 / W5100(S) / ENC28J60) Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP8266 + LwIP W5500 / W5100(S) / ENC28J60) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features", + "website": "https://github.com/khoih-prog/ESP8266_Ethernet_Manager", "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", + "repository": "https://github.com/khoih-prog/ESP8266_Ethernet_Manager.git", + "providesIncludes": [ + "ESP8266_Ethernet_Manager.h", + "ESP8266_Ethernet_Manager.hpp" + ], "dependencies": [ { - "name": "Blynk" - }, - { - "name": "ESP8266_AT_WebServer" + "name": "ESP_DoubleResetDetector" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.4.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.4.zip", - "size": 120082, - "checksum": "SHA-256:88583e761e492f256f2ca4d531755b32a63d3fc06ec1441df8ecf0349904c320" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_Ethernet_Manager-1.0.0.zip", + "archiveFileName": "ESP8266_Ethernet_Manager-1.0.0.zip", + "size": 1462756, + "checksum": "SHA-256:4798b3c56db935942820efebf9f1d7e2eaea90072e66710480d2afec1798ddc9" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266 AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", - "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. running ESP8266 AT shields to MultiWiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", - "category": "Communication", + "name": "ReefwingTimer", + "version": "2.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "A non blocking Scheduler based on millis().", + "paragraph": "An amalgamation of the MillisTimer and ElapsedTimer libraries with some application specific examples and an extra Timeout class.", + "website": "https://github.com/Reefwing-Software/reefwing_timer.git", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP8266_AT_WebServer" - }, - { - "name": "DoubleResetDetector_Generic" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-Timer.git", + "providesIncludes": [ + "ReefwingTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.5.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.5.zip", - "size": 787137, - "checksum": "SHA-256:88f8156eb9d4d8bacc55d978942e51d956603d52a58d5daedd6e73c0c1977fbf" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingTimer-2.0.0.zip", + "archiveFileName": "ReefwingTimer-2.0.0.zip", + "size": 18939, + "checksum": "SHA-256:a2b8b4f85107b7d27376b54150963c54da0b8ce72a357ebb3b302d9f60e648be" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32 AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", - "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32 AT shields, to MultiWiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", - "category": "Communication", + "name": "ReefwingTimer", + "version": "2.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "A non blocking Scheduler based on millis().", + "paragraph": "An amalgamation of the MillisTimer and ElapsedTimer libraries with some application specific examples and an extra Timeout class.", + "website": "https://github.com/Reefwing-Software/Reefwing-Timer.git", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP8266_AT_WebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "ESP_AT_Lib" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-Timer.git", + "providesIncludes": [ + "ReefwingTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.6.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.6.zip", - "size": 2593387, - "checksum": "SHA-256:1c134fee4f509409bb79623b1f64e6c036df3d8214001d7be8da7049c5639a54" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingTimer-2.0.1.zip", + "archiveFileName": "ReefwingTimer-2.0.1.zip", + "size": 19112, + "checksum": "SHA-256:30df996eb33326bccf629e0d7ba0e0a9c634454d9c81c7a815aaffa909e6b7f0" }, { - "name": "Blynk_Esp8266AT_WM", - "version": "1.0.7", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, SAMD EEPROM-emulated FlashStorage, SAM-DUE DueFlashStorage or nRF52 LittleFS", - "paragraph": "Library for configuring/auto(re)connecting Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc., running ESP8266/ESP32-AT shields, to MultiWiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM", - "category": "Communication", + "name": "ReefwingMotorShield", + "version": "3.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "A library that supports the Reefwing Motor Shield and Carrier Board.", + "paragraph": "Control two bidirectional motors and monitor battery voltage.", + "website": "https://github.com/Reefwing-Software/Reefwing-Motorshield.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP8266_AT_WebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "ESP_AT_Lib" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-Motorshield.git", + "providesIncludes": [ + "ReefwingMotorShield.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Esp8266AT_WM-1.0.7.zip", - "archiveFileName": "Blynk_Esp8266AT_WM-1.0.7.zip", - "size": 2598324, - "checksum": "SHA-256:6318838804986f846f2444a86d2d93e21a7e0e480b6b6546614ae4060ba674c0" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingMotorShield-3.0.0.zip", + "archiveFileName": "ReefwingMotorShield-3.0.0.zip", + "size": 13259, + "checksum": "SHA-256:161150ab2e2a3d671121b7cc9e7fc02d78524c71141978ca14cfcadf96060b33" }, { - "name": "HomeKit-ESP8266", + "name": "ReefwingMotorShield", + "version": "3.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "A library that supports the Reefwing Motor Shield and Carrier Board.", + "paragraph": "Control two bidirectional motors and monitor battery voltage.", + "website": "https://github.com/Reefwing-Software/Reefwing-Motorshield.git", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Reefwing-Software/Reefwing-Motorshield.git", + "providesIncludes": [ + "ReefwingMotorShield.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingMotorShield-3.0.1.zip", + "archiveFileName": "ReefwingMotorShield-3.0.1.zip", + "size": 14602, + "checksum": "SHA-256:04a5ab20ca0371d2204c81df321ad0e450ccaadf5c8fc50bc9d5a962697f8016" + }, + { + "name": "AM1002-UART", "version": "1.0.0", - "author": "Mixiaoxiao", - "maintainer": "Mixiaoxiao", - "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", - "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", - "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", - "category": "Communication", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic AM1002", + "paragraph": "Arduino library to control Cubic AM1002", + "website": "https://github.com/neosarchizo/am1002-uart", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.0.0.zip", - "archiveFileName": "HomeKit_ESP8266-1.0.0.zip", - "size": 649974, - "checksum": "SHA-256:5b2518131e8959a4898c15d6dab2186f5496331a86b8c13e60e40141b67a8056" + "repository": "https://github.com/neosarchizo/am1002-uart.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/AM1002_UART-1.0.0.zip", + "archiveFileName": "AM1002_UART-1.0.0.zip", + "size": 16645, + "checksum": "SHA-256:fa4b843d64baab8ce32ab85829175a928483be70c447a470286c0edb864f6c5e" }, { - "name": "HomeKit-ESP8266", + "name": "AM1002-UART", "version": "1.0.1", - "author": "Mixiaoxiao", - "maintainer": "Mixiaoxiao", - "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", - "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", - "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", - "category": "Communication", + "author": "Neosarchizo", + "maintainer": "Neosarchizo \u003cneosarchizo@gmail.com\u003e", + "sentence": "Arduino library to control Cubic AM1002", + "paragraph": "Arduino library to control Cubic AM1002", + "website": "https://github.com/neosarchizo/am1002-uart", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.0.1.zip", - "archiveFileName": "HomeKit_ESP8266-1.0.1.zip", - "size": 649962, - "checksum": "SHA-256:7ca243e78b9efae08ae9c965eef6092ad76a586f5f108e381a47ce35e93cb2d1" + "repository": "https://github.com/neosarchizo/am1002-uart.git", + "url": "https://downloads.arduino.cc/libraries/github.com/neosarchizo/AM1002_UART-1.0.1.zip", + "archiveFileName": "AM1002_UART-1.0.1.zip", + "size": 17500, + "checksum": "SHA-256:900b0ff9b20c68deb9bf8f22f484aa62def5de2aa8d770079e15e767d6968f3f" }, { - "name": "HomeKit-ESP8266", - "version": "1.1.0", - "author": "Mixiaoxiao", - "maintainer": "Mixiaoxiao", - "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", - "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", - "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "name": "WebServer_ESP32_SC_W5500", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W5500 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.1.0.zip", - "archiveFileName": "HomeKit_ESP8266-1.1.0.zip", - "size": 727947, - "checksum": "SHA-256:44b096f39b6e047d25544684b28c075605f8206c1c11f0e31e384c83529a9ce9" + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500.git", + "providesIncludes": [ + "WebServer_ESP32_SC_W5500.h", + "WebServer_ESP32_SC_W5500.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_W5500-1.0.0.zip", + "archiveFileName": "WebServer_ESP32_SC_W5500-1.0.0.zip", + "size": 117202, + "checksum": "SHA-256:af7de57d14b616d19bff5dee5fa697be9be646c636d629caa5eb01e67710b9eb" }, { - "name": "HomeKit-ESP8266", - "version": "1.2.0", - "author": "Mixiaoxiao", - "maintainer": "Mixiaoxiao", - "sentence": "Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.", - "paragraph": "Native Apple HomeKit Accessory Implementation for the ESP8266 Arduino core.", - "website": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", + "name": "WebServer_ESP32_SC_W5500", + "version": "1.0.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W5500 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Mixiaoxiao/HomeKit_ESP8266-1.2.0.zip", - "archiveFileName": "HomeKit_ESP8266-1.2.0.zip", - "size": 750440, - "checksum": "SHA-256:ebce77358caebb55f03a7755299c1c415f50c5ceeb95c2e7a85fc08fca3e6bff" + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500.git", + "providesIncludes": [ + "WebServer_ESP32_SC_W5500.h", + "WebServer_ESP32_SC_W5500.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_W5500-1.0.1.zip", + "archiveFileName": "WebServer_ESP32_SC_W5500-1.0.1.zip", + "size": 732310, + "checksum": "SHA-256:199983a92516416c5be1849e767c3e8b98b6c50eac32848bf1531ba0e97a96af" }, { - "name": "CS5464 Arduino", - "version": "0.1.0", - "author": "Tisham (whatnick) Dhar", - "maintainer": "Tisham \u003ctisham@whatnick.com\u003e", - "sentence": "CS5464 Energy Monitor Support for Arduino", - "paragraph": "CS5464 Energy Monitor Support for Arduino", - "website": "https://github.com/whatnick/CS5464_Arduino", - "category": "Sensors", - "architectures": [], + "name": "WebServer_ESP32_SC_W5500", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W5500 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500", + "category": "Communication", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/whatnick/CS5464_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/whatnick/CS5464_Arduino-0.1.0.zip", - "archiveFileName": "CS5464_Arduino-0.1.0.zip", - "size": 5983, - "checksum": "SHA-256:5157c85131442f84a06b2408163bc4bb0386ea2c1a02a4a684cf4d409036d6b5" + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500.git", + "providesIncludes": [ + "WebServer_ESP32_SC_W5500.h", + "WebServer_ESP32_SC_W5500.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_W5500-1.1.0.zip", + "archiveFileName": "WebServer_ESP32_SC_W5500-1.1.0.zip", + "size": 1111139, + "checksum": "SHA-256:b5fe0e8ebab07167e00a57cbb8e8adb070ffe7a7024520bb8d39c3c7a61d1ff0" }, { - "name": "ATM90E26 Arduino", - "version": "0.1.0", - "author": "Tisham (whatnick) Dhar", - "maintainer": "Tisham \u003ctisham@whatnick.com\u003e", - "sentence": "ATM90E26 Energy Monitor Support for Arduino", - "paragraph": "ATM90E26 Energy Monitor Support for Arduino", - "website": "https://github.com/whatnick/ATM90E26_Arduino", - "category": "Sensors", - "architectures": [], + "name": "WebServer_ESP32_SC_W5500", + "version": "1.2.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32S2/S3/C3 boards using LwIP W5500 Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client, supports WebServer serving from LittleFS/SPIFFS and is the base for many Async-related libraries.", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500", + "category": "Communication", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/whatnick/ATM90E26_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/whatnick/ATM90E26_Arduino-0.1.0.zip", - "archiveFileName": "ATM90E26_Arduino-0.1.0.zip", - "size": 36262, - "checksum": "SHA-256:351d5d26ad92989646f0a20b67a04a0acd14caaa7e8ed03e2bb2adc955e2c35f" + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500.git", + "providesIncludes": [ + "WebServer_ESP32_SC_W5500.h", + "WebServer_ESP32_SC_W5500.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_W5500-1.2.0.zip", + "archiveFileName": "WebServer_ESP32_SC_W5500-1.2.0.zip", + "size": 1345908, + "checksum": "SHA-256:5fa4106913b9f205e41b335088fbae04bd541842300e6dbb71d8ca973ef23fee" }, { - "name": "SX150x", - "version": "1.0.7", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A library for the Semtech SX150x family of i2c GPIO expanders.", - "paragraph": "This library covers the SX1501, SX1502, and SX1503.", - "website": "https://github.com/jspark311/Arduino-SX150x", - "category": "Device Control", + "name": "WebServer_ESP32_SC_W5500", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32S2/S3/C3 boards using LwIP W5500 Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client, supports WebServer serving from LittleFS/SPIFFS and is the base for many Async-related libraries.", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/Arduino-SX150x.git", - "dependencies": [ - { - "name": "CppPotpourri" - } + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_W5500.git", + "providesIncludes": [ + "WebServer_ESP32_SC_W5500.h", + "WebServer_ESP32_SC_W5500.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX150x-1.0.7.zip", - "archiveFileName": "SX150x-1.0.7.zip", - "size": 12757, - "checksum": "SHA-256:c6844aea1daddfccf6c3ea80fa2a775547e65aa4be45a1caaa2fc9316774136b" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_W5500-1.2.1.zip", + "archiveFileName": "WebServer_ESP32_SC_W5500-1.2.1.zip", + "size": 1346448, + "checksum": "SHA-256:cd8874b26f71fa2252b6f10a9d369dade1473f303aefeddc5f88e96f3bb40793" }, { - "name": "SX150x", - "version": "1.0.8", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A library for the Semtech SX150x family of i2c GPIO expanders.", - "paragraph": "This library covers the SX1501, SX1502, and SX1503.", - "website": "https://github.com/jspark311/Arduino-SX150x", - "category": "Device Control", + "name": "ReefwingMSP", + "version": "2.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "A light weight Arduino implementation of the MultiWii Serial Protocol.", + "paragraph": "Required for easy drone configuration, simulation, telemetry, black box recording and On Screen Display (OSD) for First Person View (FPV) goggles.", + "website": "https://github.com/Reefwing-Software/Reefwing-MSP.git", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/Arduino-SX150x.git", - "dependencies": [ - { - "name": "CppPotpourri" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-MSP.git", + "providesIncludes": [ + "ReefwingMSP.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX150x-1.0.8.zip", - "archiveFileName": "SX150x-1.0.8.zip", - "size": 12929, - "checksum": "SHA-256:a834d7c9ec783cdb9048cccf9e39d3aa1ba8f1103d1f90a4f752e5b0bf6ec0ca" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingMSP-2.0.0.zip", + "archiveFileName": "ReefwingMSP-2.0.0.zip", + "size": 103552, + "checksum": "SHA-256:4bcfde19f8c6b73505f71b6b20740b35e8433933760ca803b17e83aacfe69667" }, { - "name": "ADG2128", - "version": "1.0.0", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A library for the ADG2128 analog cross-point switch.", - "website": "https://github.com/jspark311/Arduino-ADG2128", - "category": "Sensors", + "name": "ESPAsyncTCP", + "version": "1.2.2", + "author": "Me-No-Dev", + "maintainer": "dvarrel", + "sentence": "Async TCP Library for ESP8266 and ESP31B", + "paragraph": "tp build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncTCP", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp31b" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/Arduino-ADG2128.git", - "dependencies": [ - { - "name": "CppPotpourri" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/ADG2128-1.0.0.zip", - "archiveFileName": "ADG2128-1.0.0.zip", - "size": 11461, - "checksum": "SHA-256:1d2bcd6dc2a600cd96edeeda8a664c2d7926c91693b75b38523fb4021bb48ed0" + "repository": "https://github.com/dvarrel/ESPAsyncTCP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncTCP-1.2.2.zip", + "archiveFileName": "ESPAsyncTCP-1.2.2.zip", + "size": 46552, + "checksum": "SHA-256:2ca04911d82c170a6ae977f19477a02813d06d808b50535eaa5d8bfc8a39b844" }, { - "name": "DS1881", - "version": "1.0.0", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A driver for the Dallas/Maxim i2c logarithmic potentiometer.", - "website": "https://github.com/jspark311/Arduino-DS1881", - "category": "Device Control", + "name": "ESPAsyncTCP", + "version": "1.2.3", + "author": "Me-No-Dev", + "maintainer": "dvarrel", + "sentence": "Async TCP Library for ESP8266 and ESP31B", + "paragraph": "tp build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncTCP", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp31b" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/Arduino-DS1881.git", - "dependencies": [ - { - "name": "CppPotpourri" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/DS1881-1.0.0.zip", - "archiveFileName": "DS1881-1.0.0.zip", - "size": 10534, - "checksum": "SHA-256:a904cd8c719248d61734a1dfc1f345c4bb39ab887b23b39e033692b9f7a6b3f2" + "repository": "https://github.com/dvarrel/ESPAsyncTCP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncTCP-1.2.3.zip", + "archiveFileName": "ESPAsyncTCP-1.2.3.zip", + "size": 45829, + "checksum": "SHA-256:efd9b8db9f0589d04a79d98e4ad7ae1ba7f71ed4c8b457aae223646752478adf" }, { - "name": "SX8634", - "version": "1.1.0", - "author": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "maintainer": "J. Ian Lindsay \u003cian@joshianlindsay.com\u003e", - "sentence": "A library for Semtech's SX8634 capacitive touch sensor.", - "website": "https://github.com/jspark311/Arduino-SX8634", - "category": "Sensors", + "name": "ESPAsyncTCP", + "version": "1.2.4", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "Async TCP Library for ESP8266 and ESP31B . Forked from https://github.com/me-no-dev/ESPAsyncTCP", + "paragraph": "tp build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncTCP", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp31b" ], "types": [ "Contributed" ], - "repository": "https://github.com/jspark311/Arduino-SX8634.git", - "dependencies": [ - { - "name": "CppPotpourri" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jspark311/SX8634-1.1.0.zip", - "archiveFileName": "SX8634-1.1.0.zip", - "size": 18606, - "checksum": "SHA-256:434cc695b9addae7523196f318673612a731adc70a296bf48a4ac7b4a22ddf07" + "repository": "https://github.com/dvarrel/ESPAsyncTCP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncTCP-1.2.4.zip", + "archiveFileName": "ESPAsyncTCP-1.2.4.zip", + "size": 45844, + "checksum": "SHA-256:78982e38a5736a21d8e88ff15fa9e722344d781ca468a101c0473fade6b232df" }, { - "name": "Panel.h for NeoPixel Matrix", - "version": "1.1.0", - "author": "Ramon Heras, Salvador Ruiz, Manuel Sanchez, Adil Mohamed", - "maintainer": "Ramon Heras \u003cramon98heras@gmail.com\u003e", - "sentence": "Control any NeoPixel Matrix using processing like methods", - "paragraph": "Control any neopixel matrix. This library comes with more than 40 processing like functions.\u003c/br\u003e\u003cul\u003e\u003cli\u003eCool game \u003cb\u003eexamples\u003c/b\u003eand demos: minesRuner-Accel, minesRunner-gest, demos, testLayout, etc\u003c/li\u003e\u003cli\u003eSupports \u003cb\u003eall\u003c/b\u003e possible led layouts.\u003c/li\u003e\u003cli\u003e\u003cb\u003eHot-swap\u003c/b\u003e the neopixel matrix by using \u003ci\u003erebuild()\u003c/i\u003e \u003c/li\u003e\u003cli\u003eTransformations such as \u003ci\u003erotate(), translate(), rotateMatrix()\u003c/i\u003e; Alongside with \u003ci\u003epopMatrix()\u003c/i\u003e and \u003ci\u003epushMatrix()\u003c/i\u003e. \u003c/li\u003e\u003cli\u003eDraw methods : \u003ci\u003esetPixel(), line(), rect()\u003c/i\u003e \u003c/li\u003e\u003cli\u003eDisplay \u003cb\u003eimages\u003c/b\u003e using \u003ci\u003eimage()\u003c/i\u003e\u003c/li\u003e\u003c/ul\u003eAnd a lot more...\u003c/br\u003e\u003c/br\u003eThis library is part of the neopixel project an open hardware/software project to make easy create interactive games.\u003c/br\u003e\u003c/br\u003eFind all .stl (3d) and gerber (PCB) files to build your own Pixel and Play console at \u003ca href=\"https://github.com/ramonheras/Pixel-and-Play-Open-Hardware\"\u003e Github Pixel and play Open Hardware.\u003c/a\u003e\u003c/br\u003eAlso a complete \u003ca href=\"https://github.com/ramonheras/Pixel-and-Play-Arduino-Library\"\u003e Assembly gide. \u003c/a\u003e\u003c/br\u003e\u003c/br\u003eThis project was born in 'Creative Electronics', a BEng Electronics Engineering 4th year module at the University of Málaga,\u003ca href=\"https://www.uma.es/etsi-de-telecomunicacion/\"\u003e School of Telecommunications.\u003c/a\u003e", - "website": "https://github.com/ramonheras/Pixel-and-Play-Arduino-Library", - "category": "Display", + "name": "ESPAsyncWebSrv", + "version": "1.2.3", + "author": "Me-No-Dev", + "maintainer": "dvarrel", + "sentence": "Async Web Server for ESP8266, ESP31B and ESP32", + "paragraph": "Build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncWebSrv", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ramonheras/Pixel-and-Play-Arduino-Library.git", + "repository": "https://github.com/dvarrel/ESPAsyncWebSrv.git", "dependencies": [ { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_LSM9DS1" + "name": "AsyncTCP" }, { - "name": "Adafruit NeoPixel" + "name": "ESPAsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ramonheras/Panel_h_for_NeoPixel_Matrix-1.1.0.zip", - "archiveFileName": "Panel_h_for_NeoPixel_Matrix-1.1.0.zip", - "size": 38038, - "checksum": "SHA-256:08145b8b63991dcaca8370f104c51182ec0e0ba68e09e9488e5e7ab0b4cb2f00" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncWebSrv-1.2.3.zip", + "archiveFileName": "ESPAsyncWebSrv-1.2.3.zip", + "size": 281987, + "checksum": "SHA-256:7b9944e41eb5c988b74db03dad35aedd7d3d0be10858cad805d698ca43ba67c2" }, { - "name": "CRMX_TimoTwo", - "version": "0.1.27", - "author": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", - "maintainer": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", - "sentence": "Provides a library for reading and interpreting CRMX TimoTwo MKR Shield data over SPI.", - "paragraph": "Send or Receive Wireless DMX data. Integrated UART for external DMX-512 connections.", - "website": "https://github.com/marccolemont/CRMX_TimoTwo", + "name": "ESPAsyncWebSrv", + "version": "1.2.4", + "author": "Me-No-Dev", + "maintainer": "dvarrel", + "sentence": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32", + "paragraph": "Build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncWebSrv", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/marccolemont/CRMX_TimoTwo.git", - "providesIncludes": [ - "CRMX_TimoTwo.h" + "repository": "https://github.com/dvarrel/ESPAsyncWebSrv.git", + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/marccolemont/CRMX_TimoTwo-0.1.27.zip", - "archiveFileName": "CRMX_TimoTwo-0.1.27.zip", - "size": 385211, - "checksum": "SHA-256:a89e7215be727f4ca20a8dc300a39abce97346171b7004fe7bc13435608efdb2" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncWebSrv-1.2.4.zip", + "archiveFileName": "ESPAsyncWebSrv-1.2.4.zip", + "size": 264309, + "checksum": "SHA-256:85f53e33fc290f8c01f4be2f75abdf3402b1a5163376d9ae32e5e741215be326" }, { - "name": "CRMX_TimoTwo", - "version": "0.1.32", - "author": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", - "maintainer": "Marc Colemont \u003cmarc.colemont@mc-productions.be\u003e", - "sentence": "Provides a library for reading and interpreting CRMX TimoTwo MKR Shield data over SPI.", - "paragraph": "Send or Receive Wireless DMX data. Integrated UART for external DMX-512 connections.", - "website": "https://github.com/marccolemont/CRMX_TimoTwo", + "name": "ESPAsyncWebSrv", + "version": "1.2.5", + "author": "Me-No-Dev", + "maintainer": "dvarrel", + "sentence": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32", + "paragraph": "Build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncWebSrv", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/marccolemont/CRMX_TimoTwo.git", - "providesIncludes": [ - "CRMX_TimoTwo.h" + "repository": "https://github.com/dvarrel/ESPAsyncWebSrv.git", + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/marccolemont/CRMX_TimoTwo-0.1.32.zip", - "archiveFileName": "CRMX_TimoTwo-0.1.32.zip", - "size": 385899, - "checksum": "SHA-256:5a6e42378e0a63b627da117fbb57ea6e95646418736393c73bc6a6ad90b4d43d" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncWebSrv-1.2.5.zip", + "archiveFileName": "ESPAsyncWebSrv-1.2.5.zip", + "size": 264307, + "checksum": "SHA-256:447f0cd0dfb96af8417fe47e3842b12fe9f0c9fe15771e92bea1ac72070a8b2a" }, { - "name": "ADC_SAmpler", - "version": "1.0.0", - "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "sentence": "Enable analog sequencer with timer on SAM3x DUE", - "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", - "website": "https://https://github.com/NitrofMtl/ADC_Sampler", - "category": "Signal Input/Output", + "name": "ESPAsyncWebSrv", + "version": "1.2.6", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 . Forked from https://github.com/me-no-dev/ESPAsyncWebServer", + "paragraph": "Build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncWebSrv", + "category": "Communication", "architectures": [ - "sam" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", - "providesIncludes": [ - "ADC_Sampler.h" + "repository": "https://github.com/dvarrel/ESPAsyncWebSrv.git", + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.0.0.zip", - "archiveFileName": "ADC_SAmpler-1.0.0.zip", - "size": 7009, - "checksum": "SHA-256:b83e756934de3a0f0eefa063cf593d5a3fdc30bc78c1d01151196593246b5fe1" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncWebSrv-1.2.6.zip", + "archiveFileName": "ESPAsyncWebSrv-1.2.6.zip", + "size": 264323, + "checksum": "SHA-256:518fc072b0cded0f00e0351c56e7cc5e99bacac78f3020cd5d3c7c7ca8dd1095" }, { - "name": "ADC_SAmpler", - "version": "1.1.0", - "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "sentence": "Enable analog sequencer with timer on SAM3x DUE", - "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", - "website": "https://https://github.com/NitrofMtl/ADC_Sampler", - "category": "Signal Input/Output", + "name": "ESPAsyncWebSrv", + "version": "1.2.7", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 . Forked from https://github.com/me-no-dev/ESPAsyncWebServer", + "paragraph": "Build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/ESPAsyncWebSrv", + "category": "Communication", "architectures": [ - "sam" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", - "providesIncludes": [ - "ADC_Sampler.h" + "repository": "https://github.com/dvarrel/ESPAsyncWebSrv.git", + "dependencies": [ + { + "name": "AsyncTCP" + }, + { + "name": "ESPAsyncTCP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.1.0.zip", - "archiveFileName": "ADC_SAmpler-1.1.0.zip", - "size": 8314, - "checksum": "SHA-256:6e9a77b48bd6f6c69bfe31016f3963ef07b86697ac3c11b2abe023c5ee250614" + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPAsyncWebSrv-1.2.7.zip", + "archiveFileName": "ESPAsyncWebSrv-1.2.7.zip", + "size": 264334, + "checksum": "SHA-256:6e20977e4e08acaf16a49e60a38c84fea45f4a327c728607295d726bc33343ac" }, { - "name": "ADC_SAmpler", - "version": "1.2.3", - "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "sentence": "Enable analog sequencer with timer on SAM3x DUE", - "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", - "website": "https://https://github.com/NitrofMtl/ADC_Sampler", - "category": "Signal Input/Output", + "name": "precise_sntp", + "version": "0.0.1", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows subseconds precision.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "sam" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "repository": "https://github.com/ug-cp/precise_sntp.git", "providesIncludes": [ - "ADC_Sampler.h" + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.2.3.zip", - "archiveFileName": "ADC_SAmpler-1.2.3.zip", - "size": 8363, - "checksum": "SHA-256:8b336671cd516091b19ce183c65fa61cd34a37f0f5aab76ebcd2be74c8c8a0cd" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.0.1.zip", + "archiveFileName": "precise_sntp-0.0.1.zip", + "size": 9965, + "checksum": "SHA-256:7e26148997ce14d1dc3fa93f361231fcbac163c35f919ae4511cd98b03caeaad" }, { - "name": "ADC_SAmpler", - "version": "1.3.0", - "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", - "sentence": "Enable analog sequencer with timer on SAM3x DUE", - "paragraph": "Use the PDC capability on SAM3x arduino DUE to do fast analog reading at a define sample rate.", - "website": "https://https://github.com/NitrofMtl/ADC_Sampler", - "category": "Signal Input/Output", + "name": "precise_sntp", + "version": "0.0.3", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-seconds precision.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "sam" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/NitrofMtl/ADC_Sampler.git", + "repository": "https://github.com/ug-cp/precise_sntp.git", "providesIncludes": [ - "ADC_Sampler.h" + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/ADC_SAmpler-1.3.0.zip", - "archiveFileName": "ADC_SAmpler-1.3.0.zip", - "size": 8488, - "checksum": "SHA-256:0df3bba5df9e2bc8ba8d2f2c245bdaf718ae1a94d84362673f569eb352c815b5" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.0.3.zip", + "archiveFileName": "precise_sntp-0.0.3.zip", + "size": 12272, + "checksum": "SHA-256:e927701739afd5cf10363d174ace02b93bc5ef51e757d67f1fb4267fb3894ca2" }, { - "name": "EthernetWebServer", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.0.4", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-seconds precision.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "avr", - "teensy" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.0.zip", - "archiveFileName": "EthernetWebServer-1.0.0.zip", - "size": 57526, - "checksum": "SHA-256:3f8c55e947b152baac85a22c1b56a0bd72feea2d05bea5042a25b08d3b386ce4" + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.0.4.zip", + "archiveFileName": "precise_sntp-0.0.4.zip", + "size": 12697, + "checksum": "SHA-256:2a96b2bed7df18b1a804f0e59007033682836b4cd1cae7efe636b6b170bbb53b" }, { - "name": "EthernetWebServer", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.1.0", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "avr", - "teensy" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.1.zip", - "archiveFileName": "EthernetWebServer-1.0.1.zip", - "size": 57297, - "checksum": "SHA-256:325a7a891b79bc3d77b9e057bac228c1f436faddb02dc8317f5d4b9ccf4d3825" + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.1.0.zip", + "archiveFileName": "precise_sntp-0.1.0.zip", + "size": 14140, + "checksum": "SHA-256:dc0ad6be0140d50ceec2624f4641ad5187e27eaef7383d88a3d4b0e93ccca5cd" }, { - "name": "EthernetWebServer", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s,Atmel SAM3X8E ARM Cortex-M3,STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards,Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.1.1", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "avr", - "teensy" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.2.zip", - "archiveFileName": "EthernetWebServer-1.0.2.zip", - "size": 60206, - "checksum": "SHA-256:1f961b8435bb539a587a781e47d9e6417a7b0bc0c3af5a65f6ac280ffb2f6072" + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.1.1.zip", + "archiveFileName": "precise_sntp-0.1.1.zip", + "size": 15974, + "checksum": "SHA-256:711dd88a993cfb9a55c5f7d6d2930a3335b580c3b156f6657c975e9cfa2b8426" }, { - "name": "EthernetWebServer", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD, STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards,Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.1.2", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.3.zip", - "archiveFileName": "EthernetWebServer-1.0.3.zip", - "size": 63219, - "checksum": "SHA-256:e5c2bcd1e9c00f941d09f4ca3fdb30a9e6456c16c1cda0a570f4a496c3d3a615" + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.1.2.zip", + "archiveFileName": "precise_sntp-0.1.2.zip", + "size": 15986, + "checksum": "SHA-256:adf7fa3da9396e1de6c3619420b8bb36e323a8cdbaa991dd1e0cf10b54758f14" }, { - "name": "EthernetWebServer", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.2.0", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.4.zip", - "archiveFileName": "EthernetWebServer-1.0.4.zip", - "size": 75137, - "checksum": "SHA-256:06bd9fa721f945d94239fef0eef2b0de1e4772284f8eed8b63d0598608c6af3e" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.2.0.zip", + "archiveFileName": "precise_sntp-0.2.0.zip", + "size": 16366, + "checksum": "SHA-256:ac143bfaa0e2b421270db022ba0f737b710598a093e11fbb3e8841b6b24800a0" }, { - "name": "EthernetWebServer", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.2.1", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use.", + "website": "https://gitlab.com/ug-cp/", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.5.zip", - "archiveFileName": "EthernetWebServer-1.0.5.zip", - "size": 82215, - "checksum": "SHA-256:9344928ae9d49e9c10aa7d9c1895aaacc4bd4534d56e59ad48b37a9d4fbc0659" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.2.1.zip", + "archiveFileName": "precise_sntp-0.2.1.zip", + "size": 17250, + "checksum": "SHA-256:1eb1f8e73ecae19b9f4a4925f22bb02429178067cfbce69089a2c65304e71b71" }, { - "name": "EthernetWebServer", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.2.2", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use.", + "website": "https://github.com/ug-cp/precise_sntp", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.6.zip", - "archiveFileName": "EthernetWebServer-1.0.6.zip", - "size": 85266, - "checksum": "SHA-256:312d6b7c8eb629f854cf8a616138ccf51bcacd1e20bb50ae659f6cf43a8cb16b" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.2.2.zip", + "archiveFileName": "precise_sntp-0.2.2.zip", + "size": 17261, + "checksum": "SHA-256:575f53d8f7998bdb9656e090616b7679339493dfa4c135f63468d8cfbea1da7f" }, { - "name": "EthernetWebServer", - "version": "1.0.7", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.2.3", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform providing sub-second precision.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use by IP or by DNS name.", + "website": "https://github.com/ug-cp/precise_sntp", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.7.zip", - "archiveFileName": "EthernetWebServer-1.0.7.zip", - "size": 100624, - "checksum": "SHA-256:55af7536aecb49b3634ab689d9088057805ceb69b9dfd5cc6e254fded583b010" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.2.3.zip", + "archiveFileName": "precise_sntp-0.2.3.zip", + "size": 19935, + "checksum": "SHA-256:50ea88ca386f972842ec72d17eaf09f2ba2e237a87cf1f1d3c07a201abfc3664" }, { - "name": "EthernetWebServer", - "version": "1.0.8", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for the Ethernet shields to run WebServer", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.2.4", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform providing sub-second precision.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use by IP or by DNS name.", + "website": "https://github.com/ug-cp/precise_sntp", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.8.zip", - "archiveFileName": "EthernetWebServer-1.0.8.zip", - "size": 136107, - "checksum": "SHA-256:2957fdc3fe1ec353c525d434b5072aa96675b7cf12cc26473631639c0f53ba8c" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.2.4.zip", + "archiveFileName": "precise_sntp-0.2.4.zip", + "size": 19941, + "checksum": "SHA-256:5dff319e488be715e05709468f5d0d67fd9188b866ed5fb864c4ef4409e6c510" }, { - "name": "EthernetWebServer", - "version": "1.0.9", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, STM32F series, ESP8266, ESP32, Intel ARC32(Genuino101), Nordic nRF51(RFduino), Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "precise_sntp", + "version": "0.2.5", + "author": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "maintainer": "Daniel Mohr \u003cdaniel.mohr@uni-greifswald.de\u003e", + "sentence": "This library is an implementation of the Simple Network Time Protocol (SNTPv4) for the arduino platform providing sub-second precision.", + "paragraph": "In contrast to other implementations this library allows sub-second precision. Further you can set the (S)NTP server to use by IP or by DNS name.", + "website": "https://github.com/ug-cp/precise_sntp", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/ug-cp/precise_sntp.git", + "providesIncludes": [ + "precise_sntp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.9.zip", - "archiveFileName": "EthernetWebServer-1.0.9.zip", - "size": 145838, - "checksum": "SHA-256:7a7f7cebe881845cd0e82a9b82f6884d47fb91ee63b349dc85b287f226b9c867" + "url": "https://downloads.arduino.cc/libraries/github.com/ug-cp/precise_sntp-0.2.5.zip", + "archiveFileName": "precise_sntp-0.2.5.zip", + "size": 20024, + "checksum": "SHA-256:9895d18f8cf900c026fb6951f07cfe705571d0a0792fcfa671b4d35b1e94f2f7" }, { - "name": "EthernetWebServer", - "version": "1.0.10", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "PIR", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PIR library for Arduino.", + "paragraph": "Supports up to 8 PIR sensors.", + "website": "https://github.com/RobTillaart/PIR", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/RobTillaart/PIR.git", + "providesIncludes": [ + "PIR.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.10.zip", - "archiveFileName": "EthernetWebServer-1.0.10.zip", - "size": 245562, - "checksum": "SHA-256:5bf8748043ed3a09f63324bb08fe26ac6374cddbf4622a139e32353f1c1fd726" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PIR-0.1.1.zip", + "archiveFileName": "PIR-0.1.1.zip", + "size": 7551, + "checksum": "SHA-256:c318c064c085c85513580687dadbb72fb00598930b7e53316247449b8143b800" }, { - "name": "EthernetWebServer", - "version": "1.0.11", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "PIR", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PIR library for Arduino.", + "paragraph": "Supports up to 8 PIR sensors.", + "website": "https://github.com/RobTillaart/PIR", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/RobTillaart/PIR.git", + "providesIncludes": [ + "PIR.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.11.zip", - "archiveFileName": "EthernetWebServer-1.0.11.zip", - "size": 280309, - "checksum": "SHA-256:98df10021919cb48d07bdc5bf83c020e0dc4e34863b1234922ce2179d1e7281d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PIR-0.1.2.zip", + "archiveFileName": "PIR-0.1.2.zip", + "size": 9406, + "checksum": "SHA-256:83ffddf7d91be3444bfc646c6a1824d5f93984c1b428dcaad83c24fad9a0c4fb" }, { - "name": "EthernetWebServer", - "version": "1.0.12", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", - "category": "Communication", + "name": "PIR", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "PIR library for Arduino.", + "paragraph": "Supports up to 8 PIR sensors.", + "website": "https://github.com/RobTillaart/PIR", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "repository": "https://github.com/RobTillaart/PIR.git", "providesIncludes": [ - "EthernetWebServer.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "PIR.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.12.zip", - "archiveFileName": "EthernetWebServer-1.0.12.zip", - "size": 338110, - "checksum": "SHA-256:b01e021accfa9c521d36ad250292ff39432126c368a0f55085e9f53e2f418f5b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PIR-0.1.3.zip", + "archiveFileName": "PIR-0.1.3.zip", + "size": 9649, + "checksum": "SHA-256:7b2705911164d1749ace215d9d3fe364ce71806b018985fe84c524bb9ffebfdd" }, { - "name": "EthernetWebServer", - "version": "1.0.13", + "name": "WebServer_ESP32_SC_ENC", + "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using ENC28J60 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC.git", "providesIncludes": [ - "EthernetWebServer.h" + "WebServer_ESP32_SC_ENC.h", + "WebServer_ESP32_SC_ENC.hpp" ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.0.13.zip", - "archiveFileName": "EthernetWebServer-1.0.13.zip", - "size": 346921, - "checksum": "SHA-256:c2229046c0a346177587e8a4615afebf0b5cd99650d62ae47b9d7e29258ad201" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_ENC-1.0.0.zip", + "archiveFileName": "WebServer_ESP32_SC_ENC-1.0.0.zip", + "size": 567114, + "checksum": "SHA-256:0ec2f823cacbd50535e1f514f7b2bac3507aee22704dab8dee772d47f968fc3c" }, { - "name": "EthernetWebServer", + "name": "WebServer_ESP32_SC_ENC", "version": "1.1.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60", - "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using ENC28J60 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC.git", "providesIncludes": [ - "EthernetWebServer.h", - "EthernetHttpClient.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "WebServer_ESP32_SC_ENC.h", + "WebServer_ESP32_SC_ENC.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.1.0.zip", - "archiveFileName": "EthernetWebServer-1.1.0.zip", - "size": 475843, - "checksum": "SHA-256:a34176bf35f01ca19d4e6683d048c23e14b7f3e0ec404a57c43b03255840e15e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_ENC-1.1.0.zip", + "archiveFileName": "WebServer_ESP32_SC_ENC-1.1.0.zip", + "size": 944072, + "checksum": "SHA-256:8861b180b7eaee72858577da205e368c9a700c835662c46db604973726a69ced" }, { - "name": "EthernetWebServer", + "name": "WebServer_ESP32_SC_ENC", "version": "1.2.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", - "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32S2/S3/C3 boards using LwIP ENC28J60 Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client, supports WebServer serving from LittleFS/SPIFFS and is the base for many Async-related libraries", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC.git", "providesIncludes": [ - "EthernetWebServer.h", - "EthernetHttpClient.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "WebServer_ESP32_SC_ENC.h", + "WebServer_ESP32_SC_ENC.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.2.0.zip", - "archiveFileName": "EthernetWebServer-1.2.0.zip", - "size": 499548, - "checksum": "SHA-256:b4c0312913e6dfb13cdd92858b91bfce2808d4a2bdd9f55f44bad72881d9c86f" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_ENC-1.2.0.zip", + "archiveFileName": "WebServer_ESP32_SC_ENC-1.2.0.zip", + "size": 1175379, + "checksum": "SHA-256:3aae7430394c4d6d11c809cdf6a91370bb3643e25454a6506220bc0897b5c077" }, { - "name": "EthernetWebServer", + "name": "WebServer_ESP32_SC_ENC", "version": "1.2.1", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, ESP, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet", - "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (Atmel AVR-s, SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards, Realtek Ameba(RTL8195A,RTL8710)) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32S2/S3/C3 boards using LwIP ENC28J60 Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client, supports WebServer serving from LittleFS/SPIFFS and is the base for many Async-related libraries", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC", "category": "Communication", "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/khoih-prog/EthernetWebServer.git", - "providesIncludes": [ - "EthernetWebServer.h", - "EthernetHttpClient.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer-1.2.1.zip", - "archiveFileName": "EthernetWebServer-1.2.1.zip", - "size": 572104, - "checksum": "SHA-256:c263bb2a4fd1968423cb3be7f5a4a9f3c185f1c8949aba2ecfb604744f83a785" - }, - { - "name": "weatherLocation", - "version": "1.0.4", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Weather and Location Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/weatherLocation-Library", - "category": "Uncategorized", - "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/weatherLocation-Library.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_ENC.git", "providesIncludes": [ - "weatherLocation.h" - ], - "dependencies": [ - { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" - } + "WebServer_ESP32_SC_ENC.h", + "WebServer_ESP32_SC_ENC.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/weatherLocation-1.0.4.zip", - "archiveFileName": "weatherLocation-1.0.4.zip", - "size": 21442, - "checksum": "SHA-256:a57bfb82470f5a219eff36e49a7ab1611529ad3121040f31c07d4d3a08dabd3c" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_ENC-1.2.1.zip", + "archiveFileName": "WebServer_ESP32_SC_ENC-1.2.1.zip", + "size": 1176295, + "checksum": "SHA-256:bc52366fe5e71a08eeaed71b39e4ff570c5c02c30041643d64b83ea7cc721818" }, { - "name": "weatherLocation", - "version": "1.0.5", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Weather and Location Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/weatherLocation-Library", - "category": "Uncategorized", + "name": "ReefwingSBUS", + "version": "2.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "SBUS Library for the Nano 33 BLE and Portenta H7.", + "paragraph": "A Fork of the Bolder Flight Systems SBUS Library. Targets the Arduino Nano 33 BLE \u0026 Portenta H7 Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-SBUS.git", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/weatherLocation-Library.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-SBUS.git", "providesIncludes": [ - "weatherLocation.h" + "ReefwingSBUS.h" ], - "dependencies": [ - { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/weatherLocation-1.0.5.zip", - "archiveFileName": "weatherLocation-1.0.5.zip", - "size": 21485, - "checksum": "SHA-256:39b95e80ae5a969a3729fdd437b5a184fa7fec48cf385e22d7f8c7a5376338b9" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingSBUS-2.0.0.zip", + "archiveFileName": "ReefwingSBUS-2.0.0.zip", + "size": 14507, + "checksum": "SHA-256:51db446afd4e7e57c205cd3044abedb99f3bc0f08d570cf05b9c96eb4d1f46a5" }, { - "name": "Adafruit nRFCrypto", - "version": "0.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_nRF52_Arduino", - "category": "Data Processing", + "name": "ReefwingSBUS", + "version": "2.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "SBUS Library for the Nano 33 BLE.", + "paragraph": "A Fork of the Bolder Flight Systems SBUS Library. Targets the Arduino Nano 33 BLE \u0026 Portenta H7 Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-SBUS.git", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-SBUS.git", "providesIncludes": [ - "Adafruit_nRFCrypto.h" + "ReefwingSBUS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.1.zip", - "archiveFileName": "Adafruit_nRFCrypto-0.0.1.zip", - "size": 335715, - "checksum": "SHA-256:f16a842bf1286070f3a79fe9dd3d1eaf374ff2e5d483fc44ee5e23e2d1c8361d" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingSBUS-2.0.1.zip", + "archiveFileName": "ReefwingSBUS-2.0.1.zip", + "size": 14712, + "checksum": "SHA-256:361f7e1206b4fdc4459a6e0daf4524b472fb81d2dfee2dd4689caea654963365" }, { - "name": "Adafruit nRFCrypto", - "version": "0.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", - "paragraph": "Arduino Cryptography library using hardware-accelerated ARM CryptoCell CC310 on nRF52-based Adafruit Bluefruit LE modules", - "website": "https://github.com/adafruit/Adafruit_nRFCrypto", + "name": "ReefwingFilter", + "version": "2.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "A collection of filters \u0026 noise generators used in the Reefwing Flight Controller.", + "paragraph": "Includes Simple Moving Average, Exponential Moving Average, Complementary \u0026 Simple Kalman Filters.", + "website": "https://github.com/Reefwing-Software/Reefwing-Filter.git", "category": "Data Processing", "architectures": [ "*" @@ -303786,496 +762029,558 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_nRFCrypto.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-Filter.git", "providesIncludes": [ - "Adafruit_nRFCrypto.h" + "ReefwingFilter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_nRFCrypto-0.0.3.zip", - "archiveFileName": "Adafruit_nRFCrypto-0.0.3.zip", - "size": 336288, - "checksum": "SHA-256:8ee43985519b14b5e1653001c4feec90f282bc3f59c64d5b496aab9ba73c8a8c" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingFilter-2.0.0.zip", + "archiveFileName": "ReefwingFilter-2.0.0.zip", + "size": 19903, + "checksum": "SHA-256:0c81963da0ffd91e6411db7d9a13e7b15c00e38b8f1e0670f637c301a7b263b1" }, { - "name": "ESP8266_AT_WebServer", + "name": "AsyncESP32_SC_W5500_Manager", "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "sentence": "ESP32_S2/S3/C3 + LwIP W5500 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using AsyncDNSServer instead of DNSServer and correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager", "category": "Communication", "architectures": [ - "avr", - "teensy" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.0.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.0.zip", - "size": 100874, - "checksum": "SHA-256:2766f38e2749bf01b95349ee20c548ee1d9e5afa71ecef2b58529a6d925301cc" + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager.git", + "providesIncludes": [ + "AsyncESP32_SC_W5500_Manager.h", + "AsyncESP32_SC_W5500_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_W5500_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP32_SC_W5500_Manager-1.0.0.zip", + "size": 1194318, + "checksum": "SHA-256:006e62de074e4ee90385516fc4a66697598e5e23aecdb8f2f418eab4949fcb15" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.1", + "name": "AsyncESP32_SC_W5500_Manager", + "version": "1.1.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "sentence": "ESP32_S2/S3/C3 + LwIP W5500 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using AsyncDNSServer instead of DNSServer and correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager", "category": "Communication", "architectures": [ - "avr", - "teensy" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.1.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.1.zip", - "size": 100976, - "checksum": "SHA-256:46a9a057ced712971da3f44dfd6b495db9c092b5612cd327bbccb4c00c458c89" + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager.git", + "providesIncludes": [ + "AsyncESP32_SC_W5500_Manager.h", + "AsyncESP32_SC_W5500_Manager.hpp" + ], + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_W5500_Manager-1.1.0.zip", + "archiveFileName": "AsyncESP32_SC_W5500_Manager-1.1.0.zip", + "size": 1760516, + "checksum": "SHA-256:75f5b87ebe1cf4590c8ee44729341bd0928decbee974c225caa75ef925331b84" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAMD boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", - "category": "Communication", + "name": "ReefwingAHRS", + "version": "2.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Attitude and Heading Reference System (AHRS) used in the Reefwing Flight Controller.", + "paragraph": "Includes Madgwick, Mahony, and Complementary (Classic \u0026 Quaternion) Sensor Fusion. Targets the Arduino Nano 33 BLE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-AHRS.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.2.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.2.zip", - "size": 109683, - "checksum": "SHA-256:4c34522d4a777dd7144ca628ee700dc1383f13bffa2efedbc967a160ba8877df" + "repository": "https://github.com/Reefwing-Software/Reefwing-AHRS.git", + "providesIncludes": [ + "ReefwingAHRS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingAHRS-2.0.0.zip", + "archiveFileName": "ReefwingAHRS-2.0.0.zip", + "size": 1755559, + "checksum": "SHA-256:5b63b2d8958b7936f1c32f62f5dc71c7e02fed399a2d5a4b6bcc253500a0a009" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", - "category": "Communication", + "name": "ReefwingAHRS", + "version": "2.1.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Attitude and Heading Reference System (AHRS) used in the Reefwing Flight Controller.", + "paragraph": "Includes Madgwick, Mahony, and Complementary (Classic \u0026 Quaternion) Sensor Fusion. Targets the Arduino Nano 33 BLE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-AHRS.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-AHRS.git", + "providesIncludes": [ + "ReefwingAHRS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.3.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.3.zip", - "size": 114852, - "checksum": "SHA-256:f2527a392378abd90c3da2aab163e24b3ac887f4a9104f793e729c63905efb25" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingAHRS-2.1.0.zip", + "archiveFileName": "ReefwingAHRS-2.1.0.zip", + "size": 1759243, + "checksum": "SHA-256:4c7e5ffe0ff3b4fdffd52dcd8af33d2698bdf28d7fce53ab55d22ec5b84545e4" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", - "category": "Communication", + "name": "ReefwingAHRS", + "version": "2.2.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Attitude and Heading Reference System (AHRS) used in the Reefwing Flight Controller.", + "paragraph": "Includes Madgwick, Mahony, Kalman, and Complementary (Classic \u0026 Quaternion) Sensor Fusion. Targets the Arduino Nano 33 BLE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-AHRS.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-AHRS.git", + "providesIncludes": [ + "ReefwingAHRS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.4.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.4.zip", - "size": 120204, - "checksum": "SHA-256:2dcc11349dabc218b6f7080d46ea7bfbfb0d3bd714d78f3b86d99c266cee5be6" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingAHRS-2.2.0.zip", + "archiveFileName": "ReefwingAHRS-2.2.0.zip", + "size": 1754223, + "checksum": "SHA-256:e69c646b0e57b0c8afec38d3af85a110f586063b60141ba119629dc805d5b251" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.5", + "name": "AsyncESP32_SC_ENC_Manager", + "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD2. SAMD51, STM32 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "sentence": "ESP32_S2/S3/C3 + LwIP + LwIP ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP ENC28J60 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using AsyncDNSServer instead of DNSServer and correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager.git", + "providesIncludes": [ + "AsyncESP32_SC_ENC_Manager.h", + "AsyncESP32_SC_ENC_Manager.hpp" + ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.5.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.5.zip", - "size": 123066, - "checksum": "SHA-256:8934016e67d5c0132fc0316b0c605b7eb19ad1e648b7b186621473b70eb576c0" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_ENC_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP32_SC_ENC_Manager-1.0.0.zip", + "size": 990550, + "checksum": "SHA-256:7331826ad0146fc284ac93f4e71e04f790a5539fc94ab2db5aa6b204f39db079" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.6", + "name": "AsyncESP32_SC_ENC_Manager", + "version": "1.1.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD2. SAMD51, STM32, nRF52 boards running ESP8266 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "sentence": "ESP32_S2/S3/C3 + LwIP + LwIP ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP ENC28J60 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using AsyncDNSServer instead of DNSServer and correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager.git", + "providesIncludes": [ + "AsyncESP32_SC_ENC_Manager.h", + "AsyncESP32_SC_ENC_Manager.hpp" + ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.6.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.6.zip", - "size": 130837, - "checksum": "SHA-256:38f41afbf90149f932e7eed78d4abba951dfb7f516c30a5ae4a01189a827b4e3" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_ENC_Manager-1.1.0.zip", + "archiveFileName": "AsyncESP32_SC_ENC_Manager-1.1.0.zip", + "size": 1556739, + "checksum": "SHA-256:c8e956948a08bc7e0111252025fd664daf32964f058242c935d8fe039382f4c0" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.7", + "name": "AsyncESP32_SC_Ethernet_Manager", + "version": "1.0.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "sentence": "ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager.git", + "providesIncludes": [ + "AsyncESP32_SC_Ethernet_Manager.h", + "AsyncESP32_SC_Ethernet_Manager.hpp" + ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.7.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.7.zip", - "size": 151578, - "checksum": "SHA-256:369de9538c7d23de941dc1325af701b813dfded837e4c2ed5a76c703b6461e8f" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP32_SC_Ethernet_Manager-1.0.0.zip", + "size": 1338861, + "checksum": "SHA-256:3993ef9c69896e5f0a1cf5b755151974f05fa836cf372b90b2d22b9afae158c6" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.8", + "name": "AsyncESP32_SC_Ethernet_Manager", + "version": "1.0.1", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "sentence": "ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager.git", + "providesIncludes": [ + "AsyncESP32_SC_Ethernet_Manager.h", + "AsyncESP32_SC_Ethernet_Manager.hpp" + ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.8.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.8.zip", - "size": 2572290, - "checksum": "SHA-256:7ec67b12389d2ee3375cf127f0e09105a6aaf214f550ba318d2c39d9c10093a7" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager-1.0.1.zip", + "archiveFileName": "AsyncESP32_SC_Ethernet_Manager-1.0.1.zip", + "size": 1338881, + "checksum": "SHA-256:80ed6a8caf4031756c00fef4be2c4f910af30925f011411c63d58c72252ca1a1" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.9", + "name": "AsyncESP32_SC_Ethernet_Manager", + "version": "1.1.0", "author": "Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "sentence": "ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager.git", + "providesIncludes": [ + "AsyncESP32_SC_Ethernet_Manager.h", + "AsyncESP32_SC_Ethernet_Manager.hpp" + ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.9.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.9.zip", - "size": 2574194, - "checksum": "SHA-256:d66c17ac58b8b5734d316d59f2253a9ce2f1d806085849b1ed07e510ea3567f8" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager-1.1.0.zip", + "archiveFileName": "AsyncESP32_SC_Ethernet_Manager-1.1.0.zip", + "size": 1904510, + "checksum": "SHA-256:cf007de42a09156edaa13f6018f6f924cfeeca3a0aa1cc5f68a8064b937cf35c" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.10", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", - "category": "Communication", + "name": "debounce", + "version": "0.1.0", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "A library for button debouncing.", + "paragraph": "This library provides easy debouncing of button inputs and triggering of callback functions as buttons are pressed or released.", + "website": "https://github.com/kimballa/button-debounce.git", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/kimballa/button-debounce.git", + "providesIncludes": [ + "debounce.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.10.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.10.zip", - "size": 2654483, - "checksum": "SHA-256:c2f593e9fcad168264d8aa4c1bbcb3b62796fc8997a4f12ce6525570258d57c3" + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/debounce-0.1.0.zip", + "archiveFileName": "debounce-0.1.0.zip", + "size": 8385, + "checksum": "SHA-256:bbd31952a315fbddbebe171fb8d1b22697d2ca471c0a07d20daff4ed2c7944b2" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.11", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", - "category": "Communication", + "name": "unPhoneLibrary", + "version": "9.0.0", + "author": "Hamish Cunningham, Gareth Coleman, Jon Williamson, Mary Hewitt, others", + "maintainer": "Hamish Cunningham \u003chamish@gate.ac.uk\u003e", + "sentence": "An Arduino library for the unPhone.", + "paragraph": "The unPhone is an open Internet of Things electronics platform for educationalists, makers and developers based on the ESP32 and ESP32S3. The device makes rapid prototyping of IoT systems easy by providing pre-integrated UI, PMU, accelerometer, LoRa radio and etc., with an expansion capability conforming to Adafruit’s FeatherWing standard. Extensive documentation at https://iot.unphone.net and integration with the Arduino, Espressif and PlatformIO open source communities make getting up and running fast and lightweight.", + "website": "https://unphone.net", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", - "dependencies": [ - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.11.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.11.zip", - "size": 2667493, - "checksum": "SHA-256:fe04834bf1eb6f1de15a655c01452341d3f92aeec7145d2090e2d20b3e53683a" + "repository": "https://gitlab.com/hamishcunningham/unphonelibrary.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/hamishcunningham/unPhoneLibrary-9.0.0.zip", + "archiveFileName": "unPhoneLibrary-9.0.0.zip", + "size": 117648, + "checksum": "SHA-256:f63ce0e7533a89f7b545a606cfdf233420d5fecfa1d8d3c747226aec3f3b2a92" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.0.12", - "author": "Khoi Hoang", + "name": "AsyncWebServer_ESP32_SC_W5500", + "version": "1.6.3", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP W5500)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_SC_W5500.h" + ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.0.12.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.0.12.zip", - "size": 2708618, - "checksum": "SHA-256:4be50a8f30ee30aaa71ac54c974283d18add65a3368962148c4058c58ed5ef1c" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500-1.6.3.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_W5500-1.6.3.zip", + "size": 1068532, + "checksum": "SHA-256:2de655827227db877e618f0dbde2342efb2967cda66b8ab25b56b189a808542c" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.1.0", - "author": "Khoi Hoang", + "name": "AsyncWebServer_ESP32_SC_W5500", + "version": "1.7.0", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP W5500)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_SC_W5500.h" + ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.0.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.1.0.zip", - "size": 2768656, - "checksum": "SHA-256:24f5dbf81e357df803cf0271be06140f12b537c7121cbf2b0c8cae8a0ebb465f" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500-1.7.0.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_W5500-1.7.0.zip", + "size": 1500913, + "checksum": "SHA-256:778a286f10353859ab4726e5a58f47882b630a9de3d129b198e8ad37a67daed7" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.1.1", - "author": "Khoi Hoang", + "name": "AsyncWebServer_ESP32_SC_W5500", + "version": "1.8.0", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP W5500)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500.git", "providesIncludes": [ - "ESP8266_AT_WebServer.h", - "ESP8266_AT_Server.h", - "ESP8266_AT_Client.h", - "ESP8266_AT_Udp.h" + "AsyncWebServer_ESP32_SC_W5500.h" ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.1.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.1.1.zip", - "size": 2886966, - "checksum": "SHA-256:b6705b64c8221eafa20c1c16700ee65801d46965ff3d2921c479d8373b075467" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500-1.8.0.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_W5500-1.8.0.zip", + "size": 1786156, + "checksum": "SHA-256:a18e75d5f3396d5cbab07c0ff16879130ec2c3c534864fd88d1fc54d0c46429b" }, { - "name": "ESP8266_AT_WebServer", - "version": "1.1.2", - "author": "Khoi Hoang", + "name": "AsyncWebServer_ESP32_SC_W5500", + "version": "1.8.1", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 boards running ESP8266/ESP32 AT-command shields with functions similar to those of ESP8266/ESP32 WebServer libraries", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP8266_AT_WebServer", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP W5500)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP8266_AT_WebServer.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500.git", "providesIncludes": [ - "ESP8266_AT_WebServer.h", - "ESP8266_AT_Server.h", - "ESP8266_AT_Client.h", - "ESP8266_AT_Udp.h" + "AsyncWebServer_ESP32_SC_W5500.h" ], "dependencies": [ { - "name": "Functional-Vlpp" + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP8266_AT_WebServer-1.1.2.zip", - "archiveFileName": "ESP8266_AT_WebServer-1.1.2.zip", - "size": 2955227, - "checksum": "SHA-256:7c986a79d60259801528589f1f4186e99b3905b574b9417d1c6c23a347200d53" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500-1.8.1.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_W5500-1.8.1.zip", + "size": 1788576, + "checksum": "SHA-256:b893f6d873b7e712da40bca352830f5b045459f1774e3da72dc8c8bab9df8081" }, { - "name": "SparkFun STUSB4500", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", - "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", - "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", - "category": "Device Control", + "name": "AsyncWebServer_ESP32_SC_ENC", + "version": "1.6.3", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP ENC28J60)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP ENC28J60). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.0.0.zip", - "archiveFileName": "SparkFun_STUSB4500-1.0.0.zip", - "size": 18694, - "checksum": "SHA-256:5f01d13985d3e937f96c838e9ed618115ef09aa4a6cef6e10d906166fe8577ce" + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_SC_ENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC-1.6.3.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_ENC-1.6.3.zip", + "size": 905364, + "checksum": "SHA-256:4f22e0b5914ab747836b38539ecc8df689f259fc92c23954b7386d8c335c7d11" }, { - "name": "SparkFun STUSB4500", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library for the SparkFun Power Delivery Board - STUSB4500.", - "paragraph": "The library allows you to modify the settings for the STUSB4500 USB PD sink controller from STMicroelectronics.", - "website": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library", - "category": "Device Control", + "name": "AsyncWebServer_ESP32_SC_ENC", + "version": "1.7.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP ENC28J60)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP ENC28J60). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_STUSB4500_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STUSB4500-1.0.1.zip", - "archiveFileName": "SparkFun_STUSB4500-1.0.1.zip", - "size": 18495, - "checksum": "SHA-256:ad22e26ee96a453479001296d2b4ab708f11450c20b51f0689148fcec2561d96" + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC.git", + "providesIncludes": [ + "AsyncWebServer_ESP32_SC_ENC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC-1.7.0.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_ENC-1.7.0.zip", + "size": 1339126, + "checksum": "SHA-256:2fc9e2dca03ca427cfc98495514cf7ea5acce42c6618812fa543c4e73cff5b86" }, { - "name": "twilio-esp32-client", - "version": "0.1.0", - "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "sentence": "Library for sending and receiving SMS/MMS using Twilio.", - "paragraph": "Uses Twilio's paid API.", - "website": "https://github.com/ademuri/twilio-esp32-client", + "name": "AsyncWebServer_ESP32_SC_ENC", + "version": "1.8.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP ENC28J60)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP ENC28J60). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC", "category": "Communication", "architectures": [ "esp32" @@ -304283,23 +762588,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ademuri/twilio-esp32-client.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC.git", "providesIncludes": [ - "twilio.hpp" + "AsyncWebServer_ESP32_SC_ENC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/twilio_esp32_client-0.1.0.zip", - "archiveFileName": "twilio_esp32_client-0.1.0.zip", - "size": 12095, - "checksum": "SHA-256:877c2d46d106470b150150587642540c7fb73d5754fd21ddb3834aa2521cb1c8" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC-1.8.0.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_ENC-1.8.0.zip", + "size": 1626880, + "checksum": "SHA-256:0449337c2e1918d2b934287e2c642828355c1880eba2599194d2a863fd0bab05" }, { - "name": "TTN_M5Stack", - "version": "0.0.1", - "author": "Francois Riotte", - "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", - "sentence": "M5Stack Lorawan Module port of the Arduino TheThingsNetwork library.", - "paragraph": "Supports M5Stack with LoraWan Module", - "website": "https://github.com/rgot-org/TTN_M5Stack", + "name": "ESP32_SC_W5500_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32_S2/S3/C3 + LwIP W5500 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP32_SC_W5500_Manager", "category": "Communication", "architectures": [ "esp32" @@ -304307,24 +762613,33 @@ "types": [ "Contributed" ], - "repository": "https://github.com/rgot-org/TTN_M5Stack.git", + "repository": "https://github.com/khoih-prog/ESP32_SC_W5500_Manager.git", "providesIncludes": [ - "TTN_M5Stack.h", - "TTN_CayenneLPP.h" + "ESP32_SC_W5500_Manager.h", + "ESP32_SC_W5500_Manager.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_M5Stack-0.0.1.zip", - "archiveFileName": "TTN_M5Stack-0.0.1.zip", - "size": 10700, - "checksum": "SHA-256:c79bc35c76637c17499e10c013b0556bbeb17f07dd62eabbfe0c0d45e9f14bfb" + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_SC_W5500_Manager-1.0.0.zip", + "archiveFileName": "ESP32_SC_W5500_Manager-1.0.0.zip", + "size": 1189663, + "checksum": "SHA-256:13af7bd2f36474506117b255fbf283c3bf030ee90a4f530dcf58104aded95a22" }, { - "name": "TTN_M5Stack", - "version": "0.0.2", - "author": "Francois Riotte", - "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", - "sentence": "M5Stack Lorawan Module port of the Arduino TheThingsNetwork library.", - "paragraph": "Supports M5Stack with LoraWan Module", - "website": "https://github.com/rgot-org/TTN_M5Stack", + "name": "ESP32_SC_ENC_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32_S2/S3/C3 + LwIP ENC28J60 Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP ENC28J60 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP32_SC_ENC_Manager", "category": "Communication", "architectures": [ "esp32" @@ -304332,24 +762647,33 @@ "types": [ "Contributed" ], - "repository": "https://github.com/rgot-org/TTN_M5Stack.git", + "repository": "https://github.com/khoih-prog/ESP32_SC_ENC_Manager.git", "providesIncludes": [ - "TTN_M5Stack.h", - "TTN_CayenneLPP.h" + "ESP32_SC_ENC_Manager.h", + "ESP32_SC_ENC_Manager.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_M5Stack-0.0.2.zip", - "archiveFileName": "TTN_M5Stack-0.0.2.zip", - "size": 10702, - "checksum": "SHA-256:fd3617e0ea944708dc8349b56a6f94641cb51b6a672f6e0ca79b5dfc13817cc3" + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_SC_ENC_Manager-1.0.0.zip", + "archiveFileName": "ESP32_SC_ENC_Manager-1.0.0.zip", + "size": 1019773, + "checksum": "SHA-256:32553f2fdbf11f03b02461e1033aa16c10f8aa6238bd2bf24b35ae77133f6eb9" }, { - "name": "TTN_esp32", - "version": "0.0.1", - "author": "Francois Riotte", - "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", - "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", - "paragraph": "Supports Heltec Wifi Lora 32 board", - "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "name": "ESP32_SC_Ethernet_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "(ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60) Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring (ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60) Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using correct ESP32 chipID", + "website": "https://github.com/khoih-prog/ESP32_SC_Ethernet_Manager", "category": "Communication", "architectures": [ "esp32" @@ -304357,49 +762681,78 @@ "types": [ "Contributed" ], - "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "repository": "https://github.com/khoih-prog/ESP32_SC_Ethernet_Manager.git", "providesIncludes": [ - "TTN_esp32.h", - "TTN_CayenneLPP.h" + "ESP32_SC_Ethernet_Manager.h", + "ESP32_SC_Ethernet_Manager.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.1.zip", - "archiveFileName": "TTN_esp32-0.0.1.zip", - "size": 257527, - "checksum": "SHA-256:baff075af4bd7160609266bb4b8f40e6fa99d8603b89222a8dacf5847bd565f2" + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_SC_Ethernet_Manager-1.0.0.zip", + "archiveFileName": "ESP32_SC_Ethernet_Manager-1.0.0.zip", + "size": 1335846, + "checksum": "SHA-256:6f4bf14e363a3f24528606bd8486269176d6bfd5e9e1ff47a07169cb52fc8e6e" }, { - "name": "TTN_esp32", - "version": "0.0.2", - "author": "Francois Riotte", - "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", - "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", - "paragraph": "Supports Heltec Wifi Lora 32 board", - "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", - "category": "Communication", + "name": "ProtoCentral TLA20xx", + "version": "1.0.0", + "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", + "sentence": "Library for the ProtoCentral TI TLA2021/TLA2022/TLA2024 breakout board.", + "paragraph": "TI 20xx 1 or 4 channel 12-bit Delta-sigma ADC. Support for ProtoCentral tinyADC and tinyGSR.", + "website": "https://github.com/Protocentral/protocentral_tla20XX_arduino", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "repository": "https://github.com/Protocentral/protocentral_tla20XX_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_TLA20xx-1.0.0.zip", + "archiveFileName": "ProtoCentral_TLA20xx-1.0.0.zip", + "size": 11433, + "checksum": "SHA-256:1606fd3ba68bff5b2b899cfe7591e324f15ff44a04502a40e80dc7c9d34c0628" + }, + { + "name": "Arduino_HS300x", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Allows you to read the temperature and humidity sensors of your Nano 33 BLE Sense R2.", + "website": "http://github.com/arduino-libraries/Arduino_HS300x", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_HS300x.git", "providesIncludes": [ - "TTN_esp32.h", - "TTN_CayenneLPP.h" + "Arduino_HS300x.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.2.zip", - "archiveFileName": "TTN_esp32-0.0.2.zip", - "size": 257527, - "checksum": "SHA-256:8053995ddea3cc58e497591f71d2a6a802c759870bdfac9d20409f5fe2e264c9" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_HS300x-1.0.0.zip", + "archiveFileName": "Arduino_HS300x-1.0.0.zip", + "size": 7232, + "checksum": "SHA-256:2c082a8e9e0917f3c389fa235b2b44c2e13c0e14e349d14f675b89d0f1a4c8dd" }, { - "name": "TTN_esp32", - "version": "0.0.4", - "author": "Francois Riotte", - "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", - "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", - "paragraph": "Supports Heltec Wifi Lora 32 board", - "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "name": "joystick_module", + "version": "1.0.0", + "author": "worawit sayned(https://github.com/BinaryBearzz)", + "maintainer": "worawit sayned(https://github.com/BinaryBearzz)", + "sentence": "Provide function to using joystick module", + "website": "https://github.com/BinaryBearzz/JoyStickModule", "category": "Communication", "architectures": [ "esp32" @@ -304407,24 +762760,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "repository": "https://github.com/BinaryBearzz/JoyStickModule.git", "providesIncludes": [ - "TTN_esp32.h", - "TTN_CayenneLPP.h" + "Joystick.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.0.4.zip", - "archiveFileName": "TTN_esp32-0.0.4.zip", - "size": 223972, - "checksum": "SHA-256:cdeb0f8f16c91ceefe8c9232e509d3f7fac3f8b0bcc1773028f2c90842cb9e73" + "url": "https://downloads.arduino.cc/libraries/github.com/BinaryBearzz/joystick_module-1.0.0.zip", + "archiveFileName": "joystick_module-1.0.0.zip", + "size": 504907, + "checksum": "SHA-256:fec3163a71ba5c973667240121188e02770645edf09c10ee13e6e9b2e9aa6f4c" }, { - "name": "TTN_esp32", - "version": "0.1.0", - "author": "Francois Riotte", - "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", - "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", - "paragraph": "Supports Heltec Wifi Lora 32 boards", - "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "name": "AsyncHTTPRequest_ESP32_Ethernet", + "version": "1.12.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720.", + "paragraph": "This AsyncHTTPRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet", "category": "Communication", "architectures": [ "esp32" @@ -304432,24 +762785,42 @@ "types": [ "Contributed" ], - "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet.git", "providesIncludes": [ - "TTN_esp32.h", - "TTN_CayenneLPP.h" + "AsyncHTTPRequest_ESP32_Ethernet.h", + "AsyncHTTPRequest_ESP32_Ethernet.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.0.zip", - "archiveFileName": "TTN_esp32-0.1.0.zip", - "size": 228219, - "checksum": "SHA-256:a4003cae9ae19e743d5b5a336f0f8275288637a5d4691f526e73bbbf9d0608e2" + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet-1.12.0.zip", + "archiveFileName": "AsyncHTTPRequest_ESP32_Ethernet-1.12.0.zip", + "size": 842970, + "checksum": "SHA-256:3005a1033e2f7917abfa80f9af99ff2c267a22103576e051dd4860828b2cc616" }, { - "name": "TTN_esp32", - "version": "0.1.1", - "author": "Francois Riotte", - "maintainer": "Francois Riotte \u003cesc@rgot.org\u003e", - "sentence": "ESP 32 port of the Arduino TheThingsNetwork library.", - "paragraph": "Supports Heltec Wifi Lora 32 boards", - "website": "https://github.com/rgot-org/TheThingsNetwork_esp32", + "name": "AsyncHTTPRequest_ESP32_Ethernet", + "version": "1.13.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720.", + "paragraph": "This AsyncHTTPRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet", "category": "Communication", "architectures": [ "esp32" @@ -304457,1368 +762828,1696 @@ "types": [ "Contributed" ], - "repository": "https://github.com/rgot-org/TheThingsNetwork_esp32.git", + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet.git", "providesIncludes": [ - "TTN_esp32.h", - "TTN_CayenneLPP.h" + "AsyncHTTPRequest_ESP32_Ethernet.h", + "AsyncHTTPRequest_ESP32_Ethernet.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rgot-org/TTN_esp32-0.1.1.zip", - "archiveFileName": "TTN_esp32-0.1.1.zip", - "size": 228248, - "checksum": "SHA-256:7af81df2a4425fb2397aa5da91b67615c6dffadc35240425fcfde2c3197a7640" + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet-1.13.0.zip", + "archiveFileName": "AsyncHTTPRequest_ESP32_Ethernet-1.13.0.zip", + "size": 1408662, + "checksum": "SHA-256:f7fe18db6a9ac11deeccef798d2619ed47f8c8945ba532fb5c11167bac7f7f18" }, { - "name": "Arduino_MKRMEM", - "version": "1.0.0", - "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", - "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", - "sentence": "SPIFFS on W25Q16DV for Arduino MKRMEM Shield.", - "paragraph": "Arduino library for the W25Q16DV flash on the MKR MEM shield utilizing the SPIFFS flash file system.", - "website": "https://github.com/arduino-libraries/Arduino_MKRMEM", + "name": "AsyncHTTPRequest_ESP32_Ethernet", + "version": "1.14.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720.", + "paragraph": "This AsyncHTTPRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet", "category": "Communication", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRMEM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRMEM-1.0.0.zip", - "archiveFileName": "Arduino_MKRMEM-1.0.0.zip", - "size": 81647, - "checksum": "SHA-256:e49dc4c62c92d44a551a9709412ec35ff2e91d2b235b2d847b7b3a384d4eb35b" + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncHTTPRequest_ESP32_Ethernet.h", + "AsyncHTTPRequest_ESP32_Ethernet.hpp" + ], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "WebServer_ESP32_SC_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet-1.14.0.zip", + "archiveFileName": "AsyncHTTPRequest_ESP32_Ethernet-1.14.0.zip", + "size": 1545203, + "checksum": "SHA-256:da13d3bc28a7f7cc0d98af5751d3aecbb7e4e21416bfbb46277df027359f11fc" }, { - "name": "Arduino_MKRMEM", - "version": "1.1.0", - "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", - "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", - "sentence": "SPIFFS on W25Q16DV for Arduino MKRMEM Shield.", - "paragraph": "Arduino library for the W25Q16DV flash on the MKR MEM shield utilizing the SPIFFS flash file system.", - "website": "https://github.com/arduino-libraries/Arduino_MKRMEM", + "name": "AsyncHTTPRequest_ESP32_Ethernet", + "version": "1.15.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720.", + "paragraph": "This AsyncHTTPRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet", "category": "Communication", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRMEM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRMEM-1.1.0.zip", - "archiveFileName": "Arduino_MKRMEM-1.1.0.zip", - "size": 81970, - "checksum": "SHA-256:0ccc3c72bb2bccf7b32f0c060845301f618dada4f8918fa4b8820f9793dfbec3" + "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncHTTPRequest_ESP32_Ethernet.h", + "AsyncHTTPRequest_ESP32_Ethernet.hpp" + ], + "dependencies": [ + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "WebServer_ESP32_SC_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet-1.15.0.zip", + "archiveFileName": "AsyncHTTPRequest_ESP32_Ethernet-1.15.0.zip", + "size": 1545780, + "checksum": "SHA-256:457ecd816ec7fec4ac6e543d2d5c8152802109a8564582de5dc5ff42c9142600" }, { - "name": "Gravity Soil Moisture Sensor", - "version": "1.0.0", - "author": "Mihai Dinculescu \u003cmihai.dinculescu@outlook.com\u003e", - "maintainer": "Mihai Dinculescu \u003cmihai.dinculescu@outlook.com\u003e", + "name": "AsyncMQTT_ESP32", + "version": "1.8.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Arduino Library for DfRobot Gravity Analog Capacitive Soil Moisture Sensor.", - "paragraph": "The library supports ✔ moisture value (compared to the raw value that represents dryness) ✔ multi-sampling ✔ slight delay between samples ✔ protection against invalid values (valid values are between 1 and 3500).", - "website": "https://github.com/mihai-dinculescu/arduino-gravity-soil-moisture-sensor", - "category": "Uncategorized", + "sentence": "Arduino Library for ESP32/S2/S3/C3 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720. Supporting TLS/SSL for MQTTS Client", + "website": "https://github.com/khoih-prog/AsyncMQTT_ESP32", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mihai-dinculescu/arduino-gravity-soil-moisture-sensor.git", + "repository": "https://github.com/khoih-prog/AsyncMQTT_ESP32.git", "providesIncludes": [ - "gravity_soil_moisture_sensor.h" + "AsyncMQTT_ESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mihai-dinculescu/Gravity_Soil_Moisture_Sensor-1.0.0.zip", - "archiveFileName": "Gravity_Soil_Moisture_Sensor-1.0.0.zip", - "size": 6305, - "checksum": "SHA-256:ffdb624a95cad2da0c314356e8e140f899032985c69ca1b6c32760ccd014df6c" + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_ESP32-1.8.0.zip", + "archiveFileName": "AsyncMQTT_ESP32-1.8.0.zip", + "size": 869729, + "checksum": "SHA-256:b5d86ee7ae938d7eb5d1cd6186cd55fa4e5c0a9e7f5421d821f00481a77bec83" }, { - "name": "hp_BH1750", - "version": "1.0.0", - "author": "Stefan Armborst", - "maintainer": "Stefan Armborst", - "sentence": "Digital light sensor breakout boards containing the BH1750FVI IC", - "paragraph": "high performance non-blocking BH1750 library", - "website": "https://github.com/Starmbi/hp_BH1750", - "category": "Sensors", + "name": "AsyncMQTT_ESP32", + "version": "1.9.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP32/S2/S3/C3 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720. Supporting TLS/SSL for MQTTS Client", + "website": "https://github.com/khoih-prog/AsyncMQTT_ESP32", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Starmbi/hp_BH1750.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Starmbi/hp_BH1750-1.0.0.zip", - "archiveFileName": "hp_BH1750-1.0.0.zip", - "size": 24676, - "checksum": "SHA-256:c9e383e45c0f075764753a70aafaa6daf838d274278306289df1cb8dff4e8f1f" + "repository": "https://github.com/khoih-prog/AsyncMQTT_ESP32.git", + "providesIncludes": [ + "AsyncMQTT_ESP32.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_ESP32-1.9.0.zip", + "archiveFileName": "AsyncMQTT_ESP32-1.9.0.zip", + "size": 1435723, + "checksum": "SHA-256:4cbfd072e03a294115e4caadf357c3ccce270dcd8524643b38577b2e23eebda3" }, { - "name": "ESP32-targz", - "version": "0.0.1", - "author": "tobozo", - "maintainer": "tobozo@noreply.github.com", - "sentence": "tar.gz archive unpacker", - "paragraph": "Got 36KB ram to waste and a bunch of tar.gz files to unpack ?", - "website": "https://github.com/tobozo/ESP32-targz/", - "category": "Data Processing", + "name": "AsyncMQTT_ESP32", + "version": "1.10.0", + "author": "Marvin ROGER,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "Arduino Library for ESP32/S2/S3/C3 asynchronous MQTT client implementation", + "paragraph": "This library, ported to support ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720. Supporting TLS/SSL for MQTTS Client", + "website": "https://github.com/khoih-prog/AsyncMQTT_ESP32", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-targz.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.0.1.zip", - "archiveFileName": "ESP32_targz-0.0.1.zip", - "size": 1767353, - "checksum": "SHA-256:e0f10007d2b09420fbce9a7542aaf9cfefb7968ea6f0bd25f596dd1d13baba5a" + "repository": "https://github.com/khoih-prog/AsyncMQTT_ESP32.git", + "providesIncludes": [ + "AsyncMQTT_ESP32.h" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "WebServer_ESP32_SC_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncMQTT_ESP32-1.10.0.zip", + "archiveFileName": "AsyncMQTT_ESP32-1.10.0.zip", + "size": 1572268, + "checksum": "SHA-256:ea9de6154adb205c23d89970e92d2d4e5bbb0f1e2cac39c2f6a894c73ac837b1" }, { - "name": "ESP32-targz", - "version": "0.1.0", - "author": "tobozo \u003ctobozo@noreply.github.com\u003e", - "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", - "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", - "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", - "website": "https://github.com/tobozo/ESP32-targz/", - "category": "Data Processing", + "name": "AsyncHTTPSRequest_ESP32_Ethernet", + "version": "2.4.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720.", + "paragraph": "This AsyncHTTPSRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet", + "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-targz.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.0.zip", - "archiveFileName": "ESP32_targz-0.1.0.zip", - "size": 1669154, - "checksum": "SHA-256:5af5ec6ded3397d034ee3b1f8c6301dd257934e3742e89dccf0617eed6ad7c1a" + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncHTTPSRequest_ESP32_Ethernet.h", + "AsyncHTTPSRequest_ESP32_Ethernet.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet-2.4.0.zip", + "archiveFileName": "AsyncHTTPSRequest_ESP32_Ethernet-2.4.0.zip", + "size": 824046, + "checksum": "SHA-256:e9e6ff91c912072486d56c4945c470458e9bf5afa690f7f5e134ad88afd6face" }, { - "name": "ESP32-targz", - "version": "0.1.1", - "author": "tobozo \u003ctobozo@noreply.github.com\u003e", - "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", - "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", - "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", - "website": "https://github.com/tobozo/ESP32-targz/", - "category": "Data Processing", + "name": "AsyncHTTPSRequest_ESP32_Ethernet", + "version": "2.5.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720.", + "paragraph": "This AsyncHTTPSRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet", + "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-targz.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.1.zip", - "archiveFileName": "ESP32_targz-0.1.1.zip", - "size": 1669980, - "checksum": "SHA-256:61961d7c53b9dc5b57baf5d39603e6bc7b0ee8b8d5b4574483cfa37c7b3fc450" + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncHTTPSRequest_ESP32_Ethernet.h", + "AsyncHTTPSRequest_ESP32_Ethernet.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet-2.5.0.zip", + "archiveFileName": "AsyncHTTPSRequest_ESP32_Ethernet-2.5.0.zip", + "size": 1389905, + "checksum": "SHA-256:06b146e7e56ea6ded7cb2020d747ef11ab6bdab057fc34144c92e3f521d699a5" }, { - "name": "ESP32-targz", - "version": "0.1.2", - "author": "tobozo \u003ctobozo@noreply.github.com\u003e", - "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", - "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", - "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", - "website": "https://github.com/tobozo/ESP32-targz/", - "category": "Data Processing", + "name": "AsyncHTTPSRequest_ESP32_Ethernet", + "version": "2.6.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720.", + "paragraph": "This AsyncHTTPSRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet", + "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-targz.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.1.2.zip", - "archiveFileName": "ESP32_targz-0.1.2.zip", - "size": 1670107, - "checksum": "SHA-256:e6a83d6350fb9e3d42ca6f546e35da240969d6d5737350ed13ee819191003ae2" + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncHTTPSRequest_ESP32_Ethernet.h", + "AsyncHTTPSRequest_ESP32_Ethernet.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "WebServer_ESP32_SC_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet-2.6.0.zip", + "archiveFileName": "AsyncHTTPSRequest_ESP32_Ethernet-2.6.0.zip", + "size": 1518109, + "checksum": "SHA-256:1d5da26cdc58cef6b4d2a536884f72d8b53f7ea895d49dfd78f69568a9e1dda0" }, { - "name": "ESP32-targz", - "version": "0.2.0", - "author": "tobozo \u003ctobozo@noreply.github.com\u003e", - "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", - "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", - "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", - "website": "https://github.com/tobozo/ESP32-targz/", - "category": "Data Processing", + "name": "AsyncHTTPSRequest_ESP32_Ethernet", + "version": "2.7.0", + "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720.", + "paragraph": "This AsyncHTTPSRequest_ESP32_Ethernet Library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500, W6100 or LAN8720", + "website": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet", + "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-targz.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.2.0.zip", - "archiveFileName": "ESP32_targz-0.2.0.zip", - "size": 1670852, - "checksum": "SHA-256:2775e7ec565ca2cb3dfcd6e2a3ddf4a48a64f76b06c9ab1b28986180bf252447" + "repository": "https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncHTTPSRequest_ESP32_Ethernet.h", + "AsyncHTTPSRequest_ESP32_Ethernet.hpp" + ], + "dependencies": [ + { + "name": "AsyncTCP_SSL" + }, + { + "name": "WebServer_WT32_ETH01" + }, + { + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "WebServer_ESP32_SC_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet-2.7.0.zip", + "archiveFileName": "AsyncHTTPSRequest_ESP32_Ethernet-2.7.0.zip", + "size": 1518798, + "checksum": "SHA-256:d8fb8a71a73f1d9c70605ea2f5dc18df3e8c79b84e09e0ea9a403069749ec353" }, { - "name": "ESP32-targz", - "version": "0.2.1", - "author": "tobozo \u003ctobozo@noreply.github.com\u003e", - "maintainer": "tobozo \u003ctobozo@noreply.github.com\u003e", - "sentence": "A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266", - "paragraph": "ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram.", - "website": "https://github.com/tobozo/ESP32-targz/", - "category": "Data Processing", + "name": "FlowSensor", + "version": "1.0.0", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "FlowSensor library for Arduino", + "paragraph": "Water Flow Rate, Water Volume, YF-S201", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tobozo/ESP32-targz.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tobozo/ESP32_targz-0.2.1.zip", - "archiveFileName": "ESP32_targz-0.2.1.zip", - "size": 2244098, - "checksum": "SHA-256:3fdc88ee5949866cdd96853297efc5b3b2cfad776f75bb0c8aa55a695257cbfb" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.0.0.zip", + "archiveFileName": "FlowSensor-1.0.0.zip", + "size": 7421, + "checksum": "SHA-256:c64d13c80149dc8c2e347cbd550c24c1f14f9bbc3aafc8ccb030a907e4a280d6" }, { - "name": "Functional-Vlpp", + "name": "FlowSensor", "version": "1.0.1", - "author": "Vlpp", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Provides function templates to better support C++ functional programming across platforms.", - "paragraph": "Provides common C++ construction, including string operation / generic container / linq, function templates to better support C++ functional programming across platforms", - "website": "https://github.com/khoih-prog/functional-vlpp", - "category": "Other", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "FlowSensor library for Arduino", + "paragraph": "Water Flow Rate, Water Volume, YF-S201", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/functional-vlpp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Functional_Vlpp-1.0.1.zip", - "archiveFileName": "Functional_Vlpp-1.0.1.zip", - "size": 15474, - "checksum": "SHA-256:24d30095504e3c4d60f41ffe4459748a10606937504fc45f8c3a847cba50be5e" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.0.1.zip", + "archiveFileName": "FlowSensor-1.0.1.zip", + "size": 7415, + "checksum": "SHA-256:7cccb436e13ad2494914f1fc9b3a422e7c6448621ba9863343444f0153186b28" }, { - "name": "TeensyTimerTool", - "version": "0.0.1", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic interface to T4.0 timers", - "paragraph": "This library provides a generic interface to the timers of a Teensy 4.0. Will be extended to other Teensy models later", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "FlowSensor", + "version": "1.0.2", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "FlowSensor library for Arduino", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.0.1.zip", - "archiveFileName": "TeensyTimerTool-0.0.1.zip", - "size": 90714, - "checksum": "SHA-256:ad9c2514037d2bae467bdba203ee18626d953977c481871a96e02c770c8a272e" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.0.2.zip", + "archiveFileName": "FlowSensor-1.0.2.zip", + "size": 7846, + "checksum": "SHA-256:c701c43daa8376107bdb9ae8867c1b1fb80ba922f6133840583772aed80e02dd" }, { - "name": "TeensyTimerTool", - "version": "0.1.1", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "FlowSensor", + "version": "1.1.0", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "FlowSensor library for Arduino", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.1.zip", - "archiveFileName": "TeensyTimerTool-0.1.1.zip", - "size": 91122, - "checksum": "SHA-256:a7bdc5ee189400c8d21d368df8c601bee9dc6816dd2d2fc0c0249ba81c632af0" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.1.0.zip", + "archiveFileName": "FlowSensor-1.1.0.zip", + "size": 8083, + "checksum": "SHA-256:13bf50f5d9eff70b0d3aa87070cf69859ec8db31a182ad43f0666a19794d39f5" }, { - "name": "TeensyTimerTool", - "version": "0.1.2", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "FlowSensor", + "version": "1.1.1", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "FlowSensor library for Arduino", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.2.zip", - "archiveFileName": "TeensyTimerTool-0.1.2.zip", - "size": 91122, - "checksum": "SHA-256:b8c4e2343c0e8d22d43338a1ee0c600cf0b8b4f290ce0fed865f48daf64c3acb" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.1.1.zip", + "archiveFileName": "FlowSensor-1.1.1.zip", + "size": 8110, + "checksum": "SHA-256:40b51d5d8c13bfb8ef3e2dee06403d74b2c617b34e364d22950ada59c991b1a9" }, { - "name": "TeensyTimerTool", - "version": "0.1.3", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "FlowSensor", + "version": "1.2.0", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "FlowSensor library for Arduino", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.3.zip", - "archiveFileName": "TeensyTimerTool-0.1.3.zip", - "size": 85061, - "checksum": "SHA-256:2e5b9e36a73dc9e2be61fcf94bd6d8083ac5547ac99ee1f8806daa4ce931a1c0" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.2.0.zip", + "archiveFileName": "FlowSensor-1.2.0.zip", + "size": 8256, + "checksum": "SHA-256:6901285e2e2fa401d41fd9e322b15ad25d52a2770947346a0fe6e5126706c69e" }, { - "name": "TeensyTimerTool", - "version": "0.1.5", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "FlowSensor", + "version": "1.3.0", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Flow Sensor library for Arduino.", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.5.zip", - "archiveFileName": "TeensyTimerTool-0.1.5.zip", - "size": 85144, - "checksum": "SHA-256:db8679cc040362f57670a6f0aba3c005b5a797b6cc15a08db512555610c99b44" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.3.0.zip", + "archiveFileName": "FlowSensor-1.3.0.zip", + "size": 13765, + "checksum": "SHA-256:2962504a476626f28c6c914e9e152bec70f0937e6cc1ca908f94f8a10f17fa95" }, { - "name": "TeensyTimerTool", - "version": "0.1.7", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "FlowSensor", + "version": "1.3.1", + "author": "hafidhh", + "maintainer": "hafidhh \u003chafidhhidayat@hotmail.com\u003e", + "sentence": "Flow Sensor library for Arduino.", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/hafidhh/FlowSensor-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.7.zip", - "archiveFileName": "TeensyTimerTool-0.1.7.zip", - "size": 88481, - "checksum": "SHA-256:9c767dd8ca80649095c4e4e12ab046bd2d4397d975edb0530e82e6640d5b2a04" + "repository": "https://github.com/hafidhh/FlowSensor-Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hafidhh/FlowSensor-1.3.1.zip", + "archiveFileName": "FlowSensor-1.3.1.zip", + "size": 13822, + "checksum": "SHA-256:f5d3491fd919795ea2548df1790a0f02c4dba557387583d115b0c5f2231cacc1" }, { - "name": "TeensyTimerTool", - "version": "0.1.8", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "Rdebug", + "version": "0.1.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library provides a unique form of debugging.", + "paragraph": "The Rdebug library defines different debug levels, as in many similar debugging frameworks. Turn these On and Off statements at will. The debugging library is an adaption of Ralph S Bacons original code.", + "website": "https://github.com/berrak/Rdebug", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", + "repository": "https://github.com/berrak/Rdebug.git", "providesIncludes": [ - "TeensyTimerTool.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.8.zip", - "archiveFileName": "TeensyTimerTool-0.1.8.zip", - "size": 88551, - "checksum": "SHA-256:e95c177e8201b09d7fdf0bbde70182850a2aff6f171aad4d66c81c6fbdf58ce3" - }, - { - "name": "TeensyTimerTool", - "version": "0.1.9", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "Rdebug.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/Rdebug-0.1.0.zip", + "archiveFileName": "Rdebug-0.1.0.zip", + "size": 72234, + "checksum": "SHA-256:65abde86e5db55142a06c3ad26f3c5d85ed50c8c4e4bd5d2c590f99f36cbf344" + }, + { + "name": "Rdebug", + "version": "0.2.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library provides a unique form of debugging.", + "paragraph": "The Rdebug library defines different debug levels (OFF, ON, DEBUG, INFO, WARN, and ERROR), as in many similar debugging frameworks. Turn these statements On and Off with a #define. It only takes a few minutes to grasp how to use it, and the debugging statements are super-fast since it is based only on macros.", + "website": "https://github.com/berrak/Rdebug", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", + "repository": "https://github.com/berrak/Rdebug.git", "providesIncludes": [ - "TeensyTimerTool.h" + "Rdebug.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.9.zip", - "archiveFileName": "TeensyTimerTool-0.1.9.zip", - "size": 92527, - "checksum": "SHA-256:a664b1b2d4898b0bd157e257fb00d054a5a7cc6bb912df03b8099f86470998f8" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/Rdebug-0.2.0.zip", + "archiveFileName": "Rdebug-0.2.0.zip", + "size": 72354, + "checksum": "SHA-256:14df5c77fd671ae9ea8f7e395c656bce1b037e38bb22f0b811364315efd528bf" }, { - "name": "TeensyTimerTool", - "version": "0.1.10", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "Rdebug", + "version": "0.3.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library provides a unique form of debugging.", + "paragraph": "The Rdebug library defines different debug levels (OFF, ON, DEBUG, INFO, WARN, and ERROR), as in many similar debugging frameworks. Turn these statements On and Off with a #define. It only takes a few minutes to grasp how to use it, and the debugging statements are super-fast since it is based only on macros.", + "website": "https://github.com/berrak/Rdebug", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", + "repository": "https://github.com/berrak/Rdebug.git", "providesIncludes": [ - "TeensyTimerTool.h" + "Rdebug.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.10.zip", - "archiveFileName": "TeensyTimerTool-0.1.10.zip", - "size": 92687, - "checksum": "SHA-256:21847cddca03f8831ca1ad6785cfee0a755429f0ceaac6b70987f627c31ce484" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/Rdebug-0.3.0.zip", + "archiveFileName": "Rdebug-0.3.0.zip", + "size": 72380, + "checksum": "SHA-256:a2cd216a1b1f435dd0b72d0ead4f54a00670b5fb09259c2895a36e28df11cc44" }, { - "name": "TeensyTimerTool", - "version": "0.1.11", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "osap", + "version": "0.0.1", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" + "repository": "https://github.com/jakeread/osap-arduino.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.11.zip", - "archiveFileName": "TeensyTimerTool-0.1.11.zip", - "size": 93326, - "checksum": "SHA-256:501f973fac991efcaae9983f5b6967285107befbd39ac4d98cd0d9cddc4ec503" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.0.1.zip", + "archiveFileName": "osap-0.0.1.zip", + "size": 41045, + "checksum": "SHA-256:644a08c33d3165bb2ba5bc130066be9f586fa28bfadb3dbe20d50aa332075f3e" }, { - "name": "TeensyTimerTool", - "version": "0.1.12", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "osap", + "version": "0.0.2", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" + "repository": "https://github.com/jakeread/osap-arduino.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.1.12.zip", - "archiveFileName": "TeensyTimerTool-0.1.12.zip", - "size": 94568, - "checksum": "SHA-256:3397879d6445de583b50c258457e8b6872a092ba683c03f33eeb1a0b55f024fb" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.0.2.zip", + "archiveFileName": "osap-0.0.2.zip", + "size": 47616, + "checksum": "SHA-256:8f8f2811994282b7321ba46e01f196e0c28192ca8df04291a901694d35cd8051" }, { - "name": "TeensyTimerTool", + "name": "osap", "version": "0.2.1", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" + "repository": "https://github.com/jakeread/osap-arduino.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.2.1.zip", - "archiveFileName": "TeensyTimerTool-0.2.1.zip", - "size": 97987, - "checksum": "SHA-256:6fb8982c5b00bfa1642b1c9b3d727b68bb67c38c4c3642de69eb5ffbb171f5c2" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.2.1.zip", + "archiveFileName": "osap-0.2.1.zip", + "size": 47511, + "checksum": "SHA-256:3d60eb9bd91efbf592e3f9645fb3766f51ccb967f9c5e206f31574cc747f743d" }, { - "name": "TeensyTimerTool", - "version": "0.3.2", - "author": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "maintainer": "Lutz Niggl \u003clutz.niggl@lunoptics.com\u003e", - "sentence": "Generic Interface to Teensy Timers", - "paragraph": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers (FTM, GPT, QUAD, PIT) of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.", - "website": "https://github.com/luni64/TeensyTimerTool", - "category": "Timing", + "name": "osap", + "version": "0.2.3", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/luni64/TeensyTimerTool.git", - "providesIncludes": [ - "TeensyTimerTool.h" + "repository": "https://github.com/jakeread/osap-arduino.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/luni64/TeensyTimerTool-0.3.2.zip", - "archiveFileName": "TeensyTimerTool-0.3.2.zip", - "size": 104785, - "checksum": "SHA-256:608b1466acab8888db3d47bada35dc31fd28054a7e23415e6ee27a2a5d268875" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.2.3.zip", + "archiveFileName": "osap-0.2.3.zip", + "size": 47158, + "checksum": "SHA-256:4c2407f42ac381fd8b284d5e9373f86472fa5a6d3178a71f797204c4cee0acf5" }, { - "name": "BlynkEthernet_STM32_WM", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Blynk Credentials Manager for STM32 boards using builtin Etherrnet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet built-it, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", - "category": "Communication", + "name": "osap", + "version": "0.4.0", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ - "ststm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "repository": "https://github.com/jakeread/osap-arduino.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetWebServer_STM32" + "name": "FlashStorage_SAMD" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.0.zip", - "archiveFileName": "BlynkEthernet_STM32_WM-1.0.0.zip", - "size": 143671, - "checksum": "SHA-256:b2cd07354c7a038cee5ea6bf21e02ed357a5525169c68801f3f8f9824de8245b" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.4.0.zip", + "archiveFileName": "osap-0.4.0.zip", + "size": 33961, + "checksum": "SHA-256:d8f4bedf5527024f73700b4123c29175fc56b910eec82784ff7d1de802fd87d9" }, { - "name": "BlynkEthernet_STM32_WM", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", - "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", - "category": "Communication", + "name": "osap", + "version": "0.4.1", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ - "ststm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "repository": "https://github.com/jakeread/osap-arduino.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetWebServer_STM32" + "name": "FlashStorage_SAMD" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.1.zip", - "archiveFileName": "BlynkEthernet_STM32_WM-1.0.1.zip", - "size": 171707, - "checksum": "SHA-256:9d6c8b6838c94ba08cf2931e5274db02598460abbdfed4c6b8c0519ffb565849" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.4.1.zip", + "archiveFileName": "osap-0.4.1.zip", + "size": 33960, + "checksum": "SHA-256:05acd2bd3fb626aff05c4609225f6c5df4b9c0d7e36b914428dd5e6f25a79d5c" }, { - "name": "BlynkEthernet_STM32_WM", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", - "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", - "category": "Communication", + "name": "osap", + "version": "0.4.2", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ - "stm32", - "ststm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "repository": "https://github.com/jakeread/osap-arduino.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetWebServer_STM32" + "name": "FlashStorage_SAMD" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.2.zip", - "archiveFileName": "BlynkEthernet_STM32_WM-1.0.2.zip", - "size": 106861, - "checksum": "SHA-256:b3e0073ca28566fd0335f3b821a9dde2d55bd401a8354e8127ab1ce36d6c77d6" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.4.2.zip", + "archiveFileName": "osap-0.4.2.zip", + "size": 34175, + "checksum": "SHA-256:0e800882a1c3a34531f2e645989e1ed740518af786429f3fa55e886c3d069acf" }, { - "name": "BlynkEthernet_STM32_WM", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", - "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", - "category": "Communication", + "name": "osap", + "version": "0.4.3", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ - "stm32", - "ststm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "repository": "https://github.com/jakeread/osap-arduino.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetWebServer_STM32" + "name": "FlashStorage_SAMD" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.3.zip", - "archiveFileName": "BlynkEthernet_STM32_WM-1.0.3.zip", - "size": 106611, - "checksum": "SHA-256:6e7f500f995a3898629cedca33d7fb8e640338089a4f7c7b0b2a750d3764f696" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.4.3.zip", + "archiveFileName": "osap-0.4.3.zip", + "size": 34859, + "checksum": "SHA-256:eea8006a8d42b4642a9a868aa68163161cd1a78e1037c75d907ee030e916ef17" }, { - "name": "BlynkEthernet_STM32_WM", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Blynk Credentials Manager for STM32 boards using built-in LAN8742A Ethernet, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.", - "paragraph": "Library for configuring/auto(re)connecting LAN8742A Ethernet built-in, W5X00 or ENC28J60 Ethernet shields to Internet and Blynk at runtime.", - "website": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM", - "category": "Communication", + "name": "osap", + "version": "0.4.4", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ - "stm32", - "ststm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/BlynkEthernet_STM32_WM.git", + "repository": "https://github.com/jakeread/osap-arduino.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetWebServer_STM32" + "name": "FlashStorage_SAMD" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/BlynkEthernet_STM32_WM-1.0.4.zip", - "archiveFileName": "BlynkEthernet_STM32_WM-1.0.4.zip", - "size": 156478, - "checksum": "SHA-256:cfb4aca8c00c5fccb86cfc6fd2483fc96987e9757f245574fab866fdc138eac6" + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.4.4.zip", + "archiveFileName": "osap-0.4.4.zip", + "size": 34853, + "checksum": "SHA-256:16b21856eab01acde0596a214036df1b6da39900af09865cef09a0c5bfc642fe" }, { - "name": "OpenLCB_Single_Thread", - "version": "0.0.2", - "author": "David Harris, Bob Jacobsen, OpenLCB team", - "maintainer": "David Harris \u003cdrdpharris@gmail.com\u003e", - "sentence": "Implements Single-threaded OpenLCB/LCC stack based on Arduino IDE.", - "paragraph": "This library allows you to interface to a OpenLCB/LCC CAN system. It supports: ATMega328+MCP2515, AT90CAN, Tiva, Teensy, ESP32.", - "website": "https://github.com/openlcb/OpenLCB_Single_Thread", - "category": "Communication", + "name": "osap", + "version": "0.4.5", + "author": "Jake Robert Read", + "maintainer": "Jake Robert Read \u003cjakeread@mit.edu\u003e", + "sentence": "Multi-microcontroller plumbing, etc.", + "paragraph": "TBD.", + "website": "http://osap.tools/", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/openlcb/OpenLCB_Single_Thread.git", - "url": "https://downloads.arduino.cc/libraries/github.com/openlcb/OpenLCB_Single_Thread-0.0.2.zip", - "archiveFileName": "OpenLCB_Single_Thread-0.0.2.zip", - "size": 486392, - "checksum": "SHA-256:6d2b59705f4a2311041693dc8882f0fc497fdf021b535cd7861f3e5866507749" + "repository": "https://github.com/jakeread/osap-arduino.git", + "dependencies": [ + { + "name": "FlashStorage_SAMD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jakeread/osap-0.4.5.zip", + "archiveFileName": "osap-0.4.5.zip", + "size": 36647, + "checksum": "SHA-256:536448a45f75c90db02989f42f9dd70cf23055ea641d9452603c708adaf77f2f" }, { - "name": "CEClient", - "version": "0.0.1", - "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", - "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", - "sentence": "A library which allows communication with HDMI CEC capable devices.", - "paragraph": "Supports HDMI v1.3a CEC wire protocol.", - "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "name": "AsyncUDP_ESP32_SC_W5500", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500.git", "providesIncludes": [ - "CEClient.h" + "AsyncUDP_ESP32_SC_W5500.h", + "AsyncUDP_ESP32_SC_W5500.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.0.1.zip", - "archiveFileName": "CEClient-0.0.1.zip", - "size": 27889, - "checksum": "SHA-256:4d2c4125bcfa1e56dc7c1a92359a8d70b2664dcea8c7a019ec5f4655d9fa0bc8" + "dependencies": [ + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500-2.0.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_W5500-2.0.0.zip", + "size": 667627, + "checksum": "SHA-256:57967f4154dbec0ef3078767854fa38af791773a3e4f1bdad414f07d1ef8abaf" }, { - "name": "CEClient", - "version": "0.0.2", - "author": "Luca Dentella \u003cluca@dentella.it\u003e, Florian Echtler, Phil Burr, Andrew N. Carr", - "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", - "sentence": "A library which allows communication with HDMI CEC capable devices.", - "paragraph": "Supports HDMI v1.3a CEC wire protocol.", - "website": "https://github.com/lucadentella/ArduinoLib_CEClient", + "name": "AsyncUDP_ESP32_SC_W5500", + "version": "2.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500", "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucadentella/ArduinoLib_CEClient.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500.git", "providesIncludes": [ - "CEClient.h" + "AsyncUDP_ESP32_SC_W5500.h", + "AsyncUDP_ESP32_SC_W5500.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/CEClient-0.0.2.zip", - "archiveFileName": "CEClient-0.0.2.zip", - "size": 27894, - "checksum": "SHA-256:40085715551be72c5a7626e25e70cc7214a89641ab93ee6685f824a81ba42eb7" + "dependencies": [ + { + "name": "WebServer_ESP32_SC_W5500" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500-2.1.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_W5500-2.1.0.zip", + "size": 1233671, + "checksum": "SHA-256:b185af2258650763189dfda3651a2cb64029c8b8899624a6b9eba49e5bcfdc21" }, { - "name": "SparkFun Clock 5P49V60 Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library that enables all functionality for the SparkFun Clock Generator 5P49V60.", - "paragraph": "The SparkFun Clock Generator 5P49V60 breakout board offers a wide range of customizable frequencies in a wide range of different signal types using a single reference clock. Four (single output) clock outputs can generate frequencies from 1MHz-200MHz and eight (differential output) clock outputs can generate frequencies from 1MHz-350MHz. The frequency's many properties can be manipulated in code via I2C using the SparkFun Arduino Library. The SparkFun Clock Generator also has four banks of programmable memory for the time when it's ready to sit on its' own within the project without a microcontroller.", - "website": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library", - "category": "Timing", + "name": "DualSenseController", + "version": "1.1.0", + "author": "Jens Kabisch \u003cjenskabi@gmail.com\u003e, Albrecht Nitsche \u003calbrechtnitsche@gmail.com\u003e", + "maintainer": "Yesbotics \u003cinfo@yesbotics.com\u003e", + "sentence": "Library to use DualSense Controller based on USB Host Shield Library 2.0.", + "paragraph": "Same functionality as PS5-Controller API in USB Host Shield Library 2.0, but event based and more coding comfort.", + "website": "https://github.com/yesbotics/dualsense-controller", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Clock_5P49V60_Arduino_Library-1.0.0.zip", - "size": 579889, - "checksum": "SHA-256:26defaea7b329a1501b1a702c5f15772d8b28829bd05186ba58f61b281ebc9a3" + "repository": "https://github.com/yesbotics/dualsense-controller.git", + "dependencies": [ + { + "name": "USB Host Shield Library 2.0", + "version": "\u003e=1.6.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yesbotics/DualSenseController-1.1.0.zip", + "archiveFileName": "DualSenseController-1.1.0.zip", + "size": 14938, + "checksum": "SHA-256:58a6336963db0d856041409269c817ab855ae03d07ce1fabd47d0225555b9a0c" }, { - "name": "SparkFun Clock 5P49V60 Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library that enables all functionality for the SparkFun Clock Generator 5P49V60.", - "paragraph": "The SparkFun Clock Generator 5P49V60 breakout board offers a wide range of customizable frequencies in a wide range of different signal types using a single reference clock. Four (single output) clock outputs can generate frequencies from 1MHz-200MHz and eight (differential output) clock outputs can generate frequencies from 1MHz-350MHz. The frequency's many properties can be manipulated in code via I2C using the SparkFun Arduino Library. The SparkFun Clock Generator also has four banks of programmable memory for the time when it's ready to sit on its' own within the project without a microcontroller.", - "website": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library", - "category": "Timing", + "name": "DualSenseController", + "version": "2.0.0", + "author": "Albrecht Nitsche \u003calbrechtnitsche@gmail.com\u003e", + "maintainer": "Yesbotics \u003cinfo@yesbotics.com\u003e", + "sentence": "Library to use DualSense Controller based on USB Host Shield Library 2.0.", + "paragraph": "Same functionality as PS5-Controller API in USB Host Shield Library 2.0, but event based and more coding comfort.", + "website": "https://github.com/yesbotics/dualsense-controller", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Clock_5P49V60_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Clock_5P49V60_Arduino_Library-1.0.1.zip", - "size": 579965, - "checksum": "SHA-256:f6dc8cb340197f3908da681357a84fddee3855a229f6b3a9d0c552da37a95cee" + "repository": "https://github.com/yesbotics/dualsense-controller.git", + "dependencies": [ + { + "name": "USB Host Shield Library 2.0", + "version": "\u003e=1.6.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yesbotics/DualSenseController-2.0.0.zip", + "archiveFileName": "DualSenseController-2.0.0.zip", + "size": 14939, + "checksum": "SHA-256:1be708bc1ec247aa3391686428c28c47c22998a5205ed50b9ec3fe7a0b68cc53" }, { - "name": "EthernetWebServer_STM32", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY) or ENC28j60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", - "category": "Communication", + "name": "DualSenseController", + "version": "2.0.1", + "author": "Albrecht Nitsche \u003calbrechtnitsche@gmail.com\u003e", + "maintainer": "Yesbotics \u003cinfo@yesbotics.com\u003e", + "sentence": "Library to use DualSense Controller based on USB Host Shield Library 2.0.", + "paragraph": "Same functionality as PS5-Controller API in USB Host Shield Library 2.0, but event based and more coding comfort.", + "website": "https://github.com/yesbotics/dualsense-controller", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/yesbotics/dualsense-controller.git", "dependencies": [ { - "name": "STM32duino" - }, - { - "name": "LwIP" + "name": "USB Host Shield Library 2.0", + "version": "\u003e=1.6.2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.0.zip", - "archiveFileName": "EthernetWebServer_STM32-1.0.0.zip", - "size": 58559, - "checksum": "SHA-256:6028ab1a8b9931e62d631e552c6f6d81001b58e1fe437030b78b24c436d87588" + "url": "https://downloads.arduino.cc/libraries/github.com/yesbotics/DualSenseController-2.0.1.zip", + "archiveFileName": "DualSenseController-2.0.1.zip", + "size": 14920, + "checksum": "SHA-256:21a036e1da91e36b919227f1bee0a3d3ec048245e5c45bc8ce85d5f2a1828e48" }, { - "name": "EthernetWebServer_STM32", - "version": "1.0.1", - "author": "Khoi Hoang", + "name": "AsyncUDP_ESP32_SC_ENC", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), ENC28J60 or W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32_S2/S3/C3 boards using LwIP ENC28J60 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC.git", + "providesIncludes": [ + "AsyncUDP_ESP32_SC_ENC.h", + "AsyncUDP_ESP32_SC_ENC.hpp" + ], "dependencies": [ { - "name": "STM32duino" - }, - { - "name": "LwIP" + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.1.zip", - "archiveFileName": "EthernetWebServer_STM32-1.0.1.zip", - "size": 61120, - "checksum": "SHA-256:aacbc7f3f9231fa8db4461284645d10d010df842f62179f82de53b8f19f96652" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC-2.0.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_ENC-2.0.0.zip", + "size": 498577, + "checksum": "SHA-256:563569bacc2ba2277066a63534296e63c069ef13d0a80db9646723e18c1dfcb3" }, { - "name": "EthernetWebServer_STM32", - "version": "1.0.2", - "author": "Khoi Hoang", + "name": "AsyncUDP_ESP32_SC_ENC", + "version": "2.1.0", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer is a library for STM32 boards running WebServer using built-in Ethernet or Ethernet shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), ENC28J60 or W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32_S2/S3/C3 boards using LwIP ENC28J60 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC.git", + "providesIncludes": [ + "AsyncUDP_ESP32_SC_ENC.h", + "AsyncUDP_ESP32_SC_ENC.hpp" + ], "dependencies": [ { - "name": "STM32duino" - }, - { - "name": "LwIP" + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.2.zip", - "archiveFileName": "EthernetWebServer_STM32-1.0.2.zip", - "size": 63906, - "checksum": "SHA-256:02b566917b627dc6fcc980e9dcbfc6e5ed5c398072b5fbcc55f7bf087c3aa1f7" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC-2.1.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_ENC-2.1.0.zip", + "size": 1064918, + "checksum": "SHA-256:3ce7d8539b02677b1a070dbae442ce2457be904319f183271196fce478817027" }, { - "name": "EthernetWebServer_STM32", - "version": "1.0.3", - "author": "Khoi Hoang", + "name": "AsyncUDP_ESP32_SC_Ethernet", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a library for STM32F boards running WebServer using built-in Ethernet LAN8742A or Ethernet W5x00, ENC28J60 shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (STM32F series with 64+Kbytes of Flash) using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500 or ENC28J60 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet.git", + "providesIncludes": [ + "AsyncUDP_ESP32_SC_Ethernet.h", + "AsyncUDP_ESP32_SC_Ethernet.hpp" + ], "dependencies": [ { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" + "name": "WebServer_ESP32_SC_W5500" }, { - "name": "Functional-Vlpp" + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.3.zip", - "archiveFileName": "EthernetWebServer_STM32-1.0.3.zip", - "size": 151675, - "checksum": "SHA-256:610aa011aa0dc800818c3eeb7bdc749af7a70b4f73d641d6adbce23806ec4752" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet-2.0.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_Ethernet-2.0.0.zip", + "size": 813736, + "checksum": "SHA-256:9cd23e12b78142beaaa7503f75c95a62bfe764cf61cb93b9cf136bfcfa31dadd" }, { - "name": "EthernetWebServer_STM32", - "version": "1.0.4", - "author": "Khoi Hoang", + "name": "AsyncUDP_ESP32_SC_Ethernet", + "version": "2.1.0", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A or Ethernet W5x00, ENC28J60 shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500 or ENC28J60 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet.git", + "providesIncludes": [ + "AsyncUDP_ESP32_SC_Ethernet.h", + "AsyncUDP_ESP32_SC_Ethernet.hpp" + ], "dependencies": [ { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" + "name": "WebServer_ESP32_SC_W5500" }, { - "name": "Functional-Vlpp" + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.4.zip", - "archiveFileName": "EthernetWebServer_STM32-1.0.4.zip", - "size": 151465, - "checksum": "SHA-256:10e84dafd4016e8e278bbef64f39368ab55cd8130087c56d6c7b8c51c713a691" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet-2.1.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_Ethernet-2.1.0.zip", + "size": 1379669, + "checksum": "SHA-256:a58a26d8f5e644a16fac00ddb80014256949fb5ce173b86a5ef6905cad9e8a20" }, { - "name": "EthernetWebServer_STM32", - "version": "1.0.5", - "author": "Khoi Hoang", + "name": "AsyncUDP_ESP32_SC_Ethernet", + "version": "2.2.0", + "author": "Hristo Gochkov,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500, W6100 or ENC28J60 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet.git", + "providesIncludes": [ + "AsyncUDP_ESP32_SC_Ethernet.h", + "AsyncUDP_ESP32_SC_Ethernet.hpp" + ], "dependencies": [ { - "name": "STM32duino LwIP" + "name": "WebServer_ESP32_SC_W5500" }, { - "name": "STM32duino STM32Ethernet" + "name": "WebServer_ESP32_SC_W6100" }, { - "name": "Functional-Vlpp" + "name": "WebServer_ESP32_SC_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.5.zip", - "archiveFileName": "EthernetWebServer_STM32-1.0.5.zip", - "size": 188708, - "checksum": "SHA-256:8e4ca97717bc0817dd0e1f123a5a00f6c25f95f12c6b9742ccc98c67efd8646e" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet-2.2.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_Ethernet-2.2.0.zip", + "size": 1496201, + "checksum": "SHA-256:26664b6e8487572d7d2ddb8c812837574d9357086f330671b9b1a98d27717276" }, { - "name": "EthernetWebServer_STM32", - "version": "1.0.6", - "author": "Khoi Hoang", + "name": "AsyncDNSServer_ESP32_Ethernet", + "version": "1.0.0", + "author": "Develo,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for ESP32/S2/S3/C3 boards using LwIP W5500 or ENC28J60 Ethernet.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_Ethernet, AsyncHTTPRequest_ESP32_Ethernet, AsyncHTTPSRequest_ESP32_Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncDNSServer_ESP32_Ethernet.h", + "AsyncDNSServer_ESP32_Ethernet.hpp" + ], "dependencies": [ { - "name": "STM32duino LwIP" + "name": "WebServer_ESP32_W5500" }, { - "name": "STM32duino STM32Ethernet" + "name": "WebServer_ESP32_ENC" }, { - "name": "Functional-Vlpp" + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "AsyncUDP_ESP32_W5500" + }, + { + "name": "AsyncUdp_ESP32_ENC" + }, + { + "name": "AsyncUDP_ESP32_SC_Ethernet" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.0.6.zip", - "archiveFileName": "EthernetWebServer_STM32-1.0.6.zip", - "size": 196689, - "checksum": "SHA-256:4dd23454a7e918ac84dc1bd0d975516d364840722b45f378db15b7d2d8c37df3" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_ESP32_Ethernet-1.0.0.zip", + "size": 838242, + "checksum": "SHA-256:f3f959b1f284fa95eade0efff975b4213cf13966a08e61dd8bebe7b16def7572" }, { - "name": "EthernetWebServer_STM32", + "name": "AsyncDNSServer_ESP32_Ethernet", "version": "1.1.0", - "author": "Khoi Hoang", + "author": "Develo,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for ESP32/S2/S3/C3 boards using LwIP W5500 or ENC28J60 Ethernet.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_Ethernet, AsyncHTTPRequest_ESP32_Ethernet, AsyncHTTPSRequest_ESP32_Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet.git", "providesIncludes": [ - "EthernetWebServer_STM32.h", - "EthernetHttpClient_STM32.h" + "AsyncDNSServer_ESP32_Ethernet.h", + "AsyncDNSServer_ESP32_Ethernet.hpp" ], "dependencies": [ { - "name": "STM32duino LwIP" + "name": "WebServer_ESP32_W5500" }, { - "name": "STM32duino STM32Ethernet" + "name": "WebServer_ESP32_ENC" }, { - "name": "Functional-Vlpp" + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "AsyncUDP_ESP32_W5500" + }, + { + "name": "AsyncUdp_ESP32_ENC" + }, + { + "name": "AsyncUDP_ESP32_SC_Ethernet" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.1.0.zip", - "archiveFileName": "EthernetWebServer_STM32-1.1.0.zip", - "size": 272223, - "checksum": "SHA-256:e5370baf836afd0988e5ad71c22175169ba95c89d7e9c67a1c95194bb174208a" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet-1.1.0.zip", + "archiveFileName": "AsyncDNSServer_ESP32_Ethernet-1.1.0.zip", + "size": 1404101, + "checksum": "SHA-256:06001f2e5bfa3a2151625ec31ddb9d3e4e2105c48fd714fb18978645a607213c" }, { - "name": "EthernetWebServer_STM32", - "version": "1.1.1", - "author": "Khoi Hoang", + "name": "AsyncDNSServer_ESP32_Ethernet", + "version": "1.2.0", + "author": "Develo,Khoi Hoang", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_STM32", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for ESP32/S2/S3/C3 boards using LwIP W5500, W6100 or ENC28J60 Ethernet.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_Ethernet, AsyncHTTPRequest_ESP32_Ethernet, AsyncHTTPSRequest_ESP32_Ethernet, etc.", + "website": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet", "category": "Communication", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_STM32.git", + "repository": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet.git", "providesIncludes": [ - "EthernetWebServer_STM32.h", - "EthernetHttpClient_STM32.h" + "AsyncDNSServer_ESP32_Ethernet.h", + "AsyncDNSServer_ESP32_Ethernet.hpp" ], "dependencies": [ { - "name": "STM32duino LwIP" + "name": "WebServer_ESP32_W5500" }, { - "name": "STM32duino STM32Ethernet" + "name": "WebServer_ESP32_W6100" }, { - "name": "Functional-Vlpp" + "name": "WebServer_ESP32_ENC" + }, + { + "name": "WebServer_ESP32_SC_W5500" + }, + { + "name": "WebServer_ESP32_SC_W6100" + }, + { + "name": "WebServer_ESP32_SC_ENC" + }, + { + "name": "AsyncUDP_ESP32_W5500" + }, + { + "name": "AsyncUDP_ESP32_W6100" + }, + { + "name": "AsyncUdp_ESP32_ENC" + }, + { + "name": "AsyncUDP_ESP32_SC_Ethernet" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_STM32-1.1.1.zip", - "archiveFileName": "EthernetWebServer_STM32-1.1.1.zip", - "size": 312111, - "checksum": "SHA-256:56dd40f1dd878f3709ceec10dc5e890ca844277a460dd77825f595684835c701" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet-1.2.0.zip", + "archiveFileName": "AsyncDNSServer_ESP32_Ethernet-1.2.0.zip", + "size": 1547456, + "checksum": "SHA-256:4439c83c24f1ea696d403da53311f9fbcf138ff8e6f663a72a8117a657dd1262" }, { - "name": "PID controllers Modular Professional", + "name": "JRCCARLIB", "version": "1.0.0", - "author": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", - "maintainer": "Kornelius Thomas, Kornelius_Thomas@yahoo.com", - "sentence": "Professional PID controllers: continuous, step, impulse and twelve control functions", - "paragraph": "including simulations of three control loops", - "website": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional", - "category": "Device Control", + "author": "neamatullah-JRC", + "maintainer": "neamatullah-JRC", + "sentence": "JRC CAR", + "paragraph": "JRC CAR", + "website": "https://github.com/junior-robotics-club/JRCCARLIB", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/KorneliusThomas/PIDcontrollersModularProfessional.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KorneliusThomas/PID_controllers_Modular_Professional-1.0.0.zip", - "archiveFileName": "PID_controllers_Modular_Professional-1.0.0.zip", - "size": 268439, - "checksum": "SHA-256:d21c0382f66ce71fa9d197c8cffeb5c2b543a30a777ebc5968e03159635c7a62" + "repository": "https://github.com/junior-robotics-club/JRCCARLIB.git", + "providesIncludes": [ + "JRCCAR.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/junior-robotics-club/JRCCARLIB-1.0.0.zip", + "archiveFileName": "JRCCARLIB-1.0.0.zip", + "size": 16655, + "checksum": "SHA-256:2002dc167a1045c8b5bcff9efd246a9770edd175f33b43fc7ec88720f9f5fb40" }, { - "name": "UCR ESP8266", - "version": "0.1.0", - "author": "Kai Ejler Rasmussen", - "maintainer": "Kai Ejler Rasmussen \u003ckai@rasmussen.dev\u003e", - "sentence": "Enables an ESP8266 to be used as a WiFi output device for UCR.", - "paragraph": "This handles the network communication with UCR allowing the ESP8266 to be discovered automatically using mDNS-SD.", - "website": "https://github.com/HidWizards/UCR-ESP8266", - "category": "Uncategorized", + "name": "MicrobitV2-HHS", + "version": "0.1.2", + "author": "Gert den Neijsel", + "maintainer": "Gert den Neijsel", + "sentence": "Library for Microbit Version 2 with Radio (NRF52) and PWM support (Tone and Servo).", + "paragraph": "This library supports Microbit version 2 based on nRF52833 or nRF52820. It contains an extracted version of the Lancaster Uni Radio driver; NRF52. It also contains a PWM library and wrappers for Tone and Servo libraries.", + "website": "https://github.com/Grrtzm/MicrobitV2-HHS", + "category": "Communication", "architectures": [ - "esp8266" + "nRF5" ], "types": [ "Contributed" ], - "repository": "https://github.com/HidWizards/UCR-ESP8266.git", - "providesIncludes": [ - "UCR.h" - ], + "repository": "https://github.com/Grrtzm/MicrobitV2-HHS.git", "dependencies": [ { - "name": "ESP8266WiFi" + "name": "Adafruit microbit Library", + "version": "\u003e=1.3.2" }, { - "name": "ESP8266mDNS" - }, + "name": "STM32duino LSM303AGR", + "version": "\u003e=2.0.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Grrtzm/MicrobitV2_HHS-0.1.2.zip", + "archiveFileName": "MicrobitV2_HHS-0.1.2.zip", + "size": 40163, + "checksum": "SHA-256:3a087a82163541878d3dac15055c25f5dd5c30535d4a7c2b9d18c8b8b34a7d68" + }, + { + "name": "MicrobitV2-HHS", + "version": "0.1.3", + "author": "Gert den Neijsel", + "maintainer": "Gert den Neijsel", + "sentence": "Library for Microbit Version 2 with Radio (NRF52) and PWM support (Tone and Servo).", + "paragraph": "This library supports Microbit version 2 based on nRF52833 or nRF52820. It contains an extracted version of the Lancaster Uni Radio driver; NRF52. It also contains a PWM library and wrappers for Tone and Servo libraries.", + "website": "https://github.com/Grrtzm/MicrobitV2-HHS", + "category": "Communication", + "architectures": [ + "nRF5" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Grrtzm/MicrobitV2-HHS.git", + "dependencies": [ { - "name": "WiFiUdp" + "name": "Adafruit microbit Library", + "version": "\u003e=1.3.2" }, { - "name": "ArduinoJson" + "name": "STM32duino LSM303AGR", + "version": "\u003e=2.0.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HidWizards/UCR_ESP8266-0.1.0.zip", - "archiveFileName": "UCR_ESP8266-0.1.0.zip", - "size": 7123, - "checksum": "SHA-256:9b1ed9447fcadbd75a69886a541a1b3fb0b433df3db3638b3d942ccd172b108f" + "url": "https://downloads.arduino.cc/libraries/github.com/Grrtzm/MicrobitV2_HHS-0.1.3.zip", + "archiveFileName": "MicrobitV2_HHS-0.1.3.zip", + "size": 44428, + "checksum": "SHA-256:9b58196488b5160f8cdec11b0e348e8e36b7da3edc529c21321c71ce4af6bb44" }, { - "name": "UCR ESP8266", - "version": "0.2.0", - "author": "Kai Ejler Rasmussen", - "maintainer": "Kai Ejler Rasmussen \u003ckai@rasmussen.dev\u003e", - "sentence": "Enables an ESP8266 to be used as a WiFi output device for UCR.", - "paragraph": "This handles the network communication with UCR allowing the ESP8266 to be discovered automatically using mDNS-SD.", - "website": "https://github.com/HidWizards/UCR-ESP8266", - "category": "Uncategorized", + "name": "MicrobitV2-HHS", + "version": "0.1.4", + "author": "Gert den Neijsel", + "maintainer": "Gert den Neijsel", + "sentence": "Library for Microbit Version 2 with Radio (NRF52) and PWM support (Tone and Servo).", + "paragraph": "This library supports Microbit version 2 based on nRF52833 or nRF52820. It contains an extracted version of the Lancaster Uni Radio driver; NRF52. It also contains a PWM library and wrappers for Tone and Servo libraries.", + "website": "https://github.com/Grrtzm/MicrobitV2-HHS", + "category": "Communication", "architectures": [ - "esp8266" + "nRF5" ], "types": [ "Contributed" ], - "repository": "https://github.com/HidWizards/UCR-ESP8266.git", - "providesIncludes": [ - "UCR.h" + "repository": "https://github.com/Grrtzm/MicrobitV2-HHS.git", + "dependencies": [ + { + "name": "Adafruit microbit Library", + "version": "\u003e=1.3.2" + }, + { + "name": "STM32duino LSM303AGR", + "version": "\u003e=2.0.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Grrtzm/MicrobitV2_HHS-0.1.4.zip", + "archiveFileName": "MicrobitV2_HHS-0.1.4.zip", + "size": 44626, + "checksum": "SHA-256:d08a6e25ce51e6f498c83728b1f302ffc27800efd3446d9ee2f8ce269d4c3173" + }, + { + "name": "MicrobitV2-HHS", + "version": "0.1.6", + "author": "Gert den Neijsel", + "maintainer": "Gert den Neijsel", + "sentence": "Library for Microbit Version 2 with Radio (NRF52) and PWM support (Tone and Servo).", + "paragraph": "This library supports Microbit version 2 based on nRF52833 or nRF52820. It contains an extracted version of the Lancaster Uni Radio driver; NRF52. It also contains a PWM library and wrappers for Tone and Servo libraries.", + "website": "https://github.com/Grrtzm/MicrobitV2-HHS", + "category": "Communication", + "architectures": [ + "nRF5" + ], + "types": [ + "Contributed" ], + "repository": "https://github.com/Grrtzm/MicrobitV2-HHS.git", "dependencies": [ { - "name": "ArduinoJson" + "name": "Adafruit microbit Library", + "version": "\u003e=1.3.2" + }, + { + "name": "STM32duino LSM303AGR", + "version": "\u003e=2.0.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HidWizards/UCR_ESP8266-0.2.0.zip", - "archiveFileName": "UCR_ESP8266-0.2.0.zip", - "size": 7319, - "checksum": "SHA-256:1470ec6d4d9b44614f3055ff341ae2bd5eb70931d313bf53c1837d92a55577f4" + "url": "https://downloads.arduino.cc/libraries/github.com/Grrtzm/MicrobitV2_HHS-0.1.6.zip", + "archiveFileName": "MicrobitV2_HHS-0.1.6.zip", + "size": 44569, + "checksum": "SHA-256:4b1407872776cdb614c6d10ea4585bce113175ddedacaa0cdc810339cb09cd76" }, { - "name": "SCL3300", - "version": "2.0.0", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", - "category": "Sensors", + "name": "tiny-collections", + "version": "0.1.0", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "Lightweight, compact templated collections classes.", + "paragraph": "This library provides lightweight versions of classes like std::vector\u003cT\u003e, that can be used in your sketches at a minimum of generated code size.", + "website": "https://github.com/kimballa/tiny-collections", + "category": "Data Storage", "architectures": [ - "*" + "samd", + "sam", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.0.0.zip", - "archiveFileName": "SCL3300-2.0.0.zip", - "size": 13814, - "checksum": "SHA-256:29b405f199958007ba7f4baf9cafdbd06ce46246555afccc3a2114ab37c74fe2" + "repository": "https://github.com/kimballa/tiny-collections.git", + "providesIncludes": [ + "tiny-collections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/tiny_collections-0.1.0.zip", + "archiveFileName": "tiny_collections-0.1.0.zip", + "size": 10456, + "checksum": "SHA-256:8a6f25b458d572cfca6706b4f81e1c9e83cebd7967aed219a8549184f66e5107" }, { - "name": "SCL3300", - "version": "2.1.0", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", - "category": "Sensors", + "name": "tiny-collections", + "version": "0.2.0", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "Lightweight, compact templated collections classes.", + "paragraph": "This library provides lightweight versions of classes like std::vector\u003cT\u003e, that can be used in your sketches at a minimum of generated code size.", + "website": "https://github.com/kimballa/tiny-collections", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.0.zip", - "archiveFileName": "SCL3300-2.1.0.zip", - "size": 15082, - "checksum": "SHA-256:7e76eb73e8cb27d045fc8242a4c56d4b69a4e7f619d3d2b687cc7c4eed178f7e" + "repository": "https://github.com/kimballa/tiny-collections.git", + "providesIncludes": [ + "tiny-collections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/tiny_collections-0.2.0.zip", + "archiveFileName": "tiny_collections-0.2.0.zip", + "size": 13900, + "checksum": "SHA-256:b5f0427b5c44373e942f16dba3a798faabe5cad5f8bc2afd0ac88ef59111d3bc" }, { - "name": "SCL3300", - "version": "2.1.1", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", - "category": "Sensors", + "name": "tiny-collections", + "version": "0.2.1", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "Lightweight, compact templated collections classes.", + "paragraph": "This library provides lightweight versions of classes like std::vector\u003cT\u003e, that can be used in your sketches at a minimum of generated code size.", + "website": "https://github.com/kimballa/tiny-collections", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.1.zip", - "archiveFileName": "SCL3300-2.1.1.zip", - "size": 15080, - "checksum": "SHA-256:9124aa0930a931daa44440f22293e9f8684f74f824d1a324e08a7e463ebfcef0" + "repository": "https://github.com/kimballa/tiny-collections.git", + "providesIncludes": [ + "tiny-collections.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/tiny_collections-0.2.1.zip", + "archiveFileName": "tiny_collections-0.2.1.zip", + "size": 17141, + "checksum": "SHA-256:8b78122ed3667ebd378b77f06b4ca9245276e6a3d928ef3582cd4a381017117e" }, { - "name": "SCL3300", - "version": "2.1.2", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", - "category": "Sensors", + "name": "uiwidgets", + "version": "0.1.0", + "author": "Aaron Kimball", + "maintainer": "Aaron Kimball \u003cakimball83@gmail.com\u003e", + "sentence": "A library for drawing graphical user interfaces via the TFT_eSPI library.", + "paragraph": "This library provides a collection of UI \"widgets\" (button, label, vscroll...) that allow you to define a collection of widgets on a screen with separately-controlled properties, as well as the layout of how those widgets are arranged with respect to one another. The library supports full-screen and partial-screen redrawing for performance-sensitive redraw operations.", + "website": "https://github.com/kimballa/uiwidgets", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.2.zip", - "archiveFileName": "SCL3300-2.1.2.zip", - "size": 15079, - "checksum": "SHA-256:f1e56d951808d235deccd03c6176d7354e435e5dfa8f070d76e03aa6f78cbcc4" + "repository": "https://github.com/kimballa/uiwidgets.git", + "providesIncludes": [ + "uiwidgets.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI" + }, + { + "name": "tiny-collections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimballa/uiwidgets-0.1.0.zip", + "archiveFileName": "uiwidgets-0.1.0.zip", + "size": 31920, + "checksum": "SHA-256:6e4c055142d9e400f63bf357dda1bf299aa91691f55deb98d94df2557870e4a3" }, { - "name": "SCL3300", - "version": "2.1.3", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", + "name": "RAK1500x-MB85RC", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the FRAM", + "paragraph": "RAKWireless library for the FRAM", + "website": "https://github.com/RAKWireless/RAK1500x-MB85RC", "category": "Sensors", "architectures": [ "*" @@ -305826,20 +764525,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.3.zip", - "archiveFileName": "SCL3300-2.1.3.zip", - "size": 15086, - "checksum": "SHA-256:0cbe016825e7fa71ea2a4517b778846cd35c06c56b45f5024f11deb434342041" + "repository": "https://github.com/RAKWireless/RAK1500x-MB85RC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK1500x_MB85RC-1.0.0.zip", + "archiveFileName": "RAK1500x_MB85RC-1.0.0.zip", + "size": 4939674, + "checksum": "SHA-256:0f4a051223941a74e4877cd526da8d3f12ff944534ee7ac3b4b519a19e36a7cc" }, { - "name": "SCL3300", - "version": "2.1.4", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", + "name": "RAK5814-ATECC608A", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the encryption", + "paragraph": "RAK encryption solutions", + "website": "https://github.com/RAKWireless/RAK5814-ATECC608A", "category": "Sensors", "architectures": [ "*" @@ -305847,20 +764546,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-2.1.4.zip", - "archiveFileName": "SCL3300-2.1.4.zip", - "size": 15124, - "checksum": "SHA-256:7de52f5e3feec8e5a1914b53136a1fe8a71e5a4fd6895b7434d89885699745d7" + "repository": "https://github.com/RAKWireless/RAK5814-ATECC608A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK5814_ATECC608A-1.0.0.zip", + "archiveFileName": "RAK5814_ATECC608A-1.0.0.zip", + "size": 415750, + "checksum": "SHA-256:9303fb508df5e0ad0c602da399b3bb7d364639aa36a6d69ec5ab08d0343d55f1" }, { - "name": "SCL3300", - "version": "3.0.0", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", + "name": "RAK12022-MAX31865", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the RAK12022-MAX31865", + "paragraph": "RAK PT100 solutions", + "website": "https://github.com/RAKWireless/RAK12022-MAX31865", "category": "Sensors", "architectures": [ "*" @@ -305868,20 +764567,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.0.0.zip", - "archiveFileName": "SCL3300-3.0.0.zip", - "size": 15763, - "checksum": "SHA-256:f8d85d8bc8e6b0ff8ca942df878781c63585b488a983d64403e4f3ee206d9b27" + "repository": "https://github.com/RAKWireless/RAK12022-MAX31865.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12022_MAX31865-1.0.0.zip", + "archiveFileName": "RAK12022_MAX31865-1.0.0.zip", + "size": 507673, + "checksum": "SHA-256:f616aaf25c2c1731c1eab43ad96a3d628310e0c6a16fbae609f8dce50e6a45b9" }, { - "name": "SCL3300", - "version": "3.0.2", - "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", - "sentence": "A library for SPI communication with the Murata SCL3300 Inclinometer sensor.", - "paragraph": "This sensor is a 3.3 volt device used to accurately measure tilt angles in three axes simultaneously.", - "website": "https://github.com/DavidArmstrong/SCL3300", + "name": "RAK12052-MLX90640", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for the matrix", + "paragraph": "RAK IR solutions", + "website": "https://github.com/RAKWireless/RAK12052-MLX90640", "category": "Sensors", "architectures": [ "*" @@ -305889,427 +764588,427 @@ "types": [ "Contributed" ], - "repository": "https://github.com/DavidArmstrong/SCL3300.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SCL3300-3.0.2.zip", - "archiveFileName": "SCL3300-3.0.2.zip", - "size": 15772, - "checksum": "SHA-256:b74cf21cd18e851b037b9d22fa53edd12c6bf0279879af608481121a2e3c8d87" + "repository": "https://github.com/RAKWireless/RAK12052-MLX90640.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK12052_MLX90640-1.0.0.zip", + "archiveFileName": "RAK12052_MLX90640-1.0.0.zip", + "size": 2542479, + "checksum": "SHA-256:7cf59ebe09ee6d0efbb11ef41169d12586de575b846552eba5ae4050e4e3bee8" }, { - "name": "Adafruit NAU7802 Library", - "version": "0.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", - "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_NAU7802", - "category": "Sensors", + "name": "RAK14014-FT6336U", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for TFT display", + "paragraph": "Arduino library for TFT display", + "website": "https://github.com/RAKWireless/RAK14014-FT6336U", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-0.0.1.zip", - "archiveFileName": "Adafruit_NAU7802_Library-0.0.1.zip", - "size": 9703, - "checksum": "SHA-256:1fa57e00c823d9c3f22730dd141b8cb7e9b0d615f8fabf327b061b95f7223033" + "repository": "https://github.com/RAKWireless/RAK14014-FT6336U.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK14014_FT6336U-1.0.0.zip", + "archiveFileName": "RAK14014_FT6336U-1.0.0.zip", + "size": 418303, + "checksum": "SHA-256:072d63c3883d4a0d95a0ea5d29966623f3316768527bae3107013d80bf55a482" }, { - "name": "Adafruit NAU7802 Library", + "name": "RAK15007-CY15B108QN", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", - "paragraph": "Arduino library for the NAU7802 ADC converter in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_NAU7802", - "category": "Sensors", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "Arduino library for controlling FRAM.", + "paragraph": "Arduino library for controlling FRAM.", + "website": "https://github.com/RAKWireless/RAK15007-CY15B108QN", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_NAU7802.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_NAU7802_Library-1.0.0.zip", - "archiveFileName": "Adafruit_NAU7802_Library-1.0.0.zip", - "size": 10295, - "checksum": "SHA-256:f47673cbe9d31626dfc7a31796d80fd2f8cf24d97a8ca11f53cea70901258e72" + "repository": "https://github.com/RAKWireless/RAK15007-CY15B108QN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAK15007_CY15B108QN-1.0.0.zip", + "archiveFileName": "RAK15007_CY15B108QN-1.0.0.zip", + "size": 473112, + "checksum": "SHA-256:4f821fce70310773db45c9c945b24cac38c1b8e1ce9b9419799292aa3305cc35" }, { - "name": "SevSegShift", - "version": "3.4.1", - "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", - "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", - "sentence": "Adds the functionality to be used with ShiftRegister to the SevSeg Library (Turns your Arduino into a seven segment display controller!)", - "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", - "website": "https://github.com/bridystone/SevSegShift", - "category": "Display", + "name": "RAKwireless_ADC_SGM58031_library", + "version": "1.0.0", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for ADC", + "paragraph": "RAKWireless library for ADC", + "website": "https://github.com/RAKWireless/RAKwireless_ADC_SGM58031_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bridystone/SevSegShift.git", - "providesIncludes": [ - "SevSegShift.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.1.zip", - "archiveFileName": "SevSegShift-3.4.1.zip", - "size": 184962, - "checksum": "SHA-256:fa6138026b6d70cae2697e092c5ea7aa8f74353d564839b1a0dee3e4e26c2650" + "repository": "https://github.com/RAKWireless/RAKwireless_ADC_SGM58031_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_ADC_SGM58031_library-1.0.0.zip", + "archiveFileName": "RAKwireless_ADC_SGM58031_library-1.0.0.zip", + "size": 1014420, + "checksum": "SHA-256:c03bed3d778772f1bc85f2a441a4d518419f5407432d1efae50bd0c93cc38862" }, { - "name": "SevSegShift", - "version": "3.4.2", - "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", - "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", - "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", - "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", - "website": "https://github.com/bridystone/SevSegShift", - "category": "Display", + "name": "RAKwireless_ADC_SGM58031_library", + "version": "1.0.1", + "author": "RAKWireless \u003crakwireless.com\u003e", + "maintainer": "RAKWireless \u003crakwireless.com\u003e", + "sentence": "RAKWireless library for ADC", + "paragraph": "RAKWireless library for ADC", + "website": "https://github.com/RAKWireless/RAKwireless_ADC_SGM58031_library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bridystone/SevSegShift.git", - "providesIncludes": [ - "SevSegShift.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.2.zip", - "archiveFileName": "SevSegShift-3.4.2.zip", - "size": 186342, - "checksum": "SHA-256:6ab786110052b5121e8f34457ac497d880d634b7e4542e1de655adf8e5d762b2" + "repository": "https://github.com/RAKWireless/RAKwireless_ADC_SGM58031_library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RAKWireless/RAKwireless_ADC_SGM58031_library-1.0.1.zip", + "archiveFileName": "RAKwireless_ADC_SGM58031_library-1.0.1.zip", + "size": 1014154, + "checksum": "SHA-256:156484b1bdedf70d1139e5cff1774dec1e07b2f868d9cc124c37ac2e3e9aeab5" }, { - "name": "SevSegShift", - "version": "3.4.3", - "author": "Dean Reading \u003cdeanreading@hotmail.com\u003e, Jens Breidenstein \u003cgithub@breidenstein.info\u003e", - "maintainer": "Jens Breidenstein \u003cgithub@breidenstein.info\u003e", - "sentence": "Fork of SevSeg that adds the functionality of Shift Registers", - "paragraph": "Use it to easily display numbers on your seven segment display with additional support of Shift Registers. Supports common cathode and common anode displays, the use of switching transistors, decimal numbers, hexadecimal numbers, and alphanumeric characters.", - "website": "https://github.com/bridystone/SevSegShift", - "category": "Display", + "name": "DMM", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "DMM (digital multimeter) library for Arduino.", + "paragraph": "Voltage only for now.", + "website": "https://github.com/RobTillaart/DMM", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bridystone/SevSegShift.git", + "repository": "https://github.com/RobTillaart/DMM.git", "providesIncludes": [ - "SevSegShift.h" + "DMM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bridystone/SevSegShift-3.4.3.zip", - "archiveFileName": "SevSegShift-3.4.3.zip", - "size": 315669, - "checksum": "SHA-256:8c04dc8bda957226deb17ffab9ab21ba1c56012474961c0727bebb76b10f9bb1" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DMM-0.1.1.zip", + "archiveFileName": "DMM-0.1.1.zip", + "size": 9443, + "checksum": "SHA-256:2a918f3270306e1e73923493b7d3c0596b37edf0f30c6420b3027ed1587ab685" }, { - "name": "Adafruit HTS221", - "version": "0.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", - "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_HTS221", - "category": "Sensors", + "name": "DMM", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "DMM (digital multimeter) library for Arduino.", + "paragraph": "Voltage only for now.", + "website": "https://github.com/RobTillaart/DMM", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_HTS221.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/RobTillaart/DMM.git", + "providesIncludes": [ + "DMM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.0.zip", - "archiveFileName": "Adafruit_HTS221-0.1.0.zip", - "size": 74221, - "checksum": "SHA-256:57b7b82bc7e1ef6d3c38dd8c812127266efb2fa64956de9316effad6e3fb8c70" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DMM-0.1.2.zip", + "archiveFileName": "DMM-0.1.2.zip", + "size": 11182, + "checksum": "SHA-256:283a4e032243f426da87f141e2b6b6688b20f15cfc5961ddce8a139a629dfd1e" }, { - "name": "Adafruit HTS221", - "version": "0.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the HTS221 sensors in the Adafruit shop", - "paragraph": "Arduino library for the HTS221 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_HTS221", - "category": "Sensors", + "name": "DMM", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "DMM (digital multimeter) library for Arduino.", + "paragraph": "Voltage only for now.", + "website": "https://github.com/RobTillaart/DMM", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_HTS221.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/RobTillaart/DMM.git", + "providesIncludes": [ + "DMM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HTS221-0.1.1.zip", - "archiveFileName": "Adafruit_HTS221-0.1.1.zip", - "size": 74264, - "checksum": "SHA-256:f8fab84f486aa53da1b7944cf2af0794a9d5a9b17642d2f29b0b709d10445501" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DMM-0.1.3.zip", + "archiveFileName": "DMM-0.1.3.zip", + "size": 11393, + "checksum": "SHA-256:99e9640b9e3fc11f62b6f453806b07ccdac016b37f31423c068105ebe7098330" }, { - "name": "Electronic Cats PN7150", - "version": "1.2.0", - "author": "Electronic Cats based in the work Strooom", - "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", - "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", - "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", - "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "name": "ESPping", + "version": "1.0.1", + "author": "dvarrel, Daniele Colanardi, Marian Craciunescu", + "maintainer": "dvarrel", + "sentence": "Let the ESP32/ESP8266 ping a remote machine.", + "paragraph": "With this library an ESP32/ESP8266 can ping a remote machine and know if reachable. It provide some basic measurements on ping messages (avg response time).", + "website": "https://github.com/dvarrel/ESPping.git", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.2.0.zip", - "archiveFileName": "Electronic_Cats_PN7150-1.2.0.zip", - "size": 5675039, - "checksum": "SHA-256:0cb75337b1b4696b25ae2d971b82019bcdecb72f4b6023defe1030f6d63ab26e" + "repository": "https://github.com/dvarrel/ESPping.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPping-1.0.1.zip", + "archiveFileName": "ESPping-1.0.1.zip", + "size": 14492, + "checksum": "SHA-256:cb2bdb6eb3210e075b40f8f1b78368c2b1b6d25247979ada1d15f591e13ff3fb" }, { - "name": "Electronic Cats PN7150", - "version": "1.3.0", - "author": "Electronic Cats and Salvador Mendoza", - "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", - "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", - "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", - "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "name": "ESPping", + "version": "1.0.2", + "author": "dvarrel, Daniele Colanardi, Marian Craciunescu", + "maintainer": "dvarrel", + "sentence": "Let the ESP32/ESP8266 ping a remote machine.", + "paragraph": "With this library an ESP32/ESP8266 can ping a remote machine and know if reachable. It provide some basic measurements on ping messages (avg response time).", + "website": "https://github.com/dvarrel/ESPping.git", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.3.0.zip", - "archiveFileName": "Electronic_Cats_PN7150-1.3.0.zip", - "size": 5581054, - "checksum": "SHA-256:e78339b70d28c94332ff25ca888866fd70beb8fc34da618cf6294980102a4c85" + "repository": "https://github.com/dvarrel/ESPping.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPping-1.0.2.zip", + "archiveFileName": "ESPping-1.0.2.zip", + "size": 14661, + "checksum": "SHA-256:c6abc420a582202aa47991933b9cf0afa801b7901de6f2c8024e6c19762ab5f4" }, { - "name": "Electronic Cats PN7150", - "version": "1.3.1", - "author": "Electronic Cats and Salvador Mendoza", - "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", - "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", - "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", - "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", + "name": "ESPping", + "version": "1.0.3", + "author": "dvarrel, Daniele Colanardi, Marian Craciunescu", + "maintainer": "dvarrel", + "sentence": "Let the ESP32/ESP8266 ping a remote machine.", + "paragraph": "With this library an ESP32/ESP8266 can ping a remote machine and know if reachable. It provide some basic measurements on ping messages (avg response time).", + "website": "https://github.com/dvarrel/ESPping.git", "category": "Communication", + "architectures": [ + "esp8266", + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dvarrel/ESPping.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/ESPping-1.0.3.zip", + "archiveFileName": "ESPping-1.0.3.zip", + "size": 14680, + "checksum": "SHA-256:fe034d09474787362fa8d48078c5cb443f5d8fa6efd0d000b7ffca23211427b0" + }, + { + "name": "DunogeonFR", + "version": "0.1.3", + "author": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "maintainer": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "sentence": "Arduino library for a mini D\u0026D Game (it's a part of a bigger project).", + "paragraph": "Install the Library, use the example, play.", + "website": "https://github.com/leresteux/dunogeonFR", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.3.1.zip", - "archiveFileName": "Electronic_Cats_PN7150-1.3.1.zip", - "size": 5581105, - "checksum": "SHA-256:3ac70af7c3e92e17ecc3c16568b5e45f8c59ea1ec237f0e33eb932b023997a69" + "repository": "https://github.com/leresteux/DunogeonFR.git", + "providesIncludes": [ + "dunogeon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leresteux/DunogeonFR-0.1.3.zip", + "archiveFileName": "DunogeonFR-0.1.3.zip", + "size": 7925, + "checksum": "SHA-256:9b6a92afe7ea5adcf1f479bb43de74e061bef2c2b047a22ee34559e1e266bf7a" }, { - "name": "Electronic Cats PN7150", - "version": "1.4.0", - "author": "Electronic Cats and Salvador Mendoza", - "maintainer": "Electronic Cats \u003cwww.electroniccats.com\u003e", - "sentence": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip.", - "paragraph": "Arduino library for SPI and I2C access to the PN7150 RFID/Near Field Communication chip", - "website": "https://github.com/ElectronicCats/ElectronicCats-PN7150", - "category": "Communication", + "name": "DunogeonFR", + "version": "0.1.7", + "author": "Julien L. \u0026 Maëlle L.B.", + "maintainer": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "sentence": "Cette librairie est un simulateur de donjon (une partie isolée d un projet plus grand).", + "paragraph": "Installez la librairie, lancez l exemple, jouez.", + "website": "https://github.com/leresteux/dunogeonFR", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/ElectronicCats-PN7150.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/Electronic_Cats_PN7150-1.4.0.zip", - "archiveFileName": "Electronic_Cats_PN7150-1.4.0.zip", - "size": 5598784, - "checksum": "SHA-256:014af237a10e91b594dbf8abc760a681ac0ebd03c8507e1171f83950637c2ff3" + "repository": "https://github.com/leresteux/DunogeonFR.git", + "providesIncludes": [ + "dunogeonFR.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leresteux/DunogeonFR-0.1.7.zip", + "archiveFileName": "DunogeonFR-0.1.7.zip", + "size": 8030, + "checksum": "SHA-256:7653bf061a94f9d058422c117dad1885083eae04ea0ff64256a1ed6df5c857c1" }, { - "name": "PIO8255", - "version": "1.0.0", - "author": "Georges-Emile Bihr", - "maintainer": "Georges-Emile Bihr", - "sentence": "Arduino library for using intel 8255 CMOSes.", - "paragraph": "Arduino library for using intel 8255 CMOSes (ex M82C55A-5).", - "website": "https://github.com/gramedek/pio8255", - "category": "Signal Input/Output", + "name": "DunogeonENG", + "version": "0.1.4", + "author": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "maintainer": "Julien Leresteux \u003cjulien@leresteux.net\u003e", + "sentence": "Arduino library for a mini D\u0026D Game (it's a part of a bigger project).", + "paragraph": "Install the Library, use the example, play.", + "website": "https://github.com/leresteux/dunogeonENG", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gramedek/pio8255.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gramedek/PIO8255-1.0.0.zip", - "archiveFileName": "PIO8255-1.0.0.zip", - "size": 3547, - "checksum": "SHA-256:7eb7b0610f8675a900156a440068dace494ae7bfeb6eb727eab9fabf346baa21" + "repository": "https://github.com/leresteux/DunogeonENG.git", + "providesIncludes": [ + "dunogeon.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leresteux/DunogeonENG-0.1.4.zip", + "archiveFileName": "DunogeonENG-0.1.4.zip", + "size": 7500, + "checksum": "SHA-256:d047046158c1d5f014bb5fc4aab05149a4941912bcc3eee452c1bf1ea9e88c92" }, { - "name": "dustSensor_kocoa", - "version": "1.0.0", - "author": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", - "maintainer": "JongHyun Woo \u003cwoojh@kocoa.or.kr\u003e", - "sentence": "Arduino Particulate Matter Sensors for PM-D4.", - "paragraph": "This library allows an Arduino/Genuino board to sensing Particulate Matter based on the PM-D4.", - "website": "https://github.com/ekkai/PMD4", - "category": "Sensors", + "name": "CSWButtons", + "version": "0.0.1", + "author": "Eugene", + "maintainer": "Eugene\u003ceugene@sky.community\u003e", + "sentence": "The library for the diy smartwatch projects, which operates with their buttons.", + "paragraph": "CustomSmartWatch Buttons The library for the diy smartwatch projects, which operates with their buttons. Part of a project which I am working on - the diy smartwatch software, which I am creating for the LILYGO® TTGO 1.54 Inch Wrist E-paper ESP32 DIY smartwatch with ePaper display. I think it may be useful for someone else so I make this as a library with the ability to use more than just one button as it is in the case of the mentioned above smartwatch.", + "website": "https://github.com/WindyWanderer/CSWButtons.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ekkai/PMD4.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ekkai/dustSensor_kocoa-1.0.0.zip", - "archiveFileName": "dustSensor_kocoa-1.0.0.zip", - "size": 3107, - "checksum": "SHA-256:43d981a8ee74c61a1a40049ec9a7db8d88a853e96c617b3215a358a063235c61" + "repository": "https://github.com/Eugeniusz-Gienek/CSWButtons.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Eugeniusz-Gienek/CSWButtons-0.0.1.zip", + "archiveFileName": "CSWButtons-0.0.1.zip", + "size": 27712, + "checksum": "SHA-256:1299b92c1b0a3cc9413f5ded7e7787176fa5c8972dd32430e3ce8fc7a1d91515" }, { - "name": "AccelStepperWithDistances", - "version": "1.0.1", - "author": "Mateus Junges", - "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", - "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "website": "https://github.com/mateusjunges/accel-stepper-with-distances", - "category": "Other", + "name": "CSWButtons", + "version": "0.0.3", + "author": "Eugene", + "maintainer": "Eugene\u003ceugene@sky.community\u003e", + "sentence": "The library for the diy smartwatch projects, which operates with their buttons.", + "paragraph": "CustomSmartWatch Buttons The library for the diy smartwatch projects, which operates with their buttons. Part of a project which I am working on - the diy smartwatch software, which I am creating for the LILYGO® TTGO 1.54 Inch Wrist E-paper ESP32 DIY smartwatch with ePaper display. I think it may be useful for someone else so I make this as a library with the ability to use more than just one button as it is in the case of the mentioned above smartwatch.", + "website": "https://github.com/WindyWanderer/CSWButtons.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.1.zip", - "archiveFileName": "AccelStepperWithDistances-1.0.1.zip", - "size": 3963, - "checksum": "SHA-256:ca8f14d142c5215f3ef1ea758adfefd9f8d4a48538a75e13e644efe449b54b39" + "repository": "https://github.com/Eugeniusz-Gienek/CSWButtons.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Eugeniusz-Gienek/CSWButtons-0.0.3.zip", + "archiveFileName": "CSWButtons-0.0.3.zip", + "size": 27574, + "checksum": "SHA-256:7db463124e0b296f9354987a984685619cc36abb7507def859fe019971a4d48f" }, { - "name": "AccelStepperWithDistances", - "version": "1.0.2", - "author": "Mateus Junges", - "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", - "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "website": "https://github.com/mateusjunges/accel-stepper-with-distances", - "category": "Other", + "name": "CSWButtons", + "version": "0.1.1", + "author": "Eugene", + "maintainer": "Eugene\u003ceugene@sky.community\u003e", + "sentence": "The library for the diy smartwatch projects, which operates with their buttons.", + "paragraph": "CustomSmartWatch Buttons The library for the diy smartwatch projects, which operates with their buttons. Part of a project which I am working on - the diy smartwatch software, which I am creating for the LILYGO® TTGO 1.54 Inch Wrist E-paper ESP32 DIY smartwatch with ePaper display. I think it may be useful for someone else so I make this as a library with the ability to use more than just one button as it is in the case of the mentioned above smartwatch.", + "website": "https://github.com/WindyWanderer/CSWButtons.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", - "dependencies": [ - { - "name": "AccelStepper" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.2.zip", - "archiveFileName": "AccelStepperWithDistances-1.0.2.zip", - "size": 3972, - "checksum": "SHA-256:8abd9906fce110d9cc7d31ae485c883f98a41eaf388fed9f530e8537714a10ad" + "repository": "https://github.com/Eugeniusz-Gienek/CSWButtons.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Eugeniusz-Gienek/CSWButtons-0.1.1.zip", + "archiveFileName": "CSWButtons-0.1.1.zip", + "size": 28402, + "checksum": "SHA-256:77d1cc0073352c25d2007993cca8222d35341a15e7bb39957aa3fba497cf1a4e" }, { - "name": "AccelStepperWithDistances", - "version": "1.0.3", - "author": "Mateus Junges", - "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", - "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "website": "https://github.com/mateusjunges/accel-stepper-with-distances", - "category": "Other", + "name": "CSWButtons", + "version": "0.2.0", + "author": "Eugene", + "maintainer": "Eugene\u003ceugene@sky.community\u003e", + "sentence": "The library for the diy smartwatch projects, which operates with their buttons.", + "paragraph": "CustomSmartWatch Buttons The library for the diy smartwatch projects, which operates with their buttons. Part of a project which I am working on - the diy smartwatch software, which I am creating for the LILYGO® TTGO 1.54 Inch Wrist E-paper ESP32 DIY smartwatch with ePaper display. I think it may be useful for someone else so I make this as a library with the ability to use more than just one button as it is in the case of the mentioned above smartwatch.", + "website": "https://github.com/WindyWanderer/CSWButtons.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", - "dependencies": [ - { - "name": "AccelStepper" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.3.zip", - "archiveFileName": "AccelStepperWithDistances-1.0.3.zip", - "size": 3859, - "checksum": "SHA-256:58506e1f44cdd1d7a0e694d1c57386ad661c967239c310ccf62fb1c07806a172" + "repository": "https://github.com/Eugeniusz-Gienek/CSWButtons.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Eugeniusz-Gienek/CSWButtons-0.2.0.zip", + "archiveFileName": "CSWButtons-0.2.0.zip", + "size": 23650, + "checksum": "SHA-256:327751e44d0c301567c68ec8ef066b4f0b0a118f7fd79d20ad1c606417a8c843" }, { - "name": "AccelStepperWithDistances", - "version": "1.0.4", - "author": "Mateus Junges", - "maintainer": "Mateus Junges \u003ccontato@mateusjunges.com\u003e", - "sentence": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "paragraph": "This library allows you work with the popular AccelStepper not with steps, but milimeter distances!", - "website": "https://github.com/mateusjunges/accel-stepper-with-distances", - "category": "Other", + "name": "RequestBuilder", + "version": "1.0.0", + "author": "Masayuki Sugahara\u003cequaaqua@hotmail.com\u003e", + "maintainer": "Masayuki Sugahara\u003cequaaqua@hotmail.com\u003e", + "sentence": "HTTP request header/body/parameter builder", + "paragraph": "for making complex requests. Useful for making request with multipart/form-data, communicating to REST API, etc.", + "website": "https://github.com/plageoj/request-builder", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mateusjunges/accel-stepper-with-distances.git", + "repository": "https://github.com/plageoj/request-builder.git", + "providesIncludes": [ + "RequestBuilder.h" + ], "dependencies": [ { - "name": "AccelStepper" + "name": "UrlEncode" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/mateusjunges/AccelStepperWithDistances-1.0.4.zip", - "archiveFileName": "AccelStepperWithDistances-1.0.4.zip", - "size": 3928, - "checksum": "SHA-256:a8f10bbb99c6ea6b58175c214bc2ddb195d8d349bad868ffe4a26e3e8dccb220" + "url": "https://downloads.arduino.cc/libraries/github.com/plageoj/RequestBuilder-1.0.0.zip", + "archiveFileName": "RequestBuilder-1.0.0.zip", + "size": 9245, + "checksum": "SHA-256:7d4d1c062b6e05016456a1a98b9f2bdb91857c1a4eb214b475acbf1162a385f9" }, { - "name": "DarkSkySevenDay", + "name": "Grove_AS3935Lightning_sensor", "version": "1.0.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/DarkSkySevenDay", + "author": "Davide Cogliati", + "maintainer": "Davide Cogliati \u003cdavidepierco@tiscali.it\u003e", + "sentence": "Lightning sensor, early warning alert, weather monitoring, automation systems, portable devices.", + "paragraph": "It detects approaching Lightning front of a storm and warns about estimated intensity and distance of the front.", + "website": "http://www.arduino.cc/en/Reference/", "category": "Uncategorized", "architectures": [ "*" @@ -306317,31 +765016,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/DarkSkySevenDay.git", - "providesIncludes": [ - "DarkSkySevenDay.h" - ], - "dependencies": [ - { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/DarkSkySevenDay-1.0.0.zip", - "archiveFileName": "DarkSkySevenDay-1.0.0.zip", - "size": 22202, - "checksum": "SHA-256:f715121080b93b7fa4326257c22f681751abc08617eb203ebd49583d76f7f4d6" + "repository": "https://gitlab.com/softsysco/grove-as3935-lightning-sensor.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/softsysco/Grove_AS3935Lightning_sensor-1.0.0.zip", + "archiveFileName": "Grove_AS3935Lightning_sensor-1.0.0.zip", + "size": 1718514, + "checksum": "SHA-256:e8d066f2d80ac035f6aee6cf080c970faf3aedda2cad50b22cf77721aa37ab95" }, { - "name": "Adafruit LPS2X", + "name": "ROBLEX", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS2X", + "author": "ROBLEX", + "maintainer": "DIEGO VILLAMIZAR \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "library for the ROBLEX Development Kit", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306349,28 +765037,37 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "repository": "https://github.com/Judiviga/ROBLEX.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "Adafruit SSD1306" }, { - "name": "Adafruit BusIO" + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "BluetoothSerial" + }, + { + "name": "Adafruit PCF8574" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.0.zip", - "archiveFileName": "Adafruit_LPS2X-1.0.0.zip", - "size": 75401, - "checksum": "SHA-256:43cb3e9da87c14f04d1930f401c779dea5b3d8a28a787363e414cbc3b6ed6c5d" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.0.zip", + "archiveFileName": "ROBLEX-1.0.0.zip", + "size": 220802, + "checksum": "SHA-256:f046ca7af0ccffc6734014f642071174537933319b3b8aca7ed9569f3f38dd74" }, { - "name": "Adafruit LPS2X", + "name": "ROBLEX", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS2X", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306378,28 +765075,37 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "repository": "https://github.com/Judiviga/ROBLEX.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "Adafruit SSD1306" }, { - "name": "Adafruit BusIO" + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "BluetoothSerial" + }, + { + "name": "Adafruit PCF8574" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.1.zip", - "archiveFileName": "Adafruit_LPS2X-1.0.1.zip", - "size": 75438, - "checksum": "SHA-256:48100aa3eaa0aca3b54e94a5eeef3ed413835649623b00a7bd22e821d03e90a9" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.1.zip", + "archiveFileName": "ROBLEX-1.0.1.zip", + "size": 221620, + "checksum": "SHA-256:d7275e63b5625eedb046b2ef5d37a0df699d35be2986a5d38ec9baf6373cc256" }, { - "name": "Adafruit LPS2X", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS2X sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS2X sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS2X", + "name": "ROBLEX", + "version": "1.0.3", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306407,28 +765113,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "repository": "https://github.com/Judiviga/ROBLEX.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "Adafruit SSD1306" }, { - "name": "Adafruit BusIO" + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-1.0.2.zip", - "archiveFileName": "Adafruit_LPS2X-1.0.2.zip", - "size": 75467, - "checksum": "SHA-256:4b9c8ee87634fa294b96c7bd8e789579b53b8790b8db76075d61c9f8dd202565" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.3.zip", + "archiveFileName": "ROBLEX-1.0.3.zip", + "size": 221609, + "checksum": "SHA-256:c93d6a1b8498368c038f221796b928309fc29e17178499e3eed46160c470b9dc" }, { - "name": "Adafruit LPS2X", - "version": "2.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS2X", + "name": "ROBLEX", + "version": "1.0.4", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306436,28 +765148,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "repository": "https://github.com/Judiviga/ROBLEX.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "Adafruit SSD1306" }, { - "name": "Adafruit BusIO" + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.0.zip", - "archiveFileName": "Adafruit_LPS2X-2.0.0.zip", - "size": 79048, - "checksum": "SHA-256:641e68be35b0504e10dedc09eddbe5917510a20ac582e16faa6208cc9b9d9b38" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.4.zip", + "archiveFileName": "ROBLEX-1.0.4.zip", + "size": 29309, + "checksum": "SHA-256:dd5db3a8d20b95c839b030419750fe40d95d5f63a125142a18b3f66ec07a03fd" }, { - "name": "Adafruit LPS2X", - "version": "2.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", - "paragraph": "Arduino library for the LPS22 \u0026 LPS25 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LPS2X", + "name": "ROBLEX", + "version": "1.0.5", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306465,28 +765183,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LPS2X.git", + "repository": "https://github.com/Judiviga/ROBLEX.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "Adafruit SSD1306" }, { - "name": "Adafruit BusIO" + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LPS2X-2.0.1.zip", - "archiveFileName": "Adafruit_LPS2X-2.0.1.zip", - "size": 79133, - "checksum": "SHA-256:7aa9159d18153ef7945b565102b84425ff74466f514d7336cd5e4d0881236b6b" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.5.zip", + "archiveFileName": "ROBLEX-1.0.5.zip", + "size": 29218, + "checksum": "SHA-256:d03845243071ca036d39ea55206fc16d8a077769c44dd2ffefb81a4052e517fc" }, { - "name": "TLI4971-Current-Sensor", - "version": "1.0.0", - "author": "Infineon Technologies AG", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", - "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", - "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "name": "ROBLEX", + "version": "1.0.6", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306494,23 +765218,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", - "providesIncludes": [ - "TLI4971.h" + "repository": "https://github.com/Judiviga/ROBLEX.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.0.0.zip", - "archiveFileName": "TLI4971_Current_Sensor-1.0.0.zip", - "size": 14890, - "checksum": "SHA-256:2908dab5863798017f475e3574cdc3296159332245fbd2545d4558b2dd6230a5" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.6.zip", + "archiveFileName": "ROBLEX-1.0.6.zip", + "size": 30636, + "checksum": "SHA-256:7acc09d695e2e84d29db0a4c032628cbd42ae77f44df3bff64f3cbac33a8cd12" }, { - "name": "TLI4971-Current-Sensor", - "version": "1.0.1", - "author": "Infineon Technologies AG", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", - "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", - "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "name": "ROBLEX", + "version": "1.0.7", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306518,28 +765253,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", - "providesIncludes": [ - "TLI4971.h" - ], + "repository": "https://github.com/Judiviga/ROBLEX.git", "dependencies": [ { - "name": "OneWire" + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.0.1.zip", - "archiveFileName": "TLI4971_Current_Sensor-1.0.1.zip", - "size": 340561, - "checksum": "SHA-256:d48b5e7a85fe4571b85f19b7243e952d91090ecceeb065867a6966bf1b995c90" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.7.zip", + "archiveFileName": "ROBLEX-1.0.7.zip", + "size": 30633, + "checksum": "SHA-256:7ba1792e9e7959bf2ac1f47532d1de1eb7ace411c3b3912f64728c17353fa92b" }, { - "name": "TLI4971-Current-Sensor", - "version": "1.1.1", - "author": "Infineon Technologies AG", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineons TLI4971 Current Sensor", - "paragraph": "C++ library of Infineons Magnetic Hall TLI4971 Current Sensor", - "website": "https://www.infineon.com/cms/en/product/sensor/current-sensors/", + "name": "ROBLEX", + "version": "1.0.8", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", "category": "Sensors", "architectures": [ "*" @@ -306547,415 +765288,439 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI4971-Current-Sensor.git", - "providesIncludes": [ - "TLI4971.h" - ], + "repository": "https://github.com/Judiviga/ROBLEX.git", "dependencies": [ { - "name": "OneWire" + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI4971_Current_Sensor-1.1.1.zip", - "archiveFileName": "TLI4971_Current_Sensor-1.1.1.zip", - "size": 340761, - "checksum": "SHA-256:be3330df7e16f70d9dc8fadc0610d3f0a8bd97735600bcf5cde5f6e9e4582859" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.8.zip", + "archiveFileName": "ROBLEX-1.0.8.zip", + "size": 36757, + "checksum": "SHA-256:eecd48a5cf268ca0223bfb0692caaa925a72d5d54cdbe9f748f1bb84f8596d6c" }, { - "name": "ComDriverSpi", - "version": "1.1.4", - "author": "IGB", - "maintainer": "IGB", - "sentence": "SPI communication driver class", - "paragraph": "Wraps transfer commands, speed, pinModes into an object", - "website": "*", - "category": "Communication", + "name": "ROBLEX", + "version": "1.0.9", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/IGB-Germany/ComDriverSpi.git", - "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/ComDriverSpi-1.1.4.zip", - "archiveFileName": "ComDriverSpi-1.1.4.zip", - "size": 5686, - "checksum": "SHA-256:74ececf91a7fbaa7393f5b3ce137b7074b6896e15c6d76e0b722622e3d61d66b" - }, - { - "name": "ComDriverSpi", - "version": "1.1.5", - "author": "IGB", - "maintainer": "IGB", - "sentence": "SPI communication driver class", - "paragraph": "Wraps transfer commands, speed, pinModes into an object", - "website": "*", - "category": "Communication", - "architectures": [ - "avr" - ], - "types": [ - "Contributed" + "repository": "https://github.com/Judiviga/ROBLEX.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" + } ], - "repository": "https://github.com/IGB-Germany/ComDriverSpi.git", - "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/ComDriverSpi-1.1.5.zip", - "archiveFileName": "ComDriverSpi-1.1.5.zip", - "size": 6919, - "checksum": "SHA-256:5d7ee0746dc7bb7fd4aa8f55dcda260c650524378836fe9c50610c2dd5209a54" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.9.zip", + "archiveFileName": "ROBLEX-1.0.9.zip", + "size": 36751, + "checksum": "SHA-256:46ceeacad7384e9cd1e0b8c023b630afc42c2d0dcb9b26bb2655ca8453c0b1e8" }, { - "name": "APRS-IS-Lib", - "version": "0.0.1", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "APRS-IS library for ESP32", - "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", - "website": "https://github.com/peterus/APRS-IS-Lib", - "category": "Communication", + "name": "ROBLEX", + "version": "1.0.10", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-IS-Lib.git", - "providesIncludes": [ - "APRS-IS.h" + "repository": "https://github.com/Judiviga/ROBLEX.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.1.zip", - "archiveFileName": "APRS_IS_Lib-0.0.1.zip", - "size": 3403, - "checksum": "SHA-256:2e5147a6588e7fa4ed95a809d92a69f245b13555304428f3d53826e6f3fad3a2" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.10.zip", + "archiveFileName": "ROBLEX-1.0.10.zip", + "size": 36871, + "checksum": "SHA-256:a529c82a4bb83c60697cbfa9e14f304baa5b6f9f78a84a200b5f6ebe365d325a" }, { - "name": "APRS-IS-Lib", - "version": "0.0.2", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "APRS-IS library for ESP32", - "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", - "website": "https://github.com/peterus/APRS-IS-Lib", - "category": "Communication", + "name": "ROBLEX", + "version": "1.0.11", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-IS-Lib.git", - "providesIncludes": [ - "APRS-IS.h" + "repository": "https://github.com/Judiviga/ROBLEX.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.2.zip", - "archiveFileName": "APRS_IS_Lib-0.0.2.zip", - "size": 6285, - "checksum": "SHA-256:4a8675f02759c9eeb9b167dd6f4d4aaeeddc60864c288868b2fbf62efd9609f9" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.11.zip", + "archiveFileName": "ROBLEX-1.0.11.zip", + "size": 38699, + "checksum": "SHA-256:7c93372d059bb761f1577b25971749bf199e0dd608dfb327864acb1b2e79afbb" }, { - "name": "APRS-IS-Lib", - "version": "0.0.4", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "APRS-IS library for ESP32", - "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", - "website": "https://github.com/peterus/APRS-IS-Lib", - "category": "Communication", + "name": "ROBLEX", + "version": "1.0.12", + "author": "ROBLEX", + "maintainer": "Judiviga \u003cjuandivillamizar@yahoo.com\u003e", + "sentence": "library for the ROBLEX Development Kit", + "paragraph": "Allows to easily control the ROBLEX shield and modules", + "website": "https://github.com/Judiviga/ROBLEX", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-IS-Lib.git", - "providesIncludes": [ - "APRS-IS.h" + "repository": "https://github.com/Judiviga/ROBLEX.git", + "dependencies": [ + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "Adafruit PCF8574" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.4.zip", - "archiveFileName": "APRS_IS_Lib-0.0.4.zip", - "size": 7667, - "checksum": "SHA-256:0cba51120508696ba8543a2776257c99c5dd844576e1ed6c0e701ae63096e406" + "url": "https://downloads.arduino.cc/libraries/github.com/Judiviga/ROBLEX-1.0.12.zip", + "archiveFileName": "ROBLEX-1.0.12.zip", + "size": 38896, + "checksum": "SHA-256:91acc80345c85bad98b6918f62e1c07387dc534deb519c4cdc52d5a599c9018f" }, { - "name": "APRS-IS-Lib", - "version": "0.0.5", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "APRS-IS library for ESP32", - "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", - "website": "https://github.com/peterus/APRS-IS-Lib", - "category": "Communication", + "name": "fast_math", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for fast math algorithms", + "paragraph": "divmod10", + "website": "https://github.com/RobTillaart/fast_math", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "repository": "https://github.com/RobTillaart/fast_math.git", "providesIncludes": [ - "APRS-IS.h" + "fast_math.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.5.zip", - "archiveFileName": "APRS_IS_Lib-0.0.5.zip", - "size": 7709, - "checksum": "SHA-256:3ba51d8b30ca4588c0c45c69633e1da1aa1aa6e9cb3897f4239f6768631b353a" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/fast_math-0.2.0.zip", + "archiveFileName": "fast_math-0.2.0.zip", + "size": 19247, + "checksum": "SHA-256:568d1631eed0455eac3c984156cd4533f918ab18a024b2ff0f753217c3793bdb" }, { - "name": "APRS-IS-Lib", - "version": "0.0.6", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "APRS-IS library for ESP32", - "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", - "website": "https://github.com/peterus/APRS-IS-Lib", - "category": "Communication", + "name": "fast_math", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for fast math algorithms", + "paragraph": "divmod10", + "website": "https://github.com/RobTillaart/fast_math", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "repository": "https://github.com/RobTillaart/fast_math.git", "providesIncludes": [ - "APRS-IS.h" + "fast_math.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.6.zip", - "archiveFileName": "APRS_IS_Lib-0.0.6.zip", - "size": 8491, - "checksum": "SHA-256:5b2de7422aec72dd11fe6ff7b363cc364616caf368b297b14b0831ff12081c47" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/fast_math-0.2.1.zip", + "archiveFileName": "fast_math-0.2.1.zip", + "size": 34537, + "checksum": "SHA-256:f8b76c58ce4c16f96258e136735e4efeb1e09c3aa8873c9171e1477e6317fa19" }, { - "name": "APRS-IS-Lib", - "version": "0.0.7", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "APRS-IS library for ESP32", - "paragraph": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.", - "website": "https://github.com/lora-aprs/APRS-IS-Lib", - "category": "Communication", + "name": "fast_math", + "version": "0.2.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for fast math algorithms", + "paragraph": "divmod10", + "website": "https://github.com/RobTillaart/fast_math", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-IS-Lib.git", + "repository": "https://github.com/RobTillaart/fast_math.git", "providesIncludes": [ - "APRS-IS.h" + "fast_math.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_IS_Lib-0.0.7.zip", - "archiveFileName": "APRS_IS_Lib-0.0.7.zip", - "size": 8493, - "checksum": "SHA-256:ab7730a08451dba5890a5683e21e2e2aa65887a2552e1d2241c15bb24e727c60" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/fast_math-0.2.2.zip", + "archiveFileName": "fast_math-0.2.2.zip", + "size": 34783, + "checksum": "SHA-256:43d44fd02fc2a59ae43f0cd37f2e68c2bafb2e916557602902beadfe1f30173d" }, { - "name": "SerialConfigCommand", - "version": "0.4.0", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "Implement user commands via Serial easily.", - "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", - "website": "https://github.com/cygig/TimerEvent", - "category": "Uncategorized", + "name": "pulseInput", + "version": "1.0.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Non-blocking alternative to pulseIn", + "paragraph": "Simple interrupt-based alternative to arduino's pulseIn function.", + "website": "https://github.com/RCmags/pulseInput.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/SerialConfigCommand.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.0.zip", - "archiveFileName": "SerialConfigCommand-0.4.0.zip", - "size": 6504, - "checksum": "SHA-256:3bfbeb163584abe1f2c6e1a6ff89da8a41d7b87a7a0855b416fb766e015f3959" - }, - { - "name": "SerialConfigCommand", - "version": "0.4.1", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "Implement user commands via Serial easily.", - "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", - "website": "https://github.com/cygig/TimerEvent", - "category": "Uncategorized", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/RCmags/pulseInput.git", + "dependencies": [ + { + "name": "PinChangeInterrupt" + } ], - "repository": "https://github.com/cygig/SerialConfigCommand.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.1.zip", - "archiveFileName": "SerialConfigCommand-0.4.1.zip", - "size": 6623, - "checksum": "SHA-256:956a400ca0e3c312b13d75302597adc614958aa420dae1b8fcdd754924568fc0" + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/pulseInput-1.0.0.zip", + "archiveFileName": "pulseInput-1.0.0.zip", + "size": 6621, + "checksum": "SHA-256:01b97643723b0d97c29be85578fd5a22eb16760b5c479b12a515f150a6475618" }, { - "name": "SerialConfigCommand", - "version": "0.4.2", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "Implement user commands via Serial easily.", - "paragraph": "SerialConfigCommand allows user to issue commands, with or without values via the Serial Monitor easily. Example: \"LED=255\", \"Lock=1\", \"Start\". Uses Arduino String() class instead of character array.", - "website": "https://github.com/cygig/TimerEvent", - "category": "Uncategorized", + "name": "pulseInput", + "version": "1.1.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Non-blocking alternative to pulseIn", + "paragraph": "Simple interrupt-based alternative to arduino's pulseIn function.", + "website": "https://github.com/RCmags/pulseInput.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/SerialConfigCommand.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.4.2.zip", - "archiveFileName": "SerialConfigCommand-0.4.2.zip", - "size": 6618, - "checksum": "SHA-256:e188b57ee99d6cd6c15f43a3f3ab421f402da4d7c2f70a8bcaadac22f8ed060d" + "repository": "https://github.com/RCmags/pulseInput.git", + "dependencies": [ + { + "name": "PinChangeInterrupt" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/pulseInput-1.1.0.zip", + "archiveFileName": "pulseInput-1.1.0.zip", + "size": 8420, + "checksum": "SHA-256:e376fe9ec0799032f83c6ac7a718eec6143fc4cb0fe6fc59423630c24c1bdfb1" }, { - "name": "SerialConfigCommand", - "version": "0.5.0", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", - "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", - "website": "https://github.com/cygig/TimerEvent", - "category": "Uncategorized", + "name": "Escornabot-lib", + "version": "0.1.0-beta", + "author": "ROBOteach", + "maintainer": "ROBOteach (escornabot@roboteach.es)", + "sentence": "Escornabot library for Arduino.", + "paragraph": "A library with all the core functions and data required to program an Escornabot ROBOT, including the FIRMWARE (available in 'examples').", + "website": "https://roboteach.es/escornabot", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/SerialConfigCommand.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.5.0.zip", - "archiveFileName": "SerialConfigCommand-0.5.0.zip", - "size": 543589, - "checksum": "SHA-256:d3163d876356ab69a8838ed9a79262ec06d5492434d09e0097063c6007fb3f42" + "repository": "https://github.com/roboteach-es/escornabot-lib.git", + "providesIncludes": [ + "Escornalib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/roboteach-es/Escornabot_lib-0.1.0-beta.zip", + "archiveFileName": "Escornabot_lib-0.1.0-beta.zip", + "size": 65269, + "checksum": "SHA-256:75a677af96da6de7e601b2fb87decbc8f8cf58a199d53ed234f512128cf5ad5d" }, { - "name": "SerialConfigCommand", - "version": "0.5.1", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily.", - "paragraph": "SerialConfigCommand can allow for commands with or without values to be set. Example: \"LED=255\", \"Lock=1\", \"Start\". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.", - "website": "https://github.com/cygig/SerialConfigCommand", - "category": "Uncategorized", + "name": "Escornabot-lib", + "version": "0.1.1-beta", + "author": "ROBOteach", + "maintainer": "ROBOteach \u003cescornabot@roboteach.es\u003e", + "sentence": "Escornabot library for Arduino.", + "paragraph": "This library contains all the core functions and data required to program an Escornabot ROBOT, including the standard Firmware for the robot itself (available in 'examples').", + "website": "https://roboteach.es/escornabot", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/SerialConfigCommand.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SerialConfigCommand-0.5.1.zip", - "archiveFileName": "SerialConfigCommand-0.5.1.zip", - "size": 543586, - "checksum": "SHA-256:c617bd5cff198191c84bd7cb4f07386769a302ffb784fbdad7af31c621456d95" + "repository": "https://github.com/roboteach-es/escornabot-lib.git", + "providesIncludes": [ + "Escornabot-lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/roboteach-es/Escornabot_lib-0.1.1-beta.zip", + "archiveFileName": "Escornabot_lib-0.1.1-beta.zip", + "size": 219382, + "checksum": "SHA-256:5ad064dec2c0e73c340006b2a6236b8b7567bded2732b758f97f4fba7cd04481" }, { - "name": "APRS-Decoder-Lib", - "version": "0.0.1", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "Library to decode APRS messages.", - "paragraph": "This library will provide a simple way to decode APRS messages.", - "website": "https://github.com/peterus/APRS-Decoder-Lib", - "category": "Communication", + "name": "Escornabot-lib", + "version": "0.2.2-beta", + "author": "ROBOteach\u003cescornabot@roboteach.es\u003e", + "maintainer": "ROBOteach\u003cescornabot@roboteach.es\u003e", + "sentence": "Escornabot library for Arduino.", + "paragraph": "This library contains all the core functions and data required to program an Escornabot ROBOT, including the standard Firmware for the robot itself (available in 'examples').", + "website": "https://roboteach.es/escornabot", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "repository": "https://github.com/roboteach-es/escornabot-lib.git", "providesIncludes": [ - "APRS-Decoder.h" + "Escornabot-lib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.1.zip", - "archiveFileName": "APRS_Decoder_Lib-0.0.1.zip", - "size": 31845, - "checksum": "SHA-256:a6830b4dd33e1316dca1ac76e5a2374fe244c1af9693145a9dce4c35c13ae051" + "url": "https://downloads.arduino.cc/libraries/github.com/roboteach-es/Escornabot_lib-0.2.2-beta.zip", + "archiveFileName": "Escornabot_lib-0.2.2-beta.zip", + "size": 224912, + "checksum": "SHA-256:467ebe285145c92bdfe2c8e4aa17360575d6a0ab37b3e1668417d6ff29a7e4d9" }, { - "name": "APRS-Decoder-Lib", - "version": "0.0.3", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "Library to decode APRS messages.", - "paragraph": "This library will provide a simple way to decode APRS messages.", - "website": "https://github.com/peterus/APRS-Decoder-Lib", - "category": "Communication", + "name": "Escornabot-lib", + "version": "1.0.0", + "author": "ROBOteach\u003cescornabot@roboteach.es\u003e", + "maintainer": "ROBOteach\u003cescornabot@roboteach.es\u003e", + "sentence": "Escornabot library for Arduino.", + "paragraph": "This library contains all the core functions and data required to program an Escornabot ROBOT, including the standard Firmware for the robot itself (available in 'examples').", + "website": "https://roboteach.es/escornabot", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "repository": "https://github.com/roboteach-es/escornabot-lib.git", "providesIncludes": [ - "APRS-Decoder.h" + "Escornabot-lib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.3.zip", - "archiveFileName": "APRS_Decoder_Lib-0.0.3.zip", - "size": 6275, - "checksum": "SHA-256:277a4349afca32682ed296ee1e47f814664c8e932a53bf14572a759b47fafae9" + "url": "https://downloads.arduino.cc/libraries/github.com/roboteach-es/Escornabot_lib-1.0.0.zip", + "archiveFileName": "Escornabot_lib-1.0.0.zip", + "size": 226480, + "checksum": "SHA-256:b329941bf9f8370234c4eb6d3685ebb40a25302227153cb7a35e4224b8b951b3" }, { - "name": "APRS-Decoder-Lib", - "version": "0.0.4", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "Library to decode APRS messages.", - "paragraph": "This library will provide a simple way to decode APRS messages.", - "website": "https://github.com/peterus/APRS-Decoder-Lib", - "category": "Communication", + "name": "Escornabot-lib", + "version": "1.0.1", + "author": "ROBOteach", + "maintainer": "ROBOteach\u003cescornabot@roboteach.es\u003e", + "sentence": "Escornabot library for Arduino.", + "paragraph": "This library contains all the core functions and data required to program an Escornabot ROBOT, including the standard Firmware for the robot itself (available in 'examples').", + "website": "https://roboteach.es/escornabot", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", + "repository": "https://github.com/roboteach-es/escornabot-lib.git", "providesIncludes": [ - "APRS-Decoder.h" + "Escornabot-lib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.4.zip", - "archiveFileName": "APRS_Decoder_Lib-0.0.4.zip", - "size": 8141, - "checksum": "SHA-256:367723b91ede3fe25bcde65c752a84e09311344bc06d09f278d92bb6bafef274" + "url": "https://downloads.arduino.cc/libraries/github.com/roboteach-es/Escornabot_lib-1.0.1.zip", + "archiveFileName": "Escornabot_lib-1.0.1.zip", + "size": 227707, + "checksum": "SHA-256:3e3915429055eb83379a1df36917bc04739d57989b8e4140f651b0eda9297108" }, { - "name": "APRS-Decoder-Lib", - "version": "0.0.5", - "author": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "maintainer": "Peter Buchegger \u003cpeter@pbuchegger.at\u003e", - "sentence": "Library to decode APRS messages.", - "paragraph": "This library will provide a simple way to decode APRS messages.", - "website": "https://github.com/lora-aprs/APRS-Decoder-Lib", - "category": "Communication", + "name": "ServoMotor", + "version": "1.0.0", + "author": "XXXmags", + "maintainer": "XXXmags", + "sentence": "Library to make a custom/DIY servo motor.", + "paragraph": "Create a servo controlled via a PID loop with an analog sensor, a bidirectional DC motor, and an H-bridge.", + "website": "https://github.com/XXXmagss/ServoMotor.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/peterus/APRS-Decoder-Lib.git", - "providesIncludes": [ - "APRS-Decoder.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/peterus/APRS_Decoder_Lib-0.0.5.zip", - "archiveFileName": "APRS_Decoder_Lib-0.0.5.zip", - "size": 8215, - "checksum": "SHA-256:8d4cb60324f5946ef583bb7fe84ada51bb7b404ae914edd81973a78886298fc5" + "repository": "https://github.com/RCmags/ServoMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/ServoMotor-1.0.0.zip", + "archiveFileName": "ServoMotor-1.0.0.zip", + "size": 74678, + "checksum": "SHA-256:d6838cd0cd042480b8c0cbe7b89cc8294377ff9862ad4bd80cd3fa56db82a570" }, { - "name": "AD5231 Arduino Library", - "version": "0.1.0", - "author": "Will White", - "maintainer": "WD24 \u003chttps://github.com/WD24/AD5231-Arduino-Library\u003e", - "sentence": "Arduino Library for controlling the Analog Devices AD5231 SPI Digital Potentiometer (DigiPot)", - "paragraph": "The Analog Devices AD5231 Digital Potentiometer (DigiPot) has a 10 bit resolution(1024) avalable in several values (10 kΩ, 50 kΩ, and 100 kΩ) with either 3-5V single supply or +/- 2.5V communicating over SPI.", - "website": "https://github.com/WD24/AD5231-Arduino-Library", + "name": "ServoMotor", + "version": "1.0.1", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library to make a custom/DIY servo motor.", + "paragraph": "Create a servo controlled via a PID loop with an analog sensor, a bidirectional DC motor, and an H-bridge.", + "website": "https://github.com/RCmags/ServoMotor.git", "category": "Device Control", "architectures": [ "*" @@ -306963,164 +765728,161 @@ "types": [ "Contributed" ], - "repository": "https://github.com/WD24/AD5231-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/WD24/AD5231_Arduino_Library-0.1.0.zip", - "archiveFileName": "AD5231_Arduino_Library-0.1.0.zip", - "size": 18107, - "checksum": "SHA-256:059bbbcd4d06bb297ea0df44c51ca2d81ca5cb8ca0f69d0c99ed7518ee768ee9" + "repository": "https://github.com/RCmags/ServoMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/ServoMotor-1.0.1.zip", + "archiveFileName": "ServoMotor-1.0.1.zip", + "size": 75593, + "checksum": "SHA-256:4d6b091287a0274a5901e5547eedf445192cbbecc491d5f02def24979bc27f95" }, { - "name": "FeatherFault", - "version": "1.0.0", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "FeatherFault tells you why your Arduino program is crashing", - "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", - "website": "https://github.com/OPEnSLab-OSU/FeatherFault", + "name": "ServoMotor", + "version": "1.1.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Library to make a custom/DIY servo motor.", + "paragraph": "Create a servo controlled via a PID loop with an analog sensor, a bidirectional DC motor, and an H-bridge.", + "website": "https://github.com/RCmags/ServoMotor.git", "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", - "providesIncludes": [ - "FeatherFault.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.0.0.zip", - "archiveFileName": "FeatherFault-1.0.0.zip", - "size": 28999, - "checksum": "SHA-256:c559054ce9d0fcbea6475f44a122172cc5209b6e1f39027ed9eaf126f6e07233" + "repository": "https://github.com/RCmags/ServoMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/ServoMotor-1.1.0.zip", + "archiveFileName": "ServoMotor-1.1.0.zip", + "size": 74114, + "checksum": "SHA-256:70509364d3bb6b18bdf3b912d818beb0e5a096fcf17354106c3967453cbca03d" }, { - "name": "FeatherFault", - "version": "1.1.3", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "FeatherFault tells you why your Arduino program is crashing", - "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", - "website": "https://github.com/OPEnSLab-OSU/FeatherFault", - "category": "Device Control", + "name": "Bolder Flight Systems Terabee", + "version": "1.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Terabee Evo Hub.", + "paragraph": "This library supports readiing Terabee Evo Hub using a binary serial protocol.", + "website": "https://github.com/bolderflight/terabee", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "repository": "https://github.com/bolderflight/terabee.git", "providesIncludes": [ - "FeatherFault.h" + "terabee.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.3.zip", - "archiveFileName": "FeatherFault-1.1.3.zip", - "size": 29000, - "checksum": "SHA-256:818e4906031ea249a05105d081dd7a43909172155af90f1099bb004ba5bb923e" + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Terabee-1.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Terabee-1.0.0.zip", + "size": 10479958, + "checksum": "SHA-256:3440391f374f34c216e2ffe839706555d339af02a9ce02a67efd52a18703a039" }, { - "name": "FeatherFault", - "version": "1.1.4", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "FeatherFault tells you why your Arduino program is crashing", - "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", - "website": "https://github.com/OPEnSLab-OSU/FeatherFault", - "category": "Device Control", + "name": "Bolder Flight Systems Terabee", + "version": "1.0.1", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Terabee Evo Hub.", + "paragraph": "This library supports readiing Terabee Evo Hub using a binary serial protocol.", + "website": "https://github.com/bolderflight/terabee", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "repository": "https://github.com/bolderflight/terabee.git", "providesIncludes": [ - "FeatherFault.h" + "terabee.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.4.zip", - "archiveFileName": "FeatherFault-1.1.4.zip", - "size": 30417, - "checksum": "SHA-256:c31e3749a82bcd5a4450014d6c9733e8731eacb8b332db524aa1a022a3da527b" + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Terabee-1.0.1.zip", + "archiveFileName": "Bolder_Flight_Systems_Terabee-1.0.1.zip", + "size": 10479825, + "checksum": "SHA-256:55c93cbf8c1232056ab552fbb52df58063562dad6d7e3a872a135add79308eda" }, { - "name": "FeatherFault", - "version": "1.1.5", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "FeatherFault tells you why your Arduino program is crashing", - "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", - "website": "https://github.com/OPEnSLab-OSU/FeatherFault", - "category": "Device Control", + "name": "Bolder Flight Systems Terabee", + "version": "1.0.2", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with Terabee Evo Hub.", + "paragraph": "This library supports readiing Terabee Evo Hub using a binary serial protocol.", + "website": "https://github.com/bolderflight/terabee", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "repository": "https://github.com/bolderflight/terabee.git", "providesIncludes": [ - "FeatherFault.h" + "terabee.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.5.zip", - "archiveFileName": "FeatherFault-1.1.5.zip", - "size": 30463, - "checksum": "SHA-256:17596495f1337188841122f92d619d393ae1ba0f02ce70d16533011ae2d8557c" + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Terabee-1.0.2.zip", + "archiveFileName": "Bolder_Flight_Systems_Terabee-1.0.2.zip", + "size": 10479974, + "checksum": "SHA-256:e561f495addb4dfca52b0ec4d0ac2627798347eb4a9ffc7921d04734e96dd42d" }, { - "name": "FeatherFault", - "version": "1.1.6", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "FeatherFault tells you why your Arduino program is crashing", - "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", - "website": "https://github.com/OPEnSLab-OSU/FeatherFault", - "category": "Device Control", + "name": "EasyLogger", + "version": "1.0.0", + "author": "Alex Skov Jensen \u003carduino-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Leave logging statements in your sketch. It will be compiled out when you change loglevel.", + "website": "https://github.com/x821938/EasyLogger", + "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "FeatherFault.h" + "Logging.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.6.zip", - "archiveFileName": "FeatherFault-1.1.6.zip", - "size": 30466, - "checksum": "SHA-256:8866309c58378bd7ab57ef888358a272c42dfffc573b1ec896c6d63c27e2eafa" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.0.zip", + "archiveFileName": "EasyLogger-1.0.0.zip", + "size": 5346, + "checksum": "SHA-256:57bcd0a56ccd639a1906afeaa781533fda78245a144f18bb6cca43a3157ade06" }, { - "name": "FeatherFault", - "version": "1.1.7", - "author": "Noah Koontz \u003ckoontzn@oregonstate.edu\u003e", - "maintainer": "OPEnS Lab", - "sentence": "FeatherFault tells you why your Arduino program is crashing", - "paragraph": "When a microcontroller crashes or hangs, it can be quite difficult to troubleshoot what caused it. FeatherFault is an attempt to build a system that can not only recover from a crash, but tell you why the crash happened.", - "website": "https://github.com/OPEnSLab-OSU/FeatherFault", - "category": "Device Control", + "name": "EasyLogger", + "version": "1.0.1", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Leave logging statements in your sketch. It will be compiled out when you change loglevel.", + "website": "https://github.com/x821938/EasyLogger", + "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OPEnSLab-OSU/FeatherFault.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "FeatherFault.h" + "EasyLogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/OPEnSLab-OSU/FeatherFault-1.1.7.zip", - "archiveFileName": "FeatherFault-1.1.7.zip", - "size": 30454, - "checksum": "SHA-256:01a836dda3f8600cf7ec3b39ba15d49c7efc395c4b19e51f7dfe74b95ff18bc7" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.1.zip", + "archiveFileName": "EasyLogger-1.0.1.zip", + "size": 9949, + "checksum": "SHA-256:14ff63be3218defaa7405370945df9baf8c50c131828dd4006f72ed16c1c48d9" }, { - "name": "Gigabits", - "version": "0.0.2", - "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", - "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", - "sentence": "Gigabits interface for Arduino", - "paragraph": "This library interfaces with the Gigabits API", - "website": "https://github.com/gigabits-org/gigabits-arduino", + "name": "EasyLogger", + "version": "1.0.2", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Leave logging statements in your sketch. It will be compiled out when you change loglevel.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ "*" @@ -307128,28 +765890,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "Gigabits.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - } + "EasyLogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.2.zip", - "archiveFileName": "Gigabits-0.0.2.zip", - "size": 29652, - "checksum": "SHA-256:8cf97a3c6ea601dc8aaea50d0e226762e3e5893f1ab633c108f790accc943935" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.2.zip", + "archiveFileName": "EasyLogger-1.0.2.zip", + "size": 11048, + "checksum": "SHA-256:038c742486f8fcd697bfbdb8be38d90ebee6ed2a9c3bbddd64be2c203b9b2a2f" }, { - "name": "Gigabits", - "version": "0.0.3", - "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", - "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", - "sentence": "Gigabits interface for Arduino", - "paragraph": "This library interfaces with the Gigabits API", - "website": "https://github.com/gigabits-org/gigabits-arduino", + "name": "EasyLogger", + "version": "1.0.3", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Leave logging statements in your sketch. It will be compiled out when you change loglevel.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ "*" @@ -307157,28 +765914,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "Gigabits.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - } + "EasyLogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.3.zip", - "archiveFileName": "Gigabits-0.0.3.zip", - "size": 48799, - "checksum": "SHA-256:0df76c56430e018c6f2c8efbd33d50962b6db808ad965052e639ca5553c24ee6" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.3.zip", + "archiveFileName": "EasyLogger-1.0.3.zip", + "size": 11306, + "checksum": "SHA-256:44dc617b6e8030c72d511065c98c451014fafd23b21efecb3ee258aa7d454f01" }, { - "name": "Gigabits", - "version": "0.0.4", - "author": "Robert Carle \u003crcarle3911@gmail.com\u003e", - "maintainer": "Robert Carle \u003crcarle3911@gmail.com\u003e", - "sentence": "Gigabits interface for Arduino", - "paragraph": "This library interfaces with the Gigabits API", - "website": "https://github.com/gigabits-org/gigabits-arduino", + "name": "EasyLogger", + "version": "1.0.4", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ "*" @@ -307186,76 +765938,71 @@ "types": [ "Contributed" ], - "repository": "https://github.com/gigabits-org/gigabits-arduino.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "Gigabits.h" + "EasyLogger.h" ], - "dependencies": [ - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/gigabits-org/Gigabits-0.0.4.zip", - "archiveFileName": "Gigabits-0.0.4.zip", - "size": 50799, - "checksum": "SHA-256:2503086ace835616ec742947318e7ce197ceeade716d3cf5c92b19ff43a9325c" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.4.zip", + "archiveFileName": "EasyLogger-1.0.4.zip", + "size": 11582, + "checksum": "SHA-256:5a14eb7f5012b0fac8632a5422f7b04b0b5034476c0414552f0c37ca032854ae" }, { - "name": "STM32duino ST25DV", - "version": "1.0.0", - "author": "STMicroelectronics", - "maintainer": "stm32duino", - "sentence": "Allows controlling the NFC ST25DV", - "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", - "website": "https://github.com/stm32duino/ST25DV", + "name": "EasyLogger", + "version": "1.0.5", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ - "stm32", - "avr", - "samd", - "arc32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/ST25DV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.0.zip", - "archiveFileName": "STM32duino_ST25DV-1.0.0.zip", - "size": 107074, - "checksum": "SHA-256:892ac8b9afad2dcf3c8cc1cf7dd3b5f03f3e512675f1c16b2b8726b19368b471" + "repository": "https://github.com/x821938/EasyLogger.git", + "providesIncludes": [ + "EasyLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.5.zip", + "archiveFileName": "EasyLogger-1.0.5.zip", + "size": 11589, + "checksum": "SHA-256:80fa3a4ac73b7131234f2522498ce815b08ed711a69025922671863657872c0a" }, { - "name": "STM32duino ST25DV", - "version": "1.0.1", - "author": "STMicroelectronics", - "maintainer": "stm32duino", - "sentence": "Allows controlling the NFC ST25DV", - "paragraph": "This library provides the drivers and a sample application to control NFC ST25DV", - "website": "https://github.com/stm32duino/ST25DV", + "name": "EasyLogger", + "version": "1.0.6", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ - "stm32", - "avr", - "samd", - "arc32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/ST25DV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ST25DV-1.0.1.zip", - "archiveFileName": "STM32duino_ST25DV-1.0.1.zip", - "size": 107084, - "checksum": "SHA-256:68cc33fca6faeb2b87ae75589a8b3897d69788efbf8b284edeb7a6a4134ff3ef" + "repository": "https://github.com/x821938/EasyLogger.git", + "providesIncludes": [ + "EasyLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.6.zip", + "archiveFileName": "EasyLogger-1.0.6.zip", + "size": 11586, + "checksum": "SHA-256:1c58cefc0b003613c55262886e02fd98a73bd8123f4695ff760a3ec6ff06bd7b" }, { - "name": "USB-MIDI", - "version": "1.0.0", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "USB-MIDI I/Os for Arduino", - "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", - "website": "https://github.com/lathoub/USB-MIDI", + "name": "EasyLogger", + "version": "1.0.7", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ "*" @@ -307263,28 +766010,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/USB-MIDI.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "USB-MIDI.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - } + "EasyLogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.0.0.zip", - "archiveFileName": "USB_MIDI-1.0.0.zip", - "size": 6744, - "checksum": "SHA-256:5300fda6963a9e50abc0f53e91c8f094910828dcc45b7765e4ce904ccca7a43a" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.7.zip", + "archiveFileName": "EasyLogger-1.0.7.zip", + "size": 13781, + "checksum": "SHA-256:29e3f2263117945da44c0e21d7f187dc05be2a18ecbbd455536c1772bd618680" }, { - "name": "USB-MIDI", - "version": "1.1.0", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "USB-MIDI I/Os for Arduino", - "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", - "website": "https://github.com/lathoub/Arduino-USBMIDI", + "name": "EasyLogger", + "version": "1.0.8", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ "*" @@ -307292,31 +766034,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/USB-MIDI.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "USB-MIDI.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - }, - { - "name": "MIDIUSB" - } + "EasyLogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.0.zip", - "archiveFileName": "USB_MIDI-1.1.0.zip", - "size": 13880, - "checksum": "SHA-256:42b66ca44721930dcc64d1cfb0c377b844ed649c3e0f5deb26808731c9ca9fea" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.8.zip", + "archiveFileName": "EasyLogger-1.0.8.zip", + "size": 13751, + "checksum": "SHA-256:638c5b5d4aec2ea8d40cbb521917a7c26cff142d0b4cd01dccb20a6e36756366" }, { - "name": "USB-MIDI", - "version": "1.1.1", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "USB-MIDI I/Os for Arduino", - "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", - "website": "https://github.com/lathoub/Arduino-USBMIDI", + "name": "EasyLogger", + "version": "1.0.9", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ "*" @@ -307324,31 +766058,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/USB-MIDI.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "USB-MIDI.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - }, - { - "name": "MIDIUSB" - } + "EasyLogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.1.zip", - "archiveFileName": "USB_MIDI-1.1.1.zip", - "size": 13878, - "checksum": "SHA-256:7c98530df8d1ab2498253cdc6c21a97e0145acc244f4bc4b9d3250ef2522842c" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.0.9.zip", + "archiveFileName": "EasyLogger-1.0.9.zip", + "size": 13753, + "checksum": "SHA-256:9f93a5843c93a816cda6982c4f17bfa84434342222617219a8420b521cccb286" }, { - "name": "USB-MIDI", - "version": "1.1.2", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "USB-MIDI I/Os for Arduino", - "paragraph": "Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer. This library depends on the FortySevenEffects MIDI Library.", - "website": "https://github.com/lathoub/Arduino-USBMIDI", + "name": "EasyLogger", + "version": "1.1.0", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", "category": "Communication", "architectures": [ "*" @@ -307356,115 +766082,119 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/USB-MIDI.git", + "repository": "https://github.com/x821938/EasyLogger.git", "providesIncludes": [ - "USB-MIDI.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - }, - { - "name": "MIDIUSB" - } + "EasyLogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/USB_MIDI-1.1.2.zip", - "archiveFileName": "USB_MIDI-1.1.2.zip", - "size": 14084, - "checksum": "SHA-256:74828c7955f53285b018886cfb8cec6af7c3de04ef7d2f50cd2bc536b03e1e35" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.1.0.zip", + "archiveFileName": "EasyLogger-1.1.0.zip", + "size": 13797, + "checksum": "SHA-256:1dfbb96e7e19b4ffcc29c1d2b70f38ee1f195f1675c8e886d7adf2d5cff5f399" }, { - "name": "I2cMotors_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls i2c motor driver.", - "paragraph": "It can control speed of left and right motors.", - "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", - "category": "Device Control", + "name": "EasyLogger", + "version": "1.1.1", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.0.zip", - "archiveFileName": "I2cMotors_asukiaaa-1.0.0.zip", - "size": 4937, - "checksum": "SHA-256:916460644660f76b5748f0f71e4738540551c2db4c5ad011fbef5bd21f7151f3" + "repository": "https://github.com/x821938/EasyLogger.git", + "providesIncludes": [ + "EasyLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.1.1.zip", + "archiveFileName": "EasyLogger-1.1.1.zip", + "size": 14123, + "checksum": "SHA-256:b8d47c4abb1d991423254a29c7df769720c4c449a82435ade4662ee34b46d199" }, { - "name": "I2cMotors_asukiaaa", - "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls i2c motor driver.", - "paragraph": "It can control speed of left and right motors.", - "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", - "category": "Device Control", + "name": "EasyLogger", + "version": "1.1.2", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.1.zip", - "archiveFileName": "I2cMotors_asukiaaa-1.0.1.zip", - "size": 5101, - "checksum": "SHA-256:c743e1674d4885f1648602f9347ac6c35ab85cf3d53eda499f221f838dafacfe" + "repository": "https://github.com/x821938/EasyLogger.git", + "providesIncludes": [ + "EasyLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.1.2.zip", + "archiveFileName": "EasyLogger-1.1.2.zip", + "size": 14207, + "checksum": "SHA-256:af68f49af8db726e43b8df94729ad0b4e6560730d7bef1e50032b125a09b2742" }, { - "name": "I2cMotors_asukiaaa", - "version": "1.0.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls i2c motor driver.", - "paragraph": "It can control speed of left and right motors.", - "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", - "category": "Device Control", + "name": "EasyLogger", + "version": "1.1.4", + "author": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003card-contact@offline.dk\u003e", + "sentence": "A library to do serial logging the easy and lightweight way", + "paragraph": "Log easily in your sketch at different loglevels. The output is presented nicely with a timestamp down to the milliseconds. Even if your are worried about sketch size, you can still Leave logging statements in your sketch. When you change loglevels your log-statements will be compiled out.", + "website": "https://github.com/x821938/EasyLogger", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.2.zip", - "archiveFileName": "I2cMotors_asukiaaa-1.0.2.zip", - "size": 5102, - "checksum": "SHA-256:14223c22b177d19a94c51dd60cfbcf8dbb9cf3fb01faeccd8d69a93d1a09f95a" + "repository": "https://github.com/x821938/EasyLogger.git", + "providesIncludes": [ + "EasyLogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/EasyLogger-1.1.4.zip", + "archiveFileName": "EasyLogger-1.1.4.zip", + "size": 14528, + "checksum": "SHA-256:d19e00cbd89a7d5610bf2bc4f146a1e4f861ac9c1f139ffcf49780eab2b39c8d" }, { - "name": "I2cMotors_asukiaaa", - "version": "1.0.3", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It controls i2c motor driver.", - "paragraph": "It can control speed of left and right motors.", - "website": "https://github.com/asukiaaa/I2cMotors_asukiaaa", - "category": "Device Control", + "name": "EmberGL", + "version": "0.1.0", + "author": "Jarkko Lempiainen", + "maintainer": "Jarkko Lempiainen \u003cjarkko@embergl.org\u003e", + "sentence": "Low-Level 2D/3D Graphics Library", + "paragraph": "High-performance 2D/3D graphics library with optimized display drivers. Features a tile-based software rasterizer for minimal RAM usage, supporting programmable vertex/pixel/tile shaders, textures, depth buffer, occlusion culling, MRTs, etc.", + "website": "https://github.com/JarkkoPFC/EmberGL", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cMotors_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMotors_asukiaaa-1.0.3.zip", - "archiveFileName": "I2cMotors_asukiaaa-1.0.3.zip", - "size": 5145, - "checksum": "SHA-256:24d3e21bbeb67fa134eb060064686453f9c49ebacca1d0fbce81d97e48eee899" + "repository": "https://github.com/EmberGL-org/EmberGL.git", + "providesIncludes": [ + "egl_device_lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmberGL-org/EmberGL-0.1.0.zip", + "archiveFileName": "EmberGL-0.1.0.zip", + "size": 2605952, + "checksum": "SHA-256:9a565393a02472934440ff2e7a9c8595d1f4f5fd80df71e7caf37aa292fe6c50" }, { - "name": "ssd1306xled", - "version": "0.0.1", - "author": "Neven Boyanov, Tejashwi Kalp Taru, David Johnson-Davies", - "maintainer": "Tejashwi Kalp Taru", - "sentence": "SSD1306, SSD1315 or SSH1106 OLED screen driver", - "paragraph": "SSD1306, SSD1315 or SSH1106 OLED screen driver", - "website": "https://github.com/tejashwikalptaru/ssd1306xled", + "name": "EmberGL", + "version": "0.1.1", + "author": "Jarkko Lempiainen", + "maintainer": "Jarkko Lempiainen \u003cjarkko@embergl.org\u003e", + "sentence": "Low-Level 2D/3D Graphics Library", + "paragraph": "High-performance 2D/3D graphics library with optimized display drivers. Features a tile-based software rasterizer for minimal RAM usage, supporting programmable vertex/pixel/tile shaders, textures, depth buffer, occlusion culling, MRTs, etc.", + "website": "https://github.com/EmberGL-Org/EmberGL", "category": "Display", "architectures": [ "*" @@ -307472,1115 +766202,1244 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tejashwikalptaru/ssd1306xled.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tejashwikalptaru/ssd1306xled-0.0.1.zip", - "archiveFileName": "ssd1306xled-0.0.1.zip", - "size": 13027, - "checksum": "SHA-256:1c40592f8286f3164ae572343628c9ce05c4f5b9a94aa6ed5cac8a4c067461b2" + "repository": "https://github.com/EmberGL-org/EmberGL.git", + "providesIncludes": [ + "egl_device_lib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmberGL-org/EmberGL-0.1.1.zip", + "archiveFileName": "EmberGL-0.1.1.zip", + "size": 2605952, + "checksum": "SHA-256:9f30ed142badbbf0f3a93cc954bf7be568314769c338bd5d89b30f72d6829f57" }, { - "name": "Motor_RS", - "version": "1.0.0", - "author": "Rahul Shrivastava \u003crahul.stva@gmail.com\u003e", - "maintainer": "Rahul Shrivastava \u003crahul.stva@gmail.com\u003e", - "sentence": "Library for L293D.", - "paragraph": "You can one DC Motor, forward, back and stop.", - "website": "https://github.com/rahulstva/Motor_RS", - "category": "Device Control", + "name": "basicCalculus", + "version": "0.1.0", + "author": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "maintainer": "RCmags \u003cmemoryofatrufestival@gmail.com\u003e", + "sentence": "Perform real-time 1D integration and differentiation", + "paragraph": "Simple library that uses an alpha-beta filter to perform numerical differentiation and integration", + "website": "https://github.com/RCmags/basicCalculus", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/rahulstva/Motor_RS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rahulstva/Motor_RS-1.0.0.zip", - "archiveFileName": "Motor_RS-1.0.0.zip", - "size": 15095, - "checksum": "SHA-256:f13aff9f7c8b1babac893656c01bcb3a2c66ad9d4012692a703012519375f9d1" + "repository": "https://github.com/RCmags/basicCalculus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RCmags/basicCalculus-0.1.0.zip", + "archiveFileName": "basicCalculus-0.1.0.zip", + "size": 7046, + "checksum": "SHA-256:86a7e0ae163322c14d18f89b09877cf519b799fb54eaa13b1d6b5dd13953debb" }, { - "name": "lv_arduino", - "version": "2.0.2", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "https://littlevgl.com", - "category": "Display", + "name": "MODULE_4IN8OUT", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack MODULE 4IN8OUT", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Module-4IN8OUT", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_arduino.git", + "repository": "https://github.com/m5stack/M5Module-4IN8OUT.git", "providesIncludes": [ - "lvgl.h" + "MODULE_4IN8OUT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.0.2.zip", - "archiveFileName": "lv_arduino-2.0.2.zip", - "size": 794932, - "checksum": "SHA-256:657eb1f24e63d42e6c1175a7a5e107f460eb018b269887f1ed25192aeb14b034" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/MODULE_4IN8OUT-0.0.1.zip", + "archiveFileName": "MODULE_4IN8OUT-0.0.1.zip", + "size": 6010, + "checksum": "SHA-256:a0d39bf54f9d9cd3f920c9d4f0d6041ed2d038056affed10222225dea0600363" }, { - "name": "lv_arduino", - "version": "2.0.3", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "https://littlevgl.com", + "name": "nw2s_portenta_SSD1322", + "version": "0.1.0", + "author": "Scott Wilson/nw2s", + "maintainer": "Scott Wilson \u003csw@nw2s.net\u003e", + "sentence": "ssd1322 display driver for Portenta H7", + "paragraph": "This display driver is tested on Portenta H7 and includes a 20px high antialiased grayscale verison of the Fira Code font which is capable of 3x19 characters. For wiring instructions, please see https://github.com/nw2s/nw2s_portenta_SSD1322", + "website": "https://github.com/nw2s/nw2s_portenta_SSD1322", "category": "Display", "architectures": [ - "*" + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_arduino.git", + "repository": "https://github.com/nw2s/nw2s_portenta_SSD1322.git", "providesIncludes": [ - "lvgl.h" + "nw2s_portenta_ssd1322.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.0.3.zip", - "archiveFileName": "lv_arduino-2.0.3.zip", - "size": 801239, - "checksum": "SHA-256:8026e204e6a5d36fa963fd653a33ef643257c495ae307ff71ddb9713ac48f82d" + "url": "https://downloads.arduino.cc/libraries/github.com/nw2s/nw2s_portenta_SSD1322-0.1.0.zip", + "archiveFileName": "nw2s_portenta_SSD1322-0.1.0.zip", + "size": 274790, + "checksum": "SHA-256:555345527fa56aa90ed7da9ca3d840f137ea705651ca2caf5a5022d877e18222" }, { - "name": "lv_arduino", - "version": "2.1.4", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "https://littlevgl.com", + "name": "nw2s_portenta_SSD1322", + "version": "0.1.1", + "author": "Scott Wilson/nw2s", + "maintainer": "Scott Wilson \u003csw@nw2s.net\u003e", + "sentence": "ssd1322 display driver for Portenta H7", + "paragraph": "This display driver is tested on Portenta H7 and includes a 20px high antialiased grayscale verison of the Fira Code font which is capable of 3x19 characters. For wiring instructions, please see https://github.com/nw2s/nw2s_portenta_SSD1322", + "website": "https://github.com/nw2s/nw2s_portenta_SSD1322", "category": "Display", "architectures": [ - "*" + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_arduino.git", + "repository": "https://github.com/nw2s/nw2s_portenta_SSD1322.git", "providesIncludes": [ - "lvgl.h" + "nw2s_portenta_ssd1322.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.1.4.zip", - "archiveFileName": "lv_arduino-2.1.4.zip", - "size": 1093542, - "checksum": "SHA-256:020c25a239969f2f8858733720ed6097d594c430c2ad1947af36edaaec00c1a4" + "url": "https://downloads.arduino.cc/libraries/github.com/nw2s/nw2s_portenta_SSD1322-0.1.1.zip", + "archiveFileName": "nw2s_portenta_SSD1322-0.1.1.zip", + "size": 274800, + "checksum": "SHA-256:67852f84c8aa223265679eabdaba16220e19ce6f5f47ad217c746220e6109b81" }, { - "name": "lv_arduino", - "version": "2.1.5", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "https://littlevgl.com", + "name": "nw2s_portenta_SSD1322", + "version": "0.2.0", + "author": "Scott Wilson/nw2s", + "maintainer": "Scott Wilson \u003csw@nw2s.net\u003e", + "sentence": "ssd1322 display driver for Portenta H7", + "paragraph": "This display driver is tested on Portenta H7 and includes a 20px high antialiased grayscale verison of the Fira Code font which is capable of 3x19 characters. For wiring instructions, please see https://github.com/nw2s/nw2s_portenta_SSD1322", + "website": "https://github.com/nw2s/nw2s_portenta_SSD1322", "category": "Display", "architectures": [ - "*" + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_arduino.git", + "repository": "https://github.com/nw2s/nw2s_portenta_SSD1322.git", "providesIncludes": [ - "lvgl.h" + "nw2s_portenta_ssd1322.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-2.1.5.zip", - "archiveFileName": "lv_arduino-2.1.5.zip", - "size": 1265303, - "checksum": "SHA-256:6f68d8e129c7d23a0e24095a4e6e4a0addf27a813f94de800d0a866c411b0f9b" + "url": "https://downloads.arduino.cc/libraries/github.com/nw2s/nw2s_portenta_SSD1322-0.2.0.zip", + "archiveFileName": "nw2s_portenta_SSD1322-0.2.0.zip", + "size": 6522776, + "checksum": "SHA-256:3dbfda8e5b301b463e6906427873900383cc606ff0d9ecb543e825437b557dc6" }, { - "name": "lv_arduino", - "version": "3.0.0", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "https://lvgl.io", - "category": "Display", + "name": "LUHN", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating LUHN checksum.", + "website": "https://github.com/RobTillaart/LUHN", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_arduino.git", + "repository": "https://github.com/RobTillaart/LUHN.git", "providesIncludes": [ - "lvgl.h" + "LUHN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-3.0.0.zip", - "archiveFileName": "lv_arduino-3.0.0.zip", - "size": 7089891, - "checksum": "SHA-256:e1b1004d699706e33f4f43d140327a482cadc29f64aaadcefddc828e459bd180" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LUHN-0.1.0.zip", + "archiveFileName": "LUHN-0.1.0.zip", + "size": 8098, + "checksum": "SHA-256:ffc814192d53fe04f2832fc49890c734d713e2dc7a2880dd8bb69db4e5283b81" }, { - "name": "lv_arduino", - "version": "3.0.1", - "author": "Gabor Kiss-Vamosi", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Full-featured Graphics Library for embedded systems", - "paragraph": "Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint.", - "website": "https://lvgl.io", - "category": "Display", + "name": "LUHN", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating LUHN checksum.", + "website": "https://github.com/RobTillaart/LUHN", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_arduino.git", + "repository": "https://github.com/RobTillaart/LUHN.git", "providesIncludes": [ - "lvgl.h" + "LUHN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_arduino-3.0.1.zip", - "archiveFileName": "lv_arduino-3.0.1.zip", - "size": 7091413, - "checksum": "SHA-256:f34039921e204157ee17113e2ce049f328bf2859a5bd66b91a28e527ff128ccc" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LUHN-0.1.1.zip", + "archiveFileName": "LUHN-0.1.1.zip", + "size": 9425, + "checksum": "SHA-256:e16f98e336c63082de5227e474581165039a51fc1c6ce4af1c44f1c1a559c5f9" }, { - "name": "uTLGBotLib", - "version": "1.0.0", - "author": "JRios", - "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", - "sentence": "Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots.", - "paragraph": "Universal Telegram Bot library for Arduino, ESP-IDF and Native (Windows and Linux) devices, that let you create Telegram Bots. You can use it with ESP8266 and ESP32 microcontrollers.", - "website": "https://github.com/J-Rios/uTLGBotLib-arduino", - "category": "Communication", + "name": "LUHN", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating LUHN checksum.", + "website": "https://github.com/RobTillaart/LUHN", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/J-Rios/uTLGBotLib-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/uTLGBotLib-1.0.0.zip", - "archiveFileName": "uTLGBotLib-1.0.0.zip", - "size": 72906, - "checksum": "SHA-256:237e687641c4882e432ed93ea650c5505ef25d5fddee26b10d6bcd9bcd12a53b" + "repository": "https://github.com/RobTillaart/LUHN.git", + "providesIncludes": [ + "LUHN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LUHN-0.2.0.zip", + "archiveFileName": "LUHN-0.2.0.zip", + "size": 12586, + "checksum": "SHA-256:19a85e965bca0a639602c04e720b0f822981c6832cd691e650142cddbc369301" }, { - "name": "basicGLCD", - "version": "1.0.1", - "author": "Park Kwangryeol \u003cpkr7098@gmail.com\u003e", - "maintainer": "Kwangryeol Park \u003cpkr7098@gmail.com\u003e", - "sentence": "This library is for QY-12854BG(= GLCD).", - "paragraph": "You can set all the pins seperately(ex setDataPins(), setRWPin()....). there are no functions for image, but only for text(in ver 1.0.0)", - "website": "https://github.com/KwangryeolPark/GLCD_QY_12864BG", - "category": "Display", + "name": "LUHN", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for calculating LUHN checksum.", + "website": "https://github.com/RobTillaart/LUHN", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/KwangryeolPark/GLCD_QY_12864BG.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KwangryeolPark/basicGLCD-1.0.1.zip", - "archiveFileName": "basicGLCD-1.0.1.zip", - "size": 9443, - "checksum": "SHA-256:b3bce330d108243c0305a2a29ffa28146b129c5e98fc64058e9868007535dad8" + "repository": "https://github.com/RobTillaart/LUHN.git", + "providesIncludes": [ + "LUHN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LUHN-0.2.1.zip", + "archiveFileName": "LUHN-0.2.1.zip", + "size": 12761, + "checksum": "SHA-256:5a1b45acba3c1058058e18e4cf565ec5999f80fd988df937529cefebe0d6517c" }, { - "name": "ESP_AT_WiFiManager", + "name": "SPL06-001", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "WiFi/Credentials Manager for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields with fallback web configuration portal", - "paragraph": "Library to configure WiFi/Credentials at runtime for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP.", - "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", - "category": "Communication", + "author": "happy12", + "maintainer": "happy12", + "sentence": "Arduino library for SPL06-001 sensor", + "paragraph": "Arduino library to support SPL06-001 pressure sensor.", + "website": "https://github.com/happy12/SPL06-001", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", + "repository": "https://github.com/happy12/SPL06-001.git", + "providesIncludes": [ + "SPL06-001.h" + ], "dependencies": [ { - "name": "ESP_AT_WebServer" + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.0.zip", - "archiveFileName": "ESP_AT_WiFiManager-1.0.0.zip", - "size": 109968, - "checksum": "SHA-256:5ccf69143dd7eb9c31b6a7774802904cf630d9e39ca2c23b1f3205186e37a65e" + "url": "https://downloads.arduino.cc/libraries/github.com/happy12/SPL06_001-1.0.0.zip", + "archiveFileName": "SPL06_001-1.0.0.zip", + "size": 11612, + "checksum": "SHA-256:f7318790d0862527f54b1e4a551d495c71a8f5865a1a557690eb0329264a30ea" }, { - "name": "ESP_AT_WiFiManager", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", - "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", - "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", - "category": "Communication", - "architectures": [ - "*" + "name": "tcUnicodeHelper", + "version": "0.1.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries", + "paragraph": "Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries", + "website": "https://github.com/davetcc/tcUnicodeHelper", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/davetcc/tcUnicodeHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcUnicodeHelper-0.1.0.zip", + "archiveFileName": "tcUnicodeHelper-0.1.0.zip", + "size": 62392, + "checksum": "SHA-256:359659f7e762f3fb26b60c539e9a73b414e50f5e894c9206c5a730bf0b66f2ee" + }, + { + "name": "tcUnicodeHelper", + "version": "0.2.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries", + "paragraph": "Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries", + "website": "https://github.com/davetcc/tcUnicodeHelper", + "category": "Other", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - } + "repository": "https://github.com/davetcc/tcUnicodeHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcUnicodeHelper-0.2.0.zip", + "archiveFileName": "tcUnicodeHelper-0.2.0.zip", + "size": 62662, + "checksum": "SHA-256:5cdebb6756ad23609fdefcf7bf173a60de7d30e30993147950a51532a3c799f5" + }, + { + "name": "tcUnicodeHelper", + "version": "1.0.0", + "author": "davetcc", + "maintainer": "https://www.thecoderscorner.com", + "sentence": "Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries", + "paragraph": "Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries", + "website": "https://github.com/davetcc/tcUnicodeHelper", + "category": "Other", + "architectures": [], + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.1.zip", - "archiveFileName": "ESP_AT_WiFiManager-1.0.1.zip", - "size": 115243, - "checksum": "SHA-256:479c090e391c1f267d7503847dfdcaed2073c409f20444db82087eac237785ea" + "repository": "https://github.com/davetcc/tcUnicodeHelper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcUnicodeHelper-1.0.0.zip", + "archiveFileName": "tcUnicodeHelper-1.0.0.zip", + "size": 65711, + "checksum": "SHA-256:ad7fcbfa6a0abf606190cfe5b047338fd25f58692efe917ac3369ca5b13f7ccb" }, { - "name": "ESP_AT_WiFiManager", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", - "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", - "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", - "category": "Communication", + "name": "AtomicWeight", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AtomicWeight", + "paragraph": "Mass,atoms,weight,PTOE,periodic,elements", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - } + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.2.zip", - "archiveFileName": "ESP_AT_WiFiManager-1.0.2.zip", - "size": 2535557, - "checksum": "SHA-256:eb670399c3ee63d97fefcec999afaac26da22b2195f19cb7c12c725bef8c4330" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.1.0.zip", + "archiveFileName": "AtomicWeight-0.1.0.zip", + "size": 12093, + "checksum": "SHA-256:804815babe109ce705c801185aa62904b50f8595f11fc6cf979e6bd3c226b721" }, { - "name": "ESP_AT_WiFiManager", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, SAMD FlashStorage, DueFlashStorage of nRF52 LittleFS.", - "paragraph": "Library to configure WiFi/Credentials at runtime for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, etc. boards running ESP8266/ESP32-AT-command shields. You can also specify static AP and STA IP.", - "website": "https://github.com/khoih-prog/ESP_AT_WiFiManager", - "category": "Communication", + "name": "AtomicWeight", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AtomicWeight", + "paragraph": "Mass,atoms,weight,PTOE,periodic,elements", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WiFiManager.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - } + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WiFiManager-1.0.3.zip", - "archiveFileName": "ESP_AT_WiFiManager-1.0.3.zip", - "size": 2633771, - "checksum": "SHA-256:6c4e00638dc432336d9fcac4c87b0be5e8a598de5cc2884e45bf86988848ba6e" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.1.1.zip", + "archiveFileName": "AtomicWeight-0.1.1.zip", + "size": 12571, + "checksum": "SHA-256:3979a30de644676009ffef87f7bb4d5403a7f8dc654855d089ebedf6e0847634" }, { - "name": "ArxRobot Library", - "version": "1.0.0", - "author": "Gary Hill", - "maintainer": "AoSA \u003carxterra@gmail.com\u003e", - "sentence": "Enables easy access to the controls of Arxterra robots.", - "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", - "website": "http://arxterra.com/3dot/", - "category": "Device Control", + "name": "AtomicWeight", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AtomicWeight", + "paragraph": "Mass,atoms,weight,PTOE,periodic,elements", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-1.0.0.zip", - "archiveFileName": "ArxRobot_Library-1.0.0.zip", - "size": 31405, - "checksum": "SHA-256:91e48711aa5c83c33a982744005a32c17a8b3c810c62c9a767f3cc49ad3e42a6" + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.1.2.zip", + "archiveFileName": "AtomicWeight-0.1.2.zip", + "size": 15595, + "checksum": "SHA-256:9e72da77a812e83d563496e93234f3f61ca0b47bc82d7aedf1a045bfe093cc1f" }, { - "name": "ArxRobot Library", - "version": "3.0.0", - "author": "Gary Hill", - "maintainer": "Arxterra \u003cinfo@arxterra.com\u003e", - "sentence": "Enables easy access to the controls of Arxterra robots.", - "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", - "website": "http://arxterra.com/", - "category": "Device Control", + "name": "AtomicWeight", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AtomicWeight", + "paragraph": "Mass,atoms,weight,PTOE,periodic,elements", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-3.0.0.zip", - "archiveFileName": "ArxRobot_Library-3.0.0.zip", - "size": 43035, - "checksum": "SHA-256:65db3a6453d0350c10334ae7cbc01ae4c633f5e7e45e9c70b336c2cd476d0003" + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.1.3.zip", + "archiveFileName": "AtomicWeight-0.1.3.zip", + "size": 17229, + "checksum": "SHA-256:22ffdce63ca09f904071e7e66264b21706559e395b03a4fac98970dface63ec9" }, { - "name": "ArxRobot Library", - "version": "3.1.0", - "author": "Gary Hill", - "maintainer": "Arxterra \u003cinfo@arxterra.com\u003e", - "sentence": "Enables easy access to the controls of Arxterra robots.", - "paragraph": "With this library, you can easily write sketches to enhance the control of your robot.", - "website": "http://arxterra.com/", - "category": "Device Control", + "name": "AtomicWeight", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for atomic weights, calculate massPercentage of elements in a formula.", + "paragraph": "Mass,atoms,weight,PTOE,periodic,elements,massPercentage,atomPercentage", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Jaapdedood/ArxRobot-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Jaapdedood/ArxRobot_Library-3.1.0.zip", - "archiveFileName": "ArxRobot_Library-3.1.0.zip", - "size": 45334, - "checksum": "SHA-256:ea14dc044e6eadfaffef99b3025ad25da2f5f8d3a9d071e261a06ccb2bac1017" + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.1.4.zip", + "archiveFileName": "AtomicWeight-0.1.4.zip", + "size": 25662, + "checksum": "SHA-256:4e086b2d44d29f402e50d1f00993290806bb74790feee85152dc7acecc060bdf" }, { - "name": "ESP_AT_WM_Lite", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields with fallback web configuration portal", - "paragraph": "Library to configure WiFi/Credentials at runtime for Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage", - "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", - "category": "Communication", + "name": "AtomicWeight", + "version": "0.1.5", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for atomic weights, calculate massPercentage of elements in a formula.", + "paragraph": "Mass,atoms,weight,PTOE,periodic,elements,massPercentage,atomPercentage", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - } + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.0.zip", - "archiveFileName": "ESP_AT_WM_Lite-1.0.0.zip", - "size": 65019, - "checksum": "SHA-256:34dd4f6b6c83fccf3099266c1906d53f023e9ec107f0b39fa6ed8d267326f53b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.1.5.zip", + "archiveFileName": "AtomicWeight-0.1.5.zip", + "size": 30491, + "checksum": "SHA-256:4272ec2a040afd66fe3b2394b75fc89ee10a9a30011eb3a3b6b1b820402b5953" }, { - "name": "ESP_AT_WM_Lite", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", - "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", - "category": "Communication", + "name": "AtomicWeight", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for atomic weights, calculate massPercentage of elements in a formula.", + "paragraph": "Mass,atom,weight,PTOE,periodic,elements,massPercentage,atomPercentage,mole,gram", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - } + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.1.zip", - "archiveFileName": "ESP_AT_WM_Lite-1.0.1.zip", - "size": 139124, - "checksum": "SHA-256:900cc9f861645ba2418824a96d7b7041440ba1de03f70d95aac4dda4c3149cc6" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.2.0.zip", + "archiveFileName": "AtomicWeight-0.2.0.zip", + "size": 34886, + "checksum": "SHA-256:0c9ef12baaf812a8561762f3fb916e78908d09e595f3ab21785ac9260fb11e04" }, { - "name": "ESP_AT_WM_Lite", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, etc. boards running ESP8266 AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage or DueFlashStorage.", - "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", - "category": "Communication", + "name": "AtomicWeight", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for atomic weights, calculate massPercentage of elements in a formula.", + "paragraph": "Mass,atom,weight,PTOE,periodic,elements,massPercentage,atomPercentage,mole,gram", + "website": "https://github.com/RobTillaart/AtomicWeight", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - } + "repository": "https://github.com/RobTillaart/AtomicWeight.git", + "providesIncludes": [ + "AtomicWeight.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.2.zip", - "archiveFileName": "ESP_AT_WM_Lite-1.0.2.zip", - "size": 142680, - "checksum": "SHA-256:df15463f14d2bf06488ad1208849300ee1eb22f82252aae8af9f34cdf42c5ea0" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AtomicWeight-0.2.1.zip", + "archiveFileName": "AtomicWeight-0.2.1.zip", + "size": 35203, + "checksum": "SHA-256:b58cb948c0e11314d63f4ee293315342a5f3b7f83deb804815b6b22398c24de6" }, { - "name": "ESP_AT_WM_Lite", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266 AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266 AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, FlashStorage, DueFlashStorage or LittleFS.", - "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", - "category": "Communication", + "name": "SFM-V1.7", + "version": "1.0.0", + "author": "Matrixchung", + "maintainer": "Matrixchung \u003cvip99013zhq@outlook.com\u003e", + "sentence": "Interfacing to the SFM-V1.7 Fingerprint Sensor", + "paragraph": "Enables full control for SFM-V1.7, a fingerprint sensor which is famous in Chinese market", + "website": "https://github.com/Matrixchung/SFM-V1.7", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.3.zip", - "archiveFileName": "ESP_AT_WM_Lite-1.0.3.zip", - "size": 240976, - "checksum": "SHA-256:72ac6ecd09010c8dbc773ca5f611ee13396fddf49384be1f79e82b238681f90a" + "repository": "https://github.com/Matrixchung/SFM-V1.7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrixchung/SFM_V1_7-1.0.0.zip", + "archiveFileName": "SFM_V1_7-1.0.0.zip", + "size": 1396906, + "checksum": "SHA-256:0c9c065c63bc3570a055b6a97ec7563d54f243d3ef058bb507e26f8389ed3e26" }, { - "name": "ESP_AT_WM_Lite", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials and dynamic custom parameters are saved in EEPROM, SAMD FlashStorage, DueFlashStorage or nRF52 LittleFS.", - "website": "https://github.com/khoih-prog/ESP_AT_WM_Lite", - "category": "Communication", + "name": "SFM-V1.7", + "version": "1.0.1", + "author": "Matrixchung \u003cvip99013zhq@outlook.com\u003e", + "maintainer": "Matrixchung \u003cvip99013zhq@outlook.com\u003e", + "sentence": "Interfacing to the SFM-V1.7 Fingerprint Sensor for ESP32 platform", + "paragraph": "Enables full control for SFM-V1.7, a fingerprint sensor which is famous in Chinese market", + "website": "https://github.com/Matrixchung/SFM-V1.7", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_WM_Lite.git", - "dependencies": [ - { - "name": "ESP8266_AT_WebServer" - }, - { - "name": "DoubleResetDetector_Generic" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_WM_Lite-1.0.4.zip", - "archiveFileName": "ESP_AT_WM_Lite-1.0.4.zip", - "size": 239653, - "checksum": "SHA-256:e2c0ac1a427c7d38c3e50bef2853582d91fe1e3d94bd2f4867ad2ee6812d1bf7" + "repository": "https://github.com/Matrixchung/SFM-V1.7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrixchung/SFM_V1_7-1.0.1.zip", + "archiveFileName": "SFM_V1_7-1.0.1.zip", + "size": 1397564, + "checksum": "SHA-256:5f0af8a18a7e4da7b933401a5b5dffe970602491db8b06830ff1e76011cdf968" }, { - "name": "STM32duino LSM6DSOX", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Ultra Low Power inertial measurement unit.", - "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", - "website": "https://github.com/stm32duino/LSM6DSOX", + "name": "SFM-V1.7", + "version": "1.0.2", + "author": "Matrixchung \u003cvip99013zhq@outlook.com\u003e", + "maintainer": "Matrixchung \u003cvip99013zhq@outlook.com\u003e", + "sentence": "Interfacing to the SFM-V1.7 Fingerprint Sensor for ESP32 platform", + "paragraph": "Enables full control for SFM-V1.7, a fingerprint sensor which is famous in Chinese market", + "website": "https://github.com/Matrixchung/SFM-V1.7", "category": "Sensors", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/LSM6DSOX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.0.0.zip", - "archiveFileName": "STM32duino_LSM6DSOX-1.0.0.zip", - "size": 53582, - "checksum": "SHA-256:555a68e487e6f07be14328538c58ca414354f4f8ef7da3f8d3d195e3f6d454f5" + "repository": "https://github.com/Matrixchung/SFM-V1.7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrixchung/SFM_V1_7-1.0.2.zip", + "archiveFileName": "SFM_V1_7-1.0.2.zip", + "size": 1397622, + "checksum": "SHA-256:495a6f3bdde26a6039f6ccc1ab47cc03faf3dea62efcdef5e5cc0942c9c00636" }, { - "name": "STM32duino LSM6DSOX", - "version": "1.1.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Ultra Low Power inertial measurement unit.", - "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", - "website": "https://github.com/stm32duino/LSM6DSOX", + "name": "SFM-V1.7", + "version": "1.0.3", + "author": "Matrixchung \u003cvip99013zhq@outlook.com\u003e", + "maintainer": "Matrixchung \u003cvip99013zhq@outlook.com\u003e", + "sentence": "Interfacing to the SFM-V1.7 Fingerprint Sensor for ESP32 platform", + "paragraph": "Enables full control for SFM-V1.7, a fingerprint sensor which is famous in Chinese market", + "website": "https://github.com/Matrixchung/SFM-V1.7", "category": "Sensors", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/LSM6DSOX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.1.0.zip", - "archiveFileName": "STM32duino_LSM6DSOX-1.1.0.zip", - "size": 66099, - "checksum": "SHA-256:1003d527bc31305c67edfff48b8f8bfdf7108b617bea03f3df29ec00565b6a12" + "repository": "https://github.com/Matrixchung/SFM-V1.7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Matrixchung/SFM_V1_7-1.0.3.zip", + "archiveFileName": "SFM_V1_7-1.0.3.zip", + "size": 1397836, + "checksum": "SHA-256:1c707eb5732dba8329ab85b2d480deb0b1abc0589d42543172b4a39241000f8c" }, { - "name": "STM32duino LSM6DSOX", - "version": "1.1.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Ultra Low Power inertial measurement unit.", - "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSOX for STM32 boards.", - "website": "https://github.com/stm32duino/LSM6DSOX", - "category": "Sensors", + "name": "EventuallyStateMachine", + "version": "0.1.0", + "author": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Extends Eventually with a state machine", + "paragraph": "Extends the Eventually library to provide state machine capability alongside other listeners", + "website": "http://www.github.com/matthewturner/EventuallyStateMachine", + "category": "Other", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/LSM6DSOX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSOX-1.1.1.zip", - "archiveFileName": "STM32duino_LSM6DSOX-1.1.1.zip", - "size": 66098, - "checksum": "SHA-256:f409b43499c53ba464123e4877eaa8678c6026d9513a2053ce98aa5335193261" + "repository": "https://github.com/matthewturner/EventuallyStateMachine.git", + "providesIncludes": [ + "EventuallyStateMachine.h" + ], + "dependencies": [ + { + "name": "Eventually" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/EventuallyStateMachine-0.1.0.zip", + "archiveFileName": "EventuallyStateMachine-0.1.0.zip", + "size": 9665, + "checksum": "SHA-256:42910f594c90b3651225c0fde9964edf61efcfbfaea4e0fb25170f6019334f88" }, { - "name": "Forced-BME280", - "version": "2.0.0", - "author": "Jochem van Kranenburg", - "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", - "sentence": "A library that makes using a BME280 easy and lightweight.", - "paragraph": "Optimised for a small memory footprint and power efficiency.", - "website": "https://github.com/JVKran/Forced-BME280", - "category": "Sensors", + "name": "EventuallyStateMachine", + "version": "0.2.0", + "author": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Extends Eventually with a state machine", + "paragraph": "Extends the Eventually library to provide state machine capability alongside other listeners", + "website": "http://www.github.com/matthewturner/EventuallyStateMachine", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JVKran/Forced-BME280.git", + "repository": "https://github.com/matthewturner/EventuallyStateMachine.git", "providesIncludes": [ - "forcedClimate.h" + "EventuallyStateMachine.h" ], "dependencies": [ { - "name": "stdint" - }, - { - "name": "Wire" + "name": "Eventually2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.0.0.zip", - "archiveFileName": "Forced_BME280-2.0.0.zip", - "size": 10533, - "checksum": "SHA-256:f9d7bacadbaa8356fdf4b26c8816eca56b024f6b93c5834e398f8caff5774baf" + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/EventuallyStateMachine-0.2.0.zip", + "archiveFileName": "EventuallyStateMachine-0.2.0.zip", + "size": 9673, + "checksum": "SHA-256:4e26b30291688f05a446ac1184204942e78c9c8104112fe65b61729de2c12ed0" }, { - "name": "Forced-BME280", - "version": "2.1.0", - "author": "Jochem van Kranenburg", - "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", - "sentence": "A library that makes using a BME280 easy and lightweight.", - "paragraph": "Optimised for a small memory footprint and power efficiency.", - "website": "https://github.com/JVKran/Forced-BME280", - "category": "Sensors", + "name": "EventuallyStateMachine", + "version": "0.3.0", + "author": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Extends Eventually with a state machine", + "paragraph": "Extends the Eventually library to provide state machine capability alongside other listeners", + "website": "http://www.github.com/matthewturner/EventuallyStateMachine", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JVKran/Forced-BME280.git", + "repository": "https://github.com/matthewturner/EventuallyStateMachine.git", "providesIncludes": [ - "forcedClimate.h" + "EventuallyStateMachine.h" ], "dependencies": [ { - "name": "stdint" - }, - { - "name": "Wire" + "name": "Eventually2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.1.0.zip", - "archiveFileName": "Forced_BME280-2.1.0.zip", - "size": 10796, - "checksum": "SHA-256:3c5564924acb4e8846db0ceeff0265589f36d00c7d0696aa75c9886e2f8ba32c" + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/EventuallyStateMachine-0.3.0.zip", + "archiveFileName": "EventuallyStateMachine-0.3.0.zip", + "size": 9715, + "checksum": "SHA-256:0ea6fa3c86f80e4da8783e43d79e329cc5be33bfa6d0f661d9f4fef451a5cbfa" }, { - "name": "Forced-BME280", - "version": "2.3.0", - "author": "Jochem van Kranenburg", - "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", - "sentence": "A library that makes using a BME280 easy and lightweight.", - "paragraph": "Optimised for a small memory footprint and power efficiency.", - "website": "https://github.com/JVKran/Forced-BME280", - "category": "Sensors", + "name": "EventuallyCommand", + "version": "0.1.0", + "author": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Trigger Eventually event from a serial command", + "paragraph": "Plugs into the Eventually library to provide triggers from a serial connection such as laptop or bluetooth", + "website": "http://www.github.com/matthewturner/EventuallyCommand", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JVKran/Forced-BME280.git", + "repository": "https://github.com/matthewturner/EventuallyCommand.git", "providesIncludes": [ - "forcedClimate.h" + "EventuallyCommand.h" ], "dependencies": [ { - "name": "stdint" - }, - { - "name": "Wire" + "name": "Eventually" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-2.3.0.zip", - "archiveFileName": "Forced_BME280-2.3.0.zip", - "size": 11055, - "checksum": "SHA-256:0463c3e2245ab23c614082a05e45e61c1f77c3ac26101e1dede203b1ea88bec2" + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/EventuallyCommand-0.1.0.zip", + "archiveFileName": "EventuallyCommand-0.1.0.zip", + "size": 9313, + "checksum": "SHA-256:8c32dd6f7eadcea4c3282c82668e15c65acf4347e2d13da780f99f77c2fb7973" }, { - "name": "Forced-BME280", - "version": "3.0.0", - "author": "Jochem van Kranenburg", - "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", - "sentence": "A library that makes using a BME280 easy and lightweight.", - "paragraph": "Optimised for a small memory footprint and power efficiency.", - "website": "https://github.com/JVKran/Forced-BME280", - "category": "Sensors", + "name": "EventuallyCommand", + "version": "0.2.0", + "author": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Trigger Eventually event from a serial command", + "paragraph": "Plugs into the Eventually library to provide triggers from a serial connection such as laptop or bluetooth", + "website": "http://www.github.com/matthewturner/EventuallyCommand", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JVKran/Forced-BME280.git", + "repository": "https://github.com/matthewturner/EventuallyCommand.git", "providesIncludes": [ - "forcedClimate.h" + "EventuallyCommand.h" ], "dependencies": [ { - "name": "stdint" - }, + "name": "Eventually" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/EventuallyCommand-0.2.0.zip", + "archiveFileName": "EventuallyCommand-0.2.0.zip", + "size": 9433, + "checksum": "SHA-256:1010e44fcc82590582fdf65f65ce0c2c5e3c121351898b9d5b37e23213221dfa" + }, + { + "name": "EventuallyCommand", + "version": "0.3.0", + "author": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Trigger Eventually event from a serial command", + "paragraph": "Plugs into the Eventually library to provide triggers from a serial connection such as laptop or bluetooth", + "website": "http://www.github.com/matthewturner/EventuallyCommand", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthewturner/EventuallyCommand.git", + "providesIncludes": [ + "EventuallyCommand.h" + ], + "dependencies": [ { - "name": "Wire" - }, + "name": "Eventually" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/EventuallyCommand-0.3.0.zip", + "archiveFileName": "EventuallyCommand-0.3.0.zip", + "size": 9760, + "checksum": "SHA-256:b638882cc7d0576a2afabaeb1dd1e6b90bf22e51d30bdd2a0c03a93c04b1ce1f" + }, + { + "name": "EventuallyCommand", + "version": "0.4.0", + "author": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Trigger Eventually event from a serial command", + "paragraph": "Plugs into the Eventually library to provide triggers from a serial connection such as laptop or bluetooth", + "website": "http://www.github.com/matthewturner/EventuallyCommand", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/matthewturner/EventuallyCommand.git", + "providesIncludes": [ + "EventuallyCommand.h" + ], + "dependencies": [ { - "name": "TinyWireM" + "name": "Eventually2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/Forced_BME280-3.0.0.zip", - "archiveFileName": "Forced_BME280-3.0.0.zip", - "size": 11233, - "checksum": "SHA-256:0d13e215777d49e93798388a5729280211ca60c21ca82de5fe4f091450316c8f" + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/EventuallyCommand-0.4.0.zip", + "archiveFileName": "EventuallyCommand-0.4.0.zip", + "size": 9688, + "checksum": "SHA-256:bd24de650f72bd72c620ea32d2bede2b0c4fb62abc71ca3d36a3e3f972dc6638" }, { - "name": "STM32duino STTS22H", + "name": "SimpleComponents", "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "digital temperature sensor.", - "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", - "website": "https://github.com/stm32duino/STTS22H", - "category": "Sensors", + "author": "Archontis-Emmanouil Kostis \u003carxontisk02@gmail.com\u003e", + "maintainer": "Archontis-Emmanouil Kostis \u003carxontisk02@gmail.com\u003e", + "sentence": "A library for Arduino that makes it easy to use various electronic components in your projects", + "paragraph": "This library was developed to provide simple and easy-to-use interfaces to interact with basic Arduino components, fast without the need for all the boilerplate code!", + "website": "https://github.com/ArchontisKostis/SimpleComponents", + "category": "Device Control", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/STTS22H.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-1.0.0.zip", - "archiveFileName": "STM32duino_STTS22H-1.0.0.zip", - "size": 12157, - "checksum": "SHA-256:cb304d25397cb36779bcfb50a863eebd9278cc4a24c79e2951e93b917b96fb31" + "repository": "https://github.com/ArchontisKostis/SimpleComponents.git", + "providesIncludes": [ + "SimpleComponents.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArchontisKostis/SimpleComponents-1.0.0.zip", + "archiveFileName": "SimpleComponents-1.0.0.zip", + "size": 30891, + "checksum": "SHA-256:a017c38bfb31f455e142b9c62fba415c8436cc0432499494bfa16921be74462b" }, { - "name": "STM32duino STTS22H", + "name": "EspUsbHost", "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "digital temperature sensor.", - "paragraph": "This library provides Arduino support for the digital temperature sensor STTS22H for STM32 boards.", - "website": "https://github.com/stm32duino/STTS22H", - "category": "Sensors", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "This is a library for using USB Host with ESP32.", + "paragraph": "You can use the functions of the USB host such as the keyboard by using ESP32-S3 etc.", + "website": "https://github.com/tanakamasayuki/EspUsbHost", + "category": "Device Control", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/STTS22H.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STTS22H-1.0.1.zip", - "archiveFileName": "STM32duino_STTS22H-1.0.1.zip", - "size": 12164, - "checksum": "SHA-256:20e80290f84601e57d04ac14150a91cf8dd1dc5335ea2854d208a9a8b7af7f57" + "repository": "https://github.com/tanakamasayuki/EspUsbHost.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspUsbHost-1.0.1.zip", + "archiveFileName": "EspUsbHost-1.0.1.zip", + "size": 5989, + "checksum": "SHA-256:628a922b9ddc3ad5c81ea5b5e2189e18d25cdea0763061e71ab049b33f986bca" }, { - "name": "STM32duino ISM330DLC", + "name": "Nokia 1.8 Inch Display SPFD54124B", "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "3D accelerometer and 3D gyroscope.", - "paragraph": "This library provides Arduino support for the 3D accelerometer and 3D gyroscope ISM330DLC for STM32 boards.", - "website": "https://github.com/stm32duino/ISM330DLC", - "category": "Sensors", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/ISM330DLC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ISM330DLC-1.0.0.zip", - "archiveFileName": "STM32duino_ISM330DLC-1.0.0.zip", - "size": 39354, - "checksum": "SHA-256:55ad4fc78dc076f2673d0d163f8d3533e63e862b07c5f335c129c6d896188836" + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.0.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.0.zip", + "size": 3822110, + "checksum": "SHA-256:c7adeb27e6cb3d40fb6bfb37f0a1b4af9199954dee1b44d1f103f53b3f1e4d1f" }, { - "name": "STM32duino IIS2MDC", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Ultra Low Power 3D magnetometer.", - "paragraph": "This library provides Arduino support for the Ultra Low Power 3D magnetometer IIS2MDC for STM32 boards.", - "website": "https://github.com/stm32duino/IIS2MDC", - "category": "Sensors", + "name": "Nokia 1.8 Inch Display SPFD54124B", + "version": "1.0.1", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/IIS2MDC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_IIS2MDC-1.0.0.zip", - "archiveFileName": "STM32duino_IIS2MDC-1.0.0.zip", - "size": 14203, - "checksum": "SHA-256:17006eb2531b440c790c9e0d9b384b6a50adc45963aefb1cdc85af075c7ea3af" + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.1.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.1.zip", + "size": 4175790, + "checksum": "SHA-256:120c7a4aabeacb5f886fce537d6c8d8faea8afd24d4c64660bf00496d4262654" }, { - "name": "SimpleShell", - "version": "1.0.0", - "author": "CaféHaine", - "maintainer": "CaféHaine \u003ckilian.guillaume@gmail.com\u003e", - "sentence": "A quick and easy way to control your Arduino using serial.", - "paragraph": "Register commands, and start controlling your Arduino!", - "website": "https://github.com/cafehaine/SimpleShell", - "category": "Communication", + "name": "Nokia 1.8 Inch Display SPFD54124B", + "version": "1.0.2", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cafehaine/SimpleShell.git", + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", "dependencies": [ { - "name": "LinkedPointerList" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cafehaine/SimpleShell-1.0.0.zip", - "archiveFileName": "SimpleShell-1.0.0.zip", - "size": 6732, - "checksum": "SHA-256:508d2a64888e23f3e55211e61972856813b6fc916b1f7707578051411516bcbf" + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.2.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.2.zip", + "size": 3980152, + "checksum": "SHA-256:9ddfc259ebe7e2fe8ba7ffbc77b866122777b51e600fd1354f7670702946e623" }, { - "name": "VCNL3040 Proximity Sensor Library", - "version": "0.1.0", - "author": "Andris Jenerts - \u003candris.jenerts@gmail.com\u003e", - "maintainer": "Andris Jenerts", - "sentence": "Code for Vishay VCNL3040 Proximity sensor", - "paragraph": "Library can be used to not only read values from VCNL3040, but also to configure registers that coantain aplication specific values.", - "website": "https://github.com/JenertsA/VCNL3040_Proximity_Sensor_Library", - "category": "Sensors", + "name": "Nokia 1.8 Inch Display SPFD54124B", + "version": "1.0.3", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JenertsA/VCNL3040_Proximity_Sensor_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JenertsA/VCNL3040_Proximity_Sensor_Library-0.1.0.zip", - "archiveFileName": "VCNL3040_Proximity_Sensor_Library-0.1.0.zip", - "size": 7421, - "checksum": "SHA-256:3d19b489e75b01d3b443a272ca179172fa675034a5fc3a50e135758582745682" + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.3.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.3.zip", + "size": 3980081, + "checksum": "SHA-256:7dfa85cd3ab9f973a92de61b794c85de65a90baf0f6a7ef44655e35c44c709e7" }, { - "name": "FastBLE", - "version": "0.1.0", - "author": "Joonatan Saarhelo", - "maintainer": "Joonatan Saarhelo \u003cjoon.saar@gmail.com\u003e", - "sentence": "BLE that leaves cycles for other tasks on Arduino MKR WiFi 1010", - "paragraph": "Only supports peripheral mode and lacks some customization options. Uses the NINA processor unlike the official BLE. You have to flash the NINA with the software included in extras.", - "website": "https://github.com/joonazan/nina-fast-bluetooth", - "category": "Communication", + "name": "Nokia 1.8 Inch Display SPFD54124B", + "version": "1.0.4", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/joonazan/nina-fast-bluetooth.git", - "providesIncludes": [ - "FastBLE.h" + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/joonazan/FastBLE-0.1.0.zip", - "archiveFileName": "FastBLE-0.1.0.zip", - "size": 23353, - "checksum": "SHA-256:82c19162799a167312e868470d4e00bff4c2b2c36f50c91a59e6d349d9eb254a" + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.4.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.4.zip", + "size": 3980080, + "checksum": "SHA-256:9b5ff30e052512cdbd36ddbcda33e06ad6ebc9e345776f34c39d154507f91d9a" }, { - "name": "FastBLE", - "version": "0.2.0", - "author": "Joonatan Saarhelo", - "maintainer": "Joonatan Saarhelo \u003cjoon.saar@gmail.com\u003e", - "sentence": "BLE that leaves cycles for other tasks on Arduino MKR WiFi 1010", - "paragraph": "Only supports peripheral mode and lacks some customization options. Uses the NINA processor unlike the official BLE. You have to flash the NINA with the software included in extras.", - "website": "https://github.com/joonazan/nina-fast-bluetooth", - "category": "Communication", + "name": "Nokia 1.8 Inch Display SPFD54124B", + "version": "1.0.5", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/joonazan/nina-fast-bluetooth.git", - "providesIncludes": [ - "FastBLE.h" + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/joonazan/FastBLE-0.2.0.zip", - "archiveFileName": "FastBLE-0.2.0.zip", - "size": 25106, - "checksum": "SHA-256:44e715683a89d15ebb9f753377ba02f448ff0f89775c17de728ada7e76111e15" + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.5.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.5.zip", + "size": 3980223, + "checksum": "SHA-256:3b48c013e6c5c0d57078622b6128694ed4f94a6c072cdd5e13b6b8a93db142d4" }, { - "name": "SparkFun TMP102 Breakout", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", - "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", - "website": "https://www.sparkfun.com/products/16304", - "category": "Sensors", + "name": "Nokia 1.8 Inch Display SPFD54124B", + "version": "1.0.6", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.1.zip", - "archiveFileName": "SparkFun_TMP102_Breakout-1.0.1.zip", - "size": 9569, - "checksum": "SHA-256:2b19396ada41b431767d72be04aef03b65287017aa82c56efc3c9b79427ccf8f" + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.6.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.6.zip", + "size": 3981007, + "checksum": "SHA-256:f873707df1e2fa945ec0009419567b804c3482e3a23fc47d01b3abc4a108e1db" }, { - "name": "SparkFun TMP102 Breakout", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "Alex Wende \u003calex.wende@sparkfun.com\u003e", - "sentence": "A library to drive the Texas Instruments TMP102 by I2C.", - "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", - "website": "https://www.sparkfun.com/products/13314", - "category": "Sensors", + "name": "Nokia 1.8 Inch Display SPFD54124B", + "version": "1.0.7", + "author": "Abhishek Tiwari", + "maintainer": "Abhishek Tiwari \u003cabhishektiwari7feb@gmail.com\u003e", + "sentence": "Allow user to communicate with Nokia 1.8 inch display.", + "paragraph": "This library can provide communication brige between user and Display.\u003cbr /\u003eIt has multiple examples to generate any GUI Projects and Products: the library is helpful for Electronis hobbyist.\u003cbr /\u003eIt comes with compatibility to Arduino Uno, ESP32 and ESP8266.", + "website": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.0.zip", - "archiveFileName": "SparkFun_TMP102_Breakout-1.0.0.zip", - "size": 9137, - "checksum": "SHA-256:74f0685e5f14fd355d72cd14452f44c9cf18dafec0f84fdb46e55bf59c5b4738" + "repository": "https://github.com/Abhishektiwari7/Nokia_1.8_Inch_-Display_-SPFD54124B.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Abhishektiwari7/Nokia_1_8_Inch_Display_SPFD54124B-1.0.7.zip", + "archiveFileName": "Nokia_1_8_Inch_Display_SPFD54124B-1.0.7.zip", + "size": 3981017, + "checksum": "SHA-256:8cf630fb429284d4413e0c1fd9ab8516fd7b74e7c3c26b4d3c1f1a74ac55e7b1" }, { - "name": "SparkFun TMP102 Breakout", - "version": "1.0.2", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", - "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", - "website": "https://www.sparkfun.com/products/16304", - "category": "Sensors", + "name": "CSWBattery", + "version": "0.0.1", + "author": "Eugene", + "maintainer": "Eugene\u003ceugene@sky.community\u003e", + "sentence": "The library for the diy smartwatch projects, which operates with their batteries.", + "paragraph": "CustomSmartWatch Bayyery The library for the diy smartwatch projects, which operates with their batteries. Part of a project which I am working on - the diy smartwatch software, which I am creating for the LILYGO® TTGO 1.54 Inch Wrist E-paper ESP32 DIY smartwatch with ePaper display. I think it may be useful for someone else so I make this as a library with the ability to use more than just one button as it is in the case of the mentioned above smartwatch.", + "website": "https://github.com/WindyWanderer/CSWBattery.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.2.zip", - "archiveFileName": "SparkFun_TMP102_Breakout-1.0.2.zip", - "size": 9606, - "checksum": "SHA-256:3e616f6ee292db0b842f59627cdc107ff2883bc9e97079cb65e610096053a14f" + "repository": "https://github.com/Eugeniusz-Gienek/CSWBattery.git", + "providesIncludes": [ + "CSWBattery.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Eugeniusz-Gienek/CSWBattery-0.0.1.zip", + "archiveFileName": "CSWBattery-0.0.1.zip", + "size": 19867, + "checksum": "SHA-256:a04f1064a8ca5874689b299541dff8dca8819b015e13dc766c59a1fa8d0b61ab" }, { - "name": "SparkFun TMP102 Breakout", - "version": "1.0.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", - "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", - "website": "https://www.sparkfun.com/products/16304", - "category": "Sensors", + "name": "CSWBattery", + "version": "0.1.0", + "author": "Eugene", + "maintainer": "Eugene\u003ceugene@sky.community\u003e", + "sentence": "The library for the diy smartwatch projects, which operates with their batteries.", + "paragraph": "CustomSmartWatch Bayyery The library for the diy smartwatch projects, which operates with their batteries. Part of a project which I am working on - the diy smartwatch software, which I am creating for the LILYGO® TTGO 1.54 Inch Wrist E-paper ESP32 DIY smartwatch with ePaper display. I think it may be useful for someone else so I make this as a library with the ability to use more than just one button as it is in the case of the mentioned above smartwatch.", + "website": "https://github.com/WindyWanderer/CSWBattery.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.0.3.zip", - "archiveFileName": "SparkFun_TMP102_Breakout-1.0.3.zip", - "size": 9722, - "checksum": "SHA-256:792bcdab1e35ee12d141c336cb3f7d256f670585c0c98872c7c3ca5978574095" + "repository": "https://github.com/Eugeniusz-Gienek/CSWBattery.git", + "providesIncludes": [ + "CSWBattery.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Eugeniusz-Gienek/CSWBattery-0.1.0.zip", + "archiveFileName": "CSWBattery-0.1.0.zip", + "size": 24362, + "checksum": "SHA-256:b6ecb96ef538e2397f75e66d91fccb19cc68399e12256157253758e972a31564" }, { - "name": "SparkFun TMP102 Breakout", - "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the Texas Instruments TMP102 using I2C.", - "paragraph": "Communicates with the TMP102 over I2C to quickly integrate a temperature sensor into your project.", - "website": "https://www.sparkfun.com/products/16304", - "category": "Sensors", + "name": "STM32duinoLoRaWAN", + "version": "0.1.0", + "author": "STMicroelectronics, Matthijs Kooijman", + "maintainer": "stm32duino", + "sentence": "Support library for STM32WL microcontrollers featuring a sub-GHz radio based-on Semtech SX126x", + "paragraph": "Provides APIs to communicate with LoRa® and LoraWAN® networks", + "website": "https://github.com/stm32duino/STM32LoRaWAN", + "category": "Communication", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_TMP102_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMP102_Breakout-1.1.0.zip", - "archiveFileName": "SparkFun_TMP102_Breakout-1.1.0.zip", - "size": 14103, - "checksum": "SHA-256:d07e8cd9b1b62a63e4ab7600ab82afce87fa56253cef65f299bf983636300e73" + "repository": "https://github.com/stm32duino/STM32LoRaWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoLoRaWAN-0.1.0.zip", + "archiveFileName": "STM32duinoLoRaWAN-0.1.0.zip", + "size": 620123, + "checksum": "SHA-256:7b73d2e17190096c9b3f9ef9fd2202d4abe1e149ac0a96f6dcdd1b6b7c4f2d99" }, { - "name": "EthernetBonjour", - "version": "1.0.0", - "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e", - "maintainer": "TrippyLighting", - "sentence": "Bonjour (ZeroConf) Library for Arduino \u0026 Teensyduino", - "paragraph": "mDNS (registering services) and DNS-SD (service discovery) has been tested and works on: Teensy++2 with WIZ81MJ, Teensy3 with WIZ820io and Arduino with Ethernet shield", - "website": "https://github.com/TrippyLighting/EthernetBonjour", + "name": "STM32duinoLoRaWAN", + "version": "0.1.1", + "author": "STMicroelectronics, Matthijs Kooijman", + "maintainer": "stm32duino", + "sentence": "Support library for STM32WL microcontrollers featuring a sub-GHz radio based-on Semtech SX126x", + "paragraph": "Provides APIs to communicate with LoRa® and LoraWAN® networks", + "website": "https://github.com/stm32duino/STM32LoRaWAN", "category": "Communication", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/EthernetBonjour.git", - "providesIncludes": [ - "EthernetBonjour.h" + "repository": "https://github.com/stm32duino/STM32LoRaWAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoLoRaWAN-0.1.1.zip", + "archiveFileName": "STM32duinoLoRaWAN-0.1.1.zip", + "size": 620189, + "checksum": "SHA-256:0312f5ac8e5caee98a7f9a9358f928f2f162eb3ea138ba7bc10cf268dbc8a31e" + }, + { + "name": "STM32duinoLoRaWAN", + "version": "0.2.0", + "author": "STMicroelectronics, Matthijs Kooijman", + "maintainer": "stm32duino", + "sentence": "Support library for STM32WL microcontrollers featuring a sub-GHz radio based-on Semtech SX126x", + "paragraph": "Provides APIs to communicate with LoRa® and LoraWAN® networks", + "website": "https://github.com/stm32duino/STM32LoRaWAN", + "category": "Communication", + "architectures": [ + "stm32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/EthernetBonjour-1.0.0.zip", - "archiveFileName": "EthernetBonjour-1.0.0.zip", - "size": 26417, - "checksum": "SHA-256:bd15b44a18af39060405986f60302ef34df2b14e59f0213af4850e5422649082" + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STM32LoRaWAN.git", + "dependencies": [ + { + "name": "STM32duino RTC" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duinoLoRaWAN-0.2.0.zip", + "archiveFileName": "STM32duinoLoRaWAN-0.2.0.zip", + "size": 619338, + "checksum": "SHA-256:989fdf17dbc420a72b6f3f7dd40e931c49b0f7e7dfe49bd9e94dbed8666278ae" }, { - "name": "MPU6050_light", + "name": "FC0001614614", "version": "1.0.0", - "author": "rfetick", - "maintainer": "rfetick", - "sentence": "Arduino library for light and fast communication with the MPU6050.", - "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", - "website": "https://github.com/rfetick/MPU6050_light", - "category": "Sensors", + "author": "Firechip", + "maintainer": "ajsb85 \u003cajsb85@firechip.dev\u003e", + "license": "MIT", + "sentence": "Quad, High-Voltage EL Lamp Driver with I²C Interface.", + "paragraph": "The MAX14521E is a quad-output high-voltage DC-AC converter that drives four electroluminescent (EL) lamps. The device features a 2.7V to 5.5V input range that allows the device to accept a variety of voltage sources such as single-cell lithium-ion (Li+) batteries. The lamp outputs of the device generate up to 300VP-P for maximum lamp brightness. The high-voltage outputs are ESD protected up to ±15kV Human Body Model (HBM), ±6kV Contact Discharge, and ±8kV Air Gap Discharge, as specified in IEC 61000-4-2. The MAX14521E uses a high-voltage full-bridge output stage to convert the high voltage generated by the boost converter to a sinusoidal output waveform. The MAX14521E utilizes a high-frequency spread-spectrum oscillator to reduce the amount of EMI/EFI generated by the boost-converter circuit. The MAX14521E provides an I2C interface to set the boost converter and EL output switching frequencies through an 8-bit register and the peak output voltages with 5 bits of resolution. The MAX14521E also provides an adjustable automatic ramping feature that slowly increases or decreases the peak output voltage when a change is made to the output amplitude. The slew rate of the automatic ramp is set with 3 bits of resolution through the I2C interface and it is independent for each channel. The MAX14521E features an audio auxiliary input AUX that modulates the EL output voltage and frequency for dynamic lighting effects. The MAX14521E is available in a small, 4mm x 4mm, 24-pin TQFN package, and specified over the extended -40°C to +85°C operating temperature range.", + "website": "https://firechip.dev", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/rfetick/MPU6050_light.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.0.0.zip", - "archiveFileName": "MPU6050_light-1.0.0.zip", - "size": 8373, - "checksum": "SHA-256:b0947c8d41de6f1fbc80e47e3b88afbb497d751ce168c8320e07d7f21e50e0a3" - }, - { - "name": "MPU6050_light", - "version": "1.1.0", - "author": "rfetick", - "maintainer": "rfetick", - "sentence": "Arduino library for light and fast communication with the MPU6050.", - "paragraph": "Retrieve accelero and gyro data from MPU6050. Compute X and Y tilt angles of the device.", - "website": "https://github.com/rfetick/MPU6050_light", - "category": "Sensors", + "repository": "https://github.com/firechip/Firechip_Analog_Devices_MAX14521E_Arduino_Library.git", + "providesIncludes": [ + "FC0001614614.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/firechip/FC0001614614-1.0.0.zip", + "archiveFileName": "FC0001614614-1.0.0.zip", + "size": 21079, + "checksum": "SHA-256:f5f4b099a1fce0034820cfb4fb35b40c80373625df0533f10f16bf287660ec6e" + }, + { + "name": "FC0001614614", + "version": "1.0.1", + "author": "Firechip", + "maintainer": "Firechip \u003cajsb85@firechip.dev\u003e", + "license": "MIT", + "sentence": "Quad, High-Voltage EL Lamp Driver with I²C Interface.", + "paragraph": "The MAX14521E is a quad-output high-voltage DC-AC converter that drives four electroluminescent (EL) lamps. The device features a 2.7V to 5.5V input range that allows the device to accept a variety of voltage sources such as single-cell lithium-ion (Li+) batteries. The lamp outputs of the device generate up to 300VP-P for maximum lamp brightness. The high-voltage outputs are ESD protected up to ±15kV Human Body Model (HBM), ±6kV Contact Discharge, and ±8kV Air Gap Discharge, as specified in IEC 61000-4-2. The MAX14521E uses a high-voltage full-bridge output stage to convert the high voltage generated by the boost converter to a sinusoidal output waveform. The MAX14521E utilizes a high-frequency spread-spectrum oscillator to reduce the amount of EMI/EFI generated by the boost-converter circuit. The MAX14521E provides an I2C interface to set the boost converter and EL output switching frequencies through an 8-bit register and the peak output voltages with 5 bits of resolution. The MAX14521E also provides an adjustable automatic ramping feature that slowly increases or decreases the peak output voltage when a change is made to the output amplitude. The slew rate of the automatic ramp is set with 3 bits of resolution through the I2C interface and it is independent for each channel. The MAX14521E features an audio auxiliary input AUX that modulates the EL output voltage and frequency for dynamic lighting effects. The MAX14521E is available in a small, 4mm x 4mm, 24-pin TQFN package, and specified over the extended -40°C to +85°C operating temperature range.", + "website": "https://firechip.dev", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/rfetick/MPU6050_light.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rfetick/MPU6050_light-1.1.0.zip", - "archiveFileName": "MPU6050_light-1.1.0.zip", - "size": 210895, - "checksum": "SHA-256:51c99ebe931c1b0c460df8852ab741cea5fe459add2f3a469c63b421dece3c70" + "repository": "https://github.com/firechip/Firechip_Analog_Devices_MAX14521E_Arduino_Library.git", + "providesIncludes": [ + "FC0001614614.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/firechip/FC0001614614-1.0.1.zip", + "archiveFileName": "FC0001614614-1.0.1.zip", + "size": 27272, + "checksum": "SHA-256:ea6796f897773db680b174a967fc5dff0e9481e4f2f43cca8d79ecdb7c78c48c" }, { - "name": "BlueDot BMA400 Library", - "version": "1.0.0", - "author": "BlueDot", - "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", - "sentence": "BlueDot library for BMA400 sensors.", - "paragraph": "Read the BMA400 using the I2C communication mode.", - "website": "https://github.com/BlueDot-Arduino/BlueDot_BMA400", - "category": "Sensors", + "name": "FC0001614614", + "version": "1.1.0", + "author": "Firechip", + "maintainer": "Firechip \u003cajsb85@firechip.dev\u003e", + "license": "MIT", + "sentence": "Quad, High-Voltage EL Lamp Driver with I²C Interface.", + "paragraph": "The MAX14521E is a quad high-voltage EL lamp driver with I²C interface made by Maxim Integrated. It is designed to drive up to four electroluminescent (EL) lamps, typically used as backlighting in display applications such as mobile phones, laptops and other portable devices. The IC can drive EL lamps up to 150V, with a maximum current of 20mA per channel, allowing for high brightness and efficient operation. It also includes an I²C interface for easy control and integration into the system. Additionally, the IC includes several safety features, such as over-voltage and over-current protection, to ensure safe and reliable operation. The IC is available in a small, 20-pin TQFN package and it is operated from a single 2.5V to 5.5V supply voltage.", + "website": "https://firechip.dev", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BlueDot-Arduino/BlueDot_BMA400.git", - "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_BMA400_Library-1.0.0.zip", - "archiveFileName": "BlueDot_BMA400_Library-1.0.0.zip", - "size": 5567, - "checksum": "SHA-256:097c4f2330158c3ffc0a2254363104e75ddae27baed8741bad0ad989541f91a3" + "repository": "https://github.com/firechip/Firechip_Analog_Devices_MAX14521E_Arduino_Library.git", + "providesIncludes": [ + "FC0001614614.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/firechip/FC0001614614-1.1.0.zip", + "archiveFileName": "FC0001614614-1.1.0.zip", + "size": 63448, + "checksum": "SHA-256:4751aef50ac4ac18f0b5ed638862299830ba158f4aeacf7f01569abfa48641e9" }, { - "name": "Adafruit AHT10", - "version": "0.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AHT10 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AHT10 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AHT10", + "name": "Bolder Flight Systems Honeywell HG4930", + "version": "1.0.0", + "author": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "maintainer": "Brian Taylor \u003cbrian.taylor@bolderflight.com\u003e", + "sentence": "Library for communicating with the Honeywell HG4930 IMU", + "paragraph": "This library supports RS422 communication with the Honeywell HG4930 IMU", + "website": "https://github.com/bolderflight/hg4930", "category": "Sensors", "architectures": [ "*" @@ -308588,189 +767447,237 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AHT10.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/bolderflight/hg4930.git", + "providesIncludes": [ + "hg4930.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHT10-0.1.0.zip", - "archiveFileName": "Adafruit_AHT10-0.1.0.zip", - "size": 71202, - "checksum": "SHA-256:da974cb266dfcdd911f28d8ef2f81c93a54a11f5264ef99da97c2bcc417c727e" + "url": "https://downloads.arduino.cc/libraries/github.com/bolderflight/Bolder_Flight_Systems_Honeywell_HG4930-1.0.0.zip", + "archiveFileName": "Bolder_Flight_Systems_Honeywell_HG4930-1.0.0.zip", + "size": 2864870, + "checksum": "SHA-256:95338fa0e02aa8e8735f32f3ee1674464cbd5c30fac894a66c50d1813d1a8ebe" }, { - "name": "107-Arduino-MCP2515", + "name": "107-Arduino-UniqueId", "version": "1.0.0", "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", - "website": "https://github.com/107-systems/107-Arduino-MCP2515", - "category": "Communication", + "sentence": "Arduino library for providing a unique 64-bit ID over various Arduino platforms.", + "website": "https://github.com/107-systems/107-Arduino-UniqueId", + "category": "Other", "architectures": [ - "*" + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "repository": "https://github.com/107-systems/107-Arduino-UniqueId.git", "providesIncludes": [ - "ArduinoMCP2515.h" + "107-Arduino-UniqueId.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.0.0.zip", - "archiveFileName": "107_Arduino_MCP2515-1.0.0.zip", - "size": 13734, - "checksum": "SHA-256:5ed9114c198472c6b7f76314387a9fb9cf6b2a1e27c1eb31b7591805e9bee5a1" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UniqueId-1.0.0.zip", + "archiveFileName": "107_Arduino_UniqueId-1.0.0.zip", + "size": 8902, + "checksum": "SHA-256:f72d194f05a525ebd3fff096ab0dd8445d2955b19a96a2faff3c9c0a57833708" }, { - "name": "107-Arduino-MCP2515", + "name": "107-Arduino-UniqueId", "version": "1.1.0", "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", - "website": "https://github.com/107-systems/107-Arduino-MCP2515", - "category": "Communication", + "sentence": "Arduino library for providing a unique 64-bit ID over various Arduino platforms.", + "website": "https://github.com/107-systems/107-Arduino-UniqueId", + "category": "Other", "architectures": [ - "*" + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "repository": "https://github.com/107-systems/107-Arduino-UniqueId.git", "providesIncludes": [ - "ArduinoMCP2515.h" + "107-Arduino-UniqueId.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.0.zip", - "archiveFileName": "107_Arduino_MCP2515-1.1.0.zip", - "size": 16194, - "checksum": "SHA-256:5298e4243323dcfe77f8eff6d56515eede9d0f2ad666a2e061c393f5e21c0794" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UniqueId-1.1.0.zip", + "archiveFileName": "107_Arduino_UniqueId-1.1.0.zip", + "size": 8924, + "checksum": "SHA-256:66e7f80b2a48a20585e23f2a5a0447411910bf59fba48cd116209ce9d5edac36" }, { - "name": "107-Arduino-MCP2515", - "version": "1.1.1", + "name": "107-Arduino-UniqueId", + "version": "1.2.0", "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", - "website": "https://github.com/107-systems/107-Arduino-MCP2515", - "category": "Communication", + "sentence": "Arduino library for providing a unique 64-bit ID over various Arduino platforms.", + "website": "https://github.com/107-systems/107-Arduino-UniqueId", + "category": "Other", "architectures": [ - "*" + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "repository": "https://github.com/107-systems/107-Arduino-UniqueId.git", "providesIncludes": [ - "ArduinoMCP2515.h" + "107-Arduino-UniqueId.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.1.zip", - "archiveFileName": "107_Arduino_MCP2515-1.1.1.zip", - "size": 18927, - "checksum": "SHA-256:ba3cffb61eb18b23ad4b5eceb2acde2c7372adeb4877a20a8fb6e45ca871c447" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UniqueId-1.2.0.zip", + "archiveFileName": "107_Arduino_UniqueId-1.2.0.zip", + "size": 9908, + "checksum": "SHA-256:1880c63a19282e77b9a0f23840ff9aa1c7b4951c08d32abf9cc27916f998eeb9" }, { - "name": "107-Arduino-MCP2515", - "version": "1.1.2", + "name": "107-Arduino-CriticalSection", + "version": "1.0.0", "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", - "website": "https://github.com/107-systems/107-Arduino-MCP2515", - "category": "Communication", + "sentence": "Arduino library for providing a consistent critical section interface over various Arduino platforms.", + "website": "https://github.com/107-systems/107-Arduino-CriticalSection", + "category": "Other", "architectures": [ - "samd" + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "repository": "https://github.com/107-systems/107-Arduino-CriticalSection.git", "providesIncludes": [ - "ArduinoMCP2515.h" + "107-Arduino-CriticalSection.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.2.zip", - "archiveFileName": "107_Arduino_MCP2515-1.1.2.zip", - "size": 18930, - "checksum": "SHA-256:7a6ac6c911d940fce677fe0f02d04e6723ed4d0e75146e5c2c4e68ef7ee9db1e" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_CriticalSection-1.0.0.zip", + "archiveFileName": "107_Arduino_CriticalSection-1.0.0.zip", + "size": 8575, + "checksum": "SHA-256:b4df9fbbc9f235b92f5af8c1dba10344047af7f14b9b74bc8c6b2b31de343615" }, { - "name": "107-Arduino-MCP2515", - "version": "1.1.3", + "name": "107-Arduino-CriticalSection", + "version": "1.1.0", "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", - "website": "https://github.com/107-systems/107-Arduino-MCP2515", - "category": "Communication", + "sentence": "Arduino library for providing a consistent critical section interface over various Arduino platforms.", + "website": "https://github.com/107-systems/107-Arduino-CriticalSection", + "category": "Other", "architectures": [ - "samd" + "samd", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_edge", + "esp32", + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "repository": "https://github.com/107-systems/107-Arduino-CriticalSection.git", "providesIncludes": [ - "ArduinoMCP2515.h" + "107-Arduino-CriticalSection.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.1.3.zip", - "archiveFileName": "107_Arduino_MCP2515-1.1.3.zip", - "size": 86443, - "checksum": "SHA-256:6f84e1362f8fe4bbeda5d22ec59e87c09d516298d0cbd33ae8dd08f095cce87e" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_CriticalSection-1.1.0.zip", + "archiveFileName": "107_Arduino_CriticalSection-1.1.0.zip", + "size": 10190, + "checksum": "SHA-256:0c4352ef544a4159d77beb69eaaffcae87f3f62f52e922e9cc6dee193a509aa2" }, { - "name": "107-Arduino-MCP2515", - "version": "1.2.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", - "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "name": "Modbus", + "version": "1.0.0", + "author": "UL DARA", + "maintainer": "UL DARA", + "sentence": "Modbus RTU", + "paragraph": "Support Modbus RTU protocol with Serial Port and TCP.", + "website": "https://github.com/uldara1/Modbus", "category": "Communication", - "architectures": [ - "samd" + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/uldara1/Modbus.git", + "providesIncludes": [ + "Modbus.h" ], + "url": "https://downloads.arduino.cc/libraries/github.com/uldara1/Modbus-1.0.0.zip", + "archiveFileName": "Modbus-1.0.0.zip", + "size": 4234, + "checksum": "SHA-256:2f9bf67f214166704d08a760a558eb27817e2cec95ad41843312520066d4658b" + }, + { + "name": "Modbus", + "version": "1.0.1", + "author": "UL DARA", + "maintainer": "UL DARA", + "sentence": "Modbus RTU", + "paragraph": "Support Modbus RTU protocol with Serial Port and TCP.", + "website": "https://github.com/uldara1/Modbus", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", + "repository": "https://github.com/uldara1/Modbus.git", "providesIncludes": [ - "ArduinoMCP2515.h" + "Modbus.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.0.zip", - "archiveFileName": "107_Arduino_MCP2515-1.2.0.zip", - "size": 85713, - "checksum": "SHA-256:b034ed1412b1b6a0ad79aa9404fabdf1bbc91730e3710cf431f3a59e08672913" + "url": "https://downloads.arduino.cc/libraries/github.com/uldara1/Modbus-1.0.1.zip", + "archiveFileName": "Modbus-1.0.1.zip", + "size": 6427, + "checksum": "SHA-256:9e6373ec12f83db5b45e4bb5f373f06bed83be79eb60bd71e6a1391634d46311" }, { - "name": "107-Arduino-MCP2515", - "version": "1.2.1", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.", - "website": "https://github.com/107-systems/107-Arduino-MCP2515", + "name": "HaCEspSockets", + "version": "0.1.1", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An Event driven MCU socket similar to windows socket experience.", + "paragraph": "An equivalent of windows socket in ESP(MCU) arduino environment. This library is an event driven with similar experience to windows socket.This library can also be implemented as a client or server depending on the use case of the user. The server socket can handle multiple client connection depending on the HAC_SERVER_MAX_SOCKET_CLIENTS definition(Note: Default value is 5 simultaneous client, it can be increase further but make sure to manage the memory it utilized for each session)", + "website": "https://github.com/SyntaxHarvy/HaCEspSockets.git", "category": "Communication", "architectures": [ - "samd" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-MCP2515.git", - "providesIncludes": [ - "ArduinoMCP2515.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_MCP2515-1.2.1.zip", - "archiveFileName": "107_Arduino_MCP2515-1.2.1.zip", - "size": 18337, - "checksum": "SHA-256:c1e5db73a29f5f5a19b79813e26f6dd50807b4ad3b0761783f61643dc7bd1156" + "repository": "https://github.com/SyntaxHarvy/HaCEspSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCEspSockets-0.1.1.zip", + "archiveFileName": "HaCEspSockets-0.1.1.zip", + "size": 57709, + "checksum": "SHA-256:313c8132765f6ca1ba2e7464dd89d2e1d5c3eaa829169806343ed2c17439f32b" }, { - "name": "SnailwalkPromptpay", - "version": "0.0.1", - "author": "Natchaipon Kaewnate \u003cnatchaipon.k@snailwalk.com\u003e", - "maintainer": "Natchaipon Kaewnate \u003cnatchaipon.k@snailwalk.com\u003e", - "sentence": "library gen promptpay qr code", - "paragraph": "library gen promptpay qr code", - "website": "https://github.com/natchaipon/SnailwalkPromptpay", + "name": "HaCEspSockets", + "version": "0.1.2", + "author": "Harvy Aronales Costiniano", + "maintainer": "Harvy Aronales Costiniano \u003cemail@domain.com\u003e", + "sentence": "An Event driven MCU socket similar to windows socket experience .", + "paragraph": "An equivalent of windows socket in ESP(MCU) arduino environment. This library is an event driven with similar experience to windows socket.This library can also be implemented as a client or server depending on the use case of the user. The server socket can handle multiple client connection depending on the HAC_SERVER_MAX_SOCKET_CLIENTS definition(Note: Default value is 5 simultaneous client, it can be increase further but make sure to manage the memory it utilized for each session)", + "website": "https://github.com/SyntaxHarvy/HaCEspSockets.git", "category": "Communication", "architectures": [ "esp8266" @@ -308778,1042 +767685,1243 @@ "types": [ "Contributed" ], - "repository": "https://github.com/natchaipon/SnailwalkPromptpay.git", - "url": "https://downloads.arduino.cc/libraries/github.com/natchaipon/SnailwalkPromptpay-0.0.1.zip", - "archiveFileName": "SnailwalkPromptpay-0.0.1.zip", - "size": 2910, - "checksum": "SHA-256:229ed3f19b56681ee1fab4b6b101afa23a6caaf42a45512c9c6e70d754827582" + "repository": "https://github.com/SyntaxHarvy/HaCEspSockets.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SyntaxHarvy/HaCEspSockets-0.1.2.zip", + "archiveFileName": "HaCEspSockets-0.1.2.zip", + "size": 131210, + "checksum": "SHA-256:f2bd3f3a6c998a6872aa6b6b1f1dad0defc5d18c6658addd5938df4fbe6ab00a" }, { - "name": "SparkFun Qwiic Step Arduino Library", + "name": "Regression", "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", - "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", - "category": "Device Control", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "Easy-to-use Statistical Regressions.", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use statistical regressions.", + "website": "https://github.com/nkaaf/Arduino-Regression", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-1.0.0.zip", - "size": 35781, - "checksum": "SHA-256:d8fb61f9a18dad26dae17a90542a66bfc12f5a73d9bfcf9ebdf2793aa553bd49" + "repository": "https://github.com/nkaaf/Arduino-Regression.git", + "providesIncludes": [ + "Linear2DRegression.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/Regression-1.0.0.zip", + "archiveFileName": "Regression-1.0.0.zip", + "size": 43529, + "checksum": "SHA-256:08fd7c9d381cd563e225399f2b9f56e271f2b4707b3b15c2c6b06c911370c485" }, { - "name": "SparkFun Qwiic Step Arduino Library", - "version": "2.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", - "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", - "category": "Device Control", + "name": "Regression", + "version": "1.0.1", + "author": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "maintainer": "Niklas Kaaf \u003cnkaaf@protonmail.com\u003e", + "sentence": "Easy-to-use Statistical Regressions.", + "paragraph": "This library extends the Arduino ecosystem with the functionality of several easy-to-use statistical regressions.", + "website": "https://github.com/nkaaf/Arduino-Regression", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-2.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-2.0.0.zip", - "size": 36485, - "checksum": "SHA-256:d9d4271775dd1449651f07c5cf7d84bbba3305a6af45de7d96208bd96b076f97" + "repository": "https://github.com/nkaaf/Arduino-Regression.git", + "providesIncludes": [ + "Linear2DRegression.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nkaaf/Regression-1.0.1.zip", + "archiveFileName": "Regression-1.0.1.zip", + "size": 43531, + "checksum": "SHA-256:db40b9deb32b4171ea27ce907ea613fcd3fb6b5598eec902bfad524041b75b1c" }, { - "name": "SparkFun Qwiic Step Arduino Library", - "version": "2.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Control one or more stepper motors by sending I2C commands over the easy-to-use Qwiic system to your SparkFun Qwiic Step Board.", - "paragraph": "\u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eQwiic Step\u003c/a\u003e makes stepper motors very easy to control. This library handles all the I2C commands needed to run a motor continuously or to a given position, with constant speed or acceleration, or change microstep modes. We've built-in added features such as reading interrupts, setting up an emergency stop, or running headless for further customizability to your system.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library", - "category": "Device Control", + "name": "MHZCO2", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MHZ series CO2 sensors.", + "paragraph": "MHZ1311A,MHZ19,MHZ19B,MHZ19C,MHZ19D,MHZ19E,MTP40F", + "website": "https://github.com/RobTillaart/MHZCO2", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Step_Arduino_Library-2.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_Step_Arduino_Library-2.0.1.zip", - "size": 36539, - "checksum": "SHA-256:399e8478d1f6e84b9275b6fed961c79f0e04a1fe29baceff3fa25ce3f26dcf7a" + "repository": "https://github.com/RobTillaart/MHZCO2.git", + "providesIncludes": [ + "MHZCO2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MHZCO2-0.1.1.zip", + "archiveFileName": "MHZCO2-0.1.1.zip", + "size": 10913, + "checksum": "SHA-256:4e89598a0bde6b7f94488384394576f5342c48cc9f2bb628da3830a5945d492d" }, { - "name": "CircuitsFunBasic", - "version": "1.0.0", - "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "sentence": "Essential basic components library by CircuitsFun", - "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", - "website": "https://circuitsfun.com/", + "name": "MHZCO2", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MHZ series CO2 sensors.", + "paragraph": "MHZ1311A,MHZ19,MHZ19B,MHZ19C,MHZ19D,MHZ19E,MTP40F", + "website": "https://github.com/RobTillaart/MHZCO2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MHZCO2.git", + "providesIncludes": [ + "MHZCO2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MHZCO2-0.1.2.zip", + "archiveFileName": "MHZCO2-0.1.2.zip", + "size": 11009, + "checksum": "SHA-256:93313d664a781ddb1e7c745b5ae3afad5f9d45abbc2fd8da708b148240da39d4" + }, + { + "name": "MHZCO2", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MHZ series CO2 sensors.", + "paragraph": "MHZ1311A,MHZ19,MHZ19B,MHZ19C,MHZ19D,MHZ19E", + "website": "https://github.com/RobTillaart/MHZCO2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MHZCO2.git", + "providesIncludes": [ + "MHZCO2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MHZCO2-0.1.3.zip", + "archiveFileName": "MHZCO2-0.1.3.zip", + "size": 11330, + "checksum": "SHA-256:ddd1b6c3458258c287cb418a6b9c884b97c84cdf8ff97212271fd080ee0a6597" + }, + { + "name": "MHZCO2", + "version": "0.1.4", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for MHZ series CO2 sensors.", + "paragraph": "MHZ1311A,MHZ19,MHZ19B,MHZ19C,MHZ19D,MHZ19E", + "website": "https://github.com/RobTillaart/MHZCO2", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/MHZCO2.git", + "providesIncludes": [ + "MHZCO2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MHZCO2-0.1.4.zip", + "archiveFileName": "MHZCO2-0.1.4.zip", + "size": 12415, + "checksum": "SHA-256:3b7d983c27765ba666ef84923c25656df75f67a1b28afdc4c377d54f29b1a441" + }, + { + "name": "keyboard_peripheral_modules", + "version": "0.1.0", + "author": "yahiro", + "maintainer": "yahiro", + "sentence": "A set of general modules used for making a keyboard firmware.", + "paragraph": "A set of general modules used for making a keyboard firmware.", + "website": "https://github.com/kermite-org/keyboard_peripheral_modules", "category": "Other", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.0.zip", - "archiveFileName": "CircuitsFunBasic-1.0.0.zip", - "size": 6550, - "checksum": "SHA-256:02b4a39eab7eb5558a3beabf9db7b6356e29be8b183080c009a87bed1a4d1585" + "repository": "https://github.com/kermite-org/keyboard_peripheral_modules.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel", + "version": "\u003e=1.10.7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/keyboard_peripheral_modules-0.1.0.zip", + "archiveFileName": "keyboard_peripheral_modules-0.1.0.zip", + "size": 9031, + "checksum": "SHA-256:acf8ee3ae6aae66e7abe68c4a409aab5768e9066b6214a33dcdad902c4285277" }, { - "name": "CircuitsFunBasic", - "version": "1.0.1", - "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "sentence": "Essential basic components library by CircuitsFun.", - "paragraph": "This library includes objects and functions for components used in CircuitsFun's Basic Instructions. Compatible with Arduino IDE 1.5.x+.", - "website": "https://circuitsfun.com/", + "name": "keyboard_peripheral_modules", + "version": "0.1.1", + "author": "yahiro", + "maintainer": "yahiro", + "sentence": "A set of general modules for keyboard firmware.", + "paragraph": "Provide basic functionalities to control peripheral devices for keyboard.", + "website": "https://github.com/kermite-org/keyboard_peripheral_modules", "category": "Other", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/CircuitsFun/CircuitsFunBasic-Library-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunBasic-1.0.1.zip", - "archiveFileName": "CircuitsFunBasic-1.0.1.zip", - "size": 8139, - "checksum": "SHA-256:fcc55d7ac8014a8ddfaa599f33423f67deb3f7c184a20b67f69ada8da6336933" + "repository": "https://github.com/kermite-org/keyboard_peripheral_modules.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel", + "version": "\u003e=1.10.7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/keyboard_peripheral_modules-0.1.1.zip", + "archiveFileName": "keyboard_peripheral_modules-0.1.1.zip", + "size": 9811, + "checksum": "SHA-256:7b93755f15de9396a42e49817673058faff075e9ec05cc07ffaed6fab1089a67" }, { - "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", - "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", - "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", - "category": "Display", + "name": "keyboard_peripheral_modules", + "version": "0.1.2", + "author": "Kermite", + "maintainer": "Kermite", + "sentence": "A set of general modules for keyboard firmware.", + "paragraph": "Provide basic functionalities to control peripheral devices for keyboard. It is useful when you write a firmware for Kermite.", + "website": "https://github.com/kermite-org/keyboard_peripheral_modules", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.0.0.zip", - "size": 25867, - "checksum": "SHA-256:ed531d176654eb5fa4e0faa2db8526bcd2f84bfe17a5fa6361b8b1caaabf9901" + "repository": "https://github.com/kermite-org/keyboard_peripheral_modules.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel", + "version": "\u003e=1.10.7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/keyboard_peripheral_modules-0.1.2.zip", + "archiveFileName": "keyboard_peripheral_modules-0.1.2.zip", + "size": 9836, + "checksum": "SHA-256:20eaed77be0a639335ed0e9de4b497f0c4afe27d2628d6869de15bc5d2e94d8b" }, { - "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", - "version": "1.1.3", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", - "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", - "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", - "category": "Display", + "name": "keyboard_peripheral_modules", + "version": "0.1.3", + "author": "Kermite", + "maintainer": "Kermite", + "sentence": "A set of general modules for keyboard firmware.", + "paragraph": "Provide basic functionalities to control peripheral devices for keyboard. It is useful when you write a firmware for Kermite.", + "website": "https://github.com/kermite-org/keyboard_peripheral_modules", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.3.zip", - "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.3.zip", - "size": 29612, - "checksum": "SHA-256:ad5d37a2db5b817dea551522137263fe4ff0f429fa6e9f41f57589ec6e8a65b2" + "repository": "https://github.com/kermite-org/keyboard_peripheral_modules.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel", + "version": "\u003e=1.10.7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/keyboard_peripheral_modules-0.1.3.zip", + "archiveFileName": "keyboard_peripheral_modules-0.1.3.zip", + "size": 9861, + "checksum": "SHA-256:f4030f1d2b7a38ca3a67818576feacc0262defedba0971ab885643d97e5d9039" }, { - "name": "SparkFun Qwiic Alphanumeric Display Arduino Library", - "version": "1.1.4", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.", - "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16427\"\u003eSparkX Qwiic Alphanumeric Display\u003c/a\u003e to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!", - "website": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library", - "category": "Display", + "name": "keyboard_peripheral_modules", + "version": "0.1.4", + "author": "Kermite", + "maintainer": "Kermite", + "sentence": "A set of general modules for keyboard firmware.", + "paragraph": "Provide basic functionalities to control peripheral devices for keyboard. It is useful when you write a firmware for Kermite.", + "website": "https://github.com/kermite-org/keyboard_peripheral_modules", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.4.zip", - "archiveFileName": "SparkFun_Qwiic_Alphanumeric_Display_Arduino_Library-1.1.4.zip", - "size": 29674, - "checksum": "SHA-256:09c05bbba7db4f41c3bb5e63187cf2a41089b69ffb87b5e14e4fbbdc061fbd73" + "repository": "https://github.com/kermite-org/keyboard_peripheral_modules.git", + "dependencies": [ + { + "name": "Adafruit NeoPixel", + "version": "\u003e=1.10.7" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/keyboard_peripheral_modules-0.1.4.zip", + "archiveFileName": "keyboard_peripheral_modules-0.1.4.zip", + "size": 9925, + "checksum": "SHA-256:cf10b78f00fbe9ae5758d16f9f04de6701ebb11a9965d85aca61a18eb92b5531" }, { - "name": "NXP PCA9633", + "name": "BMP280", "version": "1.0.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for NXP PCA9633", - "paragraph": "Device driver for communicating to PCA9633 via I2C", - "website": "https://github.com/HendrikVE/Arduino-PCA9633", - "category": "Device Control", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "DFRobot Standard library modified by dvarrel", + "paragraph": "Used to read current temperature, air pressure and calculate altitude.", + "website": "https://github.com/dvarrel/BMP280.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.0.zip", - "archiveFileName": "NXP_PCA9633-1.0.0.zip", - "size": 205749, - "checksum": "SHA-256:9e7606ca7080ec35b7991d25a285295e420c2f80cf83154ee5951761eb729738" + "repository": "https://github.com/dvarrel/BMP280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/BMP280-1.0.0.zip", + "archiveFileName": "BMP280-1.0.0.zip", + "size": 8101, + "checksum": "SHA-256:5d7b963ba085cac6685de12b64c89e92181c655565dd6fe812609e251ae04087" }, { - "name": "NXP PCA9633", + "name": "BMP280", "version": "1.0.1", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for NXP PCA9633", - "paragraph": "Device driver for communicating to PCA9633 via I2C", - "website": "https://github.com/HendrikVE/Arduino-PCA9633", - "category": "Device Control", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "DFRobot Standard library modified by dvarrel", + "paragraph": "Used to read current temperature, air pressure and calculate altitude.", + "website": "https://github.com/dvarrel/BMP280.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.1.zip", - "archiveFileName": "NXP_PCA9633-1.0.1.zip", - "size": 206214, - "checksum": "SHA-256:705f8687104341912d00858855801809e3d869a06d2125512ccacb1c27dc7458" + "repository": "https://github.com/dvarrel/BMP280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/BMP280-1.0.1.zip", + "archiveFileName": "BMP280-1.0.1.zip", + "size": 8986, + "checksum": "SHA-256:18e71d538a50eb6592473ad7617486df71e8cf711157c1b7f188dee86a5defeb" }, { - "name": "NXP PCA9633", + "name": "BMP280", "version": "1.0.2", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for NXP PCA9633", - "paragraph": "Device driver for communicating to PCA9633 via I2C", - "website": "https://github.com/HendrikVE/Arduino-PCA9633", - "category": "Device Control", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "DFRobot Standard library modified by dvarrel", + "paragraph": "Used to read current temperature, air pressure and calculate altitude.", + "website": "https://github.com/dvarrel/BMP280.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.0.2.zip", - "archiveFileName": "NXP_PCA9633-1.0.2.zip", - "size": 206216, - "checksum": "SHA-256:b4f2287f8f535bff9f148e5a5a006dd8fa2782a9f930080af6c9de522c04342b" + "repository": "https://github.com/dvarrel/BMP280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/BMP280-1.0.2.zip", + "archiveFileName": "BMP280-1.0.2.zip", + "size": 8941, + "checksum": "SHA-256:6a0368fd3dce71bba258994d05c4fc205634e68b62775dc723d8e6933433e95c" }, { - "name": "NXP PCA9633", - "version": "1.1.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for NXP PCA9633.", - "paragraph": "The PCA9633 is an I2C-bus controlled 4-bit LED driver optimized for Red/Green/Blue/Amber (RGBA) color mixing applications.", - "website": "https://github.com/HendrikVE/Arduino-PCA9633", - "category": "Device Control", + "name": "BMP280", + "version": "1.0.3", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "DFRobot Standard library modified by dvarrel", + "paragraph": "Used to read current temperature, air pressure and calculate altitude.", + "website": "https://github.com/dvarrel/BMP280.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-PCA9633.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/NXP_PCA9633-1.1.0.zip", - "archiveFileName": "NXP_PCA9633-1.1.0.zip", - "size": 206702, - "checksum": "SHA-256:9f2a074affd1297fc2220e70ff42ac8b5076c36a81a7b9290894598d554f9d5a" + "repository": "https://github.com/dvarrel/BMP280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/BMP280-1.0.3.zip", + "archiveFileName": "BMP280-1.0.3.zip", + "size": 9200, + "checksum": "SHA-256:28509f54d28c16d937b070dca30bcc8e2eff4b785d709355f4ae549c8f24b976" }, { - "name": "FMDataClient", - "version": "0.0.1", - "author": "Bruno Silva", - "maintainer": "Bruno Silva", - "sentence": "Filemaker 17 DATA API Client (ESP32)", - "paragraph": "Filemaker 17 DATA API Client (ESP32), Supports login, logout and create record.", - "website": "https://github.com/bmts/FMDataClient", - "category": "Communication", + "name": "dateTimeHelpers", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with date and time helper functions.", + "website": "https://github.com/RobTillaart/dateTimeHelpers", + "category": "Data Processing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmts/FMDataClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bmts/FMDataClient-0.0.1.zip", - "archiveFileName": "FMDataClient-0.0.1.zip", - "size": 13055, - "checksum": "SHA-256:cdf83cf0d07669efd05d6a479ff0456d5b8a14ba5310d956968e7bc796cb35b4" + "repository": "https://github.com/RobTillaart/dateTimeHelpers.git", + "providesIncludes": [ + "datetimeHelpers.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/dateTimeHelpers-0.1.1.zip", + "archiveFileName": "dateTimeHelpers-0.1.1.zip", + "size": 11714, + "checksum": "SHA-256:c030953dce0a49d5f2d69cfcb06189078fe8791426a2c37c80ba392cb1bc55b5" }, { - "name": "FMDataClient", - "version": "0.0.3", - "author": "Bruno Silva", - "maintainer": "Bruno Silva", - "sentence": "Filemaker 17 DATA API Client (ESP32)", - "paragraph": "Filemaker 17 DATA API Client (ESP32), Supports login, logout and create record.", - "website": "https://github.com/bmts/FMDataClient", - "category": "Communication", + "name": "dateTimeHelpers", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with date and time helper functions.", + "website": "https://github.com/RobTillaart/dateTimeHelpers", + "category": "Data Processing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bmts/FMDataClient.git", - "dependencies": [ - { - "name": "ArduinoJson" - } + "repository": "https://github.com/RobTillaart/dateTimeHelpers.git", + "providesIncludes": [ + "dateTimeHelpers.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bmts/FMDataClient-0.0.3.zip", - "archiveFileName": "FMDataClient-0.0.3.zip", - "size": 18721, - "checksum": "SHA-256:76bb3cd6457e4cb613817ba03eb1bf417614376c576bf529a17ab2f5f4447bb0" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/dateTimeHelpers-0.1.2.zip", + "archiveFileName": "dateTimeHelpers-0.1.2.zip", + "size": 11772, + "checksum": "SHA-256:9d61ba5a582176668ea64863f7083528e30f7aad7b26acfd5386963339dc032f" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.3.0", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "dateTimeHelpers", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library with date and time helper functions.", + "website": "https://github.com/RobTillaart/dateTimeHelpers", + "category": "Data Processing", "architectures": [ - "avr", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/RobTillaart/dateTimeHelpers.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "dateTimeHelpers.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.0.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.0.zip", - "size": 901972, - "checksum": "SHA-256:06a5b0442c7d30282265cfb777cc35b619d626f647c5c9ecceb0dfccfaa6b864" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/dateTimeHelpers-0.1.3.zip", + "archiveFileName": "dateTimeHelpers-0.1.3.zip", + "size": 12055, + "checksum": "SHA-256:562f35af5d3fa0ad75e9473b0d294e2cb76356e83ec1c72240cb61b472e6dde0" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.3.1", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "KermiteCore_Arduino", + "version": "0.1.5", + "author": "yahiro", + "maintainer": "yahiro", + "sentence": "Kermite firmware library for Arduino and PlatformIO.", + "paragraph": "Kermite firmware library for Arduino and PlatformIO.", + "website": "https://kermite.org", + "category": "Other", "architectures": [ - "avr", - "esp8266", - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/kermite-org/KermiteCore_Arduino.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "KermiteCore.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.1.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.1.zip", - "size": 913919, - "checksum": "SHA-256:7bfe4db35aaf3ddc20ce98747b53e3d1471a843364e994853589cf48a52514a2" + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/KermiteCore_Arduino-0.1.5.zip", + "archiveFileName": "KermiteCore_Arduino-0.1.5.zip", + "size": 109909, + "checksum": "SHA-256:b19e566c83ff4ca337671fe8026db98c1861bef3747df68e3964f40210c27982" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.3.2", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "KermiteCore_Arduino", + "version": "0.1.6", + "author": "yahiro", + "maintainer": "yahiro", + "sentence": "Kermite firmware library for Arduino and PlatformIO.", + "paragraph": "You can easily create a keyboard firmware compatible to Kermite.", + "website": "https://github.com/kermite-org/KermiteCore_Arduino", + "category": "Other", "architectures": [ - "avr", - "esp8266", - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/kermite-org/KermiteCore_Arduino.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "KermiteCore.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.2.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.2.zip", - "size": 914046, - "checksum": "SHA-256:af209445fc34aadc1cddfb3623454d274ed72f22b705b1ab9c08051f83a987a2" + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/KermiteCore_Arduino-0.1.6.zip", + "archiveFileName": "KermiteCore_Arduino-0.1.6.zip", + "size": 110289, + "checksum": "SHA-256:934c52c72b92c7ddf9fb645193cbfd52d25dfd3009c74eb7599c9842bc829913" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.3.3", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "KermiteCore_Arduino", + "version": "0.1.7", + "author": "Kermite", + "maintainer": "Kermite", + "sentence": "Kermite firmware library for Arduino and PlatformIO.", + "paragraph": "It is used to make a keyboard firmware compatible to Kermite keyboard ecosystem.", + "website": "https://github.com/kermite-org/KermiteCore_Arduino", + "category": "Other", "architectures": [ - "avr", - "esp8266", - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/kermite-org/KermiteCore_Arduino.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "KermiteCore.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.3.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.3.zip", - "size": 914162, - "checksum": "SHA-256:985bfa2adb6656653e39f92d573ca90b78e8f6dcbd1f30aa6eca67499fed05cb" + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/KermiteCore_Arduino-0.1.7.zip", + "archiveFileName": "KermiteCore_Arduino-0.1.7.zip", + "size": 112839, + "checksum": "SHA-256:c4ed2930dfdbb112ef1ad79b591382a1aa60b6d5943de08c4ee357b63bd86127" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.3.4", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "KermiteCore_Arduino", + "version": "0.1.8", + "author": "Kermite", + "maintainer": "Kermite", + "sentence": "Kermite firmware library for Arduino and PlatformIO.", + "paragraph": "It is used to make a keyboard firmware compatible to Kermite keyboard ecosystem.", + "website": "https://github.com/kermite-org/KermiteCore_Arduino", + "category": "Other", "architectures": [ - "avr", - "esp8266", - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/kermite-org/KermiteCore_Arduino.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "KermiteCore.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.4.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.4.zip", - "size": 914253, - "checksum": "SHA-256:6c6780f8da0177f0555fa2f29b5f2a81e7a057d2e40aee43f77666cd895790bf" + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/KermiteCore_Arduino-0.1.8.zip", + "archiveFileName": "KermiteCore_Arduino-0.1.8.zip", + "size": 53689, + "checksum": "SHA-256:8f5c5fecc3805ecb5ed85ab2c52342cb04a394d35406623a083bb9b1317a21f1" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.3.5", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "KermiteCore_Arduino", + "version": "0.1.9", + "author": "Kermite", + "maintainer": "Kermite", + "sentence": "Kermite firmware library for Arduino and PlatformIO.", + "paragraph": "It is used to make a keyboard firmware compatible to Kermite keyboard ecosystem.", + "website": "https://github.com/kermite-org/KermiteCore_Arduino", + "category": "Other", "architectures": [ - "avr", - "esp8266", - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/kermite-org/KermiteCore_Arduino.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "KermiteCore.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.3.5.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.3.5.zip", - "size": 914081, - "checksum": "SHA-256:4e3fa6d9c0c2c24f59abc216977f49d87fc600ca8711b14bd209c9ef182cdfaf" + "url": "https://downloads.arduino.cc/libraries/github.com/kermite-org/KermiteCore_Arduino-0.1.9.zip", + "archiveFileName": "KermiteCore_Arduino-0.1.9.zip", + "size": 53691, + "checksum": "SHA-256:bc95794f4776c44003b1e9deec3beb6931fe7bd870b6670297ed71b9a074b6d6" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.4.0", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "U8xLaserDistance", + "version": "1.0.0", + "author": "Chandra Wijaya Sentosa", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "U8 series laser distance sensor Arduino library", + "paragraph": "U8 series laser distance sensor Arduino library. U8 series is an accurate LIDAR (ligth detection and ranging) sensor with +/- 1 mm accuracy from JRT Meter Technology. This library support for U81x and other laser sensor module from JRT using UART interface.", + "website": "https://github.com/chandrawi/U8x_Laser_Distance", + "category": "Sensors", "architectures": [ - "avr", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/chandrawi/U8x_Laser_Distance.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "U8xLaser.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.4.0.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.4.0.zip", - "size": 914519, - "checksum": "SHA-256:30f3bb49a54a34cd250e2f267ddcab3dcfb3bb4477c58d9a133baa9345d63a9e" + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/U8xLaserDistance-1.0.0.zip", + "archiveFileName": "U8xLaserDistance-1.0.0.zip", + "size": 11747, + "checksum": "SHA-256:c49fb3a5e5fdeb2e891197187916cb7daedfedc4adf67bc04965aa909c4d098b" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.5.0", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "U8xLaserDistance", + "version": "1.1.0", + "author": "Chandra Wijaya Sentosa", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "U8 series laser distance sensor Arduino library", + "paragraph": "U8 series is an accurate LIDAR (ligth detection and ranging) sensor module with +/- 1 mm accuracy from JRT Meter Technology. This library support for U81x and other laser sensor module from JRT using U(S)ART interface.", + "website": "https://github.com/chandrawi/U8x_Laser_Distance", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/chandrawi/U8x_Laser_Distance.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/U8xLaserDistance-1.1.0.zip", + "archiveFileName": "U8xLaserDistance-1.1.0.zip", + "size": 12184, + "checksum": "SHA-256:5140e75a75c86acbb5c4b151a1b1535119384ab4c04001cebadefe88bf770d1e" + }, + { + "name": "WebServer_ESP32_W6100", + "version": "1.5.2", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W6100 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_W6100", + "category": "Communication", "architectures": [ - "avr", - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_W6100.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "WebServer_ESP32_W6100.h", + "WebServer_ESP32_W6100.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.0.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.0.zip", - "size": 930701, - "checksum": "SHA-256:f058a9ced97528c763a46fa81b3e50e6aa2b48812e85e9611a272656cca70497" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_W6100-1.5.2.zip", + "archiveFileName": "WebServer_ESP32_W6100-1.5.2.zip", + "size": 233345, + "checksum": "SHA-256:9a38e2bed5b98c4763ef5d2e2d5fc8a8b96ad3ea078f5b76472274aa68786af3" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.5.1", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "WebServer_ESP32_W6100", + "version": "1.5.3", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32 boards using W6100 with LwIP Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS", + "website": "https://github.com/khoih-prog/WebServer_ESP32_W6100", + "category": "Communication", "architectures": [ - "avr", - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_W6100.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "WebServer_ESP32_W6100.h", + "WebServer_ESP32_W6100.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.1.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.1.zip", - "size": 930714, - "checksum": "SHA-256:f0ecf35bb480978989812688a1c42e7e0a25bac59dfa31be03599b20ed421fad" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_W6100-1.5.3.zip", + "archiveFileName": "WebServer_ESP32_W6100-1.5.3.zip", + "size": 233778, + "checksum": "SHA-256:ee1733f4c2092bfe44c48d3020a60f60173a83456bb8d64c74aa0ea9c8176d83" }, { - "name": "SmartRC-CC1101-Driver-Lib", - "version": "2.5.2", - "author": "LSatan", - "maintainer": "LSatan \u003clittlesatan.666.ls@gmail.com\u003e", - "sentence": "Driver for cc1101.", - "paragraph": "This driver library can be used for many libraries that use a simple RF ASK module,with the advantages of the cc1101 module.It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.", - "website": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib", - "category": "Device Control", + "name": "WebServer_ESP32_SC_W6100", + "version": "1.2.1", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32S2/S3/C3 boards using LwIP W6100 Ethernet library.", + "paragraph": "The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client, supports WebServer serving from LittleFS/SPIFFS and is the base for many Async-related libraries", + "website": "https://github.com/khoih-prog/WebServer_ESP32_SC_W6100", + "category": "Communication", "architectures": [ - "avr", - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git", + "repository": "https://github.com/khoih-prog/WebServer_ESP32_SC_W6100.git", "providesIncludes": [ - "ELECHOUSE_CC1101_SRC_DRV.h" + "WebServer_ESP32_SC_W6100.h", + "WebServer_ESP32_SC_W6100.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LSatan/SmartRC_CC1101_Driver_Lib-2.5.2.zip", - "archiveFileName": "SmartRC_CC1101_Driver_Lib-2.5.2.zip", - "size": 1178299, - "checksum": "SHA-256:d9b0a5f46971e53c98e454441f649ab9a19eac6ff7b5a50ba1ec5caeea227dce" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebServer_ESP32_SC_W6100-1.2.1.zip", + "archiveFileName": "WebServer_ESP32_SC_W6100-1.2.1.zip", + "size": 1142966, + "checksum": "SHA-256:459fada4c8480bea51df4458cb0b7225c8e48aac13645f75199c5a9e60027bce" }, { - "name": "Melt7SegLcd", - "version": "1.0.3", - "author": "Nikolay Seliverstov", - "maintainer": "Nikolay Seliverstov \u003cpostpersonality@gmail.com\u003e", - "sentence": "Melt 7-segment LCD Arduino library.", - "paragraph": "This library can display alphanumerical chars on 7-segment LCD from Melt (melt.com.ru) vendor. The library has replacable char mapper and smart algorithm for partial display refresh.", - "website": "https://github.com/postpersonality/melt-7segment-lcd", - "category": "Display", + "name": "AHT20", + "version": "1.0.0", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "library to drive AHT20 temperature and humidity IC. Forked from https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", + "paragraph": "I2C sensor, simple library", + "website": "https://github.com/dvarrel/AHT20.git", + "category": "Sensors", "architectures": [ - "avr", - "megaavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/postpersonality/melt-7segment-lcd.git", - "url": "https://downloads.arduino.cc/libraries/github.com/postpersonality/Melt7SegLcd-1.0.3.zip", - "archiveFileName": "Melt7SegLcd-1.0.3.zip", - "size": 6157, - "checksum": "SHA-256:390cdf070fb104c32f613f92a390ef7e159f939574bc4359767d695e951c2d48" + "repository": "https://github.com/dvarrel/AHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/AHT20-1.0.0.zip", + "archiveFileName": "AHT20-1.0.0.zip", + "size": 8596, + "checksum": "SHA-256:649b896bcd5add17551ee97d7a327bdda32d87c2b5f88e8de85da14b1c6bcc7c" }, { - "name": "Melt7SegLcd", - "version": "1.0.4", - "author": "Nikolay Seliverstov", - "maintainer": "Nikolay Seliverstov \u003cpostpersonality@gmail.com\u003e", - "sentence": "Melt 7-segment LCD Arduino library.", - "paragraph": "This library can display alphanumerical chars on 7-segment LCD from Melt (melt.com.ru) vendor. The library has replacable char mapper and smart algorithm for partial display refresh.", - "website": "https://github.com/postpersonality/melt-7segment-lcd", - "category": "Display", + "name": "AHT20", + "version": "1.0.1", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "library to drive AHT20 temperature and humidity IC. Forked from https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", + "paragraph": "I2C sensor, simple library", + "website": "https://github.com/dvarrel/AHT20.git", + "category": "Sensors", "architectures": [ - "avr", - "megaavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/postpersonality/melt-7segment-lcd.git", - "url": "https://downloads.arduino.cc/libraries/github.com/postpersonality/Melt7SegLcd-1.0.4.zip", - "archiveFileName": "Melt7SegLcd-1.0.4.zip", - "size": 6584, - "checksum": "SHA-256:91d6dae2ff5fa4371e872b032c695c7188e15ac84af4df9a9c62ba5c4a99e05d" + "repository": "https://github.com/dvarrel/AHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/AHT20-1.0.1.zip", + "archiveFileName": "AHT20-1.0.1.zip", + "size": 8772, + "checksum": "SHA-256:1ed02a46b3860698dd7a3e1179094a9342e0d17f3ee56cee768be108d1d162cd" }, { - "name": "FastMap", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with fast map function for Arduino.", - "website": "https://github.com/RobTillaart/FastMap", - "category": "Data Processing", + "name": "AsyncWebServer_ESP32_SC_W6100", + "version": "1.8.1", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32_S2/S3/C3 + LwIP W6100)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP W6100). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastMap.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100.git", "providesIncludes": [ - "FastMap.h" + "AsyncWebServer_ESP32_SC_W6100.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.2.0.zip", - "archiveFileName": "FastMap-0.2.0.zip", - "size": 9036, - "checksum": "SHA-256:e0ee20f283d09764a3c41a36809d81465f08a8af57a77935b1a767a306d6c0b5" + "dependencies": [ + { + "name": "AsyncTCP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100-1.8.1.zip", + "archiveFileName": "AsyncWebServer_ESP32_SC_W6100-1.8.1.zip", + "size": 1598094, + "checksum": "SHA-256:b2e4c621aaff0267dbb93e77440cb487bd831a2da13cfce35ff4491f75d9f416" }, { - "name": "FastMap", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with fast map function for Arduino.", - "website": "https://github.com/RobTillaart/FastMap", - "category": "Data Processing", + "name": "AsyncWebServer_ESP32_W6100", + "version": "1.6.4", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "AsyncWebServer for (ESP32 + LwIP W6100)", + "paragraph": "This is Asynchronous HTTP and WebSocket Server Library for (ESP32 + LwIP W6100). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks. To install AsyncTCP manually for Arduino IDE", + "website": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastMap.git", + "repository": "https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100.git", "providesIncludes": [ - "FastMap.h" + "AsyncWebServer_ESP32_W6100.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.2.1.zip", - "archiveFileName": "FastMap-0.2.1.zip", - "size": 8224, - "checksum": "SHA-256:0669f6f37ac6c2d21f8c5bd640e2a6c5beb7985875bc15a06a77930745aaeb98" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_ESP32_W6100-1.6.4.zip", + "archiveFileName": "AsyncWebServer_ESP32_W6100-1.6.4.zip", + "size": 517468, + "checksum": "SHA-256:24da4d9257ec7c5c8a2dba1575772dcba417372112f1e3e36a7fb093cec9cb05" }, { - "name": "FastMap", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with fast map function for Arduino.", - "website": "https://github.com/RobTillaart/FastMap", - "category": "Data Processing", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastMap.git", - "providesIncludes": [ - "FastMap.h" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.0.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.0.zip", + "size": 566512, + "checksum": "SHA-256:f50485e238a3b0aa85c0ff6cd8735e1931d12648fec6c856c493ed8733e9791f" + }, + { + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.0.zip", - "archiveFileName": "FastMap-0.3.0.zip", - "size": 9626, - "checksum": "SHA-256:6d48d7e4a1a8a3ee700775bb5427425ce5b52130b4d0d07ca2afbff40aa93344" + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.1.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.1.zip", + "size": 571762, + "checksum": "SHA-256:56b2769b5afe8440f29258145c1c6580abd65b54b3e1bcd699ce55cfc334a1ad" }, { - "name": "FastMap", - "version": "0.3.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with fast map function for Arduino.", - "website": "https://github.com/RobTillaart/FastMap", - "category": "Data Processing", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastMap.git", - "providesIncludes": [ - "FastMap.h" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.2.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.2.zip", + "size": 572025, + "checksum": "SHA-256:e0840be8cf243b1efcf3a17266a702b3be9194339a08f8cf0c8876c0746866d9" + }, + { + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.1.zip", - "archiveFileName": "FastMap-0.3.1.zip", - "size": 11191, - "checksum": "SHA-256:d381412da363bb45460bb1c35e5b9ee7d9989e711cce608dec1b8fe2b5d1b662" + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.3.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.3.zip", + "size": 586149, + "checksum": "SHA-256:c9f276871be54ce2735e5b7252254f47e8b4222d00143b2ac891b7d3c8cd6fc2" }, { - "name": "FastMap", - "version": "0.3.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with fast map function for Arduino.", - "website": "https://github.com/RobTillaart/FastMap", - "category": "Data Processing", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastMap.git", - "providesIncludes": [ - "FastMap.h" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.4.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.4.zip", + "size": 587777, + "checksum": "SHA-256:2c37e3255d5b3e71971ae6500ba365b915387281740901347418b39310da0720" + }, + { + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastMap-0.3.2.zip", - "archiveFileName": "FastMap-0.3.2.zip", - "size": 12545, - "checksum": "SHA-256:1424400a985fce78e961bed35fac559c25937a6e2ddefecfad318c5861161ec2" + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.5.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.5.zip", + "size": 587985, + "checksum": "SHA-256:d6a595492472535636a095060a065211957e66f3d0b4c1d73f6095a0490f17b5" }, { - "name": "LedController", - "version": "1.3.2", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", - "website": "http://noah1510.github.io/LedController/", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.2.zip", - "archiveFileName": "LedController-1.3.2.zip", - "size": 42879, - "checksum": "SHA-256:a2cc00303b4ee2f41f7ef2f063a908556b0ae190d93d5db64f313f68478837f7" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.6.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.6.zip", + "size": 591997, + "checksum": "SHA-256:8bf87418d64f0a1942b6566356d6a72c93574f5310b786ffaae252c32a38e6fd" }, { - "name": "LedController", - "version": "1.1.0", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", - "website": "http://noah1510.github.io/LedController/", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.7", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.1.0.zip", - "archiveFileName": "LedController-1.1.0.zip", - "size": 40701, - "checksum": "SHA-256:6cb278b856ba2ad1b3aaa3ecacb9d9a6c56f31426991c4309710fec5073a09a2" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.7.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.7.zip", + "size": 593701, + "checksum": "SHA-256:037b5277068134c90dca375057fc4c99df03c5653823293c33c7c6289bf1c557" }, { - "name": "LedController", - "version": "1.2.0", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", - "website": "http://noah1510.github.io/LedController/", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.0.zip", - "archiveFileName": "LedController-1.2.0.zip", - "size": 41571, - "checksum": "SHA-256:afe9276d1da2cde01568260a8c36440a7cec13bbaecc824e27b2df0aeaa4e564" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.8.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.8.zip", + "size": 594838, + "checksum": "SHA-256:44af3070fcde663d998a5991e4efb8d83cc4d02e43cc63b9bce22733585bf62e" }, { - "name": "LedController", - "version": "1.2.1", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", - "website": "http://noah1510.github.io/LedController/", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.1.zip", - "archiveFileName": "LedController-1.2.1.zip", - "size": 42586, - "checksum": "SHA-256:9920604383c6c829012db65aef44b0c1ff3421d1e72f19813502a12ba651fdb0" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.9.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.9.zip", + "size": 595901, + "checksum": "SHA-256:62185e8befe9e53e7326038ba258cb6cc6772f8ef0e93f0438d292c650ac9e9b" }, { - "name": "LedController", - "version": "1.2.2", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", - "website": "http://noah1510.github.io/LedController/", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.10", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.2.2.zip", - "archiveFileName": "LedController-1.2.2.zip", - "size": 42902, - "checksum": "SHA-256:67ad37f4bc033cabb97fcaedafbcd6db1794b984e2c9e6087cb733a2952cef5a" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.10.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.10.zip", + "size": 604955, + "checksum": "SHA-256:a0d3d26978117ed0a70ee69da2c37a745773d1d58cc7416dba88388026c61bf6" }, { - "name": "LedController", - "version": "1.3.1", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays.", - "website": "http://noah1510.github.io/LedController/", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.11", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.1.zip", - "archiveFileName": "LedController-1.3.1.zip", - "size": 42879, - "checksum": "SHA-256:09297b1d5b43d53a21de8894393a5bd57c36d0656d5d48d44be412ac6a544b81" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.11.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.11.zip", + "size": 606837, + "checksum": "SHA-256:0712842cab99d50c49eb600d945b02962b9c206777c5231a0b37cc5a93d832a9" }, { - "name": "LedController", - "version": "1.3.3", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays. It also supports shifting the displayed \"image\" around.", - "website": "http://noah1510.github.io/LedController/", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.12", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.3.3.zip", - "archiveFileName": "LedController-1.3.3.zip", - "size": 45083, - "checksum": "SHA-256:e982d32f1e648cfcac10f2f395d0104e639013bb7d851533104a7120834d547a" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.12.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.12.zip", + "size": 607136, + "checksum": "SHA-256:7940fa02bbcabbe76395923fea31b82a43381a4c66d0e4f384929c7c06f4c952" }, { - "name": "LedController", - "version": "1.4.0", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", - "website": "https://github.com/noah1510/LedController", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.13", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.0.zip", - "archiveFileName": "LedController-1.4.0.zip", - "size": 45380, - "checksum": "SHA-256:88aec68e1340b6e55023e4fdbd095cc2250eb647e6505333fa2675cfba69fe8d" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.13.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.13.zip", + "size": 607351, + "checksum": "SHA-256:99f34a70d5839e99a3899b6f366073111162e7cac6bd8159175c99726899cf6c" }, { - "name": "LedController", - "version": "1.4.1", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", - "website": "https://github.com/noah1510/LedController", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.14", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.1.zip", - "archiveFileName": "LedController-1.4.1.zip", - "size": 47170, - "checksum": "SHA-256:9cf9e89e4f1b085e782762aefd9a5050d6c634614d0c4ba174aaffb1e3cd7835" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.14.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.14.zip", + "size": 608223, + "checksum": "SHA-256:353af51b733417f312d0d4bd4dddfabae2ba2d06e8b13947bbf18f2e77250503" }, { - "name": "LedController", - "version": "1.4.2", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", - "website": "https://github.com/noah1510/LedController", - "category": "Display", + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.15", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.15.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.15.zip", + "size": 616125, + "checksum": "SHA-256:7329d8d28a10cac9f80f9e89bca2e970939515146cb84ddb8c73519052ba33d5" + }, + { + "name": "SparkFun u-blox GNSS v3", + "version": "3.0.16", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for I2C, Serial and SPI Communication with u-blox GNSS modules\u003cbr/\u003e\u003cbr/\u003e", + "paragraph": "An Arduino Library to support the latest u-blox GNSS modules, using both NMEA and UBX protocols over I2C, Serial and SPI.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eImportant note:\u003c/b\u003e this version uses the u-blox Configuration Interface to detect and configure the module. It is not backward-compatible with older modules like the M8.\u003cbr/\u003e\u003cbr/\u003eUseful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2 ZED-F9P\u003c/a\u003e and \u003ca href=\"https://www.sparkfun.com/products/18037\"\u003eSparkFun MAX-M10S Breakout\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.4.2.zip", - "archiveFileName": "LedController-1.4.2.zip", - "size": 46837, - "checksum": "SHA-256:5521e7608463b052aaf1ef2e439884691411277072aef9b8204914fd9f3231e6" + "repository": "https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_GNSS_v3-3.0.16.zip", + "archiveFileName": "SparkFun_u_blox_GNSS_v3-3.0.16.zip", + "size": 618452, + "checksum": "SHA-256:42bc31039d54b9386d6dcef770c42b1a6c4a1ed958ff1d00b209a5c71fad41b1" }, { - "name": "LedController", - "version": "1.5.0", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", - "website": "https://github.com/noah1510/LedController", - "category": "Display", + "name": "AsyncTCP", + "version": "1.1.1", + "author": "Me-No-Dev", + "maintainer": "dvarrel", + "sentence": "Async TCP Library for ESP32", + "paragraph": "to build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/AsyncTCP", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.5.0.zip", - "archiveFileName": "LedController-1.5.0.zip", - "size": 48287, - "checksum": "SHA-256:b1941322e0f6fb2f16f5185891b1fcd97b5719d134415e756a5e510085be52cb" + "repository": "https://github.com/dvarrel/AsyncTCP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/AsyncTCP-1.1.1.zip", + "archiveFileName": "AsyncTCP-1.1.1.zip", + "size": 15481, + "checksum": "SHA-256:f73ffff3c8e84a9ecef57e4eb9eef59867c51fdaf8db067b35218fe9ea79b304" }, { - "name": "LedController", - "version": "1.6.0", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", - "website": "https://github.com/noah1510/LedController", - "category": "Display", + "name": "AsyncTCP", + "version": "1.1.3", + "author": "Me-No-Dev", + "maintainer": "dvarrel", + "sentence": "Async TCP Library for ESP32", + "paragraph": "to build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/AsyncTCP", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.6.0.zip", - "archiveFileName": "LedController-1.6.0.zip", - "size": 48574, - "checksum": "SHA-256:46b6b93dd8c5021c940126e826f360fca51c8677fa0a3bcf2c9691b92237b139" + "repository": "https://github.com/dvarrel/AsyncTCP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/AsyncTCP-1.1.3.zip", + "archiveFileName": "AsyncTCP-1.1.3.zip", + "size": 13702, + "checksum": "SHA-256:db063806dcae24ac4a6ee4fb3a508c3140ed5ee2dbab8fe1d1c41d91ec29af1a" }, { - "name": "LedController", - "version": "1.6.1", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "This library can do everthing LedControl does and much more like moving the diplayed data around and it works with an esp32.", - "website": "https://github.com/noah1510/LedController", - "category": "Display", + "name": "AsyncTCP", + "version": "1.1.4", + "author": "dvarrel", + "maintainer": "dvarrel", + "sentence": "Async TCP Library for ESP32. Forked from https://github.com/me-no-dev/AsyncTCP", + "paragraph": "to build a WebServer, with files saved in flash", + "website": "https://github.com/dvarrel/AsyncTCP", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.6.1.zip", - "archiveFileName": "LedController-1.6.1.zip", - "size": 48585, - "checksum": "SHA-256:ae704637af40f3b2c8831d6ab4c8474f28f4eeee44c6178290eac5f545c44945" + "repository": "https://github.com/dvarrel/AsyncTCP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dvarrel/AsyncTCP-1.1.4.zip", + "archiveFileName": "AsyncTCP-1.1.4.zip", + "size": 13717, + "checksum": "SHA-256:a04abd87667993021ea502e0646f59592e47acfb2c2f3106b5e534da26ef22e9" }, { - "name": "LedController", - "version": "1.7.0", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", - "website": "https://github.com/noah1510/LedController", - "category": "Display", + "name": "AsyncUDP_ESP32_W6100", + "version": "2.0.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32 boards using LwIP W6100 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_W6100", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_W6100.git", "providesIncludes": [ - "LedController.hpp" + "AsyncUDP_ESP32_W6100.h", + "AsyncUDP_ESP32_W6100.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.0.zip", - "archiveFileName": "LedController-1.7.0.zip", - "size": 49862, - "checksum": "SHA-256:ab40ffc246ead1ccf1b3e418fc92ddf080b0acda0ed78dfd7755467204cb2fb0" + "dependencies": [ + { + "name": "WebServer_ESP32_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_W6100-2.0.0.zip", + "archiveFileName": "AsyncUDP_ESP32_W6100-2.0.0.zip", + "size": 174070, + "checksum": "SHA-256:70caa67637e9270f669b2f31358feae7a635e751a464c95efb782ac1182ac8e7" }, { - "name": "LedController", - "version": "1.7.1", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", - "website": "https://github.com/noah1510/LedController", + "name": "TFT_eSPI_Widgets", + "version": "0.1.1", + "author": "Alban Mancheron \u003calban.mancheron@lirmm.fr\u003e", + "maintainer": "Alban Mancheron \u003calban.mancheron@lirmm.fr\u003e", + "sentence": "Widget API to enhance the TFT_eSPI library.", + "paragraph": "This library aims to make easy the GUI development using a Widget approach. Notice that this is a simplified version with some simple widgets definitions, but it allows to be extended quite easily using inheritance.", + "website": "https://gite.lirmm.fr/doccy/TFT_eSPI_Widgets", "category": "Display", "architectures": [ "*" @@ -309821,24 +768929,37 @@ "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", + "repository": "https://github.com/Mancheron/TFT_eSPI_Widgets.git", "providesIncludes": [ - "LedController.hpp" + "TFT_eSPI_Widgets.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.1.zip", - "archiveFileName": "LedController-1.7.1.zip", - "size": 50106, - "checksum": "SHA-256:95af80ee1b6ecbe9fc6d79d16265fefeda70d3ba60948b26851b9e3a356e561d" + "dependencies": [ + { + "name": "TFT_eSPI", + "version": "\u003e=2.3.4" + }, + { + "name": "TJpg_Decoder", + "version": "\u003e=1.0.8" + }, + { + "name": "PNGdec", + "version": "\u003e=1.0.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mancheron/TFT_eSPI_Widgets-0.1.1.zip", + "archiveFileName": "TFT_eSPI_Widgets-0.1.1.zip", + "size": 398599, + "checksum": "SHA-256:d9f6e406a6d85d72b3447fc3a6426d21d99b13e78c13536621197f2fb75411d8" }, { - "name": "LedController", - "version": "1.7.2", - "author": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "maintainer": "Noa Sakurajin \u003cnoasakurajin@web.de\u003e", - "license": "LGPLv3", - "sentence": "The better LedControl library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "\"It can do everything LedControl can (it is mostly compatible), works with more boards (like esp32) and makes working with LedMatricies easier. You can more your displayed data around, set whole segments and have way more symbols for 7-segment displays. If you still miss a feature just create a pull request and I will do my best to add it ASAP. !!There have been a few major changees in Version 1.7 and you might have to refactor parts of your code to get your code working with the current version if it was built for an older Version of the LedController!!\"", - "website": "https://github.com/noah1510/LedController", + "name": "TFT_eSPI_Widgets", + "version": "0.1.3", + "author": "Alban Mancheron \u003calban.mancheron@lirmm.fr\u003e", + "maintainer": "Alban Mancheron \u003calban.mancheron@lirmm.fr\u003e", + "sentence": "Widget API to enhance the TFT_eSPI library.", + "paragraph": "This library aims to make easy the GUI development using a Widget approach. Notice that this is a simplified version with some simple widgets definitions, but it allows to be extended quite easily using inheritance.", + "website": "https://gite.lirmm.fr/doccy/TFT_eSPI_Widgets", "category": "Display", "architectures": [ "*" @@ -309846,340 +768967,448 @@ "types": [ "Contributed" ], - "repository": "https://github.com/noah1510/LedController.git", + "repository": "https://github.com/Mancheron/TFT_eSPI_Widgets.git", "providesIncludes": [ - "LedController.hpp" + "TFT_eSPI_Widgets.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/noah1510/LedController-1.7.2.zip", - "archiveFileName": "LedController-1.7.2.zip", - "size": 51327, - "checksum": "SHA-256:8c8d3e2bda57a903c69cc880d8c1e43d92a878e979c5b2ba9be59e7c02e04599" + "dependencies": [ + { + "name": "TFT_eSPI", + "version": "\u003e=2.3.4" + }, + { + "name": "TJpg_Decoder", + "version": "\u003e=1.0.8" + }, + { + "name": "PNGdec", + "version": "\u003e=1.0.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mancheron/TFT_eSPI_Widgets-0.1.3.zip", + "archiveFileName": "TFT_eSPI_Widgets-0.1.3.zip", + "size": 398658, + "checksum": "SHA-256:ebee297de90057f9bca893dab0cbf912635b02859e1ff8b5a395a1cc5fe4dd44" }, { - "name": "Melopero UBX Protocol", - "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A library to easily create Ubx messages.", - "paragraph": "This library allows the user to easily create UbxMessages to be sent with the Melopero SAM_M8Q library.", - "website": "https://github.com/melopero/Melopero_UBX", - "category": "Communication", + "name": "TFT_eSPI_Widgets", + "version": "0.1.4", + "author": "Alban Mancheron \u003calban.mancheron@lirmm.fr\u003e", + "maintainer": "Alban Mancheron \u003calban.mancheron@lirmm.fr\u003e", + "sentence": "Widget API to enhance the TFT_eSPI library.", + "paragraph": "This library aims to make easy the GUI development using a Widget approach. Notice that this is a simplified version with some simple widgets definitions, but it allows to be extended quite easily using inheritance.", + "website": "https://gite.lirmm.fr/doccy/TFT_eSPI_Widgets", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_UBX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_UBX_Protocol-1.0.0.zip", - "archiveFileName": "Melopero_UBX_Protocol-1.0.0.zip", - "size": 5789, - "checksum": "SHA-256:51005458fd2023a60152f8dc1a107d7e1f46d4c4f40587ea22b0401da5664255" + "repository": "https://github.com/Mancheron/TFT_eSPI_Widgets.git", + "providesIncludes": [ + "TFT_eSPI_Widgets.h" + ], + "dependencies": [ + { + "name": "TFT_eSPI", + "version": "\u003e=2.3.4" + }, + { + "name": "TJpg_Decoder", + "version": "\u003e=1.0.8" + }, + { + "name": "PNGdec", + "version": "\u003e=1.0.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Mancheron/TFT_eSPI_Widgets-0.1.4.zip", + "archiveFileName": "TFT_eSPI_Widgets-0.1.4.zip", + "size": 404333, + "checksum": "SHA-256:dd5162e9491b89195764cb01a81d10407321dcf9cc102f026a5a02b88000dbf2" }, { - "name": "Melopero UBX Protocol", - "version": "1.0.1", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A library to easily create Ubx messages.", - "paragraph": "This library allows the user to easily create UbxMessages to be sent with the Melopero SAM_M8Q library.", - "website": "https://github.com/melopero/Melopero_UBX", + "name": "AsyncUDP_ESP32_SC_W6100", + "version": "2.1.0", + "author": "Hristo Gochkov, Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W6100 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_UBX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_UBX_Protocol-1.0.1.zip", - "archiveFileName": "Melopero_UBX_Protocol-1.0.1.zip", - "size": 5813, - "checksum": "SHA-256:7531322d002f4974d4455f3062587e2b60ca0014687c212690b41feb2d615b22" + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100.git", + "providesIncludes": [ + "AsyncUDP_ESP32_SC_W6100.h", + "AsyncUDP_ESP32_SC_W6100.hpp" + ], + "dependencies": [ + { + "name": "WebServer_ESP32_SC_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100-2.1.0.zip", + "archiveFileName": "AsyncUDP_ESP32_SC_W6100-2.1.0.zip", + "size": 1039291, + "checksum": "SHA-256:24094903258c34d7cfd0a253abc60b49d0dc72f33e02157ec75c49fd87d86014" }, { - "name": "Melopero SAM-M8Q", - "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", - "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", - "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", - "category": "Sensors", + "name": "AsyncUDP_ESP32_Ethernet", + "version": "2.1.0", + "author": "Hristo Gochkov,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous UDP Library for ESP32 boards using LwIP W5500, W6100 or ENC28J60 Ethernet", + "paragraph": "The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.", + "website": "https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "repository": "https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet.git", + "providesIncludes": [ + "AsyncUDP_ESP32_Ethernet.h", + "AsyncUDP_ESP32_Ethernet.hpp" + ], "dependencies": [ { - "name": "Melopero UBX Protocol" + "name": "WebServer_ESP32_W5500" + }, + { + "name": "WebServer_ESP32_W6100" + }, + { + "name": "WebServer_ESP32_ENC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.0.0.zip", - "archiveFileName": "Melopero_SAM_M8Q-1.0.0.zip", - "size": 8171, - "checksum": "SHA-256:e5ef5a1216c38b17b745ac8f3125e4b4f39f077cee24a73424b518a88a1ff906" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_ESP32_Ethernet-2.1.0.zip", + "archiveFileName": "AsyncUDP_ESP32_Ethernet-2.1.0.zip", + "size": 1494743, + "checksum": "SHA-256:a814e653406416ebe40b202effd763952e2a4730279dca58c6a20c3d64a2b95f" }, { - "name": "Melopero SAM-M8Q", - "version": "1.0.1", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the SAM-M8Q GNSS Antenna Module.", - "paragraph": "This library allows an Arduino board to communicate with the SAM-M8Q module via I2C.", - "website": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library", - "category": "Sensors", + "name": "AsyncDNSServer_ESP32_W6100", + "version": "1.0.0", + "author": "Develo,Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "GPLv3", + "sentence": "Fully Asynchronous DNS Server Library for ESP32 boards using LwIP W6100 Ethernet.", + "paragraph": "This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_W6100, AsyncHTTPRequest_ESP32_W6100, AsyncHTTPSRequest_ESP32_W6100", + "website": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_W6100", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_SAM-M8Q_Arduino_Library.git", + "repository": "https://github.com/khoih-prog/AsyncDNSServer_ESP32_W6100.git", + "providesIncludes": [ + "AsyncDNSServer_ESP32_W6100.h", + "AsyncDNSServer_ESP32_W6100.hpp" + ], "dependencies": [ { - "name": "Melopero UBX Protocol" + "name": "WebServer_ESP32_W6100" + }, + { + "name": "AsyncUDP_ESP32_W6100" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_SAM_M8Q-1.0.1.zip", - "archiveFileName": "Melopero_SAM_M8Q-1.0.1.zip", - "size": 8233, - "checksum": "SHA-256:4e5416a597b22221f20ebd1b978a0c6c0130975326714a6d7284f39a3002077a" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_ESP32_W6100-1.0.0.zip", + "archiveFileName": "AsyncDNSServer_ESP32_W6100-1.0.0.zip", + "size": 162360, + "checksum": "SHA-256:db8855df03cf35c14333a816703d13611016b9b449285290036b7b5b7703627c" }, { - "name": "SAM32WiFiEsp", - "version": "2.2.2-f1", - "author": "Enrico204", - "maintainer": "Enrico Bassetti \u003cenrico204@gmail.com\u003e", - "sentence": "Arduino (and SAM32) WiFi library for ESP8266", - "paragraph": "Arduino WiFi library for ESP8266. Works only with SDK version 1.1.1 and above (AT version 0.25 and above). Compatible with Arduino 101 and other SAM32-based controllers.", - "website": "https://gitlab.com/Enrico204/sam32wifiesp/", - "category": "Other", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.2", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/Enrico204/sam32wifiesp.git", - "url": "https://downloads.arduino.cc/libraries/gitlab.com/Enrico204/SAM32WiFiEsp-2.2.2-f1.zip", - "archiveFileName": "SAM32WiFiEsp-2.2.2-f1.zip", - "size": 65641, - "checksum": "SHA-256:07d44996c2356c9ea9d2c63fed5fc61c325e0902c069b9a6572e56a0ab3718ba" + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.2.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.2.zip", + "size": 44198, + "checksum": "SHA-256:b19560b3ae00cf0dce58e56bea83a69645e90116981430fa7cdf85ff74c16630" }, { - "name": "ACS712", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "ACS712 library for Arduino.", - "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", - "website": "https://github.com/RobTillaart/ACS712", - "category": "Signal Input/Output", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.3", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ACS712.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "ACS712.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.1.2.zip", - "archiveFileName": "ACS712-0.1.2.zip", - "size": 8295, - "checksum": "SHA-256:9c61bfca9785d3480c214d8d9eec6fa350b0d33b4c48f65819a8524a35ae9b51" + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.3.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.3.zip", + "size": 44220, + "checksum": "SHA-256:85d244723312de069be837aafb1184e6eca04eb34b4d924abaf2c728e96500a4" }, { - "name": "ACS712", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "ACS712 library for Arduino.", - "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", - "website": "https://github.com/RobTillaart/ACS712", - "category": "Signal Input/Output", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.4", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ACS712.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "ACS712.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.1.3.zip", - "archiveFileName": "ACS712-0.1.3.zip", - "size": 8263, - "checksum": "SHA-256:3e1f2911101e97af06c26ae0a8786bf2aad1a9f24935fd89b0035d1d412aaea9" + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.4.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.4.zip", + "size": 60215, + "checksum": "SHA-256:e9c7fd3e5f7f353c3059cad079ed34e4c444ca186212bb68da1e30974e850cca" }, { - "name": "ACS712", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "ACS712 library for Arduino.", - "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", - "website": "https://github.com/RobTillaart/ACS712", - "category": "Signal Input/Output", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.6", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ACS712.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "ACS712.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.0.zip", - "archiveFileName": "ACS712-0.2.0.zip", - "size": 9019, - "checksum": "SHA-256:00fd33d7fdf893bba6abf153caf8a2b1dd31c396333963b16307955d0ed18e59" + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.6.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.6.zip", + "size": 60644, + "checksum": "SHA-256:4564b9193097c3671495e69140b68eea595c5e0e99ecd5104258b0cd9bcaaa29" }, { - "name": "ACS712", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Pete Thompson \u003cpete.thompson@yahoo.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "ACS712 library for Arduino.", - "paragraph": "Current measurement, tested with RobotDyn ACDC 20A Module.", - "website": "https://github.com/RobTillaart/ACS712", - "category": "Signal Input/Output", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.7", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ACS712.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "ACS712.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACS712-0.2.1.zip", - "archiveFileName": "ACS712-0.2.1.zip", - "size": 10798, - "checksum": "SHA-256:b37b5770f865b980fb5acbd7ed2c2ac372f68c1546557d27565450f3169005d8" + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.7.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.7.zip", + "size": 60707, + "checksum": "SHA-256:99073b58aee08371737c770983b65652525d5c1c90dfb5f05bea41f2f65fc75c" }, { - "name": "Max44009", - "version": "0.4.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", - "website": "https://github.com/RobTillaart/Max44009", - "category": "Sensors", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.8", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Max44009.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "Wire.h", - "Max44009.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], "dependencies": [ { - "name": "Wire" + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.1.zip", - "archiveFileName": "Max44009-0.4.1.zip", - "size": 14137, - "checksum": "SHA-256:8de22ae0211cf0402d3439e70541d07f352357c4c62be3ad256d5eb3ca8c5169" + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.8.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.8.zip", + "size": 61140, + "checksum": "SHA-256:ae2e830caeaae88b635f35a7b6de763615ffe5d4a4a78c3f9fbbe602e8acd0d6" }, { - "name": "Max44009", - "version": "0.4.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for MAX44009 I2C LUX sensor Arduino.", - "website": "https://github.com/RobTillaart/Max44009", - "category": "Sensors", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.9", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Max44009.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "Wire.h", - "Max44009.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], "dependencies": [ { - "name": "Wire" + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Max44009-0.4.2.zip", - "archiveFileName": "Max44009-0.4.2.zip", - "size": 14886, - "checksum": "SHA-256:a810a976f2cbb88e05ddbc336386d4df791a8a2ea30c2f1021b86e4232e7d322" + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.9.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.9.zip", + "size": 62957, + "checksum": "SHA-256:00b3e13d714e62b3ae4108178a364548f356f39774a7ecaceb3ee595b692731d" }, { - "name": "AD524X", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for AD524X", - "paragraph": "Library to control digital potentiometer AD5241 AD5242", - "website": "https://github.com/RobTillaart/AD524X", - "category": "Signal Input/Output", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.10", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD524X.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "AD524X.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.0.zip", - "archiveFileName": "AD524X-0.2.0.zip", - "size": 10205, - "checksum": "SHA-256:4390f758fc18c09ddca9d0b5849dad3984c8ab85343f6c1225d6b6fa23e64ef1" + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.10.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.10.zip", + "size": 64791, + "checksum": "SHA-256:f009a6d43158eaab3276e6b3d7738e265aaf908bc65345e8c169337a0a40e308" }, { - "name": "AD524X", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for AD524X", - "paragraph": "Library to control digital potentiometer AD5241 AD5242", - "website": "https://github.com/RobTillaart/AD524X", - "category": "Signal Input/Output", + "name": "ThingsCloud_ESP_SDK", + "version": "1.0.11", + "author": "thingscloud", + "maintainer": "thingscloud\u003cgithub@qijiwanwu.com\u003e", + "license": "MIT", + "sentence": "Build your IoT project in minutes!", + "paragraph": "ThingsCloud IoT Platform WiFi and MQTT client library for ESP8266/ESP32 based boards using arduino framework.", + "website": "https://www.thingscloud.xyz/", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD524X.git", + "repository": "https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk.git", "providesIncludes": [ - "AD524X.h" + "ThingsCloudMQTT.h", + "ThingsCloudWiFiManager.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.1.zip", - "archiveFileName": "AD524X-0.2.1.zip", - "size": 10148, - "checksum": "SHA-256:6d0e3003edbe8cdffc2951729300943ea922374dc8e9846a31b13affc4798e56" + "dependencies": [ + { + "name": "PubSubClient" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/IoT-ThingsCloud/ThingsCloud_ESP_SDK-1.0.11.zip", + "archiveFileName": "ThingsCloud_ESP_SDK-1.0.11.zip", + "size": 64800, + "checksum": "SHA-256:1af835f90598a76c7653a84631c301482d0d170325ca6c4dbda26fb78f30846d" }, { - "name": "AD524X", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for AD524X", - "paragraph": "Library to control digital potentiometer AD5241 AD5242", - "website": "https://github.com/RobTillaart/AD524X", + "name": "SensorWLED", + "version": "0.2.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "The Arduino library reads the electrical current and displays data on various output devices.", + "paragraph": "The WLED current monitor board is required, and a microcontroller, for example an ESP8266.", + "website": "https://github.com/berrak/SensorWLED", "category": "Signal Input/Output", "architectures": [ "*" @@ -310187,68 +769416,77 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD524X.git", + "repository": "https://github.com/berrak/SensorWLED.git", "providesIncludes": [ - "AD524X.h" + "SensorWLED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.2.2.zip", - "archiveFileName": "AD524X-0.2.2.zip", - "size": 11294, - "checksum": "SHA-256:33fabd57b676cc6737539412888e8d46b1cfa2c7052a97916d3857125cdaf80f" + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/SensorWLED-0.2.0.zip", + "archiveFileName": "SensorWLED-0.2.0.zip", + "size": 48420, + "checksum": "SHA-256:5b77abbd385c181124bf08d775b5595b874b429a87ec3782a1a68d99673f3029" }, { - "name": "AD524X", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for AD524X", - "paragraph": "Library to control digital potentiometer AD5241 AD5242", - "website": "https://github.com/RobTillaart/AD524X", + "name": "SensorWLED", + "version": "1.0.0", + "author": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "maintainer": "Debinix Team \u003cdebinixteam@triatagroup.com\u003e", + "sentence": "Provides methods to retrieve instant and peak values from the ADC input. The Arduino library SensorWLED splits the input from a varying analog signal from the ADC into components, i.e., provides the capability of a sample-and-hold circuit.", + "paragraph": "The library has methods that return ADC input as read i.e., instant, while other functions hold the peak sampled value while decaying with user-set decay parameters.", + "website": "https://github.com/berrak/SensorWLED", "category": "Signal Input/Output", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD524X.git", + "repository": "https://github.com/berrak/SensorWLED.git", "providesIncludes": [ - "AD524X.h" + "SensorWLED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD524X-0.3.0.zip", - "archiveFileName": "AD524X-0.3.0.zip", - "size": 13901, - "checksum": "SHA-256:f1914f3d05831349ea5cf3ad325e50510d155a5efafad91616751771b2bd623d" + "dependencies": [ + { + "name": "EEPROM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/berrak/SensorWLED-1.0.0.zip", + "archiveFileName": "SensorWLED-1.0.0.zip", + "size": 1837226, + "checksum": "SHA-256:88696882a56d7c70e304f8241e7c82eb59d1f245f56379bd0dc7855caa1ad261" }, { - "name": "USIWire", - "version": "0.2.0", - "author": "puuu", - "maintainer": "puuu \u003cpuuu@users.noreply.github.com\u003e", - "sentence": "USI based TWI/I2C library for Arduino", - "paragraph": "Arduino Wire compatible library, supporting I²C, I2C, IIC and/or TWI for Atmel ATTiny micro processors utilizing the Universal Serial Interface (USI).", - "website": "https://github.com/puuu/USIWire", + "name": "mimuz-ch55x", + "version": "0.1.1", + "author": "D.F.Mac.@TripArts Music", + "maintainer": "@tadfmac", + "sentence": "mi:muz (a part of MIDI) library for ch55xduino", + "paragraph": "mi:muz (a part of MIDI) midi library for ch55xduino", + "website": "https://github.com/mimuz/mimuz-ch55x", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/puuu/USIWire.git", - "url": "https://downloads.arduino.cc/libraries/github.com/puuu/USIWire-0.2.0.zip", - "archiveFileName": "USIWire-0.2.0.zip", - "size": 35617, - "checksum": "SHA-256:f2e881dee46fb84d73fe16e2a8e3ceba6ced77a57719581d4cf17a39e2f5b23b" + "repository": "https://github.com/mimuz/mimuz-ch55x.git", + "providesIncludes": [ + "mimuz-ch55x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mimuz/mimuz_ch55x-0.1.1.zip", + "archiveFileName": "mimuz_ch55x-0.1.1.zip", + "size": 1465199, + "checksum": "SHA-256:8cd325a647d1d6cb6d1446e6ce5b9738cf8cbff066b05f35308cec81a861d113" }, { - "name": "CommandParser", - "version": "1.0.0", - "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", - "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", - "website": "https://github.com/Uberi/Arduino-CommandParser", + "name": "mimuz-ch55x", + "version": "0.1.2", + "author": "D.F.Mac.@TripArts Music", + "maintainer": "@tadfmac", + "sentence": "mi:muz (a part of MIDI) library for ch55xduino", + "paragraph": "mi:muz (a part of MIDI) midi library for ch55xduino", + "website": "https://github.com/mimuz/mimuz-ch55x", "category": "Communication", "architectures": [ "*" @@ -310256,544 +769494,648 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Uberi/Arduino-CommandParser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.0.0.zip", - "archiveFileName": "CommandParser-1.0.0.zip", - "size": 9457, - "checksum": "SHA-256:4871ba891c1c8a1621abb9b9f197f54826af73c9c2b8dc20a3301931f0293e71" + "repository": "https://github.com/mimuz/mimuz-ch55x.git", + "providesIncludes": [ + "mimuz-ch55x.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mimuz/mimuz_ch55x-0.1.2.zip", + "archiveFileName": "mimuz_ch55x-0.1.2.zip", + "size": 5059719, + "checksum": "SHA-256:563027ce7b5d4a0db9ff9d3b738698ae4e1c2ab2b21a309c6e96b91d034aa484" }, { - "name": "CommandParser", - "version": "1.1.0", - "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", - "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", - "website": "https://github.com/Uberi/Arduino-CommandParser", - "category": "Communication", + "name": "M5AtomS3", + "version": "0.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5AtomS3 Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5AtomS3", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Uberi/Arduino-CommandParser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.1.0.zip", - "archiveFileName": "CommandParser-1.1.0.zip", - "size": 11414, - "checksum": "SHA-256:4e9717c556cb72e3f1321cde7969f8e70d61814fe88ac910af0344f9dc6e341b" + "repository": "https://github.com/m5stack/M5AtomS3.git", + "providesIncludes": [ + "M5AtomS3.h" + ], + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "Ethernet2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5AtomS3-0.0.2.zip", + "archiveFileName": "M5AtomS3-0.0.2.zip", + "size": 905166, + "checksum": "SHA-256:7043ed6635ebc7364d5973c9bd1949161f2a0b6db1688dfcf3d70a94124d78ca" }, { - "name": "CommandParser", - "version": "1.1.1", - "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "sentence": "An Arduino library for parsing commands of the form COMMAND_NAME ARG1 ARG2 ARG3.", - "paragraph": "No dynamic memory allocation. Compile-time-configurable resource limits. Strongly typed arguments with strict input validation. Friendly error messages for invalid inputs. Support for escape sequences in string arguments.", - "website": "https://github.com/Uberi/Arduino-CommandParser", - "category": "Communication", + "name": "M5AtomS3", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5AtomS3 Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5AtomS3", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Uberi/Arduino-CommandParser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/CommandParser-1.1.1.zip", - "archiveFileName": "CommandParser-1.1.1.zip", - "size": 11470, - "checksum": "SHA-256:1bee7609a5fb87358c4047dcfcf517dfc19ccd5b51047b75ab182efe789ba3d6" + "repository": "https://github.com/m5stack/M5AtomS3.git", + "providesIncludes": [ + "M5AtomS3.h" + ], + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5AtomS3-0.0.3.zip", + "archiveFileName": "M5AtomS3-0.0.3.zip", + "size": 1172754, + "checksum": "SHA-256:6511f90cfa0a0197696e7c6a162bbac010ca0d1130b0b8f6b21f1f9bfc973f40" }, { - "name": "Adafruit DS1841", + "name": "M5AtomS3", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the DS1841 breakouts in the Adafruit shop", - "paragraph": "Arduino library for the DS1841 breakouts in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_DS1841", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5AtomS3 Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5AtomS3", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_DS1841.git", + "repository": "https://github.com/m5stack/M5AtomS3.git", + "providesIncludes": [ + "M5AtomS3.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" + "name": "M5GFX" + }, + { + "name": "M5Unified" + }, + { + "name": "M5Family" + }, + { + "name": "M5-Ethernet" + }, + { + "name": "IRremote" + }, + { + "name": "ArduinoHttpClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_DS1841-1.0.0.zip", - "archiveFileName": "Adafruit_DS1841-1.0.0.zip", - "size": 297312, - "checksum": "SHA-256:45de936eb4fcaacab5ba932c5a17a4aa47a1b1c1df7aca2d899b946808833373" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5AtomS3-1.0.0.zip", + "archiveFileName": "M5AtomS3-1.0.0.zip", + "size": 76539, + "checksum": "SHA-256:02bc5d7063387b3551a55380bb701e35d138cb34394b6d072a88f1f8debd6543" }, { - "name": "CircuitsFunProjects", + "name": "AsyncESP32_W6100_Manager", "version": "1.0.0", - "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "sentence": "Beginner friendly projects and project libraries by CircuitsFun", - "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", - "website": "https://circuitsfun.com/", - "category": "Other", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP W6100 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP W6100 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_W6100_Manager", + "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.0.zip", - "archiveFileName": "CircuitsFunProjects-1.0.0.zip", - "size": 3713, - "checksum": "SHA-256:4a0151c34081b9eed86d6505f0ca94cd2170f520d55d64d598d365de9a60b4d2" - }, - { - "name": "CircuitsFunProjects", - "version": "1.0.1", - "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "sentence": "Beginner friendly projects and project libraries by CircuitsFun", - "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", - "website": "https://circuitsfun.com/", - "category": "Other", - "architectures": [], - "types": [ - "Contributed" + "repository": "https://github.com/khoih-prog/AsyncESP32_W6100_Manager.git", + "providesIncludes": [ + "AsyncESP32_W6100_Manager.h", + "AsyncESP32_W6100_Manager.hpp" ], - "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.1.zip", - "archiveFileName": "CircuitsFunProjects-1.0.1.zip", - "size": 52077, - "checksum": "SHA-256:fed35dc7d68934368afb3c06bc03229724155609f4cdcc016738553383792189" - }, - { - "name": "CircuitsFunProjects", - "version": "1.0.2", - "author": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "maintainer": "CircuitsFun \u003ccsf.instruction@circuitsfun.com\u003e", - "sentence": "Beginner friendly projects and project libraries by CircuitsFun", - "paragraph": "This library includes the functions required to play CircuitsFun CODEventure projects. All project code can be found in File \u003e Examples \u003e CircuitsFunProjects", - "website": "https://circuitsfun.com/", - "category": "Other", - "architectures": [], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_W6100" + } ], - "repository": "https://github.com/CircuitsFun/CircuitsFunProjects-Library-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CircuitsFun/CircuitsFunProjects-1.0.2.zip", - "archiveFileName": "CircuitsFunProjects-1.0.2.zip", - "size": 54433, - "checksum": "SHA-256:92aa6f2ba3bc02a194efca04ab54833e0403b525d2e28b3b8b587a11b951ca9f" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_W6100_Manager-1.0.0.zip", + "archiveFileName": "AsyncESP32_W6100_Manager-1.0.0.zip", + "size": 692321, + "checksum": "SHA-256:99e0cad18c78da7a4afefd92cdcf1dfa8a74aa34a3537c356d71e5a189bd7bd4" }, { - "name": "QubitroMqttClient", - "version": "0.0.1", - "author": "Qubitro", - "maintainer": "Qubitro \u003csocial@qubitro.com\u003e", - "sentence": "(BETA) Easily connect to Qubitro IoT Platform with customized MQTT methods.", - "paragraph": "Qubitro is a unified IoT platform that connects devices with destinations.", - "website": "https://github.com/qubitro/mqtt-client-arduino", - "category": "Data Processing", + "name": "AsyncESP32_SC_W6100_Manager", + "version": "1.1.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32_S2/S3/C3 + LwIP W6100 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W6100 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using AsyncDNSServer instead of DNSServer and correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/qubitro/mqtt-client-arduino.git", + "repository": "https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager.git", "providesIncludes": [ - "QubitroMqttClient.h" + "AsyncESP32_SC_W6100_Manager.h", + "AsyncESP32_SC_W6100_Manager.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/qubitro/QubitroMqttClient-0.0.1.zip", - "archiveFileName": "QubitroMqttClient-0.0.1.zip", - "size": 9853, - "checksum": "SHA-256:d8598c05106dc2e3b0bc0070f6d5f44d04450699af5fe8ed793d1853e411b1ac" + "dependencies": [ + { + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W6100" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncESP32_SC_W6100_Manager-1.1.0.zip", + "archiveFileName": "AsyncESP32_SC_W6100_Manager-1.1.0.zip", + "size": 1557829, + "checksum": "SHA-256:f320e0d6013315c98844bd5becad2e5fc9b1ab39aeb821e255564dd78ed6d982" }, { - "name": "AM232X", - "version": "0.1.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", - "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", - "website": "https://github.com/RobTillaart/AM232X", - "category": "Sensors", + "name": "ESP32_SC_W6100_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32_S2/S3/C3 + LwIP W6100 Connection and Credentials Manager, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32_S2/S3/C3 + LwIP W6100 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP32_SC_W6100_Manager", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AM232X.git", + "repository": "https://github.com/khoih-prog/ESP32_SC_W6100_Manager.git", "providesIncludes": [ - "Wire.h", - "AM232X.h" + "ESP32_SC_W6100_Manager.h", + "ESP32_SC_W6100_Manager.hpp" ], "dependencies": [ { - "name": "Wire" + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_SC_W6100" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.1.5.zip", - "archiveFileName": "AM232X-0.1.5.zip", - "size": 8599, - "checksum": "SHA-256:1898ecf0853bc75e7222a72d720b4e7c7dd57d3dcfca134f0b3d8b412fafcd06" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_SC_W6100_Manager-1.0.0.zip", + "archiveFileName": "ESP32_SC_W6100_Manager-1.0.0.zip", + "size": 1560123, + "checksum": "SHA-256:cd81f4c8eb4b08d1402d843b9b2d69787c8a09c26a21f5b381a67c3cd65585eb" }, { - "name": "AM232X", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", - "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", - "website": "https://github.com/RobTillaart/AM232X", - "category": "Sensors", + "name": "ESP32_W6100_Manager", + "version": "1.0.0", + "author": "Khoi Hoang", + "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "license": "MIT", + "sentence": "ESP32 + LwIP W6100 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", + "paragraph": "This Library is used for configuring ESP32 + LwIP W6100 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP", + "website": "https://github.com/khoih-prog/ESP32_W6100_Manager", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AM232X.git", + "repository": "https://github.com/khoih-prog/ESP32_W6100_Manager.git", "providesIncludes": [ - "Wire.h", - "AM232X.h" + "ESP32_W6100_Manager.h", + "ESP32_W6100_Manager.hpp" ], "dependencies": [ { - "name": "Wire" + "name": "ESP_DoubleResetDetector" + }, + { + "name": "WebServer_ESP32_W6100" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.1.zip", - "archiveFileName": "AM232X-0.2.1.zip", - "size": 8631, - "checksum": "SHA-256:98e0645bf953af14734798f1f2b636b83dca0b81687d9eac90d4a23c523cc5b0" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP32_W6100_Manager-1.0.0.zip", + "archiveFileName": "ESP32_W6100_Manager-1.0.0.zip", + "size": 688809, + "checksum": "SHA-256:53441dbe28922aa826fb6d9948cfd97a00f87c8d87b09c958dfa2d479c114fb0" }, { - "name": "AM232X", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", - "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", - "website": "https://github.com/RobTillaart/AM232X", - "category": "Sensors", + "name": "LualtekCubecell", + "version": "0.2.0", + "author": "Lualtek", + "maintainer": "Alessio Occhipinti \u003calessio.occhipinti@lualtek.io\u003e", + "sentence": "This is a library for the Lualtek Cubecell board.", + "paragraph": "Tested with AB01 and AB02.", + "website": "https://github.com/lualtek/cubecell-device-lib", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AM232X.git", + "repository": "https://github.com/lualtek/cubecell-device-lib.git", "providesIncludes": [ - "Wire.h", - "AM232X.h" - ], - "dependencies": [ - { - "name": "Wire" - } + "LualtekCubecell.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.2.zip", - "archiveFileName": "AM232X-0.2.2.zip", - "size": 8677, - "checksum": "SHA-256:0d697d45a6123fe73af8493bd2883242f15d1f38b1efdd2779d478137bc9148e" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekCubecell-0.2.0.zip", + "archiveFileName": "LualtekCubecell-0.2.0.zip", + "size": 11469, + "checksum": "SHA-256:5534ef55e58594d11ef0951ec35d106126efffebd0047a5f4f3a91c09a020984" }, { - "name": "AM232X", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", - "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", - "website": "https://github.com/RobTillaart/AM232X", - "category": "Sensors", + "name": "LualtekCubecell", + "version": "0.2.1", + "author": "Lualtek", + "maintainer": "Alessio Occhipinti \u003calessio.occhipinti@lualtek.io\u003e", + "sentence": "This is a library for the Lualtek Cubecell board.", + "paragraph": "Tested with AB01 and AB02.", + "website": "https://github.com/lualtek/cubecell-device-lib", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AM232X.git", + "repository": "https://github.com/lualtek/cubecell-device-lib.git", "providesIncludes": [ - "Wire.h", - "AM232X.h" - ], - "dependencies": [ - { - "name": "Wire" - } + "LualtekCubecell.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.3.zip", - "archiveFileName": "AM232X-0.2.3.zip", - "size": 8679, - "checksum": "SHA-256:a95ef9584344e71ac92bec5664fc6d18252058196bed554c5af0af04ad6f0606" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekCubecell-0.2.1.zip", + "archiveFileName": "LualtekCubecell-0.2.1.zip", + "size": 11486, + "checksum": "SHA-256:33e36bbfba7a24a2751d2bbb410724b35e48233559284ce057953ae77c18e23e" }, { - "name": "AM232X", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor.", - "paragraph": "Supports AM2320, AM3231, AM2322. These sensors are similar to DHT12 with I2C interface.", - "website": "https://github.com/RobTillaart/AM232X", - "category": "Sensors", + "name": "Speeduino", + "version": "0.0.2", + "author": "Bexin Bexin#1128", + "maintainer": "Bexin bexinchannel@gmail.com", + "sentence": "A library with faster commands for SAMD21", + "paragraph": "Faster ADC and PWM", + "website": "https://github.com/Bexin3/FastDuino", + "category": "Uncategorized", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AM232X.git", + "repository": "https://github.com/Bexin3/Speeduino.git", "providesIncludes": [ - "AM232X.h" + "Speeduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM232X-0.2.4.zip", - "archiveFileName": "AM232X-0.2.4.zip", - "size": 9778, - "checksum": "SHA-256:4b672545ffb4952222384a9705df06041a4d8c02736f1fdabba0bfd0a1d0bd7e" + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/Speeduino-0.0.2.zip", + "archiveFileName": "Speeduino-0.0.2.zip", + "size": 12079, + "checksum": "SHA-256:16ea7240ef65edcaae9b6d1bda23683201ec8f4f0a620cb01a22f364a722a51b" }, { - "name": "EEPROM-Storage", - "version": "1.0.1", - "author": "Daniel Porrey", - "maintainer": "Daniel M. Porrey \u003cDaniel.Porrey@hotmail.com\u003e", - "license": "LGPL-3", - "sentence": "Generic class to wrap an EEPROM variable on the Particle and Arduino platforms.", - "paragraph": "The EEPROM Storage library provides the ability to access variables stored in EEPROM just as if they would stored in normal RAM.", - "website": "https://github.com/porrey/EEPROM-Storage/blob/master/README.md", - "category": "Data Storage", + "name": "Speeduino", + "version": "0.0.3", + "author": "Bexin Bexin#1128", + "maintainer": "Bexin bexinchannel@gmail.com", + "sentence": "A library with faster commands for SAMD21", + "paragraph": "Faster ADC and PWM", + "website": "https://github.com/Bexin3/FastDuino", + "category": "Uncategorized", "architectures": [ - "particle-photon", - "particle-electron", - "avr" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/porrey/EEPROM-Storage.git", - "url": "https://downloads.arduino.cc/libraries/github.com/porrey/EEPROM_Storage-1.0.1.zip", - "archiveFileName": "EEPROM_Storage-1.0.1.zip", - "size": 20806, - "checksum": "SHA-256:2bf092f8a2b8a153908d50e09627cbe3b43b8640a28f30d6dc3489c176c91625" + "repository": "https://github.com/Bexin3/Speeduino.git", + "providesIncludes": [ + "Speeduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/Speeduino-0.0.3.zip", + "archiveFileName": "Speeduino-0.0.3.zip", + "size": 13058, + "checksum": "SHA-256:12fbfdfe621ddd98c13edc26032a5b8d07889aa99e2db032dc436249d5f2deb6" }, { - "name": "AnalogPin", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for AnalogPin", - "paragraph": "Class for smoothing analogReads", - "website": "https://github.com/RobTillaart/AnalogPin", - "category": "Signal Input/Output", + "name": "Speeduino", + "version": "0.0.4", + "author": "Bexin Bexin#1128", + "maintainer": "Bexin bexinchannel@gmail.com", + "sentence": "A library with faster commands for SAMD21", + "paragraph": "Faster ADC and PWM", + "website": "https://github.com/Bexin3/FastDuino", + "category": "Uncategorized", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AnalogPin.git", + "repository": "https://github.com/Bexin3/Speeduino.git", "providesIncludes": [ - "AnalogPin.h" + "Speeduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.2.zip", - "archiveFileName": "AnalogPin-0.2.2.zip", - "size": 6784, - "checksum": "SHA-256:c27a22de23e69a458afb8e23083421b2b539e6d21ea217e3776d9179384b0b95" + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/Speeduino-0.0.4.zip", + "archiveFileName": "Speeduino-0.0.4.zip", + "size": 13093, + "checksum": "SHA-256:b38b0c24b1ce1c78867587e7453af23652d7984370d997e2c93a8ac040e5568c" }, { - "name": "AnalogPin", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for AnalogPin", - "paragraph": "Class for smoothing analogReads", - "website": "https://github.com/RobTillaart/AnalogPin", - "category": "Signal Input/Output", + "name": "Speeduino", + "version": "0.0.5", + "author": "Bexin Bexin#1128", + "maintainer": "Bexin bexinchannel@gmail.com", + "sentence": "A library with faster commands for SAMD21", + "paragraph": "Faster ADC and PWM", + "website": "https://github.com/Bexin3/FastDuino", + "category": "Uncategorized", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AnalogPin.git", + "repository": "https://github.com/Bexin3/Speeduino.git", "providesIncludes": [ - "AnalogPin.h" + "Speeduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.3.zip", - "archiveFileName": "AnalogPin-0.2.3.zip", - "size": 6789, - "checksum": "SHA-256:841dca03c938e48245759562540999f3c082f9c1fde2aef0ec4e08e99771288e" + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/Speeduino-0.0.5.zip", + "archiveFileName": "Speeduino-0.0.5.zip", + "size": 20539, + "checksum": "SHA-256:8edca36decb0fef6ace9e2f0045c219ad8a8ddfa11b652d3304c41f0a022b4c1" }, { - "name": "AnalogPin", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for AnalogPin", - "paragraph": "Class for smoothing analogReads", - "website": "https://github.com/RobTillaart/AnalogPin", - "category": "Signal Input/Output", + "name": "Speeduino", + "version": "0.0.6", + "author": "Bexin Bexin#1128", + "maintainer": "Bexin bexinchannel@gmail.com", + "sentence": "A library with faster commands for SAMD21", + "paragraph": "Faster ADC and PWM", + "website": "https://github.com/Bexin3/Speeduino", + "category": "Uncategorized", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AnalogPin.git", + "repository": "https://github.com/Bexin3/Speeduino.git", "providesIncludes": [ - "AnalogPin.h" + "Speeduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AnalogPin-0.2.4.zip", - "archiveFileName": "AnalogPin-0.2.4.zip", - "size": 7985, - "checksum": "SHA-256:1e96f0c02bccd5e1d801089c560b23a88f914f30609437f80668f0a4efd27e90" + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/Speeduino-0.0.6.zip", + "archiveFileName": "Speeduino-0.0.6.zip", + "size": 24637, + "checksum": "SHA-256:c8dafb099dc96d7b99f4537f1104fed8d338fde2f648b23d70409a6b49c41b98" }, { - "name": "WiFiWebServer", + "name": "ILIB", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", - "category": "Communication", + "author": "S.G LEE \u003ctmdrb4303@ilogics.co.kr\u003e", + "maintainer": "ILOGICS \u003csales@ilogics.co.kr\u003e", + "sentence": "Arduino library for ILOGICS DEVICE", + "paragraph": "Library for use with the MPAINO-series and MPINO-series families.", + "website": "https://github.com/SF433/ILIB", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/SF433/ILIB.git", "providesIncludes": [ - "WiFiWebServer.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA" - } + "ILIB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.0.zip", - "archiveFileName": "WiFiWebServer-1.0.0.zip", - "size": 92474, - "checksum": "SHA-256:07c0ec4ccc4b8e82f68588fd893ee2fb40f55bc86fc166007c6438dbbd7ab781" + "url": "https://downloads.arduino.cc/libraries/github.com/SF433/ILIB-1.0.0.zip", + "archiveFileName": "ILIB-1.0.0.zip", + "size": 93549, + "checksum": "SHA-256:a962bd32eb9406cd5061251376cab4bd19ebda375f56f9a8bba7559ec5f5fdd4" }, { - "name": "WiFiWebServer", + "name": "ILIB", "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", - "category": "Communication", + "author": "S.G LEE \u003ctmdrb4303@ilogics.co.kr\u003e", + "maintainer": "ILOGICS \u003csales@ilogics.co.kr\u003e", + "sentence": "Arduino library for ILOGICS DEVICE", + "paragraph": "Library for use with the MPAINO-series and MPINO-series families.", + "website": "https://github.com/SF433/ILIB", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/SF433/ILIB.git", "providesIncludes": [ - "WiFiWebServer.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - } + "ILIB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.1.zip", - "archiveFileName": "WiFiWebServer-1.0.1.zip", - "size": 97418, - "checksum": "SHA-256:ec0f5ebb4d3217b4cb6a4952a46bf99f2b1f93f28d1f1bd56c70b5c1da7a1564" + "url": "https://downloads.arduino.cc/libraries/github.com/SF433/ILIB-1.0.1.zip", + "archiveFileName": "ILIB-1.0.1.zip", + "size": 96374, + "checksum": "SHA-256:ae50ab8704215de6df69e0e00245f161be0c9ac9f58a19466fad5cbc9c261430" }, { - "name": "WiFiWebServer", + "name": "ILIB", "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", - "category": "Communication", + "author": "S.G LEE \u003ctmdrb4303@ilogics.co.kr\u003e", + "maintainer": "ILOGICS \u003csales@ilogics.co.kr\u003e", + "sentence": "Arduino library for ILOGICS DEVICE", + "paragraph": "Library for use with the MPAINO-series and MPINO-series families.", + "website": "https://github.com/SF433/ILIB", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/SF433/ILIB.git", "providesIncludes": [ - "WiFiWebServer.h" + "ILIB.h" ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - } + "url": "https://downloads.arduino.cc/libraries/github.com/SF433/ILIB-1.0.2.zip", + "archiveFileName": "ILIB-1.0.2.zip", + "size": 98030, + "checksum": "SHA-256:f073a3d011752c52b410b189309984a17007cea9d9fef23a1ee19f11f6026d58" + }, + { + "name": "ILIB", + "version": "1.2.1", + "author": "S.G LEE \u003ctmdrb4303@ilogics.co.kr\u003e", + "maintainer": "ILOGICS \u003csales@ilogics.co.kr\u003e", + "sentence": "Arduino library for ILOGICS DEVICE", + "paragraph": "Library for use with the MPAINO-series and MPINO-series families.", + "website": "https://github.com/SF433/ILIB", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.2.zip", - "archiveFileName": "WiFiWebServer-1.0.2.zip", - "size": 102835, - "checksum": "SHA-256:49cd9c5ecdfdcb73e182a10c133593620b2632b83da4ff8f1479b4a8255ca93b" + "types": [ + "Contributed" + ], + "repository": "https://github.com/SF433/ILIB.git", + "providesIncludes": [ + "ILIB.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SF433/ILIB-1.2.1.zip", + "archiveFileName": "ILIB-1.2.1.zip", + "size": 98066, + "checksum": "SHA-256:8c7a25b65085718edae68f9c1da8c70130a1e6e13d5dab1d0158369ffeaaf04e" }, { - "name": "WiFiWebServer", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", - "category": "Communication", + "name": "SerialTuning", + "version": "1.0.0", + "author": "TrebledJ \u003ctrebledjjj@gmail.com\u003e", + "maintainer": "TrebledJ \u003ctrebledjjj@gmail.com\u003e", + "sentence": "Tune variables without a sweat.", + "paragraph": "Tuning library that interfaces with the default Serial port. Adjust and debug variables more efficiently without reuploading your code every minute. Works with reading/writing custom types. Compatible with boards using the Arduino framework.", + "website": "https://github.com/TrebledJ/Serial-Tuning", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/TrebledJ/Serial-Tuning.git", "providesIncludes": [ - "WiFiWebServer.h" + "tuning.h" ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - } + "url": "https://downloads.arduino.cc/libraries/github.com/TrebledJ/SerialTuning-1.0.0.zip", + "archiveFileName": "SerialTuning-1.0.0.zip", + "size": 99140, + "checksum": "SHA-256:6bedda5684aebffc472db7458c4a84229dc2e4a423e397bdb6768842e5aa7aa3" + }, + { + "name": "SerialTuning", + "version": "1.2.2", + "author": "TrebledJ \u003ctrebledjjj@gmail.com\u003e", + "maintainer": "TrebledJ \u003ctrebledjjj@gmail.com\u003e", + "sentence": "Tune variables without a sweat.", + "paragraph": "Tuning library that interfaces with the default Serial port. Adjust and debug variables more efficiently without reuploading your code every minute. Works with reading/writing custom types. Compatible with boards using the Arduino framework.", + "website": "https://github.com/TrebledJ/Serial-Tuning", + "category": "Data Processing", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.3.zip", - "archiveFileName": "WiFiWebServer-1.0.3.zip", - "size": 106805, - "checksum": "SHA-256:24fc93665cf96fbdb7b9a1e8d537e4c98cc0c54ca8a3bf4174a9f736eb03ad4a" + "types": [ + "Contributed" + ], + "repository": "https://github.com/TrebledJ/Serial-Tuning.git", + "providesIncludes": [ + "tuning.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TrebledJ/SerialTuning-1.2.2.zip", + "archiveFileName": "SerialTuning-1.2.2.zip", + "size": 96992, + "checksum": "SHA-256:7e74fe0c00ceb744fd544df6cf0580fa84e09ce268be193f3648c4f954ea5569" }, { - "name": "WiFiWebServer", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", + "name": "Arduino_ESP32_OTA", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for ESP32.", + "paragraph": "This library allows performing a firmware update on ESP32.", + "website": "https://github.com/arduino-libraries/Arduino_ESP32_OTA", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ESP32_OTA.git", + "providesIncludes": [ + "Arduino_ESP32_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ESP32_OTA-0.1.0.zip", + "archiveFileName": "Arduino_ESP32_OTA-0.1.0.zip", + "size": 34909, + "checksum": "SHA-256:052decc598db3f649d5581e1bdf842019e8190653949d5432b538cc0a3157dee" + }, + { + "name": "Arduino_ESP32_OTA", + "version": "0.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for ESP32.", + "paragraph": "This library allows performing a firmware update on ESP32.", + "website": "https://github.com/arduino-libraries/Arduino_ESP32_OTA", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ESP32_OTA.git", + "providesIncludes": [ + "Arduino_ESP32_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ESP32_OTA-0.1.1.zip", + "archiveFileName": "Arduino_ESP32_OTA-0.1.1.zip", + "size": 36061, + "checksum": "SHA-256:7de19c58fdc83b9f2cfa18c0e6a8b1c178f62f53730080d740ea18ce3e5e828e" + }, + { + "name": "Arduino_ESP32_OTA", + "version": "0.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Firmware update for ESP32.", + "paragraph": "This library allows performing a firmware update on ESP32.", + "website": "https://github.com/arduino-libraries/Arduino_ESP32_OTA", + "category": "Communication", + "architectures": [ + "esp32" + ], + "types": [ + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_ESP32_OTA.git", + "providesIncludes": [ + "Arduino_ESP32_OTA.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ESP32_OTA-0.2.0.zip", + "archiveFileName": "Arduino_ESP32_OTA-0.2.0.zip", + "size": 403430, + "checksum": "SHA-256:8e9dd2b0e2330c1cd9664ef5ee02f0dde900df2579e6da0d706c1d11abd4c21b" + }, + { + "name": "ParseCommands", + "version": "1.0.0", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Evaluate commands entered over serial or as string and call a defined function.", + "paragraph": "Evaluate commands entered over serial or as string and call a defined function.", + "website": "https://github.com/Gfy63/ParseCommands", "category": "Communication", "architectures": [ "*" @@ -310801,32 +770143,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/Gfy63/ParseCommands.git", "providesIncludes": [ - "WiFiWebServer.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - } + "ParseCommands.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.4.zip", - "archiveFileName": "WiFiWebServer-1.0.4.zip", - "size": 109450, - "checksum": "SHA-256:34a093dab45b97b429ac77686c85ba35754edd6a1326223889d4450dc6b0bda6" + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/ParseCommands-1.0.0.zip", + "archiveFileName": "ParseCommands-1.0.0.zip", + "size": 17629, + "checksum": "SHA-256:a7652a29810401e9dac419e155d9dd10ebb7f974871502c619af9e2f273a4dd7" }, { - "name": "WiFiWebServer", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", + "name": "ParseCommands", + "version": "1.1.0", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Evaluate commands entered over serial or as string and call a defined function.", + "paragraph": "Commands are in a struct, and input buffer sizeable on setup.", + "website": "https://github.com/Gfy63/ParseCommands", "category": "Communication", "architectures": [ "*" @@ -310834,32 +770167,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/Gfy63/ParseCommands.git", "providesIncludes": [ - "WiFiWebServer.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - } + "ParseCommands.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.5.zip", - "archiveFileName": "WiFiWebServer-1.0.5.zip", - "size": 190495, - "checksum": "SHA-256:ddc48087009c02818ebacf2df4776fe3bdf653b07f3b7b4d3ab00b77ff6d4d6e" + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/ParseCommands-1.1.0.zip", + "archiveFileName": "ParseCommands-1.1.0.zip", + "size": 14692, + "checksum": "SHA-256:49b30bc1408bd294c0dc47e2608ac1e410cd85f83d1ea68c7f3bd10eeedf764e" }, { - "name": "WiFiWebServer", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", + "name": "ParseCommands", + "version": "1.1.1", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Evaluate commands entered over serial or as string and call a defined function.", + "paragraph": "Commands are in a struct, and input buffer sizeable on setup.", + "website": "https://github.com/Gfy63/ParseCommands", "category": "Communication", "architectures": [ "*" @@ -310867,32 +770191,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/Gfy63/ParseCommands.git", "providesIncludes": [ - "WiFiWebServer.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - } + "ParseCommands.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.6.zip", - "archiveFileName": "WiFiWebServer-1.0.6.zip", - "size": 225250, - "checksum": "SHA-256:37650c3afc6a5d9f3cdfa102fafc4ce86bc3806b29b69fe769abc7f3950142d0" + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/ParseCommands-1.1.1.zip", + "archiveFileName": "ParseCommands-1.1.1.zip", + "size": 14970, + "checksum": "SHA-256:5885290da1bedd8c38d058791caccbafb746a8e3fe8a77ecdea6242fcdd1f0c9" }, { - "name": "WiFiWebServer", - "version": "1.0.7", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WebServer library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/WiFiWebServer", + "name": "ParseCommands", + "version": "1.1.2", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Evaluate commands entered over serial or as string and call a defined function.", + "paragraph": "Commands are in a struct, and input buffer sizeable on setup.", + "website": "https://github.com/Gfy63/ParseCommands", "category": "Communication", "architectures": [ "*" @@ -310900,32 +770215,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/Gfy63/ParseCommands.git", "providesIncludes": [ - "WiFiWebServer.h" + "ParseCommands.h" ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.0.7.zip", - "archiveFileName": "WiFiWebServer-1.0.7.zip", - "size": 295566, - "checksum": "SHA-256:716bb827a1d19a221a42e73de77b45fa84918d7129f5871cbab18b2307649962" + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/ParseCommands-1.1.2.zip", + "archiveFileName": "ParseCommands-1.1.2.zip", + "size": 14979, + "checksum": "SHA-256:eca3608e2ffa0fe740c36bbb9f90d8fb252c1baff88c8e8bdfad2f3bc6de56df" }, { - "name": "WiFiWebServer", - "version": "1.1.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", - "website": "https://github.com/khoih-prog/WiFiWebServer", + "name": "ParseCommands", + "version": "1.2.3", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Evaluate commands entered over serial or as string and call a defined function.", + "paragraph": "Commands are in a struct, and input buffer sizeable on setup.", + "website": "https://github.com/Gfy63/ParseCommands", "category": "Communication", "architectures": [ "*" @@ -310933,36 +770239,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/Gfy63/ParseCommands.git", "providesIncludes": [ - "WiFiWebServer.h", - "WiFiHttpClient.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "ESP_AT_Lib" - } + "ParseCommands.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.1.0.zip", - "archiveFileName": "WiFiWebServer-1.1.0.zip", - "size": 494202, - "checksum": "SHA-256:b376fb502504729cc5049aee63bfbeb84bac23683416f72ac301084e81f549da" + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/ParseCommands-1.2.3.zip", + "archiveFileName": "ParseCommands-1.2.3.zip", + "size": 15235, + "checksum": "SHA-256:c9b58f6a6c30d1d153a0525f9a15612d21779cc2e17c12fe92a7cbde3272585c" }, { - "name": "WiFiWebServer", - "version": "1.1.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFi WebServer, HTTP Client and WebSocket Client library for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards using WiFi modules/shields (WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT, etc.), with functions similar to those of ESP8266/ESP32 WebServer libraries.", - "paragraph": "The WebServer supports HTTP GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client.", - "website": "https://github.com/khoih-prog/WiFiWebServer", + "name": "ParseCommands", + "version": "1.2.4", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Evaluate commands entered over serial or as string and call a defined function.", + "paragraph": "Commands are in a struct, and input buffer sizeable on setup.", + "website": "https://github.com/Gfy63/ParseCommands", "category": "Communication", "architectures": [ "*" @@ -310970,80 +770263,69 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiWebServer.git", + "repository": "https://github.com/Gfy63/ParseCommands.git", "providesIncludes": [ - "WiFiWebServer.h", - "WiFiHttpClient.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "ESP_AT_Lib" - }, - { - "name": "WiFiEspAT" - } + "ParseCommands.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiWebServer-1.1.1.zip", - "archiveFileName": "WiFiWebServer-1.1.1.zip", - "size": 450182, - "checksum": "SHA-256:582f5eacea87e81d0f730c44b6945be3190823a3a883e50b6d45b1f1c672f125" + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/ParseCommands-1.2.4.zip", + "archiveFileName": "ParseCommands-1.2.4.zip", + "size": 15372, + "checksum": "SHA-256:1c3aca451adcce92701f05bb379b87c65c7620ba7c35dfc69ec9c439d463d694" }, { - "name": "CurrentTransformerWithCallbacks", - "version": "1.0.0", - "author": "dirkx-currentcoil@webweaving.org", - "maintainer": "dirkx-currentcoil@webweaving.org", - "sentence": "Coil, Current Transformer (CT) based AC current measurements using fast ADC sampling of waveform", - "paragraph": "Mesure currents, iRMS and similar with a current transformer or coil. Requires a simple bias circuit that ensures that the votlages fed to the ADC is swinging around a certain dc-offset; and this is then ran through a resistor to turn the current into a voltage. Actual curernt measurement is then made by fast sampling the waveform. Assumes relatively slow AC curernts (few 100Hz), such as typical household mains power supplies (50hz, 60hz)", - "website": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", - "category": "Signal Input/Output", + "name": "ParseCommands", + "version": "1.2.5", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Evaluate commands entered over serial or as string and call a defined function.", + "paragraph": "Commands are in a struct, and input buffer sizeable on setup.", + "website": "https://github.com/Gfy63/ParseCommands", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/CurrentTransformerWithCallbacks-1.0.0.zip", - "archiveFileName": "CurrentTransformerWithCallbacks-1.0.0.zip", - "size": 11980, - "checksum": "SHA-256:f153b20ff7631116174e1e5f8d748904f5cbc8dd0643e6bab5422016006d4a8f" + "repository": "https://github.com/Gfy63/ParseCommands.git", + "providesIncludes": [ + "ParseCommands.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/ParseCommands-1.2.5.zip", + "archiveFileName": "ParseCommands-1.2.5.zip", + "size": 15341, + "checksum": "SHA-256:910b9019b5127d161cfc461466f3bda4b899420650f11f57d192024423ff9673" }, { - "name": "CurrentTransformerWithCallbacks", - "version": "2.0.0", - "author": "dirkx-currentcoil@webweaving.org", - "maintainer": "dirkx-currentcoil@webweaving.org", - "sentence": "Coil, Current Transformer (CT) based AC current measurements using fast ADC sampling of waveform", - "paragraph": "Mesure currents, iRMS and similar with a current transformer or coil. Requires a simple bias circuit that ensures that the votlages fed to the ADC is swinging around a certain dc-offset; and this is then ran through a resistor to turn the current into a voltage. Actual curernt measurement is then made by fast sampling the waveform. Assumes relatively slow AC curernts (few 100Hz), such as typical household mains power supplies (50hz, 60hz)", - "website": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", - "category": "Signal Input/Output", + "name": "HoldButton", + "version": "1.0.0", + "author": "Ridwan Nurmatullah \u003cstoneroweast@gmail.com\u003e", + "maintainer": "Ridwan Nurmatullah \u003cstoneroweast@gmail.com\u003e", + "sentence": "Reads the buttons connected to Arduino pins.", + "paragraph": "Can be used to read the condition of the button when it is pressed and held", + "website": "https://github.com/stoneroweast/HoldButton", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dirkx/CurrentTransformerWithCallbacks.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/CurrentTransformerWithCallbacks-2.0.0.zip", - "archiveFileName": "CurrentTransformerWithCallbacks-2.0.0.zip", - "size": 11980, - "checksum": "SHA-256:36a4717aa2586e966a38aca2aa8f27120518ad54e3be81920949c7a1ef293183" + "repository": "https://github.com/stoneroweast/HoldButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stoneroweast/HoldButton-1.0.0.zip", + "archiveFileName": "HoldButton-1.0.0.zip", + "size": 3330, + "checksum": "SHA-256:b6ef5b5b8117f1d1d96b45c6d5728043439dae998de047c64b2392697254d451" }, { - "name": "Button2", - "version": "1.1.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "Arduino Library to simplify working with buttons.", - "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/Button2", + "name": "FC0003390327", + "version": "0.1.0", + "author": "Firechip \u003ctechsupport@firechip.dev\u003e", + "maintainer": "Firechip \u003cfirechip.dev\u003e", + "license": "MIT", + "sentence": "Library for the Quectel EG25-G LTE", + "paragraph": "An Arduino library for the Quectel EG25-G LTE", + "website": "https://github.com/firechip/Firechip_Quectel_EG25-G_Arduino_Library", "category": "Communication", "architectures": [ "*" @@ -311051,23 +770333,24 @@ "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/Button2.git", + "repository": "https://github.com/firechip/Firechip_Quectel_EG25-G_Arduino_Library.git", "providesIncludes": [ - "ButtonCallback.h" + "FC0003390327.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.1.0.zip", - "archiveFileName": "Button2-1.1.0.zip", - "size": 9510, - "checksum": "SHA-256:9c337bcde51d5e0c6f67e1a34712276fe578d3d71e08c1dd275945e55d6f221a" + "url": "https://downloads.arduino.cc/libraries/github.com/firechip/FC0003390327-0.1.0.zip", + "archiveFileName": "FC0003390327-0.1.0.zip", + "size": 196062, + "checksum": "SHA-256:8a21b039a7395a1f426b9d6091c6f1b0ed65da6cfcbc6c4adca4d5dcf0bb1d12" }, { - "name": "Button2", - "version": "1.0.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "Arduino Library to simplify working with buttons.", - "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "[]", + "name": "FC0003390327", + "version": "0.2.0", + "author": "Firechip \u003ctechsupport@firechip.dev\u003e", + "maintainer": "Firechip \u003cfirechip.dev\u003e", + "license": "MIT", + "sentence": "Library for the Quectel EG25-G LTE", + "paragraph": "The Quectel EG25-G is a multi-mode LTE-FDD/LTE-TDD/HSPA+/GSM/GNSS module made by Quectel Wireless Solutions. It is designed to be used in a wide range of IoT and M2M applications, such as smart metering, remote control, tracking, and more. The EG25-G supports both LTE FDD and LTE TDD bands and it is compliant with 3GPP Release 14. It also supports HSPA+/UMTS and GSM/GPRS networks, which means that it can provide fallback options in case of LTE network unavailability. Additionally, it supports GPS/GLONASS/Beidou positioning and it has embedded multi-constellation GNSS receiver, which enables easy and precise positioning. The module is available in a compact LCC package, measuring only 22.5mm x 30mm x 2.5mm and it is designed to operate in extreme temperature conditions. The module also supports various features such as, USB 2.0, UART, and I2C interfaces, embedded TCP/IP stack, and more.", + "website": "https://github.com/firechip/Firechip_Quectel_EG25-G_Arduino_Library", "category": "Communication", "architectures": [ "*" @@ -311075,686 +770358,643 @@ "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/Button2.git", + "repository": "https://github.com/firechip/Firechip_Quectel_EG25-G_Arduino_Library.git", "providesIncludes": [ - "ButtonCallback.h" + "FC0003390327.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.0.0.zip", - "archiveFileName": "Button2-1.0.0.zip", - "size": 9395, - "checksum": "SHA-256:6da35691a2ea4ec6980cac4ed20fb49eec1df93fdecfcb57524924d5a87fd1f8" + "url": "https://downloads.arduino.cc/libraries/github.com/firechip/FC0003390327-0.2.0.zip", + "archiveFileName": "FC0003390327-0.2.0.zip", + "size": 198960, + "checksum": "SHA-256:de671a2e72d1ad13e6c7d022f54af806f8e6a8ca8c2256dbc87370775b5315e5" }, { - "name": "Button2", - "version": "1.2.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "Arduino Library to simplify working with buttons.", - "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/Button2", - "category": "Communication", + "name": "Orbo", + "version": "0.0.3", + "author": "Aerobotics Global, Lokesh Kode, Filippos Batistatos", + "maintainer": "Aerobotics Global \u003ctech@aeroboticsglobal.com\u003e", + "sentence": "A library useful for Orbo robot.", + "paragraph": "Developed by Aerobotics Global Team.", + "website": "https://www.aeroboticsglobal.com/", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/Button2.git", + "repository": "https://github.com/Aerobotics-Global/Orbo.git", "providesIncludes": [ - "ButtonCallback.h" + "Orbo.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.2.0.zip", - "archiveFileName": "Button2-1.2.0.zip", - "size": 10704, - "checksum": "SHA-256:753ed9317c6c009b94eade4b301f95e9fbd0c59252c5608eeee052831829400a" + "url": "https://downloads.arduino.cc/libraries/github.com/Aerobotics-Global/Orbo-0.0.3.zip", + "archiveFileName": "Orbo-0.0.3.zip", + "size": 3782, + "checksum": "SHA-256:5efb97a5b01ba9c6607fd22581ee52b40a36c4b9076506e2591c786e1c5c4d5b" }, { - "name": "Button2", - "version": "1.3.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "Arduino Library to simplify working with buttons.", - "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/Button2", - "category": "Communication", + "name": "bluemicro_rp2040", + "version": "0.0.0", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A RP2040 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and other hardware specific functions.", + "paragraph": "A RP2040 Library for controler-specific functions like setting up GPIOs, setting up and trigering a Watchdog Timer and rebooting. This library is used in conjunction with the BlueMicro_HID library to create input devices like keyboards.", + "website": "https://github.com/jpconstantineau/BlueMicro_RP2040_Arduino_Library", + "category": "Device Control", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/Button2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.3.0.zip", - "archiveFileName": "Button2-1.3.0.zip", - "size": 11285, - "checksum": "SHA-256:3fa3f7c200bea10dce211f54a336131c17b2ba124eaa29a6912c062457ca4b3e" + "repository": "https://github.com/jpconstantineau/BlueMicro_RP2040_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_rp2040.h" + ], + "dependencies": [ + { + "name": "bluemicro_hid" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_rp2040-0.0.0.zip", + "archiveFileName": "bluemicro_rp2040-0.0.0.zip", + "size": 4608, + "checksum": "SHA-256:4659ebc3051ac502d212d1636cfacb81b6175af09ab5d67ea6ffa19840160550" }, { - "name": "Button2", - "version": "1.4.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "Arduino Library to simplify working with buttons.", - "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/Button2", - "category": "Communication", + "name": "bluemicro_rp2040", + "version": "0.0.1", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A RP2040 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and other hardware specific functions.", + "paragraph": "A RP2040 Library for controler-specific functions like setting up GPIOs, setting up and trigering a Watchdog Timer and rebooting. This library is used in conjunction with the BlueMicro_HID library to create input devices like keyboards.", + "website": "https://github.com/jpconstantineau/BlueMicro_RP2040_Arduino_Library", + "category": "Device Control", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/Button2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.4.0.zip", - "archiveFileName": "Button2-1.4.0.zip", - "size": 11484, - "checksum": "SHA-256:05b4839784638f9563203d3cb53d3abfdbef1cc3c6f3d7cde101a6e284743bea" + "repository": "https://github.com/jpconstantineau/BlueMicro_RP2040_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_rp2040.h" + ], + "dependencies": [ + { + "name": "bluemicro_hid" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_rp2040-0.0.1.zip", + "archiveFileName": "bluemicro_rp2040-0.0.1.zip", + "size": 4950, + "checksum": "SHA-256:59a9117150e82ce35c4f9ad99ccf60bd808b9aaf011de72fee9ac5e78b9f9d0d" }, { - "name": "Button2", - "version": "1.4.1", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "Arduino Library to simplify working with buttons.", - "paragraph": "It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing. It will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/Button2", - "category": "Communication", + "name": "bluemicro_rp2040", + "version": "0.0.2", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A RP2040 Library for controler-specific functions like setting up GPIOs, Watchdog Timer and other hardware specific functions.", + "paragraph": "A RP2040 Library for controler-specific functions like setting up GPIOs, setting up and trigering a Watchdog Timer and rebooting. This library is used in conjunction with the BlueMicro_HID library to create input devices like keyboards.", + "website": "https://github.com/jpconstantineau/BlueMicro_RP2040_Arduino_Library", + "category": "Device Control", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/Button2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/Button2-1.4.1.zip", - "archiveFileName": "Button2-1.4.1.zip", - "size": 11612, - "checksum": "SHA-256:5ef013690b817ea5ece7b4765cd7c956eb0488cbe2f71cefe1488edf0296eec7" + "repository": "https://github.com/jpconstantineau/BlueMicro_RP2040_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_rp2040.h" + ], + "dependencies": [ + { + "name": "bluemicro_hid" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_rp2040-0.0.2.zip", + "archiveFileName": "bluemicro_rp2040-0.0.2.zip", + "size": 4184, + "checksum": "SHA-256:4ab7d62d63d3effe130bee8ed2d208a0e4b88ae1d31a05054064e69801d992af" }, { - "name": "ESP Rotary", - "version": "1.1.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/ESPRotary", - "category": "Other", + "name": "uUnixDate", + "version": "1.0.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and simplified library to convert to and from UNIX timestamps", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uUnixDate", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.1.0.zip", - "archiveFileName": "ESP_Rotary-1.1.0.zip", - "size": 7487, - "checksum": "SHA-256:3f57d61165b74f0ee6528d3a8c8deadeb0359b7e42ff92038b259dcfa0480881" + "repository": "https://github.com/Naguissa/uUnixDate.git", + "providesIncludes": [ + "uUnixDate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uUnixDate-1.0.0.zip", + "archiveFileName": "uUnixDate-1.0.0.zip", + "size": 9020, + "checksum": "SHA-256:88f4a36ce5a49a9a410c2e10cc64aee8cbd49459f0c0f4edac7342e105751294" }, { - "name": "ESP Rotary", - "version": "1.0.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "[]", - "category": "Other", + "name": "uUnixDate", + "version": "1.1.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and simplified library to convert to and from UNIX timestamps", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uUnixDate", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", + "repository": "https://github.com/Naguissa/uUnixDate.git", "providesIncludes": [ - "ESPRotary.h" + "uUnixDate.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.0.0.zip", - "archiveFileName": "ESP_Rotary-1.0.0.zip", - "size": 6796, - "checksum": "SHA-256:184bc9a0510e40fe16751707c629033fc2cbf0fd20ba1d852011460d85aa82fa" + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uUnixDate-1.1.0.zip", + "archiveFileName": "uUnixDate-1.1.0.zip", + "size": 9134, + "checksum": "SHA-256:486e9bc9e0cf4f244d013866f352a0670909089a5e50ee9f6ea09a98a0538dbd" }, { - "name": "ESP Rotary", - "version": "1.1.1", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/ESPRotary", - "category": "Other", + "name": "uUnixDate", + "version": "1.2.0", + "author": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "maintainer": "Naguissa \u003cnaguissa@foroelectro.net\u003e", + "sentence": "Tiny and simplified library to convert to and from UNIX timestamps", + "paragraph": "Supports Arduino AVR, STM32, ESP8266, ESP32 and other microcontrollers", + "website": "https://github.com/Naguissa/uUnixDate", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.1.1.zip", - "archiveFileName": "ESP_Rotary-1.1.1.zip", - "size": 7479, - "checksum": "SHA-256:499854d1434f6b1e7847e74fd787b8de73b347670079a25a226d45c4323984d4" + "repository": "https://github.com/Naguissa/uUnixDate.git", + "providesIncludes": [ + "uUnixDate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Naguissa/uUnixDate-1.2.0.zip", + "archiveFileName": "uUnixDate-1.2.0.zip", + "size": 10381, + "checksum": "SHA-256:70a83cf22202dd9c73afe03749596a498fc3b6a27ff12b4017b531efc8518cb4" }, { - "name": "ESP Rotary", - "version": "1.2.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/ESPRotary", - "category": "Other", + "name": "AnalogLEDDriver", + "version": "0.0.3", + "author": "Arno Fleming", + "maintainer": "Arno Fleming \u003ccode@dcoded.nl\u003e", + "sentence": "A non-blocking Library for controlling LED(s), using an analogue (PWM) port.", + "paragraph": "If you want to switch one or many LEDs off or on, or maybe blinking, glowing, or a single pulse? Use this alongside your project to notify your user using LEDs. Needs a single analog (PWM) port per LED driver. It does not call delay, so your code is never waiting on this library to finish.", + "website": "https://gitlab.com/dcoded.nl/non-blocking-analog-led-driver/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.2.0.zip", - "archiveFileName": "ESP_Rotary-1.2.0.zip", - "size": 8288, - "checksum": "SHA-256:e9bcd6e9da103933c2757def7a320bda769270228aca3f2a138646f23d6390f6" + "repository": "https://gitlab.com/dcoded.nl/non-blocking-analog-led-driver.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/dcoded.nl/AnalogLEDDriver-0.0.3.zip", + "archiveFileName": "AnalogLEDDriver-0.0.3.zip", + "size": 8679, + "checksum": "SHA-256:e8bae862d5801adc202d61a05fd5c56310caf93cb2949d88798a54e62025d614" }, { - "name": "ESP Rotary", - "version": "1.2.2", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/ESPRotary", - "category": "Other", + "name": "AnalogLEDDriver", + "version": "0.0.4", + "author": "Arno Fleming", + "maintainer": "Arno Fleming \u003ccode@dcoded.nl\u003e", + "sentence": "A non-blocking Library for controlling LED(s), using an analogue (PWM) port.", + "paragraph": "If you want to switch one or many LEDs off or on, or maybe blinking, glowing, or a single pulse? Use this alongside your project to notify your user using LEDs. Needs a single analog (PWM) port per LED driver. It does not call delay, so your code is never waiting on this library to finish.", + "website": "https://gitlab.com/dcoded.nl/non-blocking-analog-led-driver/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.2.2.zip", - "archiveFileName": "ESP_Rotary-1.2.2.zip", - "size": 9456, - "checksum": "SHA-256:bb46f0b234e6287e78ae0bb9a0731f7262c7db752c95396ccaa4defd97345fef" + "repository": "https://gitlab.com/dcoded.nl/non-blocking-analog-led-driver.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/dcoded.nl/AnalogLEDDriver-0.0.4.zip", + "archiveFileName": "AnalogLEDDriver-0.0.4.zip", + "size": 8709, + "checksum": "SHA-256:9d2c9c01584f92316747161bb2b2adfbe6cf1c552d2e88ab2cec42b0b67bb6b4" }, { - "name": "ESP Rotary", - "version": "1.3.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/ESPRotary", - "category": "Other", + "name": "Snowduino", + "version": "0.0.1", + "author": "Bexin Bexin#1128", + "maintainer": "Bexin bexinchannel@gmail.com", + "sentence": "A library with faster commands for SAMC21", + "paragraph": "Faster ADC and PWM", + "website": "https://github.com/Bexin3/FastDuino", + "category": "Uncategorized", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.3.0.zip", - "archiveFileName": "ESP_Rotary-1.3.0.zip", - "size": 9636, - "checksum": "SHA-256:88c1272b2c346cf9daaa04e6986e917c568343909dd080bf319d2ada43ab3391" + "repository": "https://github.com/Bexin3/Snowduino.git", + "providesIncludes": [ + "Snowduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/Snowduino-0.0.1.zip", + "archiveFileName": "Snowduino-0.0.1.zip", + "size": 12658, + "checksum": "SHA-256:9072128ff4e4583c1ab4ded09e516fa48e71a4b64b0cdd5363689219d5eb4c37" }, { - "name": "ESP Rotary", - "version": "1.4.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/ESPRotary", - "category": "Other", + "name": "SparkFun Temperature Sensor - STTS22H", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Temperature Sensor - STTS22H", + "paragraph": "This library breaks out all functionality of the STTS22H Temperature Sensor by STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STTS22H_Arduino_Library.", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.0.zip", - "archiveFileName": "ESP_Rotary-1.4.0.zip", - "size": 9890, - "checksum": "SHA-256:9450e2e484a7b6345808d6d18865b79ee996c0fbcbfaa89ac66cc76cf1f4c89c" + "repository": "https://github.com/sparkfun/SparkFun_STTS22H_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Temperature_Sensor___STTS22H-1.0.0.zip", + "archiveFileName": "SparkFun_Temperature_Sensor___STTS22H-1.0.0.zip", + "size": 1619167, + "checksum": "SHA-256:f5d425309ef2248194def4e39072a9c48fcef378a53f3555c33063bf0e4be988" }, { - "name": "ESP Rotary", - "version": "1.4.1", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266/Arduino Library for reading rotary encoder values.", - "paragraph": "It allows you to use callback functions to track rotation. This will reduce and simplify your souce code significantly. Tested with Arduino and ESP8266.", - "website": "https://github.com/LennartHennigs/ESPRotary", - "category": "Other", + "name": "SparkFun Temperature Sensor - STTS22H", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Temperature Sensor - STTS22H", + "paragraph": "This library breaks out all functionality of the STTS22H Temperature Sensor by STMicroelectronics.", + "website": "https://github.com/sparkfun/SparkFun_STTS22H_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPRotary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Rotary-1.4.1.zip", - "archiveFileName": "ESP_Rotary-1.4.1.zip", - "size": 10152, - "checksum": "SHA-256:95541f1eadca5972162a484a3daaecb35acf5e21c2e4404cef88dae333dde3de" + "repository": "https://github.com/sparkfun/SparkFun_STTS22H_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Temperature_Sensor___STTS22H-1.0.1.zip", + "archiveFileName": "SparkFun_Temperature_Sensor___STTS22H-1.0.1.zip", + "size": 1620846, + "checksum": "SHA-256:c6eaf1c79b682babc26467e65de9265210383aa1b6df4171c3348262c6133177" }, { - "name": "WiFiManager_NINA_Lite", + "name": "TonePlayer", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", - "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", - "category": "Communication", + "author": "ZulNs", + "maintainer": "ZulNs \u003czul.nasibu@gmail.com\u003e", + "sentence": "A library for playing melody in background process using the builtin tone() function.", + "paragraph": "No needed for delay() function to waste the MCU processing power. It parses melodic tones from PROGMEM to conserve the SRAM. The frequency of each tone is computed instead of being stored as constant values. Supports repeat to a specified number of tones till five levels of stack.", + "website": "https://github.com/ZulNs/TonePlayer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", - "dependencies": [ - { - "name": "Functional-VLPP" - }, - { - "name": "WiFiNINA" - }, - { - "name": "WiFiWebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.0.zip", - "archiveFileName": "WiFiManager_NINA_Lite-1.0.0.zip", - "size": 84930, - "checksum": "SHA-256:8efd168f9183028e34c521b0f2b9c7c8f14b117e53daacf3354f3a5008aa6d2c" + "repository": "https://github.com/ZulNs/TonePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/TonePlayer-1.0.0.zip", + "archiveFileName": "TonePlayer-1.0.0.zip", + "size": 374973, + "checksum": "SHA-256:c2c46dcc266e31e02731a27de06a6c62aa67fadf3864d61fd65eaca40b073a40" }, { - "name": "WiFiManager_NINA_Lite", + "name": "TonePlayer", "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", - "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", - "category": "Communication", + "author": "ZulNs", + "maintainer": "ZulNs \u003czul.nasibu@gmail.com\u003e", + "sentence": "A library for playing melody in background process using the builtin tone() function.", + "paragraph": "No needed for delay() function to waste the MCU processing power. It parses melodic tones from PROGMEM to conserve the SRAM. The frequency of each tone is computed instead of being stored as constant values. Supports repeat to a specified number of tones till five levels of stack.", + "website": "https://github.com/ZulNs/TonePlayer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", - "dependencies": [ - { - "name": "Functional-VLPP" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "WiFiWebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.1.zip", - "archiveFileName": "WiFiManager_NINA_Lite-1.0.1.zip", - "size": 118754, - "checksum": "SHA-256:4ed1399eeaf43dc75b2d9294d9c262e0e42a2752449659674ba548a4b52d6d8f" + "repository": "https://github.com/ZulNs/TonePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/TonePlayer-1.0.1.zip", + "archiveFileName": "TonePlayer-1.0.1.zip", + "size": 374973, + "checksum": "SHA-256:0c84eababd2dde441255d902df71cb77c65ae6aab86e3f147143fe0935d45102" }, { - "name": "WiFiManager_NINA_Lite", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Library to configure WiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", - "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", - "category": "Communication", + "name": "TonePlayer", + "version": "2.0.0", + "author": "ZulNs", + "maintainer": "ZulNs \u003czul.nasibu@gmail.com\u003e", + "sentence": "A library for playing melody in background process using the builtin tone() function.", + "paragraph": "No needed for delay() function to waste the MCU processing power. It parses melodic tones from PROGMEM to conserve the SRAM. The frequency of each tone is computed instead of being stored as constant values. Supports repeat to a specified number of tones till five levels of stack.", + "website": "https://github.com/ZulNs/TonePlayer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", - "dependencies": [ - { - "name": "Functional-VLPP" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "WiFiWebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.2.zip", - "archiveFileName": "WiFiManager_NINA_Lite-1.0.2.zip", - "size": 120494, - "checksum": "SHA-256:4621734603df9663184e0bbd600ec132f142c411ce301b6299791cc25e08b9df" + "repository": "https://github.com/ZulNs/TonePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/TonePlayer-2.0.0.zip", + "archiveFileName": "TonePlayer-2.0.0.zip", + "size": 375431, + "checksum": "SHA-256:9dbc57a94d5d4e547f70c55ea6cf37c806fe65eb03dd1273910a067983db2fbd" }, { - "name": "WiFiManager_NINA_Lite", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD, STM32nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Credentials are saved in EEPROM, FlashStorage or DueFlashStorage.", - "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", - "category": "Communication", + "name": "TonePlayer", + "version": "3.0.0", + "author": "ZulNs", + "maintainer": "ZulNs \u003czul.nasibu@gmail.com\u003e", + "sentence": "A library for playing melody in background process using the builtin tone() function.", + "paragraph": "No needed for delay() function to waste the MCU processing power. It parses melodic tones from PROGMEM to conserve the SRAM. The frequency of each tone is computed instead of being stored as constant values. Supports repeat to a specified number of tones till five levels of stack.", + "website": "https://github.com/ZulNs/TonePlayer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", - "dependencies": [ - { - "name": "Functional-VLPP" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "WiFiWebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.3.zip", - "archiveFileName": "WiFiManager_NINA_Lite-1.0.3.zip", - "size": 146648, - "checksum": "SHA-256:6241663e84d8ea37e057a85835c0c1272455a31a3a2aee5f233b037686dba594" + "repository": "https://github.com/ZulNs/TonePlayer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZulNs/TonePlayer-3.0.0.zip", + "archiveFileName": "TonePlayer-3.0.0.zip", + "size": 27636, + "checksum": "SHA-256:e9aebc2e0fb1453e8e8a3c9fc7a3035b37bfeb7a1def0a36d427cfdd7396a34c" }, { - "name": "WiFiManager_NINA_Lite", - "version": "1.0.4", - "author": "Khoi Hoang", + "name": "ContinuousStepper_Generic", + "version": "1.0.0", + "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", "license": "MIT", - "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", - "category": "Communication", + "sentence": "This library enables you to use Hardware-based PWM channels on Generic boards to use PWM to control continuous Stepper Motor", + "paragraph": "The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision", + "website": "https://github.com/khoih-prog/ContinuousStepper_Generic", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", + "repository": "https://github.com/khoih-prog/ContinuousStepper_Generic.git", + "providesIncludes": [ + "ContinuousStepper_Generic.h" + ], "dependencies": [ { - "name": "Functional-VLPP" + "name": "RP2040_PWM" }, { - "name": "WiFiNINA_Generic" + "name": "AVR_PWM" }, { - "name": "WiFiWebServer" + "name": "megaAVR_PWM" }, { - "name": "DoubleResetDetector_Generic" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.4.zip", - "archiveFileName": "WiFiManager_NINA_Lite-1.0.4.zip", - "size": 189446, - "checksum": "SHA-256:7b3233653bad40bac58599e0f0c1a892af1a339062f1f14d3340706aabf646d8" - }, - { - "name": "WiFiManager_NINA_Lite", - "version": "1.0.5", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Light-Weight MultiWiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters.", - "paragraph": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running U-Blox WiFiNINA modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, EEPROM, FlashStorage or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/WiFiManager_NINA_Lite", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/khoih-prog/WiFiManager_NINA_Lite.git", - "dependencies": [ + "name": "ESP32_FastPWM" + }, { - "name": "Functional-VLPP" + "name": "SAMD_PWM" }, { - "name": "WiFiNINA_Generic" + "name": "SAMDUE_PWM" }, { - "name": "WiFiWebServer" + "name": "nRF52_PWM" }, { - "name": "DoubleResetDetector_Generic" + "name": "Teensy_PWM" + }, + { + "name": "ATtiny_PWM" + }, + { + "name": "Dx_PWM" + }, + { + "name": "Portenta_H7_PWM" + }, + { + "name": "MBED_RP2040_PWM" + }, + { + "name": "nRF52_MBED_PWM" + }, + { + "name": "STM32_PWM" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiManager_NINA_Lite-1.0.5.zip", - "archiveFileName": "WiFiManager_NINA_Lite-1.0.5.zip", - "size": 240260, - "checksum": "SHA-256:f81c9c1a0915af9a45d73151f3797894434b27ffd7379a897e1db3f6f523fe3f" - }, - { - "name": "ev3-arduino", - "version": "0.1.1", - "author": "Gkagkas Anastasios \u003ctasosggps@gmail.com\u003e", - "maintainer": "Gkagkas Anastasios \u003ctasosggps@gmail.com\u003e", - "sentence": "Enables the communication with an ev3 brick", - "paragraph": "Only mailbox is implemented in this version. More functionalities will be implemented in the future.", - "website": "https://github.com/tasos12/arduino-EV3", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/tasos12/ev3-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tasos12/ev3_arduino-0.1.1.zip", - "archiveFileName": "ev3_arduino-0.1.1.zip", - "size": 5019, - "checksum": "SHA-256:f292e041796030081cfdd3950b7478cf3def1f8a9b158473d4c4908c52676560" + "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ContinuousStepper_Generic-1.0.0.zip", + "archiveFileName": "ContinuousStepper_Generic-1.0.0.zip", + "size": 45809, + "checksum": "SHA-256:1ebf72b7c9d9aed4363aeba67127b6f2020688bd4b8448daf138b0ee529647c5" }, { - "name": "AverageAngle", - "version": "0.1.3", + "name": "HC4067", + "version": "0.1.0", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to average angles correctly around 0.", - "website": "https://github.com/RobTillaart/AverageAngle", - "category": "Data Processing", + "sentence": "Arduino library for a HC4067 16 channel multiplexer", + "paragraph": "SD74HC4067", + "website": "https://github.com/RobTillaart/HC4067", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AverageAngle.git", + "repository": "https://github.com/RobTillaart/HC4067.git", "providesIncludes": [ - "AverageAngle.h" + "HC4067.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.3.zip", - "archiveFileName": "AverageAngle-0.1.3.zip", - "size": 6506, - "checksum": "SHA-256:c5cad3f15a2b13d9b8be711c8263b2d44693c9c88232c740c75cce9a95a0c80f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4067-0.1.0.zip", + "archiveFileName": "HC4067-0.1.0.zip", + "size": 7914, + "checksum": "SHA-256:ad63fd77e12f553f723339fd9cb2d7c24ca33f14e27afe5ab20de1b75fb43425" }, { - "name": "AverageAngle", - "version": "0.1.4", + "name": "HC4067", + "version": "0.1.1", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to average angles correctly around 0.", - "website": "https://github.com/RobTillaart/AverageAngle", - "category": "Data Processing", + "sentence": "Arduino library for a HC4067 16 channel multiplexer", + "paragraph": "CD74HC4067,74HC4067,74HCT4067", + "website": "https://github.com/RobTillaart/HC4067", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AverageAngle.git", + "repository": "https://github.com/RobTillaart/HC4067.git", "providesIncludes": [ - "AverageAngle.h" + "HC4067.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.4.zip", - "archiveFileName": "AverageAngle-0.1.4.zip", - "size": 6494, - "checksum": "SHA-256:e6c11ffca4335e6921ee63592a74170f3ba279761821485361b00c4b2fee0754" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4067-0.1.1.zip", + "archiveFileName": "HC4067-0.1.1.zip", + "size": 10798, + "checksum": "SHA-256:7a8b6bf4eb995cd91135faae0fc639d39406370940b106ae88ee06a10d07a8fd" }, { - "name": "AverageAngle", - "version": "0.1.5", + "name": "HC4067", + "version": "0.1.2", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to average angles correctly around 0.", - "website": "https://github.com/RobTillaart/AverageAngle", - "category": "Data Processing", + "sentence": "Arduino library for a HC4067 1 x 16 channel multiplexer", + "paragraph": "CD74HC4067,74HC4067,74HCT4067", + "website": "https://github.com/RobTillaart/HC4067", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AverageAngle.git", + "repository": "https://github.com/RobTillaart/HC4067.git", "providesIncludes": [ - "AverageAngle.h" + "HC4067.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AverageAngle-0.1.5.zip", - "archiveFileName": "AverageAngle-0.1.5.zip", - "size": 7932, - "checksum": "SHA-256:366737ce99a25bed70a2f559a03c8e0623df4e21b234fd189ce232bca8e4e7b3" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4067-0.1.2.zip", + "archiveFileName": "HC4067-0.1.2.zip", + "size": 11070, + "checksum": "SHA-256:708477c894448fea4e9f8a5bdc396cf14ef43b669c50cc66967c938e3b4d7e55" }, { - "name": "Angle", - "version": "0.1.7", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to convert between floating point angle to minutes hours representation.", - "website": "https://github.com/RobTillaart/Angle", - "category": "Data Processing", + "name": "SimpleTimeout", + "version": "1.4.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Minimal, production-ready timeout library for Arduino.", + "paragraph": "Ideal for heartbeats, timeouts and repeated timers. Easier to use than your kitchen timer.", + "website": "https://github.com/tfeldmann/Arduino-Timeout", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Angle.git", - "providesIncludes": [ - "Angle.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.7.zip", - "archiveFileName": "Angle-0.1.7.zip", - "size": 9032, - "checksum": "SHA-256:b81d7c25830988db9fa7df480320c8e6a81174f8491b34da5c58f528426c67e2" + "repository": "https://github.com/tfeldmann/Arduino-Timeout.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/SimpleTimeout-1.4.0.zip", + "archiveFileName": "SimpleTimeout-1.4.0.zip", + "size": 8156, + "checksum": "SHA-256:d0a07ded1239dad739eda6b7663c34510331bb291c2a817e5916a34a38b1462b" }, { - "name": "Angle", - "version": "0.1.8", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to convert between floating point angle to minutes hours representation.", - "website": "https://github.com/RobTillaart/Angle", - "category": "Data Processing", + "name": "SimpleTimeout", + "version": "1.5.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Minimal, production-ready timeout library for Arduino.", + "paragraph": "Ideal for heartbeats, timeouts and repeated timers. Easier to use than your kitchen timer.", + "website": "https://github.com/tfeldmann/Arduino-Timeout", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Angle.git", - "providesIncludes": [ - "Angle.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.8.zip", - "archiveFileName": "Angle-0.1.8.zip", - "size": 9015, - "checksum": "SHA-256:bbef03ffbcc3c82f4b5e57f9bdfab6b3608e7e1723c1ba344b4c3a0873002414" + "repository": "https://github.com/tfeldmann/Arduino-Timeout.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/SimpleTimeout-1.5.0.zip", + "archiveFileName": "SimpleTimeout-1.5.0.zip", + "size": 8141, + "checksum": "SHA-256:97c474268985b6643831d55f3fae75eed3c6c5c907c7d3cc8ac8b890a8e6538e" }, { - "name": "Angle", - "version": "0.1.9", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to convert between floating point angle to minutes hours representation.", - "website": "https://github.com/RobTillaart/Angle", - "category": "Data Processing", + "name": "SimpleTimeout", + "version": "2.0.0", + "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", + "sentence": "Minimal, production-ready timeout library for Arduino.", + "paragraph": "Ideal for heartbeats, timeouts and repeated timers. Easier to use than your kitchen timer.", + "website": "https://github.com/tfeldmann/Arduino-Timeout", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Angle.git", - "providesIncludes": [ - "Angle.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Angle-0.1.9.zip", - "archiveFileName": "Angle-0.1.9.zip", - "size": 10373, - "checksum": "SHA-256:54c0093bf20317a5ad5a9511e6df4bceb3a594d38369705eed646cf0a5b4ba0d" + "repository": "https://github.com/tfeldmann/Arduino-Timeout.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/SimpleTimeout-2.0.0.zip", + "archiveFileName": "SimpleTimeout-2.0.0.zip", + "size": 8928, + "checksum": "SHA-256:47e9e765bae2afe302b37a16cd3b0f81440916ca49c30cd278c03686128afb64" }, { - "name": "SparkFun DE2120 2D Barcode Reader", + "name": "uStepperS32", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Serial Library for the DE2120 2D Barcode Reader", - "paragraph": "An Arduino Library for the DE2120", - "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", - "category": "Sensors", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepper S32", + "paragraph": "uStepper S32 support library", + "website": "https://github.com/uStepper/uStepperS32/tree/master/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.0.0.zip", - "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.0.0.zip", - "size": 10958, - "checksum": "SHA-256:170f98f78433e98b7578656555fc8bc39cb1f1323afb9195966fb12b110cdbba" + "repository": "https://github.com/uStepper/uStepperS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepperS32-1.0.0.zip", + "archiveFileName": "uStepperS32-1.0.0.zip", + "size": 40645603, + "checksum": "SHA-256:f95a38a2f54fa8d745dd1e11e21981605cdc8354d3ab9a1da467e171f5be7a12" }, { - "name": "SparkFun DE2120 2D Barcode Reader", + "name": "uStepperS32", "version": "1.1.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Serial Library for the DE2120 2D Barcode Reader", - "paragraph": "An Arduino Library for the DE2120", - "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", - "category": "Sensors", + "author": "uStepper ApS", + "maintainer": "Thomas Olsen (thomas@ustepper.com)", + "sentence": "Library offering support for uStepper S32", + "paragraph": "uStepper S32 support library", + "website": "https://github.com/uStepper/uStepperS32/tree/master/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.1.0.zip", - "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.1.0.zip", - "size": 47406, - "checksum": "SHA-256:39ab5fca1bbc2828ad303c645a6402052a508a9f8e40811775132c875dca60d0" + "repository": "https://github.com/uStepper/uStepperS32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/uStepper/uStepperS32-1.1.0.zip", + "archiveFileName": "uStepperS32-1.1.0.zip", + "size": 1576009, + "checksum": "SHA-256:ebf2e661d71fe8254b7ef8838d8d059aba6daeeb7a6cff3aff64dbac8a1ac46e" }, { - "name": "SparkFun DE2120 2D Barcode Reader", - "version": "1.2.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Serial Library for the DE2120 2D Barcode Reader", - "paragraph": "An Arduino Library for the DE2120", - "website": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library", + "name": "HC4051", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a HC4051 1x8 channel multiplexer", + "website": "https://github.com/RobTillaart/HC4051", "category": "Sensors", "architectures": [ "*" @@ -311762,1077 +771002,1101 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_DE2120_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_DE2120_2D_Barcode_Reader-1.2.0.zip", - "archiveFileName": "SparkFun_DE2120_2D_Barcode_Reader-1.2.0.zip", - "size": 47067, - "checksum": "SHA-256:e4479aa3d29c98be2c0b51cb5e17fe0eba24d3450cce4274641d7e4946fbec11" + "repository": "https://github.com/RobTillaart/HC4051.git", + "providesIncludes": [ + "HC4051.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4051-0.1.0.zip", + "archiveFileName": "HC4051-0.1.0.zip", + "size": 6331, + "checksum": "SHA-256:e2f16bedf9f941d111f3e69c6deca0a3bc30ddd56f62b3cf9a19366c49e6387f" }, { - "name": "AsyncAnalog", + "name": "HC4051", "version": "0.1.1", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for async reading of an analog pin", - "paragraph": "AVR only for now.", - "website": "https://github.com/RobTillaart/AsyncAnalog", - "category": "Signal Input/Output", + "sentence": "Arduino library for a HC4051 1x8 channel multiplexer", + "website": "https://github.com/RobTillaart/HC4051", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AsyncAnalog.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.1.zip", - "archiveFileName": "AsyncAnalog-0.1.1.zip", - "size": 6266, - "checksum": "SHA-256:a4018263d51977dbce1e4c1606a6585a91b9c9e3a70454ec3d39f5359cd49a0f" + "repository": "https://github.com/RobTillaart/HC4051.git", + "providesIncludes": [ + "HC4051.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4051-0.1.1.zip", + "archiveFileName": "HC4051-0.1.1.zip", + "size": 6543, + "checksum": "SHA-256:53efbe4deccdcdd2feb4568eca2d6b899132d84f99fa674a34c240088f311f82" }, { - "name": "AsyncAnalog", - "version": "0.1.2", + "name": "HC4052", + "version": "0.1.0", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for async reading of an analog pin", - "paragraph": "AVR only for now.", - "website": "https://github.com/RobTillaart/AsyncAnalog", - "category": "Signal Input/Output", + "sentence": "Arduino library for a HC4052 2x4 channel multiplexer", + "website": "https://github.com/RobTillaart/HC4052", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "repository": "https://github.com/RobTillaart/HC4052.git", "providesIncludes": [ - "AsyncAnalog.h" + "HC4052.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.2.zip", - "archiveFileName": "AsyncAnalog-0.1.2.zip", - "size": 6271, - "checksum": "SHA-256:3f26d74ee63661250c852ace1e3a7a07c99b1233e4533fbdf771ac6c8f291200" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4052-0.1.0.zip", + "archiveFileName": "HC4052-0.1.0.zip", + "size": 6312, + "checksum": "SHA-256:91511bdb6439596998d7fba62909319dc50ff2d7a0007000970f4f317c394b13" }, { - "name": "AsyncAnalog", - "version": "0.1.3", + "name": "HC4052", + "version": "0.1.1", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for async reading of an analog pin", - "paragraph": "AVR only for now.", - "website": "https://github.com/RobTillaart/AsyncAnalog", - "category": "Signal Input/Output", + "sentence": "Arduino library for a HC4052 2x4 channel multiplexer", + "website": "https://github.com/RobTillaart/HC4052", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AsyncAnalog.git", + "repository": "https://github.com/RobTillaart/HC4052.git", "providesIncludes": [ - "AsyncAnalog.h" + "HC4052.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AsyncAnalog-0.1.3.zip", - "archiveFileName": "AsyncAnalog-0.1.3.zip", - "size": 7717, - "checksum": "SHA-256:a7aaf9b37d4a963250e396cbdb9a7f3b8cd0ce4230da35b06d08f411b3cb5c02" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4052-0.1.1.zip", + "archiveFileName": "HC4052-0.1.1.zip", + "size": 6528, + "checksum": "SHA-256:60c04b590c0d80f360eb4b53d8db6d6aabba11a16306a7c88b7cfd9e0f957552" }, { - "name": "DFR0554", - "version": "1.0.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for DFR0554", - "paragraph": "Device driver for communicating to DFRobot display DFR0554 via I2C", - "website": "https://github.com/HendrikVE/Arduino-DFR0554", - "category": "Display", + "name": "HC4052", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a HC4052 2x4 channel multiplexer", + "website": "https://github.com/RobTillaart/HC4052", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.0.0.zip", - "archiveFileName": "DFR0554-1.0.0.zip", - "size": 16940, - "checksum": "SHA-256:0ad51e8780f7fcb1886cf477a4f5899f0ccbbb83f1069fb1de22f89910158d76" + "repository": "https://github.com/RobTillaart/HC4052.git", + "providesIncludes": [ + "HC4052.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4052-0.1.3.zip", + "archiveFileName": "HC4052-0.1.3.zip", + "size": 8047, + "checksum": "SHA-256:b5cfaca5bed22bcfcd8f1029fb12f4359911a942ab8185618c24260bdd88372b" }, { - "name": "DFR0554", - "version": "1.1.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for DFR0554", - "paragraph": "Device driver for communicating to DFRobot display DFR0554 via I2C", - "website": "https://github.com/HendrikVE/Arduino-DFR0554", - "category": "Display", + "name": "HC4053", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a HC4053 3x2 channel multiplexer", + "website": "https://github.com/RobTillaart/HC4053", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.1.0.zip", - "archiveFileName": "DFR0554-1.1.0.zip", - "size": 18124, - "checksum": "SHA-256:0b4397e272dd59ef76a3c4ec0dfca0916da5c587b6f4bc1e50d56fba41bb198f" + "repository": "https://github.com/RobTillaart/HC4053.git", + "providesIncludes": [ + "HC4053.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4053-0.1.0.zip", + "archiveFileName": "HC4053-0.1.0.zip", + "size": 6570, + "checksum": "SHA-256:7f998b7c60c85205e7029d3fd1aca368d3b0d18f7798632f52a5abd30a908ae5" }, { - "name": "DFR0554", - "version": "1.2.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for DFR0554.", - "paragraph": "DFR0554 is a display manufactured by DFRobot. It consists of a PCA9633 and an AIP31068.", - "website": "https://github.com/HendrikVE/Arduino-DFR0554", - "category": "Display", + "name": "HC4053", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a HC4053 3x2 channel multiplexer", + "website": "https://github.com/RobTillaart/HC4053", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", - "dependencies": [ - { - "name": "NXP PCA9633" - }, - { - "name": "LiquidCrystalWired" - } + "repository": "https://github.com/RobTillaart/HC4053.git", + "providesIncludes": [ + "HC4053.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.2.0.zip", - "archiveFileName": "DFR0554-1.2.0.zip", - "size": 725141, - "checksum": "SHA-256:c0d42e028d8b54839100f98d08be70b2e65fdf41f308c608d96c17026ab43b84" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HC4053-0.1.1.zip", + "archiveFileName": "HC4053-0.1.1.zip", + "size": 6806, + "checksum": "SHA-256:2eed8f017fa6acd355b7a725bb228e40744eda54967e0d8c7f01939c05a400a5" }, { - "name": "DFR0554", - "version": "1.2.1", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for DFR0554.", - "paragraph": "DFR0554 is a display manufactured by DFRobot. It consists of a PCA9633 and an AIP31068.", - "website": "https://github.com/HendrikVE/Arduino-DFR0554", - "category": "Display", + "name": "SparkFun WM8960 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the WM8960 Codec Breakout Board", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/21250\"\u003eSparkFun WM8960 Breakout\u003c/a\u003e. Connect to the CODEC via QWIIC, and easily adjust all of its available settings including volume and output audio level compression!", + "website": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-DFR0554.git", - "dependencies": [ - { - "name": "NXP PCA9633" - }, - { - "name": "LiquidCrystalWired" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/DFR0554-1.2.1.zip", - "archiveFileName": "DFR0554-1.2.1.zip", - "size": 725230, - "checksum": "SHA-256:566e0634f98cbafe072eda8f8cab8e8ff6d794243052a84185e283589fe3e60b" + "repository": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WM8960_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_WM8960_Arduino_Library-1.0.0.zip", + "size": 69692, + "checksum": "SHA-256:ac8beef14cd6f20b3272fe7bf69997cfa5452b243bb1e8368cdcaab29f38d891" }, { - "name": "LiquidCrystalWired", - "version": "1.0.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for HD44780 based controllers", - "paragraph": "Device driver for communicating to HD44780 based controllers via I2C", - "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", - "category": "Device Control", + "name": "SparkFun WM8960 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the WM8960 Codec Breakout Board", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/21250\"\u003eSparkFun WM8960 Breakout\u003c/a\u003e. Connect to the CODEC via QWIIC, and easily adjust all of its available settings including volume and output audio level compression!", + "website": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.0.0.zip", - "archiveFileName": "LiquidCrystalWired-1.0.0.zip", - "size": 935441, - "checksum": "SHA-256:5b4da71f55517ad1167ab8bb16a5208859aabff6712feacdda18a643496d1e7f" + "repository": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WM8960_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_WM8960_Arduino_Library-1.0.1.zip", + "size": 70358, + "checksum": "SHA-256:22f528f91cb3d7a4dcd77220ca44ae7f95e8e89fda4f7a551add6638a29b53cd" }, { - "name": "LiquidCrystalWired", - "version": "1.1.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for HD44780 based controllers", - "paragraph": "Device driver for communicating to HD44780 based controllers via I2C", - "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", - "category": "Device Control", + "name": "SparkFun WM8960 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the WM8960 Codec Breakout Board", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/21250\"\u003eSparkFun WM8960 Breakout\u003c/a\u003e. Connect to the CODEC via QWIIC, and easily adjust all of its available settings including volume and output audio level compression!", + "website": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.1.0.zip", - "archiveFileName": "LiquidCrystalWired-1.1.0.zip", - "size": 937035, - "checksum": "SHA-256:7d7f92f6c88086cf76a07954f3b5804dd664053b71b9ab53fe5be7d2fa16dc0b" + "repository": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WM8960_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_WM8960_Arduino_Library-1.0.2.zip", + "size": 75541, + "checksum": "SHA-256:9dd39a56e4888c74e2eaf767f90146be1f954c57fdf63a0ff2a76aaf23f46979" }, { - "name": "LiquidCrystalWired", - "version": "1.2.0", - "author": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "maintainer": "Hendrik van Essen \u003chendrik1995@msn.com\u003e", - "sentence": "Device driver for AiP31068 based controllers.", - "paragraph": "The AiP31068 is used to translate I2C commands to a connected HD44780 LCD controller.", - "website": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired", - "category": "Device Control", + "name": "SparkFun WM8960 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the WM8960 Codec Breakout Board", + "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/21250\"\u003eSparkFun WM8960 Breakout\u003c/a\u003e. Connect to the CODEC via QWIIC, and easily adjust all of its available settings including volume and output audio level compression!", + "website": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HendrikVE/Arduino-LiquidCrystalWired.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HendrikVE/LiquidCrystalWired-1.2.0.zip", - "archiveFileName": "LiquidCrystalWired-1.2.0.zip", - "size": 2452293, - "checksum": "SHA-256:da3974fed0affc3274a3060b6e8da62b91243ab10cc2d0afc1ef280d1f7cc86f" + "repository": "https://github.com/sparkfun/SparkFun_WM8960_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WM8960_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_WM8960_Arduino_Library-1.0.3.zip", + "size": 75858, + "checksum": "SHA-256:c71acc830f8185ddd3226093a154273503bb5d304f4a15b4f931d060b4a899ff" }, { - "name": "Cozir", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", - "paragraph": "Still experimental", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", - "category": "Sensors", + "name": "FRAM_Cache", + "version": "1.1.0", + "author": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "FRAM Cache", + "paragraph": "This library provides FRAM-backed external buffer caching", + "website": "https://github.com/Beirdo/Arduino-FRAM-Cache", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Cozir.git", - "providesIncludes": [ - "Cozir.h" + "repository": "https://github.com/Beirdo/Arduino-FRAM-Cache.git", + "dependencies": [ + { + "name": "Adafruit FRAM SPI" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.0.zip", - "archiveFileName": "Cozir-0.2.0.zip", - "size": 8057, - "checksum": "SHA-256:54598cef03f7b1d052c0f808e7699ad34c04ac1b5e3911d55180bb1ad0c7bae2" + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/FRAM_Cache-1.1.0.zip", + "archiveFileName": "FRAM_Cache-1.1.0.zip", + "size": 4852, + "checksum": "SHA-256:7aef2f3f42393a9b3a2f624cfe17bc532cc8fe2955e4c117b0f72e6573ef13a5" }, { - "name": "Cozir", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", - "paragraph": "Still experimental", - "website": "https://github.com/RobTillaart/Cozir", - "category": "Sensors", + "name": "FRAM_Cache", + "version": "1.1.1", + "author": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "FRAM Cache", + "paragraph": "This library provides FRAM-backed external buffer caching", + "website": "https://github.com/Beirdo/Arduino-FRAM-Cache", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Cozir.git", - "providesIncludes": [ - "cozir.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.2.zip", - "archiveFileName": "Cozir-0.2.2.zip", - "size": 10691, - "checksum": "SHA-256:3814785971977e2c04f44d5ddd1182a46158d3aed089acb9e74e246ecb04ec3e" + "repository": "https://github.com/Beirdo/Arduino-FRAM-Cache.git", + "dependencies": [ + { + "name": "Adafruit FRAM SPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/FRAM_Cache-1.1.1.zip", + "archiveFileName": "FRAM_Cache-1.1.1.zip", + "size": 6582, + "checksum": "SHA-256:87c23c360501f4b60e92fc35d08bf500e35b647f8453c7bd076b6ad2e021ef7c" }, { - "name": "Cozir", - "version": "0.2.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, DirtGambit", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for COZIR range of CO2 sensors. Polling mode only.", - "paragraph": "Still experimental", - "website": "https://github.com/RobTillaart/Cozir", - "category": "Sensors", + "name": "FRAM_Cache", + "version": "1.1.2", + "author": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "FRAM Cache", + "paragraph": "This library provides FRAM-backed external buffer caching", + "website": "https://github.com/Beirdo/Arduino-FRAM-Cache", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Cozir.git", - "providesIncludes": [ - "cozir.h" + "repository": "https://github.com/Beirdo/Arduino-FRAM-Cache.git", + "dependencies": [ + { + "name": "Adafruit FRAM SPI" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Cozir-0.2.5.zip", - "archiveFileName": "Cozir-0.2.5.zip", - "size": 10845, - "checksum": "SHA-256:017f708a4081eaa9ada3733c2143b705fda1f615b4b854d6f8eaa0356a427ef7" + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/FRAM_Cache-1.1.2.zip", + "archiveFileName": "FRAM_Cache-1.1.2.zip", + "size": 6666, + "checksum": "SHA-256:35e064264dc303ec323266c06e06160313e87b959b01d8dd897779e0d398bfd1" }, { - "name": "TimerFour32u4", + "name": "eForth1", "version": "1.0.0", - "author": "Jesse Tane, Jérôme Despatis, Michael Polli, Dan Clemens, Paul Stoffregen, Sam Verstraete", - "maintainer": "Sam Verstraete", - "sentence": "Allow usage of the 10-bit hardware high speed Timer4 on ATMega16u4 and ATMega32u4.", - "paragraph": "This is a port of the Paul Stoffregens TimerThree library to the ATMega16u4 or ATMega32u4, so you can use the internal High Speed Timer4 on selected ports.", - "website": "https://www.github.com/samverstraete/TimerFour", - "category": "Timing", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "eForth for Arduino UNO", + "paragraph": "A full-fledged FORTH as a .ino load/run from IDE directly. Supports pin change and timer interrupts. App can be saved to EEPROM for turnkey system", + "website": "https://github.com/chochain/eForth1", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/samverstraete/TimerFour.git", - "url": "https://downloads.arduino.cc/libraries/github.com/samverstraete/TimerFour32u4-1.0.0.zip", - "archiveFileName": "TimerFour32u4-1.0.0.zip", - "size": 530513, - "checksum": "SHA-256:d29c9c3f15cfda5da7b074ff7d17648d1865313ccb42dd4ece1bad34eb0539fd" + "repository": "https://github.com/chochain/eForth1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/eForth1-1.0.0.zip", + "archiveFileName": "eForth1-1.0.0.zip", + "size": 158927, + "checksum": "SHA-256:727c5bfb9a114ae7ef345b7d4e12cfcf878060acd2188b20b9e3eb652bd754cc" }, { - "name": "CoopThreads", - "version": "0.1.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Lightweight, platform agnostic cooperative threads library", - "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", - "website": "https://github.com/pstolarz/CoopThreads", - "category": "Timing", + "name": "eForth1", + "version": "2.0.0", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "eForth for Arduino UNO", + "paragraph": "A full-fledged FORTH as a .ino load/run from IDE directly. Supports pin change and timer interrupts. App can be saved to EEPROM for turnkey system", + "website": "https://github.com/chochain/eForth1", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/CoopThreads.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.1.0.zip", - "archiveFileName": "CoopThreads-0.1.0.zip", - "size": 34376, - "checksum": "SHA-256:8b9e923f74fe9800872d4e46dddfbb7bd97fa06299db7480b45f8e9084aca5d2" + "repository": "https://github.com/chochain/eForth1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/eForth1-2.0.0.zip", + "archiveFileName": "eForth1-2.0.0.zip", + "size": 171226, + "checksum": "SHA-256:727b7f2cc87663edf202a9f9b93dff660948ecf71d8a0ae3e995fbb81164b448" }, { - "name": "CoopThreads", - "version": "0.2.0", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Lightweight, platform agnostic cooperative threads library", - "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", - "website": "https://github.com/pstolarz/CoopThreads", - "category": "Timing", + "name": "eForth1", + "version": "2.2.0", + "author": "chochain \u003cchochain@yahoo.com\u003e", + "maintainer": "chochain \u003cchochain@yahoo.com\u003e", + "sentence": "eForth for Arduino UNO", + "paragraph": "A full-fledged FORTH as a .ino load/run from IDE directly. Supports pin change and timer interrupts. App can be saved to EEPROM for turnkey system", + "website": "https://github.com/chochain/eForth1", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/CoopThreads.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.0.zip", - "archiveFileName": "CoopThreads-0.2.0.zip", - "size": 37595, - "checksum": "SHA-256:bf46be1856b76558b3241983343f0361379ed2830f4c0b755f419393f64a93c4" + "repository": "https://github.com/chochain/eForth1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chochain/eForth1-2.2.0.zip", + "archiveFileName": "eForth1-2.2.0.zip", + "size": 180253, + "checksum": "SHA-256:57836db9530c3cb0fde40f5aa785499db01a93d616e3369ed53bbdcdc263b0a8" }, { - "name": "CoopThreads", - "version": "0.2.1", - "author": "Piotr Stolarz", - "maintainer": "Piotr Stolarz \u003cpstolarz@o2.pl\u003e", - "sentence": "Lightweight, platform agnostic cooperative threads library", - "paragraph": "The library is intended to be used on resource constrained platforms where using fully-fledge RTOS would be problematic. Idle related API allows switching the platform to a desired sleep mode and reduce power consumption. Wait/notify support for effective threads synchronization.", - "website": "https://github.com/pstolarz/CoopThreads", - "category": "Timing", + "name": "Epson_SU_UART", + "version": "1.3.0", + "author": "Sensing System Support, sensingsystem_support@ea.epson.com", + "maintainer": "Sensing System Support, sensingsystem_support@ea.epson.com", + "sentence": "Sensing Unit Library using UART for Epson IMU M-Gxx \u0026 Accelerometer M-A352", + "paragraph": "Basic device library for configuring, initializing, retrieving sensor data with Epson M-G3xx/M-A352 connected by UART interface", + "website": "https://global.epson.com/products_and_drivers/sensing_system/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pstolarz/CoopThreads.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pstolarz/CoopThreads-0.2.1.zip", - "archiveFileName": "CoopThreads-0.2.1.zip", - "size": 37950, - "checksum": "SHA-256:8c3d914d750deb8ad85d9835f49b421b975527a7a8e8ce0bc8523504d9cc2049" + "repository": "https://github.com/cubicleguy/su_arduino_uart.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cubicleguy/Epson_SU_UART-1.3.0.zip", + "archiveFileName": "Epson_SU_UART-1.3.0.zip", + "size": 45331, + "checksum": "SHA-256:6f93eb59cfe62c624894c1711922f9cbd5b6721ca110c9c32d9e10b32c7ff4eb" }, { - "name": "SparkFun Qwiic RTC RV8803 Arduino Library", - "version": "1.0.1", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", - "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", - "category": "Uncategorized", + "name": "Epson_SU_UART", + "version": "1.4.0", + "author": "Sensing System Support, sensingsystem_support@ea.epson.com", + "maintainer": "Sensing System Support, sensingsystem_support@ea.epson.com", + "sentence": "Sensing Unit Library using UART for Epson IMU M-Gxxx \u0026 Accelerometer M-A352", + "paragraph": "Basic device library for configuring, initializing, retrieving sensor data with Epson M-G3xx/M-A352 connected by UART interface", + "website": "https://global.epson.com/products_and_drivers/sensing_system/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.1.zip", - "size": 28917, - "checksum": "SHA-256:3f642ee81837c62e69d402e65e29652e73bbffce4ccc066e92f1c8510c78d40f" + "repository": "https://github.com/cubicleguy/su_arduino_uart.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cubicleguy/Epson_SU_UART-1.4.0.zip", + "archiveFileName": "Epson_SU_UART-1.4.0.zip", + "size": 43752, + "checksum": "SHA-256:86f96546dcae8a4b76e47c58cbf820468b4ebfc91a0cddc2997a22d8d5d01cac" }, { - "name": "SparkFun Qwiic RTC RV8803 Arduino Library", - "version": "1.0.2", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", - "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", - "category": "Uncategorized", + "name": "Epson_SU_SPI", + "version": "1.2.0", + "author": "Sensing System Support, sensingsystem_support@ea.epson.com", + "maintainer": "Sensing System Support, sensingsystem_support@ea.epson.com", + "sentence": "Sensing Unit Library using SPI for Epson M-Gxx \u0026 Accelerometer M-A352", + "paragraph": "Basic device library for configuring, initializing, retrieving sensor data with Epson M-G3xx/M-A352 connected by SPI interface", + "website": "https://global.epson.com/products_and_drivers/sensing_system/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.2.zip", - "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.2.zip", - "size": 30467, - "checksum": "SHA-256:9baadbe20a01428d7d1b49d0185a82c941536806b9303a707eb99955e946d714" + "repository": "https://github.com/cubicleguy/su_arduino_spi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cubicleguy/Epson_SU_SPI-1.2.0.zip", + "archiveFileName": "Epson_SU_SPI-1.2.0.zip", + "size": 45735, + "checksum": "SHA-256:6a12d7cd62b793ec869a4199ab11b5cfa9851cdebf054f35a1787bfa8407b09f" }, { - "name": "SparkFun Qwiic RTC RV8803 Arduino Library", - "version": "1.0.3", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", - "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", - "category": "Uncategorized", + "name": "Epson_SU_SPI", + "version": "1.3.0", + "author": "Sensing System Support, sensingsystem_support@ea.epson.com", + "maintainer": "Sensing System Support, sensingsystem_support@ea.epson.com", + "sentence": "Sensing Unit Library using SPI for Epson M-Gxxx \u0026 Accelerometer M-A352", + "paragraph": "Basic device library for configuring, initializing, retrieving sensor data with Epson M-G3xx/M-A352 connected by SPI interface", + "website": "https://global.epson.com/products_and_drivers/sensing_system/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.3.zip", - "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.3.zip", - "size": 30465, - "checksum": "SHA-256:4943996cbd78b3871b754ee5f355d24c882a99db74ec7214d1a4e1224e1604ab" + "repository": "https://github.com/cubicleguy/su_arduino_spi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cubicleguy/Epson_SU_SPI-1.3.0.zip", + "archiveFileName": "Epson_SU_SPI-1.3.0.zip", + "size": 43801, + "checksum": "SHA-256:16c56a400c79dd4896831a7ded96ac911e1e4565a51bf10951a392458f5e1543" }, { - "name": "SparkFun Qwiic RTC RV8803 Arduino Library", - "version": "1.0.4", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", - "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", - "category": "Uncategorized", + "name": "PositionControl", + "version": "1.0.1", + "author": "Mars Research Station", + "maintainer": "Electronics Division, Mars Research Station, IIITDM Kancheepuram", + "sentence": "This is a library aiming at implementing pid control to control the position of a DC motor with feedback from quadrature encoder using speed control driver that accepts PWM input. It is a multifunctional program with extra feature of tuning the gain parameters and very useful for robotic enthusiast in wheeled robots", + "website": "https://marsiiitdmk.netlify.app/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.4.zip", - "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.4.zip", - "size": 31972, - "checksum": "SHA-256:34700b6384f7937f1bae7e9213f61827258c72165d5899d289dd02afa9006903" + "repository": "https://github.com/mission-mangal/PositionControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mission-mangal/PositionControl-1.0.1.zip", + "archiveFileName": "PositionControl-1.0.1.zip", + "size": 6783, + "checksum": "SHA-256:281b1b45842cac3a7b4d965461fbc82db258ee578e33e21542143c4e97c58dca" }, { - "name": "SparkFun Qwiic RTC RV8803 Arduino Library", - "version": "1.0.5", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", - "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", - "category": "Uncategorized", + "name": "PositionControl", + "version": "1.0.3", + "author": "Mars Research Station", + "maintainer": "Electronics Division, Mars Research Station, IIITDM Kancheepuram", + "sentence": "This is a library aiming at implementing pid control to control the position of a DC motor with feedback from quadrature encoder using speed control driver that accepts PWM input. It is a multifunctional program with extra feature of tuning the gain parameters and very useful for robotic enthusiast in wheeled robots", + "website": "https://github.com/mission-mangal/PositionControl", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.5.zip", - "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.0.5.zip", - "size": 32075, - "checksum": "SHA-256:adf4faef62b70bf46b16d3d66f2b377d0ffd0d582e82ade0107c02cbc88c6137" + "repository": "https://github.com/mission-mangal/PositionControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mission-mangal/PositionControl-1.0.3.zip", + "archiveFileName": "PositionControl-1.0.3.zip", + "size": 7631, + "checksum": "SHA-256:15038165404c8a2d9717c43609a70acbb10bd3f0fe586686221891a799bec376" }, { - "name": "SparkFun Qwiic RTC RV8803 Arduino Library", - "version": "1.1.0", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", - "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", - "category": "Uncategorized", + "name": "PositionControl", + "version": "1.2.0", + "author": "Mars Research Station", + "maintainer": "Electronics Division, Mars Research Station, IIITDM Kancheepuram", + "sentence": "This is a library aiming at implementing pid control to control the position of a DC motor with feedback from quadrature encoder using speed control driver that accepts PWM input. It is a multifunctional program with extra feature of tuning the gain parameters and very useful for robotic enthusiast in wheeled robots", + "website": "https://github.com/mission-mangal/PositionControl", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.0.zip", - "size": 32175, - "checksum": "SHA-256:5c4f35c38edc107a209bce499f22f7ece0a52a64f66a3636ca1f29d018a110a0" + "repository": "https://github.com/mission-mangal/PositionControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mission-mangal/PositionControl-1.2.0.zip", + "archiveFileName": "PositionControl-1.2.0.zip", + "size": 8928, + "checksum": "SHA-256:43170c56ebd8656b5b0cd399cebb62a7196581280ea14905b5042858f7cb3688" }, { - "name": "SparkFun Qwiic RTC RV8803 Arduino Library", - "version": "1.1.1", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the RV-1805 extremely precise, extremely low power, real-time clock", - "paragraph": "The RV-8803 from SparkFun is an extraordinarily precise, temperature-compensated RTC. The module itself can run as low as 240 nA. This library allows you to set and get time, set the hundredths registers, configure interrupts, and even calibrate your RTC.", - "website": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library", - "category": "Uncategorized", + "name": "IotKernel", + "version": "0.1.17", + "author": "Maxime Moreillon", + "maintainer": "Maxime Moreillon", + "sentence": "A library for basic functions of IoT devices", + "paragraph": "Provides basic IoT functions like Wifi, MQTT, configuration via Web UI, OTA updates", + "website": "https://github.com/maximemoreillon/iot-kernel", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_RV-8803_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.1.zip", - "archiveFileName": "SparkFun_Qwiic_RTC_RV8803_Arduino_Library-1.1.1.zip", - "size": 32199, - "checksum": "SHA-256:28701463c6c8c01b734bc4d7c4e5c0c41addfd1f0526b19e0ee05f215da88205" + "repository": "https://github.com/maximemoreillon/iot-kernel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maximemoreillon/IotKernel-0.1.17.zip", + "archiveFileName": "IotKernel-0.1.17.zip", + "size": 13317, + "checksum": "SHA-256:5290d77c90ec551789af0f2201b143c43b75654ff1b3cc0d07458e191e17af83" }, { - "name": "CountDown", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement a CountDown clock in SW.", - "paragraph": "Polling, no HW timer used.", - "website": "https://github.com/RobTillaart/CountDown", - "category": "Data Processing", + "name": "IotKernel", + "version": "0.1.19", + "author": "Maxime Moreillon", + "maintainer": "Maxime Moreillon", + "sentence": "A library for basic functions of IoT devices", + "paragraph": "Provides basic IoT functions like Wifi, MQTT, configuration via Web UI, OTA updates", + "website": "https://github.com/maximemoreillon/iot-kernel", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/CountDown.git", - "providesIncludes": [ - "CountDown.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.0.zip", - "archiveFileName": "CountDown-0.2.0.zip", - "size": 8209, - "checksum": "SHA-256:cb91a1e2d24b1f45b81ba143d8ce06976dd695bfca6eb676bc387a4cb4e06380" + "repository": "https://github.com/maximemoreillon/iot-kernel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maximemoreillon/IotKernel-0.1.19.zip", + "archiveFileName": "IotKernel-0.1.19.zip", + "size": 13350, + "checksum": "SHA-256:5cd3bdeff3f41fc5275e98b40c154de37e579b1aeae4ba53ed903267c01110c7" }, { - "name": "CountDown", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement a CountDown clock in SW.", - "paragraph": "Polling, no HW timer used.", - "website": "https://github.com/RobTillaart/CountDown", - "category": "Data Processing", + "name": "IotKernel", + "version": "0.2.0", + "author": "Maxime Moreillon", + "maintainer": "Maxime Moreillon", + "sentence": "A library for basic functions of IoT devices", + "paragraph": "Provides basic IoT functions like Wifi, MQTT, configuration via Web UI, OTA updates", + "website": "https://github.com/maximemoreillon/iot-kernel", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/CountDown.git", - "providesIncludes": [ - "CountDown.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.2.zip", - "archiveFileName": "CountDown-0.2.2.zip", - "size": 8384, - "checksum": "SHA-256:b37bc2fce6c57b11edf66f542d6716d5cf4654861e8ac6e9fc7bc3e55677fc3a" + "repository": "https://github.com/maximemoreillon/iot-kernel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maximemoreillon/IotKernel-0.2.0.zip", + "archiveFileName": "IotKernel-0.2.0.zip", + "size": 13315, + "checksum": "SHA-256:276add6aa152a12342935c373d1eabe96695c93e2315e4851dc1cf0189711cb1" }, { - "name": "CountDown", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement a CountDown clock in SW.", - "paragraph": "Polling, no HW timer used.", - "website": "https://github.com/RobTillaart/CountDown", - "category": "Data Processing", + "name": "IotKernel", + "version": "0.2.1", + "author": "Maxime Moreillon", + "maintainer": "Maxime Moreillon", + "sentence": "A library for basic functions of IoT devices", + "paragraph": "Provides basic IoT functions like Wifi, MQTT, configuration via Web UI, OTA updates", + "website": "https://github.com/maximemoreillon/iot-kernel", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/CountDown.git", - "providesIncludes": [ - "CountDown.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/CountDown-0.2.3.zip", - "archiveFileName": "CountDown-0.2.3.zip", - "size": 9686, - "checksum": "SHA-256:727632b116727d57865d718167f69d988259a70490b1cd573d649109c4386d33" + "repository": "https://github.com/maximemoreillon/iot-kernel.git", + "url": "https://downloads.arduino.cc/libraries/github.com/maximemoreillon/IotKernel-0.2.1.zip", + "archiveFileName": "IotKernel-0.2.1.zip", + "size": 13314, + "checksum": "SHA-256:33b3069e3924a90c11cdecaf2e2658c62c39d9dba2585c57cf0766c2a84a6991" }, { - "name": "Sharer", + "name": "Escon", "version": "1.0.0", - "author": "Rufus31415", - "maintainer": "Rufus31415", - "sentence": "Sharer Library", - "website": "https://github.com/Rufus31415/Sharer", - "category": "Communication", + "author": "Dzulfikar Sadid", + "maintainer": "Dzulfikar Sadid \u003cdatabasedzulfikar@gmail.com\u003e", + "sentence": "A library for IoT Device", + "paragraph": "The library allows to control Electronics Smart Contact that we created.", + "website": "https://github.com/JoulePhi/Escon-Library", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rufus31415/Sharer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Rufus31415/Sharer-1.0.0.zip", - "archiveFileName": "Sharer-1.0.0.zip", - "size": 174164, - "checksum": "SHA-256:a402f3b2afb14fa2eaa0be5ffcd4a7b547274663d09a4ad34a9a759228920bae" + "repository": "https://github.com/JoulePhi/Escon-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoulePhi/Escon-1.0.0.zip", + "archiveFileName": "Escon-1.0.0.zip", + "size": 19509, + "checksum": "SHA-256:7df8e0ca0c41494b12459e45827437b1abe0ad5dfcbef30bf53e1595fa56d750" }, { - "name": "Sharer", - "version": "1.0.1", - "author": "Rufus31415 \u003crufus31415@gmail.com\u003e", - "maintainer": "Rufus31415 \u003crufus31415@gmail.com\u003e", - "sentence": "Arduino library that simplifies Serial communication", - "paragraph": "Arduino \u0026 .NET serial communication library to read/write variables and remote call functions (RPC)", - "website": "https://github.com/Rufus31415/Sharer", - "category": "Communication", + "name": "FC0005748911", + "version": "0.1.0", + "author": "Firechip \u003ctechsupport@firechip.dev\u003e", + "maintainer": "Firechip \u003cfirechip.dev\u003e", + "license": "MIT", + "sentence": "Firechip - Micro Crystal RV-8263 Arduino Library a Real-Time Clock Module with I2C-Bus", + "paragraph": "The RV-8263 is a real-time clock (RTC) IC manufactured by Ricoh Electronics. It is a low-power, low-cost device designed for use in a wide range of electronic applications that require accurate timekeeping. The RV-8263 features a built-in oscillator, which provides a highly accurate timebase, and a backup battery input that allows it to continue to keep accurate time even when the main power supply is disrupted. The device provides year, month, date, hours, minutes, and seconds information, and supports both 12-hour and 24-hour time formats. It also has a number of programmable alarm and timer functions, and can generate square wave output signals for use with external circuits.", + "website": "https://github.com/firechip/Firechip_RV-8263_Arduino_Library", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Rufus31415/Sharer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Rufus31415/Sharer-1.0.1.zip", - "archiveFileName": "Sharer-1.0.1.zip", - "size": 178709, - "checksum": "SHA-256:3c8e33c6785d39bf6022b7dd5517dd08b1b9b8d5ebb4b3d3811023802b510335" + "repository": "https://github.com/firechip/Firechip_RV-8263_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/firechip/FC0005748911-0.1.0.zip", + "archiveFileName": "FC0005748911-0.1.0.zip", + "size": 2358950, + "checksum": "SHA-256:6d4feebb14240491d2056a7c71ea7d01201191b6b1ed6b75eaef2388f0dce9c9" }, { - "name": "deepC", - "version": "0.12.0", - "author": "Rohit Sharma et. al.", - "maintainer": "Rohit Sharma \u003cmy-first-name@ai-techsystems.com\u003e", - "sentence": "Allows you to run machine learning models locally on arduino boards.", - "paragraph": "This library runs deepC machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise asl gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/ai-techsystems/dnnCompiler", + "name": "TR064", + "version": "1.2.2", + "author": "René Vollmer", + "maintainer": "René Vollmer \u003cmaster@aypac.de\u003e", + "sentence": "Arduino/ESP library for the TR-064 SOAP protocol", + "paragraph": "Allows communication with routers (such as FRITZ!Box) and thus control of some DECT devices (phones, smartplugs, thermostats, ...) via the TR-064 SOAP protocol.", + "website": "https://github.com/Aypac/Arduino-TR-064-SOAP-Library", "category": "Data Processing", - "architectures": [], + "architectures": [ + "esp8266", + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/ai-techsystems/arduino.git", - "providesIncludes": [ - "deepC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ai-techsystems/deepC-0.12.0.zip", - "archiveFileName": "deepC-0.12.0.zip", - "size": 1266930, - "checksum": "SHA-256:041343390aac9477355b2c90e9b7574e3949be3728420233210baf40d5b72154" + "repository": "https://github.com/Aypac/Arduino-TR-064-SOAP-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aypac/TR064-1.2.2.zip", + "archiveFileName": "TR064-1.2.2.zip", + "size": 102363, + "checksum": "SHA-256:96d3bd79f0f96f575630e7a3ba010b6341d52f9f67fed0a701fc0286ef24a2f6" }, { - "name": "SDConfigCommand", - "version": "0.23.0", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", - "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", - "website": "https://github.com/cygig/SDConfigCommand", - "category": "Uncategorized", + "name": "SpeedControl", + "version": "1.0.3", + "author": "Mars Research Station", + "maintainer": "Electronics Division, Mars Research Station, IIITDM Kancheepuram", + "sentence": "This is a library aiming at implementing pid control to control the speed of a DC motor with feedback from quadrature encoder. It is a multifunctional program with extra feature of tuning the gain parameters and very useful for robotic enthusiast in wheeled robots", + "website": "https://github.com/mission-mangal/speed-control", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/SDConfigCommand.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.23.0.zip", - "archiveFileName": "SDConfigCommand-0.23.0.zip", - "size": 1490282, - "checksum": "SHA-256:e79afd0f759d9424b03a96a556632705a4e1586a132d348404828dc1ac7250b2" + "repository": "https://github.com/mission-mangal/SpeedControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mission-mangal/SpeedControl-1.0.3.zip", + "archiveFileName": "SpeedControl-1.0.3.zip", + "size": 7423, + "checksum": "SHA-256:bf876503c57b27df351e3b03fe393a7958a7d127128688174c8cd9ad61a51d62" }, { - "name": "SDConfigCommand", - "version": "0.24.0", - "author": "cygig \u003crubbish52@hotmail.com\u003e", - "maintainer": "cygig \u003crubbish52@hotmail.com\u003e", - "sentence": "SDConfigCommand streamlines reading settings from a config file on SD card.", - "paragraph": "SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so. For every line on the config file this library reads, it will callback a user-specified function. The user can access the current command and values, then decide the next action, such as verifying commands and storing values in variables. With regards to writing over existing settings, user can choose one command, and the library will search for the command in the config file and replace the whole setting line with a new value. The library does not add or remove settings.", - "website": "https://github.com/cygig/SDConfigCommand", - "category": "Uncategorized", + "name": "SpeedControl", + "version": "1.0.4", + "author": "Mars Research Station", + "maintainer": "Electronics Division, Mars Research Station, IIITDM Kancheepuram", + "sentence": "This is a library aiming at implementing pid control to control the speed of a DC motor with feedback from quadrature encoder. It is a multifunctional program with extra feature of tuning the gain parameters and very useful for robotic enthusiast in wheeled robots", + "website": "https://github.com/mission-mangal/speed-control", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cygig/SDConfigCommand.git", - "dependencies": [ - { - "name": "SD" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/cygig/SDConfigCommand-0.24.0.zip", - "archiveFileName": "SDConfigCommand-0.24.0.zip", - "size": 1499465, - "checksum": "SHA-256:23a5cc263d719fd6abcee87f9ae1676de7072e4ca6c3d836d84beebe3a66e490" + "repository": "https://github.com/mission-mangal/SpeedControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mission-mangal/SpeedControl-1.0.4.zip", + "archiveFileName": "SpeedControl-1.0.4.zip", + "size": 7424, + "checksum": "SHA-256:c94c210da140ae1a0c2e157a5cb915f97cd73ae74c919b07d5d867e30edeea9e" }, { - "name": "SparkFun BQ27441 LiPo Fuel Gauge Arduino Library", + "name": "SpeedControl", "version": "1.1.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "An Arduino library for interfacing with the BQ27441-G1 LiPo Fuel Gauge", - "paragraph": "An Arduino library for interfacing with the BQ27441-G1 LiPo Fuel Gauge", - "website": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library", - "category": "Sensors", + "author": "Mars Research Station", + "maintainer": "Electronics Division, Mars Research Station, IIITDM Kancheepuram", + "sentence": "This is a library aiming at implementing pid control to control the speed of a DC motor with feedback from quadrature encoder. It is a multifunctional program with extra feature of tuning the gain parameters and very useful for robotic enthusiast in wheeled robots", + "website": "https://github.com/mission-mangal/speed-control", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BQ27441_LiPo_Fuel_Gauge_Arduino_Library-1.1.0.zip", - "archiveFileName": "SparkFun_BQ27441_LiPo_Fuel_Gauge_Arduino_Library-1.1.0.zip", - "size": 25147, - "checksum": "SHA-256:1f324734525d71de015e46318bdabe79fabd4074c77f10058d0456fce00ecd93" + "repository": "https://github.com/mission-mangal/SpeedControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mission-mangal/SpeedControl-1.1.0.zip", + "archiveFileName": "SpeedControl-1.1.0.zip", + "size": 7419, + "checksum": "SHA-256:c437966d0d71f22304b08ce49b8fe554607be07eeab5a2390ea045fbb90f5668" }, { - "name": "ThingsML", - "version": "1.0.1", - "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", - "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", - "sentence": "Thingsml Encoder/Decoder", - "paragraph": "For use in LoraWAN and M2M networks", - "website": "https://github.com/kpn-iot/thingsml-c-library", + "name": "CrossMgrLapCounter", + "version": "1.0.0", + "author": "Kim Wall", + "maintainer": "Kim Wall kim@ductilebiscuit.net", + "sentence": "Library for communicating with CrossMgr's lap counter interface", + "paragraph": "Allows you to obtain lap counts and race time from the websocket interface used by CrossMgr's lap counter page, for controlling your own display hardware.", + "website": "https://github.com/kimble4/CrossMgrLapCounter", "category": "Communication", - "architectures": [], + "architectures": [ + "esp8266", + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kpn-iot/thingsml-c-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.0.1.zip", - "archiveFileName": "ThingsML-1.0.1.zip", - "size": 555211, - "checksum": "SHA-256:33dad1b34841611c9669c30c3ddd0bb50df412716dccffad6d148dc8f65c6d62" + "repository": "https://github.com/kimble4/CrossMgrLapCounter.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kimble4/CrossMgrLapCounter-1.0.0.zip", + "archiveFileName": "CrossMgrLapCounter-1.0.0.zip", + "size": 23848, + "checksum": "SHA-256:d27d9357381432dab2f58beb256228adb687ddb51d86405bcd4bf0c132bf179d" }, { - "name": "ThingsML", + "name": "CrossMgrLapCounter", "version": "1.0.2", - "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", - "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", - "sentence": "Thingsml Encoder/Decoder", - "paragraph": "For use in LoraWAN and M2M networks", - "website": "https://github.com/kpn-iot/thingsml-c-library", + "author": "Kim Wall", + "maintainer": "Kim Wall kim@ductilebiscuit.net", + "sentence": "Library for communicating with CrossMgr's lap counter interface", + "paragraph": "Allows you to obtain lap counts and race time from the websocket interface used by CrossMgr's lap counter page, for controlling your own display hardware.", + "website": "https://github.com/kimble4/CrossMgrLapCounter", "category": "Communication", - "architectures": [], + "architectures": [ + "esp8266", + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kpn-iot/thingsml-c-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.0.2.zip", - "archiveFileName": "ThingsML-1.0.2.zip", - "size": 555211, - "checksum": "SHA-256:2ffefc997a5c3d099fa61f5a3a9881f49d0cc7239f3a666ffa680934cb7c262e" + "repository": "https://github.com/kimble4/CrossMgrLapCounter.git", + "dependencies": [ + { + "name": "WebSockets" + }, + { + "name": "ArduinoJson" + }, + { + "name": "FastLED" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimble4/CrossMgrLapCounter-1.0.2.zip", + "archiveFileName": "CrossMgrLapCounter-1.0.2.zip", + "size": 23826, + "checksum": "SHA-256:2ab283636e07bad85f804ef96586fff675fd9a68f310e9f8d92cb05ffd9b88fb" }, { - "name": "ThingsML", - "version": "1.1.0", - "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", - "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", - "sentence": "Thingsml Encoder/Decoder", - "paragraph": "For use in LoraWAN and M2M networks", - "website": "https://github.com/kpn-iot/thingsml-c-library", + "name": "CrossMgrLapCounter", + "version": "1.0.3", + "author": "Kim Wall", + "maintainer": "Kim Wall kim@ductilebiscuit.net", + "sentence": "Library for communicating with CrossMgr's lap counter interface", + "paragraph": "Allows you to obtain lap counts and race time from the websocket interface used by CrossMgr's lap counter page, for controlling your own display hardware.", + "website": "https://github.com/kimble4/CrossMgrLapCounter", "category": "Communication", - "architectures": [], + "architectures": [ + "esp8266", + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kpn-iot/thingsml-c-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.0.zip", - "archiveFileName": "ThingsML-1.1.0.zip", - "size": 560629, - "checksum": "SHA-256:0058a67d1b0c179e7e177aecd6930d0756a258d47074639d411df932eeb73706" + "repository": "https://github.com/kimble4/CrossMgrLapCounter.git", + "dependencies": [ + { + "name": "WebSockets" + }, + { + "name": "ArduinoJson" + }, + { + "name": "FastLED" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimble4/CrossMgrLapCounter-1.0.3.zip", + "archiveFileName": "CrossMgrLapCounter-1.0.3.zip", + "size": 23820, + "checksum": "SHA-256:5cb5ffacb7af1f6b750ac082a10dc7aca90e13679d1a002179d78cd3e394bda0" }, { - "name": "ThingsML", + "name": "CrossMgrLapCounter", "version": "1.1.1", - "author": "Joseph Verburg (joseph.verburg@kpn.com), Paul Marcelis (paul.marcelis@kpn.com)", - "maintainer": "Joseph Verburg (joseph.verburg@kpn.com)", - "sentence": "Thingsml Encoder/Decoder", - "paragraph": "For use in LoraWAN and M2M networks", - "website": "https://github.com/kpn-iot/thingsml-c-library", + "author": "Kim Wall", + "maintainer": "Kim Wall kim@ductilebiscuit.net", + "sentence": "Library for communicating with CrossMgr's lap counter interface", + "paragraph": "Allows you to obtain lap counts and race time from the websocket interface used by CrossMgr's lap counter page, for controlling your own display hardware.", + "website": "https://github.com/kimble4/CrossMgrLapCounter", "category": "Communication", - "architectures": [], + "architectures": [ + "esp8266", + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kpn-iot/thingsml-c-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kpn-iot/ThingsML-1.1.1.zip", - "archiveFileName": "ThingsML-1.1.1.zip", - "size": 561127, - "checksum": "SHA-256:658a252572abcb30c6fda5baf8c01e8e93943a5bb69351f828a43377044b125d" + "repository": "https://github.com/kimble4/CrossMgrLapCounter.git", + "dependencies": [ + { + "name": "WebSockets" + }, + { + "name": "ArduinoJson" + }, + { + "name": "FastLED" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kimble4/CrossMgrLapCounter-1.1.1.zip", + "archiveFileName": "CrossMgrLapCounter-1.1.1.zip", + "size": 23970, + "checksum": "SHA-256:d3b27543e88ebdb29a6a7ff0f13f75cb18a3f53dcf3db18fd62247d4df7d9416" }, { - "name": "Complex", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for Complex math.", - "website": "https://github.com/RobTillaart/Complex", - "category": "Data Processing", + "name": "PL ADXL355", + "version": "1.0.0", + "author": "plasmapper", + "maintainer": "plasmapper", + "sentence": "Analog Devices ADXL355 accelerometer library", + "paragraph": "Analog Devices ADXL355 accelerometer library", + "website": "https://github.com/plasmapper/adxl355-arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Complex.git", - "providesIncludes": [ - "Complex.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.0.zip", - "archiveFileName": "Complex-0.2.0.zip", - "size": 10401, - "checksum": "SHA-256:d5f04ba9fb838ef489aa466611665cce7d7b7c2c3986a6cbc7356bfaf6feafeb" + "repository": "https://github.com/plasmapper/adxl355-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plasmapper/PL_ADXL355-1.0.0.zip", + "archiveFileName": "PL_ADXL355-1.0.0.zip", + "size": 18666, + "checksum": "SHA-256:b57a2d3758104705be1b93598efa40da85b017999d420bb2940e651bfcdde0f9" }, { - "name": "Complex", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for Complex math.", - "website": "https://github.com/RobTillaart/Complex", - "category": "Data Processing", + "name": "PL ADXL355", + "version": "1.0.1", + "author": "plasmapper", + "maintainer": "plasmapper", + "sentence": "Analog Devices ADXL355 accelerometer library", + "website": "https://github.com/plasmapper/adxl355-arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Complex.git", - "providesIncludes": [ - "Complex.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.1.zip", - "archiveFileName": "Complex-0.2.1.zip", - "size": 10462, - "checksum": "SHA-256:92d82add185c8af6d37d03e243a6604e53507efd0fa53afa1a40c37d45293f58" + "repository": "https://github.com/plasmapper/adxl355-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/plasmapper/PL_ADXL355-1.0.1.zip", + "archiveFileName": "PL_ADXL355-1.0.1.zip", + "size": 19065, + "checksum": "SHA-256:bca910724a831554fa444403c4cafe917f218512c691c898357212f128ea6d6f" }, { - "name": "Complex", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for Complex math.", - "website": "https://github.com/RobTillaart/Complex", - "category": "Data Processing", + "name": "ToneESP32", + "version": "1.0.0", + "author": "Larry Bernstone", + "maintainer": "Larry Bernstone", + "sentence": "Tone library for ESP32", + "paragraph": "Uses ledc channel to put a tone signal onto a specific pin", + "website": "http://github.com/lbernstone/ToneESP32", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Complex.git", - "providesIncludes": [ - "Complex.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Complex-0.2.2.zip", - "archiveFileName": "Complex-0.2.2.zip", - "size": 12379, - "checksum": "SHA-256:2ce42f150489762f6a34dc117fa3ba4d5f3192d180ff4c1426c36ed935a07f12" + "repository": "https://github.com/weedmanu/ToneESP32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/weedmanu/ToneESP32-1.0.0.zip", + "archiveFileName": "ToneESP32-1.0.0.zip", + "size": 29080, + "checksum": "SHA-256:7be0e3e13b1535c57579921dec5cd02a19957021528c19214c09a801d12642c2" }, { - "name": "BoolArray", + "name": "LualtekTTN", "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", - "paragraph": "tested on AVR only", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Data Processing", + "author": "Lualtek", + "maintainer": "Alessio Occhipinti \u003calessio.occhipinti@lualtek.io\u003e", + "sentence": "This is a library for the Lualtek RN-TTN based board.", + "paragraph": "Tested with The Things Uno and custom board with Leonardo + RN2483", + "website": "https://github.com/lualtek/ttn-device-lib", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BoolArray.git", + "repository": "https://github.com/lualtek/ttn-device-lib.git", "providesIncludes": [ - "BoolArray.h" + "LualtekTTN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.0.zip", - "archiveFileName": "BoolArray-0.2.0.zip", - "size": 7274, - "checksum": "SHA-256:fd03d9e634f8047523382878bb252c51bd710183504b835900eeedd5baf34e4a" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekTTN-0.2.0.zip", + "archiveFileName": "LualtekTTN-0.2.0.zip", + "size": 10595, + "checksum": "SHA-256:041dca1d96143eeb726c255b545dfc4305750acd74a98217ae1f67e1bc1888b6" }, { - "name": "BoolArray", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", - "paragraph": "tested on AVR only", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Data Processing", + "name": "LualtekTTN", + "version": "0.3.0", + "author": "Lualtek", + "maintainer": "Alessio Occhipinti \u003calessio.occhipinti@lualtek.io\u003e", + "sentence": "This is a library for the Lualtek RN-TTN based board.", + "paragraph": "Tested with The Things Uno and custom board with Leonardo + RN2483", + "website": "https://github.com/lualtek/ttn-device-lib", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BoolArray.git", + "repository": "https://github.com/lualtek/ttn-device-lib.git", "providesIncludes": [ - "BoolArray.h" + "LualtekTTN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.1.zip", - "archiveFileName": "BoolArray-0.2.1.zip", - "size": 7226, - "checksum": "SHA-256:a46038b247301480a7b66474ce1b575b93f2b0c25b1c79ec6182f72722bdceeb" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekTTN-0.3.0.zip", + "archiveFileName": "LualtekTTN-0.3.0.zip", + "size": 10725, + "checksum": "SHA-256:1059173f8cb547b8472b2d256e6a8659e2b47c6ec1713ddbaf4c541ab497561b" }, { - "name": "BoolArray", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for compact array of booleans of max size 2000 (UNO).", - "paragraph": "tested on AVR only", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Data Processing", + "name": "LualtekTTN", + "version": "0.3.1", + "author": "Lualtek", + "maintainer": "Alessio Occhipinti \u003calessio.occhipinti@lualtek.io\u003e", + "sentence": "This is a library for the Lualtek RN-TTN based board.", + "paragraph": "Tested with The Things Uno and custom board with Leonardo + RN2483", + "website": "https://github.com/lualtek/ttn-device-lib", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BoolArray.git", + "repository": "https://github.com/lualtek/ttn-device-lib.git", "providesIncludes": [ - "BoolArray.h" + "LualtekTTN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BoolArray-0.2.2.zip", - "archiveFileName": "BoolArray-0.2.2.zip", - "size": 8405, - "checksum": "SHA-256:dbe9639e02c42b6f40d2b7cdd14ba58cb163712dbbef36ce18a660fff49b3660" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekTTN-0.3.1.zip", + "archiveFileName": "LualtekTTN-0.3.1.zip", + "size": 10727, + "checksum": "SHA-256:38d09c10f9eb957edce4e068370ce282716e71ed860ba145a19f7e5b1ed37426" }, { - "name": "BitArray", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for compact array of objects with a size expressed in bits.", - "paragraph": "Sizes are typically 1..10", - "website": "https://github.com/RobTillaart/BitArray", - "category": "Data Processing", + "name": "LualtekTTN", + "version": "0.3.2", + "author": "Lualtek", + "maintainer": "Alessio Occhipinti \u003calessio.occhipinti@lualtek.io\u003e", + "sentence": "This is a library for the Lualtek RN-TTN based board.", + "paragraph": "Tested with The Things Uno and custom board with Leonardo + RN2483", + "website": "https://github.com/lualtek/ttn-device-lib", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BitArray.git", + "repository": "https://github.com/lualtek/ttn-device-lib.git", "providesIncludes": [ - "BitArray.h" + "LualtekTTN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.0.zip", - "archiveFileName": "BitArray-0.2.0.zip", - "size": 12370, - "checksum": "SHA-256:f81a3f3b0c8a0367491b199e38824fe584a66795fb8bb2449e70c1cd0acc39d2" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekTTN-0.3.2.zip", + "archiveFileName": "LualtekTTN-0.3.2.zip", + "size": 10716, + "checksum": "SHA-256:ee561e916b521df65f13612816137bcee0b0173f71e9239b7be07c26da66428a" }, { - "name": "BitArray", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for compact array of objects with a size expressed in bits.", - "paragraph": "Sizes are typically 1..10", - "website": "https://github.com/RobTillaart/BitArray", - "category": "Data Processing", + "name": "Anitracks_PCA95x5", + "version": "0.1.3", + "author": "hideakitai", + "maintainer": "semcneil", + "sentence": "Arduino library for PCA9535 and PCA9555 (Remote 16-bit I2C and SMBus I/O Expander with Interrupt Output and Configuration Registers)", + "paragraph": "Implements the functionality for the PCA9535 and PCA9555", + "website": "https://github.com/semcneil/PCA95x5", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BitArray.git", + "repository": "https://github.com/semcneil/PCA95x5.git", "providesIncludes": [ - "BitArray.h" + "PCA95x5.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.1.zip", - "archiveFileName": "BitArray-0.2.1.zip", - "size": 12357, - "checksum": "SHA-256:521addddc8cd197cf6aea72d7b00a48f4736ac3f9d0aa0c10e953cec729ae463" + "url": "https://downloads.arduino.cc/libraries/github.com/semcneil/Anitracks_PCA95x5-0.1.3.zip", + "archiveFileName": "Anitracks_PCA95x5-0.1.3.zip", + "size": 5990, + "checksum": "SHA-256:ff59d5ce03ced3dff60c61a90805885b5d2354304a5a2b4b986a84855ee4d7d8" }, { - "name": "BitArray", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for compact array of objects with a size expressed in bits.", - "paragraph": "Sizes are typically 1..10", - "website": "https://github.com/RobTillaart/BitArray", - "category": "Data Processing", + "name": "ZMPT101B-Sensor", + "version": "1.0.0", + "author": "Abdurraiq Bachmid, Remko Kleinjan", + "maintainer": "Remko Kleinjan \u003cr.a.kleinjan@gmail.com\u003e", + "sentence": "Library to interact with the ZMPT101B Voltage sensor.", + "paragraph": "Includes RMS AC Voltage measuring.", + "website": "https://github.com/r3mko/ZMPT101B", + "category": "Sensors", "architectures": [ - "*" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BitArray.git", - "providesIncludes": [ - "BitArray.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BitArray-0.2.2.zip", - "archiveFileName": "BitArray-0.2.2.zip", - "size": 13623, - "checksum": "SHA-256:5d53022bf6c57ac59ed39e6ed0f6d7a08f3870d9017dc6d3afd2ac7faf697c97" + "repository": "https://github.com/r3mko/ZMPT101B.git", + "url": "https://downloads.arduino.cc/libraries/github.com/r3mko/ZMPT101B_Sensor-1.0.0.zip", + "archiveFileName": "ZMPT101B_Sensor-1.0.0.zip", + "size": 139027, + "checksum": "SHA-256:af73fe468eb330c4fd78e90a1f9f08c675b1cdf58ef4a1620cfcf1077e05c1db" }, { - "name": "astra_esp8266", - "version": "0.1.0", - "author": "Nathan Bak", - "maintainer": "Nathan Bak (apollo@yellowslicker.com)", - "sentence": "Easily access a Cassandra database from an ESP8266.", - "paragraph": "The astra_esp8266 library provides basic operations to connect with a Datastax Astra database.", - "website": "https://github.com/NathanBak/astra_esp8266", - "category": "Data Storage", + "name": "ZMPT101B-Sensor", + "version": "1.0.1", + "author": "Abdurraiq Bachmid, Remko Kleinjan", + "maintainer": "Remko Kleinjan \u003cr.a.kleinjan@gmail.com\u003e", + "sentence": "Library to interact with the ZMPT101B Voltage sensor.", + "paragraph": "Includes RMS AC Voltage measuring.", + "website": "https://github.com/r3mko/ZMPT101B", + "category": "Sensors", "architectures": [ + "avr", "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NathanBak/astra_esp8266.git", - "providesIncludes": [ - "src/astra.h" - ], - "dependencies": [ - { - "name": "Wifi" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/NathanBak/astra_esp8266-0.1.0.zip", - "archiveFileName": "astra_esp8266-0.1.0.zip", - "size": 14938, - "checksum": "SHA-256:eba7d1410c65e6406bcc76d26a8eb4d51ebc4b04aac79d6f0040e926cd63e24d" + "repository": "https://github.com/r3mko/ZMPT101B.git", + "url": "https://downloads.arduino.cc/libraries/github.com/r3mko/ZMPT101B_Sensor-1.0.1.zip", + "archiveFileName": "ZMPT101B_Sensor-1.0.1.zip", + "size": 139255, + "checksum": "SHA-256:14d9d0fbd28b71dda6eb2662099203c9f3ba44d30eedd412e6131aaefbdc49fb" }, { - "name": "Moving Average Library", - "version": "1.2.1", - "author": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", - "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", - "sentence": "Moving Average library for Arduino", - "paragraph": "Implements a variety of lightweight moving averages structures on Arduino.", - "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", + "name": "slowAES", + "version": "1.0.0", + "author": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "maintainer": "Hakan OZMEN \u003chakkanr@gmail.com\u003e", + "sentence": "slowAES bypass the test cookie with nodeMcu", + "paragraph": "Bypass test cookie on web pages protected by slowAES protection with aes.js slowAES.decrypt(c, 2, a, b) algorithm.", + "website": "https://github.com/HakkanR/slowAES", "category": "Data Processing", "architectures": [ "*" @@ -312840,1089 +772104,1301 @@ "types": [ "Contributed" ], - "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-1.2.1.zip", - "archiveFileName": "Moving_Average_Library-1.2.1.zip", - "size": 4469, - "checksum": "SHA-256:ae39a3dec8fa5872e38a3f235b75c40c4e9b3790338b3c35b36506113401913b" + "repository": "https://github.com/HakkanR/slowAES.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HakkanR/slowAES-1.0.0.zip", + "archiveFileName": "slowAES-1.0.0.zip", + "size": 22509, + "checksum": "SHA-256:424ac08d2c898d4e421540a0bf31d14c06b6f90084816295a5e895a81d28de8e" }, { - "name": "Moving Average Library", - "version": "1.3.1", - "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", - "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", - "sentence": "Moving Average library for Arduino", - "paragraph": "Implements a lightweight moving average structure on Arduino.", - "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", - "category": "Data Processing", + "name": "WisBlock-API-V2", + "version": "2.0.0", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "A RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-1.3.1.zip", - "archiveFileName": "Moving_Average_Library-1.3.1.zip", - "size": 4061, - "checksum": "SHA-256:8273fbeb6b4c02565aa68447c9761917d6a92eaf24439cbc77f2adc97a33756c" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.0.zip", + "archiveFileName": "WisBlock_API_V2-2.0.0.zip", + "size": 4335907, + "checksum": "SHA-256:82153cf2fa46970910f7f1af04508b34406db2127b1e4070a804ccc7e6a0898b" }, { - "name": "Moving Average Library", - "version": "1.3.2", - "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", - "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", - "sentence": "Moving Average library for Arduino", - "paragraph": "Implements a lightweight moving average structure on Arduino.", - "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", - "category": "Data Processing", + "name": "WisBlock-API-V2", + "version": "2.0.1", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-1.3.2.zip", - "archiveFileName": "Moving_Average_Library-1.3.2.zip", - "size": 4184, - "checksum": "SHA-256:e8f23cfae84cbf9ed34eb61b80ba4875be1cdb50a966e5737bc56cb0e11a2592" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.1.zip", + "archiveFileName": "WisBlock_API_V2-2.0.1.zip", + "size": 4339838, + "checksum": "SHA-256:51cf41a9b45425f7d46a252d323d2792e208a3b2c3c31e0fa0cd648ed26dc588" }, { - "name": "Moving Average Library", - "version": "2.0.1", - "author": "Alexandre Hiroyuki Yamauchi \u003calex.hiroyuki@outlook.com\u003e", - "maintainer": "Alexandre Hiroyuki Yamauchi \u003calexandrehiroyuki@hotmail.com\u003e", - "sentence": "Moving Average library for Arduino", - "paragraph": "Implements a lightweight moving average structure on Arduino.", - "website": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary", - "category": "Data Processing", + "name": "WisBlock-API-V2", + "version": "2.0.2", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/AlexandreHiroyuki/MovingAverage_ArduinoLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AlexandreHiroyuki/Moving_Average_Library-2.0.1.zip", - "archiveFileName": "Moving_Average_Library-2.0.1.zip", - "size": 4315, - "checksum": "SHA-256:d45b22f4427d79d39ccf9396ecaaffc23880171ff1776f9c1ccb7f27562176ea" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.2.zip", + "archiveFileName": "WisBlock_API_V2-2.0.2.zip", + "size": 4340039, + "checksum": "SHA-256:96953956b84beb8fab3e0ef02cfef99fc5f97bf51142fd2ab748420cc3c47c22" }, { - "name": "ESP Battery", - "version": "1.0.0", - "author": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "Arduino Library to calculate the ESP8266 (Feather Huzzah) battery level.", - "paragraph": "It uses the Huzzah's ADC pin and a voltage divider to dermine the level. The library provides several callback handlers to be notified when the battery levels changes.", - "website": "https://github.com/LennartHennigs/ESPBattery", + "name": "WisBlock-API-V2", + "version": "2.0.3", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", "category": "Communication", "architectures": [ - "esp8266" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPBattery.git", - "providesIncludes": [ - "ESPBattery.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Battery-1.0.0.zip", - "archiveFileName": "ESP_Battery-1.0.0.zip", - "size": 6772, - "checksum": "SHA-256:31eb486aa6c3cc7b38f53a2e82c8f7ec95b3b77ea84de7e433e70dd31da98e5a" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.3.zip", + "archiveFileName": "WisBlock_API_V2-2.0.3.zip", + "size": 4340088, + "checksum": "SHA-256:03354a808b823b28b9432441bc95f3a9778fd35a6f683ddbf291d9ca4f493746" }, { - "name": "ESP Telnet", - "version": "1.0.0", - "author": "Lennart Hennigs", - "maintainer": "Lennart Hennigs \u003cmail@lennarthennigs.de\u003e", - "sentence": "ESP8266 library that allows you to setup a telnet server.", - "paragraph": "You can use this library to set up a the telnet server to communicate status messages or debug / error log output. This is especially useful if you dont have a serial connection to the ESP.", - "website": "https://github.com/LennartHennigs/ESPTelnet", - "category": "Other", + "name": "WisBlock-API-V2", + "version": "2.0.4", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/LennartHennigs/ESPTelnet.git", - "providesIncludes": [ - "ESPTelnet.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/LennartHennigs/ESP_Telnet-1.0.0.zip", - "archiveFileName": "ESP_Telnet-1.0.0.zip", - "size": 6953, - "checksum": "SHA-256:3d04b36faa2805c6130a3d8f1cde042c39e573fc9aebcf84b2229bc12c8f87f2" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.4.zip", + "archiveFileName": "WisBlock_API_V2-2.0.4.zip", + "size": 4340278, + "checksum": "SHA-256:24979ba99885c6a99512c875d2d45e49abec440be4fe9645fc32277bf858f97c" }, { - "name": "BH1750FVI_RT", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.5", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.1.2.zip", - "archiveFileName": "BH1750FVI_RT-0.1.2.zip", - "size": 7833, - "checksum": "SHA-256:1420a2e778d3a153938ba5d55196c93b132540a13caa041a3c16524cedd0a637" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.5.zip", + "archiveFileName": "WisBlock_API_V2-2.0.5.zip", + "size": 4340458, + "checksum": "SHA-256:27d05322a7163da459803ae9ce2f1523dfb35c0ac0274576c593630c01b1bd34" }, { - "name": "BH1750FVI_RT", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.6", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.1.3.zip", - "archiveFileName": "BH1750FVI_RT-0.1.3.zip", - "size": 7839, - "checksum": "SHA-256:b1b74a79672b4e67cb0f601ea7667eb89ccf6a9ac950cc6eeb544c44abefd842" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.6.zip", + "archiveFileName": "WisBlock_API_V2-2.0.6.zip", + "size": 4340432, + "checksum": "SHA-256:f9aeec9276b5e1b4df5bd4f270bade8114ac349d27c78af4e3ae170a492e53a8" }, { - "name": "BH1750FVI_RT", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.7", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.0.zip", - "archiveFileName": "BH1750FVI_RT-0.2.0.zip", - "size": 12392, - "checksum": "SHA-256:750b383e99c9c178552cdeae46b2c0e857c15d0ff347c743b3fd67c65b695a86" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.7.zip", + "archiveFileName": "WisBlock_API_V2-2.0.7.zip", + "size": 4340687, + "checksum": "SHA-256:9eb44a9b14ebc79cfc1402c83140846d91d85945bcf844dd69593403470849fc" }, { - "name": "BH1750FVI_RT", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.8", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.1.zip", - "archiveFileName": "BH1750FVI_RT-0.2.1.zip", - "size": 15527, - "checksum": "SHA-256:c7245c3bcd2efd0319f03aef8da6233960a5155f0fa781e19a6311d1fff809b1" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.8.zip", + "archiveFileName": "WisBlock_API_V2-2.0.8.zip", + "size": 4340875, + "checksum": "SHA-256:f00b45ee368b5d761ae41170d2d0ae626ad6575dab775d104097860af89d1289" }, { - "name": "BH1750FVI_RT", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.9", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.2.zip", - "archiveFileName": "BH1750FVI_RT-0.2.2.zip", - "size": 16617, - "checksum": "SHA-256:d292e9e4ed3486ed372c1859041d6f9f3ae76b524f9aa2cbfe0ab666c474fe31" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.9.zip", + "archiveFileName": "WisBlock_API_V2-2.0.9.zip", + "size": 4341119, + "checksum": "SHA-256:51892faf736b2d4c0aad07e8aa71ab7a9d5599e60ed74266e722333f53dfc1f2" }, { - "name": "BH1750FVI_RT", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.10", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.3.zip", - "archiveFileName": "BH1750FVI_RT-0.2.3.zip", - "size": 18270, - "checksum": "SHA-256:9dfbc19011407122d9c2131e7c5026068b4b103c8ac0195c75e62a7d95605033" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.10.zip", + "archiveFileName": "WisBlock_API_V2-2.0.10.zip", + "size": 4341510, + "checksum": "SHA-256:a85b70f1484b7c2347fab43eff94c16ecbe3324382965a9d79c39a279912e8ab" }, { - "name": "BH1750FVI_RT", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.11", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.4.zip", - "archiveFileName": "BH1750FVI_RT-0.2.4.zip", - "size": 18340, - "checksum": "SHA-256:412770c05785e00f2a19229afaacc5e604bc7b8873cd80c5d3058bcb6847cc9c" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.11.zip", + "archiveFileName": "WisBlock_API_V2-2.0.11.zip", + "size": 4342395, + "checksum": "SHA-256:87e9153853a744cb2a4e7c4e9b5046bcc0878759bb4037676ce9b9b838b5a58f" }, { - "name": "BH1750FVI_RT", - "version": "0.2.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for BH1750FVI (GY-30) lux sensor", - "paragraph": "Includes compensation for angle, temperature and (experimental) wavelength.", - "website": "https://github.com/RobTillaart/BH1750FVI_RT", - "category": "Sensors", + "name": "WisBlock-API-V2", + "version": "2.0.12", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/BH1750FVI_RT.git", - "providesIncludes": [ - "BH1750FVI.h" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/BH1750FVI_RT-0.2.5.zip", - "archiveFileName": "BH1750FVI_RT-0.2.5.zip", - "size": 19580, - "checksum": "SHA-256:8a831a8daeb27e4fff6fdc6af9a1a90fe5f80a14a355a165ccb34578c9e9eede" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.12.zip", + "archiveFileName": "WisBlock_API_V2-2.0.12.zip", + "size": 4342952, + "checksum": "SHA-256:a90b246dc834a9194db627bfebe8682ce283912665e2781248d41c262844c8ae" }, { - "name": "OptoDebounce", - "version": "1.0.1", - "author": "dirkx-OptoDebounce@webweaving.org", - "maintainer": "dirkx-OptoDebounce@webweaving.org", - "sentence": "100Hz opto debouncer.", - "paragraph": "Debounce a 100hz signal from an opto coupler connected to the mains. Provides both a simple method to call, polling style, in the main loop() or an asynchroneous callback. Developed at the https://makerspaceleiden.nl for keeping an eye on our machines.", - "website": "https://github.com/dirkx/OptoDebounce.git", - "category": "Signal Input/Output", + "name": "WisBlock-API-V2", + "version": "2.0.13", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "esp32" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/dirkx/OptocouplerDebouncer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/OptoDebounce-1.0.1.zip", - "archiveFileName": "OptoDebounce-1.0.1.zip", - "size": 10867, - "checksum": "SHA-256:77badcae2b061c6534acc0759bbc598316652563e994e01966bc3567438b4ce9" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.13.zip", + "archiveFileName": "WisBlock_API_V2-2.0.13.zip", + "size": 4343057, + "checksum": "SHA-256:61b929545cbef68a9c3c74a9de15dfd9d46e720bc3edff176c411addc3a1837c" }, { - "name": "OptoDebounce", - "version": "1.0.0", - "author": "dirkx-OptoDebounce@webweaving.org", - "maintainer": "dirkx-OptoDebounce@webweaving.org", - "sentence": "100Hz opto debouncer.", - "paragraph": "Debounce a 100hz signal from an opto coupler connected to the mains. Provides both a simple method to call, polling style, in the main loop() or an asynchroneous callback. Developed at the https://makerspaceleiden.nl for keeping an eye on our machines.", - "website": "https://github.com/dirkx/OptoDebounce.git", - "category": "Signal Input/Output", + "name": "WisBlock-API-V2", + "version": "2.0.14", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", + "category": "Communication", "architectures": [ - "esp32" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/dirkx/OptocouplerDebouncer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dirkx/OptoDebounce-1.0.0.zip", - "archiveFileName": "OptoDebounce-1.0.0.zip", - "size": 10867, - "checksum": "SHA-256:4afbe205c26e2469cb682e50c5a6214827dd74152bafefb8616955745670613a" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.14.zip", + "archiveFileName": "WisBlock_API_V2-2.0.14.zip", + "size": 4343286, + "checksum": "SHA-256:288222342380b6c3a9bb1cf862a89631f88dad8af6b6469934e176ce9df1df18" }, { - "name": "MFRC522-spi-i2c-uart-async", - "version": "1.5.1", - "author": "GithubCommunity,miguelbalboa,dirkx@webweaving.org", - "maintainer": "GithubCommunity,dirkx@webweaving.org", - "sentence": "Arduino RFID Library for MFRC522 (SPI, I2C and UART) with asynchroneous callbacks", - "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface. Modified from the original miguelbalboa to also support I2C and UART connections and provide, in addition to normal constant polling, an option to do asynchroneous callbacks. I.e. have a function called each time that a valid swipe has happend. Used at the https://makerspaceleiden.nl.", - "website": "https://github.com/makerspaceleiden/rfid", + "name": "WisBlock-API-V2", + "version": "2.0.15", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "API for WisBlock Core module", + "paragraph": "An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API", + "website": "https://github.com/beegee-tokyo/WisBlock-API-V2/", "category": "Communication", "architectures": [ - "avr", - "STM32F1", - "teensy", - "esp8266", - "samd", + "nordicnrf52", + "nrf52", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MakerSpaceLeiden/rfid.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MakerSpaceLeiden/MFRC522_spi_i2c_uart_async-1.5.1.zip", - "archiveFileName": "MFRC522_spi_i2c_uart_async-1.5.1.zip", - "size": 1165477, - "checksum": "SHA-256:615d5484dfb7eebe143c341958795ee3513828cea6233ca791616afba74d167c" + "repository": "https://github.com/beegee-tokyo/WisBlock-API-V2.git", + "dependencies": [ + { + "name": "SX126x-Arduino" + }, + { + "name": "CayenneLPP" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/WisBlock_API_V2-2.0.15.zip", + "archiveFileName": "WisBlock_API_V2-2.0.15.zip", + "size": 4343364, + "checksum": "SHA-256:6bc4bdc6662af5f7fa1ac05942192fff5f0f707a3fe062e145b3974a050f67b9" + }, + { + "name": "Elegoo", + "version": "1.0.0", + "author": "AUTHORS", + "maintainer": "Manuel Ulmer", + "sentence": "This is a library to use the ELEGOO Smart Robot Car Kit.", + "paragraph": "You can use Funstions to drive and to read out Sensors.", + "website": "https://git.aerospace-lab.de/manuel.ulmer/ELEGOO-Smart-Robot-Car-Kit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/UlmerMan/Elegoo.git", + "providesIncludes": [ + "Elegoo.h" + ], + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UlmerMan/Elegoo-1.0.0.zip", + "archiveFileName": "Elegoo-1.0.0.zip", + "size": 325084, + "checksum": "SHA-256:9a7cc2fc40b081b8825b1245d8767337c12b5b474e6151e626cb56f554465930" }, { - "name": "HardwareBLESerial", - "version": "1.0.0", - "author": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "maintainer": "Anthony Zhang (Uberi) \u003cme@anthonyz.ca\u003e", - "sentence": "An Arduino library for Nordic Semiconductors proprietary UART/Serial Port Emulation over BLE protocol, using ArduinoBLE.", - "paragraph": "The interface is largely a drop-in replacement for the SoftwareSerial class, without any of the blocking calls and with additional line-oriented methods such as peekLine() and readLine(). There is also a polling method that must be called regularly to perform various internal housekeeping tasks.", - "website": "https://github.com/Uberi/Arduino-HardwareBLESerial", - "category": "Communication", + "name": "Elegoo", + "version": "1.0.2", + "author": "AUTHORS", + "maintainer": "Manuel Ulmer", + "sentence": "This is a library to use the ELEGOO Smart Robot Car Kit.", + "paragraph": "You can use Funstions to drive and to read out Sensors.", + "website": "https://git.aerospace-lab.de/manuel.ulmer/ELEGOO-Smart-Robot-Car-Kit", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Uberi/Arduino-HardwareBLESerial.git", + "repository": "https://github.com/UlmerMan/Elegoo.git", + "providesIncludes": [ + "Elegoo.h" + ], "dependencies": [ { - "name": "ArduinoBLE" + "name": "Servo" + }, + { + "name": "IRremote" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Uberi/HardwareBLESerial-1.0.0.zip", - "archiveFileName": "HardwareBLESerial-1.0.0.zip", - "size": 12944, - "checksum": "SHA-256:2e6da73e54f8955d155d54516450e169bf3e330089b447a4848111481221ff87" + "url": "https://downloads.arduino.cc/libraries/github.com/UlmerMan/Elegoo-1.0.2.zip", + "archiveFileName": "Elegoo-1.0.2.zip", + "size": 325085, + "checksum": "SHA-256:9fed0e8e6f9c7c45f696be817324bf0dc2d097702e0989e1cb5321a9573f6fed" }, { - "name": "WeatherStationDataRx", - "version": "0.3.3", - "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", - "maintainer": "Zwer2k, BlackSmith", - "sentence": "Library for reading data from radio weather stations", - "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", - "website": "https://github.com/Zwer2k/WeatherStationDataRx", - "category": "Sensors", + "name": "Elegoo", + "version": "1.1.0", + "author": "Manuel Ulmer", + "maintainer": "Manuel Ulmer", + "sentence": "This is a library to use the ELEGOO Smart Robot Car Kit.", + "paragraph": "You can use Functions to drive and to read out Sensors.", + "website": "https://git.aerospace-lab.de/manuel.ulmer/ELEGOO-Smart-Robot-Car-Kit", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.3.3.zip", - "archiveFileName": "WeatherStationDataRx-0.3.3.zip", - "size": 2234018, - "checksum": "SHA-256:d6d6ad338929ee3c95d16b619509cab2c2ba15ccbb971b138cb6b24a000924ae" + "repository": "https://github.com/UlmerMan/Elegoo.git", + "providesIncludes": [ + "Elegoo.h" + ], + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UlmerMan/Elegoo-1.1.0.zip", + "archiveFileName": "Elegoo-1.1.0.zip", + "size": 325051, + "checksum": "SHA-256:ac03bf9f49bfdf805f5aebb28e1ee6550f5c7d5f58a0c0c7edd65216e51a3144" }, { - "name": "WeatherStationDataRx", - "version": "0.4.0", - "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", - "maintainer": "Zwer2k, BlackSmith", - "sentence": "Library for reading data from radio weather stations", - "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", - "website": "https://github.com/Zwer2k/WeatherStationDataRx", - "category": "Sensors", + "name": "Elegoo", + "version": "1.2.0", + "author": "Manuel Ulmer", + "maintainer": "Manuel Ulmer", + "sentence": "This is a library to use the ELEGOO Smart Robot Car Kit.", + "paragraph": "You can use Functions to drive and to read out Sensors.", + "website": "https://git.aerospace-lab.de/manuel.ulmer/ELEGOO-Smart-Robot-Car-Kit", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.0.zip", - "archiveFileName": "WeatherStationDataRx-0.4.0.zip", - "size": 2237934, - "checksum": "SHA-256:73acd2a931cc44064bdb8d11d327149abc0cdb47b28aac8226244cbedc4cace2" + "repository": "https://github.com/UlmerMan/Elegoo.git", + "providesIncludes": [ + "Elegoo.h" + ], + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UlmerMan/Elegoo-1.2.0.zip", + "archiveFileName": "Elegoo-1.2.0.zip", + "size": 325354, + "checksum": "SHA-256:51b50c02a76b37b5506a9a0269c9395154835608420b977c56cd6ba075f059fd" }, { - "name": "WeatherStationDataRx", - "version": "0.4.1", - "author": "Zwer2k, BlackSmith, slartibartfast, Simonefardella", - "maintainer": "Zwer2k, BlackSmith", - "sentence": "Library for reading data from radio weather stations", - "paragraph": "Can read data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160. The communication can be done via receiver module RXB6/MX-RM-5V or directly by modification at the transmitter (e.g. with Venus W132).", - "website": "https://github.com/Zwer2k/WeatherStationDataRx", - "category": "Sensors", + "name": "Elegoo", + "version": "1.3.0", + "author": "Manuel Ulmer", + "maintainer": "Manuel Ulmer", + "sentence": "This is a library to use the ELEGOO Smart Robot Car Kit.", + "paragraph": "You can use Functions to drive and to read out Sensors.", + "website": "https://git.aerospace-lab.de/manuel.ulmer/ELEGOO-Smart-Robot-Car-Kit", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Zwer2k/WeatherStationDataRx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Zwer2k/WeatherStationDataRx-0.4.1.zip", - "archiveFileName": "WeatherStationDataRx-0.4.1.zip", - "size": 2237952, - "checksum": "SHA-256:30050bc41098792448f5faaab631584b396e4f39def7f2b8c546b1b52923c0c2" + "repository": "https://github.com/UlmerMan/Elegoo.git", + "providesIncludes": [ + "Elegoo.h" + ], + "dependencies": [ + { + "name": "Servo" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/UlmerMan/Elegoo-1.3.0.zip", + "archiveFileName": "Elegoo-1.3.0.zip", + "size": 326286, + "checksum": "SHA-256:d36e359bd04b3f2afe9e7e13a71b2805cec4f5ca4df97d6edb2fcfe02246427a" }, { - "name": "STM32duino M95640-R", + "name": "RCWL_1X05", "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "This library includes drivers for ST M95640-R EEPROM.", - "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the M95640-R driver.", - "website": "https://github.com/stm32duino/M95640-R", - "category": "Data Storage", + "author": "juh", + "maintainer": "juh", + "sentence": "A library for the I2C mode of ultrasonic distance sensors RCWL-1605, RCWL-1005, and probably HC-SR04P", + "paragraph": "This library, demo code, and information is probably applicable to all ultrasonic distance modules with an RCWL-9600 chip or a 96XX variant like RCWL-9623 or RCWL-9624. The library provides oneShot (blocking), triggered (non blocking), and continous modes of operation, an optional filter, and temperature correction.", + "website": "https://github.com/ftjuh/RCWL_1X05", + "category": "Device Control", "architectures": [ - "stm32", - "sam" + "avr", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/M95640-R.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_M95640_R-1.0.0.zip", - "archiveFileName": "STM32duino_M95640_R-1.0.0.zip", - "size": 6857, - "checksum": "SHA-256:cc1969c39ef0e6a751b1b0037785aea65dcb1519aae47b5529eefdccde5fd073" + "repository": "https://github.com/ftjuh/RCWL_1X05.git", + "providesIncludes": [ + "RCWL_1X05.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ftjuh/RCWL_1X05-1.0.0.zip", + "archiveFileName": "RCWL_1X05-1.0.0.zip", + "size": 5972892, + "checksum": "SHA-256:14ed944cb679ed98207084b99e0ab42e527a689a192cbcaddeb716ff78cba9e7" }, { - "name": "STM32duino S2-LP", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", - "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", - "website": "https://github.com/stm32duino/S2-LP", + "name": "LINBus_stack", + "version": "3.0.0", + "author": "Blaž Pongrac, Gavin Hurlbut", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Provides Local Interconnect Network (LIN) support on SAM3X or AVR based boards with a TJA1021 transceiver.", + "paragraph": "Typically used with the Macchina M2 which has two TJA1021 transceivers.", + "website": "https://github.com/Beirdo/Arduino-LIN", "category": "Communication", "architectures": [ - "stm32", - "sam" + "sam", + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/S2-LP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.0.0.zip", - "archiveFileName": "STM32duino_S2_LP-1.0.0.zip", - "size": 97801, - "checksum": "SHA-256:4d54ee69cbc9d20920c77edcd59b6a01b0ecd88d3804c22c1ab4b214517e8435" + "repository": "https://github.com/Beirdo/Arduino-LIN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/LINBus_stack-3.0.0.zip", + "archiveFileName": "LINBus_stack-3.0.0.zip", + "size": 17973, + "checksum": "SHA-256:0a4db4040677948d2ae97346d198583ecc77b7311b64960fcc0a1e612d31899f" }, { - "name": "STM32duino S2-LP", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", - "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", - "website": "https://github.com/stm32duino/S2-LP", + "name": "LINBus_stack", + "version": "3.1.0", + "author": "Blaž Pongrac, Gavin Hurlbut", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Provides Local Interconnect Network (LIN) support on SAM3X or AVR based boards with a TJA1021 transceiver.", + "paragraph": "Typically used with the Macchina M2 which has two TJA1021 transceivers.", + "website": "https://github.com/Beirdo/Arduino-LIN", "category": "Communication", "architectures": [ - "stm32", - "sam" + "sam", + "avr", + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/S2-LP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.0.1.zip", - "archiveFileName": "STM32duino_S2_LP-1.0.1.zip", - "size": 97951, - "checksum": "SHA-256:9042a1fe1eca39fbe230b070c72510b5ebf2e58c6ca07a2f57d55de207300f20" + "repository": "https://github.com/Beirdo/Arduino-LIN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/LINBus_stack-3.1.0.zip", + "archiveFileName": "LINBus_stack-3.1.0.zip", + "size": 18189, + "checksum": "SHA-256:ae635c852b219b2d9aded521e60f3558e466905bf61a5cb72d3b764b4a107bc7" }, { - "name": "STM32duino S2-LP", - "version": "1.1.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", - "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", - "website": "https://github.com/stm32duino/S2-LP", + "name": "LINBus_stack", + "version": "3.1.1", + "author": "Blaž Pongrac, Gavin Hurlbut", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Provides Local Interconnect Network (LIN) support on SAM3X or AVR based boards with a TJA1021 transceiver.", + "paragraph": "Typically used with the Macchina M2 which has two TJA1021 transceivers.", + "website": "https://github.com/Beirdo/Arduino-LIN", "category": "Communication", "architectures": [ - "stm32", - "sam" + "sam", + "avr", + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/S2-LP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.0.zip", - "archiveFileName": "STM32duino_S2_LP-1.1.0.zip", - "size": 98277, - "checksum": "SHA-256:80f45bcdafafda2a72c9e356a2298c9d76aa38025a68582fa5b07f8d475c33ed" + "repository": "https://github.com/Beirdo/Arduino-LIN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/LINBus_stack-3.1.1.zip", + "archiveFileName": "LINBus_stack-3.1.1.zip", + "size": 18195, + "checksum": "SHA-256:781870e27a737e4469088948425bd13ac1b8e25a43b88d2b43503f3df13c27e5" }, { - "name": "STM32duino S2-LP", - "version": "1.1.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", - "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", - "website": "https://github.com/stm32duino/S2-LP", + "name": "LINBus_stack", + "version": "3.1.2", + "author": "Blaž Pongrac, Gavin Hurlbut", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Provides Local Interconnect Network (LIN) support on SAM3X or AVR based boards with a TJA1021 transceiver.", + "paragraph": "Typically used with the Macchina M2 which has two TJA1021 transceivers.", + "website": "https://github.com/Beirdo/Arduino-LIN", "category": "Communication", "architectures": [ - "stm32", - "sam" + "sam", + "avr", + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/S2-LP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.1.zip", - "archiveFileName": "STM32duino_S2_LP-1.1.1.zip", - "size": 98271, - "checksum": "SHA-256:0b6f5dab18f2067325d0d3494e74ba4312d6f72fec73139969b0a061a92b4f57" + "repository": "https://github.com/Beirdo/Arduino-LIN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/LINBus_stack-3.1.2.zip", + "archiveFileName": "LINBus_stack-3.1.2.zip", + "size": 18234, + "checksum": "SHA-256:9379564cb12c4ff2f2595a98ff97111d29b440432c838853eb45f437db649a1e" }, { - "name": "STM32duino S2-LP", - "version": "1.1.2", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "This library includes drivers for ST S2-LP sub-1GHz transceiver.", - "paragraph": "This library is built for STM32 microcontrollers and comes with an example of implementation of the S2-LP driver.", - "website": "https://github.com/stm32duino/S2-LP", + "name": "LINBus_stack", + "version": "3.1.3", + "author": "Blaž Pongrac, Gavin Hurlbut", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Provides Local Interconnect Network (LIN) support on SAM3X or AVR based boards with a TJA1021 transceiver.", + "paragraph": "Typically used with the Macchina M2 which has two TJA1021 transceivers.", + "website": "https://github.com/Beirdo/Arduino-LIN", "category": "Communication", "architectures": [ - "stm32", - "sam" + "sam", + "avr", + "megaavr", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/S2-LP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_S2_LP-1.1.2.zip", - "archiveFileName": "STM32duino_S2_LP-1.1.2.zip", - "size": 98287, - "checksum": "SHA-256:d7ee4b6759e6fcad0549353f75cc0c4473f88dd0449b9bad7f7755db5d4d2bcb" + "repository": "https://github.com/Beirdo/Arduino-LIN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/LINBus_stack-3.1.3.zip", + "archiveFileName": "LINBus_stack-3.1.3.zip", + "size": 18449, + "checksum": "SHA-256:972c77f4bbed9c8824e8703b01e70517cc32c93b04128669db2680e997e17b88" }, { - "name": "STM32duino X-NUCLEO-S2868A1", + "name": "MultiWire", "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A1", - "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A1.", - "website": "https://github.com/stm32duino/X-NUCLEO-S2868A1", + "author": "Alexis Gaziello, Gavin Hurlbut", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Provides an extension to Wire to allow for multiple slave addresses.", + "paragraph": "So far only tested for mega328.", + "website": "https://github.com/Beirdo/Arduino-MultiWire", "category": "Communication", "architectures": [ - "stm32", - "sam" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A1.git", - "dependencies": [ - { - "name": "STM32duino S2-LP" - }, - { - "name": "STM32duino M95640-R" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A1-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_S2868A1-1.0.0.zip", - "size": 6761, - "checksum": "SHA-256:3902a0720afb57dd4c27d93d2a917c7a746fcb4e5d05132358602d16fc9b1c2a" + "repository": "https://github.com/Beirdo/Arduino-MultiWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/MultiWire-1.0.0.zip", + "archiveFileName": "MultiWire-1.0.0.zip", + "size": 6905929, + "checksum": "SHA-256:5a7748b92365b583b64358fdbed73aa2638c85e8f0e886a8a3dad355c571750b" }, { - "name": "STM32duino X-NUCLEO-S2868A1", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A1", - "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A1.", - "website": "https://github.com/stm32duino/X-NUCLEO-S2868A1", - "category": "Communication", + "name": "DOC_CAT", + "version": "1.0.0", + "author": "Dinura Pasan", + "maintainer": "Dinura Pasan", + "sentence": "Expanding the Arduino environment", + "paragraph": "The goal is to improve the efficiency of more accurate end user applications while saving the time and money spent on developing embedded systems.", + "website": "https://github.com/DinuraPasan/DOC_CAT/", + "category": "Data Processing", "architectures": [ - "stm32", - "sam" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A1.git", - "dependencies": [ - { - "name": "STM32duino S2-LP" - }, - { - "name": "STM32duino M95640-R" - } + "repository": "https://github.com/DinuraPasan/DOC_CAT.git", + "providesIncludes": [ + "DOC_CAT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A1-1.0.1.zip", - "archiveFileName": "STM32duino_X_NUCLEO_S2868A1-1.0.1.zip", - "size": 6758, - "checksum": "SHA-256:e3eff7aee3d2f1b4e93cfaddfb9a8e0cd863205be4b69698ef18ad61a8432076" + "url": "https://downloads.arduino.cc/libraries/github.com/DinuraPasan/DOC_CAT-1.0.0.zip", + "archiveFileName": "DOC_CAT-1.0.0.zip", + "size": 20482, + "checksum": "SHA-256:1b646b875d397f8343b2445be251ea67c2dd6a1dcb1f8e0d64f259975772b44c" }, { - "name": "STM32duino X-NUCLEO-S2868A2", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A2", - "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A2.", - "website": "https://github.com/stm32duino/X-NUCLEO-S2868A2", - "category": "Communication", + "name": "DOC_CAT", + "version": "1.1.0", + "author": "Dinura Pasan", + "maintainer": "Dinura Pasan", + "sentence": "Expanding the Arduino environment", + "paragraph": "The goal is to improve the efficiency of more accurate end user applications while saving the time and money spent on developing embedded systems.", + "website": "https://github.com/DinuraPasan/DOC_CAT/", + "category": "Data Processing", "architectures": [ - "stm32", - "sam" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A2.git", - "dependencies": [ - { - "name": "STM32duino S2-LP" - }, - { - "name": "STM32duino M95640-R" - } + "repository": "https://github.com/DinuraPasan/DOC_CAT.git", + "providesIncludes": [ + "DOC_CAT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A2-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_S2868A2-1.0.0.zip", - "size": 6761, - "checksum": "SHA-256:87ab488725eb19bf6fd637d46bb088510dc4a300571696097f622bdcbe84defd" + "url": "https://downloads.arduino.cc/libraries/github.com/DinuraPasan/DOC_CAT-1.1.0.zip", + "archiveFileName": "DOC_CAT-1.1.0.zip", + "size": 27871, + "checksum": "SHA-256:578fbae18ded3ee43ba85d89bd26959e8eea5786c61b304b4c1d996fe5edf94a" }, { - "name": "STM32duino X-NUCLEO-S2868A2", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2868A2", - "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2868A2.", - "website": "https://github.com/stm32duino/X-NUCLEO-S2868A2", - "category": "Communication", + "name": "DOC_CAT", + "version": "1.2.0", + "author": "Dinura Pasan", + "maintainer": "Dinura Pasan", + "sentence": "Expanding the Arduino environment", + "paragraph": "The goal is to improve the efficiency of more accurate end user applications while saving the time and money spent on developing embedded systems.", + "website": "https://github.com/DinuraPasan/DOC_CAT/", + "category": "Data Processing", "architectures": [ - "stm32", - "sam" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-S2868A2.git", - "dependencies": [ - { - "name": "STM32duino S2-LP" - }, - { - "name": "STM32duino M95640-R" - } + "repository": "https://github.com/DinuraPasan/DOC_CAT.git", + "providesIncludes": [ + "DOC_CAT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2868A2-1.0.1.zip", - "archiveFileName": "STM32duino_X_NUCLEO_S2868A2-1.0.1.zip", - "size": 6758, - "checksum": "SHA-256:81604e038a7bbe761e2c0ca375e7b4ea777077fd21e809f89d9ebc1bb2ddf0a3" + "url": "https://downloads.arduino.cc/libraries/github.com/DinuraPasan/DOC_CAT-1.2.0.zip", + "archiveFileName": "DOC_CAT-1.2.0.zip", + "size": 35169, + "checksum": "SHA-256:533891fec7406afb1670596ea8654eea294425a32e51cf3ce92d6deb3a4ab9aa" }, { - "name": "JWA BME280", + "name": "uS82", "version": "1.0.0", - "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", - "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", - "sentence": "Arduino library for BME280", - "paragraph": "based on reference driver released by Bosch Sensortec.", - "website": "https://github.com/janw-cz/JWA_BME280", - "category": "Sensors", + "author": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "sentence": "A control library for uS82 Board.", + "paragraph": "This library easy to read input and control output on uS82 Board.", + "website": "https://github.com/jcubuntu/us82", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/janw-cz/JWA_BME280.git", - "providesIncludes": [ - "Bme280BoschWrapper.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.0.zip", - "archiveFileName": "JWA_BME280-1.0.0.zip", - "size": 19583, - "checksum": "SHA-256:e03e32e5b360a99661738ca8e24a803bda42300e214cbe3468fa9b2d49ac9cd5" + "repository": "https://github.com/jcubuntu/us82.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/uS82-1.0.0.zip", + "archiveFileName": "uS82-1.0.0.zip", + "size": 4189, + "checksum": "SHA-256:a3f7de39bbeabb4605d8965873f2c241ba19d058dab205a4efc14cc397768848" }, { - "name": "JWA BME280", + "name": "uS82", "version": "1.0.1", - "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", - "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", - "sentence": "Arduino library for BME280", - "paragraph": "based on reference driver released by Bosch Sensortec.", - "website": "https://github.com/janw-cz/JWA_BME280", - "category": "Sensors", + "author": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "sentence": "A control library for uS82/us82 Board.", + "paragraph": "This library easy to read input and control output on uS82 Board.", + "website": "https://github.com/jcubuntu/us82", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/janw-cz/JWA_BME280.git", - "providesIncludes": [ - "Bme280BoschWrapper.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.1.zip", - "archiveFileName": "JWA_BME280-1.0.1.zip", - "size": 19579, - "checksum": "SHA-256:58103931d425280ff77cc33a2a6d238d178b87ee0687379578079d8f4a0c8f5a" + "repository": "https://github.com/jcubuntu/us82.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/uS82-1.0.1.zip", + "archiveFileName": "uS82-1.0.1.zip", + "size": 4192, + "checksum": "SHA-256:66d877a2b3798568f08abeb35c89c8b2043275b5d4b46e36ab4cc9bb784aab7f" }, { - "name": "JWA BME280", + "name": "uS82", "version": "1.0.2", - "author": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", - "maintainer": "Jan Wasserbauer \u003cjanw.cze@gmail.com\u003e", - "sentence": "Arduino library for BME280", - "paragraph": "based on reference driver released by Bosch Sensortec.", - "website": "https://github.com/janw-cz/JWA_BME280", - "category": "Sensors", + "author": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "sentence": "A control library for uS82/us82 Board.", + "paragraph": "This library easy to read input and control output on uS82 Board.", + "website": "https://github.com/jcubuntu/us82", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/janw-cz/JWA_BME280.git", - "providesIncludes": [ - "Bme280BoschWrapper.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/janw-cz/JWA_BME280-1.0.2.zip", - "archiveFileName": "JWA_BME280-1.0.2.zip", - "size": 19577, - "checksum": "SHA-256:df600f17ecf1766402652c4158180f74012173bb4ed36a04d092a5d17dc059e9" + "repository": "https://github.com/jcubuntu/us82.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/uS82-1.0.2.zip", + "archiveFileName": "uS82-1.0.2.zip", + "size": 4211, + "checksum": "SHA-256:6fa30b25567421e31eb6a82015f3c70a2a26c7e9b7db0732e28030e6d96b360f" }, { - "name": "AvrHeap", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to runtime analyze the structure of the heap (AVR328).", - "paragraph": "not a beginners library", - "website": "https://github.com/RobTillaart/avrheap", - "category": "Other", + "name": "uS82", + "version": "1.0.3", + "author": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "maintainer": "Phuwasit Eiamsouyngam \u003cPhuwasit@p-robotics.net\u003e", + "sentence": "A control library for uS82/us82 Board.", + "paragraph": "This library easy to read input and control output on uS82 Board.", + "website": "https://github.com/jcubuntu/us82", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/avrheap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.0.zip", - "archiveFileName": "AvrHeap-0.2.0.zip", - "size": 8533, - "checksum": "SHA-256:32a42e41cc156bdbf83e9d5e48cd7c34ff8cb04efc1443d5a06d7b508893d6b9" + "repository": "https://github.com/jcubuntu/us82.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jcubuntu/uS82-1.0.3.zip", + "archiveFileName": "uS82-1.0.3.zip", + "size": 4227, + "checksum": "SHA-256:61340fca7ccce0baf9d5767bb647e6da1e15e3761560f8c1c471f22aa5352c02" }, { - "name": "AvrHeap", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to runtime analyze the structure of the heap (AVR328).", - "paragraph": "not a beginners library", - "website": "https://github.com/RobTillaart/avrheap", - "category": "Other", + "name": "TeslaCloud", + "version": "0.1.1", + "author": "TeslaSCADA \u003cteslascada@teslascada.com\u003e", + "maintainer": "TeslaSCADA \u003cteslascada@teslascada.com\u003e", + "sentence": "Build communication for Arduino devices with Tesla Cloud!", + "paragraph": "It supports WiFi, Ethernet. Works with Arduino, ESP8266, ESP32!", + "website": "https://teslascada.com", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/avrheap.git", + "repository": "https://github.com/fatkhrus/TeslaCloud.git", "providesIncludes": [ - "avrheap.h" + "TeslaCloud.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.1.zip", - "archiveFileName": "AvrHeap-0.2.1.zip", - "size": 8531, - "checksum": "SHA-256:3c498f65e36cd1ac46f85cf4ae834f9a06af6d2c58669238d59eae9f6b79341e" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Array" + }, + { + "name": "mString" + }, + { + "name": "TimerMs" + }, + { + "name": "GyverNTP" + }, + { + "name": "UnixTime" + }, + { + "name": "GyverPortal" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fatkhrus/TeslaCloud-0.1.1.zip", + "archiveFileName": "TeslaCloud-0.1.1.zip", + "size": 34615, + "checksum": "SHA-256:7ccb86a9e0be005d955a631462bc5478b4fd4155206bddbb2f0b625011d4b140" }, { - "name": "AvrHeap", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to runtime analyze the structure of the heap (AVR328).", - "paragraph": "not a beginners library", - "website": "https://github.com/RobTillaart/avrheap", - "category": "Other", + "name": "Telegraph", + "version": "1.0.0", + "author": "Sam Sloniker KJ7RRV \u003csam@kj7rrv.com\u003e", + "maintainer": "Sam Sloniker KJ7RRV \u003csam@kj7rrv.com\u003e", + "sentence": "Telegraph automatically sends Morse code signals on an Arduino pin.", + "paragraph": "It also supports manual control of the pin. The speed is configurable, and active-on-LOW relays are supported.", + "website": "https://git.kj7rrv.com/kj7rrv/Telegraph", + "category": "Signal Input/Output", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kj7rrv/Telegraph.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kj7rrv/Telegraph-1.0.0.zip", + "archiveFileName": "Telegraph-1.0.0.zip", + "size": 19818, + "checksum": "SHA-256:f7e68c6fa25b1596f34356c943d9a80e59ddee70ab84d2205184775701f0222c" + }, + { + "name": "SHTC3 Soldered Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Library for controling SHTC3 sensor with EasyC comunication", + "paragraph": "Library for controling SHTC3 sensor to get temperature and humidity data", + "website": "www.soldered.com", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/avrheap.git", + "repository": "https://github.com/SolderedElectronics/Soldered-SHTC3-Temperature-Humidity-Sensor-Arduino-Library.git", "providesIncludes": [ - "avrheap.h" + "SHTC3-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AvrHeap-0.2.2.zip", - "archiveFileName": "AvrHeap-0.2.2.zip", - "size": 9650, - "checksum": "SHA-256:2801c201cc9249191b5d5cf7cb4615fbcd071e70681d0934e6938883771ec1b1" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/SHTC3_Soldered_Library-1.0.0.zip", + "archiveFileName": "SHTC3_Soldered_Library-1.0.0.zip", + "size": 20377, + "checksum": "SHA-256:05cb1e42f98729997d89abd14fd509407ef55b91371c2c5c36584c7a1b8edab1" }, { - "name": "STLED316S", + "name": "LC709204F", "version": "1.0.0", - "author": "David Leval", - "maintainer": "David Leval", - "sentence": "Arduino library for STLED316S 6-digit LED controller with keyscan", - "paragraph": "STLED316S controller is a 5 volt device used to drive 6-digit LED in common anode configuration including key scanning for an 8x2 key matrix", - "website": "https://github.com/dleval/STLED316S", - "category": "Device Control", + "author": "Razvan Mocanu", + "maintainer": "Razvan Mocanu \u003crazvan@mocanu.biz\u003e", + "sentence": "Arduino library for the LC709204F battery monitor.", + "paragraph": "Arduino library for the LC709204F battery monitor on RedPill+ (ESP32-S3) module.", + "website": "https://github.com/razvan-mocanu/LC709204F", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dleval/STLED316S.git", - "providesIncludes": [ - "STLED316S.h" + "repository": "https://github.com/razvan-mocanu/LC709204F.git", + "url": "https://downloads.arduino.cc/libraries/github.com/razvan-mocanu/LC709204F-1.0.0.zip", + "archiveFileName": "LC709204F-1.0.0.zip", + "size": 15098, + "checksum": "SHA-256:ac0e2bf2d2f15521fb994238ead240370579a83a687c5c285994612344e4a196" + }, + { + "name": "EmotiBit EmojiLib", + "version": "0.0.1", + "author": "Connected Future Labs", + "maintainer": "Connected Future Labs \u003cinfo@connectedfuturelabs.com\u003e", + "sentence": "Library to draw Emoji when using EmotiBit with appropriate Feather Wings", + "paragraph": "Example codes provided for Charlieplex and SevenSeg display in the EmotiBit_FeatherWing repository.", + "website": "https://github.com/EmotiBit/EmotiBit_EmojiLib", + "category": "Other", + "architectures": [ + "*" ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EmotiBit/EmotiBit_EmojiLib.git", "dependencies": [ { - "name": "SPI" + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit IS31FL3731 Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dleval/STLED316S-1.0.0.zip", - "archiveFileName": "STLED316S-1.0.0.zip", - "size": 23811, - "checksum": "SHA-256:870e5056a3e18aa4e307faf7084991bc7db2529d988571308515ad2367daf58b" + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_EmojiLib-0.0.1.zip", + "archiveFileName": "EmotiBit_EmojiLib-0.0.1.zip", + "size": 3720, + "checksum": "SHA-256:2f9a8e1a25c26f04bf88ad09eb4f7ddcf45dc227385fe5be8e85fc484a922a2e" }, { - "name": "WiFiNINA_Generic", - "version": "1.5.0", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "ESP32-OTA-Pull", + "version": "1.0.0", + "author": "Mikal Hart", + "maintainer": "Mikal Hart\u003cmikal@arduniana.org\u003e", + "sentence": "ESP32-OTA-Pull provides simple 'pull' based OTA updates for ESP32", + "paragraph": "ESP32-OTA-Pull provides simple 'pull' based OTA updates for ESP32", + "website": "https://github.com/mikalhart/ESP32-OTA-Pull.git", + "category": "Uncategorized", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", - "providesIncludes": [ - "WiFiNINA_Generic.h" + "repository": "https://github.com/mikalhart/ESP32-OTA-Pull.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.0.zip", - "archiveFileName": "WiFiNINA_Generic-1.5.0.zip", - "size": 97540, - "checksum": "SHA-256:9188233243ea730a3d555daa30eb0426acd88b269e7b8c193a89c98f16c9319d" + "url": "https://downloads.arduino.cc/libraries/github.com/mikalhart/ESP32_OTA_Pull-1.0.0.zip", + "archiveFileName": "ESP32_OTA_Pull-1.0.0.zip", + "size": 14875, + "checksum": "SHA-256:dc665b3332fb937517e44593d57468b19329c716c7de6170a19b7cb72c50aa08" }, { - "name": "WiFiNINA_Generic", - "version": "1.5.1", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "TFA 433 Receiver for Dostmann 30.3208.02", + "version": "0.1.0", + "author": "d10i", + "maintainer": "d10i", + "sentence": "Arduino library for TFA Dostmann 30.3208.02 remote temperature \u0026 humidity sensors", + "paragraph": "Arduino library for receiving and decode 433 MHz data package of TFA Dostmann 30.3208.02 temperature \u0026 humidity sensors", + "website": "https://github.com/d10i/TFA433", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", - "providesIncludes": [ - "WiFiNINA_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.1.zip", - "archiveFileName": "WiFiNINA_Generic-1.5.1.zip", - "size": 112633, - "checksum": "SHA-256:f0548f099d736f30c6de6df4e98d776fe8993663dddc5637ebe221249356dcad" + "repository": "https://github.com/d10i/TFA433.git", + "url": "https://downloads.arduino.cc/libraries/github.com/d10i/TFA_433_Receiver_for_Dostmann_30_3208_02-0.1.0.zip", + "archiveFileName": "TFA_433_Receiver_for_Dostmann_30_3208_02-0.1.0.zip", + "size": 6312, + "checksum": "SHA-256:cf6ce58950be19f9fb895312d3fb21277d35be4428bd64a1fd871ca5ca88a1a4" }, { - "name": "WiFiNINA_Generic", - "version": "1.5.1-final", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "AM2315C", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315C temperature and humidity sensor.", + "paragraph": "AM2315C", + "website": "https://github.com/RobTillaart/AM2315C", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "repository": "https://github.com/RobTillaart/AM2315C.git", "providesIncludes": [ - "WiFiNINA_Generic.h" + "AM2315C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.1-final.zip", - "archiveFileName": "WiFiNINA_Generic-1.5.1-final.zip", - "size": 122443, - "checksum": "SHA-256:82d44e6ad2f3e9e5db20ac923d49e9aa0d2bba9859db03b8228b336bcd48b851" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315C-0.1.0.zip", + "archiveFileName": "AM2315C-0.1.0.zip", + "size": 19335, + "checksum": "SHA-256:a9081e1ab71334c76e8451dcb26fd7e2e6ca38a04ed4b7bdc56f32ee35880cb2" }, { - "name": "WiFiNINA_Generic", - "version": "1.5.2", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "AM2315C", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C AM2315C temperature and humidity sensor.", + "paragraph": "AM2315C", + "website": "https://github.com/RobTillaart/AM2315C", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "repository": "https://github.com/RobTillaart/AM2315C.git", "providesIncludes": [ - "WiFiNINA_Generic.h" + "AM2315C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.2.zip", - "archiveFileName": "WiFiNINA_Generic-1.5.2.zip", - "size": 339331, - "checksum": "SHA-256:6a4cb331e5d55c335d6ef9505d804fc798220db1625d5fb7ac5a725e2b0f1b6f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AM2315C-0.2.0.zip", + "archiveFileName": "AM2315C-0.2.0.zip", + "size": 20589, + "checksum": "SHA-256:11c54d17fe59ee11fe121338892a333d26fe527eb7454da0257de66a8c23a5c6" }, { - "name": "WiFiNINA_Generic", - "version": "1.5.3", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "XYZgeomag", + "version": "2.0.0", + "author": "Nathan Zimmerberg \u003cnhz2@cornell.edu\u003e", + "maintainer": "Nathan Zimmerberg \u003cnhz2@cornell.edu\u003e", + "sentence": "Calculate the magnetic field on earth using the World Magnetic Model(WMM).", + "paragraph": "Given geocentric cartesian coordinates, the main function geomag::GeoMag calculates the magnetic field around earth in the International Terrestrial Reference System(ITRS) and uses units of decimal year, meter, and tesla.", + "website": "https://github.com/nhz2/XYZgeomag", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "repository": "https://github.com/nhz2/XYZgeomag.git", "providesIncludes": [ - "WiFiNINA_Generic.h" + "XYZgeomag.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.5.3.zip", - "archiveFileName": "WiFiNINA_Generic-1.5.3.zip", - "size": 436081, - "checksum": "SHA-256:41081412e972f62c8dd552cc9d0d9316f43853cd730bddd8fc15d93a683f0ff6" + "url": "https://downloads.arduino.cc/libraries/github.com/nhz2/XYZgeomag-2.0.0.zip", + "archiveFileName": "XYZgeomag-2.0.0.zip", + "size": 349948, + "checksum": "SHA-256:3b9fb99d65d55335268620066c3a6ad689556b0fc5153aacd741d2361e16f38c" }, { - "name": "WiFiNINA_Generic", - "version": "1.6.0", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "DigiKeyboardBe", + "version": "1.0.0", + "author": "IncroyablePix", + "maintainer": "IncroyablePix \u003cadmin@bedevin.com\u003e", + "sentence": "A library that allow to use the belgian azerty keyboard with digispark", + "paragraph": "This library is based on DigisparkKeyboard library\u003cbr/\u003e\u003ca href=\"https://github.com/digistump/DigisparkArduinoIntegration/tree/master/libraries/DigisparkKeyboard\"\u003eDigisparkKeyboard\u003c/a\u003e", + "website": "https://github.com/IncroyablePix/DigiKeyboardBe", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", - "providesIncludes": [ - "WiFiNINA_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.0.zip", - "archiveFileName": "WiFiNINA_Generic-1.6.0.zip", - "size": 759155, - "checksum": "SHA-256:346abf77c02383a63e7c93f3329b0c611308c7b1ff438f705458b9ac24244da1" + "repository": "https://github.com/IncroyablePix/DigiKeyboardBe.git", + "url": "https://downloads.arduino.cc/libraries/github.com/IncroyablePix/DigiKeyboardBe-1.0.0.zip", + "archiveFileName": "DigiKeyboardBe-1.0.0.zip", + "size": 7328, + "checksum": "SHA-256:ab35b3cccceb3b4fd5b66b825295bb8f4b28737ec5f6196269d26335d416a8ef" }, { - "name": "WiFiNINA_Generic", - "version": "1.6.1", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, nRF52, U-blox B302, B112, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "StepperMotor", + "version": "1.0.0", + "author": "ClayXrex", + "maintainer": "Clayxrex", + "sentence": "Arduino library for driving a stepper motor via a motor driver.", + "paragraph": "Easy to use functions for precise control.", + "website": "https://github.com/ClayXrex/Arduino-StepperMotor", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", - "providesIncludes": [ - "WiFiNINA_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.1.zip", - "archiveFileName": "WiFiNINA_Generic-1.6.1.zip", - "size": 843680, - "checksum": "SHA-256:de4b7d20cabd6e29081221acd00f189d49fc432fa1d62a38f9941fd6a45bfcac" + "repository": "https://github.com/ClayXrex/Arduino-StepperMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ClayXrex/StepperMotor-1.0.0.zip", + "archiveFileName": "StepperMotor-1.0.0.zip", + "size": 5180, + "checksum": "SHA-256:9dcfa60c42f9d400259325b8f86cbd59fa60f3c7d567e026f77d9e9becbac4bd" }, { - "name": "WiFiNINA_Generic", - "version": "1.6.2", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", - "category": "Communication", + "name": "StepperMotor", + "version": "1.0.1", + "author": "ClayXrex", + "maintainer": "Clayxrex", + "sentence": "Arduino library for driving a stepper motor via a motor driver.", + "paragraph": "Easy to use functions for precise control.", + "website": "https://github.com/ClayXrex/Arduino-StepperMotor", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", - "providesIncludes": [ - "WiFiNINA_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.6.2.zip", - "archiveFileName": "WiFiNINA_Generic-1.6.2.zip", - "size": 836209, - "checksum": "SHA-256:3e6feb1d539545c2ca1fca960835cee33e2500fde1b39684c5a86b1fb097207f" + "repository": "https://github.com/ClayXrex/Arduino-StepperMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ClayXrex/StepperMotor-1.0.1.zip", + "archiveFileName": "StepperMotor-1.0.1.zip", + "size": 5521, + "checksum": "SHA-256:2ab6565f644893d12cf357307255ae198137e7a61862492c3831246752b147ab" }, { - "name": "WiFiNINA_Generic", - "version": "1.7.0", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "name": "bluemicro_exmpl", + "version": "0.0.0", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Keyboard examples that uses the BlueMicro libraries.", + "paragraph": "Provides a number of keyboard examples for. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library", "category": "Communication", "architectures": [ "*" @@ -313930,23 +773406,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "repository": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library.git", "providesIncludes": [ - "WiFiNINA_Generic.h" + "bluemicro_exmpl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.0.zip", - "archiveFileName": "WiFiNINA_Generic-1.7.0.zip", - "size": 866265, - "checksum": "SHA-256:4bbc01f79451d214a73829b0b66820e1b1a3398f0fc6f43920d01bfb9990c889" + "dependencies": [ + { + "name": "bluemicro_hid" + }, + { + "name": "bluemicro_nrf52" + }, + { + "name": "bluemicro_rp2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_exmpl-0.0.0.zip", + "archiveFileName": "bluemicro_exmpl-0.0.0.zip", + "size": 6308, + "checksum": "SHA-256:725290383adb43fe106e082c1c87fe56d4d19089ad597444b91b748c0119a74c" }, { - "name": "WiFiNINA_Generic", - "version": "1.7.1", - "author": "Arduino", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "name": "bluemicro_exmpl", + "version": "0.0.1", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Keyboard examples that uses the BlueMicro libraries.", + "paragraph": "Provides a number of keyboard examples for. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library", "category": "Communication", "architectures": [ "*" @@ -313954,23 +773441,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "repository": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library.git", "providesIncludes": [ - "WiFiNINA_Generic.h" + "bluemicro_exmpl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.1.zip", - "archiveFileName": "WiFiNINA_Generic-1.7.1.zip", - "size": 998077, - "checksum": "SHA-256:3913be4eab2c8e18abed785b534630119db5b029150a26912f8c368796d30299" + "dependencies": [ + { + "name": "bluemicro_hid" + }, + { + "name": "bluemicro_nrf52" + }, + { + "name": "bluemicro_rp2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_exmpl-0.0.1.zip", + "archiveFileName": "bluemicro_exmpl-0.0.1.zip", + "size": 7240, + "checksum": "SHA-256:58f62732fc548d5124f028dde7026e96e0a0d82f66cf51ac5114b705f52afcf6" }, { - "name": "WiFiNINA_Generic", - "version": "1.7.2", - "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "name": "bluemicro_exmpl", + "version": "0.0.2", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Keyboard examples that uses the BlueMicro libraries.", + "paragraph": "Provides a number of keyboard examples for. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library", "category": "Communication", "architectures": [ "*" @@ -313978,23 +773476,34 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "repository": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library.git", "providesIncludes": [ - "WiFiNINA_Generic.h" + "bluemicro_exmpl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.7.2.zip", - "archiveFileName": "WiFiNINA_Generic-1.7.2.zip", - "size": 1049215, - "checksum": "SHA-256:ed3c635dbc994432176bd9717b58b6f18c13795caf23320c11df85482bcd9f5d" + "dependencies": [ + { + "name": "bluemicro_hid" + }, + { + "name": "bluemicro_nrf52" + }, + { + "name": "bluemicro_rp2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_exmpl-0.0.2.zip", + "archiveFileName": "bluemicro_exmpl-0.0.2.zip", + "size": 9660, + "checksum": "SHA-256:4c8431deb1426c0d5c87f60282953d6f1aeee717ca42b6475463e95ab308650d" }, { - "name": "WiFiNINA_Generic", - "version": "1.8.0", - "author": "Arduino, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, etc., in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT.", - "paragraph": "With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", - "website": "https://github.com/khoih-prog/WiFiNINA_Generic", + "name": "bluemicro_exmpl", + "version": "0.0.3", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "Keyboard examples that uses the BlueMicro libraries.", + "paragraph": "Provides a number of keyboard examples for. Supports nRF52832, nRF52840, RP2040, SAMD21 and SAMD51 processors.", + "website": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library", "category": "Communication", "architectures": [ "*" @@ -314002,602 +773511,719 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WiFiNINA_Generic.git", + "repository": "https://github.com/jpconstantineau/BlueMicro_Examples_Arduino_Library.git", "providesIncludes": [ - "WiFiNINA_Generic.h" + "bluemicro_exmpl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WiFiNINA_Generic-1.8.0.zip", - "archiveFileName": "WiFiNINA_Generic-1.8.0.zip", - "size": 1037814, - "checksum": "SHA-256:5524b06d8c5358003a01742eff07fd4275b6db83b5f02e03921b1be3a6168071" + "dependencies": [ + { + "name": "bluemicro_hid" + }, + { + "name": "bluemicro_nrf52" + }, + { + "name": "bluemicro_rp2040" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_exmpl-0.0.3.zip", + "archiveFileName": "bluemicro_exmpl-0.0.3.zip", + "size": 9662, + "checksum": "SHA-256:72c270eb98d3e2a3fc979cc23c85918c7de29e3c438749d933c086ed78af35f7" }, { - "name": "Blynk_WiFiNINA_WM", + "name": "DSpotterSDK_Maker_RP2040", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", - "category": "Communication", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_RP2040 provides offline speech recognition function for developers on Arduino Nano RP2040 Connect, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 26 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "WiFiNINA" }, { - "name": "WiFiWebServer" + "name": "ArduinoECCX08" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.0.zip", - "archiveFileName": "Blynk_WiFiNINA_WM-1.0.0.zip", - "size": 92846, - "checksum": "SHA-256:300cf979245bbb2cfdf460903b9cc52eab77952d30b93694605500c40be59ebc" + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_RP2040-1.0.0.zip", + "archiveFileName": "DSpotterSDK_Maker_RP2040-1.0.0.zip", + "size": 1117104, + "checksum": "SHA-256:a89ca737e8c05530a0823c672749ff8d9ea155955b46b5f1e65adaffcab7654b" }, { - "name": "Blynk_WiFiNINA_WM", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", - "category": "Communication", + "name": "DSpotterSDK_Maker_RP2040", + "version": "1.0.3", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_RP2040 provides offline speech recognition function for developers on Arduino Nano RP2040 Connect, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "WiFiNINA" }, { - "name": "WiFiWebServer" + "name": "ArduinoECCX08" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.1.zip", - "archiveFileName": "Blynk_WiFiNINA_WM-1.0.1.zip", - "size": 134254, - "checksum": "SHA-256:60ec16c39d6f632d3c20368dad68cb827267b35bd2876583cb4d0ef1b972555a" + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_RP2040-1.0.3.zip", + "archiveFileName": "DSpotterSDK_Maker_RP2040-1.0.3.zip", + "size": 1117720, + "checksum": "SHA-256:1eaa29432b1334f8c8f77980751b7b829e762d02edfa6f2874c8dcd62ef93e1d" }, { - "name": "Blynk_WiFiNINA_WM", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFiNINA shields, configuration data saved in EEPROM", - "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD, STM32, etc. running WiFiNINA shields to WiFi and Blynk at runtime.", - "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", - "category": "Communication", + "name": "DSpotterSDK_Maker_RP2040", + "version": "1.0.4", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_RP2040 provides offline speech recognition function for developers on Arduino Nano RP2040 Connect, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], "dependencies": [ { - "name": "Blynk" + "name": "WiFiNINA" }, { - "name": "WiFiWebServer" + "name": "ArduinoECCX08" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.2.zip", - "archiveFileName": "Blynk_WiFiNINA_WM-1.0.2.zip", - "size": 135530, - "checksum": "SHA-256:510d27d9420d5b1c8da8d97b9334703448fc712be15334ba7b7f3cc52d569805" + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_RP2040-1.0.4.zip", + "archiveFileName": "DSpotterSDK_Maker_RP2040-1.0.4.zip", + "size": 1117841, + "checksum": "SHA-256:327f8a7f567128629d65945fa031bc1f5fc971276ea781e10b4317fc66bdbc88" }, { - "name": "Blynk_WiFiNINA_WM", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running WiFiNINA shields, configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS", - "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS.", - "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", - "category": "Communication", + "name": "DSpotterSDK_Maker_RP2040", + "version": "1.0.5", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_RP2040 provides offline speech recognition function for developers on Arduino Nano RP2040 Connect, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], "dependencies": [ { - "name": "Blynk" - }, - { - "name": "WiFiWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "Functional-VLPP" + "name": "WiFiNINA" }, { - "name": "WiFiNINA_Generic" + "name": "ArduinoECCX08" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.3.zip", - "archiveFileName": "Blynk_WiFiNINA_WM-1.0.3.zip", - "size": 269083, - "checksum": "SHA-256:ae289d6e482285dea9c12b6a28f43ae4711f96ba71ea9e85b820daa4871440c0" + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_RP2040-1.0.5.zip", + "archiveFileName": "DSpotterSDK_Maker_RP2040-1.0.5.zip", + "size": 1117841, + "checksum": "SHA-256:9c948d93027df1a813ed59937aaca96debd1e652563e8ac6a51daed22959b6e5" }, { - "name": "Blynk_WiFiNINA_WM", - "version": "1.0.4", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and Mega, UNO WiFi, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards running WiFiNINA shields, configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS", - "paragraph": "Library for configuring/auto(re)connecting Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards to the available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested. Configuration data saved in EEPROM, FlashStorage, DueFlashStorage, LittleFS/InternalFS.", - "website": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM", - "category": "Communication", + "name": "DSpotterSDK_Maker_RP2040", + "version": "1.1.0", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_RP2040 provides offline speech recognition function for developers on Arduino Nano RP2040 Connect, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM.git", + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_RP2040.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], "dependencies": [ { - "name": "Blynk" - }, - { - "name": "WiFiWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "Functional-VLPP" + "name": "WiFiNINA" }, { - "name": "WiFiNINA_Generic" + "name": "ArduinoECCX08" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_WiFiNINA_WM-1.0.4.zip", - "archiveFileName": "Blynk_WiFiNINA_WM-1.0.4.zip", - "size": 280618, - "checksum": "SHA-256:23911284aeb0d28c9aa4a8d1d69f46d0f677452c9f3772d6c643527d40224f5f" + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_RP2040-1.1.0.zip", + "archiveFileName": "DSpotterSDK_Maker_RP2040-1.1.0.zip", + "size": 1118199, + "checksum": "SHA-256:1c66a25c5cd7d466dbd6b9906427a0c2e248991264eda08d0d32419ed01da134" }, { - "name": "EspBootstrap", + "name": "DSpotterSDK_Maker_33BLE", "version": "1.0.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new device online and get connected into ecosystem", - "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_33BLE provides offline speech recognition function for developers on Arduino Nano 33 BLE Sense, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 26 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.0.zip", - "archiveFileName": "EspBootstrap-1.0.0.zip", - "size": 13025, - "checksum": "SHA-256:6ad071f07b0a9eada60834b6d8a4b55f85fe401389c40c5da3fb8af4cba49df9" + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_33BLE-1.0.0.zip", + "archiveFileName": "DSpotterSDK_Maker_33BLE-1.0.0.zip", + "size": 1110523, + "checksum": "SHA-256:c4d06f530d13a61bff6618cd930237e9a084fdd828800030c963f10ef8daf535" }, { - "name": "EspBootstrap", - "version": "1.0.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new device online and get connected into ecosystem", - "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "DSpotterSDK_Maker_33BLE", + "version": "1.0.3", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_33BLE provides offline speech recognition function for developers on Arduino Nano 33 BLE Sense, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.1.zip", - "archiveFileName": "EspBootstrap-1.0.1.zip", - "size": 13102, - "checksum": "SHA-256:d7a4023c638bef49400b8d66c9d22ba305146f2fbe6bd9378155116f2d5af56a" + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_33BLE-1.0.3.zip", + "archiveFileName": "DSpotterSDK_Maker_33BLE-1.0.3.zip", + "size": 1111261, + "checksum": "SHA-256:e043349cbbf36300a3776d7796ac8e7f50cda78012adeeb04b7ecb281c1222a9" }, { - "name": "EspBootstrap", - "version": "1.0.2", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new device online and get connected into ecosystem", - "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simle webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "DSpotterSDK_Maker_33BLE", + "version": "1.0.4", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_33BLE provides offline speech recognition function for developers on Arduino Nano 33 BLE Sense, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.0.2.zip", - "archiveFileName": "EspBootstrap-1.0.2.zip", - "size": 13208, - "checksum": "SHA-256:31917b6fda98f0d37e0f3f029f89280cf292ca5191245de9834ed76309dcab85" + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_33BLE-1.0.4.zip", + "archiveFileName": "DSpotterSDK_Maker_33BLE-1.0.4.zip", + "size": 1111382, + "checksum": "SHA-256:8aeaf7a96ae4f42086a94bae6dd86a7e9881f070cd73b652cfb2556c8fe07c97" }, { - "name": "EspBootstrap", - "version": "1.1.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new device online and get connected into ecosystem", - "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "DSpotterSDK_Maker_33BLE", + "version": "1.0.5", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_33BLE provides offline speech recognition function for developers on Arduino Nano 33 BLE Sense, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.1.0.zip", - "archiveFileName": "EspBootstrap-1.1.0.zip", - "size": 22652, - "checksum": "SHA-256:f9c704de1373a16ac90f8cc6ada59763e0bb4f79e1626feb72eb1a891597ee47" + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_33BLE.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_33BLE-1.0.5.zip", + "archiveFileName": "DSpotterSDK_Maker_33BLE-1.0.5.zip", + "size": 1111262, + "checksum": "SHA-256:d1788eb6aeb17654fc5012b916c47721cc9dc1578ec8e2c336d8321c7ee07405" }, { - "name": "EspBootstrap", - "version": "1.1.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new device online and get connected into ecosystem", - "paragraph": "Library helps bring new device online and get connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode) and 3) connect and download a simplified json config file + process it. 4) Save all parameters in the EEPROM for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "DSpotterSDK_Maker_PortentaH7", + "version": "1.0.0", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_PortentaH7 provides offline speech recognition function for developers on Arduino Portenta H7, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 26 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7", + "category": "Data Processing", "architectures": [ - "*" + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-1.1.1.zip", - "archiveFileName": "EspBootstrap-1.1.1.zip", - "size": 22683, - "checksum": "SHA-256:51a1c8d9e94141ebe95fed42ae9fc64ee3bd0fd1e370a5267f1b51d9acdd9ea7" + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_PortentaH7-1.0.0.zip", + "archiveFileName": "DSpotterSDK_Maker_PortentaH7-1.0.0.zip", + "size": 1112697, + "checksum": "SHA-256:2d85d7adce11c340eef65843d2347053028016812a067230d2f5b1be65efd1ba" }, { - "name": "EspBootstrap", - "version": "2.0.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new esp devices online and connected into ecosystem", - "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "DSpotterSDK_Maker_PortentaH7", + "version": "1.0.3", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_PortentaH7 provides offline speech recognition function for developers on Arduino Portenta H7, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7", + "category": "Data Processing", "architectures": [ - "*" + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.0.0.zip", - "archiveFileName": "EspBootstrap-2.0.0.zip", - "size": 90428, - "checksum": "SHA-256:2e3fbdf30ae04980bc1e9be58df94065deb70159901a65f1c7cc33e25159d030" + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_PortentaH7-1.0.3.zip", + "archiveFileName": "DSpotterSDK_Maker_PortentaH7-1.0.3.zip", + "size": 1113428, + "checksum": "SHA-256:16d594959e1d80cee9538ca28277627d3e076db412916dc0b8cf0fb2360e4ba2" }, { - "name": "EspBootstrap", - "version": "2.0.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new esp devices online and connected into ecosystem", - "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "DSpotterSDK_Maker_PortentaH7", + "version": "1.0.4", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_PortentaH7 provides offline speech recognition function for developers on Arduino Portenta H7, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7", + "category": "Data Processing", + "architectures": [ + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_PortentaH7-1.0.4.zip", + "archiveFileName": "DSpotterSDK_Maker_PortentaH7-1.0.4.zip", + "size": 1113549, + "checksum": "SHA-256:0b889cf80dcd1b300b2e6d1de1d8bc7f62143d59d73184f8950bb2f80f0e87da" + }, + { + "name": "DSpotterSDK_Maker_PortentaH7", + "version": "1.0.5", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_PortentaH7 provides offline speech recognition function for developers on Arduino Portenta H7, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7", + "category": "Data Processing", + "architectures": [ + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_PortentaH7.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_PortentaH7-1.0.5.zip", + "archiveFileName": "DSpotterSDK_Maker_PortentaH7-1.0.5.zip", + "size": 1113428, + "checksum": "SHA-256:bf1b8e6ee35ba8534d8ecffa241c3107e0a4895e58f63b20a78200c1d23c9650" + }, + { + "name": "DigiCombo", + "version": "1.0.0", + "author": "ES factory", + "maintainer": "ErfanSn erfansn.es@gmail.com", + "sentence": "Make for yourself a virtual digital pen and keyboard with Digispark Attiny85.", + "paragraph": "Implemented with V-USB and HID protocol to inject touch events and key dispatch.", + "website": "https://github.com/ES-factory/DigiCombo", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ES-factory/DigiCombo.git", + "providesIncludes": [ + "DigiCombo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ES-factory/DigiCombo-1.0.0.zip", + "archiveFileName": "DigiCombo-1.0.0.zip", + "size": 14882970, + "checksum": "SHA-256:c31b21f7faec5eaa3edc756be30ede6fb7a00856160c2e36bd2fbda81423ed17" + }, + { + "name": "bluemicro_samd", + "version": "0.0.0", + "author": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "maintainer": "Pierre Constantineau \u003cjpconstantineau@gmail.com\u003e", + "sentence": "A SAMD Library for controler-specific functions like setting up GPIOs, Watchdog Timer and sleeping.", + "paragraph": "A SAMD Library for controler-specific functions like setting up GPIOs, setting up and trigering a Watchdog Timer and sleeping and rebooting. This library is used in conjunction with the BlueMicro_HID library to create input devices like keyboards.", + "website": "https://github.com/jpconstantineau/BlueMicro_SAMD_Arduino_Library", + "category": "Device Control", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/jpconstantineau/BlueMicro_SAMD_Arduino_Library.git", + "providesIncludes": [ + "bluemicro_samd.h" + ], + "dependencies": [ + { + "name": "bluemicro_hid" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jpconstantineau/bluemicro_samd-0.0.0.zip", + "archiveFileName": "bluemicro_samd-0.0.0.zip", + "size": 3953, + "checksum": "SHA-256:c86df9568b758b5bbd4378c1c366e762167b866aaa4db53bd7cd6b3ad31e1c93" + }, + { + "name": "OpenWeather", + "version": "0.3.0", + "author": "Bodmer", + "maintainer": "Bodmer", + "sentence": "OpenWeather client", + "paragraph": "A weather retrieval library for ESP8266 and ESP32", + "website": "https://github.com/Bodmer/OpenWeather", + "category": "Display", "architectures": [ - "*" + "esp8266", + "esp32", + "rp2040", + "mbed_nano", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.0.1.zip", - "archiveFileName": "EspBootstrap-2.0.1.zip", - "size": 90756, - "checksum": "SHA-256:7c2a22e70943f87ed5b6766a9da1dc81e3284d31ff4b6a2c258d335a0f2817ad" + "repository": "https://github.com/Bodmer/OpenWeather.git", + "providesIncludes": [ + "OpenWeather.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bodmer/OpenWeather-0.3.0.zip", + "archiveFileName": "OpenWeather-0.3.0.zip", + "size": 650454, + "checksum": "SHA-256:68bd3099d65ec58b9b170f95289cfbe15513af3bbc83d089ec650f97bd2ddaac" }, { - "name": "EspBootstrap", - "version": "2.1.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new esp devices online and connected into ecosystem", - "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "Psgino", + "version": "0.1.0", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.1.0.zip", - "archiveFileName": "EspBootstrap-2.1.0.zip", - "size": 76953, - "checksum": "SHA-256:cf2c9981d2ca93548d128f0da3bd6a4152a5e364b15f2f2f5c3bccf551d8b01b" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.1.0.zip", + "archiveFileName": "Psgino-0.1.0.zip", + "size": 22768, + "checksum": "SHA-256:69a239c6d2c7dd9b914bd2dae3eeaaf1266a137691d042b93287c54159ba7cf9" }, { - "name": "EspBootstrap", - "version": "2.2.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new esp devices online and connected into ecosystem", - "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "Psgino", + "version": "0.2.1", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.0.zip", - "archiveFileName": "EspBootstrap-2.2.0.zip", - "size": 77205, - "checksum": "SHA-256:08a92e5e53fe50bc9ae2f6048ea98105f09957917d1bb5ddb92150e23e96ed04" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.2.1.zip", + "archiveFileName": "Psgino-0.2.1.zip", + "size": 22983, + "checksum": "SHA-256:80626c3a6c96e643bcad3cac05f5a4ed7152bc394aa49388f929f650b9899e52" }, { - "name": "EspBootstrap", - "version": "2.2.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new esp devices online and connected into ecosystem", - "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "Psgino", + "version": "0.3.0", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG (AY-3-8910 and its equivalent) with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.1.zip", - "archiveFileName": "EspBootstrap-2.2.1.zip", - "size": 77230, - "checksum": "SHA-256:eddbc73394680fe738314ef53523cc33f4608bcdda1256a91201b28f0a42d4b3" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.3.0.zip", + "archiveFileName": "Psgino-0.3.0.zip", + "size": 24398, + "checksum": "SHA-256:e0512d98b4c33f39cca7e7b223ea566477eb1b71d60ebabd7f379af6b43125dd" }, { - "name": "EspBootstrap", - "version": "2.2.2", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new esp devices online and connected into ecosystem", - "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "Psgino", + "version": "0.3.1", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG (AY-3-8910, YMZ294, etc.) with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.2.2.zip", - "archiveFileName": "EspBootstrap-2.2.2.zip", - "size": 77426, - "checksum": "SHA-256:6d5fccd9a30effb5003b40952947f9572ce2e5380a7bd8ac99abd38596d83b33" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.3.1.zip", + "archiveFileName": "Psgino-0.3.1.zip", + "size": 26178, + "checksum": "SHA-256:641e04d15aaddeefcd181339b6eb7c0b465b62830c392cb484f9d31448c9ca0d" }, { - "name": "EspBootstrap", - "version": "2.3.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "Library helps bring new esp devices online and connected into ecosystem", - "paragraph": "Library helps bring new device online and connected into ecosystem: 1) Define runtime parameters 2) Get initial set of parameters from code or from user (via simple webform in AP mode or a file on SPIFFS) and 3) connect and download a simplified json config file + parse it. 4) Save all parameters in the EEPROM or file on SPIFFS for future use. Supports both parameter memory structures and Dictionary objects", - "website": "https://github.com/arkhipenko/EspBootstrap.git", - "category": "Other", + "name": "Psgino", + "version": "0.3.2", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG (AY-3-8910, YMZ294, etc.) with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/EspBootstrap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/EspBootstrap-2.3.0.zip", - "archiveFileName": "EspBootstrap-2.3.0.zip", - "size": 78383, - "checksum": "SHA-256:76cc60e6d16e26c9d45b2a6e63e0bce40023aa080dc555f9242c2306fde43958" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.3.2.zip", + "archiveFileName": "Psgino-0.3.2.zip", + "size": 26180, + "checksum": "SHA-256:00fed610c50c63fe05886a7ed708cef5eb5d7cdd0fa3bb230cb5bfb24835afe4" }, { - "name": "AS5200L", - "version": "1.0.0", - "author": "Amadeusz Świerk,", - "maintainer": "Amadeusz Świerk \u003camadeusz_swierk@wp.pl\u003e", - "sentence": "Arduino library interfacing AS5200L magnetic encoder over I2C bus.", - "paragraph": "Allows to read and configure both sensors inside device's package.", - "website": "https://gitlab.com/Ama_De/as5200l-arduino", - "category": "Sensors", + "name": "Psgino", + "version": "0.3.3", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG (AY-3-8910, YMZ294, etc.) with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/Ama_De/as5200l-arduino.git", - "url": "https://downloads.arduino.cc/libraries/gitlab.com/Ama_De/AS5200L-1.0.0.zip", - "archiveFileName": "AS5200L-1.0.0.zip", - "size": 18150, - "checksum": "SHA-256:ec32c23bade5cc55d8518821a7f511b4890df05db9f4822b035d6cf56112d3e8" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.3.3.zip", + "archiveFileName": "Psgino-0.3.3.zip", + "size": 26224, + "checksum": "SHA-256:2c401b0089545c9137f1a78dee0e459586b9612c768063d6b59ae087e1c64145" }, { - "name": "Easy Nextion Library", - "version": "1.0.1", - "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "sentence": "Arduino library for Nextion displays", - "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", - "website": "https://github.com/Seithan/EasyNextionLibrary", - "category": "Display", + "name": "Psgino", + "version": "0.3.4", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG (AY-3-8910, YMZ294, etc.) with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seithan/EasyNextionLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.1.zip", - "archiveFileName": "Easy_Nextion_Library-1.0.1.zip", - "size": 202291, - "checksum": "SHA-256:9b2a9613dbe0d7933e2f5e78247cc8538867fef4bbb16fe6dd1bc22a27c68355" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.3.4.zip", + "archiveFileName": "Psgino-0.3.4.zip", + "size": 26292, + "checksum": "SHA-256:424bf06b78c1682c84c71fa97ca26a00f1ab1c429cd66ebdd70e2c86f506695a" }, { - "name": "Easy Nextion Library", - "version": "1.0.3", - "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "sentence": "Arduino library for Nextion displays", - "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", - "website": "https://github.com/Seithan/EasyNextionLibrary", - "category": "Display", + "name": "Psgino", + "version": "0.3.5", + "author": "nyannkov", + "maintainer": "nyannkov", + "sentence": "A library to control PSG (AY-3-8910, YMZ294, etc.) with MML.", + "paragraph": "By using this library, PSG can be controlled by MML. It also allows sound effects to be played during music playback.", + "website": "http://github.com/nyannkov/Psgino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seithan/EasyNextionLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.3.zip", - "archiveFileName": "Easy_Nextion_Library-1.0.3.zip", - "size": 287022, - "checksum": "SHA-256:4a3c290d0331abc61f7dd8605d1e1edf3329d92ba65649af19ab5970ca93a6fa" + "repository": "https://github.com/nyannkov/Psgino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nyannkov/Psgino-0.3.5.zip", + "archiveFileName": "Psgino-0.3.5.zip", + "size": 26534, + "checksum": "SHA-256:6a047f5d512d7b0959b40befcaab30fdb56ddbd585576149f1d129d760309620" }, { - "name": "Easy Nextion Library", - "version": "1.0.4", - "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "sentence": "Arduino library for Nextion displays", - "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", - "website": "https://github.com/Seithan/EasyNextionLibrary", - "category": "Display", + "name": "MCM_BL0940", + "version": "0.0.1", + "author": "mcmchris", + "maintainer": "mcmchris", + "sentence": "UART Library Control for BL0940 Energy Meter IC", + "paragraph": "UART Library Control for BL0940 Energy Meter IC", + "website": "https://github.com/mcmchris/mcm-bl0940-lib.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seithan/EasyNextionLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.4.zip", - "archiveFileName": "Easy_Nextion_Library-1.0.4.zip", - "size": 306866, - "checksum": "SHA-256:624fb11054bd340a4eb38570705d40bc0de9d09caa19c459c95223e5f86431d5" + "repository": "https://github.com/mcmchris/mcm-bl0940-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcmchris/MCM_BL0940-0.0.1.zip", + "archiveFileName": "MCM_BL0940-0.0.1.zip", + "size": 21957, + "checksum": "SHA-256:4be67e3f4c78bb4404525fa076a8ae018eff20e7abb8cc1b9938de2ea3149e4f" }, { - "name": "Easy Nextion Library", - "version": "1.0.5", - "author": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "maintainer": "Athanasios Seitanis \u003cseithagta@gmail.com\u003e", - "sentence": "Arduino library for Nextion displays", - "paragraph": "A simple library that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.", - "website": "https://github.com/Seithan/EasyNextionLibrary", - "category": "Display", + "name": "MCM_BL0940", + "version": "0.0.2", + "author": "mcmchris", + "maintainer": "mcmchris", + "sentence": "UART Library Control for BL0940 Energy Meter IC", + "paragraph": "Arduino Library for the BL0940 Energy Meter IC", + "website": "https://github.com/mcmchris/mcm-bl0940-lib.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seithan/EasyNextionLibrary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seithan/Easy_Nextion_Library-1.0.5.zip", - "archiveFileName": "Easy_Nextion_Library-1.0.5.zip", - "size": 333906, - "checksum": "SHA-256:68ff4961fac2de58cf0731bff59b6ed9da0ba6c799ae02063d3c27ed77fe6a55" + "repository": "https://github.com/mcmchris/mcm-bl0940-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcmchris/MCM_BL0940-0.0.2.zip", + "archiveFileName": "MCM_BL0940-0.0.2.zip", + "size": 22276, + "checksum": "SHA-256:c660dca97622af2069a22eab436709808207b37bbaabf2b3fc245231cc388746" }, { - "name": "Framebuffer GFX", + "name": "TpdButton", "version": "1.0.0", - "author": "Marc Merlin", - "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", - "sentence": "Adafruit_GFX and FastLED compatible Framebuffer library", - "paragraph": "This is a base class required by many libraries like FastLED_NeoMatrix.", - "website": "https://github.com/marcmerlin/Framebuffer_GFX", - "category": "Display", + "author": "theprototypedesigner \u003cdesiato.andrea@gmail.com\u003e", + "maintainer": "theprototypedesigner \u003cdesiato.andrea@gmail.com\u003e", + "sentence": "Simple prototyping library to read different events on a button.", + "paragraph": "It is possible to read single press, double press and long press as well as a defined multi-press, choosing how many presses you want to detect.", + "website": "https://github.com/theprototypedesigner/tpdButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcmerlin/Framebuffer_GFX.git", - "dependencies": [ - { - "name": "FastLED" - }, - { - "name": "Adafruit GFX Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/Framebuffer_GFX-1.0.0.zip", - "archiveFileName": "Framebuffer_GFX-1.0.0.zip", - "size": 25178, - "checksum": "SHA-256:2931f15bdc9c16dc7e1094f7924888e133319692a9f45703dbd1befa65dbd0c7" + "repository": "https://github.com/theprototypedesigner/tpdButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theprototypedesigner/TpdButton-1.0.0.zip", + "archiveFileName": "TpdButton-1.0.0.zip", + "size": 5018, + "checksum": "SHA-256:c03421e4921b43dbbca21c611c47b1859d4e12683a6c73f54af750ccc0b029f5" }, { - "name": "FastLED_TFTWrapper_GFX", - "version": "1.0.0", - "author": "Marc Merlin", - "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", - "sentence": "Adafruit_GFX and FastLED compatible library for ArduinoOnPC X11 TFT Emulator", - "paragraph": "Designed to work with https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix", - "website": "https://github.com/marcmerlin/FastLED_TFTWrapper_GFX", - "category": "Display", + "name": "TpdButton", + "version": "1.0.1", + "author": "theprototypedesigner \u003cdesiato.andrea@gmail.com\u003e", + "maintainer": "theprototypedesigner \u003cdesiato.andrea@gmail.com\u003e", + "sentence": "Simple prototyping library to read different events on a button.", + "paragraph": "It is possible to read single press, double press and long press as well as a defined multi-press, choosing how many presses you want to detect.", + "website": "https://github.com/theprototypedesigner/tpdButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcmerlin/FastLED_TFTWrapper_GFX.git", - "dependencies": [ - { - "name": "Framebuffer GFX" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_TFTWrapper_GFX-1.0.0.zip", - "archiveFileName": "FastLED_TFTWrapper_GFX-1.0.0.zip", - "size": 16086, - "checksum": "SHA-256:9145496b6538a089d1ca251d4592635051be53946757c259985ca31388047f17" + "repository": "https://github.com/theprototypedesigner/tpdButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/theprototypedesigner/TpdButton-1.0.1.zip", + "archiveFileName": "TpdButton-1.0.1.zip", + "size": 5207, + "checksum": "SHA-256:8b93fb27e5691c018ede5e160833214556b42b95f413c0a916e4faafeb937ffe" }, { - "name": "107-Arduino-BMP388", + "name": "ReefwingLPS22HB", "version": "1.0.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", - "website": "https://github.com/107-systems/107-Arduino-BMP388", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the LPS22HB Pressure Sensor.", + "paragraph": "Targets the Arduino Nano 33 BLE SENSE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", "category": "Sensors", "architectures": [ "*" @@ -314605,22 +774231,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", "providesIncludes": [ - "ArduinoBMP388.h" + "ReefwingLPS22HB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.0.0.zip", - "archiveFileName": "107_Arduino_BMP388-1.0.0.zip", - "size": 15670, - "checksum": "SHA-256:81f39e63592d45a120426f1ccae541230f56d534c6dc269be875c12dac0c5d05" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingLPS22HB-1.0.0.zip", + "archiveFileName": "ReefwingLPS22HB-1.0.0.zip", + "size": 940519, + "checksum": "SHA-256:b00e906b8ed0c98ee0b2fb09f2d7e7d14ecc9cd62f721cdcf9cccbba923441a2" }, { - "name": "107-Arduino-BMP388", - "version": "1.1.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", - "website": "https://github.com/107-systems/107-Arduino-BMP388", + "name": "ReefwingLPS22HB", + "version": "1.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the LPS22HB Pressure Sensor.", + "paragraph": "Targets the Arduino Nano 33 BLE SENSE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", "category": "Sensors", "architectures": [ "*" @@ -314628,22 +774255,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", "providesIncludes": [ - "ArduinoBMP388.h" + "ReefwingLPS22HB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.0.zip", - "archiveFileName": "107_Arduino_BMP388-1.1.0.zip", - "size": 16475, - "checksum": "SHA-256:519bd1c0232008af0a820c6d09ad19bf9de439af52c0fb6a52c7b142f4c7c0c6" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingLPS22HB-1.0.1.zip", + "archiveFileName": "ReefwingLPS22HB-1.0.1.zip", + "size": 940639, + "checksum": "SHA-256:2f609d4d12179a7e42dcfead294bd792d0e2df9707854259194432d56d74fae3" }, { - "name": "107-Arduino-BMP388", - "version": "1.1.1", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with the BMP388 barometric pressure sensor which can be used for inferring altitude information.", - "website": "https://github.com/107-systems/107-Arduino-BMP388", + "name": "ReefwingLPS22HB", + "version": "1.0.2", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the LPS22HB Pressure Sensor.", + "paragraph": "Targets the Arduino Nano 33 BLE SENSE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", "category": "Sensors", "architectures": [ "*" @@ -314651,377 +774279,271 @@ "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-BMP388.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", "providesIncludes": [ - "ArduinoBMP388.h" + "ReefwingLPS22HB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_BMP388-1.1.1.zip", - "archiveFileName": "107_Arduino_BMP388-1.1.1.zip", - "size": 85821, - "checksum": "SHA-256:daa408e46bad383de310b9682bce6bf080e0bb69e12b8a45aa642fd853df22ab" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingLPS22HB-1.0.2.zip", + "archiveFileName": "ReefwingLPS22HB-1.0.2.zip", + "size": 1877492, + "checksum": "SHA-256:5d2df05b3b6edf8b92d15cc1b1c4e2f4ac10aa391807e1328575dc0e7b7de5eb" }, { - "name": "FastLED_RPIRGBPanel_GFX", - "version": "1.0.0", - "author": "Marc Merlin", - "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", - "sentence": "Adafruit_GFX and FastLED compatible library for ArduinoOnPC Raspberry Pi RGBPanel Driver.", - "paragraph": "Designed to work with https://github.com/marcmerlin/ArduinoOnPc-FastLED-GFX-LEDMatrix", - "website": "https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX", - "category": "Display", + "name": "ReefwingLPS22HB", + "version": "1.0.3", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the LPS22HB Pressure Sensor.", + "paragraph": "Targets the Arduino Nano 33 BLE SENSE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcmerlin/FastLED_RPIRGBPanel_GFX.git", - "dependencies": [ - { - "name": "Framebuffer GFX" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", + "providesIncludes": [ + "ReefwingLPS22HB.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_RPIRGBPanel_GFX-1.0.0.zip", - "archiveFileName": "FastLED_RPIRGBPanel_GFX-1.0.0.zip", - "size": 16616, - "checksum": "SHA-256:8fdd9b8ca4462a07378a279d9b659e0f54f3f79b88aea2064170a31d43eb6de6" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingLPS22HB-1.0.3.zip", + "archiveFileName": "ReefwingLPS22HB-1.0.3.zip", + "size": 1877665, + "checksum": "SHA-256:63fff6ebade4aa5edc873c9a12469b36a4e4899776eacbe834791f9a45db5201" }, { - "name": "Adafruit LittlevGL Glue Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", - "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", - "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", - "category": "Display", + "name": "UniversalTransmitter", + "version": "0.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Customizable Teensy/Arduino handheld controller for RC projects", + "paragraph": "Customizable Teensy/Arduino handheld controller for RC projects", + "website": "https://github.com/PowerBroker2/UniversalController", + "category": "Other", "architectures": [ - "samd", - "nrf52", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", + "repository": "https://github.com/PowerBroker2/UniversalTransmitter.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "Adafruit_GFX" }, { - "name": "LittlevGL" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.0.zip", - "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.0.zip", - "size": 30606, - "checksum": "SHA-256:4a77dc775ece5e7907019323f9a3dd0c5b2ed0f8d8be4ea070ed752a8d7cb08a" - }, - { - "name": "Adafruit LittlevGL Glue Library", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", - "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", - "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", - "category": "Display", - "architectures": [ - "samd", - "nrf52", - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", - "dependencies": [ + "name": "Adafruit_ILI9341" + }, { - "name": "Adafruit GFX Library" + "name": "OneButton" }, { - "name": "Adafruit TouchScreen" + "name": "WiFiEspAT" }, { - "name": "Adafruit STMPE610" + "name": "SerialTransfer" }, { - "name": "Adafruit Zero DMA Library" + "name": "FireTimer" }, { - "name": "Adafruit HX8357 Library" + "name": "XPT2046_Touchscreen" }, { - "name": "Adafruit ILI9341" + "name": "TeensyTimerTool" }, { - "name": "Adafruit ZeroTimer Library" + "name": "RF24" }, { - "name": "Adafruit ST7735 and ST7789 Library" + "name": "DFPlayerMini_Fast" }, { - "name": "lv_arduino" + "name": "SerialFlash" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.1.zip", - "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.1.zip", - "size": 35424, - "checksum": "SHA-256:c0863770e6e33448d18f080ba5e3df8059997cf7aa059c508bd5dbdcf7472e9b" + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/UniversalTransmitter-0.0.1.zip", + "archiveFileName": "UniversalTransmitter-0.0.1.zip", + "size": 14391767, + "checksum": "SHA-256:c32dcb713a9d8a290601b469705e85684111f0a06d67ec179ef810e7d9bd1edc" }, { - "name": "Adafruit LittlevGL Glue Library", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Simplifies use of LittlevGL library with Adafruit displays.", - "paragraph": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.", - "website": "https://github.com/adafruit/Adafruit_LvGL_Glue", - "category": "Display", + "name": "LM96163", + "version": "1.0.0", + "author": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Driver for LM96163 Fan Controller", + "paragraph": "This driver supports contrlling one fan using PWM control via either direct PWM setting, or by using a user-supplied lookup table. The tachometer and temperature readings are available to the user as well.", + "website": "https://github.com/Beirdo/Arduino-LM96163", + "category": "Device Control", "architectures": [ - "samd", - "nrf52", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LvGL_Glue.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit TouchScreen" - }, - { - "name": "Adafruit STMPE610" - }, - { - "name": "Adafruit Zero DMA Library" - }, - { - "name": "Adafruit HX8357 Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "Adafruit ZeroTimer Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "lv_arduino" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LittlevGL_Glue_Library-1.0.2.zip", - "archiveFileName": "Adafruit_LittlevGL_Glue_Library-1.0.2.zip", - "size": 35424, - "checksum": "SHA-256:d88540f6fd4bd98d8761451635bd684f010744019a4c62e34d7247fa95628a7b" + "repository": "https://github.com/Beirdo/Arduino-LM96163.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/LM96163-1.0.0.zip", + "archiveFileName": "LM96163-1.0.0.zip", + "size": 906390, + "checksum": "SHA-256:0f1b2d0cdfe7d9024eb71fc5fa6001f502c1eb74182ae67743b1f919097da179" }, { - "name": "DAC8554", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DAC8554", - "category": "Sensors", + "name": "LM96163", + "version": "1.0.1", + "author": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Driver for LM96163 Fan Controller", + "paragraph": "This driver supports contrlling one fan using PWM control via either direct PWM setting, or by using a user-supplied lookup table. The tachometer and temperature readings are available to the user as well.", + "website": "https://github.com/Beirdo/Arduino-LM96163", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8554.git", - "providesIncludes": [ - "DAC8554.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.2.zip", - "archiveFileName": "DAC8554-0.1.2.zip", - "size": 10804, - "checksum": "SHA-256:5e64deaa9d430cd34f874c85db87e9076f9695a50fd872e5a0a2013db4df5141" + "repository": "https://github.com/Beirdo/Arduino-LM96163.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/LM96163-1.0.1.zip", + "archiveFileName": "LM96163-1.0.1.zip", + "size": 906402, + "checksum": "SHA-256:0d5063e3a54e2a8c9e82f1169e0d8a1dd73a0841ecc993835b8fdda11362d22b" }, { - "name": "DAC8554", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DAC8554", - "category": "Sensors", + "name": "FlipDisc", + "version": "1.0.0", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.Flipo.io", + "sentence": "Arduino library for flip-disc displays", + "paragraph": "This library is intended for use with the displays designed by Marcin Saj - https://www.Flipo.io", + "website": "https://github.com/marcinsaj/FlipDisc", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8554.git", - "providesIncludes": [ - "DAC8554.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.3.zip", - "archiveFileName": "DAC8554-0.1.3.zip", - "size": 10794, - "checksum": "SHA-256:7e2d5abcaeafbc5c39599df3eccdb5c8e0324125285b30ca93d49f0d29871e01" + "repository": "https://github.com/marcinsaj/FlipDisc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/FlipDisc-1.0.0.zip", + "archiveFileName": "FlipDisc-1.0.0.zip", + "size": 1091685, + "checksum": "SHA-256:1bcaddbfae8b043aa5dc8bb21b6b08d9933684ba256555494ddf05028185022f" }, { - "name": "DAC8554", - "version": "0.1.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DAC8554", - "category": "Sensors", + "name": "FlipDisc", + "version": "1.0.1", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.Flipo.io", + "sentence": "Arduino library for flip-disc displays", + "paragraph": "This library is intended for use with the displays designed by Marcin Saj - https://www.Flipo.io", + "website": "https://github.com/marcinsaj/FlipDisc", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8554.git", - "providesIncludes": [ - "DAC8554.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.1.4.zip", - "archiveFileName": "DAC8554-0.1.4.zip", - "size": 10705, - "checksum": "SHA-256:352a48fc9d0e637c79b6056d842e911eff87813c4e5dd4148f57c926d33d0f6e" + "repository": "https://github.com/marcinsaj/FlipDisc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/FlipDisc-1.0.1.zip", + "archiveFileName": "FlipDisc-1.0.1.zip", + "size": 1091770, + "checksum": "SHA-256:ac5dcb9cdd3a67e4c072918d61fcca99422a3ace9348efd5a3af85b546249fc7" }, { - "name": "DAC8554", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8554 SPI Digital Analog Convertor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DAC8554", - "category": "Sensors", + "name": "FlipDisc", + "version": "1.0.2", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.Flipo.io", + "sentence": "Arduino library for flip-disc displays", + "paragraph": "This library is intended for use with the displays designed by Marcin Saj - https://www.Flipo.io", + "website": "https://github.com/marcinsaj/FlipDisc", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8554.git", - "providesIncludes": [ - "DAC8554.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8554-0.2.0.zip", - "archiveFileName": "DAC8554-0.2.0.zip", - "size": 12051, - "checksum": "SHA-256:9acf4d409ebf3856623758e98195b91853ed5a1f0414f0df2fe1d58b12176b66" + "repository": "https://github.com/marcinsaj/FlipDisc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/FlipDisc-1.0.2.zip", + "archiveFileName": "FlipDisc-1.0.2.zip", + "size": 1091771, + "checksum": "SHA-256:55ddb432f9199701db79ba4f0471233e141790ea3f8dc2afc9edad6c52807b58" }, { - "name": "DAC8552", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DAC8552", - "category": "Sensors", + "name": "FlipDisc", + "version": "1.0.3", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.Flipo.io", + "sentence": "Arduino library for flip-disc displays", + "paragraph": "This library is intended for use with the displays designed by Marcin Saj - https://www.Flipo.io", + "website": "https://github.com/marcinsaj/FlipDisc", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8552.git", - "providesIncludes": [ - "DAC8552.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.1.2.zip", - "archiveFileName": "DAC8552-0.1.2.zip", - "size": 9156, - "checksum": "SHA-256:98cbd247459bc0f28a3fb10cb81ed5bd4b92da241c4f6dc4f38c8fdc61a0a840" + "repository": "https://github.com/marcinsaj/FlipDisc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/FlipDisc-1.0.3.zip", + "archiveFileName": "FlipDisc-1.0.3.zip", + "size": 1091771, + "checksum": "SHA-256:82064a6ca0541b49cf2d9a6e717be7dc58ca591cec4beabee9192b86a74ad187" }, { - "name": "DAC8552", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DAC8552", - "category": "Sensors", + "name": "FlipDisc", + "version": "1.0.5", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.Flipo.io", + "sentence": "Arduino library for flip-disc displays", + "paragraph": "This library is intended for use with the displays designed by Marcin Saj - https://www.Flipo.io", + "website": "https://github.com/marcinsaj/FlipDisc", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8552.git", - "providesIncludes": [ - "DAC8552.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.1.3.zip", - "archiveFileName": "DAC8552-0.1.3.zip", - "size": 9117, - "checksum": "SHA-256:4d8667ecf248bb4e6fc3a296432479d37a45228c8b9e51775dd7acaf9874f025" + "repository": "https://github.com/marcinsaj/FlipDisc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/FlipDisc-1.0.5.zip", + "archiveFileName": "FlipDisc-1.0.5.zip", + "size": 1094975, + "checksum": "SHA-256:e65ad9ba454071a48733d2a502e2c4ac42d8488868dd70700d34629e3fe3003e" }, { - "name": "DAC8552", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8552 SPI Digital Analog Convertor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DAC8552", - "category": "Sensors", + "name": "FlipDisc", + "version": "1.0.7", + "author": "Marcin Saj", + "maintainer": "Marcin Saj - www.Flipo.io", + "sentence": "Arduino library for flip-disc displays", + "paragraph": "This library is intended for use with the displays designed by Marcin Saj - https://www.Flipo.io", + "website": "https://github.com/marcinsaj/FlipDisc", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8552.git", - "providesIncludes": [ - "DAC8552.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8552-0.2.0.zip", - "archiveFileName": "DAC8552-0.2.0.zip", - "size": 10914, - "checksum": "SHA-256:9b08411f7af44374d94a63b04d3e53fc2bafaa7912be7a7d80ffdf3920f86b95" + "repository": "https://github.com/marcinsaj/FlipDisc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcinsaj/FlipDisc-1.0.7.zip", + "archiveFileName": "FlipDisc-1.0.7.zip", + "size": 1098045, + "checksum": "SHA-256:888e8f0c8c33dbaea9e30b132f10077dc9aba7d5019281b444cd505188e10b3e" }, { - "name": "DAC8551", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", - "paragraph": "could work with DAC8550 (not tested)", - "website": "https://github.com/RobTillaart/DAC8551", + "name": "PCA9536D", + "version": "2.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e, Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Library for the PCA9536D I2C 4-bit I/O Expander.", + "paragraph": "This library handles the initialization of the PCA9536 and supports standard pinMode, digitalRead, and digitalWrite functions. This was forked from the SparkFun PCA9536 Arduino Library module. The PCA9536 library itself seems abandoned.", + "website": "https://github.com/Beirdo/Arduino-PCA9536", "category": "Sensors", "architectures": [ "*" @@ -315029,28 +774551,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8551.git", - "providesIncludes": [ - "DAC8551.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.1.2.zip", - "archiveFileName": "DAC8551-0.1.2.zip", - "size": 6851, - "checksum": "SHA-256:b955aec6e2f8436cc1167f010cc97dd466ffd3a1f8696a0bac07191e5973ee8e" + "repository": "https://github.com/Beirdo/Arduino-PCA9536.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/PCA9536D-2.0.0.zip", + "archiveFileName": "PCA9536D-2.0.0.zip", + "size": 8890, + "checksum": "SHA-256:83228ed3df5d9c15fc513578ba3dc99bf893f13d9c796b25038447a9a7f8edac" }, { - "name": "DAC8551", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", - "paragraph": "could work with DAC8550 (not tested)", - "website": "https://github.com/RobTillaart/DAC8551", + "name": "PCA9536D", + "version": "2.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e, Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "Library for the PCA9536D I2C 4-bit I/O Expander.", + "paragraph": "This library handles the initialization of the PCA9536 and supports standard pinMode, digitalRead, and digitalWrite functions. This was forked from the SparkFun PCA9536 Arduino Library module. The PCA9536 library itself seems abandoned.", + "website": "https://github.com/Beirdo/Arduino-PCA9536", "category": "Sensors", "architectures": [ "*" @@ -315058,824 +774572,753 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8551.git", - "providesIncludes": [ - "DAC8551.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.1.3.zip", - "archiveFileName": "DAC8551-0.1.3.zip", - "size": 6808, - "checksum": "SHA-256:e712aa26fd1ae433f173616a95a151ae50a194bc87fa1f41025e98ec44e10c4a" + "repository": "https://github.com/Beirdo/Arduino-PCA9536.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/PCA9536D-2.0.1.zip", + "archiveFileName": "PCA9536D-2.0.1.zip", + "size": 8891, + "checksum": "SHA-256:2f654837a49f2f72b2c220699fd026b3086e5c2fd3c804a4fdc30d8f85553170" }, { - "name": "DAC8551", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", - "paragraph": "could work with DAC8550 (not tested)", - "website": "https://github.com/RobTillaart/DAC8551", - "category": "Sensors", + "name": "ADE7753", + "version": "1.0.0", + "author": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "maintainer": "Chandra Wijaya Sentosa \u003cchandra.w.sentosa@gmail.com\u003e", + "sentence": "ADE7753 is an IC designed for energy measurement and power monitoring applications of single phase AC line.", + "paragraph": "This library is intended for measuring active, reactive, and apparent energy, sampled waveform, and current and voltage RMS using ADE7753. This library works by interfacing SPI port, frequency counter pin, and interrupt pin with host controller.", + "website": "https://github.com/chandrawi/ADE7753", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8551.git", - "providesIncludes": [ - "DAC8551.h" + "repository": "https://github.com/chandrawi/ADE7753.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chandrawi/ADE7753-1.0.0.zip", + "archiveFileName": "ADE7753-1.0.0.zip", + "size": 8573, + "checksum": "SHA-256:0b4319ff96f334b2cbc5b8afc6eb5951f0238203eb9cf0e5a139e0cbed9487c1" + }, + { + "name": "RunningStats", + "version": "0.1.0", + "author": "Frédéric Larochelle", + "maintainer": "Frédéric Larochelle", + "sentence": "It computes simple running statistics.", + "paragraph": "You call a function update each time you receive a new value and the library will compute statistics like the running mean and running standard deviation.", + "website": "https://github.com/fredlarochelle/RunningStats", + "category": "Data Processing", + "architectures": [ + "esp32", + "avr", + "stm32", + "teensy", + "samd" ], - "dependencies": [ - { - "name": "SPI.h" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.0.zip", - "archiveFileName": "DAC8551-0.2.0.zip", - "size": 7192, - "checksum": "SHA-256:bd36c51ace90296053a2ba6a4e624efd94ee67c4c5dc9cd96403f3e027bfe377" + "repository": "https://github.com/fredlarochelle/RunningStats.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fredlarochelle/RunningStats-0.1.0.zip", + "archiveFileName": "RunningStats-0.1.0.zip", + "size": 3910, + "checksum": "SHA-256:a737d35bd928c7263f959ec6874b72be64a8af4f117a0991ff0f4ddf2c248c73" }, { - "name": "DAC8551", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DAC8551 SPI Digital Analog Convertor", - "paragraph": "could work with DAC8550 (not tested)", - "website": "https://github.com/RobTillaart/DAC8551", - "category": "Sensors", + "name": "TQDF_WatchOS", + "version": "1.2.3", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DAC8551.git", - "providesIncludes": [ - "DAC8551.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DAC8551-0.2.1.zip", - "archiveFileName": "DAC8551-0.2.1.zip", - "size": 8560, - "checksum": "SHA-256:a68dda5f6a837031e80da90e6c7101b2a642a3e7451415ebfa40cac41866ca8a" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.2.3.zip", + "archiveFileName": "TQDF_WatchOS-1.2.3.zip", + "size": 42704211, + "checksum": "SHA-256:5d7d8acada19b45dc19154c76c60da2b03c7e45c1c2edfe4208007b39df3aa20" }, { - "name": "Temperature", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with weather related functions.", - "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex", - "website": "https://github.com/RobTillaart/Temperature", - "category": "Data Processing", + "name": "TQDF_WatchOS", + "version": "1.2.4", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Temperature.git", - "providesIncludes": [ - "temperature.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.0.zip", - "archiveFileName": "Temperature-0.2.0.zip", - "size": 10146, - "checksum": "SHA-256:337f2311b457419a4a2bad488858d0c283a109fd067a584a4ed6aca3db162baa" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.2.4.zip", + "archiveFileName": "TQDF_WatchOS-1.2.4.zip", + "size": 42704320, + "checksum": "SHA-256:904bfd68ed8e79220c4a36ed5495c2d261f12ca2b78f6f791e30680280bb7040" }, { - "name": "Temperature", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with weather related functions.", - "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", - "website": "https://github.com/RobTillaart/Temperature", - "category": "Data Processing", + "name": "TQDF_WatchOS", + "version": "1.2.5", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Temperature.git", - "providesIncludes": [ - "temperature.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.1.zip", - "archiveFileName": "Temperature-0.2.1.zip", - "size": 10514, - "checksum": "SHA-256:e1d2f3cb6db7757691dcd37af8c6fdf71d55866d5da9621b63e99f22fa61a868" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.2.5.zip", + "archiveFileName": "TQDF_WatchOS-1.2.5.zip", + "size": 42705168, + "checksum": "SHA-256:e4e213872a9f627ef1ca09fa053fd65762b27d158576dd3829c0a1e78ea45637" }, { - "name": "Temperature", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with weather related functions.", - "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", - "website": "https://github.com/RobTillaart/Temperature", - "category": "Data Processing", + "name": "TQDF_WatchOS", + "version": "1.2.6", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Temperature.git", - "providesIncludes": [ - "temperature.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.2.zip", - "archiveFileName": "Temperature-0.2.2.zip", - "size": 10519, - "checksum": "SHA-256:55ac56b148a64960531cfdf5be8fbe1f6125175044e2e3eb571ee58452fe02cb" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.2.6.zip", + "archiveFileName": "TQDF_WatchOS-1.2.6.zip", + "size": 90798, + "checksum": "SHA-256:4b277355b339cc4a9dab064cd98150b7d0d1f95b124a7661c83fefa88d03e743" }, { - "name": "Temperature", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with weather related functions.", - "paragraph": "Kelvin Celsius Fahrenheit dewPoint humidex heatIndex windChill", - "website": "https://github.com/RobTillaart/Temperature", - "category": "Data Processing", + "name": "TQDF_WatchOS", + "version": "1.2.7", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Temperature.git", - "providesIncludes": [ - "temperature.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Temperature-0.2.3.zip", - "archiveFileName": "Temperature-0.2.3.zip", - "size": 10513, - "checksum": "SHA-256:cb4a380c3678ee809e5405f1bfc8c47dca1de3e2a0470f0dfbd2a595d591b6de" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.2.7.zip", + "archiveFileName": "TQDF_WatchOS-1.2.7.zip", + "size": 91519, + "checksum": "SHA-256:2860f83d1ead60e6f938816f4c1ed03937eab9401de026c449160dff4922b6a4" }, { - "name": "Brino", - "version": "1.0.1", - "author": "Brino\u003ccontato@brino.cc\u003e", - "maintainer": "Victor Pacheco \u003cvictor@brino.cc\u003e, Gabriel Pacheco \u003cgabriel@brino.cc\u003e", - "sentence": "A biblioteca possibilita o uso de termos em portugues (Brino) para a programacao do arduino.", - "paragraph": "Biblioteca que possibilita o uso da linguagem Br.ino, inteiramente em português, para desenvolvimento de códigos na interface do Arduino.", - "website": "https://brino.cc/dicionario", - "category": "Other", + "name": "TQDF_WatchOS", + "version": "1.4.0", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "avr" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/BrinoOficial/BibliotecaBrino.git", - "providesIncludes": [ - "Brino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/BrinoOficial/Brino-1.0.1.zip", - "archiveFileName": "Brino-1.0.1.zip", - "size": 44650, - "checksum": "SHA-256:94767bc1185635789df186c9deb18b5f5c7e4400eec782150aed070529c254b3" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.4.0.zip", + "archiveFileName": "TQDF_WatchOS-1.4.0.zip", + "size": 95285, + "checksum": "SHA-256:f04f99fba04218a11b9ef41bd87d3f120057bb3952c725b6c45965abaa5a6e5f" }, { - "name": "muCom", - "version": "1.0.0", - "author": "Kai Liebich", - "maintainer": "Kai Liebich \u003cWriteMeOnGithub@nomail.de\u003e", - "sentence": "The reliable, fast and easy way to exchange binary data via UART", - "paragraph": "Use this function to exchange data between two microcontrollers or with a PC using a communication method with minimal overhead in terms of communication and processor speed.", - "website": "https://github.com/kcl93/muCom", - "category": "Communication", + "name": "TQDF_WatchOS", + "version": "1.4.1", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/kcl93/muCom.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/muCom-1.0.0.zip", - "archiveFileName": "muCom-1.0.0.zip", - "size": 162808, - "checksum": "SHA-256:5960ac6123ba06bf2bfdf9401483e412bb78e1cc3d7c959ae364b47b6b94a6bd" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.4.1.zip", + "archiveFileName": "TQDF_WatchOS-1.4.1.zip", + "size": 97001, + "checksum": "SHA-256:9edf57b53e203f8fdadee0f3a03088ccf40d359cadb608984f68043229807dce" }, { - "name": "Telaire T6700 CO2 Sensor Module Library", - "version": "1.0.0", - "author": "Yaroslav Osadchyy", - "maintainer": "Yaroslav Osadchyy \u003cdrug123@gmail.com\u003e", - "sentence": "I2C communication Library for Telaire T6700 CO2 Sensor Module", - "paragraph": "I2C communication Library for Telaire T6700 CO2 Sensor Module", - "website": "https://github.com/drug123/T67XX", - "category": "Sensors", + "name": "TQDF_WatchOS", + "version": "1.4.3", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/drug123/T67XX.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/drug123/Telaire_T6700_CO2_Sensor_Module_Library-1.0.0.zip", - "archiveFileName": "Telaire_T6700_CO2_Sensor_Module_Library-1.0.0.zip", - "size": 648411, - "checksum": "SHA-256:892133abb72623e00b9dc416d7dfc9664e1b03f476785cdae347f37ea1b5446a" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.4.3.zip", + "archiveFileName": "TQDF_WatchOS-1.4.3.zip", + "size": 97935, + "checksum": "SHA-256:3fb314373cd3e8e8dbbcccf4293abd9814520c0df3ad7fc45b3102f765a5eea1" }, { - "name": "Controlino", - "version": "1.0.0", - "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "sentence": "A library for using direct or multiplexed input controls easily.", - "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", - "website": "https://github.com/levosos/Controlino", - "category": "Signal Input/Output", + "name": "TQDF_WatchOS", + "version": "1.4.4", + "author": "triqadafi", + "maintainer": "triqadafi", + "sentence": "Arduino library to support all features of TQDF Watch.", + "paragraph": "With this library you can use all features of TQDF Watch easily.", + "website": "https://github.com/triqadafi/TQDF_WatchOS", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/levosos/Controlino.git", - "providesIncludes": [ - "Controlino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.0.0.zip", - "archiveFileName": "Controlino-1.0.0.zip", - "size": 17946, - "checksum": "SHA-256:fd6793f1c0decc03a2f2b43196077d6ba3e7bded1db9a146204a5b44d1511519" + "repository": "https://github.com/triqadafi/TQDF_WatchOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/triqadafi/TQDF_WatchOS-1.4.4.zip", + "archiveFileName": "TQDF_WatchOS-1.4.4.zip", + "size": 100225, + "checksum": "SHA-256:bb1add851232137c2880a31ec7de188dedd361bb15d2a839737c6ebb655d5ad7" }, { - "name": "Controlino", - "version": "1.1.0", - "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "sentence": "A library for using direct or multiplexed input controls easily.", - "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", - "website": "https://github.com/levosos/Controlino", + "name": "PCA9685_LED_DRIVER", + "version": "1.0.0", + "author": "Justin P.", + "maintainer": "Justin P. \u003cjustin-plobst@gmx.de\u003e", + "sentence": "GPIO I2C driver for PCA9685", + "paragraph": "Driver mainly for leds with fast update times. Buffer in RAM.", + "website": "https://github.com/Justin-Pl/PCA9685_LED_DRIVER", "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/levosos/Controlino.git", - "providesIncludes": [ - "Controlino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.1.0.zip", - "archiveFileName": "Controlino-1.1.0.zip", - "size": 19212, - "checksum": "SHA-256:ac4149bbf86b5f093659b13ac9488f3b210fcff43a67b48fe3418386c48ae28b" + "repository": "https://github.com/Justin-Pl/PCA9685_LED_DRIVER.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Justin-Pl/PCA9685_LED_DRIVER-1.0.0.zip", + "archiveFileName": "PCA9685_LED_DRIVER-1.0.0.zip", + "size": 8374, + "checksum": "SHA-256:a383458f024df29b5012b2c8504d21a7ce3c9271c94a5166a4de5abd8d24ac9a" }, { - "name": "Controlino", - "version": "1.2.1", - "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "sentence": "A library for using direct or multiplexed input controls easily.", - "paragraph": "Written in C++ and offers simple and complex potentiometer and button gestures such as down/up/click/double-click/press/click-and-press. All controls can be connected through a multiplexer.", - "website": "https://github.com/levosos/Controlino", + "name": "PCA9685_LED_DRIVER", + "version": "1.0.1", + "author": "Justin P.", + "maintainer": "Justin P. \u003cjustin-plobst@gmx.de\u003e", + "sentence": "GPIO I2C driver for PCA9685", + "paragraph": "Driver mainly for leds with fast update times. Buffer in RAM.", + "website": "https://github.com/Justin-Pl/PCA9685_LED_DRIVER", "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/levosos/Controlino.git", - "providesIncludes": [ - "Controlino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Controlino-1.2.1.zip", - "archiveFileName": "Controlino-1.2.1.zip", - "size": 19212, - "checksum": "SHA-256:896316967cfa3dadca41ce1f7f51e6809a55b7ab5ab070b58083ed5d32f0d438" + "repository": "https://github.com/Justin-Pl/PCA9685_LED_DRIVER.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Justin-Pl/PCA9685_LED_DRIVER-1.0.1.zip", + "archiveFileName": "PCA9685_LED_DRIVER-1.0.1.zip", + "size": 8379, + "checksum": "SHA-256:14bb25984acd90e916b92e0fb0c7d8cfa8540b30cb2e287e8edd89cc9efbd434" }, { - "name": "STM32duino X-NUCLEO-S2915A1", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2915A1", - "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2915A1.", - "website": "https://github.com/stm32duino/X-NUCLEO-S2915A1", - "category": "Communication", + "name": "PCA9685_LED_DRIVER", + "version": "1.0.4", + "author": "Justin P.", + "maintainer": "Justin P. \u003cjustin-plobst@gmx.de\u003e", + "sentence": "GPIO I2C driver for PCA9685", + "paragraph": "Driver mainly for leds with fast update times. Buffer in RAM.", + "website": "https://github.com/Justin-Pl/PCA9685_LED_DRIVER", + "category": "Signal Input/Output", "architectures": [ - "stm32", - "sam" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-S2915A1.git", - "dependencies": [ - { - "name": "STM32duino S2-LP" - }, - { - "name": "STM32duino M95640-R" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2915A1-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_S2915A1-1.0.0.zip", - "size": 6841, - "checksum": "SHA-256:75d8f5176a12c2807d18de5e8bf751cf68d11cd2eb8d34a16890c3b760a1152b" + "repository": "https://github.com/Justin-Pl/PCA9685_LED_DRIVER.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Justin-Pl/PCA9685_LED_DRIVER-1.0.4.zip", + "archiveFileName": "PCA9685_LED_DRIVER-1.0.4.zip", + "size": 9383, + "checksum": "SHA-256:2b47d435e7d0c8f831708bb3e950aaf3fa46a7e078ec92d03e57648987d002c6" }, { - "name": "STM32duino X-NUCLEO-S2915A1", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the S2-LP radio on board of X-NUCLEO-S2915A1", - "paragraph": "This library provides the implementation of basic packet protocol for X-NUCLEO-S2915A1.", - "website": "https://github.com/stm32duino/X-NUCLEO-S2915A1", + "name": "TBPubSubClient", + "version": "2.9.0", + "author": "Nick O'Leary \u003cnick.oleary@gmail.com\u003e", + "maintainer": "ThingsBoard Team", + "sentence": "A client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.", + "website": "http://pubsubclient.knolleary.net", "category": "Communication", "architectures": [ - "stm32", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-S2915A1.git", - "dependencies": [ - { - "name": "STM32duino S2-LP" - }, - { - "name": "STM32duino M95640-R" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_S2915A1-1.0.1.zip", - "archiveFileName": "STM32duino_X_NUCLEO_S2915A1-1.0.1.zip", - "size": 6835, - "checksum": "SHA-256:96237d2654a1be9b30ccb716fec39d077e326449094c7d64b9528524df69e517" + "repository": "https://github.com/thingsboard/pubsubclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/TBPubSubClient-2.9.0.zip", + "archiveFileName": "TBPubSubClient-2.9.0.zip", + "size": 44947, + "checksum": "SHA-256:75d24b9a382a469ecd49235ff14bb3407284fe664e878939be01ca35ef243f6c" }, { - "name": "ThingPulse XPT2046 Touch", - "version": "1.4.0", - "author": "ThingPulse", - "maintainer": "ThingPulse", - "sentence": "Touchscreens using the XPT2046 controller chip.", - "paragraph": "Many very low cost color TFT displays with touch screens have this chip.", - "website": "https://github.com/thingpulse/XPT2046_Touchscreen", - "category": "Display", + "name": "TBPubSubClient", + "version": "2.9.1", + "author": "Nick O'Leary \u003cnick.oleary@gmail.com\u003e", + "maintainer": "ThingsBoard Team", + "sentence": "A client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.", + "website": "http://pubsubclient.knolleary.net", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ThingPulse/XPT2046_Touchscreen.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ThingPulse/ThingPulse_XPT2046_Touch-1.4.0.zip", - "archiveFileName": "ThingPulse_XPT2046_Touch-1.4.0.zip", - "size": 81439, - "checksum": "SHA-256:e4481ae2606c8158b8a5a71cfd0891ec9c7d38392d543ea4cf97237f6d4368fa" + "repository": "https://github.com/thingsboard/pubsubclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/TBPubSubClient-2.9.1.zip", + "archiveFileName": "TBPubSubClient-2.9.1.zip", + "size": 44951, + "checksum": "SHA-256:92b3adb922a81d8a565f31f9bb49187708dc3549f34684a321f0422c48d1f884" }, { - "name": "STM32duino ASM330LHH", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Automotive inertial measurement unit.", - "paragraph": "This library provides Arduino support for the ASM330LHH automotive sensor for STM32 boards.", - "website": "https://github.com/stm32duino/ASM330LHH", - "category": "Sensors", + "name": "TBPubSubClient", + "version": "2.9.2", + "author": "Nick O'Leary \u003cnick.oleary@gmail.com\u003e", + "maintainer": "ThingsBoard Team", + "sentence": "A client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.", + "website": "http://pubsubclient.knolleary.net", + "category": "Communication", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/ASM330LHH.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_ASM330LHH-1.0.0.zip", - "archiveFileName": "STM32duino_ASM330LHH-1.0.0.zip", - "size": 32110, - "checksum": "SHA-256:8d8ba785f4e86feace836b60f33f039ed2fce1686395e967ec43744356908bda" + "repository": "https://github.com/thingsboard/pubsubclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/TBPubSubClient-2.9.2.zip", + "archiveFileName": "TBPubSubClient-2.9.2.zip", + "size": 44945, + "checksum": "SHA-256:c535ddee1d62453ee9dcc6af2b7b451258c8b8f0dc6ad40c6d6297a6e008ff61" }, { - "name": "STM32duino LSM6DSR", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "iNEMO inertial measurement unit.", - "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", - "website": "https://github.com/stm32duino/LSM6DSR", - "category": "Sensors", + "name": "TBPubSubClient", + "version": "2.9.3", + "author": "Nick O'Leary \u003cnick.oleary@gmail.com\u003e", + "maintainer": "ThingsBoard Team", + "sentence": "A client library for MQTT messaging.", + "paragraph": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.", + "website": "http://pubsubclient.knolleary.net", + "category": "Communication", "architectures": [ - "stm32", - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/LSM6DSR.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-1.0.0.zip", - "archiveFileName": "STM32duino_LSM6DSR-1.0.0.zip", - "size": 52667, - "checksum": "SHA-256:97d5361679996e4a8af780b40aee965611c08f0d057f9db8446921ac8f59b6f0" + "repository": "https://github.com/thingsboard/pubsubclient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thingsboard/TBPubSubClient-2.9.3.zip", + "archiveFileName": "TBPubSubClient-2.9.3.zip", + "size": 44907, + "checksum": "SHA-256:55dbde7b7a3af16bed5fe3bc5e84d454595863acab6a646b00bcf4537ba92db3" }, { - "name": "STM32duino LSM6DSR", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "iNEMO inertial measurement unit.", - "paragraph": "This library provides Arduino support for the LSM6DSR iNEMO inertial sensor for STM32 boards.", - "website": "https://github.com/stm32duino/LSM6DSR", - "category": "Sensors", + "name": "RemoteSignal", + "version": "0.1.0", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/congtrol/remote-signal-arduino", + "category": "Communication", "architectures": [ - "stm32", - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/LSM6DSR.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSR-1.0.1.zip", - "archiveFileName": "STM32duino_LSM6DSR-1.0.1.zip", - "size": 52670, - "checksum": "SHA-256:3502df8799655c2aed28fc6741280c0c151d455484ea6352994f07450c408de5" + "repository": "https://github.com/remocons/remote-signal-arduino.git", + "providesIncludes": [ + "RemoteSignal.h" + ], + "dependencies": [ + { + "name": "Crypto" + }, + { + "name": "Boho" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.1.0.zip", + "archiveFileName": "RemoteSignal-0.1.0.zip", + "size": 12494, + "checksum": "SHA-256:ab4476a0fb84483cd2369e5e97bbdb752bdd918adc0f9f4a277180ffda74ac8a" }, { - "name": "Cumulocity IoT client", - "version": "0.0.1", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://softwareag.cloud/", + "name": "RemoteSignal", + "version": "0.2.0", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/congtrol/remote-signal-arduino", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", + "repository": "https://github.com/remocons/remote-signal-arduino.git", "providesIncludes": [ - "CumulocityClient.h" + "RemoteSignal.h" ], "dependencies": [ { - "name": "WiFiClient" + "name": "Crypto" }, { - "name": "PubSubClient" + "name": "Boho" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.1.zip", - "archiveFileName": "Cumulocity_IoT_client-0.0.1.zip", - "size": 3762, - "checksum": "SHA-256:ae0c1d83ac0e76a37770f897380ea023e6e037732f7909a776d5fe3c4e261136" + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.2.0.zip", + "archiveFileName": "RemoteSignal-0.2.0.zip", + "size": 18673, + "checksum": "SHA-256:d6a7dc4c64cae94274db24bd6330ce2eb4bd441aafb769aa06de5b5ef1712760" }, { - "name": "Cumulocity IoT client", - "version": "0.0.4", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "name": "RemoteSignal", + "version": "0.3.0", + "author": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "maintainer": "Dongeun Lee \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/congtrol/remote-signal-arduino", "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", + "repository": "https://github.com/remocons/remote-signal-arduino.git", "providesIncludes": [ - "CumulocityClient.h" + "RemoteSignal.h" ], "dependencies": [ { - "name": "WiFiClient" - }, - { - "name": "PubSubClient" + "name": "Crypto" }, { - "name": "ESP8266WiFi" + "name": "Boho" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.4.zip", - "archiveFileName": "Cumulocity_IoT_client-0.0.4.zip", - "size": 6234, - "checksum": "SHA-256:38d1183a787850a42753796a443c406dfeddcdcd8fe4fd2fcf88900ddaf987c4" + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.3.0.zip", + "archiveFileName": "RemoteSignal-0.3.0.zip", + "size": 624829, + "checksum": "SHA-256:7e929385b38b1a14b9629c7dfd5d395a577393a719ad62dfba415c94bb774c58" }, { - "name": "Cumulocity IoT client", - "version": "0.0.5", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "name": "RemoteSignal", + "version": "0.4.0", + "author": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "maintainer": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/remocons/remote-signal-arduino", "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", + "repository": "https://github.com/remocons/remote-signal-arduino.git", "providesIncludes": [ - "CumulocityClient.h" + "RemoteSignal.h" ], "dependencies": [ { - "name": "WiFiClient" - }, - { - "name": "PubSubClient" + "name": "Crypto" }, { - "name": "ESP8266WiFi" + "name": "Boho" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.0.5.zip", - "archiveFileName": "Cumulocity_IoT_client-0.0.5.zip", - "size": 8592, - "checksum": "SHA-256:0c140afbd8dbc40c3dc1097405b4a1fa4bef2eb323cc004209b911e0be1d6d9f" + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.4.0.zip", + "archiveFileName": "RemoteSignal-0.4.0.zip", + "size": 624827, + "checksum": "SHA-256:659afd1d638997101803451436a7e95d23742d29991d774db6159dedcc0a929d" }, { - "name": "Cumulocity IoT client", - "version": "0.1.0", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "name": "RemoteSignal", + "version": "0.5.0", + "author": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "maintainer": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/remocons/remote-signal-arduino", "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", + "repository": "https://github.com/remocons/remote-signal-arduino.git", "providesIncludes": [ - "CumulocityClient.h" + "RemoteSignal.h" ], "dependencies": [ { - "name": "WiFiClient" - }, - { - "name": "PubSubClient" + "name": "Crypto" }, { - "name": "ESP8266WiFi" + "name": "Boho" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.0.zip", - "archiveFileName": "Cumulocity_IoT_client-0.1.0.zip", - "size": 8593, - "checksum": "SHA-256:2870f83342a9578598b60c42c3177b4871e0d638af0d9e149d49de707799172f" + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.5.0.zip", + "archiveFileName": "RemoteSignal-0.5.0.zip", + "size": 122473, + "checksum": "SHA-256:a2acf20784cefcf7f5753bb42d3974bc540f009475e2a81bb457c189c631ff17" }, { - "name": "Cumulocity IoT client", - "version": "0.1.1", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "name": "RemoteSignal", + "version": "0.6.0", + "author": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "maintainer": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/remocons/remote-signal-arduino", "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", + "repository": "https://github.com/remocons/remote-signal-arduino.git", "providesIncludes": [ - "CumulocityClient.h" + "RemoteSignal.h" ], "dependencies": [ { - "name": "WiFiClient" - }, - { - "name": "PubSubClient" + "name": "Crypto" }, { - "name": "ESP8266WiFi" + "name": "Boho" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.1.zip", - "archiveFileName": "Cumulocity_IoT_client-0.1.1.zip", - "size": 8591, - "checksum": "SHA-256:ebd3e2a17ead8b3a22a602a682e3f4e57c69135f83e895a75105e651e019a8dd" + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.6.0.zip", + "archiveFileName": "RemoteSignal-0.6.0.zip", + "size": 120449, + "checksum": "SHA-256:ce73682525fda61ae232f0ee9e0ee4b402fc4fde0c013d1b531c8c3f4c6ce7b2" }, { - "name": "Cumulocity IoT client", - "version": "0.1.2", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "name": "RemoteSignal", + "version": "0.7.0", + "author": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "maintainer": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/remocons/remote-signal-arduino", "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", + "repository": "https://github.com/remocons/remote-signal-arduino.git", "providesIncludes": [ - "CumulocityClient.h" + "RemoteSignal.h" ], "dependencies": [ { - "name": "WiFiClient" - }, - { - "name": "PubSubClient" + "name": "Crypto" }, { - "name": "ESP8266WiFi" + "name": "Boho" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.2.zip", - "archiveFileName": "Cumulocity_IoT_client-0.1.2.zip", - "size": 8637, - "checksum": "SHA-256:20760a5be580db9bf0039f212e5a8a7ce8ff5905be58067a546f8bdac6212710" + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.7.0.zip", + "archiveFileName": "RemoteSignal-0.7.0.zip", + "size": 143948, + "checksum": "SHA-256:731a58d50a05aabf0243b4ced84e2c523b966b5b8fa7cbe68cc0b5ee45df36ad" }, { - "name": "Cumulocity IoT client", - "version": "0.1.3", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", + "name": "RemoteSignal", + "version": "0.8.0", + "author": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "maintainer": "Lee Dongeun \u003csixgen@gmail.com\u003e", + "sentence": "Remote Signal Arduino Client.", + "website": "https://github.com/remocons/remote-signal-arduino", "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", + "repository": "https://github.com/remocons/remote-signal-arduino.git", "providesIncludes": [ - "CumulocityClient.h" + "RemoteSignal.h" ], "dependencies": [ { - "name": "WiFiClient" + "name": "Crypto" }, { - "name": "PubSubClient" + "name": "Boho" }, { - "name": "ESP8266WiFi" + "name": "Bounce2" + }, + { + "name": "U8g2" + }, + { + "name": "IRremote" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.1.3.zip", - "archiveFileName": "Cumulocity_IoT_client-0.1.3.zip", - "size": 8616, - "checksum": "SHA-256:20a5a0ccac2aa2cbd83c6167c50ed8ac016c2fd609cdc8529dbbae76f04f7e15" + "url": "https://downloads.arduino.cc/libraries/github.com/remocons/RemoteSignal-0.8.0.zip", + "archiveFileName": "RemoteSignal-0.8.0.zip", + "size": 144073, + "checksum": "SHA-256:f1cf3e92d396d5f921b9a2ae823eaa8731f584d6b687fcc385619c58f3558ead" }, { - "name": "Cumulocity IoT client", - "version": "0.2.0", - "author": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "maintainer": "Misja Heuveling \u003cmisja.heuveling@softwareag.com\u003e", - "sentence": "A client library to connect your Arduino to Cumulocity IoT cloud over MQTT.", - "paragraph": "Supports MQTT to connect to Cumulocity IoT to send measurement and receive commands.", - "website": "https://www.softwareag.cloud/site/product/cumulocity-iot.html#/", - "category": "Communication", + "name": "Jobber", + "version": "0.0.0", + "author": "r.gorzelitz", + "maintainer": "robotic care GmbH", + "sentence": "simulated Threading for Arduino \u0026 Co.", + "paragraph": "Simplifies the use of several individual jobs that are supposed to run \"asynchronously\".", + "website": "https://github.com/mogel77/Jobber", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/elpinjo/CumulocityClient.git", - "providesIncludes": [ - "CumulocityClient.h" - ], + "repository": "https://github.com/mogel77/Jobber.git", "dependencies": [ { - "name": "WiFiClient" - }, - { - "name": "PubSubClient" - }, - { - "name": "ESP8266WiFi" + "name": "ArduinoSTL" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/elpinjo/Cumulocity_IoT_client-0.2.0.zip", - "archiveFileName": "Cumulocity_IoT_client-0.2.0.zip", - "size": 10036, - "checksum": "SHA-256:934d0594e1dab305bfd994fc3e0f05a5ab11213e2a1b4127cee0b2b0b6a8de1f" + "url": "https://downloads.arduino.cc/libraries/github.com/mogel77/Jobber-0.0.0.zip", + "archiveFileName": "Jobber-0.0.0.zip", + "size": 26592, + "checksum": "SHA-256:d20a94288f28b991d8defce12e0dec15afa008881553b8d5176e29fab86fa0da" }, { - "name": "ESPStringTemplate", - "version": "1.0.0", - "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "sentence": "Lightweight string templating library for building static web pages.", - "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand in a way that uses statically allocated buffers.", - "website": "https://github.com/DaleGia/ESPStringTemplate", - "category": "Other", + "name": "Jobber", + "version": "1.0.3", + "author": "r.gorzelitz", + "maintainer": "robotic care GmbH", + "sentence": "simulated Threading for Arduino \u0026 Co.", + "paragraph": "Simplifies the use of several individual jobs that are supposed to run \"asynchronously\".", + "website": "https://github.com/mogel77/Jobber", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DaleGia/ESPStringTemplate.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.0.0.zip", - "archiveFileName": "ESPStringTemplate-1.0.0.zip", - "size": 20692, - "checksum": "SHA-256:18989013f7aa09b1588e9fe754ebe7bf594d0b7a683fd47084e525497eab3997" + "repository": "https://github.com/mogel77/Jobber.git", + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mogel77/Jobber-1.0.3.zip", + "archiveFileName": "Jobber-1.0.3.zip", + "size": 26784, + "checksum": "SHA-256:fb6e5e5f59962c0afe6df844a41da8782deb670eee2f2e7d340528d983a1158c" }, { - "name": "ESPStringTemplate", - "version": "1.1.1", - "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "sentence": "Lightweight string templating library for building static web pages on the ESP8266", - "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand on the ESP8266. It was created in an attempt to make building customisable and scalable web pages fast and easy while using flash memory to store the created web pages.", - "website": "https://github.com/DaleGia/ESPStringTemplate", - "category": "Other", + "name": "Segma", + "version": "0.0.1", + "author": "bboris", + "maintainer": "bboris \u003cbtomaev34@gmail.com\u003e", + "sentence": "Dynamic indication with shift registers", + "paragraph": "A simple way to control displays on seven/eight segment indicators with dynamic indication on shift registers", + "website": "https://github.com/btomaev/Segma", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DaleGia/ESPStringTemplate.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.1.1.zip", - "archiveFileName": "ESPStringTemplate-1.1.1.zip", - "size": 22142, - "checksum": "SHA-256:c60dfe660d5216a976326dba1d853cbf72384612e41b1243a136dc8f3de6f6b4" + "repository": "https://github.com/btomaev/Segma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/btomaev/Segma-0.0.1.zip", + "archiveFileName": "Segma-0.0.1.zip", + "size": 4098, + "checksum": "SHA-256:d6b498c29174b7353af79c39018a8262b2faa65a45a4d376e2eabc61a2ef70dd" }, { - "name": "ESPStringTemplate", - "version": "1.2.0", - "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "sentence": "Lightweight string templating library for building static web pages on the ESP8266", - "paragraph": "ESPStringTemplate is a lightweight library created to make static web page generation simple and easy to understand on the ESP8266. It was created in an attempt to make building customisable and scalable web pages fast and easy while using statically allocated buffers to store the created web pages.", - "website": "https://github.com/DaleGia/ESPStringTemplate", - "category": "Other", + "name": "Segma", + "version": "0.0.2", + "author": "bboris", + "maintainer": "bboris \u003cbtomaev34@gmail.com\u003e", + "sentence": "Dynamic indication with shift registers", + "paragraph": "A simple way to control displays on seven/eight segment indicators with dynamic indication on shift registers", + "website": "https://github.com/btomaev/Segma", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DaleGia/ESPStringTemplate.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPStringTemplate-1.2.0.zip", - "archiveFileName": "ESPStringTemplate-1.2.0.zip", - "size": 22821, - "checksum": "SHA-256:6e9c2bc4fab9ede040a7518fc35434d03b674a09fb4e7e1ada61ed5912731a5c" + "repository": "https://github.com/btomaev/Segma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/btomaev/Segma-0.0.2.zip", + "archiveFileName": "Segma-0.0.2.zip", + "size": 4267, + "checksum": "SHA-256:30dc88add980c87d19458f993bceda70e58812e5424597162a78ece030b8f323" }, { - "name": "FastLED NeoMatrix", - "version": "1.1.0", - "author": "Marc Merlin", - "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", - "sentence": "Adafruit_GFX and FastLED compatible library for NeoPixel grids", - "paragraph": "This replaces https://github.com/adafruit/Adafruit_NeoMatrix for FastLED supported Pixels.", - "website": "https://github.com/marcmerlin/FastLED_NeoMatrix", + "name": "Segma", + "version": "0.0.3", + "author": "bboris", + "maintainer": "bboris \u003cbtomaev34@gmail.com\u003e", + "sentence": "Dynamic indication with shift registers", + "paragraph": "A simple way to control displays on seven/eight segment indicators with dynamic indication on shift registers", + "website": "https://github.com/btomaev/Segma", "category": "Display", "architectures": [ "*" @@ -315883,25 +775326,41 @@ "types": [ "Contributed" ], - "repository": "https://github.com/marcmerlin/FastLED_NeoMatrix.git", - "dependencies": [ - { - "name": "Framebuffer GFX" - } + "repository": "https://github.com/btomaev/Segma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/btomaev/Segma-0.0.3.zip", + "archiveFileName": "Segma-0.0.3.zip", + "size": 4273, + "checksum": "SHA-256:37258b8b008b1e6d072d2690ef4354a969ccb527b79730b06e45dab95dd3c1a7" + }, + { + "name": "Segma", + "version": "0.0.4", + "author": "bboris", + "maintainer": "bboris \u003cbtomaev34@gmail.com\u003e", + "sentence": "Dynamic indication with shift registers", + "paragraph": "A simple way to control displays on seven/eight segment indicators with dynamic indication on shift registers", + "website": "https://github.com/btomaev/Segma", + "category": "Display", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_NeoMatrix-1.1.0.zip", - "archiveFileName": "FastLED_NeoMatrix-1.1.0.zip", - "size": 260091, - "checksum": "SHA-256:0b2789840395e7fb7f88c80e7b91f7e12fecdcbee376c38d840b646fcea0219c" + "types": [ + "Contributed" + ], + "repository": "https://github.com/btomaev/Segma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/btomaev/Segma-0.0.4.zip", + "archiveFileName": "Segma-0.0.4.zip", + "size": 4571, + "checksum": "SHA-256:299a63346603a032d9edd861c97cb2b38f14db961038177febc753ae56d58b3a" }, { - "name": "SmartMatrix GFX", - "version": "1.1.0", - "author": "Marc Merlin", - "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", - "sentence": "Adafruit_GFX and FastLED compatible library for SmartMatrix panels", - "paragraph": "This is a zero copy FastLED CRGB backed Framebuffer for https://github.com/pixelmatix/SmartMatrix", - "website": "https://github.com/marcmerlin/SmartMatrix_GFX", + "name": "Segma", + "version": "0.0.5", + "author": "bboris", + "maintainer": "bboris \u003cbtomaev34@gmail.com\u003e", + "sentence": "Dynamic indication with shift registers", + "paragraph": "A simple way to control displays on seven/eight segment indicators with dynamic indication on shift registers", + "website": "https://github.com/btomaev/Segma", "category": "Display", "architectures": [ "*" @@ -315909,470 +775368,579 @@ "types": [ "Contributed" ], - "repository": "https://github.com/marcmerlin/SmartMatrix_GFX.git", - "dependencies": [ - { - "name": "Framebuffer GFX" - }, - { - "name": "SmartMatrix3" - } + "repository": "https://github.com/btomaev/Segma.git", + "url": "https://downloads.arduino.cc/libraries/github.com/btomaev/Segma-0.0.5.zip", + "archiveFileName": "Segma-0.0.5.zip", + "size": 4747, + "checksum": "SHA-256:eced9de8b190d6aa70803a0f71bbee7cb4efeb324033667716740caf45eadbef" + }, + { + "name": "DMX Serial Transceiver", + "version": "1.0.0", + "author": "Mart Haarman \u003cmart@mhwd.nl", + "maintainer": "Mart Haarman \u003cmart@mhwd.nl", + "sentence": "Transmit and receive Serial DMX (max485) and switch without a struggle.", + "paragraph": "Works with modules such as the max485 and supports Arduino mini", + "website": "https://github.com/Marthaarman/dmx-transceiver", + "category": "Uncategorized", + "architectures": [ + "avr" ], - "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/SmartMatrix_GFX-1.1.0.zip", - "archiveFileName": "SmartMatrix_GFX-1.1.0.zip", - "size": 558794, - "checksum": "SHA-256:231b2e3835e23e82525b0dea0b703f4044b620167d3d10f537c84dd57a364024" + "types": [ + "Contributed" + ], + "repository": "https://github.com/Marthaarman/dmx-transceiver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Marthaarman/DMX_Serial_Transceiver-1.0.0.zip", + "archiveFileName": "DMX_Serial_Transceiver-1.0.0.zip", + "size": 23174, + "checksum": "SHA-256:51bde2214a39ccd9d812a8f7f69ceb5477ac4a7afc52271e1a05035a4a8eb0ee" }, { - "name": "SmartMatrix GFX", - "version": "1.2.0", - "author": "Marc Merlin", - "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", - "sentence": "Adafruit_GFX and FastLED compatible library for SmartMatrix panels", - "paragraph": "This is a zero copy FastLED CRGB backed Framebuffer for https://github.com/pixelmatix/SmartMatrix (updated for SM 4.0)", - "website": "https://github.com/marcmerlin/SmartMatrix_GFX", - "category": "Display", + "name": "SpaceTrek_ClassBot2", + "version": "0.1.2", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcmerlin/SmartMatrix_GFX.git", + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "Framebuffer GFX" + "name": "VL53L0X" }, { - "name": "SmartMatrix" + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "BNO055" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/SmartMatrix_GFX-1.2.0.zip", - "archiveFileName": "SmartMatrix_GFX-1.2.0.zip", - "size": 558910, - "checksum": "SHA-256:23ab767baa413e0e56eac6f390a7b4320d1d05ba88ed3011b0b3f9904638f0fa" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.1.2.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.1.2.zip", + "size": 23089, + "checksum": "SHA-256:1513cf738134bcfa1d3ea3b877599b6ff1c4303bad3e0478c7f5cf89a07e76f6" }, { - "name": "FastLED_SPITFT_GFX", - "version": "1.2.0", - "author": "Marc Merlin", - "maintainer": "Marc MERLIN \u003cmarc_soft@merlins.org\u003e", - "sentence": "Adafruit_GFX and FastLED compatible library for SPI TFT screens like SSD1331, ST7735, and ILI9341", - "paragraph": "Support for other Adafruit SPI screens can be easily added. Teensy 3.5+ or ESP32 with PSRAM required for ILI9341.", - "website": "https://github.com/marcmerlin//FastLED_SPITFT_GFX", - "category": "Display", + "name": "SpaceTrek_ClassBot2", + "version": "0.1.4", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcmerlin/FastLED_SPITFT_GFX.git", + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "Framebuffer GFX" + "name": "VL53L0X" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "BNO055" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/marcmerlin/FastLED_SPITFT_GFX-1.2.0.zip", - "archiveFileName": "FastLED_SPITFT_GFX-1.2.0.zip", - "size": 39264, - "checksum": "SHA-256:1bb769681b563f9c19098f0563de0dd3bfdef691af5ca001841212bd6152cccf" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.1.4.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.1.4.zip", + "size": 31925, + "checksum": "SHA-256:a47720b6ef9a367ba6917c6735689b2f64543527167a4d74847d644f66c9b9de" }, { - "name": "DBS-Lib", - "version": "0.0.1", - "author": "Designed By Sopon", - "maintainer": "Designed By Sopon https://www.facebook.com/SpPCB/", - "sentence": "DBS-Lib is a library board that we created for practice such as C++, algorithms, mathetical, embedded system and robotics.", - "paragraph": "This library is constantly evolving and we will do the best. We apologize if there are any mistakes.", - "website": "https://github.com/DBSStore/DBS_Lib", - "category": "Uncategorized", + "name": "SpaceTrek_ClassBot2", + "version": "0.1.5", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DBSStore/DBS_Lib.git", + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "MCP3008" + "name": "VL53L0X" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "BNO055" + }, + { + "name": "BQ25887" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/DBSStore/DBS_Lib-0.0.1.zip", - "archiveFileName": "DBS_Lib-0.0.1.zip", - "size": 10584, - "checksum": "SHA-256:c83e23fbb12ef58c2f31093610908d48e6cf6f48fbf0aeaf8e42aec32da71880" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.1.5.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.1.5.zip", + "size": 31933, + "checksum": "SHA-256:861d876c8c185f8b45687f3100da26d697fc8d52f7f488319d6afe8a4d638531" }, { - "name": "Leaphy Original Extension", - "version": "0.0.1", - "author": "Leaphy Robotics", - "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", - "sentence": "Provides functionality to program Leaphy Original robots", - "website": "https://github.com/leaphy-robotics/leaphy-extensions-original", + "name": "SpaceTrek_ClassBot2", + "version": "0.1.7", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/leaphy-robotics/leaphy-extensions-original.git", - "providesIncludes": [ - "Leaphyoriginal1.h" + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", + "dependencies": [ + { + "name": "VL53L0X" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "BNO055" + }, + { + "name": "BQ25887" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Original_Extension-0.0.1.zip", - "archiveFileName": "Leaphy_Original_Extension-0.0.1.zip", - "size": 2985, - "checksum": "SHA-256:3a9fcac1f52a3cb44d3e115c6c8caefd5f98291b2814a04de4dbbffbff289dae" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.1.7.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.1.7.zip", + "size": 32373, + "checksum": "SHA-256:925439c9d217f05ded092f590595af4062bd2482680e0485a91cd68e09b721e7" }, { - "name": "flex_DST", - "version": "1.0.0", - "author": "Enrique Condes \u003cenrique@shapeoko.com\u003e", - "maintainer": "Enrique Condes \u003cenrique@shapeoko.com\u003e", - "sentence": "A library for observing DST according to usere predefined parameters.", - "paragraph": "With this library you can determine the begining and end of DST in any region and adjust an RTC accordingly.", - "website": "https://github.com/kosme/flex_DST", - "category": "Timing", + "name": "SpaceTrek_ClassBot2", + "version": "0.1.8", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kosme/flex_DST.git", - "providesIncludes": [ - "flex_DST.h" - ], + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "RTClib" + "name": "VL53L0X" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "BNO055" + }, + { + "name": "BQ25887" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/kosme/flex_DST-1.0.0.zip", - "archiveFileName": "flex_DST-1.0.0.zip", - "size": 17705, - "checksum": "SHA-256:c17ff613bb3488c77d9fc7aa1b04084d87a49f21412baeb85bd9be850bba4f81" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.1.8.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.1.8.zip", + "size": 33903, + "checksum": "SHA-256:8136398faf4bdb796395d4e02933f335d5f25579bd4e095146445c32250a1603" }, { - "name": "HomeDing", - "version": "0.3.0", - "author": "Matthias Hertel", - "maintainer": "Matthias Hertel, https://www.mathertel.de", - "sentence": "Building Internet Things made easy.", - "paragraph": "A library is for building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", - "website": "https://github.com/HomeDing/HomeDing", - "category": "Communication", + "name": "SpaceTrek_ClassBot2", + "version": "0.1.9", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeDing/HomeDing.git", + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "Adafruit BME680 Library" + "name": "VL53L0X" }, { - "name": "LiquidCrystal_PCF8574" + "name": "Adafruit APDS9960 Library" }, { - "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + "name": "Adafruit BusIO" }, { "name": "Adafruit NeoPixel" }, { - "name": "RotaryEncoder" - }, - { - "name": "DHT sensor library for ESPx" + "name": "BNO055" }, { - "name": "OneWire" + "name": "BQ25887" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.3.0.zip", - "archiveFileName": "HomeDing-0.3.0.zip", - "size": 277039, - "checksum": "SHA-256:0a0b8aaf589365922417ec66274699599d6cc86a2d0f91cb282288bf778cca0d" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.1.9.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.1.9.zip", + "size": 33901, + "checksum": "SHA-256:cc18c2946970db3ab506a760b243d779b5d0b91cb13fbd4cd6b57116edaae337" }, { - "name": "HomeDing", - "version": "0.3.1", - "author": "Matthias Hertel", - "maintainer": "Matthias Hertel, https://www.mathertel.de", - "sentence": "Building Internet Things made easy.", - "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", - "website": "https://github.com/HomeDing/HomeDing", - "category": "Communication", + "name": "SpaceTrek_ClassBot2", + "version": "0.2.0", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeDing/HomeDing.git", + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BME680 Library" + "name": "VL53L0X" }, { - "name": "LiquidCrystal_PCF8574" + "name": "Adafruit APDS9960 Library" }, { - "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + "name": "Adafruit BusIO" }, { "name": "Adafruit NeoPixel" }, { - "name": "RotaryEncoder" - }, - { - "name": "DHT sensor library for ESPx" + "name": "BNO055" }, { - "name": "OneWire" + "name": "BQ25887" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.3.1.zip", - "archiveFileName": "HomeDing-0.3.1.zip", - "size": 274792, - "checksum": "SHA-256:aa03746c5e4cc41c4e8090113727f374796fbe10ce919433d31c0381f5ef7b56" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.2.0.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.2.0.zip", + "size": 33899, + "checksum": "SHA-256:bf4a752d3fa62c56027840a28beff5f47ca8aab509cb44e2cdc084f6b86cecb3" }, { - "name": "HomeDing", - "version": "0.4.0", - "author": "Matthias Hertel", - "maintainer": "Matthias Hertel, https://www.mathertel.de", - "sentence": "Building Internet Things made easy.", - "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", - "website": "https://github.com/HomeDing/HomeDing", - "category": "Communication", + "name": "SpaceTrek_ClassBot2", + "version": "0.2.1", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeDing/HomeDing.git", + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "LiquidCrystal_PCF8574" + "name": "VL53L0X" }, { - "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + "name": "Adafruit APDS9960 Library" }, { - "name": "Adafruit NeoPixel" + "name": "Adafruit BusIO" }, { - "name": "RotaryEncoder" + "name": "Adafruit NeoPixel" }, { - "name": "DHT sensor library for ESPx" + "name": "BNO055" }, { - "name": "OneWire" + "name": "BQ25887" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.4.0.zip", - "archiveFileName": "HomeDing-0.4.0.zip", - "size": 291829, - "checksum": "SHA-256:8ab67de3b029732d2a4e93c5456156408b3a5aaf9238a9b716aefab96c83b0c9" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.2.1.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.2.1.zip", + "size": 33893, + "checksum": "SHA-256:be861ff45c0cb5429a7bb519994fb6096a9f53fe1e5a8a44a524b1516038851b" }, { - "name": "HomeDing", - "version": "0.4.1", - "author": "Matthias Hertel", - "maintainer": "Matthias Hertel, https://www.mathertel.de", - "sentence": "Building Internet Things made easy.", - "paragraph": "A library is for IoT building devices with network connectivity and a web UI based on ESP chips. Devices can be adapted for a specific purpose by configuration without the need for recompilation.", - "website": "https://github.com/HomeDing/HomeDing", - "category": "Communication", + "name": "SpaceTrek_ClassBot2", + "version": "0.2.2", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeDing/HomeDing.git", + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", "dependencies": [ { - "name": "LiquidCrystal_PCF8574" + "name": "VL53L0X" }, { - "name": "ESP8266 and ESP32 Oled Driver for SSD1306 display" + "name": "Adafruit APDS9960 Library" }, { - "name": "Adafruit NeoPixel" + "name": "Adafruit BusIO" }, { - "name": "RotaryEncoder" + "name": "Adafruit NeoPixel" }, { - "name": "DHT sensor library for ESPx" + "name": "BNO055" }, { - "name": "OneWire" + "name": "BQ25887" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeDing/HomeDing-0.4.1.zip", - "archiveFileName": "HomeDing-0.4.1.zip", - "size": 343281, - "checksum": "SHA-256:8ca6b80e246e93cf7f74508cfe7a9a6566080280c03a2587cf349d99ead9de26" + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.2.2.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.2.2.zip", + "size": 35677, + "checksum": "SHA-256:c88a6a8ae21ea795e93f79277ebc1de1155483167e744d28cce09a53c78e5922" }, { - "name": "ESPHap", - "version": "1.0.0", - "author": "Yurik", - "maintainer": "Yurik", - "sentence": "Native support Apple home kit protocol with Arduino projects", - "paragraph": "Native support Apple home kit protocol with Arduino projects.", - "website": "https://github.com/Yurik72/ESPHap", - "category": "Uncategorized", + "name": "SpaceTrek_ClassBot2", + "version": "0.2.5", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Yurik72/ESPHap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.0.zip", - "archiveFileName": "ESPHap-1.0.0.zip", - "size": 4204195, - "checksum": "SHA-256:321e8ca08c12d99070759dad4e7f860413e1e04628b6701f26448da1c3031c85" + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", + "dependencies": [ + { + "name": "VL53L0X" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "BNO055" + }, + { + "name": "BQ25887" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.2.5.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.2.5.zip", + "size": 35798, + "checksum": "SHA-256:de821e6270bb585a973989ffd9d06434297403deadb25670596cfc89261aec7e" }, { - "name": "ESPHap", - "version": "1.0.3", - "author": "Yurik", - "maintainer": "Yurik", - "sentence": "Native support Apple HomeKit protocol with Arduino projects", - "paragraph": "Native support Apple HomeKit protocol with Arduino projects.", - "website": "https://github.com/Yurik72/ESPHap", - "category": "Uncategorized", + "name": "SpaceTrek_ClassBot2", + "version": "0.2.6", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "ClassBot 2.0 by SpaceTrek", + "paragraph": "The library provides the funtions to use the ClassBot 2.0", + "website": "https://github.com/SpaceTrekKSC/classbot2", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Yurik72/ESPHap.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Yurik72/ESPHap-1.0.3.zip", - "archiveFileName": "ESPHap-1.0.3.zip", - "size": 4788351, - "checksum": "SHA-256:e008be7f014613246e05861fe17357356ac9b41e53007c39c1490df1b76b49ac" + "repository": "https://github.com/SpaceTrekKSC/classbot2.git", + "dependencies": [ + { + "name": "VL53L0X" + }, + { + "name": "Adafruit APDS9960 Library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "BQ25887" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/SpaceTrek_ClassBot2-0.2.6.zip", + "archiveFileName": "SpaceTrek_ClassBot2-0.2.6.zip", + "size": 35811, + "checksum": "SHA-256:e4f7b1987d75d897f48f421ec41cc68a7d09ae58922368d39a8df19f9f9af9e0" }, { - "name": "RMCS-220X", - "version": "1.0.0", - "author": "Antoine Petty", - "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", - "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", - "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", - "website": "https://github.com/antoinepetty/RhinoNEMA23MotorControl", - "category": "Device Control", + "name": "BQ25887", + "version": "0.1.1", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "Library for the BQ25887 2S Lithium Battery Charger", + "paragraph": "Library to provide I2C control of the BQ25887 2S Lithium Battery Charger", + "website": "https://github.com/SpaceTrekKSC/BQ25887", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", - "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.0.0.zip", - "archiveFileName": "RMCS_220X-1.0.0.zip", - "size": 6039, - "checksum": "SHA-256:a878f13d3da495e4da750cfe099f0b19055995d8c792cf801bea9ce3368f3e1d" + "repository": "https://github.com/SpaceTrekKSC/BQ25887.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/BQ25887-0.1.1.zip", + "archiveFileName": "BQ25887-0.1.1.zip", + "size": 29469, + "checksum": "SHA-256:197d3ddda59d8ae3f22621630679eb6d49349f78074065818ce8bbbbc10f5d93" }, { - "name": "RMCS-220X", - "version": "1.1.0", - "author": "Antoine Petty", - "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", - "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", - "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", - "website": "https://github.com/antoinepetty/RhinoNEMA23MotorControl", - "category": "Device Control", + "name": "BQ25887", + "version": "0.1.2", + "author": "SpaceTrek", + "maintainer": "Andrew Gafford \u003cagafford@spacetrek.com\u003e", + "sentence": "Library for the BQ25887 2S Lithium Battery Charger", + "paragraph": "Library to provide I2C control of the BQ25887 2S Lithium Battery Charger", + "website": "https://github.com/SpaceTrekKSC/BQ25887", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", - "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.1.0.zip", - "archiveFileName": "RMCS_220X-1.1.0.zip", - "size": 6009, - "checksum": "SHA-256:67725249f192f4f1aaabc3a0396e490abcaa31377bd8a5299f6e885cc4e00626" + "repository": "https://github.com/SpaceTrekKSC/BQ25887.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SpaceTrekKSC/BQ25887-0.1.2.zip", + "archiveFileName": "BQ25887-0.1.2.zip", + "size": 29505, + "checksum": "SHA-256:24f9cd5fc3f0946e309dceea79925897cb0bfd8ea3e9474d550cf15ed7adac1c" }, { - "name": "RMCS-220X", - "version": "1.1.1", - "author": "Antoine Petty", - "maintainer": "Antoine Petty \u003carduino@antoinepetty.co.uk\u003e", - "sentence": "A library to facilitate the control of a Rhino RMCS-220X Servo Motor over i2c.", - "paragraph": "This library has control methods for speed, position (in both steps and degrees), and setup functions of the motor. More documentation for the motor can be found in the \u003ca href=\"https://robokits.download/downloads/RMCS220x_DCServo+Driver.pdf\"\u003eRMCS-220X Manual\u003c/a\u003e", - "website": "https://github.com/antoinepetty/RMCS-220X-Control", - "category": "Device Control", + "name": "XGZP6897D", + "version": "1.0.0", + "author": "Francis SOURBIER \u003cfrancis.sourbier@free.fr\u003e", + "maintainer": "Francis SOURBIER \u003cfrancis.sourbier@free.fr\u003e", + "sentence": "A library for XGZP6897D I2C differential pressure sensor from CFSensor.", + "paragraph": "This library should be compatible with a familly of pressure sensors, including XGZP6899D, XGZP6897D, XGZP6847D, XGZP6857D, XGZP6859D, XGZP6869D, XGZP6877D, XGZP6887D, XGZP6858D", + "website": "https://github.com/fanfanlatulipe26/XGZP6897D", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/antoinepetty/RMCS-220X-Control.git", - "url": "https://downloads.arduino.cc/libraries/github.com/antoinepetty/RMCS_220X-1.1.1.zip", - "archiveFileName": "RMCS_220X-1.1.1.zip", - "size": 5989, - "checksum": "SHA-256:aac595bf09070136bb8a45efa3f01c64127da7a68ece99d9d04b19d3b3e8d92e" + "repository": "https://github.com/fanfanlatulipe26/XGZP6897D.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fanfanlatulipe26/XGZP6897D-1.0.0.zip", + "archiveFileName": "XGZP6897D-1.0.0.zip", + "size": 19593, + "checksum": "SHA-256:917d8ab81e6c636a5f2e2207be26d96fdab450a10f16fe8e6aede582061f890b" }, { - "name": "DHT12", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", - "paragraph": "DHT12", - "website": "https://github.com/RobTillaart/DHT12", - "category": "Sensors", + "name": "PicoStep", + "version": "1.0.0", + "author": "Experimental Cyborg \u003cexperimentalcyborg@protonmail.ch\u003e", + "maintainer": "Experimental Cyborg \u003cexperimentalcyborg@protonmail.ch\u003e", + "license": "GPLv3", + "sentence": "Library for controlling stepper motors with RP2040 through an H-bridge", + "paragraph": "Supports continuous rotation with acceleration and automatic microstepping. No position control yet.", + "website": "https://github.com/ExperimentalCyborg/PicoStep", + "category": "Device Control", "architectures": [ - "*" + "mbed", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHT12.git", + "repository": "https://github.com/ExperimentalCyborg/PicoStep.git", "providesIncludes": [ - "DHT12.h" + "picostep.h" ], "dependencies": [ { - "name": "Wire" + "name": "RP2040_PWM" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.2.0.zip", - "archiveFileName": "DHT12-0.2.0.zip", - "size": 7270, - "checksum": "SHA-256:c6c916082e8e1e59057f494b7d2906ddaaa2abf6b1ab0f483abd667bc5a73329" + "url": "https://downloads.arduino.cc/libraries/github.com/ExperimentalCyborg/PicoStep-1.0.0.zip", + "archiveFileName": "PicoStep-1.0.0.zip", + "size": 17764, + "checksum": "SHA-256:5fabaed020a7b53c1914016aa37f52cb2f350c1c6955cf8076d27ebaa853667c" }, { - "name": "DHT12", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", - "paragraph": "DHT12", - "website": "https://github.com/RobTillaart/DHT12", + "name": "TCA9534-GPIO", + "version": "1.1.0", + "author": "Andy England, Gavin Hurlbut", + "maintainer": "Gavin Hurlbut \u003cgjhurlbu@gmail.com\u003e", + "sentence": "A library to drive the TCA9534 I2C-\u003eGPIO", + "paragraph": "Spinoff from SparkFun's QWIIC GPIO Arduino Library.", + "website": "https://github.com/Beirdo/Arduino-TCA9534", "category": "Sensors", "architectures": [ "*" @@ -316380,297 +775948,286 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHT12.git", - "providesIncludes": [ - "DHT12.h" - ], - "dependencies": [ - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.2.1.zip", - "archiveFileName": "DHT12-0.2.1.zip", - "size": 7267, - "checksum": "SHA-256:b9556dd5eeeb438b5d97f0c5cbce83d6f1a171671a6b876a05c3a7e0532a9809" + "repository": "https://github.com/Beirdo/Arduino-TCA9534.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Beirdo/TCA9534_GPIO-1.1.0.zip", + "archiveFileName": "TCA9534_GPIO-1.1.0.zip", + "size": 14444, + "checksum": "SHA-256:ddab95a204ccd9beb575b88b7227b8e47a5e2a7a95af9cb637c387468eb31d54" }, { - "name": "DHT12", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C DHT12 temperature and humidity sensor.", - "paragraph": "DHT12", - "website": "https://github.com/RobTillaart/DHT12", - "category": "Sensors", + "name": "PID_v1_bc", + "version": "1.2.2", + "author": "David Forrest", + "maintainer": "David Forrest", + "sentence": "PID controller based on PID_v1 with back-calculation anti-windup", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/drf5n/Arduino-PID-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHT12.git", - "providesIncludes": [ - "DHT12.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT12-0.3.0.zip", - "archiveFileName": "DHT12-0.3.0.zip", - "size": 9056, - "checksum": "SHA-256:1beae5239b60c72b2e4a7744f76b54a3b5babe1447f59cb75c58533a5d756899" + "repository": "https://github.com/drf5n/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drf5n/PID_v1_bc-1.2.2.zip", + "archiveFileName": "PID_v1_bc-1.2.2.zip", + "size": 13104, + "checksum": "SHA-256:da589ecd9006b7c2a49b27149a7a243fe8e4d956e64fe3a78c5675f2f1a1ffdc" }, { - "name": "DS28CM00", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", - "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", - "website": "https://github.com/RobTillaart/DS28CM00", - "category": "Sensors", + "name": "PID_v1_bc", + "version": "1.2.3", + "author": "David Forrest", + "maintainer": "David Forrest", + "sentence": "PID controller based on PID_v1 with back-calculation anti-windup", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/drf5n/Arduino-PID-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS28CM00.git", - "providesIncludes": [ - "DS28CM00" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.0.zip", - "archiveFileName": "DS28CM00-0.2.0.zip", - "size": 7447, - "checksum": "SHA-256:ab87442431904e4020afaf8246a81119f8eea8ac7130636d946fbdfb64d9cc1a" + "repository": "https://github.com/drf5n/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drf5n/PID_v1_bc-1.2.3.zip", + "archiveFileName": "PID_v1_bc-1.2.3.zip", + "size": 13480, + "checksum": "SHA-256:a1b739f2c806f81835bb39a57c88bf3895a5e8918a892d6eda533029bc33a64a" }, { - "name": "DS28CM00", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", - "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", - "website": "https://github.com/RobTillaart/DS28CM00", - "category": "Sensors", + "name": "PID_v1_bc", + "version": "1.2.5", + "author": "David Forrest", + "maintainer": "David Forrest", + "sentence": "PID controller based on PID_v1 with back-calculation anti-windup", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/drf5n/Arduino-PID-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS28CM00.git", - "providesIncludes": [ - "Wire.h", - "DS28CM00" + "repository": "https://github.com/drf5n/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drf5n/PID_v1_bc-1.2.5.zip", + "archiveFileName": "PID_v1_bc-1.2.5.zip", + "size": 16124, + "checksum": "SHA-256:f1b46a9196e9fadf26f8d443225afe3328d00b2b188a4007ba7d2afc1053c5bb" + }, + { + "name": "PID_v1_bc", + "version": "1.2.6", + "author": "David Forrest", + "maintainer": "David Forrest", + "sentence": "PID controller based on PID_v1 with back-calculation anti-windup", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/drf5n/Arduino-PID-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "Wire" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.1.zip", - "archiveFileName": "DS28CM00-0.2.1.zip", - "size": 7438, - "checksum": "SHA-256:50a451cdba8f454d9781f6d4deb115af38b19f2a9d1831d832e812ed9359d5f4" + "repository": "https://github.com/drf5n/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drf5n/PID_v1_bc-1.2.6.zip", + "archiveFileName": "PID_v1_bc-1.2.6.zip", + "size": 17086, + "checksum": "SHA-256:2f798a7a7444964114b08b9f31e6d073e851404cdf316630ca7bfb36f6c807a2" }, { - "name": "DS28CM00", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C DS28CM00 unique identification chip.", - "paragraph": "48 bit unique ID, + type + CRC =\u003e 64 bit.", - "website": "https://github.com/RobTillaart/DS28CM00", - "category": "Sensors", + "name": "PID_v1_bc", + "version": "1.2.7", + "author": "David Forrest", + "maintainer": "David Forrest", + "sentence": "PID controller based on PID_v1 with back-calculation anti-windup", + "paragraph": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).", + "website": "https://github.com/drf5n/Arduino-PID-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS28CM00.git", - "providesIncludes": [ - "DS28CM00.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS28CM00-0.2.2.zip", - "archiveFileName": "DS28CM00-0.2.2.zip", - "size": 7896, - "checksum": "SHA-256:1c44224595cad8d4c50f2c01bdef5d3b26d28b3125ac8992390932f368e010ff" + "repository": "https://github.com/drf5n/Arduino-PID-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/drf5n/PID_v1_bc-1.2.7.zip", + "archiveFileName": "PID_v1_bc-1.2.7.zip", + "size": 17117, + "checksum": "SHA-256:8331bd679c2da9ee3125e2476d87889e2b1384b9cbdb20f336c3efe5aad544e6" }, { - "name": "esp32_https_server_compat", + "name": "RoboHeart", "version": "1.0.0", - "author": "Frank Hessel \u003cfrank@fhessel.de\u003e, Jack Jansen \u003cJack.Jansen@cwi.nl\u003e", - "maintainer": "Frank Hessel \u003cfrank@fhessel.de\u003e", - "sentence": "An Arduino library for an alternative ESP32 HTTP/HTTPS web server implementation", - "paragraph": "This library is a wrapper around esp32_https_server that provides the same API as the default Webserver library.", - "website": "https://github.com/fhessel/esp32_https_server_compat", + "author": "Augmented Robotics", + "maintainer": "Augmented Robotics \u003cinfo@augmented-robotics.com\u003e", + "sentence": "Arduino library for the RoboHeart", + "paragraph": "The RoboHeart library is compatible with the RoboHeart hardware platform, based on ESP32.", + "website": "https://github.com/Augmented-Robotics/roboheart-arduino-library", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fhessel/esp32_https_server_compat.git", - "providesIncludes": [ - "ESPWebserver.hpp" + "repository": "https://github.com/Augmented-Robotics/roboheart-arduino-library.git", + "dependencies": [ + { + "name": "TinyGSM" + }, + { + "name": "PubSubClient" + }, + { + "name": "Arduino_JSON" + }, + { + "name": "MPU6050_light" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/fhessel/esp32_https_server_compat-1.0.0.zip", - "archiveFileName": "esp32_https_server_compat-1.0.0.zip", - "size": 32754, - "checksum": "SHA-256:3973b11b234554719faff2658850bdfdb9a788661a934ca07742a75413bb44c0" + "url": "https://downloads.arduino.cc/libraries/github.com/Augmented-Robotics/RoboHeart-1.0.0.zip", + "archiveFileName": "RoboHeart-1.0.0.zip", + "size": 154583, + "checksum": "SHA-256:f2b7366d8452b81e83b1d7194b3e8a2315893d0743a5af8b28efd82f27507ced" }, { - "name": "ESP32AnalogRead", - "version": "0.0.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", - "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", - "website": "https://github.com/madhephaestus/ESP32AnalogRead", - "category": "Signal Input/Output", + "name": "EspEasyUtils", + "version": "1.0.0", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "A handy set of tools.", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", - "providesIncludes": [ - "ESP32AnalogRead.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.1.zip", - "archiveFileName": "ESP32AnalogRead-0.0.1.zip", - "size": 2905, - "checksum": "SHA-256:e5e69ad761ed5b2285b13e4a290f076632dc46d34f6b8506c0509498b585f845" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.0.zip", + "archiveFileName": "EspEasyUtils-1.0.0.zip", + "size": 174546, + "checksum": "SHA-256:84f8d9c02a412801ae2c192603a62aced51985b53a9857ea942932e36ca75bbc" }, { - "name": "ESP32AnalogRead", - "version": "0.0.2", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", - "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", - "website": "https://github.com/madhephaestus/ESP32AnalogRead", - "category": "Signal Input/Output", + "name": "EspEasyUtils", + "version": "1.0.1", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "A handy set of tools.", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", - "providesIncludes": [ - "ESP32AnalogRead.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.2.zip", - "archiveFileName": "ESP32AnalogRead-0.0.2.zip", - "size": 3014, - "checksum": "SHA-256:139ffb27b11a8826f14cd0197082124a74d1e07e0d6bae20aee5a76ac51a141f" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.1.zip", + "archiveFileName": "EspEasyUtils-1.0.1.zip", + "size": 6136, + "checksum": "SHA-256:ee0bee7293f5f9f2edd373e5e5d972560f3c3725348cc7ebfcc874da5c51bd3c" }, { - "name": "ESP32AnalogRead", - "version": "0.0.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", - "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", - "website": "https://github.com/madhephaestus/ESP32AnalogRead", - "category": "Signal Input/Output", + "name": "EspEasyUtils", + "version": "1.0.2", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "Serial Command, Multi Task, Queue, Timer", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", - "providesIncludes": [ - "ESP32AnalogRead.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.3.zip", - "archiveFileName": "ESP32AnalogRead-0.0.3.zip", - "size": 3016, - "checksum": "SHA-256:8b4a7146c01cbb69f4d2ffac822b76e6c6b57c79edbd2b3dcac0ee095a246154" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.2.zip", + "archiveFileName": "EspEasyUtils-1.0.2.zip", + "size": 11823, + "checksum": "SHA-256:2c047617372e83e88bd72d6dbfa2f201674854f54afef2da3f1139e14f55816f" }, { - "name": "ESP32AnalogRead", - "version": "0.0.4", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", - "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", - "website": "https://github.com/madhephaestus/ESP32AnalogRead", - "category": "Signal Input/Output", + "name": "EspEasyUtils", + "version": "1.0.3", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "Serial Command, Multi Task, Queue, Timer", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", - "providesIncludes": [ - "ESP32AnalogRead.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.4.zip", - "archiveFileName": "ESP32AnalogRead-0.0.4.zip", - "size": 3401, - "checksum": "SHA-256:1323622a09b4371e1336f4a3605897fea4c42f8a2ffdbe4269d61cf9ed924225" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.3.zip", + "archiveFileName": "EspEasyUtils-1.0.3.zip", + "size": 13366, + "checksum": "SHA-256:2558a04811b6a404030575c1e18320d94843b3ab9682615b5e6f62d9660b445c" }, { - "name": "ESP32AnalogRead", - "version": "0.0.5", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", - "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", - "website": "https://github.com/madhephaestus/ESP32AnalogRead", - "category": "Signal Input/Output", + "name": "EspEasyUtils", + "version": "1.0.4", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "Serial Command, Multi Task, Queue, Timer, GPIO Interrupt, LED", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", - "providesIncludes": [ - "ESP32AnalogRead.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.0.5.zip", - "archiveFileName": "ESP32AnalogRead-0.0.5.zip", - "size": 3406, - "checksum": "SHA-256:526971673c722569145e3a82d36fbae1c22d2781fb89ac2be761031ec99a46f8" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.4.zip", + "archiveFileName": "EspEasyUtils-1.0.4.zip", + "size": 16236, + "checksum": "SHA-256:90bfd7fcf34c90c8734eb31cfbcaa5cabe319773663b4671272da6daa688339e" }, { - "name": "ESP32AnalogRead", - "version": "0.1.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Load the ESP32 ADC calibration data and use it to read from the ADC.", - "paragraph": "Implement this process in an object for arduino https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html", - "website": "https://github.com/madhephaestus/ESP32AnalogRead", - "category": "Signal Input/Output", + "name": "EspEasyUtils", + "version": "1.0.5", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "Serial Command, Multi Task, Queue, Timer, GPIO Interrupt, LED", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/ESP32AnalogRead.git", - "providesIncludes": [ - "ESP32AnalogRead.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32AnalogRead-0.1.0.zip", - "archiveFileName": "ESP32AnalogRead-0.1.0.zip", - "size": 31792, - "checksum": "SHA-256:ee4d2f3e7be24ad1a8fe155a2b048b1f1001e8007e9c70eeb589d8e167aa246a" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.5.zip", + "archiveFileName": "EspEasyUtils-1.0.5.zip", + "size": 15862, + "checksum": "SHA-256:36e62df17f56e23ee0d8df47d0e164bba885abaff34fa659120e3f1c798dc723" }, { - "name": "MIDI Device Controller", - "version": "1.0.0", - "author": "MrSolidSnake745", - "maintainer": "Anand Jain \u003cmrsolidsnake745@gmail.com\u003e", - "sentence": "Musical control of devices via the MIDI interface", - "website": "https://github.com/solidsnake745/MIDI_Device_Controller", + "name": "EspEasyUtils", + "version": "1.0.6", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "Serial Command, Multi Task, Queue, Timer, GPIO Interrupt, LED, PWM, Servo", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", "category": "Device Control", "architectures": [ "*" @@ -316678,195 +776235,274 @@ "types": [ "Contributed" ], - "repository": "https://github.com/solidsnake745/MIDI_Device_Controller.git", - "providesIncludes": [ - "MIDI_Device_Controller.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/solidsnake745/MIDI_Device_Controller-1.0.0.zip", - "archiveFileName": "MIDI_Device_Controller-1.0.0.zip", - "size": 48852, - "checksum": "SHA-256:af875ca889789d3e8af57a88d196ec20a8215c8c4a26ef90feba530f9720edb1" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.6.zip", + "archiveFileName": "EspEasyUtils-1.0.6.zip", + "size": 20231, + "checksum": "SHA-256:6e01ef876ee67cc3109a3f49840f76a3968077299b47d02217d4cbed705d3334" }, { - "name": "DS18B20_RT", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the DS18B20 temperature sensor.", - "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", - "website": "https://github.com/RobTillaart/DS18B20", - "category": "Sensors", + "name": "EspEasyUtils", + "version": "1.0.7", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "Serial Command, Multi Task, Queue, Timer, GPIO Interrupt, LED, PWM, Servo", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS18B20.git", - "providesIncludes": [ - "OneWire.h DS18B20.h" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.7.zip", + "archiveFileName": "EspEasyUtils-1.0.7.zip", + "size": 19816, + "checksum": "SHA-256:b7621a94b0ab56e456f7307eb645180e7ea4f545ba25e37238599cda3b1d0853" + }, + { + "name": "EspEasyUtils", + "version": "1.0.8", + "author": "TANAKA Masayuki", + "maintainer": "TANAKA Masayuki", + "sentence": "ESP32 Easy Utils", + "paragraph": "Serial Command, Multi Task, Queue, Timer, GPIO Interrupt, LED, PWM, Servo", + "website": "https://github.com/tanakamasayuki/EspEasyUtils", + "category": "Device Control", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "OneWire" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.2.zip", - "archiveFileName": "DS18B20_RT-0.1.2.zip", - "size": 11860, - "checksum": "SHA-256:6decbc07baa0c58f51b1c11576f91bddccc1e8e8079f6083c6fc41bb81035aa0" + "repository": "https://github.com/tanakamasayuki/EspEasyUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/EspEasyUtils-1.0.8.zip", + "archiveFileName": "EspEasyUtils-1.0.8.zip", + "size": 21719, + "checksum": "SHA-256:923252cf3f0ced0e01db94aa4edf10488dd07c1e66c64bfee24b0ad624123126" }, { - "name": "DS18B20_RT", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the DS18B20 temperature sensor.", - "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", - "website": "https://github.com/RobTillaart/DS18B20", - "category": "Sensors", + "name": "STM32duino VL53L7CX", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L7CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L7CX", + "category": "Device Control", "architectures": [ - "*" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS18B20.git", - "providesIncludes": [ - "OneWire.h DS18B20.h" + "repository": "https://github.com/stm32duino/VL53L7CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L7CX-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L7CX-1.0.0.zip", + "size": 161375, + "checksum": "SHA-256:82e687f0242f07a07a4ca15ff022a766989d2c05e389c611d177c27aecc828f3" + }, + { + "name": "STM32duino VL53L7CX", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L7CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L7CX", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" ], - "dependencies": [ - { - "name": "OneWire" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.3.zip", - "archiveFileName": "DS18B20_RT-0.1.3.zip", - "size": 11882, - "checksum": "SHA-256:70b32994b52ee151157725aa1663ff294032fb324c572fad35bbd24bdd95b9cf" + "repository": "https://github.com/stm32duino/VL53L7CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L7CX-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L7CX-1.0.1.zip", + "size": 160235, + "checksum": "SHA-256:cea9ca39bba7daad6978c981f76031ddd4c0d544f01a0a2d3f279d1e9db89f32" }, { - "name": "DS18B20_RT", - "version": "0.1.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the DS18B20 temperature sensor.", - "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", - "website": "https://github.com/RobTillaart/DS18B20", - "category": "Sensors", + "name": "STM32duino VL53L7CX", + "version": "1.0.2", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L7CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L7CX", + "category": "Device Control", + "architectures": [ + "stm32", + "sam" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/VL53L7CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L7CX-1.0.2.zip", + "archiveFileName": "STM32duino_VL53L7CX-1.0.2.zip", + "size": 160247, + "checksum": "SHA-256:7ff562174a2750f59cdf4d92367a2abc9b3569d32679f4ee726a70bb356aeaa6" + }, + { + "name": "Arduino_AdvancedAnalog", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Advanced analog functionalities for STM32H7 boards", + "website": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog", + "category": "Other", "architectures": [ - "*" + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_giga" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/RobTillaart/DS18B20.git", - "providesIncludes": [ - "OneWire.h DS18B20.h" + "repository": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_AdvancedAnalog-1.0.0.zip", + "archiveFileName": "Arduino_AdvancedAnalog-1.0.0.zip", + "size": 41271, + "checksum": "SHA-256:278303feb3e32c7e718200915c25f324dc688fe8ccd15508e949e51c3857ad38" + }, + { + "name": "Arduino_AdvancedAnalog", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Advanced analog functionalities for STM32H7 boards", + "website": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_giga" ], - "dependencies": [ - { - "name": "OneWire" - } + "types": [ + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.4.zip", - "archiveFileName": "DS18B20_RT-0.1.4.zip", - "size": 13007, - "checksum": "SHA-256:631f31d42cee45cbcb8641fb57dbaf89e221fe0a07975d8ed17f066bb5dd71d5" + "repository": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_AdvancedAnalog-1.1.0.zip", + "archiveFileName": "Arduino_AdvancedAnalog-1.1.0.zip", + "size": 43718, + "checksum": "SHA-256:92cd4353efcb3b139945b8325d9aecc71d8181d18a05c40a98463def4b5d1734" }, { - "name": "DS18B20_RT", - "version": "0.1.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the DS18B20 temperature sensor.", - "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", - "website": "https://github.com/RobTillaart/DS18B20", - "category": "Sensors", + "name": "Arduino_AdvancedAnalog", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Advanced analog functionalities for STM32H7 boards", + "website": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog", + "category": "Other", "architectures": [ - "*" + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_giga" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/RobTillaart/DS18B20.git", - "providesIncludes": [ - "OneWire.h", - "DS18B20.h" + "repository": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_AdvancedAnalog-1.2.0.zip", + "archiveFileName": "Arduino_AdvancedAnalog-1.2.0.zip", + "size": 45997, + "checksum": "SHA-256:0ba051a1864cc7b2bbcc36a44e53e89269a6c375e091b984e7700b6f06b91ecd" + }, + { + "name": "Arduino_AdvancedAnalog", + "version": "1.3.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Advanced analog functionalities for STM32H7 boards", + "website": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog", + "category": "Other", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_giga" ], - "dependencies": [ - { - "name": "OneWire" - } + "types": [ + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.5.zip", - "archiveFileName": "DS18B20_RT-0.1.5.zip", - "size": 14439, - "checksum": "SHA-256:2d8d2b49eb27f2b72e17388c67bafa0a0c29a9960a82f74dad26405b9c1a003a" + "repository": "https://github.com/arduino-libraries/Arduino_AdvancedAnalog.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_AdvancedAnalog-1.3.0.zip", + "archiveFileName": "Arduino_AdvancedAnalog-1.3.0.zip", + "size": 47158, + "checksum": "SHA-256:6d9e09339e001941adc9d4d282ba955f21660b662d6809c5eac6056a598a4e3a" }, { - "name": "DS18B20_RT", - "version": "0.1.6", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the DS18B20 temperature sensor.", - "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", - "website": "https://github.com/RobTillaart/DS18B20", - "category": "Sensors", + "name": "STM32duino X-NUCLEO-53L7A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L5CX sensors on board of X-NUCLEO-53L7A1", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/X-NUCLEO-53L7A1", + "category": "Device Control", "architectures": [ - "*" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS18B20.git", - "providesIncludes": [ - "OneWire.h", - "DS18B20.h" - ], + "repository": "https://github.com/stm32duino/X-NUCLEO-53L7A1.git", "dependencies": [ { - "name": "OneWire" + "name": "STM32duino VL53L5CX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.6.zip", - "archiveFileName": "DS18B20_RT-0.1.6.zip", - "size": 14432, - "checksum": "SHA-256:ca4958787129149e405d536899f4b12c6a7a058427c9bbfb74f3a1846116792f" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L7A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L7A1-1.0.0.zip", + "size": 12723, + "checksum": "SHA-256:a2333065eb597ab68232643d72ca09d12c50b72ea330b9d5d3cec14636337e69" }, { - "name": "DS18B20_RT", - "version": "0.1.7", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the DS18B20 temperature sensor.", - "paragraph": "Minimalistic version, restricted to one sensor per pin, asynchronuous mode only.", - "website": "https://github.com/RobTillaart/DS18B20", - "category": "Sensors", + "name": "STM32duino X-NUCLEO-53L7A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L7CX sensors on board of X-NUCLEO-53L7A1", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/X-NUCLEO-53L7A1", + "category": "Device Control", "architectures": [ - "*" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS18B20.git", - "providesIncludes": [ - "OneWire.h", - "DS18B20.h" + "repository": "https://github.com/stm32duino/X-NUCLEO-53L7A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L7CX" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_RT-0.1.7.zip", - "archiveFileName": "DS18B20_RT-0.1.7.zip", - "size": 16801, - "checksum": "SHA-256:dd83c5c248d69091299a4c047c2277d5af28ec9c1a1716c294763daf4cb5c662" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L7A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L7A1-1.0.1.zip", + "size": 12723, + "checksum": "SHA-256:7a98d90ae4116f612ff95ebe4040a7a3f6b8983da6f4b2291e5942e66a93c700" }, { - "name": "Simple FOC", + "name": "MaterialBoard", "version": "1.0.0", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm", - "website": "http://github.com/askuric/Arduino-FOC/", + "author": "Firmata Developers and Virtual-Maker", + "maintainer": "https://github.com/virtual-maker", + "sentence": "This library implements the Firmata protocol for use with the VirtualBoard project to remotely interface with an Arduino board.", + "paragraph": "MaterialBoard is a fork from ConfigurableFirmata, which is an implementation of the Firmata protocol.", + "website": "https://github.com/virtual-maker/MaterialBoard", "category": "Device Control", "architectures": [ "*" @@ -316874,775 +776510,1097 @@ "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", - "providesIncludes": [ - "SimpleFOC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.0.0.zip", - "archiveFileName": "Simple_FOC-1.0.0.zip", - "size": 2460642, - "checksum": "SHA-256:8a4a88df8638c919b6174c8183f53f596c3fb526d2cf385d8400b4742673a904" + "repository": "https://github.com/virtual-maker/MaterialBoard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/virtual-maker/MaterialBoard-1.0.0.zip", + "archiveFileName": "MaterialBoard-1.0.0.zip", + "size": 139326, + "checksum": "SHA-256:edb7eff047167e126d06312e7288786a0e5cdef21000f36d02fa2fda1d6c8ab0" }, { - "name": "Simple FOC", - "version": "1.1.0", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", - "website": "http://github.com/askuric/Arduino-FOC/", - "category": "Device Control", + "name": "UM7", + "version": "0.0.1", + "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", + "sentence": "Arduino driver library for UM7 and UM7-LT IMU/INS", + "paragraph": "Arduino driver library for UM7 and UM7-LT IMU/INS", + "website": "https://github.com/PowerBroker2/UM7", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", - "providesIncludes": [ - "SimpleFOC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.0.zip", - "archiveFileName": "Simple_FOC-1.1.0.zip", - "size": 2530760, - "checksum": "SHA-256:2e0cb322334dd1a83a317bdaee7db9a1cd3610fba8ee0ce60c8fedc3de455b3b" + "repository": "https://github.com/PowerBroker2/UM7.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/UM7-0.0.1.zip", + "archiveFileName": "UM7-0.0.1.zip", + "size": 1141049, + "checksum": "SHA-256:257593137f35940db6acbdbdec0c9a9eadb1e1decd8bfe8d550fb7a5512f2d68" }, { - "name": "Simple FOC", - "version": "1.1.1", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", - "website": "http://github.com/askuric/Arduino-FOC/", - "category": "Device Control", + "name": "Simple-SolarTracker-Arduino", + "version": "0.6.0", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Helioduino: Simple automation controller for solar tracking systems.", + "paragraph": "Allows one to set up a system of panels, servos, LDRs, relays, and other objects useful in controlling both single and double axis sun tracking solar panel systems, and provides data monitoring \u0026 collection abilities while operating panel axis servos and/or linear actuators across the day as the sun moves to maintain optimal panel alignment. Works with a large variety of widely-available aquarium/hobbyist equipment, including popular GPS, RTC, EEPROM, SD card, WiFi, and other modules compatible with Arduino. Can be setup to calculate sun position accurately as possible or to auto-balance two opposing photoresistors per panel axis. With the right setup Helioduino can automatically do things like: drive large panels with linear actuators, use power sensing to auto-optimize daily panel offset, spray/wipe panels on routine to keep panels clean, deploy/retract panels at sunrise/sunset, or even provide panel heating during cold temperatures or when ice is detected.", + "website": "https://github.com/NachtRaveVL/Simple-SolarTracker-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/NachtRaveVL/Simple-SolarTracker-Arduino.git", "providesIncludes": [ - "SimpleFOC.h" + "Helioduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.1.zip", - "archiveFileName": "Simple_FOC-1.1.1.zip", - "size": 2553954, - "checksum": "SHA-256:dcbbacaf664be82027d162eafec74360e0e38cd400ccb190c2abadcc791cfd1e" + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GPS Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "DHT sensor library" + }, + { + "name": "I2C_EEPROM" + }, + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + }, + { + "name": "OneWire" + }, + { + "name": "RTClib" + }, + { + "name": "SimpleCollections" + }, + { + "name": "SD" + }, + { + "name": "SolarCalculator" + }, + { + "name": "TaskManagerIO" + }, + { + "name": "tcMenu" + }, + { + "name": "Time" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Simple_SolarTracker_Arduino-0.6.0.zip", + "archiveFileName": "Simple_SolarTracker_Arduino-0.6.0.zip", + "size": 916751, + "checksum": "SHA-256:ba95a02fc541eefe66dd1f35c7cdd26a0b4fbeebd6054ad1481e76ac767a60e0" }, { - "name": "Simple FOC", - "version": "1.1.2", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", - "website": "http://github.com/askuric/Arduino-FOC/", - "category": "Device Control", + "name": "Simple-Hydroponics-Arduino", + "version": "0.2.0", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Hydruino: Simple automation controller for hydroponic grow systems using an Arduino board.", + "paragraph": "Allows one to set up an entire system of sensors, pumps, relays, probes, and other things useful in automating the lighting, feeding, watering, and sensor data monitoring \u0026 collection process involved in hydroponically grown fruits, vegetables, teas, herbs, and salves.", + "website": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino.git", "providesIncludes": [ - "SimpleFOC.h" + "Hydroponics.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.1.2.zip", - "archiveFileName": "Simple_FOC-1.1.2.zip", - "size": 2553955, - "checksum": "SHA-256:6c754fb88418055e392b730e25e2da56605639a1f6ec1bc9a972e8ceeff3ed56" + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "Callback" + }, + { + "name": "DallasTemperature" + }, + { + "name": "DHT sensor library" + }, + { + "name": "EasyBuzzer" + }, + { + "name": "I2C_EEPROM" + }, + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + }, + { + "name": "OneWire" + }, + { + "name": "RTClib" + }, + { + "name": "SimpleCollections" + }, + { + "name": "TaskManagerIO" + }, + { + "name": "tcMenu" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Simple_Hydroponics_Arduino-0.2.0.zip", + "archiveFileName": "Simple_Hydroponics_Arduino-0.2.0.zip", + "size": 11793050, + "checksum": "SHA-256:d7318f37b8f7bbf0d9076a0a5699118e9fe4c868de4a95635e5e1a8892c29b25" }, { - "name": "Simple FOC", - "version": "1.2.0", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend.", - "website": "http://github.com/askuric/Arduino-FOC/", - "category": "Device Control", + "name": "Simple-Hydroponics-Arduino", + "version": "0.3.0", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Hydruino: Simple automation controller for hydroponic grow systems using an Arduino board.", + "paragraph": "Allows one to set up an entire system of sensors, pumps, relays, probes, and other things useful in automating the lighting, feeding, watering, and sensor data monitoring \u0026 collection process involved in hydroponically grown fruits, vegetables, teas, herbs, and salves.", + "website": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino.git", "providesIncludes": [ - "SimpleFOC.h" + "Hydroponics.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.2.0.zip", - "archiveFileName": "Simple_FOC-1.2.0.zip", - "size": 4774883, - "checksum": "SHA-256:18ee9e0e8da1931fb2a8702e68f1d8e49fd28b658514d1861277640ed47b8260" + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "Callback" + }, + { + "name": "DallasTemperature" + }, + { + "name": "DHT sensor library" + }, + { + "name": "I2C_EEPROM" + }, + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + }, + { + "name": "OneWire" + }, + { + "name": "RTClib" + }, + { + "name": "SimpleCollections" + }, + { + "name": "TaskManagerIO" + }, + { + "name": "tcMenu" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Simple_Hydroponics_Arduino-0.3.0.zip", + "archiveFileName": "Simple_Hydroponics_Arduino-0.3.0.zip", + "size": 11819132, + "checksum": "SHA-256:9465b51f7e9e8b75eddc2b39b0241caf84d72ebf84d3afbddeae633ed343bc8c" }, { - "name": "Simple FOC", - "version": "1.3.0", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", - "website": "http://askuric.github.io/Arduino-FOC", - "category": "Device Control", + "name": "Simple-Hydroponics-Arduino", + "version": "0.4.0", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Hydruino: Simple automation controller for hydroponic grow systems using an Arduino board.", + "paragraph": "Allows one to set up an entire system of sensors, pumps, relays, probes, and other things useful in automating the lighting, feeding, watering, and sensor data monitoring \u0026 collection process involved in hydroponically grown fruits, vegetables, teas, herbs, and salves.", + "website": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino.git", "providesIncludes": [ - "SimpleFOC.h" + "Hydroponics.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.3.0.zip", - "archiveFileName": "Simple_FOC-1.3.0.zip", - "size": 65722, - "checksum": "SHA-256:bc56db4f7db503905d79c5104800c242c381a5ea16a5be27efe1bc838267154e" + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "DallasTemperature" + }, + { + "name": "DHT sensor library" + }, + { + "name": "I2C_EEPROM" + }, + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + }, + { + "name": "OneWire" + }, + { + "name": "RTClib" + }, + { + "name": "SimpleCollections" + }, + { + "name": "TaskManagerIO" + }, + { + "name": "tcMenu" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Simple_Hydroponics_Arduino-0.4.0.zip", + "archiveFileName": "Simple_Hydroponics_Arduino-0.4.0.zip", + "size": 14241086, + "checksum": "SHA-256:403cb6dc5ef1952cab1d9beb66a59700c0e10a391a6c342522210e9724597e67" }, { - "name": "Simple FOC", - "version": "1.3.1", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the gimbal motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", - "website": "http://askuric.github.io/Arduino-FOC", - "category": "Device Control", + "name": "Simple-Hydroponics-Arduino", + "version": "0.5.0", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Hydruino: Simple automation controller for hydroponic grow systems using an Arduino board.", + "paragraph": "Allows one to set up an entire system of sensors, pumps, relays, probes, and other things useful in automating the lighting, feeding, watering, and sensor data monitoring \u0026 collection process involved in hydroponically grown fruits, vegetables, teas, herbs, and salves.", + "website": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino.git", "providesIncludes": [ - "SimpleFOC.h" + "Hydroponics.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.3.1.zip", - "archiveFileName": "Simple_FOC-1.3.1.zip", - "size": 69124, - "checksum": "SHA-256:3d6a3b597d42853db2ae8e40b9fab497fc8a7ac0716b57c7b87eabfe68a13235" + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "DallasTemperature" + }, + { + "name": "DHT sensor library" + }, + { + "name": "I2C_EEPROM" + }, + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + }, + { + "name": "OneWire" + }, + { + "name": "RTClib" + }, + { + "name": "SimpleCollections" + }, + { + "name": "TaskManagerIO" + }, + { + "name": "tcMenu" + }, + { + "name": "Time" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiNINA_Generic" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Simple_Hydroponics_Arduino-0.5.0.zip", + "archiveFileName": "Simple_Hydroponics_Arduino-0.5.0.zip", + "size": 14249198, + "checksum": "SHA-256:f5ad7e6734dc11009bafca1547b88bc4ce94b7db0cf714e4740badeb6a49d467" }, { - "name": "Simple FOC", - "version": "1.4.0", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", - "website": "http://askuric.github.io/Arduino-FOC", - "category": "Device Control", + "name": "Simple-Hydroponics-Arduino", + "version": "0.6.0", + "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", + "sentence": "Hydruino: Simple automation controller for hydroponic grow systems.", + "paragraph": "Allows one to set up a system of reservoirs, pumps, probes, relays, and other objects useful in automating the daily lighting, feed dosing, watering, and data monitoring \u0026 collection processes involved in hydroponically grown fruits, vegetables, teas, herbs, and salves. Works with a large variety of widely-available aquarium/hobbyist equipment, including popular GPS, RTC, EEPROM, SD card, WiFi, and other modules compatible with Arduino. Contains a large library of crop data to select from that will automatically aim the system for the best growing parameters during the various growth phases for the system configured, along with fully customizable weekly feed/additive amounts and daily feeding/lighting scheduling. With the right setup Hydruino can automatically do things like: enable grow lights for the needed period each day, drive water pumps and auto-dosers during feedings, spray leafy plants in the morning before lights/sunrise, heat cold water to a specific temp for tropical plants, use CO2 sensors to manage air circulation fans to maintain optimal grow tent parameters, or even use soil moisture sensing to dynamically determine watering schedule.", + "website": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino.git", "providesIncludes": [ - "SimpleFOC.h" + "Hydruino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.4.0.zip", - "archiveFileName": "Simple_FOC-1.4.0.zip", - "size": 73578, - "checksum": "SHA-256:ff04a9d1dedeb1f78aa68b9181a02ddc9a8c716b202f49269d081a8fdea2214c" + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GPS Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "ArduinoJson" + }, + { + "name": "ArxContainer" + }, + { + "name": "ArxSmartPtr" + }, + { + "name": "DallasTemperature" + }, + { + "name": "DHT sensor library" + }, + { + "name": "I2C_EEPROM" + }, + { + "name": "IoAbstraction" + }, + { + "name": "LiquidCrystalIO" + }, + { + "name": "OneWire" + }, + { + "name": "RTClib" + }, + { + "name": "SimpleCollections" + }, + { + "name": "SD" + }, + { + "name": "SolarCalculator" + }, + { + "name": "TaskManagerIO" + }, + { + "name": "tcMenu" + }, + { + "name": "Time" + }, + { + "name": "WiFiEspAT" + }, + { + "name": "WiFiNINA_Generic" + }, + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Simple_Hydroponics_Arduino-0.6.0.zip", + "archiveFileName": "Simple_Hydroponics_Arduino-0.6.0.zip", + "size": 14875534, + "checksum": "SHA-256:2e5c585d4a899dc82a297b7f3159a42f5ba1e016ab5ae167ca0b90546c436461" }, { - "name": "Simple FOC", - "version": "1.4.1", - "author": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "maintainer": "Antun Skuric \u003cantun.skuric@outlook.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is interded both for plug\u0026play and simple enough to be easy to extend. Library supports Arudino devices such as Arduino UNO, MEGA and similar, but also stm32 boards Nucleo and Bluepill.", - "website": "http://askuric.github.io/Arduino-FOC", - "category": "Device Control", + "name": "mqtt5nano", + "version": "0.3.0", + "author": "awootton", + "maintainer": "awootton", + "sentence": "Mqtt5 based library implements remote command line and utilities. Supports the app at knotfree.net.", + "paragraph": "Library for MQTT 5.", + "website": "https://github.com/awootton/mqtt5nano.git", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/awootton/mqtt5nano.git", "providesIncludes": [ - "SimpleFOC.h" + "mqtt5nano.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.4.1.zip", - "archiveFileName": "Simple_FOC-1.4.1.zip", - "size": 79392, - "checksum": "SHA-256:3d64815645b33dc221f859229bcea422f0ccbabd6c0d85c42930267a6a6c135b" + "url": "https://downloads.arduino.cc/libraries/github.com/awootton/mqtt5nano-0.3.0.zip", + "archiveFileName": "mqtt5nano-0.3.0.zip", + "size": 4571046, + "checksum": "SHA-256:4d43f4d2f2bbf7cccfb1d73db0c82092d96f13427e918453bb1e1a0299552a42" }, { - "name": "Simple FOC", - "version": "1.5.0", - "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", - "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC motor using FOC algorithm. It is intended to support as many BLDC motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards Nucleo and Bluepill and ESP32 boards.", - "website": "https://docs.simplefoc.com", - "category": "Device Control", + "name": "mqtt5nano", + "version": "0.6.0", + "author": "awootton", + "maintainer": "awootton", + "sentence": "Mqtt5 based library implements remote command line and utilities. Supports the app at knotfree.net.", + "paragraph": "Library for MQTT 5 providing any easy, cheap and secure way to connect arduino devices to the internet. Supports the app at knotfree.net.", + "website": "https://github.com/awootton/mqtt5nano.git", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/awootton/mqtt5nano.git", "providesIncludes": [ - "SimpleFOC.h" + "mqtt5nano.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.5.0.zip", - "archiveFileName": "Simple_FOC-1.5.0.zip", - "size": 107750, - "checksum": "SHA-256:215b68c89b592fb49ceee19ca631d402fa4e0aa4677431ae8adcf77fdd43f427" + "url": "https://downloads.arduino.cc/libraries/github.com/awootton/mqtt5nano-0.6.0.zip", + "archiveFileName": "mqtt5nano-0.6.0.zip", + "size": 4571301, + "checksum": "SHA-256:492657713c6c5f0d65c4e688b634fee391b6d480523bda222a96e82494b91ffb" }, { - "name": "Simple FOC", - "version": "1.6.0", - "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", - "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", - "website": "https://docs.simplefoc.com", - "category": "Device Control", + "name": "mqtt5nano", + "version": "0.6.1", + "author": "awootton", + "maintainer": "awootton", + "sentence": "Mqtt5 based library implements remote command line and utilities. Supports the app at knotfree.net.", + "paragraph": "Library for MQTT 5 providing any easy, cheap and secure way to connect arduino devices to the internet. Supports the app at knotfree.net.", + "website": "https://github.com/awootton/mqtt5nano.git", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/awootton/mqtt5nano.git", "providesIncludes": [ - "SimpleFOC.h" + "mqtt5nano.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.6.0.zip", - "archiveFileName": "Simple_FOC-1.6.0.zip", - "size": 119148, - "checksum": "SHA-256:3b749ae180d600b1546ed9afd64a9b00503608a9b4e69615f45760e4b024f96f" + "url": "https://downloads.arduino.cc/libraries/github.com/awootton/mqtt5nano-0.6.1.zip", + "archiveFileName": "mqtt5nano-0.6.1.zip", + "size": 4571301, + "checksum": "SHA-256:d1574dac3f18da27e90dadf664d702836ebf38317588035837e1a9eb0990c1af" }, { - "name": "Simple FOC", - "version": "1.6.1", - "author": "Antun Skuric \u003cinfo@simplefoc.com\u003e", - "maintainer": "Antun Skuric \u003cinfo@simplefoc.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", - "website": "https://docs.simplefoc.com", - "category": "Device Control", + "name": "mqtt5nano", + "version": "0.7.0", + "author": "awootton", + "maintainer": "awootton", + "sentence": "Mqtt5 based library implements remote command line and utilities. Supports the app at knotfree.net.", + "paragraph": "Library for MQTT 5 providing any easy, cheap and secure way to connect arduino devices to the internet. Supports the app at knotfree.net.", + "website": "https://github.com/awootton/mqtt5nano.git", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/awootton/mqtt5nano.git", "providesIncludes": [ - "SimpleFOC.h" + "mqtt5nano.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-1.6.1.zip", - "archiveFileName": "Simple_FOC-1.6.1.zip", - "size": 119148, - "checksum": "SHA-256:f7572e52fdf847334a937ca1298caff62c35e34c1b576668aa1d7b2908ae8552" + "url": "https://downloads.arduino.cc/libraries/github.com/awootton/mqtt5nano-0.7.0.zip", + "archiveFileName": "mqtt5nano-0.7.0.zip", + "size": 4571292, + "checksum": "SHA-256:7cfddc008938fc243a09a4df70e540bda367314c5212c74c7b9ebbffdfa2056d" }, { - "name": "Simple FOC", + "name": "Eventually2", "version": "2.0.0", - "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", - "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", - "website": "https://docs.simplefoc.com", - "category": "Device Control", + "author": "Jonathan Bartlett \u003cjonathan@bartlettpublishing.com\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Event-based programming library for Arduino", + "paragraph": "This library is meant to make Arduino programming tasks much more simplified by using an event-driven model rather than the standard looping model.", + "website": "http://www.github.com/johnnyb/Eventually", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/matthewturner/Eventually.git", "providesIncludes": [ - "SimpleFOC.h" + "Eventually.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.0.zip", - "archiveFileName": "Simple_FOC-2.0.0.zip", - "size": 145114, - "checksum": "SHA-256:656eebe744954a763a505b09eb5346042477c626026b13ebabcdea3e86face02" + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/Eventually2-2.0.0.zip", + "archiveFileName": "Eventually2-2.0.0.zip", + "size": 28972, + "checksum": "SHA-256:a21e798cffadc92cc776fbde0eed37104379793cdac612586c77d8aeaa2dac47" }, { - "name": "Simple FOC", - "version": "2.0.1", - "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", - "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", - "website": "https://docs.simplefoc.com", - "category": "Device Control", + "name": "Eventually2", + "version": "2.1.0", + "author": "Jonathan Bartlett \u003cjonathan@bartlettpublishing.com\u003e", + "maintainer": "Matt Turner \u003cmatt@fiverings.uk\u003e", + "sentence": "Event-based programming library for Arduino", + "paragraph": "This library is meant to make Arduino programming tasks much more simplified by using an event-driven model rather than the standard looping model.", + "website": "https://github.com/matthewturner/Eventually.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", + "repository": "https://github.com/matthewturner/Eventually.git", "providesIncludes": [ - "SimpleFOC.h" + "Eventually.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.1.zip", - "archiveFileName": "Simple_FOC-2.0.1.zip", - "size": 149235, - "checksum": "SHA-256:369f693087d7bd538445356a638d12532e59b299b4cc5d1db399b87b7e8bf712" + "url": "https://downloads.arduino.cc/libraries/github.com/matthewturner/Eventually2-2.1.0.zip", + "archiveFileName": "Eventually2-2.1.0.zip", + "size": 29159, + "checksum": "SHA-256:6830c02b5e1e043cf456fa151fbf45ec11c0bc5bf8dec769f5bfc752613a601e" }, { - "name": "Simple FOC", - "version": "2.0.2", - "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", - "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", - "sentence": "A library demistifying FOC for BLDC motors", - "paragraph": "Simple library intended for hobby comunity to run the BLDC and Stepper motor using FOC algorithm. It is intended to support as many BLDC/Stepper motor+sensor+driver combinations as possible and in the same time maintain simplicity of usage. Library supports Arudino devices such as Arduino UNO, MEGA, NANO and similar, stm32 boards such as Nucleo and Bluepill, ESP32 and Teensy boards.", - "website": "https://docs.simplefoc.com", - "category": "Device Control", + "name": "esp8266channel3lib", + "version": "0.3.0", + "author": "Paul Schlarmann", + "maintainer": "Paul Schlarmann", + "sentence": "A library to emulate an analogue tv station on channel 3 with an ESP8266", + "paragraph": "A library to emulate an analogue tv station on channel 3 with an ESP8266", + "website": "https://github.com/schlarmann/esp8266channel3lib", + "category": "Display", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/askuric/Arduino-FOC.git", - "providesIncludes": [ - "SimpleFOC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/askuric/Simple_FOC-2.0.2.zip", - "archiveFileName": "Simple_FOC-2.0.2.zip", - "size": 154145, - "checksum": "SHA-256:6a88b861662e510bac65cb08dd1d3e683b213b733fbc57d488dd1defc3121268" + "repository": "https://github.com/schlarmann/esp8266channel3lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/schlarmann/esp8266channel3lib-0.3.0.zip", + "archiveFileName": "esp8266channel3lib-0.3.0.zip", + "size": 24475, + "checksum": "SHA-256:1de0f9244294bc7803a9d5383e42233087a1d762635249f0641b8053bf147ce3" }, { - "name": "Piano Board", - "version": "1.0.1", - "author": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", - "maintainer": "Maarten Janssen \u003cmaarten@cheerful.nl\u003e", - "sentence": "PianoBoard library for the Piano Board from Cheerful Electronic", - "paragraph": "This library is intended to interface with the Cheerful Electronic Piano Board and allows you to make a piano using an external synthesizer or the on-board beeper.", - "website": "https://github.com/DhrBaksteen/ArduinoPianoBoard/", - "category": "Device Control", + "name": "esp8266channel3lib", + "version": "1.0.0", + "author": "Paul Schlarmann", + "maintainer": "Paul Schlarmann", + "sentence": "Analogue TV Out with an ESP8266!", + "paragraph": "A library to emulate an analogue tv station on channel 3 with an ESP8266. Simply attach an antenna to the RX pin and tune a TV to channel 3. Uses I2S and DMA.", + "website": "https://github.com/schlarmann/esp8266channel3lib", + "category": "Display", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/DhrBaksteen/ArduinoPianoBoard.git", - "providesIncludes": [ - "SPI.h", - "PianoKeys.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/DhrBaksteen/Piano_Board-1.0.1.zip", - "archiveFileName": "Piano_Board-1.0.1.zip", - "size": 130302, - "checksum": "SHA-256:fd473ed68612d715f409ab7051ee70872cd45c6c13df56528058b472e424fedf" + "repository": "https://github.com/schlarmann/esp8266channel3lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/schlarmann/esp8266channel3lib-1.0.0.zip", + "archiveFileName": "esp8266channel3lib-1.0.0.zip", + "size": 25341, + "checksum": "SHA-256:1094f0e494c1f362264be2861e6ea41dce570cc2121951e6bdd3c69fa04964bb" }, { - "name": "simple-web-dashboard", - "version": "0.1.0", - "author": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "maintainer": "Adam Demuri \u003cadam.demuri@gmail.com\u003e", - "sentence": "Displays variable values on a simple web page", - "paragraph": "Minimal library for displaying values on ESP platforms. Asynchronously refreshes.", - "website": "https://github.com/ademuri/simple-web-dashboard", + "name": "AfricasTalking", + "version": "1.0.0", + "author": "Ochieng Otieno \u003cochiengotieno71@gmail.com\u003e", + "maintainer": "Ochieng Otieno \u003cochiengotieno71@gmail.com\u003e", + "sentence": "A library to enable easy intergration of Africas Talking communication APIs with esp8266.", + "paragraph": "SMS, Airtime and Voice interface for the Africas Talking API.", + "website": "https://github.com/ochiengotieno304/africastalking-esp8266/", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ademuri/esp-simple-web-dashboard.git", + "repository": "https://github.com/ochiengotieno304/africastalking-esp8266.git", "providesIncludes": [ - "dashboard.hpp" + "AfricasTalking.h" ], "dependencies": [ { - "name": "ESP Async WebServer" + "name": "WiFiClientSecure" + }, + { + "name": "ESP8266HTTPClient" + }, + { + "name": "ESP8266WiFi" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ademuri/simple_web_dashboard-0.1.0.zip", - "archiveFileName": "simple_web_dashboard-0.1.0.zip", - "size": 10260, - "checksum": "SHA-256:5753475a048bf5fe2c8a098c7fba0176f7239cdb5e4fe35ef265e07c7b3cf80b" + "url": "https://downloads.arduino.cc/libraries/github.com/ochiengotieno304/AfricasTalking-1.0.0.zip", + "archiveFileName": "AfricasTalking-1.0.0.zip", + "size": 10239, + "checksum": "SHA-256:44278dcbe6655777108c6d8fd0f0d93adfad99561f72e84e3feac6214605437c" }, { - "name": "MultiMap", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for fast non-linear interpolation by means of two arrays.", - "website": "https://github.com/RobTillaart/Arduino/MultiMap", - "category": "Data Processing", + "name": "AfricasTalking", + "version": "1.0.1", + "author": "Ochieng Otieno \u003cochiengotieno71@gmail.com\u003e", + "maintainer": "Ochieng Otieno \u003cochiengotieno71@gmail.com\u003e", + "sentence": "A library to enable easy intergration of Africas Talking communication APIs with esp8266.", + "paragraph": "SMS, Airtime and Voice interface for the Africas Talking API.", + "website": "https://github.com/ochiengotieno304/africastalking-esp8266/", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MultiMap.git", + "repository": "https://github.com/ochiengotieno304/africastalking-esp8266.git", "providesIncludes": [ - "multimap.h" + "AfricasTalking.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.1.zip", - "archiveFileName": "MultiMap-0.1.1.zip", - "size": 9744, - "checksum": "SHA-256:1a0a274c2049a6e3430b57213d7494de9a95e0c430f15ec3f9dcb07135f2d91b" + "url": "https://downloads.arduino.cc/libraries/github.com/ochiengotieno304/AfricasTalking-1.0.1.zip", + "archiveFileName": "AfricasTalking-1.0.1.zip", + "size": 12150, + "checksum": "SHA-256:e3f6f8bf0f559f8582a4dd4e1d220c13da3fdc161fe2e6c9fa20e5e7c8148d89" }, { - "name": "MultiMap", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for fast non-linear interpolation by means of two arrays.", - "website": "https://github.com/RobTillaart/Arduino/MultiMap", - "category": "Data Processing", + "name": "ESP32-OTA", + "version": "0.1.0", + "author": "Scott Baker \u003cscott.baker@gmail.com\u003e", + "maintainer": "Scott Baker \u003cscott.baker@gmail.com\u003e", + "sentence": "Easily add a OTA via web to an existing project", + "paragraph": "Easily add a OTA via web to an existing project", + "website": "https://github.com/scottchiefbaker/ESP-WebOTA", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MultiMap.git", + "repository": "https://github.com/scottchiefbaker/ESP-WebOTA.git", "providesIncludes": [ - "multimap.h" + "WebOTA.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MultiMap-0.1.2.zip", - "archiveFileName": "MultiMap-0.1.2.zip", - "size": 9804, - "checksum": "SHA-256:93c137f7e0bbd3e1f1514fe8f5e3c3f3e7362829642afca288850371f9935966" + "url": "https://downloads.arduino.cc/libraries/github.com/scottchiefbaker/ESP32_OTA-0.1.0.zip", + "archiveFileName": "ESP32_OTA-0.1.0.zip", + "size": 6535, + "checksum": "SHA-256:5bfdeb577ecaa4e3eb1fb134ed74a2ffa00f5ab376b4b595016d5601c66acdb6" }, { - "name": "Dictionary", - "version": "1.0.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "ESP32-OTA", + "version": "0.1.3", + "author": "Scott Baker \u003cscott.baker@gmail.com\u003e", + "maintainer": "Scott Baker \u003cscott.baker@gmail.com\u003e", + "sentence": "Easily add a OTA via web to an existing project", + "paragraph": "Easily add a OTA via web to an existing project", + "website": "https://github.com/scottchiefbaker/ESP-WebOTA", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.0.zip", - "archiveFileName": "Dictionary-1.0.0.zip", - "size": 9352, - "checksum": "SHA-256:02c82547b932a7c662584df211c748b565e528ed2f791c71e58125139f0484fc" - }, - { - "name": "Dictionary", - "version": "1.0.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/scottchiefbaker/ESP-WebOTA.git", + "providesIncludes": [ + "WebOTA.h" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.1.zip", - "archiveFileName": "Dictionary-1.0.1.zip", - "size": 10913, - "checksum": "SHA-256:af38a2772a03d014d6ce8315e090064883689e4755ac8da790278f9ec6f978e4" + "url": "https://downloads.arduino.cc/libraries/github.com/scottchiefbaker/ESP32_OTA-0.1.3.zip", + "archiveFileName": "ESP32_OTA-0.1.3.zip", + "size": 8160, + "checksum": "SHA-256:cec0b2173ae4d00daae67778763740fcc10d4e93b19f79f38ddff8a3fbb25677" }, { - "name": "Dictionary", - "version": "1.0.2", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "ESP32-OTA", + "version": "0.1.4", + "author": "Scott Baker \u003cscott.baker@gmail.com\u003e", + "maintainer": "Scott Baker \u003cscott.baker@gmail.com\u003e", + "sentence": "Add an HTTP OTA interface to an existing project", + "paragraph": "Easily add an HTTP OTA interface to an existing project", + "website": "https://github.com/scottchiefbaker/ESP-WebOTA", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.0.2.zip", - "archiveFileName": "Dictionary-1.0.2.zip", - "size": 11400, - "checksum": "SHA-256:6df78d30d3911cd383c36c5f9c1b3aea29e5a57ef8ac9748a373838960145be7" - }, - { - "name": "Dictionary", - "version": "1.1.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/scottchiefbaker/ESP-WebOTA.git", + "providesIncludes": [ + "WebOTA.h" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.1.0.zip", - "archiveFileName": "Dictionary-1.1.0.zip", - "size": 11971, - "checksum": "SHA-256:e4166b7872f4fb1a63cc6f79442e3147b85108157bb521768cdcb17966fc2337" + "url": "https://downloads.arduino.cc/libraries/github.com/scottchiefbaker/ESP32_OTA-0.1.4.zip", + "archiveFileName": "ESP32_OTA-0.1.4.zip", + "size": 8890, + "checksum": "SHA-256:e958e55c885082456a161af642a92cf18ea7c2ae15daece2af10ea07772f11b5" }, { - "name": "Dictionary", - "version": "1.1.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "MeanAndVarOnTheFly", + "version": "1.0.1", + "author": "afpineda", + "maintainer": "afpineda \u003c74291754+afpineda@users.noreply.github.com\u003e", + "sentence": "Calculate mean and variance not storing individual values in memory", + "website": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.1.1.zip", - "archiveFileName": "Dictionary-1.1.1.zip", - "size": 12085, - "checksum": "SHA-256:6a8b9c21cb458e691ace5b6ab3892fd3dc29b7ac4e196a167d92c1e08b860c32" + "repository": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino.git", + "providesIncludes": [ + "MeanAndVarOnTheFly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/afpineda/MeanAndVarOnTheFly-1.0.1.zip", + "archiveFileName": "MeanAndVarOnTheFly-1.0.1.zip", + "size": 7793, + "checksum": "SHA-256:bf17d7233ab2a8ebfb312bf37894b3e5cbee612f861fe379da661ebcf6ee86f1" }, { - "name": "Dictionary", - "version": "1.2.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "MeanAndVarOnTheFly", + "version": "1.0.2", + "author": "afpineda", + "maintainer": "afpineda \u003c74291754+afpineda@users.noreply.github.com\u003e", + "sentence": "Calculate mean and variance not storing individual values in memory", + "paragraph": "Mean, biased variance and unbiased variance are computed in a quick, low memory footprint, algorithm. It works with any signed integral type. Some ADC filters are provided as example.", + "website": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.2.0.zip", - "archiveFileName": "Dictionary-1.2.0.zip", - "size": 12217, - "checksum": "SHA-256:0f3903079898d1ce1897052507236958e186e5959261f9524bd1894440fabcbb" + "repository": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino.git", + "providesIncludes": [ + "MeanAndVarOnTheFly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/afpineda/MeanAndVarOnTheFly-1.0.2.zip", + "archiveFileName": "MeanAndVarOnTheFly-1.0.2.zip", + "size": 7926, + "checksum": "SHA-256:cfc277b9ff484c62820898b09741615a3842a1c7cc5213f103419ded052e1e4e" }, { - "name": "Dictionary", - "version": "1.2.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "MeanAndVarOnTheFly", + "version": "1.0.3", + "author": "afpineda", + "maintainer": "afpineda \u003c74291754+afpineda@users.noreply.github.com\u003e", + "sentence": "Calculate mean and variance not storing individual values in memory.", + "paragraph": "Mean, biased variance and unbiased variance are computed in a quick, low memory footprint, algorithm. It works with any signed integral type. Some ADC filters are provided as example.", + "website": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.2.1.zip", - "archiveFileName": "Dictionary-1.2.1.zip", - "size": 16661, - "checksum": "SHA-256:975fe682b4f57a5d1e1e554b1d3d9173246ac7a19776d9190ea43b2470491301" + "repository": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino.git", + "providesIncludes": [ + "MeanAndVarOnTheFly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/afpineda/MeanAndVarOnTheFly-1.0.3.zip", + "archiveFileName": "MeanAndVarOnTheFly-1.0.3.zip", + "size": 8093, + "checksum": "SHA-256:7776b4abd49fb2e78d2d1afc3b0372f6e510d7696c64d1b989aedccda38d126a" }, { - "name": "Dictionary", - "version": "1.3.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "MeanAndVarOnTheFly", + "version": "1.1.0", + "author": "afpineda", + "maintainer": "afpineda \u003c74291754+afpineda@users.noreply.github.com\u003e", + "sentence": "Calculate mean and variance not storing individual values in memory.", + "paragraph": "Mean, biased variance and unbiased variance are computed in a quick, low memory footprint, algorithm. It works with any signed integral type. Some ADC filters are provided as example.", + "website": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-1.3.0.zip", - "archiveFileName": "Dictionary-1.3.0.zip", - "size": 17590, - "checksum": "SHA-256:9605ee2b284bbe5fb83b7830586a9b7db977f01e5d6c0decae766564a7c6626b" + "repository": "https://github.com/afpineda/MeanAndVarOnTheFly-Arduino.git", + "providesIncludes": [ + "MeanAndVarOnTheFly.h", + "CovarianceOnTheFly.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/afpineda/MeanAndVarOnTheFly-1.1.0.zip", + "archiveFileName": "MeanAndVarOnTheFly-1.1.0.zip", + "size": 10650, + "checksum": "SHA-256:629542630e6db2498929181b4b463d95069d608cb9532771f0a78a1be57f6653" }, { - "name": "Dictionary", - "version": "2.0.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "Led", + "version": "1.0.0", + "author": "Yesbotics \u003chttps://gitlab.com/yesbotics\u003e", + "maintainer": "Jens Kabisch", + "sentence": "Library to easy handle a led connected to arduino.", + "paragraph": "Led is a minimalistic library to work with an led connected to an arduino or esp32. You can easely switch the led on and of or let it blink. The lib works non-blocking.", + "website": "https://gitlab.com/yesbotics/libs/arduino/led", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.0.0.zip", - "archiveFileName": "Dictionary-2.0.0.zip", - "size": 19570, - "checksum": "SHA-256:82e4a4af886f25a7151d3c0b5986d3c223fc0cb9e6d63d0aae260ac8e6859da6" + "repository": "https://gitlab.com/yesbotics/libs/arduino/led.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino/Led-1.0.0.zip", + "archiveFileName": "Led-1.0.0.zip", + "size": 4142, + "checksum": "SHA-256:aa10c21ced31d51819ffe905b0b18ebab1e11e17673abb5bbc55011813fbb324" }, { - "name": "Dictionary", - "version": "2.1.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "HUSB238", + "version": "1.0.0", + "author": "Mikkel Jeppesen", + "maintainer": "Mikkel Jeppesen", + "sentence": "Driver library for the HUSB238 USB-PD IC", + "website": "https://github.com/Duckle29", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.0.zip", - "archiveFileName": "Dictionary-2.1.0.zip", - "size": 21118, - "checksum": "SHA-256:5c6b5c895d8bc4036f408711f8e8ed01cb3edc610273fc6c52a097fcc84f7cbf" + "repository": "https://github.com/Duckle29/HUSB238.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Duckle29/HUSB238-1.0.0.zip", + "archiveFileName": "HUSB238-1.0.0.zip", + "size": 6159, + "checksum": "SHA-256:99b6630c651140a6ec32db87f529e6e382cfa5f919083d76a109e79e568d8a05" }, { - "name": "Dictionary", - "version": "2.1.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "RepeatButton", + "version": "0.0.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut Repeat Button for Arduino.", + "paragraph": "Applying MicroBeaut Repeat Button to your program will make it easier to manage your Multitasking Programming.", + "website": "https://github.com/MicroBeaut/MicroBeaut-RepeatButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.1.zip", - "archiveFileName": "Dictionary-2.1.1.zip", - "size": 28216, - "checksum": "SHA-256:3b4728e3e1e010e25527b234f2d68855b9dd457eff62383c93c59b8f6af78948" + "repository": "https://github.com/MicroBeaut/RepeatButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/RepeatButton-0.0.0.zip", + "archiveFileName": "RepeatButton-0.0.0.zip", + "size": 9920, + "checksum": "SHA-256:49b1bf7a8dde73c007717013c6c9bbec0b8f50b89ddeeda5b2911496394855bb" }, { - "name": "Dictionary", - "version": "2.1.2", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "RepeatButton", + "version": "1.0.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut Repeat Button for Arduino.", + "paragraph": "Applying MicroBeaut Repeat Button to your program will make it easier to manage your Multitasking Programming.", + "website": "https://github.com/MicroBeaut/MicroBeaut-RepeatButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-2.1.2.zip", - "archiveFileName": "Dictionary-2.1.2.zip", - "size": 28222, - "checksum": "SHA-256:469295a1a0bf5c5c86fae3188116c2f0480de6567be490a93a9d0ebaddc55ee4" + "repository": "https://github.com/MicroBeaut/RepeatButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/RepeatButton-1.0.0.zip", + "archiveFileName": "RepeatButton-1.0.0.zip", + "size": 9921, + "checksum": "SHA-256:f90219f98db5197407c7340521130643f068d5f936e1362f10553639ff32fa25" }, { - "name": "Dictionary", - "version": "3.0.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "RepeatButton", + "version": "1.0.1", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut RepeatButton for Arduino.", + "paragraph": "RepeatButton provides debounce, press, release, hold, and repeat functions with an event callback for the button. Applying RepeatButton to your code will make it easier to manage your Multitasking Programming.", + "website": "https://github.com/MicroBeaut/MicroBeaut-RepeatButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" - ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.0.0.zip", - "archiveFileName": "Dictionary-3.0.0.zip", - "size": 22921, - "checksum": "SHA-256:9dcae0a521ba0e4e109ab0cbd3977f83a879e29be0f0f2c95fcf217fa57c9d97" - }, - { - "name": "Dictionary", - "version": "3.1.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + ], + "repository": "https://github.com/MicroBeaut/RepeatButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/RepeatButton-1.0.1.zip", + "archiveFileName": "RepeatButton-1.0.1.zip", + "size": 17897, + "checksum": "SHA-256:51beab58d66b8459300d5b388555e4393b72ceb9bbbcff7e81b5e86d63a886c3" + }, + { + "name": "RepeatButton", + "version": "1.2.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "RepeatButton Library for Arduino.", + "paragraph": "RepeatButton provides debounce, press, release, hold, and repeat functions with an event callback for the button.", + "website": "https://github.com/MicroBeaut/MicroBeaut-RepeatButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.0.zip", - "archiveFileName": "Dictionary-3.1.0.zip", - "size": 60353, - "checksum": "SHA-256:b1febad41ebccf975080924526991fa28dc3e24951f61f1f0e7a87203ee875f0" + "repository": "https://github.com/MicroBeaut/RepeatButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/RepeatButton-1.2.0.zip", + "archiveFileName": "RepeatButton-1.2.0.zip", + "size": 17838, + "checksum": "SHA-256:250cd38a89fd4f3229901bb6686566a8f13c5ecf968bc25032c544ba37c86452" }, { - "name": "Dictionary", - "version": "3.1.1", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", - "category": "Uncategorized", + "name": "RepeatButton", + "version": "1.2.1", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "RepeatButton Library for Arduino.", + "paragraph": "RepeatButton provides debounce, press, release, hold, and repeat functions with an event callback for the button.", + "website": "https://github.com/MicroBeaut/RepeatButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.1.zip", - "archiveFileName": "Dictionary-3.1.1.zip", - "size": 60396, - "checksum": "SHA-256:cd064d7f41085f49019a1ea4d8c0bccc4baf626ab115a74424e3f405098698ad" + "repository": "https://github.com/MicroBeaut/RepeatButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/RepeatButton-1.2.1.zip", + "archiveFileName": "RepeatButton-1.2.1.zip", + "size": 17900, + "checksum": "SHA-256:c13aee456f9402b081c3575de11f5e99db6a7453becf942d2ad97c07c0c0c35c" }, { - "name": "Dictionary", - "version": "3.1.2", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", + "name": "Deneyap Arduino Projeleri", + "version": "1.0.0", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino examples for Deneyap Devkits", + "paragraph": "*", + "website": "*", "category": "Uncategorized", "architectures": [ "*" @@ -317650,20 +777608,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.1.2.zip", - "archiveFileName": "Dictionary-3.1.2.zip", - "size": 60449, - "checksum": "SHA-256:b3b53fac9bc7efd32d8ac4415e868af4d03d776283ac7c72eabf7159a90867a7" + "repository": "https://github.com/deneyapkart/deneyap-arduino-projeleri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Arduino_Projeleri-1.0.0.zip", + "archiveFileName": "Deneyap_Arduino_Projeleri-1.0.0.zip", + "size": 10313255, + "checksum": "SHA-256:fe25834a60184fadc02ad6c66df187d56ed1858f34905e23065a3fef5846c42f" }, { - "name": "Dictionary", - "version": "3.2.0", - "author": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "maintainer": "Anatoli Arkhipenko \u003carkhipenko@hotmail.com\u003e", - "sentence": "A dictionary data type with a fast b-tree based search", - "paragraph": "A dictionary data type with a fast b-tree based search (based on crc32)", - "website": "https://github.com/arkhipenko/Dictionary.git", + "name": "Deneyap Arduino Projeleri", + "version": "1.0.2", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino examples for Deneyap Devkits with Deneyap Modules", + "paragraph": "*", + "website": "*", "category": "Uncategorized", "architectures": [ "*" @@ -317671,92 +777629,83 @@ "types": [ "Contributed" ], - "repository": "https://github.com/arkhipenko/Dictionary.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arkhipenko/Dictionary-3.2.0.zip", - "archiveFileName": "Dictionary-3.2.0.zip", - "size": 60815, - "checksum": "SHA-256:06daef19b93927aa3ac36d376a56b7070652420cf617e5cb7f8c395a4487df69" + "repository": "https://github.com/deneyapkart/deneyap-arduino-projeleri.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Arduino_Projeleri-1.0.2.zip", + "archiveFileName": "Deneyap_Arduino_Projeleri-1.0.2.zip", + "size": 11562270, + "checksum": "SHA-256:0f5bdd44fd4e568f0eb12bd36634fe9a4221a902c31593598b40a43a3f8fed86" }, { - "name": "DHTNEW", - "version": "0.1.6", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "TCone", + "version": "1.0.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut-TCone Library with Timer and Counter One.", + "paragraph": "Provides True 16-bit Design, Input Capture Noise Canceler, Pulse Width Modulator (PWM), Frequency Generator, and Events.", + "website": "https://github.com/MicroBeaut/MicroBeaut-TCone", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.1.6.zip", - "archiveFileName": "DHTNEW-0.1.6.zip", - "size": 9618, - "checksum": "SHA-256:abfa1459cacfaeb0bf4c975b0df12a2505cab1c59500d211e865ad8a2734a884" + "repository": "https://github.com/MicroBeaut/MicroBeaut-TCone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/TCone-1.0.0.zip", + "archiveFileName": "TCone-1.0.0.zip", + "size": 6443, + "checksum": "SHA-256:968407df2e0a047cb5a54afd6fe1d9719ec2743b35b459e2a2faef6eaaf5f035" }, { - "name": "DHTNEW", - "version": "0.1.7", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "TCone", + "version": "1.0.1", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "MicroBeaut-TCone Library with Timer and Counter One.", + "paragraph": "MicroBeaut-TCone Library provided Timer and Counter One interoperation with a subroutine for Arduino.", + "website": "https://github.com/MicroBeaut/MicroBeaut-TCone", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.1.7.zip", - "archiveFileName": "DHTNEW-0.1.7.zip", - "size": 11390, - "checksum": "SHA-256:2d0e6c5ddeed8a657ccf0365dc629469156c73d604249499cb38ffb08494eef0" + "repository": "https://github.com/MicroBeaut/MicroBeaut-TCone.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/TCone-1.0.1.zip", + "archiveFileName": "TCone-1.0.1.zip", + "size": 6396, + "checksum": "SHA-256:bec86198df24253fc326477e8e2af666827eb5525e8537d100d8d0e39b5ad84c" }, { - "name": "DHTNEW", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "DotMatrixDisplay", + "version": "1.0.0", + "author": "Galion \u003cgalion@sdf.org\u003e", + "maintainer": "Galion \u003cgalion@sdf.org\u003e", + "sentence": "Dot-Matrix Display library for use with PD243X I2C Adapter Board", + "paragraph": "Supports adapter boards with PD2435, PD2436 and PD2437 displays but should also work with PD253X and PD443X series displays.", + "website": "https://github.com/galjonsfigur/Arduino-DotMatrixLibrary", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.2.0.zip", - "archiveFileName": "DHTNEW-0.2.0.zip", - "size": 11414, - "checksum": "SHA-256:990181b8c69f72f9bc22c2cb8d94ffc7a0be1d9ebda975d8767f730d8f63f14e" + "repository": "https://github.com/galjonsfigur/PD243x-DotMatrixDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/galjonsfigur/DotMatrixDisplay-1.0.0.zip", + "archiveFileName": "DotMatrixDisplay-1.0.0.zip", + "size": 18416655, + "checksum": "SHA-256:ce1c94e837dc9b9f4190cacb02ccb1383d0d85d4a58c7f043ff8b5d352e95db7" }, { - "name": "DHTNEW", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", - "website": "https://github.com/RobTillaart/DHTNEW", + "name": "Flinders_ENGR2781", + "version": "1.0.0", + "author": "Flinders", + "maintainer": "Flinders", + "sentence": "Examples for ENGR2781 - Mechanical Design Project (Warman)", + "paragraph": "This library contains some example programs to demonstrate and test the functionality of the provided electronics kit", + "website": "https://github.com/Flinduino", "category": "Sensors", "architectures": [ "*" @@ -317764,143 +777713,155 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" + "repository": "https://github.com/Flinduino/Flinders_ENGR2781.git", + "dependencies": [ + { + "name": "Pushbutton" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.2.1.zip", - "archiveFileName": "DHTNEW-0.2.1.zip", - "size": 12946, - "checksum": "SHA-256:03e71398a47bdaa9fc39b421474ba90c5a14d5a65a625037a9fcab5519d8cb95" + "url": "https://downloads.arduino.cc/libraries/github.com/Flinduino/Flinders_ENGR2781-1.0.0.zip", + "archiveFileName": "Flinders_ENGR2781-1.0.0.zip", + "size": 21400, + "checksum": "SHA-256:b1d3cb7654723bad322d14617c93c2f7acb8900e018da7b80e053c30b4f1c615" }, { - "name": "DHTNEW", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrup", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "AcksenPump", + "version": "1.8.0", + "author": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "maintainer": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "sentence": "Brewing-focused pump control I/O library for Arduino.", + "paragraph": "Brewing-focused pump control library for Arduino supporting pump ventilation, rests, maximum operating temp and more.", + "website": "https://github.com/acksen/AcksenPump", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" + "repository": "https://github.com/acksen/AcksenPump.git", + "dependencies": [ + { + "name": "Time" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.0.zip", - "archiveFileName": "DHTNEW-0.3.0.zip", - "size": 17711, - "checksum": "SHA-256:31b487aa5db917ced6ac8a52345506ec6b77e7550eb735b77ecbc37ae36b13f5" + "url": "https://downloads.arduino.cc/libraries/github.com/acksen/AcksenPump-1.8.0.zip", + "archiveFileName": "AcksenPump-1.8.0.zip", + "size": 14175, + "checksum": "SHA-256:5b4857989682c5ea113970e49686cf49d52dea2805a31a20f5b2698fe7048df7" }, { - "name": "DHTNEW", - "version": "0.3.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "AcksenPump", + "version": "1.8.1", + "author": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "maintainer": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "sentence": "Brewing-focused pump control I/O library for Arduino.", + "paragraph": "Brewing-focused pump control library for Arduino supporting pump ventilation, rests, maximum operating temp and more.", + "website": "https://github.com/acksen/AcksenPump", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" + "repository": "https://github.com/acksen/AcksenPump.git", + "dependencies": [ + { + "name": "Time" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.1.zip", - "archiveFileName": "DHTNEW-0.3.1.zip", - "size": 19221, - "checksum": "SHA-256:db91fe9e7f8794c492281962290abf90c12e8d2fddce58e60ceef2f8f765d45b" + "url": "https://downloads.arduino.cc/libraries/github.com/acksen/AcksenPump-1.8.1.zip", + "archiveFileName": "AcksenPump-1.8.1.zip", + "size": 14444, + "checksum": "SHA-256:459bb7f45d9f59eb8d1dfa08009fe7599d0d568c5bd4c1352decdf67ec8c79d1" }, { - "name": "DHTNEW", - "version": "0.3.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "ChatGPT_Client", + "version": "0.1.0", + "author": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "Library for communication with ChatGPT", + "paragraph": "The official method using API Key for communication with OpenAI", + "website": "https://github.com/0015/ChatGPT_Client_For_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" + "repository": "https://github.com/0015/ChatGPT_Client_For_Arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.2.zip", - "archiveFileName": "DHTNEW-0.3.2.zip", - "size": 20688, - "checksum": "SHA-256:5490c59424f043b763179a4908704994da7fee0c4f3aacde8d574e4cae0ed47a" + "url": "https://downloads.arduino.cc/libraries/github.com/0015/ChatGPT_Client-0.1.0.zip", + "archiveFileName": "ChatGPT_Client-0.1.0.zip", + "size": 178143, + "checksum": "SHA-256:3e3dc9866cb64a695239ff01fec9ea6a102f295fe5b0829ae0f26bd23d389700" }, { - "name": "DHTNEW", - "version": "0.3.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "ChatGPT_Client", + "version": "0.1.1", + "author": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "Library for communication with ChatGPT", + "paragraph": "The official method using API Key for communication with OpenAI", + "website": "https://github.com/0015/ChatGPT_Client_For_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" + "repository": "https://github.com/0015/ChatGPT_Client_For_Arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.3.zip", - "archiveFileName": "DHTNEW-0.3.3.zip", - "size": 23220, - "checksum": "SHA-256:93ef444258a404d976bef0dca0dcf757a4d764e96c0719dd28bc1c65ba271e3a" + "url": "https://downloads.arduino.cc/libraries/github.com/0015/ChatGPT_Client-0.1.1.zip", + "archiveFileName": "ChatGPT_Client-0.1.1.zip", + "size": 179276, + "checksum": "SHA-256:da44480e0daf16f1bc2fdbb6965ddc69340770ba7bee31854023e9b4ad9e9a17" }, { - "name": "DHTNEW", - "version": "0.3.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", - "website": "https://github.com/RobTillaart/DHTNEW", - "category": "Sensors", + "name": "ChatGPT_Client", + "version": "0.1.2", + "author": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "maintainer": "Eric Nam \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "Library for communication with ChatGPT", + "paragraph": "The official method using API Key for communication with OpenAI", + "website": "https://github.com/0015/ChatGPT_Client_For_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" + "repository": "https://github.com/0015/ChatGPT_Client_For_Arduino.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.3.4.zip", - "archiveFileName": "DHTNEW-0.3.4.zip", - "size": 23736, - "checksum": "SHA-256:331c83ab270832a7dd5a2a795cebf72d578eecb36b3830d6b516f1b854a44bdc" + "url": "https://downloads.arduino.cc/libraries/github.com/0015/ChatGPT_Client-0.1.2.zip", + "archiveFileName": "ChatGPT_Client-0.1.2.zip", + "size": 177716, + "checksum": "SHA-256:8cf5e4b1b09d4421b52742791a7736707d50caad59b1b6e967cd984c388ff0a5" }, { - "name": "DHTNEW", - "version": "0.4.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", - "website": "https://github.com/RobTillaart/DHTNEW", + "name": "DHT Sensors Non-Blocking", + "version": "1.0.0", + "author": "Toan Nguyen", + "maintainer": "Toan Nguyen \u003ctoan.nv1702@gmail.com\u003e", + "sentence": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "paragraph": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "website": "https://github.com/toannv17/DHT-Sensors-Non-Blocking", "category": "Sensors", "architectures": [ "*" @@ -317908,23 +777869,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" + "repository": "https://github.com/toannv17/DHT-Sensors-Non-Blocking.git", + "dependencies": [ + { + "name": "ToanNguyen DHT Sensor" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.0.zip", - "archiveFileName": "DHTNEW-0.4.0.zip", - "size": 25449, - "checksum": "SHA-256:c65d24a5649fb02a2b919c976dff89b1a3ef8b17523cb509e6900445bda49b44" + "url": "https://downloads.arduino.cc/libraries/github.com/toannv17/DHT_Sensors_Non_Blocking-1.0.0.zip", + "archiveFileName": "DHT_Sensors_Non_Blocking-1.0.0.zip", + "size": 25158, + "checksum": "SHA-256:b9e79bff2aa30fc1ad211021fad02da0fe67c4dc0c9ea74989ba11864988e937" }, { - "name": "DHTNEW", - "version": "0.4.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", - "website": "https://github.com/RobTillaart/DHTNEW", + "name": "DHT Sensors Non-Blocking", + "version": "1.0.1", + "author": "Toan Nguyen", + "maintainer": "Toan Nguyen \u003ctoan.nv1702@gmail.com\u003e", + "sentence": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "paragraph": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "website": "https://www.arduino.cc/reference/en/libraries/dht-sensors-non-blocking/", "category": "Sensors", "architectures": [ "*" @@ -317932,23 +777895,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.1.zip", - "archiveFileName": "DHTNEW-0.4.1.zip", - "size": 27627, - "checksum": "SHA-256:243c7a8a2adf717ef2979e761efb1b87e25fde323584bb50f1ccc08a57ebd303" + "repository": "https://github.com/toannv17/DHT-Sensors-Non-Blocking.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toannv17/DHT_Sensors_Non_Blocking-1.0.1.zip", + "archiveFileName": "DHT_Sensors_Non_Blocking-1.0.1.zip", + "size": 29320, + "checksum": "SHA-256:0153033dc9de4e3ff49cd6794c22f8106051f229480ca469ac21fd2cc94daf55" }, { - "name": "DHTNEW", - "version": "0.4.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", - "paragraph": "Types supported: DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", - "website": "https://github.com/RobTillaart/DHTNEW", + "name": "DHT Sensors Non-Blocking", + "version": "1.0.3", + "author": "Toan Nguyen", + "maintainer": "Toan Nguyen \u003ctoan.nv1702@gmail.com\u003e", + "sentence": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "paragraph": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "website": "https://www.arduino.cc/reference/en/libraries/dht-sensors-non-blocking/", "category": "Sensors", "architectures": [ "*" @@ -317956,148 +777916,163 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTNew.git", - "providesIncludes": [ - "dhtnew.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTNEW-0.4.2.zip", - "archiveFileName": "DHTNEW-0.4.2.zip", - "size": 28670, - "checksum": "SHA-256:bf7f4e2623bbc56a620c162967d783d36c461861ab72859698e4d43b97211aeb" + "repository": "https://github.com/toannv17/DHT-Sensors-Non-Blocking.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toannv17/DHT_Sensors_Non_Blocking-1.0.3.zip", + "archiveFileName": "DHT_Sensors_Non_Blocking-1.0.3.zip", + "size": 29813, + "checksum": "SHA-256:1d4108dc3d82be00771cf233f2da5dac600cf919ba4e038deec7eb9065c69dfa" }, { - "name": "DistanceTable", - "version": "0.1.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for a memory efficient DistanceTable for Arduino.", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", - "category": "Data Processing", + "name": "DHT Sensors Non-Blocking", + "version": "1.0.4", + "author": "Toan Nguyen", + "maintainer": "Toan Nguyen \u003ctoan.nv1702@gmail.com\u003e", + "sentence": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "paragraph": "An Arduino library for the DHT sensor family (DHT11, DHT22,...). With Non-Blocking design to optimize CPU performance.", + "website": "https://www.arduino.cc/reference/en/libraries/dht-sensors-non-blocking/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DistanceTable.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.4.zip", - "archiveFileName": "DistanceTable-0.1.4.zip", - "size": 11556, - "checksum": "SHA-256:02f41032db5eb91baea8f527a58542ae610b4c81e0c6e000d844cf8fb90c73f1" + "repository": "https://github.com/toannv17/DHT-Sensors-Non-Blocking.git", + "url": "https://downloads.arduino.cc/libraries/github.com/toannv17/DHT_Sensors_Non_Blocking-1.0.4.zip", + "archiveFileName": "DHT_Sensors_Non_Blocking-1.0.4.zip", + "size": 29886, + "checksum": "SHA-256:bd87ca66f0195f26f4249071a0eac37caef4c09941c7aef490a6960db8122885" }, { - "name": "DistanceTable", - "version": "0.1.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for a memory efficient DistanceTable for Arduino.", - "website": "https://github.com/RobTillaart/DistanceTable", - "category": "Data Processing", + "name": "AlPlc_PMC", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino IDE PLC runtime library for Arduino Portenta Machine Control", + "paragraph": "This is the runtime library and plugins for supporting the Arduino Portenta Machine Control in the Arduino PLC IDE.", + "website": "https://docs.arduino.cc/software/plc-ide", + "category": "Device Control", "architectures": [ - "*" + "mbed_portenta" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/RobTillaart/DistanceTable.git", + "repository": "https://github.com/arduino-libraries/AlPlc_PMC.git", "providesIncludes": [ - "DIstanceTable.h" + "AlPlc_PMC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.5.zip", - "archiveFileName": "DistanceTable-0.1.5.zip", - "size": 11583, - "checksum": "SHA-256:ed4400af1c094eb5b747e1376bb96ff556c5c81b496ebd5260c7e40f20a943c9" + "dependencies": [ + { + "name": "Arduino_MachineControl" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AlPlc_PMC-1.0.3.zip", + "archiveFileName": "AlPlc_PMC-1.0.3.zip", + "size": 171685, + "checksum": "SHA-256:ef607a8a3f4c65131616cf3ac15d42b97a522d6cdc737a6804e37e24683b7a78" }, { - "name": "DistanceTable", - "version": "0.1.6", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for a memory efficient DistanceTable for Arduino.", - "website": "https://github.com/RobTillaart/DistanceTable", - "category": "Data Processing", + "name": "AlPlc_PMC", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino IDE PLC runtime library for Arduino Portenta Machine Control", + "paragraph": "This is the runtime library and plugins for supporting the Arduino Portenta Machine Control in the Arduino PLC IDE.", + "website": "https://docs.arduino.cc/software/plc-ide", + "category": "Device Control", "architectures": [ - "*" + "mbed_portenta" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/RobTillaart/DistanceTable.git", + "repository": "https://github.com/arduino-libraries/AlPlc_PMC.git", "providesIncludes": [ - "DistanceTable.h" + "AlPlc_PMC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DistanceTable-0.1.6.zip", - "archiveFileName": "DistanceTable-0.1.6.zip", - "size": 13110, - "checksum": "SHA-256:ba41f0a2823cee37c96c1dba4a903da5a6d4eb86757911553ca86e8239c975bc" + "dependencies": [ + { + "name": "Arduino_MachineControl" + }, + { + "name": "ArduinoRS485" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AlPlc_PMC-1.0.4.zip", + "archiveFileName": "AlPlc_PMC-1.0.4.zip", + "size": 167315, + "checksum": "SHA-256:a8eec06598617ff8d4ac6d99122be43d9f85a9c3ecab03cfddad9721e0dfc67c" }, { - "name": "LIN master emulation with background operation", - "version": "1.0.0", - "author": "Georg Icking-Konert", - "maintainer": "Georg Icking-Konert (gicking)", - "sentence": "LIN master node emulation with preemptive background operation", - "paragraph": "Provide a class to emulate a Local Interconnect Network (LIN) master node with preemptive background operation", - "website": "https://github.com/gicking/LIN_master_Arduino", - "category": "Communication", + "name": "AlPlc_Opta", + "version": "1.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino IDE PLC runtime library for Arduino Opta", + "paragraph": "This is the runtime library and plugins for supporting the Arduino Opta in the Arduino PLC IDE.", + "website": "https://docs.arduino.cc/software/plc-ide", + "category": "Device Control", "architectures": [ - "*" + "mbed_opta" ], "types": [ - "Contributed" + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/AlPlc_Opta.git", + "providesIncludes": [ + "AlPlc_Opta.h" ], - "repository": "https://github.com/gicking/LIN_master_Arduino.git", "dependencies": [ { - "name": "Task Scheduler", - "version": "\u003e=1.3.0" + "name": "ArduinoRS485" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/gicking/LIN_master_emulation_with_background_operation-1.0.0.zip", - "archiveFileName": "LIN_master_emulation_with_background_operation-1.0.0.zip", - "size": 1156231, - "checksum": "SHA-256:fba21e785f266194363b82e6d6fdc99d86973731eb47d9bc0d6dd1172704a29c" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AlPlc_Opta-1.0.3.zip", + "archiveFileName": "AlPlc_Opta-1.0.3.zip", + "size": 138097, + "checksum": "SHA-256:263dc3629a9a020835221a4fe2e7dd601ff4f9544b59615a491527e97bf88a17" }, { - "name": "BirdhouseSDK", - "version": "1.0.0", - "author": "Serhiy Korzun \u003ckorzun.serhiy@gmail.com\u003e", - "maintainer": "Prometheus team \u003cprometheus.larp@gmail.com\u003e", - "sentence": "An Arduino library to easy control lots of relays effects, buttons with debouncer, analog indicators and more", - "paragraph": "BirdhouseSDK uses a non-blocking approach and can control relays and analog indicators in simple (on/off) and complex (serial blinking, random blinking) ways in a time-driven manner.", - "website": "https://github.com/Nargott/birdhouse_sdk", - "category": "Other", + "name": "AlPlc_Opta", + "version": "1.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Arduino IDE PLC runtime library for Arduino Opta", + "paragraph": "This is the runtime library and plugins for supporting the Arduino Opta in the Arduino PLC IDE.", + "website": "https://docs.arduino.cc/software/plc-ide", + "category": "Device Control", "architectures": [ - "*" + "mbed_opta" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/Nargott/birdhouse_sdk.git", + "repository": "https://github.com/arduino-libraries/AlPlc_Opta.git", "providesIncludes": [ - "birdhouse_sdk.h" + "AlPlc_Opta.h" ], "dependencies": [ { - "name": "PCF857X" - }, - { - "name": "Bounce2" + "name": "ArduinoRS485" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Nargott/BirdhouseSDK-1.0.0.zip", - "archiveFileName": "BirdhouseSDK-1.0.0.zip", - "size": 13424, - "checksum": "SHA-256:90d6c91499ae2dd39e0161496687b1559ae7d375b33e75d0a83f1487c0eaa9d2" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/AlPlc_Opta-1.0.4.zip", + "archiveFileName": "AlPlc_Opta-1.0.4.zip", + "size": 134897, + "checksum": "SHA-256:3f003bc2a3c6fe9c5d219745dcb38444f8cca6eef1662f43b6c26a6a029f7038" }, { - "name": "FastShiftOut", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", - "paragraph": "Implements print() interface.", - "website": "https://github.com/RobTillaart/FastSHiftOut", + "name": "AcksenButton", + "version": "1.3.0", + "author": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "maintainer": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "sentence": "Flexible button library supporting debounce, long presses, repeated presses with acceleration.", + "paragraph": "Flexible button library supporting debounce, long presses, repeated presses with acceleration, including events for button press and release.", + "website": "https://github.com/acksen/AcksenButton", "category": "Signal Input/Output", "architectures": [ "*" @@ -318105,309 +778080,334 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastShiftOut.git", - "providesIncludes": [ - "FastShiftOut.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.0.zip", - "archiveFileName": "FastShiftOut-0.2.0.zip", - "size": 7283, - "checksum": "SHA-256:dfc1a46c032f465cf7765d4c1ff171cbcc2465db2f58583cd6b07621eb82330c" + "repository": "https://github.com/acksen/AcksenButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/acksen/AcksenButton-1.3.0.zip", + "archiveFileName": "AcksenButton-1.3.0.zip", + "size": 16259, + "checksum": "SHA-256:9363237cbbc9398494a57df6c67f7fc40e05f514cd98d5b70999eb3599682aee" }, { - "name": "FastShiftOut", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", - "paragraph": "Implements print() interface.", - "website": "https://github.com/RobTillaart/FastSHiftOut", - "category": "Signal Input/Output", + "name": "AcksenIntEEPROM", + "version": "1.1.0", + "author": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "maintainer": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "sentence": "Arduino Library for storing data in 8-bit AVR internal EEPROM memory.", + "paragraph": "This library allows storage of data in 8-bit AVR internal EEPROM memory in a convenient wrapper, allowing simple read/write of sequentially stored, common variable types, with validation options. Calls EEPROMEx.", + "website": "https://github.com/acksen/AcksenIntEEPROM", + "category": "Data Storage", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastShiftOut.git", - "providesIncludes": [ - "FastShiftOut.h" + "repository": "https://github.com/acksen/AcksenIntEEPROM.git", + "dependencies": [ + { + "name": "EEPROMEx" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.1.zip", - "archiveFileName": "FastShiftOut-0.2.1.zip", - "size": 7270, - "checksum": "SHA-256:0bd5fdf64531cbce5619c8b6192887b81412c2b88f97968169af5f8043f5beeb" + "url": "https://downloads.arduino.cc/libraries/github.com/acksen/AcksenIntEEPROM-1.1.0.zip", + "archiveFileName": "AcksenIntEEPROM-1.1.0.zip", + "size": 10591, + "checksum": "SHA-256:31c37f275ea72e226475d5c182a5669a9b7296eddcb49ab8da915fb5cf7ec48b" }, { - "name": "FastShiftOut", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for (AVR) optimized shiftOut - e.g. 74HC595", - "paragraph": "Implements print() interface.", - "website": "https://github.com/RobTillaart/FastShiftOut", - "category": "Signal Input/Output", + "name": "AcksenUtils", + "version": "1.4.0", + "author": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "maintainer": "Richard Phillips \u003crichard.phillips@acksen.com\u003e", + "sentence": "Arduino utility library with miscellaneous functions.", + "paragraph": "Arduino utility library with miscellaneous functions, including Debug helpers for flexible serial port mapping, statistics and sorting functions designed for 8-bit AVR platforms, and temperature conversion.", + "website": "https://github.com/acksen/AcksenUtils", + "category": "Data Processing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastShiftOut.git", - "providesIncludes": [ - "FastShiftOut.h" + "repository": "https://github.com/acksen/AcksenUtils.git", + "url": "https://downloads.arduino.cc/libraries/github.com/acksen/AcksenUtils-1.4.0.zip", + "archiveFileName": "AcksenUtils-1.4.0.zip", + "size": 11499, + "checksum": "SHA-256:1336b165020845f31c5fcd0739d9d9526217b0d6d87c2222ccdf5cbbafb71960" + }, + { + "name": "ShiftRegister", + "version": "1.0.0", + "author": "Danny Vaca", + "maintainer": "Danny Vaca \u003cdanny270793@gmail.com\u003e", + "sentence": "Allows Arduino boards to write numbers to shift register (DEC -\u003e BIN)", + "paragraph": "This library can convert decimal numbers to binary and write out into shift registers", + "website": "https://github.com/danny270793/ArduinoShiftRegister", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftOut-0.2.2.zip", - "archiveFileName": "FastShiftOut-0.2.2.zip", - "size": 9239, - "checksum": "SHA-256:95fc2692b3b5444c1bc180f73921523e138a5b42c3e691841ea5766c979cab6c" + "repository": "https://github.com/danny270793/ArduinoShiftRegister.git", + "url": "https://downloads.arduino.cc/libraries/github.com/danny270793/ShiftRegister-1.0.0.zip", + "archiveFileName": "ShiftRegister-1.0.0.zip", + "size": 487145, + "checksum": "SHA-256:4b4136de456385ff271fc5d549a735d6ecbdf82dce4cf04875c1947ecea40eec" }, { - "name": "LiquidCrystalIO", - "version": "1.1.0", - "author": "Arduino, Adafruit, theCodersCorner", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", - "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", - "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "name": "PicoDVI - Adafruit Fork", + "version": "1.0.0", + "author": "Luke Wren (Wren6991)", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for RP2040 DVI output, based on PicoDVI", + "paragraph": "Arduino library for RP2040 DVI output, based on PicoDVI", + "website": "https://github.com/adafruit/PicoDVI", "category": "Display", "architectures": [ - "*" + "rp2040" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/davetcc/LiquidCrystalIO.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.1.0.zip", - "archiveFileName": "LiquidCrystalIO-1.1.0.zip", - "size": 25092, - "checksum": "SHA-256:aeec6f4a01b2e04e56af8d5ee680da05db803bacbce27d778a3e963d9c6983ec" + "repository": "https://github.com/adafruit/PicoDVI.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/PicoDVI___Adafruit_Fork-1.0.0.zip", + "archiveFileName": "PicoDVI___Adafruit_Fork-1.0.0.zip", + "size": 18150863, + "checksum": "SHA-256:23fcd011504a8897905cff4020f550882b24bc32ae571c3081d1e5373c64dfc0" }, { - "name": "LiquidCrystalIO", - "version": "1.2.0", - "author": "Arduino, Adafruit, theCodersCorner", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", - "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", - "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "name": "PicoDVI - Adafruit Fork", + "version": "1.0.2", + "author": "Luke Wren (Wren6991)", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for RP2040 DVI output, based on PicoDVI", + "paragraph": "Arduino library for RP2040 DVI output, based on PicoDVI", + "website": "https://github.com/adafruit/PicoDVI", "category": "Display", "architectures": [ - "*" + "rp2040" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "repository": "https://github.com/adafruit/PicoDVI.git", "dependencies": [ { - "name": "IoAbstraction" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.2.0.zip", - "archiveFileName": "LiquidCrystalIO-1.2.0.zip", - "size": 27340, - "checksum": "SHA-256:612464b3f7c1edbee3b45ea5da1ebe67a98bc45033994131a5d6d92add345fe5" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/PicoDVI___Adafruit_Fork-1.0.2.zip", + "archiveFileName": "PicoDVI___Adafruit_Fork-1.0.2.zip", + "size": 18150868, + "checksum": "SHA-256:ff0d55895f1ef290ee26e7a21ac99f3824e96a7848bfc2bbcec439b2b5985575" }, { - "name": "LiquidCrystalIO", - "version": "1.3.0", - "author": "Arduino, Adafruit, theCodersCorner", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", - "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", - "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "name": "PicoDVI - Adafruit Fork", + "version": "1.0.3", + "author": "Luke Wren (Wren6991)", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for RP2040 DVI output, based on PicoDVI", + "paragraph": "Arduino library for RP2040 DVI output, based on PicoDVI", + "website": "https://github.com/adafruit/PicoDVI", "category": "Display", "architectures": [ - "*" + "rp2040" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "repository": "https://github.com/adafruit/PicoDVI.git", "dependencies": [ { - "name": "IoAbstraction" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.3.0.zip", - "archiveFileName": "LiquidCrystalIO-1.3.0.zip", - "size": 30844, - "checksum": "SHA-256:25a2988f7bf69aecacc7a2e89972a52d6c598c46edc3adbd880192d99294dd9c" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/PicoDVI___Adafruit_Fork-1.0.3.zip", + "archiveFileName": "PicoDVI___Adafruit_Fork-1.0.3.zip", + "size": 18786542, + "checksum": "SHA-256:583643ba990347ef7e4c4e55c0d17070143da54e7b1bb5521507017e952d5b94" }, { - "name": "LiquidCrystalIO", - "version": "1.3.1", - "author": "Arduino, Adafruit, theCodersCorner", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", - "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", - "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "name": "PicoDVI - Adafruit Fork", + "version": "1.0.4", + "author": "Luke Wren (Wren6991)", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for RP2040 DVI output, based on PicoDVI", + "paragraph": "Arduino library for RP2040 DVI output, based on PicoDVI", + "website": "https://github.com/adafruit/PicoDVI", "category": "Display", "architectures": [ - "*" + "rp2040" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "repository": "https://github.com/adafruit/PicoDVI.git", "dependencies": [ { - "name": "IoAbstraction" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.3.1.zip", - "archiveFileName": "LiquidCrystalIO-1.3.1.zip", - "size": 30890, - "checksum": "SHA-256:e977c6e4d22dbf76c8971d8088d3d32b48449b1f447510b1e89c95f8e2bae58a" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/PicoDVI___Adafruit_Fork-1.0.4.zip", + "archiveFileName": "PicoDVI___Adafruit_Fork-1.0.4.zip", + "size": 18794755, + "checksum": "SHA-256:9c8db6e77794bf03aa5279704ca83adc1aa047add60c7478920ac189904670f5" }, { - "name": "LiquidCrystalIO", - "version": "1.4.0", - "author": "Arduino, Adafruit, theCodersCorner", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e, TheCodersCorner \u003csupport@thecoderscorner.com\u003e", - "sentence": "LiquidCrystal fork for displays based on HD44780. Uses the IOAbstraction library to work with i2c, PCF8574, MCP23017, Shift registers, Arduino pins and ports interchangably.", - "paragraph": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.", - "website": "https://www.arduino.cc/en/Reference/LiquidCrystal", + "name": "PicoDVI - Adafruit Fork", + "version": "1.0.5", + "author": "Luke Wren (Wren6991)", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for RP2040 DVI output, based on PicoDVI", + "paragraph": "Arduino library for RP2040 DVI output, based on PicoDVI", + "website": "https://github.com/adafruit/PicoDVI", "category": "Display", "architectures": [ - "*" + "rp2040" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/davetcc/LiquidCrystalIO.git", + "repository": "https://github.com/adafruit/PicoDVI.git", "dependencies": [ { - "name": "IoAbstraction" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/LiquidCrystalIO-1.4.0.zip", - "archiveFileName": "LiquidCrystalIO-1.4.0.zip", - "size": 32473, - "checksum": "SHA-256:f6f4a70f21e70f30f2dc7f0203eb0c0d9c8ae54a5045ce24f05368c74534f81e" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/PicoDVI___Adafruit_Fork-1.0.5.zip", + "archiveFileName": "PicoDVI___Adafruit_Fork-1.0.5.zip", + "size": 18796084, + "checksum": "SHA-256:47648cef41fcdf82827a424ac100c4b4273b83c5e594020f9320e4a605cbbf06" }, { - "name": "FastShiftIn", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", - "website": "https://github.com/RobTillaart/FastShiftIn", - "category": "Signal Input/Output", + "name": "PicoDVI - Adafruit Fork", + "version": "1.0.7", + "author": "Luke Wren (Wren6991)", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for RP2040 DVI output, based on PicoDVI", + "paragraph": "Arduino library for RP2040 DVI output, based on PicoDVI", + "website": "https://github.com/adafruit/PicoDVI", + "category": "Display", "architectures": [ - "avr" + "rp2040" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/RobTillaart/FastShiftIn.git", - "providesIncludes": [ - "FastShiftIn.h" + "repository": "https://github.com/adafruit/PicoDVI.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.0.zip", - "archiveFileName": "FastShiftIn-0.2.0.zip", - "size": 9064, - "checksum": "SHA-256:41767682ef841c9b6ca1358ac4ebe6d95c691905cef4cb6f86f8b776b4203412" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/PicoDVI___Adafruit_Fork-1.0.7.zip", + "archiveFileName": "PicoDVI___Adafruit_Fork-1.0.7.zip", + "size": 18796390, + "checksum": "SHA-256:db1e26f10770f625fe23adf2d8060ee875c79e14a77429b0fe84aad837b0030a" }, { - "name": "FastShiftIn", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", - "website": "https://github.com/RobTillaart/FastShiftIn", - "category": "Signal Input/Output", + "name": "PicoDVI - Adafruit Fork", + "version": "1.1.0", + "author": "Luke Wren (Wren6991)", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for RP2040 DVI output, based on PicoDVI", + "paragraph": "Arduino library for RP2040 DVI output, based on PicoDVI", + "website": "https://github.com/adafruit/PicoDVI", + "category": "Display", "architectures": [ - "avr" + "rp2040" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/RobTillaart/FastShiftIn.git", - "providesIncludes": [ - "FastShiftIn.h" + "repository": "https://github.com/adafruit/PicoDVI.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit CPFS" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.1.zip", - "archiveFileName": "FastShiftIn-0.2.1.zip", - "size": 9052, - "checksum": "SHA-256:08922e299e6d2fbddc30087c39cc019a0249ce816f6efcce25bc783c45a4391c" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/PicoDVI___Adafruit_Fork-1.1.0.zip", + "archiveFileName": "PicoDVI___Adafruit_Fork-1.1.0.zip", + "size": 18799420, + "checksum": "SHA-256:b52d8cef2db604066fd64ad3e7bdf4172e9333b4e5b98271a906bce0fd06f868" }, { - "name": "FastShiftIn", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165", - "website": "https://github.com/RobTillaart/FastShiftIn", - "category": "Signal Input/Output", + "name": "VEML6070", + "version": "1.0.1", + "author": "Foxdogface \u003ck.kasyanenko@gmail.com\u003e", + "maintainer": "Foxdogface \u003ck.kasyanenko@gmail.com\u003e", + "sentence": "A library for communication with VEML6070 UV sensor.", + "paragraph": "Supports all main features and was mostly copied from official application notes.", + "website": "https://github.com/Foxdogface/arduino-VEML6070", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastShiftIn.git", - "providesIncludes": [ - "FastShiftIn.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastShiftIn-0.2.2.zip", - "archiveFileName": "FastShiftIn-0.2.2.zip", - "size": 10717, - "checksum": "SHA-256:8027678869a38b665c58d24ab9137996ca9e7714fa438912f77b3f59712c32f6" + "repository": "https://github.com/Foxdogface/arduino-VEML6070.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Foxdogface/VEML6070-1.0.1.zip", + "archiveFileName": "VEML6070-1.0.1.zip", + "size": 4322, + "checksum": "SHA-256:53d07a1dca75a78ecb4e8ea2f21bfeae49807396756fd58ce6f1469961b62e09" }, { - "name": "Spacecat", - "version": "1.0.0", - "author": "GithubCommunity", - "maintainer": "GithubCommunity", - "sentence": "A simple library Arduino RFID for Auth", - "paragraph": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card.", - "website": "https://github.com/AsyaSyarif/RFID-Spacecat", - "category": "Communication", + "name": "VEML6070", + "version": "1.0.2", + "author": "Foxdogface \u003ck.kasyanenko@gmail.com\u003e", + "maintainer": "Foxdogface \u003ck.kasyanenko@gmail.com\u003e", + "sentence": "A library for communication with VEML6070 UV sensor.", + "paragraph": "Supports all main features and was mostly copied from official application notes.", + "website": "https://github.com/Foxdogface/arduino-VEML6070", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.0.0.zip", - "archiveFileName": "Spacecat-1.0.0.zip", - "size": 101262, - "checksum": "SHA-256:27efc9fc959947ec528faae4c83c09515c45c6498095c5a4ed8e4423237111de" + "repository": "https://github.com/Foxdogface/arduino-VEML6070.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Foxdogface/VEML6070-1.0.2.zip", + "archiveFileName": "VEML6070-1.0.2.zip", + "size": 4515, + "checksum": "SHA-256:57c86f9ddefd37689d2f79ac3b7faa08f9745b4653d16eaa1d31ea991dd17b44" }, { - "name": "Spacecat", - "version": "1.2.0", - "author": "Arif", - "maintainer": "Arif", - "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", - "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", - "website": "https://github.com/Asyasyarif/RFID-Spacecat", - "category": "Communication", + "name": "VEML6070", + "version": "1.1.0", + "author": "Foxdogface \u003ck.kasyanenko@gmail.com\u003e", + "maintainer": "Foxdogface \u003ck.kasyanenko@gmail.com\u003e", + "sentence": "A library for communication with VEML6070 UV sensor.", + "paragraph": "Supports all main features and was mostly copied from official application notes.", + "website": "https://github.com/Foxdogface/arduino-VEML6070", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.0.zip", - "archiveFileName": "Spacecat-1.2.0.zip", - "size": 101587, - "checksum": "SHA-256:851471f82dfbd6bd135a7948bc44c201afc7043edbb675dce88dd93e5d37c4c3" + "repository": "https://github.com/Foxdogface/arduino-VEML6070.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Foxdogface/VEML6070-1.1.0.zip", + "archiveFileName": "VEML6070-1.1.0.zip", + "size": 4458, + "checksum": "SHA-256:e588c7e2ec7e73706ae78d65bf4ea1e7e1d96637ea8aa53fe8aeeea52a55cebf" }, { - "name": "Spacecat", - "version": "1.2.1", - "author": "Arif", - "maintainer": "Arif", - "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", - "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", - "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "name": "SimpleSyslog", + "version": "0.1.0", + "author": "Scott Baker \u003carduino@perturb.org\u003e", + "maintainer": "Scott Baker \u003carduino@perturb.org\u003e", + "sentence": "Add remote syslog capabilities to your project", + "paragraph": "Simple library to add remote syslog capabilities to your project. Supports printf() syntax for complex operations.", + "website": "https://github.com/scottchiefbaker/Arduino-SimpleSyslog", "category": "Communication", "architectures": [ "esp8266", @@ -318416,20 +778416,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.1.zip", - "archiveFileName": "Spacecat-1.2.1.zip", - "size": 102291, - "checksum": "SHA-256:9bc2e511001c572c8a0baa20203ecb06ec53587d2e5ff92defe27e273e2c0a7a" + "repository": "https://github.com/scottchiefbaker/Arduino-SimpleSyslog.git", + "providesIncludes": [ + "SimpleSyslog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/scottchiefbaker/SimpleSyslog-0.1.0.zip", + "archiveFileName": "SimpleSyslog-0.1.0.zip", + "size": 16432, + "checksum": "SHA-256:8f3d9c6abf35bad37a9253de7f4fe4d0fd9b9767551708ef2f7ff4a6cbdfea37" }, { - "name": "Spacecat", - "version": "1.2.2", - "author": "Arif", - "maintainer": "Arif", - "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", - "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", - "website": "https://github.com/Asyasyarif/RFID-Spacecat", + "name": "SimpleSyslog", + "version": "0.1.1", + "author": "Scott Baker \u003cgithub@perturb.org\u003e", + "maintainer": "Scott Baker \u003cgithub@perturb.org\u003e", + "sentence": "Add remote syslog capabilities to your project", + "paragraph": "Simple library to add remote syslog capabilities to your project. Supports printf() syntax for complex operations.", + "website": "https://github.com/scottchiefbaker/Arduino-SimpleSyslog", "category": "Communication", "architectures": [ "esp8266", @@ -318438,129 +778441,248 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.2.2.zip", - "archiveFileName": "Spacecat-1.2.2.zip", - "size": 102305, - "checksum": "SHA-256:1b799c201775381660f9da9f8db9c74d51dd35c80ff51db8670035d56c47c809" + "repository": "https://github.com/scottchiefbaker/Arduino-SimpleSyslog.git", + "providesIncludes": [ + "SimpleSyslog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/scottchiefbaker/SimpleSyslog-0.1.1.zip", + "archiveFileName": "SimpleSyslog-0.1.1.zip", + "size": 16433, + "checksum": "SHA-256:edf4a2bd57af5027852293f723000c7cd335fca93b4095e42319f4430cf37932" }, { - "name": "Spacecat", - "version": "1.3.0", - "author": "Arif", - "maintainer": "Arif", - "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", - "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", - "website": "https://github.com/Asyasyarif/RFID-Spacecat", - "category": "Communication", + "name": "fANSI", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Control the PC screen using ANSI graphics", + "paragraph": "Includes support for 4 color depths, cursor controls, alt screen buffers, even full 24-bit color in a standard terminal!", + "website": "https://github.com/ripred/fANSI", + "category": "Uncategorized", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.3.0.zip", - "archiveFileName": "Spacecat-1.3.0.zip", - "size": 105954, - "checksum": "SHA-256:3e1ccf29e57254a2417129c1ce4b8c47f7cc2dcd4563bbfbc69570e58b2f3cb1" + "repository": "https://github.com/ripred/fANSI.git", + "providesIncludes": [ + "fANSI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/fANSI-1.0.0.zip", + "archiveFileName": "fANSI-1.0.0.zip", + "size": 11324, + "checksum": "SHA-256:d21c6d3ebea37b741aa660fc94767233bcfb59c2731d167787725037d076ea92" }, { - "name": "Spacecat", - "version": "1.3.1", - "author": "Arif", - "maintainer": "Arif", - "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", - "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", - "website": "https://github.com/Asyasyarif/RFID-Spacecat", - "category": "Communication", + "name": "fANSI", + "version": "1.1.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003cripred@users.github.com\u003e", + "sentence": "Control the PC screen using ANSI graphics", + "paragraph": "Includes support for 4 color depths, cursor controls, alt screen buffers, even full 24-bit color in a standard terminal!", + "website": "https://github.com/ripred/fANSI", + "category": "Uncategorized", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.3.1.zip", - "archiveFileName": "Spacecat-1.3.1.zip", - "size": 105985, - "checksum": "SHA-256:887e3f36511cafb902c1e7a1428d14f316fb47930582ea220a8a8d99ee8ffe87" + "repository": "https://github.com/ripred/fANSI.git", + "providesIncludes": [ + "fANSI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/fANSI-1.1.0.zip", + "archiveFileName": "fANSI-1.1.0.zip", + "size": 591147, + "checksum": "SHA-256:8988ba4c95de13560946dad5d4fd21dc0d85a98b6ef69b8814107c43c657d9b3" }, { - "name": "Spacecat", - "version": "1.4.0", - "author": "Arif", - "maintainer": "Arif", - "sentence": "An Arduino library for ESP8266/ESP32 to makes things easier that requires authentication with an RFID card", - "paragraph": "With this library you can easily manage user with RFID data stored in cloud and also you can add schedule or custom parameters for each day, time or even every device.", - "website": "https://github.com/Asyasyarif/RFID-Spacecat", - "category": "Communication", + "name": "HX711_MP", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier.", + "paragraph": "Multipoint calibration version.", + "website": "https://github.com/RobTillaart/HX711_MP", + "category": "Signal Input/Output", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Asyasyarif/RFID-Spacecat.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Asyasyarif/Spacecat-1.4.0.zip", - "archiveFileName": "Spacecat-1.4.0.zip", - "size": 113406, - "checksum": "SHA-256:85da992244823a027088fa34907a527aa7354f5e732fef5ee6997088ff6f3ac7" + "repository": "https://github.com/RobTillaart/HX711_MP.git", + "providesIncludes": [ + "HX711_MP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711_MP-0.1.0.zip", + "archiveFileName": "HX711_MP-0.1.0.zip", + "size": 19114, + "checksum": "SHA-256:3ade97320190f8e3c23d4b6c9f6bc6dacc12119a09f3e49dee0b1fd20c12374c" }, { - "name": "Subpixie", - "version": "1.0.0", - "author": "TarableCode", - "maintainer": "TarableCode", - "sentence": "Subpixel font renderer for small displays", - "paragraph": "Subpixel font renderer for small displays", - "website": "https://github.com/taraHoleInIt/Subpixie", - "category": "Display", + "name": "HX711_MP", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for HX711 load cell amplifier.", + "paragraph": "Multipoint calibration version.", + "website": "https://github.com/RobTillaart/HX711_MP", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TaraHoleInIt/Subpixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/TaraHoleInIt/Subpixie-1.0.0.zip", - "archiveFileName": "Subpixie-1.0.0.zip", - "size": 1078232, - "checksum": "SHA-256:365517a8ca45ea98779c80023a40e0ada5bd7bd4b2fae58b0787f79e2588f8dc" + "repository": "https://github.com/RobTillaart/HX711_MP.git", + "providesIncludes": [ + "HX711_MP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711_MP-0.1.1.zip", + "archiveFileName": "HX711_MP-0.1.1.zip", + "size": 19544, + "checksum": "SHA-256:ff099a2802e98ec3d814cd5dfab18e3514012bcc500c729915dafce73d5a0ea5" }, { - "name": "DigiKeyboardFr", - "version": "1.0.0", - "author": "Robotechnic", - "maintainer": "Robotechnic \u003crobotechnic.developeur@gmail.com\u003e", - "sentence": "A library that allow to use azerty keyboard with digispark", - "paragraph": "This library is based on DigisparkKeyboard library\u003cbr/\u003e\u003ca href=\"https://github.com/digistump/DigisparkArduinoIntegration/tree/master/libraries/DigisparkKeyboard\"\u003eDigisparkKeyboard\u003c/a\u003e", - "website": "https://github.com/Robotechnic/DigiKeyboardFr", - "category": "Device Control", + "name": "STMSpeeduino", + "version": "0.0.1", + "author": "Benjamin Gombala Bexin#1128", + "maintainer": "Benjamin Gombala benjamin.gombala@gmail.com", + "sentence": "A library with faster commands for STM32H747", + "paragraph": "Faster ADC", + "website": "https://github.com/Bexin3/STMSpeeduino", + "category": "Other", + "architectures": [ + "mbed_giga", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bexin3/STMSpeeduino.git", + "providesIncludes": [ + "STMSpeeduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/STMSpeeduino-0.0.1.zip", + "archiveFileName": "STMSpeeduino-0.0.1.zip", + "size": 16318, + "checksum": "SHA-256:8fe3ab677fb52492a719edc3630ba1f5bf54266d1bef12fa275b82388abaf1b3" + }, + { + "name": "STMSpeeduino", + "version": "0.0.2", + "author": "Benjamin Gombala", + "maintainer": "Benjamin Gombala benjamin.gombala@gmail.com Bexin", + "sentence": "A library with faster commands for STM32H747", + "paragraph": "Faster Alternatives to functions", + "website": "https://github.com/Bexin3/STMSpeeduino", + "category": "Other", + "architectures": [ + "mbed_giga", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bexin3/STMSpeeduino.git", + "providesIncludes": [ + "STMSpeeduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/STMSpeeduino-0.0.2.zip", + "archiveFileName": "STMSpeeduino-0.0.2.zip", + "size": 17297, + "checksum": "SHA-256:f2e86d3e0b6dbfb7485c427cb7220ef3e6447db63cd07f0aacacce238a4e5bba" + }, + { + "name": "STMSpeeduino", + "version": "0.0.3", + "author": "Benjamin Gombala", + "maintainer": "Benjamin Gombala benjamin.gombala@gmail.com Bexin", + "sentence": "A library with faster commands for STM32H747", + "paragraph": "Faster Alternatives to functions", + "website": "https://github.com/Bexin3/STMSpeeduino", + "category": "Other", + "architectures": [ + "mbed_giga", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bexin3/STMSpeeduino.git", + "providesIncludes": [ + "STMSpeeduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/STMSpeeduino-0.0.3.zip", + "archiveFileName": "STMSpeeduino-0.0.3.zip", + "size": 18285, + "checksum": "SHA-256:2d7bff9f7d1cad59e19704b5f40cc12e7f742300445aaa7a2142ead958d0b21f" + }, + { + "name": "GigaScope", + "version": "0.0.1", + "author": "Benjamin Gombala", + "maintainer": "Benjamin Gombala benjamin.gombala@gmail.com Bexin#1128", + "sentence": "A library allowing you to use your Arduino as a basic osciloscope.", + "paragraph": "Arduino Giga Osciloscope", + "website": "https://github.com/Bexin3/GigaScope", + "category": "Other", + "architectures": [ + "mbed_giga", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Bexin3/GigaScope.git", + "providesIncludes": [ + "Gigascope.h" + ], + "dependencies": [ + { + "name": "STMSpeeduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/GigaScope-0.0.1.zip", + "archiveFileName": "GigaScope-0.0.1.zip", + "size": 13050, + "checksum": "SHA-256:ca1c959e03b4dd4ba6b31b73c688c0e611cc238f67f294ca922633355ba45715" + }, + { + "name": "GigaScope", + "version": "0.0.2", + "author": "Benjamin Gombala", + "maintainer": "Benjamin Gombala benjamin.gombala@gmail.com Bexin#1128", + "sentence": "A library allowing you to use your Arduino as a basic osciloscope.", + "paragraph": "Arduino Giga Osciloscope", + "website": "https://github.com/Bexin3/GigaScope", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Robotechnic/DigiKeyboardFr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Robotechnic/DigiKeyboardFr-1.0.0.zip", - "archiveFileName": "DigiKeyboardFr-1.0.0.zip", - "size": 5029, - "checksum": "SHA-256:22a08fc50c16a5fbfd11a59d0a67d41088ac12dc1e92250c208673bb2f48c370" + "repository": "https://github.com/Bexin3/GigaScope.git", + "providesIncludes": [ + "Gigascope.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Bexin3/GigaScope-0.0.2.zip", + "archiveFileName": "GigaScope-0.0.2.zip", + "size": 13200, + "checksum": "SHA-256:a4bd90d4132dfd9867e03cd97ce66dac8052fc399d15e2707dffd4af167e51bb" }, { - "name": "DoubleResetDetector_Generic", + "name": "LC_slowServo", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library to detect a double reset, using EEPROM, DueFlashStorage or FlashStorage for AVR, Teensy, SAM DUE, SAMD, STM32 boards", - "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's Blynk and/or WiFi Credentials.", - "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "author": "jim lee", + "maintainer": "slowServo@leftcoast.biz", + "sentence": "Control the speed of your RC servos. NON BLOCKING", + "paragraph": "This builds on LC_baseTools and the existing Arduino Servo library and gives a servo object that can have its speed and position set on the fly, without blocking. Pretty slick huh?", + "website": "https://github.com/leftCoast/LC_slowServo", "category": "Device Control", "architectures": [ "*" @@ -318568,49 +778690,49 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", - "providesIncludes": [ - "DoubleResetDetector_Generic.h" + "repository": "https://github.com/leftCoast/LC_slowServo.git", + "dependencies": [ + { + "name": "LC_baseTools" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.0.zip", - "archiveFileName": "DoubleResetDetector_Generic-1.0.0.zip", - "size": 10890, - "checksum": "SHA-256:a43442d9c65a307b8886678e97cf9508f0d7ce99b5ca58f1fcbc48619a65b457" + "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_slowServo-1.0.0.zip", + "archiveFileName": "LC_slowServo-1.0.0.zip", + "size": 4835, + "checksum": "SHA-256:05c87ba6805dfbd1797c5c1902c29f30eb37142facd801ac1e6b7217199d74ff" }, { - "name": "DoubleResetDetector_Generic", - "version": "1.0.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD, STM32, nRF52 boards", - "paragraph": "An alternative start-up mode can be used. One example use is to allow re-configuration of device's Blynk and/or WiFi Credentials.", - "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "name": "UNIT_GLASS", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack UNIT GLASS", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unit-GLASS", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", + "repository": "https://github.com/m5stack/M5Unit-GLASS.git", "providesIncludes": [ - "DoubleResetDetector_Generic.h" + "UNIT_GLASS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.1.zip", - "archiveFileName": "DoubleResetDetector_Generic-1.0.1.zip", - "size": 12515, - "checksum": "SHA-256:e0b2fc23a864dee590f6840c420b5ea16f5024c6b81d9cd5a8db22bcdf2f0909" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/UNIT_GLASS-0.0.1.zip", + "archiveFileName": "UNIT_GLASS-0.0.1.zip", + "size": 67188, + "checksum": "SHA-256:049d691af9b2b28f73d84397f0bf19e1ebe83fd3736caeca6fce807802791944" }, { - "name": "DoubleResetDetector_Generic", - "version": "1.0.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards", - "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", - "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "name": "EgoSmartHeaterRS485", + "version": "1.0.0", + "author": "Thomas Hock", + "maintainer": "Thomas Hock \u003cth.hock@gmx.net\u003e", + "sentence": "Controlling the EGO Smart Heater via RS485 using Modbus", + "paragraph": "Works SmartHeater product code 29.65335.000 and RS-485 module for Arduino (MAX485) on multiple architectures", + "website": "https://github.com/th.hock/EgoSmartHeaterRS485", "category": "Device Control", "architectures": [ "*" @@ -318618,24 +778740,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", - "providesIncludes": [ - "DoubleResetDetector_Generic.h" + "repository": "https://github.com/th-hock/EgoSmartHeaterRS485.git", + "dependencies": [ + { + "name": "ModbusMaster" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.2.zip", - "archiveFileName": "DoubleResetDetector_Generic-1.0.2.zip", - "size": 13164, - "checksum": "SHA-256:cec5eacb90afa62583bc526722fcb521dce5721f2ad7b39315d1e57225394643" + "url": "https://downloads.arduino.cc/libraries/github.com/th-hock/EgoSmartHeaterRS485-1.0.0.zip", + "archiveFileName": "EgoSmartHeaterRS485-1.0.0.zip", + "size": 4093408, + "checksum": "SHA-256:5a8bec2b5b74383196a3738fd47fc65ae13e91398d441f6128050707df5e7a2a" }, { - "name": "DoubleResetDetector_Generic", - "version": "1.0.3", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "\"Library to detect a double reset, using EEPROM, DueFlashStorage, FlashStorage or LittleFS/InternalFS for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, etc. boards", - "paragraph": "An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi Credentials.", - "website": "https://github.com/khoih-prog/DoubleResetDetector_Generic", + "name": "EgoSmartHeaterRS485", + "version": "1.0.1", + "author": "Thomas Hock", + "maintainer": "Thomas Hock \u003cth.hock@gmx.net\u003e", + "sentence": "Controlling the EGO Smart Heater via RS485 using Modbus", + "paragraph": "Works with SmartHeater product code 29.65335.000 and RS-485 module for Arduino (MAX485) on multiple architectures", + "website": "https://github.com/th.hock/EgoSmartHeaterRS485", "category": "Device Control", "architectures": [ "*" @@ -318643,1948 +778766,2091 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/DoubleResetDetector_Generic.git", - "providesIncludes": [ - "DoubleResetDetector_Generic.h" + "repository": "https://github.com/th-hock/EgoSmartHeaterRS485.git", + "dependencies": [ + { + "name": "ModbusMaster", + "version": "\u003e=2.0.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DoubleResetDetector_Generic-1.0.3.zip", - "archiveFileName": "DoubleResetDetector_Generic-1.0.3.zip", - "size": 203508, - "checksum": "SHA-256:12131d8e58c7766870d2e45975dc14aa67812d7309d49972e3b016805ecef167" + "url": "https://downloads.arduino.cc/libraries/github.com/th-hock/EgoSmartHeaterRS485-1.0.1.zip", + "archiveFileName": "EgoSmartHeaterRS485-1.0.1.zip", + "size": 4093843, + "checksum": "SHA-256:f1c5de1023da64a05fb6c4589a73123288d791a2904dc85330d3bca13bf51d75" }, { - "name": "AS5X47", - "version": "1.0.0", - "author": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", - "maintainer": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", - "sentence": "A library that reads angles from AS5047 and AS5147 sensors.", - "paragraph": "Also support configuration of the sensor parameters.", - "website": "https://github.com/Adrien-Legrand/AS5X47", - "category": "Sensors", + "name": "EgoSmartHeaterRS485", + "version": "1.0.2", + "author": "Thomas Hock", + "maintainer": "Thomas Hock \u003cth.hock@gmx.net\u003e", + "sentence": "Controlling the EGO Smart Heater via RS485 using Modbus", + "paragraph": "Works with SmartHeater product code 29.65335.000 and RS-485 module for Arduino (MAX485) on multiple architectures", + "website": "https://github.com/th-hock/EgoSmartHeaterRS485", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adrien-legrand/as5x47.git", - "providesIncludes": [ - "AS5X47.h" + "repository": "https://github.com/th-hock/EgoSmartHeaterRS485.git", + "dependencies": [ + { + "name": "ModbusMaster", + "version": "\u003e=2.0.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adrien-legrand/AS5X47-1.0.0.zip", - "archiveFileName": "AS5X47-1.0.0.zip", - "size": 11936, - "checksum": "SHA-256:77614ec6197ab9aac22e26a539a671a86e8ed15b565af87b0dceb588ad6fc15a" + "url": "https://downloads.arduino.cc/libraries/github.com/th-hock/EgoSmartHeaterRS485-1.0.2.zip", + "archiveFileName": "EgoSmartHeaterRS485-1.0.2.zip", + "size": 4228267, + "checksum": "SHA-256:681d9c143e3aa6495b1b9b4e99e3b614faad6a2b1321ad41927cf98959f1943d" }, { - "name": "AS5X47", - "version": "1.0.1", - "author": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", - "maintainer": "Adrien Legrand \u003ccontact@adrien-legrand.com\u003e", - "sentence": "A library that reads angles from AS5047 and AS5147 sensors.", - "paragraph": "Also support configuration of the sensor parameters.", - "website": "https://github.com/Adrien-Legrand/AS5X47", - "category": "Sensors", + "name": "tdslite", + "version": "0.2.0", + "author": "mkg \u003cme@mustafagilor.com\u003e", + "maintainer": "mkg \u003cme@mustafagilor.com\u003e", + "sentence": "A lightweight TDS driver for embedded devices.", + "paragraph": "Lightweight, platform independent MS-TDS implementation written in pure C++11 that can work with just 2kB of SRAM. Built around C++s zero cost / only pay for what you use mantra. The implementation is based on Microsoft `MS-TDS: Tabular Data Stream Protocol` technical specification (revision number 33).", + "website": "https://github.com/mustafakemalgilor/tdslite", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adrien-legrand/as5x47.git", + "repository": "https://github.com/tdslite/tdslite.git", "providesIncludes": [ - "AS5X47.h" + "tdslite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adrien-legrand/AS5X47-1.0.1.zip", - "archiveFileName": "AS5X47-1.0.1.zip", - "size": 223484, - "checksum": "SHA-256:b916258fae13af1a87e7fee4ebc6a92e75090631b28297525ee34bab34ef4b95" + "url": "https://downloads.arduino.cc/libraries/github.com/tdslite/tdslite-0.2.0.zip", + "archiveFileName": "tdslite-0.2.0.zip", + "size": 4803538, + "checksum": "SHA-256:a4687779aa41075bb60e9e86eca69a3733c503a2fbe6d122165fe7f6e518e9fe" }, { - "name": "ESPVGAX2", - "version": "1.0.0", - "author": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "maintainer": "Sandro Maffiodo \u003csmaffer@gmail.com\u003e", - "sentence": "VGA signal generator for ESP8266", - "paragraph": "Supports 320x240px or 256x240px with 16 colors", - "website": "https://github.com/smaffer/espvgax2", - "category": "Display", + "name": "tdslite", + "version": "0.3.0", + "author": "mkg \u003cme@mustafagilor.com\u003e", + "maintainer": "mkg \u003cme@mustafagilor.com\u003e", + "sentence": "A lightweight MSSQL connector/TDS driver for embedded devices.", + "paragraph": "Lightweight, platform independent Microsoft SQL server connector / MS-TDS implementation written in pure C++11 that can work with just 2kB of SRAM. Built around C++s zero cost / only pay for what you use mantra. The implementation is based on Microsoft `MS-TDS: Tabular Data Stream Protocol` technical specification (revision number 33).", + "website": "https://github.com/mustafakemalgilor/tdslite", + "category": "Communication", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/smaffer/espvgax2.git", + "repository": "https://github.com/tdslite/tdslite.git", "providesIncludes": [ - "ESPVGAX2.h" + "tdslite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/smaffer/ESPVGAX2-1.0.0.zip", - "archiveFileName": "ESPVGAX2-1.0.0.zip", - "size": 3336840, - "checksum": "SHA-256:e2805067effe208fb6fbb68e1dba6354ccdba34fd7ba8b81f43ed67ce83c454b" + "url": "https://downloads.arduino.cc/libraries/github.com/tdslite/tdslite-0.3.0.zip", + "archiveFileName": "tdslite-0.3.0.zip", + "size": 4811126, + "checksum": "SHA-256:afff1f4b6f703ae40aacac0f829f0c906551f3f61eccf1b721a088639ac07fca" }, { - "name": "OpenWeatherOneCall", - "version": "1.0.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "tdslite", + "version": "0.4.0", + "author": "mkg \u003chello@mkg.dev\u003e", + "maintainer": "mkg \u003chello@mkg.dev\u003e", + "sentence": "A lightweight MSSQL connector/TDS driver for embedded devices.", + "paragraph": "Lightweight, platform independent Microsoft SQL server connector / MS-TDS implementation written in pure C++11 that can work with just 2kB of SRAM. Built around C++s zero cost / only pay for what you use mantra. The implementation is based on Microsoft `MS-TDS: Tabular Data Stream Protocol` technical specification (revision number 33).", + "website": "https://github.com/mustafakemalgilor/tdslite", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/tdslite/tdslite.git", "providesIncludes": [ - "OpenWeatherOneCall.h" - ], - "dependencies": [ - { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" - } + "tdslite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.0.0.zip", - "archiveFileName": "OpenWeatherOneCall-1.0.0.zip", - "size": 31604, - "checksum": "SHA-256:fcdea64647b5efd4f7c4f7526b1a0971dfc6034b19caf77d41a431c7c782b499" + "url": "https://downloads.arduino.cc/libraries/github.com/tdslite/tdslite-0.4.0.zip", + "archiveFileName": "tdslite-0.4.0.zip", + "size": 4811023, + "checksum": "SHA-256:5ff725f60bb590ac3bb893f3f27d5e6c219cc3f22cd7e0d07967514918ba3e47" }, { - "name": "OpenWeatherOneCall", - "version": "1.1.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "SimpleDCMotor", + "version": "1.0.0", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library enabling DC motor control with SimpleFOC.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library adds support for controlling DC motors, not with field-oriented control but using SimpleFOCs other infrastructure to enable closed loop PID control for DC motors.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/simplefoc/Arduino-FOC-dcmotor.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "SimpleDCMotor.h" ], "dependencies": [ { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" + "name": "Simple FOC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.1.0.zip", - "archiveFileName": "OpenWeatherOneCall-1.1.0.zip", - "size": 98094, - "checksum": "SHA-256:6d354d0a320f57c5822f72964661f98d658ed1086c5819ef61d3ed651785915a" + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleDCMotor-1.0.0.zip", + "archiveFileName": "SimpleDCMotor-1.0.0.zip", + "size": 24619, + "checksum": "SHA-256:a708a935a070f4856c3a9a0fe7a390a7faf989fc5e3217a383427669147cdedc" }, { - "name": "OpenWeatherOneCall", - "version": "1.1.1", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "SimpleDCMotor", + "version": "1.0.1", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library enabling DC motor control with SimpleFOC.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library adds support for controlling DC motors, not with field-oriented control but using SimpleFOCs other infrastructure to enable closed loop PID control for DC motors.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/simplefoc/Arduino-FOC-dcmotor.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "SimpleDCMotor.h" ], "dependencies": [ { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" + "name": "Simple FOC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.1.1.zip", - "archiveFileName": "OpenWeatherOneCall-1.1.1.zip", - "size": 99187, - "checksum": "SHA-256:e1de17ce04933298dd6b7b27537f5c612a168ffe137b5155bc97491a0b7fbdd9" + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleDCMotor-1.0.1.zip", + "archiveFileName": "SimpleDCMotor-1.0.1.zip", + "size": 25033, + "checksum": "SHA-256:2325df6591a44851675a1d926ace1b1c07eeecd04afbd97e67cf2bc4e8845bd7" }, { - "name": "OpenWeatherOneCall", - "version": "1.2.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "SimpleDCMotor", + "version": "1.0.2", + "author": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "maintainer": "Simplefoc \u003cinfo@simplefoc.com\u003e", + "sentence": "A library enabling DC motor control with SimpleFOC.", + "paragraph": "SimpleFOC runs BLDC and Stepper motors using the FOC algorithm. This library adds support for controlling DC motors, not with field-oriented control but using SimpleFOCs other infrastructure to enable closed loop PID control for DC motors.", + "website": "https://docs.simplefoc.com", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/simplefoc/Arduino-FOC-dcmotor.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "SimpleDCMotor.h" ], "dependencies": [ { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" + "name": "Simple FOC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.0.zip", - "archiveFileName": "OpenWeatherOneCall-1.2.0.zip", - "size": 126348, - "checksum": "SHA-256:58afc99bf6273b38c80e4828cf5c8721695a99386ddf729f7991665fde870ca8" + "url": "https://downloads.arduino.cc/libraries/github.com/simplefoc/SimpleDCMotor-1.0.2.zip", + "archiveFileName": "SimpleDCMotor-1.0.2.zip", + "size": 25089, + "checksum": "SHA-256:77dc015d948f191967ea6865957d4c790810a171928a628f8f4a4b3e0dc2af93" }, { - "name": "OpenWeatherOneCall", - "version": "1.2.1", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "FT6236G", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "capacitive touch sensor.", + "paragraph": "Supports 1 and 2 point touch.", + "website": "https://github.com/bitbank2/FT6236G", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/bitbank2/FT6236G.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "FT6236G.h" ], "dependencies": [ { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" + "name": "BitBang_I2C" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.1.zip", - "archiveFileName": "OpenWeatherOneCall-1.2.1.zip", - "size": 126404, - "checksum": "SHA-256:ae84b64656b3d7b822aa2f07334b51a4717ac535e9b31ffb5ed9e5a0e179d02d" + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/FT6236G-1.0.0.zip", + "archiveFileName": "FT6236G-1.0.0.zip", + "size": 9227, + "checksum": "SHA-256:20840b5f2b1581d64271b929c986b766dfca424250e1b023d6bfbe481d8c6d08" }, { - "name": "OpenWeatherOneCall", - "version": "1.2.3", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for Arduino.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "AT24MAC402", + "version": "1.0.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "EEPROM I2C library for AT24MAC402/602", + "paragraph": "EEPROM I2C library for Microchip AT24MAC402/602 with build in MAC address and serial number", + "website": "https://github.com/sstaub/AT24MAC402", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/sstaub/AT24MAC402.git", "providesIncludes": [ - "OpenWeatherOneCall.h" - ], - "dependencies": [ - { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" - } + "AT24MAC402.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.2.3.zip", - "archiveFileName": "OpenWeatherOneCall-1.2.3.zip", - "size": 126405, - "checksum": "SHA-256:9bc7cec0db239bdbb5f874231d83b97c4c161e23388dad6c13900a9d64685e4e" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/AT24MAC402-1.0.0.zip", + "archiveFileName": "AT24MAC402-1.0.0.zip", + "size": 1865899, + "checksum": "SHA-256:b1d35d7acc0ccbe6b8e291592c31aad08d7bcef7ca5361c64a69521fee265938" }, { - "name": "OpenWeatherOneCall", - "version": "1.3.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "AT24MAC402", + "version": "1.1.0", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "EEPROM I2C library for AT24MAC402/602", + "paragraph": "EEPROM I2C library for Microchip AT24MAC402/602 with build in MAC address and serial number", + "website": "https://github.com/sstaub/AT24MAC402", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/sstaub/AT24MAC402.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "AT24MAC402.h" ], - "dependencies": [ - { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" - } + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/AT24MAC402-1.1.0.zip", + "archiveFileName": "AT24MAC402-1.1.0.zip", + "size": 1865897, + "checksum": "SHA-256:3ad5aec5ca9801e01f64837142dc2a8f3bdf86d266dc2d42b297f83dc92adadc" + }, + { + "name": "Arduino_USBHostMbed5", + "version": "0.0.3", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "ARM Mbed5 USBHOST library port for Arduino.", + "paragraph": "This library contains an Arduino port for the ARM Mbed5 USBHost library for STM32H747 based boards.", + "website": "https://github.com/arduino-libraries/Arduino_USBHostMbed5", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_giga" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.0.zip", - "archiveFileName": "OpenWeatherOneCall-1.3.0.zip", - "size": 119946, - "checksum": "SHA-256:a4f459d6cea03d0e6f685a289148855704e51ac9caaf813e056944f3131a62c9" + "types": [ + "Contributed" + ], + "repository": "https://github.com/arduino-libraries/Arduino_USBHostMbed5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_USBHostMbed5-0.0.3.zip", + "archiveFileName": "Arduino_USBHostMbed5-0.0.3.zip", + "size": 91899, + "checksum": "SHA-256:b39d5a14c2a9707063df14adbc57afadc87789e50d803c5bd2f47382e2f1e39b" }, { - "name": "OpenWeatherOneCall", - "version": "1.3.1", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "Arduino_USBHostMbed5", + "version": "0.0.4", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "ARM Mbed5 USBHOST library port for Arduino.", + "paragraph": "This library contains an Arduino port for the ARM Mbed5 USBHost library for STM32H747 based boards.", + "website": "https://github.com/arduino-libraries/Arduino_USBHostMbed5", + "category": "Communication", "architectures": [ - "*" + "mbed", + "mbed_portenta", + "mbed_giga" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", - "providesIncludes": [ - "OpenWeatherOneCall.h" + "repository": "https://github.com/arduino-libraries/Arduino_USBHostMbed5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_USBHostMbed5-0.0.4.zip", + "archiveFileName": "Arduino_USBHostMbed5-0.0.4.zip", + "size": 92366, + "checksum": "SHA-256:5e5943b6c913d170578205bc6bac026283386c9251b19cf5dc57ae7d880bd14f" + }, + { + "name": "Arduino_USBHostMbed5", + "version": "0.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "ARM Mbed5 USBHOST library port for Arduino.", + "paragraph": "This library contains an Arduino port for the ARM Mbed5 USBHost library for STM32H747 based boards.", + "website": "https://github.com/arduino-libraries/Arduino_USBHostMbed5", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_giga", + "mbed_opta" ], - "dependencies": [ - { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.1.zip", - "archiveFileName": "OpenWeatherOneCall-1.3.1.zip", - "size": 159547, - "checksum": "SHA-256:48ad56b2650fe98e21360152cfddc80ef0e31923bb4ed5a457fd027c270d881f" + "repository": "https://github.com/arduino-libraries/Arduino_USBHostMbed5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_USBHostMbed5-0.1.0.zip", + "archiveFileName": "Arduino_USBHostMbed5-0.1.0.zip", + "size": 95398, + "checksum": "SHA-256:fdaeb45247d442409e3903945e1ecd261d28d5c181a6a24574a461eced9819c4" }, { - "name": "OpenWeatherOneCall", - "version": "1.3.2", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on HTTPClient and ArduinoJson.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "Arduino_USBHostMbed5", + "version": "0.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "ARM Mbed5 USBHOST library port for Arduino.", + "paragraph": "This library contains an Arduino port for the ARM Mbed5 USBHost library for STM32H747 based boards.", + "website": "https://github.com/arduino-libraries/Arduino_USBHostMbed5", + "category": "Communication", "architectures": [ - "*" + "mbed", + "mbed_portenta", + "mbed_giga", + "mbed_opta" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", - "providesIncludes": [ - "OpenWeatherOneCall.h" + "repository": "https://github.com/arduino-libraries/Arduino_USBHostMbed5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_USBHostMbed5-0.1.1.zip", + "archiveFileName": "Arduino_USBHostMbed5-0.1.1.zip", + "size": 95473, + "checksum": "SHA-256:d58d84aa9c05042934090d22031112a91ee2b5ba76b9f54264f78022e6721530" + }, + { + "name": "Arduino_USBHostMbed5", + "version": "0.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "ARM Mbed5 USBHOST library port for Arduino.", + "paragraph": "This library contains an Arduino port for the ARM Mbed5 USBHost library for STM32H747 based boards.", + "website": "https://github.com/arduino-libraries/Arduino_USBHostMbed5", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_giga", + "mbed_opta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arduino-libraries/Arduino_USBHostMbed5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_USBHostMbed5-0.2.0.zip", + "archiveFileName": "Arduino_USBHostMbed5-0.2.0.zip", + "size": 95804, + "checksum": "SHA-256:593c7a5a56fd6168784e7538da170c41203c60d338ba46e95c0786dbe7fd4a35" + }, + { + "name": "Arduino_USBHostMbed5", + "version": "0.3.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "ARM Mbed5 USBHOST library port for Arduino.", + "paragraph": "This library contains an Arduino port for the ARM Mbed5 USBHost library for STM32H747 based boards.", + "website": "https://github.com/arduino-libraries/Arduino_USBHostMbed5", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_giga", + "mbed_opta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arduino-libraries/Arduino_USBHostMbed5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_USBHostMbed5-0.3.0.zip", + "archiveFileName": "Arduino_USBHostMbed5-0.3.0.zip", + "size": 95808, + "checksum": "SHA-256:7902697c3bc69ea9e5bf61b4f60d02b8112d58c33d1c50f552a7a4ec2497e457" + }, + { + "name": "Arduino_USBHostMbed5", + "version": "0.3.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "ARM Mbed5 USBHOST library port for Arduino.", + "paragraph": "This library contains an Arduino port for the ARM Mbed5 USBHost library for STM32H747 based boards.", + "website": "https://github.com/arduino-libraries/Arduino_USBHostMbed5", + "category": "Communication", + "architectures": [ + "mbed", + "mbed_portenta", + "mbed_giga", + "mbed_opta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/arduino-libraries/Arduino_USBHostMbed5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_USBHostMbed5-0.3.1.zip", + "archiveFileName": "Arduino_USBHostMbed5-0.3.1.zip", + "size": 95710, + "checksum": "SHA-256:8af3fb43d48dc2ce51e5598b88e00435235d436c3ab28d9c3eab7d3ed479b0a5" + }, + { + "name": "OrientalCommon_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "Common api of rs485 of oriental motor.", + "paragraph": "Common functions and enums.", + "website": "https://github.com/asukiaaa/arduino-OrientalCommon", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" ], + "repository": "https://github.com/asukiaaa/arduino-OrientalCommon.git", "dependencies": [ { - "name": "HTTPClient" - }, - { - "name": "ArduinoJson" + "name": "rs485_asukiaaa" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-1.3.2.zip", - "archiveFileName": "OpenWeatherOneCall-1.3.2.zip", - "size": 159468, - "checksum": "SHA-256:19fb3b0fc56fc1fb6560938ce5312a167b26f8a8afe3be558a35794c51a950cf" + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/OrientalCommon_asukiaaa-1.0.0.zip", + "archiveFileName": "OrientalCommon_asukiaaa-1.0.0.zip", + "size": 4042, + "checksum": "SHA-256:3aeb8245e0fcedb9155f52d70d95dd473d04175a4553e9767ffa47abd37be396" }, { - "name": "OpenWeatherOneCall", - "version": "2.0.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "BytebeamArduino", + "version": "1.0.0", + "author": "Mayank Narang \u003chttps://github.com/mayankbytebeam\u003e", + "maintainer": "Mayank Narang \u003chttps://github.com/mayankbytebeam\u003e", + "license": "Apache-2.0", + "sentence": "A small Arduino Library for Bytebeam Cloud that just works.", + "paragraph": "This library simplifies the process of communicating with Bytebeam cloud backend.", + "website": "https://bytebeam.io/docs/arduino", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/bytebeamio/bytebeam-arduino-sdk.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "BytebeamArduino.h" ], "dependencies": [ { - "name": "HTTPClient" + "name": "PubSubClient" }, { "name": "ArduinoJson" }, { "name": "NTPClient" - }, - { - "name": "WiFiUdp" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.0.zip", - "archiveFileName": "OpenWeatherOneCall-2.0.0.zip", - "size": 164195, - "checksum": "SHA-256:d4b571d02cc9c6ab47fa4d32808bbf08cc52905c661f89f35c18181237f15ecb" + "url": "https://downloads.arduino.cc/libraries/github.com/bytebeamio/BytebeamArduino-1.0.0.zip", + "archiveFileName": "BytebeamArduino-1.0.0.zip", + "size": 178169, + "checksum": "SHA-256:f139e49fad6d3a4838aea25cb62c97d8f625fc3356c1bc131c78ece3048b939e" }, { - "name": "OpenWeatherOneCall", - "version": "2.0.1", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "BytebeamArduino", + "version": "1.0.1", + "author": "Mayank Narang \u003chttps://github.com/mayankbytebeam\u003e", + "maintainer": "Mayank Narang \u003chttps://github.com/mayankbytebeam\u003e", + "license": "Apache-2.0", + "sentence": "A small Arduino Library for Bytebeam Cloud that just works.", + "paragraph": "This library simplifies the process of communicating with Bytebeam cloud backend.", + "website": "https://bytebeam.io/docs/arduino", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/bytebeamio/bytebeam-arduino-sdk.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "BytebeamArduino.h" ], "dependencies": [ { - "name": "HTTPClient" + "name": "PubSubClient" }, { "name": "ArduinoJson" }, { "name": "NTPClient" - }, - { - "name": "WiFiUdp" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.1.zip", - "archiveFileName": "OpenWeatherOneCall-2.0.1.zip", - "size": 164195, - "checksum": "SHA-256:ec1b5d7ef85ec4f86519803f7d11e4ea5f71a941ea3d076f4af33c95a31e148a" + "url": "https://downloads.arduino.cc/libraries/github.com/bytebeamio/BytebeamArduino-1.0.1.zip", + "archiveFileName": "BytebeamArduino-1.0.1.zip", + "size": 182484, + "checksum": "SHA-256:a8ec797054493fd54b4c6b0db00cdf7e9df9adefa3d7e5a77ae2862d59a96ba2" }, { - "name": "OpenWeatherOneCall", - "version": "2.0.2", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on HTTPClient, ArduinoJson, NTPClient, and WiFiUdp.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "BytebeamArduino", + "version": "1.0.2", + "author": "Mayank Narang \u003chttps://github.com/mayankbytebeam\u003e", + "maintainer": "Mayank Narang \u003chttps://github.com/mayankbytebeam\u003e", + "license": "Apache-2.0", + "sentence": "A small Arduino Library for Bytebeam Cloud that just works.", + "paragraph": "This library simplifies the process of communicating with Bytebeam cloud backend.", + "website": "https://bytebeam.io/docs/arduino", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/bytebeamio/bytebeam-arduino-sdk.git", "providesIncludes": [ - "OpenWeatherOneCall.h" + "BytebeamArduino.h" ], "dependencies": [ { - "name": "HTTPClient" + "name": "PubSubClient" }, { "name": "ArduinoJson" }, { "name": "NTPClient" - }, - { - "name": "WiFiUdp" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-2.0.2.zip", - "archiveFileName": "OpenWeatherOneCall-2.0.2.zip", - "size": 164266, - "checksum": "SHA-256:7ea3b79bc96f85e70d5be0b9c8f24e6866c4a3796e9a7fef200be633fdf9e1a0" + "url": "https://downloads.arduino.cc/libraries/github.com/bytebeamio/BytebeamArduino-1.0.2.zip", + "archiveFileName": "BytebeamArduino-1.0.2.zip", + "size": 185782, + "checksum": "SHA-256:2f8e22d9a15f76c6c5bfb52d3d07ba18993ca62bc87d2cd2ebde4c1a3d9a10f8" }, { - "name": "OpenWeatherOneCall", - "version": "3.0.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "AdvKeyPad", + "version": "1.0.1", + "author": "Walter Kvapil \u003cwalter@kvapil.at\u003e", + "maintainer": "Walter Kvapil \u003cwalter@kvapil.at\u003e", + "sentence": "Arduino library for a KeyPad connected to a PCF8574.", + "paragraph": "4x4 Keypad use like keyboard", + "website": "https://github.com/WK-Software56/AdvKeyPad", + "category": "Signal Input/Output", "architectures": [ - "ESP32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/WK-Software56/AdvKeyPad.git", "providesIncludes": [ - "OpenWeatherOneCall.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "NTPClient" - }, - { - "name": "WiFiUdp" - } + "AdvKeyPad.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.0.zip", - "archiveFileName": "OpenWeatherOneCall-3.0.0.zip", - "size": 1664987, - "checksum": "SHA-256:0795002473e38dd5d716ae60d721c3d4c41a711f7bf613ceaa08174133391332" + "url": "https://downloads.arduino.cc/libraries/github.com/WK-Software56/AdvKeyPad-1.0.1.zip", + "archiveFileName": "AdvKeyPad-1.0.1.zip", + "size": 6671, + "checksum": "SHA-256:48e464ce48c519f69a3aaf79fc5fe7a64ec2fc15562102ef687f2cb17eddb41f" }, { - "name": "OpenWeatherOneCall", - "version": "3.0.1", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "hsmcpp", + "version": "0.31.0", + "author": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "maintainer": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "sentence": "C++ library for Hierarchical State Machines (HSM, FSM)", + "paragraph": "C++ library for hierarchical state machines / finite state machines. Provides a code-free visual approach for defining state machine logic using GUI editors with automatic code and diagram generation. Check out https://hsmcpp.readthedocs.io for detailed documentation.", + "website": "https://hsmcpp.readthedocs.io", + "category": "Other", "architectures": [ - "ESP32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/igor-krechetov/hsmcpp-arduinoide.git", "providesIncludes": [ - "OpenWeatherOneCall.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "NTPClient" - }, - { - "name": "WiFiUdp" - } + "hsmcpp.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.1.zip", - "archiveFileName": "OpenWeatherOneCall-3.0.1.zip", - "size": 1669828, - "checksum": "SHA-256:28f5942ca390404f44dde8b4543a5a739aee0bae8dee170646c27761581ae94d" + "url": "https://downloads.arduino.cc/libraries/github.com/igor-krechetov/hsmcpp-0.31.0.zip", + "archiveFileName": "hsmcpp-0.31.0.zip", + "size": 82846, + "checksum": "SHA-256:2ebd99d98ffd4850844e6791fb2ca524c3b5a216f5e28899da02241e5e34a331" }, { - "name": "OpenWeatherOneCall", - "version": "3.0.2", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on ArduinoJson, NTPClient, and WiFiUdp.", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "hsmcpp", + "version": "0.33.0", + "author": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "maintainer": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "sentence": "C++ library for Hierarchical State Machines (HSM, FSM)", + "paragraph": "C++ library for hierarchical state machines / finite state machines. Provides a code-free visual approach for defining state machine logic using GUI editors with automatic code and diagram generation. Check out https://hsmcpp.readthedocs.io for detailed documentation.", + "website": "https://hsmcpp.readthedocs.io", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/igor-krechetov/hsmcpp-arduinoide.git", "providesIncludes": [ - "OpenWeatherOneCall.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "NTPClient" - }, - { - "name": "WiFiUdp" - } + "hsmcpp.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.2.zip", - "archiveFileName": "OpenWeatherOneCall-3.0.2.zip", - "size": 1673336, - "checksum": "SHA-256:a3f8bd06de44b2d0f7c6fe3dcd8dc9b8c8ec9f1c1e3e9330a810253285046034" + "url": "https://downloads.arduino.cc/libraries/github.com/igor-krechetov/hsmcpp-0.33.0.zip", + "archiveFileName": "hsmcpp-0.33.0.zip", + "size": 84843, + "checksum": "SHA-256:865f17c9c5a928a4cd789d858175b148cd5b6efe2bd63b07ea64e69b66a181b3" }, { - "name": "OpenWeatherOneCall", - "version": "3.0.3", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "Current and Seven Day Weather Forecast Library for ESP32.", - "paragraph": "This library depends on ArduinoJson v6+", - "website": "https://github.com/JHershey69/OpenWeatherOneCall", - "category": "Uncategorized", + "name": "hsmcpp", + "version": "0.35.0", + "author": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "maintainer": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "sentence": "C++ library for Hierarchical State Machines (HSM, FSM)", + "paragraph": "C++ library for hierarchical state machines / finite state machines. Provides a code-free visual approach for defining state machine logic using GUI editors with automatic code and diagram generation. Check out https://hsmcpp.readthedocs.io for detailed documentation.", + "website": "https://hsmcpp.readthedocs.io", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JHershey69/OpenWeatherOneCall.git", + "repository": "https://github.com/igor-krechetov/hsmcpp-arduinoide.git", "providesIncludes": [ - "OpenWeatherOneCall.h" - ], - "dependencies": [ - { - "name": "ArduinoJson" - } + "hsmcpp.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JHershey69/OpenWeatherOneCall-3.0.3.zip", - "archiveFileName": "OpenWeatherOneCall-3.0.3.zip", - "size": 1724666, - "checksum": "SHA-256:3851e67addb197bb92c7e73837fe617f43839b99687dbc2962c852531d46940c" + "url": "https://downloads.arduino.cc/libraries/github.com/igor-krechetov/hsmcpp-0.35.0.zip", + "archiveFileName": "hsmcpp-0.35.0.zip", + "size": 88203, + "checksum": "SHA-256:d24ef3b967f2a0de849e1b9f02222e5592a94e54e57bbf7b83abeb0fccb9d0b5" }, { - "name": "SID6581", - "version": "2.1.0", - "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", - "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", - "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", - "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", - "website": "https://github.com/hpwit/SID6581", - "category": "Device Control", + "name": "hsmcpp", + "version": "0.37.0", + "author": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "maintainer": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "sentence": "C++ library for Hierarchical State Machines (HSM, FSM)", + "paragraph": "C++ library for hierarchical state machines / finite state machines. Provides a code-free visual approach for defining state machine logic using GUI editors with automatic code and diagram generation. Check out https://hsmcpp.readthedocs.io for detailed documentation.", + "website": "https://hsmcpp.readthedocs.io", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hpwit/SID6581.git", + "repository": "https://github.com/igor-krechetov/hsmcpp-arduinoide.git", "providesIncludes": [ - "SidPlayer.h" + "hsmcpp.hpp" ], - "dependencies": [ - { - "name": "ESP32" - } + "url": "https://downloads.arduino.cc/libraries/github.com/igor-krechetov/hsmcpp-0.37.0.zip", + "archiveFileName": "hsmcpp-0.37.0.zip", + "size": 93179, + "checksum": "SHA-256:574e56eba1b66d7e50677802a0e22533fe239d02a83b53cd19e009bfcf65a331" + }, + { + "name": "hsmcpp", + "version": "1.0.0", + "author": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "maintainer": "Ihor Krechetov \u003cihor.krechetov.public@gmail.com\u003e", + "sentence": "C++ library for Hierarchical State Machines (HSM, FSM)", + "paragraph": "C++ library for hierarchical state machines / finite state machines. Provides a code-free visual approach for defining state machine logic using GUI editors with automatic code and diagram generation. Check out https://hsmcpp.readthedocs.io for detailed documentation.", + "website": "https://hsmcpp.readthedocs.io", + "category": "Other", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-2.1.0.zip", - "archiveFileName": "SID6581-2.1.0.zip", - "size": 4008556, - "checksum": "SHA-256:69dd7f494a9f608e40c08caae583f2b241b5f34871896f62dc75fca6f4e0850e" + "types": [ + "Contributed" + ], + "repository": "https://github.com/igor-krechetov/hsmcpp-arduinoide.git", + "providesIncludes": [ + "hsmcpp.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/igor-krechetov/hsmcpp-1.0.0.zip", + "archiveFileName": "hsmcpp-1.0.0.zip", + "size": 95553, + "checksum": "SHA-256:0034bc5683f1156f2cccc874e864658f733da9fefc92bf7c1aa696814fa4f38e" }, { - "name": "SID6581", - "version": "2.1.1", - "author": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", - "maintainer": "Yves BAZIN \u003chpwit@noreply.github.com\u003e", - "sentence": "SID 6581/8580 Chiptune Player / MIDI slave for ESP32", - "paragraph": "Play SID tunes, create instruments, use your MIDI keyboard, control up to 5 SID6581/SID8580 Chips", - "website": "https://github.com/hpwit/SID6581", - "category": "Device Control", + "name": "ms5540c", + "version": "1.0.0", + "author": "Rostislav Tolushkin \u003cr.tolushkinsocial@gmail.com\u003e", + "maintainer": "Rostislav Tolushkin \u003cr.tolushkinsocial@gmail.com\u003e", + "sentence": "Arduino library for MS5540C-series sensors", + "paragraph": "Encapsulates low-level regular functionality for reading calibration coefficients and retrieving measurement results", + "website": "https://github.com/nullptr-deref/ms5540c-library", + "category": "Sensors", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hpwit/SID6581.git", + "repository": "https://github.com/nullptr-deref/ms5540c-library.git", "providesIncludes": [ - "SidPlayer.h" + "ms5540c.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/hpwit/SID6581-2.1.1.zip", - "archiveFileName": "SID6581-2.1.1.zip", - "size": 4008615, - "checksum": "SHA-256:d4d62f39d062d6f6f4f502735b8721bbc7503b0735b8b6e8e99695acf9d9a7f0" + "url": "https://downloads.arduino.cc/libraries/github.com/nullptr-deref/ms5540c-1.0.0.zip", + "archiveFileName": "ms5540c-1.0.0.zip", + "size": 8995, + "checksum": "SHA-256:95a6a9d76eea04c636a96efbadde11fb3cdac7f308cabc96583d53ad9c4d6802" }, { - "name": "RunningMedian", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "The library stores the last N individual values in a buffer to select the median.", - "paragraph": "This will filter outliers in a chain of samples very well.", - "website": "https://github.com/RobTillaart/RunningMedian", - "category": "Data Processing", + "name": "Joystick 5-Pin", + "version": "1.0.0", + "author": "malisipi \u003cmehmetalisipi@gmail.com\u003e", + "maintainer": "malisipi \u003cmehmetalisipi@gmail.com\u003e", + "sentence": "A joystick library for Arduino.", + "paragraph": "Use the library to get joystick (5-pin) values.", + "website": "https://github.com/malisipi/joystick_5pin", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/RunningMedian.git", - "providesIncludes": [ - "RunningMedian.h" + "repository": "https://github.com/malisipi/joystick_5pin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/malisipi/Joystick_5_Pin-1.0.0.zip", + "archiveFileName": "Joystick_5_Pin-1.0.0.zip", + "size": 5842, + "checksum": "SHA-256:fdb4f7919e9712a10f3e95865f029c3f196bbe2434253dc166a33d284de63d5e" + }, + { + "name": "Joystick 5-Pin", + "version": "1.0.2", + "author": "malisipi \u003cmehmetalisipi@gmail.com\u003e", + "maintainer": "malisipi \u003cmehmetalisipi@gmail.com\u003e", + "sentence": "A joystick library for Arduino.", + "paragraph": "Use the library to get joystick (5-pin) values.", + "website": "https://github.com/malisipi/joystick_5pin", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.0.zip", - "archiveFileName": "RunningMedian-0.2.0.zip", - "size": 9646, - "checksum": "SHA-256:c5a0b8d575c01306c4ec3b80a7768d42e4dd72d9c76cd89a97b762ade039dbba" + "types": [ + "Contributed" + ], + "repository": "https://github.com/malisipi/joystick_5pin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/malisipi/Joystick_5_Pin-1.0.2.zip", + "archiveFileName": "Joystick_5_Pin-1.0.2.zip", + "size": 5843, + "checksum": "SHA-256:6101312d9155fab25674f59f590e9368a8ed5486d530fccaa82885f855ddcc9e" }, { - "name": "RunningMedian", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "The library stores the last N individual values in a buffer to select the median.", - "paragraph": "This will filter outliers in a chain of samples very well.", - "website": "https://github.com/RobTillaart/RunningMedian", - "category": "Data Processing", + "name": "Joystick 5-Pin", + "version": "1.1.0", + "author": "malisipi \u003cmehmetalisipi@gmail.com\u003e", + "maintainer": "malisipi \u003cmehmetalisipi@gmail.com\u003e", + "sentence": "A joystick library for Arduino.", + "paragraph": "Use the library to get joystick (5-pin) values.", + "website": "https://github.com/malisipi/joystick_5pin", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/RunningMedian.git", + "repository": "https://github.com/malisipi/joystick_5pin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/malisipi/Joystick_5_Pin-1.1.0.zip", + "archiveFileName": "Joystick_5_Pin-1.1.0.zip", + "size": 7983, + "checksum": "SHA-256:fcbdb93021e288549ab23c7824a7c377f6311145fd4675a7670c8ba61da97dd8" + }, + { + "name": "DovesLapTimer", + "version": "0.0.1", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple tapliming library centered around GPS data", + "paragraph": "A simple tapliming library centered around GPS data", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "RunningMedian.h" + "DovesLapTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningMedian-0.2.1.zip", - "archiveFileName": "RunningMedian-0.2.1.zip", - "size": 9644, - "checksum": "SHA-256:4f77e36a2e4bd1d19c0fcbb2640b2c4b69a0eb08cce133aa82bd2b80eac0eda5" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.0.1.zip", + "archiveFileName": "DovesLapTimer-0.0.1.zip", + "size": 19088, + "checksum": "SHA-256:05176498fad2c2b23014ad2636ca3e3439cbd489fda4a753e37cfe1b019d6b41" }, { - "name": "RunningAverage", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", - "paragraph": "Supports min max average", - "website": "https://github.com/RobTillaart/RunningAverage", - "category": "Data Processing", + "name": "DovesLapTimer", + "version": "0.0.2", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/RunningAverage.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "RunningAverager.h" + "DovesLapTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.0.zip", - "archiveFileName": "RunningAverage-0.3.0.zip", - "size": 14510, - "checksum": "SHA-256:24dafefbfd9f174ce55c8e374478a6fdfb6478e54944baf0e9984aefeadb7ce8" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.0.2.zip", + "archiveFileName": "DovesLapTimer-0.0.2.zip", + "size": 19440, + "checksum": "SHA-256:ad5c8cf1ad86547ded55da5c332aed0d5bed45d6328464490516c94df571f6f7" }, { - "name": "RunningAverage", - "version": "0.3.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "The library stores the last N individual values in a circular buffer to calculate the running average.", - "paragraph": "Supports min max average", - "website": "https://github.com/RobTillaart/RunningAverage", - "category": "Data Processing", + "name": "DovesLapTimer", + "version": "0.0.5", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/RunningAverage.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "RunningAverager.h" + "DovesLapTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RunningAverage-0.3.1.zip", - "archiveFileName": "RunningAverage-0.3.1.zip", - "size": 14550, - "checksum": "SHA-256:ece6615ed86d15a3694fddb3425359d633fc1211876310575ffc8f12b4e631c3" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.0.5.zip", + "archiveFileName": "DovesLapTimer-0.0.5.zip", + "size": 17521, + "checksum": "SHA-256:69973da66155b1de81ab619108af73ab5a5ecef73777cd3e7b8e36c843aa816e" }, { - "name": "SevenSegmentTM1637", - "version": "1.0.0", - "author": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", - "maintainer": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", - "sentence": "Library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC", - "paragraph": "Extensive library for controlling a 4 digit seven segment display. This library inherent the Print class and uses the LCDAPI 1.0. For example you can use all normal Print methods like: print() and println(). From the LCDAPI among others begin(), clear(), home(), setCursor() and setBacklight() are implementend. On top of these regular functionality a segerate fun class which adds more features can be used. For example a bombtimer(), nightrider() and bounchingBall() method can be used when using the fun class.", - "website": "https://github.com/bremme/arduino-tm1637", - "category": "Display", - "architectures": [], + "name": "DovesLapTimer", + "version": "0.1.0", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/bremme/arduino-tm1637.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bremme/SevenSegmentTM1637-1.0.0.zip", - "archiveFileName": "SevenSegmentTM1637-1.0.0.zip", - "size": 833973, - "checksum": "SHA-256:0ae27c267d09f99d5c1483bbd286ae77773c38be356c55e0daa62a0524477bc4" + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", + "providesIncludes": [ + "DovesLapTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.1.0.zip", + "archiveFileName": "DovesLapTimer-0.1.0.zip", + "size": 26143, + "checksum": "SHA-256:375a881081c48579f2b354d9f9f449dfbb8eda7078298b40948bb2e9644cfd27" }, { - "name": "SevenSegmentTM1637", - "version": "1.1.0", - "author": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", - "maintainer": "Bram Harmsen \u003cbramharmsen@gmail.com\u003e", - "sentence": "Library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC", - "paragraph": "Extensive library for controlling a 4 digit seven segment display. This library inherent the Print class and uses the LCDAPI 1.0. For example you can use all normal Print methods like: print() and println(). From the LCDAPI among others begin(), clear(), home(), setCursor() and setBacklight() are implementend. On top of these regular functionality a segerate fun class which adds more features can be used. For example a bombtimer(), nightrider() and bouncingBall() method can be used when using the fun class.", - "website": "https://github.com/bremme/arduino-tm1637", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.1.5", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bremme/arduino-tm1637.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bremme/SevenSegmentTM1637-1.1.0.zip", - "archiveFileName": "SevenSegmentTM1637-1.1.0.zip", - "size": 6616554, - "checksum": "SHA-256:7a3d20fe3ce2db1d254b05df9307ff3e96a9c3f5b77bd678b83fdfe58519090f" + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", + "providesIncludes": [ + "DovesLapTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.1.5.zip", + "archiveFileName": "DovesLapTimer-0.1.5.zip", + "size": 55763, + "checksum": "SHA-256:b01e9fecce039590804bf9b1c2c037d52fc97968c2d670c047dd98254fd4ea85" }, { - "name": "OneBitDisplay", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.1.6", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "OneBitDisplay.h" - ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "DovesLapTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.0.0.zip", - "archiveFileName": "OneBitDisplay-1.0.0.zip", - "size": 391761, - "checksum": "SHA-256:81773d4bee6c4769bbb8dfc21b7e181cfab2d4fc19ea177af4f2130954bdbe75" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.1.6.zip", + "archiveFileName": "DovesLapTimer-0.1.6.zip", + "size": 126835, + "checksum": "SHA-256:e4ca87932f28600fdefeddd762f1450c13a671fa8af2026388dc5b22367d8ba8" }, { - "name": "OneBitDisplay", - "version": "1.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.1.7", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "OneBitDisplay.h" - ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "DovesLapTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.0.zip", - "archiveFileName": "OneBitDisplay-1.1.0.zip", - "size": 398996, - "checksum": "SHA-256:b444edeb0e9dcfba6e78b718d0fa58356ee29b9429f1573283d1ae9032b2dfad" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.1.7.zip", + "archiveFileName": "DovesLapTimer-0.1.7.zip", + "size": 4483334, + "checksum": "SHA-256:bafeefe7400ae3d65548d0edf7cce0efcf0cc92f68326f840bdabc3364931bbd" }, { - "name": "OneBitDisplay", - "version": "1.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.1.8", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "OneBitDisplay.h" - ], - "dependencies": [ - { - "name": "BitBang_I2C" - } + "DovesLapTimer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.1.zip", - "archiveFileName": "OneBitDisplay-1.1.1.zip", - "size": 399179, - "checksum": "SHA-256:5cc0a87d7984cad64f50afc04b360c992443842cbcc8267bde514668c6d8da1f" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.1.8.zip", + "archiveFileName": "DovesLapTimer-0.1.8.zip", + "size": 4585688, + "checksum": "SHA-256:d71de529709815517029f6e756f3741599d15d0deb0b4c82ac54a66c3d2db6f4" }, { - "name": "OneBitDisplay", - "version": "1.1.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.1.9", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "OneBitDisplay.h" + "DovesLapTimer.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "ArxTypeTraits" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.1.2.zip", - "archiveFileName": "OneBitDisplay-1.1.2.zip", - "size": 399508, - "checksum": "SHA-256:de1b3df8f60b1745c6b196344233dd6eaba23b8e49b9e4e3dcdf899509b0c051" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.1.9.zip", + "archiveFileName": "DovesLapTimer-0.1.9.zip", + "size": 4715405, + "checksum": "SHA-256:e243377a808377e96bd690c7287463b1d88a035d7712ed1d2add83c8aa7430a3" }, { - "name": "OneBitDisplay", - "version": "1.3.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.2.0", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "OneBitDisplay.h" + "DovesLapTimer.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "ArxTypeTraits" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.3.0.zip", - "archiveFileName": "OneBitDisplay-1.3.0.zip", - "size": 403471, - "checksum": "SHA-256:5ba664047d6aef24fc496c08e750096294bb983a80d8d0a2eccca06f22acfafe" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.2.0.zip", + "archiveFileName": "DovesLapTimer-0.2.0.zip", + "size": 4716079, + "checksum": "SHA-256:bb4de3cc9bac1c242bccd0a2f3f72bf6a8cb73b5621b5d78f333a1f3d5e246ac" }, { - "name": "OneBitDisplay", - "version": "1.4.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.2.1", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "OneBitDisplay.h" + "DovesLapTimer.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "ArxTypeTraits" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.4.0.zip", - "archiveFileName": "OneBitDisplay-1.4.0.zip", - "size": 407395, - "checksum": "SHA-256:76ad0d88463fd370ed94565e0b854266e7047adca3dff351f960589ba33b94f2" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.2.1.zip", + "archiveFileName": "DovesLapTimer-0.2.1.zip", + "size": 4716128, + "checksum": "SHA-256:effed753950d2f184d137409b4ebd49993122108f9cc3ff9d4bcea8cb06a8807" }, { - "name": "OneBitDisplay", - "version": "1.5.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "DovesLapTimer", + "version": "0.2.2", + "author": "Michael Champagne (crimsondove)", + "maintainer": "Michael Champagne", + "sentence": "A simple lap-timing library centered around GPS data", + "paragraph": "Currently only handles a single split around start/finish. Crafted with love \u0026 a sprinkle of ChatGPT magic!", + "website": "https://github.com/TheAngryRaven/DovesLapTimer", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/TheAngryRaven/DovesLapTimer.git", "providesIncludes": [ - "OneBitDisplay.h" + "DovesLapTimer.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "ArxTypeTraits" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.5.0.zip", - "archiveFileName": "OneBitDisplay-1.5.0.zip", - "size": 408234, - "checksum": "SHA-256:91c95c8a4591489908a94c66cb395b2fbb7b22ae5ac02bdbf1e837cc5f2bd21e" + "url": "https://downloads.arduino.cc/libraries/github.com/TheAngryRaven/DovesLapTimer-0.2.2.zip", + "archiveFileName": "DovesLapTimer-0.2.2.zip", + "size": 4716150, + "checksum": "SHA-256:3545bd24e3897107373c7ea052681e512dfa2fa0fbffd025d420deb9f245abda" }, { - "name": "OneBitDisplay", - "version": "1.6.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "TcBUTTON", + "version": "1.0.5", + "author": "Jakkapan", + "maintainer": "Jakkapan Attal\u003cjakkapan.attala@gmail.com\u003e", + "sentence": "Button for TcBUTTON is a easy to use button for your application and call back function for your button.", + "paragraph": "Button for TcBUTTON is a easy to use button for your application and call back function for your button. You can use this library for your application.", + "website": "https://github.com/Jakkapan-a/TcBUTTON", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/Jakkapan-a/TcBUTTON.git", "providesIncludes": [ - "OneBitDisplay.h" + "TcBUTTON.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.6.0.zip", - "archiveFileName": "OneBitDisplay-1.6.0.zip", - "size": 409623, - "checksum": "SHA-256:1cf03cdb0efcbc7560f9a147a387969043b75922cca47c1b01ccf26df89f6ab4" + "url": "https://downloads.arduino.cc/libraries/github.com/Jakkapan-a/TcBUTTON-1.0.5.zip", + "archiveFileName": "TcBUTTON-1.0.5.zip", + "size": 147729, + "checksum": "SHA-256:5023a700b153ea1953e193a39e4322230f205c14c47bcacb94c0da7b021b55ae" }, { - "name": "OneBitDisplay", - "version": "1.7.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "TcBUTTON", + "version": "1.0.0", + "author": "Jakkapan", + "maintainer": "Jakkapan Attal\u003cjakkapan.attala@gmail.com\u003e", + "sentence": "Button for TcBUTTON is a easy to use button for your application and call back function for your button.", + "paragraph": "Button for TcBUTTON is a easy to use button for your application and call back function for your button. You can use this library for your application.", + "website": "https://github.com/Jakkapan-a/TcBUTTON", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/Jakkapan-a/TcBUTTON.git", "providesIncludes": [ - "OneBitDisplay.h" + "TcBUTTON.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.0.zip", - "archiveFileName": "OneBitDisplay-1.7.0.zip", - "size": 412668, - "checksum": "SHA-256:e3902ee4c7bfc4d1421d02bacd376ee86105d14814edea2dcabe80a3fe0be1e0" + "url": "https://downloads.arduino.cc/libraries/github.com/Jakkapan-a/TcBUTTON-1.0.0.zip", + "archiveFileName": "TcBUTTON-1.0.0.zip", + "size": 147724, + "checksum": "SHA-256:436dde8005edb80013d486560ddfd491620e5f8d05a8f7a8914a3331859a921e" }, { - "name": "OneBitDisplay", - "version": "1.7.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "TcBUTTON", + "version": "1.0.6", + "author": "Jakkapan", + "maintainer": "Jakkapan Attala\u003cjakkapan.attala@gmail.com\u003e", + "sentence": "Button for TcBUTTON is a easy to use button for your application and call back function for your button.", + "paragraph": "Button for TcBUTTON is a easy to use button for your application and call back function for your button. You can use this library for your application.", + "website": "https://github.com/Jakkapan-a/TcBUTTON", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/Jakkapan-a/TcBUTTON.git", "providesIncludes": [ - "OneBitDisplay.h" + "TcBUTTON.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.1.zip", - "archiveFileName": "OneBitDisplay-1.7.1.zip", - "size": 412683, - "checksum": "SHA-256:098da904af3894471233746358d3468f7157e6da1fe9a590edb7d739f1e876b7" + "url": "https://downloads.arduino.cc/libraries/github.com/Jakkapan-a/TcBUTTON-1.0.6.zip", + "archiveFileName": "TcBUTTON-1.0.6.zip", + "size": 147991, + "checksum": "SHA-256:6119794f395fcbc4733554fc6781f3d58ee794fa09a4967aa4b0a25001efb9e0" }, { - "name": "OneBitDisplay", - "version": "1.7.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "TcBUTTON", + "version": "1.0.7", + "author": "Jakkapan", + "maintainer": "Jakkapan Attala\u003cjakkapan.attala@gmail.com\u003e", + "sentence": "Button for TcBUTTON is a easy to use button for your application and call back function for your button.", + "paragraph": "Button for TcBUTTON is a easy to use button for your application and call back function for your button. You can use this library for your application.", + "website": "https://github.com/Jakkapan-a/TcBUTTON", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/Jakkapan-a/TcBUTTON.git", "providesIncludes": [ - "OneBitDisplay.h" + "TcBUTTON.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.7.2.zip", - "archiveFileName": "OneBitDisplay-1.7.2.zip", - "size": 412708, - "checksum": "SHA-256:8287d83eaff52d548b72041652d5cfca04107d479335e6fd9f8b759086d5013b" + "url": "https://downloads.arduino.cc/libraries/github.com/Jakkapan-a/TcBUTTON-1.0.7.zip", + "archiveFileName": "TcBUTTON-1.0.7.zip", + "size": 149364, + "checksum": "SHA-256:a7da22f6d3479497b441d79bffbeaa154cb511b7dba69be70dc4dd94fd127713" }, { - "name": "OneBitDisplay", - "version": "1.8.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 4 sizes of fixed fonts (6x8, 8x8, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "TcBUTTON", + "version": "1.0.8", + "author": "Jakkapan", + "maintainer": "Jakkapan Attala\u003cjakkapan.attala@gmail.com\u003e", + "sentence": "Button for TcBUTTON is a easy to use button for your application and call back function for your button.", + "paragraph": "Button for TcBUTTON is a easy to use button for your application and call back function for your button. You can use this library for your application.", + "website": "https://github.com/Jakkapan-a/TcBUTTON", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/Jakkapan-a/TcBUTTON.git", "providesIncludes": [ - "OneBitDisplay.h" + "TcBUTTON.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.8.0.zip", - "archiveFileName": "OneBitDisplay-1.8.0.zip", - "size": 687494, - "checksum": "SHA-256:d76c7fa414f68101013a170ca7c9dd2bea9094d2c0f36a692ea28152bc6bdb1c" + "url": "https://downloads.arduino.cc/libraries/github.com/Jakkapan-a/TcBUTTON-1.0.8.zip", + "archiveFileName": "TcBUTTON-1.0.8.zip", + "size": 149450, + "checksum": "SHA-256:e0e11b37d601e2dca0776435b1a179c8adb7c841aa3b165efdd1f20ada428e91" }, { - "name": "OneBitDisplay", - "version": "1.9.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "OLED and LCD library for 1-bit per pixel displays.", - "paragraph": "Supports most monochrome OLEDs, LCDs and now Sharp Memory LCDs. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and a simple menu system.", - "website": "https://github.com/bitbank2/OneBitDisplay", - "category": "Display", + "name": "TcBUTTON", + "version": "1.0.9", + "author": "Jakkapan", + "maintainer": "Jakkapan Attala\u003cjakkapan.attala@gmail.com\u003e", + "sentence": "Button for TcBUTTON is a easy to use button for your application and call back function for your button.", + "paragraph": "Button for TcBUTTON is a easy to use button for your application and call back function for your button. You can use this library for your application.", + "website": "https://github.com/Jakkapan-a/TcBUTTON", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/OneBitDisplay.git", + "repository": "https://github.com/Jakkapan-a/TcBUTTON.git", "providesIncludes": [ - "OneBitDisplay.h" + "TcBUTTON.h" ], "dependencies": [ { - "name": "BitBang_I2C" + "name": "arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/OneBitDisplay-1.9.0.zip", - "archiveFileName": "OneBitDisplay-1.9.0.zip", - "size": 805893, - "checksum": "SHA-256:9fa1b903b6138c04beb7d64d65800ca4361d97ec8944d0b66f21cfaf44d271cb" + "url": "https://downloads.arduino.cc/libraries/github.com/Jakkapan-a/TcBUTTON-1.0.9.zip", + "archiveFileName": "TcBUTTON-1.0.9.zip", + "size": 149564, + "checksum": "SHA-256:0ee92936672fcc96dca1f23571c19d7306919ff39eb9d4257cfa97291461e592" }, { - "name": "CRCx", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "CRC calculation for Arduino and other C++ programs", - "paragraph": "CRC calculation for Arduino and other C++ programs", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "SerialBuffSender", + "version": "1.0.0", + "author": "Jenifen", + "maintainer": "jenifen \u003cseifeddinjnifen@gmail.com\u003e", + "sentence": "sending buffer via serial", + "paragraph": "Arduino library to Buffering Data and Sending it via Serial Arduino.", + "website": "https://github.com/Jenifen/SerialSendBuffer", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/CRCx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.2.0.zip", - "archiveFileName": "CRCx-0.2.0.zip", - "size": 55328, - "checksum": "SHA-256:72c2f693409925bfee956ce3f0ba6e42280df81bb4524b0524484143156b542c" + "repository": "https://github.com/Jenifen/SerialSendBuffer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jenifen/SerialBuffSender-1.0.0.zip", + "archiveFileName": "SerialBuffSender-1.0.0.zip", + "size": 6079, + "checksum": "SHA-256:469b2c441992cb4c342a550055525267fbf2088c2593575bc09d3688a3050fbd" }, { - "name": "CRCx", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "CRC calculation for Arduino and other C++ programs", - "paragraph": "CRC calculation for Arduino and other C++ programs", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "SerialBuffSender", + "version": "1.0.1", + "author": "Seifeddin Jenifen", + "maintainer": "Seifeddin Jenifen \u003cseifeddinjnifen@gmail.com\u003e", + "sentence": "sending buffer via serial", + "paragraph": "The SerialSendBuffer Arduino library is a software library that provides a buffering mechanism for data and sending it via serial communication. The library allows Arduino programs to store data in a buffer and send it to a connected device over a serial communication channel.", + "website": "https://github.com/Jenifen/SerialSendBuffer", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/CRCx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/CRCx-0.2.1.zip", - "archiveFileName": "CRCx-0.2.1.zip", - "size": 56229, - "checksum": "SHA-256:d06cea710ff2cd01a01968697b914275268f74aaa14a7f272c6726332d2ec2a9" + "repository": "https://github.com/Jenifen/SerialSendBuffer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Jenifen/SerialBuffSender-1.0.1.zip", + "archiveFileName": "SerialBuffSender-1.0.1.zip", + "size": 6254, + "checksum": "SHA-256:24a60d0006649fc0f6aff7240d96739de8f185fca2b6f5abdec151887e170718" }, { - "name": "MultiButton", + "name": "omnicrystal", "version": "1.0.0", - "author": "Martin Poelstra \u003cmartin@beryllium.net\u003e", - "maintainer": "Martin Poelstra \u003cmartin@beryllium.net\u003e", - "sentence": "Reliable detection of single, double and long clicks.", - "paragraph": "Can be used to debounce simple arduino digital pins, but also e.g. capacitive touch inputs.", - "website": "https://github.com/poelstra/arduino-multi-button/", - "category": "Signal Input/Output", + "author": "Guilherme Silva Schultz", + "maintainer": "Guilherme Silva Schultz \u003cguilhermesschultz.contato@gmail.com\u003e", + "sentence": "Modular Library for HITACHI HD44780", + "paragraph": "This library allows the user to easily create their own modules for HITACHI HD44780 LCD Displays.", + "website": "https://github.com/RecursiveError/omnicrystal", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/poelstra/arduino-multi-button.git", - "providesIncludes": [ - "PinButton.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/poelstra/MultiButton-1.0.0.zip", - "archiveFileName": "MultiButton-1.0.0.zip", - "size": 8828, - "checksum": "SHA-256:e66425dc580b337116e5dc374c459a3b366905495536369c9f6f2ed044deedbb" + "repository": "https://github.com/RecursiveError/omnicrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RecursiveError/omnicrystal-1.0.0.zip", + "archiveFileName": "omnicrystal-1.0.0.zip", + "size": 15718, + "checksum": "SHA-256:60e2fed681e3f06818734e63b78d3ef7ca2ba2f86ee28df047d3f1d00e8d5ec6" }, { - "name": "FourRegs", - "version": "0.1.0", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", - "category": "Device Control", + "name": "omnicrystal", + "version": "1.0.4", + "author": "Guilherme Silva Schultz", + "maintainer": "Guilherme Silva Schultz \u003cguilhermesschultz.contato@gmail.com\u003e", + "sentence": "Modular Library for HITACHI HD44780", + "paragraph": "This library allows the user to easily create their own modules for HITACHI HD44780 LCD Displays.", + "website": "https://github.com/RecursiveError/omnicrystal", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.0.zip", - "archiveFileName": "FourRegs-0.1.0.zip", - "size": 10995, - "checksum": "SHA-256:1ae48b6b4cc99b32841321ad534e03468bee4e9345fdbff562d7d90d34bf971e" + "repository": "https://github.com/RecursiveError/omnicrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RecursiveError/omnicrystal-1.0.4.zip", + "archiveFileName": "omnicrystal-1.0.4.zip", + "size": 20638, + "checksum": "SHA-256:766adb61930cd0d5595103d52d91dc484bea145cc58c9d4bf76030a0b7575a2b" }, { - "name": "FourRegs", - "version": "0.1.1", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", - "category": "Device Control", + "name": "omnicrystal", + "version": "1.0.6", + "author": "Guilherme Silva Schultz", + "maintainer": "Guilherme Silva Schultz \u003cguilhermesschultz.contato@gmail.com\u003e", + "sentence": "Modular Library for HITACHI HD44780", + "paragraph": "This library allows the user to easily create their own modules for HITACHI HD44780 LCD Displays.", + "website": "https://github.com/RecursiveError/omnicrystal", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.1.zip", - "archiveFileName": "FourRegs-0.1.1.zip", - "size": 11754, - "checksum": "SHA-256:38106eaa9c956a5a933e73d2f6e1ddb92e2e72813a8cd06c862d7bcd199ed678" + "repository": "https://github.com/RecursiveError/omnicrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RecursiveError/omnicrystal-1.0.6.zip", + "archiveFileName": "omnicrystal-1.0.6.zip", + "size": 22519, + "checksum": "SHA-256:1cb3eff63a3ce0be0ab332cca39d4a2fef95ef07ba31b52db5e2d54671857245" }, { - "name": "FourRegs", - "version": "0.1.2", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", - "category": "Device Control", + "name": "omnicrystal", + "version": "1.0.7", + "author": "Guilherme Silva Schultz", + "maintainer": "Guilherme Silva Schultz \u003cguilhermesschultz.contato@gmail.com\u003e", + "sentence": "Modular Library for HITACHI HD44780", + "paragraph": "This library allows the user to easily create their own modules for HITACHI HD44780 LCD Displays.", + "website": "https://github.com/RecursiveError/omnicrystal", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.1.2.zip", - "archiveFileName": "FourRegs-0.1.2.zip", - "size": 13585, - "checksum": "SHA-256:afb1359451b22376d79a9e6058402db22bf353dcaaf3c120d1c60342abf33e00" + "repository": "https://github.com/RecursiveError/omnicrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RecursiveError/omnicrystal-1.0.7.zip", + "archiveFileName": "omnicrystal-1.0.7.zip", + "size": 22731, + "checksum": "SHA-256:1220f81eb5829f862e64ca29ecdcd4e43d18d2c51870e682eccd37ba16a5e6c9" }, { - "name": "FourRegs", - "version": "0.2.0", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", - "category": "Device Control", + "name": "omnicrystal", + "version": "1.0.8", + "author": "Guilherme Silva Schultz", + "maintainer": "Guilherme Silva Schultz \u003cguilhermesschultz.contato@gmail.com\u003e", + "sentence": "Modular Library for HITACHI HD44780", + "paragraph": "This library allows the user to easily create their own modules for HITACHI HD44780 LCD Displays.", + "website": "https://github.com/RecursiveError/omnicrystal", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.2.0.zip", - "archiveFileName": "FourRegs-0.2.0.zip", - "size": 13537, - "checksum": "SHA-256:75867efeb9a1184a5c23ee167b67160d48f7ff25b68e7ca2480b1a95e3a1cdda" + "repository": "https://github.com/RecursiveError/omnicrystal.git", + "url": "https://downloads.arduino.cc/libraries/github.com/RecursiveError/omnicrystal-1.0.8.zip", + "archiveFileName": "omnicrystal-1.0.8.zip", + "size": 22735, + "checksum": "SHA-256:63f9e74efa0d0283926158e239918df8680be2b82ab692f153322d7862f1fc1e" }, { - "name": "FourRegs", - "version": "0.2.1", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.1.0", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm for Teensy 4.x", + "paragraph": "Arduino eFlexPwm for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.2.1.zip", - "archiveFileName": "FourRegs-0.2.1.zip", - "size": 19595, - "checksum": "SHA-256:784601d92587f8fe734b315d6cc5c4578595e19e929d4d31bc8ef576a7f00f15" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.1.0.zip", + "archiveFileName": "eFlexPwm-0.1.0.zip", + "size": 239101, + "checksum": "SHA-256:ec4ac964e15b2b32cb50984dde4c6354c69f54765ad499ccad957495e477cdf6" }, { - "name": "FourRegs", - "version": "0.3.0", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.1.1", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm for Teensy 4.x", + "paragraph": "Arduino eFlexPwm for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.0.zip", - "archiveFileName": "FourRegs-0.3.0.zip", - "size": 22533, - "checksum": "SHA-256:142fbd3fca5e65cfa3d510b3f4e4104c5820162ddce07615a5beabb9d8cdc57e" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.1.1.zip", + "archiveFileName": "eFlexPwm-0.1.1.zip", + "size": 272839, + "checksum": "SHA-256:4a12e8deb2a00aeedc1ab733259eecf38430267589a95e24edb015a756279981" }, { - "name": "FourRegs", - "version": "0.3.1", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.1.2", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.1.zip", - "archiveFileName": "FourRegs-0.3.1.zip", - "size": 24832, - "checksum": "SHA-256:f93ae56f1262ce40c12487069d0bc67e7dfd04658468ad846e550289a6440209" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.1.2.zip", + "archiveFileName": "eFlexPwm-0.1.2.zip", + "size": 425480, + "checksum": "SHA-256:35cad469879c7b12e6697a1c71f145c3d3664c568f1f4e84f221116ad07983e4" }, { - "name": "FourRegs", - "version": "0.3.2", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.0", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", + "category": "Device Control", + "architectures": [ + "teensy" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.0.zip", + "archiveFileName": "eFlexPwm-0.2.0.zip", + "size": 660218, + "checksum": "SHA-256:321c2afd89e1fad9eecfa04f346bcb42d99001b7847e78106c875a3758136e24" + }, + { + "name": "eFlexPwm", + "version": "0.2.1", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.2.zip", - "archiveFileName": "FourRegs-0.3.2.zip", - "size": 24847, - "checksum": "SHA-256:b6624777444232dc0fbea31d8ad1a020b6c3c5b5d1f093acd215885c998523fe" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.1.zip", + "archiveFileName": "eFlexPwm-0.2.1.zip", + "size": 787362, + "checksum": "SHA-256:2cdc4af4a9a79fd7441147a676f2b1ea1acdf792bc02dd9450dd8162edd26704" }, { - "name": "FourRegs", - "version": "0.3.3", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.2", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.3.zip", - "archiveFileName": "FourRegs-0.3.3.zip", - "size": 27251, - "checksum": "SHA-256:ccddebaac87ed81f59a47c62e15b26694bc06e0c730a38295794eb530286e21d" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.2.zip", + "archiveFileName": "eFlexPwm-0.2.2.zip", + "size": 787367, + "checksum": "SHA-256:802f39ace9afc25baec0f6a7d85cc2f6c6d9db91f69a5812a3421d625e058f1f" }, { - "name": "FourRegs", - "version": "0.3.4", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.3", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.4.zip", - "archiveFileName": "FourRegs-0.3.4.zip", - "size": 29921, - "checksum": "SHA-256:30c7778503be66f52c2e16bbbc19da2e96bd5f0a855605b0632ffd1b9aef341e" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.3.zip", + "archiveFileName": "eFlexPwm-0.2.3.zip", + "size": 849831, + "checksum": "SHA-256:7e98c3fa4723aa75c906c5e45cb440603a8335ee36d90023962290a7bbdea4a3" }, { - "name": "FourRegs", - "version": "0.3.5", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.4", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.3.5.zip", - "archiveFileName": "FourRegs-0.3.5.zip", - "size": 29982, - "checksum": "SHA-256:7b96808a2d066b017309b031441f6b7420ec85bfcfc0fe1e01c2f5631004c652" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.4.zip", + "archiveFileName": "eFlexPwm-0.2.4.zip", + "size": 849995, + "checksum": "SHA-256:f13c1a6c7197c7c243dc17b39dca6f5a0167fb6bf3de573039fc4d17892c1bc9" }, { - "name": "FourRegs", - "version": "0.4.0", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.5", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.0.zip", - "archiveFileName": "FourRegs-0.4.0.zip", - "size": 32470, - "checksum": "SHA-256:b1de973ac82c745aee68b5c588ddba47737ed4269b429e9a5f6f4089829909e2" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.5.zip", + "archiveFileName": "eFlexPwm-0.2.5.zip", + "size": 850084, + "checksum": "SHA-256:31bb9169096637a0c1265960f28fb8b8d2ad0ed215c6f2b8c911befbdd78c288" }, { - "name": "FourRegs", - "version": "0.4.1", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.6", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.1.zip", - "archiveFileName": "FourRegs-0.4.1.zip", - "size": 32615, - "checksum": "SHA-256:89c3ebb53cca3937e98227d1ec22e4a4950bb0c96aa1d42894e2f018b1957e2e" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.6.zip", + "archiveFileName": "eFlexPwm-0.2.6.zip", + "size": 850089, + "checksum": "SHA-256:022ed168ba4b581f5a6becb20a37cacd2386b81ae85082a8932e62519d83ad7a" }, { - "name": "FourRegs", - "version": "0.4.2", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.7", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.2.zip", - "archiveFileName": "FourRegs-0.4.2.zip", - "size": 33532, - "checksum": "SHA-256:232afbc3f4192c85883cfddd2d8ce962a7f4f080ede5350469a2fe721e8e1b35" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.7.zip", + "archiveFileName": "eFlexPwm-0.2.7.zip", + "size": 850123, + "checksum": "SHA-256:229e6aa1c2ab30933ed31686472ff6e003aaeb330bec40e9bcbb9ae11024e8a7" }, { - "name": "FourRegs", - "version": "0.4.3", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.8", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.3.zip", - "archiveFileName": "FourRegs-0.4.3.zip", - "size": 35540, - "checksum": "SHA-256:b6adb8a8fbc991e103a1fcf9eaf9316473cca73eb64734ac1d43906599c7ccc6" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.8.zip", + "archiveFileName": "eFlexPwm-0.2.8.zip", + "size": 850129, + "checksum": "SHA-256:710db8d5badb67375346e305103cb17411c1311e45c75ec7c34704788b7615ea" }, { - "name": "FourRegs", - "version": "0.4.4", - "author": "Drew Folta \u003cdrew@folta.net\u003e", - "maintainer": "Drew Folta \u003cdrew@folta.net\u003e", - "sentence": "Prints the low-level configuration registers for Arduino-compatible boards which use an ARM SAMD51 processor.", - "paragraph": "This library is likely only useful for an advance user, someone who has already looked at the SAMD51 datasheet and is wondering how their board is actually configured.", - "website": "https://github.com/drewfish/arduino-FourRegs", + "name": "eFlexPwm", + "version": "0.2.9", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", "category": "Device Control", "architectures": [ - "samd" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/drewfish/arduino-FourRegs.git", - "url": "https://downloads.arduino.cc/libraries/github.com/drewfish/FourRegs-0.4.4.zip", - "archiveFileName": "FourRegs-0.4.4.zip", - "size": 35818, - "checksum": "SHA-256:2889b3f6660bc6eda298549202705f222449523dcea66ebbc16597a5e1de9ebe" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.9.zip", + "archiveFileName": "eFlexPwm-0.2.9.zip", + "size": 850144, + "checksum": "SHA-256:974a3a85557d71a31c54eebf3972af332bc2f2f7ee0ef5c49f677626d930f21f" }, { - "name": "LibSSH-ESP32", - "version": "0.2.0", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH library for Arduino-ESP32 based on libssh library.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example, an SSH client, SSH server and key generator.", - "website": "https://www.ewan.cc/?q=node/157", - "category": "Communication", + "name": "eFlexPwm", + "version": "0.2.10", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", + "category": "Device Control", "architectures": [ - "esp32" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-0.2.0.zip", - "archiveFileName": "LibSSH_ESP32-0.2.0.zip", - "size": 429442, - "checksum": "SHA-256:46e089c25808ec1c3683e8f5b287c1919c435ba7ba64bc8b58f99bf0981da484" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.10.zip", + "archiveFileName": "eFlexPwm-0.2.10.zip", + "size": 851254, + "checksum": "SHA-256:8f194a4ed322d2fee0677d0f8622beed84b72a76803e4ce0b35fd01106fcbfe5" }, { - "name": "LibSSH-ESP32", - "version": "1.0.0", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", - "category": "Communication", + "name": "eFlexPwm", + "version": "0.2.11", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "Arduino eFlexPwm library for Teensy 4.x", + "paragraph": "Arduino eFlexPwm library for Teensy 4.x", + "website": "https://epsilonrt.github.io/eFlexPwm", + "category": "Device Control", "architectures": [ - "esp32" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.0.0.zip", - "archiveFileName": "LibSSH_ESP32-1.0.0.zip", - "size": 495460, - "checksum": "SHA-256:c2cccb26f3516df59972db64e489804d69e8986562b3cd230cf505358e4e135c" + "repository": "https://github.com/epsilonrt/eFlexPwm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/eFlexPwm-0.2.11.zip", + "archiveFileName": "eFlexPwm-0.2.11.zip", + "size": 851270, + "checksum": "SHA-256:f54fa88004c53c189e5c4424a0453e14d4d991c92255554cf79bd19f6e3f1cdb" }, { - "name": "LibSSH-ESP32", - "version": "1.0.1", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", + "name": "Modbus-Arduino", + "version": "1.0.0", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.", + "website": "http://github.com/epsilonrt/modbus-arduino", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.0.1.zip", - "archiveFileName": "LibSSH_ESP32-1.0.1.zip", - "size": 495479, - "checksum": "SHA-256:4255dbd81bf0b8549f8dd200d909d5f84017c2457773a8e3d4ceb39393bcc0e6" + "repository": "https://github.com/epsilonrt/modbus-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Arduino-1.0.0.zip", + "archiveFileName": "Modbus_Arduino-1.0.0.zip", + "size": 339111, + "checksum": "SHA-256:718523c7cefc640646b2a76718b9d44ebd5a087176d8bc5c8cc98a5625579a01" }, { - "name": "LibSSH-ESP32", + "name": "Modbus-Arduino", "version": "1.1.0", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.", + "website": "http://github.com/epsilonrt/modbus-arduino", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.0.zip", - "archiveFileName": "LibSSH_ESP32-1.1.0.zip", - "size": 497017, - "checksum": "SHA-256:0df56832813765c584e4fa5c21cbe78baf69ef156810c266a06f7f7507b4b2e4" + "repository": "https://github.com/epsilonrt/modbus-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Arduino-1.1.0.zip", + "archiveFileName": "Modbus_Arduino-1.1.0.zip", + "size": 340970, + "checksum": "SHA-256:f6cbfe860fe3fe69662206f4e3091d014b5edbb79f815fdcf73840b945763a79" }, { - "name": "LibSSH-ESP32", + "name": "Modbus-Arduino", "version": "1.1.1", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and SSH server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.", + "website": "http://github.com/epsilonrt/modbus-arduino", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.1.zip", - "archiveFileName": "LibSSH_ESP32-1.1.1.zip", - "size": 497047, - "checksum": "SHA-256:176b3752cba63befcec7f16f4e7de85f6129d3c86553bb67ef446c90b0fe3098" + "repository": "https://github.com/epsilonrt/modbus-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Arduino-1.1.1.zip", + "archiveFileName": "Modbus_Arduino-1.1.1.zip", + "size": 344690, + "checksum": "SHA-256:5b5d180457c7f1dca30927471c22bc49a0fd1200b0f5499878578379efcc9fba" }, { - "name": "LibSSH-ESP32", + "name": "Modbus-Arduino", "version": "1.1.2", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and SSH server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.", + "website": "http://github.com/epsilonrt/modbus-arduino", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.2.zip", - "archiveFileName": "LibSSH_ESP32-1.1.2.zip", - "size": 497726, - "checksum": "SHA-256:605f3aee894754dfd2c81ddb6bec3a92824a16b00994d683c2339c7805470167" + "repository": "https://github.com/epsilonrt/modbus-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Arduino-1.1.2.zip", + "archiveFileName": "Modbus_Arduino-1.1.2.zip", + "size": 345274, + "checksum": "SHA-256:a29b2443b09056f802a5a7160f8e97c27bfbbfcbd714041673d15310d2cb8c11" }, { - "name": "LibSSH-ESP32", - "version": "1.1.3", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and SSH server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", + "name": "Modbus-Arduino", + "version": "1.2.0", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.", + "website": "http://github.com/epsilonrt/modbus-arduino", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.1.3.zip", - "archiveFileName": "LibSSH_ESP32-1.1.3.zip", - "size": 497716, - "checksum": "SHA-256:d3ad8eb46122f66945357f0fe8a437a2e041e7a0b51460df686b9fe2469a4162" + "repository": "https://github.com/epsilonrt/modbus-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Arduino-1.2.0.zip", + "archiveFileName": "Modbus_Arduino-1.2.0.zip", + "size": 347391, + "checksum": "SHA-256:e4089f3b155f980fc3cdd874033d40e8047518168e76efc74ea16dc5ecbb7993" }, { - "name": "LibSSH-ESP32", - "version": "1.2.0", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and SSH server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", + "name": "Modbus-Arduino", + "version": "1.3.0", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.", + "website": "http://github.com/epsilonrt/modbus-arduino", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.0.zip", - "archiveFileName": "LibSSH_ESP32-1.2.0.zip", - "size": 499291, - "checksum": "SHA-256:7c105b2e13dfc0e100628277f2486d8fd19434b5aeafd7c6bfc1b7cf92ae3aa7" + "repository": "https://github.com/epsilonrt/modbus-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Arduino-1.3.0.zip", + "archiveFileName": "Modbus_Arduino-1.3.0.zip", + "size": 378117, + "checksum": "SHA-256:0221b4049bf13cf93814c54a998c1e0e00d357f205771270a8917ce1117df9ec" }, { - "name": "LibSSH-ESP32", - "version": "1.2.1", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and SSH server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, and key generator.", - "website": "https://www.ewan.cc/?q=node/157", + "name": "Modbus-Serial", + "version": "1.0.0", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over serial line implementation (OSI 2/OSI 1)", + "website": "http://github.com/epsilonrt/modbus-serial", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.1.zip", - "archiveFileName": "LibSSH_ESP32-1.2.1.zip", - "size": 499294, - "checksum": "SHA-256:5d86d49933a24aa73bd5353fe9658952ab3c5f73895b7e79a0f217d787f551eb" + "repository": "https://github.com/epsilonrt/modbus-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Serial-1.0.0.zip", + "archiveFileName": "Modbus_Serial-1.0.0.zip", + "size": 66022, + "checksum": "SHA-256:52843b8f99f5119cecacba1e1f872333943ef7af42006858a51ae553e7c92fa9" }, { - "name": "LibSSH-ESP32", - "version": "1.2.2", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and SSH server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", - "website": "https://www.ewan.cc/?q=node/157", + "name": "Modbus-Serial", + "version": "2.0.0", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over serial line implementation (OSI 2/OSI 1)", + "website": "http://github.com/epsilonrt/modbus-serial", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.2.zip", - "archiveFileName": "LibSSH_ESP32-1.2.2.zip", - "size": 507058, - "checksum": "SHA-256:72aef98068cf0633fa189db46355f9e561738175c1c08f2635931626fc017982" + "repository": "https://github.com/epsilonrt/modbus-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Serial-2.0.0.zip", + "archiveFileName": "Modbus_Serial-2.0.0.zip", + "size": 67249, + "checksum": "SHA-256:4cf0bd182aa8383fd7fc803ff80473432d9f7c1b8f87baabc1d2ff27a1ffe364" }, { - "name": "LibSSH-ESP32", - "version": "1.2.3", - "author": "Ewan Parker", - "maintainer": "Ewan Parker", - "sentence": "SSH client and SSH server library for ESP32 based on libssh.", - "paragraph": "This is an ESP32/FreeRTOS port of the libssh.org SSH Library created originally for Linux, Unix or Windows. Several examples are included, for example an SSH client, SSH server, SCP client, key generator, and over-the-air (OTA) flashing using SCP.", - "website": "https://www.ewan.cc/?q=node/157", + "name": "Modbus-Serial", + "version": "2.0.1", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over serial line implementation (OSI 2/OSI 1)", + "website": "https://epsilonrt.github.io/modbus-serial", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ewpa/LibSSH-ESP32.git", - "providesIncludes": [ - "libssh_esp32.h" + "repository": "https://github.com/epsilonrt/modbus-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Serial-2.0.1.zip", + "archiveFileName": "Modbus_Serial-2.0.1.zip", + "size": 66461, + "checksum": "SHA-256:491b822a649c7c8745a3644217dfa3db4f36711afdb7168995a213dda4fc92df" + }, + { + "name": "Modbus-Serial", + "version": "2.0.3", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over serial line implementation (OSI 2/OSI 1)", + "website": "https://epsilonrt.github.io/modbus-serial", + "category": "Communication", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ewpa/LibSSH_ESP32-1.2.3.zip", - "archiveFileName": "LibSSH_ESP32-1.2.3.zip", - "size": 507087, - "checksum": "SHA-256:6a452a8a7b5da7950a522cd265b4b84f5f31e84348fcfd79891858551eb6eb3d" + "types": [ + "Contributed" + ], + "repository": "https://github.com/epsilonrt/modbus-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Serial-2.0.3.zip", + "archiveFileName": "Modbus_Serial-2.0.3.zip", + "size": 66520, + "checksum": "SHA-256:215bf58faaad20f89b9d91a7245903d24b158e81c33d1848039de40144f3561d" }, { - "name": "XLR8PID", - "version": "1.0.0", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Arduino library for hardware accelerated PID control.", - "paragraph": "Takes advantage of hardware acceleration available in Alorium Technology's XLR8 product. For use with an XLR8 board with the PID XB loaded on it.", - "website": "https://github.com/AloriumTechnology/XLR8PID", - "category": "Data Processing", + "name": "Modbus-Serial", + "version": "2.0.4", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over serial line implementation (OSI 2/OSI 1)", + "website": "https://epsilonrt.github.io/modbus-serial", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/XLR8PID.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/XLR8PID-1.0.0.zip", - "archiveFileName": "XLR8PID-1.0.0.zip", - "size": 39303, - "checksum": "SHA-256:c4abe1e98ace862038f95860e4c2105a5b8a985c1a715c97c8b0eae17255dc14" + "repository": "https://github.com/epsilonrt/modbus-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Serial-2.0.4.zip", + "archiveFileName": "Modbus_Serial-2.0.4.zip", + "size": 66522, + "checksum": "SHA-256:b43d55fe59f5c0afda9bf464099af27670eaac698159cda01181b9fe702d1e5f" }, { - "name": "ArrbotMonitor", - "version": "1.1.0", - "author": "Mark Harrison (marhar@gmail.com)", - "maintainer": "Mark Harrison (marhar@gmail.com)", - "sentence": "Plotter-friendly display macros.", - "paragraph": "This library makes it easy to display debug and trace information that is compatible with the Arduino Serial Plotter.", - "website": "https://github.com/marhar/ArrbotMonitor", - "category": "Data Processing", + "name": "Modbus-Serial", + "version": "2.0.5", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over serial line implementation (OSI 2/OSI 1)", + "website": "https://epsilonrt.github.io/modbus-serial", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marhar/ArrbotMonitor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marhar/ArrbotMonitor-1.1.0.zip", - "archiveFileName": "ArrbotMonitor-1.1.0.zip", - "size": 959790, - "checksum": "SHA-256:fc91ba67b5d34281b0154675d984fab9b087628cf2530a670a480a6b8fd2b789" + "repository": "https://github.com/epsilonrt/modbus-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Serial-2.0.5.zip", + "archiveFileName": "Modbus_Serial-2.0.5.zip", + "size": 66457, + "checksum": "SHA-256:780a80555ae42d2df91f6c7de3fd083041c21a80f6f1ff13f6225874bd167f1c" }, { - "name": "max7219", - "version": "1.0.0", - "author": "Jonathan Evans", - "maintainer": "Jonathan Evans", - "sentence": "Lightweight library for the MAX7219 7 segment 8 digit display", - "paragraph": "Exposes two easy to use methods DisplayText(Text, Orientation) and DisplayChar(Digit, Char, DecimalPlace);", - "website": "https://github.com/JemRF/max7219", - "category": "Display", + "name": "Modbus-Serial", + "version": "2.0.6", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over serial line implementation (OSI 2/OSI 1)", + "website": "https://epsilonrt.github.io/modbus-serial", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JemRF/max7219.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JemRF/max7219-1.0.0.zip", - "archiveFileName": "max7219-1.0.0.zip", - "size": 104660, - "checksum": "SHA-256:20ab7bf6ade9c7b1acc2857ef21e5bf92d8fb3e6e3c8b1b063700aac61652d7a" + "repository": "https://github.com/epsilonrt/modbus-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Serial-2.0.6.zip", + "archiveFileName": "Modbus_Serial-2.0.6.zip", + "size": 66497, + "checksum": "SHA-256:157e9f7f66d807a9707e4ec59d0b7c9e98204b644b750df233f288e0d0d1e692" }, { - "name": "ESPFlash", + "name": "Modbus-Esp8266AT", "version": "1.0.0", - "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "sentence": "Lightweight library that makes SPIFFs usage simple and easy to understand on the ESP8266 and ESP32.", - "paragraph": "ESPFlash is an abstraction layer that simplifies the storing of vectorised data in the filesystem on the ESP8266 and ESP32. It features a simple template based interface to store and retreive generic vectorised data in flash memory using SPIFFs.", - "website": "https://github.com/DaleGia/ESPFlash", - "category": "Other", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for ESP8266 AT controller", + "website": "http://github.com/epsilonrt/modbus-esp8266at", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DaleGia/ESPFlash.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/ESPFlash-1.0.0.zip", - "archiveFileName": "ESPFlash-1.0.0.zip", - "size": 26337, - "checksum": "SHA-256:32892829d8143998c19bb74cf14e602a7eee70ac057dea63e89a25879f32871b" + "repository": "https://github.com/epsilonrt/modbus-esp8266at.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Esp8266AT-1.0.0.zip", + "archiveFileName": "Modbus_Esp8266AT-1.0.0.zip", + "size": 63179, + "checksum": "SHA-256:a017dddbfd0622f87bc8309a3c24f4de1e294661c959c078cb2bef2d149157fd" }, { - "name": "ipMIDI", + "name": "Modbus-Esp8266AT", "version": "1.0.1", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "ipMIDI for Arduino", - "paragraph": "ipMIDI", - "website": "https://github.com/lathoub/Arduino-ipMIDI", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for ESP8266 AT controller", + "website": "http://github.com/epsilonrt/modbus-esp8266at", "category": "Communication", "architectures": [ "*" @@ -320592,28 +780858,21 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", - "providesIncludes": [ - "ipMIDI.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.1.zip", - "archiveFileName": "ipMIDI-1.0.1.zip", - "size": 8992, - "checksum": "SHA-256:344911b4b1d0c15253c4a7782545fa2fc852d659eace2705f08bf1ef2cf20dca" + "repository": "https://github.com/epsilonrt/modbus-esp8266at.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Esp8266AT-1.0.1.zip", + "archiveFileName": "Modbus_Esp8266AT-1.0.1.zip", + "size": 63183, + "checksum": "SHA-256:8f7ecbbfd1dd54f444eb642187c43775174a5371a4e637f390fbed290fbe32c6" }, { - "name": "ipMIDI", + "name": "Modbus-Esp8266AT", "version": "1.0.2", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "ipMIDI for Arduino", - "paragraph": "ipMIDI", - "website": "https://github.com/lathoub/Arduino-ipMIDI", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for ESP8266 AT controller", + "website": "http://github.com/epsilonrt/modbus-esp8266at", "category": "Communication", "architectures": [ "*" @@ -320621,28 +780880,21 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", - "providesIncludes": [ - "ipMIDI.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.2.zip", - "archiveFileName": "ipMIDI-1.0.2.zip", - "size": 8982, - "checksum": "SHA-256:d5e42adf32b556155b714ef3806b650db36200d1abc7654e030fa1a18e956e24" + "repository": "https://github.com/epsilonrt/modbus-esp8266at.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Esp8266AT-1.0.2.zip", + "archiveFileName": "Modbus_Esp8266AT-1.0.2.zip", + "size": 63210, + "checksum": "SHA-256:6644d3bfdd3c98e4481c0018649700d9ee8438e0bdc0f4c86d1318e72d3d8197" }, { - "name": "ipMIDI", + "name": "Modbus-Esp8266AT", "version": "1.0.3", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "ipMIDI for Arduino", - "paragraph": "ipMIDI", - "website": "https://github.com/lathoub/Arduino-ipMIDI", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for ESP8266 AT controller", + "website": "http://github.com/epsilonrt/modbus-esp8266at", "category": "Communication", "architectures": [ "*" @@ -320650,1673 +780902,2072 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/Arduino-ipMIDI.git", - "providesIncludes": [ - "ipMIDI.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/ipMIDI-1.0.3.zip", - "archiveFileName": "ipMIDI-1.0.3.zip", - "size": 8927, - "checksum": "SHA-256:c3b9c6f15ecfdda60e1091b6902a7c5eb34baf027fc9074bc584d942052da97e" + "repository": "https://github.com/epsilonrt/modbus-esp8266at.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Esp8266AT-1.0.3.zip", + "archiveFileName": "Modbus_Esp8266AT-1.0.3.zip", + "size": 63207, + "checksum": "SHA-256:8055030e1a4784ad4df4b9ac79edb0d6a4922316a41c21f17d662e6e5bb74b62" }, { - "name": "SolarCharger", + "name": "Modbus-Ethernet", "version": "1.0.0", - "author": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", - "maintainer": "Hector Espert \u003chectorespertpardo@gmail.com\u003e", - "license": "MIT", - "sentence": "Solar Charger Shield.", - "paragraph": "Library to read voltage in a Seeed Studio Arduino shield.", - "website": "https://github.com/hectorespert/SolarCharger", - "category": "Sensors", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Arduino Ethernet shield.", + "website": "http://github.com/epsilonrt/modbus-ethernet", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hectorespert/SolarCharger.git", - "providesIncludes": [ - "SolarCharger.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/hectorespert/SolarCharger-1.0.0.zip", - "archiveFileName": "SolarCharger-1.0.0.zip", - "size": 3739, - "checksum": "SHA-256:85e2b25610c356e83dbfdb1619becd01f1ee8edc4828cc18fc5bf18ca505da78" + "repository": "https://github.com/epsilonrt/modbus-ethernet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Ethernet-1.0.0.zip", + "archiveFileName": "Modbus_Ethernet-1.0.0.zip", + "size": 62850, + "checksum": "SHA-256:215688ae7218ef993c526a9093af2c07a62d0cd4d1368797fa11034ce11b5d9d" }, { - "name": "SparkFun Qwiic Humidity AHT20", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to drive ASAIT's new AHT20 temperature and humidity IC.", - "paragraph": "Use our solderless and easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/16618\"\u003eSparkX Qwiic Humiditiy AHT20\u003c/a\u003e to get current temperature and humidity readings.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library", - "category": "Sensors", + "name": "Modbus-Ethernet", + "version": "1.0.1", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Arduino Ethernet shield.", + "website": "http://github.com/epsilonrt/modbus-ethernet", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Humidity_AHT20-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Humidity_AHT20-1.0.0.zip", - "size": 7814, - "checksum": "SHA-256:aa395a5dc02cb501a29b01ab220760083b94b5d236ad6fe69c6fd0ca67019eea" + "repository": "https://github.com/epsilonrt/modbus-ethernet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Ethernet-1.0.1.zip", + "archiveFileName": "Modbus_Ethernet-1.0.1.zip", + "size": 62852, + "checksum": "SHA-256:d36067a262fa21784e77045085e35f3f50a8dbddf46d828443e2af3c1c3eb09d" }, { - "name": "AlmaviosLitMqtt", - "version": "0.1.0", - "author": "Almavios", - "maintainer": "Almavios \u003cdev@almavios.com\u003e", - "sentence": "A Simple MQTT client for connection with cloud providers", - "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", - "website": "https://github.com/almavios/almavios-lit-mqtt", + "name": "Modbus-Ethernet", + "version": "1.0.2", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Arduino Ethernet shield.", + "website": "http://github.com/epsilonrt/modbus-ethernet", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/almavios/almavios-lit-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.1.0.zip", - "archiveFileName": "AlmaviosLitMqtt-0.1.0.zip", - "size": 38272, - "checksum": "SHA-256:b88013119db43c12266a8b5dbcf74531a106266030d91e1b086fcd45823e9834" + "repository": "https://github.com/epsilonrt/modbus-ethernet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Ethernet-1.0.2.zip", + "archiveFileName": "Modbus_Ethernet-1.0.2.zip", + "size": 63020, + "checksum": "SHA-256:5985c1b5ce661c5327e9bcf8b3050ff30d36a9d08cdcb9a910afb0f8e5bde57e" }, { - "name": "AlmaviosLitMqtt", - "version": "0.1.1", - "author": "Almavios", - "maintainer": "Almavios \u003cdev@almavios.com\u003e", - "sentence": "A Simple MQTT client for connection with cloud providers", - "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", - "website": "https://github.com/almavios/almavios-lit-mqtt", + "name": "Modbus-Ethernet", + "version": "1.0.3", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Arduino Ethernet shield.", + "website": "http://github.com/epsilonrt/modbus-ethernet", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/almavios/almavios-lit-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.1.1.zip", - "archiveFileName": "AlmaviosLitMqtt-0.1.1.zip", - "size": 38299, - "checksum": "SHA-256:ec224f9049fbfb24d74b0e8d983bafcaa398c682115b631f146b1d73aac0f767" + "repository": "https://github.com/epsilonrt/modbus-ethernet.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Ethernet-1.0.3.zip", + "archiveFileName": "Modbus_Ethernet-1.0.3.zip", + "size": 63016, + "checksum": "SHA-256:f12f9ef774ef85cce5654bddd03ded2b9aefae1458b5729938551c44d9e56725" }, { - "name": "AlmaviosLitMqtt", - "version": "0.2.0", - "author": "Almavios", - "maintainer": "Almavios \u003cdev@almavios.com\u003e", - "sentence": "A Simple MQTT client for connection with cloud providers", - "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", - "website": "https://github.com/almavios/almavios-lit-mqtt", + "name": "Modbus-EtherCard", + "version": "1.0.0", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Ethercard (ENC28J60 controller).", + "website": "http://github.com/epsilonrt/modbus-ethercard", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/almavios/almavios-lit-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.2.0.zip", - "archiveFileName": "AlmaviosLitMqtt-0.2.0.zip", - "size": 45567, - "checksum": "SHA-256:4831dd46a72de98654f527822019eb7b2104168ba13213a116c711cd7dde4abc" + "repository": "https://github.com/epsilonrt/modbus-ethercard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_EtherCard-1.0.0.zip", + "archiveFileName": "Modbus_EtherCard-1.0.0.zip", + "size": 62933, + "checksum": "SHA-256:2f54d3a4104e802b4314e63f953ac69a9ff41898e91d6748b2bd25ad148710dd" }, { - "name": "AlmaviosLitMqtt", - "version": "0.3.0", - "author": "Almavios", - "maintainer": "Almavios \u003cdev@almavios.com\u003e", - "sentence": "A Simple MQTT client for connection with cloud providers", - "paragraph": "This library allows you to send and receive MQTT messages from cloud services.", - "website": "https://github.com/almavios/almavios-lit-mqtt", + "name": "Modbus-EtherCard", + "version": "1.0.1", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Ethercard (ENC28J60 controller).", + "website": "http://github.com/epsilonrt/modbus-ethercard", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/almavios/almavios-lit-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/almavios/AlmaviosLitMqtt-0.3.0.zip", - "archiveFileName": "AlmaviosLitMqtt-0.3.0.zip", - "size": 47668, - "checksum": "SHA-256:8cb0f3efc61970c0a1a81e710bb67ecddbe08f411eb665de5e90e6294ccc4185" + "repository": "https://github.com/epsilonrt/modbus-ethercard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_EtherCard-1.0.1.zip", + "archiveFileName": "Modbus_EtherCard-1.0.1.zip", + "size": 62936, + "checksum": "SHA-256:6df57964b8f38f6c8ecec7ead98126fb9bec02e7b783eea2097aa935503ca902" }, { - "name": "wm8978-esp32", - "version": "1.0.0", - "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "sentence": "An esp32 library for the wm8978 dac.", - "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces. With configurable MCLK on every PWM capable pin.", - "website": "https://github.com/CelliesProjects/wm8978-esp32/", - "category": "Signal Input/Output", + "name": "Modbus-EtherCard", + "version": "1.0.2", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Ethercard (ENC28J60 controller).", + "website": "http://github.com/epsilonrt/modbus-ethercard", + "category": "Communication", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", - "providesIncludes": [ - "WM8978.h" + "repository": "https://github.com/epsilonrt/modbus-ethercard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_EtherCard-1.0.2.zip", + "archiveFileName": "Modbus_EtherCard-1.0.2.zip", + "size": 62938, + "checksum": "SHA-256:188582e8e0378d136f465b059bfc3cdda35f59f6b2bdff9ed185f6dea2e46164" + }, + { + "name": "Modbus-EtherCard", + "version": "1.0.3", + "author": "Pascal Jean aka epsilonrt,André Sarmento Barbosa", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over TCP/IP implementation for Ethercard (ENC28J60 controller).", + "website": "http://github.com/epsilonrt/modbus-ethercard", + "category": "Communication", + "architectures": [ + "avr" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.0.zip", - "archiveFileName": "wm8978_esp32-1.0.0.zip", - "size": 8159, - "checksum": "SHA-256:5438504a203e4c5432beab0ebfeaeeda43ee628c0bc8abb4078e890df17b8ed8" + "types": [ + "Contributed" + ], + "repository": "https://github.com/epsilonrt/modbus-ethercard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_EtherCard-1.0.3.zip", + "archiveFileName": "Modbus_EtherCard-1.0.3.zip", + "size": 62936, + "checksum": "SHA-256:099923d6db4b3214fcc8e9c45c299e2a215619e4dbf7003c2e3abecc8915142b" }, { - "name": "wm8978-esp32", - "version": "1.0.1", - "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "sentence": "An esp32 library for the wm8978 dac.", - "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces. With configurable MCLK on every PWM capable pin.", - "website": "https://github.com/CelliesProjects/wm8978-esp32/", + "name": "ad7124", + "version": "1.0.0", + "author": "epsilonrt", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "sentence": "Arduino library for AD7124 ADC", + "paragraph": "Arduino library for AD7124 ADC", + "website": "https://github.com/epsilonrt/ad7124", "category": "Signal Input/Output", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", - "providesIncludes": [ - "WM8978.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.1.zip", - "archiveFileName": "wm8978_esp32-1.0.1.zip", - "size": 7873, - "checksum": "SHA-256:3bc0ab49ffc0944c81a102412c479dd3de6b47cec9907f05bedbbd5136d43eb7" + "repository": "https://github.com/epsilonrt/ad7124.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/ad7124-1.0.0.zip", + "archiveFileName": "ad7124-1.0.0.zip", + "size": 334117, + "checksum": "SHA-256:b6b906a96ca0fe27633b0a844a187965c789a3deaaff30da880bc79a25b40f72" }, { - "name": "wm8978-esp32", - "version": "1.0.2", - "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "sentence": "An esp32 library for the wm8978 dac.", - "paragraph": "Easy setup for the wm8978 dac with configurable i2c and i2s interfaces.", - "website": "https://github.com/CelliesProjects/wm8978-esp32/", - "category": "Signal Input/Output", + "name": "spaiot-lib", + "version": "0.12.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://github.com/epsilonrt/spaiot-lib", + "category": "Device Control", "architectures": [ + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CelliesProjects/wm8978-esp32.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "WM8978.h" + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/wm8978_esp32-1.0.2.zip", - "archiveFileName": "wm8978_esp32-1.0.2.zip", - "size": 7841, - "checksum": "SHA-256:e78b3af6a2d3620601438683ed0ebdc5d76cc6cfd5f8e7bfe40a2e07d0de3d8b" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.12.0.zip", + "archiveFileName": "spaiot_lib-0.12.0.zip", + "size": 162887, + "checksum": "SHA-256:900d5453a570ab6e9af073502e5cb262fce8b508206fddcc4a6de49495125cec" }, { - "name": "SET", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement simple SET datastructure.", - "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", - "website": "https://github.com/RobTillaart/Set", - "category": "Data Processing", + "name": "spaiot-lib", + "version": "0.13.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://github.com/epsilonrt/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SET.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "set.h" + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.0.zip", - "archiveFileName": "SET-0.2.0.zip", - "size": 11403, - "checksum": "SHA-256:07f4601db29cafe79c01dbce9748585443843d18d25b57913296ed60eed04f5f" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.13.0.zip", + "archiveFileName": "spaiot_lib-0.13.0.zip", + "size": 161496, + "checksum": "SHA-256:26c8785a9d52ffdf185bf04f59d3d954d8858e9ffc817f72e3606d7681426e35" }, { - "name": "SET", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement simple SET datastructure.", - "paragraph": "Supports union diff intersection equal subset. Limited to numbers 0..255.", - "website": "https://github.com/RobTillaart/Set", - "category": "Data Processing", + "name": "spaiot-lib", + "version": "0.14.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://espilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SET.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "set.h" + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SET-0.2.1.zip", - "archiveFileName": "SET-0.2.1.zip", - "size": 11399, - "checksum": "SHA-256:69f19b9bdc930f427365a3b495d6e9678fc5fa9cfede59aa064e324c2520a6b5" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.14.0.zip", + "archiveFileName": "spaiot_lib-0.14.0.zip", + "size": 599146, + "checksum": "SHA-256:d764b0ae4b396a2e37fbf78a6a83afa0af0301d6638d727c522a07fb91041434" }, { - "name": "FRAM_I2C", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C FRAM.", - "website": "https://github.com/RobTillaart/FRAM_I2C.git", - "category": "Data Storage", + "name": "spaiot-lib", + "version": "0.15.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "Wire.h", - "FRAM.h" - ], - "dependencies": [ - { - "name": "Wire.h" - } + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.0.zip", - "archiveFileName": "FRAM_I2C-0.2.0.zip", - "size": 7577, - "checksum": "SHA-256:547ce356f4ffd72a862b055e3d33bbbd39b86f1823b3885e66effb4de3d78635" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.15.0.zip", + "archiveFileName": "spaiot_lib-0.15.0.zip", + "size": 599167, + "checksum": "SHA-256:0d4a48e5b8afd017e2163db9d4c0c8e465af911ae3e95e2bbfb06dd2bcb00a91" }, { - "name": "FRAM_I2C", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C FRAM.", - "website": "https://github.com/RobTillaart/FRAM_I2C.git", - "category": "Data Storage", + "name": "spaiot-lib", + "version": "0.16.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "Wire.h", - "FRAM.h" - ], - "dependencies": [ - { - "name": "Wire.h" - } + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.1.zip", - "archiveFileName": "FRAM_I2C-0.2.1.zip", - "size": 7577, - "checksum": "SHA-256:cafd6e143c5bdddfc91e78619796b373617d4485f90e6c84f48c5ac1b2e650de" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.16.0.zip", + "archiveFileName": "spaiot_lib-0.16.0.zip", + "size": 599809, + "checksum": "SHA-256:044c8e34871279080957de3e4fe6de7afca9eb0bcc17584471fb2317e27f6a9c" }, { - "name": "FRAM_I2C", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C FRAM.", - "website": "https://github.com/RobTillaart/FRAM_I2C.git", - "category": "Data Storage", + "name": "spaiot-lib", + "version": "0.17.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FRAM_I2C.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "FRAM.h" + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FRAM_I2C-0.2.2.zip", - "archiveFileName": "FRAM_I2C-0.2.2.zip", - "size": 9331, - "checksum": "SHA-256:1de860076372d42f59307d162caf62244c81e8ba6c5b79a85381e8a996cb2c5a" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.17.0.zip", + "archiveFileName": "spaiot_lib-0.17.0.zip", + "size": 602482, + "checksum": "SHA-256:5c28e5b2284c1a6a5acc35fa892a18c8b33916fe7a0b9d658eaccb32388d8862" }, { - "name": "PrintString", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to capture prints into a String.", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Data Processing", + "name": "spaiot-lib", + "version": "0.18.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PrintString.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "PrintString.h" + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.1.1.zip", - "archiveFileName": "PrintString-0.1.1.zip", - "size": 4381, - "checksum": "SHA-256:20115da6c12730b677128a4e251593ef7a8e656b6a2cebf08021a47e23d8e126" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.18.0.zip", + "archiveFileName": "spaiot_lib-0.18.0.zip", + "size": 664700, + "checksum": "SHA-256:28fc7b32aff9eaefbae6dfda9bdc279875019dcb10976d20156b670c05ba72c9" }, { - "name": "PrintString", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to capture prints into a String.", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Data Processing", + "name": "spaiot-lib", + "version": "0.19.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PrintString.git", + "repository": "https://github.com/epsilonrt/spaiot-lib.git", "providesIncludes": [ - "PrintString.h" + "SpaIot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintString-0.1.2.zip", - "archiveFileName": "PrintString-0.1.2.zip", - "size": 4388, - "checksum": "SHA-256:0fb39aa272d22f798d0269f6208c7ea3302c75d447be375141e7d0da4c7ea9fb" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.19.0.zip", + "archiveFileName": "spaiot_lib-0.19.0.zip", + "size": 707402, + "checksum": "SHA-256:dacd760ab01461f765254e12fdd3a4c18e1fa43bac1132c74a12eea766c4b69e" }, { - "name": "MsgPack", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "0.20.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.0.zip", - "archiveFileName": "MsgPack-0.1.0.zip", - "size": 24722, - "checksum": "SHA-256:2e3150bf7b5bc5847cb15be34de91a302b6d440d4fbf318f49e1a8b32a531e49" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.20.0.zip", + "archiveFileName": "spaiot_lib-0.20.0.zip", + "size": 719649, + "checksum": "SHA-256:cad53e67dde82e017cfb16d66777d5100f224ba82508eeb0677e108901b7c5d8" }, { - "name": "MsgPack", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "0.21.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.1.zip", - "archiveFileName": "MsgPack-0.1.1.zip", - "size": 44620, - "checksum": "SHA-256:24317717404df657e98e98e86134692cbfe3303ca6beac3f9cbc5e729fecb780" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.21.0.zip", + "archiveFileName": "spaiot_lib-0.21.0.zip", + "size": 720299, + "checksum": "SHA-256:33f4482af53ce60006ee4a5b92de8cad8f56d54fbefdb342f0aaf687d08e288d" }, { - "name": "MsgPack", - "version": "0.1.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "0.23.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.3.zip", - "archiveFileName": "MsgPack-0.1.3.zip", - "size": 44712, - "checksum": "SHA-256:579f5ff2a31f3ec9fc062b61e514553b577f99fdfb882a87335ec6786813a031" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.23.0.zip", + "archiveFileName": "spaiot_lib-0.23.0.zip", + "size": 731580, + "checksum": "SHA-256:596ab203904742fe0f74d567c00d1d951f88a3d3e60f9511f172e96dfa69135d" }, { - "name": "MsgPack", - "version": "0.1.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "0.2.4", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.4.zip", - "archiveFileName": "MsgPack-0.1.4.zip", - "size": 48860, - "checksum": "SHA-256:f273ccc65ee39763cdb8bae441278486a390e4062f59497be4cfdc529808c6a8" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.2.4.zip", + "archiveFileName": "spaiot_lib-0.2.4.zip", + "size": 758625, + "checksum": "SHA-256:6c6e14b465899890a086a8f821852f9a2307e6811c55e922565849f6507c6072" }, { - "name": "MsgPack", - "version": "0.1.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "0.24.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.5.zip", - "archiveFileName": "MsgPack-0.1.5.zip", - "size": 51868, - "checksum": "SHA-256:75ccd83305d7e596ee4fbb3bd3f70e4f3e766259e3fc039244d29aa45d971ebe" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-0.24.0.zip", + "archiveFileName": "spaiot_lib-0.24.0.zip", + "size": 759158, + "checksum": "SHA-256:1947cabe7ba6d8d65f8cf050762d3e77f4b2e8a96e74ec2c70cf754e3e217e3c" }, { - "name": "MsgPack", - "version": "0.1.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "1.0.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.6.zip", - "archiveFileName": "MsgPack-0.1.6.zip", - "size": 52031, - "checksum": "SHA-256:09ad11b22f28053c97fbf41ab1a707f1494e4e1e142504cb8b40cd1a8145ddfd" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "dependencies": [ + { + "name": "pImpl", + "version": "\u003e=1.1.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-1.0.0.zip", + "archiveFileName": "spaiot_lib-1.0.0.zip", + "size": 366954, + "checksum": "SHA-256:fe6b9834a3a76eafe4b6dc6b07ed380686193a235a274f24097c8d41ed29204f" }, { - "name": "MsgPack", - "version": "0.1.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "1.1.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.7.zip", - "archiveFileName": "MsgPack-0.1.7.zip", - "size": 54009, - "checksum": "SHA-256:8c0d11ec8523410dbc450f1620123196b92a0aa2dd1e09341529e8e3ee6994f7" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "dependencies": [ + { + "name": "pImpl", + "version": "\u003e=1.1.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-1.1.0.zip", + "archiveFileName": "spaiot_lib-1.1.0.zip", + "size": 399377, + "checksum": "SHA-256:488c1e9953ed9e7db00c8b3400da9cd70b5ded7cbd5ff57e206a4396b88b18fa" }, { - "name": "MsgPack", - "version": "0.1.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "1.1.1", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.8.zip", - "archiveFileName": "MsgPack-0.1.8.zip", - "size": 54137, - "checksum": "SHA-256:121b255ba171ec32789a8ad7a62a20ed158492bcb603764ced5de4f6b4c0379a" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "dependencies": [ + { + "name": "pImpl", + "version": "\u003e=1.1.3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-1.1.1.zip", + "archiveFileName": "spaiot_lib-1.1.1.zip", + "size": 399375, + "checksum": "SHA-256:51ee54ebf1bf3ebc1844e88748c3e32989815b3c76f011e44d1c442136ed21e0" }, { - "name": "MsgPack", - "version": "0.1.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "1.2.0", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "CC-BY-NC-SA", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.9.zip", - "archiveFileName": "MsgPack-0.1.9.zip", - "size": 54421, - "checksum": "SHA-256:300f6c7d36890c53f852357c1580fc1f2108a65064acab998611890ca4339289" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "dependencies": [ + { + "name": "pImpl", + "version": "\u003e=1.1.3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-1.2.0.zip", + "archiveFileName": "spaiot_lib-1.2.0.zip", + "size": 399673, + "checksum": "SHA-256:a0a31574692f365f3df34635408c327a32fd96305789c7b1be0045cf9bbda059" }, { - "name": "MsgPack", - "version": "0.1.10", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "spaiot-lib", + "version": "1.2.1", + "author": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "BSD-3-Clause", + "sentence": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32", + "paragraph": "Simple way to control your Intxx PxxxSPA with IOT development boards like ESP8226 or ESP32", + "website": "https://epsilonrt.github.io/spaiot-lib", + "category": "Device Control", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.10.zip", - "archiveFileName": "MsgPack-0.1.10.zip", - "size": 54526, - "checksum": "SHA-256:2cdb1edd29034af6ba1bdfa014724744b31ec324de2c3226b5826072df61ac80" + "repository": "https://github.com/epsilonrt/spaiot-lib.git", + "providesIncludes": [ + "SpaIot.h" + ], + "dependencies": [ + { + "name": "pImpl", + "version": "\u003e=1.1.3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/spaiot_lib-1.2.1.zip", + "archiveFileName": "spaiot_lib-1.2.1.zip", + "size": 406769, + "checksum": "SHA-256:b1087b2dc9e2c1733e01610113584eef29824c134ebbb9b09605d5c41053140f" }, { - "name": "MsgPack", - "version": "0.1.11", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Deneyap Renk Donusturme", + "version": "1.0.0", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library to change colors between different systems", + "paragraph": "The library contains simple functions to convert colors between different systems (RGB, HSV, HSL, temperature, HEX).", + "website": "https://github.com/deneyapkart/deneyap-renk-donusturme-arduino-library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.1.11.zip", - "archiveFileName": "MsgPack-0.1.11.zip", - "size": 54935, - "checksum": "SHA-256:77d8103e0ca4d054d4b02b8de584ab18ee6724ce3a86c22c2c1c94c620765bd4" + "repository": "https://github.com/deneyapkart/deneyap-renk-donusturme-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Renk_Donusturme-1.0.0.zip", + "archiveFileName": "Deneyap_Renk_Donusturme-1.0.0.zip", + "size": 9729, + "checksum": "SHA-256:0593b3b31d47e1e9173f2e709d1cd822fc7ac14414780e79fc15822cae1ef5bf" }, { - "name": "MsgPack", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Sequent Home Automation HAT", + "version": "1.0.0", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Home Automation HAT", + "paragraph": "This library provide the software tools for use the Home Automation 8-Layer Stackable HAT for Raspberry Pi with any Arduino card that have I2C port", + "website": "https://github.com/SequentMicrosystems/SM-Home-Automation-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.0.zip", - "archiveFileName": "MsgPack-0.2.0.zip", - "size": 62208, - "checksum": "SHA-256:6afce3140133a40c2e4063ad86fee750116b6b9ff6840f9d54f267f89b5d7a81" + "repository": "https://github.com/SequentMicrosystems/Sequent-Home-Automation-Library.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/Sequent_Home_Automation_HAT-1.0.0.zip", + "archiveFileName": "Sequent_Home_Automation_HAT-1.0.0.zip", + "size": 11618, + "checksum": "SHA-256:0c84b15021710316de73d1ad35ac52c3f83a2729fb4879741a220e420893e46a" }, { - "name": "MsgPack", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Sequent Home Automation HAT", + "version": "1.0.1", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Home Automation HAT", + "paragraph": "This library provide the software tools for use the Home Automation 8-Layer Stackable HAT for Raspberry Pi with any Arduino card that have I2C port", + "website": "https://github.com/SequentMicrosystems/Sequent-Home-Automation-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.1.zip", - "archiveFileName": "MsgPack-0.2.1.zip", - "size": 62301, - "checksum": "SHA-256:150465d18e66df4efad9b011e459045de79a86957c698eb6be58e7677b365bde" + "repository": "https://github.com/SequentMicrosystems/Sequent-Home-Automation-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/Sequent_Home_Automation_HAT-1.0.1.zip", + "archiveFileName": "Sequent_Home_Automation_HAT-1.0.1.zip", + "size": 11615, + "checksum": "SHA-256:2561e81786f27a02900410074318abc4f7b52dd30547e8a68d663cbf5393fb0d" }, { - "name": "MsgPack", - "version": "0.2.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Sequent Home Automation HAT", + "version": "1.0.2", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Home Automation HAT", + "paragraph": "This library provide the software tools for use the Home Automation 8-Layer Stackable HAT for Raspberry Pi with any Arduino card that have I2C port", + "website": "https://github.com/SequentMicrosystems/Sequent-Home-Automation-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.2.zip", - "archiveFileName": "MsgPack-0.2.2.zip", - "size": 62335, - "checksum": "SHA-256:0173c3af8115c6e4423424d65de6d03d095f61b005ec70c2e66b23dc6f58bea4" + "repository": "https://github.com/SequentMicrosystems/Sequent-Home-Automation-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/Sequent_Home_Automation_HAT-1.0.2.zip", + "archiveFileName": "Sequent_Home_Automation_HAT-1.0.2.zip", + "size": 11674, + "checksum": "SHA-256:4ed1910bacb8afbaa1b7246b6620b97d573abe3dade842bed528c97ac6e69f45" }, { - "name": "MsgPack", - "version": "0.2.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "SM_LCDAdapter", + "version": "1.0.0", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Six-in-one LCD Adapter Kit", + "paragraph": "This library provide the software tools for use the Six-in-one LCD Adapter Kit for Raspberry Pi with any Arduino card that have a I2C port", + "website": "https://github.com/SequentMicrosystems/SM-LCD-Adapter-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.3.zip", - "archiveFileName": "MsgPack-0.2.3.zip", - "size": 62570, - "checksum": "SHA-256:ba9174ad12db17204047ea7cc756c805d322e93fcd78f34ced1be5ec4d248f1c" + "repository": "https://github.com/SequentMicrosystems/Sequent-LCD-Adapter-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/SM_LCDAdapter-1.0.0.zip", + "archiveFileName": "SM_LCDAdapter-1.0.0.zip", + "size": 10307, + "checksum": "SHA-256:3583f6430eafcda4ef4d116fddbf8c71b662e4f01e02038129744000524a63ed" }, { - "name": "MsgPack", - "version": "0.2.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "SM_LCDAdapter", + "version": "1.0.2", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Six-in-one LCD Adapter Kit", + "paragraph": "This library provide the software tools for use the Six-in-one LCD Adapter Kit for Raspberry Pi with any Arduino card that have a I2C port", + "website": "https://github.com/SequentMicrosystems/Sequent-LCD-Adapter-Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.4.zip", - "archiveFileName": "MsgPack-0.2.4.zip", - "size": 62594, - "checksum": "SHA-256:56c24d8eae43a0fbe9910c58fa8992b7e704360e16a8ef49be9d9f6f54b6291d" + "repository": "https://github.com/SequentMicrosystems/Sequent-LCD-Adapter-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/SM_LCDAdapter-1.0.2.zip", + "archiveFileName": "SM_LCDAdapter-1.0.2.zip", + "size": 12930, + "checksum": "SHA-256:a1cdac8cde35e9b26ef5f266717de74e7af66fc02fb496348ebd531f5e036eac" }, { - "name": "MsgPack", - "version": "0.2.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Mozzi", + "version": "1.0.3", + "author": "Tim Barrass and contributors as documented in source, and at https://github.com/sensorium/Mozzi/graphs/contributors", + "maintainer": "Tim Barrass \u003cfaveflave@gmail.com\u003e", + "sentence": "Sound synthesis library for Arduino", + "paragraph": "With Mozzi, you can construct sounds using familiar synthesis units like oscillators, delays, filters and envelopes.", + "website": "https://sensorium.github.io/Mozzi/", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.5.zip", - "archiveFileName": "MsgPack-0.2.5.zip", - "size": 62672, - "checksum": "SHA-256:480de82c06c3dbd7cc008fe1dd12be08dc2f0298a8102db6ea1b3898166f6938" + "repository": "https://github.com/sensorium/Mozzi.git", + "providesIncludes": [ + "MozziGuts.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensorium/Mozzi-1.0.3.zip", + "archiveFileName": "Mozzi-1.0.3.zip", + "size": 630062, + "checksum": "SHA-256:dc51afac8a8e305fb3da40461d65db7f1b73415acc943d8cc87ba891f7973234" }, { - "name": "MsgPack", - "version": "0.2.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Mozzi", + "version": "1.1.0", + "author": "Tim Barrass and contributors as documented in source, and at https://github.com/sensorium/Mozzi/graphs/contributors", + "maintainer": "Tim Barrass \u003cfaveflave@gmail.com\u003e", + "sentence": "Sound synthesis library for Arduino", + "paragraph": "With Mozzi, you can construct sounds using familiar synthesis units like oscillators, delays, filters and envelopes.", + "website": "https://sensorium.github.io/Mozzi/", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.6.zip", - "archiveFileName": "MsgPack-0.2.6.zip", - "size": 62676, - "checksum": "SHA-256:502ab090aedf0b12af7ff9b44857da6c85fb221082bfc0d9761b427c195a3bf2" + "repository": "https://github.com/sensorium/Mozzi.git", + "providesIncludes": [ + "MozziGuts.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensorium/Mozzi-1.1.0.zip", + "archiveFileName": "Mozzi-1.1.0.zip", + "size": 2968107, + "checksum": "SHA-256:507a3a62ea5da8d48267a0cde55cb600f8832c079e8d70d3a52620df1dc4c34b" }, { - "name": "MsgPack", - "version": "0.2.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Mozzi", + "version": "1.1.1", + "author": "Tim Barrass and contributors as documented in source, and at https://github.com/sensorium/Mozzi/graphs/contributors", + "maintainer": "Tim Barrass \u003cfaveflave@gmail.com\u003e", + "sentence": "Sound synthesis library for Arduino", + "paragraph": "With Mozzi, you can construct sounds using familiar synthesis units like oscillators, delays, filters and envelopes.", + "website": "https://sensorium.github.io/Mozzi/", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.7.zip", - "archiveFileName": "MsgPack-0.2.7.zip", - "size": 62804, - "checksum": "SHA-256:bb1fd07fe884aed65adc6f02a6258d0ef4010812ce527bd4b468e044eec27bbf" + "repository": "https://github.com/sensorium/Mozzi.git", + "providesIncludes": [ + "MozziGuts.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensorium/Mozzi-1.1.1.zip", + "archiveFileName": "Mozzi-1.1.1.zip", + "size": 2968909, + "checksum": "SHA-256:4fe75cefbdf352f9a16f3265a19b27ebf7a508753625216e5f5c09781d47010c" }, { - "name": "MsgPack", - "version": "0.2.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Mozzi", + "version": "1.1.2", + "author": "Tim Barrass and contributors as documented in source, and at https://github.com/sensorium/Mozzi/graphs/contributors", + "maintainer": "Tim Barrass \u003cfaveflave@gmail.com\u003e", + "sentence": "Sound synthesis library for Arduino", + "paragraph": "With Mozzi, you can construct sounds using familiar synthesis units like oscillators, delays, filters and envelopes.", + "website": "https://sensorium.github.io/Mozzi/", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.8.zip", - "archiveFileName": "MsgPack-0.2.8.zip", - "size": 62984, - "checksum": "SHA-256:ad8cee2f91eedfd88cfc084a28ca4f55de0aab3aa88003a2c3c600ff4e416b29" + "repository": "https://github.com/sensorium/Mozzi.git", + "providesIncludes": [ + "MozziGuts.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sensorium/Mozzi-1.1.2.zip", + "archiveFileName": "Mozzi-1.1.2.zip", + "size": 2969476, + "checksum": "SHA-256:e1da6a9b3ca34dfd7b42b72cacca4ed27d286033ae04e798999956d47d42643b" }, { - "name": "MsgPack", - "version": "0.2.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "RoomWeather", + "version": "1.1.0", + "author": "Gobbo Lab", + "maintainer": "Gobbo Lab", + "sentence": "Arduino library that provides plug and play support for various air quality sensors.", + "paragraph": "Supported sensors include HTU31D, SGP30 and PMSA003I. Sensor data can be automatically exported as Prometheus metrics for boards with wifi enabled.", + "website": "https://github.com/gobbolab/room-weather", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.9.zip", - "archiveFileName": "MsgPack-0.2.9.zip", - "size": 63488, - "checksum": "SHA-256:e3ac466ddf8750548507571adf86ed94eff0dae8cde3a9b6327de7be1187ab2a" + "repository": "https://github.com/gobbolab/room-weather.git", + "dependencies": [ + { + "name": "Adafruit HTU31D Library" + }, + { + "name": "Adafruit SGP30 Sensor" + }, + { + "name": "Adafruit PM25 AQI Sensor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gobbolab/RoomWeather-1.1.0.zip", + "archiveFileName": "RoomWeather-1.1.0.zip", + "size": 13690, + "checksum": "SHA-256:e9f36ede484c24cddf26a800ce4abb80b27a6765a46c376e10fbc5c49647c77d" }, { - "name": "MsgPack", - "version": "0.2.10", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-24LCxx", + "version": "1.0.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-24LCxx", + "category": "Data Storage", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.10.zip", - "archiveFileName": "MsgPack-0.2.10.zip", - "size": 64419, - "checksum": "SHA-256:f637218acefb7470dacef8b0d71593800b0b7dc8b21f0737cd2fb703e8c1c7c3" + "repository": "https://github.com/107-systems/107-Arduino-24LCxx.git", + "providesIncludes": [ + "107-Arduino-24LCxx.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_24LCxx-1.0.0.zip", + "archiveFileName": "107_Arduino_24LCxx-1.0.0.zip", + "size": 6494, + "checksum": "SHA-256:4947864b598da76ae3b5299bf6c92620ab40d87896af048e87c50f0e3103fe2f" }, { - "name": "MsgPack", - "version": "0.2.11", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-24LCxx", + "version": "1.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-24LCxx", + "category": "Data Storage", "architectures": [ - "*" + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.11.zip", - "archiveFileName": "MsgPack-0.2.11.zip", - "size": 64435, - "checksum": "SHA-256:57800a86696c1911ba0732d3113f728e7a3a15fc3eb314ab3e40f70ddcbaa67e" + "repository": "https://github.com/107-systems/107-Arduino-24LCxx.git", + "providesIncludes": [ + "107-Arduino-24LCxx.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_24LCxx-1.1.0.zip", + "archiveFileName": "107_Arduino_24LCxx-1.1.0.zip", + "size": 6700, + "checksum": "SHA-256:f69bb827e9968cc2b333de422e9cd2957d12264dfd6ee7253f94a8311b73a71f" }, { - "name": "MsgPack", - "version": "0.2.12", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-littlefs", + "version": "0.0.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.12.zip", - "archiveFileName": "MsgPack-0.2.12.zip", - "size": 64682, - "checksum": "SHA-256:62e5322fe6582b23ef0b4ebb6114b54742adc2f4ddd1094168e301c9aaeca948" + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", + "providesIncludes": [ + "107-Arduino-littlefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.0.1.zip", + "archiveFileName": "107_Arduino_littlefs-0.0.1.zip", + "size": 47971, + "checksum": "SHA-256:fa5ec383cf81505000c188e481a73e0b7a2f98b44c085bb2392b9fd734ee220a" }, { - "name": "MsgPack", - "version": "0.2.13", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-littlefs", + "version": "0.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.13.zip", - "archiveFileName": "MsgPack-0.2.13.zip", - "size": 65111, - "checksum": "SHA-256:0825f787cb0876aa6510423278aeb0e04597ace6ad9410e0a619db8e8d8102e7" + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", + "providesIncludes": [ + "107-Arduino-littlefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.1.0.zip", + "archiveFileName": "107_Arduino_littlefs-0.1.0.zip", + "size": 50171, + "checksum": "SHA-256:edf01d08cdcf818cadab966d342ab472dd03e1cf0e3a69c3d36bb156e6467d5b" }, { - "name": "MsgPack", - "version": "0.2.15", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai/MsgPack", - "category": "Communication", + "name": "107-Arduino-littlefs", + "version": "0.1.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.15.zip", - "archiveFileName": "MsgPack-0.2.15.zip", - "size": 73400, - "checksum": "SHA-256:c0c8fd2b168ea3da953a54cb0117098e7e6935ab3d08c154b874a0a59af120ef" + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", + "providesIncludes": [ + "107-Arduino-littlefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.1.1.zip", + "archiveFileName": "107_Arduino_littlefs-0.1.1.zip", + "size": 50171, + "checksum": "SHA-256:3f961faae1aaeb7254afae6bfd1eab9c2e9c92db90cd60f889e4c7ae4bd19929" }, { - "name": "MsgPack", - "version": "0.2.16", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai/MsgPack", - "category": "Communication", + "name": "107-Arduino-littlefs", + "version": "0.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.2.16.zip", - "archiveFileName": "MsgPack-0.2.16.zip", - "size": 73497, - "checksum": "SHA-256:e4658efdf1e06a234c03e677183e7a584b1e1272f7f9e948a265802d12572df0" + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", + "providesIncludes": [ + "107-Arduino-littlefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.2.0.zip", + "archiveFileName": "107_Arduino_littlefs-0.2.0.zip", + "size": 50173, + "checksum": "SHA-256:ecf6884fb0db0d918561a17bf75d1622ecb1953c74f0505a2fbaf08e31719cf8" }, { - "name": "MsgPack", + "name": "107-Arduino-littlefs", "version": "0.3.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai/MsgPack", - "category": "Communication", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPack-0.3.0.zip", - "archiveFileName": "MsgPack-0.3.0.zip", - "size": 76010, - "checksum": "SHA-256:2fd7b68bf094916e66be8448d388748b0632085057bd207ed511c696a1d2e63d" + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", + "providesIncludes": [ + "107-Arduino-littlefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.3.0.zip", + "archiveFileName": "107_Arduino_littlefs-0.3.0.zip", + "size": 50642, + "checksum": "SHA-256:f2728304fde532454c9728cc894fced1e5af2aed3735c49b0d46a5547654b143" }, { - "name": "PrintSize", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to determine size of a printed variable.", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Data Processing", + "name": "107-Arduino-littlefs", + "version": "0.4.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PrintSize.git", + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", "providesIncludes": [ - "PrintSize.h" + "107-Arduino-littlefs.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.0.zip", - "archiveFileName": "PrintSize-0.2.0.zip", - "size": 6665, - "checksum": "SHA-256:7d8a9237f19348cf306c7fdd7fc5c0a2b6d160427cbed19211c4fbdf11dd3a7e" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.4.0.zip", + "archiveFileName": "107_Arduino_littlefs-0.4.0.zip", + "size": 50734, + "checksum": "SHA-256:8eb1e7f3a3f05d4f60f6c643e0d32e01f64b2ed59a8531a678acd0482e137e71" }, { - "name": "PrintSize", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to determine size of a printed variable.", - "website": "https://github.com/RobTillaart/PrintSize", - "category": "Data Processing", + "name": "107-Arduino-littlefs", + "version": "0.5.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PrintSize.git", + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", "providesIncludes": [ - "PrintSize.h" + "107-Arduino-littlefs.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.1.zip", - "archiveFileName": "PrintSize-0.2.1.zip", - "size": 8136, - "checksum": "SHA-256:d38f5dc274f8f7ef60c4f447d006dc29b3d98cacbeb314daa177883092c349e3" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.5.0.zip", + "archiveFileName": "107_Arduino_littlefs-0.5.0.zip", + "size": 50834, + "checksum": "SHA-256:24032a308bf1887d351c365fe6d9712db70e57d4626d51f93061e0dcb53ca74e" }, { - "name": "PrintSize", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to determine size of a printed variable.", - "website": "https://github.com/RobTillaart/PrintSize", - "category": "Data Processing", + "name": "107-Arduino-littlefs", + "version": "0.5.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PrintSize.git", + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", "providesIncludes": [ - "PrintSize.h" + "107-Arduino-littlefs.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintSize-0.2.2.zip", - "archiveFileName": "PrintSize-0.2.2.zip", - "size": 8137, - "checksum": "SHA-256:a9b2b89d6e88683e782820a212d466046deb3608405a46d98b0587d52ccc3714" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.5.1.zip", + "archiveFileName": "107_Arduino_littlefs-0.5.1.zip", + "size": 50831, + "checksum": "SHA-256:a48017e7ecbe448c8c5358c592b637b5d7d3dde670289542aa4d4556de1d315e" }, { - "name": "utils_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Utility functions for Arduino.", - "paragraph": "Useful functions for string and wire.", - "website": "https://github.com/asukiaaa/utils_asukiaaa", - "category": "Uncategorized", + "name": "107-Arduino-littlefs", + "version": "0.5.2", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.0.zip", - "archiveFileName": "utils_asukiaaa-1.0.0.zip", - "size": 4477, - "checksum": "SHA-256:6e603d67e4869cb4efee4b418257c2303c3948c6a8844ac86d4f923bb2cb560c" + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", + "providesIncludes": [ + "107-Arduino-littlefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.5.2.zip", + "archiveFileName": "107_Arduino_littlefs-0.5.2.zip", + "size": 50839, + "checksum": "SHA-256:dd22292a2164c9c53f9746769dbbac1078620b4b16d2fcef893a2c0b1d6fa6b9" }, { - "name": "utils_asukiaaa", - "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Utility functions for Arduino.", - "paragraph": "Useful functions for string and wire.", - "website": "https://github.com/asukiaaa/utils_asukiaaa", - "category": "Uncategorized", + "name": "107-Arduino-littlefs", + "version": "0.6.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library providing a modern C++ wrapper around littlefs.", + "website": "https://github.com/107-systems/107-Arduino-littlefs", + "category": "Data Storage", "architectures": [ - "*" + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.1.zip", - "archiveFileName": "utils_asukiaaa-1.0.1.zip", - "size": 5012, - "checksum": "SHA-256:d1fd41aac10b6db703ae1009dad8705f1752cd1ba7b38c6a32e7daa3579f6ff3" + "repository": "https://github.com/107-systems/107-Arduino-littlefs.git", + "providesIncludes": [ + "107-Arduino-littlefs.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_littlefs-0.6.0.zip", + "archiveFileName": "107_Arduino_littlefs-0.6.0.zip", + "size": 51645, + "checksum": "SHA-256:29035c3efa3c3a851e936df2bdc8cdb0aad82085ae28d9bbedfdfe5f57a0bc6f" }, { - "name": "utils_asukiaaa", - "version": "1.0.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Utility functions for Arduino.", - "paragraph": "Useful functions for button, string and wire.", - "website": "https://github.com/asukiaaa/utils_asukiaaa", - "category": "Uncategorized", + "name": "Bluebird", + "version": "0.0.2", + "author": "Teknikio", + "maintainer": "Teknikio \u003chello@teknikio.com\u003e", + "sentence": "All in one library to control Teknikio's Bluebird board.", + "paragraph": "All in one library to control Teknikio's Bluebird board. Requires no other dependencies and exposes all Bluebird components in a simple to use class.", + "website": "https://github.com/Teknikio/Teknikio_Bluebird_Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.2.zip", - "archiveFileName": "utils_asukiaaa-1.0.2.zip", - "size": 7246, - "checksum": "SHA-256:8cea00c03d787f917941840e3ed5e0355d5423de915dbf27a9ca55d8551fba4a" + "repository": "https://github.com/Teknikio/Teknikio_Bluebird_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Teknikio/Bluebird-0.0.2.zip", + "archiveFileName": "Bluebird-0.0.2.zip", + "size": 68510, + "checksum": "SHA-256:2bc93d1657da0411c042f84992655062d6f86b24d63f9edb3a92a1c2266faae2" }, { - "name": "utils_asukiaaa", - "version": "1.0.3", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Utility functions for Arduino.", - "paragraph": "Useful functions for button, string and wire.", - "website": "https://github.com/asukiaaa/utils_asukiaaa", - "category": "Uncategorized", + "name": "DFRobot_DF2301Q", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is the library to drive the offline voice recognition module(SKU: SEN0539).", + "paragraph": "This module features built-in fixed 150 commonly-used command words and additional command word self-learning function. With dual microphone receiver, it embraces better anti-noise ability and farther recognition distance. Besides, it comes with a speaker and the interface for connecting external speaker, and adopts I2C \u0026 UART communication methods.", + "website": "https://github.com/DFRobot/DFRobot_DF2301Q", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.3.zip", - "archiveFileName": "utils_asukiaaa-1.0.3.zip", - "size": 7609, - "checksum": "SHA-256:df603c8710805c8b41c509ae3ba6d2e3d95d9f5585f698676845fe319bd1f1e8" + "repository": "https://github.com/DFRobot/DFRobot_DF2301Q.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_DF2301Q-1.0.0.zip", + "archiveFileName": "DFRobot_DF2301Q-1.0.0.zip", + "size": 26304, + "checksum": "SHA-256:fff5d8c5223f606f8f52ce42694cc3ae9ee110eef76ec1e67b4d8074037e361e" }, { - "name": "utils_asukiaaa", - "version": "1.0.4", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Utility functions for Arduino.", - "paragraph": "Useful functions for button, string and wire.", - "website": "https://github.com/asukiaaa/utils_asukiaaa", - "category": "Uncategorized", + "name": "MagicHome", + "version": "1.0.0", + "author": "Nick Jugganaikloo", + "maintainer": "Nick Jugganaikloo", + "sentence": "A library For discovering and controlling MagicHome Leds.", + "paragraph": "A library For discovering and controlling MagicHome Leds", + "website": "https://github.com/Nickjgniklu/ESPMagicHome", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.4.zip", - "archiveFileName": "utils_asukiaaa-1.0.4.zip", - "size": 9942, - "checksum": "SHA-256:ea592e851437ade700bdbb39810ba0896115e63169fa4f0a5a20398943f63b9a" + "repository": "https://github.com/Nickjgniklu/ESPMagicHome.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nickjgniklu/MagicHome-1.0.0.zip", + "archiveFileName": "MagicHome-1.0.0.zip", + "size": 5872, + "checksum": "SHA-256:ebec26a9df352e95b50c83fbc8fa0d7e3d30aacb7f25a924f8ccbf4c0d11e0e9" }, { - "name": "utils_asukiaaa", - "version": "1.0.5", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Utility functions for Arduino.", - "paragraph": "Useful functions for button, string and wire.", - "website": "https://github.com/asukiaaa/utils_asukiaaa", - "category": "Uncategorized", + "name": "NanitLib", + "version": "1.3.1", + "author": "NanitRobot, Sam4uk\u003csam4uk.site\u003e", + "maintainer": "NanitRobot", + "sentence": "A library for Nanit", + "website": "https://nanitrobot.com/", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/utils_asukiaaa.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/utils_asukiaaa-1.0.5.zip", - "archiveFileName": "utils_asukiaaa-1.0.5.zip", - "size": 10196, - "checksum": "SHA-256:d3d5ed35cce4b018f6b263157a14b7f9d72fca29299873ccc651b910c3d9569a" + "repository": "https://github.com/NanitRobot/NanitLib.git", + "providesIncludes": [ + "NanitLib.h" + ], + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "FastLED NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "NonBlockingRTTTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NanitRobot/NanitLib-1.3.1.zip", + "archiveFileName": "NanitLib-1.3.1.zip", + "size": 20682, + "checksum": "SHA-256:0cec211455df3b7e23d1ba45557b5f8d8eb038591bd13945a42f0996537f69ea" }, { - "name": "PrintCharArray", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to capture prints into a char array.", - "website": "https://github.com/RobTillaart/PrintCharArray.git", - "category": "Data Processing", + "name": "NanitLib", + "version": "1.3.2", + "author": "NanitRobot, Sam4uk\u003csam4uk.site\u003e", + "maintainer": "NanitRobot", + "sentence": "A library for Nanit", + "website": "https://nanitrobot.com/", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "repository": "https://github.com/NanitRobot/NanitLib.git", "providesIncludes": [ - "PrintCharArray.h" + "NanitLib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.2.0.zip", - "archiveFileName": "PrintCharArray-0.2.0.zip", - "size": 7824, - "checksum": "SHA-256:1ec0a3994ce5fe18395194c5b77e82aca0b56317d148cb82b59b8041f15ce121" + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "FastLED NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "NonBlockingRTTTL" + }, + { + "name": "buildTime" + }, + { + "name": "MPU6050" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NanitRobot/NanitLib-1.3.2.zip", + "archiveFileName": "NanitLib-1.3.2.zip", + "size": 145828, + "checksum": "SHA-256:8990136baa5c7d88ae86a23a36b18e03d9add40028f13d08ade78a8a3f47f373" }, { - "name": "PrintCharArray", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to capture prints into a char array.", - "website": "https://github.com/RobTillaart/PrintCharArray.git", - "category": "Data Processing", + "name": "NanitLib", + "version": "1.3.3", + "author": "NanitRobot, Sam4uk\u003csam4uk.site\u003e", + "maintainer": "NanitRobot", + "sentence": "A library for Nanit", + "paragraph": "\"Nanit\" Robot Education Kit is a robotics constructor that replaces 100 toys, by different assembly options. It has three training programs for children of different ages: for children 5-7 years old - learning the basics of robotics and electronics, learning about the world of robots for children 8-10 years old - robot and games programming using Scratch language, children aged ten and over assemble a prototype of a SMART HOME on Arduino, program in C language.", + "website": "https://nanitrobot.com/", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PrintCharArray.git", + "repository": "https://github.com/NanitRobot/NanitLib.git", "providesIncludes": [ - "PrintCharArray.h" + "NanitLib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PrintCharArray-0.2.1.zip", - "archiveFileName": "PrintCharArray-0.2.1.zip", - "size": 8171, - "checksum": "SHA-256:965a67fe60b59da0e7ace363d5513efed6e1c2c7bee1bf07ca9c670eb888487e" + "dependencies": [ + { + "name": "Adafruit ST7735 and ST7789 Library" + }, + { + "name": "FastLED NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "NonBlockingRTTTL" + }, + { + "name": "buildTime" + }, + { + "name": "MPU6050" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NanitRobot/NanitLib-1.3.3.zip", + "archiveFileName": "NanitLib-1.3.3.zip", + "size": 152715, + "checksum": "SHA-256:290b0caca39e2137adadce0d6a5f6070b11027c6429062945d9065a9d13ed80a" }, { - "name": "SdTerminal", - "version": "0.1.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "NanitLib", + "version": "1.3.5", + "author": "NanitRobot, Sam4uk\u003csam4uk.site\u003e", + "maintainer": "NanitRobot", + "sentence": "A library for Nanit", + "paragraph": "\"Nanit\" Robot Education Kit is a robotics constructor that replaces 100 toys, by different assembly options. It has three training programs for children of different ages: for children 5-7 years old - learning the basics of robotics and electronics, learning about the world of robots for children 8-10 years old - robot and games programming using Scratch language, children aged ten and over assemble a prototype of a SMART HOME on Arduino, program in C language.", + "website": "https://nanitrobot.github.io/NanitLib/", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "repository": "https://github.com/NanitRobot/NanitLib.git", + "providesIncludes": [ + "NanitLib.h" + ], "dependencies": [ { - "name": "FireTimer" + "name": "Adafruit ST7735 and ST7789 Library" }, { - "name": "SdFat.h" + "name": "FastLED NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "NonBlockingRTTTL" + }, + { + "name": "buildTime" + }, + { + "name": "MPU6050" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.1.0.zip", - "archiveFileName": "SdTerminal-0.1.0.zip", - "size": 4369, - "checksum": "SHA-256:d3f80e939348db4b3d4398d3c9a75874547d0e264852b7a74f4128f2941194c2" + "url": "https://downloads.arduino.cc/libraries/github.com/NanitRobot/NanitLib-1.3.5.zip", + "archiveFileName": "NanitLib-1.3.5.zip", + "size": 1966110, + "checksum": "SHA-256:27faa3e3c5f5b28e842c9860487f67d4c40a920a6d5f9bae7360e6e3cec9eb16" }, { - "name": "SdTerminal", - "version": "0.2.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "NanitLib", + "version": "1.3.6", + "author": "NanitRobot, Sam4uk\u003csam4uk.site\u003e", + "maintainer": "NanitRobot", + "sentence": "A library for Nanit", + "paragraph": "\"Nanit\" Robot Education Kit is a robotics constructor that replaces 100 toys, by different assembly options. It has three training programs for children of different ages: for children 5-7 years old - learning the basics of robotics and electronics, learning about the world of robots for children 8-10 years old - robot and games programming using Scratch language, children aged ten and over assemble a prototype of a SMART HOME on Arduino, program in C language.", + "website": "https://nanitrobot.github.io/NanitLib/", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "repository": "https://github.com/NanitRobot/NanitLib.git", + "providesIncludes": [ + "NanitLib.h" + ], "dependencies": [ { - "name": "FireTimer" + "name": "Adafruit ST7735 and ST7789 Library" }, { - "name": "SdFat.h" + "name": "FastLED NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "NonBlockingRTTTL" + }, + { + "name": "buildTime" + }, + { + "name": "MPU6050" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.2.0.zip", - "archiveFileName": "SdTerminal-0.2.0.zip", - "size": 5978, - "checksum": "SHA-256:ef3d711083e553aac82c93a3d057174c3234f3a39821cc08b51bfb17e0bfa6e5" + "url": "https://downloads.arduino.cc/libraries/github.com/NanitRobot/NanitLib-1.3.6.zip", + "archiveFileName": "NanitLib-1.3.6.zip", + "size": 8738389, + "checksum": "SHA-256:e9a87d49a450aea7da7b7493c883e9a90287343a696e8c9680c49423b9a55c4e" }, { - "name": "SdTerminal", - "version": "0.2.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "NanitLib", + "version": "1.3.7", + "author": "NanitRobot, Sam4uk\u003csam4uk.site\u003e", + "maintainer": "NanitRobot", + "sentence": "A library for Nanit", + "paragraph": "\"Nanit\" Robot Education Kit is a robotics constructor that replaces 100 toys, by different assembly options. It has three training programs for children of different ages: for children 5-7 years old - learning the basics of robotics and electronics, learning about the world of robots for children 8-10 years old - robot and games programming using Scratch language, children aged ten and over assemble a prototype of a SMART HOME on Arduino, program in C language.", + "website": "https://nanitrobot.github.io/NanitLib/", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "repository": "https://github.com/NanitRobot/NanitLib.git", + "providesIncludes": [ + "NanitLib.h" + ], "dependencies": [ { - "name": "FireTimer" + "name": "Adafruit ST7735 and ST7789 Library" }, { - "name": "SdFat.h" + "name": "FastLED NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "NonBlockingRTTTL" + }, + { + "name": "buildTime" + }, + { + "name": "MPU6050" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-0.2.1.zip", - "archiveFileName": "SdTerminal-0.2.1.zip", - "size": 5978, - "checksum": "SHA-256:2af67386ec1195816b2c8472760fd1f4081256176257180ad39169edd4372408" + "url": "https://downloads.arduino.cc/libraries/github.com/NanitRobot/NanitLib-1.3.7.zip", + "archiveFileName": "NanitLib-1.3.7.zip", + "size": 10430052, + "checksum": "SHA-256:f160db5b60279f995f494eb58718193c92e77fb0c8908c8b3cf5dc058956845d" }, { - "name": "SdTerminal", - "version": "1.0.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "NanitLib", + "version": "1.3.8", + "author": "NanitRobot, Sam4uk\u003csam4uk.site\u003e", + "maintainer": "NanitRobot", + "sentence": "A library for Nanit", + "paragraph": "\"Nanit\" Robot Education Kit is a robotics constructor that replaces 100 toys, by different assembly options. It has three training programs for children of different ages: for children 5-7 years old - learning the basics of robotics and electronics, learning about the world of robots for children 8-10 years old - robot and games programming using Scratch language, children aged ten and over assemble a prototype of a SMART HOME on Arduino, program in C language.", + "website": "https://nanitrobot.github.io/NanitLib/", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "repository": "https://github.com/NanitRobot/NanitLib.git", + "providesIncludes": [ + "NanitLib.h" + ], "dependencies": [ { - "name": "FireTimer" + "name": "Adafruit ST7735 and ST7789 Library" }, { - "name": "SdFat.h" + "name": "FastLED NeoPixel" + }, + { + "name": "Servo" + }, + { + "name": "Adafruit MPU6050" + }, + { + "name": "NonBlockingRTTTL" + }, + { + "name": "buildTime" + }, + { + "name": "MPU6050" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.0.0.zip", - "archiveFileName": "SdTerminal-1.0.0.zip", - "size": 6209, - "checksum": "SHA-256:78929aa5b29c0c0dfb2109c6eb21abd602a09865d479b3ce8f6eb2c3656a52e1" + "url": "https://downloads.arduino.cc/libraries/github.com/NanitRobot/NanitLib-1.3.8.zip", + "archiveFileName": "NanitLib-1.3.8.zip", + "size": 10432684, + "checksum": "SHA-256:300d072a4708d031cd95c7a5d6feb40d02e1518c45c211b5670e856d42f7f255" }, { - "name": "SdTerminal", - "version": "1.0.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "SHT31_SW", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "SoftWire,I2C,SHT30,SHT35,SHT85", + "website": "https://github.com/RobTillaart/SHT31_SW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", - "dependencies": [ - { - "name": "FireTimer" - }, - { - "name": "SdFat.h" - } + "repository": "https://github.com/RobTillaart/SHT31_SW.git", + "providesIncludes": [ + "SHT31_SW.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.0.1.zip", - "archiveFileName": "SdTerminal-1.0.1.zip", - "size": 6458, - "checksum": "SHA-256:04e5dfbfd1c4da7d395bc4042bdbae7610d497159e1b054103252e75a9ec1540" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SW-0.1.0.zip", + "archiveFileName": "SHT31_SW-0.1.0.zip", + "size": 17274, + "checksum": "SHA-256:ae264c483f3b2b043157b9d15a96c30bea5030c9198ff20ff6f10c9267cdbdd6" }, { - "name": "SdTerminal", - "version": "1.1.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "SHT31_SW", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "SoftWire,I2C,SHT30,SHT31,SHT35,SHT85", + "website": "https://github.com/RobTillaart/SHT31_SW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "repository": "https://github.com/RobTillaart/SHT31_SW.git", + "providesIncludes": [ + "SHT31_SW.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SW-0.1.1.zip", + "archiveFileName": "SHT31_SW-0.1.1.zip", + "size": 17671, + "checksum": "SHA-256:b6ab41ee4af8736bb8ab1142e0a13bde52c1b0935b5f5b0b21ce5646303c118e" + }, + { + "name": "SHT31_SW", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "SoftWire,I2C,SHT30,SHT31,SHT35,SHT85", + "website": "https://github.com/RobTillaart/SHT31_SW", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/RobTillaart/SHT31_SW.git", + "providesIncludes": [ + "SHT31_SW.h" + ], "dependencies": [ { - "name": "FireTimer" + "name": "SoftWire" }, { - "name": "SdFat.h" + "name": "AsyncDelay" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.1.0.zip", - "archiveFileName": "SdTerminal-1.1.0.zip", - "size": 6994, - "checksum": "SHA-256:ff560238d0e07eafca1c22e0fcf0a487f8a1be8a2d2d8695389b19e0e4a92bab" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SW-0.1.2.zip", + "archiveFileName": "SHT31_SW-0.1.2.zip", + "size": 17431, + "checksum": "SHA-256:31c9a91b3bda25713425d4d966a3df0fc53deffc2a459c4cd946154cf6059636" }, { - "name": "SdTerminal", - "version": "1.1.1", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "SHT31_SW", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "SoftWire,I2C,SHT30,SHT31,SHT35,SHT85", + "website": "https://github.com/RobTillaart/SHT31_SW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "repository": "https://github.com/RobTillaart/SHT31_SW.git", + "providesIncludes": [ + "SHT31_SW.h" + ], "dependencies": [ { - "name": "FireTimer" + "name": "SoftWire" }, { - "name": "SdFat.h" + "name": "AsyncDelay" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.1.1.zip", - "archiveFileName": "SdTerminal-1.1.1.zip", - "size": 7017, - "checksum": "SHA-256:ac5fb72a7ca50474891b9d834da4c4deca21c9f3259051a8dceb71fecf5bd55f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SW-0.1.3.zip", + "archiveFileName": "SHT31_SW-0.1.3.zip", + "size": 17624, + "checksum": "SHA-256:1fbe18671e25b0d7102732a3db7056195b967785f7891eb9ceaa11a16ac021c4" }, { - "name": "SdTerminal", - "version": "1.2.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Basic terminal interface for Arduino SD card logging/file management", - "paragraph": "Basic terminal interface for Arduino SD card logging/file management", - "website": "https://github.com/PowerBroker2/SdTerminal", - "category": "Data Storage", + "name": "SHT31_SW", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "SoftWire,I2C,SHT30,SHT31,SHT35,SHT85", + "website": "https://github.com/RobTillaart/SHT31_SW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SdTerminal.git", + "repository": "https://github.com/RobTillaart/SHT31_SW.git", + "providesIncludes": [ + "SHT31_SW.h" + ], "dependencies": [ { - "name": "FireTimer" + "name": "SoftWire" }, { - "name": "SdFat.h" + "name": "AsyncDelay" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SdTerminal-1.2.0.zip", - "archiveFileName": "SdTerminal-1.2.0.zip", - "size": 6978, - "checksum": "SHA-256:baa99cb9cd33fd4585043e666047270e91a374ec528c45b719cd3745a240d767" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SW-0.2.0.zip", + "archiveFileName": "SHT31_SW-0.2.0.zip", + "size": 17658, + "checksum": "SHA-256:6c12d5802f08b02a310720a14ee8773fcaaf09b081c25c5c4394f16ef6820700" }, { - "name": "BlueVGA Library for BluePill", - "version": "0.0.1", - "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", - "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", - "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", - "paragraph": "Install this VGA library and use it with STM32 Arduino Roger Clark core framework", - "website": "https://github.com/rocorbera/bluevga", - "category": "Display", - "architectures": [ - "STM32F1" + "name": "DDBot", + "version": "1.0.0", + "author": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "maintainer": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "sentence": "Provides simple functions to control a differential drive robot.", + "paragraph": "This library lets you simply specify which DIO pins connect to different parts of the robot, and make a one-line function call to set direction and/or speed. It additionally provides a forward-biased model better suited to some robots like line followers.", + "website": "https://github.com/eccentricOrange/DDBot", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eccentricOrange/DDBot.git", + "providesIncludes": [ + "DDBot.h" ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccentricOrange/DDBot-1.0.0.zip", + "archiveFileName": "DDBot-1.0.0.zip", + "size": 11313, + "checksum": "SHA-256:c21d470db707d8433bac588146098faa4ad57fbacd777d3b1344d070f5ab7b8a" + }, + { + "name": "DDBot", + "version": "1.1.0", + "author": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "maintainer": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "sentence": "Provides simple functions to control a differential drive robot.", + "paragraph": "This library lets you simply specify which DIO pins connect to different parts of the robot, and make a one-line function call to set direction and/or speed. It additionally provides a forward-biased model better suited to some robots like line followers.", + "website": "https://github.com/eccentricOrange/DDBot", + "category": "Device Control", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/RoCorbera/BlueVGA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.0.1.zip", - "archiveFileName": "BlueVGA_Library_for_BluePill-0.0.1.zip", - "size": 78063, - "checksum": "SHA-256:075f219d20f1da2dd4a992f4dbb0d3fd9915b361269d6ee9d340a721f713cfab" + "repository": "https://github.com/eccentricOrange/DDBot.git", + "providesIncludes": [ + "DDBot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccentricOrange/DDBot-1.1.0.zip", + "archiveFileName": "DDBot-1.1.0.zip", + "size": 14494, + "checksum": "SHA-256:d0d860ab933fffebe1e78d4aeedc71b2c7f7b39645dc9992cbc5614ddf7d9f20" }, { - "name": "BlueVGA Library for BluePill", - "version": "0.1.0", - "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", - "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", - "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", - "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", - "website": "https://github.com/rocorbera/bluevga", - "category": "Display", - "architectures": [ - "STM32F1", - "stm32" + "name": "DDBot", + "version": "1.1.1", + "author": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "maintainer": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "sentence": "Provides simple functions to control a differential drive robot.", + "paragraph": "This library lets you simply specify which DIO pins connect to different parts of the robot, and make a one-line function call to set direction and/or speed. It additionally provides a forward-biased model better suited to some robots like line followers.", + "website": "https://github.com/eccentricOrange/DDBot", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eccentricOrange/DDBot.git", + "providesIncludes": [ + "DDBot.h", + "ForwardDDBot.h" ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccentricOrange/DDBot-1.1.1.zip", + "archiveFileName": "DDBot-1.1.1.zip", + "size": 14802, + "checksum": "SHA-256:2ae006be26a4b02b44b891ca893a7b20e1be22207aee3a4c69d0c864d8fdc499" + }, + { + "name": "DDBot", + "version": "1.1.2", + "author": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "maintainer": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "sentence": "Provides simple functions to control a differential drive robot.", + "paragraph": "This library lets you simply specify which DIO pins connect to different parts of the robot, and make a one-line function call to set direction and/or speed. It additionally provides a forward-biased model better suited to some robots like line followers.", + "website": "https://github.com/eccentricOrange/DDBot", + "category": "Device Control", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/RoCorbera/BlueVGA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.0.zip", - "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.0.zip", - "size": 78095, - "checksum": "SHA-256:991d5ade69f0cba9bd6cf8b2e6a4608d47d2c50f58872aa84be1397eaf3c8525" + "repository": "https://github.com/eccentricOrange/DDBot.git", + "providesIncludes": [ + "DDBot.h", + "ForwardDDBot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccentricOrange/DDBot-1.1.2.zip", + "archiveFileName": "DDBot-1.1.2.zip", + "size": 14824, + "checksum": "SHA-256:b264db802bb074630922ab184353f880c32b76e1ca48b732b4b665a612e4547b" }, { - "name": "BlueVGA Library for BluePill", - "version": "0.1.1", - "author": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", - "maintainer": "Rodrigo Corbera \u003crocorbera@gmail.com\u003e", - "sentence": "VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font", - "paragraph": "It works with STM32 Arduino using Roger Clark core and also STM32 Core", - "website": "https://github.com/rocorbera/bluevga", - "category": "Display", + "name": "DDBot", + "version": "1.1.3", + "author": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "maintainer": "Eccentric Orange \u003ceccentric.orange2@gmail.com\u003e", + "sentence": "Provides simple functions to control a differential drive robot.", + "paragraph": "This library lets you simply specify which DIO pins connect to different parts of the robot, and make a one-line function call to set direction and/or speed. It additionally provides a forward-biased model better suited to some robots like line followers.", + "website": "https://github.com/eccentricOrange/DDBot", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/eccentricOrange/DDBot.git", + "providesIncludes": [ + "DDBot.h", + "ForwardDDBot.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eccentricOrange/DDBot-1.1.3.zip", + "archiveFileName": "DDBot-1.1.3.zip", + "size": 15071, + "checksum": "SHA-256:27a00587b01dc3ef88e9979cec8c340dc5f954d70cb224857b179f0ef5233860" + }, + { + "name": "em4095", + "version": "1.0.0", + "author": "Nick Jugganaikloo", + "maintainer": "Nick Jugganaikloo", + "sentence": "A library for reading and writing rfid chips with em4095 and esp32", + "paragraph": "A library for reading and writing 125khz rfid chips with em4095", + "website": "https://github.com/Nickjgniklu/em4095", + "category": "Communication", "architectures": [ - "STM32F1", - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RoCorbera/BlueVGA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoCorbera/BlueVGA_Library_for_BluePill-0.1.1.zip", - "archiveFileName": "BlueVGA_Library_for_BluePill-0.1.1.zip", - "size": 85681, - "checksum": "SHA-256:897cee7bb7c8dcad5e8800fe2a5039cbb1af031a138aff9f21065cd9e02fbcd0" + "repository": "https://github.com/Nickjgniklu/em4095.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nickjgniklu/em4095-1.0.0.zip", + "archiveFileName": "em4095-1.0.0.zip", + "size": 8555, + "checksum": "SHA-256:7b1caa2f8b80c181fe3c99876920a87af48a061d12f4f588a96224639274bad9" }, { - "name": "ANSI", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to send ANSI escape sequences", - "paragraph": "VT100, Tera Term", - "website": "https://github.com/RobTillaart/ANSI", + "name": "em4095", + "version": "1.0.1", + "author": "Nick Jugganaikloo", + "maintainer": "Nick Jugganaikloo", + "sentence": "A library for reading and writing rfid chips with em4095 and esp32", + "paragraph": "A library for reading and writing 125khz rfid chips with em4095", + "website": "https://github.com/Nickjgniklu/em4095", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ANSI.git", - "providesIncludes": [ - "ansi.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.0.zip", - "archiveFileName": "ANSI-0.1.0.zip", - "size": 4641, - "checksum": "SHA-256:a63f39d05a6ce22b80b43d983f7298c4b4ff96d9976d5b10d39b5e5a21896e11" + "repository": "https://github.com/Nickjgniklu/em4095.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nickjgniklu/em4095-1.0.1.zip", + "archiveFileName": "em4095-1.0.1.zip", + "size": 8583, + "checksum": "SHA-256:b8ea827d1d03374dcd90e48b04e2321589b2d08bc740e3d821582b361bafa473" }, { - "name": "ANSI", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to send ANSI escape sequences", - "paragraph": "VT100, Tera Term", - "website": "https://github.com/RobTillaart/ANSI", + "name": "GSheet32", + "version": "1.0.0", + "author": "MRROBO28", + "maintainer": "MRROBO28 \u003cirshadfaqih113@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for sending data from ESP32 to Google Sheets.", + "paragraph": "GSheet32 is a library that simplifies the process of sending data from ESP32 to Google Sheets. It uses the Google Sheets API to create a new row in the specified spreadsheet, with the data provided by the user.", + "website": "https://github.com/MRROBO28/GSheet32", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ANSI.git", - "providesIncludes": [ - "ansi.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.1.zip", - "archiveFileName": "ANSI-0.1.1.zip", - "size": 4625, - "checksum": "SHA-256:d66dd4f896254cc2353aa616a73ec4ef9b6e1724b3556ef55109a4cef15f34f8" + "repository": "https://github.com/MRROBO28/GSheet32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MRROBO28/GSheet32-1.0.0.zip", + "archiveFileName": "GSheet32-1.0.0.zip", + "size": 6335, + "checksum": "SHA-256:88226efa2c1a64afdb210702308c55992337bef6ae583ee706fb668e69f3db50" }, { - "name": "ANSI", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to send ANSI escape sequences", - "paragraph": "VT100, Tera Term", - "website": "https://github.com/RobTillaart/ANSI", + "name": "GSheet32", + "version": "2.0.0", + "author": "MRROBO28", + "maintainer": "MRROBO28 \u003cirshadfaqih113@gmail.com\u003e", + "license": "MIT", + "sentence": "Library for sending data from ESP32 to Google Sheets.", + "paragraph": "GSheet32 is a library that simplifies the process of sending data from ESP32 to Google Sheets. It uses the Google Sheets API to create a new row in the specified spreadsheet, with the data provided by the user.", + "website": "https://github.com/MRROBO28/GSheet32", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ANSI.git", + "repository": "https://github.com/MRROBO28/GSheet32.git", "providesIncludes": [ - "ansi.h" + "GSheet32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.2.zip", - "archiveFileName": "ANSI-0.1.2.zip", - "size": 7960, - "checksum": "SHA-256:ee4d4d9e407050ffe0b532134106a9bc424e52be91c99796cd4fa579618fc172" + "url": "https://downloads.arduino.cc/libraries/github.com/MRROBO28/GSheet32-2.0.0.zip", + "archiveFileName": "GSheet32-2.0.0.zip", + "size": 230939, + "checksum": "SHA-256:a3d982b24ba93078567ae35df51eab815500883a4328ece4e5c0bd223d3822c7" }, { - "name": "ANSI", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to send ANSI escape sequences", - "paragraph": "VT100, Tera Term", - "website": "https://github.com/RobTillaart/ANSI", - "category": "Communication", + "name": "avrtos", + "version": "1.0.0", + "author": "Lucas Dietrich", + "maintainer": "Lucas Dietrich", + "license": "Apache-2.0", + "sentence": "RTOS for AVR Arduino microcontrollers (Uno Mega)", + "paragraph": "AVRTOS is a real-time operating system designed for 8-bit AVR-based Arduino microcontrollers. The library supports multithreading (cooperative and preemptive), a round-robin scheduler (no priority), mutexes, semaphores, events, timers, flags, workqueues, FIFO queues, and drivers for GPIO, UART, and EXTI/PCI interrupts. It is highly configurable and has been tested on ATmega328P (Arduino UNO/PRO) and ATmega2560 (Arduino MEGA) platforms. The API style is similar to that of the Zephyr RTOS.", + "website": "https://github.com/lucasdietrich/AVRTOS", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ANSI.git", + "repository": "https://github.com/lucasdietrich/AVRTOS.git", "providesIncludes": [ - "ansi.h" + "avrtos.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ANSI-0.1.3.zip", - "archiveFileName": "ANSI-0.1.3.zip", - "size": 9226, - "checksum": "SHA-256:d2707e47066ae71fd3590c20b155c5dc02aa1ed42afa6ebf22ef3ecd54565f4c" + "url": "https://downloads.arduino.cc/libraries/github.com/lucasdietrich/avrtos-1.0.0.zip", + "archiveFileName": "avrtos-1.0.0.zip", + "size": 843136, + "checksum": "SHA-256:f50a3afc9aaa256bea3afe38e24a1dfe693726656202dc11a9331799f3aeff55" }, { - "name": "Melopero AMG8833", - "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the AMG8833 sensor.", - "paragraph": "This library allows an Arduino board to communicate with the AMG8833 sensor. Interrupts are supported.", - "website": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library", - "category": "Sensors", + "name": "avrtos", + "version": "1.1.0", + "author": "Lucas Dietrich", + "maintainer": "Lucas Dietrich", + "license": "Apache-2.0", + "sentence": "RTOS for AVR Arduino microcontrollers (Uno Mega)", + "paragraph": "AVRTOS is a real-time operating system designed for 8-bit AVR-based Arduino microcontrollers. The library supports multithreading (cooperative and preemptive), a round-robin scheduler (no priority), mutexes, semaphores, events, timers, flags, workqueues, FIFO queues, and drivers for GPIO, UART, and EXTI/PCI interrupts. It is highly configurable and has been tested on ATmega328P (Arduino UNO/PRO) and ATmega2560 (Arduino MEGA) platforms. The API style is similar to that of the Zephyr RTOS.", + "website": "https://github.com/lucasdietrich/AVRTOS", + "category": "Timing", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_AMG8833-1.0.0.zip", - "archiveFileName": "Melopero_AMG8833-1.0.0.zip", - "size": 8160, - "checksum": "SHA-256:c06adaec200a6c864f6f9f6279b93efe734e0e3143914dc014b6ba76345e98f5" + "repository": "https://github.com/lucasdietrich/AVRTOS.git", + "providesIncludes": [ + "avrtos.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lucasdietrich/avrtos-1.1.0.zip", + "archiveFileName": "avrtos-1.1.0.zip", + "size": 874509, + "checksum": "SHA-256:dd181c55ba4aae770f306400703aa1fb0529faf6c8eedb0bc566f3db81526196" }, { - "name": "Melopero AMG8833", - "version": "1.0.2", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the AMG8833 sensor.", - "paragraph": "This library allows an Arduino board to communicate with the AMG8833 sensor. Interrupts are supported.", - "website": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library", - "category": "Sensors", + "name": "EmotiBit ArduinoFilters", + "version": "1.0.0", + "author": "Pieter P", + "maintainer": "Pieter P", + "sentence": "Filter library for Arduino.", + "paragraph": "Supports IIR and FIR filters with many different implementations, Direct Form 1 \u0026 2, BiQuad, Second Order Sections ... Supports Butterworth filters etc.", + "website": "https://github.com/EmotiBit/EmotiBit_ArduinoFilters", + "category": "Data Processing", "architectures": [ - "*" + "avr", + "sam", + "samd", + "teensy", + "esp32", + "esp8266", + "megaavr", + "mbed", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_AMG8833_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_AMG8833-1.0.2.zip", - "archiveFileName": "Melopero_AMG8833-1.0.2.zip", - "size": 8914, - "checksum": "SHA-256:cb7178f904d263033df96abfd49d0b795386c1bfc00c0fbd3fe6ab21244fcebf" + "repository": "https://github.com/EmotiBit/EmotiBit_ArduinoFilters.git", + "providesIncludes": [ + "Filters.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EmotiBit/EmotiBit_ArduinoFilters-1.0.0.zip", + "archiveFileName": "EmotiBit_ArduinoFilters-1.0.0.zip", + "size": 820045, + "checksum": "SHA-256:c3193f7b3d029d1c874ad9d8b571c42b076f52294a7c7aec608e0d3993480fba" }, { - "name": "Midier", - "version": "1.0.0", - "author": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "maintainer": "Raz Haleva \u003crazhaleva@gmail.com\u003e", - "sentence": "A library for playing, recording, looping and programming MIDI notes, arpeggios and sequences.", - "paragraph": "Written in C++. Comprehensively documented and provided with plenty of examples.", - "website": "https://github.com/levosos/Midier", + "name": "I2C_device_Arduino", + "version": "0.2.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "I2C_device class library", + "paragraph": "I2C_device abstraction layer", + "website": "https://github.com/teddokano/I2C_device_Arduino", "category": "Communication", "architectures": [ "*" @@ -322324,23 +782975,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/levosos/Midier.git", - "providesIncludes": [ - "Midier.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/levosos/Midier-1.0.0.zip", - "archiveFileName": "Midier-1.0.0.zip", - "size": 8979699, - "checksum": "SHA-256:4a249735a1276e9d692e9a397ff4a8dbbb8b6b767ebe77198f25eac05a1c7c07" + "repository": "https://github.com/teddokano/I2C_device_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/I2C_device_Arduino-0.2.0.zip", + "archiveFileName": "I2C_device_Arduino-0.2.0.zip", + "size": 219685, + "checksum": "SHA-256:a4c4cfddf001ec62f75e7036061e981254a19e1fcb4dec296fa82820298af4e8" }, { - "name": "STM32duino-Semihosting", - "version": "1.0.3", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "Debug arduinos with arm processors.", - "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", - "website": "https://github.com/koendv/stm32duino-semihosting", + "name": "I2C_device_Arduino", + "version": "0.3.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "I2C_device class library", + "paragraph": "I2C_device abstraction layer", + "website": "https://github.com/teddokano/I2C_device_Arduino", "category": "Communication", "architectures": [ "*" @@ -322348,20 +782996,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/koendv/STM32duino-Semihosting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.3.zip", - "archiveFileName": "STM32duino_Semihosting-1.0.3.zip", - "size": 15061, - "checksum": "SHA-256:af71a4c6a5d942f91bbaa808bd24cf9e6a39f650721fcc37fa52998b350c4c6a" + "repository": "https://github.com/teddokano/I2C_device_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/I2C_device_Arduino-0.3.0.zip", + "archiveFileName": "I2C_device_Arduino-0.3.0.zip", + "size": 220848, + "checksum": "SHA-256:75dd6916f24a6493d402bf45473ca1527bd8875591eaa167e2fc70e423078165" }, { - "name": "STM32duino-Semihosting", - "version": "1.0.4", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "Debug arduinos with arm processors.", - "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", - "website": "https://github.com/koendv/stm32duino-semihosting", + "name": "I2C_device_Arduino", + "version": "0.4.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "I2C_device class library", + "paragraph": "I2C_device abstraction layer", + "website": "https://github.com/teddokano/I2C_device_Arduino", "category": "Communication", "architectures": [ "*" @@ -322369,20 +783017,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/koendv/STM32duino-Semihosting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.4.zip", - "archiveFileName": "STM32duino_Semihosting-1.0.4.zip", - "size": 15160, - "checksum": "SHA-256:1d756f03e96d172d4a8d0ef510179e7debd25da3a72cbd6d91305aa7d39479cf" + "repository": "https://github.com/teddokano/I2C_device_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/I2C_device_Arduino-0.4.0.zip", + "archiveFileName": "I2C_device_Arduino-0.4.0.zip", + "size": 225526, + "checksum": "SHA-256:0d75b46426a613bbb5791eddaca29613d540bfaf09fc9799e28c4436eb46549d" }, { - "name": "STM32duino-Semihosting", - "version": "1.0.0", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "Debug arduinos with arm processors.", - "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", - "website": "https://github.com/koendv/stm32duino-semihosting", + "name": "I2C_device_Arduino", + "version": "0.4.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "I2C_device class library", + "paragraph": "I2C_device abstraction layer", + "website": "https://github.com/teddokano/I2C_device_Arduino", "category": "Communication", "architectures": [ "*" @@ -322390,20 +783038,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/koendv/STM32duino-Semihosting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.0.zip", - "archiveFileName": "STM32duino_Semihosting-1.0.0.zip", - "size": 11633, - "checksum": "SHA-256:9d203ffe1d40e9abd4ce213eb6651f223c5162f18584e737ada62a1fffabd4de" + "repository": "https://github.com/teddokano/I2C_device_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/I2C_device_Arduino-0.4.1.zip", + "archiveFileName": "I2C_device_Arduino-0.4.1.zip", + "size": 226493, + "checksum": "SHA-256:8789f3e5ba2f718befbdd1b1f2e508696ee7ce1b19685f9cdc46097ffd1838b0" }, { - "name": "STM32duino-Semihosting", - "version": "1.0.1", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "Debug arduinos with arm processors.", - "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", - "website": "https://github.com/koendv/stm32duino-semihosting", + "name": "I2C_device_Arduino", + "version": "1.0.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "I2C_device class library", + "paragraph": "I2C_device abstraction layer", + "website": "https://github.com/teddokano/I2C_device_Arduino", "category": "Communication", "architectures": [ "*" @@ -322411,20 +783059,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/koendv/STM32duino-Semihosting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.1.zip", - "archiveFileName": "STM32duino_Semihosting-1.0.1.zip", - "size": 11595, - "checksum": "SHA-256:b3fe68d6a2d6be1d8b4b0800e6bb954968339145b460bc7c5c6a87ffcc838d4e" + "repository": "https://github.com/teddokano/I2C_device_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/I2C_device_Arduino-1.0.0.zip", + "archiveFileName": "I2C_device_Arduino-1.0.0.zip", + "size": 230161, + "checksum": "SHA-256:320bf97bc7d1d000d49409c09c64819f0674ba19d5bac9e2a28c22a107059dfd" }, { - "name": "STM32duino-Semihosting", - "version": "1.0.2", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "Debug arduinos with arm processors.", - "paragraph": "With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.", - "website": "https://github.com/koendv/stm32duino-semihosting", + "name": "I2C_device_Arduino", + "version": "1.0.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "I2C_device class library", + "paragraph": "I2C_device abstraction layer", + "website": "https://github.com/teddokano/I2C_device_Arduino", "category": "Communication", "architectures": [ "*" @@ -322432,603 +783080,713 @@ "types": [ "Contributed" ], - "repository": "https://github.com/koendv/STM32duino-Semihosting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/STM32duino_Semihosting-1.0.2.zip", - "archiveFileName": "STM32duino_Semihosting-1.0.2.zip", - "size": 12686, - "checksum": "SHA-256:fa650f3f0090207e03001db9d4199a8a02b9488384d12176eaa9846bbdaf76d7" + "repository": "https://github.com/teddokano/I2C_device_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/I2C_device_Arduino-1.0.1.zip", + "archiveFileName": "I2C_device_Arduino-1.0.1.zip", + "size": 230337, + "checksum": "SHA-256:ffdada54635580da0d1c000f91cb1ef9604fde04ae2d23150dde58df5d8f7dd5" }, { - "name": "Fraction", - "version": "0.1.9", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement a Fraction datatype", - "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", - "website": "https://github.com/RobTillaart/Fraction", - "category": "Data Processing", + "name": "I2C_device_Arduino", + "version": "1.0.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "I2C_device class library", + "paragraph": "I2C_device abstraction layer", + "website": "https://github.com/teddokano/I2C_device_Arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Fraction.git", - "providesIncludes": [ - "fraction.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.9.zip", - "archiveFileName": "Fraction-0.1.9.zip", - "size": 11308, - "checksum": "SHA-256:6c174843314934d2d538a880f0215404f0cd3620b890099e48772b94fc306244" + "repository": "https://github.com/teddokano/I2C_device_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/I2C_device_Arduino-1.0.2.zip", + "archiveFileName": "I2C_device_Arduino-1.0.2.zip", + "size": 236250, + "checksum": "SHA-256:0284f3aad667b2d92bdca75e9685c1451adb6c245a077048ec4619e55318aed6" }, { - "name": "Fraction", - "version": "0.1.10", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement a Fraction datatype", - "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", - "website": "https://github.com/RobTillaart/Fraction", - "category": "Data Processing", + "name": "TempSensors_NXP_Arduino", + "version": "0.2.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "TempSensor class library", + "paragraph": "Simple operation samples for LM75B, PCT2075 and P3T1085 temperature sensors", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Fraction.git", - "providesIncludes": [ - "fraction.h" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.10.zip", - "archiveFileName": "Fraction-0.1.10.zip", - "size": 11350, - "checksum": "SHA-256:159c11d1228260b24301b34839411f1d92d7b409776eb18f9a1e8a564a0c99c1" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.2.1.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.2.1.zip", + "size": 226320, + "checksum": "SHA-256:7b5b4af6ae1893a7b75e023a1fc665417e6a1d774d25d743b2f739745eeaf926" }, { - "name": "Fraction", - "version": "0.1.11", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to implement a Fraction datatype", - "paragraph": "Nominator and denominator are limited to 4 digits. Experimental.", - "website": "https://github.com/RobTillaart/Fraction", - "category": "Data Processing", + "name": "TempSensors_NXP_Arduino", + "version": "0.2.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "TempSensor class library for LM75B, PCT2075 and P3T1085", + "paragraph": "Simple operation samples for LM75B, PCT2075 and P3T1085 temperature sensors", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Fraction.git", - "providesIncludes": [ - "fraction.h" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Fraction-0.1.11.zip", - "archiveFileName": "Fraction-0.1.11.zip", - "size": 12711, - "checksum": "SHA-256:acfaa96a2126f18e61d708ab6ee53be0e9a4d446691f303b6971bfdf1c59546f" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.2.2.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.2.2.zip", + "size": 226523, + "checksum": "SHA-256:3ad90d1479f0a3deb523be4aa4ce10e059f91905dfb6f6dcadf472cefdb45469" }, { - "name": "XMLWriter", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for creating XML", - "website": "https://github.com/RobTillaart/XMLWriter", - "category": "Data Processing", + "name": "TempSensors_NXP_Arduino", + "version": "0.2.3", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075 and P3T1085 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/XMLWriter.git", - "providesIncludes": [ - "XMLWriter.h" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.0.zip", - "archiveFileName": "XMLWriter-0.2.0.zip", - "size": 15964, - "checksum": "SHA-256:4ebe06dbb2a49c5744e86f79079c05a7c385d1b64562c6cbade1eb6495570782" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.2.3.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.2.3.zip", + "size": 227748, + "checksum": "SHA-256:36b8242be80c30ec43649afd1c830f3bff78895e9940e3acb81023350a799673" }, { - "name": "XMLWriter", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for creating XML", - "website": "https://github.com/RobTillaart/XMLWriter", - "category": "Data Processing", + "name": "TempSensors_NXP_Arduino", + "version": "0.2.4", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075 and P3T1085 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/XMLWriter.git", - "providesIncludes": [ - "XMLWriter.h" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.1.zip", - "archiveFileName": "XMLWriter-0.2.1.zip", - "size": 16924, - "checksum": "SHA-256:061b84d20c77994f876208273ceaf8e490c3baaf241a886f57773f102ac4a44f" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.2.4.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.2.4.zip", + "size": 228021, + "checksum": "SHA-256:5d5abc6c5d80fe22fb4091ab83824826ed1561238ed26a3609dd122da0ab9b3a" }, { - "name": "XMLWriter", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for creating XML", - "website": "https://github.com/RobTillaart/XMLWriter", - "category": "Data Processing", + "name": "TempSensors_NXP_Arduino", + "version": "0.3.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075 and P3T1085 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/XMLWriter.git", - "providesIncludes": [ - "XMLWriter.h" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.2.zip", - "archiveFileName": "XMLWriter-0.2.2.zip", - "size": 17530, - "checksum": "SHA-256:956883a98bd488c49a7f3faf0ce7e00a494aa5a3d00c6507ac459c842ba90609" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.3.0.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.3.0.zip", + "size": 240407, + "checksum": "SHA-256:7aeb0ef175dbfa0f5bbd7da1d352f1bcff76409bbf749967af00ec4b564989d4" }, { - "name": "XMLWriter", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for creating XML", - "website": "https://github.com/RobTillaart/XMLWriter", - "category": "Data Processing", + "name": "TempSensors_NXP_Arduino", + "version": "0.4.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075 and P3T1085 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/XMLWriter.git", - "providesIncludes": [ - "XMLWriter.h" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.3.zip", - "archiveFileName": "XMLWriter-0.2.3.zip", - "size": 17882, - "checksum": "SHA-256:9c72d23db36802d1d30ff058ee2b8593e95d432ad801fe953e6db3df759bb45f" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.4.0.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.4.0.zip", + "size": 244006, + "checksum": "SHA-256:b25b88645d715b50d504e13a88d83e548b9d0d2cb80bbacd7a2985c649621e6b" }, { - "name": "XMLWriter", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for creating XML", - "website": "https://github.com/RobTillaart/XMLWriter", - "category": "Data Processing", + "name": "TempSensors_NXP_Arduino", + "version": "0.5.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075, P3T1085 and P3T1755 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/XMLWriter.git", - "providesIncludes": [ - "XMLWriter.h" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/XMLWriter-0.2.4.zip", - "archiveFileName": "XMLWriter-0.2.4.zip", - "size": 22819, - "checksum": "SHA-256:5a2721914d75535f824d966a52efbaae5d04658691a6d1e119b7893dd6791260" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.5.0.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.5.0.zip", + "size": 261727, + "checksum": "SHA-256:700eef84983f5a747ce22f8097683fb8b5c70b7971872e7c30bc7119b3c02b9f" }, { - "name": "ArxContainer", - "version": "0.3.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "TempSensors_NXP_Arduino", + "version": "0.5.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075, P3T1085 and P3T1755 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.0.zip", - "archiveFileName": "ArxContainer-0.3.0.zip", - "size": 7941, - "checksum": "SHA-256:b26521375a2b41f4f502b386a2c9239bb2353e5f97cd438a7d9197062af5364c" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.5.1.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.5.1.zip", + "size": 266687, + "checksum": "SHA-256:9fb61c9326d748767d3332c6d5731a8bcebe28b0fcade6c190712a6514389c4e" }, { - "name": "ArxContainer", - "version": "0.3.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "TempSensors_NXP_Arduino", + "version": "0.5.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075, P3T1085 and P3T1755 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.1.zip", - "archiveFileName": "ArxContainer-0.3.1.zip", - "size": 8264, - "checksum": "SHA-256:82dab15e4a93b2afa58ea8098081a89825cedf8435d85930c7c88e89731b20af" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.5.2.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.5.2.zip", + "size": 266792, + "checksum": "SHA-256:b3ffe477ff01bddc266b00e0e07f2af14ace2035d11e0aa8ce8a2f0a79ef0d88" }, { - "name": "ArxContainer", - "version": "0.3.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "TempSensors_NXP_Arduino", + "version": "0.5.3", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075, P3T1085 and P3T1755 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.2.zip", - "archiveFileName": "ArxContainer-0.3.2.zip", - "size": 8972, - "checksum": "SHA-256:403b916b7a1e560eb0ad6b3c4879cbe2b5f6ecaa3e1200b774b2f928490fb5c7" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.5.3.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.5.3.zip", + "size": 263864, + "checksum": "SHA-256:a1d759ecd81806fca3e9f30a663471a2d9786c9550de712954860d120f01f16e" }, { - "name": "ArxContainer", - "version": "0.3.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "TempSensors_NXP_Arduino", + "version": "0.5.4", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075, P3T1085 and P3T1755 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.3.zip", - "archiveFileName": "ArxContainer-0.3.3.zip", - "size": 8988, - "checksum": "SHA-256:28db6141e469227f759d318ef8ca04714b69b755b5d4e98dda9244c6f19c9fb6" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.5.4.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.5.4.zip", + "size": 268480, + "checksum": "SHA-256:e8d4797fae2a03ea7a615a8b850b33aecc3fb0cf718807df9c95bd3cf4733a49" }, { - "name": "ArxContainer", - "version": "0.3.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "TempSensors_NXP_Arduino", + "version": "0.5.5", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075, P3T1085 and P3T1755 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.4.zip", - "archiveFileName": "ArxContainer-0.3.4.zip", - "size": 9156, - "checksum": "SHA-256:bb5b5028f2c34873fe1ee2159d0c3c2ed11acee0f45c430c8f39473f7febf7eb" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-0.5.5.zip", + "archiveFileName": "TempSensors_NXP_Arduino-0.5.5.zip", + "size": 284131, + "checksum": "SHA-256:53f3a66d61ef02f60279565545ed9c0910db60ab243d243386603bb020a3c80f" }, { - "name": "ArxContainer", - "version": "0.3.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "TempSensors_NXP_Arduino", + "version": "1.0.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP temperature sensors", + "paragraph": "LM75B, PCT2075, P3T1085 and P3T1755 are supported", + "website": "https://github.com/teddokano/TempSensor_Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.5.zip", - "archiveFileName": "ArxContainer-0.3.5.zip", - "size": 9244, - "checksum": "SHA-256:817c4552e1f504557ec36c747122fa73f739ee99cabe3c88252d0af4b4a39f87" + "repository": "https://github.com/teddokano/TempSensor_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino", + "version": "\u003e=0.4.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/TempSensors_NXP_Arduino-1.0.0.zip", + "archiveFileName": "TempSensors_NXP_Arduino-1.0.0.zip", + "size": 284117, + "checksum": "SHA-256:6bb0725208e8d11f398b77bb1d780e7bc7a5f7df20a78fc65fc71e086857d8f3" }, { - "name": "ArxContainer", - "version": "0.3.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "TCP over Serial", + "version": "1.1.1", + "author": "Roan Brand \u003cbrandroan@gmail.com\u003e", + "maintainer": "Roan Brand \u003cbrandroan@gmail.com\u003e", + "sentence": "TCP over Serial client connection to a server from the Arduino, using the connected host. (No Ethernet/WiFi shields necessary)", + "paragraph": "Quickly communicate with other servers and make network apps using minimal hardware.", + "website": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.6.zip", - "archiveFileName": "ArxContainer-0.3.6.zip", - "size": 9247, - "checksum": "SHA-256:276abae693bdecffac362d4ae184b01743789462f183dd59a3c1752bb686e539" + "repository": "https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient.git", + "providesIncludes": [ + "TCP_over_Serial.h" + ], + "dependencies": [ + { + "name": "CRC32", + "version": "=2.0.0" + }, + { + "name": "NeoHWSerial", + "version": "=1.6.6" + }, + { + "name": "PubSubClient", + "version": "\u003e=2.8.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RoanBrand/TCP_over_Serial-1.1.1.zip", + "archiveFileName": "TCP_over_Serial-1.1.1.zip", + "size": 10658, + "checksum": "SHA-256:a9852e5ff2caea2d45ac69be0369453f8436b2859f5fc3333f645ad6038ec73f" }, { - "name": "ArxContainer", - "version": "0.3.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "Firmetix", + "version": "7.0.0", + "author": "Nils Lahaye", + "maintainer": "Nils Lahaye", + "sentence": "The server for the Firmetix Project.", + "paragraph": "This sketch is a server for the Firmetix Python clients. It provides remote control and monitoring of Arduino-Core and ESP devices.", + "website": "https://github.com/Nilon123456789/Firmetix-Library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.7.zip", - "archiveFileName": "ArxContainer-0.3.7.zip", - "size": 9272, - "checksum": "SHA-256:40a6d7ce08e46afd6b8d22a4694abd8668282f1d0d256f23eae2c4ef62217c9d" + "repository": "https://github.com/Nilon123456789/Firmetix-Library.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Nilon123456789/Firmetix-7.0.0.zip", + "archiveFileName": "Firmetix-7.0.0.zip", + "size": 49957, + "checksum": "SHA-256:f4a5b026f3d48b72abacb2f5322578d2e25b8b2cbae5f29b5136fcd81370e869" }, { - "name": "ArxContainer", - "version": "0.3.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "Firmetix", + "version": "7.1.1", + "author": "Nils Lahaye", + "maintainer": "Nils Lahaye", + "sentence": "The server for the Firmetix Project.", + "paragraph": "This sketch is a server for the Firmetix Python clients. It provides remote control and monitoring of Arduino-Core and ESP devices.", + "website": "https://github.com/Nilon123456789/Firmetix-Library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.8.zip", - "archiveFileName": "ArxContainer-0.3.8.zip", - "size": 9291, - "checksum": "SHA-256:994011b8c0889727538760736c604bf893c3fa09b65d26ca4cffab009ce9e50a" + "repository": "https://github.com/Nilon123456789/Firmetix-Library.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Nilon123456789/Firmetix-7.1.1.zip", + "archiveFileName": "Firmetix-7.1.1.zip", + "size": 61818, + "checksum": "SHA-256:2143d5e24fe9e434fc739abe26800a21f942a03f7ed5dd6ab8d39ac487337807" }, { - "name": "ArxContainer", - "version": "0.3.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai/ArxContainer", - "category": "Data Storage", + "name": "Firmetix", + "version": "7.1.2", + "author": "Nils Lahaye", + "maintainer": "Nils Lahaye", + "sentence": "The server for the Firmetix Project.", + "paragraph": "This sketch is a server for the Firmetix Python clients. It provides remote control and monitoring of Arduino-Core and ESP devices.", + "website": "https://github.com/Nilon123456789/Firmetix-Library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.9.zip", - "archiveFileName": "ArxContainer-0.3.9.zip", - "size": 13094, - "checksum": "SHA-256:875fa6ad86c6d189cca6c27141b38128bf92a58359e8d90cc18151b1fac4bfaa" + "repository": "https://github.com/Nilon123456789/Firmetix-Library.git", + "dependencies": [ + { + "name": "Ultrasonic" + }, + { + "name": "DHTStable" + }, + { + "name": "OneWire" + }, + { + "name": "AccelStepper" + }, + { + "name": "ESP32Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Nilon123456789/Firmetix-7.1.2.zip", + "archiveFileName": "Firmetix-7.1.2.zip", + "size": 61855, + "checksum": "SHA-256:cd2485d4413baf60c2d5de4ed9323ecb448d54e0661912e1972f25a5e536621a" }, { - "name": "ArxContainer", - "version": "0.3.10", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "paragraph": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL", - "website": "https://github.com/hideakitai/ArxContainer", - "category": "Data Storage", + "name": "Xsens_MTi_I2C", + "version": "2.0.0", + "author": "S. Gies (v2.0.0), U. Vautier (original)", + "maintainer": "Movella/Xsens \u003csupport@movella.com\u003e", + "sentence": "This library demonstrates the basics of communicating with Xsens MTi 1-series devices through I2C.", + "paragraph": "Functionalities included are initialization, output configuration and data parsing.", + "website": "https://base.xsens.com/s/article/Interfacing-the-MTi-1-series-DK-with-an-Arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxContainer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxContainer-0.3.10.zip", - "archiveFileName": "ArxContainer-0.3.10.zip", - "size": 13190, - "checksum": "SHA-256:683b84b236cc704735565da69c275d133a867b1a69a340631f03d200c7a21542" + "repository": "https://github.com/Steven-GH/Xsens_MTi_I2C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Steven-GH/Xsens_MTi_I2C-2.0.0.zip", + "archiveFileName": "Xsens_MTi_I2C-2.0.0.zip", + "size": 9876, + "checksum": "SHA-256:751e03c01a8139cbb34c99bf4a6b2f904accee64a968e4590297ebe8714e3d85" }, { - "name": "PyDuinoBridge", + "name": "Xsens_MTi_SPI", "version": "1.0.0", - "author": "Daniel Saromo \u003cdanielsaromo@gmail.com\u003e", - "maintainer": "Daniel Saromo \u003cdanielsaromo@gmail.com\u003e", - "sentence": "A transparent library for communication between Python and Arduino.", - "paragraph": "Requires pyduino_bridge for Python (pip install pyduino_bridge).", - "website": "https://github.com/DanielSaromo/PyDuino_Bridge", - "category": "Communication", + "author": "S. Gies (v1.0.0)", + "maintainer": "Movella/Xsens \u003csupport@movella.com\u003e", + "sentence": "This library demonstrates the basics of communicating with Xsens MTi 1-series devices through SPI.", + "paragraph": "Functionalities included are initialization, output configuration and data parsing.", + "website": "https://base.xsens.com/s/article/Interfacing-the-MTi-1-series-DK-with-an-Arduino", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DanielSaromo/PyDuinoBridge.git", - "providesIncludes": [ - "pyduino_bridge.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/DanielSaromo/PyDuinoBridge-1.0.0.zip", - "archiveFileName": "PyDuinoBridge-1.0.0.zip", - "size": 17997, - "checksum": "SHA-256:a0a59a40f43717372e39c4c35410976049b632513f5275f26527cb52e552d769" + "repository": "https://github.com/Steven-GH/Xsens_MTi_SPI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Steven-GH/Xsens_MTi_SPI-1.0.0.zip", + "archiveFileName": "Xsens_MTi_SPI-1.0.0.zip", + "size": 10009, + "checksum": "SHA-256:244b5ecd44a25fdf623e94e88e391d94b62d769cae0265138978f3c6c859efe6" }, { - "name": "ledflasher", - "version": "1.0.0", - "author": "Ali Afshar aa@virc.how", - "maintainer": "Ali Afshar aa@virc.how", - "sentence": "Responsively flash LEDs", - "paragraph": "Flash an LED for a long time while doing other things.", - "website": "https://gitlab.com/virchow-personal/arduino-ledflasher", - "category": "Timing", + "name": "SCPI_Parser", + "version": "2.2.0", + "author": "Jan Breuer", + "maintainer": "Scott Feister", + "sentence": "Port of the C/C++ \"SCPI Parser\" library by Jan Breuer, suitable for advanced C/C++ programmers. For a much simpler solution in your Arduino projects, consider the Vrekrer SCPI Parser library.", + "paragraph": "SCPI Parser for advanced programmers or instrumentation engineers. Tested only on Teensy 4.1 board. Fails to compile for Arduino Uno/Nano due to missing strtoull() in stdlib.h. Port of the C/C++ SCPI Parser library by Jan Breuer. Aims to provide parsing ability of SCPI commands on instrument side. SCPI parser library is based on these standards: SCPI-99, IEEE 488.2-2004. This Arduino port was made by downloading SCPI Parser's most recent GitHub version as of March 4, 2023, so that recent C++ fixes were included. SCPI Parser (C/C++) git version was 4e87990. This is therefore not actually version 2.2.0, but slightly ahead of that version.", + "website": "https://github.com/sfeister/scpi-parser-arduino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/virchow-personal/arduino-ledflasher.git", - "url": "https://downloads.arduino.cc/libraries/gitlab.com/virchow-personal/ledflasher-1.0.0.zip", - "archiveFileName": "ledflasher-1.0.0.zip", - "size": 3413, - "checksum": "SHA-256:dd3f99c011a038ed9e8f56aeafc02edb7a133b7ca7acad0da307f3269f05053d" + "repository": "https://github.com/sfeister/scpi-parser-arduino.git", + "providesIncludes": [ + "SCPI_Parser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sfeister/SCPI_Parser-2.2.0.zip", + "archiveFileName": "SCPI_Parser-2.2.0.zip", + "size": 79414, + "checksum": "SHA-256:d1009a0c4926d1f0181a6deb490ab03c360f0a8d8a17b414621f43b54f507ae6" }, { - "name": "lx16a-servo", + "name": "Improv WiFi Library", "version": "0.0.1", - "author": "Thorsten von Eicken", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", - "category": "Device Control", + "author": "Jonathas Barbosa", + "maintainer": "Jonathas Barbosa \u003cjnthas@gmail.com\u003e", + "sentence": "The library implements the Improv WiFi protocol allowing users to use this feature in their projects without effort.", + "paragraph": "Improv is a free and open standard that offer a great user experience to configure Wi-Fi on devices. This library implements the Improv WiFi protocol allowing users to use this feature in their projects without effort.", + "website": "https://github.com/jnthas/Improv-WiFi-Library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/jnthas/Improv-WiFi-Library.git", + "dependencies": [ + { + "name": "WiFi" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.1.zip", - "archiveFileName": "lx16a_servo-0.0.1.zip", - "size": 138247, - "checksum": "SHA-256:c1d5604ae7abe553952374e8b110a6223e7ad219ec0c8ca439b8622329f7beed" + "url": "https://downloads.arduino.cc/libraries/github.com/jnthas/Improv_WiFi_Library-0.0.1.zip", + "archiveFileName": "Improv_WiFi_Library-0.0.1.zip", + "size": 12555, + "checksum": "SHA-256:6cb8d139d424ee14b33766b06a8d2162cf24895db3b92fc4421232426ecf5268" }, { - "name": "lx16a-servo", - "version": "0.0.2", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", - "category": "Device Control", + "name": "MicroWakeupper Wemos D1 Mini Battery Shield", + "version": "6.3.0", + "author": "Tobias \u003ctobias@more.io\u003e", + "maintainer": "Tobias \u003ctobias@more.io\u003e", + "sentence": "Library for the MicroWakeupper Wemos D1 Mini Battery Shield", + "website": "https://github.com/tstoegi/MicroWakeupper", + "category": "Sensors", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.2.zip", - "archiveFileName": "lx16a_servo-0.0.2.zip", - "size": 141389, - "checksum": "SHA-256:5d61a882ece72a666891c47e4cb90c46855741955b42aab13873d63858b6982f" + "repository": "https://github.com/Tstoegi/MicroWakeupper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Tstoegi/MicroWakeupper_Wemos_D1_Mini_Battery_Shield-6.3.0.zip", + "archiveFileName": "MicroWakeupper_Wemos_D1_Mini_Battery_Shield-6.3.0.zip", + "size": 13424506, + "checksum": "SHA-256:98574d3a5c746bb535bb890f3753a0ea45e30ad6462a3c53beb4f7bd06249066" }, { - "name": "lx16a-servo", - "version": "0.0.3", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", - "category": "Device Control", + "name": "MicroWakeupper Wemos D1 Mini Battery Shield", + "version": "6.3.1", + "author": "Tobias \u003ctobias@more.io\u003e", + "maintainer": "Tobias \u003ctobias@more.io\u003e", + "sentence": "Library for the MicroWakeupper Wemos D1 Mini Battery Shield (with deepsleep)", + "website": "https://github.com/tstoegi/MicroWakeupper", + "category": "Sensors", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.3.zip", - "archiveFileName": "lx16a_servo-0.0.3.zip", - "size": 141660, - "checksum": "SHA-256:e4845c64d247085846a6466567bdf5f7d114d562e13957f7a11164be70d27e92" + "repository": "https://github.com/Tstoegi/MicroWakeupper.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Tstoegi/MicroWakeupper_Wemos_D1_Mini_Battery_Shield-6.3.1.zip", + "archiveFileName": "MicroWakeupper_Wemos_D1_Mini_Battery_Shield-6.3.1.zip", + "size": 13424521, + "checksum": "SHA-256:415ad8647c7beaa857cebfd4058b4c1da6784391580d36c6fc1a35e57b87b4e8" }, { - "name": "lx16a-servo", - "version": "0.0.4", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", - "category": "Device Control", + "name": "Melopero Cookie RP2040", + "version": "1.0.0", + "author": "Melopero Electronics", + "maintainer": "Melopero \u003cinfo@melopero.com\u003e", + "sentence": "Melopero Cookie RP2040 helper library", + "paragraph": "This library allows you to configure and use the Melopero Cookie RP2040 neopixel matrix display", + "website": "https://github.com/melopero/", + "category": "Uncategorized", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.4.zip", - "archiveFileName": "lx16a_servo-0.0.4.zip", - "size": 141812, - "checksum": "SHA-256:d9bb1aa913bc2c54b14fda9969b8d4b0c329e3f4964a0b05ee81c74ffd7ce1b6" + "repository": "https://github.com/melopero/Melopero_Cookie_RP2040_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_Cookie_RP2040-1.0.0.zip", + "archiveFileName": "Melopero_Cookie_RP2040-1.0.0.zip", + "size": 11426, + "checksum": "SHA-256:24b13414e470b90ca7371353b06b2377ebd96e40093befe2e083abef51094317" }, { - "name": "lx16a-servo", - "version": "0.0.5", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", - "category": "Device Control", + "name": "Melopero Cookie RP2040", + "version": "1.0.1", + "author": "Melopero Electronics", + "maintainer": "Melopero \u003cinfo@melopero.com\u003e", + "sentence": "Melopero Cookie RP2040 helper library", + "paragraph": "This library allows you to configure and use the Melopero Cookie RP2040 neopixel matrix display", + "website": "https://github.com/melopero/", + "category": "Uncategorized", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.5.zip", - "archiveFileName": "lx16a_servo-0.0.5.zip", - "size": 142634, - "checksum": "SHA-256:4e522724fb21ff03d926212ba92256b97b6a0509337a396c3ad4f4cc1be359e1" + "repository": "https://github.com/melopero/Melopero_Cookie_RP2040_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_Cookie_RP2040-1.0.1.zip", + "archiveFileName": "Melopero_Cookie_RP2040-1.0.1.zip", + "size": 11589, + "checksum": "SHA-256:8423cc7151700afee877de965c00a62082f569ff3a8e45795475e37ff3f7bf1f" }, { - "name": "lx16a-servo", - "version": "0.0.6", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.1.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDrivers_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323036,23 +783794,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.6.zip", - "archiveFileName": "lx16a_servo-0.0.6.zip", - "size": 143615, - "checksum": "SHA-256:2f27cbeb98c7f16d98458cf2f752e9aa7815ba63bb010a7ae04a6483dfecc1c9" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.1.0.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.1.0.zip", + "size": 53767, + "checksum": "SHA-256:679937744041a6f299c40b391882362f4ed4eb8a7b197c793b93d64cbf4ec54f" }, { - "name": "lx16a-servo", - "version": "0.0.7", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.1.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323060,23 +783820,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.7.zip", - "archiveFileName": "lx16a_servo-0.0.7.zip", - "size": 144105, - "checksum": "SHA-256:82d9a704bb6c78aeccc19daf469844ca17ac9920d2d7ebe2d850590b471ab049" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.1.1.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.1.1.zip", + "size": 53769, + "checksum": "SHA-256:1c86fa70df80790de9fd8140181496657b207d1138bd688bf452d54a3071daf1" }, { - "name": "lx16a-servo", - "version": "0.0.8", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Thorsten von Eicken,Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.1.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323084,23 +783846,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.8.zip", - "archiveFileName": "lx16a_servo-0.0.8.zip", - "size": 146912, - "checksum": "SHA-256:ee006f283be43743b9fdcff115cb351e5e1885cd1953ee08a09c36c02584a840" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.1.2.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.1.2.zip", + "size": 397460, + "checksum": "SHA-256:8d0b9f649314fc1647ae834af6edb3b1fdd8cbbdc71e9610ca9b603c335e6d0d" }, { - "name": "lx16a-servo", - "version": "0.0.9", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.2.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323108,23 +783872,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.0.9.zip", - "archiveFileName": "lx16a_servo-0.0.9.zip", - "size": 147085, - "checksum": "SHA-256:139704939bdd28b23034bb57ca5b018045b0002f91fd513978e3fc209edf5b3b" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.2.0.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.2.0.zip", + "size": 409133, + "checksum": "SHA-256:39a0937a5d399329776a90016bc540c74bb3f063b67303adcdfb74d8d62343a3" }, { - "name": "lx16a-servo", - "version": "0.1.0", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.2.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323132,23 +783898,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.1.0.zip", - "archiveFileName": "lx16a_servo-0.1.0.zip", - "size": 146663, - "checksum": "SHA-256:15d74e29389950630f0f3a7102233dba079f3da236722463571bf67ff91e276c" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.2.1.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.2.1.zip", + "size": 269539, + "checksum": "SHA-256:b1b27f3b5fd4300701bd8219051ec8eaee76ee0c2375528bc814d2db9af03178" }, { - "name": "lx16a-servo", - "version": "0.2.0", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.2.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323156,23 +783924,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.2.0.zip", - "archiveFileName": "lx16a_servo-0.2.0.zip", - "size": 146731, - "checksum": "SHA-256:aa75796d0af8085800f4b978cbae3776bec2288aa12986ef24747f560a458a7c" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.2.2.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.2.2.zip", + "size": 283496, + "checksum": "SHA-256:25875f36c68809bd20f263e6bce7ef3b4d8129ebd3d6bf832fbcb644c80137ca" }, { - "name": "lx16a-servo", - "version": "0.2.1", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.2.3", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323180,23 +783950,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.2.1.zip", - "archiveFileName": "lx16a_servo-0.2.1.zip", - "size": 146729, - "checksum": "SHA-256:4314c46cccfeab0ae11408dd177003f8464558cb7e38382451a2d5913b2e3a42" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.2.3.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.2.3.zip", + "size": 283626, + "checksum": "SHA-256:0ddeb2d7aab43bf83a7509490ecd4efbe4461acbe0d1e6b39867015428f2aed9" }, { - "name": "lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", "version": "0.3.0", - "author": "Thorsten von Eicken,Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323204,23 +783976,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.3.0.zip", - "archiveFileName": "lx16a_servo-0.3.0.zip", - "size": 146840, - "checksum": "SHA-256:08f27476ec3678c2864f14acd82e3e5cc665fd8172f59db021500e8f19c92530" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.3.0.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.3.0.zip", + "size": 296549, + "checksum": "SHA-256:71827742bf7320bad544537299bd2f95d4a437672571306219ea269f45a15197" }, { - "name": "lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", "version": "0.4.0", - "author": "Kevin Harrington,Thorsten von Eicken", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323228,23 +784002,25 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.0.zip", - "archiveFileName": "lx16a_servo-0.4.0.zip", - "size": 148195, - "checksum": "SHA-256:162e52d588e6fd44b750b10b24deb0c2746864a0e2ca61aba6c396b4a4605a82" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.4.0.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.4.0.zip", + "size": 333276, + "checksum": "SHA-256:5e6413029b948d6f566ede46e8569d1d181c4eae0b69aec07fd7ec2904694ee5" }, { - "name": "lx16a-servo", - "version": "0.4.1", - "author": "Kevin Harrington,Thorsten von Eicken", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Simple Arduino library to operate LX-16A serial servos.", - "paragraph": "This library sends simple commands to LewanSoul LX-16A serial bus servos. It is designed for the ESP32 Arduino framework and uses a single pin to interface to the servos as opposed to the more common 3-pin configuration (TX, RX, direction).", - "website": "https://github.com/madhephaestus/lx16a-servo", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.5.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", "category": "Device Control", "architectures": [ "*" @@ -323252,1712 +784028,1950 @@ "types": [ "Contributed" ], - "repository": "https://github.com/madhephaestus/lx16a-servo.git", - "providesIncludes": [ - "lx16a-servo.h" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/lx16a_servo-0.4.1.zip", - "archiveFileName": "lx16a_servo-0.4.1.zip", - "size": 148238, - "checksum": "SHA-256:1f3ecdeb4d32862091b428f82ad4a75bd22c67da8617936982402732307676b5" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.5.0.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.5.0.zip", + "size": 335119, + "checksum": "SHA-256:5532450f2b3bf70e4931a258a06b76d9bb39bb707f924c3e098f6d7305539ce9" }, { - "name": "SchedTask", - "version": "1.0.0", - "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "sentence": "Task Scheduler Library for Arduino", - "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", - "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", - "category": "Uncategorized", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.5.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Nospampls/SchedTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.0.zip", - "archiveFileName": "SchedTask-1.0.0.zip", - "size": 38251, - "checksum": "SHA-256:d4834324842769f8659c3884df3cc6aef16098784ffe390560f6ee7e64982dbb" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.5.1.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.5.1.zip", + "size": 338602, + "checksum": "SHA-256:d41c3540f9128d58b3b760af139417ff07af1990c3aeb83f2079bdd6a7140f8f" }, { - "name": "SchedTask", - "version": "1.0.1", - "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "sentence": "Task Scheduler Library for Arduino", - "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", - "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", - "category": "Uncategorized", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.5.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Nospampls/SchedTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.1.zip", - "archiveFileName": "SchedTask-1.0.1.zip", - "size": 29263, - "checksum": "SHA-256:aa9a9d5e51d07209acba3c5b7a9cca6c9e7f33fbaed169e0ff58da9c12aa686b" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.5.2.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.5.2.zip", + "size": 339112, + "checksum": "SHA-256:eb1fb081db7d136a1d8bc370d074536a396e8d2e7a05555958fc1984f6332692" }, { - "name": "SchedTask", - "version": "1.0.4", - "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "sentence": "Task Scheduler Library for Arduino", - "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", - "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", - "category": "Uncategorized", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.5.3", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Nospampls/SchedTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.4.zip", - "archiveFileName": "SchedTask-1.0.4.zip", - "size": 30136, - "checksum": "SHA-256:e30245c04c715b03c949af48be8226edd4c51be79a69093f70b0f3076c989354" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.5.3.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.5.3.zip", + "size": 339106, + "checksum": "SHA-256:f86cf5cc21384e66b2d352b231f738d4cd0c5765e50b86592c1790c334f03e91" }, { - "name": "SchedTask", - "version": "1.0.5", - "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "sentence": "Task Scheduler Library for Arduino", - "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", - "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", - "category": "Uncategorized", + "name": "LEDDrivers_NXP_Arduino", + "version": "0.5.4", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Nospampls/SchedTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.0.5.zip", - "archiveFileName": "SchedTask-1.0.5.zip", - "size": 46350, - "checksum": "SHA-256:adf91b5b001bd41b529d06fa2b53e139ede982053c41d54d7df6d7bcf4ecf5a1" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-0.5.4.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-0.5.4.zip", + "size": 356274, + "checksum": "SHA-256:8d616d4dcf0c23aa8739c57ed69ad1c460ec127d9590bb4d3c89ac03405ac185" }, { - "name": "SchedTask", - "version": "1.1.0", - "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "sentence": "Task Scheduler Library for Arduino", - "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", - "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", - "category": "Uncategorized", + "name": "LEDDrivers_NXP_Arduino", + "version": "1.0.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LED drivers", + "paragraph": "PCA9955B, PCA9956B and PCA9957 are supported", + "website": "https://github.com/teddokano/LEDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Nospampls/SchedTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.0.zip", - "archiveFileName": "SchedTask-1.1.0.zip", - "size": 49694, - "checksum": "SHA-256:e1562fd2470769d9f90bb54af33ffaa1612752bf7a193aecb86a5870dc46f939" + "repository": "https://github.com/teddokano/LEDDriver_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LEDDrivers_NXP_Arduino-1.0.0.zip", + "archiveFileName": "LEDDrivers_NXP_Arduino-1.0.0.zip", + "size": 356595, + "checksum": "SHA-256:4a87bb803c7570a38aa881ae486d9b8bad7b87b6cee971c0c0417d13c4149527" }, { - "name": "SchedTask", - "version": "1.1.1", - "author": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "maintainer": "Arduino Enthusiast \u003cArduinoKahuna@gmail.com\u003e", - "sentence": "Task Scheduler Library for Arduino", - "paragraph": "simulates multi-tasking, enabling your sketch to handle multiple asynchronous tasks simultaneously. For example, you can easily blink two LEDs with different durations and periods at the same time.", - "website": "https://www.youtube.com/watch?v=nZHBbSkVUSo\u0026list=PL69rZyCQYu-SrPAZUc2Lj_zsjPLxtI9fv", - "category": "Uncategorized", + "name": "Nostr", + "version": "0.1.0", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", + "category": "Communication", "architectures": [ - "*" - ], - "types": [ - "Contributed" + "esp32" ], - "repository": "https://github.com/Nospampls/SchedTask.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Nospampls/SchedTask-1.1.1.zip", - "archiveFileName": "SchedTask-1.1.1.zip", - "size": 49821, - "checksum": "SHA-256:883ad1c07eebf57ab0901c1c77aaaa81306e8814532db87c727724a4d4fcaacb" - }, - { - "name": "Button-Arduino", - "version": "1.1.1", - "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "sentence": "This library allows to manage a button.", - "paragraph": "It can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press, and a specific procedure both for short and long press. For short press there is the debouncing.", - "website": "https://github.com/davidepalladino/Button-Arduino", - "category": "Signal Input/Output", - "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/davidepalladino/Button-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.1.1.zip", - "archiveFileName": "Button_Arduino-1.1.1.zip", - "size": 27108, - "checksum": "SHA-256:94a84833b731d3f8e204d5a2211afba0fbe87a4a9eccbaecf0ab12042bdbac25" - }, - { - "name": "Button-Arduino", - "version": "1.2.0", - "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "sentence": "This library allows to manage a button.", - "paragraph": "It can specify if the pressure is long or not. Morevoer, is possible to assign a time (in milliseconds) to consider the long press, and a specific procedure both for short and long press. For short press there is the debouncing.", - "website": "https://github.com/davidepalladino/Button-Arduino", - "category": "Signal Input/Output", - "architectures": [], - "types": [ - "Contributed" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.1.5" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } ], - "repository": "https://github.com/davidepalladino/Button-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/Button_Arduino-1.2.0.zip", - "archiveFileName": "Button_Arduino-1.2.0.zip", - "size": 27828, - "checksum": "SHA-256:dd0ae5a59e6e976a3bdd1ab87370b5d9ff0cebcae5864a421a165c729bb81a2a" + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.0.zip", + "archiveFileName": "Nostr-0.1.0.zip", + "size": 11545701, + "checksum": "SHA-256:adb9039fc947e0d67cea6845af79b4900a5521b81ad84eea1b8198ff4aaa9d43" }, { - "name": "Rtc_Pcf8563", - "version": "1.0.3", - "author": "Joe Robertson \u003corbitalair@gmail.com\u003e", - "maintainer": "Joe Robertson \u003corbitalair@gmail.com\u003e", - "sentence": "A library that interfaces the Phillips PCF8563 Real Time Clock chip.", - "paragraph": "This library is heavily commented, and includes support for alarms.", - "website": "https://github.com/orbitalair/Rtc_Pcf8563", - "category": "Timing", + "name": "Nostr", + "version": "0.1.1", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", + "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/orbitalair/Rtc_Pcf8563.git", - "providesIncludes": [ - "Rtc_Pcf8563" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/orbitalair/Rtc_Pcf8563-1.0.3.zip", - "archiveFileName": "Rtc_Pcf8563-1.0.3.zip", - "size": 12953, - "checksum": "SHA-256:b7a734842b79c928aea11de0bf9ea5347153917a881147eaa5b5f1ed38d5ba1b" + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.1.zip", + "archiveFileName": "Nostr-0.1.1.zip", + "size": 11545703, + "checksum": "SHA-256:feafac0db16dda52a08a94b5272645fbe1f9da504659ad7efef95f7762734e35" }, { - "name": "BlaeckSerial", - "version": "1.0.0", - "author": "Sebastian Strobl", - "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", - "sentence": "A library which extends Serial functionality to transmit binary data.", - "paragraph": "Supports Master/Slave I2C configuration to include data from slaves. Also included is a message parser for incoming serial data in the syntax of \u003cHelloWorld, 12, 47\u003e. The parsed command 'HelloWorld' and its parameters are available in your own sketch by attaching a callback function.", - "website": "https://github.com/sebaJoSt/BlaeckSerial", + "name": "Nostr", + "version": "0.1.2", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.0.zip", - "archiveFileName": "BlaeckSerial-1.0.0.zip", - "size": 21072, - "checksum": "SHA-256:d8d87145607bf6ce0f1e8b31f5454762371183aaa7c4b3e2662a9378d074f82a" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.2.zip", + "archiveFileName": "Nostr-0.1.2.zip", + "size": 11546020, + "checksum": "SHA-256:7567b7ce72ba3976c6a97013393c5e779afecfd1b07b01ca923f189f4f520837" }, { - "name": "BlaeckSerial", - "version": "1.0.1", - "author": "Sebastian Strobl", - "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", - "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", - "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", - "website": "https://github.com/sebaJoSt/BlaeckSerial", + "name": "Nostr", + "version": "0.1.5", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.1.zip", - "archiveFileName": "BlaeckSerial-1.0.1.zip", - "size": 22494, - "checksum": "SHA-256:42a07db7becbd3fcd4c85face060d5d238467395e2371c89c45e000215edbff6" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.5.zip", + "archiveFileName": "Nostr-0.1.5.zip", + "size": 11581271, + "checksum": "SHA-256:210380c4880c0e75604ebe6953245564196afeffdea32876624e53e5202615b6" }, { - "name": "BlaeckSerial", - "version": "1.0.2", - "author": "Sebastian Strobl", - "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", - "sentence": "A simple library to send binary (sensor) data via Serial port to your PC.", - "paragraph": "The data can be sent periodically or requested on demand with serial commands. It supports Master/Slave configuration to include data from additional slave boards connected to the master Arduino over I2C. For documentation (including examples how to decode the data messages), check out the GitHub repository.", - "website": "https://github.com/sebaJoSt/BlaeckSerial", + "name": "Nostr", + "version": "0.1.6", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sebaJoSt/BlaeckSerial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckSerial-1.0.2.zip", - "archiveFileName": "BlaeckSerial-1.0.2.zip", - "size": 23387, - "checksum": "SHA-256:0ed0f4e4d8b69905fb0066e358afc9db8fa2ad7adfd291400d1572122d19c084" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.6.zip", + "archiveFileName": "Nostr-0.1.6.zip", + "size": 11581273, + "checksum": "SHA-256:2eaca3411f5d11facb90f6f8139653bceb66b30b9c67171da835b1708ba27278" }, { - "name": "StopWatch_RT", - "version": "0.1.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library implementing a stopwatch.", - "paragraph": "Supports millis micros seconds", - "website": "https://github.com/RobTillaart/Stopwatch_RT", - "category": "Timing", + "name": "Nostr", + "version": "0.1.7", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/StopWatch_RT.git", - "providesIncludes": [ - "StopWatch.h" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.1.5.zip", - "archiveFileName": "StopWatch_RT-0.1.5.zip", - "size": 5678, - "checksum": "SHA-256:0829b698d7c1558e260e9fad779dd7d11992f4b150cdec899f004352958a8a0b" + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.7.zip", + "archiveFileName": "Nostr-0.1.7.zip", + "size": 11584558, + "checksum": "SHA-256:8cfc2973aa1ffa855aaa7dfb6b220ad607d41f1384a4e2f4b5728f04eda26890" }, { - "name": "StopWatch_RT", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library implementing a stopwatch.", - "paragraph": "Supports millis micros seconds", - "website": "https://github.com/RobTillaart/Stopwatch_RT", - "category": "Timing", + "name": "Nostr", + "version": "0.1.8", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/StopWatch_RT.git", - "providesIncludes": [ - "StopWatch.h" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.2.0.zip", - "archiveFileName": "StopWatch_RT-0.2.0.zip", - "size": 7884, - "checksum": "SHA-256:926dcc713e75ed746a78973717087d622dd0409c5b67e30b863c713593f51889" + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.8.zip", + "archiveFileName": "Nostr-0.1.8.zip", + "size": 11585706, + "checksum": "SHA-256:25dd623de6109a450c3f8c1aa2470eeaef361edeae65e9ebbad7b03db5a8c77f" }, { - "name": "StopWatch_RT", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library implementing a stopwatch.", - "paragraph": "Supports millis micros seconds", - "website": "https://github.com/RobTillaart/Stopwatch_RT", - "category": "Timing", + "name": "Nostr", + "version": "0.1.10", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/StopWatch_RT.git", - "providesIncludes": [ - "StopWatch.h" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/StopWatch_RT-0.2.2.zip", - "archiveFileName": "StopWatch_RT-0.2.2.zip", - "size": 7949, - "checksum": "SHA-256:09647430d09344490fadc053ea124c73a08e340fd598d534630b8f4e31b7d6ea" + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.10.zip", + "archiveFileName": "Nostr-0.1.10.zip", + "size": 11585805, + "checksum": "SHA-256:c0b843bb7819cae89e24d9652eee0b512e00da0af799b37b1e52faf2830649ca" }, { - "name": "Troolean", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with troolean math for Arduino.", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", - "category": "Data Processing", + "name": "Nostr", + "version": "0.1.12", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Troolean.git", - "providesIncludes": [ - "Troolean.h" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.1.zip", - "archiveFileName": "Troolean-0.1.1.zip", - "size": 7151, - "checksum": "SHA-256:14f81e43f738cebd8f55cff107a3950d64ecf924314d1fb11c4f091858b0dcfe" + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.1.12.zip", + "archiveFileName": "Nostr-0.1.12.zip", + "size": 11585807, + "checksum": "SHA-256:251d7d436aaae274528a2fce1050d1c6747b018ee25f5e6fd0f375175aebd94b" }, { - "name": "Troolean", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for a three state logic datatype", - "paragraph": "supporting {true false unknown}", - "website": "https://github.com/RobTillaart/Troolean", - "category": "Data Processing", + "name": "Nostr", + "version": "0.2.0", + "author": "bc@omg.lol", + "maintainer": "BlackCoffee \u003cbc@omg.lol\u003e", + "sentence": "Nostr for Arduino.", + "paragraph": "This library allows you to send and receive Nostr events. Public notes (NIP01, kind 1) and private DMs (NIP04, kind 4).", + "website": "https://github.com/lnbits/arduino-nostr", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Troolean.git", - "providesIncludes": [ - "Troolean.h" + "repository": "https://github.com/lnbits/arduino-nostr.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + }, + { + "name": "uBitcoin", + "version": "\u003e=0.2.0" + }, + { + "name": "WebSockets", + "version": "\u003e=2.3.5" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.2.zip", - "archiveFileName": "Troolean-0.1.2.zip", - "size": 7339, - "checksum": "SHA-256:ae3b2439bd6aa5e166bbbadf94b3bc05bd944a66281cbfa205715117b96acd12" + "url": "https://downloads.arduino.cc/libraries/github.com/lnbits/Nostr-0.2.0.zip", + "archiveFileName": "Nostr-0.2.0.zip", + "size": 11586352, + "checksum": "SHA-256:846774a6f5b979c2e1e2da857a57614c54ad319a368040e847a3eed666485b31" }, { - "name": "Troolean", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for a three state logic datatype", - "paragraph": "supporting {true false unknown}", - "website": "https://github.com/RobTillaart/Troolean", - "category": "Data Processing", + "name": "BeeDataLogger", + "version": "1.0.0", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Troolean.git", + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", "providesIncludes": [ - "Troolean.h" + "BDL.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Troolean-0.1.3.zip", - "archiveFileName": "Troolean-0.1.3.zip", - "size": 7336, - "checksum": "SHA-256:2b50c4999f7c716d80d1fea96185597e3d63b5624ae85c350c7583aaa1d77026" + "dependencies": [ + { + "name": "RTCLib" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-1.0.0.zip", + "archiveFileName": "BeeDataLogger-1.0.0.zip", + "size": 14502, + "checksum": "SHA-256:1885eee70e62dae46ded2625664b0005be629a8d51938bcd6d49651c53cad34a" }, { - "name": "ArxTypeTraits", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "1.0.5", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.0.zip", - "archiveFileName": "ArxTypeTraits-0.1.0.zip", - "size": 10729, - "checksum": "SHA-256:58d27114160f86911548de5f7136bc53ff98772b2bb07d089d5b5f3ec2c39f5f" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "providesIncludes": [ + "BDL.h" + ], + "dependencies": [ + { + "name": "RTCLib" + }, + { + "name": "SD" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-1.0.5.zip", + "archiveFileName": "BeeDataLogger-1.0.5.zip", + "size": 16888, + "checksum": "SHA-256:0dd7d411c66c1d2c145eecc8bf33551f53790c3654da38c566aa8551671c21d5" }, { - "name": "ArxTypeTraits", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "1.0.1", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.1.zip", - "archiveFileName": "ArxTypeTraits-0.1.1.zip", - "size": 11213, - "checksum": "SHA-256:67cd6fb4fe305177998b3db17da562c69df8bddfb7d3ccb312c06e9b26100b8c" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "providesIncludes": [ + "BDL.h" + ], + "dependencies": [ + { + "name": "RTCLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-1.0.1.zip", + "archiveFileName": "BeeDataLogger-1.0.1.zip", + "size": 18157, + "checksum": "SHA-256:11827ae602e4809ab571a4b582b5e39d6eeed5a15db264ea151a054b1e436b72" }, { - "name": "ArxTypeTraits", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "1.1.0", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.2.zip", - "archiveFileName": "ArxTypeTraits-0.1.2.zip", - "size": 11375, - "checksum": "SHA-256:f076aa6231f1ac964530d1f0e0ac900fb5eac42d3fcea5f0a48f35faf3dd9275" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "providesIncludes": [ + "BDL.h" + ], + "dependencies": [ + { + "name": "RTCLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-1.1.0.zip", + "archiveFileName": "BeeDataLogger-1.1.0.zip", + "size": 18157, + "checksum": "SHA-256:d9071badf9fffd48f8719f8717d0aeb43002b919a9e2f2fa193ccd8d895fbdbc" }, { - "name": "ArxTypeTraits", - "version": "0.1.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "1.1.1", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.3.zip", - "archiveFileName": "ArxTypeTraits-0.1.3.zip", - "size": 11473, - "checksum": "SHA-256:9574febfb6ff4205a3b50de285d1951a6aa8b3223131b12f070661969d276c15" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTCLib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-1.1.1.zip", + "archiveFileName": "BeeDataLogger-1.1.1.zip", + "size": 17948, + "checksum": "SHA-256:d3bdf809663fcca5d80a694e198a5c7adef8b6cbf6c35236b9c39475c1796605" }, { - "name": "ArxTypeTraits", - "version": "0.1.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "2.0.0", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.4.zip", - "archiveFileName": "ArxTypeTraits-0.1.4.zip", - "size": 11558, - "checksum": "SHA-256:3c07b2b35d3130c671aabe2a084f3693ecdcdf0059e246c2bd874d094fcc01ae" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTClib" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-2.0.0.zip", + "archiveFileName": "BeeDataLogger-2.0.0.zip", + "size": 17949, + "checksum": "SHA-256:9dfb5c6244f16dcd39bc897a992ed4f394af8e8766b625de71a14a8ed4769f63" }, { - "name": "ArxTypeTraits", - "version": "0.1.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "2.0.1", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.5.zip", - "archiveFileName": "ArxTypeTraits-0.1.5.zip", - "size": 11720, - "checksum": "SHA-256:6b8b1fad75d7b5894da11be2cedf48862d274b2a5c7f2d7a5be7e9d89f9fee6f" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTClib" + }, + { + "name": "EspMQTTClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-2.0.1.zip", + "archiveFileName": "BeeDataLogger-2.0.1.zip", + "size": 21913, + "checksum": "SHA-256:0a4de35197ecbced95835be2c398f4c68d0331ed0f53c9a1f502f783b5cb69b4" }, { - "name": "ArxTypeTraits", - "version": "0.1.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "2.0.2", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.6.zip", - "archiveFileName": "ArxTypeTraits-0.1.6.zip", - "size": 11725, - "checksum": "SHA-256:d886636aba621bed45b69db58b97ce494a514a4c51f2d1ddf668d1f8ad688bca" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTClib" + }, + { + "name": "EspMQTTClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-2.0.2.zip", + "archiveFileName": "BeeDataLogger-2.0.2.zip", + "size": 23128, + "checksum": "SHA-256:042c987ae62359380e05210431ed7ad86ad4cfacfdf5b9c50e6e1068ace73c5a" }, { - "name": "ArxTypeTraits", - "version": "0.1.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "2.0.3", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.7.zip", - "archiveFileName": "ArxTypeTraits-0.1.7.zip", - "size": 11830, - "checksum": "SHA-256:5d4e6714d080f2212242d7fbd833e991ce39dc8ff84a938665566f9c8e062cf5" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTClib" + }, + { + "name": "EspMQTTClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-2.0.3.zip", + "archiveFileName": "BeeDataLogger-2.0.3.zip", + "size": 23354, + "checksum": "SHA-256:e359c8e196013ed60382e5397d253cfd7671fdf0383bfbdff051051b04830abc" }, { - "name": "ArxTypeTraits", - "version": "0.1.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "2.0.4", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.8.zip", - "archiveFileName": "ArxTypeTraits-0.1.8.zip", - "size": 11905, - "checksum": "SHA-256:78117f8f033a78ffa25a0162d5614f388a571b552ae8c42005df4eda0891babe" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTClib" + }, + { + "name": "EspMQTTClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-2.0.4.zip", + "archiveFileName": "BeeDataLogger-2.0.4.zip", + "size": 23565, + "checksum": "SHA-256:0ecb50f126cdd20f3b1e47c86105bc8302980e11b68368d9554ac9280b205bd4" }, { - "name": "ArxTypeTraits", - "version": "0.1.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "2.0.5", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.9.zip", - "archiveFileName": "ArxTypeTraits-0.1.9.zip", - "size": 11941, - "checksum": "SHA-256:b398351b6e501cffb52498c81be4ea5aefdc6f945a8d7f5d7ec0b6e3064a7245" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTClib" + }, + { + "name": "EspMQTTClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-2.0.5.zip", + "archiveFileName": "BeeDataLogger-2.0.5.zip", + "size": 24650, + "checksum": "SHA-256:3b0b386d83d8e0203b94d00c4e26848ce326546503c33e39b85bfc7f986d9732" }, { - "name": "ArxTypeTraits", - "version": "0.1.11", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "BeeDataLogger", + "version": "2.0.6", + "author": "Smart Bee Designs", + "maintainer": "Smart Bee Designs", + "sentence": "Example libraries for the Bee Data Logger", + "paragraph": "A whole bunch of example sketches to help getting started with the bee data logger", + "website": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.11.zip", - "archiveFileName": "ArxTypeTraits-0.1.11.zip", - "size": 12008, - "checksum": "SHA-256:27696a51983ae54bdeb65448d2e86918e6ece3310f0c512d8287a41db4c83d4b" + "repository": "https://github.com/strid3r21/BeeDataLogger-Arduino-Helper.git", + "dependencies": [ + { + "name": "RTClib" + }, + { + "name": "EspMQTTClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/strid3r21/BeeDataLogger-2.0.6.zip", + "archiveFileName": "BeeDataLogger-2.0.6.zip", + "size": 24659, + "checksum": "SHA-256:6725a1b5b2e360f84c432fb1c5bf451210b9335f77a403342030d314b59900fb" }, { - "name": "ArxTypeTraits", - "version": "0.1.12", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "STM32duino X-NUCLEO-NFC07A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC07A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC07A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC07A1", + "category": "Communication", "architectures": [ - "*" + "stm32", + "avr", + "samd", + "arc32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.1.12.zip", - "archiveFileName": "ArxTypeTraits-0.1.12.zip", - "size": 12110, - "checksum": "SHA-256:2f971734990068f60c5cf41dc5230dfda7b5552a2b2b8b9d20b105b986363a07" + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC07A1.git", + "dependencies": [ + { + "name": "STM32duino ST25DV" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC07A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC07A1-1.0.0.zip", + "size": 10011, + "checksum": "SHA-256:7750c3f4dcae1f73e343dd81981154790d6e90c6bbd6a9ba16776fcc4baebcb4" }, { - "name": "ArxTypeTraits", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai/ArxTypeTraits", - "category": "Data Storage", + "name": "STM32duino X-NUCLEO-NFC07A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC07A1 expansion board", + "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-NFC07A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC07A1", + "category": "Communication", "architectures": [ - "*" + "stm32", + "avr", + "samd", + "arc32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.0.zip", - "archiveFileName": "ArxTypeTraits-0.2.0.zip", - "size": 16926, - "checksum": "SHA-256:213a2847e442ddbb7bfd0aa657f98b3b83a6dbbc710e8a4e756e01d0fbbd2894" + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC07A1.git", + "dependencies": [ + { + "name": "STM32duino ST25DV" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC07A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC07A1-1.0.1.zip", + "size": 9965, + "checksum": "SHA-256:b9b91feffa91115b99f782d84664f1b3189891be19d11d9fad11fac25a1ec68e" }, { - "name": "ArxTypeTraits", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ type_traits for Arduino which cannot use it as default", - "paragraph": "C++ type_traits for Arduino which cannot use it as default", - "website": "https://github.com/hideakitai/ArxTypeTraits", - "category": "Data Storage", + "name": "ClickButton", + "version": "1.0.0", + "author": "raron \u003craronzen@gmail.com\u003e", + "maintainer": "Marco Brianza \u003cmarcobrianza@gmail.com\u003e", + "sentence": "effortless handle botton clicks.", + "paragraph": "A simple one-button Arduino library to get short and long clicks, multiple clicks (double click, triple click etc.). Click-and-hold is also possible.", + "website": "https://www.github.com/marcobrianza/clickButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxTypeTraits.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxTypeTraits-0.2.1.zip", - "archiveFileName": "ArxTypeTraits-0.2.1.zip", - "size": 16952, - "checksum": "SHA-256:01c52f3d2d978d0a667d66976924269fce71847cc81a2106be31ced59bb65851" + "repository": "https://github.com/marcobrianza/ClickButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcobrianza/ClickButton-1.0.0.zip", + "archiveFileName": "ClickButton-1.0.0.zip", + "size": 12867, + "checksum": "SHA-256:5fed716d5da6952af8877831318c38c249304c8d32f80d8faaa14638b5d38a2d" }, { - "name": "ProtoCentral HealthyPi v4 Library", - "version": "0.1.1", - "author": "ProtoCentral", - "maintainer": "ProtoCentral", - "sentence": "Library for the ProtoCentral HealthyPi v4", - "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor..", - "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", - "category": "Sensors", + "name": "ClickButton", + "version": "1.1.0", + "author": "raron \u003craronzen@gmail.com\u003e", + "maintainer": "Marco Brianza \u003cmarcobrianza@gmail.com\u003e", + "sentence": "Effortless handle botton clicks.", + "paragraph": "A simple button Arduino library to get short and long clicks, multiple clicks (double click, triple click etc.). Click-and-hold is also possible.", + "website": "https://www.github.com/marcobrianza/clickButton", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.1.1.zip", - "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.1.1.zip", - "size": 181666, - "checksum": "SHA-256:562ec2d12ccca52bf3a7deffbe79e7cf2cf9fd9e4f15d098671105815cde5833" + "repository": "https://github.com/marcobrianza/ClickButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/marcobrianza/ClickButton-1.1.0.zip", + "archiveFileName": "ClickButton-1.1.0.zip", + "size": 13580, + "checksum": "SHA-256:448468c4c4af8958322f9591f5746d034e59c52a29b39c4d2cbf0635059a21f9" }, { - "name": "ProtoCentral HealthyPi v4 Library", - "version": "0.2.0", - "author": "ProtoCentral", - "maintainer": "ProtoCentral", - "sentence": "Library for the ProtoCentral HealthyPi v4", - "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", - "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", - "category": "Sensors", + "name": "EmbAJAX", + "version": "0.1.0", + "author": "Thomas Friedrichsmeier \u003ctf@tfry.de\u003e", + "maintainer": "Thomas Friedrichsmeier \u003ctf@tfry.de\u003e", + "sentence": "Framework for displays and controls on a web page", + "paragraph": "Simplistic framework for creating and handling displays and controls on a web page served by an embeddable device (Arduino or other microcontroller with Arduino support).", + "website": "https://github.com/tfry-git/EmbAJAX", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.0.zip", - "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.0.zip", - "size": 201442, - "checksum": "SHA-256:65abfa0f4e0d668e601ef036d4a3456183571be42c8a8eb0f9299c0c77355dcc" + "repository": "https://github.com/tfry-git/EmbAJAX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfry-git/EmbAJAX-0.1.0.zip", + "archiveFileName": "EmbAJAX-0.1.0.zip", + "size": 1085776, + "checksum": "SHA-256:1a6ea2516501906d349eaa974dd0d104fbc30f58aaf453e5c9cbbf536c54c285" }, { - "name": "ProtoCentral HealthyPi v4 Library", - "version": "0.2.1", - "author": "ProtoCentral", - "maintainer": "ProtoCentral", - "sentence": "Library for the ProtoCentral HealthyPi v4", - "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", - "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", - "category": "Sensors", + "name": "EmbAJAX", + "version": "0.1.1", + "author": "Thomas Friedrichsmeier \u003ctf@tfry.de\u003e", + "maintainer": "Thomas Friedrichsmeier \u003ctf@tfry.de\u003e", + "sentence": "Framework for displays and controls on a web page", + "paragraph": "Simplistic framework for creating and handling displays and controls on a web page served by an embeddable device (Arduino or other microcontroller with Arduino support).", + "website": "https://github.com/tfry-git/EmbAJAX", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.1.zip", - "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.1.zip", - "size": 208247, - "checksum": "SHA-256:c55d8c4b88ccf03829b319b3c9e34bdd991522180678a97b1be953bed7d6d370" + "repository": "https://github.com/tfry-git/EmbAJAX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfry-git/EmbAJAX-0.1.1.zip", + "archiveFileName": "EmbAJAX-0.1.1.zip", + "size": 2436897, + "checksum": "SHA-256:89f37dbdaf7b4a9c470e768d72340c50d8e4c4bb5a385ac70f28f384521ad4b1" }, { - "name": "ProtoCentral HealthyPi v4 Library", - "version": "0.2.2", - "author": "ProtoCentral", - "maintainer": "ProtoCentral", - "sentence": "Library for the ProtoCentral HealthyPi v4", - "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", - "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", - "category": "Sensors", + "name": "EmbAJAX", + "version": "0.2.0", + "author": "Thomas Friedrichsmeier \u003ctf@tfry.de\u003e", + "maintainer": "Thomas Friedrichsmeier \u003ctf@tfry.de\u003e", + "sentence": "Framework for displays and controls on a web page", + "paragraph": "Simplistic framework for creating and handling displays and controls on a web page served by an embeddable device (Arduino or other microcontroller with Arduino support).", + "website": "https://github.com/tfry-git/EmbAJAX", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.2.2.zip", - "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.2.2.zip", - "size": 208977, - "checksum": "SHA-256:baa5561c62c43a98e6777595dfa705460dc8d41484e671b9df24dee9f350f5d9" + "repository": "https://github.com/tfry-git/EmbAJAX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tfry-git/EmbAJAX-0.2.0.zip", + "archiveFileName": "EmbAJAX-0.2.0.zip", + "size": 2437202, + "checksum": "SHA-256:09e176defd804eaabd825548c6203837ebe511f1ffffbbae94edee984330e53f" }, { - "name": "ProtoCentral HealthyPi v4 Library", - "version": "0.3.0", - "author": "ProtoCentral", - "maintainer": "ProtoCentral", - "sentence": "Library for the ProtoCentral HealthyPi v4", - "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", - "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", - "category": "Sensors", + "name": "NetworkMonitor", + "version": "1.0.1", + "author": "Tony Bringardner\u003ctony.bringardner@gmail.com\u003e", + "maintainer": "Tony Bringardner\u003ctony.bringardner@gmail.com\u003e", + "sentence": "A library to provide remote console functions to a MCU through UDP", + "paragraph": "A library to provide remote console functions to a MCU through UDP. The NetworkMonitor tool provides an interface similar to the Arduino SerialMonitor.", + "website": "https://github.com/tony-bringardner/NetworkMonitor.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.0.zip", - "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.0.zip", - "size": 209217, - "checksum": "SHA-256:5fe011ccb767dddb243eac315cd8069caa8ddb886885244f9c4c09fbc6a0cac2" + "repository": "https://github.com/tony-bringardner/NetworkMonitor.git", + "providesIncludes": [ + "WiFiUdp.h" + ], + "dependencies": [ + { + "name": "WiFiUdp" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tony-bringardner/NetworkMonitor-1.0.1.zip", + "archiveFileName": "NetworkMonitor-1.0.1.zip", + "size": 246329, + "checksum": "SHA-256:2e8da6376a8b0f68a11424f5bd9c0a5eb1eea651caa6c8cbb34d4da6ec95d7e8" }, { - "name": "ProtoCentral HealthyPi v4 Library", - "version": "0.3.1", - "author": "ProtoCentral", - "maintainer": "ProtoCentral", - "sentence": "Library for the ProtoCentral HealthyPi v4", - "paragraph": "HealthyPi v4 is a fully open-source, full-featured vital sign monitor", - "website": "https://github.com/Protocentral/Protocentral-Healthypi-v4", - "category": "Sensors", + "name": "NetworkMonitor", + "version": "1.0.2", + "author": "Tony Bringardner\u003ctony.bringardner@gmail.com\u003e", + "maintainer": "Tony Bringardner\u003ctony.bringardner@gmail.com\u003e", + "sentence": "A library to provide remote console functions to a MCU through UDP", + "paragraph": "The NetworkMonitor tool provides an interface similar to the Arduino SerialMonitor but allows you to monitor and control your MCUs without the USB requirement.", + "website": "https://github.com/tony-bringardner/NetworkMonitor.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_healthypi4_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_HealthyPi_v4_Library-0.3.1.zip", - "archiveFileName": "ProtoCentral_HealthyPi_v4_Library-0.3.1.zip", - "size": 209145, - "checksum": "SHA-256:69667d890df09d29b5a295d5f18e45497dae92dd645bef0fd03010ad0d2245e2" + "repository": "https://github.com/tony-bringardner/NetworkMonitor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tony-bringardner/NetworkMonitor-1.0.2.zip", + "archiveFileName": "NetworkMonitor-1.0.2.zip", + "size": 141035, + "checksum": "SHA-256:761799711f06c4bf2038a2696eefe3bcbca8678c1ae7544e692ab0de7057adc5" }, { - "name": "ArxSmartPtr", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "SparkFun_WebServer_ESP32_W5500", + "version": "1.5.4", + "author": "SparkFun", + "maintainer": "SparkFun Electronics", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer for ESP32 boards using W5500.", + "paragraph": "This library adds the W5500 as a physical Ethernet interface for the ESP32. The HTTP(S) methods are provided by WiFiServer and WiFiClient. Works great with me-no-dev's ESPAsyncWebServer.", + "website": "https://github.com/SparkFun/SparkFun_WebServer_ESP32_W5500", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxSmartPtr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.0.zip", - "archiveFileName": "ArxSmartPtr-0.1.0.zip", - "size": 8511, - "checksum": "SHA-256:b6be785957393cfb00af8e74686cb74a6cadcb8f6bf81415f148015fb4f8c352" + "repository": "https://github.com/sparkfun/SparkFun_WebServer_ESP32_W5500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WebServer_ESP32_W5500-1.5.4.zip", + "archiveFileName": "SparkFun_WebServer_ESP32_W5500-1.5.4.zip", + "size": 44961, + "checksum": "SHA-256:c205877037d728ef2f64434c837c41d5a2490c234b283a5ca53995b7f49790a1" }, { - "name": "ArxSmartPtr", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "SparkFun_WebServer_ESP32_W5500", + "version": "1.5.5", + "author": "SparkFun", + "maintainer": "SparkFun Electronics", + "license": "GPLv3", + "sentence": "Simple Ethernet WebServer for ESP32 boards using W5500.", + "paragraph": "This library adds the W5500 as a physical Ethernet interface for the ESP32. The HTTP(S) methods are provided by WiFiServer and WiFiClient. Works great with me-no-dev's ESPAsyncWebServer.", + "website": "https://github.com/SparkFun/SparkFun_WebServer_ESP32_W5500", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxSmartPtr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.1.zip", - "archiveFileName": "ArxSmartPtr-0.1.1.zip", - "size": 8273, - "checksum": "SHA-256:345e2cc5816cab777f97abf5919040292693c0ce56286e58866d415aebc34346" + "repository": "https://github.com/sparkfun/SparkFun_WebServer_ESP32_W5500.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_WebServer_ESP32_W5500-1.5.5.zip", + "archiveFileName": "SparkFun_WebServer_ESP32_W5500-1.5.5.zip", + "size": 43203, + "checksum": "SHA-256:1de4c1ae911ed8b217d36f32ed48b5a9ee2377f1651e40a9f7f436989af20314" }, { - "name": "ArxSmartPtr", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "website": "https://github.com/hideakitai", - "category": "Data Storage", + "name": "VEGA_MLX90614", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "The MLX90614 is an infrared thermometer for non-contact temperature measurements.", + "paragraph": "MLX90614 chip in GY909 Temperature sensor working on VEGA ARIES boards using GPIO Simulated I2C which supports Repeated Start.", + "website": "https://gitlab.com/riscv-vega/sensors-library/sensors/vega_mlx90614", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxSmartPtr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.1.2.zip", - "archiveFileName": "ArxSmartPtr-0.1.2.zip", - "size": 8349, - "checksum": "SHA-256:7003c870203468bdb79c323f74816e5e8bcd221b326b729428a6c8950a7a9208" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_mlx90614.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/sensors/VEGA_MLX90614-1.0.0.zip", + "archiveFileName": "VEGA_MLX90614-1.0.0.zip", + "size": 4758, + "checksum": "SHA-256:9e7a620b062a0e955f87ac454878b6e3fcdd154aa710d75e5c3fae31eb466fbb" }, { - "name": "ArxSmartPtr", + "name": "Adafruit CAN", "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "website": "https://github.com/hideakitai/ArxSmartPtr", - "category": "Data Storage", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for native CAN.", + "paragraph": "Arduino library for native CAN.", + "website": "https://github.com/adafruit/Adafruit_CAN", + "category": "Sensors", "architectures": [ - "*" + "samd" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/hideakitai/ArxSmartPtr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.0.zip", - "archiveFileName": "ArxSmartPtr-0.2.0.zip", - "size": 11064, - "checksum": "SHA-256:7b31dadeeafe40e7cb5f34cd6ad2d1bf62450af075ead047c3f16b5ad41e794a" + "repository": "https://github.com/adafruit/Adafruit_CAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAN-0.2.0.zip", + "archiveFileName": "Adafruit_CAN-0.2.0.zip", + "size": 21345, + "checksum": "SHA-256:8b537e23ad1aca5901a05cb7202467d4298f815a73c1ddc015ac8953fb07fdc8" }, { - "name": "ArxSmartPtr", + "name": "Adafruit CAN", "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "paragraph": "C++ smart pointer-like classes for Arduino which cannot use standard smart pointers", - "website": "https://github.com/hideakitai/ArxSmartPtr", - "category": "Data Storage", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for native CAN.", + "paragraph": "Arduino library for native CAN.", + "website": "https://github.com/adafruit/Adafruit_CAN", + "category": "Sensors", "architectures": [ - "*" + "samd" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/hideakitai/ArxSmartPtr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxSmartPtr-0.2.1.zip", - "archiveFileName": "ArxSmartPtr-0.2.1.zip", - "size": 11116, - "checksum": "SHA-256:d80b843846fde6955f31f89ad40f8cd9ccc24beb97f14ad012c627497861f8a1" + "repository": "https://github.com/adafruit/Adafruit_CAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CAN-0.2.1.zip", + "archiveFileName": "Adafruit_CAN-0.2.1.zip", + "size": 22855, + "checksum": "SHA-256:89ab100ed3d239dcc1c7d0cbb6d9dec9bb15329ee2de553f38f688294879a45d" }, { - "name": "AllThingsTalk LTE-M SDK", - "version": "1.0.0", - "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", - "maintainer": "Alain Cuypers \u003calain@allthingstalk.com\u003e", - "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Cloud", - "paragraph": "Compatible with U-Blox SARA-R410M modules.", - "website": "https://github.com/allthingstalk/arduino-ltem-sdk", - "category": "Communication", + "name": "RTC_NXP_Arduino", + "version": "0.1.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", - "providesIncludes": [ - "APICredentials.h", - "CborPayload.h", - "LTEmModem.h", - "Device.h" + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-1.0.0.zip", - "archiveFileName": "AllThingsTalk_LTE_M_SDK-1.0.0.zip", - "size": 147374, - "checksum": "SHA-256:5f10957120055f50d4366f5ee223c22eb28a56e4273f722b8f7fa76833508e6f" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-0.1.0.zip", + "archiveFileName": "RTC_NXP_Arduino-0.1.0.zip", + "size": 285559, + "checksum": "SHA-256:4a97f86a324b10b82bccdbe7f899c0a2e323c2fef0497c06a67dc89314cbb1d3" }, { - "name": "AllThingsTalk LTE-M SDK", - "version": "2.0.0", - "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", - "paragraph": "Compatible with U-Blox SARA-R410M modules.", - "website": "https://github.com/allthingstalk/arduino-ltem-sdk", - "category": "Communication", + "name": "RTC_NXP_Arduino", + "version": "0.2.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A and PCF85063TP are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", - "providesIncludes": [ - "AllThingsTalk_LTEM.h" + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.0.zip", - "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.0.zip", - "size": 266946, - "checksum": "SHA-256:0902c1d73187ec77361574e0c3ae44950da51e94c01d169da8ff9239af5db2e1" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-0.2.0.zip", + "archiveFileName": "RTC_NXP_Arduino-0.2.0.zip", + "size": 316727, + "checksum": "SHA-256:6d2eb78c4137495b7c4a41b9c9fdbed460be19502260622d1209b21bbbf58a55" }, { - "name": "AllThingsTalk LTE-M SDK", - "version": "2.0.1", - "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", - "paragraph": "Compatible with U-Blox SARA-R410M modules.", - "website": "https://github.com/allthingstalk/arduino-ltem-sdk", - "category": "Communication", + "name": "RTC_NXP_Arduino", + "version": "0.3.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A, PCF85063TP and PCF85263A are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", - "providesIncludes": [ - "AllThingsTalk_LTEM.h" + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.1.zip", - "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.1.zip", - "size": 267137, - "checksum": "SHA-256:870a26d606401d1bef237b926057bbc1cb53179991ad3d4ff3cab0acf051cf3c" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-0.3.0.zip", + "archiveFileName": "RTC_NXP_Arduino-0.3.0.zip", + "size": 334523, + "checksum": "SHA-256:c53ae45d1ddffc2d5326740d8dee70c63c8be71d8e4b18d6a5e709a5e74b788f" }, { - "name": "AllThingsTalk LTE-M SDK", - "version": "2.0.2", - "author": "AllThingsTalk \u003csupport@allthingstalk.com\u003e", - "maintainer": "Vanja \u003cvanja@allthingstalk.com\u003e", - "sentence": "Connect your LTE-M enabled Arduino device to AllThingsTalk IoT Platform.", - "paragraph": "Compatible with U-Blox SARA-R410M modules.", - "website": "https://github.com/allthingstalk/arduino-ltem-sdk", - "category": "Communication", + "name": "RTC_NXP_Arduino", + "version": "0.4.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A, PCF85063TP and PCF85263A are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/allthingstalk/arduino-ltem-sdk.git", - "providesIncludes": [ - "AllThingsTalk_LTEM.h" + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/allthingstalk/AllThingsTalk_LTE_M_SDK-2.0.2.zip", - "archiveFileName": "AllThingsTalk_LTE_M_SDK-2.0.2.zip", - "size": 266275, - "checksum": "SHA-256:a3605961e5a1fae52c0ead9186fe364166fe4406cebdf5fb0d84edd7a642e7d5" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-0.4.0.zip", + "archiveFileName": "RTC_NXP_Arduino-0.4.0.zip", + "size": 362213, + "checksum": "SHA-256:e6248fc0bdd934a7ce0c9db424c87294a97a53c566589cc38ffa52f04bc8f523" }, { - "name": "ClosedCube SHTC3", - "version": "2020.5.5", - "author": "ClosedCube", - "maintainer": "ClosedCube GitHub Support \u003cgithub@closedcube.com\u003e", - "sentence": "Arduino library for Arduino library for Sensirion SHTC3 Digital Humidity and Temperature Sensor", - "paragraph": "Arduino library for Arduino library for Sensirion SHTC3 Digital Humidity and Temperature Sensor", - "website": "https://github.com/closedcube/ClosedCube_SHTC3_Arduino", - "category": "Sensors", + "name": "RTC_NXP_Arduino", + "version": "0.5.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A, PCF85063TP and PCF85263A are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/closedcube/ClosedCube_SHTC3_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/closedcube/ClosedCube_SHTC3-2020.5.5.zip", - "archiveFileName": "ClosedCube_SHTC3-2020.5.5.zip", - "size": 9216, - "checksum": "SHA-256:93ad36f7c5d85683b50c6edc7c530ece5acb18e437d453608381f7814e46fe2a" + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-0.5.0.zip", + "archiveFileName": "RTC_NXP_Arduino-0.5.0.zip", + "size": 364802, + "checksum": "SHA-256:6ff67bb0d328062b681710abd3bb4f7b5b4afe6f05e99691ec463a1739249baf" }, { - "name": "DST RTC", - "version": "1.0.0", - "author": "Andy Doro \u003cmail@andydoro.com\u003e", - "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", - "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", - "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", - "website": "https://github.com/andydoro/DST_RTC", - "category": "Timing", + "name": "RTC_NXP_Arduino", + "version": "0.5.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A, PCF85063TP and PCF85263A are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/andydoro/DST_RTC.git", + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", "dependencies": [ { - "name": "RTClib" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.0.0.zip", - "archiveFileName": "DST_RTC-1.0.0.zip", - "size": 3824, - "checksum": "SHA-256:15a784a784e43abe0dee1fa409155dd5368413cffcffa470f50f2c6b731e25a2" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-0.5.1.zip", + "archiveFileName": "RTC_NXP_Arduino-0.5.1.zip", + "size": 368567, + "checksum": "SHA-256:af9dc62765c62f548df283deb4964507562060b1ac8fed397e7a457bf4d1eade" }, { - "name": "DST RTC", - "version": "1.1.0", - "author": "Andy Doro \u003cmail@andydoro.com\u003e", - "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", - "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", - "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", - "website": "https://github.com/andydoro/DST_RTC", - "category": "Timing", + "name": "RTC_NXP_Arduino", + "version": "0.5.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A, PCF85063TP and PCF85263A are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/andydoro/DST_RTC.git", + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", "dependencies": [ { - "name": "RTClib" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.1.0.zip", - "archiveFileName": "DST_RTC-1.1.0.zip", - "size": 5112, - "checksum": "SHA-256:032002a2c91ed073c5c32c8b1099bc4fd45b9d939da36cda481eca52c6dd35a5" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-0.5.2.zip", + "archiveFileName": "RTC_NXP_Arduino-0.5.2.zip", + "size": 400994, + "checksum": "SHA-256:aa8901b54c3eb54ae7617f0788bc617a2abf374de64b289474082aee3f44fe76" }, { - "name": "DST RTC", - "version": "1.1.1", - "author": "Andy Doro \u003cmail@andydoro.com\u003e", - "maintainer": "Andy Doro \u003cmail@andydoro.com\u003e", - "sentence": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", - "paragraph": "Arduino library for automatically adjusting RTC time for Daylight Saving Time (DST)", - "website": "https://github.com/andydoro/DST_RTC", - "category": "Timing", + "name": "RTC_NXP_Arduino", + "version": "1.0.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP RTCs", + "paragraph": "PCF2131(both I2C and SPI), PCF85063A, PCF85063TP and PCF85263A are supported", + "website": "https://github.com/teddokano/RTC_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/andydoro/DST_RTC.git", + "repository": "https://github.com/teddokano/RTC_NXP_Arduino.git", "dependencies": [ { - "name": "RTClib" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/andydoro/DST_RTC-1.1.1.zip", - "archiveFileName": "DST_RTC-1.1.1.zip", - "size": 5379, - "checksum": "SHA-256:922287ad65ab250b78072c774288bb1e6fd755cfc4b1e819e5a1dd6ce64893a7" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/RTC_NXP_Arduino-1.0.0.zip", + "archiveFileName": "RTC_NXP_Arduino-1.0.0.zip", + "size": 400535, + "checksum": "SHA-256:fac00804fb1dc4da98edca5a5fff1bea558721c4aa57b5f863d277fde0cce5c7" }, { - "name": "NbMicro", + "name": "Xiao NRF52840 Battery", "version": "1.0.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Control devices that implement the NB command set over TWI (I2C).", - "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_Micro.git", - "category": "Communication", + "author": "mike1808", + "maintainer": "mike1808", + "sentence": "Arduino library to sense Xiao NRF52840 Battery on non-Mbed 1.0.0 firmware", + "paragraph": "Arduino library to sense Xiao NRF52840 Battery on non-Mbed 1.0.0 firmware", + "website": "https://forum.seeedstudio.com/t/xiao-ble-sense-battery-level-and-charging-status/263248/46", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_Micro.git", + "repository": "https://github.com/honvl/Seeed-Xiao-NRF52840-Battery.git", "providesIncludes": [ - "NbMicro.h" - ], - "dependencies": [ - { - "name": "Wire" - }, - { - "name": "nb-twi-cmd" - } + "xiaobattery.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.0.0.zip", - "archiveFileName": "NbMicro-1.0.0.zip", - "size": 15077, - "checksum": "SHA-256:2950f7768ef051ef0e6244ddcd89882eafd0eb6f773d679cddc2ff6fdd3e717b" + "url": "https://downloads.arduino.cc/libraries/github.com/honvl/Xiao_NRF52840_Battery-1.0.0.zip", + "archiveFileName": "Xiao_NRF52840_Battery-1.0.0.zip", + "size": 1739, + "checksum": "SHA-256:4610eea5fd82670afb8c43d9a5a5674f0176bf442bc6824847592db061246c2b" }, { - "name": "NbMicro", - "version": "1.0.1", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Control devices that implement the NB command set over TWI (I2C).", - "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_Micro.git", - "category": "Communication", + "name": "NE555", + "version": "0.9.0", + "author": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "maintainer": "Gfy63 \u003cmrgoofy@gmx.net\u003e", + "sentence": "Simulation of the function from a NE555 timer chip. ;)", + "paragraph": "Create puls/flash or delay. On state change a callback function is fired. Delay fires callback only ones.", + "website": "https://github.com/Gfy63/NE555", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_Micro.git", + "repository": "https://github.com/Gfy63/NE555.git", "providesIncludes": [ - "NbMicro.h" - ], - "dependencies": [ - { - "name": "Wire" - }, - { - "name": "nb-twi-cmd" - } + "NE555.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.0.1.zip", - "archiveFileName": "NbMicro-1.0.1.zip", - "size": 476147, - "checksum": "SHA-256:72ef1a7395b73413e470f6ccee00e8e54708393d859e86d5771c77744c3e7336" + "url": "https://downloads.arduino.cc/libraries/github.com/Gfy63/NE555-0.9.0.zip", + "archiveFileName": "NE555-0.9.0.zip", + "size": 54842, + "checksum": "SHA-256:d62013767827b2091542ad2a2213adbe0ba257fbbb10471b6d4b261963ab1697" }, { - "name": "NbMicro", - "version": "1.1.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Control devices that implement the NB command set over TWI (I2C).", - "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_Micro.git", - "category": "Communication", + "name": "TomIBT2", + "version": "1.0.1", + "author": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "maintainer": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "sentence": "TomIBT2 is an Arduino library for controlling the IBT-2 motor driver board", + "paragraph": "Supports ramping up and down control", + "website": "https://github.com/Dhanabhon/TomIBT2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_Micro.git", + "repository": "https://github.com/Dhanabhon/TomIBT2.git", "providesIncludes": [ - "NbMicro.h" - ], - "dependencies": [ - { - "name": "Wire" - }, - { - "name": "nb-twi-cmd" - } + "TomIBT2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.1.0.zip", - "archiveFileName": "NbMicro-1.1.0.zip", - "size": 523848, - "checksum": "SHA-256:29071c541e1c4379a9659ef9a265f0646bd9ba43dd6edf2169c1b9ff415d6e43" + "url": "https://downloads.arduino.cc/libraries/github.com/Dhanabhon/TomIBT2-1.0.1.zip", + "archiveFileName": "TomIBT2-1.0.1.zip", + "size": 7607, + "checksum": "SHA-256:5da0b97b66d9ccda9dd125a94c0217d7e2088867bf777be71dee163e52525c13" }, { - "name": "NbMicro", - "version": "1.2.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Control devices that implement the NB command set over TWI (I2C).", - "paragraph": "This library handles the communication protocol with devices that implement the NB command set over a TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_Micro.git", - "category": "Communication", + "name": "TomIBT2", + "version": "1.1.0", + "author": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "maintainer": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "sentence": "TomIBT2 is an Arduino library for controlling the IBT-2 motor driver board", + "paragraph": "Supports ramping up and down control", + "website": "https://github.com/Dhanabhon/TomIBT2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_Micro.git", + "repository": "https://github.com/Dhanabhon/TomIBT2.git", "providesIncludes": [ - "NbMicro.h" - ], - "dependencies": [ - { - "name": "Wire" - }, - { - "name": "nb-twi-cmd" - } + "TomIBT2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/NbMicro-1.2.0.zip", - "archiveFileName": "NbMicro-1.2.0.zip", - "size": 529686, - "checksum": "SHA-256:5f1864905b073d88bbf6df9489ce429ed1cce9433b0e78b3f932cb3272931c0d" + "url": "https://downloads.arduino.cc/libraries/github.com/Dhanabhon/TomIBT2-1.1.0.zip", + "archiveFileName": "TomIBT2-1.1.0.zip", + "size": 9079, + "checksum": "SHA-256:11c9ac37eaeeb7c9f97c4783a250dfa0e1e28d8bdcd4ceebd3655ce0f89e588f" }, { - "name": "TimonelTwiM", - "version": "1.0.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", - "paragraph": "This library enables uploading firmware to a microcontroller running the Timonel bootloader. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", - "category": "Communication", + "name": "TomIBT2", + "version": "1.1.1", + "author": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "maintainer": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "sentence": "TomIBT2 is an Arduino library for controlling the IBT-2 motor driver board", + "paragraph": "Supports ramping up and down control", + "website": "https://github.com/Dhanabhon/TomIBT2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "repository": "https://github.com/Dhanabhon/TomIBT2.git", "providesIncludes": [ - "TimonelTwiM.h" - ], - "dependencies": [ - { - "name": "NbMicro" - } + "TomIBT2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.0.0.zip", - "archiveFileName": "TimonelTwiM-1.0.0.zip", - "size": 25300, - "checksum": "SHA-256:dd82d4c1ce946d78ab1b59f5f6eae3e7f8d10a0d49e364378c257342e53a56be" + "url": "https://downloads.arduino.cc/libraries/github.com/Dhanabhon/TomIBT2-1.1.1.zip", + "archiveFileName": "TomIBT2-1.1.1.zip", + "size": 9217, + "checksum": "SHA-256:ebdd3e4b2acffb93e9677dd3e928de747c852a0ef39a5c7a40e6f6210cca71da" }, { - "name": "TimonelTwiM", - "version": "1.0.1", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", - "paragraph": "This library enables uploading firmware to a microcontroller running the Timonel bootloader. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", - "category": "Communication", + "name": "TomIBT2", + "version": "1.1.2", + "author": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "maintainer": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "sentence": "TomIBT2 is an Arduino library for controlling the IBT-2 motor driver board", + "paragraph": "Supports ramping up and down control", + "website": "https://github.com/Dhanabhon/TomIBT2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", + "repository": "https://github.com/Dhanabhon/TomIBT2.git", "providesIncludes": [ - "TimonelTwiM.h" - ], - "dependencies": [ - { - "name": "NbMicro" - } + "TomIBT2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.0.1.zip", - "archiveFileName": "TimonelTwiM-1.0.1.zip", - "size": 483218, - "checksum": "SHA-256:af38720c3710f5fc56d43d59701471059f8ec92df067d68409a2930b8b78ce2b" + "url": "https://downloads.arduino.cc/libraries/github.com/Dhanabhon/TomIBT2-1.1.2.zip", + "archiveFileName": "TomIBT2-1.1.2.zip", + "size": 9875, + "checksum": "SHA-256:2f8094692917397d65581657a92bbe9621d10572dd230acdef4589c5e2edd1f7" }, { - "name": "TimonelTwiM", - "version": "1.1.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", - "paragraph": "This library enables uploading firmware to microcontrollers running the Timonel bootloader across an I2C bus. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", - "category": "Communication", + "name": "LCDDrivers_NXP_Arduino", + "version": "0.1.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LCD driver", + "paragraph": "PCA8561 supported", + "website": "https://github.com/teddokano/LCDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", - "providesIncludes": [ - "TimonelTwiM.h" - ], + "repository": "https://github.com/teddokano/LCDDriver_NXP_Arduino.git", "dependencies": [ { - "name": "NbMicro" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.1.0.zip", - "archiveFileName": "TimonelTwiM-1.1.0.zip", - "size": 502171, - "checksum": "SHA-256:4f437883f146c4e7c01b0eeb28d3c2a3732eab15dd8521365cdd3611b13b291f" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LCDDrivers_NXP_Arduino-0.1.0.zip", + "archiveFileName": "LCDDrivers_NXP_Arduino-0.1.0.zip", + "size": 220844, + "checksum": "SHA-256:3717b8873ccd3f6a3e5583b1f41e68d5038ddfb887dfa44c16a187eb45a5682d" }, { - "name": "TimonelTwiM", - "version": "1.2.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Upload firmware to a microcontroller running the Timonel bootloader.", - "paragraph": "This library enables uploading firmware to microcontrollers running the Timonel bootloader across an I2C bus. It inherits from the NbMicro class to implement the NB command set over the TWI (I2C) bus.", - "website": "https://github.com/casanovg/Nb_TimonelTwiM.git", - "category": "Communication", + "name": "LCDDrivers_NXP_Arduino", + "version": "0.2.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LCD driver", + "paragraph": "PCA8561 supported", + "website": "https://github.com/teddokano/LCDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TimonelTwiM.git", - "providesIncludes": [ - "TimonelTwiM.h" - ], + "repository": "https://github.com/teddokano/LCDDriver_NXP_Arduino.git", "dependencies": [ { - "name": "NbMicro" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TimonelTwiM-1.2.0.zip", - "archiveFileName": "TimonelTwiM-1.2.0.zip", - "size": 516231, - "checksum": "SHA-256:558f32b41ca3d82c03bbb84993b6d7d35619cb770d320b546ccd196fd5db1c22" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LCDDrivers_NXP_Arduino-0.2.0.zip", + "archiveFileName": "LCDDrivers_NXP_Arduino-0.2.0.zip", + "size": 226437, + "checksum": "SHA-256:1c846597b90b03e4b113dd0a5d95d0fe1b3be2ddf484eb2da35510ee2376e1ff" }, { - "name": "TwiBus", - "version": "1.0.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Scan the TWI (I2C) bus in search of connected devices addresses and data.", - "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running Timonel, it returns its version number.", - "website": "https://github.com/casanovg/Nb_TwiBus.git", - "category": "Communication", + "name": "LCDDrivers_NXP_Arduino", + "version": "0.3.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LCD driver", + "paragraph": "PCA8561 supported", + "website": "https://github.com/teddokano/LCDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TwiBus.git", - "providesIncludes": [ - "TwiBus.h" - ], + "repository": "https://github.com/teddokano/LCDDriver_NXP_Arduino.git", "dependencies": [ - { - "name": "TimonelTwiM" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.0.0.zip", - "archiveFileName": "TwiBus-1.0.0.zip", - "size": 13563, - "checksum": "SHA-256:26c6eb6bebc158ea7c4a36d6eb4d3d6766b5000eb83a93508c326f42c8d7090b" - }, - { - "name": "TwiBus", - "version": "1.0.1", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Scan the TWI (I2C) bus in search of connected devices addresses and data.", - "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running Timonel, it returns its version number.", - "website": "https://github.com/casanovg/Nb_TwiBus.git", - "category": "Communication", + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LCDDrivers_NXP_Arduino-0.3.0.zip", + "archiveFileName": "LCDDrivers_NXP_Arduino-0.3.0.zip", + "size": 228346, + "checksum": "SHA-256:ac21786472998f749cb8e3b33050de7ed4abe3f64e415cc3450bc1b09d5a0bdd" + }, + { + "name": "LCDDrivers_NXP_Arduino", + "version": "0.3.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LCD driver", + "paragraph": "PCA8561 supported", + "website": "https://github.com/teddokano/LCDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TwiBus.git", - "providesIncludes": [ - "TwiBus.h" - ], + "repository": "https://github.com/teddokano/LCDDriver_NXP_Arduino.git", "dependencies": [ { - "name": "TimonelTwiM" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.0.1.zip", - "archiveFileName": "TwiBus-1.0.1.zip", - "size": 474612, - "checksum": "SHA-256:88ea9ecdb907a9186bb168ff3f85ef7c79250fdbc3e0b1a63718153b97d14d3f" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LCDDrivers_NXP_Arduino-0.3.1.zip", + "archiveFileName": "LCDDrivers_NXP_Arduino-0.3.1.zip", + "size": 232313, + "checksum": "SHA-256:20ba8f77604d2faf1d7b70ff1b45b8dbeb1487fc96389f62f36f684692f4c4d8" }, { - "name": "TwiBus", - "version": "1.1.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Scans the TWI (I2C) bus in search of connected devices addresses and data.", - "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running the Timonel bootloader, it returns its version number.", - "website": "https://github.com/casanovg/Nb_TwiBus.git", - "category": "Communication", + "name": "LCDDrivers_NXP_Arduino", + "version": "0.3.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LCD driver", + "paragraph": "PCA8561 supported", + "website": "https://github.com/teddokano/LCDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TwiBus.git", - "providesIncludes": [ - "TwiBus.h" - ], + "repository": "https://github.com/teddokano/LCDDriver_NXP_Arduino.git", "dependencies": [ { - "name": "TimonelTwiM" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.1.0.zip", - "archiveFileName": "TwiBus-1.1.0.zip", - "size": 522248, - "checksum": "SHA-256:16732111082f41629e2d7a6b24883ef70622e9db95459f5d3d11d0b0c8976806" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LCDDrivers_NXP_Arduino-0.3.2.zip", + "archiveFileName": "LCDDrivers_NXP_Arduino-0.3.2.zip", + "size": 237261, + "checksum": "SHA-256:36bebbfbfd0525ded42413d0f81996e4f83d046acb2dd336b0cd01edeb953641" }, { - "name": "TwiBus", - "version": "1.2.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "Scans the TWI (I2C) bus in search of connected devices addresses and data.", - "paragraph": "This library allows scanning the TWI (I2C) bus in search of connected devices addresses and data. If a device found is running the Timonel bootloader, it returns its version number.", - "website": "https://github.com/casanovg/Nb_TwiBus.git", - "category": "Communication", + "name": "LCDDrivers_NXP_Arduino", + "version": "1.0.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP LCD driver", + "paragraph": "PCA8561 supported", + "website": "https://github.com/teddokano/LCDDriver_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/Nb_TwiBus.git", - "providesIncludes": [ - "TwiBus.h" - ], + "repository": "https://github.com/teddokano/LCDDriver_NXP_Arduino.git", "dependencies": [ { - "name": "TimonelTwiM" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/TwiBus-1.2.0.zip", - "archiveFileName": "TwiBus-1.2.0.zip", - "size": 528930, - "checksum": "SHA-256:0c5253f65beb28bdc6800f729b23c21e3d821b74b776d8cd27155c2c55dac4c4" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/LCDDrivers_NXP_Arduino-1.0.0.zip", + "archiveFileName": "LCDDrivers_NXP_Arduino-1.0.0.zip", + "size": 237259, + "checksum": "SHA-256:7110589e2f3c710957998d258cd2810a7fecb225c7a0a7dd265d24ec0e601484" }, { - "name": "nb-twi-cmd", - "version": "0.5.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "NB TWI command set.", - "paragraph": "Declares the NB communication protocol over TWI (I2C).", - "website": "https://github.com/casanovg/nb-twi-cmd.git", - "category": "Communication", + "name": "PeanutKing ArduinoShield", + "version": "1.0.1", + "author": "PeanutKing Solutions", + "maintainer": "PeanutKing \u003cinfo@peanutkingsolution.com\u003e", + "sentence": "Arduino library for controlling ArduinoShield by Peanut King.", + "paragraph": "Arduino library for controlling ArduinoShield by Peanut King.", + "website": "https://github.com/peanut-king-solution/PeanutKing_ArduinoShield", + "category": "Uncategorized", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/peanut-king-solution/PeanutKing_ArduinoShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/peanut-king-solution/PeanutKing_ArduinoShield-1.0.1.zip", + "archiveFileName": "PeanutKing_ArduinoShield-1.0.1.zip", + "size": 50765, + "checksum": "SHA-256:bcf0e5c89c7ea8494eb0e32d941fe9fd57d7608c406f48c8ea586ac8b46982cb" + }, + { + "name": "DWIN_DGUS_HMI", + "version": "1.0.0", + "author": "Tejeet Magar", + "maintainer": "Tejeet Magar \u003ctejeet@dwin.com.cn\u003e", + "sentence": "DWIN DGUS HMI Display", + "paragraph": "DWIN DGUS LCD Control Display", + "website": "https://github.com/dwinhmi/DWIN_DGUS_HMI", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/nb-twi-cmd.git", - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.5.0.zip", - "archiveFileName": "nb_twi_cmd-0.5.0.zip", - "size": 92903, - "checksum": "SHA-256:15737c83455910f8a39be965429fcfc6663996be4e8595a06407c07c72236238" + "repository": "https://github.com/dwinhmi/DWIN_DGUS_HMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dwinhmi/DWIN_DGUS_HMI-1.0.0.zip", + "archiveFileName": "DWIN_DGUS_HMI-1.0.0.zip", + "size": 6551, + "checksum": "SHA-256:d22085b6365e2156161510cfa5c45b8b87b5337f1ceab8ec846c8c1e14d0720a" }, { - "name": "nb-twi-cmd", - "version": "0.6.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "NB TWI command set.", - "paragraph": "Declares the NB communication protocol over TWI (I2C).", - "website": "https://github.com/casanovg/nb-twi-cmd.git", - "category": "Communication", + "name": "DWIN_DGUS_HMI", + "version": "1.1.2", + "author": "Tejeet Magar", + "maintainer": "Tejeet Magar \u003ctejeet@dwin.com.cn\u003e", + "sentence": "DWIN DGUS HMI Display", + "paragraph": "DWIN DGUS LCD Control Display", + "website": "https://github.com/dwinhmi/DWIN_DGUS_HMI", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/nb-twi-cmd.git", - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.6.0.zip", - "archiveFileName": "nb_twi_cmd-0.6.0.zip", - "size": 184933, - "checksum": "SHA-256:d9fd602ead2410e01760532f9b1a653dbddea5ce78d066838fad5ae664a5c712" + "repository": "https://github.com/dwinhmi/DWIN_DGUS_HMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dwinhmi/DWIN_DGUS_HMI-1.1.2.zip", + "archiveFileName": "DWIN_DGUS_HMI-1.1.2.zip", + "size": 6871, + "checksum": "SHA-256:e664f91bb74f11baab7749d827b3e9bc11faad503ba2ae0c74b56e118b3cc3de" }, { - "name": "nb-twi-cmd", - "version": "0.7.0", - "author": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "maintainer": "Gustavo Casanova \u003cgustavo.casanova@gmail.com\u003e", - "sentence": "NB TWI command set.", - "paragraph": "Declares the NB communication protocol over TWI (I2C).", - "website": "https://github.com/casanovg/nb-twi-cmd.git", + "name": "Esp8266-Mqtt-Canary", + "version": "3.0.0", + "author": "Shemin A Salam", + "maintainer": "Shemin A Salam \u003csheminasalam@gmail.com\u003e", + "sentence": "Create an ESP8266 OpenCanary Honeypot", + "paragraph": "This library turns the device into an FTP server that fires off an alert any time it is accessed.", + "website": "https://github.com/sheminasalam/Esp8266-Mqtt-Canary", "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/casanovg/nb-twi-cmd.git", - "url": "https://downloads.arduino.cc/libraries/github.com/casanovg/nb_twi_cmd-0.7.0.zip", - "archiveFileName": "nb_twi_cmd-0.7.0.zip", - "size": 186842, - "checksum": "SHA-256:2595b9477b63f41c2738a6aa173a1f2965f3fe31439c5932c748ec49939ae8c4" + "repository": "https://github.com/sheminasalam/Esp8266-Mqtt-Canary.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sheminasalam/Esp8266_Mqtt_Canary-3.0.0.zip", + "archiveFileName": "Esp8266_Mqtt_Canary-3.0.0.zip", + "size": 24227, + "checksum": "SHA-256:f4bf09e4a4d545f3389ca323d2b6dc9f802b3b73b65b46748e00c7cb2ef1a706" }, { - "name": "jm_LCM2004A_I2C", + "name": "NL2Client", "version": "1.0.0", - "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", - "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", - "sentence": "jm_LCM2004A_I2C Arduino Library.", - "paragraph": "Drive the I2C LCD Display Module LCM2004A.", - "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", - "category": "Display", + "author": "brachterbahn", + "maintainer": "brachterbahn", + "sentence": "An easy-to-use client for the NoLimits 2 Telemetry Server", + "paragraph": "An easy-to-use client for the NoLimits 2 Telemetry Server", + "website": "-", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "repository": "https://github.com/laserir/NL2Client.git", "providesIncludes": [ - "jm_PCM8574.h" + "NL2Client.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.0.zip", - "archiveFileName": "jm_LCM2004A_I2C-1.0.0.zip", - "size": 14287, - "checksum": "SHA-256:8407426810e42b0ec61baae0c9970927e1310130b81995889567c6ffa95e90a7" + "url": "https://downloads.arduino.cc/libraries/github.com/laserir/NL2Client-1.0.0.zip", + "archiveFileName": "NL2Client-1.0.0.zip", + "size": 7669, + "checksum": "SHA-256:1626a53e9544903e955b28228121002ef3a2e0d52af0ddd4138e579dd0d29406" }, { - "name": "jm_LCM2004A_I2C", - "version": "1.0.1", - "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", - "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", - "sentence": "jm_LCM2004A_I2C Arduino Library.", - "paragraph": "Drive the I2C LCD Display Module LCM2004A.", - "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", - "category": "Display", + "name": "ReefwingLSM9DS1", + "version": "1.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the LSM9DS1 9-axis IMU.", + "paragraph": "Targets the Arduino Nano 33 BLE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-LSM9DS1.git", "providesIncludes": [ - "jm_PCM8574.h" + "ReefwingLSM9DS1.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.1.zip", - "archiveFileName": "jm_LCM2004A_I2C-1.0.1.zip", - "size": 14329, - "checksum": "SHA-256:e8d04bf70767c7d663b06173ad41c4dcede6c421710f7d23197749f9ae04b3c5" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingLSM9DS1-1.0.0.zip", + "archiveFileName": "ReefwingLSM9DS1-1.0.0.zip", + "size": 1635062, + "checksum": "SHA-256:d2b902c0d42db4ef36cb92ca22296236765f3a8dff84c04a237ee6f6da5febd4" }, { - "name": "jm_LCM2004A_I2C", + "name": "ReefwingLSM9DS1", "version": "1.0.2", - "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", - "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", - "sentence": "jm_LCM2004A_I2C Arduino Library.", - "paragraph": "Drive the I2C LCD Display Module LCM2004A.", - "website": "https://github.com/jmparatte/jm_LCM2004A_I2C", - "category": "Display", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the LSM9DS1 9-axis IMU.", + "paragraph": "Targets the Arduino Nano 33 BLE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jmparatte/jm_LCM2004A_I2C.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-LSM9DS1.git", "providesIncludes": [ - "jm_PCM8574.h" + "ReefwingLSM9DS1.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_LCM2004A_I2C-1.0.2.zip", - "archiveFileName": "jm_LCM2004A_I2C-1.0.2.zip", - "size": 17541, - "checksum": "SHA-256:614fc3b650f2cae20a86c559a4bbb0e6642d867da140a68c89b43e0bcea4cfd9" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingLSM9DS1-1.0.2.zip", + "archiveFileName": "ReefwingLSM9DS1-1.0.2.zip", + "size": 1635450, + "checksum": "SHA-256:5b03f13cbd5d4b88af3d3c0d8d672245998a217690326291e8d6d5b4618d7981" }, { - "name": "LinxESP32", - "version": "0.0.1", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "ReefwingLSM9DS1", + "version": "1.0.3", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the LSM9DS1 9-axis IMU.", + "paragraph": "Targets the Arduino Nano 33 BLE Hardware.", + "website": "https://github.com/Reefwing-Software/Reefwing-LPS22HB.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-LSM9DS1.git", "providesIncludes": [ - "LinxESP32.h" + "ReefwingLSM9DS1.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.1.zip", - "archiveFileName": "LinxESP32-0.0.1.zip", - "size": 29478, - "checksum": "SHA-256:3f50b7310cd9233c5b2f385b42607d2d5cb985f8e9a7c6535ea43feb2a1adb17" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingLSM9DS1-1.0.3.zip", + "archiveFileName": "ReefwingLSM9DS1-1.0.3.zip", + "size": 1635532, + "checksum": "SHA-256:95ebf87fe02b1adbf6dab67c7dfa45a3358d94546f0880cdd6fc58b958825582" }, { - "name": "LinxESP32", - "version": "0.0.2", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "AstroCalcs", + "version": "0.4.1", + "author": "Nathan Carter \u003castrocalcs@plefunga.com\u003e", + "maintainer": "Nathan Carter \u003castrocalcs@plefunga.com\u003e", + "sentence": "Astronomy calculations library.", + "paragraph": "Written for use in telescope mount controllers. Click \"More info\" for further details.", + "website": "https://plefunga.com", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.2.zip", - "archiveFileName": "LinxESP32-0.0.2.zip", - "size": 29521, - "checksum": "SHA-256:dcddb8ae60ebd04bf728819b43d1ef8c062cbc4cdb8c7e247be295506e718df1" + "repository": "https://github.com/Plefunga/AstroCalcs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Plefunga/AstroCalcs-0.4.1.zip", + "archiveFileName": "AstroCalcs-0.4.1.zip", + "size": 17929, + "checksum": "SHA-256:fa6cfa8ecaf61cc93fcb3492b06489cbb2e0157b04cbad697c29780239607106" }, { - "name": "LinxESP32", - "version": "0.0.3", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "artemis-cubesat", + "version": "1.0.0", + "author": "Luke Clements", + "maintainer": "Luke Clements \u003clclement@hawaii.edu\u003e", + "sentence": "The software available in this library is designed to break down the flight software from the Artemis CubeSat Kit into individual components, enabling users to effectively test and evaluate various systems and elements of their satellite.", + "paragraph": "The Artemis CubeSat Kit is a low-cost, spaceflight-ready, educational, 1U cube satellite and collection of educational materials in the public domain.", + "website": "https://github.com/hsfl/artemis-cubesat", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" - ], + "repository": "https://github.com/hsfl/artemis-cubesat.git", "dependencies": [ { - "name": "ESP32Servo" + "name": "ArduinoJson" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "Adafruit LIS3MDL" + }, + { + "name": "Adafruit LSM6DS" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BMP3XX Library" + }, + { + "name": "Adafruit BME680 Library" + }, + { + "name": "Adafruit SI1145 Library" + }, + { + "name": "InternalTemperature" + }, + { + "name": "Adafruit GPS Library" + }, + { + "name": "SD" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.3.zip", - "archiveFileName": "LinxESP32-0.0.3.zip", - "size": 43780, - "checksum": "SHA-256:abf3529688d11df2805ba815c967eaa1f8845b93f72a9cd7c3225d2535670093" + "url": "https://downloads.arduino.cc/libraries/github.com/hsfl/artemis_cubesat-1.0.0.zip", + "archiveFileName": "artemis_cubesat-1.0.0.zip", + "size": 595924, + "checksum": "SHA-256:73f7ad83a7302fd226d7025f8dd744324e20ae3dfd367bf1e53698cdb12ab398" }, { - "name": "LinxESP32", - "version": "0.0.4", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", + "name": "XModem", + "version": "1.0.1", + "author": "Thomas Lowry \u003cthomas@bit-artificer.com\u003e", + "maintainer": "Thomas Lowry \u003cthomas@bit-artificer.com\u003e", + "sentence": "A configurable XModem transfer library.", + "paragraph": "A configurable implementation of the XModem protocol, adaptable to very low memory budgets.", + "website": "https://github.com/gilman88/xmodem-lib", "category": "Communication", "architectures": [ "*" @@ -324965,3525 +785979,4011 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" + "repository": "https://github.com/gilman88/xmodem-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gilman88/XModem-1.0.1.zip", + "archiveFileName": "XModem-1.0.1.zip", + "size": 24113, + "checksum": "SHA-256:9d15d6594a32d76408bae6a3b90bc68542c64f2ea30c4fe7a15119bf25cbd33a" + }, + { + "name": "PowerMonitor", + "version": "1.0.0", + "author": "Zakaria Elalaoui", + "maintainer": "Zakaria Elalaoui", + "sentence": "A Power monitor library", + "paragraph": "Like this project? Please star it on Github !", + "website": "https://github.com/zakarialaoui10/PowerMonitor.git", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/zakarialaoui10/PowerMonitor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zakarialaoui10/PowerMonitor-1.0.0.zip", + "archiveFileName": "PowerMonitor-1.0.0.zip", + "size": 6410, + "checksum": "SHA-256:9236d6adc0b6cfbb71c1b7676c3774ae1eae140081009860842d8cd3b909d871" + }, + { + "name": "Picovoice_AR", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Arabic language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" ], + "repository": "https://github.com/Picovoice/picovoice-arduino-ar.git", "dependencies": [ { - "name": "ESP32Servo" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.4.zip", - "archiveFileName": "LinxESP32-0.0.4.zip", - "size": 43781, - "checksum": "SHA-256:0f930b0a994f2c4215dfd4414baa048f6cc95abdd8cfb1cd1133ad46d9fb4713" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_AR-2.2.0.zip", + "archiveFileName": "Picovoice_AR-2.2.0.zip", + "size": 577614, + "checksum": "SHA-256:c391f8f26aa06049307280f192f5bd80a878a6639e120d1116a9c5ee4a5baab9" }, { - "name": "LinxESP32", - "version": "0.0.5", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "Picovoice_AR", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Arabic language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" - ], + "repository": "https://github.com/Picovoice/picovoice-arduino-ar.git", "dependencies": [ { - "name": "ESP32Servo" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.5.zip", - "archiveFileName": "LinxESP32-0.0.5.zip", - "size": 43784, - "checksum": "SHA-256:909362ca9f5a8dc802961654eb9ef4bfd8d2418e759869a7d7005c010b78a413" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_AR-2.2.1.zip", + "archiveFileName": "Picovoice_AR-2.2.1.zip", + "size": 577606, + "checksum": "SHA-256:d7d4c361f38fcd182262de2ccd9c690eda0b27befbd37c125fd27261c2a2c365" }, { - "name": "LinxESP32", - "version": "0.0.6", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "Picovoice_AR", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Arabic language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" - ], + "repository": "https://github.com/Picovoice/picovoice-arduino-ar.git", "dependencies": [ { - "name": "ESP32Servo" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.6.zip", - "archiveFileName": "LinxESP32-0.0.6.zip", - "size": 45098, - "checksum": "SHA-256:6e0fb1e17e101d2a7fd035af5e77493b4e5b4aa4b8954b824e5d43dc63fef66c" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_AR-3.0.0.zip", + "archiveFileName": "Picovoice_AR-3.0.0.zip", + "size": 563116, + "checksum": "SHA-256:097e2bf8f973ac2c32b9d544623d54d5eaddbdf049a1a481bf4aadcfaa01f8b5" }, { - "name": "LinxESP32", - "version": "0.0.7", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "Picovoice_HI", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Hindi language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" - ], + "repository": "https://github.com/Picovoice/picovoice-arduino-hi.git", "dependencies": [ { - "name": "ESP32Servo" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.7.zip", - "archiveFileName": "LinxESP32-0.0.7.zip", - "size": 45002, - "checksum": "SHA-256:08996e73623490e7f915a885dd15a6727dc028194c72b01164f126384c1e167d" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_HI-2.2.0.zip", + "archiveFileName": "Picovoice_HI-2.2.0.zip", + "size": 542400, + "checksum": "SHA-256:d6376e6129d02ebbc94053a45fee9a6683f7b97dd5ce8397365c910d14fe76ec" }, { - "name": "LinxESP32", - "version": "0.0.8", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "Picovoice_HI", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Hindi language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" - ], + "repository": "https://github.com/Picovoice/picovoice-arduino-hi.git", "dependencies": [ { - "name": "ESP32Servo" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.8.zip", - "archiveFileName": "LinxESP32-0.0.8.zip", - "size": 45013, - "checksum": "SHA-256:58b5cf95bf283809daa53d9dc468dd9d486a4970fab9f54328529264c6c92494" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_HI-2.2.1.zip", + "archiveFileName": "Picovoice_HI-2.2.1.zip", + "size": 542374, + "checksum": "SHA-256:7ecbfb5b63619480040b7ab4eaa549ed17a87c475062ce1b066c41e2e568f3a1" }, { - "name": "LinxESP32", - "version": "0.0.9", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "Picovoice_HI", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Hindi language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" + "repository": "https://github.com/Picovoice/picovoice-arduino-hi.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.0.9.zip", - "archiveFileName": "LinxESP32-0.0.9.zip", - "size": 45697, - "checksum": "SHA-256:437a41bd67990f78532031925c457a7ebe6f57387c061fe1e5842628a482f2ed" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_HI-3.0.0.zip", + "archiveFileName": "Picovoice_HI-3.0.0.zip", + "size": 556376, + "checksum": "SHA-256:a955535459fec1c81525dcce7b4c206ad15b4cb10632ffbf65b85d1acfd0e011" }, { - "name": "LinxESP32", - "version": "0.1.0", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "Picovoice_IT", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Italian language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" + "repository": "https://github.com/Picovoice/picovoice-arduino-it.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.1.0.zip", - "archiveFileName": "LinxESP32-0.1.0.zip", - "size": 47223, - "checksum": "SHA-256:f434e9f9ac4a10c37118ec4603887015f5775f9d384cfdd753985c33802cb658" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_IT-2.2.0.zip", + "archiveFileName": "Picovoice_IT-2.2.0.zip", + "size": 1093667, + "checksum": "SHA-256:ffdffedc736440af2d9ece31dc1c4c66dcda469e3884430754a4e6f82d7104d9" }, { - "name": "LinxESP32", - "version": "0.1.1", - "author": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "paragraph": "LINX - Digilent/LabVIEW MakerHub for ESP32", - "website": "https://github.com/tanakamasayuki/LinxESP32", - "category": "Communication", + "name": "Picovoice_IT", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Italian language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/LinxESP32.git", - "providesIncludes": [ - "LinxESP32.h" + "repository": "https://github.com/Picovoice/picovoice-arduino-it.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/LinxESP32-0.1.1.zip", - "archiveFileName": "LinxESP32-0.1.1.zip", - "size": 47251, - "checksum": "SHA-256:dc1371811523e4157d61ff8fb904c8194adea2b6e4db00ca0021398648c3645f" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_IT-2.2.1.zip", + "archiveFileName": "Picovoice_IT-2.2.1.zip", + "size": 1093610, + "checksum": "SHA-256:3c5816e25c5aab5185669a4a1b9c52e2ac2ef7b6f766803d5996b89a00fe35cb" }, { - "name": "SimpleEspNowConnection", - "version": "1.0.2", - "author": "Erich O. Pintar", - "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", - "sentence": "EspNow Library for communication and device pairing", - "paragraph": "Supports device pairing and communication between host and multiple clients", - "website": "https://github.com/saghonfly/SimpleEspNowConnection", - "category": "Communication", + "name": "Picovoice_IT", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Italian language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", - "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.2.zip", - "archiveFileName": "SimpleEspNowConnection-1.0.2.zip", - "size": 9966, - "checksum": "SHA-256:e0afcf3b8bc5494db69df56f8242bf4cc7db5a5c24293407741cee598ef77dcd" + "repository": "https://github.com/Picovoice/picovoice-arduino-it.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_IT-3.0.0.zip", + "archiveFileName": "Picovoice_IT-3.0.0.zip", + "size": 1107001, + "checksum": "SHA-256:1526e2d16ce8582e67d6e61f91262bde608d6cd0df7075141522f5d11e8ae110" }, { - "name": "SimpleEspNowConnection", - "version": "1.0.3", - "author": "Erich O. Pintar", - "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", - "sentence": "EspNow Library for communication and device pairing", - "paragraph": "Supports ESP32 and ESP8266 based boards. EspNow device pairing and communication between host and multiple clients.", - "website": "https://github.com/saghonfly/SimpleEspNowConnection", - "category": "Communication", + "name": "Picovoice_JA", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Japanese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", - "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.3.zip", - "archiveFileName": "SimpleEspNowConnection-1.0.3.zip", - "size": 14937, - "checksum": "SHA-256:3b0b41fd3601d5146fa04621b3c8a97730fbb78481703f8bb28ca4e66ce88ec9" + "repository": "https://github.com/Picovoice/picovoice-arduino-ja.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_JA-2.2.0.zip", + "archiveFileName": "Picovoice_JA-2.2.0.zip", + "size": 544042, + "checksum": "SHA-256:474f0a525fd1be2a02c04f0a1408351bec11b0ef215e45b1e15297758d4bcb8f" }, { - "name": "SimpleEspNowConnection", - "version": "1.0.4", - "author": "Erich O. Pintar", - "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", - "sentence": "EspNow Library for communication and device pairing", - "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients.", - "website": "https://github.com/saghonfly/SimpleEspNowConnection", - "category": "Communication", + "name": "Picovoice_JA", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Japanese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", - "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.0.4.zip", - "archiveFileName": "SimpleEspNowConnection-1.0.4.zip", - "size": 15678, - "checksum": "SHA-256:adae73dceee52b9353141d5e1cf8ae1c751fb57cfba44a9d0e78743467c9535e" + "repository": "https://github.com/Picovoice/picovoice-arduino-ja.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_JA-2.2.1.zip", + "archiveFileName": "Picovoice_JA-2.2.1.zip", + "size": 544000, + "checksum": "SHA-256:81b948c4f297d7ff699335f7732c7e20b4047cf7c5ac5cdfab65897f4a98c2cd" }, { - "name": "SimpleEspNowConnection", - "version": "1.1.0", - "author": "Erich O. Pintar", - "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", - "sentence": "EspNow Library for communication and device pairing", - "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients. Supports also big messages sizes. More than 250 byte (EspNow limitation) per message possible.", - "website": "https://github.com/saghonfly/SimpleEspNowConnection", - "category": "Communication", + "name": "Picovoice_JA", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Japanese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", - "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.1.0.zip", - "archiveFileName": "SimpleEspNowConnection-1.1.0.zip", - "size": 19441, - "checksum": "SHA-256:d0fe22ca12fc6e327d7db88eebba457c5f8204d516c06610c23a09beea5ae324" + "repository": "https://github.com/Picovoice/picovoice-arduino-ja.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_JA-3.0.0.zip", + "archiveFileName": "Picovoice_JA-3.0.0.zip", + "size": 557406, + "checksum": "SHA-256:4e67fac1169a4e8c19bb54401db39bdba18d4ef67a34fc33565e020bd87efd96" }, { - "name": "SimpleEspNowConnection", - "version": "1.2.0", - "author": "Erich O. Pintar", - "maintainer": "Erich O. Pintar \u003ceop@pintarweb.net\u003e", - "sentence": "EspNow Library for communication and device pairing", - "paragraph": "Supports ESP32 and ESP8266 based boards. For EspNow device pairing and communication between host and multiple clients. Supports also big messages sizes. More than 250 byte (EspNow limitation) per message possible.", - "website": "https://github.com/saghonfly/SimpleEspNowConnection", - "category": "Communication", + "name": "Picovoice_KO", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Korean language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/saghonfly/SimpleEspNowConnection.git", - "url": "https://downloads.arduino.cc/libraries/github.com/saghonfly/SimpleEspNowConnection-1.2.0.zip", - "archiveFileName": "SimpleEspNowConnection-1.2.0.zip", - "size": 19656, - "checksum": "SHA-256:619b564d23dcc8c0caebe64603de5456f2d42753762d9aab369310c9fe059c1b" + "repository": "https://github.com/Picovoice/picovoice-arduino-ko.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_KO-2.2.0.zip", + "archiveFileName": "Picovoice_KO-2.2.0.zip", + "size": 544326, + "checksum": "SHA-256:7a54edf8900c15d15a4b704105ce5c20dd5a3f58048413e41ded86c3d705b58a" }, { - "name": "MoonPhase", - "version": "0.99.0", - "author": "Cellie", - "maintainer": "Cellie", - "sentence": "Calculate the lunar phase at a certain time.", - "paragraph": "Arduino library to calculate the moon phase and visible surface at a given time.", - "website": "https://github.com/CelliesProjects/moonPhase", - "category": "Other", + "name": "Picovoice_KO", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Korean language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", - "providesIncludes": [ - "MoonPhase.h" + "repository": "https://github.com/Picovoice/picovoice-arduino-ko.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-0.99.0.zip", - "archiveFileName": "MoonPhase-0.99.0.zip", - "size": 161865, - "checksum": "SHA-256:ed1dafabd7e2370760f3e89a26fbc2ea354a3ff3da8cd61a368e2529644c9020" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_KO-2.2.1.zip", + "archiveFileName": "Picovoice_KO-2.2.1.zip", + "size": 544259, + "checksum": "SHA-256:903b82f85628f68d45ebdec84a0dea6ea48c9d268eff0452b4b233fde17d894d" }, { - "name": "MoonPhase", - "version": "1.0.0", - "author": "Cellie", - "maintainer": "Cellie", - "sentence": "Get lunar phase information.", - "paragraph": "ESP32 library to calculate the moon phase angle and luminated visible surface at a given time.", - "website": "https://github.com/CelliesProjects/moonPhase", - "category": "Other", + "name": "Picovoice_KO", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Korean language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "ESP32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", - "providesIncludes": [ - "moonPhase.h" + "repository": "https://github.com/Picovoice/picovoice-arduino-ko.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.0.zip", - "archiveFileName": "MoonPhase-1.0.0.zip", - "size": 161721, - "checksum": "SHA-256:c7d12e2a1f3904aa6e2c7531abc6da95f81b8636d2ef2dd7b6d7686d86f9c767" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_KO-3.0.0.zip", + "archiveFileName": "Picovoice_KO-3.0.0.zip", + "size": 557624, + "checksum": "SHA-256:b5bebbc675a945347a4ce025d6280c5ba8e7dd3fd242aa973e5a2c6f595adbf7" }, { - "name": "MoonPhase", - "version": "1.0.1", - "author": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "maintainer": "Cellie \u003cCelliesProjects@users.noreply.github.com\u003e", - "sentence": "Get lunar phase information on a esp32.", - "paragraph": "Esp32 library to calculate the moon phase angle and luminated visible surface now or at a given time.", - "website": "https://github.com/CelliesProjects/moonPhase-esp32", - "category": "Other", + "name": "Picovoice_NL", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Dutch language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/CelliesProjects/moonPhase-esp32.git", - "providesIncludes": [ - "moonPhase.h" + "repository": "https://github.com/Picovoice/picovoice-arduino-nl.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/CelliesProjects/MoonPhase-1.0.1.zip", - "archiveFileName": "MoonPhase-1.0.1.zip", - "size": 161795, - "checksum": "SHA-256:aad40187971cfcd7e397afbe5e96751b2b82fd87b601a5ad9268a440e970f4d8" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_NL-2.2.0.zip", + "archiveFileName": "Picovoice_NL-2.2.0.zip", + "size": 544006, + "checksum": "SHA-256:c82b7250e62cf9c9bc7c7534ebfc2bc26206b6d39cc032fff8872c92e2f0eb9f" }, { - "name": "tcMenu", - "version": "1.1.0", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", - "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", - "website": "https://github.com/davetcc/tcMenu", - "category": "Other", - "architectures": [], + "name": "Picovoice_NL", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Dutch language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.1.0.zip", - "archiveFileName": "tcMenu-1.1.0.zip", - "size": 119448, - "checksum": "SHA-256:b3eb0b79ef38b2cd47e829a4c03d67d3ef10bfe92303e5bace59d2598e9c6b84" + "repository": "https://github.com/Picovoice/picovoice-arduino-nl.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_NL-2.2.1.zip", + "archiveFileName": "Picovoice_NL-2.2.1.zip", + "size": 543990, + "checksum": "SHA-256:96c4bbc1d93f05612eb7b1756781e3427f632eeb486769ced4304c9aab577485" }, { - "name": "tcMenu", - "version": "1.3.0", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", - "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", - "website": "https://github.com/davetcc/tcMenu", - "category": "Other", - "architectures": [], + "name": "Picovoice_NL", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Dutch language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.0.zip", - "archiveFileName": "tcMenu-1.3.0.zip", - "size": 114820, - "checksum": "SHA-256:e540c5ce8bda4274a99c706c93659a34efb5981ec5160c56ebd9aa3043b22897" + "repository": "https://github.com/Picovoice/picovoice-arduino-nl.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_NL-3.0.0.zip", + "archiveFileName": "Picovoice_NL-3.0.0.zip", + "size": 557454, + "checksum": "SHA-256:b933f0db06da425bf1d96cd7449c3dc175002afcef04b793fedec8c56ad19823" }, { - "name": "tcMenu", - "version": "1.3.1", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", - "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", - "website": "https://github.com/davetcc/tcMenu", - "category": "Other", - "architectures": [], + "name": "Picovoice_PL", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Polish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.1.zip", - "archiveFileName": "tcMenu-1.3.1.zip", - "size": 144044, - "checksum": "SHA-256:deb0c1f4b8fa577141699a98a8236682892cf909f95641b8c12f848280a59833" + "repository": "https://github.com/Picovoice/picovoice-arduino-pl.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_PL-2.2.0.zip", + "archiveFileName": "Picovoice_PL-2.2.0.zip", + "size": 540904, + "checksum": "SHA-256:a0c1956addfd77a32ad451922c3bfa07aee168e8eece57ece19f3d73140dbc83" }, { - "name": "tcMenu", - "version": "1.3.3", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", - "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", - "website": "https://github.com/davetcc/tcMenu", - "category": "Other", - "architectures": [], + "name": "Picovoice_PL", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Polish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.3.zip", - "archiveFileName": "tcMenu-1.3.3.zip", - "size": 217928, - "checksum": "SHA-256:4b5eb396cae6fb6ea68863f04a37e2bc77c2022670d549877226342d3f9f6ca9" + "repository": "https://github.com/Picovoice/picovoice-arduino-pl.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_PL-2.2.1.zip", + "archiveFileName": "Picovoice_PL-2.2.1.zip", + "size": 540839, + "checksum": "SHA-256:49c30c912d7313d95b6dd6b4664390dbf6724004a5256ab3b2eff57636c71b8d" }, { - "name": "tcMenu", - "version": "1.3.4", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", - "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", - "website": "https://github.com/davetcc/tcMenu", - "category": "Other", - "architectures": [], + "name": "Picovoice_PL", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Polish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.4.zip", - "archiveFileName": "tcMenu-1.3.4.zip", - "size": 229998, - "checksum": "SHA-256:4f69b624e62fc8b6e71fe66a7324901a4e5526e2a52237a8bbd8628223eaf4e3" + "repository": "https://github.com/Picovoice/picovoice-arduino-pl.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_PL-3.0.0.zip", + "archiveFileName": "Picovoice_PL-3.0.0.zip", + "size": 554307, + "checksum": "SHA-256:21a1c91fcf64eab8a6eec88d1f0a1a269293bd3c1bab817679d7de1717bb8ee7" }, { - "name": "tcMenu", - "version": "1.3.5", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", - "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", - "website": "https://github.com/davetcc/tcMenu", - "category": "Other", - "architectures": [], + "name": "Picovoice_PT", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Portuguese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.3.5.zip", - "archiveFileName": "tcMenu-1.3.5.zip", - "size": 248226, - "checksum": "SHA-256:a9acd54d1cce420b5b366315ab2cc7ed3e0be1f3e234826434170c7c47384f5f" + "repository": "https://github.com/Picovoice/picovoice-arduino-pt.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_PT-2.2.0.zip", + "archiveFileName": "Picovoice_PT-2.2.0.zip", + "size": 543734, + "checksum": "SHA-256:12e28b8c1354ed7e03502eae09f5a5403b58a3cf81a2896a9f9882d8d35d507c" }, { - "name": "tcMenu", - "version": "1.4.0", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "Provides support for controlling Arduino using Menus on a display and remotely", - "paragraph": "This library provides support for controlling Arduino based devices both using various display technologies or remotely over various protocols.", - "website": "https://github.com/davetcc/tcMenu", - "category": "Other", - "architectures": [], + "name": "Picovoice_PT", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Portuguese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.0.zip", - "archiveFileName": "tcMenu-1.4.0.zip", - "size": 253211, - "checksum": "SHA-256:a11d26c93f63def11bea0174d5b0d06f1fd87f41720c03fd2c1e40fd5f93c541" + "repository": "https://github.com/Picovoice/picovoice-arduino-pt.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_PT-2.2.1.zip", + "archiveFileName": "Picovoice_PT-2.2.1.zip", + "size": 543697, + "checksum": "SHA-256:9d81dfa2c04cc071f25e8aeddc2bcc607f1328ee59f0fe27e4e86052cebc1af7" }, { - "name": "tcMenu", - "version": "1.4.1", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_PT", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Portuguese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-pt.git", "dependencies": [ { - "name": "IoAbstraction" - }, - { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.1.zip", - "archiveFileName": "tcMenu-1.4.1.zip", - "size": 256798, - "checksum": "SHA-256:08668e4c9a143912f53e7945aca5ce12d1e861c18ebb7cd9c00f61982fe0dc01" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_PT-3.0.0.zip", + "archiveFileName": "Picovoice_PT-3.0.0.zip", + "size": 557130, + "checksum": "SHA-256:5ccc899ba3e5be1a140d59c9fde00d76a1ebcf05fefa2a042a26d8dec642df13" }, { - "name": "tcMenu", - "version": "1.4.2", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_RU", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Russian language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-ru.git", "dependencies": [ { - "name": "IoAbstraction" - }, - { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.4.2.zip", - "archiveFileName": "tcMenu-1.4.2.zip", - "size": 278323, - "checksum": "SHA-256:f7014ef5f10b3f0235a859ac9d16622eddf35f7a31cf8c3b3c3fb2937f7622db" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_RU-2.2.0.zip", + "archiveFileName": "Picovoice_RU-2.2.0.zip", + "size": 544357, + "checksum": "SHA-256:bb3cb709fc692b9bb0e5cd6232c24ef22aecd41d4d5524f130ea9a944bec1bbf" }, { - "name": "tcMenu", - "version": "1.5.0", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_RU", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Russian language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-ru.git", "dependencies": [ { - "name": "IoAbstraction" - }, - { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.5.0.zip", - "archiveFileName": "tcMenu-1.5.0.zip", - "size": 304945, - "checksum": "SHA-256:06e9bb98bdbd3bb7944416107717b90d170224af718229bfde37cc1552abd305" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_RU-2.2.1.zip", + "archiveFileName": "Picovoice_RU-2.2.1.zip", + "size": 544285, + "checksum": "SHA-256:196c2120b290024f6eea93c20f8327958385711d08a21ee33d9d3253f1fd30a5" }, { - "name": "tcMenu", - "version": "1.5.1", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_RU", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Russian language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-ru.git", "dependencies": [ { - "name": "IoAbstraction" - }, - { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.5.1.zip", - "archiveFileName": "tcMenu-1.5.1.zip", - "size": 305101, - "checksum": "SHA-256:cb126ba3c61a89b362a70ad6441b719e3c50cece5758f291ebcb8b9f6e82a655" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_RU-3.0.0.zip", + "archiveFileName": "Picovoice_RU-3.0.0.zip", + "size": 557748, + "checksum": "SHA-256:500c05234f2ef2e5bfb3e682bc1eb84cbd76cd77c947ec0cd39d3eb22e07d046" }, { - "name": "tcMenu", - "version": "1.6.0", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_SV", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Swedish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-sv.git", "dependencies": [ { - "name": "IoAbstraction" - }, - { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.6.0.zip", - "archiveFileName": "tcMenu-1.6.0.zip", - "size": 311501, - "checksum": "SHA-256:db1e455ed8ac315b973dbbd68cade8217f5983b8f486d76c2a9a634681fb8a8a" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_SV-2.2.0.zip", + "archiveFileName": "Picovoice_SV-2.2.0.zip", + "size": 542302, + "checksum": "SHA-256:abe6e65eff54633685fdfdd94feb3acee59a25891301eb48b2212eba6d2cb26a" }, { - "name": "tcMenu", - "version": "1.6.1", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_SV", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Swedish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-sv.git", "dependencies": [ { - "name": "IoAbstraction" - }, + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_SV-2.2.1.zip", + "archiveFileName": "Picovoice_SV-2.2.1.zip", + "size": 542260, + "checksum": "SHA-256:b412bbea1fa506aa1b748f975f3e9c7161a695c34e176e978929944fddbfdb2d" + }, + { + "name": "Picovoice_SV", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Swedish language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-sv.git", + "dependencies": [ { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.6.1.zip", - "archiveFileName": "tcMenu-1.6.1.zip", - "size": 314297, - "checksum": "SHA-256:1c57d4f965c7f04732b9a9bacf12beb0e9b6a6929d0ca815e4e34e8efd08951a" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_SV-3.0.0.zip", + "archiveFileName": "Picovoice_SV-3.0.0.zip", + "size": 555661, + "checksum": "SHA-256:07b08e07b1ece30cfa2680a5ed32c713cd91aee1f0ff25150f231ce14b6376b5" }, { - "name": "tcMenu", - "version": "1.7.0", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_VN", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Vietnamese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-vn.git", "dependencies": [ { - "name": "IoAbstraction" - }, + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_VN-2.2.0.zip", + "archiveFileName": "Picovoice_VN-2.2.0.zip", + "size": 529293, + "checksum": "SHA-256:5d149c8d12217a737f11d5eaf52c983d198d4ce6452122b3e9fd22eb5d8783f8" + }, + { + "name": "Picovoice_VN", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Vietnamese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-vn.git", + "dependencies": [ { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.7.0.zip", - "archiveFileName": "tcMenu-1.7.0.zip", - "size": 347392, - "checksum": "SHA-256:a42cf74f958cefa69e7d2c5808804ac123f337b4f67204b0bf49ff070ca10947" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_VN-2.2.1.zip", + "archiveFileName": "Picovoice_VN-2.2.1.zip", + "size": 529265, + "checksum": "SHA-256:61ef0195389230b9408bd9a018aa8329956a156b25052057f64b8d9b466b9b1a" }, { - "name": "tcMenu", - "version": "1.7.1", - "author": "davetcc", - "maintainer": "www.thecoderscorner.com", - "sentence": "An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.", - "paragraph": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.", - "website": "https://github.com/davetcc/tcMenuLib", - "category": "Other", - "architectures": [], + "name": "Picovoice_VN", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Vietnamese language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/tcMenuLib.git", + "repository": "https://github.com/Picovoice/picovoice-arduino-vn.git", "dependencies": [ { - "name": "IoAbstraction" - }, + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_VN-3.0.0.zip", + "archiveFileName": "Picovoice_VN-3.0.0.zip", + "size": 542666, + "checksum": "SHA-256:c20d28e6294eab496b2211815b8dfc77c17e9baef619a988f3d1aeb229af466a" + }, + { + "name": "Picovoice_ZH", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Mandarin language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-zh.git", + "dependencies": [ { - "name": "LiquidCrystalIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/tcMenu-1.7.1.zip", - "archiveFileName": "tcMenu-1.7.1.zip", - "size": 370780, - "checksum": "SHA-256:8f29c8b851f25f731b440e2a8daaef67092d24656fd106ed082291d376eb44cc" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ZH-2.2.0.zip", + "archiveFileName": "Picovoice_ZH-2.2.0.zip", + "size": 540541, + "checksum": "SHA-256:f110c44356b9cd27883308002a26969cd073dcb35d4f395056b113ac2851908a" }, { - "name": "MQ131 gas sensor", - "version": "1.3.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", - "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", - "website": "https://github.com/ostaquet/Arduino-MQ131-driver", - "category": "Sensors", + "name": "Picovoice_ZH", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Mandarin language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.3.0.zip", - "archiveFileName": "MQ131_gas_sensor-1.3.0.zip", - "size": 1409822, - "checksum": "SHA-256:2f7e7dcd338476461efbf46ee17220e2a74296d150c127391bc7a6efcf2c1492" + "repository": "https://github.com/Picovoice/picovoice-arduino-zh.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ZH-2.2.1.zip", + "archiveFileName": "Picovoice_ZH-2.2.1.zip", + "size": 540511, + "checksum": "SHA-256:5927909339cacb6a651ada6deba9412720f10a8794c18dc63a27743decc3090b" }, { - "name": "MQ131 gas sensor", - "version": "1.4.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", - "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", - "website": "https://github.com/ostaquet/Arduino-MQ131-driver", - "category": "Sensors", + "name": "Picovoice_ZH", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Mandarin language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.0.zip", - "archiveFileName": "MQ131_gas_sensor-1.4.0.zip", - "size": 1414467, - "checksum": "SHA-256:2340d062a52b355e452e3b7aba61bb5c021e25a17ee39cb47549e9d00ea30112" + "repository": "https://github.com/Picovoice/picovoice-arduino-zh.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_ZH-3.0.0.zip", + "archiveFileName": "Picovoice_ZH-3.0.0.zip", + "size": 549264, + "checksum": "SHA-256:a765b4e44b3e0645b497b49edf219f5fba8cabfad25d2995369c1ce53bdc4b95" }, { - "name": "MQ131 gas sensor", - "version": "1.4.3", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", - "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", - "website": "https://github.com/ostaquet/Arduino-MQ131-driver", - "category": "Sensors", + "name": "Porcupine_AR", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Arabic language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.3.zip", - "archiveFileName": "MQ131_gas_sensor-1.4.3.zip", - "size": 1414576, - "checksum": "SHA-256:6364ab22f1a049f3ae82b53b3e99fc5a443401a0261eba2fde2d384901dbecfc" + "repository": "https://github.com/Picovoice/porcupine-arduino-ar.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_AR-2.2.0.zip", + "archiveFileName": "Porcupine_AR-2.2.0.zip", + "size": 556880, + "checksum": "SHA-256:b653ef9b3413b23c30b50fdbe880855e350fd636e04b069790a8d2f5caeced26" }, { - "name": "MQ131 gas sensor", - "version": "1.4.4", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", - "paragraph": "This library supports low concentration and high concentration sensors and accept variable load resistance.", - "website": "https://github.com/ostaquet/Arduino-MQ131-driver", - "category": "Sensors", + "name": "Porcupine_AR", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Arabic language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.4.4.zip", - "archiveFileName": "MQ131_gas_sensor-1.4.4.zip", - "size": 1414673, - "checksum": "SHA-256:582811dc24be0c866bd0da8bd0737fc59863860b0b4f25f2fad764b8b1950c44" + "repository": "https://github.com/Picovoice/porcupine-arduino-ar.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_AR-2.2.1.zip", + "archiveFileName": "Porcupine_AR-2.2.1.zip", + "size": 555800, + "checksum": "SHA-256:75a9bc76a4bbc141ac9003b52869e754eccdd2d78250245cd015972390147e53" }, { - "name": "MQ131 gas sensor", - "version": "1.5.0", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", - "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", - "website": "https://github.com/ostaquet/Arduino-MQ131-driver", - "category": "Sensors", + "name": "Porcupine_AR", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Arabic language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.0.zip", - "archiveFileName": "MQ131_gas_sensor-1.5.0.zip", - "size": 1475974, - "checksum": "SHA-256:57be8d6b250ce63f005c93fe9a9d69db2666869063ed47dc261b1ea728d7c1e5" + "repository": "https://github.com/Picovoice/porcupine-arduino-ar.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_AR-3.0.0.zip", + "archiveFileName": "Porcupine_AR-3.0.0.zip", + "size": 536272, + "checksum": "SHA-256:2196a09dc1fb7231fb570b99301c2fc7875569739653d0749e1027538059067e" }, { - "name": "MQ131 gas sensor", - "version": "1.5.1", - "author": "Olivier Staquet", - "maintainer": "Olivier Staquet", - "license": "MIT", - "sentence": "Library for measuring ozone (O3) concentration with sensor MQ131", - "paragraph": "This library supports low concentration (WO3 and SnO2 versions) and high concentration sensors and accept variable load resistance.", - "website": "https://github.com/ostaquet/Arduino-MQ131-driver", - "category": "Sensors", + "name": "Porcupine_HI", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Hindi language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ostaquet/Arduino-MQ131-driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ostaquet/MQ131_gas_sensor-1.5.1.zip", - "archiveFileName": "MQ131_gas_sensor-1.5.1.zip", - "size": 1476015, - "checksum": "SHA-256:94b7b21417a8f0c51286d63372bb1397d5dea6e61d8adf41a1e2cfa8b529b41d" + "repository": "https://github.com/Picovoice/porcupine-arduino-hi.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_HI-2.2.0.zip", + "archiveFileName": "Porcupine_HI-2.2.0.zip", + "size": 521664, + "checksum": "SHA-256:f2140729bf739a9fb0c1e632359118942693b64c68678ce88a5d5de446ea865f" }, { - "name": "SparkFun PHT MS8607 Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Arduino library for the TE Connectivity MS8607 PHT sensor", - "paragraph": "An Arduino library for the TE Connectivity MS8607 PHT sensor found on the \u003ca href=\"https://www.sparkfun.com/products/16298\"\u003eSparkFun Qwiic Pressure/Humidity/Temp (PHT) Sensor - MS8607\u003c/a\u003e", - "website": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library", - "category": "Sensors", + "name": "Porcupine_HI", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Hindi language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PHT_MS8607_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_PHT_MS8607_Arduino_Library-1.0.1.zip", - "size": 34948, - "checksum": "SHA-256:5dca70e5e36f28e0929dbbb6854f7d6b4e2412ba284953a87cb48a253e526e05" + "repository": "https://github.com/Picovoice/porcupine-arduino-hi.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_HI-2.2.1.zip", + "archiveFileName": "Porcupine_HI-2.2.1.zip", + "size": 520911, + "checksum": "SHA-256:4c8cf90f17e45fa5f132883fb9a676d9fe4c4854388a9cae0027734ffb665cc6" }, { - "name": "Prandom", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for random numbers with Python Random interface.", - "paragraph": "Supports", - "website": "https://github.com/RobTillaart/random", + "name": "Porcupine_HI", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Hindi language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Prandom.git", - "providesIncludes": [ - "random.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-hi.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.0.zip", - "archiveFileName": "Prandom-0.1.0.zip", - "size": 8721, - "checksum": "SHA-256:3c0adbca8f7bbe4b57fcd70d02acd1721ba397ad98dacfb2b1ed1312d05a7b19" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_HI-3.0.0.zip", + "archiveFileName": "Porcupine_HI-3.0.0.zip", + "size": 529745, + "checksum": "SHA-256:c9cc85e3cfc50484885aeba0ac86dcf8fd3064afb9614a89524ec038c94c2e6f" }, { - "name": "Prandom", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for random number generation with Python random interface.", - "paragraph": "Supports different distributions", - "website": "https://github.com/RobTillaart/Prandom", + "name": "Porcupine_IT", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Italian language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Prandom.git", - "providesIncludes": [ - "Prandom.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-it.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.1.zip", - "archiveFileName": "Prandom-0.1.1.zip", - "size": 8784, - "checksum": "SHA-256:dc416e8c66f1d1f508405c47fd3b4c42d8b94971095d88a8c73ad436b8c65199" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_IT-2.2.0.zip", + "archiveFileName": "Porcupine_IT-2.2.0.zip", + "size": 537016, + "checksum": "SHA-256:a0c970f587a357e17637298754aa1dc4ee649599b0708dffaeff1f1a18421bf1" }, { - "name": "Prandom", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for random number generation with Python random interface.", - "paragraph": "Supports different distributions", - "website": "https://github.com/RobTillaart/Prandom", + "name": "Porcupine_IT", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Italian language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Prandom.git", - "providesIncludes": [ - "Prandom.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-it.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Prandom-0.1.2.zip", - "archiveFileName": "Prandom-0.1.2.zip", - "size": 8792, - "checksum": "SHA-256:c3247b767d6fd26f5184eabc950617eacbb0f07662e92b1426d4ce70e7e35945" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_IT-2.2.1.zip", + "archiveFileName": "Porcupine_IT-2.2.1.zip", + "size": 533481, + "checksum": "SHA-256:1ce3ba9f473ef6eaa5ffce4d5b99c3c862cf7de8955c56cf8a577f381cf8a749" }, { - "name": "InternalTemperature", - "version": "2.0.0", - "author": "LAtimes2", - "maintainer": "LAtimes2 \u003clatimes222@gmail.com\u003e", - "sentence": "Teensy internal CPU temperatures", - "paragraph": "Read temperature of all versions of Teensy. Attach functions to high and low temperature alarms.", - "website": "https://github.com/LAtimes2/InternalTemperature", - "category": "Sensors", + "name": "Porcupine_IT", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Italian language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/LAtimes2/InternalTemperature.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LAtimes2/InternalTemperature-2.0.0.zip", - "archiveFileName": "InternalTemperature-2.0.0.zip", - "size": 245727, - "checksum": "SHA-256:213c0f5f668467f377950510689fb8478560e6dcbed52ea01a3aafd8451fac9a" + "repository": "https://github.com/Picovoice/porcupine-arduino-it.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_IT-3.0.0.zip", + "archiveFileName": "Porcupine_IT-3.0.0.zip", + "size": 541850, + "checksum": "SHA-256:8b33866706aa7f691cf81018f8ffb9e080fc39c935c0f20cd12f6ba43e8833e5" }, { - "name": "InternalTemperature", - "version": "2.1.0", - "author": "LAtimes2", - "maintainer": "LAtimes2 \u003clatimes222@gmail.com\u003e", - "sentence": "Teensy internal CPU temperatures", - "paragraph": "Read temperature of all versions of Teensy. Attach functions to high and low temperature alarms.", - "website": "https://github.com/LAtimes2/InternalTemperature", - "category": "Sensors", + "name": "Porcupine_JA", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Japanese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/LAtimes2/InternalTemperature.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LAtimes2/InternalTemperature-2.1.0.zip", - "archiveFileName": "InternalTemperature-2.1.0.zip", - "size": 245836, - "checksum": "SHA-256:6f2e973c1cf9ea6181af3dc3c956448aa4a93b3c760d6149702bc2c169463a4e" + "repository": "https://github.com/Picovoice/porcupine-arduino-ja.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_JA-2.2.0.zip", + "archiveFileName": "Porcupine_JA-2.2.0.zip", + "size": 523170, + "checksum": "SHA-256:b365987bd0e8b8685d62630128880321bae1a18feb6c0a0c0537ccbe4ac27918" }, { - "name": "Adafruit LIS331", - "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS331 Accelerometer family.", - "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS331", - "category": "Sensors", + "name": "Porcupine_JA", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Japanese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-ja.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.0.zip", - "archiveFileName": "Adafruit_LIS331-1.0.0.zip", - "size": 484754, - "checksum": "SHA-256:ce7f5866dc94955718ce243e36ff9f13f7a27c50f795a5f4e2e5d75cd25f0067" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_JA-2.2.1.zip", + "archiveFileName": "Porcupine_JA-2.2.1.zip", + "size": 518824, + "checksum": "SHA-256:7ad5c476c3f9b952d0e7f1898e3a507a53479eac5fe04543fd1dbd91d0ab727c" }, { - "name": "Adafruit LIS331", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS331 Accelerometer family.", - "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS331", - "category": "Sensors", + "name": "Porcupine_JA", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Japanese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-ja.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.1.zip", - "archiveFileName": "Adafruit_LIS331-1.0.1.zip", - "size": 484788, - "checksum": "SHA-256:b746a93ca2427b0fa691f26d8b3787d9f61a01807cfb1b6082df31eadf59422d" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_JA-3.0.0.zip", + "archiveFileName": "Porcupine_JA-3.0.0.zip", + "size": 527228, + "checksum": "SHA-256:9eca62502ca2ce39764a6c98950deaded40dceb170d320e8a3f81488d0f8a413" }, { - "name": "Adafruit LIS331", - "version": "1.0.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Library for the Adafruit LIS331 Accelerometer family.", - "paragraph": "Designed specifically to work with the Adafruit breakouts for the LIS331 family, and is based on Adafruit's Unified Sensor Library.", - "website": "https://github.com/adafruit/Adafruit_LIS331", - "category": "Sensors", + "name": "Porcupine_KO", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Korean language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LIS331.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-ko.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LIS331-1.0.2.zip", - "archiveFileName": "Adafruit_LIS331-1.0.2.zip", - "size": 484796, - "checksum": "SHA-256:08e65ffa71af2e0d872955beb61295a75c41a466af73a88b8f8b0474b14e8302" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_KO-2.2.0.zip", + "archiveFileName": "Porcupine_KO-2.2.0.zip", + "size": 523393, + "checksum": "SHA-256:0928a4fe91e2be0127d7376e6017d3ba70454448f5d318a31bab3ad81324325b" }, { - "name": "AmbientCO2", - "version": "0.3.0", - "author": "Michael Jack", - "maintainer": "Michael Jack \u003c50518949+mjackdk@users.noreply.github.com\u003e", - "sentence": "Arduino library for CozIR Ambient CO2 sensors.", - "paragraph": "Command, streaming and polling mode, auto-scale", - "website": "https://github.com/mjackdk/AmbientCO2/", - "category": "Sensors", + "name": "Porcupine_KO", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Korean language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mjackdk/AmbientCO2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mjackdk/AmbientCO2-0.3.0.zip", - "archiveFileName": "AmbientCO2-0.3.0.zip", - "size": 5455, - "checksum": "SHA-256:866c8e0232e5d91d4deb235a1bb5da4ae6fcfa7aea6aaeea1a5167647cbbfe80" + "repository": "https://github.com/Picovoice/porcupine-arduino-ko.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_KO-2.2.1.zip", + "archiveFileName": "Porcupine_KO-2.2.1.zip", + "size": 520016, + "checksum": "SHA-256:8c80fed4385cc5bf5932db14cdd760bdca049c14c54e6f781ace24da56f41a57" }, { - "name": "Adafruit Protomatter", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library for the Adafruit RGB LED matrix.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_KO", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Korean language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-ko.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.1.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.1.zip", - "size": 40845, - "checksum": "SHA-256:4a4d1d453c32c1003bd4d7d478fe0934fbb9f96293d7bb28c9417ceb8d1c7a05" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_KO-3.0.0.zip", + "archiveFileName": "Porcupine_KO-3.0.0.zip", + "size": 528394, + "checksum": "SHA-256:a6f4d6fdda66387601371441e538adf8b1b58a0c810957715d6dfa4f84406827" }, { - "name": "Adafruit Protomatter", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library for the Adafruit RGB LED matrix.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_NL", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Dutch language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-nl.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.2.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.2.zip", - "size": 40864, - "checksum": "SHA-256:c99ea902ab6027a1d8cb68d5551aabba527de82dbefb5059e385b2a2c51c15d2" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_NL-2.2.0.zip", + "archiveFileName": "Porcupine_NL-2.2.0.zip", + "size": 523006, + "checksum": "SHA-256:a8db8d976342dfb483225e73445485b0ef53fe719b12e4d22cdeaa43eabca794" }, { - "name": "Adafruit Protomatter", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library for the Adafruit RGB LED matrix.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_NL", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Dutch language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-nl.git", "dependencies": [ { - "name": "Adafruit GFX Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.3.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.3.zip", - "size": 42858, - "checksum": "SHA-256:4301af2a2584b16a24e995d269070e83fb3bfbdcabc9a6090f6a0e180fab3b0c" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_NL-2.2.1.zip", + "archiveFileName": "Porcupine_NL-2.2.1.zip", + "size": 522330, + "checksum": "SHA-256:9765c5eae62e70ff5e71daa88910d4ac75c0e18fe6adc71122222b66d791618a" }, { - "name": "Adafruit Protomatter", - "version": "1.0.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is a library for the Adafruit RGB LED matrix.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_NL", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Dutch language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-nl.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit PixelDust" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.4.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.4.zip", - "size": 47663, - "checksum": "SHA-256:3c7f61dcd48ebf67adbb662b170c36463764c4137c65b5b280fc860586de5c6b" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_NL-3.0.0.zip", + "archiveFileName": "Porcupine_NL-3.0.0.zip", + "size": 531130, + "checksum": "SHA-256:7833c4ae6eb7d0487af81540d3066cd7a2a25521ac33051c9f1326c2dfbd455e" }, { - "name": "Adafruit Protomatter", - "version": "1.0.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for Adafruit RGB LED matrices.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_PL", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Polish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-pl.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "AnimatedGIF" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit TinyUSB Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.5.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.5.zip", - "size": 60683, - "checksum": "SHA-256:09f2f4d0076a1bcf863bcd1ba9044f0c9951df81154dea1dc3269d68f54ab10c" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_PL-2.2.0.zip", + "archiveFileName": "Porcupine_PL-2.2.0.zip", + "size": 519967, + "checksum": "SHA-256:f37c9ae67d99b023c6c2012ca838cb2c57e55aff718fe6d7865aecc741ca3c75" }, { - "name": "Adafruit Protomatter", - "version": "1.0.6", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for Adafruit RGB LED matrices.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_PL", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Polish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-pl.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "AnimatedGIF" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit TinyUSB Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.6.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.6.zip", - "size": 64099, - "checksum": "SHA-256:f448e5359d1bba8c3517363e804fe3f585e61e8bd7e0776c9f8fbb81835d2450" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_PL-2.2.1.zip", + "archiveFileName": "Porcupine_PL-2.2.1.zip", + "size": 519311, + "checksum": "SHA-256:be71c0457cf0c4eff0186647b9fea35ad5296cf803da04f6a4ffc158e4cbf6e4" }, { - "name": "Adafruit Protomatter", - "version": "1.0.7", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for Adafruit RGB LED matrices.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_PL", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Polish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-pl.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "AnimatedGIF" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit TinyUSB Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.7.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.7.zip", - "size": 61662, - "checksum": "SHA-256:fbb8c3cc23ab22c16aa7cf1a6162fdea603908cc62e70c1b1a3041aa15754cf4" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_PL-3.0.0.zip", + "archiveFileName": "Porcupine_PL-3.0.0.zip", + "size": 527766, + "checksum": "SHA-256:688133cc84896bf3164c10955923deae9e0dbb33e641f2c024d087e980e05a4f" }, { - "name": "Adafruit Protomatter", - "version": "1.0.8", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for Adafruit RGB LED matrices.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_PT", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Portuguese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-pt.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "AnimatedGIF" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit TinyUSB Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.8.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.8.zip", - "size": 61466, - "checksum": "SHA-256:b9321e376a3815251ba7c279aa372f2d838547e133a043c4b9bb535c9042a6a5" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_PT-2.2.0.zip", + "archiveFileName": "Porcupine_PT-2.2.0.zip", + "size": 522886, + "checksum": "SHA-256:484e8f2ef610bca0ea69c1993f4eea4776483ad1d80ffaedfd816b685cf10d0d" }, { - "name": "Adafruit Protomatter", - "version": "1.0.9", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for Adafruit RGB LED matrices.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_PT", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Portuguese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-pt.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "AnimatedGIF" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit TinyUSB Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.9.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.9.zip", - "size": 61637, - "checksum": "SHA-256:4ec3b11b28434cfa7eba75a4ea9c456bbcc18832cbba99c19557a367fb33174f" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_PT-2.2.1.zip", + "archiveFileName": "Porcupine_PT-2.2.1.zip", + "size": 519452, + "checksum": "SHA-256:75de6b08052ddc555f8e48b0ccfdaa22dbb9d2ee7f07e9c4a247724563136ef8" }, { - "name": "Adafruit Protomatter", - "version": "1.0.10", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for Adafruit RGB LED matrices.", - "paragraph": "RGB LED matrix.", - "website": "https://github.com/adafruit/Adafruit_protomatter", - "category": "Display", + "name": "Porcupine_PT", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Portuguese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "samd", - "nrf52", - "stm32", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_Protomatter.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-pt.git", "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit LIS3DH" - }, - { - "name": "Adafruit PixelDust" - }, - { - "name": "AnimatedGIF" - }, - { - "name": "Adafruit SPIFlash" - }, - { - "name": "Adafruit TinyUSB Library" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Protomatter-1.0.10.zip", - "archiveFileName": "Adafruit_Protomatter-1.0.10.zip", - "size": 61863, - "checksum": "SHA-256:57b7edf8252fc044844627eec5b42254a45c615f4bf3b13eb6a781882985e4d8" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_PT-3.0.0.zip", + "archiveFileName": "Porcupine_PT-3.0.0.zip", + "size": 527939, + "checksum": "SHA-256:c68712b44f6f799208c3f2a72cc42f70c2da651659d325b21b04e3a6be9c3073" }, { - "name": "ESP32 RMT Peripheral VAN bus reader library", - "version": "1.0.0", - "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", - "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", - "sentence": "ESP32 RMT Peripheral VAN bus reader library", - "paragraph": "It is intended to interface the automotive bus used in cars made by the PSA (Peugeot and Citroen)", - "website": "https://github.com/morcibacsi/esp32_rmt_van_rx", - "category": "Communication", + "name": "Porcupine_RU", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Russian language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/morcibacsi/esp32_rmt_van_rx.git", - "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.0.zip", - "archiveFileName": "ESP32_RMT_Peripheral_VAN_bus_reader_library-1.0.0.zip", - "size": 235326, - "checksum": "SHA-256:0ca8dd7575329a8a476fe664fdd87a0eec68ad1b200017ec853cf20eb16dc7ad" + "repository": "https://github.com/Picovoice/porcupine-arduino-ru.git", + "dependencies": [ + { + "name": "LibPrintf" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_RU-2.2.0.zip", + "archiveFileName": "Porcupine_RU-2.2.0.zip", + "size": 523514, + "checksum": "SHA-256:9ba5e34e5eca2a6d6067dc7b0dbd47deaa287d847ffcc8413d97e9522ac470fb" }, { - "name": "Atmel TSS463C VAN bus Datalink Controller library", - "version": "1.1.0", - "author": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", - "maintainer": "Peter Pinter \u003cpinterpeti@gmail.com\u003e", - "sentence": "A library for the Atmel TSS463C VAN Datalink Controller with SPI", - "paragraph": "It is intended to interface cars made by the PSA (Peugeot and Citroen)", - "website": "https://github.com/morcibacsi/arduino_tss463_van", - "category": "Communication", + "name": "Porcupine_RU", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Russian language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/morcibacsi/arduino_tss463_van.git", - "providesIncludes": [ - "tss463_van.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-ru.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/morcibacsi/Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.1.0.zip", - "archiveFileName": "Atmel_TSS463C_VAN_bus_Datalink_Controller_library-1.1.0.zip", - "size": 591178, - "checksum": "SHA-256:bf00c7d7bc356741e172de3deedac42030ba3c2f51a84c2fb3da2a9dc5c8d0c8" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_RU-2.2.1.zip", + "archiveFileName": "Porcupine_RU-2.2.1.zip", + "size": 522825, + "checksum": "SHA-256:6adb0adffb1fc853894501a176196df5b3e794275332f85ddb1ac7cb58e6b2e2" }, { - "name": "Statistic", - "version": "0.4.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with basic statistical functions for Arduino.", - "paragraph": "Supports", - "website": "https://github.com/RobTillaart/Statistic", + "name": "Porcupine_RU", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Russian language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Statistic.git", - "providesIncludes": [ - "Statistic.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-ru.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.0.zip", - "archiveFileName": "Statistic-0.4.0.zip", - "size": 9555, - "checksum": "SHA-256:db5eaad60f3e0bc61988bc333a8336e8106be3e6da3a14952e3025380c0b730c" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_RU-3.0.0.zip", + "archiveFileName": "Porcupine_RU-3.0.0.zip", + "size": 531321, + "checksum": "SHA-256:6a437b4d87414a511e40e0d9b50c19c0acbdb56f00e91fc14c4396e0832f37ce" }, { - "name": "Statistic", - "version": "0.4.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library with basic statistical functions for Arduino.", - "paragraph": "Supports", - "website": "https://github.com/RobTillaart/Statistic", + "name": "Porcupine_SV", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Swedish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Statistic.git", - "providesIncludes": [ - "Statistic.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-sv.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Statistic-0.4.1.zip", - "archiveFileName": "Statistic-0.4.1.zip", - "size": 9553, - "checksum": "SHA-256:ddfe032e35593f3908e37ff8edf376bba0efd766c49fb9b8d465019a66d51bbb" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_SV-2.2.0.zip", + "archiveFileName": "Porcupine_SV-2.2.0.zip", + "size": 521411, + "checksum": "SHA-256:d14a763ff350b27088b92c35a08a860615d528a26b945ac5d7b7e41cea9a686a" }, { - "name": "SHT31", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the SHT31 temperature and humidity sensor", - "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", - "website": "https://github.com/RobTillaart/SHT31", - "category": "Uncategorized", + "name": "Porcupine_SV", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Swedish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHT31.git", - "providesIncludes": [ - "Wire.h", - "SHT31.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-sv.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.0.zip", - "archiveFileName": "SHT31-0.2.0.zip", - "size": 11149, - "checksum": "SHA-256:fb11326fc5c6f6db6b8a6c0982932f08e7f416c395ee1af1fd70494660a40dc8" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_SV-2.2.1.zip", + "archiveFileName": "Porcupine_SV-2.2.1.zip", + "size": 520715, + "checksum": "SHA-256:f0e78447d866b26a6ccfcd2f32b404491b2dfe5b41dc1b759d7d4c311557f0f2" }, { - "name": "SHT31", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the SHT31 temperature and humidity sensor", - "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", - "website": "https://github.com/RobTillaart/SHT31", - "category": "Uncategorized", + "name": "Porcupine_SV", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Swedish language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHT31.git", - "providesIncludes": [ - "Wire.h", - "SHT31.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-sv.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.1.zip", - "archiveFileName": "SHT31-0.2.1.zip", - "size": 11138, - "checksum": "SHA-256:c0cfeba1b15e34e0422e8534074a03a5e83cb2a85b3004c4b8f044888244a91a" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_SV-3.0.0.zip", + "archiveFileName": "Porcupine_SV-3.0.0.zip", + "size": 529177, + "checksum": "SHA-256:412d1022333d991ba7a907bc8f19ec1dc3002b36f3081a415180df3063bd7b2d" }, { - "name": "SHT31", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the SHT31 temperature and humidity sensor", - "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", - "website": "https://github.com/RobTillaart/SHT31", - "category": "Uncategorized", + "name": "Porcupine_ZH", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Mandarin language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHT31.git", - "providesIncludes": [ - "Wire.h", - "SHT31.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-zh.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.2.zip", - "archiveFileName": "SHT31-0.2.2.zip", - "size": 11314, - "checksum": "SHA-256:7f0bc454b851bfd89bb504258ec4034c50d8fe654863c906014317a6fb0c2ae9" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ZH-2.2.0.zip", + "archiveFileName": "Porcupine_ZH-2.2.0.zip", + "size": 519591, + "checksum": "SHA-256:18b91b1e72c4fff4ba627fd68fce3c3d0f4d62fddc335759df6b3d1aee92466c" }, { - "name": "SHT31", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the SHT31 temperature and humidity sensor", - "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", - "website": "https://github.com/RobTillaart/SHT31", - "category": "Uncategorized", + "name": "Porcupine_ZH", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Mandarin language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHT31.git", - "providesIncludes": [ - "Wire.h", - "SHT31.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-zh.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.3.zip", - "archiveFileName": "SHT31-0.2.3.zip", - "size": 11563, - "checksum": "SHA-256:f7c3fad8bf0c071fcb0cfbe070638b63da5291f7d8fc58eec6457f36b5b3498b" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ZH-2.2.1.zip", + "archiveFileName": "Porcupine_ZH-2.2.1.zip", + "size": 518584, + "checksum": "SHA-256:d762c43eb2b2b95cb3c866a85f3c565906bddea41aa0926fd7b8fe2fbb8233e7" }, { - "name": "SHT31", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the SHT31 temperature and humidity sensor", - "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", - "website": "https://github.com/RobTillaart/SHT31", - "category": "Uncategorized", + "name": "Porcupine_ZH", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Mandarin language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHT31.git", - "providesIncludes": [ - "Wire.h", - "SHT31.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-zh.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.4.zip", - "archiveFileName": "SHT31-0.2.4.zip", - "size": 13403, - "checksum": "SHA-256:a57e3d35af0be207d62518b603da276489fc86f494be480c86ad70cae654fb29" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_ZH-3.0.0.zip", + "archiveFileName": "Porcupine_ZH-3.0.0.zip", + "size": 522597, + "checksum": "SHA-256:be3525437f18af0a045eb477e5b5e0ad791c97014ad64b80c9c31d2e08b87909" }, { - "name": "SHT31", - "version": "0.2.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for the SHT31 temperature and humidity sensor", - "paragraph": "Class for SHT31 Temperature Humidity Adafruit I2C", - "website": "https://github.com/RobTillaart/SHT31", - "category": "Uncategorized", + "name": "Porcupine_VN", + "version": "2.2.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Vietnamese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHT31.git", - "providesIncludes": [ - "Wire.h", - "SHT31.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-vn.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31-0.2.5.zip", - "archiveFileName": "SHT31-0.2.5.zip", - "size": 14590, - "checksum": "SHA-256:1e6249733ae5b3104af4664af17b12b393cbf4c1fe3e0201e08795b199aa2d4a" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_VN-2.2.0.zip", + "archiveFileName": "Porcupine_VN-2.2.0.zip", + "size": 508321, + "checksum": "SHA-256:7cb19d7645a1126c15056a9acaa11fbaf092d53fffd21de2b6eacdbf53ff9a35" }, { - "name": "OmEspHelpers", - "version": "1.5.20200512", - "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", - "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", - "sentence": "Web front end for simple IoT projects.", - "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", - "website": "https://github.com/distrakt/OmEspHelpers/", - "category": "Communication", + "name": "Porcupine_VN", + "version": "2.2.1", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Vietnamese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/distrakt/OmEspHelpers.git", - "providesIncludes": [ - "OmEspHelpers.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-vn.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.5.20200512.zip", - "archiveFileName": "OmEspHelpers-1.5.20200512.zip", - "size": 76793, - "checksum": "SHA-256:8c9d4ce6206cdf7cbef3afe68a80112abc15d9f46ceea4cd0b38a19d7a065afc" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_VN-2.2.1.zip", + "archiveFileName": "Porcupine_VN-2.2.1.zip", + "size": 507551, + "checksum": "SHA-256:5112a2bcaf00c609c547648e64368b1dc8a5bed7f493e75d2b8407614eceefa8" }, { - "name": "OmEspHelpers", - "version": "1.6.20200731", - "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", - "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", - "sentence": "Web front end for simple IoT projects.", - "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", - "website": "https://github.com/distrakt/OmEspHelpers/", - "category": "Communication", + "name": "Porcupine_VN", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Vietnamese language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/distrakt/OmEspHelpers.git", - "providesIncludes": [ - "OmEspHelpers.h" + "repository": "https://github.com/Picovoice/porcupine-arduino-vn.git", + "dependencies": [ + { + "name": "LibPrintf" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.6.20200731.zip", - "archiveFileName": "OmEspHelpers-1.6.20200731.zip", - "size": 324859, - "checksum": "SHA-256:05c1273d4f31cdd9af565c515a2268ce59796462ea2eeeb2eb9b7c8608514c82" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_VN-3.0.0.zip", + "archiveFileName": "Porcupine_VN-3.0.0.zip", + "size": 516117, + "checksum": "SHA-256:0e6ba0a807864bf9fbc9334ddfafff5ff732131df7406b0acddb4e65a52b5631" }, { - "name": "OmEspHelpers", - "version": "1.7.20201029", - "author": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", - "maintainer": "David Van Brink \u003cdavid.van.brink@gmail.com\u003e", - "sentence": "Web front end for simple IoT projects.", - "paragraph": "In a few lines of code, you can have UI for controlling parameters on your IoT project.", - "website": "https://github.com/distrakt/OmEspHelpers/", - "category": "Communication", + "name": "CursedDoubleLinkedListInterface", + "version": "1.0.0", + "author": "sorek.uk", + "maintainer": "sorek \u003ccontact@sorek.uk\u003e", + "sentence": "Cursed Double Linked List Interface with previous/next pointers for C++ and Arduino.", + "paragraph": "Install this library interface if you want to use it for linked lists", + "website": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/distrakt/OmEspHelpers.git", - "providesIncludes": [ - "OmEspHelpers.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/distrakt/OmEspHelpers-1.7.20201029.zip", - "archiveFileName": "OmEspHelpers-1.7.20201029.zip", - "size": 568237, - "checksum": "SHA-256:c03ad4b42b5a5624a21f72f04306528de7abaf41184830fb6afaa38a491c1cef" + "repository": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/handmade0octopus/CursedDoubleLinkedListInterface-1.0.0.zip", + "archiveFileName": "CursedDoubleLinkedListInterface-1.0.0.zip", + "size": 6535, + "checksum": "SHA-256:50b700b628c72bfedf4a2b01656fbc19a215c1e42f678d8c021d6462ac55a7ed" }, { - "name": "SDConfig", - "version": "1.1.0", - "author": "Claus Mancini \u003cclaus.nahuel@gmail.com\u003e", - "maintainer": "Claus Mancini \u003cclaus.nahuel@gmail.com\u003e", - "sentence": "A library for reading and writing settings from a configuration file on a SD card.", - "paragraph": "This library simplifies working with configuration variables stored in a SD for certain formated text files. It translates variable setting values into Arduino data types.", - "website": "https://github.com/Fuzzer11/SDconfig", - "category": "Uncategorized", + "name": "CursedDoubleLinkedListInterface", + "version": "1.0.1", + "author": "sorek.uk", + "maintainer": "sorek \u003ccontact@sorek.uk\u003e", + "sentence": "Cursed Double Linked List Interface with previous/next pointers for C++ and Arduino.", + "paragraph": "Install this library interface if you want to use it for linked lists", + "website": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Fuzzer11/SDconfig.git", - "dependencies": [ - { - "name": "SD" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Fuzzer11/SDConfig-1.1.0.zip", - "archiveFileName": "SDConfig-1.1.0.zip", - "size": 17092, - "checksum": "SHA-256:9d9235af463f13d2e043dcc7aa9f8f40b1922f6d9892113e170bb551e174c8de" + "repository": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/handmade0octopus/CursedDoubleLinkedListInterface-1.0.1.zip", + "archiveFileName": "CursedDoubleLinkedListInterface-1.0.1.zip", + "size": 6790, + "checksum": "SHA-256:b5b6f3421d09a70df85f6d659512fbd70e31de0bf0ea599f9bcda9df1017ad8b" }, { - "name": "DebugLog", - "version": "0.1.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "CursedDoubleLinkedListInterface", + "version": "1.0.2", + "author": "sorek.uk", + "maintainer": "sorek \u003ccontact@sorek.uk\u003e", + "sentence": "Cursed Double Linked List Interface with previous/next pointers for C++ and Arduino.", + "paragraph": "Install this library interface if you want to use it for linked lists", + "website": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.3.zip", - "archiveFileName": "DebugLog-0.1.3.zip", - "size": 5472, - "checksum": "SHA-256:1055914d1b686d71b560064dfb806b8fc30b11dfdc69d762abd36a6e71e08600" + "repository": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/handmade0octopus/CursedDoubleLinkedListInterface-1.0.2.zip", + "archiveFileName": "CursedDoubleLinkedListInterface-1.0.2.zip", + "size": 6943, + "checksum": "SHA-256:7c0bea27e3fefdc60e2dab0f19b810654c8fe438742775f9d7684fd434c15479" }, { - "name": "DebugLog", - "version": "0.1.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "CursedDoubleLinkedListInterface", + "version": "1.0.3", + "author": "sorek.uk", + "maintainer": "sorek \u003ccontact@sorek.uk\u003e", + "sentence": "Cursed Double Linked List Interface with previous/next pointers for C++ and Arduino.", + "paragraph": "Install this library interface if you want to use it for linked lists", + "website": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.4.zip", - "archiveFileName": "DebugLog-0.1.4.zip", - "size": 5458, - "checksum": "SHA-256:6c3d610a7762b1712520c83890dbca9ac1480a1661261dab8cd98504c516ecf3" + "repository": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/handmade0octopus/CursedDoubleLinkedListInterface-1.0.3.zip", + "archiveFileName": "CursedDoubleLinkedListInterface-1.0.3.zip", + "size": 7446, + "checksum": "SHA-256:2a7baf333af30dc9f93befd52b66a6cd9d159da6f0873f419b017acefe24c848" }, { - "name": "DebugLog", - "version": "0.1.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "CursedDoubleLinkedListInterface", + "version": "1.0.4", + "author": "sorek.uk", + "maintainer": "sorek \u003ccontact@sorek.uk\u003e", + "sentence": "Cursed Double Linked List Interface with previous/next pointers for C++ and Arduino.", + "paragraph": "Install this library interface if you want to use it for linked lists", + "website": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.5.zip", - "archiveFileName": "DebugLog-0.1.5.zip", - "size": 5473, - "checksum": "SHA-256:69efe9840307fb2f800617c712bdaf178135974d6720bd4c7a21b5db4381710b" + "repository": "https://github.com/handmade0octopus/CursedDoubleLinkedListInterface-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/handmade0octopus/CursedDoubleLinkedListInterface-1.0.4.zip", + "archiveFileName": "CursedDoubleLinkedListInterface-1.0.4.zip", + "size": 7449, + "checksum": "SHA-256:cd7b39be7be75d7a8c736faa07d68691fcaec7a3b888fd52cd69cef85d0ed162" }, { - "name": "DebugLog", - "version": "0.1.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-Cyphal-Support", + "version": "0.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a various support functions for building a full Cyphal compliant application.", + "paragraph": "Examples for such support functionality is an API for obtaining a unique 64-bit ID as well as an API for permanent register storage and retrieval.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal-Support", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.6.zip", - "archiveFileName": "DebugLog-0.1.6.zip", - "size": 5471, - "checksum": "SHA-256:816335c29cbab287fb933d6058382ccedecfeaa637dfa3310c20c2f878fa416f" + "repository": "https://github.com/107-systems/107-Arduino-Cyphal-Support.git", + "providesIncludes": [ + "107-Arduino-Cyphal-Support.h" + ], + "dependencies": [ + { + "name": "107-Arduino-UniqueId" + }, + { + "name": "107-Arduino-Cyphal" + }, + { + "name": "107-Arduino-littlefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal_Support-0.1.0.zip", + "archiveFileName": "107_Arduino_Cyphal_Support-0.1.0.zip", + "size": 9339, + "checksum": "SHA-256:0ac7c2ba03eaa4d822bfac61864a6cb7ffec0edffd784c8129167ec23b49e779" }, { - "name": "DebugLog", - "version": "0.1.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-Cyphal-Support", + "version": "0.2.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a various support functions for building a full Cyphal compliant application.", + "paragraph": "Examples for such support functionality is an API for obtaining a unique 64-bit ID as well as an API for permanent register storage and retrieval.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal-Support", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.7.zip", - "archiveFileName": "DebugLog-0.1.7.zip", - "size": 5474, - "checksum": "SHA-256:4dbdbe161cc503e3b286566bfb7e13dfb2b16539150a2cd6e27bdf184971ec71" + "repository": "https://github.com/107-systems/107-Arduino-Cyphal-Support.git", + "providesIncludes": [ + "107-Arduino-Cyphal-Support.h" + ], + "dependencies": [ + { + "name": "107-Arduino-UniqueId" + }, + { + "name": "107-Arduino-Cyphal" + }, + { + "name": "107-Arduino-littlefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal_Support-0.2.0.zip", + "archiveFileName": "107_Arduino_Cyphal_Support-0.2.0.zip", + "size": 13789, + "checksum": "SHA-256:79ac80d91a02090dd801b7f6291d04c6c7431cb3732cbaafa373bb14a578d983" }, { - "name": "DebugLog", - "version": "0.1.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-Cyphal-Support", + "version": "0.3.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a various support functions for building a full Cyphal compliant application.", + "paragraph": "Examples for such support functionality is an API for obtaining a unique 64-bit ID as well as an API for permanent register storage and retrieval.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal-Support", + "category": "Other", "architectures": [ - "*" + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.8.zip", - "archiveFileName": "DebugLog-0.1.8.zip", - "size": 5479, - "checksum": "SHA-256:db92eb4b13282e40a1382bc25bd82601b4a48203d6883e27d401e18af615bca1" + "repository": "https://github.com/107-systems/107-Arduino-Cyphal-Support.git", + "providesIncludes": [ + "107-Arduino-Cyphal-Support.h" + ], + "dependencies": [ + { + "name": "107-Arduino-UniqueId" + }, + { + "name": "107-Arduino-Cyphal" + }, + { + "name": "107-Arduino-littlefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal_Support-0.3.0.zip", + "archiveFileName": "107_Arduino_Cyphal_Support-0.3.0.zip", + "size": 15119, + "checksum": "SHA-256:e6eb2151d255d62c3d3aedcebebe24aaaf62ddd24f1a60abc96e6b36fc99cedf" }, { - "name": "DebugLog", - "version": "0.1.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "107-Arduino-Cyphal-Support", + "version": "0.3.1", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Arduino library for providing a various support functions for building a full Cyphal compliant application.", + "paragraph": "Examples for such support functionality is an API for obtaining a unique 64-bit ID as well as an API for permanent register storage and retrieval.", + "website": "https://github.com/107-systems/107-Arduino-Cyphal-Support", + "category": "Other", "architectures": [ - "*" + "rp2040", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.1.9.zip", - "archiveFileName": "DebugLog-0.1.9.zip", - "size": 5708, - "checksum": "SHA-256:5a2eb5b298ae6f5adc51a5f6f28d7dc2c13ab9e67c2098c2aba5297be419fbe4" + "repository": "https://github.com/107-systems/107-Arduino-Cyphal-Support.git", + "providesIncludes": [ + "107-Arduino-Cyphal-Support.h" + ], + "dependencies": [ + { + "name": "107-Arduino-UniqueId" + }, + { + "name": "107-Arduino-Cyphal" + }, + { + "name": "107-Arduino-littlefs" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Cyphal_Support-0.3.1.zip", + "archiveFileName": "107_Arduino_Cyphal_Support-0.3.1.zip", + "size": 15121, + "checksum": "SHA-256:b39c21917cce7bc897dbd3b9d4e462e6f5e90a3d5587992de69da7faf6cbd186" }, { - "name": "DebugLog", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "ModuleMore Sumo V2", + "version": "1.0.1", + "author": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "maintainer": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "sentence": "Library for ModuleMore Sumo robot controller.", + "paragraph": "This library provides an easy way to control ModuleMore Sumo robot controller.", + "website": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.0.zip", - "archiveFileName": "DebugLog-0.2.0.zip", - "size": 7302, - "checksum": "SHA-256:b53580f56bb88fd08387eb519747b70767258895fdc121dcb8ac770af1c28e8e" + "repository": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fxprime/ModuleMore_Sumo_V2-1.0.1.zip", + "archiveFileName": "ModuleMore_Sumo_V2-1.0.1.zip", + "size": 56249, + "checksum": "SHA-256:2b78d0b8c48749b8d4334190e50dcd445a76266ba2ddcac10e99768b2245c1e3" }, { - "name": "DebugLog", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "ModuleMore Sumo V2", + "version": "1.0.2", + "author": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "maintainer": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "sentence": "Library for ModuleMore Sumo robot controller.", + "paragraph": "This library provides an easy way to control ModuleMore Sumo robot controller.", + "website": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.1.zip", - "archiveFileName": "DebugLog-0.2.1.zip", - "size": 9244, - "checksum": "SHA-256:0ca890cc5eb5a9b66e0fe85fb14c98744cb9ffd43bad81411e14723f66722550" + "repository": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fxprime/ModuleMore_Sumo_V2-1.0.2.zip", + "archiveFileName": "ModuleMore_Sumo_V2-1.0.2.zip", + "size": 56266, + "checksum": "SHA-256:c8ca2ea92ab34cd202083346c979c4320b6199e36f2a489780cc5a737743cbb0" }, { - "name": "DebugLog", - "version": "0.2.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "ModuleMore Sumo V2", + "version": "1.0.3", + "author": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "maintainer": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "sentence": "Library for ModuleMore Sumo robot controller.", + "paragraph": "This library provides an easy way to control ModuleMore Sumo robot controller.", + "website": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.2.2.zip", - "archiveFileName": "DebugLog-0.2.2.zip", - "size": 9543, - "checksum": "SHA-256:45c88a922e624337d3fb0c5fc3436e128e0b7162b66f8b0f3b83097c3e932e83" + "repository": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "dependencies": [ + { + "name": "Wire" + }, + { + "name": "VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fxprime/ModuleMore_Sumo_V2-1.0.3.zip", + "archiveFileName": "ModuleMore_Sumo_V2-1.0.3.zip", + "size": 38909, + "checksum": "SHA-256:ed687edef3c459811521c1028b8bd0163cb86f2f1e949f822dcfe57efbb68921" }, { - "name": "DebugLog", - "version": "0.3.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai/DebugLog", - "category": "Communication", + "name": "ModuleMore Sumo V2", + "version": "1.0.4", + "author": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "maintainer": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "sentence": "Library for ModuleMore Sumo robot controller.", + "paragraph": "This library provides an easy way to control ModuleMore Sumo robot controller.", + "website": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.3.0.zip", - "archiveFileName": "DebugLog-0.3.0.zip", - "size": 9820, - "checksum": "SHA-256:11cec8b219f81998047a3885029d9bca807f1509d3f29bab4092ec2698ab75ab" + "repository": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "dependencies": [ + { + "name": "VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fxprime/ModuleMore_Sumo_V2-1.0.4.zip", + "archiveFileName": "ModuleMore_Sumo_V2-1.0.4.zip", + "size": 38905, + "checksum": "SHA-256:6c8f435bbc890efedd585b37584a589664d03f19f9759b8fb047c212311b5e26" }, { - "name": "DebugLog", - "version": "0.3.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Serial based assertion and log library for Arduino", - "paragraph": "Serial based assertion and log library for Arduino", - "website": "https://github.com/hideakitai/DebugLog", - "category": "Communication", + "name": "ModuleMore Sumo V2", + "version": "1.0.5", + "author": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "maintainer": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "sentence": "Library for ModuleMore Sumo robot controller.", + "paragraph": "This library provides an easy way to control ModuleMore Sumo robot controller.", + "website": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Debug.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DebugLog-0.3.1.zip", - "archiveFileName": "DebugLog-0.3.1.zip", - "size": 10423, - "checksum": "SHA-256:d8ea7f2a7b5755ad3bb12176a39bf55586c4d6d66e79773d45e8758dcfb7ded4" + "repository": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "dependencies": [ + { + "name": "VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fxprime/ModuleMore_Sumo_V2-1.0.5.zip", + "archiveFileName": "ModuleMore_Sumo_V2-1.0.5.zip", + "size": 38892, + "checksum": "SHA-256:af8d7a8f2898d74cde39418d2042f7d71ca3842292c3daf2dcf14ab053c20d56" }, { - "name": "RTCMemory", - "version": "1.0.0", - "author": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", - "maintainer": "Fabiano Riccardi \u003cfabiano.riccardi@outlook.com\u003e", - "sentence": "A class to facilitate the management of data persistence across different memory hierarchy (RAM, RTC memory and flash memory) on ESP8266", - "website": "https://github.com/fabiuz7/rtc-memory-esp8266", - "category": "Data Storage", + "name": "ModuleMore Sumo V2", + "version": "1.1.0", + "author": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "maintainer": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "sentence": "Library for ModuleMore Sumo robot controller.", + "paragraph": "This library provides an easy way to control ModuleMore Sumo robot controller.", + "website": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "category": "Device Control", "architectures": [ - "esp8266" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/rtc-memory-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/RTCMemory-1.0.0.zip", - "archiveFileName": "RTCMemory-1.0.0.zip", - "size": 9168, - "checksum": "SHA-256:6e2d67cb55eb8fbdf1fc5196c5d4a6432c70c8c368638e0eb6232c97192c919d" + "repository": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "dependencies": [ + { + "name": "VL53L0X" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fxprime/ModuleMore_Sumo_V2-1.1.0.zip", + "archiveFileName": "ModuleMore_Sumo_V2-1.1.0.zip", + "size": 39331, + "checksum": "SHA-256:609777671f8ae4c1c1478e5c1b24e650dc053956324d7723c0d06c1d684eb51e" }, { - "name": "ESP-WiFiSettings", - "version": "3.0.0", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "ModuleMore Sumo V2", + "version": "1.2.0", + "author": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "maintainer": "ModuleMore Co., Ltd. \u003cmodulemore@gmail.com\u003e", + "sentence": "Library for ModuleMore Sumo robot controller.", + "paragraph": "This library provides an easy way to control ModuleMore Sumo robot controller.", + "website": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.0.0.zip", - "archiveFileName": "ESP_WiFiSettings-3.0.0.zip", - "size": 393107, - "checksum": "SHA-256:2ef11f96c3f4e442ad4650c272f5303a56c9a924abafedb084502ad609e04a0b" + "repository": "https://github.com/fxprime/ModuleMoreSumoV2.git", + "dependencies": [ + { + "name": "VL53L0X" + }, + { + "name": "PPM", + "version": "=1.1.3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fxprime/ModuleMore_Sumo_V2-1.2.0.zip", + "archiveFileName": "ModuleMore_Sumo_V2-1.2.0.zip", + "size": 40715, + "checksum": "SHA-256:6ae7a866e8091e9689c248a397f35fc9bb0d72b1bd7e34c7dcfa84ec3dceae18" }, { - "name": "ESP-WiFiSettings", - "version": "3.1.0", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "MusiciansMate", + "version": "1.0.0", + "author": "Witthawat Praphanwong \u003cwitthawat.pr@ku.th\u003e, Thanadon Kritveeranant \u003cthanadon.kr@ku.th\u003e, Potsawat Thinkanwatthana \u003cpotsawat.t@ku.th\u003e", + "maintainer": "Potsawat Thinkanwatthana \u003cpotsawat.t@ku.th\u003e", + "sentence": "An Arduino library that enables (some) musical functionalities primarily to Espressif's ESP32 boards.", + "paragraph": "This is an educational project.", + "website": "https://github.com/naiithink/musicians-mate", + "category": "Other", "architectures": [ - "esp32", - "esp8266" + "xtensa" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.1.0.zip", - "archiveFileName": "ESP_WiFiSettings-3.1.0.zip", - "size": 393197, - "checksum": "SHA-256:d2f526f26b0ef8cc527f1596f5fa9b3bb4fda849af67da8f377088651a3baf0c" + "repository": "https://github.com/naiithink/musicians-mate.git", + "providesIncludes": [ + "MusiciansMate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/naiithink/MusiciansMate-1.0.0.zip", + "archiveFileName": "MusiciansMate-1.0.0.zip", + "size": 26946, + "checksum": "SHA-256:830c7eddccb5a9b665492478d93aedbf6e7216907ad21fea57e813f7dd26f9f6" }, { - "name": "ESP-WiFiSettings", - "version": "3.2.0", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "MusiciansMate", + "version": "1.0.1", + "author": "Witthawat Praphanwong \u003cwitthawat.pr@ku.th\u003e, Thanadon Kritveeranant \u003cthanadon.kr@ku.th\u003e, Potsawat Thinkanwatthana \u003cpotsawat.t@ku.th\u003e", + "maintainer": "Potsawat Thinkanwatthana \u003cpotsawat.t@ku.th\u003e", + "sentence": "An Arduino library that enables (some) musical functionalities primarily to Espressif's ESP32 boards.", + "paragraph": "This is an educational project.", + "website": "https://github.com/naiithink/musicians-mate", + "category": "Other", "architectures": [ - "esp32", - "esp8266" + "xtensa" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.2.0.zip", - "archiveFileName": "ESP_WiFiSettings-3.2.0.zip", - "size": 393238, - "checksum": "SHA-256:fd8931b4a45e8cc61655f4b442fe6ba305de95518fdbfd9dbb9c681aadf831da" + "repository": "https://github.com/naiithink/musicians-mate.git", + "providesIncludes": [ + "MusiciansMate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/naiithink/MusiciansMate-1.0.1.zip", + "archiveFileName": "MusiciansMate-1.0.1.zip", + "size": 33292, + "checksum": "SHA-256:14eb100f86a9fa80b15e87b38e4cb343c41561eb06f69c133aad9674d1e71ae3" }, { - "name": "ESP-WiFiSettings", - "version": "3.3.0", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "MusiciansMate", + "version": "1.0.2", + "author": "Epic IoT", + "maintainer": "Potsawat Thinkanwatthana \u003cpotsawat.t@ku.th\u003e", + "sentence": "An Arduino library that helps you develop your musical IoT devices.", + "paragraph": "This is an educational project.", + "website": "https://github.com/naiithink/musicians-mate", + "category": "Other", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.0.zip", - "archiveFileName": "ESP_WiFiSettings-3.3.0.zip", - "size": 393340, - "checksum": "SHA-256:ec2cbed1fdd9040446e1a88f1a9cd2ecb7be37fb82f981a0e1fc93331425c6f8" + "repository": "https://github.com/naiithink/musicians-mate.git", + "providesIncludes": [ + "MusiciansMate.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/naiithink/MusiciansMate-1.0.2.zip", + "archiveFileName": "MusiciansMate-1.0.2.zip", + "size": 33457, + "checksum": "SHA-256:0b5f8b753b284e0ecdfc22fbc958868ba7d615577805402d8ee8e8d0ac0b988e" }, { - "name": "ESP-WiFiSettings", - "version": "3.3.1", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "KAIST_IoTDataScience", + "version": "1.0.0", + "author": "Sangjun Park,CS565 TAs", + "maintainer": "Sangjun Park \u003chighjun10170@gmail.com\u003e", + "sentence": "This library was repackage for KAIST_IoTDataScience Class.", + "paragraph": "This library was repackage for KAIST_IoTDataScience Class.", + "website": "http://tiny.cc/cs565", + "category": "Sensors", "architectures": [ - "esp32", - "esp8266" + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.1.zip", - "archiveFileName": "ESP_WiFiSettings-3.3.1.zip", - "size": 393356, - "checksum": "SHA-256:d9ce34967d6e6c5afe24fe4ea98e8afda22ce174031dd421326a7c80e58e11c0" + "repository": "https://github.com/Kaist-ICLab/KAIST_IoTDataScience.git", + "providesIncludes": [ + "TinyMLShield.h", + "TensorFlowLite.h", + "OV767X_TinyMLx.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kaist-ICLab/KAIST_IoTDataScience-1.0.0.zip", + "archiveFileName": "KAIST_IoTDataScience-1.0.0.zip", + "size": 8871341, + "checksum": "SHA-256:c6d48b95553ac02d77acff50b1e9e791bbab4e329e7da992525cce4e7e9bdb56" }, { - "name": "ESP-WiFiSettings", - "version": "3.3.2", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "0.1.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524 and PCAL6534 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.2.zip", - "archiveFileName": "ESP_WiFiSettings-3.3.2.zip", - "size": 393358, - "checksum": "SHA-256:72980cb877683d14461c148e4f28c1aea3fe39479bf5dd4b7a44dd4c955d8146" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-0.1.0.zip", + "archiveFileName": "GPIO_NXP_Arduino-0.1.0.zip", + "size": 259582, + "checksum": "SHA-256:26659aab00ce942b2b6e0786a7703829b1c0088005d4c64c932cc20651ca0660" }, { - "name": "ESP-WiFiSettings", - "version": "3.3.3", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "0.1.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524 and PCAL6534 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.3.3.zip", - "archiveFileName": "ESP_WiFiSettings-3.3.3.zip", - "size": 393356, - "checksum": "SHA-256:a539e9bedece6f4a47c8ae11fc432743f67fe48c988180be033d14b4f7a48546" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-0.1.1.zip", + "archiveFileName": "GPIO_NXP_Arduino-0.1.1.zip", + "size": 260889, + "checksum": "SHA-256:1daa8d9a331e4d7c50a1d7afe07b536b80cd3ffe10e201210e2cc403ebddd99a" }, { - "name": "ESP-WiFiSettings", - "version": "3.4.0", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "0.2.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524, PCAL6534 and PCA9555 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.4.0.zip", - "archiveFileName": "ESP_WiFiSettings-3.4.0.zip", - "size": 394242, - "checksum": "SHA-256:f493e7eb24a0da78ba33f0ac7c9e0b7dcd56d807c55467720193358b62792b27" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-0.2.0.zip", + "archiveFileName": "GPIO_NXP_Arduino-0.2.0.zip", + "size": 281402, + "checksum": "SHA-256:7944c01adbbfdb174c044fbe0fb363fc995f2416cfc4e9ff845b7f59f26904d7" }, { - "name": "ESP-WiFiSettings", - "version": "3.5.0", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "0.3.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524, PCAL6534 and PCA9555 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.0.zip", - "archiveFileName": "ESP_WiFiSettings-3.5.0.zip", - "size": 394449, - "checksum": "SHA-256:c767ceb2938c547387cc4ec4ad35f1adbc129506678e0e255a66e24a0bf45def" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-0.3.0.zip", + "archiveFileName": "GPIO_NXP_Arduino-0.3.0.zip", + "size": 293616, + "checksum": "SHA-256:1449853035530de40ad314825920a173a82b75b79ec304dfc76c5e8277c43a50" }, { - "name": "ESP-WiFiSettings", - "version": "3.5.1", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "0.4.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524, PCAL6534 and PCA9555 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.1.zip", - "archiveFileName": "ESP_WiFiSettings-3.5.1.zip", - "size": 394445, - "checksum": "SHA-256:45d5bef2a1ae11362e3e882ca93a3be4fd34aaeffc788899d98700d028d7553d" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-0.4.0.zip", + "archiveFileName": "GPIO_NXP_Arduino-0.4.0.zip", + "size": 297181, + "checksum": "SHA-256:d938fc222312147e74a06c6672fe60d16dcef2be725897ac4db74f0f7af4d603" }, { - "name": "ESP-WiFiSettings", - "version": "3.5.2", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "0.4.2", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524, PCAL6534 and PCA9555 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.2.zip", - "archiveFileName": "ESP_WiFiSettings-3.5.2.zip", - "size": 1783304, - "checksum": "SHA-256:78bd2c3e3d646f748be087456a2326dd380997567e98d0992f34dc97ea619968" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-0.4.2.zip", + "archiveFileName": "GPIO_NXP_Arduino-0.4.2.zip", + "size": 341111, + "checksum": "SHA-256:66455dbb4e3b99c276db3e56e51c0bacac7c2ea8b97cf2d7f0248d167eea536c" }, { - "name": "ESP-WiFiSettings", - "version": "3.5.3", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "0.4.3", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524, PCAL6534 and PCA9555 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.3.zip", - "archiveFileName": "ESP_WiFiSettings-3.5.3.zip", - "size": 1783315, - "checksum": "SHA-256:357d996ec5fbe6d5511bbd44bff3e446cd446465ed5a14d2c0fbd577f5447071" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-0.4.3.zip", + "archiveFileName": "GPIO_NXP_Arduino-0.4.3.zip", + "size": 379095, + "checksum": "SHA-256:05a43892a95b5f011d93839f420c3c9826c19ff50a27792bcdc785f3ff255e2a" }, { - "name": "ESP-WiFiSettings", - "version": "3.5.4", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "GPIO_NXP_Arduino", + "version": "1.0.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP GPIO drivers", + "paragraph": "PCAL6408A, PCAL6416A, PCAL6524, PCAL6534 and PCA9555 are supported", + "website": "https://github.com/teddokano/GPIO_NXP_Arduino", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.4.zip", - "archiveFileName": "ESP_WiFiSettings-3.5.4.zip", - "size": 1783325, - "checksum": "SHA-256:c2fc5cbde2b453758f725cd7b4d3f56d11b004e9306a9d5bb733ecd7d5459566" + "repository": "https://github.com/teddokano/GPIO_NXP_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/GPIO_NXP_Arduino-1.0.0.zip", + "archiveFileName": "GPIO_NXP_Arduino-1.0.0.zip", + "size": 379081, + "checksum": "SHA-256:fd50c96e005c05e1ed2423caed9d4d2ace9583532948ab16d56f929b36778718" }, { - "name": "ESP-WiFiSettings", - "version": "3.5.5", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "Sensirion_UPT_Core", + "version": "0.1.1", + "author": "Jonas Stolle", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for definitions and configurations used by other Sensirion Unified Prototyping Toolkit (UPT) libraries.", + "paragraph": "There shouldn't be a reason to use it directly, but other libraries might depend on it.", + "website": "https://github.com/Sensirion/upt-core", + "category": "Other", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.5.5.zip", - "archiveFileName": "ESP_WiFiSettings-3.5.5.zip", - "size": 1783667, - "checksum": "SHA-256:7c00b086945ba6fa0dacbf38723b0c212a7e00b764aaf07709b5409daa27db93" + "repository": "https://github.com/Sensirion/upt-core.git", + "providesIncludes": [ + "Sensirion_UPT_Core.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UPT_Core-0.1.1.zip", + "archiveFileName": "Sensirion_UPT_Core-0.1.1.zip", + "size": 11001, + "checksum": "SHA-256:e868f96e93310c7e2d3193fb54e00bbc60fdf6363f5b540a59d82194832b65d3" }, { - "name": "ESP-WiFiSettings", - "version": "3.6.0", - "author": "Juerd Waalboer,Pwuts", - "maintainer": "Juerd Waalboer \u003c#####@juerd.nl\u003e", - "sentence": "WiFi configuration manager for the ESP32 and ESP8266 platforms.", - "paragraph": "Starts an access point with captive portal to allow configuration of the WiFi network name (SSID) and password.", - "website": "https://github.com/Juerd/ESP-WiFiSettings", - "category": "Communication", + "name": "Sensirion_UPT_Core", + "version": "0.1.3", + "author": "Jonas Stolle", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for definitions and configurations used by other Sensirion Unified Prototyping Toolkit (UPT) libraries.", + "paragraph": "There shouldn't be a reason to use it directly, but other libraries might depend on it.", + "website": "https://github.com/Sensirion/upt-core", + "category": "Other", "architectures": [ - "esp32", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Juerd/ESP-WiFiSettings.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Juerd/ESP_WiFiSettings-3.6.0.zip", - "archiveFileName": "ESP_WiFiSettings-3.6.0.zip", - "size": 1783774, - "checksum": "SHA-256:7b44bde51708c98561a416312d41e760d727974f0a69bd26d4a701d9ee331b8d" + "repository": "https://github.com/Sensirion/upt-core.git", + "providesIncludes": [ + "Sensirion_UPT_Core.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UPT_Core-0.1.3.zip", + "archiveFileName": "Sensirion_UPT_Core-0.1.3.zip", + "size": 14139, + "checksum": "SHA-256:a9454dee8c36153a27088d61d0e2138ced658b6943c9d25923708622234dec34" }, { - "name": "AVR-context", - "version": "0.9.0", - "author": "Artem Boldariev \u003cartem@boldariev.com\u003e", - "maintainer": "Artem Boldariev \u003cartem@boldariev.com\u003e", - "license": "MIT", - "sentence": "This library provides a low-level facility for context switching between multiple threads of execution and contains an implementation of asymmetric stackful coroutines on an AVR micro-controller.", - "paragraph": "The low level context switching facility consists of a data type (avr_context_t), functions (avr_getcontext(), avr_setcontext(), avr_makecontext(), avr_swapcontext()), and macros (AVR_SAVE_CONTEXT, AVR_RESTORE_CONTEXT, AVR_SAVE_CONTEXT_GLOBAL_POINTER, AVR_RESTORE_CONTEXT_GLOBAL_POINTER). The asymmetric stackful coroutines facility consists of a data type (avr_corot_t), and four functions (avr_coro_init(), avr_coro_resume(), avr_coro_yield(), avr_coro_state()). This functionality is implemented on top of the context switching facility.", - "website": "https://github.com/arbv/avr-context", + "name": "Sensirion_UPT_Core", + "version": "0.1.4", + "author": "Jonas Stolle", + "maintainer": "Sensirion AG \u003csensirion.com\u003e", + "sentence": "Library for definitions and configurations used by other Sensirion Unified Prototyping Toolkit (UPT) libraries.", + "paragraph": "There shouldn't be a reason to use it directly, but other libraries might depend on it.", + "website": "https://github.com/Sensirion/upt-core", "category": "Other", "architectures": [ - "avr", - "megaavr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbv/avr-context.git", + "repository": "https://github.com/Sensirion/upt-core.git", "providesIncludes": [ - "avrcontext_arduino.h" + "Sensirion_UPT_Core.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arbv/AVR_context-0.9.0.zip", - "archiveFileName": "AVR_context-0.9.0.zip", - "size": 33601, - "checksum": "SHA-256:2565012d82a1c131c3730084838f198a006007e31ca27587b299520579512bfc" + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UPT_Core-0.1.4.zip", + "archiveFileName": "Sensirion_UPT_Core-0.1.4.zip", + "size": 14228, + "checksum": "SHA-256:0f746d6cfc8ba15e4283782d1e91d588167eea90d9580b9d778791d85cc7e626" }, { - "name": "AVR-context", - "version": "0.9.1", - "author": "Artem Boldariev \u003cartem@boldariev.com\u003e", - "maintainer": "Artem Boldariev \u003cartem@boldariev.com\u003e", - "license": "MIT", - "sentence": "This library provides a low-level facility for context switching between multiple threads of execution and contains an implementation of asymmetric stackful coroutines on an AVR micro-controller.", - "paragraph": "The low level context switching facility consists of a data type (avr_context_t), functions (avr_getcontext(), avr_setcontext(), avr_makecontext(), avr_swapcontext()), and macros (AVR_SAVE_CONTEXT, AVR_RESTORE_CONTEXT, AVR_SAVE_CONTEXT_GLOBAL_POINTER, AVR_RESTORE_CONTEXT_GLOBAL_POINTER). The asymmetric stackful coroutines facility consists of a data type (avr_coro_t), and four functions (avr_coro_init(), avr_coro_resume(), avr_coro_yield(), avr_coro_state()). This functionality is implemented on top of the context switching facility.", - "website": "https://github.com/arbv/avr-context", + "name": "Finite-State", + "version": "1.0.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine for Arduino.", + "paragraph": "Finite-State provides a state machine of a finite.", + "website": "https://github.com/MicroBeaut/Finite-State", "category": "Other", "architectures": [ - "avr", - "megaavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arbv/avr-context.git", - "providesIncludes": [ - "avrcontext_arduino.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/arbv/AVR_context-0.9.1.zip", - "archiveFileName": "AVR_context-0.9.1.zip", - "size": 33597, - "checksum": "SHA-256:7c625ed47668fd399cef8e2eb2b583d07c90d5f823426c4ac2735363699023f1" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.0.0.zip", + "archiveFileName": "Finite_State-1.0.0.zip", + "size": 4921, + "checksum": "SHA-256:b296e3cd9db5a956ae619b6e2505412ce92d92ce9fcdec039d4be8637d795996" }, { - "name": "MsgPacketizer", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "paragraph": "MessagePack implementation for Arduino (compatible with other C++ apps)", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.1.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine for Arduino.", + "paragraph": "Finite-State provides a state machine of a finite.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.0.zip", - "archiveFileName": "MsgPacketizer-0.2.0.zip", - "size": 135280, - "checksum": "SHA-256:d136a6c2ff0ed802429d78959f430a0a686eb180dd5161d9c35d52efaff26788" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.1.0.zip", + "archiveFileName": "Finite_State-1.1.0.zip", + "size": 5098, + "checksum": "SHA-256:765a4f643953c405c8dff375c51ca969267e2ae301d5c661bf8b609d51bc62ad" }, { - "name": "MsgPacketizer", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.2.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines State Transitions.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.1.zip", - "archiveFileName": "MsgPacketizer-0.2.1.zip", - "size": 289368, - "checksum": "SHA-256:111a736ac9a802ffaea5a36481976f405091ad0b9432454946b16ee70e587f74" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.2.0.zip", + "archiveFileName": "Finite_State-1.2.0.zip", + "size": 122055, + "checksum": "SHA-256:95d04b0db4804b09c36a40ec8977099be3fd9049cef30ff5d1075c615f36c216" }, { - "name": "MsgPacketizer", - "version": "0.2.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.2.1", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines State Transitions.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.2.zip", - "archiveFileName": "MsgPacketizer-0.2.2.zip", - "size": 294071, - "checksum": "SHA-256:707e6c314c757c8d4425fc0875ac3df6871e6feb9d2603e11d1e510a25511364" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.2.1.zip", + "archiveFileName": "Finite_State-1.2.1.zip", + "size": 122359, + "checksum": "SHA-256:b9ba10105ad9c7acec462c1f22e4bd116b537088db2f088d5587d623f3c6970a" }, { - "name": "MsgPacketizer", - "version": "0.2.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.2.2", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, and event state callback functions.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.3.zip", - "archiveFileName": "MsgPacketizer-0.2.3.zip", - "size": 294782, - "checksum": "SHA-256:4321c883933e6b6f36b027171837ee61f962e914b06ec17892dd4378df22da90" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.2.2.zip", + "archiveFileName": "Finite_State-1.2.2.zip", + "size": 122540, + "checksum": "SHA-256:830ba81f9ff4aa6ae0084c88fc5617697dd0bee84cbd9dca0376562ef761e566" }, { - "name": "MsgPacketizer", - "version": "0.2.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.3.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine (FSM) for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, event state callback functions, and timer.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.4.zip", - "archiveFileName": "MsgPacketizer-0.2.4.zip", - "size": 389748, - "checksum": "SHA-256:b9c211372ddf52b7f85f6a2faf40bcb25084a8d068b6ad8e7de08776e59a5f16" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.3.0.zip", + "archiveFileName": "Finite_State-1.3.0.zip", + "size": 156478, + "checksum": "SHA-256:4c73f11c7b10a4db44f5873454a0e93d35e858d30cb320c0f04d2a34dc34fcaf" }, { - "name": "MsgPacketizer", - "version": "0.2.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.4.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine (FSM) for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, event state callback functions, and timer.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.5.zip", - "archiveFileName": "MsgPacketizer-0.2.5.zip", - "size": 300559, - "checksum": "SHA-256:1c73af2a51abbcf3bcf023f4a3c645c9628b8bdcd221099f2c2ad153b4b89fb9" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.4.0.zip", + "archiveFileName": "Finite_State-1.4.0.zip", + "size": 250513, + "checksum": "SHA-256:ffa8e17209251aa502c3c2a8f6ced974d39c62d7ed8987f0b1110f79dafc0971" }, { - "name": "MsgPacketizer", - "version": "0.2.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.4.1", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine (FSM) for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, event state callback functions, and timer.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.6.zip", - "archiveFileName": "MsgPacketizer-0.2.6.zip", - "size": 281255, - "checksum": "SHA-256:68b151a86923f4a140953b26a740c1c81def95a7ef785c3007306a6f0a2e850c" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.4.1.zip", + "archiveFileName": "Finite_State-1.4.1.zip", + "size": 429043, + "checksum": "SHA-256:e0749ffc1836d56ddbea4b6a6ca8185c24f71dc8ca1d6bc83926832914fe6d8b" }, { - "name": "MsgPacketizer", - "version": "0.2.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.4.2", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine (FSM) for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, event state callback functions, and timer.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.7.zip", - "archiveFileName": "MsgPacketizer-0.2.7.zip", - "size": 281265, - "checksum": "SHA-256:84b793a295533c488de6132b7c16c6f15550c022aa7721b17474e724cdf9c443" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.4.2.zip", + "archiveFileName": "Finite_State-1.4.2.zip", + "size": 434577, + "checksum": "SHA-256:7387d1cf025c900740b882f309d35f42088526ffad505ca7e3b9fb9ffbbcf500" }, { - "name": "MsgPacketizer", - "version": "0.2.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.4.3", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine (FSM) for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, event state callback functions, and timer.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.8.zip", - "archiveFileName": "MsgPacketizer-0.2.8.zip", - "size": 281544, - "checksum": "SHA-256:9ab082ab9341d503f4e0de0c79d5d7e016bfc9e4765bf3d7ee483858fb3d01d2" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.4.3.zip", + "archiveFileName": "Finite_State-1.4.3.zip", + "size": 432552, + "checksum": "SHA-256:3d5aae93695c1c7f852612662376949aca3ac4fa95d1d24b05c9353da0f6deaf" }, { - "name": "MsgPacketizer", - "version": "0.2.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.5.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine (FSM) for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, event state callback functions, and timer.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.9.zip", - "archiveFileName": "MsgPacketizer-0.2.9.zip", - "size": 281724, - "checksum": "SHA-256:50feecec58a4c4068ccbb75d808a6b120a265022993013267a5f4213a6693739" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.5.0.zip", + "archiveFileName": "Finite_State-1.5.0.zip", + "size": 470105, + "checksum": "SHA-256:0754df6592b9ac6a92b21b9f9d4f5a56edb4191dde063492405c3267bc4be2dc" }, { - "name": "MsgPacketizer", - "version": "0.2.10", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Finite-State", + "version": "1.6.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Finite-State Machine (FSM) for Arduino.", + "paragraph": "Finite-State provides a bounded state machine that combines state transitions, including predicate, process, event state callback functions, and timer.", + "website": "https://github.com/MicroBeaut/Finite-State", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.10.zip", - "archiveFileName": "MsgPacketizer-0.2.10.zip", - "size": 282543, - "checksum": "SHA-256:2f9d59ec5e392403044c437869cdbf8eb975f7fa3d1a2688ddd78082b26465f4" + "repository": "https://github.com/MicroBeaut/Finite-State.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/Finite_State-1.6.0.zip", + "archiveFileName": "Finite_State-1.6.0.zip", + "size": 472356, + "checksum": "SHA-256:b1aae5afc70393263fcbdebed7e2ba873cdd6ec3ec10fda8ba3453e0239006c8" }, { - "name": "MsgPacketizer", - "version": "0.2.11", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "ESP_TF", + "version": "1.0.0", + "author": "Nick Jugganaikloo", + "maintainer": "Nick Jugganaikloo", + "sentence": "Tensorflow micro for esp32 with esp nn support", + "paragraph": "Tensorflow for esp32 with esp nn can be generated from espressif tensorflow examples", + "website": "https://github.com/Nickjgniklu/ESP_TF", + "category": "Data Processing", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.11.zip", - "archiveFileName": "MsgPacketizer-0.2.11.zip", - "size": 283358, - "checksum": "SHA-256:d06ae3ae95b210ef71584f60ce26f123cfce994a7570359cb1d3c10cc668a24b" + "repository": "https://github.com/Nickjgniklu/ESP_TF.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Nickjgniklu/ESP_TF-1.0.0.zip", + "archiveFileName": "ESP_TF-1.0.0.zip", + "size": 1000976, + "checksum": "SHA-256:031684bea78f04f8cabab677b8dccdd21dc5812787eea068d450fd5ba9bbe7c3" }, { - "name": "MsgPacketizer", - "version": "0.2.12", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai", + "name": "PicoMQTT", + "version": "0.1.0", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.12.zip", - "archiveFileName": "MsgPacketizer-0.2.12.zip", - "size": 283388, - "checksum": "SHA-256:fb9011829d004ad59f9364ef0ab2ad654e6869d60405fb344021f8ce25d64e40" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.1.0.zip", + "archiveFileName": "PicoMQTT-0.1.0.zip", + "size": 38098, + "checksum": "SHA-256:c0c2f7f33938062a2ae7764178c0a89b4b3e95c1f51789d792020b0f82a7e98a" }, { - "name": "MsgPacketizer", - "version": "0.2.13", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.2.0", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.13.zip", - "archiveFileName": "MsgPacketizer-0.2.13.zip", - "size": 283505, - "checksum": "SHA-256:eaf2b9027569b187e8324a7fc38bd4e87a76592fd818a4da91b5b7d6035495d3" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.2.0.zip", + "archiveFileName": "PicoMQTT-0.2.0.zip", + "size": 38504, + "checksum": "SHA-256:e22f9fcaa570c200a27fabcd6ff45983967ff2c36a9f0d70571b3a04467a6677" }, { - "name": "MsgPacketizer", - "version": "0.2.14", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.3.0", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.14.zip", - "archiveFileName": "MsgPacketizer-0.2.14.zip", - "size": 283514, - "checksum": "SHA-256:8ac697dec5e4167e51ca1f04172d91412102b347b30f612a448a9940ad37fc6a" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.0.zip", + "archiveFileName": "PicoMQTT-0.3.0.zip", + "size": 59220, + "checksum": "SHA-256:54c6a32a0eca96c057db42ccaa17c852347934829ad0605a9b5bc9b48d8fec39" }, { - "name": "MsgPacketizer", - "version": "0.2.15", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.3.1", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.15.zip", - "archiveFileName": "MsgPacketizer-0.2.15.zip", - "size": 283760, - "checksum": "SHA-256:279ed9416e15fd15731f34bd57462c4c9dfd474875c9d96fae03f7a8631c1d02" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.1.zip", + "archiveFileName": "PicoMQTT-0.3.1.zip", + "size": 59438, + "checksum": "SHA-256:9fd2949e17a4230c4e289aed39ccf347563880137013b54fd2b5f99b7d72050b" }, { - "name": "MsgPacketizer", - "version": "0.2.16", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.3.2", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.16.zip", - "archiveFileName": "MsgPacketizer-0.2.16.zip", - "size": 284143, - "checksum": "SHA-256:191fc9bbcb3b10c0e69d592a3bcf0deec029689b78a92c1b49bc61735688aa99" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.2.zip", + "archiveFileName": "PicoMQTT-0.3.2.zip", + "size": 59664, + "checksum": "SHA-256:58bc26395e015d3e7dca0ee5c2fd4d1cb9b39553f54ce145511735fc75a82134" }, { - "name": "MsgPacketizer", - "version": "0.2.17", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.3.3", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.17.zip", - "archiveFileName": "MsgPacketizer-0.2.17.zip", - "size": 302630, - "checksum": "SHA-256:a79b2c2a851daa04f17dfb601508a85ecea33256184224f02b543f09176ae133" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.3.zip", + "archiveFileName": "PicoMQTT-0.3.3.zip", + "size": 60287, + "checksum": "SHA-256:b25b2d29b81f04b81939ca461348e6c26fcb7bc702c2405e9d28fb702c5d4327" }, { - "name": "MsgPacketizer", - "version": "0.2.18", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.3.4", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.18.zip", - "archiveFileName": "MsgPacketizer-0.2.18.zip", - "size": 302985, - "checksum": "SHA-256:4d12b65194013859df39d4588deed4722a6062745ae22ef6be1ccca7cc5f742e" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.4.zip", + "archiveFileName": "PicoMQTT-0.3.4.zip", + "size": 61120, + "checksum": "SHA-256:ba82b52f5b71088d147c44d9ffd3346ccc64ac56bd39a45b4929e51d21ba5214" }, { - "name": "MsgPacketizer", - "version": "0.2.19", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.3.5", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.19.zip", - "archiveFileName": "MsgPacketizer-0.2.19.zip", - "size": 445659, - "checksum": "SHA-256:8ca296af4f91020a6d05bfe4d6497e9e8fe05e2df7a7f75d004201ff663c8da1" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.5.zip", + "archiveFileName": "PicoMQTT-0.3.5.zip", + "size": 61138, + "checksum": "SHA-256:7e880a71f1b9f5c422273066b1d5fe34f38400c3c8b5e4284ed2cc9596b10a20" }, { - "name": "MsgPacketizer", - "version": "0.2.20", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "msgpack based serializer and deserializer with packetize for Arduino and more", - "paragraph": "msgpack based serializer and deserializer with packetize for Arduino and more", - "website": "https://github.com/hideakitai/MsgPacketizer", + "name": "PicoMQTT", + "version": "0.3.6", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/MsgPacketizer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/MsgPacketizer-0.2.20.zip", - "archiveFileName": "MsgPacketizer-0.2.20.zip", - "size": 448238, - "checksum": "SHA-256:2d6a73ecca176ea34692bc2262d9d60592f084ec8fe79561bd508392d6900163" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.6.zip", + "archiveFileName": "PicoMQTT-0.3.6.zip", + "size": 61229, + "checksum": "SHA-256:bdc07214bb7c92be50bc8f70bc2f1322ea779e2deaec54a148eede9b35fe72af" }, { - "name": "Simple LED Matrix", - "version": "1.2.0", - "author": "Jamal Bouajjaj", - "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", - "website": "www.electro707.com", - "category": "Display", + "name": "PicoMQTT", + "version": "0.3.7", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.2.0.zip", - "archiveFileName": "Simple_LED_Matrix-1.2.0.zip", - "size": 13570, - "checksum": "SHA-256:3e6b665143c1a5faec0c6b6e0a88e2b71ce8ae51eb85c4e3a69fa5f03d714458" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.7.zip", + "archiveFileName": "PicoMQTT-0.3.7.zip", + "size": 60569, + "checksum": "SHA-256:f937803a9c34642f5ccabc7452b4424af5a4643f9c2acc4830c8d62a6a9dbc58" }, { - "name": "Simple LED Matrix", - "version": "1.3.0", - "author": "Jamal Bouajjaj", - "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", - "website": "www.electro707.com", - "category": "Display", + "name": "PicoMQTT", + "version": "0.3.8", + "author": "Michał Leśniewski", + "maintainer": "Michał Leśniewski \u003cmlesniew@gmail.com\u003e", + "sentence": "MQTT Broker and client", + "paragraph": "Easy to use MQTT broker and client library.", + "website": "https://github.com/mlesniew/PicoMQTT", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.3.0.zip", - "archiveFileName": "Simple_LED_Matrix-1.3.0.zip", - "size": 14217, - "checksum": "SHA-256:3ee7b0ad2505807071f1dbe7792ca66eecc02cdf14614871ec1e74a03bdada8e" + "repository": "https://github.com/mlesniew/PicoMQTT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mlesniew/PicoMQTT-0.3.8.zip", + "archiveFileName": "PicoMQTT-0.3.8.zip", + "size": 60671, + "checksum": "SHA-256:fc18756206be76a07374ffab3d0efe64c3db4f531737cf6dee180663bcbc561d" }, { - "name": "Simple LED Matrix", - "version": "1.3.1", - "author": "Jamal Bouajjaj", - "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", - "sentence": "A library for the MAX7219 LED display drivers.", - "paragraph": "A library meant for people who know little/no knowledge about Arduino to drive an LED matrix display with text", - "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", - "category": "Display", + "name": "VEGA_MAX30100", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "The MAX30100 is a pulse oximeter for heart beat and SPO2 measurements.", + "paragraph": "MAX30100 pulse oximeter sensor working on VEGA ARIES boards using I2C protocol.", + "website": "https://gitlab.com/riscv-vega/sensors-library/sensors/vega_mlx90614", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.3.1.zip", - "archiveFileName": "Simple_LED_Matrix-1.3.1.zip", - "size": 46744, - "checksum": "SHA-256:059a42688d3be4e97f938edd39aea52d151197c8c63115ef932fe12d8ef18824" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_max30100.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/sensors/VEGA_MAX30100-1.0.0.zip", + "archiveFileName": "VEGA_MAX30100-1.0.0.zip", + "size": 20411, + "checksum": "SHA-256:47c2e3216e52085dfea038d0e279f69d200260234c00a77fd6aea9e69870f4fe" }, { - "name": "Simple LED Matrix", - "version": "1.4.0", - "author": "Jamal Bouajjaj", - "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", - "sentence": "A library for the MAX7219 LED display drivers.", - "paragraph": "A library meant for people who have little/no knowledge about Arduino to drive an LED matrix display with text with a focus on performance and simplicity.", - "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", - "category": "Display", + "name": "HX711_light", + "version": "1.0.0", + "author": "Lukas Kaul", + "maintainer": "Lukas Kaul", + "sentence": "A lightweight interface to the HX711 load cell amplifier.", + "paragraph": "Supports blocking and non-blocking modes.", + "website": "https://github.com/LuSeKa/HX711_light", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.4.0.zip", - "archiveFileName": "Simple_LED_Matrix-1.4.0.zip", - "size": 49528, - "checksum": "SHA-256:d9136aae057bec292a316b7995f013326647d98e19a2fe3626c81756aea136ea" + "repository": "https://github.com/LuSeKa/HX711_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuSeKa/HX711_light-1.0.0.zip", + "archiveFileName": "HX711_light-1.0.0.zip", + "size": 4631, + "checksum": "SHA-256:cf95f656d78c7affd04ad8b5e76406e89d0f1292643312d7b8505d1670e21284" }, { - "name": "Simple LED Matrix", - "version": "1.4.1", - "author": "Jamal Bouajjaj", - "maintainer": "Jamal Bouajjaj \u003cjboua1@unh.newhaven.edu\u003e", - "sentence": "A library for the MAX7219 LED display drivers.", - "paragraph": "A library meant for people who have little/no knowledge about Arduino to drive an LED matrix display with text with a focus on performance and simplicity.", - "website": "https://electro707.com/documentation/Libraries/simple_led_library/index", - "category": "Display", + "name": "HX711_light", + "version": "1.0.1", + "author": "Lukas Kaul", + "maintainer": "Lukas Kaul", + "sentence": "A lightweight interface to the HX711 load cell amplifier.", + "paragraph": "Supports blocking and non-blocking modes.", + "website": "https://github.com/LuSeKa/HX711_light", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/Electro707/Simple-LED-Matrix-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Electro707/Simple_LED_Matrix-1.4.1.zip", - "archiveFileName": "Simple_LED_Matrix-1.4.1.zip", - "size": 49672, - "checksum": "SHA-256:5ed7adbe6ab5be6347bfd5a4ec29bba76adf33181b19b0fd55da0291f6677668" + "repository": "https://github.com/LuSeKa/HX711_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuSeKa/HX711_light-1.0.1.zip", + "archiveFileName": "HX711_light-1.0.1.zip", + "size": 5655, + "checksum": "SHA-256:37735135a4b6c6690952eb0a52a0d1ced69d7a71f24be07e4cd68d0a1983f0ef" }, { - "name": "Kinematics", - "version": "1.0.0", - "author": "Kousheek Chakraborty \u003ckousheekc@gmail.com\u003e", - "maintainer": "Kousheek Chakraborty \u003ckousheekc@gmail.com\u003e", - "sentence": "Toolkit for robotic applications that require forward or inverse kinematics.", - "paragraph": "Provides simple functions to modify the position of a 3DOF robotic system such as an arm.", - "website": "https://github.com/kousheekc/Kinematics", - "category": "Data Processing", + "name": "HX711_light", + "version": "1.0.2", + "author": "Lukas Kaul", + "maintainer": "Lukas Kaul", + "sentence": "A lightweight interface to the HX711 load cell amplifier.", + "paragraph": "Supports blocking and non-blocking modes.", + "website": "https://github.com/LuSeKa/HX711_light", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/kousheekc/Kinematics.git", - "url": "https://downloads.arduino.cc/libraries/github.com/kousheekc/Kinematics-1.0.0.zip", - "archiveFileName": "Kinematics-1.0.0.zip", - "size": 52848, - "checksum": "SHA-256:a5f2101e08fdc5375cc3447f2b7c8806430cae8044206b6c8c3bd2e339b2a438" + "repository": "https://github.com/LuSeKa/HX711_light.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LuSeKa/HX711_light-1.0.2.zip", + "archiveFileName": "HX711_light-1.0.2.zip", + "size": 5701, + "checksum": "SHA-256:a07feddadf79805a8c6d8b8e07544a6fb9e3ec662e3e163600db81a93a576559" }, { - "name": "SerialWireOutput", + "name": "Soldered Ultrasonic Distance Sensor library", "version": "1.0.0", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", - "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", - "website": "https://github.com/koendv/SerialWireOutput", - "category": "Communication", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Ultrasonic sensor is used to measure distance", + "paragraph": "Ultrasonic sensor is used to measure distance", + "website": "https://solde.red/333001", + "category": "Sensors", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/koendv/SerialWireOutput.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.0.zip", - "archiveFileName": "SerialWireOutput-1.0.0.zip", - "size": 5846, - "checksum": "SHA-256:b95e628166f279d0c0d633af0d0a69cfafb56b6e8449fb9bf573513bdab3e8e3" + "repository": "https://github.com/SolderedElectronics/Soldered-Ultrasonic-Sensor-easyC-Arduino-Library.git", + "providesIncludes": [ + "Ultrasonic-distance-sensor-easyC-SOLDERED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_Ultrasonic_Distance_Sensor_library-1.0.0.zip", + "archiveFileName": "Soldered_Ultrasonic_Distance_Sensor_library-1.0.0.zip", + "size": 21969, + "checksum": "SHA-256:bc19f224795ae3a02ff647f479db16a465ab9305fed3616a329cb1a8a377d45d" }, { - "name": "SerialWireOutput", - "version": "1.0.2", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", - "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", - "website": "https://github.com/koendv/SerialWireOutput", - "category": "Communication", + "name": "Soldered LCD", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Library for 16x2 and 20x4 EasyC LCD displays", + "paragraph": "Using this library you can write regular and custom characters to 16x2 and 20x4 LCDs made by Soldered Electronics.", + "website": "https://www.solde.red/333003", + "category": "Display", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/koendv/SerialWireOutput.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.2.zip", - "archiveFileName": "SerialWireOutput-1.0.2.zip", - "size": 6094, - "checksum": "SHA-256:eb1cfb9ece73bab5a49986210054c6717456198cc0f9ae411822db21bf258a18" + "repository": "https://github.com/SolderedElectronics/Soldered-LCD-library.git", + "providesIncludes": [ + "LCD-SOLDERED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_LCD-1.0.0.zip", + "archiveFileName": "Soldered_LCD-1.0.0.zip", + "size": 27347, + "checksum": "SHA-256:253c6151a816a43436ea20e54556940e6d299080b6e55323a2897e03fe241d9c" }, { - "name": "SerialWireOutput", - "version": "1.0.3", - "author": "Koen De Vleeschauwer", - "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", - "sentence": "With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed.", - "paragraph": "To use this library, you need a debugger probe to connect your arduino to your pc. Serial Wire Output only works on systems with arm processors, sorry.", - "website": "https://github.com/koendv/SerialWireOutput", - "category": "Communication", + "name": "Soldered Obstacle Sensor", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Obstacle Sensor easyC library", + "paragraph": "This library makes it easy to use the obstacle sensor over easyC.", + "website": "https://solde.red/333004", + "category": "Sensors", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/koendv/SerialWireOutput.git", - "url": "https://downloads.arduino.cc/libraries/github.com/koendv/SerialWireOutput-1.0.3.zip", - "archiveFileName": "SerialWireOutput-1.0.3.zip", - "size": 6681, - "checksum": "SHA-256:d537a12af903e6ee3be54970665c43ff6bb8ed39b14314afe0eb9a6d7dd13f4d" - }, - { - "name": "AlignedJoy", - "version": "1.0.1", - "author": "Marco Palladino", - "maintainer": "Marco Palladino \u003cmarck.palladino@gmail.com\u003e", - "sentence": "Allows Arduino/Genuino boards to read a variety of analog joystick by aligning axis values (XY).", - "paragraph": "This library can read a variety of analog joystick.\u003cbr /\u003eIt offers calibration methods necessary to get read values aligned between the x and y axes. When the axes have about the same angle the values will be very close to each other (it is not the same as map()).\u003cbr /\u003e", - "website": "https://github.com/PalladinoMarco/AlignedJoystick", - "category": "Device Control", + "repository": "https://github.com/SolderedElectronics/Soldered-Obstacle-Sensor-Arduino-Library.git", + "providesIncludes": [ + "Obstacle-Sensor-SOLDERED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_Obstacle_Sensor-1.0.0.zip", + "archiveFileName": "Soldered_Obstacle_Sensor-1.0.0.zip", + "size": 20570, + "checksum": "SHA-256:8318c4fd3c1fcdfaa4cbcceb7c19076d29e9f3f0c31aecc8d01bc3c6fcb7ac57" + }, + { + "name": "MCP23017 Soldered Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "MCP23017 board library for Arduino", + "paragraph": "This library is a collection of functions to use the MCP23017 I2C IO Expander with the Arduino by Soldered.", + "website": "https://solde.red/333007", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PalladinoMarco/AlignedJoystick.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PalladinoMarco/AlignedJoy-1.0.1.zip", - "archiveFileName": "AlignedJoy-1.0.1.zip", - "size": 246672, - "checksum": "SHA-256:4696d94bd4c45e706c4856b71bb5a762b99d3ee023b7981949ca1a717c4c840d" + "repository": "https://github.com/SolderedElectronics/Soldered-MCP23017-Port-Expander-Arduino-Library.git", + "providesIncludes": [ + "MCP23017-SOLDERED.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/MCP23017_Soldered_Library-1.0.0.zip", + "archiveFileName": "MCP23017_Soldered_Library-1.0.0.zip", + "size": 16949, + "checksum": "SHA-256:750dabd1222c411d1eb14ad0011608652436e81a115859fca75ac712b9be665f" }, { - "name": "mwc_stepper", - "version": "1.2.0", - "author": "mertwhocodes", - "maintainer": "mertwhocodes", - "sentence": "two-pin stepper motor driver library.", - "paragraph": "Control steppers via a driver board providing STEP+DIR like the ones. Microstepping is supported.Supported drivers are A4988,TB6600", - "website": "https://github.com/mertwhocodes/mwc_stepper", - "category": "Uncategorized", + "name": "VEGA_MAX30102", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "Maxim-IC MAX30100 heart-rate sensor driver and pulse-oximetry components", + "paragraph": "This library exposes most of the features of the MAX30102 and offers a modular approach to calculate pulse rate and SpO2", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_max30102", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mertwhocodes/mwc_stepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mertwhocodes/mwc_stepper-1.2.0.zip", - "archiveFileName": "mwc_stepper-1.2.0.zip", - "size": 4207, - "checksum": "SHA-256:9763debb8e6d153a151bc3df598a54a92d0683538352539a95feb8b1dc44efd8" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_max30102.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/sensors/VEGA_MAX30102-1.0.0.zip", + "archiveFileName": "VEGA_MAX30102-1.0.0.zip", + "size": 35388, + "checksum": "SHA-256:f87704d4b12c09cbbeff1361c4a105d3ffd034503b372d1adabcf8e448e9e1c4" }, { - "name": "HPDL1414-74HC595", + "name": "WaterFlow", "version": "1.0.0", - "author": "SQFMI", - "maintainer": "SQFMI", - "sentence": "An Arduino library for driving HPDL-1414 displays using shift registers", - "paragraph": "An Arduino library for driving HPDL-1414 displays using shift registers, works with Open Source Hardware found here https://github.com/sqfmi/HPDL-1414-20x2-ESP32", - "website": "https://github.com/sqfmi/HPDL1414-74HC595-Arduino", - "category": "Other", - "architectures": [], + "author": "Tobiyouth", + "maintainer": "Tobiyouth \u003cljtian516521@qq.com\u003e", + "sentence": "WaterFlow library for Arduino", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/Tobiyouth/WaterFlow.git", + "category": "Sensors", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/sqfmi/HPDL1414-74HC595-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sqfmi/HPDL1414_74HC595-1.0.0.zip", - "archiveFileName": "HPDL1414_74HC595-1.0.0.zip", - "size": 5370, - "checksum": "SHA-256:485c11804c0bd787faca7478c21e90ea342ac3f3c0938b2a49efee46063d80eb" + "repository": "https://github.com/Tobiyouth/WaterFlow.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Tobiyouth/WaterFlow-1.0.0.zip", + "archiveFileName": "WaterFlow-1.0.0.zip", + "size": 5304, + "checksum": "SHA-256:4d2d37de9819b26c613d59241d785884adee25d6acb275d6ab4ba861f4854c1b" }, { - "name": "Correlation", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library to determine correlation between X and Y dataset", - "paragraph": "linear Correlation", - "website": "https://github.com/RobTillaart/Correlation", - "category": "Uncategorized", + "name": "WaterFlow", + "version": "1.2.0", + "author": "Tobiyouth \u003cljtian516521@qq.com\u003e", + "maintainer": "Tobiyouth \u003cljtian516521@qq.com\u003e", + "sentence": "WaterFlow library for Arduino", + "paragraph": "Water Flow Rate, Water Volume", + "website": "https://github.com/Tobiyouth/WaterFlow.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Correlation.git", + "repository": "https://github.com/Tobiyouth/WaterFlow.git", "providesIncludes": [ - "Correlation.h" + "WaterFlow.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.0.zip", - "archiveFileName": "Correlation-0.1.0.zip", - "size": 9128, - "checksum": "SHA-256:f0c4d18d88632e4c3291754da161518e2797dde0a1901aded816e0451192d7e1" + "url": "https://downloads.arduino.cc/libraries/github.com/Tobiyouth/WaterFlow-1.2.0.zip", + "archiveFileName": "WaterFlow-1.2.0.zip", + "size": 5557, + "checksum": "SHA-256:ae14089be8ee7b259e988eed27b152045a5316584c8c3f836e607096f63d63af" }, { - "name": "Correlation", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library to determine correlation between X and Y dataset", - "paragraph": "linear Correlation", - "website": "https://github.com/RobTillaart/Correlation", - "category": "Uncategorized", + "name": "Adafruit IntelliKeys", + "version": "0.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "IntelliKeys library for Arduino", + "paragraph": "Intellikeys USB Translator", + "website": "https://github.com/adafruit/Adafruit_IntelliKeys", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/RobTillaart/Correlation.git", + "repository": "https://github.com/adafruit/Adafruit_IntelliKeys.git", "providesIncludes": [ - "Correlation.h" + "Adafruit_IntelliKeys.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Correlation-0.1.2.zip", - "archiveFileName": "Correlation-0.1.2.zip", - "size": 10716, - "checksum": "SHA-256:03b3e28b9019a66ba26179dc2368f47b86b4c85f156747c2e5e2beb6547734ca" + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IntelliKeys-0.0.1.zip", + "archiveFileName": "Adafruit_IntelliKeys-0.0.1.zip", + "size": 48035, + "checksum": "SHA-256:28eae611ed81ff5ca5e4e6ea700716b7a24be77f7658fe3828db752ab38c7b34" }, { - "name": "WroobImp", - "version": "1.0.0", - "author": "Michal Oleszczyk, Wroob", - "maintainer": "Wroob \u003cwww.wroob.io\u003e", - "sentence": "Use to connect your Arduino board to Wroob system.", - "paragraph": "This library transforms an Arduino project into Wroob system peripheral module. Thanks to that you can control your Arduino board via high-level serial protocol from Android device with Wroob mobile app.", - "website": "http://wroob.io/", - "category": "Device Control", + "name": "Adafruit IntelliKeys", + "version": "0.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "IntelliKeys library for Arduino", + "paragraph": "Intellikeys USB Translator", + "website": "https://github.com/adafruit/Adafruit_IntelliKeys", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ - "Contributed" + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IntelliKeys.git", + "providesIncludes": [ + "Adafruit_IntelliKeys.h" ], - "repository": "https://github.com/wroob-io/arduino-wroobimp.git", "dependencies": [ { - "name": "ArduinoJson" + "name": "Adafruit TinyUSB Library" }, { - "name": "ArduinoUniqueID" + "name": "Pico PIO USB" }, { - "name": "TimerOne" + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/wroob-io/WroobImp-1.0.0.zip", - "archiveFileName": "WroobImp-1.0.0.zip", - "size": 6896, - "checksum": "SHA-256:f9ffde233cc32b04cae1cdabfd22a63e84dfe46b25666ae9e9e8e2d0e7e225e1" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IntelliKeys-0.2.0.zip", + "archiveFileName": "Adafruit_IntelliKeys-0.2.0.zip", + "size": 48040, + "checksum": "SHA-256:f24c6428ae9a03e171395daf929c2f6a8069c119fdb3af75918657337597c427" }, { - "name": "WroobImp", - "version": "2.0.0", - "author": "Michal Oleszczyk, Wroob", - "maintainer": "Wroob \u003cwww.wroob.io\u003e", - "sentence": "Use to connect your Arduino board to Wroob system.", - "paragraph": "This library transforms an Arduino project into Wroob system peripheral module. Thanks to that you can control your Arduino board via high-level serial protocol from Android device with Wroob mobile app.", - "website": "http://wroob.io/", - "category": "Device Control", + "name": "Adafruit IntelliKeys", + "version": "0.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "IntelliKeys library for Arduino", + "paragraph": "Intellikeys USB Translator", + "website": "https://github.com/adafruit/Adafruit_IntelliKeys", + "category": "Communication", "architectures": [ - "*" + "rp2040" ], "types": [ - "Contributed" + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IntelliKeys.git", + "providesIncludes": [ + "Adafruit_IntelliKeys.h" ], - "repository": "https://github.com/wroob-io/arduino-wroobimp.git", "dependencies": [ { - "name": "ArduinoJson" + "name": "Adafruit TinyUSB Library" }, { - "name": "ArduinoUniqueID" + "name": "Pico PIO USB" }, { - "name": "TimerOne" + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/wroob-io/WroobImp-2.0.0.zip", - "archiveFileName": "WroobImp-2.0.0.zip", - "size": 7220, - "checksum": "SHA-256:a52c02a08a9842ed20de8ae7e94983c8655f0297252e1869732994f99386df0b" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IntelliKeys-0.2.1.zip", + "archiveFileName": "Adafruit_IntelliKeys-0.2.1.zip", + "size": 167707, + "checksum": "SHA-256:c2858174aa7beee7de25bc36f548dd24859225cc127818874db4bd7be83ee5c2" }, { - "name": "NodeRedTime", - "version": "1.0.0", - "author": "Phill \u003cSOMEONE@gmail.com\u003e", - "maintainer": "SMFSW \u003cSOMEONE@gmail.com\u003e", - "sentence": "Fetch Unix Epoch timestamp from Node-Red flow.", - "paragraph": "Alternative to NTP. Intended for use where a Node-Red server is on the same local area network as a collection of IoT devices. Avoids stressing the global network of Internet time-servers.", - "website": "https://github.com/Paraphraser/NodeRedTime", - "category": "Timing", + "name": "Adafruit IntelliKeys", + "version": "0.2.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "IntelliKeys library for Arduino", + "paragraph": "Intellikeys USB Translator", + "website": "https://github.com/adafruit/Adafruit_IntelliKeys", + "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "rp2040" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_IntelliKeys.git", + "providesIncludes": [ + "Adafruit_IntelliKeys.h" + ], + "dependencies": [ + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Pico PIO USB" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "SdFat - Adafruit Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_IntelliKeys-0.2.2.zip", + "archiveFileName": "Adafruit_IntelliKeys-0.2.2.zip", + "size": 167751, + "checksum": "SHA-256:14b7d501493b11b2c6124391127ed58bbbf1bd4dd73744001fc8ba0fa59bdd6e" + }, + { + "name": "ZikoMatrix", + "version": "0.9.1", + "author": "Zakaria Elalaoui", + "maintainer": "Zakaria Elalaoui", + "sentence": "A Matrix library", + "paragraph": "Like this project? Please star it on Github !", + "website": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "category": "Data Processing", + "architectures": [ + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Paraphraser/NodeRedTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Paraphraser/NodeRedTime-1.0.0.zip", - "archiveFileName": "NodeRedTime-1.0.0.zip", - "size": 261895, - "checksum": "SHA-256:71dd3cade4818b6f2c5149f173d7b8aa9b1e60e9f579df00dfe91a7ba866aeaf" + "repository": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zakarialaoui10/ZikoMatrix-0.9.1.zip", + "archiveFileName": "ZikoMatrix-0.9.1.zip", + "size": 4026, + "checksum": "SHA-256:4938351393f0677a00cffc50bf20cefdadbf9ba9cde449f4c7dd01400cb94a75" }, { - "name": "SignalControl", - "version": "1.1.0", - "author": "Sven Rosvall \u003csven@rosvall.ie\u003e", - "maintainer": "Sven Rosvall \u003csven@rosvall.ie\u003e", - "sentence": "This library provides code for controlling LEDs in signals on your model railway.", - "paragraph": "Supports a variety of signals with different aspects. Also contains code to control the signals from sensors such as point(turnout) direction and track occupancy.", - "website": "https://github.com/SvenRosvall/SignalControl", - "category": "Device Control", + "name": "ZikoMatrix", + "version": "0.9.2", + "author": "Zakaria Elalaoui", + "maintainer": "Zakaria Elalaoui", + "sentence": "A Matrix library", + "paragraph": "Like this project? Please star it on Github !", + "website": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SvenRosvall/SignalControl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SvenRosvall/SignalControl-1.1.0.zip", - "archiveFileName": "SignalControl-1.1.0.zip", - "size": 32514, - "checksum": "SHA-256:4574d7bf4ff6546e9887ba7ad074e466d22331c3d710355dbaf1282c43b35679" + "repository": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zakarialaoui10/ZikoMatrix-0.9.2.zip", + "archiveFileName": "ZikoMatrix-0.9.2.zip", + "size": 4451, + "checksum": "SHA-256:7b37ba5a9488519afb28dc58e6d57e4110644eb0bea7d85d68891a6568362e2d" }, { - "name": "SparkFun I2C Mux Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library to control I2C multiplexers including the TCA9548/PCA9548.", - "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 8-channel TCA9548/PCA9548 I2C multiplexer but also works with smaller 4 and 2 bit multiplexers. This library support daisychaining multiple muxes so that you can get up to 64 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/14685\"\u003eQwiic Mux\u003c/a\u003e for more information.", - "website": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library", - "category": "Device Control", + "name": "ZikoMatrix", + "version": "0.9.3", + "author": "Zakaria Elalaoui", + "maintainer": "Zakaria Elalaoui", + "sentence": "A Matrix library", + "paragraph": "Like this project? Please star it on Github !", + "website": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_I2C_Mux_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_I2C_Mux_Arduino_Library-1.0.0.zip", - "size": 13479, - "checksum": "SHA-256:d20554613346831ed03ba2183246a1cc6796c16b0a712cffb5a122606ae69749" + "repository": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zakarialaoui10/ZikoMatrix-0.9.3.zip", + "archiveFileName": "ZikoMatrix-0.9.3.zip", + "size": 8165, + "checksum": "SHA-256:32f15696f2ee6206b8d68439667e5510e2ee70673ed26ff435c2a34570c89ad2" }, { - "name": "MSMPLOTTER", - "version": "1.0.0", - "author": "MAINAK MONDAL\u003chttps://github.com/MAINAKMONDAL98\u003e", - "maintainer": "MAINAK MONDAL\u003chttps://github.com/MAINAKMONDAL98\u003e", - "sentence": "A library that can plot on Serial Monitor.", - "paragraph": "A library that can plot on Serial Monitor.", - "website": "https://github.com/MAINAKMONDAL98/MSMPLOTTER", + "name": "ZikoMatrix", + "version": "0.9.4", + "author": "Zakaria Elalaoui", + "maintainer": "Zakaria Elalaoui", + "sentence": "A Matrix library", + "paragraph": "Like this project? Please star it on Github !", + "website": "https://github.com/zakarialaoui10/ZikoMatrix.git", "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MAINAKMONDAL98/MSMPLOTTER.git", - "providesIncludes": [ - "MSMPLOTTER.h" + "repository": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zakarialaoui10/ZikoMatrix-0.9.4.zip", + "archiveFileName": "ZikoMatrix-0.9.4.zip", + "size": 18385, + "checksum": "SHA-256:36e1d56c9ae384bca71721ed9aac759a8c7eedb6186095df826b53f8e16de57c" + }, + { + "name": "ZikoMatrix", + "version": "0.9.5", + "author": "Zakaria Elalaoui", + "maintainer": "Zakaria Elalaoui", + "sentence": "A Matrix library", + "paragraph": "Like this project? Please star it on Github !", + "website": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "category": "Data Processing", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "Arduino" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MAINAKMONDAL98/MSMPLOTTER-1.0.0.zip", - "archiveFileName": "MSMPLOTTER-1.0.0.zip", - "size": 60511, - "checksum": "SHA-256:845f83160ea9cd17081a36f3b460ac8bca8e60ed73a89c34f0f13b884fc62a94" + "repository": "https://github.com/zakarialaoui10/ZikoMatrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zakarialaoui10/ZikoMatrix-0.9.5.zip", + "archiveFileName": "ZikoMatrix-0.9.5.zip", + "size": 17939, + "checksum": "SHA-256:0f8efa76b866e9506152ecae48f4e27905e2211b244078767d0282ca443cd473" }, { - "name": "LovyanGFX", - "version": "0.1.1", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver for ESP32", - "paragraph": "LGFX LCD Graphics driver", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "CCS811-Soldered", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "CCS811 Environmental Sensor", + "paragraph": "CCS811 Environmental Sensor Library with functionalities to control and get data about air quality", + "website": "www.soldered.com", + "category": "Uncategorized", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-CCS811-Air-Quality-Sensor-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" - ], - "dependencies": [ - { - "name": "ESP32" - } + "CCS811-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.1.zip", - "archiveFileName": "LovyanGFX-0.1.1.zip", - "size": 454033, - "checksum": "SHA-256:cd25634dc7c43be0e3493e467d7fd2a54a41a5558fb18de367a0e406be059dbb" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/CCS811_Soldered-1.0.0.zip", + "archiveFileName": "CCS811_Soldered-1.0.0.zip", + "size": 154506, + "checksum": "SHA-256:8ea2edf793bfa2152494a29b59573130de61482ee1c841a21acc8611445175e4" }, { - "name": "LovyanGFX", - "version": "0.1.2", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver for ESP32", - "paragraph": "LGFX LCD Graphics driver", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered CAN Bus Breakout Arduino Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "CAN Bus Breakout Library for Arduino", + "paragraph": "This library is a collection of classes and functions to simplify the use of the Arduinos CAN bus with MCP2518 chip", + "website": "https://solde.red/333020", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-CAN-Bus-Breakout-MCP2518-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" - ], - "dependencies": [ - { - "name": "ESP32" - } + "CANBus-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.2.zip", - "archiveFileName": "LovyanGFX-0.1.2.zip", - "size": 456569, - "checksum": "SHA-256:cc406d0c34b2d140bdd9e34d721739c4b6c8ca9f296876f24f3cecf7382a91ee" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_CAN_Bus_Breakout_Arduino_Library-1.0.0.zip", + "archiveFileName": "Soldered_CAN_Bus_Breakout_Arduino_Library-1.0.0.zip", + "size": 50427, + "checksum": "SHA-256:214ae6abdafabe549d9f737a34c8b9fc9bbace002c21bea4f8aa072b79b0549f" }, { - "name": "LovyanGFX", - "version": "0.1.3", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver for ESP32", - "paragraph": "LGFX LCD Graphics driver", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered BME280 and BME680 EasyC Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "BME280 and BME680 EasyC Library", + "paragraph": "This is a library for the BME280 and BME680 EasyC boards.", + "website": "https://solde.red/333036", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-BME280-BME680-Gas-Sensor-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "BME280-SOLDERED.h", + "BME680-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.3.zip", - "archiveFileName": "LovyanGFX-0.1.3.zip", - "size": 525754, - "checksum": "SHA-256:768e0964499b328a0d03fee647743c455f94baaceaa104426bd288477b7b2f48" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_BME280_and_BME680_EasyC_Library-1.0.0.zip", + "archiveFileName": "Soldered_BME280_and_BME680_EasyC_Library-1.0.0.zip", + "size": 3174242, + "checksum": "SHA-256:f67001fc184bbc69ffce163d3f3572796b370854a4786f2250ad31f124e632d0" }, { - "name": "LovyanGFX", - "version": "0.1.4", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver for ESP32", - "paragraph": "LGFX LCD Graphics driver", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered PCF85063A RTC Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "PCF85063A Board Library", + "paragraph": "This library is a collection of functions for the PCF85063A RTC", + "website": "https://solde.red/333051", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "PCF85063A-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.4.zip", - "archiveFileName": "LovyanGFX-0.1.4.zip", - "size": 525737, - "checksum": "SHA-256:6148e72fba70689ff08b13df382221c434e697351986310ff04e6032f0820616" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_PCF85063A_RTC_Library-1.0.0.zip", + "archiveFileName": "Soldered_PCF85063A_RTC_Library-1.0.0.zip", + "size": 24924, + "checksum": "SHA-256:6b66a0478ac55c487c5980be19d12d8cb52c2d15f5054e9669cae8bb59dcb041" }, { - "name": "LovyanGFX", - "version": "0.1.5", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver", - "paragraph": "LGFX LCD Graphics driver", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered MCP47A1 DAC library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Arduino library for Soldered MCP47A1 1 Channel 6 Bit DAC Breakout board", + "paragraph": "This library is used for controlling MCP47A1 DAC IC output voltage.", + "website": "https://www.solde.red/333052", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-DAC-Breakout_MCP47A1-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "MCP47A1-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.5.zip", - "archiveFileName": "LovyanGFX-0.1.5.zip", - "size": 526649, - "checksum": "SHA-256:a8d318ba7c8a6a9dfb751df1d14bb26ede23a86acc79492b18db59002f0fd423" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_MCP47A1_DAC_library-1.0.0.zip", + "archiveFileName": "Soldered_MCP47A1_DAC_library-1.0.0.zip", + "size": 22903, + "checksum": "SHA-256:0fbf2fbf07246f7b6de56ceff3b4c2df71be79e42765a3421a982e55e160f7ce" }, { - "name": "LovyanGFX", - "version": "0.1.6", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver", - "paragraph": "LGFX LCD Graphics driver", - "website": "https://github.com/lovyan03/LovyanGFX", + "name": "Soldered WS2812 Arduino Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "WS2812 Programable Led Library", + "paragraph": "Library for use with WS2812 LED boards by Soldered", + "website": "https://solde.red/333054, https://solde.red/333055 , https://solde.red/333056 , https://solde.red/333070 , https://solde.red/333101", "category": "Display", "architectures": [ "*" @@ -328491,1578 +789991,1819 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-WS2812-Smart-Leds-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "WS2812-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.6.zip", - "archiveFileName": "LovyanGFX-0.1.6.zip", - "size": 531126, - "checksum": "SHA-256:35f47ff2c52202704a09f5c4494dc6ddd7c753b249b72c03771e94311366cde2" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_WS2812_Arduino_Library-1.0.0.zip", + "archiveFileName": "Soldered_WS2812_Arduino_Library-1.0.0.zip", + "size": 100003, + "checksum": "SHA-256:2942eef298b46accac6d39f22343c530e0dc0dbf050372b967c4b2f9e8da7715" }, { - "name": "LovyanGFX", - "version": "0.1.8", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver", - "paragraph": "LGFX LCD Graphics driver", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered Fingerprint Sensor", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Simple Fingerprint Sensor by Soldered", + "paragraph": "This library is for a simple fingerprint sensor board by Soldered.", + "website": "https://solde.red/333057", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-Fingerprint-Sensor-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "Fingerprint-Sensor-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.8.zip", - "archiveFileName": "LovyanGFX-0.1.8.zip", - "size": 533942, - "checksum": "SHA-256:ad382898a06b9935a58127d2664d9f6f809e5458346969943309fe44190e738c" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_Fingerprint_Sensor-1.0.0.zip", + "archiveFileName": "Soldered_Fingerprint_Sensor-1.0.0.zip", + "size": 30037, + "checksum": "SHA-256:a061984105a54b142c8bbaaff627c0f59dfd51741ff035ca7c26ebfef2654642" }, { - "name": "LovyanGFX", - "version": "0.1.9", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LGFX LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers (e.g., ILI9341) that operate with hardware SPI.", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered PMS7003 Arduino Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "PMS7003 Arduino Library by Soldered", + "paragraph": "This is a PMS7003 Particle Sensor Arduino Library by Soldered", + "website": "https://solde.red/108978", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-PMS7003-Particle-Sensor-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "PMS7003-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.9.zip", - "archiveFileName": "LovyanGFX-0.1.9.zip", - "size": 575356, - "checksum": "SHA-256:70296d50fa688a98a95878488e4e13d18389e24860f09bf2060b9d456202b93f" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_PMS7003_Arduino_Library-1.0.0.zip", + "archiveFileName": "Soldered_PMS7003_Arduino_Library-1.0.0.zip", + "size": 20914, + "checksum": "SHA-256:5412e9a3df21883edd9f0d2d05054b32e714a4622d1cc7d6272dcaa3ac7517c5" }, { - "name": "LovyanGFX", - "version": "0.1.10", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered Digital Light Sensor", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Library used to easily operate with digital light sensor", + "paragraph": "Library used to easily operate with digital light sensor", + "website": "https://solde.red/333063", + "category": "Sensors", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-Digital-Light-Sensor-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "Digital-light-sensor-with-easyc-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.10.zip", - "archiveFileName": "LovyanGFX-0.1.10.zip", - "size": 597018, - "checksum": "SHA-256:b9a9f360dccbb4cc6f009187dd54c36046b5a5705a42a59c8b5eb6bf4a2540d6" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_Digital_Light_Sensor-1.0.0.zip", + "archiveFileName": "Soldered_Digital_Light_Sensor-1.0.0.zip", + "size": 22167, + "checksum": "SHA-256:86e1ff7b5d624484f8889498484f358ee48b7bbde6b71bbb152178bcb66210c6" }, { - "name": "LovyanGFX", - "version": "0.1.11", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered nRF24 Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "nRF24 Library for Soldered Boards", + "paragraph": "This is a nRF24 library for soldered boards.", + "website": "https://solde.red/333059", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-nRF24-Radio-Module-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "nRF24-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.11.zip", - "archiveFileName": "LovyanGFX-0.1.11.zip", - "size": 616181, - "checksum": "SHA-256:07d2de1e670fa2993fba5ba20079015074df202132eeb36a5439c6908c4352f2" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_nRF24_Library-1.0.0.zip", + "archiveFileName": "Soldered_nRF24_Library-1.0.0.zip", + "size": 80037, + "checksum": "SHA-256:244dd05937e5a347424aad64cd9060eaf959f4a61a474fc91778976a3bc764e6" }, { - "name": "LovyanGFX", - "version": "0.1.12", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered BQ27441-G1 Arduino Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Soldered BQ27441-G1 Arduino Library", + "paragraph": "This library is used for controling BQ27441 sensor to get battery measurements", + "website": "www.soldered.com", + "category": "Uncategorized", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-BQ27441-Battery-Fuel-Gauge-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "BQ27441-G1-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.12.zip", - "archiveFileName": "LovyanGFX-0.1.12.zip", - "size": 622196, - "checksum": "SHA-256:de81dfb8636f8e981c281d6d55d54849cfb522772913a4ef71c9d16e15e22a4b" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_BQ27441_G1_Arduino_Library-1.0.0.zip", + "archiveFileName": "Soldered_BQ27441_G1_Arduino_Library-1.0.0.zip", + "size": 37349, + "checksum": "SHA-256:2cb68c12b1cf6bd8c903031919a515be0d41cfab639136dd02f1f1ebd50933ca" }, { - "name": "LovyanGFX", - "version": "0.1.13", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered INA219 Board Arduino Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "INA219 Current Sensor Board Arduino Library by Soldered", + "paragraph": "This library is a port of the Arduino library for the INA219 Current Sensor Board by Soldered.", + "website": "https://solde.red/333066", + "category": "Sensors", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-INA219-Current-Sensor-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "INA219-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.13.zip", - "archiveFileName": "LovyanGFX-0.1.13.zip", - "size": 622291, - "checksum": "SHA-256:d99fdb1d93ca85d56417792c7163d3edb68610b9761395ee2fd2b1468fce8b86" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_INA219_Board_Arduino_Library-1.0.0.zip", + "archiveFileName": "Soldered_INA219_Board_Arduino_Library-1.0.0.zip", + "size": 36765, + "checksum": "SHA-256:8d46cf33888b4d6368867253f772c1bc053718f588055106622ed8ef92ab3baa" }, { - "name": "LovyanGFX", - "version": "0.1.14", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered SIM800L Arduino Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "SIM800L Arduino Library by Soldered", + "paragraph": "This is an SIM800L Arduino Library by Soldered", + "website": "https://solde.red/333071", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-SIM800L-GSM-Module-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SIM800L-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.14.zip", - "archiveFileName": "LovyanGFX-0.1.14.zip", - "size": 624058, - "checksum": "SHA-256:2495859bc67e58d53389a05eaa21b80e8d10a610e6372349ec1a21f12e420240" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_SIM800L_Arduino_Library-1.0.0.zip", + "archiveFileName": "Soldered_SIM800L_Arduino_Library-1.0.0.zip", + "size": 107003, + "checksum": "SHA-256:d0705e454bf87d7414a08521cf59aeaf1781952975802e732cb0477e0f620d6a" }, { - "name": "LovyanGFX", - "version": "0.1.15", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", + "name": "VEGA_ST7735_and_ST7789", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "paragraph": "This is a library for the Adafruit ST7735 and ST7789 SPI displays.", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/display/vega_st7735_and_st7789", "category": "Display", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", - "providesIncludes": [ - "LovyanGFX.hpp" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/display/vega_st7735_and_st7789.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit seesaw Library" + }, + { + "name": "SD" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.15.zip", - "archiveFileName": "LovyanGFX-0.1.15.zip", - "size": 624928, - "checksum": "SHA-256:8437ebd003b5025ac805d5477dadc52fba38fc190857b79394ff4e6294ecd939" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/display/VEGA_ST7735_and_ST7789-1.0.0.zip", + "archiveFileName": "VEGA_ST7735_and_ST7789-1.0.0.zip", + "size": 17631, + "checksum": "SHA-256:fb6113d6d5b51b659bd9890b94fab428f3fcbf62d6262174719eba9643af971c" }, { - "name": "LovyanGFX", - "version": "0.1.16", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered SIM7020 NB-IoT Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "SIM7020 NB-IoT Soldered library", + "paragraph": "This is library for SIM7020 NB-IoT. It allows you to enter IoT world very easy.", + "website": "https://www.solde.red/333072", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-SIM7020-NB-IoT-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SIM7020-NB-IoT-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.16.zip", - "archiveFileName": "LovyanGFX-0.1.16.zip", - "size": 626315, - "checksum": "SHA-256:d865836c4130415bf73d8c2fb1f7ef8a4ded0f6e7845b0e1e667bdc8e7b687bf" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_SIM7020_NB_IoT_Library-1.0.0.zip", + "archiveFileName": "Soldered_SIM7020_NB_IoT_Library-1.0.0.zip", + "size": 57993, + "checksum": "SHA-256:b8dbcbb30922d5dc781bb45fb7111128c957dcdf50c2f348c5faf892657e584e" }, { - "name": "LovyanGFX", - "version": "0.1.17", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "SM_ESP32Pi", + "version": "1.0.0", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for ESP32-PI", + "paragraph": "This library provide the software tools for use the Sequent Microsystems ESP32-PI Raspberry Pi Alternate Card with Arduino IDE", + "website": "https://github.com/SequentMicrosystems/Sequent-ESP32-PI-Library", + "category": "Signal Input/Output", "architectures": [ - "esp32", - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", - "providesIncludes": [ - "LovyanGFX.hpp" + "repository": "https://github.com/SequentMicrosystems/Sequent-ESP32-PI-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/SM_ESP32Pi-1.0.0.zip", + "archiveFileName": "SM_ESP32Pi-1.0.0.zip", + "size": 13383, + "checksum": "SHA-256:56e7094078c2e7527d9796d6495ebccfb49bd348cc5ac203e745c13ea76ecfe7" + }, + { + "name": "ESP32 Supabase", + "version": "0.0.3", + "author": "Jhagas Hana Winaya \u003cjhagas@e.email\u003e, Achmad Nashruddin Riskynanda \u003cachmad.riskynanda01@gmail.com\u003e", + "maintainer": "Jhagas Hana Winaya \u003cjhagas@e.email\u003e", + "sentence": "A Arduino Platform Library for interfacing ESP32 to Supabase, including user authentication.", + "paragraph": "This allows developers to interface their ESP32 microcontroller with Supabase, an open-source alternative to Firebase. The library simplifies the process of connecting to Supabase by providing a set of functions that abstract away the complexity of the underlying API.", + "website": "https://github.com/jhagas/ESP32-Supabase", + "category": "Other", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.17.zip", - "archiveFileName": "LovyanGFX-0.1.17.zip", - "size": 638558, - "checksum": "SHA-256:c3c4838b5940a93eb3a57bc6b8768aca214da44dd69cb8ea045b2c5a28247205" + "types": [ + "Contributed" + ], + "repository": "https://github.com/jhagas/ESP32-Supabase.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jhagas/ESP32_Supabase-0.0.3.zip", + "archiveFileName": "ESP32_Supabase-0.0.3.zip", + "size": 24560, + "checksum": "SHA-256:06492b39a07f22df015f6624d540928d3d0bcb2fec01e5b778c2b2b83fb6d775" }, { - "name": "LovyanGFX", - "version": "0.1.18", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "ESP32 Supabase", + "version": "0.0.4", + "author": "Jhagas Hana Winaya \u003cjhagas@e.email\u003e, Achmad Nashruddin Riskynanda \u003cachmad.riskynanda01@gmail.com\u003e", + "maintainer": "Jhagas Hana Winaya \u003cjhagas@e.email\u003e", + "sentence": "A Arduino Platform Library for interfacing ESP32/ESP8266 to Supabase, including user authentication.", + "paragraph": "This allows developers to interface their ESP32/ESP8266 with Supabase, an open-source alternative to Firebase. The library simplifies the process of connecting to Supabase by providing a set of functions that abstract away the complexity of the underlying API.", + "website": "https://github.com/jhagas/ESP32-Supabase", + "category": "Other", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", - "providesIncludes": [ - "LovyanGFX.hpp" + "repository": "https://github.com/jhagas/ESP32-Supabase.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.21.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.18.zip", - "archiveFileName": "LovyanGFX-0.1.18.zip", - "size": 638365, - "checksum": "SHA-256:e54cc5c419bc37b162a29f49ddd9e47f0b460bf5685f71e80b2f22c18a0ce93e" + "url": "https://downloads.arduino.cc/libraries/github.com/jhagas/ESP32_Supabase-0.0.4.zip", + "archiveFileName": "ESP32_Supabase-0.0.4.zip", + "size": 25098, + "checksum": "SHA-256:67850cb9cd02bc43d6c52e503f69cbde440d0c9d0fcb7a0bd84a34a9fdb45957" }, { - "name": "LovyanGFX", - "version": "0.1.19", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Adafruit CPFS", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for accessing a board's CircuitPython flash filesystem and presenting it over USB.", + "paragraph": "Arduino library for accessing a board's CircuitPython flash filesystem and presenting it over USB.", + "website": "https://github.com/adafruit/Adafruit_CPFS", + "category": "Data Storage", "architectures": [ - "esp32", - "samd" + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CPFS.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit InternalFlash" + }, + { + "name": "FlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CPFS-1.0.0.zip", + "archiveFileName": "Adafruit_CPFS-1.0.0.zip", + "size": 9088, + "checksum": "SHA-256:a1cde39f76414c3d2671b84b921518c0b1d1a7c8677d327123446ba0fd2f6033" + }, + { + "name": "Adafruit CPFS", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for accessing a board's CircuitPython flash filesystem and presenting it over USB.", + "paragraph": "Arduino library for accessing a board's CircuitPython flash filesystem and presenting it over USB.", + "website": "https://github.com/adafruit/Adafruit_CPFS", + "category": "Data Storage", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CPFS.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit InternalFlash" + }, + { + "name": "FlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CPFS-1.0.1.zip", + "archiveFileName": "Adafruit_CPFS-1.0.1.zip", + "size": 9362, + "checksum": "SHA-256:3982e43794785f175dd79c441040d0953ca7cf59ec39689bdc24df2c5506fa48" + }, + { + "name": "Adafruit CPFS", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for accessing a board's CircuitPython flash filesystem and presenting it over USB.", + "paragraph": "Arduino library for accessing a board's CircuitPython flash filesystem and presenting it over USB.", + "website": "https://github.com/adafruit/Adafruit_CPFS", + "category": "Data Storage", + "architectures": [ + "samd", + "rp2040", + "esp32" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_CPFS.git", + "dependencies": [ + { + "name": "SdFat - Adafruit Fork" + }, + { + "name": "Adafruit SPIFlash" + }, + { + "name": "Adafruit TinyUSB Library" + }, + { + "name": "Adafruit InternalFlash" + }, + { + "name": "FlashStorage" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CPFS-1.1.0.zip", + "archiveFileName": "Adafruit_CPFS-1.1.0.zip", + "size": 9578, + "checksum": "SHA-256:dc0e7bfeef08a43e432fd70bb7262f225c75502df8af5623a851c2d1e1ff9f0c" + }, + { + "name": "SharkJ1939", + "version": "1.0.0", + "author": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "maintainer": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "sentence": "J1939 packet sniffer library", + "paragraph": "J1939 packet sniffer library", + "website": "https://github.com/jaemannyeh/SharkJ1939", + "category": "Communication", + "architectures": [ + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/jaemannyeh/SharkJ1939.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SharkJ1939.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.1.19.zip", - "archiveFileName": "LovyanGFX-0.1.19.zip", - "size": 640443, - "checksum": "SHA-256:29f35b786ca6cbd27d37aa3ece6a9fa88b64802f9d7f70980485f65e0a8f4634" + "url": "https://downloads.arduino.cc/libraries/github.com/jaemannyeh/SharkJ1939-1.0.0.zip", + "archiveFileName": "SharkJ1939-1.0.0.zip", + "size": 6088, + "checksum": "SHA-256:eeb9761c186937c83401ee0f11fc99eecb967b6894c385895df3303dff0d5155" }, { - "name": "LovyanGFX", - "version": "0.2.0", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "SharkJ1939", + "version": "1.0.1", + "author": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "maintainer": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "sentence": "J1939 packet sniffer library", + "paragraph": "SharkJ1939 is a communication library that allows sniffing and displaying of J1939 CAN messages using the MCP2515 driver. The library offers a built-in feature for calculating SDM Data CRC (SPN 9383), which can be used to verify the integrity of the Safety Header Message. SharkJ1939 is a compact program, but its name is inspired by Wireshark.", + "website": "https://github.com/jaemannyeh/SharkJ1939", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/jaemannyeh/SharkJ1939.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SharkJ1939.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.0.zip", - "archiveFileName": "LovyanGFX-0.2.0.zip", - "size": 651700, - "checksum": "SHA-256:49f22ae477e1ef6e28096aa186a30e834b7ab310a2c1b39db84fa77145beb8bc" + "url": "https://downloads.arduino.cc/libraries/github.com/jaemannyeh/SharkJ1939-1.0.1.zip", + "archiveFileName": "SharkJ1939-1.0.1.zip", + "size": 8924, + "checksum": "SHA-256:7c0354f6238fe1af64585e65161e3b34d56f90a320e4619fdeea1cdd94c30902" }, { - "name": "LovyanGFX", - "version": "0.2.1", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, ODROID-GO, TTGO T-Watch, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "SharkJ1939", + "version": "1.0.2", + "author": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "maintainer": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "sentence": "J1939 packet sniffer library", + "paragraph": "SharkJ1939 is a communication library that allows sniffing and displaying of J1939 CAN messages using the MCP2515 driver. The library offers a built-in feature for calculating SDM Data CRC (SPN 9383), which can be used to verify the integrity of the Safety Header Message. SharkJ1939 is a compact program, but its name is inspired by Wireshark.", + "website": "https://github.com/jaemannyeh/SharkJ1939", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/jaemannyeh/SharkJ1939.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SharkJ1939.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.1.zip", - "archiveFileName": "LovyanGFX-0.2.1.zip", - "size": 651702, - "checksum": "SHA-256:084b215a57eb0088c108b70c55662f26c30c333afe39f7e864f185fefc5ae8ca" + "url": "https://downloads.arduino.cc/libraries/github.com/jaemannyeh/SharkJ1939-1.0.2.zip", + "archiveFileName": "SharkJ1939-1.0.2.zip", + "size": 9174, + "checksum": "SHA-256:0b1870df96bb2abe858dbcf7c123ade89140390d67904666fb4eae754ebb54e3" }, { - "name": "LovyanGFX", - "version": "0.2.2", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "SharkJ1939", + "version": "1.0.3", + "author": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "maintainer": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "sentence": "J1939 packet sniffer library", + "paragraph": "SharkJ1939 is a communication library that allows sniffing and displaying of J1939 CAN messages using the MCP2515 driver. The library offers a built-in feature for calculating SDM Data CRC (SPN 9383), which can be used to verify the integrity of the Safety Header Message. SharkJ1939 is a compact program, but its name is inspired by Wireshark.", + "website": "https://github.com/jaemannyeh/SharkJ1939", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/jaemannyeh/SharkJ1939.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SharkJ1939.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.2.zip", - "archiveFileName": "LovyanGFX-0.2.2.zip", - "size": 983559, - "checksum": "SHA-256:90f6551b5b2adc8b9129cabd3581bf19d9b5b33ba4468682b415ee938d402a9a" + "url": "https://downloads.arduino.cc/libraries/github.com/jaemannyeh/SharkJ1939-1.0.3.zip", + "archiveFileName": "SharkJ1939-1.0.3.zip", + "size": 9372, + "checksum": "SHA-256:0ed5969bc98c02710755cbb31471719b8c89f76447b144aab931cad52429786f" }, { - "name": "LovyanGFX", - "version": "0.2.3", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "SharkJ1939", + "version": "1.0.4", + "author": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "maintainer": "Jaemann Yeh \u003cjaeyeh16@gmail.com\u003e", + "sentence": "J1939 packet sniffer library", + "paragraph": "SharkJ1939 is a library designed to monitor J1939 CAN messages on an Arduino board equipped with the MCP2515. As you may have already noticed, its name is inspired by Wireshark.", + "website": "https://github.com/jaemannyeh/SharkJ1939", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/jaemannyeh/SharkJ1939.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SharkJ1939.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.3.zip", - "archiveFileName": "LovyanGFX-0.2.3.zip", - "size": 11411682, - "checksum": "SHA-256:4b5103fbb100510a27ecff59337604b849d0f02ec76cc68ca1d9789787365513" + "url": "https://downloads.arduino.cc/libraries/github.com/jaemannyeh/SharkJ1939-1.0.4.zip", + "archiveFileName": "SharkJ1939-1.0.4.zip", + "size": 9113, + "checksum": "SHA-256:79646b0e1d3742cc1a55d5e9191cdcf9c1c809194d4d0ba99cd8db3aa00f17b3" }, { - "name": "LovyanGFX", - "version": "0.2.4", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Servo328", + "version": "1.0.0", + "author": "yashi", + "maintainer": "Yasushi SHOJI \u003cyashi@spacecubics.com\u003e", + "sentence": "A servo motor driver for Arduino Uno with ATmega328P PWM", + "paragraph": "This library can control servo motors with ATmega328P PWM.", + "website": "https://github.com/yashi/servo328", + "category": "Device Control", "architectures": [ - "esp32", - "samd" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/yashi/Servo328.git", + "url": "https://downloads.arduino.cc/libraries/github.com/yashi/Servo328-1.0.0.zip", + "archiveFileName": "Servo328-1.0.0.zip", + "size": 10614, + "checksum": "SHA-256:cdf2e569085dd2eba4f601a7d1032a72d99b515d5e990824e299b380f1cda0f6" + }, + { + "name": "HX711 SOLDERED", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Library for controling HX711 sensor", + "paragraph": "HX711 sensor is used with weight scales to get weight data", + "website": "www.soldered.com", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/SolderedElectronics/Soldered-HX711-ADC-For-Weight-Scales-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "Generic-easyC-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.4.zip", - "archiveFileName": "LovyanGFX-0.2.4.zip", - "size": 12273975, - "checksum": "SHA-256:593310d3f2f0bc48657398e270d600e8fde8790b0cb8ec4065ee29dec3488384" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/HX711_SOLDERED-1.0.0.zip", + "archiveFileName": "HX711_SOLDERED-1.0.0.zip", + "size": 21682, + "checksum": "SHA-256:9787f377ceec4d3378310813adb1b69b0e86313049a94578d05da568b6117f00" }, { - "name": "LovyanGFX", - "version": "0.2.5", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered SI114X Light Sensor", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Library used to easily operate with SI1142 and SI1147 Light Sensors", + "paragraph": "Simply measure visible light, infrared, UV light and proximity", + "website": "https://solde.red/333074 , https://solde.red/333076", + "category": "Sensors", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-SI114X-sensor-easyC-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "SI114X-light-sensor-easyc-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.5.zip", - "archiveFileName": "LovyanGFX-0.2.5.zip", - "size": 12281779, - "checksum": "SHA-256:bfea772d5b72dc074b1132a1ee5cae9c3a143199f50d5ff6277b27e8e3c0ad14" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_SI114X_Light_Sensor-1.0.0.zip", + "archiveFileName": "Soldered_SI114X_Light_Sensor-1.0.0.zip", + "size": 56011, + "checksum": "SHA-256:dc22a82be5d476f86ac60513f42c2bcd1d4a954a798c06ec16195c67d92b2da1" }, { - "name": "LovyanGFX", - "version": "0.2.6", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered TCA9548A Multiplexer Arduino Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "TCA9548A I2C Multiplexer Board", + "paragraph": "This is a library for the TCA9548A I2C Multiplexer Board.", + "website": "https://solde.red/333042", + "category": "Communication", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-TCA9548A-I2C-Multiplexer-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "TCA9548A-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.6.zip", - "archiveFileName": "LovyanGFX-0.2.6.zip", - "size": 12286623, - "checksum": "SHA-256:1b8322dfaf1997d99ff63653ee3252999a0a67fa8192cdde21cab46d3545e695" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_TCA9548A_Multiplexer_Arduino_Library-1.0.0.zip", + "archiveFileName": "Soldered_TCA9548A_Multiplexer_Arduino_Library-1.0.0.zip", + "size": 2688199, + "checksum": "SHA-256:b852eb63daee42d65e7df329ddd3d668bfc6fd3c7540e492c09ac6e68145df1e" }, { - "name": "LovyanGFX", - "version": "0.2.7", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered Hall Effect Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Hall Effect Sensor library (Analog and Digital, regular and EasyC)", + "paragraph": "This is a library for the Hall Effect sensor product family by Soldered.", + "website": "https://solde.red/333079", + "category": "Sensors", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-Hall-Effect-Sensor-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "Hall-Effect-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.2.7.zip", - "archiveFileName": "LovyanGFX-0.2.7.zip", - "size": 12290433, - "checksum": "SHA-256:5f82362ed8859f8be465ee3a3761e27c4323970f0e633cd1feede94dda31559d" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_Hall_Effect_Library-1.0.0.zip", + "archiveFileName": "Soldered_Hall_Effect_Library-1.0.0.zip", + "size": 30304, + "checksum": "SHA-256:802b42dc21ab71b219bb76f961604ee45d24d7fd3777eb4eed920c3d5b7d1a98" }, { - "name": "LovyanGFX", - "version": "0.3.0", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered MCP4018 Digipot Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Arduino library for MCP4018 Digital potentiometer breakout board.", + "paragraph": "This library should be used with Soldered MCP4018 Digipot breakout board.", + "website": "https://www.solde.red/333046", + "category": "Other", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-Digipot-MCP4018-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "MCP4018-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.0.zip", - "archiveFileName": "LovyanGFX-0.3.0.zip", - "size": 46970621, - "checksum": "SHA-256:1d7db5f72e8d5dc97e2202252dc119b4b1985009e2627e673d790f42511e8d45" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_MCP4018_Digipot_Library-1.0.0.zip", + "archiveFileName": "Soldered_MCP4018_Digipot_Library-1.0.0.zip", + "size": 22687, + "checksum": "SHA-256:482c03fe8ad5f943a27bf4a8e13d123ea90cf8086be10ca9a341ef4471a8b5c4" }, { - "name": "LovyanGFX", - "version": "0.3.2", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered ADS1015 and ADS1115 EasyC Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "Popular ADC boards by Soldered.", + "paragraph": "The ADS1015 and ADS1115 are popular low power, high accuracy ADCs.", + "website": "https://solde.red/333002", + "category": "Sensors", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-ADS1015-ADS1115-ADC-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "ADS1015-SOLDERED.h", + "ADS1115-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.2.zip", - "archiveFileName": "LovyanGFX-0.3.2.zip", - "size": 46972200, - "checksum": "SHA-256:cc1230d3f20f80e69f717d346fafefdca567be1e91a94a2a1e32146df94df5b1" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_ADS1015_and_ADS1115_EasyC_Library-1.0.0.zip", + "archiveFileName": "Soldered_ADS1015_and_ADS1115_EasyC_Library-1.0.0.zip", + "size": 29612, + "checksum": "SHA-256:f5288eea53cb2e90db1b61cab72e0fd4f3c1c69eee941a272c191d29329c9f80" }, { - "name": "LovyanGFX", - "version": "0.3.3", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", - "category": "Display", + "name": "Soldered AS3935 Lightning sensor library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "AS3935 Lightning sensor Arduino library", + "paragraph": "This is library for AS3935 sensor with few examples", + "website": "https://www.soldered.com/333097", + "category": "Sensors", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-AS3935-Lightning-detect-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "AS3935-Lightning-sensor-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.3.zip", - "archiveFileName": "LovyanGFX-0.3.3.zip", - "size": 46975334, - "checksum": "SHA-256:445efd5e4f4e5b87127d61051f17c117426365ecdfdbd7e4271b1c0199194935" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_AS3935_Lightning_sensor_library-1.0.0.zip", + "archiveFileName": "Soldered_AS3935_Lightning_sensor_library-1.0.0.zip", + "size": 38405, + "checksum": "SHA-256:229f621f83b185fbe965833bce7387a1540d9e073202475d406c96490ac2b0ef" }, { - "name": "LovyanGFX", - "version": "0.3.4", - "author": "lovyan03", - "maintainer": "Lovyan \u003c42724151+lovyan03@users.noreply.github.com\u003e", - "sentence": "LCD Graphics driver with touch for ESP32 and SAMD51", - "paragraph": "Supports LCD displays using drivers that operate with hardware SPI. ESP32, SAMD51(Seeeduino), M5Stack, M5StackCore2, M5StickC, M5StickCPlus, ODROID-GO, TTGO T-Watch, TTGO T-Wristband, ESP-WROVER-KIT, WioTerminal, WiFiBoy, MakePython, HX8357, ILI9163, ILI9342, ILI9341, ILI9486, ILI9488, ST7735, ST7789, ST7796, SSD1351", - "website": "https://github.com/lovyan03/LovyanGFX", + "name": "Soldered OLED Display", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "128x64 OLED Display", + "paragraph": "This is a 128x64 OLED Display library by Soldered.", + "website": "https://solde.red/333053", "category": "Display", "architectures": [ - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lovyan03/LovyanGFX.git", + "repository": "https://github.com/SolderedElectronics/Soldered-OLED-Display-Arduino-Library.git", "providesIncludes": [ - "LovyanGFX.hpp" + "OLED-Display-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lovyan03/LovyanGFX-0.3.4.zip", - "archiveFileName": "LovyanGFX-0.3.4.zip", - "size": 46975370, - "checksum": "SHA-256:eed02cbf9848be1e55e72d098e930561548b2993687f8f40158a96ade715fded" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_OLED_Display-1.0.0.zip", + "archiveFileName": "Soldered_OLED_Display-1.0.0.zip", + "size": 391858, + "checksum": "SHA-256:e10b2e07c2e8c2f396b9e7dea05050e5a1eedb8345ccaae25942e3623910bc52" }, { - "name": "PulsePattern", - "version": "0.0.8", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to generate repeating pulse patterns.", - "paragraph": "uses timer1", - "website": "https://github.com/RobTillaart/PulsePattern", - "category": "Signal Input/Output", + "name": "Soldered MQ-X Gas Sensor Library", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "MQ-X Gas Sensor Library by Soldered", + "paragraph": "MQ-X sensors are great for detecting gas. This library is a simple example how to use the MQ-X sensors.", + "website": "https://sold.red/333041", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PulsePattern.git", + "repository": "https://github.com/SolderedElectronics/Soldered-MQ-Gas-Sensor-Arduino-Library.git", "providesIncludes": [ - "PulsePattern.h" + "MQ-Sensor-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.0.8.zip", - "archiveFileName": "PulsePattern-0.0.8.zip", - "size": 6288, - "checksum": "SHA-256:ea1c147c65ce643c0e397f5f156b22430684764d772903505ea2622f4094cb25" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/Soldered_MQ_X_Gas_Sensor_Library-1.0.0.zip", + "archiveFileName": "Soldered_MQ_X_Gas_Sensor_Library-1.0.0.zip", + "size": 99773, + "checksum": "SHA-256:7a022b62814567db9f55a82394e044fd366f81bcfafd40140d82deb9e983ee1a" }, { - "name": "PulsePattern", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to generate repeating pulse patterns. (AVR only)", - "paragraph": "uses timer1", - "website": "https://github.com/RobTillaart/PulsePattern", - "category": "Signal Input/Output", + "name": "PwmSin", + "version": "1.0.0", + "author": "Makoto TSURUMAKI", + "maintainer": "Makoto TSURUMAKI \u003ctu19980117@gmail.com\u003e", + "sentence": "This is an LED lighting library for Arduino.", + "paragraph": "Generates PWM that digitally converts the value of a sine wave to the specified array.", + "website": "https://github.com/mtsurumaki/PwmSin", + "category": "Other", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PulsePattern.git", + "repository": "https://github.com/mtsurumaki/PwmSin.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mtsurumaki/PwmSin-1.0.0.zip", + "archiveFileName": "PwmSin-1.0.0.zip", + "size": 2633, + "checksum": "SHA-256:eefa77409a5badea5eb7463228f3029cc0dc87fc422b666d41ff796f8de93439" + }, + { + "name": "QuarkTS", + "version": "1.0.1", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", "providesIncludes": [ - "PulsePattern.h" + "quarkts.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.0.zip", - "archiveFileName": "PulsePattern-0.1.0.zip", - "size": 6275, - "checksum": "SHA-256:4b3e3c0ad0fa6e88046b22315e88693027d6c908042b1780d129d5acfcf25529" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.1.zip", + "archiveFileName": "QuarkTS-1.0.1.zip", + "size": 297406, + "checksum": "SHA-256:625a29ceece022fa310f6d404221564cf8100e3a8fa7e9cae17ee6998a431176" }, { - "name": "PulsePattern", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to generate repeating pulse patterns. (AVR only)", - "paragraph": "uses timer1", - "website": "https://github.com/RobTillaart/PulsePattern", - "category": "Signal Input/Output", + "name": "QuarkTS", + "version": "1.0.2", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PulsePattern.git", + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", "providesIncludes": [ - "PulsePattern.h" + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulsePattern-0.1.1.zip", - "archiveFileName": "PulsePattern-0.1.1.zip", - "size": 8355, - "checksum": "SHA-256:a5df3f9c8dc7297b3461bba8bdb783b68f022e672f0814b0b2f45a25f371808d" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.2.zip", + "archiveFileName": "QuarkTS-1.0.2.zip", + "size": 299054, + "checksum": "SHA-256:af51df2d3b0793890c5b0b670dfd5ddf2d571115125b73ad97905ff3fda9cf05" }, - { - "name": "modbus-esp8266", - "version": "2.0.0", - "author": "Andre Sarmento Barbosa", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", - "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + { + "name": "QuarkTS", + "version": "1.0.3", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.0.0.zip", - "archiveFileName": "modbus_esp8266-2.0.0.zip", - "size": 31454, - "checksum": "SHA-256:19c2c9ca455354ab78390687b94104d87d0e696739a1922eafdae375e579ce28" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.3.zip", + "archiveFileName": "QuarkTS-1.0.3.zip", + "size": 298665, + "checksum": "SHA-256:f2183141278a4635acd82ce41db64ca91fb809264f5b57813a654be51c7a8785" }, { - "name": "modbus-esp8266", - "version": "2.0.1", - "author": "Andre Sarmento Barbosa", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", - "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.0.4", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.0.1.zip", - "archiveFileName": "modbus_esp8266-2.0.1.zip", - "size": 31520, - "checksum": "SHA-256:7f43ae784c576b817480e17edb054920be15437ddeec31f107b615c5c8e7654b" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.4.zip", + "archiveFileName": "QuarkTS-1.0.4.zip", + "size": 297860, + "checksum": "SHA-256:7482f719864c461f457d3a807ee8e98086d9cab425f6302b3cd546d13c41e61e" }, { - "name": "modbus-esp8266", - "version": "2.1.0", - "author": "Andre Sarmento Barbosa", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", - "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.0.5", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-2.1.0.zip", - "archiveFileName": "modbus_esp8266-2.1.0.zip", - "size": 33446, - "checksum": "SHA-256:0a93248f05df33c1d018e4b4d02bc9fd346b9a117ddf19c7cd26fff83409cee2" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.5.zip", + "archiveFileName": "QuarkTS-1.0.5.zip", + "size": 300203, + "checksum": "SHA-256:c1b95f118390bba7a277bbb4867701680905a1934aaa3e7c861f3112068404d5" }, { - "name": "modbus-esp8266", - "version": "3.0.0", - "author": "Andre Sarmento Barbosa", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", - "sentence": "Modbus Master-Slave Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.0.6", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.0.zip", - "archiveFileName": "modbus_esp8266-3.0.0.zip", - "size": 45444, - "checksum": "SHA-256:5289c0eb088aee5f4366685b50e36182000056191d3c6ef0f8114294fe46bf43" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.6.zip", + "archiveFileName": "QuarkTS-1.0.6.zip", + "size": 301361, + "checksum": "SHA-256:fdf6e5061ad865a7615847cc647b9f58d2d4877f6cafc81b52583a0d2613c16f" }, { - "name": "modbus-esp8266", - "version": "1.0.0", - "author": "Andre Sarmento Barbosa", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", - "sentence": "Modbus Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.0.7", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.0.0.zip", - "archiveFileName": "modbus_esp8266-1.0.0.zip", - "size": 18117, - "checksum": "SHA-256:02402c0e31cb48482eb49273eff7e4145c7027a25f9fa2857d4394908b9ac259" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.7.zip", + "archiveFileName": "QuarkTS-1.0.7.zip", + "size": 300599, + "checksum": "SHA-256:5bc74e29708497f029aae905a6b2b85f597748a61b70e0602dd2007b999586d2" }, { - "name": "modbus-esp8266", - "version": "1.1.0", - "author": "Andre Sarmento Barbosa", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", - "sentence": "Modbus Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.0.8", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.1.0.zip", - "archiveFileName": "modbus_esp8266-1.1.0.zip", - "size": 19814, - "checksum": "SHA-256:16be145893f603f6773f6732928d17da1e77f77a72369df068188d5b8d0c517d" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.8.zip", + "archiveFileName": "QuarkTS-1.0.8.zip", + "size": 301273, + "checksum": "SHA-256:915da6dcac4849d8cb38709d4a40b511867941cae1e970b126f365cee83b3a08" }, { - "name": "modbus-esp8266", - "version": "1.2.0", - "author": "Andre Sarmento Barbosa", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmal.com\u003e", - "sentence": "Modbus Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.0.9", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-1.2.0.zip", - "archiveFileName": "modbus_esp8266-1.2.0.zip", - "size": 21683, - "checksum": "SHA-256:0c84590d0ca0dd51dd6f9e4f0c181d15e78e6969e980f7897fd49d89432190f1" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.0.9.zip", + "archiveFileName": "QuarkTS-1.0.9.zip", + "size": 300740, + "checksum": "SHA-256:837bfa6f9de6b2bf24f0be81d9471d20e60d1bf387f9f9171deebdd7837eeffd" }, { - "name": "modbus-esp8266", - "version": "3.0.1", - "author": "Andre Sarmento Barbosa, Alexander Emelianov", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", - "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.1.0", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.1.zip", - "archiveFileName": "modbus_esp8266-3.0.1.zip", - "size": 45316, - "checksum": "SHA-256:99d71494ffb6ea963040582e53f09458a72e0328552f5bf1c359f178abc32808" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.1.0.zip", + "archiveFileName": "QuarkTS-1.1.0.zip", + "size": 300831, + "checksum": "SHA-256:b525f759e6b213a7ea005837f598889f4f361fd0bea462ed474fb62d65d44266" }, { - "name": "modbus-esp8266", - "version": "3.0.2", - "author": "Andre Sarmento Barbosa, Alexander Emelianov", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", - "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.2.1", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.2.zip", - "archiveFileName": "modbus_esp8266-3.0.2.zip", - "size": 45344, - "checksum": "SHA-256:d85dad256fd2de95f9f76d218a1e9613dfd23afd6f2b62e2b185bbe7756479d9" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.1.zip", + "archiveFileName": "QuarkTS-1.2.1.zip", + "size": 301395, + "checksum": "SHA-256:50273ca7b0590583708963edaa5be713946c9086d08d31ba86765b22ed07dd64" }, { - "name": "modbus-esp8266", - "version": "3.0.3", - "author": "Andre Sarmento Barbosa, Alexander Emelianov", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", - "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.2.2", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.3.zip", - "archiveFileName": "modbus_esp8266-3.0.3.zip", - "size": 45539, - "checksum": "SHA-256:e72e7694bd7b55f1e0b65545455b4b4f46a1294eb8c1ec4beba469e798416041" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.2.zip", + "archiveFileName": "QuarkTS-1.2.2.zip", + "size": 301326, + "checksum": "SHA-256:e7c64c7ab31492deb211ad83fcafd46f2384270a2b40458861b4d89e8b081edc" }, { - "name": "modbus-esp8266", - "version": "3.0.4", - "author": "Andre Sarmento Barbosa, Alexander Emelianov", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", - "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.2.3", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.4.zip", - "archiveFileName": "modbus_esp8266-3.0.4.zip", - "size": 45928, - "checksum": "SHA-256:8ee875761990d50b6b343a03fa2ad5c9c5e7bb9a7dff4e02174f765d250c11e2" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.3.zip", + "archiveFileName": "QuarkTS-1.2.3.zip", + "size": 301440, + "checksum": "SHA-256:b128dd57ffaf03a6fbda9fbb5f3b62e8c53985104e7ad3c6dfdd7d5c9bad91af" }, { - "name": "modbus-esp8266", - "version": "3.0.6", - "author": "Andre Sarmento Barbosa, Alexander Emelianov", - "maintainer": "Alexander Emelianov\u003ca.m.emelianov@gmail.com\u003e", - "sentence": "Modbus RTU and Modbus TCP Library for ESP8266/ESP32", - "paragraph": "This library allows your ESP8266/ESP32 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.", - "website": "https://github.com/emelianov/modbus-esp8266", - "category": "Communication", + "name": "QuarkTS", + "version": "1.2.4", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/emelianov/modbus-esp8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/emelianov/modbus_esp8266-3.0.6.zip", - "archiveFileName": "modbus_esp8266-3.0.6.zip", - "size": 45987, - "checksum": "SHA-256:1bd147e930ef1ba36e3e7c60025b1a3d0359b8a9bf5be15fcd3ae99e9cd79832" + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.4.zip", + "archiveFileName": "QuarkTS-1.2.4.zip", + "size": 301625, + "checksum": "SHA-256:5234f28e5085612284ebc50a7a240bb87c06ab231bbef878b6dd321633f14a8a" }, { - "name": "LineFormatter", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Wrapper class for Serial to enhance layout of tabular data.", - "paragraph": "Set flexible tab positions, repeat strings for easy layout.", - "website": "https://github.com/RobTillaart/LineFormatter", - "category": "Data Processing", + "name": "QuarkTS", + "version": "1.2.6", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/LineFormatter.git", + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", "providesIncludes": [ - "LineFormatter.h" + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.0.zip", - "archiveFileName": "LineFormatter-0.1.0.zip", - "size": 8287, - "checksum": "SHA-256:14e2f1f5c86e395163b562a84392f0ff3f51f870b7a7ae7705b0c30e0e6dc486" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.6.zip", + "archiveFileName": "QuarkTS-1.2.6.zip", + "size": 301729, + "checksum": "SHA-256:bd763648af3db040841911e865f0877feb8ec08945f7b4a963f5acb9885ac675" }, { - "name": "LineFormatter", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Wrapper class for Serial to enhance layout of tabular data.", - "paragraph": "Set flexible tab positions, repeat strings for easy layout.", - "website": "https://github.com/RobTillaart/LineFormatter", - "category": "Data Processing", + "name": "QuarkTS", + "version": "1.2.7", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/LineFormatter.git", + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", "providesIncludes": [ - "LineFormatter.h" + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/LineFormatter-0.1.1.zip", - "archiveFileName": "LineFormatter-0.1.1.zip", - "size": 12065, - "checksum": "SHA-256:f3102b16adbb7a71129f52da79453a2e895811a7606200fd83821412a1159533" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.7.zip", + "archiveFileName": "QuarkTS-1.2.7.zip", + "size": 301782, + "checksum": "SHA-256:1d75db9982fd76680c4ad98defd3030d4e03459149c8ae5ac0f32ef7abd8d7ef" }, { - "name": "Bootstrapper", - "version": "1.4.2", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.2.8", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.2.zip", - "archiveFileName": "Bootstrapper-1.4.2.zip", - "size": 373723, - "checksum": "SHA-256:d5bb23b19518b18ea55d140735d7947a576823b8ec3ac586417ac7777cb6c578" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.8.zip", + "archiveFileName": "QuarkTS-1.2.8.zip", + "size": 301834, + "checksum": "SHA-256:ae40c7d6de628c5980c4c8fadb3e3b6eb7324b313d921bf951a99182b21f6cc8" }, { - "name": "Bootstrapper", - "version": "1.4.4", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.2.9", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.4.zip", - "archiveFileName": "Bootstrapper-1.4.4.zip", - "size": 373722, - "checksum": "SHA-256:6f1168c97295a6501baddbda67ccfcaeb2befd772ca9eae51f4827723aa83eb8" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.2.9.zip", + "archiveFileName": "QuarkTS-1.2.9.zip", + "size": 301945, + "checksum": "SHA-256:6480c9592931abc56fa7565c99cd76ff44d5197af678ee7cb12d43f23dd26e0b" }, { - "name": "Bootstrapper", - "version": "1.4.5", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management.", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.3.0", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.4.5.zip", - "archiveFileName": "Bootstrapper-1.4.5.zip", - "size": 373725, - "checksum": "SHA-256:fdfea16f857c9e79b6357dc09304ed837d4fa14acccbf4f84aee798d3a61d0b9" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.3.0.zip", + "archiveFileName": "QuarkTS-1.3.0.zip", + "size": 302069, + "checksum": "SHA-256:5b125ff39b6e32bd13cf657e6ac7bc7fe10996f6bdbd1dcdcb6fc42d0317465e" }, { - "name": "Bootstrapper", - "version": "1.5.0", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.3.1", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.5.0.zip", - "archiveFileName": "Bootstrapper-1.5.0.zip", - "size": 374667, - "checksum": "SHA-256:16d417af276026566047d36fe6330230ebb6bc95a40a576bd2ebcc08e71b61b9" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.3.1.zip", + "archiveFileName": "QuarkTS-1.3.1.zip", + "size": 302082, + "checksum": "SHA-256:df06eb29a40d1257f7c7dfe7556db7679bfda1ffe8d168328b47344391426e7a" }, { - "name": "Bootstrapper", - "version": "1.6.0", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.3.2", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.6.0.zip", - "archiveFileName": "Bootstrapper-1.6.0.zip", - "size": 525683, - "checksum": "SHA-256:8a4a55650cbe86727f751e46e6ed1a9190d69b53438784df610252d1834ad203" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.3.2.zip", + "archiveFileName": "QuarkTS-1.3.2.zip", + "size": 303952, + "checksum": "SHA-256:28752700244d3a93f33b7598bf168a7219f8ceb161f7f206885e5ed875df7307" }, { - "name": "Bootstrapper", - "version": "1.7.0", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.3.3", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.0.zip", - "archiveFileName": "Bootstrapper-1.7.0.zip", - "size": 525938, - "checksum": "SHA-256:d5c10e99fb7e5f7078f12aadc48f927fe2686dda2944112e25162bac7d84cd0c" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.3.3.zip", + "archiveFileName": "QuarkTS-1.3.3.zip", + "size": 304327, + "checksum": "SHA-256:5bd1fd6c78d5ebbc100f64cc21e1ab06cb4eb2b7a0b4b28f3bb06802d4ef0e49" }, { - "name": "Bootstrapper", - "version": "1.7.3", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.3.4", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.3.zip", - "archiveFileName": "Bootstrapper-1.7.3.zip", - "size": 526186, - "checksum": "SHA-256:ba152a776088c36ca3c6c9b6528d653578c3e6fbac16ed943e5fd9756c53b99c" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.3.4.zip", + "archiveFileName": "QuarkTS-1.3.4.zip", + "size": 304104, + "checksum": "SHA-256:dcb923dd7bbdad3800e96f22f7e3b8dca63151895d6fc42a7d8227623789ffd8" }, { - "name": "Bootstrapper", - "version": "1.7.4", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.3.5", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.4.zip", - "archiveFileName": "Bootstrapper-1.7.4.zip", - "size": 526325, - "checksum": "SHA-256:568df1f8a70a892c42e971a0883a9070cf28b78a0dcafc0f17e9a43c8a9d0c1c" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.3.5.zip", + "archiveFileName": "QuarkTS-1.3.5.zip", + "size": 304117, + "checksum": "SHA-256:4dcc0d41d4a1571b761f68f2f4000fa200fce2714ecb8a36604d72cf7963f13f" }, { - "name": "Bootstrapper", - "version": "1.7.5", - "author": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "maintainer": "Davide Perini \u003cperini.davide@dpsoftware.org\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)", - "website": "https://github.com/sblantipodi/arduino_bootstrapper", - "category": "Other", + "name": "QuarkTS", + "version": "1.3.6", + "author": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "maintainer": "J. Camilo Gomez C. \u003ckmilo17pet@gmail.com\u003e", + "license": "MIT", + "sentence": "An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.", + "paragraph": "QuarkTS++ is an operating system that provides a modern environment to build stable and predictable event-driven multitasking embedded software. The OS is built on top of a cooperative quasi-static scheduler and its simplified kernel implements a specialized round-robin scheme using a linked-chain approach and an event-queue to provide true FIFO priority-scheduling..", + "website": "https://github.com/kmilo17pet/QuarkTS-cpp", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sblantipodi/arduino_bootstrapper.git", - "dependencies": [ - { - "name": "ArduinoJson" - }, - { - "name": "PubSubClient" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/kmilo17pet/QuarkTS-cpp.git", + "providesIncludes": [ + "QuarkTS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/sblantipodi/Bootstrapper-1.7.5.zip", - "archiveFileName": "Bootstrapper-1.7.5.zip", - "size": 526331, - "checksum": "SHA-256:0d598573142f4c3e475ecf12013d78f5092a78a8c957541076948e317ac31f91" + "url": "https://downloads.arduino.cc/libraries/github.com/kmilo17pet/QuarkTS-1.3.6.zip", + "archiveFileName": "QuarkTS-1.3.6.zip", + "size": 304318, + "checksum": "SHA-256:e5e1d43e32cf2445bac0231c07c83897903d5f839dc87a888a136ee78ff1bff4" }, { - "name": "MaximWire", - "version": "1.0.0", - "author": "xeno \u003cxeno@mail.ru\u003e", - "maintainer": "xeno \u003cxeno@mail.ru\u003e", - "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", - "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", - "website": "https://github.com/adameat/MaximWire", + "name": "CirquePinnacle", + "version": "0.1.0", + "author": "2bndy5", + "maintainer": "2bndy5", + "sentence": "A driver library for interfacing with the Cirque Pinnacle (1CA027) touch controller used in Cirque Glidepoint Circle Trackpads.", + "paragraph": "Written to encompass all features demonstrated by the official Cirque example repository for the teensy3.2 and Cirque developer kit.", + "website": "https://github.com/2bndy5/CirquePinnacle", "category": "Sensors", "architectures": [ - "nordicnrf52", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adameat/MaximWire.git", + "repository": "https://github.com/2bndy5/CirquePinnacle.git", "providesIncludes": [ - "MaximWire.h" + "CirquePinnacle.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.0.zip", - "archiveFileName": "MaximWire-1.0.0.zip", - "size": 9681, - "checksum": "SHA-256:5b1ba59e9d50e8172af4ba924e0c482721e391ab3fdc8bf12297b30efdcd0ac5" + "url": "https://downloads.arduino.cc/libraries/github.com/2bndy5/CirquePinnacle-0.1.0.zip", + "archiveFileName": "CirquePinnacle-0.1.0.zip", + "size": 11669562, + "checksum": "SHA-256:56df5794fbee70d19bf3042f564b49f2173511d2e5aba72f53c46dec248740b6" }, { - "name": "MaximWire", - "version": "1.0.2", - "author": "xeno \u003cxeno@mail.ru\u003e", - "maintainer": "xeno \u003cxeno@mail.ru\u003e", - "sentence": "A library for DS18B20 temperature sensor and Arduino NANO 33 BLE controller", - "paragraph": "It implements 1-Wire MaximIntegrated bus protocol", - "website": "https://github.com/adameat/MaximWire", + "name": "CirquePinnacle", + "version": "1.0.1", + "author": "2bndy5", + "maintainer": "2bndy5", + "sentence": "A driver library for interfacing with the Cirque Pinnacle (1CA027) touch controller used in Cirque Glidepoint Circle Trackpads.", + "paragraph": "Written to encompass all features demonstrated by the official Cirque example repository for the teensy3.2 and Cirque developer kit.", + "website": "https://github.com/2bndy5/CirquePinnacle", "category": "Sensors", "architectures": [ - "nordicnrf52", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adameat/MaximWire.git", + "repository": "https://github.com/2bndy5/CirquePinnacle.git", "providesIncludes": [ - "MaximWire.h" + "CirquePinnacle.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adameat/MaximWire-1.0.2.zip", - "archiveFileName": "MaximWire-1.0.2.zip", - "size": 9704, - "checksum": "SHA-256:a1be85903438c4d66caa41a91c836e7ff84dc21bb1931a3ecfe62beac817cb7f" + "url": "https://downloads.arduino.cc/libraries/github.com/2bndy5/CirquePinnacle-1.0.1.zip", + "archiveFileName": "CirquePinnacle-1.0.1.zip", + "size": 11669697, + "checksum": "SHA-256:e942efdf8c5ebf98450704997c9bb1dff6c44a34b1e3a9a16136e09bf9881329" }, { - "name": "mjson", + "name": "MicromationDevboardV3", "version": "1.0.0", - "author": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "maintainer": "Cesanta Software Limited \u003csupport@cesanta.com\u003e", - "sentence": "JSON parser, emitter, and JSON-RPC engine", - "paragraph": "Making microcontrollers connected via https://vcon.io", - "website": "https://github.com/cesanta/mjson", - "category": "Communication", + "author": "iMiconSystem.com", + "maintainer": "iMiconSystem.com (dev@imiconsystem.com)", + "sentence": "Library for Micromation Dev Board V3 with ESP32", + "paragraph": "This library is designed to make it easy to use micromation dev board with ESP32 relays module, Builtin wifi management system, custom HTML webpage, supported 3 pages OLED screen, custom switch, relays, RS485, buzzer.", + "website": "https://github.com/imiconsystem/micromation-devboard-v3-lib", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cesanta/mjson.git", + "repository": "https://github.com/imiconsystem/MicromationDevboardV3.git", "providesIncludes": [ - "mjson.h" + "iMi3Device.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/cesanta/mjson-1.0.0.zip", - "archiveFileName": "mjson-1.0.0.zip", - "size": 179659, - "checksum": "SHA-256:9cfad4ef33e38dfa82c4771862785519d4f9c5d44f3fc81ec3f09f0ed8ef3106" + "dependencies": [ + { + "name": "U8g2", + "version": "=2.33.15" + }, + { + "name": "ezButton", + "version": "=1.0.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imiconsystem/MicromationDevboardV3-1.0.0.zip", + "archiveFileName": "MicromationDevboardV3-1.0.0.zip", + "size": 21071, + "checksum": "SHA-256:06b7adf44adb0080195fd429262d0712896f1d09d3582fe0799d090661bf62e3" }, { - "name": "IridiumSBDi2c", - "version": "3.0.0", - "author": "Mikal Hart and Paul Clark (PaulZC)", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", - "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", - "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", - "category": "Communication", + "name": "MicromationDevboardV3", + "version": "1.0.2", + "author": "iMiconSystem.com", + "maintainer": "iMiconSystem.com (dev@imiconsystem.com)", + "sentence": "Library for Micromation Dev Board V3 with ESP32", + "paragraph": "This library is designed to make it easy to use micromation dev board with ESP32 relays module, Builtin wifi management system, custom HTML webpage, supported 3 pages OLED screen, custom switch, relays, RS485, buzzer.", + "website": "https://github.com/imiconsystem/micromation-devboard-v3-lib", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.0.zip", - "archiveFileName": "IridiumSBDi2c-3.0.0.zip", - "size": 86761, - "checksum": "SHA-256:4a4c9c76a015310c8848ee117baf97f2199d1fd4744638e12c192231a9d235cc" + "repository": "https://github.com/imiconsystem/MicromationDevboardV3.git", + "providesIncludes": [ + "iMi3Device.h" + ], + "dependencies": [ + { + "name": "U8g2", + "version": "=2.33.15" + }, + { + "name": "ezButton", + "version": "=1.0.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imiconsystem/MicromationDevboardV3-1.0.2.zip", + "archiveFileName": "MicromationDevboardV3-1.0.2.zip", + "size": 21296, + "checksum": "SHA-256:5ec9db7f313f8f56eaf4317e0961e199c0df06ab247272de549a8ebbfb5abd70" }, { - "name": "IridiumSBDi2c", - "version": "3.0.1", - "author": "Mikal Hart and Paul Clark (PaulZC)", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.", - "paragraph": "It works on other Iridium devices too including the Qwiic Iridium 9603N (I2C). Messages are \"twitter length\" and can be sent to and from the device using email, HTTP POST, or the Rock7 console. Great for tracking balloons, vehicles, and ocean floaters.", - "website": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library", - "category": "Communication", + "name": "MicromationDevboardV3", + "version": "1.0.3", + "author": "iMiconSystem.com", + "maintainer": "iMiconSystem.com (dev@imiconsystem.com)", + "sentence": "Library for Micromation Dev Board V3 with ESP32", + "paragraph": "This library is designed to make it easy to use micromation dev board with ESP32 relays module, Builtin wifi management system, custom HTML webpage, supported 3 pages OLED screen, custom switch, relays, RS485, buzzer.", + "website": "https://github.com/imiconsystem/micromation-devboard-v3-lib", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_IridiumSBD_I2C_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/IridiumSBDi2c-3.0.1.zip", - "archiveFileName": "IridiumSBDi2c-3.0.1.zip", - "size": 89997, - "checksum": "SHA-256:02d145f2172398935d0f85f1f60400db9e1b987cf04096bbbec04edd21b7c3fa" + "repository": "https://github.com/imiconsystem/MicromationDevboardV3.git", + "providesIncludes": [ + "iMi3Device.h" + ], + "dependencies": [ + { + "name": "U8g2", + "version": "=2.33.15" + }, + { + "name": "ezButton", + "version": "=1.0.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imiconsystem/MicromationDevboardV3-1.0.3.zip", + "archiveFileName": "MicromationDevboardV3-1.0.3.zip", + "size": 21295, + "checksum": "SHA-256:0cc0a8fb803b8263b92118c16b4abe49aadaf8e4e66ec15b50ca87658150d04b" }, { - "name": "MCP23017_WE", - "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander.", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "MicromationDevboardV3", + "version": "1.0.4", + "author": "iMiconSystem.com", + "maintainer": "iMiconSystem.com (dev@imiconsystem.com)", + "sentence": "Library for Micromation Dev Board V3 with ESP32", + "paragraph": "This library is designed to make it easy to use micromation dev board with ESP32 relays module, Builtin wifi management system, custom HTML webpage, supported 3 pages OLED screen, custom switch, relays, RS485, buzzer.", + "website": "https://github.com/imiconsystem/micromation-devboard-v3-lib", + "category": "Other", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/imiconsystem/MicromationDevboardV3.git", "providesIncludes": [ - "MCP23017.h" + "iMi3Device.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.0.0.zip", - "archiveFileName": "MCP23017_WE-1.0.0.zip", - "size": 973403, - "checksum": "SHA-256:a49360e94dce85f9ef7c9e455d5e9e6c3df60af92641e6966865a4f2e18f4959" + "dependencies": [ + { + "name": "U8g2", + "version": "=2.33.15" + }, + { + "name": "ezButton", + "version": "=1.0.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imiconsystem/MicromationDevboardV3-1.0.4.zip", + "archiveFileName": "MicromationDevboardV3-1.0.4.zip", + "size": 29062, + "checksum": "SHA-256:7c841daac45522d9cf949033ed8c9a7254a7e8a8b8db0d899edec2874eeebc28" }, { - "name": "MCP23017_WE", - "version": "1.1.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander.", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "MicromationDevboardV3", + "version": "1.0.5", + "author": "iMiconSystem.com", + "maintainer": "iMiconSystem.com (dev@imiconsystem.com)", + "sentence": "Library for Micromation Dev Board V3 with ESP32", + "paragraph": "This library is designed to make it easy to use micromation dev board with ESP32 relays module, Builtin wifi management system, custom HTML webpage, supported 3 pages OLED screen, custom switch, relays, RS485, buzzer.", + "website": "https://github.com/imiconsystem/micromation-devboard-v3-lib", + "category": "Other", "architectures": [ - "avr", - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/imiconsystem/MicromationDevboardV3.git", "providesIncludes": [ - "MCP23017.h" + "iMi3Device.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.1.0.zip", - "archiveFileName": "MCP23017_WE-1.1.0.zip", - "size": 973409, - "checksum": "SHA-256:b9c5b9b830b43b1956567e6ff2994f914b512d72345da736d489b85290bb0a28" + "dependencies": [ + { + "name": "U8g2", + "version": "=2.33.15" + }, + { + "name": "ezButton", + "version": "=1.0.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imiconsystem/MicromationDevboardV3-1.0.5.zip", + "archiveFileName": "MicromationDevboardV3-1.0.5.zip", + "size": 43522, + "checksum": "SHA-256:425f95278ec1c576eacf4549a692ae8643f6c28753f313ef4133d6b096307f43" }, { - "name": "MCP23017_WE", - "version": "1.2.3", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "MicromationDevboardV3", + "version": "1.0.6", + "author": "iMiconSystem.com", + "maintainer": "iMiconSystem.com (dev@imiconsystem.com)", + "sentence": "Library for Micromation Dev Board V3 with ESP32", + "paragraph": "This library is designed to make it easy to use micromation dev board with ESP32 relays module, Builtin wifi management system, custom HTML webpage, supported 3 pages OLED screen, custom switch, relays, RS485, buzzer.", + "website": "https://github.com/imiconsystem/micromation-devboard-v3-lib", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/imiconsystem/MicromationDevboardV3.git", "providesIncludes": [ - "MCP23017.h" + "iMi3Device.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.2.3.zip", - "archiveFileName": "MCP23017_WE-1.2.3.zip", - "size": 973092, - "checksum": "SHA-256:c09f3ddc369b0bbe94b264d164f7a4c0931b56fb13a872ced32088e1c5c26bce" + "dependencies": [ + { + "name": "U8g2", + "version": "=2.33.15" + }, + { + "name": "ezButton", + "version": "=1.0.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imiconsystem/MicromationDevboardV3-1.0.6.zip", + "archiveFileName": "MicromationDevboardV3-1.0.6.zip", + "size": 50775, + "checksum": "SHA-256:f0d543d4e89a3eee774edc3b96a6ac1b4cdd5b91473d3a1c2c6367dd6b75c8c9" }, { - "name": "MCP23017_WE", - "version": "1.3.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "MicromationDevboardV3", + "version": "1.0.7", + "author": "iMiconSystem.com", + "maintainer": "iMiconSystem.com (dev@imiconsystem.com)", + "sentence": "Library for Micromation Dev Board V3 with ESP32", + "paragraph": "This library is designed to make it easy to use micromation dev board with ESP32 relays module, Builtin wifi management system, custom HTML webpage, supported 3 pages OLED screen, custom switch, relays, RS485, buzzer.", + "website": "https://github.com/imiconsystem/micromation-devboard-v3-lib", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/imiconsystem/MicromationDevboardV3.git", "providesIncludes": [ - "MCP23017.h" + "iMi3Device.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.0.zip", - "archiveFileName": "MCP23017_WE-1.3.0.zip", - "size": 941913, - "checksum": "SHA-256:96d52e48a8ebdb83186d2c653abbde755dc2691a324674ea1653cde693f490ff" + "dependencies": [ + { + "name": "U8g2", + "version": "=2.33.15" + }, + { + "name": "ezButton", + "version": "=1.0.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/imiconsystem/MicromationDevboardV3-1.0.7.zip", + "archiveFileName": "MicromationDevboardV3-1.0.7.zip", + "size": 57622, + "checksum": "SHA-256:af734a116268074fd23a9fe85535b4c3234df22c704d38c7559bf15bdda13848" }, { - "name": "MCP23017_WE", - "version": "1.3.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "8x8 Led Matrix Soldered", + "version": "1.0.0", + "author": "Soldered", + "maintainer": "Soldered \u003csoldered@soldered.com\u003e", + "sentence": "8x8 LED Matrix library.", + "paragraph": "This is a library for 8x8 LED Matrix by Soldered.", + "website": "https://solde.red/333062", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/SolderedElectronics/Soldered-8x8-MAX7219-LED-Matrix-Arduino-Library.git", "providesIncludes": [ - "MCP23017.h" + "Led-Matrix-SOLDERED.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.1.zip", - "archiveFileName": "MCP23017_WE-1.3.1.zip", - "size": 942456, - "checksum": "SHA-256:bef6fd4cb780b10d1483fef88d2405f404ed0fc9314d079d0c9862e38462868c" + "url": "https://downloads.arduino.cc/libraries/github.com/SolderedElectronics/8x8_Led_Matrix_Soldered-1.0.0.zip", + "archiveFileName": "8x8_Led_Matrix_Soldered-1.0.0.zip", + "size": 116855, + "checksum": "SHA-256:e1f3beab8ada8ede9a81d5f17a129b0848333cf49888fef1035882b77b02dca8" }, { - "name": "MCP23017_WE", - "version": "1.3.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "WeatherFlowAPI", + "version": "1.0.0", + "author": "Dacarson", + "maintainer": "Dacarson \u003cdacarson@gmail.com\u003e", + "sentence": "Easy access to network WeatherFlow data.", + "paragraph": "Listen for the broadcast Weatherflow UDP packets and store them. Call an API when packets are recieved.", + "website": "https://github.com/dacarson", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/dacarson/WeatherFlowApi.git", "providesIncludes": [ - "MCP23017.h" + "WeatherFlowStrings.h", + "WeatherFlowUdp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.2.zip", - "archiveFileName": "MCP23017_WE-1.3.2.zip", - "size": 942871, - "checksum": "SHA-256:2db7e7cba313098eb1b9d8503a3ac0c10730ee158fc495454c2ba87d7000e4ac" + "dependencies": [ + { + "name": "WiFiUdp" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dacarson/WeatherFlowAPI-1.0.0.zip", + "archiveFileName": "WeatherFlowAPI-1.0.0.zip", + "size": 18368, + "checksum": "SHA-256:3d425a2c10194a72fbb8c7bc5a21bf6a0b77c4493568b60f14a07cf16279d303" }, { - "name": "MCP23017_WE", - "version": "1.3.3", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "WeatherFlowAPI", + "version": "1.0.2", + "author": "Dacarson", + "maintainer": "Dacarson \u003cdacarson@gmail.com\u003e", + "sentence": "Easy access to network WeatherFlow data.", + "paragraph": "Listen for the broadcast Weatherflow UDP packets and store them. Call an API when packets are received.", + "website": "https://github.com/dacarson", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/dacarson/WeatherFlowApi.git", "providesIncludes": [ - "MCP23017.h" + "WeatherFlowStrings.h", + "WeatherFlowUdp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.3.zip", - "archiveFileName": "MCP23017_WE-1.3.3.zip", - "size": 942872, - "checksum": "SHA-256:f736791c3d06ab652c2304f2270e0dba506ca215f031668de22ecd43c5110886" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dacarson/WeatherFlowAPI-1.0.2.zip", + "archiveFileName": "WeatherFlowAPI-1.0.2.zip", + "size": 18429, + "checksum": "SHA-256:042dd9b6487c0c283729af0131b7a2c5aa4f7524c70cc0ddb0c091a47b332f90" }, { - "name": "MCP23017_WE", - "version": "1.3.4", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", + "name": "PT2258", + "version": "1.0.0", + "author": "Marco Lurati \u003ccontact@marcolurati.ch\u003e", + "maintainer": "Marco Lurati \u003ccontact@marcolurati.ch\u003e", + "sentence": "A library to control the 6-Channel Electronic Volume Controller PT2258", + "paragraph": "All the functions have been mapped to communicate with the PT2258 via I2C", + "website": "https://github.com/marclura/PT2258-Arduino-Library", "category": "Signal Input/Output", "architectures": [ "*" @@ -330070,416 +791811,404 @@ "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", + "repository": "https://github.com/marclura/PT2258-Arduino-Library.git", "providesIncludes": [ - "MCP23017.h" + "PT2258.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.4.zip", - "archiveFileName": "MCP23017_WE-1.3.4.zip", - "size": 943038, - "checksum": "SHA-256:433c6582d2523a65b5e2042be9da1f102445d8adae5d6ab1ada43460e0c47058" + "url": "https://downloads.arduino.cc/libraries/github.com/marclura/PT2258-1.0.0.zip", + "archiveFileName": "PT2258-1.0.0.zip", + "size": 9899, + "checksum": "SHA-256:feef9bf24364e20e073df2f55ece60b69ab1304c6374b6c09841686d545662f5" }, { - "name": "MCP23017_WE", - "version": "1.3.5", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "DistanceSensor", + "version": "1.0.0", + "author": "Segilmez06 \u003csarp@sarpegilmez.net\u003e", + "maintainer": "Segilmez06 \u003csarp@sarpegilmez.net\u003e", + "sentence": "HC-SR04 ultrasonic distance sensor library.", + "paragraph": "You can measure the distance to objects between 5 and 400cm away. It is also possible to specify a room temperature to achieve greater precision.", + "website": "https://github.com/Segilmez06/DistanceSensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", - "providesIncludes": [ - "MCP23017.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.5.zip", - "archiveFileName": "MCP23017_WE-1.3.5.zip", - "size": 943036, - "checksum": "SHA-256:81863ccd86dc3cf04fada592b82656810ac535118ad4cd20d99146eb0633a4dc" + "repository": "https://github.com/Segilmez06/DistanceSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Segilmez06/DistanceSensor-1.0.0.zip", + "archiveFileName": "DistanceSensor-1.0.0.zip", + "size": 12214, + "checksum": "SHA-256:5259b1bb7603066a7063be9639cd8d8a5832d2aadf393125e3b8cefc1255fce2" }, { - "name": "MCP23017_WE", - "version": "1.3.6", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the MCP23017 portexpander", - "paragraph": "It includes commands single pins and complete ports. Interrupts on pin changes and interrupts on deviation to the DEFVAL register are supported.", - "website": "https://github.com/wollewald/MCP23017_WE", - "category": "Signal Input/Output", + "name": "DistanceSensor", + "version": "1.0.1", + "author": "Segilmez06 \u003csarp@sarpegilmez.net\u003e", + "maintainer": "Segilmez06 \u003csarp@sarpegilmez.net\u003e", + "sentence": "HC-SR04 ultrasonic distance sensor library.", + "paragraph": "You can measure the distance to objects between 5 and 400cm away. It is also possible to specify a room temperature to achieve greater precision.", + "website": "https://github.com/Segilmez06/DistanceSensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/MCP23017_WE.git", - "providesIncludes": [ - "MCP23017.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/MCP23017_WE-1.3.6.zip", - "archiveFileName": "MCP23017_WE-1.3.6.zip", - "size": 943014, - "checksum": "SHA-256:7487bb7db28a5930687d64936d3d0f9ecb6e451167f9dc6f8eb9eeecba3f913e" + "repository": "https://github.com/Segilmez06/DistanceSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Segilmez06/DistanceSensor-1.0.1.zip", + "archiveFileName": "DistanceSensor-1.0.1.zip", + "size": 12444, + "checksum": "SHA-256:1e8b1f99826807d8d88739aae61f17e58f61d85c1ae7ba8ff618dd5885c9dda6" }, { - "name": "ExtendedTouchEvent", - "version": "1.0.0", - "author": "arduhe", - "maintainer": "arduhe", - "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", - "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", - "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", - "category": "Uncategorized", + "name": "DistanceSensor", + "version": "1.0.2", + "author": "Segilmez06 \u003csarp@sarpegilmez.net\u003e", + "maintainer": "Segilmez06 \u003csarp@sarpegilmez.net\u003e", + "sentence": "HC-SR04 distance sensor library.", + "paragraph": "A simple library for reading values from HC-SR04 ultrasonic distance sensor. You can get the distance to objects between 5cm and 400cm. This library also allows you to specify a room temperature to get more precise results.", + "website": "https://github.com/Segilmez06/DistanceSensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", - "providesIncludes": [ - "ExtendedTouchEvent.h", - "XPT2046_Touchscreen.h", - "Adafruit_GFX.h" + "repository": "https://github.com/Segilmez06/DistanceSensor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Segilmez06/DistanceSensor-1.0.2.zip", + "archiveFileName": "DistanceSensor-1.0.2.zip", + "size": 13011, + "checksum": "SHA-256:defa2c7513a07ada9df5c00d7d789d9f075af552f074d28cb5421403464e7bf1" + }, + { + "name": "MUX_SW_NXP_Arduino", + "version": "0.1.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP I2C multiplexer and switch", + "paragraph": "PCA9846 supported", + "website": "https://github.com/teddokano/MUX_SW_NXP_Arduino", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" ], + "repository": "https://github.com/teddokano/MUX_SW_NXP_Arduino.git", "dependencies": [ { - "name": "XPT2046_Touchscreen" - }, - { - "name": "Adafruit_GFX" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.0.0.zip", - "archiveFileName": "ExtendedTouchEvent-1.0.0.zip", - "size": 22724, - "checksum": "SHA-256:c466138ea062fd63677f413fa8b7d9a90edde8b07a9651ca0c3c9a3db511ec0d" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/MUX_SW_NXP_Arduino-0.1.0.zip", + "archiveFileName": "MUX_SW_NXP_Arduino-0.1.0.zip", + "size": 214223, + "checksum": "SHA-256:df8279e020788ca490425c1dd8d3d2febc4e4377706c75d1408e054a9ebaa8fc" }, { - "name": "ExtendedTouchEvent", - "version": "1.0.1", - "author": "arduhe", - "maintainer": "arduhe", - "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", - "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", - "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", - "category": "Uncategorized", + "name": "MUX_SW_NXP_Arduino", + "version": "0.3.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP I2C multiplexer and switch", + "paragraph": "PCA9846 supported", + "website": "https://github.com/teddokano/MUX_SW_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", - "providesIncludes": [ - "ExtendedTouchEvent.h", - "XPT2046_Touchscreen.h", - "Adafruit_GFX.h" - ], + "repository": "https://github.com/teddokano/MUX_SW_NXP_Arduino.git", "dependencies": [ { - "name": "XPT2046_Touchscreen" - }, - { - "name": "Adafruit GFX Library" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.0.1.zip", - "archiveFileName": "ExtendedTouchEvent-1.0.1.zip", - "size": 26367, - "checksum": "SHA-256:10b5365c74290ac9722077a56b3ef7954314da287d9fb96f9c4b66706480d3ee" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/MUX_SW_NXP_Arduino-0.3.0.zip", + "archiveFileName": "MUX_SW_NXP_Arduino-0.3.0.zip", + "size": 218970, + "checksum": "SHA-256:215a9d164304cf36b4e432225453de94cd9ba8549d563328a8ea5ecb83d2e804" }, { - "name": "ExtendedTouchEvent", - "version": "1.1.0", - "author": "arduhe", - "maintainer": "arduhe", - "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", - "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", - "website": "https://gitlab.com/arduino23/ExtendedTouchEvent/", - "category": "Uncategorized", + "name": "MUX_SW_NXP_Arduino", + "version": "0.3.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP I2C multiplexer and switch", + "paragraph": "PCA9846 supported", + "website": "https://github.com/teddokano/MUX_SW_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", - "providesIncludes": [ - "ExtendedTouchEvent.h", - "XPT2046_Touchscreen.h", - "Adafruit_GFX.h" - ], + "repository": "https://github.com/teddokano/MUX_SW_NXP_Arduino.git", "dependencies": [ { - "name": "XPT2046_Touchscreen" - }, - { - "name": "Adafruit GFX Library" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.0.zip", - "archiveFileName": "ExtendedTouchEvent-1.1.0.zip", - "size": 31221, - "checksum": "SHA-256:60ebcaac0eb364f45f0eada74a0730bd4496a3e7bc4814b0c06e2d73d6923b0f" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/MUX_SW_NXP_Arduino-0.3.1.zip", + "archiveFileName": "MUX_SW_NXP_Arduino-0.3.1.zip", + "size": 222698, + "checksum": "SHA-256:50aeeaa1bcfa646f6366b8e14adb8da95cb266f771b2e44ca848c9ec560179a5" }, { - "name": "ExtendedTouchEvent", - "version": "1.1.1", - "author": "arduhe", - "maintainer": "arduhe", - "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", - "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", - "website": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", - "category": "Uncategorized", + "name": "MUX_SW_NXP_Arduino", + "version": "1.0.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP I2C multiplexer and switch", + "paragraph": "PCA9846 supported", + "website": "https://github.com/teddokano/MUX_SW_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", - "providesIncludes": [ - "ExtendedTouchEvent.h", - "XPT2046_Touchscreen.h", - "Adafruit_GFX.h" - ], + "repository": "https://github.com/teddokano/MUX_SW_NXP_Arduino.git", "dependencies": [ { - "name": "XPT2046_Touchscreen" - }, - { - "name": "Adafruit GFX Library" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.1.zip", - "archiveFileName": "ExtendedTouchEvent-1.1.1.zip", - "size": 31211, - "checksum": "SHA-256:47ff7f7e7000c6729ee853721a5cf48b9507fc22542868e7a0aff97e8a7259ba" + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/MUX_SW_NXP_Arduino-1.0.0.zip", + "archiveFileName": "MUX_SW_NXP_Arduino-1.0.0.zip", + "size": 222710, + "checksum": "SHA-256:288bdef48f7f7cb1804b1090b88e825efab13f3c60ff7446351a600b125c8014" }, { - "name": "ExtendedTouchEvent", - "version": "1.1.2", - "author": "arduhe", - "maintainer": "arduhe", - "sentence": "An eventmanager for touchscreens with XPT2046 controlerchip", - "paragraph": "This eventmanager detects the events click, double click, long click, wipe, touch down, touch up and draw. On any of these events a callback function can be registered. The parameters how to detect the events can be modified.", - "website": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", - "category": "Uncategorized", + "name": "BlueDot SGP40 SHT40", + "version": "1.0.0", + "author": "BlueDot", + "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", + "sentence": "BlueDot library for SGP40 and SHT40 sensors.", + "paragraph": "Read temperature, relative humidity and VOC index.", + "website": "https://github.com/BlueDot-Arduino/BlueDot-SGP40_SHT40", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/arduino23/ExtendedTouchEvent.git", - "providesIncludes": [ - "ExtendedTouchEvent.h", - "XPT2046_Touchscreen.h", - "Adafruit_GFX.h" + "repository": "https://github.com/BlueDot-Arduino/BlueDot-SGP40_SHT40.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_SGP40_SHT40-1.0.0.zip", + "archiveFileName": "BlueDot_SGP40_SHT40-1.0.0.zip", + "size": 22625, + "checksum": "SHA-256:5311d6ac62df01f7da2f3172204c11791b44a8f5c8f7bc3b43ac86563885ea66" + }, + { + "name": "BlueDot SGP40 SHT40", + "version": "1.0.2", + "author": "BlueDot", + "maintainer": "BlueDot \u003cinfo@bluedot.space\u003e", + "sentence": "BlueDot library for SGP40 and SHT40 sensors.", + "paragraph": "Read temperature, relative humidity and VOC index.", + "website": "https://github.com/BlueDot-Arduino/BlueDot-SGP40_SHT40", + "category": "Sensors", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "XPT2046_Touchscreen" - }, - { - "name": "Adafruit GFX Library" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/arduino23/ExtendedTouchEvent-1.1.2.zip", - "archiveFileName": "ExtendedTouchEvent-1.1.2.zip", - "size": 31214, - "checksum": "SHA-256:34e3341248c81ce110d4f929f2a285b34ae4197ebc3eb45fb724ee43125195e8" + "repository": "https://github.com/BlueDot-Arduino/BlueDot-SGP40_SHT40.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BlueDot-Arduino/BlueDot_SGP40_SHT40-1.0.2.zip", + "archiveFileName": "BlueDot_SGP40_SHT40-1.0.2.zip", + "size": 23634, + "checksum": "SHA-256:8ddb21adf586522b168072c901bd9153fbe3a7e5a5db56b641bf4f5a52e8b589" }, { - "name": "snakelights", - "version": "0.0.1", - "author": "David Whitney, Jo Franchetti", - "maintainer": "David Whitney \u003cdavid@davidwhitney.co.uk\u003e", - "sentence": "SnakeLights library for snake wired NeoPixels", - "paragraph": "This library supports the build-with-love SnakeLight NeoPixel LED array", - "website": "https://github.com/davidwhitney/arduino-snakelights", - "category": "Uncategorized", + "name": "RESTuino", + "version": "1.0.0", + "author": "Yuki Takeyama", + "maintainer": "takeyamayuki \u003cnamiki.takeyama@gmail.com\u003e", + "sentence": "A library to handle arduino GPIO via REST API.", + "paragraph": "Fisrt version of RESTuino.", + "website": "https://github.com/takeyamayuki/RESTuino.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/davidwhitney/snakelights.git", + "repository": "https://github.com/takeyamayuki/RESTuino.git", "providesIncludes": [ - "SnakeLights.h" + "RESTuino.h" ], "dependencies": [ { - "name": "Adafruit_NeoPixel" + "name": "WiFi" + }, + { + "name": "EEPROM" + }, + { + "name": "ESPmDNS" + }, + { + "name": "WebServer" + }, + { + "name": "ESP32Servo" + }, + { + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davidwhitney/snakelights-0.0.1.zip", - "archiveFileName": "snakelights-0.0.1.zip", - "size": 6030, - "checksum": "SHA-256:48d90a6223e3465c740f63f8d99fcb548b17ebd531b70d66f0e8163d5f45f525" + "url": "https://downloads.arduino.cc/libraries/github.com/takeyamayuki/RESTuino-1.0.0.zip", + "archiveFileName": "RESTuino-1.0.0.zip", + "size": 20378, + "checksum": "SHA-256:f9cf2beb03269d0459b8cc651749dc959a59606111b5d85d88300457eef5046d" }, { - "name": "snakelights", - "version": "0.0.2", - "author": "David Whitney, Jo Franchetti", - "maintainer": "David Whitney \u003cdavid@davidwhitney.co.uk\u003e", - "sentence": "SnakeLights library for snake wired NeoPixels", - "paragraph": "This library supports the build-with-love SnakeLight NeoPixel LED array", - "website": "https://github.com/davidwhitney/snakelights", - "category": "Uncategorized", + "name": "RESTuino", + "version": "1.0.1", + "author": "takeyamayuki, Ar-Ray-code", + "maintainer": "takeyamayuki \u003cnamiki.takeyama@gmail.com\u003e", + "sentence": "A library to handle arduino GPIO via REST API.", + "paragraph": "Fisrt version of RESTuino.", + "website": "https://github.com/takeyamayuki/RESTuino.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/davidwhitney/snakelights.git", + "repository": "https://github.com/takeyamayuki/RESTuino.git", "providesIncludes": [ - "SnakeLights.h" + "RESTuino.h" ], "dependencies": [ { - "name": "Adafruit_NeoPixel" + "name": "WiFi" + }, + { + "name": "ESP32Servo" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/davidwhitney/snakelights-0.0.2.zip", - "archiveFileName": "snakelights-0.0.2.zip", - "size": 6003, - "checksum": "SHA-256:35fae96f7a91491b39c8147879f02333400eedb9842d32106e0858006466306f" + "url": "https://downloads.arduino.cc/libraries/github.com/takeyamayuki/RESTuino-1.0.1.zip", + "archiveFileName": "RESTuino-1.0.1.zip", + "size": 20971, + "checksum": "SHA-256:d35a21bfa492208d9def2ed7db34b3d1344ab21a6fd046252da4651f12a73e58" }, { - "name": "SI1145_WE", + "name": "Reefwing_imuTypes", "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "paragraph": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "website": "https://github.com/wollewald/SI1145_WE", - "category": "Sensors", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/wollewald/SI1145_WE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.0.0.zip", - "archiveFileName": "SI1145_WE-1.0.0.zip", - "size": 310657, - "checksum": "SHA-256:bc8186844cb051abf439debbc3af0988cd5408054f6fc417a83b1ddc646310b8" - }, - { - "name": "SI1145_WE", - "version": "1.0.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", - "website": "https://github.com/wollewald/SI1145_WE", - "category": "Sensors", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "common structs and enums used by the Reefwing IMU Libraries.", + "paragraph": "Used by ReefwingAHRS, ReefwingLSM9DS1 \u0026 Reefwing_xIMU3", + "website": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/SI1145_WE.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", "providesIncludes": [ - "SI1145_WE.h" + "Reefwing_imuTypes.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.0.1.zip", - "archiveFileName": "SI1145_WE-1.0.1.zip", - "size": 310689, - "checksum": "SHA-256:70dc61297b8831fee820f5f71e142fb63960f8fed5e04e2bcddc30d6d2a5ded9" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/Reefwing_imuTypes-1.0.0.zip", + "archiveFileName": "Reefwing_imuTypes-1.0.0.zip", + "size": 4451, + "checksum": "SHA-256:88a69db27100777ffc9c854f9cd09bec6c003497c183c9c5b4c4522f46026930" }, { - "name": "SI1145_WE", - "version": "1.1.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", - "website": "https://github.com/wollewald/SI1145_WE", - "category": "Sensors", + "name": "Reefwing_imuTypes", + "version": "1.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "common structs and enums used by the Reefwing IMU Libraries.", + "paragraph": "Used by ReefwingAHRS, ReefwingLSM9DS1 \u0026 Reefwing_xIMU3", + "website": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/SI1145_WE.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", "providesIncludes": [ - "SI1145_WE.h" + "Reefwing_imuTypes.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.0.zip", - "archiveFileName": "SI1145_WE-1.1.0.zip", - "size": 276436, - "checksum": "SHA-256:eeeeb75bed0b4d9e7fda1d7f8035f0f939aea80bc8438c0bc0e0bd35383cda2c" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/Reefwing_imuTypes-1.0.1.zip", + "archiveFileName": "Reefwing_imuTypes-1.0.1.zip", + "size": 4535, + "checksum": "SHA-256:b3293ea959d8c494198802b1883a735b64b5efb5a65bf142a0f8f60574587ca1" }, { - "name": "SI1145_WE", - "version": "1.1.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", - "website": "https://github.com/wollewald/SI1145_WE", - "category": "Sensors", + "name": "Reefwing_imuTypes", + "version": "2.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "common structs and enums used by the Reefwing IMU Libraries.", + "paragraph": "Used by ReefwingAHRS, ReefwingLSM9DS1 \u0026 Reefwing_xIMU3", + "website": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/SI1145_WE.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", "providesIncludes": [ - "SI1145_WE.h" + "Reefwing_imuTypes.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.1.zip", - "archiveFileName": "SI1145_WE-1.1.1.zip", - "size": 278128, - "checksum": "SHA-256:6473a62a273d6b70ba53f6a4c346f9ca6992232b3a40ed04ae21b1556b6789c9" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/Reefwing_imuTypes-2.0.1.zip", + "archiveFileName": "Reefwing_imuTypes-2.0.1.zip", + "size": 5456, + "checksum": "SHA-256:5bc0befc03b840a8a65ce87841f1a5e810b2e976e0aede01f7f53fce724b51fb" }, { - "name": "SI1145_WE", - "version": "1.1.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", - "website": "https://github.com/wollewald/SI1145_WE", - "category": "Sensors", + "name": "Reefwing_imuTypes", + "version": "2.0.3", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "common structs and enums used by the Reefwing IMU Libraries.", + "paragraph": "Used by ReefwingAHRS, ReefwingLSM9DS1 \u0026 Reefwing_xIMU3", + "website": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/SI1145_WE.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-imuTypes.git", "providesIncludes": [ - "SI1145_WE.h" + "Reefwing_imuTypes.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.2.zip", - "archiveFileName": "SI1145_WE-1.1.2.zip", - "size": 278838, - "checksum": "SHA-256:dd1377ae7e2f5935af06bceaf045f1deb647243949373c796d0ba2bb91e32d21" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/Reefwing_imuTypes-2.0.3.zip", + "archiveFileName": "Reefwing_imuTypes-2.0.3.zip", + "size": 6145, + "checksum": "SHA-256:62adf5e6fd1ad6be610d5f1146b9ba45ede4d8152636f0eeebd908407e5daf7a" }, { - "name": "SI1145_WE", - "version": "1.1.3", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", - "website": "https://github.com/wollewald/SI1145_WE", + "name": "Reefwing_xIMU3", + "version": "1.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the xIMU3 GUI.", + "paragraph": "Visualisation of IMU data.", + "website": "https://github.com/Reefwing-Software/Reefwing-xIMU3.git", "category": "Sensors", "architectures": [ "*" @@ -330487,23 +792216,28 @@ "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/SI1145_WE.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-xIMU3.git", "providesIncludes": [ - "SI1145_WE.h" + "Reefwing_xIMU3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.3.zip", - "archiveFileName": "SI1145_WE-1.1.3.zip", - "size": 279014, - "checksum": "SHA-256:22fca7267bf84fdc5f898567b31fb11a5aff7e6280c33ac40887a4c8d1573622" + "dependencies": [ + { + "name": "Reefwing_imuTypes" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/Reefwing_xIMU3-1.0.0.zip", + "archiveFileName": "Reefwing_xIMU3-1.0.0.zip", + "size": 10664217, + "checksum": "SHA-256:109ab6eadcd4507c16307363ecd04e94ad84dac72401580875b2eb8dc486125c" }, { - "name": "SI1145_WE", - "version": "1.1.4", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the SI1145 VIS, IR, PS and UV-Index sensor.", - "paragraph": "The library includes functions for VIS, IR, PS and UV-Index measurements.", - "website": "https://github.com/wollewald/SI1145_WE", + "name": "Reefwing_xIMU3", + "version": "1.1.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino Library for the xIMU3 GUI.", + "paragraph": "Visualisation of IMU data using the xio xIMU3 GUI app.", + "website": "https://github.com/Reefwing-Software/Reefwing-xIMU3.git", "category": "Sensors", "architectures": [ "*" @@ -330511,419 +792245,423 @@ "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/SI1145_WE.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-xIMU3.git", "providesIncludes": [ - "SI1145_WE.h" + "Reefwing_xIMU3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/SI1145_WE-1.1.4.zip", - "archiveFileName": "SI1145_WE-1.1.4.zip", - "size": 278996, - "checksum": "SHA-256:38d248c409ff6f80e1218aa77752692f7dad91c3b9e661eb25a03a54636f8dc8" + "dependencies": [ + { + "name": "Reefwing_imuTypes" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/Reefwing_xIMU3-1.1.0.zip", + "archiveFileName": "Reefwing_xIMU3-1.1.0.zip", + "size": 10664636, + "checksum": "SHA-256:a5c332b81e533ed4f3938ef838d060a45d47cd450d0633c25aa5f77ea08a60e9" }, { - "name": "Adafruit PM25 AQI Sensor", + "name": "MCP_23017", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "website": "https://github.com/adafruit/Adafruit_PM25AQI", - "category": "Sensors", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "IO expander library for MCP23017", + "paragraph": "IO expander library for Microchip MCP23017 using I2C", + "website": "https://github.com/sstaub/MCP_23017", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/sstaub/MCP_23017.git", + "providesIncludes": [ + "MCP23017.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.0.zip", - "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.0.zip", - "size": 8913, - "checksum": "SHA-256:399d8fdd6be5436db64aee454787de53a271bf0eab0819d58a2976367af210f0" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/MCP_23017-1.0.0.zip", + "archiveFileName": "MCP_23017-1.0.0.zip", + "size": 6473, + "checksum": "SHA-256:5eed16ce6e8d44980b9b1acf37b84eae995481d1411f820f391462bba52c35e1" }, { - "name": "Adafruit PM25 AQI Sensor", + "name": "MCP_3208", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "website": "https://github.com/adafruit/Adafruit_PM25AQI", - "category": "Sensors", + "author": "Stefan Staub", + "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", + "sentence": "ADC library for MCP3208", + "paragraph": "ADC library for Microchip MCP3208 using SPI", + "website": "https://github.com/sstaub/MCP_3208", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/sstaub/MCP_3208.git", + "providesIncludes": [ + "MCP3208.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.1.zip", - "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.1.zip", - "size": 8912, - "checksum": "SHA-256:cc5711b2d233b24fb004ca229e5e09a330f9cc106cec0134ff7d6cef9996d78f" + "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/MCP_3208-1.0.1.zip", + "archiveFileName": "MCP_3208-1.0.1.zip", + "size": 4633, + "checksum": "SHA-256:48dd7950628a0d55c0cd5b3c96d24804809886c305b2d8d8b5ce169002956469" }, { - "name": "Adafruit PM25 AQI Sensor", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "website": "https://github.com/adafruit/Adafruit_PM25AQI", - "category": "Sensors", + "name": "107-Arduino-Servo-RP2040", + "version": "0.1.0", + "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", + "sentence": "Hardware-PWM based servo signal generation for RP2040.", + "paragraph": "This Arduino library provides Hardware-PWM based servo signal generation for the RP2040 if more than 8 servo channels are needed.", + "website": "https://github.com/107-systems/107-Arduino-Servo-RP2040", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/107-systems/107-Arduino-Servo-RP2040.git", + "providesIncludes": [ + "107-Arduino-Servo-RP2040.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.2.zip", - "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.2.zip", - "size": 9921, - "checksum": "SHA-256:f67d08a59f0446ee630dfea67cc8a9f3dbdea89349d84ce9c9793571afe3b1cf" + "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Servo_RP2040-0.1.0.zip", + "archiveFileName": "107_Arduino_Servo_RP2040-0.1.0.zip", + "size": 6070, + "checksum": "SHA-256:a1c7693a8a020b8310236413a6a90ea8566ef5cc362537c198b7f928d467b1be" }, { - "name": "Adafruit PM25 AQI Sensor", - "version": "1.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "website": "https://github.com/adafruit/Adafruit_PM25AQI", - "category": "Sensors", + "name": "Modmata", + "version": "0.1.0", + "author": "char * teamName", + "maintainer": "char * teamName", + "sentence": "Control an Arduino over Modbus", + "paragraph": "\"Modmata is a combination of two communication libraries. It is inspired by Firmata's methods of communicating between a computer client and arduino server, but it uses Modbus communication rather than MIDI/Sysex messages. Modbus communication is sourced from the modbus-arduino library.\"", + "website": "https://github.com/shutch42/modmata", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", + "repository": "https://github.com/shutch42/modmata.git", + "providesIncludes": [ + "Modmata.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" + "name": "Servo" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.3.zip", - "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.3.zip", - "size": 9924, - "checksum": "SHA-256:9fc12cc7714472991259b8a03a87812a8ca164c993945b0aa765c4b18938f7b4" + "url": "https://downloads.arduino.cc/libraries/github.com/shutch42/Modmata-0.1.0.zip", + "archiveFileName": "Modmata-0.1.0.zip", + "size": 514879, + "checksum": "SHA-256:9ab478a4291aa3df08d602abbae5e8a7a54c9fba73683b9617d09deb3acba4a1" }, { - "name": "Adafruit PM25 AQI Sensor", - "version": "1.0.4", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "website": "https://github.com/adafruit/Adafruit_PM25AQI", - "category": "Sensors", + "name": "MWings", + "version": "1.0.0", + "author": "MONO WIRELESS \u003cmono-oss@mono-wireless.com\u003e", + "maintainer": "Mono Wireless Inc. \u003cmono-oss@mono-wireless.com\u003e", + "sentence": "A library that communicate with TWELITE wireless modules. Suitable for TWELITE SPOT series.", + "paragraph": "Receive packets from and send commands to TWELITE child devices through the connected TWELITE parent device.", + "website": "https://github.com/monowireless/mwings_arduino", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/monowireless/mwings_arduino.git", + "providesIncludes": [ + "MWings.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.4.zip", - "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.4.zip", - "size": 9924, - "checksum": "SHA-256:eb34cf287ace9a5f0781834a23bef1783e361b9d23ec25cadfb4f68594e04540" + "url": "https://downloads.arduino.cc/libraries/github.com/monowireless/MWings-1.0.0.zip", + "archiveFileName": "MWings-1.0.0.zip", + "size": 83654, + "checksum": "SHA-256:e8288833a40c4a8f10dd78cf449724a36bbe4f1352b4e61fbc0d5bd2c0c69caf" }, { - "name": "Adafruit PM25 AQI Sensor", - "version": "1.0.5", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "paragraph": "This is an Arduino library for the Adafruit PM2.5 Air Quality Sensor", - "website": "https://github.com/adafruit/Adafruit_PM25AQI", - "category": "Sensors", + "name": "MWings", + "version": "1.0.1", + "author": "MONO WIRELESS \u003cmono-oss@mono-wireless.com\u003e", + "maintainer": "Mono Wireless Inc. \u003cmono-oss@mono-wireless.com\u003e", + "sentence": "A library that communicate with TWELITE wireless modules. Suitable for TWELITE SPOT series.", + "paragraph": "Receive packets from and send commands to TWELITE child devices through the connected TWELITE parent device.", + "website": "https://github.com/monowireless/mwings_arduino", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PM25AQI.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/monowireless/mwings_arduino.git", + "providesIncludes": [ + "MWings.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PM25_AQI_Sensor-1.0.5.zip", - "archiveFileName": "Adafruit_PM25_AQI_Sensor-1.0.5.zip", - "size": 9995, - "checksum": "SHA-256:79b2ecf210a3f0aa04897a03cc316320bcc3271450aa2d852bace0ac7446e6c1" + "url": "https://downloads.arduino.cc/libraries/github.com/monowireless/MWings-1.0.1.zip", + "archiveFileName": "MWings-1.0.1.zip", + "size": 82075, + "checksum": "SHA-256:775e1b20c5d64639f6c7288dfa094bd258aa2569f446c417668006bf63975c15" }, { - "name": "AP3216_WE", + "name": "vdp-gl", "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", - "paragraph": "The library has implemented all available functions of this sensor module.", - "website": "https://github.com/wollewald/AP3216_WE", - "category": "Sensors", + "author": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "maintainer": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "sentence": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "paragraph": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "website": "https://github.com/avalonbits/vdp-gl.git", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/AP3216_WE.git", + "repository": "https://github.com/avalonbits/vdp-gl.git", "providesIncludes": [ - "AP3216_WE.h" + "fabgl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.0.0.zip", - "archiveFileName": "AP3216_WE-1.0.0.zip", - "size": 292914, - "checksum": "SHA-256:8721537ee23f9cf931b38579c3fcdddb963f050a66fe1d47b0c25717e163b767" + "url": "https://downloads.arduino.cc/libraries/github.com/avalonbits/vdp_gl-1.0.0.zip", + "archiveFileName": "vdp_gl-1.0.0.zip", + "size": 29320005, + "checksum": "SHA-256:eb4997fa7195a459adf28fec1cbd0e84bd8a77d032f46c16a27a41b035f26fd2" }, { - "name": "AP3216_WE", - "version": "1.0.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", - "paragraph": "The library has implemented all available functions of this sensor module.", - "website": "https://github.com/wollewald/AP3216_WE", - "category": "Sensors", + "name": "vdp-gl", + "version": "1.0.3", + "author": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "maintainer": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "sentence": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "paragraph": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "website": "https://github.com/avalonbits/vdp-gl.git", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/AP3216_WE.git", + "repository": "https://github.com/avalonbits/vdp-gl.git", "providesIncludes": [ - "AP3216_WE.h" + "fabgl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.0.1.zip", - "archiveFileName": "AP3216_WE-1.0.1.zip", - "size": 292913, - "checksum": "SHA-256:47cd113881dda5da4abd2bb2162149c26b6c5ff04cbd2d2c98b903217f48e5e9" + "url": "https://downloads.arduino.cc/libraries/github.com/avalonbits/vdp_gl-1.0.3.zip", + "archiveFileName": "vdp_gl-1.0.3.zip", + "size": 29244163, + "checksum": "SHA-256:69e33823fca461282da602fb99ca2c48a01417801385f3c9e7154e0212d47ab1" }, { - "name": "AP3216_WE", - "version": "1.1.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", - "paragraph": "The library has implemented all available functions of this sensor module.", - "website": "https://github.com/wollewald/AP3216_WE", - "category": "Sensors", + "name": "vdp-gl", + "version": "1.0.4", + "author": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "maintainer": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "sentence": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "paragraph": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "website": "https://github.com/avalonbits/vdp-gl.git", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/AP3216_WE.git", + "repository": "https://github.com/avalonbits/vdp-gl.git", "providesIncludes": [ - "AP3216_WE.h" + "fabgl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.0.zip", - "archiveFileName": "AP3216_WE-1.1.0.zip", - "size": 293657, - "checksum": "SHA-256:45d477ecaa17884c328661bebc7072f0cec17e0e3a298a1cb885b6c70f47bf36" + "url": "https://downloads.arduino.cc/libraries/github.com/avalonbits/vdp_gl-1.0.4.zip", + "archiveFileName": "vdp_gl-1.0.4.zip", + "size": 29248492, + "checksum": "SHA-256:828e806d6d62d80e88e94ff26de3bcbf1017a15526c765c1d3de62b8f66002fe" }, { - "name": "AP3216_WE", - "version": "1.1.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", - "paragraph": "The library has implemented all available functions of this sensor module.", - "website": "https://github.com/wollewald/AP3216_WE", - "category": "Sensors", + "name": "vdp-gl", + "version": "1.0.5", + "author": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "maintainer": "Igor Chaves Cananea \u003cicc@avalonbits.com\u003e", + "sentence": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "paragraph": "Fork of FabGL 1.0.8 customized for agon-vdp.", + "website": "https://github.com/avalonbits/vdp-gl.git", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/AP3216_WE.git", + "repository": "https://github.com/avalonbits/vdp-gl.git", "providesIncludes": [ - "AP3216_WE.h" + "fabgl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.1.zip", - "archiveFileName": "AP3216_WE-1.1.1.zip", - "size": 293752, - "checksum": "SHA-256:991b4925e75efb4948b6eb62dfaa2b56b3ad5ba76d30a7d3f14c433eaa5becfb" + "url": "https://downloads.arduino.cc/libraries/github.com/avalonbits/vdp_gl-1.0.5.zip", + "archiveFileName": "vdp_gl-1.0.5.zip", + "size": 29248872, + "checksum": "SHA-256:82614c9c611622af7551ed7af2f137d1524bee51616c1cc73e743fcd6f3990d1" }, { - "name": "AP3216_WE", - "version": "1.1.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the AP3216 (CJMCU 3216) ambient light and proximity sensor.", - "paragraph": "The library has implemented all available functions of this sensor module.", - "website": "https://github.com/wollewald/AP3216_WE", - "category": "Sensors", + "name": "ACAN2040", + "version": "0.0.2", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "ACAN2040", + "paragraph": "Arduino library wrapper for can2040", + "website": "https://github.com/obdevel/ACAN2040", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/AP3216_WE.git", + "repository": "https://github.com/obdevel/ACAN2040.git", "providesIncludes": [ - "AP3216_WE.h" + "ACAN2040.cpp", + "ACAN2040.h", + "can2040.c", + "can2040.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/AP3216_WE-1.1.2.zip", - "archiveFileName": "AP3216_WE-1.1.2.zip", - "size": 293731, - "checksum": "SHA-256:7d4285a3c6eea9c264e0f97157cf04eb7cddd2c16c05c649183ed1e762cbe6ae" + "url": "https://downloads.arduino.cc/libraries/github.com/obdevel/ACAN2040-0.0.2.zip", + "archiveFileName": "ACAN2040-0.0.2.zip", + "size": 28292, + "checksum": "SHA-256:c37addd04697c96a9972b33e1db78c5d6f464f1b645972c23aa7993c34607b2e" }, { - "name": "BH1750_WE", - "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the BH1750 light intensity sensor.", - "paragraph": "It includes commands the option to change the measurement time register.", - "website": "https://github.com/wollewald/BH1750_WE", - "category": "Sensors", + "name": "ACAN2040", + "version": "0.0.3", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "ACAN2040", + "paragraph": "Arduino library wrapper for can2040", + "website": "https://github.com/obdevel/ACAN2040", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/BH1750_WE.git", + "repository": "https://github.com/obdevel/ACAN2040.git", "providesIncludes": [ - "BH1750_WE.h" + "ACAN2040.cpp", + "ACAN2040.h", + "can2040.c", + "can2040.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.0.0.zip", - "archiveFileName": "BH1750_WE-1.0.0.zip", - "size": 4231, - "checksum": "SHA-256:7411b81158a96ef3e282948531fdac3d48cfbf1dbb67aba4b72d080f3f44f331" + "url": "https://downloads.arduino.cc/libraries/github.com/obdevel/ACAN2040-0.0.3.zip", + "archiveFileName": "ACAN2040-0.0.3.zip", + "size": 28356, + "checksum": "SHA-256:9d253cf6dc13b9a836695af22504c24b78a715520fc3622faaf063ba3e056dd9" }, { - "name": "BH1750_WE", - "version": "1.1.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the BH1750 light intensity sensor.", - "paragraph": "It includes commands the option to change the measurement time register.", - "website": "https://github.com/wollewald/BH1750_WE", - "category": "Sensors", + "name": "ACAN2040", + "version": "1.0.1", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "ACAN2040", + "paragraph": "Arduino library wrapper for can2040", + "website": "https://github.com/obdevel/ACAN2040", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/BH1750_WE.git", + "repository": "https://github.com/obdevel/ACAN2040.git", "providesIncludes": [ - "BH1750_WE.h" + "ACAN2040.cpp", + "ACAN2040.h", + "can2040.c", + "can2040.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.2.zip", - "archiveFileName": "BH1750_WE-1.1.2.zip", - "size": 4507, - "checksum": "SHA-256:73cce11cda021e2f2777ecd945610aa0026a75c42fa31446a5c49e011cc844fa" + "url": "https://downloads.arduino.cc/libraries/github.com/obdevel/ACAN2040-1.0.1.zip", + "archiveFileName": "ACAN2040-1.0.1.zip", + "size": 28748, + "checksum": "SHA-256:cae551ac3caa566c351fda2b9a4438a8c4207ef3e567abe672cc36655be5601c" }, { - "name": "BH1750_WE", - "version": "1.1.3", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the BH1750 light intensity sensor.", - "paragraph": "It includes commands the option to change the measurement time register.", - "website": "https://github.com/wollewald/BH1750_WE", - "category": "Sensors", + "name": "CBUSACAN2040", + "version": "0.0.1", + "author": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "maintainer": "Duncan Greenwood \u003cduncan_greenwood@hotmail.com\u003e", + "sentence": "Library for MERG CBUS using CAN2040 driver", + "paragraph": "Implements the CBUS library using the using CAN2040 driver", + "website": "https://github.com/MERG-DEV/CBUSACAN2040", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/BH1750_WE.git", - "providesIncludes": [ - "BH1750_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.3.zip", - "archiveFileName": "BH1750_WE-1.1.3.zip", - "size": 4931, - "checksum": "SHA-256:63813395e34b61deff69061041904dec29fd125c115c040e2b74c387c99096c8" + "repository": "https://github.com/obdevel/CBUSACAN2040.git", + "url": "https://downloads.arduino.cc/libraries/github.com/obdevel/CBUSACAN2040-0.0.1.zip", + "archiveFileName": "CBUSACAN2040-0.0.1.zip", + "size": 94700, + "checksum": "SHA-256:79ca1aa80573bed3ca915666b38b97192152677170adcf3d0701bbeaeb4ba2b3" }, { - "name": "BH1750_WE", - "version": "1.1.4", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "An Arduino library for the BH1750 light intensity sensor.", - "paragraph": "It includes commands the option to change the measurement time register.", - "website": "https://github.com/wollewald/BH1750_WE", - "category": "Sensors", + "name": "USBPowerDelivery", + "version": "1.0.1", + "author": "Manuel Bl. \u003cmanuel.bleichenbacher@gmail.com\u003e", + "maintainer": "Manuel Bl. \u003cmanuel.bleichenbacher@gmail.com\u003e", + "sentence": "USB Power Delivery for Arduino.", + "paragraph": "Build a USB PD protocol analyzer, a trigger board or a more sophisticated power sink with no or only a few additional components. Supports several STM32 boards.", + "website": "https://github.com/manuelbl/usb-pd-arduino", + "category": "Device Control", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/BH1750_WE.git", + "repository": "https://github.com/manuelbl/usb-pd-arduino.git", "providesIncludes": [ - "BH1750_WE.h" + "USBPowerDelivery.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/BH1750_WE-1.1.4.zip", - "archiveFileName": "BH1750_WE-1.1.4.zip", - "size": 5061, - "checksum": "SHA-256:1b19e0139abf10189e7f944fc7f088e6eaa5b0c7a14e72aeddcf16f7dad8298b" + "url": "https://downloads.arduino.cc/libraries/github.com/manuelbl/USBPowerDelivery-1.0.1.zip", + "archiveFileName": "USBPowerDelivery-1.0.1.zip", + "size": 63586, + "checksum": "SHA-256:0d3f70c5516c9a34eadff78c0de0ad39b0e6ce879d5b8e9b1c31bfbc4db24b64" }, { - "name": "VL6180X_WE", - "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the VL6180X range and ambient light sensor", - "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", - "website": "https://github.com/wollewald/VL6180X_WE", - "category": "Sensors", + "name": "USBPowerDelivery", + "version": "1.0.2", + "author": "Manuel Bl. \u003cmanuel.bleichenbacher@gmail.com\u003e", + "maintainer": "Manuel Bl. \u003cmanuel.bleichenbacher@gmail.com\u003e", + "sentence": "USB Power Delivery for Arduino.", + "paragraph": "Build a USB PD protocol analyzer, a trigger board or a more sophisticated power sink with no or only a few additional components. Supports several STM32 boards.", + "website": "https://github.com/manuelbl/usb-pd-arduino", + "category": "Device Control", "architectures": [ - "avr" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/VL6180X_WE.git", + "repository": "https://github.com/manuelbl/usb-pd-arduino.git", "providesIncludes": [ - "VL6180X_WE.h" + "USBPowerDelivery.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.0.0.zip", - "archiveFileName": "VL6180X_WE-1.0.0.zip", - "size": 10658, - "checksum": "SHA-256:10cc62c23733cc160e7f892c14e08d7f6e2d04088dc5b420abb1cae0fe566a5a" + "url": "https://downloads.arduino.cc/libraries/github.com/manuelbl/USBPowerDelivery-1.0.2.zip", + "archiveFileName": "USBPowerDelivery-1.0.2.zip", + "size": 67545, + "checksum": "SHA-256:6239f972367eeb80518c912ffb143410c2a37861f3ffc49ab7e47d57a493ff6d" }, { - "name": "VL6180X_WE", - "version": "1.1.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the VL6180X range and ambient light sensor", - "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", - "website": "https://github.com/wollewald/VL6180X_WE", + "name": "WZ Library", + "version": "1.0.0", + "author": "Leon Lu \u003cleonlu.cc@foxmai.com\u003e", + "maintainer": "Leon Lu \u003cleonlu.cc@foxmai.com\u003e", + "sentence": "Arduino library for Dart WZ-S and Prosense WZ-H3 formaldehyde sensors.", + "paragraph": "Supports Dart WZ* formaldehyde sensors.", + "website": "https://github.com/leonlucc/WZ", "category": "Sensors", "architectures": [ "*" @@ -330931,465 +792669,412 @@ "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/VL6180X_WE.git", - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.1.zip", - "archiveFileName": "VL6180X_WE-1.1.1.zip", - "size": 11189, - "checksum": "SHA-256:263609acdee7e39bfde62dcc2a272d17871bd04d0e1a2efb9041dd6d483f7fa0" + "repository": "https://github.com/leonlucc/WZ.git", + "url": "https://downloads.arduino.cc/libraries/github.com/leonlucc/WZ_Library-1.0.0.zip", + "archiveFileName": "WZ_Library-1.0.0.zip", + "size": 9879, + "checksum": "SHA-256:890ac48fe24712584ada68474225d3520bf32718b109f47f25e3ecdeba3fc260" }, { - "name": "VL6180X_WE", - "version": "1.1.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the VL6180X range and ambient light sensor", - "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality", - "website": "https://github.com/wollewald/VL6180X_WE", - "category": "Sensors", + "name": "Escornabot-Library", + "version": "1.0.0", + "author": "Digital Codesign", + "maintainer": "Digital Codesign", + "sentence": "Librería para Escornabot", + "paragraph": "Conjunto de valores y funciones para facilitar su uso y testeo", + "website": "https://github.com/DigitalCodesign/Escornabot-Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/VL6180X_WE.git", - "providesIncludes": [ - "VL6180X_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.2.zip", - "archiveFileName": "VL6180X_WE-1.1.2.zip", - "size": 11200, - "checksum": "SHA-256:0811b1ef47dcf27e1fbfa6649943e5be7bd35b6ad6a04da010659fe1869b5386" + "repository": "https://github.com/DigitalCodesign/Escornabot-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DigitalCodesign/Escornabot_Library-1.0.0.zip", + "archiveFileName": "Escornabot_Library-1.0.0.zip", + "size": 32552, + "checksum": "SHA-256:ad47a1763d8fceafe40552c2ce0d0b02ccfa9cd65cb39199501f4b75289c34f9" }, { - "name": "VL6180X_WE", - "version": "1.1.3", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the VL6180X range and ambient light sensor.", - "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", - "website": "https://github.com/wollewald/VL6180X_WE", - "category": "Sensors", + "name": "HUB75Enano", + "version": "1.2.0", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "website": "https://github.com/CamelCaseName/HUB75Enano/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/VL6180X_WE.git", - "providesIncludes": [ - "VL6180X_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.3.zip", - "archiveFileName": "VL6180X_WE-1.1.3.zip", - "size": 11715, - "checksum": "SHA-256:b242c5ae2718183d757c0d3d7b7e1d91efdd13cb5e6a68570b664c6a40a1ce59" + "repository": "https://github.com/CamelCaseName/HUB75Enano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75Enano-1.2.0.zip", + "archiveFileName": "HUB75Enano-1.2.0.zip", + "size": 79187, + "checksum": "SHA-256:714d7b50ccfb784d93dd45a740e6d2fa197a3b93645d38cf5cefea1c868f535e" }, { - "name": "VL6180X_WE", - "version": "1.1.4", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the VL6180X range and ambient light sensor.", - "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", - "website": "https://github.com/wollewald/VL6180X_WE", - "category": "Sensors", + "name": "HUB75Enano", + "version": "1.1.0", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a HUB75E Panel with 128x64 pixels", + "paragraph": "Panels with a HUB75E connector (technically ICND2153 or similar with row shift register, but connectors are usually labelled as such) can be driven with the nano. up to 4 full 4 bit rgb buffers fit onto the flash, so 4 frames of animation are easily done. You also get access to a 1 or 2 bit SRAM buffer.", + "website": "https://github.com/CamelCaseName/HUB75Enano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/VL6180X_WE.git", - "providesIncludes": [ - "VL6180X_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.4.zip", - "archiveFileName": "VL6180X_WE-1.1.4.zip", - "size": 11904, - "checksum": "SHA-256:afbec70edce115c50fcd5dc79fc39f5d97e67e9c66142e685f1d1fa6aaf2d31a" + "repository": "https://github.com/CamelCaseName/HUB75Enano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75Enano-1.1.0.zip", + "archiveFileName": "HUB75Enano-1.1.0.zip", + "size": 41314, + "checksum": "SHA-256:3c6df02c6addecd2a8cf50c8137305ef56f8eaf771d8eb5914c46a6efba4e590" }, { - "name": "VL6180X_WE", - "version": "1.1.5", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the VL6180X range and ambient light sensor.", - "paragraph": "It is based on Sparkfun's VL6180X library, but includes interrupt functionality.", - "website": "https://github.com/wollewald/VL6180X_WE", - "category": "Sensors", + "name": "HUB75Enano", + "version": "1.3.0", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a HUB75E Panel with 128x64 pixels", + "paragraph": "Panels with a HUB75E connector (technically ICND2153 or similar with row shift register, but connectors are usually labelled as such) can be driven with the nano. up to 4 full 4 bit rgb buffers fit onto the flash, so 4 frames of animation are easily done. You also get access to a 1 or 2 bit SRAM buffer.", + "website": "https://github.com/CamelCaseName/HUB75Enano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/VL6180X_WE.git", - "providesIncludes": [ - "VL6180X_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/VL6180X_WE-1.1.5.zip", - "archiveFileName": "VL6180X_WE-1.1.5.zip", - "size": 11929, - "checksum": "SHA-256:ab15e4326c2e0e5bb0fe361f867807bd6bfdf32d2061e2fd76fe9617c6121175" + "repository": "https://github.com/CamelCaseName/HUB75Enano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75Enano-1.3.0.zip", + "archiveFileName": "HUB75Enano-1.3.0.zip", + "size": 41957, + "checksum": "SHA-256:21a867c19a32e8f35d4de24f7786c5452649d6bb5b98bc8731be6d1b7578a78f" }, { - "name": "Algoduino", - "version": "0.1.0", - "author": "Algoduino", - "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", - "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", - "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", - "website": "https://github.com/algoduino/algoduino", - "category": "Communication", + "name": "HUB75Enano", + "version": "1.3.1", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a HUB75E Panel with 128x64 pixels", + "paragraph": "Panels with a HUB75E connector (technically ICND2153 or similar with row shift register, but connectors are usually labelled as such) can be driven with the nano. up to 4 full 4 bit rgb buffers fit onto the flash, so 4 frames of animation are easily done. You also get access to a 1 or 2 bit SRAM buffer.", + "website": "https://github.com/CamelCaseName/HUB75Enano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/algoduino/algoduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.1.0.zip", - "archiveFileName": "Algoduino-0.1.0.zip", - "size": 6060, - "checksum": "SHA-256:5d80bd1ec82df8c656b8ab79f8b29c1c5040d99a5a0690197289295f8c64c491" + "repository": "https://github.com/CamelCaseName/HUB75Enano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75Enano-1.3.1.zip", + "archiveFileName": "HUB75Enano-1.3.1.zip", + "size": 52684, + "checksum": "SHA-256:6359ee3670529643ad8af9615ff3c59235d3e1dc3ba44e10075c82d2f404d3e1" }, { - "name": "Algoduino", - "version": "0.2.0", - "author": "Algoduino", - "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", - "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", - "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", - "website": "https://github.com/algoduino/algoduino", - "category": "Communication", + "name": "HUB75Enano", + "version": "2.0.0", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a HUB75E Panel with 128x64 pixels", + "paragraph": "Panels with a HUB75E connector (technically ICND2153 or similar with row shift register, but connectors are usually labelled as such) can be driven with the nano. up to 4 full 4 bit rgb buffers fit onto the flash, so 4 frames of animation are easily done. You also get access to a 1 or 2 bit SRAM buffer.", + "website": "https://github.com/CamelCaseName/HUB75Enano/", + "category": "Display", "architectures": [ - "esp8266" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/algoduino/algoduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.0.zip", - "archiveFileName": "Algoduino-0.2.0.zip", - "size": 141961, - "checksum": "SHA-256:fb9beb6fb3d2d15c38fe89be9b5ab9ac17128efa215c9c5f25a5564ad06ea3fd" + "repository": "https://github.com/CamelCaseName/HUB75Enano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75Enano-2.0.0.zip", + "archiveFileName": "HUB75Enano-2.0.0.zip", + "size": 53596, + "checksum": "SHA-256:09c35a490330d3fe1544287abe001fbf188a85c1b3061c167d1bd72274379ff0" }, { - "name": "Algoduino", - "version": "0.2.1", - "author": "Algoduino", - "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", - "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", - "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", - "website": "https://github.com/algoduino/algoduino", - "category": "Communication", + "name": "HUB75nano", + "version": "2.0.0", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "espressif8266", - "espressif32", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/algoduino/algoduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.1.zip", - "archiveFileName": "Algoduino-0.2.1.zip", - "size": 15426, - "checksum": "SHA-256:b66b7d6ea50d0c94362ed3cf1fc347642aeb3de84c1f87d49fb0b1d0aa30c9ed" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.0.0.zip", + "archiveFileName": "HUB75nano-2.0.0.zip", + "size": 31243, + "checksum": "SHA-256:f5209747c7a41f0a05d6576a5c42999339cbad3e8745627952524bf0d61aed1c" }, { - "name": "Algoduino", - "version": "0.2.2", - "author": "Algoduino", - "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", - "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", - "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", - "website": "https://github.com/algoduino/algoduino", - "category": "Communication", + "name": "HUB75nano", + "version": "2.0.1", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "espressif8266", - "espressif32", - "esp8266", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/algoduino/algoduino.git", - "dependencies": [ - { - "name": "ArduinoJson", - "version": "=6.15.2" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.2.zip", - "archiveFileName": "Algoduino-0.2.2.zip", - "size": 15478, - "checksum": "SHA-256:e2430ea8611f51c3b02c6cbf71c4ca84645f41091715882f9d92738b5fd03314" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.0.1.zip", + "archiveFileName": "HUB75nano-2.0.1.zip", + "size": 31208, + "checksum": "SHA-256:9cd620e31873a98151a934eaaa584c5a5b9e9282e67910c0790140c96ed3bf9a" }, { - "name": "Algoduino", - "version": "0.2.3", - "author": "Algoduino", - "maintainer": "Ted Nivan from Algoduino \u003chello@algoduino.com\u003e", - "sentence": "A simple API client implementation in C++ for the Algorand Blockchain.", - "paragraph": "An easy to use Library to interact with the Algorand Blockchain.", - "website": "https://github.com/algoduino/algoduino", - "category": "Communication", + "name": "HUB75nano", + "version": "2.1.1", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "espressif8266", - "espressif32", - "esp8266", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/algoduino/algoduino.git", - "dependencies": [ - { - "name": "ArduinoJson", - "version": "=6.15.2" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/algoduino/Algoduino-0.2.3.zip", - "archiveFileName": "Algoduino-0.2.3.zip", - "size": 15469, - "checksum": "SHA-256:341955258d2b7a7d876a5277f9a90daebd8ece57824cc62898817c6320f78176" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.1.1.zip", + "archiveFileName": "HUB75nano-2.1.1.zip", + "size": 36285, + "checksum": "SHA-256:a9aa22b4621954e9b3f960455bb6670c952eb2b36a798ff5aad43f6c868b7c1f" }, { - "name": "Adafruit MP3", - "version": "1.2.0", - "author": "Dean Miller \u003cdean@adafruit.com\u003e", - "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", - "sentence": "mp3 decoder", - "website": "https://github.com/adafruit/Adafruit_MP3", - "category": "Data Processing", + "name": "HUB75nano", + "version": "2.1.2", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MP3.git", - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.0.zip", - "archiveFileName": "Adafruit_MP3-1.2.0.zip", - "size": 269638, - "checksum": "SHA-256:5402a44d76b80495cdeace5bdf59be8761ffbc7d58affd8ec3f9edc9d8a9b751" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.1.2.zip", + "archiveFileName": "HUB75nano-2.1.2.zip", + "size": 36588, + "checksum": "SHA-256:9afcfd3c3235f89d7df8e23a8b0603569f6aab3d62eebfa949cf5087e5b127bc" }, { - "name": "Adafruit MP3", - "version": "1.2.1", - "author": "Dean Miller \u003cdean@adafruit.com\u003e", - "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", - "sentence": "mp3 decoder", - "website": "https://github.com/adafruit/Adafruit_MP3", - "category": "Data Processing", + "name": "HUB75nano", + "version": "2.1.3", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MP3.git", - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.1.zip", - "archiveFileName": "Adafruit_MP3-1.2.1.zip", - "size": 269593, - "checksum": "SHA-256:a8ac6a7867c430cbba73c24263ee653d49ac90f6d4167fec507e52f7ce1a787c" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.1.3.zip", + "archiveFileName": "HUB75nano-2.1.3.zip", + "size": 36662, + "checksum": "SHA-256:69bd28d95ad08e920210a7dba326d07fe02b2f662b5f52c0ff26e724bb369787" }, { - "name": "Adafruit MP3", - "version": "1.2.2", - "author": "Dean Miller \u003cdean@adafruit.com\u003e", - "maintainer": "Dean Miller \u003cdean@adafruit.com\u003e", - "sentence": "mp3 decoder", - "website": "https://github.com/adafruit/Adafruit_MP3", - "category": "Data Processing", + "name": "HUB75nano", + "version": "2.1.4", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MP3.git", - "dependencies": [ - { - "name": "Adafruit SPIFlash" - }, - { - "name": "SdFat - Adafruit Fork" - }, - { - "name": "SD" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MP3-1.2.2.zip", - "archiveFileName": "Adafruit_MP3-1.2.2.zip", - "size": 269647, - "checksum": "SHA-256:fb8fe737c4a1ffcc895a9d051b95a486453cd5db470d85c63c2754a84776f942" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.1.4.zip", + "archiveFileName": "HUB75nano-2.1.4.zip", + "size": 36320, + "checksum": "SHA-256:cda9510220870ddfaf51c498a3d3aa28c26cf9c083b777665b42f4c513e29af7" }, { - "name": "PinOutGroup", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", - "website": "https://github.com/RobTillaart/PinOutGroup.git", - "category": "Communication", + "name": "HUB75nano", + "version": "2.1.5", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PinOutGroup.git", - "providesIncludes": [ - "PinOutGroup.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.1.zip", - "archiveFileName": "PinOutGroup-0.1.1.zip", - "size": 9944, - "checksum": "SHA-256:8b7b5493f89c6729ce373eda90155a91b7a85fb76163f00806bff4016d5c5a5f" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.1.5.zip", + "archiveFileName": "HUB75nano-2.1.5.zip", + "size": 36325, + "checksum": "SHA-256:b5439442385cbb9610f878225e89567a57f8222286df27dc5dc2dc140320a2cc" }, { - "name": "PinOutGroup", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "A class that groups output pins so they can be updated easier and slightly faster on average.", - "website": "https://github.com/RobTillaart/PinOutGroup.git", - "category": "Communication", + "name": "HUB75nano", + "version": "2.2.1", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PinOutGroup.git", - "providesIncludes": [ - "PinOutGroup.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinOutGroup-0.1.2.zip", - "archiveFileName": "PinOutGroup-0.1.2.zip", - "size": 9944, - "checksum": "SHA-256:fbaa167ebc2f7430545f89c7bd7011ca3d4a4fd21306cccf4e3cf9780b5069f7" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.2.1.zip", + "archiveFileName": "HUB75nano-2.2.1.zip", + "size": 37462, + "checksum": "SHA-256:bfb1e6806102d0d9ba38e50abb6fcaf0c80f6258c304067cc7cdd3b403ccba30" }, { - "name": "WebSockets_Generic", - "version": "2.1.3", - "author": "Markus Sattler", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD, STM32, etc. besides ESP", - "paragraph": "Use v1.3 for AVR and v2.1.3+ for ESP, nRF52, SAMD, STM32, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", - "category": "Communication", + "name": "HUB75nano", + "version": "2.2.2", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano drive a hub75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.1.3.zip", - "archiveFileName": "WebSockets_Generic-2.1.3.zip", - "size": 162625, - "checksum": "SHA-256:c6f52ca8d21184412621ad99e5528a517cfcafb7bd61a1cf4b5e38d2108428fa" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.2.2.zip", + "archiveFileName": "HUB75nano-2.2.2.zip", + "size": 37459, + "checksum": "SHA-256:3146d13684632b868ef74c49629399de51f7b9c7e3df9da73a7282a7cc601b21" }, { - "name": "WebSockets_Generic", - "version": "2.2.1", - "author": "Markus Sattler", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD, STM32, etc. besides ESP", - "paragraph": "Use v1.3 for AVR and v2.1.3+ for ESP, nRF52, SAMD, STM32, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", - "category": "Communication", + "name": "HUB75nano", + "version": "2.3.0", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano/Uno/Nano Every/Mega drive a HUB75 panel up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display, or display 4 bit from FLASH.", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.1.zip", - "archiveFileName": "WebSockets_Generic-2.2.1.zip", - "size": 163029, - "checksum": "SHA-256:6297d56e7989bd4b1b41aa5b0ed56881f1b9919dd3abd1c4f89055eedb2dc1d8" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.3.0.zip", + "archiveFileName": "HUB75nano-2.3.0.zip", + "size": 66894, + "checksum": "SHA-256:4aaaa757ceb935e24bb2c8062cc697b43c3883ee482d0d0cf2dafb7654e49537" }, { - "name": "WebSockets_Generic", - "version": "2.2.2", - "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc. besides ESP", - "paragraph": "Use v1.3 for AVR and v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", - "category": "Communication", + "name": "HUB75nano", + "version": "2.3.1", + "author": "Leonhard Seidel", + "maintainer": "Leonhard Seidel \u003cleonhardseidel@gmx.de\u003e", + "sentence": "This Library makes the Arduino Nano/Uno/Uno R4 Minima/Nano Every/Mega drive a HUB75 panel from 8x16 up to 32x64", + "paragraph": "You can use a 1 or 2 bit buffer to store the images which you want to display, or display 4 bit from FLASH.", + "website": "https://github.com/CamelCaseName/HUB75nano/", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.2.zip", - "archiveFileName": "WebSockets_Generic-2.2.2.zip", - "size": 230965, - "checksum": "SHA-256:44828e18bf6f4567f9a03afd946dd093eb4b36813961aeca9b6fa9cd3b091b4d" + "repository": "https://github.com/CamelCaseName/HUB75nano.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CamelCaseName/HUB75nano-2.3.1.zip", + "archiveFileName": "HUB75nano-2.3.1.zip", + "size": 72851, + "checksum": "SHA-256:7aaffc351677f9014704668a6eea424108f2233347f7c660aff499eda9142a69" }, { - "name": "WebSockets_Generic", - "version": "2.2.3", - "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc. besides ESP", - "paragraph": "Use v1.3 for AVR and v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32, Teensy, SAM DUE, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", + "name": "VEGA_IRremote", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "Send and receive infrared signals with multiple protocols", + "paragraph": "Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded FAST Protocol. Changed some function signatures. Improved handling of PULSE_DISTANCE + PULSE_WIDTH protocols.\u003cbr/\u003e\u003ca href=\"https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/changelog.md\"\u003eRelease notes\u003c/a\u003e\u003cbr/\u003e", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_irremote", "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040", + "mbed_rp2040", + "riscv" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.2.3.zip", - "archiveFileName": "WebSockets_Generic-2.2.3.zip", - "size": 401870, - "checksum": "SHA-256:b3cb61a779a68019c164100ccca882fa7a523e54a3eadb46a3a85978f29f4196" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_irremote.git", + "providesIncludes": [ + "IRremote.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/communication/VEGA_IRremote-1.0.0.zip", + "archiveFileName": "VEGA_IRremote-1.0.0.zip", + "size": 892529, + "checksum": "SHA-256:c3b367367d5594e96bf18dc698213fd8fa900d88e61a591322b46df129be7858" }, { - "name": "WebSockets_Generic", - "version": "2.3.1", - "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", - "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", + "name": "VEGA_WiFiNINA", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "Enables network connection (local and Internet) with VEGA ARIES IoT, ARIES v2, ARIES v3, ARIES MICRO", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_wifinina", "category": "Communication", "architectures": [ "*" @@ -331397,40 +793082,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_wifinina.git", "providesIncludes": [ - "WebSocketsClient_Generic.h" - ], - "dependencies": [ - { - "name": "WiFiNINA_Generic" - }, - { - "name": "WiFiWebServer" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "SinricPro_Generic" - } + "WiFiNINA.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.1.zip", - "archiveFileName": "WebSockets_Generic-2.3.1.zip", - "size": 532785, - "checksum": "SHA-256:f5d18f6423eee3caedb8cfa45fb3cf04c64a7b7de8bcdbf4a73473a673183f95" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/communication/VEGA_WiFiNINA-1.0.0.zip", + "archiveFileName": "VEGA_WiFiNINA-1.0.0.zip", + "size": 93519, + "checksum": "SHA-256:016a022ff43e95fd4b58f0308c86536204839fc39ed3e45d859968efa87b5752" }, { - "name": "WebSockets_Generic", - "version": "2.3.2", - "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", - "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", + "name": "VEGA_WiFiNINA", + "version": "1.0.1", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "Enables network connection (local and Internet) with VEGA ARIES IoT, ARIES v2, ARIES v3, ARIES MICRO", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_wifinina", "category": "Communication", "architectures": [ "*" @@ -331438,40 +793106,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_wifinina.git", "providesIncludes": [ - "WebSocketsClient_Generic.h" - ], - "dependencies": [ - { - "name": "WiFiNINA_Generic" - }, - { - "name": "WiFiWebServer" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "SinricPro_Generic" - } + "WiFiNINA.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.2.zip", - "archiveFileName": "WebSockets_Generic-2.3.2.zip", - "size": 539429, - "checksum": "SHA-256:ba97a3df8e6e97ce272ec4e09e6a5adf03c0fa98fa5e2efc069bffe5d925259f" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/communication/VEGA_WiFiNINA-1.0.1.zip", + "archiveFileName": "VEGA_WiFiNINA-1.0.1.zip", + "size": 93534, + "checksum": "SHA-256:06c8b55b089d9b572883b86b7c5597a4b1639159999b6906c16d3c5e92b028ae" }, { - "name": "WebSockets_Generic", - "version": "2.3.3", - "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", - "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", + "name": "VEGA_SoftwareSerial", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "Enables serial communication on any digital pin.", + "paragraph": "The SoftwareSerial library has been developed to allow serial communication, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports with speeds up to 115200 bps.", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_softwareserial", "category": "Communication", "architectures": [ "*" @@ -331479,149 +793130,154 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", - "providesIncludes": [ - "WebSocketsClient_Generic.h" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vega_softwareserial.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/communication/VEGA_SoftwareSerial-1.0.0.zip", + "archiveFileName": "VEGA_SoftwareSerial-1.0.0.zip", + "size": 8293, + "checksum": "SHA-256:7845d6a64fecbf9acb2d5bafa5e241c0e0470a4483d2a79f28d61cce3994a8c4" + }, + { + "name": "Seeed_Arduino_AHT20", + "version": "1.0.0", + "author": "Baozhu Zuo", + "maintainer": "baozhu.zuo@gmail.com", + "sentence": "A AHT20 library for Arduino.", + "paragraph": "A AHT20 library for Arduino.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_AHT20", + "category": "Sensors", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "WiFiNINA_Generic" - }, - { - "name": "WiFiWebServer" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "SinricPro_Generic" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.3.zip", - "archiveFileName": "WebSockets_Generic-2.3.3.zip", - "size": 550971, - "checksum": "SHA-256:503a5101304a8f220c780967a7576eaf4a460c3c3fd98147d47ba76ed0af4507" + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_AHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_AHT20-1.0.0.zip", + "archiveFileName": "Seeed_Arduino_AHT20-1.0.0.zip", + "size": 7175, + "checksum": "SHA-256:36ca33ee26a3b23503853e2aa9300897f4e9df3138c36efa8e5f8755b5ac63d5" }, { - "name": "WebSockets_Generic", - "version": "2.3.4", - "author": "Markus Sattler, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "WebSockets for Arduino (Server + Client) ported to run on nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc. besides ESP8266/ESP32", - "paragraph": "Use v2.2.2+ for ESP, nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, etc.", - "website": "https://github.com/khoih-prog/WebSockets_Generic", - "category": "Communication", + "name": "Seeed_Arduino_AHT20", + "version": "1.0.1", + "author": "Baozhu Zuo", + "maintainer": "baozhu.zuo@gmail.com", + "sentence": "A AHT20 library for Arduino.", + "paragraph": "A AHT20 library for Arduino.", + "website": "https://github.com/Seeed-Studio/Seeed_Arduino_AHT20", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets_Generic.git", - "providesIncludes": [ - "WebSocketsClient_Generic.h" + "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_AHT20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Seeed_Arduino_AHT20-1.0.1.zip", + "archiveFileName": "Seeed_Arduino_AHT20-1.0.1.zip", + "size": 7187, + "checksum": "SHA-256:3a0bdada237268b7693eff8c556e5588a4fe579bf96b52bc40860ae655ef27e5" + }, + { + "name": "EepromSecureData", + "version": "0.1.0", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "LGPL-2.1-or-later", + "sentence": "CRC-controlled EEPROM memory storage", + "paragraph": "This library provides a template class for storing objects in EEPROM memory by checking the consistency of the data using a CRC. It also manages an EEPROM memory address counter.", + "website": "https://epsilonrt.github.io/EepromSecureData", + "category": "Data Storage", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "WiFiNINA_Generic" - }, - { - "name": "WiFiWebServer" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "SinricPro_Generic" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets_Generic-2.3.4.zip", - "archiveFileName": "WebSockets_Generic-2.3.4.zip", - "size": 559573, - "checksum": "SHA-256:2b23dcf07d62a9955103213122d0ec8d77767aae483f2570798262dad8875cd5" + "repository": "https://github.com/epsilonrt/EepromSecureData.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/EepromSecureData-0.1.0.zip", + "archiveFileName": "EepromSecureData-0.1.0.zip", + "size": 52883, + "checksum": "SHA-256:2704327d73cc5c4ffd7484e9d52657d7ed4e3c5939780d6b1ee2f88b9d7e4c13" }, { - "name": "LoRa-payload-BKU", - "version": "0.0.1", - "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", - "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", - "website": "https://github.com/Technickfreak/LoRa-payload-BKU", - "category": "Communication", + "name": "EepromSecureData", + "version": "0.1.1", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "LGPL-2.1-or-later", + "sentence": "CRC-controlled EEPROM memory storage", + "paragraph": "This library provides a template class for storing objects in EEPROM memory by checking the consistency of the data using a CRC. It also manages an EEPROM memory address counter.", + "website": "https://epsilonrt.github.io/EepromSecureData", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", - "dependencies": [ - { - "name": "MKRWAN" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.1.zip", - "archiveFileName": "LoRa_payload_BKU-0.0.1.zip", - "size": 11338, - "checksum": "SHA-256:f01035bdd8b97a066b3907538cdcdb1e68cffa1a7525c0bbc0e91a1fe29f98a1" + "repository": "https://github.com/epsilonrt/EepromSecureData.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/EepromSecureData-0.1.1.zip", + "archiveFileName": "EepromSecureData-0.1.1.zip", + "size": 52868, + "checksum": "SHA-256:e3f8c18fab7069941b0467f8590100b10e9d97055b5fd162934bbbe383e2d516" }, { - "name": "LoRa-payload-BKU", - "version": "0.0.3", - "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", - "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", - "website": "https://github.com/Technickfreak/LoRa-payload-BKU", - "category": "Communication", + "name": "TomStick", + "version": "1.0.0", + "author": "Tom Dhanabhon", + "maintainer": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "sentence": "A TomStick library is an Arduino library for simply controlling the axes of the joystick.", + "paragraph": "Take control of your joystick with ease using the TomStick library - the ultimate solution for precise and simple axis control on Arduino.", + "website": "https://github.com/Dhanabhon/TomStick", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.3.zip", - "archiveFileName": "LoRa_payload_BKU-0.0.3.zip", - "size": 15520, - "checksum": "SHA-256:d9116c4c6a06ed55bbcd4ad45ca64a0c1ed84339c1a73e5fddbb78c9f06088ef" + "repository": "https://github.com/Dhanabhon/TomStick.git", + "providesIncludes": [ + "TomStick.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dhanabhon/TomStick-1.0.0.zip", + "archiveFileName": "TomStick-1.0.0.zip", + "size": 7837, + "checksum": "SHA-256:c78b0ef2a46cf8cc790416bc569619556511a1164c689c353163d0f783b9cbda" }, { - "name": "LoRa-payload-BKU", - "version": "0.0.4", - "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", - "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", - "website": "https://github.com/Technickfreak/LoRa-payload-BKU", - "category": "Communication", + "name": "TomStick", + "version": "1.0.1", + "author": "Tom Dhanabhon", + "maintainer": "Tom Dhanabhon \u003cinfo@dhanabhon.com\u003e", + "sentence": "A TomStick library is an Arduino library for simply controlling the axes of the joystick.", + "paragraph": "Take control of your joystick with ease using the TomStick library - the ultimate solution for precise and simple axis control on Arduino.", + "website": "https://github.com/Dhanabhon/TomStick", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.4.zip", - "archiveFileName": "LoRa_payload_BKU-0.0.4.zip", - "size": 13891, - "checksum": "SHA-256:fd290f688aaddec0189b77547ee7d0c9600812f11c7161ce43671a586ec6f29a" + "repository": "https://github.com/Dhanabhon/TomStick.git", + "providesIncludes": [ + "TomStick.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dhanabhon/TomStick-1.0.1.zip", + "archiveFileName": "TomStick-1.0.1.zip", + "size": 7929, + "checksum": "SHA-256:4ebc0a1169f350cef45b5b83bf0dd176296d16c94b2ff543805a9bc95beb5f66" }, { - "name": "LoRa-payload-BKU", - "version": "0.0.5", - "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", - "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", - "website": "https://github.com/Technickfreak/LoRa-payload-BKU", + "name": "Sim800L Library", + "version": "1.0.0", + "author": "Vittorio Esposito", + "maintainer": "Vittorio Esposito", + "sentence": "Arduino library for Sim800L", + "paragraph": "Arduino library for Sim800L", + "website": "https://github.com/SCRN92/Sim800L", "category": "Communication", "architectures": [ "*" @@ -331629,387 +793285,431 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.5.zip", - "archiveFileName": "LoRa_payload_BKU-0.0.5.zip", - "size": 14077, - "checksum": "SHA-256:2b6f2d8cd0d8891275761328e72b1677765d013b775121b5021cd3c3b5e91cbe" + "repository": "https://github.com/SCRN92/Sim800L.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SCRN92/Sim800L_Library-1.0.0.zip", + "archiveFileName": "Sim800L_Library-1.0.0.zip", + "size": 19029, + "checksum": "SHA-256:06696227eea6935557049c2e54de99ce2199d05a2a6a5326acf315edf8b85b0f" }, { - "name": "LoRa-payload-BKU", - "version": "0.0.6", - "author": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "maintainer": "Technickfreak, \u003cTechnickfreak@gmx.net\u003e", - "sentence": "Library for easy Data transmission using MKR WAN 1300/ 1310 to LoRaWAN server TheThingNetwork.org", - "paragraph": "see Github README.md https://github.com/Technickfreak/LoRa-payload-BKU", - "website": "https://github.com/Technickfreak/LoRa-payload-BKU", - "category": "Communication", + "name": "Mintrix", + "version": "1.0.0", + "author": "Janik Heiler", + "maintainer": "Janik Heiler", + "sentence": "Library for the Mintrix project at the KKG.", + "paragraph": "This library simplifies controlling a Mintrix.", + "website": "https://github.com/whoelsethanjesus/Mintrix", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/Technickfreak/LoRa-payload-BKU.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Technickfreak/LoRa_payload_BKU-0.0.6.zip", - "archiveFileName": "LoRa_payload_BKU-0.0.6.zip", - "size": 14111, - "checksum": "SHA-256:2c736adf2b0ee0770923b9f54c3d68f5cfee8a7790c13f9c3d0552650344007d" + "repository": "https://github.com/janikheiler/Mintrix.git", + "url": "https://downloads.arduino.cc/libraries/github.com/janikheiler/Mintrix-1.0.0.zip", + "archiveFileName": "Mintrix-1.0.0.zip", + "size": 4877, + "checksum": "SHA-256:5c1ff2cd875b107f4259f45f9dad330aaf0b791f37db9bd0a0025e90a61515b6" }, { - "name": "Adafruit AHTX0", - "version": "0.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AHTX0", - "category": "Sensors", + "name": "Mintrix", + "version": "1.0.1", + "author": "Janik Heiler", + "maintainer": "Janik Heiler \u003chttps://github.com/whoelsethanjesus/\u003e", + "sentence": "Library for the Mintrix project at the KKG.", + "paragraph": "2023-05-06", + "website": "https://github.com/whoelsethanjesus/Mintrix", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "repository": "https://github.com/janikheiler/Mintrix.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "DNSServer" }, { - "name": "Adafruit BusIO" + "name": "ESP8266WebServer" + }, + { + "name": "ESP8266WiFi" + }, + { + "name": "FastLED" + }, + { + "name": "WiFiClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-0.2.0.zip", - "archiveFileName": "Adafruit_AHTX0-0.2.0.zip", - "size": 71232, - "checksum": "SHA-256:2ae3ffb7f27b9f20af54c3d2ec8ce3a9358ae22b7056e6e92e4f889e96121717" + "url": "https://downloads.arduino.cc/libraries/github.com/janikheiler/Mintrix-1.0.1.zip", + "archiveFileName": "Mintrix-1.0.1.zip", + "size": 4998, + "checksum": "SHA-256:8b6bb9b61f618f2fcf8d0679930ab53ccc5ec31af58b2211a27955d9f378dd30" }, { - "name": "Adafruit AHTX0", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AHTX0", - "category": "Sensors", + "name": "Mintrix", + "version": "1.0.2", + "author": "Janik Heiler", + "maintainer": "Janik Heiler", + "sentence": "Library for the Mintrix project at the KKG.", + "paragraph": "Date of publication of this version: 2023-05-07", + "website": "https://github.com/whoelsethanjesus/Mintrix", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "repository": "https://github.com/janikheiler/Mintrix.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" + "name": "ESP8266WiFi" }, { - "name": "Adafruit BusIO" + "name": "FastLED" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-1.0.0.zip", - "archiveFileName": "Adafruit_AHTX0-1.0.0.zip", - "size": 71232, - "checksum": "SHA-256:40bbbf91713cf77a736c1bf74e75dd5a1310d7cd1efddd5cbe7ab2ef27d37f5e" + "url": "https://downloads.arduino.cc/libraries/github.com/janikheiler/Mintrix-1.0.2.zip", + "archiveFileName": "Mintrix-1.0.2.zip", + "size": 5458, + "checksum": "SHA-256:a7768aaa5404ca456595e1fe9c02e69e0ed83910ed79cc4594ec1be0d9fb697f" }, { - "name": "Adafruit AHTX0", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AHTX0", - "category": "Sensors", + "name": "Mintrix", + "version": "1.0.3", + "author": "Janik Heiler", + "maintainer": "Janik Heiler", + "sentence": "Library for the Mintrix project at the KKG.", + "paragraph": "Date of publication of this version: 2023-05-07", + "website": "https://github.com/whoelsethanjesus/Mintrix", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "repository": "https://github.com/janikheiler/Mintrix.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" + "name": "FastLED" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-1.0.1.zip", - "archiveFileName": "Adafruit_AHTX0-1.0.1.zip", - "size": 71229, - "checksum": "SHA-256:0ad707d9e5c986fe0eed2b0ff82c911ce5fe2c47f7ee327ce9c3c5a013bd41b6" + "url": "https://downloads.arduino.cc/libraries/github.com/janikheiler/Mintrix-1.0.3.zip", + "archiveFileName": "Mintrix-1.0.3.zip", + "size": 5493, + "checksum": "SHA-256:a1c6a1b8473dc1bad6af26706d1e4909021409203b71c6505971e5e0c1f5bdb3" }, { - "name": "Adafruit AHTX0", - "version": "2.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AHT10 and AHT20 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AHTX0", - "category": "Sensors", + "name": "Mintrix", + "version": "1.0.4", + "author": "Janik Heiler", + "maintainer": "Janik Heiler", + "sentence": "Library for the Mintrix project at the KKG.", + "paragraph": "This library enables students to easily code programs for the Mintrix project.", + "website": "https://github.com/whoelsethanjesus/Mintrix", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AHTX0.git", + "repository": "https://github.com/janikheiler/Mintrix.git", "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/janikheiler/Mintrix-1.0.4.zip", + "archiveFileName": "Mintrix-1.0.4.zip", + "size": 6106, + "checksum": "SHA-256:79f724dc54575dec230da24b6cd0972eba576c0d88dce8a66b6bd05e9d67073f" + }, + { + "name": "Mintrix", + "version": "1.0.5", + "author": "Janik Heiler", + "maintainer": "Janik Heiler", + "sentence": "Library for the Mintrix project at the KKG.", + "paragraph": "This library enables students to easily code programs for the Mintrix project.", + "website": "https://github.com/whoelsethanjesus/Mintrix", + "category": "Device Control", + "architectures": [ + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/janikheiler/Mintrix.git", + "dependencies": [ { - "name": "Adafruit BusIO" + "name": "FastLED" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AHTX0-2.0.0.zip", - "archiveFileName": "Adafruit_AHTX0-2.0.0.zip", - "size": 71227, - "checksum": "SHA-256:998ac7bf8ba903b26cde240ada068fc2c283f99a57724e5f9c6f40394eaa10ca" + "url": "https://downloads.arduino.cc/libraries/github.com/janikheiler/Mintrix-1.0.5.zip", + "archiveFileName": "Mintrix-1.0.5.zip", + "size": 7173, + "checksum": "SHA-256:49e0e4607c7e0df65999849d688b6d7ff1a4b14c7631b6c8e412372247ba188e" }, { - "name": "KXTJ3-1057", - "version": "0.0.1", - "author": "Leonardo Bispo", - "maintainer": "Leonardo Bispo \u003cl.bispo@live.com\u003e", - "license": "MIT", - "sentence": "Motion detection without bells and whistles, simply works, low power.", - "paragraph": "Motion detection without bells and whistles, simply works, low power.", - "website": "https://github.com/ldab/KXTJ3-1057", - "category": "Sensors", + "name": "Mintrix", + "version": "1.0.6", + "author": "Janik Heiler", + "maintainer": "Janik Heiler", + "sentence": "Library for the Mintrix project at the KKG.", + "paragraph": "This library enables students to easily code programs for the Mintrix project.", + "website": "https://github.com/whoelsethanjesus/Mintrix", + "category": "Device Control", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/ldab/KXTJ3-1057.git", - "providesIncludes": [ - "KXTJ3-1057.h" + "repository": "https://github.com/janikheiler/Mintrix.git", + "dependencies": [ + { + "name": "FastLED" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ldab/KXTJ3_1057-0.0.1.zip", - "archiveFileName": "KXTJ3_1057-0.0.1.zip", - "size": 2105201, - "checksum": "SHA-256:d594c2e37893b3e43defb8d063b06b2b92fa844848594d43fdd1b2e793a129b3" + "url": "https://downloads.arduino.cc/libraries/github.com/janikheiler/Mintrix-1.0.6.zip", + "archiveFileName": "Mintrix-1.0.6.zip", + "size": 7249, + "checksum": "SHA-256:05a2da32440c1546721809e40da3d70e811f16181594e459b2ee936040cd268f" }, { - "name": "PixhawkArduinoMAVLink", + "name": "DWIN T5L API wrapper", "version": "1.0.1", - "author": "Shashi Kant Gupta \u003cshashikg.iitk@gmail.com\u003e", - "maintainer": "Shashi Kant Gupta \u003cshashikg.iitk@gmail.com\u003e", - "sentence": "Arduino Library to receive Pixhawk sensor's data", - "paragraph": "Library for using Arduino to recieve Pixhawk's sensor data as well as some other usefull data which you might need. Uses MAVLink C headers files generated from the \u003cardupilotmega.xml\u003e with the help of mavgenerator.", - "website": "https://github.com/shashikg/PixhawkArduinoMAVLink", - "category": "Sensors", + "author": "Vishesh Varma", + "maintainer": "Vishesh Varma \u003chttps://github.com/vishesh-varma\u003e", + "sentence": "A basic library to easily communicate with DWIN HMI displays.", + "paragraph": "Using this library, one can easily read from the display via Serial, and also send data to the correct VP without having to worry about making an API wrapper.", + "website": "https://github.com/vishesh-varma/DWIN", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/shashikg/PixhawkArduinoMAVLink.git", - "url": "https://downloads.arduino.cc/libraries/github.com/shashikg/PixhawkArduinoMAVLink-1.0.1.zip", - "archiveFileName": "PixhawkArduinoMAVLink-1.0.1.zip", - "size": 886458, - "checksum": "SHA-256:c7834e08f14eec2fa9fa0167cb2c74d1c9962602534c5d07d9a844d3d1419b9d" + "repository": "https://github.com/vishesh-varma/DWIN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/vishesh-varma/DWIN_T5L_API_wrapper-1.0.1.zip", + "archiveFileName": "DWIN_T5L_API_wrapper-1.0.1.zip", + "size": 4570, + "checksum": "SHA-256:bbc1d8f59542014e955c237b6b165ab899a7d09a7081003ff9736abdef13b01b" }, { - "name": "SimpleSerialShell", + "name": "PI4IOE5V9554", "version": "0.1.0", - "author": "Phil Jansen", - "maintainer": "Phil Jansen", - "sentence": "Simple serial text shell for sending commands to Arduino board.", - "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", - "website": "https://github.com/philj404/SimpleSerialShell", - "category": "Communication", + "author": "Américo Dias \u003camerico.dias@gmail.com\u003e", + "maintainer": "Américo Dias \u003camerico.dias@gmail.com\u003e", + "sentence": "Arduino library for PI4IOE5V9554 8-bit general-purpose I/O expander", + "paragraph": "8-bit general-purpose I/O expander", + "website": "https://github.com/americodias/PI4IOE5V9554", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/philj404/SimpleSerialShell.git", - "providesIncludes": [ - "SimpleSerialShell.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.1.0.zip", - "archiveFileName": "SimpleSerialShell-0.1.0.zip", - "size": 14669, - "checksum": "SHA-256:b9eb88d4c9499b968e23067aa1fb13f8d2e485d4e15ecdabf2dc7d19dd8ccef6" + "repository": "https://github.com/americodias/PI4IOE5V9554.git", + "url": "https://downloads.arduino.cc/libraries/github.com/americodias/PI4IOE5V9554-0.1.0.zip", + "archiveFileName": "PI4IOE5V9554-0.1.0.zip", + "size": 6429, + "checksum": "SHA-256:d51cb08731d40e60d090d68194e48cc7bc12b84c6e9c6b126a79dde5995de94a" }, { - "name": "SimpleSerialShell", + "name": "PI4IOE5V9554", "version": "0.1.1", - "author": "Phil Jansen", - "maintainer": "Phil Jansen", - "sentence": "Simple serial text shell for sending commands to Arduino board.", - "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", - "website": "https://github.com/philj404/SimpleSerialShell", - "category": "Communication", + "author": "Américo Dias \u003camerico.dias@gmail.com\u003e", + "maintainer": "Américo Dias \u003camerico.dias@gmail.com\u003e", + "sentence": "Arduino library for PI4IOE5V9554 8-bit general-purpose I/O expander", + "paragraph": "8-bit general-purpose I/O expander", + "website": "https://github.com/americodias/PI4IOE5V9554", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/philj404/SimpleSerialShell.git", - "providesIncludes": [ - "SimpleSerialShell.h" + "repository": "https://github.com/americodias/PI4IOE5V9554.git", + "url": "https://downloads.arduino.cc/libraries/github.com/americodias/PI4IOE5V9554-0.1.1.zip", + "archiveFileName": "PI4IOE5V9554-0.1.1.zip", + "size": 6849, + "checksum": "SHA-256:88e4b36643b76622a7f9ba08193b0509bd7ae6e427673775893b1c0b406035b1" + }, + { + "name": "PI4IOE5V9554", + "version": "0.1.2", + "author": "Américo Dias \u003camerico.dias@gmail.com\u003e", + "maintainer": "Américo Dias \u003camerico.dias@gmail.com\u003e", + "sentence": "Arduino library for PI4IOE5V9554 8-bit general-purpose I/O expander", + "paragraph": "8-bit general-purpose I/O expander", + "website": "https://github.com/americodias/PI4IOE5V9554", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.1.1.zip", - "archiveFileName": "SimpleSerialShell-0.1.1.zip", - "size": 14780, - "checksum": "SHA-256:1cae95416dd7633e59d04da8427de84b541b02a7217b8032d772c394f61292bd" + "types": [ + "Contributed" + ], + "repository": "https://github.com/americodias/PI4IOE5V9554.git", + "url": "https://downloads.arduino.cc/libraries/github.com/americodias/PI4IOE5V9554-0.1.2.zip", + "archiveFileName": "PI4IOE5V9554-0.1.2.zip", + "size": 6476, + "checksum": "SHA-256:40c17bc1bc20015f89b3ebb67969180151b5b118a9d79c6ff5af4f5641694a16" }, { - "name": "SimpleSerialShell", - "version": "0.2.0", - "author": "Phil Jansen", - "maintainer": "Phil Jansen", - "sentence": "Simple serial text shell for sending commands to Arduino board.", - "paragraph": "Text Commands are parsed from an attached Stream (for example 'Serial' connected to the IDE's Serial Monitor). Shell commands have the \"int hello(int argc, char **argv)\" function signature, so you can pass in arguments.", - "website": "https://github.com/philj404/SimpleSerialShell", - "category": "Communication", + "name": "DAC7574", + "version": "1.0.0", + "author": "eebothobby, eebothobby@gmail.com", + "maintainer": "eebothobby@gmail.com", + "sentence": "DAC7574 is a 4-channel 12-bit Digital to Analog Converter (DAC) with an I2C interface.", + "paragraph": "Individual channel values can be set and all four channels can also be synchronously set.", + "website": "https://github.com/eebothobby/DAC7574", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/philj404/SimpleSerialShell.git", + "repository": "https://github.com/eebothobby/DAC7574.git", "providesIncludes": [ - "SimpleSerialShell.h" + "DAC7574.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/philj404/SimpleSerialShell-0.2.0.zip", - "archiveFileName": "SimpleSerialShell-0.2.0.zip", - "size": 23560, - "checksum": "SHA-256:e1936717fa62b5c86c00c5451ca62ecec615dd73d2083d069a7d43421774bcd4" + "url": "https://downloads.arduino.cc/libraries/github.com/eebothobby/DAC7574-1.0.0.zip", + "archiveFileName": "DAC7574-1.0.0.zip", + "size": 9057, + "checksum": "SHA-256:0ebfacc66ffbb4592c2c270b18f84bf2b93f3519095ab8b16bc6577255c58d18" }, { - "name": "ESPPerfectTime", - "version": "0.1.0", - "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", - "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", - "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", - "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", - "website": "https://github.com/hunamizawa/ESPPerfectTime", - "category": "Timing", + "name": "ADS7828", + "version": "1.0.0", + "author": "eebothobby, eebothobby@gmail.com", + "maintainer": "eebothobby@gmail.com", + "sentence": "ADS7828 is a 8-channel 12-bit Analog to Digital Converter (ADC) with an I2C interface.", + "paragraph": "The inputs can be 8 single-ended or 4 differential.", + "website": "https://github.com/eebothobby/ADS7828", + "category": "Signal Input/Output", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.0.zip", - "archiveFileName": "ESPPerfectTime-0.1.0.zip", - "size": 18255, - "checksum": "SHA-256:3000840ab99ff8e6578387244c3a31582217b166f1250f8045e7401d42fa3276" + "repository": "https://github.com/eebothobby/ADS7828.git", + "providesIncludes": [ + "ADS7828.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eebothobby/ADS7828-1.0.0.zip", + "archiveFileName": "ADS7828-1.0.0.zip", + "size": 4891, + "checksum": "SHA-256:5ef8e0caa17336ea1d57841ca32e77255217baf88b6572237ece0fb97bfb25ff" }, { - "name": "ESPPerfectTime", - "version": "0.1.2", - "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", - "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", - "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", - "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", - "website": "https://github.com/hunamizawa/ESPPerfectTime", - "category": "Timing", + "name": "ArtronShop_BH1750", + "version": "1.0.0", + "author": "ArtronShop Co.,Ltd.", + "maintainer": "Sonthaya.NT \u003csonthaya.nt@artronshop.co.th\u003e", + "sentence": "Arduino library of BH1750 Ambient Light (Lux) Sensor", + "paragraph": "Arduino library of BH1750 Ambient Light (Lux) Sensor", + "website": "https://github.com/ArtronShop/ArtronShop_BH1750", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.2.zip", - "archiveFileName": "ESPPerfectTime-0.1.2.zip", - "size": 20481, - "checksum": "SHA-256:1b3c5cd297f68288cd5df8bb11daf3a5777027e0057098fb70b3ea9bbb9ea7aa" + "repository": "https://github.com/ArtronShop/ArtronShop_BH1750.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_BH1750-1.0.0.zip", + "archiveFileName": "ArtronShop_BH1750-1.0.0.zip", + "size": 3531, + "checksum": "SHA-256:ca8924780e25e7111372c8a109ff17a9df3e04e0c557e56f8d898f4443d30898" }, { - "name": "ESPPerfectTime", - "version": "0.1.3", - "author": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", - "maintainer": "Kozue Hunamizawa \u003chunamizawa@users.noreply.github.com\u003e", - "sentence": "An ESP8266/ESP32 library that provides more accurate time using SNTP", - "paragraph": "An ESP8266/ESP32 library that provides more accurate time using SNTP", - "website": "https://github.com/hunamizawa/ESPPerfectTime", - "category": "Timing", + "name": "ArtronShop_SHT3x", + "version": "1.0.0", + "author": "ArtronShop Co.,Ltd.", + "maintainer": "Sonthaya.NT \u003csonthaya.nt@artronshop.co.th\u003e", + "sentence": "Arduino library of SHT3x Digital humidity and temperature sensor", + "paragraph": "Arduino library of SHT3x Digital humidity and temperature sensor", + "website": "https://github.com/ArtronShop/ArtronShop_SHT3x", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.1.3.zip", - "archiveFileName": "ESPPerfectTime-0.1.3.zip", - "size": 22229, - "checksum": "SHA-256:6a8d46298e6b0c54becaba75acfc74e2e43971124f8047b307d34831524cbb00" + "repository": "https://github.com/ArtronShop/ArtronShop_SHT3x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_SHT3x-1.0.0.zip", + "archiveFileName": "ArtronShop_SHT3x-1.0.0.zip", + "size": 3814, + "checksum": "SHA-256:1ad9fa6843e52bfa7c82e4bc35a110aeca330dfe4dcb8d0b91f19ef00ee85d9c" }, { - "name": "ESPPerfectTime", - "version": "0.2.0", - "author": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", - "maintainer": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", - "license": "BSD-3-Clause", - "sentence": "SNTP library that provides more accurate time for ESP8266/ESP32.", - "paragraph": "Handles leap seconds in STEP mode, and calculates round-trip delay on synchronization.", - "website": "https://github.com/hunamizawa/ESPPerfectTime", - "category": "Timing", + "name": "ArtronShop_SPL06-001", + "version": "1.0.0", + "author": "ArtronShop Co.,Ltd.", + "maintainer": "Sonthaya.NT \u003csonthaya.nt@artronshop.co.th\u003e", + "sentence": "Arduino library of SPL06-001 Digital pressure sensor", + "paragraph": "Arduino library of SPL06-001 Digital pressure sensor", + "website": "https://github.com/ArtronShop/ArtronShop_SPL06-001", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.2.0.zip", - "archiveFileName": "ESPPerfectTime-0.2.0.zip", - "size": 22706, - "checksum": "SHA-256:8842d400a017b4554ea915d245555efdad9f3510e27fefddcb095425d1a81916" + "repository": "https://github.com/ArtronShop/ArtronShop_SPL06-001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_SPL06_001-1.0.0.zip", + "archiveFileName": "ArtronShop_SPL06_001-1.0.0.zip", + "size": 5476, + "checksum": "SHA-256:668c5882433f537be8e4037f93fde0f06edb551837ca1eff7e906eea7bb10c74" }, { - "name": "ESPPerfectTime", - "version": "0.3.0", - "author": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", - "maintainer": "Kozue Hunamizawa \u003chunamizawa@gmail.com\u003e", - "license": "BSD-3-Clause", - "sentence": "SNTP library that provides more accurate time for ESP8266/ESP32.", - "paragraph": "Handles leap seconds in STEP mode, and calculates round-trip delay on synchronization.", - "website": "https://github.com/hunamizawa/ESPPerfectTime", - "category": "Timing", + "name": "ESP32 FX1N PLC", + "version": "1.0.0", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support all version of ESP32 module 2.0RXO Only", + "paragraph": "Present library defines a 'ESP32 FX1N PLC'", + "website": "https://github.com/suratin27/ESP32_FX1N", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hunamizawa/ESPPerfectTime.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hunamizawa/ESPPerfectTime-0.3.0.zip", - "archiveFileName": "ESPPerfectTime-0.3.0.zip", - "size": 53715, - "checksum": "SHA-256:9799e483ba196fc7beecd314fda8b40a25e8d7908482077520c56789c3148311" + "repository": "https://github.com/suratin27/ESP32_FX1N.git", + "providesIncludes": [ + "EP32_FX1N.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_FX1N_PLC-1.0.0.zip", + "archiveFileName": "ESP32_FX1N_PLC-1.0.0.zip", + "size": 568721, + "checksum": "SHA-256:b2b834a81debd4c8a33245a1d12178a09777d19ddca2f35b8448e1bad1109241" }, { - "name": "PU2CLR AKC695X", + "name": "ESP32 FX1N PLC", "version": "1.0.1", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", - "website": "https://github.com/pu2clr/AKC695X", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support all version of ESP32 module 2.0RXO Only", + "paragraph": "Present library defines a 'ESP32 FX1N PLC'", + "website": "https://github.com/suratin27/ESP32_FX1N", "category": "Device Control", "architectures": [ "*" @@ -332017,23 +793717,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/AKC695X.git", + "repository": "https://github.com/suratin27/ESP32_FX1N.git", "providesIncludes": [ - "AKC695X.h" + "EP32_FX1N.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.1.zip", - "archiveFileName": "PU2CLR_AKC695X-1.0.1.zip", - "size": 959630, - "checksum": "SHA-256:6c3f74f3520a730962b1254608ec8e1e3b7114e0176b1cd9bfa0c7966496d4cd" + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_FX1N_PLC-1.0.1.zip", + "archiveFileName": "ESP32_FX1N_PLC-1.0.1.zip", + "size": 569648, + "checksum": "SHA-256:91d75d95a2d9c1e70cf3733daa0da0b2de314a384318e2073193f474df43f56c" }, { - "name": "PU2CLR AKC695X", + "name": "ESP32 FX1N PLC", "version": "1.0.2", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", - "website": "https://github.com/pu2clr/AKC695X", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support all version of ESP32 module 2.0RXO,MiniPLC-32u", + "paragraph": "Present library defines a 'ESP32 FX1N PLC'", + "website": "https://github.com/suratin27/ESP32_FX1N", "category": "Device Control", "architectures": [ "*" @@ -332041,23 +793741,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/AKC695X.git", + "repository": "https://github.com/suratin27/ESP32_FX1N.git", "providesIncludes": [ - "AKC695X.h" + "EP32_FX1N.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.2.zip", - "archiveFileName": "PU2CLR_AKC695X-1.0.2.zip", - "size": 878852, - "checksum": "SHA-256:77e9e438bf35d1a131b3c65f52e569aef346836e18ca78c9e6333ad8839a7394" + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_FX1N_PLC-1.0.2.zip", + "archiveFileName": "ESP32_FX1N_PLC-1.0.2.zip", + "size": 576082, + "checksum": "SHA-256:740858ca6edae22fe636da2b6e3d58a6c4609d39f1ed7da6440900af9ce15231" }, { - "name": "PU2CLR AKC695X", - "version": "1.0.5", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your AKC695X Family (AKC6951, AKC5955, AKC6959 etc) BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface for controlling the IC AKC695X Family.", - "website": "https://github.com/pu2clr/AKC695X", + "name": "ESP32 FX1N PLC", + "version": "1.0.3", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support all version of ESP32 module 2.0RXO,MiniPLC-32u", + "paragraph": "Present library defines a 'ESP32 FX1N PLC'", + "website": "https://github.com/suratin27/ESP32_FX1N", "category": "Device Control", "architectures": [ "*" @@ -332065,307 +793765,338 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/AKC695X.git", + "repository": "https://github.com/suratin27/ESP32_FX1N.git", "providesIncludes": [ - "AKC695X.h" + "EP32_FX1N.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_AKC695X-1.0.5.zip", - "archiveFileName": "PU2CLR_AKC695X-1.0.5.zip", - "size": 6119445, - "checksum": "SHA-256:0a7081088aba77ff1860053daca495393cbd5e254f330b21e128fb137b1ffd79" + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/ESP32_FX1N_PLC-1.0.3.zip", + "archiveFileName": "ESP32_FX1N_PLC-1.0.3.zip", + "size": 596188, + "checksum": "SHA-256:6f692ef45b0df3b4f8c44c2221a1d3e3bae590389456bfeca3db166c882f9bf4" }, { - "name": "ModernPIDControlSS", - "version": "1.0.0", - "author": "Oluwasegun Somefun", - "maintainer": "Oluwasegun Somefun", - "sentence": "Modern PID Control Architecture and CPLMFC Tuning", - "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", - "website": "http://github.com/somefunagba/ModernPIDControlSS", - "category": "Signal Input/Output", + "name": "forcedBMX280", + "version": "1.1.0", + "author": "soylentOrange, Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "maintainer": "soylentOrange", + "sentence": "A library that makes using a BME280 or BMP280 easy and lightweight.", + "paragraph": "Optimised for a small memory footprint and power efficiency.", + "website": "https://github.com/soylentOrange/Forced-BMX280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.0.0.zip", - "archiveFileName": "ModernPIDControlSS-1.0.0.zip", - "size": 14673, - "checksum": "SHA-256:cb782e9e820d52b64ee9bf7253bae98844f8924641dd1cd7f2ace17d707b3be7" + "repository": "https://github.com/soylentOrange/Forced-BMX280.git", + "providesIncludes": [ + "forcedBMX280.h" + ], + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soylentOrange/forcedBMX280-1.1.0.zip", + "archiveFileName": "forcedBMX280-1.1.0.zip", + "size": 15965, + "checksum": "SHA-256:0ea4f89e36490cc8013753bd78f8a8223808df974bfdfdd860b183bfb1e845d4" }, { - "name": "ModernPIDControlSS", - "version": "1.1.0", - "author": "Oluwasegun Somefun", - "maintainer": "Oluwasegun Somefun", - "sentence": "Modern PID Control Architecture and CPLMFC Tuning", - "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", - "website": "http://github.com/somefunagba/ModernPIDControlSS", - "category": "Signal Input/Output", + "name": "forcedBMX280", + "version": "1.1.1", + "author": "soylentOrange, Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "maintainer": "soylentOrange", + "sentence": "A library that makes using a BME280 or BMP280 easy and lightweight.", + "paragraph": "Small and efficient library for reading ambient temperature and barometric pressure from Bosch Sensortec BMP280 and relative humidity from BME280 with a unified interface. Sensor measurements are made on request only to minimize current consumption. Different classes are available supporting only the functions needed in your project.", + "website": "https://github.com/soylentOrange/Forced-BMX280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.1.0.zip", - "archiveFileName": "ModernPIDControlSS-1.1.0.zip", - "size": 26063, - "checksum": "SHA-256:5da04b7257f35543ca9593a0d939c912c75d3a9bc3655af018c627043e29a0cc" + "repository": "https://github.com/soylentOrange/Forced-BMX280.git", + "providesIncludes": [ + "forcedBMX280.h" + ], + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soylentOrange/forcedBMX280-1.1.1.zip", + "archiveFileName": "forcedBMX280-1.1.1.zip", + "size": 16945, + "checksum": "SHA-256:3ad8da2d8e281526b3596663f82b6baf3bfc177faae7c4a59f4bdcd982e3c93e" }, { - "name": "ModernPIDControlSS", - "version": "1.1.1", - "author": "Oluwasegun Somefun", - "maintainer": "Oluwasegun Somefun", - "sentence": "Modern PID Control Architecture and CPLMFC Tuning", - "paragraph": "Modern Implementation of the PID Control Intelligence Algorithm and \"Closed PID-Loop Model\" Following Control Tuning", - "website": "http://github.com/somefunagba/ModernPIDControlSS", - "category": "Signal Input/Output", + "name": "forcedBMX280", + "version": "1.1.2", + "author": "soylentOrange, Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", + "maintainer": "soylentOrange", + "sentence": "A library that makes using a BME280 or BMP280 easy and lightweight.", + "paragraph": "Small and efficient library for reading ambient temperature and barometric pressure from Bosch Sensortec BMP280 and relative humidity from BME280 with a unified interface. Sensor measurements are made on request only to minimize current consumption. Different classes are available supporting only the functions needed in your project.", + "website": "https://github.com/soylentOrange/Forced-BMX280", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/somefunAgba/ModernPIDControlSS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/somefunAgba/ModernPIDControlSS-1.1.1.zip", - "archiveFileName": "ModernPIDControlSS-1.1.1.zip", - "size": 26140, - "checksum": "SHA-256:ca431927052046c8055a8caef7a80d10f40cd5c55ce5ef7e7ea44a4907d9c753" + "repository": "https://github.com/soylentOrange/Forced-BMX280.git", + "providesIncludes": [ + "forcedBMX280.h" + ], + "dependencies": [ + { + "name": "TinyWireM" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/soylentOrange/forcedBMX280-1.1.2.zip", + "archiveFileName": "forcedBMX280-1.1.2.zip", + "size": 16979, + "checksum": "SHA-256:b0e406b9e1805654d98f8088de299a8a44a296e5d2f760c5372e5d0bb7e85d8a" }, { - "name": "RTC", + "name": "SM_BAS", "version": "1.0.0", - "author": "Manjunath CV", - "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", - "sentence": "Library for I2C based RTCs.", - "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", - "website": "https://github.com/cvmanjoo/RTC", - "category": "Timing", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Building Automation HAT", + "paragraph": "This library provide the software tools for use the Building Automation 8-Layer Stackable HAT for Raspberry Pi with any Arduino card that have a I2C port", + "website": "https://github.com/SequentMicrosystems/Sequent-Building-Automation-Library", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cvmanjoo/RTC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.0.zip", - "archiveFileName": "RTC-1.0.0.zip", - "size": 1445586, - "checksum": "SHA-256:09d3971a77f530928e888106663b574abef8181800a2e2495c6100754b483b41" + "repository": "https://github.com/SequentMicrosystems/Sequent-Building-Automation-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/SM_BAS-1.0.0.zip", + "archiveFileName": "SM_BAS-1.0.0.zip", + "size": 9807, + "checksum": "SHA-256:3a957cb72d965d22ecb86aeb22e1b5d651ec5ed19bea3478be7aeed185d48d42" }, { - "name": "RTC", - "version": "1.0.1", - "author": "Manjunath CV", - "maintainer": "Manjunath CV \u003ccvmanjoo@gmail.com\u003e", - "sentence": "Library for I2C based RTCs (DS1307, DS3231, PCF8563).", - "paragraph": "Enables the functionality for clock reading, clock setting, alarms and timers of I2C RTCs.", - "website": "https://github.com/cvmanjoo/RTC", - "category": "Timing", + "name": "Kojay", + "version": "0.0.1", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/cvmanjoo/RTC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cvmanjoo/RTC-1.0.1.zip", - "archiveFileName": "RTC-1.0.1.zip", - "size": 1445707, - "checksum": "SHA-256:5e20cdcf90fece42b8be68f48a6ec42c157dd6e874f972fa6c6256febeebea13" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.1.zip", + "archiveFileName": "Kojay-0.0.1.zip", + "size": 107465, + "checksum": "SHA-256:9624a72449faa98a9da70e3275842aa1039caa1b2b7302d989ecf8e02ac569a7" }, { - "name": "Adafruit SHTC3 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", - "paragraph": "Arduino library for SHTC3 temperature \u0026 humidity sensor.", - "website": "https://github.com/adafruit/Adafruit_SHTC3", + "name": "Kojay", + "version": "0.0.2", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SHTC3.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SHTC3_Library-1.0.0.zip", - "archiveFileName": "Adafruit_SHTC3_Library-1.0.0.zip", - "size": 8431, - "checksum": "SHA-256:e851a5266b25a227fb11f824aaa5e06860eb90b54d81f9b76437cb9d8dff4e5a" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.2.zip", + "archiveFileName": "Kojay-0.0.2.zip", + "size": 107735, + "checksum": "SHA-256:4769c540d4f3142c16e67d088d5bff27e5257d02f6eb1ef1ded6141073d7e81b" }, { - "name": "GFX_Root", - "version": "1.8.2", - "author": "Adafruit, modified", - "maintainer": "Jean-Marc Zingg", - "sentence": "Root class extract of Adafruit GFX graphics core library", - "paragraph": "Named GFX_Root to co-exist with Adafruit_GFX", - "website": "https://github.com/ZinggJM/GFX_Root", - "category": "Display", + "name": "Kojay", + "version": "0.0.3", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GFX_Root.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Root-1.8.2.zip", - "archiveFileName": "GFX_Root-1.8.2.zip", - "size": 304611, - "checksum": "SHA-256:4f03e8986760308ebe1c5e78990fae8ee62d835a85598110ebab78ea616dde1c" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.3.zip", + "archiveFileName": "Kojay-0.0.3.zip", + "size": 108457, + "checksum": "SHA-256:142ef6c3e014f92bf7c0052c800d98df54131f5cf0ca2e44b0274db46646bd3b" }, { - "name": "GFX_Root", - "version": "2.0.0", - "author": "Adafruit, modified", - "maintainer": "Jean-Marc Zingg", - "sentence": "Root class extract of Adafruit GFX graphics core library", - "paragraph": "Named GFX_Root to co-exist with Adafruit_GFX", - "website": "https://github.com/ZinggJM/GFX_Root", - "category": "Display", + "name": "Kojay", + "version": "0.0.4", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZinggJM/GFX_Root.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ZinggJM/GFX_Root-2.0.0.zip", - "archiveFileName": "GFX_Root-2.0.0.zip", - "size": 316062, - "checksum": "SHA-256:4759740b8194396c290629e388dc1b9107159bf155290098977da75b2d7ca23d" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.4.zip", + "archiveFileName": "Kojay-0.0.4.zip", + "size": 108669, + "checksum": "SHA-256:e067cd4b5c9a54318fc31ec5a96fb25956f6e0901ed09ae5bb23bbb3213fe73a" }, { - "name": "TelnetStream2", - "version": "1.0.0", - "author": "Ameer Dawood", - "maintainer": "Ameer Dawood \u003cameer1234567890@gmail.com\u003e", - "sentence": "Stream implementation over telnet for OTA debuging", - "website": "https://github.com/ameer1234567890/TelnetStream", - "category": "Communication", + "name": "Kojay", + "version": "0.0.5", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/ameer1234567890/TelnetStream2.git", + "repository": "https://github.com/YH-Choi-001/Kojay.git", "providesIncludes": [ - "TelnetStream2.h" + "Kojay.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ameer1234567890/TelnetStream2-1.0.0.zip", - "archiveFileName": "TelnetStream2-1.0.0.zip", - "size": 15916, - "checksum": "SHA-256:b6cc96f39383730f08147ad1701901ff2fd33d49e0b87d53a662ef2b96f69050" + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.5.zip", + "archiveFileName": "Kojay-0.0.5.zip", + "size": 109266, + "checksum": "SHA-256:fbc878eb7564458a7905cfdde72710ecf4bafc3f0db28d05683ec61781893824" }, { - "name": "Minimal Timeout", - "version": "1.2.0", - "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", - "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", - "sentence": "Minimal, production-ready timeout library for Arduino.", - "paragraph": "Ideal for heartbeats, timeouts and repeated timers. Easier to use than your kitchen timer.", - "website": "https://github.com/tfeldmann/Arduino-Timeout", - "category": "Timing", + "name": "Kojay", + "version": "0.0.6", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/tfeldmann/Arduino-Timeout.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Minimal_Timeout-1.2.0.zip", - "archiveFileName": "Minimal_Timeout-1.2.0.zip", - "size": 5952, - "checksum": "SHA-256:36ff6588a1e9e81a4398e827b51a7433911f96121f4695a3f4b18e5046a04a15" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.6.zip", + "archiveFileName": "Kojay-0.0.6.zip", + "size": 109712, + "checksum": "SHA-256:86cba04baa23bc49ce3abf3b81cf9b84810402e85ff2b872255175c70a7c9268" }, { - "name": "Minimal Timeout", - "version": "1.3.0", - "author": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", - "maintainer": "Thomas Feldmann \u003cmail@tfeldmann.de\u003e", - "sentence": "Minimal, production-ready timeout library for Arduino.", - "paragraph": "Ideal for heartbeats, timeouts and repeated timers. Easier to use than your kitchen timer.", - "website": "https://github.com/tfeldmann/Arduino-Timeout", - "category": "Timing", + "name": "Kojay", + "version": "0.0.7", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/tfeldmann/Arduino-Timeout.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tfeldmann/Minimal_Timeout-1.3.0.zip", - "archiveFileName": "Minimal_Timeout-1.3.0.zip", - "size": 9325, - "checksum": "SHA-256:c543af50210e7af915dc17a4fde6682e5f82d76f6ba09bb87891986bb2db848e" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.7.zip", + "archiveFileName": "Kojay-0.0.7.zip", + "size": 109750, + "checksum": "SHA-256:c40a0964cef75db2ac77d9355bb6119feb7f76442c51fde0478ecd3d1779dc7e" }, { - "name": "ESP8266_LED_64x16_Matrix", - "version": "1.0.0", - "author": "Qi Sun", - "maintainer": "Qi Sun", - "sentence": "ESP8266 driver to run LED matrix.", - "paragraph": "ESP8266 driver to run LED matrix 64x16, and can be modified to support 64x32, supporting ASCII encoding only.", - "website": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix", - "category": "Display", + "name": "Kojay", + "version": "0.0.9", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/qisun1/ESP8266_LED_64x16_Matrix-1.0.0.zip", - "archiveFileName": "ESP8266_LED_64x16_Matrix-1.0.0.zip", - "size": 159342, - "checksum": "SHA-256:a13b6b262f5b077b038f5f39d837deb3a23d5e93d9ad675048a48a7321d74d83" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-0.0.9.zip", + "archiveFileName": "Kojay-0.0.9.zip", + "size": 108918, + "checksum": "SHA-256:395dc96d03f0371c3ca4acbaf2a2fa36826d392e5f99554732cb2175301fb5a4" }, { - "name": "ESP8266_LED_64x16_Matrix", - "version": "1.1.0", - "author": "Qi Sun", - "maintainer": "Qi Sun", - "sentence": "ESP8266 driver to run LED matrix.", - "paragraph": "ESP8266 driver to run LED matrix 64x16, and can be modified to support 64x32, supporting ASCII encoding only.", - "website": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix", - "category": "Display", + "name": "Kojay", + "version": "1.0.0", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "ESP8266" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/qisun1/ESP8266_LED_64x16_Matrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/qisun1/ESP8266_LED_64x16_Matrix-1.1.0.zip", - "archiveFileName": "ESP8266_LED_64x16_Matrix-1.1.0.zip", - "size": 159294, - "checksum": "SHA-256:4c7e847fe695633babde040c0e6ba5b83d9df8b49422881ae73a4a6afa1cda80" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-1.0.0.zip", + "archiveFileName": "Kojay-1.0.0.zip", + "size": 615294, + "checksum": "SHA-256:daa3fdc8734b34840ea4cac9e24a11da79ec654dc95f445b34e0bcc2bec41030" }, { - "name": "Flicker", - "version": "1.0.4", - "author": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", - "maintainer": "Josh Nishikawa \u003cjoshnishikawa@gmail.com\u003e", - "sentence": "A library for making capacitive touch easy to use.", - "paragraph": "Includes all the functions found in the Bounce library, smoothes eratic values to make variable input more useful and includes functions for measuring velocity.", - "website": "https://github.com/joshnishikawa/Flicker", + "name": "Kojay", + "version": "1.0.2", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", "category": "Sensors", "architectures": [ "avr" @@ -332373,3431 +794104,4020 @@ "types": [ "Contributed" ], - "repository": "https://github.com/joshnishikawa/Flicker.git", - "url": "https://downloads.arduino.cc/libraries/github.com/joshnishikawa/Flicker-1.0.4.zip", - "archiveFileName": "Flicker-1.0.4.zip", - "size": 17894, - "checksum": "SHA-256:d8c3fa53e6f495b42436eb3ee7e79403a95befe5348dcbe00ca1ca86c870fa77" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-1.0.2.zip", + "archiveFileName": "Kojay-1.0.2.zip", + "size": 615362, + "checksum": "SHA-256:9fb4351204f80a10fbc388f027dbd5a49da4ec3e360c673f81afdad48c2d3f43" }, { - "name": "Sony9PinRemote", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", - "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Kojay", + "version": "1.0.3", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Sony9PinRemote.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.0.zip", - "archiveFileName": "Sony9PinRemote-0.1.0.zip", - "size": 15962, - "checksum": "SHA-256:84876c954377774f871286eda0861805adaa73149fced7de49612ab49acf5c4b" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-1.0.3.zip", + "archiveFileName": "Kojay-1.0.3.zip", + "size": 617551, + "checksum": "SHA-256:d5d875eab2f09a1fee049e0605690f6fdabb1e214033b2e9b167f8fdea722c0e" }, { - "name": "Sony9PinRemote", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", - "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Kojay", + "version": "1.0.4", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Sony9PinRemote.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.1.zip", - "archiveFileName": "Sony9PinRemote-0.1.1.zip", - "size": 18764, - "checksum": "SHA-256:1e94350a0434dc0b51257d1d660c5a396649e2c795cb809a8e83d6e2b06cd220" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-1.0.4.zip", + "archiveFileName": "Kojay-1.0.4.zip", + "size": 618068, + "checksum": "SHA-256:3db28b683db8e46c17f0314bf8a6d41b24eec2281c721b935470254b4fc089e8" }, { - "name": "Sony9PinRemote", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", - "paragraph": "RS422 Sony 9-Pin Protocol Remote Controller of VTRs for Arduino", - "website": "https://github.com/hideakitai", - "category": "Communication", + "name": "Kojay", + "version": "1.0.5", + "author": "YH-Choi-001", + "maintainer": "YH Choi \u003cyhei.choi@gmail.com\u003e", + "sentence": "Kojay library.", + "paragraph": "Library for Chloe and Jaycie.", + "website": "https://github.com/YH-Choi-001/Kojay/", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Sony9PinRemote.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Sony9PinRemote-0.1.2.zip", - "archiveFileName": "Sony9PinRemote-0.1.2.zip", - "size": 18817, - "checksum": "SHA-256:795175fff0fadb18f3e4211efa1fd3adc756f04d6a9b843df0aa66d076c9055c" + "repository": "https://github.com/YH-Choi-001/Kojay.git", + "providesIncludes": [ + "Kojay.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YH-Choi-001/Kojay-1.0.5.zip", + "archiveFileName": "Kojay-1.0.5.zip", + "size": 618180, + "checksum": "SHA-256:edc525ce297b0eecfd35726b2b315fccc9a92f702f50711c44ce9455bde0ad39" }, { - "name": "PCA9685_RT", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C PCA9685 16 channel PWM", - "website": "https://github.com/RobTillaart/PCA9685_RT", - "category": "Signal Input/Output", + "name": "SSLClientESP32", + "version": "2.0.0", + "author": "V Govorovski, Maximiliano Ramirez", + "maintainer": "Github Community", + "sentence": "Provides secure network connection over a generic Client transport object.", + "paragraph": "With this library you can make a SSL/TLS connection to a remote server using any object of Client class, like WiFiClient or TinyGsmClient. Additionally, you can provide the SSLClient object with a Certificate Bundle, facilitating access to most websites.", + "website": "https://github.com/alkonosst/SSLClientESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "repository": "https://github.com/alkonosst/SSLClientESP32.git", "providesIncludes": [ - "PCA9685.h" - ], - "dependencies": [ - { - "name": "Wire" - } + "SSLClientESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.0.zip", - "archiveFileName": "PCA9685_RT-0.2.0.zip", - "size": 7979, - "checksum": "SHA-256:8665d0b68f2b5aba01735de3c970059e5ced42ec6a10d77c44bf414f0b79ee2e" + "url": "https://downloads.arduino.cc/libraries/github.com/alkonosst/SSLClientESP32-2.0.0.zip", + "archiveFileName": "SSLClientESP32-2.0.0.zip", + "size": 50079, + "checksum": "SHA-256:839ae32f4a7d7390319d05afb8975670698538fc8fa21f4470eecfce66c57b3f" }, { - "name": "PCA9685_RT", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C PCA9685 16 channel PWM", - "website": "https://github.com/RobTillaart/PCA9685_RT", - "category": "Signal Input/Output", + "name": "SSLClientESP32", + "version": "2.0.1", + "author": "V Govorovski, Maximiliano Ramirez", + "maintainer": "Github Community", + "sentence": "Provides secure network connection over a generic Client transport object.", + "paragraph": "With this library you can make a SSL/TLS connection to a remote server using any object of Client class, like WiFiClient or TinyGsmClient. Additionally, you can provide the SSLClient object with a Certificate Bundle, facilitating access to most websites.", + "website": "https://github.com/alkonosst/SSLClientESP32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "repository": "https://github.com/alkonosst/SSLClientESP32.git", "providesIncludes": [ - "PCA9685.h" - ], - "dependencies": [ - { - "name": "Wire" - } + "SSLClientESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.1.zip", - "archiveFileName": "PCA9685_RT-0.2.1.zip", - "size": 7977, - "checksum": "SHA-256:52580a9816d570cb2b9daeb8ffcbde933fb4a45d7bd7f8da3227b08ef780a8e9" + "url": "https://downloads.arduino.cc/libraries/github.com/alkonosst/SSLClientESP32-2.0.1.zip", + "archiveFileName": "SSLClientESP32-2.0.1.zip", + "size": 50097, + "checksum": "SHA-256:1b8daeb595eccfcfb201136d3213fef4877b9f4e106a9fbf216d5e44afec1039" }, { - "name": "PCA9685_RT", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C PCA9685 16 channel PWM", - "website": "https://github.com/RobTillaart/PCA9685_RT", - "category": "Signal Input/Output", + "name": "P1AM_Serial", + "version": "1.0.0", + "author": "FACTS Engineering", + "maintainer": "Adam Cummick \u003cadamc@facts-eng.com\u003e", + "sentence": "P1AM_Serial CPU library", + "paragraph": "A library to communicate and configure the P1AM-Serial shield for RS232, RS485, and RS422 modes", + "website": "https://github.com/facts-engineering/P1AM_Serial", + "category": "Communication", "architectures": [ + "samd", "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCA9685_RT.git", + "repository": "https://github.com/facts-engineering/P1AM_Serial.git", "providesIncludes": [ - "PCA9685.h" + "P1AM_Serial.h" ], "dependencies": [ { - "name": "Wire" + "name": "ArduinoRS485" + }, + { + "name": "ArduinoModbus" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.2.2.zip", - "archiveFileName": "PCA9685_RT-0.2.2.zip", - "size": 8208, - "checksum": "SHA-256:a25f46ad4f2c28f6a066cdabd01e38d685567582fe5414c885dc3405ba4694d7" + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/P1AM_Serial-1.0.0.zip", + "archiveFileName": "P1AM_Serial-1.0.0.zip", + "size": 21981, + "checksum": "SHA-256:17409117a18feaa36e48ebe5115a73f8372efc106d60d2a746d1e7762d1486ec" }, { - "name": "PCA9685_RT", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C PCA9685 16 channel PWM", - "website": "https://github.com/RobTillaart/PCA9685_RT", - "category": "Signal Input/Output", + "name": "DFRobot_GNSS", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "ZhixinLiu \u003czhixin.liu@dfrobot.com\u003e", + "sentence": "Provide longitude and latitude and other satellite information (SKU:TEL0157).", + "paragraph": "gps information such as date, time, longitude and latitude can be measured.", + "website": "https://github.com/DFRobot/DFRobot_GNSS", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCA9685_RT.git", - "providesIncludes": [ - "PCA9685.h" - ], - "dependencies": [ - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9685_RT-0.3.0.zip", - "archiveFileName": "PCA9685_RT-0.3.0.zip", - "size": 15228, - "checksum": "SHA-256:0d0faa88c5de143142a51debbb20ea2598beec066917c9fd8965fd91ee5fd1f8" + "repository": "https://github.com/DFRobot/DFRobot_GNSS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_GNSS-1.0.0.zip", + "archiveFileName": "DFRobot_GNSS-1.0.0.zip", + "size": 122558, + "checksum": "SHA-256:1fcae38fb8f13b103bc97726cfc3db43caf5790e4f84acb11fa1d4304ad54a4f" }, { - "name": "TensorFlowLite_ESP32", - "version": "0.3.0", - "author": "TensorFlow Authors", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Allows you to run machine learning models locally on your ESP32 device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", - "category": "Data Processing", - "architectures": [], + "name": "DFRobot_LPUPS", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "A library designed for LPUPS.(SKU: DFR0682).", + "paragraph": "Retrieve battery information from LPUPS via I2C and report this information to LP via USB-HID.", + "website": "https://github.com/DFRobot/DFRobot_LPUPS", + "category": "Other", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", - "providesIncludes": [ - "TensorFlowLite_ESP32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.3.0.zip", - "archiveFileName": "TensorFlowLite_ESP32-0.3.0.zip", - "size": 459302, - "checksum": "SHA-256:e4faf80ec933f2f4a5658995dfb350a8ce7454889dda6904abd91f68713f0249" + "repository": "https://github.com/DFRobot/DFRobot_LPUPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LPUPS-1.0.0.zip", + "archiveFileName": "DFRobot_LPUPS-1.0.0.zip", + "size": 14900, + "checksum": "SHA-256:494416a398a58b445d2f2bcdef71b0a2cd56bf58173af9cc465cace0ce43cae4" }, { - "name": "TensorFlowLite_ESP32", - "version": "0.4.0", - "author": "TensorFlow Authors", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Allows you to run machine learning models locally on your ESP32 device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", - "category": "Data Processing", - "architectures": [], + "name": "DFRobot_LPUPS", + "version": "1.0.1", + "author": "DFRobot", + "maintainer": "qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "A library designed for LPUPS.(SKU: DFR0682).", + "paragraph": "Retrieve battery information from LPUPS via I2C and report this information to LP via USB-HID.", + "website": "https://github.com/DFRobot/DFRobot_LPUPS", + "category": "Other", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", - "providesIncludes": [ - "TensorFlowLite_ESP32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.4.0.zip", - "archiveFileName": "TensorFlowLite_ESP32-0.4.0.zip", - "size": 626013, - "checksum": "SHA-256:11d762da7e35d19b1b2c667307433810f220ed497ea9ac66d046cd1d2334671d" + "repository": "https://github.com/DFRobot/DFRobot_LPUPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LPUPS-1.0.1.zip", + "archiveFileName": "DFRobot_LPUPS-1.0.1.zip", + "size": 14925, + "checksum": "SHA-256:33a614a492de3d326d604a9f0a4ce1fc34fb9854256d90b416227b5e37b8e4a9" }, { - "name": "TensorFlowLite_ESP32", - "version": "0.5.0", - "author": "TensorFlow Authors", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Allows you to run machine learning models locally on your ESP32 device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", - "category": "Data Processing", - "architectures": [], + "name": "DFRobot_RainfallSensor", + "version": "1.0.0", + "author": "DFRobot", + "maintainer": "Fary \u003cfeng.yang@dfrobot.com\u003e", + "sentence": "A rain sensor.(SKU:SEN0575)", + "paragraph": "Measuring rainfall", + "website": "https://github.com/DFRobot/DFRobot_RainfallSensor", + "category": "Sensors", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", - "providesIncludes": [ - "TensorFlowLite_ESP32.h" + "repository": "https://github.com/DFRobot/DFRobot_RainfallSensor.git", + "dependencies": [ + { + "name": "DFRobot_RTU" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.5.0.zip", - "archiveFileName": "TensorFlowLite_ESP32-0.5.0.zip", - "size": 1579209, - "checksum": "SHA-256:73aab84034ff7d9df178900d203885012aa0e2cbdf3cdc63ae756196c2fa4d52" + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RainfallSensor-1.0.0.zip", + "archiveFileName": "DFRobot_RainfallSensor-1.0.0.zip", + "size": 71732, + "checksum": "SHA-256:8aaa85be3935303b77ff146179bf4a29920fcac0480fecb4726383b41d1ab5f8" }, { - "name": "TensorFlowLite_ESP32", - "version": "0.6.0", - "author": "TensorFlow Authors", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Allows you to run machine learning models locally on your ESP32 device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", - "category": "Data Processing", - "architectures": [], + "name": "DFRobot_RP2040_SCI", + "version": "1.0.2", + "author": "DFRobot", + "maintainer": "Arya \u003cxue.peng@dfrobot.com\u003e and qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "This is a library for a SCI Acquisition Module based on the Arduino platform(SKU:DFR0999).", + "paragraph": "The aim is to provide users with a series of interface functions to set and read parameters of the adapter board, as well as to read data from various sensors on the adapter board.", + "website": "https://github.com/DFRobot/DFRobot_RP2040_SCI", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", - "providesIncludes": [ - "TensorFlowLite_ESP32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.6.0.zip", - "archiveFileName": "TensorFlowLite_ESP32-0.6.0.zip", - "size": 2004462, - "checksum": "SHA-256:f80855b355b0f4c1dd1d4cf4f7583b12882a32ce8a99b125ae865044a9da6118" + "repository": "https://github.com/DFRobot/DFRobot_RP2040_SCI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_RP2040_SCI-1.0.2.zip", + "archiveFileName": "DFRobot_RP2040_SCI-1.0.2.zip", + "size": 416556, + "checksum": "SHA-256:29a8f8e5250d0e0359a70b886a2fb3429903c6476de5cb9fd59015d5be5e406d" }, { - "name": "TensorFlowLite_ESP32", - "version": "0.7.0", - "author": "TensorFlow Authors", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Allows you to run machine learning models locally on your ESP32 device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", - "category": "Data Processing", - "architectures": [], + "name": "GoogleFormPost", + "version": "0.1.0", + "author": "John Mueller", + "maintainer": "softplus@gmail.com", + "sentence": "A simple way to add data to Google Sheets, without API or authentication.", + "paragraph": "Uses Google Forms to add to the spreadsheet. Requires setting up a Google Form and Spreadsheet. For ESP-8266 and ESP32.", + "website": "https://github.com/softplus/GoogleFormPost/", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", - "providesIncludes": [ - "TensorFlowLite_ESP32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.7.0.zip", - "archiveFileName": "TensorFlowLite_ESP32-0.7.0.zip", - "size": 2005705, - "checksum": "SHA-256:7c016d5fc6629bdcda7c75e25d5d6bdc4218656dcf9b4a988dd3d8b74650f2dc" + "repository": "https://github.com/softplus/GoogleFormPost.git", + "url": "https://downloads.arduino.cc/libraries/github.com/softplus/GoogleFormPost-0.1.0.zip", + "archiveFileName": "GoogleFormPost-0.1.0.zip", + "size": 11263, + "checksum": "SHA-256:7bc68ce3ef51e2dc251db466b85c288d1b788969e22c990b2328c6128299f189" }, { - "name": "TensorFlowLite_ESP32", - "version": "0.8.0", - "author": "TensorFlow Authors", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Allows you to run machine learning models locally on your ESP32 device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", - "category": "Data Processing", + "name": "mahjongAsst", + "version": "0.1.1", + "author": "Chito Kim \u003cnekroztrap@gmail.com\u003e", + "maintainer": "Chito Kim \u003cnekroztrap@gmail.com\u003e", + "sentence": "Versatile Mahjong Scorer", + "paragraph": "supports Legacy Mahjong scoring systems", + "website": "https://github.com/ChitoKim/mahjongAsst", + "category": "Other", "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", - "providesIncludes": [ - "TensorFlowLite_ESP32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.8.0.zip", - "archiveFileName": "TensorFlowLite_ESP32-0.8.0.zip", - "size": 2128478, - "checksum": "SHA-256:6d935f6d527e847d47e43c2489593df293f2e61b5fd2f04cdf1f3a3920b9caef" + "repository": "https://github.com/ChitoKim/mahjongAsst.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ChitoKim/mahjongAsst-0.1.1.zip", + "archiveFileName": "mahjongAsst-0.1.1.zip", + "size": 3220183, + "checksum": "SHA-256:fec76033c0d90235664f85261ddc9ab1ca787f60ffe04b078f8fcda75155adc9" }, { - "name": "TensorFlowLite_ESP32", - "version": "0.9.0", - "author": "TensorFlow Authors", - "maintainer": "TANAKA Masayuki \u003ctanakamasayuki@gmail.com\u003e", - "sentence": "Allows you to run machine learning models locally on your ESP32 device.", - "paragraph": "This library runs TensorFlow machine learning models on microcontrollers, allowing you to build AI/ML applications powered by deep learning and neural networks. With the included examples, you can recognize speech, detect people using a camera, and recognise \"magic wand\" gestures using an accelerometer. The examples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and accelerometer.", - "website": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32", - "category": "Data Processing", + "name": "mahjongAsst_U8X8", + "version": "0.1.1", + "author": "Chito Kim \u003cnekroztrap@gmail.com\u003e", + "maintainer": "Chito Kim \u003cnekroztrap@gmail.com\u003e", + "sentence": "Versatile Mahjong Scorer with U8G2 Displays", + "paragraph": "supports Legacy Mahjong scoring systems", + "website": "https://github.com/ChitoKim/mahjongAsst_U8X8", + "category": "Other", "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32.git", - "providesIncludes": [ - "TensorFlowLite_ESP32.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/TensorFlowLite_ESP32-0.9.0.zip", - "archiveFileName": "TensorFlowLite_ESP32-0.9.0.zip", - "size": 2448076, - "checksum": "SHA-256:b9c92e7a2591079620b018163af41c3e5b3c9593efda1a70371fca389f105e16" + "repository": "https://github.com/ChitoKim/mahjongAsst_U8X8.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ChitoKim/mahjongAsst_U8X8-0.1.1.zip", + "archiveFileName": "mahjongAsst_U8X8-0.1.1.zip", + "size": 3214718, + "checksum": "SHA-256:85a059f64ab66d03a70fd420a184030918e3b508e99600d5757937394530eb8c" }, { - "name": "SHEX", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to generate hex dump over Serial", - "website": "https://github.com/RobTillaart/SHEX", - "category": "Data Processing", + "name": "VL53L0X_mod", + "version": "1.0.1", + "author": "Schnoog", + "maintainer": "schnoog \u003cschnoog@schnoog.eu\u003e", + "sentence": "VL53L0X distance sensor library - non blocking pololu fork -", + "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", + "website": "https://github.com/schnoog/vl53l0x-arduino-mod", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHEX.git", - "providesIncludes": [ - "SHEX.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.1.0.zip", - "archiveFileName": "SHEX-0.1.0.zip", - "size": 5910, - "checksum": "SHA-256:7cc5f2a609913abbb0c4904f9ed0cb0f5fb92d97da3e539f082d2e00cd2afbae" + "repository": "https://github.com/schnoog/vl53l0x-arduino-mod.git", + "url": "https://downloads.arduino.cc/libraries/github.com/schnoog/VL53L0X_mod-1.0.1.zip", + "archiveFileName": "VL53L0X_mod-1.0.1.zip", + "size": 25048, + "checksum": "SHA-256:8c8e94725517cbf9da7415085b4503a57a71fe653ffc290f699d260741358535" }, { - "name": "SHEX", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to generate hex dump over Serial", - "website": "https://github.com/RobTillaart/SHEX", - "category": "Data Processing", + "name": "Joystick_ESP32S2", + "version": "0.9.0", + "author": "Schnoog feat. Matthew Heironimus", + "maintainer": "Matthew Heironimus \u003cheironimus@live.com\u003e", + "sentence": "Allows an ESP32S2/S3 board with USB capabilities to appear as a Joystick or Gamepad.", + "paragraph": "This library is built on the espressif/arduino-esp32 library. It can be used with or without other HID-based libraries (Mouse, Keyboard, etc.).", + "website": "https://github.com/schnoog/Joystick_ESP32S2", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/SHEX.git", - "providesIncludes": [ - "SHEX.h" + "repository": "https://github.com/schnoog/Joystick_ESP32S2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/schnoog/Joystick_ESP32S2-0.9.0.zip", + "archiveFileName": "Joystick_ESP32S2-0.9.0.zip", + "size": 226276, + "checksum": "SHA-256:0e918e4f8b02645008721fbf8f137988c2363a805b7c61b38afeab5c11d6d738" + }, + { + "name": "Joystick_ESP32S2", + "version": "0.9.1", + "author": "Schnoog feat. Matthew Heironimus", + "maintainer": "Matthew Heironimus \u003cheironimus@live.com\u003e", + "sentence": "Allows an ESP32S2/S3 board with USB capabilities to appear as a Joystick or Gamepad.", + "paragraph": "This library is built on the espressif/arduino-esp32 library. It can be used with or without other HID-based libraries (Mouse, Keyboard, etc.).", + "website": "https://github.com/schnoog/Joystick_ESP32S2", + "category": "Device Control", + "architectures": [ + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHEX-0.1.1.zip", - "archiveFileName": "SHEX-0.1.1.zip", - "size": 5910, - "checksum": "SHA-256:9bd8bd4d2faf98fa3d27abbde5a06f239fe94017ee43d58d6e33ba7f0e5aa54f" + "types": [ + "Contributed" + ], + "repository": "https://github.com/schnoog/Joystick_ESP32S2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/schnoog/Joystick_ESP32S2-0.9.1.zip", + "archiveFileName": "Joystick_ESP32S2-0.9.1.zip", + "size": 229211, + "checksum": "SHA-256:c44cd1b33cda798d10d0fcb4399ec67dc38f73203e7f115a756f6a6362d68ace" }, { - "name": "TSD305lib", - "version": "1.0.0", - "author": "Pranjal Joshi", - "maintainer": "Pranjal Joshi", - "sentence": "TSD305 IR thermopile library for Arduino", - "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", - "website": "http://github.com/pranjal-joshi/", - "category": "Sensors", + "name": "Joystick_ESP32S2", + "version": "0.9.4", + "author": "Schnoog feat. Matthew Heironimus", + "maintainer": "Matthew Heironimus \u003cheironimus@live.com\u003e", + "sentence": "Allows an ESP32S2/S3 board with USB capabilities to appear as a Joystick or Gamepad.", + "paragraph": "This library is built on the espressif/arduino-esp32 library. It can be used with or without other HID-based libraries (Mouse, Keyboard, etc.).", + "website": "https://github.com/schnoog/Joystick_ESP32S2", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.0.zip", - "archiveFileName": "TSD305lib-1.0.0.zip", - "size": 6402, - "checksum": "SHA-256:5be551b699cc5c23fddbfc8474b3c716e214d7b754f36a7363f843967d40d634" + "repository": "https://github.com/schnoog/Joystick_ESP32S2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/schnoog/Joystick_ESP32S2-0.9.4.zip", + "archiveFileName": "Joystick_ESP32S2-0.9.4.zip", + "size": 231928, + "checksum": "SHA-256:4fda661e2e7fa9cc728d39ee8e4070e5843f05d694b20d22011e31e067bba7d2" }, { - "name": "TSD305lib", - "version": "1.0.1", - "author": "Pranjal Joshi", - "maintainer": "Pranjal Joshi", - "sentence": "TSD305 IR thermopile library for Arduino", - "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", - "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", - "category": "Sensors", + "name": "Joystick_ESP32S2", + "version": "0.9.5", + "author": "Schnoog feat. Matthew Heironimus", + "maintainer": "Schnoog \u003cschnoog@schnoog.eu\u003e", + "sentence": "Allows an ESP32S2/S3 board with USB capabilities to appear as a Joystick or Gamepad.", + "paragraph": "This library is built on the espressif/arduino-esp32 library. It can be used with or without other HID-based libraries (Mouse, Keyboard, etc.).", + "website": "https://github.com/schnoog/Joystick_ESP32S2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/schnoog/Joystick_ESP32S2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/schnoog/Joystick_ESP32S2-0.9.5.zip", + "archiveFileName": "Joystick_ESP32S2-0.9.5.zip", + "size": 231982, + "checksum": "SHA-256:0dbacacb91e0893b7c07880f730f778c9b72d8d8e2f9c602b16dee8d89fd148a" + }, + { + "name": "WiFiProvisioner", + "version": "1.0.0", + "author": "Santeri Lindfors", + "maintainer": "Santeri Lindfors \u003clindfors.santeri@gmail.com\u003e", + "sentence": "An easy-to-use Wi-Fi provisioning library for ESP32 devices.", + "paragraph": "This library provides an easy-to-use, customizable solution for setting up a modern-looking WiFi provisioning captive portal on an ESP32 device. This allows you to effortlessly provision your ESP32 with WiFi credentials and get custom input via an intuitive user interface.", + "website": "https://github.com/SanteriLindfors/WiFiProvisioner", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.1.zip", - "archiveFileName": "TSD305lib-1.0.1.zip", - "size": 6396, - "checksum": "SHA-256:6fb1af3d2dc203095f892769ecc5feb4f7b334d40dc57e1e21da37a06dceaa54" + "repository": "https://github.com/SanteriLindfors/WiFiProvisioner.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.20.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SanteriLindfors/WiFiProvisioner-1.0.0.zip", + "archiveFileName": "WiFiProvisioner-1.0.0.zip", + "size": 206344, + "checksum": "SHA-256:e64fde798edada98cc3895f5907792d84cb36e192cb0ac215c6eed3b12c354a6" }, { - "name": "TSD305lib", - "version": "1.0.2", - "author": "Pranjal Joshi", - "maintainer": "Pranjal Joshi", - "sentence": "TSD305 IR thermopile library for Arduino", - "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", - "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", - "category": "Sensors", + "name": "Deneyap Arduino Examples", + "version": "1.0.0", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino examples for Deneyap Development Boards", + "paragraph": "*", + "website": "https://github.com/deneyapkart/deneyap_arduino_examples", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.2.zip", - "archiveFileName": "TSD305lib-1.0.2.zip", - "size": 6396, - "checksum": "SHA-256:f16ccec11294cd8868d252a5c4eec84e467acfa582317de2245fe942edb17eb2" + "repository": "https://github.com/deneyapkart/deneyap_arduino_examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Arduino_Examples-1.0.0.zip", + "archiveFileName": "Deneyap_Arduino_Examples-1.0.0.zip", + "size": 2770127, + "checksum": "SHA-256:ce4b4f1dde6cd03d512ec1425a5363017d81602ef34d093ccee34197d1dbea31" }, { - "name": "TSD305lib", - "version": "1.0.3", - "author": "Pranjal Joshi", - "maintainer": "Pranjal Joshi", - "sentence": "TSD305 IR thermopile library for Arduino", - "paragraph": "This library provides functionality to interface TSD305 IR thermopile sensor (by TE-Connectivity) with Arduino compatible boards. TSD305 is a 3.3v operated IR sensor interfaced using I2C bus and is often used for contactless temperature measurement.", - "website": "https://github.com/pranjal-joshi/TSD305Lib-Arduino/", - "category": "Sensors", + "name": "Deneyap Arduino Examples", + "version": "1.0.2", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino examples for Deneyap Development Boards", + "paragraph": "*", + "website": "https://github.com/deneyapkart/deneyap_arduino_examples", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pranjal-joshi/TSD305Lib-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pranjal-joshi/TSD305lib-1.0.3.zip", - "archiveFileName": "TSD305lib-1.0.3.zip", - "size": 6616, - "checksum": "SHA-256:4056c73964fc42c0810edb5eee89f999816ce0f64ecfaa242ddfb3920b6dc448" + "repository": "https://github.com/deneyapkart/deneyap_arduino_examples.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Arduino_Examples-1.0.2.zip", + "archiveFileName": "Deneyap_Arduino_Examples-1.0.2.zip", + "size": 2770127, + "checksum": "SHA-256:cfa27fd9c28818229a676c70b8c256ea3a4ada9462f2d2033754d7be50647759" }, { - "name": "PulseRainUARTConsole", - "version": "1.0.1", - "author": "PulseRain", - "maintainer": "PulseRain \u003cinfo@pulserain.com\u003e", - "sentence": "Arduino Library for UART Console", - "paragraph": "Use this library to create a UART Console", - "website": "https://github.com/PulseRain/PulseRainUARTConsole", - "category": "Signal Input/Output", + "name": "DigiSpark_PWM", + "version": "1.0.0", + "author": "soylentOrange", + "maintainer": "soylentOrange", + "sentence": "Hardware-based Pulse-Width-Modulation (PWM) for AVR ATtiny85-based boards using ATTinyCore up to 500 kHz.", + "paragraph": "This hardware-based Pulse-Width-Modulation (PWM) library enables you to use the Hardware-PWM on Arduino AVR ATtiny85-based boards (Digispark) using ATTinyCore. The Timer/Counter1 is used in asynchronous mode to give a PWM-output on Pin PB1 or PB4 up to 500 kHz. The maximum resolution is 8-bit.", + "website": "https://github.com/soylentOrange/DigiSpark_PWM", + "category": "Device Control", "architectures": [ - "Reindeer" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/PulseRain/PulseRainUARTConsole.git", + "repository": "https://github.com/soylentOrange/DigiSpark_PWM.git", "providesIncludes": [ - "PulseRainUARTConsole.h" + "DigiSpark_PWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PulseRain/PulseRainUARTConsole-1.0.1.zip", - "archiveFileName": "PulseRainUARTConsole-1.0.1.zip", - "size": 8742, - "checksum": "SHA-256:91cf5285c67219fae64205df42df412469b46c46cb7330afb538a0086c0a1048" + "url": "https://downloads.arduino.cc/libraries/github.com/soylentOrange/DigiSpark_PWM-1.0.0.zip", + "archiveFileName": "DigiSpark_PWM-1.0.0.zip", + "size": 8479, + "checksum": "SHA-256:83b091c3b7c8cea89804f49cbcab233c4ab3681b8a9eedb1b2fea59002de542a" }, { - "name": "SinricPro_Generic", - "version": "2.4.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32, Teensy, SAM DUE with Amazon Alexa or Google Home", - "website": "https://github.com/khoih-prog/SinricPro_Generic", - "category": "Uncategorized", + "name": "Adafruit MCP2515", + "version": "0.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MCP2515 CAN controller.", + "paragraph": "Arduino library for MCP2515 CAN controller.", + "website": "https://github.com/adafruit/Adafruit_MCP2515", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", - "providesIncludes": [ - "SinricPro_Generic.h" + "Recommended" ], + "repository": "https://github.com/adafruit/Adafruit_MCP2515.git", "dependencies": [ { - "name": "ArduinoJson" - }, - { - "name": "WebSockets_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" + "name": "Adafruit CAN" }, { - "name": "UIPEthernet" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.4.0.zip", - "archiveFileName": "SinricPro_Generic-2.4.0.zip", - "size": 2512538, - "checksum": "SHA-256:2437109d330a33aa38f171b5923b17cbab4849eacb16fdcec7e9d5b10a83f67a" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP2515-0.2.0.zip", + "archiveFileName": "Adafruit_MCP2515-0.2.0.zip", + "size": 9265, + "checksum": "SHA-256:1c691377b1021eff70b677ac006c88e8980e48dfe9bf2005fc78a34195719702" }, { - "name": "SinricPro_Generic", - "version": "2.5.1", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", - "website": "https://github.com/khoih-prog/SinricPro_Generic", - "category": "Uncategorized", + "name": "Adafruit MCP2515", + "version": "0.2.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for MCP2515 CAN controller.", + "paragraph": "Arduino library for MCP2515 CAN controller.", + "website": "https://github.com/adafruit/Adafruit_MCP2515", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", - "providesIncludes": [ - "SinricPro_Generic.h" + "Recommended" ], + "repository": "https://github.com/adafruit/Adafruit_MCP2515.git", "dependencies": [ { - "name": "ArduinoJson" - }, - { - "name": "WebSockets_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" + "name": "Adafruit CAN" }, { - "name": "UIPEthernet" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.5.1.zip", - "archiveFileName": "SinricPro_Generic-2.5.1.zip", - "size": 2917223, - "checksum": "SHA-256:6d5f9c82da334865a0022b8eb153467f77887a96be7d38e6d7f178f7246866bb" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP2515-0.2.1.zip", + "archiveFileName": "Adafruit_MCP2515-0.2.1.zip", + "size": 9321, + "checksum": "SHA-256:351c2f39c200820d3717b88cf9bf637918830b3bda846a6437484f94f4c63693" }, { - "name": "SinricPro_Generic", - "version": "2.6.1", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - simple way to connect your device to alexa", - "paragraph": "Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", - "website": "https://github.com/khoih-prog/SinricPro_Generic", - "category": "Uncategorized", + "name": "FastDisplayPrototyping", + "version": "1.0.3", + "author": "The Last Outpost Workshop", + "maintainer": "The Last Outpost Workshop \u003cthelastoutpostworkshop@gmail.com\u003e", + "sentence": "Fast Display Prototyping for Adafruit GFX and TFT eSPI", + "paragraph": "Works with All display supported by Adafruit GFX and TFT eSPI libraries", + "website": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", - "providesIncludes": [ - "SinricPro_Generic.h" + "repository": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thelastoutpostworkshop/FastDisplayPrototyping-1.0.3.zip", + "archiveFileName": "FastDisplayPrototyping-1.0.3.zip", + "size": 9987, + "checksum": "SHA-256:0f7908c997c46d68f158bfeb10fdd93c77440c4f3ba5483cfe23eedee6f13815" + }, + { + "name": "FastDisplayPrototyping", + "version": "1.2.8", + "author": "The Last Outpost Workshop", + "maintainer": "The Last Outpost Workshop \u003cthelastoutpostworkshop@gmail.com\u003e", + "sentence": "Fast Display Prototyping for Adafruit GFX and TFT eSPI", + "paragraph": "Works with All display supported by Adafruit GFX and TFT eSPI libraries", + "website": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" ], + "repository": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping.git", "dependencies": [ { - "name": "ArduinoJson" - }, - { - "name": "WebSockets_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" + "name": "TFT_eSPI" }, { - "name": "UIPEthernet" + "name": "Adafruit GFX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.6.1.zip", - "archiveFileName": "SinricPro_Generic-2.6.1.zip", - "size": 4303211, - "checksum": "SHA-256:8510f439e998025786477acdf97bbeb0808898ff93ebe586d20eaefa6c10fd81" + "url": "https://downloads.arduino.cc/libraries/github.com/thelastoutpostworkshop/FastDisplayPrototyping-1.2.8.zip", + "archiveFileName": "FastDisplayPrototyping-1.2.8.zip", + "size": 61273, + "checksum": "SHA-256:8131ac5a176a0ae3867e2dd878201ed4ab7256d74f08648f510ad49f588e6f64" }, { - "name": "SinricPro_Generic", - "version": "2.7.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", - "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", - "website": "https://github.com/khoih-prog/SinricPro_Generic", - "category": "Uncategorized", + "name": "FastDisplayPrototyping", + "version": "1.3.0", + "author": "The Last Outpost Workshop", + "maintainer": "The Last Outpost Workshop \u003cthelastoutpostworkshop@gmail.com\u003e", + "sentence": "Fast Display Prototyping for Adafruit GFX and TFT eSPI", + "paragraph": "Works with All display supported by Adafruit GFX and TFT eSPI libraries", + "website": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", - "providesIncludes": [ - "SinricPro_Generic.h" - ], + "repository": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping.git", "dependencies": [ { - "name": "ArduinoJson" - }, - { - "name": "WebSockets_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "STM32duino STM32Ethernet" + "name": "TFT_eSPI" }, { - "name": "STM32duino LwIP" + "name": "Adafruit GFX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.7.0.zip", - "archiveFileName": "SinricPro_Generic-2.7.0.zip", - "size": 4385091, - "checksum": "SHA-256:5370de0df7938c0423c87352278f2a9470d2440af5c8a11fdaede8a8c0e0303f" + "url": "https://downloads.arduino.cc/libraries/github.com/thelastoutpostworkshop/FastDisplayPrototyping-1.3.0.zip", + "archiveFileName": "FastDisplayPrototyping-1.3.0.zip", + "size": 61275, + "checksum": "SHA-256:fa62cb9da41922b0b413107584caa3df74d1eea4bfc37548903762e91d2c25e0" }, { - "name": "SinricPro_Generic", - "version": "2.7.4", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", - "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet or WiFiNINA, with Amazon Alexa or Google Home.", - "website": "https://github.com/khoih-prog/SinricPro_Generic", - "category": "Uncategorized", + "name": "FastDisplayPrototyping", + "version": "1.3.1", + "author": "The Last Outpost Workshop", + "maintainer": "The Last Outpost Workshop \u003cthelastoutpostworkshop@gmail.com\u003e", + "sentence": "Fast Display Prototyping for Adafruit GFX and TFT eSPI", + "paragraph": "Works with All display supported by Adafruit GFX and TFT eSPI libraries", + "website": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", - "providesIncludes": [ - "SinricPro_Generic.h" - ], + "repository": "https://github.com/thelastoutpostworkshop/FastDisplayPrototyping.git", "dependencies": [ { - "name": "ArduinoJson" - }, - { - "name": "WebSockets_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "STM32duino STM32Ethernet" + "name": "TFT_eSPI" }, { - "name": "STM32duino LwIP" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.7.4.zip", - "archiveFileName": "SinricPro_Generic-2.7.4.zip", - "size": 4382923, - "checksum": "SHA-256:5c66e6f7ec57b999a807240ff33e81d8878edb2e00b111a39402f88b4c8350fd" + "url": "https://downloads.arduino.cc/libraries/github.com/thelastoutpostworkshop/FastDisplayPrototyping-1.3.1.zip", + "archiveFileName": "FastDisplayPrototyping-1.3.1.zip", + "size": 61279, + "checksum": "SHA-256:a8ae861b1dff95da84d5eb204be7fa9bda465ff25f1d644d084a02140a603aff" }, { - "name": "SinricPro_Generic", - "version": "2.8.0", - "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "CC-BY-SA", - "sentence": "Library for https://sinric.pro - Simple way to connect your device to Alexa", - "paragraph": "Simple way to control your IoT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE using W5x00/ENC28J60 Ethernet, WiFiNINA or RTL8720DN, with Amazon Alexa or Google Home.", - "website": "https://github.com/khoih-prog/SinricPro_Generic", - "category": "Uncategorized", + "name": "escposprinter", + "version": "1.0.2", + "author": "Andrea Monni \u003ccranties76@gmail.com\u003e", + "maintainer": "Andrea Monni \u003ccranties76@gmail.com\u003e", + "sentence": "Library for ESC/POS Printer", + "paragraph": "A Library to control an Esc/Pos thermal printer (microprinter) by an arduino via serial connection", + "website": "https://github.com/cranties/escposprinter", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SinricPro_Generic.git", + "repository": "https://github.com/cranties/escposprinter.git", "providesIncludes": [ - "SinricPro_Generic.h" + "escposprinter.h" ], "dependencies": [ { - "name": "ArduinoJson" - }, - { - "name": "WebSockets_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "UIPEthernet" - }, - { - "name": "STM32duino STM32Ethernet" + "name": "SoftwareSerial" }, { - "name": "STM32duino LwIP" + "name": "Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SinricPro_Generic-2.8.0.zip", - "archiveFileName": "SinricPro_Generic-2.8.0.zip", - "size": 7672742, - "checksum": "SHA-256:e3eb843f192c12577a0aa414d87a57e5304c761f1804294782fb955bb7178c58" + "url": "https://downloads.arduino.cc/libraries/github.com/cranties/escposprinter-1.0.2.zip", + "archiveFileName": "escposprinter-1.0.2.zip", + "size": 7273, + "checksum": "SHA-256:3bbe3fd18736e3ab241caa3419b07b5ae84192bf18ded130f45ac3e43ddcc5cf" }, { - "name": "PCF8574", - "version": "0.1.9", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCF8574 - I2C IO expander", - "paragraph": "Implements shift rotate and toggle.", - "website": "https://github.com/RobTillaart/PCF8574.git", - "category": "Signal Input/Output", + "name": "ScioSense_APC1", + "version": "1.0.0", + "author": "at2 GmbH", + "maintainer": "at2 GmbH", + "sentence": "Arduino library for the Air Purification Combo ONE sensor with UART or I2C communication interface", + "paragraph": "This library controls the APC1 sensor. The main feature of this library is performing a active or passive measurements, retrieving the measurement data.", + "website": "https://github.com/sciosense/APC1_driver/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8574.git", - "providesIncludes": [ - "PCF8574.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.1.9.zip", - "archiveFileName": "PCF8574-0.1.9.zip", - "size": 11604, - "checksum": "SHA-256:9252dd99e92f9515e69dd43c50c9b72096f54c7ae20a20dda46b40deca5c6be4" + "repository": "https://github.com/sciosense/apc1-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sciosense/ScioSense_APC1-1.0.0.zip", + "archiveFileName": "ScioSense_APC1-1.0.0.zip", + "size": 12681, + "checksum": "SHA-256:9fd2bb25141e401b2b6cdd7a0e45b09133267603aa5cd27a7af8a047c6abe4d5" }, { - "name": "PCF8574", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCF8574 - I2C IO expander", - "paragraph": "Implements shift rotate and toggle.", - "website": "https://github.com/RobTillaart/PCF8574.git", - "category": "Signal Input/Output", + "name": "ScioSense_APC1", + "version": "1.0.1", + "author": "Sciosense", + "maintainer": "Sciosense \u003cinfo@sciosense.com\u003e", + "sentence": "Arduino library for the Air Purification Combo ONE sensor with UART or I2C communication interface", + "paragraph": "This library controls the APC1 sensor. The main feature of this library is performing a active or passive measurements, retrieving the measurement data.", + "website": "https://github.com/sciosense/APC1_driver/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8574.git", - "providesIncludes": [ - "PCF8574.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.1.zip", - "archiveFileName": "PCF8574-0.2.1.zip", - "size": 11606, - "checksum": "SHA-256:58bdf7d951d443668acf687a7461a3fe3a87ba8e0c7b0ba3fb0e21029c91805a" + "repository": "https://github.com/sciosense/apc1-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sciosense/ScioSense_APC1-1.0.1.zip", + "archiveFileName": "ScioSense_APC1-1.0.1.zip", + "size": 12684, + "checksum": "SHA-256:f33c7081f255f18d86887bb6795e96444eb98c162a4965ad88a44d7f76d1837a" }, { - "name": "PCF8574", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCF8574 - I2C IO expander", - "paragraph": "Implements shift rotate and toggle.", - "website": "https://github.com/RobTillaart/PCF8574.git", - "category": "Signal Input/Output", + "name": "ScioSense_APC1", + "version": "1.1.0", + "author": "Sciosense", + "maintainer": "Sciosense \u003cinfo@sciosense.com\u003e", + "sentence": "Arduino library for the Air Purification Combo ONE sensor with UART or I2C communication interface", + "paragraph": "This library controls the APC1 sensor. The main feature of this library is performing a active or passive measurements, retrieving the measurement data.", + "website": "https://github.com/sciosense/apc1-arduino/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8574.git", - "providesIncludes": [ - "PCF8574.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.2.zip", - "archiveFileName": "PCF8574-0.2.2.zip", - "size": 13571, - "checksum": "SHA-256:7a754ca471fc7b669a34eb2fc050d4c18e7d998ac5c1ff70ad94237dbc994e34" + "repository": "https://github.com/sciosense/apc1-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sciosense/ScioSense_APC1-1.1.0.zip", + "archiveFileName": "ScioSense_APC1-1.1.0.zip", + "size": 298886, + "checksum": "SHA-256:fd034fd6751f7081e1bb27080afaa51d2767dd8850d35b87c1864935a7c850e2" }, { - "name": "PCF8574", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCF8574 - I2C IO expander", - "paragraph": "Implements shift rotate and toggle.", - "website": "https://github.com/RobTillaart/PCF8574.git", - "category": "Signal Input/Output", + "name": "mDriver", + "version": "1.0.0", + "author": "ahmedosama07", + "maintainer": "Ahmed Osama \u003cahmed.osama8282@gmail.com\u003e", + "sentence": "LM398n motor driver library(SKU:LM398n).", + "paragraph": "Digital DHT11 Temperature and Humidity sensor.", + "website": "https://github.com/ahmedosama07/mDriverLM398n", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8574.git", - "providesIncludes": [ - "PCF8574.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.3.zip", - "archiveFileName": "PCF8574-0.2.3.zip", - "size": 13750, - "checksum": "SHA-256:81d182276e81ea5c855f1577dd8e55f6e0b84db43e6249b7ea47d67e443a12f7" + "repository": "https://github.com/ahmedosama07/mDriverL298n.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmedosama07/mDriver-1.0.0.zip", + "archiveFileName": "mDriver-1.0.0.zip", + "size": 3849, + "checksum": "SHA-256:05d6eb2db4d7967a0980f614593cd8f20a15df54f72d4f2774414f970928f213" }, { - "name": "PCF8574", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCF8574 - I2C IO expander", - "paragraph": "Implements shift rotate and toggle.", - "website": "https://github.com/RobTillaart/PCF8574.git", - "category": "Signal Input/Output", + "name": "mDriver", + "version": "1.0.1", + "author": "ahmedosama07", + "maintainer": "Ahmed Osama \u003cahmed.osama8282@gmail.com\u003e", + "sentence": "LM398n motor driver library(SKU:LM398n).", + "paragraph": "Digital DHT11 Temperature and Humidity sensor.", + "website": "https://github.com/ahmedosama07/mDriverL298n", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8574.git", - "providesIncludes": [ - "PCF8574.h" + "repository": "https://github.com/ahmedosama07/mDriverL298n.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmedosama07/mDriver-1.0.1.zip", + "archiveFileName": "mDriver-1.0.1.zip", + "size": 4751, + "checksum": "SHA-256:3e536a3da1a84de39eba0f76009515ccb55a19eb56603b58f4f14c52e528583f" + }, + { + "name": "mDriver", + "version": "1.0.3", + "author": "ahmedosama07", + "maintainer": "Ahmed Osama \u003cahmed.osama8282@gmail.com\u003e", + "sentence": "LM398n motor driver library(SKU:LM398n).", + "paragraph": "L298n motor driver library.", + "website": "https://github.com/ahmedosama07/mDriverL298n", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8574-0.2.4.zip", - "archiveFileName": "PCF8574-0.2.4.zip", - "size": 863627, - "checksum": "SHA-256:742f782bba77583ec5e6c35a5974027efc93e7cd54d1943ae22a55753604041e" + "types": [ + "Contributed" + ], + "repository": "https://github.com/ahmedosama07/mDriverL298n.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmedosama07/mDriver-1.0.3.zip", + "archiveFileName": "mDriver-1.0.3.zip", + "size": 4723, + "checksum": "SHA-256:9d62939f17051c32ea1b6486def4ef450ac802103f74d81d86eca4865a3ae74b" }, { - "name": "TsicSensor", + "name": "nrf_to_nrf", "version": "1.0.0", - "author": "TrippleFox", - "maintainer": "TrippleFox", - "sentence": "Arduino library for reading TSIC temperature sensors.", - "paragraph": "This library reads temperature values from several TSIC sensor types (TSIC 206/306/506/516/716). It uses interrupts to decode the ZACwire protocol used by the sensors and therefore supports fast and efficient methods for reading temperature values in several scales (Celsius/Fahrenheit/Kelvin).", - "website": "https://github.com/tripplefox/TsicSensor", - "category": "Sensors", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "NRF52840 to NRF24L01+ ESB communication", + "paragraph": "Communicate to \u0026 from both NRF52840 and NRF24L01+ using the API of the RF24 library", + "website": "https://github.com/TMRh20/nrf_to_nrf", + "category": "Communication", "architectures": [ - "esp32" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/tripplefox/TsicSensor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tripplefox/TsicSensor-1.0.0.zip", - "archiveFileName": "TsicSensor-1.0.0.zip", - "size": 10607, - "checksum": "SHA-256:2dee8ac53c0cf5db0d221aa877e8965210b840f9c41a70839eaa1a119ef4cf58" + "repository": "https://github.com/TMRh20/nrf_to_nrf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/nrf_to_nrf-1.0.0.zip", + "archiveFileName": "nrf_to_nrf-1.0.0.zip", + "size": 35372, + "checksum": "SHA-256:cbefa8011c5002e1dab97f041ba008a2080a56a076b280fe75a9d5463fdaf420" }, { - "name": "PinInGroup", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "A class that groups input pins so they can be read in one logical step.", - "website": "https://github.com/RobTillaart/PinInGroup", + "name": "nrf_to_nrf", + "version": "1.1.0", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "NRF52840 to NRF24L01+ ESB communication", + "paragraph": "Communicate to \u0026 from both NRF52840 and NRF24L01+ using the API of the RF24 library", + "website": "https://github.com/TMRh20/nrf_to_nrf", "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PinInGroup.git", - "providesIncludes": [ - "PinInGroup.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.1.zip", - "archiveFileName": "PinInGroup-0.1.1.zip", - "size": 6223, - "checksum": "SHA-256:978f4b6247273b26cf3c9d193efc3de04b215ae88d96cae350ac99066954af38" + "repository": "https://github.com/TMRh20/nrf_to_nrf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/nrf_to_nrf-1.1.0.zip", + "archiveFileName": "nrf_to_nrf-1.1.0.zip", + "size": 35815, + "checksum": "SHA-256:1a8fbe6e98577bdcc256adfd543ce68dd6217661f5f81f48c6f9b80294b4e202" }, { - "name": "PinInGroup", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "A class that groups input pins so they can be read in one logical step.", - "website": "https://github.com/RobTillaart/PinInGroup", + "name": "nrf_to_nrf", + "version": "1.1.1", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "NRF52840 to NRF24L01+ ESB communication", + "paragraph": "Communicate to \u0026 from both NRF52840 and NRF24L01+ using the API of the RF24 library", + "website": "https://github.com/TMRh20/nrf_to_nrf", "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PinInGroup.git", - "providesIncludes": [ - "PinInGroup.h" + "repository": "https://github.com/TMRh20/nrf_to_nrf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/nrf_to_nrf-1.1.1.zip", + "archiveFileName": "nrf_to_nrf-1.1.1.zip", + "size": 36102, + "checksum": "SHA-256:79b2c99946a74276decfe832c8d4ad3d4f205579bf32de846ae27828fc180d94" + }, + { + "name": "nrf_to_nrf", + "version": "1.2.2", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "NRF52840 to NRF24L01+ ESB communication", + "paragraph": "Communicate to \u0026 from both NRF52840 and NRF24L01+ using the API of the RF24 library", + "website": "https://github.com/TMRh20/nrf_to_nrf", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PinInGroup-0.1.2.zip", - "archiveFileName": "PinInGroup-0.1.2.zip", - "size": 6229, - "checksum": "SHA-256:634a978b8e76d55785ef2b219cad26d4ab48c93881a5ca1bb0d413807488dc56" + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/nrf_to_nrf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/nrf_to_nrf-1.2.2.zip", + "archiveFileName": "nrf_to_nrf-1.2.2.zip", + "size": 54299, + "checksum": "SHA-256:f68af0e9600beb51be7d6ca39c0f33a1e2b45806eb05b6ff3ee60c433cdd50e4" }, { - "name": "PressureNXPMXP", - "version": "1.0.0", - "author": "Leandro L. Nascimento", - "maintainer": "eng.leandroln@gmail.com", - "sentence": "Pressure differential MXP serie", - "paragraph": "library for reading differential pressure / gauge sensors from the manufacturer NXP. With pressure return in KPA, PSI, BAR, CMH2O quantities.", - "website": "https://github.com/LeandroLimaPRO/Pressure/", - "category": "Sensors", + "name": "nrf_to_nrf", + "version": "1.2.6", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "NRF52840 to NRF24L01+ ESB communication", + "paragraph": "Communicate to \u0026 from both NRF52840 and NRF24L01+ using the API of the RF24 library", + "website": "https://github.com/TMRh20/nrf_to_nrf", + "category": "Communication", "architectures": [ - "*" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/LeandroLimaPRO/Pressure.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LeandroLimaPRO/PressureNXPMXP-1.0.0.zip", - "archiveFileName": "PressureNXPMXP-1.0.0.zip", - "size": 11265, - "checksum": "SHA-256:4f2d29e8f2d1293ed50ba402c984ca76887e44bcfade115e3b437ff72299e4c2" + "repository": "https://github.com/TMRh20/nrf_to_nrf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/nrf_to_nrf-1.2.6.zip", + "archiveFileName": "nrf_to_nrf-1.2.6.zip", + "size": 82655, + "checksum": "SHA-256:fbb32c7eaa1eb53297d6318beb397f2b3ec96b020fd132083abb87454159bf5a" }, { - "name": "BH1750", - "version": "1.1.4", - "author": "Christopher Laws", - "maintainer": "Christopher Laws", - "sentence": "Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC", - "paragraph": "Pretty simple and robust BH1750 library. Arduino, ESP8266 \u0026 ESP32 compatible.", - "website": "https://github.com/claws/BH1750", - "category": "Sensors", + "name": "nrf_to_nrf", + "version": "1.2.7", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "NRF52840 to NRF24L01+ ESB communication", + "paragraph": "Communicate to \u0026 from both NRF52840 and NRF24L01+ using the API of the RF24 library", + "website": "https://github.com/TMRh20/nrf_to_nrf", + "category": "Communication", "architectures": [ - "avr", - "sam", - "esp8266", - "esp32" + "nordicnrf52", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/claws/BH1750.git", - "providesIncludes": [ - "BH1750.h" + "repository": "https://github.com/TMRh20/nrf_to_nrf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/nrf_to_nrf-1.2.7.zip", + "archiveFileName": "nrf_to_nrf-1.2.7.zip", + "size": 82573, + "checksum": "SHA-256:a46094c1690e27c2df07077a97ec4b8d14d5f44488d36c9ff594a8ed99c4845a" + }, + { + "name": "nrf_to_nrf", + "version": "1.2.8", + "author": "TMRh20", + "maintainer": "TMRh20", + "sentence": "NRF52840 to NRF24L01+ ESB communication", + "paragraph": "Communicate to \u0026 from both NRF52840 and NRF24L01+ using the API of the RF24 library", + "website": "https://github.com/TMRh20/nrf_to_nrf", + "category": "Communication", + "architectures": [ + "nordicnrf52", + "nrf52" ], - "url": "https://downloads.arduino.cc/libraries/github.com/claws/BH1750-1.1.4.zip", - "archiveFileName": "BH1750-1.1.4.zip", - "size": 286993, - "checksum": "SHA-256:913e1a61c552afe21bcbb2650b615065c3cf1caa807d0bb84591e2bc1bf87668" + "types": [ + "Contributed" + ], + "repository": "https://github.com/TMRh20/nrf_to_nrf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TMRh20/nrf_to_nrf-1.2.8.zip", + "archiveFileName": "nrf_to_nrf-1.2.8.zip", + "size": 82578, + "checksum": "SHA-256:b37672ceaf91ef9e84e0b0b370425d4bd873e62b5bb51a0c2c614f8e7c2c97ad" }, { - "name": "Notched Shaft Encoder", - "version": "1.0.0", - "author": "Lester Lo", - "maintainer": "Lester Lo", - "sentence": "Monitor the postion and clickable button status from a Notched Shaft Encoder", - "paragraph": "This library extended the feature from Paul Stoffregen Encoder library. It provides a smooth and accurate monitoring feature specially for a Notched Shaft Encoder. This library can measure the encoder incremental/differential position and button status of the button.", - "website": "https://github.com/lesterlo/Notched-Shaft-Encoder", - "category": "Signal Input/Output", + "name": "ConfigAssist", + "version": "2.6.0", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Config device using a responsive configuration portal and a json definition dictionary. Variables are updated instantly using async get requests and saved automatically on a file in local storage", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lesterlo/Notched-Shaft-Encoder.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "NSEncoder.h" + "configAssist.h" ], "dependencies": [ { - "name": "Encoder" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lesterlo/Notched_Shaft_Encoder-1.0.0.zip", - "archiveFileName": "Notched_Shaft_Encoder-1.0.0.zip", - "size": 546622, - "checksum": "SHA-256:fd69b213778de82cd7c81acdcd0ab7024d7f3c42b5880c13a41c2953a57799a5" + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.0.zip", + "archiveFileName": "ConfigAssist-2.6.0.zip", + "size": 107304, + "checksum": "SHA-256:c3dfb265b4795c2e712abe0d950e8eb0201169ee5209c1caa999df4f0ee4dd1d" }, { - "name": "Adafruit SH110X", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SH110X oled driver library for monochrome displays", - "paragraph": "SH110X oled driver library for monochrome displays", - "website": "https://github.com/adafruit/Adafruit_SH110X", - "category": "Display", + "name": "ConfigAssist", + "version": "2.6.1", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "configAssist.h" + ], "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit BusIO" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.0.0.zip", - "archiveFileName": "Adafruit_SH110X-1.0.0.zip", - "size": 11305, - "checksum": "SHA-256:20ee4e71a6ff747ff3341a180e48aa0f10bc5321fbecd45567e9cd6781d654d4" + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.1.zip", + "archiveFileName": "ConfigAssist-2.6.1.zip", + "size": 108980, + "checksum": "SHA-256:3df68ce6c7bf47442021840a7a43e69652875a17a066aef8da4f2e9f8e040f01" }, { - "name": "Adafruit SH110X", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SH110X oled driver library for monochrome displays", - "paragraph": "SH110X oled driver library for monochrome displays", - "website": "https://github.com/adafruit/Adafruit_SH110X", - "category": "Display", + "name": "ConfigAssist", + "version": "2.6.2", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SH110x.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "configAssist.h" + ], "dependencies": [ { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit BusIO" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SH110X-1.2.0.zip", - "archiveFileName": "Adafruit_SH110X-1.2.0.zip", - "size": 11261, - "checksum": "SHA-256:a9db4c7847d1ef16acc13fb5c7a47b1cea7821fcf88fc6150578f752a861eec3" + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.2.zip", + "archiveFileName": "ConfigAssist-2.6.2.zip", + "size": 110692, + "checksum": "SHA-256:9a36740b45c9048af38c3beb5e03fd94b107c6d8cd2f683b74e6c9cedc924be1" }, { - "name": "Melody Player", - "version": "2.0.0", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library provides an easy interface to play melodies on buzzers", - "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", - "website": "https://github.com/fabiuz7/melody-player-arduino", + "name": "ConfigAssist", + "version": "2.6.4", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/melody-player-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Melody_Player-2.0.0.zip", - "archiveFileName": "Melody_Player-2.0.0.zip", - "size": 14267, - "checksum": "SHA-256:433c21211111d703c65c1cf44ffbc2108d30079188ac9240258ecf2de9bc1129" + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "configAssist.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.4.zip", + "archiveFileName": "ConfigAssist-2.6.4.zip", + "size": 119414, + "checksum": "SHA-256:b5e4ce46c07d6ae09f43d8881d7ea3b24b7f1aff92298d6f5f0bbc403b88774f" }, { - "name": "Melody Player", - "version": "2.1.0", - "author": "Fabiano Riccardi", - "maintainer": "Fabiano Riccardi \u003cfabiuz4@hotmail.it\u003e", - "sentence": "This library provides an easy interface to play melodies on buzzers", - "paragraph": "The melody can be load from a file system (i.e. SPIFFS) or programmatically coding them in the Arduino sketches.", - "website": "https://github.com/fabiuz7/melody-player-arduino", + "name": "ConfigAssist", + "version": "2.6.5", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiuz7/melody-player-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/fabiuz7/Melody_Player-2.1.0.zip", - "archiveFileName": "Melody_Player-2.1.0.zip", - "size": 23845, - "checksum": "SHA-256:76df994f84ed009824238a3775285cfde0c93c413a900e1d8741875bfc886880" + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "configAssist.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.5.zip", + "archiveFileName": "ConfigAssist-2.6.5.zip", + "size": 119948, + "checksum": "SHA-256:e1a534ae5bbb85fc30d1773d0a8ddad5130898f06f43bb3cb4209d832ce03b8f" }, { - "name": "ZACwire for TSic", - "version": "1.1.1", - "author": "Adrian Immer", - "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", - "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs", - "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506", - "website": "https://github.com/lebuni/ZACwire", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.6.6", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lebuni/ZACwire-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.1.zip", - "archiveFileName": "ZACwire_for_TSic-1.1.1.zip", - "size": 5594, - "checksum": "SHA-256:5f972d0a32e37b268ef9fe36033f7497b3683e2113b18632df3c1c51e53e294f" + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "configAssist.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.6.zip", + "archiveFileName": "ConfigAssist-2.6.6.zip", + "size": 119412, + "checksum": "SHA-256:dd1c081d2644e261c20fc8cc166223bacb839894a1ba8d5f7f22b6998e0c9552" }, { - "name": "ZACwire for TSic", - "version": "1.1.2", - "author": "Adrian Immer", - "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", - "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", - "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", - "website": "https://github.com/lebuni/ZACwire", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.6.7", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lebuni/ZACwire-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.2.zip", - "archiveFileName": "ZACwire_for_TSic-1.1.2.zip", - "size": 5647, - "checksum": "SHA-256:ab4376d154c84ef2c29672230e1b90e65d1bc6da703ceaeb89004ccfb25fdc07" + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "configAssist.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.7.zip", + "archiveFileName": "ConfigAssist-2.6.7.zip", + "size": 121159, + "checksum": "SHA-256:db15ac65c09fa25bec53f65e904124e1f65482ea00c27d7407e0c377eded0468" }, { - "name": "ZACwire for TSic", - "version": "1.1.3", - "author": "Adrian Immer", - "maintainer": "Adrian Immer \u003cadrian.immer@physik.uni-muenchen.de\u003e", - "sentence": "Reading the ZACwire protocol of TSic sensors with ISRs.", - "paragraph": "Simple library to read the ZACwire protocol, wich is used by TSic temperature sensors 206, 306 and 506. Main benefits compared to former TSic libraries are much better performance, less misreadings and higher accuracy.", - "website": "https://github.com/lebuni/ZACwire", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.6.8", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lebuni/ZACwire-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lebuni/ZACwire_for_TSic-1.1.3.zip", - "archiveFileName": "ZACwire_for_TSic-1.1.3.zip", - "size": 5729, - "checksum": "SHA-256:2feb84dde9d37f9def8962b3850f1a0a9500fe45a8bee1f8788c6846c1da7225" + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "configAssist.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.8.zip", + "archiveFileName": "ConfigAssist-2.6.8.zip", + "size": 121403, + "checksum": "SHA-256:71862e56529ca0fa2bf04ee7687495482c2a8783a5e614c0ef6ad21b103b8e4e" }, { - "name": "PCA9635", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCA9635 I2C LED driver", - "paragraph": "PWM, 8 bit", - "website": "https://github.com/RobTillaart/PCA9635", - "category": "Signal Input/Output", + "name": "ConfigAssist", + "version": "2.6.9", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCA9635.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "PCA9635.h" + "configAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9635-0.2.0.zip", - "archiveFileName": "PCA9635-0.2.0.zip", - "size": 8091, - "checksum": "SHA-256:ee4838deb71bb4ed61ff1a530a3a88bd70e763d0d0a7ede7c492e95caccf4b7f" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.6.9.zip", + "archiveFileName": "ConfigAssist-2.6.9.zip", + "size": 125668, + "checksum": "SHA-256:0cb5b968c2a83b6d64999aeed701d790ae511940e94cd9601ace649041e2c30a" }, { - "name": "ESP32 BLE ANCS Notifications", - "version": "0.0.1", - "author": "ECAL / Smartphone Companions", - "maintainer": "James Hudson \u003cbugs.feedback.whatever@gmail.com\u003e", - "sentence": "Arduino library for ESP32, for reading and interacting with Smartphone notifications from iOS.", - "paragraph": "Use this Library to access the notifications from an iOS device connected through Bluetooth Low Energy (BLE) with your ESP32 Board. For example read iMessages/SMS, Instagram, WhatsApp Notifications or even accept or reject calls.", - "website": "https://github.com/Smartphone-Companions", - "category": "Communication", + "name": "ConfigAssist", + "version": "2.7.0", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Smartphone-Companions/ESP32-ANCS-Notifications.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "esp32notifications.h" + "configAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Smartphone-Companions/ESP32_BLE_ANCS_Notifications-0.0.1.zip", - "archiveFileName": "ESP32_BLE_ANCS_Notifications-0.0.1.zip", - "size": 29656, - "checksum": "SHA-256:dc53bf7a0ed231578fda9bf2f16bd94d1e524cc4575193fb63463363ca3a200c" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.7.0.zip", + "archiveFileName": "ConfigAssist-2.7.0.zip", + "size": 126694, + "checksum": "SHA-256:b8d0e3d0512c14a49835d6185fc9f6b572ce7cb18ad567d6aa014d6afccf1915" }, { - "name": "INA219_WE", - "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA219 current sensor module", - "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", - "website": "https://github.com/wollewald/INA219_WE", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.7.1", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices using a web portal.", + "paragraph": "Configure device using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA219_WE.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "INA219_WE.h" + "ConfigAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.0.0.zip", - "archiveFileName": "INA219_WE-1.0.0.zip", - "size": 279732, - "checksum": "SHA-256:ad9a2c8115a8e59ab037c2d7a7ccb7883efe430fe47d3f9c1cfd2ce29fe35483" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.7.1.zip", + "archiveFileName": "ConfigAssist-2.7.1.zip", + "size": 126850, + "checksum": "SHA-256:f32251c7c423a4d33f955de87e8c36026b48a297320fcf8c9495ce17d82e8979" }, { - "name": "INA219_WE", - "version": "1.1.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA219 current sensor module", - "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", - "website": "https://github.com/wollewald/INA219_WE", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.7.2", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices using a web portal.", + "paragraph": "Configure esp devices using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA219_WE.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "INA219_WE.h" + "ConfigAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.0.zip", - "archiveFileName": "INA219_WE-1.1.0.zip", - "size": 236138, - "checksum": "SHA-256:0bfbea404d22e6ed6e47afc95c0f82dc4ea4a79928d63b4e12410c08fa26b680" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.7.2.zip", + "archiveFileName": "ConfigAssist-2.7.2.zip", + "size": 1276239, + "checksum": "SHA-256:ffdd0e2a9c8661741d77c528116d274fe1e2f5827c68e336a7dd21699852daf9" }, { - "name": "INA219_WE", - "version": "1.1.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA219 current sensor module", - "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", - "website": "https://github.com/wollewald/INA219_WE", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.7.3", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices using a web portal.", + "paragraph": "Configure esp devices using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA219_WE.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "INA219_WE.h" + "ConfigAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.1.zip", - "archiveFileName": "INA219_WE-1.1.1.zip", - "size": 236785, - "checksum": "SHA-256:ebd0254f9146bd06eda1e7aaabeb7a201663f576ffc039840bb7e2989d431674" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.7.3.zip", + "archiveFileName": "ConfigAssist-2.7.3.zip", + "size": 1276157, + "checksum": "SHA-256:2e6c984040ef0bfa903aa311d7e63c24f6418c04ca65a35fdd763f6c984a33c9" }, { - "name": "INA219_WE", - "version": "1.1.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA219 current sensor module", - "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", - "website": "https://github.com/wollewald/INA219_WE", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.7.4", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices using a web portal.", + "paragraph": "Configure esp devices using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA219_WE.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "INA219_WE.h" + "ConfigAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.2.zip", - "archiveFileName": "INA219_WE-1.1.2.zip", - "size": 237161, - "checksum": "SHA-256:fb73f4cb8cde37d9eb1a8160aeb5c5ce0566ebea045efa3fe66a13ec733469be" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.7.4.zip", + "archiveFileName": "ConfigAssist-2.7.4.zip", + "size": 1276781, + "checksum": "SHA-256:36379f1cd26792e28d95f1d9ef9682ac0926c6340d56a691bd93068740b79768" }, { - "name": "INA219_WE", - "version": "1.1.3", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA219 current sensor module", - "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", - "website": "https://github.com/wollewald/INA219_WE", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.7.5", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices using a web portal.", + "paragraph": "Configure esp devices using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA219_WE.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "INA219_WE.h" + "ConfigAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.3.zip", - "archiveFileName": "INA219_WE-1.1.3.zip", - "size": 237536, - "checksum": "SHA-256:479fa8cf3c0e3a027cb8de4234867f8923af14007eec4fb4268d8e946255dd4f" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.7.5.zip", + "archiveFileName": "ConfigAssist-2.7.5.zip", + "size": 1277561, + "checksum": "SHA-256:480e5af679259105ca4172f410c572c76377c3c25f852345970405ab8c2ca300" }, { - "name": "INA219_WE", - "version": "1.1.4", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA219 current sensor module", - "paragraph": "It allows to set various ADC modes, gains and bus voltage ranges. Continous mode, triggered mode, power down and ADC off mode are supported.", - "website": "https://github.com/wollewald/INA219_WE", - "category": "Sensors", + "name": "ConfigAssist", + "version": "2.7.6", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "A lightweight library allowing quick configuration of esp32/esp8266 devices using a web portal.", + "paragraph": "Configure esp devices using a responsive configuration portal and a json definition dictionary. Changes are instantly using async java get requests and saved automatically on a ini file in local storage.", + "website": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA219_WE.git", + "repository": "https://github.com/gemi254/ConfigAssist-ESP32-ESP8266.git", "providesIncludes": [ - "INA219_WE.h" + "ConfigAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA219_WE-1.1.4.zip", - "archiveFileName": "INA219_WE-1.1.4.zip", - "size": 237642, - "checksum": "SHA-256:00bdd225302c5ce03a52cdbaa641c2cc2aa6ac574778d8bda156617661981465" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ConfigAssist-2.7.6.zip", + "archiveFileName": "ConfigAssist-2.7.6.zip", + "size": 1281675, + "checksum": "SHA-256:7e0fe09b57544b066303092a980381e9e5ffa4d7b420279bdee4524280ecd27e" }, { - "name": "Adafruit PCF8591", + "name": "ESP-Google-Forms-Client", "version": "1.0.0", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", - "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", - "website": "https://github.com/adafruit/Adafruit_PCF8591", - "category": "Sensors", + "author": "Mobizt", + "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", + "sentence": "Arduino Google Forms REST client library for ESP8266, ESP32 and Raspberry Pi Pico (RP2040).", + "paragraph": "This library allows devices to communicate with Google Forms API to create, read, edit and delete the form.", + "website": "https://github.com/mobizt/ESP-Google-Forms-Client", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "repository": "https://github.com/mobizt/ESP-Google-Forms-Client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Google_Forms_Client-1.0.0.zip", + "archiveFileName": "ESP_Google_Forms_Client-1.0.0.zip", + "size": 1829365, + "checksum": "SHA-256:cdff048ffd8d5239dbe09404514bced4a83d23c3eb3b237292a2e014c71a159d" + }, + { + "name": "BMI270_Sensor", + "version": "0.0.1", + "author": "Tinyu", + "maintainer": "Tinyu", + "sentence": "Library for BMI270 sensor", + "paragraph": "See more on https://github.com/Tinyu-Zhao/BMI270_Sensor", + "website": "https://github.com/Tinyu-Zhao/BMI270_Sensor", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Tinyu-Zhao/BMI270_Sensor.git", + "providesIncludes": [ + "BMI270_Sensor.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" + "name": "M5CoreS3" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.0.zip", - "archiveFileName": "Adafruit_PCF8591-1.0.0.zip", - "size": 7716, - "checksum": "SHA-256:933401860eb1514968798b1a612484472f4707b5f1fb9c213bf887bfc01d5545" + "url": "https://downloads.arduino.cc/libraries/github.com/Tinyu-Zhao/BMI270_Sensor-0.0.1.zip", + "archiveFileName": "BMI270_Sensor-0.0.1.zip", + "size": 190603, + "checksum": "SHA-256:bc48094ed27e216c4f33e95663192843ab5d3edcaeb91c9f8344bd5c51cb092e" }, { - "name": "Adafruit PCF8591", - "version": "1.0.1", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", - "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", - "website": "https://github.com/adafruit/Adafruit_PCF8591", - "category": "Sensors", + "name": "RoboFi", + "version": "1.0.0", + "author": "N Academy", + "maintainer": "N Academy \u003cchirawat.not@gmail.com\u003e", + "sentence": "Enables easy access to the controls of the ESP32 Robot Control board.", + "paragraph": "The RoboFi board made of ESP32 for control 4-wheeled robot. It has 5 analog sensors input and 3 servo motors port.", + "website": "https://github.com/Chirawat/RoboFi", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", + "repository": "https://github.com/nacademyth/RoboFi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nacademyth/RoboFi-1.0.0.zip", + "archiveFileName": "RoboFi-1.0.0.zip", + "size": 4514, + "checksum": "SHA-256:ada1d98eb10fda5dd16019194ea98a24dd5a984e3f52799aeaf0a66a8221c6ba" + }, + { + "name": "FUSB302 PD UFP sink", + "version": "0.1.0", + "author": "Kai Liebich", + "maintainer": "Kai Liebich", + "sentence": "Arduino library for the FUSB302 USB power delivery controller IC.", + "paragraph": "This library is based on the excellent work of Ryan Ma in his PD_Micro repository: https://github.com/ryan-ma/PD_Micro/tree/master", + "website": "https://github.com/kcl93/fusb302_arduino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kcl93/fusb302_arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kcl93/FUSB302_PD_UFP_sink-0.1.0.zip", + "archiveFileName": "FUSB302_PD_UFP_sink-0.1.0.zip", + "size": 25653, + "checksum": "SHA-256:f7a72adff3722027497519e99a5e687e14be8ba23c62e836ba96d8617c49deaa" + }, + { + "name": "HeidelbergInterface", + "version": "1.0.0", + "author": "F.Bisinger", + "maintainer": "F.Bisinger", + "sentence": "Arduino Library to communicate with Heidelberg Wallbox Energy Control via Modbus RTU.", + "paragraph": "Supports reading and writing of several Input and Holding Registers to control the Wallbox externallay.", + "website": "https://github.com/Fbisinger/HeidelbergInterface", + "category": "Device Control", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Fbisinger/HeidelbergInterface.git", + "providesIncludes": [ + "HeidelbergInterface.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" + "name": "ModbusMaster" + }, + { + "name": "EspSoftwareSerial" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.1.zip", - "archiveFileName": "Adafruit_PCF8591-1.0.1.zip", - "size": 125922, - "checksum": "SHA-256:706c5bd44a7046448419552483b86f4bc4948db03f562b86e6fd9e7c36f28e0b" + "url": "https://downloads.arduino.cc/libraries/github.com/Fbisinger/HeidelbergInterface-1.0.0.zip", + "archiveFileName": "HeidelbergInterface-1.0.0.zip", + "size": 79513, + "checksum": "SHA-256:f109b4339285eaad076c73ab695807984006992d4aa6cf58efbbeb4e6963432f" }, { - "name": "Adafruit PCF8591", - "version": "1.0.2", - "author": "Adafruit \u003cinfo@adafruit.com\u003e", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for Adafruit PCF8591 combo ADC + DAC", - "paragraph": "Arduino library for Adafruit PCF8591 combo ADC + DAC", - "website": "https://github.com/adafruit/Adafruit_PCF8591", - "category": "Sensors", + "name": "NewServo", + "version": "0.1.0", + "author": "GhassanYusuf", + "maintainer": "GhassanYusuf \u003cghassan.yusuf.83@gmail.com\u003e", + "sentence": "An easy-to-use servo motor library for Arduino.", + "paragraph": "The NewServo Library provides a simple and easy-to-use API for controlling servo motors with Arduino boards.", + "website": "https://github.com/GhassanYusuf/NewServo", + "category": "Device Control", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GhassanYusuf/NewServo.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GhassanYusuf/NewServo-0.1.0.zip", + "archiveFileName": "NewServo-0.1.0.zip", + "size": 18050, + "checksum": "SHA-256:67fce40b7cb91696a9f49bb402f1c935b993d641594322ef72d82ebfe2bf2bb4" + }, + { + "name": "mqtt_fuota_duino", + "version": "1.0.0", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "Update the firmware of your IoT devices through MQTT protocol!", + "paragraph": "Update the firmware of your IoT devices through MQTT protocol using this library that provides the functionality of doing Firmware Update Over The Air (FUOTA), through MQTT protocol.", + "website": "https://github.com/J-Rios/mqtt_fuota_duino", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_PCF8591.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/J-Rios/mqtt_fuota_duino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/mqtt_fuota_duino-1.0.0.zip", + "archiveFileName": "mqtt_fuota_duino-1.0.0.zip", + "size": 26144, + "checksum": "SHA-256:a4976a8054844406ce41d610631998e8469a3ef5a451bb93d9b941e6b8f73177" + }, + { + "name": "mqtt_fuota_duino", + "version": "1.0.1", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "Update the firmware of your IoT devices through MQTT protocol!", + "paragraph": "Update the firmware of your IoT devices through MQTT protocol using this library that provides the functionality of doing Firmware Update Over The Air (FUOTA), through MQTT protocol.", + "website": "https://github.com/J-Rios/mqtt_fuota_duino", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/J-Rios/mqtt_fuota_duino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/mqtt_fuota_duino-1.0.1.zip", + "archiveFileName": "mqtt_fuota_duino-1.0.1.zip", + "size": 26343, + "checksum": "SHA-256:1385871c344341d8faf37f4884b05bf642131f66b5ca61d0193cf2e38536df31" + }, + { + "name": "minbasecli", + "version": "1.0.0", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "paragraph": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "website": "https://github.com/J-Rios/minbasecli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/J-Rios/minbasecli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/minbasecli-1.0.0.zip", + "archiveFileName": "minbasecli-1.0.0.zip", + "size": 19278, + "checksum": "SHA-256:5331f7b3615d13b39cd5dc385d538675fb056679dd5ebf71b6cfcf6864f51c92" + }, + { + "name": "minbasecli", + "version": "1.1.0", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "paragraph": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "website": "https://github.com/J-Rios/minbasecli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/J-Rios/minbasecli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/minbasecli-1.1.0.zip", + "archiveFileName": "minbasecli-1.1.0.zip", + "size": 76332, + "checksum": "SHA-256:73412252204bc4b6d47525a32657de9b2d523050366df305e0cc133a8db2d6b4" + }, + { + "name": "minbasecli", + "version": "1.1.1", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "paragraph": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "website": "https://github.com/J-Rios/minbasecli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/J-Rios/minbasecli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/minbasecli-1.1.1.zip", + "archiveFileName": "minbasecli-1.1.1.zip", + "size": 81616, + "checksum": "SHA-256:abb4079b9201fff51b9810ddb58f161dacdd48101c46d5893a81d9bcdbb90826" + }, + { + "name": "minbasecli", + "version": "1.2.0", + "author": "JRios", + "maintainer": "JRios \u003cjrios.github@gmail.com\u003e", + "sentence": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "paragraph": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.", + "website": "https://github.com/J-Rios/minbasecli", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/J-Rios/minbasecli.git", + "url": "https://downloads.arduino.cc/libraries/github.com/J-Rios/minbasecli-1.2.0.zip", + "archiveFileName": "minbasecli-1.2.0.zip", + "size": 202710, + "checksum": "SHA-256:a0baf5c4e1e04d9c7abae54d5e21f71f3e8635b90ca3bf45230839c49e30e4dd" + }, + { + "name": "m0_tweak", + "version": "1.0.0", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Tweak the hardware behavior of SAMD21.", + "paragraph": "Easily hardware behavior tweak, such as CPU overclocking, ADC acceleration, etc.", + "website": "https://github.com/dojyorin/arduino_m0_tweak.git", + "category": "Other", + "architectures": [ + "samd" + ], + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_PCF8591-1.0.2.zip", - "archiveFileName": "Adafruit_PCF8591-1.0.2.zip", - "size": 126279, - "checksum": "SHA-256:53d717244192a0e829a2cb3698b2a1f21d100432ee736a19ab7d00ea191d1232" + "repository": "https://github.com/dojyorin/arduino_m0_tweak.git", + "providesIncludes": [ + "arduino_m0_tweak.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/m0_tweak-1.0.0.zip", + "archiveFileName": "m0_tweak-1.0.0.zip", + "size": 6605, + "checksum": "SHA-256:371d154bc48e9316bf4cd65622ed6ed817cca49f62c866273c174ea72b34cf44" }, { - "name": "Mbed BLE Mouse", + "name": "m0_tweak", "version": "1.1.0", - "author": "Harsha", - "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", - "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "website": "https://github.com/T-vK/ESP32-BLE-Mouse", - "category": "Communication", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Bring out hardware performance of SAMD21 such as overclock.", + "paragraph": "Easily performance tweak such as CPU overclocking, ADC acceleration, etc...", + "website": "https://github.com/dojyorin/arduino_m0_tweak.git", + "category": "Other", "architectures": [ - "mbed" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "repository": "https://github.com/dojyorin/arduino_m0_tweak.git", "providesIncludes": [ - "HIDMouse.h" + "arduino_m0_tweak.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.0.zip", - "archiveFileName": "Mbed_BLE_Mouse-1.1.0.zip", - "size": 24342, - "checksum": "SHA-256:57248ffa1ca98a526b05875c36269d2608f74287ae19beb9d96bdf6f7d876af2" + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/m0_tweak-1.1.0.zip", + "archiveFileName": "m0_tweak-1.1.0.zip", + "size": 7214, + "checksum": "SHA-256:55f6fa01d24bfe2d7f4e0a606b5567effa4ef9797f86389cb098e05c636240e2" }, { - "name": "Mbed BLE Mouse", - "version": "1.1.1", - "author": "Harsha", - "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", - "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "website": "https://github.com/csash7/mbed-BLE-Mouse", - "category": "Communication", + "name": "m0_tweak", + "version": "1.2.0", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Bring out hardware performance of SAMD21 such as overclock.", + "paragraph": "Easily performance tweak such as CPU overclocking, ADC acceleration, etc...", + "website": "https://github.com/dojyorin/arduino_m0_tweak.git", + "category": "Other", "architectures": [ - "mbed" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "repository": "https://github.com/dojyorin/arduino_m0_tweak.git", "providesIncludes": [ - "HIDMouse.h" + "arduino_m0_tweak.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.1.zip", - "archiveFileName": "Mbed_BLE_Mouse-1.1.1.zip", - "size": 24332, - "checksum": "SHA-256:a37a26bbe2841189bea1ce4c193dff85d2c9b3e9381e7a6147e6e4bc3625e346" + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/m0_tweak-1.2.0.zip", + "archiveFileName": "m0_tweak-1.2.0.zip", + "size": 7008, + "checksum": "SHA-256:5514a4335bfdeb76f342bea71f0cc9162b9fa1be9b655e29579cb64f862cdd08" }, { - "name": "Mbed BLE Mouse", - "version": "1.1.2", - "author": "Harsha", - "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", - "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "website": "https://github.com/csash7/mbed-BLE-Mouse", - "category": "Communication", + "name": "m0_tweak", + "version": "1.2.1", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Bring out hardware performance of SAMD21 such as overclock.", + "paragraph": "Easily performance tweak such as CPU overclocking, ADC acceleration, etc...", + "website": "https://github.com/dojyorin/arduino_m0_tweak.git", + "category": "Other", "architectures": [ - "mbed" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", + "repository": "https://github.com/dojyorin/arduino_m0_tweak.git", "providesIncludes": [ - "HIDMouse.h" + "arduino_m0_tweak.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.1.2.zip", - "archiveFileName": "Mbed_BLE_Mouse-1.1.2.zip", - "size": 19160, - "checksum": "SHA-256:dd42d92070a5aa167b6bda32856127a653d3073a747bee72c2fb5f9fa26d8f6e" + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/m0_tweak-1.2.1.zip", + "archiveFileName": "m0_tweak-1.2.1.zip", + "size": 7050, + "checksum": "SHA-256:4065953a94bcf74f0b3a33f5c89ba24c16b86cce8ef3f64a77ad4abfd79d248a" }, { - "name": "Mbed BLE Mouse", - "version": "1.2.0", - "author": "Harsha", - "maintainer": "csash7 \u003ccsash7@gmail.com\u003e", - "sentence": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "paragraph": "Bluetooth LE Mouse library for the Arduino Boards with BLE support and running mbed OS.", - "website": "https://github.com/csash7/mbed-BLE-Mouse", + "name": "STM32duino X-NUCLEO-NFC08A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-NFC08A1 expansion board", + "paragraph": "This library provides a sample application to control ST X-NUCLEO-NFC08A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-NFC08A1", "category": "Communication", "architectures": [ - "mbed" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/csash7/mbed-BLE-Mouse.git", - "providesIncludes": [ - "HIDMouse.h" + "repository": "https://github.com/stm32duino/X-NUCLEO-NFC08A1.git", + "dependencies": [ + { + "name": "STM32duino NFC-RFAL" + }, + { + "name": "STM32duino ST25R3916" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/csash7/Mbed_BLE_Mouse-1.2.0.zip", - "archiveFileName": "Mbed_BLE_Mouse-1.2.0.zip", - "size": 20262, - "checksum": "SHA-256:b058b2c74310e27ca61b26f6b591c839fdfabfdc7376184b449ec14129d354a0" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_NFC08A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_NFC08A1-1.0.0.zip", + "size": 18761, + "checksum": "SHA-256:45093478a7f7c44b400c1ffdfd198f842655c6eea6c2a9a68e1a9f33fa4d7d76" }, { - "name": "FastAccelStepper", - "version": "0.1.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TencentCloudIoTSDK", + "version": "1.0.0", + "author": "Leon Lu \u003cleonlu.cc@foxmai.com\u003e", + "maintainer": "Leon Lu \u003cleonlu.cc@foxmai.com\u003e", + "sentence": "A toplevel client library for TencentCloud IOT Platform.", + "paragraph": "腾讯云物联网平台非官方开发库,封装了物模型协议,支持属性、事件和行动的MQTT消息上传下发", + "website": "https://github.com/leonlucc/arduino-tencentcloud-iot-sdk", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.0.zip", - "archiveFileName": "FastAccelStepper-0.1.0.zip", - "size": 9291, - "checksum": "SHA-256:6c2ecefe5dcca22bd34a8c67200ad3f15f2de77a3374fa0f69a251fe11ea31b6" + "repository": "https://github.com/leonlucc/arduino-tencent-cloud-iot-sdk.git", + "providesIncludes": [ + "TencentCloudIoTSDK.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + }, + { + "name": "Base64_Codec", + "version": "\u003c=1.0.6" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leonlucc/TencentCloudIoTSDK-1.0.0.zip", + "archiveFileName": "TencentCloudIoTSDK-1.0.0.zip", + "size": 12471, + "checksum": "SHA-256:0f4da0901c7022191cf3e742c1de19ac4a1a72835350768ab7bce972fd648f33" }, { - "name": "FastAccelStepper", - "version": "0.1.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TencentCloudIoTSDK", + "version": "1.0.1", + "author": "Leon Lu \u003cleonlu.cc@foxmai.com\u003e", + "maintainer": "Leon Lu \u003cleonlu.cc@foxmai.com\u003e", + "sentence": "A toplevel client library for TencentCloud IOT Platform.", + "paragraph": "腾讯云物联网平台非官方开发库,封装了物模型协议,支持属性、事件和行动的MQTT消息上传下发.", + "website": "https://github.com/leonlucc/arduino-tencent-cloud-iot-sdk", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.2.zip", - "archiveFileName": "FastAccelStepper-0.1.2.zip", - "size": 9276, - "checksum": "SHA-256:f8462d1ffe0e023db082e339dbc8a42f47627b3a437c81735746bddaa62e4d4f" + "repository": "https://github.com/leonlucc/arduino-tencent-cloud-iot-sdk.git", + "providesIncludes": [ + "TencentCloudIoTSDK.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "Crypto" + }, + { + "name": "PubSubClient" + }, + { + "name": "base64_encode" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/leonlucc/TencentCloudIoTSDK-1.0.1.zip", + "archiveFileName": "TencentCloudIoTSDK-1.0.1.zip", + "size": 12461, + "checksum": "SHA-256:bdb6436f32bf4710ccbd89d02ac35c741f4e1e7a1b77831b5e5f444db71b5368" }, { - "name": "FastAccelStepper", - "version": "0.1.3", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.0.0", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "MPC controller", + "paragraph": "A MPC controller uses Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.1.3.zip", - "archiveFileName": "FastAccelStepper-0.1.3.zip", - "size": 9366, - "checksum": "SHA-256:74ae5fad5dc296f925aefb325d86d6eddf9c9c57958e4eb5d25946065cbe1fa0" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.0.0.zip", + "archiveFileName": "MPC_ruih-1.0.0.zip", + "size": 9718, + "checksum": "SHA-256:37ec2c713c703034f267bf3cbdfad3a5d36daad9e5ebd5bb2a9198110c4f9c90" }, { - "name": "FastAccelStepper", - "version": "0.3.11", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.0.1", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.11.zip", - "archiveFileName": "FastAccelStepper-0.3.11.zip", - "size": 27404, - "checksum": "SHA-256:f873226688314dc51f378fd6a7a981747c5a1b1f7de7c4b4816e7ee3bda73ed0" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.0.1.zip", + "archiveFileName": "MPC_ruih-1.0.1.zip", + "size": 11889, + "checksum": "SHA-256:8463ae0a4d90a4f7719bc4707a50a189f33315bc38d1124b98fc52606813ea2e" }, { - "name": "FastAccelStepper", - "version": "0.3.12", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.0.2", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.12.zip", - "archiveFileName": "FastAccelStepper-0.3.12.zip", - "size": 27716, - "checksum": "SHA-256:62fc6550959dd4194d205ca1bd41d2d42075802baea1a691fd54e60e0d8ae42f" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.0.2.zip", + "archiveFileName": "MPC_ruih-1.0.2.zip", + "size": 13323, + "checksum": "SHA-256:b66bee0cd79f5959c716f8db06fde65a0b43b2d491bb479c11823d623249c053" }, { - "name": "FastAccelStepper", - "version": "0.3.13", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.0.3", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.13.zip", - "archiveFileName": "FastAccelStepper-0.3.13.zip", - "size": 27715, - "checksum": "SHA-256:87b473afeebcbe353f63563c8630930bbd5aa3213e13f3e4f187b97e100e8111" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.0.3.zip", + "archiveFileName": "MPC_ruih-1.0.3.zip", + "size": 14254, + "checksum": "SHA-256:0d6ec50dbdb696cc25dc1c9653a0812edb26f23c6c62da78817e16fc8868ba48" }, { - "name": "FastAccelStepper", - "version": "0.3.14", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed dual stepper library for Atmega 328p (nano) - fully interrupt driven.", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s.", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.0.4", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.3.14.zip", - "archiveFileName": "FastAccelStepper-0.3.14.zip", - "size": 29737, - "checksum": "SHA-256:ac0f7869f8b96672d1952040152a27f3c4ad0798447be7e745d55ec68768f8a6" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.0.4.zip", + "archiveFileName": "MPC_ruih-1.0.4.zip", + "size": 14471, + "checksum": "SHA-256:765291e6330251b065aa7a1ddf0936e0ffe31e56db7093b6f68de61b48bd8ec0" }, { - "name": "FastAccelStepper", - "version": "0.4.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.0.5", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.0.zip", - "archiveFileName": "FastAccelStepper-0.4.0.zip", - "size": 36918, - "checksum": "SHA-256:dd9d04d9aa37eaa5a4ab24ee4776577c94b5f5dfa668ff22e79523ef3494abc1" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.0.5.zip", + "archiveFileName": "MPC_ruih-1.0.5.zip", + "size": 14476, + "checksum": "SHA-256:a7d1426b53087494eef9f1f775ecdc95643c0d4374e2017aa677cc5839950588" }, { - "name": "FastAccelStepper", - "version": "0.4.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.0.6", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.1.zip", - "archiveFileName": "FastAccelStepper-0.4.1.zip", - "size": 36892, - "checksum": "SHA-256:1eb3a7733cbf7094c31b01121a6f8e958355dfa2b1ac0e746ffc010bc417a2cd" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.0.6.zip", + "archiveFileName": "MPC_ruih-1.0.6.zip", + "size": 15342, + "checksum": "SHA-256:aaeca5835bfb84b5530fcd9566a5ac83a4fd0e1078c62f99da2598283b54322f" }, { - "name": "FastAccelStepper", - "version": "0.4.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.1.0", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.2.zip", - "archiveFileName": "FastAccelStepper-0.4.2.zip", - "size": 38264, - "checksum": "SHA-256:b0f5bacb58490e045475288f91f3fb1cc495393c7ae45b2ae200b3aba394b21d" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.1.0.zip", + "archiveFileName": "MPC_ruih-1.1.0.zip", + "size": 18189, + "checksum": "SHA-256:0c714fde03f7a0dacf6b6e0ca079f5510b22b3a427081f6912005c4fa845bd8e" }, { - "name": "FastAccelStepper", - "version": "0.4.4", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.1.1", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.4.4.zip", - "archiveFileName": "FastAccelStepper-0.4.4.zip", - "size": 38678, - "checksum": "SHA-256:6adce5db06826792f801a1f9470efdc2e1be2205ca02193f7ff7ba28c8b7cddf" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.1.1.zip", + "archiveFileName": "MPC_ruih-1.1.1.zip", + "size": 18191, + "checksum": "SHA-256:edd05fab5d8d0a62019336e929a4d9f33ed5d7bc8d440ddf1581f8c7b4f4ad26" }, { - "name": "FastAccelStepper", - "version": "0.5.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.1.2", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.5.0.zip", - "archiveFileName": "FastAccelStepper-0.5.0.zip", - "size": 38881, - "checksum": "SHA-256:8d3b12cc9a98dc4331d1599f8d3f3073db47858507f0bc8127f6b5d62c1c6af8" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.1.2.zip", + "archiveFileName": "MPC_ruih-1.1.2.zip", + "size": 18201, + "checksum": "SHA-256:aba619256ebbdd846295ca3ee9f937c6fdc1404875145c2ab7a8342079eeaf0d" }, { - "name": "FastAccelStepper", - "version": "0.6.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.1.3", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.0.zip", - "archiveFileName": "FastAccelStepper-0.6.0.zip", - "size": 39656, - "checksum": "SHA-256:be56f98105c725825d047fff8466d27620e66a332427d054bb8dc8f51abdf43c" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.1.3.zip", + "archiveFileName": "MPC_ruih-1.1.3.zip", + "size": 18182, + "checksum": "SHA-256:90fd4e6c839d1d6b7ae4da4713b962488a13a008e61c0e3973ef9ba5a30d2c9e" }, { - "name": "FastAccelStepper", - "version": "0.6.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "MPC_ruih", + "version": "1.1.4", + "author": "Rui Huang", + "maintainer": "Rui Huang", + "sentence": "Linear MPC controller", + "paragraph": "This is a library for those who want to use Linear MPC controller on embedded devices. The realization of the optimation solver for the MPC controller depends on Accelerated Dual Gradient Projection (GPAD) algorithm, which refers to the article \"An Accelerated Dual Gradient-Projection Algorithm for Embedded Linear Model Predictive Control\" by Panagiotis Patrinos and Alberto Bemporad.", + "website": "https://github.com/rhrhhrhr/MPC_ruih", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.1.zip", - "archiveFileName": "FastAccelStepper-0.6.1.zip", - "size": 39674, - "checksum": "SHA-256:c49658bf7b7b77f869be4249c1989a76f2ee55b4250bbdcac2f48388b56c05cf" + "repository": "https://github.com/rhrhhrhr/MPC_ruih.git", + "providesIncludes": [ + "MPC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rhrhhrhr/MPC_ruih-1.1.4.zip", + "archiveFileName": "MPC_ruih-1.1.4.zip", + "size": 20536, + "checksum": "SHA-256:86771cb48f934483c2015867080f6dd39760c0b83d4e0adba4b6c55a0638086b" }, { - "name": "FastAccelStepper", - "version": "0.6.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "base64_encode", + "version": "2.0.0", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between binary and Base64 encoded string.", + "paragraph": "Easily convert sensor raw values, structures, etc.", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.2.zip", - "archiveFileName": "FastAccelStepper-0.6.2.zip", - "size": 39669, - "checksum": "SHA-256:cb5c1e8efbbe14b99d39b8655db810f9ad219b211c13868abdd154bc69676219" + "repository": "https://github.com/dojyorin/arduino_base64.git", + "providesIncludes": [ + "arduino_base64.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/base64_encode-2.0.0.zip", + "archiveFileName": "base64_encode-2.0.0.zip", + "size": 5612, + "checksum": "SHA-256:4c9935403976c855bdfb2ee7e5bce127f1646d0d1ba2c98c7f35bd2d3b084a8a" }, { - "name": "FastAccelStepper", - "version": "0.6.3", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "base64_encode", + "version": "2.0.1", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between binary and base64 encoded string.", + "paragraph": "Easily convert sensor raw values, structures, etc...", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.3.zip", - "archiveFileName": "FastAccelStepper-0.6.3.zip", - "size": 40088, - "checksum": "SHA-256:04afb6ff3677c5175f7786dc64e3adc6bb6759dbad93f0dd4f0c191316fef09e" + "repository": "https://github.com/dojyorin/arduino_base64.git", + "providesIncludes": [ + "arduino_base64.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/base64_encode-2.0.1.zip", + "archiveFileName": "base64_encode-2.0.1.zip", + "size": 5238, + "checksum": "SHA-256:8554d12245c1ae4fb2bb18382940ab75a8a014f6f801c4d768d162417f3dfd92" }, { - "name": "FastAccelStepper", - "version": "0.6.4", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "base64_encode", + "version": "2.0.2", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between binary and base64 encoded string.", + "paragraph": "Easily convert sensor raw values, structures, etc...", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.4.zip", - "archiveFileName": "FastAccelStepper-0.6.4.zip", - "size": 40082, - "checksum": "SHA-256:f571630afc02c1fe77078e9e644dcb543805dcc5bb479dc46853a9def8df8979" + "repository": "https://github.com/dojyorin/arduino_base64.git", + "providesIncludes": [ + "arduino_base64.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/base64_encode-2.0.2.zip", + "archiveFileName": "base64_encode-2.0.2.zip", + "size": 5277, + "checksum": "SHA-256:808def19dc30966f0110dde1f731729366ac617939d33e6bad5d4e547c242027" }, { - "name": "FastAccelStepper", - "version": "0.6.5", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "base64_encode", + "version": "2.0.3", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between binary and base64 encoded string.", + "paragraph": "Easily convert sensor raw values, structures, etc...", + "website": "https://github.com/dojyorin/arduino_base64.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.5.zip", - "archiveFileName": "FastAccelStepper-0.6.5.zip", - "size": 41802, - "checksum": "SHA-256:819e1f63b917080c22637ed2219d38090f24ad0d8d5177c2adf664c4f1b7492e" + "repository": "https://github.com/dojyorin/arduino_base64.git", + "providesIncludes": [ + "arduino_base64.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/base64_encode-2.0.3.zip", + "archiveFileName": "base64_encode-2.0.3.zip", + "size": 5277, + "checksum": "SHA-256:e8de53d276c1e9863bf2f3cdc2e35c03c85a74d4dacf5d643010f7da53ccedb3" }, { - "name": "FastAccelStepper", - "version": "0.6.6", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "percent_encode", + "version": "2.0.0", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between URL-unsafe string and Percent encoded string.", + "paragraph": "Easily convert to Percent encoded string.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.6.zip", - "archiveFileName": "FastAccelStepper-0.6.6.zip", - "size": 41714, - "checksum": "SHA-256:3dece91c90c5bcf4e14d40d79520760741c8c0322975822a69fbc17ec473e0e0" + "repository": "https://github.com/dojyorin/arduino_percent.git", + "providesIncludes": [ + "arduino_percent.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/percent_encode-2.0.0.zip", + "archiveFileName": "percent_encode-2.0.0.zip", + "size": 4947, + "checksum": "SHA-256:a591c42a7a4e6986fd09337aea1476e8373a66c0c38ef3e7189b6f2505df55c8" }, { - "name": "FastAccelStepper", - "version": "0.6.8", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "percent_encode", + "version": "2.0.1", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between URL-unsafe string and percent encoded string.", + "paragraph": "Easily convert to percent encoded string.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.8.zip", - "archiveFileName": "FastAccelStepper-0.6.8.zip", - "size": 39282, - "checksum": "SHA-256:18588022783e5f37aff273e1480a7731c05552d26ccf7ec83ee3c270b6ad51f4" + "repository": "https://github.com/dojyorin/arduino_percent.git", + "providesIncludes": [ + "arduino_percent.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/percent_encode-2.0.1.zip", + "archiveFileName": "percent_encode-2.0.1.zip", + "size": 4767, + "checksum": "SHA-256:eef9e80dee3d25471970690bc08e1aa460f7f92bbdb345a5ec8abda0b9be11f5" }, { - "name": "FastAccelStepper", - "version": "0.6.10", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "percent_encode", + "version": "2.0.2", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between URL-unsafe string and percent encoded string.", + "paragraph": "Easily convert to percent encoded string.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.10.zip", - "archiveFileName": "FastAccelStepper-0.6.10.zip", - "size": 39561, - "checksum": "SHA-256:6fc7c7ee1a3748639faf17e86c03d8ea9e87ef68fd165ba6d39c4f3e6f9e7c3c" + "repository": "https://github.com/dojyorin/arduino_percent.git", + "providesIncludes": [ + "arduino_percent.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/percent_encode-2.0.2.zip", + "archiveFileName": "percent_encode-2.0.2.zip", + "size": 4812, + "checksum": "SHA-256:48bc958891788576588d738a17bc12e32d2cdb6d71463d3315288eb938eebd30" }, { - "name": "FastAccelStepper", - "version": "0.6.9", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "percent_encode", + "version": "2.0.3", + "author": "dojyorin", + "maintainer": "https://github.com/dojyorin", + "sentence": "Convert between URL-unsafe string and percent encoded string.", + "paragraph": "Easily convert to percent encoded string.", + "website": "https://github.com/dojyorin/arduino_percent.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.9.zip", - "archiveFileName": "FastAccelStepper-0.6.9.zip", - "size": 39501, - "checksum": "SHA-256:50b4e72a4ec4edc6e54a6d038d6d0263babe3b02056e14cba18df0491faa4be5" + "repository": "https://github.com/dojyorin/arduino_percent.git", + "providesIncludes": [ + "arduino_percent.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/percent_encode-2.0.3.zip", + "archiveFileName": "percent_encode-2.0.3.zip", + "size": 4812, + "checksum": "SHA-256:dc528d7a7f889a42dd547b3b05fdbf5f13438a18b07fc2210f03adcdfd50cfc1" }, { - "name": "FastAccelStepper", - "version": "0.6.11", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "Arducam_mini", + "version": "1.0.0", + "author": "Arducam \u003csupports@arducam.com\u003e", + "maintainer": "Arducam\u003csupports@arducam.com\u003e", + "sentence": "Using the ArduCAM camera module on the Arduino platform", + "website": "https://github.com/ArduCAM/Arducam_mini", + "category": "Sensors", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.11.zip", - "archiveFileName": "FastAccelStepper-0.6.11.zip", - "size": 39954, - "checksum": "SHA-256:e8f81aa49d8d9e5540c332d34c71939f09229b7ca75f963875eb671ce9e3e34e" + "repository": "https://github.com/ArduCAM/Arducam_mini.git", + "providesIncludes": [ + "ArduCAM.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/Arducam_mini-1.0.0.zip", + "archiveFileName": "Arducam_mini-1.0.0.zip", + "size": 6716876, + "checksum": "SHA-256:c929ffb7f13fd7e6642688ae02a41fa2fa2e807b51fa0056bdbe4109ad025e99" }, { - "name": "FastAccelStepper", - "version": "0.6.12", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "SinricTeleport", + "version": "1.1.1", + "author": "Aruna Tennakoon", + "maintainer": "Aruna Tennakoon", + "sentence": "The simple way to access your ESP32 over internet", + "paragraph": "from anywhere in the world", + "website": "https://sinric.tel", + "category": "Communication", "architectures": [ - "avr", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.12.zip", - "archiveFileName": "FastAccelStepper-0.6.12.zip", - "size": 40217, - "checksum": "SHA-256:cca3d5cfb828417bbc4624392e1399ee45f7709a987b6e871dbf22f0d017ecbe" + "repository": "https://github.com/sinricpro/teleport-arduino-esp32-library.git", + "providesIncludes": [ + "SinricTeleport.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricTeleport-1.1.1.zip", + "archiveFileName": "SinricTeleport-1.1.1.zip", + "size": 1061764, + "checksum": "SHA-256:bd83a0b14007b99314a3d0baca9181b4ed5ce475f354f4f2b77564eca1281d65" }, { - "name": "FastAccelStepper", - "version": "0.6.13", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "SinricTeleport", + "version": "1.2.1", + "author": "Aruna Tennakoon", + "maintainer": "Aruna Tennakoon", + "sentence": "The simple way to access your ESP32 over internet", + "paragraph": "from anywhere in the world", + "website": "https://sinric.tel", + "category": "Communication", "architectures": [ - "avr", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.13.zip", - "archiveFileName": "FastAccelStepper-0.6.13.zip", - "size": 40233, - "checksum": "SHA-256:e48750685e8220f4286f8b38b571a34dc0e8e29d8172ae232f64c59383638f96" + "repository": "https://github.com/sinricpro/teleport-arduino-esp32-library.git", + "providesIncludes": [ + "SinricTeleport.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sinricpro/SinricTeleport-1.2.1.zip", + "archiveFileName": "SinricTeleport-1.2.1.zip", + "size": 4383502, + "checksum": "SHA-256:921c637893845678915b29ee480871001b43d41036c4a6167bf98d41711becd3" }, { - "name": "FastAccelStepper", - "version": "0.6.14", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMAX", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n maxima.", + "website": "https://github.com/RobTillaart/TOPMAX", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.6.14.zip", - "archiveFileName": "FastAccelStepper-0.6.14.zip", - "size": 40220, - "checksum": "SHA-256:798bc0394638a9de3bc9e93ce8ea18c2081e40024f731a50ae695efde39b8bf9" + "repository": "https://github.com/RobTillaart/TOPMAX.git", + "providesIncludes": [ + "TOPMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMAX-0.1.0.zip", + "archiveFileName": "TOPMAX-0.1.0.zip", + "size": 6921, + "checksum": "SHA-256:2300f82902f8b6e5f67ad190686388b0c80c0129712f203f9b15d77aad22d9ed" }, { - "name": "FastAccelStepper", - "version": "0.7.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMAX", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n maxima.", + "website": "https://github.com/RobTillaart/TOPMAX", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.7.0.zip", - "archiveFileName": "FastAccelStepper-0.7.0.zip", - "size": 43082, - "checksum": "SHA-256:6453699ba6aaa712030848377c114aaa9aa102c07e5ad1496e9565b5ec05ae27" + "repository": "https://github.com/RobTillaart/TOPMAX.git", + "providesIncludes": [ + "TOPMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMAX-0.1.1.zip", + "archiveFileName": "TOPMAX-0.1.1.zip", + "size": 9668, + "checksum": "SHA-256:2e0f1d000d7a5160df410b4c3e2f12f6181a779e9576a756375e1cd34e257ee7" }, { - "name": "FastAccelStepper", - "version": "0.7.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMAX", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n maxima.", + "website": "https://github.com/RobTillaart/TOPMAX", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.7.1.zip", - "archiveFileName": "FastAccelStepper-0.7.1.zip", - "size": 43754, - "checksum": "SHA-256:929d5c82ab857fa039f677acae5de2c38023ca0dea0135c0f4b8c44b0fc280f1" + "repository": "https://github.com/RobTillaart/TOPMAX.git", + "providesIncludes": [ + "TOPMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMAX-0.2.0.zip", + "archiveFileName": "TOPMAX-0.2.0.zip", + "size": 12332, + "checksum": "SHA-256:459854677f3da34d953ce2e24ea4315c46abfdcd611e8d4322a630b7b835b5aa" }, { - "name": "FastAccelStepper", - "version": "0.8.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMAX", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n maxima.", + "website": "https://github.com/RobTillaart/TOPMAX", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.0.zip", - "archiveFileName": "FastAccelStepper-0.8.0.zip", - "size": 45540, - "checksum": "SHA-256:8322d997a475e947376f6b68cfeeaa2252173fd7c0b2989581d372fa88fb82aa" + "repository": "https://github.com/RobTillaart/TOPMAX.git", + "providesIncludes": [ + "TOPMAX.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMAX-0.2.1.zip", + "archiveFileName": "TOPMAX-0.2.1.zip", + "size": 12534, + "checksum": "SHA-256:f41ec5f351393362f6f54ccd8f092dc44ad4a4929678ea4f0501d8e06d5552fb" }, { - "name": "FastAccelStepper", - "version": "0.8.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMIN", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n minima.", + "website": "https://github.com/RobTillaart/TOPMIN", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.1.zip", - "archiveFileName": "FastAccelStepper-0.8.1.zip", - "size": 46521, - "checksum": "SHA-256:7a243f16b8677dcfaf1c0495d5f4a3e007f138871bcbf93b40e6df2fa43d9050" + "repository": "https://github.com/RobTillaart/TOPMIN.git", + "providesIncludes": [ + "TOPMIN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMIN-0.1.0.zip", + "archiveFileName": "TOPMIN-0.1.0.zip", + "size": 6915, + "checksum": "SHA-256:24aab14896ccbae66a8da5a4db752db6debe7e7cda6625a54208b654004e7d24" }, { - "name": "FastAccelStepper", - "version": "0.8.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMIN", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n minima.", + "website": "https://github.com/RobTillaart/TOPMIN", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.2.zip", - "archiveFileName": "FastAccelStepper-0.8.2.zip", - "size": 46846, - "checksum": "SHA-256:9645fc3506f7aa7d8c8fbb5cf69e7fad3b545698a1e8b5a0e299b9ab801c46fe" + "repository": "https://github.com/RobTillaart/TOPMIN.git", + "providesIncludes": [ + "TOPMIN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMIN-0.1.1.zip", + "archiveFileName": "TOPMIN-0.1.1.zip", + "size": 9997, + "checksum": "SHA-256:dac72cfd2c099c7913bf73172d122dea9cd05a1f74f19d2714b61c6baa035b27" }, { - "name": "FastAccelStepper", - "version": "0.8.3", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMIN", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n minima.", + "website": "https://github.com/RobTillaart/TOPMIN", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.8.3.zip", - "archiveFileName": "FastAccelStepper-0.8.3.zip", - "size": 47447, - "checksum": "SHA-256:8883c925b21947101b0fcb79fbca8bbdf602a34f323e63ccd12925251f2f77ec" + "repository": "https://github.com/RobTillaart/TOPMIN.git", + "providesIncludes": [ + "TOPMIN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMIN-0.2.0.zip", + "archiveFileName": "TOPMIN-0.2.0.zip", + "size": 12302, + "checksum": "SHA-256:bebe484af735245610ea5fb86e4f1cf29825e5d35158fcb14e15f90697816137" }, { - "name": "FastAccelStepper", - "version": "0.9.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TOPMIN", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to track top n minima.", + "website": "https://github.com/RobTillaart/TOPMIN", + "category": "Data Processing", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.0.zip", - "archiveFileName": "FastAccelStepper-0.9.0.zip", - "size": 48560, - "checksum": "SHA-256:fcb255b4e712953a8ca4c55a28534f6a789bad22223461d76ca6f5a32017be07" + "repository": "https://github.com/RobTillaart/TOPMIN.git", + "providesIncludes": [ + "TOPMIN.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TOPMIN-0.2.1.zip", + "archiveFileName": "TOPMIN-0.2.1.zip", + "size": 12507, + "checksum": "SHA-256:309f31e2b1bb3d76054b9350837b9fc8f56f1ad8958a25cf459bbf86fcfe0d56" }, { - "name": "FastAccelStepper", - "version": "0.9.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.8.1", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino", + "paragraph": "A Library to implement BPM clock tick calls using hardware timer1 interruption. Tested on ATmega168/328, ATmega16u4/32u4 and ATmega2560.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.1.zip", - "archiveFileName": "FastAccelStepper-0.9.1.zip", - "size": 48761, - "checksum": "SHA-256:afa39caa2a15d8334e024807bfb2b42d7a25e83475002c038909de97c947578f" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.8.1.zip", + "archiveFileName": "uClock-0.8.1.zip", + "size": 279522, + "checksum": "SHA-256:dac7ac5cdc51cc9c2bec92d2bf8fe4784b32c66f9757916bc22774b87fbc1f0f" }, { - "name": "FastAccelStepper", - "version": "0.9.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.9.0", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy LC.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.2.zip", - "archiveFileName": "FastAccelStepper-0.9.2.zip", - "size": 49118, - "checksum": "SHA-256:aa524cdbef9a4e56d1eb103e793055bb7547071e1a6501f1d99801350b92f82c" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.9.0.zip", + "archiveFileName": "uClock-0.9.0.zip", + "size": 280368, + "checksum": "SHA-256:3534705ea13497156c970e56ed1fa88d45b44096921a8ffd0d82c77e72c9a723" }, { - "name": "FastAccelStepper", - "version": "0.9.4", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.9.1", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy LC.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.4.zip", - "archiveFileName": "FastAccelStepper-0.9.4.zip", - "size": 49585, - "checksum": "SHA-256:5a08e2132fc329acfad7ac622adbd84f306220dbf96013f1c3ed840828f21e76" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.9.1.zip", + "archiveFileName": "uClock-0.9.1.zip", + "size": 280396, + "checksum": "SHA-256:b5666d05c9ccf22214e66d3b34bffbf812bb4e42fac2e6fbebcad252b22d83a2" }, { - "name": "FastAccelStepper", - "version": "0.9.5", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to approx. 25 kSteps/s (Atmega).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.9.2", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy LC.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.9.5.zip", - "archiveFileName": "FastAccelStepper-0.9.5.zip", - "size": 49638, - "checksum": "SHA-256:e5488801ae1de0bed5f04ff5c85f5ca1bebfe8894eab38a54cf567cb3cff48f2" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.9.2.zip", + "archiveFileName": "uClock-0.9.2.zip", + "size": 283519, + "checksum": "SHA-256:dee2a029a99ba9625cf29411f4b89eaba200211d59d410dbc0d1ea525423eafb" }, { - "name": "FastAccelStepper", - "version": "0.10.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.9.4", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy LC.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.10.0.zip", - "archiveFileName": "FastAccelStepper-0.10.0.zip", - "size": 50732, - "checksum": "SHA-256:5f034c647cb40663f41af3fd86c137aa3594a8b90feb696f0c6a91b471497308" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.9.4.zip", + "archiveFileName": "uClock-0.9.4.zip", + "size": 287740, + "checksum": "SHA-256:f09c974dda136acf249e4ee4c50d3c738707846ca5696e18a2d72de161f02d6b" }, { - "name": "FastAccelStepper", - "version": "0.11.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.10.0", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy LC.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.0.zip", - "archiveFileName": "FastAccelStepper-0.11.0.zip", - "size": 51304, - "checksum": "SHA-256:3946eda9c1018c4213556c5ee4cc45f81b4c6c8cc4fb6786df25854b68546f73" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.10.0.zip", + "archiveFileName": "uClock-0.10.0.zip", + "size": 288752, + "checksum": "SHA-256:3c3ca9d536b9c2478f5f0cd4388cff98d1986b45edde4ea5df04bd11343e794f" }, { - "name": "FastAccelStepper", - "version": "0.11.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.10.2", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy LC.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.1.zip", - "archiveFileName": "FastAccelStepper-0.11.1.zip", - "size": 51386, - "checksum": "SHA-256:721b527e73066e351824e76407910307e6ed0ea0c715be9aa30ce7c71fb15703" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.10.2.zip", + "archiveFileName": "uClock-0.10.2.zip", + "size": 287905, + "checksum": "SHA-256:2ed1f5620e19eaf9d7acb15a0a549d9f989a044307ad21c26d1e4d888362adb3" }, { - "name": "FastAccelStepper", - "version": "0.11.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "0.10.5", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy LC.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", - "esp32" + "arm" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.2.zip", - "archiveFileName": "FastAccelStepper-0.11.2.zip", - "size": 50793, - "checksum": "SHA-256:7a1daad1f4e2f678210691c2a23f85dfc0e14987e995614f8feff71f7137227d" - }, - { - "name": "FastAccelStepper", - "version": "0.11.3", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.10.5.zip", + "archiveFileName": "uClock-0.10.5.zip", + "size": 288171, + "checksum": "SHA-256:40c0e3677fd88e61df2b56d5e1b085609451e4dadba3859ea30015dd37729e47" + }, + { + "name": "uClock", + "version": "0.10.6", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e, Manuel Odendahl \u003cwesen@ruinwesen.com\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560 and Teensy ARM boards.", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", - "esp32" + "arm" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.11.3.zip", - "archiveFileName": "FastAccelStepper-0.11.3.zip", - "size": 50607, - "checksum": "SHA-256:4de91aeaa23eddba750e0f8be4fde47ce945fb5e819b6c706de8103e81e5d89b" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-0.10.6.zip", + "archiveFileName": "uClock-0.10.6.zip", + "size": 288440, + "checksum": "SHA-256:5d35da185e789b5c924f24b2896f16b3197b8229d335f7777078d66f7d57b8a9" }, { - "name": "FastAccelStepper", - "version": "0.12.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "1.1.0", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560, Teensy ARM boards and Seedstudio XIAO M0", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", - "esp32" + "arm", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.0.zip", - "archiveFileName": "FastAccelStepper-0.12.0.zip", - "size": 51190, - "checksum": "SHA-256:f5be15b90ca8bd4d37e6993b3dee08d5350dbfce5a5fa474e965a2066732ee2f" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-1.1.0.zip", + "archiveFileName": "uClock-1.1.0.zip", + "size": 289507, + "checksum": "SHA-256:21e0ff6cb3dd389ec9df09ab3d1894f74ac629a7ca6a97ed7b4a87cab7d813b9" }, { - "name": "FastAccelStepper", - "version": "0.12.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "1.1.2", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino and Teensy boards", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Tested on ATmega168/328, ATmega16u4/32u4, ATmega2560, Teensy ARM boards and Seedstudio XIAO M0", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", - "esp32" + "arm", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.1.zip", - "archiveFileName": "FastAccelStepper-0.12.1.zip", - "size": 51403, - "checksum": "SHA-256:7f7161c072e18746d657f08ea1a9b7348662ceef83deb28c1f4dc70c7c01386b" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-1.1.2.zip", + "archiveFileName": "uClock-1.1.2.zip", + "size": 289293, + "checksum": "SHA-256:30e3b34af647b7017ba15af77d1936dcc00e62382d8b4d2a566f50b7c77e7e30" }, { - "name": "FastAccelStepper", - "version": "0.12.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano) and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "1.2.0", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino platform.", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Supported and tested on AVR boards(ATmega168/328, ATmega16u4/32u4 and ATmega2560) and ARM boards(Teensy, Seedstudio XIAO M0 and ESP32)", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", + "arm", + "samd", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.12.2.zip", - "archiveFileName": "FastAccelStepper-0.12.2.zip", - "size": 55259, - "checksum": "SHA-256:a91c92d8c6e03b10ab7048d0606f95e92b923284ef6f043d52ffb1f0d91a3d1a" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-1.2.0.zip", + "archiveFileName": "uClock-1.2.0.zip", + "size": 291038, + "checksum": "SHA-256:f4abe2222b9877e9dec220a3530f63865ca10def30e499e0ea6e49c367150a53" }, { - "name": "FastAccelStepper", - "version": "0.13.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "1.3.0", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino platform.", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Supported and tested on AVR boards(ATmega168/328, ATmega16u4/32u4 and ATmega2560) and ARM boards(Teensy, Seedstudio XIAO M0. ESP32 and STM32)", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", + "arm", + "samd", + "stm32", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.0.zip", - "archiveFileName": "FastAccelStepper-0.13.0.zip", - "size": 56377, - "checksum": "SHA-256:031c7944183646895e3b4c5125e170ad894834bb47fae81407884739bd240857" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-1.3.0.zip", + "archiveFileName": "uClock-1.3.0.zip", + "size": 296692, + "checksum": "SHA-256:7ed2c8a424380ceb4c5800575592bd0172492b20917ce353d157e1acb8aeaf83" }, { - "name": "FastAccelStepper", - "version": "0.13.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "1.4.1", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino platform.", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Supported and tested on AVR boards(ATmega168/328, ATmega16u4/32u4 and ATmega2560) and ARM boards(Teensy, Seedstudio XIAO M0. ESP32 and STM32)", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", + "arm", + "samd", + "stm32", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.1.zip", - "archiveFileName": "FastAccelStepper-0.13.1.zip", - "size": 56993, - "checksum": "SHA-256:d6831512d72753c5d20f69e1315dbbdf57f403b8d9d2591383e43e6dd15ceffd" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-1.4.1.zip", + "archiveFileName": "uClock-1.4.1.zip", + "size": 297329, + "checksum": "SHA-256:3065b6c0e60ab4a4d2d3e53c27de97f17e33bf29b426bbf8a2000190a32bc2de" }, { - "name": "FastAccelStepper", - "version": "0.13.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "1.4.2", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino platform.", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Supported and tested on AVR boards(ATmega168/328, ATmega16u4/32u4 and ATmega2560) and ARM boards(Teensy, Seedstudio XIAO M0. ESP32 and STM32)", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", + "arm", + "samd", + "stm32", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.2.zip", - "archiveFileName": "FastAccelStepper-0.13.2.zip", - "size": 57498, - "checksum": "SHA-256:6edfc8c000f2feb9838bfa60bdc304ee62a135f2862caee208ab4354ee144658" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-1.4.2.zip", + "archiveFileName": "uClock-1.4.2.zip", + "size": 298303, + "checksum": "SHA-256:51ca1f6d23eba30e01d8068f7cf7a8c1ca56787363ffc95118d6e099fced7b83" }, { - "name": "FastAccelStepper", - "version": "0.13.3", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "uClock", + "version": "1.5.1", + "author": "Romulo Silva \u003ccontact@midilab.co\u003e", + "maintainer": "Romulo Silva \u003ccontact@midilab.co\u003e", + "sentence": "BPM clock generator for Arduino platform.", + "paragraph": "A Library to implement BPM clock tick calls using hardware interruption. Supported and tested on AVR boards(ATmega168/328, ATmega16u4/32u4 and ATmega2560) and ARM boards(Teensy, Seedstudio XIAO M0. ESP32 and STM32)", + "website": "https://github.com/midilab/uClock", + "category": "Timing", "architectures": [ "avr", + "arm", + "samd", + "stm32", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.3.zip", - "archiveFileName": "FastAccelStepper-0.13.3.zip", - "size": 57582, - "checksum": "SHA-256:91806b909c00b7d91c39c5cf7cbef6dce441b472ed283274c56143c672531572" + "repository": "https://github.com/midilab/uClock.git", + "providesIncludes": [ + "uClock.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/midilab/uClock-1.5.1.zip", + "archiveFileName": "uClock-1.5.1.zip", + "size": 301406, + "checksum": "SHA-256:4e2e7ef083b7eb7f43a72f24770ec50eaee9a0f76c40f45bd491e58bf85881c3" }, { - "name": "FastAccelStepper", - "version": "0.13.4", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "WebMonitor", + "version": "0.4.1", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "sentence": "Web Monitor Library for ESP8266 \u0026 ESP32", + "paragraph": "Access your logs via WiFi", + "website": "https:://github.com/sivar2311", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sivar2311/WebMonitor.git", + "providesIncludes": [ + "WebMonitor.h" + ], + "dependencies": [ + { + "name": "ESPAsyncWebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sivar2311/WebMonitor-0.4.1.zip", + "archiveFileName": "WebMonitor-0.4.1.zip", + "size": 456382, + "checksum": "SHA-256:5f7b91db424b355a53ae3e4c73c5565b4c633f909977aa7a3fa1b6a9aaf6cba2" + }, + { + "name": "WebMonitor", + "version": "0.4.2", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "sentence": "Web Monitor Library for ESP8266 \u0026 ESP32", + "paragraph": "Access your logs via WiFi", + "website": "https:://github.com/sivar2311/WebMonitor", + "category": "Communication", "architectures": [ - "avr", + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.13.4.zip", - "archiveFileName": "FastAccelStepper-0.13.4.zip", - "size": 57612, - "checksum": "SHA-256:f0ea06ad4088269b18324f279dccbe007fc772570756d420026099109b9200bc" + "repository": "https://github.com/sivar2311/WebMonitor.git", + "providesIncludes": [ + "WebMonitor.h" + ], + "dependencies": [ + { + "name": "ESP Async WebServer" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sivar2311/WebMonitor-0.4.2.zip", + "archiveFileName": "WebMonitor-0.4.2.zip", + "size": 456428, + "checksum": "SHA-256:20282afd11c36c6aadbedadc40d1995a0bf880de743c25e88aa150f76b3295f9" }, { - "name": "FastAccelStepper", - "version": "0.14.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "WebMonitor", + "version": "0.4.3", + "author": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "maintainer": "Boris Jaeger \u003csivar2311@gmail.com\u003e", + "sentence": "Web Monitor Library for ESP8266 \u0026 ESP32", + "paragraph": "Access your logs via WiFi", + "website": "https://github.com/sivar2311/WebMonitor", + "category": "Communication", "architectures": [ - "avr", + "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.14.0.zip", - "archiveFileName": "FastAccelStepper-0.14.0.zip", - "size": 59089, - "checksum": "SHA-256:815db912ffe63ebf59383e7c2620e3edcfeb0e3679531b8f4225a5a6ed656648" + "repository": "https://github.com/sivar2311/WebMonitor.git", + "providesIncludes": [ + "WebMonitor.h" + ], + "dependencies": [ + { + "name": "ESPAsyncWebSrv" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sivar2311/WebMonitor-0.4.3.zip", + "archiveFileName": "WebMonitor-0.4.3.zip", + "size": 456425, + "checksum": "SHA-256:4f74b4cb7445cb333624acc0f330170e61d831f7fdd598dd052cb8e01269be7b" }, { - "name": "FastAccelStepper", - "version": "0.15.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "TinyMatrixMath", + "version": "0.1.0", + "author": "Micah Mundy", + "maintainer": "Micah Mundy \u003cmmundy@iastate.edu\u003e", + "sentence": "Implments common matrix math operations for small matrices.", + "paragraph": "A modern-style C++ library for implementing common matrix math operations for small matrices, optimized for devices with limited resources. Matrices are currently 2d float arrays. Matrices with up to 255 rows and 255 columns are supported (if enough resources are available to store them). Consider using Eigen for larger matrices and faster implementations.", + "website": "https://github.com/m516/TinyMatrixMath", + "category": "Data Processing", "architectures": [ "avr", - "esp32" + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.0.zip", - "archiveFileName": "FastAccelStepper-0.15.0.zip", - "size": 61467, - "checksum": "SHA-256:5efd92500f5c07a6312fd264eacfe1652b165cd52fff6fc1e75974df05ba3ca1" + "repository": "https://github.com/m516/TinyMatrixMath.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m516/TinyMatrixMath-0.1.0.zip", + "archiveFileName": "TinyMatrixMath-0.1.0.zip", + "size": 8123, + "checksum": "SHA-256:c4a0eed416cc4200cf0ee3140b2430214b44319771af8d640200e47a259939ce" }, { - "name": "FastAccelStepper", - "version": "0.15.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "L298 Motor Driver", + "version": "1.0.0", + "author": "FABLAB Bahrain \u003cteam@fablab.bh\u003e", + "maintainer": "Ghassan Yusuf \u003cghassan.yousif.83@gmail.com\u003e", + "sentence": "L298 Motor Driver is a library for Arduino to handle motor control using an H-bridge.", + "paragraph": "It provides easy-to-use functions for controlling brushed DC motors.", + "website": "https://github.com/fablabbh/Arduino-L298-Motor-Library", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.1.zip", - "archiveFileName": "FastAccelStepper-0.15.1.zip", - "size": 61574, - "checksum": "SHA-256:a790051a7d82d1c8fe13a1205a12231afa2b013dffbea80a743c8d9d92cccdfd" + "repository": "https://github.com/fablabbh/Arduino-L298-Motor-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fablabbh/L298_Motor_Driver-1.0.0.zip", + "archiveFileName": "L298_Motor_Driver-1.0.0.zip", + "size": 8127, + "checksum": "SHA-256:9b0f2d1e2a0ce5770e356cb362f568d1ff29007bd2159ca21f5d69644db04244" }, { - "name": "FastAccelStepper", - "version": "0.15.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "FileFetcher", + "version": "0.0.1", + "author": "Brian Lough", + "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", + "sentence": "A library for fetching files or images from the web (supports ESP8266/ESP32 \u0026 probably others)", + "paragraph": "A library for fetching files or images from the web", + "website": "https://github.com/witnessmenow/file-fetcher-arduino", + "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.15.2.zip", - "archiveFileName": "FastAccelStepper-0.15.2.zip", - "size": 61593, - "checksum": "SHA-256:838898fc7eea55dcf3cbe2a5d5af98ed726881ca79993f24cd144c8836b55ba8" + "repository": "https://github.com/witnessmenow/file-fetcher-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/FileFetcher-0.0.1.zip", + "archiveFileName": "FileFetcher-0.0.1.zip", + "size": 14351, + "checksum": "SHA-256:6f539eba86d348ca5ac914d40fe25f8ca7c2211a327b19782f0fe5d3bcb3a9af" }, { - "name": "FastAccelStepper", - "version": "0.16.0", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "Cohere_Client", + "version": "0.1.0", + "author": "Ibrahim El-chami \u003cibrahimelchami@gmail.com\u003e", + "maintainer": "Ibrahim El-chami \u003cthatprojectstudio@gmail.com\u003e", + "sentence": "Arduino Library to connect with Cohere models", + "paragraph": "Client to use Cohere models in Arduino related projects", + "website": "https://github.com/ejri/Cohere_Client_Arduino", + "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.0.zip", - "archiveFileName": "FastAccelStepper-0.16.0.zip", - "size": 64216, - "checksum": "SHA-256:50b91d2ec6800ea500e357a6d5aea07caec4322b132a0d82f60311084a5fb6d3" + "repository": "https://github.com/ejri/Cohere_Client_Arduino.git", + "dependencies": [ + { + "name": "None" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ejri/Cohere_Client-0.1.0.zip", + "archiveFileName": "Cohere_Client-0.1.0.zip", + "size": 1166486, + "checksum": "SHA-256:3320cfd8adb9f44c390274dda486f481d55fa1b5eabd80da249f84996ddc4926" }, { - "name": "FastAccelStepper", - "version": "0.16.1", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "FourBitLedDigitalTube", + "version": "1.0.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays based on two TM74HC595 (or similar) shift registers, the main focus was set in: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.1.zip", - "archiveFileName": "FastAccelStepper-0.16.1.zip", - "size": 65159, - "checksum": "SHA-256:0e61edfb2f99b503a653ec5d1ab6ee3519ea3c9a441e6b7f4b287e3e0c5d2869" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.0.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.0.0.zip", + "size": 164834, + "checksum": "SHA-256:275c833cc53070a4e56a15e924ee9a15ee183f6e6f1bab5a3427551092475392" }, { - "name": "FastAccelStepper", - "version": "0.16.2", - "author": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "maintainer": "Jochen Kiemes \u003cjochen@kiemes.de\u003e", - "license": "MIT", - "sentence": "A high speed stepper library for Atmega 328p (nano), 2560 and ESP32", - "paragraph": "Drive stepper motors with acceleration/deceleration profile up to 25 kSteps/s (Atmega) and 200kSteps/s (esp32).", - "website": "https://github.com/gin66/FastAccelStepper", - "category": "Device Control", + "name": "FourBitLedDigitalTube", + "version": "1.0.3", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays based on two TM74HC595 (or similar) shift registers, the main focus was set in: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gin66/FastAccelStepper.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gin66/FastAccelStepper-0.16.2.zip", - "archiveFileName": "FastAccelStepper-0.16.2.zip", - "size": 65476, - "checksum": "SHA-256:b2729f48f3ab5339d5b9ad7125e71b40ca359f1e74cb52cd50062720df67388e" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.0.3.zip", + "archiveFileName": "FourBitLedDigitalTube-1.0.3.zip", + "size": 165327, + "checksum": "SHA-256:1c1ff9a41e4c55ce118aba59b4e6b708f39cd72f53bca6b7ce1bef7feb86b729" }, { - "name": "mWebSockets", - "version": "1.2.0", - "author": "Dawid Kurek", - "maintainer": "Dawid Kurek", - "license": "MIT", - "sentence": "Simple to use implementation of WebSockets for microcontrollers", - "paragraph": "✔ client, ✔ server", - "website": "https://github.com/skaarj1989/mWebSockets", - "category": "Communication", + "name": "FourBitLedDigitalTube", + "version": "1.1.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays based on two TM74HC595 (or similar) shift registers, the main focus was set in: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaarj1989/mWebSockets.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.2.0.zip", - "archiveFileName": "mWebSockets-1.2.0.zip", - "size": 105911, - "checksum": "SHA-256:7c71b53d6a74d90cbf636e48239cc163cb9d88e65d2f1d5ea3172c6179dedc69" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.1.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.1.0.zip", + "size": 166916, + "checksum": "SHA-256:a7d4ebf702c5300d2caa3e8bd96b07e5f2f9a18247e24afe7010ee6662b3fe37" }, { - "name": "mWebSockets", - "version": "1.3.1", - "author": "Dawid Kurek", - "maintainer": "Dawid Kurek", - "license": "MIT", - "sentence": "Simple to use implementation of WebSockets for microcontrollers", - "paragraph": "client, server", - "website": "https://github.com/skaarj1989/mWebSockets", - "category": "Communication", + "name": "FourBitLedDigitalTube", + "version": "1.2.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays based on two TM74HC595 (or similar) shift registers, the main focus was set in: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaarj1989/mWebSockets.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.1.zip", - "archiveFileName": "mWebSockets-1.3.1.zip", - "size": 144021, - "checksum": "SHA-256:eeb1997c5a88bb3c01a8a4fdae921bf2e39acc555345f982d36fc7c43adc380e" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.2.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.2.0.zip", + "size": 167163, + "checksum": "SHA-256:2522fcb2b78e9968d5f09509637a5bbc44238ffc68afffdce71f68352fa198c1" }, { - "name": "mWebSockets", - "version": "1.3.2", - "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", - "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", - "sentence": "Simple to use implementation of WebSockets for microcontrollers", - "website": "https://github.com/skaarj1989/mWebSockets", - "category": "Communication", + "name": "FourBitLedDigitalTube", + "version": "1.2.1", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays based on two TM74HC595 (or similar) shift registers, the main focus was set in: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaarj1989/mWebSockets.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.2.zip", - "archiveFileName": "mWebSockets-1.3.2.zip", - "size": 146285, - "checksum": "SHA-256:71481b0e8c5b0188eab5d3b0cc3a9fee5a738973ef20605ec66e933e92b96cf2" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.2.1.zip", + "archiveFileName": "FourBitLedDigitalTube-1.2.1.zip", + "size": 172297, + "checksum": "SHA-256:25bed0e9a8e688466a8537789de98674c01de77f9506c095bfb8415cde6c62cc" }, { - "name": "mWebSockets", - "version": "1.3.3", - "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", - "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", - "sentence": "Simple to use implementation of WebSockets for microcontrollers", - "website": "https://github.com/skaarj1989/mWebSockets", - "category": "Communication", + "name": "FourBitLedDigitalTube", + "version": "1.3.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays based on two TM74HC595 (or similar) shift registers, the main focus was set in: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaarj1989/mWebSockets.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.3.3.zip", - "archiveFileName": "mWebSockets-1.3.3.zip", - "size": 148010, - "checksum": "SHA-256:16753806152b6295a9ca9e16def1a0ab64a997cd22652423091e5ed1d6d1f2c5" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.3.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.3.0.zip", + "size": 58850, + "checksum": "SHA-256:5584d2ca34158c4e562ebdd784f0130f08b43c1f48ebc93545e3425d022d46e4" }, { - "name": "mWebSockets", - "version": "1.4.0", - "author": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", - "maintainer": "Dawid Kurek \u003cskaarj1989@gmail.com\u003e", - "sentence": "Simple to use implementation of WebSockets for microcontrollers", - "paragraph": "Fast and RFC6455 protocol compliant", - "website": "https://github.com/skaarj1989/mWebSockets", - "category": "Communication", + "name": "FourBitLedDigitalTube", + "version": "1.3.1", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays (and for the custom made displays as GIANTS COUNTERS and CLOCKS) based on two TM74HC595 (or similar) shift registers, the main focus was set in: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ - "avr", - "esp8266", - "esp32", - "samd", - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/skaarj1989/mWebSockets.git", - "url": "https://downloads.arduino.cc/libraries/github.com/skaarj1989/mWebSockets-1.4.0.zip", - "archiveFileName": "mWebSockets-1.4.0.zip", - "size": 73873, - "checksum": "SHA-256:b9c9fdbba917d3d724eeaf357e2b6ffc001097e3eadc96fae8ce809f008622e7" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.3.1.zip", + "archiveFileName": "FourBitLedDigitalTube-1.3.1.zip", + "size": 59559, + "checksum": "SHA-256:b676e0cdff1dd0798a1b4e525d30ec53a1de0e5b2b1c012963a4a5dfbc746e1c" }, { - "name": "TSController", - "version": "1.0.0", - "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", - "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", - "sentence": "An Arduino library for controlling Train Simulator.", - "paragraph": "Works only on HID-enabled boards.", - "website": "https://github.com/VassilyDev/TSControl", - "category": "Communication", + "name": "FourBitLedDigitalTube", + "version": "1.5.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two TM74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/VassilyDev/TSController.git", - "providesIncludes": [ - "TSController.h" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSController-1.0.0.zip", - "archiveFileName": "TSController-1.0.0.zip", - "size": 6252, - "checksum": "SHA-256:d9ca1d7b311e07cd72aa41ac4347d852f08ddf7194e01e5b4a1324726dbdc656" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.5.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.5.0.zip", + "size": 66020, + "checksum": "SHA-256:98960c91d83a0f05101fcce4bf24dd0d79170478552e27bb2f211b16c58e5cad" }, { - "name": "TSController", - "version": "1.1.0", - "author": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", - "maintainer": "Alessandro Felicetti\u003cwebmaster@felicetti-a.eu\u003e", - "sentence": "An Arduino library for controlling Train Simulator.", - "paragraph": "Works only on HID-enabled boards.", - "website": "https://github.com/VassilyDev/TSController", - "category": "Communication", + "name": "FourBitLedDigitalTube", + "version": "1.6.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two TM74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/VassilyDev/TSController.git", - "providesIncludes": [ - "TSController.h" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/VassilyDev/TSController-1.1.0.zip", - "archiveFileName": "TSController-1.1.0.zip", - "size": 6417, - "checksum": "SHA-256:1ed72fc7e281866059c109233fd4291e418f8ac08623a36074f680fe7b9c7e5d" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.6.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.6.0.zip", + "size": 69898, + "checksum": "SHA-256:4f46f6cdbcca34da75a8548c7ed7c001d8466f9991c3197dc2500e0b1cf28c5f" }, { - "name": "ExtFlashLoader", - "version": "0.1.0", - "author": "Kenta IDA", - "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", - "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", - "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", - "website": "https://github.com/ciniml/ExtFlashLoader", - "category": "Other", + "name": "FourBitLedDigitalTube", + "version": "1.7.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "A 4-bit Led Digital Tube Module display simple to use library", + "paragraph": "Developed for the cheap and popular 7-segment 4 digits led displays (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two TM74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ciniml/ExtFlashLoader.git", - "providesIncludes": [ - "ExtFlashLoader.hpp" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.0.zip", - "archiveFileName": "ExtFlashLoader-0.1.0.zip", - "size": 137313, - "checksum": "SHA-256:cc36fc064b9c73c98910930e3286570e9f426e8a6d44cd5692705eed5a1658df" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.7.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.7.0.zip", + "size": 71488, + "checksum": "SHA-256:26d4915f5d87ef3ed7a25870a3f1a8f3033356cf21077a6500bcb595d8e10563" }, { - "name": "ExtFlashLoader", - "version": "0.1.1", - "author": "Kenta IDA", - "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", - "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", - "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", - "website": "https://github.com/ciniml/ExtFlashLoader", - "category": "Other", + "name": "FourBitLedDigitalTube", + "version": "1.8.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "7 segment 4 digits LED display easy to use and powerful library for modules based on two TM74HC595 (or similar) shift registers chips", + "paragraph": "Developed for the cheap and popular '4-bit Led Digital Tube Module' (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two TM74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ciniml/ExtFlashLoader.git", - "providesIncludes": [ - "ExtFlashLoader.hpp" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.1.zip", - "archiveFileName": "ExtFlashLoader-0.1.1.zip", - "size": 139865, - "checksum": "SHA-256:c264c7f4ad0e0c748f00d8efd675339b72600e920870c6db3e7000d80d69224a" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.8.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.8.0.zip", + "size": 73490, + "checksum": "SHA-256:d2ad2a4a7e75baa8fa08161a9bd6e142f55429f561069a9a73bf6a3abc730612" }, { - "name": "ExtFlashLoader", - "version": "0.1.2", - "author": "Kenta IDA", - "maintainer": "Kenta IDA \u003cfuga@fugafuga.org\u003e", - "sentence": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", - "paragraph": "Downloads application binary to external flash memory connected to ATSAMD51 MCU and run it.", - "website": "https://github.com/ciniml/ExtFlashLoader", - "category": "Other", + "name": "FourBitLedDigitalTube", + "version": "1.9.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "7 segment 4 digits LED display easy to use and powerful library for modules based on two TM74HC595 (or similar) shift registers chips", + "paragraph": "Developed for the cheap and popular '4-bit Led Digital Tube Module' (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two TM74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ciniml/ExtFlashLoader.git", - "providesIncludes": [ - "ExtFlashLoader.hpp" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ciniml/ExtFlashLoader-0.1.2.zip", - "archiveFileName": "ExtFlashLoader-0.1.2.zip", - "size": 140001, - "checksum": "SHA-256:b11ee0da0f12ab19dd021a93f513857b8c198e4974ca9cceddf4845f1721e502" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.9.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.9.0.zip", + "size": 75268, + "checksum": "SHA-256:148655a36c9056c7c149c388e6bf0191bb864e1f6d7a7f6d75ff5d713551ce4b" }, { - "name": "HT16K33", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for HT16K33", - "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Signal Input/Output", + "name": "FourBitLedDigitalTube", + "version": "1.10.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "7 segment 4 digits LED display easy to use and powerful library for modules based on two TM74HC595 (or similar) shift registers chips", + "paragraph": "Developed for the cheap and popular '4-bit Led Digital Tube Module' (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two TM74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HT16K33.git", - "providesIncludes": [ - "HT16K33.h" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.0.zip", - "archiveFileName": "HT16K33-0.2.0.zip", - "size": 10512, - "checksum": "SHA-256:0a7317067a8d1e75966c3128cb4ee37588ba48a36d565d52ce518126a946ff90" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.10.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.10.0.zip", + "size": 77487, + "checksum": "SHA-256:46d41ad6400a61dfb4eb38fc3f026db12e72b8d63e2ee30589979dcda5e25cb2" }, { - "name": "HT16K33", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for HT16K33", - "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", - "website": "https://github.com/RobTillaart/HT16K33", - "category": "Signal Input/Output", + "name": "FourBitLedDigitalTube", + "version": "1.11.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "7 segment 4 digits LED display easy to use and powerful library for modules based on two TM74HC595 (or similar) shift registers chips", + "paragraph": "Developed for the cheap and popular '4-bit Led Digital Tube Module' (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two TM74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HT16K33.git", - "providesIncludes": [ - "HT16K33.h" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.1.zip", - "archiveFileName": "HT16K33-0.2.1.zip", - "size": 11449, - "checksum": "SHA-256:94c28eeae3e593f71c159eea187d6f551f112e78a34eb0ad1ceafefcaca9648a" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.11.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.11.0.zip", + "size": 81820, + "checksum": "SHA-256:407bd2a51c1a0ba6567622834b3ca5af6dd4612d1138981d35ff6ba9e8dda676" }, { - "name": "HT16K33", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for HT16K33", - "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", - "website": "https://github.com/RobTillaart/HT16K33", - "category": "Signal Input/Output", + "name": "FourBitLedDigitalTube", + "version": "1.12.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "7 segment 4 digits LED display easy to use and powerful library, for modules based on two 74HC595 shift registers chips ('4-bit Led Digital Tube Module')", + "paragraph": "Developed for the cheap and popular '4-bit Led Digital Tube Module' (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on 74HC595 shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HT16K33.git", - "providesIncludes": [ - "HT16K33.h" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.2.zip", - "archiveFileName": "HT16K33-0.2.2.zip", - "size": 11698, - "checksum": "SHA-256:50aa85d81f0514613a47a90e11566439501b2a1a84f83868100f9889c6a16f48" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-1.12.0.zip", + "archiveFileName": "FourBitLedDigitalTube-1.12.0.zip", + "size": 82177, + "checksum": "SHA-256:2bf2d99b73c7090e483a4971159d0283f21f052d994af154e7ec09ec831e9cbd" }, { - "name": "HT16K33", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for HT16K33", - "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", - "website": "https://github.com/RobTillaart/HT16K33", - "category": "Signal Input/Output", + "name": "FourBitLedDigitalTube", + "version": "2.0.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "7 segment 4 digits LED display (and since v2.0.0 from 1 to 8 digits) easy to use and powerful library for modules based on two 74HC595 (or similar) shift registers chips", + "paragraph": "Developed for the cheap and popular '4-bit Led Digital Tube Module', extended for the various models from 1 to 8 digits, (and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc.) based on two 74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HT16K33.git", - "providesIncludes": [ - "HT16K33.h" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.3.zip", - "archiveFileName": "HT16K33-0.2.3.zip", - "size": 13653, - "checksum": "SHA-256:f5dff5a99fa78757af60a613b03acb053a3e8c941b5ce03ccb48111ffe738d81" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-2.0.0.zip", + "archiveFileName": "FourBitLedDigitalTube-2.0.0.zip", + "size": 83606, + "checksum": "SHA-256:d66333ab18ec43d2929bc983dea721f0d2ab835e39fe2eacc62c1cbc78ae1be4" }, { - "name": "HT16K33", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for HT16K33", - "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", - "website": "https://github.com/RobTillaart/HT16K33", - "category": "Signal Input/Output", + "name": "FourBitLedDigitalTube", + "version": "2.0.2", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "7 segment 4 digits LED display (and since v2.0.0 from 1 to 8 digits) easy to use and powerful library for modules based on two 74HC595 (or similar) shift registers chips", + "paragraph": "Developed for the cheap and popular '4-bit Led Digital Tube Module', extended for the various models from 1 to 8 digits, (and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc.) based on two 74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.", + "website": "https://github.com/GabyGold67/FourBitLedDigitalTube", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HT16K33.git", - "providesIncludes": [ - "HT16K33.h" + "repository": "https://github.com/GabyGold67/FourBitLedDigitalTube.git", + "dependencies": [ + { + "name": "TimerOne", + "version": "\u003e=1.1.1" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.2.4.zip", - "archiveFileName": "HT16K33-0.2.4.zip", - "size": 13753, - "checksum": "SHA-256:f386a003629a3a796d4ea7033519dd61ed263f8ab447c2dd204a0c51ca67d4c4" + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/FourBitLedDigitalTube-2.0.2.zip", + "archiveFileName": "FourBitLedDigitalTube-2.0.2.zip", + "size": 88538, + "checksum": "SHA-256:54c3b6e00a2bffb6f32ddf442a889aede0ace9cf260601d99fbbb09269daf55a" }, { - "name": "HT16K33", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for HT16K33", - "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", - "website": "https://github.com/RobTillaart/HT16K33", - "category": "Signal Input/Output", + "name": "M5CoreS3", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5CoreS3 Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5CoreS3", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HT16K33.git", + "repository": "https://github.com/m5stack/M5CoreS3.git", "providesIncludes": [ - "HT16K33.h" + "M5CoreS3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.0.zip", - "archiveFileName": "HT16K33-0.3.0.zip", - "size": 16049, - "checksum": "SHA-256:e1ac7bf68b9cc81f1015981d1bb6de266eb8f0a60b3e3f4ef2ed33b19e9e5ecd" + "dependencies": [ + { + "name": "M5Family" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5CoreS3-0.0.1.zip", + "archiveFileName": "M5CoreS3-0.0.1.zip", + "size": 913208, + "checksum": "SHA-256:2e6b7859e22c2a35858db0a07e53eccd36e74d2732585b81be4e91a783ff18e0" }, { - "name": "HT16K33", - "version": "0.3.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for HT16K33", - "paragraph": "Arduino Library for HT16K33 I2C 4x7segment display", - "website": "https://github.com/RobTillaart/HT16K33", - "category": "Signal Input/Output", + "name": "M5CoreS3", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5CoreS3 Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5CoreS3", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HT16K33.git", + "repository": "https://github.com/m5stack/M5CoreS3.git", "providesIncludes": [ - "HT16K33.h" + "M5CoreS3.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HT16K33-0.3.1.zip", - "archiveFileName": "HT16K33-0.3.1.zip", - "size": 17256, - "checksum": "SHA-256:92ca015ecbf0a5f5a6d5709c550d99a67221ef112ab55b5f84c40c0b89ae8d6f" + "dependencies": [ + { + "name": "M5Family" + }, + { + "name": "BMI270_Sensor" + }, + { + "name": "M5GFX" + }, + { + "name": "M5Unified" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5CoreS3-0.0.3.zip", + "archiveFileName": "M5CoreS3-0.0.3.zip", + "size": 947729, + "checksum": "SHA-256:d9dc825109aeb993ef809e79b969069201f919a968a980ea492b4d66c7bffac7" }, { - "name": "ESPpassthrough", - "version": "1.0.0", - "author": "Saruccio Culmone \u003csaruccio.culmone@yahoo.it\u003e", - "maintainer": "Saruccio Culmone \u003csaruccio.culmone@yahoo.it\u003e", - "sentence": "Library that uses ESP AT serial commands to set it in Passthrough (transparent) Mode.", - "paragraph": "Tested on ESP-01.", - "website": "https://github.com/Saruccio/ESPpassthrough", - "category": "Communication", + "name": "M5CoreS3", + "version": "0.0.4", + "author": "Tinyu-Zhao,M5Stack", + "maintainer": "Tinyu-Zhao,M5Stack", + "sentence": "Library for M5CoreS3 Core development kit", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5CoreS3", + "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Saruccio/ESPpassthrough.git", + "repository": "https://github.com/m5stack/M5CoreS3.git", "providesIncludes": [ - "ESPpassthrough.h" + "M5CoreS3.h" ], "dependencies": [ { - "name": "SoftwareSerial" + "name": "M5Family" + }, + { + "name": "BMI270_Sensor" + }, + { + "name": "M5GFX" + }, + { + "name": "M5Unified" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Saruccio/ESPpassthrough-1.0.0.zip", - "archiveFileName": "ESPpassthrough-1.0.0.zip", - "size": 62635, - "checksum": "SHA-256:532415f4794381f604411a4f9acf57b20aadaf41911dfdacd7f41977895983c5" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5CoreS3-0.0.4.zip", + "archiveFileName": "M5CoreS3-0.0.4.zip", + "size": 948773, + "checksum": "SHA-256:198217673ab86b564a5ee4deff0e33efd2766260e6357f779159396ae6a6f753" }, { - "name": "VNCL4020C-Arduino", + "name": "Deneyap Servo", "version": "1.0.0", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "Library to use Vishay VNCL4020C PPG sensor", - "paragraph": "The VCNL4020C is a fully integrated biosensor and ambient light sensor.", - "website": "https://github.com/beegee-tokyo/VNCL4020C-Arduino", - "category": "Sensors", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library to drive servo motors", + "paragraph": "Includes specific functions to drive servo motors by ESP32, ESP32-S2, ESP32-C3 and ESP32-S3 based development boards.", + "website": "https://github.com/deneyapkart/deneyap-servo-arduino-library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/VNCL4020C-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/VNCL4020C_Arduino-1.0.0.zip", - "archiveFileName": "VNCL4020C_Arduino-1.0.0.zip", - "size": 26016, - "checksum": "SHA-256:f649dd91f6458fd320edcfc09bacfb9518896b3b5cd36e068733b6d54203759c" + "repository": "https://github.com/deneyapkart/deneyap-servo-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Servo-1.0.0.zip", + "archiveFileName": "Deneyap_Servo-1.0.0.zip", + "size": 7978, + "checksum": "SHA-256:79b894f561d8318a353d8514e88897da0891cfac20a963747ad49d21b6e3ce11" }, { - "name": "Histogram", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for creating histograms math.", - "website": "https://github.com/RobTillaart/Histogram", - "category": "Data Processing", + "name": "Deneyap Servo", + "version": "1.0.5", + "author": "Turkish Technnology Team Foundation (T3)", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Arduino library to drive servo motors", + "paragraph": "Includes specific functions to drive servo motors by ESP32, ESP32-S2, ESP32-C3 and ESP32-S3 based development boards.", + "website": "https://github.com/deneyapkart/deneyap-servo-arduino-library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Histogram.git", - "providesIncludes": [ - "histogram.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.2.0.zip", - "archiveFileName": "Histogram-0.2.0.zip", - "size": 10930, - "checksum": "SHA-256:6de7d5fb1b495b2de7325331507de62e3a3b964dacfff6f5d1c9d59f2ae66318" + "repository": "https://github.com/deneyapkart/deneyap-servo-arduino-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/deneyapkart/Deneyap_Servo-1.0.5.zip", + "archiveFileName": "Deneyap_Servo-1.0.5.zip", + "size": 9001, + "checksum": "SHA-256:a53fdc41376cb144ab46c1cf0d586b1abc97da3fbe6b6d8716fae8f7f920b92a" }, { - "name": "Histogram", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for creating histograms math.", - "website": "https://github.com/RobTillaart/Histogram", - "category": "Data Processing", + "name": "SPI-FlashMem", + "version": "1.0.0", + "author": "Hamza Ozkan", + "maintainer": "Hamza Ozkan \u003chamza@hamzaozkan.com.tr\u003e", + "sentence": "SPI Memory library for Arduino", + "paragraph": "This project, Arduino framework with togeter writed for flash memory is a library. That library supporting code c c++. of the NOR flash memory family w25qxx' flash integrated is a tested is a working. you can download and test it to see if it works this library is working", + "website": "https://github.com/hmz06967/SPI-FlashMem", + "category": "Data Storage", "architectures": [ - "*" + "avr", + "sam", + "samd", + "esp8266", + "esp32", + "Simblee", + "stm32", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Histogram.git", + "repository": "https://github.com/hmz06967/SPI-FlashMem.git", "providesIncludes": [ - "histogram.h" + "spi_flash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Histogram-0.2.1.zip", - "archiveFileName": "Histogram-0.2.1.zip", - "size": 12248, - "checksum": "SHA-256:6f9ed32511969b9651b3501b30733b79ca6bb5edff638b7f0a656b1850fd1a15" + "url": "https://downloads.arduino.cc/libraries/github.com/hmz06967/SPI_FlashMem-1.0.0.zip", + "archiveFileName": "SPI_FlashMem-1.0.0.zip", + "size": 16657, + "checksum": "SHA-256:57a3da5f9d20a1a33c496ae401dd3919603f62ac33e9afde0d110846e71af511" }, { - "name": "Microbot_Motor_Shield", - "version": "1.0.0", - "author": "Microobot \u003cinfo@microbot.it\u003e", - "maintainer": "Microobot \u003cinfo@microbot.it\u003e", - "sentence": "Dual DC Motor Shield V2 library for Arduino", - "paragraph": "Motor speed and direction are controlled by a potentiometer, Shield temperature and current absorption are monitored on Serial Monitor", - "website": "https://www.microbot.it", - "category": "Device Control", + "name": "SPI-FlashMem", + "version": "1.3.4", + "author": "Hamza Ozkan", + "maintainer": "Hamza Ozkan \u003chamza@hamzaozkan.com.tr\u003e", + "sentence": "SPI Memory library for Arduino", + "paragraph": "This project, Arduino framework with togeter writed for flash memory is a library. That library supporting code c c++. of the NOR flash memory family w25qxx' flash integrated is a tested is a working. you can download and test it to see if it works this library is working", + "website": "https://github.com/hmz06967/SPI-FlashMem", + "category": "Data Storage", "architectures": [ - "*" + "avr", + "sam", + "samd", + "esp8266", + "esp32", + "Simblee", + "stm32", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/Microbot-it/Microbot-Motor-Shield.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Microbot-it/Microbot_Motor_Shield-1.0.0.zip", - "archiveFileName": "Microbot_Motor_Shield-1.0.0.zip", - "size": 6204, - "checksum": "SHA-256:75d365ec136d4aa084f6c292e0bb6f6cc390064a047da1d8d5e7c6fd3078a1bc" + "repository": "https://github.com/hmz06967/SPI-FlashMem.git", + "providesIncludes": [ + "spi_flash.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hmz06967/SPI_FlashMem-1.3.4.zip", + "archiveFileName": "SPI_FlashMem-1.3.4.zip", + "size": 17137, + "checksum": "SHA-256:ae6dfab21117c1baf3b1034e43c196d2c1ee70fdbd448958c15a2037954766c3" }, { - "name": "FunctionGenerator", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", - "paragraph": "a.k.a. FunctionGenerator", - "website": "https://github.com/RobTillaart/FunctionGenerator", - "category": "Data Processing", + "name": "SPI-FlashMem", + "version": "1.3.5", + "author": "Hamza Ozkan", + "maintainer": "Hamza Ozkan \u003chamza@hamzaozkan.com.tr\u003e", + "sentence": "SPI Memory library for Arduino", + "paragraph": "This project, Arduino framework with togeter writed for flash memory is a library. That library supporting code c c++. of the NOR flash memory family w25qxx' flash integrated is a tested is a working. you can download and test it to see if it works this library is working", + "website": "https://github.com/hmz06967/SPI-FlashMem", + "category": "Data Storage", "architectures": [ - "*" + "avr", + "sam", + "samd", + "esp8266", + "esp32", + "Simblee", + "stm32", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "repository": "https://github.com/hmz06967/SPI-FlashMem.git", "providesIncludes": [ - "functionGenerator.h" + "spi_flash.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.0.zip", - "archiveFileName": "FunctionGenerator-0.2.0.zip", - "size": 10241, - "checksum": "SHA-256:7b1db9e788ed3a432ea15a29f218eb8a4581abb4624990dcbb146e2e96b80533" + "url": "https://downloads.arduino.cc/libraries/github.com/hmz06967/SPI_FlashMem-1.3.5.zip", + "archiveFileName": "SPI_FlashMem-1.3.5.zip", + "size": 17144, + "checksum": "SHA-256:f59337f0b1897605952bdee094cd1eb0019c15b54ea89817a80dbbd5b53358d9" }, { - "name": "FunctionGenerator", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to generate wave forms (nummeric) for a DAC", - "paragraph": "a.k.a. FunctionGenerator", - "website": "https://github.com/RobTillaart/FunctionGenerator", - "category": "Data Processing", + "name": "OZGPS_NMEA", + "version": "1.0.0", + "author": "Hamza Ozkan", + "maintainer": "Hamza Ozkan \u003chamza@hamzaozkan.com.tr\u003e", + "sentence": "GPS NMEA Parser library", + "paragraph": "This project is a parser software that works for all gps receivers, supports the entire NMEA sentence protocol, performs translation for you, supports all embedded devices, because it is only the parser software, and when it is a lightweight software, it breaks down the sentence and transfers it to the sequence by reading with a single character, which will be very useful in your embedded projects.", + "website": "https://github.com/hmz06967/OZGPS_NMEA", + "category": "Communication", "architectures": [ - "*" + "avr", + "sam", + "samd", + "esp8266", + "esp32", + "Simblee", + "stm32", + "nrf52" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FunctionGenerator.git", + "repository": "https://github.com/hmz06967/OZGPS_NMEA.git", "providesIncludes": [ - "functionGenerator.h" + "ozgps.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FunctionGenerator-0.2.1.zip", - "archiveFileName": "FunctionGenerator-0.2.1.zip", - "size": 11799, - "checksum": "SHA-256:5f11c8060a475c8ac93c781da85a87826701c2359e57ec17b17ac30153a60deb" + "url": "https://downloads.arduino.cc/libraries/github.com/hmz06967/OZGPS_NMEA-1.0.0.zip", + "archiveFileName": "OZGPS_NMEA-1.0.0.zip", + "size": 170129, + "checksum": "SHA-256:b1f816e916293f6164610eea138a99511b83f511903659659196f9279c037f8d" }, { - "name": "SafeString", + "name": "Stringcalculater", "version": "1.0.0", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages", - "website": "https://github.com/PowerBroker2/SafeString", + "author": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "maintainer": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "sentence": "Arduino library to calculate a stirng.", + "paragraph": "This is a simple Arduino library used to change string to double.", + "website": "https://github.com/wzwyz/Stringcalculater", "category": "Data Processing", "architectures": [ "*" @@ -335805,627 +798125,600 @@ "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.0.zip", - "archiveFileName": "SafeString-1.0.0.zip", - "size": 58078, - "checksum": "SHA-256:3b57057f71daf2484dd79f0c39e0ec7672a2fb87e38b13db2d693ae5f6cfd948" + "repository": "https://github.com/wzwyz/Stringcalculater.git", + "providesIncludes": [ + "Stringcalculater.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wzwyz/Stringcalculater-1.0.0.zip", + "archiveFileName": "Stringcalculater-1.0.0.zip", + "size": 4848, + "checksum": "SHA-256:f4490a2c88986e51cc31cf6b85eefbff2d90b9d4a78f9c4fbc53e01cca3dcd54" }, { - "name": "SafeString", + "name": "Stringcalculater", "version": "1.0.1", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages", - "website": "https://github.com/PowerBroker2/SafeString", + "author": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "maintainer": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "sentence": "Arduino library to calculate a stirng.", + "paragraph": "This is a simple Arduino library used to change string to double.", + "website": "https://github.com/wzwyz/Stringcalculater", "category": "Data Processing", "architectures": [ - "*" + "avr", + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.1.zip", - "archiveFileName": "SafeString-1.0.1.zip", - "size": 58093, - "checksum": "SHA-256:c1e72e1a5262cf4d6a8874f7d05a8770cbe39a32247480d7984dccc3853b90bb" + "repository": "https://github.com/wzwyz/Stringcalculater.git", + "providesIncludes": [ + "Stringcalculater.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wzwyz/Stringcalculater-1.0.1.zip", + "archiveFileName": "Stringcalculater-1.0.1.zip", + "size": 4859, + "checksum": "SHA-256:2069674eae6f4fdbc2a0aabc02c806ccf8dfc4765206bde5ef2f873db64ce17c" }, { - "name": "SafeString", - "version": "1.0.2", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2 added == char and extra tests for pgmspace", - "website": "https://github.com/PowerBroker2/SafeString", + "name": "Crystal C Interpreter", + "version": "1.0.1", + "author": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "maintainer": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "sentence": "Semi-bottom c++ operating system.", + "paragraph": "This is a c++ interpreter.", + "website": "https://github.com/wzwyz/CrystalC", "category": "Data Processing", - "architectures": [ - "*" - ], + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.2.zip", - "archiveFileName": "SafeString-1.0.2.zip", - "size": 58259, - "checksum": "SHA-256:ec76cc5515b76941b9867bdbc95b381130a8cd35693ddabf04f155be158676c0" + "repository": "https://github.com/wzwyz/CrystalC.git", + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wzwyz/Crystal_C_Interpreter-1.0.1.zip", + "archiveFileName": "Crystal_C_Interpreter-1.0.1.zip", + "size": 9969, + "checksum": "SHA-256:4c7cd9b65ee042c1f9adb8f34f0d3d20e1b007bdc92775cb6a7af6cc1301bd8d" }, { - "name": "SafeString", - "version": "1.0.3", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33", - "website": "https://github.com/PowerBroker2/SafeString", + "name": "Crystal C Interpreter", + "version": "1.0.2", + "author": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "maintainer": "XJTU_wyz \u003c1653133624@qq.com\u003e", + "sentence": "This is a C++ interpreter developed based on ArduinoSTL, which supports almost all C++ keywords (excluding for) and can be used as a basic operating system on the avr development board.", + "paragraph": "This is a Semi-bottom c++ operating system.", + "website": "https://github.com/wzwyz/CrystalC", "category": "Data Processing", - "architectures": [ - "*" - ], + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.3.zip", - "archiveFileName": "SafeString-1.0.3.zip", - "size": 58355, - "checksum": "SHA-256:dfaf0535e15523cb71e5e349aaca367662576ed7b2f3ff151a9509e20ce3d475" + "repository": "https://github.com/wzwyz/CrystalC.git", + "dependencies": [ + { + "name": "ArduinoSTL" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/wzwyz/Crystal_C_Interpreter-1.0.2.zip", + "archiveFileName": "Crystal_C_Interpreter-1.0.2.zip", + "size": 10061, + "checksum": "SHA-256:b3083e02cb51461a75fd2f875ba75820ae5efdfdcb5846b78764a325c1104c13" }, { - "name": "SafeString", - "version": "1.0.5", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33 V1.0.4 made readBuffer arg const char* V1.0.5 undef nl() macro", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "STM32_CAN", + "version": "1.1.0", + "author": "Pasi Kemppainen", + "maintainer": "Pasi Kemppainen", + "sentence": "CAN bus Library for Arduino STM32", + "paragraph": "With this library you can use the CAN peripheral in STM32 processors.", + "website": "https://github.com/pazi88/STM32_CAN", + "category": "Communication", "architectures": [ - "*" + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.5.zip", - "archiveFileName": "SafeString-1.0.5.zip", - "size": 58479, - "checksum": "SHA-256:469e16005009d947531ec0aa41fd9a6dc501579697fd6ebde489622ef4d9015e" + "repository": "https://github.com/pazi88/STM32_CAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pazi88/STM32_CAN-1.1.0.zip", + "archiveFileName": "STM32_CAN-1.1.0.zip", + "size": 31559, + "checksum": "SHA-256:dd6d9c243ec6e772e4b81f4872dd16d2c5013e9ac5d9d983bb50fe82efcf4652" }, { - "name": "SafeString", - "version": "1.0.6", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V1.0.2,3 added == char and extra tests for Nano33 V1.0.4 made readBuffer arg const char* V1.0.5 undef nl() macro V1.0.6 retain delimiters after nextToken added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "EEPstore", + "version": "1.0.3", + "author": "Florian Rau", + "maintainer": "Florian Rau", + "sentence": "EEPROM data storage with CRC16 checksum", + "website": "https://github.com/bimac/EEPstore", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-1.0.6.zip", - "archiveFileName": "SafeString-1.0.6.zip", - "size": 62347, - "checksum": "SHA-256:95a4614bf46ca89ffe0715430a1eafc761d6653db6bca69b08f08c4790b790cf" + "repository": "https://github.com/bimac/EEPstore.git", + "providesIncludes": [ + "EEPstore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bimac/EEPstore-1.0.3.zip", + "archiveFileName": "EEPstore-1.0.3.zip", + "size": 17539, + "checksum": "SHA-256:22ed77f33bb7f36b8ec4da7645c3984a03fb46c6f07965a0fbf2d8e4883f38f1" }, { - "name": "SafeString", - "version": "2.0.0", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "EEPstore", + "version": "1.0.4", + "author": "Florian Rau", + "maintainer": "Florian Rau", + "sentence": "EEPROM data storage with CRC16 checksum", + "website": "https://github.com/bimac/EEPstore", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.0.zip", - "archiveFileName": "SafeString-2.0.0.zip", - "size": 78094, - "checksum": "SHA-256:e35e101125dfc8e41d7fc18e60b784d36180d670fc4c8cb4684d9d05d0674818" + "repository": "https://github.com/bimac/EEPstore.git", + "providesIncludes": [ + "EEPstore.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bimac/EEPstore-1.0.4.zip", + "archiveFileName": "EEPstore-1.0.4.zip", + "size": 17583, + "checksum": "SHA-256:89024d5ea09fb303f154307a5fd791c9b4e3e16563190acb54cfe99b75e3c2a6" }, { - "name": "SafeString", - "version": "2.0.1", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "dhtESP32-rmt", + "version": "1.0.0", + "author": "htmltiger", + "maintainer": "htmltiger", + "sentence": "Minimal, non-blocking, DHT11/DHT22 sensor library for ESP32 using RMT pheripheral", + "website": "https://github.com/htmltiger/dhtESP32-rmt", + "category": "Sensors", "architectures": [ - "*" - ], - "types": [ - "Contributed" + "esp32" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.1.zip", - "archiveFileName": "SafeString-2.0.1.zip", - "size": 78286, - "checksum": "SHA-256:dddf252ba9090ffb66833348a9b6b398740c33d63d72ac7260a033319be106b5" + "types": [ + "Contributed" + ], + "repository": "https://github.com/htmltiger/dhtESP32-rmt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/htmltiger/dhtESP32_rmt-1.0.0.zip", + "archiveFileName": "dhtESP32_rmt-1.0.0.zip", + "size": 4900, + "checksum": "SHA-256:cec644ea0379f8e59b3d92345fb6500f05831caa503b6b3778a472ca80232349" }, { - "name": "SafeString", - "version": "2.0.2", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "esp32-ds18b20", + "version": "1.0.0", + "author": "htmltiger", + "maintainer": "htmltiger", + "sentence": "Minimal, non-blocking, DS18B20 sensor library for ESP32 using RMT pheripheral", + "website": "https://github.com/htmltiger/esp32-ds18b20", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.2.zip", - "archiveFileName": "SafeString-2.0.2.zip", - "size": 78360, - "checksum": "SHA-256:1cc61df8963e353b4e79d7dd860a18c3435cf9f49748bda1c2c6affc9a198220" + "repository": "https://github.com/htmltiger/esp32-ds18b20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/htmltiger/esp32_ds18b20-1.0.0.zip", + "archiveFileName": "esp32_ds18b20-1.0.0.zip", + "size": 8181, + "checksum": "SHA-256:2de2cae28c97c64e5bd81186b2d9c7fb9d050bf16e67a3bfc5c4c8f784797bb8" }, { - "name": "SafeString", - "version": "2.0.3", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "esp32-ds18b20", + "version": "2.0.0", + "author": "htmltiger", + "maintainer": "htmltiger", + "sentence": "Minimal, non-blocking, DS18B20 sensor library for ESP32 using RMT pheripheral", + "website": "https://github.com/htmltiger/esp32-ds18b20", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.3.zip", - "archiveFileName": "SafeString-2.0.3.zip", - "size": 101661, - "checksum": "SHA-256:9cc394c137125f806d037d810cfa45ed913aa1a6f1a8b9e3a0c3e2511cffd9ff" + "repository": "https://github.com/htmltiger/esp32-ds18b20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/htmltiger/esp32_ds18b20-2.0.0.zip", + "archiveFileName": "esp32_ds18b20-2.0.0.zip", + "size": 7531, + "checksum": "SHA-256:54471ed72b9e8e66178ac099136eab25aaf84b6a66cd9ce36ab56262f95fbba7" }, { - "name": "SafeString", - "version": "2.0.4", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "esp32-ds18b20", + "version": "1.0.2", + "author": "htmltiger", + "maintainer": "htmltiger", + "sentence": "Minimal, non-blocking, DS18B20 sensor library for ESP32 using RMT pheripheral, supports multiple sensors, lightweight, no dependencies", + "website": "https://github.com/htmltiger/esp32-ds18b20", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.4.zip", - "archiveFileName": "SafeString-2.0.4.zip", - "size": 101975, - "checksum": "SHA-256:d670ec7811b7ad7027b9dc9a8da9172d454855f5303e00f01c69ab30c8b2d9dd" + "repository": "https://github.com/htmltiger/esp32-ds18b20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/htmltiger/esp32_ds18b20-1.0.2.zip", + "archiveFileName": "esp32_ds18b20-1.0.2.zip", + "size": 7563, + "checksum": "SHA-256:99dbc4d8610d8298d0c5353891eacc121ea4a53449ff6c867788ec6a3468f69b" }, { - "name": "SafeString", - "version": "2.0.5", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "esp32-ds18b20", + "version": "1.0.4", + "author": "htmltiger", + "maintainer": "htmltiger", + "sentence": "Minimal, non-blocking, DS18B20 sensor library for ESP32 using RMT pheripheral, supports multiple sensors, lightweight, no dependencies", + "website": "https://github.com/htmltiger/esp32-ds18b20", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.5.zip", - "archiveFileName": "SafeString-2.0.5.zip", - "size": 102517, - "checksum": "SHA-256:b2d3da5f6f099600ae3ab9a092800a447d071c01de1a8748733d56043f521a57" + "repository": "https://github.com/htmltiger/esp32-ds18b20.git", + "url": "https://downloads.arduino.cc/libraries/github.com/htmltiger/esp32_ds18b20-1.0.4.zip", + "archiveFileName": "esp32_ds18b20-1.0.4.zip", + "size": 7653, + "checksum": "SHA-256:a05b7b3fabfb211e7511ec892c43a7f306656f250edf12fdc01077b859ebbf52" }, { - "name": "SafeString", - "version": "2.0.6", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "ButtonClickCheck", + "version": "1.0.0", + "author": "Dang-gun", + "maintainer": "Dang-gun \u003chttps://github.com/dang-gun\u003e", + "sentence": "This is a library for checking the state of a button connected to an Arduino. [Korean]아두이노에 연결된 버튼의 상태를 확인하기 위한 라이브러리입니다.", + "paragraph": "Differentiate the output when the state does not change and when the state changes. Using this state, you can easily program it to act only once when the button's state changes. [Korean]상태가 변하지 않았을 때, 상태가 변했을 때의 출력을 다르게 해줍니다. 이 상태를 이용하여 버튼의 상태가 변했을 때 한 번만 동작하도록 쉽게 프로그래밍이 가능합니다.", + "website": "https://github.com/dang-gun/Arduino_ButtonClickCheck", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.6.zip", - "archiveFileName": "SafeString-2.0.6.zip", - "size": 102705, - "checksum": "SHA-256:fb2270bb579dfefba2760c133c1345c4fcba102df8a8e42b4efce0b2ce05cf50" + "repository": "https://github.com/dang-gun/Arduino_ButtonClickCheck.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dang-gun/ButtonClickCheck-1.0.0.zip", + "archiveFileName": "ButtonClickCheck-1.0.0.zip", + "size": 12282, + "checksum": "SHA-256:924108e5c316d4d315f89386b4b63a12b8226f67f4d7b46355fa647738299ef0" }, { - "name": "SafeString", - "version": "2.0.7", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.0.2", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.7.zip", - "archiveFileName": "SafeString-2.0.7.zip", - "size": 103003, - "checksum": "SHA-256:91a415c94883af55aafdc0e83f79b9f4260ab817bdeca848e4a5cc17f8c0c19f" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.0.2.zip", + "archiveFileName": "WiThrottleProtocol-1.0.2.zip", + "size": 150373, + "checksum": "SHA-256:6ac59e8b3d09b2fce1645a33aaaf393b521558bb9a6cead475bd83e70f196823" }, { - "name": "SafeString", - "version": "2.0.8", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.0.3", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.8.zip", - "archiveFileName": "SafeString-2.0.8.zip", - "size": 104002, - "checksum": "SHA-256:2e989a9ba4889273b23b2b5d51a30231918caef31678f61f54f06bc5b639c117" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.0.3.zip", + "archiveFileName": "WiThrottleProtocol-1.0.3.zip", + "size": 150782, + "checksum": "SHA-256:7ea15ee102f583edcf728a1043a8b95eef8069a5fa03f6c6f1ed29089c45c723" }, { - "name": "SafeString", - "version": "2.0.9", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.9 fix to readUntilToken() and SafeStringStream, added const char delimiiter args, V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.1.0", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.9.zip", - "archiveFileName": "SafeString-2.0.9.zip", - "size": 104890, - "checksum": "SHA-256:0566336eeb8f0d25c7f2bbb097c1bc42ee6b6991c3089806962ea55adcdda619" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.1.0.zip", + "archiveFileName": "WiThrottleProtocol-1.1.0.zip", + "size": 152089, + "checksum": "SHA-256:9a3d8c5282d42a4b2863ed15c343068a82fe8da6e122b367850717e24bad8f8a" }, { - "name": "SafeString", - "version": "2.0.10", - "author": "Matthew Ford", - "maintainer": "Matthew Ford", - "sentence": "A Safe, Static String library to replace Arduino String, plus non-blocking Serial I/O", - "paragraph": "This library implemnents Safe (static) Strings which never cause reboots and has extensive debugging messages. Also includes non-blocking Serial I/O. V2.0.10 fix BufferedOutput, V2.0.9 fix readUntilToken() and SafeStringStream, added const char delimiiter args, V2.0.8 added protect() to BufferedOutput and buffers to SafeStringStream, V2.0.7 clarified software licence, V2.0.6 minor code fixes, V2.0.5 fixed for ESP32 and ESP8266, V2.0.4 fixed ESP32 compile error, V2.0.3 added SafeStringStream, BufferedOutput, readUntilToken() clarified stoken() V nextToken(), renamed nl() to newline(), cSFAS now takes actual size of array, V2.0.2 add toInt(), V2.0.1 change to nextToken checks, V2.0.0 adds macro short name and wrapping of char[] and char*, fixed error in replace(), V1.0.6 retained delimiters after nextToken and added processBackspace().", - "website": "https://github.com/PowerBroker2/SafeString", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.1.1", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/SafeString.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/SafeString-2.0.10.zip", - "archiveFileName": "SafeString-2.0.10.zip", - "size": 105221, - "checksum": "SHA-256:5c2df8606bda316759e42683da99638984a99678c9a6d2264fb1267d7c1dba82" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.1.1.zip", + "archiveFileName": "WiThrottleProtocol-1.1.1.zip", + "size": 152298, + "checksum": "SHA-256:e25212d010762d58628e8ed9a95a2b865a4be458b85de8d2cc0c5f1bbb314fa2" }, { - "name": "ArxStringUtils", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino String utilities", - "paragraph": "Arduino String utilities", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.1.2", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxStringUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.0.zip", - "archiveFileName": "ArxStringUtils-0.2.0.zip", - "size": 15684, - "checksum": "SHA-256:926569aeab2aee7ef5565f96f5ea434191799c8dfd2486cb7fb4208f955e3082" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.1.2.zip", + "archiveFileName": "WiThrottleProtocol-1.1.2.zip", + "size": 152299, + "checksum": "SHA-256:1c041fa6d4f5c4d5127d0f86295c275bfc6afa23683174db06d26c302bd2601b" }, { - "name": "ArxStringUtils", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino String utilities", - "paragraph": "Arduino String utilities", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.1.3", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxStringUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.1.zip", - "archiveFileName": "ArxStringUtils-0.2.1.zip", - "size": 15797, - "checksum": "SHA-256:c4ef8aecfc5b216d08fc994a0d75b5a5a021a724a89d1ab33f8d33e6c8756e3d" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.1.3.zip", + "archiveFileName": "WiThrottleProtocol-1.1.3.zip", + "size": 152413, + "checksum": "SHA-256:1c090267a5e3a7c0b4ace7121ea9df9ae30cb34e0cd1fca9a157b02aece8875a" }, { - "name": "ArxStringUtils", - "version": "0.2.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino String utilities", - "paragraph": "Arduino String utilities", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.1.4", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxStringUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.2.zip", - "archiveFileName": "ArxStringUtils-0.2.2.zip", - "size": 16103, - "checksum": "SHA-256:c72292a8659cc520346917d222bd63c3cecc61c20a632e36b9d1f9ef21e70e98" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.1.4.zip", + "archiveFileName": "WiThrottleProtocol-1.1.4.zip", + "size": 152675, + "checksum": "SHA-256:707c7cf4e1307e2b2c1ea57ccb298bed5c9712f9210c555d4c5fdd03a4970805" }, { - "name": "ArxStringUtils", - "version": "0.2.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino String utilities", - "paragraph": "Arduino String utilities", - "website": "https://github.com/hideakitai/ArxStringUtils", - "category": "Data Processing", + "name": "WiThrottleProtocol", + "version": "1.1.5", + "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e, Peter Akers \u003cakersp62@gmail.com\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "JMRI WiThrottle Protocol implementation", + "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/flash62au/WiThrottleProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxStringUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.3.zip", - "archiveFileName": "ArxStringUtils-0.2.3.zip", - "size": 30020, - "checksum": "SHA-256:b12dc3874a375d66d87756bf88e350e322e2bd5fb4a741fbd74cf4326101b317" + "repository": "https://github.com/flash62au/WiThrottleProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/flash62au/WiThrottleProtocol-1.1.5.zip", + "archiveFileName": "WiThrottleProtocol-1.1.5.zip", + "size": 152767, + "checksum": "SHA-256:ee4a75def05b5e2fdd9180fa9ef375d2e18619fe4f41330c3f9e2cb9d781b660" }, { - "name": "ArxStringUtils", - "version": "0.2.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino String utilities", - "paragraph": "Arduino String utilities", - "website": "https://github.com/hideakitai/ArxStringUtils", - "category": "Data Processing", + "name": "ArtronShop_PCF85363", + "version": "1.1.0", + "author": "ArtronShop Co.,Ltd.", + "maintainer": "Sonthaya.NT \u003csonthaya.nt@artronshop.co.th\u003e", + "sentence": "Arduino library of PCF85363A Real-Time Clock/calendar with 64 byte RAM", + "paragraph": "Arduino library of PCF85363A Real-Time Clock/calendar with 64 byte RAM", + "website": "https://github.com/ArtronShop/ArtronShop_PCF85363", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxStringUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.4.zip", - "archiveFileName": "ArxStringUtils-0.2.4.zip", - "size": 30021, - "checksum": "SHA-256:b6d96976cfd231c8e10a05556c72039a22a369f9a8d815e50d5643add82dd598" + "repository": "https://github.com/ArtronShop/ArtronShop_PCF85363.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_PCF85363-1.1.0.zip", + "archiveFileName": "ArtronShop_PCF85363-1.1.0.zip", + "size": 6540, + "checksum": "SHA-256:9a736f3f7f34e03bf33e473f7ccc3db899190c28252039c3f7aeb78b12631681" }, { - "name": "ArxStringUtils", - "version": "0.2.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino String utilities", - "paragraph": "Arduino String utilities", - "website": "https://github.com/hideakitai/ArxStringUtils", - "category": "Data Processing", + "name": "gButton", + "version": "1.0.0", + "author": "Jhoselin Ramirez", + "maintainer": "Jhoselin \u003cjhoselin.ramirez92@gmail.com\u003e", + "sentence": "Provides an easy way to work with buttons and other momentary contact switches.", + "paragraph": "This library lets you use the pins built in pull-up resistors with no extra configuration simplifying the wiring. Implement a configurable debounce filter and extra capabilities like detecting a pulsation, a release, double click, etc.", + "website": "https://github.com/JhoselinRam/gButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ArxStringUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ArxStringUtils-0.2.5.zip", - "archiveFileName": "ArxStringUtils-0.2.5.zip", - "size": 30117, - "checksum": "SHA-256:e08fd0d610f79447c07a0ab12b8813dee930f507f5605013972992ea743b9e8f" + "repository": "https://github.com/JhoselinRam/gButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JhoselinRam/gButton-1.0.0.zip", + "archiveFileName": "gButton-1.0.0.zip", + "size": 50749, + "checksum": "SHA-256:04e3a40aea78b0cafeee68335123090893dce69d94668a48d1d13427bd9133b6" }, { - "name": "LcdMenu", + "name": "TwoButtonsInterface", "version": "1.0.0", - "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "sentence": "Display navigable menu items on your LCD display with Arduino.", - "paragraph": "Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", - "website": "https://github.com/forntoh/LcdMenu", - "category": "Display", + "author": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "maintainer": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "sentence": "A button library that handles two buttons interface.", + "paragraph": "Library handles events when pressing buttons. It supports single clicks and simultaneous clicks of two buttons. It is useful to create simple projects with graphical interface when buttons are used to navigate through menu.", + "website": "https://github.com/tomasz90/two-buttons-inteface", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/forntoh/LcdMenu.git", - "providesIncludes": [ - "LcdMenu.h" - ], - "dependencies": [ - { - "name": "LiquidCrystal_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.0.zip", - "archiveFileName": "LcdMenu-1.0.0.zip", - "size": 8436, - "checksum": "SHA-256:cb47881ff3d5ac10a233b91d72d5969db5ba5e20ec78c4f2a3eba4519a2f8d84" + "repository": "https://github.com/tomasz90/two-buttons-interface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomasz90/TwoButtonsInterface-1.0.0.zip", + "archiveFileName": "TwoButtonsInterface-1.0.0.zip", + "size": 5486, + "checksum": "SHA-256:1d3590275d7711129b59c88b1fb6bf01f6612cfe329c9ebbf9e18fd5f9ad18de" }, { - "name": "LcdMenu", + "name": "TwoButtonsInterface", "version": "1.0.1", - "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "sentence": "Display navigable menu items on your LCD display with Arduino.", - "paragraph": "Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", - "website": "https://github.com/forntoh/LcdMenu", - "category": "Display", + "author": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "maintainer": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "sentence": "A button library that handles two buttons interface.", + "paragraph": "Library handles events when pressing buttons. It supports single clicks and simultaneous clicks of two buttons. It is useful to create simple projects with graphical interface when buttons are used to navigate through menu.", + "website": "https://github.com/tomasz90/two-buttons-inteface", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/forntoh/LcdMenu.git", - "providesIncludes": [ - "LcdMenu.h" - ], - "dependencies": [ - { - "name": "LiquidCrystal_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.1.zip", - "archiveFileName": "LcdMenu-1.0.1.zip", - "size": 8450, - "checksum": "SHA-256:365b1ebdb0ca4d584b2799eac5a2f0d27e0f72aa09973ecae6c5abbeb589bc7c" + "repository": "https://github.com/tomasz90/two-buttons-interface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomasz90/TwoButtonsInterface-1.0.1.zip", + "archiveFileName": "TwoButtonsInterface-1.0.1.zip", + "size": 5711, + "checksum": "SHA-256:5507423b02f079cc0824699a8d8071df7aeae2c301ae1b44c1cadf705dfc986d" }, { - "name": "LcdMenu", + "name": "TwoButtonsInterface", "version": "1.0.2", - "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "sentence": "Display navigable menu items on your LCD display with Arduino.", - "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", - "website": "https://github.com/forntoh/LcdMenu", - "category": "Display", + "author": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "maintainer": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "sentence": "A button library that handles two buttons interface.", + "paragraph": "Library handles events when pressing buttons. It supports single clicks and simultaneous clicks of two buttons. It is useful to create simple projects with graphical interface when buttons are used to navigate through menu.", + "website": "https://github.com/tomasz90/two-buttons-inteface", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/forntoh/LcdMenu.git", - "providesIncludes": [ - "LcdMenu.h" - ], - "dependencies": [ - { - "name": "LiquidCrystal_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.2.zip", - "archiveFileName": "LcdMenu-1.0.2.zip", - "size": 11474, - "checksum": "SHA-256:12046754a013886abe1efd552961277417dd63d17184e449fb81291592b43f9e" + "repository": "https://github.com/tomasz90/two-buttons-interface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomasz90/TwoButtonsInterface-1.0.2.zip", + "archiveFileName": "TwoButtonsInterface-1.0.2.zip", + "size": 5739, + "checksum": "SHA-256:e74a5fc8d8c2ef0d7267405c6a1dff7337d1af8833ef7218b8ef0b99ae24fdd1" }, { - "name": "LcdMenu", + "name": "TwoButtonsInterface", "version": "1.0.3", - "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "sentence": "Display navigable menu items on your LCD display with Arduino.", - "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", - "website": "https://github.com/forntoh/LcdMenu/wiki", - "category": "Display", + "author": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "maintainer": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "sentence": "A button library that handles two buttons interface.", + "paragraph": "Library handles events when pressing buttons. It supports single clicks and simultaneous clicks of two buttons. It is useful to create simple projects with graphical interface when buttons are used to navigate through menu.", + "website": "https://github.com/tomasz90/two-buttons-inteface", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/forntoh/LcdMenu.git", - "providesIncludes": [ - "LcdMenu.h" - ], - "dependencies": [ - { - "name": "LiquidCrystal_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.3.zip", - "archiveFileName": "LcdMenu-1.0.3.zip", - "size": 87329, - "checksum": "SHA-256:472120b7e4b09a949de6ad8bcd2873ec258adb339cb3d9fee49394cd38fa4e24" + "repository": "https://github.com/tomasz90/two-buttons-interface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomasz90/TwoButtonsInterface-1.0.3.zip", + "archiveFileName": "TwoButtonsInterface-1.0.3.zip", + "size": 6310, + "checksum": "SHA-256:1bf742fb44a96a8db48b9b1eff1a83d8efb46fef4626f138791d91b5ec32a9bb" }, { - "name": "LcdMenu", + "name": "TwoButtonsInterface", "version": "1.0.4", - "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "sentence": "Display navigable menu items on your LCD display with Arduino.", - "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", - "website": "https://github.com/forntoh/LcdMenu/wiki", - "category": "Display", + "author": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "maintainer": "Tomasz Kulig \u003ctomaszkacperkulig@gmail.com\u003e", + "sentence": "A button library that handles two buttons interface.", + "paragraph": "Library handles events when pressing buttons. It supports single clicks and simultaneous clicks of two buttons. It is useful to create simple projects with graphical interface when buttons are used to navigate through menu.", + "website": "https://github.com/tomasz90/two-buttons-inteface", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/forntoh/LcdMenu.git", - "providesIncludes": [ - "LcdMenu.h" - ], - "dependencies": [ - { - "name": "LiquidCrystal_I2C" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.0.4.zip", - "archiveFileName": "LcdMenu-1.0.4.zip", - "size": 87358, - "checksum": "SHA-256:1d0672bf1bdd7f1d1dde5879ebaf5aa2a890a165e76d50014158b649b3df19d7" + "repository": "https://github.com/tomasz90/two-buttons-interface.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tomasz90/TwoButtonsInterface-1.0.4.zip", + "archiveFileName": "TwoButtonsInterface-1.0.4.zip", + "size": 6507, + "checksum": "SHA-256:a1756543bad2e73e10bf7f682fe2e3acbf49b175373e64a2041bbe77dda34aa0" }, { - "name": "LcdMenu", - "version": "1.1.0", - "author": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "maintainer": "Forntoh Thomas \u003cthomasforntoh@gmail.com\u003e", - "sentence": "Display navigable menu items on your LCD display with Arduino.", - "paragraph": "Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.", - "website": "https://github.com/forntoh/LcdMenu/wiki", + "name": "DIYables_4Digit7Segment_74HC595", + "version": "1.0.1", + "author": "DIYables.io", + "maintainer": "DIYables.io (diyables.io@gmail.com)", + "sentence": "The Arduino library for 74HC595 4-dot 4-digit 7-segment display. It works with Arduino, ESP32, ESP8266.", + "paragraph": "The library is designed for Arduino, ESP32, ESP8266 to display number, text, and float point on the 74HC595 4-dot 4-digit 7-segment display.", + "website": "https://diyables.io/products/4-digit-7-segment-display-led-74hc595-driver-with-4-dots", "category": "Display", "architectures": [ "*" @@ -336433,850 +798726,748 @@ "types": [ "Contributed" ], - "repository": "https://github.com/forntoh/LcdMenu.git", + "repository": "https://github.com/DIYables/DIYables_4Digit7Segment_74HC595.git", "providesIncludes": [ - "LcdMenu.h" - ], - "dependencies": [ - { - "name": "LiquidCrystal_I2C" - }, - { - "name": "LiquidCrystal" - } + "DIYables_4Digit7Segment_74HC595.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/forntoh/LcdMenu-1.1.0.zip", - "archiveFileName": "LcdMenu-1.1.0.zip", - "size": 67524, - "checksum": "SHA-256:9b746889fffbbd2382098f7ded22197eac41bb091838f411d9eaabc89d491c36" + "url": "https://downloads.arduino.cc/libraries/github.com/DIYables/DIYables_4Digit7Segment_74HC595-1.0.1.zip", + "archiveFileName": "DIYables_4Digit7Segment_74HC595-1.0.1.zip", + "size": 10364, + "checksum": "SHA-256:889752cbc110aacd47b86f12d9255f29f62662638b76671529250f15ee32b179" }, { - "name": "Adafruit ICM20X", - "version": "2.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20X", - "category": "Sensors", + "name": "DIYables_4Digit7Segment_74HC595", + "version": "1.0.2", + "author": "DIYables.io", + "maintainer": "DIYables.io (diyables.io@gmail.com)", + "sentence": "The Arduino library for 74HC595 4-dot 4-digit 7-segment display. It works with Arduino, ESP32, ESP8266.", + "paragraph": "The library is designed for Arduino, ESP32, ESP8266 to display number, text, and float point on the 74HC595 4-dot 4-digit 7-segment display.", + "website": "https://diyables.io/products/4-digit-7-segment-display-led-74hc595-driver-with-4-dots", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/DIYables/DIYables_4Digit7Segment_74HC595.git", + "providesIncludes": [ + "DIYables_4Digit7Segment_74HC595.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.0.zip", - "archiveFileName": "Adafruit_ICM20X-2.0.0.zip", - "size": 1150202, - "checksum": "SHA-256:d5c16665899aca8ee2524b28403691a42855b96bba4da0808c39d6eccf4dfc98" + "url": "https://downloads.arduino.cc/libraries/github.com/DIYables/DIYables_4Digit7Segment_74HC595-1.0.2.zip", + "archiveFileName": "DIYables_4Digit7Segment_74HC595-1.0.2.zip", + "size": 10361, + "checksum": "SHA-256:6600ede6bb3258609b9b3cefcc2944176e410a7be789ae827bf5d5075b76da7b" }, { - "name": "Adafruit ICM20X", - "version": "2.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20X", - "category": "Sensors", + "name": "TinyMenu", + "version": "1.0.0", + "author": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "maintainer": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "sentence": "A Tiny Menu for SuperPico-Compactible Boards (RP2040), based on TFT_eSPI", + "website": "https://ksyuki.zip/SuperPico-TinyMenu", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "repository": "https://github.com/yuki-kurosawa/SuperPico-TinyMenu.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "TFT_eSPI", + "version": "\u003e=2.5.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.1.zip", - "archiveFileName": "Adafruit_ICM20X-2.0.1.zip", - "size": 1150244, - "checksum": "SHA-256:44b1ce79f17e19720bce6ad3595cfee71163761675e46702516c1fde8a6148d0" + "url": "https://downloads.arduino.cc/libraries/github.com/yuki-kurosawa/TinyMenu-1.0.0.zip", + "archiveFileName": "TinyMenu-1.0.0.zip", + "size": 2693, + "checksum": "SHA-256:546915e32e3647a5d361759aba24caadb227f233e273e7d73d4be3bbf1032284" }, { - "name": "Adafruit ICM20X", - "version": "2.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20X", - "category": "Sensors", + "name": "TinyMenu", + "version": "1.0.1", + "author": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "maintainer": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "sentence": "A Tiny Menu for SuperPico-Compactible Boards (RP2040), based on TFT_eSPI", + "website": "https://ksyuki.zip/SuperPico-TinyMenu", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "repository": "https://github.com/yuki-kurosawa/SuperPico-TinyMenu.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "TFT_eSPI", + "version": "\u003e=2.5.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.2.zip", - "archiveFileName": "Adafruit_ICM20X-2.0.2.zip", - "size": 1150248, - "checksum": "SHA-256:a1474fbbb03f5456c825da7eb2146de55bd8e7aea1a3c55be43719d3a47b83ae" + "url": "https://downloads.arduino.cc/libraries/github.com/yuki-kurosawa/TinyMenu-1.0.1.zip", + "archiveFileName": "TinyMenu-1.0.1.zip", + "size": 78032, + "checksum": "SHA-256:375add5462da75dd7bcee436f1d3e934fb8470caa24cbe6b0c3dfbfd953d12b7" }, { - "name": "Adafruit ICM20X", - "version": "2.0.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "paragraph": "Arduino library for the ICM20X Family sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_ICM20X", - "category": "Sensors", + "name": "TinyMenu", + "version": "1.0.2", + "author": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "maintainer": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "sentence": "A Tiny Menu for SuperPico-Compactible Boards (RP2040), based on TFT_eSPI", + "website": "https://ksyuki.zip/SuperPico-TinyMenu", + "category": "Other", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_ICM20X.git", + "repository": "https://github.com/yuki-kurosawa/SuperPico-TinyMenu.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" + "name": "TFT_eSPI", + "version": "\u003e=2.5.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ICM20X-2.0.3.zip", - "archiveFileName": "Adafruit_ICM20X-2.0.3.zip", - "size": 1150251, - "checksum": "SHA-256:de704b35e742cd698030ca1e62a7f51edef896e57309cebc783f8bd2a93a9c72" + "url": "https://downloads.arduino.cc/libraries/github.com/yuki-kurosawa/TinyMenu-1.0.2.zip", + "archiveFileName": "TinyMenu-1.0.2.zip", + "size": 78032, + "checksum": "SHA-256:613d4266d0b0800569ee94db031873adf55fcbdf833f39b8eced8f48e319dea4" }, { - "name": "IGB-FlashSst26", - "version": "1.0.0", - "author": "IGB", - "maintainer": "IGB", - "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", - "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", - "website": "*", - "category": "Data Storage", + "name": "TinyMenu", + "version": "1.1.0", + "author": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "maintainer": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "sentence": "A Tiny Menu for SuperPico-Compactible Boards (RP2040), based on TFT_eSPI", + "website": "https://ksyuki.zip/SuperPico-TinyMenu", + "category": "Other", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "repository": "https://github.com/yuki-kurosawa/SuperPico-TinyMenu.git", "dependencies": [ { - "name": "ComDriverSpi" + "name": "TFT_eSPI", + "version": "\u003e=2.5.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.0.0.zip", - "archiveFileName": "IGB_FlashSst26-1.0.0.zip", - "size": 13946945, - "checksum": "SHA-256:00bab012b4a3297abe2cd287102e2aaaece68d99d529139646501a03535f0d75" + "url": "https://downloads.arduino.cc/libraries/github.com/yuki-kurosawa/TinyMenu-1.1.0.zip", + "archiveFileName": "TinyMenu-1.1.0.zip", + "size": 78405, + "checksum": "SHA-256:1fe72bb27bfc8166464433e21a3c42cded78c88f8d1d6bf6dfcecb7c31f69cc4" }, { - "name": "IGB-FlashSst26", - "version": "1.1.0", - "author": "IGB", - "maintainer": "IGB", - "sentence": "Spi Flash Memory Library for Microchip SST26 1,8V", - "paragraph": "The library enables read, write, erase and other functions of the 26 Series Microchip Serial Flash chip.It has a C++ interface, serial printing capabilties and a very small memory consumption.Tested Chip: SST26WF016BA (WF=1,8V)", - "website": "*", - "category": "Data Storage", + "name": "TinyMenu", + "version": "1.1.1", + "author": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "maintainer": "Yuki Kurosawa \u003cyuki@ksyuki.com\u003e", + "sentence": "A Tiny Menu for SuperPico-Compactible Boards (RP2040), based on TFT_eSPI", + "website": "https://ksyuki.zip/SuperPico-TinyMenu", + "category": "Other", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/IGB-Germany/IGB-FlashSst26.git", + "repository": "https://github.com/yuki-kurosawa/SuperPico-TinyMenu.git", "dependencies": [ { - "name": "ComDriverSpi" + "name": "TFT_eSPI", + "version": "\u003e=2.5.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/IGB_FlashSst26-1.1.0.zip", - "archiveFileName": "IGB_FlashSst26-1.1.0.zip", - "size": 652543, - "checksum": "SHA-256:70045fe4ece0e1566c957dcefc8ef2cb58acb22e258bde66e5f563cbb7c72ed1" - }, - { - "name": "Arduino_KNN", - "version": "0.1.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "[BETA] Arduino library for the K-Nearest Neighbors algorithm.", - "paragraph": "The KNN algorithm classifies objects by comparing how similar they are to previously seen examples", - "website": "https://github.com/arduino-libraries/Arduino_KNN", - "category": "Data Processing", - "architectures": [ - "*" - ], - "types": [ - "Arduino" - ], - "repository": "https://github.com/arduino-libraries/Arduino_KNN.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_KNN-0.1.0.zip", - "archiveFileName": "Arduino_KNN-0.1.0.zip", - "size": 21650, - "checksum": "SHA-256:375fab705ee9cb0deb9c4b28cd83b14691d726d9f42fc2551860e5a0c0a41f80" + "url": "https://downloads.arduino.cc/libraries/github.com/yuki-kurosawa/TinyMenu-1.1.1.zip", + "archiveFileName": "TinyMenu-1.1.1.zip", + "size": 78529, + "checksum": "SHA-256:60ec56f3ce2f0bac6f860a52477eea4e0c76843270f98611a2b2ae4800ebd891" }, { - "name": "YA_FSM", + "name": "DHT11", "version": "1.0.0", - "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "sentence": "Yet Another Finite State Machine", - "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", - "website": "https://github.com/cotestatnt/YA_FSM", - "category": "Other", + "author": "Dhruba Saha \u003cdhrubasaha@outlook.com\u003e", + "maintainer": "Dhruba Saha \u003cdhrubasaha@outlook.com\u003e", + "sentence": "A library for the DHT11 temperature and humidity sensor.", + "paragraph": "This library provides an easy-to-use interface for reading temperature and humidity data from a DHT11 sensor. It does not depend on any other libraries.", + "website": "http://github.com/dhrubasaha08/DHT11", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cotestatnt/YA_FSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.0.zip", - "archiveFileName": "YA_FSM-1.0.0.zip", - "size": 30072, - "checksum": "SHA-256:322cc91b6223abb620f8e15958f9e0d4daf415a7d44d37b5041ad44257896b44" + "repository": "https://github.com/dhrubasaha08/DHT11.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhrubasaha08/DHT11-1.0.0.zip", + "archiveFileName": "DHT11-1.0.0.zip", + "size": 6435, + "checksum": "SHA-256:8b32adeee20861c4d971e4d9193fbcc8b1c05a8377ed7640233f7ac3b3ceba1b" }, { - "name": "YA_FSM", - "version": "1.0.1", - "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "sentence": "Yet Another Finite State Machine", - "paragraph": "The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions.", - "website": "https://github.com/cotestatnt/YA_FSM", - "category": "Other", + "name": "DHT11", + "version": "2.0.0", + "author": "Dhruba Saha", + "maintainer": "Dhruba Saha \u003cdhrubasaha@outlook.com\u003e", + "sentence": "An Arduino library for the DHT11 temperature and humidity sensor.", + "paragraph": "This library provides a simple and easy-to-use interface to read temperature and humidity data from a DHT11 sensor.", + "website": "https://github.com/dhrubasaha08/DHT11", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/cotestatnt/YA_FSM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/YA_FSM-1.0.1.zip", - "archiveFileName": "YA_FSM-1.0.1.zip", - "size": 30551, - "checksum": "SHA-256:6b01811d500ef4f06d88c2add27109af46b9a9b2667f506f1c4d7019ce4536cb" + "repository": "https://github.com/dhrubasaha08/DHT11.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhrubasaha08/DHT11-2.0.0.zip", + "archiveFileName": "DHT11-2.0.0.zip", + "size": 38350, + "checksum": "SHA-256:fcccfeae2507dd872bc2294b7c3969a166a89878119b0bb99f6ee11fb261e60e" }, { - "name": "NibbleArray", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to implement a compact array of nibbles (4 bit).", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", - "category": "Data Processing", + "name": "Taskfun", + "version": "0.1.0", + "author": "Eugene Pistrak \u003cevpisa@gmail.com\u003e", + "maintainer": "Eugene Pistrak \u003cevpisa@gmail.com\u003e", + "sentence": "Preemptive multitasking for hobbyists for Arduino AVR and SAMD21", + "paragraph": "Add multitasking to your sketch to simplify coding your project. Preemptive multitasking allows you to design your sketch as independently running tasks.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/nibbleArray.git", - "providesIncludes": [ - "nibbleArray.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NibbleArray-0.2.0.zip", - "archiveFileName": "NibbleArray-0.2.0.zip", - "size": 6812, - "checksum": "SHA-256:707dd4215808ae2d6e27bc69837089ea57c23b339fb0b710399a959ca2631598" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.0.zip", + "archiveFileName": "Taskfun-0.1.0.zip", + "size": 13009, + "checksum": "SHA-256:82f2c6b68528eca93486c7fb230940fed8ab948ace9a98e6684016be728f1ba2" }, { - "name": "PollingTimer", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library to manage timing and event in a flexible way with polling", - "paragraph": "Arduino library to manage timing and event in a flexible way with polling", - "website": "https://github.com/hideakitai", - "category": "Timing", + "name": "Taskfun", + "version": "0.1.1", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/PollingTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.0.zip", - "archiveFileName": "PollingTimer-0.2.0.zip", - "size": 36597, - "checksum": "SHA-256:a202841110a59e409a1f3a86a510dc2154c8117e6d22d61d98b81a734a5ea66a" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.1.zip", + "archiveFileName": "Taskfun-0.1.1.zip", + "size": 15402, + "checksum": "SHA-256:b929c702fe3acd21f42abb083405d9b20f4ab012bba0fe167ec11fab1769c6a3" }, { - "name": "PollingTimer", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library to manage timing and event in a flexible way with polling", - "paragraph": "Arduino library to manage timing and event in a flexible way with polling", - "website": "https://github.com/hideakitai", - "category": "Timing", + "name": "Taskfun", + "version": "0.1.2", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/PollingTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.1.zip", - "archiveFileName": "PollingTimer-0.2.1.zip", - "size": 36680, - "checksum": "SHA-256:64af073cdd342b02717bd6172f7869ed71df2187ebf37697313fef5c36061776" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.2.zip", + "archiveFileName": "Taskfun-0.1.2.zip", + "size": 16726, + "checksum": "SHA-256:91f663b80aa3ca94065a45a44dbeefd11c70765eed9c9ea15648c17a70ec1be0" }, { - "name": "PollingTimer", - "version": "0.2.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library to manage timing and event in a flexible way with polling", - "paragraph": "Arduino library to manage timing and event in a flexible way with polling", - "website": "https://github.com/hideakitai/PollingTimer", - "category": "Timing", + "name": "Taskfun", + "version": "0.1.3", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/PollingTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.2.zip", - "archiveFileName": "PollingTimer-0.2.2.zip", - "size": 40576, - "checksum": "SHA-256:97de0c282524aece75ed6fe55d2050e9e01cd3f5b3d8a19b26e9326394dc5098" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.3.zip", + "archiveFileName": "Taskfun-0.1.3.zip", + "size": 18248, + "checksum": "SHA-256:0ca705ef62d5a50e1286952cf47a66da34615918823f7333acf6c494d8ed291c" }, { - "name": "PollingTimer", - "version": "0.2.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library to manage timing and event in a flexible way with polling", - "paragraph": "Arduino library to manage timing and event in a flexible way with polling", - "website": "https://github.com/hideakitai/PollingTimer", - "category": "Timing", + "name": "Taskfun", + "version": "0.1.4", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/PollingTimer.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/PollingTimer-0.2.3.zip", - "archiveFileName": "PollingTimer-0.2.3.zip", - "size": 40605, - "checksum": "SHA-256:199bb301dcf97c9927f153553b33e264125ed1aa83c48045583a39765527a743" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.4.zip", + "archiveFileName": "Taskfun-0.1.4.zip", + "size": 18270, + "checksum": "SHA-256:914fba319a0b2a247adabbf7b1a4051577efeed6fe894b3d4b4e1f9c7386b39b" }, { - "name": "MS5611", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MS5611 temperature and pressure sensor", - "paragraph": "Experimental", - "website": "https://github.com/RobTillaart/MS5611", - "category": "Sensors", + "name": "Taskfun", + "version": "0.1.5", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MS5611.git", - "providesIncludes": [ - "MS5611.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.0.zip", - "archiveFileName": "MS5611-0.2.0.zip", - "size": 7467, - "checksum": "SHA-256:51693f3e6e1a40926e65b9ab420d40bea612efaba0138344a15904822e4be0e3" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.5.zip", + "archiveFileName": "Taskfun-0.1.5.zip", + "size": 20166, + "checksum": "SHA-256:26796e303366ee3ddceea36360f1fc74585cc97e2aaa2d3499a924bf8d0fdbec" }, { - "name": "MS5611", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MS5611 temperature and pressure sensor", - "paragraph": "Experimental", - "website": "https://github.com/RobTillaart/MS5611", - "category": "Sensors", + "name": "Taskfun", + "version": "0.1.6", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MS5611.git", - "providesIncludes": [ - "MS5611.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MS5611-0.2.1.zip", - "archiveFileName": "MS5611-0.2.1.zip", - "size": 7520, - "checksum": "SHA-256:2298e48738ac5e6b2f5d698495d99e82f8d91396d08a0c209c2a441c0ac34605" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.6.zip", + "archiveFileName": "Taskfun-0.1.6.zip", + "size": 20463, + "checksum": "SHA-256:2678f81074bf0f8fec086af2704a1879f78f6ce822102fe841f58a396b608a6d" }, { - "name": "ML8511", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "ML8511 - UV sensor - library for Arduino", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries", - "category": "Uncategorized", + "name": "Taskfun", + "version": "0.1.7", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ML8511.git", - "providesIncludes": [ - "ML8511.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ML8511-0.1.2.zip", - "archiveFileName": "ML8511-0.1.2.zip", - "size": 10486, - "checksum": "SHA-256:2f80a288c2ccf5f13cd11b4aef59113ed484aee0dc5cfb2cd2839ffb69389d0f" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.7.zip", + "archiveFileName": "Taskfun-0.1.7.zip", + "size": 20363, + "checksum": "SHA-256:f8fb831fc649ed195723c98a0c321876b4e7461866ea50c6c8a942f824de6a59" }, { - "name": "N64Controller", - "version": "0.1.0", - "author": "Andrew Brown, Peter Den Hartog, Kai Lüke, Daniel Schaal", - "maintainer": "Kai Lüke \u003ckailueke@riseup.net\u003e", - "sentence": "Arduino library to connect a N64 controller.", - "website": "https://github.com/pothos/arduino-n64-controller-library", - "category": "Device Control", + "name": "Taskfun", + "version": "0.1.8", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "avr" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/pothos/arduino-n64-controller-library.git", - "providesIncludes": [ - "N64Controller.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pothos/N64Controller-0.1.0.zip", - "archiveFileName": "N64Controller-0.1.0.zip", - "size": 7027, - "checksum": "SHA-256:84c74c945c0d1d9a486db8828a42a0fe5c3cd06e0ceb392e52607b6a8310e6ad" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.8.zip", + "archiveFileName": "Taskfun-0.1.8.zip", + "size": 20779, + "checksum": "SHA-256:fdb6f458e2dac3a7a21b60f854157ea202c08c627ca538aac4dadf7d5baa8a46" }, { - "name": "N64Controller", - "version": "0.1.1", - "author": "Andrew Brown, Peter Den Hartog, Kai Lüke, Daniel Schaal", - "maintainer": "Kai Lüke \u003ckailueke@riseup.net\u003e", - "sentence": "Arduino library to connect a Nintendo 64 controller (N64 controller).", - "website": "https://github.com/pothos/arduino-n64-controller-library", - "category": "Device Control", + "name": "Taskfun", + "version": "0.1.9", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "avr" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/pothos/arduino-n64-controller-library.git", - "providesIncludes": [ - "N64Controller.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pothos/N64Controller-0.1.1.zip", - "archiveFileName": "N64Controller-0.1.1.zip", - "size": 7040, - "checksum": "SHA-256:399c833668483e466c8b5454c257cce3727df733924510fec86c130937a06c9b" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.9.zip", + "archiveFileName": "Taskfun-0.1.9.zip", + "size": 20801, + "checksum": "SHA-256:17eca6ff1781cd7a88273c7d6a09014e88781b8fcc5668a80c85d3beb9d1a9b8" }, { - "name": "MCP4725", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", - "website": "https://github.com/RobTillaart/MCP4725", - "category": "Sensors", + "name": "Taskfun", + "version": "0.1.91", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP4725.git", - "providesIncludes": [ - "MCP4725.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.0.zip", - "archiveFileName": "MCP4725-0.2.0.zip", - "size": 25545, - "checksum": "SHA-256:11e54f1cb87a85f66720d1cc4620d6002f63c544bebb1351c069d56747a0aef0" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.91.zip", + "archiveFileName": "Taskfun-0.1.91.zip", + "size": 21255, + "checksum": "SHA-256:3bb8e462afd93a051cb05452cf433baf223e868000f35060789ae1f1fc6268b7" }, { - "name": "MCP4725", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", - "website": "https://github.com/RobTillaart/MCP4725", - "category": "Sensors", + "name": "Taskfun", + "version": "0.1.92", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP4725.git", - "providesIncludes": [ - "MCP4725.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.1.zip", - "archiveFileName": "MCP4725-0.2.1.zip", - "size": 26078, - "checksum": "SHA-256:92a6152bd9ad9d03b96ad7d8ad33dfa2d41d8e58f5a711dd2c81eed48226434b" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.92.zip", + "archiveFileName": "Taskfun-0.1.92.zip", + "size": 21288, + "checksum": "SHA-256:316c6e26bfbe3938b59861c1a9b9ba195510b6427a2981a8c9f25c4026e57cec" }, { - "name": "MCP4725", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", - "website": "https://github.com/RobTillaart/MCP4725", - "category": "Sensors", + "name": "Taskfun", + "version": "0.1.93", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Preemptive multitasking for Arduino AVR and SAMD21", + "paragraph": "Add preemptive multitasking to your sketch. Independently running tasks allow you to simplify the design of your program.", + "website": "https://github.com/glutio/Taskfun", + "category": "Other", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP4725.git", - "providesIncludes": [ - "MCP4725.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.2.zip", - "archiveFileName": "MCP4725-0.2.2.zip", - "size": 26365, - "checksum": "SHA-256:9e99a62febb0786c5e13255fe87f2b31fdf50a660980a90bb506bec80c2e7ac6" + "repository": "https://github.com/glutio/Taskfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Taskfun-0.1.93.zip", + "archiveFileName": "Taskfun-0.1.93.zip", + "size": 21453, + "checksum": "SHA-256:83d4cf7ddf41b54f9801597e3245455443e8172960000ea8075697aa36419ce4" }, { - "name": "MCP4725", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for 12 bit I2C DAC - MCP4725", - "website": "https://github.com/RobTillaart/MCP4725", + "name": "Arduino_GroveI2C_Ultrasonic", + "version": "1.0.0", + "author": "Arduino, Giovanni di Dio Bruno", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Get distance and travel time from M5stack Grove I2C ultrasonic sensor.", + "website": "https://github.com/gbr1/Arduino_GroveI2C_Ultrasonic", "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/RobTillaart/MCP4725.git", + "repository": "https://github.com/arduino-libraries/Arduino_GroveI2C_Ultrasonic.git", "providesIncludes": [ - "MCP4725.h" + "Arduino_GroveI2C_Ultrasonic.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP4725-0.2.3.zip", - "archiveFileName": "MCP4725-0.2.3.zip", - "size": 28770, - "checksum": "SHA-256:a558de33c356b268e5cfd3e81a2d5ad0039e8888ad83c1ee5e68709dd14baf49" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_GroveI2C_Ultrasonic-1.0.0.zip", + "archiveFileName": "Arduino_GroveI2C_Ultrasonic-1.0.0.zip", + "size": 14940, + "checksum": "SHA-256:8c6ca6d3e11ac49aeb291e3649610a80f1283eb651ff259403379ebb7e855faa" }, { - "name": "TB9051FTGMotorCarrier", + "name": "Microsoft_HidForWindows", "version": "1.0.0", - "author": "Adam Morrissett \u003cme@adamlm.com\u003e", - "maintainer": "Adam Morrissett \u003cme@adamlm.com\u003e", - "sentence": "An Arduino library for the Pololu TB9051FTG motor driver carrier.", - "paragraph": "You can easily interface with the TB9051FTG to drive a brushed DC motor.", - "website": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino", - "category": "Device Control", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MeelonUsk/TB9051FTGMotorCarrier-1.0.0.zip", - "archiveFileName": "TB9051FTGMotorCarrier-1.0.0.zip", - "size": 7915, - "checksum": "SHA-256:11707d5e8893af956448ad483f92f8cfd1e6bd64e4d00ca1a72fd14957360da6" - }, - { - "name": "TB9051FTGMotorCarrier", - "version": "1.0.1", - "author": "Adam Morrissett \u003cme@adamlm.com\u003e", - "maintainer": "Adam Morrissett \u003cme@adamlm.com\u003e", - "sentence": "An Arduino library for the Pololu TB9051FTG motor driver carrier.", - "paragraph": "You can easily interface with the TB9051FTG to drive a brushed DC motor.", - "website": "https://github.com/adamlm/tb9051ftg-motor-carrier-arduino", + "author": "Microsoft", + "maintainer": "Microsoft", + "sentence": "Reference implementations of various Windows-compatible Human-Interface-Devices (HIDs).", + "paragraph": "See README.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/microsoft/ArduinoHidForWindows", "category": "Device Control", "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MeelonUsk/tb9051ftg-motor-carrier-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MeelonUsk/TB9051FTGMotorCarrier-1.0.1.zip", - "archiveFileName": "TB9051FTGMotorCarrier-1.0.1.zip", - "size": 7910, - "checksum": "SHA-256:9cc4371e9f07e3c5dd97cdc03ae06a6b50663f2da10dd18e09d9fa5fc8377a0a" - }, - { - "name": "MAX31855_RT", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", - "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", - "website": "https://github.com/RobTillaart/MAX31855_RT", - "category": "Sensors", - "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "repository": "https://github.com/microsoft/ArduinoHidForWindows.git", "providesIncludes": [ - "MAX31855.h" + "Microsoft_HidForWindows.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.0.zip", - "archiveFileName": "MAX31855_RT-0.2.0.zip", - "size": 15342, - "checksum": "SHA-256:a7d393893daea2aff5a8a2c3b00360d393b594bcdd8f2ca49809dcbffd64f415" + "url": "https://downloads.arduino.cc/libraries/github.com/microsoft/Microsoft_HidForWindows-1.0.0.zip", + "archiveFileName": "Microsoft_HidForWindows-1.0.0.zip", + "size": 2235695, + "checksum": "SHA-256:63d986270cad9f35a92a9a87a38a41fcb8d5afb860155c5d086dd30f508fd2db" }, { - "name": "MAX31855_RT", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", - "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", - "website": "https://github.com/RobTillaart/MAX31855_RT", - "category": "Sensors", + "name": "Microsoft_HidForWindows", + "version": "1.1.0", + "author": "Microsoft", + "maintainer": "Microsoft", + "sentence": "Reference implementations of various Windows-compatible Human-Interface-Devices (HIDs).", + "paragraph": "Reference implementations of various Windows-compatible Human-Interface-Devices (HIDs).. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/microsoft/ArduinoHidForWindows", + "category": "Device Control", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "repository": "https://github.com/microsoft/ArduinoHidForWindows.git", "providesIncludes": [ - "MAX31855.h" + "Microsoft_HidForWindows.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.1.zip", - "archiveFileName": "MAX31855_RT-0.2.1.zip", - "size": 17783, - "checksum": "SHA-256:563304a346d0ffccca0ce52887b2356a86dd55780d2ec44551bcf019d6efe1a5" + "url": "https://downloads.arduino.cc/libraries/github.com/microsoft/Microsoft_HidForWindows-1.1.0.zip", + "archiveFileName": "Microsoft_HidForWindows-1.1.0.zip", + "size": 4455543, + "checksum": "SHA-256:e3138623b63a06cd827e5dee5452b325db8586bd2be7f5fd8c1ee8b862964b2e" }, { - "name": "MAX31855_RT", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", - "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", - "website": "https://github.com/RobTillaart/MAX31855_RT", - "category": "Sensors", + "name": "Microsoft_HidForWindows", + "version": "1.2.0", + "author": "Microsoft", + "maintainer": "Microsoft", + "sentence": "Reference implementations of various Windows-compatible Human-Interface-Devices (HIDs).", + "paragraph": "Reference implementations of various Windows-compatible Human-Interface-Devices (HIDs). Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/microsoft/ArduinoHidForWindows", + "category": "Device Control", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "repository": "https://github.com/microsoft/ArduinoHidForWindows.git", "providesIncludes": [ - "MAX31855.h" + "Microsoft_HidForWindows.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.2.zip", - "archiveFileName": "MAX31855_RT-0.2.2.zip", - "size": 18110, - "checksum": "SHA-256:c54a56217bb40e921b04cd477b574d6a46c83eb786ce2a49b4695356ebb39097" + "url": "https://downloads.arduino.cc/libraries/github.com/microsoft/Microsoft_HidForWindows-1.2.0.zip", + "archiveFileName": "Microsoft_HidForWindows-1.2.0.zip", + "size": 19212170, + "checksum": "SHA-256:3809a45b0443ef7f065e8b299d05550166793e3be2dafbb64cec9101958a173b" }, { - "name": "MAX31855_RT", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MAX31855 chip for K type thermocouple.", - "paragraph": "Experimental support for \"E, J, K, N, R, S, T\" type TC.", - "website": "https://github.com/RobTillaart/MAX31855_RT", - "category": "Sensors", + "name": "Microsoft_HidForWindows", + "version": "1.3.0", + "author": "Microsoft", + "maintainer": "Microsoft", + "sentence": "Reference implementations of various Windows-compatible Human-Interface-Devices (HIDs).", + "paragraph": "Reference implementations of various Windows-compatible Human-Interface-Devices (HIDs). Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", + "website": "https://github.com/microsoft/ArduinoHidForWindows", + "category": "Device Control", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MAX31855_RT.git", + "repository": "https://github.com/microsoft/ArduinoHidForWindows.git", "providesIncludes": [ - "MAX31855.h" + "Microsoft_HidForWindows.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MAX31855_RT-0.2.3.zip", - "archiveFileName": "MAX31855_RT-0.2.3.zip", - "size": 19576, - "checksum": "SHA-256:b652fd68edc903a7fb35d9237ca3f60017061ef26fcb7950b963294125b7ce7b" + "url": "https://downloads.arduino.cc/libraries/github.com/microsoft/Microsoft_HidForWindows-1.3.0.zip", + "archiveFileName": "Microsoft_HidForWindows-1.3.0.zip", + "size": 23631696, + "checksum": "SHA-256:2982a502014a1414f26423bbb18b150a008dbf4795a397d8515f405acd628f5e" }, { - "name": "MCP23017_RT", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines", - "website": "https://github.com/RobTillaart/MCP23017_RT", - "category": "Signal Input/Output", + "name": "SPIFFS_Shell", + "version": "0.1.0", + "author": "masaad01", + "maintainer": "masaad01 \u003cmasaad01@users.noreply.github.com\u003e", + "sentence": "A Serial-based interface that resembles a Linux shell for interacting with SPIFFS.", + "paragraph": "The SPIFFSShell command interface provides a set of commands for interacting with the SPIFFS (SPI Flash File System) on an ESP8266 or ESP32 microcontroller. The SPIFFSShell class encapsulates the functionality and provides a command-line interface over the Serial port.", + "website": "https://github.com/masaad01/SPIFFS_Shell", + "category": "Data Storage", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP23017_RT.git", - "providesIncludes": [ - "MCP23017.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP23017_RT-0.1.1.zip", - "archiveFileName": "MCP23017_RT-0.1.1.zip", - "size": 6349, - "checksum": "SHA-256:cfefe3e4992cbfd7872b747aa9bfe29f7607e9ceb74aad0dc58a065406771185" + "repository": "https://github.com/masaad01/SPIFFS_Shell.git", + "url": "https://downloads.arduino.cc/libraries/github.com/masaad01/SPIFFS_Shell-0.1.0.zip", + "archiveFileName": "SPIFFS_Shell-0.1.0.zip", + "size": 7419, + "checksum": "SHA-256:8060ebe5aad3db912e0a6bc799702ac61d49f0a9526c7e0f442e3ae1fd0a2765" }, { - "name": "MCP9808_RT", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for I2C mcp9808 temperature sensor", - "website": "https://github.com/RobTillaart/MCP9808_RT", - "category": "Sensors", + "name": "FileData", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for storing any data in file", + "paragraph": "Simple library for storing any data in file", + "website": "https://github.com/GyverLibs/FileData", + "category": "Data Storage", "architectures": [ - "*" + "ESP8266", + "ESP32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP9808_RT.git", - "providesIncludes": [ - "mcp9808.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.0.zip", - "archiveFileName": "MCP9808_RT-0.1.0.zip", - "size": 6176, - "checksum": "SHA-256:5e85a19b7106c37eb3e695921d4a93909fdb39a27588bec670158791c6fa683e" + "repository": "https://github.com/GyverLibs/FileData.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FileData-1.0.0.zip", + "archiveFileName": "FileData-1.0.0.zip", + "size": 9001, + "checksum": "SHA-256:35b4a56a89285b9db411616885e2c4a1686ca2a24e9fe26578f0adcce39ef633" }, { - "name": "MCP9808_RT", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for I2C MCP9808 temperature sensor", - "website": "https://github.com/RobTillaart/MCP9808_RT", - "category": "Sensors", + "name": "FileData", + "version": "1.0.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Simple library for storing any data in file", + "paragraph": "Simple library for storing any data in file", + "website": "https://github.com/GyverLibs/FileData", + "category": "Data Storage", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP9808_RT.git", - "providesIncludes": [ - "mcp9808.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.1.zip", - "archiveFileName": "MCP9808_RT-0.1.1.zip", - "size": 12483, - "checksum": "SHA-256:fc68ffd343665c7a5930556d3acc511aa565f44f77f1eeae4f5d611d4e464402" + "repository": "https://github.com/GyverLibs/FileData.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/FileData-1.0.2.zip", + "archiveFileName": "FileData-1.0.2.zip", + "size": 10341, + "checksum": "SHA-256:5b37916a2ba13ae3b33f93da479d069ee14ae59da39bf02bdc55edabc2654e2f" }, { - "name": "MCP9808_RT", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for I2C MCP9808 temperature sensor", - "website": "https://github.com/RobTillaart/MCP9808_RT", - "category": "Sensors", + "name": "Blues Notecard Environment Variable Manager", + "version": "1.0.0", + "author": "Blues", + "maintainer": "Blues \u003cinfo@blues.io\u003e", + "sentence": "A utility class to support usage and management of Notecard-based environment variables.", + "paragraph": "NotecardEnvVarManager enables the host MCU to easily interact with the cloud-synced Notecard environment variables.", + "website": "http://www.github.com/blues/notecard-env-var-manager", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP9808_RT.git", + "repository": "https://github.com/blues/notecard-env-var-manager.git", "providesIncludes": [ - "mcp9808.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP9808_RT-0.1.2.zip", - "archiveFileName": "MCP9808_RT-0.1.2.zip", - "size": 15585, - "checksum": "SHA-256:53bbc0dab6055fa0bc55d1a63adbb54bb86bcc8d6637b07b5463c28582f572f8" - }, - { - "name": "Pixie", - "version": "1.0.0", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", - "category": "Device Control", - "architectures": [ - "*" + "NotecardEnvVarManager.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.0.zip", - "archiveFileName": "Pixie-1.0.0.zip", - "size": 1700106, - "checksum": "SHA-256:ddf16be899941b7d5f0fc592889ec4e0589573c42e49fad6dd5654d953053406" + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Notecard_Environment_Variable_Manager-1.0.0.zip", + "archiveFileName": "Blues_Notecard_Environment_Variable_Manager-1.0.0.zip", + "size": 166688, + "checksum": "SHA-256:a2f2b3abd37841cab958fc19838359f189f0b3ce105b485137c966e27c397ba9" }, { - "name": "Pixie", + "name": "Blues Notecard Environment Variable Manager", "version": "1.0.2", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", - "category": "Device Control", + "author": "Blues", + "maintainer": "Blues \u003cinfo@blues.io\u003e", + "sentence": "A utility class to support usage and management of Notecard-based environment variables.", + "paragraph": "NotecardEnvVarManager enables the host MCU to easily interact with the cloud-synced Notecard environment variables.", + "website": "http://www.github.com/blues/notecard-env-var-manager", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.2.zip", - "archiveFileName": "Pixie-1.0.2.zip", - "size": 1782260, - "checksum": "SHA-256:c1c2fc733121e9a51a9f26b46e7f2966c4ce2f86e87288ae61169f4d691d290b" + "repository": "https://github.com/blues/notecard-env-var-manager.git", + "providesIncludes": [ + "NotecardEnvVarManager.h" + ], + "dependencies": [ + { + "name": "Blues Wireless Notecard" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Notecard_Environment_Variable_Manager-1.0.2.zip", + "archiveFileName": "Blues_Notecard_Environment_Variable_Manager-1.0.2.zip", + "size": 166688, + "checksum": "SHA-256:5842e54b08aed2cfbebd612964b15279f19bb3fcec8a85f4147eea33b588ddb4" }, { - "name": "Pixie", - "version": "1.0.3", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", + "name": "DINO PLC", + "version": "1.0.0", + "author": "DINO PLC Corp.", + "maintainer": "TF Maker Shop", + "sentence": "This library providing a function at specific ESP32 module.This library support all version of DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/suratin27/DINO_PLC", "category": "Device Control", "architectures": [ "*" @@ -337284,20 +799475,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.0.3.zip", - "archiveFileName": "Pixie-1.0.3.zip", - "size": 1783409, - "checksum": "SHA-256:cf109d2cf2da0e526ec30c5e0f2cee243ed060f01c92e1d3871867bf0d6bab8d" + "repository": "https://github.com/suratin27/DINO_PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC-1.0.0.zip", + "archiveFileName": "DINO_PLC-1.0.0.zip", + "size": 1314727, + "checksum": "SHA-256:90c54636985b56ab99e3253083a395a8bce88eabafe75c7ee13d799dc2cecd0c" }, { - "name": "Pixie", - "version": "1.1.0", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", + "name": "DINO PLC", + "version": "1.0.1", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/suratin27/DINO_PLC", "category": "Device Control", "architectures": [ "*" @@ -337305,20 +799499,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.1.0.zip", - "archiveFileName": "Pixie-1.1.0.zip", - "size": 1736467, - "checksum": "SHA-256:0678651ee97aec8c998194a0fddb35408b390f2025b6ec5497d4fb5647781f1d" + "repository": "https://github.com/suratin27/DINO_PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC-1.0.1.zip", + "archiveFileName": "DINO_PLC-1.0.1.zip", + "size": 1306179, + "checksum": "SHA-256:b8570ef56d81adc379253862440cc3b9b76ce46eabe94c45e69296b9a2ac7c4f" }, { - "name": "Pixie", - "version": "1.2.0", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", + "name": "DINO PLC", + "version": "1.0.2", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/suratin27/DINO_PLC", "category": "Device Control", "architectures": [ "*" @@ -337326,20 +799523,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.0.zip", - "archiveFileName": "Pixie-1.2.0.zip", - "size": 1742112, - "checksum": "SHA-256:6b3f3bd5f609ea47ce2002e56d26031dcdf66e3a06342788a2b9f17efe20e101" + "repository": "https://github.com/suratin27/DINO_PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC-1.0.2.zip", + "archiveFileName": "DINO_PLC-1.0.2.zip", + "size": 1306209, + "checksum": "SHA-256:2a1aa25700d73786f781b188925a12cf488094486db1dc9f18993e047ab18c57" }, { - "name": "Pixie", - "version": "1.2.1", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", + "name": "DINO PLC", + "version": "1.0.3", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/suratin27/DINO_PLC", "category": "Device Control", "architectures": [ "*" @@ -337347,20 +799547,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.1.zip", - "archiveFileName": "Pixie-1.2.1.zip", - "size": 1746232, - "checksum": "SHA-256:e1bfa89236be7a5c438ba4464be10f734765eec05cc819e3eddf32efe4e22946" + "repository": "https://github.com/suratin27/DINO_PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC-1.0.3.zip", + "archiveFileName": "DINO_PLC-1.0.3.zip", + "size": 1306259, + "checksum": "SHA-256:993befafe2a1ab497a2b0bd8cf017f015dfd0599ae16caef382476f0825cafd4" }, { - "name": "Pixie", - "version": "1.2.2", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", + "name": "DINO PLC", + "version": "1.0.4", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/suratin27/DINO_PLC", "category": "Device Control", "architectures": [ "*" @@ -337368,20 +799571,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.2.zip", - "archiveFileName": "Pixie-1.2.2.zip", - "size": 1742642, - "checksum": "SHA-256:76a4e344fd4c27d3b86478b5b6ddf292b498b9441a476ed0abde2741d64cb1c6" + "repository": "https://github.com/suratin27/DINO_PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC-1.0.4.zip", + "archiveFileName": "DINO_PLC-1.0.4.zip", + "size": 1577971, + "checksum": "SHA-256:9eb7c9eec1f07964d5d601d28e7187d0af653402e52219e6c44ba7368e97769f" }, { - "name": "Pixie", - "version": "1.2.3", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", + "name": "DINO PLC", + "version": "1.0.5", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/suratin27/DINO_PLC", "category": "Device Control", "architectures": [ "*" @@ -337389,20 +799595,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.3.zip", - "archiveFileName": "Pixie-1.2.3.zip", - "size": 1746692, - "checksum": "SHA-256:d4ba17a1870aa07f5d4e60498d36cc6d3f1ada5d11db51e00f7d258cb0b33bfd" + "repository": "https://github.com/suratin27/DINO_PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC-1.0.5.zip", + "archiveFileName": "DINO_PLC-1.0.5.zip", + "size": 3090474, + "checksum": "SHA-256:0decb4fbd2dc329d012a1fc285c95914af00abdd40a1a107ef62aa6abbbe98b0" }, { - "name": "Pixie", - "version": "1.2.4", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", + "name": "DINO PLC", + "version": "1.0.6", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/suratin27/DINO_PLC", "category": "Device Control", "architectures": [ "*" @@ -337410,610 +799619,590 @@ "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.4.zip", - "archiveFileName": "Pixie-1.2.4.zip", - "size": 1750380, - "checksum": "SHA-256:fe288619e3d9965ff098544017d7a378563d6b5021dfef8229302be770ea4743" + "repository": "https://github.com/suratin27/DINO_PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC-1.0.6.zip", + "archiveFileName": "DINO_PLC-1.0.6.zip", + "size": 7056313, + "checksum": "SHA-256:e89327623cba4f8be3cab4b2a6eaf363410de0d29dad6bc807dc2b435fb549ba" }, { - "name": "Pixie", - "version": "1.2.5", - "author": "Connor Nishijima", - "maintainer": "Connor Nishijima \u003cconnornishijima@gmail.com\u003e", - "sentence": "Library for controlling Pixie Displays!", - "paragraph": "Library for controlling Pixie Displays!", - "website": "https://github.com/connornishijima/Pixie", - "category": "Device Control", + "name": "siot_core_lib", + "version": "2.0.0", + "author": "Dong Quang Linh, Nguyen Duc Tien", + "maintainer": "Nguyen Duc Tien \u003ctiennd@hust.edu.vn\u003e", + "sentence": "None programmable solution to enter WiFi config at anywhere, anytime", + "paragraph": "Store the ssid/password in permantent flash memory. If these parameters are unused, auto raise an Adhoc WiFi and a webserver to enter ssid/pass for new WiFi.", + "website": "https://github.com/neittien0110/siotcore_sdk_v2", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/connornishijima/Pixie.git", + "repository": "https://github.com/neittien0110/siotcore_sdk_v2.git", + "providesIncludes": [ + "WiFiSelfEnroll.h" + ], "dependencies": [ { - "name": "WiFiManager" - }, - { - "name": "SoftI2CMaster" + "name": "WiFi" }, { - "name": "NTPClient" + "name": "Preferences" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/connornishijima/Pixie-1.2.5.zip", - "archiveFileName": "Pixie-1.2.5.zip", - "size": 1757653, - "checksum": "SHA-256:e83297310e9540b958acc6659573ce0b05ad74cc659acab782e1145f9c92ec41" + "url": "https://downloads.arduino.cc/libraries/github.com/neittien0110/siot_core_lib-2.0.0.zip", + "archiveFileName": "siot_core_lib-2.0.0.zip", + "size": 52145, + "checksum": "SHA-256:c9dec1493fe822591f0eb304b426c507956894e3dfd8c3a2b2c06942aaa66218" }, { - "name": "I2C_ASDX", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for I2C ASDX pressure sensor", - "paragraph": "24LC256 et al", - "website": "https://github.com/RobTillaart/I2C_ASDX.git", - "category": "Sensors", + "name": "siot_core_lib", + "version": "2.1.1", + "author": "Dong Quang Linh, Nguyen Duc Tien", + "maintainer": "Nguyen Duc Tien \u003ctiennd@hust.edu.vn\u003e", + "sentence": "None programmable solution to enter WiFi config at anywhere, anytime", + "paragraph": "Store the ssid/password in permantent flash memory. If these parameters are unused, auto raise an Adhoc WiFi and a webserver to enter ssid/pass for new WiFi.", + "website": "https://github.com/neittien0110/siotcore_sdk_v2", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/I2C_ASDX.git", + "repository": "https://github.com/neittien0110/siotcore_sdk_v2.git", "providesIncludes": [ - "I2C_ASDX.h" + "siot_core_lib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_ASDX-0.2.0.zip", - "archiveFileName": "I2C_ASDX-0.2.0.zip", - "size": 7410, - "checksum": "SHA-256:b8e2ba5dcc38e98d4f626adf832e7a175f71ef04f10d6c5063fffd87b5f52aeb" + "dependencies": [ + { + "name": "WiFi" + }, + { + "name": "Preferences" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neittien0110/siot_core_lib-2.1.1.zip", + "archiveFileName": "siot_core_lib-2.1.1.zip", + "size": 126163, + "checksum": "SHA-256:f6126cccfd0958552581f9db04f0734f3aea7bb0067e876a5aa37d3af9365d43" }, { - "name": "CSV Parser", - "version": "0.1.0", - "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "sentence": "CSV Parser for Arduino.", - "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", - "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", - "category": "Data Processing", + "name": "siot_core_lib", + "version": "2.1.2", + "author": "Dong Quang Linh, Nguyen Duc Tien", + "maintainer": "Nguyen Duc Tien \u003ctiennd@hust.edu.vn\u003e", + "sentence": "Platform for IoT devices connect to SIOT Center", + "paragraph": "Manage the wifi network configuration, transfer IoT data to SIOT Center", + "website": "https://github.com/neittien0110/siotcore_sdk_v2", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.0.zip", - "archiveFileName": "CSV_Parser-0.1.0.zip", - "size": 183244, - "checksum": "SHA-256:1e88d4f57c0a8592e7364f729d693df414299312cb44ec8c535ce92f796dd1d0" + "repository": "https://github.com/neittien0110/siotcore_sdk_v2.git", + "providesIncludes": [ + "siot_core_lib.h" + ], + "dependencies": [ + { + "name": "WiFi" + }, + { + "name": "Preferences" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neittien0110/siot_core_lib-2.1.2.zip", + "archiveFileName": "siot_core_lib-2.1.2.zip", + "size": 126364, + "checksum": "SHA-256:0f65ce4d9dbcd4bb6147946c0781fa8c9d33226237759b2d887e009d14d8d434" }, { - "name": "CSV Parser", - "version": "0.1.1", - "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "sentence": "CSV Parser for Arduino.", - "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", - "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", - "category": "Data Processing", + "name": "siot_core_lib", + "version": "2.2.0", + "author": "Dong Quang Linh, Nguyen Duc Tien", + "maintainer": "Nguyen Duc Tien \u003ctiennd@hust.edu.vn\u003e", + "sentence": "Platform for IoT devices connect to SIOT Data Hub", + "paragraph": "Manage the wifi network configuration, transfer IoT data to SIOT Data Hub", + "website": "https://github.com/neittien0110/siotcore_sdk_v2", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.1.zip", - "archiveFileName": "CSV_Parser-0.1.1.zip", - "size": 184947, - "checksum": "SHA-256:680dbc13713e12e29090c0a511f42e18f2a58a9dce6bbc8987d16bdacb8e34f5" + "repository": "https://github.com/neittien0110/siotcore_sdk_v2.git", + "providesIncludes": [ + "siot_core_lib.h" + ], + "dependencies": [ + { + "name": "WiFi" + }, + { + "name": "Preferences" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/neittien0110/siot_core_lib-2.2.0.zip", + "archiveFileName": "siot_core_lib-2.2.0.zip", + "size": 4140922, + "checksum": "SHA-256:726a2bf8155fd077b6e02baa86e55ad6fd80b0164074b432b69285da531be4fd" }, { - "name": "CSV Parser", - "version": "0.1.2", - "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "sentence": "CSV Parser for Arduino.", - "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", - "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", - "category": "Data Processing", + "name": "Tarmos", + "version": "1.3.2", + "author": "Tahsin Alpaydın \u003ctahsinalpaydin@gmail.com\u003e", + "maintainer": "Tahsin Alpaydın \u003ctahsinalpaydin@gmail.com\u003e", + "sentence": "Tarmos için modül geliştirme kütüphanesi.", + "paragraph": "Bu kütüphane Arduino tabanlı sensör ve eyleyicilerin Tarmos cihazı için modülleştirilmesini sağlar.", + "website": "https://github.com/ProfTahseen/Tarmos", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.2.zip", - "archiveFileName": "CSV_Parser-0.1.2.zip", - "size": 188990, - "checksum": "SHA-256:62a120466b5b1ffda18a9eeb6552b9bdb40a8e85229edb124252183bde67edb9" + "repository": "https://github.com/ProfTahseen/Tarmos.git", + "providesIncludes": [ + "Tarmos.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ProfTahseen/Tarmos-1.3.2.zip", + "archiveFileName": "Tarmos-1.3.2.zip", + "size": 2997, + "checksum": "SHA-256:2663dfbdbfbce1705d4504e0bb63d912d88019cb747054377044f3454680d24d" }, { - "name": "CSV Parser", - "version": "0.1.3", - "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "sentence": "CSV Parser for Arduino.", - "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", - "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", - "category": "Data Processing", + "name": "SerialBus", + "version": "0.1.0", + "author": "Monteiro", + "maintainer": "Monteiro", + "sentence": "One wire serial-like communication between microcontrollers", + "paragraph": "Only needs one wire as bus. Ideal for short periodic signal messages.", + "website": "https://github.com/jgvmonteiro/SerialBus", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.3.zip", - "archiveFileName": "CSV_Parser-0.1.3.zip", - "size": 179573, - "checksum": "SHA-256:5dd227432bfe7af95739ab2c9408a69f99f231c15482bfdc40aa6c0e0d83b9f4" + "repository": "https://github.com/jgvmonteiro/SerialBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jgvmonteiro/SerialBus-0.1.0.zip", + "archiveFileName": "SerialBus-0.1.0.zip", + "size": 205004, + "checksum": "SHA-256:4eed122071741f6fc8b0508b191e9654649098bc8f9448fed0f4be05eb74df75" }, { - "name": "CSV Parser", - "version": "0.1.4", - "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "sentence": "CSV Parser for Arduino.", - "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", - "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", - "category": "Data Processing", + "name": "SerialBus", + "version": "0.2.0", + "author": "Monteiro", + "maintainer": "Monteiro", + "sentence": "Uses bit bagging to create async communication over a single wire as bus. Most ideal for sending short periodic signal messages.", + "paragraph": "An Arduino library to create a simple serial-like communication that only needs one wire.", + "website": "https://github.com/jgvmonteiro/SerialBus", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.1.4.zip", - "archiveFileName": "CSV_Parser-0.1.4.zip", - "size": 179563, - "checksum": "SHA-256:04d3c8adcb6e11aa82ff8ff9897fabc298350cef00822bb10a9afa7ec01acca4" + "repository": "https://github.com/jgvmonteiro/SerialBus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jgvmonteiro/SerialBus-0.2.0.zip", + "archiveFileName": "SerialBus-0.2.0.zip", + "size": 206003, + "checksum": "SHA-256:1517f86f1105ceccb66d384ed77082b793c14a203c1af842c93de007b10aa007" }, { - "name": "CSV Parser", - "version": "0.2.0", - "author": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "maintainer": "Michal Borowski \u003cmichalmonday17@gmail.com\u003e", - "sentence": "CSV Parser for Arduino.", - "paragraph": "It turns CSV string into an associative array. It was written with care about speed/space efficiency.", - "website": "https://github.com/michalmonday/CSV-Parser-for-Arduino", - "category": "Data Processing", + "name": "LiteLED", + "version": "1.0.0", + "author": "Xylopyrographer", + "maintainer": "Xylopyrographer \u003cxylopyrographer@gmail.com\u003e", + "sentence": "Light weight library for driving WS2812B, SK6812, APA106, SM16703 RGB LED strips.", + "paragraph": "Controls WS2812B, SK6812, APA106, SM16703 RGB LED strips on the ESP32 series of SoC's. Works with the WiFi system when run on dual-core versions of the ESP32. Drives RGBW strips with limitations on the W channel. Requires arduino-esp32 core version 2.0.3 and greater but less than 3.0.0.", + "website": "https://github.com/Xylopyrographer/LiteLED", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/michalmonday/CSV-Parser-for-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/michalmonday/CSV_Parser-0.2.0.zip", - "archiveFileName": "CSV_Parser-0.2.0.zip", - "size": 181621, - "checksum": "SHA-256:dbf718d3243ded7b9883c63b0756cb408011bcf3452484f66d0d8c9c5e441fcc" + "repository": "https://github.com/Xylopyrographer/LiteLED.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Xylopyrographer/LiteLED-1.0.0.zip", + "archiveFileName": "LiteLED-1.0.0.zip", + "size": 15824, + "checksum": "SHA-256:a24d70cb3fd1dc66006284cdd1ee16c3ed34d3b6b1ade437afe7effe7ad3b064" }, { - "name": "RBE1001Lib", - "version": "0.0.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Eventfun", + "version": "0.1.0", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Building blocks for event-driven Arduino sketches.", + "paragraph": "Easily manage events and reactions in your projects. Perfect for object-oriented programming.", + "website": "https://github.com/glutio/Eventfun", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.1.zip", - "archiveFileName": "RBE1001Lib-0.0.1.zip", - "size": 19464, - "checksum": "SHA-256:af9038c24356b001777262c7f00a482c774189ad39d8fc00356f37331be74904" + "repository": "https://github.com/glutio/Eventfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Eventfun-0.1.0.zip", + "archiveFileName": "Eventfun-0.1.0.zip", + "size": 5774, + "checksum": "SHA-256:6b2283c4f1722bb20c547a009861a99326d4201357967646032781cbb6e74de8" }, { - "name": "RBE1001Lib", - "version": "0.0.2", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Eventfun", + "version": "0.1.1", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Basic building blocks for event-driven Arduino sketches.", + "paragraph": "Easily manage events and reactions in your projects. Perfect structural or object-oriented programming.", + "website": "https://github.com/glutio/Eventfun", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.2.zip", - "archiveFileName": "RBE1001Lib-0.0.2.zip", - "size": 19856, - "checksum": "SHA-256:81043286dd311208f5fcb4d4f3d688b4f411398b86099940f6adf35716eede88" + "repository": "https://github.com/glutio/Eventfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Eventfun-0.1.1.zip", + "archiveFileName": "Eventfun-0.1.1.zip", + "size": 7170, + "checksum": "SHA-256:d5ca0da753688c2c22b10daf49ec2a12bfa2bad299e8b9770ffba5bf83216db3" }, { - "name": "RBE1001Lib", - "version": "0.0.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Eventfun", + "version": "0.1.2", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Basic building blocks for event-driven Arduino sketches.", + "paragraph": "Easily manage events and reactions in your projects. Perfect structural or object-oriented programming.", + "website": "https://github.com/glutio/Eventfun", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.3.zip", - "archiveFileName": "RBE1001Lib-0.0.3.zip", - "size": 20243, - "checksum": "SHA-256:bac33c32caef41272bd112cb8ca5399ba83cea3c7208c1c4bff965301c26a442" + "repository": "https://github.com/glutio/Eventfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Eventfun-0.1.2.zip", + "archiveFileName": "Eventfun-0.1.2.zip", + "size": 7170, + "checksum": "SHA-256:0f0aae14c64bf9ac3b8191f644a93a30f28b7c04c3ffde6af08ebfcf2804c616" }, { - "name": "RBE1001Lib", - "version": "0.0.4", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Eventfun", + "version": "0.1.3", + "author": "Eugene Pistrak", + "maintainer": "Eugene Pistrak", + "sentence": "Basic building blocks for event-driven Arduino sketches.", + "paragraph": "Easily manage events and reactions in your projects. Perfect structural or object-oriented programming.", + "website": "https://github.com/glutio/Eventfun", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.4.zip", - "archiveFileName": "RBE1001Lib-0.0.4.zip", - "size": 21967, - "checksum": "SHA-256:28ba9dcfc80ea103b5b2d05ca3acc64b58a5de58aeee1b8e9988452f26ad9e5c" + "repository": "https://github.com/glutio/Eventfun.git", + "url": "https://downloads.arduino.cc/libraries/github.com/glutio/Eventfun-0.1.3.zip", + "archiveFileName": "Eventfun-0.1.3.zip", + "size": 7172, + "checksum": "SHA-256:548f7f5a0d70d83127ff2be5a7afdd202972ac3aa93d1277ac221bf758e62f8f" }, { - "name": "RBE1001Lib", - "version": "0.0.5", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "M304 Library", + "version": "1.1.0", + "author": "Masafumi Horimoto", + "maintainer": "HOLLY\u0026Co.,Ltd. \u003carduino@holly-linux.com\u003e", + "sentence": "This is a library for M304.", + "paragraph": "This is a library for M304.", + "website": "https://github.com/mhorimoto/M304-lib.git", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.5.zip", - "archiveFileName": "RBE1001Lib-0.0.5.zip", - "size": 22069, - "checksum": "SHA-256:c8c5715465a88a883e2e4700ee9c62bc27d70fefe287176cb86915057a13790f" + "repository": "https://github.com/mhorimoto/M304-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhorimoto/M304_Library-1.1.0.zip", + "archiveFileName": "M304_Library-1.1.0.zip", + "size": 6312, + "checksum": "SHA-256:0cffe218063e95731356f671cbf6526eff867c594af8482495ee05904c374ca9" }, { - "name": "RBE1001Lib", - "version": "0.0.6", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "M304 Library", + "version": "1.2.0", + "author": "Masafumi Horimoto", + "maintainer": "HOLLY\u0026Co.,Ltd. \u003carduino@holly-linux.com\u003e", + "sentence": "Library useful when programming control nodes using the M304 board for UECS control nodes", + "paragraph": "Library useful when programming control nodes using the M304 board for UECS control nodes", + "website": "https://github.com/mhorimoto/M304-lib.git", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.0.6.zip", - "archiveFileName": "RBE1001Lib-0.0.6.zip", - "size": 24553, - "checksum": "SHA-256:2c6b4d8a248626f7088dc8e2cbb00ae1ae0f74e76c43f7f8a607b32204bb3df3" + "repository": "https://github.com/mhorimoto/M304-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhorimoto/M304_Library-1.2.0.zip", + "archiveFileName": "M304_Library-1.2.0.zip", + "size": 235906, + "checksum": "SHA-256:9bc920f6426267b572a74ae9e5dba92ea9ac4d05d7e60dd4cb8c6a1617108ce3" }, { - "name": "RBE1001Lib", - "version": "0.1.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "M304 Library", + "version": "1.3.0", + "author": "Masafumi Horimoto", + "maintainer": "HOLLY\u0026Co.,Ltd. \u003carduino@holly-linux.com\u003e", + "sentence": "Library useful when programming control nodes using the M304 board for UECS control nodes", + "paragraph": "Library useful when programming control nodes using the M304 board for UECS control nodes", + "website": "https://github.com/mhorimoto/M304-lib.git", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.0.zip", - "archiveFileName": "RBE1001Lib-0.1.0.zip", - "size": 24690, - "checksum": "SHA-256:807b051556787bbd7cd9ac01ffbd6fabc27d3839ed4426916f0c1e21d803788e" + "repository": "https://github.com/mhorimoto/M304-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mhorimoto/M304_Library-1.3.0.zip", + "archiveFileName": "M304_Library-1.3.0.zip", + "size": 236082, + "checksum": "SHA-256:a6a771263e777f4dc35cafa091de27be891bdd77114aefbc542571ed75f56ddb" }, { - "name": "RBE1001Lib", - "version": "0.1.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", - "architectures": [ - "*" - ], + "name": "LibLCC", + "version": "0.1.0", + "author": "Robert Middleton", + "maintainer": "Robert Middleton", + "sentence": "A library for interfacing with LCC(Layout Command Control)", + "website": "https://github.com/rm5248/liblcc-arduino", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.3.zip", - "archiveFileName": "RBE1001Lib-0.1.3.zip", - "size": 56552, - "checksum": "SHA-256:c32325e095386be04da0aea5b11779acde3832ab928a24e30d2799b06d280599" + "repository": "https://github.com/rm5248/liblcc-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rm5248/LibLCC-0.1.0.zip", + "archiveFileName": "LibLCC-0.1.0.zip", + "size": 43358, + "checksum": "SHA-256:8d4d28ce14328f5bb1c06b4dcbc21d67f5b10ae4a246452a0e7cbe6e55fcb15b" }, { - "name": "RBE1001Lib", - "version": "0.1.5", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", - "architectures": [ - "*" - ], + "name": "LibLCC", + "version": "0.2.0", + "author": "Robert Middleton", + "maintainer": "Robert Middleton", + "sentence": "A library for interfacing with LCC(Layout Command Control)", + "website": "https://github.com/rm5248/liblcc-arduino", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.5.zip", - "archiveFileName": "RBE1001Lib-0.1.5.zip", - "size": 56622, - "checksum": "SHA-256:e44f01baa4ecb2e12628496ced7cd11188f20fe934c5338d6bcbbd7711dc1154" + "repository": "https://github.com/rm5248/liblcc-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rm5248/LibLCC-0.2.0.zip", + "archiveFileName": "LibLCC-0.2.0.zip", + "size": 50881, + "checksum": "SHA-256:ea4e222b887168dcbe4a343455fce9a05b485939fd579425d160915a0a652591" }, { - "name": "RBE1001Lib", - "version": "0.1.6", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "1.0.0", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for convenient working with Futaba M202MD10C display.", + "paragraph": "Library for convenient working with Futaba M202MD10C display.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.6.zip", - "archiveFileName": "RBE1001Lib-0.1.6.zip", - "size": 56581, - "checksum": "SHA-256:9f85d1dbbc429819cb71b454221859e85ae2d05da46cf353bd94173766387ddb" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-1.0.0.zip", + "archiveFileName": "FutabaVfdM202MD10C-1.0.0.zip", + "size": 11208, + "checksum": "SHA-256:60cc7a8662227442392702ef9efcad591162d948679bd12e894577b718f94a45" }, { - "name": "RBE1001Lib", - "version": "0.1.7", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "2.0.1", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for convenient working with Futaba M202MD10C display.", + "paragraph": "Library for convenient working with Futaba M202MD10C display.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.7.zip", - "archiveFileName": "RBE1001Lib-0.1.7.zip", - "size": 56592, - "checksum": "SHA-256:e835f1b536f4235f552900ef99d6e61d3044f64f09ae9f40f4676b4893c6c09f" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-2.0.1.zip", + "archiveFileName": "FutabaVfdM202MD10C-2.0.1.zip", + "size": 11408, + "checksum": "SHA-256:882faeb2b7124972f9d0c92e00f9d10b339315c34b341a53d742068c2a3a0d4a" }, { - "name": "RBE1001Lib", - "version": "0.1.8", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "2.0.2", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for convenient working with Futaba M202MD10C display.", + "paragraph": "Library for convenient working with Futaba M202MD10C display.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.8.zip", - "archiveFileName": "RBE1001Lib-0.1.8.zip", - "size": 57463, - "checksum": "SHA-256:9ebdc4d2c3ae195b41f88b4ee09bdea0dd6bd40326d93586e7509c4bfb40e097" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-2.0.2.zip", + "archiveFileName": "FutabaVfdM202MD10C-2.0.2.zip", + "size": 11408, + "checksum": "SHA-256:a21506dbe98bc742fe4bbf7c3f8406231eef8d1c1663c0fad5a16645d99f1d3e" }, { - "name": "RBE1001Lib", - "version": "0.1.9", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "2.0.3", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for convenient working with Futaba M202MD10C display.", + "paragraph": "Library for convenient working with Futaba M202MD10C display.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.9.zip", - "archiveFileName": "RBE1001Lib-0.1.9.zip", - "size": 57474, - "checksum": "SHA-256:9b3acdb584ca75c29547d0a64b3930effe8de18362ffbba685c1072f8cb49422" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-2.0.3.zip", + "archiveFileName": "FutabaVfdM202MD10C-2.0.3.zip", + "size": 11444, + "checksum": "SHA-256:c22f784951ef3b2701e268cd3750ddaf408ad601c0958a4ba2abd0a00c15977f" }, { - "name": "RBE1001Lib", - "version": "0.1.10", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "2.1.0", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for convenient working with Futaba M202MD10C display.", + "paragraph": "Supports brightness dimming, user-defined symbols, code pages, cursor visibility toggle, self-testing, vertical scroll toggle, etc.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.1.10.zip", - "archiveFileName": "RBE1001Lib-0.1.10.zip", - "size": 58506, - "checksum": "SHA-256:eabbdec67bc7bc483a338840032ba58fee68b4e91ba79c5b8a31433206c78bb7" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-2.1.0.zip", + "archiveFileName": "FutabaVfdM202MD10C-2.1.0.zip", + "size": 12765, + "checksum": "SHA-256:322ece215412a3690db292fb08551eb42575e18d898c738ee9e53af036dd8fa7" }, { - "name": "RBE1001Lib", - "version": "0.2.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "2.2.0", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for Arduino framework for convenient working with vacuum fluorescent displays (VFD) based on Futaba M202MD10C board.", + "paragraph": "Supports brightness dimming, user-defined symbols, code pages, cursor visibility toggle, self-testing, vertical scroll toggle, etc.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.0.zip", - "archiveFileName": "RBE1001Lib-0.2.0.zip", - "size": 58748, - "checksum": "SHA-256:b59ad1c89b04dbbc6f8f3d853ba443c57f43e4f15aefae9c07e4f5f64902396b" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-2.2.0.zip", + "archiveFileName": "FutabaVfdM202MD10C-2.2.0.zip", + "size": 13767, + "checksum": "SHA-256:16faee938a6eb5503968f0b71c6b9779717e8a2bffbef459c60b4979684f4f6e" }, { - "name": "RBE1001Lib", - "version": "0.2.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "2.2.1", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for Arduino framework for convenient working with vacuum fluorescent displays (VFD) based on Futaba M202MD10C board.", + "paragraph": "Supports brightness dimming, user-defined symbols, code pages, cursor visibility toggle, self-testing, vertical scroll toggle, etc.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.1.zip", - "archiveFileName": "RBE1001Lib-0.2.1.zip", - "size": 58747, - "checksum": "SHA-256:3a45ef2a86c6a3ecc1690d1d935d09d1fe85e9b5682156763ab32015b3ba6e46" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-2.2.1.zip", + "archiveFileName": "FutabaVfdM202MD10C-2.2.1.zip", + "size": 13855, + "checksum": "SHA-256:abaab9bddc48f8482657ba6f696ad8082f52e2fb5a7e0fd38c51cd0ee98a4587" }, { - "name": "RBE1001Lib", - "version": "0.2.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "FutabaVfdM202MD10C", + "version": "2.2.2", + "author": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "maintainer": "SNMetamorph \u003csnmetamorph.adc@gmail.com\u003e", + "sentence": "Library for Arduino framework for convenient working with vacuum fluorescent displays (VFD) based on Futaba M202MD10C board.", + "paragraph": "Supports brightness dimming, user-defined symbols, code pages, cursor visibility toggle, self-testing, vertical scroll toggle, etc.", + "website": "https://github.com/SNMetamorph/FutabaVfdM202MD10C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.3.zip", - "archiveFileName": "RBE1001Lib-0.2.3.zip", - "size": 58812, - "checksum": "SHA-256:0ef8333b02877cb77479b8694d9c6b52c0d969ea6413ddcb2ba841883b4384fb" + "repository": "https://github.com/SNMetamorph/FutabaVfdM202MD10C.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SNMetamorph/FutabaVfdM202MD10C-2.2.2.zip", + "archiveFileName": "FutabaVfdM202MD10C-2.2.2.zip", + "size": 14016, + "checksum": "SHA-256:38bb832f6eb732dddb0320ccc13b27f2b67629c165881bb67dd62a51a7ebaf4a" }, { - "name": "RBE1001Lib", - "version": "0.2.4", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "name": "Yfrobot Fingerprint Identification Sensor Library", + "version": "0.0.3", + "author": "YFROBOT", + "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", + "sentence": "Arduino library for yfrobot Fingerprint Identification sensor modules.", + "paragraph": "The library supports YFROBOT Fingerprint Identification sensor modules.", + "website": "https://github.com/YFROBOT-TM/Yfrobot-FPM383-Library", "category": "Device Control", "architectures": [ "*" @@ -338021,143 +800210,140 @@ "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.4.zip", - "archiveFileName": "RBE1001Lib-0.2.4.zip", - "size": 58984, - "checksum": "SHA-256:b68a3834cc649fb4e0752569b7a7e9ad1f005bd6411a0fe04eac42d5f7dea5e4" + "repository": "https://github.com/YFROBOT-TM/Yfrobot-FPM383-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Fingerprint_Identification_Sensor_Library-0.0.3.zip", + "archiveFileName": "Yfrobot_Fingerprint_Identification_Sensor_Library-0.0.3.zip", + "size": 254309, + "checksum": "SHA-256:555ef16d9917c019f6734a6749867bfd206d5f219082722074900822d9e2c495" }, { - "name": "RBE1001Lib", - "version": "0.2.5", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "AnalogWrite_ESP32", + "version": "1.0.1", + "author": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "maintainer": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "sentence": "Function analogWrite and Servo support for ESP32", + "paragraph": "This library provides analogWrite function and Servo support for ESP32", + "website": "https://github.com/pablomarquez76/AnalogWrite_ESP32", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/pablomarquez76/AnalogWrite_ESP32.git", "providesIncludes": [ - "RBE1001Lib.h" + "analogWrite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.5.zip", - "archiveFileName": "RBE1001Lib-0.2.5.zip", - "size": 58984, - "checksum": "SHA-256:b53c82b0e07c0a85b05c1eaa45a627cd6fe5373eb3dba85887410a68d2ae7f55" + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/AnalogWrite_ESP32-1.0.1.zip", + "archiveFileName": "AnalogWrite_ESP32-1.0.1.zip", + "size": 6053, + "checksum": "SHA-256:c0b9ac79e3e10251d12ae93ff1c3e7cdaa9e4f72e6ce6d3af42b005c46a1c8ab" }, { - "name": "RBE1001Lib", - "version": "0.2.6", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "AnalogWrite_ESP32", + "version": "1.0.2", + "author": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "maintainer": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "sentence": "Function analogWrite and Servo support for ESP32", + "paragraph": "This library provides analogWrite function and Servo support for ESP32", + "website": "https://github.com/pablomarquez76/AnalogWrite_ESP32", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/pablomarquez76/AnalogWrite_ESP32.git", "providesIncludes": [ - "RBE1001Lib.h" + "analogWrite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.2.6.zip", - "archiveFileName": "RBE1001Lib-0.2.6.zip", - "size": 59880, - "checksum": "SHA-256:2d43c460e6c6d9741a5e98ae63e5db50ff2c7d52de9c5c4947c2b04790e59385" + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/AnalogWrite_ESP32-1.0.2.zip", + "archiveFileName": "AnalogWrite_ESP32-1.0.2.zip", + "size": 6054, + "checksum": "SHA-256:a0523444c9bddc550e6d4ece89d86e20bff959cb849cb0ea55267976a1c70f72" }, { - "name": "RBE1001Lib", - "version": "0.3.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "AnalogWrite_ESP32", + "version": "1.0.3", + "author": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "maintainer": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "sentence": "Function analogWrite and Servo support for ESP32", + "paragraph": "This library provides analogWrite function and Servo support for ESP32", + "website": "https://github.com/pablomarquez76/AnalogWrite_ESP32", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/pablomarquez76/AnalogWrite_ESP32.git", "providesIncludes": [ - "RBE1001Lib.h" + "analogWrite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.3.0.zip", - "archiveFileName": "RBE1001Lib-0.3.0.zip", - "size": 59980, - "checksum": "SHA-256:5910a3a5a55c4cbb8408b1c3b1d10ffe1816a0a12033d760f4b4dc50cc1b4679" + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/AnalogWrite_ESP32-1.0.3.zip", + "archiveFileName": "AnalogWrite_ESP32-1.0.3.zip", + "size": 8407, + "checksum": "SHA-256:128c09e89fc8811e2abb3977637ec729f904a88df06a942a526b1f9eb0a1a7a1" }, { - "name": "RBE1001Lib", - "version": "0.3.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "AnalogWrite_ESP32", + "version": "1.0.4", + "author": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "maintainer": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "sentence": "Function analogWrite and Servo support for ESP32", + "paragraph": "This library provides analogWrite function and Servo support for ESP32", + "website": "https://github.com/pablomarquez76/AnalogWrite_ESP32", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/pablomarquez76/AnalogWrite_ESP32.git", "providesIncludes": [ - "RBE1001Lib.h" + "analogWrite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.3.1.zip", - "archiveFileName": "RBE1001Lib-0.3.1.zip", - "size": 59981, - "checksum": "SHA-256:95b59e50b117317515b951236fd3120712dfbb89d058959a63fc1f27f997c465" + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/AnalogWrite_ESP32-1.0.4.zip", + "archiveFileName": "AnalogWrite_ESP32-1.0.4.zip", + "size": 8481, + "checksum": "SHA-256:4eee233e8f0f05024197dbef240b235a2240384861e393b5df120c96bb31d26d" }, { - "name": "RBE1001Lib", - "version": "0.4.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "AnalogWrite_ESP32", + "version": "1.0.5", + "author": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "maintainer": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "sentence": "Function analogWrite and Servo support for ESP32", + "paragraph": "This library provides analogWrite function and Servo support for ESP32", + "website": "https://github.com/pablomarquez76/AnalogWrite_ESP32", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/pablomarquez76/AnalogWrite_ESP32.git", "providesIncludes": [ - "RBE1001Lib.h" + "analogWrite.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.0.zip", - "archiveFileName": "RBE1001Lib-0.4.0.zip", - "size": 139366, - "checksum": "SHA-256:53e943a324f7bfdaa514e693e3b58fb337f398ae6546c89ce42d05e0d6b4ceda" + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/AnalogWrite_ESP32-1.0.5.zip", + "archiveFileName": "AnalogWrite_ESP32-1.0.5.zip", + "size": 9408, + "checksum": "SHA-256:2802800b9beae0c759fe91b52bc68bcf5d22962b9eb288bd573538adaf4eb675" }, { - "name": "RBE1001Lib", - "version": "0.4.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "name": "DINO_PLC_V1", + "version": "1.0.0", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC V1", + "paragraph": "Present library defines a 'DINO PLC V1'", + "website": "https://github.com/suratin27/DINO_PLC_V1", "category": "Device Control", "architectures": [ "*" @@ -338165,95 +800351,98 @@ "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/suratin27/DINO_PLC_V1.git", "providesIncludes": [ - "RBE1001Lib.h" + "DINO_PLC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.1.zip", - "archiveFileName": "RBE1001Lib-0.4.1.zip", - "size": 165451, - "checksum": "SHA-256:fdaa1010631c0d157cb74ba279a6b793d2a8958246e9e7ae801a6726e867bb23" + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/DINO_PLC_V1-1.0.0.zip", + "archiveFileName": "DINO_PLC_V1-1.0.0.zip", + "size": 1314880, + "checksum": "SHA-256:108d202cf9d8a897c1b316226dcf1b8a3ed79987c2c2fe68666d433604aedf39" }, { - "name": "RBE1001Lib", - "version": "0.4.2", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Arduino_GigaDisplayTouch", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Touch library for Arduino Giga Display Shield", + "paragraph": "The Arduino Giga Display Touch library is a C++ library designed to manage the touch controller of the Giga Display Shield. It is currently compatible with Goodix GT911 5-point Capacitive touch controller. This library captures up to 5 concurrent touch points using two approaches: by interrupt or on-request.", + "website": "https://github.com/arduino-libraries/Arduino_GigaDisplayTouch", + "category": "Sensors", "architectures": [ - "*" + "mbed", + "mbed_portenta", + "mbed_giga" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" + "Arduino" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.4.2.zip", - "archiveFileName": "RBE1001Lib-0.4.2.zip", - "size": 167166, - "checksum": "SHA-256:4ae4c3bf0d0da8b64d66819cb25e664484cfc01f625497a13894559181021c3c" + "repository": "https://github.com/arduino-libraries/Arduino_GigaDisplayTouch.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_GigaDisplayTouch-1.0.0.zip", + "archiveFileName": "Arduino_GigaDisplayTouch-1.0.0.zip", + "size": 10535, + "checksum": "SHA-256:b9229fda6e736f25b4e1be00e48b32f0774060f80d341e85aa3d2b5858f5817a" }, { - "name": "RBE1001Lib", - "version": "0.5.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Adafruit GC9A01A", + "version": "1.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for GC9A01A displays", + "paragraph": "Library for GC9A01A displays", + "website": "https://github.com/Adafruit/Adafruit_GC9A01A", + "category": "Display", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" + "repository": "https://github.com/adafruit/Adafruit_GC9A01A.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.0.zip", - "archiveFileName": "RBE1001Lib-0.5.0.zip", - "size": 176627, - "checksum": "SHA-256:03c8e6496849417e32218e2387eb181c9c229b8bc69b076b3b6c7c15b8f166a5" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GC9A01A-1.1.0.zip", + "archiveFileName": "Adafruit_GC9A01A-1.1.0.zip", + "size": 11833, + "checksum": "SHA-256:ce45dded0b16a11bb87449e0732da6cf6df234d2034a2b6b8a005f304ee77440" }, { - "name": "RBE1001Lib", - "version": "0.5.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Adafruit GC9A01A", + "version": "1.1.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Library for GC9A01A displays", + "paragraph": "Library for GC9A01A displays", + "website": "https://github.com/Adafruit/Adafruit_GC9A01A", + "category": "Display", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" + "repository": "https://github.com/adafruit/Adafruit_GC9A01A.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.1.zip", - "archiveFileName": "RBE1001Lib-0.5.1.zip", - "size": 176154, - "checksum": "SHA-256:7e4c02dbc3720a7d1d9fa3a6bbb826ba37f066da9fe3294594734c247be7072b" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_GC9A01A-1.1.1.zip", + "archiveFileName": "Adafruit_GC9A01A-1.1.1.zip", + "size": 12460, + "checksum": "SHA-256:ff9c3525afe4e33e4b5e1b532d3ccca128630d283fc2e145c328312a3c2802b1" }, { - "name": "RBE1001Lib", - "version": "0.5.2", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "name": "Stepper Async 5", + "version": "1.1.0", + "author": "Dang-gun", + "maintainer": "Dang-gun \u003chttps://github.com/dang-gun\u003e", + "sentence": "This is a library that modifies the Arduino 'Stepper' library to drive a step motor asynchronously. [Korean]�Ƶ��̳� 'Stepper'���̺귯���� �����Ͽ� �񵿱��� ���ܸ��͸� ������ �� �ְ� ���ִ� ���̺귯���Դϴ�.", + "paragraph": "The existing 'Stepper' library operates synchronously, so other operations cannot be performed while the stepper motor is operating. This library corrects these disadvantages and allows other operations while the stepper motor is running. [Korean]���� 'Stepper'���̺귯���� ������ �����Ͽ� ���ܸ��Ͱ� �����ϴ� ���� �ٸ� ������ �� �� �����ϴ�. �� ���̺귯���� �̷��� ������ �����Ͽ� ���ܸ��Ͱ� �����ϴ� �߿��� �ٸ� ������ �� �� �ֵ��� ���ݴϴ�.", + "website": "https://github.com/dang-gun/Arduino_StepperMulti5", "category": "Device Control", "architectures": [ "*" @@ -338261,167 +800450,164 @@ "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.2.zip", - "archiveFileName": "RBE1001Lib-0.5.2.zip", - "size": 176149, - "checksum": "SHA-256:47326bacd243fa8207bd8f9455d7a4861b3ce42ce29587627c8d1b9420afffa5" + "repository": "https://github.com/dang-gun/Arduino_StepperAsync5.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dang-gun/Stepper_Async_5-1.1.0.zip", + "archiveFileName": "Stepper_Async_5-1.1.0.zip", + "size": 23004, + "checksum": "SHA-256:74c0846ddc016e97d39b3f78f395ad0807b19c250a19514b41506bc4ecb6e1f1" }, { - "name": "RBE1001Lib", - "version": "0.5.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "CompileTime", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Automatically set the hours, minutes and seconds in your project when uploading!", + "paragraph": "Use the PC's compile time to automatically set and keep the variables: hour, minute, and second current to the wallclock time. Works in any C environment.", + "website": "https://github.com/ripred/CompileTime", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/ripred/CompileTime.git", "providesIncludes": [ - "RBE1001Lib.h" + "CompileTime.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.3.zip", - "archiveFileName": "RBE1001Lib-0.5.3.zip", - "size": 176148, - "checksum": "SHA-256:1d936a0b811897ef89cbc285d01b753e1604db214560e619c280853d3c63b382" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CompileTime-1.0.0.zip", + "archiveFileName": "CompileTime-1.0.0.zip", + "size": 6393, + "checksum": "SHA-256:4d693f7928e576411882c5335468c86e7cff67dfd92ec7e6270b4df142460a30" }, { - "name": "RBE1001Lib", - "version": "0.5.4", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "CompileTime", + "version": "1.2.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Automatically set the hours, minutes and seconds in your project when uploading!", + "paragraph": "Use the PC's compile time to automatically set and keep the variables: hour, minute, and second current to the wallclock time. Works in any C environment.", + "website": "https://github.com/ripred/CompileTime", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/ripred/CompileTime.git", "providesIncludes": [ - "RBE1001Lib.h" + "CompileTime.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.5.4.zip", - "archiveFileName": "RBE1001Lib-0.5.4.zip", - "size": 176171, - "checksum": "SHA-256:8ba4929508fa778f48a47b3e23553c643aa96c63e6bffd62d0acdc8482851f59" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CompileTime-1.2.0.zip", + "archiveFileName": "CompileTime-1.2.0.zip", + "size": 6602, + "checksum": "SHA-256:a0309184d9986ecadc84e147973adaf6af20688de5b8b28712dff2f2b490c2a9" }, { - "name": "RBE1001Lib", - "version": "0.6.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "CompileTime", + "version": "1.4.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Automatically set the hours, minutes and seconds in your project when uploading!", + "paragraph": "Use the PC's compile time to automatically set and keep the variables: hour, minute, and second current to the wallclock time. Works in any C environment.", + "website": "https://github.com/ripred/CompileTime", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/ripred/CompileTime.git", "providesIncludes": [ - "RBE1001Lib.h" + "CompileTime.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.6.0.zip", - "archiveFileName": "RBE1001Lib-0.6.0.zip", - "size": 181667, - "checksum": "SHA-256:9f522f059042d2f9b7545cdb7a2d5164b7b3a60f58b5be258824bb61e46e7722" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CompileTime-1.4.0.zip", + "archiveFileName": "CompileTime-1.4.0.zip", + "size": 6591, + "checksum": "SHA-256:c780ebd553bd0e6ba341127296a47a8d51af94900d62c1dab17784e0692630b1" }, { - "name": "RBE1001Lib", - "version": "0.7.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "CompileTime", + "version": "1.5.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Automatically set the hours, minutes seconds, year, month, and day in your project when uploading!", + "paragraph": "Use the PC's compile time to automatically set and keep the variables: hour, minute, and second current to the wallclock time. Works in any C environment.", + "website": "https://github.com/ripred/CompileTime", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/ripred/CompileTime.git", "providesIncludes": [ - "RBE1001Lib.h" + "CompileTime.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.0.zip", - "archiveFileName": "RBE1001Lib-0.7.0.zip", - "size": 181765, - "checksum": "SHA-256:8cf7a8dec537a3c6ae639a5f53c469e7709779f6c7b25a6d56299cca61c0807c" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CompileTime-1.5.0.zip", + "archiveFileName": "CompileTime-1.5.0.zip", + "size": 7785, + "checksum": "SHA-256:f76864b9ea9e98b9f9ba6751059f641a69cf138e06309b82da47470ff50756c3" }, { - "name": "RBE1001Lib", - "version": "0.7.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "CompileTime", + "version": "1.6.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Automatically set the hours, minutes seconds, year, month, and day in your project when uploading!", + "paragraph": "Use the PC's compile time to automatically set and keep the variables: hour, minute, and second current to the wallclock time. Works in any C environment.", + "website": "https://github.com/ripred/CompileTime", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/ripred/CompileTime.git", "providesIncludes": [ - "RBE1001Lib.h" + "CompileTime.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.1.zip", - "archiveFileName": "RBE1001Lib-0.7.1.zip", - "size": 177228, - "checksum": "SHA-256:6a4b585dfb0dc3a09e73ee8bd6b671dd7b1d49f50f6b96cd682aae86a27c491c" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/CompileTime-1.6.0.zip", + "archiveFileName": "CompileTime-1.6.0.zip", + "size": 7808, + "checksum": "SHA-256:5def3df32d92f7f6cf453b5c9976fbece347a68eb545856d540462a8addd3b81" }, { - "name": "RBE1001Lib", - "version": "0.7.2", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "Transform", + "version": "0.1.0", + "author": "Lucio Rossi \u003cl.rossi@ext.arduino.cc\u003e", + "maintainer": "Lucio Rossi \u003cl.rossi@ext.arduino.cc\u003e", + "sentence": "A library for implementing all integer signal transofrms.", + "paragraph": "With this library you can transform a signal domain from time to frequency.", + "website": "https://github.com/eigen-value/Transform", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/eigen-value/Transform.git", "providesIncludes": [ - "RBE1001Lib.h" + "Transform.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.2.zip", - "archiveFileName": "RBE1001Lib-0.7.2.zip", - "size": 174922, - "checksum": "SHA-256:1869a4bf98aa56601f3d1e910c6e6dce9fb9f6aa61e142b51905786748229b9c" + "url": "https://downloads.arduino.cc/libraries/github.com/eigen-value/Transform-0.1.0.zip", + "archiveFileName": "Transform-0.1.0.zip", + "size": 23751, + "checksum": "SHA-256:a29f8edacd585fb08978d43ed0b741c6dc9d445ce3a31fa9e4769c30d71fc083" }, { - "name": "RBE1001Lib", - "version": "0.7.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", + "name": "Crazy-IoTik", + "version": "0.1.0", + "author": "CrazyMax \u003ccrazy-max-2011@yandex.ru\u003e", + "maintainer": "CrazyMax \u003ccrazy-max-2011@yandex.ru\u003e", + "sentence": "library for IoTik", + "paragraph": "library for IoTik", + "website": "https://github.com/Crazy-Max-Blog/Crazy_IoTik", "category": "Device Control", "architectures": [ "*" @@ -338429,845 +800615,887 @@ "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.7.3.zip", - "archiveFileName": "RBE1001Lib-0.7.3.zip", - "size": 174957, - "checksum": "SHA-256:b3d6bf59601fbda97250d85525231ad529b4b96d6a51dddb09a31addb5f83fa8" + "repository": "https://github.com/Crazy-Max-Blog/Crazy_IoTik.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Crazy-Max-Blog/Crazy_IoTik-0.1.0.zip", + "archiveFileName": "Crazy_IoTik-0.1.0.zip", + "size": 5047, + "checksum": "SHA-256:51cc08a4471a90f5ac88acb6dc452884a76b3da51b7df95f48e7116c45291c9f" }, { - "name": "RBE1001Lib", - "version": "0.8.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "SiderealObjects", + "version": "1.0.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related object tables.", + "paragraph": "This library provides a core set of astronomy related tables, such as NGC, IC, Messier, Caldwell, and Hershel 400 tables, and functions to read them.", + "website": "https://github.com/DavidArmstrong/SiderealObjects", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.8.0.zip", - "archiveFileName": "RBE1001Lib-0.8.0.zip", - "size": 176063, - "checksum": "SHA-256:4acd90f9edfb381cd8ec37dec49a4433c63daf172fde0d406c4ce5f70b947593" + "repository": "https://github.com/DavidArmstrong/SiderealObjects.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealObjects-1.0.0.zip", + "archiveFileName": "SiderealObjects-1.0.0.zip", + "size": 134699, + "checksum": "SHA-256:03301acc91bf2c563f5d6aefae9040c5245808a8e3e325f56bc0c08791786877" }, { - "name": "RBE1001Lib", - "version": "0.9.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "SiderealObjects", + "version": "1.1.0", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related object tables.", + "paragraph": "This library provides a core set of astronomy related tables, such as NGC, IC, Messier, Caldwell, and Hershel 400 tables, and functions to read them.", + "website": "https://github.com/DavidArmstrong/SiderealObjects", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.0.zip", - "archiveFileName": "RBE1001Lib-0.9.0.zip", - "size": 182043, - "checksum": "SHA-256:9e151e5ecd8b471242f22ffb4040e7122da3cd31357e74b2eb480e996e97e2b4" + "repository": "https://github.com/DavidArmstrong/SiderealObjects.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealObjects-1.1.0.zip", + "archiveFileName": "SiderealObjects-1.1.0.zip", + "size": 363486, + "checksum": "SHA-256:05050aba62fefe4f8fc4987640a626f6b05765fe954770b1ea328a5d455759c9" }, { - "name": "RBE1001Lib", - "version": "0.9.1", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "SiderealObjects", + "version": "1.1.1", + "author": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "maintainer": "David Armstrong \u003cmamoru.tbreesama@gmail.com\u003e", + "sentence": "A library for providing basic astronomy related object tables.", + "paragraph": "This library provides a core set of astronomy related tables, such as NGC, IC, Messier, Caldwell, and Hershel 400 tables, and functions to read them.", + "website": "https://github.com/DavidArmstrong/SiderealObjects", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", - "providesIncludes": [ - "RBE1001Lib.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.1.zip", - "archiveFileName": "RBE1001Lib-0.9.1.zip", - "size": 184052, - "checksum": "SHA-256:c827f4b7ac86f1ae447677c8b7499606ebb15d76d5e1204c2711aafedfb13397" + "repository": "https://github.com/DavidArmstrong/SiderealObjects.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DavidArmstrong/SiderealObjects-1.1.1.zip", + "archiveFileName": "SiderealObjects-1.1.1.zip", + "size": 363516, + "checksum": "SHA-256:c69497384cdc1cdec4bc659e75dfe9e05b18b289c65c62f54a8422d9bd5a8705" }, { - "name": "RBE1001Lib", - "version": "0.9.2", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "ILI9342_T4", + "version": "1.0.0", + "author": "Arvind Singh", + "maintainer": "Arvind Singh", + "sentence": "Optimized ILI9342(C) SPI driver for Teensy 4/4.1/micromod.", + "paragraph": "This library provides an highly optimized SPI driver for the ILI9342/ILI9342C screen controller. It implements asynchronous uploads via DMA, VSync monitoring to prevent screen tearing and differential updates to speed up transfers. The library only works with Teensy 4/4.1/Micromod.", + "website": "https://github.com/vindar/ILI9342_T4", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/vindar/ILI9342_T4.git", "providesIncludes": [ - "RBE1001Lib.h" + "ILI9342_T4.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.2.zip", - "archiveFileName": "RBE1001Lib-0.9.2.zip", - "size": 184415, - "checksum": "SHA-256:a959fa606e0455a0b6a392d52ee705845bc2f7e2fc24a38d707bf10ee6ed3909" + "url": "https://downloads.arduino.cc/libraries/github.com/vindar/ILI9342_T4-1.0.0.zip", + "archiveFileName": "ILI9342_T4-1.0.0.zip", + "size": 5061993, + "checksum": "SHA-256:9e76c264814b21d61e1aacb689eaf4fedfb0a955c74a477128c5783c69838796" }, { - "name": "RBE1001Lib", - "version": "0.9.3", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "M5Unit-DigiClock", + "version": "0.0.1", + "author": "IcingTomato \u003cicing@m5stack.com\u003e", + "maintainer": "IcingTomato \u003cicing@m5stack.com\u003e", + "sentence": "Library for M5Unit-DigiClock", + "paragraph": "See more on https://m5stack.com", + "website": "https://github.com/m5stack/M5Unit-DigiClock", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/m5stack/M5Unit-DigiClock.git", "providesIncludes": [ - "RBE1001Lib.h" + "M5Unit-Digi_Clock/src/M5UNIT_DIGI_CLOCK.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.3.zip", - "archiveFileName": "RBE1001Lib-0.9.3.zip", - "size": 184684, - "checksum": "SHA-256:5e1c32c26952b3e8f4c6e8e898ac003d53b2637f9e4813739680c9e15a13eb1c" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_DigiClock-0.0.1.zip", + "archiveFileName": "M5Unit_DigiClock-0.0.1.zip", + "size": 5626, + "checksum": "SHA-256:20111f55219e3bff21ee7603b750a04dd35e3c54a9ccc7eae1a1559f6294c6eb" }, { - "name": "RBE1001Lib", - "version": "0.9.4", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "RadioHead", + "version": "1.112.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "RBE1001Lib.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.9.4.zip", - "archiveFileName": "RBE1001Lib-0.9.4.zip", - "size": 184695, - "checksum": "SHA-256:5240d7cd63760c0af3f1b2d681f6dd1e59fa85d74f36853b9f0c15b09b4d0abf" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.112.0.zip", + "archiveFileName": "RadioHead-1.112.0.zip", + "size": 545257, + "checksum": "SHA-256:609f187631283106a6437aa2ef7e5b1c70c0e4201330fbd1e8587cf882d86a0e" }, { - "name": "RBE1001Lib", - "version": "0.10.0", - "author": "Kevin Harrington", - "maintainer": "Kevin Harrington \u003cmad.hephaestus@gmail.com\u003e", - "sentence": "Support robotics education with simplified support classes.", - "paragraph": "This library provides utility classes and example code for using them. This is intended as a support library for teaching introduction to robotics.", - "website": "https://github.com/WPIRoboticsEngineering/RBE1001Lib", - "category": "Device Control", + "name": "RadioHead", + "version": "1.113.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/RBE1001Lib.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "RBE1001Lib.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/RBE1001Lib-0.10.0.zip", - "archiveFileName": "RBE1001Lib-0.10.0.zip", - "size": 209280, - "checksum": "SHA-256:2665afc65a7daca01389a0f99f44baa31fd62291a976e8e79141d1482de9f74f" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.113.0.zip", + "archiveFileName": "RadioHead-1.113.0.zip", + "size": 548169, + "checksum": "SHA-256:a9c3b57d7438f01c8b5aecb10352815aed4f7f44d89720e0022a64f705c1cd98" }, { - "name": "I2C_EEPROM", - "version": "1.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for I2C EEPROMS.", - "paragraph": "24LC256 et al", - "website": "https://github.com/RobTillaart/I2C_EEPROM.git", - "category": "Data Storage", + "name": "RadioHead", + "version": "1.116.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "I2C_eeprom.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.0.zip", - "archiveFileName": "I2C_EEPROM-1.3.0.zip", - "size": 11630, - "checksum": "SHA-256:026f521f9ffc17b493f1d224a65041a7ef8c6a2533fc8524c96947f0c7022da5" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.116.0.zip", + "archiveFileName": "RadioHead-1.116.0.zip", + "size": 552483, + "checksum": "SHA-256:0367e99b72714ac4f1fb5550a0edeb978cd4291e0398b059dc5049c62f5b1f70" }, { - "name": "I2C_EEPROM", - "version": "1.3.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for I2C EEPROMS.", - "paragraph": "24LC256 et al", - "website": "https://github.com/RobTillaart/I2C_EEPROM.git", - "category": "Data Storage", + "name": "RadioHead", + "version": "1.117.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/I2C_EEPROM.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "I2C_eeprom.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_EEPROM-1.3.1.zip", - "archiveFileName": "I2C_EEPROM-1.3.1.zip", - "size": 14281, - "checksum": "SHA-256:8835fc8ecd68c287e299781636a488aa76dd9c0d05390fa4fa5b3fc2d9667b0d" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.117.0.zip", + "archiveFileName": "RadioHead-1.117.0.zip", + "size": 555693, + "checksum": "SHA-256:69ec98225d76fdd1605753796c0df88ae895ee664e31a136de4a7bc540d3ff23" }, { - "name": "SparkFun Qwiic Power Switch Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Arduino library for the Qwiic Power Switch", - "paragraph": "An Arduino library for the SparkFun Qwiic Power Switch (TI PCA9536)", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library", - "category": "Sensors", + "name": "RadioHead", + "version": "1.118.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Power_Switch_Arduino_Library-1.0.0.zip", - "size": 9226, - "checksum": "SHA-256:10cc1810ca5315de11a15a98382a8fc4d4f3bcec22ac6bd97ef48087e584a6df" + "repository": "https://github.com/epsilonrt/RadioHead.git", + "providesIncludes": [ + "RadioHead.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.118.0.zip", + "archiveFileName": "RadioHead-1.118.0.zip", + "size": 556413, + "checksum": "SHA-256:26b58c7f6afb9818b83aeca9d76c0655eec982d27a118e46baa890dfbd8d4d7e" }, { - "name": "INA226_WE", - "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA226 current and power sensor module", - "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", - "website": "https://github.com/wollewald/INA226_WE", - "category": "Sensors", + "name": "RadioHead", + "version": "1.119.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA226_WE.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "INA226_WE.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.0.0.zip", - "archiveFileName": "INA226_WE-1.0.0.zip", - "size": 386292, - "checksum": "SHA-256:283b516155205efb0491dc47b7aeb0131dd0d5958e8cd302ad54fd8d9589f5da" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.119.0.zip", + "archiveFileName": "RadioHead-1.119.0.zip", + "size": 556624, + "checksum": "SHA-256:95d12b889b1e91fd72fec5b80de630a62077694dc8b90ae4db74b94bf05ea97e" }, { - "name": "INA226_WE", - "version": "1.1.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA226 current and power sensor module", - "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", - "website": "https://github.com/wollewald/INA226_WE", - "category": "Sensors", + "name": "RadioHead", + "version": "1.120.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA226_WE.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "INA226_WE.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.0.zip", - "archiveFileName": "INA226_WE-1.1.0.zip", - "size": 386000, - "checksum": "SHA-256:417bdd6edf0e7e3b681961943e55d51ac55ad41b6c82b6bd8b03948a65f2d118" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.120.0.zip", + "archiveFileName": "RadioHead-1.120.0.zip", + "size": 569807, + "checksum": "SHA-256:ecb8776f956f3f020213834a2f9eac433d212e0563689ee3d642e72d695e4d34" }, { - "name": "INA226_WE", - "version": "1.1.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA226 current and power sensor module", - "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", - "website": "https://github.com/wollewald/INA226_WE", - "category": "Sensors", + "name": "RadioHead", + "version": "1.121.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA226_WE.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "INA226_WE.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.1.zip", - "archiveFileName": "INA226_WE-1.1.1.zip", - "size": 385864, - "checksum": "SHA-256:295f9ea0b24b45806f7549e4e1c0f93e06812d9f121400115fc13329f141cfa2" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.121.0.zip", + "archiveFileName": "RadioHead-1.121.0.zip", + "size": 569839, + "checksum": "SHA-256:7ed3a1ec17ef05ee55052bab19b35724d29a0eff1430459f14795e1fba8a710e" }, { - "name": "INA226_WE", - "version": "1.1.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA226 current and power sensor module", - "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", - "website": "https://github.com/wollewald/INA226_WE", - "category": "Sensors", + "name": "RadioHead", + "version": "1.122.0", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA226_WE.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "INA226_WE.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.1.2.zip", - "archiveFileName": "INA226_WE-1.1.2.zip", - "size": 386598, - "checksum": "SHA-256:519f4044dcc0d8a2308e904d81ffdb5022b6d7a1dc6b2090af3201017a195620" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.122.0.zip", + "archiveFileName": "RadioHead-1.122.0.zip", + "size": 571362, + "checksum": "SHA-256:051d2e2b6e307de767a1996ff09fef5f154621c181ccc4d63fe4f8738000bb66" }, { - "name": "INA226_WE", - "version": "1.2.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the INA226 current and power sensor module", - "paragraph": "It allows to set current ranges, number of samples per measurement, conversion ranges. You can chose between continous, triggered and power down mode. Conversion ready and limit alert modes are also implemented.", - "website": "https://github.com/wollewald/INA226_WE", - "category": "Sensors", + "name": "RadioHead", + "version": "1.122.1", + "author": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "maintainer": "Mike McCauley \u003cmikem@airspayce.com\u003e", + "sentence": "Packet Radio library for embedded microprocessors", + "paragraph": "Provides a complete object-oriented library for sending and receiving packetized messages via a variety of common data radios and other transports on a range of embedded microprocessors.", + "website": "https://www.airspayce.com/mikem/arduino/RadioHead/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/INA226_WE.git", + "repository": "https://github.com/epsilonrt/RadioHead.git", "providesIncludes": [ - "INA226_WE.h" + "RadioHead.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/INA226_WE-1.2.0.zip", - "archiveFileName": "INA226_WE-1.2.0.zip", - "size": 685843, - "checksum": "SHA-256:7c30c8cc178f575a84e539819c211b0767aecad110cfda3d819548338ab4390a" + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/RadioHead-1.122.1.zip", + "archiveFileName": "RadioHead-1.122.1.zip", + "size": 573199, + "checksum": "SHA-256:bb56ed34b9dc6682063e54c0a3653e8ce861dc434f56bf75688d3890bc908380" }, { - "name": "weight", + "name": "sipf-arduino-client", "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library of weight conversion functions", - "paragraph": "Kilo gram stone lbs ounce pound", - "website": "https://github.com/RobTillaart/weight", - "category": "Signal Input/Output", + "author": "SAKURA internet Inc.", + "maintainer": "SAKURA internet Inc.", + "sentence": "SIPF Library for Arduino", + "website": "https://github.com/sakura-internet/sipf-arduino-client", + "category": "Communication", "architectures": [ - "*" + "spresense" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/weight.git", - "providesIncludes": [ - "weight.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/weight-0.1.0.zip", - "archiveFileName": "weight-0.1.0.zip", - "size": 5618, - "checksum": "SHA-256:4c9fd347f0672cf672c58379458ba10527c33b6d23bdbcd925255754563597c4" + "repository": "https://github.com/sakura-internet/sipf-arduino-client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakura-internet/sipf_arduino_client-0.1.0.zip", + "archiveFileName": "sipf_arduino_client-0.1.0.zip", + "size": 22110, + "checksum": "SHA-256:a7aa83a775877f49959161482fe3d5a0e763d0f9c124a82ae05a6ed0977da331" }, { - "name": "HX711", + "name": "sipf-arduino-client", "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for HX711 loadcell amplifier", - "paragraph": "includes callibrate functions.", - "website": "https://github.com/RobTillaart/HX711", - "category": "Signal Input/Output", + "author": "SAKURA internet Inc.", + "maintainer": "SAKURA internet Inc.", + "sentence": "SIPF Library for Arduino", + "website": "https://github.com/sakura-internet/sipf-arduino-client", + "category": "Communication", "architectures": [ - "*" + "spresense" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HX711.git", - "providesIncludes": [ - "HX711.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HX711-0.2.0.zip", - "archiveFileName": "HX711-0.2.0.zip", - "size": 12303, - "checksum": "SHA-256:b93b6a1c172f2a3bc32b62d4104d508c575daca52667648b61dd908e2f541b72" + "repository": "https://github.com/sakura-internet/sipf-arduino-client.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sakura-internet/sipf_arduino_client-0.2.0.zip", + "archiveFileName": "sipf_arduino_client-0.2.0.zip", + "size": 27898, + "checksum": "SHA-256:7b40573d441dde4539cddc3c6bbb9f9e44eb841def30d8361ea8f82a9bd30975" }, { - "name": "AceMenu", - "version": "0.1.0", - "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "sentence": "A library that makes coding a user Menu a breeze.", - "paragraph": "Uses a simple 3/4 button navigation system", - "website": "https://gitlab.com/StrathbogieBrewing/acemenu.git", - "category": "Display", + "name": "PostNeoSWSerial", + "version": "1.0.1", + "author": "Hexaedron", + "maintainer": "Hexaedron", + "sentence": "An efficient replacement for SoftwareSerial at baud rates 9600, 19200 and 38400.", + "paragraph": "Simultaneous RX \u0026 TX, does not require additional TIMERs, interrupts not disabled during RX", + "website": "https://github.com/hexaedron/PostNeoSWSerial", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "repository": "https://github.com/hexaedron/PostNeoSWSerial.git", "providesIncludes": [ - "AceMenu.h" + "PostNeoSWSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.0.zip", - "archiveFileName": "AceMenu-0.1.0.zip", - "size": 13101, - "checksum": "SHA-256:a9c0b37bce1e27bfc8fa12b26dd825e0717010d700e4c33439c2384207d7d5c1" + "url": "https://downloads.arduino.cc/libraries/github.com/hexaedron/PostNeoSWSerial-1.0.1.zip", + "archiveFileName": "PostNeoSWSerial-1.0.1.zip", + "size": 18912, + "checksum": "SHA-256:249059c07769aa0a31938b4df616887de691cb1c0db15c0d2cd1fd410315d4b9" }, { - "name": "AceMenu", - "version": "0.1.1", - "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "sentence": "A library that makes coding a user Menu a breeze.", - "paragraph": "Uses a simple 3/4 button navigation system", - "website": "https://github.com/StrathbogieBrewing/AceMenu.git", - "category": "Display", + "name": "PostNeoSWSerial", + "version": "1.0.2", + "author": "Hexaedron", + "maintainer": "Hexaedron", + "sentence": "An efficient replacement for SoftwareSerial at baud rates 9600, 19200 and 38400.", + "paragraph": "Now supports LGT8F328P", + "website": "https://github.com/hexaedron/PostNeoSWSerial", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "repository": "https://github.com/hexaedron/PostNeoSWSerial.git", "providesIncludes": [ - "AceMenu.h" + "PostNeoSWSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.1.zip", - "archiveFileName": "AceMenu-0.1.1.zip", - "size": 14516, - "checksum": "SHA-256:1e3a174b48b3634ccf379117143dfb0048558cf6145ec5dd841f0f814b6b1d42" + "url": "https://downloads.arduino.cc/libraries/github.com/hexaedron/PostNeoSWSerial-1.0.2.zip", + "archiveFileName": "PostNeoSWSerial-1.0.2.zip", + "size": 11897, + "checksum": "SHA-256:259ef5c9701c8cd54f569074c87b68c65666f3ef081264383ddda5bd313edf46" }, { - "name": "AceMenu", - "version": "0.1.2", - "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "sentence": "A library that makes coding a user Menu a breeze.", - "paragraph": "Uses a simple 3/4 button navigation system", - "website": "https://github.com/StrathbogieBrewing/AceMenu.git", - "category": "Display", + "name": "PostNeoSWSerial", + "version": "1.0.3", + "author": "Hexaedron", + "maintainer": "Hexaedron", + "sentence": "An efficient replacement for SoftwareSerial at baud rates 9600, 19200 and 38400.", + "paragraph": "Now supports LGT8F328P", + "website": "https://github.com/hexaedron/PostNeoSWSerial", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "repository": "https://github.com/hexaedron/PostNeoSWSerial.git", "providesIncludes": [ - "AceMenu.h" + "PostNeoSWSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.2.zip", - "archiveFileName": "AceMenu-0.1.2.zip", - "size": 14272, - "checksum": "SHA-256:1fee3eb5628483d3981ae721d7ec4155bcef3b0ab91f43794a1ae0e7459b0467" + "url": "https://downloads.arduino.cc/libraries/github.com/hexaedron/PostNeoSWSerial-1.0.3.zip", + "archiveFileName": "PostNeoSWSerial-1.0.3.zip", + "size": 11943, + "checksum": "SHA-256:9d32234a2f34c6c931569de0338c70c78508376d401f50cc615af85714ca8658" }, { - "name": "AceMenu", - "version": "0.1.3", - "author": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "maintainer": "Johny Hoops \u003cjohnyhoops@gmail.com\u003e", - "sentence": "A library that makes coding a user Menu a breeze.", - "paragraph": "Uses a simple 3/4 button navigation system", - "website": "https://github.com/StrathbogieBrewing/AceMenu.git", - "category": "Display", + "name": "PostNeoSWSerial", + "version": "1.0.4", + "author": "Hexaedron", + "maintainer": "Hexaedron", + "sentence": "An efficient replacement for SoftwareSerial at baud rates 9600, 19200 and 38400.", + "paragraph": "Now supports LGT8F328P", + "website": "https://github.com/hexaedron/PostNeoSWSerial", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/StrathbogieBrewing/AceMenu.git", + "repository": "https://github.com/hexaedron/PostNeoSWSerial.git", "providesIncludes": [ - "AceMenu.h" + "PostNeoSWSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/StrathbogieBrewing/AceMenu-0.1.3.zip", - "archiveFileName": "AceMenu-0.1.3.zip", - "size": 14514, - "checksum": "SHA-256:2bb139976f3475cc0844375d8eabe7f2d7c2b147f1df212638da2493251b54f8" + "url": "https://downloads.arduino.cc/libraries/github.com/hexaedron/PostNeoSWSerial-1.0.4.zip", + "archiveFileName": "PostNeoSWSerial-1.0.4.zip", + "size": 11974, + "checksum": "SHA-256:980007febe678e314f6e6e14422cd522e2ffa823b91bd3f3a01f72a0fee4ea58" }, { - "name": "Sleepy Pi 2", - "version": "1.0.0", - "author": "Spell Foundry", - "maintainer": "Spell Foundry", - "sentence": "Arduino Library for Sleepy Pi 2 Raspberry Pi HAT", - "paragraph": "A Smart Power Management Board that provides a virtual low power mode to Raspberry Pi's", - "website": "https://github.com/SpellFoundry/SleepyPi2", - "category": "Other", + "name": "Modbus-Radio", + "version": "1.0.3", + "author": "Pascal Jean aka epsilonrt \u003cepsilonrt@gmail.com\u003e", + "maintainer": "Pascal Jean aka epsilonrt \u003cepsilonrt@gmail.com\u003e", + "license": "BSD-3-Clause", + "sentence": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave.", + "paragraph": "Over-the-air implementation with devices supported by the RadioHead library.", + "website": "https://github.com/epsilonrt/modbus-radio.git", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SpellFoundry/SleepyPi2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/Sleepy_Pi_2-1.0.0.zip", - "archiveFileName": "Sleepy_Pi_2-1.0.0.zip", - "size": 47228, - "checksum": "SHA-256:926e19901822b20dc4f9604468454befccdf77fd86424d1e3c7464eece4ee8a7" + "repository": "https://github.com/epsilonrt/modbus-radio.git", + "providesIncludes": [ + "ModbusRadio.h" + ], + "dependencies": [ + { + "name": "Modbus-Arduino", + "version": "\u003e=1.3.0" + }, + { + "name": "RadioHead", + "version": "\u003e=1.122" + }, + { + "name": "Crypto", + "version": "\u003e=0.4.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/Modbus_Radio-1.0.3.zip", + "archiveFileName": "Modbus_Radio-1.0.3.zip", + "size": 94174, + "checksum": "SHA-256:4b1980dddcf9e7bb93e47d6b11c05814cded86f835b6848fa135d42d8efa6690" }, { - "name": "PCF8523", + "name": "NewEncoder", "version": "1.0.0", - "author": "Spell Foundry", - "maintainer": "Spell Foundry", - "sentence": "Arduino Library for PCF8523 Real-Time Clock", - "paragraph": "Library for controlling and configuring this Real-Time Clock", - "website": "https://github.com/SpellFoundry/PCF8523", - "category": "Timing", + "author": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "maintainer": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "sentence": "A library that makes coding an rotary encoder a breeze with useful functions", + "paragraph": "This library do not use interrupt pins so it can be easily utilized by any board. Just make sure to call as frecuently as you can the function Encoder.Update()", + "website": "https://github.com/alexitoo00/NewEncoder", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SpellFoundry/PCF8523.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SpellFoundry/PCF8523-1.0.0.zip", - "archiveFileName": "PCF8523-1.0.0.zip", - "size": 18944, - "checksum": "SHA-256:a05073e6c5b85d8151120d00b4702a35f7af0acca69abb6e5e8cfa4d53b81392" + "repository": "https://github.com/alexitoo00/NewEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexitoo00/NewEncoder-1.0.0.zip", + "archiveFileName": "NewEncoder-1.0.0.zip", + "size": 7535, + "checksum": "SHA-256:ac34269037bb914edbce66bb44323ffdc6f96291ce24abeea32a63809686cf7f" }, { - "name": "ScrollingText8x8Display", - "version": "0.0.1", - "author": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", - "maintainer": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", - "sentence": "Display a scrolling text on a 8x8 LED display.", - "paragraph": "You can set the scrolling speed, the scrolling direction and also the character orientation.", - "website": "https://github.com/TheJLifeX/ScrollingText8x8Display", - "category": "Display", + "name": "NewEncoder", + "version": "1.0.1", + "author": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "maintainer": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "sentence": "A library that makes coding an rotary encoder a breeze with useful functions", + "paragraph": "This library do not use interrupt pins so it can be easily utilized by any board. Just make sure to call as frecuently as you can the function Encoder.Update()", + "website": "https://github.com/alexitoo00/NewEncoder", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TheJLifeX/ScrollingText8x8Display.git", - "providesIncludes": [ - "ScrollingText8x8Display.h" + "repository": "https://github.com/alexitoo00/NewEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexitoo00/NewEncoder-1.0.1.zip", + "archiveFileName": "NewEncoder-1.0.1.zip", + "size": 8525, + "checksum": "SHA-256:a6720ed31a247dd66417ab3fb01e7cc4572518f03097f46c86977580dd60d049" + }, + { + "name": "NewEncoder", + "version": "1.0.2", + "author": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "maintainer": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "sentence": "A library that makes coding an rotary encoder a breeze with useful functions", + "paragraph": "This library do not use interrupt pins so it can be easily utilized by any board. Just make sure to call as frecuently as you can the function Encoder.Update()", + "website": "https://github.com/alexitoo00/NewEncoder", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TheJLifeX/ScrollingText8x8Display-0.0.1.zip", - "archiveFileName": "ScrollingText8x8Display-0.0.1.zip", - "size": 7710863, - "checksum": "SHA-256:8f82b4e4374b588ee462775bd4a2f68609b97a4e306c51bc1b51a36807a20866" + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexitoo00/NewEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexitoo00/NewEncoder-1.0.2.zip", + "archiveFileName": "NewEncoder-1.0.2.zip", + "size": 9804, + "checksum": "SHA-256:20d735ee7266dec3827290212335162731add76ee6abd991bd5c1eef2d908407" }, { - "name": "ScrollingText8x8Display", - "version": "0.0.2", - "author": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", - "maintainer": "Ulrich Tiofack \u003culrich.tiofack001@stud.fh-dortmund.de\u003e", - "sentence": "Display a scrolling text on a 8x8 LED display.", - "paragraph": "You can set the scrolling speed, the scrolling direction and also the character orientation.", - "website": "https://github.com/TheJLifeX/ScrollingText8x8Display", - "category": "Display", + "name": "NewEncoder", + "version": "1.0.3", + "author": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "maintainer": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "sentence": "A library that makes coding an rotary encoder a breeze with useful functions", + "paragraph": "This library do not use interrupt pins so it can be easily utilized by any board. Just make sure to call as frecuently as you can the function Encoder.Update()", + "website": "https://github.com/alexitoo00/NewEncoder", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TheJLifeX/ScrollingText8x8Display.git", - "providesIncludes": [ - "ScrollingText8x8Display.h" + "repository": "https://github.com/alexitoo00/NewEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexitoo00/NewEncoder-1.0.3.zip", + "archiveFileName": "NewEncoder-1.0.3.zip", + "size": 9808, + "checksum": "SHA-256:3f1a5c52c7ee8726d842ed02f8f6ace5c28632ed339fd26270de6d1a054b430a" + }, + { + "name": "NewEncoder", + "version": "1.0.4", + "author": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "maintainer": "Alex Casal \u003calexandrocb2013@gmail.com\u003e", + "sentence": "A library that makes coding an rotary encoder a breeze with useful functions", + "paragraph": "This library do not use interrupt pins so it can be easily utilized by any board. Just make sure to call as frecuently as you can the function Encoder.Update()", + "website": "https://github.com/alexitoo00/NewEncoder", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TheJLifeX/ScrollingText8x8Display-0.0.2.zip", - "archiveFileName": "ScrollingText8x8Display-0.0.2.zip", - "size": 7738098, - "checksum": "SHA-256:0d67aa04273af7ef12e7421b13eef7864a09cbaa27a03083bb541e6f08a1e98f" + "types": [ + "Contributed" + ], + "repository": "https://github.com/alexitoo00/NewEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/alexitoo00/NewEncoder-1.0.4.zip", + "archiveFileName": "NewEncoder-1.0.4.zip", + "size": 9808, + "checksum": "SHA-256:dc571b4823b69384d0366f0913ddbf8c247f2ae4490b22203860a43e8da4d6af" }, { - "name": "NX2003 library", + "name": "STM32duino VL53L8CX", "version": "1.0.0", - "author": "Chatphet Kenanan\u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong\u003cnarongchai.b2539@gmail.com\u003e", - "maintainer": "Chatphet Kenanan\u003cch.ee.psu@outlook.com\u003e", - "sentence": "A library for NX2003 board.", - "paragraph": "Supports NX2003 board and NX2003 shield.", - "website": "https://gitlab.com/chatpeth/nx2003", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L8CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L8CX", "category": "Device Control", "architectures": [ - "esp32" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/chatpeth/nx2003.git", - "providesIncludes": [ - "NX2003.h" - ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.0.zip", - "archiveFileName": "NX2003_library-1.0.0.zip", - "size": 14605, - "checksum": "SHA-256:d987aa84fdf56ce8b2c96d0296d53185fa8c847021b8797078ad60b30cf1899b" + "repository": "https://github.com/stm32duino/VL53L8CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L8CX-1.0.0.zip", + "archiveFileName": "STM32duino_VL53L8CX-1.0.0.zip", + "size": 167401, + "checksum": "SHA-256:a2e739d9086d82d01cf9431e28a3f3a69ce3ff3a01a4ace424cc9583e6308369" }, { - "name": "NX2003 library", + "name": "STM32duino VL53L8CX", "version": "1.0.1", - "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e", - "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", - "sentence": "A library for NX2003 board.", - "paragraph": "Supports NX2003 board and NX2003 shield.", - "website": "https://gitlab.com/chatpeth/nx2003", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L8CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L8CX", "category": "Device Control", "architectures": [ - "esp32" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/chatpeth/nx2003.git", - "providesIncludes": [ - "NX2003.h" - ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.1.zip", - "archiveFileName": "NX2003_library-1.0.1.zip", - "size": 15372, - "checksum": "SHA-256:b1db247985e3b7339dde2a3b9d93e372665eb0523d6989852af9d8efab7847c0" + "repository": "https://github.com/stm32duino/VL53L8CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L8CX-1.0.1.zip", + "archiveFileName": "STM32duino_VL53L8CX-1.0.1.zip", + "size": 167409, + "checksum": "SHA-256:2028384110926a318ddbe2186544a815626cf5826ca8e84c598ec095198ddc41" }, { - "name": "NX2003 library", + "name": "STM32duino VL53L8CX", "version": "1.0.2", - "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", - "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", - "sentence": "A library for NX2003 board.", - "paragraph": "Supports NX2003 board and NX2003 shield.", - "website": "https://gitlab.com/chatpeth/nx2003", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L8CX (Time-of-Flight 8x8 multizone ranging sensor with wide field view)", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/VL53L8CX", "category": "Device Control", "architectures": [ - "esp32" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/chatpeth/nx2003.git", - "providesIncludes": [ - "NX2003.h" - ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.2.zip", - "archiveFileName": "NX2003_library-1.0.2.zip", - "size": 15390, - "checksum": "SHA-256:e2921d84ce1ad6b489ab4c51c00b9a8c5f4080efa8608ba23c7656be485972f3" + "repository": "https://github.com/stm32duino/VL53L8CX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L8CX-1.0.2.zip", + "archiveFileName": "STM32duino_VL53L8CX-1.0.2.zip", + "size": 167406, + "checksum": "SHA-256:f09b3704d4586b90e16f07805caf461ef3c6888ed4907db23f162520dccda301" }, { - "name": "NX2003 library", - "version": "1.0.3", - "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", - "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", - "sentence": "A library for NX2003 board.", - "paragraph": "Supports NX2003 board and NX2003 shield.", - "website": "https://gitlab.com/chatpeth/nx2003", - "category": "Device Control", + "name": "BlynkNcpDriver", + "version": "0.4.6", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "MIT", + "sentence": "Build a smartphone app for your project in minutes!", + "paragraph": "It supports WiFi, Ethernet, Cellular connectivity. Works with over 400 boards like ESP8266, ESP32, Arduino, Raspberry Pi, Particle, etc.", + "website": "https://blynk.io", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/chatpeth/nx2003.git", + "repository": "https://github.com/blynkkk/BlynkNcpDriver.git", "providesIncludes": [ - "NX2003.h" + "BlynkRpcClient.h" ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.3.zip", - "archiveFileName": "NX2003_library-1.0.3.zip", - "size": 15390, - "checksum": "SHA-256:c8383d9607bd470a5c36a782602dd9e6f630852928c2163dfa0de7c6682429e3" + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/BlynkNcpDriver-0.4.6.zip", + "archiveFileName": "BlynkNcpDriver-0.4.6.zip", + "size": 29901, + "checksum": "SHA-256:a2858b66a73172144ebf9e6c09f48d5950a58551b7d4746a029d68c155b3db12" }, { - "name": "NX2003 library", - "version": "1.0.4", - "author": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e, Narongchai Bunthong \u003cnarongchai.b2539@gmail.com\u003e, Worapon Luengaksorn \u003cWorapon.ks@gmail.com\u003e", - "maintainer": "Chatpeth Kenanan \u003cch.ee.psu@outlook.com\u003e", - "sentence": "A library for NX2003 board.", - "paragraph": "Supports NX2003 board and NX2003 shield.", - "website": "https://gitlab.com/chatpeth/nx2003", - "category": "Device Control", + "name": "BlynkNcpDriver", + "version": "0.5.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "A shared interface to the services provided by Blynk.NCP", + "paragraph": "A low-level driver for Blynk.NCP with minimal dependencies", + "website": "https://blynk.io", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/chatpeth/nx2003.git", + "repository": "https://github.com/blynkkk/BlynkNcpDriver.git", "providesIncludes": [ - "NX2003.h" + "BlynkRpcClient.h" ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/chatpeth/NX2003_library-1.0.4.zip", - "archiveFileName": "NX2003_library-1.0.4.zip", - "size": 15388, - "checksum": "SHA-256:0600ea08d31850ea581bcd9049959286de245f7ed553b8c8203f6ee21dec5e92" + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/BlynkNcpDriver-0.5.1.zip", + "archiveFileName": "BlynkNcpDriver-0.5.1.zip", + "size": 44847, + "checksum": "SHA-256:a7eed22b80b84c448baa84b511b3b21baccd9e9da0d01eafdf8572343dbda315" }, { - "name": "MoonRise", - "version": "1.0.1", - "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "sentence": "Calculate moon rise/set times.", - "paragraph": "Find the previous and next moon rise and set times.", - "website": "https://github.com/signetica/MoonRise", - "category": "Other", + "name": "BlynkNcpDriver", + "version": "0.6.0", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "A shared interface to the services provided by Blynk.NCP", + "paragraph": "A low-level driver for Blynk.NCP with minimal dependencies", + "website": "https://blynk.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/signetica/MoonRise.git", - "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-1.0.1.zip", - "archiveFileName": "MoonRise-1.0.1.zip", - "size": 20282, - "checksum": "SHA-256:f97efadcaad617a821b7930583659bd9bb37dfd6bfabd2e572402c53d0a7bbd0" + "repository": "https://github.com/blynkkk/BlynkNcpDriver.git", + "providesIncludes": [ + "BlynkRpcClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/BlynkNcpDriver-0.6.0.zip", + "archiveFileName": "BlynkNcpDriver-0.6.0.zip", + "size": 47841, + "checksum": "SHA-256:c62312155c5eeb7833388630a5e7db13546491b9d58be82a86044ea15b74427d" }, { - "name": "MoonRise", - "version": "2.0.0", - "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "sentence": "Calculate moon rise/set times.", - "paragraph": "Find the previous and next moon rise and set times.", - "website": "https://github.com/signetica/MoonRise", - "category": "Other", + "name": "BlynkNcpDriver", + "version": "0.6.1", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "A shared interface to the services provided by Blynk.NCP", + "paragraph": "A low-level driver for Blynk.NCP with minimal dependencies", + "website": "https://blynk.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/signetica/MoonRise.git", - "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.0.zip", - "archiveFileName": "MoonRise-2.0.0.zip", - "size": 20352, - "checksum": "SHA-256:efd0d7e0971a8c09f66dd6514667a9575fc69cb84dee7d56f3f5335918feb3d1" + "repository": "https://github.com/blynkkk/BlynkNcpDriver.git", + "providesIncludes": [ + "BlynkRpcClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/BlynkNcpDriver-0.6.1.zip", + "archiveFileName": "BlynkNcpDriver-0.6.1.zip", + "size": 48112, + "checksum": "SHA-256:f75c36e7da6ad72065b6485c8fef94ceca617ee225d73285176a087488c41993" }, { - "name": "MoonRise", - "version": "2.0.1", - "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "sentence": "Calculate moon rise/set times.", - "paragraph": "Find the previous and next moon rise and set times.", - "website": "https://github.com/signetica/MoonRise", - "category": "Other", + "name": "BlynkNcpDriver", + "version": "0.6.2", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "A shared interface to the services provided by Blynk.NCP", + "paragraph": "A low-level driver for Blynk.NCP with minimal dependencies", + "website": "https://blynk.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/signetica/MoonRise.git", - "url": "https://downloads.arduino.cc/libraries/github.com/signetica/MoonRise-2.0.1.zip", - "archiveFileName": "MoonRise-2.0.1.zip", - "size": 20373, - "checksum": "SHA-256:fd6cbafc88fd4b01e2f8c529b912119530ad9a9e9092f5f9456fe19ef9a11c7e" + "repository": "https://github.com/blynkkk/BlynkNcpDriver.git", + "providesIncludes": [ + "BlynkRpcClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/BlynkNcpDriver-0.6.2.zip", + "archiveFileName": "BlynkNcpDriver-0.6.2.zip", + "size": 49799, + "checksum": "SHA-256:edf4fbdd8584a31b1a3a8fdc2250ffdf28602d522791534321fa3943b381c3f8" }, { - "name": "PU2CLR KT0915", - "version": "1.0.1", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your AKC695X the KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface to control the IC KT0915 device.", - "website": "https://github.com/pu2clr/KT0915", - "category": "Device Control", + "name": "BlynkNcpDriver", + "version": "0.6.3", + "author": "Volodymyr Shymanskyy", + "maintainer": "Volodymyr Shymanskyy \u003cvshymanskyi@gmail.com\u003e", + "license": "Apache-2.0", + "sentence": "A shared interface to the services provided by Blynk.NCP", + "paragraph": "A low-level driver for Blynk.NCP with minimal dependencies", + "website": "https://blynk.io", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/KT0915.git", + "repository": "https://github.com/blynkkk/BlynkNcpDriver.git", "providesIncludes": [ - "KT0915.h" + "BlynkRpcClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.1.zip", - "archiveFileName": "PU2CLR_KT0915-1.0.1.zip", - "size": 614863, - "checksum": "SHA-256:e897b9227f2ec909d23a172a879400f4ead4fbf04562343e69a6c9bebac1db37" + "url": "https://downloads.arduino.cc/libraries/github.com/blynkkk/BlynkNcpDriver-0.6.3.zip", + "archiveFileName": "BlynkNcpDriver-0.6.3.zip", + "size": 50861, + "checksum": "SHA-256:314233ce650d2af6cec7e6bec69672388746c95047f93d7ad4833f4bd991d46b" }, { - "name": "PU2CLR KT0915", - "version": "1.0.2", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface to control the IC KT0915 device.", - "website": "https://github.com/pu2clr/KT0915", - "category": "Device Control", + "name": "GeneralShield", + "version": "1.0.0", + "author": "Amir", + "maintainer": "Amir", + "sentence": "GeneralShield Library", + "website": "https://github/GeneralShield", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/KT0915.git", - "providesIncludes": [ - "KT0915.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.2.zip", - "archiveFileName": "PU2CLR_KT0915-1.0.2.zip", - "size": 3721097, - "checksum": "SHA-256:cbbf20b25a56c08f46a18e02c958f0e6bb2e7a64f790f7999738907feb4a7a6f" + "repository": "https://github.com/AsproCompany/GeneralShield.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AsproCompany/GeneralShield-1.0.0.zip", + "archiveFileName": "GeneralShield-1.0.0.zip", + "size": 11902, + "checksum": "SHA-256:787f80a960321d8604528e8a3f1be70cddb4eeb372365089c357071f85d72dce" }, { - "name": "PU2CLR KT0915", - "version": "1.0.3", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your KT0915 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface to control the IC KT0915 device.", - "website": "https://github.com/pu2clr/KT0915", + "name": "SunFounder AI Camera", + "version": "1.0.0", + "author": "SunFounder", + "maintainer": "SunFounder", + "sentence": "SunFounder AI Camera library.", + "paragraph": "Support Library for SunFounder ESP32 Cam AI Camera.", + "website": "https://github.com/sunfounder/SunFounder_Ai_Camera", "category": "Device Control", "architectures": [ "*" @@ -339275,871 +801503,906 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/KT0915.git", - "providesIncludes": [ - "KT0915.h" + "repository": "https://github.com/sunfounder/SunFounder_Ai_Camera.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_KT0915-1.0.3.zip", - "archiveFileName": "PU2CLR_KT0915-1.0.3.zip", - "size": 3737201, - "checksum": "SHA-256:8a35d27c05a895c0923e895ebd23d8e58d2f13e659a2e52833399fb1741f565c" + "url": "https://downloads.arduino.cc/libraries/github.com/sunfounder/SunFounder_AI_Camera-1.0.0.zip", + "archiveFileName": "SunFounder_AI_Camera-1.0.0.zip", + "size": 20559, + "checksum": "SHA-256:66a7a0da2c07de5fac290e9cda68dd06c1eed62dd7325b697c13a7f62929d3b7" }, { - "name": "SunRise", - "version": "1.0.0", - "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "sentence": "Calculate sun rise/set times.", - "paragraph": "Find the previous and next sun rise and set times.", - "website": "https://github.com/signetica/SunRise", - "category": "Other", + "name": "SunFounder AI Camera", + "version": "1.0.1", + "author": "SunFounder", + "maintainer": "SunFounder", + "sentence": "SunFounder AI Camera library.", + "paragraph": "Support Library for SunFounder ESP32 Cam AI Camera.", + "website": "https://github.com/sunfounder/SunFounder_Ai_Camera", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/signetica/SunRise.git", - "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-1.0.0.zip", - "archiveFileName": "SunRise-1.0.0.zip", - "size": 19221, - "checksum": "SHA-256:30d513ce67239c2d074b685d26a7aac9b973536c70663fdee8f9cf619ad0def7" + "repository": "https://github.com/sunfounder/SunFounder_Ai_Camera.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sunfounder/SunFounder_AI_Camera-1.0.1.zip", + "archiveFileName": "SunFounder_AI_Camera-1.0.1.zip", + "size": 14752, + "checksum": "SHA-256:1eb53c75469d7d42b2b77f2029fe526566083aa9222ee01dbd1dcb852ba47333" }, { - "name": "SunRise", - "version": "2.0.1", - "author": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "maintainer": "Cyrus Rahman \u003ccrahman@gmail.com\u003e", - "sentence": "Calculate sun rise/set times.", - "paragraph": "Find the previous and next sun rise and set times.", - "website": "https://github.com/signetica/SunRise", - "category": "Other", + "name": "SunFounder AI Camera", + "version": "1.0.2", + "author": "SunFounder", + "maintainer": "SunFounder", + "sentence": "SunFounder AI Camera library.", + "paragraph": "Support Library for SunFounder ESP32 Cam AI Camera.", + "website": "https://github.com/sunfounder/SunFounder_Ai_Camera", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/signetica/SunRise.git", - "url": "https://downloads.arduino.cc/libraries/github.com/signetica/SunRise-2.0.1.zip", - "archiveFileName": "SunRise-2.0.1.zip", - "size": 19240, - "checksum": "SHA-256:83699662e0ce37ae6b1fc22538569bdb65ac98ea6cd60ff0769b4b8a95b51bfc" + "repository": "https://github.com/sunfounder/SunFounder_Ai_Camera.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sunfounder/SunFounder_AI_Camera-1.0.2.zip", + "archiveFileName": "SunFounder_AI_Camera-1.0.2.zip", + "size": 14754, + "checksum": "SHA-256:7669320f63305c5fffbb620272be0f6a79bb8ee3e77f23b20c4f43a2cbc7862a" }, { - "name": "High-Side-Switch", - "version": "0.1.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "C++ library for the PROFET+2 12V", - "paragraph": "C++ library for the PROFET+2 12V supporting the Arduino form factor", - "website": "https://github.com/Infineon/high-side-switch", - "category": "Uncategorized", + "name": "SunFounder AI Camera", + "version": "1.0.3", + "author": "SunFounder", + "maintainer": "SunFounder", + "sentence": "SunFounder AI Camera library.", + "paragraph": "Support Library for SunFounder ESP32 Cam AI Camera.", + "website": "https://github.com/sunfounder/SunFounder_Ai_Camera", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/high-side-switch.git", - "providesIncludes": [ - "hss-board-arduino.hpp" + "repository": "https://github.com/sunfounder/SunFounder_Ai_Camera.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/High_Side_Switch-0.1.0.zip", - "archiveFileName": "High_Side_Switch-0.1.0.zip", - "size": 26875109, - "checksum": "SHA-256:28c0b350254afd34249abbdc4dc5e37057104633801d4d854c5bbff6cf230926" + "url": "https://downloads.arduino.cc/libraries/github.com/sunfounder/SunFounder_AI_Camera-1.0.3.zip", + "archiveFileName": "SunFounder_AI_Camera-1.0.3.zip", + "size": 14754, + "checksum": "SHA-256:d8d0ad975a7dfd340a377ad2ed4417c9da7f9baf0b19dc9f5641b13cfa8e89af" }, { - "name": "PadComLib", - "version": "1.1.0", - "author": "Theo Gillespie \u003crockoontech@gmail.com\u003e", - "maintainer": "Theo Gillespie \u003crockoontech@gmail.com\u003e", - "sentence": "A library adds functionality for the PadCom program", - "paragraph": "Help implement functions required for the PadCom program.", - "website": "https://github.com/RockoonTechnologies/PadCom", - "category": "Communication", - "architectures": [], + "name": "SunFounder AI Camera", + "version": "1.0.4", + "author": "SunFounder", + "maintainer": "SunFounder", + "sentence": "SunFounder AI Camera library.", + "paragraph": "Support Library for SunFounder ESP32 Cam AI Camera.", + "website": "https://github.com/sunfounder/SunFounder_Ai_Camera", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/RockoonTechnologies/PadComLib.git", - "providesIncludes": [ - "PadComLib.h" + "repository": "https://github.com/sunfounder/SunFounder_Ai_Camera.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RockoonTechnologies/PadComLib-1.1.0.zip", - "archiveFileName": "PadComLib-1.1.0.zip", - "size": 2031, - "checksum": "SHA-256:a42ab51272c0f7754304c73935d04b58aadac21934dcc6d9b805efcbc535a429" + "url": "https://downloads.arduino.cc/libraries/github.com/sunfounder/SunFounder_AI_Camera-1.0.4.zip", + "archiveFileName": "SunFounder_AI_Camera-1.0.4.zip", + "size": 14755, + "checksum": "SHA-256:eae931a665dbb19b2198d56b28ad665d50c258e026a10bbcc00cf925270ab483" }, { - "name": "Arduino_OV767X", - "version": "0.0.1", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Capture images from your OmniVision OV7670 camera in your Arduino sketches.", - "website": "http://github.com/arduino-libraries/Arduino_OV767X", - "category": "Sensors", + "name": "SunFounder AI Camera", + "version": "1.0.5", + "author": "SunFounder", + "maintainer": "SunFounder", + "sentence": "SunFounder AI Camera library.", + "paragraph": "Support Library for SunFounder ESP32 Cam AI Camera.", + "website": "https://github.com/sunfounder/SunFounder_Ai_Camera", + "category": "Device Control", "architectures": [ - "mbed" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_OV767X.git", - "providesIncludes": [ - "Arduino_OV767X.h" + "repository": "https://github.com/sunfounder/SunFounder_Ai_Camera.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OV767X-0.0.1.zip", - "archiveFileName": "Arduino_OV767X-0.0.1.zip", - "size": 35435, - "checksum": "SHA-256:f4e9e3dd2bb65ba818a1df1ee01a7e1a00fa2fef6732c2ac350ff81b81914b71" + "url": "https://downloads.arduino.cc/libraries/github.com/sunfounder/SunFounder_AI_Camera-1.0.5.zip", + "archiveFileName": "SunFounder_AI_Camera-1.0.5.zip", + "size": 16619, + "checksum": "SHA-256:d5d09fd9a5eec15928ded3bffec31c5756af9a9a380d9c3a1c0a11dded4dcf0f" }, { - "name": "Arduino_OV767X", - "version": "0.0.2", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Capture images from your OmniVision OV7670 camera in your Arduino sketches.", - "website": "http://github.com/arduino-libraries/Arduino_OV767X", - "category": "Sensors", + "name": "SunFounder AI Camera", + "version": "1.0.6", + "author": "SunFounder", + "maintainer": "SunFounder", + "sentence": "SunFounder AI Camera library.", + "paragraph": "Support Library for SunFounder ESP32 Cam AI Camera.", + "website": "https://github.com/sunfounder/SunFounder_Ai_Camera", + "category": "Device Control", "architectures": [ - "mbed" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_OV767X.git", - "providesIncludes": [ - "Arduino_OV767X.h" + "repository": "https://github.com/sunfounder/SunFounder_Ai_Camera.git", + "dependencies": [ + { + "name": "ArduinoJson", + "version": "\u003e=6.0.0" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_OV767X-0.0.2.zip", - "archiveFileName": "Arduino_OV767X-0.0.2.zip", - "size": 38124, - "checksum": "SHA-256:b3cbe03f0dec9293346361adff95a38b609eccbf0f3aee35913597553d345fe0" + "url": "https://downloads.arduino.cc/libraries/github.com/sunfounder/SunFounder_AI_Camera-1.0.6.zip", + "archiveFileName": "SunFounder_AI_Camera-1.0.6.zip", + "size": 16664, + "checksum": "SHA-256:76f629a54e461c4491af81cdda26d0e6499ad2e193b5823dbee0b2eee9965174" }, { - "name": "vl53l0xTOFA", + "name": "DFRobot_GP8XXX", "version": "1.0.0", - "author": "harnettlab", - "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", - "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", - "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor.", - "website": "https://github.com/harnettlab/vl53l0x-arduino", - "category": "Sensors", + "author": "DFRobot", + "maintainer": "fary\u003cfeng.yang@dfrobot.com\u003e", + "sentence": "GP8XXX series driver library.", + "paragraph": "This library currently integrates the driving method of GP8503 GP8512 GP8101 GP8501 GP8211S GP8413 GP8403 GP8302, users can easily drive these modules with this library.", + "website": "https://github.com/DFRobot/DFRobot_GP8XXX", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.0.zip", - "archiveFileName": "vl53l0xTOFA-1.0.0.zip", - "size": 18684, - "checksum": "SHA-256:a0c592bba978b4c0620bccb65fd36c59c1bc48f83fa79be85ac7edc386574e25" + "repository": "https://github.com/DFRobot/DFRobot_GP8XXX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_GP8XXX-1.0.0.zip", + "archiveFileName": "DFRobot_GP8XXX-1.0.0.zip", + "size": 33956, + "checksum": "SHA-256:4547d3fe1a996102a0a362b75010e2cc1737c9630d789d0d34fada6d5d7e07ec" }, { - "name": "vl53l0xTOFA", + "name": "DFRobot_GP8XXX", "version": "1.0.1", - "author": "harnettlab", - "maintainer": "harnettlab \u003cc0harn01@louisville.edu\u003e", - "sentence": "modification of Pololu VL53L0X distance sensor library with amplitude (signal and ambient) sensing", - "paragraph": "This is a library for the Arduino IDE that helps interface with ST's VL53L0X distance sensor and adds amplitude sensing.", - "website": "https://github.com/harnettlab/vl53l0x-arduino", - "category": "Sensors", + "author": "DFRobot", + "maintainer": "fary\u003cfeng.yang@dfrobot.com\u003e", + "sentence": "GP8XXX series driver library.", + "paragraph": "This library currently integrates the driving method of GP8503 GP8512 GP8101 GP8101S GP8501 GP8211S GP8413 GP8403 GP8302, users can easily drive these modules with this library.", + "website": "https://github.com/DFRobot/DFRobot_GP8XXX", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/harnettlab/vl53l0x-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/harnettlab/vl53l0xTOFA-1.0.1.zip", - "archiveFileName": "vl53l0xTOFA-1.0.1.zip", - "size": 18699, - "checksum": "SHA-256:aad5d51c8f3ee575c950d484266e759c42fb68e212bbcc1392a68969b88c1b79" + "repository": "https://github.com/DFRobot/DFRobot_GP8XXX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_GP8XXX-1.0.1.zip", + "archiveFileName": "DFRobot_GP8XXX-1.0.1.zip", + "size": 35837, + "checksum": "SHA-256:d17d9e6d945da340682485fb037c5150693b3bd38adad9fcea7197f37551b51b" }, { - "name": "Orvibo WiWo S20 Library", + "name": "DFRobot_LcdDisplay", "version": "1.0.0", - "author": "Andreas Anderberg", - "maintainer": "Andreas Anderberg", - "sentence": "ESP8266 library for controlling Orvibo WiWo S20 smart plugs.", - "paragraph": "Supports controlling, subscription and WiFi pairing.", - "website": "https://github.com/antevir/OrviboS20_Arduino", - "category": "Communication", + "author": "DFRobot", + "maintainer": "fengli \u003cli.feng@dfrobot.com\u003e and qsjhyy \u003cyihuan.huang@dfrobot.com\u003e", + "sentence": "It is a display screen that can be driven by both I2C and UART interfaces(SKU:DFR0997).", + "paragraph": "The screen has built-in firmware that integrates some LVGL controls and GDL graphics display. It also has an integrated GT30L24A3W font chip, which supports language display for multiple countries. Additionally, the firmware chip includes a large number of commonly used icons.", + "website": "https://github.com/DFRobot/DFRobot_LcdDisplay", + "category": "Uncategorized", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/antevir/OrviboS20_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/antevir/Orvibo_WiWo_S20_Library-1.0.0.zip", - "archiveFileName": "Orvibo_WiWo_S20_Library-1.0.0.zip", - "size": 17714, - "checksum": "SHA-256:22b3a781c46774b5f150681fee6d1df7f17e16ff48892734cedc9c4eea893cbe" + "repository": "https://github.com/DFRobot/DFRobot_LcdDisplay.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DFRobot/DFRobot_LcdDisplay-1.0.0.zip", + "archiveFileName": "DFRobot_LcdDisplay-1.0.0.zip", + "size": 47656, + "checksum": "SHA-256:9ca73567e664c4a9506c75cec3264a1bab51f5315ffad0a2e5d3d2061dd56e2b" }, { - "name": "Orvibo WiWo S20 Library", - "version": "1.0.1", - "author": "Andreas Anderberg", - "maintainer": "Andreas Anderberg", - "sentence": "ESP8266 library for controlling Orvibo WiWo S20 smart plugs.", - "paragraph": "Supports controlling, subscription and WiFi pairing.", - "website": "https://github.com/antevir/OrviboS20_Arduino", - "category": "Communication", + "name": "MM-S50MV", + "version": "1.0.0", + "author": "Interested-In-Spresense", + "maintainer": "Interested-In-Spresense", + "sentence": "MMS50MV(ToF sensor) Driver", + "paragraph": "These libraries provides MMS50MV Driver.", + "website": "https://github.com/Interested-In-Spresense/MM-S50MV/", + "category": "Signal Input/Output", "architectures": [ - "esp8266" + "spresense" ], "types": [ "Contributed" ], - "repository": "https://github.com/antevir/OrviboS20_Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/antevir/Orvibo_WiWo_S20_Library-1.0.1.zip", - "archiveFileName": "Orvibo_WiWo_S20_Library-1.0.1.zip", - "size": 17804, - "checksum": "SHA-256:a9740f9838c25f1e2133bdaa9e2893123f6d375b30060c918a89f864657221f6" + "repository": "https://github.com/Interested-In-Spresense/MM-S50MV.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Interested-In-Spresense/MM_S50MV-1.0.0.zip", + "archiveFileName": "MM_S50MV-1.0.0.zip", + "size": 19361, + "checksum": "SHA-256:5400f259fde6c4c078329bce615eb538f6cee7db43f49bbbd27b60a263056275" }, { - "name": "TM1637TinyDisplay", + "name": "DIYables_IRcontroller", "version": "1.0.0", - "author": "Jason Cox \u003cjason@jasonacox.com\u003e", - "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", - "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", - "paragraph": "Connect the TM1636 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", - "website": "https://github.com/jasonacox/TM1637TinyDisplay", - "category": "Display", + "author": "DIYables.io", + "maintainer": "DIYables.io (diyables.io@gmail.com)", + "sentence": "The Arduino library for IR remote controller. It works with Arduino, ESP32, ESP8266.", + "paragraph": "The library is designed for Arduino, ESP32, ESP8266 to read commands from IR remote controller.", + "website": "https://diyables.io/products/infrared-ir-remote-control-kits-with-controller-and-receiver", + "category": "Communication", "architectures": [ - "*" + "avr", + "megaavr", + "samd", + "esp8266", + "esp32", + "stm32", + "STM32F1", + "mbed", + "mbed_nano", + "rp2040", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", + "repository": "https://github.com/DIYables/DIYables_IRcontroller.git", "providesIncludes": [ - "TM1637TinyDisplay.h" + "DIYables_IRcontroller.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.0.0.zip", - "archiveFileName": "TM1637TinyDisplay-1.0.0.zip", - "size": 445960, - "checksum": "SHA-256:1b8292e3a8e18d00dd219de10c57b33cd7f80a0e1701539a246e002f538348f0" + "dependencies": [ + { + "name": "IRremote", + "version": "\u003e=4.1.2" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DIYables/DIYables_IRcontroller-1.0.0.zip", + "archiveFileName": "DIYables_IRcontroller-1.0.0.zip", + "size": 9515, + "checksum": "SHA-256:40d96dee60c01cc6602faa19b39330a4b7e9770bfec5d847528cad718e4babfc" }, { - "name": "TM1637TinyDisplay", - "version": "1.1.0", - "author": "Jason Cox \u003cjason@jasonacox.com\u003e", - "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", - "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", - "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", - "website": "https://github.com/jasonacox/TM1637TinyDisplay", - "category": "Display", + "name": "STM32duino X-NUCLEO-53L8A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L8CX sensors on board of X-NUCLEO-53L8A1", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/X-NUCLEO-53L8A1", + "category": "Device Control", "architectures": [ - "*" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", - "providesIncludes": [ - "TM1637TinyDisplay.h" + "repository": "https://github.com/stm32duino/X-NUCLEO-53L8A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L8CX" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.1.0.zip", - "archiveFileName": "TM1637TinyDisplay-1.1.0.zip", - "size": 550474, - "checksum": "SHA-256:3b0fc0169df7461fd6bf418819c79d777070e9b6e68589d489334a34ea133ef3" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L8A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L8A1-1.0.0.zip", + "size": 21923, + "checksum": "SHA-256:b57a1b9e7a177f2f54fbdbb5315079b435f32bae63125082d01f9d4bf8019250" }, { - "name": "TM1637TinyDisplay", - "version": "1.2.0", - "author": "Jason Cox \u003cjason@jasonacox.com\u003e", - "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", - "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", - "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", - "website": "https://github.com/jasonacox/TM1637TinyDisplay", - "category": "Display", + "name": "STM32duino X-NUCLEO-53L8A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the VL53L8CX sensors on board of X-NUCLEO-53L8A1", + "paragraph": "This library provides simple measure distance in mm", + "website": "https://github.com/stm32duino/X-NUCLEO-53L8A1", + "category": "Device Control", "architectures": [ - "*" + "stm32", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", - "providesIncludes": [ - "TM1637TinyDisplay.h" + "repository": "https://github.com/stm32duino/X-NUCLEO-53L8A1.git", + "dependencies": [ + { + "name": "STM32duino VL53L8CX" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.2.0.zip", - "archiveFileName": "TM1637TinyDisplay-1.2.0.zip", - "size": 556256, - "checksum": "SHA-256:1c8b646ab625aea47a4f7effb7c161d93db3a6d005d8e5c7bc3f9b35af363ca5" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L8A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_53L8A1-1.0.1.zip", + "size": 21910, + "checksum": "SHA-256:8bb7773ee5b206d3e22f2d63537ff45d083f0ddf3e5cf361b7539a6023e5227f" }, { - "name": "TM1637TinyDisplay", - "version": "1.3.0", - "author": "Jason Cox \u003cjason@jasonacox.com\u003e", - "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", - "sentence": "A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module.", - "paragraph": "Connect the TM1637 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85.", - "website": "https://github.com/jasonacox/TM1637TinyDisplay", - "category": "Display", + "name": "SparkFun 6DoF LSM6DSV16X", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF LSM6DSV16X breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the LSM6DSV16X.", + "website": "https://github.com/sparkfun/SparkFun_LSM6DSV16X_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jasonacox/TM1637TinyDisplay.git", - "providesIncludes": [ - "TM1637TinyDisplay.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TM1637TinyDisplay-1.3.0.zip", - "archiveFileName": "TM1637TinyDisplay-1.3.0.zip", - "size": 556682, - "checksum": "SHA-256:91708fc54aa2f491b57aad646a9cfd0f51e5d31e2e9471d10413e45f434ecb27" + "repository": "https://github.com/sparkfun/SparkFun_LSM6DSV16X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_LSM6DSV16X-1.0.0.zip", + "archiveFileName": "SparkFun_6DoF_LSM6DSV16X-1.0.0.zip", + "size": 2954315, + "checksum": "SHA-256:bb48e7aae5a2bdb44cb7d5cd5a33cc8b2c5e57b4c20adaeafa2f79ebff50680f" }, { - "name": "DABShield", - "version": "1.1.2", - "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", - "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS.", - "website": "http://dabshild.com/", - "category": "Device Control", + "name": "SparkFun 6DoF LSM6DSV16X", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF LSM6DSV16X breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the LSM6DSV16X.", + "website": "https://github.com/sparkfun/SparkFun_LSM6DSV16X_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dabshield/DABShield.git", - "providesIncludes": [ - "DabShield.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.1.2.zip", - "archiveFileName": "DABShield-1.1.2.zip", - "size": 20911, - "checksum": "SHA-256:33937ba03cebd64c9fa34adab1c836b2bd824dcb6382482fdeee5b09521d9e10" + "repository": "https://github.com/sparkfun/SparkFun_LSM6DSV16X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_LSM6DSV16X-1.0.1.zip", + "archiveFileName": "SparkFun_6DoF_LSM6DSV16X-1.0.1.zip", + "size": 2954242, + "checksum": "SHA-256:309542f39551403091fbe308612bb06fbc67832929e626284fa3d78a0d8b23e6" }, { - "name": "DABShield", - "version": "1.1.3", - "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", - "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", - "website": "http://dabshield.com/", - "category": "Device Control", + "name": "SparkFun 6DoF LSM6DSV16X", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Micro, 6DoF LSM6DSV16X breakout board.", + "paragraph": "This library is a wrapper for the STM's C Library written for the LSM6DSV16X.", + "website": "https://github.com/sparkfun/SparkFun_LSM6DSV16X_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dabshield/DABShield.git", - "providesIncludes": [ - "DABShield.h" + "repository": "https://github.com/sparkfun/SparkFun_LSM6DSV16X_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_6DoF_LSM6DSV16X-1.0.2.zip", + "archiveFileName": "SparkFun_6DoF_LSM6DSV16X-1.0.2.zip", + "size": 2954242, + "checksum": "SHA-256:89ec3f758d63dca0cc02bfa480b69c98037984b9678f57d68b11a76a5e7e769b" + }, + { + "name": "XENSIV Digital Pressure Sensor", + "version": "1.0.0", + "author": "Infineon Technologies", + "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", + "sentence": "Arduino library for the Infineon XENSIV(TM) Digital Pressure Sensors (DPS3xx).", + "paragraph": "The XENSIV(TM) barometric pressure sensor series (DPS3xx) offers excellent pressure noise performance and high stability over temperature.", + "website": "https://github.com/Infineon/arduino-xensiv-dps3xx", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.1.3.zip", - "archiveFileName": "DABShield-1.1.3.zip", - "size": 21630, - "checksum": "SHA-256:25ced8938fd083f1eaf8fc3d94d617987bbf0470939808c6489ffaeee0368c92" + "repository": "https://github.com/Infineon/arduino-xensiv-dps3xx.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/XENSIV_Digital_Pressure_Sensor-1.0.0.zip", + "archiveFileName": "XENSIV_Digital_Pressure_Sensor-1.0.0.zip", + "size": 14492386, + "checksum": "SHA-256:a3f8c7f7f2a66001e9f609351839cd93d0e36c1a65bebbd011efef71349dca72" }, { - "name": "DABShield", - "version": "1.2.0", - "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", - "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", - "website": "http://dabshield.com/", - "category": "Device Control", + "name": "PDLS_EXT3_Basic_BWRY", + "version": "6.1.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dabshield/DABShield.git", - "providesIncludes": [ - "DABShield.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.2.0.zip", - "archiveFileName": "DABShield-1.2.0.zip", - "size": 27109, - "checksum": "SHA-256:a7d8a3b16f2560b557c868773c5aec1c912cb5d24bbfafa8db250c934b632d08" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_BWRY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_BWRY-6.1.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_BWRY-6.1.1.zip", + "size": 82911, + "checksum": "SHA-256:76fd38128317b7698bb4b0e8f35b5e7def6ed4997106631ace5469031156f4f6" }, { - "name": "DABShield", - "version": "1.3.0", - "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", - "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", - "website": "http://dabshield.com/", - "category": "Device Control", + "name": "PDLS_EXT3_Basic_BWRY", + "version": "6.1.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dabshield/DABShield.git", - "providesIncludes": [ - "DABShield.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.3.0.zip", - "archiveFileName": "DABShield-1.3.0.zip", - "size": 27296, - "checksum": "SHA-256:c7239a4c26d22cbf54eb196ecdcaccdeca26bfb1c37edf006e45f309683dc25a" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_BWRY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_BWRY-6.1.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_BWRY-6.1.2.zip", + "size": 82907, + "checksum": "SHA-256:938288329cdad4cafafd67dd3f1a25c1258fb26b56a2f7fe58480b88affebbd9" }, { - "name": "DABShield", - "version": "1.4.0", - "author": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "maintainer": "Adrian Verity \u003cadrian@dabshield.com\u003e", - "sentence": "Library for controlling DABShield DAB/DAB+/FM digital radio shield", - "paragraph": "Supports DAB/DAB+ functionality wiht Serivce Info, and FM with RDS, Compatible with both 3.3v and 5v boards e.g. UNO, DUE, M0, ZERO, etc", - "website": "http://dabshield.com/", - "category": "Device Control", + "name": "PDLS_EXT3_Basic_BWRY", + "version": "6.1.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dabshield/DABShield.git", - "providesIncludes": [ - "DABShield.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dabshield/DABShield-1.4.0.zip", - "archiveFileName": "DABShield-1.4.0.zip", - "size": 29961, - "checksum": "SHA-256:f0e8c32839c66d7a39fc1f43f338d4054aa78bd64bd19118b4c7666711833bc5" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_BWRY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_BWRY-6.1.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_BWRY-6.1.3.zip", + "size": 85827, + "checksum": "SHA-256:34565557f7de440e672c019938f29205b2876ec4b81653e84d8703a31d8aca98" }, { - "name": "I2CKeyPad", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", - "paragraph": "4x4 or smaller only.", - "website": "https://github.com/RobTillaart/I2CKeyPad", - "category": "Signal Input/Output", + "name": "PDLS_EXT3_Basic_BWRY", + "version": "6.1.4", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/I2CKeyPad.git", - "providesIncludes": [ - "I2CKeyPad.h" - ], - "dependencies": [ - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.0.zip", - "archiveFileName": "I2CKeyPad-0.1.0.zip", - "size": 8787, - "checksum": "SHA-256:0085380c0c538bee450f011d1b5ee7c113b11acbfaf03f591e18bb7025743aa2" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_BWRY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_BWRY-6.1.4.zip", + "archiveFileName": "PDLS_EXT3_Basic_BWRY-6.1.4.zip", + "size": 85925, + "checksum": "SHA-256:678822ccbe7819dbe3eaada4fa44329f3324b63c068f30a97734ae40c5514cd3" }, - { - "name": "I2CKeyPad", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", - "paragraph": "4x4 or smaller only.", - "website": "https://github.com/RobTillaart/I2CKeyPad", - "category": "Signal Input/Output", + { + "name": "PDLS_EXT3_Basic_BWRY", + "version": "7.0.0", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/I2CKeyPad.git", - "providesIncludes": [ - "I2CKeyPad.h" - ], - "dependencies": [ - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.1.zip", - "archiveFileName": "I2CKeyPad-0.1.1.zip", - "size": 8883, - "checksum": "SHA-256:0911f3c725f019a1feaa0c4dc4d2578c75954b0e1260debf2e97fa71209046cc" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_BWRY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_BWRY-7.0.0.zip", + "archiveFileName": "PDLS_EXT3_Basic_BWRY-7.0.0.zip", + "size": 99000, + "checksum": "SHA-256:0e31b637b9d5b98250763d3eefc3a631fbe6bf3c05e5b56118b3e065464a3a2e" }, { - "name": "I2CKeyPad", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino libray for 4x4 KeyPad connected to a PCF8574", - "paragraph": "4x4 or smaller only.", - "website": "https://github.com/RobTillaart/I2CKeyPad", - "category": "Signal Input/Output", + "name": "PDLS_EXT3_Basic_BWRY", + "version": "7.0.1", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/I2CKeyPad.git", - "providesIncludes": [ - "I2CKeyPad.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2CKeyPad-0.1.2.zip", - "archiveFileName": "I2CKeyPad-0.1.2.zip", - "size": 10214, - "checksum": "SHA-256:02d55ec731e71c6dab1cd94e0787cfec891a0f5599ccc6f5d9d73f4bda0143f2" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_BWRY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_BWRY-7.0.1.zip", + "archiveFileName": "PDLS_EXT3_Basic_BWRY-7.0.1.zip", + "size": 102205, + "checksum": "SHA-256:4219211b047afe4b513525504c02b924525d0afd9dfd045c3de9e3cae6e2ac75" }, { - "name": "VanBus", - "version": "0.1.0", - "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", - "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", - "sentence": "Vehicle Area Network (VAN) bus packet reader.", - "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports all Espressif compatible hardware, like ESP32, ESP8266, ESP8285 etc.", - "website": "https://github.com/0xCAFEDECAF/VanBus", - "category": "Communication", + "name": "PDLS_EXT3_Basic_BWRY", + "version": "7.0.2", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC red and yellow colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/0xCAFEDECAF/VanBus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.0.zip", - "archiveFileName": "VanBus-0.1.0.zip", - "size": 627429, - "checksum": "SHA-256:b43c12145b4e96097a3ec89e40b0c128d608f60a82c4cc447f7617fde4913c7f" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_BWRY.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_BWRY-7.0.2.zip", + "archiveFileName": "PDLS_EXT3_Basic_BWRY-7.0.2.zip", + "size": 101616, + "checksum": "SHA-256:755bbcb177ceddc7c54adef6ab20a22651aa3a064f485e7f8ae213113382682a" }, { - "name": "VanBus", - "version": "0.1.1", - "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", - "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", - "sentence": "Vehicle Area Network (VAN) bus packet reader.", - "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", - "website": "https://github.com/0xCAFEDECAF/VanBus", - "category": "Communication", + "name": "RPlatform", + "version": "1.0.0", + "author": "Хорошевич Павел \u003ckhoroshevich.pa@gmail.com\u003e", + "maintainer": "Хорошевич Павел \u003ckhoroshevich.pa@gmail.com\u003e", + "sentence": "Управление РОББО Платформой.", + "paragraph": "Библиотека необходима для управления движением и чтения информации с датчиков РОББО Платформы.", + "website": "https://github.com/skyfroger/RPlatform", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/0xCAFEDECAF/VanBus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.1.zip", - "archiveFileName": "VanBus-0.1.1.zip", - "size": 627904, - "checksum": "SHA-256:a9ba9b16ea2f4e0c710064a9bb9bfbb1a616e9fc1e21afb4bdfcc8f92f9c20f8" + "repository": "https://github.com/skyfroger/RPlatform.git", + "providesIncludes": [ + "RPlatform.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/skyfroger/RPlatform-1.0.0.zip", + "archiveFileName": "RPlatform-1.0.0.zip", + "size": 25343, + "checksum": "SHA-256:b0a687e4dc64b9960803b4b181109d0f524c9d77aa6c35446f74bbb49d67a5ce" }, { - "name": "VanBus", - "version": "0.1.2", - "author": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", - "maintainer": "Erik Tromp \u003cerik_tromp@hotmail.com\u003e", - "sentence": "Vehicle Area Network (VAN) bus packet reader.", - "paragraph": "Vehicle Area Network (VAN) bus packet reader, for reading from a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 family hardware.", - "website": "https://github.com/0xCAFEDECAF/VanBus", + "name": "ESP32MQTTClient", + "version": "0.1.0", + "author": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "maintainer": "Chen Yijun \u003ccyjason2000@163.com\u003e", + "sentence": "A thread-safe MQTT library based on the \u003cmqtt_client.h\u003e of ESP-IDF instead of PubSubClient.", + "paragraph": "This library has friendly interfaces like EspMQTTClient.", + "website": "https://github.com/cyijun/ESP32MQTTClient", "category": "Communication", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/0xCAFEDECAF/VanBus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/0xCAFEDECAF/VanBus-0.1.2.zip", - "archiveFileName": "VanBus-0.1.2.zip", - "size": 660064, - "checksum": "SHA-256:bec97830bf88cdff301c0fae3ff19770b3e49e80a4f72dfbc63bf3e284f18779" + "repository": "https://github.com/cyijun/ESP32MQTTClient.git", + "providesIncludes": [ + "ESP32MQTTClient.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/cyijun/ESP32MQTTClient-0.1.0.zip", + "archiveFileName": "ESP32MQTTClient-0.1.0.zip", + "size": 19902, + "checksum": "SHA-256:1f995223f2b55037dbe483e7a33a87fed30714611994efe62035382bb90236af" }, { - "name": "rhio-LIS2HH12", - "version": "0.1.0", - "author": "Jose Francisco Martí Martín", - "maintainer": "Jose Francisco Martí Martín \u003cjmarti@rhomb.io\u003e", - "sentence": "Measure acceleration with the LIS2HH12", - "paragraph": "You can measure acceleration with the rhio-LIS2HH12 library, movement and position", - "website": "https://gitlab.com/rhombio/rhio-LIS2HH12", - "category": "Sensors", - "architectures": [], + "name": "MCCI SofwareSerial", + "version": "3.0.0", + "author": "Chiara Ruggeri (chiara@arduino.org)", + "maintainer": "Terry Moore \u003ctmm@mcci.com\u003e", + "sentence": "Software UART for Arduino", + "paragraph": "This library allows any pair of pins to be used as a UART implemented by software. The MCCI version incorporates bug fixes and makes it more compatible with the UART and USB serial classes.", + "website": "https://github.com/mcci-catena/SoftwareSerial", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/rhombio/rhio-LIS2HH12.git", - "url": "https://downloads.arduino.cc/libraries/gitlab.com/rhombio/rhio_LIS2HH12-0.1.0.zip", - "archiveFileName": "rhio_LIS2HH12-0.1.0.zip", - "size": 1396949, - "checksum": "SHA-256:6514808df1278f8b8c4f64c9f628286cf4abe5a6ea4c01a824c1fa71e60736c2" + "repository": "https://github.com/mcci-catena/SoftwareSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_SofwareSerial-3.0.0.zip", + "archiveFileName": "MCCI_SofwareSerial-3.0.0.zip", + "size": 18274, + "checksum": "SHA-256:02a787baa2e4c431276a0d95e81b80ed7a0be47abdf6b7e9247430b672257747" }, { - "name": "rhio-LIS2HH12", - "version": "0.1.2", - "author": "Jose Francisco Martí Martín", - "maintainer": "Jose Francisco Martí Martín \u003cjmarti@rhomb.io\u003e", - "sentence": "Measure acceleration with the LIS2HH12", - "paragraph": "You can measure acceleration with the rhio-LIS2HH12 library, movement and position", - "website": "https://gitlab.com/rhombio/rhio-libraries/rhio-LIS2HH12", - "category": "Sensors", - "architectures": [], + "name": "cst816t", + "version": "1.0.0", + "author": "koendv", + "maintainer": "koendv", + "sentence": "cst816t capacitive touch screen", + "paragraph": "An Arduino library for the cst816t capacitive touch screen IC", + "website": "https://github.com/koendv/cst816t", + "category": "Other", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/rhombio/rhio-LIS2HH12.git", - "url": "https://downloads.arduino.cc/libraries/gitlab.com/rhombio/rhio_LIS2HH12-0.1.2.zip", - "archiveFileName": "rhio_LIS2HH12-0.1.2.zip", - "size": 1396998, - "checksum": "SHA-256:323427d9a74851d0c8054319d1e61979c6c92cee45636f0c70831731467cf77d" + "repository": "https://github.com/koendv/cst816t.git", + "providesIncludes": [ + "cst816t.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/cst816t-1.0.0.zip", + "archiveFileName": "cst816t-1.0.0.zip", + "size": 3241755, + "checksum": "SHA-256:33650fc8370a1818b66efbf8ebb5d042398fb22472534de4806877c1d0746d0f" }, { - "name": "PLEN5Stack", - "version": "1.0.0", - "author": "PLEN Project", - "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", - "sentence": "PLEN5Stack Library", - "paragraph": "Biped robot using M5Stack", - "website": "https://plen.jp/", - "category": "Device Control", + "name": "cst816t", + "version": "1.1.0", + "author": "koendv", + "maintainer": "koendv", + "sentence": "cst816t capacitive touch screen", + "paragraph": "An Arduino library for the cst816t capacitive touch screen IC", + "website": "https://github.com/koendv/cst816t", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "repository": "https://github.com/koendv/cst816t.git", "providesIncludes": [ - "PLEN5Stack.h" - ], - "dependencies": [ - { - "name": "M5Stack" - } + "cst816t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.0.zip", - "archiveFileName": "PLEN5Stack-1.0.0.zip", - "size": 14149, - "checksum": "SHA-256:18af7d68addcacef83c5be5889779df68a21844349c96b13aa570170aeae8692" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/cst816t-1.1.0.zip", + "archiveFileName": "cst816t-1.1.0.zip", + "size": 6359038, + "checksum": "SHA-256:548821ff213d0ac3c36b5d5b1b7e669c2709ca343694c925032cef737b0f7848" }, { - "name": "PLEN5Stack", - "version": "1.0.1", - "author": "PLEN Project", - "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", - "sentence": "PLEN5Stack Library", - "paragraph": "Biped robot using M5Stack", - "website": "https://plen.jp/", - "category": "Device Control", + "name": "cst816t", + "version": "1.2.0", + "author": "koendv", + "maintainer": "koendv", + "sentence": "cst816t capacitive touch screen", + "paragraph": "An Arduino library for the cst816t capacitive touch screen IC", + "website": "https://github.com/koendv/cst816t", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "repository": "https://github.com/koendv/cst816t.git", "providesIncludes": [ - "PLEN5Stack.h" - ], - "dependencies": [ - { - "name": "M5Stack" - } + "cst816t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.1.zip", - "archiveFileName": "PLEN5Stack-1.0.1.zip", - "size": 14171, - "checksum": "SHA-256:18cf12051ecbee5491eb768630b5d4312e1e5f685f4c6d48b7215942cf66186a" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/cst816t-1.2.0.zip", + "archiveFileName": "cst816t-1.2.0.zip", + "size": 6375229, + "checksum": "SHA-256:5eb0b1d825d1e4301c53fcafa486b4ff36112b5fcfb593306d427cb86a5d4731" }, { - "name": "PLEN5Stack", - "version": "1.0.2", - "author": "PLEN Project", - "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", - "sentence": "PLEN5Stack Library", - "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", - "website": "https://github.com/plenprojectcompany/PLEN5Stack", - "category": "Device Control", + "name": "cst816t", + "version": "1.3.0", + "author": "koendv", + "maintainer": "koendv", + "sentence": "cst816t capacitive touch screen", + "paragraph": "An Arduino library for the cst816t capacitive touch screen IC", + "website": "https://github.com/koendv/cst816t", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "repository": "https://github.com/koendv/cst816t.git", "providesIncludes": [ - "PLEN5Stack.h" + "cst816t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.2.zip", - "archiveFileName": "PLEN5Stack-1.0.2.zip", - "size": 14269, - "checksum": "SHA-256:7c705187352a8d6944525a491cd26c50da673d8c13030900bbe792026908ceaa" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/cst816t-1.3.0.zip", + "archiveFileName": "cst816t-1.3.0.zip", + "size": 6375197, + "checksum": "SHA-256:7e423b80680c4e31a62091fdd8ffd9129bbc6fe3eeb7e425a6eb8072211b0e06" }, { - "name": "PLEN5Stack", - "version": "1.0.3", - "author": "PLEN Project", - "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", - "sentence": "PLEN5Stack Library", - "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", - "website": "https://github.com/plenprojectcompany/PLEN5Stack", - "category": "Device Control", + "name": "cst816t", + "version": "1.4.0", + "author": "koendv", + "maintainer": "koendv", + "sentence": "cst816t capacitive touch screen", + "paragraph": "An Arduino library for the cst816t capacitive touch screen IC", + "website": "https://github.com/koendv/cst816t", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "repository": "https://github.com/koendv/cst816t.git", "providesIncludes": [ - "PLEN5Stack.h" + "cst816t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.3.zip", - "archiveFileName": "PLEN5Stack-1.0.3.zip", - "size": 19476, - "checksum": "SHA-256:c7a6a2ffe7adc8d6eb1caad9e017b36445defbad7d7e762810056a0c41c3af72" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/cst816t-1.4.0.zip", + "archiveFileName": "cst816t-1.4.0.zip", + "size": 9926058, + "checksum": "SHA-256:a29a6e88bf0ec935dccf62c58dc6551080cb5a4c856bd90d37f1e12265ff850b" }, { - "name": "PLEN5Stack", - "version": "1.0.4", - "author": "PLEN Project", - "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", - "sentence": "PLEN5Stack Library", - "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", - "website": "https://github.com/plenprojectcompany/PLEN5Stack", - "category": "Device Control", + "name": "cst816t", + "version": "1.5.0", + "author": "koendv", + "maintainer": "koendv", + "sentence": "cst816t capacitive touch screen", + "paragraph": "An Arduino library for the cst816t capacitive touch screen IC", + "website": "https://github.com/koendv/cst816t", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "repository": "https://github.com/koendv/cst816t.git", "providesIncludes": [ - "PLEN5Stack.h" + "cst816t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.4.zip", - "archiveFileName": "PLEN5Stack-1.0.4.zip", - "size": 21651, - "checksum": "SHA-256:6f5680a097e21fae3aaeeb4cd63f11e478ad08860ea5f0c9449d66f666d5862a" + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/cst816t-1.5.0.zip", + "archiveFileName": "cst816t-1.5.0.zip", + "size": 9926111, + "checksum": "SHA-256:e23cb1ce590d8743dd951903238b5041ed5d28ab5e7fbbfb290a4e241e482882" }, { - "name": "PLEN5Stack", - "version": "1.0.6", - "author": "PLEN Project", - "maintainer": "miya \u003cmiyaguchi@plen.jp\u003e", - "sentence": "PLEN5Stack Library", - "paragraph": "Biped robot using M5Stack. \u003ca href=\"https://plen.jp/plen5stack\"\u003eLearn more\u003c/a\u003e", - "website": "https://github.com/plenprojectcompany/PLEN5Stack", - "category": "Device Control", + "name": "TLC5947", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for TLC5947 24 channel 12 bit PWM.", + "website": "https://github.com/RobTillaart/TLC5947", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/plenprojectcompany/PLEN5Stack.git", + "repository": "https://github.com/RobTillaart/TLC5947.git", "providesIncludes": [ - "PLEN5Stack.h" + "TLC5947.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/plenprojectcompany/PLEN5Stack-1.0.6.zip", - "archiveFileName": "PLEN5Stack-1.0.6.zip", - "size": 23312, - "checksum": "SHA-256:a28c4ce49dc72f45be9a45898fd52644bfe1c50344ab0d01fa32080995e4abe7" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TLC5947-0.1.0.zip", + "archiveFileName": "TLC5947-0.1.0.zip", + "size": 9109, + "checksum": "SHA-256:23da3bc5a16f596041686ffa0961d213438c843d4c1f85d3298891fd6a2dcb2a" }, { - "name": "DEVRANDOM", - "version": "0.1.0", + "name": "TLC5947", + "version": "0.1.1", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to wrap a random generator in a stream", - "paragraph": "usefull for testing with streams", - "website": "https://github.com/RobTillaart/DEVRANDOM", - "category": "Data Processing", + "sentence": "Arduino library for TLC5947 24 channel 12 bit PWM.", + "website": "https://github.com/RobTillaart/TLC5947", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "repository": "https://github.com/RobTillaart/TLC5947.git", "providesIncludes": [ - "DEVRANDOM.h" + "TLC5947.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.0.zip", - "archiveFileName": "DEVRANDOM-0.1.0.zip", - "size": 7462, - "checksum": "SHA-256:3a1d8e01129ca1e591e8edd0733a923396c8d6c7f11ef6d16145141bd66420de" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TLC5947-0.1.1.zip", + "archiveFileName": "TLC5947-0.1.1.zip", + "size": 10802, + "checksum": "SHA-256:014e37a281bfe1bdda1ceddba7702471cafa40aae2a27bb394c146637a3194a9" }, { - "name": "DEVRANDOM", - "version": "0.1.1", + "name": "TLC5947", + "version": "0.1.2", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to wrap a random generator in a stream", - "paragraph": "usefull for testing with streams", - "website": "https://github.com/RobTillaart/DEVRANDOM", - "category": "Data Processing", + "sentence": "Arduino library for TLC5947 24 channel 12 bit PWM.", + "website": "https://github.com/RobTillaart/TLC5947", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DEVRANDOM.git", + "repository": "https://github.com/RobTillaart/TLC5947.git", "providesIncludes": [ - "DEVRANDOM.h" + "TLC5947.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVRANDOM-0.1.1.zip", - "archiveFileName": "DEVRANDOM-0.1.1.zip", - "size": 8970, - "checksum": "SHA-256:2588c42adb7c9d884b0334b51520bbaa34fdecc65529b9d3ef19b57c0f0b75b9" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/TLC5947-0.1.2.zip", + "archiveFileName": "TLC5947-0.1.2.zip", + "size": 11110, + "checksum": "SHA-256:dbdb558af466d020bce2070af2056173a139289faa73a0e11f0721852d69d676" }, { - "name": "Endo-Continuum-Robot", + "name": "bb_rtc", "version": "1.0.0", - "author": "Visakan Mathivannan \u003cvisakan.mathivannan16@ic.ac.uk\u003e, Angus B. Clark \u003ca.clark17@ic.ac.uk\u003e", - "maintainer": "Angus B. Clark \u003ca.clark17@ic.ac.uk\u003e", - "sentence": "The Endo Continuum Robot Library", - "paragraph": "For controlling the open-source Endo Continuum Robot from OSMR.", - "website": "https://github.com/OpenSourceMedicalRobots/Endo-Continuum-Robot-Library", - "category": "Device Control", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "realtime clock library for DS3231, RV3032, and PCF8563.", + "paragraph": "A full featured RTC library which auto-detects one of 3 popular I2C devices and supports alarm, clock out and time setting/retrieval.", + "website": "https://github.com/bitbank2/bb_rtc", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/OpenSourceMedicalRobots/Endo-Continuum-Robot-Library.git", + "repository": "https://github.com/bitbank2/bb_rtc.git", "providesIncludes": [ - "Endo-Continuum-Robot.h" + "bb_rtc.h" ], "dependencies": [ { - "name": "Adafruit_PWMServoDriver" + "name": "BitBang_I2C" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/OpenSourceMedicalRobots/Endo_Continuum_Robot-1.0.0.zip", - "archiveFileName": "Endo_Continuum_Robot-1.0.0.zip", - "size": 18985, - "checksum": "SHA-256:1651162dbd9a23e33b07bc8e6bf48b99fa1ae4d640e1f481b40915cdeb58a591" + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_rtc-1.0.0.zip", + "archiveFileName": "bb_rtc-1.0.0.zip", + "size": 454295, + "checksum": "SHA-256:7d4d688778573c54372f692eee0b16f2391e02ff3547098830c3dd41d41989da" }, { - "name": "ParallelPrinter", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Experimental (not complete) library to connect a parallel printer to Arduino.", - "paragraph": "Implements printer interface.", - "website": "https://github.com/RobTillaart/ParallelPrinter", + "name": "bb_rtc", + "version": "1.1.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "realtime clock library for DS3231, RV3032, and PCF8563.", + "paragraph": "A full featured RTC library which auto-detects one of 3 popular I2C devices and supports alarm, clock out and time setting/retrieval.", + "website": "https://github.com/bitbank2/bb_rtc", "category": "Communication", "architectures": [ "*" @@ -340147,238 +802410,286 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ParallelPrinter.git", + "repository": "https://github.com/bitbank2/bb_rtc.git", "providesIncludes": [ - "ParallelPrinter.h" + "bb_rtc.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ParallelPrinter-0.2.0.zip", - "archiveFileName": "ParallelPrinter-0.2.0.zip", - "size": 8285, - "checksum": "SHA-256:03b1cfa6bacb395d5cba9c7b4cdffd2f8aef8ad7ea7e71897e2f263c75cbf1c5" + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_rtc-1.1.0.zip", + "archiveFileName": "bb_rtc-1.1.0.zip", + "size": 454888, + "checksum": "SHA-256:8913662ec578b4f9ab36e6eab90f097e9db4ab3522d029f64483bf3a978d21fc" }, { - "name": "Magellan_BC95_lite", - "version": "1.0.2", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite", - "category": "Uncategorized", + "name": "Smooth", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "Additionally the average is available and accurate even before N samples have been received.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95_lite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95_lite-1.0.2.zip", - "archiveFileName": "Magellan_BC95_lite-1.0.2.zip", - "size": 18659, - "checksum": "SHA-256:0146d9a1b6927deeef7a19a33f52df3a29663d0c1a8743cf0d3ed66fa8c06cf6" + "repository": "https://github.com/ripred/Smooth.git", + "providesIncludes": [ + "Smooth.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.0.0.zip", + "archiveFileName": "Smooth-1.0.0.zip", + "size": 4458, + "checksum": "SHA-256:2c78d6e095791e417ba56ac53a0e85f1062ed46f38ffb384ba54222a47a35a51" }, { - "name": "Magellan_BC95", - "version": "1.0.1", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", - "category": "Uncategorized", + "name": "Smooth", + "version": "1.1.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "Additionally the average is available and accurate even before N samples have been received.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "AT_BC95.h", - "board.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.0.1.zip", - "archiveFileName": "Magellan_BC95-1.0.1.zip", - "size": 30872, - "checksum": "SHA-256:0475ebf43fc655853afe6550f58270321973e8927bd62062d04a6838554e3ccd" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.1.0.zip", + "archiveFileName": "Smooth-1.1.0.zip", + "size": 5528, + "checksum": "SHA-256:5a408fd7f11304f03af2e965a0741b26410d040e19b8ea4f3610d296bafd3a5e" }, { - "name": "Magellan_BC95", - "version": "1.1.0", - "author": "AIS IoT Alliance Program", - "maintainer": "AIS IoT Alliance Program \u003caiap@ais.co.th\u003e", - "sentence": "AIS Magellan Library; easy way to integrate IoT Device to Magellan using Arduino Platform.", - "paragraph": "Fully compatible with DEVIO NB-SHIELD I.", - "website": "https://github.com/AIS-DeviceInnovation/Magellan_BC95", - "category": "Uncategorized", + "name": "Smooth", + "version": "1.2.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "The average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AIS-DeviceInnovation/Magellan_BC95.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "AT_BC95.h", - "AltSoftSerial.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/AIS-DeviceInnovation/Magellan_BC95-1.1.0.zip", - "archiveFileName": "Magellan_BC95-1.1.0.zip", - "size": 31679, - "checksum": "SHA-256:145112349d84d37a451243c9c4020dd0784bb88fd7dc7fc3de6a2f4e12b708bf" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.2.0.zip", + "archiveFileName": "Smooth-1.2.0.zip", + "size": 6450, + "checksum": "SHA-256:9e07238005afc651e0ef85e2386fea2ebd6ba4ed5f682e5432d2b5c1548bed5e" }, { - "name": "IFX007T-Motor-Control", - "version": "1.0.0", - "author": "Infineon Technologies AG", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineons IFX007T Motor Control Arduino Shield", - "paragraph": "C++ library of Infineons IFX007T Motor Control Arduino Shield", - "website": "https://www.infineon.com/cms/en/product/power/motor-control-ics/intelligent-motor-control-ics/", - "category": "Sensors", + "name": "Smooth", + "version": "1.4.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "The average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/IFX007T-Motor-Control.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "IFX007T-Motor-Control.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX007T_Motor_Control-1.0.0.zip", - "archiveFileName": "IFX007T_Motor_Control-1.0.0.zip", - "size": 783813, - "checksum": "SHA-256:3e8c867ea6a1419100c7d2f399ecbd5a132a5fa43d086242206e6faa697c7953" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.4.0.zip", + "archiveFileName": "Smooth-1.4.0.zip", + "size": 11543, + "checksum": "SHA-256:37c2fe67392dd2ff74f25c2abd116fd3db72915bd49cb4e2849c5bbe9a191696" }, { - "name": "IFX007T-Motor-Control", - "version": "1.1.0", - "author": "Infineon Technologies AG", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineons IFX007T Motor Control Arduino Shield", - "paragraph": "C++ library of Infineons IFX007T Motor Control Arduino Shield", - "website": "https://www.infineon.com/cms/en/product/power/motor-control-ics/intelligent-motor-control-ics/", - "category": "Sensors", + "name": "Smooth", + "version": "1.5.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "The average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/IFX007T-Motor-Control.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "IFX007T-Motor-Control.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/IFX007T_Motor_Control-1.1.0.zip", - "archiveFileName": "IFX007T_Motor_Control-1.1.0.zip", - "size": 924779, - "checksum": "SHA-256:59cd19a2f4a64180944ffae669120f1d1f4b00b9f50dbb44dcd9b0124867dd7f" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.5.0.zip", + "archiveFileName": "Smooth-1.5.0.zip", + "size": 11525, + "checksum": "SHA-256:1f2b3495400718544be25dd70801d350425b2a6ff708aa3713648cabbbb5dd51" }, { - "name": "PU2CLR SI470X", - "version": "1.0.1", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI470X BROADCAST FM from Silicon Labs.", - "paragraph": "This library provides an easier interface to control the IC SI470X device.", - "website": "https://github.com/pu2clr/SI470X", - "category": "Device Control", + "name": "Smooth", + "version": "1.6.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "The average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI470X.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "SI470X.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.1.zip", - "archiveFileName": "PU2CLR_SI470X-1.0.1.zip", - "size": 1717214, - "checksum": "SHA-256:6bec8ab4b9889e447f5f401268bc6debd40a1aceed7a98be6c51f22c1b8b003c" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.6.0.zip", + "archiveFileName": "Smooth-1.6.0.zip", + "size": 13379, + "checksum": "SHA-256:7027544efe6d516762c9c6fe91a59498318f51d2cd66a4c58ce2b70e59e62e4a" }, { - "name": "PU2CLR SI470X", - "version": "1.0.2", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI470X BROADCAST FM from Silicon Labs.", - "paragraph": "This library provides an easier interface to control the IC SI470X device.", - "website": "https://github.com/pu2clr/SI470X", - "category": "Device Control", + "name": "Smooth", + "version": "1.6.2", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "The average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI470X.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "SI470X.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.2.zip", - "archiveFileName": "PU2CLR_SI470X-1.0.2.zip", - "size": 1855596, - "checksum": "SHA-256:407c8db283ff8996870a029f8b0dc99aaff2bec8990790697091fb8856c67326" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.6.2.zip", + "archiveFileName": "Smooth-1.6.2.zip", + "size": 14781, + "checksum": "SHA-256:8c35d9a1cc54ea9f30c21efce02dc06c8e66270c700eedb149b7e65d428a4e5e" }, { - "name": "PU2CLR SI470X", - "version": "1.0.3", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI470X (Si4703, Si4702, Si4701) BROADCAST FM from Silicon Labs.", - "paragraph": "This library provides an easier interface to control the IC SI470X device.", - "website": "https://github.com/pu2clr/SI470X", - "category": "Device Control", + "name": "Smooth", + "version": "1.8.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "The average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI470X.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "SI470X.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.3.zip", - "archiveFileName": "PU2CLR_SI470X-1.0.3.zip", - "size": 1611494, - "checksum": "SHA-256:36b13be15bdd92af6e5dcec8c2db06166545d89eef9eb61a54f376168a04d203" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.8.0.zip", + "archiveFileName": "Smooth-1.8.0.zip", + "size": 14770, + "checksum": "SHA-256:7df141e19d6ddac15a3e4ba960a2ef2cc66b47779ad25b9188c40113a901a438" }, { - "name": "PU2CLR SI470X", - "version": "1.0.4", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your SI470X (Si4703, Si4702, Si4701) BROADCAST FM from Silicon Labs.", - "paragraph": "This library provides an easier interface to control the IC SI470X device.", - "website": "https://github.com/pu2clr/SI470X", - "category": "Device Control", + "name": "Smooth", + "version": "1.9.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Keep smooth running averages without using arrays! The sample size is adjustable at runtime.", + "paragraph": "The average is available and accurate even before N samples have been received. Now the library suppports callbacks as well for changes, lower bounds, and upper bounds.", + "website": "https://github.com/ripred/Smooth", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/SI470X.git", + "repository": "https://github.com/ripred/Smooth.git", "providesIncludes": [ - "SI470X.h" + "Smooth.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_SI470X-1.0.4.zip", - "archiveFileName": "PU2CLR_SI470X-1.0.4.zip", - "size": 3362892, - "checksum": "SHA-256:5289bce78099e33cb1cd9d97ae8d278870742d539bdbbd2302e9f71925263bed" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Smooth-1.9.0.zip", + "archiveFileName": "Smooth-1.9.0.zip", + "size": 14806, + "checksum": "SHA-256:8977714cbc56e75c09d5281decd0710882f579ab63e0daff0ea08d0100f2af66" }, { - "name": "Ballvalve", + "name": "Alfredo-NoU2", + "version": "2.0.2", + "author": "Alfredo Systems", + "maintainer": "Jacob Williams (jrw4561@gmail.com)", + "sentence": "Library for the Alfredo NoU2 robot control board.", + "paragraph": "Supports drving motors and servos. Has helper methods for different drivetrain types.", + "website": "https://github.com/AlfredoSystems/Alfredo-NoU2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlfredoSystems/Alfredo-NoU2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoSystems/Alfredo_NoU2-2.0.2.zip", + "archiveFileName": "Alfredo_NoU2-2.0.2.zip", + "size": 27555, + "checksum": "SHA-256:ed82d57bce65838d9e03ba63544472d6eb278ae001a9fe6cc5457b297bca7339" + }, + { + "name": "Alfredo-NoU2", + "version": "2.0.3", + "author": "Alfredo Systems", + "maintainer": "Jacob Williams (jrw4561@gmail.com)", + "sentence": "Library for the Alfredo NoU2 robot control board.", + "paragraph": "Supports drving motors and servos. Has helper methods for different drivetrain types.", + "website": "https://github.com/AlfredoSystems/Alfredo-NoU2", + "category": "Device Control", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/AlfredoSystems/Alfredo-NoU2.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoSystems/Alfredo_NoU2-2.0.3.zip", + "archiveFileName": "Alfredo_NoU2-2.0.3.zip", + "size": 33536, + "checksum": "SHA-256:533fc5fb4a236152cc1ed45644e429018d534dc39e282966c1d842b5aa6ca666" + }, + { + "name": "AlfredoConnect-Receive", "version": "1.0.0", - "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", - "paragraph": "This further supports the open and closed status switched within the unit.", - "website": "https://github.com/jordancrubin/ballvalve", + "author": "Alfredo Systems", + "maintainer": "Jacob Williams (jrw4561@gmail.com)", + "sentence": "Library for communicating over a serial connection to AlfredoConnect-Desktop.", + "paragraph": "This library runs on a robot so it can be controlled by a driver with a driverstaton. The library parses packets that conform to the standard set by AC-Desktop. Learn more about AlfredoConnect-Desktop here: https://github.com/AlfredoSystems/AlfredoConnect-Desktop", + "website": "https://github.com/AlfredoSystems/AlfredoConnect-Receive", "category": "Device Control", "architectures": [ "*" @@ -340386,348 +802697,427 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jordancrubin/ballvalve.git", + "repository": "https://github.com/AlfredoSystems/AlfredoConnect-Receive.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoSystems/AlfredoConnect_Receive-1.0.0.zip", + "archiveFileName": "AlfredoConnect_Receive-1.0.0.zip", + "size": 25673, + "checksum": "SHA-256:c26b20276ec3b0b680cd60f60d13f7091961ad434eddd632d18cf5b7c49cff7f" + }, + { + "name": "FXPS7xxx_Arduino", + "version": "0.9.0", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "A library for NXP FXPS7xxx", + "paragraph": "This library enables the developer to evaluate NXP FXPS7xxx with Arduino", + "website": "https://github.com/ryraki/FXPS7xxx_Arduino", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ryraki/FXPS7xxx_Arduino.git", "providesIncludes": [ - "WebServer.h" + "FXPS7xxx_Arduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.0.zip", - "archiveFileName": "Ballvalve-1.0.0.zip", - "size": 7043, - "checksum": "SHA-256:c0652e65dcf3cd30b63393817d807fa64f47d9c793e56be7e564777fd9a0ff64" + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/FXPS7xxx_Arduino-0.9.0.zip", + "archiveFileName": "FXPS7xxx_Arduino-0.9.0.zip", + "size": 17955, + "checksum": "SHA-256:9c8736c2f506f5bef26bbd1899ff94ca58adc82a345fe1a46507fdf8619b2558" }, { - "name": "Ballvalve", - "version": "1.0.2", - "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", - "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", - "website": "https://github.com/jordancrubin/ballvalve", - "category": "Device Control", + "name": "FXPS7xxx_Arduino", + "version": "0.9.6", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "A library for NXP FXPS7xxx", + "paragraph": "This library enables the developer to evaluate NXP FXPS7xxx with Arduino", + "website": "https://github.com/ryraki/FXPS7xxx_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jordancrubin/ballvalve.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.2.zip", - "archiveFileName": "Ballvalve-1.0.2.zip", - "size": 8512, - "checksum": "SHA-256:e0f51795ff7e612cab8f1ade95bdc10e6a4de65626829882e48c63f5594b3091" + "repository": "https://github.com/ryraki/FXPS7xxx_Arduino.git", + "providesIncludes": [ + "FXPS7xxx_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/FXPS7xxx_Arduino-0.9.6.zip", + "archiveFileName": "FXPS7xxx_Arduino-0.9.6.zip", + "size": 18955, + "checksum": "SHA-256:1476279f4e2f30a766e4151664788b728788a2f2dcbb50ad08acae1855d9184d" }, { - "name": "Ballvalve", - "version": "1.0.4", - "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", - "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", - "website": "https://github.com/jordancrubin/ballvalve", - "category": "Device Control", + "name": "FXPS7xxx_Arduino", + "version": "1.0.0", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "A library for NXP FXPS7xxx", + "paragraph": "FXPS7250A4S (BRKTSTBAPA7250S), FXPS7250D4S (BRKTSTBAPDI7250/BRKTSTBAPDS7250), FXPS7115D4S are supported, and FXPS7550A4S, FXPS7400A4S, FXPS7165D4S are partially supported by this library. The supported board combination is breakout board (BRKFXPS7XXX-PCB + device or any other FXPS7xxx breakout board) with FRDM7X-INTERFACE.", + "website": "https://github.com/ryraki/FXPS7xxx_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jordancrubin/ballvalve.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.4.zip", - "archiveFileName": "Ballvalve-1.0.4.zip", - "size": 8695, - "checksum": "SHA-256:5abc3781a88dd9c1917cf3163d2e2d8669a7cc0e41822a63fab596d3a6eee99d" + "repository": "https://github.com/ryraki/FXPS7xxx_Arduino.git", + "providesIncludes": [ + "FXPS7xxx_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/FXPS7xxx_Arduino-1.0.0.zip", + "archiveFileName": "FXPS7xxx_Arduino-1.0.0.zip", + "size": 319178, + "checksum": "SHA-256:0adf5b13f7f8c5ed82c4d3146e37375df9bb228698ca2fb939f1fb5573dd3a47" }, { - "name": "Ballvalve", - "version": "1.0.5", - "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "sentence": "A library to control 5 wire electric ball valves like the US Solid MSV-00015.", - "paragraph": "Support includes valve position, time to open and close, error reporting and optional power relay off of the 24V power supply. Requires a 24VDC power source and a DPDT Relay module.", - "website": "https://github.com/jordancrubin/ballvalve", - "category": "Device Control", + "name": "FXLS89xx_Arduino", + "version": "0.9.0", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "An library for NXP FXLS89xx", + "paragraph": "This library enables the developer to evaluate NXP FXLS89xx with Arduino", + "website": "https://github.com/ryraki/FXLS89xx_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jordancrubin/ballvalve.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Ballvalve-1.0.5.zip", - "archiveFileName": "Ballvalve-1.0.5.zip", - "size": 8699, - "checksum": "SHA-256:2e000074deb8f8e5668927ca1b055bee76d9067c976fd4fd2249432f5e3cab5f" + "repository": "https://github.com/ryraki/FXLS89xx_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/FXLS89xx_Arduino-0.9.0.zip", + "archiveFileName": "FXLS89xx_Arduino-0.9.0.zip", + "size": 172131, + "checksum": "SHA-256:e3bf168d28402b74551b150364ceef35d2c3505b398ca8d8865f9b6a647ea8a3" }, { - "name": "RLEBitmap", + "name": "FXLS89xx_Arduino", + "version": "1.0.0", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "An library for NXP FXLS89xx", + "paragraph": "FXLS8964AF (FRDM-STBA-A8964), FXLS8967AF (FRDM-STBA-A8967), FXLS8974CF (FRDM-STBI-A8974), FXLS8961AF (FRDM-STBA-A8961), FXLS8971CF (FRDM-STBI-A8971) are supported by this library", + "website": "https://github.com/ryraki/FXLS89xx_Arduino", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ryraki/FXLS89xx_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/FXLS89xx_Arduino-1.0.0.zip", + "archiveFileName": "FXLS89xx_Arduino-1.0.0.zip", + "size": 177024, + "checksum": "SHA-256:bc89c7e857172fd9529d0048137f036186d68a3720bb0d82c73a62c98b322ad2" + }, + { + "name": "FXLS89xx_Arduino", "version": "1.0.1", - "author": "M Hotchin", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Run Length Encoded bitmaps", - "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", - "website": "https://github.com/MHotchin/RLEBitmap", - "category": "Display", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "An library for NXP FXLS89xx", + "paragraph": "FXLS8964AF (FRDM-STBA-A8964), FXLS8967AF (FRDM-STBA-A8967), FXLS8974CF (FRDM-STBI-A8974), FXLS8961AF (FRDM-STBA-A8961), FXLS8971CF (FRDM-STBI-A8971) are supported by this library", + "website": "https://github.com/ryraki/FXLS89xx_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/RLEBitmap.git", + "repository": "https://github.com/ryraki/FXLS89xx_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/FXLS89xx_Arduino-1.0.1.zip", + "archiveFileName": "FXLS89xx_Arduino-1.0.1.zip", + "size": 590713, + "checksum": "SHA-256:78945fe8360e8ec3e7a6eac02c1a97e603b10e33e97a4e63ed107830d4560bb4" + }, + { + "name": "bb_ltr390", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "LTR-390 light sensor library.", + "paragraph": "This library is for the Lite-On I2C LTR-390 visible and UV light sensor. It uses my BitBang_I2C library to allow more flexible connections on hardware or bit banged I2C.", + "website": "https://github.com/bitbank2/bb_ltr390", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bitbank2/bb_ltr390.git", "providesIncludes": [ - "RLEBitmap.h" + "bb_ltr390.h" ], "dependencies": [ { - "name": "Adafruit_GFX" + "name": "BitBang_I2C" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.0.1.zip", - "archiveFileName": "RLEBitmap-1.0.1.zip", - "size": 1198924, - "checksum": "SHA-256:bd8c8267e556d319f660f42506f46094edf7586b805e3d5d0e620a56324cd3b3" + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_ltr390-1.0.0.zip", + "archiveFileName": "bb_ltr390-1.0.0.zip", + "size": 10775, + "checksum": "SHA-256:1dae38859073a98fe38fa2a7c5d6dc18dff4e9753733dc6412a3e77d6fba352a" }, { - "name": "RLEBitmap", - "version": "1.1.0", - "author": "M Hotchin", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Run Length Encoded bitmaps", - "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", - "website": "https://github.com/MHotchin/RLEBitmap", - "category": "Display", + "name": "Fast4ier", + "version": "1.0.0", + "author": "Jonathan Mercier, LIBROW", + "maintainer": "Jonathan Mercier", + "sentence": "An FFT and IFFT library.", + "paragraph": "There's no other one with IFFT so I made my own! Also includes a 2-way polar conversion (can be used for LED spectographs). IFFT is useful for creating sfx. You may need a board with a lot of memory sometimes. I recommend the teensy 4.x for its speed and large amount of RAM (it's very fast with a default of 600MHZ and a max built-in overclock of 1.024GHZ with cooling/heatsink).", + "website": "https://github.com/jmerc77/Fast4ier/", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/RLEBitmap.git", + "repository": "https://github.com/jmerc77/Fast4ier.git", "providesIncludes": [ - "RLEBitmap.h" + "Fast4ier.h", + "complex.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.1.0.zip", - "archiveFileName": "RLEBitmap-1.1.0.zip", - "size": 1365997, - "checksum": "SHA-256:f216a37ba1083af04b1905a5b128af1bf4f31c7510907b43e02f2cc8a8b7f41f" + "url": "https://downloads.arduino.cc/libraries/github.com/jmerc77/Fast4ier-1.0.0.zip", + "archiveFileName": "Fast4ier-1.0.0.zip", + "size": 21453, + "checksum": "SHA-256:0f823fa874f5f02f47193cd59d8c9a02876c3ebbb715ad0e2d7ef17a74f46b87" }, { - "name": "RLEBitmap", - "version": "1.2.0", - "author": "M Hotchin", - "maintainer": "M Hotchin \u003cgithub@hotchin.net\u003e", - "sentence": "Run Length Encoded bitmaps", - "paragraph": "Support for RLE bitmaps. RLE is a simple encoding for bitmaps with few colors. Provides rendering with scale factors, and rendering with masks. Included are a set of images for weather displays, and a set of images for moon phases in various sizes.", - "website": "https://github.com/MHotchin/RLEBitmap", - "category": "Display", + "name": "Fast4ier", + "version": "1.0.1", + "author": "Jonathan Mercier, LIBROW", + "maintainer": "Jonathan Mercier", + "sentence": "An FFT and IFFT library.", + "paragraph": "There's no other one with IFFT so I made my own!", + "website": "https://github.com/jmerc77/Fast4ier/", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MHotchin/RLEBitmap.git", + "repository": "https://github.com/jmerc77/Fast4ier.git", "providesIncludes": [ - "RLEBitmap.h" + "Fast4ier.h", + "complex.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MHotchin/RLEBitmap-1.2.0.zip", - "archiveFileName": "RLEBitmap-1.2.0.zip", - "size": 3078065, - "checksum": "SHA-256:2611c8f9e616a1672e64c6d1fed51aca5d2b86081f58826984185b0551bf53e4" + "url": "https://downloads.arduino.cc/libraries/github.com/jmerc77/Fast4ier-1.0.1.zip", + "archiveFileName": "Fast4ier-1.0.1.zip", + "size": 21564, + "checksum": "SHA-256:ff4f8d832520481f55dd100d694105824fbcc59489f0469cdba7a33377f935a8" }, { - "name": "DEVNULL", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for a /dev/null stream", - "paragraph": "usefull for testing with streams", - "website": "https://github.com/RobTillaart/DEVNULL", - "category": "Data Processing", + "name": "LualtekRAK3172", + "version": "0.0.1", + "author": "Lualtek", + "maintainer": "Lualtek \u003cdev@lualtek.io\u003e", + "sentence": "Library for the Lualtek RAK3172 based board.", + "paragraph": "An opinionated wrapper around RUI3 APIs", + "website": "https://github.com/lualtek/lualtek-rak3172", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DEVNULL.git", + "repository": "https://github.com/lualtek/lualtek-rak3172.git", "providesIncludes": [ - "DEVNULL.h" + "LualtekRAK3172.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.0.zip", - "archiveFileName": "DEVNULL-0.1.0.zip", - "size": 4148, - "checksum": "SHA-256:6b6e0c985b7c554006a38b377358d7e6c25a853bfda81d30c080fbbe1b062414" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekRAK3172-0.0.1.zip", + "archiveFileName": "LualtekRAK3172-0.0.1.zip", + "size": 11382, + "checksum": "SHA-256:4cc3b9d426e4c5942139f226f443718071b562509a1023276b6b63e7f3a1373f" }, { - "name": "DEVNULL", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for a /dev/null stream", - "paragraph": "usefull for testing with streams", - "website": "https://github.com/RobTillaart/DEVNULL", - "category": "Data Processing", + "name": "LualtekRAK3172", + "version": "0.0.2", + "author": "Lualtek", + "maintainer": "Lualtek \u003cdev@lualtek.io\u003e", + "sentence": "Library for the Lualtek RAK3172 based board.", + "paragraph": "An opinionated wrapper around RUI3 APIs", + "website": "https://github.com/lualtek/lualtek-rak3172", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DEVNULL.git", + "repository": "https://github.com/lualtek/lualtek-rak3172.git", "providesIncludes": [ - "DEVNULL.h" + "LualtekRAK3172.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DEVNULL-0.1.1.zip", - "archiveFileName": "DEVNULL-0.1.1.zip", - "size": 5305, - "checksum": "SHA-256:6d63b87a39c326c8f24ec0d6afecf828c48b5f01562cb191154c63c1c3b1effe" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekRAK3172-0.0.2.zip", + "archiveFileName": "LualtekRAK3172-0.0.2.zip", + "size": 11343, + "checksum": "SHA-256:aaa9669798325191b70bcdaaa6e8bb0867b73152e58ef98c4d600af11d5b33a6" }, { - "name": "PAR27979", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for Parallax 27979 serial LCD display.", - "paragraph": "Supports 27976 and 27977 (not tested)", - "website": "https://github.com/RobTillaart/PAR27979", - "category": "Display", + "name": "LualtekRAK3172", + "version": "0.0.3", + "author": "Lualtek", + "maintainer": "Lualtek \u003cdev@lualtek.io\u003e", + "sentence": "Library for the Lualtek RAK3172 based board.", + "paragraph": "An opinionated wrapper around RUI3 APIs", + "website": "https://github.com/lualtek/lualtek-rak3172", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PAR27979.git", + "repository": "https://github.com/lualtek/lualtek-rak3172.git", "providesIncludes": [ - "PAR27979.h" + "LualtekRAK3172.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PAR27979-0.2.0.zip", - "archiveFileName": "PAR27979-0.2.0.zip", - "size": 6198, - "checksum": "SHA-256:7547e3a3d198c84595b1b2bf1f32dcf8ec955fbe57227c376c38d479e5f9d5be" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekRAK3172-0.0.3.zip", + "archiveFileName": "LualtekRAK3172-0.0.3.zip", + "size": 11369, + "checksum": "SHA-256:7810dbeb1ae676c56da2b6b4a963935d6407a680fd79a67f693288cdd671efa9" }, { - "name": "TinyDHT sensor library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for Using DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", - "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", - "website": "https://github.com/adafruit/TinyDHT", - "category": "Sensors", + "name": "LualtekRAK3172", + "version": "0.0.4", + "author": "Lualtek", + "maintainer": "Lualtek \u003cdev@lualtek.io\u003e", + "sentence": "Library for the Lualtek RAK3172 based board.", + "paragraph": "An opinionated wrapper around RUI3 APIs", + "website": "https://github.com/lualtek/lualtek-rak3172", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TinyDHT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyDHT_sensor_library-1.0.0.zip", - "archiveFileName": "TinyDHT_sensor_library-1.0.0.zip", - "size": 6043, - "checksum": "SHA-256:7b7f82a373157cac93af7da4ef5a235bcb28ee339589f63c31547df0e008d71a" + "repository": "https://github.com/lualtek/lualtek-rak3172.git", + "providesIncludes": [ + "LualtekRAK3172.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekRAK3172-0.0.4.zip", + "archiveFileName": "LualtekRAK3172-0.0.4.zip", + "size": 11450, + "checksum": "SHA-256:48cb086f35cfcb86f544ac421e0029899cb7ca440c16e6bdaeac94cb961964cf" }, { - "name": "TinyDHT sensor library", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for Using DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", - "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors with the ATtiny85 such as Adafruit Trinket and Arduino Gemma", - "website": "https://github.com/adafruit/TinyDHT", - "category": "Sensors", + "name": "LualtekRAK3172", + "version": "0.0.6", + "author": "Lualtek", + "maintainer": "Lualtek \u003cdev@lualtek.io\u003e", + "sentence": "Library for the Lualtek RAK3172 based board.", + "paragraph": "An opinionated wrapper around RUI3 APIs", + "website": "https://github.com/lualtek/lualtek-rak3172", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/TinyDHT.git", - "dependencies": [ - { - "name": "TinyLiquidCrystal" - }, - { - "name": "TinyWireM" - } + "repository": "https://github.com/lualtek/lualtek-rak3172.git", + "providesIncludes": [ + "LualtekRAK3172.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/TinyDHT_sensor_library-1.1.0.zip", - "archiveFileName": "TinyDHT_sensor_library-1.1.0.zip", - "size": 7151, - "checksum": "SHA-256:e40dd286e7f1681af75030c283abf995afc38f4619f7d98b3e618c2ebfc7f3e4" + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/LualtekRAK3172-0.0.6.zip", + "archiveFileName": "LualtekRAK3172-0.0.6.zip", + "size": 11501, + "checksum": "SHA-256:4e040ee8d20fc47628c00871bec0468bf818911a26b498916a0c06e098d4171e" }, { - "name": "Easing", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Easing function library for Arduino", - "paragraph": "Easing function library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "SparkFun BMI270 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMI270 6-DoF IMU.", + "paragraph": "The BMI270 provides high resolution acceleration and rotation data for precise motion measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMI270_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Easing.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Easing-0.1.0.zip", - "archiveFileName": "Easing-0.1.0.zip", - "size": 14256, - "checksum": "SHA-256:27b0ef4bf6bba814a0240467d81a7dc5797c88550e3a9a5d7a1f0e9350a1c1b8" + "repository": "https://github.com/sparkfun/SparkFun_BMI270_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMI270_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_BMI270_Arduino_Library-1.0.0.zip", + "size": 2803920, + "checksum": "SHA-256:1979e32273f83b7e8f4608cf8f0d49a803c9a065ab6b00524e38350d5b9fd348" }, { - "name": "Tween", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Tween library for Arduino", - "paragraph": "Tween library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "SparkFun BMI270 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMI270 6-DoF IMU.", + "paragraph": "The BMI270 provides high resolution acceleration and rotation data for precise motion measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMI270_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Tween.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.0.zip", - "archiveFileName": "Tween-0.1.0.zip", - "size": 88281, - "checksum": "SHA-256:4c849e92f9bf01eeb2eac013eac6765b6b440a70fa199224298cb53297ac165d" + "repository": "https://github.com/sparkfun/SparkFun_BMI270_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMI270_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_BMI270_Arduino_Library-1.0.1.zip", + "size": 2804002, + "checksum": "SHA-256:281b0b5973df13e528fc76cfb57f152a15ca990e91b78a15afa4ee7dbc113691" }, { - "name": "Tween", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Tween library for Arduino", - "paragraph": "Tween library for Arduino", - "website": "https://github.com/hideakitai", - "category": "Data Processing", + "name": "SparkFun BMI270 Arduino Library", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Bosch BMI270 6-DoF IMU.", + "paragraph": "The BMI270 provides high resolution acceleration and rotation data for precise motion measurements.", + "website": "https://github.com/sparkfun/SparkFun_BMI270_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Tween.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.2.zip", - "archiveFileName": "Tween-0.1.2.zip", - "size": 72195, - "checksum": "SHA-256:3390acd42cf47e583c68c49585f0d6a5d3141253929f5f32c6244f8c8a63d327" + "repository": "https://github.com/sparkfun/SparkFun_BMI270_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BMI270_Arduino_Library-1.0.2.zip", + "archiveFileName": "SparkFun_BMI270_Arduino_Library-1.0.2.zip", + "size": 2804014, + "checksum": "SHA-256:78f16ad4aca29c650e6581937ba9c08a8aeb74080966825a6e5e96511a9eb215" }, { - "name": "Tween", - "version": "0.1.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Tween library for Arduino", - "paragraph": "Tween library for Arduino", - "website": "https://github.com/hideakitai", + "name": "CipherCode", + "version": "1.0.0", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library with functions to encode texts", + "paragraph": "Ceasar Cipher, Vigenere Cipher and others", + "website": "https://github.com/fellipecouto/CipherCode", "category": "Data Processing", "architectures": [ "*" @@ -340735,20 +803125,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Tween.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.3.zip", - "archiveFileName": "Tween-0.1.3.zip", - "size": 72212, - "checksum": "SHA-256:b26094005e11b83f44c373d336b2afd21b20c8394b6f3bea736c01405108861b" + "repository": "https://github.com/fellipecouto/CipherCode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/CipherCode-1.0.0.zip", + "archiveFileName": "CipherCode-1.0.0.zip", + "size": 17111, + "checksum": "SHA-256:b8d721b9d7c45b959612eb7962b811d7f19a314935d5b60aaeba0fabb9783a46" }, { - "name": "Tween", - "version": "0.1.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Tween library for Arduino", - "paragraph": "Tween library for Arduino", - "website": "https://github.com/hideakitai/Tween", + "name": "CipherCode", + "version": "1.1.0", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library with functions to encode texts", + "paragraph": "Ceasar Cipher, Vigenere Cipher and others", + "website": "https://github.com/fellipecouto/CipherCode", "category": "Data Processing", "architectures": [ "*" @@ -340756,20 +803146,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Tween.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.4.zip", - "archiveFileName": "Tween-0.1.4.zip", - "size": 86142, - "checksum": "SHA-256:1c1f307e0b9fd787ff93b743e6ec0ffb7fa40f3bc4c98d8c0adbbe979cf10f08" + "repository": "https://github.com/fellipecouto/CipherCode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/CipherCode-1.1.0.zip", + "archiveFileName": "CipherCode-1.1.0.zip", + "size": 18679, + "checksum": "SHA-256:17a35e93cd2d7c5a46c58259102a51779a3226be693dc8e7470beb5f8fbc6f80" }, { - "name": "Tween", - "version": "0.1.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Tween library for Arduino", - "paragraph": "Tween library for Arduino", - "website": "https://github.com/hideakitai/Tween", + "name": "CipherCode", + "version": "1.1.2", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Library with functions to encode texts", + "paragraph": "Ceasar Cipher, Vigenere Cipher and others", + "website": "https://github.com/fellipecouto/CipherCode", "category": "Data Processing", "architectures": [ "*" @@ -340777,20 +803167,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Tween.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.5.zip", - "archiveFileName": "Tween-0.1.5.zip", - "size": 86301, - "checksum": "SHA-256:00707c6b884f9fb83afdd815700684f0a228f24bd1d41e765dbfb55f2d75a7da" + "repository": "https://github.com/fellipecouto/CipherCode.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/CipherCode-1.1.2.zip", + "archiveFileName": "CipherCode-1.1.2.zip", + "size": 18674, + "checksum": "SHA-256:3b7f3b806795363f10c392e55ba4d57259552bbdcc7a032c34290e08d75c952a" }, { - "name": "Tween", - "version": "0.1.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Tween library for Arduino", - "paragraph": "Tween library for Arduino", - "website": "https://github.com/hideakitai/Tween", + "name": "integer24", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "integer24 types uint24_t and int24_t for Arduino.", + "paragraph": "AVR does implement a 3 byte version, however cannot print without casting. Other platforms use a typedef of 32 bit.", + "website": "https://github.com/RobTillaart/integer24", "category": "Data Processing", "architectures": [ "*" @@ -340798,62 +803188,71 @@ "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/Tween.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/Tween-0.1.6.zip", - "archiveFileName": "Tween-0.1.6.zip", - "size": 86395, - "checksum": "SHA-256:0a2a81062db77300ddb60f6bde8c02ffeb2f7d881b9cc471bdfd438b4c23dca6" + "repository": "https://github.com/RobTillaart/integer24.git", + "providesIncludes": [ + "integer24.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/integer24-0.1.0.zip", + "archiveFileName": "integer24-0.1.0.zip", + "size": 6917, + "checksum": "SHA-256:66d99ae7c53e31e70c9c019aba2b564a0de655326c7393adf73af170a7304af1" }, { - "name": "ESP32 I2C Slave", - "version": "0.1.0", - "author": "Gutierrez PS", - "maintainer": "Gutierrez PS", - "sentence": "I2C slave library for ESP32 (unofficial)", - "paragraph": "A workaround based on ESP-IDF Slave API", - "website": "https://github.com/gutierrezps/ESP32_I2C_Slave", - "category": "Communication", + "name": "integer24", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "integer24 types uint24_t and int24_t for Arduino.", + "paragraph": "AVR does implement a 3 byte version, however cannot print without casting. Other platforms use a typedef of 32 bit.", + "website": "https://github.com/RobTillaart/integer24", + "category": "Data Processing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gutierrezps/ESP32_I2C_Slave.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gutierrezps/ESP32_I2C_Slave-0.1.0.zip", - "archiveFileName": "ESP32_I2C_Slave-0.1.0.zip", - "size": 30770, - "checksum": "SHA-256:a65a028d9714337b5b251accab05249ed42710dbdab6a2eaf2bd770040e98efa" + "repository": "https://github.com/RobTillaart/integer24.git", + "providesIncludes": [ + "integer24.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/integer24-0.1.1.zip", + "archiveFileName": "integer24-0.1.1.zip", + "size": 8220, + "checksum": "SHA-256:0a6fa4889c6d1e82e11a7f8a3140400bbf793b581105fc928ae3e3c6c635128e" }, { - "name": "SparkFun ADS122C04 ADC Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Arduino library for the TI ADS122C04", - "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", - "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", - "category": "Sensors", + "name": "integer24", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "integer24 types uint24_t and int24_t for Arduino.", + "paragraph": "AVR does implement a 3 byte version, however cannot print without casting. Other platforms use a typedef of 32 bit.", + "website": "https://github.com/RobTillaart/integer24", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.0.zip", - "size": 33731, - "checksum": "SHA-256:c292eb1ff630bdb225b065604149fdd13ca338d3fa14a64c2c92be4bf7dc6f86" + "repository": "https://github.com/RobTillaart/integer24.git", + "providesIncludes": [ + "integer24.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/integer24-0.1.2.zip", + "archiveFileName": "integer24-0.1.2.zip", + "size": 8795, + "checksum": "SHA-256:493eb81bad7a0d303f6ff2accc492c00be46478298fa33686013c0285724dfcf" }, { - "name": "SparkFun ADS122C04 ADC Arduino Library", + "name": "bb_scd41", "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Arduino library for the TI ADS122C04", - "paragraph": "An Arduino library to let you access all of the features of the TI ADS122C04 24-bit delta-sigma analog to digital converter", - "website": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Sensiron SCD4x CO2 sensor library.", + "paragraph": "Supports SCD40 and SCD41 with flexible connection options.", + "website": "https://github.com/bitbank2/bb_scd41", "category": "Sensors", "architectures": [ "*" @@ -340861,883 +803260,1042 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADS122C04_ADC_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_ADS122C04_ADC_Arduino_Library-1.0.1.zip", - "size": 34213, - "checksum": "SHA-256:6718a489efd6ac4998f59496eb893c2fd816f29b450ed3a22fcbfde9048e3b2c" + "repository": "https://github.com/bitbank2/bb_scd41.git", + "providesIncludes": [ + "bb_scd41.h" + ], + "dependencies": [ + { + "name": "BitBang_I2C" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_scd41-1.0.1.zip", + "archiveFileName": "bb_scd41-1.0.1.zip", + "size": 128127, + "checksum": "SHA-256:5ae50cfe033885019491d6b8e3092fa9c414ee303bbf67f9813e3741786cdece" }, { - "name": "EASE_ArduinoCode", - "version": "0.2.0", - "author": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", - "maintainer": "Harmonic Bionics, Inc. \u003cinfo@esmacat.com\u003e", - "sentence": "Arduino library to interface EASE board", - "paragraph": "It uses SPI Protocol to communicate with EASE with Arduino.", - "website": "https://bitbucket.org/harmonicbionics/ease_arduinocode/", - "category": "Sensors", + "name": "7Segment", + "version": "1.0.0", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "7Segment", + "website": "https://github.com/DenysChuhlib/7Segment", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://bitbucket.org/harmonicbionics/ease_arduinocode.git", + "repository": "https://github.com/DenysChuhlib/7Segment.git", "providesIncludes": [ - "Esmacatshield.h" + "7Segment.h" ], - "url": "https://downloads.arduino.cc/libraries/bitbucket.org/harmonicbionics/EASE_ArduinoCode-0.2.0.zip", - "archiveFileName": "EASE_ArduinoCode-0.2.0.zip", - "size": 13621, - "checksum": "SHA-256:9882c98617c415cc34f0bcb889a271f199b06e134de658d01bdd04ce78369d3a" + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/7Segment-1.0.0.zip", + "archiveFileName": "7Segment-1.0.0.zip", + "size": 9368, + "checksum": "SHA-256:3a976476c0ec369eaf0001359c3639f976f6566298b6739785d68079e23b72e0" }, { - "name": "RingEEPROM", - "version": "0.1.0", - "author": "Shuvangkar Shuvo \u003csshuvo93@gmail.com\u003e", - "maintainer": "Shuvangkar Shuvo \u003csshuvo93@gmail.com\u003e", - "sentence": "The library increases the arduino EEPROM Write endurance", - "paragraph": "Arduino Uno/Mega EEPROM wears out after 100k write/erase cycle. So this library will increase the write cycles.", - "website": "https://github.com/shuvangkar/RingEEPROM.git", - "category": "Data Storage", + "name": "7Segment", + "version": "1.0.1", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "7Segment", + "website": "https://github.com/DenysChuhlib/7Segment", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/shuvangkar/RingEEPROM.git", - "url": "https://downloads.arduino.cc/libraries/github.com/shuvangkar/RingEEPROM-0.1.0.zip", - "archiveFileName": "RingEEPROM-0.1.0.zip", - "size": 58023, - "checksum": "SHA-256:1e436018cb234ab478484b5d3bfeb3847c2b57d38f8d025b429530935924736d" + "repository": "https://github.com/DenysChuhlib/7Segment.git", + "providesIncludes": [ + "7Segment.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/7Segment-1.0.1.zip", + "archiveFileName": "7Segment-1.0.1.zip", + "size": 11402, + "checksum": "SHA-256:64dbb45b8433b1403d32d7c5d91494153898b55b76c7a196224f2b304ac982da" }, { - "name": "printHelpers", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", - "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation.", - "website": "https://github.com/RobTillaart/printHelpers", - "category": "Uncategorized", + "name": "7Segment", + "version": "1.0.2", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "7Segment", + "website": "https://github.com/DenysChuhlib/7Segment", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/printHelpers.git", + "repository": "https://github.com/DenysChuhlib/7Segment.git", "providesIncludes": [ - "printHelpers.h" + "7Segment.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.0.zip", - "archiveFileName": "printHelpers-0.1.0.zip", - "size": 8999, - "checksum": "SHA-256:b97db71c564596c656113afaba2252a529ce933bc9121305658a77e8e5868beb" + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/7Segment-1.0.2.zip", + "archiveFileName": "7Segment-1.0.2.zip", + "size": 11542, + "checksum": "SHA-256:e634bf83ad91def0c7dc9835015dcc830594149abc3765936dab261d6db69d1c" }, { - "name": "printHelpers", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", - "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", - "website": "https://github.com/RobTillaart/printHelpers", - "category": "Uncategorized", + "name": "bb_captouch", + "version": "1.0.0", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Capacitive touch sensor library for FT6x36 and GT911 I2C devices.", + "paragraph": "ESP32 specific code supports 1 to 5 point touch on the FT6x36 and GT911 sensors. It auto-detects the address and sensor type.", + "website": "https://github.com/bitbank2/bb_captouch", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/printHelpers.git", + "repository": "https://github.com/bitbank2/bb_captouch.git", "providesIncludes": [ - "printHelpers.h" + "bb_captouch.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.1.zip", - "archiveFileName": "printHelpers-0.1.1.zip", - "size": 10802, - "checksum": "SHA-256:209d6eadd11be7389bc4edcbbe0966c67ecd0fa34b268444395e93b48f21ac65" + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_captouch-1.0.0.zip", + "archiveFileName": "bb_captouch-1.0.0.zip", + "size": 10811, + "checksum": "SHA-256:96e96feef06de122d1be47d08089869760a074c137e319428cacab15e2f29df8" }, { - "name": "printHelpers", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to help formatting data for printing. 64 bit integers (base 10 and 16). Engineering and scientific notation.", - "paragraph": "Supports 64 bit integers (base 10 and 16). Engineering and scientific notation. toBytes() for KB MB etc.", - "website": "https://github.com/RobTillaart/printHelpers", - "category": "Uncategorized", + "name": "bb_captouch", + "version": "1.0.1", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Capacitive touch sensor library for FT6x36 and GT911 I2C devices.", + "paragraph": "ESP32 specific code supports 1 to 5 point touch on the FT6x36 and GT911 sensors. It auto-detects the address and sensor type.", + "website": "https://github.com/bitbank2/bb_captouch", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/printHelpers.git", + "repository": "https://github.com/bitbank2/bb_captouch.git", "providesIncludes": [ - "printHelpers.h" + "bb_captouch.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/printHelpers-0.1.2.zip", - "archiveFileName": "printHelpers-0.1.2.zip", - "size": 10816, - "checksum": "SHA-256:78eac4f7abc81a5c2092051162264d89c56c676d0ce84886d78086f16d24a4e0" + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_captouch-1.0.1.zip", + "archiveFileName": "bb_captouch-1.0.1.zip", + "size": 10810, + "checksum": "SHA-256:c4d266e0949c5808c0d9302a900dc2c112b8efb9e7e8f2079642a5d0754f9684" }, { - "name": "IEEE754tools", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Fast helper functions for IEEE754 floats.", - "website": "https://github.com/RobTillaart/IEEE754tools", - "category": "Data Processing", + "name": "bb_captouch", + "version": "1.0.2", + "author": "Larry Bank", + "maintainer": "Larry Bank", + "sentence": "Capacitive touch sensor library for FT6x36 and GT911 I2C devices.", + "paragraph": "ESP32 specific code supports 1 to 5 point touch on the FT6x36 and GT911 sensors. It auto-detects the address and sensor type.", + "website": "https://github.com/bitbank2/bb_captouch", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/IEEE754tools.git", + "repository": "https://github.com/bitbank2/bb_captouch.git", "providesIncludes": [ - "IEEE754tools.h" + "bb_captouch.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/IEEE754tools-0.2.0.zip", - "archiveFileName": "IEEE754tools-0.2.0.zip", - "size": 7336, - "checksum": "SHA-256:dd691b57ba3e40a54cf50aa3f2b18951700feaa13da6d66ec07afc806d93cae8" + "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/bb_captouch-1.0.2.zip", + "archiveFileName": "bb_captouch-1.0.2.zip", + "size": 11253, + "checksum": "SHA-256:89f626d24b8c80c2dd22943a79016e1a1a382838d23e11bd0e51632d28d8f0f9" }, { - "name": "DHTStable", - "version": "0.2.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", - "website": "https://github.com/RobTillaart/DHTstable", - "category": "Sensors", + "name": "SimpleLed", + "version": "0.0.1", + "author": "YangJie", + "maintainer": "YangJie", + "sentence": "Arduino library for control LED.", + "paragraph": "It controls the LED on, off and blinking.", + "website": "https://github.com/shiliu-yang/SimpleLed", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTstable.git", + "repository": "https://github.com/shiliu-yang/SimpleLed.git", "providesIncludes": [ - "DHT.h" + "SimpleLed.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.5.zip", - "archiveFileName": "DHTStable-0.2.5.zip", - "size": 8883, - "checksum": "SHA-256:df21c83de3c6e234f8a30ac38979dc2505cd63864bea19c331befd090c810136" + "url": "https://downloads.arduino.cc/libraries/github.com/shiliu-yang/SimpleLed-0.0.1.zip", + "archiveFileName": "SimpleLed-0.0.1.zip", + "size": 5498, + "checksum": "SHA-256:4b434f090c2646ec6ff0522da76d68f94d5cffe47f10b053c4297265b9dafd5c" }, { - "name": "DHTStable", - "version": "0.2.6", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", - "website": "https://github.com/RobTillaart/DHTstable", - "category": "Sensors", + "name": "SimpleLed", + "version": "0.0.2", + "author": "YangJie", + "maintainer": "YangJie", + "sentence": "Arduino library for control LED.", + "paragraph": "It controls the LED on, off and blinking.", + "website": "https://github.com/shiliu-yang/SimpleLed", + "category": "Signal Input/Output", "architectures": [ - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTstable.git", + "repository": "https://github.com/shiliu-yang/SimpleLed.git", "providesIncludes": [ - "DHT.h" + "SimpleLed.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.6.zip", - "archiveFileName": "DHTStable-0.2.6.zip", - "size": 8905, - "checksum": "SHA-256:1b8644686020eaa1aa67be66dd86560d74592d0b7f587fecdc05f2528b3f7d8b" + "url": "https://downloads.arduino.cc/libraries/github.com/shiliu-yang/SimpleLed-0.0.2.zip", + "archiveFileName": "SimpleLed-0.0.2.zip", + "size": 5514, + "checksum": "SHA-256:d6f97275a3d4a1ae4c4d5d438c95b7507d0d6ff72908ca785a441db6397950c5" }, { - "name": "DHTStable", - "version": "0.2.7", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Stable version of library for DHT Temperature \u0026 Humidity Sensor", - "website": "https://github.com/RobTillaart/DHTstable", - "category": "Sensors", + "name": "SimpleLed", + "version": "0.0.3", + "author": "YangJie", + "maintainer": "YangJie", + "sentence": "Arduino library for control LED.", + "paragraph": "It controls the LED on, off and blinking.", + "website": "https://github.com/shiliu-yang/SimpleLed", + "category": "Signal Input/Output", "architectures": [ - "atmelavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTstable.git", + "repository": "https://github.com/shiliu-yang/SimpleLed.git", "providesIncludes": [ - "dht.h" + "SimpleLed.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTStable-0.2.7.zip", - "archiveFileName": "DHTStable-0.2.7.zip", - "size": 10297, - "checksum": "SHA-256:d81d29c49728d99cb9c28e4b70f7e8f9c9e949b032d2f710f6b1d2285d6bf799" + "url": "https://downloads.arduino.cc/libraries/github.com/shiliu-yang/SimpleLed-0.0.3.zip", + "archiveFileName": "SimpleLed-0.0.3.zip", + "size": 5522, + "checksum": "SHA-256:cfba66df169a8a4b8a7601bd58c764d97c732faaa029b3ec751d4ee9c0eba32f" }, { - "name": "ArduinoMotorCarrier", - "version": "2.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Allows to use the Arduino Motor Carrier", - "paragraph": "Allows to use the Arduino Motor Carrier", - "website": "https://www.arduino.cc/en/Reference/", - "category": "Signal Input/Output", + "name": "rp2040-encoder-library", + "version": "0.1.0", + "author": "Giovanni di Dio Bruno", + "maintainer": "Giovanni di Dio Bruno \u003cgiovannididio.bruno@gmail.com\u003e", + "sentence": "Quadrature Encoder library for RP2040", + "paragraph": "This library can be used with Arduino Nano RP2040 Connect, RPI Pico and any RP2040 based board.", + "website": "https://github.com/gbr1/rp2040-encoder-library", + "category": "Uncategorized", "architectures": [ - "samd" + "mbed_rp2040", + "mbed_nano" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/ArduinoMotorCarrier.git", + "repository": "https://github.com/gbr1/rp2040-encoder-library.git", "providesIncludes": [ - "ArduinoMotorCarrier.h" + "pio_encoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMotorCarrier-2.0.0.zip", - "archiveFileName": "ArduinoMotorCarrier-2.0.0.zip", - "size": 3422350, - "checksum": "SHA-256:b9cf7056bb5ccfcf667a9862c047d981c45e12cc750cca7ce3c1f2c0430f3cf2" + "url": "https://downloads.arduino.cc/libraries/github.com/gbr1/rp2040_encoder_library-0.1.0.zip", + "archiveFileName": "rp2040_encoder_library-0.1.0.zip", + "size": 10176, + "checksum": "SHA-256:450101dec6fb9701f2874a17e08ef4f949e5840b7f20009cef3126e7a26db399" }, { - "name": "RADAR", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for a pan tilt radar.", - "paragraph": "Experimental", - "website": "https://github.com/RobTillaart/RADAR", + "name": "rp2040-encoder-library", + "version": "0.1.1", + "author": "Giovanni di Dio Bruno", + "maintainer": "Giovanni di Dio Bruno \u003cgiovannididio.bruno@gmail.com\u003e", + "sentence": "Quadrature Encoder library for RP2040", + "paragraph": "This library can be used with Arduino Nano RP2040 Connect, RPI Pico and any RP2040 based board.", + "website": "https://github.com/gbr1/rp2040-encoder-library", "category": "Uncategorized", "architectures": [ - "*" + "mbed_rp2040", + "mbed_nano" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/RADAR.git", + "repository": "https://github.com/gbr1/rp2040-encoder-library.git", "providesIncludes": [ - "radar.h" + "pio_encoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/RADAR-0.1.3.zip", - "archiveFileName": "RADAR-0.1.3.zip", - "size": 5966, - "checksum": "SHA-256:856fc4979d11f7f7e4b12b919560ad875018aa3dcae6308e0540258c0e20fcdf" + "url": "https://downloads.arduino.cc/libraries/github.com/gbr1/rp2040_encoder_library-0.1.1.zip", + "archiveFileName": "rp2040_encoder_library-0.1.1.zip", + "size": 10261, + "checksum": "SHA-256:0458d38182384540ce9ed325cc6f4e12aece5982a74c7ae8345f71661ee18f60" }, { - "name": "AnalogIO-Arduino", + "name": "SimpleShiftRegisterController", "version": "1.0.0", - "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "sentence": "This library allows to read a value from an analog input like an potentiometer, or from a digital input like an encoder. Moreover, allows to write it on digital output, exactly on PWM pin.", - "paragraph": "You can specify the device, and the resolution of reading and writing. If you want, there is a controller class that manages an object AnalogIn and/or an object AnalogOut, without worrying about the normalization if the resolutions of the objects are different.", - "website": "https://github.com/davidepalladino/AnalogIO-Arduino", - "category": "Signal Input/Output", - "architectures": [], + "author": "ollprogram", + "maintainer": "ollprogram", + "sentence": "Allows you to control easyly a shift register like the 74hc595", + "paragraph": "Allows you to control easyly a shift register like the 74hc595, it s an adapted library for small projects.", + "website": "https://github.com/ollprogram/SimpleShiftRegisterController", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davidepalladino/AnalogIO-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/AnalogIO_Arduino-1.0.0.zip", - "archiveFileName": "AnalogIO_Arduino-1.0.0.zip", - "size": 40925, - "checksum": "SHA-256:210381c1b78e76aeb602417106b3fa8a5086a8d9f42b87e2727d36733a55c25e" + "repository": "https://github.com/ollprogram/SimpleShiftRegisterController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ollprogram/SimpleShiftRegisterController-1.0.0.zip", + "archiveFileName": "SimpleShiftRegisterController-1.0.0.zip", + "size": 40820, + "checksum": "SHA-256:ac3b2b293e44e8365c4210d7a0c5bbf23c5b8b2a66a46ab68076522c9528d095" }, { - "name": "AnalogIO-Arduino", - "version": "1.1.1", - "author": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "maintainer": "Davide Palladino \u003cdavidepalladino@hotmail.com\u003e", - "sentence": "This library allows to read a value from an analog input like an potentiometer, or from a digital input like an encoder. Moreover, allows to write it on digital output, exactly on PWM pin.", - "paragraph": "You can specify the device, and the resolution of reading and writing. If you want, there is a controller class that manages an object AnalogIn and/or an object AnalogOut, without worrying about the normalization if the resolutions of the objects are different.", - "website": "https://github.com/davidepalladino/AnalogIO-Arduino", - "category": "Signal Input/Output", - "architectures": [], + "name": "SimpleShiftRegisterController", + "version": "1.0.1", + "author": "ollprogram", + "maintainer": "ollprogram", + "sentence": "Allows you to control easyly a shift register like the 74hc595", + "paragraph": "This library allows you to control the 74hc595 and making the shifts easyly yourself or changing the entire values of the register by reading bits of an integer or reading an array of bits.", + "website": "https://github.com/ollprogram/SimpleShiftRegisterController", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davidepalladino/AnalogIO-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davidepalladino/AnalogIO_Arduino-1.1.1.zip", - "archiveFileName": "AnalogIO_Arduino-1.1.1.zip", - "size": 41724, - "checksum": "SHA-256:104a07effc9ea4a02d406b1525da86a0da1cc2042e7146d5aff404a9cff626e9" + "repository": "https://github.com/ollprogram/SimpleShiftRegisterController.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ollprogram/SimpleShiftRegisterController-1.0.1.zip", + "archiveFileName": "SimpleShiftRegisterController-1.0.1.zip", + "size": 42063, + "checksum": "SHA-256:cf4e24ea04c07e53fac7ae8937af5e36e450c0699ecefa1496360acdb239e234" }, { - "name": "Botly", - "version": "2.4.0", - "author": "Jules Topart,La Machinerie", - "maintainer": "La Machinerie \u003clamachinerie.org\u003e", - "sentence": "Permet de piloter le robot Botly développé par l'association La Machinerie", - "website": "http://lamachinerie.org", - "category": "Device Control", + "name": "SimpleUltrasonic", + "version": "1.0.0", + "author": "Dhruba Saha \u003cdhrubasaha@outlook.com\u003e", + "maintainer": "Dhruba Saha \u003cdhrubasaha@outlook.com\u003e", + "sentence": "A library for the HC-SR04 ultrasonic sensor.", + "paragraph": "This library provides functions to measure distance using the HC-SR04 ultrasonic sensor. It does not depend on any other libraries.", + "website": "https://github.com/dhrubasaha08/SimpleUltrasonic", + "category": "Sensors", "architectures": [ - "avr", - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Botly-Studio/Botly-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Botly-Studio/Botly-2.4.0.zip", - "archiveFileName": "Botly-2.4.0.zip", - "size": 152307, - "checksum": "SHA-256:d085e63101d22ecec1c796e8ec4ae0e3732ca66168fa4cab577cefcb0f861179" + "repository": "https://github.com/dhrubasaha08/SimpleUltrasonic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dhrubasaha08/SimpleUltrasonic-1.0.0.zip", + "archiveFileName": "SimpleUltrasonic-1.0.0.zip", + "size": 7033, + "checksum": "SHA-256:33cabd627b09545842e7e5cb2364a7c350618139231400e7f756444d0a95abd0" }, { - "name": "Botly", - "version": "2.5.0", - "author": "Jules Topart,La Machinerie", - "maintainer": "La Machinerie \u003clamachinerie.org\u003e", - "sentence": "Librarie permettant de piloter le robot Botly développé par l'association La Machinerie", - "website": "https://github.com/Botly-Studio/Botly-Library", + "name": "AFE_NXP_Arduino", + "version": "0.1.0", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP Analog Front End", + "paragraph": "NAFE13388 supported", + "website": "https://github.com/teddokano/AFE_NXP_Arduino", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Botly-Studio/Botly-Library.git", - "providesIncludes": [ - "Botly.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Botly-Studio/Botly-2.5.0.zip", - "archiveFileName": "Botly-2.5.0.zip", - "size": 16103, - "checksum": "SHA-256:78ce3019bdfa376ba51ca2eafd0488c022b32f5140e529fd7b5ae15fb6f5e28f" + "repository": "https://github.com/teddokano/AFE_NXP_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/AFE_NXP_Arduino-0.1.0.zip", + "archiveFileName": "AFE_NXP_Arduino-0.1.0.zip", + "size": 38315, + "checksum": "SHA-256:c42173a8f5f32444dbdfab6a54401f7631596ddd916663c68ff57e18f7ff873d" }, { - "name": "gmp-ino", - "version": "0.1.0", - "author": "Carlo Alberto Ferraris \u003ccafxx+gmp-ino@strayorange.com\u003e", - "maintainer": "Carlo Alberto Ferraris \u003ccafxx+gmp-ino@strayorange.com\u003e", - "sentence": "GNU Multiple Precision (GMP) Arithmetic Library for Arduino.", - "paragraph": "Port of the mini-gmp library with support for arbitrary-precision integers and rational numbers. No support for floats.", - "website": "https://github.com/CAFxX/gmp-ino", - "category": "Data Processing", + "name": "AFE_NXP_Arduino", + "version": "0.1.1", + "author": "Tedd OKANO", + "maintainer": "Tedd OKANO", + "sentence": "Class library for NXP Analog Front End", + "paragraph": "NAFE13388 supported", + "website": "https://github.com/teddokano/AFE_NXP_Arduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/CAFxX/gmp-ino.git", - "providesIncludes": [ - "gmp-ino.h" + "repository": "https://github.com/teddokano/AFE_NXP_Arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/teddokano/AFE_NXP_Arduino-0.1.1.zip", + "archiveFileName": "AFE_NXP_Arduino-0.1.1.zip", + "size": 213544, + "checksum": "SHA-256:ae37246acc2175af8058be4a7c78840a8f5a9d7bf51fdfdb714cbc843416e56e" + }, + { + "name": "EdgieD", + "version": "0.0.1", + "author": "Crunchysteve, filthynoisesmusic@gmail.com", + "maintainer": "Crunchysteve, filthynoisesmusic@gmail.com", + "sentence": "Simple, generalised edge detection for variables as well as input signals", + "paragraph": "Works with Arduino and Wiring(\u003c-???).", + "website": "https://shinyhappyrainbows.com/", + "category": "Timing", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/CAFxX/gmp_ino-0.1.0.zip", - "archiveFileName": "gmp_ino-0.1.0.zip", - "size": 33054, - "checksum": "SHA-256:c2c63e44ac88df89d00c72a1539564ac87092b812956e17c09cb0c5ed0ac26c0" + "types": [ + "Contributed" + ], + "repository": "https://github.com/crunchysteve/EdgieD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/crunchysteve/EdgieD-0.0.1.zip", + "archiveFileName": "EdgieD-0.0.1.zip", + "size": 15897, + "checksum": "SHA-256:04ea71ec5df6c9892581905fb2a41509676c475994f2d5e4bab36d6d938b1793" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.0.2", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "license": "MIT", - "sentence": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "paragraph": "Easy to use functions for controlling one or more stepper motors via connected stepper drivers. Works with any stepper driver board that has a \"step\" and \"direction\" interface. Can be configured and controlled via Web Interface, REST API or serial controll interface. Also supports connection of limit switches and rotary encoders", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "PH4502C-Sensor", + "version": "1.0.0", + "author": "nthnn", + "maintainer": "nthnn", + "sentence": "Arduino library for PH4502C sensor.", + "website": "https://github.com/nthnn/PH4502C-Sensor", + "category": "Sensors", "architectures": [ - "ESP32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/nthnn/PH4502C-Sensor.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "ph4502c_sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.0.2.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.0.2.zip", - "size": 333699, - "checksum": "SHA-256:bb88193b155b99193c62fcd37ae60416acfd64ad82a7d8d21a461201cae7512c" + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/PH4502C_Sensor-1.0.0.zip", + "archiveFileName": "PH4502C_Sensor-1.0.0.zip", + "size": 296460, + "checksum": "SHA-256:7c3cda0a1bd6827b3b5e4eb32600e3ae817f4fbc17994d36fdd2402cfea28cfa" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.0.3", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "license": "MIT", - "sentence": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "paragraph": "Easy to use functions for controlling one or more stepper motors via connected stepper drivers. Works with any stepper driver board that has a \"step\" and \"direction\" interface. Can be configured and controlled via Web Interface, REST API or serial controll interface. Also supports connection of limit switches and rotary encoders", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "PH4502C-Sensor", + "version": "1.1.1", + "author": "nthnn", + "maintainer": "nthnn", + "sentence": "Arduino library for PH4502C sensor.", + "website": "https://github.com/nthnn/PH4502C-Sensor", + "category": "Sensors", "architectures": [ - "ESP32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/nthnn/PH4502C-Sensor.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "ph4502c_sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.0.3.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.0.3.zip", - "size": 385873, - "checksum": "SHA-256:b9ba90466725eee3f789cfb261c353ac9cae0b2b9ca99c23dd58cdce77c98239" + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/PH4502C_Sensor-1.1.1.zip", + "archiveFileName": "PH4502C_Sensor-1.1.1.zip", + "size": 876675, + "checksum": "SHA-256:3849c68ca3fcc40760984b29c1272372d4f781589d722db8053a011ad59668e0" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.2.3", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", - "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "YoupiLabEsp8266", + "version": "1.0.0", + "author": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "maintainer": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "sentence": "library for Esp8266", + "paragraph": "Library for fast, easy data communication on the IoT platform (https://iot.youpilab.com).", + "website": "https://github.com/YoupiLab/YoupiLabEsp8266", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/YoupiLab/YoupiLabEsp8266.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "YoupiLabEsp8266.h" ], "dependencies": [ { - "name": "ArduinoJSON" + "name": "ESP8266WiFi.h" }, { - "name": "ESP Async WebServer" + "name": "ESPAsyncTCP.h" }, { - "name": "ESP-FlexyStepper" + "name": "WiFiClient.h" }, { - "name": "SPIFFS" + "name": "ESP8266HTTPClient.h" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.2.3.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.2.3.zip", - "size": 1652913, - "checksum": "SHA-256:1906ff537a9450b0076474e7acfd32380b796f853cfa1567a2fae4c828408eed" + "url": "https://downloads.arduino.cc/libraries/github.com/YoupiLab/YoupiLabEsp8266-1.0.0.zip", + "archiveFileName": "YoupiLabEsp8266-1.0.0.zip", + "size": 582273, + "checksum": "SHA-256:54f31e8ab83c55eadcd975173c5a1c11df6c26b4f350f7aebabd3a9b0b572e9b" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.2.4", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", - "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "YoupiLabEsp8266", + "version": "1.0.1", + "author": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "maintainer": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "sentence": "library for Esp8266", + "paragraph": "Library for fast, easy data communication on the IoT platform (https://iot.youpilab.com).", + "website": "https://github.com/YoupiLab/YoupiLabEsp8266", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/YoupiLab/YoupiLabEsp8266.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "YoupiLabEsp8266.h" ], "dependencies": [ { - "name": "ArduinoJSON" + "name": "ESP8266WiFi" }, { - "name": "ESP Async WebServer" + "name": "ESPAsyncTCP" }, { - "name": "ESP-FlexyStepper" + "name": "WiFiClient" }, { - "name": "SPIFFS" + "name": "ESP8266HTTPClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.2.4.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.2.4.zip", - "size": 1653332, - "checksum": "SHA-256:db5abee79b2b9a045b974068cc2d77870730a3df2025bb4479040136d926bd4b" + "url": "https://downloads.arduino.cc/libraries/github.com/YoupiLab/YoupiLabEsp8266-1.0.1.zip", + "archiveFileName": "YoupiLabEsp8266-1.0.1.zip", + "size": 582680, + "checksum": "SHA-256:9c90e55c4d57a7c27c5a23b9969161b3e8e274f0d8d22847be31b0e7c4455f9f" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.3.1", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", - "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "YoupiLabEsp8266", + "version": "1.0.2", + "author": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "maintainer": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "sentence": "library for Esp8266", + "paragraph": "Library for fast, easy data communication on the IoT platform (https://iot.youpilab.com).", + "website": "https://github.com/YoupiLab/YoupiLabEsp8266", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/YoupiLab/YoupiLabEsp8266.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "YoupiLabEsp8266.h" ], "dependencies": [ { - "name": "ArduinoJSON" - }, - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP-FlexyStepper" + "name": "ArduinoHttpClient" }, { - "name": "SPIFFS" + "name": "ESPAsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.1.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.3.1.zip", - "size": 1654906, - "checksum": "SHA-256:4023f2e875c68f6ecbcad7bfb57535482f9e1a0e09eace8fb6070a003b002b33" + "url": "https://downloads.arduino.cc/libraries/github.com/YoupiLab/YoupiLabEsp8266-1.0.2.zip", + "archiveFileName": "YoupiLabEsp8266-1.0.2.zip", + "size": 6728, + "checksum": "SHA-256:57dceffdbf622adb86b24893dfef869c1e2218fb27564e23fe7cca4eaa2b0e4e" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.3.2", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", - "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "ESP8266SAM_ES", + "version": "1.0.3", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Speech synthesis in spanish on the ESP8266, ESP32, and RP2040", + "paragraph": "Speech synthesis in spanish program SAM ported to ESP8266/ESP32/RP2040 and ESP8266Audio", + "website": "https://github.com/pablomarquez76/ESP8266SAM_ES", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp8266", + "esp32", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", - "providesIncludes": [ - "ESPStepperMotorServer.h" - ], + "repository": "https://github.com/pablomarquez76/ESP8266SAM_ES.git", "dependencies": [ { - "name": "ArduinoJSON" - }, - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP-FlexyStepper" - }, + "name": "ESP8266Audio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/ESP8266SAM_ES-1.0.3.zip", + "archiveFileName": "ESP8266SAM_ES-1.0.3.zip", + "size": 50742, + "checksum": "SHA-256:dffc77771779e012bb8709646a29fb14fdfd38a539cc6330c83120f9c66ddeed" + }, + { + "name": "ESP8266SAM_ES", + "version": "1.0.4", + "author": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "maintainer": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "sentence": "Speech synthesis in spanish on the ESP8266, ESP32, and RP2040", + "paragraph": "Speech synthesis program SAM in spanish ported to ESP8266/ESP32/RP2040 and ESP8266Audio", + "website": "https://github.com/pablomarquez76/ESP8266SAM_ES", + "category": "Signal Input/Output", + "architectures": [ + "esp8266", + "esp32", + "rp2040" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pablomarquez76/ESP8266SAM_ES.git", + "dependencies": [ { - "name": "SPIFFS" + "name": "ESP8266Audio" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.2.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.3.2.zip", - "size": 1655888, - "checksum": "SHA-256:dd9e2eaa1ceba6ceb1cdd7ad3fc8208c59ba9d43c0235ad34831f89b323127c8" + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/ESP8266SAM_ES-1.0.4.zip", + "archiveFileName": "ESP8266SAM_ES-1.0.4.zip", + "size": 50805, + "checksum": "SHA-256:e730b3a7334834a7a97e407ebecd3755cd1a6f95fa7dc03a14ec7ce623e816d0" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.3.3", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", - "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "ESP8266SAM_ES", + "version": "1.0.5", + "author": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "maintainer": "Juan Pablo Marquez \u003cpablo.marquez.dsc@gmail.com\u003e", + "sentence": "Speech synthesis in spanish on the ESP8266, ESP32, and RP2040", + "paragraph": "Speech synthesis program SAM in spanish ported to ESP8266/ESP32/RP2040 and ESP8266Audio", + "website": "https://github.com/pablomarquez76/ESP8266SAM_ES", + "category": "Signal Input/Output", "architectures": [ + "esp8266", "esp32", - "espressif32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/pablomarquez76/ESP8266SAM_ES.git", + "dependencies": [ + { + "name": "ESP8266Audio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/ESP8266SAM_ES-1.0.5.zip", + "archiveFileName": "ESP8266SAM_ES-1.0.5.zip", + "size": 52963, + "checksum": "SHA-256:eaf41330a67647a68893b909abfcee7f303befd8adf9c6b9edd9275f4ce8587c" + }, + { + "name": "SparkFun Weather Meter Kit Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to use the SparkFun Weather Meter Kit", + "website": "https://github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_Weather_Meter_Kit_Arduino_Library-1.0.0.zip", + "size": 320364, + "checksum": "SHA-256:913b4e4322efa5884ab0d041c34c32d3c8e14cba41a9e42728c3feaf8dfd8536" + }, + { + "name": "SparkFun Weather Meter Kit Arduino Library", + "version": "1.1.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to use the SparkFun Weather Meter Kit", + "website": "https://github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library-1.1.0.zip", + "archiveFileName": "SparkFun_Weather_Meter_Kit_Arduino_Library-1.1.0.zip", + "size": 321474, + "checksum": "SHA-256:41e720d5e45ebd412616a371c6fe8c0ed52ba7aba539a9f8f0b26a3379672e72" + }, + { + "name": "SparkFun Weather Meter Kit Arduino Library", + "version": "1.1.1", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to use the SparkFun Weather Meter Kit", + "website": "https://github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Weather_Meter_Kit_Arduino_Library-1.1.1.zip", + "archiveFileName": "SparkFun_Weather_Meter_Kit_Arduino_Library-1.1.1.zip", + "size": 321493, + "checksum": "SHA-256:2223596984ddd25f84561b415b47c00afb4f992451d569d7122a2a5deb3bdd51" + }, + { + "name": "avrCalibrate", + "version": "1.0.1", + "author": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "Determines calibration values for MCU clock frequency and internal reference voltage and sets them at setup.", + "website": "https://github.com/felias-fogg/avrCalibrate", + "category": "Timing", + "architectures": [ + "avr" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/avrCalibrate.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "avrCalibrate.h" ], "dependencies": [ { - "name": "ArduinoJSON" - }, - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP-FlexyStepper" - }, - { - "name": "SPIFFS" + "name": "Vcc", + "version": "\u003e=2.2.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.3.3.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.3.3.zip", - "size": 1700968, - "checksum": "SHA-256:2013a61e03efc974bd5aa73a45de3c24b3d4648d6e1bb9a900a3b967486e5534" + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/avrCalibrate-1.0.1.zip", + "archiveFileName": "avrCalibrate-1.0.1.zip", + "size": 3577593, + "checksum": "SHA-256:03854e6a9d690a6a08131dbaa3b8810599138976ce192d34d06a208b68ce951c" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.4.1", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", - "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "avrCalibrate", + "version": "1.1.2", + "author": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "This library determines OSCCAL calibration values for MCU clock frequency and internal reference voltage and loads them at setup.", + "website": "https://github.com/felias-fogg/avrCalibrate", + "category": "Timing", "architectures": [ - "esp32", - "espressif32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/felias-fogg/avrCalibrate.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "avrCalibrate.h" ], "dependencies": [ { - "name": "ArduinoJSON" - }, - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP-FlexyStepper" - }, - { - "name": "SPIFFS" + "name": "Vcc", + "version": "\u003e=2.2.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.1.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.4.1.zip", - "size": 1705964, - "checksum": "SHA-256:4c8e29cdeeef1825c7ab85bae7ea9bccd935b5d302b82c559e2347c51667ae81" + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/avrCalibrate-1.1.2.zip", + "archiveFileName": "avrCalibrate-1.1.2.zip", + "size": 4202585, + "checksum": "SHA-256:f740276bafb33961f29d6e4aced03f96c7655895fa02f4fba68c558ccb017a2c" }, { - "name": "ESP-StepperMotor-Server", - "version": "0.4.2", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "A stepper motor control server for ESP32 with Web UI, REST API and CLI", - "paragraph": "A stepper motor control server for ESP32 modules that provides a Web UI, a REST API and a serial control interface. Support for limit switches and rotary encoders.", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "avrCalibrate", + "version": "1.1.3", + "author": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "This library determines OSCCAL calibration values for MCU clock frequency and internal reference voltage and loads them at setup.", + "website": "https://github.com/felias-fogg/avrCalibrate", + "category": "Timing", "architectures": [ - "esp32", - "espressif32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-StepperMotor-Server.git", + "repository": "https://github.com/felias-fogg/avrCalibrate.git", "providesIncludes": [ - "ESPStepperMotorServer.h" + "avrCalibrate.h" ], "dependencies": [ { - "name": "ArduinoJSON" - }, - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP-FlexyStepper" - }, - { - "name": "SPIFFS" + "name": "Vcc", + "version": "\u003e=2.2.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_StepperMotor_Server-0.4.2.zip", - "archiveFileName": "ESP_StepperMotor_Server-0.4.2.zip", - "size": 1708759, - "checksum": "SHA-256:333681cbccd7317d310647fce4715aaf0213a7a4e90c3a39d78d696df20eaa91" + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/avrCalibrate-1.1.3.zip", + "archiveFileName": "avrCalibrate-1.1.3.zip", + "size": 4202608, + "checksum": "SHA-256:71d9e3af1a4f3c5a6f0d420f639ff27af2ac2596a202b2f5a3105c8a9204900c" }, { - "name": "LibLanc", - "version": "1.0.0", - "author": "Simon Ensslen", - "maintainer": "Simon Ensslen", - "sentence": "Allow camera control via the Sony lanc protocol", - "website": "https://github.com/sensslen/LibLanc", - "category": "Uncategorized", + "name": "Pulser", + "version": "0.0.1", + "author": "Krishna Visweswaran", + "maintainer": "Krishna Visweswaran", + "sentence": "A lightweight library to send sequences of pulses on output pins.", + "paragraph": "Can be used for timed pulse sequences, e.g. infrared signals, 433Mhz RF signals, etc.", + "website": "https://github.com/krishna-v/Pulser/", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sensslen/LibLanc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-1.0.0.zip", - "archiveFileName": "LibLanc-1.0.0.zip", - "size": 6086, - "checksum": "SHA-256:4c39eb8be5d3e80a64ebb8890141a7d27f250a9f26b750dc41c1a12a1d6caec7" + "repository": "https://github.com/krishna-v/Pulser.git", + "providesIncludes": [ + "Pulser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/krishna-v/Pulser-0.0.1.zip", + "archiveFileName": "Pulser-0.0.1.zip", + "size": 14094, + "checksum": "SHA-256:dc45b4d31d52e8f74600f3153ce3be527736ad78f350d7e85dbedf656e79a7e2" }, { - "name": "LibLanc", - "version": "1.0.1", - "author": "Simon Ensslen", - "maintainer": "Simon Ensslen", - "sentence": "Allow camera control via the Sony lanc protocol", - "website": "https://github.com/sensslen/LibLanc", - "category": "Uncategorized", + "name": "Pulser", + "version": "0.0.2", + "author": "Krishna Visweswaran", + "maintainer": "Krishna Visweswaran", + "sentence": "A lightweight library to send sequences of pulses on output pins.", + "paragraph": "Can be used for timed pulse sequences, e.g. infrared signals, 433Mhz RF signals, etc.", + "website": "https://github.com/krishna-v/Pulser/", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sensslen/LibLanc.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sensslen/LibLanc-1.0.1.zip", - "archiveFileName": "LibLanc-1.0.1.zip", - "size": 6438, - "checksum": "SHA-256:a800382a53e14e332e41e3acc440d263f9ef8a311aa96e2b67829f40b4c175a0" + "repository": "https://github.com/krishna-v/Pulser.git", + "providesIncludes": [ + "Pulser.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/krishna-v/Pulser-0.0.2.zip", + "archiveFileName": "Pulser-0.0.2.zip", + "size": 14091, + "checksum": "SHA-256:2dfb04143898bcda34e6655831d384c7a8f058562547e570c4986305e52e2d06" }, { - "name": "SmoothLed", - "version": "1.0.0", - "author": "Matt Shepcar", - "maintainer": "Matt Shepcar \u003cmatt@shepcar.co.uk\u003e", - "sentence": "Arduino library for FadeCandy style control of single-wire-based LED neopixels and WS2812B strips with megaTinyCore.", - "paragraph": "This library drives WS2812 style LEDs with gamma correction, interpolation and temporal dithering (inspired by FadeCandy). It utilises the SPI (or USART in MSPI mode) and CCL peripherals on the AVR 0/1 series to reduce processing overheads.", - "website": "https://github.com/mattshepcar/SmoothLed", - "category": "Display", + "name": "LM73", + "version": "2.0.0", + "author": "Zak Kemble", + "maintainer": "Zak Kemble", + "sentence": "LM73 Temperature Sensor Library", + "website": "https://github.com/ZakKemble/LM73", + "category": "Sensors", "architectures": [ - "megaavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mattshepcar/SmoothLed.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mattshepcar/SmoothLed-1.0.0.zip", - "archiveFileName": "SmoothLed-1.0.0.zip", - "size": 14982, - "checksum": "SHA-256:04be55429dba511e6437513bab80dbc15fd6ba4fc63313d55795dac2b993eab7" + "repository": "https://github.com/ZakKemble/LM73.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZakKemble/LM73-2.0.0.zip", + "archiveFileName": "LM73-2.0.0.zip", + "size": 670519, + "checksum": "SHA-256:d102ca0a2c3b43533dcf3100d29d7dbe003997cf3ffc670af12bb4218f260a73" }, { - "name": "SmoothLed", - "version": "1.0.1", - "author": "Matt Shepcar", - "maintainer": "Matt Shepcar \u003cmatt@shepcar.co.uk\u003e", - "sentence": "Arduino library for FadeCandy style control of single-wire-based LED neopixels and WS2812B strips with megaTinyCore.", - "paragraph": "This library drives WS2812 style LEDs with gamma correction, interpolation and temporal dithering (inspired by FadeCandy). It utilises the SPI (or USART in MSPI mode) and CCL peripherals on the AVR 0/1 series to reduce processing overheads.", - "website": "https://github.com/mattshepcar/SmoothLed", - "category": "Display", + "name": "LM73", + "version": "2.1.0", + "author": "Zak Kemble", + "maintainer": "Zak Kemble", + "sentence": "LM73 Temperature Sensor Library", + "website": "https://github.com/ZakKemble/LM73", + "category": "Sensors", "architectures": [ - "megaavr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mattshepcar/SmoothLed.git", + "repository": "https://github.com/ZakKemble/LM73.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ZakKemble/LM73-2.1.0.zip", + "archiveFileName": "LM73-2.1.0.zip", + "size": 670374, + "checksum": "SHA-256:2a731110892202339e8834a14de626d92fdc03a6112a1fd08755d45cecf43ad6" + }, + { + "name": "GroPointModbus", + "version": "0.1.0", + "author": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "maintainer": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", + "sentence": "Arduino library for communication with GroPoint soil moisture sensors via Modbus.", + "website": "https://github.com/EnviroDIY/GroPointModbus", + "category": "Sensors", + "architectures": [ + "avr", + "sam", + "samd" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/EnviroDIY/GroPointModbus.git", "providesIncludes": [ - "SmoothLed.h" + "GroPointModbus.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mattshepcar/SmoothLed-1.0.1.zip", - "archiveFileName": "SmoothLed-1.0.1.zip", - "size": 22601, - "checksum": "SHA-256:caf495d0530893041f58dbda757b5ca2b482baeb10b86df996135eda10406566" + "dependencies": [ + { + "name": "SensorModbusMaster" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/GroPointModbus-0.1.0.zip", + "archiveFileName": "GroPointModbus-0.1.0.zip", + "size": 27238, + "checksum": "SHA-256:6faaf804af22c0739fa87d83babde02433ac1f02245809ffaa07b8d05e24cced" }, { - "name": "PU2CLR RDA5807", - "version": "1.0.1", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", - "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", - "website": "https://github.com/pu2clr/RDA5807", - "category": "Device Control", + "name": "Anomalia", + "version": "1.0.0", + "author": "nthnn", + "maintainer": "nthnn", + "sentence": "Arduino library for data processing anomalies.", + "website": "https://github.com/nthnn/Anomalia", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/RDA5807.git", + "repository": "https://github.com/nthnn/Anomalia.git", "providesIncludes": [ - "RDA5807.h" + "anomalia.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.1.zip", - "archiveFileName": "PU2CLR_RDA5807-1.0.1.zip", - "size": 1191728, - "checksum": "SHA-256:90eff1af0d849748f370710d52e035ab1f5463922bfcd230298748b53ed64632" + "dependencies": [ + { + "name": "List" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/Anomalia-1.0.0.zip", + "archiveFileName": "Anomalia-1.0.0.zip", + "size": 7416, + "checksum": "SHA-256:d80188386990530e818d45f313c56e61fdc43ab0c4342933f580d42a81ad5a52" }, { - "name": "PU2CLR RDA5807", - "version": "1.0.2", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", - "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", - "website": "https://github.com/pu2clr/RDA5807", - "category": "Device Control", + "name": "I2CDisplayController", + "version": "0.0.2", + "author": "Aditya Chaudhary", + "maintainer": "ac3101282@gmail.com", + "sentence": "Arduino library for Seven Segment Display with I2C Communication Interface.", + "paragraph": "Arduino library for Driving 7 segment displays with PCF8575 - 16 channel I2C IO expander.", + "website": "https://github.com/addy123d/I2CDisplayController", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/RDA5807.git", - "providesIncludes": [ - "RDA5807.h" + "repository": "https://github.com/addy123d/I2CDisplayController.git", + "dependencies": [ + { + "name": "TwoWire" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.2.zip", - "archiveFileName": "PU2CLR_RDA5807-1.0.2.zip", - "size": 1298176, - "checksum": "SHA-256:6ff7acaf5f4395718c610983bbb67abfd889616f096711fe96a1423fcbfacc0a" + "url": "https://downloads.arduino.cc/libraries/github.com/addy123d/I2CDisplayController-0.0.2.zip", + "archiveFileName": "I2CDisplayController-0.0.2.zip", + "size": 60271, + "checksum": "SHA-256:06d2bebed3a23990d0815f864f9b27192ec8892755666c9fb324f62d82320f19" }, { - "name": "PU2CLR RDA5807", - "version": "1.0.3", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", - "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", - "website": "https://github.com/pu2clr/RDA5807", - "category": "Device Control", + "name": "I2CDisplayController", + "version": "2.0.0", + "author": "Aditya Chaudhary", + "maintainer": "ac3101282@gmail.com", + "sentence": "Arduino library for Seven Segment Display with I2C Communication Interface.", + "paragraph": "Arduino library for Driving 7 segment displays with PCF8575 - 16 channel I2C IO expander.", + "website": "https://github.com/addy123d/I2CDisplayController", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/RDA5807.git", - "providesIncludes": [ - "RDA5807.h" + "repository": "https://github.com/addy123d/I2CDisplayController.git", + "dependencies": [ + { + "name": "TwoWire" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.3.zip", - "archiveFileName": "PU2CLR_RDA5807-1.0.3.zip", - "size": 1319045, - "checksum": "SHA-256:455f716df61dfeadabe23279495eb68e21721b1d87d1ef8893e55a5f70b00b06" + "url": "https://downloads.arduino.cc/libraries/github.com/addy123d/I2CDisplayController-2.0.0.zip", + "archiveFileName": "I2CDisplayController-2.0.0.zip", + "size": 60271, + "checksum": "SHA-256:572b9aebd6e3e6a973a2a32f9a70fd707872c314ead10e659eccddb36dd0af76" }, { - "name": "PU2CLR RDA5807", - "version": "1.0.4", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", - "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", - "website": "https://github.com/pu2clr/RDA5807", - "category": "Device Control", + "name": "SM_RTD", + "version": "1.0.0", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for RTD Data Acquisition HAT", + "paragraph": "This library provide the software tools for use the RTD Data Acquisition 8-Layer Stackable HAT for Raspberry Pi with any Arduino card that have a I2C port", + "website": "https://github.com/SequentMicrosystems/Sequent-RTD-Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/RDA5807.git", - "providesIncludes": [ - "RDA5807.h" + "repository": "https://github.com/SequentMicrosystems/Sequent-RTD-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/SM_RTD-1.0.0.zip", + "archiveFileName": "SM_RTD-1.0.0.zip", + "size": 6950, + "checksum": "SHA-256:b78aeb93aae40ae8bc8b5c477ab1d4b7771ecca88b50a963dde789ed2e8d88b1" + }, + { + "name": "SM_4REL4IN", + "version": "1.0.0", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Four Relays four Inputs HAT", + "paragraph": "This library provide the software tools for use the Four Relays four HV Inputs 8-Layer Stackable HAT for Raspberry Pi with any Arduino card that have a I2C port", + "website": "https://github.com/SequentMicrosystems/Sequent-4rel4in-Library", + "category": "Signal Input/Output", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.4.zip", - "archiveFileName": "PU2CLR_RDA5807-1.0.4.zip", - "size": 1760169, - "checksum": "SHA-256:7f575f78ee84abaf14bfc4d98b707e621566fbd5fcd06e03143940e27a67ea1d" + "types": [ + "Contributed" + ], + "repository": "https://github.com/SequentMicrosystems/Sequent-4rel4in-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/SM_4REL4IN-1.0.0.zip", + "archiveFileName": "SM_4REL4IN-1.0.0.zip", + "size": 9904, + "checksum": "SHA-256:ce4e16bc26ba05d64e798536d007196426a81cdb41d8ddc89193ba0ba9c72d01" }, { - "name": "PU2CLR RDA5807", - "version": "1.0.5", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your RDA5807 BROADCAST FM from RDA Microelectronics Inc.", - "paragraph": "This library provides an easier interface to control the IC RDA5807 device.", - "website": "https://github.com/pu2clr/RDA5807", + "name": "KCN_Utility", + "version": "0.0.1", + "author": "KCN-judu", + "maintainer": "kcnjudu@gmail.com", + "sentence": "a simplified motor and sensor driver", + "paragraph": "Support basic button events and stepper motor events", + "website": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib", "category": "Device Control", "architectures": [ "*" @@ -341745,23 +804303,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/RDA5807.git", - "providesIncludes": [ - "RDA5807.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_RDA5807-1.0.5.zip", - "archiveFileName": "PU2CLR_RDA5807-1.0.5.zip", - "size": 1762232, - "checksum": "SHA-256:eb179619450fbe36bf0986224cc21523ceddb366f9a5d42c55a15760345c37e3" + "repository": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KCN-judu/KCN_Utility-0.0.1.zip", + "archiveFileName": "KCN_Utility-0.0.1.zip", + "size": 16159, + "checksum": "SHA-256:edf70d8d22ef182168806cd3f64d228fbcb1fc7fc45aa14a2e77615cdc3605a2" }, { - "name": "ESP-FlexyStepper", + "name": "KCN_Utility", "version": "1.2.0", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "This library is used to control one or more stepper motors from an ESP32 or ESP8266 device", - "paragraph": "This library is used to control one or more stepper motors from an ESP32 or ESP8266 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "author": "KCN-judu", + "maintainer": "kcnjudu@gmail.com", + "sentence": "a simplified motor and sensor driver", + "paragraph": "Support basic button events and stepper motor events", + "website": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib", "category": "Device Control", "architectures": [ "*" @@ -341769,406 +804324,522 @@ "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", - "providesIncludes": [ - "ESP_FlexyStepper.h" + "repository": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KCN-judu/KCN_Utility-1.2.0.zip", + "archiveFileName": "KCN_Utility-1.2.0.zip", + "size": 28350, + "checksum": "SHA-256:00b6e3a3f78439f25fd030dc6560c57b86dd266b2f4bdd8c1614191cc2bb1c06" + }, + { + "name": "KCN_Utility", + "version": "1.2.2", + "author": "KCN-judu", + "maintainer": "kcnjudu@gmail.com", + "sentence": "a simplified motor and sensor driver", + "paragraph": "Support basic button events and stepper motor events", + "website": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.2.0.zip", - "archiveFileName": "ESP_FlexyStepper-1.2.0.zip", - "size": 23547, - "checksum": "SHA-256:166f8cf2084f82a6a5fcde9413fa221c87cb0ec3a86b5d6d1665bbdb1942a791" + "types": [ + "Contributed" + ], + "repository": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KCN-judu/KCN_Utility-1.2.2.zip", + "archiveFileName": "KCN_Utility-1.2.2.zip", + "size": 28338, + "checksum": "SHA-256:211cf4dcb438a219df016e5026ff3097510b3939b2142a268333b06cdc06318b" }, { - "name": "ESP-FlexyStepper", - "version": "1.3.0", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "This library is used to control one or more stepper motors from an ESP32 device", - "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "name": "KCN_Utility", + "version": "2.0.0", + "author": "KCN-judu", + "maintainer": "kcnjudu@gmail.com", + "sentence": "a simplified motor and sensor driver.\\n", + "paragraph": "There are some FATAL ERRORS before VER 2.0.0, BE SURE you updated to new version.", + "website": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib", "category": "Device Control", "architectures": [ - "esp32", - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", - "providesIncludes": [ - "ESP_FlexyStepper.h" + "repository": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KCN-judu/KCN_Utility-2.0.0.zip", + "archiveFileName": "KCN_Utility-2.0.0.zip", + "size": 31503, + "checksum": "SHA-256:9e7d0991f5b031b3c78a2e9390b935f601988d572714fe6c428d46cc3557d949" + }, + { + "name": "KCN_Utility", + "version": "2.1.0", + "author": "KCN-judu", + "maintainer": "kcnjudu@gmail.com", + "sentence": "a simplified motor and sensor driver.\\n", + "paragraph": "There are some FATAL ERRORS before VER 2.0.0, BE SURE you updated to new version.", + "website": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.3.0.zip", - "archiveFileName": "ESP_FlexyStepper-1.3.0.zip", - "size": 24912, - "checksum": "SHA-256:4a2b2d8bd4d3c9d206a77e1c7a99dc4810fa77a714b3fded22408f7a903bada5" + "types": [ + "Contributed" + ], + "repository": "https://github.com/KCN-judu/KCN-Utility-Arduino-lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KCN-judu/KCN_Utility-2.1.0.zip", + "archiveFileName": "KCN_Utility-2.1.0.zip", + "size": 28791, + "checksum": "SHA-256:773443622e64d4399542b1ff68d0c3801f46bdb2498a5d29d3d54ece8ae8a142" }, { - "name": "ESP-FlexyStepper", - "version": "1.3.1", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "This library is used to control one or more stepper motors from an ESP32 device", - "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", + "name": "Navigador", + "version": "1.0.0", + "author": "nthnn", + "maintainer": "nthnn", + "sentence": "Arduino library for dual DC motor navigation.", + "website": "https://github.com/nthnn/Navigador", "category": "Device Control", "architectures": [ - "esp32", - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "repository": "https://github.com/nthnn/Navigador.git", "providesIncludes": [ - "ESP_FlexyStepper.h" + "navigador.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.3.1.zip", - "archiveFileName": "ESP_FlexyStepper-1.3.1.zip", - "size": 28603, - "checksum": "SHA-256:b0b1b0fe9e03c1937bbe696d92d9b36d7e8e103987ffa76430f4ce98009fa980" + "dependencies": [ + { + "name": "List" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/Navigador-1.0.0.zip", + "archiveFileName": "Navigador-1.0.0.zip", + "size": 233660, + "checksum": "SHA-256:f3df36c7a173f3aa66c25d97a54ce13c98fc2db64f5b22a04a296de149368948" }, { - "name": "ESP-FlexyStepper", - "version": "1.4.0", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "This library is used to control one or more stepper motors from an ESP32 device", - "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "TempReader", + "version": "1.0.0", + "author": "Joel Jojo \u003cjoeljojop@gmail.com\u003e", + "maintainer": "Joel Jojo \u003cjoeljojop@gmail.com\u003e", + "sentence": "A library that allows you to use the internal temperature sensor of ATMega328P.", + "paragraph": "Use only one function to get the chip temperature in degree Celsius.", + "website": "https://github.com/JoelJojoP/TempReader", + "category": "Sensors", "architectures": [ - "esp32", - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", - "providesIncludes": [ - "ESP_FlexyStepper.h" + "repository": "https://github.com/JoelJojoP/TempReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoelJojoP/TempReader-1.0.0.zip", + "archiveFileName": "TempReader-1.0.0.zip", + "size": 4650, + "checksum": "SHA-256:ee6a9261406a491564438921119048e35bb065c648aafe451824db3a643cf3d4" + }, + { + "name": "TempReader", + "version": "1.1.0", + "author": "Joel Jojo \u003cjoeljojop@gmail.com\u003e", + "maintainer": "Joel Jojo \u003cjoeljojop@gmail.com\u003e", + "sentence": "A library that allows users to use the internal temperature sensor of ATMega328P.", + "paragraph": "Use a single function to get the chip temperature either in degree Celsius or Fahrenheit.", + "website": "https://github.com/JoelJojoP/TempReader", + "category": "Sensors", + "architectures": [ + "avr" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.0.zip", - "archiveFileName": "ESP_FlexyStepper-1.4.0.zip", - "size": 29179, - "checksum": "SHA-256:4b50169f0bcf9aaeb010064888fa2b70ac98cdb58ddf56bd1d52f1771cfa2910" + "types": [ + "Contributed" + ], + "repository": "https://github.com/JoelJojoP/TempReader.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JoelJojoP/TempReader-1.1.0.zip", + "archiveFileName": "TempReader-1.1.0.zip", + "size": 5681, + "checksum": "SHA-256:9f8f033580cae99ba968004e62ee1d020fe2cf9ef5ff184fa765d2d3beca1758" }, { - "name": "ESP-FlexyStepper", - "version": "1.4.1", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "This library is used to control one or more stepper motors from an ESP32 device", - "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "CowPi_stdio", + "version": "0.4.2", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library to interface with the serial monitor using familiar stdio functions.", + "paragraph": "Originally part of the CowPi library, the CowPi_stdio library extracts out a portion that is more-broadly applicable. The CowPi_stdio library allows printing to a serial terminal emulator connected through the microcontroller board's USB port by using printf(), and reading from that serial terminal emulator using scanf(). The CowPi_stdio library also provides file streams that can be used with fprintf() to print to a display module such as an LCD character display or an OLED dot matrix display.", + "website": "https://github.com/DocBohn/CowPi_stdio/", + "category": "Display", "architectures": [ - "esp32", - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "repository": "https://github.com/DocBohn/CowPi_stdio.git", "providesIncludes": [ - "ESP_FlexyStepper.h" + "CowPi_stdio.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.1.zip", - "archiveFileName": "ESP_FlexyStepper-1.4.1.zip", - "size": 30109, - "checksum": "SHA-256:96bdca2b2740c85ff66a8b902ec51e5f7715c45d3c83a0495b23fef528d28173" + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi_stdio-0.4.2.zip", + "archiveFileName": "CowPi_stdio-0.4.2.zip", + "size": 16639, + "checksum": "SHA-256:594ccd4497a5944855d4495793e4f33ad3db7c7d910e7df3c119397b42bc6e4c" }, { - "name": "ESP-FlexyStepper", - "version": "1.4.2", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "This library is used to control one or more stepper motors from an ESP32 device", - "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", - "website": "https://github.com/pkerspe/ESP-StepperMotor-Server", - "category": "Device Control", + "name": "CowPi_stdio", + "version": "0.4.4", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library to interface with the serial monitor using familiar stdio functions.", + "paragraph": "Originally part of the CowPi library, the CowPi_stdio library extracts out a portion that is more-broadly applicable. The CowPi_stdio library allows printing to a serial terminal emulator connected through the microcontroller board's USB port by using printf(), and reading from that serial terminal emulator using scanf(). The CowPi_stdio library also provides file streams that can be used with fprintf() to print to a display module such as an LCD character display or an OLED dot matrix display.", + "website": "https://github.com/DocBohn/CowPi_stdio/", + "category": "Display", "architectures": [ - "esp32", - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "repository": "https://github.com/DocBohn/CowPi_stdio.git", "providesIncludes": [ - "ESP_FlexyStepper.h" + "CowPi_stdio.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.2.zip", - "archiveFileName": "ESP_FlexyStepper-1.4.2.zip", - "size": 30118, - "checksum": "SHA-256:2fdd84cd2857d979c6df296f0f64bd9a6ea2d643e9bf34be25274399a548da9d" + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi_stdio-0.4.4.zip", + "archiveFileName": "CowPi_stdio-0.4.4.zip", + "size": 62006, + "checksum": "SHA-256:be1813b42312964e898e3fd8c341f0bf94df8b92d363ed83654fe924a68b3bb2" }, { - "name": "ESP-FlexyStepper", - "version": "1.4.3", - "author": "Paul Kerspe", - "maintainer": "Paul Kerspe", - "sentence": "This library is used to control one or more stepper motors from an ESP32 device", - "paragraph": "This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifels but provides some additional functionality", - "website": "https://github.com/pkerspe/ESP-FlexyStepper", - "category": "Device Control", + "name": "CowPi_stdio", + "version": "0.5.0", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library to interface with the serial monitor and with display modules using familiar stdio functions.", + "paragraph": "Originally part of the CowPi library, the CowPi_stdio library extracts out a portion that is more-broadly applicable. The CowPi_stdio library allows printing to a serial terminal emulator connected through the microcontroller board's USB port by using printf(), and reading from that serial terminal emulator using scanf(). The CowPi_stdio library also provides file streams that can be used with fprintf() to print to a display module such as an LCD character display or an OLED dot matrix display.", + "website": "https://github.com/DocBohn/CowPi_stdio/", + "category": "Display", "architectures": [ - "esp32", - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkerspe/ESP-FlexyStepper.git", + "repository": "https://github.com/DocBohn/CowPi_stdio.git", "providesIncludes": [ - "ESP_FlexyStepper.h" + "CowPi_stdio.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkerspe/ESP_FlexyStepper-1.4.3.zip", - "archiveFileName": "ESP_FlexyStepper-1.4.3.zip", - "size": 32201, - "checksum": "SHA-256:a2c9c331a3483f2938e87e5f4e4670c0809345f30a4ae369e6af906e4027c441" + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi_stdio-0.5.0.zip", + "archiveFileName": "CowPi_stdio-0.5.0.zip", + "size": 3161682, + "checksum": "SHA-256:76cc542c39cb6f83a3795cd39d923485ab5775773580d0e7af023ebf7abc91e2" }, { - "name": "Json Streaming Parser 2", - "version": "1.0.0", - "author": "Faptastic", - "maintainer": "Faptastic", - "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", - "paragraph": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on small devices. Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible.", - "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", - "category": "Data Processing", + "name": "CowPi_stdio", + "version": "0.5.1", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library to interface with the serial monitor and with display modules using familiar stdio functions.", + "paragraph": "Originally part of the CowPi library, the CowPi_stdio library extracts out a portion that is more-broadly applicable. The CowPi_stdio library allows printing to a serial terminal emulator connected through the microcontroller board's USB port by using printf(), and reading from that serial terminal emulator using scanf(). The CowPi_stdio library also provides file streams that can be used with fprintf() to print to a display module such as an LCD character display or an OLED dot matrix display.", + "website": "https://github.com/DocBohn/CowPi_stdio/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-1.0.0.zip", - "archiveFileName": "Json_Streaming_Parser_2-1.0.0.zip", - "size": 26673, - "checksum": "SHA-256:8d89c073f8c79c65829c181bccbaa4340aba300ba3ca88d9e05310556efc5552" + "repository": "https://github.com/DocBohn/CowPi_stdio.git", + "providesIncludes": [ + "CowPi_stdio.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi_stdio-0.5.1.zip", + "archiveFileName": "CowPi_stdio-0.5.1.zip", + "size": 3163790, + "checksum": "SHA-256:1fdbee840a0fcc5838702e9f9b46b8b33d65fbade56059b8911eb7e20dd90c47" }, { - "name": "Json Streaming Parser 2", - "version": "2.0.1", - "author": "Faptastic", - "maintainer": "Faptastic", - "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", - "paragraph": "Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Includes useful example sketches.", - "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", - "category": "Data Processing", + "name": "CowPi_stdio", + "version": "0.6.0", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library to interface with the serial monitor and with display modules using familiar stdio functions.", + "paragraph": "Originally part of the CowPi library, the CowPi_stdio library extracts out a portion that is more-broadly applicable. The CowPi_stdio library allows printing to a serial terminal emulator connected through the microcontroller board's USB port by using printf(), and reading from that serial terminal emulator using scanf(). The CowPi_stdio library also provides file streams that can be used with fprintf() to print to a display module such as an LCD character display or an OLED dot matrix display.", + "website": "https://github.com/DocBohn/CowPi_stdio/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.0.1.zip", - "archiveFileName": "Json_Streaming_Parser_2-2.0.1.zip", - "size": 28014, - "checksum": "SHA-256:e90a5d465681e1b446c7251720522813b5992e19f88235ef496afbd1c8c6e78f" + "repository": "https://github.com/DocBohn/CowPi_stdio.git", + "providesIncludes": [ + "CowPi_stdio.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi_stdio-0.6.0.zip", + "archiveFileName": "CowPi_stdio-0.6.0.zip", + "size": 3164319, + "checksum": "SHA-256:8336e979e427597e3f9c70d6757f525c8246341b50d27301eaf8d76e14fa0fc3" }, { - "name": "Json Streaming Parser 2", - "version": "2.0.2", - "author": "Faptastic", - "maintainer": "Faptastic", - "sentence": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS streams on embedded devices.", - "paragraph": "Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Includes useful example sketches.", - "website": "https://github.com/mrfaptastic/json-streaming-parser2.git", - "category": "Data Processing", + "name": "Elog", + "version": "1.0.0", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrfaptastic/json-streaming-parser2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Json_Streaming_Parser_2-2.0.2.zip", - "archiveFileName": "Json_Streaming_Parser_2-2.0.2.zip", - "size": 28637, - "checksum": "SHA-256:ae0a22334ac2630e3fd3826f08f6a2a53137bf1c10d1fb763b973aa5fe0c17c3" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "dependencies": [ + { + "name": "SdFat_-_Adafruit_Fork" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.0.0.zip", + "archiveFileName": "Elog-1.0.0.zip", + "size": 19442, + "checksum": "SHA-256:eb789da70012c460854ed8a5414850c80851ee6df6fd6b814c087704001c89a1" }, { - "name": "statHelpers", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with a number of statistic helper functions.", - "website": "https://github.com/RobTillaart/statHelpers", - "category": "Data Processing", + "name": "Elog", + "version": "1.0.1", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/statHelpers.git", + "repository": "https://github.com/x821938/elog.git", "providesIncludes": [ - "statHelpers.h" + "Elog.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/statHelpers-0.1.0.zip", - "archiveFileName": "statHelpers-0.1.0.zip", - "size": 10552, - "checksum": "SHA-256:5473b2866b95da08eed7bb77f8de651e0f0427cf2cf11e4005e251af69b5dcf6" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.0.1.zip", + "archiveFileName": "Elog-1.0.1.zip", + "size": 20023, + "checksum": "SHA-256:f8699cf2ac0570e6bf0dccf83b905a30d909da510aa1808ec091564e4ef9b887" }, { - "name": "GifDecoder", - "version": "0.0.1", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Play Animated GIFs", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", + "name": "Elog", + "version": "1.0.2", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pixelmatix/GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-0.0.1.zip", - "archiveFileName": "GifDecoder-0.0.1.zip", - "size": 661741, - "checksum": "SHA-256:3384485dfd45a32e2fcc8139b77316d17786b854cd0305397c8cb49bd81421ef" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.0.2.zip", + "archiveFileName": "Elog-1.0.2.zip", + "size": 20412, + "checksum": "SHA-256:6da96f232841f4642ba10ef15050c4f0397d4140dc9a115451eb8250834ea86d" }, { - "name": "GifDecoder", - "version": "0.0.3", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Play Animated GIFs", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", + "name": "Elog", + "version": "1.0.3", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pixelmatix/GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-0.0.3.zip", - "archiveFileName": "GifDecoder-0.0.3.zip", - "size": 662280, - "checksum": "SHA-256:63f04c8e58651addeaa1408dc13fe5c048809a2981c4d3f235746f23f576ac76" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.0.3.zip", + "archiveFileName": "Elog-1.0.3.zip", + "size": 20411, + "checksum": "SHA-256:60efb97637beeda4f455b457673175856a72b8ea4935ce81aed7af0ad7948ede" }, { - "name": "GifDecoder", - "version": "1.0.0", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Play Animated GIFs", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", + "name": "Elog", + "version": "1.0.4", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pixelmatix/GifDecoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/GifDecoder-1.0.0.zip", - "archiveFileName": "GifDecoder-1.0.0.zip", - "size": 685212, - "checksum": "SHA-256:42334006efbbaca0144691c1092120f57bc9c7957aa5e15a9169443fad9be146" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "dependencies": [ + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.0.4.zip", + "archiveFileName": "Elog-1.0.4.zip", + "size": 20498, + "checksum": "SHA-256:dc71a3f09e61ec65c216fa8164617f1e701cf6ad621d1c58eeb36da990e8bebd" }, { - "name": "ADS1x1x", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", - "paragraph": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", - "website": "https://github.com/hideakitai/ADS1x1x", - "category": "Device Control", + "name": "Elog", + "version": "1.1.0", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ADS1x1x.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ADS1x1x-0.1.0.zip", - "archiveFileName": "ADS1x1x-0.1.0.zip", - "size": 6857, - "checksum": "SHA-256:11e3464042f7a5aaed380085927cf2506c5107c16aca95018f533c2c0a79159d" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "dependencies": [ + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.1.0.zip", + "archiveFileName": "Elog-1.1.0.zip", + "size": 24205, + "checksum": "SHA-256:012048969c7ad7fdb84874afba6ceeec810342c021eafa4a56fec0d97f7362e2" }, { - "name": "ADS1x1x", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", - "paragraph": "Arduino library for ADS101x / ADS111x Ultra-Small, Low-Power, I2C-Compatible, ADCs", - "website": "https://github.com/hideakitai/ADS1x1x", - "category": "Device Control", + "name": "Elog", + "version": "1.1.1", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ADS1x1x.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ADS1x1x-0.1.1.zip", - "archiveFileName": "ADS1x1x-0.1.1.zip", - "size": 7080, - "checksum": "SHA-256:5dcecf461d4461aca8dc90bb403ead27ee72b2b5aa39fbcb95ee848532a1297c" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "dependencies": [ + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.1.1.zip", + "archiveFileName": "Elog-1.1.1.zip", + "size": 24512, + "checksum": "SHA-256:5b3d7b7567076a11dd98a1e2da3afaf30dce1584213e75412b13f5982413327a" }, { - "name": "DS323x", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", - "paragraph": "Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", - "website": "https://github.com/hideakitai/DS323x", - "category": "Device Control", + "name": "Elog", + "version": "1.1.2", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/DS323x.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/DS323x-0.1.0.zip", - "archiveFileName": "DS323x-0.1.0.zip", - "size": 12131, - "checksum": "SHA-256:14dce70056db36b2b55bb944f2c036d21f720c1046b50528cd075f550e452b72" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "dependencies": [ + { + "name": "SdFat" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.1.2.zip", + "archiveFileName": "Elog-1.1.2.zip", + "size": 24621, + "checksum": "SHA-256:679f3520b29ab71aaecd016aeb051cd140ed0f7884d2f2e930f68ef23f49aa31" }, { - "name": "TCA9534", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", - "paragraph": "Arduino library for TCA9534 Low Voltage 8-Bit I2C and SMBUS Low-Power I/O Expander with Interrupt Output and Configuration Registers", - "website": "https://github.com/hideakitai/TCA9534", - "category": "Device Control", + "name": "Elog", + "version": "1.1.3", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat if you want logging for sd card", + "website": "https://github.com/x821938/elog.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TCA9534.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TCA9534-0.1.0.zip", - "archiveFileName": "TCA9534-0.1.0.zip", - "size": 5573, - "checksum": "SHA-256:29a063ce769dadfab6b68d58e6ded2435e21ef7d23cd0c66b05340459142cb1f" + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], + "dependencies": [ + { + "name": "SdFat" + }, + { + "name": "Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.1.3.zip", + "archiveFileName": "Elog-1.1.3.zip", + "size": 26977, + "checksum": "SHA-256:e46cd64792fcda596a9b14ee1a6a48fbc3b2fee2abb57487d16819f3c1927242" }, { - "name": "BatteryMeter", - "version": "1.0.0", - "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", - "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", - "sentence": "A library for reading a voltage from a battery and displaying the results.", - "paragraph": "A library for reading a voltage from a battery and displaying the results.", - "website": "https://github.com/lendres/BatteryMeter-Arduino", + "name": "Elog", + "version": "1.1.4", + "author": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "maintainer": "Alex Skov Jensen \u003carduino@offline.dk\u003e", + "sentence": "The ultimate logger for ESP32", + "paragraph": "An extremely fast and efficient logger for esp32. All logging is buffered. Logging takes few microseconds. Dependencies: adafruit/SdFat and Time", + "website": "https://github.com/x821938/elog.git", "category": "Other", "architectures": [ "*" @@ -342176,103 +804847,107 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lendres/BatteryMeter-Arduino.git", + "repository": "https://github.com/x821938/elog.git", + "providesIncludes": [ + "Elog.h" + ], "dependencies": [ { - "name": "SoftTimers" + "name": "SdFat" }, { - "name": "ButtonSuite" + "name": "Time" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lendres/BatteryMeter-1.0.0.zip", - "archiveFileName": "BatteryMeter-1.0.0.zip", - "size": 22763, - "checksum": "SHA-256:8a58ca220cd5c28c2ea0bbf46d31d496fdf190be45277c924771f8949992b51a" + "url": "https://downloads.arduino.cc/libraries/github.com/x821938/Elog-1.1.4.zip", + "archiveFileName": "Elog-1.1.4.zip", + "size": 32450, + "checksum": "SHA-256:df348a687ba47750cd38eef9752e0de70b1383137a56e8e4e2877c21d2b3d101" }, { - "name": "ButtonSuite", + "name": "NMH1000_Arduino", "version": "1.0.0", - "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", - "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", - "sentence": "A set of classes for using a momentary buttons as momentary buttons, latching buttons, counters, and enumerators.", - "paragraph": "A set of classes for using momentary buttons as momentary buttons, latching buttons, counters, and enumerators. Includes debouncing. The library is designed so other classes can take a class as an argument and have always on, momentary, and/or latching behavior automatically handled without further effort.", - "website": "https://github.com/lendres/ButtonSuite-Arduino", - "category": "Signal Input/Output", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "An library for NXP NMH1000", + "paragraph": "NMH1000 (FRDMSTBI-NMH1000) is supported by this library", + "website": "https://github.com/ryraki/NMH1000_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lendres/ButtonSuite-Arduino.git", + "repository": "https://github.com/ryraki/NMH1000_Arduino.git", "dependencies": [ { - "name": "Bounce2" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lendres/ButtonSuite-1.0.0.zip", - "archiveFileName": "ButtonSuite-1.0.0.zip", - "size": 33057, - "checksum": "SHA-256:05abd575f26c009043a97e3866f67433642d7ed247f1195d2221aea4478c9457" + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/NMH1000_Arduino-1.0.0.zip", + "archiveFileName": "NMH1000_Arduino-1.0.0.zip", + "size": 8196, + "checksum": "SHA-256:ec889c20fd8539148aa86bca85bafa3a1492a3df3ae676e484d85f1e97c82020" }, { - "name": "BlinkSuite", - "version": "1.0.0", - "author": "Lance A. Endres \u003clendres@fifthrace.com\u003e", - "maintainer": "Lance A. Endres \u003clendres@fifthrace.com\u003e", - "sentence": "A library for blinking pins on and off or in a sequence.", - "paragraph": "A library for blinking pins on and off or in a sequence.", - "website": "https://github.com/lendres/BlinkSuite-Arduino", - "category": "Other", + "name": "NMH1000_Arduino", + "version": "1.0.1", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "An library for NXP NMH1000", + "paragraph": "NMH1000 (FRDMSTBI-NMH1000) is supported by this library", + "website": "https://github.com/ryraki/NMH1000_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lendres/BlinkSuite-Arduino.git", + "repository": "https://github.com/ryraki/NMH1000_Arduino.git", "dependencies": [ { - "name": "SoftTimers" + "name": "I2C_device_Arduino" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lendres/BlinkSuite-1.0.0.zip", - "archiveFileName": "BlinkSuite-1.0.0.zip", - "size": 17401, - "checksum": "SHA-256:1e3117053a75a52fa62383f6afb0ff2d693a2af8a4d6387a72a55581c07ba9fc" + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/NMH1000_Arduino-1.0.1.zip", + "archiveFileName": "NMH1000_Arduino-1.0.1.zip", + "size": 8208, + "checksum": "SHA-256:34dade050071762339074a3f69a77282c76b1cf40977d2900ccf77144f8ef8b2" }, { - "name": "randomHelpers", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with helper function for faster random bits", - "website": "https://github.com/RobTillaart/randomHelpers", - "category": "Data Processing", + "name": "SerialCAN", + "version": "1.0.0", + "author": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "maintainer": "Henrik Söderlund \u003chenrik.a.soderlund@hotmail.com\u003e", + "sentence": "A library that lets you send data over Serial using the CAN communication protocol", + "paragraph": "With supported end-to-end protection using crc8 to ensure the data integrity over high speeds. This library is compatible with the python-can library.", + "website": "https://github.com/henriksod/Arduino_CANOverSerial", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/randomHelpers.git", + "repository": "https://github.com/henriksod/Arduino_CANOverSerial.git", "providesIncludes": [ - "randomHelpers.h" + "SerialCAN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/randomHelpers-0.2.0.zip", - "archiveFileName": "randomHelpers-0.2.0.zip", - "size": 6560, - "checksum": "SHA-256:6fd6d249beffc1ff204e78d114159ef4c6b666f8b4dd5085491430a96aa19059" + "url": "https://downloads.arduino.cc/libraries/github.com/henriksod/SerialCAN-1.0.0.zip", + "archiveFileName": "SerialCAN-1.0.0.zip", + "size": 14748, + "checksum": "SHA-256:1cadefe0f74f580e67ceed0f99fac378d5639cf37f48b027aff076b2146bc747" }, { - "name": "ADS1115_WE", - "version": "1.0.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", + "name": "CowPi", + "version": "0.4.0", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library for the Cow Pi educational hardware kit.", + "paragraph": "The Cow Pi hardware kit is used to teach memory-mapped I/O, polling, and interrupts. The CowPi library takes care of details unrelated to those learning objectives and provides (non-memory-mapped) input/output functions to bootstrap student code.", + "website": "https://github.com/DocBohn/CowPi/", "category": "Signal Input/Output", "architectures": [ "*" @@ -342280,23 +804955,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", - "providesIncludes": [ - "ADS1115_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.0.0.zip", - "archiveFileName": "ADS1115_WE-1.0.0.zip", - "size": 310677, - "checksum": "SHA-256:5775a30b1e2a4482355e16c2f7b08c29bb9255d16adeb3b19e58c89582e27d84" + "repository": "https://github.com/DocBohn/CowPi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi-0.4.0.zip", + "archiveFileName": "CowPi-0.4.0.zip", + "size": 43032979, + "checksum": "SHA-256:91efdd5ee62ab02f87cd89a9b85de0016feb06b1677636128efa120165a9ec1e" }, { - "name": "ADS1115_WE", - "version": "1.1.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", + "name": "CowPi", + "version": "0.4.1", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library for the Cow Pi educational hardware kit.", + "paragraph": "The Cow Pi hardware kit is used to teach memory-mapped I/O, polling, and interrupts. The CowPi library takes care of details unrelated to those learning objectives and provides (non-memory-mapped) input/output functions to bootstrap student code.", + "website": "https://github.com/DocBohn/CowPi/", "category": "Signal Input/Output", "architectures": [ "*" @@ -342304,522 +804976,595 @@ "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", - "providesIncludes": [ - "ADS1115_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.0.zip", - "archiveFileName": "ADS1115_WE-1.1.0.zip", - "size": 310671, - "checksum": "SHA-256:26337e5ca66abbc0433b1748e408548f22e74e7d07fe6b101008a57b0f0fbd59" + "repository": "https://github.com/DocBohn/CowPi.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi-0.4.1.zip", + "archiveFileName": "CowPi-0.4.1.zip", + "size": 43053443, + "checksum": "SHA-256:a834f4b9e2b213435728a7a5cfae11b0c751a8f3e5417eb0b699c0fabb8fb223" }, { - "name": "ADS1115_WE", - "version": "1.1.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", + "name": "CowPi", + "version": "0.5.0", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library for the Cow Pi educational hardware kit.", + "paragraph": "The Cow Pi hardware kit is used to teach memory-mapped I/O, polling, and interrupts. The CowPi library takes care of details unrelated to those learning objectives and provides (non-memory-mapped) input/output functions to bootstrap student code.", + "website": "https://github.com/DocBohn/CowPi/", "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", + "repository": "https://github.com/DocBohn/CowPi.git", "providesIncludes": [ - "ADS1115_WE.h" + "CowPi.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.1.zip", - "archiveFileName": "ADS1115_WE-1.1.1.zip", - "size": 310650, - "checksum": "SHA-256:08eaa3336f14c7d3cb15674e6f06706a1dd276f9a9a6d5c1ddc7ff220a5a56c6" + "dependencies": [ + { + "name": "CowPi_stdio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi-0.5.0.zip", + "archiveFileName": "CowPi-0.5.0.zip", + "size": 43036709, + "checksum": "SHA-256:0f4457997706423b9dc51a7558232cf5ae70f3847985c9278586bf53a9b93508" }, { - "name": "ADS1115_WE", - "version": "1.1.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", + "name": "CowPi", + "version": "0.6.0", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library for the Cow Pi educational hardware kit.", + "paragraph": "The Cow Pi hardware kit is used to teach memory-mapped I/O, polling, and interrupts. The CowPi library takes care of details unrelated to those learning objectives and provides (non-memory-mapped) input/output functions to bootstrap student code.", + "website": "https://github.com/DocBohn/CowPi/", "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", + "repository": "https://github.com/DocBohn/CowPi.git", "providesIncludes": [ - "ADS1115_WE.h" + "CowPi.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.2.zip", - "archiveFileName": "ADS1115_WE-1.1.2.zip", - "size": 310680, - "checksum": "SHA-256:19ad497b7194b53d05e032359c8a48f2ef223e3a178b34ecf7a52961d066369e" + "dependencies": [ + { + "name": "CowPi_stdio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi-0.6.0.zip", + "archiveFileName": "CowPi-0.6.0.zip", + "size": 43039248, + "checksum": "SHA-256:6bded287db347ed5f02331c88c29d7ef57acb96285164d1eecd620e447c1807a" }, { - "name": "ADS1115_WE", - "version": "1.1.3", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", + "name": "CowPi", + "version": "0.6.1", + "author": "Christopher Bohn", + "maintainer": "Christopher Bohn \u003cbohn@unl.edu\u003e", + "sentence": "A library for the Cow Pi educational hardware kit.", + "paragraph": "The Cow Pi hardware kit is used to teach memory-mapped I/O, polling, and interrupts. The CowPi library takes care of details unrelated to those learning objectives and provides (non-memory-mapped) input/output functions to bootstrap student code.", + "website": "https://github.com/DocBohn/CowPi/", "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", + "repository": "https://github.com/DocBohn/CowPi.git", "providesIncludes": [ - "ADS1115_WE.h" + "CowPi.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.3.zip", - "archiveFileName": "ADS1115_WE-1.1.3.zip", - "size": 310677, - "checksum": "SHA-256:b1ca22857950580a3f8ca618fd540df2a7303589d1c3e9bcfd8d6fade6cee70c" + "dependencies": [ + { + "name": "CowPi_stdio" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DocBohn/CowPi-0.6.1.zip", + "archiveFileName": "CowPi-0.6.1.zip", + "size": 43039801, + "checksum": "SHA-256:c4e0d99e7c81b44d660e6bde67f8cc356d23f594d885c1fd43b231679ba3237e" }, { - "name": "ADS1115_WE", - "version": "1.1.4", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", - "category": "Signal Input/Output", + "name": "Gauss", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the Gauss probability math.", + "website": "https://github.com/RobTillaart/Gauss", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", + "repository": "https://github.com/RobTillaart/Gauss.git", "providesIncludes": [ - "ADS1115_WE.h" + "Gauss.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.4.zip", - "archiveFileName": "ADS1115_WE-1.1.4.zip", - "size": 310680, - "checksum": "SHA-256:0b87c01fedb68c888c2878ad1508184b097b915ff2b3d6a237a07cc824f06f7d" + "dependencies": [ + { + "name": "MultiMap" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Gauss-0.1.0.zip", + "archiveFileName": "Gauss-0.1.0.zip", + "size": 10904, + "checksum": "SHA-256:5b5b68c32135bff2dd8584362613670822262554a0b95532546b1e43c9d6d23c" }, { - "name": "ADS1115_WE", - "version": "1.1.5", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", - "category": "Signal Input/Output", + "name": "Gauss", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the Gauss probability math.", + "paragraph": "normal distribution.", + "website": "https://github.com/RobTillaart/Gauss", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", + "repository": "https://github.com/RobTillaart/Gauss.git", "providesIncludes": [ - "ADS1115_WE.h" + "Gauss.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.5.zip", - "archiveFileName": "ADS1115_WE-1.1.5.zip", - "size": 310676, - "checksum": "SHA-256:c87ab630a9ea07b2a57382363a5f88638f23db6fc9c4e2b5cdc7c97138509685" + "dependencies": [ + { + "name": "MultiMap" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Gauss-0.1.1.zip", + "archiveFileName": "Gauss-0.1.1.zip", + "size": 12946, + "checksum": "SHA-256:724f688f6bf205d42b640ef5351bbe527862e67f4548034fe901bca0a1184ca7" }, { - "name": "ADS1115_WE", - "version": "1.1.6", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", - "category": "Signal Input/Output", + "name": "Gauss", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the Gauss probability math.", + "paragraph": "normal distribution.", + "website": "https://github.com/RobTillaart/Gauss", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", + "repository": "https://github.com/RobTillaart/Gauss.git", "providesIncludes": [ - "ADS1115_WE.h" + "Gauss.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.6.zip", - "archiveFileName": "ADS1115_WE-1.1.6.zip", - "size": 310700, - "checksum": "SHA-256:a026fbad304c366cf0328508a21219043c896dd955244e9faad796bc3e9dfb35" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Gauss-0.2.0.zip", + "archiveFileName": "Gauss-0.2.0.zip", + "size": 17115, + "checksum": "SHA-256:1a165b26e0b04a5bf9d2007c52b8bf9a49d58ec4c822a2b1e40e34d815e2b9ed" }, { - "name": "ADS1115_WE", - "version": "1.1.7", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", - "category": "Signal Input/Output", + "name": "Gauss", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library for the Gauss probability math.", + "paragraph": "normal distribution.", + "website": "https://github.com/RobTillaart/Gauss", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", + "repository": "https://github.com/RobTillaart/Gauss.git", "providesIncludes": [ - "ADS1115_WE.h" + "Gauss.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.1.7.zip", - "archiveFileName": "ADS1115_WE-1.1.7.zip", - "size": 312319, - "checksum": "SHA-256:8227c320e5fbf0addf5688c595c3dbd4fc56f246d9db336ca08361870d4f657b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Gauss-0.2.1.zip", + "archiveFileName": "Gauss-0.2.1.zip", + "size": 17326, + "checksum": "SHA-256:98fda0b58034bfd52de8526c4e1c3a828527b41100ac12255476ccaa3a4aec94" }, { - "name": "ADS1115_WE", - "version": "1.2.0", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", - "category": "Signal Input/Output", + "name": "monitor_printf", + "version": "1.1.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a class with member function printf() that prints to the serial monitor.", + "paragraph": "A class instance named 'monitor' is defined, so one can for example do monitor.begin(true); and monitor.printf(\"Hello world\\n\");", + "website": "https://github.com/tedtoal/monitor_printf", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", - "providesIncludes": [ - "ADS1115_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.0.zip", - "archiveFileName": "ADS1115_WE-1.2.0.zip", - "size": 316540, - "checksum": "SHA-256:f48a6bb7a548bf02732a4e338b12c51e18406b3ef43774cc4699a6c8926cb8a1" + "repository": "https://github.com/tedtoal/monitor_printf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/monitor_printf-1.1.1.zip", + "archiveFileName": "monitor_printf-1.1.1.zip", + "size": 4632, + "checksum": "SHA-256:c0c8616d12fa7ab439a01cc8e89dee70783ae82d9f2fd41fe8bb8761c57221cd" }, { - "name": "ADS1115_WE", - "version": "1.2.1", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", - "category": "Signal Input/Output", + "name": "monitor_printf", + "version": "1.4.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a class with member function printf() that prints to a serial port.", + "paragraph": "A class instance named 'monitor' is defined that provides printf() to the Arduino IDE serial monitor.", + "website": "https://github.com/tedtoal/monitor_printf", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", - "providesIncludes": [ - "ADS1115_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.1.zip", - "archiveFileName": "ADS1115_WE-1.2.1.zip", - "size": 316481, - "checksum": "SHA-256:55ab1a922615d9c5d3e1f83e6bd902f6c661b62722a5f15bfae28b7b8b980efa" + "repository": "https://github.com/tedtoal/monitor_printf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/monitor_printf-1.4.1.zip", + "archiveFileName": "monitor_printf-1.4.1.zip", + "size": 12011, + "checksum": "SHA-256:e6a0ccde2bb2e742dacc2cd8e93b231d87c5c3c30d7bbb667e358f75ba33acfe" }, { - "name": "ADS1115_WE", - "version": "1.2.2", - "author": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "maintainer": "Wolfgang Ewald \u003cwolfgang.ewald@wolles-elektronikkiste.de\u003e", - "sentence": "A library for the ADS1115 ADC", - "paragraph": "An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.", - "website": "https://github.com/wollewald/ADS1115_WE", - "category": "Signal Input/Output", + "name": "monitor_printf", + "version": "1.5.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a class with member function printf() that prints to a serial port.", + "paragraph": "A class instance named 'monitor' is defined that provides printf() to the Arduino IDE serial monitor.", + "website": "https://github.com/tedtoal/monitor_printf", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/wollewald/ADS1115_WE.git", - "providesIncludes": [ - "ADS1115_WE.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/wollewald/ADS1115_WE-1.2.2.zip", - "archiveFileName": "ADS1115_WE-1.2.2.zip", - "size": 316479, - "checksum": "SHA-256:aa6893de62b02e286a84d8c224cff563d1b6ae64342cb9fe37d746344156702b" + "repository": "https://github.com/tedtoal/monitor_printf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/monitor_printf-1.5.1.zip", + "archiveFileName": "monitor_printf-1.5.1.zip", + "size": 13713, + "checksum": "SHA-256:a43848ea70d85ac77558c98f9944d38a73f6964f9ebd9f7e36f74a01d5b3c694" }, { - "name": "SceneManager", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-scene manager for Arduino", - "paragraph": "cooperative multi-scene manager for Arduino", - "website": "https://github.com/hideakitai/SceneManager", - "category": "Timing", + "name": "monitor_printf", + "version": "1.6.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a class with member function printf() that prints to a serial port.", + "paragraph": "A class instance named 'monitor' is defined that provides printf() to the Arduino IDE serial monitor.", + "website": "https://github.com/tedtoal/monitor_printf", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/SceneManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.0.zip", - "archiveFileName": "SceneManager-0.1.0.zip", - "size": 49456, - "checksum": "SHA-256:65966c3a5aac29f5aacc94ad9548aa160f52938263545aa33951204ee4041313" + "repository": "https://github.com/tedtoal/monitor_printf.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/monitor_printf-1.6.1.zip", + "archiveFileName": "monitor_printf-1.6.1.zip", + "size": 13802, + "checksum": "SHA-256:7dd94d66ad74c46b82f9e6a2efa4d7f9e608dfcda0d92a7e02b551802f8b9142" }, { - "name": "SceneManager", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-scene manager for Arduino", - "paragraph": "cooperative multi-scene manager for Arduino", - "website": "https://github.com/hideakitai/SceneManager", - "category": "Timing", + "name": "ReefwingMPU6x00", + "version": "1.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino library for MPU6000/6500 IMUs", + "paragraph": "Connected via SPI.", + "website": "https://github.com/Reefwing-Software/Reefwing-MPU6x00.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/SceneManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.1.zip", - "archiveFileName": "SceneManager-0.1.1.zip", - "size": 59883, - "checksum": "SHA-256:dff833c4ee3089cfdc9571fb13ca139b31641cf99b30c2bbc234389ea5b81d46" + "repository": "https://github.com/Reefwing-Software/MPU6x00.git", + "providesIncludes": [ + "ReefwingMPU6x00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingMPU6x00-1.0.0.zip", + "archiveFileName": "ReefwingMPU6x00-1.0.0.zip", + "size": 2629474, + "checksum": "SHA-256:78162a450553844ef284c74465aa4fa31d708388fa7721a912ea22a0148b9801" }, { - "name": "SceneManager", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-scene manager for Arduino", - "paragraph": "cooperative multi-scene manager for Arduino", - "website": "https://github.com/hideakitai/SceneManager", - "category": "Timing", + "name": "ReefwingMPU6x00", + "version": "1.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino library for MPU6000/6500 IMUs", + "paragraph": "Connected via SPI.", + "website": "https://github.com/Reefwing-Software/MPU6x00.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/SceneManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.1.2.zip", - "archiveFileName": "SceneManager-0.1.2.zip", - "size": 60018, - "checksum": "SHA-256:d8b847dabe86958f7d06288ee5a4765cf3222b24dbc4b7594142a3e081975cb9" + "repository": "https://github.com/Reefwing-Software/MPU6x00.git", + "providesIncludes": [ + "ReefwingMPU6x00.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingMPU6x00-1.0.1.zip", + "archiveFileName": "ReefwingMPU6x00-1.0.1.zip", + "size": 2629504, + "checksum": "SHA-256:3f1591a913707fbbdd2f4082e897be6d01c223f68c2e92ee3406aa7fa8cbdf68" }, { - "name": "SceneManager", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-scene manager for Arduino", - "paragraph": "cooperative multi-scene manager for Arduino", - "website": "https://github.com/hideakitai/SceneManager", - "category": "Timing", + "name": "SparkFun PCA9846 Mux Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "Library to control I2C multiplexers based on the PCA9846.", + "paragraph": "I2C multiplexers are useful for connecting multiple I2C devices that have only one address. This library makes it easy to work with the 4-channel PCA9846 I2C multiplexer. This library supports daisychaining multiple muxes so that you can get up to 32 devices on one I2C bus! It also supports generic Wire ports (Wire1, myWire, etc). Checkout the \u003ca href=\"https://www.sparkfun.com/products/22362\"\u003ePCA9846 Qwiic Mux\u003c/a\u003e for more information.", + "website": "https://github.com/sparkfun/SparkFun_PCA9846_Mux_Arduino_Library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/SceneManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.2.0.zip", - "archiveFileName": "SceneManager-0.2.0.zip", - "size": 60333, - "checksum": "SHA-256:6093720c8dfde6af934399362f71aa9598076d772f22e9a97e86ab3c9914f73f" + "repository": "https://github.com/sparkfun/SparkFun_PCA9846_Mux_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_PCA9846_Mux_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_PCA9846_Mux_Arduino_Library-1.0.0.zip", + "size": 18477, + "checksum": "SHA-256:ddbbea92c89ae1d4f1c3343f6dca7a268b66f80d163baa1c07a9376b905468db" }, { - "name": "SceneManager", - "version": "0.2.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-scene manager for Arduino", - "paragraph": "cooperative multi-scene manager for Arduino", - "website": "https://github.com/hideakitai/SceneManager", - "category": "Timing", + "name": "Bonezegei ILI9341", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Library for ILI9341 LCD Module", + "paragraph": "Simple Library for ILI9341 LCD Module Supports old and new ILI9341 variant", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/SceneManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/SceneManager-0.2.1.zip", - "archiveFileName": "SceneManager-0.2.1.zip", - "size": 60323, - "checksum": "SHA-256:1e07549a4ab82d2dfc88ac770d6b42271d2b326364b77f954081e241f3725e0c" + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341.git", + "providesIncludes": [ + "Bonezegei_ILI9341.h" + ], + "dependencies": [ + { + "name": "None" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341-1.0.0.zip", + "archiveFileName": "Bonezegei_ILI9341-1.0.0.zip", + "size": 40546, + "checksum": "SHA-256:0f7aec016c62b08ee97e409024e4eec8d8bfd902c224679b65a630c30e738657" }, { - "name": "TaskManager", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-task manager for Arduino", - "paragraph": "cooperative multi-task manager for Arduino", - "website": "https://github.com/hideakitai/TaskManager", - "category": "Timing", + "name": "Bonezegei ILI9341", + "version": "1.1.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Library for ILI9341 LCD Module", + "paragraph": "Simple Library for ILI9341 LCD Module Supports old and new ILI9341 variant", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TaskManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.0.zip", - "archiveFileName": "TaskManager-0.1.0.zip", - "size": 45774, - "checksum": "SHA-256:c6da166fb3d692700a1bee19c8c46c2fd9a77dbe24ec40fe4d62e8ad942d370b" + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341.git", + "providesIncludes": [ + "Bonezegei_ILI9341.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341-1.1.1.zip", + "archiveFileName": "Bonezegei_ILI9341-1.1.1.zip", + "size": 40771, + "checksum": "SHA-256:0679985d1e0e6a1b617e88f43208eb0357d82a82d84c581f741d5e78b334502b" }, { - "name": "TaskManager", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-task manager for Arduino", - "paragraph": "cooperative multi-task manager for Arduino", - "website": "https://github.com/hideakitai/TaskManager", - "category": "Timing", + "name": "Bonezegei ILI9341", + "version": "1.1.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Library for ILI9341 LCD Module", + "paragraph": "Simple Library for ILI9341 LCD Module Supports old and new ILI9341 variant", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341.git", + "providesIncludes": [ + "Bonezegei_ILI9341.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341-1.1.2.zip", + "archiveFileName": "Bonezegei_ILI9341-1.1.2.zip", + "size": 41311, + "checksum": "SHA-256:5e1d766e6528e42f7bb35ebb0b7dd78926b348a5aae910ccf1459bd77cbb071a" + }, + { + "name": "MPL3115A2_Arduino", + "version": "1.0.0", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "An library for NXP MPL3115A2", + "paragraph": "FRDMSTBC-P3115 (MPL3115A2 and MPL3115A2S) are supported by this library", + "website": "https://github.com/ryraki/MPL3115A2_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TaskManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.1.zip", - "archiveFileName": "TaskManager-0.1.1.zip", - "size": 56144, - "checksum": "SHA-256:97c8b736e6d7943446dc4ca5c8d1048c533730ce26322de2666a670dab7365dc" + "repository": "https://github.com/ryraki/MPL3115A2_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/MPL3115A2_Arduino-1.0.0.zip", + "archiveFileName": "MPL3115A2_Arduino-1.0.0.zip", + "size": 11909, + "checksum": "SHA-256:03cc0551dba07d3ff5fde5fff8e5642e84090d79484767133338ef5557e786d9" }, { - "name": "TaskManager", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-task manager for Arduino", - "paragraph": "cooperative multi-task manager for Arduino", - "website": "https://github.com/hideakitai/TaskManager", - "category": "Timing", + "name": "MPL3115A2_Arduino", + "version": "1.0.1", + "author": "ryraki", + "maintainer": "ryraki", + "sentence": "An library for NXP MPL3115A2", + "paragraph": "FRDMSTBC-P3115 (MPL3115A2 and MPL3115A2S) are supported by this library", + "website": "https://github.com/ryraki/MPL3115A2_Arduino", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TaskManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.1.2.zip", - "archiveFileName": "TaskManager-0.1.2.zip", - "size": 56279, - "checksum": "SHA-256:6ec9b68498c50fb63ec4eb387e45b5ca5e9a6c018357fd6fe629e1ac51a1a6b5" + "repository": "https://github.com/ryraki/MPL3115A2_Arduino.git", + "dependencies": [ + { + "name": "I2C_device_Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ryraki/MPL3115A2_Arduino-1.0.1.zip", + "archiveFileName": "MPL3115A2_Arduino-1.0.1.zip", + "size": 349418, + "checksum": "SHA-256:d99470fdfc4a31dcf73f2a6c0a6c8c880e09a63f1bb1f31b5b73aa348376c9c6" }, { - "name": "TaskManager", - "version": "0.2.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "cooperative multi-task manager for Arduino", - "paragraph": "cooperative multi-task manager for Arduino", - "website": "https://github.com/hideakitai/TaskManager", - "category": "Timing", + "name": "MD_HX711", + "version": "1.0.0", + "author": "MajicDesigns", + "maintainer": "marco_c \u003c8136821@gmail.com\u003e", + "license": "LGPL-2.1", + "sentence": "Library to read load cells using HX711 weight scale ADC", + "paragraph": "HX711 24-bit Analog to Digital Converter (ADC) management for weigh scale implementation", + "website": "https://github.com/MajicDesigns/MD_HX711", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TaskManager.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TaskManager-0.2.0.zip", - "archiveFileName": "TaskManager-0.2.0.zip", - "size": 57835, - "checksum": "SHA-256:48c31ef2eee35ee518c8943a518f581d0c753d5c3a32675603a2e79212a3f8ef" + "repository": "https://github.com/MajicDesigns/MD_HX711.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MajicDesigns/MD_HX711-1.0.0.zip", + "archiveFileName": "MD_HX711-1.0.0.zip", + "size": 1772992, + "checksum": "SHA-256:79053daf966fca7c6a1f6f88181e4e25295f891f9ee131e08f06ed51d8fc5a17" }, { - "name": "DHTlib", - "version": "0.1.30", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "AVR Optimized Library for DHT Temperature \u0026 Humidity Sensor on AVR only.", - "website": "https://github.com/RobTillaart/DHTlib", - "category": "Sensors", + "name": "Didactic Robot", + "version": "1.0.0", + "author": "Alexandre Figueiredo and Daniela Goncalves", + "maintainer": "Alexandre Figueiredo \u003calexfigas11@gmail.com\u003e and Daniela Gonçalves \u003cdanielagoncalves2000@hotmail.com\u003e", + "sentence": "Simple Didactic Robot library", + "paragraph": "The project aims at the development of a didactic robot capable of performing movements in 2D space. The ultimate goal is to create a prototype that has a set of interconnected sensors and actuators", + "website": "https://github.com/AlexFigas/Projeto-Robot-Didatico", + "category": "Device Control", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHTlib.git", + "repository": "https://github.com/AlexFigas/Didactic-Robot-Project.git", "providesIncludes": [ - "dht.h" + "Robot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHTlib-0.1.30.zip", - "archiveFileName": "DHTlib-0.1.30.zip", - "size": 17963, - "checksum": "SHA-256:bb57550f57f423d5336f2058549380c94907ee93ed62dd0c939a55e72b0c05ab" + "dependencies": [ + { + "name": "Adafruit PWM Servo Driver Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexFigas/Didactic_Robot-1.0.0.zip", + "archiveFileName": "Didactic_Robot-1.0.0.zip", + "size": 66280539, + "checksum": "SHA-256:6728b3523f2945a06c10493a69e683ae78074f71a673465cb8b00c9b5bb69e80" }, { - "name": "DHT2pin", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Experimental library of the DHT library that uses 2 pins.", - "website": "https://github.com/RobTillaart/DHT2pin", - "category": "Sensors", + "name": "Didactic Robot", + "version": "1.0.1", + "author": "Alexandre Figueiredo and Daniela Goncalves", + "maintainer": "Alexandre Figueiredo \u003calexfigas11@gmail.com\u003e and Daniela Gonçalves \u003cdanielagoncalves2000@hotmail.com\u003e", + "sentence": "Simple Didactic Robot library", + "paragraph": "The project aims at the development of a didactic robot capable of performing movements in 2D space. The ultimate goal is to create a prototype that has a set of interconnected sensors and actuators", + "website": "https://github.com/AlexFigas/Projeto-Robot-Didatico", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHT2pin.git", + "repository": "https://github.com/AlexFigas/Didactic-Robot-Project.git", "providesIncludes": [ - "DHT2pin.h" + "Robot.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.0.zip", - "archiveFileName": "DHT2pin-0.1.0.zip", - "size": 6317, - "checksum": "SHA-256:0f86de3d46197749c81e82b3c46bc1f81211d4af15daa9c7e63710dc09712656" + "dependencies": [ + { + "name": "Adafruit PWM Servo Driver Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexFigas/Didactic_Robot-1.0.1.zip", + "archiveFileName": "Didactic_Robot-1.0.1.zip", + "size": 66159001, + "checksum": "SHA-256:e75909470ab3a8e215a13342ccf326e33275665b468568aea5d34c2e27f2c759" }, { - "name": "DHT2pin", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Experimental library of the DHT library that uses 2 pins.", - "website": "https://github.com/RobTillaart/DHT2pin", - "category": "Sensors", + "name": "uNeurai", + "version": "0.0.1", + "author": "Stepan Snigirev", + "maintainer": "Asimov \u003cweb@neurai.org\u003e", + "sentence": "Brings Neurai to embedded devices", + "paragraph": "Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Neurai on microcontrollers.", + "website": "https://github.com/NeuraiProject/uNeurai", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DHT2pin.git", - "providesIncludes": [ - "DHT2pin.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DHT2pin-0.1.1.zip", - "archiveFileName": "DHT2pin-0.1.1.zip", - "size": 7575, - "checksum": "SHA-256:3ceeff54b4d45acad5491bca0f68c0c359fa3e57726975f53fabe67a34942701" + "repository": "https://github.com/NeuraiProject/uNeurai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NeuraiProject/uNeurai-0.0.1.zip", + "archiveFileName": "uNeurai-0.0.1.zip", + "size": 213887, + "checksum": "SHA-256:7e65fe73ca2794cb2f6a8bcd3aff9ac7ff40edf45c9961acb9912d3155ef051a" }, { - "name": "ESP_AT_Lib", + "name": "VEGAIoT_BusIO", "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "An ESP8266/ESP32-AT library for Arduino providing an easy-to-use way to manipulate ESP8266/ESP32-AT library. For AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52 boards running ESP8266/ESP32 AT-command shields.", - "paragraph": "The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.", - "website": "https://github.com/khoih-prog/ESP_AT_Lib", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "This is a library for abstracting away UART, I2C and SPI interfacing", + "paragraph": "This is a library for abstracting away UART, I2C and SPI interfacing for VEGA ARIES IoT boards", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vegaiot_busio", "category": "Communication", "architectures": [ "*" @@ -342827,136 +805572,145 @@ "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESP_AT_Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESP_AT_Lib-1.0.0.zip", - "archiveFileName": "ESP_AT_Lib-1.0.0.zip", - "size": 2464243, - "checksum": "SHA-256:c56c69c6e3800b849689f0badf26cd0c26bd15f4c7f67cfece6d021ad70187d7" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/vegaiot_busio.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/communication/VEGAIoT_BusIO-1.0.0.zip", + "archiveFileName": "VEGAIoT_BusIO-1.0.0.zip", + "size": 24445, + "checksum": "SHA-256:f3f01789cf83a768264e68a8b16df9b1747880b79933955b321cc259f50a688d" }, { - "name": "HeartBeat", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for a heartbeat function.", - "paragraph": "blinking led by frequent polling.", - "website": "https://github.com/RobTillaart/HeartBeat", - "category": "Uncategorized", + "name": "Bonezegei_Search", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Array keyword Search", + "paragraph": "Search the keyword in an arrray and returns its value. The keyword must be unique in the array if the keyword exist multiple times in the array the function will only retun the value of the first keyword the Library returns the following data types (int, float, char*)", + "website": "https://github.com/bonezegei/Bonezegei_Search", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HeartBeat.git", + "repository": "https://github.com/bonezegei/Bonezegei_Search.git", "providesIncludes": [ - "HeartBeat.h" + "Bonezegei_Search.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.0.zip", - "archiveFileName": "HeartBeat-0.1.0.zip", - "size": 7667, - "checksum": "SHA-256:e170ba6327a9ebfc95b8f0e5872b072f80842f6a2826b73bd50ae650509fb908" + "dependencies": [ + { + "name": "None" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Search-1.0.0.zip", + "archiveFileName": "Bonezegei_Search-1.0.0.zip", + "size": 4033, + "checksum": "SHA-256:082c1ea265dd6d9b07a337cdcc56111f6bee591ef58e517822905072689624d0" }, { - "name": "HeartBeat", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for a heartbeat function.", - "paragraph": "blinking led by frequent polling.", - "website": "https://github.com/RobTillaart/HeartBeat", - "category": "Uncategorized", + "name": "Bonezegei_Search", + "version": "1.0.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Array keyword Search", + "paragraph": "Search the keyword in an arrray and returns its value. The keyword must be unique in the array if the keyword exist multiple times in the array the function will only retun the value of the first keyword the Library returns the following data types (int, float, char*)", + "website": "https://github.com/bonezegei/Bonezegei_Search", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HeartBeat.git", + "repository": "https://github.com/bonezegei/Bonezegei_Search.git", "providesIncludes": [ - "HeartBeat.h" + "Bonezegei_Search.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HeartBeat-0.1.1.zip", - "archiveFileName": "HeartBeat-0.1.1.zip", - "size": 9091, - "checksum": "SHA-256:3ed4a3a79e9478530ad9ab34f4bdeeba64b2de0488ef9450ee6f826f76399e7b" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Search-1.0.1.zip", + "archiveFileName": "Bonezegei_Search-1.0.1.zip", + "size": 4025, + "checksum": "SHA-256:3f371319e772f4bd973655ead00c5ee8acfe58bdcd69c8ef4d08139ae313ed45" }, { - "name": "GY521", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for GY521 angle measurement", - "website": "https://github.com/RobTillaart/GY521", - "category": "Sensors", + "name": "Bonezegei_Search", + "version": "1.0.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Array keyword Search", + "paragraph": "Search the keyword in an arrray and returns its value. The keyword must be unique in the array if the keyword exist multiple times in the array the function will only retun the value of the first keyword the Library returns the following data types (int, float, char*)", + "website": "https://github.com/bonezegei/Bonezegei_Search", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GY521.git", + "repository": "https://github.com/bonezegei/Bonezegei_Search.git", "providesIncludes": [ - "GY521.h" + "Bonezegei_Search.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.1.zip", - "archiveFileName": "GY521-0.1.1.zip", - "size": 8195, - "checksum": "SHA-256:1b12c7e1c1ba240afa77777b2a2d94509bb890e10875f33bf903f2600652a7cc" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Search-1.0.2.zip", + "archiveFileName": "Bonezegei_Search-1.0.2.zip", + "size": 4071, + "checksum": "SHA-256:4ddcfd07b96ccfd474760de4de772df71e4a50d0a71c5277fb2c37cd3f521952" }, { - "name": "GY521", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for GY521 angle measurement", - "website": "https://github.com/RobTillaart/GY521", - "category": "Sensors", + "name": "Bonezegei_Search", + "version": "1.0.5", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Array keyword Search", + "paragraph": "Search the keyword in an arrray and returns its value. The keyword must be unique in the array if the keyword exist multiple times in the array the function will only retun the value of the first keyword the Library returns the following data types (int, float, char*)", + "website": "https://github.com/bonezegei/Bonezegei_Search", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GY521.git", + "repository": "https://github.com/bonezegei/Bonezegei_Search.git", "providesIncludes": [ - "GY521.h" + "Bonezegei_Search.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.2.zip", - "archiveFileName": "GY521-0.1.2.zip", - "size": 9308, - "checksum": "SHA-256:1f60488d7e3dd0d0af8bd2839a31a55b4126a39f1cb6ce6134caacecf76fc78b" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Search-1.0.5.zip", + "archiveFileName": "Bonezegei_Search-1.0.5.zip", + "size": 4072, + "checksum": "SHA-256:f41f658b3572c48e88575c43cc3b494effbd71035701e735783162e9272f843c" }, { - "name": "GY521", - "version": "0.1.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for GY521 angle measurement", - "website": "https://github.com/RobTillaart/GY521", - "category": "Sensors", + "name": "Bonezegei_Search", + "version": "1.0.6", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Array keyword Search", + "paragraph": "Search the keyword in an arrray and returns its value. The keyword must be unique in the array if the keyword exist multiple times in the array the function will only retun the value of the first keyword the Library returns the following data types (int, float, char*)", + "website": "https://github.com/bonezegei/Bonezegei_Search", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GY521.git", + "repository": "https://github.com/bonezegei/Bonezegei_Search.git", "providesIncludes": [ - "GY521.h" + "Bonezegei_Search.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.4.zip", - "archiveFileName": "GY521-0.1.4.zip", - "size": 10531, - "checksum": "SHA-256:5aecad6ebe37f884d66ff4c0ad2ecd7891d17d213cf6c4658bc4f27a8300dcb0" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Search-1.0.6.zip", + "archiveFileName": "Bonezegei_Search-1.0.6.zip", + "size": 4300, + "checksum": "SHA-256:cc9273df6f054d381a7103d92c1f9fa8b9da33ba135f2b3a79f281710a9be7bd" }, { - "name": "GY521", - "version": "0.1.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for GY521 angle measurement", - "website": "https://github.com/RobTillaart/GY521", + "name": "VEGA_BMI088", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "Library for communicating with the Bosch BMI088 6 axis IMU.", + "paragraph": "This library supports SPI communication with the BMI088", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_bmi088", "category": "Sensors", "architectures": [ "*" @@ -342964,114 +805718,122 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GY521.git", - "providesIncludes": [ - "GY521.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.1.5.zip", - "archiveFileName": "GY521-0.1.5.zip", - "size": 10635, - "checksum": "SHA-256:d8c4d3ee309fd9e485cd74a2abc1c0377b3bdd5c255c458d7fc667ce3a191182" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/sensors/vega_bmi088.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/sensors/VEGA_BMI088-1.0.0.zip", + "archiveFileName": "VEGA_BMI088-1.0.0.zip", + "size": 4999427, + "checksum": "SHA-256:38c4818e5d5f007237e6b2e36ff2dd7edb50baeb70ffe4c6dec84c4e1e76971c" }, { - "name": "GY521", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for GY521 angle measurement", - "website": "https://github.com/RobTillaart/GY521", - "category": "Sensors", + "name": "MeArm-Robot-Arm", + "version": "1.0.0", + "author": "Ben Gray \u003cben@mearm.com\u003e", + "maintainer": "Ben Gray \u003cben@mearm.com\u003e", + "sentence": "Provides inverse kinematics control for all MeArm versions.", + "paragraph": "Based primarily on the work of York Hackspace, UK. Contributions from RorschachUK, lexbailey, aquila12, loginov-rocks", + "website": "https://github.com/MeArm/MeArm-Arduino", + "category": "Other", "architectures": [ - "*" + "avr", + "esp8266", + "esp32", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GY521.git", - "providesIncludes": [ - "GY521.h" + "repository": "https://github.com/MeArm/MeArm-Arduino.git", + "dependencies": [ + { + "name": "Servo" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.0.zip", - "archiveFileName": "GY521-0.2.0.zip", - "size": 10917, - "checksum": "SHA-256:e3c43eedc1587986d5cd29d54565421e4573e1d94509cc36144945618b65937b" + "url": "https://downloads.arduino.cc/libraries/github.com/MeArm/MeArm_Robot_Arm-1.0.0.zip", + "archiveFileName": "MeArm_Robot_Arm-1.0.0.zip", + "size": 15872, + "checksum": "SHA-256:ab1d8c8c10e4977eaabcdd2ea3921c568076d4e3b44af545041b14fa6d3584f9" }, { - "name": "GY521", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for GY521 angle measurement", - "website": "https://github.com/RobTillaart/GY521", - "category": "Sensors", + "name": "ODriveArduino", + "version": "0.9.0", + "author": "ODrive Robotics Inc. \u003cinfo@odriverobotics.com\u003e", + "maintainer": "ODrive Robotics Inc. \u003cinfo@odriverobotics.com\u003e", + "sentence": "Library to control ODrive motor controllers", + "paragraph": "Allows sending setpoints, reading feedback, and changing configuration.", + "website": "https://github.com/odriverobotics/ODriveArduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GY521.git", + "repository": "https://github.com/odriverobotics/ODriveArduino.git", "providesIncludes": [ - "GY521.h" + "ODriveArduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GY521-0.2.1.zip", - "archiveFileName": "GY521-0.2.1.zip", - "size": 12308, - "checksum": "SHA-256:5af834f2c1040fe2f9c280ca85a13bd43a704ed0aee5aa60cae3c92cc203f1a7" + "url": "https://downloads.arduino.cc/libraries/github.com/odriverobotics/ODriveArduino-0.9.0.zip", + "archiveFileName": "ODriveArduino-0.9.0.zip", + "size": 8081, + "checksum": "SHA-256:87b1b85c0d77ec223a5d8ceac18a3fe15322d2c256c72c58c3fa0af96bff72eb" }, { - "name": "EMailSender", - "version": "2.0.0", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "EMail Arduino, esp8266 and esp32 Library.", - "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", - "website": "https://github.com/xreef/EMailSender", - "category": "Communication", + "name": "ODriveArduino", + "version": "0.9.1", + "author": "ODrive Robotics Inc. \u003cinfo@odriverobotics.com\u003e", + "maintainer": "ODrive Robotics Inc. \u003cinfo@odriverobotics.com\u003e", + "sentence": "Library to control ODrive motor controllers", + "paragraph": "Allows sending setpoints, reading feedback, and changing configuration.", + "website": "https://github.com/odriverobotics/ODriveArduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/EMailSender.git", - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.0.0.zip", - "archiveFileName": "EMailSender-2.0.0.zip", - "size": 80581, - "checksum": "SHA-256:f09e512cab6632bc585f219508c6751e512ae191c5b18efd14e5dbfdb710defb" + "repository": "https://github.com/odriverobotics/ODriveArduino.git", + "providesIncludes": [ + "ODriveArduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/odriverobotics/ODriveArduino-0.9.1.zip", + "archiveFileName": "ODriveArduino-0.9.1.zip", + "size": 8623, + "checksum": "SHA-256:bb53b754826c196efb6ca0b8902cfeb00fc908719579804b389be655f169302a" }, { - "name": "EMailSender", - "version": "2.0.1", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "EMail Arduino, esp8266 and esp32 Library.", - "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", - "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", - "category": "Communication", + "name": "ODriveArduino", + "version": "0.10.0", + "author": "ODrive Robotics Inc. \u003cinfo@odriverobotics.com\u003e", + "maintainer": "ODrive Robotics Inc. \u003cinfo@odriverobotics.com\u003e", + "sentence": "Library to control ODrive motor controllers", + "paragraph": "Allows sending setpoints, reading feedback, and changing configuration.", + "website": "https://github.com/odriverobotics/ODriveArduino", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/EMailSender.git", + "repository": "https://github.com/odriverobotics/ODriveArduino.git", "providesIncludes": [ - "EMailSender.h" + "ODriveUART.h", + "ODriveCAN.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.0.1.zip", - "archiveFileName": "EMailSender-2.0.1.zip", - "size": 80866, - "checksum": "SHA-256:ad950d9d051b2bfa48e7c6656c8678fd9267b48be2f923027dfc0ccf0194231f" + "url": "https://downloads.arduino.cc/libraries/github.com/odriverobotics/ODriveArduino-0.10.0.zip", + "archiveFileName": "ODriveArduino-0.10.0.zip", + "size": 21042, + "checksum": "SHA-256:541765ac79af1d3a6cd52f22d1fa6ff521a62e5e6686f40d078fa5d5f12c3881" }, { - "name": "EMailSender", - "version": "2.1.1", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "EMail Arduino, esp8266 and esp32 Library.", - "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", - "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "name": "ChronosESP32", + "version": "1.0.1", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Setup your ESP32 as a smartwatch and connect to Chronos app over BLE.", + "paragraph": "A wrapper library for ESP32 to facilitate easy setup of a smartwatch like project. Supports syncing of notifications from the phone.", + "website": "https://github.com/fbiego/chronos-esp32", "category": "Communication", "architectures": [ "*" @@ -343079,23 +805841,31 @@ "types": [ "Contributed" ], - "repository": "https://github.com/xreef/EMailSender.git", + "repository": "https://github.com/fbiego/chronos-esp32.git", "providesIncludes": [ - "EMailSender.h" + "ChonosESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.1.zip", - "archiveFileName": "EMailSender-2.1.1.zip", - "size": 82765, - "checksum": "SHA-256:45cbbc0a279d000f16272653fb810c3893e55fd4b15b2e985f730740168e19b9" + "dependencies": [ + { + "name": "ESP32Time" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ChronosESP32-1.0.1.zip", + "archiveFileName": "ChronosESP32-1.0.1.zip", + "size": 15652, + "checksum": "SHA-256:218052b64f729239af15f48e44f1cfde281fae1e82b95c15223ae2ebbc5af75d" }, { - "name": "EMailSender", - "version": "2.1.3", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "EMail Arduino, esp8266 and esp32 Library.", - "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", - "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "name": "ChronosESP32", + "version": "1.0.2", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Setup your ESP32 as a smartwatch and connect to Chronos app over BLE.", + "paragraph": "A wrapper library for ESP32 to facilitate easy setup of a smartwatch like project. Supports syncing of notifications from the phone.", + "website": "https://github.com/fbiego/chronos-esp32", "category": "Communication", "architectures": [ "*" @@ -343103,23 +805873,31 @@ "types": [ "Contributed" ], - "repository": "https://github.com/xreef/EMailSender.git", + "repository": "https://github.com/fbiego/chronos-esp32.git", "providesIncludes": [ - "EMailSender.h" + "ChronosESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.3.zip", - "archiveFileName": "EMailSender-2.1.3.zip", - "size": 84447, - "checksum": "SHA-256:1dbd1ffb0bc60b2b2102258ab933dcb7f79f16dedcc4076350a6430f0c92988d" + "dependencies": [ + { + "name": "ESP32Time" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ChronosESP32-1.0.2.zip", + "archiveFileName": "ChronosESP32-1.0.2.zip", + "size": 15649, + "checksum": "SHA-256:b16e5cf296aefa1e0532efe5696bbf9bad509aaccd54b29c8c5a79f57da21acb" }, { - "name": "EMailSender", - "version": "2.1.4", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "EMail Arduino, esp8266 and esp32 Library.", - "paragraph": "Library to send EMail with attachments via Arduino (support W5100 like, and ENC28J60 via UIPEthernet), esp8266 (SPIFFS and SD) (core \u003c=2.4.2 must be set and \u003e2.4.2) and esp32 (SPIFFS and SD).", - "website": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", + "name": "ChronosESP32", + "version": "1.0.3", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Setup your ESP32 as a smartwatch and connect to Chronos app over BLE.", + "paragraph": "A wrapper library for ESP32 to facilitate easy setup of a smartwatch like project. Supports syncing of notifications from the phone.", + "website": "https://github.com/fbiego/chronos-esp32", "category": "Communication", "architectures": [ "*" @@ -343127,488 +805905,497 @@ "types": [ "Contributed" ], - "repository": "https://github.com/xreef/EMailSender.git", + "repository": "https://github.com/fbiego/chronos-esp32.git", "providesIncludes": [ - "EMailSender.h" + "ChronosESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/EMailSender-2.1.4.zip", - "archiveFileName": "EMailSender-2.1.4.zip", - "size": 84752, - "checksum": "SHA-256:8db18ca9730557a354e088741eaff5cd6cfed6bbd3671b2b1209bdb5ac129692" + "dependencies": [ + { + "name": "ESP32Time" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ChronosESP32-1.0.3.zip", + "archiveFileName": "ChronosESP32-1.0.3.zip", + "size": 15838, + "checksum": "SHA-256:fb427a8302612cff1a031e0bf3586fa061524ed4121ebf52774e7680ae2bb88c" }, { - "name": "Protothreads", - "version": "1.4.0-arduino.beta.1", - "author": "Ben Artin \u003cben@artins.org\u003e,Adam Dunkels", - "maintainer": "Ben Artin \u003cben@artins.org\u003e", - "sentence": "A lightweight stackless threads library", - "paragraph": "Protothreads provide linear code execution for event-driven systems. Protothreads provide sequential flow of control without complex state machines or full multi-threading.", - "website": "https://gitlab.com/airbornemint/arduino-Protothreads", - "category": "Other", + "name": "ChronosESP32", + "version": "1.0.4", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Setup your ESP32 as a smartwatch and connect to Chronos app over BLE.", + "paragraph": "A wrapper library for ESP32 to facilitate easy setup of a smartwatch like project. Supports syncing of notifications from the phone.", + "website": "https://github.com/fbiego/chronos-esp32", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/airbornemint/arduino-protothreads.git", + "repository": "https://github.com/fbiego/chronos-esp32.git", "providesIncludes": [ - "protothreads.h" + "ChronosESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/airbornemint/Protothreads-1.4.0-arduino.beta.1.zip", - "archiveFileName": "Protothreads-1.4.0-arduino.beta.1.zip", - "size": 267820, - "checksum": "SHA-256:0804a7fb770813058af86ee480fa50444b0f951e41cf1c8b541548a0039e62a7" + "dependencies": [ + { + "name": "ESP32Time" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ChronosESP32-1.0.4.zip", + "archiveFileName": "ChronosESP32-1.0.4.zip", + "size": 18203, + "checksum": "SHA-256:4abd5aa7f8025ef7c613410377df79bf1308bb8d331cc097beee8ffe2558f11f" }, { - "name": "WebSockets2_Generic", - "version": "1.0.0", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, STM32, etc. boards, with WiFiNINA, ESP8266/ESP32-AT, Ethernet W5x00/ENC28J60/LAN8742A modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", + "name": "ChronosESP32", + "version": "1.1.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "Setup your ESP32 as a smartwatch and connect to Chronos app over BLE.", + "paragraph": "A wrapper library for ESP32 to facilitate easy setup of a smartwatch like project. Supports syncing of notifications from the phone.", + "website": "https://github.com/fbiego/chronos-esp32", "category": "Communication", - "architectures": [], + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "repository": "https://github.com/fbiego/chronos-esp32.git", "providesIncludes": [ - "WebSockets2_Generic.h" + "ChronosESP32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.0.zip", - "archiveFileName": "WebSockets2_Generic-1.0.0.zip", - "size": 246677, - "checksum": "SHA-256:d8f2df6e4a43920f1b48695aa57fac4954b380650cf0ba81b75e1959a7a80c2d" + "dependencies": [ + { + "name": "ESP32Time" + }, + { + "name": "NimBLE-Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/ChronosESP32-1.1.0.zip", + "archiveFileName": "ChronosESP32-1.1.0.zip", + "size": 20000, + "checksum": "SHA-256:64661d10e33f478eb4a9af8303a9cd2f4fd83307e09c515f9ef6f9ab8b7bd262" }, { - "name": "WebSockets2_Generic", - "version": "1.0.1", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "name": "Namino_Industrial_Boards", + "version": "1.0.18", + "author": "Namino Team \u003cinfo@namino.cc\u003e", + "maintainer": "Namino Team \u003cinfo@namino.cc\u003e", + "sentence": "Namino industrial board", + "paragraph": "Control Universal ±25 V 8-Input High Speed AFE industrial interface 24/16-bit ADC", + "website": "https://github.com/namino-cc/Namino_Library", + "category": "Device Control", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", - "providesIncludes": [ - "WebSockets2_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.1.zip", - "archiveFileName": "WebSockets2_Generic-1.0.1.zip", - "size": 308379, - "checksum": "SHA-256:5eb5b70059a85bddc86484801a77633079e7bc5860e08b38c4f67fe590d5a4da" + "repository": "https://github.com/namino-cc/Namino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/namino-cc/Namino_Industrial_Boards-1.0.18.zip", + "archiveFileName": "Namino_Industrial_Boards-1.0.18.zip", + "size": 22937, + "checksum": "SHA-256:888e7d927e91100abaf3e5db2fcec7af6b04ccc8c895a9a69c46a01054ac274c" }, { - "name": "WebSockets2_Generic", + "name": "PD-10LX-Library", "version": "1.0.2", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "author": "Aquatwix", + "maintainer": "Aquatwix \u003cdorian.poissonnet@gmail.com\u003e", + "sentence": "A simple and easy library for the Keller PD-10LX (X-Line) pressure/temp sensors", + "paragraph": "A simple and easy library for the Keller PD-10LX (X-Line) pressure/temp sensors", + "website": "https://github.com/Aquatwix/PD-10LX-Library", + "category": "Sensors", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", - "providesIncludes": [ - "WebSockets2_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.2.zip", - "archiveFileName": "WebSockets2_Generic-1.0.2.zip", - "size": 1108055, - "checksum": "SHA-256:ab9e732170dab685e142c0d3c028ac8ccc29ece9f4830f5f23b0464aebd43593" + "repository": "https://github.com/Aquatwix/PD-10LX-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Aquatwix/PD_10LX_Library-1.0.2.zip", + "archiveFileName": "PD_10LX_Library-1.0.2.zip", + "size": 6357, + "checksum": "SHA-256:63de2671b10a912a56a6a830d682ab9e2e0523ccd7b5f2cbc480cd6368a91135" }, { - "name": "WebSockets2_Generic", - "version": "1.0.3", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "name": "Bonezegei_List", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple List Class", + "paragraph": "It some similarity with the standard c++ \"list\" class", + "website": "https://github.com/bonezegei/Bonezegei_List", + "category": "Other", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", + "repository": "https://github.com/bonezegei/Bonezegei_List.git", "providesIncludes": [ - "WebSockets2_Generic.h" + "Bonezegei_List.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.3.zip", - "archiveFileName": "WebSockets2_Generic-1.0.3.zip", - "size": 1148412, - "checksum": "SHA-256:4d0677915336f89640ddfabcce94275786a93b86af095ee61270d56272ac11ce" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_List-1.0.0.zip", + "archiveFileName": "Bonezegei_List-1.0.0.zip", + "size": 15729, + "checksum": "SHA-256:554c181fee61b51bed2c5aadf6ab545c0672405d869bf167f478102682d66231" }, { - "name": "WebSockets2_Generic", - "version": "1.0.4", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "name": "uNodepp", + "version": "0.0.1", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", - "providesIncludes": [ - "WebSockets2_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.4.zip", - "archiveFileName": "WebSockets2_Generic-1.0.4.zip", - "size": 1262484, - "checksum": "SHA-256:b40d94da58d5c0a351d56664e4964d3f57a5d049b7182e5cfb22e7f45a70ffc2" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.1.zip", + "archiveFileName": "uNodepp-0.0.1.zip", + "size": 25649, + "checksum": "SHA-256:4090ee11092558465fedb9c117c2d8f8adc61863517ab97c229fd7aa13325498" }, { - "name": "WebSockets2_Generic", - "version": "1.0.5", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "name": "uNodepp", + "version": "0.0.2", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", - "providesIncludes": [ - "WebSockets2_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.5.zip", - "archiveFileName": "WebSockets2_Generic-1.0.5.zip", - "size": 1272877, - "checksum": "SHA-256:9fdb5b51bfdc0655335a23f9547a8be55023fbf09ffe82db2b4f2709f9c41e6d" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.2.zip", + "archiveFileName": "uNodepp-0.0.2.zip", + "size": 25803, + "checksum": "SHA-256:af4b52ac5824639a839a811e38ef5840961f2c41ea415b45aaeb6fd526ccf65f" }, { - "name": "WebSockets2_Generic", - "version": "1.0.6", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "name": "uNodepp", + "version": "0.0.3", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", - "providesIncludes": [ - "WebSockets2_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.6.zip", - "archiveFileName": "WebSockets2_Generic-1.0.6.zip", - "size": 1563688, - "checksum": "SHA-256:005f9a427b0893099f46a12a0a1a453cdb30e0badcb8d783cc508edcb495faac" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.3.zip", + "archiveFileName": "uNodepp-0.0.3.zip", + "size": 27904, + "checksum": "SHA-256:cd31413724d89c3c74ea6fc39fa718ce67f4a049a8df5c12a58c5f487c9dc03a" }, { - "name": "WebSockets2_Generic", - "version": "1.0.7", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A library for writing modern Websockets applications with Arduino. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, etc. boards, with WiFiNINA, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "name": "uNodepp", + "version": "0.0.4", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", - "providesIncludes": [ - "WebSockets2_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.0.7.zip", - "archiveFileName": "WebSockets2_Generic-1.0.7.zip", - "size": 1636521, - "checksum": "SHA-256:be4b718e06d66d1acb94a2145b9ee33fa94e65fc8db5a5733f4abb93148737a8" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.4.zip", + "archiveFileName": "uNodepp-0.0.4.zip", + "size": 27923, + "checksum": "SHA-256:ed044fa5b71b0780583ea7842011d683388204e83f36626dfc4d7813f82aaff5" }, { - "name": "WebSockets2_Generic", - "version": "1.1.0", - "author": "Gil Maimon \u003cmail.gilmaimon@gmail.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet, Ethernet W5x00/ENC28J60/LAN8742A, ESP8266/ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home", - "paragraph": "Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC6455 (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).", - "website": "https://github.com/khoih-prog/WebSockets2_Generic", - "category": "Communication", - "architectures": [], + "name": "uNodepp", + "version": "0.0.5", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WebSockets2_Generic.git", - "providesIncludes": [ - "WebSockets2_Generic.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WebSockets2_Generic-1.1.0.zip", - "archiveFileName": "WebSockets2_Generic-1.1.0.zip", - "size": 1683445, - "checksum": "SHA-256:bcc010167a16057e9bd51eaba193a167acb410f527d6f73b2e5db2394fb5ddf9" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.5.zip", + "archiveFileName": "uNodepp-0.0.5.zip", + "size": 27949, + "checksum": "SHA-256:0a298facc8192d5e026a1e1fe65293b63d9a3c997735b8f9fd81536e6346458c" }, { - "name": "Switch2_lib", - "version": "1.0.0", - "author": "P.Vannatto", - "maintainer": "P.Vannatto \u003cpvannatto@gmail.com\u003e", - "license": "GPL-3.0-or-later", - "sentence": "A clone of Switch_lib (O.Goma) library for switching digital pins with timers, adding milliseconds", - "paragraph": "Easy to use library for switching relays with temporization, alternate periods and simple timers.", - "website": "https://github.com/pvannatto/Switch2_lib", - "category": "Timing", + "name": "uNodepp", + "version": "0.0.6", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pvannatto/Switch2_Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pvannatto/Switch2_lib-1.0.0.zip", - "archiveFileName": "Switch2_lib-1.0.0.zip", - "size": 18021, - "checksum": "SHA-256:636daffe9963263f7cba834f091ab950d05c6f2ef545a28f7d577bb21804485c" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.6.zip", + "archiveFileName": "uNodepp-0.0.6.zip", + "size": 29383, + "checksum": "SHA-256:caecd0332418547f6e5f2ef1069f5dfc554e170183987f2c6ead07f7ed7d9565" }, { - "name": "ULWOS2", - "version": "0.9.0", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.7", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.7.zip", + "archiveFileName": "uNodepp-0.0.7.zip", + "size": 29369, + "checksum": "SHA-256:80d5d731f8cabc8774db772d6feb38a3ebcc692781a2aee2b0252aff862aff57" + }, + { + "name": "uNodepp", + "version": "0.0.8", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-0.9.0.zip", - "archiveFileName": "ULWOS2-0.9.0.zip", - "size": 38028, - "checksum": "SHA-256:41e90f3f970696912c8461f479e1d422fd7d869e9b20858982008d160241cc6d" + "types": [ + "Contributed" + ], + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.8.zip", + "archiveFileName": "uNodepp-0.0.8.zip", + "size": 31454, + "checksum": "SHA-256:93b5cd36db5c6e7652ee20c43dec2294d3d8850d6017e59be1b99f15c2e18aa3" }, { - "name": "ULWOS2", - "version": "1.0.0", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.9", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.0.zip", - "archiveFileName": "ULWOS2-1.0.0.zip", - "size": 38543, - "checksum": "SHA-256:a72be1b007573ff210d0449a5de5fccb01c1fdcff1fb738c98a24ed7fcadbc90" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.9.zip", + "archiveFileName": "uNodepp-0.0.9.zip", + "size": 33447, + "checksum": "SHA-256:f2a9e2a59b6189b51051381b78b63e8f88b1578cdf787d8c3cb939d3dbcb70be" }, { - "name": "ULWOS2", - "version": "1.0.1", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.10", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.1.zip", - "archiveFileName": "ULWOS2-1.0.1.zip", - "size": 38686, - "checksum": "SHA-256:0d9fc368778906323b11a8289a0a7bfee58a88f968c959251a60b69e3d87a1d3" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.10.zip", + "archiveFileName": "uNodepp-0.0.10.zip", + "size": 33392, + "checksum": "SHA-256:f534fa123ab33d35669975514602e379db75641537e5d46665d379e6c75360ee" }, { - "name": "ULWOS2", - "version": "1.0.2", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.11", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.2.zip", - "archiveFileName": "ULWOS2-1.0.2.zip", - "size": 43524, - "checksum": "SHA-256:1a911ce9f5c5a1ab26f002f567133fd4d852a3719f859be92bd7771d92798ee4" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.11.zip", + "archiveFileName": "uNodepp-0.0.11.zip", + "size": 35145, + "checksum": "SHA-256:1f75a81cd71b9fd0d81d2435b55082b5cf0e669fe4eae0d4709331a289fdf81a" }, { - "name": "ULWOS2", - "version": "1.0.3", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on almost any platform. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.12", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.3.zip", - "archiveFileName": "ULWOS2-1.0.3.zip", - "size": 43928, - "checksum": "SHA-256:6b6562baae3f913d336ace57f001052c0153de2f29eb40040e37dec8ec9f3136" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.12.zip", + "archiveFileName": "uNodepp-0.0.12.zip", + "size": 35847, + "checksum": "SHA-256:78709b6a347d65743dbe4d84bbcecf8854c0a7f58e95dc57d60715e77538d498" }, { - "name": "ULWOS2", - "version": "1.0.4", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.13", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.0.4.zip", - "archiveFileName": "ULWOS2-1.0.4.zip", - "size": 48427, - "checksum": "SHA-256:f24d44a3ecd577581ac5f0408991b9f18e52e2ea7db02edd01b9f47ae214a6eb" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.13.zip", + "archiveFileName": "uNodepp-0.0.13.zip", + "size": 38699, + "checksum": "SHA-256:65791e4c4ca0e74522d7234ef7bd879225e43d47b383a76de7d9f2154d6b7642" }, { - "name": "ULWOS2", - "version": "1.1.0", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.14", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.1.0.zip", - "archiveFileName": "ULWOS2-1.1.0.zip", - "size": 53756, - "checksum": "SHA-256:595f329f267d88484af565be63114ce6fad9718df87ce7a80ad6259821630ce8" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.14.zip", + "archiveFileName": "uNodepp-0.0.14.zip", + "size": 39511, + "checksum": "SHA-256:e31990638419617b10f5dc6acec0a2eb62f4b2a97b538c8e9924513ccb2b5f64" }, { - "name": "ULWOS2", - "version": "1.1.1", - "author": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "maintainer": "Fábio Pereira \u003cfabio.jve@gmail.com\u003e", - "sentence": "ULWOS2 - An Ultra LightWeight Operating System", - "paragraph": "ULWOS2 is a cooperative thread scheduler 100% written in C which can run on any platform supported by GCC. You can use it to run multiple threads at the same time in a cooperative fashion", - "website": "https://github.com/fabiopjve/ULWOS2", - "category": "Other", + "name": "uNodepp", + "version": "0.0.15", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/fabiopjve/ULWOS2.git", - "providesIncludes": [ - "ULWOS2.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/fabiopjve/ULWOS2-1.1.1.zip", - "archiveFileName": "ULWOS2-1.1.1.zip", - "size": 64206, - "checksum": "SHA-256:2929c55d1c4d90f417d8bdb1acf1c09c330f2558cfb348098037b3b82d8fc46a" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.15.zip", + "archiveFileName": "uNodepp-0.0.15.zip", + "size": 39528, + "checksum": "SHA-256:09e333189fdc0c548077e3e2cf8e522e7bc96166165e1ee209ca4e96e884e7db" }, { - "name": "LegoSensorAdapter", - "version": "1.0.0", - "author": "Stanislav Jochman", - "maintainer": "Stanislav Jochman \u003cs.jochman@gmail.com\u003e", - "sentence": "Library for robot Cing with Atmega328.", - "paragraph": "This library simplifies programming of robot Cing.", - "website": "https://stanislavjochman.sk/", - "category": "Uncategorized", + "name": "uNodepp", + "version": "0.0.16", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/StanislavJochman/LegoSensorAdapter.git", - "dependencies": [ - { - "name": "i2cdetect" - }, - { - "name": "SoftwareSerial" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/StanislavJochman/LegoSensorAdapter-1.0.0.zip", - "archiveFileName": "LegoSensorAdapter-1.0.0.zip", - "size": 10260, - "checksum": "SHA-256:f9db9e291a1b322a335dee238b7235a23de6051160aee50354e33d077a77baff" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.16.zip", + "archiveFileName": "uNodepp-0.0.16.zip", + "size": 39710, + "checksum": "SHA-256:6c093cfec04968e77ebde1b20d5db2fb2bd93f5c22f928dd79278ce1ff5f8705" }, { - "name": "Custom PID", - "version": "1.0.0", - "author": "Assailing Falcons \u003chttps://assailing-falcons.github.io/\u003e", - "maintainer": "Saksham Bhutani \u003cinfo@adafruit.com\u003e", - "sentence": "Library PID Control System.", - "paragraph": "Designed specifically for Team Assailing Falcons.", - "website": "https://github.com/Falcons21/Custom_PID", + "name": "uNodepp", + "version": "0.0.17", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", "category": "Device Control", "architectures": [ "*" @@ -343616,135 +806403,125 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Falcons21/Custom_PID.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Falcons21/Custom_PID-1.0.0.zip", - "archiveFileName": "Custom_PID-1.0.0.zip", - "size": 6679, - "checksum": "SHA-256:5743200ce681f0045599d3eaa9e71278c7a4a74fd4cad22b9808ea1174e6edef" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.17.zip", + "archiveFileName": "uNodepp-0.0.17.zip", + "size": 39848, + "checksum": "SHA-256:597713857b463bccdb0380e086bb912820a1680539299de5fa5c7c574222330f" }, { - "name": "107-Arduino-NMEA-Parser", - "version": "1.0.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Description Arduino library for interfacing with the PA1010D GPS module (MTK3333 chipset) and interpreting its NMEA messages.", - "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", - "category": "Communication", + "name": "uNodepp", + "version": "0.0.18", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", - "providesIncludes": [ - "ArduinoNmeaParser.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.0.zip", - "archiveFileName": "107_Arduino_NMEA_Parser-1.0.0.zip", - "size": 209593, - "checksum": "SHA-256:87bf3b75baa60143c1c58dbbc9244c634fa82f7ad28b1953d46e9f3e17da97be" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.18.zip", + "archiveFileName": "uNodepp-0.0.18.zip", + "size": 40860, + "checksum": "SHA-256:c079c49100c67cc47ab879683de5f786b5a21e27674d11b74abbc7c122b1b313" }, { - "name": "107-Arduino-NMEA-Parser", - "version": "1.0.1", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Description Arduino library for interfacing with the PA1010D GPS module (MTK3333 chipset) and interpreting its NMEA messages.", - "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", - "category": "Communication", + "name": "uNodepp", + "version": "0.0.19", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", - "providesIncludes": [ - "ArduinoNmeaParser.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.1.zip", - "archiveFileName": "107_Arduino_NMEA_Parser-1.0.1.zip", - "size": 210261, - "checksum": "SHA-256:fd264c3ac3cc0f36b5c94e199d873cb63a18bdde7f6f5aa26327a023b7bb0521" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.19.zip", + "archiveFileName": "uNodepp-0.0.19.zip", + "size": 40802, + "checksum": "SHA-256:17e7b3682fb4c40319c53a79aafe6c72fdbd838e9125ee91780a7c5d37e09b39" }, { - "name": "107-Arduino-NMEA-Parser", - "version": "1.0.2", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with any GPS module and interpreting its NMEA messages.", - "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", - "category": "Communication", + "name": "uNodepp", + "version": "0.0.20", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", - "providesIncludes": [ - "ArduinoNmeaParser.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.2.zip", - "archiveFileName": "107_Arduino_NMEA_Parser-1.0.2.zip", - "size": 212619, - "checksum": "SHA-256:10f3943f7697ac5f21850c8863a0bdffb3d11396040af8376c59bb5b4c7bc331" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.20.zip", + "archiveFileName": "uNodepp-0.0.20.zip", + "size": 42475, + "checksum": "SHA-256:5c8626957a58a960c45734ab8bb2250b7fc0c059818421c7891c580c1be96cf4" }, { - "name": "107-Arduino-NMEA-Parser", - "version": "1.0.3", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with any GPS module and interpreting its NMEA messages.", - "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", - "category": "Communication", + "name": "uNodepp", + "version": "0.0.21", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/EDBCREPO/uNODEPP", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", - "providesIncludes": [ - "ArduinoNmeaParser.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.0.3.zip", - "archiveFileName": "107_Arduino_NMEA_Parser-1.0.3.zip", - "size": 212526, - "checksum": "SHA-256:e052692ae17b4a040da1ca2c2728c3a63bd382058d07b76e4985e662ed303f6d" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.21.zip", + "archiveFileName": "uNodepp-0.0.21.zip", + "size": 42492, + "checksum": "SHA-256:06ff55cb48b565f31dce60be549bdd59bd35583555270efe25da7ee9d7dd628a" }, { - "name": "107-Arduino-NMEA-Parser", - "version": "1.1.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.", - "website": "https://github.com/107-systems/107-Arduino-NMEA-Parser", - "category": "Communication", + "name": "uNodepp", + "version": "0.0.22", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/NodeppOficial/uNodepp", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-NMEA-Parser.git", - "providesIncludes": [ - "ArduinoNmeaParser.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_NMEA_Parser-1.1.0.zip", - "archiveFileName": "107_Arduino_NMEA_Parser-1.1.0.zip", - "size": 227804, - "checksum": "SHA-256:1f9c498101ce306b2c7870cecaea8722acda7fc24556c9354e7907a652582a0b" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-0.0.22.zip", + "archiveFileName": "uNodepp-0.0.22.zip", + "size": 42551, + "checksum": "SHA-256:cb173179e0c6e7152cc7cacdbaafac012bcc628a1eed619dea9a91d6624e4d90" }, { - "name": "Octofet", - "version": "1.0.0", - "author": "Igor Dementiev \u003cigor@amperka.ru\u003e", - "maintainer": "Amperka \u003cdev@amperka.com\u003e", - "sentence": "Amperka Octofet board (eight-channel power switch) interface library.", - "paragraph": "Control multiple high-power loads through the Amperka Octofet board using hardware or software SPI interface.", - "website": "https://github.com/amperka/Octofet", + "name": "uNodepp", + "version": "1.0.1", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/NodeppOficial/uNodepp", "category": "Device Control", "architectures": [ "*" @@ -343752,19 +806529,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/amperka/Octofet.git", - "url": "https://downloads.arduino.cc/libraries/github.com/amperka/Octofet-1.0.0.zip", - "archiveFileName": "Octofet-1.0.0.zip", - "size": 19347, - "checksum": "SHA-256:8ff5a23a291f362000ff1a92daa3a85f52711e43d84f0e19cba4a29516dc7a41" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-1.0.1.zip", + "archiveFileName": "uNodepp-1.0.1.zip", + "size": 42623, + "checksum": "SHA-256:105c8a59c87992ffa7f3accf2178d9ac8f84034b5cfbe16d614e2cd58843837d" }, { - "name": "optoma", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library to control Optoma W305ST beamer over RS232.", - "website": "https://github.com/RobTillaart/optoma", + "name": "uNodepp", + "version": "1.0.2", + "author": "EDBCREPO", + "maintainer": "EDBCREPO \u003cbecerracenmanueld@gmail.com\u003e", + "sentence": "uNode++ is a C++ library that allow building applications in C++ as if it were being written in NodeJS compatible with Arduino Uno.", + "paragraph": "uNode++ is an innovative open source project that aims to make it easier to create applications in C++. This project introduces a high-level abstraction layer that allows developers to write C++ code in a way that is similar to how they would write code in NodeJS.", + "website": "https://github.com/NodeppOficial/uNodepp", "category": "Device Control", "architectures": [ "*" @@ -343772,1364 +806550,1476 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Optoma.git", - "providesIncludes": [ - "optoma.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/optoma-0.1.1.zip", - "archiveFileName": "optoma-0.1.1.zip", - "size": 5069, - "checksum": "SHA-256:fdeffe6a9e1faa7f0278bbf9f2ebe891881e655ae1a48f809b3d139c22039f4d" + "repository": "https://github.com/NodeppOficial/uNodepp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/NodeppOficial/uNodepp-1.0.2.zip", + "archiveFileName": "uNodepp-1.0.2.zip", + "size": 39877, + "checksum": "SHA-256:f3a985124bae3132bc89d14fce5312d56f8040b4c561ce7ca248929ad2a22d89" }, { - "name": "SDI-12", - "version": "2.1.0", - "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", - "paragraph": "This library provides a general software solution, without requiring any additional hardware.", - "website": "https://github.com/EnviroDIY/Arduino-SDI-12", + "name": "Timber", + "version": "1.0.0", + "author": "fbiego", + "maintainer": "fbiego", + "sentence": "A wrapper logging Arduino library.", + "paragraph": "This library offers a set of methods that enable the display of logs at specific levels.", + "website": "https://github.com/fbiego/Timber", "category": "Communication", "architectures": [ - "avr", - "sam", - "samd", - "espressif" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "repository": "https://github.com/fbiego/Timber.git", "providesIncludes": [ - "SDI12.h" + "Timber.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.0.zip", - "archiveFileName": "SDI_12-2.1.0.zip", - "size": 3164280, - "checksum": "SHA-256:d251c0170e85d8bec9afd9d06a2e37e016e5be72df5a06f68e39db0b26a28fcf" + "url": "https://downloads.arduino.cc/libraries/github.com/fbiego/Timber-1.0.0.zip", + "archiveFileName": "Timber-1.0.0.zip", + "size": 7356, + "checksum": "SHA-256:363920e01f4bba3a0d2de5f6e70c5cccf0de311bacdea0a8372c553b692911c0" }, { - "name": "SDI-12", - "version": "2.1.1", - "author": "Kevin M. Smith \u003cKevin@elite-education.org\u003e, Shannon Hicks \u003cshicks@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.", - "paragraph": "This library provides a general software solution, without requiring any additional hardware.", - "website": "https://github.com/EnviroDIY/Arduino-SDI-12", - "category": "Communication", + "name": "Raspberry Pi Pico CPU Temperature", + "version": "0.1.0", + "author": "Francisco Torres", + "maintainer": "Francisco Torres (deimoshall.dev)", + "sentence": "Get the CPU temperature of your Raspberry Pi Pico", + "paragraph": "This is a simple library to get the CPU temperature of your Raspberry Pi Pico.", + "website": "https://github.com/DeimosHall/RP2040_CPU_Temperature.git", + "category": "Uncategorized", "architectures": [ - "avr", - "sam", - "samd", - "espressif" + "rp2040", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/Arduino-SDI-12.git", + "repository": "https://github.com/DeimosHall/RP2040_CPU_Temperature.git", "providesIncludes": [ - "SDI12.h" + "CPU.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SDI_12-2.1.1.zip", - "archiveFileName": "SDI_12-2.1.1.zip", - "size": 3164279, - "checksum": "SHA-256:bf2591dcdfa8ad7071cd9919013307925d913d6a24305207f9b3be06d3a0e0aa" + "url": "https://downloads.arduino.cc/libraries/github.com/DeimosHall/Raspberry_Pi_Pico_CPU_Temperature-0.1.0.zip", + "archiveFileName": "Raspberry_Pi_Pico_CPU_Temperature-0.1.0.zip", + "size": 5613, + "checksum": "SHA-256:d47d14bcccbc4524662eadcff03c6e413afb69998c56f403bca0f68202bef529" }, { - "name": "ES920", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "Raspberry Pi Pico CPU Temperature", + "version": "1.0.0", + "author": "Francisco Torres", + "maintainer": "Francisco Torres (deimoshall.dev)", + "sentence": "Get the CPU temperature of your Raspberry Pi Pico", + "paragraph": "This is a simple library to get the CPU temperature of your Raspberry Pi Pico.", + "website": "https://github.com/DeimosHall/RP2040_CPU_Temperature.git", + "category": "Uncategorized", "architectures": [ - "*" + "rp2040", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.0.zip", - "archiveFileName": "ES920-0.1.0.zip", - "size": 300313, - "checksum": "SHA-256:349c762f3d0f716024dfa9066615627a9aebff7c017917d1b5a64fb04022569f" + "repository": "https://github.com/DeimosHall/RP2040_CPU_Temperature.git", + "providesIncludes": [ + "CPU.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DeimosHall/Raspberry_Pi_Pico_CPU_Temperature-1.0.0.zip", + "archiveFileName": "Raspberry_Pi_Pico_CPU_Temperature-1.0.0.zip", + "size": 5673, + "checksum": "SHA-256:b7923f467d0e80cd18d3b63dee36c35a80a6e8d8672c23292b0e568135c55eb0" }, { - "name": "ES920", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "PCA9553", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9553 I2C LED driver 4 channel", + "website": "https://github.com/RobTillaart/PCA9553", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.1.zip", - "archiveFileName": "ES920-0.1.1.zip", - "size": 300816, - "checksum": "SHA-256:22e60d3dcaf37ad851c9c15533357cd3bddd161cdcaa52b316195493b0178b29" + "repository": "https://github.com/RobTillaart/PCA9553.git", + "providesIncludes": [ + "PCA9553.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9553-0.1.0.zip", + "archiveFileName": "PCA9553-0.1.0.zip", + "size": 9431, + "checksum": "SHA-256:ce5d30062b60622828720bbbf456ee4f480a033cee268cf568173183c0a71309" }, { - "name": "ES920", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "PCA9553", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9553 I2C LED driver 4 channel", + "website": "https://github.com/RobTillaart/PCA9553", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.2.zip", - "archiveFileName": "ES920-0.1.2.zip", - "size": 301626, - "checksum": "SHA-256:71e8251da0ebc7fa4ab47918e1518c48e9a294e13e817d8dfadd9377c64f5e7f" + "repository": "https://github.com/RobTillaart/PCA9553.git", + "providesIncludes": [ + "PCA9553.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9553-0.2.0.zip", + "archiveFileName": "PCA9553-0.2.0.zip", + "size": 14900, + "checksum": "SHA-256:ba6b64f2b23c27815fd68b83cc88333fc8b48072ee11d7439964116aca21a440" }, { - "name": "ES920", - "version": "0.1.3", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "PCA9553", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9553 I2C LED driver 4 channel", + "website": "https://github.com/RobTillaart/PCA9553", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.3.zip", - "archiveFileName": "ES920-0.1.3.zip", - "size": 301754, - "checksum": "SHA-256:40d6031c6c6227a85206a2b47f8d05ce2928805b735c0cd3f438fe3e2122cf57" + "repository": "https://github.com/RobTillaart/PCA9553.git", + "providesIncludes": [ + "PCA9553.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9553-0.2.1.zip", + "archiveFileName": "PCA9553-0.2.1.zip", + "size": 15101, + "checksum": "SHA-256:f07d84d50e45894933700def2e118c03c71c6190c921cb78bcf77cb78234cc93" }, { - "name": "ES920", - "version": "0.1.4", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "PCA9553", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9553 I2C LED driver 4 channel", + "website": "https://github.com/RobTillaart/PCA9553", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.4.zip", - "archiveFileName": "ES920-0.1.4.zip", - "size": 301753, - "checksum": "SHA-256:9f3a5cc3059c94f6709b57fdf36beee14823c1f60d594a49cb00d27555634091" + "repository": "https://github.com/RobTillaart/PCA9553.git", + "providesIncludes": [ + "PCA9553.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9553-0.3.0.zip", + "archiveFileName": "PCA9553-0.3.0.zip", + "size": 15199, + "checksum": "SHA-256:b3b3eb44bb33c7e457c3a190aa646de6a39c28826ea64ecdabd79e1e16e993f1" }, { - "name": "ES920", - "version": "0.1.5", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "Bonezegei_XPT2046", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Library XPT2046 Resistive Touch Controller", + "paragraph": "Simple Library XPT2046 Resistive Touch Controller", + "website": "https://github.com/bonezegei/Bonezegei_XPT2046", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.5.zip", - "archiveFileName": "ES920-0.1.5.zip", - "size": 302005, - "checksum": "SHA-256:462e32c4f0d9bb944e5c3e348aa3b1f318f69471c8c6ca362942451bed662e71" + "repository": "https://github.com/bonezegei/Bonezegei_XPT2046.git", + "providesIncludes": [ + "Bonezegei_XPT2046.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_XPT2046-1.0.0.zip", + "archiveFileName": "Bonezegei_XPT2046-1.0.0.zip", + "size": 15972, + "checksum": "SHA-256:399c3b8d07eb1abc3ccd370b912151347dfd519ac9ba0d4269c7617b808e2c01" }, { - "name": "ES920", - "version": "0.1.6", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "Bonezegei_XPT2046", + "version": "1.0.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Library XPT2046 Resistive Touch Controller", + "paragraph": "XPT2046 Resistive Touch Controller, outputs raw X and Y value", + "website": "https://github.com/bonezegei/Bonezegei_XPT2046", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.6.zip", - "archiveFileName": "ES920-0.1.6.zip", - "size": 302011, - "checksum": "SHA-256:7f0fd0bcfe6bfb032bc77fa55f15c659153024ac0fe8a55532a2dd5a779cabbf" + "repository": "https://github.com/bonezegei/Bonezegei_XPT2046.git", + "providesIncludes": [ + "Bonezegei_XPT2046.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_XPT2046-1.0.1.zip", + "archiveFileName": "Bonezegei_XPT2046-1.0.1.zip", + "size": 16080, + "checksum": "SHA-256:4b9a81267e3940a0a8f44dfa44b69884614f494d87ec9f92a14e011b4d63566a" }, { - "name": "ES920", - "version": "0.1.7", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "YoupiLabESP32_IOT", + "version": "1.0.0", + "author": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "maintainer": "YoupiLab Iot \u003cadmin@iot.youpilab.com\u003e", + "sentence": "library for Esp32", + "paragraph": "Library for fast, easy data communication on the IoT platform (https://iot.youpilab.com).", + "website": "https://github.com/YoupiLab/YoupiLabESP32_IOT", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.7.zip", - "archiveFileName": "ES920-0.1.7.zip", - "size": 302390, - "checksum": "SHA-256:166ad9bd7b36c00dc0d69f773ee0fa8172553ecc9592f77b81e692c71a7cb7e3" + "repository": "https://github.com/YoupiLab/YoupiLabESP32_IOT.git", + "providesIncludes": [ + "YoupiLabESP32_IOT.h" + ], + "dependencies": [ + { + "name": "ArduinoHttpClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/YoupiLab/YoupiLabESP32_IOT-1.0.0.zip", + "archiveFileName": "YoupiLabESP32_IOT-1.0.0.zip", + "size": 6731, + "checksum": "SHA-256:48e4ec6ab34a30f0a1e0b4660b45ca0ab8792abcd00b8ec97bd1adf2783b2b47" }, { - "name": "ES920", - "version": "0.1.8", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "Bonezegei_Utility", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.8.zip", - "archiveFileName": "ES920-0.1.8.zip", - "size": 330389, - "checksum": "SHA-256:1854a53f5db3ba00cf0c02e8c39e3406f005d008c9038e218aa818b184d8b750" + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", + "providesIncludes": [ + "Bonezegei_Utility.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.0.0.zip", + "archiveFileName": "Bonezegei_Utility-1.0.0.zip", + "size": 15895, + "checksum": "SHA-256:63bc316c223769e65e21a63c1264312a6ae9cab10e17fa45425b82d167f2c669" }, { - "name": "ES920", - "version": "0.1.9", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "paragraph": "Arduino library for ES920/ES920LR FSK/LoRa wireless module", - "website": "https://github.com/hideakitai/ES920", - "category": "Device Control", + "name": "Bonezegei_Utility", + "version": "1.1.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/ES920.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/ES920-0.1.9.zip", - "archiveFileName": "ES920-0.1.9.zip", - "size": 481384, - "checksum": "SHA-256:3c9fd8661b98ca7b5a68a6aecfb44122fc6718620e4a1d8c4df9036e61649b29" + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", + "providesIncludes": [ + "Bonezegei_Utility.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.0.zip", + "archiveFileName": "Bonezegei_Utility-1.1.0.zip", + "size": 62305, + "checksum": "SHA-256:2c3600deb117b4190ca809cbfa6d076a3df8c0ec66e841cb8b48710a742358c7" }, { - "name": "timing", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with wrapper classes for seconds millis micros.", - "paragraph": "These wrappers allow to reset the value of the time.", - "website": "https://github.com/RobTillaart/timing", - "category": "Uncategorized", + "name": "Bonezegei_Utility", + "version": "1.1.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/timing.git", + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", "providesIncludes": [ - "timing.h" + "Bonezegei_Utility.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/timing-0.2.0.zip", - "archiveFileName": "timing-0.2.0.zip", - "size": 6571, - "checksum": "SHA-256:b1fee2c3296bf75669e616dee74cd846b51a862116c57aa202aea8d52dd10a08" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.2.zip", + "archiveFileName": "Bonezegei_Utility-1.1.2.zip", + "size": 62412, + "checksum": "SHA-256:566b0131965f29edc4df97acc36ed34b0b2de90eb29937082cb620a1ff7dbf0d" }, { - "name": "Easy ESP Arduino IoT with CC1101", - "version": "1.0.0", - "author": "Faptastic", - "maintainer": "Faptastic", - "sentence": "Easy to use Arduino Library for the TI CC1101 Low-Power Sub-1GHz RF Transceiver", - "paragraph": "An easy to use library to send and receive messages between IoT devices / ESP8266's or ESP32's using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver", - "website": "https://github.com/mrfaptastic/Easy-ESP-IoT-Arduino-CC1101-LORA", - "category": "Communication", + "name": "Bonezegei_Utility", + "version": "1.1.3", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrfaptastic/Easy-IoT-Arduino-CC1101-LORA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/Easy_ESP_Arduino_IoT_with_CC1101-1.0.0.zip", - "archiveFileName": "Easy_ESP_Arduino_IoT_with_CC1101-1.0.0.zip", - "size": 1184087, - "checksum": "SHA-256:91fa3770ba1dc2289b44f52a3e8e491e99efdfcbb4a500cb5495ee9b70edf38d" + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", + "providesIncludes": [ + "Bonezegei_Utility.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.3.zip", + "archiveFileName": "Bonezegei_Utility-1.1.3.zip", + "size": 62444, + "checksum": "SHA-256:1a89a774a5a9243d8c2ed5d05c821adebe4045bbb9cbfe5bc0e5d22efd407cd3" }, { - "name": "AD520X", - "version": "0.0.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", - "website": "https://github.com/RobTillaart/AD520X", - "category": "Sensors", + "name": "Bonezegei_Utility", + "version": "1.1.4", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD520X.git", + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", "providesIncludes": [ - "AD520X.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } + "Bonezegei_Utility.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.0.1.zip", - "archiveFileName": "AD520X-0.0.1.zip", - "size": 5710, - "checksum": "SHA-256:11a14b4811d8fb1b985b06bf0dcb253b0ec50aabc289d57dac17446e0ea63ab3" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.4.zip", + "archiveFileName": "Bonezegei_Utility-1.1.4.zip", + "size": 62583, + "checksum": "SHA-256:b84bc401647b71d69632c4dc2d5badc6bffb9e30d266586a79308efc465cba1e" }, { - "name": "AD520X", - "version": "0.0.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", - "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", - "website": "https://github.com/RobTillaart/AD520X", - "category": "Sensors", + "name": "Bonezegei_Utility", + "version": "1.1.5", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD520X.git", + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", "providesIncludes": [ - "AD520X.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } + "Bonezegei_Utility.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.0.2.zip", - "archiveFileName": "AD520X-0.0.2.zip", - "size": 6191, - "checksum": "SHA-256:1b6673b0e98f2b2c6fdd664927b0fca7fa01aec9fb8c5a96577eacbc687a9ddc" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.5.zip", + "archiveFileName": "Bonezegei_Utility-1.1.5.zip", + "size": 62590, + "checksum": "SHA-256:502f2cd397e7ab09d282475aad2c551ee6b4402baab75a433dc6b39ca1d749fd" }, { - "name": "AD520X", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", - "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", - "website": "https://github.com/RobTillaart/AD520X", - "category": "Sensors", + "name": "Bonezegei_Utility", + "version": "1.1.6", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD520X.git", + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", "providesIncludes": [ - "AD520X.h" - ], - "dependencies": [ - { - "name": "SPI.h" - } + "Bonezegei_Utility.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.1.0.zip", - "archiveFileName": "AD520X-0.1.0.zip", - "size": 6647, - "checksum": "SHA-256:cffd3e485f46a95eadac91c8d870b4a82a36255893e0fd244db2247812d753fe" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.6.zip", + "archiveFileName": "Bonezegei_Utility-1.1.6.zip", + "size": 78142, + "checksum": "SHA-256:946b38b77879cd85e8de514fbca0414f7de241dd2622f82d127f5d21e8f44eab" }, { - "name": "AD520X", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for SPI AD5204 and AD5206 digital potentiometers", - "paragraph": "Not tested but should work for AD8400, AD8402 and AD8403.", - "website": "https://github.com/RobTillaart/AD520X", - "category": "Sensors", + "name": "Bonezegei_Utility", + "version": "1.1.7", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD520X.git", + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", "providesIncludes": [ - "AD520X.h" + "Bonezegei_Utility.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD520X-0.1.1.zip", - "archiveFileName": "AD520X-0.1.1.zip", - "size": 8030, - "checksum": "SHA-256:217c654f36218d3c3b86a8b4b66bbc6ade1e80b0dcda77257959fa4be5888f75" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.7.zip", + "archiveFileName": "Bonezegei_Utility-1.1.7.zip", + "size": 78170, + "checksum": "SHA-256:facb4e8e8170cdf7b18d48dd0f445f72a7bc32ad92ef8e2bc49e00177482b62e" }, { - "name": "PCF8591", - "version": "0.0.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "PCF8591 library for Arduino.", - "paragraph": "8 bits ADC.", - "website": "https://github.com/RobTillaart/Arduino/tree/master/libraries/", - "category": "Signal Input/Output", + "name": "Bonezegei_Utility", + "version": "1.1.8", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Simple Utility for Bonezegei Libraries", + "paragraph": "This Library contains several useful classes (Rectangles Class, Point Class, etc)", + "website": "https://github.com/bonezegei/Bonezegei_Utility", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8591.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8591-0.0.2.zip", - "archiveFileName": "PCF8591-0.0.2.zip", - "size": 9343, - "checksum": "SHA-256:44723e5dbeb25fa93b6b44b6f4aae6fe316f0ec379ce5be6bc2830fffb7ecc1b" + "repository": "https://github.com/bonezegei/Bonezegei_Utility.git", + "providesIncludes": [ + "Bonezegei_Utility.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Utility-1.1.8.zip", + "archiveFileName": "Bonezegei_Utility-1.1.8.zip", + "size": 78213, + "checksum": "SHA-256:7e3fa8d2f2c13d8df5eb925bbc80552a65f92c75a43d40506310d0e69a14a924" }, { - "name": "SparkFun MicroPressure Library", + "name": "Bluewhale", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to read Honeywell's MPR series micropressure sensor.", - "paragraph": "Communicates with the micro pressure sensor over I2C to quickly integrate a pressure sensor into your project.", - "website": "https://www.sparkfun.com/products/16476", - "category": "Sensors", + "author": "mizuyoukanao", + "maintainer": "mizuyoukanao", + "sentence": "GameCube comms library using the RP2040's PIO", + "paragraph": "GameCube comms library using the RP2040's PIO", + "website": "https://github.com/mizuyoukanao/Bluewhale", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MicroPressure_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroPressure_Library-1.0.0.zip", - "archiveFileName": "SparkFun_MicroPressure_Library-1.0.0.zip", - "size": 7304, - "checksum": "SHA-256:7e8e948ea8b1b212c32be3fb39c461051fbf7c592bf8ad7cb9fbeb90216ca1ae" + "repository": "https://github.com/mizuyoukanao/Bluewhale.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mizuyoukanao/Bluewhale-1.0.0.zip", + "archiveFileName": "Bluewhale-1.0.0.zip", + "size": 25056, + "checksum": "SHA-256:5629e60511e9d8dac472c1f8b7f6fbd2a2b6d2a86a74f53df26d35b1ce811416" }, { - "name": "ADT7470", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for a heartbeat function.", - "paragraph": "blinking led by frequent polling.", - "website": "https://github.com/RobTillaart/ADT7470", - "category": "Device Control", + "name": "Bonezegei_ILI9341v2", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "ILI9341 Driver", + "paragraph": "ILI9341 LCD Module Supports old and new ILI9341 variant, with minimal functions. Install along with Bonezegei Utiliy Library", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341v2", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADT7470.git", + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341v2.git", "providesIncludes": [ - "ADT7470.h" + "Bonezegei_ILI9341v2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.0.zip", - "archiveFileName": "ADT7470-0.1.0.zip", - "size": 564638, - "checksum": "SHA-256:0f3c5fd8305e9c996c701a796699086dc3e3f065c0ff0f4f062e80d6efeae150" + "dependencies": [ + { + "name": "Bonezegei_Utility" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341v2-1.0.0.zip", + "archiveFileName": "Bonezegei_ILI9341v2-1.0.0.zip", + "size": 21325, + "checksum": "SHA-256:af3d7cf9dac3a76e71c3038c83b27959ba7325c088265f560b7ef679fedbf3ea" }, { - "name": "ADT7470", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "ADT7470 Library", - "paragraph": "Arduino library for I2C ADT7470 Fan Monitoring", - "website": "https://github.com/RobTillaart/ADT7470", - "category": "Device Control", + "name": "Bonezegei_ILI9341v2", + "version": "1.0.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "ILI9341 Driver", + "paragraph": "ILI9341 LCD Module Supports old and new ILI9341 variant, with minimal functions. Install along with Bonezegei Utiliy Library", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341v2", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADT7470.git", + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341v2.git", "providesIncludes": [ - "ADT7470.h" + "Bonezegei_ILI9341v2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADT7470-0.1.2.zip", - "archiveFileName": "ADT7470-0.1.2.zip", - "size": 565893, - "checksum": "SHA-256:26e3adc77b2dd3e66c17d295bedbf277907431d6d19c4516b71167b3f34f5ec7" + "dependencies": [ + { + "name": "Bonezegei_Utility" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341v2-1.0.2.zip", + "archiveFileName": "Bonezegei_ILI9341v2-1.0.2.zip", + "size": 21446, + "checksum": "SHA-256:6f90caebc843693854289bb13f0d1faffce9729836ffbd888b5eb77db552cedf" }, { - "name": "AsyncTelegram", - "version": "1.0.2", - "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", - "paragraph": "A simple, easy to use and async Arduino library for using Telegram bots on ESP8266 and ESP32 chips. In order to use this library you need the ArduinoJson library (release 6.x) installed. Inline keyboard supported. Localization messages supported. Fingerprint authentication and 2.5.0 ESP8266 Toolchain/Library support. NEW: Reply Keyboard added!", - "website": "https://github.com/cotestatnt/asynctelegram", - "category": "Communication", + "name": "Bonezegei_ILI9341v2", + "version": "1.0.3", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "ILI9341 Driver", + "paragraph": "ILI9341 LCD Module Supports old and new ILI9341 variant, with minimal functions. Install along with Bonezegei Utiliy Library", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341v2", + "category": "Display", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cotestatnt/AsyncTelegram.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.2.zip", - "archiveFileName": "AsyncTelegram-1.0.2.zip", - "size": 34011, - "checksum": "SHA-256:881ed125eef5792965129d7da85a3a972bd9034f8937588e85d56128bf7564a1" + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341v2.git", + "providesIncludes": [ + "Bonezegei_ILI9341v2.h" + ], + "dependencies": [ + { + "name": "Bonezegei_Utility" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341v2-1.0.3.zip", + "archiveFileName": "Bonezegei_ILI9341v2-1.0.3.zip", + "size": 21462, + "checksum": "SHA-256:ae1eb8deaae4707852db6162ed266f125bfccf54b5b7c5d5f841e5cfe3baf80e" }, { - "name": "AsyncTelegram", + "name": "Bonezegei_ILI9341v2", "version": "1.0.4", - "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", - "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", - "website": "https://github.com/cotestatnt/asynctelegram", - "category": "Communication", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "ILI9341 Driver", + "paragraph": "ILI9341 LCD Module Supports old and new ILI9341 variant, with minimal functions. Install along with Bonezegei Utiliy Library", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341v2", + "category": "Display", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cotestatnt/AsyncTelegram.git", - "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.4.zip", - "archiveFileName": "AsyncTelegram-1.0.4.zip", - "size": 32792, - "checksum": "SHA-256:33e9f7815911cebfbc057183b3df2f2b89a0fb978d921b6ef3f4d18b41c2f8b1" + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341v2.git", + "providesIncludes": [ + "Bonezegei_ILI9341v2.h" + ], + "dependencies": [ + { + "name": "Bonezegei_Utility" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341v2-1.0.4.zip", + "archiveFileName": "Bonezegei_ILI9341v2-1.0.4.zip", + "size": 21424, + "checksum": "SHA-256:b87b342c03c96fd7321b2e00596a0193dfe6cdae143b162f597a49a9a1765029" }, { - "name": "AsyncTelegram", + "name": "Bonezegei_ILI9341v2", "version": "1.0.5", - "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", - "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", - "website": "https://github.com/cotestatnt/asynctelegram", - "category": "Communication", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "ILI9341 Driver", + "paragraph": "ILI9341 LCD Module Supports old and new ILI9341 variant, with minimal functions. Install along with Bonezegei Utiliy Library", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341v2", + "category": "Display", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341v2.git", + "providesIncludes": [ + "Bonezegei_ILI9341v2.h" + ], "dependencies": [ { - "name": "ArduinoJson" + "name": "Bonezegei_Utility" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.5.zip", - "archiveFileName": "AsyncTelegram-1.0.5.zip", - "size": 33590, - "checksum": "SHA-256:80a6aef7dcfb754209dd1a7570052e2702a3b5b4d29294d56a988d49776d7d1e" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341v2-1.0.5.zip", + "archiveFileName": "Bonezegei_ILI9341v2-1.0.5.zip", + "size": 21426, + "checksum": "SHA-256:9348f34d4120ff0c49b025a174f7a410ce193add6ba38beed78fa39e8e0274f5" }, { - "name": "AsyncTelegram", + "name": "Bonezegei_ILI9341v2", "version": "1.0.6", - "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", - "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", - "website": "https://github.com/cotestatnt/asynctelegram", - "category": "Communication", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "ILI9341 Driver", + "paragraph": "ILI9341 LCD Module Supports old and new ILI9341 variant, with minimal functions. Install along with Bonezegei Utiliy Library", + "website": "https://github.com/bonezegei/Bonezegei_ILI9341v2", + "category": "Display", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "repository": "https://github.com/bonezegei/Bonezegei_ILI9341v2.git", + "providesIncludes": [ + "Bonezegei_ILI9341v2.h" + ], "dependencies": [ { - "name": "ArduinoJson" + "name": "Bonezegei_Utility" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.6.zip", - "archiveFileName": "AsyncTelegram-1.0.6.zip", - "size": 394493, - "checksum": "SHA-256:93d7754694ff991667ffe3555b70fb7c2447fbd951e60b04aa012bde4ea2cb0e" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_ILI9341v2-1.0.6.zip", + "archiveFileName": "Bonezegei_ILI9341v2-1.0.6.zip", + "size": 21560, + "checksum": "SHA-256:71025dc81775e72aa99fcce1ee244179c16e86fa15a02476a9d4e684c7897ec8" }, { - "name": "AsyncTelegram", - "version": "1.0.7", - "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", - "sentence": "Simple Arduino Telegram BOT library for ESP8266 and ESP32", - "paragraph": "Async and no blocking Arduino library for using Telegram bots on ESP8266 and ESP32 platforms. Image message supported(both url and filesystem). Reply and Inline keyboard (with callback functions) supported. Localization messages supported. Fingerprint authentication autoupdate.", - "website": "https://github.com/cotestatnt/asynctelegram", + "name": "ACANFD_STM32", + "version": "1.0.0", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A STM32 FDCAN driver.", + "paragraph": "This library is a FDCAN network driver for NUCLEO-G431KC, NUCLEO-G474RE and NUCLEO-H743ZI2 boards. Default configuration enables reception of all frames. Reception filters can be easily defined. SystemClock can be redefined in order to match a given data bit rate. Compatible with ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acanfd-stm32", "category": "Communication", "architectures": [ - "esp8266", + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-stm32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_STM32-1.0.0.zip", + "archiveFileName": "ACANFD_STM32-1.0.0.zip", + "size": 326837, + "checksum": "SHA-256:53da5ae31ee4af41e587332c3208028b4f4e342c200c17524a40adb1a3d0f46d" + }, + { + "name": "ACANFD_STM32", + "version": "1.0.1", + "author": "Pierre Molinaro", + "maintainer": "Pierre Molinaro \u003cpierre@pcmolinaro.name\u003e", + "sentence": "A STM32 FDCAN driver.", + "paragraph": "This library is a FDCAN network driver for NUCLEO-G431KC, NUCLEO-G474RE and NUCLEO-H743ZI2 boards. Default configuration enables reception of all frames. Reception filters can be easily defined. SystemClock can be redefined in order to match a given data bit rate. Compatible with ACAN2517FD library.", + "website": "https://github.com/pierremolinaro/acanfd-stm32", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/pierremolinaro/acanfd-stm32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pierremolinaro/ACANFD_STM32-1.0.1.zip", + "archiveFileName": "ACANFD_STM32-1.0.1.zip", + "size": 327407, + "checksum": "SHA-256:d1c3d951e89d6dc9a1c88aeef763347091758cc9eb7d7171fa1bba06736961e8" + }, + { + "name": "Bonezegei_XPT2046v2", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "XPT2046 Driver", + "paragraph": "Resistive Touch Controller. Install along with Bonezegei Utiliy Library", + "website": "https://github.com/bonezegei/Bonezegei_XPT2046v2", + "category": "Other", + "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/cotestatnt/AsyncTelegram.git", + "repository": "https://github.com/bonezegei/Bonezegei_XPT2046v2.git", + "providesIncludes": [ + "Bonezegei_XPT2046v2.h" + ], "dependencies": [ { - "name": "ArduinoJson" + "name": "Bonezegei_Utility" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncTelegram-1.0.7.zip", - "archiveFileName": "AsyncTelegram-1.0.7.zip", - "size": 398976, - "checksum": "SHA-256:5ab43cd52a321dc7e1cb8e43b4145ea888cd15cd51b152904785f0f8bda64528" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_XPT2046v2-1.0.0.zip", + "archiveFileName": "Bonezegei_XPT2046v2-1.0.0.zip", + "size": 15717, + "checksum": "SHA-256:7f395bc9a9edcef84ae9e7c61376d847df94a21d125b63f157e4214200ad5268" }, { - "name": "TimeProfiler", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Time profiler for Arduino", - "paragraph": "Time profiler for Arduino", - "website": "https://github.com/hideakitai/TimeProfiler", - "category": "Timing", + "name": "PSACrypto", + "version": "1.0.0", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "An implementation of the Platform Security Architecture Crypto API for Arduino.", + "paragraph": "PSACrypto is a library that provides an implementation of the Platform Security Architecture (PSA) Crypto API for Arduino boards. It enables developers to securely perform cryptographic operations on Arduino devices, such as encryption, decryption, hashing, and more. The library is designed to be easy to use and compatible with various Arduino boards.", + "website": "https://github.com/machinefi/psa-crypto", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TimeProfiler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.0.zip", - "archiveFileName": "TimeProfiler-0.1.0.zip", - "size": 27445, - "checksum": "SHA-256:31e61b0c405375501de70077ea407061a3b4bbe871298c0d17685f9fcb046fad" + "repository": "https://github.com/machinefi/psa-crypto-arduino.git", + "providesIncludes": [ + "PSACrypto.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/machinefi/PSACrypto-1.0.0.zip", + "archiveFileName": "PSACrypto-1.0.0.zip", + "size": 664875, + "checksum": "SHA-256:3975ce310292a2047923cb7bb71c5dacd8b18c1269d2a142310f3dd9b128c273" }, { - "name": "TimeProfiler", - "version": "0.1.1", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Time profiler for Arduino", - "paragraph": "Time profiler for Arduino", - "website": "https://github.com/hideakitai/TimeProfiler", - "category": "Timing", + "name": "floatToString", + "version": "1.1.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a function to convert a float to a string with a specified number of digits after decimal.", + "paragraph": "The resulting string number has been rounded to nearest least significant digit.", + "website": "https://github.com/tedtoal/floatToString", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TimeProfiler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.1.zip", - "archiveFileName": "TimeProfiler-0.1.1.zip", - "size": 15272, - "checksum": "SHA-256:57ef12f96872b1ee55975f3ed563c45e880e1263d4bbee241bc94e67a7a4e6d8" + "repository": "https://github.com/tedtoal/floatToString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/floatToString-1.1.1.zip", + "archiveFileName": "floatToString-1.1.1.zip", + "size": 7825, + "checksum": "SHA-256:df4b3d4f1174ed7690253a7f238b26cb4802b7387680e6a1a47de0b71059f2cd" }, { - "name": "TimeProfiler", - "version": "0.1.2", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "Time profiler for Arduino", - "paragraph": "Time profiler for Arduino", - "website": "https://github.com/hideakitai/TimeProfiler", - "category": "Timing", + "name": "floatToString", + "version": "1.2.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a function to convert a float to a string with a specified number of digits after decimal.", + "paragraph": "The resulting string number has been rounded to nearest least significant digit.", + "website": "https://github.com/tedtoal/floatToString", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/TimeProfiler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/TimeProfiler-0.1.2.zip", - "archiveFileName": "TimeProfiler-0.1.2.zip", - "size": 15325, - "checksum": "SHA-256:db1c35b250de5ae700f07bdf15ffb1edf3e45acc439dfb53d117b3292c6fbf98" + "repository": "https://github.com/tedtoal/floatToString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/floatToString-1.2.1.zip", + "archiveFileName": "floatToString-1.2.1.zip", + "size": 7819, + "checksum": "SHA-256:bed3fd9605a4af146382714926d559e1465b368943c0beff59feaf6ec5699241" }, { - "name": "FLE", - "version": "0.0.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "name": "SHT31_SWW", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for FLE = FLoat with Error datatype", - "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", - "website": "https://github.com/RobTillaart/FLE", - "category": "Uncategorized", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "uses SoftwareWire,SHT30,SHT35,SHT85", + "website": "https://github.com/RobTillaart/SHT31_SWW", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FLE.git", + "repository": "https://github.com/RobTillaart/SHT31_SWW.git", "providesIncludes": [ - "FLE.h" + "SHT31_SWW.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.0.1.zip", - "archiveFileName": "FLE-0.0.1.zip", - "size": 6460, - "checksum": "SHA-256:8245bef5178a65157ec16435a15cb38d67125f3faf20aebc4faa929d3b5fb0f9" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SWW-0.1.0.zip", + "archiveFileName": "SHT31_SWW-0.1.0.zip", + "size": 17567, + "checksum": "SHA-256:76e5970c2954f5f2894bc19de2255afc68c6e08a3121d065d66d37234d490d3c" }, { - "name": "FLE", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "name": "SHT31_SWW", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for FLE = FLoat with Error datatype", - "paragraph": "Measurements are seldom exact. This library is meant to handle measurement errors and propagation thereof during math.", - "website": "https://github.com/RobTillaart/FLE", - "category": "Uncategorized", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "uses SoftwareWire,SHT30,SHT35,SHT85", + "website": "https://github.com/RobTillaart/SHT31_SWW", + "category": "Sensors", "architectures": [ - "*" + "uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FLE.git", + "repository": "https://github.com/RobTillaart/SHT31_SWW.git", "providesIncludes": [ - "FLE.h" + "SHT31_SWW.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FLE-0.1.0.zip", - "archiveFileName": "FLE-0.1.0.zip", - "size": 7759, - "checksum": "SHA-256:52efaa1068716bc48ad986a0e9cf770d8f39defb27d8e60722fcefcf28959028" + "dependencies": [ + { + "name": "SoftwareWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SWW-0.1.1.zip", + "archiveFileName": "SHT31_SWW-0.1.1.zip", + "size": 17795, + "checksum": "SHA-256:ef98fb9122861097ada2dd92580f341c83c2d1ac628d51436110a3d7768a8af6" }, { - "name": "Interval", - "version": "0.0.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "name": "SHT31_SWW", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for Interval datatype", - "website": "https://github.com/RobTillaart/Interval.git", - "category": "Uncategorized", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "uses SoftwareWire,SHT30,SHT35,SHT85. AVR only.", + "website": "https://github.com/RobTillaart/SHT31_SWW", + "category": "Sensors", "architectures": [ - "*" + "uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Interval.git", + "repository": "https://github.com/RobTillaart/SHT31_SWW.git", "providesIncludes": [ - "Interval.h" + "SHT31_SWW.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Interval-0.0.1.zip", - "archiveFileName": "Interval-0.0.1.zip", - "size": 5706, - "checksum": "SHA-256:35909e5dca353759d5ce77475e9df6367fed1d4616f526e886ea88936550d89d" + "dependencies": [ + { + "name": "SoftwareWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SWW-0.1.2.zip", + "archiveFileName": "SHT31_SWW-0.1.2.zip", + "size": 17999, + "checksum": "SHA-256:a89bf76a70fa73c083f6865e75707ddc5f0bcff9cd19491cb5390967f9a4ccd5" }, { - "name": "DaisyDuino", - "version": "1.0.0", - "author": "stephenhensley", - "maintainer": "Electrosmith", - "sentence": "Arduino library for the Daisy audio platform.", - "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", - "website": "https://github.com/electro-smith/DaisyDuino", - "category": "Signal Input/Output", + "name": "SHT31_SWW", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e, Gunter Haug", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the I2C SHT31 temperature and humidity sensor", + "paragraph": "uses SoftwareWire,SHT30,SHT35,SHT85. AVR only.", + "website": "https://github.com/RobTillaart/SHT31_SWW", + "category": "Sensors", "architectures": [ - "stm32" + "uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/electro-smith/DaisyDuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.0.0.zip", - "archiveFileName": "DaisyDuino-1.0.0.zip", - "size": 156810, - "checksum": "SHA-256:678689220f06ae02977f155ecaeae22a16a0e638fab8f9406181701b32ea7f36" + "repository": "https://github.com/RobTillaart/SHT31_SWW.git", + "providesIncludes": [ + "SHT31_SWW.h" + ], + "dependencies": [ + { + "name": "SoftwareWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SHT31_SWW-0.2.0.zip", + "archiveFileName": "SHT31_SWW-0.2.0.zip", + "size": 18022, + "checksum": "SHA-256:0c1162ccf3dab5411f8b084a70f608ff3e519705cc13a2434387499cda2da787" }, { - "name": "DaisyDuino", - "version": "1.1.0", - "author": "stephenhensley", - "maintainer": "Electrosmith", - "sentence": "Arduino library for the Daisy audio platform.", - "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", - "website": "https://github.com/electro-smith/DaisyDuino", + "name": "PCA9551", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9551 I2C LED driver 8 channel", + "website": "https://github.com/RobTillaart/PCA9551", "category": "Signal Input/Output", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/electro-smith/DaisyDuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.1.0.zip", - "archiveFileName": "DaisyDuino-1.1.0.zip", - "size": 436970, - "checksum": "SHA-256:af324db0431e043c73e02615fbe6839b991078cc302d087ffaf4c7ce5dd1b844" + "repository": "https://github.com/RobTillaart/PCA9551.git", + "providesIncludes": [ + "PCA9551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9551-0.1.0.zip", + "archiveFileName": "PCA9551-0.1.0.zip", + "size": 14616, + "checksum": "SHA-256:ea5ec64876dd07484e61e265ffb2b1609a473a8e6355f11c213970895912e157" }, { - "name": "DaisyDuino", - "version": "1.2.0", - "author": "stephenhensley", - "maintainer": "Electrosmith", - "sentence": "Arduino library for the Daisy audio platform.", - "paragraph": "This library provides DSP routines, a flexible audio callback, and MIDI functionality for use on Daisy boards.", - "website": "https://github.com/electro-smith/DaisyDuino", + "name": "PCA9551", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9551 I2C LED driver 8 channel", + "website": "https://github.com/RobTillaart/PCA9551", "category": "Signal Input/Output", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/electro-smith/DaisyDuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/electro-smith/DaisyDuino-1.2.0.zip", - "archiveFileName": "DaisyDuino-1.2.0.zip", - "size": 438665, - "checksum": "SHA-256:8bbfbe6ec9e2664d03d81d02ba2c0becc745c7719465730bd0d348e8667d6eba" + "repository": "https://github.com/RobTillaart/PCA9551.git", + "providesIncludes": [ + "PCA9551.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9551-0.1.1.zip", + "archiveFileName": "PCA9551-0.1.1.zip", + "size": 14829, + "checksum": "SHA-256:29b203bc5f56998abaab257e39a4d6b3f720a8f2bb3a9598c0cafc5522ac313d" }, { - "name": "Adafruit OV7670", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for the OV7670 camera.", - "paragraph": "OV7670 camera.", - "website": "https://github.com/adafruit/Adafruit_OV7670", - "category": "Sensors", + "name": "PCA9551", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9551 I2C LED driver 8 channel", + "website": "https://github.com/RobTillaart/PCA9551", + "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_OV7670.git", - "dependencies": [ - { - "name": "Adafruit Zero DMA Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "SD" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - } + "repository": "https://github.com/RobTillaart/PCA9551.git", + "providesIncludes": [ + "PCA9551.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.0.0.zip", - "archiveFileName": "Adafruit_OV7670-1.0.0.zip", - "size": 38953, - "checksum": "SHA-256:55545ffd3fe6a2f9885f1c14c96c71f72e4b6de30b63b0881f12f74fabef3ab3" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9551-0.2.0.zip", + "archiveFileName": "PCA9551-0.2.0.zip", + "size": 14941, + "checksum": "SHA-256:bf593910237ee54fac23a4290cd38593661c650c710df428d23879ae055f9b49" }, { - "name": "Adafruit OV7670", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for the OV7670 camera.", - "paragraph": "OV7670 camera.", - "website": "https://github.com/adafruit/Adafruit_OV7670", - "category": "Sensors", + "name": "PCA9552", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9552 I2C LED driver 16 channel", + "website": "https://github.com/RobTillaart/PCA9552", + "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_OV7670.git", - "dependencies": [ - { - "name": "Adafruit Zero DMA Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "SD" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - } + "repository": "https://github.com/RobTillaart/PCA9552.git", + "providesIncludes": [ + "PCA9552.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.1.0.zip", - "archiveFileName": "Adafruit_OV7670-1.1.0.zip", - "size": 47364, - "checksum": "SHA-256:4dd32c5a7a3a31d20f221ce4ab64bcfbf91f8d2b53b30e8fa613302bbf78fd70" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9552-0.1.0.zip", + "archiveFileName": "PCA9552-0.1.0.zip", + "size": 14745, + "checksum": "SHA-256:8512bf56f9ace51e3274cd8c544a598987a11eaa5ee98903adeb5459f2bf789f" }, { - "name": "Adafruit OV7670", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for the OV7670 camera.", - "paragraph": "OV7670 camera.", - "website": "https://github.com/adafruit/Adafruit_OV7670", - "category": "Sensors", + "name": "PCA9552", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9552 I2C LED driver 16 channel", + "website": "https://github.com/RobTillaart/PCA9552", + "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_OV7670.git", - "dependencies": [ - { - "name": "Adafruit Zero DMA Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "SD" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - } + "repository": "https://github.com/RobTillaart/PCA9552.git", + "providesIncludes": [ + "PCA9552.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.0.zip", - "archiveFileName": "Adafruit_OV7670-1.2.0.zip", - "size": 50951, - "checksum": "SHA-256:cea03b613ea15b4f59ac51f95b5b59632c79147eeaeeaf0ca4d9db579c97c80e" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9552-0.1.1.zip", + "archiveFileName": "PCA9552-0.1.1.zip", + "size": 14960, + "checksum": "SHA-256:7a41e78e6011c8f43fa9ec061c050afac9e9e87dffc91c87a7ba11d09b8e5c29" }, { - "name": "Adafruit OV7670", - "version": "1.2.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "A library for the OV7670 camera.", - "paragraph": "OV7670 camera.", - "website": "https://github.com/adafruit/Adafruit_OV7670", - "category": "Sensors", + "name": "PCA9552", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PCA9552 I2C LED driver 16 channel", + "website": "https://github.com/RobTillaart/PCA9552", + "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_OV7670.git", - "dependencies": [ - { - "name": "Adafruit Zero DMA Library" - }, - { - "name": "Adafruit ILI9341" - }, - { - "name": "SD" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - } + "repository": "https://github.com/RobTillaart/PCA9552.git", + "providesIncludes": [ + "PCA9552.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_OV7670-1.2.1.zip", - "archiveFileName": "Adafruit_OV7670-1.2.1.zip", - "size": 51837, - "checksum": "SHA-256:3844436a9a2db27c6fde0f65d6b5622c3eaa94f8c0bb5e78eaee49d258cc0db2" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9552-0.2.0.zip", + "archiveFileName": "PCA9552-0.2.0.zip", + "size": 15069, + "checksum": "SHA-256:d1365856a3e4a70bce513ea648f26ec77d19187ec403613fdab151d79ea7fdba" }, { - "name": "Adafruit AS7341", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AS7341", - "category": "Sensors", + "name": "msToString", + "version": "1.1.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a function to convert a number of milliseconds into a string.", + "paragraph": "The output string can be HH, HH:MM, or HH:MM:SS, and can optionally include digits after decimal point.", + "website": "https://github.com/tedtoal/msToString", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS7341.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.0.0.zip", - "archiveFileName": "Adafruit_AS7341-1.0.0.zip", - "size": 25458, - "checksum": "SHA-256:44e72d3bab91660aa4c05691db64a6faccb81938cbd0c5031fdae90eea9b307b" + "repository": "https://github.com/tedtoal/msToString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/msToString-1.1.1.zip", + "archiveFileName": "msToString-1.1.1.zip", + "size": 10560, + "checksum": "SHA-256:582ade9d52d4fd47d8920525d4bdf0a1616dde3096fe58e1e120e63b6a24f2a8" }, { - "name": "Adafruit AS7341", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AS7341", - "category": "Sensors", + "name": "msToString", + "version": "1.2.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides a function to convert a number of milliseconds into a string.", + "paragraph": "The output string can be HH, HH:MM, or HH:MM:SS, and can optionally include digits after decimal point.", + "website": "https://github.com/tedtoal/msToString", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS7341.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.0.zip", - "archiveFileName": "Adafruit_AS7341-1.1.0.zip", - "size": 28220, - "checksum": "SHA-256:6ca194d092a80d0bc54b11f5d44b91645413e85836bc568a77aa2f276260bec4" + "repository": "https://github.com/tedtoal/msToString.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/msToString-1.2.1.zip", + "archiveFileName": "msToString-1.2.1.zip", + "size": 11951, + "checksum": "SHA-256:6b42d3872e99fa8e71a590c76ed795db9f3b300209c47e6d978088f939414424" }, { - "name": "Adafruit AS7341", - "version": "1.1.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AS7341", - "category": "Sensors", + "name": "QCFA", + "version": "0.0.1-alpha", + "author": "Abdellah Bougataya", + "maintainer": "Abdellah Bougataya", + "sentence": "QCFA", + "paragraph": "This library contains some functions that helps you controlling an arduino quadcopter.", + "website": "https://github.com/AbdoullahBougataya/QCFA", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "repository": "https://github.com/AbdoullahBougataya/QCFA.git", "dependencies": [ { - "name": "Adafruit BusIO" + "name": "Servo", + "version": "\u003e=1.2.1" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.2.zip", - "archiveFileName": "Adafruit_AS7341-1.1.2.zip", - "size": 28199, - "checksum": "SHA-256:9d5b6a8f8fa2a69f462f306c6c9e413699646f1988d151579c730b5a5312f98c" + "url": "https://downloads.arduino.cc/libraries/github.com/AbdoullahBougataya/QCFA-0.0.1-alpha.zip", + "archiveFileName": "QCFA-0.0.1-alpha.zip", + "size": 53872, + "checksum": "SHA-256:ce3fa7bcb1307e51c05242488a9eecb2e15e5d3eb9be948fd86676c35c2084d4" }, { - "name": "Adafruit AS7341", - "version": "1.1.3", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AS7341", - "category": "Sensors", + "name": "QCFA", + "version": "0.0.2-beta.1", + "author": "Abdellah Bougataya", + "maintainer": "Abdellah Bougataya", + "sentence": "Quadcopter Control Functions using Arduino", + "paragraph": "This library contains some functions that helps you controlling an arduino quadcopter.", + "website": "https://github.com/AbdoullahBougataya/QCFA", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "repository": "https://github.com/AbdoullahBougataya/QCFA.git", "dependencies": [ { - "name": "Adafruit BusIO" + "name": "Servo", + "version": "\u003e=1.2.1" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.1.3.zip", - "archiveFileName": "Adafruit_AS7341-1.1.3.zip", - "size": 28702, - "checksum": "SHA-256:57ecaf1fdffbaf09d5a8e94237002d34c84e33bc7aa268fd0db033dd74d698fe" + "url": "https://downloads.arduino.cc/libraries/github.com/AbdoullahBougataya/QCFA-0.0.2-beta.1.zip", + "archiveFileName": "QCFA-0.0.2-beta.1.zip", + "size": 525289, + "checksum": "SHA-256:1347fd7a9bc764d214e3402b3d5da207c18a14aaaef9589db6048d8aa14e66e3" }, { - "name": "Adafruit AS7341", - "version": "1.2.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AS7341", - "category": "Sensors", + "name": "QCFA", + "version": "0.0.2-beta.2", + "author": "Abdellah Bougataya", + "maintainer": "Abdellah Bougataya", + "sentence": "Quadcopter Control Functions using Arduino", + "paragraph": "This library contains some functions that helps you controlling an arduino quadcopter.", + "website": "https://github.com/AbdoullahBougataya/QCFA", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "repository": "https://github.com/AbdoullahBougataya/QCFA.git", "dependencies": [ { - "name": "Adafruit BusIO" + "name": "Servo", + "version": "\u003e=1.2.1" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.2.0.zip", - "archiveFileName": "Adafruit_AS7341-1.2.0.zip", - "size": 31461, - "checksum": "SHA-256:d03a004651a9e6e617946f18480e2a5f97f946890e1b9b04c13415e739fc81b7" + "url": "https://downloads.arduino.cc/libraries/github.com/AbdoullahBougataya/QCFA-0.0.2-beta.2.zip", + "archiveFileName": "QCFA-0.0.2-beta.2.zip", + "size": 525292, + "checksum": "SHA-256:e9fe94120a8e84dea9a28b8de07f7afc4b1ffd879378971ec2b22b415baaf36a" }, { - "name": "Adafruit AS7341", - "version": "1.3.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the AS7341 sensors in the Adafruit shop", - "paragraph": "Arduino library for the AS7341 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_AS7341", - "category": "Sensors", + "name": "QCFA", + "version": "0.0.2-beta.3", + "author": "Abdellah Bougataya", + "maintainer": "Abdellah Bougataya", + "sentence": "Quadcopter Control Functions using Arduino", + "paragraph": "This library contains some functions that helps you controlling an arduino quadcopter.", + "website": "https://github.com/AbdoullahBougataya/QCFA", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_AS7341.git", + "repository": "https://github.com/AbdoullahBougataya/QCFA.git", "dependencies": [ { - "name": "Adafruit BusIO" + "name": "Servo", + "version": "\u003e=1.2.1" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AS7341-1.3.0.zip", - "archiveFileName": "Adafruit_AS7341-1.3.0.zip", - "size": 33192, - "checksum": "SHA-256:022c25147457db1ac01cffc61ee537e7898b1b760bbd522165d7dca62423a4fa" + "url": "https://downloads.arduino.cc/libraries/github.com/AbdoullahBougataya/QCFA-0.0.2-beta.3.zip", + "archiveFileName": "QCFA-0.0.2-beta.3.zip", + "size": 525296, + "checksum": "SHA-256:a7a63e16a97ff41c8887343ad51e166cb945e366a62601df980e05b86531da74" }, { - "name": "Percent_Codec", + "name": "ModbusRTUMaster", "version": "1.0.0", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Percent Codec", - "paragraph": "Simple Percent Codec.", - "website": "https://github.com/dojyorin/arduino_percent.git", - "category": "Other", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the master/client logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUMaster", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_percent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.0.zip", - "archiveFileName": "Percent_Codec-1.0.0.zip", - "size": 4420, - "checksum": "SHA-256:257218f78f5e61f183cc3fb4796d47ee1822f1446bc5ed2e2f3a5ae6a394bbf7" + "repository": "https://github.com/CMB27/ModbusRTUMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUMaster-1.0.0.zip", + "archiveFileName": "ModbusRTUMaster-1.0.0.zip", + "size": 344220, + "checksum": "SHA-256:f2a38555b6c2c4802fa5e34f3100516cc05a44d43ed7d1b6d9cb424581f74feb" }, { - "name": "Percent_Codec", - "version": "1.0.2", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Percent Codec", - "paragraph": "Simple Percent Codec.", - "website": "https://github.com/dojyorin/arduino_percent.git", - "category": "Other", + "name": "ModbusRTUMaster", + "version": "1.0.1", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the master/client logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUMaster", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_percent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.2.zip", - "archiveFileName": "Percent_Codec-1.0.2.zip", - "size": 4549, - "checksum": "SHA-256:a31f7862783e3f8b7103edb98b299e32057a0ba938c46807db543fd848ce5d92" + "repository": "https://github.com/CMB27/ModbusRTUMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUMaster-1.0.1.zip", + "archiveFileName": "ModbusRTUMaster-1.0.1.zip", + "size": 190201, + "checksum": "SHA-256:c59f400c81dc5e35447455152d71942443315400ac8c3ffdf9a84599dd6003d9" }, { - "name": "Percent_Codec", - "version": "1.0.3", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Percent Codec", - "paragraph": "Simple Percent Codec.", - "website": "https://github.com/dojyorin/arduino_percent.git", - "category": "Other", + "name": "ModbusRTUMaster", + "version": "1.0.2", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the master/client logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUMaster", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_percent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.3.zip", - "archiveFileName": "Percent_Codec-1.0.3.zip", - "size": 4553, - "checksum": "SHA-256:7fd44957e0526f222ca30f70d58ccf001a2b70fb98d26d00d2bbfe8d97910604" + "repository": "https://github.com/CMB27/ModbusRTUMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUMaster-1.0.2.zip", + "archiveFileName": "ModbusRTUMaster-1.0.2.zip", + "size": 190169, + "checksum": "SHA-256:dbad1ae28a9bede27253f6ae46d1ffb1ff767f7a47de5fc215b740215eca4129" }, { - "name": "Percent_Codec", - "version": "1.0.4", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Percent Codec", - "paragraph": "Simple Percent Codec.", - "website": "https://github.com/dojyorin/arduino_percent.git", - "category": "Other", + "name": "ModbusRTUMaster", + "version": "1.0.3", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the master/client logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUMaster", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_percent.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Percent_Codec-1.0.4.zip", - "archiveFileName": "Percent_Codec-1.0.4.zip", - "size": 4553, - "checksum": "SHA-256:40b4ec4efe07c189b58b0215ad87c43d3dcf1bcfed343243e43c893ec134531a" + "repository": "https://github.com/CMB27/ModbusRTUMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUMaster-1.0.3.zip", + "archiveFileName": "ModbusRTUMaster-1.0.3.zip", + "size": 190166, + "checksum": "SHA-256:240580149ed9450e286a80eeacc7efda435150f7f433047fa58dcd36a73f62b4" }, { - "name": "Base64_Codec", - "version": "1.0.0", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Base64 Codec", - "paragraph": "Binary based simple Base64 Codec.", - "website": "https://github.com/dojyorin/arduino_base64.git", - "category": "Other", + "name": "ModbusRTUMaster", + "version": "1.0.4", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the master/client logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUMaster", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_base64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.0.zip", - "archiveFileName": "Base64_Codec-1.0.0.zip", - "size": 5007, - "checksum": "SHA-256:0ef2b5a8b9d0df0024dafd5acfca0631c79a91bbca30115594e77f3362bcee75" + "repository": "https://github.com/CMB27/ModbusRTUMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUMaster-1.0.4.zip", + "archiveFileName": "ModbusRTUMaster-1.0.4.zip", + "size": 192093, + "checksum": "SHA-256:ce5d9405e9e75365d908a3dd495d5f2a23d6e5a86c5a50f7c15daafc50cb3ae4" }, { - "name": "Base64_Codec", - "version": "1.0.2", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Base64 Codec", - "paragraph": "Binary based simple Base64 Codec.", - "website": "https://github.com/dojyorin/arduino_base64.git", - "category": "Other", + "name": "ModbusRTUMaster", + "version": "1.0.5", + "author": "C. M. Bulliner", + "maintainer": "C. M. Bulliner \u003cchrisbulliner@gmail.com\u003e", + "sentence": "This is an Arduino library that implements the master/client logic of the Modbus RTU protocol.", + "paragraph": "This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers).", + "website": "https://github.com/CMB27/ModbusRTUMaster", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_base64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.2.zip", - "archiveFileName": "Base64_Codec-1.0.2.zip", - "size": 5164, - "checksum": "SHA-256:5706c32f78c0dfb6084dbfcf2048f9aca381f7e853048808f2620fd981a4a3b8" + "repository": "https://github.com/CMB27/ModbusRTUMaster.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CMB27/ModbusRTUMaster-1.0.5.zip", + "archiveFileName": "ModbusRTUMaster-1.0.5.zip", + "size": 192078, + "checksum": "SHA-256:cda355d85c5e5a1b51d6b74c7ed3ebc0b9d8989d3f69d6b4c69aa54482fb6193" }, { - "name": "Base64_Codec", - "version": "1.0.3", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Base64 Codec", - "paragraph": "Binary based simple Base64 Codec.", - "website": "https://github.com/dojyorin/arduino_base64.git", - "category": "Other", + "name": "DSpotterSDK_Maker_NiclaVision", + "version": "1.0.5", + "author": "Cyberon Corporation", + "maintainer": "Cyberon Corporation \u003cinfo@cyberon.com.tw\u003e", + "sentence": "DSpotterSDK_Maker_NiclaVision provides offline speech recognition function for developers on Arduino Portenta H7, which can recognize trigger words and command words.", + "paragraph": "DSpotter is Cyberon’s flagship high-performance embedded speech recognition solution. Some important features of DSpotter include using DNN-based models, high noise immunity, phoneme-based speaker-independent command recognition, no need to collect speech data for training, low-power consumption offline keyword spotting, currently supports more than 40 common languages etc.", + "website": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_NiclaVision", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nicla" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_base64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.3.zip", - "archiveFileName": "Base64_Codec-1.0.3.zip", - "size": 5163, - "checksum": "SHA-256:64b4158ce7f54c5a270c83587dcaebc0dcfd81889a253235e13e309f57b6bf79" + "repository": "https://github.com/CyberonEBU/Cyberon_DSpotterSDK_Maker_NiclaVision.git", + "providesIncludes": [ + "DSpotterSDK_MakerHL.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CyberonEBU/DSpotterSDK_Maker_NiclaVision-1.0.5.zip", + "archiveFileName": "DSpotterSDK_Maker_NiclaVision-1.0.5.zip", + "size": 1101731, + "checksum": "SHA-256:f4418062e7e07909266205e2abf8eab33556bd03d205dc5bc26afec474e14d49" }, { - "name": "Base64_Codec", - "version": "1.0.4", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Base64 Codec", - "paragraph": "Binary based simple Base64 Codec.", - "website": "https://github.com/dojyorin/arduino_base64.git", - "category": "Other", + "name": "ADG725", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADG725 - 16 to 1 channel (2x) multiplexer.", + "website": "https://github.com/RobTillaart/ADG725", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_base64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.4.zip", - "archiveFileName": "Base64_Codec-1.0.4.zip", - "size": 5166, - "checksum": "SHA-256:4523ad7c6794857ad70f2bae33bb58e8ded4aa652db0fffbfa5453c850731685" + "repository": "https://github.com/RobTillaart/ADG725.git", + "providesIncludes": [ + "ADG725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG725-0.1.0.zip", + "archiveFileName": "ADG725-0.1.0.zip", + "size": 6565, + "checksum": "SHA-256:1dfe9ed161130dc721d691d4dd606916db5ec55ff19f65dde7afd183dd116a2e" }, { - "name": "Base64_Codec", - "version": "1.0.5", - "author": "dojyorin", - "maintainer": "https://github.com/dojyorin", - "sentence": "Base64 Codec", - "paragraph": "Binary based simple Base64 Codec.", - "website": "https://github.com/dojyorin/arduino_base64.git", - "category": "Other", + "name": "ADG725", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADG725 - 16 to 1 channel (2x) multiplexer.", + "website": "https://github.com/RobTillaart/ADG725", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dojyorin/arduino_base64.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dojyorin/Base64_Codec-1.0.5.zip", - "archiveFileName": "Base64_Codec-1.0.5.zip", - "size": 5166, - "checksum": "SHA-256:497f35853cac1bc43cd7dec581f5e6b52b1b9e5991c721c707cc3721bd4556fc" + "repository": "https://github.com/RobTillaart/ADG725.git", + "providesIncludes": [ + "ADG725.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG725-0.1.1.zip", + "archiveFileName": "ADG725-0.1.1.zip", + "size": 6915, + "checksum": "SHA-256:c9f294455be58d90627898427241de648d844c4394ab2b029585d7f9b4d02e32" }, { - "name": "R30X-Fingerprint-Sensor-Library", - "version": "1.3.1", - "author": "vishnumaiea", - "maintainer": "vishnumaiea", - "sentence": "Arduino library for interfacing R30X series optical fingerprint scanners.", - "paragraph": "Helps you interface R30X series optical fingerprint scanners with Arduino compatible boards. The scanner uses SPI interface.", - "website": "https://github.com/vishnumaiea/R30X-Fingerprint-Sensor-Library", - "category": "Device Control", + "name": "ADG731", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADG731 - 32 to 1 channel multiplexer.", + "website": "https://github.com/RobTillaart/ADG731", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/vishnumaiea/R30X-Fingerprint-Sensor-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/R30X_Fingerprint_Sensor_Library-1.3.1.zip", - "archiveFileName": "R30X_Fingerprint_Sensor_Library-1.3.1.zip", - "size": 23139, - "checksum": "SHA-256:4b714cfcfc29a8b4f8cd3a9e14da90b5ef7fb4c12032290a9427574195999d01" + "repository": "https://github.com/RobTillaart/ADG731.git", + "providesIncludes": [ + "ADG731.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG731-0.1.0.zip", + "archiveFileName": "ADG731-0.1.0.zip", + "size": 6246, + "checksum": "SHA-256:2b80e5f1261dfb582a15099df096c63b3403eb765b4adc33d93fae6455000cf6" }, { - "name": "PCF8575", - "version": "0.0.1", + "name": "ADG731", + "version": "0.1.1", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", - "paragraph": "Implements shift rotate and toggle.", - "website": "https://github.com/RobTillaart/PCF8575.git", + "sentence": "Arduino library for ADG731 - 32 to 1 channel multiplexer.", + "website": "https://github.com/RobTillaart/ADG731", "category": "Signal Input/Output", "architectures": [ "*" @@ -345137,375 +808027,417 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8575.git", + "repository": "https://github.com/RobTillaart/ADG731.git", "providesIncludes": [ - "PCF8575.h" + "ADG731.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.0.1.zip", - "archiveFileName": "PCF8575-0.0.1.zip", - "size": 5537, - "checksum": "SHA-256:ecad2a2aeb25ccab70e9c3515eab4b0af352b956162088338ebd9c18b2bd98cc" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG731-0.1.1.zip", + "archiveFileName": "ADG731-0.1.1.zip", + "size": 6521, + "checksum": "SHA-256:4ad9b85657c671deb11e3f33b2302e1af3f3a4d1eeb5f7da6b2475e127cde322" }, { - "name": "PCF8575", - "version": "0.0.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for PCF8575 - 16 channel I2C IO expander", - "paragraph": "Implements shift rotate and toggle.", - "website": "https://github.com/RobTillaart/PCF8575.git", + "name": "wiring_analog_SAMD_TT", + "version": "1.1.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Provides same functions as SAMD wiring_analog.c with several changes to fix problems, and a function for ADC calibration.", + "paragraph": "The wiring_analog.c functions have new versions with the same name except they end with \"_SAMD_TT\", see README.md for changes.", + "website": "https://github.com/tedtoal/wiring_analog_SAMD_TT", "category": "Signal Input/Output", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/PCF8575.git", - "providesIncludes": [ - "PCF8575.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCF8575-0.0.2.zip", - "archiveFileName": "PCF8575-0.0.2.zip", - "size": 6469, - "checksum": "SHA-256:169704f6c045b3d4e1a3f42e6e19545487e616cdabfca5f6b2bfa1f89ecfb366" + "repository": "https://github.com/tedtoal/wiring_analog_SAMD_TT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/wiring_analog_SAMD_TT-1.1.1.zip", + "archiveFileName": "wiring_analog_SAMD_TT-1.1.1.zip", + "size": 63110, + "checksum": "SHA-256:4e6b4e85cfc54f0c4ee13d57fae1c6193208c3635c6ce0da10071e394f8c4b3b" }, { - "name": "TelnetStream", + "name": "Bonezegei_GL", "version": "1.0.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Stream implementation over telnet for OTA debuging", - "website": "https://github.com/jandrassy/TelnetStream", - "category": "Communication", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Bonezegei Graphics Library (Beta)", + "paragraph": "This Library is UI manager for LCD display with input", + "website": "https://bonezegei.com", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/TelnetStream.git", + "repository": "https://github.com/bonezegei/Bonezegei_GL.git", "providesIncludes": [ - "TelnetStream.h" + "Bonezegei_Graphics.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.0.0.zip", - "archiveFileName": "TelnetStream-1.0.0.zip", - "size": 22343, - "checksum": "SHA-256:1e06c5cc670772be673d3a82d62bda9da42ac918b2f4c5f35815fcc177ea79ef" + "dependencies": [ + { + "name": "Bonezegei_Utility" + }, + { + "name": "Bonezegei_List" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_GL-1.0.0.zip", + "archiveFileName": "Bonezegei_GL-1.0.0.zip", + "size": 27037, + "checksum": "SHA-256:98c490c86af67e3f12c6a6aaf56cec4a696a6a3c9d6fc2ab5b66806b7dfbf3d7" }, { - "name": "TelnetStream", - "version": "1.1.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Stream implementation over telnet for OTA debuging", - "website": "https://github.com/jandrassy/TelnetStream", - "category": "Communication", + "name": "Bonezegei_GL", + "version": "1.0.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Bonezegei Graphics Library (Beta)", + "paragraph": "This Library is UI manager for LCD display with input", + "website": "https://github.com/bonezegei/Bonezegei_GL", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/TelnetStream.git", + "repository": "https://github.com/bonezegei/Bonezegei_GL.git", "providesIncludes": [ - "TelnetStream.h" + "Bonezegei_Graphics.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.1.0.zip", - "archiveFileName": "TelnetStream-1.1.0.zip", - "size": 23842, - "checksum": "SHA-256:c288a2b5a981097e43630dc1d4754bef69e087f1620812ff84aef82107c39957" + "dependencies": [ + { + "name": "Bonezegei_Utility" + }, + { + "name": "Bonezegei_List" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_GL-1.0.1.zip", + "archiveFileName": "Bonezegei_GL-1.0.1.zip", + "size": 28768, + "checksum": "SHA-256:f6c07142962116fabd4587287e8291b9b7a455e7400654d47e4a87ddcae7258e" }, { - "name": "TelnetStream", - "version": "1.2.0", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Stream implementation over telnet for OTA debuging", - "website": "https://github.com/jandrassy/TelnetStream", - "category": "Communication", + "name": "Bonezegei_GL", + "version": "1.0.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Bonezegei Graphics Library (Beta)", + "paragraph": "This Library is UI manager for LCD display with input", + "website": "https://github.com/bonezegei/Bonezegei_GL", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/TelnetStream.git", + "repository": "https://github.com/bonezegei/Bonezegei_GL.git", "providesIncludes": [ - "TelnetStream.h", - "TelnetPrint.h" + "Bonezegei_Graphics.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.0.zip", - "archiveFileName": "TelnetStream-1.2.0.zip", - "size": 26165, - "checksum": "SHA-256:f7f25dc7ec5a96143ab771cc1297e1bd371a5e3972619a0e673b5fb640e6b6f1" + "dependencies": [ + { + "name": "Bonezegei_Utility" + }, + { + "name": "Bonezegei_List" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_GL-1.0.2.zip", + "archiveFileName": "Bonezegei_GL-1.0.2.zip", + "size": 28769, + "checksum": "SHA-256:39b1a1b1786edf4f961823879a720e73959caf1274327b6b84cfe0613b811f46" }, { - "name": "TelnetStream", - "version": "1.2.1", - "author": "Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Stream implementation over telnet for OTA debuging", - "website": "https://github.com/jandrassy/TelnetStream", - "category": "Communication", + "name": "MAX11643", + "version": "0.1.0", + "author": "big12boy", + "maintainer": "big12boy", + "sentence": "Arduino library for MAX11643 ADCs", + "paragraph": "Uses SPI to communicate with the ADC and allow full configuration", + "website": "https://github.com/big12boy/MAX11643", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/TelnetStream.git", - "providesIncludes": [ - "TelnetStream.h", - "TelnetPrint.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/TelnetStream-1.2.1.zip", - "archiveFileName": "TelnetStream-1.2.1.zip", - "size": 26165, - "checksum": "SHA-256:6a5370fc763f173e133b5ad1e8269805838fb80fda35e62939578eb152392c8d" + "repository": "https://github.com/big12boy/MAX11643.git", + "url": "https://downloads.arduino.cc/libraries/github.com/big12boy/MAX11643-0.1.0.zip", + "archiveFileName": "MAX11643-0.1.0.zip", + "size": 6009, + "checksum": "SHA-256:88f416e12117874874447fcb203c5c21bc974364d5be55eb9323caf9ccdf5462" }, { - "name": "WiFiConnect Lite", - "version": "1.0.0", - "author": "Stuart Blair", - "maintainer": "Faptastic", - "sentence": "A simple WiFi Connection Manager (captive portal) for the ESP8266 or ESP32.", - "paragraph": "This project is a fork of the 'WiFiConnect' library, which itself was based upon the largely defunct WiFiManager. It includes a number of captive portal user interface improvements and bug fixes.", - "website": "https://github.com/mrfaptastic/WiFiConnect", - "category": "Communication", + "name": "ADG726", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADG726 - 16 to 1 channel (2x) multiplexer.", + "website": "https://github.com/RobTillaart/ADG726", + "category": "Signal Input/Output", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrfaptastic/WiFiConnectLite.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/WiFiConnect_Lite-1.0.0.zip", - "archiveFileName": "WiFiConnect_Lite-1.0.0.zip", - "size": 105532, - "checksum": "SHA-256:d494f62392f9184cca87cfb91665a59ff9b83daa8838e1302057c5fd0abca09c" + "repository": "https://github.com/RobTillaart/ADG726.git", + "providesIncludes": [ + "ADG726.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG726-0.1.0.zip", + "archiveFileName": "ADG726-0.1.0.zip", + "size": 6731, + "checksum": "SHA-256:8b66319f2884346dd4c305edd7e33e57abc9b1c052a7cc4ee7e3903e1d5e3d96" }, { - "name": "RX8010SJ", - "version": "0.1.0", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", - "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", - "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", - "category": "Communication", + "name": "ADG726", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADG726 - 16 to 1 channel (2x) multiplexer.", + "website": "https://github.com/RobTillaart/ADG726", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.1.0.zip", - "archiveFileName": "RX8010SJ-0.1.0.zip", - "size": 19853, - "checksum": "SHA-256:6206e182c5d8e48afe46a308f65511d9ef6b14f7d9519aeade34bb035eb3fa48" + "repository": "https://github.com/RobTillaart/ADG726.git", + "providesIncludes": [ + "ADG726.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG726-0.1.1.zip", + "archiveFileName": "ADG726-0.1.1.zip", + "size": 6980, + "checksum": "SHA-256:70dd74c74d6d40880436c329f2443f72151857f56364c5c7a27b323e84910e65" }, { - "name": "RX8010SJ", - "version": "0.1.1", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", - "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", - "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", - "category": "Communication", + "name": "ADG732", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADG732 - 32 to 1 channel multiplexer.", + "website": "https://github.com/RobTillaart/ADG732", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.1.1.zip", - "archiveFileName": "RX8010SJ-0.1.1.zip", - "size": 19856, - "checksum": "SHA-256:e9dd71195def1dbab98436ed2ff21ea9e820c74dcd08a9141a4e5cc4d5423824" + "repository": "https://github.com/RobTillaart/ADG732.git", + "providesIncludes": [ + "ADG732.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG732-0.1.0.zip", + "archiveFileName": "ADG732-0.1.0.zip", + "size": 6501, + "checksum": "SHA-256:75ec27ba26b0a41df8768c1f9f799f12d2c30ccc836d25b8cdf14abdf10dd762" }, { - "name": "RX8010SJ", - "version": "0.2.0", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", - "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", - "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", - "category": "Communication", + "name": "ADG732", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for ADG732 - 32 to 1 channel multiplexer.", + "website": "https://github.com/RobTillaart/ADG732", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.2.0.zip", - "archiveFileName": "RX8010SJ-0.2.0.zip", - "size": 22300, - "checksum": "SHA-256:8b97c5f0a160014321b91e04f145ab03016efca168a73f5758ea52a539e16e7c" + "repository": "https://github.com/RobTillaart/ADG732.git", + "providesIncludes": [ + "ADG732.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADG732-0.1.1.zip", + "archiveFileName": "ADG732-0.1.1.zip", + "size": 6702, + "checksum": "SHA-256:07b29340493b99ef2255b1d22fbc63dc3c3863918a2bb6d91d2d7a54baf2fbe7" }, { - "name": "RX8010SJ", - "version": "0.3.0", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", - "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", - "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", - "category": "Communication", + "name": "DINO-PLC", + "version": "1.0.0", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC", + "paragraph": "Present library defines a 'DINO PLC'", + "website": "https://github.com/Dino-MLC-Board/DINO-PLC", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-0.3.0.zip", - "archiveFileName": "RX8010SJ-0.3.0.zip", - "size": 742750, - "checksum": "SHA-256:aedce4cc2f3fac44c1ecf40ed4683fa97424aeb5aa9a72480b8e7ee00f71940d" + "repository": "https://github.com/Dino-MLC-Board/DINO-PLC.git", + "providesIncludes": [ + "DINO_PLC.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "StreamUtils" + }, + { + "name": "ESP32Time" + }, + { + "name": "PubSubClient" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dino-MLC-Board/DINO_PLC-1.0.0.zip", + "archiveFileName": "DINO_PLC-1.0.0.zip", + "size": 3073587, + "checksum": "SHA-256:85713b71783b4d656733f1ff3601d0f06894f6efd3cde900709a1340266c52a2" }, { - "name": "RX8010SJ", + "name": "BMK54T004", "version": "1.0.1", - "author": "Wh1teRabbitHU", - "maintainer": "Tamas Ruszka", - "sentence": "This is a library to handle Seikos RX8010SJ RTC module with an arduino.", - "paragraph": "More details and documentation can be found on the following link: https://github.com/Wh1teRabbitHU/RX8010SJ", - "website": "https://github.com/Wh1teRabbitHU/RX8010SJ", - "category": "Communication", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMK54T004 that Slide+4-Key Capacitive Touch Shield", + "paragraph": "We can use the library to obtain the touch value,etc.", + "website": "https://github.com/BestModules-Libraries/BMK54T004", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Wh1teRabbitHU/RX8010SJ.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Wh1teRabbitHU/RX8010SJ-1.0.1.zip", - "archiveFileName": "RX8010SJ-1.0.1.zip", - "size": 745017, - "checksum": "SHA-256:46075a52589ac9f1519f417b2e179e8bd97fb468dda407c6eff01dad798b0594" + "repository": "https://github.com/BestModules-Libraries/BMK54T004.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMK54T004-1.0.1.zip", + "archiveFileName": "BMK54T004-1.0.1.zip", + "size": 269292, + "checksum": "SHA-256:8fd24079081704d1d51433ae0b90ac032e8d9276f20e7fca0b1b31c905de5805" }, { - "name": "nRF52_OLED", - "version": "1.0.0", - "author": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "maintainer": "Bernd Giesecke \u003cbeegee@giesecke.tk\u003e", - "sentence": "An I2C/SPI display driver for SSD1306/SH1106 oled displays", - "paragraph": "Based on the ESP32/ESP8266 OLED library. Adapted to work with nRF52", - "website": "https://github.com/beegee-tokyo/nRF52_OLED.git", - "category": "Display", + "name": "BMK52T016", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMK52T016 that 16-Key Capacitive Touch Shield", + "paragraph": "We can use the library to obtaining the touch key value,etc.", + "website": "https://github.com/BestModules-Libraries/BMK52T016", + "category": "Sensors", "architectures": [ - "nordicnrf52", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/beegee-tokyo/nRF52_OLED.git", - "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/nRF52_OLED-1.0.0.zip", - "archiveFileName": "nRF52_OLED-1.0.0.zip", - "size": 299762, - "checksum": "SHA-256:2ec5b0d17186e47002f8c00648b4f698ad0b5502cb770fac9eed1a3f07cca1c7" + "repository": "https://github.com/BestModules-Libraries/BMK52T016.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMK52T016-1.0.1.zip", + "archiveFileName": "BMK52T016-1.0.1.zip", + "size": 286318, + "checksum": "SHA-256:9c288b67c217214a2a190331d365efb8141afab101a0b5f25f0be6cb47de3b65" }, { - "name": "ThingsIoT", - "version": "1.2.0", - "author": "SiddheshNan \u003chello@siddhesh.me\u003e", - "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", - "sentence": "Arduino library for the ThingsIoT Cloud Platform.", - "paragraph": "The ThingsIoT Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingsIoT Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", - "website": "https://github.com/SiddheshNan/Things-IoT-Arduino-Library", - "category": "Communication", + "name": "BMK56T004", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMK56T004 that Wheel+4-Key Capacitive Touch Shield", + "paragraph": "We can use the library to obtain the touch value,etc.", + "website": "https://github.com/BestModules-Libraries/BMK56T004", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SiddheshNan/Things-IoT-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingsIoT-1.2.0.zip", - "archiveFileName": "ThingsIoT-1.2.0.zip", - "size": 130380, - "checksum": "SHA-256:621fe7bcb2625d391b60e55c011f74627b4f778a2314c317ce1765cf3db7f871" + "repository": "https://github.com/BestModules-Libraries/BMK56T004.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMK56T004-1.0.1.zip", + "archiveFileName": "BMK56T004-1.0.1.zip", + "size": 329449, + "checksum": "SHA-256:e73cce7d5d5adfb89d9871ca7614be073d659463b320c611c81a2242c3bf164d" }, { - "name": "App Fernando K", - "version": "1.0.0", - "author": "FernandoK", - "maintainer": "FernandoK", - "sentence": "Library that helps working with the Fernando K app", - "paragraph": "This library manages multiple client connections and inform about incoming messages through callback", - "website": "https://github.com/ferkoyanagi/AppFernandok", - "category": "Communication", + "name": "BMS36T001", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMS36T001 that IR Proximity Sensing + Motor Driver Shield", + "paragraph": "We can use the library to driving the motor forward when the module is in the sensing status and driving the motor to standby when the module is not in the sensing status", + "website": "https://github.com/BestModules-Libraries/BMS36T001", + "category": "Sensors", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ferkoyanagi/AppFernandok.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ferkoyanagi/App_Fernando_K-1.0.0.zip", - "archiveFileName": "App_Fernando_K-1.0.0.zip", - "size": 7259, - "checksum": "SHA-256:c7b4fcaa5dc808b1e688110f63199b3e820399833713f829a36e27f15c644bc8" + "repository": "https://github.com/BestModules-Libraries/BMS36T001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMS36T001-1.0.1.zip", + "archiveFileName": "BMS36T001-1.0.1.zip", + "size": 1601547, + "checksum": "SHA-256:26f4d3930f798fc6bfc6a7917bf70e8d9e067930098a1e4849b8728688d0b4b2" }, { - "name": "BBQ10Keyboard", - "version": "1.0.0", - "author": "arturo182", - "maintainer": "arturo182", - "sentence": "Library for using the BBQ10Keyboard PMOD", - "paragraph": "Offer interrupt-driven and polling interfaces.", - "website": "https://github.com/arturo182/arduino_bbq10kbd", - "category": "Communication", + "name": "BMS36T001", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMS36T001 that IR Proximity Sensing + Motor Driver Shield", + "paragraph": "We can use the library to driving the motor forward when the module is in the sensing status and driving the motor to standby when the module is not in the sensing status", + "website": "https://github.com/BestModules-Libraries/BMS36T001", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/arturo182/arduino_bbq10kbd.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arturo182/BBQ10Keyboard-1.0.0.zip", - "archiveFileName": "BBQ10Keyboard-1.0.0.zip", - "size": 17668, - "checksum": "SHA-256:7a0c63aecf61d525278d9fa66b3062e82b49c8700f4788ddc4e629c5bac68aa6" + "repository": "https://github.com/BestModules-Libraries/BMS36T001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMS36T001-1.0.2.zip", + "archiveFileName": "BMS36T001-1.0.2.zip", + "size": 1601705, + "checksum": "SHA-256:50d4b7055af4897fec923fb4cf7c20e12199ca8b560a0332b236514692feeab1" }, { - "name": "BlinkCode Library", - "version": "0.1.0", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous BlinkCode library for indicating flash fault codes.", - "paragraph": "It can be used to runtime debugging or to showing current settings.", - "website": "https://github.com/marcinbor85/BlinkCode", - "category": "Signal Input/Output", + "name": "BM32S2031-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM32S2031-1/BMS31M001 that Second Generation Proximity Sensing Module.", + "paragraph": "We can use the library to obtaining the version number and the signal value when the module is in the sensing status with the BMS31M001 module.", + "website": "https://github.com/BestModules-Libraries/BM32S2031-1", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcinbor85/BlinkCode.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/BlinkCode_Library-0.1.0.zip", - "archiveFileName": "BlinkCode_Library-0.1.0.zip", - "size": 6524, - "checksum": "SHA-256:f63cf805bc276263b7436436834dce0debcb264b678438ffdaf0227d9345d01b" + "repository": "https://github.com/BestModules-Libraries/BM32S2031-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM32S2031_1-1.0.1.zip", + "archiveFileName": "BM32S2031_1-1.0.1.zip", + "size": 1456939, + "checksum": "SHA-256:20b755c770946049a677349b6d8dc3b155e74bc1e10fa7da5c2f1548457c4ebe" }, { - "name": "DS18B20_int", - "version": "0.1.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for DS18B20 restricted to a single sensor per pin.", - "paragraph": "uses integer math only.", - "website": "https://github.com/RobTillaart/DS18B20_INT", + "name": "BM32S2031-1", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM32S2031-1/BMS31M001 that Second Generation Proximity Sensing Module.", + "paragraph": "We can use the library to obtaining the version number and the signal value when the module is in the sensing status with the BMS31M001 module.", + "website": "https://github.com/BestModules-Libraries/BM32S2031-1", "category": "Sensors", "architectures": [ "*" @@ -345513,23 +808445,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS18B20_INT.git", - "providesIncludes": [ - "DS18B20_INT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.2.zip", - "archiveFileName": "DS18B20_int-0.1.2.zip", - "size": 5991, - "checksum": "SHA-256:2a50978f5b09b779725b8a0912a11f648d1a3881e37f313cb7863dc3ee3758b4" + "repository": "https://github.com/BestModules-Libraries/BM32S2031-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM32S2031_1-1.0.2.zip", + "archiveFileName": "BM32S2031_1-1.0.2.zip", + "size": 1456900, + "checksum": "SHA-256:e06f80d48e877b456add62686b740dd165ea113d317b8eb40b1695863a6ab951" }, { - "name": "DS18B20_int", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library for DS18B20 restricted to a single sensor per pin.", - "paragraph": "uses integer math only.", - "website": "https://github.com/RobTillaart/DS18B20_INT", + "name": "BM32S3021-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM32S3021-1/BMS31M002 that 1D Infrared Gesture Control Digital Module.", + "paragraph": "We can use the library to demonstrate the function to recognize whether a gesture is swiping left or right with the BMS31M002 modle.", + "website": "https://github.com/BestModules-Libraries/BM32S3021-1", "category": "Sensors", "architectures": [ "*" @@ -345537,95 +808466,83 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS18B20_INT.git", - "providesIncludes": [ - "DS18B20_INT.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS18B20_int-0.1.3.zip", - "archiveFileName": "DS18B20_int-0.1.3.zip", - "size": 7177, - "checksum": "SHA-256:06c9c1a151ef191650a44471864f6b411e1e4ca592350d93d479606253b43533" + "repository": "https://github.com/BestModules-Libraries/BM32S3021-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM32S3021_1-1.0.1.zip", + "archiveFileName": "BM32S3021_1-1.0.1.zip", + "size": 1464560, + "checksum": "SHA-256:b1f395274ea75ff9fbe12c658035f7b0294b43fe2d5381bb2e85ecc047c92f8b" }, { - "name": "DS1821", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DS1821 temperature sensor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DS1821", - "category": "Uncategorized", + "name": "BM32S3021-1", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM32S3021-1/BMS31M002 that 1D Infrared Gesture Control Digital Module.", + "paragraph": "We can use the library to demonstrate the function to recognize whether a gesture is swiping left or right with the BMS31M002 modle.", + "website": "https://github.com/BestModules-Libraries/BM32S3021-1", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS1821.git", - "providesIncludes": [ - "DS1821.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.2.0.zip", - "archiveFileName": "DS1821-0.2.0.zip", - "size": 6258, - "checksum": "SHA-256:8ca6b1b7dfbdecf766b35f4cffbd7122c6098f05de5c644ce53c717c9317e755" + "repository": "https://github.com/BestModules-Libraries/BM32S3021-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM32S3021_1-1.0.2.zip", + "archiveFileName": "BM32S3021_1-1.0.2.zip", + "size": 1464516, + "checksum": "SHA-256:368a5efee2d580ebf406732a7b0f7ec113393b83fc8368d9ddee2575167521a5" }, { - "name": "DS1821", - "version": "0.3.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DS1821 temperature sensor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DS1821", - "category": "Uncategorized", + "name": "BMH08002-4", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMH08002-4/BMH83M002 that Oximeter and Heart Rate Module", + "paragraph": "We can use the library to obtaining blood oxygen, heart rate and perfusion index,etc.", + "website": "https://github.com/BestModules-Libraries/BMH08002-4", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS1821.git", - "providesIncludes": [ - "DS1821.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.0.zip", - "archiveFileName": "DS1821-0.3.0.zip", - "size": 9545, - "checksum": "SHA-256:c688076380d2ec89cfed2e528cb3dfeb4d0157858db21d4a98764d074c9e2d96" + "repository": "https://github.com/BestModules-Libraries/BMH08002-4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMH08002_4-1.0.1.zip", + "archiveFileName": "BMH08002_4-1.0.1.zip", + "size": 407288, + "checksum": "SHA-256:23b20e20e1501448fca53b4062b0dd6ffa2bbaa1e7e8d4e07dfb3e298d03954b" }, { - "name": "DS1821", - "version": "0.3.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for DS1821 temperature sensor", - "paragraph": "experimental", - "website": "https://github.com/RobTillaart/DS1821", - "category": "Uncategorized", + "name": "BMH08002-4", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMH08002-4/BMH83M002 that Oximeter and Heart Rate Module", + "paragraph": "We can use the library to obtaining blood oxygen, heart rate and perfusion index,etc.", + "website": "https://github.com/BestModules-Libraries/BMH08002-4", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/DS1821.git", - "providesIncludes": [ - "DS1821.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/DS1821-0.3.1.zip", - "archiveFileName": "DS1821-0.3.1.zip", - "size": 10745, - "checksum": "SHA-256:2a0ef7a7845900912efc8c2607e0b4846d36475baeac79379655aab2c8f99693" + "repository": "https://github.com/BestModules-Libraries/BMH08002-4.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMH08002_4-1.0.2.zip", + "archiveFileName": "BMH08002_4-1.0.2.zip", + "size": 407322, + "checksum": "SHA-256:ef3a72388a7b7611fce4c923f9c877a111601807c76791be59d5b52e6e53c358" }, { - "name": "ADS1X15", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", + "name": "BMH06203", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMH06203/BMH63K203 that IR Temperature Module.", + "paragraph": "We can use the library to demonstrate the function of obtaining the object surface temperature value.", + "website": "https://github.com/BestModules-Libraries/BMH06203", "category": "Sensors", "architectures": [ "*" @@ -345633,23 +808550,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.0.zip", - "archiveFileName": "ADS1X15-0.2.0.zip", - "size": 12214, - "checksum": "SHA-256:81252a575bdbb18b07f2140ae91aaff5b59890578628d572ae62d0861680af62" + "repository": "https://github.com/BestModules-Libraries/BMH06203.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMH06203-1.0.1.zip", + "archiveFileName": "BMH06203-1.0.1.zip", + "size": 1818673, + "checksum": "SHA-256:fe4556b399aef34a5a279beb0e9542cc4f0aee9767d3cbfad3ee2960621cd2a4" }, { - "name": "ADS1X15", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", + "name": "BMH12M105", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C or UART access to the BMH12M105 that Weighing Module", + "paragraph": "We can use the library to demonstrates the functions of reading weight, etc.", + "website": "https://github.com/BestModules-Libraries/BMH12M105", "category": "Sensors", "architectures": [ "*" @@ -345657,233 +808571,209 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.1.zip", - "archiveFileName": "ADS1X15-0.2.1.zip", - "size": 12696, - "checksum": "SHA-256:6ffea7e7be002112dade0b9694a504e8c2d969c2f7a51919ecf04065f1215ce2" + "repository": "https://github.com/BestModules-Libraries/BMH12M105.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMH12M105-1.0.1.zip", + "archiveFileName": "BMH12M105-1.0.1.zip", + "size": 973499, + "checksum": "SHA-256:479d436dee2417b091f9ac7caf7f42826002c806bfb0e8aff1daa2480eea78bb" }, { - "name": "ADS1X15", - "version": "0.2.2", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", - "category": "Sensors", + "name": "BMH23M001", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMH23M001 that 24-Bit ADC Module.", + "paragraph": "We can use the library to demonstrates the function of obtaining the sensor AD value.", + "website": "https://github.com/BestModules-Libraries/BMH23M001", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.2.zip", - "archiveFileName": "ADS1X15-0.2.2.zip", - "size": 12810, - "checksum": "SHA-256:e742fb72d019024a75dd9d7c2bdb2e7e7de8970754ac9ba1021ca655e560f7b2" + "repository": "https://github.com/BestModules-Libraries/BMH23M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMH23M001-1.0.1.zip", + "archiveFileName": "BMH23M001-1.0.1.zip", + "size": 892222, + "checksum": "SHA-256:77d6b8b6bae338430fb9c324ed1834cb348c5ca5fb0220fa585bda3ea306084d" }, { - "name": "ADS1X15", - "version": "0.2.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", - "category": "Sensors", + "name": "BM2102-9x-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART and I2C access to the BM2102-9x-1/BMC21M0x1 that Sub-1G OOK Transmitter Transparent Transmission Module", + "paragraph": "We can use the library to demonstrates how to use the BMC21M0x1 module to pair with the Sub-1G OOK receiver transparent transmission module BMC23M0x1, data exchange and other functions", + "website": "https://github.com/BestModules-Libraries/BM2102-9x-1", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.3.zip", - "archiveFileName": "ADS1X15-0.2.3.zip", - "size": 19395, - "checksum": "SHA-256:3d2fd2192d23c1ee1914e3715a524e7305dc8482254f54ba98bec07b12cd3a54" + "repository": "https://github.com/BestModules-Libraries/BM2102-9x-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM2102_9x_1-1.0.1.zip", + "archiveFileName": "BM2102_9x_1-1.0.1.zip", + "size": 1256754, + "checksum": "SHA-256:e978d98262458fb7deb42823a5b2c725ca15cbf66fc2046dd79795c5686f9f5d" }, { - "name": "ADS1X15", - "version": "0.2.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", - "category": "Sensors", + "name": "BM2302-9x-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART and I2C access to the BM2302-9x-1/BMC23M0x1 that Sub-1G OOK Receiver Transparent Transmission Module", + "paragraph": "We can use the library to demonstrate how to use the BMC23M0x1 module to pair with the Sub-1G OOK transmitter transparent transmission module BMC21M0x1, data exchange and other functions", + "website": "https://github.com/BestModules-Libraries/BM2302-9x-1", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.4.zip", - "archiveFileName": "ADS1X15-0.2.4.zip", - "size": 20184, - "checksum": "SHA-256:f1595bcb32f18a81e01a355f1bd98088a6b1fbc70d342bf317e623a2278c1e6f" + "repository": "https://github.com/BestModules-Libraries/BM2302-9x-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM2302_9x_1-1.0.1.zip", + "archiveFileName": "BM2302_9x_1-1.0.1.zip", + "size": 1228174, + "checksum": "SHA-256:6e5135c9edc7c87f0456aa7991387fdaa95774ec59883c462a3c14d360d961e0" }, { - "name": "ADS1X15", - "version": "0.2.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", - "category": "Sensors", + "name": "BMC36M0x1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMC36M0x1 that Sub-1GHz FSK Transceiver Transparent Transmission Module", + "paragraph": "We can use library to demonstrate how to pair the modules to form a Peer network topology or a Star network topology to implement pairing, wireless communication and other functions", + "website": "https://github.com/BestModules-Libraries/BMC36M0x1", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.5.zip", - "archiveFileName": "ADS1X15-0.2.5.zip", - "size": 20193, - "checksum": "SHA-256:04ed1833e18f7fd81302d64f89b0966619d4aca8e04d9168828429cabf16ef28" + "repository": "https://github.com/BestModules-Libraries/BMC36M0x1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMC36M0x1-1.0.1.zip", + "archiveFileName": "BMC36M0x1-1.0.1.zip", + "size": 2168346, + "checksum": "SHA-256:dfefc14a22c2dc3d11ab8fbd7f9c26dd67f68698108d001a5f7b252c38053b44" }, { - "name": "ADS1X15", - "version": "0.2.6", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", - "category": "Sensors", + "name": "BMC36M0x1", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMC36M0x1 that Sub-1GHz FSK Transceiver Transparent Transmission Module", + "paragraph": "We can use library to demonstrate how to pair the modules to form a Peer network topology or a Star network topology to implement pairing, wireless communication and other functions", + "website": "https://github.com/BestModules-Libraries/BMC36M0x1", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.6.zip", - "archiveFileName": "ADS1X15-0.2.6.zip", - "size": 20232, - "checksum": "SHA-256:02496b4d910f718db8b587abe31a912edde71f6d373b2266ac4b41e7e2894e68" + "repository": "https://github.com/BestModules-Libraries/BMC36M0x1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMC36M0x1-1.0.2.zip", + "archiveFileName": "BMC36M0x1-1.0.2.zip", + "size": 2168732, + "checksum": "SHA-256:550e59cf2fa60a57219a577c0469f6869d4bbf1b6aad8cfeb388b3820ab1f06e" }, { - "name": "ADS1X15", - "version": "0.2.7", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC", - "paragraph": "Should work for ADS1013, ADS1014, ADS1113 and ADS1114", - "website": "https://github.com/RobTillaart/ADS1X15", - "category": "Sensors", + "name": "BMC56M001", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMC56M001 that 2.4G GFSK Transceiver Transparent Transmission Module", + "paragraph": "We can use the library to demonstrate how to pair the modules to form a Peer network topology or a Star network topology to implement pairing, wireless communication and other functions.", + "website": "https://github.com/BestModules-Libraries/BMC56M001", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/ADS1X15.git", - "providesIncludes": [ - "ADS1X15.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ADS1X15-0.2.7.zip", - "archiveFileName": "ADS1X15-0.2.7.zip", - "size": 23267, - "checksum": "SHA-256:450d84d513f42115f1814790e8f11e7e42df7c1d45ea78d29642b30fd5ef5168" + "repository": "https://github.com/BestModules-Libraries/BMC56M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMC56M001-1.0.1.zip", + "archiveFileName": "BMC56M001-1.0.1.zip", + "size": 2439290, + "checksum": "SHA-256:0cff87f129afe6bdfb51847eaf2836248d2ea2e85558d3bd93e2c1b59eed5e1f" }, { - "name": "I2C MPU6886 IMU", - "version": "1.0.0", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "Library to control I2C MPU6886", - "paragraph": "Library to control I2C MPU6886", - "website": "https://github.com/tanakamasayuki/I2C_MPU6886", - "category": "Device Control", + "name": "BMC56M001", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMC56M001 that 2.4G GFSK Transceiver Transparent Transmission Module", + "paragraph": "We can use the library to demonstrate how to pair the modules to form a Peer network topology or a Star network topology to implement pairing, wireless communication and other functions.", + "website": "https://github.com/BestModules-Libraries/BMC56M001", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_MPU6886.git", - "providesIncludes": [ - "I2C_MPU6886.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_MPU6886_IMU-1.0.0.zip", - "archiveFileName": "I2C_MPU6886_IMU-1.0.0.zip", - "size": 4149, - "checksum": "SHA-256:1013d3ef70c265e2d41a7dae73158b3ca4df2679a87017f9ffbb45695dc45e61" + "repository": "https://github.com/BestModules-Libraries/BMC56M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMC56M001-1.0.2.zip", + "archiveFileName": "BMC56M001-1.0.2.zip", + "size": 2451537, + "checksum": "SHA-256:e653db97f366a52c6e8eae00916f4f51c5b227c5ba5b897006d5e76cd6dae41a" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.0", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "A lightweight compatibility library", - "paragraph": "A lightweight compatibility library", - "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", - "category": "Device Control", + "name": "BM7701-00-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM7701-00-1/BMC77M001 that Bluetooth 5.2 BLE module", + "paragraph": "We can use the library to demonstrates the function of data transparent transmission with the BMC77M001 module", + "website": "https://github.com/BestModules-Libraries/BM7701-00-1", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.0.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.0.zip", - "size": 7655, - "checksum": "SHA-256:cd617884f390a85492b31508cd167665d6285d2f6c1b95ad3ed8f904a8ae30ef" + "repository": "https://github.com/BestModules-Libraries/BM7701-00-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM7701_00_1-1.0.1.zip", + "archiveFileName": "BM7701_00_1-1.0.1.zip", + "size": 414519, + "checksum": "SHA-256:28e74a4d8b2636c6eb75035a75110991a099aa43f2352eeacd1fedeb3d0ccc56" }, { - "name": "ESP32 Lite Pack Library", + "name": "BMC81M001", "version": "1.0.1", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "A lightweight compatibility library", - "paragraph": "A lightweight compatibility library", - "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", - "category": "Device Control", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMC81M001 that WIFI Module", + "paragraph": "We can use the library to demonstrate the data transmission functions of TCP and Alibaba Cloud Platform", + "website": "https://github.com/BestModules-Libraries/BMC81M001", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.1.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.1.zip", - "size": 9960, - "checksum": "SHA-256:52f4081edd51fc7e2e0afdd6d58083a137b64bbcd327143ae602acb08e642932" + "repository": "https://github.com/BestModules-Libraries/BMC81M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMC81M001-1.0.1.zip", + "archiveFileName": "BMC81M001-1.0.1.zip", + "size": 1145744, + "checksum": "SHA-256:9aaaecdec6b280c04e989660890bbe285ed59003ec7b3db8eb326464d9778071" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.2", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "A lightweight compatibility library", - "paragraph": "A lightweight compatibility library", - "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "name": "BMP73T102", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for the BMP73T102 that Dual-channel Motor Driver Shield", + "paragraph": "We can use the library to demonstrates the functions of driving DC motor and stepper motor", + "website": "https://github.com/BestModules-Libraries/BMP73T102", "category": "Device Control", "architectures": [ "*" @@ -345891,20 +808781,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.2.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.2.zip", - "size": 11790, - "checksum": "SHA-256:44af0c44d2d514bff2e57ef86549ba2ab0066f03392e543ad950c5023434ea09" + "repository": "https://github.com/BestModules-Libraries/BMP73T102.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMP73T102-1.0.1.zip", + "archiveFileName": "BMP73T102-1.0.1.zip", + "size": 828758, + "checksum": "SHA-256:fdde53a86998df8ce9d9a9830d49821c5a9c5d92a8a5fd75b93b6b3f44a5efee" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.3", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "A lightweight compatibility library", - "paragraph": "A lightweight compatibility library", - "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "name": "BMP73T104", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for the BMP73T104 that Four-channel Motor Driver Shield", + "paragraph": "We can use the library to demonstrates the functions of driving DC motor and stepper motor", + "website": "https://github.com/BestModules-Libraries/BMP73T104", "category": "Device Control", "architectures": [ "*" @@ -345912,20 +808802,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.3.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.3.zip", - "size": 12254, - "checksum": "SHA-256:082a41207167cf667d57153940682c31626071857c20956b1279d2a80f635873" + "repository": "https://github.com/BestModules-Libraries/BMP73T104.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMP73T104-1.0.1.zip", + "archiveFileName": "BMP73T104-1.0.1.zip", + "size": 1466688, + "checksum": "SHA-256:a8721855fd4aabceabe420f7559fe47559b5d6897f9a996caffc7d467d6045a6" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.4", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "A lightweight compatibility library", - "paragraph": "A lightweight compatibility library", - "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", + "name": "BMP73T104", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for the BMP73T104 that Four-channel Motor Driver Shield", + "paragraph": "We can use the library to demonstrate the functions of driving DC motor and stepper motor", + "website": "https://github.com/BestModules-Libraries/BMP73T104", "category": "Device Control", "architectures": [ "*" @@ -345933,290 +808823,209 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.4.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.4.zip", - "size": 14759, - "checksum": "SHA-256:5d0f22739a890c6bee92fba98b1efde9e55e04a7a77bb7d672dbe4ea19ae1639" + "repository": "https://github.com/BestModules-Libraries/BMP73T104.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMP73T104-1.0.2.zip", + "archiveFileName": "BMP73T104-1.0.2.zip", + "size": 2074549, + "checksum": "SHA-256:4cb3ff244cbf7ed4a232e55b498b87f7f0bc8ec26fe694e55f5d12893adc78d6" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.5", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "A lightweight compatibility library", - "paragraph": "A lightweight compatibility library", - "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", - "category": "Device Control", + "name": "BMD31M090", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMD31M090 that 0.96 inch OLED Display Module", + "paragraph": "We can use the library to the display function of OLED", + "website": "https://github.com/BestModules-Libraries/BMD31M090", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.5.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.5.zip", - "size": 14760, - "checksum": "SHA-256:d07f4f9bc1bef5af30a04a47f98370795bc60934162f6e658723e8154c01f9cc" + "repository": "https://github.com/BestModules-Libraries/BMD31M090.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMD31M090-1.0.1.zip", + "archiveFileName": "BMD31M090-1.0.1.zip", + "size": 865264, + "checksum": "SHA-256:340fa39fa7b81cf9a359aca3ca8188e8a1d76c27e3b5128f41c3faec94305cbd" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.6", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "A lightweight compatibility library", - "paragraph": "A lightweight compatibility library", - "website": "https://github.com/tanakamasayuki/ESP32_Lite_Pack", - "category": "Device Control", + "name": "BMD58T280", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for SPI or EBI access to the BMD58T280 that 2.8\" TFT-LCD Display Shield", + "paragraph": "We can use library to the function of TFT display", + "website": "https://github.com/BestModules-Libraries/BMD58T280", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.6.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.6.zip", - "size": 16168, - "checksum": "SHA-256:8dfc2f98e165df3cd39fdf81a3c7aed735ed6a506f6ccb8ce8a5cc04c1f92e28" + "repository": "https://github.com/BestModules-Libraries/BMD58T280.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMD58T280-1.0.1.zip", + "archiveFileName": "BMD58T280-1.0.1.zip", + "size": 4823429, + "checksum": "SHA-256:4ce5f542b4d857cfc65e89f8eef84c6650f294c183add933f644d64bd379bc94" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.7", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BM92S2222-A", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for the BM92S2222-A/BMA92K222 that Fingerprint Module.", + "paragraph": "We can use the library to demonstrates the functions of fingerprint enrollment and fingerprint identification.", + "website": "https://github.com/BestModules-Libraries/BM92S2222-A", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C_AXP192" - }, - { - "name": "I2C_BM8563" - }, - { - "name": "I2C_MPU6886" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.7.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.7.zip", - "size": 16359, - "checksum": "SHA-256:761418ad5c26dfcfa569a0ce636491920df6cd70bc8553bcf734039ff7e918b6" + "repository": "https://github.com/BestModules-Libraries/BM92S2222-A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM92S2222_A-1.0.1.zip", + "archiveFileName": "BM92S2222_A-1.0.1.zip", + "size": 543593, + "checksum": "SHA-256:46112a28ffa06c8dfa96e8bf84c34ca4557f5a396ab77928c69d409b68ba1606" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.8", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BM25S2021-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C and OneWire access to the BM25S2021-1/BME33M251 that Temperature and Humidity Mdoule", + "paragraph": "We can use the library to demonstrates the function of reading the temperature and humidity values with the BME33M251", + "website": "https://github.com/BestModules-Libraries/BM25S2021-1", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C_AXP192_Power_management" - }, - { - "name": "I2C_BM8563_RTC" - }, - { - "name": "I2C_MPU6886_IMU" - } + "repository": "https://github.com/BestModules-Libraries/BM25S2021-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM25S2021_1-1.0.1.zip", + "archiveFileName": "BM25S2021_1-1.0.1.zip", + "size": 1251690, + "checksum": "SHA-256:332b836cbbe51def68239ee0e1c0bf771e97f6caa29b952cb6c359f24650f351" + }, + { + "name": "BM62S2201-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C or UART access to the BM62S2201-1/BME21M621 that Air Pressure Module", + "paragraph": "We can use the library to demonstrates the function of reading the air pressure value with the BME21M621", + "website": "https://github.com/BestModules-Libraries/BM62S2201-1", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.8.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.8.zip", - "size": 15830, - "checksum": "SHA-256:0abb4a8e120ad08beea45b7abb8792566344d2b10dd7127593156057960775f1" + "repository": "https://github.com/BestModules-Libraries/BM62S2201-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM62S2201_1-1.0.1.zip", + "archiveFileName": "BM62S2201_1-1.0.1.zip", + "size": 1245029, + "checksum": "SHA-256:b88e92cc4b5b56908f14055cbd4615b79db39c51cfaefe27c39ed6b95e54796e" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.0.9", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BMS33M332", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMS33M332 that Proximity\u0026Light Mdoule", + "paragraph": "We can use the library to demonstrates the function of reading A/D values for proximity sensing and ambient light", + "website": "https://github.com/BestModules-Libraries/BMS33M332", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.0.9.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.0.9.zip", - "size": 23482, - "checksum": "SHA-256:a3ebe8439559fd293068bb7109f0cab3f95873677f61f6a9b4343aac6d0aab6b" + "repository": "https://github.com/BestModules-Libraries/BMS33M332.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMS33M332-1.0.1.zip", + "archiveFileName": "BMS33M332-1.0.1.zip", + "size": 1123629, + "checksum": "SHA-256:ecfd57c28a7767d27b3b7d7010180856bbfe9590f564902f700c2985ef80a9e4" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.1.0", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BMS56M605", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMS56M605 that Gyroscope\u0026Acceleration Mdoule", + "paragraph": "We can use the library to demonstrates the functions of reading the 6-axis data and motion detection", + "website": "https://github.com/BestModules-Libraries/BMS56M605", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.0.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.1.0.zip", - "size": 25512, - "checksum": "SHA-256:5a8ac21d0442c151898221653e6237f78e42f6f5acbb62b39f8d061c281b04ac" + "repository": "https://github.com/BestModules-Libraries/BMS56M605.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMS56M605-1.0.1.zip", + "archiveFileName": "BMS56M605-1.0.1.zip", + "size": 1302812, + "checksum": "SHA-256:118fe1ee60c9c08138ef523e16f892b36ee1e135f739a3128a194100bdad0712" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.1.1", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BMS26M833", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMS26M833 that Infrared Thermopile Array Mdoule", + "paragraph": "We can use the library to demonstrates the function of reading the temperature values", + "website": "https://github.com/BestModules-Libraries/BMS26M833", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.1.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.1.1.zip", - "size": 25677, - "checksum": "SHA-256:a5fe070c224075c26dc63dba5d539e96f69f94d23a78e264d08f5b9a8c85a598" + "repository": "https://github.com/BestModules-Libraries/BMS26M833.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMS26M833-1.0.1.zip", + "archiveFileName": "BMS26M833-1.0.1.zip", + "size": 777901, + "checksum": "SHA-256:2b54be58b9fcc3cb7392bc597f8292be2a71f997880a491291e74ac6a17b03a1" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.1.2", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BM92S2021-A", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for 9-bit UART access to the BM92S2021-A/BMA92K202 that Color Sensor Module", + "paragraph": "we can use this library to demonstrate features such as getting colors", + "website": "https://github.com/BestModules-Libraries/BM92S2021-A", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.1.2.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.1.2.zip", - "size": 25775, - "checksum": "SHA-256:c00fd607a8569bd06195266635b266d3263d525accef345305c76067accd0a5e" + "repository": "https://github.com/BestModules-Libraries/BM92S2021-A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM92S2021_A-1.0.1.zip", + "archiveFileName": "BM92S2021_A-1.0.1.zip", + "size": 693159, + "checksum": "SHA-256:a09d327823e8c930ea2ea7509c6932a821af388ab2d1d0dfd7744dd54b62cf5b" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.0", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "name": "BM12O2321-A", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for 9-bit UART access to the BM12O2321-A/BMD12K232 that H-bridge Drive Module", + "paragraph": "we can use this library to demonstrates the function of sending single step delay operation command to H bridge and obtaining load current", + "website": "https://github.com/BestModules-Libraries/BM12O2321-A", "category": "Device Control", "architectures": [ "*" @@ -346224,664 +809033,557 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.0.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.0.zip", - "size": 30127, - "checksum": "SHA-256:69f67cdee056dcdd3033a7e06a44938f08fbf364a5f57866633eeacfc811e31f" + "repository": "https://github.com/BestModules-Libraries/BM12O2321-A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM12O2321_A-1.0.1.zip", + "archiveFileName": "BM12O2321_A-1.0.1.zip", + "size": 811369, + "checksum": "SHA-256:8df4333c1043d6a7e87ef3d12d12facd97e324d2ad22c9592d075bdc83bfc0ef" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.1", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BM12O2021-A", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for 9-bit UART access to the BM12O2021-A/BMD12K202 that NMOS Driver Module", + "paragraph": "We can use the library to demonstrates the setting of NMOS PWM output and other functions", + "website": "https://github.com/BestModules-Libraries/BM12O2021-A", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.1.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.1.zip", - "size": 30866, - "checksum": "SHA-256:96b7e3ec2cab314b9dfc940224daf1399f739becb8ba5087d21ced2956c9639d" + "repository": "https://github.com/BestModules-Libraries/BM12O2021-A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM12O2021_A-1.0.1.zip", + "archiveFileName": "BM12O2021_A-1.0.1.zip", + "size": 699180, + "checksum": "SHA-256:23b6d9e7925ed0fe2a344399e60d0fc02021ff918e29d9d6fe49249e9d1086ad" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.2", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "BM32O2531-A", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for 9-bit UART access to the BM32O2531-A/BMD32K253 that LCD Module", + "paragraph": "We can use the library to example demonstrates the function of display output in LCD display module", + "website": "https://github.com/BestModules-Libraries/BM32O2531-A", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.2.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.2.zip", - "size": 36430, - "checksum": "SHA-256:8115ab79f2c013290c5e3767fe12eecb7d6a90a7215182ed02b792025d3d4657" + "repository": "https://github.com/BestModules-Libraries/BM32O2531-A.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM32O2531_A-1.0.1.zip", + "archiveFileName": "BM32O2531_A-1.0.1.zip", + "size": 1135129, + "checksum": "SHA-256:dd2350c5a6eff41782e8bcf11f36f6d3872180e1b0fbc4127f768c92d01b34d0" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.3", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "GovoroxSSLClient", + "version": "1.1.1", + "author": "V Govorovski", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "Provides secure network connection over a generic Client trasport object.", + "paragraph": "With this library you can make a TLS or SSL connection to a remote server.", + "website": "https://github.com/govorox/SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/govorox/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.3.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.3.zip", - "size": 36503, - "checksum": "SHA-256:30fa8089726d580a225b3a910a49b97766eac724064535a247f103c37672c3a7" + "url": "https://downloads.arduino.cc/libraries/github.com/govorox/GovoroxSSLClient-1.1.1.zip", + "archiveFileName": "GovoroxSSLClient-1.1.1.zip", + "size": 59940, + "checksum": "SHA-256:e05f45b889fbeec51edf29a1d88993a890b5b987139547fb5d47a9dfc20147de" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.4", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "GovoroxSSLClient", + "version": "1.1.2", + "author": "V Govorovski", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "Provides secure network connection over a generic Client trasport object.", + "paragraph": "With this library you can make a TLS or SSL connection to a remote server.", + "website": "https://github.com/govorox/SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/govorox/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.4.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.4.zip", - "size": 38193, - "checksum": "SHA-256:c41bbc2d4d7bc67e8c763a31c2046a2cc503ed74daceb697c39e54faa17d51ce" + "url": "https://downloads.arduino.cc/libraries/github.com/govorox/GovoroxSSLClient-1.1.2.zip", + "archiveFileName": "GovoroxSSLClient-1.1.2.zip", + "size": 60031, + "checksum": "SHA-256:0c0217368a3b339e4e1906e8e1241440f0926a08a403d22abe0132c6cbe57e60" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.5", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "GovoroxSSLClient", + "version": "1.1.3", + "author": "V Govorovski", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "Provides secure network connection over a generic Client trasport object.", + "paragraph": "With this library you can make a TLS or SSL connection to a remote server.", + "website": "https://github.com/govorox/SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/govorox/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.5.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.5.zip", - "size": 73072, - "checksum": "SHA-256:6f3c377f410a3e322d063903d590c95e0c50bdd4acc388b1b2cbcf98a18f733f" + "url": "https://downloads.arduino.cc/libraries/github.com/govorox/GovoroxSSLClient-1.1.3.zip", + "archiveFileName": "GovoroxSSLClient-1.1.3.zip", + "size": 66026, + "checksum": "SHA-256:53cdac12b91a299bde622c6b5f5a5c39ee3e6711b637cf72a00a905dd18f5fb6" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.6", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIR, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "GovoroxSSLClient", + "version": "1.1.4", + "author": "V Govorovski", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "Provides secure network connection over a generic Client trasport object.", + "paragraph": "With this library you can make a TLS or SSL connection to a remote server.", + "website": "https://github.com/govorox/SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/govorox/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.6.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.6.zip", - "size": 74357, - "checksum": "SHA-256:20e8f624de7d6514cbaa788818b4af5750c94f02b78f9abf6ec1e4e3e371c235" + "url": "https://downloads.arduino.cc/libraries/github.com/govorox/GovoroxSSLClient-1.1.4.zip", + "archiveFileName": "GovoroxSSLClient-1.1.4.zip", + "size": 66120, + "checksum": "SHA-256:8a1947ad90cfab5eb2e42b639c9dca9e339f17878a1b5167871ffd08d4e52cf3" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.7", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "GovoroxSSLClient", + "version": "1.1.5", + "author": "V Govorovski", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "Provides secure network connection over a generic Client trasport object.", + "paragraph": "With this library you can make a TLS or SSL connection to a remote server.", + "website": "https://github.com/govorox/SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/govorox/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.7.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.7.zip", - "size": 86610, - "checksum": "SHA-256:556f08b257d0353c20c0d7f02bf00a44a5e5198a902db39b6a26d5601f515398" + "url": "https://downloads.arduino.cc/libraries/github.com/govorox/GovoroxSSLClient-1.1.5.zip", + "archiveFileName": "GovoroxSSLClient-1.1.5.zip", + "size": 70312, + "checksum": "SHA-256:10498df91ef5bf853e456eda53d675d5ee4bbf0d9c6ec119f6dc55c348c92a26" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.8", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "GovoroxSSLClient", + "version": "1.1.6", + "author": "V Govorovski", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "Provides secure network connection over a generic Client trasport object.", + "paragraph": "With this library you can make a TLS or SSL connection to a remote server.", + "website": "https://github.com/govorox/SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/govorox/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.8.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.8.zip", - "size": 87509, - "checksum": "SHA-256:199dca6a813b48b9c3d69c9bcfc24507ad1e42672b34d8e9cf7e5638929569b5" + "url": "https://downloads.arduino.cc/libraries/github.com/govorox/GovoroxSSLClient-1.1.6.zip", + "archiveFileName": "GovoroxSSLClient-1.1.6.zip", + "size": 72843, + "checksum": "SHA-256:5c415b87c98336bb34ec1d034b628990bb3c2324461ec0ccaa53500af74f26fa" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.2.9", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "GovoroxSSLClient", + "version": "1.1.7", + "author": "V Govorovski", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "Provides secure network connection over a generic Client trasport object.", + "paragraph": "With this library you can make a TLS or SSL connection to a remote server.", + "website": "https://github.com/govorox/SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/govorox/SSLClient.git", + "providesIncludes": [ + "SSLClient.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.2.9.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.2.9.zip", - "size": 87562, - "checksum": "SHA-256:4aca50d9d673ca7002cc42357c21e3d8b54f05dc1c0bf05fbccc705f63087da6" + "url": "https://downloads.arduino.cc/libraries/github.com/govorox/GovoroxSSLClient-1.1.7.zip", + "archiveFileName": "GovoroxSSLClient-1.1.7.zip", + "size": 82128, + "checksum": "SHA-256:327748827b11ea6c5aa99f38a1cc732513878d5801a9f7c6ec7f2851bd05c481" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.3.0", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", - "category": "Device Control", + "name": "fog", + "version": "1.0.1", + "author": "JasperWang", + "maintainer": "Jasper Wang \u003crw2493@nyu.edu\u003e", + "sentence": "Programming water mist.", + "paragraph": "With this library, you can use my Programming Fog board, to create fun interactions with water mist.", + "website": "https://github.com/soryone1/fog", + "category": "Communication", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/soryone1/fog.git", + "providesIncludes": [ + "fog.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.0.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.3.0.zip", - "size": 90270, - "checksum": "SHA-256:dd0ba793c3805dd3ceac94d56119f2a062a77fb0a230ffe4468e79dff7fc0065" + "url": "https://downloads.arduino.cc/libraries/github.com/soryone1/fog-1.0.1.zip", + "archiveFileName": "fog-1.0.1.zip", + "size": 3427, + "checksum": "SHA-256:07b468c87f68289e84ba303b00165236df6772ee0d2bbb938e15cd9ff0ea85dc" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.3.1", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "name": "unoHID", + "version": "0.1.0", + "author": "Todd Herbert", + "maintainer": "Todd Herbert \u003cherbert.todd@gmail.com\u003e", + "sentence": "Use Uno R3 as USB Mouse + Keyboard", + "paragraph": "A user-friendly implementation of Obdev's V-USB driver, for Arduino UNO R3 and other boards based on ATmega328.", + "website": "https://github.com/todd-herbert/unoHID", "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.1.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.3.1.zip", - "size": 90275, - "checksum": "SHA-256:aa9f2219cbb343250bc3622f22432076781b37c73938784ca62f0e58eb95be84" + "repository": "https://github.com/todd-herbert/unoHID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/unoHID-0.1.0.zip", + "archiveFileName": "unoHID-0.1.0.zip", + "size": 236115, + "checksum": "SHA-256:477f74219f4e8fa4c274aa7b4ea04f8d880d0371e552ec3123652c1f98e1d920" }, { - "name": "ESP32 Lite Pack Library", - "version": "1.3.2", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "ESP32LitePack, M5Lite, A lightweight compatibility library. Support Devices:M5StickC, M5StickC Plus, M5Stack BASIC, M5Stack GRAY, M5Stack FIRE, M5Stack Core2, M5Stack ATOM Lite, M5Stack ATOM Matrix, M5Stack ATOM ECHO", - "paragraph": "You can run multiple boards with the same code.", - "website": "https://github.com/tanakamasayuki/ESP32LitePack", + "name": "unoHID", + "version": "0.1.1", + "author": "Todd Herbert", + "maintainer": "Todd Herbert \u003cherbert.todd@gmail.com\u003e", + "sentence": "Use Uno R3 as USB Mouse + Keyboard", + "paragraph": "A user-friendly implementation of Obdev's V-USB driver, for Arduino UNO R3 and other boards based on ATmega328.", + "website": "https://github.com/todd-herbert/unoHID", "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/ESP32LitePack.git", - "dependencies": [ - { - "name": "LovyanGFX" - }, - { - "name": "FastLED" - }, - { - "name": "I2C AXP192 Power management" - }, - { - "name": "I2C BM8563 RTC" - }, - { - "name": "I2C MPU6886 IMU" - } + "repository": "https://github.com/todd-herbert/unoHID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/unoHID-0.1.1.zip", + "archiveFileName": "unoHID-0.1.1.zip", + "size": 387770, + "checksum": "SHA-256:c0351fa40a0f0026eacd83261adf739d62192c58990c8e07b4c16953482187d0" + }, + { + "name": "unoHID", + "version": "0.1.2", + "author": "Todd Herbert", + "maintainer": "Todd Herbert \u003cherbert.todd@gmail.com\u003e", + "sentence": "Use Uno R3 as USB Mouse + Keyboard.", + "paragraph": "A user-friendly implementation of Obdev's V-USB driver, for Arduino UNO R3 and other boards based on ATmega328.", + "website": "https://github.com/todd-herbert/unoHID", + "category": "Device Control", + "architectures": [ + "avr" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/ESP32_Lite_Pack_Library-1.3.2.zip", - "archiveFileName": "ESP32_Lite_Pack_Library-1.3.2.zip", - "size": 90275, - "checksum": "SHA-256:f426835fa7dcea4b5598779968de3092271bd68c40c8a0ef84b4ce81b5dca499" + "types": [ + "Contributed" + ], + "repository": "https://github.com/todd-herbert/unoHID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/todd-herbert/unoHID-0.1.2.zip", + "archiveFileName": "unoHID-0.1.2.zip", + "size": 389489, + "checksum": "SHA-256:e0d4639c5419a0def2cc30b6feafda301549ad1b8d38c79f0fda349cb9714f46" }, { - "name": "SmartButton Library", + "name": "MTP40F", "version": "0.1.0", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous SmartButton library for handling various button events.", - "paragraph": "Supports button press, release, multiple click and button hold events.", - "website": "https://github.com/marcinbor85/SmartButton", - "category": "Signal Input/Output", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40F CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40F", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcinbor85/SmartButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.0.zip", - "archiveFileName": "SmartButton_Library-0.1.0.zip", - "size": 5961, - "checksum": "SHA-256:dc17e8ab63a3bd66c648047acc4681a9425369fe933ef97e723cff37e947c85f" + "repository": "https://github.com/RobTillaart/MTP40F.git", + "providesIncludes": [ + "MTP40F.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40F-0.1.0.zip", + "archiveFileName": "MTP40F-0.1.0.zip", + "size": 21453, + "checksum": "SHA-256:d953871c40739053122db1ebb784e7cfa63b7db0f5a2c3a385f60ef3fce14cc3" }, { - "name": "SmartButton Library", + "name": "MTP40F", "version": "0.1.1", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous SmartButton library for handling various button events.", - "paragraph": "Supports button press, release, multiple click and button hold events.", - "website": "https://github.com/marcinbor85/SmartButton", - "category": "Signal Input/Output", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40F CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40F", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcinbor85/SmartButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.1.zip", - "archiveFileName": "SmartButton_Library-0.1.1.zip", - "size": 6230, - "checksum": "SHA-256:bc172f047ddd32433349791e1ecb8c5a3a10166a3059dc1a47d11aa2fb621e3f" + "repository": "https://github.com/RobTillaart/MTP40F.git", + "providesIncludes": [ + "MTP40F.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40F-0.1.1.zip", + "archiveFileName": "MTP40F-0.1.1.zip", + "size": 22916, + "checksum": "SHA-256:32b57a1e57ab038bc81daec9ed0c20ecd6496e3412587d54377554a64ca49417" }, { - "name": "SmartButton Library", + "name": "MTP40F", "version": "0.1.2", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous SmartButton library for handling various button events.", - "paragraph": "Supports button press, release, multiple click and button hold events.", - "website": "https://github.com/marcinbor85/SmartButton", - "category": "Signal Input/Output", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for MTP40F CO2 sensor", + "website": "https://github.com/RobTillaart/MTP40F", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcinbor85/SmartButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.2.zip", - "archiveFileName": "SmartButton_Library-0.1.2.zip", - "size": 6324, - "checksum": "SHA-256:d7e9733980bf26ecfa69d2c871834f89f0c2df8ccc6a54298ea4082e7e19851d" + "repository": "https://github.com/RobTillaart/MTP40F.git", + "providesIncludes": [ + "MTP40F.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MTP40F-0.1.2.zip", + "archiveFileName": "MTP40F-0.1.2.zip", + "size": 23128, + "checksum": "SHA-256:ca0260706afbab2621bde4c13af5b67fa8ff2c3a5588ede4b15cf8797cf78ee2" }, { - "name": "SmartButton Library", - "version": "0.1.3", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous SmartButton library for handling various button events.", - "paragraph": "Supports button press, release, multiple click and button hold events.", - "website": "https://github.com/marcinbor85/SmartButton", - "category": "Signal Input/Output", - "architectures": [ - "*" + "name": "Adafruit TSC2046", + "version": "1.0.0", + "author": "Qyriad", + "maintainer": "Qyriad \u003cqyriad@qyriad.me\u003e", + "sentence": "A library for the TI TSC2046 touchscreen.", + "paragraph": "A library for the TI TSC2046 touchscreen.", + "website": "https://github.com/Qyriad/arduino-tsc2046", + "category": "Display", + "architectures": [], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_TSC2046.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSC2046-1.0.0.zip", + "archiveFileName": "Adafruit_TSC2046-1.0.0.zip", + "size": 273697, + "checksum": "SHA-256:fe6b4bbe82089d8914d0cb93a3f73166be5efc7f949b02406b4465df64fcf5cc" + }, + { + "name": "Adafruit TSC2046", + "version": "1.0.1", + "author": "Qyriad", + "maintainer": "Qyriad \u003cqyriad@qyriad.me\u003e", + "sentence": "A library for the TI TSC2046 touchscreen.", + "paragraph": "A library for the TI TSC2046 touchscreen.", + "website": "https://github.com/adafruit/Adafruit_TSC2046", + "category": "Display", + "architectures": [], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/marcinbor85/SmartButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.3.zip", - "archiveFileName": "SmartButton_Library-0.1.3.zip", - "size": 9945, - "checksum": "SHA-256:cbc6962f9e741ced726028976a530c6cfdb98481a69353d78bbf8b4474f096f4" + "repository": "https://github.com/adafruit/Adafruit_TSC2046.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TSC2046-1.0.1.zip", + "archiveFileName": "Adafruit_TSC2046-1.0.1.zip", + "size": 273692, + "checksum": "SHA-256:eb4de7747201c4e378c7742f038fab3b54938e397869ef518c84953ac04f90e5" }, { - "name": "SmartButton Library", - "version": "0.1.4", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous SmartButton library for handling various button events.", - "paragraph": "Supports button press, release, multiple click and button hold events.", - "website": "https://github.com/marcinbor85/SmartButton", - "category": "Signal Input/Output", + "name": "BlaeckTCP", + "version": "1.0.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Ethernet/Wifi to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with commands. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckTCP", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcinbor85/SmartButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.1.4.zip", - "archiveFileName": "SmartButton_Library-0.1.4.zip", - "size": 9948, - "checksum": "SHA-256:5966adaae8f09b9ac5eec32515afa93314cb9b5b3e7f18adfa7a5b73508ec0c5" + "repository": "https://github.com/sebaJoSt/BlaeckTCP.git", + "dependencies": [ + { + "name": "CRC" + }, + { + "name": "TelnetStream" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckTCP-1.0.0.zip", + "archiveFileName": "BlaeckTCP-1.0.0.zip", + "size": 22071, + "checksum": "SHA-256:da60902f5abacb5dcf37c876aa8082a1060b072c68e71de9de13bb8e65109260" }, { - "name": "SmartButton Library", - "version": "0.2.0", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous SmartButton library for handling various button events.", - "paragraph": "Supports button press, release, multiple click and button hold events.", - "website": "https://github.com/marcinbor85/SmartButton", - "category": "Signal Input/Output", + "name": "BlaeckTCP", + "version": "2.0.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Ethernet/Wifi to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with commands. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckTCP", + "category": "Communication", "architectures": [ - "*" + "avr", + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcinbor85/SmartButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.2.0.zip", - "archiveFileName": "SmartButton_Library-0.2.0.zip", - "size": 12475, - "checksum": "SHA-256:fe313166edf70e8b5b794ae014beedc28bf3f2e42e6df9b03e62e8a3e9d19dc5" + "repository": "https://github.com/sebaJoSt/BlaeckTCP.git", + "dependencies": [ + { + "name": "CRC" + }, + { + "name": "TelnetStream" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckTCP-2.0.0.zip", + "archiveFileName": "BlaeckTCP-2.0.0.zip", + "size": 31441, + "checksum": "SHA-256:3fd3cc644a4d6b3f2377c9ade08e7522f9b27d6ee072e1dc05578e899ae0b54d" }, { - "name": "SmartButton Library", - "version": "0.3.0", - "author": "Marcin Borowicz", - "maintainer": "Marcin Borowicz \u003cmarcinbor85@gmail.com\u003e", - "sentence": "Asynchronous SmartButton library for handling various button events.", - "paragraph": "Supports button press, release, multiple click, hold, long-hold, and auto-repeat events.", - "website": "https://github.com/marcinbor85/SmartButton", - "category": "Signal Input/Output", + "name": "BlaeckTCP", + "version": "2.1.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Ethernet/Wifi to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with commands. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://githom/sebaJoSt/BlaeckTCP", + "category": "Communication", "architectures": [ - "*" + "avr", + "esp32", + "esp8266", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/marcinbor85/SmartButton.git", - "url": "https://downloads.arduino.cc/libraries/github.com/marcinbor85/SmartButton_Library-0.3.0.zip", - "archiveFileName": "SmartButton_Library-0.3.0.zip", - "size": 13789, - "checksum": "SHA-256:43812ab5f33d89f14d0ab439e4f6cace243f5a88a03b81337a298a0764c0414d" + "repository": "https://github.com/sebaJoSt/BlaeckTCP.git", + "dependencies": [ + { + "name": "CRC" + }, + { + "name": "TelnetStream" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckTCP-2.1.0.zip", + "archiveFileName": "BlaeckTCP-2.1.0.zip", + "size": 34025, + "checksum": "SHA-256:ea0958962d8bf893d39a73b2957fed4c948fb0b36c05727941858cd3517430af" }, { - "name": "lvgl", - "version": "7.3.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", - "category": "Display", + "name": "BlaeckTCP", + "version": "2.2.0", + "author": "Sebastian Strobl", + "maintainer": "Sebastian Strobl \u003csebastian.strobl@gmx.de\u003e", + "sentence": "A simple library to send binary (sensor) data via Ethernet/Wifi to your PC.", + "paragraph": "The data can be sent periodically or requested on demand with commands. For documentation (including examples how to decode the data messages), check out the GitHub repository.", + "website": "https://github.com/sebaJoSt/BlaeckTCP", + "category": "Communication", "architectures": [ - "*" + "avr", + "esp32", + "esp8266", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", - "providesIncludes": [ - "lvgl.h" + "repository": "https://github.com/sebaJoSt/BlaeckTCP.git", + "dependencies": [ + { + "name": "CRC" + }, + { + "name": "TelnetStream" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.3.0.zip", - "archiveFileName": "lvgl-7.3.0.zip", - "size": 6870549, - "checksum": "SHA-256:ecfab38ed6a6ef5d231eaad575a76910fc0bcd38570666e243e19eafff7cd9ba" + "url": "https://downloads.arduino.cc/libraries/github.com/sebaJoSt/BlaeckTCP-2.2.0.zip", + "archiveFileName": "BlaeckTCP-2.2.0.zip", + "size": 33580, + "checksum": "SHA-256:6571ac616319be703815fd58376613114353758c7c3e5b0d579f2b6538b7e150" }, { - "name": "lvgl", - "version": "7.3.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", + "name": "MATRIX7219", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for 8x8 LED MATRIX MAX7219.", + "website": "https://github.com/RobTillaart/MATRIX7219", "category": "Display", "architectures": [ "*" @@ -346889,23 +809591,22 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", + "repository": "https://github.com/RobTillaart/MATRIX7219.git", "providesIncludes": [ - "lvgl.h" + "MATRIX7219.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.3.1.zip", - "archiveFileName": "lvgl-7.3.1.zip", - "size": 6873851, - "checksum": "SHA-256:87031ef0906a8c60690cca3eb069ffc9c779956766f3d16b0d92b6b8d921975b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MATRIX7219-0.1.0.zip", + "archiveFileName": "MATRIX7219-0.1.0.zip", + "size": 11925, + "checksum": "SHA-256:a16103c71f04f02eee61b8f7fce8f52d814c60faf3e53be2983f2e0bfdda2ac5" }, { - "name": "lvgl", - "version": "7.4.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", + "name": "MATRIX7219", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for 8x8 LED MATRIX MAX7219.", + "website": "https://github.com/RobTillaart/MATRIX7219", "category": "Display", "architectures": [ "*" @@ -346913,23 +809614,22 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", + "repository": "https://github.com/RobTillaart/MATRIX7219.git", "providesIncludes": [ - "lvgl.h" + "MATRIX7219.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.4.0.zip", - "archiveFileName": "lvgl-7.4.0.zip", - "size": 6935361, - "checksum": "SHA-256:228de9bb0a179c62eec94611e5be55a8333e5d3153b5d27b09c69aee11ea7714" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MATRIX7219-0.1.1.zip", + "archiveFileName": "MATRIX7219-0.1.1.zip", + "size": 15683, + "checksum": "SHA-256:18ef9a0f1df690e0d4fff06bdd8d8aec8f5adb091b50543cf0e65916a70ccb55" }, { - "name": "lvgl", - "version": "7.5.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", + "name": "MATRIX7219", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for 8x8 LED MATRIX MAX7219, MAX7221.", + "website": "https://github.com/RobTillaart/MATRIX7219", "category": "Display", "architectures": [ "*" @@ -346937,143 +809637,137 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", + "repository": "https://github.com/RobTillaart/MATRIX7219.git", "providesIncludes": [ - "lvgl.h" + "MATRIX7219.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.5.0.zip", - "archiveFileName": "lvgl-7.5.0.zip", - "size": 6936760, - "checksum": "SHA-256:5e68284aac5bd70401318a7c61388c4fc67e1a1d2bee3ea878768eb41785aa6a" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MATRIX7219-0.1.2.zip", + "archiveFileName": "MATRIX7219-0.1.2.zip", + "size": 16139, + "checksum": "SHA-256:0569677f5079630824fa5d995110419e616f0b5edc5ce2bebecef086434a8008" }, { - "name": "lvgl", - "version": "7.6.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", - "category": "Display", + "name": "MAX6816", + "version": "1.0.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Single Switch Debouncer Library for Arduino.", + "paragraph": "Provide clean interfacing of mechanical switches to digital input. Both the switch opening bounce and the switch closing bounce are removed.", + "website": "https://github.com/MicroBeaut/MAX6816", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", - "providesIncludes": [ - "lvgl.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.6.0.zip", - "archiveFileName": "lvgl-7.6.0.zip", - "size": 6939418, - "checksum": "SHA-256:80104316ad9a512bc71868bbd3ccd737bbad0faf309a2fc469913027888b546a" + "repository": "https://github.com/MicroBeaut/MAX6816.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/MAX6816-1.0.0.zip", + "archiveFileName": "MAX6816-1.0.0.zip", + "size": 5744, + "checksum": "SHA-256:793e5514346bb43fb2e08669a61dd0226476586caea1951f363a2a9721358a00" }, { - "name": "lvgl", - "version": "7.6.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", - "category": "Display", + "name": "MAX6816", + "version": "1.0.2", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Single Switch Debouncer Library for Arduino.", + "paragraph": "Provide clean interfacing of mechanical switches to digital input. Both the switch opening bounce and the switch closing bounce are removed.", + "website": "https://github.com/MicroBeaut/MAX6816", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", - "providesIncludes": [ - "lvgl.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.6.1.zip", - "archiveFileName": "lvgl-7.6.1.zip", - "size": 6939938, - "checksum": "SHA-256:d85fe448047cf80de40d2b654ecd8d1a4bc544a3a05ad309b32603b5001d1f38" + "repository": "https://github.com/MicroBeaut/MAX6816.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/MAX6816-1.0.2.zip", + "archiveFileName": "MAX6816-1.0.2.zip", + "size": 5756, + "checksum": "SHA-256:f44eb01b33b7eb5844be0afc5f17a1db96acca559b85876fde332bc29ce0de29" }, { - "name": "lvgl", - "version": "7.7.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", - "category": "Display", + "name": "crc_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library of functions about crc.", + "paragraph": "It has useful functions for crc like putting crc hash on tail of array or checking crc hash on tail of array.", + "website": "https://github.com/asukiaaa/crc-arduino", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", - "providesIncludes": [ - "lvgl.h" + "repository": "https://github.com/asukiaaa/crc-arduino.git", + "dependencies": [ + { + "name": "CRCx" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.0.zip", - "archiveFileName": "lvgl-7.7.0.zip", - "size": 6982121, - "checksum": "SHA-256:1dc14527ce3b7fc4243d3e33ee283de26d518d83616b088187d10c1976b264d9" + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/crc_asukiaaa-1.0.0.zip", + "archiveFileName": "crc_asukiaaa-1.0.0.zip", + "size": 2358, + "checksum": "SHA-256:864395e7039728a6eaa3267bf17b429a8dee6de9517e3a0d0cdad4301b32f944" }, { - "name": "lvgl", - "version": "7.7.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", - "category": "Display", + "name": "CQRobotTDS", + "version": "0.1.0", + "author": "redPanther", + "maintainer": "redPanther", + "sentence": "Simplify the use of CQRobot TDS sensor.", + "website": "https://github.com/redPanther/CQRobotTDS", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", + "repository": "https://github.com/redPanther/CQRobotTDS.git", "providesIncludes": [ - "lvgl.h" + "CQRobotTDS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.1.zip", - "archiveFileName": "lvgl-7.7.1.zip", - "size": 6986098, - "checksum": "SHA-256:79a709c5eb6f100f6d0b1bc1adcc285e30d24a3ef492b17cd2cd26ac097c247e" + "url": "https://downloads.arduino.cc/libraries/github.com/redPanther/CQRobotTDS-0.1.0.zip", + "archiveFileName": "CQRobotTDS-0.1.0.zip", + "size": 16034, + "checksum": "SHA-256:9d754ff1b43965c2d1584a87e192aac63150ac68a0cd402327f10a44f3e9aa7f" }, { - "name": "lvgl", - "version": "7.7.2", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", - "category": "Display", + "name": "CQRobotTDS", + "version": "0.1.1", + "author": "redPanther", + "maintainer": "redPanther", + "sentence": "Simplify the use of CQRobot TDS sensor.", + "website": "https://github.com/redPanther/CQRobotTDS", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", + "repository": "https://github.com/redPanther/CQRobotTDS.git", "providesIncludes": [ - "lvgl.h" + "CQRobotTDS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.7.2.zip", - "archiveFileName": "lvgl-7.7.2.zip", - "size": 6986867, - "checksum": "SHA-256:d9ad8c694088c4d3c833d9eaf23d498c7ef0130be4efbb20f0249a5fc4debc76" + "url": "https://downloads.arduino.cc/libraries/github.com/redPanther/CQRobotTDS-0.1.1.zip", + "archiveFileName": "CQRobotTDS-0.1.1.zip", + "size": 16238, + "checksum": "SHA-256:60e54be8503fc48e95cd5630c470a724082344445a8ae2455ffaeb8464ddc757" }, { - "name": "lvgl", - "version": "7.8.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", + "name": "XPT2046_Touchscreen_TT", + "version": "1.5.1", + "author": "Paul Stoffregen and Ted Toal", + "maintainer": "Ted Toal", + "sentence": "Touchscreens using the XPT2046 controller chip, cloned from PaulStoffregen's version.", + "paragraph": "Many very low cost color TFT displays with touch screens have this chip.", + "website": "https://github.com/tedtoal/XPT2046_Touchscreen_TT", "category": "Display", "architectures": [ "*" @@ -347081,23 +809775,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", - "providesIncludes": [ - "lvgl.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.8.0.zip", - "archiveFileName": "lvgl-7.8.0.zip", - "size": 7001525, - "checksum": "SHA-256:a77977fc0ab483d81944511fbda195c0822f30a699dc1526f15d129c5fc8f846" + "repository": "https://github.com/tedtoal/XPT2046_Touchscreen_TT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/XPT2046_Touchscreen_TT-1.5.1.zip", + "archiveFileName": "XPT2046_Touchscreen_TT-1.5.1.zip", + "size": 33665, + "checksum": "SHA-256:03946b97085bc2c4d1b8ac900cfa4a5f42f3fd6f602f4af4068c492bc1fa0278" }, { - "name": "lvgl", - "version": "7.8.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt,pete-pjb", - "sentence": "Full-featured Graphics Library for Embedded Systems", - "paragraph": "Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).", - "website": "https://lvgl.io", + "name": "XPT2046_Touchscreen_TT", + "version": "1.6.1", + "author": "Paul Stoffregen and Ted Toal", + "maintainer": "Ted Toal", + "sentence": "Support for touchscreens using the XPT2046 controller chip, cloned from PaulStoffregen's version.", + "paragraph": "Includes support for touch sensing, touch/release events, and touchscreen/display coordinate mapping and calibration.", + "website": "https://github.com/tedtoal/XPT2046_Touchscreen_TT", "category": "Display", "architectures": [ "*" @@ -347105,47 +809796,41 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lvgl.git", - "providesIncludes": [ - "lvgl.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lvgl-7.8.1.zip", - "archiveFileName": "lvgl-7.8.1.zip", - "size": 7001733, - "checksum": "SHA-256:955ffb3af0c607f0286833e8d981eb50ecfa76e6b43ae1d7fee9042c598503a0" + "repository": "https://github.com/tedtoal/XPT2046_Touchscreen_TT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/XPT2046_Touchscreen_TT-1.6.1.zip", + "archiveFileName": "XPT2046_Touchscreen_TT-1.6.1.zip", + "size": 39183, + "checksum": "SHA-256:2c7e31f222b78d37bc8009928aaedf1b2c22c8e6d69483d5c01ee30aceb664a4" }, { - "name": "M62429", - "version": "0.2.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for M62429 volume control IC", - "paragraph": "M62429 == FM62429", - "website": "https://github.com/RobTillaart/M62429", - "category": "Uncategorized", + "name": "XPT2046_Touchscreen_TT", + "version": "1.7.1", + "author": "Paul Stoffregen and Ted Toal", + "maintainer": "Ted Toal", + "sentence": "Support for touchscreens using the XPT2046 controller chip, cloned from PaulStoffregen's version.", + "paragraph": "Includes support for touch sensing, touch/release events, and touchscreen/display coordinate mapping and calibration.", + "website": "https://github.com/tedtoal/XPT2046_Touchscreen_TT", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/M62429.git", - "providesIncludes": [ - "M62429.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M62429-0.2.0.zip", - "archiveFileName": "M62429-0.2.0.zip", - "size": 6852, - "checksum": "SHA-256:d68b897ab1437e695fab94bef7fa1fa255f347af18df61eb7382e872c526e502" + "repository": "https://github.com/tedtoal/XPT2046_Touchscreen_TT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/XPT2046_Touchscreen_TT-1.7.1.zip", + "archiveFileName": "XPT2046_Touchscreen_TT-1.7.1.zip", + "size": 40190, + "checksum": "SHA-256:db108ef44ac42b9b40d8f5ec693d2b52b63608af14545e2f7163040cbf7fdb7b" }, { - "name": "lv_examples", - "version": "7.0.2", - "author": "kisvegabor", - "maintainer": "Pavel Brychta \u003cpablo@xpablo.cz\u003e", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", + "name": "Bonezegei_HCSR04", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Ultrasonic Sensor", + "paragraph": "Library for HC-SR04 ultrasonic module", + "website": "https://github.com/bonezegei/Bonezegei_HCSR04", "category": "Display", "architectures": [ "*" @@ -347153,339 +809838,382 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", + "repository": "https://github.com/bonezegei/Bonezegei_HCSR04.git", "providesIncludes": [ - "lv_examples.h" + "Bonezegei_HCSR04.h" ], - "dependencies": [ - { - "name": "lvgl" - } + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_HCSR04-1.0.0.zip", + "archiveFileName": "Bonezegei_HCSR04-1.0.0.zip", + "size": 15324, + "checksum": "SHA-256:865475327194de2434800333b8f92ee03842eab3ecf09b4fe52c686ed097cd99" + }, + { + "name": "MQ137", + "version": "0.5.0", + "author": "COLDMIND SOLUCIONES \u003ccoldmindsoluciones@gmail.com\u003e", + "maintainer": "COLDMIND SOLUCIONES (https://github.com/FacundoPumilla)", + "sentence": "A simple library for an sensor mq137 and ESP8266.", + "website": "https://github.com/FacundoPumilla/MQ137", + "category": "Uncategorized", + "architectures": [ + "ESP8266" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.0.2.zip", - "archiveFileName": "lv_examples-7.0.2.zip", - "size": 5029347, - "checksum": "SHA-256:3eb3e0f554ba254d786a1c99e049e1d5911abc32d41d61f9725c5dd6ebbec572" + "types": [ + "Contributed" + ], + "repository": "https://github.com/FacundoPumilla/MQ137.git", + "url": "https://downloads.arduino.cc/libraries/github.com/FacundoPumilla/MQ137-0.5.0.zip", + "archiveFileName": "MQ137-0.5.0.zip", + "size": 10216, + "checksum": "SHA-256:47afad57e972e0c2b1bb680c9c3471b0065e69002fc4c7d208ccdaa150f33c2e" }, { - "name": "lv_examples", - "version": "7.3.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "arducam_dvp", + "version": "1.0.0", + "author": "Arducam", + "maintainer": "Arducam \u003csupport@arducam.com\u003e", + "sentence": "Library to capture pixels from supported cameras on Arduino boards.", + "paragraph": "The Arduino camera library is a C++ library designed to capture frames from cameras on supported Arduino products. It is currently compatible with three camera models, namely OV7670, Himax HM0360, Himax HM01B0, and GC2145. This library captures pixels and stores them in a frame buffer. The frames can then be retrieved continuously for processing.", + "website": "https://www.arducam.com/camera-for-arduino-giga/", + "category": "Device Control", "architectures": [ - "*" + "mbed", + "mbed_portenta", + "mbed_nicla", + "mbed_giga" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", + "repository": "https://github.com/ArduCAM/Arducam_dvp.git", "providesIncludes": [ - "lv_examples.h" - ], - "dependencies": [ - { - "name": "lvgl" - } + "arducam_dvp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.3.1.zip", - "archiveFileName": "lv_examples-7.3.1.zip", - "size": 5029478, - "checksum": "SHA-256:834e2d7c8abcaaeb6e123c3ea6c385db66c859a4ee41164af23719bf032a5499" + "url": "https://downloads.arduino.cc/libraries/github.com/ArduCAM/arducam_dvp-1.0.0.zip", + "archiveFileName": "arducam_dvp-1.0.0.zip", + "size": 53758, + "checksum": "SHA-256:e43bbb262e425ab79f4bb615d51bfe631795e4d282aee57c460c678c654c580a" }, { - "name": "lv_examples", - "version": "7.4.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "ACDU", + "version": "1.0.0", + "author": "JSC electronics", + "maintainer": "Vladimír Záhradník \u003cvladimir.zahradnik@jsce.cz\u003e, JSC electronics \u003cdevelopment@jsce.cz\u003e", + "license": "Apache-2.0", + "sentence": "Support library for ACDU hardware unit.", + "paragraph": "Support library for our ACDU (automatic cover drive unit) board. It provides pin layout and examples to work with the unit. See the documentation.", + "website": "https://github.com/JSC-electronics/acdu-support-library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", - "providesIncludes": [ - "lv_examples.h" - ], + "repository": "https://github.com/JSC-electronics/acdu-support-library.git", "dependencies": [ { - "name": "lvgl" + "name": "U8g2" + }, + { + "name": "OneWire" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.4.0.zip", - "archiveFileName": "lv_examples-7.4.0.zip", - "size": 5049024, - "checksum": "SHA-256:592cc300905e518858c748a61f7e7aa0b5639b98eae8cce8ef726b2b06c6e97b" + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ACDU-1.0.0.zip", + "archiveFileName": "ACDU-1.0.0.zip", + "size": 1550540, + "checksum": "SHA-256:f2544dabaead94739b732b0acb166e079e7821373804566de75b983b0eec64dc" }, { - "name": "lv_examples", - "version": "7.5.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "ACDU", + "version": "1.0.1", + "author": "JSC electronics", + "maintainer": "Vladimír Záhradník \u003cvladimir.zahradnik@jsce.cz\u003e, JSC electronics \u003cdevelopment@jsce.cz\u003e", + "license": "Apache-2.0", + "sentence": "Support library for ACDU hardware unit.", + "paragraph": "Support library for our ACDU (automatic cover drive unit) board. It provides pin layout and examples to work with the unit. See the documentation.", + "website": "https://github.com/JSC-electronics/acdu-support-library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", - "providesIncludes": [ - "lv_examples.h" - ], + "repository": "https://github.com/JSC-electronics/acdu-support-library.git", "dependencies": [ { - "name": "lvgl" + "name": "U8g2" + }, + { + "name": "OneWire" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.5.0.zip", - "archiveFileName": "lv_examples-7.5.0.zip", - "size": 5049039, - "checksum": "SHA-256:78e66408dcb88bade7f7689bed0a2aff9c1518ac14982d119e62a867e2684d40" + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ACDU-1.0.1.zip", + "archiveFileName": "ACDU-1.0.1.zip", + "size": 1550542, + "checksum": "SHA-256:5f0569cd003edbe33a7ed5c016b85c6cd0a3668f402af5f3af0cb242c9f88ec7" }, { - "name": "lv_examples", - "version": "7.6.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "ACDU", + "version": "1.0.2", + "author": "JSC electronics", + "maintainer": "Vladimír Záhradník \u003cvladimir.zahradnik@jsce.cz\u003e, JSC electronics \u003cdevelopment@jsce.cz\u003e", + "license": "Apache-2.0", + "sentence": "Support library for ACDU hardware unit.", + "paragraph": "Support library for our ACDU (automatic cover drive unit) board. It provides pin layout and examples to work with the unit. See the documentation.", + "website": "https://github.com/JSC-electronics/acdu-support-library", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", - "providesIncludes": [ - "lv_examples.h" - ], + "repository": "https://github.com/JSC-electronics/acdu-support-library.git", "dependencies": [ { - "name": "lvgl" + "name": "U8g2" + }, + { + "name": "OneWire" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.6.0.zip", - "archiveFileName": "lv_examples-7.6.0.zip", - "size": 5049037, - "checksum": "SHA-256:9de2ab81976d2893dad86ac2e829dfa307a27073eca699af9a85d9796319ef15" + "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/ACDU-1.0.2.zip", + "archiveFileName": "ACDU-1.0.2.zip", + "size": 1587017, + "checksum": "SHA-256:4f0baf290a512f8059a59f5e40ebb48a40c6a2422095872e0e000c743a0c24f2" }, { - "name": "lv_examples", - "version": "7.6.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "PT2314", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PT2314 i2C 4 channel audio processor,", + "paragraph": "PT7314", + "website": "https://github.com/RobTillaart/PT2314", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", + "repository": "https://github.com/RobTillaart/PT2314.git", "providesIncludes": [ - "lv_examples.h" - ], - "dependencies": [ - { - "name": "lvgl" - } + "PT2314.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.6.1.zip", - "archiveFileName": "lv_examples-7.6.1.zip", - "size": 5047912, - "checksum": "SHA-256:78bd68da59197f95585ac0ff7213569ad5af680d3a9fe8a70c32b3d7b5fa6afe" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PT2314-0.1.0.zip", + "archiveFileName": "PT2314-0.1.0.zip", + "size": 8100, + "checksum": "SHA-256:95e0a75a0ccf36c9ce86dce2716a44c6c7cdace2036b2eca51a60035d671228a" }, { - "name": "lv_examples", - "version": "7.7.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "PT2314", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PT2314 i2C 4 channel audio processor,", + "paragraph": "PT7314, PT7313", + "website": "https://github.com/RobTillaart/PT2314", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", + "repository": "https://github.com/RobTillaart/PT2314.git", "providesIncludes": [ - "lv_examples.h" - ], - "dependencies": [ - { - "name": "lvgl" - } + "PT2314.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.0.zip", - "archiveFileName": "lv_examples-7.7.0.zip", - "size": 5047918, - "checksum": "SHA-256:ffd64e93d20319e8149fae78a21e8990b9b815a4a245edc6646ba413cf027c26" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PT2314-0.1.1.zip", + "archiveFileName": "PT2314-0.1.1.zip", + "size": 9318, + "checksum": "SHA-256:4982745fb9ad208473cecafe1fb41ee116b7a0b5f5202eac61397ac1d32bf3a4" }, { - "name": "lv_examples", - "version": "7.7.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "PT2314", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PT2314 i2C 4 channel audio processor,", + "paragraph": "PT7314, PT7313", + "website": "https://github.com/RobTillaart/PT2314", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", + "repository": "https://github.com/RobTillaart/PT2314.git", "providesIncludes": [ - "lv_examples.h" - ], - "dependencies": [ - { - "name": "lvgl" - } + "PT2314.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.1.zip", - "archiveFileName": "lv_examples-7.7.1.zip", - "size": 5048019, - "checksum": "SHA-256:46403aedb1a531708a2627cf2c9041ec433220d086e4c4843dda9426faf4ac32" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PT2314-0.1.2.zip", + "archiveFileName": "PT2314-0.1.2.zip", + "size": 9521, + "checksum": "SHA-256:1078cc65f458b60d34bb1145bdaa35bdc397c068cb69fceb7f8903819b2ed0cf" }, { - "name": "lv_examples", - "version": "7.7.2", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "PT2314", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for PT2314 i2C 4 channel audio processor,", + "paragraph": "PT7314, PT7313", + "website": "https://github.com/RobTillaart/PT2314", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", + "repository": "https://github.com/RobTillaart/PT2314.git", "providesIncludes": [ - "lv_examples.h" + "PT2314.h" ], - "dependencies": [ - { - "name": "lvgl" - } + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PT2314-0.2.0.zip", + "archiveFileName": "PT2314-0.2.0.zip", + "size": 10598, + "checksum": "SHA-256:04f42af0bc8a5b763656f21fb70358d5237244f2152608f39a8a435a0a7125df" + }, + { + "name": "ADebouncer", + "version": "1.0.0", + "author": "Montree Hamarn, Natvalun Tavepontakul", + "maintainer": "Montree Hamarn\u003cmontree.hamarn@gmail.com\u003e", + "sentence": "Advanced Debouncer Library for Arduino.", + "paragraph": "The advanced debouncer removes the resulting ripple signal and provides a clean transition at its output with delayed and instant modes.", + "website": "https://github.com/MicroBeaut/ADebouncer", + "category": "Other", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.7.2.zip", - "archiveFileName": "lv_examples-7.7.2.zip", - "size": 5047822, - "checksum": "SHA-256:42480c89ac2cf31b4c17d5353cefcf18d049037bd5db93c1ef182a006ae646e2" + "types": [ + "Contributed" + ], + "repository": "https://github.com/MicroBeaut/ADebouncer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MicroBeaut/ADebouncer-1.0.0.zip", + "archiveFileName": "ADebouncer-1.0.0.zip", + "size": 15494, + "checksum": "SHA-256:786f17557174dc13572dc4c0def34438e97f8df8389c1515c1638ff172e1a4f7" }, { - "name": "lv_examples", - "version": "7.8.0", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "TinyGPSPlusPlus", + "version": "0.0.0", + "author": "Ress", + "maintainer": "Ress\u003c48500247+ress997@users.noreply.github.com\u003e", + "sentence": "TinyGPSPlus provides object-oriented parsing of GPS (NMEA) sentences", + "paragraph": "NMEA is the standard format GPS devices use to report location, time, altitude, etc. TinyGPSPlus is a compact, resilient library that parses the most common NMEA 'sentences' used: GGA and RMC. It can also be customized to extract data from *any* compliant sentence.", + "website": "https://github.com/ress997/TinyGPSPlusPlus", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", - "providesIncludes": [ - "lv_examples.h" + "repository": "https://github.com/ress997/TinyGPSPlusPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ress997/TinyGPSPlusPlus-0.0.0.zip", + "archiveFileName": "TinyGPSPlusPlus-0.0.0.zip", + "size": 47057, + "checksum": "SHA-256:fd9ec7ec732a8fbe5006a27c0d9b77d91798765a8da8fce06f468c536ae0de65" + }, + { + "name": "TinyGPSPlusPlus", + "version": "0.0.1", + "author": "Ress", + "maintainer": "Ress\u003c48500247+ress997@users.noreply.github.com\u003e", + "sentence": "TinyGPSPlus provides object-oriented parsing of GPS (NMEA) sentences", + "paragraph": "NMEA is the standard format GPS devices use to report location, time, altitude, etc. TinyGPSPlus is a compact, resilient library that parses the most common NMEA 'sentences' used: GGA and RMC. It can also be customized to extract data from *any* compliant sentence.", + "website": "https://github.com/ress997/TinyGPSPlusPlus", + "category": "Communication", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "lvgl" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.8.0.zip", - "archiveFileName": "lv_examples-7.8.0.zip", - "size": 5047973, - "checksum": "SHA-256:7741a2bb95cf88fa1b2e0ad7b4b49892a05f2ba57a343528a7f2be2bf6998820" + "repository": "https://github.com/ress997/TinyGPSPlusPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ress997/TinyGPSPlusPlus-0.0.1.zip", + "archiveFileName": "TinyGPSPlusPlus-0.0.1.zip", + "size": 47057, + "checksum": "SHA-256:77a93cbaa3554f044706008d65151877b48585145f793a75cd486c233cd056cb" }, { - "name": "lv_examples", - "version": "7.8.1", - "author": "kisvegabor", - "maintainer": "kisvegabor,embeddedt", - "sentence": "Examples for LVGL grapics library", - "paragraph": "Demos and examples to see and try the features of LVGL embedded GUI library.", - "website": "https://lvgl.io", - "category": "Display", + "name": "TinyGPSPlusPlus", + "version": "0.0.2", + "author": "Ress", + "maintainer": "Ress\u003c48500247+ress997@users.noreply.github.com\u003e", + "sentence": "TinyGPSPlus provides object-oriented parsing of GPS (NMEA) sentences", + "paragraph": "NMEA is the standard format GPS devices use to report location, time, altitude, etc. TinyGPSPlus is a compact, resilient library that parses the most common NMEA 'sentences' used: GGA and RMC. It can also be customized to extract data from *any* compliant sentence.", + "website": "https://github.com/ress997/TinyGPSPlusPlus", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lvgl/lv_examples.git", - "providesIncludes": [ - "lv_examples.h" + "repository": "https://github.com/ress997/TinyGPSPlusPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ress997/TinyGPSPlusPlus-0.0.2.zip", + "archiveFileName": "TinyGPSPlusPlus-0.0.2.zip", + "size": 47293, + "checksum": "SHA-256:ea889a736ae06e6e2400e2044bbc4a62e70120218675a557b1940d59f8cf5734" + }, + { + "name": "TinyGPSPlusPlus", + "version": "0.0.3", + "author": "Ress", + "maintainer": "Ress\u003c48500247+ress997@users.noreply.github.com\u003e", + "sentence": "TinyGPSPlus provides object-oriented parsing of GPS (NMEA) sentences", + "paragraph": "NMEA is the standard format GPS devices use to report location, time, altitude, etc. TinyGPSPlus is a compact, resilient library that parses the most common NMEA 'sentences' used: GGA and RMC. It can also be customized to extract data from *any* compliant sentence.", + "website": "https://github.com/ress997/TinyGPSPlusPlus", + "category": "Communication", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "lvgl" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/lvgl/lv_examples-7.8.1.zip", - "archiveFileName": "lv_examples-7.8.1.zip", - "size": 7453158, - "checksum": "SHA-256:adac3af9fcdd4e071a7b96990153c1775913935f27167d34ffffeab44437450b" + "repository": "https://github.com/ress997/TinyGPSPlusPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ress997/TinyGPSPlusPlus-0.0.3.zip", + "archiveFileName": "TinyGPSPlusPlus-0.0.3.zip", + "size": 47313, + "checksum": "SHA-256:ac375208d037a590c3515b45c2b13015ec42da100bebd5fde9f4afe43d48b823" }, { - "name": "Watermeter", - "version": "1.0.0", - "author": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "maintainer": "Jordan Rubin \u003cdelorean1@gmail.com\u003e", - "sentence": "Control Library for reed switch pulse actuated water meters such as the DAE Water Meter Model V-100P", - "paragraph": "Support includes Gallons/Litres, Debounce adjustment, conversion, and SPIFFS filesystem power off backup support.", - "website": "https://github.com/jordancrubin/watermeter", - "category": "Device Control", + "name": "TinyGPSPlusPlus", + "version": "0.0.4", + "author": "Ress", + "maintainer": "Ress\u003c48500247+ress997@users.noreply.github.com\u003e", + "sentence": "TinyGPSPlus provides object-oriented parsing of GPS (NMEA) sentences", + "paragraph": "NMEA is the standard format GPS devices use to report location, time, altitude, etc. TinyGPSPlus is a compact, resilient library that parses the most common NMEA 'sentences' used: GGA and RMC. It can also be customized to extract data from *any* compliant sentence.", + "website": "https://github.com/ress997/TinyGPSPlusPlus", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jordancrubin/watermeter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jordancrubin/Watermeter-1.0.0.zip", - "archiveFileName": "Watermeter-1.0.0.zip", - "size": 8867, - "checksum": "SHA-256:1a98507dfd69ccc779908302f509ba95ba23baf24d2548d2e91a9a3636a62abe" + "repository": "https://github.com/ress997/TinyGPSPlusPlus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ress997/TinyGPSPlusPlus-0.0.4.zip", + "archiveFileName": "TinyGPSPlusPlus-0.0.4.zip", + "size": 49696, + "checksum": "SHA-256:957466baf9eea62a3f7eba8969cad0884da24e5cd9dca9c23b5bd7d7797294ad" }, { - "name": "Adafruit LC709203F", + "name": "STM32duino LIS2DUXS12", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", - "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LC709203F", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DUXS12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DUXS12", "category": "Sensors", "architectures": [ "*" @@ -347493,25 +810221,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.0.0.zip", - "archiveFileName": "Adafruit_LC709203F-1.0.0.zip", - "size": 9147, - "checksum": "SHA-256:691ee7672282a7c28ec8983e4764a589405bfd71e5e5cd32de40bb18d33aa2a8" + "repository": "https://github.com/stm32duino/LIS2DUXS12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DUXS12-1.0.0.zip", + "archiveFileName": "STM32duino_LIS2DUXS12-1.0.0.zip", + "size": 64131, + "checksum": "SHA-256:a8185db1a8e51b936e14d9c8383c525b2b02453d422e7998c268a0fa77188d73" }, { - "name": "Adafruit LC709203F", + "name": "STM32duino LIS2DUXS12", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", - "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LC709203F", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DUXS12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DUXS12", "category": "Sensors", "architectures": [ "*" @@ -347519,25 +810242,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.0.1.zip", - "archiveFileName": "Adafruit_LC709203F-1.0.1.zip", - "size": 9167, - "checksum": "SHA-256:bed4175909970f1fc22b8786bd845c95480969542ad64e9dcd23d0cb22d70ea6" + "repository": "https://github.com/stm32duino/LIS2DUXS12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DUXS12-1.0.1.zip", + "archiveFileName": "STM32duino_LIS2DUXS12-1.0.1.zip", + "size": 64132, + "checksum": "SHA-256:3624b1874fce52cc2d1a4093760f3dc16e425d233f12f17ad6105b5a224526ac" }, { - "name": "Adafruit LC709203F", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LC709203F battery monitors in the Adafruit shop", - "paragraph": "Arduino library for the LC709203F battery monitors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LC709203F", + "name": "STM32duino LIS2DUXS12", + "version": "1.0.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power 3D accelerometer.", + "paragraph": "This library provides Arduino support for the Ultra Low Power 3D accelerometer LIS2DUXS12 for STM32 boards.", + "website": "https://github.com/stm32duino/LIS2DUXS12", "category": "Sensors", "architectures": [ "*" @@ -347545,372 +810263,836 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LC709203F.git", + "repository": "https://github.com/stm32duino/LIS2DUXS12.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LIS2DUXS12-1.0.2.zip", + "archiveFileName": "STM32duino_LIS2DUXS12-1.0.2.zip", + "size": 64185, + "checksum": "SHA-256:32f4c1a623888c42c02084301583580b15b849a3d03801e0abd0727685986465" + }, + { + "name": "1NCE Arduino Blueprint", + "version": "1.0.0", + "author": "1NCE GmbH", + "maintainer": "Mohamed Abdelmaksoud \u0026 Hatim Jamali \u003cembedded@1nce.com\u003e", + "sentence": "Sample integration of 1NCE SDK with Arduino, providing demos for various features of 1NCE OS.", + "paragraph": "The library demonstrates the usage of 1NCE OS Device Authenticator (COAP) and energy saver (CoAP/UDP). A Lwm2m client (with/without DTLS) using Eclipse wakaama is also provided", + "website": "https://github.com/1NCE-GmbH", + "category": "Communication", + "architectures": [ + "mbed", + "ArduinoCore-mbed", + "mbed_portenta" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/1NCE-GmbH/blueprint_arduino.git", + "providesIncludes": [ + "nce_iot_c_sdk.h", + "udp_interface_arduino.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" + "name": "GSM" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LC709203F-1.1.0.zip", - "archiveFileName": "Adafruit_LC709203F-1.1.0.zip", - "size": 9389, - "checksum": "SHA-256:3636f33020370432876ca9bf50526b8a3a1639800cba8adbb4b5f22497d2c520" + "url": "https://downloads.arduino.cc/libraries/github.com/1NCE-GmbH/1NCE_Arduino_Blueprint-1.0.0.zip", + "archiveFileName": "1NCE_Arduino_Blueprint-1.0.0.zip", + "size": 2324185, + "checksum": "SHA-256:1454f8dfefa7f06b82828f735b4f0e92a964ac24ca047d8fbaf47255234c852e" }, { - "name": "HeliOS", - "version": "0.2.1", - "author": "Manny Peterson", - "maintainer": "Manny Peterson", - "sentence": "The free embedded operating system.", - "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 20 function calls.", - "website": "https://github.com/MannyPeterson/HeliOS", - "category": "Timing", + "name": "ESP_SSLClient", + "version": "1.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266 and ESP32.", + "paragraph": "This library supports many network interfaces e.g., WiFiClient, EthernetClient, GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MannyPeterson/HeliOS.git", - "providesIncludes": [ - "HeliOS_Arduino.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.0.3.zip", + "archiveFileName": "ESP_SSLClient-1.0.3.zip", + "size": 58026, + "checksum": "SHA-256:db31dd6108e3aaea17ba06a5e8e5ed4b1c32e39a8bddb302ded28194c9ccea58" + }, + { + "name": "ESP_SSLClient", + "version": "1.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266 and ESP32.", + "paragraph": "This library supports many network interfaces e.g., WiFiClient, EthernetClient, GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.1.zip", - "archiveFileName": "HeliOS-0.2.1.zip", - "size": 201684, - "checksum": "SHA-256:f168253c95d3b3ecf54b47e4f5413ef17f5e2eb44912aa3cd37240033e7206ba" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.0.4.zip", + "archiveFileName": "ESP_SSLClient-1.0.4.zip", + "size": 57148, + "checksum": "SHA-256:493c749b195e8cb8acf03c4d1e4f822fb3631891256a3fbb6a13c17aabf61757" }, { - "name": "HeliOS", - "version": "0.2.2", - "author": "Manny Peterson", - "maintainer": "Manny Peterson", - "sentence": "The free embedded operating system.", - "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", - "website": "https://github.com/MannyPeterson/HeliOS", - "category": "Timing", + "name": "ESP_SSLClient", + "version": "1.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266 and ESP32.", + "paragraph": "This library supports many network interfaces e.g., WiFiClient, EthernetClient, GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MannyPeterson/HeliOS.git", - "providesIncludes": [ - "HeliOS_Arduino.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.0.5.zip", + "archiveFileName": "ESP_SSLClient-1.0.5.zip", + "size": 57540, + "checksum": "SHA-256:fa8384416d71ec3639922ebb1390249f4ae80f1c85ff3a304bf3a0e017222f15" + }, + { + "name": "ESP_SSLClient", + "version": "1.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266, ESP32 and Raspberry Pi Pico W.", + "paragraph": "This library supports external network interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.2.zip", - "archiveFileName": "HeliOS-0.2.2.zip", - "size": 204432, - "checksum": "SHA-256:97a7b48394a6c1cf660f6e05c6b7c45f567ed8fffdb63496d2ee7eb58ae914f4" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.1.0.zip", + "archiveFileName": "ESP_SSLClient-1.1.0.zip", + "size": 59857, + "checksum": "SHA-256:6e63d8dd17b1f12ba6fc898e37ba1d33da0bb73cf08e701beb0277c6fe1cfd96" }, { - "name": "HeliOS", - "version": "0.2.3", - "author": "Manny Peterson", - "maintainer": "Manny Peterson", - "sentence": "The free embedded operating system.", - "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", - "website": "https://github.com/MannyPeterson/HeliOS", - "category": "Timing", + "name": "ESP_SSLClient", + "version": "1.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266, ESP32 and Raspberry Pi Pico W.", + "paragraph": "This library supports external network interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/MannyPeterson/HeliOS.git", - "providesIncludes": [ - "HeliOS_Arduino.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.1.1.zip", + "archiveFileName": "ESP_SSLClient-1.1.1.zip", + "size": 59893, + "checksum": "SHA-256:5c355c0408754fda26c8c91d35cf6487e6007d0660980f72b8f2507df21693a3" + }, + { + "name": "ESP_SSLClient", + "version": "1.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266, ESP32 and Raspberry Pi Pico W.", + "paragraph": "This library supports external network interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.3.zip", - "archiveFileName": "HeliOS-0.2.3.zip", - "size": 213128, - "checksum": "SHA-256:9c365c897db669e6f16ba4bbfc5c82aa4ab6fa1868237dd1d5d0c8b0bca33d86" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.1.2.zip", + "archiveFileName": "ESP_SSLClient-1.1.2.zip", + "size": 60323, + "checksum": "SHA-256:b29dbbe3a42d4d67069774bc3f0b5179f20628d8fa1ef24b4850d173f3e567f8" }, { - "name": "HeliOS", - "version": "0.2.4", - "author": "Manny Peterson", - "maintainer": "Manny Peterson", - "sentence": "The free embedded operating system.", - "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", - "website": "https://github.com/MannyPeterson/HeliOS", - "category": "Timing", + "name": "ESP_SSLClient", + "version": "1.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266, ESP32 and Raspberry Pi Pico W.", + "paragraph": "This library supports external network interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/MannyPeterson/HeliOS.git", - "providesIncludes": [ - "HeliOS_Arduino.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.1.3.zip", + "archiveFileName": "ESP_SSLClient-1.1.3.zip", + "size": 60299, + "checksum": "SHA-256:36863e50e8d7a25ec14e4f17348bf14d3e9d6f85e9771d951ffb1faf1ed1b190" + }, + { + "name": "ESP_SSLClient", + "version": "1.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266, ESP32 and Raspberry Pi Pico W.", + "paragraph": "This library supports external network interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "mbed_rp2040" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.4.zip", - "archiveFileName": "HeliOS-0.2.4.zip", - "size": 218648, - "checksum": "SHA-256:4140a6e1cb7fe74819cd437188cfc49a5c677372a46b3a1ea2092b906f5d357c" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-1.1.4.zip", + "archiveFileName": "ESP_SSLClient-1.1.4.zip", + "size": 60316, + "checksum": "SHA-256:30069f773f5d60ef548033563a95ce4140c09923f787fdb4d2c163488624e501" }, { - "name": "HeliOS", - "version": "0.2.5", - "author": "Manny Peterson", - "maintainer": "Manny Peterson", - "sentence": "The free embedded operating system.", - "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", - "website": "https://github.com/MannyPeterson/HeliOS", - "category": "Timing", + "name": "ESP_SSLClient", + "version": "2.0.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for ESP8266, ESP32 and Raspberry Pi Pico W.", + "paragraph": "This library supports external network interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "mbed_rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/MannyPeterson/HeliOS.git", - "providesIncludes": [ - "HeliOS_Arduino.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.0.zip", + "archiveFileName": "ESP_SSLClient-2.0.0.zip", + "size": 945413, + "checksum": "SHA-256:3c82bd04b1094fa5414d291f12a222a6b88cfc6f58499262ed09ba0215ea931b" + }, + { + "name": "ESP_SSLClient", + "version": "2.0.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.5.zip", - "archiveFileName": "HeliOS-0.2.5.zip", - "size": 223409, - "checksum": "SHA-256:b72045ac5b09b21be872b58423b0d08e4ac48d15cf75e7907c421391229165f9" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.1.zip", + "archiveFileName": "ESP_SSLClient-2.0.1.zip", + "size": 942338, + "checksum": "SHA-256:e905c401e9af4c1d7fe3d95fb794b755195625db774c969aa7f48875f7958056" }, { - "name": "HeliOS", - "version": "0.2.6", - "author": "Manny Peterson", - "maintainer": "Manny Peterson", - "sentence": "The free embedded operating system.", - "paragraph": "HeliOS is an embedded operating system that is free for anyone to use. While called an operating system for simplicity, HeliOS is better described as a multitasking kernel for embedded systems. HeliOS is very small. In fact, it is small enough to run on most 8-bit microcontrollers including the popular AVR based Arduino Uno. Written entirely in C, HeliOS runs on a variety of microcontrollers and integrates easily into any project. HeliOS is also easy to learn with an Application Programming Interface (API) consisting of only 21 function calls.", - "website": "https://github.com/MannyPeterson/HeliOS", - "category": "Timing", + "name": "ESP_SSLClient", + "version": "2.0.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/MannyPeterson/HeliOS.git", - "providesIncludes": [ - "HeliOS_Arduino.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.3.zip", + "archiveFileName": "ESP_SSLClient-2.0.3.zip", + "size": 950049, + "checksum": "SHA-256:5b7a0a37d64c4cec3cd5a7ea4c5bf4f4956f97e59aaec57659beba57f7772c86" + }, + { + "name": "ESP_SSLClient", + "version": "2.0.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MannyPeterson/HeliOS-0.2.6.zip", - "archiveFileName": "HeliOS-0.2.6.zip", - "size": 223509, - "checksum": "SHA-256:3c930e6f1ee482279d3768ed733c212df1c02b550e4742949b1c60be6f539913" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.4.zip", + "archiveFileName": "ESP_SSLClient-2.0.4.zip", + "size": 950252, + "checksum": "SHA-256:33d3e4162ce4ece3ba9fba3c97865105fdc7170d444dad06c0d944c78d5bf8cc" }, { - "name": "Freenove WS2812 Lib for ESP32", - "version": "1.0.1", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", - "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", - "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", - "category": "Display", + "name": "ESP_SSLClient", + "version": "2.0.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", - "providesIncludes": [ - "Freenove_WS2812_Lib_for_ESP32.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.5.zip", + "archiveFileName": "ESP_SSLClient-2.0.5.zip", + "size": 950252, + "checksum": "SHA-256:969a5a9aea71a3efa565023bc4be4ca09f9d48c4b8260d3c02b0fd64ab5669ce" + }, + { + "name": "ESP_SSLClient", + "version": "2.0.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.1.zip", - "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.1.zip", - "size": 75685, - "checksum": "SHA-256:1bb8c93810b9f17a0ab14cda191522da65b92b0bd3b472334374d79e988b18f9" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.6.zip", + "archiveFileName": "ESP_SSLClient-2.0.6.zip", + "size": 941057, + "checksum": "SHA-256:a4a364ea31b309838996bdec9bd76ba5493ebdd7a71e64d9ac19412e6b490eab" }, { - "name": "Freenove WS2812 Lib for ESP32", - "version": "1.0.2", - "author": "Freenove", - "maintainer": "Freenove \u003crd@freenove.com\u003e", - "sentence": "An Arduino library for WS2812 led on ESP32.\u003cbr /\u003e", - "paragraph": "This is an Arduino library for controlling ws2812b led on esp32.", - "website": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32", - "category": "Display", + "name": "ESP_SSLClient", + "version": "2.0.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "esp32" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/Freenove/Freenove_WS2812_Lib_for_ESP32.git", - "providesIncludes": [ - "Freenove_WS2812_Lib_for_ESP32.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.7.zip", + "archiveFileName": "ESP_SSLClient-2.0.7.zip", + "size": 936690, + "checksum": "SHA-256:506c2a6d4fd9b58dd3de07cc5b39953365dc6239b4752ddcce42d1196fd0fdec" + }, + { + "name": "ESP_SSLClient", + "version": "2.0.8", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "avr", + "megaavr", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Freenove/Freenove_WS2812_Lib_for_ESP32-1.0.2.zip", - "archiveFileName": "Freenove_WS2812_Lib_for_ESP32-1.0.2.zip", - "size": 75530, - "checksum": "SHA-256:6ca23c7a4812ba71ac86d0f869fb907a3c244ba092136d2e25bf6e12a8b51072" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.8.zip", + "archiveFileName": "ESP_SSLClient-2.0.8.zip", + "size": 936878, + "checksum": "SHA-256:e785acc7e7daec08b42d1931cc8ec7d21060a4895b3a163ed91976ce59dd3fff" }, { - "name": "MDNS_Generic", - "version": "1.0.0", - "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, etc. boards using Ethernet W5x00", - "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", - "website": "https://github.com/khoih-prog/MDNS_Generic", + "name": "ESP_SSLClient", + "version": "2.0.9", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/MDNS_Generic.git", - "providesIncludes": [ - "MDNS_Generic.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.0.9.zip", + "archiveFileName": "ESP_SSLClient-2.0.9.zip", + "size": 937055, + "checksum": "SHA-256:cdef8295de6464e65ca7cbe381f97355536ba903d3767178409c246907e62559" + }, + { + "name": "ESP_SSLClient", + "version": "2.1.0", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], - "dependencies": [ - { - "name": "Ethernet" - }, - { - "name": "EthernetLarge" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.0.0.zip", - "archiveFileName": "MDNS_Generic-1.0.0.zip", - "size": 225936, - "checksum": "SHA-256:be8b26fd1f2ae827e14b32d6a729f84eba85057c1dcadc93cedf96a7728b9eb9" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.0.zip", + "archiveFileName": "ESP_SSLClient-2.1.0.zip", + "size": 937053, + "checksum": "SHA-256:ca61cfc0e1d760cd36fe17f37f25076b76b9bfe4ca1a0ac74817c12ad3adf9be" }, { - "name": "MDNS_Generic", - "version": "1.0.1", - "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, etc. boards using Ethernet W5x00", - "paragraph": "Supports mDNS (Registering Services) and DNS-SD (Service Discovery)", - "website": "https://github.com/khoih-prog/MDNS_Generic", + "name": "ESP_SSLClient", + "version": "2.1.1", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/MDNS_Generic.git", - "providesIncludes": [ - "MDNS_Generic.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.1.zip", + "archiveFileName": "ESP_SSLClient-2.1.1.zip", + "size": 937273, + "checksum": "SHA-256:dcd0c63421c1facf1d7f48d30ab230395efbb3d08ae848f7eb9d5d5fbc81519c" + }, + { + "name": "ESP_SSLClient", + "version": "2.1.2", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], - "dependencies": [ - { - "name": "Ethernet" - }, - { - "name": "EthernetLarge" - }, - { - "name": "Ethernet2" - }, - { - "name": "Ethernet3" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MDNS_Generic-1.0.1.zip", - "archiveFileName": "MDNS_Generic-1.0.1.zip", - "size": 293807, - "checksum": "SHA-256:5886921a29af4aae0376107997741cd79625cdbea6f6f1cc024dda437fa41204" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.2.zip", + "archiveFileName": "ESP_SSLClient-2.1.2.zip", + "size": 937285, + "checksum": "SHA-256:208b22e27f2eccea7a067fe02940e6e9fe47611a85f0b29893831a1786e110c3" }, { - "name": "Kelvin2RGB", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for converting temperature to RGB values", - "website": "https://github.com/RobTillaart/Kelvin2RGB", - "category": "Sensors", + "name": "ESP_SSLClient", + "version": "2.1.3", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/Kelvin2RGB.git", - "providesIncludes": [ - "Kelvin2RGB.h" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.3.zip", + "archiveFileName": "ESP_SSLClient-2.1.3.zip", + "size": 937294, + "checksum": "SHA-256:57ee8b891b70dcb1b0805466cee197d93a3093f75e0993b42020ca862f8eb39e" + }, + { + "name": "ESP_SSLClient", + "version": "2.1.4", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", + "architectures": [ + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/Kelvin2RGB-0.1.0.zip", - "archiveFileName": "Kelvin2RGB-0.1.0.zip", - "size": 8841, - "checksum": "SHA-256:cc570c98a2dab5021ccf8b805f4ccb6a1370d216f11ebc141921abb1c2bbb6d0" + "types": [ + "Contributed" + ], + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.4.zip", + "archiveFileName": "ESP_SSLClient-2.1.4.zip", + "size": 937455, + "checksum": "SHA-256:35968341eaeeecf167e7f96f3d7911f7bbbd33f80db0a236544d611fb57d0a65" }, { - "name": "SerialDraw", - "version": "1.0.0", - "author": "TilenS, JurijTSL", - "maintainer": "TilenS, JurijTSL", - "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", - "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", - "website": "https://github.com/TilenS6/SerialDraw-Library", - "category": "Display", + "name": "ESP_SSLClient", + "version": "2.1.5", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/TilenS6/SerialDraw-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.0.zip", - "archiveFileName": "SerialDraw-1.0.0.zip", - "size": 5269, - "checksum": "SHA-256:22a5572f49a3f8289c5d4b7e572750da806b1c29cff5ee0cd785d356b3bec04f" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.5.zip", + "archiveFileName": "ESP_SSLClient-2.1.5.zip", + "size": 940237, + "checksum": "SHA-256:a14f5b8d53a40cb9d30afcf59a388907ea0bd02e7e255d20957af71059d8b280" }, { - "name": "SerialDraw", - "version": "1.0.1", - "author": "TilenS, JurijTSL", - "maintainer": "TilenS, JurijTSL", - "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", - "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", - "website": "https://github.com/TilenS6/SerialDraw-Library", - "category": "Display", + "name": "ESP_SSLClient", + "version": "2.1.6", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/TilenS6/SerialDraw-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.1.zip", - "archiveFileName": "SerialDraw-1.0.1.zip", - "size": 5529, - "checksum": "SHA-256:f6faeeee87bc2c7891bbf81ea8cdd7d882e7646f0a89c769080df1bb62e20972" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.6.zip", + "archiveFileName": "ESP_SSLClient-2.1.6.zip", + "size": 941454, + "checksum": "SHA-256:f125028b99bf8c019f725e9ed84fd57709b36535f13328d12f652f28fcdda4a3" }, { - "name": "SerialDraw", - "version": "1.0.2", - "author": "TilenS, JurijTSL", - "maintainer": "TilenS, JurijTSL", - "sentence": "Enables communication between Arduino and ArduinoSerialDraw Software client.", - "paragraph": "SerialDraw is a free way of displaying 8-bit pictures on display without hardware units.", - "website": "https://github.com/TilenS6/SerialDraw-Library", - "category": "Display", + "name": "ESP_SSLClient", + "version": "2.1.7", + "author": "Mobizt", + "maintainer": "Mobizt \u003ck_suwatchai@hotmail.com\u003e", + "sentence": "The upgradable SSL Client for Arduino devices.", + "paragraph": "This library provided the Secure Layer Networking (SSL/TLS) TCP Client for ESP8266, ESP32 and Raspberry Pi RP2040, Teensy, SAMD, AVR and other Arduino devices (except for avr) that support external networking interfaces e.g., WiFiClient, EthernetClient and GSMClient.", + "website": "https://github.com/mobizt/ESP_SSLClient.git", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32", + "sam", + "samd", + "stm32", + "STM32F1", + "STM32F4", + "teensy", + "mbed_nano", + "mbed_rp2040", + "rp2040", + "mbed_nano", + "mbed_portenta", + "mbed_nicla", + "mbed_opta", + "mbed_giga", + "renesas_portenta", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/TilenS6/SerialDraw-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/TilenS6/SerialDraw-1.0.2.zip", - "archiveFileName": "SerialDraw-1.0.2.zip", - "size": 6353, - "checksum": "SHA-256:1dde8319e93663c16f9f0b412117e655dec2a284425c342c61eca12dd2c5cfb9" + "repository": "https://github.com/mobizt/ESP_SSLClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_SSLClient-2.1.7.zip", + "archiveFileName": "ESP_SSLClient-2.1.7.zip", + "size": 941456, + "checksum": "SHA-256:de45bbeba6ba06c0b437cd196e0b03091d59cc53eabb8e51c7adb59608985796" }, { - "name": "107-Arduino-UAVCAN", - "version": "1.0.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", - "website": "https://github.com/107-systems/107-Arduino-UAVCAN", + "name": "Open RTS", + "version": "0.9.0", + "author": "James Smith \u003cjames@loopj.com\u003e", + "maintainer": "James Smith \u003cjames@loopj.com\u003e", + "sentence": "Full implementation of the Somfy RTS protocol", + "paragraph": "A full implementation of the Somfy RTS protocol designed for creating your own remotes, receivers, repeaters, or bridges on embedded hardware.", + "website": "https://loopj.com/open-rts", "category": "Communication", "architectures": [ "*" @@ -347918,234 +811100,256 @@ "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "repository": "https://github.com/loopj/open-rts.git", "providesIncludes": [ - "ArduinoUAVCAN.h" + "openrts.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.0.zip", - "archiveFileName": "107_Arduino_UAVCAN-1.0.0.zip", - "size": 267563, - "checksum": "SHA-256:555e178df468a1e47daeb0ca991058adcce8a17f40030d0cd9716bda24b05273" + "url": "https://downloads.arduino.cc/libraries/github.com/loopj/Open_RTS-0.9.0.zip", + "archiveFileName": "Open_RTS-0.9.0.zip", + "size": 144951, + "checksum": "SHA-256:547b2e704db284ce2bc6ad05a40f72639267ae47a5ad47834567ccb4a84d6b8d" }, { - "name": "107-Arduino-UAVCAN", - "version": "1.0.1", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", - "website": "https://github.com/107-systems/107-Arduino-UAVCAN", - "category": "Communication", + "name": "Led 7 Segment", + "version": "0.0.2", + "author": "Dhruva Shaw", + "maintainer": "Dhruvacube \u003cme@dhruvashaw.in\u003e", + "sentence": "A powerful but easy to use versatile 7 Segment Library", + "paragraph": "A powerful but easy to use versatile 7 Segment Library", + "website": "https://github.com/Dhruvacube/7-Segment", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", - "providesIncludes": [ - "ArduinoUAVCAN.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.1.zip", - "archiveFileName": "107_Arduino_UAVCAN-1.0.1.zip", - "size": 270054, - "checksum": "SHA-256:a63f40f8ab7622b47abaac57645feaf1514ba811d11fb42165df37cbc3b7086d" + "repository": "https://github.com/Dhruvacube/7-Segment.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Dhruvacube/Led_7_Segment-0.0.2.zip", + "archiveFileName": "Led_7_Segment-0.0.2.zip", + "size": 19650, + "checksum": "SHA-256:f487f54937288fc78f859301a48c71f8309496dcf5e2757f8f9784e446cf460d" }, { - "name": "107-Arduino-UAVCAN", - "version": "1.0.2", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", - "website": "https://github.com/107-systems/107-Arduino-UAVCAN", - "category": "Communication", + "name": "CosmosNV2", + "version": "1.0.0", + "author": "Vinícios Silva", + "maintainer": "Vinícios Silva", + "sentence": "Biblioteca desenvolvida para controle da Cosmos NV2 Shield", + "paragraph": "Biblioteca desenvolvida para controle da Cosmos NV2 Shield", + "website": "https://github.com/IFRN-robotica-CM/CosmosNV2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "repository": "https://github.com/IFRN-robotica-CM/CosmosNV2.git", "providesIncludes": [ - "ArduinoUAVCAN.h" + "CosmosNV2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.2.zip", - "archiveFileName": "107_Arduino_UAVCAN-1.0.2.zip", - "size": 287646, - "checksum": "SHA-256:1119b91ae0a26169c7a78a302022ffad4f43d7a61f92b58eaaaf71583bfbcf9d" + "url": "https://downloads.arduino.cc/libraries/github.com/IFRN-robotica-CM/CosmosNV2-1.0.0.zip", + "archiveFileName": "CosmosNV2-1.0.0.zip", + "size": 145743, + "checksum": "SHA-256:7bafa42e2d4d45416689a79c00454bdc9e5d095214101a058871184d148096cc" }, { - "name": "107-Arduino-UAVCAN", - "version": "1.0.3", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", - "website": "https://github.com/107-systems/107-Arduino-UAVCAN", - "category": "Communication", + "name": "CosmosNV2", + "version": "1.1.1", + "author": "Vinícios Silva", + "maintainer": "Vinícios Silva", + "sentence": "Biblioteca desenvolvida para controle da Cosmos NV2 Shield", + "paragraph": "Biblioteca desenvolvida para controle da Cosmos NV2 Shield", + "website": "https://github.com/IFRN-robotica-CM/CosmosNV2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "repository": "https://github.com/IFRN-robotica-CM/CosmosNV2.git", "providesIncludes": [ - "ArduinoUAVCAN.h" + "CosmosNV2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.0.3.zip", - "archiveFileName": "107_Arduino_UAVCAN-1.0.3.zip", - "size": 286324, - "checksum": "SHA-256:c2be94041fec2d8d8267181245a508a1e7b3536b84ba6fd11474fdefa69a95c4" + "url": "https://downloads.arduino.cc/libraries/github.com/IFRN-robotica-CM/CosmosNV2-1.1.1.zip", + "archiveFileName": "CosmosNV2-1.1.1.zip", + "size": 148629, + "checksum": "SHA-256:159e0a3faa18c4c99eccf6368c9206c77bb807dc1d74d0aae1be0437055d03ae" }, { - "name": "107-Arduino-UAVCAN", - "version": "1.1.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing a convenient C++ interface for accessing UAVCAN.", - "website": "https://github.com/107-systems/107-Arduino-UAVCAN", - "category": "Communication", + "name": "CosmosNV2", + "version": "1.2.0", + "author": "Vinícios Barbosa", + "maintainer": "Vinícios Barbosa", + "sentence": "Biblioteca desenvolvida para Cosmos NV2 Shield", + "paragraph": "Tenha o controle dos módulos da Cosmos NV2 Shield de maneira intuitiva e eficiente. A biblioteca CosmosNV2 foi criada para simplificar a programção dos módulos da Cosmos NV2 Shield, permitindo que você gerencie esses componentes de forma descomplicada e ágil.", + "website": "https://github.com/IFRN-robotica-CM/CosmosNV2", + "category": "Device Control", "architectures": [ - "*" + "\"*\"" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-UAVCAN.git", + "repository": "https://github.com/IFRN-robotica-CM/CosmosNV2.git", "providesIncludes": [ - "ArduinoUAVCAN.h" + "CosmosNV2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_UAVCAN-1.1.0.zip", - "archiveFileName": "107_Arduino_UAVCAN-1.1.0.zip", - "size": 303859, - "checksum": "SHA-256:7fe0136848c79cf0898da5f02b630a0cc5ef956079e7cefa216da73d9f81c623" + "url": "https://downloads.arduino.cc/libraries/github.com/IFRN-robotica-CM/CosmosNV2-1.2.0.zip", + "archiveFileName": "CosmosNV2-1.2.0.zip", + "size": 148751, + "checksum": "SHA-256:89e42222f98b22272ad702c5e772d3128c044be15b4c87a4e1bdef1273a804a9" }, { - "name": "bitHelpers", + "name": "AD5246", "version": "0.1.0", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with functions on bit level", - "website": "https://github.com/RobTillaart/bitHelpers", - "category": "Sensors", + "sentence": "Arduino Library for AD5246, I2C 128 step rheostat.", + "paragraph": "potentiometer.", + "website": "https://github.com/RobTillaart/AD5246", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/bitHelpers.git", + "repository": "https://github.com/RobTillaart/AD5246.git", "providesIncludes": [ - "bitHelpers.h" + "AD5246.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.0.zip", - "archiveFileName": "bitHelpers-0.1.0.zip", - "size": 6481, - "checksum": "SHA-256:bae5672c0c238d2490037892b45be1637cda59a7d97ce51eb2f443da89f434df" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5246-0.1.0.zip", + "archiveFileName": "AD5246-0.1.0.zip", + "size": 9731, + "checksum": "SHA-256:d840eee9abfcc9917b94312fd5dbe4a612a1a5c4c8babac5c9a667c1e17caec6" }, { - "name": "bitHelpers", + "name": "AD5246", "version": "0.1.1", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with functions on bit level", - "paragraph": "bitCount, reverse, swap, rotate, left, right, bitRot, bitSet64, bitClr64, bitToggle64, bitsNeeded", - "website": "https://github.com/RobTillaart/bitHelpers", - "category": "Sensors", + "sentence": "Arduino Library for AD5246, I2C 128 step rheostat.", + "paragraph": "potentiometer.", + "website": "https://github.com/RobTillaart/AD5246", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/bitHelpers.git", + "repository": "https://github.com/RobTillaart/AD5246.git", "providesIncludes": [ - "bitHelpers.h" + "AD5246.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/bitHelpers-0.1.1.zip", - "archiveFileName": "bitHelpers-0.1.1.zip", - "size": 8660, - "checksum": "SHA-256:412e3a2d1efaf634720f7bde5deb98bc26669fe2ea44788f4420b85abf2356a0" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5246-0.1.1.zip", + "archiveFileName": "AD5246-0.1.1.zip", + "size": 9956, + "checksum": "SHA-256:2844cd2183708fd21b4045d28108c2db812441352225822c8388080ab2525edf" }, { - "name": "TinyStepper", - "version": "1.0.0", - "author": "Jason Cox \u003cjason@jasonacox.com\u003e", - "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", - "sentence": "Arduino library to drive stepper motors. Small and easy to use.", - "paragraph": "Simple library to drive a 4-phase stepper motor using simple Move(), AccelMove() and Disable() functions. Works well with 28BYJ-48 and UNL2003 module.", - "website": "https://github.com/jasonacox/TinyStepper", - "category": "Device Control", + "name": "AD5246", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5246, I2C 128 step rheostat.", + "paragraph": "potentiometer.", + "website": "https://github.com/RobTillaart/AD5246", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jasonacox/TinyStepper.git", + "repository": "https://github.com/RobTillaart/AD5246.git", "providesIncludes": [ - "TinyStepper.h" + "AD5246.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TinyStepper-1.0.0.zip", - "archiveFileName": "TinyStepper-1.0.0.zip", - "size": 651023, - "checksum": "SHA-256:7a15dafd2aeb42b37310a273d225a68d988969b51b9851184beb2221ba4c2f22" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5246-0.2.0.zip", + "archiveFileName": "AD5246-0.2.0.zip", + "size": 10005, + "checksum": "SHA-256:1acf6c448883673bd142560c57e268108c5107cfa7842ddda9c611917083e8a5" }, { - "name": "TinyStepper", - "version": "1.1.0", - "author": "Jason Cox \u003cjason@jasonacox.com\u003e", - "maintainer": "Jason Cox \u003cjason@jasonacox.com\u003e", - "sentence": "Arduino library to drive stepper motors. Small and easy to use.", - "paragraph": "Simple library to drive a 4-phase stepper motor using simple Move(), AccelMove() and Disable() functions. Works well with 28BYJ-48 stepper motor and UNL2003 module. Control steppers with basic Move(x) commands where x is positive or negative value (in degrees). Uses halfstep sequencing for higher torque and smoother motion.", - "website": "https://github.com/jasonacox/TinyStepper", - "category": "Device Control", + "name": "sht3x-dis-arduino-lib", + "version": "1.0.0", + "author": "Sarathee Dewmith \u003csaratheedewmith325@gmail.com\u003e", + "maintainer": "Sarathee Dewmith \u003csaratheedewmith325@gmail.com\u003e", + "sentence": "A library for SHT3X-DIS sensor from Sensirion", + "paragraph": "Can measure temperature and humidity and control sensor heater.", + "website": "https://github.com/barbarossa12/sht3x-dis-arduino-lib", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jasonacox/TinyStepper.git", + "repository": "https://github.com/barbarossa12/sht3x-dis-arduino-lib.git", "providesIncludes": [ - "TinyStepper.h" + "Arduino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jasonacox/TinyStepper-1.1.0.zip", - "archiveFileName": "TinyStepper-1.1.0.zip", - "size": 652553, - "checksum": "SHA-256:dde807fe0f10ca6c4a057fd84bf3d3e96697abeb6b7dd07d114da74d76494258" + "url": "https://downloads.arduino.cc/libraries/github.com/barbarossa12/sht3x_dis_arduino_lib-1.0.0.zip", + "archiveFileName": "sht3x_dis_arduino_lib-1.0.0.zip", + "size": 17591, + "checksum": "SHA-256:a20332b67e20a408eec9be70fbe3a878098fb1d07e9c906aa01cd2e2a3dff98c" }, { - "name": "I2C BM8563 RTC", + "name": "digiedge_frame_generator", "version": "1.0.1", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "Library to control I2C RTC", - "paragraph": "Library to control I2C RTC", - "website": "https://github.com/tanakamasayuki/I2C_BM8563", - "category": "Device Control", - "architectures": [ - "*" + "author": "Houssame ELBIADE \u003celbiadeh@gmail.com\u003e", + "maintainer": "Houssame ELBIADE, Digieye \u003cy.ouarrak@digieye.io\u003e", + "sentence": "Streamline data frame transmission from equipment to an edge device with this microcontroller library.", + "paragraph": "The provided library is designed to standardize the process of sending data frames from various equipment to an edge device, with the help of a microcontroller that handles the processing.", + "website": "https://github.com/HoussamElbiade/Digiedge_frame_generator", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" ], + "repository": "https://github.com/DIGI-EDGE/DPE-TRAM-GEN.git", + "providesIncludes": [ + "digiedge_frame_generator.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DIGI-EDGE/digiedge_frame_generator-1.0.1.zip", + "archiveFileName": "digiedge_frame_generator-1.0.1.zip", + "size": 5542, + "checksum": "SHA-256:39325eef3f7547fc4f94fbf68eb6c13ee67a501910618dd614bda61ef120e5f0" + }, + { + "name": "digiedge_frame_generator", + "version": "1.0.0", + "author": "Houssame ELBIADE \u003celbiadeh@gmail.com\u003e", + "maintainer": "Houssame ELBIADE, Digieye \u003cy.ouarrak@digieye.io\u003e", + "sentence": "Streamline data frame transmission from equipment to an edge device with this microcontroller library.", + "paragraph": "The provided library is designed to standardize the process of sending data frames from various equipment to an edge device, with the help of a microcontroller that handles the processing.", + "website": "https://github.com/HoussamElbiade/Digiedge_frame_generator", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", + "repository": "https://github.com/DIGI-EDGE/DPE-TRAM-GEN.git", "providesIncludes": [ - "I2C_BM8563.h" + "digiedge_frame_generator.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.1.zip", - "archiveFileName": "I2C_BM8563_RTC-1.0.1.zip", - "size": 6469, - "checksum": "SHA-256:c84b737fce32984b6170ff0a0ebd29a6d1b217b641dc9c8e400820048ac665e8" + "url": "https://downloads.arduino.cc/libraries/github.com/DIGI-EDGE/digiedge_frame_generator-1.0.0.zip", + "archiveFileName": "digiedge_frame_generator-1.0.0.zip", + "size": 12212, + "checksum": "SHA-256:16ecc5ea51f3d66ddb8d03c31ed175b8cb3140dcc4de276431b6e458167e7ac7" }, { - "name": "I2C BM8563 RTC", - "version": "1.0.2", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "Library to control I2C RTC", - "paragraph": "Library to control I2C RTC", - "website": "https://github.com/tanakamasayuki/I2C_BM8563", + "name": "IridiumGPP", + "version": "0.1.0", + "author": "Andrew-Iridium", + "maintainer": "Andrew", + "sentence": "Enables usage of microcontrollers with Iridium Edge", + "paragraph": "By incorporating open-sourced microcontrollers into the Iridium Edge® product, it enables rapid prototyping, deployment of customized functionality, easy adaptability, and integration of various sensors and communication protocols. The general-purpose platform's versatility allows the Iridium Edge IoT product to serve various industries and applications. Additionally, the presence of an open-sourced device community makes development more accessible. The Iridium Edge General Purpose Platform aims to be adaptable, scalable, and suitable for diverse IoT use cases and allow for quick prototyping of custom boards.", + "website": "https://github.com/andrewhe-princeton/Iridium-GPP", "category": "Device Control", "architectures": [ "*" @@ -348153,143 +811357,186 @@ "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", - "providesIncludes": [ - "I2C_BM8563.h" + "repository": "https://github.com/andrewhe-princeton/Iridium-GPP.git", + "url": "https://downloads.arduino.cc/libraries/github.com/andrewhe-princeton/IridiumGPP-0.1.0.zip", + "archiveFileName": "IridiumGPP-0.1.0.zip", + "size": 2856, + "checksum": "SHA-256:0252c683ff14de2850ade72267ce2ba620eb954a82631d09be26289b97c9b2dd" + }, + { + "name": "Keyhole", + "version": "1.0.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com", + "sentence": "A lightweight library for interpreting commands and getting/setting sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, `keyhole.variable(\"foo\", foo);` exposes an integer, floating-point or String variable in your sketch to the serial port. Set its value by sending `foo=123\\n` - the `variable()` method will return `true` to let the sketch know when you do this. Query it by sending `foo\\n`. Query *all* exposed variables at once by sending `?\\n`, or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to `ast.literal_eval()`.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.2.zip", - "archiveFileName": "I2C_BM8563_RTC-1.0.2.zip", - "size": 8099, - "checksum": "SHA-256:55f4855eb8c9ebca9b3994b14f7aedea38643b15cdd7530c77f4552d073fbafe" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.0.0.zip", + "archiveFileName": "Keyhole-1.0.0.zip", + "size": 7584, + "checksum": "SHA-256:90cf2512fe38115d191c5a7371eefb193371cc9027e0d4f1013152e84f3d9046" }, { - "name": "I2C BM8563 RTC", - "version": "1.0.3", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "Library to control I2C RTC", - "paragraph": "Library to control I2C RTC", - "website": "https://github.com/tanakamasayuki/I2C_BM8563", - "category": "Device Control", + "name": "Keyhole", + "version": "1.1.2", + "author": "Jeremy Hill \u003cjezhill@gmail.com", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com", + "sentence": "A lightweight library for serial-port interaction: interpreting commands and getting/setting sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval().", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.1.2.zip", + "archiveFileName": "Keyhole-1.1.2.zip", + "size": 12301, + "checksum": "SHA-256:b6e8de03e2f30d2374c5f2a47ef95851e5dd4db8a5b1ffded1897ad333b7cdf0" + }, + { + "name": "Keyhole", + "version": "1.2.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com", + "sentence": "A lightweight library for serial-port interaction: interpreting commands and getting/setting sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval().", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.2.0.zip", + "archiveFileName": "Keyhole-1.2.0.zip", + "size": 14004, + "checksum": "SHA-256:78583cb92e7d9b711f6e6a2253fee6e38eb90214a61e536cf3cd6c129b0de43f" + }, + { + "name": "Keyhole", + "version": "1.2.1", + "author": "Jeremy Hill \u003cjezhill@gmail.com", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com", + "sentence": "A lightweight library for serial-port interaction: interpreting commands and getting/setting sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval().", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_BM8563.git", - "providesIncludes": [ - "I2C_BM8563.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_BM8563_RTC-1.0.3.zip", - "archiveFileName": "I2C_BM8563_RTC-1.0.3.zip", - "size": 9960, - "checksum": "SHA-256:64be9195af874407dabd03b01dd4a9c8e10df39895098f4478dc8da7d0ab7689" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.2.1.zip", + "archiveFileName": "Keyhole-1.2.1.zip", + "size": 16172, + "checksum": "SHA-256:5262942d68693d01049e559947ba4a8bd0d67f40eb5c58927a6683d485f0819d" }, { - "name": "I2C AXP192 Power management", - "version": "1.0.1", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", - "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", - "website": "https://github.com/tanakamasayuki/I2C_AXP192", - "category": "Device Control", + "name": "Keyhole", + "version": "1.3.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", - "providesIncludes": [ - "I2C_AXP192.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.1.zip", - "archiveFileName": "I2C_AXP192_Power_management-1.0.1.zip", - "size": 5627, - "checksum": "SHA-256:00f1fa9d8fab96bbb3c047bdd159974f6043e8f82725cfd771de3ea2bda2c1ee" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.3.0.zip", + "archiveFileName": "Keyhole-1.3.0.zip", + "size": 16484, + "checksum": "SHA-256:1926e306c2ff2802b85c566b5cb133283d27c947b3f68b1d512f71cc1aa250c3" }, { - "name": "I2C AXP192 Power management", - "version": "1.0.2", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", - "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", - "website": "https://github.com/tanakamasayuki/I2C_AXP192", - "category": "Device Control", + "name": "Keyhole", + "version": "1.3.1", + "author": "Jeremy Hill \u003cjezhill@gmail.com", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", - "providesIncludes": [ - "I2C_AXP192.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.2.zip", - "archiveFileName": "I2C_AXP192_Power_management-1.0.2.zip", - "size": 5627, - "checksum": "SHA-256:724af784fc4a72cbcfdfaa3a8ef41031243c25ee02507c5e9163627b94469dfd" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.3.1.zip", + "archiveFileName": "Keyhole-1.3.1.zip", + "size": 16621, + "checksum": "SHA-256:68dc15a1fb754572bf96c1c99d3a50bc3bc8ffd5a9d1b9065407baae214ad721" }, { - "name": "I2C AXP192 Power management", - "version": "1.0.3", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", - "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", - "website": "https://github.com/tanakamasayuki/I2C_AXP192", - "category": "Device Control", + "name": "Keyhole", + "version": "1.4.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", - "providesIncludes": [ - "I2C_AXP192.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.3.zip", - "archiveFileName": "I2C_AXP192_Power_management-1.0.3.zip", - "size": 5697, - "checksum": "SHA-256:e1b598ced64c7f2c149c9e6b96285b7d5aa41b24c236177fe56548017969c1eb" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.4.0.zip", + "archiveFileName": "Keyhole-1.4.0.zip", + "size": 20956, + "checksum": "SHA-256:cac26fc6b00da0c22e0512bd7cba97295dc751673512cc9a184e62beb1f0c943" }, { - "name": "I2C AXP192 Power management", - "version": "1.0.4", - "author": "TANAKA Masayuki", - "maintainer": "TANAKA Masayuki", - "sentence": "This is a library of AXP192, the Power Management for I2C connectivity.", - "paragraph": "This is a library of AXP192, the Power Management for I2C connectivity.", - "website": "https://github.com/tanakamasayuki/I2C_AXP192", - "category": "Device Control", + "name": "Keyhole", + "version": "1.4.1", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tanakamasayuki/I2C_AXP192.git", - "providesIncludes": [ - "I2C_AXP192.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/tanakamasayuki/I2C_AXP192_Power_management-1.0.4.zip", - "archiveFileName": "I2C_AXP192_Power_management-1.0.4.zip", - "size": 5676, - "checksum": "SHA-256:fd8827a1f08d92d40373f3f41711d5975706cf9fdc103913afdf927e37cb158d" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.4.1.zip", + "archiveFileName": "Keyhole-1.4.1.zip", + "size": 21159, + "checksum": "SHA-256:b8056b75d93b24c2b23d89adfd5dde079cafb9a4f2653105f90a39f24eb7c72d" }, { - "name": "AqualaboSensor", - "version": "0.0.1", - "author": "Andres Sabas, based in the work of Libelium", - "maintainer": "Electronic Cats \u003cstore@electroniccats.com\u003e", - "sentence": "Aqualabo Sensors.", - "paragraph": "Aqualabo Sensors communication with Modbus slaves over RS232/485 (via RTU protocol). Requires an RS232/485 transceiver.", - "website": "https://github.com/ElectronicCats/AqualaboSensorsLibrary", + "name": "Keyhole", + "version": "1.4.2", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", "category": "Communication", "architectures": [ "*" @@ -348297,132 +811544,154 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ElectronicCats/AqualaboSensorsLibrary.git", - "providesIncludes": [ - "AqualaboSensors.h" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.4.2.zip", + "archiveFileName": "Keyhole-1.4.2.zip", + "size": 21169, + "checksum": "SHA-256:736004c54e01f96396938d6c676b13f66ae387e6068af3912467961dcbb1cdf9" + }, + { + "name": "Keyhole", + "version": "1.4.3", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "ModbusMaster" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ElectronicCats/AqualaboSensor-0.0.1.zip", - "archiveFileName": "AqualaboSensor-0.0.1.zip", - "size": 31149, - "checksum": "SHA-256:b4b7182c6103ef541d4e9357bb8c8441ad44533344b04e3a788af36103b6446d" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.4.3.zip", + "archiveFileName": "Keyhole-1.4.3.zip", + "size": 21168, + "checksum": "SHA-256:e91ea3184b02d596955ac2e8c8843b3cca8c0115f0872cdbacdcb1844347bed0" }, { - "name": "evo_build_template", - "version": "1.0.0", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Evo Build Template", - "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", - "website": "https://github.com/AloriumTechnology/evo_build_template", - "category": "Uncategorized", + "name": "Keyhole", + "version": "1.4.5", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/evo_build_template.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.0.zip", - "archiveFileName": "evo_build_template-1.0.0.zip", - "size": 10487, - "checksum": "SHA-256:dbc8574018a14f48adf37bc51a2ed01d13baefe41b8391589c43084fbe96659d" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.4.5.zip", + "archiveFileName": "Keyhole-1.4.5.zip", + "size": 21373, + "checksum": "SHA-256:3067050ae18e709232badd70fce5d812015fe37edd0c1af94bb6112f2b433d73" }, { - "name": "evo_build_template", - "version": "1.0.1", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Evo Build Template", - "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", - "website": "https://github.com/AloriumTechnology/evo_build_template", - "category": "Uncategorized", + "name": "Keyhole", + "version": "1.5.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/evo_build_template.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.1.zip", - "archiveFileName": "evo_build_template-1.0.1.zip", - "size": 16686, - "checksum": "SHA-256:d4dafa04eab20b9ff6c57c665bdaa4da653168da78163f4a2dd0ac425ca2f4e4" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.5.0.zip", + "archiveFileName": "Keyhole-1.5.0.zip", + "size": 23744, + "checksum": "SHA-256:383575d90e4ac6d8a5fa5ddf2acb27451412c63091df40711b6b4c5641d0274b" }, { - "name": "evo_build_template", - "version": "1.0.3", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Evo Build Template", - "paragraph": "Provides the template for integrating custom designs into Evo platform using the Alorium Technology OpenEvo flow", - "website": "https://github.com/AloriumTechnology/evo_build_template", - "category": "Uncategorized", + "name": "Keyhole", + "version": "1.5.1", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A lightweight library for serial-port interaction: send commands and get/set sketch variables via a JSON- and Python-compatible text interface.", + "paragraph": "In one line, and usually with less than a microsecond of overhead, keyhole.variable(\"foo\", foo); provides serial-port access to an integer, floating-point or String variable in your sketch. Set its value by sending foo=123\\n - the variable() method will return true to let the sketch know when you do this. Query it by sending foo\\n . Query all exposed variables at once by sending ?\\n , or choose to have them auto-report themselves periodically. Responses are in easy-to-parse JSON format and can be turned into Python dicts with one call to ast.literal_eval(), but there's a plotter-compatibility mode too.", + "website": "https://bitbucket.org/jezhill/Keyhole", + "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/evo_build_template.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_build_template-1.0.3.zip", - "archiveFileName": "evo_build_template-1.0.3.zip", - "size": 16782, - "checksum": "SHA-256:27e166e7ce45094ba676f4f15ed23d28e3cff177bbcac338cfa594179a450a68" + "repository": "https://bitbucket.org/jezhill/Keyhole.git", + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/Keyhole-1.5.1.zip", + "archiveFileName": "Keyhole-1.5.1.zip", + "size": 23741, + "checksum": "SHA-256:64cd8416384298f7dc6b8fc656991a11a001c9721133452066cc51c7dd7be275" }, { - "name": "evo_pmux_csr", - "version": "1.0.0", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Evo PMUX CSR", - "website": "https://github.com/AloriumTechnology/evo_pmux_csr", - "category": "Uncategorized", + "name": "MFRC522_PN512", + "version": "1.4.11", + "author": "Digital Logic Ltd", + "maintainer": "Digital Logic Ltd", + "sentence": "Arduino RFID Library for PN512 (SPI)", + "paragraph": "Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.", + "website": "https://github.com/nfc-rfid-reader-sdk/MFRC522_PN512", + "category": "Communication", "architectures": [ - "samd" + "avr", + "megaavr", + "STM32F1", + "teensy", + "esp8266", + "esp32", + "samd", + "atmelsam" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/evo_pmux_csr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_pmux_csr-1.0.0.zip", - "archiveFileName": "evo_pmux_csr-1.0.0.zip", - "size": 13996, - "checksum": "SHA-256:cbf85cfc1300d8aa8900233d45e17fc0d25f33db20e326304364bcebe9d21918" + "repository": "https://github.com/nfc-rfid-reader-sdk/MFRC522_PN512.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nfc-rfid-reader-sdk/MFRC522_PN512-1.4.11.zip", + "archiveFileName": "MFRC522_PN512-1.4.11.zip", + "size": 1791636, + "checksum": "SHA-256:d2aa1a8c0c891e3afaad9a670e5a081713afbf648635a496a035a0d53289bfeb" }, { - "name": "evo_pmux_csr", - "version": "1.0.1", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Evo PMUX CSR", - "paragraph": "Evo PMUX CSR definitions required for OpenEvo.", - "website": "https://github.com/AloriumTechnology/evo_pmux_csr", - "category": "Uncategorized", + "name": "M5ANGLE8", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M5 8ANGLE 8x12 bit potentiometers.", + "website": "https://github.com/RobTillaart/M5ANGLE8", + "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/evo_pmux_csr.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_pmux_csr-1.0.1.zip", - "archiveFileName": "evo_pmux_csr-1.0.1.zip", - "size": 17878, - "checksum": "SHA-256:e57aa41d87ac8e717b1177f964835483a63b89b51bb770404582a0d8efc31908" + "repository": "https://github.com/RobTillaart/M5ANGLE8.git", + "providesIncludes": [ + "m5angle8.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M5ANGLE8-0.1.0.zip", + "archiveFileName": "M5ANGLE8-0.1.0.zip", + "size": 11869, + "checksum": "SHA-256:a92aa4fc9e400683256011493271747339f90e7e58c8932c7890f55a152206dc" }, { - "name": "AD985X", - "version": "0.1.0", + "name": "M5ANGLE8", + "version": "0.2.0", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", - "paragraph": "Will not work for the AD9852.", - "website": "https://github.com/RobTillaart/AD985X", + "sentence": "Arduino library for M5 8ANGLE 8x12 bit potentiometers.", + "website": "https://github.com/RobTillaart/M5ANGLE8", "category": "Signal Input/Output", "architectures": [ "*" @@ -348430,23 +811699,22 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD985X.git", + "repository": "https://github.com/RobTillaart/M5ANGLE8.git", "providesIncludes": [ - "AD985X.h" + "m5angle8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.1.0.zip", - "archiveFileName": "AD985X-0.1.0.zip", - "size": 6702, - "checksum": "SHA-256:335e01399b8073349f23e28326e5567a007afd63a99403c42354968f22bb5ad2" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M5ANGLE8-0.2.0.zip", + "archiveFileName": "M5ANGLE8-0.2.0.zip", + "size": 17142, + "checksum": "SHA-256:36cd79109d2c7324f0bd28f923630cfeead6df858bc5648858b3a439e41e1771" }, { - "name": "AD985X", - "version": "0.1.1", + "name": "M5ANGLE8", + "version": "0.3.0", "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for AD9850 and AD9851 function generators. Supports both hardware SPI as software SPI.", - "paragraph": "Will not work for the AD9852.", - "website": "https://github.com/RobTillaart/AD985X", + "sentence": "Arduino library for M5 8ANGLE 8x12 bit potentiometers.", + "website": "https://github.com/RobTillaart/M5ANGLE8", "category": "Signal Input/Output", "architectures": [ "*" @@ -348454,386 +811722,397 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/AD985X.git", + "repository": "https://github.com/RobTillaart/M5ANGLE8.git", "providesIncludes": [ - "AD985X.h" + "m5angle8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD985X-0.1.1.zip", - "archiveFileName": "AD985X-0.1.1.zip", - "size": 10167, - "checksum": "SHA-256:ebe596a45309c5fde0cc1c5f2afc7f99719cc5fc47f252b5fb426152957da148" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M5ANGLE8-0.3.0.zip", + "archiveFileName": "M5ANGLE8-0.3.0.zip", + "size": 18200, + "checksum": "SHA-256:456d1b75c0836e2e41d2c1be872326368699df850f80d8d95f769da52ab0b5db" }, { - "name": "AnimatedGIF", + "name": "Bonezegei_GSM", "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "GSM Library via Serial Port", + "paragraph": "Library GSM basic AT commands (Send Only)", + "website": "https://github.com/bonezegei/Bonezegei_GSM", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/bonezegei/Bonezegei_GSM.git", "providesIncludes": [ - "AnimatedGIF.h" + "Bonezegei_GSM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.0.zip", - "archiveFileName": "AnimatedGIF-1.0.0.zip", - "size": 787875, - "checksum": "SHA-256:6b8e931babd3fe2c36500805a4127b670c464570c468b613f8fb16d8e11fa944" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_GSM-1.0.0.zip", + "archiveFileName": "Bonezegei_GSM-1.0.0.zip", + "size": 15095, + "checksum": "SHA-256:96beadfa35db79b107c0186a2c31d4c3d3a2857eb749ae473070b97c48426374" }, { - "name": "AnimatedGIF", + "name": "Bonezegei_GSM", "version": "1.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "GSM Library via Serial Port", + "paragraph": "Library GSM basic AT commands (Send Only)", + "website": "https://github.com/bonezegei/Bonezegei_GSM", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/bonezegei/Bonezegei_GSM.git", "providesIncludes": [ - "AnimatedGIF.h" + "Bonezegei_GSM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.1.zip", - "archiveFileName": "AnimatedGIF-1.0.1.zip", - "size": 792999, - "checksum": "SHA-256:7fab1abcde8421a8384622b6b875b9e180f421251f8656143868c3873b309731" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_GSM-1.0.1.zip", + "archiveFileName": "Bonezegei_GSM-1.0.1.zip", + "size": 15861, + "checksum": "SHA-256:6c05635463025ad54fa0961f89697b585ef80393b74c90ca62c48ec064fca9fe" }, { - "name": "AnimatedGIF", - "version": "1.0.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "name": "CryptoAES_CBC", + "version": "1.0.0", + "author": "Piotr Obst, Rhys Weatherley \u003crhys.weatherley@gmail.com\u003e", + "maintainer": "Piotr Obst", + "sentence": "A AES CBC lib from Rhys Weatherley's arduinolibs Crypto and CryptoLegacy libs. For Arduino and ESP8266.", + "paragraph": "This lib was created because CryptoLegacy is not included in Lib Manager and both Crypto and CryptoLegacy libs are not compatible with ESP8266.", + "website": "https://github.com/Obsttube/CryptoAES_CBC", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/Obsttube/CryptoAES_CBC.git", "providesIncludes": [ - "AnimatedGIF.h" + "CryptoAES_CBC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.2.zip", - "archiveFileName": "AnimatedGIF-1.0.2.zip", - "size": 800783, - "checksum": "SHA-256:6c4a5e6e950a731dea933c80202ec0b5dbe83483de8aacfe1f2ddb9f0e2f9de3" + "url": "https://downloads.arduino.cc/libraries/github.com/Obsttube/CryptoAES_CBC-1.0.0.zip", + "archiveFileName": "CryptoAES_CBC-1.0.0.zip", + "size": 51958, + "checksum": "SHA-256:23c967d55ab79b6f58fd507ea5a2da972ed259f335b7458ae5f4ca66ecc86100" }, { - "name": "AnimatedGIF", - "version": "1.0.3", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "name": "ReefwingMPU6050", + "version": "1.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "sentence": "Arduino library for MPU6050 IMU", + "paragraph": "Connected via I2C.", + "website": "https://github.com/Reefwing-Software/Reefwing-MPU6050.git", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/Reefwing-Software/Reefwing-MPU6050.git", "providesIncludes": [ - "AnimatedGIF.h" + "ReefwingMPU6050.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.3.zip", - "archiveFileName": "AnimatedGIF-1.0.3.zip", - "size": 800812, - "checksum": "SHA-256:9a89dba5bd1b26a7cc8eb279fa66f7ecc7f9fff4118e210e34448730408dd14f" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingMPU6050-1.0.0.zip", + "archiveFileName": "ReefwingMPU6050-1.0.0.zip", + "size": 2240820, + "checksum": "SHA-256:ccc3b78466456437521deceb5dee54ac6273cc17fa50b202a09cce1f08508aaa" }, { - "name": "AnimatedGIF", - "version": "1.0.4", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "name": "Profiler", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Easily profile your Arduino functions to see how much time they take. The output can be disabled and enabled at runtime. Very lightweight.", + "paragraph": "Easily make code changes and see which versions take less time in order to make your projects and sketches more efficient. It can be used to profile entire functions as well as individual sections of code within a larger section of code.", + "website": "https://github.com/ripred/Profiler", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/ripred/Profiler.git", "providesIncludes": [ - "AnimatedGIF.h" + "Profiler.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.4.zip", - "archiveFileName": "AnimatedGIF-1.0.4.zip", - "size": 909014, - "checksum": "SHA-256:7a2c083be5d8cfaff662e3a37b0fedcace3cf4f2cb71a86a5e4a256ad27cfc88" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Profiler-1.0.0.zip", + "archiveFileName": "Profiler-1.0.0.zip", + "size": 8919, + "checksum": "SHA-256:bfc06b2865e0c5138db3c119a398fab26484f0a537b30cbc88f968f1aaff2eef" }, { - "name": "AnimatedGIF", - "version": "1.0.5", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "name": "Profiler", + "version": "1.0.1", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Easily profile your Arduino functions to see how much time they take. The output can be disabled and enabled at runtime. Very lightweight.", + "paragraph": "Easily make code changes and see which versions take less time in order to make your projects and sketches more efficient. It can be used to profile entire functions as well as individual sections of code within a larger section of code.", + "website": "https://github.com/ripred/Profiler", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/ripred/Profiler.git", "providesIncludes": [ - "AnimatedGIF.h" + "Profiler.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.0.5.zip", - "archiveFileName": "AnimatedGIF-1.0.5.zip", - "size": 909014, - "checksum": "SHA-256:6d7277a0a6b9145f4359ca40cbcd07bf26a80f643055930710d4a314da2bf582" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Profiler-1.0.1.zip", + "archiveFileName": "Profiler-1.0.1.zip", + "size": 9317, + "checksum": "SHA-256:782bd2e1111499e4b797000338133639c955b1862b3786d8c96338228a95bc61" }, { - "name": "AnimatedGIF", - "version": "1.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "name": "Profiler", + "version": "1.0.2", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Easily profile your Arduino functions to see how much time they take. The output can be disabled and enabled at runtime. Very lightweight.", + "paragraph": "Easily make code changes and see which versions take less time in order to make your projects and sketches more efficient. It can be used to profile entire functions as well as individual sections of code within a larger section of code. Added optional debug pin output suppport.", + "website": "https://github.com/ripred/Profiler", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/ripred/Profiler.git", "providesIncludes": [ - "AnimatedGIF.h" + "Profiler.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.0.zip", - "archiveFileName": "AnimatedGIF-1.1.0.zip", - "size": 903556, - "checksum": "SHA-256:94323e598c8308737c38378f63ef55b3f6d5cc118be4ece3a20e7b7db9a3ff29" + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/Profiler-1.0.2.zip", + "archiveFileName": "Profiler-1.0.2.zip", + "size": 9602, + "checksum": "SHA-256:8b60022a25205a27dc9c9372bbe2004006f1d5b43c66b39bd529063f80f33523" }, { - "name": "AnimatedGIF", - "version": "1.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "name": "M5ROTATE8", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M5 8ROTATE 8x rotary encoders", + "paragraph": "8EnCoder", + "website": "https://github.com/RobTillaart/M5ROTATE8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/RobTillaart/M5ROTATE8.git", "providesIncludes": [ - "AnimatedGIF.h" + "m5rotate8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.1.zip", - "archiveFileName": "AnimatedGIF-1.1.1.zip", - "size": 912951, - "checksum": "SHA-256:ed32ee701311cdb0b73530a7bbc93797e312a38b44317c18e040c72b874e57b0" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M5ROTATE8-0.1.0.zip", + "archiveFileName": "M5ROTATE8-0.1.0.zip", + "size": 10951, + "checksum": "SHA-256:88a09dd869c77678e0dbd7e9b825228d97c007ebf3b541d965df9431d07437d5" }, { - "name": "AnimatedGIF", - "version": "1.1.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Universal GIF player for MCUs with at least 32K of RAM.", - "paragraph": "Designed to provide an optimized GIF player that can run on any MCU and take advantage of file IO, LCD displays, DMA, etc by providing callback functions. You can play multi-frame GIFs stored in RAM, FLASH, SDCard or any other media you choose. Plenty of sample code is provided to demonstrate these options.", - "website": "https://github.com/bitbank2/AnimatedGIF", - "category": "Display", + "name": "M5ROTATE8", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M5 8ROTATE 8x rotary encoders", + "paragraph": "8EnCoder", + "website": "https://github.com/RobTillaart/M5ROTATE8", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/AnimatedGIF.git", + "repository": "https://github.com/RobTillaart/M5ROTATE8.git", "providesIncludes": [ - "AnimatedGIF.h" + "m5rotate8.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/AnimatedGIF-1.1.2.zip", - "archiveFileName": "AnimatedGIF-1.1.2.zip", - "size": 916953, - "checksum": "SHA-256:532d2f5977f43478cdcf99a29b9cc0d0822d9349ec58bbaa1e93129d2aea3313" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M5ROTATE8-0.2.0.zip", + "archiveFileName": "M5ROTATE8-0.2.0.zip", + "size": 13315, + "checksum": "SHA-256:d665ee8f6f6846b122ae404ec275a41beae0493326d8149158d3ed18ee580941" }, { - "name": "evo_bsp", - "version": "1.0.0", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Evo BSP components", - "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", - "website": "https://github.com/AloriumTechnology/evo_bsp", - "category": "Uncategorized", + "name": "M5ROTATE8", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M5 8ROTATE 8x rotary encoders", + "paragraph": "8EnCoder", + "website": "https://github.com/RobTillaart/M5ROTATE8", + "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/evo_bsp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.0.zip", - "archiveFileName": "evo_bsp-1.0.0.zip", - "size": 3875158, - "checksum": "SHA-256:6f2efa9437db94cad5c7aa86b5fe872dd644ae81ddfa6964bc6cd6cb56f1c0b6" + "repository": "https://github.com/RobTillaart/M5ROTATE8.git", + "providesIncludes": [ + "m5rotate8.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M5ROTATE8-0.2.1.zip", + "archiveFileName": "M5ROTATE8-0.2.1.zip", + "size": 13658, + "checksum": "SHA-256:ff14dc898c588bb7c4c3b37f0a05e4e664d16feee99227816814684808632705" }, { - "name": "evo_bsp", - "version": "1.0.3", - "author": "Alorium Technology", - "maintainer": "Alorium Technology \u003cinfo@aloriumtech.com\u003e", - "sentence": "Evo BSP components", - "paragraph": "With these components, users can integrate their own designs into Evo platform using the Alorium Technology OpenEvo flow", - "website": "https://github.com/AloriumTechnology/evo_bsp", - "category": "Uncategorized", + "name": "M5ROTATE8", + "version": "0.3.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for M5 8ROTATE 8x rotary encoders", + "paragraph": "8EnCoder", + "website": "https://github.com/RobTillaart/M5ROTATE8", + "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/AloriumTechnology/evo_bsp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AloriumTechnology/evo_bsp-1.0.3.zip", - "archiveFileName": "evo_bsp-1.0.3.zip", - "size": 19808784, - "checksum": "SHA-256:214169b134cba7482d247f33c251be0f2a6c809e25fd759ba37dd1ebd68414d1" + "repository": "https://github.com/RobTillaart/M5ROTATE8.git", + "providesIncludes": [ + "m5rotate8.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/M5ROTATE8-0.3.0.zip", + "archiveFileName": "M5ROTATE8-0.3.0.zip", + "size": 13711, + "checksum": "SHA-256:51a2f686e7b4db91b60a3a1e49317f0043ea4cdfd2a1d075d2488658e812844b" }, { - "name": "AirGradient Air Quality Sensor", - "version": "1.0.0", - "author": "AirGradient \u003csupport@airgradient.com\u003e", - "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", - "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", - "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", - "website": "https://github.com/airgradienthq/arduino", - "category": "Sensors", + "name": "pImpl", + "version": "1.0.5", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "pImpl Idiom in C++", + "paragraph": "This library provides an implementation of the pImpl Idiom in C++", + "website": "https://github.com/epsilonrt/pImpl", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/airgradienthq/arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.0.0.zip", - "archiveFileName": "AirGradient_Air_Quality_Sensor-1.0.0.zip", - "size": 47121, - "checksum": "SHA-256:86d5cf49f113b2ecb22eb4001f2c6187ed3b571bd7ceafbff747ad96b2a686be" + "repository": "https://github.com/epsilonrt/pImpl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/pImpl-1.0.5.zip", + "archiveFileName": "pImpl-1.0.5.zip", + "size": 66219, + "checksum": "SHA-256:392d9162fcd3ca3dfbcfd74b0273c72f1176ab6f568322211f6e7dc31a833976" }, { - "name": "AirGradient Air Quality Sensor", - "version": "1.3.1", - "author": "AirGradient \u003csupport@airgradient.com\u003e", - "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", - "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", - "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", - "website": "https://github.com/airgradienthq/arduino", - "category": "Sensors", + "name": "pImpl", + "version": "1.1.0", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "pImpl Idiom in C++", + "paragraph": "This library provides an implementation of the pImpl Idiom in C++", + "website": "https://github.com/epsilonrt/pImpl", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/airgradienthq/arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.1.zip", - "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.1.zip", - "size": 18391, - "checksum": "SHA-256:0158285d3f11a4fc896cde2b39a34ec3dea2785648ed517818d78f3edf848b79" + "repository": "https://github.com/epsilonrt/pImpl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/pImpl-1.1.0.zip", + "archiveFileName": "pImpl-1.1.0.zip", + "size": 80120, + "checksum": "SHA-256:ee49639990c25f4836d4e204003a34e1cb8dfa765c14a3d76264b305a48721d3" }, { - "name": "AirGradient Air Quality Sensor", - "version": "1.3.2", - "author": "AirGradient \u003csupport@airgradient.com\u003e", - "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", - "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", - "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", - "website": "https://github.com/airgradienthq/arduino", - "category": "Sensors", + "name": "pImpl", + "version": "1.1.1", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "pImpl Idiom in C++", + "paragraph": "This library provides an implementation of the pImpl Idiom in C++", + "website": "https://github.com/epsilonrt/pImpl", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/airgradienthq/arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.2.zip", - "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.2.zip", - "size": 18292, - "checksum": "SHA-256:9b555adb4b1661e7da4b43490447c762b55ec0a6cf3b30f30658aa84930038e1" + "repository": "https://github.com/epsilonrt/pImpl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/pImpl-1.1.1.zip", + "archiveFileName": "pImpl-1.1.1.zip", + "size": 85749, + "checksum": "SHA-256:64123f333bc43db31321c048d15817787b3e3b6968459a451221e557d5c23bab" }, { - "name": "AirGradient Air Quality Sensor", - "version": "1.3.3", - "author": "AirGradient \u003csupport@airgradient.com\u003e", - "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", - "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", - "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", - "website": "https://github.com/airgradienthq/arduino", - "category": "Sensors", + "name": "pImpl", + "version": "1.1.2", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "pImpl Idiom in C++", + "paragraph": "This library provides an implementation of the pImpl Idiom in C++", + "website": "https://github.com/epsilonrt/pImpl", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/airgradienthq/arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.3.zip", - "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.3.zip", - "size": 19718, - "checksum": "SHA-256:a99073f1f4c0eaa025995e451e93bf6a90a3ed93d80269a70186d55666242705" + "repository": "https://github.com/epsilonrt/pImpl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/pImpl-1.1.2.zip", + "archiveFileName": "pImpl-1.1.2.zip", + "size": 86270, + "checksum": "SHA-256:11d818862ae3affdd4246e26423d996f85e602ce14179b556ec2523be0f41af3" }, { - "name": "AirGradient Air Quality Sensor", - "version": "1.3.4", - "author": "AirGradient \u003csupport@airgradient.com\u003e", - "maintainer": "AirGradient \u003csupport@airgradient.com\u003e", - "sentence": "ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature and Humidity with OLED display.", - "paragraph": "The library is very robust and works with the Plantower PMS5003 particle sensor, the Senseair S8 CO2 sensor and the SHT30/31 sensor for humidity and temperature. You can also connect an OLED display or send the air quality data to the AirGradient platform or any other backend.", - "website": "https://github.com/airgradienthq/arduino", - "category": "Sensors", + "name": "pImpl", + "version": "1.1.3", + "author": "Pascal Jean aka epsilonrt", + "maintainer": "epsilonrt", + "license": "BSD-3-Clause", + "sentence": "pImpl Idiom in C++", + "paragraph": "This library provides an implementation of the pImpl Idiom in C++", + "website": "https://github.com/epsilonrt/pImpl", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/airgradienthq/arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/airgradienthq/AirGradient_Air_Quality_Sensor-1.3.4.zip", - "archiveFileName": "AirGradient_Air_Quality_Sensor-1.3.4.zip", - "size": 17490, - "checksum": "SHA-256:6f2006bfbe282c928b37b0c12b67bade30e4920d8651e3921bc8f99b9969e0f2" + "repository": "https://github.com/epsilonrt/pImpl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/epsilonrt/pImpl-1.1.3.zip", + "archiveFileName": "pImpl-1.1.3.zip", + "size": 86356, + "checksum": "SHA-256:dbe2c89971e4ceab1179cca4694d5fc90f9c3699a02ad95eb70a29d380f0936b" }, { - "name": "TinyNunchuk", + "name": "Telemetrix4UnoR4", "version": "1.0.0", - "author": "Stephen Denne", - "maintainer": "Stephen Denne \u003cstephen@datacute.co.nz\u003e", - "sentence": "This is a library for an ATTiny85 to use a Wii Nunchuk.", - "paragraph": "The Wii Nunchuk is a controller with a joystick, accelerometer, and two buttons. It communicates over I2C at 3.3V using either Wire, TinyWireM, or tiny-i2c.", - "website": "https://github.com/datacute/TinyNunchuk", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The Arduino Uno R4 Telemetrix4UnoR4 servers.", + "paragraph": "This library contains serialUSB, WIFI, and BLE servers for the telemetrix_uno_r4 and telemetrix_uno_r4-aio Python clients. These servers provide remote control and monitoring of Arduino Uno R4 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4UnoR4", "category": "Device Control", "architectures": [ "*" @@ -348841,621 +812120,707 @@ "types": [ "Contributed" ], - "repository": "https://github.com/datacute/TinyNunchuk.git", - "providesIncludes": [ - "TinyNunchuk.h" + "repository": "https://github.com/MrYsLab/Telemetrix4UnoR4.git", + "dependencies": [ + { + "name": "NewPing" + }, + { + "name": "DHTStable" + }, + { + "name": "HardwareBLESerial" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/datacute/TinyNunchuk-1.0.0.zip", - "archiveFileName": "TinyNunchuk-1.0.0.zip", - "size": 17590, - "checksum": "SHA-256:5c6c9a77d02f96dddafd0cdca7aa2929da1747b2a1a97aa2512bf539163c2cf5" + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4UnoR4-1.0.0.zip", + "archiveFileName": "Telemetrix4UnoR4-1.0.0.zip", + "size": 74393, + "checksum": "SHA-256:50e70c9ddf972dc55d15306820cbf2b25596a684d8330d2eeef23c93da23d8b2" }, { - "name": "LC_baseTools", - "version": "1.0.0", - "author": "jim lee", - "maintainer": "baseTools@leftcoast.biz", - "sentence": "A set of tools to make coding Arduinos easier.", - "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", - "website": "https://github.com/leftCoast/LC_baseTools", - "category": "Uncategorized", + "name": "Telemetrix4UnoR4", + "version": "1.0.1", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The Arduino Uno R4 Telemetrix4UnoR4 servers.", + "paragraph": "This library contains serialUSB, WIFI, and BLE servers for the telemetrix_uno_r4 and telemetrix_uno_r4-aio Python clients. These servers provide remote control and monitoring of Arduino Uno R4 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4UnoR4", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/leftCoast/LC_baseTools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.0.0.zip", - "archiveFileName": "LC_baseTools-1.0.0.zip", - "size": 32020, - "checksum": "SHA-256:1ed091a4db8e8954b1af387fb8d31ce954b30a35b1ad7a8ff92dffd6d35b81fd" + "repository": "https://github.com/MrYsLab/Telemetrix4UnoR4.git", + "dependencies": [ + { + "name": "NewPing" + }, + { + "name": "DHTStable" + }, + { + "name": "HardwareBLESerial" + }, + { + "name": "Servo" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4UnoR4-1.0.1.zip", + "archiveFileName": "Telemetrix4UnoR4-1.0.1.zip", + "size": 74398, + "checksum": "SHA-256:705b852af759fd0c5f5e698abdee943d78b31b5b360fbe936fc6a51df79be573" }, { - "name": "LC_baseTools", - "version": "1.1.1", - "author": "jim lee", - "maintainer": "baseTools@leftcoast.biz", - "sentence": "A set of tools to make coding Arduinos easier.", - "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", - "website": "https://github.com/leftCoast/LC_baseTools", - "category": "Uncategorized", + "name": "Telemetrix4UnoR4", + "version": "1.0.2", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The Arduino Uno R4 Telemetrix4UnoR4 servers.", + "paragraph": "This library contains serialUSB, WIFI, and BLE servers for the telemetrix_uno_r4 and telemetrix_uno_r4-aio Python clients. These servers provide remote control and monitoring of Arduino Uno R4 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4UnoR4", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/leftCoast/LC_baseTools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.1.1.zip", - "archiveFileName": "LC_baseTools-1.1.1.zip", - "size": 34310, - "checksum": "SHA-256:5c7818b8a3fdb0af94d101ce29e28f6ce556248b155c4539272b2ef2464c97be" + "repository": "https://github.com/MrYsLab/Telemetrix4UnoR4.git", + "dependencies": [ + { + "name": "NewPing" + }, + { + "name": "DHTStable" + }, + { + "name": "HardwareBLESerial" + }, + { + "name": "Servo" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4UnoR4-1.0.2.zip", + "archiveFileName": "Telemetrix4UnoR4-1.0.2.zip", + "size": 74408, + "checksum": "SHA-256:9a3b1dd36f344db8c76d36f4670a6ba6833244f9d7d694eeb0729fa4ef933609" }, { - "name": "LC_baseTools", - "version": "1.1.2", - "author": "jim lee", - "maintainer": "baseTools@leftcoast.biz", - "sentence": "A set of tools to make coding Arduinos easier.", - "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", - "website": "https://github.com/leftCoast/LC_baseTools", - "category": "Uncategorized", + "name": "Telemetrix4UnoR4", + "version": "1.0.3", + "author": "Alan Yorinks", + "maintainer": "https://github.com/MrYsLab/", + "sentence": "The Arduino Uno R4 Telemetrix4UnoR4 servers.", + "paragraph": "This library contains serialUSB, WIFI, and BLE servers for the telemetrix_uno_r4 and telemetrix_uno_r4-aio Python clients. These servers provide remote control and monitoring of Arduino Uno R4 devices.", + "website": "https://github.com/MrYsLab/Telemetrix4UnoR4", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/leftCoast/LC_baseTools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.1.2.zip", - "archiveFileName": "LC_baseTools-1.1.2.zip", - "size": 34596, - "checksum": "SHA-256:43e680c38e817077d2665ff29cae82ef672b3b0530857eef6e9e0cb1f2255ddf" + "repository": "https://github.com/MrYsLab/Telemetrix4UnoR4.git", + "dependencies": [ + { + "name": "NewPing" + }, + { + "name": "DHTStable" + }, + { + "name": "HardwareBLESerial" + }, + { + "name": "Servo" + }, + { + "name": "OneWire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4UnoR4-1.0.3.zip", + "archiveFileName": "Telemetrix4UnoR4-1.0.3.zip", + "size": 74404, + "checksum": "SHA-256:d54df50f49ebe2be665e21923b721d8f3080b3c3d11e9fcdcdf5169f522494e4" }, { - "name": "LC_baseTools", - "version": "1.2.0", - "author": "jim lee", - "maintainer": "baseTools@leftcoast.biz", - "sentence": "A set of tools to make coding Arduinos easier.", - "paragraph": "This is the base set that all left coast's libraries and applications use as a framework. Good starting point if you'd like to try our code in your projects.", - "website": "https://github.com/leftCoast/LC_baseTools", - "category": "Uncategorized", + "name": "micro_ros_kaia", + "version": "2.0.7-humble", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@remake.ai\u003e", + "sentence": "micro-ROS Arduino library for Kaia.ai robots", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaia/", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/leftCoast/LC_baseTools.git", - "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_baseTools-1.2.0.zip", - "archiveFileName": "LC_baseTools-1.2.0.zip", - "size": 39035, - "checksum": "SHA-256:6b0321c3956791e68d750f4f2f53f8545ef53a856c806318689fd4d0f69402e3" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-humble.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-humble.zip", + "size": 4355091, + "checksum": "SHA-256:db4c6463075777de2e51f3876c9343fb0d1235458b93495446708eae6e058028" }, { - "name": "SpinWearables", - "version": "0.0.1", - "author": "SpinWearables \u003cmail@spinwearables.com\u003e", - "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", - "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", - "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", - "website": "https://spinwearables.com/book", - "category": "Uncategorized", + "name": "micro_ros_kaia", + "version": "2.0.7-iron", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@remake.ai\u003e", + "sentence": "micro-ROS Arduino library for Kaia.ai robots", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaia/", + "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", - "providesIncludes": [ - "SpinWearables.h" - ], - "dependencies": [ - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-0.0.1.zip", - "archiveFileName": "SpinWearables-0.0.1.zip", - "size": 5039297, - "checksum": "SHA-256:5f93c82765ce54a4109a9b56d31a603c6f937aa59ca4a36528f7d6fde9aa051d" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-iron.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-iron.zip", + "size": 6298979, + "checksum": "SHA-256:3ecc0dbfdd9c930961360217f3818985107b69d99ba923ed0d1d3157c194ec6c" }, { - "name": "SpinWearables", - "version": "0.0.2", - "author": "SpinWearables \u003cmail@spinwearables.com\u003e", - "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", - "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", - "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", - "website": "https://spinwearables.com/book", - "category": "Uncategorized", + "name": "micro_ros_kaia", + "version": "2.0.7-rolling", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@remake.ai\u003e", + "sentence": "micro-ROS Arduino library for Kaia.ai robots", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaia/", + "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", - "providesIncludes": [ - "SpinWearables.h" - ], - "dependencies": [ - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-0.0.2.zip", - "archiveFileName": "SpinWearables-0.0.2.zip", - "size": 5050586, - "checksum": "SHA-256:0cf5b15b9afc8f769637dd7abc4d9d6b38e33861b7c5d334206f4c7dd3077eb6" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-rolling.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-rolling.zip", + "size": 6213797, + "checksum": "SHA-256:0f052d348b7d293bf7449f38d3e94ae6f8a7f64d8be4946ac38c1619b970b019" }, { - "name": "SpinWearables", - "version": "1.0.0", - "author": "SpinWearables \u003cmail@spinwearables.com\u003e", - "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", - "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", - "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", - "website": "https://spinwearables.com/book", - "category": "Uncategorized", + "name": "micro_ros_kaia", + "version": "2.0.7-humble.1", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", + "category": "Communication", "architectures": [ - "avr" + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", - "providesIncludes": [ - "SpinWearables.h" - ], - "dependencies": [ - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.0.zip", - "archiveFileName": "SpinWearables-1.0.0.zip", - "size": 5056305, - "checksum": "SHA-256:9da00aa0832f258347ad06e2bfb5ec0557998560010cbed16e8520f0f67f1aa9" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-humble.1.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-humble.1.zip", + "size": 16724246, + "checksum": "SHA-256:355e7d0f00ab39b9cb7a32f1f58bf23995ef0666e32115f2628e1e1c322f2bdc" }, { - "name": "SpinWearables", - "version": "1.0.1", - "author": "SpinWearables \u003cmail@spinwearables.com\u003e", - "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", - "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", - "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", - "website": "https://spinwearables.com/book", - "category": "Uncategorized", + "name": "micro_ros_kaia", + "version": "2.0.7-iron.1", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", + "category": "Communication", "architectures": [ - "avr" + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", - "providesIncludes": [ - "SpinWearables.h" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-iron.1.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-iron.1.zip", + "size": 28800238, + "checksum": "SHA-256:372f399c9fa48c0d5b03f54e6977cc2914f95555935ad42eb950950e77c861b9" + }, + { + "name": "micro_ros_kaia", + "version": "2.0.7-rolling.1", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", + "category": "Communication", + "architectures": [ + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], - "dependencies": [ - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.1.zip", - "archiveFileName": "SpinWearables-1.0.1.zip", - "size": 5056315, - "checksum": "SHA-256:8de73e4f576abbe079b76f5621f1317bf856bb02df07038a46de04149f99c93b" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-rolling.1.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-rolling.1.zip", + "size": 28252201, + "checksum": "SHA-256:bd35af9c6c235d04593d4d8c21a02632a13e9d04c122692a15ad4f294e7dcd23" }, { - "name": "SpinWearables", - "version": "1.0.2", - "author": "SpinWearables \u003cmail@spinwearables.com\u003e", - "maintainer": "SpinWearables \u003cmail@spinwearables.com\u003e", - "sentence": "A small, colorful, programmable, wearable kit to facilitate student exploration of physics, engineering, and computer science.", - "paragraph": "The SpinWheel device includes sensors and LEDs which can be controlled through this library. The library also includes a wide set of educational examples covering diverse scientific fields. Various activities based on this software can be found at spinwearables.com/book.", - "website": "https://spinwearables.com/book", - "category": "Uncategorized", + "name": "micro_ros_kaia", + "version": "2.0.7-humble.2", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", + "category": "Communication", "architectures": [ - "avr" + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/SpinWearables/SpinWearablesFirmware.git", - "providesIncludes": [ - "SpinWearables.h" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-humble.2.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-humble.2.zip", + "size": 16726117, + "checksum": "SHA-256:14196b35e478db04faf84bc4ff21168ccc043a33764f363de3b50c4ff631abae" + }, + { + "name": "micro_ros_kaia", + "version": "2.0.7-iron.2", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", + "category": "Communication", + "architectures": [ + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], - "dependencies": [ - { - "name": "Adafruit NeoPixel" - }, - { - "name": "SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/SpinWearables/SpinWearables-1.0.2.zip", - "archiveFileName": "SpinWearables-1.0.2.zip", - "size": 5060632, - "checksum": "SHA-256:07d32ba9e04fa98dc974928e9020d354e2e789f86d96c52c6d13ed48a91fa7bc" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-iron.2.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-iron.2.zip", + "size": 28799736, + "checksum": "SHA-256:4afa5260d7a006b1048cf5450055ea8c9b620006b6fed649ff7c8ccecbbfe3ee" }, { - "name": "OPT3101", - "version": "1.0.0", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "OPT3101 distance sensor library", - "paragraph": "This is a library for the Arduino IDE that helps interface with TI's OPT3101 distance sensor.", - "website": "https://github.com/pololu/opt3101-arduino", - "category": "Sensors", + "name": "micro_ros_kaia", + "version": "2.0.7-rolling.2", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", + "category": "Communication", "architectures": [ - "*" + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/opt3101-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/OPT3101-1.0.0.zip", - "archiveFileName": "OPT3101-1.0.0.zip", - "size": 14176, - "checksum": "SHA-256:ee834d27feaa2612d654872902fa64680cbd6c019a639963b3a79ac26ea3bf90" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-rolling.2.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-rolling.2.zip", + "size": 28257026, + "checksum": "SHA-256:15b731aaf1725ab40754555a76371c43c94d7b9b8ea7badb4273cdec306691a7" }, { - "name": "OPT3101", - "version": "1.0.1", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "OPT3101 distance sensor library", - "paragraph": "This is a library for the Arduino IDE that helps interface with TI's OPT3101 distance sensor.", - "website": "https://github.com/pololu/opt3101-arduino", - "category": "Sensors", + "name": "micro_ros_kaia", + "version": "2.0.7-humble.3", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", + "category": "Communication", "architectures": [ - "*" + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/opt3101-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/OPT3101-1.0.1.zip", - "archiveFileName": "OPT3101-1.0.1.zip", - "size": 14241, - "checksum": "SHA-256:fbe3c9de37d077a72450453efcf1864ceb69518886fb2c3431986355ce9eb55d" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-humble.3.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-humble.3.zip", + "size": 16726274, + "checksum": "SHA-256:642ff3271bbbfa813ecf5af6757739c7e2b61aa81c0601f44e22f423c6b0930e" }, { - "name": "Green Beacon", - "version": "0.1.0", - "author": "uko", - "maintainer": "uko", - "sentence": "BLE beacon library compatible with LINE Simple Beacon", - "paragraph": "Light-weight \u0026 Simple library that makes your any ESP32 boards into BLE beacon device compatible with LINE Simple Beacon.", - "website": "https://github.com/ukkz/green-beacon-esp32", + "name": "micro_ros_kaia", + "version": "2.0.7-iron.3", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", "category": "Communication", "architectures": [ - "esp32" + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukkz/green-beacon-esp32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukkz/Green_Beacon-0.1.0.zip", - "archiveFileName": "Green_Beacon-0.1.0.zip", - "size": 5755, - "checksum": "SHA-256:41487760e129ebc917dca2738bb12ce14ee61112231f28264a7cffeb06920309" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-iron.3.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-iron.3.zip", + "size": 28799892, + "checksum": "SHA-256:c2cd49e85fbf1ce064ad284a00f7beab744fb7781fa9e85385815550baaba359" }, { - "name": "Green Beacon", - "version": "0.2.0", - "author": "uko", - "maintainer": "uko", - "sentence": "BLE beacon library compatible with LINE Simple Beacon", - "paragraph": "Light-weight \u0026 Simple library that makes your any ESP32 boards into BLE beacon device compatible with LINE Simple Beacon.", - "website": "https://github.com/ukkz/green-beacon-esp32", + "name": "micro_ros_kaia", + "version": "2.0.7-rolling.3", + "author": "micro-ROS, Kaia.ai", + "maintainer": "Ilia O. \u003ciliao@kaia.ai\u003e", + "sentence": "micro-ROS Arduino library with additional Kaia.ai message types", + "paragraph": "Forked from https://github.com/micro-ROS/micro_ros_arduino/", + "website": "https://github.com/kaiaai/micro_ros_arduino_kaiaai/", "category": "Communication", "architectures": [ - "esp32" + "stm32", + "OpenCR", + "Teensyduino", + "samd", + "sam", + "mbed", + "esp32", + "mbed_portenta" ], "types": [ "Contributed" ], - "repository": "https://github.com/ukkz/green-beacon-esp32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ukkz/Green_Beacon-0.2.0.zip", - "archiveFileName": "Green_Beacon-0.2.0.zip", - "size": 8107, - "checksum": "SHA-256:304167afc201292d0d31837f95213c9ffa840067995bd042e6cd01e0676c4d97" + "repository": "https://github.com/kaiaai/micro_ros_arduino_kaiaai.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/micro_ros_kaia-2.0.7-rolling.3.zip", + "archiveFileName": "micro_ros_kaia-2.0.7-rolling.3.zip", + "size": 28257178, + "checksum": "SHA-256:7b187251de9d020cdbffd4e598221af38d1a146f7393f240d1f180a33998c0f4" }, { - "name": "SPIFFS ImageReader Library", - "version": "1.0.0", - "author": "Luca Dentella", - "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", - "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", - "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", - "website": "https://github.com/lucadentella/SPIFFS_ImageReader", - "category": "Display", + "name": "i2c-for-esp32", + "version": "0.4.0", + "author": "Iori Yanokura \u003cyanokura@jsk.imi.i.u-tokyo.ac.jp\u003e", + "maintainer": "Iori Yanokura", + "sentence": "I2C library for ESP32 (unofficial)", + "paragraph": "A workaround based on ESP-IDF Slave API", + "website": "https://github.com/iory/i2c-for-esp32.git", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.0.zip", - "archiveFileName": "SPIFFS_ImageReader_Library-1.0.0.zip", - "size": 11835, - "checksum": "SHA-256:9a4f97c6997f1ed6ca1d6d0d23720e033b07aef626843d1d7914e08d54c570c3" + "repository": "https://github.com/iory/i2c-for-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iory/i2c_for_esp32-0.4.0.zip", + "archiveFileName": "i2c_for_esp32-0.4.0.zip", + "size": 28146, + "checksum": "SHA-256:6de0413e361cd2e204b8e916c723fd78104e42d4eef9511285f88ec52028b9b8" }, { - "name": "SPIFFS ImageReader Library", - "version": "1.0.1", - "author": "Luca Dentella", - "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", - "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", - "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", - "website": "https://github.com/lucadentella/SPIFFS_ImageReader", - "category": "Display", + "name": "i2c-for-esp32", + "version": "0.4.1", + "author": "Iori Yanokura \u003cyanokura@jsk.imi.i.u-tokyo.ac.jp\u003e", + "maintainer": "Iori Yanokura", + "sentence": "I2C library for ESP32 (unofficial)", + "paragraph": "A workaround based on ESP-IDF Slave API", + "website": "https://github.com/iory/i2c-for-esp32.git", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.1.zip", - "archiveFileName": "SPIFFS_ImageReader_Library-1.0.1.zip", - "size": 830690, - "checksum": "SHA-256:8631bb3e5ee2eff280e267a1561daa8b4b963dfaec38b6b30bf3d11ee1705d6e" + "repository": "https://github.com/iory/i2c-for-esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/iory/i2c_for_esp32-0.4.1.zip", + "archiveFileName": "i2c_for_esp32-0.4.1.zip", + "size": 39631, + "checksum": "SHA-256:29fd57f4833a00372d95a03f9b45d8589d7e03e48494f27731d6126787eb2ce0" }, { - "name": "SPIFFS ImageReader Library", - "version": "1.0.2", - "author": "Luca Dentella", - "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", - "sentence": "Companion library for Adafruit_GFX and Adafruit_EPD to load images from SPIFFS partition.", - "paragraph": "Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).", - "website": "https://github.com/lucadentella/SPIFFS_ImageReader", - "category": "Display", + "name": "MQSpaceData", + "version": "1.0.1", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "sentence": "This library allows you to read MQ sensors very easily and there is separate support in Radioactive kits such as Geiger Counter.", + "paragraph": "This library reads MQ sensors datasheet [MQ-2 , MQ-3 , MQ-4, MQ-5, MQ-6, MQ7, MQ-8 MQ-9, MQ-131, MQ-135, MQ-136, MQ- 303A, MQ-309A] can do analog reading of datasheet reading, offers you ready calibration values ​​besides the environment where you can calibrate your gas sensors, unlike other libraries. Also, without installing any sensor, how many k resistors would you want to use if you had only sensor and what value would it be if your sensor had an analog reading of 0-100? You can calibrate by answering the question. Also There is separate support for External Gas sensors. It calculates a and b (x, x0, y, y0) values ​​for you. It also shows you the percentage of the environment while calibrating your external sensor to the environment. You can also use this feature to see the sensor percentage. It also supports (Radioactivity) Geiger Counter models, apart from Gas Sensors, and calculates usv/hr, Avg , sdCPM and CPM count values ​​at 30 second intervals.", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ - "*" + "avr", + "esp8266", + "esp32-s2", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucadentella/SPIFFS_ImageReader.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/SPIFFS_ImageReader_Library-1.0.2.zip", - "archiveFileName": "SPIFFS_ImageReader_Library-1.0.2.zip", - "size": 830690, - "checksum": "SHA-256:064ef3e24c0eb1551a325fcecd8d905508081d9752877f19d5dffb1c9a384f2f" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-1.0.1.zip", + "archiveFileName": "MQSpaceData-1.0.1.zip", + "size": 51555, + "checksum": "SHA-256:a5e13722126dc925c678bf54e63ff706430180976497dd4cee93935e0408531b" }, { - "name": "JPEGDEC", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", - "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", - "website": "https://github.com/bitbank2/JPEGDEC", - "category": "Display", + "name": "MQSpaceData", + "version": "1.0.2", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "sentence": "This library allows you to read MQ sensors very easily and there is separate support in Radioactive kits such as Geiger Counter.", + "paragraph": "This library reads MQ sensors datasheet [MQ-2 , MQ-3 , MQ-4, MQ-5, MQ-6, MQ7, MQ-8 MQ-9, MQ-131, MQ-135, MQ-136, MQ- 303A, MQ-309A] can do analog reading of datasheet reading, offers you ready calibration values ​​besides the environment where you can calibrate your gas sensors, unlike other libraries. Also, without installing any sensor, how many k resistors would you want to use if you had only sensor and what value would it be if your sensor had an analog reading of 0-100? You can calibrate by answering the question. Also There is separate support for External Gas sensors. It calculates a and b (x, x0, y, y0) values ​​for you. (and Also Allows calculating a and b values ​​without using a sensor, calculating percent caliber (different method) with python language) It also shows you the percentage of the environment while calibrating your external sensor to the environment. You can also use this feature to see the sensor percentage. It also supports (Radioactivity) Geiger Counter models, apart from Gas Sensors, and calculates usv/hr, Avg , sdCPM and CPM count values ​​at (your custom defined like 30) second intervals.", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ - "*" + "avr", + "esp8266", + "esp32-s2", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/JPEGDEC.git", - "providesIncludes": [ - "JPEGDEC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.0.0.zip", - "archiveFileName": "JPEGDEC-1.0.0.zip", - "size": 589929, - "checksum": "SHA-256:ae8c441c4c70705078c30111016f169254d4457db1b012d3f3b1a8be437bb70d" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-1.0.2.zip", + "archiveFileName": "MQSpaceData-1.0.2.zip", + "size": 59638, + "checksum": "SHA-256:4fbb1e3b9324ff34353b7d58c8dfed85fb69d0f502e5d490258c3cf376b6e93d" }, { - "name": "JPEGDEC", - "version": "1.0.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", - "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", - "website": "https://github.com/bitbank2/JPEGDEC", - "category": "Display", + "name": "MQSpaceData", + "version": "1.0.3", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "sentence": "This library allows you to read MQ sensors very easily and there is separate support in Radioactive kits such as Geiger Counter.", + "paragraph": "This library reads MQ sensors datasheet [MQ-2 , MQ-3 , MQ-4, MQ-5, MQ-6, MQ7, MQ-8 MQ-9, MQ-131, MQ-135, MQ-136, MQ- 303A, MQ-309A] can do analog reading of datasheet reading, offers you ready calibration values ​​besides the environment where you can calibrate your gas sensors, unlike other libraries. Also, without installing any sensor, how many k resistors would you want to use if you had only sensor and what value would it be if your sensor had an analog reading of 0-100? You can calibrate by answering the question. Also There is separate support for External Gas sensors. It calculates a and b (x, x0, y, y0) values ​​for you. (and Also Allows calculating a and b values ​​without using a sensor, calculating percent caliber (different method) with python language) It also shows you the percentage of the environment while calibrating your external sensor to the environment. You can also use this feature to see the sensor percentage. It also supports (Radioactivity) Geiger Counter models, apart from Gas Sensors, and calculates usv/hr, Avg , sdCPM and CPM count values ​​at (your custom defined like 30) second intervals.", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ - "*" + "avr", + "esp8266", + "esp32-s2", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/JPEGDEC.git", - "providesIncludes": [ - "JPEGDEC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.0.1.zip", - "archiveFileName": "JPEGDEC-1.0.1.zip", - "size": 856837, - "checksum": "SHA-256:67f2413201b8b85c63cc18cb56f52d4cee9b77dca6c5e1875d6e16451f058e2d" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-1.0.3.zip", + "archiveFileName": "MQSpaceData-1.0.3.zip", + "size": 59608, + "checksum": "SHA-256:eac06d064ae35ae7eef2b09037b29be867ad5272fd1375c32a3b7d98cfdf1012" }, { - "name": "JPEGDEC", - "version": "1.1.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", - "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", - "website": "https://github.com/bitbank2/JPEGDEC", - "category": "Display", + "name": "MQSpaceData", + "version": "1.0.5", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "sentence": "This library allows you to read MQ sensors very easily and there is separate support in Radioactive kits such as Geiger Counter.", + "paragraph": "This library reads MQ sensors datasheet [MQ-2 , MQ-3 , MQ-4, MQ-5, MQ-6, MQ7, MQ-8 MQ-9, MQ-131, MQ-135, MQ-136, MQ- 303A, MQ-309A] can do analog reading of datasheet reading, offers you ready calibration values ​​besides the environment where you can calibrate your gas sensors, unlike other libraries. Also, without installing any sensor, how many k resistors would you want to use if you had only sensor and what value would it be if your sensor had an analog reading of 0-100? You can calibrate by answering the question. Also There is separate support for External Gas sensors. It calculates a and b (x, x0, y, y0) values ​​for you. (and Also Allows calculating a and b values ​​without using a sensor, calculating percent caliber (different method) with python language) It also shows you the percentage of the environment while calibrating your external sensor to the environment. You can also use this feature to see the sensor percentage. It also supports (Radioactivity) Geiger Counter models, apart from Gas Sensors, and calculates usv/hr, Avg , sdCPM and CPM count values ​​at (your custom defined like 30) second intervals.", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ - "*" + "avr", + "esp8266", + "esp32-s2", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/JPEGDEC.git", - "providesIncludes": [ - "JPEGDEC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.1.0.zip", - "archiveFileName": "JPEGDEC-1.1.0.zip", - "size": 860225, - "checksum": "SHA-256:731df4b8d7840015d49fcc577d919e066a9f4bf7be46b255839c3b439478d524" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-1.0.5.zip", + "archiveFileName": "MQSpaceData-1.0.5.zip", + "size": 69786, + "checksum": "SHA-256:0b85c382a30843d995af2d2f67ce6bf5d3849121fc4b0bfe2d229d5478a16fd4" }, { - "name": "JPEGDEC", - "version": "1.1.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", - "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", - "website": "https://github.com/bitbank2/JPEGDEC", - "category": "Display", + "name": "MQSpaceData", + "version": "1.0.6", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "license": "MIT", + "sentence": "This library allows you to read MQ sensors very easily and there is separate support in Radioactive kits such as Geiger Counter.", + "paragraph": "This library reads MQ sensors datasheet [MQ-2 , MQ-3 , MQ-4, MQ-5, MQ-6, MQ7, MQ-8 MQ-9, MQ-131, MQ-135, MQ-136, MQ- 303A, MQ-309A, MQ-other] can do analog reading of datasheet reading, offers you ready calibration values ​​besides the environment where you can calibrate your gas sensors, unlike other libraries. Also, without installing any sensor, how many k resistors would you want to use if you had only sensor and what value would it be if your sensor had an analog reading of 0-100? You can calibrate by answering the question. Also There is separate support for External Gas sensors. It calculates a and b (x, x0, y, y0) values ​​for you. (and Also Allows calculating a and b values ​​without using a sensor, calculating percent caliber (different method) with python language) It also shows you the percentage of the environment while calibrating your external sensor to the environment. You can also use this feature to see the sensor percentage. It also supports (Radioactivity) Geiger Counter models, apart from Gas Sensors, and calculates usv/hr, Avg , sdCPM and CPM count values ​​at (your custom defined like 30) second intervals.", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ - "*" + "avr", + "esp8266", + "esp32-s2", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/JPEGDEC.git", - "providesIncludes": [ - "JPEGDEC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.1.1.zip", - "archiveFileName": "JPEGDEC-1.1.1.zip", - "size": 860863, - "checksum": "SHA-256:7362edde50cc7e3c9dd313ccce45c6723114704d806f0a5235bf919a8928bda7" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-1.0.6.zip", + "archiveFileName": "MQSpaceData-1.0.6.zip", + "size": 74152, + "checksum": "SHA-256:5e688bb98f6f8d4f409fadb2dd36452df22511cc48e49139b39d7c6e8a513df1" }, { - "name": "JPEGDEC", - "version": "1.2.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", - "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", - "website": "https://github.com/bitbank2/JPEGDEC", - "category": "Display", + "name": "MQSpaceData", + "version": "1.0.7", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "license": "MIT", + "sentence": "This library easily enables MQ sensors to process data and there is separate support in Radioactive kits such as Geiger Counter.", + "paragraph": "This library reads MQ sensors datasheet [MQ-2 , MQ-3 , MQ-4, MQ-5, MQ-6, MQ7, MQ-8 MQ-9, MQ-131, MQ-135, MQ-136, MQ- 303A, MQ-309A, MQ-other] can do analog reading of datasheet reading, offers you ready calibration values ​​besides the environment where you can calibrate your gas sensors, unlike other libraries. Also, without installing any sensor, how many k resistors would you want to use if you had only sensor and what value would it be if your sensor had an analog reading of 0-100? You can calibrate by answering the question. Also There is separate support for External Gas sensors. It calculates a and b (x, x0, y, y0) values ​​for you. (and Also Allows calculating a and b values ​​without using a sensor, calculating percent caliber (different method) with python language) It also shows you the percentage of the environment while calibrating your external sensor to the environment. You can also use this feature to see the sensor percentage. It also supports (Radioactivity) Geiger Counter models, apart from Gas Sensors, and calculates usv/hr, Avg , sdCPM and CPM count values ​​at (your custom defined like 30) second intervals.", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/JPEGDEC.git", - "providesIncludes": [ - "JPEGDEC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.0.zip", - "archiveFileName": "JPEGDEC-1.2.0.zip", - "size": 862126, - "checksum": "SHA-256:5662cfdb1c6d792081e2e23de19c8af01c105639f714b89be0c0a508131c372d" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-1.0.7.zip", + "archiveFileName": "MQSpaceData-1.0.7.zip", + "size": 74442, + "checksum": "SHA-256:39efb76e76fc1d876ac4b4562a7812f9ac43df23935e586cc69e1c944ddf5b5e" }, { - "name": "JPEGDEC", - "version": "1.2.1", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", - "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", - "website": "https://github.com/bitbank2/JPEGDEC", - "category": "Display", + "name": "MQSpaceData", + "version": "2.0.0", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "license": "MIT", + "sentence": "The first and only Arduino library where Geiger Counter and MQ Sensors combine with data science", + "paragraph": "This library supports a wide range of gas sensors, including popular models like [MQ-2, MQ-3, MQ-4, MQ-5, MQ-6, MQ-7, MQ-8, MQ-9, MQ-131, MQ-135, MQ-136, MQ-303A, MQ-309A] . It offers ready calibration values for soldered models, simplifying the calibration process. You can also calculate resistor values for sensor analog readings from 0 to 100 without any physical sensor. The library provides separate support for external gas sensors, allowing you to calculate calibration values conveniently. Additionally, it supports Geiger Counter models for radiation measurements, providing usv/hr, Avg, sdCPM, and CPM count values at customizable intervals. With built-in data export to CSV files, you can easily visualize sensor data and create reference lines for data-based AI projects using the Matplotlib library (with python language).", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/JPEGDEC.git", - "providesIncludes": [ - "JPEGDEC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.1.zip", - "archiveFileName": "JPEGDEC-1.2.1.zip", - "size": 1318932, - "checksum": "SHA-256:7c1f2513cf1e29b89919678353ee0fff5ce44637afc55f419f250f89b65d8e91" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-2.0.0.zip", + "archiveFileName": "MQSpaceData-2.0.0.zip", + "size": 101439, + "checksum": "SHA-256:80bf282d8326df0debc2cb28035d784b01240323879a05558fbd09814cb915dc" }, { - "name": "JPEGDEC", - "version": "1.2.2", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized JPEG decoder for MCUs with 32K+ RAM.", - "paragraph": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.", - "website": "https://github.com/bitbank2/JPEGDEC", - "category": "Display", + "name": "MQSpaceData", + "version": "2.1.5", + "author": "abcdaaaaaaaaa", + "maintainer": "abcdaaaaaaaaa \u003camertanik@icloud.com\u003e", + "license": "MIT", + "sentence": "The first and only Arduino library where Geiger Counter and MQ Sensors combine with data science", + "paragraph": "This library supports a wide range of gas sensors, including popular models like [MQ-2, MQ-3, MQ-4, MQ-5, MQ-6, MQ-7, MQ-8, MQ-9, MQ-131, MQ-135, MQ-136, MQ-303A, MQ-309A] . It offers ready calibration values for soldered models, simplifying the calibration process. You can also calculate resistor values for sensor analog readings from 0 to 100 without any physical sensor. The library provides separate support for external gas sensors, allowing you to calculate calibration values conveniently. Additionally, it supports Geiger Counter models for radiation measurements, providing usv/hr, Avg, sdCPM, and CPM count values at customizable intervals. With built-in data export to CSV files, you can easily visualize sensor data and create reference lines for data-based AI projects using the Matplotlib library (with python language).", + "website": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/JPEGDEC.git", - "providesIncludes": [ - "JPEGDEC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/JPEGDEC-1.2.2.zip", - "archiveFileName": "JPEGDEC-1.2.2.zip", - "size": 1319281, - "checksum": "SHA-256:f8dfe4a248317ae0926f1986a2540024f17dff743c750df14d4bb723f8519f42" + "repository": "https://github.com/abcdaaaaaaaaa/MQSpaceData.h.git", + "url": "https://downloads.arduino.cc/libraries/github.com/abcdaaaaaaaaa/MQSpaceData-2.1.5.zip", + "archiveFileName": "MQSpaceData-2.1.5.zip", + "size": 105973, + "checksum": "SHA-256:f3d4e12283c39e7237f57bff72b1765c5991277b639cc3eb5c3fb983b334a146" }, { - "name": "FSerial", + "name": "1euroFilter", "version": "1.0.0", - "author": "Assailing Falcons \u003cfalconsofficial@gmail.com\u003e", - "maintainer": "Saksham Bhutani \u003csakshambhutani2001@gmail.com\u003e", - "sentence": "A Delay Less Communication Protocol.", - "paragraph": "Designed specifically for Team Assailing Falcons.", - "website": "https://github.com/Falcons21/FSerial", - "category": "Communication", + "author": "Géry Casiez", + "maintainer": "Géry Casiez \u003cgery.casiez@gmail.com\u003e", + "sentence": "Algorithm to filter noisy signals for high precision and responsiveness.", + "paragraph": "The 1€ filter uses a first order low-pass filter with an adaptive cutoff frequency: at low speeds, a low cutoff stabilizes the signal by reducing jitter, but as speed increases, the cutoff is increased to reduce lag. The algorithm is easy to implement, uses very few resources, and with two easily understood parameters, it is easy to tune. In a comparison with other filters, the 1€ filter has less lag using a reference amount of jitter reduction.", + "website": "https://github.com/casiez/OneEuroFilterArduino", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Falcons21/FSerial.git", - "providesIncludes": [ - "FSerial.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Falcons21/FSerial-1.0.0.zip", - "archiveFileName": "FSerial-1.0.0.zip", - "size": 2883, - "checksum": "SHA-256:27549434d337623c748609c717904e7537c9acb4c4621a34112e6cd5e50f0b4b" + "repository": "https://github.com/casiez/OneEuroFilterArduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/casiez/1euroFilter-1.0.0.zip", + "archiveFileName": "1euroFilter-1.0.0.zip", + "size": 294285, + "checksum": "SHA-256:be35ac21a1401b57a0b3bf309a2e3eef8ba44bd136c6ebaeb374c8a78ee465b2" }, { - "name": "INA219B", - "version": "1.0.0", - "author": "Didier Coyman", - "maintainer": "Didier Coyman", - "sentence": "INA219B TI i2c output current/voltage/power monitor Library", - "paragraph": "The library inherit from other existing one, adding more mode support and various R Shunt.", - "website": "https://github/INA219B", + "name": "Microfire Mod-NTC", + "version": "2.0.0", + "author": "Microfire LLC", + "maintainer": "contact@microfire.co", + "sentence": "Add the ability to measure any 10k NTC temperature to your hardware application with a fully digital interface.", + "paragraph": "I2C, UART, and USB interfaces, connect nearly any flow meter.", + "website": "https://microfire.co", "category": "Sensors", "architectures": [ "*" @@ -349463,369 +812828,429 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Tintin4000/INA219B.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Tintin4000/INA219B-1.0.0.zip", - "archiveFileName": "INA219B-1.0.0.zip", - "size": 40508, - "checksum": "SHA-256:beca3b07569c997dd972aeb03194e7339d75584e4455cfc29bb828fd0346fbb3" + "repository": "https://github.com/u-fire/Mod-NTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/u-fire/Microfire_Mod_NTC-2.0.0.zip", + "archiveFileName": "Microfire_Mod_NTC-2.0.0.zip", + "size": 9721, + "checksum": "SHA-256:9fdaed5e21cb288424d6f9ce5119a484fa968932413ca966ae3e28ce972f20b8" }, { - "name": "is31fl3733", - "version": "1.0.1", - "author": "Dominik Friml \u003cfrimldom@gmail.com\u003e", - "maintainer": "Dominik Friml \u003cfrimldom@gmail.com\u003e", - "sentence": "This is arduino library for IC ISSI IS31FL3733A", - "paragraph": "based on IS31FL3733 C library by kkostyan (Big thanks to you!).", - "website": "https://gitlab.com/friml/is31fl3733", - "category": "Display", + "name": "WebConsole", + "version": "1.0.0", + "author": "EvTheFuture \u003cmagnus.sandin@valitron.se\u003e", + "maintainer": "EvTheFuture \u003cmagnus.sandin@valitron.se\u003e", + "sentence": "Console for Arduino to handle a simple Web Console for output and input.", + "paragraph": "This library provides functionalities to access console logs and to send commands for debugging purposes.", + "website": "https://github.com/EvTheFuture/WebConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/friml/is31fl3733.git", - "providesIncludes": [ - "Arduino_is31fl3733.h" + "repository": "https://github.com/EvTheFuture/WebConsole.git", + "dependencies": [ + { + "name": "WebSocketsServer" + } ], - "url": "https://downloads.arduino.cc/libraries/gitlab.com/friml/is31fl3733-1.0.1.zip", - "archiveFileName": "is31fl3733-1.0.1.zip", - "size": 27356, - "checksum": "SHA-256:f52935b937c263ee372e34dc9e0be355d9cb57df58e8527a6be78451b6a6a8f3" + "url": "https://downloads.arduino.cc/libraries/github.com/EvTheFuture/WebConsole-1.0.0.zip", + "archiveFileName": "WebConsole-1.0.0.zip", + "size": 19046, + "checksum": "SHA-256:bcf1060d3a3b5ac8f91c686f08f39a9e6a91353830e949925a0c1ac3a007712b" }, { - "name": "LibYxml", - "version": "1.0.0", - "author": "Yoran Heling \u003cprojects@yorhel.nl\u003e", - "maintainer": "I. Kakoulidis \u003ci.kakoulidis@hotmail.com\u003e", - "sentence": "Yoran Heling's yxml library.", - "paragraph": "Yxml is a small non-validating and mostly conforming XML parser written in C.", - "website": "https://github.com/JulStrat/LibYxml", - "category": "Data Processing", + "name": "WebConsole", + "version": "1.0.2", + "author": "EvTheFuture \u003cmagnus.sandin@valitron.se\u003e", + "maintainer": "EvTheFuture \u003cmagnus.sandin@valitron.se\u003e", + "sentence": "Console for Arduino to handle a simple Web Console for output and input.", + "paragraph": "This library provides functionalities to access console logs and to send commands for debugging purposes.", + "website": "https://github.com/EvTheFuture/WebConsole", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JulStrat/LibYxml.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/LibYxml-1.0.0.zip", - "archiveFileName": "LibYxml-1.0.0.zip", - "size": 18070, - "checksum": "SHA-256:210f8720a8c0dad226a507c2d6d6ab97f5670e8bb130eec408387eb3db4ed83c" + "repository": "https://github.com/EvTheFuture/WebConsole.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EvTheFuture/WebConsole-1.0.2.zip", + "archiveFileName": "WebConsole-1.0.2.zip", + "size": 20036, + "checksum": "SHA-256:ac72b0e1767bc29990a487c8ede2b6279b5e547bfe15e75088180275d31d5f48" }, { - "name": "LibYxml", - "version": "1.0.1", - "author": "Yoran Heling \u003cprojects@yorhel.nl\u003e", - "maintainer": "I. Kakoulidis \u003ci.kakoulidis@hotmail.com\u003e", - "sentence": "Yoran Heling's yxml library.", - "paragraph": "Yxml is a small non-validating and mostly conforming XML parser written in C.", - "website": "https://github.com/JulStrat/LibYxml", - "category": "Data Processing", + "name": "ESP8266 Webhook", + "version": "1.2.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP8266 to trigger events using Webhook and IFTTT.", + "paragraph": "Easily trigger events using Webhook with this library in just 1 line. Works flawlessly with IFTTT.", + "website": "https://github.com/Rupakpoddar/ESP8266Webhook", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/JulStrat/LibYxml.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JulStrat/LibYxml-1.0.1.zip", - "archiveFileName": "LibYxml-1.0.1.zip", - "size": 18166, - "checksum": "SHA-256:dfa4d8183578a1c7c074038b35f6cde0d05b028819581d06fe6db2a1a3724353" + "repository": "https://github.com/Rupakpoddar/ESP8266Webhook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Webhook-1.2.0.zip", + "archiveFileName": "ESP8266_Webhook-1.2.0.zip", + "size": 5352, + "checksum": "SHA-256:dfb0acc14bd8c96ab471225855b8a6db77d42a6de93b5f12efc09672d7566073" }, { - "name": "nuMROBO", - "version": "0.0.1", - "author": "nuMectro Technology \u003cinfo@numectro.com\u003e", - "maintainer": "nuMectro Technology \u003cinfo@numectro.com\u003e", - "sentence": "An Arduino library for programming nuMROBO robot made by nuMectro Technology.", - "paragraph": "nuMROBO is a modular robot designed \u0026 developed by nuMectro Technology, this library is used to program and control nuMROBO robot.", - "website": "https://github.com/nuMectro/nuMROBO", - "category": "Device Control", + "name": "ESP8266 Webhook", + "version": "1.3.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Leverage IFTTT and the ESP8266 library to set off events via Webhook.", + "paragraph": "IFTTT makes it a breeze to activate events via Webhook using this library with just a single line of code. Seamlessly compatible with IFTTT, this library ensures flawless performance.", + "website": "https://github.com/Rupakpoddar/ESP8266Webhook", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/nuMectro/nuMROBO.git", - "url": "https://downloads.arduino.cc/libraries/github.com/nuMectro/nuMROBO-0.0.1.zip", - "archiveFileName": "nuMROBO-0.0.1.zip", - "size": 7462, - "checksum": "SHA-256:0e2a12241ce83d84ac3e9b3220d268b28fbed90bd2384d5acec2a80ca7149b20" + "repository": "https://github.com/Rupakpoddar/ESP8266Webhook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP8266_Webhook-1.3.0.zip", + "archiveFileName": "ESP8266_Webhook-1.3.0.zip", + "size": 5626, + "checksum": "SHA-256:9f18dcd93f4e90f9512e45165f4a63ac15aaba1cba37ca228130a0ee5a8c3721" }, { - "name": "nuMROBO", - "version": "0.0.2", - "author": "nuMectro Technology \u003cinfo@numectro.com\u003e", - "maintainer": "nuMectro Technology \u003cinfo@numectro.com\u003e", - "sentence": "An Arduino library for programming nuMROBO robot made by nuMectro Technology.", - "paragraph": "nuMROBO is a modular robot designed \u0026 developed by nuMectro Technology, this library is used to program and control nuMROBO robot.", - "website": "https://github.com/nuMectro/nuMROBO", - "category": "Device Control", + "name": "Sensirion I2C SVM4x", + "version": "0.2.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SVM4x evaluation kit board by Sensirion.", + "paragraph": "Enables you to use the SVM4x via I2C. The SVM4x evaluation kit covers evaluation of the SGP40 and SGP41 sensors.", + "website": "https://github.com/Sensirion/arduino-i2c-svm4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-i2c-svm4x.git", + "providesIncludes": [ + "SensirionI2CSvm41.h" + ], + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_I2C_SVM4x-0.2.0.zip", + "archiveFileName": "Sensirion_I2C_SVM4x-0.2.0.zip", + "size": 662485, + "checksum": "SHA-256:56c3c0af1e1afde3b8ee7276a4a90eef656a547634e04d72e4cbcf44fcfa6672" + }, + { + "name": "M5-Ethernet", + "version": "4.0.0", + "author": "Icing Tomato (https://github.com/IcingTomato)", + "maintainer": "Icing Tomato (icing@m5stack.com)", + "sentence": "Enables network connection (local and Internet) using the M5 PoE Camera.", + "paragraph": "With this library you can use the M5 PoE Camera to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.", + "website": "https://github.com/m5stack/M5-Ethernet", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/nuMectro/nuMROBO.git", - "url": "https://downloads.arduino.cc/libraries/github.com/nuMectro/nuMROBO-0.0.2.zip", - "archiveFileName": "nuMROBO-0.0.2.zip", - "size": 7521, - "checksum": "SHA-256:10b0a6ab3c50f88af65b412d2bd918965a28d9f4eac3118f99891971e6ee47f5" + "repository": "https://github.com/m5stack/M5-Ethernet.git", + "providesIncludes": [ + "M5_Ethernet.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_Ethernet-4.0.0.zip", + "archiveFileName": "M5_Ethernet-4.0.0.zip", + "size": 66007, + "checksum": "SHA-256:f34d6913f9b7a8c58cb95a931042c1db8668bc918771ada77b38489385ae54b8" }, { - "name": "SoundPlayer", + "name": "QUAD7SHIFT", "version": "1.0.0", - "author": "Isaac Robinson", - "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", - "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", - "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", - "website": "https://github.com/isaacrobinson2000/SoundPlayer", - "category": "Signal Input/Output", + "author": "Alex Rosito", + "maintainer": "Alex Rosito", + "sentence": "Library for driving 4 digits seven segments displays for modules that use 74HC595 shift registers.", + "paragraph": "For ARDUINO UNO, NANO and ATtiny85 (or other ATtinys that use the same USI (Universal Serial Interface) module and same pins as the ATtiny85).", + "website": "https://github.com/AlexRosito67/QUAD7SHIFT", + "category": "Display", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "repository": "https://github.com/AlexRosito67/QUAD7SHIFT.git", "providesIncludes": [ - "Sound.h", - "SoundPlayer.h" + "QUAD7SHIFT.h", + "tinySPI.h", + "SPI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.0.0.zip", - "archiveFileName": "SoundPlayer-1.0.0.zip", - "size": 10178, - "checksum": "SHA-256:53906ba6cf91567092a0d85a9993044e41e6e7b5c3a0c123760504f8c05c6a23" + "dependencies": [ + { + "name": "SPI" + }, + { + "name": "tinySPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexRosito67/QUAD7SHIFT-1.0.0.zip", + "archiveFileName": "QUAD7SHIFT-1.0.0.zip", + "size": 37293, + "checksum": "SHA-256:9615f97439c1b9ef962148584a09214aa484b1a3741c39d3b525e43e414ec72d" }, { - "name": "SoundPlayer", + "name": "QUAD7SHIFT", "version": "1.0.1", - "author": "Isaac Robinson", - "maintainer": "Isaac Robinson \u003cisaac.k.robinson2000@gmail.com\u003e", - "sentence": "Allows Arduino Boards to play 8-bit sounds recorded at 40kHz sampling frequency.", - "paragraph": "Can read sounds from both memory and program space. Carefully written interrupts allow for up to 4 sounds to be played at once on the Arduino Uno.", - "website": "https://github.com/isaacrobinson2000/SoundPlayer", - "category": "Signal Input/Output", + "author": "Alex Rosito", + "maintainer": "Alex Rosito", + "sentence": "Library for driving 4 digits seven segments displays for modules that use 74HC595 shift registers.", + "paragraph": "For ARDUINO UNO, NANO and ATtiny85 (or other ATtinys that use the same USI (Universal Serial Interface) module and same pins as the ATtiny85).", + "website": "https://github.com/AlexRosito67/QUAD7SHIFT", + "category": "Display", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/isaacrobinson2000/SoundPlayer.git", + "repository": "https://github.com/AlexRosito67/QUAD7SHIFT.git", "providesIncludes": [ - "Sound.h", - "SoundPlayer.h" + "QUAD7SHIFT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/isaacrobinson2000/SoundPlayer-1.0.1.zip", - "archiveFileName": "SoundPlayer-1.0.1.zip", - "size": 10401, - "checksum": "SHA-256:2d9380b95024d6fec81046a1d57db500566efcbe560f80313990b1c9f0f1a5d8" + "dependencies": [ + { + "name": "SPI" + }, + { + "name": "tinySPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexRosito67/QUAD7SHIFT-1.0.1.zip", + "archiveFileName": "QUAD7SHIFT-1.0.1.zip", + "size": 37448, + "checksum": "SHA-256:b837e3ad2aaf3940b05867a6f179525660e2289c2725b825ce858e44a9d13103" }, { - "name": "MCP_ADC", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MCP_ADC family MCP3008", - "website": "https://github.com/RobTillaart/MCP_ADC", - "category": "Sensors", + "name": "QUAD7SHIFT", + "version": "1.0.2", + "author": "Alex Rosito", + "maintainer": "Alex Rosito", + "sentence": "Library for driving 4 digits seven segments displays (7 segments displays) for modules that use 74HC595 shift registers.", + "paragraph": "For ARDUINO UNO, NANO and ATtiny85 (or other ATtinys that use the same USI (Universal Serial Interface) module and same pins as the ATtiny85).", + "website": "https://github.com/AlexRosito67/QUAD7SHIFT", + "category": "Display", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MCP_ADC.git", + "repository": "https://github.com/AlexRosito67/QUAD7SHIFT.git", "providesIncludes": [ - "MCP_ADC.h" + "QUAD7SHIFT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MCP_ADC-0.1.1.zip", - "archiveFileName": "MCP_ADC-0.1.1.zip", - "size": 12580, - "checksum": "SHA-256:2f84fe6d3671c07d7c93aa48b2b1c094876a4bd18b5f84e6960598cb9c0f83ae" + "dependencies": [ + { + "name": "SPI" + }, + { + "name": "tinySPI" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlexRosito67/QUAD7SHIFT-1.0.2.zip", + "archiveFileName": "QUAD7SHIFT-1.0.2.zip", + "size": 37620, + "checksum": "SHA-256:d16d26631d5d2c50883bccc3cdbc2cd54169ffa448b790fad6a4ee49ec3f4396" }, { - "name": "Embedded Type-C PID", - "version": "1.0.0", - "author": "Abderraouf Adjal", - "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", - "sentence": "PID controller (Type-C) with a flexible API and errors handling.", - "paragraph": "Implementation of \"Type-C PID controller\" (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", - "website": "https://github.com/abderraouf-adjal/Embedded-PID", - "category": "Signal Input/Output", + "name": "TCS3200-Sensor", + "version": "0.0.3", + "author": "nthnn", + "maintainer": "nthnn", + "sentence": "Arduino library for TCS3200 color sensor.", + "website": "https://github.com/nthnn/TCS3200-Color-Sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", - "providesIncludes": [ - "pid.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.0.zip", - "archiveFileName": "Embedded_Type_C_PID-1.0.0.zip", - "size": 100736, - "checksum": "SHA-256:a3ce3814583582ebf83a2a1da9e07841ea759bbd214a0a10e3d07274308bf2bf" + "repository": "https://github.com/nthnn/TCS3200.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/TCS3200_Sensor-0.0.3.zip", + "archiveFileName": "TCS3200_Sensor-0.0.3.zip", + "size": 2107197, + "checksum": "SHA-256:eb2431ca674f3701ac89e5494f215f4ffe2676515f1ce72e17f3f38aed08b69b" }, { - "name": "Embedded Type-C PID", - "version": "1.0.1", - "author": "Abderraouf Adjal", - "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", - "sentence": "PID controller (Type-C) with a flexible API and errors handling.", - "paragraph": "Implementation of \"Type-C PID controller\" (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", - "website": "https://github.com/abderraouf-adjal/Embedded-PID", - "category": "Signal Input/Output", + "name": "TCS3200-Sensor", + "version": "0.0.1", + "author": "nthnn", + "maintainer": "nthnn", + "sentence": "Arduino library for TCS3200 color sensor.", + "website": "https://github.com/nthnn/TCS3200", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", - "providesIncludes": [ - "pid.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.1.zip", - "archiveFileName": "Embedded_Type_C_PID-1.0.1.zip", - "size": 101266, - "checksum": "SHA-256:63cae06aaa92b9c2af54583c2897ca41641d09aab3179193c1ab7b4fae1fc836" + "repository": "https://github.com/nthnn/TCS3200.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/TCS3200_Sensor-0.0.1.zip", + "archiveFileName": "TCS3200_Sensor-0.0.1.zip", + "size": 2104568, + "checksum": "SHA-256:b7c789a0ed4d776788471a3f8e67e086a0cac7cfb466f48842614033d0af7c20" }, { - "name": "Embedded Type-C PID", - "version": "1.0.2", - "author": "Abderraouf Adjal", - "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", - "sentence": "PID controller (Type-C) with a flexible API and errors handling.", - "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", - "website": "https://github.com/abderraouf-adjal/Embedded-PID", - "category": "Signal Input/Output", + "name": "detaBaseESP8266", + "version": "1.1.6", + "author": "Hamza Yesilmen \u003cresmiyslmn@gmail.com\u003e", + "maintainer": "Hamza Yesilmen \u003cresmiyslmn@gmail.com\u003e", + "sentence": "Makes working with deta.space Base easy on esp8266", + "paragraph": "Simple request structure", + "website": "https://github.com/HamzaYslmn/detaBaseESP8266", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "repository": "https://github.com/HamzaYslmn/detaBaseESP8266.git", + "url": "https://downloads.arduino.cc/libraries/github.com/HamzaYslmn/detaBaseESP8266-1.1.6.zip", + "archiveFileName": "detaBaseESP8266-1.1.6.zip", + "size": 29246, + "checksum": "SHA-256:e242ea03c66ca85f35ed986fae7c83d1de7df951a46ca7c94a3076eb8318b922" + }, + { + "name": "ucPack", + "version": "0.1.0", + "author": "Giovanni di Dio Bruno", + "maintainer": "Giovanni di Dio Bruno\u003cgiovannididio.bruno@gmail.com\u003e", + "sentence": "Unified C++ Packetizer", + "paragraph": "Packetize data for serial communcation", + "website": "https://github.com/gbr1/ucPack", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gbr1/ucPack.git", "providesIncludes": [ - "pid.h" + "ucPack.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.2.zip", - "archiveFileName": "Embedded_Type_C_PID-1.0.2.zip", - "size": 103488, - "checksum": "SHA-256:dbf65f6e39c72dc682f9002b1ca982d489736ecc4c2938163e4c8b71c60c957d" + "url": "https://downloads.arduino.cc/libraries/github.com/gbr1/ucPack-0.1.0.zip", + "archiveFileName": "ucPack-0.1.0.zip", + "size": 10209, + "checksum": "SHA-256:ce540c89635b34a8cf90ef311d3b6f2c4f86c8af40ddbfc5d656e15af00d82e7" }, { - "name": "Embedded Type-C PID", - "version": "1.0.3", - "author": "Abderraouf Adjal", - "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", - "sentence": "PID controller (Type-C) with a flexible API and errors handling.", - "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", - "website": "https://github.com/abderraouf-adjal/Embedded-PID", - "category": "Signal Input/Output", - "architectures": [ - "*" - ], + "name": "ucPack", + "version": "0.1.1", + "author": "Giovanni di Dio Bruno", + "maintainer": "Giovanni di Dio Bruno\u003cgiovannididio.bruno@gmail.com\u003e", + "sentence": "Unified C++ Packetizer", + "paragraph": "Packetize data for serial communcation", + "website": "https://github.com/gbr1/ucPack", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "repository": "https://github.com/gbr1/ucPack.git", "providesIncludes": [ - "pid.h" + "ucPack.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.0.3.zip", - "archiveFileName": "Embedded_Type_C_PID-1.0.3.zip", - "size": 103723, - "checksum": "SHA-256:fd42553a3ed116c79d623ce38bc52e84e3cd1d8d047c279480504fdd63373f2b" + "url": "https://downloads.arduino.cc/libraries/github.com/gbr1/ucPack-0.1.1.zip", + "archiveFileName": "ucPack-0.1.1.zip", + "size": 11857, + "checksum": "SHA-256:032d09bda5505a7b3606bc8d7be417496090ca4f3e7c83587109820a02ffdbf5" }, { - "name": "Embedded Type-C PID", - "version": "1.1.0", - "author": "Abderraouf Adjal", - "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", - "sentence": "PID controller (Type-C) with a flexible API and errors handling.", - "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cpid.h\u003e for more information.", - "website": "https://github.com/abderraouf-adjal/Embedded-PID", - "category": "Signal Input/Output", - "architectures": [ - "*" - ], + "name": "ucPack", + "version": "0.1.2", + "author": "Giovanni di Dio Bruno", + "maintainer": "Giovanni di Dio Bruno\u003cgiovannididio.bruno@gmail.com\u003e", + "sentence": "Unified C++ Packetizer", + "paragraph": "Packetize data for serial communcation", + "website": "https://github.com/gbr1/ucPack", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "repository": "https://github.com/gbr1/ucPack.git", "providesIncludes": [ - "pid.h" + "ucPack.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.0.zip", - "archiveFileName": "Embedded_Type_C_PID-1.1.0.zip", - "size": 246317, - "checksum": "SHA-256:91384f1447335bb801dc3b49b11f8bfa4dbf76b0b87681163d195c11cf9d1d1b" + "url": "https://downloads.arduino.cc/libraries/github.com/gbr1/ucPack-0.1.2.zip", + "archiveFileName": "ucPack-0.1.2.zip", + "size": 12398, + "checksum": "SHA-256:e8ef165dec2c3ab161a6f2266b1356d2f57942ebb0280eebf6fa58219b09112f" }, { - "name": "Embedded Type-C PID", - "version": "1.1.1", - "author": "Abderraouf Adjal", - "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", - "sentence": "PID controller (Type-C) with a flexible API and errors handling.", - "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cREADME.md\u003e for more information.", - "website": "https://github.com/abderraouf-adjal/Embedded-PID", - "category": "Signal Input/Output", - "architectures": [ - "*" - ], + "name": "ucPack", + "version": "0.1.3", + "author": "Giovanni di Dio Bruno", + "maintainer": "Giovanni di Dio Bruno\u003cgiovannididio.bruno@gmail.com\u003e", + "sentence": "Unified C++ Packetizer", + "paragraph": "Packetize data for serial communcation", + "website": "https://github.com/gbr1/ucPack", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "repository": "https://github.com/gbr1/ucPack.git", "providesIncludes": [ - "pid.h" + "ucPack.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.1.zip", - "archiveFileName": "Embedded_Type_C_PID-1.1.1.zip", - "size": 246400, - "checksum": "SHA-256:efca453bec1f530d54317d817fe56031022243126d0f7ccdb1cb97c4a7830c88" + "url": "https://downloads.arduino.cc/libraries/github.com/gbr1/ucPack-0.1.3.zip", + "archiveFileName": "ucPack-0.1.3.zip", + "size": 12448, + "checksum": "SHA-256:8a057567576e434d482c2518f5c3f1f26a531253c415c18831b8772d1c75b750" }, { - "name": "Embedded Type-C PID", - "version": "1.1.2", - "author": "Abderraouf Adjal", - "maintainer": "Abderraouf Adjal \u003cabderraouf.adjal@gmail.com\u003e", - "sentence": "PID controller (Type-C) with a flexible API and errors handling.", - "paragraph": "Implementation of Type-C PID controller (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control backed with errors and exceptions handling. See \u003cREADME.md\u003e for more information.", - "website": "https://github.com/abderraouf-adjal/Embedded-PID", - "category": "Signal Input/Output", - "architectures": [ - "*" - ], + "name": "ucPack", + "version": "0.1.4", + "author": "Giovanni di Dio Bruno", + "maintainer": "Giovanni di Dio Bruno\u003cgiovannididio.bruno@gmail.com\u003e", + "sentence": "Unified C++ Packetizer", + "paragraph": "Packetize data for serial communcation", + "website": "https://github.com/gbr1/ucPack", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/abderraouf-adjal/Embedded-PID.git", + "repository": "https://github.com/gbr1/ucPack.git", "providesIncludes": [ - "pid.h" + "ucPack.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/abderraouf-adjal/Embedded_Type_C_PID-1.1.2.zip", - "archiveFileName": "Embedded_Type_C_PID-1.1.2.zip", - "size": 246435, - "checksum": "SHA-256:868c6326d9d6ca706f945220fdf5a9508681597fed11d9d9677fc194f961374d" + "url": "https://downloads.arduino.cc/libraries/github.com/gbr1/ucPack-0.1.4.zip", + "archiveFileName": "ucPack-0.1.4.zip", + "size": 12565, + "checksum": "SHA-256:46500afad94a3ca456b6c778d00e9c2405dd9b4add1f70d88112bf8f9524986b" }, { - "name": "RoboCore - MMA8452Q", + "name": "HDC302x", "version": "1.0.0", - "author": "RoboCore Tecnologia (suporte@robocore.net)", - "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", - "sentence": "Library for the MMA8452Q 3-axis accelerometer.", - "paragraph": "Use the MMA8452Q to read the acceleration in 3 axis, for freefall and motion detection, among other features.", - "website": "https://github.com/RoboCore/RoboCore_MMA8452Q", + "author": "Sander Schinkelshoek", + "maintainer": "Sander Schinkelshoek", + "sentence": "TI HDC3020, HDC3021 and HDC3022 Temperature/Humidity sensors", + "paragraph": "HDC302x is an integrated capacitive based relative humidity (RH) and temperature sensor (HDC3020, HDC3021 and HDC3022)", + "website": "https://github.com/SndrSchnklshk/HDC302x", "category": "Sensors", "architectures": [ "*" @@ -349833,1310 +813258,1248 @@ "types": [ "Contributed" ], - "repository": "https://github.com/RoboCore/RoboCore_MMA8452Q.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___MMA8452Q-1.0.0.zip", - "archiveFileName": "RoboCore___MMA8452Q-1.0.0.zip", - "size": 11232, - "checksum": "SHA-256:912f52d3a6d71dbd1c859deaf823c793f9804ad22ef66fc456cad4be9dc8e3e4" + "repository": "https://github.com/SndrSchnklshk/HDC302x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SndrSchnklshk/HDC302x-1.0.0.zip", + "archiveFileName": "HDC302x-1.0.0.zip", + "size": 6076, + "checksum": "SHA-256:69653303c28a9fe4f212128e2feb3111195b2a28b67fc7d28cbe2a165f4b7ae1" }, { - "name": "RoboCore - SMW_SX1276M0", - "version": "1.0.0", - "author": "RoboCore Tecnologia (suporte@robocore.net)", - "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", - "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (\u003chttps://www.robocore.net/loja/produtos/1239\u003e)", - "paragraph": "Use the LoRaWAN Bee to make your IoT project.", - "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", - "category": "Communication", + "name": "TMP6x", + "version": "1.0.1", + "author": "Sander Schinkelshoek", + "maintainer": "Sander Schinkelshoek", + "sentence": "Library for the TI linear thermistors (TMP61, TMP63 and TMP64) using your own Analog Digital Converter (ADC).", + "paragraph": "The TMP6x linear thermistors offer linearity and consistent sensitivity across temperature to enable simple and accurate methods for temperature conversion. The low power consumption and a small thermal mass of the device minimize the impact of self-heating.", + "website": "https://github.com/SndrSchnklshk/TMP6x", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.0.0.zip", - "archiveFileName": "RoboCore___SMW_SX1276M0-1.0.0.zip", - "size": 39122, - "checksum": "SHA-256:c88c533bc3b0191910342ea77d5ea420d369048fca99dd5586324171a820ab56" + "repository": "https://github.com/SndrSchnklshk/TMP6x.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SndrSchnklshk/TMP6x-1.0.1.zip", + "archiveFileName": "TMP6x-1.0.1.zip", + "size": 25786, + "checksum": "SHA-256:2e66157392a8d36965c82856e3827cd1694fc02f2ca238e7be3ca08b8325e626" }, { - "name": "RoboCore - SMW_SX1276M0", - "version": "1.0.1", - "author": "RoboCore Tecnologia (suporte@robocore.net)", - "maintainer": "RoboCore Tecnologia (suporte@robocore.net)", - "sentence": "Library for the LoRaWAN SMW_SX1276M0 module (https://www.robocore.net/loja/produtos/1239)", - "paragraph": "Use the LoRaWAN Bee to make your IoT project.", - "website": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0", - "category": "Communication", + "name": "Proyectil MedeaWiz", + "version": "1.0.0", + "author": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "maintainer": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "sentence": "A library for Sprite serial control", + "paragraph": "Play high definition video files from the SD card.", + "website": "https://github.com/misaproyectil/Sprite_Serial_Control", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RoboCore/RoboCore_SMW-SX1276M0.git", - "url": "https://downloads.arduino.cc/libraries/github.com/RoboCore/RoboCore___SMW_SX1276M0-1.0.1.zip", - "archiveFileName": "RoboCore___SMW_SX1276M0-1.0.1.zip", - "size": 39166, - "checksum": "SHA-256:dd896dba8460b01a8d56f2509fda7df162b339c5b753ae48c2dec979af641fc0" + "repository": "https://github.com/misaproyectil/Sprite_Serial_Control.git", + "providesIncludes": [ + "medeaWiz.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/misaproyectil/Proyectil_MedeaWiz-1.0.0.zip", + "archiveFileName": "Proyectil_MedeaWiz-1.0.0.zip", + "size": 1407417, + "checksum": "SHA-256:02235781512216fa7355dd011497a4d584335bb13bde8cac700cac4d2e2698b4" }, { - "name": "MySQL_MariaDB_Generic", + "name": "Proyectil digitalIO", "version": "1.0.0", - "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", - "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", - "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", - "category": "Communication", + "author": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "maintainer": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "sentence": "Biblioteca Para manejar entradas y salidas digitales, Proyectil Mx", + "paragraph": "Manejo de Pines digitales y buzzer", + "website": "https://github.com/misaproyectil/digitalIO", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.0.zip", - "archiveFileName": "MySQL_MariaDB_Generic-1.0.0.zip", - "size": 1214793, - "checksum": "SHA-256:a9ef823bd45261151628353afe481174ae4785f50af44f40f43de5e52f148409" + "repository": "https://github.com/misaproyectil/digitalIO.git", + "providesIncludes": [ + "digitalIO.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/misaproyectil/Proyectil_digitalIO-1.0.0.zip", + "archiveFileName": "Proyectil_digitalIO-1.0.0.zip", + "size": 7182, + "checksum": "SHA-256:5252002ae4732076553e92b74b5c3ba0462d4b3170e09ad7193f15a653d8396c" }, { - "name": "MySQL_MariaDB_Generic", - "version": "1.0.1", - "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", - "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", - "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", - "category": "Communication", + "name": "Proyectil GD3300", + "version": "1.0.0", + "author": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "maintainer": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "sentence": "A library for Serial MP3 Player board (GD3300 / GD3200AB chip).", + "paragraph": "Play mp3 files from the SD card.", + "website": "https://github.com/misaproyectil/GD3300", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.1.zip", - "archiveFileName": "MySQL_MariaDB_Generic-1.0.1.zip", - "size": 1217093, - "checksum": "SHA-256:6933b21fa9bf5a2f00dae9a28e7a8c00f38a8151a339b9fd987d045cbc3fb3dc" + "repository": "https://github.com/misaproyectil/GD3300.git", + "providesIncludes": [ + "GD3300.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/misaproyectil/Proyectil_GD3300-1.0.0.zip", + "archiveFileName": "Proyectil_GD3300-1.0.0.zip", + "size": 864703, + "checksum": "SHA-256:6c6f57866bb6714e229d3d5778023b74fa14146f27fc9c026fe754f57114147a" }, { - "name": "MySQL_MariaDB_Generic", + "name": "Proyectil GD3300", "version": "1.0.2", - "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 /ENC28J60 / LAN8742A Ethernet, WiFiNINA or ESP8266/ESP32-AT-command modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library.", - "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", - "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", - "category": "Communication", + "author": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "maintainer": "Misael Reyes \u003cmisael@proyectil.com\u003e", + "sentence": "A library for Serial MP3 Player board (GD3300 / GD3200AB chip).", + "paragraph": "Play mp3 files from the SD card.", + "website": "https://github.com/misaproyectil/GD3300", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.2.zip", - "archiveFileName": "MySQL_MariaDB_Generic-1.0.2.zip", - "size": 1231071, - "checksum": "SHA-256:16f9b1faec762b079ce0687d537ed7b521c9fcada0c4cf9ec4b8cbeda5320f46" + "repository": "https://github.com/misaproyectil/GD3300.git", + "providesIncludes": [ + "GD3300.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/misaproyectil/Proyectil_GD3300-1.0.2.zip", + "archiveFileName": "Proyectil_GD3300-1.0.2.zip", + "size": 864427, + "checksum": "SHA-256:0c7e67f0c88dd1f177da365f2b96da44e53384e1397a624be6ff378b61de03e1" }, { - "name": "MySQL_MariaDB_Generic", - "version": "1.0.3", - "author": "Dr. Charles Bell \u003cchuck.bell@oracle.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "sentence": "Connects to MySQL or MariaDB using ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, etc. board with W5x00 or ENC28J60 Ethernet or WiFiNINA modules/shields. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library", - "paragraph": "You can use this library to connect your Arduino project directly to a MySQL / MariaDB server without using an intermediate computer or a web-based or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server. This also means you can setup your own, local MySQL / MariaDB server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL / MariaDB server via your network, Internet, or even in the cloud!", - "website": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", - "category": "Communication", + "name": "SparkFun BNO08x Cortex Based IMU", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085/BNO086", + "paragraph": "An Arduino Library for the BNO08x IMU. The BNO08x IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO080 Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/14586", + "website": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/MySQL_MariaDB_Generic.git", - "dependencies": [ - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetLarge" - }, - { - "name": "Ethernet2" - }, - { - "name": "Ethernet3" - }, - { - "name": "EthernetENC" - }, - { - "name": "UIPEthernet" - }, - { - "name": "WiFiEspAT" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/MySQL_MariaDB_Generic-1.0.3.zip", - "archiveFileName": "MySQL_MariaDB_Generic-1.0.3.zip", - "size": 1316271, - "checksum": "SHA-256:03bbca747b8ec03d3906699042004602c582e8752693806ed7901172a66f4924" + "repository": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO08x_Cortex_Based_IMU-1.0.0.zip", + "archiveFileName": "SparkFun_BNO08x_Cortex_Based_IMU-1.0.0.zip", + "size": 107995, + "checksum": "SHA-256:7257b8e3d3d54f674d95fac8732432b161132e24bf58d99fa50ddc33320f39f0" }, { - "name": "DigitLed72xx", - "version": "0.0.2", - "author": "Dariomas", - "maintainer": "Dariomas", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained drivers as 7-Segment displays.", - "website": "https://github.com/dariomas/DigitLed72xx", - "category": "Display", + "name": "SparkFun BNO08x Cortex Based IMU", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085/BNO086", + "paragraph": "An Arduino Library for the BNO08x IMU. The BNO08x IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO08x Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/22857", + "website": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dariomas/DigitLed72xx.git", - "providesIncludes": [ - "DigitLed72xx.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.2.zip", - "archiveFileName": "DigitLed72xx-0.0.2.zip", - "size": 9958, - "checksum": "SHA-256:47ea4a09830aba1f4e5e145bb651b767c32400bf0deaa0e5f8691fb01b8f87e9" + "repository": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO08x_Cortex_Based_IMU-1.0.1.zip", + "archiveFileName": "SparkFun_BNO08x_Cortex_Based_IMU-1.0.1.zip", + "size": 108173, + "checksum": "SHA-256:0fd81999691f2ae194bd2ad7828459817bca9176a76df33362e2cad6f1a21b18" }, { - "name": "DigitLed72xx", - "version": "0.0.3", - "author": "Dariomas", - "maintainer": "Dariomas", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", - "website": "https://github.com/dariomas/DigitLed72xx", - "category": "Display", + "name": "SparkFun BNO08x Cortex Based IMU", + "version": "1.0.2", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085/BNO086", + "paragraph": "An Arduino Library for the BNO08x IMU. The BNO08x IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO08x Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/22857", + "website": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dariomas/DigitLed72xx.git", - "providesIncludes": [ - "DigitLed72xx.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.3.zip", - "archiveFileName": "DigitLed72xx-0.0.3.zip", - "size": 10499, - "checksum": "SHA-256:3ecb539db5f3116e6aea7b30de5ebaa60212abf2f9dd71545cf910907599aef7" + "repository": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO08x_Cortex_Based_IMU-1.0.2.zip", + "archiveFileName": "SparkFun_BNO08x_Cortex_Based_IMU-1.0.2.zip", + "size": 108326, + "checksum": "SHA-256:984ea46dfb4a9aae5dd70b119089dc53183ca11aa80692ce414751ed9744636d" }, { - "name": "DigitLed72xx", - "version": "0.0.4", - "author": "Dariomas", - "maintainer": "Dariomas", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", - "website": "https://github.com/dariomas/DigitLed72xx", - "category": "Display", + "name": "SparkFun BNO08x Cortex Based IMU", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085/BNO086", + "paragraph": "An Arduino Library for the BNO08x IMU. The BNO08x IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO08x Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/22857", + "website": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dariomas/DigitLed72xx.git", - "providesIncludes": [ - "DigitLed72xx.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.4.zip", - "archiveFileName": "DigitLed72xx-0.0.4.zip", - "size": 10550, - "checksum": "SHA-256:2936056506a9a700005be83582b88995b268f0ebddeaaa05b01027d72b28d2f2" + "repository": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO08x_Cortex_Based_IMU-1.0.3.zip", + "archiveFileName": "SparkFun_BNO08x_Cortex_Based_IMU-1.0.3.zip", + "size": 117209, + "checksum": "SHA-256:5252d8f7e1b0f8982b6aa1f7b4cdf0c092188af61e9a9fee73d9600dab01beb3" }, { - "name": "DigitLed72xx", - "version": "0.0.5", - "author": "Dariomas", - "maintainer": "Dariomas", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", - "website": "https://github.com/dariomas/DigitLed72xx", - "category": "Display", + "name": "SparkFun BNO08x Cortex Based IMU", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085/BNO086", + "paragraph": "An Arduino Library for the BNO08x IMU. The BNO08x IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO08x Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/22857", + "website": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dariomas/DigitLed72xx.git", - "providesIncludes": [ - "DigitLed72xx.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.5.zip", - "archiveFileName": "DigitLed72xx-0.0.5.zip", - "size": 10594, - "checksum": "SHA-256:343271e255fd113937e172cf235681dda30c5514b02a1782d5d13ac560f71057" + "repository": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO08x_Cortex_Based_IMU-1.0.4.zip", + "archiveFileName": "SparkFun_BNO08x_Cortex_Based_IMU-1.0.4.zip", + "size": 117464, + "checksum": "SHA-256:62a8146f4eedb0f7b253cee1ba102ca331c2c1102d2d8fce4f44b16764b2ff6d" }, { - "name": "DigitLed72xx", - "version": "0.0.6", - "author": "Dariomas", - "maintainer": "Dariomas", - "sentence": "A library for the MAX7219 and the MAX7221 Led display drivers.", - "paragraph": "The library supports multiple daisychained MAX7219/7221 drivers as 7-Segment displays using hardware SPI.", - "website": "https://github.com/dariomas/DigitLed72xx", - "category": "Display", + "name": "SparkFun BNO08x Cortex Based IMU", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for the SparkFun Qwiic VR IMU - BNO080/BNO085/BNO086", + "paragraph": "An Arduino Library for the BNO08x IMU. The BNO08x IMU has a combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms. This enables the BNO08x Inertial Measurement Unit (IMU) to produce accurate rotation vector headings with an error of 5 degrees or less. It's what we've been waiting for: all the sensor data is combined into meaningful, accurate IMU information. Available at: https://www.sparkfun.com/products/22857", + "website": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dariomas/DigitLed72xx.git", - "providesIncludes": [ - "DigitLed72xx.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/dariomas/DigitLed72xx-0.0.6.zip", - "archiveFileName": "DigitLed72xx-0.0.6.zip", - "size": 10476, - "checksum": "SHA-256:fe2bf1f6815283403223a6251539f28fa37f0e82a18ad178725101cb981e3e71" + "repository": "https://github.com/sparkfun/SparkFun_BNO08x_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_BNO08x_Cortex_Based_IMU-1.0.5.zip", + "archiveFileName": "SparkFun_BNO08x_Cortex_Based_IMU-1.0.5.zip", + "size": 124036, + "checksum": "SHA-256:e063c205ec565e7da653e1e2f067653e06811bde56fc9d3a99356a36c1eb399e" }, { - "name": "SimpleMotionV2-Arduino", + "name": "Bonezegei_SoftSerial", "version": "1.0.0", - "author": "Vladimír Záhradník, vladimir.zahradnik@jsce.cz", - "maintainer": "Vladimír Záhradník, vladimir.zahradnik@jsce.cz", - "license": "Apache-2.0", - "sentence": "An Arduino library for controlling SimpleMotion IONI/ARGON drives from Granite Devices.", - "paragraph": "This is an Arduino port of the SimpleMotionV2 library to control drives like IONI over RS485.", - "website": "https://github.com/JSC-electronics/SimpleMotionV2-Arduino", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Software Serial Beta", + "paragraph": "Simple Software Serial Ideal use for ESP32", + "website": "https://github.com/bonezegei/Bonezegei_SoftSerial", "category": "Communication", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/SimpleMotionV2-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleMotionV2_Arduino-1.0.0.zip", - "archiveFileName": "SimpleMotionV2_Arduino-1.0.0.zip", - "size": 1676486, - "checksum": "SHA-256:f71b37bfb3fe6200877e9faa70fb2b654435f8360fc78239203593e691d9e851" + "repository": "https://github.com/bonezegei/Bonezegei_SoftSerial.git", + "providesIncludes": [ + "Bonezegei_SoftSerial.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_SoftSerial-1.0.0.zip", + "archiveFileName": "Bonezegei_SoftSerial-1.0.0.zip", + "size": 15804, + "checksum": "SHA-256:449ffe191b3de86fbfa8b5a1611741bae02b34e0055928e049dff5a6f9492f85" }, { - "name": "MT8870", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library for MT8870 DTMF decoder", - "website": "https://github.com/RobTillaart/MT8870", - "category": "Sensors", + "name": "Bonezegei_SoftSerial", + "version": "1.0.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Software Serial Beta", + "paragraph": "Simple Software Serial Ideal use for ESP32", + "website": "https://github.com/bonezegei/Bonezegei_SoftSerial", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/MT8870.git", + "repository": "https://github.com/bonezegei/Bonezegei_SoftSerial.git", "providesIncludes": [ - "MT8870.h" + "Bonezegei_SoftSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MT8870-0.1.1.zip", - "archiveFileName": "MT8870-0.1.1.zip", - "size": 5267, - "checksum": "SHA-256:4ef3ffebe257cad8899f307f00b2f1f1a0370c670464e2711dd2a75a69edf41f" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_SoftSerial-1.0.1.zip", + "archiveFileName": "Bonezegei_SoftSerial-1.0.1.zip", + "size": 15845, + "checksum": "SHA-256:e7a82b0db4dc9b05b0d9c0255fa2fffbf5b2e5653db9772550a737caa256ee91" }, { - "name": "Kaa IoT Platform", - "version": "0.1.0", - "author": "KaaIoT Team", - "maintainer": "KaaIoT \u003ckaaproject.org\u003e", - "sentence": "All in one library to communicate with Kaa IoT Platform", - "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON. Tested with ESP8266 in current version.", - "website": "https://github.com/kaaproject/kaa-arduino-sdk", - "category": "Other", + "name": "Bonezegei_SoftSerial", + "version": "1.0.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Software Serial Beta", + "paragraph": "Simple Software Serial Ideal use for ESP32", + "website": "https://github.com/bonezegei/Bonezegei_SoftSerial", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", - "dependencies": [ - { - "name": "PubSubClient" - }, - { - "name": "ArduinoJson" - } + "repository": "https://github.com/bonezegei/Bonezegei_SoftSerial.git", + "providesIncludes": [ + "Bonezegei_SoftSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.0.zip", - "archiveFileName": "Kaa_IoT_Platform-0.1.0.zip", - "size": 5707, - "checksum": "SHA-256:0c40e446bb518dc2dffa28ae19d7d9979220e7deaadf75ce4a9bd94099d15622" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_SoftSerial-1.0.2.zip", + "archiveFileName": "Bonezegei_SoftSerial-1.0.2.zip", + "size": 16905, + "checksum": "SHA-256:7dacc7b3b2d043f7fb0e6a880f867d3b94dad89dbacf2a6ef15293d895e1d60f" }, { - "name": "Kaa IoT Platform", - "version": "0.1.1", - "author": "KaaIoT Team", - "maintainer": "KaaIoT \u003ckaaproject.org\u003e", - "sentence": "All in one library to communicate with Kaa IoT Platform", - "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON. Tested with ESP8266 in current version.", - "website": "https://github.com/kaaproject/kaa-arduino-sdk", - "category": "Other", + "name": "Bonezegei_SoftSerial", + "version": "1.0.3", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Software Serial Beta", + "paragraph": "Simple Software Serial Ideal use for ESP32", + "website": "https://github.com/bonezegei/Bonezegei_SoftSerial", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", - "dependencies": [ - { - "name": "PubSubClient" - }, - { - "name": "ArduinoJson" - } + "repository": "https://github.com/bonezegei/Bonezegei_SoftSerial.git", + "providesIncludes": [ + "Bonezegei_SoftSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.1.zip", - "archiveFileName": "Kaa_IoT_Platform-0.1.1.zip", - "size": 8674, - "checksum": "SHA-256:c017a91fa6a838c31bf6c9b10181a2fceeb4fb331b374f111317fb8671cf461b" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_SoftSerial-1.0.3.zip", + "archiveFileName": "Bonezegei_SoftSerial-1.0.3.zip", + "size": 17684, + "checksum": "SHA-256:c70fc6af8e43b1a4a3a31d5e6e6c4e62d7a89849d5532e3e609d26db2aedc078" }, { - "name": "Kaa IoT Platform", - "version": "0.1.3", - "author": "KaaIoT Team", - "maintainer": "KaaIoT \u003ckaaproject.org\u003e", - "sentence": "All in one library to communicate with Kaa IoT Platform", - "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", - "website": "https://github.com/kaaproject/kaa-arduino-sdk", - "category": "Other", + "name": "ReefwingPWM", + "version": "1.0.0", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/Reefwing-Software/Reefwing-PWM.git", + "category": "Device Control", "architectures": [ - "*" + "AVR" ], "types": [ "Contributed" ], - "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", - "dependencies": [ - { - "name": "PubSubClient" - }, - { - "name": "ArduinoJson" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingPWM-1.0.0.zip", + "archiveFileName": "ReefwingPWM-1.0.0.zip", + "size": 19126, + "checksum": "SHA-256:2e31a5cccf4bc06f084e70a85a695827de65ccf72d85c62d6b28732c164988fc" + }, + { + "name": "ReefwingPWM", + "version": "1.0.1", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/Reefwing-Software/Reefwing-PWM.git", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.3.zip", - "archiveFileName": "Kaa_IoT_Platform-0.1.3.zip", - "size": 8917, - "checksum": "SHA-256:f130dfc8428440e9cb7d15a4c718e5b38e717b688e37d89248b7cda78b6973e1" + "repository": "https://github.com/Reefwing-Software/Reefwing-PWM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingPWM-1.0.1.zip", + "archiveFileName": "ReefwingPWM-1.0.1.zip", + "size": 19116, + "checksum": "SHA-256:c23cdad52492589285cdcafc0ae690ee03a7ccb50f50db392f84f70f7f47214c" }, { - "name": "Kaa IoT Platform", - "version": "0.1.4", - "author": "KaaIoT Team", - "maintainer": "KaaIoT \u003ckaaproject.org\u003e", - "sentence": "All in one library to communicate with Kaa IoT Platform", - "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", - "website": "https://github.com/kaaproject/kaa-arduino-sdk", - "category": "Other", + "name": "ReefwingPWM", + "version": "1.0.2", + "author": "David Such \u003cdsuch@reefwing.com.au\u003e", + "maintainer": "David Such \u003cdsuch@reefwing.com.au\u003e", + "license": "LGPL-2.1", + "sentence": "PWM on arbitrary pins", + "paragraph": "Using the AVR Timer1 or Timer2 interrupt, implement PWM for any arbitrary pins", + "website": "https://github.com/Reefwing-Software/Reefwing-PWM.git", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", - "dependencies": [ - { - "name": "PubSubClient" - }, - { - "name": "ArduinoJson" - } + "repository": "https://github.com/Reefwing-Software/Reefwing-PWM.git", + "providesIncludes": [ + "ReefwingPWM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.4.zip", - "archiveFileName": "Kaa_IoT_Platform-0.1.4.zip", - "size": 14790, - "checksum": "SHA-256:c000e24742df7e1b29b0a45e6f44fae2ce925a59e54d042dbde6c959c15d0a3a" + "url": "https://downloads.arduino.cc/libraries/github.com/Reefwing-Software/ReefwingPWM-1.0.2.zip", + "archiveFileName": "ReefwingPWM-1.0.2.zip", + "size": 19212, + "checksum": "SHA-256:0b62a14e2491aaa96199018029cbc331a14518d1b5a26ad0cfbaa4617b9cc33e" }, { - "name": "Kaa IoT Platform", - "version": "0.1.5", - "author": "KaaIoT Team", - "maintainer": "KaaIoT \u003ckaaproject.org\u003e", - "sentence": "All in one library to communicate with Kaa IoT Platform", - "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", - "website": "https://github.com/kaaproject/kaa-arduino-sdk", - "category": "Other", + "name": "ScioSense_ENS21x", + "version": "1.1.0", + "author": "Sciosense", + "maintainer": "Sciosense \u003cinfo@sciosense.com\u003e", + "sentence": "Arduino library for ENS21x digital temperature \u0026 humidity sensors with I2C interface from ScioSense", + "paragraph": "This library controls ENS21x sensors. The main feature of this library is performing a single shot measurement, retrieving the measurement data.", + "website": "https://github.com/sciosense/ENS21x_driver/", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", - "dependencies": [ - { - "name": "PubSubClient" - }, - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.5.zip", - "archiveFileName": "Kaa_IoT_Platform-0.1.5.zip", - "size": 13001, - "checksum": "SHA-256:ce5303b1660485356831d13bbb4fd413022dae0477c2e4fd87a11c0b483180a5" + "repository": "https://github.com/sciosense/ens21x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sciosense/ScioSense_ENS21x-1.1.0.zip", + "archiveFileName": "ScioSense_ENS21x-1.1.0.zip", + "size": 15690, + "checksum": "SHA-256:665ab18d28e15d3e3a4246ad566cbc194083697a7834bde8ad960a682802586b" }, { - "name": "Kaa IoT Platform", - "version": "0.1.6", - "author": "KaaIoT Team", - "maintainer": "KaaIoT \u003ckaaproject.org\u003e", - "sentence": "All in one library to communicate with Kaa IoT Platform", - "paragraph": "All in one library to communicate with Kaa IoT Platform. Requires PubSubClient and ArduinoJSON.", - "website": "https://github.com/kaaproject/kaa-arduino-sdk", - "category": "Other", + "name": "ScioSense_ENS21x", + "version": "1.2.0", + "author": "ScioSense", + "maintainer": "ScioSense \u003cinfo@sciosense.com\u003e", + "sentence": "Arduino library for ENS21x digital temperature \u0026 humidity sensors with I2C interface from ScioSense", + "paragraph": "This library controls ENS21x sensors. The main feature of this library is performing a single shot measurement, retrieving the measurement data.", + "website": "https://github.com/sciosense/ens21x-arduino", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/kaaproject/kaa-arduino-sdk.git", - "dependencies": [ - { - "name": "PubSubClient" - }, - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/kaaproject/Kaa_IoT_Platform-0.1.6.zip", - "archiveFileName": "Kaa_IoT_Platform-0.1.6.zip", - "size": 19347, - "checksum": "SHA-256:d5581ef0db99c9fd7c3571b41f1372719e0ab27272744e51b900b2d6999dda99" + "repository": "https://github.com/sciosense/ens21x-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sciosense/ScioSense_ENS21x-1.2.0.zip", + "archiveFileName": "ScioSense_ENS21x-1.2.0.zip", + "size": 169992, + "checksum": "SHA-256:89bbf03c96599b08501ef7eecc66d35b859f965c3e2b5d03e6d0a918b2bdbfa0" }, { - "name": "OneTime-BH1750", + "name": "mpbToSwitch", "version": "1.0.0", - "author": "Jochem van Kranenburg", - "maintainer": "Jochem van Kranenburg \u003cjochemvankranenburg@gmail.com\u003e", - "sentence": "A library that makes using a BH1750 easy and lightweight.", - "paragraph": "Optimised for a small memory footprint and power efficiency.", - "website": "https://github.com/JVKran/OneTime-BH1750", - "category": "Sensors", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using momentary push buttons and this library to replace the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button.", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/JVKran/OneTime-BH1750.git", - "providesIncludes": [ - "BH1750.h" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-1.0.0.zip", + "archiveFileName": "mpbToSwitch-1.0.0.zip", + "size": 97815, + "checksum": "SHA-256:ecb673875f15e6d46485987feb92e41c4dd0273f62c1bc353ea8588937ebe25a" + }, + { + "name": "mpbToSwitch", + "version": "1.0.1", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using momentary push buttons and this library to replace the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button.", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", + "architectures": [ + "esp32" ], - "dependencies": [ - { - "name": "Wire" - }, - { - "name": "TinyWireM" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JVKran/OneTime_BH1750-1.0.0.zip", - "archiveFileName": "OneTime_BH1750-1.0.0.zip", - "size": 8535, - "checksum": "SHA-256:843a952b08c487a4213907eae4e058efbf26332bc071310fa58b5dc4c58e5d0c" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-1.0.1.zip", + "archiveFileName": "mpbToSwitch-1.0.1.zip", + "size": 102647, + "checksum": "SHA-256:99b45f97a4f946633f35c6584c9f6f4d74b7e999cf718df7badcafe5bb4d9578" }, { - "name": "Finite-State-Machine-Arduino", - "version": "1.0.4", - "author": "Arekushi", - "maintainer": "Arekushi \u003calex.ferreiradelima64@gmail.com\u003e", - "sentence": "With that we can create proper states for objects.", - "paragraph": "This is a state machine model, object oriented applied in C++ to be used in line tracking carts - Arduino UNO.", - "website": "https://github.com/Arekushi/Finite-State-Machine-Arduino", - "category": "Uncategorized", + "name": "mpbToSwitch", + "version": "1.0.2", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using momentary push buttons and this library to replace the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button.", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Arekushi/Finite-State-Machine-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Arekushi/Finite_State_Machine_Arduino-1.0.4.zip", - "archiveFileName": "Finite_State_Machine_Arduino-1.0.4.zip", - "size": 254450, - "checksum": "SHA-256:7f143725d6d5664f7897c05524750e6703cd5670a8995fcc2a749b06134085ae" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-1.0.2.zip", + "archiveFileName": "mpbToSwitch-1.0.2.zip", + "size": 103248, + "checksum": "SHA-256:3ead3a5825d35606a12cdf0c154d47ae2b88561d43e68446aeff0450a659ac20" }, { - "name": "ESPWebDAV", + "name": "mpbToSwitch", "version": "2.0.0", - "author": "ardyesp", - "maintainer": "d-a-v", - "sentence": "WebDav server compatible with linux, macOS, windows.", - "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", - "website": "https://github.com/d-a-v/ESPWebDAV", - "category": "Data Storage", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using simple momentary push buttons and this library to simulate the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button.", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/d-a-v/ESPWebDAV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.0.0.zip", - "archiveFileName": "ESPWebDAV-2.0.0.zip", - "size": 28978, - "checksum": "SHA-256:3df91802c62e67f51774dba0e2b94eeae9bd072513734735f51904e9e34c961c" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-2.0.0.zip", + "archiveFileName": "mpbToSwitch-2.0.0.zip", + "size": 106366, + "checksum": "SHA-256:41e2f0c1e9ca1c73efd84555d22e04a4cde0e1a4cfef56d80b399c2837428eb0" }, { - "name": "ESPWebDAV", - "version": "2.1.2", - "author": "ardyesp", - "maintainer": "d-a-v", - "sentence": "WebDav server compatible with linux, macOS, windows.", - "paragraph": "It allows to share the uC filesystem (SPIFFS, LittleFS or SDFS) through network with native clients, no external tools. Virtual files are also possible.", - "website": "https://github.com/d-a-v/ESPWebDAV", - "category": "Data Storage", + "name": "mpbToSwitch", + "version": "2.1.1", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using simple momentary push buttons and this library to simulate the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button, Staircase Timed Button and more...", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ - "esp8266" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/d-a-v/ESPWebDAV.git", - "url": "https://downloads.arduino.cc/libraries/github.com/d-a-v/ESPWebDAV-2.1.2.zip", - "archiveFileName": "ESPWebDAV-2.1.2.zip", - "size": 30869, - "checksum": "SHA-256:e9de2fadbbb09429c0b0a1cd36c138a8f188657f53813c392eb2d102e7b11ca9" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-2.1.1.zip", + "archiveFileName": "mpbToSwitch-2.1.1.zip", + "size": 107531, + "checksum": "SHA-256:be51a974cf836d5c2e8e2a31a137396790310ab204f08bb89d17a549a1a6c294" }, { - "name": "TinyCBOR", - "version": "0.0.1", - "author": "TOKITA Hiroshi, TinyCBOR Contributors", - "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "Concise Binary Object Representation (CBOR) Library", - "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is industrial strength C/C++ implementation of CBOR by Intel.", - "website": "https://github.com/soburi/tinycbor", - "category": "Other", + "name": "mpbToSwitch", + "version": "2.2.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using simple momentary push buttons and this library to simulate the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button, Staircase Timed Button and more...", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/soburi/tinycbor.git", - "providesIncludes": [ - "tinycbor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.0.1.zip", - "archiveFileName": "TinyCBOR-0.0.1.zip", - "size": 130355, - "checksum": "SHA-256:0e1f0af71d319d0a7fa534d187aa837ec0a9c5e1105c2e34af99907f8817cf1f" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-2.2.0.zip", + "archiveFileName": "mpbToSwitch-2.2.0.zip", + "size": 108898, + "checksum": "SHA-256:d4c0d21acf5f246e203a7c22cbde86692e3e21ab3d5f0162ddf3ce84612f10bb" }, { - "name": "TinyCBOR", - "version": "0.5.3-arduino1", - "author": "TOKITA Hiroshi", - "maintainer": "TOKITA Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "Concise Binary Object Representation (CBOR) Library", - "paragraph": "This is a TinyCBOR library and API for arduino. TinyCBOR is Intel's industrial strength C/C++ implementation of CBOR, as used in the IoTivity framework.", - "website": "https://github.com/soburi/tinycbor", - "category": "Other", + "name": "mpbToSwitch", + "version": "2.3.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using simple momentary push buttons and this library to simulate the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button, Staircase Timed Button and more...", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/soburi/tinycbor.git", - "providesIncludes": [ - "tinycbor.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/TinyCBOR-0.5.3-arduino1.zip", - "archiveFileName": "TinyCBOR-0.5.3-arduino1.zip", - "size": 131649, - "checksum": "SHA-256:f2b15f02a7b3a8f265fcc17096a642acc226e187f7509d82b0cb7130db7365bb" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-2.3.0.zip", + "archiveFileName": "mpbToSwitch-2.3.0.zip", + "size": 117396, + "checksum": "SHA-256:8618b349d222eb2a8309e55a65dd2f4b5fb8a2b625f724906915fc658ecf99fb" }, { - "name": "M5Stack_SimpleBeep", - "version": "1.1.0", - "author": "haratta27", - "maintainer": "haratta27", - "sentence": "Simple Beep for M5Stack", - "paragraph": "Simple Beep for M5Stack", - "website": "http://github.com/haratta27/M5Stack_SimpleBeep", - "category": "Uncategorized", + "name": "mpbToSwitch", + "version": "2.3.1", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using simple momentary push buttons and this library to simulate the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button, Staircase Timed Button and more...", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/haratta27/M5Stack_SimpleBeep.git", - "providesIncludes": [ - "beepSpeaker.h" - ], - "dependencies": [ - { - "name": "M5Stack" - }, - { - "name": "M5Stack_SimpleBeep" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/haratta27/M5Stack_SimpleBeep-1.1.0.zip", - "archiveFileName": "M5Stack_SimpleBeep-1.1.0.zip", - "size": 219759, - "checksum": "SHA-256:02f9314c25b90198a77fbabe070858a16fc5533104712efbd2c10a5610b2c24d" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-2.3.1.zip", + "archiveFileName": "mpbToSwitch-2.3.1.zip", + "size": 121711, + "checksum": "SHA-256:129b30bfe8c408464533e0322379cbb53c8193a2c2c07cd7966507f8b32fc797" }, { - "name": "M5Stack_SimpleBeep", - "version": "1.2.0", - "author": "haratta27", - "maintainer": "haratta27", - "sentence": "Simple Beep for M5Stack.", - "paragraph": "Detail url : http://github.com/haratta27/M5Stack_SimpleBeep", - "website": "http://github.com/haratta27/M5Stack_SimpleBeep", - "category": "Uncategorized", + "name": "mpbToSwitch", + "version": "2.4.0", + "author": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "maintainer": "Gabriel D. Goldman \u003cgdgoldman67@hotmail.com\u003e", + "sentence": "An Arduino-Esp32 library that implements all kind of switches out of simple push buttons (Momentary Buttons)", + "paragraph": "Add any kind of switch to a project by using simple momentary push buttons and this library to simulate the internal mechanism of each of them, starting from a Debounced Push Button and extending to Delayed Start Push Button, Toggle (Latched) Push Button, Time Latched Push Button, External Release Latched Push Button, Staircase Timed Button and more...", + "website": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches", + "category": "Signal Input/Output", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/haratta27/M5Stack_SimpleBeep.git", - "providesIncludes": [ - "SimpleBeep.h" - ], - "dependencies": [ - { - "name": "M5Stack" - }, - { - "name": "M5Stack_SimpleBeep" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/haratta27/M5Stack_SimpleBeep-1.2.0.zip", - "archiveFileName": "M5Stack_SimpleBeep-1.2.0.zip", - "size": 220012, - "checksum": "SHA-256:add04b44c1d06643543350f513a1324374d1b8291ff6c97350966c61bd93cb49" + "repository": "https://github.com/GabyGold67/MomentaryPushButtonsAsSwitches.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GabyGold67/mpbToSwitch-2.4.0.zip", + "archiveFileName": "mpbToSwitch-2.4.0.zip", + "size": 126097, + "checksum": "SHA-256:f4b60f37a981507fb6d0dc441d4c3bfc54fabf771eaf411d6560d836a7a936d5" }, { - "name": "PCA9685 16-Channel PWM Driver Module Library", - "version": "1.2.14", - "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e, Vitska, Kasper Skårhøj \u003ckasperskaarhoj@gmail.com\u003e", - "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "sentence": "Library to control a PCA9685 16-channel PWM driver module from an Arduino board.", - "paragraph": "This library allows communication with boards running a PCA6985 16-channel PWM driver module. It supports a wide range of available functionality, from setting the output PWM frequecy, allowing multi-device proxy addressing, and provides an assistant class for working with Servos.", - "website": "https://github.com/NachtRaveVL/PCA9685-Arduino", + "name": "Module_GRBL_13.2", + "version": "0.0.3", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack GRBL13.2 MODULE", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Module-GRBL-13.2", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NachtRaveVL/PCA9685-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.14.zip", - "archiveFileName": "PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.14.zip", - "size": 38135, - "checksum": "SHA-256:fc7f610c252b530827a622e3004ad13cc37f1da7bfdde7f294914259ceab2192" + "repository": "https://github.com/m5stack/M5Module-GRBL-13.2.git", + "providesIncludes": [ + "Module_GRBL_13.2.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/Module_GRBL_13_2-0.0.3.zip", + "archiveFileName": "Module_GRBL_13_2-0.0.3.zip", + "size": 8517, + "checksum": "SHA-256:6de8a66f37d5a2ca51f6a0aa9a5e74be2c92a33b924a08e6f25def073f611c25" }, { - "name": "PCA9685 16-Channel PWM Driver Module Library", - "version": "1.2.15", - "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e, Vitska, Kasper Skårhøj \u003ckasperskaarhoj@gmail.com\u003e", - "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "sentence": "Library to control a PCA9685 16-channel PWM driver module from an Arduino board.", - "paragraph": "This library allows communication with boards running a PCA6985 16-channel PWM driver module. It supports a wide range of available functionality, from setting the output PWM frequecy, allowing multi-device proxy addressing, and provides an assistant class for working with Servos.", - "website": "https://github.com/NachtRaveVL/PCA9685-Arduino", + "name": "Module_Stepmotor", + "version": "0.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack MODULE DIRECT STEPMOTOR", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Module-Stepmotor", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NachtRaveVL/PCA9685-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.15.zip", - "archiveFileName": "PCA9685_16_Channel_PWM_Driver_Module_Library-1.2.15.zip", - "size": 363833, - "checksum": "SHA-256:a53c1bedfd220f8359c9de80bd2ef49e8d82e21d28974764d3fee1b7776511d5" + "repository": "https://github.com/m5stack/M5Module-Stepmotor.git", + "providesIncludes": [ + "Module_Stepmotor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/Module_Stepmotor-0.0.1.zip", + "archiveFileName": "Module_Stepmotor-0.0.1.zip", + "size": 6302, + "checksum": "SHA-256:99b7d68d226de9f3b9cadb499be31b7ce2467f4cf1184865be5caba7195a53cf" }, { - "name": "GAMMA", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for the GAMMA function", - "paragraph": "Balances between speed and size, can set the gamma factor runtime.", - "website": "https://github.com/RobTillaart/GAMMA", - "category": "Signal Input/Output", + "name": "Bonezegei_RS485", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "RS485 to UART", + "paragraph": "Simple library for max485 RS485 to UART converter", + "website": "https://github.com/bonezegei/Bonezegei_RS485", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GAMMA.git", + "repository": "https://github.com/bonezegei/Bonezegei_RS485.git", "providesIncludes": [ - "gamma.h" + "Bonezegei_RS485.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.1.0.zip", - "archiveFileName": "GAMMA-0.1.0.zip", - "size": 8633, - "checksum": "SHA-256:1b7ba5a2c6ad12aa7052ba4731723a867de0ef4cf5723623fd79b034c46a9e54" + "dependencies": [ + { + "name": "Bonezegei_SoftSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_RS485-1.0.0.zip", + "archiveFileName": "Bonezegei_RS485-1.0.0.zip", + "size": 16524, + "checksum": "SHA-256:28fcc1b241afaebe841f1ab60f140ddd5c66386f52a9be0342824de27278e8a6" }, { - "name": "GAMMA", - "version": "0.1.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino Library for the GAMMA function", - "paragraph": "Balances between speed and size, can set the gamma factor runtime.", - "website": "https://github.com/RobTillaart/GAMMA", - "category": "Signal Input/Output", + "name": "RemoteSerial", + "version": "0.0.1", + "author": "supercrab", + "maintainer": "supercrab", + "sentence": "A web-based serial monitor for ESP8266 \u0026 ESP32 devices.", + "paragraph": "RemoteSerial is a web-based serial monitor designed for ESP8266 \u0026 ESP32 allowing easy debugging, monitoring and control.", + "website": "https://github.com/supercrab/RemoteSerial", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/GAMMA.git", - "providesIncludes": [ - "gamma.h" + "repository": "https://github.com/supercrab/RemoteSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/supercrab/RemoteSerial-0.0.1.zip", + "archiveFileName": "RemoteSerial-0.0.1.zip", + "size": 100050, + "checksum": "SHA-256:78ff61504877269d37add36e63ce04711fa2fd340c64190422cfd58c08e5fa59" + }, + { + "name": "PS4Controller", + "version": "1.0.1", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Control your ESP32 projects with a PS4 controller!", + "paragraph": "Emulate a PS4 console tricking the PS4 controller into connecting with the ESP32.", + "website": "https://github.com/pablomarquez76/PS4_Controller_Host", + "category": "Communication", + "architectures": [ + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/GAMMA-0.1.1.zip", - "archiveFileName": "GAMMA-0.1.1.zip", - "size": 10003, - "checksum": "SHA-256:08f21d8041d1636df75e99055d894928bd064be1e16d6d8b9ec41568bc2d0c74" + "types": [ + "Contributed" + ], + "repository": "https://github.com/pablomarquez76/PS4_Controller_Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/PS4Controller-1.0.1.zip", + "archiveFileName": "PS4Controller-1.0.1.zip", + "size": 39912, + "checksum": "SHA-256:0f31a10d26d39a780fc0616bcda500ffb2a297764791259c7ff28406e79f63cf" }, { - "name": "Lepton FLiR Thermal Camera Module Library", - "version": "0.9.91", - "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "sentence": "Library to control a Lepton FLiR (forward looking infrared) thermal camera module from an Arduino-like board (Teensy 3+/ESP32+ minimum).", - "paragraph": "This library allows communication with boards running a Lepton FLiR thermal camera module. It provides a wide range of functionality from adjustable memory footprint size, adjustable temperature display mode, fast chip select enable/disable routines, to exposing the full functionality of the thermal camera itself.", - "website": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino", - "category": "Device Control", + "name": "PS4Controller", + "version": "1.0.2", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Control your ESP32 projects with a PS4 controller!", + "paragraph": "Emulate a PS4 console tricking the PS4 controller into connecting with the ESP32.", + "website": "https://github.com/pablomarquez76/PS4_Controller_Host", + "category": "Communication", "architectures": [ - "teensy", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/Lepton_FLiR_Thermal_Camera_Module_Library-0.9.91.zip", - "archiveFileName": "Lepton_FLiR_Thermal_Camera_Module_Library-0.9.91.zip", - "size": 4210810, - "checksum": "SHA-256:3322b191af1e1230de9121ecedd328186559b14b215797d21437c32bf4c5f3a1" + "repository": "https://github.com/pablomarquez76/PS4_Controller_Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/PS4Controller-1.0.2.zip", + "archiveFileName": "PS4Controller-1.0.2.zip", + "size": 40400, + "checksum": "SHA-256:0e01208d0d182308bd69392b64f6c410f32a8b4e2057d65738f584e9eb2fcd0e" }, { - "name": "ESP8266Audio", - "version": "1.5.0", - "author": "Earle F. Philhower, III", - "maintainer": "Earle F. Philhower, III", - "sentence": "Audio file and I2S sound playing routines.", - "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", - "website": "https://github.com/earlephilhower/ESP8266Audio", - "category": "Signal Input/Output", + "name": "PS4Controller", + "version": "1.0.3", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Control your ESP32 projects with a PS4 controller!", + "paragraph": "Emulate a PS4 console tricking the PS4 controller into connecting with the ESP32.", + "website": "https://github.com/pablomarquez76/PS4_Controller_Host", + "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/earlephilhower/ESP8266Audio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.5.0.zip", - "archiveFileName": "ESP8266Audio-1.5.0.zip", - "size": 5334872, - "checksum": "SHA-256:b989b4d938f5288c420dba3490771144542a983c4444a2e1fa601f51ed3ae868" + "repository": "https://github.com/pablomarquez76/PS4_Controller_Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/PS4Controller-1.0.3.zip", + "archiveFileName": "PS4Controller-1.0.3.zip", + "size": 40364, + "checksum": "SHA-256:6a8d6d67029dbae4ffea3f71f3ea1c2ccc8e2ccfc9e265dccea2600baedfce42" }, { - "name": "ESP8266Audio", - "version": "1.5.1", - "author": "Earle F. Philhower, III", - "maintainer": "Earle F. Philhower, III", - "sentence": "Audio file and I2S sound playing routines.", - "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", - "website": "https://github.com/earlephilhower/ESP8266Audio", - "category": "Signal Input/Output", + "name": "PS4Controller", + "version": "1.0.4", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Control your ESP32 projects with a PS4 controller!", + "paragraph": "Emulate a PS4 console tricking the PS4 controller into connecting with the ESP32.", + "website": "https://github.com/pablomarquez76/PS4_Controller_Host", + "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/earlephilhower/ESP8266Audio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.5.1.zip", - "archiveFileName": "ESP8266Audio-1.5.1.zip", - "size": 6513369, - "checksum": "SHA-256:5c777440fb851f05c8ce61ff091988e0a5124bc5ae8aa13e55002f21ec51843b" + "repository": "https://github.com/pablomarquez76/PS4_Controller_Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/PS4Controller-1.0.4.zip", + "archiveFileName": "PS4Controller-1.0.4.zip", + "size": 40440, + "checksum": "SHA-256:1c0cd73f840bd7110ad119b71be7c6100394a5f360f85330c24117d390141e2b" }, { - "name": "ESP8266Audio", - "version": "1.6.0", - "author": "Earle F. Philhower, III", - "maintainer": "Earle F. Philhower, III", - "sentence": "Audio file and I2S sound playing routines.", - "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", - "website": "https://github.com/earlephilhower/ESP8266Audio", - "category": "Signal Input/Output", + "name": "PS4Controller", + "version": "1.0.5", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Control your ESP32 projects with a PS4 controller!", + "paragraph": "Emulate a PS4 console tricking the PS4 controller into connecting with the ESP32.", + "website": "https://github.com/pablomarquez76/PS4_Controller_Host", + "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/earlephilhower/ESP8266Audio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.6.0.zip", - "archiveFileName": "ESP8266Audio-1.6.0.zip", - "size": 7834404, - "checksum": "SHA-256:08a55ba95e2d4a9399e1ed593dcb75dfe07ebdd38d6d8433536b44fcd83da4c6" + "repository": "https://github.com/pablomarquez76/PS4_Controller_Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/PS4Controller-1.0.5.zip", + "archiveFileName": "PS4Controller-1.0.5.zip", + "size": 42310, + "checksum": "SHA-256:f455d36eae1c72908a8a479aee8c0a54911afbac7aa47692e727702b80777bb5" }, { - "name": "ESP8266Audio", - "version": "1.7.0", - "author": "Earle F. Philhower, III", - "maintainer": "Earle F. Philhower, III", - "sentence": "Audio file and I2S sound playing routines.", - "paragraph": "Decode compressed MP3, AAC, FLAC, Screamtracker MOD, MIDI, RTTL, TI Talkie, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier.", - "website": "https://github.com/earlephilhower/ESP8266Audio", - "category": "Signal Input/Output", + "name": "PS4Controller", + "version": "1.0.6", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Control your ESP32 projects with a PS4 controller!", + "paragraph": "Emulate a PS4 console tricking the PS4 controller into connecting with the ESP32.", + "website": "https://github.com/pablomarquez76/PS4_Controller_Host", + "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/earlephilhower/ESP8266Audio.git", - "url": "https://downloads.arduino.cc/libraries/github.com/earlephilhower/ESP8266Audio-1.7.0.zip", - "archiveFileName": "ESP8266Audio-1.7.0.zip", - "size": 7838525, - "checksum": "SHA-256:e5b090cce761d2814cdb63c24f6d15fdecb2de53d3573b610d6b076e9ec731eb" + "repository": "https://github.com/pablomarquez76/PS4_Controller_Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/PS4Controller-1.0.6.zip", + "archiveFileName": "PS4Controller-1.0.6.zip", + "size": 42470, + "checksum": "SHA-256:af0807caf52e19a5e31ee60459e434db153b20c86ef5bb9dc72c5313294fbf69" }, { - "name": "BY8X01-16P Audio Module Library", + "name": "PS4Controller", "version": "1.0.7", - "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "sentence": "Library to control a BY8001-16P or BY83001-16P audio module from an Arduino board.", - "paragraph": "This library allows communication with boards running a BY8001-16P or BY8301-16P audio module. It supports the full feature set of the BY8X01-16P chipset such as queued combination playback, indexed folder/file playback, loop playback mode, equalizer profile, spot insertion play, etc.", - "website": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino", - "category": "Device Control", + "author": "Juan Pablo Marquez", + "maintainer": "Juan Pablo Marquez", + "sentence": "Control your ESP32 projects with a PS4 controller!", + "paragraph": "Emulate a PS4 console tricking the PS4 controller into connecting with the ESP32.", + "website": "https://github.com/pablomarquez76/PS4_Controller_Host", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/BY8X01_16P_Audio_Module_Library-1.0.7.zip", - "archiveFileName": "BY8X01_16P_Audio_Module_Library-1.0.7.zip", - "size": 3589327, - "checksum": "SHA-256:760e91d0521eaf483701fc99085b26ee275e4eac8f1c4e77413ee85def000921" + "repository": "https://github.com/pablomarquez76/PS4_Controller_Host.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pablomarquez76/PS4Controller-1.0.7.zip", + "archiveFileName": "PS4Controller-1.0.7.zip", + "size": 42016, + "checksum": "SHA-256:e24adbd43755908b151e2a25e12d22740d227cabea0ed9bee4115bbfb75569b7" }, { - "name": "BY8X01-16P Audio Module Library", - "version": "1.0.8", - "author": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "maintainer": "NachtRaveVL \u003cnachtravevl@gmail.com\u003e", - "sentence": "Library to control a BY8001-16P or BY83001-16P audio module from an Arduino board.", - "paragraph": "This library allows communication with boards running a BY8001-16P or BY8301-16P audio module. It supports the full feature set of the BY8X01-16P chipset such as queued combination playback, indexed folder/file playback, loop playback mode, equalizer profile, spot insertion play, etc.", - "website": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino", - "category": "Device Control", + "name": "SimpleTime", + "version": "1.0.0", + "author": "Pim Rutgers \u003cpim@physee.eu\u003e", + "maintainer": "Pim Rutgers \u003cpim@physee.eu\u003e", + "sentence": "SimpleTime functionality for Arduino", + "paragraph": "Date and Time functions, to make humanreadable output from unix timestamp", + "website": "https://github.com/physee/SimpleTime", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/NachtRaveVL/BY8X01-16P-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/NachtRaveVL/BY8X01_16P_Audio_Module_Library-1.0.8.zip", - "archiveFileName": "BY8X01_16P_Audio_Module_Library-1.0.8.zip", - "size": 3575988, - "checksum": "SHA-256:c4501b97a1d2b5dce61bbf4fa38174ceeae4fb444279c8b17f581004ff729a52" + "repository": "https://github.com/Xairooo/SimpleTime.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Xairooo/SimpleTime-1.0.0.zip", + "archiveFileName": "SimpleTime-1.0.0.zip", + "size": 5579, + "checksum": "SHA-256:fe2656073ed3b2410fc1d99d59ffad3e653141eb26ffbec320155ff98792f881" }, { - "name": "Adafruit MS8607", + "name": "Geekble_Note2Freq", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for MS8607 sensors.", - "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", - "website": "https://github.com/adafruit/Adafruit_MS8607", - "category": "Sensors", + "author": "SooDragon", + "maintainer": "SooDragon@geekble.kr", + "sentence": "Library for easy convertion of musical note to frequency.", + "paragraph": "Library for easy convertion of musical note to frequency.", + "website": "https://github.com/geekblemaker/Geekble_Note2Freq", + "category": "Other", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MS8607.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.0.zip", - "archiveFileName": "Adafruit_MS8607-1.0.0.zip", - "size": 94610, - "checksum": "SHA-256:60f3a83656aa56992cd4ea42538bdc4bcf8e01d44b918e8c600bba59516a70a0" + "repository": "https://github.com/geekblemaker/Geekble_note2freq.git", + "url": "https://downloads.arduino.cc/libraries/github.com/geekblemaker/Geekble_Note2Freq-1.0.0.zip", + "archiveFileName": "Geekble_Note2Freq-1.0.0.zip", + "size": 4298, + "checksum": "SHA-256:6df8ea646ea799eeca129dc2834bbc30d82d8db7bdc035f1bf437613fd2324e0" }, { - "name": "Adafruit MS8607", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for MS8607 sensors.", - "paragraph": "Arduino library for MS8607 pressure, temperature, and humidity sensors.", - "website": "https://github.com/adafruit/Adafruit_MS8607", - "category": "Sensors", + "name": "CAGEduino", + "version": "0.1.0", + "author": "Somsin Thongkrairat", + "maintainer": "Somsin \u003cSomsin.to@hotmail.com\u003e", + "sentence": "Arduino library for CAGEduino board on CAGEBOT platform.", + "paragraph": "Arduino library for CAGEduino board on CAGEBOT platform.", + "website": "https://github.com/somsinchai/CAGEduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MS8607.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MS8607-1.0.1.zip", - "archiveFileName": "Adafruit_MS8607-1.0.1.zip", - "size": 94614, - "checksum": "SHA-256:75dfe7ee6261989c785f6bd8010d536cebb00408a949298823188c9f26917391" + "repository": "https://github.com/somsinchai/CAGEduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somsinchai/CAGEduino-0.1.0.zip", + "archiveFileName": "CAGEduino-0.1.0.zip", + "size": 11287, + "checksum": "SHA-256:c54a86fe48ae439f699be5fabde43c70cfe459b5c9b1e9a648a51b6f4803b5dd" }, { - "name": "SensorModbusMaster", - "version": "0.1.0", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "CAGEduino", + "version": "0.2.0", + "author": "Somsin Thongkrairat", + "maintainer": "Somsin \u003cSomsin.to@hotmail.com\u003e", + "sentence": "Arduino library for CAGEduino board on CAGEBOT platform.", + "paragraph": "Arduino library for CAGEduino board on CAGEBOT platform.", + "website": "https://github.com/somsinchai/CAGEduino", + "category": "Other", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.1.0.zip", - "archiveFileName": "SensorModbusMaster-0.1.0.zip", - "size": 12171, - "checksum": "SHA-256:99a31a62de3b7770ac58c6f6760b02b68d6781191a3134189b952a2c5ebe5fcd" + "repository": "https://github.com/somsinchai/CAGEduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somsinchai/CAGEduino-0.2.0.zip", + "archiveFileName": "CAGEduino-0.2.0.zip", + "size": 953064, + "checksum": "SHA-256:7fadd32ce7127de838c271ca50ac36505b4ca04dcbce6143b02387ba6d36382c" }, { - "name": "SensorModbusMaster", - "version": "0.1.2", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "CAGEduino", + "version": "0.3.1", + "author": "Somsin Thongkrairat", + "maintainer": "Somsin \u003cSomsin.to@hotmail.com\u003e", + "sentence": "Arduino library for CAGEduino board on CAGEBOT platform.", + "paragraph": "Arduino library for CAGEduino board on CAGEBOT platform.", + "website": "https://github.com/somsinchai/CAGEduino", + "category": "Other", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.1.2.zip", - "archiveFileName": "SensorModbusMaster-0.1.2.zip", - "size": 12172, - "checksum": "SHA-256:b5745a4005fe8b37a158096ab38aaba3023866e6337802ac2f97a854a6576251" + "repository": "https://github.com/somsinchai/CAGEduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somsinchai/CAGEduino-0.3.1.zip", + "archiveFileName": "CAGEduino-0.3.1.zip", + "size": 959171, + "checksum": "SHA-256:8cb6f18f2d2120ba06bb92cef17fdc5775c1e66ab4b1bba63f4cf83ef793f70e" }, { - "name": "SensorModbusMaster", + "name": "CAGEduino", "version": "0.4.0", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "author": "Somsin Thongkrairat", + "maintainer": "Somsin \u003cSomsin.to@hotmail.com\u003e", + "sentence": "Arduino library for CAGEduino board on CAGEBOT platform.", + "paragraph": "Arduino library for CAGEduino board on CAGEBOT platform.", + "website": "https://github.com/somsinchai/CAGEduino", + "category": "Other", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.0.zip", - "archiveFileName": "SensorModbusMaster-0.4.0.zip", - "size": 13217, - "checksum": "SHA-256:0c51269d3f5000aedeba4969c6e171739e9348e0c33cafc5f3264d9da5406ce6" + "repository": "https://github.com/somsinchai/CAGEduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/somsinchai/CAGEduino-0.4.0.zip", + "archiveFileName": "CAGEduino-0.4.0.zip", + "size": 961032, + "checksum": "SHA-256:c068462b70247b9f2a49822acd9a7c77f0856978ca0f2f99a134125c4c2af49d" }, { - "name": "SensorModbusMaster", - "version": "0.4.3", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "Button_TT", + "version": "1.1.1", + "author": "Ted Toal", + "maintainer": "Ted Toal \u003cted@tedtoal.net\u003e", + "sentence": "Library of classes and functions to support drawing buttons on a pixel display.", + "paragraph": "Support is included for various types of buttons, as well as button hit-testing.", + "website": "https://github.com/tedtoal/Button_TT", + "category": "Display", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.3.zip", - "archiveFileName": "SensorModbusMaster-0.4.3.zip", - "size": 13294, - "checksum": "SHA-256:b5f2e116c967d5ac5b0a652d6fb5221f623622ef38eb5554c5011270d3499426" + "repository": "https://github.com/tedtoal/Button_TT.git", + "url": "https://downloads.arduino.cc/libraries/github.com/tedtoal/Button_TT-1.1.1.zip", + "archiveFileName": "Button_TT-1.1.1.zip", + "size": 108509, + "checksum": "SHA-256:b68c7c49a56b3f563f2834b68db7a7ff9fc85543bc099cb7ae899eeeb5cd6377" }, { - "name": "SensorModbusMaster", - "version": "0.4.7", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "MyKeywords", + "version": "1.0.0", + "author": "Trent M. Wyatt", + "maintainer": "Trent M. Wyatt \u003crobotics@trentwyatt.com\u003e", + "sentence": "Define your own custom color-highlighted keywords for the Arduino IDE!", + "paragraph": "By changing or adding your own definitions to the keywords.txt file you can have your own color-highlighted keywords in your Arduio IDE sketches", + "website": "https://github.com/ripred/MyKeywords", + "category": "Data Processing", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.7.zip", - "archiveFileName": "SensorModbusMaster-0.4.7.zip", - "size": 15572, - "checksum": "SHA-256:debce391c42b502dca462bbcb7e5f36e3a64f31495fb0cccfe49ed96bc8ffe98" + "repository": "https://github.com/ripred/MyKeywords.git", + "providesIncludes": [ + "MyKeywords.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ripred/MyKeywords-1.0.0.zip", + "archiveFileName": "MyKeywords-1.0.0.zip", + "size": 803804, + "checksum": "SHA-256:2176edd5f01a13a1857b2c23209769a08b24cb4112fae3a9b94a53d65072021b" }, { - "name": "SensorModbusMaster", - "version": "0.4.8", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "BluetoothSerial", + "version": "1.0.0", + "author": "Henry Abrahamsen", + "maintainer": "Henry Abrahamsen \u003chenry@henhen1227.com\u003e", + "sentence": "Manages a Bluetooth Serial connection to IOS app.", + "paragraph": "Handles the Bluetooth Serial connection to the IOS app.", + "website": "https://github.com/hen1227/BluetoothSerial", + "category": "Uncategorized", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.4.8.zip", - "archiveFileName": "SensorModbusMaster-0.4.8.zip", - "size": 15747, - "checksum": "SHA-256:440923c96e1df8b815a827bdfbe00c6940ba9e8510909d7524344284368fb681" + "repository": "https://github.com/hen1227/bluetooth-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hen1227/BluetoothSerial-1.0.0.zip", + "archiveFileName": "BluetoothSerial-1.0.0.zip", + "size": 7725, + "checksum": "SHA-256:1e980536d646d6f86c502dccb97b77ac6f09cc63ccbb52cad9340f11c34f4c6e" }, { - "name": "SensorModbusMaster", - "version": "0.5.2", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "BluetoothSerial", + "version": "1.0.1", + "author": "Henry Abrahamsen", + "maintainer": "Henry Abrahamsen \u003chenry@henhen1227.com\u003e", + "sentence": "Manages a Bluetooth Serial connection to BluetoothSerial Connect iOS app.", + "paragraph": "Handles the Bluetooth Serial connection to the BluetoothSerial Connect iOS app.", + "website": "https://github.com/hen1227/bluetooth-serial", + "category": "Uncategorized", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.5.2.zip", - "archiveFileName": "SensorModbusMaster-0.5.2.zip", - "size": 16371, - "checksum": "SHA-256:24fc263d7ac24ef03d9f644292abec4a3d8be41771355b7724f455562699281e" + "repository": "https://github.com/hen1227/bluetooth-serial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hen1227/BluetoothSerial-1.0.1.zip", + "archiveFileName": "BluetoothSerial-1.0.1.zip", + "size": 7724, + "checksum": "SHA-256:ed49ab85a110a145cbb8dd6434784852f93f678b72af5d3948483a56f833442f" }, { - "name": "SensorModbusMaster", - "version": "0.5.3", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "VEGA_ChainableLED", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor \u003cvega@cdac.in\u003e", + "sentence": "Arduino library to control Grove - Chainable RGB LED v2.0", + "paragraph": "Arduino library to control Grove - Chainable RGB LED.", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/display/vega_chainableled", + "category": "Display", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.5.3.zip", - "archiveFileName": "SensorModbusMaster-0.5.3.zip", - "size": 16376, - "checksum": "SHA-256:bb348e3ba4c62d8e7bb06cebcf80015484f79a204ce4abfc81bc0bf4b3e1fa13" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/display/vega_chainableled.git", + "providesIncludes": [ + "ChainableLED.h" + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/display/VEGA_ChainableLED-1.0.0.zip", + "archiveFileName": "VEGA_ChainableLED-1.0.0.zip", + "size": 8647, + "checksum": "SHA-256:bd225d922d2dcda3aa457d6743d2cc226518f2c3de881713707ac66354b8f737" }, { - "name": "SensorModbusMaster", - "version": "0.6.0", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "IOXESP32Audio", + "version": "1.0.0", + "author": "ArtronShop CO.,LTD. | schreibfaul1", + "maintainer": "Sonthaya Nongnuch", + "sentence": "With this library You can easily build a WebRadio with a ESP32 board with IOXESP32 Audio shield.", + "paragraph": "Plays google tts, mp3 webradio, playlists can be m3u, pls or asx. Data format can be only mp3. It can also play MP3 files from a SD Card.", + "website": "https://github.com/ArtronShop/IOXESP32Audio", + "category": "Device Control", "architectures": [ - "avr", - "sam", - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.0.zip", - "archiveFileName": "SensorModbusMaster-0.6.0.zip", - "size": 17140, - "checksum": "SHA-256:5d143502a7592922539c79d4d3ae3193f0e8103c1d2d80f5b0d1266bcaf0f4d7" + "repository": "https://github.com/ArtronShop/IOXESP32Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/IOXESP32Audio-1.0.0.zip", + "archiveFileName": "IOXESP32Audio-1.0.0.zip", + "size": 176706, + "checksum": "SHA-256:2070b67f8fa04d33f0012c18204d30f9e8ff4a5eae3b2de323a7d19b576f0e79" }, { - "name": "SensorModbusMaster", - "version": "0.6.2", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "TinyGPSMinus", + "version": "1.0.0", + "author": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "maintainer": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "sentence": "A smaller and simpler TinyGPS fork with fewer features.", + "paragraph": "The idea is to only get the raw data needed and avoid unneeded parsing, especially if GPS data is being fed into APRS.", + "website": "https://github.com/EricAndrechek/TinyGPSMinus", + "category": "Communication", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.2.zip", - "archiveFileName": "SensorModbusMaster-0.6.2.zip", - "size": 17149, - "checksum": "SHA-256:48e13588d6930794bd01a836e14d03afb35925b454467206f63efd556e574864" + "repository": "https://github.com/EricAndrechek/TinyGPSMinus.git", + "url": "https://downloads.arduino.cc/libraries/github.com/EricAndrechek/TinyGPSMinus-1.0.0.zip", + "archiveFileName": "TinyGPSMinus-1.0.0.zip", + "size": 17469, + "checksum": "SHA-256:b9ac8ac5ddcfa6932aa685b1f2737d046631f654da348edcd19319e5328ac760" }, { - "name": "SensorModbusMaster", - "version": "0.6.5", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "ButtonControl", + "version": "1.0.0", + "author": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "maintainer": "Fellipe Couto \u003cfellipe.couto@yahoo.com.br\u003e", + "sentence": "Short clicks, long clicks and double clicks. Click count and button press time.", + "paragraph": "Library to control push button click times.", + "website": "https://github.com/fellipecouto/ButtonControl", + "category": "Signal Input/Output", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.5.zip", - "archiveFileName": "SensorModbusMaster-0.6.5.zip", - "size": 7222111, - "checksum": "SHA-256:c626cd63466d7d6cda2b36f05a91b4aaf719a2c25724b61911e9cbee759fd3ee" + "repository": "https://github.com/fellipecouto/ButtonControl.git", + "url": "https://downloads.arduino.cc/libraries/github.com/fellipecouto/ButtonControl-1.0.0.zip", + "archiveFileName": "ButtonControl-1.0.0.zip", + "size": 20979, + "checksum": "SHA-256:1d98900d95729217047f03982d469f52acb60c7a627a566f00d6a6c0103a427d" }, { - "name": "SensorModbusMaster", - "version": "0.6.7", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", - "category": "Sensors", + "name": "SoftI2C", + "version": "1.0.0", + "author": "Yasir Shahzad \u003cYasirshahazad918@gmail.com\u003e", + "maintainer": "Yasir Shahzad \u003cYasirshahazad918@gmail.com\u003e", + "sentence": "An Arduino library for software-based I2C communication.", + "paragraph": "This library provides an implementation of the I2C protocol using software-based methods. It allows communication over I2C without relying on hardware I2C pins. The library is suitable for cases where hardware I2C is unavailable or needs to be emulated.", + "website": "https://github.com/yasir-shahzad/SoftI2C", + "category": "Communication", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.7.zip", - "archiveFileName": "SensorModbusMaster-0.6.7.zip", - "size": 7222224, - "checksum": "SHA-256:8c09d4be27ad934a8cc226021c4b8fe7367b7ea33e76107a44a95a965efef625" + "repository": "https://github.com/yasir-shahzad/SoftI2C.git", + "providesIncludes": [ + "SoftI2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/yasir-shahzad/SoftI2C-1.0.0.zip", + "archiveFileName": "SoftI2C-1.0.0.zip", + "size": 8078, + "checksum": "SHA-256:d6aafdd8ac5e61cf7cc87603a511046054ad52864da5cf83df8eace8c07e50a2" }, { - "name": "SensorModbusMaster", - "version": "0.6.8", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communicating via modbus with the Arduino acting as master", - "paragraph": "This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of \"higher-level\" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.", - "website": "https://github.com/EnviroDIY/SensorModbusMaster", + "name": "BM22S2021-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM22S2021-1/BMA26M202 that Smoke Detector Digital Sensor", + "paragraph": "We can use the library to demonstrate alarm detection, smoke value reading, air calibration, and more", + "website": "https://github.com/BestModules-Libraries/BM22S2021-1", "category": "Sensors", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/SensorModbusMaster.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/SensorModbusMaster-0.6.8.zip", - "archiveFileName": "SensorModbusMaster-0.6.8.zip", - "size": 7225894, - "checksum": "SHA-256:6d2917d2310e6a4cdd327890b8c7cc7b1b346a0a14ebbf1a6b7ad787fbdcd659" + "repository": "https://github.com/BestModules-Libraries/BM22S2021-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM22S2021_1-1.0.1.zip", + "archiveFileName": "BM22S2021_1-1.0.1.zip", + "size": 972350, + "checksum": "SHA-256:d4ee46e61dbabe91f218e61d97241e6d7d71d8e7dea67838f5b0499b50dd5d10" }, { - "name": "HC-SR04", - "version": "1.0.0", - "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", - "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", - "sentence": "Library for HC-SR04 ultrasonic distance sensor.", - "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", - "website": "https://github.com/d03n3rfr1tz3/HC-SR04", + "name": "BM22S4221-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM22S4221-1/BMA46M422 that PIR Detector Module", + "paragraph": "We can use this library to demonstrate functions such as alarm detection", + "website": "https://github.com/BestModules-Libraries/BM22S4221-1", "category": "Sensors", "architectures": [ "*" @@ -351144,819 +814507,772 @@ "types": [ "Contributed" ], - "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.0.zip", - "archiveFileName": "HC_SR04-1.0.0.zip", - "size": 417591, - "checksum": "SHA-256:55715e5aa627b9b0d6b56f987d40342b44eaa0b2153c5ac614a58c0f79caf3ba" + "repository": "https://github.com/BestModules-Libraries/BM22S4221-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM22S4221_1-1.0.1.zip", + "archiveFileName": "BM22S4221_1-1.0.1.zip", + "size": 347044, + "checksum": "SHA-256:2e4984539995a7ef15c952d7e455c7840d4e95ea9550ec9b05654ecb9f75a7c5" }, { - "name": "HC-SR04", + "name": "BMD26M088", "version": "1.0.1", - "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", - "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", - "sentence": "Library for HC-SR04 ultrasonic distance sensor.", - "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", - "website": "https://github.com/d03n3rfr1tz3/HC-SR04", - "category": "Sensors", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMD26M088 that RGB LED 8×8 Module", + "paragraph": "we can use this library to demonstrate the light panel display function", + "website": "https://github.com/BestModules-Libraries/BMD26M088", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.1.zip", - "archiveFileName": "HC_SR04-1.0.1.zip", - "size": 417707, - "checksum": "SHA-256:1c6203a3376c04b9865fbbb10ee774d22c7adeba51559914d96ccc64eac1cc86" + "repository": "https://github.com/BestModules-Libraries/BMD26M088.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMD26M088-1.0.1.zip", + "archiveFileName": "BMD26M088-1.0.1.zip", + "size": 1106958, + "checksum": "SHA-256:3fb6d2148dc95773482ff690e1b902c061852a20739b9d36ff37b56fdbd6154d" }, { - "name": "HC-SR04", - "version": "1.0.2", - "author": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", - "maintainer": "Dirk Sarodnick \u003cdirk.sarodnick@googlemail.com\u003e", - "sentence": "Library for HC-SR04 ultrasonic distance sensor.", - "paragraph": "You can measure distance in microseconds, millimeters, centimeters and inches. It's possible to utilize one trigger with multiple echoes simultaneously.", - "website": "https://github.com/d03n3rfr1tz3/HC-SR04", - "category": "Sensors", + "name": "BMH23M002", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C or SPI access to the BMH23M002 that 24-Bit ADC Module", + "paragraph": "We can use the library to demonstrate the function of obtaining the sensor AD value", + "website": "https://github.com/BestModules-Libraries/BMH23M002", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/d03n3rfr1tz3/HC-SR04.git", - "url": "https://downloads.arduino.cc/libraries/github.com/d03n3rfr1tz3/HC_SR04-1.0.2.zip", - "archiveFileName": "HC_SR04-1.0.2.zip", - "size": 417883, - "checksum": "SHA-256:0770f7e2e4c2827f86c387d8230cc8fec82b0c57d0f71eace7ad7151fac2bdf7" + "repository": "https://github.com/BestModules-Libraries/BMH23M002.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMH23M002-1.0.1.zip", + "archiveFileName": "BMH23M002-1.0.1.zip", + "size": 1186702, + "checksum": "SHA-256:65d218d82a63533529253833b8e291de816a2e6a23b5c7ca8b36e1376da6d6ac" }, { - "name": "KellerModbus", - "version": "0.2.0", - "author": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", - "maintainer": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", - "sentence": "Arduino library for communication with Keller pressure and water level sensors via Modbus.", - "paragraph": "A library to use an Arduino as a master to control and communicate via modbus with the pressure and water level sensors produced by Keller. Depends on the EnviroDIY/SensorModbusMaster library.", - "website": "https://github.com/EnviroDIY/KellerModbus", + "name": "BME63M001", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BME63M001 that TDS Water Quality Detector Module", + "paragraph": "We can use the library to demonstrate the functions of get the version information and read the TDS and temperature values in the specified channel", + "website": "https://github.com/BestModules-Libraries/BME63M001", "category": "Sensors", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/KellerModbus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/KellerModbus-0.2.0.zip", - "archiveFileName": "KellerModbus-0.2.0.zip", - "size": 40274674, - "checksum": "SHA-256:63754f3e75ec451f74bbf4ec3e4bbe6acd93edbeebd3a496292f563ee6195802" + "repository": "https://github.com/BestModules-Libraries/BME63M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BME63M001-1.0.1.zip", + "archiveFileName": "BME63M001-1.0.1.zip", + "size": 3617351, + "checksum": "SHA-256:5a2935da815e74146887a21d41d6672c769c90c3a670bdd4c3bc547026bea54f" }, { - "name": "KellerModbus", - "version": "0.2.1", - "author": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", - "maintainer": "Anthony Aufdenkampe \u003caaufdenkampe@limno.com\u003e", - "sentence": "Arduino library for communication with Keller pressure and water level sensors via Modbus.", - "paragraph": "A library to use an Arduino as a master to control and communicate via modbus with the pressure and water level sensors produced by Keller. Depends on the EnviroDIY/SensorModbusMaster library.", - "website": "https://github.com/EnviroDIY/KellerModbus", + "name": "BME63M001", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BME63M001 that TDS Water Quality Detector Module", + "paragraph": "We can use the library to demonstrate the functions of get the version information and read the TDS and temperature values in the specified channel", + "website": "https://github.com/BestModules-Libraries/BME63M001", "category": "Sensors", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/KellerModbus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/KellerModbus-0.2.1.zip", - "archiveFileName": "KellerModbus-0.2.1.zip", - "size": 40274679, - "checksum": "SHA-256:859f433aef4087c37d7040c25448d38ff8ee5ee6eda43d8e4694a69fce1f4716" + "repository": "https://github.com/BestModules-Libraries/BME63M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BME63M001-1.0.2.zip", + "archiveFileName": "BME63M001-1.0.2.zip", + "size": 3081025, + "checksum": "SHA-256:f1f93f106b7bb788f680a4356454b1840071625e0c0bb1037d3d9680193d6dc9" }, { - "name": "YosemitechModbus", - "version": "0.1.6", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", - "website": "https://github.com/EnviroDIY/YosemitechModbus", + "name": "BML36M001", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BML36M001 Laser Ranging Module", + "paragraph": "We can use the library to demonstrate the function of ranging", + "website": "https://github.com/BestModules-Libraries/BML36M001", "category": "Sensors", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.1.6.zip", - "archiveFileName": "YosemitechModbus-0.1.6.zip", - "size": 17456423, - "checksum": "SHA-256:16db21c9900167b2689b4761961de0c618d888443a2c201947396c6b874c7811" + "repository": "https://github.com/BestModules-Libraries/BML36M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BML36M001-1.0.1.zip", + "archiveFileName": "BML36M001-1.0.1.zip", + "size": 1627931, + "checksum": "SHA-256:b31d3d79ab9912963fc3973057b6fe86e8056f49b83db5002a02857c879dc3f1" }, { - "name": "YosemitechModbus", - "version": "0.1.9", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", - "website": "https://github.com/EnviroDIY/YosemitechModbus", + "name": "BML36M001", + "version": "1.0.2", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BML36M001 Laser Ranging Module", + "paragraph": "We can use the library to demonstrate the function of ranging", + "website": "https://github.com/BestModules-Libraries/BML36M001", "category": "Sensors", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.1.9.zip", - "archiveFileName": "YosemitechModbus-0.1.9.zip", - "size": 17456705, - "checksum": "SHA-256:a925b97d1a5613f0599b96aa586aafe4ff4ba0a953b7a09013a1f65e9e5bdfd0" + "repository": "https://github.com/BestModules-Libraries/BML36M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BML36M001-1.0.2.zip", + "archiveFileName": "BML36M001-1.0.2.zip", + "size": 1627528, + "checksum": "SHA-256:323054ff574f9b409f69470083eff32b08f0bc9a4f34c3780691cb9d803f49bc" }, { - "name": "YosemitechModbus", - "version": "0.2.0", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", - "website": "https://github.com/EnviroDIY/YosemitechModbus", - "category": "Sensors", + "name": "BMB22M210", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMB22M210/BMB22T101 UART Expansion Module", + "paragraph": "We can use the library to demonstrate the function of sub-serial port communication", + "website": "https://github.com/BestModules-Libraries/BMB22M210", + "category": "Communication", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.0.zip", - "archiveFileName": "YosemitechModbus-0.2.0.zip", - "size": 18607545, - "checksum": "SHA-256:9dfe77390ef127965da7a816c281c6f7d3332c753c86dab702faa3eee583b404" + "repository": "https://github.com/BestModules-Libraries/BMB22M210.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMB22M210-1.0.1.zip", + "archiveFileName": "BMB22M210-1.0.1.zip", + "size": 351556, + "checksum": "SHA-256:5e43e91204f93c8da7defe1808c3492762f5c7e3bd779a8618096f320cee2817" }, { - "name": "YosemitechModbus", - "version": "0.2.1", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", - "website": "https://github.com/EnviroDIY/YosemitechModbus", + "name": "BM22S3021-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM22S3021-1/BMA36M302 that Semiconductor Gas Detector Module", + "paragraph": "We can use the library to demonstrate the function of output alarm signals and reading gas-related information", + "website": "https://github.com/BestModules-Libraries/BM22S3021-1", "category": "Sensors", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.1.zip", - "archiveFileName": "YosemitechModbus-0.2.1.zip", - "size": 18607530, - "checksum": "SHA-256:c7bb7397bdbf0878a3a1a18941929b11e6e09e6f15066f386fe139bf5c362eec" + "repository": "https://github.com/BestModules-Libraries/BM22S3021-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM22S3021_1-1.0.1.zip", + "archiveFileName": "BM22S3021_1-1.0.1.zip", + "size": 944891, + "checksum": "SHA-256:ab78cd0cfde209743adcaabe7bb45dc6394b16ff769ecbedd4f2ef703cc26ec3" }, { - "name": "YosemitechModbus", - "version": "0.2.2", - "author": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "Arduino library for communication with Yosemitech sensors via Modbus.", - "website": "https://github.com/EnviroDIY/YosemitechModbus", + "name": "BM22S3031-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM22S3031-1/BMA36M303 that Catalytic Gas Detector Module", + "paragraph": "We can use the library to demonstrate the functions of alarm signal output and gas concentration read", + "website": "https://github.com/BestModules-Libraries/BM22S3031-1", "category": "Sensors", "architectures": [ - "avr", - "sam", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/YosemitechModbus.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/YosemitechModbus-0.2.2.zip", - "archiveFileName": "YosemitechModbus-0.2.2.zip", - "size": 25461392, - "checksum": "SHA-256:f0b9b47bf2ef874017028f15c672983dd4907b60c51984b49427a6bf4f384a63" + "repository": "https://github.com/BestModules-Libraries/BM22S3031-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM22S3031_1-1.0.1.zip", + "archiveFileName": "BM22S3031_1-1.0.1.zip", + "size": 811174, + "checksum": "SHA-256:feb4c39ac8032fdda37a2b376eb58a3468e2ce19b8fff6381adb3bfd0e66ae29" }, { - "name": "wpi-32u4-library", - "version": "2.0.2", - "author": "Pololu", - "maintainer": "Kevin Harrington", - "sentence": "Forked Romi 32U4 Arduino library", - "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", - "website": "https://github.com/gcl8la/romi-32u4-arduino-library", - "category": "Device Control", + "name": "BM22S3221-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BM22S3221-1/BMA56M322 that CO Detection Module", + "paragraph": "We can use the library to demonstrate the function of output alarm signal and reading CO concentration", + "website": "https://github.com/BestModules-Libraries/BM22S3221-1", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", - "providesIncludes": [ - "wpi-32u4-library.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.0.2.zip", - "archiveFileName": "wpi_32u4_library-2.0.2.zip", - "size": 54335, - "checksum": "SHA-256:ea1008c43d366091b795e8c8e47e81734643f9fb962ae9d622dcaaf0f032082a" + "repository": "https://github.com/BestModules-Libraries/BM22S3221-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM22S3221_1-1.0.1.zip", + "archiveFileName": "BM22S3221_1-1.0.1.zip", + "size": 1225905, + "checksum": "SHA-256:0827d39839b3c154b98910dfacebab8d2d77ac8024bfbec25e37cb31d403d31f" }, { - "name": "wpi-32u4-library", - "version": "2.0.3", - "author": "Pololu", - "maintainer": "Kevin Harrington", - "sentence": "Forked Romi 32U4 Arduino library", - "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", - "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "name": "BMN31K522", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMN31K522 Atomization Adapter Module", + "paragraph": "We can use the library to demonstrate fogging and fogging gear switching functions", + "website": "https://github.com/BestModules-Libraries/BMN31K522", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", - "providesIncludes": [ - "wpi-32u4-library.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.0.3.zip", - "archiveFileName": "wpi_32u4_library-2.0.3.zip", - "size": 55174, - "checksum": "SHA-256:94b623b3e52e14a2ffd3e47de990892be36431afcf967c42bf8fcdc961aa0031" + "repository": "https://github.com/BestModules-Libraries/BMN31K522.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMN31K522-1.0.1.zip", + "archiveFileName": "BMN31K522-1.0.1.zip", + "size": 430134, + "checksum": "SHA-256:58af6c00df01a7f4cebac02f2440b23e31a746108f6fd728741aba0994fbca31" }, { - "name": "wpi-32u4-library", - "version": "2.1.0", - "author": "Pololu", - "maintainer": "Kevin Harrington", - "sentence": "Forked Romi 32U4 Arduino library", - "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", - "website": "https://github.com/gcl8la/romi-32u4-arduino-library", + "name": "BM52D5021-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for BM52D5021-1/BMN31K502 that Microporous Atomiser Module", + "paragraph": "We can use the library to demonstrate the function of configuring atomisation level and atomisation time, etc.", + "website": "https://github.com/BestModules-Libraries/BM52D5021-1", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", - "providesIncludes": [ - "wpi-32u4-library.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.1.0.zip", - "archiveFileName": "wpi_32u4_library-2.1.0.zip", - "size": 55391, - "checksum": "SHA-256:4ff8bb69d1d1717807f49abdde7d2e45922746f6f363d446745e5d1f798f6ce5" + "repository": "https://github.com/BestModules-Libraries/BM52D5021-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM52D5021_1-1.0.1.zip", + "archiveFileName": "BM52D5021_1-1.0.1.zip", + "size": 395171, + "checksum": "SHA-256:a20bcc66a097e7288f6a4d6706ca057fe2ecc4aad0344a0f3c7140dfae675dfb" }, { - "name": "wpi-32u4-library", - "version": "2.2.0", - "author": "Pololu,WPIRoboticsEngineering", - "maintainer": "Kevin Harrington", - "sentence": "Forked Romi 32U4 Arduino library", - "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", - "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", + "name": "BM52D5121-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for BM52D5121-1/BMN31K512 that Low Power Atomiser Module", + "paragraph": "We can use the library to demonstrate the function of setting fan and atomisation power and controlling external RGB lights, etc", + "website": "https://github.com/BestModules-Libraries/BM52D5121-1", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "repository": "https://github.com/BestModules-Libraries/BM52D5121-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM52D5121_1-1.0.1.zip", + "archiveFileName": "BM52D5121_1-1.0.1.zip", + "size": 458552, + "checksum": "SHA-256:c3af87c15c7506c17eefa66deeb5c77c14a4dd5228e6ad797d64076fc5d20a7d" + }, + { + "name": "Sensirion UART Svm4x", + "version": "0.1.0", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SVM4x sensor family by Sensirion", + "paragraph": "Enables you to use the SVM4x via UART using the SHDLC protocol.", + "website": "https://github.com/Sensirion/arduino-uart-svm4x", + "category": "Sensors", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Sensirion/arduino-uart-svm4x.git", "providesIncludes": [ - "wpi-32u4-library.h" + "SensirionUartSvm41.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.2.0.zip", - "archiveFileName": "wpi_32u4_library-2.2.0.zip", - "size": 376751, - "checksum": "SHA-256:a2f7f0ddafd28bbcbc1be571b705c8f6a796c8becdf6404a457bbca4e0e7a5d5" + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UART_Svm4x-0.1.0.zip", + "archiveFileName": "Sensirion_UART_Svm4x-0.1.0.zip", + "size": 2367170, + "checksum": "SHA-256:8957f013e495c47b3f9aac6d70fba7ae899f0bcce3594827885ef56e18fcb573" }, { - "name": "wpi-32u4-library", - "version": "2.3.0", - "author": "Pololu,WPIRoboticsEngineering", - "maintainer": "Kevin Harrington", - "sentence": "Forked Romi 32U4 Arduino library", - "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", - "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", - "category": "Device Control", + "name": "Sensirion UART Svm4x", + "version": "2.0.3", + "author": "Sensirion", + "maintainer": "Sensirion", + "sentence": "Library for the SVM4Xsensor by Sensirion", + "paragraph": "Enables you to use the SVM4X sensor via UART using the SHDLC protocol.", + "website": "https://github.com/Sensirion/arduino-uart-svm4x", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "repository": "https://github.com/Sensirion/arduino-uart-svm4x.git", "providesIncludes": [ - "wpi-32u4-library.h" + "SensirionUartSvm4x.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.3.0.zip", - "archiveFileName": "wpi_32u4_library-2.3.0.zip", - "size": 381013, - "checksum": "SHA-256:62cd4bf1029b7736f7b599a3010a3be0058ec2548670a89e8d9fd57c63a257ba" + "dependencies": [ + { + "name": "Sensirion Core" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Sensirion/Sensirion_UART_Svm4x-2.0.3.zip", + "archiveFileName": "Sensirion_UART_Svm4x-2.0.3.zip", + "size": 1740269, + "checksum": "SHA-256:92cd53222d0b90ac5c58a0370ba0212e06fc82091a74b9c6c4d06eef8f9f4dfd" }, { - "name": "wpi-32u4-library", - "version": "2.4.0", - "author": "Pololu,WPIRoboticsEngineering", - "maintainer": "Kevin Harrington", - "sentence": "Forked Romi 32U4 Arduino library", - "paragraph": "This library helps interface with the on-board hardware on the Pololu Romi 32U4 Control Board. Modified for RBE 200X", - "website": "https://github.com/WPI-32u4-library/wpi-32u4-library", - "category": "Device Control", + "name": "diwa", + "version": "0.0.1", + "author": "nthnn", + "maintainer": "nthnn", + "sentence": "Lightweight surface library for Artificial Intelligence and Machine Learning.", + "website": "https://github.com/nthnn/Diwa", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/WPIRoboticsEngineering/wpi-32u4-library.git", + "repository": "https://github.com/nthnn/Diwa.git", "providesIncludes": [ - "wpi-32u4-library.h" + "diwa.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/WPIRoboticsEngineering/wpi_32u4_library-2.4.0.zip", - "archiveFileName": "wpi_32u4_library-2.4.0.zip", - "size": 380937, - "checksum": "SHA-256:a91ef3f988b8bcff4428336c3de4a2f8f59e5243da347dc90bb1c1867c4b2fb7" + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/diwa-0.0.1.zip", + "archiveFileName": "diwa-0.0.1.zip", + "size": 3426000, + "checksum": "SHA-256:a9a66b6c8e5d97038bf1c8620a57658d2dd9fd6f25c8febc490a302f81879504" }, { - "name": "cmdArduino", + "name": "LoraSx1262", "version": "1.0.0", - "author": "Akiba \u003cakiba@freaklabs.org\u003e, Jacinta \u003cjacinta@freaklabs.org\u003e", - "maintainer": "Akiba \u003cakiba@freaklabs.org\u003e", - "sentence": "A small command-line library to make development easier.", - "paragraph": "cmdArduino allows you to interactively call functions from a serial command line for fast testing and debugging.", - "website": "https://www.freaklabs.org", - "category": "Display", + "author": "Mitch Davis", + "maintainer": "Mitch \u003cmitch@douglasinnovation.com\u003e", + "sentence": "Send and receive data over radio using LoRa 915mhz", + "paragraph": "Extremely lightweight and fast implementation to use LoRa Sx1262 radios in your aduino project.\u003cbr\u003eWritten in a way that is beginner friendly, but also highly customizable for those who want to get more out of their performance", + "website": "https://github.com/thekakester/Arduino-LoRa-Sx1262", + "category": "Communication", "architectures": [ - "avr" + "avr", + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/freaklabs/cmdArduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/freaklabs/cmdArduino-1.0.0.zip", - "archiveFileName": "cmdArduino-1.0.0.zip", - "size": 12574, - "checksum": "SHA-256:3a2ba45d4866c9282b19cfcad058668fec08644f0c466cc427cc765f8b00608e" + "repository": "https://github.com/thekakester/Arduino-LoRa-Sx1262.git", + "url": "https://downloads.arduino.cc/libraries/github.com/thekakester/LoraSx1262-1.0.0.zip", + "archiveFileName": "LoraSx1262-1.0.0.zip", + "size": 31012, + "checksum": "SHA-256:4cc6220ae67f96a4b35284621d0c38d96a554e896d14133e1e305783d41c8aff" }, { - "name": "OpenMV Arduino RPC", - "version": "1.0.0", - "author": "OpenMV", - "maintainer": "OpenMV", - "sentence": "OpenMV Arduino RPC Interface Library", - "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", - "website": "https://github.com/openmv/openmv-arduino-rpc", + "name": "ESP32 File Manager for Generation Klick ESPFMfGK", + "version": "2.0.1", + "author": "Holger Lembke", + "maintainer": "Holger Lembke \u003clembke@gmail.com\u003e", + "sentence": "Manage your ES32 file system content with a simple web based interface", + "paragraph": "ESPFMfGK is a simple to use web interface that allows you to upload files with drag and drop, download files, edit files, move files and much more within your ESP32 file space. It supports all file systems (FFAT, SD, SD-MMC, LittleFS, SPIFFS) and an unlimited number of devices all at the same time.", + "website": "https://github.com/holgerlembke/ESPFMfGK", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/openmv/openmv-arduino-rpc.git", - "providesIncludes": [ - "openmvrpc.h" - ], - "dependencies": [ - { - "name": "CAN" - }, - { - "name": "SoftwareSerial" - }, - { - "name": "SPI" - }, - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.0.zip", - "archiveFileName": "OpenMV_Arduino_RPC-1.0.0.zip", - "size": 34546, - "checksum": "SHA-256:417f4c23e62d22854933874e147b833264d96f35980aebddedfb84641b64ddc4" + "repository": "https://github.com/holgerlembke/ESPFMfGK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/holgerlembke/ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.1.zip", + "archiveFileName": "ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.1.zip", + "size": 265876, + "checksum": "SHA-256:22c0b406840057e9416962b1bdc871b19ac6e2dee8c5b2e86e15bd9a640eb829" }, { - "name": "OpenMV Arduino RPC", - "version": "1.0.1", - "author": "OpenMV", - "maintainer": "OpenMV", - "sentence": "OpenMV Arduino RPC Interface Library", - "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", - "website": "https://github.com/openmv/openmv-arduino-rpc", + "name": "ESP32 File Manager for Generation Klick ESPFMfGK", + "version": "2.0.7", + "author": "Holger Lembke", + "maintainer": "Holger Lembke \u003clembke@gmail.com\u003e", + "sentence": "Manage your ES32 file system content with a simple web based interface", + "paragraph": "ESPFMfGK is a simple to use web interface that allows you to upload files with drag and drop, download files, edit files, move files and much more within your ESP32 file space. It supports all file systems (FFAT, SD, SD-MMC, LittleFS, SPIFFS) and an unlimited number of devices all at the same time.", + "website": "https://github.com/holgerlembke/ESPFMfGK", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/openmv/openmv-arduino-rpc.git", - "providesIncludes": [ - "openmvrpc.h" - ], - "dependencies": [ - { - "name": "CAN" - }, - { - "name": "SoftwareSerial" - }, - { - "name": "SPI" - }, - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.1.zip", - "archiveFileName": "OpenMV_Arduino_RPC-1.0.1.zip", - "size": 34644, - "checksum": "SHA-256:0dd5e441f57bbc754c0ea0d0c151cd16d79e10b42ad949e1cd319156ed896879" + "repository": "https://github.com/holgerlembke/ESPFMfGK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/holgerlembke/ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.7.zip", + "archiveFileName": "ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.7.zip", + "size": 318881, + "checksum": "SHA-256:463e62d33aec9601307063ce35d6988e07f8ec260e7e822108cc8f8a270c5002" }, { - "name": "OpenMV Arduino RPC", - "version": "1.0.2", - "author": "OpenMV", - "maintainer": "OpenMV", - "sentence": "OpenMV Arduino RPC Interface Library", - "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", - "website": "https://github.com/openmv/openmv-arduino-rpc", + "name": "ESP32 File Manager for Generation Klick ESPFMfGK", + "version": "2.0.8", + "author": "Holger Lembke", + "maintainer": "Holger Lembke \u003clembke@gmail.com\u003e", + "sentence": "Manage your ES32 file system content with a simple web based interface", + "paragraph": "ESPFMfGK is a simple to use web interface that allows you to upload files with drag and drop, download files, edit files, move files and much more within your ESP32 file space. It supports all file systems (FFAT, SD, SD-MMC, LittleFS, SPIFFS) and an unlimited number of devices all at the same time.", + "website": "https://github.com/holgerlembke/ESPFMfGK", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/openmv/openmv-arduino-rpc.git", - "providesIncludes": [ - "openmvrpc.h" - ], - "dependencies": [ - { - "name": "CAN" - }, - { - "name": "SoftwareSerial" - }, - { - "name": "SPI" - }, - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.2.zip", - "archiveFileName": "OpenMV_Arduino_RPC-1.0.2.zip", - "size": 34789, - "checksum": "SHA-256:3ca5471fa582f206f2678cb657ee9400f4707a2894b00acb723aec1b4e7b8442" + "repository": "https://github.com/holgerlembke/ESPFMfGK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/holgerlembke/ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.8.zip", + "archiveFileName": "ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.8.zip", + "size": 318882, + "checksum": "SHA-256:835615f6dcdac3094566671277dbae03846115cb3377f2729862d76c66b8c959" }, { - "name": "OpenMV Arduino RPC", - "version": "1.0.3", - "author": "OpenMV", - "maintainer": "OpenMV", - "sentence": "OpenMV Arduino RPC Interface Library", - "paragraph": "Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C, SPI, and CAN.", - "website": "https://github.com/openmv/openmv-arduino-rpc", + "name": "ESP32 File Manager for Generation Klick ESPFMfGK", + "version": "2.0.9", + "author": "Holger Lembke", + "maintainer": "Holger Lembke \u003clembke@gmail.com\u003e", + "sentence": "Manage your ES32 file system content with a simple web based interface", + "paragraph": "ESPFMfGK is a simple to use web interface that allows you to upload files with drag and drop, download files, edit files, move files and much more within your ESP32 file space. It supports all file systems (FFAT, SD, SD-MMC, LittleFS, SPIFFS) and an unlimited number of devices all at the same time.", + "website": "https://github.com/holgerlembke/ESPFMfGK", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/openmv/openmv-arduino-rpc.git", - "providesIncludes": [ - "openmvrpc.h" - ], - "dependencies": [ - { - "name": "CAN" - }, - { - "name": "SoftwareSerial" - }, - { - "name": "SPI" - }, - { - "name": "Wire" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/openmv/OpenMV_Arduino_RPC-1.0.3.zip", - "archiveFileName": "OpenMV_Arduino_RPC-1.0.3.zip", - "size": 34814, - "checksum": "SHA-256:b8934478ad72442905bab21f90976a5a53416c2d43de1be8ed893ac65679ae96" + "repository": "https://github.com/holgerlembke/ESPFMfGK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/holgerlembke/ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.9.zip", + "archiveFileName": "ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.9.zip", + "size": 322390, + "checksum": "SHA-256:daae368d58c7d511c415b8da173c0f336c62e57a3ff4c659f0c6bcbee43c133b" }, { - "name": "TaskManagerIO", - "version": "1.0.0", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "ESP32 File Manager for Generation Klick ESPFMfGK", + "version": "2.0.10", + "author": "Holger Lembke", + "maintainer": "Holger Lembke \u003clembke@gmail.com\u003e", + "sentence": "Manage your ES32 file system content with a simple web based interface", + "paragraph": "ESPFMfGK is a simple to use web interface that allows you to upload files with drag and drop, download files, edit files, move files and much more within your ESP32 file space. It supports all file systems (FFAT, SD, SD-MMC, LittleFS, SPIFFS) and an unlimited number of devices all at the same time.", + "website": "https://github.com/holgerlembke/ESPFMfGK", + "category": "Communication", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", - "providesIncludes": [ - "TaskManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.0.zip", - "archiveFileName": "TaskManagerIO-1.0.0.zip", - "size": 51886, - "checksum": "SHA-256:f16287a5edd61b3a9ed2376826e8816c04900072cc1c697ad771256a826cc9c9" + "repository": "https://github.com/holgerlembke/ESPFMfGK.git", + "url": "https://downloads.arduino.cc/libraries/github.com/holgerlembke/ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.10.zip", + "archiveFileName": "ESP32_File_Manager_for_Generation_Klick_ESPFMfGK-2.0.10.zip", + "size": 324960, + "checksum": "SHA-256:934928df17da9821065d564e5ed5dfe918740e342a63e55c0ef95b4617fd7342" }, { - "name": "TaskManagerIO", - "version": "1.0.1", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "BooleanButton", + "version": "1.0.0", + "author": "Xylopyrographer (https://github.com/Xylopyrographer)", + "maintainer": "Xylopyrographer (https://github.com/Xylopyrographer)", + "sentence": "library for monitoring the state, transitions, and timing of a boolean variable, creating a virtual button that emulates a momentary contact switch.", + "paragraph": "Copyright (C) 2023 by Xylopyrographer and licensed under GNU GPL v3.0.", + "website": "https://github.com/Xylopyrographer/BooleanButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", - "providesIncludes": [ - "TaskManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.1.zip", - "archiveFileName": "TaskManagerIO-1.0.1.zip", - "size": 53248, - "checksum": "SHA-256:7974a5c811d22b00b866cd4eaa0f3c59d156b89304746e7d16ae8a51a496b1a3" + "repository": "https://github.com/Xylopyrographer/BooleanButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Xylopyrographer/BooleanButton-1.0.0.zip", + "archiveFileName": "BooleanButton-1.0.0.zip", + "size": 23627, + "checksum": "SHA-256:7e209e86a9552f215089ebec30903c41f1718117bc1e8adb1ef2a7c9395e79b2" }, { - "name": "TaskManagerIO", - "version": "1.0.2", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "BooleanButton", + "version": "1.1.0", + "author": "Xylopyrographer (https://github.com/Xylopyrographer)", + "maintainer": "Xylopyrographer (https://github.com/Xylopyrographer)", + "sentence": "library for monitoring the state, transitions, and timing of a boolean variable, creating a virtual button that emulates a switch.", + "paragraph": "Copyright (C) 2023 by Xylopyrographer and licensed under GNU GPL v3.0.", + "website": "https://github.com/Xylopyrographer/BooleanButton", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", - "providesIncludes": [ - "TaskManager.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.2.zip", - "archiveFileName": "TaskManagerIO-1.0.2.zip", - "size": 53130, - "checksum": "SHA-256:596db4de02f787f4ac2e302d20f84e34dc31425d76b0ff3e88ea544cdb0e0097" + "repository": "https://github.com/Xylopyrographer/BooleanButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Xylopyrographer/BooleanButton-1.1.0.zip", + "archiveFileName": "BooleanButton-1.1.0.zip", + "size": 24401, + "checksum": "SHA-256:ef2d7203cc4a57876066266591996aba02900375774f1477de243bb13cd4c20d" }, { - "name": "TaskManagerIO", - "version": "1.0.3", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "WBIOExtMini", + "version": "0.0.1", + "author": "Lualtek", + "maintainer": "Lualtek \u003cdev@lualtek.io\u003e", + "sentence": "Library for the Lualtek WisBlock IO Extension Mini board", + "paragraph": "Mini version of the RAK5804 IO module built for a 10x23mm sensor slot.", + "website": "https://github.com/lualtek/wisblock-io-extension-mini", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", + "repository": "https://github.com/lualtek/wisblock-io-extension-mini.git", "providesIncludes": [ - "TaskManager.h" + "WBIOExtMini.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.3.zip", - "archiveFileName": "TaskManagerIO-1.0.3.zip", - "size": 53161, - "checksum": "SHA-256:b0b61ba91eed92385d9ae823c967d439a50807bc6e4f373cdbeaec49b290dd5b" + "dependencies": [ + { + "name": "ADS1X15", + "version": "\u003e=0.3" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lualtek/WBIOExtMini-0.0.1.zip", + "archiveFileName": "WBIOExtMini-0.0.1.zip", + "size": 1827425, + "checksum": "SHA-256:47c335abb00a2058cd75c4a83465b402a88fdc4c93e0db47cce54c86b9562f95" }, { - "name": "TaskManagerIO", - "version": "1.0.4", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "LoRa_Library", + "version": "0.0.1", + "author": "Victor Kalenda", + "maintainer": "Victor Kalenda", + "sentence": "Library implementation of Semtechs sx126x_driver for Arduino microcontrollers", + "paragraph": "Supports Semtech SX126X based boards/shields.", + "website": "https://github.com/Victor-Kalenda/LoRa_Library", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", + "repository": "https://github.com/Victor-Kalenda/LoRa_Library.git", "providesIncludes": [ - "TaskManager.h" + "LoRa_Library.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.4.zip", - "archiveFileName": "TaskManagerIO-1.0.4.zip", - "size": 54485, - "checksum": "SHA-256:8944ca1d17704f5d7012eea337269176661fc571734a16a6c9578dd9bbdd898a" + "url": "https://downloads.arduino.cc/libraries/github.com/Victor-Kalenda/LoRa_Library-0.0.1.zip", + "archiveFileName": "LoRa_Library-0.0.1.zip", + "size": 43520, + "checksum": "SHA-256:82d2f94c39da6cb286ea7919efae286b77bb61555f92b9b197a7254cb0f25291" }, { - "name": "TaskManagerIO", - "version": "1.0.6", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "LoRa_Library", + "version": "0.0.2", + "author": "Victor Kalenda", + "maintainer": "Victor Kalenda", + "sentence": "Library implementation of Semtechs sx126x_driver for Arduino microcontrollers", + "paragraph": "Supports Semtech SX126X based boards/shields.", + "website": "https://github.com/Victor-Kalenda/LoRa_Library", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", + "repository": "https://github.com/Victor-Kalenda/LoRa_Library.git", "providesIncludes": [ - "TaskManager.h" + "LoRa_Library.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.6.zip", - "archiveFileName": "TaskManagerIO-1.0.6.zip", - "size": 55924, - "checksum": "SHA-256:189352f66fc54175c3f2a87572888ee67979bdc5af090c657c6c908b318c6012" + "url": "https://downloads.arduino.cc/libraries/github.com/Victor-Kalenda/LoRa_Library-0.0.2.zip", + "archiveFileName": "LoRa_Library-0.0.2.zip", + "size": 3937203, + "checksum": "SHA-256:971f0fb080293529eae889fc889c9104f0726a28098d6784d730a49ec35c0639" }, { - "name": "TaskManagerIO", - "version": "1.0.7", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "LoRa_Library", + "version": "0.0.5", + "author": "Victor Kalenda", + "maintainer": "Victor Kalenda", + "sentence": "Library implementation of Semtechs sx126x_driver for Arduino microcontrollers", + "paragraph": "Supports Semtech SX126X based boards/shields.", + "website": "https://github.com/Victor-Kalenda/LoRa_Library", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", + "repository": "https://github.com/Victor-Kalenda/LoRa_Library.git", "providesIncludes": [ - "TaskManager.h" + "LoRa_Library.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.0.7.zip", - "archiveFileName": "TaskManagerIO-1.0.7.zip", - "size": 56091, - "checksum": "SHA-256:730aedf2db4f1cf2f7eb88d020f291263b2ad9f4f19acd2f7794fc67d5415595" + "url": "https://downloads.arduino.cc/libraries/github.com/Victor-Kalenda/LoRa_Library-0.0.5.zip", + "archiveFileName": "LoRa_Library-0.0.5.zip", + "size": 3937350, + "checksum": "SHA-256:a45bbc3a6debdf4fe3d5c4d9343170388514a8663e4432beb2a9ca9fa5b93918" }, { - "name": "TaskManagerIO", - "version": "1.1.0", - "author": "davetcc", - "maintainer": "https://www.thecoderscorner.com", - "sentence": "Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.", - "paragraph": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager", - "website": "https://github.com/davetcc/TaskManagerIO", - "category": "Other", - "architectures": [], + "name": "LoRa_Library", + "version": "0.0.6", + "author": "Victor Kalenda", + "maintainer": "Victor Kalenda", + "sentence": "Library implementation of Semtechs sx126x_driver for Arduino microcontrollers", + "paragraph": "Supports Semtech SX126X based boards/shields.", + "website": "https://github.com/Victor-Kalenda/LoRa_Library", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/davetcc/TaskManagerIO.git", + "repository": "https://github.com/Victor-Kalenda/LoRa_Library.git", "providesIncludes": [ - "TaskManager.h" + "LoRa_Library.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/davetcc/TaskManagerIO-1.1.0.zip", - "archiveFileName": "TaskManagerIO-1.1.0.zip", - "size": 56855, - "checksum": "SHA-256:999bb0ee662954621db06b46049180746e5fa406f29af6f3a9a257e2f76c5e90" + "url": "https://downloads.arduino.cc/libraries/github.com/Victor-Kalenda/LoRa_Library-0.0.6.zip", + "archiveFileName": "LoRa_Library-0.0.6.zip", + "size": 3937357, + "checksum": "SHA-256:eb5b84bce4fe26c3bb8eb573bf45637d9e44172c0f423d02d47e6d65972c05d0" }, { - "name": "cgnuino", - "version": "0.1.0", - "author": "Kei Mochizuki", - "maintainer": "Kei Mochizuki", - "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", - "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience.", - "website": "https://researchmap.jp/keimochizuki", - "category": "Other", + "name": "OPT4048", + "version": "1.0.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/keimochizuki/cgnuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-0.1.0.zip", - "archiveFileName": "cgnuino-0.1.0.zip", - "size": 347250, - "checksum": "SHA-256:f2803722e9588795fc7316a7531306f63fbe540840a6a7a712fba60728ea1ff1" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.0.0.zip", + "archiveFileName": "OPT4048-1.0.0.zip", + "size": 7483, + "checksum": "SHA-256:9609205499cce00e20a833eb22ca06f47a898d0a0a54108675172a083faf3dc6" }, { - "name": "cgnuino", - "version": "1.0.0", - "author": "Kei Mochizuki", - "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", - "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", - "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", - "website": "https://github.com/keimochizuki/cgnuino", - "category": "Other", + "name": "OPT4048", + "version": "1.1.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/keimochizuki/cgnuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.0.zip", - "archiveFileName": "cgnuino-1.0.0.zip", - "size": 387942, - "checksum": "SHA-256:3f8619fe529eb8beee4f3fc6087589676c8cb1e5277846effa748b80d350dd01" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.1.0.zip", + "archiveFileName": "OPT4048-1.1.0.zip", + "size": 8183, + "checksum": "SHA-256:2db9ccfe82415c434b4222ce40e606e4b055cbefa0f797202de5fd4c620e3dae" }, { - "name": "cgnuino", - "version": "1.0.1", - "author": "Kei Mochizuki", - "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", - "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", - "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", - "website": "https://github.com/keimochizuki/cgnuino", - "category": "Other", + "name": "OPT4048", + "version": "1.2.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/keimochizuki/cgnuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.1.zip", - "archiveFileName": "cgnuino-1.0.1.zip", - "size": 252791, - "checksum": "SHA-256:39b09f0d409b70d8a1d91467b58fe53f3d64f925c551cccc5270a0c1cd152aab" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.2.0.zip", + "archiveFileName": "OPT4048-1.2.0.zip", + "size": 8609, + "checksum": "SHA-256:c05fafd86b8a1270a2b70efb983b9733afd61a0744fe94a3aa15b1316b7f9b1b" }, { - "name": "cgnuino", - "version": "1.0.2", - "author": "Kei Mochizuki", - "maintainer": "Kei Mochizuki \u003ck31mczk-git@yahoo.co.jp\u003e", - "sentence": "Arduino library for behavioral task controls in cognitive psychology and neuroscience.", - "paragraph": "This library provides several functions and utilities for implementing behavioral tasks in cognitive psychology and neuroscience. You can download and use latest cgnuino library freely from Library Manager on Arduino IDE or GitHub.", - "website": "https://github.com/keimochizuki/cgnuino", - "category": "Other", + "name": "OPT4048", + "version": "1.4.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/keimochizuki/cgnuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/keimochizuki/cgnuino-1.0.2.zip", - "archiveFileName": "cgnuino-1.0.2.zip", - "size": 1147013, - "checksum": "SHA-256:f77849bb7a53ce622c3e8d677f55718275b5489616a4e147fad9ce72dc9b0515" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.4.0.zip", + "archiveFileName": "OPT4048-1.4.0.zip", + "size": 9172, + "checksum": "SHA-256:62499568772ffe165fc01e129b17db8148faf4697f7cfde43970c58701e7b417" }, { - "name": "EasyMorse", - "version": "1.1.0", - "author": "Milador", - "maintainer": "Milador \u003ccontact@milad.mobi\u003e", - "sentence": "A simplified Morse code library to be used as a method of Communication.", - "paragraph": "You can use this library along example codes and two switches to get started converting Morse code to character. The library is based on morse2go project.", - "website": "https://github.com/milador/EasyMorse", - "category": "Communication", + "name": "OPT4048", + "version": "1.5.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/milador/EasyMorse.git", - "providesIncludes": [ - "EasyMorse.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/milador/EasyMorse-1.1.0.zip", - "archiveFileName": "EasyMorse-1.1.0.zip", - "size": 7355, - "checksum": "SHA-256:46f6d972efc895f37f688b5ae3323505b0da3e429a0d2f4baf9d536e1bb4da81" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.5.0.zip", + "archiveFileName": "OPT4048-1.5.0.zip", + "size": 9208, + "checksum": "SHA-256:9ac9880730ddc9ad4d7854f8ecc18efe1d33a1778ffa5ca80b6ec7b1ad6ab045" }, { - "name": "LineTracker5 Library", - "version": "1.0.5", - "author": "yanko", - "maintainer": "yanko \u003cyanko.html@gmail.com\u003e", - "sentence": "The library for the LineTracker5 board", - "paragraph": "This is the library for the LineTracker5 infrared board", - "website": "https://github.com/HNRobotica/LineTracker5/", + "name": "OPT4048", + "version": "1.6.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", "category": "Sensors", "architectures": [ "*" @@ -351964,402 +815280,372 @@ "types": [ "Contributed" ], - "repository": "https://github.com/HNRobotica/LineTracker5.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HNRobotica/LineTracker5_Library-1.0.5.zip", - "archiveFileName": "LineTracker5_Library-1.0.5.zip", - "size": 16272, - "checksum": "SHA-256:82b82395b3491e4efbcf5aaa88bee29dac5172c651ce8d76d9dfd0286d170792" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.6.0.zip", + "archiveFileName": "OPT4048-1.6.0.zip", + "size": 9464, + "checksum": "SHA-256:0a60de54b3ef9d854b129019def685844739ffb9b7b12944b6ce1eda21766dd7" }, { - "name": "KIM", - "version": "3.0.0", - "author": "Kineis", - "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", - "license": "LGPL-2.1", - "sentence": "Handles the interface between KIM1 shield V2 and Arduino.", - "paragraph": "Handles the interface between KIM1 shield V2 and Arduino.", - "website": "https://github.com/Kineis/ArduinoKim", - "category": "Device Control", + "name": "OPT4048", + "version": "1.8.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Kineis/ArduinoKim.git", - "providesIncludes": [ - "KIM.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.0.zip", - "archiveFileName": "KIM-3.0.0.zip", - "size": 52218, - "checksum": "SHA-256:267600429c41c029eaa048f82957af4b4d0ecc58baa0549a7aa74e06ceedc077" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.8.0.zip", + "archiveFileName": "OPT4048-1.8.0.zip", + "size": 9460, + "checksum": "SHA-256:57b78d96a1fe25db4c8e73b50248afee0e79a5038fd4c8dd6cf6472c1daebd57" }, { - "name": "KIM", - "version": "3.0.2", - "author": "Kineis", - "maintainer": "Nicolas Cassar \u003cncassar@kineis.com\u003e", - "license": "MIT", - "sentence": "Handles the interface between KIM1 shield V2 and Arduino.", - "paragraph": "The KIM library allows to use the KIM1 shield with the Arduino Uno board.", - "website": "https://github.com/Kineis/ArduinoKim", - "category": "Device Control", + "name": "OPT4048", + "version": "1.9.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Kineis/ArduinoKim.git", - "providesIncludes": [ - "KIM.h" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.9.0.zip", + "archiveFileName": "OPT4048-1.9.0.zip", + "size": 9463, + "checksum": "SHA-256:c8dfc63247e88815c73cb284fab84d7b6894a1de7011410aae439a9af2b7441d" + }, + { + "name": "OPT4048", + "version": "1.10.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Kineis/KIM-3.0.2.zip", - "archiveFileName": "KIM-3.0.2.zip", - "size": 53037, - "checksum": "SHA-256:f0baf0d1cea69a70bf995eb71787b380332bff037d7d7797556b6ebe4aea9c61" + "types": [ + "Contributed" + ], + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.10.0.zip", + "archiveFileName": "OPT4048-1.10.0.zip", + "size": 9693, + "checksum": "SHA-256:cf33bef938f8562f389d1fc49e842329fae0da171047a29496b04365ad5a91d5" }, { - "name": "M5Core2", - "version": "0.0.1", - "author": "M5Stack", - "maintainer": "Hades\u003chades8363@gmail.com\u003e", - "sentence": "Library for M5Stack Core development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5Core2.git", - "category": "Device Control", + "name": "OPT4048", + "version": "1.11.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5Core2.git", - "providesIncludes": [ - "M5Core2.h" + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.11.0.zip", + "archiveFileName": "OPT4048-1.11.0.zip", + "size": 9809, + "checksum": "SHA-256:f4bd53993b2dddf46fd706c4d50c1fb1d1438d16423f00d2f8709ad2d67884f9" + }, + { + "name": "OPT4048", + "version": "1.12.0", + "author": "RetroSpy Technologies", + "maintainer": "RetroSpy Technologies \u003csupport@retro-spy.com\u003e", + "sentence": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "paragraph": "Arduino library for Texas Instruments OPT4048 Ambient Light Sensor (ALS)", + "website": "https://github.com/retrospy/OPT4048", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.1.zip", - "archiveFileName": "M5Core2-0.0.1.zip", - "size": 2584580, - "checksum": "SHA-256:8954ff32bf7234e6961e97220b4385162f98a56451ecc19b0f1318c68e4bd87f" + "types": [ + "Contributed" + ], + "repository": "https://github.com/retrospy/OPT4048.git", + "url": "https://downloads.arduino.cc/libraries/github.com/retrospy/OPT4048-1.12.0.zip", + "archiveFileName": "OPT4048-1.12.0.zip", + "size": 10108, + "checksum": "SHA-256:7ec7fdb0985c4564a13e7fe4a8e68f71a074119fdd19b2d2bbb438c2b89bfc6f" }, { - "name": "M5Core2", - "version": "0.0.2", - "author": "M5Stack", - "maintainer": "Hades\u003chades8363@gmail.com\u003e", - "sentence": "Library for M5Stack Core2 development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5Core2.git", - "category": "Device Control", + "name": "AD9833", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9833 function generator. Supports both hardware SPI as software SPI.", + "website": "https://github.com/RobTillaart/AD9833", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5Core2.git", + "repository": "https://github.com/RobTillaart/AD9833.git", "providesIncludes": [ - "M5Core2.h" + "AD9833.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Core2-0.0.2.zip", - "archiveFileName": "M5Core2-0.0.2.zip", - "size": 2600886, - "checksum": "SHA-256:1f5bdd736a299cda4332adf03f3f446e40342f30236580cd37ad47539fd27aaa" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD9833-0.1.0.zip", + "archiveFileName": "AD9833-0.1.0.zip", + "size": 12690, + "checksum": "SHA-256:692e04dee858d51ff3ec78f53ab3e5d2c2b0d79e9853260f17ae90484e378eff" }, { - "name": "Blynk_Async_GSM_Manager", - "version": "1.0.10", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple GSM shield Credentials Manager for Blynk and ESP32 / ESP8266 boards, with or without SSL, configuration data saved in LittleFS / SPIFFS / EEPROM.", - "paragraph": "Library, now using AsyncWebServer instead of (ESP8266)WebServer, for enabling GSM/GPRS and WiFi running simultaneously as well as configuring/auto(re)connecting at runtime GSM shields to Internet and Blynk and ESP8266/ESP32 WiFi modules to best or available MultiWiFi APs and MultiBlynk servers. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager", - "category": "Communication", + "name": "AD9833", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9833 function generator. Supports both hardware SPI as software SPI.", + "website": "https://github.com/RobTillaart/AD9833", + "category": "Signal Input/Output", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Async_GSM_Manager.git", + "repository": "https://github.com/RobTillaart/AD9833.git", "providesIncludes": [ - "BlynkSimpleTinyGSM_Async_M.h" - ], - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "TinyGSM" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "ESP Async WebServer" - } + "AD9833.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_GSM_Manager-1.0.10.zip", - "archiveFileName": "Blynk_Async_GSM_Manager-1.0.10.zip", - "size": 157374, - "checksum": "SHA-256:cb44ac2ec529c586368a82a72bab97f74b688c4be565f4cb5428c8112827d886" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD9833-0.1.1.zip", + "archiveFileName": "AD9833-0.1.1.zip", + "size": 15021, + "checksum": "SHA-256:1a05e51e9e674c6070bc517962a822f6f290d07de1ad6cc8fde6a0ec5b0e8972" }, { - "name": "Toggl API v8 - Arduino Implementation", - "version": "1.0.0", - "author": "Joey Strandnes", - "maintainer": "Joey Strandnes", - "sentence": "Toggl API v8 implementation for ESP", - "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", - "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", - "category": "Communication", + "name": "AD9833", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9833 function generator. Supports hardware SPI and software SPI.", + "paragraph": "supports sine, square, triangle.", + "website": "https://github.com/RobTillaart/AD9833", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", - "dependencies": [ - { - "name": "ESP8266WiFi" - }, - { - "name": "ESP8266HTTPClient" - }, - { - "name": "WiFiClientSecureBearSSL" - }, - { - "name": "ArduinoJson" - } + "repository": "https://github.com/RobTillaart/AD9833.git", + "providesIncludes": [ + "AD9833.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.0.0.zip", - "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.0.0.zip", - "size": 10959, - "checksum": "SHA-256:dc5ad61e8c73538e7b00a1f729eda8266e18ab60c4ec9d9939e709380bb2d55d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD9833-0.1.2.zip", + "archiveFileName": "AD9833-0.1.2.zip", + "size": 17808, + "checksum": "SHA-256:527d2b01f258735f032eb0bb995325c67b84555e37154ce9f94e6a700025f8fd" }, { - "name": "Toggl API v8 - Arduino Implementation", - "version": "1.1.0", - "author": "Joey Strandnes", - "maintainer": "Joey Strandnes", - "sentence": "Toggl API v8 implementation for ESP", - "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", - "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", - "category": "Communication", + "name": "AD9833", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD9833 function generator. Supports hardware SPI and software SPI.", + "paragraph": "supports sine, square, triangle.", + "website": "https://github.com/RobTillaart/AD9833", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", - "dependencies": [ - { - "name": "ArduinoJson" - } + "repository": "https://github.com/RobTillaart/AD9833.git", + "providesIncludes": [ + "AD9833.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.1.0.zip", - "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.1.0.zip", - "size": 10743, - "checksum": "SHA-256:d5515442c4daaa0e15d7a449d0004cda10f2c81c9ebb6a8b6c7219a1afd85508" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD9833-0.2.0.zip", + "archiveFileName": "AD9833-0.2.0.zip", + "size": 18976, + "checksum": "SHA-256:a1fc49106fa5700b35118f06c3cb3a53416729b6b1f2eb8711a245ce5f1fc912" }, { - "name": "Toggl API v8 - Arduino Implementation", - "version": "1.1.5", - "author": "Joey Strandnes", - "maintainer": "Joey Strandnes", - "sentence": "Toggl API v8 implementation for ESP", - "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", - "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", - "category": "Communication", + "name": "ENGR100-980", + "version": "1.0.1", + "author": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "maintainer": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "sentence": "UMich ENGR 100-980 Library", + "paragraph": "A library of start code and examples for the ENGR 100-980 course at the University of Michigan.", + "website": "https://github.com/engin100/980", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", - "dependencies": [ - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.1.5.zip", - "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.1.5.zip", - "size": 16208, - "checksum": "SHA-256:70cde372345fce57931885f1c32ae544c0eca4f6a3268e5d3d7021b123c8bf61" + "repository": "https://github.com/engin100/980.git", + "url": "https://downloads.arduino.cc/libraries/github.com/engin100/ENGR100_980-1.0.1.zip", + "archiveFileName": "ENGR100_980-1.0.1.zip", + "size": 182193, + "checksum": "SHA-256:332b2dc2114468d321ceeb1aa308478c7e374baf343c62b9b83e926815e1f2c2" }, { - "name": "Toggl API v8 - Arduino Implementation", - "version": "1.2.0", - "author": "Joey Strandnes", - "maintainer": "Joey Strandnes", - "sentence": "Toggl API v8 implementation for ESP", - "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", - "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", - "category": "Communication", + "name": "ENGR100-980", + "version": "1.0.2", + "author": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "maintainer": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "sentence": "UMich ENGR 100-980 Library", + "paragraph": "A library of start code and examples for the ENGR 100-980 course at the University of Michigan.", + "website": "https://github.com/engin100/980", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", - "dependencies": [ - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.0.zip", - "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.0.zip", - "size": 20296, - "checksum": "SHA-256:39173ddb069a872e3bab11c42f3e6fda2cc9064469a8b412197fe27e809048e6" + "repository": "https://github.com/engin100/980.git", + "url": "https://downloads.arduino.cc/libraries/github.com/engin100/ENGR100_980-1.0.2.zip", + "archiveFileName": "ENGR100_980-1.0.2.zip", + "size": 850933, + "checksum": "SHA-256:fa29c8a5c95223affbce2808afbc9d94f180f532339b7c95c13ee37467785f73" }, { - "name": "Toggl API v8 - Arduino Implementation", - "version": "1.2.1", - "author": "Joey Strandnes", - "maintainer": "Joey Strandnes", - "sentence": "Toggl API v8 implementation for ESP", - "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", - "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", - "category": "Communication", + "name": "ENGR100-980", + "version": "1.0.3", + "author": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "maintainer": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "sentence": "UMich ENGR 100-980 Library", + "paragraph": "A library of start code and examples for the ENGR 100-980 course at the University of Michigan.", + "website": "https://github.com/engin100/980", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", - "dependencies": [ - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.1.zip", - "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.1.zip", - "size": 22352, - "checksum": "SHA-256:ed7833a6e077338e5d4317db986069a9118fbad3614bbe5ade189b65af3b23af" + "repository": "https://github.com/engin100/980.git", + "url": "https://downloads.arduino.cc/libraries/github.com/engin100/ENGR100_980-1.0.3.zip", + "archiveFileName": "ENGR100_980-1.0.3.zip", + "size": 1165225, + "checksum": "SHA-256:b4a0ec0c3a8ae9e2d15dde6ce074c620196a662f27d0191e383a6a0abf14af97" }, { - "name": "Toggl API v8 - Arduino Implementation", - "version": "1.2.2", - "author": "Joey Strandnes", - "maintainer": "Joey Strandnes", - "sentence": "Toggl API v8 implementation for ESP", - "paragraph": "Easy to use port of Toggl API v8 with stripped functionality to efficiently work with the ESP family", - "website": "https://github.com/JoeyStrandnes/Arduino-Toggl-API", - "category": "Communication", + "name": "ENGR100-980", + "version": "1.0.4", + "author": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "maintainer": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "sentence": "UMich ENGR 100-980 Library", + "paragraph": "A library of start code and examples for the ENGR 100-980 course at the University of Michigan.", + "website": "https://github.com/engin100/980", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JoeyStrandnes/Arduino-Toggl-API.git", - "dependencies": [ - { - "name": "ArduinoJson" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/JoeyStrandnes/Toggl_API_v8___Arduino_Implementation-1.2.2.zip", - "archiveFileName": "Toggl_API_v8___Arduino_Implementation-1.2.2.zip", - "size": 22386, - "checksum": "SHA-256:a74db246e9629f0b698c7ce24e50e1ec9cb6d36b7bf08f26f84ec59b270dc61d" + "repository": "https://github.com/engin100/980.git", + "url": "https://downloads.arduino.cc/libraries/github.com/engin100/ENGR100_980-1.0.4.zip", + "archiveFileName": "ENGR100_980-1.0.4.zip", + "size": 1211982, + "checksum": "SHA-256:2ef47518b5331c0e8fae10ca4c88afe632c6dcb26c830a8670b7b4df1ec058de" }, { - "name": "UCloudIoTSDK", - "version": "0.0.1", - "author": "James Liu \u003cjames.liu@ucloud.cn\u003e", - "maintainer": "James Liu \u003cjames.liu@ucloud.cn\u003e", - "sentence": "An Arduino library for connecting ucloud iot platform made by UCloud IoT team.", - "paragraph": "UCloudIoTSDK is designed \u0026 developed by UCloud IoT team , this library is used to connect with UCloud iot platform.", - "website": "https://github.com/ucloud/ucloud-iot-sdk-arduino", - "category": "Communication", + "name": "ENGR100-980", + "version": "1.0.5", + "author": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "maintainer": "Eric Andrechek \u003cericandrechek@gmail.com\u003e", + "sentence": "UMich ENGR 100-980 Library", + "paragraph": "A library of start code and examples for the ENGR 100-980 course at the University of Michigan.", + "website": "https://github.com/engin100/980", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ucloud/ucloud-iot-sdk-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ucloud/UCloudIoTSDK-0.0.1.zip", - "archiveFileName": "UCloudIoTSDK-0.0.1.zip", - "size": 706716, - "checksum": "SHA-256:e354dc0edb112f2fdf806cbf607e2c88a72ee0ff28334f0de1caf973aa6012f9" + "repository": "https://github.com/engin100/980.git", + "url": "https://downloads.arduino.cc/libraries/github.com/engin100/ENGR100_980-1.0.5.zip", + "archiveFileName": "ENGR100_980-1.0.5.zip", + "size": 18502534, + "checksum": "SHA-256:5fa71fdfa37cad1b9e2973ef621f11d42572f8ae19d6446b3f632872e3ae5466" }, { - "name": "ServoInput", + "name": "Bonezegei_SSD1306", "version": "1.0.0", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Read positional data from servo motors and drivers.", - "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", - "website": "https://github.com/dmadison/ServoInput", - "category": "Signal Input/Output", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "OLED Library", + "paragraph": "I2C SSD1306 OLED Library", + "website": "https://github.com/bonezegei/Bonezegei_SSD1306", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ServoInput.git", + "repository": "https://github.com/bonezegei/Bonezegei_SSD1306.git", "providesIncludes": [ - "ServoInput.h" - ], - "dependencies": [ - { - "name": "PinChangeInterrupt" - } + "Bonezegei_SSD1306.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.0.zip", - "archiveFileName": "ServoInput-1.0.0.zip", - "size": 23818, - "checksum": "SHA-256:c383b7c98310422452dc0cfceafe3e5978c38a34209605cae298e64eec4b0c49" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_SSD1306-1.0.0.zip", + "archiveFileName": "Bonezegei_SSD1306-1.0.0.zip", + "size": 14986, + "checksum": "SHA-256:fb4003c70e50ebb7535f687068fe24fc83fcda5b6a5f278878b1c038ac33b898" }, { - "name": "ServoInput", + "name": "Bonezegei_SSD1306", "version": "1.0.1", - "author": "David Madison", - "maintainer": "David Madison", - "sentence": "Read positional data from servo motors and drivers.", - "paragraph": "This library processes the PWM driving signal from servo motors and can be used to read data from RC receivers and robotics.", - "website": "https://github.com/dmadison/ServoInput", - "category": "Signal Input/Output", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "OLED Library", + "paragraph": "I2C SSD1306 OLED Library", + "website": "https://github.com/bonezegei/Bonezegei_SSD1306", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dmadison/ServoInput.git", + "repository": "https://github.com/bonezegei/Bonezegei_SSD1306.git", "providesIncludes": [ - "ServoInput.h" - ], - "dependencies": [ - { - "name": "PinChangeInterrupt" - } + "Bonezegei_SSD1306.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/ServoInput-1.0.1.zip", - "archiveFileName": "ServoInput-1.0.1.zip", - "size": 24072, - "checksum": "SHA-256:225bc4d0d0a4889f3fd25b95c596f7d3ff8ba1d418bdfca52a7b6ddbcbba908b" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_SSD1306-1.0.1.zip", + "archiveFileName": "Bonezegei_SSD1306-1.0.1.zip", + "size": 19578, + "checksum": "SHA-256:85afa672c9e281cfff2028f3a0a9d568fadbc3a333356812f20b69f4d9884112" }, { - "name": "Adafruit SSD1327", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", - "paragraph": "SSD1327 library for grayscale OLEDs based on SSD1327 drivers", - "website": "https://github.com/adafruit/Adafruit_SSD1327", + "name": "Bonezegei_SSD1306", + "version": "1.0.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "OLED Library", + "paragraph": "I2C SSD1306 OLED Library", + "website": "https://github.com/bonezegei/Bonezegei_SSD1306", "category": "Display", "architectures": [ "*" @@ -352367,850 +815653,838 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SSD1327.git", - "dependencies": [ - { - "name": "Adafruit GFX Library" - } + "repository": "https://github.com/bonezegei/Bonezegei_SSD1306.git", + "providesIncludes": [ + "Bonezegei_SSD1306.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SSD1327-1.0.0.zip", - "archiveFileName": "Adafruit_SSD1327-1.0.0.zip", - "size": 14653, - "checksum": "SHA-256:e2166e93c3ed81994a7b4eec2d10441f823a44066fe3cffc20c5a0a535d52fdc" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_SSD1306-1.0.2.zip", + "archiveFileName": "Bonezegei_SSD1306-1.0.2.zip", + "size": 20468, + "checksum": "SHA-256:92a6a5f0b1cc8b3cd860dd2039a507f426b18917225e1b78a1cef96f42745e45" }, { - "name": "Blynk_Async_ESP32_BT_WF", - "version": "1.0.6", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP32 with or without SSL, configuration data saved in either SPIFFS or EEPROM. Enable inclusion of both ESP32 Blynk BT/BLE and WiFi libraries. Then select one at reboot or run both. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Using AsyncWebServer instead of (ESP8266)WebServer.", - "paragraph": "By design, Blynk user can run ESP32 boards with either WiFi or BT/BLE by using different sketches, and have to upload / update firmware to change. This library enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot. This library also supports (auto)connection to MultiWiFi and MultiBlynk, dynamic custom as well as static parameters in Config Portal. Eliminate hardcoding your Wifi and Blynk credentials and configuration data saved in either SPIFFS or EEPROM. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF", - "category": "Communication", + "name": "AM4096", + "version": "1.0.0", + "author": "Yasir Shahzad \u003cYasirshahazad918@gmail.com\u003e", + "maintainer": "Yasir Shahzad \u003cYasirshahazad918@gmail.com\u003e", + "sentence": "An Arduino library for interfacing with the AM4096 rotary magnetic encoder.", + "paragraph": "This library provides an interface for communicating with the AM4096 rotary magnetic encoder using the I2C protocol. The library enables easy access to the encoder's configuration and output data. It is useful for projects that require precise rotary position sensing.", + "website": "https://github.com/yasir-shahzad/AM4096", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "ESP Async WebServer" - } + "repository": "https://github.com/yasir-shahzad/AM4096.git", + "providesIncludes": [ + "AM4096.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_ESP32_BT_WF-1.0.6.zip", - "archiveFileName": "Blynk_Async_ESP32_BT_WF-1.0.6.zip", - "size": 367018, - "checksum": "SHA-256:e64b27e7df336b032263faddef7815ab1779fc678ccbf1215ccb02ee26a1fefe" + "url": "https://downloads.arduino.cc/libraries/github.com/yasir-shahzad/AM4096-1.0.0.zip", + "archiveFileName": "AM4096-1.0.0.zip", + "size": 12040, + "checksum": "SHA-256:de027f3f37c53a02781380930e96e3adcd2f3c0d51781d5ee374f0107695d4b8" }, { - "name": "RoxMux", - "version": "1.1.0", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Collection of Multiplexers Controller Classes", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", - "architectures": [], + "name": "jsnsr04t", + "version": "1.0.0", + "author": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "maintainer": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "sentence": "A library that provides a simple to use object for using JSN-SR-04T ultrasonic measure board.", + "paragraph": "The boards JSN-SR-04T provides distance measured by ultrasonic transducter.", + "website": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t", + "category": "Sensors", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t.git", "providesIncludes": [ - "RoxMux.h" + "jsnsr04t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.0.zip", - "archiveFileName": "RoxMux-1.1.0.zip", - "size": 265097, - "checksum": "SHA-256:663b893035a46f3fbdab478d3471213dea94272050885e9515796d42b3d9f7b8" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/libraries/jsnsr04t-1.0.0.zip", + "archiveFileName": "jsnsr04t-1.0.0.zip", + "size": 3104, + "checksum": "SHA-256:f0f9f9207f2a96eaf8024bdf2ee101c50df8035ee5b0ede70a7ce497edc3255c" }, { - "name": "RoxMux", - "version": "1.1.1", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexers Controller Classes", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "jsnsr04t", + "version": "1.0.1", + "author": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "maintainer": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "sentence": "A library that provides a simple to use object for using JSN-SR-04T ultrasonic measure board.", + "paragraph": "The boards JSN-SR-04T provides distance measured by ultrasonic transducter.", + "website": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t.git", "providesIncludes": [ - "RoxMux.h" + "jsnsr04t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.1.zip", - "archiveFileName": "RoxMux-1.1.1.zip", - "size": 265118, - "checksum": "SHA-256:e30689289aa86e19b4c0ada2d2c206c239e904203a627cbcb6e4c12afc0a2dd6" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/libraries/jsnsr04t-1.0.1.zip", + "archiveFileName": "jsnsr04t-1.0.1.zip", + "size": 3527, + "checksum": "SHA-256:b94b59c6bd8ca5c56559648e47035f17c856f9a2f3e271e8660651455883feff" }, { - "name": "RoxMux", - "version": "1.1.3", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067 \u0026 74HC4051, also includes utilities to read buttons", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "jsnsr04t", + "version": "1.0.2", + "author": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "maintainer": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "sentence": "A library that provides a simple to use object for using JSN-SR-04T ultrasonic measure board.", + "paragraph": "The boards JSN-SR-04T provides distance measured by ultrasonic transducter.", + "website": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t.git", "providesIncludes": [ - "RoxMux.h" + "jsnsr04t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.3.zip", - "archiveFileName": "RoxMux-1.1.3.zip", - "size": 272064, - "checksum": "SHA-256:17e7b1ce1e644bb707676d467f9f6f07e6192a71c2d2a5a74a803a36570fab4c" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/libraries/jsnsr04t-1.0.2.zip", + "archiveFileName": "jsnsr04t-1.0.2.zip", + "size": 4004, + "checksum": "SHA-256:71a0a7c753b97b948667da74b1cdf5590094648ee09c08f18de8de0bcae6630e" }, { - "name": "RoxMux", - "version": "1.1.4", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "jsnsr04t", + "version": "1.1.0", + "author": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "maintainer": "Overflaw \u003cnicolas@devgiants.fr\u003e", + "sentence": "A library that provides a simple to use object for using JSN-SR-04T ultrasonic measure board.", + "paragraph": "The boards JSN-SR-04T provides distance measured by ultrasonic transducter.", + "website": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://gitlab.com/devgiants/embedded/arduino/libraries/jsn-sr-04t.git", "providesIncludes": [ - "RoxMux.h" + "jsnsr04t.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.4.zip", - "archiveFileName": "RoxMux-1.1.4.zip", - "size": 513782, - "checksum": "SHA-256:2a14b8a8172b45731c2a9a68f5fe7cc53ffa62a1a57dbe5ef878728577f98059" + "dependencies": [ + { + "name": "ArduinoLog" + }, + { + "name": "AsyncDelay" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/libraries/jsnsr04t-1.1.0.zip", + "archiveFileName": "jsnsr04t-1.1.0.zip", + "size": 5010, + "checksum": "SHA-256:2a3b408d0df8ea2a323f672730fd4e9e2a03bf18f752811eecf4fcb3f927e642" }, { - "name": "RoxMux", - "version": "1.1.5", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "VolumeConverter", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to convert volume units.", + "paragraph": "liter,ton,barrel,gallon,Quart,pint,cup,tablespoon,teaspoon", + "website": "https://github.com/RobTillaart/VolumeConverter", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/RobTillaart/VolumeConverter.git", "providesIncludes": [ - "RoxMux.h" + "VolumeConverter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.5.zip", - "archiveFileName": "RoxMux-1.1.5.zip", - "size": 516065, - "checksum": "SHA-256:f21d6db6071e4c8f84fd1e31dc790159ea09ad1f6f72304db90bad4f2c920a10" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/VolumeConverter-0.1.0.zip", + "archiveFileName": "VolumeConverter-0.1.0.zip", + "size": 7776, + "checksum": "SHA-256:e2b0ab2c7a23fdbccbe074bf6b0e35464debf659e74ec715bdaebd61007f27bd" }, { - "name": "RoxMux", - "version": "1.1.6", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "VolumeConverter", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to convert volume units.", + "paragraph": "liter,ton,barrel,gallon,Quart,pint,cup,tablespoon,teaspoon", + "website": "https://github.com/RobTillaart/VolumeConverter", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/RobTillaart/VolumeConverter.git", "providesIncludes": [ - "RoxMux.h" + "VolumeConverter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.6.zip", - "archiveFileName": "RoxMux-1.1.6.zip", - "size": 519267, - "checksum": "SHA-256:880352c0e4d252720034a92ba09a056da0bcb5bf87b8338347b5833888ea452e" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/VolumeConverter-0.1.1.zip", + "archiveFileName": "VolumeConverter-0.1.1.zip", + "size": 7795, + "checksum": "SHA-256:06201c96865b0ab2f9d28d1035890af92cdd42d6b31c1ca03e22ba69f90852ca" }, { - "name": "RoxMux", - "version": "1.1.7", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "Bonezegei_GPS", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "GPS Library", + "paragraph": "This Library parse NMEA sentences to get GPS coordinates", + "website": "https://github.com/bonezegei/Bonezegei_GPS", + "category": "Communication", "architectures": [ - "avr" + "All" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/bonezegei/Bonezegei_GPS.git", "providesIncludes": [ - "RoxMux.h" + "Bonezegei_GPS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.7.zip", - "archiveFileName": "RoxMux-1.1.7.zip", - "size": 519277, - "checksum": "SHA-256:12aa0d358539fd885e4793d077d796cdffdf5d73bda8c683aaf56218190c577e" + "dependencies": [ + { + "name": "Bonezegei_SoftSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_GPS-1.0.0.zip", + "archiveFileName": "Bonezegei_GPS-1.0.0.zip", + "size": 16419, + "checksum": "SHA-256:ca1966d186d928e56566ddfc4af5294404c34006416046106ccbcdb17fdc79ab" }, { - "name": "RoxMux", - "version": "1.1.8", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "Bonezegei_GPS", + "version": "1.0.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "GPS Library", + "paragraph": "This Library parse NMEA sentences to get GPS coordinates", + "website": "https://github.com/bonezegei/Bonezegei_GPS", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/bonezegei/Bonezegei_GPS.git", "providesIncludes": [ - "RoxMux.h" + "Bonezegei_GPS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.8.zip", - "archiveFileName": "RoxMux-1.1.8.zip", - "size": 520709, - "checksum": "SHA-256:a3514a4796a59e93d1ca91683867167f62daf916cabfb1e6312252035291e48a" + "dependencies": [ + { + "name": "Bonezegei_SoftSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_GPS-1.0.1.zip", + "archiveFileName": "Bonezegei_GPS-1.0.1.zip", + "size": 16488, + "checksum": "SHA-256:4f83bed04d87a4ea73eb0cfd8accb855eb88f71caca54e5dfc1358dbf01f8fdf" }, { - "name": "RoxMux", - "version": "1.1.9", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "Soict_IoT_Labs", + "version": "0.5.0", + "author": "Nguyen Duc Tien , Nguyen Văn Hien", + "maintainer": "Nguyen Duc Tien \u003ctiennd@soict.hust.edu.vn\u003e", + "sentence": "Practice exercises for the subject Introduce to ICT", + "paragraph": "Là bộ thư viện mã nguồn dành các bài thực hành của học phần **IT2000 - Nhập môn Công nghệ Thông tin**", + "website": "https://github.com/neittien0110/Soict_IoT_Labs", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/neittien0110/Soict_IoT_Labs.git", "providesIncludes": [ - "RoxMux.h" + "Soict_IoT_Labs.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.1.9.zip", - "archiveFileName": "RoxMux-1.1.9.zip", - "size": 522316, - "checksum": "SHA-256:a1bf7a69d60a0f8fb5fd92ed398f35fbf9af425a135a0f09804c226678676197" + "url": "https://downloads.arduino.cc/libraries/github.com/neittien0110/Soict_IoT_Labs-0.5.0.zip", + "archiveFileName": "Soict_IoT_Labs-0.5.0.zip", + "size": 30972, + "checksum": "SHA-256:2a49855c7b49a2f9aec3e58071eb902f074b1e5500ab54d153b5d36ba8d4c5ca" }, { - "name": "RoxMux", - "version": "1.2.0", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "Soict_IoT_Labs", + "version": "1.0.0", + "author": "Nguyen Duc Tien , Nguyen Văn Hien", + "maintainer": "Nguyen Duc Tien \u003ctiennd@soict.hust.edu.vn\u003e", + "sentence": "Practice exercises for the subject Introduce to ICT", + "paragraph": "Là bộ thư viện mã nguồn dành các bài thực hành của học phần **IT2000 - Nhập môn Công nghệ Thông tin** gồm có học liệu cho Xe dò đường và Nhà thông minh", + "website": "https://github.com/neittien0110/Soict_IoT_Labs", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/neittien0110/Soict_IoT_Labs.git", "providesIncludes": [ - "RoxMux.h" + "Soict_IoT_Labs.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.2.0.zip", - "archiveFileName": "RoxMux-1.2.0.zip", - "size": 525420, - "checksum": "SHA-256:ebe2922515fc9c47f17c26db68b5b4cc27845cc0c02b7f92d1cb3c8eaf19bf30" + "url": "https://downloads.arduino.cc/libraries/github.com/neittien0110/Soict_IoT_Labs-1.0.0.zip", + "archiveFileName": "Soict_IoT_Labs-1.0.0.zip", + "size": 348330, + "checksum": "SHA-256:af47b076d937a1f33dc1249f4ceb8d2ff9efd02eaa4abcef3472422380df25c6" }, { - "name": "RoxMux", - "version": "1.2.1", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders and pots.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "Soict_IoT_Labs", + "version": "1.1.0", + "author": "Nguyen Duc Tien , Nguyen Van Hien", + "maintainer": "Nguyen Duc Tien \u003ctiennd@soict.hust.edu.vn\u003e", + "sentence": "Practice exercises for the subject Introduce to ICT", + "paragraph": "Là bộ thư viện mã nguồn dành các bài thực hành của học phần **IT2000 - Nhập môn Công nghệ Thông tin** gồm có học liệu cho Xe dò đường và Nhà thông minh", + "website": "https://github.com/neittien0110/Soict_IoT_Labs", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/neittien0110/Soict_IoT_Labs.git", "providesIncludes": [ - "RoxMux.h" + "Soict_IoT_Labs.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.2.1.zip", - "archiveFileName": "RoxMux-1.2.1.zip", - "size": 529127, - "checksum": "SHA-256:424d09c37694e4fec7e5ef90a32529062bc930b7010ce12038e3bac14f398aa4" + "url": "https://downloads.arduino.cc/libraries/github.com/neittien0110/Soict_IoT_Labs-1.1.0.zip", + "archiveFileName": "Soict_IoT_Labs-1.1.0.zip", + "size": 349715, + "checksum": "SHA-256:9c84396fba36c6dc1a0524279eb7f388e6d845056a2c022e9dd7f5015fc19748" }, { - "name": "RoxMux", - "version": "1.3.0", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "WaterMix", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mixing water with different temperatures.", + "website": "https://github.com/RobTillaart/WaterMix", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/RobTillaart/WaterMix.git", "providesIncludes": [ - "RoxMux.h" + "WaterMix.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.3.0.zip", - "archiveFileName": "RoxMux-1.3.0.zip", - "size": 537455, - "checksum": "SHA-256:f6b0f5ea9e84b96ec9767842f7190863ae64a333bf96003a2831b7f470843ccf" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaterMix-0.1.0.zip", + "archiveFileName": "WaterMix-0.1.0.zip", + "size": 9071, + "checksum": "SHA-256:033214dd389f462097bb7213439b035d7e04eb256b85c4fde23ca95ee856d228" }, { - "name": "RoxMux", - "version": "1.4.0", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers for MIDI", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "WaterMix", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mixing water with different temperatures.", + "website": "https://github.com/RobTillaart/WaterMix", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/RobTillaart/WaterMix.git", "providesIncludes": [ - "RoxMux.h" + "WaterMix.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.0.zip", - "archiveFileName": "RoxMux-1.4.0.zip", - "size": 544825, - "checksum": "SHA-256:38f736507ed13edef0895eeaf1538be8184edcda777b8a7501ade512f9675b9b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaterMix-0.1.1.zip", + "archiveFileName": "WaterMix-0.1.1.zip", + "size": 11293, + "checksum": "SHA-256:c7c9b3575bb8a19ed9c99cecf9b1d37366e79b77f27e1b45b9f03536bdfe3367" }, { - "name": "RoxMux", - "version": "1.4.1", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers.", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "WaterMix", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mixing water with different temperatures.", + "website": "https://github.com/RobTillaart/WaterMix", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/RobTillaart/WaterMix.git", "providesIncludes": [ - "RoxMux.h" + "WaterMix.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.1.zip", - "archiveFileName": "RoxMux-1.4.1.zip", - "size": 544884, - "checksum": "SHA-256:1a4d3da6806725e4540ba8e6ed371d7bd8a6bf51df87b01552e43bad5cbde780" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaterMix-0.1.2.zip", + "archiveFileName": "WaterMix-0.1.2.zip", + "size": 12148, + "checksum": "SHA-256:5c0a13f8e75d98d680193f150165d01306dac0aaae68dabda3a950d1f30a6eb4" }, { - "name": "RoxMux", - "version": "1.4.2", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers.", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "WaterMix", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for mixing water with different temperatures.", + "website": "https://github.com/RobTillaart/WaterMix", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/RobTillaart/WaterMix.git", "providesIncludes": [ - "RoxMux.h" + "WaterMix.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.2.zip", - "archiveFileName": "RoxMux-1.4.2.zip", - "size": 549575, - "checksum": "SHA-256:e8e659c3fed66d211d4d88437d57d0be11d343b09effc7aa61cd3bfe26e8b19d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/WaterMix-0.1.3.zip", + "archiveFileName": "WaterMix-0.1.3.zip", + "size": 12165, + "checksum": "SHA-256:7a35514a4cd3adc3d3d13738d5e01846c1b341b2defa2b26cbc42f10f5fb155a" }, { - "name": "RoxMux", - "version": "1.4.3", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers.", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "SparkFun TMAG5273 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments hall-effect sensor TMAG5273.", + "paragraph": "The TMAG5273 is a low-power linear 3D Hall-effect sensor designed for a wide range of industrial and personal electronics applications", + "website": "https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library", + "category": "Sensors", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", - "providesIncludes": [ - "RoxMux.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.3.zip", - "archiveFileName": "RoxMux-1.4.3.zip", - "size": 549602, - "checksum": "SHA-256:e3249473004aec6a71992ad6076c89adc13a93b2ca53d7d7d60a94bd272651e7" + "repository": "https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_TMAG5273_Arduino_Library-1.0.0.zip", + "size": 2037836, + "checksum": "SHA-256:069e2424dade9785f369ee919099c23b800ecec0c00c1cf201987035d50bc129" }, { - "name": "RoxMux", - "version": "1.4.4", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers.", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "SparkFun TMAG5273 Arduino Library", + "version": "1.0.1", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments hall-effect sensor TMAG5273.", + "paragraph": "The TMAG5273 is a low-power linear 3D Hall-effect sensor designed for a wide range of industrial and personal electronics applications", + "website": "https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library", + "category": "Sensors", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", - "providesIncludes": [ - "RoxMux.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.4.zip", - "archiveFileName": "RoxMux-1.4.4.zip", - "size": 549643, - "checksum": "SHA-256:8faf11afd6c81b707082fa53a9f47b823437d1fd7a90767cce37bc2d9a9a6a2f" + "repository": "https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library-1.0.1.zip", + "archiveFileName": "SparkFun_TMAG5273_Arduino_Library-1.0.1.zip", + "size": 2037847, + "checksum": "SHA-256:757c9b79b78a7303d43d4f01061a07408e35a14e55238c492ed1cf7270056201" }, { - "name": "RoxMux", - "version": "1.4.5", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers.", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", - "category": "Device Control", + "name": "SparkFun TMAG5273 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the Texas Instruments hall-effect sensor TMAG5273.", + "paragraph": "The TMAG5273 is a low-power linear 3D Hall-effect sensor designed for a wide range of industrial and personal electronics applications", + "website": "https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library", + "category": "Sensors", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", - "providesIncludes": [ - "RoxMux.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.5.zip", - "archiveFileName": "RoxMux-1.4.5.zip", - "size": 549777, - "checksum": "SHA-256:9f4d682e9345e08882b4836b16417921a84dd1f0cb615979268c07f1a99adcc1" + "repository": "https://github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_TMAG5273_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_TMAG5273_Arduino_Library-1.0.3.zip", + "size": 2037760, + "checksum": "SHA-256:ae5594e00bb4e9f2eb4a3255b4858507883b138613a00c117453c1eacc2aa5e1" }, { - "name": "RoxMux", - "version": "1.4.6", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Collection of Multiplexer and Hardware Controllers.", - "paragraph": "Allows you to read one or more 74HC165, 74HC595, 74HC4067, 74HC4051, MCP23017 \u0026 MCP23018 also includes utilities to read buttons, encoders, pots \u0026 more!.", - "website": "https://github.com/neroroxxx/RoxMux", + "name": "MiniPLC_FX2N", + "version": "1.0.0", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing a function at specific ESP32 module.This library support all version of MiniPLC-32u", + "paragraph": "Present library defines a 'MiniPLC-32u'", + "website": "https://github.com/suratin27/MiniPLC_FX2N", "category": "Device Control", "architectures": [ - "avr", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/RoxMux.git", + "repository": "https://github.com/suratin27/MiniPLC_FX2N.git", "providesIncludes": [ - "RoxMux.h" + "MiniPLC.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/RoxMux-1.4.6.zip", - "archiveFileName": "RoxMux-1.4.6.zip", - "size": 558771, - "checksum": "SHA-256:f35776d9ed0f7a434d206a3979bc5ea97e421325fac3689252e74c2df1f7184d" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "StreamUtils" + }, + { + "name": "ESP32Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/MiniPLC_FX2N-1.0.0.zip", + "archiveFileName": "MiniPLC_FX2N-1.0.0.zip", + "size": 477030, + "checksum": "SHA-256:ea57be365e8de8fa01a7331da6a2db3511d3b53d14dd54bf0ea3bdb5fbf74669" }, { - "name": "IoTivity-Lite_Arduino-porting", - "version": "0.0.1", - "author": "Tokita Hiroshi, IoTivity-Lite contributors", - "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", - "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", - "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", - "category": "Other", + "name": "MiniPLC_FX2N", + "version": "1.0.1", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing a function at specific ESP32 module.This library support all version of MiniPLC-32u", + "paragraph": "Present library defines a 'MiniPLC-32u'", + "website": "https://github.com/suratin27/MiniPLC_FX2N", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.1.zip", - "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.1.zip", - "size": 50507, - "checksum": "SHA-256:8499116aadfd16598a848ea5d1bbf2efed2e1c939857d81ec1bfd302d6e798e5" + "repository": "https://github.com/suratin27/MiniPLC_FX2N.git", + "providesIncludes": [ + "MiniPLC.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "StreamUtils" + }, + { + "name": "ESP32Time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/MiniPLC_FX2N-1.0.1.zip", + "archiveFileName": "MiniPLC_FX2N-1.0.1.zip", + "size": 477243, + "checksum": "SHA-256:21d46cfe845e8be43d71542abfbcef4f6025176138491bf4bdf37aaeb7af308a" }, { - "name": "IoTivity-Lite_Arduino-porting", - "version": "0.0.2", - "author": "Tokita Hiroshi, IoTivity-Lite contributors", - "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", - "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", - "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", - "category": "Other", + "name": "Bonezegei_Protocol", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Bonezegei Protocol (BZP)", + "paragraph": "Simple Protocol for transmitting and receiving data", + "website": "https://github.com/bonezegei/Bonezegei_Protocol", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.2.zip", - "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.2.zip", - "size": 26688, - "checksum": "SHA-256:8fc8a334110ef92aff788f7c95aec16663438b753651a284fbe8c6d22faf0490" + "repository": "https://github.com/bonezegei/Bonezegei_Protocol.git", + "providesIncludes": [ + "Bonezegei_Protocol.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Protocol-1.0.0.zip", + "archiveFileName": "Bonezegei_Protocol-1.0.0.zip", + "size": 15795, + "checksum": "SHA-256:1491485b6456f21074215140cbee57918f3dc067922ee3df47124e500de094f5" }, { - "name": "IoTivity-Lite_Arduino-porting", - "version": "0.0.3", - "author": "Tokita Hiroshi, IoTivity-Lite contributors", - "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "OCF(Open Connectivity Founcation) core framework porting to Arduino", - "paragraph": "This is an Arduino specific part of Iotivity-lite. Use with [IoTivity-Lite] package.", - "website": "https://github.com/soburi/IoTivity-Lite_arduino-porting", - "category": "Other", + "name": "Bonezegei_Protocol", + "version": "1.0.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Bonezegei Protocol (BZP)", + "paragraph": "Simple Protocol for transmitting and receiving data", + "website": "https://github.com/bonezegei/Bonezegei_Protocol", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/soburi/IoTivity-Lite_arduino-porting.git", - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite_Arduino_porting-0.0.3.zip", - "archiveFileName": "IoTivity_Lite_Arduino_porting-0.0.3.zip", - "size": 34150, - "checksum": "SHA-256:896d32c6c663c53fe8b9545b2cbd44c645efd63dbcb3f8ea25ba347f74204507" + "repository": "https://github.com/bonezegei/Bonezegei_Protocol.git", + "providesIncludes": [ + "Bonezegei_Protocol.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Protocol-1.0.1.zip", + "archiveFileName": "Bonezegei_Protocol-1.0.1.zip", + "size": 15850, + "checksum": "SHA-256:2252267d7b35e4fb4d3625c07716e121ce612c1bfa84d68c5c334e66a680dc08" }, { - "name": "KickSort", - "version": "1.0.0", - "author": "Linnes Lab, Orlando S. Hoilett", - "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.", - "paragraph": "The class is templated allowing for ease of use across different data types. This library is built from aggregating and modifying different sorting implementations from various other GitHub users including: robtillaart, emilv, luisllamasbinaburo, and dndubins. Thanks!", - "website": "https://github.com/hoilett/KickSort", - "category": "Data Storage", + "name": "Bonezegei_Protocol", + "version": "1.0.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Bonezegei Protocol (BZP)", + "paragraph": "Simple Protocol for transmitting and receiving data", + "website": "https://github.com/bonezegei/Bonezegei_Protocol", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/KickSort.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickSort-1.0.0.zip", - "archiveFileName": "KickSort-1.0.0.zip", - "size": 103145, - "checksum": "SHA-256:a79aaf02c8bfcb35a9ddf4886210facd5beb988ace6ae0df9f27b973bd68b755" + "repository": "https://github.com/bonezegei/Bonezegei_Protocol.git", + "providesIncludes": [ + "Bonezegei_Protocol.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Protocol-1.0.2.zip", + "archiveFileName": "Bonezegei_Protocol-1.0.2.zip", + "size": 18866, + "checksum": "SHA-256:eb9276bf9cba89ad6367009e217ae3697e3143bef05d8f2089a77b5836ef3520" }, { - "name": "KickSort", - "version": "1.1.0", - "author": "Linnes Lab, Orlando S. Hoilett", - "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.", - "paragraph": "The class is templated allowing for ease of use across different data types. This library is built from aggregating and modifying different sorting implementations from various other GitHub users including: robtillaart, emilv, luisllamasbinaburo, and dndubins. Thanks!", - "website": "https://github.com/LinnesLab/KickSort", - "category": "Data Storage", + "name": "MiniMP3", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Minimal MP3 DFURobotics library for Arduino.", + "website": "https://github.com/RobTillaart/MiniMP3.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/KickSort.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickSort-1.1.0.zip", - "archiveFileName": "KickSort-1.1.0.zip", - "size": 110447, - "checksum": "SHA-256:37198031f460bd33484fd529ed282414eaaa93ec106c934b39a5b2cb344cada0" + "repository": "https://github.com/RobTillaart/MiniMP3.git", + "providesIncludes": [ + "MiniMP3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MiniMP3-0.1.2.zip", + "archiveFileName": "MiniMP3-0.1.2.zip", + "size": 11399, + "checksum": "SHA-256:8613d52a10f5bf12feeab574380f9cb7091522b572e4deb649a670df98add18b" }, { - "name": "Blynk_Async_WM", - "version": "1.0.16", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", - "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_Async_WM", - "category": "Communication", + "name": "MiniMP3", + "version": "0.1.3", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Minimal MP3 DFURobotics library for Arduino.", + "website": "https://github.com/RobTillaart/MiniMP3.git", + "category": "Other", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", - "dependencies": [ - { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "ESP Async WebServer" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.0.16.zip", - "archiveFileName": "Blynk_Async_WM-1.0.16.zip", - "size": 271163, - "checksum": "SHA-256:bdcea3698a068a1f595af4ae04dc351c131482e9ac4340519ef8776ba90fe9b1" - }, - { - "name": "Blynk_Async_WM", - "version": "1.1.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple WiFiManager for Blynk and ESP8266/ESP32 with or without SSL, configuration data saved in either LittleFS, SPIFFS or EEPROM", - "paragraph": "Library, using AsyncWebServer instead of (ESP8266)WebServer, for configuring/auto(re)connecting ESP8266/ESP32 modules to best or available MultiWiFi APs and MultiBlynk servers at runtime. Enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Static STA IP and DHCP Hostname as well as Config Portal AP channel, IP, SSID, Password can be configured. DoubleDetectDetector feature permits entering Config Portal as requested.", - "website": "https://github.com/khoih-prog/Blynk_Async_WM", - "category": "Communication", + "repository": "https://github.com/RobTillaart/MiniMP3.git", + "providesIncludes": [ + "MiniMP3.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/MiniMP3-0.1.3.zip", + "archiveFileName": "MiniMP3-0.1.3.zip", + "size": 12660, + "checksum": "SHA-256:f52dea86818b7b404c6fc4130063b5e5ce9263cd6e021afb227b26952fb6bb72" + }, + { + "name": "ST7565 LCD", + "version": "1.0.0", + "author": "Okba", + "maintainer": "Okba \u003ccontact@simple-circuit.com\u003e", + "sentence": "ST7565 LCD driver library for monochrome 128x64 display", + "paragraph": "ST7565 LCD driver library for monochrome 128x64 display", + "website": "https://github.com/OkbaO/ST7565_LCD", + "category": "Display", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Blynk_Async_WM.git", + "repository": "https://github.com/OkbaO/ST7565_LCD.git", "dependencies": [ { - "name": "Blynk" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "AsyncTCP" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Blynk_Async_WM-1.1.0.zip", - "archiveFileName": "Blynk_Async_WM-1.1.0.zip", - "size": 321122, - "checksum": "SHA-256:411eaefaef598105d641199b75d5280ce61c83b9753402f9a3357536e7681a2c" + "url": "https://downloads.arduino.cc/libraries/github.com/OkbaO/ST7565_LCD-1.0.0.zip", + "archiveFileName": "ST7565_LCD-1.0.0.zip", + "size": 21514, + "checksum": "SHA-256:8321000715fdfa55962c2bbcbea9f6d10a1b7c4093b3b31e6127e2983d30819a" }, { - "name": "ADCDRP", - "version": "1.1.1", - "author": "D.R.Patterson", - "maintainer": "D.R.Patterson", - "sentence": "Arduino library for ADC data analysis.", - "paragraph": "Serial graph, voltage range, V-max, V-min, V-Std. Deviation, V-RMS, Frequency.", - "website": "https://github.com/drp0/ADCDRP.git", - "category": "Data Processing", + "name": "ST7565 LCD", + "version": "1.0.2", + "author": "Simple Circuit", + "maintainer": "Simple Circuit \u003ccontact@simple-circuit.com\u003e", + "sentence": "ST7565 LCD driver library for monochrome 128x64 display", + "paragraph": "ST7565 LCD driver library for monochrome 128x64 display", + "website": "https://github.com/OkbaO/ST7565_LCD", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/drp0/ADCDRP.git", - "providesIncludes": [ - "ADCDRP.h" + "repository": "https://github.com/OkbaO/ST7565_LCD.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/drp0/ADCDRP-1.1.1.zip", - "archiveFileName": "ADCDRP-1.1.1.zip", - "size": 5475, - "checksum": "SHA-256:25a5625e2030d2acc29780af45cba4141e139ed7f60758d0ceb17b6642c4d50e" + "url": "https://downloads.arduino.cc/libraries/github.com/OkbaO/ST7565_LCD-1.0.2.zip", + "archiveFileName": "ST7565_LCD-1.0.2.zip", + "size": 21803, + "checksum": "SHA-256:85e88660641d126e4b2814aaed8cf8c01cd2f180186050a93b794436ccb7849d" }, { - "name": "phyphox BLE", - "version": "0.9.0", - "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", - "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", - "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", - "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", - "website": "https://phyphox.org/arduino", - "category": "Other", + "name": "MillisCounter", + "version": "1.0.0", + "author": "XbergCode \u003cxberg88@gmail.com\u003e", + "maintainer": "XbergCode \u003cxberg88@gmail.com\u003e", + "sentence": "Arduino library to count up and down time using the millis() function.", + "paragraph": "Up and down counter library for Arduino.", + "website": "https://github.com/XbergCode/MillisCounter", + "category": "Timing", "architectures": [ - "mbed", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Staacks/phyphox-arduino.git", + "repository": "https://github.com/XbergCode/MillisCounter.git", "providesIncludes": [ - "phyphoxBle.h" + "MillisCounter.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-0.9.0.zip", - "archiveFileName": "phyphox_BLE-0.9.0.zip", - "size": 65785, - "checksum": "SHA-256:fae232c23dc0443b434bd8291754d2c401d55c15cea377d3d37ceb5671ad1d25" + "url": "https://downloads.arduino.cc/libraries/github.com/XbergCode/MillisCounter-1.0.0.zip", + "archiveFileName": "MillisCounter-1.0.0.zip", + "size": 14206, + "checksum": "SHA-256:501ef1cd9470e65bec2f1c8d0227993405e336abc7a311be83c748d8fd59daa2" }, { - "name": "phyphox BLE", + "name": "PGMTools", "version": "1.0.0", - "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", - "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", - "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", - "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", - "website": "https://phyphox.org/arduino", + "author": "Denys Chuhlib", + "maintainer": "Denys Chuhlib", + "sentence": "PGMTools", + "website": "https://github.com/DenysChuhlib/PGMTools", "category": "Other", "architectures": [ - "mbed", - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Staacks/phyphox-arduino.git", + "repository": "https://github.com/DenysChuhlib/PGMTools.git", "providesIncludes": [ - "phyphoxBle.h" + "PGMTools.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.0.zip", - "archiveFileName": "phyphox_BLE-1.0.0.zip", - "size": 72152, - "checksum": "SHA-256:f7b807a5f7fdb46d82b582b5e9a1cd8e084fffdd43b0601146cdfb9f999ca949" + "url": "https://downloads.arduino.cc/libraries/github.com/DenysChuhlib/PGMTools-1.0.0.zip", + "archiveFileName": "PGMTools-1.0.0.zip", + "size": 4033, + "checksum": "SHA-256:b9298e181bc268d71be61031abfcb1168a01af43f250a3ada3b89bc6d3c2adb8" }, { - "name": "phyphox BLE", - "version": "1.0.1", - "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", - "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", - "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", - "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", - "website": "https://phyphox.org/arduino", - "category": "Other", + "name": "SWSerialOut", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SWSerialOut, supports only data out (TX).", + "website": "https://github.com/RobTillaart/SWSerialOut", + "category": "Signal Input/Output", "architectures": [ - "mbed", - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Staacks/phyphox-arduino.git", + "repository": "https://github.com/RobTillaart/SWSerialOut.git", "providesIncludes": [ - "phyphoxBle.h" + "SWSerialOut.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.1.zip", - "archiveFileName": "phyphox_BLE-1.0.1.zip", - "size": 72123, - "checksum": "SHA-256:c8224bdd0d3ad6f7e198b3175d101db1585a69e25b880a30bf9ce1991702061f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SWSerialOut-0.1.0.zip", + "archiveFileName": "SWSerialOut-0.1.0.zip", + "size": 10792, + "checksum": "SHA-256:cfe69d54059a36546baa1f86ce286e9aa0336136e063038a50bcbdec9298e5fb" }, { - "name": "phyphox BLE", - "version": "1.0.2", - "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", - "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", - "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", - "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", - "website": "https://phyphox.org/arduino", - "category": "Other", + "name": "SWSerialOut", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for SWSerialOut, supports only data out (TX).", + "website": "https://github.com/RobTillaart/SWSerialOut", + "category": "Signal Input/Output", "architectures": [ - "mbed", - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Staacks/phyphox-arduino.git", + "repository": "https://github.com/RobTillaart/SWSerialOut.git", "providesIncludes": [ - "phyphoxBle.h" + "SWSerialOut.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.2.zip", - "archiveFileName": "phyphox_BLE-1.0.2.zip", - "size": 77614, - "checksum": "SHA-256:ba0e1bd9d595026d84b52691c6674b1b84634841d8c5f3184155c4cc2a3f9160" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/SWSerialOut-0.1.1.zip", + "archiveFileName": "SWSerialOut-0.1.1.zip", + "size": 10814, + "checksum": "SHA-256:5051c07b31f7c6f1eae595734fdcf867cb55fbe843f88fd30f0f862650c0e6a7" }, { - "name": "phyphox BLE", - "version": "1.0.3", - "author": "RWTH Aachen University \u003ccontact@phyphox.org\u003e", - "maintainer": "Dominik Dorsel \u003cdominik@phyphox.org\u003e", - "sentence": "Use the app phyphox to visualize your sensor data on your phone or tablet!", - "paragraph": "The purpose of this library is to use the open source phyphox app (see https://phyphox.org) to plot sensor data on your phone. phyphox is much more than only 'plotting your data'. You can also perform data analysis with it or access your phones sensors to use in your Arduino project.", - "website": "https://phyphox.org/arduino", - "category": "Other", + "name": "MakeBlockDrive", + "version": "3.24.0", + "author": "Mark Yan, Makeblock", + "maintainer": "MakeBlock \u003cwww.makeblock.cc\u003e", + "sentence": "Use to drive all devices provided by Makeblock company.", + "paragraph": "This library allows an Arduino board to control all devices provided by Makeblock company.", + "website": "http://www.makeblock.com/", + "category": "Device Control", "architectures": [ - "mbed", - "esp32", - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Staacks/phyphox-arduino.git", - "providesIncludes": [ - "phyphoxBle.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Staacks/phyphox_BLE-1.0.3.zip", - "archiveFileName": "phyphox_BLE-1.0.3.zip", - "size": 78290, - "checksum": "SHA-256:3224ffbf0ad18a8a396302ad6a62ab06904b1e3dac06a5a4f37043252f7ea99c" + "repository": "https://github.com/Makeblock-official/Makeblock-Libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Makeblock-official/MakeBlockDrive-3.24.0.zip", + "archiveFileName": "MakeBlockDrive-3.24.0.zip", + "size": 483456, + "checksum": "SHA-256:b1aad82411f250f9e38edd1b602a55c807d8528c02217cdbd557a90d5af41459" }, { - "name": "IoTivity-Lite", - "version": "0.0.1", - "author": "Tokita Hiroshi, IoTivity-Lite contributors", - "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "OCF(Open Connectivity Founcation) core framework", - "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", - "website": "https://github.com/soburi/iotivity-lite", + "name": "CST816_TouchLib", + "version": "0.6.1", + "author": "MDO", + "maintainer": "MDO", + "sentence": "A CST816 touch and gesture library, tested using the LilyGO T-Display ESP32-S3. Includes gestures.", + "paragraph": "Supports a few swipe options, long press and the touch-button. I made it since I missed the gesture support in other libs.", + "website": "https://github.com/mjdonders/CST816_TouchLib", "category": "Other", "architectures": [ "*" @@ -353218,23 +816492,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/soburi/IoTivity-Lite.git", + "repository": "https://github.com/mjdonders/CST816_TouchLib.git", "providesIncludes": [ - "iotivity-lite.h" + "CST816_TouchLib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.1.zip", - "archiveFileName": "IoTivity_Lite-0.0.1.zip", - "size": 461933, - "checksum": "SHA-256:6da891275ba11276629cc71d81cbaf25cd063b3ca33a54864041e5ae0758e823" + "url": "https://downloads.arduino.cc/libraries/github.com/mjdonders/CST816_TouchLib-0.6.1.zip", + "archiveFileName": "CST816_TouchLib-0.6.1.zip", + "size": 15327, + "checksum": "SHA-256:b7ab00a6182e6e74102974960f45aea44b6e36c1f33520363179d8822e0f0fec" }, { - "name": "IoTivity-Lite", - "version": "0.0.2", - "author": "Tokita Hiroshi, IoTivity-Lite contributors", - "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "OCF(Open Connectivity Founcation) core framework", - "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", - "website": "https://github.com/soburi/iotivity-lite", + "name": "CST816_TouchLib", + "version": "0.6.2", + "author": "MDO", + "maintainer": "MDO", + "sentence": "A CST816 touch and gesture library, tested using the LilyGO T-Display ESP32-S3. Includes gestures.", + "paragraph": "Supports a few swipe options, long press and the touch-button. I made it since I missed the gesture support in other libs.", + "website": "https://github.com/mjdonders/CST816_TouchLib", "category": "Other", "architectures": [ "*" @@ -353242,23 +816516,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/soburi/IoTivity-Lite.git", + "repository": "https://github.com/mjdonders/CST816_TouchLib.git", "providesIncludes": [ - "iotivity-lite.h" + "CST816_TouchLib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.2.zip", - "archiveFileName": "IoTivity_Lite-0.0.2.zip", - "size": 475538, - "checksum": "SHA-256:a19daf21e5f7e320f2537a204230df3d7fce265d5855a6af3ee168492200bad8" + "url": "https://downloads.arduino.cc/libraries/github.com/mjdonders/CST816_TouchLib-0.6.2.zip", + "archiveFileName": "CST816_TouchLib-0.6.2.zip", + "size": 16332, + "checksum": "SHA-256:68c34ba699eda288b40ca5aebb0234bb8e8e02988707a399fc9cd65a0570093d" }, { - "name": "IoTivity-Lite", - "version": "0.0.3", - "author": "Tokita Hiroshi, IoTivity-Lite contributors", - "maintainer": "Tokita, Hiroshi \u003ctokita.hiroshi@gmail.com\u003e", - "sentence": "OCF(Open Connectivity Founcation) core framework", - "paragraph": "This is Iotivity-lite library. This package contains only platform independent part. Use with porting packages.", - "website": "https://github.com/soburi/iotivity-lite", + "name": "CST816_TouchLib", + "version": "0.7.0", + "author": "MDO", + "maintainer": "MDO", + "sentence": "A CST816 touch and gesture library, tested using the LilyGO T-Display ESP32-S3. Includes gestures.", + "paragraph": "Supports a few swipe options, long press and the touch-button. I made it since I missed the gesture support in other libs.", + "website": "https://github.com/mjdonders/CST816_TouchLib", "category": "Other", "architectures": [ "*" @@ -353266,298 +816540,383 @@ "types": [ "Contributed" ], - "repository": "https://github.com/soburi/IoTivity-Lite.git", + "repository": "https://github.com/mjdonders/CST816_TouchLib.git", "providesIncludes": [ - "iotivity-lite.h" + "CST816_TouchLib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/soburi/IoTivity_Lite-0.0.3.zip", - "archiveFileName": "IoTivity_Lite-0.0.3.zip", - "size": 479646, - "checksum": "SHA-256:305cd2b8407c23d0cdc80989b2d5fd178d144f27be8d4ca240bc941bd5e70f73" + "url": "https://downloads.arduino.cc/libraries/github.com/mjdonders/CST816_TouchLib-0.7.0.zip", + "archiveFileName": "CST816_TouchLib-0.7.0.zip", + "size": 16766, + "checksum": "SHA-256:bf65454518c64b7e4f49a50e881ff48ff5ba5105678ce622630f29d5a7186008" }, { - "name": "FreeRTOS_SAMD51", - "version": "1.2.0", - "author": "BriscoeTech \u003c\u003e", - "maintainer": "BriscoeTech \u003c\u003e", - "sentence": "FreeRTOS ported for Arduino SAMD51 processors", - "paragraph": "FreeRTOS ported for Arduino SAMD51 processors", - "website": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD51", - "category": "Device Control", + "name": "CST816_TouchLib", + "version": "0.8.0", + "author": "MDO", + "maintainer": "MDO", + "sentence": "A CST816 touch and gesture library, tested using the LilyGO T-Display ESP32-S3. Includes gestures.", + "paragraph": "Supports a few swipe options, long press and the touch-button. I made it since I missed the gesture support in other libs.", + "website": "https://github.com/mjdonders/CST816_TouchLib", + "category": "Other", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD51.git", - "url": "https://downloads.arduino.cc/libraries/github.com/BriscoeTech/FreeRTOS_SAMD51-1.2.0.zip", - "archiveFileName": "FreeRTOS_SAMD51-1.2.0.zip", - "size": 244499, - "checksum": "SHA-256:85789818e579fd103caeb88eb68b6d8c0d0c7a7bab28ba70bbaec5c4d7d4d2e0" + "repository": "https://github.com/mjdonders/CST816_TouchLib.git", + "providesIncludes": [ + "CST816_TouchLib.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/mjdonders/CST816_TouchLib-0.8.0.zip", + "archiveFileName": "CST816_TouchLib-0.8.0.zip", + "size": 17198, + "checksum": "SHA-256:3c119ce32de22ae05d8dede98ff9cf78869779381ff8cde3d2277234e8651acf" }, { - "name": "MQ7Sensor", + "name": "CST816_TouchLib", "version": "1.0.0", - "author": "Dustpancake \u003cfergusb.temp@gmail.com\u003e", - "maintainer": "Dustpancake \u003cfergusb.temp@gmail.com\u003e", - "sentence": "MQ7 carbon monoxide detector library.", - "paragraph": "Library for interacting with the MQ7 carbon monodixe gas detector.", - "website": "https://github.com/Dustpancake/MQ7", - "category": "Sensors", + "author": "MDO", + "maintainer": "MDO", + "sentence": "A CST816 touch and gesture library, tested using the LilyGO T-Display ESP32-S3. Includes gestures.", + "paragraph": "Supports a few swipe options, long press and the touch-button. I made it since I missed the gesture support in other libs.", + "website": "https://github.com/mjdonders/CST816_TouchLib", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Dustpancake/MQ7.git", + "repository": "https://github.com/mjdonders/CST816_TouchLib.git", "providesIncludes": [ - "MQ7.h" + "CST816_TouchLib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Dustpancake/MQ7Sensor-1.0.0.zip", - "archiveFileName": "MQ7Sensor-1.0.0.zip", - "size": 25116, - "checksum": "SHA-256:6d7bf7ff5558adec1fecdd91d377c03660cce27be66b69c37d695d73feb460cf" + "url": "https://downloads.arduino.cc/libraries/github.com/mjdonders/CST816_TouchLib-1.0.0.zip", + "archiveFileName": "CST816_TouchLib-1.0.0.zip", + "size": 21896, + "checksum": "SHA-256:5a57ffeedbf7f28279be00e04c0657d8fd9c2e480a2da58a71a2db1aee85c5d5" }, { - "name": "PU2CLR BK108X", + "name": "CST816_TouchLib", "version": "1.0.1", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your BK1086/88 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", - "website": "https://github.com/pu2clr/BK108X", - "category": "Device Control", + "author": "MDO", + "maintainer": "MDO", + "sentence": "A CST816 touch and gesture library, tested using the LilyGO T-Display ESP32-S3. Includes gestures.", + "paragraph": "Supports a few swipe options, long press and the touch-button. I made it since I missed the gesture support in other libs.", + "website": "https://github.com/mjdonders/CST816_TouchLib", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/bk108x.git", + "repository": "https://github.com/mjdonders/CST816_TouchLib.git", "providesIncludes": [ - "BK108X.h" + "CST816_TouchLib.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.1.zip", - "archiveFileName": "PU2CLR_BK108X-1.0.1.zip", - "size": 1146887, - "checksum": "SHA-256:a4fdcbad679c601172de7a4ffbf4f02c77c60762e4bc6002e57c796c8509a438" + "url": "https://downloads.arduino.cc/libraries/github.com/mjdonders/CST816_TouchLib-1.0.1.zip", + "archiveFileName": "CST816_TouchLib-1.0.1.zip", + "size": 22290, + "checksum": "SHA-256:22f6247cb70702497bd2d85a30876da76089e1dec6bc59aa4eb4878df60545a2" }, { - "name": "PU2CLR BK108X", - "version": "1.0.2", - "author": "Ricardo Lima Caratti, pu2clr@gmail.com", - "maintainer": "Ricardo Lima Caratti", - "sentence": "Control your BK1086/88 BROADCAST FM, AM (LW, MW and SW) RECEIVER.", - "paragraph": "This library provides an easier interface to control the IC BK1086/88 device.", - "website": "https://github.com/pu2clr/BK108X", + "name": "M5Module-GNSS", + "version": "1.0.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack GNSS Module", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Module-GNSS", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/pu2clr/bk108x.git", + "repository": "https://github.com/m5stack/M5Module-GNSS.git", "providesIncludes": [ - "BK108X.h" + "M5Module_GNSS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pu2clr/PU2CLR_BK108X-1.0.2.zip", - "archiveFileName": "PU2CLR_BK108X-1.0.2.zip", - "size": 2955624, - "checksum": "SHA-256:5369ceaab506749c5a21994ab21a4cdd45a9bcff9c1c81f82ac4c2ace231dd50" + "dependencies": [ + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Module_GNSS-1.0.0.zip", + "archiveFileName": "M5Module_GNSS-1.0.0.zip", + "size": 206013, + "checksum": "SHA-256:e47198785fac57c9a4ccdc764149f253488ed5071dd0161eaff6245b23dfb08b" }, { - "name": "Anyleaf", - "version": "0.1.8", - "author": "AnyLeaf", - "maintainer": "AnyLeaf \u003canyleaf@anyleaf.org\u003e", - "sentence": "Driver for the AnyLeaf pH and RTD sensors.", - "paragraph": "Allows you to take pH and temperature readings, and calibrate the sensors.", - "website": "https://anyleaf.org", - "category": "Signal Input/Output", + "name": "M5Module-GNSS", + "version": "1.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack GNSS Module", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Module-GNSS", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/AnyLeaf/ph-cpp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/AnyLeaf/Anyleaf-0.1.8.zip", - "archiveFileName": "Anyleaf-0.1.8.zip", - "size": 8321, - "checksum": "SHA-256:0ca647d32fe116b58504b58073437b94ee07e0000e2bd18e04ebd3145567f299" + "repository": "https://github.com/m5stack/M5Module-GNSS.git", + "providesIncludes": [ + "M5Module_GNSS.h" + ], + "dependencies": [ + { + "name": "TinyGPSPlus" + }, + { + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Module_GNSS-1.0.1.zip", + "archiveFileName": "M5Module_GNSS-1.0.1.zip", + "size": 208708, + "checksum": "SHA-256:2e89143b8d63f12858597a759ccc36843cbe1105f4e26ea1ad28cc95f334cae5" }, { - "name": "MedianFilterLib2", + "name": "Arduino_POSIXStorage", "version": "1.0.0", - "author": "Luis Llamas,warhog", - "maintainer": "warhog \u003cwarhog@gmx.de\u003e", - "sentence": "Median Filter Library 2", - "paragraph": "The median filter library implements a mobile medium filter. The library stores the last N items in the window and calculates the median. The class uses templates to allow it to work with different types (int, long, float,...).", - "website": "https://github.com/warhog/Arduino-MedianFilter", - "category": "Data Processing", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "POSIX Storage Library for the Portenta C33, Portenta H7, and Portenta Machine Control", + "paragraph": "One-stop solution for using POSIX storage functions with SD cards and USB thumb drives with a unified API and without the need for separate libraries.", + "website": "https://github.com/arduino-libraries/Arduino_POSIXStorage/", + "category": "Data Storage", "architectures": [ - "*" + "renesas_portenta", + "mbed_portenta", + "mbed_opta" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/warhog/Arduino-MedianFilter.git", - "url": "https://downloads.arduino.cc/libraries/github.com/warhog/MedianFilterLib2-1.0.0.zip", - "archiveFileName": "MedianFilterLib2-1.0.0.zip", - "size": 13142, - "checksum": "SHA-256:bcac95d214197c795a188ae91c84576717253e24998c04a647218a9d566880c3" + "repository": "https://github.com/arduino-libraries/Arduino_POSIXStorage.git", + "providesIncludes": [ + "Arduino_POSIXStorage.h" + ], + "dependencies": [ + { + "name": "Arduino_USBHostMbed5" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_POSIXStorage-1.0.0.zip", + "archiveFileName": "Arduino_POSIXStorage-1.0.0.zip", + "size": 29423, + "checksum": "SHA-256:608b0e4ecc58fbedc401327b74aa014bd335a2e05ec4f96040f453867366b0d0" }, { - "name": "NimBLE-Arduino", - "version": "1.0.0", - "author": "H2zero", - "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", - "sentence": "BLE library for arduino-esp32 based on NimBLE.", - "paragraph": "This library is a more updated and lower resource alternative to the original bluedroid library for esp32.", - "website": "https://github.com/h2zero/NimBLE-Arduino", - "category": "Communication", + "name": "Arduino_POSIXStorage", + "version": "1.1.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "POSIX Storage Library for the Portenta C33, Portenta H7, Portenta Machine Control, and Opta", + "paragraph": "One-stop solution for using POSIX storage functions with SD cards and USB thumb drives with a unified API and without the need for separate libraries.", + "website": "https://github.com/arduino-libraries/Arduino_POSIXStorage/", + "category": "Data Storage", "architectures": [ - "esp32" + "renesas_portenta", + "mbed_portenta", + "mbed_opta" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "repository": "https://github.com/arduino-libraries/Arduino_POSIXStorage.git", "providesIncludes": [ - "NimBLEDevice.h" + "Arduino_POSIXStorage.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.0.zip", - "archiveFileName": "NimBLE_Arduino-1.0.0.zip", - "size": 924179, - "checksum": "SHA-256:e7713908dbe037e33741ca058bd9b0322b51a251089339fdc3490e319bd95d31" + "dependencies": [ + { + "name": "Arduino_USBHostMbed5" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_POSIXStorage-1.1.1.zip", + "archiveFileName": "Arduino_POSIXStorage-1.1.1.zip", + "size": 29624, + "checksum": "SHA-256:f74fe92fbaae516b86bb9ea929871906f3859b7815e180999515925a5746fe91" }, { - "name": "NimBLE-Arduino", - "version": "1.0.1", - "author": "h2zero", - "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", - "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", - "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", - "website": "https://github.com/h2zero/NimBLE-Arduino", - "category": "Communication", + "name": "Arduino_POSIXStorage", + "version": "1.2.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "POSIX Storage Library for the Portenta C33, Portenta H7, Portenta Machine Control, and Opta", + "paragraph": "One-stop solution for using POSIX storage functions with SD cards and USB thumb drives with a unified API and without the need for separate libraries.", + "website": "https://github.com/arduino-libraries/Arduino_POSIXStorage/", + "category": "Data Storage", "architectures": [ - "esp32" + "renesas_portenta", + "mbed_portenta", + "mbed_opta" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "repository": "https://github.com/arduino-libraries/Arduino_POSIXStorage.git", "providesIncludes": [ - "NimBLEDevice.h" + "Arduino_POSIXStorage.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.1.zip", - "archiveFileName": "NimBLE_Arduino-1.0.1.zip", - "size": 925248, - "checksum": "SHA-256:99d23d11b25dd72a2b60e7954bbeee2be9494486d140598ea4c87ef95eb27828" + "dependencies": [ + { + "name": "Arduino_USBHostMbed5" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_POSIXStorage-1.2.0.zip", + "archiveFileName": "Arduino_POSIXStorage-1.2.0.zip", + "size": 30101, + "checksum": "SHA-256:b76c8ac06bc160d95fab579aaae5127f5b2946dedb91519f2d10341d2a3c8d55" }, { - "name": "NimBLE-Arduino", - "version": "1.0.2", - "author": "h2zero", - "maintainer": "h2zero \u003cpowellperalta@gmail.com\u003e", - "sentence": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.", - "paragraph": "This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.", - "website": "https://github.com/h2zero/NimBLE-Arduino", - "category": "Communication", + "name": "Bas.Button", + "version": "1.0.0", + "author": "Bas Paap", + "maintainer": "Bas Paap", + "sentence": "A simple button class that calls a callback function when pressed.", + "paragraph": "The button supports debouncing and can call separate callbacks for the rising and falling events.", + "website": "https://github.com/BasPaap/Bas.Button", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/h2zero/NimBLE-Arduino.git", + "repository": "https://github.com/BasPaap/Bas.Button.git", "providesIncludes": [ - "NimBLEDevice.h" + "Bas.Button.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/h2zero/NimBLE_Arduino-1.0.2.zip", - "archiveFileName": "NimBLE_Arduino-1.0.2.zip", - "size": 926409, - "checksum": "SHA-256:6fa013ad4676264e3afbb1a23927acb96d5e955ba3089e1f3ba7bc522aa25d1e" + "url": "https://downloads.arduino.cc/libraries/github.com/BasPaap/Bas_Button-1.0.0.zip", + "archiveFileName": "Bas_Button-1.0.0.zip", + "size": 4984, + "checksum": "SHA-256:01a15296a36d9e39f16cc2cc615f40a04dbc86eced3e3360c62c0e2ac577ae59" }, { - "name": "LC_lilParser", + "name": "Bonezegei_Compute", "version": "1.0.0", - "author": "jim lee", - "maintainer": "lilParser@leftcoast.biz", - "sentence": "A library for setting up a simple command parser. (Do the command line thing.)", - "paragraph": "This contains class that gives you a command line parser you can program with a list of command numbers, paired with their text names to search the incoming text stream for.", - "website": "https://github.com/leftCoast/LC_lilParser", - "category": "Device Control", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Bonezegei Compute (BZC)", + "paragraph": "Simple Compute library for Checksum and others", + "website": "https://github.com/bonezegei/Bonezegei_Compute", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/leftCoast/LC_lilParser.git", - "dependencies": [ - { - "name": "LC_baseTools" - } + "repository": "https://github.com/bonezegei/Bonezegei_Compute.git", + "providesIncludes": [ + "Bonezegei_Compute.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/leftCoast/LC_lilParser-1.0.0.zip", - "archiveFileName": "LC_lilParser-1.0.0.zip", - "size": 10704, - "checksum": "SHA-256:c7a7869ee2fad87ea347b3c14529c15309c5e80d077e42c8e7927333b51458ce" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_Compute-1.0.0.zip", + "archiveFileName": "Bonezegei_Compute-1.0.0.zip", + "size": 15243, + "checksum": "SHA-256:3a8663d2d31bdcfba8a76efcedc7879e5fa51005cb81b71508e56d0ec5aeecfe" }, { - "name": "ttestTable", + "name": "DINO-PLC-V2", "version": "1.0.0", - "author": "Linnes Lab, Orlando S. Hoilett", - "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "Definition file for t-Tesst alpha level look-up tables for different degrees of freedom.", - "paragraph": "Allows much easier calculation of t-statistic than needing to compute the probability density function.", - "website": "https://github.com/LinnesLab/tTestTable", - "category": "Data Processing", + "author": "DINO Corp.", + "maintainer": "DINO Corp.", + "sentence": "This library providing the possibility to call a function at specific ESP32 module.This library support DINO PLC V2", + "paragraph": "Present library defines a 'DINO PLC V2'", + "website": "https://github.com/Dino-MLC-Board/DINO-PLC-V2", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/tTestTable.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/ttestTable-1.0.0.zip", - "archiveFileName": "ttestTable-1.0.0.zip", - "size": 2961, - "checksum": "SHA-256:2340119c8091eb2a09a27cd07a9a9dae4b83327ca835c106c4d14c2e8f730fbe" + "repository": "https://github.com/Dino-MLC-Board/DINI-PLC-V2.git", + "providesIncludes": [ + "DINO_PLC_V2.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "StreamUtils" + }, + { + "name": "ESP32Time" + }, + { + "name": "PubSubClient" + }, + { + "name": "RTClib" + }, + { + "name": "FRAM_I2C" + }, + { + "name": "ModbusServerEthernet" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Dino-MLC-Board/DINO_PLC_V2-1.0.0.zip", + "archiveFileName": "DINO_PLC_V2-1.0.0.zip", + "size": 2259879, + "checksum": "SHA-256:9a15c9a5192852aa8291e787b662c4a76ce9b48d4db57785b2937b84e2a5873a" }, { - "name": "KickFiltersRT", - "version": "1.2.0", - "author": "Linnes Lab, Orlando Hoilett, and Benjamin D. Walters", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for implementing a few basic real-time filters including: high-pass, low-pass, notch, etc.", - "paragraph": "These are first-order filters.", - "website": "https://github.com/LinnesLab/KickFiltersRT", - "category": "Data Processing", + "name": "AsyncButton", + "version": "1.0.0", + "author": "Marcell Balazs\u003cmarcell.balaz@yahoo.com\u003e", + "maintainer": "Marcell Balazs\u003cmarcell.balaz@yahoo.com\u003e", + "sentence": "A library that implements async buttons.", + "paragraph": "Supports long press and short press.", + "website": "https://github.com/KOEGlike/AsyncButton", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/KickFiltersRT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFiltersRT-1.2.0.zip", - "archiveFileName": "KickFiltersRT-1.2.0.zip", - "size": 1338375, - "checksum": "SHA-256:51473c2f5ec93a7ceee9d8354c09737a975b76c1cbb78b49bec1654d69774521" + "repository": "https://github.com/KOEGlike/AsyncButton.git", + "providesIncludes": [ + "async_button.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KOEGlike/AsyncButton-1.0.0.zip", + "archiveFileName": "AsyncButton-1.0.0.zip", + "size": 1818, + "checksum": "SHA-256:1bf9aabf4a4eeafd26740708909b333d36d4c5e8c127be51a2492f46223bf60d" }, { - "name": "KickFiltersRT", - "version": "2.0.0", - "author": "Linnes Lab, Orlando Hoilett, and Benjamin D. Walters", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for implementing a few basic real-time filters including: high-pass, low-pass, notch, etc.", - "paragraph": "These are first-order filters.", - "website": "https://github.com/LinnesLab/KickFiltersRT", + "name": "AES_CMAC", + "version": "1.0.0", + "author": "Piotr Obst, Industrial Shields, Boot\u0026Work Corp, S.L.", + "maintainer": "Piotr Obst", + "sentence": "AES-CMAC library", + "paragraph": "This library is a fork of https://github.com/IndustrialShields/arduino-AES_CMAC adapting it so that it can be included in Library Manager.", + "website": "https://github.com/Obsttube/AES_CMAC", "category": "Data Processing", "architectures": [ "*" @@ -353565,941 +816924,1063 @@ "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/KickFiltersRT.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFiltersRT-2.0.0.zip", - "archiveFileName": "KickFiltersRT-2.0.0.zip", - "size": 1343953, - "checksum": "SHA-256:99a9c498f375c197dcbf907972c0fe1a29fc05ab1acb0cbc706fef73061ab70d" + "repository": "https://github.com/Obsttube/AES_CMAC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Obsttube/AES_CMAC-1.0.0.zip", + "archiveFileName": "AES_CMAC-1.0.0.zip", + "size": 8387, + "checksum": "SHA-256:c321174082d2d4658e14af382e2dd6abdba8f506d9bd135050b42d5377d95091" }, { - "name": "KickFilters", - "version": "2.0.0", - "author": "Linnes Lab, Orlando S. Hoilett, Benjamin D. Walters, and Akio K. Fujita", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for implementing a few basic filters including: high-pass, low-pass, notch, and moving average filters.", - "paragraph": "These are first-order filters.", - "website": "https://github.com/LinnesLab/KickFilters", - "category": "Data Processing", + "name": "Arduino_UnifiedStorage", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Simplify cross-device storage management on Portenta platforms with a single library supporting SD, Flash, and USB storage access.", + "paragraph": "With this versatile library, you can seamlessly handle various storage types without the need for separate, device-specific libraries. Develop data logging, file storage, or data transfer applications, with a consistent interface. All while reducing development time and ensuring compatibility across the Portenta C33, Portenta H7, and Portenta Machine Control platforms.", + "website": "https://github.com/arduino-libraries/Arduino_UnifiedStorage", + "category": "Data Storage", "architectures": [ - "*" + "renesas_portenta", + "mbed_portenta", + "mbed_opta" ], "types": [ - "Contributed" + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_UnifiedStorage.git", + "providesIncludes": [ + "Arduino_UnifiedStorage.h" ], - "repository": "https://github.com/LinnesLab/KickFilters.git", "dependencies": [ { - "name": "KickMath" + "name": "Arduino_POSIXStorage" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFilters-2.0.0.zip", - "archiveFileName": "KickFilters-2.0.0.zip", - "size": 1338581, - "checksum": "SHA-256:1644dbaa4e7df5405809f4e416cab45a907915f82b565812e89f0a7cdbefc61c" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_UnifiedStorage-1.0.0.zip", + "archiveFileName": "Arduino_UnifiedStorage-1.0.0.zip", + "size": 49493, + "checksum": "SHA-256:66637460a0af7f9d81ff11f8b56b2381360e668e28115152e9f29a76c1022565" }, { - "name": "KickFilters", - "version": "3.0.0", - "author": "Linnes Lab, Orlando S. Hoilett, Benjamin D. Walters, and Akio K. Fujita", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for implementing a few basic filters including: high-pass, low-pass, notch, moving average filters, and median filters.", - "paragraph": "These are first-order filters.", - "website": "https://github.com/LinnesLab/KickFilters", - "category": "Data Processing", + "name": "Arduino_UnifiedStorage", + "version": "1.1.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Simplify cross-device storage management on Portenta platforms with a single library supporting SD, Flash, and USB storage access.", + "paragraph": "With this versatile library, you can seamlessly handle various storage types without the need for separate, device-specific libraries. Develop data logging, file storage, or data transfer applications, with a consistent interface. All while reducing development time and ensuring compatibility across the Portenta C33, Portenta H7, and Portenta Machine Control platforms.", + "website": "https://github.com/arduino-libraries/Arduino_UnifiedStorage", + "category": "Data Storage", "architectures": [ - "*" + "renesas_portenta", + "mbed_portenta", + "mbed_opta" ], "types": [ - "Contributed" + "Arduino" + ], + "repository": "https://github.com/arduino-libraries/Arduino_UnifiedStorage.git", + "providesIncludes": [ + "Arduino_UnifiedStorage.h" ], - "repository": "https://github.com/LinnesLab/KickFilters.git", "dependencies": [ { - "name": "KickMath" + "name": "Arduino_POSIXStorage" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickFilters-3.0.0.zip", - "archiveFileName": "KickFilters-3.0.0.zip", - "size": 1341792, - "checksum": "SHA-256:04385306a661dc2bbef7e53a24737f4ad3a67a8435616024a3755e3f450528ca" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_UnifiedStorage-1.1.0.zip", + "archiveFileName": "Arduino_UnifiedStorage-1.1.0.zip", + "size": 63986, + "checksum": "SHA-256:11564a4a22f8e8991b7eeb54218746b903d72f83d442db5b4f9d2236ab85ffa5" }, { - "name": "TrigDef", + "name": "PortaMob", "version": "1.0.0", - "author": "Linnes Lab, Orlando S. Hoilett", - "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A look-up table for trig functions.", - "paragraph": "Helps avoid floating math in order to increase computational efficiency in some applications.", - "website": "https://github.com/LinnesLab/TrigDef", - "category": "Data Processing", + "author": "ntnn", + "maintainer": "nthnn \u003cnthnn@gmail.com\u003e", + "sentence": "Portable Mobile device-like shield for Arduino UNO.", + "website": "https://github.com/nthnn", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/TrigDef.git", + "repository": "https://github.com/nthnn/PortaMob.git", + "providesIncludes": [ + "PortaMob.h" + ], "dependencies": [ { - "name": "KickFFT" - }, - { - "name": "KickMath" + "name": "Adafruit GFX Library" }, { - "name": "KickFilters" + "name": "Adafruit BusIO" }, { - "name": "KickFiltersRT" + "name": "Adafruit SSD1306" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/TrigDef-1.0.0.zip", - "archiveFileName": "TrigDef-1.0.0.zip", - "size": 13712, - "checksum": "SHA-256:645089f90cd92edc395e7f78e499983d9555b7cd995ada2a8961bed8414b2ec5" + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/PortaMob-1.0.0.zip", + "archiveFileName": "PortaMob-1.0.0.zip", + "size": 9294797, + "checksum": "SHA-256:6b7de349c67b727e9734afda8ea6af6ecf55c3edc861ee75abf1a0b36465c670" }, { - "name": "TrigDef", - "version": "1.0.1", - "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", - "maintainer": "Orlando S. Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A look-up table for trig functions.", - "paragraph": "Helps avoid floating math in order to increase computational efficiency in some applications.", - "website": "https://github.com/LinnesLab/TrigDef", - "category": "Data Processing", + "name": "MorseEncoder", + "version": "0.1.0", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", + "license": "MIT", + "sentence": "Enables converting Strings to Morse Code Audio.", + "paragraph": "This library supports creating Encoded Morse Code sound for given String.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/TrigDef.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/TrigDef-1.0.1.zip", - "archiveFileName": "TrigDef-1.0.1.zip", - "size": 13851, - "checksum": "SHA-256:c16ed1da211897a7f0785620eb957e3a48e812882acccbd9c5ab73742e4d95f9" + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-0.1.0.zip", + "archiveFileName": "MorseEncoder-0.1.0.zip", + "size": 5353, + "checksum": "SHA-256:d88eba5c144d9ed0099c3392a2cc9a888f7f0ea93e45351209174759c6d56acb" }, { - "name": "KickMath", - "version": "3.0.0", - "author": "Linnes Lab, Orlando S. Hoilett, Alyson S. Pickering, Akio K. Fujita", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for performing a few simple mathematical calculations for use with arrays.", - "paragraph": "Functions include max and min detection, square root, centroid, derivatives, etc. This is a templated class.", - "website": "https://github.com/LinnesLab/KickMath", - "category": "Data Processing", + "name": "MorseEncoder", + "version": "1.0.0", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", + "license": "MIT", + "sentence": "Enables Converting Strings to Morse Code Audio and Light.", + "paragraph": "This Library Supports Creating Encoded Morse Code Sounds or Light for a Given String.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/KickMath.git", - "dependencies": [ - { - "name": "ttestTable" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickMath-3.0.0.zip", - "archiveFileName": "KickMath-3.0.0.zip", - "size": 1444185, - "checksum": "SHA-256:210b978478cf4ca5a81c8971d81a55a68aa773e9c0ca67d50eb203572461d6b7" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-1.0.0.zip", + "archiveFileName": "MorseEncoder-1.0.0.zip", + "size": 7503, + "checksum": "SHA-256:352afef4ae7c741bc7c20da05dfcdb2aa960e31881d01a9f8e1ed7a522242b6a" }, { - "name": "KickMath", - "version": "4.0.0", - "author": "Linnes Lab, Orlando S. Hoilett, Alyson S. Pickering, Akio K. Fujita", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for performing a few simple mathematical calculations for use with arrays.", - "paragraph": "Functions include max and min detection, square root, centroid, derivatives, etc. The library also has functions for more intermediate mathematical calculations for correlation coefficient, t-tests, etc. This is a templated class.", - "website": "https://github.com/LinnesLab/KickMath", - "category": "Data Processing", + "name": "MorseEncoder", + "version": "1.0.2", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", + "license": "MIT", + "sentence": "Enables Converting Strings to Morse Code Audio and Light.", + "paragraph": "This Library Supports Creating Encoded Morse Code Sounds or Light for a Given String.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LinnesLab/KickMath.git", - "dependencies": [ - { - "name": "ttestTable" - }, - { - "name": "KickSort" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/LinnesLab/KickMath-4.0.0.zip", - "archiveFileName": "KickMath-4.0.0.zip", - "size": 2334301, - "checksum": "SHA-256:fd041a2d576f65e29d77bdf796f327df9ba3099ad33d976da0589605f605e5cd" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-1.0.2.zip", + "archiveFileName": "MorseEncoder-1.0.2.zip", + "size": 7503, + "checksum": "SHA-256:22b8a783af3ef2fc2af2f4a8798a5e14fefe6e9edc96173a9a35dc039258b562" }, { - "name": "KickFFT", - "version": "2.0.0", - "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for implementing a discrete Fourier transform on an input data array.", - "paragraph": "This library uses lookup tables for the trigonometric functions to reduce processing power and increase code efficiency.", - "website": "https://github.com/linneslab/kickfft", - "category": "Data Processing", + "name": "MorseEncoder", + "version": "1.0.3", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", + "license": "MIT", + "sentence": "Enables Converting Strings to Morse Code Audio and Light.", + "paragraph": "This Library Supports Creating Encoded Morse Code Sounds or Light for a Given String.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/linneslab/kickfft.git", - "dependencies": [ - { - "name": "KickMath" - }, - { - "name": "TrigDef" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/linneslab/KickFFT-2.0.0.zip", - "archiveFileName": "KickFFT-2.0.0.zip", - "size": 9433, - "checksum": "SHA-256:644794b80107f02d1b12a8c26852464c073774e9d9dd443189b92f56ab277251" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-1.0.3.zip", + "archiveFileName": "MorseEncoder-1.0.3.zip", + "size": 7556, + "checksum": "SHA-256:e29c7b7ba52786cab426ee629a4684b51d2c2ee33d2f7dce8d1745c00274ab5e" }, { - "name": "KickFFT", - "version": "3.0.0", - "author": "Linnes Lab, Orlando S. Hoilett, Akio K. Fujita", - "maintainer": "Orlando Hoilett \u003corlandohoilett@gmail.com\u003e", - "sentence": "A library for implementing a discrete Fourier transform on an input data array.", - "paragraph": "This library uses lookup tables for the trigonometric functions to reduce processing power and increase code efficiency.", - "website": "https://github.com/linneslab/kickfft", - "category": "Data Processing", + "name": "MorseEncoder", + "version": "1.1.0", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", + "license": "MIT", + "sentence": "Enables Converting Strings to Morse Code Audio and Light.", + "paragraph": "This Library Supports Creating Encoded Morse Code Sounds or Light for a Given String.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/linneslab/kickfft.git", - "dependencies": [ - { - "name": "KickMath" - }, - { - "name": "TrigDef" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/linneslab/KickFFT-3.0.0.zip", - "archiveFileName": "KickFFT-3.0.0.zip", - "size": 9737, - "checksum": "SHA-256:d100b3f039c6d2f6a21cbf2cd906c5102739155cee47d3b3759e4dd7ef8ff5c8" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-1.1.0.zip", + "archiveFileName": "MorseEncoder-1.1.0.zip", + "size": 7555, + "checksum": "SHA-256:c0f413f69c6ca8b26395957ee59aba670cee1288cbf3c270090e74d71d692fc0" }, { - "name": "ESPAsync_WiFiManager", - "version": "1.0.11", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "name": "MorseEncoder", + "version": "1.1.1", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", - "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with CORS feature.", - "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "sentence": "Enables Converting Strings to Morse Code Audio and Light.", + "paragraph": "This Library Supports Creating Encoded Morse Code Sounds or Light for a Given String.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", - "dependencies": [ - { - "name": "ESP Async WebServer" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.0.11.zip", - "archiveFileName": "ESPAsync_WiFiManager-1.0.11.zip", - "size": 1311351, - "checksum": "SHA-256:3861181935e0257cfbb60e35136add8f50544fe53be0ad340e1e176f64a45a63" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-1.1.1.zip", + "archiveFileName": "MorseEncoder-1.1.1.zip", + "size": 7566, + "checksum": "SHA-256:8be8b72e652c572f23e109c171ef2bf98d720906bb8c41ccedc4b3acced60e55" }, { - "name": "ESPAsync_WiFiManager", - "version": "1.1.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "name": "MorseEncoder", + "version": "1.2.0", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", - "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "sentence": "Enables Converting Data to Morse Code (Audio and Light).", + "paragraph": "This Library Supports Creating Encoded Morse Code Audio or Light for Various Data Types, including strings, integers, and more.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", - "dependencies": [ - { - "name": "ESP Async WebServer" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.1.1.zip", - "archiveFileName": "ESPAsync_WiFiManager-1.1.1.zip", - "size": 1364284, - "checksum": "SHA-256:117064ea22f90dd4325dd6b72da0d4dd7e2ebec416ad48cc3160486e40a8f585" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-1.2.0.zip", + "archiveFileName": "MorseEncoder-1.2.0.zip", + "size": 8050, + "checksum": "SHA-256:0b66c34643190bd9689914653e60689bdc85dfd7ca53d6d008306448aa58811d" }, { - "name": "ESPAsync_WiFiManager", - "version": "1.1.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "name": "MorseEncoder", + "version": "2.0.0", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", - "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "sentence": "Enables Converting Data to Morse Code (Audio and Light).", + "paragraph": "This Library Supports Creating Encoded Morse Code Audio or Light for Various Data Types, including strings, integers, and more.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", - "dependencies": [ - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "AsyncTCP" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.1.2.zip", - "archiveFileName": "ESPAsync_WiFiManager-1.1.2.zip", - "size": 1372313, - "checksum": "SHA-256:c58121cdc3d887b7b05eadd53c002f6f7cc1e8a131b143be437d99ad3a13305b" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-2.0.0.zip", + "archiveFileName": "MorseEncoder-2.0.0.zip", + "size": 8081, + "checksum": "SHA-256:c6ab3bdc129efb24b32e7e8f264daaec2d809573292a1116e98dc5f394c2fbab" }, { - "name": "ESPAsync_WiFiManager", - "version": "1.2.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "name": "MorseEncoder", + "version": "2.0.2", + "author": "Ashen Chathuranga", + "maintainer": "Ashen Chathuranga \u003cktauchathuranga@gmail.com\u003e", "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", - "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "sentence": "Enables Converting Data to Morse Code (Audio and Light).", + "paragraph": "This Library Supports Creating Encoded Morse Code Audio or Light for Various Data Types, including strings, integers, and more.", + "website": "https://github.com/ktauchathuranga/MorseEncoder", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", - "dependencies": [ - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "AsyncTCP" - } + "repository": "https://github.com/ktauchathuranga/MorseEncoder.git", + "providesIncludes": [ + "MorseEncoder.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.2.0.zip", - "archiveFileName": "ESPAsync_WiFiManager-1.2.0.zip", - "size": 1421660, - "checksum": "SHA-256:f54a0165faa94a4f1220305405e44ec7de466038a1bbab00cf7e19db4ee38ddb" + "url": "https://downloads.arduino.cc/libraries/github.com/ktauchathuranga/MorseEncoder-2.0.2.zip", + "archiveFileName": "MorseEncoder-2.0.2.zip", + "size": 8168, + "checksum": "SHA-256:ff660e089a3ae79df7823de4d170bbabbc3b29f144f5ab33bb58b700165b7532" }, { - "name": "ESPAsync_WiFiManager", - "version": "1.3.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", - "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", - "category": "Communication", + "name": "BasicTimer", + "version": "1.0.1", + "author": "Nate Taylor \u003cnate@rtelectronix.com\u003e", + "maintainer": "Nate Taylor \u003cnate@rtelectronix.com\u003e", + "sentence": "Basic Timer Interface", + "paragraph": "Provides millis() based timers and LED blinkers with a simple, lightweight interface.", + "website": "https://github.com/rtnate/arduino-BasicTimer", + "category": "Timing", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "repository": "https://github.com/rtnate/arduino-BasicTimer.git", "providesIncludes": [ - "ESPAsync_WiFiManager.h" + "BasicTimer.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rtnate/BasicTimer-1.0.1.zip", + "archiveFileName": "BasicTimer-1.0.1.zip", + "size": 17562, + "checksum": "SHA-256:b295d15e65258ed47df9766a173b5f896abf935f4e2e06f6699b5b6879fb4093" + }, + { + "name": "XP_Button", + "version": "1.0.0", + "author": "Xylopyrographer (https://github.com/Xylopyrographer)", + "maintainer": "Xylopyrographer (https://github.com/Xylopyrographer)", + "sentence": "Library to debounce button switches, detect presses, releases, and long presses.", + "paragraph": "Copyright (C) 2023 by Xylopyrographer and licensed under GNU GPL v3.0.", + "website": "https://github.com/Xylopyrographer/XP_Button", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Xylopyrographer/XP_Button.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Xylopyrographer/XP_Button-1.0.0.zip", + "archiveFileName": "XP_Button-1.0.0.zip", + "size": 24852, + "checksum": "SHA-256:c0ca7b1e4329edaf7b7f7008d7522f14a799fed17577a23f4a8f031e36093114" + }, + { + "name": "Riscduino_MCUFRIEND_kbv", + "version": "3.1.0-Beta", + "author": "David Prentice", + "maintainer": "Dinesh Annayya", + "sentence": "TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend Riscduino and Arduino UNO Shields", + "paragraph": "TFT Library for 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend UNO Shields. Must have /RD pin to be readable.", + "website": "https://github.com/dineshannayya/Riscduino_MCUFRIEND_kbv", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/dineshannayya/Riscduino_MCUFRIEND_kbv.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dineshannayya/Riscduino_MCUFRIEND_kbv-3.1.0-Beta.zip", + "archiveFileName": "Riscduino_MCUFRIEND_kbv-3.1.0-Beta.zip", + "size": 932636, + "checksum": "SHA-256:97461cd289ebfe73aaeddffabd526fe312b92af2a2b1a7f1c9a649e8cb8a9aa8" + }, + { + "name": "STM32duino STEVAL-MKBOXPRO-Audio", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "PCM recording using digital microphone MP23DB01HP on STEVAL-MKBOXPRO.", + "paragraph": "This library provides Arduino support for the MP23DB01HP digital microphone on STM32 STEVAL-MKBOXPRO board.", + "website": "https://github.com/stm32duino/STEVAL-MKBOXPRO-Audio", + "category": "Sensors", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/STEVAL-MKBOXPRO-Audio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STEVAL_MKBOXPRO_Audio-1.0.0.zip", + "archiveFileName": "STM32duino_STEVAL_MKBOXPRO_Audio-1.0.0.zip", + "size": 12781, + "checksum": "SHA-256:6cb6453242df18c19b41aa194b34fc146016718ada83809cbacccb019561b07a" + }, + { + "name": "STM32duino STEVAL-MKBOXPRO-Examples", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Examples to use MEMS sensors and NFC tag on STEVAL board", + "paragraph": "This library provides Arduino examples to use various MEMS sensors and NFC tag on STM32 STEVAL-MKBOXPRO board.", + "website": "https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples", + "category": "Sensors", + "architectures": [ + "stm32" + ], + "types": [ + "Contributed" ], + "repository": "https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples.git", "dependencies": [ { - "name": "ESP Async WebServer" + "name": "STM32duino LIS2DU12" }, { - "name": "ESP AsyncTCP" + "name": "STM32duino LSM6DSV16X" }, { - "name": "AsyncTCP" + "name": "STM32duino LPS22DF" }, { - "name": "ESP_DoubleResetDetector" + "name": "STM32duino LIS2MDL" }, { - "name": "LittleFS_esp32" + "name": "STM32duino STTS22H" + }, + { + "name": "STM32duino STEVAL-MKBOXPRO-Audio" + }, + { + "name": "STM32duino ST25DV" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.3.0.zip", - "archiveFileName": "ESPAsync_WiFiManager-1.3.0.zip", - "size": 1433353, - "checksum": "SHA-256:6c6ca0a885a06a4fc5d7354ab23e8ff697c785bf05802f9fc373bcf2370c72f3" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_STEVAL_MKBOXPRO_Examples-1.1.0.zip", + "archiveFileName": "STM32duino_STEVAL_MKBOXPRO_Examples-1.1.0.zip", + "size": 26374, + "checksum": "SHA-256:f0995431d4c9c638933c2aa74366ec9f771aaedee612a886de4a7cc36edcc8a3" }, { - "name": "ESPAsync_WiFiManager", - "version": "1.4.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "name": "DDSM115", + "version": "1.0.0", + "author": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "maintainer": "Igor Levkov \u003clevkov.igor@gmail.com\u003e", + "sentence": "An Arduino library for control DDSM115 Wheels through RS485.", + "paragraph": "Supports Arduino, ESP32, STM32Duino.", + "website": "https://github.com/levkovigor/DDSM115", + "category": "Other", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/levkovigor/DDSM115.git", + "providesIncludes": [ + "DDSM115.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/levkovigor/DDSM115-1.0.0.zip", + "archiveFileName": "DDSM115-1.0.0.zip", + "size": 6280, + "checksum": "SHA-256:43392cfb4f86ad13d2fad1b2320a059e113a4c8e7ee19b25ef5546b076b70a01" + }, + { + "name": "LineFollowerPID", + "version": "1.0.0", + "author": "ahmedosama07", + "maintainer": "Ahmed Osama \u003cahmed.osama8282@gmail.com\u003e", + "sentence": "Line follower robot library.", + "paragraph": "Line follower robot with PID.", + "website": "https://github.com/ahmedosama07/LineFollowerPID", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ahmedosama07/LineFollowerPID.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ahmedosama07/LineFollowerPID-1.0.0.zip", + "archiveFileName": "LineFollowerPID-1.0.0.zip", + "size": 5895, + "checksum": "SHA-256:9e80fc52b818cb5d7957c543c0798442bc26e1f060b3e0b3ffc755a40a69168c" + }, + { + "name": "Countimer", + "version": "1.0.0", + "author": "inflop \u003cinfloper@gmail.com\u003e", + "maintainer": "inflop \u003cinfloper@gmail.com\u003e", + "sentence": "A simple library for creating timers and counters.", + "paragraph": "Now with end event!", + "website": "https://github.com/inflop/Countimer", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/inflop/Countimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/inflop/Countimer-1.0.0.zip", + "archiveFileName": "Countimer-1.0.0.zip", + "size": 5195, + "checksum": "SHA-256:efc3ef4cef76dc973d493db8cef8b7b4ce58cb0d8416308a2e9ca7b26c6c73b8" + }, + { + "name": "AgIsoStack", + "version": "0.1.0", + "author": "Adrian Del Grosso \u003cdelgrossoengineering@protonmail.com\u003e", + "maintainer": "Adrian Del Grosso \u003cdelgrossoengineering@protonmail.com\u003e", "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", - "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "sentence": "A free ISOBUS (ISO11783) and J1939 CAN Stack for Teensy.", + "paragraph": "Includes ISOBUS virtual terminal client, task controller client, and transport layer functionality. Based on the CMake AgIsoStack++ at https://github.com/Open-Agriculture/AgIsoStack-plus-plus.", + "website": "https://github.com/Open-Agriculture/AgIsoStack-Arduino", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "repository": "https://github.com/Open-Agriculture/AgIsoStack-Arduino.git", "providesIncludes": [ - "ESPAsync_WiFiManager.h" - ], - "dependencies": [ - { - "name": "ESP Async WebServer" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "AsyncTCP" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "LittleFS_esp32" - } + "AgIsoStack.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.0.zip", - "archiveFileName": "ESPAsync_WiFiManager-1.4.0.zip", - "size": 1474097, - "checksum": "SHA-256:2c1605e1f5177c3cd527a25223a2973fb01fca4b75ad17bdcfb296c50b982480" + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Agriculture/AgIsoStack-0.1.0.zip", + "archiveFileName": "AgIsoStack-0.1.0.zip", + "size": 347169, + "checksum": "SHA-256:e53531b4f1ba3db46e92483633ad84286ff7104d3ba774f395e92f81433f18ff" }, { - "name": "ESPAsync_WiFiManager", - "version": "1.4.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", + "name": "AgIsoStack", + "version": "0.1.1", + "author": "Adrian Del Grosso \u003cdelgrossoengineering@protonmail.com\u003e", + "maintainer": "Adrian Del Grosso \u003cdelgrossoengineering@protonmail.com\u003e", "license": "MIT", - "sentence": "ESP32, ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal.", - "paragraph": "This Library is used for configuring ESP32, ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/ESPAsync_WiFiManager", + "sentence": "A free ISOBUS (ISO11783) and J1939 CAN Stack for Teensy.", + "paragraph": "Includes ISOBUS virtual terminal client, task controller client, and transport layer functionality. Based on the CMake AgIsoStack++ at https://github.com/Open-Agriculture/AgIsoStack-plus-plus.", + "website": "https://github.com/Open-Agriculture/AgIsoStack-Arduino", "category": "Communication", "architectures": [ - "esp8266", - "esp32" + "teensy" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/ESPAsync_WiFiManager.git", + "repository": "https://github.com/Open-Agriculture/AgIsoStack-Arduino.git", "providesIncludes": [ - "ESPAsync_WiFiManager.h" + "AgIsoStack.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Open-Agriculture/AgIsoStack-0.1.1.zip", + "archiveFileName": "AgIsoStack-0.1.1.zip", + "size": 348201, + "checksum": "SHA-256:d7e407e93f9c0c1629ada1361952626821c9b96ca47ae53eca93c5f5f870ac81" + }, + { + "name": "KS0108_GLCD", + "version": "1.0.0", + "author": "Simple Circuit", + "maintainer": "Simple Circuit \u003ccontact@simple-circuit.com\u003e", + "sentence": "Arduino driver library for KS0108 GLCD monochrome display", + "paragraph": "This is a library for KS0108 graphics LCD modules supports 128x64 and 192x64 pixels resolution.", + "website": "https://github.com/OkbaO/KS0108_LCD", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" ], + "repository": "https://github.com/OkbaO/KS0108_LCD.git", "dependencies": [ { - "name": "ESP Async WebServer" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "AsyncTCP" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "LittleFS_esp32" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/ESPAsync_WiFiManager-1.4.1.zip", - "archiveFileName": "ESPAsync_WiFiManager-1.4.1.zip", - "size": 1474872, - "checksum": "SHA-256:a7e0049c9a7faea0710f5bb6afd5ed6b74f8b00fde11ab623897b87d61cf4a1a" + "url": "https://downloads.arduino.cc/libraries/github.com/OkbaO/KS0108_GLCD-1.0.0.zip", + "archiveFileName": "KS0108_GLCD-1.0.0.zip", + "size": 15925, + "checksum": "SHA-256:f3d2815fcbcf47506d039631526cd1ee505a43c6daccb2bb2a1db22c4c1d09e8" }, { - "name": "Async_Operations", + "name": "AnalogSelector", "version": "1.0.0", - "author": "DaniFoldi", - "maintainer": "DaniFoldi", - "sentence": "A library for accurately keeping track of long tasks without blocking the main thread", - "paragraph": "TBA", - "website": "https://github.com/DaniFoldi/Async_Operations", - "category": "Timing", + "author": "David Madison", + "maintainer": "David Madison", + "sentence": "Read a potentiometer or other analog input as a multi-selector switch.", + "paragraph": "Implements deadzones between each selection for robust noise rejection.", + "website": "https://github.com/dmadison/AnalogSelector-Arduino", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DaniFoldi/Async_Operations.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DaniFoldi/Async_Operations-1.0.0.zip", - "archiveFileName": "Async_Operations-1.0.0.zip", - "size": 6304, - "checksum": "SHA-256:67dbc37aebd71fa20b6fd941bbd3079c2f68708776e7032b0525527b0126dd75" + "repository": "https://github.com/dmadison/AnalogSelector-Arduino.git", + "providesIncludes": [ + "AnalogSelector.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dmadison/AnalogSelector-1.0.0.zip", + "archiveFileName": "AnalogSelector-1.0.0.zip", + "size": 11805, + "checksum": "SHA-256:97def9da6021e12871a347e89194aa543e7612c20cbbfde0342010bc6644cdf7" }, { - "name": "Async_Operations", - "version": "1.0.2", - "author": "DaniFoldi", - "maintainer": "DaniFoldi", - "sentence": "A library for accurately keeping track of long tasks without blocking the main thread", - "paragraph": "Create handlers that just need to be updated as frequently as possible, possibly in loop. Check out https://github.com/DaniFoldi/Async_Operations for examples and documentation.", - "website": "https://github.com/DaniFoldi/Async_Operations", - "category": "Timing", + "name": "STM32duino SHT40-AD1B", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Capacitive digital sensor for relative humidity and temperature.", + "paragraph": "This library provides Arduino support for the capacitive digital sensor for relative humidity and temperature SHT40-AD1B for STM32 boards.", + "website": "https://github.com/stm32duino/SHT40-AD1B", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/SHT40-AD1B.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_SHT40_AD1B-1.0.0.zip", + "archiveFileName": "STM32duino_SHT40_AD1B-1.0.0.zip", + "size": 7844, + "checksum": "SHA-256:2dfdb50a2bb9c29c6beef747c29db7db763fd2f2e76bfa234d9dd2d6731ca7ca" + }, + { + "name": "STM32duino LSM6DSO16IS", + "version": "1.0.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO16IS for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO16IS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO16IS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO16IS-1.0.0.zip", + "archiveFileName": "STM32duino_LSM6DSO16IS-1.0.0.zip", + "size": 71130, + "checksum": "SHA-256:700db31d653258affada76d03674ebc63fe23a6947ffb844b7c7c0b654468a16" + }, + { + "name": "STM32duino LSM6DSO16IS", + "version": "1.1.0", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO16IS for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO16IS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO16IS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO16IS-1.1.0.zip", + "archiveFileName": "STM32duino_LSM6DSO16IS-1.1.0.zip", + "size": 70939, + "checksum": "SHA-256:e1bd7fa33a2ef1793152039cc2be8f094fdd66f5b44d3809993ab7cc68731b8d" + }, + { + "name": "STM32duino LSM6DSO16IS", + "version": "1.1.1", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO16IS for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO16IS", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/stm32duino/LSM6DSO16IS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO16IS-1.1.1.zip", + "archiveFileName": "STM32duino_LSM6DSO16IS-1.1.1.zip", + "size": 70990, + "checksum": "SHA-256:72b7180eac1745ad60807e7f9c75e786eb18c67c9e2c254527a9d67c61e3a2c3" + }, + { + "name": "STM32duino LSM6DSO16IS", + "version": "1.1.2", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO16IS for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO16IS", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DaniFoldi/Async_Operations.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DaniFoldi/Async_Operations-1.0.2.zip", - "archiveFileName": "Async_Operations-1.0.2.zip", - "size": 6358, - "checksum": "SHA-256:72cd8feb7e453864a4d42200468ff0105895135ee91fcd0c20aab4ab35282abe" + "repository": "https://github.com/stm32duino/LSM6DSO16IS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO16IS-1.1.2.zip", + "archiveFileName": "STM32duino_LSM6DSO16IS-1.1.2.zip", + "size": 71046, + "checksum": "SHA-256:c97e63fda269f4ff0d60c1d2845600fa68c0bdb860c650bfc0b1d2ae69cd655d" }, { - "name": "Ticker", - "version": "3.2.0", - "author": "Stefan Staub", - "maintainer": "Stefan Staub \u003cemail@domain.com\u003e", - "sentence": "A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.", - "paragraph": "The Arduino Ticker Library allows you to create easily Ticker callbacks, which can call a function in a predetermined interval. You can change the number of repeats of the callbacks, if repeats is 0 the ticker runs in endless mode. Works like a \"thread\", where a secondary function will run when necessary. The library use no interupts of the hardware timers and works with the micros() / millis() function. You are not (really) limited in the number of Tickers.", - "website": "https://github.com/sstaub/Ticker", - "category": "Timing", + "name": "STM32duino LSM6DSO16IS", + "version": "1.1.3", + "author": "SRA", + "maintainer": "stm32duino", + "sentence": "Ultra Low Power inertial measurement unit.", + "paragraph": "This library provides Arduino support for the Ultra Low Power LSM6DSO16IS for STM32 boards.", + "website": "https://github.com/stm32duino/LSM6DSO16IS", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sstaub/Ticker.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sstaub/Ticker-3.2.0.zip", - "archiveFileName": "Ticker-3.2.0.zip", - "size": 8514, - "checksum": "SHA-256:9f96a3a7b3b7e39dca5a12524bb20e0c153419b9e89c4e9e24bd78dbb81bd21a" + "repository": "https://github.com/stm32duino/LSM6DSO16IS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_LSM6DSO16IS-1.1.3.zip", + "archiveFileName": "STM32duino_LSM6DSO16IS-1.1.3.zip", + "size": 71045, + "checksum": "SHA-256:b5d9fba90fdf8cf97a83eb0274f7957d2f0d734c08740f115166a5d8dc19f031" }, { - "name": "SlackAPI", - "version": "1.0.1", - "author": "Brian Lough", - "maintainer": "Brian Lough \u003cbrian.d.lough@gmail.com\u003e", - "sentence": "A library to wrap the Slack API (supports ESP8266/ESP32 \u0026 others)", - "paragraph": "A library to wrap the Slack API (supports ESP8266/ESP32 \u0026 others)", - "website": "https://github.com/witnessmenow/arduino-slack-api", - "category": "Communication", + "name": "UTF8 Print AdaGfx", + "version": "1.0.0", + "author": "usk-johnny-s", + "maintainer": "usk-johnny-s", + "sentence": "Extends Adafruit GFX library family for printing UTF8 chara code", + "paragraph": "Extends Adafruit GFX library family for printing UTF8 chara code", + "website": "https://github.com/usk-johnny-s/UTF8_Print_AdaGfx", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/witnessmenow/arduino-slack-api.git", - "url": "https://downloads.arduino.cc/libraries/github.com/witnessmenow/SlackAPI-1.0.1.zip", - "archiveFileName": "SlackAPI-1.0.1.zip", - "size": 19673, - "checksum": "SHA-256:67b70a59f66aa839caf33b75f79f601e6e1802cd21262b5d47155fd9c0b0fb9a" + "repository": "https://github.com/usk-johnny-s/UTF8_Print_AdaGfx.git", + "dependencies": [ + { + "name": "Adafruit GFX Libgrary" + }, + { + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" + }, + { + "name": "Adafruit SSD1306" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/usk-johnny-s/UTF8_Print_AdaGfx-1.0.0.zip", + "archiveFileName": "UTF8_Print_AdaGfx-1.0.0.zip", + "size": 840981, + "checksum": "SHA-256:713a69a56f7286f2434737da4c4d6d3b49aee8ac2ea373e165209ce9390c9756" }, { - "name": "Arduino_MKRIoTCarrier", - "version": "0.9.0", - "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Controlling the IoT MKR Carrier", - "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", - "website": "*", - "category": "Uncategorized", + "name": "UTF8 Print AdaGfx", + "version": "1.0.1", + "author": "usk-johnny-s", + "maintainer": "usk-johnny-s", + "sentence": "Extends Adafruit GFX library family for printing UTF8 chara code", + "paragraph": "Extends Adafruit GFX library family for printing UTF8 chara code", + "website": "https://github.com/usk-johnny-s/UTF8_Print_AdaGfx", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "repository": "https://github.com/usk-johnny-s/UTF8_Print_AdaGfx.git", "dependencies": [ { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_BQ24195" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM6DS3" - }, - { - "name": "Arduino_MCHPTouch" - }, - { - "name": "Adafruit_DotStar" + "name": "Adafruit GFX Libgrary" }, { - "name": "Adafruit_GFX_Library" - }, - { - "name": "Adafruit_ST7735_and_ST7789_Library" + "name": "Adafruit SSD1331 OLED Driver Library for Arduino" }, { - "name": "Adafruit_BusIO" + "name": "Adafruit SSD1306" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.0.zip", - "archiveFileName": "Arduino_MKRIoTCarrier-0.9.0.zip", - "size": 37532, - "checksum": "SHA-256:f9225b2771125003c92d75b3a5e5060f74632bb1760eb3657301cc92d925812d" + "url": "https://downloads.arduino.cc/libraries/github.com/usk-johnny-s/UTF8_Print_AdaGfx-1.0.1.zip", + "archiveFileName": "UTF8_Print_AdaGfx-1.0.1.zip", + "size": 840947, + "checksum": "SHA-256:86187b59e60ed27eb38b3b4b10eccbf593296bea316abec1c88c0960383f6486" }, { - "name": "Arduino_MKRIoTCarrier", - "version": "0.9.1", - "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Controlling the IoT MKR Carrier", - "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", - "website": "arduino.cc", - "category": "Uncategorized", + "name": "UTF8 Print AdaGfx", + "version": "1.0.2", + "author": "usk-johnny-s", + "maintainer": "usk-johnny-s", + "sentence": "Extends Adafruit GFX library family for printing UTF8 chara code", + "paragraph": "Extends Adafruit GFX library family for printing UTF8 chara code", + "website": "https://github.com/usk-johnny-s/UTF8_Print_AdaGfx", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "repository": "https://github.com/usk-johnny-s/UTF8_Print_AdaGfx.git", "dependencies": [ - { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_BQ24195" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM6DS3" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit DotStar" - }, { "name": "Adafruit GFX Library" }, { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Arduino_MCHPTouch" + "name": "Adafruit SSD1306" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.1.zip", - "archiveFileName": "Arduino_MKRIoTCarrier-0.9.1.zip", - "size": 40365, - "checksum": "SHA-256:f394f8b9001af9590571c6f6c86f6be0ac17de7cf1b4a561119e3aa5680b0412" + "url": "https://downloads.arduino.cc/libraries/github.com/usk-johnny-s/UTF8_Print_AdaGfx-1.0.2.zip", + "archiveFileName": "UTF8_Print_AdaGfx-1.0.2.zip", + "size": 840923, + "checksum": "SHA-256:dd3926fcfc41ab598421eefa7de794ce440f8b052effbaeedef38e64113082cc" }, { - "name": "Arduino_MKRIoTCarrier", - "version": "0.9.4", - "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Controlling the IoT MKR Carrier", - "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", - "website": "arduino.cc", - "category": "Uncategorized", + "name": "cronos", + "version": "0.1.0", + "author": "ardnew", + "maintainer": "ardnew (andrew@ardnew.com)", + "sentence": "A std::chrono wrapper for target system's native tick count.", + "paragraph": "This abstraction allows applications to hide the exact data type representation and period of the system's native ticker, which provides a consistent interface for specifying delays, timeouts, etc., regardless of the target system.", + "website": "https://github.com/ardnew/cronos", + "category": "Timing", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "repository": "https://github.com/ardnew/cronos.git", + "providesIncludes": [ + "cronos.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/cronos-0.1.0.zip", + "archiveFileName": "cronos-0.1.0.zip", + "size": 6206, + "checksum": "SHA-256:29cbd08ad037920cc1c9134377c3094d5524b83baed7d24f284aea70e576351d" + }, + { + "name": "cronos", + "version": "0.1.3", + "author": "ardnew", + "maintainer": "ardnew (andrew@ardnew.com)", + "sentence": "A std::chrono wrapper for target system's native tick count.", + "paragraph": "This abstraction allows applications to hide the exact data type representation and period of the system's native ticker, which provides a consistent interface for specifying delays, timeouts, etc., regardless of the target system.", + "website": "https://github.com/ardnew/cronos", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ardnew/cronos.git", + "providesIncludes": [ + "cronos.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ardnew/cronos-0.1.3.zip", + "archiveFileName": "cronos-0.1.3.zip", + "size": 6704, + "checksum": "SHA-256:9b017f3d8573a65eb671df750c7f22ed1e7151e33e9cb404d4b702197ce4e1b1" + }, + { + "name": "Adafruit AGS02MA", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AGS02MA gas / TVOC sensors in the Adafruit shop", + "paragraph": "Arduino library for th AGS02MA gas / TVOC sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AGS02MA", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_AGS02MA.git", "dependencies": [ { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_BQ24195" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM6DS3" + "name": "Adafruit Unified Sensor" }, { "name": "Adafruit BusIO" }, { - "name": "Adafruit DotStar" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Arduino_MCHPTouch" + "name": "Adafruit SH110X" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.4.zip", - "archiveFileName": "Arduino_MKRIoTCarrier-0.9.4.zip", - "size": 49833, - "checksum": "SHA-256:472500bc62bd9048f337a298e2aaf3c236227aa3d3f9af52ebe6d97722c199b6" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AGS02MA-1.0.1.zip", + "archiveFileName": "Adafruit_AGS02MA-1.0.1.zip", + "size": 70322, + "checksum": "SHA-256:a2e9ce1b19ca8cac636f6cc2a8f58d37630b3081c5518173145d6260f49edaa8" }, { - "name": "Arduino_MKRIoTCarrier", - "version": "0.9.5", - "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Controlling the IoT MKR Carrier", - "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", - "website": "arduino.cc", - "category": "Uncategorized", + "name": "Adafruit AGS02MA", + "version": "1.0.2", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AGS02MA gas / TVOC sensors in the Adafruit shop", + "paragraph": "Arduino library for th AGS02MA gas / TVOC sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_AGS02MA", + "category": "Sensors", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "repository": "https://github.com/adafruit/Adafruit_AGS02MA.git", "dependencies": [ { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_BQ24195" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM6DS3" + "name": "Adafruit Unified Sensor" }, { "name": "Adafruit BusIO" }, { - "name": "Adafruit DotStar" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Arduino_MCHPTouch" + "name": "Adafruit SH110X" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.5.zip", - "archiveFileName": "Arduino_MKRIoTCarrier-0.9.5.zip", - "size": 49880, - "checksum": "SHA-256:1443f56db71396182fde72bd9393cca97f14f65e394ba6e24383b673014fdfe7" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AGS02MA-1.0.2.zip", + "archiveFileName": "Adafruit_AGS02MA-1.0.2.zip", + "size": 129440, + "checksum": "SHA-256:04f9e576ca172ddbe662ef6a8b0f0cc5d1b6954c0092c20a82a4110e2d0427b0" }, { - "name": "Arduino_MKRIoTCarrier", - "version": "0.9.6", - "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Controlling the IoT MKR Carrier", - "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", - "website": "arduino.cc", - "category": "Uncategorized", + "name": "Adafruit HUSB238 Library", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HUSB I2C USB PD sink driver", + "paragraph": "Arduino library for the HUSB I2C USB PD sink driver", + "website": "https://github.com/adafruit/Adafruit_HUSB238", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "repository": "https://github.com/adafruit/Adafruit_HUSB238.git", "dependencies": [ - { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_BQ24195" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM6DS3" - }, { "name": "Adafruit BusIO" - }, - { - "name": "Adafruit DotStar" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Arduino_MCHPTouch" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.6.zip", - "archiveFileName": "Arduino_MKRIoTCarrier-0.9.6.zip", - "size": 49888, - "checksum": "SHA-256:9dd2c03aabd10390756289f7f6dd0c62d1e9ea1a7687bdfb016a6ee4b71b493d" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HUSB238_Library-1.0.0.zip", + "archiveFileName": "Adafruit_HUSB238_Library-1.0.0.zip", + "size": 13169, + "checksum": "SHA-256:318acf2da96cbfb392d508868ba3e0a3abed96e7af06294237106d78be0944bf" }, { - "name": "Arduino_MKRIoTCarrier", - "version": "0.9.7", - "author": "Riccardo Rizzo, Jose García, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Controlling the IoT MKR Carrier", - "paragraph": "Allows you to controll all the components included in the Explore IoT Kit", - "website": "arduino.cc", - "category": "Uncategorized", + "name": "Adafruit HUSB238 Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the HUSB I2C USB PD sink driver", + "paragraph": "Arduino library for the HUSB I2C USB PD sink driver", + "website": "https://github.com/adafruit/Adafruit_HUSB238", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_MKRIoTCarrier.git", + "repository": "https://github.com/adafruit/Adafruit_HUSB238.git", "dependencies": [ - { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_BQ24195" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM6DS3" - }, { "name": "Adafruit BusIO" - }, - { - "name": "Adafruit DotStar" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Arduino_MCHPTouch" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MKRIoTCarrier-0.9.7.zip", - "archiveFileName": "Arduino_MKRIoTCarrier-0.9.7.zip", - "size": 50628, - "checksum": "SHA-256:f82e0edfa7ee24d8ea1a1e2cf717f7e460a43a6c0bd0e63ea09424ed03fcbc90" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_HUSB238_Library-1.0.1.zip", + "archiveFileName": "Adafruit_HUSB238_Library-1.0.1.zip", + "size": 13211, + "checksum": "SHA-256:e6537580ad9d068c39b2442315f226fa8eda97de69c339f50e1b802e6706fc28" }, { - "name": "Arduino_BQ24195", - "version": "0.9.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Arduino library for the BQ24195 Power Management IC", - "paragraph": "This library allows the control and configuration of the BQ24195 used on various Arduino boards.", - "website": "https://github.com/arduino-libraries/Arduino_BQ24195", + "name": "ENS160 - Adafruit Fork", + "version": "3.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ENS160 digital four channel MOX gas sensor with I2C interface from ScioSense", + "paragraph": "This library controls the ENS160. The main feature of this library is performing a single shot measurement, retrieving the measurement data.", + "website": "https://github.com/adafruit/ENS160_driver", "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" - ], - "repository": "https://github.com/arduino-libraries/Arduino_BQ24195.git", - "providesIncludes": [ - "Arduino_PMIC.h" + "Recommended" ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BQ24195-0.9.0.zip", - "archiveFileName": "Arduino_BQ24195-0.9.0.zip", - "size": 15367, - "checksum": "SHA-256:cf705d22f1d0dce7702b9217278b1dc4f4835e53a6d866bdecb2e3507536ee33" + "repository": "https://github.com/adafruit/ENS160_driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/ENS160___Adafruit_Fork-3.0.0.zip", + "archiveFileName": "ENS160___Adafruit_Fork-3.0.0.zip", + "size": 17489, + "checksum": "SHA-256:e94e716b4bd6d3b7c0c2e3c1f8d0c8cad10a3ef0aa857d8a95ce670b76f65772" }, { - "name": "Arduino_MCHPTouch", - "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "A library for the Atmel touch sensors", - "paragraph": "allows you to read touch sensors values from your Arduino SAMD boards with touch sensors connected. Microchip Technology Inc., provides the Microchip Touch Library software subject to the license terms contained at the link below.  By using the Microchip Touch Library, you acknowledge and agree to the terms of the license contained at the link below.", - "website": "https://github.com/arduino-libraries/Arduino_MCHPTouch", - "category": "Sensors", + "name": "ENS160 - Adafruit Fork", + "version": "3.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ENS160 digital four channel MOX gas sensor with I2C interface from ScioSense", + "paragraph": "This library controls the ENS160. The main feature of this library is performing a single shot measurement, retrieving the measurement data.", + "website": "https://github.com/adafruit/ENS160_driver", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Recommended" ], - "repository": "https://github.com/arduino-libraries/Arduino_MCHPTouch.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_MCHPTouch-1.0.0.zip", - "archiveFileName": "Arduino_MCHPTouch-1.0.0.zip", - "size": 108046, - "checksum": "SHA-256:0911ba1eb28910306cc30930c8a815dd53f3cf10918d561ce0929facbbf0ce3b" + "repository": "https://github.com/adafruit/ENS160_driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/ENS160___Adafruit_Fork-3.0.1.zip", + "archiveFileName": "ENS160___Adafruit_Fork-3.0.1.zip", + "size": 17549, + "checksum": "SHA-256:7a858ffed64ba6d690b79e8da2c64270457ef91ec4ed60010445af5ac78d461c" }, { - "name": "NanoProtoShield", + "name": "ANTIRTOS", "version": "0.1.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", + "author": "Aleksei Tertychnyi \u003ccqdx@list.ru\u003e", + "maintainer": "Aleksei Tertychnyi \u003ccqdx@list.ru\u003e", + "sentence": "No any RTOS needed, you will see...", + "paragraph": "Function queues universal classes: one for functions without parameters, one with parameter", + "website": "https://github.com/Username/ProjectName", "category": "Other", "architectures": [ "*" @@ -354507,52 +817988,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.0.zip", - "archiveFileName": "NanoProtoShield-0.1.0.zip", - "size": 7660, - "checksum": "SHA-256:430b3f50534cf90f6e8ca70d7cc6d9aa22c53e749dd6ea993e2226c3e3a58fdf" + "repository": "https://github.com/WeSpeakEnglish/ANTIRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WeSpeakEnglish/ANTIRTOS-0.1.0.zip", + "archiveFileName": "ANTIRTOS-0.1.0.zip", + "size": 9938, + "checksum": "SHA-256:a131220da966465752cd214e0be93dd0fad015ca76b4dea3ba19f62ea263b2a9" }, { - "name": "NanoProtoShield", + "name": "ANTIRTOS", "version": "0.1.1", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", + "author": "Aleksei Tertychnyi \u003ccqdx@list.ru\u003e", + "maintainer": "Aleksei Tertychnyi \u003ccqdx@list.ru\u003e", + "sentence": "No any RTOS needed, you will see...", + "paragraph": "Function queues universal classes: one for functions without parameters, one with parameter", + "website": "https://github.com/WeSpeakEnglish/ANTIRTOS", "category": "Other", "architectures": [ "*" @@ -354560,52 +818009,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.1.zip", - "archiveFileName": "NanoProtoShield-0.1.1.zip", - "size": 9015, - "checksum": "SHA-256:3f383117dfc93c38a6c822ef0c1c49fc068ced5db9466a66069f33aa934e1169" + "repository": "https://github.com/WeSpeakEnglish/ANTIRTOS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/WeSpeakEnglish/ANTIRTOS-0.1.1.zip", + "archiveFileName": "ANTIRTOS-0.1.1.zip", + "size": 8563, + "checksum": "SHA-256:60f66d6fb3cfbcf4ee434d46e9fd6560084c7db34f35b9ef5fe6a43ca4d34aa3" }, { - "name": "NanoProtoShield", - "version": "0.1.2", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", + "name": "yatest", + "version": "0.1.0", + "author": "Simon Lehmann \u003csimon.lmn@gmail.com\u003e", + "maintainer": "Simon Lehmann \u003csimon.lmn@gmail.com\u003e", + "sentence": "Yet another unit testing framework for Arduino libraries and projects.", + "paragraph": "This does not provide facilities to run the tests on the actual device. There are other, much more capable test frameworks which can and should be used instead for that purpose.", + "website": "https://github.com/simonlmn/yatest", "category": "Other", "architectures": [ "*" @@ -354613,887 +818030,731 @@ "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } + "repository": "https://github.com/simonlmn/yatest.git", + "url": "https://downloads.arduino.cc/libraries/github.com/simonlmn/yatest-0.1.0.zip", + "archiveFileName": "yatest-0.1.0.zip", + "size": 7173, + "checksum": "SHA-256:fc47076daaa3e5c402d96fd2ca93a397514149484a184585d724e208c95235a6" + }, + { + "name": "SSD1306wire", + "version": "2.0.1", + "author": "Alexander Pronin \u003cAlexander.Pronin@gmail.com\u003e", + "maintainer": "Alexander Pronin \u003cAlexander.Pronin@gmail.com\u003e", + "sentence": "Display text on OLED module SSD1306 with I2C.", + "paragraph": "It allow dipslay text on SSD1306 communication with I2C.", + "website": "https://gitlab.com/alexpr0/ssd1306wire.git", + "category": "Display", + "architectures": [ + "avr" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.1.2.zip", - "archiveFileName": "NanoProtoShield-0.1.2.zip", - "size": 9599, - "checksum": "SHA-256:e54e7d3524990ecbe0a31eb90ca7be9fda721f677172ba4558789fe561378030" + "types": [ + "Contributed" + ], + "repository": "https://gitlab.com/alexpr0/ssd1306wire.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/alexpr0/SSD1306wire-2.0.1.zip", + "archiveFileName": "SSD1306wire-2.0.1.zip", + "size": 1460279, + "checksum": "SHA-256:ba1b52ce0faeb07ac0f1d6bc54ee609a059ed1f2d0f35e595c2fad0475625e35" }, { - "name": "NanoProtoShield", - "version": "0.2.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", - "category": "Other", + "name": "PulseDivider", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to divide a pulsestream with a float factor.", + "website": "https://github.com/RobTillaart/PulseDivider", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } + "repository": "https://github.com/RobTillaart/PulseDivider.git", + "providesIncludes": [ + "PulseDivider.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.2.0.zip", - "archiveFileName": "NanoProtoShield-0.2.0.zip", - "size": 10039, - "checksum": "SHA-256:08b8c8bfa0d1b9a265b4d2b53af1fcf175e0ae843c8b3cee82180c5f1383e0a8" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulseDivider-0.1.0.zip", + "archiveFileName": "PulseDivider-0.1.0.zip", + "size": 12096, + "checksum": "SHA-256:d09b79a478942fb43783566985cc04749869f02fd672fa8007d642305bb91742" }, { - "name": "NanoProtoShield", - "version": "0.3.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", - "category": "Other", + "name": "PulseDivider", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to divide a pulsestream with a float factor.", + "website": "https://github.com/RobTillaart/PulseDivider", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } + "repository": "https://github.com/RobTillaart/PulseDivider.git", + "providesIncludes": [ + "PulseDivider.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.3.0.zip", - "archiveFileName": "NanoProtoShield-0.3.0.zip", - "size": 10693, - "checksum": "SHA-256:98527d59f4cfb1c1109125ddf7e20472e0c9480e5334f4b4b774392bf25029f7" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulseDivider-0.1.1.zip", + "archiveFileName": "PulseDivider-0.1.1.zip", + "size": 12833, + "checksum": "SHA-256:b137df5ca3b246f50853ef6ee306781b473fb39b86585d2a025d4dd467a3b3da" }, { - "name": "NanoProtoShield", - "version": "0.4.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", - "category": "Other", + "name": "PulseDivider", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library to divide a pulse stream with a float factor.", + "website": "https://github.com/RobTillaart/PulseDivider", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } + "repository": "https://github.com/RobTillaart/PulseDivider.git", + "providesIncludes": [ + "PulseDivider.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.4.0.zip", - "archiveFileName": "NanoProtoShield-0.4.0.zip", - "size": 17797, - "checksum": "SHA-256:4e638fc39fc3ed898526673afe53618e3ab8ebe8b3421d2cb128cc97e91b4c95" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PulseDivider-0.1.2.zip", + "archiveFileName": "PulseDivider-0.1.2.zip", + "size": 13003, + "checksum": "SHA-256:9311c71cd7ba6afc2d089e623ec35d00966f850031aa9801ba571e3bc262b582" }, { - "name": "NanoProtoShield", - "version": "0.5.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", - "category": "Other", + "name": "ICRS 101", + "version": "0.0.0", + "author": "Ben Smith \u003cbens15351@gmail.com\u003e", + "maintainer": "Ben Smith \u003cbens15351@gmail.com\u003e", + "sentence": "Allows the use of motors, servos and built in LED on the ICRS 101 Devkit.", + "paragraph": "This library overrides several basic arduino functions to communicate with the onboard STM32. This allows extra functions such as the built in motor drivers, servo headers and LEDs to function seemlessly.", + "website": "https://github.com/ICRS/ICRS-101-Devkit", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } + "repository": "https://github.com/ICRS/ICRS-101-Devkit.git", + "providesIncludes": [ + "ICRS_101.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.5.0.zip", - "archiveFileName": "NanoProtoShield-0.5.0.zip", - "size": 22016, - "checksum": "SHA-256:1a59469450eef34ac57bb9ef5856fe7e7b3c63ea6d6ea71ff685bcd3087405e5" + "url": "https://downloads.arduino.cc/libraries/github.com/ICRS/ICRS_101-0.0.0.zip", + "archiveFileName": "ICRS_101-0.0.0.zip", + "size": 3885, + "checksum": "SHA-256:f0884f7042eb9f6f63ff4d5b34239bc3c6453919e44790c4cf5cc2d87dbdccaf" }, { - "name": "NanoProtoShield", - "version": "0.6.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", - "category": "Other", + "name": "ICRS 101", + "version": "0.0.1", + "author": "Ben Smith \u003cbens15351@gmail.com\u003e", + "maintainer": "Ben Smith \u003cbens15351@gmail.com\u003e", + "sentence": "Allows the use of motors, servos and built in LED on the ICRS 101 Devkit.", + "paragraph": "This library overrides several basic arduino functions to communicate with the onboard STM32. This allows extra functions such as the built in motor drivers, servo headers and LEDs to function seemlessly.", + "website": "https://github.com/ICRS/ICRS-101-Devkit", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } + "repository": "https://github.com/ICRS/ICRS-101-Devkit.git", + "providesIncludes": [ + "ICRS_101.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.6.0.zip", - "archiveFileName": "NanoProtoShield-0.6.0.zip", - "size": 25885, - "checksum": "SHA-256:23bc4b7241281fbe3dcbabb9705ba4f1ccf0abf00fd03c4b74a221736d8430a7" + "url": "https://downloads.arduino.cc/libraries/github.com/ICRS/ICRS_101-0.0.1.zip", + "archiveFileName": "ICRS_101-0.0.1.zip", + "size": 3870, + "checksum": "SHA-256:a3cc0f3f393df6b69847aa0fe0608d83450901b4e9c238278df7cea3f3bb5b8d" }, { - "name": "NanoProtoShield", - "version": "0.7.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", - "category": "Other", + "name": "ICRS 101", + "version": "1.0.0", + "author": "Ben Smith, Haotian Wu", + "maintainer": "Ben Smith \u003cbens15351@gmail.com\u003e", + "sentence": "Allows the use of motors, servos and built in LED on the ICRS 101 Devkit.", + "paragraph": "This library overrides several basic arduino functions to communicate with the onboard STM32. This allows extra functions such as the built in motor drivers, servo headers and LEDs to function seemlessly.", + "website": "https://github.com/ICRS/ICRS-101-Devkit", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - } + "repository": "https://github.com/ICRS/ICRS-101-Devkit.git", + "providesIncludes": [ + "ICRS_101.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.7.0.zip", - "archiveFileName": "NanoProtoShield-0.7.0.zip", - "size": 4692424, - "checksum": "SHA-256:8f0688f5ec9d477794e7d74fcd8dd1ad09067c47393c86625d3099b3f198c2c5" + "url": "https://downloads.arduino.cc/libraries/github.com/ICRS/ICRS_101-1.0.0.zip", + "archiveFileName": "ICRS_101-1.0.0.zip", + "size": 5869, + "checksum": "SHA-256:a2531f8962c0e4943b006dbf21eb628b9c47b4df98e11a7f6a69f282c33e3e31" }, { - "name": "NanoProtoShield", - "version": "0.8.0", - "author": "Zach English", - "maintainer": "Zach English \u003cenglishz@gmail.com\u003e", - "sentence": "Arduino library to interact with the NanoProtoShield hardware.", - "paragraph": "This library makes all the accessories of the NanoProtoShield accessable via simple class interactions. Used for educational purposes, this reduces the required learning curve before a student can start doing \"fun things\" with their board.", - "website": "https://github.com/ZachEnglish/NanoProtoShield", - "category": "Other", + "name": "ICRS 101", + "version": "1.1.0", + "author": "Ben Smith, Haotian Wu", + "maintainer": "Ben Smith \u003cbens15351@gmail.com\u003e", + "sentence": "Allows the use of motors, servos and built in LED on the ICRS 101 Devkit.", + "paragraph": "This library overrides several basic arduino functions to communicate with the onboard STM32. This allows extra functions such as the built in motor drivers, servo headers and LEDs to function seemlessly.", + "website": "https://github.com/ICRS/ICRS-101-Devkit", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ZachEnglish/NanoProtoShield.git", + "repository": "https://github.com/ICRS/ICRS-101-Devkit.git", + "providesIncludes": [ + "ICRS_101.h" + ], "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit SSD1306" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Adafruit LED Backpack Library" - }, - { - "name": "Encoder" - }, - { - "name": "OneWire" - }, - { - "name": "DallasTemperature" - }, - { - "name": "MPU6050_light" - }, - { - "name": "LiquidCrystal_I2C" + "name": "FastIMU" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/ZachEnglish/NanoProtoShield-0.8.0.zip", - "archiveFileName": "NanoProtoShield-0.8.0.zip", - "size": 11582752, - "checksum": "SHA-256:78d9545683909a7025f24cb903cb12e935a044c20c24711b60da80f983f86a12" + "url": "https://downloads.arduino.cc/libraries/github.com/ICRS/ICRS_101-1.1.0.zip", + "archiveFileName": "ICRS_101-1.1.0.zip", + "size": 7212, + "checksum": "SHA-256:9d45609ab0676ef4cfad473de57cfcca7e6369d7865a8f5bea303f7abe84367a" }, { - "name": "I2cControlPanel_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with a control panel via i2c.", - "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", - "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", + "name": "ICRS 101", + "version": "1.1.1", + "author": "Ben Smith, Haotian Wu", + "maintainer": "Ben Smith \u003cbens15351@gmail.com\u003e", + "sentence": "Allows the use of motors, servos and built in LED on the ICRS 101 Devkit.", + "paragraph": "This library overrides several basic arduino functions to communicate with the onboard STM32. This allows extra functions such as the built in motor drivers, servo headers and LEDs to function seemlessly.", + "website": "https://github.com/ICRS/ICRS-101-Devkit", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "repository": "https://github.com/ICRS/ICRS-101-Devkit.git", + "providesIncludes": [ + "ICRS_101.h" + ], "dependencies": [ { - "name": "utils_asukiaaa" + "name": "FastIMU" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.0.0.zip", - "archiveFileName": "I2cControlPanel_asukiaaa-1.0.0.zip", - "size": 6707, - "checksum": "SHA-256:f55c5d35944bf01f2cf7b11c567d248ef196dcd7b997af6cb53cdca811e58173" + "url": "https://downloads.arduino.cc/libraries/github.com/ICRS/ICRS_101-1.1.1.zip", + "archiveFileName": "ICRS_101-1.1.1.zip", + "size": 10949, + "checksum": "SHA-256:8b5dc546c4b0f906b7fee47a55f2de197bd4bf13eb2f7d7359a6166e1fa706f6" }, { - "name": "I2cControlPanel_asukiaaa", - "version": "1.1.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with a control panel via i2c.", - "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", - "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", - "category": "Device Control", + "name": "HoneyWellFMA_SPI", + "version": "1.0.0", + "author": "Pasan Jayasinghe \u003ccareer.psnj@gmail.com\u003e", + "maintainer": "Pasan Jayasinghe \u003ccareer.psnj@gmail.com\u003e", + "sentence": "A library for easy use of Honeywell FMAMSDXX025WCSC3 sensor", + "paragraph": "for 5N and 15N sensors, you can visit my GitHub and use the source code to make the necessary changes.", + "website": "https://github.com/JayasinghePasan/Honeywell_SPI_FMA", + "category": "Sensors", "architectures": [ - "*" + "avr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", - "dependencies": [ - { - "name": "utils_asukiaaa" - } + "repository": "https://github.com/JayasinghePasan/Honeywell_SPI_FMA.git", + "url": "https://downloads.arduino.cc/libraries/github.com/JayasinghePasan/HoneyWellFMA_SPI-1.0.0.zip", + "archiveFileName": "HoneyWellFMA_SPI-1.0.0.zip", + "size": 3186, + "checksum": "SHA-256:c2262c2aeb258e5afe1d20d8985ee139a6fe305656f4397e07c105f074ba481e" + }, + { + "name": "Adafruit Debounce", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for basic GPIO/expander button handling", + "paragraph": "Arduino library for basic GPIO/expander button handling", + "website": "https://github.com/adafruit/Adafruit_Debounce", + "category": "Uncategorized", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.1.0.zip", - "archiveFileName": "I2cControlPanel_asukiaaa-1.1.0.zip", - "size": 6731, - "checksum": "SHA-256:d7e0b9ee122c3083339f44e00dc00aed4227e2aa7237e8e5813d9d90bbf3348b" + "types": [ + "Recommended" + ], + "repository": "https://github.com/adafruit/Adafruit_Debounce.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Debounce-1.0.0.zip", + "archiveFileName": "Adafruit_Debounce-1.0.0.zip", + "size": 7750, + "checksum": "SHA-256:31269eb5dd995e689885215412d6cb10274eafacd665c3a79e253b33d0b6e7b8" }, { - "name": "I2cControlPanel_asukiaaa", - "version": "1.1.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with a control panel via i2c.", - "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", - "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", - "category": "Device Control", + "name": "NumberSpeaker", + "version": "1.0.0", + "author": "Scott W Harden", + "maintainer": "Scott W Harden \u003cswharden@gmail.com\u003e", + "sentence": "Arduino library for speaking numbers.", + "paragraph": "Allows numbers stored in program memory to be read out loud using a speaker connected to a PWM output pin.", + "website": "https://github.com/swharden/NumberSpeaker", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "repository": "https://github.com/swharden/NumberSpeaker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/swharden/NumberSpeaker-1.0.0.zip", + "archiveFileName": "NumberSpeaker-1.0.0.zip", + "size": 522652, + "checksum": "SHA-256:3f61cb26d765d43f3e00bcb63cd8f7cbc2fb88458cf68fe1033182d0ffeff6b3" + }, + { + "name": "NumberSpeaker", + "version": "1.0.1", + "author": "swharden", + "maintainer": "Scott W Harden \u003cswharden@gmail.com\u003e", + "sentence": "Arduino library for speaking numbers.", + "paragraph": "Allows numbers stored in program memory to be read out loud using a speaker connected to a PWM output pin.", + "website": "https://github.com/swharden/NumberSpeaker", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/swharden/NumberSpeaker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/swharden/NumberSpeaker-1.0.1.zip", + "archiveFileName": "NumberSpeaker-1.0.1.zip", + "size": 522753, + "checksum": "SHA-256:b427c3dd8149987818d73f92692a24ca82cdc4fd1fc402ad1f1f04ad67c64fb3" + }, + { + "name": "W3bstreamClient", + "version": "1.0.1", + "author": "IoTeX", + "maintainer": "IoTeX", + "sentence": "A W3bstream client for Arduino", + "paragraph": "The W3bstream Client Arduino Library provides an easy-to-use interface for communicating with the W3bstream network using an Arduino board.", + "website": "https://github.com/machinefi/w3bstream-client-arduino-ce", + "category": "Communication", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/machinefi/w3bstream-client-arduino-ce.git", + "providesIncludes": [ + "W3bstreamClient.h" + ], "dependencies": [ { - "name": "utils_asukiaaa" + "name": "PSACrypto" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.1.1.zip", - "archiveFileName": "I2cControlPanel_asukiaaa-1.1.1.zip", - "size": 7133, - "checksum": "SHA-256:b5dcb0f9c9eff5ca5e868abba5613c9f5de5b052201d5429e3a5ecb74612d18d" + "url": "https://downloads.arduino.cc/libraries/github.com/machinefi/W3bstreamClient-1.0.1.zip", + "archiveFileName": "W3bstreamClient-1.0.1.zip", + "size": 47870, + "checksum": "SHA-256:91c30bb8d80fc0b7893ec97ecc6f18de92ee981d64ae7490d42b9699971f1619" }, { - "name": "I2cControlPanel_asukiaaa", - "version": "1.2.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "It communicate with a control panel via i2c.", - "paragraph": "It can read buttons, joysticks and encoder state and write leds and led state.", - "website": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa", - "category": "Device Control", + "name": "GyverBeeper", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Async tone generator with amount and time settings", + "paragraph": "Async tone generator with amount and time settings", + "website": "https://github.com/GyverLibs/GyverBeeper", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cControlPanel_asukiaaa.git", + "repository": "https://github.com/GyverLibs/GyverBeeper.git", "dependencies": [ { - "name": "string_asukiaaa" - }, - { - "name": "wire_asukiaaa" + "name": "GyverBlinker" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cControlPanel_asukiaaa-1.2.0.zip", - "archiveFileName": "I2cControlPanel_asukiaaa-1.2.0.zip", - "size": 7589, - "checksum": "SHA-256:428c7791e4201bc2045e3207a970491f4e757128e20b40488f140643be5e1868" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBeeper-1.0.0.zip", + "archiveFileName": "GyverBeeper-1.0.0.zip", + "size": 21902, + "checksum": "SHA-256:e10e694d9374e9d5f97ee7c0947eeadbd5b53c12cc576c29d520e496697fe937" }, { - "name": "MaerklinMotorola", + "name": "GyverBlinker", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Async LED blinker and task count timer", + "paragraph": "Async LED blinker and task count timer", + "website": "https://github.com/GyverLibs/GyverBlinker", + "category": "Timing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverBlinker.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverBlinker-1.0.0.zip", + "archiveFileName": "GyverBlinker-1.0.0.zip", + "size": 7717, + "checksum": "SHA-256:2069138afd959d3d4d2b3dbaff51a0877d8ff98f7e854383cf10f437cd351b6e" + }, + { + "name": "AD5680", "version": "0.1.0", - "author": "Michael Henzler", - "maintainer": "Michael Henzler (Laserlicht)", - "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", - "paragraph": "Decoding the signals from the Märklin-Motorola-protocol", - "website": "https://github.com/Laserlicht/MaerklinMotorola", - "category": "Communication", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD5680 Digital Analog Convertor (18 bit).", + "paragraph": "DAC, SPI.", + "website": "https://github.com/RobTillaart/AD5680", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.1.0.zip", - "archiveFileName": "MaerklinMotorola-0.1.0.zip", - "size": 6325, - "checksum": "SHA-256:52dd4e81002db6ee08c5e11ed404a139e80c19594bfd4b14dec30c62bf4d2d83" + "repository": "https://github.com/RobTillaart/AD5680.git", + "providesIncludes": [ + "AD5680.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5680-0.1.0.zip", + "archiveFileName": "AD5680-0.1.0.zip", + "size": 9467, + "checksum": "SHA-256:41514919225d68ca97dfc3a7b8890a893dc1bf98830bad2fd7c2bd7fb06bb6a0" }, { - "name": "MaerklinMotorola", - "version": "0.2.0", - "author": "Michael H.", - "maintainer": "Michael H. (Laserlicht)", - "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", - "paragraph": "Support MM and MM2 protocols", - "website": "https://github.com/Laserlicht/MaerklinMotorola", - "category": "Communication", + "name": "AD5680", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD5680 Digital Analog Convertor (18 bit).", + "paragraph": "DAC, SPI.", + "website": "https://github.com/RobTillaart/AD5680", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "repository": "https://github.com/RobTillaart/AD5680.git", "providesIncludes": [ - "MaerklinMotorola.h" + "AD5680.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.2.0.zip", - "archiveFileName": "MaerklinMotorola-0.2.0.zip", - "size": 64692, - "checksum": "SHA-256:fad8f40f71d4160dbc121ebaeb32180c3876b4ab05297d22f9bd247eb10cd080" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5680-0.1.1.zip", + "archiveFileName": "AD5680-0.1.1.zip", + "size": 11599, + "checksum": "SHA-256:e155f1f8043afccf8a45ca81b6d2d40a6696d7a79ae2c3f63485714b305e4904" }, { - "name": "MaerklinMotorola", - "version": "0.2.2", - "author": "Michael H.", - "maintainer": "Michael H. (Laserlicht)", - "sentence": "Decoding the signals from the Märklin-Motorola-protocol.", - "paragraph": "Support MM and MM2 protocols", - "website": "https://github.com/Laserlicht/MaerklinMotorola", - "category": "Communication", + "name": "AD5680", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD5680 Digital Analog Convertor (18 bit).", + "paragraph": "DAC, SPI.", + "website": "https://github.com/RobTillaart/AD5680", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Laserlicht/MaerklinMotorola.git", + "repository": "https://github.com/RobTillaart/AD5680.git", "providesIncludes": [ - "MaerklinMotorola.h" + "AD5680.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Laserlicht/MaerklinMotorola-0.2.2.zip", - "archiveFileName": "MaerklinMotorola-0.2.2.zip", - "size": 64678, - "checksum": "SHA-256:458a9238f75973804bcdf06d6b1c38919953136e0aa3a5500608f90bcd01bb01" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5680-0.2.0.zip", + "archiveFileName": "AD5680-0.2.0.zip", + "size": 12339, + "checksum": "SHA-256:807ee37020e17433b36acab5c200d109bcd6dbf925cfe05c10b754965c1b2edf" }, { - "name": "SparkFun ProDriver TC78G670FTG Arduino Library", + "name": "Stamp", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)", - "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/16836\"\u003eSparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)\u003c/a\u003e. This makes driving a bi-polar stepper motor easy, and it has many examples to show you some of the cool features of the IC (including both Clock-in and Serial modes).", - "website": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library", - "category": "Device Control", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for time keeping and manipulation", + "paragraph": "Library for time keeping and manipulation", + "website": "https://github.com/GyverLibs/Stamp", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.0.zip", - "size": 29576, - "checksum": "SHA-256:4c19e03068cdc4aee6380664f264822f0db21328cd577ea54a351d31c37afce8" + "repository": "https://github.com/GyverLibs/Stamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Stamp-1.0.0.zip", + "archiveFileName": "Stamp-1.0.0.zip", + "size": 13513, + "checksum": "SHA-256:b2a9e59b99be8b45e1d66e2a99869b82890c356f78f735dca347a1cf30e39d84" }, { - "name": "SparkFun ProDriver TC78G670FTG Arduino Library", - "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)", - "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/16836\"\u003eSparkFun ProDriver - Stepper Motor Driver (TC78H670FTG)\u003c/a\u003e. This makes driving a bi-polar stepper motor easy, and it has many examples to show you some of the cool features of the IC (including both Clock-in and Serial modes).", - "website": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library", - "category": "Device Control", + "name": "Stamp", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Library for time keeping and manipulation", + "paragraph": "Library for time keeping and manipulation", + "website": "https://github.com/GyverLibs/Stamp", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ProDriver_TC78H670FTG_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_ProDriver_TC78G670FTG_Arduino_Library-1.0.1.zip", - "size": 29574, - "checksum": "SHA-256:ed29a6040678641f35e767323f63e4d98c971f1fbec1aa18849aa4609d436199" + "repository": "https://github.com/GyverLibs/Stamp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Stamp-1.1.0.zip", + "archiveFileName": "Stamp-1.1.0.zip", + "size": 18281, + "checksum": "SHA-256:6ad02fb5a90c53b5b68fbea53b229ab67aeadd4ad98620c1a4da31d051657743" }, { - "name": "SAMD21 Audio Player", - "version": "0.6.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Simple audio player for SAMD21-based Arduinos", - "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", - "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "name": "AD568X", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD568X series Digital Analog Convertor.", + "paragraph": "Supports AD5681R, AD5682R, AD5683, AD5683R, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD568X", "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "repository": "https://github.com/RobTillaart/AD568X.git", "providesIncludes": [ - "AudioPlayer.h" + "AD568X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.6.0.zip", - "archiveFileName": "SAMD21_Audio_Player-0.6.0.zip", - "size": 249669, - "checksum": "SHA-256:059a04ffbfea065210f352bb80e2e680a5c4de395febd63e0d83e3df1a9db56d" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD568X-0.1.0.zip", + "archiveFileName": "AD568X-0.1.0.zip", + "size": 12057, + "checksum": "SHA-256:f0058ef8f7b7c62a1518414e2e4d39866ea3b5216525eb361ed96aee3622de06" }, { - "name": "SAMD21 Audio Player", - "version": "0.7.0", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Simple audio player for SAMD21-based Arduinos", - "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", - "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "name": "AD568X", + "version": "0.2.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD568X series Digital Analog Convertor.", + "paragraph": "Supports AD5681R, AD5682R, AD5683, AD5683R, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD568X", "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "repository": "https://github.com/RobTillaart/AD568X.git", "providesIncludes": [ - "AudioPlayer.h" + "AD568X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.7.0.zip", - "archiveFileName": "SAMD21_Audio_Player-0.7.0.zip", - "size": 249730, - "checksum": "SHA-256:fd817c78bdd20b1466f13c060b7440dbb9b4bbb9231880a87d684bdff51354bd" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD568X-0.2.0.zip", + "archiveFileName": "AD568X-0.2.0.zip", + "size": 12917, + "checksum": "SHA-256:224a65f6166b79a927f00c6b2edc42232cd749241d31f5510f274dbd23557c09" }, { - "name": "SAMD21 Audio Player", - "version": "0.7.1", - "author": "Oscar den Uijl aka ocrdu", - "maintainer": "ocrdu \u003coscar@den-uijl.nl\u003e", - "sentence": "Simple audio player for SAMD21-based Arduinos", - "paragraph": "Sends an array of samples to the DAC on A0; optional interpolation.", - "website": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player", + "name": "AD568X", + "version": "0.2.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for AD568X series Digital Analog Convertor.", + "paragraph": "Supports AD5681R, AD5682R, AD5683, AD5683R, DAC, SPI.", + "website": "https://github.com/RobTillaart/AD568X", "category": "Signal Input/Output", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ocrdu/Arduino_SAMD21_Audio_Player.git", + "repository": "https://github.com/RobTillaart/AD568X.git", "providesIncludes": [ - "AudioPlayer.h" + "AD568X.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ocrdu/SAMD21_Audio_Player-0.7.1.zip", - "archiveFileName": "SAMD21_Audio_Player-0.7.1.zip", - "size": 249813, - "checksum": "SHA-256:a3cba6b51129e3c8e90d13a7bb7197645e6239793d11da24399eac636fa3892b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD568X-0.2.1.zip", + "archiveFileName": "AD568X-0.2.1.zip", + "size": 12906, + "checksum": "SHA-256:6c0fe9854d872670ce3ceba8d7498f396715a4c94a0aa8893abf130b0c0f0e18" }, { - "name": "Arduino_ScienceJournal", + "name": "GFX4dESP32", "version": "1.0.0", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", - "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", - "website": "https://github.com/arduino-libraries/ArduinoScienceJournal", - "category": "Communication", + "author": "4D Systems Pty Ltd", + "maintainer": "4D Systems Pty Ltd \u003cengineering@4dsystems.com.au\u003e", + "sentence": "Graphics Library for the gen4-ESP32 displays by 4D Systems", + "paragraph": "This is a library which enables graphics to be easily added to the gen4-ESP32 modules using the Arduino IDE or Workshop4 IDE.", + "website": "https://github.com/4dsystems/GFX4dESP32", + "category": "Display", "architectures": [ - "samd", - "nrf52", - "mbed" + "esp32" ], "types": [ - "Arduino" - ], - "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", - "providesIncludes": [ - "ArduinoScienceJournal.h" + "Contributed" ], + "repository": "https://github.com/4dsystems/GFX4dESP32.git", "dependencies": [ { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit Zero PDM Library" - }, - { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM9DS1" - }, - { - "name": "ArduinoBLE" + "name": "SdFat", + "version": "\u003e=2.2.2" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.0.zip", - "archiveFileName": "Arduino_ScienceJournal-1.0.0.zip", - "size": 12228, - "checksum": "SHA-256:4ac2578e563eb06deb59603619e89ab640425912ef29c3ba5e8248467384e1d6" + "url": "https://downloads.arduino.cc/libraries/github.com/4dsystems/GFX4dESP32-1.0.0.zip", + "archiveFileName": "GFX4dESP32-1.0.0.zip", + "size": 3985805, + "checksum": "SHA-256:6434a042caaa4a661502cfe9e97caf8d535053938222654db53b294728578f48" }, { - "name": "Arduino_ScienceJournal", - "version": "1.0.1", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", - "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", - "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", - "category": "Communication", + "name": "haversine", + "version": "1.0.0", + "author": "Ramesh Saud aka oggy\u003crajusaud245@gmail.com\u003e, Pippo Pluto \u003cpippo@example.com\u003e", + "maintainer": "Ramesh Saud \u003crajusaud245@gmail.com\u003e", + "sentence": "A library to find the distance and azimuth angle between two GPS cordinates based on haversine formula.", + "paragraph": "This is best library to calculate the azimuth angle between two gps cordinates.", + "website": "http://example.com/", + "category": "Data Processing", "architectures": [ + "avr", + "megaavr", + "sam", "samd", "nrf52", - "mbed" + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "repository": "https://github.com/oggysaud245/haversine.git", "providesIncludes": [ - "ArduinoScienceJournal.h" + "math.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/oggysaud245/haversine-1.0.0.zip", + "archiveFileName": "haversine-1.0.0.zip", + "size": 5920, + "checksum": "SHA-256:7fca4f24eebe7b28d1fbbf7f87b3bbf946cd8fd44e7a395c8f1ae6a421fbd5ff" + }, + { + "name": "FirebaseRealtime", + "version": "1.0.0", + "author": "Sachin Munasinghe \u003csachinravisankha072@gmail.com\u003e", + "maintainer": "Sachin Munasinghe \u003csachinravisankha072@gmail.com\u003e", + "license": "MIT", + "sentence": "A simple library to make Firebase Realtime Databse CRUD operations.", + "paragraph": "A simple library to make Firebase Realtime Databse CRUD operations.", + "website": "https://github.com/sachinmunasinghe/FirebaseRealtime", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/sachinmunasinghe/FirebaseRealtime.git", + "providesIncludes": [ + "FirebaseRealtime.h" ], "dependencies": [ { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit Zero PDM Library" - }, - { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM9DS1" - }, - { - "name": "ArduinoBLE" + "name": "ArduinoJson", + "version": "\u003e=6.20.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.1.zip", - "archiveFileName": "Arduino_ScienceJournal-1.0.1.zip", - "size": 12227, - "checksum": "SHA-256:45138f78717a3dd3d30db1aa3dda7160eccf49d169e7b66555a1b5f0ab9054af" + "url": "https://downloads.arduino.cc/libraries/github.com/sachinmunasinghe/FirebaseRealtime-1.0.0.zip", + "archiveFileName": "FirebaseRealtime-1.0.0.zip", + "size": 5455, + "checksum": "SHA-256:728aadb8e97b5f14e52b3cb02aaf8e4694d56058f7fae7d158463327adb196d5" }, { - "name": "Arduino_ScienceJournal", - "version": "1.0.2", - "author": "Arduino", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "The Arduino Science Journal firmware for the Physics Lab kit and the Arduino Nano 33 BLE Sense.", - "paragraph": "This library depends on the ArduinoBLE and MKRIMU libraries.", - "website": "https://github.com/arduino-libraries/Arduino_ScienceJournal", + "name": "FirebaseRealtime", + "version": "1.0.1", + "author": "Sachin Munasinghe \u003csachinravisankha072@gmail.com\u003e", + "maintainer": "Sachin Munasinghe \u003csachinravisankha072@gmail.com\u003e", + "license": "MIT", + "sentence": "A simple library to make Firebase Realtime Databse CRUD operations.", + "paragraph": "A simple library to make Firebase Realtime Databse CRUD operations.", + "website": "https://github.com/sachinmunasinghe/FirebaseRealtime", "category": "Communication", "architectures": [ - "samd", - "nrf52", - "mbed" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_ScienceJournal.git", + "repository": "https://github.com/sachinmunasinghe/FirebaseRealtime.git", "providesIncludes": [ - "ArduinoScienceJournal.h" + "FirebaseRealtime.h" ], "dependencies": [ { - "name": "Adafruit LSM9DS0 Library" - }, - { - "name": "Adafruit Zero PDM Library" - }, - { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_HTS221" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_LSM9DS1" - }, - { - "name": "ArduinoBLE" + "name": "ArduinoJson", + "version": "\u003e=6.20.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceJournal-1.0.2.zip", - "archiveFileName": "Arduino_ScienceJournal-1.0.2.zip", - "size": 12236, - "checksum": "SHA-256:da479c357c12d14bf28501a7a0b0700addaf7009efd1e4108e3d18714659695b" + "url": "https://downloads.arduino.cc/libraries/github.com/sachinmunasinghe/FirebaseRealtime-1.0.1.zip", + "archiveFileName": "FirebaseRealtime-1.0.1.zip", + "size": 5450, + "checksum": "SHA-256:087d9590495626ccb9347af222c3f8e79062e8431913332671eaa3c22266c484" }, { - "name": "TGP Decodeur", - "version": "0.9.8", - "author": "TechnoPhys, CB, RM, JL", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet de décoder les messages selon un format standard.", - "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", - "website": "http://technophys.claurendeau.qc.ca", - "category": "Data Processing", + "name": "Flanco", + "version": "1.0.1", + "author": "Robert Sallent", + "maintainer": "Robert Sallent \u003crobertsallent@gmail.com\u003e", + "sentence": "Flanco Library (Spanish version)", + "paragraph": "Librería para el tratamiento de flancos con Arduino", + "website": "https://github.com/robertsallent/arduino_flanco", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", - "providesIncludes": [ - "Decodeur.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-0.9.8.zip", - "archiveFileName": "TGP_Decodeur-0.9.8.zip", - "size": 6607, - "checksum": "SHA-256:535ee6957eeac8a7f28414bb19f344c9e008621ad19892a77d0474745389e7b8" + "repository": "https://github.com/robertsallent/arduino_flanco.git", + "url": "https://downloads.arduino.cc/libraries/github.com/robertsallent/Flanco-1.0.1.zip", + "archiveFileName": "Flanco-1.0.1.zip", + "size": 5390, + "checksum": "SHA-256:f8db8255965fc656913200e2c3d95be4820aa7b85e179a0ca4c6ebde8369d414" }, { - "name": "TGP Decodeur", - "version": "1.0.0", - "author": "TechnoPhys, CB, RM, JL", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet de décoder les messages selon un format standard.", - "paragraph": "Cette bibliotheque permet de décoder les messages selon le format 'C a1 a2 a3 ...' où C est une lettre représentant une commande donnée, suivis d'une liste d'arguments de taille et de type variable.", - "website": "http://technophys.claurendeau.qc.ca", + "name": "UTF8ToGB2312", + "version": "1.1.52", + "author": "Tika Flow", + "maintainer": "Tika Flow \u003ctika_flow@foxmail.com\u003e", + "sentence": "A library that converts UTF-8 string to GB2312 string.", + "paragraph": "GB2312 library is included.", + "website": "https://github.com/TikaFlow/UTF8ToGB2312", "category": "Data Processing", "architectures": [ "*" @@ -355501,827 +818762,883 @@ "types": [ "Contributed" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_Decodeur.git", - "providesIncludes": [ - "Decodeur.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Decodeur-1.0.0.zip", - "archiveFileName": "TGP_Decodeur-1.0.0.zip", - "size": 8731, - "checksum": "SHA-256:e2200150348efe601b70fb017d64023e8961382b9d93141688929b29064887ef" + "repository": "https://github.com/TikaFlow/UTF8ToGB2312.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TikaFlow/UTF8ToGB2312-1.1.52.zip", + "archiveFileName": "UTF8ToGB2312-1.1.52.zip", + "size": 37857, + "checksum": "SHA-256:f94259947b929cda9dec027b67069fb09ad9e7d776d4ff740d02ec72654d720e" }, { - "name": "DDNS_Generic", - "version": "1.0.0", - "author": "Ayush Sharma, Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", - "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", - "website": "https://github.com/khoih-prog/DDNS_Generic", + "name": "Free-ESPAtHome", + "version": "0.0.1", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/DDNS_Generic.git", - "providesIncludes": [ - "DDNS_Generic.h" - ], + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", "dependencies": [ { - "name": "ArduinoHttpClient" - }, - { - "name": "HttpClient" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "EthernetWebServer_STM32" - }, - { - "name": "WiFiWebServer" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.0.0.zip", - "archiveFileName": "DDNS_Generic-1.0.0.zip", - "size": 327104, - "checksum": "SHA-256:14840bd3c18ab12c0082745f07f1f171a91a46401a5c4ac3720bc4c87ccaffc4" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.1.zip", + "archiveFileName": "Free_ESPAtHome-0.0.1.zip", + "size": 37794, + "checksum": "SHA-256:0d1c60872281cd5779534a62b0ba62bff6c7f1743368a2702c1ee74af2f1be5f" }, { - "name": "DDNS_Generic", - "version": "1.0.1", - "author": "Ayush Sharma, Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "DDNS Update Client Library for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A", - "paragraph": "A simple library that implements an automatic DDNS Update Client for SAM DUE, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, etc. besides ESP8266/ESP32, using ESP8266-AT/ESP32-AT WiFi, WiFiNINA, Ethernet W5x00, ENC28J60 or LAN8742A. It is designed to be light-weight and currently supports DuckDNS, No-ip, DynDNS, Dynu, enom, all-inkl, selfhost.de, dyndns.it, strato, freemyip, afraid.org.", - "website": "https://github.com/khoih-prog/DDNS_Generic", + "name": "Free-ESPAtHome", + "version": "0.0.2", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/DDNS_Generic.git", - "providesIncludes": [ - "DDNS_Generic.h" - ], + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", "dependencies": [ { - "name": "ArduinoHttpClient" - }, - { - "name": "HttpClient" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "EthernetWebServer_STM32" - }, - { - "name": "WiFiWebServer" - }, - { - "name": "ESP8266_AT_WebServer" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DDNS_Generic-1.0.1.zip", - "archiveFileName": "DDNS_Generic-1.0.1.zip", - "size": 344738, - "checksum": "SHA-256:1fa0531649efa4943d1518aba28fa1990b65c80b7713b05b5d08364e34a89349" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.2.zip", + "archiveFileName": "Free_ESPAtHome-0.0.2.zip", + "size": 40717, + "checksum": "SHA-256:84c77c20848cddffade8e872bd51128fd0f93bcf41c227d3a603f958803d8d9a" }, { - "name": "AsyncHTTPRequest_Generic", - "version": "1.0.0", - "author": "Bob Lemaire,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", - "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", - "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", - "category": "Uncategorized", + "name": "Free-ESPAtHome", + "version": "0.0.3", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", - "providesIncludes": [ - "AsyncHTTPRequest_Generic.h" - ], + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", "dependencies": [ { - "name": "AsyncTCP" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "ESPAsync_WiFiManager" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32 AsyncTCP" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.0.zip", - "archiveFileName": "AsyncHTTPRequest_Generic-1.0.0.zip", - "size": 160191, - "checksum": "SHA-256:728449a0f92faec5d67b7febfcdac38b8fa102040f774a1b843fe023787ecc99" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.3.zip", + "archiveFileName": "Free_ESPAtHome-0.0.3.zip", + "size": 42909, + "checksum": "SHA-256:0074918ef2d7a50b253324ea902042dd727f7f285c9721d825d6d62502773a26" }, { - "name": "AsyncHTTPRequest_Generic", - "version": "1.0.1", - "author": "Bob Lemaire,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", - "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", - "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", - "category": "Uncategorized", + "name": "Free-ESPAtHome", + "version": "0.0.4", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", - "providesIncludes": [ - "AsyncHTTPRequest_Generic.h" - ], + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", "dependencies": [ { - "name": "AsyncTCP" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "ESPAsync_WiFiManager" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32 AsyncTCP" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.1.zip", - "archiveFileName": "AsyncHTTPRequest_Generic-1.0.1.zip", - "size": 226785, - "checksum": "SHA-256:cbb640bd44c99341b9f983895dcec350186f1a0c039e90f9574aacbe56128812" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.4.zip", + "archiveFileName": "Free_ESPAtHome-0.0.4.zip", + "size": 43478, + "checksum": "SHA-256:c341c8f7e5a0f576518038ad0b57592f6421d757157da109248b3b2e274dfc4a" }, { - "name": "AsyncHTTPRequest_Generic", - "version": "1.0.2", - "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", - "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", - "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", - "category": "Uncategorized", + "name": "Free-ESPAtHome", + "version": "0.0.5", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", - "providesIncludes": [ - "AsyncHTTPRequest_Generic.h" - ], + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", "dependencies": [ { - "name": "AsyncTCP" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "ESPAsync_WiFiManager" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32 AsyncTCP" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.0.2.zip", - "archiveFileName": "AsyncHTTPRequest_Generic-1.0.2.zip", - "size": 264043, - "checksum": "SHA-256:4ea4d2c02b71a112567bc85217022c4c1ab137c2795ca1d74c379467acdb0ca6" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.5.zip", + "archiveFileName": "Free_ESPAtHome-0.0.5.zip", + "size": 44034, + "checksum": "SHA-256:d573a985555f9333baaa5e7d170ec198e7d1a9c31cc81179b300fe94ce8c2c77" }, { - "name": "AsyncHTTPRequest_Generic", - "version": "1.1.0", - "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", - "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", - "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", - "category": "Uncategorized", + "name": "Free-ESPAtHome", + "version": "0.0.6", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", - "providesIncludes": [ - "AsyncHTTPRequest_Generic.h" - ], + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", "dependencies": [ { - "name": "AsyncTCP" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "ESPAsync_WiFiManager" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32 AsyncTCP" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.0.zip", - "archiveFileName": "AsyncHTTPRequest_Generic-1.1.0.zip", - "size": 288782, - "checksum": "SHA-256:d8efa406a47e16573e2f288915f76be2db34bce411411cdd1cfef646dfbef9d5" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.6.zip", + "archiveFileName": "Free_ESPAtHome-0.0.6.zip", + "size": 45446, + "checksum": "SHA-256:ac38593a204f7dd5ab5fec6a4d7117f348c715d9369706c3bd405ab72cb6e99e" }, { - "name": "AsyncHTTPRequest_Generic", - "version": "1.1.1", - "author": "Bob Lemaire,Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.", - "paragraph": "This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.", - "website": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic", - "category": "Uncategorized", + "name": "Free-ESPAtHome", + "version": "0.0.7", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git", - "providesIncludes": [ - "AsyncHTTPRequest_Generic.h" - ], + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", "dependencies": [ { - "name": "AsyncTCP" - }, - { - "name": "ESP AsyncTCP" - }, - { - "name": "ESPAsync_WiFiManager" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32 AsyncTCP" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncHTTPRequest_Generic-1.1.1.zip", - "archiveFileName": "AsyncHTTPRequest_Generic-1.1.1.zip", - "size": 288316, - "checksum": "SHA-256:ab4540dc6a6c41b447626d20a434740aa397680c04ad390956621634d1047d5a" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.7.zip", + "archiveFileName": "Free_ESPAtHome-0.0.7.zip", + "size": 53230, + "checksum": "SHA-256:46f28d8a05207f30c2bc10c9beff9dd30e0c531399a5df0e8d083347d6df8519" }, { - "name": "CBUSBUZZER", - "version": "1.1.3", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS buzzer processing", - "paragraph": "Implements control of buzzer", - "website": "https://github.com/MERG-DEV/CBUSBUZZER", + "name": "Free-ESPAtHome", + "version": "0.0.8", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSBUZZER.git", - "providesIncludes": [ - "CBUSBUZZER.h" + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSBUZZER-1.1.3.zip", - "archiveFileName": "CBUSBUZZER-1.1.3.zip", - "size": 3930, - "checksum": "SHA-256:b491f45ba31119506df2c84c185458ed9cf6d16fbedf3a5da605d780e604b252" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.8.zip", + "archiveFileName": "Free_ESPAtHome-0.0.8.zip", + "size": 53304, + "checksum": "SHA-256:3adc95984b9a3e809808c13f76721a2e5243665883472ee6b6c108909901b387" }, { - "name": "CBUSBUZZER", - "version": "1.1.4", - "author": "Duncan Greenwood", - "maintainer": "Duncan Greenwood", - "sentence": "Arduino library for MERG CBUS buzzer processing", - "paragraph": "Implements control of buzzer", - "website": "https://github.com/MERG-DEV/CBUSBUZZER", + "name": "Free-ESPAtHome", + "version": "0.0.9", + "author": "Roeland Kluit", + "maintainer": "Roeland Kluit \u003cfree-esp@kluit.net\u003e", + "sentence": "Implements the Busch-Jeager / ABB Free@Home API for ESP8266 and ESP32.", + "paragraph": "It implements a basic connection to a Busch-Jeaer / ABB system access point. Including the websocket for events and the device and datapoint api for device creation.", + "website": "https://github.com/roelandkluit/Free-ESPatHome", "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MERG-DEV/CBUSBUZZER.git", - "providesIncludes": [ - "CBUSBUZZER.h" + "repository": "https://github.com/roelandkluit/Free-ESPatHome.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MERG-DEV/CBUSBUZZER-1.1.4.zip", - "archiveFileName": "CBUSBUZZER-1.1.4.zip", - "size": 3932, - "checksum": "SHA-256:458f85ca16bc011dbeee1dd679cfa35ebaddd7e7fa26b052fb70a0da33a95d1e" + "url": "https://downloads.arduino.cc/libraries/github.com/roelandkluit/Free_ESPAtHome-0.0.9.zip", + "archiveFileName": "Free_ESPAtHome-0.0.9.zip", + "size": 53461, + "checksum": "SHA-256:61ace18f8be1983798e4e7abc4bb3f0a5fe2f79ba599b1b59255c05779c9b41f" }, { - "name": "SparkFun Particle Sensor Panasonic SN-GCJA5", + "name": "ATD1.47-S3 Lib", "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to communicate with the Panasonic SN-GCJA5 particle sensor.", - "paragraph": "Communicates with the SN-GCJA5 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a particle sensor into your project. The sensor detects particulate mass density and particle count for various size particles from PM1.0 to PM10 (0.3-10um). The sensor requires 5V supply and 3.3V I\u003csup\u003e2\u003c/sup\u003eC.", - "website": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library", - "category": "Sensors", + "author": "ArtronShop Co.,Ltd.", + "maintainer": "Sonthaya.NT \u003csonthaya.nt@artronshop.co.th\u003e", + "sentence": "Arduino library of ATD1.47-S3", + "paragraph": "ESP32-S3 with TFT LCD Dev board", + "website": "https://github.com/ArtronShop/ATD1.47-S3-Lib", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.0.zip", - "archiveFileName": "SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.0.zip", - "size": 8402, - "checksum": "SHA-256:a8bc06a3eb63968bef40805de18defc15007ff028b80d3f98a6e4779b32e5062" + "repository": "https://github.com/ArtronShop/ATD1.47-S3-Lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ATD1_47_S3_Lib-1.0.0.zip", + "archiveFileName": "ATD1_47_S3_Lib-1.0.0.zip", + "size": 22227, + "checksum": "SHA-256:69e9b12dc13436ae76bcbedb2538dd7c740f58f4ff8d6d2f7e9d1d0e1e2b1683" }, { - "name": "SparkFun Particle Sensor Panasonic SN-GCJA5", - "version": "1.0.1", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to communicate with the Panasonic SN-GCJA5 particle sensor.", - "paragraph": "Communicates with the SN-GCJA5 over I\u003csup\u003e2\u003c/sup\u003eC to quickly integrate a particle sensor into your project. The sensor detects particulate mass density and particle count for various size particles from PM1.0 to PM10 (0.3-10um). The sensor requires 5V supply and 3.3V I\u003csup\u003e2\u003c/sup\u003eC.", - "website": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library", - "category": "Sensors", + "name": "SensorLib", + "version": "0.1.0", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library written for PCF8563, QMI8658, QMC6310, XL9555", + "paragraph": "Arduino library written for PCF8563, QMI8658, QMC6310, XL9555", + "website": "https://github.com/lewisxhe/SensorsLib", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.1.zip", - "archiveFileName": "SparkFun_Particle_Sensor_Panasonic_SN_GCJA5-1.0.1.zip", - "size": 12907, - "checksum": "SHA-256:74b10baa70c1f3345afce27b661ea233cb7453542582623358010fad5286a924" + "repository": "https://github.com/lewisxhe/SensorLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/SensorLib-0.1.0.zip", + "archiveFileName": "SensorLib-0.1.0.zip", + "size": 4621328, + "checksum": "SHA-256:dfe9265844f4e8839c815866c0148f1d1e64712d09d7b69ae763a7b546319bf5" }, { - "name": "HAMqttDevice", - "version": "1.0.0", - "author": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "maintainer": "Patrick Lapointe \u003cpatrick.lapointe@hotmail.ca\u003e", - "sentence": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", - "paragraph": "A library that provides tools to simplify MQTT discovery implementation for Home Assistant", - "website": "https://github.com/plapointe6/HAMqttDevice", + "name": "SensorLib", + "version": "0.1.1", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library written for PCF8563, QMI8658, QMC6310, XL9555", + "paragraph": "Support QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911", + "website": "https://github.com/lewisxhe/SensorsLib", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/plapointe6/HAMqttDevice.git", - "url": "https://downloads.arduino.cc/libraries/github.com/plapointe6/HAMqttDevice-1.0.0.zip", - "archiveFileName": "HAMqttDevice-1.0.0.zip", - "size": 18437, - "checksum": "SHA-256:12f7c0fbeba5c6a6bbce15ee6995a775411d1898e629e3797df0f5910d6f17c3" + "repository": "https://github.com/lewisxhe/SensorLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/SensorLib-0.1.1.zip", + "archiveFileName": "SensorLib-0.1.1.zip", + "size": 14735254, + "checksum": "SHA-256:af2a49df40e1ec924f7dcf0ae4fdc836a3f49a9cdcc1e966862c491fa6c4163c" }, { - "name": "DHT12 sensor library", - "version": "0.9.0", - "author": "Reef", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "Arduino/ESP8266 library for DHT12 Temp \u0026 Humidity Sensors", - "paragraph": "Arduino/ESP8266 library for DHT12 Temp \u0026 Humidity Sensors", - "website": "https://github.com/xreef/DHT12_sensor_library", - "category": "Sensors", + "name": "SensorLib", + "version": "0.1.2", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library written for PCF8563, QMI8658, QMC6310, XL9555", + "paragraph": "Support QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911", + "website": "https://github.com/lewisxhe/SensorsLib", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/DHT12_sensor_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/DHT12_sensor_library-0.9.0.zip", - "archiveFileName": "DHT12_sensor_library-0.9.0.zip", - "size": 2663236, - "checksum": "SHA-256:32d11f6616ef3f963bb0aee57f355c53427ab23a8d875272b3f7ad20353ac380" + "repository": "https://github.com/lewisxhe/SensorLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/SensorLib-0.1.2.zip", + "archiveFileName": "SensorLib-0.1.2.zip", + "size": 14844119, + "checksum": "SHA-256:f18f904c559cf57a5dfdf9c10cd590b65e6885d82e59646d1f4025219e527dbe" }, { - "name": "DHT12 sensor library", - "version": "1.0.1", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "Arduino, ESP8266 and ESP32 library for DHT12 Temp \u0026 Humidity Sensors", - "paragraph": "DHT12 complete library (DHT clone library with same command and some addiction). I2c and OneWire support, connection schema of Arduino UNO, esp32 and esp8266 with examples.", - "website": "https://www.mischianti.org/2019/01/01/dht12-library-en/", - "category": "Sensors", + "name": "SensorLib", + "version": "0.1.3", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library written for PCF8563, QMI8658, QMC6310, XL9555", + "paragraph": "Support QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911", + "website": "https://github.com/lewisxhe/SensorsLib", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/DHT12_sensor_library.git", - "providesIncludes": [ - "DHT12.h" + "repository": "https://github.com/lewisxhe/SensorLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/SensorLib-0.1.3.zip", + "archiveFileName": "SensorLib-0.1.3.zip", + "size": 14877074, + "checksum": "SHA-256:74dec339cb644c41e02b4a27d27dbb9667bdd95918f11efa7b736cc986877d11" + }, + { + "name": "SensorLib", + "version": "0.1.4", + "author": "Lewis He", + "maintainer": "Lewis He \u003clewishe@outlook.com\u003e", + "sentence": "Arduino library written for PCF8563, QMI8658, QMC6310, XL9555", + "paragraph": "Support QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911", + "website": "https://github.com/lewisxhe/SensorsLib", + "category": "Communication", + "architectures": [ + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/DHT12_sensor_library-1.0.1.zip", - "archiveFileName": "DHT12_sensor_library-1.0.1.zip", - "size": 2615260, - "checksum": "SHA-256:2933a255638c6e87fe43514ae9e367758f9d1613967b3645e93da032e18bb945" + "types": [ + "Contributed" + ], + "repository": "https://github.com/lewisxhe/SensorLib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/lewisxhe/SensorLib-0.1.4.zip", + "archiveFileName": "SensorLib-0.1.4.zip", + "size": 14879694, + "checksum": "SHA-256:943d698b588461628444b259bfc2561e4ef90dde0e35c0edda765f1abf0efadc" }, { - "name": "TLI493D", - "version": "1.0.0", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's TLI493D-W2BW", - "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", - "category": "Sensors", + "name": "readguy", + "version": "1.1.0", + "author": "fsender \u003cf_ender@163.com\u003e", + "maintainer": "fsender \u003cf_ender@163.com\u003e", + "sentence": "A free E-paper display driver library supports 16-level greyscale.", + "paragraph": "在所有受支持屏幕上都显示16级灰度内容!一次编译即可使程序兼容多种屏幕!目前支持ESP芯片平台、多种屏幕型号、1~3个按钮操控、SD卡、前置光亮度控制!固件在同芯片平台下完全兼容不同硬件设计!可以使用wifi配网来配置硬件信息。", + "website": "https://github.com/fsender/readguy", + "category": "Display", "architectures": [ - "*" + "esp8266", + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI493D-W2BW.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI493D-1.0.0.zip", - "archiveFileName": "TLI493D-1.0.0.zip", - "size": 25112, - "checksum": "SHA-256:a76238311949626cd8d9b3fa4d021853554b19fc753b4ad3bf12cef95ddce729" + "repository": "https://github.com/fsender/readguy.git", + "providesIncludes": [ + "readguy.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fsender/readguy-1.1.0.zip", + "archiveFileName": "readguy-1.1.0.zip", + "size": 3121620, + "checksum": "SHA-256:96933e9fbdbbd63ceb4d9ae0f23d39d7a1d2e24c64ebecb645151f53864e191a" }, { - "name": "TLI493D", - "version": "2.0.1", - "author": "Infineon Technologies", - "maintainer": "Infineon Technologies \u003cwww.infineon.com\u003e", - "sentence": "This library provides an Interface for Infineon's TLI493D-W2BW", - "paragraph": "With this Sensor, you can detect the position of a Joystick etc. without any additional mechanical components. You just have to provide a magnet that is fixed to a movable component.", - "website": "https://www.infineon.com/cms/en/product/sensor/magnetic-position-sensor/3d-magnetic-sensor/", - "category": "Sensors", + "name": "readguy", + "version": "1.1.1", + "author": "fsender \u003cf_ender@163.com\u003e", + "maintainer": "fsender \u003cf_ender@163.com\u003e", + "sentence": "A free E-paper display driver library supports 16-level greyscale.", + "paragraph": "在所有受支持屏幕上都显示16级灰度内容!一次编译即可使程序兼容多种屏幕!目前支持ESP芯片平台、多种屏幕型号、1~3个按钮操控、SD卡、前置光亮度控制!固件在同芯片平台下完全兼容不同硬件设计!可以使用wifi配网来配置硬件信息。", + "website": "https://github.com/fsender/readguy", + "category": "Display", "architectures": [ - "*" + "esp8266", + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" ], "types": [ "Contributed" ], - "repository": "https://github.com/Infineon/TLI493D-W2BW.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Infineon/TLI493D-2.0.1.zip", - "archiveFileName": "TLI493D-2.0.1.zip", - "size": 25121, - "checksum": "SHA-256:06d449866bd3c696dd323c24b104fd37e8283329876bcc98754e5f9ccf629699" + "repository": "https://github.com/fsender/readguy.git", + "providesIncludes": [ + "readguy.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fsender/readguy-1.1.1.zip", + "archiveFileName": "readguy-1.1.1.zip", + "size": 3747175, + "checksum": "SHA-256:89e1153eef235c647556f7a02b426f5ed8f17cbc768e9944ae53dc1b7eb4fd52" }, { - "name": "Rocket Scream RTCAVRZero", - "version": "1.0.0", - "author": "Rocket Scream Electronics", - "maintainer": "rocketscream \u003csupport@rocketscream.com\u003e", - "sentence": "Minimalistic RTC (Real Time Counter) implementation for MegaAVR 0-series MCU.", - "paragraph": "Minimalistic RTC (Real Time Counter) implementation for MegaAVR 0-series MCU.", - "website": "https://github.com/rocketscream/RocketScream_RTCAVRZero", - "category": "Timing", + "name": "readguy", + "version": "1.3.0", + "author": "fsender \u003cf_ender@163.com\u003e", + "maintainer": "fsender \u003cf_ender@163.com\u003e", + "sentence": "A free E-paper display driver library supports 16-level greyscale.", + "paragraph": "在所有受支持屏幕上都显示16级灰度内容!一次编译即可使程序兼容多种屏幕!目前支持ESP芯片平台、多种屏幕型号、1~3个按钮操控、SD卡、前置光亮度控制!固件在同芯片平台下完全兼容不同硬件设计!可以使用wifi配网来配置硬件信息。", + "website": "https://github.com/fsender/readguy", + "category": "Display", "architectures": [ - "megaavr" + "esp8266", + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" ], "types": [ "Contributed" ], - "repository": "https://github.com/rocketscream/RocketScream_RTCAVRZero.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Rocket_Scream_RTCAVRZero-1.0.0.zip", - "archiveFileName": "Rocket_Scream_RTCAVRZero-1.0.0.zip", - "size": 6329, - "checksum": "SHA-256:7e5994a865dbf3b278c15b65cbb1b9d212de93288428daa82badd57747c3bbce" + "repository": "https://github.com/fsender/readguy.git", + "providesIncludes": [ + "readguy.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fsender/readguy-1.3.0.zip", + "archiveFileName": "readguy-1.3.0.zip", + "size": 4526429, + "checksum": "SHA-256:ef393a751d63555517b48b1caf1953e756ae641fd907a15d8e1d5003118de81f" }, { - "name": "Rocket Scream LowPowerAVRZero", - "version": "1.0.0", - "author": "Rocket Scream Electronics", - "maintainer": "rocketscream \u003csupport@rocketscream.com\u003e", - "sentence": "Low power management for MegaAVR 0-series MCU.", - "paragraph": "Low power management for MegaAVR 0-series MCU.", - "website": "https://github.com/rocketscream/RocketScream_LowPowerAVRZero", - "category": "Device Control", + "name": "readguy", + "version": "1.3.1", + "author": "fsender \u003cf_ender@163.com\u003e", + "maintainer": "fsender \u003cf_ender@163.com\u003e", + "sentence": "A free E-paper display driver library supports 16-level greyscale.", + "paragraph": "在所有受支持屏幕上都显示16级灰度内容!一次编译即可使程序兼容多种屏幕!目前支持ESP芯片平台、多种屏幕型号、1~3个按钮操控、SD卡、前置光亮度控制!固件在同芯片平台下完全兼容不同硬件设计!可以使用wifi配网来配置硬件信息。", + "website": "https://github.com/fsender/readguy", + "category": "Display", "architectures": [ - "megaavr" + "esp8266", + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" ], "types": [ "Contributed" ], - "repository": "https://github.com/rocketscream/RocketScream_LowPowerAVRZero.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rocketscream/Rocket_Scream_LowPowerAVRZero-1.0.0.zip", - "archiveFileName": "Rocket_Scream_LowPowerAVRZero-1.0.0.zip", - "size": 7044, - "checksum": "SHA-256:461dbc840ce91906d74e931791830b16fd96a45097a207cf7ddafe98ee95f0f4" + "repository": "https://github.com/fsender/readguy.git", + "providesIncludes": [ + "readguy.h" + ], + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fsender/readguy-1.3.1.zip", + "archiveFileName": "readguy-1.3.1.zip", + "size": 4528671, + "checksum": "SHA-256:1b3f221a7e1ba7427afd70db4bfcf828ac0ecff355668bdd22dfbac3093b82f1" }, { - "name": "FastTrig", - "version": "0.1.3", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with interpolated lookup for sin() and cos()", - "paragraph": "Trades speed for accuracy.", - "website": "https://github.com/RobTillaart/FastTrig", - "category": "Data Processing", + "name": "readguy", + "version": "1.3.2", + "author": "fsender \u003cf_ender@163.com\u003e", + "maintainer": "fsender \u003cf_ender@163.com\u003e", + "sentence": "A free E-paper display driver library supports 16-level greyscale.", + "paragraph": "在所有受支持屏幕上都显示16级灰度内容!一次编译即可使程序兼容多种屏幕!目前支持ESP芯片平台、多种屏幕型号、1~3个按钮操控、SD卡、前置光亮度控制!固件在同芯片平台下完全兼容不同硬件设计!可以使用wifi配网来配置硬件信息。", + "website": "https://github.com/fsender/readguy", + "category": "Display", "architectures": [ - "*" + "esp8266", + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastTrig.git", + "repository": "https://github.com/fsender/readguy.git", "providesIncludes": [ - "FastTrig.h" + "readguy.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.3.zip", - "archiveFileName": "FastTrig-0.1.3.zip", - "size": 9419, - "checksum": "SHA-256:570461b5318bb863cafc45a5335181d0d4002b2792f98edf32d7405dcc6c9d4f" + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fsender/readguy-1.3.2.zip", + "archiveFileName": "readguy-1.3.2.zip", + "size": 4529377, + "checksum": "SHA-256:20472888dd8a2276f05964afa1b05588c0284fb5aacd9087ee929d73f9d7f79e" }, { - "name": "FastTrig", - "version": "0.1.4", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with interpolated lookup for sin() and cos()", - "paragraph": "Trades speed for accuracy. Check readme for details.", - "website": "https://github.com/RobTillaart/FastTrig", - "category": "Data Processing", + "name": "readguy", + "version": "1.3.3", + "author": "fsender \u003cf_ender@163.com\u003e", + "maintainer": "fsender \u003cf_ender@163.com\u003e", + "sentence": "A free E-paper display driver library supports 16-level greyscale.", + "paragraph": "在所有受支持屏幕上都显示16级灰度内容!一次编译即可使程序兼容多种屏幕!目前支持ESP芯片平台、多种屏幕型号、1~3个按钮操控、SD卡、前置光亮度控制!固件在同芯片平台下完全兼容不同硬件设计!可以使用wifi配网来配置硬件信息。", + "website": "https://github.com/fsender/readguy", + "category": "Display", "architectures": [ - "*" + "esp8266", + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastTrig.git", + "repository": "https://github.com/fsender/readguy.git", "providesIncludes": [ - "FastTrig.h" + "readguy.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.4.zip", - "archiveFileName": "FastTrig-0.1.4.zip", - "size": 14648, - "checksum": "SHA-256:3baa835f0d8afdcee8718d2051e84a103fe73881b9ddccb23b7fd4795479fb66" + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fsender/readguy-1.3.3.zip", + "archiveFileName": "readguy-1.3.3.zip", + "size": 4565474, + "checksum": "SHA-256:f9e96943c2359087128fed06bce5ea77f26387155e1e7da66cb4a58d8838cc8b" }, { - "name": "FastTrig", - "version": "0.1.5", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with interpolated lookup for sin() and cos()", - "paragraph": "Trades speed for accuracy. Check readme for details.", - "website": "https://github.com/RobTillaart/FastTrig", - "category": "Data Processing", + "name": "readguy", + "version": "1.3.4", + "author": "fsender \u003cf_ender@163.com\u003e", + "maintainer": "fsender \u003cf_ender@163.com\u003e", + "sentence": "A free E-paper display driver library supports 16-level greyscale.", + "paragraph": "在所有受支持屏幕上都显示16级灰度内容!一次编译即可使程序兼容多种屏幕!目前支持ESP芯片平台、多种屏幕型号、1~3个按钮操控、SD卡、前置光亮度控制!固件在同芯片平台下完全兼容不同硬件设计!可以使用wifi配网来配置硬件信息。", + "website": "https://github.com/fsender/readguy", + "category": "Display", "architectures": [ - "*" + "esp8266", + "esp32", + "esp32s2", + "esp32s3", + "esp32c3" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastTrig.git", + "repository": "https://github.com/fsender/readguy.git", "providesIncludes": [ - "FastTrig.h" + "readguy.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.5.zip", - "archiveFileName": "FastTrig-0.1.5.zip", - "size": 15605, - "checksum": "SHA-256:e9621c8ce363243df4fb08e34f143b9043bd3b254a48aa5370835a936df25de2" + "dependencies": [ + { + "name": "LovyanGFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/fsender/readguy-1.3.4.zip", + "archiveFileName": "readguy-1.3.4.zip", + "size": 4568360, + "checksum": "SHA-256:fdb8d7323c833d3d6b42715e2b0ff5c8c830afe0518c5b2c84219a13a910ccca" }, { - "name": "FastTrig", - "version": "0.1.6", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e\u003cpete.thompson@yahoo.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Arduino library with interpolated lookup for sin() and cos()", - "paragraph": "Trades speed for accuracy. Check readme for details.", - "website": "https://github.com/RobTillaart/FastTrig", - "category": "Data Processing", + "name": "IS31FL3729_LED_Matrix", + "version": "1.0.0", + "author": "Aviv Greenberg \u003cavivgr@gmail.com\u003e", + "maintainer": "Aviv Greenberg \u003cavivgr@gmail.com\u003e", + "sentence": "A library for IS31FL3729 LED Matrix chip.", + "paragraph": "The IS31FL3729 is a general purpose 16×8 or 15×9 matrix LED driver programmed via the I2C bus. Each LED can be dimmed individually with 8-bit PWM.", + "website": "https://github.com/avivgr/IS31FL3729_LED_Matrix", + "category": "Display", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/avivgr/IS31FL3729_LED_Matrix.git", + "providesIncludes": [ + "IS31FL3729.h" + ], + "dependencies": [ + { + "name": "Wire" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/avivgr/IS31FL3729_LED_Matrix-1.0.0.zip", + "archiveFileName": "IS31FL3729_LED_Matrix-1.0.0.zip", + "size": 10467, + "checksum": "SHA-256:246e8f7e9479a77f9190ad9687e30032ff2f265df762ccc39dddd8a931487295" + }, + { + "name": "TIL306", + "version": "1.0.0", + "author": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "maintainer": "Andreas Taylor \u003cAndy4495@outlook.com\u003e", + "sentence": "Library for Texas Instruments TIL306 and TIL307 LED Numeric Displays.", + "website": "https://github.com/Andy4495/TIL306", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/FastTrig.git", + "repository": "https://github.com/Andy4495/TIL306.git", "providesIncludes": [ - "FastTrig.h" + "TIL306.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/FastTrig-0.1.6.zip", - "archiveFileName": "FastTrig-0.1.6.zip", - "size": 16964, - "checksum": "SHA-256:f07addf45f27d1b9fcf8889ba41315d571e31a7d1471999161002afabb1e220f" + "url": "https://downloads.arduino.cc/libraries/github.com/Andy4495/TIL306-1.0.0.zip", + "archiveFileName": "TIL306-1.0.0.zip", + "size": 353203, + "checksum": "SHA-256:46c05e7ee8b85ae0585b92e80077daaf90d554c7ee497a450b65561049b6fc82" }, { - "name": "AsyncDNSServer_STM32", + "name": "M5Dial", "version": "1.0.0", - "author": "Develo,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Asynchronous DNS Server Library for STM32 using built-in LAN8742A Ethernet", - "paragraph": "Asynchronous DNS Server Library for STM32 using built-in LAN8742A Ethernet", - "website": "https://github.com/khoih-prog/AsyncDNSServer_STM32", - "category": "Uncategorized", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Dial Board", + "paragraph": "M5Stack, M5Dial, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Dial.git", + "category": "Display", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncDNSServer_STM32.git", + "repository": "https://github.com/m5stack/M5Dial.git", + "providesIncludes": [ + "M5Dial.h" + ], "dependencies": [ { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" + "name": "M5Unified" }, { - "name": "AsyncUDP_STM32" + "name": "M5GFX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncDNSServer_STM32-1.0.0.zip", - "archiveFileName": "AsyncDNSServer_STM32-1.0.0.zip", - "size": 27584, - "checksum": "SHA-256:1074f2d6a7b22b0712e116264bbcfcff5c1a54743c90a496e2bfe2aac8d1cc7d" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Dial-1.0.0.zip", + "archiveFileName": "M5Dial-1.0.0.zip", + "size": 41894, + "checksum": "SHA-256:6c6fe4c142c15f5d6653e085fe514fddd2c9535e45a071cc3d74fad02ae35153" }, { - "name": "HM330X by Tomoto", - "version": "1.0.0", - "author": "Tomoto S. Washio", - "maintainer": "Tomoto S. Washio (https://github.com/tomoto)", - "sentence": "Arduino library for HM3301/HM3302 dust sensor.", - "paragraph": "This is intended to provide a much simpelr-to-use version of the library originally published by Seeed.", - "website": "https://github.com/tomoto/Arduino_Tomoto_HM330X", - "category": "Sensors", + "name": "M5Dial", + "version": "1.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Dial Board", + "paragraph": "M5Stack, M5Dial, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Dial.git", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tomoto/Arduino_Tomoto_HM330X.git", + "repository": "https://github.com/m5stack/M5Dial.git", "providesIncludes": [ - "Tomoto_HM330X.h" + "M5Dial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tomoto/HM330X_by_Tomoto-1.0.0.zip", - "archiveFileName": "HM330X_by_Tomoto-1.0.0.zip", - "size": 14715, - "checksum": "SHA-256:bd61c7894c8f25d5d7155893d87be4145b4665d36ea2bb08d9643c72a857c245" + "dependencies": [ + { + "name": "M5Unified" + }, + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Dial-1.0.1.zip", + "archiveFileName": "M5Dial-1.0.1.zip", + "size": 42158, + "checksum": "SHA-256:bf952421baa5eb5d4f50c97ae709472ae1a0c16e16b10d8aa2ed0d3a1991e8b9" }, { - "name": "AsyncUDP_STM32", - "version": "1.1.0", - "author": "Hristo Gochkov,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Asynchronous UDP Library for STM32 using builtin LAN8742A Ethernet", - "paragraph": "Asynchronous UDP Library for STM32 using builtin LAN8742A Ethernet", - "website": "https://github.com/khoih-prog/AsyncUDP_STM32", - "category": "Uncategorized", + "name": "M5Dial", + "version": "1.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Dial Board", + "paragraph": "M5Stack, M5Dial, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Dial.git", + "category": "Display", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncUDP_STM32.git", + "repository": "https://github.com/m5stack/M5Dial.git", + "providesIncludes": [ + "M5Dial.h" + ], "dependencies": [ { - "name": "STM32duino LwIP" + "name": "M5Unified" }, { - "name": "STM32duino STM32Ethernet" + "name": "M5GFX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncUDP_STM32-1.1.0.zip", - "archiveFileName": "AsyncUDP_STM32-1.1.0.zip", - "size": 29835, - "checksum": "SHA-256:738108b841d96c92ab641ceea422fade31cbbb306ee530880467d4317bd645aa" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Dial-1.0.2.zip", + "archiveFileName": "M5Dial-1.0.2.zip", + "size": 42154, + "checksum": "SHA-256:81b8561c4467db9b4ffd52245acb0aa6ef3d4654b925cbed7b777c1a930a6cd9" }, { - "name": "FT81x Arduino Driver", - "version": "0.9.2", - "author": "Raphael Stäbler", - "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", - "sentence": "Graphics library for the open source FT81x display driver board.", - "paragraph": "Graphics library for the open source FT81x display driver board.", - "website": "https://github.com/blazer82/FT81x_Arduino_Driver", - "category": "Display", + "name": "M5_PbHub", + "version": "0.1.0", + "author": "Thomas O Fredericks", + "maintainer": "https://github.com/thomasfredericks", + "sentence": "Easier library for the M5Stack PbHUB", + "paragraph": "PbHUB Unit is a 6-channel expansion Unit with I2C control. Each Port B interface is capable of GPIO, PWM, Servo control, ADC sampling, RGB light control and other functions. Adopts STM32F030 for internal control.", + "website": "https://github.com/thomasfredericks/M5Stack-PbHUB", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.9.2.zip", - "archiveFileName": "FT81x_Arduino_Driver-0.9.2.zip", - "size": 1074078, - "checksum": "SHA-256:5728cfe11c485fe4d61cdcd265de4f51bc179d2b6cfba004554b37ac8c3f8967" + "repository": "https://github.com/thomasfredericks/M5_PbHub.git", + "providesIncludes": [ + "M5_PbHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/M5_PbHub-0.1.0.zip", + "archiveFileName": "M5_PbHub-0.1.0.zip", + "size": 3477, + "checksum": "SHA-256:5fb6de66a6059c4fef322b0d410d3b55efbae3c5a8bb35af6b96b04755a543a1" }, { - "name": "FT81x Arduino Driver", - "version": "0.9.3", - "author": "Raphael Stäbler", - "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", - "sentence": "Graphics library for the open source FT81x display driver board.", - "paragraph": "Graphics library for the open source FT81x display driver board.", - "website": "https://github.com/blazer82/FT81x_Arduino_Driver", - "category": "Display", + "name": "M5_PbHub", + "version": "0.1.1", + "author": "Thomas O Fredericks", + "maintainer": "https://github.com/thomasfredericks", + "sentence": "Easier library for the M5Stack PbHUB", + "paragraph": "PbHUB Unit is a 6-channel expansion Unit with I2C control. Each Port B interface is capable of GPIO, PWM, Servo control, ADC sampling, RGB light control and other functions. Adopts STM32F030 for internal control.", + "website": "https://github.com/thomasfredericks/M5_PbHub", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thomasfredericks/M5_PbHub.git", + "providesIncludes": [ + "M5_PbHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/M5_PbHub-0.1.1.zip", + "archiveFileName": "M5_PbHub-0.1.1.zip", + "size": 4281, + "checksum": "SHA-256:3c3fbe1dfe3d292279a6bb15445a55ee53dfb11b5faee87b6cbe8d64ee8c31b5" + }, + { + "name": "M5_PbHub", + "version": "0.1.2", + "author": "Thomas O Fredericks", + "maintainer": "https://github.com/thomasfredericks", + "sentence": "Simple library for the M5Stack PbHUB Unit.", + "paragraph": "The M5Stack PbHUB Unit is a 6-channel expansion Unit with I2C control. Each Port B interface is capable of GPIO, PWM, Servo control, ADC sampling, RGB light control and other functions. Uses a STM32F030 for internal control.", + "website": "https://github.com/thomasfredericks/M5_PbHub", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/thomasfredericks/M5_PbHub.git", + "providesIncludes": [ + "M5_PbHub.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/thomasfredericks/M5_PbHub-0.1.2.zip", + "archiveFileName": "M5_PbHub-0.1.2.zip", + "size": 379628, + "checksum": "SHA-256:674eaf3e6fa5a60171caa84b014adb58e71ee8d8f543feea8c03b8103b6e58c0" + }, + { + "name": "ButtonnIRQ", + "version": "1.0.1", + "author": "Gal Arbel gal.arbel8@gmail.com", + "maintainer": "Gal Arbel gal.arbel8@gmail.com", + "sentence": "Button function based on IRQ", + "paragraph": "toggle function ready to use", + "website": "https://github.com/galarb/ButtonIRQ.git", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.9.3.zip", - "archiveFileName": "FT81x_Arduino_Driver-0.9.3.zip", - "size": 1075171, - "checksum": "SHA-256:0703188b017c3197babb388a3d8ea7796e9576a2f19bf42dd95dcd5c9940ca57" + "repository": "https://github.com/galarb/ButtonIRQ.git", + "providesIncludes": [ + "ButtonIRQ.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/galarb/ButtonnIRQ-1.0.1.zip", + "archiveFileName": "ButtonnIRQ-1.0.1.zip", + "size": 2904, + "checksum": "SHA-256:c9ed4670aae2bb3aeca7f54029bba59dd816395ce9493baa61df2513972c31b7" }, { - "name": "FT81x Arduino Driver", - "version": "0.0.1", - "author": "Raphael Stäbler", - "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", - "sentence": "Graphics library for the open source FT81x display driver board.", - "paragraph": "Install this library in addition to the display library for your hardware.", - "website": "https://github.com/blazer82/FT81x_Arduino_Driver", - "category": "Display", + "name": "VEGA_FirebaseArduino", + "version": "1.0.1", + "author": "CDAC", + "maintainer": "VEGA_Processors", + "sentence": "Library for communicating with Firebase.", + "paragraph": "This library simplifies the process of communicating with Firebase. It hides the complexity of authentication and json parsing.", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/firebase-arduino", + "category": "Communication", "architectures": [ - "*" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.0.1.zip", - "archiveFileName": "FT81x_Arduino_Driver-0.0.1.zip", - "size": 748901, - "checksum": "SHA-256:a83b2847acde4ba80ffb43e345ada605772da8b9aea5fe44a6b3e92e9ac67570" + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/communication/firebase-arduino.git", + "url": "https://downloads.arduino.cc/libraries/gitlab.com/communication/VEGA_FirebaseArduino-1.0.1.zip", + "archiveFileName": "VEGA_FirebaseArduino-1.0.1.zip", + "size": 412977, + "checksum": "SHA-256:a1dc2f0574f36debabe14944cbd75c20b68990fdbfec21185189042b55d943fc" }, { - "name": "FT81x Arduino Driver", - "version": "0.10.0", - "author": "Raphael Stäbler", - "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", - "sentence": "Graphics library for the open source FT81x display driver board.", - "paragraph": "Graphics library for the open source FT81x display driver board.", - "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "name": "SparkFun Qwiic OLED Arduino Library", + "version": "1.0.5", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for SparkFun SSD1306 based OLED display products.", + "paragraph": "A very fast and efficient Arduino library for the SSD1306 driver IC. Transfer rates are up to 400% faster than alternative libraries; only dirty regions of the graphics buffer are sent to the display. Efficient memory usage. No dynamic memory utilized. Static resources are loaded once, and only on explicit declaration. This library supports the \u003ca href=\"https://www.sparkfun.com/products/18442\"\u003eSparkFun Qwiic Micro OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/17153\"\u003e0.91in OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15173\"\u003eTransparent Graphical OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/18996\"\u003esmôl OLED Display\u003c/a\u003e, and any other board using the SSD1306 IC.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library", "category": "Display", "architectures": [ "*" @@ -356329,20 +819646,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.10.0.zip", - "archiveFileName": "FT81x_Arduino_Driver-0.10.0.zip", - "size": 1077187, - "checksum": "SHA-256:f2345d34907117b6e52c55dbd5f68f5d01f73cacffda5a52b1506c15efde5dd0" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library-1.0.5.zip", + "archiveFileName": "SparkFun_Qwiic_OLED_Arduino_Library-1.0.5.zip", + "size": 569041, + "checksum": "SHA-256:49825260e759bf86f96c599cb64c5b67b8ab665fa75940f021d4b0552ed24103" }, { - "name": "FT81x Arduino Driver", - "version": "0.11.0", - "author": "Raphael Stäbler", - "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", - "sentence": "Graphics library for the open source FT81x display driver board.", - "paragraph": "Graphics library for the open source FT81x display driver board.", - "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "name": "SparkFun Qwiic OLED Arduino Library", + "version": "1.0.6", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for SparkFun SSD1306 based OLED display products.", + "paragraph": "A very fast and efficient Arduino library for the SSD1306 driver IC. Transfer rates are up to 400% faster than alternative libraries; only dirty regions of the graphics buffer are sent to the display. Efficient memory usage. No dynamic memory utilized. Static resources are loaded once, and only on explicit declaration. This library supports the \u003ca href=\"https://www.sparkfun.com/products/18442\"\u003eSparkFun Qwiic Micro OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/17153\"\u003e0.91in OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15173\"\u003eTransparent Graphical OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/18996\"\u003esmôl OLED Display\u003c/a\u003e, and any other board using the SSD1306 IC.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library", "category": "Display", "architectures": [ "*" @@ -356350,20 +819667,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.11.0.zip", - "archiveFileName": "FT81x_Arduino_Driver-0.11.0.zip", - "size": 1113394, - "checksum": "SHA-256:b08e4570cb7e02c6df8c92fcb3345ff039488e1ac5d033599012c58a8cd52b9b" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library-1.0.6.zip", + "archiveFileName": "SparkFun_Qwiic_OLED_Arduino_Library-1.0.6.zip", + "size": 569076, + "checksum": "SHA-256:c1852d9614d7d0a124463469fe779a06714d8ac877b29c4f7ecbd941df2b9dff" }, { - "name": "FT81x Arduino Driver", - "version": "0.12.0", - "author": "Raphael Stäbler", - "maintainer": "Raphael Stäbler \u003craphael@productionbuild.de\u003e", - "sentence": "Graphics library for the open source FT81x display driver board.", - "paragraph": "Graphics library for the open source FT81x display driver board.", - "website": "https://github.com/blazer82/FT81x_Arduino_Driver", + "name": "SparkFun Qwiic OLED Arduino Library", + "version": "1.0.8", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for SparkFun SSD1306 based OLED display products.", + "paragraph": "A very fast and efficient Arduino library for the SSD1306 driver IC. Transfer rates are up to 400% faster than alternative libraries; only dirty regions of the graphics buffer are sent to the display. Efficient memory usage. No dynamic memory utilized. Static resources are loaded once, and only on explicit declaration. This library supports the \u003ca href=\"https://www.sparkfun.com/products/18442\"\u003eSparkFun Qwiic Micro OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/17153\"\u003e0.91in OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15173\"\u003eTransparent Graphical OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/18996\"\u003esmôl OLED Display\u003c/a\u003e, and any other board using the SSD1306 IC.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library", "category": "Display", "architectures": [ "*" @@ -356371,41 +819688,41 @@ "types": [ "Contributed" ], - "repository": "https://github.com/blazer82/FT81x_Arduino_Driver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blazer82/FT81x_Arduino_Driver-0.12.0.zip", - "archiveFileName": "FT81x_Arduino_Driver-0.12.0.zip", - "size": 1115038, - "checksum": "SHA-256:face4dfc36e716a95869d03a96774bbbf60644c4a4e0e7f6a5dca04b1b0266a3" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library-1.0.8.zip", + "archiveFileName": "SparkFun_Qwiic_OLED_Arduino_Library-1.0.8.zip", + "size": 571037, + "checksum": "SHA-256:b8370c42ff73f4e40c88e43ff51caba4745ee41bb55dcdcd582fb50d4b4132de" }, { - "name": "Autopilot", - "version": "0.1.0", - "author": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "maintainer": "PowerBroker2 \u003cgitstuff2@gmail.com\u003e", - "sentence": "Library of various controllers for autonomous fixed-wing flight", - "paragraph": "Library of various controllers for autonomous fixed-wing flight", - "website": "https://github.com/PowerBroker2/Autopilot", - "category": "Device Control", + "name": "SparkFun Qwiic OLED Arduino Library", + "version": "1.0.9", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for SparkFun SSD1306 based OLED display products.", + "paragraph": "A very fast and efficient Arduino library for the SSD1306 driver IC. Transfer rates are up to 400% faster than alternative libraries; only dirty regions of the graphics buffer are sent to the display. Efficient memory usage. No dynamic memory utilized. Static resources are loaded once, and only on explicit declaration. This library supports the \u003ca href=\"https://www.sparkfun.com/products/18442\"\u003eSparkFun Qwiic Micro OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/17153\"\u003e0.91in OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/15173\"\u003eTransparent Graphical OLED\u003c/a\u003e, \u003ca href=\"https://www.sparkfun.com/products/18996\"\u003esmôl OLED Display\u003c/a\u003e, and any other board using the SSD1306 IC.", + "website": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PowerBroker2/Autopilot.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PowerBroker2/Autopilot-0.1.0.zip", - "archiveFileName": "Autopilot-0.1.0.zip", - "size": 90701, - "checksum": "SHA-256:42b9f8cfef39b4b29f0fa84a9d317abcfbd9e0637d366866820b32fdb1f5d74d" + "repository": "https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library-1.0.9.zip", + "archiveFileName": "SparkFun_Qwiic_OLED_Arduino_Library-1.0.9.zip", + "size": 575292, + "checksum": "SHA-256:f93bc31bda7283dc7ef3d385dc4aed180a663a4822a8e8b0f1da93e4055647c0" }, { - "name": "Nano33BLESensor", - "version": "1.0.0", - "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "sentence": "An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.", - "paragraph": "Nano33BLESensor leverages Mbed OS and ring buffers to allow the softening of time constraints in regard to the reading sensor measurements. It also allows simple initialisation of the on board sensors, and provides a simple interface for the getting of sensor data.", - "website": "https://github.com/DaleGia/Nano33BLESensor", + "name": "ScioSense_ENS220", + "version": "1.0.1", + "author": "ScioSense", + "maintainer": "ScioSense", + "sentence": "Library for the ENS220 pressure and temperature sensor by ScioSense", + "paragraph": "Enables you to use the ENS220 sensor via I2C or SPI.", + "website": "https://github.com/sciosense/arduino-ens220", "category": "Sensors", "architectures": [ "*" @@ -356413,37 +819730,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/DaleGia/Nano33BLESensor.git", - "dependencies": [ - { - "name": "Arduino_LSM9DS1" - }, - { - "name": "Arduino_APDS9960" - }, - { - "name": "PDM" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_HTS221" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/Nano33BLESensor-1.0.0.zip", - "archiveFileName": "Nano33BLESensor-1.0.0.zip", - "size": 76875, - "checksum": "SHA-256:37f2b40955ccb8f8c5cdc0a5567c1861b49f730b3739666ee89a1caf0d79b465" + "repository": "https://github.com/sciosense/ens220-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sciosense/ScioSense_ENS220-1.0.1.zip", + "archiveFileName": "ScioSense_ENS220-1.0.1.zip", + "size": 547846, + "checksum": "SHA-256:b08b58dcfd446c4d69b2fbe5926e542378c87c12e39522bc72e4cd9fda63ee3f" }, { - "name": "Nano33BLESensor", - "version": "1.0.1", - "author": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "maintainer": "Dale Giancono \u003cd.giancono@gmail.com\u003e", - "sentence": "An Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner.", - "paragraph": "Nano33BLESensor leverages Mbed OS and ring buffers to allow the softening of time constraints in regard to the reading sensor measurements. It also allows simple initialisation of the on board sensors, and provides a simple interface for the getting of sensor data.", - "website": "https://github.com/DaleGia/Nano33BLESensor", + "name": "ScioSense_ENS220", + "version": "1.1.0", + "author": "ScioSense", + "maintainer": "ScioSense", + "sentence": "Library for the ENS220 pressure and temperature sensor by ScioSense", + "paragraph": "Enables you to use the ENS220 sensor via I2C or SPI.", + "website": "https://github.com/sciosense/arduino-ens220", "category": "Sensors", "architectures": [ "*" @@ -356451,428 +819751,443 @@ "types": [ "Contributed" ], - "repository": "https://github.com/DaleGia/Nano33BLESensor.git", - "dependencies": [ - { - "name": "Arduino_LSM9DS1" - }, - { - "name": "Arduino_APDS9960" - }, - { - "name": "Arduino_LPS22HB" - }, - { - "name": "Arduino_HTS221" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/DaleGia/Nano33BLESensor-1.0.1.zip", - "archiveFileName": "Nano33BLESensor-1.0.1.zip", - "size": 76987, - "checksum": "SHA-256:d893810c2f22550ad70f4f8f28a9838b927326c31b2ea8fb68fa092952c00b72" + "repository": "https://github.com/sciosense/ens220-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sciosense/ScioSense_ENS220-1.1.0.zip", + "archiveFileName": "ScioSense_ENS220-1.1.0.zip", + "size": 553048, + "checksum": "SHA-256:ea4302209a211f8b3d628d15b3bcd016be11aec0f328f3b837bbf93d00e76794" }, { - "name": "AsyncWebServer_STM32", - "version": "1.2.3", - "author": "Hristo Gochkov,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", - "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", - "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", - "category": "Uncategorized", + "name": "MFRC522_NTAG424DNA", + "version": "1.0.1", + "author": "Piotr Obst", + "maintainer": "Piotr Obst", + "sentence": "Arduino RFID/NFC Library for NXP NTAG 424 DNA tags using MFRC522.", + "paragraph": "Read and write a NTAG 424 DNA card or tag. Plain, Mac and Full communication modes supported. LRP and SDM not yet supported.", + "website": "https://github.com/obsttube/mfrc522_ntag424dna", + "category": "Communication", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "repository": "https://github.com/Obsttube/MFRC522_NTAG424DNA.git", "dependencies": [ { - "name": "STM32duino LwIP" + "name": "MFRC522" }, { - "name": "STM32duino STM32Ethernet" + "name": "CryptoAES_CBC" }, { - "name": "STM32AsyncTCP" + "name": "CRC32" + }, + { + "name": "AES_CMAC" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.3.zip", - "archiveFileName": "AsyncWebServer_STM32-1.2.3.zip", - "size": 367320, - "checksum": "SHA-256:9afb43b7c8afb7bdabd3da4e9ee23b44cc2bc38c77d7d662c60db2cf13b86b3c" + "url": "https://downloads.arduino.cc/libraries/github.com/Obsttube/MFRC522_NTAG424DNA-1.0.1.zip", + "archiveFileName": "MFRC522_NTAG424DNA-1.0.1.zip", + "size": 59808, + "checksum": "SHA-256:31ff26d57a677849fe3261427d0b7a2055fa27c9b536c297a0c4e81c3b113759" }, { - "name": "AsyncWebServer_STM32", - "version": "1.2.3-a", - "author": "Hristo Gochkov,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", - "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", - "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", - "category": "Uncategorized", + "name": "Emulation", + "version": "0.1.0", + "author": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "A mocking framework for unit tests in PlatformIO", + "paragraph": "Example code for ESP32 chipset", + "website": "https://github.com/RobertByrnes/Emulation.git", + "category": "Other", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", - "dependencies": [ - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32AsyncTCP" - } + "repository": "https://github.com/RobertByrnes/Emulation.git", + "providesIncludes": [ + "emulation.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.3-a.zip", - "archiveFileName": "AsyncWebServer_STM32-1.2.3-a.zip", - "size": 393468, - "checksum": "SHA-256:95ecdaa6c6c2b70f0d7103a2367dfe1887b127ce6431ffe04741a214a336aad1" + "url": "https://downloads.arduino.cc/libraries/github.com/RobertByrnes/Emulation-0.1.0.zip", + "archiveFileName": "Emulation-0.1.0.zip", + "size": 1344035, + "checksum": "SHA-256:2ea765a219c562cb4bf4cb19eebecb9a82160a1af886b0bcf5e7b1fb0b0b9f8f" }, { - "name": "AsyncWebServer_STM32", - "version": "1.2.4", - "author": "Hristo Gochkov,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", - "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", - "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", - "category": "Uncategorized", + "name": "Emulation", + "version": "0.1.1", + "author": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "A comprehensive mocking framework for seamless unit testing in PlatformIO.", + "paragraph": "Leverage Emulation for robust and efficient unit testing on the ESP32 chipset. Emulation simplifies mocking, ensuring your IoT projects are bug-free and performant. Star our GitHub repository to stay updated with continuous enhancements and join the growing community of developers optimizing their testing process with Emulation.", + "website": "https://github.com/RobertByrnes/Emulation.git", + "category": "Other", "architectures": [ - "stm32" + "esp32", + "arduino", + "native" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", - "dependencies": [ - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32AsyncTCP" - } + "repository": "https://github.com/RobertByrnes/Emulation.git", + "providesIncludes": [ + "Emulation.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.4.zip", - "archiveFileName": "AsyncWebServer_STM32-1.2.4.zip", - "size": 394098, - "checksum": "SHA-256:667a5a2009c4b220f51d3d1462952b4d6f9ea60a83904c1c88ae5261e23620aa" + "url": "https://downloads.arduino.cc/libraries/github.com/RobertByrnes/Emulation-0.1.1.zip", + "archiveFileName": "Emulation-0.1.1.zip", + "size": 1344436, + "checksum": "SHA-256:e92f298cca2d54cb67ee222c3b220665d391fa1b95debc7ebd7a7203f3135309" }, { - "name": "AsyncWebServer_STM32", - "version": "1.2.5", - "author": "Hristo Gochkov,Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "AsyncWebServer for STM32 using builtin LAN8742A Ethernet", - "paragraph": "This AsyncWebServer Library for STM32 is currently working on STM32 boards, such as Nucleo-144 F767ZI, etc., using builtin LAN8742A Ethernet", - "website": "https://github.com/khoih-prog/AsyncWebServer_STM32", - "category": "Uncategorized", + "name": "Emulation", + "version": "0.1.2", + "author": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "A comprehensive mocking framework for seamless unit testing in PlatformIO.", + "paragraph": "Leverage Emulation for robust and efficient unit testing on the ESP32 chipset. Emulation simplifies mocking, ensuring your IoT projects are bug-free and performant. Star our GitHub repository to stay updated with continuous enhancements and join the growing community of developers optimizing their testing process with Emulation.", + "website": "https://github.com/RobertByrnes/Emulation.git", + "category": "Other", "architectures": [ - "stm32" + "esp32", + "arduino", + "native" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/AsyncWebServer_STM32.git", + "repository": "https://github.com/RobertByrnes/Emulation.git", "providesIncludes": [ - "LwIP.h", - "STM32Ethernet.h", - "AsyncWebServer_STM32.h" - ], - "dependencies": [ - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32AsyncTCP" - } + "Emulation.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/AsyncWebServer_STM32-1.2.5.zip", - "archiveFileName": "AsyncWebServer_STM32-1.2.5.zip", - "size": 512241, - "checksum": "SHA-256:339d2e7bab5cbfc5d34e2fea230b3b13bec4f6d091934ee795a1a610733bb744" + "url": "https://downloads.arduino.cc/libraries/github.com/RobertByrnes/Emulation-0.1.2.zip", + "archiveFileName": "Emulation-0.1.2.zip", + "size": 1356618, + "checksum": "SHA-256:9d08efb4cb5e8017a94b1bb35aaccd3a96a89cfbfb884765cc2f073b3f9a6080" }, { - "name": "LittleFS_esp32", - "version": "1.0.0", - "author": "lorol", - "maintainer": "lorol", - "sentence": "LittleFS for esp32", - "paragraph": "LittleFS for esp32", - "website": "https://github.com/lorol/LITTLEFS", - "category": "Data Storage", + "name": "Emulation", + "version": "0.1.3", + "author": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "A comprehensive mocking framework for seamless unit testing in PlatformIO.", + "paragraph": "Leverage Emulation for robust and efficient unit testing on the ESP32 chipset. Emulation simplifies mocking, ensuring your IoT projects are bug-free and performant. Star our GitHub repository to stay updated with continuous enhancements and join the growing community of developers optimizing their testing process with Emulation.", + "website": "https://github.com/RobertByrnes/Emulation.git", + "category": "Other", "architectures": [ - "esp32" + "esp32", + "arduino", + "native" ], "types": [ "Contributed" ], - "repository": "https://github.com/lorol/LITTLEFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.0.zip", - "archiveFileName": "LittleFS_esp32-1.0.0.zip", - "size": 67979, - "checksum": "SHA-256:23ebc6a66345cc0ba4b8b8e993869d8e12f3ec567bffa5ded3ad0836d8086be6" + "repository": "https://github.com/RobertByrnes/Emulation.git", + "providesIncludes": [ + "Emulation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobertByrnes/Emulation-0.1.3.zip", + "archiveFileName": "Emulation-0.1.3.zip", + "size": 1357181, + "checksum": "SHA-256:47c8d2be8bdf3902d06f54b1a047a3c798a99a98c23c7bb2e89228839c74125d" }, { - "name": "LittleFS_esp32", - "version": "1.0.5", - "author": "lorol", - "maintainer": "lorol", - "sentence": "LittleFS for esp32 based on esp_littlefs IDF component. Use esp32 core-provided LITTLEFS library instead of this one when available in future core releases.", - "paragraph": "For esp32 core 1.0.4 release, use #define CONFIG_LITTLEFS_FOR_IDF_3_2 and for more SPIFFS compatibility, set #define CONFIG_LITTLEFS_SPIFFS_COMPAT 1", - "website": "https://github.com/lorol/LITTLEFS", - "category": "Data Storage", + "name": "Emulation", + "version": "0.1.4", + "author": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "A comprehensive mocking framework for seamless unit testing in PlatformIO.", + "paragraph": "Leverage Emulation for robust and efficient unit testing on the ESP32 chipset. Emulation simplifies mocking, ensuring your IoT projects are bug-free and performant. Star our GitHub repository to stay updated with continuous enhancements and join the growing community of developers optimizing their testing process with Emulation.", + "website": "https://github.com/RobertByrnes/Emulation.git", + "category": "Other", "architectures": [ - "esp32" + "esp32", + "arduino", + "native" ], "types": [ "Contributed" ], - "repository": "https://github.com/lorol/LITTLEFS.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lorol/LittleFS_esp32-1.0.5.zip", - "archiveFileName": "LittleFS_esp32-1.0.5.zip", - "size": 78228, - "checksum": "SHA-256:d1d43346a76c9aed40be423fe95a311b18ee7a47b166feb30497029515b31e7f" + "repository": "https://github.com/RobertByrnes/Emulation.git", + "providesIncludes": [ + "Emulation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobertByrnes/Emulation-0.1.4.zip", + "archiveFileName": "Emulation-0.1.4.zip", + "size": 1357087, + "checksum": "SHA-256:998ca8263eb59c40037221ffc6c322272d773bb8563634799a2177320e3a2b15" }, { - "name": "SCA100T", - "version": "1.0.0", - "author": "CsCrazy85", - "maintainer": "CsCrazy85 \u003cmika_va@hotmail.com\u003e", - "sentence": "This library allows communication with Murata SCA100T inclinometer sensors using SPI.", - "paragraph": "This library allows communication with Murata SCA100T inclinometer sensors using SPI. Library contains basic usage to get the readings from the MEMS-sensor. You can read the raw accelerometer values, temperature and angle values. Also self-test and command sending is supported.", - "website": "https://github.com/CsCrazy85/SCA100T", - "category": "Sensors", + "name": "Emulation", + "version": "0.1.5", + "author": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "maintainer": "Robert Byrnes \u003crobbyrnes@hotmail.co.uk\u003e", + "sentence": "A comprehensive mocking framework for seamless unit testing in PlatformIO.", + "paragraph": "Leverage Emulation for robust and efficient unit testing on the ESP32 chipset. Emulation simplifies mocking, ensuring your IoT projects are bug-free and performant. Star our GitHub repository to stay updated with continuous enhancements and join the growing community of developers optimizing their testing process with Emulation.", + "website": "https://github.com/RobertByrnes/Emulation.git", + "category": "Other", "architectures": [ - "avr" + "esp32", + "arduino", + "native" ], "types": [ "Contributed" ], - "repository": "https://github.com/CsCrazy85/SCA100T.git", - "url": "https://downloads.arduino.cc/libraries/github.com/CsCrazy85/SCA100T-1.0.0.zip", - "archiveFileName": "SCA100T-1.0.0.zip", - "size": 470350, - "checksum": "SHA-256:44627fd6548fd2fd6d46198f108cbd2515c59f0c3af208dade7017ad5c4a0de4" + "repository": "https://github.com/RobertByrnes/Emulation.git", + "providesIncludes": [ + "Emulation.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobertByrnes/Emulation-0.1.5.zip", + "archiveFileName": "Emulation-0.1.5.zip", + "size": 1358453, + "checksum": "SHA-256:eb033b9b8a0c2ef48ecf805e9e1d019b4423f59de151a9030b55f9483d3a1d1b" }, { - "name": "TGP Bouton", + "name": "Arduino_GigaDisplay", "version": "1.0.0", - "author": "TechnoPhys, CB", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet le controle et la lecture d'un bouton.", - "paragraph": "Cette bibliotheque permet la creation de boutons et leur \"debouncing\". Permet de détecter si le bouton a été appuyé, maintenu appuyé ou relâché.", - "website": "http://technophys.claurendeau.qc.ca", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Examples for GIGA Display Shield", + "website": "https://www.arduino.cc/", "category": "Device Control", "architectures": [ - "*" + "mbed_giga" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_Bouton.git", + "repository": "https://github.com/arduino-libraries/Arduino_GigaDisplay.git", "providesIncludes": [ - "Bouton.h" + "Arduino_GigaDisplay.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Bouton-1.0.0.zip", - "archiveFileName": "TGP_Bouton-1.0.0.zip", - "size": 13664, - "checksum": "SHA-256:17abd54cdfd22b3555d5ef5b21de2184abb91377ab3ab3e29d32b9ac6b5d1368" + "dependencies": [ + { + "name": "Arduino_BMI270_BMM150" + }, + { + "name": "Arduino_GigaDisplayTouch" + }, + { + "name": "ArduinoGraphics" + }, + { + "name": "Arduino_GigaDisplay_GFX" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_GigaDisplay-1.0.0.zip", + "archiveFileName": "Arduino_GigaDisplay-1.0.0.zip", + "size": 156851, + "checksum": "SHA-256:e9cb4099aace4bc04ece487f2fb4b52ad82a9d93f9cb87d5afbdee1a7393f929" }, { - "name": "TGP Del", - "version": "1.0.0", - "author": "TechnoPhys, CB", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", - "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", - "website": "http://technophys.claurendeau.qc.ca", + "name": "Arduino_GigaDisplay", + "version": "1.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Examples for GIGA Display Shield", + "website": "https://www.arduino.cc/", "category": "Device Control", "architectures": [ - "*" + "mbed_giga" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "repository": "https://github.com/arduino-libraries/Arduino_GigaDisplay.git", "providesIncludes": [ - "Del.h" + "Arduino_GigaDisplay.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.0.0.zip", - "archiveFileName": "TGP_Del-1.0.0.zip", - "size": 8132, - "checksum": "SHA-256:e9e2569a575b8bd86adeedefd16521ef8357a811891d83235344245afb9812f7" + "dependencies": [ + { + "name": "Arduino_BMI270_BMM150" + }, + { + "name": "Arduino_GigaDisplayTouch" + }, + { + "name": "ArduinoGraphics" + }, + { + "name": "Arduino_GigaDisplay_GFX" + }, + { + "name": "lvgl" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_GigaDisplay-1.0.1.zip", + "archiveFileName": "Arduino_GigaDisplay-1.0.1.zip", + "size": 302206, + "checksum": "SHA-256:54de994ddafd9a1ba705eea7c376554891f7bd23cecc04a980050aed7255c3f5" }, { - "name": "TGP Del", - "version": "1.1.0", - "author": "TechnoPhys, CB", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet le contrôle d'une diode électroluminescente (DEL).", - "paragraph": "Permet le contrôle d'une diode électroluminescente (DEL). Outre son état, on peut la mettre en mode clignotant, ajuster le délai et modifier son intensité lumineuse. Son mode de fonctionnement est non-bloquant.", - "website": "https://github.com/technophyscal/tgp_del", - "category": "Device Control", + "name": "Eccel-C1", + "version": "1.0.1", + "author": "Eccel Technology Ltd.", + "maintainer": "Marcin Baliniak \u003cmarcin.baliniak@eccel.co.uk\u003e", + "sentence": "Protocol class for for C1 modules by Eccel Technology Ltd.", + "paragraph": "Dedicated library for Eccel-C1 module by Excel Technology Ltd. Can be used also with all products form C1 family, supporting ISO 14443A, Mifare 1k, Mifare 4k, Ultralight, NTAG2XX card/tag types, Mifare Desfire", + "website": "http://www.eccel.co.uk/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_Del.git", + "repository": "https://github.com/marbalon/Eccel-C1.git", "providesIncludes": [ - "Del.h" + "C1_Interface.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Del-1.1.0.zip", - "archiveFileName": "TGP_Del-1.1.0.zip", - "size": 8255, - "checksum": "SHA-256:e3f3ab04e7c4e7ae0310380dccb6077de05fb8b2010ad5f699db17a07377a51c" + "url": "https://downloads.arduino.cc/libraries/github.com/marbalon/Eccel_C1-1.0.1.zip", + "archiveFileName": "Eccel_C1-1.0.1.zip", + "size": 37800, + "checksum": "SHA-256:cd2a194a37f0dd79adf72b122ae922af2d5db3935271772bd1769f1648afa0fe" }, { - "name": "TGP Ecran", - "version": "1.0.0", - "author": "TechnoPhys, CB", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", - "paragraph": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306. L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran.", - "website": "http://technophys.claurendeau.qc.ca", - "category": "Display", + "name": "Eccel-C1", + "version": "1.0.3", + "author": "Eccel Technology Ltd.", + "maintainer": "Marcin Baliniak \u003cmarcin.baliniak@eccel.co.uk\u003e", + "sentence": "Arduino library for UART access to the Eccel Pepper C1 RFID reader", + "paragraph": "Dedicated library for Eccel-C1 module by Eccel Technology Ltd. Can be used also with all products form C1 family, supporting ISO 14443A, Mifare 1k, Mifare 4k, Ultralight, NTAG2XX card/tag types, Mifare Desfire", + "website": "http://www.eccel.co.uk/", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "repository": "https://github.com/marbalon/Eccel-C1.git", "providesIncludes": [ - "Ecran.h" - ], - "dependencies": [ - { - "name": "Adafruit SSD1306" - } + "C1_Interface.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.0.0.zip", - "archiveFileName": "TGP_Ecran-1.0.0.zip", - "size": 7550, - "checksum": "SHA-256:1944ff1252fdc792a29bf4bc06b4dcc962c15f2e02ee6031ac15881987e62a3c" + "url": "https://downloads.arduino.cc/libraries/github.com/marbalon/Eccel_C1-1.0.3.zip", + "archiveFileName": "Eccel_C1-1.0.3.zip", + "size": 37818, + "checksum": "SHA-256:3af62edab895c44ae51e0c0372480f2f2e6d6f239cbf8feb7fb0c5be30a1e9ee" }, { - "name": "TGP Ecran", - "version": "1.1.0", - "author": "TechnoPhys, CB", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet l'intitialisation simplifié de l'écran Adafruit SSD1306.", - "paragraph": "L'ensemble des méhodes de la classe Adafruit_SSD1306 sont disponibles via la classe Ecran.", - "website": "https://github.com/TechnoPhysCAL/TGP_Ecran", - "category": "Display", + "name": "Eccel-C1", + "version": "1.0.4", + "author": "Eccel Technology Ltd.", + "maintainer": "Marcin Baliniak \u003cmarcin.baliniak@eccel.co.uk\u003e", + "sentence": "Arduino library for UART access to the Eccel Pepper C1 RFID reader", + "paragraph": "Dedicated library for Pepper C1 by Eccel Technology Ltd. Can be used also with all products from C1 family, supporting ISO 14443A, Mifare 1k, Mifare 4k, Ultralight, NTAG2XX card/tag types, Mifare Desfire, ISO 15693, ICODE", + "website": "http://www.eccel.co.uk/", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_Ecran.git", + "repository": "https://github.com/marbalon/Eccel-C1.git", "providesIncludes": [ - "Ecran.h" - ], - "dependencies": [ - { - "name": "Adafruit SSD1306" - } + "C1_Interface.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Ecran-1.1.0.zip", - "archiveFileName": "TGP_Ecran-1.1.0.zip", - "size": 7608, - "checksum": "SHA-256:3f6b497c34c4b6c066a77721f0a74c34bda8b2b8c54a328345ee2ee83a7e2569" + "url": "https://downloads.arduino.cc/libraries/github.com/marbalon/Eccel_C1-1.0.4.zip", + "archiveFileName": "Eccel_C1-1.0.4.zip", + "size": 37828, + "checksum": "SHA-256:0d9c01ba948ea8b6b1ac5e4b3808a6eaedc3e0492d3a6b696f3b19b4e3115874" }, { - "name": "TGP ProtoTGP", + "name": "RocciBoard-Library", "version": "1.0.0", - "author": "TechnoPhys, CB, JL, RM", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet le contrôle simplifié de la plateforme de développement ProtoTGP.", - "paragraph": "Permet le contrôle simplifié de la plateforme de développement ProtoTGP. Incluant les 5 boutons, 2 DELs et l'écran OLED.", - "website": "http://technophys.claurendeau.qc.ca", + "author": "Jonas Biener \u003cjonas.biener@rocci.net\u003e", + "maintainer": "Robotics Competence Center Illertal e. V. \u003chttps://rocci.net\u003e", + "sentence": "Library for the RocciBoard-Shield.", + "paragraph": "This library provides students an easy to learn platform and a first entry into the world of microcontrollers and C++ programming.", + "website": "https://github.com/Robotics-Competence-Center-Illertal-e-V/RocciBoard-Library", "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_ProtoTGP.git", + "repository": "https://github.com/Robotics-Competence-Center-Illertal-e-V/RocciBoard-Library.git", "providesIncludes": [ - "ProtoTGP.h" + "rocciboard.h" ], "dependencies": [ { - "name": "TGP Bouton" + "name": "TCA9548A" }, { - "name": "TGP Del" + "name": "Adafruit BNO055" }, { - "name": "TGP Ecran" + "name": "Adafruit TCS34725" + }, + { + "name": "VL53L0X" + }, + { + "name": "VL53L1X" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_ProtoTGP-1.0.0.zip", - "archiveFileName": "TGP_ProtoTGP-1.0.0.zip", - "size": 76686, - "checksum": "SHA-256:86b355f476419a47efe5e22b0bc9ec6632711d67613034ded6914bae26d3da54" + "url": "https://downloads.arduino.cc/libraries/github.com/Robotics-Competence-Center-Illertal-e-V/RocciBoard_Library-1.0.0.zip", + "archiveFileName": "RocciBoard_Library-1.0.0.zip", + "size": 24966, + "checksum": "SHA-256:5561ac97573d5287cf7c22200bb8ca909ee096036b117bbee0190b31814d6248" }, { - "name": "TGP Menu OLED", - "version": "1.0.0", - "author": "TechnoPhys, JL, CB", - "maintainer": "Technologie du génie physique \u003ctechnophys@claurendeau.qc.ca\u003e", - "sentence": "Permet la création d'un menu deroulant sur affichage OLED SSD1306.", - "paragraph": "Cette bibliothèque permet la création d'un menu géré par 5 boutons de navigation. Construit sur la plateforme ProtoTPhys.", - "website": "http://technophys.claurendeau.qc.ca", + "name": "RocciBoard-Library", + "version": "1.0.1", + "author": "Robotics Competence Center Illertal e. V. \u003crocci.net\u003e", + "maintainer": "Jonas Biener \u003cjonas.biener@rocci.net\u003e, Alexander Ulbrich \u003calexander.ulbrich@rocci.net\u003e", + "sentence": "Library for the RocciBoard-Shield.", + "paragraph": "This library provides students an easy to learn platform and a first entry into the world of microcontrollers and C++ programming.", + "website": "https://github.com/Robotics-Competence-Center-Illertal-e-V/RocciBoard-Library", "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TechnoPhysCAL/TGP_MenuOLED.git", + "repository": "https://github.com/Robotics-Competence-Center-Illertal-e-V/RocciBoard-Library.git", "providesIncludes": [ - "MenuOLED.h" + "rocciboard.h" ], "dependencies": [ { - "name": "TGP ProtoTGP" + "name": "TCA9548A" + }, + { + "name": "Adafruit BNO055" + }, + { + "name": "Adafruit TCS34725" + }, + { + "name": "VL53L0X" + }, + { + "name": "VL53L1X" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/TechnoPhysCAL/TGP_Menu_OLED-1.0.0.zip", - "archiveFileName": "TGP_Menu_OLED-1.0.0.zip", - "size": 246254, - "checksum": "SHA-256:bf487eb23918cb86a5c26532febdc67971e61e97f6ff5e2400dbcbcedae10bbc" + "url": "https://downloads.arduino.cc/libraries/github.com/Robotics-Competence-Center-Illertal-e-V/RocciBoard_Library-1.0.1.zip", + "archiveFileName": "RocciBoard_Library-1.0.1.zip", + "size": 125283, + "checksum": "SHA-256:94c3d9bce2081b48d43963f3528a49fcf237f6db07390b80ad38356491947e67" }, { - "name": "EthernetENC", - "version": "2.0.0", - "author": "Norbert Truchsess, Juraj Andrassy", - "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", - "sentence": "Ethernet library for ENC28J60. Only include EthernetENC.h instead of Ethernet.h", - "paragraph": "This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support.", - "website": "https://github.com/jandrassy/EthernetENC/wiki", + "name": "Bonezegei_I2CScan", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "Scans I2C device from 0 - 255 and show the address of active devices", + "paragraph": "Simple I2C Scan", + "website": "https://github.com/bonezegei/Bonezegei_I2CScan", "category": "Communication", "architectures": [ "*" @@ -356880,316 +820195,224 @@ "types": [ "Contributed" ], - "repository": "https://github.com/jandrassy/EthernetENC.git", + "repository": "https://github.com/bonezegei/Bonezegei_I2CScan.git", "providesIncludes": [ - "EthernetENC.h" + "Bonezegei_I2CScan.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/EthernetENC-2.0.0.zip", - "archiveFileName": "EthernetENC-2.0.0.zip", - "size": 88455, - "checksum": "SHA-256:c3132ed55285d555547bfd010c8db8febbba8495322105b733b5ec7c7fd5ff2a" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_I2CScan-1.0.0.zip", + "archiveFileName": "Bonezegei_I2CScan-1.0.0.zip", + "size": 14868, + "checksum": "SHA-256:cb45c7e583fa35ee0e404d40f1ca3c9875a0c96f0896dbd46ea47cadc1ef7559" }, { - "name": "OneIoT Connectivity", + "name": "nonblockingtimer", "version": "1.0.0", - "author": "David Theobald, Christof Tinnes", - "maintainer": "OneIoT(contact@oneiot.de)", - "sentence": "This library can be used for serial communication with the OneIoT Connectivity Module.", - "website": "https://github.com/1IoT/cloud-connectivity-lib", - "category": "Communication", - "architectures": [], - "types": [ - "Contributed" - ], - "repository": "https://github.com/1IoT/cloud-connectivity-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/1IoT/OneIoT_Connectivity-1.0.0.zip", - "archiveFileName": "OneIoT_Connectivity-1.0.0.zip", - "size": 9442, - "checksum": "SHA-256:f69d6c65fe873acec740d58024b8fbf1c8b6f38f511305271522dab695fdae2c" - }, - { - "name": "OneIoT Connectivity", - "version": "1.1.0", - "author": "David Theobald, Christof Tinnes", - "maintainer": "OneIoT(contact@oneiot.de)", - "sentence": "This library can be used for serial communication with the OneIoT Connectivity Module.", - "website": "https://github.com/1IoT/cloud-connectivity-lib", - "category": "Communication", + "author": "RichardSibanda", + "maintainer": "RichardSibanda", + "sentence": "The library offers a straightforward interface for creating and managing non-blocking timers.", + "paragraph": "The NonBlockingTimer library provides an easy-to-use implementation of non-blocking timers for Arduino projects. Unlike traditional timers, this library allows you to create timers that operate independently, allowing your program to continue execution while the timer counts down in the background..", + "website": "https://github.com/richardsibanda/nonblockingtimer", + "category": "Uncategorized", "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/1IoT/cloud-connectivity-lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/1IoT/OneIoT_Connectivity-1.1.0.zip", - "archiveFileName": "OneIoT_Connectivity-1.1.0.zip", - "size": 10503, - "checksum": "SHA-256:a8de117fdf84dd1328dba7c82cd524eb9caaefb539165a217a4de3cd6e729ea0" + "repository": "https://github.com/richardsibanda/nonblockingtimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/richardsibanda/nonblockingtimer-1.0.0.zip", + "archiveFileName": "nonblockingtimer-1.0.0.zip", + "size": 3751, + "checksum": "SHA-256:9f5ce20049fbd9ef8e34a71c28c4f7ba1c08a0e67a39401d6d6c327427ab2fb1" }, { - "name": "Strawbees Quirkbot", - "version": "2.9.0", - "author": "Strawbees", - "maintainer": "Paulo Barcelos \u003cpaulo@strawbees.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with the Quirkbot. For instructions on how to install official Quirkbot board, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", + "name": "LionBit-STEM-library", + "version": "2.0.0", + "author": "Kavinda Kotuwegedara", + "maintainer": "LionBit.cc \u003cinfo@lionbit.cc\u003e", + "sentence": "This is a library for LionBit", + "paragraph": "This is a library for LionBit", + "website": "http://LionBit.cc", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", - "providesIncludes": [ - "Quirkbot.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Quirkbot/Strawbees_Quirkbot-2.9.0.zip", - "archiveFileName": "Strawbees_Quirkbot-2.9.0.zip", - "size": 130636, - "checksum": "SHA-256:d72458cbcd01de8c310634b091f76c60bd82eb6888369c782f99cdf527426b3e" + "repository": "https://github.com/LionBit-STEM-Board/lionBit-STEM-library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/LionBit-STEM-Board/LionBit_STEM_library-2.0.0.zip", + "archiveFileName": "LionBit_STEM_library-2.0.0.zip", + "size": 438849, + "checksum": "SHA-256:8f300f265f17807558aa3e1c4f5e6c4f7405a4559ce9f52e2fb0d1dfab23a9a6" }, { - "name": "Strawbees Quirkbot", - "version": "2.10.0", - "author": "Strawbees", - "maintainer": "Paulo Barcelos \u003cpaulo@strawbees.com\u003e", - "sentence": "Allows you to program Quirkbots.", - "paragraph": "The library is designed to be used with the Quirkbot. For instructions on how to install official Quirkbot board, visit https://github.com/Quirkbot/QuirkbotArduinoHardware/releases.", - "website": "https://github.com/Quirkbot/QuirkbotArduinoLibrary", - "category": "Device Control", + "name": "Arduino_GigaDisplay_GFX", + "version": "1.0.0", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "GFX library for GIGA Display Shield", + "website": "https://docs.arduino.cc/tutorials/giga-display-shield/gfx-guide", + "category": "Display", "architectures": [ - "avr" + "mbed_giga" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/Quirkbot/QuirkbotArduinoLibrary.git", + "repository": "https://github.com/arduino-libraries/Arduino_GigaDisplay_GFX.git", "providesIncludes": [ - "Quirkbot.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Quirkbot/Strawbees_Quirkbot-2.10.0.zip", - "archiveFileName": "Strawbees_Quirkbot-2.10.0.zip", - "size": 130896, - "checksum": "SHA-256:b36106c679a5e9779c1d209c7bb9c7e2791ec27412514f5b7c6d3d3da831aa7a" - }, - { - "name": "AceUtils", - "version": "0.2.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Useful Arduino utilities which are too small as separate libraries.", - "paragraph": "Includes: PrintStr, UrlEncoding, TimingStats, PrintUtils.", - "website": "https://github.com/bxparks/AceUtils", - "category": "Other", - "architectures": [ - "*" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/bxparks/AceUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.2.1.zip", - "archiveFileName": "AceUtils-0.2.1.zip", - "size": 338821, - "checksum": "SHA-256:86a1cbc45e8fa8656c697553634de42651ad8530a0536c39dbf8d51bd7bfbdb0" - }, - { - "name": "AceUtils", - "version": "0.1.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Small and light Arduino utilties and libraries.", - "paragraph": "Includes: PrintString, UrlEncoding.", - "website": "https://github.com/bxparks/AceUtils", - "category": "Other", - "architectures": [ - "*" + "Arduino_GigaDisplay_GFX.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Adafruit GFX Library" + } ], - "repository": "https://github.com/bxparks/AceUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.1.0.zip", - "archiveFileName": "AceUtils-0.1.0.zip", - "size": 250335, - "checksum": "SHA-256:ad6260abce84e86a6cb05bf8cef6551e7f644c1bdadcaac91a73d5a5798cb5e2" + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_GigaDisplay_GFX-1.0.0.zip", + "archiveFileName": "Arduino_GigaDisplay_GFX-1.0.0.zip", + "size": 12423, + "checksum": "SHA-256:d92a8632ff494f121de4f9c846e16fc5a1aed871bf275b2eb5fd16f9d6f4ef17" }, { - "name": "AceUtils", - "version": "0.2.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Useful Arduino utilties which are too small for separate libraries.", - "paragraph": "Includes: PrintStr, UrlEncoding, TimingStats, PrintUtils.", - "website": "https://github.com/bxparks/AceUtils", - "category": "Other", - "architectures": [ - "*" - ], + "name": "ReWire MAX32664 Biosensor Hub Library", + "version": "1.0.0", + "author": "David Pruitt (david@rewire.llc)", + "maintainer": "ReWire LLC (www.rewire.llc)", + "sentence": "Library for interfacing with the MAX32664 biometric hub", + "paragraph": "This library is tailored to version A of the MAX32664 paired with the MAX30101 sensor.", + "website": "https://github.com/ReWire-LLC/rewire_max32664", + "category": "Sensors", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.2.0.zip", - "archiveFileName": "AceUtils-0.2.0.zip", - "size": 338790, - "checksum": "SHA-256:7b85b5c2f7c39f08601419286a70e01d0715913c2c23024737396626528f1d00" + "repository": "https://github.com/ReWire-LLC/rewire_max32664.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ReWire-LLC/ReWire_MAX32664_Biosensor_Hub_Library-1.0.0.zip", + "archiveFileName": "ReWire_MAX32664_Biosensor_Hub_Library-1.0.0.zip", + "size": 3759494, + "checksum": "SHA-256:3093a864480a85c26c63db07ea4750d17212467988da72dbf3f7abc41d88357c" }, { - "name": "AceUtils", - "version": "0.3.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to have external dependencies to other libraries.", - "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. This library Includes: CrcEeprom, CommandLineInterface.", - "website": "https://github.com/bxparks/AceUtils", - "category": "Other", + "name": "SparkFun Color Sensor OPT4048", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "This library is for the SparkFun Qwiic and Qwiic Mini, Color Sensor: OPT4048", + "website": "https://github.com/sparkfun/SparkFun_OPT4048_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.3.0.zip", - "archiveFileName": "AceUtils-0.3.0.zip", - "size": 356591, - "checksum": "SHA-256:3235bb5389b8dc7220491aa522cf1ed1c9794f5868343e83f4d4097cf8f40fb3" + "repository": "https://github.com/sparkfun/SparkFun_OPT4048_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Color_Sensor_OPT4048-1.0.0.zip", + "archiveFileName": "SparkFun_Color_Sensor_OPT4048-1.0.0.zip", + "size": 1388151, + "checksum": "SHA-256:970aa510371346f66e66ae1d9ae966a0df9c23cc04bf6769c80a1ec04ba52ae2" }, { - "name": "AceUtils", - "version": "0.4.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Useful Arduino utilities which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.", - "paragraph": "Since they have external dependencies, they cannot be added to the AceCommon library. Utilities include: AceUtilCrcEeprom, AceUtilModeGroup, AceUtilCli.", - "website": "https://github.com/bxparks/AceUtils", - "category": "Other", + "name": "MakeBlock Drive Updated", + "version": "3.27.0", + "author": "Mark Yan, Makeblock", + "maintainer": "Nick B, School", + "sentence": "Use to drive all devices provided by Makeblock company.", + "paragraph": "This library is an updated version of the MakeBlock Drive library. It is used to drive all devices provided by Makeblock company. It is based on the original MakeBlock Drive library, but has been updated to fix some issues. Feel free to pull request if you find any bugs.", + "website": "https://github.com/nbourre/Makeblock-Libraries", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceUtils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceUtils-0.4.0.zip", - "archiveFileName": "AceUtils-0.4.0.zip", - "size": 431248, - "checksum": "SHA-256:42bcee0d27e8d0d4b37304faba4614df21f7d950097438a6505ce9f87dbbf189" - }, - { - "name": "Taskrunner", - "version": "1.0.0", - "author": "kishan joshi", - "maintainer": "Kishan Joshi \u003crobokishan.blogspot@gmail.com\u003e", - "sentence": "Allows arduino to run scheduler which can run functions at specific frequency", - "paragraph": "This library can do reading at the specific frequency or run the function at specific frequency.", - "website": "https://github.com/Robokishan/Arduino-Scheduler", - "category": "Timing", - "architectures": [ - "avr", - "megaavr", - "sam", - "samd", - "nrf52", - "stm32f4" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/Robokishan/Arduino-Scheduler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Robokishan/Taskrunner-1.0.0.zip", - "archiveFileName": "Taskrunner-1.0.0.zip", - "size": 20178, - "checksum": "SHA-256:a8768a5012a6c3836154beb3f66ff449d1a17f04519d048d5ab8462ef4bd6e21" + "repository": "https://github.com/nbourre/Makeblock-Libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nbourre/MakeBlock_Drive_Updated-3.27.0.zip", + "archiveFileName": "MakeBlock_Drive_Updated-3.27.0.zip", + "size": 484508, + "checksum": "SHA-256:7eb382679b36effe135bc59fdacbc5793301c2add81cb18301e8dc95da2c8745" }, { - "name": "MorseDuino", - "version": "1.0.0", - "author": "GGorAA", - "maintainer": "GGorAA", - "sentence": "Arduino library for generation morse code and displaying it on LEDs", - "paragraph": "Arduino library for generation morse code and displaying it on LEDs", - "website": "https://github.com/GGorAA/MorseDuino", - "category": "Signal Input/Output", + "name": "MakeBlock Drive Updated", + "version": "3.27.1", + "author": "Nick B (Original : Mark Yan), School", + "maintainer": "Nick B, School", + "sentence": "Use to drive all devices provided by Makeblock company.", + "paragraph": "This library is an updated version of the MakeBlock Drive library. It is based on the original MakeBlock Drive library, but has been updated to fix some issues. Feel free to pull request if you find any bugs.", + "website": "https://github.com/nbourre/Makeblock-Libraries", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GGorAA/MorsDuino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GGorAA/MorseDuino-1.0.0.zip", - "archiveFileName": "MorseDuino-1.0.0.zip", - "size": 15526, - "checksum": "SHA-256:cf11f52abf796f9527f945f64df74b974c572540781214dbfdeacccf696ae94d" + "repository": "https://github.com/nbourre/Makeblock-Libraries.git", + "url": "https://downloads.arduino.cc/libraries/github.com/nbourre/MakeBlock_Drive_Updated-3.27.1.zip", + "archiveFileName": "MakeBlock_Drive_Updated-3.27.1.zip", + "size": 484645, + "checksum": "SHA-256:8d8ee1e264e3052c6b6858ffbd4cde3b782559a5b31c749ef1d01af4f01a4f39" }, { - "name": "GM1602lib", + "name": "Adafruit AD569x Library", "version": "1.0.0", - "author": "HuangYuTse", - "maintainer": "HuangYuTse \u003ceric19961231@gmail.com\u003e", - "sentence": "Arduino library for GM1602-CO sensors.", - "paragraph": "Arduino library for GM1602-CO sensors.", - "website": "https://github.com/HuangYuTse/GM1602lib", - "category": "Sensors", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AD569x 16-/14-/12-bit DAC", + "paragraph": "Arduino library for the AD569x 16-/14-/12-bit DAC", + "website": "https://github.com/adafruit/Adafruit_AD569x", + "category": "Device Control", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/HuangYuTse/GM1602lib.git", + "repository": "https://github.com/adafruit/Adafruit_AD569x.git", "dependencies": [ { - "name": "GM1602lib" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HuangYuTse/GM1602lib-1.0.0.zip", - "archiveFileName": "GM1602lib-1.0.0.zip", - "size": 5972070, - "checksum": "SHA-256:df38fcfd8d2e3bc82e9710374b12af4f299dcc7aec64ebad330467923252e251" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AD569x_Library-1.0.0.zip", + "archiveFileName": "Adafruit_AD569x_Library-1.0.0.zip", + "size": 10655, + "checksum": "SHA-256:1dae2ea72b1a8d953445ab15d5cb56fb5c19cd0b170d053ecf85a933a29cacd2" }, { - "name": "Feature-Variables", - "version": "1.0.0", - "author": "thebigpotatoe", - "maintainer": "thebigpotatoe", - "license": "MIT", - "sentence": "Persistent event driven variables aimed at making complex designs much simpler", - "paragraph": "Feature Variables are designed to be persistent event driven variables that not only offer the standard method of working with variables, but also handle the complexities of storing and checking variables a thing of the past.", - "website": "https://github.com/thebigpotatoe/Features-Variables", - "category": "Data Storage", + "name": "Adafruit AD569x Library", + "version": "1.0.1", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the AD569x 16-/14-/12-bit DAC", + "paragraph": "Arduino library for the AD569x 16-/14-/12-bit DAC", + "website": "https://github.com/adafruit/Adafruit_AD569x", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/thebigpotatoe/Feature-Variables.git", + "repository": "https://github.com/adafruit/Adafruit_AD569x.git", "dependencies": [ { - "name": "ArduinoJSON" - }, - { - "name": "Effortless-SPIFFS" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/thebigpotatoe/Feature_Variables-1.0.0.zip", - "archiveFileName": "Feature_Variables-1.0.0.zip", - "size": 31404, - "checksum": "SHA-256:44a93718010a31a1ba2e0bc845ac20baafb8e80216f700eddcfd31ffe35c0520" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_AD569x_Library-1.0.1.zip", + "archiveFileName": "Adafruit_AD569x_Library-1.0.1.zip", + "size": 263718, + "checksum": "SHA-256:017503aaaa81a12d564eced27e5f6b0d79d242acd18919a2039acde8cd32584d" }, { - "name": "Blues Wireless Notecard", - "version": "1.0.0", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library", - "paragraph": "An easy to use Notecard Library", - "website": "https://github.com/rayozzie/Notecard-Library", + "name": "HC0x_AT_Config", + "version": "2.0.0", + "author": "chris miller \u003cmiller4@rose-hulman.edu\u003e", + "maintainer": "chris miller \u003cmiller4@rose-hulman.edu\u003e", + "sentence": "Simple HC05/06 Bluetooth module AT configuration program.", + "paragraph": "Provides user menu for selecting configuration changes. Automatically identifies device (HC-05 or HC-06), firmware version, baud and parity settings. Requires 2nd UART (Serial1) defined.", + "website": "https://github.com/ndroid/HC06_AT_CommandCenter", "category": "Communication", "architectures": [ "*" @@ -357197,41 +820420,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.0.0.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.0.0.zip", - "size": 8788, - "checksum": "SHA-256:79a6364425c2f2e40cbfd580ec3e9dd69e22a1c5ab8f22374a2a44398b51883f" - }, - { - "name": "Blues Wireless Notecard", - "version": "1.2.0", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino", - "paragraph": "An easy to use Notecard Library for Arduino", - "website": "https://github.com/blues/note-arduino", - "category": "Communication", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/ndroid/HC06_AT_CommandCenter.git", + "providesIncludes": [ + "configureBT.h" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.0.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.0.zip", - "size": 92882, - "checksum": "SHA-256:62d3da41ec3cb43376ff77feb79b25e19ad6b19bd27d23548151b166126f9fed" + "url": "https://downloads.arduino.cc/libraries/github.com/ndroid/HC0x_AT_Config-2.0.0.zip", + "archiveFileName": "HC0x_AT_Config-2.0.0.zip", + "size": 19129, + "checksum": "SHA-256:4c73acf246d18718910e8a14796430ea9831900fb7335cb87d1e3fdde4cb4d56" }, { - "name": "Blues Wireless Notecard", - "version": "1.2.1", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino", - "paragraph": "An easy to use Notecard Library for Arduino", - "website": "https://github.com/blues/note-arduino", + "name": "HC0x_AT_Config", + "version": "2.0.1", + "author": "chris miller \u003cmiller4@rose-hulman.edu\u003e", + "maintainer": "chris miller \u003cmiller4@rose-hulman.edu\u003e", + "sentence": "Simple HC05/HC06 Bluetooth module AT configuration program.", + "paragraph": "Provides user menu for selecting configuration changes. Automatically identifies device (HC-05 or HC-06), firmware version, baud and parity settings. Requires 2nd UART (Serial1) defined.", + "website": "https://github.com/ndroid/HC06_AT_CommandCenter", "category": "Communication", "architectures": [ "*" @@ -357239,167 +820444,195 @@ "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.1.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.1.zip", - "size": 92887, - "checksum": "SHA-256:0d02fe55b013c9d7e84ea4d71c1149d795d725f41b1f90ae2610364eb1ce0cd6" + "repository": "https://github.com/ndroid/HC06_AT_CommandCenter.git", + "providesIncludes": [ + "configureBT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ndroid/HC0x_AT_Config-2.0.1.zip", + "archiveFileName": "HC0x_AT_Config-2.0.1.zip", + "size": 19216, + "checksum": "SHA-256:ab1ceaf456d9428a4662b3006dd394c1dd6561d9f17ae8bd8fbfb51a40079d6c" }, { - "name": "Blues Wireless Notecard", - "version": "1.2.3", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino.", - "paragraph": "Supports Serial and I2C for communication from a host MCU.", - "website": "https://github.com/blues/note-arduino", - "category": "Communication", + "name": "Nexgen_Rover", + "version": "1.4.0", + "author": "Peter Januarius", + "maintainer": "Peter Januarius", + "sentence": "The Nexgen_Rover code library contains code to control the Nexgen Rover including a number of examples", + "paragraph": "The Nexgen Rover is an educational robot suitable for Years 5-10. The library is a convenient way to get up and running quickly although strictly speaking it isn't absolutely needed. The rover uses Grove sensors and therefore one or two Grove libraries that are needed. It also uses Pololu light sensors and thus needs the QTRSensors library.", + "website": "https://github.com/peetj/Nexgen_Rover", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.3.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.3.zip", - "size": 92921, - "checksum": "SHA-256:2247fdc625eb97a54a60d28d77fed5b2e462bac47aa47ee927bfafa267416b2e" + "repository": "https://github.com/peetj/Nexgen_Rover.git", + "dependencies": [ + { + "name": "QTRSensors" + }, + { + "name": "Grove Ultrasonic Ranger" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peetj/Nexgen_Rover-1.4.0.zip", + "archiveFileName": "Nexgen_Rover-1.4.0.zip", + "size": 14941, + "checksum": "SHA-256:4068ce027be48eae503be7cf6789b319d92fd2e814aa961a272538577353a955" }, { - "name": "Blues Wireless Notecard", - "version": "1.2.4", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino.", - "paragraph": "Supports Serial and I2C for communication from a host MCU.", - "website": "https://github.com/blues/note-arduino", - "category": "Communication", + "name": "Nexgen_Rover", + "version": "1.4.2", + "author": "Peter Januarius", + "maintainer": "Peter Januarius", + "sentence": "The Nexgen_Rover code library contains code to control the Nexgen Rover including a number of examples", + "paragraph": "The Nexgen Rover is an educational robot suitable for Years 5-10. The library is a convenient way to get up and running quickly although strictly speaking it isn't absolutely needed. The rover uses Grove sensors and therefore one or two Grove libraries that are needed. It also uses Pololu light sensors and thus needs the QTRSensors library.", + "website": "https://github.com/peetj/Nexgen_Rover", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.4.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.4.zip", - "size": 92966, - "checksum": "SHA-256:2a573d8f2813439ab08fe0aab9abbcfd8b0d4cf6c937e6bf4a98feaf4ef1fc95" + "repository": "https://github.com/peetj/Nexgen_Rover.git", + "dependencies": [ + { + "name": "QTRSensors" + }, + { + "name": "Grove Ultrasonic Ranger" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/peetj/Nexgen_Rover-1.4.2.zip", + "archiveFileName": "Nexgen_Rover-1.4.2.zip", + "size": 14925, + "checksum": "SHA-256:ff0e00d347302ac6bdcd1d7c2ba8a95bfa7be1f799cabf302bfabe9baab4f8c3" }, { - "name": "Blues Wireless Notecard", - "version": "1.2.5", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino.", - "paragraph": "Supports Serial and I2C for communication from a host MCU.", - "website": "https://github.com/blues/note-arduino", - "category": "Communication", + "name": "asyncino", + "version": "0.0.1", + "author": "Lucas Birkert \u003clucasbirkert@gmail.com\u003e", + "maintainer": "Lucas Birkert \u003clucasbirkert@gmail.com\u003e", + "sentence": "asynchronous library for the Arduino family", + "paragraph": "asyncino provides callback-based support for asynchronous operations like delay and pulseIn. It was designed to simplify the process of desigining applications with multiple moving parts operating concurrently. It uses eventloop based asynchronous I/O.", + "website": "https://github.com/lbirkert/asyncino", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.5.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.5.zip", - "size": 137467, - "checksum": "SHA-256:cd75dac2c89b806930a26115c052f541d5b9f9ec3e01467eada5adf796a943be" + "repository": "https://github.com/lbirkert/asyncino.git", + "providesIncludes": [ + "src/asyncino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbirkert/asyncino-0.0.1.zip", + "archiveFileName": "asyncino-0.0.1.zip", + "size": 6264, + "checksum": "SHA-256:6b125624049f225b8fd3e21a64d39195cfeee38aa18bcdd2b004c1f85325e6f9" }, { - "name": "Blues Wireless Notecard", - "version": "1.2.6", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino.", - "paragraph": "Supports Serial and I2C for communication from a host MCU.", - "website": "https://github.com/blues/note-arduino", - "category": "Communication", + "name": "asyncino", + "version": "0.0.2", + "author": "Lucas Birkert \u003clucasbirkert@gmail.com\u003e", + "maintainer": "Lucas Birkert \u003clucasbirkert@gmail.com\u003e", + "sentence": "asynchronous library for the Arduino family", + "paragraph": "asyncino provides callback-based support for asynchronous operations like delay and pulseIn. It was designed to simplify the process of designing applications with multiple moving parts operating concurrently. It uses eventloop based asynchronous I/O.", + "website": "https://github.com/lbirkert/asyncino", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.6.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.6.zip", - "size": 137516, - "checksum": "SHA-256:25939615f832495d5ddb63ec54baa8a17d23d1f4dfa0db55f6a6edf3d18dd00a" + "repository": "https://github.com/lbirkert/asyncino.git", + "providesIncludes": [ + "asyncino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbirkert/asyncino-0.0.2.zip", + "archiveFileName": "asyncino-0.0.2.zip", + "size": 6335, + "checksum": "SHA-256:04888c677245bdd207f8abcd73fdb486aa85a8199ac5c329854cb86b5ecf6d30" }, { - "name": "Blues Wireless Notecard", - "version": "1.2.7", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino.", - "paragraph": "Supports Serial and I2C for communication from a host MCU.", - "website": "https://github.com/blues/note-arduino", - "category": "Communication", + "name": "asyncino", + "version": "0.0.3", + "author": "Lucas Birkert \u003clucasbirkert@gmail.com\u003e", + "maintainer": "Lucas Birkert \u003clucasbirkert@gmail.com\u003e", + "sentence": "asynchronous library for the Arduino family", + "paragraph": "asyncino provides callback-based support for asynchronous operations like delay and pulseIn. It was designed to simplify the process of designing applications with multiple moving parts operating concurrently. It uses eventloop based asynchronous I/O.", + "website": "https://github.com/lbirkert/asyncino", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.7.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.7.zip", - "size": 137511, - "checksum": "SHA-256:9b6302d533ae2c2977b7506f14c1cd4de91c8ca86e47e5a39c0e4b8bf7d07560" + "repository": "https://github.com/lbirkert/asyncino.git", + "providesIncludes": [ + "asyncino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/lbirkert/asyncino-0.0.3.zip", + "archiveFileName": "asyncino-0.0.3.zip", + "size": 11943, + "checksum": "SHA-256:f999a565647d3a33b7e67ab003a2e02a47d0691bff5e5579c89bb9bd77fd6db8" }, { - "name": "Blues Wireless Notecard", - "version": "1.2.8", - "author": "Blues Wireless", - "maintainer": "Blues Wireless \u003cinfo@blues.io\u003e", - "sentence": "An easy to use Notecard Library for Arduino.", - "paragraph": "Supports Serial and I2C for communication from a host MCU.", - "website": "https://github.com/blues/note-arduino", - "category": "Communication", + "name": "TWI_GPS", + "version": "0.0.2", + "author": "Greg Walker", + "maintainer": "Greg Walker\u003crtdgreg@gmail.com\u003e", + "sentence": "GPS message API wrapper library for I2C Arduino connection", + "paragraph": "A GPS receiver talks and listens in NMEA sentences. This compact library provides a simplified programming interface to accept NMEA commands, and pass them via TWI (I2C) bus to a GPS reciever, and to collect NMEA report massages from the GPS receiver, to provide basic checksum validation, and to forward them via the TWI bus to the user application at a rate that the user application can regulate. It makes use of the Arduino Wire library, but is not implemented as a class derived from the Arduino Stream class. NMEA sentences are of the form \u003c$\u003e\u003cbody\u003e\u003c*\u003e\u003cchecksum\u003e\u003ccrlf\u003e. Messages are validated at the level of the \u003cbody\u003e matching the reported \u003cchecksum\u003e, but no further validation or parsing is provided.", + "website": "https://github.com/rtdgreg/TWI_GPS", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/blues/note-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blues/Blues_Wireless_Notecard-1.2.8.zip", - "archiveFileName": "Blues_Wireless_Notecard-1.2.8.zip", - "size": 139481, - "checksum": "SHA-256:7009faf87fde8855319b96a9ab5849219aec7058107d02d305b1de15afcd2a8d" + "repository": "https://github.com/rtdgreg/TWI_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rtdgreg/TWI_GPS-0.0.2.zip", + "archiveFileName": "TWI_GPS-0.0.2.zip", + "size": 12407, + "checksum": "SHA-256:489134a8d828cd47745b60a88a54197b88e4892a13f18c6c72895547724de0f3" }, { - "name": "uKit Explore", - "version": "1.1.5", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", - "category": "Device Control", + "name": "TWI_GPS", + "version": "0.0.3", + "author": "Greg Walker", + "maintainer": "Greg Walker\u003crtdgreg@gmail.com\u003e", + "sentence": "GPS message API wrapper library for I2C Arduino connection", + "paragraph": "A GPS receiver talks and listens in NMEA sentences. This compact library provides a simplified programming interface to accept NMEA commands, and pass them via TWI (I2C) bus to a GPS receiver, and to collect NMEA report massages from the GPS receiver, to provide basic checksum validation, and to forward them via the TWI bus to the user application at a rate that the user application can regulate. It makes use of the Arduino Wire library, but is not implemented as a class derived from the Arduino Stream class. NMEA sentences are of the form \u003c$\u003e\u003cbody\u003e\u003c*\u003e\u003cchecksum\u003e\u003ccrlf\u003e. Messages are validated at the level of the \u003cbody\u003e matching the reported \u003cchecksum\u003e, but no further validation or parsing is provided.", + "website": "https://github.com/rtdgreg/TWI_GPS", + "category": "Sensors", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.5.zip", - "archiveFileName": "uKit_Explore-1.1.5.zip", - "size": 156202, - "checksum": "SHA-256:84996d77cb635d7690cd2a9d784373ae5962be2051bebd9ca43d11de09613b5e" + "repository": "https://github.com/rtdgreg/TWI_GPS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rtdgreg/TWI_GPS-0.0.3.zip", + "archiveFileName": "TWI_GPS-0.0.3.zip", + "size": 12627, + "checksum": "SHA-256:19e9e3261bf61f7710a6fad2e6eee4bd30203917190914df93d8deb6a22dd64a" }, { - "name": "uKit Explore", - "version": "1.1.7", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.0.2", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however easy to use library to control NextGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/yAndrewMorgan/Amytol_Robot_NEXTGEN", "category": "Device Control", "architectures": [ "*" @@ -357407,20 +820640,26 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.7.zip", - "archiveFileName": "uKit_Explore-1.1.7.zip", - "size": 157419, - "checksum": "SHA-256:275100ea6dd1147528e2d73650e596b83764202c79e9cfc9ba849ba1ca4b1858" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "AmytolRobot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.0.2.zip", + "archiveFileName": "AMYTOL_Robot-1.0.2.zip", + "size": 28291, + "checksum": "SHA-256:25d978f999bf505b9df80f6c528e46b80b34612c82c935c58aaae597a978a2b7" }, { - "name": "uKit Explore", - "version": "1.1.8", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.0.3", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however easy to use library to control NextGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/yAndrewMorgan/Amytol_Robot_NEXTGEN", "category": "Device Control", "architectures": [ "*" @@ -357428,20 +820667,26 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.8.zip", - "archiveFileName": "uKit_Explore-1.1.8.zip", - "size": 158291, - "checksum": "SHA-256:28c2e2fe98499fc19b0ce6d34a9a5223afc7dacfba81299ac8830413d1631449" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "AmytolRobot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.0.3.zip", + "archiveFileName": "AMYTOL_Robot-1.0.3.zip", + "size": 28406, + "checksum": "SHA-256:03f1a146d0add763c55d749e0f821930baa132adf965f409543c6096af54aa58" }, { - "name": "uKit Explore", - "version": "1.2.0", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.0.4", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however easy to use library to control NextGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/and900/AMYTOL_Robot", "category": "Device Control", "architectures": [ "*" @@ -357449,20 +820694,26 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.0.zip", - "archiveFileName": "uKit_Explore-1.2.0.zip", - "size": 162126, - "checksum": "SHA-256:0fbafb53886e40d9e60254fe2ea77417536a4852935ea565bfb1ad6169349f0f" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "Amytol_Robot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.0.4.zip", + "archiveFileName": "AMYTOL_Robot-1.0.4.zip", + "size": 28398, + "checksum": "SHA-256:6e08b7085129fca039a98923a6904eb4ed131573ff46e90e7fe88e9b9395f602" }, { - "name": "uKit Explore", - "version": "1.2.6", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.0.5", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however easy to use library to control NextGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/and900/AMYTOL_Robot", "category": "Device Control", "architectures": [ "*" @@ -357470,20 +820721,26 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.6.zip", - "archiveFileName": "uKit_Explore-1.2.6.zip", - "size": 341785, - "checksum": "SHA-256:c05b489fd4f039340c04310b4999bf44429d010fa148aaf2b66f4adf096d2070" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "Amytol_Robot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.0.5.zip", + "archiveFileName": "AMYTOL_Robot-1.0.5.zip", + "size": 28398, + "checksum": "SHA-256:875f8dca9837eced6109bf760e40f445f2afdb3551090e98f6cb5bb9106ed162" }, { - "name": "uKit Explore", - "version": "1.2.2", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.1.0", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however, easy to use library to control NextGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/and900/AMYTOL_Robot", "category": "Device Control", "architectures": [ "*" @@ -357491,20 +820748,26 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.2.zip", - "archiveFileName": "uKit_Explore-1.2.2.zip", - "size": 161537, - "checksum": "SHA-256:e36841d00c274deeb45da2fe01671440f8f575e72676e054395c3a96cadbf397" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "Amytol_Robot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.1.0.zip", + "archiveFileName": "AMYTOL_Robot-1.1.0.zip", + "size": 28399, + "checksum": "SHA-256:f9840dc0ce35b9c1b5fdff9876526178c2bd34dc42f0e884d981e5511121e107" }, { - "name": "uKit Explore", - "version": "1.1.3", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.1.1", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however, easy to use library to control NexGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/and900/AMYTOL_Robot", "category": "Device Control", "architectures": [ "*" @@ -357512,20 +820775,26 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.1.3.zip", - "archiveFileName": "uKit_Explore-1.1.3.zip", - "size": 153557, - "checksum": "SHA-256:bf4a58a551c0c8833018262e693b7256907e0d61e37c24e5c08e1d32482d9f52" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "Amytol_Robot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.1.1.zip", + "archiveFileName": "AMYTOL_Robot-1.1.1.zip", + "size": 28400, + "checksum": "SHA-256:8e0a8c66a298cf7d8556260029745bdde5c291d6b7527f17e60001c347a996c8" }, { - "name": "uKit Explore", - "version": "1.2.11", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.1.2", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however, easy to use library to control NexGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/and900/AMYTOL_Robot", "category": "Device Control", "architectures": [ "*" @@ -357533,20 +820802,26 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.11.zip", - "archiveFileName": "uKit_Explore-1.2.11.zip", - "size": 445661, - "checksum": "SHA-256:9415fda611b95dc82958d3f5e802a518c666c6230ae7d46d754a6d64111293a4" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "Amytol_Robot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.1.2.zip", + "archiveFileName": "AMYTOL_Robot-1.1.2.zip", + "size": 28410, + "checksum": "SHA-256:7a5e3f09b5945a0383c3bc8de266db0d13dd99469b1ca579de20e91a18b183a5" }, { - "name": "uKit Explore", - "version": "1.2.15", - "author": "jialong.kuang, UBTECH", - "maintainer": "UBTECH \u003cwww.ubtrobot.com/cn/\u003e", - "sentence": "Use to drive all devices provided by UBTECH company.", - "paragraph": "This library allows an Arduino board to control all devices provided by UBTECH company.", - "website": "http://www.ubtrobot.com/cn/", + "name": "AMYTOL_Robot", + "version": "1.2.2", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A powerful however, easy to use library to control NexGen Robot motors.", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/and900/AMYTOL_Robot", "category": "Device Control", "architectures": [ "*" @@ -357554,1594 +820829,2828 @@ "types": [ "Contributed" ], - "repository": "https://github.com/UBTEDU/uKitExplore-library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/UBTEDU/uKit_Explore-1.2.15.zip", - "archiveFileName": "uKit_Explore-1.2.15.zip", - "size": 308778, - "checksum": "SHA-256:831a06d22a0c59c8067c41d51bdf45c78e0d04b97a42fa4a23e5c6e5732fd0a3" + "repository": "https://github.com/and900/AMYTOL_Robot.git", + "providesIncludes": [ + "Amytol.h", + "Amytol_Robot.h", + "AmytolRobotVar.h", + "AmytolNewPing.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/and900/AMYTOL_Robot-1.2.2.zip", + "archiveFileName": "AMYTOL_Robot-1.2.2.zip", + "size": 28493, + "checksum": "SHA-256:1ab521865b46b30c961eb4af12bd187ec93c70f3172551baa6fe2e8d855bd40b" }, { - "name": "LedUtil", + "name": "CanSatNeXT", "version": "1.0.0", - "author": "Paçoca Tech", - "maintainer": "Paçoca Tech \u003cpacocatech@gmail.com\u003e", - "sentence": "Controls leds to on/off/blink", - "paragraph": "This library allows you to control Controls leds to on/off/blink", - "website": "https://github.com/pacocatech/LedUtil", + "author": "Samuli Nyman", + "maintainer": "Samuli Nyman \u003csamuli@kitsat.fi\u003e", + "license": "MIT", + "sentence": "A library for using the hardware resources of CanSat NeXT board", + "paragraph": "CanSat NeXT is an ESP32 development board, designed by Samuli Nyman with ESERO Finland to be used in the CanSat competitions. This library provides functionalities for using the hardware resources of the system.", + "website": "https://arcticastronautics.fi/cansat", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/pacocatech/LedUtil.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pacocatech/LedUtil-1.0.0.zip", - "archiveFileName": "LedUtil-1.0.0.zip", - "size": 16347, - "checksum": "SHA-256:d108023c298f739677eca673f8053da776fd6f5a17b6e8445e894f11573ada2b" + "repository": "https://github.com/netnspace/CanSatNeXT_library.git", + "providesIncludes": [ + "CanSatNeXT.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/netnspace/CanSatNeXT-1.0.0.zip", + "archiveFileName": "CanSatNeXT-1.0.0.zip", + "size": 20840, + "checksum": "SHA-256:f0dd4fe9c1fb0a5179c9064d5eeafc6e004e041787ebc6ac7548fb460765bbbc" }, { - "name": "ABB PowerOne Aurora inverter communication protocol", - "version": "1.0.2", - "author": "Renzo Mischianti", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "Arduino ABB PowerOne Aurora inverter communication protocol, esp8266 and esp32 Library.", - "paragraph": "Library that implements the complete communication protocol of ABB (ex PowerOne) Aurora Inverter suitable with Arduino, esp8266 and esp32.", - "website": "https://www.mischianti.org/2020/08/20/abb-aurora-pv-inverter-library-for-arduino-esp8266-and-esp32/", - "category": "Communication", + "name": "CanSatNeXT", + "version": "1.0.1", + "author": "Samuli Nyman", + "maintainer": "Samuli Nyman \u003csamuli@kitsat.fi\u003e", + "license": "MIT", + "sentence": "A library for using the hardware resources of CanSat NeXT board", + "paragraph": "CanSat NeXT is an ESP32 development board, designed by Samuli Nyman with ESERO Finland to be used in the CanSat competitions. This library provides functionalities for using the hardware resources of the system.", + "website": "https://github.com/netnspace/CanSatNeXT_library", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/ABB_Aurora_Solar_Inverter_Library.git", + "repository": "https://github.com/netnspace/CanSatNeXT_library.git", "providesIncludes": [ - "Aurora.h" + "CanSatNeXT.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.2.zip", - "archiveFileName": "ABB_PowerOne_Aurora_inverter_communication_protocol-1.0.2.zip", - "size": 22070, - "checksum": "SHA-256:bc90bb8e0d768bb19206b359d6511415962a85515353795f12e0b3b877e41ada" + "dependencies": [ + { + "name": "LSM6" + }, + { + "name": "LPS35HW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/netnspace/CanSatNeXT-1.0.1.zip", + "archiveFileName": "CanSatNeXT-1.0.1.zip", + "size": 22831, + "checksum": "SHA-256:bb8864dbf0ed19918f98d4dba60ddbdecf416960958e7f944f039fee1de4f04b" }, { - "name": "sunset", - "version": "1.0.10", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "name": "CanSatNeXT", + "version": "1.0.2", + "author": "Samuli Nyman", + "maintainer": "Samuli Nyman \u003csamuli@kitsat.fi\u003e", "license": "MIT", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "sentence": "A library for using the hardware resources of CanSat NeXT board", + "paragraph": "CanSat NeXT is an ESP32 development board, designed by Samuli Nyman with ESERO Finland to be used in the CanSat competitions. This library provides functionalities for using the hardware resources of the system.", + "website": "https://github.com/netnspace/CanSatNeXT_library", + "category": "Device Control", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.10.zip", - "archiveFileName": "sunset-1.0.10.zip", - "size": 18269, - "checksum": "SHA-256:aa6887d147d94614790f7c8bcf4a89d7e74773b8a415584f279a49a7ea257d18" + "repository": "https://github.com/netnspace/CanSatNeXT_library.git", + "providesIncludes": [ + "CanSatNeXT.h" + ], + "dependencies": [ + { + "name": "LSM6" + }, + { + "name": "LPS35HW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/netnspace/CanSatNeXT-1.0.2.zip", + "archiveFileName": "CanSatNeXT-1.0.2.zip", + "size": 22885, + "checksum": "SHA-256:04e7c35c88c8dedad679bc9b8f522ac9c043136b07f7f7b244d6e192c342d220" }, { - "name": "sunset", - "version": "1.0.11", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", + "name": "CanSatNeXT", + "version": "1.0.3", + "author": "Samuli Nyman", + "maintainer": "Samuli Nyman \u003csamuli@kitsat.fi\u003e", "license": "MIT", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "sentence": "A library for using the hardware resources of CanSat NeXT board", + "paragraph": "CanSat NeXT is an ESP32 development board, designed by Samuli Nyman with ESERO Finland to be used in the CanSat competitions. This library provides functionalities for using the hardware resources of the system.", + "website": "https://github.com/netnspace/CanSatNeXT_library", + "category": "Device Control", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.11.zip", - "archiveFileName": "sunset-1.0.11.zip", - "size": 18671, - "checksum": "SHA-256:e56220ea293b7458f1c2bafce2b86f203195c69d5408f680ceb08aaee1d5c8b8" + "repository": "https://github.com/netnspace/CanSatNeXT_library.git", + "providesIncludes": [ + "CanSatNeXT.h" + ], + "dependencies": [ + { + "name": "LSM6" + }, + { + "name": "LPS35HW" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/netnspace/CanSatNeXT-1.0.3.zip", + "archiveFileName": "CanSatNeXT-1.0.3.zip", + "size": 23894, + "checksum": "SHA-256:af666db11d9f6b29803a4eb4d5f00ae3f24e8b8a1161bb1cc496d1dcca3c3ba3" }, { - "name": "sunset", - "version": "1.0.7", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "license": "MIT", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "name": "iMakeBeta", + "version": "0.0.3-beta", + "author": "iMake \u003cimakehobbies@gmail.com\u003e", + "maintainer": "iMake \u003cimakehobbies@gmail.com\u003e", + "sentence": "Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/iMakeOfficial/KaditaIoT.git", + "category": "Other", + "architectures": [ + "avr" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.7.zip", - "archiveFileName": "sunset-1.0.7.zip", - "size": 16166, - "checksum": "SHA-256:38bd6d4a10aeb34e2f482e0d7ebd5adf5288421e62fa34617fa243ab62361f05" + "repository": "https://github.com/iMakeOfficial/iMakeBeta.git", + "providesIncludes": [ + "iMakeBeta.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iMakeOfficial/iMakeBeta-0.0.3-beta.zip", + "archiveFileName": "iMakeBeta-0.0.3-beta.zip", + "size": 9380, + "checksum": "SHA-256:41487cbaaa5fa51cc1349edb7c34df232e8133e507d004e76f261bf495ee4dca" }, { - "name": "sunset", - "version": "1.0.9", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "license": "MIT", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "name": "iMakeBeta", + "version": "1.0.0", + "author": "iMake \u003cimakehobbies@gmail.com\u003e", + "maintainer": "iMake \u003cimakehobbies@gmail.com\u003e", + "sentence": "Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/iMakeOfficial/iMakeBeta", + "category": "Other", + "architectures": [ + "avr" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.0.9.zip", - "archiveFileName": "sunset-1.0.9.zip", - "size": 17618, - "checksum": "SHA-256:cc02bbf4bfd1233e46c232519a959a844df9eb468f4dc6f1e85fe325b77ca59b" + "repository": "https://github.com/iMakeOfficial/iMakeBeta.git", + "providesIncludes": [ + "iMakeBeta.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iMakeOfficial/iMakeBeta-1.0.0.zip", + "archiveFileName": "iMakeBeta-1.0.0.zip", + "size": 9123, + "checksum": "SHA-256:8e863a8b34a9237ad032643e3703daa72df45fc33a74f8464c9157d4dcaff5d7" }, { - "name": "sunset", - "version": "1.1.0", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "license": "MIT", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "name": "iMakeBeta", + "version": "1.0.1", + "author": "iMake \u003cimakehobbies@gmail.com\u003e", + "maintainer": "iMake \u003cimakehobbies@gmail.com\u003e", + "sentence": "Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/iMakeOfficial/iMakeBeta", + "category": "Other", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.0.zip", - "archiveFileName": "sunset-1.1.0.zip", - "size": 24058, - "checksum": "SHA-256:cea1710df14ccb47f355d29c594fc100ff81d4dcf35f49e6230a475bf852962b" + "repository": "https://github.com/iMakeOfficial/iMakeBeta.git", + "providesIncludes": [ + "iMakeBeta.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iMakeOfficial/iMakeBeta-1.0.1.zip", + "archiveFileName": "iMakeBeta-1.0.1.zip", + "size": 9182, + "checksum": "SHA-256:23826a735f95ea9ceb006386e42ac74142b676f5d66b08326137d8044d065644" }, { - "name": "sunset", - "version": "1.1.1", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "license": "MIT", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "name": "iMakeBeta", + "version": "1.0.3", + "author": "iMake \u003cimakehobbies@gmail.com\u003e", + "maintainer": "iMake \u003cimakehobbies@gmail.com\u003e", + "sentence": "Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/iMakeOfficial/iMakeBeta", + "category": "Other", + "architectures": [ + "avr", + "megaavr", + "sam", + "samd", + "nrf52", + "stm32f4", + "mbed", + "mbed_nano", + "mbed_portenta", + "mbed_rp2040", + "renesas", + "renesas_portenta", + "renesas_uno" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.1.zip", - "archiveFileName": "sunset-1.1.1.zip", - "size": 24090, - "checksum": "SHA-256:85b124295dad531e4c80416b54a01dc6172a807faf615f225936cccedde18869" + "repository": "https://github.com/iMakeOfficial/iMakeBeta.git", + "providesIncludes": [ + "iMakeBeta.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/iMakeOfficial/iMakeBeta-1.0.3.zip", + "archiveFileName": "iMakeBeta-1.0.3.zip", + "size": 8883, + "checksum": "SHA-256:7dc2edb508a38b80d90459bed9505e43f05cad17975df412a86fecbd4524e3a6" }, { - "name": "sunset", - "version": "1.1.2", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "license": "GPLV2", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "paragraph": "Find this library at https://github.com/buelowp/sunset", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "name": "PicoPLC", + "version": "1.0.0", + "author": "TF Maker Shop", + "maintainer": "TF Maker Shop", + "sentence": "This library providing a function at specific ESP32 module.This library support all version of Raspberry pi PICO,PICO W", + "paragraph": "Present library defines a 'Pico board'", + "website": "https://github.com/suratin27/PicoPLC", + "category": "Device Control", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.2.zip", - "archiveFileName": "sunset-1.1.2.zip", - "size": 25559, - "checksum": "SHA-256:3b64d517730c091642e99118c487ce11d9a074f91f6e54ed90ada47cc400d0f7" + "repository": "https://github.com/suratin27/PicoPLC.git", + "providesIncludes": [ + "PicoPLC.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/suratin27/PicoPLC-1.0.0.zip", + "archiveFileName": "PicoPLC-1.0.0.zip", + "size": 357806, + "checksum": "SHA-256:c60cb4ed7438f9f1d67a26fd26d9612b27993db7ee385f9bf69ec928720c2e7c" }, { - "name": "sunset", - "version": "1.1.3", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "license": "GPLV2", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrse/Sunset. It also can tell you moon phase for a given time.", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", - "architectures": [], + "name": "Kadita", + "version": "1.0.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.3.zip", - "archiveFileName": "sunset-1.1.3.zip", - "size": 25763, - "checksum": "SHA-256:21fb6f3f508bb9cf5870d01991796deb0acbc86c1a416ce7f01b8712d55b2a38" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.0.0.zip", + "archiveFileName": "Kadita-1.0.0.zip", + "size": 22230, + "checksum": "SHA-256:29b1772e69e298c91666466ef00caa9e6fa8f1cc5da8cc73c96557a6cccffb74" }, { - "name": "sunset", - "version": "1.1.4", - "author": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "maintainer": "Peter Buelow \u003cgoballstate@gmail.com\u003e", - "license": "GPLV2", - "sentence": "Allows calculation of sunrise, sunset, and moonphase", - "paragraph": "Calculates Sunrise and Sunset, along with the Civil, Nautical, and Astronomical times for Sunrise/Sunset. It can also tell you the moon phase for a given time.", - "website": "https://github.com/buelowp/sunset", - "category": "Uncategorized", + "name": "Kadita", + "version": "1.0.2", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "esp8266", - "esp32", - "samd", - "sam", - "particle-photon", - "particle-electron", - "particle-p1", - "spark-core" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/buelowp/sunset.git", - "url": "https://downloads.arduino.cc/libraries/github.com/buelowp/sunset-1.1.4.zip", - "archiveFileName": "sunset-1.1.4.zip", - "size": 28026, - "checksum": "SHA-256:285a28b54ab69f9c43c561843881e7bb112adfa4b349753c902babbaf8db6e7c" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.0.2.zip", + "archiveFileName": "Kadita-1.0.2.zip", + "size": 21939, + "checksum": "SHA-256:2d627468260fc628b5b744afaa720a5ee264a3d993d1333321ecdd07e117a42b" }, { - "name": "Adafruit BNO08x", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", - "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_BNO08x", - "category": "Sensors", + "name": "Kadita", + "version": "1.0.3", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { "name": "Adafruit Unified Sensor" }, { - "name": "Adafruit BusIO" + "name": "DHT sensor library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.0.0.zip", - "archiveFileName": "Adafruit_BNO08x-1.0.0.zip", - "size": 52852, - "checksum": "SHA-256:9a2c0fcadc6690b7dee7380d3382c25cceb92a1df08a4cfede84a26dbc49b43d" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.0.3.zip", + "archiveFileName": "Kadita-1.0.3.zip", + "size": 26848, + "checksum": "SHA-256:898a15cd085f530f0c8a2f498955c9ec10a038842dc58a6296533de99300be19" }, { - "name": "Adafruit BNO08x", - "version": "1.1.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", - "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_BNO08x", - "category": "Sensors", + "name": "Kadita", + "version": "1.1.1", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { "name": "Adafruit Unified Sensor" }, { - "name": "Adafruit BusIO" + "name": "DHT sensor library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.0.zip", - "archiveFileName": "Adafruit_BNO08x-1.1.0.zip", - "size": 83463, - "checksum": "SHA-256:d13644f484431871bb0e1432045835da35527abc2ddcc9b1ba9fb6ff5986e931" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.1.1.zip", + "archiveFileName": "Kadita-1.1.1.zip", + "size": 26845, + "checksum": "SHA-256:c944d2a3358fbedd86f2203ceb2b8d954e72af7633365a64e0436ba79d38d907" }, { - "name": "Adafruit BNO08x", - "version": "1.1.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the BNO08x sensors in the Adafruit shop", - "paragraph": "Arduino library for the BNO08x sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_BNO08x", - "category": "Sensors", + "name": "Kadita", + "version": "1.2.1", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_BNO08x.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { "name": "Adafruit Unified Sensor" }, + { + "name": "DHT sensor library" + }, { "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x-1.1.1.zip", - "archiveFileName": "Adafruit_BNO08x-1.1.1.zip", - "size": 83552, - "checksum": "SHA-256:8de81b2059d36a5be016ba0092f960e1dab78d23af575141636c844af0202ffc" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.2.1.zip", + "archiveFileName": "Kadita-1.2.1.zip", + "size": 28487, + "checksum": "SHA-256:1fa367d2128383d4e96219ba20e9b7600f1bfdaae16a81611d628a8ce34b9748" }, { - "name": "Adafruit BNO08x RVC", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", - "paragraph": "Arduino library for the BNO08x_RVC sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_BNO08x_RVC", - "category": "Sensors", + "name": "Kadita", + "version": "1.2.2", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_BNO08x_RVC.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { "name": "Adafruit Unified Sensor" }, + { + "name": "DHT sensor library" + }, { "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_BNO08x_RVC-1.0.0.zip", - "archiveFileName": "Adafruit_BNO08x_RVC-1.0.0.zip", - "size": 10300, - "checksum": "SHA-256:a0a8a9ea219bc796e6ffb594afbec4b122e228353532f2f72367e43681c7d602" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.2.2.zip", + "archiveFileName": "Kadita-1.2.2.zip", + "size": 34662, + "checksum": "SHA-256:2974560334934f322f306ca56ae0c235f47b7f94ee4754c56f363fdaf1b349c6" }, { - "name": "UPnP_Generic", - "version": "3.1.4", - "author": "Ofek Pearl, Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", - "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", - "website": "https://github.com/khoih-prog/UPnP_Generic", - "category": "Communication", + "name": "Kadita", + "version": "1.3.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", "providesIncludes": [ - "UPnP_Generic.h" + "Kadita.h" ], "dependencies": [ { - "name": "ESP8266WebServer" + "name": "Adafruit Unified Sensor" }, { - "name": "WebServer" + "name": "DHT sensor library" }, { - "name": "WiFiNINA_Generic" + "name": "Adafruit BusIO" }, { - "name": "EthernetWebServer" + "name": "Adafruit GFX Library" }, { - "name": "EthernetWebServer_STM32" + "name": "Adafruit SH110X" }, { - "name": "WiFiWebServer" + "name": "Adafruit AHTX0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.1.4.zip", - "archiveFileName": "UPnP_Generic-3.1.4.zip", - "size": 610753, - "checksum": "SHA-256:155ff354a70f7aff6213198d4cecc82bb15fdd0f242e7672e1730149afb6ca9c" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.3.0.zip", + "archiveFileName": "Kadita-1.3.0.zip", + "size": 38292, + "checksum": "SHA-256:dc1fa08118a8f8fabc1cf4b628275c6870ee5e9762a85c96e3eb93ae886e8d16" }, { - "name": "UPnP_Generic", - "version": "3.1.5", - "author": "Ofek Pearl, Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi.", - "paragraph": "A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi. It is designed to be light-weight and can run only on Ethernet or WiFi hardware/library supporting UDP Multicast.", - "website": "https://github.com/khoih-prog/UPnP_Generic", - "category": "Communication", + "name": "Kadita", + "version": "1.4.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/UPnP_Generic.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", "providesIncludes": [ - "UPnP_Generic.h" + "Kadita.h" ], "dependencies": [ { - "name": "WiFiNINA_Generic" + "name": "Adafruit Unified Sensor" }, { - "name": "EthernetWebServer" + "name": "DHT sensor library" }, { - "name": "EthernetWebServer_STM32" + "name": "Adafruit BusIO" }, { - "name": "WiFiWebServer" + "name": "Adafruit GFX Library" }, { - "name": "ESP8266_AT_WebServer" + "name": "Adafruit SH110X" }, { - "name": "WiFiNINA_Generic" + "name": "Adafruit AHTX0" }, { - "name": "DDNS_Generic" + "name": "PCF8574 library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/UPnP_Generic-3.1.5.zip", - "archiveFileName": "UPnP_Generic-3.1.5.zip", - "size": 692165, - "checksum": "SHA-256:43048275b02c8cfa09a8b55f395089f8ec73032c85b641f25c8d020a11388886" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.4.0.zip", + "archiveFileName": "Kadita-1.4.0.zip", + "size": 40427, + "checksum": "SHA-256:6dd56e2c443bb5fc9268a9456b1fb69250bc21cb956a0ecb573ed0fc0b375183" }, { - "name": "STM32duino VL53L1", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/VL53L1", - "category": "Device Control", + "name": "Kadita", + "version": "1.5.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/VL53L1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.0.zip", - "archiveFileName": "STM32duino_VL53L1-1.0.0.zip", - "size": 236624, - "checksum": "SHA-256:fbd5688dcccd0a2730efb7508c0fb032ae2fc66a84854f7ad702df6c53cf5dff" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.5.0.zip", + "archiveFileName": "Kadita-1.5.0.zip", + "size": 42952, + "checksum": "SHA-256:282297898f643375d5c35bb43552fb539e949cdfe7c6fe22b3e85f175dd1d29e" }, { - "name": "STM32duino VL53L1", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/VL53L1", - "category": "Device Control", + "name": "Kadita", + "version": "1.6.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/VL53L1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.1.zip", - "archiveFileName": "STM32duino_VL53L1-1.0.1.zip", - "size": 236609, - "checksum": "SHA-256:ecce8190ccdf78ab15299f27d32b036a1065e2e031f87047ba548356177d7b76" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "HX711 Arduino Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.6.0.zip", + "archiveFileName": "Kadita-1.6.0.zip", + "size": 45978, + "checksum": "SHA-256:771a7af7ab27d4977c9f5d248be0d163edff1adda6a799fa79b63f90b3879e09" }, { - "name": "STM32duino VL53L1", - "version": "1.0.2", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L1 (Time-of-Flight)", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/VL53L1", - "category": "Device Control", + "name": "Kadita", + "version": "1.7.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/VL53L1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L1-1.0.2.zip", - "archiveFileName": "STM32duino_VL53L1-1.0.2.zip", - "size": 236684, - "checksum": "SHA-256:14217eb483837000c2701d63b4121e8ecdf05ce3a21392ea6bf935ad18f28a98" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "LiquidCrystal_I2C" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.7.0.zip", + "archiveFileName": "Kadita-1.7.0.zip", + "size": 45672, + "checksum": "SHA-256:ced83648533e2a2019f878813f3b95806d0de1bbf26782c0b0ace36f27f0c34e" }, { - "name": "STM32duino X-NUCLEO-53L1A2", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", - "category": "Device Control", + "name": "Kadita", + "version": "1.7.1", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "STM32duino VL53L1" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-1.0.0.zip", - "size": 13824, - "checksum": "SHA-256:5045a293c511fea8fc717327c70855805b48a77451378f66cfee5d4ded7649f0" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.7.1.zip", + "archiveFileName": "Kadita-1.7.1.zip", + "size": 45659, + "checksum": "SHA-256:2cb0c1c72fa487b94cc9737249ed1821648daa509988c217c108ff17cf575a3c" }, { - "name": "STM32duino X-NUCLEO-53L1A2", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L1 sensors on board of X-NUCLEO-53L1A2", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/X-NUCLEO-53L1A2", - "category": "Device Control", + "name": "Kadita", + "version": "1.8.1", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-53L1A2.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "STM32duino VL53L1" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L1A2-1.0.1.zip", - "archiveFileName": "STM32duino_X_NUCLEO_53L1A2-1.0.1.zip", - "size": 13891, - "checksum": "SHA-256:b7d60cdf8b14a4762d0669a0e4cdcd434b0abe7ac583e4e31837b35eb0bd4151" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.8.1.zip", + "archiveFileName": "Kadita-1.8.1.zip", + "size": 48089, + "checksum": "SHA-256:beff647f8d7d2ed8dd2d620b5f499e08765daebfd634a90e7a077b9d869c648b" }, { - "name": "STM32duino VL53L3CX", - "version": "1.0.0", - "author": "STMicroelectronics", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", - "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", - "website": "https://github.com/stm32duino/VL53L3CX", - "category": "Device Control", + "name": "Kadita", + "version": "1.9.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/VL53L3CX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.0.zip", - "archiveFileName": "STM32duino_VL53L3CX-1.0.0.zip", - "size": 171449, - "checksum": "SHA-256:64b26633715ca53476d6e64bfd157d0c6ac039c5f49ea87912e40bc985b4f461" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.9.0.zip", + "archiveFileName": "Kadita-1.9.0.zip", + "size": 49536, + "checksum": "SHA-256:a5e225aa844d923a843c4ac2f07b4901005444b5c3b915b05d789162859c9ba8" }, { - "name": "STM32duino VL53L3CX", - "version": "1.0.1", - "author": "STMicroelectronics", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", - "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", - "website": "https://github.com/stm32duino/VL53L3CX", - "category": "Device Control", + "name": "Kadita", + "version": "1.10.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/VL53L3CX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.1.zip", - "archiveFileName": "STM32duino_VL53L3CX-1.0.1.zip", - "size": 171208, - "checksum": "SHA-256:2ace69c133f9afde01ef4e86d425a837babf3d84a6ca1d21df6450ca56d695cc" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.10.0.zip", + "archiveFileName": "Kadita-1.10.0.zip", + "size": 50753, + "checksum": "SHA-256:3002a6692be3c3e5d2c0bdd3f2882b3eafa610cd63f99620612f0303ca29d99e" }, { - "name": "STM32duino VL53L3CX", - "version": "1.0.2", - "author": "STMicroelectronics", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L3CX (Time-of-Flight ranging sensor with multi target detection)", - "paragraph": "This library provides simple measure distance in mm, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.", - "website": "https://github.com/stm32duino/VL53L3CX", - "category": "Device Control", + "name": "Kadita", + "version": "1.11.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/VL53L3CX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_VL53L3CX-1.0.2.zip", - "archiveFileName": "STM32duino_VL53L3CX-1.0.2.zip", - "size": 171280, - "checksum": "SHA-256:a702ac4ad63d8fa7f010e90ab68b37c7f115181ffde6b17c7947ee9c8ab0f318" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.11.0.zip", + "archiveFileName": "Kadita-1.11.0.zip", + "size": 51787, + "checksum": "SHA-256:f3e49cfe311e7541d9208b5a00678ebefe504ea41819751b1609fab3b9e7e7e7" }, { - "name": "STM32duino X-NUCLEO-53L3A2", - "version": "1.0.0", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", - "category": "Device Control", + "name": "Kadita", + "version": "1.12.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "STM32duino VL53L3CX" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "FlowMeter" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.0.zip", - "size": 13859, - "checksum": "SHA-256:1532a8a05a2dc8d4accbcc86daa4ed5e3066aee67271a415d7e7e6a1f8c3cb05" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.12.0.zip", + "archiveFileName": "Kadita-1.12.0.zip", + "size": 53308, + "checksum": "SHA-256:2524a66d59d3f9cb11e4d0b6562670690593559765d138aa6f8f304f876d6a1e" }, { - "name": "STM32duino X-NUCLEO-53L3A2", - "version": "1.0.1", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", - "category": "Device Control", + "name": "Kadita", + "version": "1.13.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "STM32duino VL53L3CX" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "FlowMeter" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.1.zip", - "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.1.zip", - "size": 13802, - "checksum": "SHA-256:00929c2c6836c2d9aad5bff997953d526c47ebd762ce052e70adb9c37acd0405" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.13.0.zip", + "archiveFileName": "Kadita-1.13.0.zip", + "size": 57025, + "checksum": "SHA-256:ebcb3db5e100d907409b2dfcaa142f4b18028a0192b72e456e46b35fcc468aab" }, { - "name": "STM32duino X-NUCLEO-53L3A2", - "version": "1.0.2", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", - "category": "Device Control", + "name": "Kadita", + "version": "1.13.1", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "STM32duino VL53L3CX" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.2.zip", - "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.2.zip", - "size": 13864, - "checksum": "SHA-256:4686a9052cdea3dd6812f4878a66f9f072d867d544dddf1243d961da38ad24f5" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.13.1.zip", + "archiveFileName": "Kadita-1.13.1.zip", + "size": 60875, + "checksum": "SHA-256:88f231e3ece72ad5aed49b0fc90dd1ced9ee5c1ec8d70a29c3017cac63e24b67" }, { - "name": "STM32duino X-NUCLEO-53L3A2", - "version": "1.0.3", - "author": "SRA", - "maintainer": "stm32duino", - "sentence": "Allows controlling the VL53L3CX sensors on board of X-NUCLEO-53L3A2", - "paragraph": "This library provides simple range measure in mm and advanced multi-zone and multi-object detection.", - "website": "https://github.com/stm32duino/X-NUCLEO-53L3A2", - "category": "Device Control", + "name": "Kadita", + "version": "1.14.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-53L3A2.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "STM32duino VL53L3CX" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_53L3A2-1.0.3.zip", - "archiveFileName": "STM32duino_X_NUCLEO_53L3A2-1.0.3.zip", - "size": 13865, - "checksum": "SHA-256:c06df7567b708b1a19165e832f966557d8e968800a9297f7ab976f3543fbd54c" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.14.0.zip", + "archiveFileName": "Kadita-1.14.0.zip", + "size": 75840, + "checksum": "SHA-256:14ddae489044082886b9b84e1a4286b5d345bdd72f5ccb572a2c851415025810" }, { - "name": "STM32duino X-NUCLEO-IHM05A1", - "version": "1.0.0", - "author": "STMicroelectronics", - "maintainer": "stm32duino", - "sentence": "Allows controlling the ST X-NUCLEO-IHM05A1 expansion board", - "paragraph": "This library provides the drivers and a sample application to control ST X-NUCLEO-IHM05A1 expansion board", - "website": "https://github.com/stm32duino/X-NUCLEO-IHM05A1", - "category": "Device Control", + "name": "Kadita", + "version": "1.14.2", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stm32duino/X-NUCLEO-IHM05A1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IHM05A1-1.0.0.zip", - "archiveFileName": "STM32duino_X_NUCLEO_IHM05A1-1.0.0.zip", - "size": 41307, - "checksum": "SHA-256:fabec112b67cc0f8568ad3eda67e5f4aa3af8a6e3f44e9a54a7b1e2eb9c07e88" - }, - { - "name": "Timer-CAM", - "version": "0.0.1", - "author": "M5Stack", - "maintainer": "Eeebin\u003cEeebin@@m5stack.com\u003e", - "sentence": "Library for M5Stack Timer-CAM development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/TimerCam-arduino.git", - "category": "Device Control", - "architectures": [ - "esp32" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + } ], - "repository": "https://github.com/m5stack/TimerCam-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/Timer_CAM-0.0.1.zip", - "archiveFileName": "Timer_CAM-0.0.1.zip", - "size": 32286, - "checksum": "SHA-256:573619e3b60d27f6a5a4c1afe86706f240e0d554ffede4fcf4c6df8ed4ff837d" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.14.2.zip", + "archiveFileName": "Kadita-1.14.2.zip", + "size": 75977, + "checksum": "SHA-256:ea1147b735a168e7330bc358fb1b5c6f4dd24e77bc9a976ed89952c52789b952" }, { - "name": "I2cMultipleMotors_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Multiple motors driver", - "paragraph": "It supply protocol to control multiple motors via I2C.", - "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", - "category": "Device Control", + "name": "Kadita", + "version": "1.15.1", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "utils_asukiaaa" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.0.0.zip", - "archiveFileName": "I2cMultipleMotors_asukiaaa-1.0.0.zip", - "size": 5088, - "checksum": "SHA-256:b3221eebb371ab217e20765d8a937908a9896111134a7229fb6b10d5d7024f24" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.15.1.zip", + "archiveFileName": "Kadita-1.15.1.zip", + "size": 77140, + "checksum": "SHA-256:f65cb384cfc6a7a324fe25401427d07010c151c7c82a86d06462673a4a5d39d5" }, { - "name": "I2cMultipleMotors_asukiaaa", - "version": "1.1.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Multiple motors driver", - "paragraph": "It supply protocol to control multiple motors via I2C.", - "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", - "category": "Device Control", + "name": "Kadita", + "version": "1.15.2", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "utils_asukiaaa" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.1.0.zip", - "archiveFileName": "I2cMultipleMotors_asukiaaa-1.1.0.zip", - "size": 5696, - "checksum": "SHA-256:9437a22157f3d5dabb10094f2306ab01e85ca7ac885760366eed2763786ec879" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.15.2.zip", + "archiveFileName": "Kadita-1.15.2.zip", + "size": 77309, + "checksum": "SHA-256:aae756da6e6e567a3962266a8a26e3e988e3230e55e3c2226f3bb2e9369e2336" }, { - "name": "I2cMultipleMotors_asukiaaa", - "version": "1.2.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Multiple motors driver", - "paragraph": "It supply protocol to control multiple motors via I2C.", - "website": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa", - "category": "Device Control", + "name": "Kadita", + "version": "1.15.3", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/I2cMultipleMotors_asukiaaa.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "wire_asukiaaa" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/I2cMultipleMotors_asukiaaa-1.2.0.zip", - "archiveFileName": "I2cMultipleMotors_asukiaaa-1.2.0.zip", - "size": 5914, - "checksum": "SHA-256:d5f4ab46c8bfe391bba9b8064ec1e3ad765e33e17ab5de96e0d17c163e337ef1" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.15.3.zip", + "archiveFileName": "Kadita-1.15.3.zip", + "size": 77640, + "checksum": "SHA-256:31f7de5de80bbbf3bf249dfb069a3a0271d5a84e5186e0f19dde7e4eb7eb24d9" }, { - "name": "SparkFun Qwiic GPIO TCA9534 Arduino Library", - "version": "1.0.0", - "author": "Andy England", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "A library to drive the TCA9534 I2C-\u003eGPIO", - "paragraph": "The Qwiic GPIO breaks out 8 extra GPIO on an I2C bus. With 8 configurable addresses, that's 64 extra GPIO on a single I2C Bus.", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_GPIO_Arduino_Library", - "category": "Uncategorized", + "name": "Kadita", + "version": "1.15.4", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_GPIO_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_GPIO_TCA9534_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_GPIO_TCA9534_Arduino_Library-1.0.0.zip", - "size": 16009, - "checksum": "SHA-256:81a90cd8a489afdee0525917a312ff464d7c71e75666d99796c024d5c33075de" - }, - { - "name": "MkrGsm1400IoT", - "version": "1.1.0", - "author": "Philip Decker", - "maintainer": "Philip Decker", - "sentence": "A set of useful functions for the Arduino MKR GSM 1400 to use it for IoT. As example: Store integer into Telephonebook and read them after a reset.", - "paragraph": "This library is designed to leverage the capabilities of the u-blox SARA-U201 and enhance the Arduino MKR GSM 1400 for use as an IoT device.", - "website": "https://github.com/phlpjo/MkrGsm1400IoT", - "category": "Communication", - "architectures": [ - "samd" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/phlpjo/MkrGsm1400IoT.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", "providesIncludes": [ - "MKRGSM.h", - "MkrGsm1400IoT.h" + "Kadita.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/phlpjo/MkrGsm1400IoT-1.1.0.zip", - "archiveFileName": "MkrGsm1400IoT-1.1.0.zip", - "size": 16235, - "checksum": "SHA-256:92a301ec4b78fb6af0a73e766b226bc0bf7e1c22a8b82fd16f7d781524f897fe" + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.15.4.zip", + "archiveFileName": "Kadita-1.15.4.zip", + "size": 79548, + "checksum": "SHA-256:09ee208627b62629c7a10b39ad83402071475193042795218f0f1305a82bc402" }, { - "name": "LoRandom", - "version": "1.0.0", - "author": "Kongduino", - "maintainer": "Kongduino \u003cKongduino@protonmail.com\u003e", - "sentence": "A library using Semtech's sx1276/7/8/9's `RegRssiWideband` register properly to generate random numbers.", - "paragraph": "This was written for Sandeep Mistry's library, but is easily adaptable to other platforms. See [this issue](https://github.com/sandeepmistry/arduino-LoRa/issues/394) for context.", - "website": "https://github.com/Kongduino/LoRandom", - "category": "Data Processing", + "name": "Kadita", + "version": "1.16.0", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Kongduino/LoRandom.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Kongduino/LoRandom-1.0.0.zip", - "archiveFileName": "LoRandom-1.0.0.zip", - "size": 139279, - "checksum": "SHA-256:ddeec4078ee97c1b979a330926eb91cd5d261d7eae287b301000923e1fc2bf9d" - }, - { - "name": "rs485_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Functions and classes about rs485 modbus.", - "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", - "website": "https://github.com/asukiaaa/arduino-rs485", - "category": "Communication", - "architectures": [ - "*" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" + } ], - "repository": "https://github.com/asukiaaa/arduino-rs485.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.0.0.zip", - "archiveFileName": "rs485_asukiaaa-1.0.0.zip", - "size": 4486, - "checksum": "SHA-256:bfdb6efa0c8bec8ef152504a6632348f506a748ce89c70c0b14ad56cae58b5cf" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.16.0.zip", + "archiveFileName": "Kadita-1.16.0.zip", + "size": 89871, + "checksum": "SHA-256:01a805fd17789df5466935c51142f0e3b1f028e0dc804e9104e071a5a57297b2" }, { - "name": "rs485_asukiaaa", - "version": "1.1.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Functions and classes about rs485 modbus.", - "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", - "website": "https://github.com/asukiaaa/arduino-rs485", - "category": "Communication", + "name": "Kadita", + "version": "1.16.1", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/arduino-rs485.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.0.zip", - "archiveFileName": "rs485_asukiaaa-1.1.0.zip", - "size": 4714, - "checksum": "SHA-256:0ae96641d4dd0dcf1e4eb8452ed69025b066840ff15568a0fca92dd73156197d" - }, - { - "name": "rs485_asukiaaa", - "version": "1.1.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Functions and classes about rs485 modbus.", - "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", - "website": "https://github.com/asukiaaa/arduino-rs485", - "category": "Communication", - "architectures": [ - "*" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" + } ], - "repository": "https://github.com/asukiaaa/arduino-rs485.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.1.zip", - "archiveFileName": "rs485_asukiaaa-1.1.1.zip", - "size": 5551, - "checksum": "SHA-256:90ef2271c9e73d8f24c36158f2ac27d451310812d0d48ee5a8a1ea3ef6b5d622" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.16.1.zip", + "archiveFileName": "Kadita-1.16.1.zip", + "size": 97060, + "checksum": "SHA-256:e92cdd374a53a07cb99344596a53aacc2ca61f864a137abc7250bb75b92ea3bc" }, { - "name": "rs485_asukiaaa", - "version": "1.1.2", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Functions and classes about rs485 modbus.", - "paragraph": "This library supplies functions and a classes to create modbus peripheral and central.", - "website": "https://github.com/asukiaaa/arduino-rs485", - "category": "Communication", + "name": "Kadita", + "version": "1.16.2", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/arduino-rs485.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/rs485_asukiaaa-1.1.2.zip", - "archiveFileName": "rs485_asukiaaa-1.1.2.zip", - "size": 5510, - "checksum": "SHA-256:f8457036c03093b041922cdf4513bc3e9a09c9daa137093f36b27b7ee20e11d6" + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.16.2.zip", + "archiveFileName": "Kadita-1.16.2.zip", + "size": 97277, + "checksum": "SHA-256:36501c4c029fecba0be98c1caaa09a5f589b01c0ae9ee9cace485ee4f3d66e6f" }, { - "name": "StreamlabsArduinoAlerts", - "version": "0.1.0", - "author": "Luca Taddeo", - "maintainer": "Luca Taddeo", - "sentence": "Library to get Streamlabs event from Twitch", - "paragraph": "A work in progress library to connect to your Streamlabs account and catch all the Twitch events.", - "website": "https://github.com/lucalas/StreamlabsArduinoAlerts", - "category": "Communication", + "name": "Kadita", + "version": "1.16.3", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucalas/StreamlabsArduinoAlerts.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", + "providesIncludes": [ + "Kadita.h" + ], "dependencies": [ { - "name": "SocketIoClient" + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lucalas/StreamlabsArduinoAlerts-0.1.0.zip", - "archiveFileName": "StreamlabsArduinoAlerts-0.1.0.zip", - "size": 5762, - "checksum": "SHA-256:0e22030727e8e582d6208f85ef96c205972cfbaf3a57273091a408151029e4d7" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.16.3.zip", + "archiveFileName": "Kadita-1.16.3.zip", + "size": 97278, + "checksum": "SHA-256:00d51aa8436b27a4250cfb9afa0464b0e7a9fdf889c7022cc4f20c8f21458799" }, { - "name": "esp_abus", - "version": "0.0.1", - "author": "killer0071234", - "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", - "sentence": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", - "paragraph": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", - "website": "https://github.com/killer0071234/esp_abus", - "category": "Communication", + "name": "Kadita", + "version": "1.16.6", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/killer0071234/esp_abus.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", "providesIncludes": [ - "abus_socket.h" + "Kadita.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.1.zip", - "archiveFileName": "esp_abus-0.0.1.zip", - "size": 10484, - "checksum": "SHA-256:6c9f4f3ace030f544a5eb3d840b05e0b95397c76a044e77dda0b84873a72d23b" + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.16.6.zip", + "archiveFileName": "Kadita-1.16.6.zip", + "size": 99018, + "checksum": "SHA-256:1687b447b144f9e6c72f0a4f900c59a246fdd7d6fbf094c11efe723448f7976a" }, { - "name": "esp_abus", - "version": "0.0.2", - "author": "killer0071234", - "maintainer": "Daniel Gangl \u003ckiller007@gmx.at\u003e", - "sentence": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", - "paragraph": "A library to communicate between PLCs from Cybrotech and ESP32 / ESP8266 over WiFi", - "website": "https://github.com/killer0071234/esp_abus", - "category": "Communication", + "name": "Kadita", + "version": "1.16.7", + "author": "Kastara Technology", + "maintainer": "Kastara Technology", + "sentence": "[BETA] Library for beginner.", + "paragraph": "For educational purpose.", + "website": "https://github.com/Kastara-Digital-Technology/Kadita", + "category": "Other", "architectures": [ - "espressif8266", - "espressif32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/killer0071234/esp_abus.git", + "repository": "https://github.com/Kastara-Digital-Technology/Kadita.git", "providesIncludes": [ - "abus_socket.h" + "Kadita.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/killer0071234/esp_abus-0.0.2.zip", - "archiveFileName": "esp_abus-0.0.2.zip", - "size": 10515, - "checksum": "SHA-256:f65daab76883e07735d804ece53acb504039a3abc15048a6b42e7ab63fbb6dd1" - }, - { - "name": "EasyPCF8574", - "version": "1.0.0", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Generic library for PCF8574 easy to use", - "paragraph": "Generic library for PCF8574 easy to use", - "website": "https://github.com/DjamesSuhanko/EasyPCF8574", - "category": "Device Control", - "architectures": [], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "DHT sensor library" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit GFX Library" + }, + { + "name": "Adafruit SH110X" + }, + { + "name": "Adafruit AHTX0" + }, + { + "name": "PCF8574 library" + }, + { + "name": "LoRa" + }, + { + "name": "HX711 Arduino Library" + }, + { + "name": "Adafruit MAX31865 library" + }, + { + "name": "OneWire" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit BME280 Library" + }, + { + "name": "NewPing" + }, + { + "name": "MAX6675 library" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "Adafruit INA219" + }, + { + "name": "MD_MAX72XX" + } ], - "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.0.zip", - "archiveFileName": "EasyPCF8574-1.0.0.zip", - "size": 3313, - "checksum": "SHA-256:5e014408c878257cce623fd3de812c0575f03b2aea9bb6c301d6934e98816852" + "url": "https://downloads.arduino.cc/libraries/github.com/Kastara-Digital-Technology/Kadita-1.16.7.zip", + "archiveFileName": "Kadita-1.16.7.zip", + "size": 99151, + "checksum": "SHA-256:d562070f7f8aebfbc88a6455e7cf0e7ef0d4d606c0d32d94ade83d71fd85d9ad" }, { - "name": "EasyPCF8574", + "name": "ESP32RotaryEncoder", "version": "1.0.2", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Generic library for PCF8574 easy to use", - "paragraph": "Generic library for PCF8574 easy to use", - "website": "https://github.com/DjamesSuhanko/EasyPCF8574", - "category": "Device Control", - "architectures": [], + "author": "Matthew Clark", + "maintainer": "Matthew Clark", + "sentence": "Use a rotary encoder with your ESP32 easily!", + "paragraph": "This library uses interrupts for instant detection of knob turns or button presses (with software de-bounce) without blocking or other delays.", + "website": "https://github.com/MaffooClock/ESP32RotaryEncoder", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.2.zip", - "archiveFileName": "EasyPCF8574-1.0.2.zip", - "size": 3745, - "checksum": "SHA-256:1b79c3bd7a41cd5e330749ad2ab98aefe765a830017d0dc9fadc4085888e9b9f" + "repository": "https://github.com/MaffooClock/ESP32RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaffooClock/ESP32RotaryEncoder-1.0.2.zip", + "archiveFileName": "ESP32RotaryEncoder-1.0.2.zip", + "size": 15105, + "checksum": "SHA-256:c46b4e07fee4cc5956c8dc64413e9b6b3a2723e90adcde43545aa14cc5abc022" }, { - "name": "EasyPCF8574", + "name": "ESP32RotaryEncoder", "version": "1.0.3", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Generic library for PCF8574 easy to use", - "paragraph": "Generic library for PCF8574 easy to use", - "website": "https://github.com/DjamesSuhanko/EasyPCF8574", - "category": "Device Control", - "architectures": [], + "author": "Matthew Clark", + "maintainer": "Matthew Clark", + "sentence": "Use a rotary encoder with your ESP32 easily!", + "paragraph": "This library uses interrupts for instant detection of knob turns or button presses (with software de-bounce) without blocking or other delays.", + "website": "https://github.com/MaffooClock/ESP32RotaryEncoder", + "category": "Signal Input/Output", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.3.zip", - "archiveFileName": "EasyPCF8574-1.0.3.zip", - "size": 3748, - "checksum": "SHA-256:d85844d409cf0a1f675773142a1ea0355681af0393f92bd344a84fa168710227" + "repository": "https://github.com/MaffooClock/ESP32RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaffooClock/ESP32RotaryEncoder-1.0.3.zip", + "archiveFileName": "ESP32RotaryEncoder-1.0.3.zip", + "size": 15174, + "checksum": "SHA-256:3ee581501d66960189aa0a668835d9750d17252913f4609cbed2fe78aaee8274" }, { - "name": "EasyPCF8574", + "name": "ESP32RotaryEncoder", "version": "1.0.4", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Generic library for PCF8574 easy to use", - "paragraph": "Generic library for PCF8574 easy to use", - "website": "https://github.com/DjamesSuhanko/EasyPCF8574", - "category": "Device Control", + "author": "Matthew Clark", + "maintainer": "Matthew Clark", + "sentence": "Use a rotary encoder with your ESP32 easily!", + "paragraph": "This library uses interrupts for instant detection of knob turns or button presses (with software de-bounce) without blocking or other delays.", + "website": "https://github.com/MaffooClock/ESP32RotaryEncoder", + "category": "Signal Input/Output", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyPCF8574.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyPCF8574-1.0.4.zip", - "archiveFileName": "EasyPCF8574-1.0.4.zip", - "size": 3760, - "checksum": "SHA-256:1adcb455b84c0b0015486ac0be5106cff21bab57a1b2da8123edc14b99bcf424" + "repository": "https://github.com/MaffooClock/ESP32RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaffooClock/ESP32RotaryEncoder-1.0.4.zip", + "archiveFileName": "ESP32RotaryEncoder-1.0.4.zip", + "size": 15180, + "checksum": "SHA-256:d0491615d9485ba808a49021e5ef669a155cc18eefbdfb76f6ef8b33a31bc3c6" }, { - "name": "SimpleTicker", - "version": "1.0.0", - "author": "JSC electronics", - "maintainer": "JSC electronics, development@jsce.cz", - "license": "Apache-2.0", - "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", - "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", - "website": "https://github.com/JSC-electronics/Ticker", - "category": "Timing", + "name": "ESP32RotaryEncoder", + "version": "1.1.0", + "author": "Matthew Clark", + "maintainer": "Matthew Clark", + "sentence": "Use a rotary encoder with your ESP32 easily!", + "paragraph": "This library uses interrupts for instant detection of knob turns or button presses (with software de-bounce) without blocking or other delays.", + "website": "https://github.com/MaffooClock/ESP32RotaryEncoder", + "category": "Signal Input/Output", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Ticker.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-1.0.0.zip", - "archiveFileName": "SimpleTicker-1.0.0.zip", - "size": 46612, - "checksum": "SHA-256:94da8000ab82505435d32b71c32db870d904eaa111263488140bb6edbc334846" + "repository": "https://github.com/MaffooClock/ESP32RotaryEncoder.git", + "url": "https://downloads.arduino.cc/libraries/github.com/MaffooClock/ESP32RotaryEncoder-1.1.0.zip", + "archiveFileName": "ESP32RotaryEncoder-1.1.0.zip", + "size": 20523, + "checksum": "SHA-256:ad7931e76b0696e3fa3ae14876bec7fce3f5c064fc5a455407edfaacf0dacfdb" }, { - "name": "SimpleTicker", - "version": "1.0.2", - "author": "JSC electronics", - "maintainer": "JSC electronics, development@jsce.cz", - "license": "Apache-2.0", - "sentence": "A library for creating Tickers, which will notify user that a given period has elapsed. Replaces delay() and allows users to write non-blocking code.", - "paragraph": "This library allows you to write non-blocking code. First, you create a new instance of Ticker, where you specify time period you want to track. Then you periodically call Ticker#perform() method, and after the period elapses, counter will be non-zero.", - "website": "https://github.com/JSC-electronics/Ticker", - "category": "Timing", + "name": "PreferencesCLI", + "version": "1.0.0", + "author": "Andrew Burks", + "maintainer": "Burks Builds \u003csoftware@burksbuilds.com\u003e", + "sentence": "Arduino library to allow access to the Preferences library via the SimpleCLI library.", + "paragraph": "Supports get, put, clear of most data types from the Preferences Library.", + "website": "https://github.com/burksbuilds/PreferencesCLI", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/JSC-electronics/Ticker.git", - "url": "https://downloads.arduino.cc/libraries/github.com/JSC-electronics/SimpleTicker-1.0.2.zip", - "archiveFileName": "SimpleTicker-1.0.2.zip", - "size": 46699, - "checksum": "SHA-256:2e5c6ad341b783a0fe1addb56fbc19b7d342617e5d2827d6c49ae0feedd4dbaa" + "repository": "https://github.com/burksbuilds/PreferencesCLI.git", + "providesIncludes": [ + "PreferencesCLI.h" + ], + "dependencies": [ + { + "name": "SimpleCLI" + }, + { + "name": "Preferences" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/burksbuilds/PreferencesCLI-1.0.0.zip", + "archiveFileName": "PreferencesCLI-1.0.0.zip", + "size": 13055, + "checksum": "SHA-256:35e4425efdecf2ec693a541497539c71cd0091f39d0665b3ac65b3bd52508be6" }, { - "name": "LCD_I2C", + "name": "Amytol_Sample", "version": "1.0.0", - "author": "Blackhack", - "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", - "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", - "paragraph": "The library uses the Wire.h library for I2C comunications.", - "website": "https://github.com/blackhack/LCD_I2C", - "category": "Display", + "author": "Andrew Morgan", + "maintainer": "Andrew Morgan", + "sentence": "A library and samples to get you started", + "paragraph": "This is an Arduino library used to demonstrate how you can extend the functionality of Arduino.", + "website": "https://github.com/and900/Amytol_Sample", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blackhack/LCD_I2C.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-1.0.0.zip", - "archiveFileName": "LCD_I2C-1.0.0.zip", - "size": 18078, - "checksum": "SHA-256:8c9a3aa0965b9d5c230d570dc61aa1f66acdd30bdcbd3a9c748fffdd1bd30531" - }, - { - "name": "LCD_I2C", - "version": "2.0.0", - "author": "Blackhack", - "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", - "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", - "paragraph": "The library uses the Wire.h library for I2C comunications.", - "website": "https://github.com/blackhack/LCD_I2C", - "category": "Display", - "architectures": [ - "*" + "repository": "https://github.com/and900/Amytol_Sample.git", + "providesIncludes": [ + "Amytol.h", + "Amytol_Sample.h", + "AmytolNewPing.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "Grove Ultrasonic Ranger" + } ], - "repository": "https://github.com/blackhack/LCD_I2C.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.0.0.zip", - "archiveFileName": "LCD_I2C-2.0.0.zip", - "size": 18075, - "checksum": "SHA-256:1dd58b4c5ca0fb464455740b913fb7d55521885cd28bac3bd84053ca234fb3ae" + "url": "https://downloads.arduino.cc/libraries/github.com/and900/Amytol_Sample-1.0.0.zip", + "archiveFileName": "Amytol_Sample-1.0.0.zip", + "size": 19514, + "checksum": "SHA-256:ba7549ad62eea2263be5fbd0dd60459fcb56bd86efd82a69e772300365eed2b9" }, - { - "name": "LCD_I2C", - "version": "2.2.0", - "author": "Blackhack", - "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", - "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", - "paragraph": "The library uses the Wire.h library for I2C comunications.", - "website": "https://github.com/blackhack/LCD_I2C", - "category": "Display", + { + "name": "SignalAcquisition", + "version": "1.0.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A library for the Arduino IDE that allows you to sample signals at regular intervals, and send the resulting samples, in batches, over a serial port using a simple binary protocol.", + "paragraph": "The signal acquisition routines can optionally be configured and debugged on-the-fly via the serial port, thanks to the Keyhole library. The SignalAcquisition library is compatible with the BCI2000 platform for signal acquisition, recording, and real-time processing", + "website": "https://bitbucket.org/jezhill/SignalAcquisition", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blackhack/LCD_I2C.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.2.0.zip", - "archiveFileName": "LCD_I2C-2.2.0.zip", - "size": 20963, - "checksum": "SHA-256:c86db80ba2c252d6dabac60b1108d1aaaf59da22423313a9f0d814ae44dea46b" + "repository": "https://bitbucket.org/jezhill/SignalAcquisition.git", + "dependencies": [ + { + "name": "Keyhole" + } + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/SignalAcquisition-1.0.0.zip", + "archiveFileName": "SignalAcquisition-1.0.0.zip", + "size": 13429, + "checksum": "SHA-256:e09d1fd62ac145dfbc1987cff8d90535dbd8037c452164052ce883c601ee7a4c" }, { - "name": "LCD_I2C", - "version": "2.2.1", - "author": "Blackhack", - "maintainer": "Blackhack \u003cdavidaristi.0504@gmail.com\u003e", - "sentence": "A library to control a 16x2 LCD via an I2C adapter based on PCF8574.", - "paragraph": "The library uses the Wire.h library for I2C comunications.", - "website": "https://github.com/blackhack/LCD_I2C", - "category": "Display", + "name": "SignalAcquisition", + "version": "1.0.1", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A library for the Arduino IDE that allows you to sample signals at regular intervals, and send the resulting samples, in batches, over a serial port using a simple binary protocol.", + "paragraph": "The signal acquisition routines can optionally be configured and debugged on-the-fly via the serial port, thanks to the Keyhole library. The SignalAcquisition library is compatible with the BCI2000 platform for signal acquisition, recording, and real-time processing", + "website": "https://bitbucket.org/jezhill/SignalAcquisition", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/blackhack/LCD_I2C.git", - "url": "https://downloads.arduino.cc/libraries/github.com/blackhack/LCD_I2C-2.2.1.zip", - "archiveFileName": "LCD_I2C-2.2.1.zip", - "size": 20970, - "checksum": "SHA-256:7aa9fec02f87c7fc42b99a6228f608fdff180edc3adcaeeb4a5edc0b2a78b482" + "repository": "https://bitbucket.org/jezhill/SignalAcquisition.git", + "dependencies": [ + { + "name": "Keyhole" + } + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/SignalAcquisition-1.0.1.zip", + "archiveFileName": "SignalAcquisition-1.0.1.zip", + "size": 14173, + "checksum": "SHA-256:ff5817ceb5fc22dff8968f9bae1172dc6f2bbe5513b7facd84daeead0d2ee067" }, { - "name": "CodeCodeCodec Library", - "version": "0.1.77013", - "author": "CodeCodeCodec", - "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", - "sentence": "Arduino library for CodeCodeCodec's projects.", - "paragraph": "Arduino library for CodeCodeCodec's projects.", - "website": "https://github.com/codecodecodec/CCC_Lib", - "category": "Uncategorized", + "name": "SignalAcquisition", + "version": "1.1.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A library for the Arduino IDE that allows you to sample signals at regular intervals, and send the resulting samples, in batches, over a serial port using a simple binary protocol.", + "paragraph": "The signal acquisition routines can optionally be configured and debugged on-the-fly via the serial port, thanks to the Keyhole library. The SignalAcquisition library is compatible with the BCI2000 platform for signal acquisition, recording, and real-time processing", + "website": "https://bitbucket.org/jezhill/SignalAcquisition", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/codecodecodec/CCC_Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.77013.zip", - "archiveFileName": "CodeCodeCodec_Library-0.1.77013.zip", - "size": 6517, - "checksum": "SHA-256:d6d63c7689797b13edcc848be39b7252e913b912b009264c0569ec674e533f3e" + "repository": "https://bitbucket.org/jezhill/SignalAcquisition.git", + "dependencies": [ + { + "name": "Keyhole" + } + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/SignalAcquisition-1.1.0.zip", + "archiveFileName": "SignalAcquisition-1.1.0.zip", + "size": 14191, + "checksum": "SHA-256:d0885b0b7d6f5683ee3e4419ef8dbdb5aa967f81b27e51a023624f7cbbe6cfa2" }, { - "name": "CodeCodeCodec Library", - "version": "0.1.8", - "author": "CodeCodeCodec", - "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", - "sentence": "Arduino library for CodeCodeCodec's projects.", - "paragraph": "Arduino library for CodeCodeCodec's projects.", - "website": "https://github.com/codecodecodec/CCC_Lib", - "category": "Uncategorized", + "name": "SignalAcquisition", + "version": "1.1.1", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A library for the Arduino IDE that allows you to sample signals at regular intervals, and send the resulting samples, in batches, over a serial port using a simple binary protocol.", + "paragraph": "The signal acquisition routines can optionally be configured and debugged on-the-fly via the serial port, thanks to the Keyhole library. The SignalAcquisition library is compatible with the BCI2000 platform for signal acquisition, recording, and real-time processing", + "website": "https://bitbucket.org/jezhill/SignalAcquisition", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/codecodecodec/CCC_Lib.git", - "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.8.zip", - "archiveFileName": "CodeCodeCodec_Library-0.1.8.zip", - "size": 4299, - "checksum": "SHA-256:1c5aa9ac7672070cdbda1c7c5e77f003c8c8d814ad4dd10bd7b7dae7f03a0511" + "repository": "https://bitbucket.org/jezhill/SignalAcquisition.git", + "dependencies": [ + { + "name": "Keyhole" + } + ], + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/SignalAcquisition-1.1.1.zip", + "archiveFileName": "SignalAcquisition-1.1.1.zip", + "size": 14187, + "checksum": "SHA-256:e2f18c6991d84d0012e92db073c25e807c578d9349a2b607959d15995d139e13" }, { - "name": "CodeCodeCodec Library", - "version": "0.1.85", - "author": "CodeCodeCodec", - "maintainer": "CodeCodeCodec \u003ccontact@codecodecodec.com\u003e", - "sentence": "Arduino library for CodeCodeCodec's projects.", - "paragraph": "Arduino library for CodeCodeCodec's projects.", - "website": "https://github.com/codecodecodec/CCC_Lib", - "category": "Uncategorized", + "name": "SignalAcquisition", + "version": "1.2.0", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A library for the Arduino IDE that allows you to sample signals at regular intervals, and send the resulting samples, in batches, over a serial port using a simple binary protocol.", + "paragraph": "The signal acquisition routines can optionally be configured and debugged on-the-fly via the serial port, thanks to the Keyhole library. The SignalAcquisition library is compatible with the BCI2000 platform for signal acquisition, recording, and real-time processing", + "website": "https://bitbucket.org/jezhill/SignalAcquisition", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/codecodecodec/CCC_Lib.git", + "repository": "https://bitbucket.org/jezhill/SignalAcquisition.git", "dependencies": [ { - "name": "TM1637" + "name": "Keyhole" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/codecodecodec/CodeCodeCodec_Library-0.1.85.zip", - "archiveFileName": "CodeCodeCodec_Library-0.1.85.zip", - "size": 3989, - "checksum": "SHA-256:f13a796dbca69b32c0e11db4442155efc168def4698074f0b5d5a8d7cb4c42c6" + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/SignalAcquisition-1.2.0.zip", + "archiveFileName": "SignalAcquisition-1.2.0.zip", + "size": 14654, + "checksum": "SHA-256:002461db81526dc9482d48d9ab0268abfbe5e521b4e0c49c4b90a95d9eb232e1" }, { - "name": "SBUS2", - "version": "1.2.0", - "author": "Brushlesspower", - "maintainer": "Brushlesspower \u003cbrushlesspower@protonmail.com\u003e", - "sentence": "Arduino Library for receiving SBUS and SBUS2 Frames and transmit Telemetry Data", - "paragraph": "This library works with ATMega328P (with Inverter Circuit) and ESP32", - "website": "https://github.com/BrushlessPower/SBUS2-Telemetry", - "category": "Device Control", + "name": "SignalAcquisition", + "version": "1.2.1", + "author": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "maintainer": "Jeremy Hill \u003cjezhill@gmail.com\u003e", + "sentence": "A library for the Arduino IDE that allows you to sample signals at regular intervals, and send the resulting samples, in batches, over a serial port using a simple binary protocol.", + "paragraph": "The signal acquisition routines can optionally be configured and debugged on-the-fly via the serial port, thanks to the Keyhole library. The SignalAcquisition library is compatible with the BCI2000 platform for signal acquisition, recording, and real-time processing", + "website": "https://bitbucket.org/jezhill/SignalAcquisition", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/BrushlessPower/SBUS2-Telemetry.git", - "providesIncludes": [ - "SBUS2.h", - "SBUS_usart.h" + "repository": "https://bitbucket.org/jezhill/SignalAcquisition.git", + "dependencies": [ + { + "name": "Keyhole" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/BrushlessPower/SBUS2-1.2.0.zip", - "archiveFileName": "SBUS2-1.2.0.zip", - "size": 155647, - "checksum": "SHA-256:56a6305455ba971e1561df693763c7ad76e99de03ab8ac9daadec1611249c15c" + "url": "https://downloads.arduino.cc/libraries/bitbucket.org/jezhill/SignalAcquisition-1.2.1.zip", + "archiveFileName": "SignalAcquisition-1.2.1.zip", + "size": 14844, + "checksum": "SHA-256:1eb4901c55d141c9852f4c61b2042cd7da432b7e8b2d150d1900553cd2bf7e33" }, { - "name": "PMSensor-HPMA115", - "version": "1.0.0", - "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", - "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", - "website": "https://github.com/jedp/PMSenslr-HPMA115", - "category": "Sensors", + "name": "AA_MCP2515", + "version": "1.0.2", + "author": "ljohnson", + "maintainer": "ljohnson \u003ccodeljo@outlook.com\u003e", + "sentence": "MCP2515 CAN Controller Library", + "paragraph": "Adds support for Microchip MCP2515, MCP2510 CAN (Controller Area Network) bus controllers.", + "website": "https://github.com/codeljo/AA_MCP2515", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jedp/PMSensor-HPMA115.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.0.zip", - "archiveFileName": "PMSensor_HPMA115-1.0.0.zip", - "size": 17764, - "checksum": "SHA-256:dffdad5cbd96c8a8e79d0843f7129d66fe60c64c56f1455ec1dad38d21a9aa1e" + "repository": "https://github.com/codeljo/AA_MCP2515.git", + "providesIncludes": [ + "AA_MCP2515.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/codeljo/AA_MCP2515-1.0.2.zip", + "archiveFileName": "AA_MCP2515-1.0.2.zip", + "size": 21618, + "checksum": "SHA-256:cf68fe2a1860a84cc0361aa3c4af88324d7015edbbc60372ad3b166d2ed4ea4c" }, { - "name": "PMSensor-HPMA115", - "version": "1.0.2", - "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", - "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", - "website": "https://github.com/jedp/PMSenslr-HPMA115", - "category": "Sensors", + "name": "CSE_ArduinoRS485", + "version": "1.0.6", + "author": "CIRCUITSTATE", + "maintainer": "CIRCUITSTATE \u003c@circuitstate\u003e", + "sentence": "Allows sending and receiving data through the RS-485 interface, using any Arduino-compatible boards.", + "paragraph": "This library supports the Maxim Integrated MAX485 and equivalent chipsets. You can use both hardware serial and software serial ports for communication.", + "website": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jedp/PMSensor-HPMA115.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.2.zip", - "archiveFileName": "PMSensor_HPMA115-1.0.2.zip", - "size": 20187, - "checksum": "SHA-256:31748820ae6daef35de2fcc9025afdf3d24be5a6f4d71f91d6ed9daa1958d4d4" + "repository": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485.git", + "providesIncludes": [ + "CSE_ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CIRCUITSTATE/CSE_ArduinoRS485-1.0.6.zip", + "archiveFileName": "CSE_ArduinoRS485-1.0.6.zip", + "size": 23076, + "checksum": "SHA-256:c545cd858e461147bf1dbe7a55cd2d256ae68e4f1a092bdd394842403f9f3404" }, { - "name": "PMSensor-HPMA115", - "version": "1.0.3", - "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", - "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", - "website": "https://github.com/jedp/PMSenslr-HPMA115", - "category": "Sensors", + "name": "CSE_ArduinoRS485", + "version": "1.0.7", + "author": "CIRCUITSTATE", + "maintainer": "CIRCUITSTATE \u003c@circuitstate\u003e", + "sentence": "Allows sending and receiving data through the RS-485 interface, using any Arduino-compatible boards.", + "paragraph": "This library supports the Maxim Integrated MAX485 and equivalent chipsets. You can use both hardware serial and software serial ports for communication.", + "website": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jedp/PMSensor-HPMA115.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.3.zip", - "archiveFileName": "PMSensor_HPMA115-1.0.3.zip", - "size": 20181, - "checksum": "SHA-256:996c2869f8f7836037436b231517f0c03b00ab576121344a2cd0ead186d63fca" + "repository": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485.git", + "providesIncludes": [ + "CSE_ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CIRCUITSTATE/CSE_ArduinoRS485-1.0.7.zip", + "archiveFileName": "CSE_ArduinoRS485-1.0.7.zip", + "size": 23529, + "checksum": "SHA-256:864346206b9912d566f87f72ba01af550d859b6bf1b3aa76ab22d7ebe5dcbf4f" }, { - "name": "PMSensor-HPMA115", - "version": "1.0.4", - "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", - "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", - "website": "https://github.com/jedp/PMSenslr-HPMA115", - "category": "Sensors", + "name": "CSE_ArduinoRS485", + "version": "1.0.9", + "author": "CIRCUITSTATE", + "maintainer": "CIRCUITSTATE \u003c@circuitstate\u003e", + "sentence": "Allows sending and receiving data through the RS-485 interface, using any Arduino-compatible boards.", + "paragraph": "This library supports the Maxim Integrated MAX485 and equivalent chipsets. You can use both hardware serial and software serial ports for communication.", + "website": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jedp/PMSensor-HPMA115.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.4.zip", - "archiveFileName": "PMSensor_HPMA115-1.0.4.zip", - "size": 21486, - "checksum": "SHA-256:0af1183e00b25f93ad6a1344f441f8775aaf5d0f438414e27892a9f72b18798b" + "repository": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485.git", + "providesIncludes": [ + "CSE_ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CIRCUITSTATE/CSE_ArduinoRS485-1.0.9.zip", + "archiveFileName": "CSE_ArduinoRS485-1.0.9.zip", + "size": 23524, + "checksum": "SHA-256:3740617268ea9bd5777a32036b715335e1b9829271dea549fde294d7bafdb6f9" }, { - "name": "PMSensor-HPMA115", - "version": "1.0.6", - "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", - "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", - "website": "https://github.com/jedp/PMSenslr-HPMA115", - "category": "Sensors", + "name": "CSE_ArduinoRS485", + "version": "1.0.10", + "author": "CIRCUITSTATE", + "maintainer": "CIRCUITSTATE \u003c@circuitstate\u003e", + "sentence": "Allows sending and receiving data through the RS-485 interface, using any Arduino-compatible boards.", + "paragraph": "This library supports the Maxim Integrated MAX485 and equivalent RS485 transceivers. You can use both hardware and software serial ports for communication.", + "website": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jedp/PMSensor-HPMA115.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.6.zip", - "archiveFileName": "PMSensor_HPMA115-1.0.6.zip", - "size": 22929, - "checksum": "SHA-256:de41c6a96d2600103cbca8dad19119ea1f9ab46efce318c2f14eac7db16ea5b5" + "repository": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485.git", + "providesIncludes": [ + "CSE_ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CIRCUITSTATE/CSE_ArduinoRS485-1.0.10.zip", + "archiveFileName": "CSE_ArduinoRS485-1.0.10.zip", + "size": 24285, + "checksum": "SHA-256:af570bd0f188df996ef2c94f63277cc208eaaf56c1d46361d698f1e21c333ffd" }, { - "name": "PMSensor-HPMA115", - "version": "1.0.7", - "author": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "maintainer": "Jed Parsons \u003cjed@jedparsons.com\u003e", - "sentence": "A library for interacting with the Honeywell HPMA115 particulate matter sensors.", - "paragraph": "Includes calculateion of AQI (air quality index) based on PM 2.5 and PM 10 readings.", - "website": "https://github.com/jedp/PMSensor-HPMA115", - "category": "Sensors", + "name": "CSE_ArduinoRS485", + "version": "1.0.11", + "author": "CIRCUITSTATE", + "maintainer": "CIRCUITSTATE \u003c@circuitstate\u003e", + "sentence": "Allows sending and receiving data through the RS-485 interface, using any Arduino-compatible boards.", + "paragraph": "This library supports the Maxim Integrated MAX485 and equivalent RS485 transceivers. You can use both hardware and software serial ports for communication.", + "website": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jedp/PMSensor-HPMA115.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jedp/PMSensor_HPMA115-1.0.7.zip", - "archiveFileName": "PMSensor_HPMA115-1.0.7.zip", - "size": 23208, - "checksum": "SHA-256:cafdde768168b3db78b9f83ea6e637cac6c456b8ac924d1b5948d67cd5807b42" + "repository": "https://github.com/CIRCUITSTATE/CSE_ArduinoRS485.git", + "providesIncludes": [ + "CSE_ArduinoRS485.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/CIRCUITSTATE/CSE_ArduinoRS485-1.0.11.zip", + "archiveFileName": "CSE_ArduinoRS485-1.0.11.zip", + "size": 24773, + "checksum": "SHA-256:404a054764dadef8e37505267f33ca5082733e35c46cb384a5d46eb7a9cab1fb" }, { - "name": "button_asukiaaa", + "name": "DebouncedButton", "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Supply classes for Button.", - "paragraph": "This library supplies useful classes to manage button behavior on Arduino.", - "website": "https://github.com/asukiaaa/arduino-button", - "category": "Uncategorized", + "author": "Zach Vonler", + "maintainer": "Zach Vonler \u003czvonler@gmail.com\u003e", + "sentence": "Library for debouncing a momentary button.", + "paragraph": "Recognizes clicks, double-clicks, long presses, and more.", + "website": "https://github.com/zvonler/DebouncedButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/arduino-button.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/button_asukiaaa-1.0.0.zip", - "archiveFileName": "button_asukiaaa-1.0.0.zip", - "size": 4344, - "checksum": "SHA-256:8f3a58e328e3da6ebedbc233d70e7bc86ea77f419b98830abebed9904fb792e6" + "repository": "https://github.com/zvonler/DebouncedButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zvonler/DebouncedButton-1.0.0.zip", + "archiveFileName": "DebouncedButton-1.0.0.zip", + "size": 22453, + "checksum": "SHA-256:4222b978da833daf11bd09b16a1a358f50bdc58ffadcc7c22c0339c9f4c046f9" }, { - "name": "FED3", - "version": "1.0.1", - "author": "Lex Kravitz", - "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", - "sentence": "This is a library for operating FED3", - "paragraph": "This is a library for operating the Feeding Experimentation Device version 3 (FED3)", - "website": "https://github.com/KravitzLabDevices/FED3", - "category": "Device Control", + "name": "DebouncedButton", + "version": "1.1.0", + "author": "Zach Vonler", + "maintainer": "Zach Vonler \u003czvonler@gmail.com\u003e", + "sentence": "Library for debouncing a momentary button.", + "paragraph": "Recognizes clicks, double-clicks, long presses, and more.", + "website": "https://github.com/zvonler/DebouncedButton", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/KravitzLabDevices/FED3_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.1.zip", - "archiveFileName": "FED3-1.0.1.zip", - "size": 4303806, - "checksum": "SHA-256:2b2a72382ee4156bd8a34962077f509e8a92ca024bd1b2544f23ea7575d2775b" + "repository": "https://github.com/zvonler/DebouncedButton.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zvonler/DebouncedButton-1.1.0.zip", + "archiveFileName": "DebouncedButton-1.1.0.zip", + "size": 22634, + "checksum": "SHA-256:462ee776dc0bc028f331ea414b51b4cb427ec7d11bec62c185b7d6cf8c7d2e56" }, { - "name": "FED3", - "version": "1.0.2", - "author": "Lex Kravitz", - "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", - "sentence": "This is a library for operating FED3", - "paragraph": "This is a library for operating the Feeding Experimentation Device version 3 (FED3)", - "website": "https://github.com/KravitzLabDevices/FED3", - "category": "Device Control", + "name": "ESP32_SemBeacon", + "version": "1.0.0", + "author": "Maxim Van de Wynckel \u003cmaxim.van.de.wynckel@vub.be\u003e", + "maintainer": "Maxim Van de Wynckel \u003cmaxim.van.de.wynckel@vub.be\u003e", + "sentence": "SemBeacon BLE functions for ESP32", + "paragraph": "This library provides an implementation SemBeacon BLE beacon specification for the ESP32 using the Arduino platform.", + "website": "https://github.com/SemBeacon/arduino-esp32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/KravitzLabDevices/FED3_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.2.zip", - "archiveFileName": "FED3-1.0.2.zip", - "size": 4305634, - "checksum": "SHA-256:c6abb2f88be4e3e78edd2cf10868f03c47b0f0db9b9edcd3bd6b2f19ced967a8" + "repository": "https://github.com/SemBeacon/arduino-esp32.git", + "providesIncludes": [ + "BLESemBeacon.h", + "BLESemBeaconAdvertising.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SemBeacon/ESP32_SemBeacon-1.0.0.zip", + "archiveFileName": "ESP32_SemBeacon-1.0.0.zip", + "size": 14943, + "checksum": "SHA-256:37e92c595f3639b761d992524068c57f7109e8e34ca5624da627d093f4658f4f" }, { - "name": "FED3", - "version": "1.0.3", - "author": "Lex Kravitz", - "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", - "sentence": "This is a library for operating FED3", - "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", - "website": "https://github.com/KravitzLabDevices/FED3_library", - "category": "Device Control", + "name": "ESP32_SemBeacon", + "version": "1.1.0", + "author": "Maxim Van de Wynckel \u003cmaxim.van.de.wynckel@vub.be\u003e", + "maintainer": "Maxim Van de Wynckel \u003cmaxim.van.de.wynckel@vub.be\u003e", + "sentence": "SemBeacon BLE functions for ESP32", + "paragraph": "This library provides an implementation SemBeacon BLE beacon specification for the ESP32 using the Arduino platform.", + "website": "https://github.com/SemBeacon/arduino-esp32", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/KravitzLabDevices/FED3_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.3.zip", - "archiveFileName": "FED3-1.0.3.zip", - "size": 4306092, - "checksum": "SHA-256:128455bb1ee098e87b61a331b42b114de6107da800a700c872b057b4374090d7" + "repository": "https://github.com/SemBeacon/arduino-esp32.git", + "providesIncludes": [ + "BLESemBeacon.h", + "BLESemBeaconAdvertising.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SemBeacon/ESP32_SemBeacon-1.1.0.zip", + "archiveFileName": "ESP32_SemBeacon-1.1.0.zip", + "size": 16418, + "checksum": "SHA-256:efc3e48be62690a678bee37b2b3db3970918215f6cc2b2e68c63784d1399d671" }, { - "name": "FED3", - "version": "1.0.5", - "author": "Lex Kravitz", - "maintainer": "Lex Kravitz \u003calexxai@wustl.edu\u003e", - "sentence": "This is a library for operating FED3", - "paragraph": "Feeding Experimentation Device version 3 (FED3) is an operant device for training mice", - "website": "https://github.com/KravitzLabDevices/FED3_library", + "name": "ESP32WebRemoteControl", + "version": "0.0.1", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington", + "sentence": "Web Remote COntrol", + "paragraph": "This library provides a web based RC control using WebScokets on the ESP32", + "website": "https://github.com/madhephaestus/ESP32WebRemoteControl", "category": "Device Control", "architectures": [ "*" @@ -359149,107 +823658,120 @@ "types": [ "Contributed" ], - "repository": "https://github.com/KravitzLabDevices/FED3_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KravitzLabDevices/FED3-1.0.5.zip", - "archiveFileName": "FED3-1.0.5.zip", - "size": 4305902, - "checksum": "SHA-256:7078eed39fc863a4c2eb8517bf479901e627d13d4890d8147313f7cf510fbde3" + "repository": "https://github.com/madhephaestus/ESP32WebRemoteControl.git", + "providesIncludes": [ + "ESP32WebRemoteControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32WebRemoteControl-0.0.1.zip", + "archiveFileName": "ESP32WebRemoteControl-0.0.1.zip", + "size": 198260, + "checksum": "SHA-256:69cf531092042d25d0f4713039226f1bf502470f327be7027e42cbbae8aa3a7a" }, { - "name": "string_asukiaaa", - "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Functions about string for Arduino.", - "paragraph": "This library supplies useful functions to manage string on Arduino.", - "website": "https://github.com/asukiaaa/arduino-string", - "category": "Uncategorized", + "name": "ESP32WebRemoteControl", + "version": "0.0.3", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington", + "sentence": "Web Remote COntrol", + "paragraph": "This library provides a web based RC control using WebScokets on the ESP32", + "website": "https://github.com/madhephaestus/ESP32WebRemoteControl", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/arduino-string.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/string_asukiaaa-1.0.0.zip", - "archiveFileName": "string_asukiaaa-1.0.0.zip", - "size": 3726, - "checksum": "SHA-256:a67fcc82eabc27eb03e64e7e819cdd9fd689791d14a4f972494c63ad0fa59e5d" + "repository": "https://github.com/madhephaestus/ESP32WebRemoteControl.git", + "providesIncludes": [ + "ESP32WebRemoteControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32WebRemoteControl-0.0.3.zip", + "archiveFileName": "ESP32WebRemoteControl-0.0.3.zip", + "size": 188041, + "checksum": "SHA-256:aaf6de94061ef1eb4c396c8889e04950422ce877989e3834ff93d8eb0176d447" }, { - "name": "wire_asukiaaa", + "name": "ESP32WebRemoteControl", "version": "1.0.0", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Functions about wire for Arduino.", - "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", - "website": "https://github.com/asukiaaa/arduino-wire", - "category": "Communication", + "author": "Kevin Harrington", + "maintainer": "Kevin Harrington", + "sentence": "Web Remote COntrol", + "paragraph": "This library provides a web based RC control using WebScokets on the ESP32", + "website": "https://github.com/madhephaestus/ESP32WebRemoteControl", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/arduino-wire.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.0.zip", - "archiveFileName": "wire_asukiaaa-1.0.0.zip", - "size": 6742, - "checksum": "SHA-256:ada721eca0bb91d4e586afb05ecb7882ab66d5ee5ba5453e420a3fb79f130df3" + "repository": "https://github.com/madhephaestus/ESP32WebRemoteControl.git", + "providesIncludes": [ + "ESP32WebRemoteControl.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/ESP32WebRemoteControl-1.0.0.zip", + "archiveFileName": "ESP32WebRemoteControl-1.0.0.zip", + "size": 188256, + "checksum": "SHA-256:02f29445fd026d348dada616a2440eb89b112eea1952c296cfa4fd87c5c8c1e4" }, { - "name": "wire_asukiaaa", + "name": "XPT2046_Bitbang", "version": "1.0.1", - "author": "Asuki Kono", - "maintainer": "Asuki Kono", - "sentence": "Functions about wire for Arduino.", - "paragraph": "This library supplies functions and a class that is useful for central and peripheral.", - "website": "https://github.com/asukiaaa/arduino-wire", - "category": "Communication", + "author": "ddxfish", + "maintainer": "Ddxfish \u003cddxfish@gmail.com\u003e", + "sentence": "Bitbang library for the XPT2046 touch controller.", + "paragraph": "This library provides a software-based SPI (bitbang) approach to interface with the XPT2046 touch screen controller. It allows for touch detection, calibration, and touch coordinate retrieval.", + "website": "https://github.com/ddxfish/XPT2046_Bitbang_Arduino_Library", + "category": "Sensors", "architectures": [ - "*" + "esp32", + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/asukiaaa/arduino-wire.git", - "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/wire_asukiaaa-1.0.1.zip", - "archiveFileName": "wire_asukiaaa-1.0.1.zip", - "size": 6733, - "checksum": "SHA-256:36121a8faf64fd76ff99f09e365d9d434d44d2cb45e16bb8e14f787756aa0081" + "repository": "https://github.com/ddxfish/XPT2046_Bitbang_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ddxfish/XPT2046_Bitbang-1.0.1.zip", + "archiveFileName": "XPT2046_Bitbang-1.0.1.zip", + "size": 17285, + "checksum": "SHA-256:af4c3e61b318943db32d5df8a3cf6e26b666a9ecf9d685581d9bddbbc73d6584" }, { - "name": "MCCI Catena SDP", - "version": "0.1.0", - "author": "Terry Moore", - "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", - "sentence": "Arduino library for Sensirion SDP (SDP31, SDP32, SDP800-series) Differential Pressure sensors.", - "paragraph": "This library provides a high-level API in pure C++.", - "website": "https://github.com/mcci-catena/MCCI-Catena-SHT3x", - "category": "Sensors", + "name": "Arduino_TinyGL", + "version": "0.0.1", + "author": "Arduino", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "[EXPERIMENTAL] TinyGL library for GIGA Display Shield", + "website": "https://docs.arduino.cc/tutorials/giga-display-shield/3d-engine-tutorial", + "category": "Display", "architectures": [ - "*" + "mbed_giga" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/mcci-catena/MCCI_Catena_SDP.git", + "repository": "https://github.com/arduino-libraries/Arduino_GigaDisplay_TinyGL.git", "providesIncludes": [ - "MCCI_Catena_SDP.h" + "Arduino_TinyGL.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SDP-0.1.0.zip", - "archiveFileName": "MCCI_Catena_SDP-0.1.0.zip", - "size": 16559501, - "checksum": "SHA-256:6da97b841ff6f11b56e81f5b3177cdf5241725e3bbbd5752ad826c1857947ae2" + "dependencies": [ + { + "name": "Arduino_GigaDisplayTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_TinyGL-0.0.1.zip", + "archiveFileName": "Arduino_TinyGL-0.0.1.zip", + "size": 94552, + "checksum": "SHA-256:14c229cecb8c1e19e7275cd86438bdadf3cff1c9fdc075ad6c2bb8126eab09f8" }, { - "name": "MCCI Catena SDP", - "version": "1.0.1", - "author": "Terry Moore", - "maintainer": "MCCI Corporation \u003ctechsupport@mcci.com\u003e", - "sentence": "Arduino library for Sensirion SDP (SDP31, SDP32, SDP800-series) Differential Pressure sensors.", - "paragraph": "This library provides a high-level API in pure C++.", - "website": "https://github.com/mcci-catena/MCCI_Catena_SDP", + "name": "ACD10", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the ACD10 CO2 sensor.", + "website": "https://github.com/RobTillaart/ACD10", "category": "Sensors", "architectures": [ "*" @@ -359257,22 +823779,22 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mcci-catena/MCCI_Catena_SDP.git", + "repository": "https://github.com/RobTillaart/ACD10.git", "providesIncludes": [ - "MCCI_Catena_SDP.h" + "ACD10.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mcci-catena/MCCI_Catena_SDP-1.0.1.zip", - "archiveFileName": "MCCI_Catena_SDP-1.0.1.zip", - "size": 16559807, - "checksum": "SHA-256:aafad2c5db20561b563ec7606f9d31ff4eab9d9c99b9876855d061a989320e43" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACD10-0.1.0.zip", + "archiveFileName": "ACD10-0.1.0.zip", + "size": 15178, + "checksum": "SHA-256:ea03de609ec83e29e2587abd4302168b1fb7fa2b64f8f90c73e9c36c314b7158" }, { - "name": "TFLI2C", - "version": "0.0.1", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", - "website": "https://github.com/budryerson/TFLuna", + "name": "ACD10", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the ACD10 CO2 sensor.", + "website": "https://github.com/RobTillaart/ACD10", "category": "Sensors", "architectures": [ "*" @@ -359280,22 +823802,22 @@ "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "repository": "https://github.com/RobTillaart/ACD10.git", "providesIncludes": [ - "TFLI2C.h" + "ACD10.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.0.1.zip", - "archiveFileName": "TFLI2C-0.0.1.zip", - "size": 2603530, - "checksum": "SHA-256:7b4091a014d4d4e526df4f7ada7458b0983c558da3c5d7d9e9d971f457d96938" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACD10-0.1.1.zip", + "archiveFileName": "ACD10-0.1.1.zip", + "size": 16241, + "checksum": "SHA-256:d7df32a64099f3df0bbd47884725e4c28e9378abf83e502503814d37542c9fca" }, { - "name": "TFLI2C", - "version": "0.1.0", - "author": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "maintainer": "Bud Ryerson \u003cbud@budryerson.com\u003e", - "sentence": "Arduino library for Benewake TFLuna distance sensor in I2C mode", - "website": "https://github.com/budryerson/TFLuna", + "name": "ACD10", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for the ACD10 CO2 sensor.", + "website": "https://github.com/RobTillaart/ACD10", "category": "Sensors", "architectures": [ "*" @@ -359303,639 +823825,774 @@ "types": [ "Contributed" ], - "repository": "https://github.com/budryerson/TFLuna-I2C.git", + "repository": "https://github.com/RobTillaart/ACD10.git", "providesIncludes": [ - "TFLI2C.h" + "ACD10.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/budryerson/TFLI2C-0.1.0.zip", - "archiveFileName": "TFLI2C-0.1.0.zip", - "size": 2603785, - "checksum": "SHA-256:3215c97651444e235421647cdd5923a7783942c3ddfbeaa5487299d3cbc04f0b" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/ACD10-0.1.2.zip", + "archiveFileName": "ACD10-0.1.2.zip", + "size": 16360, + "checksum": "SHA-256:f4ee6c9124d5c07ea7393c6676f976e0c564a745872465cba7509cd02d35ff0a" }, { - "name": "controlKeyboard", + "name": "ILI9341_t3n", "version": "1.0.0", - "author": "YathishgowdaHR,yashuyathi11@gmail.com", - "maintainer": "YathisggowdaHR,yashuyathi11@gmail.com", - "sentence": "A library for checking keyboard events like whether a key is pressed or released.", - "paragraph": "Listens the input from keyboard which is attached to board and provides necessary functions to handle it.", - "website": "https://github.com/YashuYathi/controlKeyboard", - "category": "Uncategorized", + "author": "Limor Fried, Adafruit, Paul Stoffregen, Kurt Eckhardt", + "maintainer": "Kurt Eckhardt", + "sentence": "Optimized ILI9341 (320x240 Color TFT) Display Support different SPI buses", + "website": "https://github.com/KurtE/ILI9341_t3n", + "category": "Display", "architectures": [ - "sam" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/YashuYathi/controlKeyboard.git", - "providesIncludes": [ - "controlKeyboard.h" - ], - "dependencies": [ - { - "name": "USBHost" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/YashuYathi/controlKeyboard-1.0.0.zip", - "archiveFileName": "controlKeyboard-1.0.0.zip", - "size": 6373, - "checksum": "SHA-256:be5b2587179263b282b1188b9e088de1b30ff497f19c760b36d6a4ee45444558" + "repository": "https://github.com/KurtE/ILI9341_t3n.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KurtE/ILI9341_t3n-1.0.0.zip", + "archiveFileName": "ILI9341_t3n-1.0.0.zip", + "size": 1151727, + "checksum": "SHA-256:60d03fe378c0b2de9704698e31e5100fb77165e86cad704a7a522e9925f0d292" }, { - "name": "PWMMotorControl", + "name": "ILI9341_t3n", "version": "1.1.0", - "author": "Armin Joachimsmeyer", - "maintainer": "Armin Joachimsmeyer \u003carmin.joachimsmeyer@gmail.com\u003e", - "sentence": "Control brushed DC motors by PWM and uses optional attached encoders to drive fixed distances. For L298 or TB6612, or Adafruit Motor Shield\u003cbr/\u003e", - "paragraph": "With special CarMotorControl for easy control of 2 or 4 motors of the obstacle avoiding \u003cb\u003earduino robot car kits\u003c/b\u003e.\u003cbr/\u003eIf slot-type photo interrupters are attached to the encoder discs of such a kit, deterministic distances and turns can be driven.\u003cbr/\u003eExamples include a follower car and an Bluetooth controlled obstacle avoiding car.\u003cbr/\u003e\u003cbr/\u003e\u003cb\u003eNew: \u003c/b\u003eAdded and renamed functions.\u003cbr/\u003e", - "website": "https://github.com/ArminJo/PWMMotorControl", - "category": "Device Control", + "author": "Limor Fried, Adafruit, Paul Stoffregen, Kurt Eckhardt", + "maintainer": "Kurt Eckhardt", + "sentence": "Optimized ILI9341 (320x240 Color TFT) Display Support different SPI buses", + "paragraph": "ILI9341 display support for Teensy(PJRC) T3.x and T4.x boards", + "website": "https://github.com/KurtE/ILI9341_t3n", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArminJo/PWMMotorControl.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArminJo/PWMMotorControl-1.1.0.zip", - "archiveFileName": "PWMMotorControl-1.1.0.zip", - "size": 2081739, - "checksum": "SHA-256:102b6264b84f70082c6ea2de6141480fc0a9a4cfadfa96ee4d3fcee60b658b74" + "repository": "https://github.com/KurtE/ILI9341_t3n.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KurtE/ILI9341_t3n-1.1.0.zip", + "archiveFileName": "ILI9341_t3n-1.1.0.zip", + "size": 1327072, + "checksum": "SHA-256:8b8c747c6b40cc6d17c9df482472ad2c9cad39d1858d70a19b2e8315cd123b5d" }, { - "name": "MKRWAN_v2", - "version": "1.3.1", - "author": "Arduino \u003csupport@arduino.cc\u003e", - "maintainer": "Arduino \u003csupport@arduino.cc\u003e", - "sentence": "Support library for MKR WAN 1300/1310 - firmware 1.3.1", - "paragraph": "Provides APIs to communicate with LoRa and LoraWAN networks", - "website": "http://github.com/arduino-libraries/MKRWAN_v2", - "category": "Communication", + "name": "ILI9341_t3n", + "version": "1.1.1", + "author": "Limor Fried, Adafruit, Paul Stoffregen, Kurt Eckhardt", + "maintainer": "Kurt Eckhardt", + "sentence": "Optimized ILI9341 (320x240 Color TFT) Display Support different SPI buses", + "paragraph": "ILI9341 display support for Teensy(PJRC) T3.x and T4.x boards", + "website": "https://github.com/KurtE/ILI9341_t3n", + "category": "Display", "architectures": [ - "samd" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/MKRWAN_v2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/MKRWAN_v2-1.3.1.zip", - "archiveFileName": "MKRWAN_v2-1.3.1.zip", - "size": 193341, - "checksum": "SHA-256:1f87867698d6d737ee85541930f73cf9140b761fe7bc1042646d05c81770326c" + "repository": "https://github.com/KurtE/ILI9341_t3n.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KurtE/ILI9341_t3n-1.1.1.zip", + "archiveFileName": "ILI9341_t3n-1.1.1.zip", + "size": 1339035, + "checksum": "SHA-256:03aec23f9a6c355d5cc3d8aaefbe1e5fa2b095a28b3dcd3dd3379e13fa677b56" }, { - "name": "Melopero BME280", - "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the BME280 sensor.", - "paragraph": "This library allows an Arduino board to communicate with the BME280 sensor.", - "website": "https://github.com/melopero/Melopero_BME280_Arduino_Library", - "category": "Sensors", + "name": "LogicAnalyzer", + "version": "0.17.0", + "author": "Andrew Gillham \u003cgillham@roadsign.com\u003e", + "maintainer": "Andrew Gillham \u003cgillham@roadsign.com\u003e", + "sentence": "A SUMP protocol compatible logic analyzer firmware", + "paragraph": "These firmware sketches provide a 6 channel logic analyzer for use with the SUMP protocol based OLS clients. There is also a Sigrok compatible firmware using the OpenBench Logic Sniffer (ols) driver .", + "website": "https://github.com/gillham/logic_analyzer", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_BME280_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_BME280-1.0.0.zip", - "archiveFileName": "Melopero_BME280-1.0.0.zip", - "size": 27187, - "checksum": "SHA-256:71af70b5d1441d508d29ec73ce8db625eedc6790bcfa5e4c4af88b46cc655e26" + "repository": "https://github.com/gillham/logic_analyzer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/gillham/LogicAnalyzer-0.17.0.zip", + "archiveFileName": "LogicAnalyzer-0.17.0.zip", + "size": 163447, + "checksum": "SHA-256:6eb6e22adc2efca59755edf2f1308207be0076ff201b297591cdee957b468294" }, { - "name": "HyperDeck", - "version": "0.1.0", - "author": "hideakitai", - "maintainer": "hideakitai", - "sentence": "BlackMagic Design HyperDeck controller for Arduino via TCP", - "paragraph": "BlackMagic Design HyperDeck controller for Arduino via TCP", - "website": "https://github.com/hideakitai/HyperDeck", - "category": "Communication", + "name": "ESP32_Display_Panel", + "version": "0.0.1", + "author": "lzw655", + "maintainer": "espressif", + "sentence": "ESP32_Display_Panel is a library designed for driving display screens using ESP32 SoCs", + "paragraph": "Currently supported boards:ESP32-C3-LCDkit,ESP32-S3-Box,ESP32-S3-Box-3,ESP32-S3-Box-Lite,ESP32-S3-EYE,ESP32-S3-Korvo-2,ESP32-S3-LCD-EV-Board,ESP32-S3-LCD-EV-Board-2,ESP32-S3-USB-OTG. Currently supported devices: Bus,LCD,LCD Touch,Backlight. Currently supported Bus: I2C,SPI,3-wire SPI + RGB. Currently supported LCD controllers: ST7262,ST7789,GC9503,GC9A01. Currently supported Touch controllers: CST816S,FT5x06,GT1151,GT911,TT21100,STMPE610.", + "website": "https://github.com/esp-arduino-libs/ESP32_Display_Panel", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/hideakitai/HyperDeck.git", - "url": "https://downloads.arduino.cc/libraries/github.com/hideakitai/HyperDeck-0.1.0.zip", - "archiveFileName": "HyperDeck-0.1.0.zip", - "size": 6792, - "checksum": "SHA-256:293b0c69188179ccee4a6decf124d6bf1dd71d92a15cc386d844bb31310c0e0c" + "repository": "https://github.com/esp-arduino-libs/ESP32_Display_Panel.git", + "providesIncludes": [ + "ESP_Panel_Library.h" + ], + "dependencies": [ + { + "name": "ESP32_IO_Expander", + "version": "\u003e=0.0.1" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/esp-arduino-libs/ESP32_Display_Panel-0.0.1.zip", + "archiveFileName": "ESP32_Display_Panel-0.0.1.zip", + "size": 364573, + "checksum": "SHA-256:ee6d55efd04768a6c2403e138a0464b9136f4b518535c3e241a4b2ac75d5d051" }, { - "name": "MCP2515-nb", - "version": "0.1.0", - "author": "WitchCraftWorks Team", - "maintainer": "WitchCraftWorks Team", - "sentence": "Arduino library for MCP2515 with non-blocking support.", - "paragraph": "Supports Microchip MCP2515 based boards/shields and non-blocking write operations.", - "website": "https://github.com/WitchCraftWorks/arduino-MCP2515-nb", - "category": "Communication", + "name": "ESP32_Display_Panel", + "version": "0.0.2", + "author": "espressif", + "maintainer": "espressif", + "sentence": "ESP32_Display_Panel is a library designed for driving display screens using ESP32 SoCs", + "paragraph": "Currently supported boards:ESP32-C3-LCDkit,ESP32-S3-Box,ESP32-S3-Box-3,ESP32-S3-Box-3(beta),ESP32-S3-Box-Lite,ESP32-S3-EYE,ESP32-S3-Korvo-2,ESP32-S3-LCD-EV-Board,ESP32-S3-LCD-EV-Board-2,ESP32-S3-USB-OTG. Currently supported devices: Bus,LCD,LCD Touch,Backlight. Currently supported Bus: I2C,SPI,3-wire SPI + RGB. Currently supported LCD controllers: ST7262,ST7789,GC9503,GC9A01. Currently supported Touch controllers: CST816S,FT5x06,GT1151,GT911,TT21100,STMPE610.", + "website": "https://github.com/esp-arduino-libs/ESP32_Display_Panel", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/WitchCraftWorks/arduino-MCP2515-nb.git", + "repository": "https://github.com/esp-arduino-libs/ESP32_Display_Panel.git", "providesIncludes": [ - "MCP2515_nb.h" + "ESP_Panel_Library.h" ], "dependencies": [ { - "name": "avr_stl" + "name": "ESP32_IO_Expander", + "version": "\u003e=0.0.1" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/WitchCraftWorks/MCP2515_nb-0.1.0.zip", - "archiveFileName": "MCP2515_nb-0.1.0.zip", - "size": 24374, - "checksum": "SHA-256:1caa8141e351611470c2f0854505ccfb2f5df91a6f5134028007f61f240246f0" + "url": "https://downloads.arduino.cc/libraries/github.com/esp-arduino-libs/ESP32_Display_Panel-0.0.2.zip", + "archiveFileName": "ESP32_Display_Panel-0.0.2.zip", + "size": 473807, + "checksum": "SHA-256:1bca3292d5a1a3cf18b8d71e47b81ec126b91c8187ff31281f2f53e2a4460b23" }, { - "name": "ZeroTC45", - "version": "1.0.0", - "author": "David Taylor", - "maintainer": "David Taylor \u003cdajt1@bigpond.com\u003e", - "sentence": "Allows use of the ARM Cortex-M0 TC4 and TC5 counters for periodic interrupts.", - "paragraph": "With this library you can use the TC4 and TC5 counters of an ARM Cortex-M0 based board to generate periodic interrupts. The counters have a 1 second resolution.", - "website": "https://github.com/dajtxx/ZeroTC45", - "category": "Timing", + "name": "ESP32_IO_Expander", + "version": "0.0.1", + "author": "Lzw655 \u003cliuzhongwei@espressif.com\u003e", + "maintainer": "lzw655 \u003cliuzhongwei@espressif.com\u003e", + "sentence": "ESP32_Display_Panel is a library designed for driving IO expander chips using ESP32 SoCs", + "paragraph": "Currently support TCA95xx(8bit), TCA95xx(16bit), HT8574", + "website": "https://github.com/esp-arduino-libs/ESP32_IO_Expander", + "category": "Other", "architectures": [ - "samd" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/dajtxx/ZeroTC45.git", - "url": "https://downloads.arduino.cc/libraries/github.com/dajtxx/ZeroTC45-1.0.0.zip", - "archiveFileName": "ZeroTC45-1.0.0.zip", - "size": 41709, - "checksum": "SHA-256:798149214545520516a7b1010656921baf6a704e43b067b475cc0cc9f1966420" + "repository": "https://github.com/esp-arduino-libs/ESP32_IO_Expander.git", + "providesIncludes": [ + "ESP_IOExpander_Library.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/esp-arduino-libs/ESP32_IO_Expander-0.0.1.zip", + "archiveFileName": "ESP32_IO_Expander-0.0.1.zip", + "size": 30911, + "checksum": "SHA-256:f9312b7846e3254daa1a4269cf77b8648e19b64f082209649239c1c11e51e3d2" }, { - "name": "LightEffect", - "version": "1.0.0", - "author": "Christian Bezanger - Locoduino", - "maintainer": "Christian Bezanger - Locoduino", - "sentence": "This library allows you to easily create light animations from an Arduino board or an ATtiny microcontroller (traffic lights, chaser, shopkeeper sign, etc.)", - "paragraph": "The LEDs can be connected to the digital outputs by their anode or else by their cathode, but all LEDs must be connected in the same way. In addition, the digital outputs used must follow each other in ascending order of their numbering.", - "website": "https://github.com/Locoduino/LightEffect", - "category": "Device Control", + "name": "ESP32_IO_Expander", + "version": "0.0.2", + "author": "lzw655", + "maintainer": "espressif", + "sentence": "ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs", + "paragraph": "Currently support TCA95xx(8bit), TCA95xx(16bit), HT8574", + "website": "https://github.com/esp-arduino-libs/ESP32_IO_Expander", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Locoduino/LightEffect.git", + "repository": "https://github.com/esp-arduino-libs/ESP32_IO_Expander.git", "providesIncludes": [ - "LightEffect.h" + "ESP_IOExpander_Library.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Locoduino/LightEffect-1.0.0.zip", - "archiveFileName": "LightEffect-1.0.0.zip", - "size": 19432, - "checksum": "SHA-256:034bedcc17a6120ce69ef2f1c131ea2a19b0ff63551d1d0712b9f5bf8706ca67" + "url": "https://downloads.arduino.cc/libraries/github.com/esp-arduino-libs/ESP32_IO_Expander-0.0.2.zip", + "archiveFileName": "ESP32_IO_Expander-0.0.2.zip", + "size": 30940, + "checksum": "SHA-256:37f64f1dd7f0bf1168f324dc9b75ba61b092ca12036767b96f776f37e04be067" }, { - "name": "Melopero RV3028", - "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the RV3028 rtc.", - "paragraph": "This library allows an Arduino board to communicate with the RV3028 rtc. Interrupts are supported.", - "website": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library", - "category": "Sensors", + "name": "UNOR4WMatrixGFX", + "version": "0.0.5", + "author": "KurtE", + "maintainer": "KurtE", + "sentence": "UNO R4 WIFI board Matrix CharliePlex library using Adafruit GFX", + "paragraph": "Drive the UNO R4 WIFI board Matrix CharliePlex Matrix using Adafruit GFX", + "website": "https://github.com/KurtE/UNOR4WMatrixGFX", + "category": "Display", "architectures": [ - "*" + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_RV-3028_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_RV3028-1.0.0.zip", - "archiveFileName": "Melopero_RV3028-1.0.0.zip", - "size": 2786819, - "checksum": "SHA-256:2aafdff67d4139b6463cfc9d1cb55ed9e7c5b09d2e9db3023e4560d1fa02dde8" + "repository": "https://github.com/KurtE/UNOR4WMatrixGFX.git", + "url": "https://downloads.arduino.cc/libraries/github.com/KurtE/UNOR4WMatrixGFX-0.0.5.zip", + "archiveFileName": "UNOR4WMatrixGFX-0.0.5.zip", + "size": 35360, + "checksum": "SHA-256:5af12011a271fb55b611cb27ff287e886989554896e15323bddfbc66f322c746" }, { - "name": "Melopero VL53L1X", + "name": "M5Capsule", "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the VL53L1X sensor.", - "paragraph": "This library allows an Arduino board to communicate with the VL53L1X sensor. Interrupts are supported.", - "website": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library", - "category": "Sensors", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Capsule Board", + "paragraph": "M5Stack, M5Capsule, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Capsule.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Capsule.git", + "providesIncludes": [ + "M5Capsule.h" + ], + "dependencies": [ + { + "name": "M5Unified" + }, + { + "name": "M5GFX" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Capsule-1.0.0.zip", + "archiveFileName": "M5Capsule-1.0.0.zip", + "size": 8112, + "checksum": "SHA-256:119e1df97fbb470edaa2bc338953309faee89a5048900f136248d8a213e004d6" + }, + { + "name": "irBoard Library for ESP32", + "version": "0.1.1", + "author": "ITO SOFT DESIGN Inc.", + "maintainer": "Katsuyoshi Ito \u003ckito@itosoft.com\u003e", + "sentence": "This library is to become a host of irBoard app by the ESP32 device.", + "paragraph": "irBoard is an iOS application which is acts as a touch panel display for PLC (Programmable logic controller). Using this library, you can display or edit values in the ESP32 device.", + "website": "https://github.com/ito-soft-design/irboard_esp32", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_VL53L1X-1.0.0.zip", - "archiveFileName": "Melopero_VL53L1X-1.0.0.zip", - "size": 233600, - "checksum": "SHA-256:c1693637f2a4afe4f2534939f1ef66b7cb5dc0818502164095b645e9a721374b" + "repository": "https://github.com/ito-soft-design/irboard_esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ito-soft-design/irBoard_Library_for_ESP32-0.1.1.zip", + "archiveFileName": "irBoard_Library_for_ESP32-0.1.1.zip", + "size": 12640, + "checksum": "SHA-256:5040ccc193437102596c591d1c26cebba281f575a11dc694f1ff425592646ad4" }, { - "name": "Melopero VL53L1X", - "version": "1.0.1", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the VL53L1X sensor.", - "paragraph": "This library allows an Arduino board to communicate with the VL53L1X sensor. Interrupts are supported.", - "website": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library", - "category": "Sensors", + "name": "irBoard Library for ESP32", + "version": "0.1.2", + "author": "ITO SOFT DESIGN Inc.", + "maintainer": "Katsuyoshi Ito \u003ckito@itosoft.com\u003e", + "sentence": "This library is to become a host of irBoard app by the ESP32 device.", + "paragraph": "irBoard is an iOS application which is acts as a touch panel display for PLC (Programmable logic controller). Using this library, you can display or edit values in the ESP32 device.", + "website": "https://github.com/ito-soft-design/irboard_esp32", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_VL53L1X_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_VL53L1X-1.0.1.zip", - "archiveFileName": "Melopero_VL53L1X-1.0.1.zip", - "size": 233611, - "checksum": "SHA-256:644e3ebaec8b94f49ec9317952964cec1132fe4c113bac1c1f2f09a4c87ce0eb" + "repository": "https://github.com/ito-soft-design/irboard_esp32.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ito-soft-design/irBoard_Library_for_ESP32-0.1.2.zip", + "archiveFileName": "irBoard_Library_for_ESP32-0.1.2.zip", + "size": 12915, + "checksum": "SHA-256:b17c40ed91eb5d74e8b073fbca62705111873129c5780c6efb96cf520886fd80" }, { - "name": "ThingESP", + "name": "irBoard Library for ESP32", "version": "1.0.0", - "author": "SiddheshNan \u003chello@siddhesh.me\u003e", - "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", - "sentence": "Arduino library for the ThingsESP Platform.", - "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", - "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", - "category": "Communication", + "author": "ITO SOFT DESIGN Inc.", + "maintainer": "Katsuyoshi Ito \u003ckito@itosoft.com\u003e", + "sentence": "This library is to become a host of irBoard app by the ESP32 device.", + "paragraph": "irBoard is an iOS application which is acts as a touch panel display for PLC (Programmable logic controller). Using this library, you can display or edit values in the ESP32 device.", + "website": "https://github.com/ito-soft-design/irboard_esp32", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.0.0.zip", - "archiveFileName": "ThingESP-1.0.0.zip", - "size": 129494, - "checksum": "SHA-256:d87d64a6a7d3b0a2413c570ac8fbe52395b9778f356a9a12d4a7aaaec0b0fcdc" + "repository": "https://github.com/ito-soft-design/irboard_esp32.git", + "providesIncludes": [ + "irboard.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ito-soft-design/irBoard_Library_for_ESP32-1.0.0.zip", + "archiveFileName": "irBoard_Library_for_ESP32-1.0.0.zip", + "size": 33965, + "checksum": "SHA-256:787569d80beb1b35ddaae5057584d4f7fb81bb83d164cb8384b7648d192459c2" }, { - "name": "ThingESP", - "version": "1.0.1", - "author": "SiddheshNan \u003chello@siddhesh.me\u003e", - "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", - "sentence": "Arduino library for the ThingsESP Platform.", - "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", - "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", - "category": "Communication", + "name": "MyTimer", + "version": "1.0.6", + "author": "ApophisXX", + "maintainer": "ApophisXX", + "sentence": "Functions for non-blocking millis() timer", + "paragraph": "Functions to be called within the loop, to provide different timing functionalities", + "website": "*", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.0.1.zip", - "archiveFileName": "ThingESP-1.0.1.zip", - "size": 129495, - "checksum": "SHA-256:9c5da082ea11830fb9f07530dfb016d4f3d36e2a190de8729d860abe570c4603" + "repository": "https://github.com/ApophisXX/MyTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ApophisXX/MyTimer-1.0.6.zip", + "archiveFileName": "MyTimer-1.0.6.zip", + "size": 13373, + "checksum": "SHA-256:d1a1b1756f7b94a90cc95144ac2b7e15538efd9dae5513f2672790d40ed6a2a3" }, { - "name": "ThingESP", - "version": "1.2.0", - "author": "SiddheshNan \u003chello@siddhesh.me\u003e", - "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", - "sentence": "Arduino library for the ThingsESP Platform.", - "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", - "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", - "category": "Communication", + "name": "MyTimer", + "version": "1.0.9", + "author": "ApophisXX", + "maintainer": "ApophisXX", + "sentence": "Functions for non-blocking millis() timer", + "paragraph": "Functions to be called within the loop, to provide different timing functionalities", + "website": "https://github.com/ApophisXX/MyTimer.git", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.0.zip", - "archiveFileName": "ThingESP-1.2.0.zip", - "size": 131789, - "checksum": "SHA-256:250c5b6559b5b84bcdbc4cb93c20e1d5fff59732ba956bfd0a2fa4fcf874eeb1" + "repository": "https://github.com/ApophisXX/MyTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ApophisXX/MyTimer-1.0.9.zip", + "archiveFileName": "MyTimer-1.0.9.zip", + "size": 13410, + "checksum": "SHA-256:218d8dab4eb744209b88025a36d127eb75d34d5175476e8fc2d62fb092930514" }, { - "name": "ThingESP", - "version": "1.2.1", - "author": "SiddheshNan \u003chello@siddhesh.me\u003e", - "maintainer": "SiddheshNan \u003chello@siddhesh.me\u003e", - "sentence": "Arduino library for the ThingsESP Platform.", - "paragraph": "The ThingESP Arduino Client Library is an easy to use client library to connect your IoT devices to the ThingESP Cloud Platform. This is a library specifically designed for the Arduino IDE, so you can easily install it in your environment and start connecting your devices within minutes. It supports multiple network interfaces like Wifi. So you can use it in several devices like Any ESP8266 variant like NodeMCU, etc.", - "website": "https://github.com/SiddheshNan/ThingESP-Arduino-Library", - "category": "Communication", + "name": "MyTimer", + "version": "1.1.0", + "author": "ApophisXX", + "maintainer": "ApophisXX", + "sentence": "Functions for non-blocking millis() timer.", + "paragraph": "Functions to be called within the loop to provide different time dependent actions. Easy to use Serial prints, simple button debounce, effective non code blocking events. Sheer unlimited possibilities.", + "website": "https://github.com/ApophisXX/MyTimer.git", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/SiddheshNan/ThingESP-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/SiddheshNan/ThingESP-1.2.1.zip", - "archiveFileName": "ThingESP-1.2.1.zip", - "size": 133468, - "checksum": "SHA-256:99a6d2b25a7b83af54fa20bab589acf227ae879c1dd942b3e3990217320b0e3b" + "repository": "https://github.com/ApophisXX/MyTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ApophisXX/MyTimer-1.1.0.zip", + "archiveFileName": "MyTimer-1.1.0.zip", + "size": 14966, + "checksum": "SHA-256:5a64ae8bf23bdaefa16c6ec83fe35ddcf92b4e33407d461bfae1482a337c2dab" }, { - "name": "Adafruit MLX90395", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Driver for the MLX90395 magenetic field sensor", - "paragraph": "Driver for the MLX90395 magenetic field sensor", - "website": "https://github.com/adafruit/Adafruit_MLX90395", - "category": "Sensors", + "name": "MyTimer", + "version": "1.1.1", + "author": "ApophisXX", + "maintainer": "ApophisXX", + "sentence": "Functions for non-blocking millis() timer.", + "paragraph": "Functions to be called within the loop to provide different time dependent actions. Easy to use Serial prints, simple button debounce, effective non code blocking events. Sheer unlimited possibilities.", + "website": "https://github.com/ApophisXX/MyTimer.git", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MLX90395.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90395-1.0.0.zip", - "archiveFileName": "Adafruit_MLX90395-1.0.0.zip", - "size": 7234, - "checksum": "SHA-256:b5da71706531dd38f7fb69086ab0b38e98ff36e241e9261c082a36a936cf2bd2" + "repository": "https://github.com/ApophisXX/MyTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ApophisXX/MyTimer-1.1.1.zip", + "archiveFileName": "MyTimer-1.1.1.zip", + "size": 14637, + "checksum": "SHA-256:61c2c1ea3071d31de619887314397ad18f3d1f1b67fab89274db642ed0fce78d" }, { - "name": "Adafruit MLX90395", + "name": "pngle", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Driver for the MLX90395 magenetic field sensor", - "paragraph": "Driver for the MLX90395 magenetic field sensor", - "website": "https://github.com/adafruit/Adafruit_MLX90395", - "category": "Sensors", + "author": "kikuchan", + "maintainer": "kikuchan", + "sentence": "A stream based portable PNG Loader for Embedding", + "paragraph": "A memory frugal stream based portable PNG image for decoder embedded systems. All standard types of PNG files are supported (as tested with PngSuite), including interlaced images.", + "website": "https://github.com/kikuchan/pngle", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_MLX90395.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit Unified Sensor" - } + "repository": "https://github.com/kikuchan/pngle.git", + "providesIncludes": [ + "pngle.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MLX90395-1.0.1.zip", - "archiveFileName": "Adafruit_MLX90395-1.0.1.zip", - "size": 7611, - "checksum": "SHA-256:ec152f900ecc5c7c988aa1281a24480a89d5e47b0c311218ff01e2804d192008" + "url": "https://downloads.arduino.cc/libraries/github.com/kikuchan/pngle-1.0.1.zip", + "archiveFileName": "pngle-1.0.1.zip", + "size": 207545, + "checksum": "SHA-256:f4c6b308cce405c451cb43a2069e27ba962bcd3fffd4e36f4ff1ceba359094df" }, { - "name": "BLE-MIDI", - "version": "2.1.0", - "author": "lathoub", - "maintainer": "lathoub \u003clathoub@gmail.com\u003e", - "sentence": "BLE-MIDI I/Os for Arduino", - "paragraph": "MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino", - "website": "https://github.com/lathoub/Arduino-BLE-MIDI", - "category": "Communication", + "name": "ChatGPTuino", + "version": "0.1.0", + "author": "Michael Cheich", + "maintainer": "Programming Electronics Academy \u003ccontact@programmingelectronics.com\u003e", + "sentence": "Arduino library for making API calls to OpenAI's chatGPT.", + "paragraph": "This library simplfies using the popular ChatGPT API for AI text creation.", + "website": "https://github.com/ProgrammingElectronicsAcademy/chatGPT-Arduino-library", + "category": "Data Processing", "architectures": [ - "esp32", - "samd", - "megaavr", - "mbed", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lathoub/Arduino-BLE-MIDI.git", + "repository": "https://github.com/ProgrammingElectronicsAcademy/chatGPT-Arduino-library.git", "providesIncludes": [ - "BLEMIDI_Transport.h" + "ChatGPTuino.h" ], "dependencies": [ { - "name": "MIDI Library" - }, - { - "name": "NimBLE-Arduino" + "name": "ArduinoJson", + "version": "\u003e=6.21.3" }, { - "name": "ArduinoBLE" + "name": "WiFiClientSecure" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lathoub/BLE_MIDI-2.1.0.zip", - "archiveFileName": "BLE_MIDI-2.1.0.zip", - "size": 19403, - "checksum": "SHA-256:685795b8d0c93d8ada1143bab1b24f2b08ef7127d72d2aa10047c01bf8a75b35" + "url": "https://downloads.arduino.cc/libraries/github.com/ProgrammingElectronicsAcademy/ChatGPTuino-0.1.0.zip", + "archiveFileName": "ChatGPTuino-0.1.0.zip", + "size": 24551, + "checksum": "SHA-256:773f1b77d8f854dbbc06883ebda892887b55e52e0a01c44c73f73a7c800a8e2b" }, { - "name": "Adafruit TLA202x", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the TLA202x sensors in the Adafruit shop", - "paragraph": "Arduino library for the TLA202x sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_TLA202x", - "category": "Sensors", + "name": "AD5263", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for AD5263", + "paragraph": "Library to control digital potentiometer AD5263 and compatibles.", + "website": "https://github.com/RobTillaart/AD5263", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TLA202x.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/RobTillaart/AD5263.git", + "providesIncludes": [ + "AD5263.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TLA202x-1.0.0.zip", - "archiveFileName": "Adafruit_TLA202x-1.0.0.zip", - "size": 15151, - "checksum": "SHA-256:ba17bb106fc02ff0f6a8602ecb9ad4198604ace1c7b8cfe97d4188beca8ebd5c" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5263-0.1.0.zip", + "archiveFileName": "AD5263-0.1.0.zip", + "size": 15027, + "checksum": "SHA-256:921498f35dfa39aa7c3db290855ae65f47daece6466eb1d7b7f821a0fe895907" }, { - "name": "homecontrol-mqtt", - "version": "0.1.0", - "author": "homecontrol", - "maintainer": "homecontrol", - "sentence": "A client library for MQTT messaging.", - "paragraph": "This library allows you to send and receive MQTT messages with HomeControlAS system.", - "website": "https://github.com/HomeControlAS/homecontrol-mqtt", - "category": "Communication", + "name": "AD5263", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to control digital potentiometer AD5263 and compatibles.", + "website": "https://github.com/RobTillaart/AD5263", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeControlAS/homecontrol-mqtt.git", - "url": "https://downloads.arduino.cc/libraries/github.com/HomeControlAS/homecontrol_mqtt-0.1.0.zip", - "archiveFileName": "homecontrol_mqtt-0.1.0.zip", - "size": 27901, - "checksum": "SHA-256:16d322874381f9a1e555865dac6aac63dade8bf8e578a6db7883ec6a94de4889" + "repository": "https://github.com/RobTillaart/AD5263.git", + "providesIncludes": [ + "AD5263.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5263-0.1.1.zip", + "archiveFileName": "AD5263-0.1.1.zip", + "size": 16450, + "checksum": "SHA-256:21ec538955ba1d03fbe6b10372b299d772b3cf8511c86d34e42669ef282cde13" }, { - "name": "homecontrol-mqtt", - "version": "1.0.0", - "author": "Home Control \u003cintegration@homecontrol.no\u003e", - "maintainer": "Home Control \u003cintegration@homecontrol.no\u003e", - "sentence": "A client library for MQTT messaging.", - "paragraph": "This library allows you to send and receive MQTT messages with HomeControlAS system.", - "website": "https://github.com/HomeControlAS/homecontrol-mqtt", - "category": "Communication", + "name": "AD5263", + "version": "0.1.2", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Library to control digital potentiometer AD5263 and compatibles.", + "website": "https://github.com/RobTillaart/AD5263", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeControlAS/homecontrol-mqtt.git", + "repository": "https://github.com/RobTillaart/AD5263.git", + "providesIncludes": [ + "AD5263.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/AD5263-0.1.2.zip", + "archiveFileName": "AD5263-0.1.2.zip", + "size": 16746, + "checksum": "SHA-256:68030f97e8c31cbd3519de192dc03176af86698fb13254cfe6f20811429b1ecb" + }, + { + "name": "M5Cardputer", + "version": "1.0.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Cardputer Board", + "paragraph": "M5Stack, M5Cardputer, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Cardputer.git", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Cardputer.git", + "providesIncludes": [ + "M5Cardputer.h" + ], "dependencies": [ { - "name": "PubSubClient" + "name": "M5Unified" + }, + { + "name": "M5GFX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeControlAS/homecontrol_mqtt-1.0.0.zip", - "archiveFileName": "homecontrol_mqtt-1.0.0.zip", - "size": 60681, - "checksum": "SHA-256:5ea7f3cb4adbed4226a72ad69de9c2c018f3788ef6dbbb17eac737ef78ca9174" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Cardputer-1.0.0.zip", + "archiveFileName": "M5Cardputer-1.0.0.zip", + "size": 15513, + "checksum": "SHA-256:d9d38887e7ce8fce273c965664baf314ce749fb1d89e95717c7038f624c69aa0" }, { - "name": "DMD32", - "version": "1.0.0", - "author": "Khudhur Abdullah Alfarhan \u003cQudoren@gmail.com\u003e", - "maintainer": "Khudhur Abdullah Alfarhan \u003cQudoren@gmail.com\u003e", - "sentence": "An Arduino library for ESP32 to drive DMD LED matrix display", - "paragraph": "Supports ESP32 and DMD LED matrix display", - "website": "https=//github.com/Qudor-Engineer/DMD32/", - "category": "Uncategorized", + "name": "M5Cardputer", + "version": "1.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Cardputer Board", + "paragraph": "M5Stack, M5Cardputer, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Cardputer.git", + "category": "Display", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Qudor-Engineer/DMD32.git", + "repository": "https://github.com/m5stack/M5Cardputer.git", "providesIncludes": [ - "DMD32.h" + "M5Cardputer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Qudor-Engineer/DMD32-1.0.0.zip", - "archiveFileName": "DMD32-1.0.0.zip", - "size": 119751, - "checksum": "SHA-256:9f9e9b8bcad8baa29f1c5f9ecf4844d30cd26bf5b5dfcb48530efed7ea13ef75" + "dependencies": [ + { + "name": "M5Unified" + }, + { + "name": "M5GFX" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Cardputer-1.0.1.zip", + "archiveFileName": "M5Cardputer-1.0.1.zip", + "size": 16978, + "checksum": "SHA-256:a6adcda5963abc4b55df3009954d1d7371c211e3deff9bf16c7c3a992df5f30c" }, { - "name": "Ponoor PowerSTEP01 Library", - "version": "1.0.0", - "author": "Ponoor Experiments Inc \u003cinfo@ponoor.com\u003e", - "maintainer": "Kanta Horio \u003ckanta@ponoor.com\u003e", - "sentence": "STM PowerSTEP01 stepper driver chip library with voltage and current drive mode.", - "paragraph": "This library is modified from Megunolink powerSTEP01_Arduino_Library to support a current drive mode. Also to work with SAMD architecture.", - "website": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library", - "category": "Device Control", + "name": "M5Cardputer", + "version": "1.0.2", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Cardputer Board", + "paragraph": "M5Stack, M5Cardputer, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Cardputer.git", + "category": "Display", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/ponoor/Ponoor_PowerSTEP01_Library.git", + "repository": "https://github.com/m5stack/M5Cardputer.git", "providesIncludes": [ - "Ponoor_PowerSTEP01Library.h" + "M5Cardputer.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/ponoor/Ponoor_PowerSTEP01_Library-1.0.0.zip", - "archiveFileName": "Ponoor_PowerSTEP01_Library-1.0.0.zip", - "size": 42037, - "checksum": "SHA-256:ab8e141729cf5cff1bd72d1fb1627284754cc38d2cee9ce5c444135406396976" + "dependencies": [ + { + "name": "M5Unified" + }, + { + "name": "M5GFX" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Cardputer-1.0.2.zip", + "archiveFileName": "M5Cardputer-1.0.2.zip", + "size": 18249, + "checksum": "SHA-256:d204466f27a6039887a547dbb4d635de4ce02bd1c478ff77821b1ca08f16bed5" }, { - "name": "SigmaDSP", - "version": "1.0.0", - "author": "MCUdude", - "maintainer": "MCUdude", - "sentence": "An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP", - "website": "https://github.com/MCUdude/SigmaDSP", + "name": "Arduino_ScienceKitCarrier", + "version": "0.2.0", + "author": "Arduino, Giovanni di Dio Bruno", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library and firmware for Arduino Science Kit R3", + "paragraph": "This library can be used to flash the Arduino Science Kit R3 and hack it.", + "website": "https://github.com/gbr1/Arduino_ScienceKitCarrier", "category": "Communication", "architectures": [ - "*" + "mbed", + "mbed_nano" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/MCUdude/SigmaDSP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.0.0.zip", - "archiveFileName": "SigmaDSP-1.0.0.zip", - "size": 313148, - "checksum": "SHA-256:d13987ed9adeb2c72d4d597ab7875f906dd538dcf5a6aed00a598574140c5b48" + "repository": "https://github.com/arduino-libraries/Arduino_ScienceKitCarrier.git", + "providesIncludes": [ + "Arduino_ScienceKitCarrier.h" + ], + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "WiFiNINA" + }, + { + "name": "INA2xx" + }, + { + "name": "Arduino_BMI270_BMM150" + }, + { + "name": "BSEC Software Library" + }, + { + "name": "Arduino_GroveI2C_Ultrasonic" + }, + { + "name": "OneWireNg" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceKitCarrier-0.2.0.zip", + "archiveFileName": "Arduino_ScienceKitCarrier-0.2.0.zip", + "size": 53851, + "checksum": "SHA-256:6e31309fa5d1189d7e3b7959550ae2bf7c9f5807a9ddcddebf1237dfd7475439" }, { - "name": "SigmaDSP", - "version": "1.0.1", - "author": "MCUdude", - "maintainer": "MCUdude", - "sentence": "An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP", - "website": "https://github.com/MCUdude/SigmaDSP", + "name": "Arduino_ScienceKitCarrier", + "version": "0.2.1", + "author": "Arduino, Giovanni di Dio Bruno", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "Library and firmware for Arduino Science Kit R3", + "paragraph": "This library can be used to flash the Arduino Science Kit R3 and hack it.", + "website": "https://github.com/arduino-libraries/Arduino_ScienceKitCarrier", "category": "Communication", "architectures": [ - "*" + "mbed", + "mbed_nano" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/MCUdude/SigmaDSP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/MCUdude/SigmaDSP-1.0.1.zip", - "archiveFileName": "SigmaDSP-1.0.1.zip", - "size": 263396, - "checksum": "SHA-256:4e2529ace913437e875195ffa27dfa4083b271dbf5f4455b3abbfd047c3eb1d3" + "repository": "https://github.com/arduino-libraries/Arduino_ScienceKitCarrier.git", + "providesIncludes": [ + "Arduino_ScienceKitCarrier.h" + ], + "dependencies": [ + { + "name": "Arduino_APDS9960" + }, + { + "name": "ArduinoBLE" + }, + { + "name": "WiFiNINA" + }, + { + "name": "INA2xx" + }, + { + "name": "Arduino_BMI270_BMM150" + }, + { + "name": "BSEC Software Library" + }, + { + "name": "Arduino_GroveI2C_Ultrasonic" + }, + { + "name": "OneWireNg" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_ScienceKitCarrier-0.2.1.zip", + "archiveFileName": "Arduino_ScienceKitCarrier-0.2.1.zip", + "size": 53859, + "checksum": "SHA-256:8d5202dcdaca11eefb1b2fa4eca3fdff259241721f141bdf861d749a0b7ac47f" }, { - "name": "AS6212 Temperature Sensor", + "name": "Adafruit VCNL4020 Library", "version": "1.0.0", - "author": "Brandon Williams (will2055)", - "maintainer": "Brandon Williams (will2055)", - "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", - "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", - "website": "https://github.com/will2055/AS6212-Arduino-Library", - "category": "Sensors", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the VCNL4020 light and proximity sensor", + "paragraph": "Arduino library for the VCNL4020 light and proximity sensor", + "website": "https://github.com/adafruit/Adafruit_VCNL4020", + "category": "Device Control", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.0.zip", - "archiveFileName": "AS6212_Temperature_Sensor-1.0.0.zip", - "size": 8008, - "checksum": "SHA-256:1c0da3fb29ac4012a64f2fcec47f5104fd7fa847891838b91c0bff1303dc97c3" + "repository": "https://github.com/adafruit/Adafruit_VCNL4020.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_VCNL4020_Library-1.0.0.zip", + "archiveFileName": "Adafruit_VCNL4020_Library-1.0.0.zip", + "size": 262854, + "checksum": "SHA-256:af47d7d6edd8618a80fa48c8a3cbea14e29feea9ce22b3c45b252fffa90e0988" }, { - "name": "AS6212 Temperature Sensor", - "version": "1.0.3", - "author": "Brandon Williams (will2055)", - "maintainer": "Brandon Williams (will2055)", - "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", - "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", - "website": "https://github.com/will2055/AS6212-Arduino-Library", + "name": "Waterproof_Ultrasonic", + "version": "1.0.0", + "author": "Makerlab.vn", + "maintainer": "Makerlab.vn \u003cxuanngoc1992@gmail.com\u003e", + "sentence": "Waterproof_Ultrasonic library for AJ-SR-04M or JSN-SR04.", + "paragraph": "A simple library for reading values from AJ-SR-04M or JSN-SR04 ultrasonic distance sensor. You can get the distance to objects between 25cm and 400cm. Suport both Uart and PulseIn.", + "website": "https://github.com/makerlabvn/Waterproof_Ultrasonic.git", "category": "Sensors", "architectures": [ "*" @@ -359943,20 +824600,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.3.zip", - "archiveFileName": "AS6212_Temperature_Sensor-1.0.3.zip", - "size": 9381, - "checksum": "SHA-256:c04c2f644630ded9496b6757404faa7de7b9d3411f4c615ba7ea06e3a12ae9b5" + "repository": "https://github.com/makerlabvn/Waterproof_Ultrasonic.git", + "url": "https://downloads.arduino.cc/libraries/github.com/makerlabvn/Waterproof_Ultrasonic-1.0.0.zip", + "archiveFileName": "Waterproof_Ultrasonic-1.0.0.zip", + "size": 346741, + "checksum": "SHA-256:15718b2f3b0ea5fe0662bf508e33be577ef71331eb1c0617183a3c2877966009" }, - { - "name": "AS6212 Temperature Sensor", - "version": "1.0.4", - "author": "Brandon Williams (will2055)", - "maintainer": "Brandon Williams (will2055)", - "sentence": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", - "paragraph": "Arduino Library for interfacing with the AMS AS6212 Temperature Sensor", - "website": "https://github.com/will2055/AS6212-Arduino-Library", + { + "name": "CircuitPlaygroundGestures", + "version": "1.0.0", + "author": "Zach Vonler", + "maintainer": "Zach Vonler \u003czvonler@gmail.com\u003e", + "sentence": "Gesture recognizer for the Adafruit Circuit Playground.", + "paragraph": "Detects user inputs on the built-in accelerometer, slide switch, and buttons.", + "website": "https://github.com/zvonler/CircuitPlaygroundGestures", "category": "Sensors", "architectures": [ "*" @@ -359964,85 +824621,129 @@ "types": [ "Contributed" ], - "repository": "https://github.com/will2055/AS6212-Arduino-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/will2055/AS6212_Temperature_Sensor-1.0.4.zip", - "archiveFileName": "AS6212_Temperature_Sensor-1.0.4.zip", - "size": 9390, - "checksum": "SHA-256:3ed6392361c6da2ae0993b59ebee2219a2663cc6e0367bbaa331786e3b01f62c" + "repository": "https://github.com/zvonler/CircuitPlaygroundGestures.git", + "dependencies": [ + { + "name": "DebouncedButton", + "version": "\u003e=1.1.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zvonler/CircuitPlaygroundGestures-1.0.0.zip", + "archiveFileName": "CircuitPlaygroundGestures-1.0.0.zip", + "size": 21854, + "checksum": "SHA-256:2819101694c56f3905337ab6d17e96faf7a582d86efa852b37abe204cf6341b4" }, { - "name": "plotutils", + "name": "CircuitPlaygroundGestures", "version": "1.0.1", - "author": "Robert Maier and Nick Tufillaro", - "maintainer": "Larry Bernstone", - "sentence": "2-D vector graphics composition library", - "paragraph": "This library implements the core of the GNU plotutils package (https://www.gnu.org/software/plotutils/). It includes graph, but not spline or ode, to reduce the size a bit. It compiles to around ~650kB code space, and requires psram to work with substantial images (\u003e140x140).", - "website": "https://github.com/lbernstone/libplot", - "category": "Data Processing", + "author": "Zach Vonler", + "maintainer": "Zach Vonler \u003czvonler@gmail.com\u003e", + "sentence": "Gesture recognizer for the Adafruit Circuit Playground.", + "paragraph": "Detects user inputs on the built-in accelerometer, slide switch, and buttons.", + "website": "https://github.com/zvonler/CircuitPlaygroundGestures", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lbernstone/plotutils.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/plotutils-1.0.1.zip", - "archiveFileName": "plotutils-1.0.1.zip", - "size": 1168467, - "checksum": "SHA-256:75c5be9e1c99d323e9dcd38b9e7b4e6d7004f1ba0107f8cb4f28e8c62f7f02aa" + "repository": "https://github.com/zvonler/CircuitPlaygroundGestures.git", + "dependencies": [ + { + "name": "DebouncedButton", + "version": "\u003e=1.1.0" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zvonler/CircuitPlaygroundGestures-1.0.1.zip", + "archiveFileName": "CircuitPlaygroundGestures-1.0.1.zip", + "size": 21917, + "checksum": "SHA-256:f3b32207b00622afa687c242703fba7ad6602e2e366e04f520ef2e2ba44daaf9" }, { - "name": "runningAngle", - "version": "0.1.0", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Library to average angles by means of low pass filtering with wrapping.", - "website": "https://github.com/RobTillaart/runningAngle", - "category": "Data Processing", + "name": "Ulm_Weatherballoon", + "version": "0.0.9", + "author": "Falko Schmidt", + "maintainer": "Falko Schmidt \u003cfalko@schmidt-erbach.de\u003e", + "sentence": "Arduino library for high altitude applications.", + "paragraph": "!!!NOT YET FOR USE!!! This library will be used for high altitude balloons to reach the edge of space. Special classes and algorithms are used to provide a successful ride reaching the stars.", + "website": "https://gitlab.com/F-Schmidt/ulm_weatherballoon", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/runningAngle.git", - "providesIncludes": [ - "runningAngle.h" + "repository": "https://gitlab.com/F-Schmidt/ulm_weatherballoon.git", + "dependencies": [ + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "MS5x" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/runningAngle-0.1.0.zip", - "archiveFileName": "runningAngle-0.1.0.zip", - "size": 5422, - "checksum": "SHA-256:69cf87d5c6b88fe6fbfbfb138e3e9bee23163414682244088cf25e10507067c9" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/F-Schmidt/Ulm_Weatherballoon-0.0.9.zip", + "archiveFileName": "Ulm_Weatherballoon-0.0.9.zip", + "size": 22890, + "checksum": "SHA-256:c8ce636e395c9df4fb21fb68dfcfb3b08817bbdc85e902ba4007a6508b8016fb" }, { - "name": "SMoS", + "name": "Ulm_Weatherballoon", "version": "0.1.0", - "author": "Chris Dinh", - "maintainer": "Chris Dinh", - "sentence": "Utility library for encoding and decoding of SMoS messages.", - "paragraph": "SMoS is a client/server REST based messaging protocol, originally intended as a mechanism to encapsulate data and its context when transmitted over a serial link.", - "website": "https://github.com/ChrisDinhNZ/SMoS-cpp", - "category": "Communication", + "author": "Falko Schmidt", + "maintainer": "Falko Schmidt \u003cfalko@schmidt-erbach.de\u003e", + "sentence": "Arduino library for high altitude applications.", + "paragraph": "!!!NOT YET FOR USE!!! This library will be used for high altitude balloons to reach the edge of space. Special classes and algorithms are used to provide a successful ride reaching the stars.", + "website": "https://gitlab.com/F-Schmidt/ulm_weatherballoon", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ChrisDinhNZ/SMoS-cpp.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ChrisDinhNZ/SMoS-0.1.0.zip", - "archiveFileName": "SMoS-0.1.0.zip", - "size": 9125, - "checksum": "SHA-256:e7aa2fc003d43a8c1cf9daaf2ad65ad4b141f565bec1a98b83f1093a13d363c8" + "repository": "https://gitlab.com/F-Schmidt/ulm_weatherballoon.git", + "dependencies": [ + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "MS5x" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/F-Schmidt/Ulm_Weatherballoon-0.1.0.zip", + "archiveFileName": "Ulm_Weatherballoon-0.1.0.zip", + "size": 19964, + "checksum": "SHA-256:a6d4eba38859e7e81b9c10f0bdfa542bb3d88c0f7f856de27066615e6effd151" }, { - "name": "ProtoCentral MLX90632 Non-contact temperature Library", - "version": "1.0.0", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral \u003cprotocentral.com\u003e", - "sentence": "Library for the ProtoCentral MLX90632 breakout board", - "paragraph": "Arduino library for the Melexis MLX90632 IR non-contact temperature sensor breakout board from ProtoCentral Electronics.", - "website": "https://github.com/Protocentral/protocentral_mlx90632_arduino", + "name": "Ulm_Weatherballoon", + "version": "0.1.1", + "author": "Falko Schmidt", + "maintainer": "Falko Schmidt \u003cfalko@schmidt-erbach.de\u003e", + "sentence": "Arduino library for high altitude applications.", + "paragraph": "!!!NOT YET FOR USE!!! This library will be used for high altitude balloons to reach the edge of space. Special classes and algorithms are used to provide a successful ride reaching the stars.", + "website": "https://gitlab.com/F-Schmidt/ulm_weatherballoon", "category": "Sensors", "architectures": [ "*" @@ -360050,1506 +824751,1635 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral_mlx90632_arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_MLX90632_Non_contact_temperature_Library-1.0.0.zip", - "archiveFileName": "ProtoCentral_MLX90632_Non_contact_temperature_Library-1.0.0.zip", - "size": 2567228, - "checksum": "SHA-256:ffdfc75cac1b205d612383ee5793be727a3b5124cf7e46cbda92b128db9ea022" + "repository": "https://gitlab.com/F-Schmidt/ulm_weatherballoon.git", + "dependencies": [ + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "MS5x" + } + ], + "url": "https://downloads.arduino.cc/libraries/gitlab.com/F-Schmidt/Ulm_Weatherballoon-0.1.1.zip", + "archiveFileName": "Ulm_Weatherballoon-0.1.1.zip", + "size": 163402, + "checksum": "SHA-256:96b1f6e39865370fa1104263647b485fc4a3241a88718cdb1b961013724b6430" }, { - "name": "Melody", - "version": "1.0.0", - "author": "Claude Bouchard", - "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", - "sentence": "Melody for Arduino offers a simple an powerful music text notation called MELO.", - "paragraph": "Melody for Arduino offers a simple an powerful music text notation called MELO. It allows you to write music in a more natural way in terms of notes, alterations and rythms. Then, the Melody will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", - "website": "https://github.com/dualB/Melody", - "category": "Data Processing", + "name": "Ulm_Weatherballoon", + "version": "0.1.2", + "author": "Falko Schmidt", + "maintainer": "Falko Schmidt \u003cfalko@schmidt-erbach.de\u003e", + "sentence": "Arduino library for high altitude applications.", + "paragraph": "!!!NOT YET FOR USE!!! This library will be used for high altitude balloons to reach the edge of space. Special classes and algorithms are used to provide a successful ride reaching the stars.", + "website": "https://gitlab.com/F-Schmidt/ulm_weatherballoon", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dualB/Melody.git", - "providesIncludes": [ - "Melody.h" + "repository": "https://gitlab.com/F-Schmidt/ulm_weatherballoon.git", + "dependencies": [ + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "MS5x" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.0.0.zip", - "archiveFileName": "Melody-1.0.0.zip", - "size": 55520, - "checksum": "SHA-256:094091866e35ea27bdd08e7427c37a97514af7ec1852406dee836a96eddb63f1" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/F-Schmidt/Ulm_Weatherballoon-0.1.2.zip", + "archiveFileName": "Ulm_Weatherballoon-0.1.2.zip", + "size": 161888, + "checksum": "SHA-256:fe076c637b151ca625475a0bc8c65159ccf1ed8d802d8bd165e5bec3343d2f1c" }, { - "name": "Melody", - "version": "1.0.1", - "author": "Claude Bouchard", - "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", - "sentence": "Melody offers a simple an powerful music text notation called MELO.", - "paragraph": "Melody allows you to write music in a more natural way, in terms of notes, alterations and rythms. Once created, the Melody object will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", - "website": "https://github.com/dualB/Melody", - "category": "Data Processing", + "name": "Ulm_Weatherballoon", + "version": "0.1.3", + "author": "Falko Schmidt", + "maintainer": "Falko Schmidt \u003cfalko@schmidt-erbach.de\u003e", + "sentence": "Library for high altitude applications.", + "paragraph": "!!!NOT YET FOR USE!!! This library will be used for high altitude balloons to reach the edge of space. Special classes and algorithms are used to provide a successful ride reaching the stars.", + "website": "https://gitlab.com/F-Schmidt/ulm_weatherballoon", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dualB/Melody.git", - "providesIncludes": [ - "Melody.h" + "repository": "https://gitlab.com/F-Schmidt/ulm_weatherballoon.git", + "dependencies": [ + { + "name": "Arduino_LSM6DS3" + }, + { + "name": "DallasTemperature" + }, + { + "name": "Adafruit NeoPixel" + }, + { + "name": "Adafruit SSD1306" + }, + { + "name": "MS5x" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.0.1.zip", - "archiveFileName": "Melody-1.0.1.zip", - "size": 60510, - "checksum": "SHA-256:5bf73005bf2a7014d029db6d616cb8d8a3662ac65a8e0055841def13bc971314" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/F-Schmidt/Ulm_Weatherballoon-0.1.3.zip", + "archiveFileName": "Ulm_Weatherballoon-0.1.3.zip", + "size": 1232130, + "checksum": "SHA-256:20db99481952270563d0acdf5fe08dcc4a9c799fa10e2d5f8711601520ba9c48" }, { - "name": "Melody", - "version": "1.1.0", - "author": "Claude Bouchard", - "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", - "sentence": "Melody offers a simple an powerful music text notation called MELO.", - "paragraph": "Melody allows you to write music in a more natural way, in terms of notes, alterations and rythms. Once created, the Melody object will offer an iterator object that will translate your melody in terms of frequencies (Hz) and duration (ms). If you use it with the library 'Musician', it reduces complexity when you want to play a melody with any buzzer or tone generator device.", - "website": "https://github.com/dualB/Melody", - "category": "Data Processing", + "name": "Interstitial Quadrant", + "version": "0.1.0", + "author": "Interstitial", + "maintainer": "Interstitial \u003cinfo@interstitial.coop\u003e", + "sentence": "Convenience classes for the Quadrant ToF interface board", + "paragraph": "Convenience classes for the Quadrant ToF interface board", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dualB/Melody.git", - "providesIncludes": [ - "Melody.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Melody-1.1.0.zip", - "archiveFileName": "Melody-1.1.0.zip", - "size": 61121, - "checksum": "SHA-256:dd7b60878d1f254077c3549de344efb8b56baa6ae2c65c518daa53a3de9075af" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.1.0.zip", + "archiveFileName": "Interstitial_Quadrant-0.1.0.zip", + "size": 20204, + "checksum": "SHA-256:841f6928a89a4576029684a33bf407046a9c13434d49739cf18b638223a79615" }, { - "name": "Musician", - "version": "1.0.0", - "author": "Claude Bouchard", - "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", - "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", - "paragraph": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.. The musician is on a non-blocking routine. It can pause and stop on demand.", - "website": "https://github.com/dualB/Musician", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.2.1", + "author": "Interstitial", + "maintainer": "Interstitial \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and examples for the Quadrant ToF interface board", + "paragraph": "Arduino library and examples for the Quadrant ToF interface board", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dualB/Musician.git", - "providesIncludes": [ - "Musician.h" - ], + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", "dependencies": [ { - "name": "Melody" + "name": "Adafruit_VL53L0X" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.0.0.zip", - "archiveFileName": "Musician-1.0.0.zip", - "size": 8912, - "checksum": "SHA-256:1fb886d66a8e42034ebe330fd3f000a2fcb4014d9cb7357ba7b3fefb43494c38" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.2.1.zip", + "archiveFileName": "Interstitial_Quadrant-0.2.1.zip", + "size": 20309, + "checksum": "SHA-256:74bc1a58d2604279ee73cba623743b0e3f97e62ab77ffdd820436703fcc59540" }, { - "name": "Musician", - "version": "1.0.1", - "author": "Claude Bouchard", - "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", - "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", - "paragraph": "The musician is on a non-blocking routine. It can pause and stop on demand.", - "website": "https://github.com/dualB/Musician", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.2.2", + "author": "Interstitial", + "maintainer": "Interstitial \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and examples for the Quadrant ToF interface board", + "paragraph": "Arduino library and examples for the Quadrant ToF interface board", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dualB/Musician.git", - "providesIncludes": [ - "Musician.h" - ], + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", "dependencies": [ { - "name": "Melody" + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.0.1.zip", - "archiveFileName": "Musician-1.0.1.zip", - "size": 11229, - "checksum": "SHA-256:e2b5233e07021bb8ae48b813914567bd4d241cde45582d6ec58b1df7a6ab8681" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.2.2.zip", + "archiveFileName": "Interstitial_Quadrant-0.2.2.zip", + "size": 20798, + "checksum": "SHA-256:221c57911b269a413ba4229696a9edca3f1721d74c01a46860336d9d4151970a" }, { - "name": "Musician", - "version": "1.2.0", - "author": "Claude Bouchard", - "maintainer": "Claude Bouchard \u003cclaudebouchard2@gmail.com\u003e", - "sentence": "This library implements a virtual musician. You can easily ask him to play a melody, based on the MELO music notation from the Melody Library.", - "paragraph": "The musician is on a non-blocking routine. It can pause and stop on demand.", - "website": "https://github.com/dualB/Musician", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.2.3", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/dualB/Musician.git", - "providesIncludes": [ - "Musician.h" - ], + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", "dependencies": [ { - "name": "Melody" + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/dualB/Musician-1.2.0.zip", - "archiveFileName": "Musician-1.2.0.zip", - "size": 12162, - "checksum": "SHA-256:80f38bfcd15700e17e2a6b3ec449e204e78b5bc8ca8bfce3eb2f64e75c38a3ea" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.2.3.zip", + "archiveFileName": "Interstitial_Quadrant-0.2.3.zip", + "size": 21157, + "checksum": "SHA-256:4b03a5f8ca9ccf38abeca9c1a4dadb43bf1c624ff09f60172178241bb8e8732b" }, { - "name": "ArsaLearn", - "version": "1.0.0", - "author": "arsalearn.com", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Ability to code completely simple", - "paragraph": "Using this library, you can start coding with very convenient and easy functions and examples.", - "website": "https://www.arduino.cc/en/Reference/Librariesz", - "category": "Uncategorized", + "name": "Interstitial Quadrant", + "version": "0.2.4", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArsaLearn/Arsa-Main.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArsaLearn/ArsaLearn-1.0.0.zip", - "archiveFileName": "ArsaLearn-1.0.0.zip", - "size": 12437, - "checksum": "SHA-256:bb39739c07a02fbbff2314d818b66deb160de8d5dff694a92b2f332c19df320e" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.2.4.zip", + "archiveFileName": "Interstitial_Quadrant-0.2.4.zip", + "size": 22273, + "checksum": "SHA-256:ad1bc7b23dbf099264a5837fa95a2d584524f9f8a3a7af979243753286b820f7" }, { - "name": "ArsaLearn", - "version": "1.1.0", - "author": "arsalearn.com", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Ability to code completely simple", - "paragraph": "Using this library, you can start coding with very convenient and easy functions and examples.", - "website": "https://www.arduino.cc/en/Reference/Librariesz", - "category": "Uncategorized", + "name": "Interstitial Quadrant", + "version": "0.3.0", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/ArsaLearn/Arsa-Main.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ArsaLearn/ArsaLearn-1.1.0.zip", - "archiveFileName": "ArsaLearn-1.1.0.zip", - "size": 12437, - "checksum": "SHA-256:bddcc2b9884e50e6b0571cac63db386612641828139158dcaffc4ab86f9143df" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.3.0.zip", + "archiveFileName": "Interstitial_Quadrant-0.3.0.zip", + "size": 22316, + "checksum": "SHA-256:c1b9c19feba5bb3778b762d23f30267b24a98f24db962a7aa3adc7079f48de44" }, { - "name": "TIFF_G4", - "version": "1.0.0", - "author": "Larry Bank", - "maintainer": "Larry Bank", - "sentence": "Optimized TIFF G4 decoder for MCUs with 16K+ RAM.", - "paragraph": "A fast TIFF G4 library with a unique set of functions to make viewing images on microcontrollers easy. Includes fast scaling and anti-aliasing built-in. Supports reading TIFF files or raw G4 data.", - "website": "https://github.com/bitbank2/TIFF_G4", - "category": "Display", + "name": "Interstitial Quadrant", + "version": "0.3.1", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/bitbank2/TIFF_G4.git", - "providesIncludes": [ - "TIFF_G4.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MIDI Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/bitbank2/TIFF_G4-1.0.0.zip", - "archiveFileName": "TIFF_G4-1.0.0.zip", - "size": 327806, - "checksum": "SHA-256:b61a8cdcae830e00c483c34289c654f6a1d581e637eeecb7b23e5500488a786d" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.3.1.zip", + "archiveFileName": "Interstitial_Quadrant-0.3.1.zip", + "size": 22481, + "checksum": "SHA-256:21a9469a245efc10eca2936f6898b822bad6ddf891d06dd369cc5bfda95226e3" }, { - "name": "BMC", - "version": "1.0.0", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App.", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", - "architectures": [], + "name": "Interstitial Quadrant", + "version": "0.4.0", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", + "architectures": [ + "rp2040" + ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MIDI Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.0.zip", - "archiveFileName": "BMC-1.0.0.zip", - "size": 2093824, - "checksum": "SHA-256:d296d16dbff547822bdfcb164a54a92d5289f9ffe61c554c6b6748d473076f98" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.4.0.zip", + "archiveFileName": "Interstitial_Quadrant-0.4.0.zip", + "size": 22934, + "checksum": "SHA-256:092c13d0cd887f486dc495be4ad2d939f59bf4e32c78fb2acd8a6f74f88ea907" }, { - "name": "BMC", - "version": "0.0.10", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.4.1", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MIDI Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.10.zip", - "archiveFileName": "BMC-0.0.10.zip", - "size": 2388724, - "checksum": "SHA-256:2416308e700bd6dcc88fb0bdcc5e345766d20e13c2eedfb4eef1fef2813a17e7" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.4.1.zip", + "archiveFileName": "Interstitial_Quadrant-0.4.1.zip", + "size": 23066, + "checksum": "SHA-256:c71d660e1257374a6e1c0e1e7578529eec7f3844cc80fab7478798746a521bbf" }, { - "name": "BMC", - "version": "0.0.11", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.4.2", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MIDI Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.11.zip", - "archiveFileName": "BMC-0.0.11.zip", - "size": 2388697, - "checksum": "SHA-256:eb5661b9a40994f6172e7e336430135c7bb65ea68c01a6adbed52450fd882aa3" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.4.2.zip", + "archiveFileName": "Interstitial_Quadrant-0.4.2.zip", + "size": 23413, + "checksum": "SHA-256:b1dbf354a8e3278acc23fd5c4a297d23a6033acd9f6d5eab443dd44a7a9086ef" }, { - "name": "BMC", - "version": "0.0.12", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.4.3", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "Adafruit_VL53L0X" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MIDI Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.12.zip", - "archiveFileName": "BMC-0.0.12.zip", - "size": 2098239, - "checksum": "SHA-256:db39eb17927d9646a6f2850ef6806911e452552128c283eecfca315f64d3dce1" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.4.3.zip", + "archiveFileName": "Interstitial_Quadrant-0.4.3.zip", + "size": 23613, + "checksum": "SHA-256:3639bdcb74b404a3888e9f49dcf3a39adb50b34fe289266713d3b5d9cb9364b4" }, { - "name": "BMC", - "version": "0.0.13", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.5.0", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "VL53L0X" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MIDI Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.13.zip", - "archiveFileName": "BMC-0.0.13.zip", - "size": 2112634, - "checksum": "SHA-256:b437af5aa08826dcf9d68aa31e2d7395413b35dc0f20ef11528e4ab5f93b6c22" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.5.0.zip", + "archiveFileName": "Interstitial_Quadrant-0.5.0.zip", + "size": 23970, + "checksum": "SHA-256:1abe160fd0285305761ace91e35c9dcfefe82e41ee0f3b27c7b0dd8c773018ec" }, { - "name": "BMC", - "version": "0.0.14", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "Interstitial Quadrant", + "version": "0.6.0", + "author": "Interstitial Technology", + "maintainer": "Interstitial Technology \u003cinfo@interstitial.coop\u003e", + "sentence": "Arduino library and example code for the Quadrant hand-tracking interface board.", + "paragraph": "Provides distance measurements, aggregate parameters, LED, CV, and MIDI control. Compatible with board rev 4.0.", + "website": "https://github.com/InterstitialTech/quadrant-lib", + "category": "Sensors", "architectures": [ - "avr" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/InterstitialTech/quadrant-lib.git", + "dependencies": [ + { + "name": "VL53L0X" + }, + { + "name": "ArduinoJson" + }, + { + "name": "MIDI Library" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.14.zip", - "archiveFileName": "BMC-0.0.14.zip", - "size": 2112775, - "checksum": "SHA-256:69185086c49bb24a0c247b66b0c3a2387ef2f1835b88a12b9173894a905e5288" + "url": "https://downloads.arduino.cc/libraries/github.com/InterstitialTech/Interstitial_Quadrant-0.6.0.zip", + "archiveFileName": "Interstitial_Quadrant-0.6.0.zip", + "size": 29175, + "checksum": "SHA-256:9e1fd6a068cb796d72939981f8aea8136eb705f9d2b67a013520f209b65432fa" }, { - "name": "BMC", - "version": "0.0.15", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "SparkFun STHS34PF80 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STMicroelectronics infrared sensor STHS34PF80.", + "paragraph": "The STHS34PF80 is a low-power, high-sensitivity infrared sensor for presence and motion detection.", + "website": "https://github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.15.zip", - "archiveFileName": "BMC-0.0.15.zip", - "size": 2120505, - "checksum": "SHA-256:c345cf56756ee78f56decd7bbf2335ea050b39e1a663becbb093d28d2c3b0ddb" + "repository": "https://github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_STHS34PF80_Arduino_Library-1.0.0.zip", + "size": 1626858, + "checksum": "SHA-256:1132b80f0b99fd0bae7591436ee42acaed68130216a46d9d49a6dcd4b3f7a798" }, { - "name": "BMC", - "version": "0.0.16", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "SparkFun STHS34PF80 Arduino Library", + "version": "1.0.3", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STMicroelectronics infrared sensor STHS34PF80.", + "paragraph": "The STHS34PF80 is a low-power, high-sensitivity infrared sensor for presence and motion detection.", + "website": "https://github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library-1.0.3.zip", + "archiveFileName": "SparkFun_STHS34PF80_Arduino_Library-1.0.3.zip", + "size": 1630721, + "checksum": "SHA-256:5f664d713bca2f7c0d5b3142f956f4d052169ad2b562f94f84e5a40abfed4809" + }, + { + "name": "SparkFun STHS34PF80 Arduino Library", + "version": "1.0.4", + "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "A library to drive the STMicroelectronics infrared sensor STHS34PF80.", + "paragraph": "The STHS34PF80 is a low-power, high-sensitivity infrared sensor for presence and motion detection.", + "website": "https://github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library", + "category": "Sensors", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.16.zip", - "archiveFileName": "BMC-0.0.16.zip", - "size": 2120812, - "checksum": "SHA-256:f5b2b966021a6885fbc699de5671a7db15198fa0b38f021d195e9742445cb05d" + "types": [ + "Contributed" + ], + "repository": "https://github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_STHS34PF80_Arduino_Library-1.0.4.zip", + "archiveFileName": "SparkFun_STHS34PF80_Arduino_Library-1.0.4.zip", + "size": 1633724, + "checksum": "SHA-256:24bba86a542a3f47208b39c47987e7e45d6d94cfd0feca92c0662de5d64849a4" }, { - "name": "BMC", - "version": "0.0.17", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "TB_TFT_eSPI", + "version": "1.0.0", + "author": "Bodmer", + "maintainer": "TechBox", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8/16 bit parallel.", + "website": "https://github.com/tech-box-io/TB_TFT_eSPI", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", + "repository": "https://github.com/tech-box-io/TB_TFT_eSPI.git", "providesIncludes": [ - "BMC.h" + "TB_TFT_eSPI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.17.zip", - "archiveFileName": "BMC-0.0.17.zip", - "size": 2120816, - "checksum": "SHA-256:1384bd0ad60edcd753e56ea9e9753f9f2da580e4b4cf87b804cf2d6a4fcc6c60" + "url": "https://downloads.arduino.cc/libraries/github.com/tech-box-io/TB_TFT_eSPI-1.0.0.zip", + "archiveFileName": "TB_TFT_eSPI-1.0.0.zip", + "size": 6250968, + "checksum": "SHA-256:0bc33fe77a844252b3dc4cfa0a5b7903dadbdf7d2c7e4b19052e5e2209203b2f" }, { - "name": "BMC", - "version": "0.0.19", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "TB_TFT_eSPI", + "version": "1.0.2", + "author": "TechBox", + "maintainer": "TechBox", + "sentence": "TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32", + "paragraph": "Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI or 8/16 bit parallel.", + "website": "https://github.com/tech-box-io/TB_TFT_eSPI", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", + "repository": "https://github.com/tech-box-io/TB_TFT_eSPI.git", "providesIncludes": [ - "BMC.h" + "TB_TFT_eSPI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.19.zip", - "archiveFileName": "BMC-0.0.19.zip", - "size": 2121325, - "checksum": "SHA-256:dadba68860523a5fb196a26dd1ea1b19ce96756c96a1967b0d34120f45d02444" + "url": "https://downloads.arduino.cc/libraries/github.com/tech-box-io/TB_TFT_eSPI-1.0.2.zip", + "archiveFileName": "TB_TFT_eSPI-1.0.2.zip", + "size": 6250970, + "checksum": "SHA-256:77937813a09fe00fd08ac9b59ddf87be4638bbf2864fba9413af4ecae0f0a9f4" }, { - "name": "BMC", - "version": "0.0.6", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App.", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", - "architectures": [ - "avr" - ], + "name": "ConsentiumThingsDalton", + "version": "0.0.3-ALPHA", + "author": "Consentium Inc", + "maintainer": "Debjyoti Chowdhury \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Allows you to run IoT applications on ESP 8266/ESP 32 microcontrollers.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers", + "website": "http://consentiuminc.online/", + "category": "Data Processing", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", "providesIncludes": [ - "BMC.h" + "ConsentiumThingsDalton.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.6.zip", - "archiveFileName": "BMC-0.0.6.zip", - "size": 2386134, - "checksum": "SHA-256:c4e573322fcc49285e37092b1d1a375e7185089d30b31d46e371e0ff45956d15" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.0.3-ALPHA.zip", + "archiveFileName": "ConsentiumThingsDalton-0.0.3-ALPHA.zip", + "size": 7003, + "checksum": "SHA-256:d412e39b1604f6a0649364d5543ba5f8b9b5956bd7a2e6c878fd47e2dfb61c39" }, { - "name": "BMC", + "name": "ConsentiumThingsDalton", "version": "0.0.7", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "author": "Consentium Inc", + "maintainer": "Debjyoti Chowdhury \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Allows you to run IoT applications on ESP 8266/ESP 32 microcontrollers.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "arm" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.7.zip", - "archiveFileName": "BMC-0.0.7.zip", - "size": 2387576, - "checksum": "SHA-256:f449ffe8c8679323f8a0ee2cc818bb8c125bddc196050a5e610a48117f091851" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.0.7.zip", + "archiveFileName": "ConsentiumThingsDalton-0.0.7.zip", + "size": 8266, + "checksum": "SHA-256:655f053f0f78daf7b97dc19aadfc92cd88290b978ec33d12d83eb132dcca508c" }, { - "name": "BMC", + "name": "ConsentiumThingsDalton", "version": "0.0.8", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "author": "Consentium", + "maintainer": "Consentium \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Consentium Dalton board IoT.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers.", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.8.zip", - "archiveFileName": "BMC-0.0.8.zip", - "size": 2387589, - "checksum": "SHA-256:952f3eb1f1bbda9a7bd109b1397cd7966fdf842e406d2c4e2e0ec12d21b0586b" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.0.8.zip", + "archiveFileName": "ConsentiumThingsDalton-0.0.8.zip", + "size": 9365, + "checksum": "SHA-256:d204447f8e91b803227bea12a9b58938afbbd5d8b7f9f65428beae4b2af4c49d" }, { - "name": "BMC", + "name": "ConsentiumThingsDalton", "version": "0.0.9", - "author": "Nero Rox", - "maintainer": "Nero Rox", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "author": "Consentium", + "maintainer": "Consentium \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Consentium Dalton board IoT.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers.", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.0.9.zip", - "archiveFileName": "BMC-0.0.9.zip", - "size": 2387650, - "checksum": "SHA-256:7a84b8488ba5d08dbfa55c89488ddbac22cee0ea37dc7960eefbbb7ba3d3cb0a" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.0.9.zip", + "archiveFileName": "ConsentiumThingsDalton-0.0.9.zip", + "size": 9524, + "checksum": "SHA-256:005a31c82de138ce834e6563e5bc335d0c92f9199b119d5bf20d832163416893" }, { - "name": "BMC", + "name": "ConsentiumThingsDalton", "version": "0.1.0", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "author": "Consentium", + "maintainer": "Consentium \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Consentium Dalton board IoT.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers.", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.0.zip", - "archiveFileName": "BMC-0.1.0.zip", - "size": 2124863, - "checksum": "SHA-256:1f6f0d4aefcf20d9eaf73fc6ab4233d137b1049d2cf2261219d1af3d6ef490c9" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.1.0.zip", + "archiveFileName": "ConsentiumThingsDalton-0.1.0.zip", + "size": 9580, + "checksum": "SHA-256:59367b86afed9c86a29ee4caf61964454042cb88be1e2acd0e2b9f77e9cfa487" }, { - "name": "BMC", + "name": "ConsentiumThingsDalton", "version": "0.1.1", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "author": "Consentium", + "maintainer": "Consentium \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Consentium Dalton board IoT.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers.", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.1.zip", - "archiveFileName": "BMC-0.1.1.zip", - "size": 2123284, - "checksum": "SHA-256:3a060ab189bcd1c5d8fb852930f71c57a462607179c4e1bbe1cc42d7a2ea413f" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.1.1.zip", + "archiveFileName": "ConsentiumThingsDalton-0.1.1.zip", + "size": 9969, + "checksum": "SHA-256:ef67d7f87a83f005bf2c3dd38bda1fe0887b82881eaac1fe7f9e3c4580554b07" }, { - "name": "BMC", - "version": "0.1.2", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Badass MIDI Controller (BMC), a fully featured MIDI Controller with a Desktop Editor App. For 32-bit Teensy Only", - "paragraph": "BMC is only compatible with Teensyduino and Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "ConsentiumThingsDalton", + "version": "0.1.3", + "author": "Consentium", + "maintainer": "Consentium \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Consentium Dalton board IoT.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers.", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.2.zip", - "archiveFileName": "BMC-0.1.2.zip", - "size": 2123450, - "checksum": "SHA-256:36c26b7c37b3e031969866fd914999b9b98bb5c95ced9fd1f848941e4054a572" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.1.3.zip", + "archiveFileName": "ConsentiumThingsDalton-0.1.3.zip", + "size": 9962, + "checksum": "SHA-256:849d933e64250441fb73f45f5f8966865e543d79fb42c019ba40ca6b76947158" }, { - "name": "BMC", - "version": "0.1.3", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "ConsentiumThingsDalton", + "version": "0.1.4", + "author": "Consentium", + "maintainer": "Consentium \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Consentium Dalton board IoT.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers.", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.3.zip", - "archiveFileName": "BMC-0.1.3.zip", - "size": 2123840, - "checksum": "SHA-256:7e9b08dbaac371032d735b3aec0c1166ef0abf989a76d559f35adc93624090d7" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.1.4.zip", + "archiveFileName": "ConsentiumThingsDalton-0.1.4.zip", + "size": 10183, + "checksum": "SHA-256:28ded83c1f38d3650c88a5cde29fdf806c2a3d059ee802e1590d26fa471dacf6" }, { - "name": "BMC", - "version": "0.1.4", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "ConsentiumThingsDalton", + "version": "0.1.5", + "author": "Consentium", + "maintainer": "Consentium \u003cconsentiuminc.in@gmail.com\u003e", + "sentence": "Consentium Dalton board IoT.", + "paragraph": "This library runs IoT applications on ESP 8266/ESP 32 microcontrollers.", + "website": "https://consentiuminc.online/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/ConsentiumInc/ConsentiumThingsDalton.git", + "dependencies": [ + { + "name": "ArduinoJson" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.4.zip", - "archiveFileName": "BMC-0.1.4.zip", - "size": 2124626, - "checksum": "SHA-256:f576706019658f1f5b0807e179949250376c745824340be72fdc26ce3744bfef" + "url": "https://downloads.arduino.cc/libraries/github.com/ConsentiumInc/ConsentiumThingsDalton-0.1.5.zip", + "archiveFileName": "ConsentiumThingsDalton-0.1.5.zip", + "size": 10228, + "checksum": "SHA-256:3bdd64e0f383d55e8fb0cbc5103ad2fdc83e5c722ad8c5436fa397f2300c5b0d" }, { - "name": "BMC", - "version": "0.1.5", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "DUE_ADC_Oversampler", + "version": "1.0.0", + "author": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "maintainer": "Nitrof \u003chttps://github.com/NitrofMtl\u003e", + "sentence": "16 Bits ADC oversampler with PDC on SAM3x DUE", + "paragraph": "Use the PDC capability on SAM3x arduino DUE to do analog oversampling up to 16 bits.", + "website": "https://https://github.com/NitrofMtl/ADC_Sampler", + "category": "Signal Input/Output", "architectures": [ - "avr" + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", + "repository": "https://github.com/NitrofMtl/DUE_ADC_Oversampler.git", "providesIncludes": [ - "BMC.h" + "DUE_ADC_Oversampler.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.5.zip", - "archiveFileName": "BMC-0.1.5.zip", - "size": 2125582, - "checksum": "SHA-256:d8ecd8ba91145437fe7c8e9fdcd24e81fbe84bf4d6e54a62e1093f1973c5e143" + "url": "https://downloads.arduino.cc/libraries/github.com/NitrofMtl/DUE_ADC_Oversampler-1.0.0.zip", + "archiveFileName": "DUE_ADC_Oversampler-1.0.0.zip", + "size": 20731, + "checksum": "SHA-256:45cbebff9334188689a459633ab5bcc8b4f4219ac96abc72823e39bfbf3c0fcd" }, { - "name": "BMC", - "version": "0.1.6", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BM25S3321-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access the BM25S3321-1/BME58M332 that CO2 Detector Digital Module", + "paragraph": "We can use the library to demonstrate the functions of configure module parameter and CO2 concentration read", + "website": "https://github.com/BestModules-Libraries/BM25S3321-1", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.6.zip", - "archiveFileName": "BMC-0.1.6.zip", - "size": 2127586, - "checksum": "SHA-256:6cc1ffd45d960c90789a952e11524e816b5eddeb47c7a5047e1c77df266f7332" + "repository": "https://github.com/BestModules-Libraries/BM25S3321-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM25S3321_1-1.0.1.zip", + "archiveFileName": "BM25S3321_1-1.0.1.zip", + "size": 453384, + "checksum": "SHA-256:489ae82b875c4597e527a7007d1de8230f51ce3aa498e64e1021438b574cef18" }, { - "name": "BMC", - "version": "0.1.7", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BM25S3221-1", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access the BM25S3221-1/BME25K322 that Laser Dust Detection Module", + "paragraph": "We can use the library to demonstrate the function of configuring the module parameters and reading the dust concentrations.", + "website": "https://github.com/BestModules-Libraries/BM25S3221-1", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.7.zip", - "archiveFileName": "BMC-0.1.7.zip", - "size": 2127834, - "checksum": "SHA-256:f7192b95d09cb39711fd63dfe61815912f8c0ad6438aa9fa9a55572df0df2512" + "repository": "https://github.com/BestModules-Libraries/BM25S3221-1.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BM25S3221_1-1.0.1.zip", + "archiveFileName": "BM25S3221_1-1.0.1.zip", + "size": 464670, + "checksum": "SHA-256:61a8fa6ac9fde9add949166ecd6a5de6afeac8e8ee743d662d9f5ee06079e42a" }, { - "name": "BMC", - "version": "0.1.8", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BMC11T001", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BMC11T001 that NFC Card Reader Shield", + "paragraph": "We can use the library to demonstrate how to implement the UID read operation, data read/write operations and other functions", + "website": "https://github.com/BestModules-Libraries/BMC11T001", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.1.8.zip", - "archiveFileName": "BMC-0.1.8.zip", - "size": 2127829, - "checksum": "SHA-256:b86f136c3080a4eb2921155aada3309d92f45ebd7ecb9b40d1f4e66bc078b0a1" + "repository": "https://github.com/BestModules-Libraries/BMC11T001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMC11T001-1.0.1.zip", + "archiveFileName": "BMC11T001-1.0.1.zip", + "size": 6836249, + "checksum": "SHA-256:b2b794d8692d05e7ee12064c41c6071d13a3f733fc774267c148835f56f7bd5e" }, { - "name": "BMC", - "version": "0.3.0", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", + "name": "BMP75M131", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMP75M131 that Relay Module", + "paragraph": "We can use the library to demonstrate the relay control and other functions", + "website": "https://github.com/BestModules-Libraries/BMP75M131", "category": "Device Control", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.0.zip", - "archiveFileName": "BMC-0.3.0.zip", - "size": 2128324, - "checksum": "SHA-256:fd0db0cd3db42a0177d6e198a5611c429049569e29ee3b8ed3ef90a9e33e855e" + "repository": "https://github.com/BestModules-Libraries/BMP75M131.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMP75M131-1.0.1.zip", + "archiveFileName": "BMP75M131-1.0.1.zip", + "size": 2957042, + "checksum": "SHA-256:6005230de9ab5bf580feff4de2da166ccdf82538331b306cbdd55b5f3d9ed1e9" }, { - "name": "BMC", - "version": "0.3.1", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BMK52M134", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMK52M134 that 4-KEY Capacitive Touch Module", + "paragraph": "we can use the library to demonstrate the function of obtaining the touch key value", + "website": "https://github.com/BestModules-Libraries/BMK52M134", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.1.zip", - "archiveFileName": "BMC-0.3.1.zip", - "size": 2128853, - "checksum": "SHA-256:e87954483845d5153ae2c76b06410668fac87729b17c9e3b14eb6d1918fabe8c" + "repository": "https://github.com/BestModules-Libraries/BMK52M134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMK52M134-1.0.1.zip", + "archiveFileName": "BMK52M134-1.0.1.zip", + "size": 3341725, + "checksum": "SHA-256:3f886911370a9a48fdf77b728cd90cc3744ed8779a1f651f4c5279159bdf8489" }, { - "name": "BMC", - "version": "0.3.2", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BME34M101", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for UART access to the BME34M101 that Soil Moisture Detection Module", + "paragraph": "We can use the library to demonstrate the function of obtaining the module soil moisture detection value and temperature value", + "website": "https://github.com/BestModules-Libraries/BME34M101", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-0.3.2.zip", - "archiveFileName": "BMC-0.3.2.zip", - "size": 2129059, - "checksum": "SHA-256:a0bfa590d520c974571ae001ebe6fb667b199561c6d06a25b7d00220b2a65fbf" + "repository": "https://github.com/BestModules-Libraries/BME34M101.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BME34M101-1.0.1.zip", + "archiveFileName": "BME34M101-1.0.1.zip", + "size": 2524266, + "checksum": "SHA-256:71b3eaddaffda1daf1f22ca05a766241c76cf7f9cd86e252a983e9f68efb55e5" }, { - "name": "BMC", + "name": "BMV23M001", "version": "1.0.1", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App. For Teensy", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for IIC access to the BMV23M001 that Sound Detector module", + "paragraph": "We can use the library to demonstrate the functions of getting ambient sound status", + "website": "https://github.com/BestModules-Libraries/BMV23M001", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.1.zip", - "archiveFileName": "BMC-1.0.1.zip", - "size": 2129120, - "checksum": "SHA-256:55f8648ce6dd2f1d1b3846d5ec3b1e71ec841ddc4016ef4f16af0dd088276dfe" + "repository": "https://github.com/BestModules-Libraries/BMV23M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMV23M001-1.0.1.zip", + "archiveFileName": "BMV23M001-1.0.1.zip", + "size": 9889853, + "checksum": "SHA-256:054f19a5faf7e0f66aef5adbb32c823b448067cac01f78d296ab8d81dc05b4e3" }, { - "name": "BMC", - "version": "1.0.2", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BME82M131", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BME82M131 that Ambient Light Detection Module", + "paragraph": "We can use the library to demonstrate features such as reading ambient light intensity", + "website": "https://github.com/BestModules-Libraries/BME82M131", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.0.2.zip", - "archiveFileName": "BMC-1.0.2.zip", - "size": 2131398, - "checksum": "SHA-256:02769d561c7e69a42a0cccb2bc59bef5e297161c7b00e0871fd1cdf5e9367db8" + "repository": "https://github.com/BestModules-Libraries/BME82M131.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BME82M131-1.0.1.zip", + "archiveFileName": "BME82M131-1.0.1.zip", + "size": 337794, + "checksum": "SHA-256:f8d6f208123aa2ef5f473b71dd0d87aeff6d5e2bbe54dbeca7c42cfeeb765dd4" }, { - "name": "BMC", - "version": "1.1.0", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", - "paragraph": "BMC is only compatible with Teensy LC, 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BMS81M001", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for IIC access to the BMS81M001 that Wake On Shake Module", + "paragraph": "We can use the library to demonstrate the function of obtaining the motion status", + "website": "https://github.com/BestModules-Libraries/BMS81M001", + "category": "Sensors", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", - "providesIncludes": [ - "BMC.h" + "repository": "https://github.com/BestModules-Libraries/BMS81M001.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMS81M001-1.0.1.zip", + "archiveFileName": "BMS81M001-1.0.1.zip", + "size": 429807, + "checksum": "SHA-256:afcb441c9ef2c4a210ab0569eb290418e26b8fd945041036fa4b355d690fe7e6" + }, + { + "name": "BMD11M134", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMD11M134 that 4-Digit Digital Tube Module", + "paragraph": "we can use The library to demonstrate the function of displaying characters by using digital tubes", + "website": "https://github.com/BestModules-Libraries/BMD11M134", + "category": "Display", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.1.0.zip", - "archiveFileName": "BMC-1.1.0.zip", - "size": 2130444, - "checksum": "SHA-256:7f465be5ce4fba773c1a05410ffbb5797c896bb9d29fcbaac9acb9da0967e22c" + "types": [ + "Contributed" + ], + "repository": "https://github.com/BestModules-Libraries/BMD11M134.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMD11M134-1.0.1.zip", + "archiveFileName": "BMD11M134-1.0.1.zip", + "size": 1323833, + "checksum": "SHA-256:8ffdc9f66f3d6eb5a4205113c43125f3ada885fd4c5e9658657aaee1468a9c32" }, { - "name": "BMC", - "version": "1.2.0", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", - "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "BMK22M131", + "version": "1.0.1", + "author": "BESTMODULES", + "maintainer": "BESTMODULES \u003cservice@bestmodulescorp.com\u003e", + "sentence": "Arduino library for I2C access to the BMK22M131 that Button-LED Module", + "paragraph": "We can use the library to demonstrate the button recognition, LED brightness control and other functions", + "website": "https://github.com/BestModules-Libraries/BMK22M131", + "category": "Uncategorized", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/BestModules-Libraries/BMK22M131.git", + "url": "https://downloads.arduino.cc/libraries/github.com/BestModules-Libraries/BMK22M131-1.0.1.zip", + "archiveFileName": "BMK22M131-1.0.1.zip", + "size": 1777288, + "checksum": "SHA-256:a0de3ebaa9b3265a84d09b2b7a010dfc2869059cb251437f4eb31c97efe1398b" + }, + { + "name": "MAX_RS485", + "version": "1.0.0", + "author": "Victor Arzoz @vacmg", + "maintainer": "Victor Arzoz @vacmg", + "sentence": "A library to easily use MAX485 half-duplex RS485 to Serial module", + "paragraph": "It has the same support as a Stream and it automatically changes from transmitter to receiver and viceversa", + "website": "https://github.com/vacmg/MAX_RS485", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", + "repository": "https://github.com/vacmg/MAX_RS485.git", "providesIncludes": [ - "BMC.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - } + "MAX_RS485.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.0.zip", - "archiveFileName": "BMC-1.2.0.zip", - "size": 2130513, - "checksum": "SHA-256:d3b2fd072dbe107b8b9926b0cb207381599d7eaf1e1fee45d83cfd7e99db0901" + "url": "https://downloads.arduino.cc/libraries/github.com/vacmg/MAX_RS485-1.0.0.zip", + "archiveFileName": "MAX_RS485-1.0.0.zip", + "size": 6604, + "checksum": "SHA-256:19f52e341778dcf22f67e064213de7b0bdb1733c6fa3e64fa6f6404b87074437" }, { - "name": "BMC", - "version": "1.2.1", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", - "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "MAX_RS485", + "version": "1.0.1", + "author": "Victor Arzoz @vacmg", + "maintainer": "Victor Arzoz @vacmg", + "sentence": "A library to easily use MAX485 half-duplex RS485 to Serial module", + "paragraph": "It has the same support as a Stream and it automatically changes from transmitter to receiver and viceversa", + "website": "https://github.com/vacmg/MAX_RS485", + "category": "Communication", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", + "repository": "https://github.com/vacmg/MAX_RS485.git", "providesIncludes": [ - "BMC.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - } + "MAX_RS485.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.1.zip", - "archiveFileName": "BMC-1.2.1.zip", - "size": 2130486, - "checksum": "SHA-256:a2352be3de262a7e34cf5d685ed7ad2ec2b1a4f42bd73d613e5461d1d29ef519" + "url": "https://downloads.arduino.cc/libraries/github.com/vacmg/MAX_RS485-1.0.1.zip", + "archiveFileName": "MAX_RS485-1.0.1.zip", + "size": 6649, + "checksum": "SHA-256:4ec155943916980ff6e1ed8184cf32b2780b7908e0c0beb959f12190a75c7dc3" }, { - "name": "BMC", - "version": "1.2.2", - "author": "Nero Rox", - "maintainer": "Nero Rox \u003cinfo@roxxxtar.com\u003e", - "sentence": "Fully featured MIDI Controller Library with a Companion Editor App for 32-bit Teensy boards, Requires Teensyduino.", - "paragraph": "BMC is only compatible with Teensy 3.2, 3.5, 3.6, 4.0, 4.1 boards from https://www.pjrc.com, BMC has full support for Buttons, LEDs, Encoders, Pots and more, the library is fully expandable and the Desktop editor adapts to your configuration. More details at https://www.RoxXxtar.com/bmc", - "website": "https://github.com/neroroxxx/BMC", - "category": "Device Control", + "name": "GRC_AI", + "version": "0.0.1", + "author": "Sergei Smirnov \u003csergey@grovety.com\u003e", + "maintainer": "Grovety", + "sentence": "A library supporting communication with GRC AI module", + "paragraph": "with functionality of tiny ML accelerator with on-device learning feature", + "website": "https://grovety.com/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/neroroxxx/BMC.git", + "repository": "https://github.com/Grovety/grc_arduino.git", "providesIncludes": [ - "BMC.h" - ], - "dependencies": [ - { - "name": "MIDI Library" - } + "GRC_AI.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/neroroxxx/BMC-1.2.2.zip", - "archiveFileName": "BMC-1.2.2.zip", - "size": 2130635, - "checksum": "SHA-256:afe23b71bc7673b44482297b1840c197710237ac5e71901951ca1c75d1bcf326" + "url": "https://downloads.arduino.cc/libraries/github.com/Grovety/GRC_AI-0.0.1.zip", + "archiveFileName": "GRC_AI-0.0.1.zip", + "size": 6923, + "checksum": "SHA-256:0ef968f10333001cddf895c109f67c3514ac35646fc21e6b6f91806d28d767ac" }, { - "name": "Telit GE910 GSM Library", - "version": "1.7.2", - "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", - "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", - "sentence": "Telit GE910 GSM/GPRS network connection library for Arduino controllers.", - "paragraph": "Use this library to connect internet through the GPRS network. You can either use cloud using JSON. This library is best use with Ovoo modules.", - "website": "https://github.com/akkoyun/GE910", - "category": "Communication", + "name": "GRC_AI", + "version": "0.0.2", + "author": "Sergei Smirnov \u003csergey@grovety.com\u003e", + "maintainer": "Grovety Inc. \u003chi@grovety.com\u003e", + "sentence": "A library supporting communication with GRC AI module", + "paragraph": "with functionality of tiny ML accelerator with on-device learning feature", + "website": "https://grovety.com/", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/akkoyun/GE910.git", - "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/Telit_GE910_GSM_Library-1.7.2.zip", - "archiveFileName": "Telit_GE910_GSM_Library-1.7.2.zip", - "size": 9112, - "checksum": "SHA-256:04c4eb54950f72e739e050212dc6c09759d44b87d15495a9ac846920630cbd18" + "repository": "https://github.com/Grovety/grc_arduino.git", + "providesIncludes": [ + "GRC_AI.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Grovety/GRC_AI-0.0.2.zip", + "archiveFileName": "GRC_AI-0.0.2.zip", + "size": 28515, + "checksum": "SHA-256:4cab6e0a2dda1f7343628ccbb40fb535ec320269fce7579b9dee4dea74616b9b" }, { - "name": "Adafruit EMC2101", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", - "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_EMC2101", - "category": "Sensors", + "name": "M5StackMenuSystem", + "version": "0.9.0", + "author": "chhorisberger", + "maintainer": "chhorisberger", + "sentence": "A quick way to create menus for M5Stack devices", + "paragraph": "See more on https://github.com/chhorisberger/M5StackMenuSystem#readme", + "website": "https://github.com/chhorisberger/M5StackMenuSystem", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "repository": "https://github.com/chhorisberger/M5StackMenuSystem.git", + "providesIncludes": [ + "M5StackMenuSystem.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" + "name": "M5Stack" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.0.zip", - "archiveFileName": "Adafruit_EMC2101-1.0.0.zip", - "size": 77954, - "checksum": "SHA-256:bbcaedde8b463fcf98cd9727882f6b07c551fd0428f9bedad961ec68db0c640e" + "url": "https://downloads.arduino.cc/libraries/github.com/chhorisberger/M5StackMenuSystem-0.9.0.zip", + "archiveFileName": "M5StackMenuSystem-0.9.0.zip", + "size": 201487, + "checksum": "SHA-256:1e0572f6259fcd7226025641ab397e3bf19478fee13aedb5ef6141c206ad5a0f" }, { - "name": "Adafruit EMC2101", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", - "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_EMC2101", - "category": "Sensors", + "name": "M5StackMenuSystem", + "version": "1.0.0", + "author": "chhorisberger", + "maintainer": "chhorisberger", + "sentence": "A quick way to create nice menus for the neat M5 Stack devices with just a few lines of code", + "paragraph": "See more on https://github.com/chhorisberger/M5StackMenuSystem#readme", + "website": "https://github.com/chhorisberger/M5StackMenuSystem", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "repository": "https://github.com/chhorisberger/M5StackMenuSystem.git", + "providesIncludes": [ + "M5StackMenuSystem.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" + "name": "M5Stack" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.1.zip", - "archiveFileName": "Adafruit_EMC2101-1.0.1.zip", - "size": 17896, - "checksum": "SHA-256:43aae08aef169f706f27babf92366d603b362e8346e50ec34446728d3e24e240" + "url": "https://downloads.arduino.cc/libraries/github.com/chhorisberger/M5StackMenuSystem-1.0.0.zip", + "archiveFileName": "M5StackMenuSystem-1.0.0.zip", + "size": 204789, + "checksum": "SHA-256:9c3ba3f99d061011b1dd1105ecb16b2c872649a59379f5eba070f96c67f7c82f" }, { - "name": "Adafruit EMC2101", - "version": "1.0.2", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the EMC2101 sensors in the Adafruit shop", - "paragraph": "Arduino library for the EMC2101 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_EMC2101", - "category": "Sensors", + "name": "M5StackMenuSystem", + "version": "1.1.0", + "author": "chhorisberger", + "maintainer": "chhorisberger", + "sentence": "A quick way to create nice menus for M5 Stack devices with just a few lines of code", + "paragraph": "See more on https://github.com/chhorisberger/M5StackMenuSystem#readme", + "website": "https://github.com/chhorisberger/M5StackMenuSystem", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_EMC2101.git", + "repository": "https://github.com/chhorisberger/M5StackMenuSystem.git", + "providesIncludes": [ + "M5StackMenuSystem.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" + "name": "M5Stack" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_EMC2101-1.0.2.zip", - "archiveFileName": "Adafruit_EMC2101-1.0.2.zip", - "size": 17916, - "checksum": "SHA-256:a6b68c86bcbb7084783162edf0bbcd6b1b719732de2c9aac9daa090ea51bd7d8" + "url": "https://downloads.arduino.cc/libraries/github.com/chhorisberger/M5StackMenuSystem-1.1.0.zip", + "archiveFileName": "M5StackMenuSystem-1.1.0.zip", + "size": 209044, + "checksum": "SHA-256:7a8628725e1fc0f9a807118fd2c5cde9776753df1670969933055b4fadd49ce7" }, { - "name": "NTPClient_Generic", - "version": "3.2.1", - "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library for NTPClient to connect to an NTP time-server", - "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", - "website": "https://github.com/khoih-prog/NTPClient_Generic", - "category": "Uncategorized", + "name": "STM32duino X-NUCLEO-IKS4A1", + "version": "1.0.0", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS4A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS4A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS4A1", + "category": "Sensors", "architectures": [ - "*" + "stm32", + "avr", + "sam" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", - "providesIncludes": [ - "NTPClient_Generic.h" - ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS4A1.git", "dependencies": [ { - "name": "Time" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "EthernetWebServer_STM32" - }, - { - "name": "Ethernet" + "name": "STM32duino LSM6DSV16X" }, { - "name": "Ethernet2" - }, - { - "name": "Ethernet3" + "name": "STM32duino LIS2DUXS12" }, { - "name": "EthernetLarge" + "name": "STM32duino LSM6DSO16IS" }, { - "name": "EthernetENC" + "name": "STM32duino LIS2MDL" }, { - "name": "UIPEthernet" + "name": "STM32duino SHT40-AD1B" }, { - "name": "STM32duino STM32Ethernet" + "name": "STM32duino LPS22DF" }, { - "name": "STM32duino LwIP" + "name": "STM32duino STTS22H" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.2.1.zip", - "archiveFileName": "NTPClient_Generic-3.2.1.zip", - "size": 374725, - "checksum": "SHA-256:c27a01d5337f693305965fd4f16f85d6d1ebbd3aacfd36a0d51dd6e5b5fbace3" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS4A1-1.0.0.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS4A1-1.0.0.zip", + "size": 64511, + "checksum": "SHA-256:f34a345a4c8e5e3181213e1581e7237e9e65769109ec247a98a5cc4881946a1c" }, { - "name": "NTPClient_Generic", - "version": "3.2.2", - "author": "Fabrice Weinberg \u003cfabrice@weinberg.me\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library for NTPClient to connect to an NTP time-server", - "paragraph": "Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", - "website": "https://github.com/khoih-prog/NTPClient_Generic", - "category": "Uncategorized", + "name": "STM32duino X-NUCLEO-IKS4A1", + "version": "1.0.1", + "author": "STMicroelectronics", + "maintainer": "stm32duino", + "sentence": "Allows controlling the ST X-NUCLEO-IKS4A1 expansion board", + "paragraph": "This library provides several sample applications to control ST X-NUCLEO-IKS4A1 expansion board", + "website": "https://github.com/stm32duino/X-NUCLEO-IKS4A1", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NTPClient_Generic.git", - "providesIncludes": [ - "NTPClient_Generic.h" - ], + "repository": "https://github.com/stm32duino/X-NUCLEO-IKS4A1.git", "dependencies": [ { - "name": "Time" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "EthernetWebServer" - }, - { - "name": "EthernetWebServer_STM32" - }, - { - "name": "Ethernet" - }, - { - "name": "Ethernet2" - }, - { - "name": "Ethernet3" + "name": "STM32duino LSM6DSV16X" }, { - "name": "EthernetLarge" + "name": "STM32duino LIS2DUXS12" }, { - "name": "EthernetENC" + "name": "STM32duino LSM6DSO16IS" }, { - "name": "UIPEthernet" + "name": "STM32duino LIS2MDL" }, { - "name": "STM32duino STM32Ethernet" + "name": "STM32duino SHT40-AD1B" }, { - "name": "STM32duino LwIP" + "name": "STM32duino LPS22DF" }, { - "name": "STM32duino RTC" + "name": "STM32duino STTS22H" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NTPClient_Generic-3.2.2.zip", - "archiveFileName": "NTPClient_Generic-3.2.2.zip", - "size": 389114, - "checksum": "SHA-256:fd2f5fcb776ed7ee0bdbc0950061de3ce9ee28239e381a4c4073e5966b979ce8" + "url": "https://downloads.arduino.cc/libraries/github.com/stm32duino/STM32duino_X_NUCLEO_IKS4A1-1.0.1.zip", + "archiveFileName": "STM32duino_X_NUCLEO_IKS4A1-1.0.1.zip", + "size": 64504, + "checksum": "SHA-256:30978df7ccc12ab5a376fd93e75244431b835e09652c4a83440878f4dfcb3121" }, { - "name": "PCF8575 library", + "name": "AITINKR_SHIELDS", "version": "1.0.1", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "Arduino/ESP8266 library for PCF8575", - "paragraph": "i2c 16bits digital expander with Arduino, esp32 and ESP8266. Can read write digital values with only 2 wire. Very simple and encoder support.", - "website": "https://www.mischianti.org/2019/07/22/pcf8575-i2c-16-bit-digital-i-o-expander/", - "category": "Sensors", + "author": "SchoolForAI", + "maintainer": "SchoolForAI", + "sentence": "A library to drive the AITINKR_SHEILDS to work with Arduino.", + "paragraph": "This library have its functionalities to work with AITINKR_SHEILDS.", + "website": "https://github.com/AITINKR/AITINKR_SHIELDS", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/PCF8575_library.git", - "providesIncludes": [ - "PCF8575.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8575_library-1.0.1.zip", - "archiveFileName": "PCF8575_library-1.0.1.zip", - "size": 1677619, - "checksum": "SHA-256:5ed34230570906993c22f870cfa8275ee5cf38d38aba5e5e2bd89fb4157bf221" + "repository": "https://github.com/AITINKR/AITINKR_SHIELDS.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AITINKR/AITINKR_SHIELDS-1.0.1.zip", + "archiveFileName": "AITINKR_SHIELDS-1.0.1.zip", + "size": 2818, + "checksum": "SHA-256:533e794f51d682ea164ca6b07c65ad55e36861cf68fd004022fcdc50bfd084f9" }, { - "name": "ESP32-BLE-MIDI", - "version": "0.1.0", - "author": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", - "maintainer": "Maxime ANDRÉ \u003cmaxime.andre1986@gmail.com\u003e", - "sentence": "A library to use MIDI over Bluetooth Low Energy on ESP32 boards.", - "paragraph": "It can act as a server (waits for connections) as well as a client (can initiate connection to another device).", - "website": "https://github.com/max22-/ESP32-BLE-MIDI", + "name": "SIM900", + "version": "1.0.0", + "author": "ntnn", + "maintainer": "nthnn \u003cnthnn@gmail.com\u003e", + "sentence": "Arduino SIM900 Shield Comprehensive Library", + "website": "https://github.com/nthnn", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/max22-/ESP32-BLE-MIDI.git", - "url": "https://downloads.arduino.cc/libraries/github.com/max22-/ESP32_BLE_MIDI-0.1.0.zip", - "archiveFileName": "ESP32_BLE_MIDI-0.1.0.zip", - "size": 17902, - "checksum": "SHA-256:232c67bbb926b90ecbda02cd92652c2217518872c9dce99497a3924e400ad8d4" - }, - { - "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Arduino library for the MAX17043 / MAX17044 fuel gauge", - "paragraph": "An Arduino library to let you access all of the features of the MAX17043 and MAX17044 battery fuel gauges", - "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", - "category": "Sensors", - "architectures": [ - "*" + "repository": "https://github.com/nthnn/SIM900.git", + "providesIncludes": [ + "sim900.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "SoftwareSerial" + } ], - "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.0.zip", - "size": 14311, - "checksum": "SHA-256:efd9b23537480ce0901a999f982359238e8290d32f75d36a0ec46f18dde5be77" + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/SIM900-1.0.0.zip", + "archiveFileName": "SIM900-1.0.0.zip", + "size": 1554276, + "checksum": "SHA-256:090aba146cd3cb18db00b935cf212898d12110ec432da8188bb194d4c81b2d35" }, { - "name": "SparkFun MAX1704x Fuel Gauge Arduino Library", + "name": "Gyro_Tomer", "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Arduino library for the MAX17043/44/48/49 fuel gauges", - "paragraph": "An Arduino library to let you access all of the features of the MAX17043, MAX17044, MAX17048 and MAX17049 battery fuel gauges", - "website": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library", - "category": "Sensors", - "architectures": [ - "*" - ], + "author": "Tomer Ozer, ozertomer@gmail.com", + "maintainer": "Tomer Ozer, ozertomer@gmail.com", + "sentence": "simple gyro interface", + "paragraph": "Gyro_Tomer is an Arduino library for the MPU6050 gyro sensors. This library simplifies the use of MPU56050 gyroscop. Developed by Tomer Ozer. GitHub user - TomergitH. [GitHub repository](https://github.com/TomergitH/Gyro_Tomer.git).", + "website": "https://github.com/TomergitH/Gyro_Tomer.git", + "category": "Device Control", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library-1.0.1.zip", - "size": 22559, - "checksum": "SHA-256:198856bed6288095b0935213af6606c18f49ddcc1fa5b088f0d6debd586f185e" + "repository": "https://github.com/TomergitH/Gyro_Tomer.git", + "providesIncludes": [ + "Gyro_Tomer.h" + ], + "dependencies": [ + { + "name": "MPU6050" + }, + { + "name": "I2CDEV" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/TomergitH/Gyro_Tomer-1.0.1.zip", + "archiveFileName": "Gyro_Tomer-1.0.1.zip", + "size": 8854, + "checksum": "SHA-256:50b7c2fd710f98d78cd3bc899594dd34b94a8ac0ec375c0acb5848a11cf4eddc" }, { - "name": "EasyColor", - "version": "0.0.2", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", - "category": "Display", + "name": "AITINKR_AIOT_DEVBOARD", + "version": "1.0.0", + "author": "SchoolForAI", + "maintainer": "SchoolForAI", + "sentence": "A library to drive the AITINKR_AIOT_DEVBOARD.", + "paragraph": "This library have its functionalities to work with AITINKR_AIOT_DEVBOARD.", + "website": "https://github.com/AITINKR/AITINKR_AIOT_DEVBOARD", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-0.0.2.zip", - "archiveFileName": "EasyColor-0.0.2.zip", - "size": 15586, - "checksum": "SHA-256:79a09e14b932b08606e987bc8519da5dc8d0455a194f08e3fc51be06b8a77798" + "repository": "https://github.com/AITINKR/AITINKR_AIOT_DEVBOARD.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AITINKR/AITINKR_AIOT_DEVBOARD-1.0.0.zip", + "archiveFileName": "AITINKR_AIOT_DEVBOARD-1.0.0.zip", + "size": 3564, + "checksum": "SHA-256:ff23ae1d4da48119df7f1815950a2fe250003a955758398cce4a6983d631651f" }, { - "name": "EasyColor", + "name": "M5-LoRa-E220-JP", "version": "1.0.0", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", - "category": "Display", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5-LoRa-E220-JP", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5-LoRa-E220-JP", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.0.0.zip", - "archiveFileName": "EasyColor-1.0.0.zip", - "size": 17343, - "checksum": "SHA-256:256d0c19b996606bce639268a2837b57e3188c2532f6ccea939fe5b879a74f45" + "repository": "https://github.com/m5stack/M5-LoRa-E220-JP.git", + "providesIncludes": [ + "M5_LoRa_E220_JP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_LoRa_E220_JP-1.0.0.zip", + "archiveFileName": "M5_LoRa_E220_JP-1.0.0.zip", + "size": 8769, + "checksum": "SHA-256:b3d2e7c72321a9e93ccfbeed57be74152c0049d472d82bb72b5b7204157d7cc6" }, { - "name": "EasyColor", - "version": "1.1.0", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", - "category": "Display", + "name": "CreativeRobotix", + "version": "1.0.1", + "author": "Simon Egerton", + "maintainer": "Simon Egerton", + "sentence": "Creative Robotix library for Codee.", + "paragraph": "This library provides a class interface for the Creative Science Foundations Creative Robotix Platform. Included examples demonstarte the various class functions and robot behaviours.", + "website": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.0.zip", - "archiveFileName": "EasyColor-1.1.0.zip", - "size": 20341, - "checksum": "SHA-256:2f9f8ac239652cc6549252347bed7756ed5985121a6a1b96d4b0a89057b9b68b" + "repository": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino.git", + "dependencies": [ + { + "name": "LedControl" + }, + { + "name": "NewPing" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/segertonGH/CreativeRobotix-1.0.1.zip", + "archiveFileName": "CreativeRobotix-1.0.1.zip", + "size": 39266, + "checksum": "SHA-256:1b005b7628dc26c955e8feb8e2282ecfe36b9a580106bbaf8dffa938a6f1580d" }, { - "name": "EasyColor", - "version": "1.1.1", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", - "category": "Display", + "name": "CreativeRobotix", + "version": "1.0.2", + "author": "Simon Egerton", + "maintainer": "Simon Egerton", + "sentence": "Creative Robotix library for Codee.", + "paragraph": "This library provides a class interface for the Creative Science Foundations Creative Robotix Platform. Included examples demonstarte the various class functions and robot behaviours.", + "website": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.1.zip", - "archiveFileName": "EasyColor-1.1.1.zip", - "size": 20268, - "checksum": "SHA-256:0495234a2b4b23a9ffd22ecf811fc7c1a59041328f895ff36d1948ce999408aa" + "repository": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino.git", + "dependencies": [ + { + "name": "LedControl" + }, + { + "name": "NewPing" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/segertonGH/CreativeRobotix-1.0.2.zip", + "archiveFileName": "CreativeRobotix-1.0.2.zip", + "size": 39264, + "checksum": "SHA-256:d6931588445b10220f58587dce5e9f93f823df329f391818da1989f7fc18ec5b" }, { - "name": "EasyColor", - "version": "1.1.3", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", - "category": "Display", + "name": "CreativeRobotix", + "version": "1.0.3", + "author": "Simon Egerton", + "maintainer": "Simon Egerton", + "sentence": "Creative Robotix library for Codee.", + "paragraph": "This library provides a class interface for the Creative Science Foundations Creative Robotix Platform. Included examples demonstarte the various class functions and robot behaviours.", + "website": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.3.zip", - "archiveFileName": "EasyColor-1.1.3.zip", - "size": 19850, - "checksum": "SHA-256:3bef1e2bdb12e337e61c09b35079d859363ba2313a064fdf16441781a4135bc0" + "repository": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino.git", + "dependencies": [ + { + "name": "LedControl" + }, + { + "name": "NewPing" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/segertonGH/CreativeRobotix-1.0.3.zip", + "archiveFileName": "CreativeRobotix-1.0.3.zip", + "size": 441188, + "checksum": "SHA-256:6f348b4c791ad1fa7af970fdff4cfc84842aabfe2ed590d8c9670ac695988931" }, { - "name": "EasyColor", - "version": "1.1.5", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", - "category": "Display", + "name": "CreativeRobotix", + "version": "2.0.0", + "author": "Simon Egerton", + "maintainer": "Simon Egerton", + "sentence": "Creative Robotix library for Codee.", + "paragraph": "This library provides a class interface for the Creative Science Foundations Creative Robotix Platform. Included examples demonstarte the various class functions and robot behaviours.", + "website": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.5.zip", - "archiveFileName": "EasyColor-1.1.5.zip", - "size": 19852, - "checksum": "SHA-256:e90940508a42170755db487ff894485ab5c3d519967ae2a0b3644310ffe05210" + "repository": "https://github.com/segertonGH/Creative-Robotix-Educational-Platform-Arduino.git", + "dependencies": [ + { + "name": "LedControl" + }, + { + "name": "NewPing" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/segertonGH/CreativeRobotix-2.0.0.zip", + "archiveFileName": "CreativeRobotix-2.0.0.zip", + "size": 707010, + "checksum": "SHA-256:76690aea60609bc70b3251641a83f559be905ad1e0290d7898912e6d335b79a6" }, { - "name": "EasyColor", - "version": "1.1.6", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", - "category": "Display", + "name": "ZEEPROM", + "version": "0.0.0", + "author": "BIN2AI", + "maintainer": "BIN2AI \u003chttps://github.com/bin2ai/zeeprom\u003e", + "sentence": "Simplified I2C EEPROM library for Arduino compatible boards for the Zetta 128Kbit EEPROM", + "paragraph": "Part number: ZD24C128A", + "website": "http://github.com/bin2ai/zeeprom", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.6.zip", - "archiveFileName": "EasyColor-1.1.6.zip", - "size": 19916, - "checksum": "SHA-256:38a0ba1de1c4c72fd69a68a81d0a34e4ba8c2e0101c974d4f4f4a4d93cfc8e5c" + "repository": "https://github.com/bin2ai/zeeprom.git", + "url": "https://downloads.arduino.cc/libraries/github.com/bin2ai/ZEEPROM-0.0.0.zip", + "archiveFileName": "ZEEPROM-0.0.0.zip", + "size": 4956, + "checksum": "SHA-256:8c4919685c1468ec500c1fdd377c6161fb4c2f21333dcd14802b9e4373ced45d" }, { - "name": "EasyColor", - "version": "1.1.7", - "author": "Djames Suhanko", - "maintainer": "Djames Suhanko", - "sentence": "Color converter to many formats", - "paragraph": "Color converter to many formats", - "website": "https://github.com/DjamesSuhanko/EasyColor", + "name": "LEDuino", + "version": "0.1.0", + "author": "Finn Andersen", + "maintainer": "Finn Andersen", + "sentence": "Framework for defining patterns and mapping them to a configuration of addressable LEDs using FastLED.", + "paragraph": "Framework for defining patterns and mapping them to a configuration of addressable LEDs using FastLED.", + "website": "https://github.com/Finndersen/LEDuino", "category": "Display", "architectures": [ "*" @@ -361557,191 +826387,175 @@ "types": [ "Contributed" ], - "repository": "https://github.com/DjamesSuhanko/EasyColor.git", - "url": "https://downloads.arduino.cc/libraries/github.com/DjamesSuhanko/EasyColor-1.1.7.zip", - "archiveFileName": "EasyColor-1.1.7.zip", - "size": 19891, - "checksum": "SHA-256:fff5eb48b9d407c39e88a35f446e47841fc99fe00333f37b247331fb71066619" - }, - { - "name": "SparkFun Qwiic Digital Capacitor Arduino Library", - "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "A library to get and set the capacitance of the NCD2400M digital capacitor in both volatile and non-volatile memory.", - "paragraph": "Use our easy-to-use Qwiic system to send I2C commands to the \u003ca href=\"https://www.sparkfun.com/products/17182\"\u003eSparkX Qwiic Digital Capacitor\u003c/a\u003e to set the capacitance and specify series or shunt configuration. Solder the board onto your system on a 0402 or 0603 footprint and tune the capacitor to your specific application!", - "website": "https://github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library", - "category": "Other", - "architectures": [ - "*" + "repository": "https://github.com/Finndersen/LEDuino.git", + "providesIncludes": [ + "LEDuino.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "FastLED" + } ], - "repository": "https://github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_Digital_Capacitor_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_Qwiic_Digital_Capacitor_Arduino_Library-1.0.0.zip", - "size": 12252, - "checksum": "SHA-256:f0e52c160b5c617ba8dbdecd9acaebb019a323fe01c947d94732e1c5cc13083d" + "url": "https://downloads.arduino.cc/libraries/github.com/Finndersen/LEDuino-0.1.0.zip", + "archiveFileName": "LEDuino-0.1.0.zip", + "size": 28109, + "checksum": "SHA-256:80be5a0d070d33e598b0b2c64a3ee7a7bf846db588c1b7c3a36f97fbdc4eec59" }, { - "name": "PCF8591 library", - "version": "0.9.0", - "author": "Reef", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "Arduino/ESP8266 library for PCF8591", - "paragraph": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).", - "website": "https://github.com/xreef/PCF8591_library", - "category": "Signal Input/Output", + "name": "LEDuino", + "version": "0.1.1", + "author": "Finn Andersen", + "maintainer": "Finn Andersen", + "sentence": "Framework for defining patterns and mapping them to a configuration of addressable LEDs using FastLED.", + "paragraph": "Makes it easy to define configurable linear or 3D patterns and map them to segments of an addressable LED strip.", + "website": "https://github.com/Finndersen/LEDuino", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/PCF8591_library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-0.9.0.zip", - "archiveFileName": "PCF8591_library-0.9.0.zip", - "size": 6498689, - "checksum": "SHA-256:13315b327ccc1730eff045089e9552966c49243ef82197290b74f351a44039e0" + "repository": "https://github.com/Finndersen/LEDuino.git", + "providesIncludes": [ + "LEDuino.h" + ], + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Finndersen/LEDuino-0.1.1.zip", + "archiveFileName": "LEDuino-0.1.1.zip", + "size": 28653, + "checksum": "SHA-256:84daded09ec03360c718ed9deb5c9109803e6794238039c2e89c99cb3b2fd85e" }, { - "name": "PCF8591 library", - "version": "1.0.1", - "author": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "maintainer": "Renzo Mischianti \u003crenzo.mischianti@gmail.com\u003e", - "sentence": "Arduino, ESP8266 and esp32 library for PCF8591.", - "paragraph": "Library to use pcf8591 i2c analog IC with Arduino, esp32 and esp8266. Can read analog value and write analog value with only 2 wire.", - "website": "https://www.mischianti.org/2019/01/03/pcf8591-i2c-analog-i-o-expander/", - "category": "Signal Input/Output", + "name": "LEDuino", + "version": "0.2.0", + "author": "Finn Andersen", + "maintainer": "Finn Andersen", + "sentence": "Framework for defining patterns and mapping them to a configuration of addressable LEDs using FastLED.", + "paragraph": "Makes it easy to define configurable linear or 3D patterns and map them to segments of an addressable LED strip.", + "website": "https://github.com/Finndersen/LEDuino", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/xreef/PCF8591_library.git", + "repository": "https://github.com/Finndersen/LEDuino.git", "providesIncludes": [ - "PCF8591.h" + "LEDuino.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/xreef/PCF8591_library-1.0.1.zip", - "archiveFileName": "PCF8591_library-1.0.1.zip", - "size": 6370484, - "checksum": "SHA-256:0b7b9be27bb5354afb9fa4c046751ba4d612981d99da836a62a93a0a8ebecdf0" + "dependencies": [ + { + "name": "FastLED" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Finndersen/LEDuino-0.2.0.zip", + "archiveFileName": "LEDuino-0.2.0.zip", + "size": 34243, + "checksum": "SHA-256:ea344511caf5eaa1c0d2f06f9fd868ce08c271a808ddcb16b9af1de2406fbbd3" }, { - "name": "GoGoBoard Arduino Library", - "version": "1.2.0", - "author": "P.Pongpakatien", - "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", - "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", - "paragraph": "Install this library to use GoGoBoard arduino core extension.", - "website": "https://github.com/LILCMU/GoGoBoard-Arduino", - "category": "Device Control", + "name": "LEDuino", + "version": "0.2.2", + "author": "Finn Andersen", + "maintainer": "Finn Andersen", + "sentence": "Framework for defining patterns and mapping them to a configuration of addressable LEDs using FastLED.", + "paragraph": "Makes it easy to define configurable linear or 3D patterns and map them to segments of an addressable LED strip.", + "website": "https://github.com/Finndersen/LEDuino", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.2.0.zip", - "archiveFileName": "GoGoBoard_Arduino_Library-1.2.0.zip", - "size": 10321, - "checksum": "SHA-256:f12201b91e0bc48f289cffa8faae6ecab9b86c7a258bd6a7e27a56c4864c82b3" - }, - { - "name": "GoGoBoard Arduino Library", - "version": "1.2.1", - "author": "P.Pongpakatien", - "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", - "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", - "paragraph": "Install this library to use GoGoBoard arduino core extension.", - "website": "https://github.com/LILCMU/GoGoBoard-Arduino", - "category": "Device Control", - "architectures": [ - "*" + "repository": "https://github.com/Finndersen/LEDuino.git", + "providesIncludes": [ + "LEDuino.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "FastLED" + } ], - "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.2.1.zip", - "archiveFileName": "GoGoBoard_Arduino_Library-1.2.1.zip", - "size": 10312, - "checksum": "SHA-256:88e04eb17197d2c3fda26fed644cefc917a06d7e788660591d6fdb3c0e77ea3c" + "url": "https://downloads.arduino.cc/libraries/github.com/Finndersen/LEDuino-0.2.2.zip", + "archiveFileName": "LEDuino-0.2.2.zip", + "size": 35057, + "checksum": "SHA-256:d3c72cc03171383c497007c1f541ed4359f9e714ebff4be63cae1d8f1de2916f" }, { - "name": "GoGoBoard Arduino Library", - "version": "1.3.0", - "author": "P.Pongpakatien, T.Phoeyphon", - "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", - "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", - "paragraph": "Install this library to use GoGoBoard arduino core extension.", - "website": "https://github.com/LILCMU/GoGoBoard-Arduino", - "category": "Device Control", + "name": "TinyGuixhe", + "version": "1.0.0", + "author": "Alfredo Munguia,alfredo.munguia@infotec.mx", + "maintainer": "Alfredo Munguia,alfredo_munguia@hotmail.com", + "sentence": "An eloquent interface to guixhe-main Lite for Microcontrollers", + "website": "https://github.com/AlfredoMunguia/TinyGuixhe.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.3.0.zip", - "archiveFileName": "GoGoBoard_Arduino_Library-1.3.0.zip", - "size": 10492, - "checksum": "SHA-256:a692360248fb5b388b2077347603c0238ce5e27dbba1ded84030649e204ee440" + "repository": "https://github.com/AlfredoMunguia/TinyGuixhe.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoMunguia/TinyGuixhe-1.0.0.zip", + "archiveFileName": "TinyGuixhe-1.0.0.zip", + "size": 1379470, + "checksum": "SHA-256:f40bbaf056de5d10c7cd84f1b9a0631857b440d9e03552317b915cd855751326" }, { - "name": "GoGoBoard Arduino Library", - "version": "1.4.0", - "author": "P.Pongpakatien, T.Phoeyphon", - "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", - "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", - "paragraph": "Install this library to use GoGoBoard arduino core extension.", - "website": "https://github.com/LILCMU/GoGoBoard-Arduino", - "category": "Device Control", + "name": "TinyGuixhe", + "version": "1.0.1", + "author": "Alfredo Munguia,alfredo.munguia@infotec.mx", + "maintainer": "Alfredo Munguia,alfredo_munguia@hotmail.com", + "sentence": "An eloquent interface to guixhe-main Lite for Microcontrollers", + "website": "https://github.com/AlfredoMunguia/TinyGuixhe.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.4.0.zip", - "archiveFileName": "GoGoBoard_Arduino_Library-1.4.0.zip", - "size": 10483, - "checksum": "SHA-256:e1e64c46290f548d5bcb6878a69d25b1f255ec2c1c60c6e607e4affa555ede91" + "repository": "https://github.com/AlfredoMunguia/TinyGuixhe.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoMunguia/TinyGuixhe-1.0.1.zip", + "archiveFileName": "TinyGuixhe-1.0.1.zip", + "size": 1349341, + "checksum": "SHA-256:daba94262367f1bbd298955d6d7b6408b3d0e84fd4b6af67c899b83ce210ca5b" }, { - "name": "GoGoBoard Arduino Library", - "version": "1.5.0", - "author": "P.Pongpakatien, T.Phoeyphon", - "maintainer": "LILCMU \u003cpeeranut32@gmail.com\u003e", - "sentence": "A library for built-in STM32 arduino core on GoGoBoard to enabled fully functional of hardware along with the used of students.", - "paragraph": "Install this library to use GoGoBoard arduino core extension.", - "website": "https://github.com/LILCMU/GoGoBoard-Arduino", - "category": "Device Control", + "name": "TinyGuixhe", + "version": "1.0.2", + "author": "Alfredo Munguia,alfredo.munguia@infotec.mx", + "maintainer": "Alfredo Munguia,alfredo_munguia@hotmail.com", + "sentence": "An eloquent interface to guixhe-main Lite for Microcontrollers", + "website": "https://github.com/AlfredoMunguia/TinyGuixhe.git", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/LILCMU/GoGoBoard-Arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/LILCMU/GoGoBoard_Arduino_Library-1.5.0.zip", - "archiveFileName": "GoGoBoard_Arduino_Library-1.5.0.zip", - "size": 10704, - "checksum": "SHA-256:79d3291443aa6bdf018908db9fbd5ba79f5c5984392005fa008a5eb3e70bb529" + "repository": "https://github.com/AlfredoMunguia/TinyGuixhe.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoMunguia/TinyGuixhe-1.0.2.zip", + "archiveFileName": "TinyGuixhe-1.0.2.zip", + "size": 1352177, + "checksum": "SHA-256:c973ec669b7b16273b0d1c2356bbb6475ee17c68f8c33d7e2a012ca10d3af971" }, { - "name": "InkplateLibrary", + "name": "Splash", "version": "1.0.0", - "author": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e, Borna Biro \u003cborna.biro@e-radionica.com\u003e, Denis Vajak \u003cdenis.vajak@e-radionica.com\u003e, Zvonimir Haramustek \u003czvonimir.haramustek@e-radionica.com\u003e", - "maintainer": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e", - "sentence": "Inkplate boards driver library", - "paragraph": "Implements common functions for Inkplate e-paper displays", - "website": "https://inkplate.io/", + "author": "KAthiR", + "maintainer": "KAthiR \u003cskathir38@gmail.com\u003e", + "sentence": "Library for managing 16x2 and 20x4 LCD displays.", + "paragraph": "This library provides convenient functions for managing 16x2 and 20x4 LCD displays, including methods for displaying text and setting the cursor.", + "website": "https://github.com/skathir38/ArduinoSplash", "category": "Display", "architectures": [ "*" @@ -361749,942 +826563,784 @@ "types": [ "Contributed" ], - "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", - "providesIncludes": [ - "Inkplate.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-1.0.0.zip", - "archiveFileName": "InkplateLibrary-1.0.0.zip", - "size": 12672601, - "checksum": "SHA-256:669c7e2948f3ccc797bd83d9002d84f032d6329f4b51f5ccebaccef3d9f02c36" + "repository": "https://github.com/skathir38/ArduinoSplash.git", + "url": "https://downloads.arduino.cc/libraries/github.com/skathir38/Splash-1.0.0.zip", + "archiveFileName": "Splash-1.0.0.zip", + "size": 4352, + "checksum": "SHA-256:07503b97035a9c829950f81626706447513b9aef283438c5688300678e2e53dc" }, { - "name": "InkplateLibrary", - "version": "1.1.0", - "author": "e-radionica.com\u003cdavid.zovko@e-radionica.com\u003e", - "maintainer": "David Zovko \u003cdavid.zovko@e-radionica.com\u003e", - "sentence": "Inkplate boards driver library", - "paragraph": "Implements common functions for Inkplate e-paper displays", - "website": "https://inkplate.io/", - "category": "Display", + "name": "CSE_ModbusRTU", + "version": "0.0.6", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino library for implementing Modbus RTU communication protocol on Arduino-supported boards.", + "paragraph": "Supports all Arduino-compatible boards with hardware and software serial ports.", + "website": "https://github.com/CIRCUITSTATE/CSE_ModbusRTU", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/e-radionicacom/Inkplate-6-Arduino-library.git", + "repository": "https://github.com/CIRCUITSTATE/CSE_ModbusRTU.git", "providesIncludes": [ - "Inkplate.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/e-radionicacom/InkplateLibrary-1.1.0.zip", - "archiveFileName": "InkplateLibrary-1.1.0.zip", - "size": 13210411, - "checksum": "SHA-256:9985549b725b2b0f2af8ec000d70d00ef3a6c098523bfb30a588b5f47e04f0a3" - }, - { - "name": "NHB_AD7794", - "version": "1.0.0", - "author": "Jaimy Juliano", - "maintainer": "NHB Systems \u003cinfo@nhbsystems.com\u003e", - "sentence": "Library for using the Analog Devices AD7794 6ch 24 bit precision analog converter IC", - "website": "https://github.com/NHBSystems/NHB_AD7794", - "category": "Sensors", - "architectures": [ - "avr", - "samd" - ], - "types": [ - "Contributed" + "CSE_ModbusRTU.h" ], - "repository": "https://github.com/NHBSystems/NHB_AD7794.git", - "providesIncludes": [ - "NHB_AD7794" + "dependencies": [ + { + "name": "CSE_ArduinoRS485" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/NHBSystems/NHB_AD7794-1.0.0.zip", - "archiveFileName": "NHB_AD7794-1.0.0.zip", - "size": 22003, - "checksum": "SHA-256:daee644379896051f6e476d51733f11c74551e3e54885b3d15ae7401eb4a2712" + "url": "https://downloads.arduino.cc/libraries/github.com/CIRCUITSTATE/CSE_ModbusRTU-0.0.6.zip", + "archiveFileName": "CSE_ModbusRTU-0.0.6.zip", + "size": 33047, + "checksum": "SHA-256:cadc02ebb22662b541502f4371e425d574464c7e07e332e32db78413491105e1" }, { - "name": "SparkFun HyperDisplay ILI9341", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "ILI9341 extension for HyperDisplay", - "paragraph": "This library is a mid-level interface between displays that use an ILI9341 driver and the HyperDisplay library. Provided is an interface-independent layer that can be used to implement specific devices as well as the following preconfigured interfaces: 4-wire SPI", - "website": "https://github.com/sparkfun/HyperDisplay_ILI9341_ArduinoLibrary", - "category": "Display", + "name": "CSE_ModbusRTU", + "version": "0.0.7", + "author": "Vishnu Mohanan", + "maintainer": "Vishnu Mohanan", + "sentence": "Arduino library for implementing Modbus RTU communication protocol on Arduino-supported boards.", + "paragraph": "Supports all Arduino-compatible boards with hardware and software serial ports.", + "website": "https://github.com/CIRCUITSTATE/CSE_ModbusRTU", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_ILI9341_ArduinoLibrary.git", + "repository": "https://github.com/CIRCUITSTATE/CSE_ModbusRTU.git", + "providesIncludes": [ + "CSE_ModbusRTU.h" + ], "dependencies": [ { - "name": "SparkFun HyperDisplay" + "name": "CSE_ArduinoRS485" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_ILI9341-1.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_ILI9341-1.0.0.zip", - "size": 24847, - "checksum": "SHA-256:51dbab17e105a400c439294e85eeb47ea5613ba9f614a431d1aac14bbc4478af" + "url": "https://downloads.arduino.cc/libraries/github.com/CIRCUITSTATE/CSE_ModbusRTU-0.0.7.zip", + "archiveFileName": "CSE_ModbusRTU-0.0.7.zip", + "size": 34516, + "checksum": "SHA-256:9c4469ec9c7548ba76390027818e74c9de5e279032a48fd0f5c5bf760e89a540" }, { - "name": "SparkFun MicroMod Button", - "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Communicates with the buttons connected to the MicroMod Input and Display board.", - "website": "https://www.sparkfun.com/products/", - "category": "Sensors", + "name": "FLINT_E220-900T22S-JP", + "version": "0.0.2", + "author": "FLINT.works", + "maintainer": "@ichirowo", + "sentence": "This library supports E220-900T22S(JP) of CLEALINK TECHNOLOGY Co., Ltd.", + "paragraph": "Supports Arduino UNO R3, Arduino Leonardo, and ESPr One 32.", + "website": "https://github.com/ichirowo/FLINT_E220_900T22S_JP_Library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MicroMod_Button_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_MicroMod_Button-1.0.0.zip", - "archiveFileName": "SparkFun_MicroMod_Button-1.0.0.zip", - "size": 7948, - "checksum": "SHA-256:037180e85958510e3c5baee41fb8192146dde8bd866b8eebcef27fd9102d7a28" + "repository": "https://github.com/ichirowo/FLINT_E220_900T22S_JP_Library.git", + "providesIncludes": [ + "FLINT_E220_900T22S_JP.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ichirowo/FLINT_E220_900T22S_JP-0.0.2.zip", + "archiveFileName": "FLINT_E220_900T22S_JP-0.0.2.zip", + "size": 13850, + "checksum": "SHA-256:6f6014b05bb69c83651d19a3f27c047847aef8343387eee3beb815dedb6d259e" }, { - "name": "SparkFun HyperDisplay 4DLCD-320240", + "name": "RPulse", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Control SparkFun 2.4\" TFT products using HyperDisplay", - "paragraph": "This library is a hardware specific HyperDisplay layer thet provides out-of-the-box support for 2.4\" TFT products from SparkFun. Use all the features of HyperDisplay", - "website": "https://github.com/sparkfun/HyperDisplay_4DLCD-320240_ArduinoLibrary", - "category": "Display", + "author": "Хорошевич Павел \u003ckhoroshevich.pa@gmail.com\u003e", + "maintainer": "Хорошевич Павел \u003ckhoroshevich.pa@gmail.com\u003e", + "sentence": "Отладка робота в реальном времени.", + "paragraph": "Библиотека необходима для управления роботом и отслеживания показаний датчиков.", + "website": "https://github.com/InsightLabTools/RPulse", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/HyperDisplay_4DLCD-320240_ArduinoLibrary.git", + "repository": "https://github.com/InsightLabTools/RPulse.git", + "providesIncludes": [ + "RPulse.h" + ], "dependencies": [ { - "name": "SparkFun HyperDisplay ILI9341" + "name": "GyverTimers" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_HyperDisplay_4DLCD_320240-1.0.0.zip", - "archiveFileName": "SparkFun_HyperDisplay_4DLCD_320240-1.0.0.zip", - "size": 22939, - "checksum": "SHA-256:56705dd760b738eef2d515e5f7b725aadb435917243c10dfd9d34485f7619127" + "url": "https://downloads.arduino.cc/libraries/github.com/InsightLabTools/RPulse-1.0.0.zip", + "archiveFileName": "RPulse-1.0.0.zip", + "size": 23068, + "checksum": "SHA-256:c3d35609eba601757cf01c53af34296bb11e30ea852c8165b9fd58958215a56f" }, { - "name": "AceCommon", - "version": "1.0.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Small low-level functions and routines useful for other libraries.", - "paragraph": "This library has no external dependencies so that it can be used as a repository of common code useful in other libraries in my collection.", - "website": "https://github.com/bxparks/AceCommon", - "category": "Other", + "name": "Satspares_DWIN_DGUS_HMI", + "version": "2.1.0", + "author": "Tejeet Magar and Satspares", + "maintainer": "Satspares \u003csatspares@gmail.com\u003e", + "sentence": "Updated version of the original DWIN version.", + "paragraph": "DWIN DGUS LCD Control Display Satspares update.", + "website": "https://github.com/satspares/DWIN_DGUS_HMI", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCommon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.0.0.zip", - "archiveFileName": "AceCommon-1.0.0.zip", - "size": 179472, - "checksum": "SHA-256:c8a2f24411bda049a65df6df6c292b4f745e00906f70922bea5712891217b72c" + "repository": "https://github.com/satspares/DWIN_DGUS_HMI.git", + "url": "https://downloads.arduino.cc/libraries/github.com/satspares/Satspares_DWIN_DGUS_HMI-2.1.0.zip", + "archiveFileName": "Satspares_DWIN_DGUS_HMI-2.1.0.zip", + "size": 35822910, + "checksum": "SHA-256:22affec4192dd869951f557d53136a824d9094c48d5b089f7dc843e3ed2ab255" }, { - "name": "AceCommon", - "version": "1.1.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Small low-level functions and routines useful for other libraries.", - "paragraph": "This library has no external dependencies so that it can be used as a repository of common code useful in other libraries in my collection.", - "website": "https://github.com/bxparks/AceCommon", - "category": "Other", + "name": "esp32-BLE112", + "version": "1.0.2", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "BLE112 - BLE modem", + "paragraph": "Library to interact with BLE112 through api commands", + "website": "https://github.com/zimbora/esp32-BLE112", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCommon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.0.zip", - "archiveFileName": "AceCommon-1.1.0.zip", - "size": 464595, - "checksum": "SHA-256:6c34f31d535e73a59bcf50a573a85e15e1eaafe39364c0e955d4764c6a081cf5" - }, - { - "name": "AceCommon", - "version": "1.1.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", - "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString.", - "website": "https://github.com/bxparks/AceCommon", - "category": "Other", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/zimbora/esp32-BLE112.git", + "providesIncludes": [ + "esp32-BLE112.h" ], - "repository": "https://github.com/bxparks/AceCommon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.1.zip", - "archiveFileName": "AceCommon-1.1.1.zip", - "size": 510174, - "checksum": "SHA-256:b32722babad8b1ef24c46997bddc8a966bceb1d5d18564b7b51e820bb80b2665" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/esp32_BLE112-1.0.2.zip", + "archiveFileName": "esp32_BLE112-1.0.2.zip", + "size": 15687, + "checksum": "SHA-256:a65283eab49ece239c4e7daa03df2b25851fbf1f55226f3ef8ad7547402fa774" }, { - "name": "AceCommon", - "version": "1.1.2", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Small low-level classes and functions with no external dependencies so that they can be easily reused in other libraries.", - "paragraph": "Includes incrementMod(), decToBcd(). strcmp_PP(), PrintStr\u003cN\u003e, PrintStrN, printPad{N}To, TimingStats, formUrlEncode(), FCString, and so on.", - "website": "https://github.com/bxparks/AceCommon", - "category": "Other", + "name": "esp32-BLE112", + "version": "1.0.3", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "BLE112 - BLE modem", + "paragraph": "Library to interact with BLE112 through api commands", + "website": "https://github.com/zimbora/esp32-BLE112", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCommon.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCommon-1.1.2.zip", - "archiveFileName": "AceCommon-1.1.2.zip", - "size": 511085, - "checksum": "SHA-256:aad1b291de64557ebcbde80dceb3bdd55f2c88dcc1b20655ed00123e215c852c" + "repository": "https://github.com/zimbora/esp32-BLE112.git", + "providesIncludes": [ + "esp32-BLE112.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/esp32_BLE112-1.0.3.zip", + "archiveFileName": "esp32_BLE112-1.0.3.zip", + "size": 15687, + "checksum": "SHA-256:957b30a1917708600d40a995fc961bef577b6fb85f3e031e5a58b2cd164f22bd" }, { - "name": "Timezone_Generic", - "version": "1.2.4", - "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", - "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", - "website": "https://github.com/khoih-prog/Timezone_Generic", - "category": "Uncategorized", + "name": "modem-freeRTOS", + "version": "1.0.0", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "process to manage network interfaces", + "paragraph": "This library implements an independent process to manage LTE and WiFi interfaces", + "website": "https://github.com/zimbora/esp32-modem-freeRTOS", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "repository": "https://github.com/zimbora/esp32-modem-freeRTOS.git", "providesIncludes": [ - "Timezone_Generic.h" - ], - "dependencies": [ - { - "name": "Time" - }, - { - "name": "Wire" - }, - { - "name": "DS323x_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetENC" - }, - { - "name": "UIPEthernet" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32duino LwIP" - } + "modem-freeRTOS.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.4.zip", - "archiveFileName": "Timezone_Generic-1.2.4.zip", - "size": 360951, - "checksum": "SHA-256:392c89b44bb12469bc558bea492dc5fd3111dc70227e616fb11f36a9ef9f27d2" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/modem_freeRTOS-1.0.0.zip", + "archiveFileName": "modem_freeRTOS-1.0.0.zip", + "size": 23441, + "checksum": "SHA-256:a6f37fca8d7960192e06db7ca9e3c69a84ab46421f760fd6a1d6cb01fa50c85c" }, { - "name": "Timezone_Generic", - "version": "1.2.5", - "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", - "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", - "website": "https://github.com/khoih-prog/Timezone_Generic", - "category": "Uncategorized", + "name": "modem-freeRTOS", + "version": "1.0.1", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "process to manage network interfaces", + "paragraph": "This library implements an independent process to manage LTE and WiFi interfaces", + "website": "https://github.com/zimbora/esp32-modem-freeRTOS", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "repository": "https://github.com/zimbora/esp32-modem-freeRTOS.git", "providesIncludes": [ - "Timezone_Generic.h" - ], - "dependencies": [ - { - "name": "Time" - }, - { - "name": "Wire" - }, - { - "name": "DS323x_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetENC" - }, - { - "name": "UIPEthernet" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino RTC" - } + "modem-freeRTOS.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.5.zip", - "archiveFileName": "Timezone_Generic-1.2.5.zip", - "size": 377437, - "checksum": "SHA-256:32ef8dcb9a3fc9eaaca8f96eae28affb8a599d278f043057c74dbb09bcd1aa0f" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/modem_freeRTOS-1.0.1.zip", + "archiveFileName": "modem_freeRTOS-1.0.1.zip", + "size": 23984, + "checksum": "SHA-256:e6408f72e0145a41a01c4e59721a89839d7c517360f59ba38df140fa9df2ce37" }, { - "name": "Timezone_Generic", - "version": "1.2.6", - "author": "Jack Christensen \u003cjack.christensen@outlook.com\u003e, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.", - "paragraph": "The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", - "website": "https://github.com/khoih-prog/Timezone_Generic", - "category": "Uncategorized", + "name": "modbusrtu", + "version": "1.0.0", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "ModbusRTU implementation for Arduino.", + "paragraph": "This library provides a way to communicate with external devices through ModbusRTU", + "website": "https://github.com/zimbora/esp32-ModbusRTU", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Timezone_Generic.git", + "repository": "https://github.com/zimbora/esp32-ModbusRTU.git", "providesIncludes": [ - "Timezone_Generic.h" - ], - "dependencies": [ - { - "name": "Time" - }, - { - "name": "Wire" - }, - { - "name": "DS323x_Generic" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetENC" - }, - { - "name": "UIPEthernet" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino RTC" - } + "modbus-rtu.h rs485.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Timezone_Generic-1.2.6.zip", - "archiveFileName": "Timezone_Generic-1.2.6.zip", - "size": 384340, - "checksum": "SHA-256:c2da73e33c3b3eeb9d2527a539ce178c137f1e1dcfd481537773129192360639" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/modbusrtu-1.0.0.zip", + "archiveFileName": "modbusrtu-1.0.0.zip", + "size": 151950, + "checksum": "SHA-256:849069ad542a88e7f6b167ea50a23eb0435e6b9308ef5eb8c9d56f2909ce1b08" }, { - "name": "ft817", - "version": "1.0.0", - "author": "Pavel Milanes Costa \u003cpavelmc@gmail.com\u003e, Andy Webster", - "maintainer": "Pavel Milanes Costa \u003cpavelmc@gmail.com\u003e, Andy Webster", - "sentence": "Serial CAT interface to control a Yaesu FT-817 transceiver", - "paragraph": "Inspired in the James Buck (VE3BUX) FT-857D library and crafted to Andy Webster FT-817_Buddy project, but usable by anyone to control a FT-817 radio.", - "website": "https://github.com/stdevPavelmc/ft817", + "name": "modbusrtu", + "version": "1.0.1", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "ModbusRTU implementation for Arduino.", + "paragraph": "This library provides a way to communicate with external devices through ModbusRTU", + "website": "https://github.com/zimbora/esp32-ModbusRTU", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/stdevPavelmc/ft817.git", - "url": "https://downloads.arduino.cc/libraries/github.com/stdevPavelmc/ft817-1.0.0.zip", - "archiveFileName": "ft817-1.0.0.zip", - "size": 14240, - "checksum": "SHA-256:ecd5a1893f0e48fa906d7e48a6bfc1d6829d260e9eeee0dfc2052fae48947cc7" + "repository": "https://github.com/zimbora/esp32-ModbusRTU.git", + "providesIncludes": [ + "modbus-rtu.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/modbusrtu-1.0.1.zip", + "archiveFileName": "modbusrtu-1.0.1.zip", + "size": 152761, + "checksum": "SHA-256:691e9a9c57b4396e0fb73c83a6d27c2d2c36b1133b97653f6188bc054a905e33" }, { - "name": "DS323x_Generic", - "version": "1.0.0", - "author": "Hideaki Tai, Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal", - "paragraph": "For nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi", - "website": "https://github.com/khoih-prog/DS323x_Generic", - "category": "Uncategorized", + "name": "TMC5072", + "version": "0.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC5072 stepper motor drivers.", + "paragraph": "Provides functions for configuring and using TMC5072 (Trinamic / ADI) stepper motor driver ICs.", + "website": "https://github.com/joshua-8/TMC5072", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/DS323x_Generic.git", - "providesIncludes": [ - "DS323x_Generic.h" - ], - "dependencies": [ - { - "name": "Wire" - }, - { - "name": "Time" - }, - { - "name": "WiFiNINA_Generic" - }, - { - "name": "Ethernet" - }, - { - "name": "EthernetENC" - }, - { - "name": "UIPEthernet" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "STM32duino LwIP" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/DS323x_Generic-1.0.0.zip", - "archiveFileName": "DS323x_Generic-1.0.0.zip", - "size": 317935, - "checksum": "SHA-256:b35a450fd88d28a797be56d10a1f636d74a01299298dcaca1b8bf941ecfeaae8" - }, - { - "name": "AmigaMouseJoyEmu", - "version": "0.1.0", - "author": "andrasbiro", - "maintainer": "andrasbiro", - "sentence": "Library to emulate Amiga Mouse or joystick", - "website": "https://github.com/andrasbiro/AmigaMouseJoyEmu", - "category": "Signal Input/Output", + "repository": "https://github.com/joshua-8/TMC5072.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC5072-0.1.0.zip", + "archiveFileName": "TMC5072-0.1.0.zip", + "size": 1950459, + "checksum": "SHA-256:4d6e7154d5803db38ee14b6ceab79d618eec89a46722a7b1eb20dd832f59e626" + }, + { + "name": "TMC5072", + "version": "0.1.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC5072 stepper motor drivers.", + "paragraph": "Provides functions for configuring and using TMC5072 (Trinamic / ADI) stepper motor driver ICs.", + "website": "https://github.com/joshua-8/TMC5072", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/andrasbiro/AmigaMouseJoyEmu.git", - "url": "https://downloads.arduino.cc/libraries/github.com/andrasbiro/AmigaMouseJoyEmu-0.1.0.zip", - "archiveFileName": "AmigaMouseJoyEmu-0.1.0.zip", - "size": 7385, - "checksum": "SHA-256:de0022063c46b92bb2be8c607d751097c8d596ca1a646187d0d3d30ca67ccacf" + "repository": "https://github.com/joshua-8/TMC5072.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC5072-0.1.1.zip", + "archiveFileName": "TMC5072-0.1.1.zip", + "size": 1950899, + "checksum": "SHA-256:5464ac631a702c68ae1193f9bcfe322bafa1dfff96770c918ef5152e9e1f2c70" }, { - "name": "EnviroDIY_DS3231", - "version": "1.3.4", - "author": "keestux,SODAQ", - "maintainer": "Sara Damiano \u003csdamiano@stroudcenter.org\u003e", - "sentence": "An Arduino library for the DS3231 RTC (Real Time Clock).", - "paragraph": "Forked from https://github.com/SodaqMoja/Sodaq_DS3231", - "website": "https://github.com/EnviroDIY/Sodaq_DS3231", - "category": "Sensors", + "name": "TMC5072", + "version": "0.1.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC5072 stepper motor drivers.", + "paragraph": "Provides functions for configuring and using TMC5072 (Trinamic / ADI) stepper motor driver ICs.", + "website": "https://github.com/joshua-8/TMC5072", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/EnviroDIY/Sodaq_DS3231.git", - "url": "https://downloads.arduino.cc/libraries/github.com/EnviroDIY/EnviroDIY_DS3231-1.3.4.zip", - "archiveFileName": "EnviroDIY_DS3231-1.3.4.zip", - "size": 491006, - "checksum": "SHA-256:4e775c439bf6631d6462b30162016c365aabf64e981f1a279b90b3b1e7a5f7c3" + "repository": "https://github.com/joshua-8/TMC5072.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC5072-0.1.2.zip", + "archiveFileName": "TMC5072-0.1.2.zip", + "size": 1951234, + "checksum": "SHA-256:4fea433fd0946bf3a27b5316376b6e61551da05aeba6a51e2620997d98bfeed9" }, { - "name": "LG_Matrix_Print", - "version": "1.0.0", - "author": "Gerald Lechner", - "maintainer": "Gerald Lechner", - "sentence": "A library to print text on one or more segments with 8x8 LED-Matrix using MAX", - "paragraph": "The library allows to print any text to the LED-matrix on a very simple way. Long strings can be outputted in ticker mode where text moves from right to left. The maximum string length is 32000. The library uses hardware SPI.", - "website": "https://github.com/GerLech/LG_Matrix_Print", - "category": "Uncategorized", + "name": "TMC5072", + "version": "0.2.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC5072 stepper motor drivers.", + "paragraph": "Provides functions for configuring and using TMC5072 (Trinamic / ADI) stepper motor driver ICs.", + "website": "https://github.com/joshua-8/TMC5072", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/GerLech/LG_Matrix_Print.git", - "url": "https://downloads.arduino.cc/libraries/github.com/GerLech/LG_Matrix_Print-1.0.0.zip", - "archiveFileName": "LG_Matrix_Print-1.0.0.zip", - "size": 21175, - "checksum": "SHA-256:5d4bfc2faf80eeb0d01f1e63dde3c0f91c8e0b1b620c535e57a99f3bb63491c1" + "repository": "https://github.com/joshua-8/TMC5072.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC5072-0.2.1.zip", + "archiveFileName": "TMC5072-0.2.1.zip", + "size": 1953589, + "checksum": "SHA-256:21a2dbaa64207b3921983bc56afa2274532b313349f90c9a7fd375ad6c2b1838" }, { - "name": "Teensy_TimerInterrupt", - "version": "1.0.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", - "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", - "category": "Uncategorized", + "name": "TMC5072", + "version": "0.3.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC5072 stepper motor drivers.", + "paragraph": "Provides functions for configuring and using TMC5072 (Trinamic / ADI) stepper motor driver ICs.", + "website": "https://github.com/joshua-8/TMC5072", + "category": "Device Control", "architectures": [ - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", - "providesIncludes": [ - "TeensyTimerInterrupt.h", - "Teensy_ISR_Timer.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.0.0.zip", - "archiveFileName": "Teensy_TimerInterrupt-1.0.0.zip", - "size": 59814, - "checksum": "SHA-256:a957d1a2d4a2cfb8ee4ef251db5b0bacf957cac3740515e90e4f8d2113f74448" + "repository": "https://github.com/joshua-8/TMC5072.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC5072-0.3.0.zip", + "archiveFileName": "TMC5072-0.3.0.zip", + "size": 1956335, + "checksum": "SHA-256:cf9a7c6ced965cbc97175a2b9776d6ed9e1cd5a38a983b2a9c774a60ccdefeb0" }, { - "name": "Teensy_TimerInterrupt", - "version": "1.0.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", - "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", - "category": "Uncategorized", + "name": "TMC5072", + "version": "0.3.4", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC5072 stepper motor drivers.", + "paragraph": "Provides functions for configuring and using TMC5072 (Trinamic / ADI) stepper motor driver ICs.", + "website": "https://github.com/joshua-8/TMC5072", + "category": "Device Control", "architectures": [ - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", - "providesIncludes": [ - "TeensyTimerInterrupt.h", - "Teensy_ISR_Timer.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.0.1.zip", - "archiveFileName": "Teensy_TimerInterrupt-1.0.1.zip", - "size": 65643, - "checksum": "SHA-256:53c338665a10028c1164ea1887d179237f2b8f2216b3d72e073a459a93fd0277" + "repository": "https://github.com/joshua-8/TMC5072.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC5072-0.3.4.zip", + "archiveFileName": "TMC5072-0.3.4.zip", + "size": 1956441, + "checksum": "SHA-256:e4e94347364b5c15ebc740074aa313e4451f2e89acbde09833e043d408a41470" }, { - "name": "Teensy_TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on a Teensy-based board such as Teensy 4.x, 3.x, LC, 2.0, etc.", - "paragraph": "These Teensy Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/Teensy_TimerInterrupt", - "category": "Uncategorized", + "name": "SmartCard", + "version": "1.0.0", + "author": "Sivakumar Adchayan", + "maintainer": "Sivakumar Adchayan", + "sentence": "Use a smart card with arduino", + "website": "https://github.com/sivaadchu/", + "category": "Signal Input/Output", "architectures": [ - "teensy" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Teensy_TimerInterrupt.git", - "providesIncludes": [ - "TeensyTimerInterrupt.h", - "Teensy_ISR_Timer.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Teensy_TimerInterrupt-1.1.1.zip", - "archiveFileName": "Teensy_TimerInterrupt-1.1.1.zip", - "size": 74006, - "checksum": "SHA-256:ad1ca9cc5b8e758d20d4872d53d46428e6d9f93e22e48dc8fdcf343acf7f2a32" + "repository": "https://github.com/sivaadchu/SmartCard.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sivaadchu/SmartCard-1.0.0.zip", + "archiveFileName": "SmartCard-1.0.0.zip", + "size": 1915, + "checksum": "SHA-256:9bcb3dcc4e4621ca7933ca590e667b4e37732a022c3ec6885e07102a38a7e970" }, { - "name": "M5-CoreInk", - "version": "0.0.1", - "author": "M5Stack", - "maintainer": "Hades\u003chades8363@gmail.com\u003e", - "sentence": "Library for M5CoreInk development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5-CoreInk.git", - "category": "Device Control", + "name": "sysfile", + "version": "1.0.0", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "sysfile manager for Arduino. It uses littlefs", + "paragraph": "This library provides a way to create, write and read files", + "website": "https://github.com/zimbora/esp32-sysfile", + "category": "Data Storage", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5-CoreInk.git", + "repository": "https://github.com/zimbora/esp32-sysfile.git", "providesIncludes": [ - "M5CoreInk.h" + "sysfile.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5_CoreInk-0.0.1.zip", - "archiveFileName": "M5_CoreInk-0.0.1.zip", - "size": 53969, - "checksum": "SHA-256:e8f6bcb518afdc54940a7a7205666388cc2996a90164e2402c6b1c29f0583465" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/sysfile-1.0.0.zip", + "archiveFileName": "sysfile-1.0.0.zip", + "size": 10018, + "checksum": "SHA-256:83e72905f892282edc10bc49357cd3db304970b4a8228f11b7821f9764fc604a" }, { - "name": "tinyhal", - "version": "0.1.0", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Tiny platform hardware abstraction layer", - "paragraph": "Tiny HAL library is used by other libraries to implement platform independent code.", - "website": "https://github.com/lexus2k/tinyhal", - "category": "Other", + "name": "sysfile", + "version": "1.0.1", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "sysfile manager for Arduino. It uses littlefs", + "paragraph": "This library provides a way to create, write and read files", + "website": "https://github.com/zimbora/esp32-sysfile", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyhal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyhal-0.1.0.zip", - "archiveFileName": "tinyhal-0.1.0.zip", - "size": 83373, - "checksum": "SHA-256:fbffb2a718df99d28c9eae6ff8e9e29c6f3dec2cefe25cbd66132bd72dca4721" + "repository": "https://github.com/zimbora/esp32-sysfile.git", + "providesIncludes": [ + "sysfile.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/sysfile-1.0.1.zip", + "archiveFileName": "sysfile-1.0.1.zip", + "size": 10835, + "checksum": "SHA-256:c9c58b6f3eda83b0b5873ee297927b16a0e5729562a6c282ee5a25df5204e910" }, { - "name": "tinyhal", - "version": "0.1.1", - "author": "Alexey Dynda", - "maintainer": "Alexey Dynda \u003calexey.dynda@gmail.com\u003e", - "sentence": "Tiny platform hardware abstraction layer", - "paragraph": "Tiny HAL library is used by other libraries to implement platform independent code.", - "website": "https://github.com/lexus2k/tinyhal", - "category": "Other", + "name": "alarm", + "version": "0.1.0", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "Alarms implementation for Arduino.", + "paragraph": "This library provides a way to validate if values of any type are within a range.", + "website": "https://github.com/zimbora/esp32-alarm", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lexus2k/tinyhal.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lexus2k/tinyhal-0.1.1.zip", - "archiveFileName": "tinyhal-0.1.1.zip", - "size": 83379, - "checksum": "SHA-256:d8d32a6204ca9b355e2a4455f14a7c518b3b40fe9138b42bcb3cd0398bf1efc2" + "repository": "https://github.com/zimbora/esp32-alarm.git", + "providesIncludes": [ + "alarm.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/alarm-0.1.0.zip", + "archiveFileName": "alarm-0.1.0.zip", + "size": 155863, + "checksum": "SHA-256:bf9c76d49f1110c35ac073546a3ad19baa456d0f10583517ef81de52d6c16fa2" }, { - "name": "LinearRegression", - "version": "1.0.1", - "author": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", - "maintainer": "Gunce Akkoyun \u003cakkoyun@me.com\u003e", - "sentence": "Linear, Regression, Machine, Learn, AI, Statistics, Stats, Math", - "paragraph": "Calculate linear regression and corelation of array in Arduino", - "website": "https://github.com/akkoyun/LinearRegression", - "category": "Other", + "name": "alarm", + "version": "1.0.0", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "Alarms implementation for Arduino.", + "paragraph": "This library provides a way to validate if values of any type are within a range.", + "website": "https://github.com/zimbora/esp32-alarm", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/akkoyun/LinearRegression.git", - "url": "https://downloads.arduino.cc/libraries/github.com/akkoyun/LinearRegression-1.0.1.zip", - "archiveFileName": "LinearRegression-1.0.1.zip", - "size": 4541, - "checksum": "SHA-256:4394e96a60b12fac2b797a83cf039d0728b5455ebffd35f660099c15a3ebd4b7" + "repository": "https://github.com/zimbora/esp32-alarm.git", + "providesIncludes": [ + "alarm.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/alarm-1.0.0.zip", + "archiveFileName": "alarm-1.0.0.zip", + "size": 163948, + "checksum": "SHA-256:baa39ca66832f30be612f04fb984aa2615da98304d73f02a0189b312951ddfcd" }, { - "name": "WearLeveling", - "version": "1.0.0", - "author": "Chayan Mistry", - "maintainer": "Chayan \u003cchayanforyou@yahoo.com\u003e", - "sentence": "EEPROMWearLevel reduces EEPROM wear by writting a new value to an other EEPROM location.", - "paragraph": "EEPROMWearLevel bases on the EEPROM library included in the Arduino framework. It reduces EEPROM wear by writting a new value to an other EEPROM location. The current location is stored by writing a single bit for every EEPROM location. When all are used, it starts again on the first location.", - "website": "https://github.com/chayanforyou/WearLeveling", - "category": "Data Storage", + "name": "alarm", + "version": "1.0.1", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "Alarms implementation for Arduino.", + "paragraph": "This library provides a way to validate if values of any type are within a range.", + "website": "https://github.com/zimbora/esp32-alarm", + "category": "Data Processing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/chayanforyou/WearLeveling.git", - "url": "https://downloads.arduino.cc/libraries/github.com/chayanforyou/WearLeveling-1.0.0.zip", - "archiveFileName": "WearLeveling-1.0.0.zip", - "size": 10350, - "checksum": "SHA-256:ce4fb2be3a8eae529bbf3171076c32221188c62be2158363a68edbeb7fbbc554" + "repository": "https://github.com/zimbora/esp32-alarm.git", + "providesIncludes": [ + "alarm.hpp" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/alarm-1.0.1.zip", + "archiveFileName": "alarm-1.0.1.zip", + "size": 155956, + "checksum": "SHA-256:85399f3a4e718dd22d6f0c46b31b8175236286c444b69552c1942006fb790984" }, { - "name": "NRF52_TimerInterrupt", + "name": "autorequest", "version": "1.0.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board", - "paragraph": "These NRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", - "category": "Uncategorized", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "Autorequests implementation for Arduino.", + "paragraph": "This library provides a way do align tasks with clock.", + "website": "https://github.com/zimbora/esp32-autorequest", + "category": "Data Processing", "architectures": [ - "nordicnrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "repository": "https://github.com/zimbora/esp32-autorequest.git", "providesIncludes": [ - "NRF52TimerInterrupt.h", - "NRF52_ISR_Timer.h" + "autorequest.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.0.zip", - "archiveFileName": "NRF52_TimerInterrupt-1.0.0.zip", - "size": 240871, - "checksum": "SHA-256:2e41d12e6c0113e2ca15fa5ad1f7a27423ff5789e44dbe1f0b24b0ad915e5f06" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/autorequest-1.0.0.zip", + "archiveFileName": "autorequest-1.0.0.zip", + "size": 149491, + "checksum": "SHA-256:ef91c0b0f6ec7ea350db6616ebd50c6c977fe272864e85a8d8fd7284bebb2924" }, { - "name": "NRF52_TimerInterrupt", + "name": "autorequest", "version": "1.0.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", - "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", - "category": "Uncategorized", + "author": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "maintainer": "J. Lucas S. \u003clucas.ua.eet@gmail.com\u003e", + "sentence": "Autorequests implementation for Arduino.", + "paragraph": "This library provides a way do align tasks with clock.", + "website": "https://github.com/zimbora/esp32-autorequest", + "category": "Data Processing", "architectures": [ - "nordicnrf52", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", + "repository": "https://github.com/zimbora/esp32-autorequest.git", "providesIncludes": [ - "NRF52TimerInterrupt.h", - "NRF52_ISR_Timer.h" + "autorequest.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.1.zip", - "archiveFileName": "NRF52_TimerInterrupt-1.0.1.zip", - "size": 247134, - "checksum": "SHA-256:c038538496213096fcb682fcc110d9ec1bb34b2018775820fe72afe20659f82b" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/autorequest-1.0.1.zip", + "archiveFileName": "autorequest-1.0.1.zip", + "size": 150264, + "checksum": "SHA-256:1f418e4142c230b202be637bbce4cc1751af2a1cf59db9e00ed2114a311286b4" }, { - "name": "NRF52_TimerInterrupt", - "version": "1.0.2", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", - "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", - "category": "Uncategorized", + "name": "DHT kxn", + "version": "3.4.4", + "author": "Adafruit", + "maintainer": "kxn \u003cinfo@adafruit.com\u003e", + "sentence": "BACKUP Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "paragraph": "Arduino library for DHT11, DHT22, etc Temp \u0026 Humidity Sensors", + "website": "https://github.com/Khuuxuanngoc/DHT-sensor-library", + "category": "Sensors", "architectures": [ - "nordicnrf52", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", - "providesIncludes": [ - "NRF52TimerInterrupt.h", - "NRF52_ISR_Timer.h" + "repository": "https://github.com/Khuuxuanngoc/DHT-sensor-library.git", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Makerlabvn_I2C_Motor_Driver" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.0.2.zip", - "archiveFileName": "NRF52_TimerInterrupt-1.0.2.zip", - "size": 252120, - "checksum": "SHA-256:2e783a67b389d4ae7d993ebfd5afcd1631d877e94d832f2f3f4afb3e1961c477" + "url": "https://downloads.arduino.cc/libraries/github.com/Khuuxuanngoc/DHT_kxn-3.4.4.zip", + "archiveFileName": "DHT_kxn-3.4.4.zip", + "size": 18560, + "checksum": "SHA-256:cdffeccb02692ef5f80b10fa05ae4030533573efca9caec12c078bd4bdf052d3" }, { - "name": "NRF52_TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an nRF52-based board", - "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/NRF52_TimerInterrupt", - "category": "Uncategorized", + "name": "Makerlabvn_SimpleMotor", + "version": "1.0.0", + "author": "Makerlab.vn", + "maintainer": "Makerlab.vn \u003cxuanngoc1992@gmail.com\u003e", + "sentence": "Driver for 2-DC motor.", + "paragraph": "Use 4 control pins and there are 2 pins that need the PWM feature.", + "website": "https://github.com/makerlabvn/Makerlabvn_SimpleMotor.git", + "category": "Device Control", "architectures": [ - "nordicnrf52", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NRF52_TimerInterrupt.git", - "providesIncludes": [ - "NRF52TimerInterrupt.h", - "NRF52_ISR_Timer.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_TimerInterrupt-1.1.1.zip", - "archiveFileName": "NRF52_TimerInterrupt-1.1.1.zip", - "size": 261455, - "checksum": "SHA-256:8c3026bbd686ea41fffa230dd4fef5944586a8fcdd4fd98e3d8ebf189eef8ed2" + "repository": "https://github.com/makerlabvn/Makerlabvn_SimpleMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/makerlabvn/Makerlabvn_SimpleMotor-1.0.0.zip", + "archiveFileName": "Makerlabvn_SimpleMotor-1.0.0.zip", + "size": 7668, + "checksum": "SHA-256:ecc0bc8384f35c4a6e25e774e98552ca14838eba5a63ca4c94f1b2a7ee808147" }, { - "name": "SparkFun ADXL313 Arduino Library", + "name": "Adafruit INA228 Library", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)", - "paragraph": "An Arduino Library for the \u003ca href=\"https://www.sparkfun.com/products/17241\"\u003eSparkFun 3-Axis Digital Accelerometer Breakout - ADXL313 (Qwiic)\u003c/a\u003e. Connect to the ADXL313 via Qwiic or SPI and you can stream data easily. Examples include defulat setups, custom settings, low power modes, interrupts and more!", - "website": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the INA228 sensors in the Adafruit shop", + "paragraph": "Arduino library for the INA228 sensors in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_INA228", "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ADXL313_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_ADXL313_Arduino_Library-1.0.0.zip", - "size": 36215, - "checksum": "SHA-256:7a95c068746f0010f745308831f9d7d0cf1abf24c5f848645ef4d9fbc3a4d06f" + "repository": "https://github.com/adafruit/Adafruit_INA228.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_INA228_Library-1.0.0.zip", + "archiveFileName": "Adafruit_INA228_Library-1.0.0.zip", + "size": 11742, + "checksum": "SHA-256:c8d69ca45cd666d43a6f41331466f6018d33b1f02432f046f86c9fdfb32b5b99" }, { - "name": "SAMD_TimerInterrupt", - "version": "1.0.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAMD-based board", - "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", - "category": "Uncategorized", + "name": "Cpp_Standard_Library", + "version": "2.0.0", + "author": "埃博拉酱 \u003cvhtmfu@outlook.com\u003e, Mike Matera \u003cmatera@lifealgorithmic.com\u003e, Chris Johnson \u003cchrisjohnsonmail@gmail.com\u003e, Arduino", + "maintainer": "埃博拉酱 \u003cvhtmfu@outlook.com\u003e", + "sentence": "将C++标准库移植到 Arduino。A port of C++ Standard Library to Arduino.", + "paragraph": "*新功能:vector::cbegin vector::cend vector::crbegin vector::crend* 基于ArduinoSTL,该库包括重要的C++函数,包括cout和cin,printf和scanf。它还包括 STL 容器,如vector和algorithm。New features: unique_ptr, mt19937, shuffle.* Based on ArduinoSTL, this library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.", + "website": "https://github.com/Silver-Fang/ArduinoSTL", + "category": "Other", "architectures": [ - "samd" + "avr", + "megaavr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "repository": "https://github.com/Silver-Fang/ArduinoSTL.git", "providesIncludes": [ - "SAMDTimerInterrupt.h", - "SAMD_ISR_Timer.h" + "Cpp_Standard_Library.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.0.0.zip", - "archiveFileName": "SAMD_TimerInterrupt-1.0.0.zip", - "size": 217218, - "checksum": "SHA-256:78a549761fed5d0eb0e7f09ec55085253675d0cf0810c4dd9ef0f48f638ac3ee" + "url": "https://downloads.arduino.cc/libraries/github.com/Silver-Fang/Cpp_Standard_Library-2.0.0.zip", + "archiveFileName": "Cpp_Standard_Library-2.0.0.zip", + "size": 219331, + "checksum": "SHA-256:e7a4a1ac60423c5249da87566b5400e18b0397538a0a520395b391342eaecdb6" }, { - "name": "SAMD_TimerInterrupt", - "version": "1.0.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, etc.", - "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", - "category": "Uncategorized", + "name": "SimpleControl", + "version": "0.1.1", + "author": "Vaibhav S", + "maintainer": "Vaibhav S", + "sentence": "A library to control Simple DC-motors.", + "paragraph": "It will ease the interface of L293D / L2938N driver with micro-controller.", + "website": "https://github.com/Tenveis/SimpleControl", + "category": "Device Control", "architectures": [ - "samd" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "repository": "https://github.com/Tenveis/SimpleControl.git", "providesIncludes": [ - "SAMDTimerInterrupt.h", - "SAMD_ISR_Timer.h" + "configuration.h", + "SimpleControl.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.0.1.zip", - "archiveFileName": "SAMD_TimerInterrupt-1.0.1.zip", - "size": 223801, - "checksum": "SHA-256:86615cede3e50ae69b400665a5764238d642157c1f0d5e08fc2274e9c449a08a" + "url": "https://downloads.arduino.cc/libraries/github.com/Tenveis/SimpleControl-0.1.1.zip", + "archiveFileName": "SimpleControl-0.1.1.zip", + "size": 4693, + "checksum": "SHA-256:0ef329da26f1903f80341b4cf45adff5cef96ca6b8c8178ea58b302eaf7c8e01" }, { - "name": "SAMD_TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on a SAMD-based board such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, etc.", - "paragraph": "These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/SAMD_TimerInterrupt", - "category": "Uncategorized", + "name": "PTSolns_I2CBackpack", + "version": "1.0.1", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "Control the PTSolns I2C Backpack.", + "paragraph": "This library provides a control over the PTSolns I2C Backpack, which can be connected to the common 1602 and 2004 LCDs.", + "website": "https://github.com/PTSolns/PTSolns_I2CBackpack", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SAMD_TimerInterrupt.git", + "repository": "https://github.com/PTSolns/PTSolns_I2CBackpack.git", "providesIncludes": [ - "SAMDTimerInterrupt.h", - "SAMD_ISR_Timer.h" + "PTSolns_I2CBackpack.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMD_TimerInterrupt-1.1.1.zip", - "archiveFileName": "SAMD_TimerInterrupt-1.1.1.zip", - "size": 239943, - "checksum": "SHA-256:7fc92f0ee2f10b6a277730a9bbbac628b09a9124002f0ef47ac0c1485cbbc0cd" + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_I2CBackpack-1.0.1.zip", + "archiveFileName": "PTSolns_I2CBackpack-1.0.1.zip", + "size": 8345, + "checksum": "SHA-256:491035e5b05d9dae87c5ccda053d1170b0705ff6a221a42746f5eb2e206f726d" }, { - "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR", - "version": "1.2.3", - "author": "Seeed Studio", - "maintainer": "Seeed Studio \u003ctechsupport@seeed.cc\u003e", - "sentence": "Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g Power(LIS3DHTR).", - "paragraph": "An Arduino Library for Grove - 3-Axis Digital Accelerometer ±2g to 16g (LIS3DHTR) use to get acceleration data.", - "website": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR", - "category": "Sensors", + "name": "PTSolns_I2CBackpack", + "version": "1.0.2", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "Control the PTSolns I2C Backpack.", + "paragraph": "This library provides a control over the PTSolns I2C Backpack, which can be connected to the common 1602 and 2004 LCDs.", + "website": "https://github.com/PTSolns/PTSolns_I2CBackpack", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Seeed-Studio/Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.3.zip", - "archiveFileName": "Grove_3_Axis_Digital_Accelerometer_2g_to_16g_LIS3DHTR-1.2.3.zip", - "size": 22783, - "checksum": "SHA-256:3cca4cfa509131bb22d300922c24961051943d23ab91fef94ebc0173dbca252f" + "repository": "https://github.com/PTSolns/PTSolns_I2CBackpack.git", + "providesIncludes": [ + "PTSolns_I2CBackpack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_I2CBackpack-1.0.2.zip", + "archiveFileName": "PTSolns_I2CBackpack-1.0.2.zip", + "size": 15141, + "checksum": "SHA-256:ba0451aa87b8426465b29901cc9a54d881fa942bdf50c44a5f24f9eb379b734f" }, { - "name": "Telemetrix4Arduino", - "version": "1.0.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/telemetrix", + "name": "PTSolns_I2CBackpack", + "version": "1.0.3", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "Control the PTSolns I2C Backpack.", + "paragraph": "This library provides a control over the PTSolns I2C Backpack, which can be connected to the common 1602 and 2004 LCDs.", + "website": "https://github.com/PTSolns/PTSolns_I2CBackpack", "category": "Device Control", "architectures": [ "*" @@ -362692,57 +827348,79 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "repository": "https://github.com/PTSolns/PTSolns_I2CBackpack.git", + "providesIncludes": [ + "PTSolns_I2CBackpack.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_I2CBackpack-1.0.3.zip", + "archiveFileName": "PTSolns_I2CBackpack-1.0.3.zip", + "size": 15144, + "checksum": "SHA-256:2b1c55c5f1f2427af8b4325ff220f1340939bfce596e9cfdd74a0bc4f8802c0b" + }, + { + "name": "Picovoice_FA", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Picovoice for Farsi language. Picovoice is an end-to-end platform for building voice products on your terms.", + "paragraph": "Picovoice enables voice experiences similar to Alexa and Google, but it runs entirely on-device. The device will listen for a wake word and then extract intent from a spoken command. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://picovoice.ai/docs/quick-start/picovoice-arduino/", + "category": "Data Processing", + "architectures": [ + "mbed_nano", + "mbed_portenta", + "stm32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Picovoice/picovoice-arduino-fa.git", "dependencies": [ { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.0.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.0.0.zip", - "size": 21522, - "checksum": "SHA-256:2794c2303d4618a104539ca2dcb0fa1275382988fc6a5fd6867df3a51bb08699" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Picovoice_FA-3.0.0.zip", + "archiveFileName": "Picovoice_FA-3.0.0.zip", + "size": 556796, + "checksum": "SHA-256:46881947274e9acaee04a7ce5f406d7765fcd2a4ffd89f715fce7bfe2a6e0fd5" }, { - "name": "Telemetrix4Arduino", - "version": "1.0.2", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", - "category": "Device Control", + "name": "Porcupine_FA", + "version": "3.0.0", + "author": "Picovoice Inc.", + "maintainer": "Picovoice Inc. hello@picovoice.ai", + "sentence": "Porcupine for Farsi language. Porcupine is a highly-accurate and lightweight wake word engine.", + "paragraph": "Porcupine enables building always-listening voice-enabled applications. The device will listen for a wake word. This software library is compatible with Arduino Nano 33 BLE and Arduino Portenta H7, and it comes with a variety of examples that demonstrate how to utilize Picovoice APIs.", + "website": "https://www.picovoice.ai", + "category": "Data Processing", "architectures": [ - "*" + "mbed_nano", + "mbed_portenta", + "stm32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "repository": "https://github.com/Picovoice/porcupine-arduino-fa.git", "dependencies": [ { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" + "name": "LibPrintf" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.0.2.zip", - "archiveFileName": "Telemetrix4Arduino-1.0.2.zip", - "size": 21197, - "checksum": "SHA-256:67b4cced9cf2223065c76237e13c64bc43d6c1fc76497c7be14069b25cf9db41" + "url": "https://downloads.arduino.cc/libraries/github.com/Picovoice/Porcupine_FA-3.0.0.zip", + "archiveFileName": "Porcupine_FA-3.0.0.zip", + "size": 530467, + "checksum": "SHA-256:021e3398c3a72859c0efa04f89727e2494d2e3b7e6d1cbcb4565c5c32e85bcc2" }, { - "name": "Telemetrix4Arduino", - "version": "1.3.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "name": "PTSolns_microWatt", + "version": "1.0.0", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "microWatt Support Library (mSL).", + "paragraph": "This library provides support and general help for the PTSolns microWatt microcontroller. Although optional, it is recommended novice users install the mSL.", + "website": "https://github.com/PTSolns/PTSolns_microWatt", "category": "Device Control", "architectures": [ "*" @@ -362750,28 +827428,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/PTSolns/PTSolns_microWatt.git", + "providesIncludes": [ + "PTSolns_microWatt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.3.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.3.0.zip", - "size": 21277, - "checksum": "SHA-256:ff746b498ab0afb03c72039b4c97b521289c5e44dc1101156d07a2b8fee6cf29" + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_microWatt-1.0.0.zip", + "archiveFileName": "PTSolns_microWatt-1.0.0.zip", + "size": 7004, + "checksum": "SHA-256:0551d2ed3b0ed1f8af198a7d14abea1c51fa5b9726ad4b83228dbe62858e4b5d" }, { - "name": "Telemetrix4Arduino", - "version": "1.4.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "name": "PTSolns_microWatt", + "version": "1.0.1", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "microWatt Support Library (mSL).", + "paragraph": "This library provides support and general help for the PTSolns microWatt microcontroller. Although optional, it is recommended novice users install the mSL.", + "website": "https://github.com/PTSolns/PTSolns_microWatt", "category": "Device Control", "architectures": [ "*" @@ -362779,28 +827452,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/PTSolns/PTSolns_microWatt.git", + "providesIncludes": [ + "PTSolns_microWatt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.4.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.4.0.zip", - "size": 21098, - "checksum": "SHA-256:e9c2d5b028a1908b90be3e2146123d5d205effc49de682804df536aca18593f8" + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_microWatt-1.0.1.zip", + "archiveFileName": "PTSolns_microWatt-1.0.1.zip", + "size": 8188, + "checksum": "SHA-256:7978ee329b557c1cec676c86b8c482e354969e5c8576bb883efb4ebc2330d854" }, { - "name": "Telemetrix4Arduino", - "version": "1.5.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "name": "PTSolns_microWatt", + "version": "1.0.2", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "microWatt Support Library (mSL).", + "paragraph": "This library provides support and general help for the PTSolns microWatt microcontroller. Although optional, it is recommended novice users install the mSL.", + "website": "https://github.com/PTSolns/PTSolns_microWatt", "category": "Device Control", "architectures": [ "*" @@ -362808,28 +827476,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/PTSolns/PTSolns_microWatt.git", + "providesIncludes": [ + "PTSolns_microWatt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.5.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.5.0.zip", - "size": 21144, - "checksum": "SHA-256:ef8d4598969636ba5dd9ae81b06d06ff6550eb7258b1cc5430e60159137b5106" + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_microWatt-1.0.2.zip", + "archiveFileName": "PTSolns_microWatt-1.0.2.zip", + "size": 11902, + "checksum": "SHA-256:d64290101ef654b205a602c0d9b50449d730e866bb6aaf0ec2bca28024b5c735" }, { - "name": "Telemetrix4Arduino", - "version": "1.6.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "name": "PTSolns_microWatt", + "version": "1.0.3", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "microWatt Support Library (mSL).", + "paragraph": "This library provides support and general help for the PTSolns microWatt microcontroller. Although optional, it is recommended novice users install the mSL.", + "website": "https://github.com/PTSolns/PTSolns_microWatt", "category": "Device Control", "architectures": [ "*" @@ -362837,28 +827500,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/PTSolns/PTSolns_microWatt.git", + "providesIncludes": [ + "PTSolns_microWatt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.6.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.6.0.zip", - "size": 21144, - "checksum": "SHA-256:01ff7faa7c35d909eba10b01eef99a06a7d7799c787bcf1728b1546aab3a0f7a" + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_microWatt-1.0.3.zip", + "archiveFileName": "PTSolns_microWatt-1.0.3.zip", + "size": 15464, + "checksum": "SHA-256:807335c23809b51cc7b3df40aaa3be75293372000af2dce01ad9b1ce75015981" }, { - "name": "Telemetrix4Arduino", - "version": "1.7.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "name": "PTSolns_microWatt", + "version": "1.0.4", + "author": "PTSolns", + "maintainer": "contact@PTSolns.com", + "sentence": "microWatt Support Library (mSL).", + "paragraph": "This library provides support and general help for the PTSolns microWatt microcontroller. Although optional, it is recommended novice users install the mSL.", + "website": "https://github.com/PTSolns/PTSolns_microWatt", "category": "Device Control", "architectures": [ "*" @@ -362866,456 +827524,520 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/PTSolns/PTSolns_microWatt.git", + "providesIncludes": [ + "PTSolns_microWatt.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.7.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.7.0.zip", - "size": 21291, - "checksum": "SHA-256:ec2941bd4f98dc7951c535fda4e984ff37afe4e5424b76ed9996ad81009979fe" + "url": "https://downloads.arduino.cc/libraries/github.com/PTSolns/PTSolns_microWatt-1.0.4.zip", + "archiveFileName": "PTSolns_microWatt-1.0.4.zip", + "size": 15481, + "checksum": "SHA-256:543fcaeb97971f8112492db1697ec1c1bc4e04f920c751c11179c502e4828491" }, { - "name": "Telemetrix4Arduino", - "version": "1.8.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", - "category": "Device Control", + "name": "DateTimeFunctions", + "version": "1.0.0", + "author": "XbergCode \u003cxberg88@gmail.com\u003e", + "maintainer": "XbergCode \u003cxberg88@gmail.com\u003e", + "sentence": "Collection of date \u0026 time functions. Check, Convert, Get, Clock \u0026 Date.", + "paragraph": "Works with RTC and NTP.", + "website": "https://github.com/XbergCode/DateTimeFunctions", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/XbergCode/DateTimeFunctions.git", + "providesIncludes": [ + "DateTimeFunctions.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.8.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.8.0.zip", - "size": 21296, - "checksum": "SHA-256:af329356e2739a3d74544c7d0c7586450c15e9bb065cfef4087308dd8b1cd4f8" + "url": "https://downloads.arduino.cc/libraries/github.com/XbergCode/DateTimeFunctions-1.0.0.zip", + "archiveFileName": "DateTimeFunctions-1.0.0.zip", + "size": 24427, + "checksum": "SHA-256:ba1e89d386a75530cba71ba708a9bb94ba7ee7f50d15411a822e343270ce9e7d" }, { - "name": "Telemetrix4Arduino", - "version": "1.9.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides remote control and monitoring of Arduino-Core devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Arduino", + "name": "ControlSystemsOS", + "version": "0.2.0", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A robotics library for interfacing with a dynamic set of plug-and-play low-level I2C modules through a high-level control systems API.", + "paragraph": "Currently supports a variety of I2C middleware devices (\"Interfaces\", i.e. 16-pin GPIO expander, 12-bit ADC, autonomous PWM) for communicating with sensors and actuators. Intra-module linking info for device detection is read from on-module EEPROM. Tested on Arduino Nano.", + "website": "https://github.com/PeaPodTechnologies/ControlSystemsOS/", "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Arduino.git", + "repository": "https://github.com/PeaPodTechnologies/ControlSystemsOS.git", + "providesIncludes": [ + "ControlSystemsOS.h" + ], "dependencies": [ { - "name": "Ultrasonic" + "name": "I2CIP", + "version": "\u003e=1.0.0" }, { - "name": "DHTNEW" + "name": "FiniteStateMachine" + }, + { + "name": "ArduinoJson", + "version": "\u003e=6.19.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Arduino-1.9.0.zip", - "archiveFileName": "Telemetrix4Arduino-1.9.0.zip", - "size": 21294, - "checksum": "SHA-256:8217692f31b7d6ea71e4a7916309c1a6463a200f001c8a8293dac06e6a17bee0" + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/ControlSystemsOS-0.2.0.zip", + "archiveFileName": "ControlSystemsOS-0.2.0.zip", + "size": 57833, + "checksum": "SHA-256:68e9c32bf22a70f4e527062e4ccda7e6d55869b75929306211ab2c3b2fbdb443" }, { - "name": "NeoHWSerial", - "version": "1.6.6", - "author": "Georg Icking-Konert", - "maintainer": "Georg Icking-Konert", - "sentence": "NeoHWSerial for AVR", - "paragraph": "Adaptation of NeoHWSerial by SlashDevin for AVR", - "website": "https://github.com/gicking/NeoHWSerial", - "category": "Communication", + "name": "ControlSystemsOS", + "version": "0.2.1", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A robotics library for interfacing with a dynamic set of plug-and-play low-level I2C modules through a high-level control systems API.", + "paragraph": "Currently supports a variety of I2C middleware devices (\"Interfaces\", i.e. 16-pin GPIO expander, 12-bit ADC, autonomous PWM) for communicating with sensors and actuators. Intra-module linking info for device detection is read from on-module EEPROM. Tested on Arduino Nano.", + "website": "https://github.com/PeaPodTechnologies/ControlSystemsOS/", + "category": "Device Control", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/gicking/NeoHWSerial.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gicking/NeoHWSerial-1.6.6.zip", - "archiveFileName": "NeoHWSerial-1.6.6.zip", - "size": 18843, - "checksum": "SHA-256:89b0d81a9641bebf8b30b14a3f2181b40df8e897b7294cdf8bad78378ccbbb9f" + "repository": "https://github.com/PeaPodTechnologies/ControlSystemsOS.git", + "providesIncludes": [ + "ControlSystemsOS.h" + ], + "dependencies": [ + { + "name": "I2CIP", + "version": "\u003e=1.0.0" + }, + { + "name": "FiniteStateMachine", + "version": "\u003e=0.1.0" + }, + { + "name": "ArduinoJson", + "version": "\u003e=6.19.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/ControlSystemsOS-0.2.1.zip", + "archiveFileName": "ControlSystemsOS-0.2.1.zip", + "size": 59090, + "checksum": "SHA-256:69c412144f16f7e4d3db06bcf0f207b49969c0aee67cf3feccb41d2f2fc33016" }, { - "name": "nRF905 Radio Library", - "version": "4.0.0", - "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", - "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", - "sentence": "nRF905 Radio Library for Arduino", - "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", - "category": "Communication", + "name": "ControlSystemsOS", + "version": "0.2.2", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A robotics library for interfacing with a dynamic set of plug-and-play low-level I2C modules through a high-level control systems API.", + "paragraph": "Currently supports a variety of I2C middleware devices (\"Interfaces\", i.e. 16-pin GPIO expander, 12-bit ADC, autonomous PWM) for communicating with sensors and actuators. Intra-module linking info for device detection is read from on-module EEPROM. Tested on Arduino Nano.", + "website": "https://github.com/PeaPodTechnologies/ControlSystemsOS/", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/zkemble/nRF905-arduino.git", + "repository": "https://github.com/PeaPodTechnologies/ControlSystemsOS.git", "providesIncludes": [ - "nRF905.h" + "ControlSystemsOS.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.0.zip", - "archiveFileName": "nRF905_Radio_Library-4.0.0.zip", - "size": 626925, - "checksum": "SHA-256:c85297e9734bad6ede58e862ea8c4b43e280043391433cade11b9640f9c64471" + "dependencies": [ + { + "name": "I2CIP", + "version": "\u003e=1.0.0" + }, + { + "name": "FiniteStateMachine", + "version": "\u003e=0.1.0" + }, + { + "name": "ArduinoJson", + "version": "\u003e=6.19.4" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/ControlSystemsOS-0.2.2.zip", + "archiveFileName": "ControlSystemsOS-0.2.2.zip", + "size": 59098, + "checksum": "SHA-256:e704edb6761b3fb437c9c307e3f5c4a7c9310b6b7b9677f71d10bde6f5d38bc2" }, { - "name": "nRF905 Radio Library", - "version": "4.0.1", - "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", - "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", - "sentence": "nRF905 Radio Library for Arduino", - "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", - "category": "Communication", + "name": "FiniteStateMachine", + "version": "0.1.0", + "author": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "maintainer": "Jayden Lefebvre \u003cjayden.lefebvre@peapodtech.com\u003e", + "sentence": "A synchronous time-sliced state management library to build responsive \"embedded apps\" via callbacks and conditional signal chaining.", + "paragraph": "Tested on Arduino Nano.", + "website": "https://github.com/PeaPodTechnologies/FiniteStateMachine/", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/zkemble/nRF905-arduino.git", + "repository": "https://github.com/PeaPodTechnologies/FiniteStateMachine.git", "providesIncludes": [ - "nRF905.h" + "state.h", + "chrono.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.1.zip", - "archiveFileName": "nRF905_Radio_Library-4.0.1.zip", - "size": 627689, - "checksum": "SHA-256:c1d64413d5fe9a6ee3755ad09b9741277df4836fd277ec970045bf80b5fcaa0f" + "url": "https://downloads.arduino.cc/libraries/github.com/PeaPodTechnologies/FiniteStateMachine-0.1.0.zip", + "archiveFileName": "FiniteStateMachine-0.1.0.zip", + "size": 26288, + "checksum": "SHA-256:7cb78e3230fc7d6aa3f3db6e2440e85cb1a851d10b89c8c339eefb50fca86820" }, { - "name": "nRF905 Radio Library", - "version": "4.0.2", - "author": "Zak Kemble \u003ccontact@zakkemble.net\u003e", - "maintainer": "Zak Kemble \u003ccontact@zakkemble.net\u003e", - "sentence": "nRF905 Radio Library for Arduino", - "website": "https://blog.zakkemble.net/nrf905-avrarduino-librarydriver/", - "category": "Communication", + "name": "StopLoop", + "version": "1.0.0", + "author": "Evie H", + "maintainer": "Evie H", + "sentence": "Stop a void loop() by inputting any character to the Serial Monitor in the Arduino IDE", + "website": "http://playground.arduino.cc", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/zkemble/nRF905-arduino.git", - "providesIncludes": [ - "nRF905.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/zkemble/nRF905_Radio_Library-4.0.2.zip", - "archiveFileName": "nRF905_Radio_Library-4.0.2.zip", - "size": 627868, - "checksum": "SHA-256:f35f1e84cc0cc9c05f593c90c1544bc63819d9157f85443762e01ed7a629f38f" + "repository": "https://github.com/Ev-13/StopLoop-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Ev-13/StopLoop-1.0.0.zip", + "archiveFileName": "StopLoop-1.0.0.zip", + "size": 1930, + "checksum": "SHA-256:12bb89d67a98cc806976e255cc382feff5e39365ddc61b0ad305d5bc8b478f37" }, { - "name": "ProtoCentral ADS1292R ECG and Respiration boards library", - "version": "1.0.3", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "sentence": "Library for the ProtoCentral ADS1292R Shield/Breakout board", - "paragraph": "Measure ECG and respiration using the ADS1292R-based shield/breakout boards from ProtoCentral", - "website": "https://github.com/Protocentral/protocentral-ads1292r-arduino", - "category": "Sensors", + "name": "StopLoop", + "version": "1.1.0", + "author": "Evie H", + "maintainer": "Evie H", + "sentence": "Stop a void loop() by inputting any character to the Serial Monitor in the Arduino IDE", + "website": "http://playground.arduino.cc", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral-ads1292r-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.0.3.zip", - "archiveFileName": "ProtoCentral_ADS1292R_ECG_and_Respiration_boards_library-1.0.3.zip", - "size": 97379, - "checksum": "SHA-256:9a6f1913dc22b58cbea17e446faa94c6d5390a322f853bfb51a9f24b6ccecd41" + "repository": "https://github.com/Ev-13/StopLoop-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Ev-13/StopLoop-1.1.0.zip", + "archiveFileName": "StopLoop-1.1.0.zip", + "size": 1944, + "checksum": "SHA-256:36d6faed6678b1c14d0dfdf2abc2727e353efae1f21266aa1ce0425b1382e7c1" }, { - "name": "ERM19264_UC1609", - "version": "1.0.0", - "author": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "maintainer": "Gavin Lyons \u003cglyons66@hotmail.com\u003e", - "sentence": "Library to Support the ERM19264 LCD driven by the UC1609C controller", - "paragraph": "Features include: 3 different modes: Multi-buffer, Single buffer \u0026 a light weight text-only mode. Text, bitmaps and graphics. hardware and software SPI. Invert, rotate, sleep, contrast \u0026 bias control. Tested on UNO, ESP-X and STM32.", - "website": "https://github.com/gavinlyonsrepo/ERM19264_UC1609", - "category": "Display", + "name": "StopLoop", + "version": "1.3.0", + "author": "Evie H", + "maintainer": "Evie H", + "sentence": "Stop a void loop() by inputting any character to the Serial Monitor in the Arduino IDE", + "website": "http://playground.arduino.cc", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/gavinlyonsrepo/ERM19264_UC1609.git", - "url": "https://downloads.arduino.cc/libraries/github.com/gavinlyonsrepo/ERM19264_UC1609-1.0.0.zip", - "archiveFileName": "ERM19264_UC1609-1.0.0.zip", - "size": 2199766, - "checksum": "SHA-256:a2bce25c011be2202fa70128169734566097ac73ab221560db1794987d1f03ba" + "repository": "https://github.com/Ev-13/StopLoop-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Ev-13/StopLoop-1.3.0.zip", + "archiveFileName": "StopLoop-1.3.0.zip", + "size": 1972, + "checksum": "SHA-256:51162f1863e236030dcd5efde38dc7229b080a4a62c5e9dba972f5245503ac69" }, { - "name": "SchedulerESP8266", + "name": "DS3231-RTC", "version": "1.0.0", - "author": "limiteddata", - "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", - "sentence": "A library to create timed schedules.", - "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", - "website": "https://github.com/limiteddata/SchedulerESP8266", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "C++ Library for the DS3231 real-time clock (RTC) module, ready to use on Arduino IDE and PlatformIO.", + "paragraph": "Provides access to date and time data, functionality for clock reading, clock setting, and alarms for the DS3231 high-precision real-time clock.", + "website": "https://github.com/hasenradball/DS3231-RTC", "category": "Timing", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/limiteddata/SchedulerESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.0.0.zip", - "archiveFileName": "SchedulerESP8266-1.0.0.zip", - "size": 5192, - "checksum": "SHA-256:6fc1b7ab2ffa42c5f24e07fa605a39df86d57d7c664f3dc92e5390b8a38c07c3" + "repository": "https://github.com/hasenradball/DS3231-RTC.git", + "providesIncludes": [ + "DS3231-RTC.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/DS3231_RTC-1.0.0.zip", + "archiveFileName": "DS3231_RTC-1.0.0.zip", + "size": 62572, + "checksum": "SHA-256:12c5abfc15bf741805e2e1429eb259e8e9d4bc1362b4534d8ce2526d38d9e85c" }, { - "name": "SchedulerESP8266", - "version": "1.1.0", - "author": "limiteddata", - "maintainer": "limiteddata \u003climiteddata09@gmail.com\u003e", - "sentence": "A library to create timed schedules.", - "paragraph": "This is a library for creating timed based schedules(NTP) for the ESP8266.", - "website": "https://github.com/limiteddata/SchedulerESP8266", - "category": "Timing", + "name": "Bosch_BME280_Arduino", + "version": "1.0.2", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "C++ Library for the Bosch BME280 Sensor based on the original Bosch Sensor API v3.5.1", + "paragraph": "Provides a Namespace, setter and getter functions to get access to read temperature, humidity amd pressure signals.", + "website": "https://github.com/hasenradball/Bosch_BME280_Arduino", + "category": "Sensors", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/limiteddata/SchedulerESP8266.git", - "url": "https://downloads.arduino.cc/libraries/github.com/limiteddata/SchedulerESP8266-1.1.0.zip", - "archiveFileName": "SchedulerESP8266-1.1.0.zip", - "size": 7021, - "checksum": "SHA-256:3c232f289216e1f7233397357b6f6970835a7bf5b6139c25a20d4bcca0fa9209" + "repository": "https://github.com/hasenradball/Bosch_BME280_Arduino.git", + "providesIncludes": [ + "Bosch_BME280_Arduino.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/Bosch_BME280_Arduino-1.0.2.zip", + "archiveFileName": "Bosch_BME280_Arduino-1.0.2.zip", + "size": 26435, + "checksum": "SHA-256:128b9197896091d92d8fd007d9681f0b1068a353e4c3d481de4217f4d0fdd843" }, { - "name": "Seg16", + "name": "ControlAssist", "version": "1.0.0", - "author": "Riley Shaw \u003ci@rileyjshaw.com\u003e", - "maintainer": "Riley Shaw \u003ci@rileyjshaw.com\u003e", - "sentence": "A simple Arduino library for driving 16-segment displays with a HT16K33.", - "paragraph": "Provides efficient high-level control of multiple displays and low-level HT16K33 commands. Includes a basic Latin font.", - "website": "https://github.com/rileyjshaw/rileyjshaw/Seg16", - "category": "Display", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Multi-platform library for controlling html elements at runtime with websockets.", + "paragraph": "A library allowing linking of **html elements** to **sketch variables** on pages hosted on **esp32/esp8266** devices. It uses a **websocket server** on the esp **device** and a JavaScript **webocket client** implementation on the web **page** allowing bi-directional real-time communication between **device** and **page**.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/rileyjshaw/Seg16.git", + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", "providesIncludes": [ - "Seg16.h" + "controlAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/rileyjshaw/Seg16-1.0.0.zip", - "archiveFileName": "Seg16-1.0.0.zip", - "size": 17446, - "checksum": "SHA-256:364e14f03d67c4085aa2664a287c54b0759560f672053ffa92cea7440ff7a25e" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.0.zip", + "archiveFileName": "ControlAssist-1.0.0.zip", + "size": 114577, + "checksum": "SHA-256:319347968000e48b661ae71bb5dc21017efc18f63ece1d3d81f492de186bb523" }, { - "name": "STM32_TimerInterrupt", - "version": "1.0.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", - "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", - "category": "Uncategorized", + "name": "ControlAssist", + "version": "1.0.2", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Multi-platform library for controlling html elements at runtime with websockets.", + "paragraph": "A library allowing linking of **html elements** to **sketch variables** on pages hosted on **esp32/esp8266** devices. It uses a **websocket server** on the esp **device** and a JavaScript **webocket client** implementation on the web **page** allowing bi-directional real-time communication between **device** and **page**.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", "providesIncludes": [ - "STM32TimerInterrupt.h", - "STM32_ISR_Timer.h" + "controlAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.0.0.zip", - "archiveFileName": "STM32_TimerInterrupt-1.0.0.zip", - "size": 199370, - "checksum": "SHA-256:542f779e2044a67424d780ef2add5fe2b57233fcd84053e020c6d6f826ac1745" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.2.zip", + "archiveFileName": "ControlAssist-1.0.2.zip", + "size": 114587, + "checksum": "SHA-256:1d6b55903663671905a0e9663baff42651a59f4332ab8d04328337d0321aaac2" }, { - "name": "STM32_TimerInterrupt", - "version": "1.0.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", - "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", - "category": "Uncategorized", + "name": "ControlAssist", + "version": "1.0.4", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Multi-platform library for controlling html elements at runtime with websockets.", + "paragraph": "A library allowing linking of **html elements** to **sketch variables** on pages hosted on **esp32/esp8266** devices. It uses a **websocket server** on the esp **device** and a JavaScript **webocket client** implementation on the web **page** allowing bi-directional real-time communication between **device** and **page**.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", "providesIncludes": [ - "STM32TimerInterrupt.h", - "STM32_ISR_Timer.h" + "ControlAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.0.1.zip", - "archiveFileName": "STM32_TimerInterrupt-1.0.1.zip", - "size": 205122, - "checksum": "SHA-256:2b3ba6616d9ab8418eefe4ad78416344ffb655bf29605b21eb2e78d9d5f816ff" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.4.zip", + "archiveFileName": "ControlAssist-1.0.4.zip", + "size": 117366, + "checksum": "SHA-256:0229fcbf25babb9718e243cc510f817b96be524062a576827ab56f02f22e8cfd" }, { - "name": "STM32_TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an STM32-based board", - "paragraph": "These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/STM32_TimerInterrupt", - "category": "Uncategorized", + "name": "ControlAssist", + "version": "1.0.5", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Generate webserver pages and control their html elements from ESP at runtime using web sockets.", + "paragraph": "A library allowing linking html elements to sketch variables on pages hosted on esp32/esp8266 devices. It uses a websocket server on the esp device and a JavaScript webocket client on the web page allowing bi-directional real-time communication between device and page.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ - "stm32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/STM32_TimerInterrupt.git", + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", "providesIncludes": [ - "STM32TimerInterrupt.h", - "STM32_ISR_Timer.h" + "ControlAssist.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/STM32_TimerInterrupt-1.1.1.zip", - "archiveFileName": "STM32_TimerInterrupt-1.1.1.zip", - "size": 214453, - "checksum": "SHA-256:c3cc11d1fd8c0ab634829135d85d5845b2643850e704e1220aaab0ff06caf93a" + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.5.zip", + "archiveFileName": "ControlAssist-1.0.5.zip", + "size": 123090, + "checksum": "SHA-256:6c34dd3f14e5a5833fba73a8a3211417157fe641eb223bfedce1e8edda8606b3" }, { - "name": "SevenSegInt", - "version": "1.0.0", - "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", - "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", - "sentence": "A library to drive 7 segment displays using interrupts.", - "paragraph": "It inherits the 'Print' class, so myseg.print(1234) works. It will display alpha characters, as much as it can :).", - "website": "https://github.com/lucyamy/SevenSegInt", - "category": "Display", + "name": "ControlAssist", + "version": "1.0.6", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Generate webserver pages and control their html elements from ESP at runtime using web sockets.", + "paragraph": "A library allowing linking html elements to sketch variables on pages hosted on esp32/esp8266 devices. It uses a websocket server on the esp device and a JavaScript webocket client on the web page allowing bi-directional real-time communication between device and page.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucyamy/SevenSegInt.git", + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", "providesIncludes": [ - "SevenSegInt.h" + "ControlAssist.h" ], "dependencies": [ { - "name": "TimerOne" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/SevenSegInt-1.0.0.zip", - "archiveFileName": "SevenSegInt-1.0.0.zip", - "size": 16064, - "checksum": "SHA-256:5507cad769abbe23f7befb704050520478c247b08e8807a95f46b43ea62bb6ef" + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.6.zip", + "archiveFileName": "ControlAssist-1.0.6.zip", + "size": 123616, + "checksum": "SHA-256:d7ed106fc55c76e8b5b5e4b0692c1c51c8f47a4da9e2b6aaf9fa78c07b040e34" }, { - "name": "KonnektingFlashStorage", - "version": "1.0.0", - "author": "Various", - "maintainer": "KONNEKTING \u003cinfo@konnekting.de\u003e", - "sentence": "The FlashStorage library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of microcontrollers. NOTE: This is a fork of cmaglie's \"FlashStorage\" with some extra modifications to fit KONNEKTING needs.", - "paragraph": "Useful if the EEPROM is not available or too small. Currently, ATSAMD21 and ATSAMD51 cpu are supported (and consequently every board based on this cpu like the Arduino Zero or Aduino MKR1000).", - "website": "https://gitlab.com/konnekting/KonnektingFlashStorage", - "category": "Data Storage", + "name": "ControlAssist", + "version": "1.0.7", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Generate webserver pages and control their html elements from ESP at runtime using web sockets.", + "paragraph": "A library allowing linking html elements to sketch variables on pages hosted on esp32/esp8266 devices. It uses a websocket server on the esp device and a JavaScript webocket client on the web page allowing bi-directional real-time communication between device and page.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://gitlab.com/konnekting/KonnektingFlashStorage.git", - "url": "https://downloads.arduino.cc/libraries/gitlab.com/konnekting/KonnektingFlashStorage-1.0.0.zip", - "archiveFileName": "KonnektingFlashStorage-1.0.0.zip", - "size": 13624, - "checksum": "SHA-256:fc8700cc89e4739d24846fd5a0709892d26f336971d7c8745588053f888f13cb" + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "ControlAssist.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.7.zip", + "archiveFileName": "ControlAssist-1.0.7.zip", + "size": 303218, + "checksum": "SHA-256:e0a1c17fc1bcd29ae02aa601990b514d13118902de8b4a5e80a87823a5976561" }, { - "name": "Design Informatics Base", - "version": "0.1.0", - "author": "Dave Murray-Rust", - "maintainer": "Someone", - "sentence": "Library for making use of the Design Informatics PCB for getting started with Arduino coding", - "paragraph": "This mostly consists of pin definitions for the built in components and some helper functions that could be useful.", - "website": "https://git.ecdf.ed.ac.uk/design-informatics/di-development-board/DesignInformaticsPCB.git", - "category": "Uncategorized", + "name": "ControlAssist", + "version": "1.0.8", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Generate webserver pages and control their html elements from ESP devices at runtime using web sockets.", + "paragraph": "A library allowing linking html elements to sketch variables on pages hosted on esp32/esp8266 devices. It uses a websocket server on the esp device and a JavaScript webocket client on the web page allowing bi-directional real-time communication between device and page.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Edinburgh-College-of-Art/DesignInformaticsPCB.git", + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", "providesIncludes": [ - "DI.h" + "ControlAssist.h" ], "dependencies": [ { - "name": "Adafruit ST7735 and ST7789 Library" - }, - { - "name": "Bounce2" - }, - { - "name": "DHT sensor library" - }, - { - "name": "MFRC522" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "CapacitiveSensor" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/Edinburgh-College-of-Art/Design_Informatics_Base-0.1.0.zip", - "archiveFileName": "Design_Informatics_Base-0.1.0.zip", - "size": 13158, - "checksum": "SHA-256:fde7db20d674494177315ee50f4faf2044991e90de42887a3136f13fd6897248" + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.8.zip", + "archiveFileName": "ControlAssist-1.0.8.zip", + "size": 497227, + "checksum": "SHA-256:b104a6ca3104c33d51d8ac9984c0a6b4baa9865a0653c3b00dc6cf3ecf581f73" }, { - "name": "ProtoCentral ADS1262 32-bit precision ADC Library", + "name": "ControlAssist", + "version": "1.0.9", + "author": "gemi254 \u003cgemi254@hotmail.com\u003e", + "maintainer": "gemi254 \u003cgemi254@hotmail.com\u003e", + "sentence": "Generate webserver pages on esp devices and control their html elements at runtime using web sockets.", + "paragraph": "A library allowing linking html elements to sketch variables on pages hosted on esp32/esp8266 devices. It uses a websocket server on the esp device and a JavaScript webocket client on the web page allowing bi-directional real-time communication between device and page.", + "website": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gemi254/ControlAssist-ESP32-ESP8266.git", + "providesIncludes": [ + "ControlAssist.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/gemi254/ControlAssist-1.0.9.zip", + "archiveFileName": "ControlAssist-1.0.9.zip", + "size": 484223, + "checksum": "SHA-256:5fa846359a70c2362636dbb2f6fec2070e95167d98c1a53a3bb8faf7dc90abc9" + }, + { + "name": "SM_TC", "version": "1.0.0", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "sentence": "ADS1262 32-bit ADC library for Arduino", - "paragraph": "Library for operation of the ADS1262 32-bit high-precision ADC breakout board from ProtoCentral", - "website": "https://github.com/Protocentral/ProtoCentral_ads1262", + "author": "Sequent Microsystems", + "maintainer": "Sequent Microsystems \u003csupport@sequentmicrosystems.com\u003e", + "sentence": "A easy to use Arduino Library for Eight Thermocouples DAQ HAT", + "paragraph": "This library provide the software tools for use the Eight Thermocouples DAQ 8-Layer Stackable HAT for Raspberry Pi with any Arduino card that have a I2C port", + "website": "https://github.com/SequentMicrosystems/Sequent-Thermocouples-Library", "category": "Sensors", "architectures": [ "*" @@ -363323,1455 +828045,1389 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/ProtoCentral_ads1262.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_ADS1262_32_bit_precision_ADC_Library-1.0.0.zip", - "archiveFileName": "ProtoCentral_ADS1262_32_bit_precision_ADC_Library-1.0.0.zip", - "size": 2581013, - "checksum": "SHA-256:3cea23921c4207d94e2f20b711d5d841df4389331aab01e6f9a0561d825cc4d3" + "repository": "https://github.com/SequentMicrosystems/Sequent-Thermocouples-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/SequentMicrosystems/SM_TC-1.0.0.zip", + "archiveFileName": "SM_TC-1.0.0.zip", + "size": 7409, + "checksum": "SHA-256:05dac0ef4a239acb8518a3a47285290a16fa8c910961d5524eb32b2a1047a85e" }, { - "name": "CanAirIO Air Quality Sensors Library", - "version": "0.1.2", - "author": "Antonio Vanegas @hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", - "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", - "license": "GPL-3.0-only", - "sentence": "Air quality particle meter sensors manager for multiple sensors.", - "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", - "website": "https://github.com/kike-canaries/canairio_sensorlib", - "category": "Uncategorized", - "architectures": [], + "name": "mergCBUS", + "version": "1.0.1", + "author": "Amauri", + "maintainer": "Amauri \u003camaurialb@gmail.com\u003e Philip Silver \u003ccardiffmerg@gmail.com\u003e", + "sentence": "Allow building Merg modules communicating with CBUS.", + "paragraph": "Implements functionality to MERG CBUS modules", + "website": "https://github.com/philsilvers/mergCBUS", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", - "dependencies": [ - { - "name": "Adafruit AM2320 sensor library" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "sps30" - } + "repository": "https://github.com/philsilvers/mergCBUS.git", + "providesIncludes": [ + "CircularBuffer.h", + "mcp_can.h", + "MergCBUS.h", + "MergCBUSThrottle.h", + "MergMemoryManagement.h", + "MergNodeIdentification.h", + "Message.h", + "opcodes.h", + "ThrottleInfo.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/philsilvers/mergCBUS-1.0.1.zip", + "archiveFileName": "mergCBUS-1.0.1.zip", + "size": 69285, + "checksum": "SHA-256:8d07915c5a8450dc21885c54a66672f6bff620893aecf420528f55514bbfb85a" + }, + { + "name": "EventLinkInterrupt", + "version": "0.1.0", + "author": "David Caldwell \u003cdeltagrobotics@gmail.com\u003e", + "maintainer": "David Caldwell \u003cdeltagrobotics@gmail.com\u003e", + "sentence": "A library that allows attaching event link interrupts on Arduino UNO-R4 boards.", + "paragraph": "See Table 13.4 of the Renesas RA4M1 Group User's Manual for a list of event codes", + "website": "https://github.com/delta-G/EventLinkInterrupt", + "category": "Uncategorized", + "architectures": [ + "renesas_uno" ], - "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.2.zip", - "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.2.zip", - "size": 26780, - "checksum": "SHA-256:27ad5611cb9f5dba901baa5dd34685719c221c2ec1b15642ef4fe035383df262" + "types": [ + "Contributed" + ], + "repository": "https://github.com/delta-G/EventLinkInterrupt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/delta-G/EventLinkInterrupt-0.1.0.zip", + "archiveFileName": "EventLinkInterrupt-0.1.0.zip", + "size": 21306, + "checksum": "SHA-256:2908b250fcff06a2fc19d55ed78e36883fe364a16f7e9098a56366a1f0044548" }, { - "name": "CanAirIO Air Quality Sensors Library", - "version": "0.1.3", - "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", - "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", - "license": "GPL-3.0-only", - "sentence": "Air quality particle meter sensors manager for multiple sensors.", - "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", - "website": "https://github.com/kike-canaries/canairio_sensorlib", - "category": "Uncategorized", - "architectures": [], + "name": "ftp32", + "version": "1.0.0", + "author": "nolv \u003cnolvenon@gmail.com\u003e", + "maintainer": "nolv \u003cnolvenon@gmail.com\u003e", + "sentence": "FTP client for esp32", + "paragraph": "An FTP server connection wrapper that enables monitoring and, if desired, logging of all server interactions", + "website": "https://github.com/Nolven/FTP32", + "category": "Communication", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", - "dependencies": [ - { - "name": "Adafruit AM2320 sensor library" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "sps30" - } + "repository": "https://github.com/Nolven/ftp32.git", + "providesIncludes": [ + "ftp32.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.3.zip", - "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.3.zip", - "size": 26809, - "checksum": "SHA-256:b0d8dd2bf4db73305d64d284af7d77704e99bf8b2e87a4e8a938fadfcc9f0563" + "url": "https://downloads.arduino.cc/libraries/github.com/Nolven/ftp32-1.0.0.zip", + "archiveFileName": "ftp32-1.0.0.zip", + "size": 22939, + "checksum": "SHA-256:887fcb55f3c6d4f8df83ec5474f1f45f157511ea693490cb443a420b310e0ac0" }, { - "name": "CanAirIO Air Quality Sensors Library", - "version": "0.1.4", - "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", - "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", - "license": "GPL-3.0-only", - "sentence": "Air quality particle meter sensors manager for multiple sensors.", - "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", - "website": "https://github.com/kike-canaries/canairio_sensorlib", - "category": "Uncategorized", - "architectures": [], + "name": "Blues-Minimal-I2C", + "version": "0.0.1", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Blues-Minimal-I2C", + "paragraph": "Library to communicate with Blues.IO Notecards over I2C. Minimized version with static memory allocation. Supports only I2C communication to the NoteCard", + "website": "https://github.com/beegee-tokyo/Blues-Minimal-I2C/", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "repository": "https://github.com/beegee-tokyo/Blues-Minimal-I2C.git", "dependencies": [ { - "name": "Adafruit AM2320 sensor library" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "sps30" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.4.zip", - "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.4.zip", - "size": 28758, - "checksum": "SHA-256:113c421a137e2a64eab03abac09ab14aee3770d11da93218750528543fd20d56" - }, - { - "name": "CanAirIO Air Quality Sensors Library", - "version": "0.1.5", - "author": "@hpsaturn, CanAirIO project \u003cinfo@canair.io\u003e", - "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", - "license": "GPL-3.0-only", - "sentence": "Air quality particle meter sensors manager for multiple sensors.", - "paragraph": "Supported Honeywell, Plantower, Panasonic, Sensirion, etc. and also it handling other kind sensors like AM2320 sensor.", - "website": "https://github.com/kike-canaries/canairio_sensorlib", - "category": "Uncategorized", - "architectures": [], + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/Blues_Minimal_I2C-0.0.1.zip", + "archiveFileName": "Blues_Minimal_I2C-0.0.1.zip", + "size": 121395, + "checksum": "SHA-256:ed0d36294046ead9c1dc2588de58be3140562468cf7aace5ac49031177e4dd4f" + }, + { + "name": "Blues-Minimal-I2C", + "version": "0.0.2", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Blues-Minimal-I2C", + "paragraph": "Library to communicate with Blues.IO Notecards over I2C. Minimized version with static memory allocation. Supports only I2C communication to the NoteCard", + "website": "https://github.com/beegee-tokyo/Blues-Minimal-I2C/", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/kike-canaries/canairio_sensorlib.git", + "repository": "https://github.com/beegee-tokyo/Blues-Minimal-I2C.git", "dependencies": [ { - "name": "Adafruit AM2320 sensor library" - }, - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "sps30" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/kike-canaries/CanAirIO_Air_Quality_Sensors_Library-0.1.5.zip", - "archiveFileName": "CanAirIO_Air_Quality_Sensors_Library-0.1.5.zip", - "size": 34726, - "checksum": "SHA-256:73330499e61ba0bc9909d84089dc4a3fa8d6c6bfeee7b272ca63f22cb654c81f" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/Blues_Minimal_I2C-0.0.2.zip", + "archiveFileName": "Blues_Minimal_I2C-0.0.2.zip", + "size": 121495, + "checksum": "SHA-256:679b892589a681422d765c3e4282b9d7824050ae3e0efb12dc31c465a3327d5e" }, { - "name": "Arduino_Sensorkit", - "version": "1.0.0", - "author": "Lenard George, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Arduino Sensor Kit", - "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", - "website": "https://sensorkit.arduino.cc/", - "category": "Sensors", + "name": "Blues-Minimal-I2C", + "version": "0.0.3", + "author": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Blues-Minimal-I2C", + "paragraph": "Library to communicate with Blues.IO Notecards over I2C. Minimized version with static memory allocation. Supports only I2C communication to the NoteCard", + "website": "https://github.com/beegee-tokyo/Blues-Minimal-I2C/", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "repository": "https://github.com/beegee-tokyo/Blues-Minimal-I2C.git", "dependencies": [ { - "name": "DHT sensor library" - }, - { - "name": "Grove - Barometer Sensor BMP280" - }, - { - "name": "U8g2" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.0.zip", - "archiveFileName": "Arduino_Sensorkit-1.0.0.zip", - "size": 8887, - "checksum": "SHA-256:cb967345bad4dcda2a437df4278db6fd1951696e921d60c9502b9977eded39ff" + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/Blues_Minimal_I2C-0.0.3.zip", + "archiveFileName": "Blues_Minimal_I2C-0.0.3.zip", + "size": 121536, + "checksum": "SHA-256:d12cf065cea3cc7ea9c490f1794ebb9f1bed043d8ea4afd064dccc4abfcbfdfc" }, { - "name": "Arduino_Sensorkit", + "name": "PID_Timed", + "version": "1.0.0", + "author": "Ilia O., Brett Beauregard", + "maintainer": "Ilia O.", + "sentence": "PID controller with non-uniform time sampling", + "paragraph": "Brett Beauregard's Arduino PID library adapted to work when time between samples is not constant", + "website": "https://github.com/kaiaai/arduino_pid_library", + "category": "Signal Input/Output", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/kaiaai/arduino_pid_timed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/PID_Timed-1.0.0.zip", + "archiveFileName": "PID_Timed-1.0.0.zip", + "size": 19119, + "checksum": "SHA-256:0c374e0c293093f6a41ae3fcf67fda187612b9c62f6afe5d90307dddda58c9b4" + }, + { + "name": "PID_Timed", "version": "1.0.1", - "author": "Lenard George, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Arduino Sensor Kit", - "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", - "website": "https://sensorkit.arduino.cc/", - "category": "Sensors", + "author": "Ilia O., Brett Beauregard", + "maintainer": "Ilia O.", + "sentence": "PID controller with non-uniform time sampling", + "paragraph": "Brett Beauregard's Arduino PID library adapted to work when time between samples is not constant", + "website": "https://github.com/kaiaai/arduino_pid_library", + "category": "Signal Input/Output", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "repository": "https://github.com/kaiaai/arduino_pid_timed.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kaiaai/PID_Timed-1.0.1.zip", + "archiveFileName": "PID_Timed-1.0.1.zip", + "size": 19397, + "checksum": "SHA-256:9dee19672cf55fdd1c83bc1322176c54cefdae4b3b68650ff89f49ed2730d737" + }, + { + "name": "GyverOLEDMenu", + "version": "0.1.0", + "author": "gewisser", + "maintainer": "Roman \u003croman@gavrilow.ru\u003e", + "sentence": "Creating a menu in your project for SSD1306/SSH1106 OLED display", + "paragraph": "The library itself uses the GyverOLED library as a dependency for working with an OLED display https://github.com/GyverLibs/GyverOLED", + "website": "https://github.com/gewisser/GyverOLEDMenu", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/gewisser/GyverOLEDMenu.git", "dependencies": [ { - "name": "DHT sensor library" - }, - { - "name": "Grove - Barometer Sensor BMP280" - }, - { - "name": "U8g2" + "name": "GyverOLED" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.1.zip", - "archiveFileName": "Arduino_Sensorkit-1.0.1.zip", - "size": 10621, - "checksum": "SHA-256:843ad99feaa8120c6ef4269b89e55ffa3ade320eb3dfcf8d78e47f536bc4ce2e" + "url": "https://downloads.arduino.cc/libraries/github.com/gewisser/GyverOLEDMenu-0.1.0.zip", + "archiveFileName": "GyverOLEDMenu-0.1.0.zip", + "size": 10231, + "checksum": "SHA-256:6e6f2fe3f0ef55e7f7f9fac26bef30dd618db3a642f5f0a45e626e1f4a728dda" }, { - "name": "Arduino_Sensorkit", - "version": "1.0.2", - "author": "Lenard George, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Arduino Sensor Kit", - "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", - "website": "https://sensorkit.arduino.cc/", - "category": "Sensors", + "name": "GyverOLEDMenu", + "version": "0.2.0", + "author": "gewisser", + "maintainer": "Roman \u003croman@gavrilow.ru\u003e", + "sentence": "Creating a menu in your project for SSD1306/SSH1106 OLED display", + "paragraph": "The library itself uses the GyverOLED library as a dependency for working with an OLED display https://github.com/GyverLibs/GyverOLED", + "website": "https://github.com/gewisser/GyverOLEDMenu", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "repository": "https://github.com/gewisser/GyverOLEDMenu.git", "dependencies": [ { - "name": "DHT sensor library" - }, - { - "name": "Grove - Barometer Sensor BMP280" - }, - { - "name": "U8g2" - }, - { - "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + "name": "GyverOLED" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.2.zip", - "archiveFileName": "Arduino_Sensorkit-1.0.2.zip", - "size": 11007, - "checksum": "SHA-256:1b429d99f5221c1cb8d176a95191605bf2316407dc9261d520166f82c053d49a" + "url": "https://downloads.arduino.cc/libraries/github.com/gewisser/GyverOLEDMenu-0.2.0.zip", + "archiveFileName": "GyverOLEDMenu-0.2.0.zip", + "size": 10626, + "checksum": "SHA-256:0e521b348462e3fea66ee61b4ace43bcba61b35ba414f57ae9e83fc0acdf77d5" }, { - "name": "Arduino_Sensorkit", - "version": "1.0.3", - "author": "Lenard George, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Arduino Sensor Kit", - "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", - "website": "https://sensorkit.arduino.cc/", - "category": "Sensors", + "name": "GyverOLEDMenu", + "version": "0.3.0", + "author": "gewisser", + "maintainer": "Roman \u003croman@gavrilow.ru\u003e", + "sentence": "Creating a menu in your project for SSD1306/SSH1106 OLED display", + "paragraph": "The library itself uses the GyverOLED library as a dependency for working with an OLED display https://github.com/GyverLibs/GyverOLED", + "website": "https://github.com/gewisser/GyverOLEDMenu", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "repository": "https://github.com/gewisser/GyverOLEDMenu.git", "dependencies": [ { - "name": "DHT sensor library" - }, - { - "name": "Grove - Barometer Sensor BMP280" - }, - { - "name": "U8g2" - }, - { - "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + "name": "GyverOLED" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.3.zip", - "archiveFileName": "Arduino_Sensorkit-1.0.3.zip", - "size": 11035, - "checksum": "SHA-256:06b370f3ebc6b4f63c62b6707b1f31cd2cc14d34e495f2e632630121933390b0" + "url": "https://downloads.arduino.cc/libraries/github.com/gewisser/GyverOLEDMenu-0.3.0.zip", + "archiveFileName": "GyverOLEDMenu-0.3.0.zip", + "size": 11870, + "checksum": "SHA-256:e97b3ee02278e52cb127c5bee62db8d8d5f1e1896ccd288b1da36654fe551e0f" }, { - "name": "Arduino_Sensorkit", - "version": "1.0.4", - "author": "Lenard George, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Arduino Sensor Kit", - "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", - "website": "https://sensorkit.arduino.cc/", - "category": "Sensors", + "name": "GyverOLEDMenu", + "version": "0.3.1", + "author": "gewisser", + "maintainer": "Roman \u003croman@gavrilow.ru\u003e", + "sentence": "Creating a menu in your project for SSD1306/SSH1106 OLED display", + "paragraph": "The library itself uses the GyverOLED library as a dependency for working with an OLED display https://github.com/GyverLibs/GyverOLED", + "website": "https://github.com/gewisser/GyverOLEDMenu", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ - "Arduino" + "Contributed" ], - "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", + "repository": "https://github.com/gewisser/GyverOLEDMenu.git", "dependencies": [ { - "name": "DHT sensor library" - }, - { - "name": "Grove - Barometer Sensor BMP280" - }, - { - "name": "U8g2" - }, - { - "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + "name": "GyverOLED" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.4.zip", - "archiveFileName": "Arduino_Sensorkit-1.0.4.zip", - "size": 10763, - "checksum": "SHA-256:495a3694ae8db5ac9e3f58425ba6600e4b71b498d6a700d693c66015d58f12db" + "url": "https://downloads.arduino.cc/libraries/github.com/gewisser/GyverOLEDMenu-0.3.1.zip", + "archiveFileName": "GyverOLEDMenu-0.3.1.zip", + "size": 12002, + "checksum": "SHA-256:2fa30834939f5ffb4af8b8aa7093c12becd0f48ba6e7fbc28fa939b6028cc7be" }, { - "name": "Arduino_Sensorkit", - "version": "1.0.5", - "author": "Lenard George, Pablo Marquínez", - "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", - "sentence": "Arduino Sensor Kit", - "paragraph": "This library wraps all the libraries needed to use the Sensor kit breakout board: Oled display, Humidity and Temperature sensor, Pressure sensorand Accelerometer .", - "website": "https://sensorkit.arduino.cc/", - "category": "Sensors", + "name": "M5Module-LAN-13.2", + "version": "1.0.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Module-LAN-13.2", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Module-LAN-13.2", + "category": "Communication", "architectures": [ - "avr" + "esp32" ], "types": [ - "Arduino" + "Contributed" + ], + "repository": "https://github.com/m5stack/M5Module-LAN-13.2.git", + "providesIncludes": [ + "M5Module_LAN.h" ], - "repository": "https://github.com/arduino-libraries/Arduino_SensorKit.git", "dependencies": [ { - "name": "DHT sensor library" + "name": "M5GFX" }, { - "name": "Grove - Barometer Sensor BMP280" + "name": "M5Unified" }, { - "name": "U8g2" + "name": "M5-Ethernet" }, { - "name": "Grove-3-Axis-Digital-Accelerometer-2g-to-16g-LIS3DHTR" + "name": "PubSubClient" + }, + { + "name": "ArduinoHttpClient" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_Sensorkit-1.0.5.zip", - "archiveFileName": "Arduino_Sensorkit-1.0.5.zip", - "size": 10794, - "checksum": "SHA-256:7764186e9fd0434aae337fe3b21603d7ae87a72cb97d2847b3791800a99ba771" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Module_LAN_13_2-1.0.0.zip", + "archiveFileName": "M5Module_LAN_13_2-1.0.0.zip", + "size": 11038, + "checksum": "SHA-256:e65a3f474c869b4e04009c13d7eb94e2d1c863403b0e44ad3ddbd8324c350c0b" }, { - "name": "BitkitRobit", + "name": "RP2040-BrtEve", "version": "1.0.0", - "author": "Igor Dementiev \u003cigor605ds@gmail.com\u003e", - "maintainer": "Mikronika \u003csales@mikronika.net\u003e", - "sentence": "Arduino library for Bitkit Robit.", - "paragraph": "It allows you to control the servos on the Robit manipulator using a Bitkit Shield.", - "website": "https://github.com/mikronika/BitkitRobit", - "category": "Device Control", + "author": "Gordon McNab (BRT-UK)\u003cgordon.mcnab@brtchip.com\u003e", + "maintainer": "Zhang Wei \u003czhang.wei@brtchip.com\u003e", + "sentence": "Library for BridgeTek EVE series", + "paragraph": "Support BridgeTek IDM2040-7A", + "website": "https://github.com/Bridgetek/RP2040-BrtEve/tree/main", + "category": "Display", "architectures": [ - "*" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/mikronika/BitkitRobit.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mikronika/BitkitRobit-1.0.0.zip", - "archiveFileName": "BitkitRobit-1.0.0.zip", - "size": 23934, - "checksum": "SHA-256:998e2b2dace2607053fd828001f134d3d207c2911426c83e49a97bdeed11614c" + "repository": "https://github.com/Bridgetek/RP2040-BrtEve.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Bridgetek/RP2040_BrtEve-1.0.0.zip", + "archiveFileName": "RP2040_BrtEve-1.0.0.zip", + "size": 68004, + "checksum": "SHA-256:28aec6d1ad5f73b0e9cf6e85840e9f5468b797ca3abe266b193c4245abe42c78" }, { - "name": "BitkitRobit", - "version": "1.0.1", - "author": "Igor Dementiev \u003cigor605ds@gmail.com\u003e", - "maintainer": "Mikronika \u003csales@mikronika.net\u003e", - "sentence": "Arduino library for Bitkit Robit.", - "paragraph": "It allows you to control the servos on the Robit manipulator using a Bitkit Shield.", - "website": "https://github.com/mikronika/BitkitRobit", - "category": "Device Control", + "name": "Bonezegei_WS2812", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "WS2812", + "paragraph": "WS2812 or WS2812B RGB LED Library. Supports single RGB LED, strip and matrix type", + "website": "https://github.com/bonezegei/Bonezegei_WS2812", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/mikronika/BitkitRobit.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mikronika/BitkitRobit-1.0.1.zip", - "archiveFileName": "BitkitRobit-1.0.1.zip", - "size": 23938, - "checksum": "SHA-256:673363678a1faa3af7eb8db2e3fdd24a71a72ea8b7a91c133e30770286a92ba9" + "repository": "https://github.com/bonezegei/Bonezegei_WS2812.git", + "providesIncludes": [ + "Bonezegei_WS2812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_WS2812-1.0.0.zip", + "archiveFileName": "Bonezegei_WS2812-1.0.0.zip", + "size": 18925, + "checksum": "SHA-256:fe01316706245171234b188c32d2ea0edb8b0af0df5fe8816215f1bcbe167754" }, { - "name": "PololuBuzzer", - "version": "1.1.0", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "PololuBuzzer library for Arduino", - "paragraph": "This is a C++ library for the Arduino IDE that allows you to play notes and songs with the buzzer on Pololu boards.", - "website": "https://github.com/pololu/pololu-buzzer-arduino", - "category": "Device Control", + "name": "Bonezegei_WS2812", + "version": "1.0.1", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "WS2812", + "paragraph": "WS2812 or WS2812B RGB LED Library. Supports single RGB LED, strip and matrix type", + "website": "https://github.com/bonezegei/Bonezegei_WS2812", + "category": "Other", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/pololu-buzzer-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuBuzzer-1.1.0.zip", - "archiveFileName": "PololuBuzzer-1.1.0.zip", - "size": 17011, - "checksum": "SHA-256:5cda0c4af5bb16cf7bc1723bfaa8a93ca7eebc61315b4400c960d37943859082" + "repository": "https://github.com/bonezegei/Bonezegei_WS2812.git", + "providesIncludes": [ + "Bonezegei_WS2812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_WS2812-1.0.1.zip", + "archiveFileName": "Bonezegei_WS2812-1.0.1.zip", + "size": 19925, + "checksum": "SHA-256:b4340ed0c8f92b6edd1e311a83cc868e69758ee2360a1baa954d8e473160bb92" }, { - "name": "PololuBuzzer", - "version": "1.2.0", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "PololuBuzzer library for Arduino", - "paragraph": "This is a C++ library for the Arduino IDE that allows you to play notes and songs with the buzzer on Pololu boards.", - "website": "https://github.com/pololu/pololu-buzzer-arduino", - "category": "Device Control", + "name": "Bonezegei_WS2812", + "version": "1.0.2", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "WS2812", + "paragraph": "WS2812 or WS2812B RGB LED Library. Supports single RGB LED, strip and matrix type", + "website": "https://github.com/bonezegei/Bonezegei_WS2812", + "category": "Other", "architectures": [ - "avr" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/pololu-buzzer-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuBuzzer-1.2.0.zip", - "archiveFileName": "PololuBuzzer-1.2.0.zip", - "size": 18398, - "checksum": "SHA-256:ca6977364e5288e3dfe596c07cf8ace3f89acffa3b0c0b09c35a10e2b970c563" + "repository": "https://github.com/bonezegei/Bonezegei_WS2812.git", + "providesIncludes": [ + "Bonezegei_WS2812.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_WS2812-1.0.2.zip", + "archiveFileName": "Bonezegei_WS2812-1.0.2.zip", + "size": 20953, + "checksum": "SHA-256:c871a16b6c8ab6c631acabe7fde6777616bca7f2c10b6a2a76279265b1cf81f3" }, { - "name": "Rivers Engineering", - "version": "2.0.1", - "author": "Fuj", - "maintainer": "y.fujita@rivers.org", - "sentence": "Arduino library for engineering classes at The Rivers School", - "paragraph": "Arduino library for engineering classes at The Rivers School", - "website": "https://github.com/RiversEngineering/RiversEngineering", - "category": "Sensors", + "name": "Bonezegei_WS2812", + "version": "1.0.3", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "WS2812", + "paragraph": "WS2812 or WS2812B RGB LED Library. Supports single RGB LED, strip and matrix type", + "website": "https://github.com/bonezegei/Bonezegei_WS2812", + "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/RiversEngineering/RiversEngineering.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit BMP3XX Library" - }, - { - "name": "Adafruit TCS34725" - }, - { - "name": "Adafruit_VL53L0X" - }, - { - "name": "DFRobot_LCD" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Servo" - }, - { - "name": "XPT2046_Touchscreen" - }, - { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ILI9341" - } + "repository": "https://github.com/bonezegei/Bonezegei_WS2812.git", + "providesIncludes": [ + "Bonezegei_WS2812.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.0.1.zip", - "archiveFileName": "Rivers_Engineering-2.0.1.zip", - "size": 42797, - "checksum": "SHA-256:7e038c522dd3f990790d02c1d0737807048e8c44702f3d28d9ccae0a24ed4eda" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_WS2812-1.0.3.zip", + "archiveFileName": "Bonezegei_WS2812-1.0.3.zip", + "size": 21845, + "checksum": "SHA-256:83f5691181981f00aaa3a70740226f0fefc2cb657ec4fadcc0e6d34e61977d9a" }, { - "name": "Rivers Engineering", - "version": "2.1.0", - "author": "Fuj", - "maintainer": "y.fujita@rivers.org", - "sentence": "Arduino library for engineering classes at The Rivers School", - "paragraph": "Arduino library for engineering classes at The Rivers School", - "website": "https://github.com/RiversEngineering/RiversEngineering", - "category": "Sensors", + "name": "Excelsior_Ambassador", + "version": "0.9.0", + "author": "Frederik Eberhard, Tim Hartmann", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Functions as an extensions for the Excelsior Brick.", + "paragraph": "The Excelsior, designed to help beginners in robotics start to learn programming, offers many functions. To enhance it`s capabilities, newer versions of the Excelsior are fitted with an extra microcontroller, the Ambassador, the code for which is located here.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior\"", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "repository": "https://github.com/Excelsior-Robotics/Excelsior_Ambassador.git", + "providesIncludes": [ + "Excelsior_Ambassador.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit BMP3XX Library" - }, - { - "name": "Adafruit TCS34725" - }, - { - "name": "Adafruit_VL53L0X" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Servo" - }, - { - "name": "XPT2046_Touchscreen" + "name": "TFT_22_ILI9225" }, { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ILI9341" + "name": "SPI" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.1.0.zip", - "archiveFileName": "Rivers_Engineering-2.1.0.zip", - "size": 49264, - "checksum": "SHA-256:fd29058eeac2aa0e0059c819c812d057e0903ce751bd6b4891ab8d6e7db1455b" + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior_Ambassador-0.9.0.zip", + "archiveFileName": "Excelsior_Ambassador-0.9.0.zip", + "size": 4245, + "checksum": "SHA-256:d49e264171a47298efb1587540b8d8a32c8d72034d97f43890be46143ba2d522" }, { - "name": "Rivers Engineering", - "version": "2.1.2", - "author": "Fuj", - "maintainer": "y.fujita@rivers.org", - "sentence": "Arduino library for engineering classes at The Rivers School", - "paragraph": "Arduino library for engineering classes at The Rivers School", - "website": "https://github.com/RiversEngineering/RiversEngineering", - "category": "Sensors", + "name": "Excelsior_Ambassador", + "version": "1.0.0", + "author": "Frederik Eberhard, Tim Hartmann", + "maintainer": "Frederik Eberhard \u003cfrederik.eberhard@gbg-seelze.eu\u003e", + "sentence": "Functions as an extensions for the Excelsior Brick.", + "paragraph": "The Excelsior, designed to help beginners in robotics start to learn programming, offers many functions. To enhance it`s capabilities, newer versions of the Excelsior are fitted with an extra microcontroller, the Ambassador, the code for which is located here.", + "website": "\"https://github.com/Excelsior-Robotics/Excelsior_Ambassador\"", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RiversEngineering/RiversEngineering.git", + "repository": "https://github.com/Excelsior-Robotics/Excelsior_Ambassador.git", + "providesIncludes": [ + "Excelsior_Ambassador.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit BMP3XX Library" - }, - { - "name": "Adafruit TCS34725" - }, - { - "name": "Adafruit_VL53L0X" - }, - { - "name": "Adafruit NeoPixel" - }, - { - "name": "Servo" - }, - { - "name": "XPT2046_Touchscreen" + "name": "TFT_22_ILI9225" }, { - "name": "Adafruit GFX Library" - }, - { - "name": "Adafruit ILI9341" + "name": "SPI" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RiversEngineering/Rivers_Engineering-2.1.2.zip", - "archiveFileName": "Rivers_Engineering-2.1.2.zip", - "size": 59617, - "checksum": "SHA-256:b24b1aeda1fd14e234fdad6fd5586b1cdde783ec96a0d2958dcbd46166a69be1" + "url": "https://downloads.arduino.cc/libraries/github.com/Excelsior-Robotics/Excelsior_Ambassador-1.0.0.zip", + "archiveFileName": "Excelsior_Ambassador-1.0.0.zip", + "size": 7673, + "checksum": "SHA-256:bec7478f46095fe9092edb5afe8f5d8c898fc6ecba91adcf5804917f35698030" }, { - "name": "Troyka-IMU", - "version": "2.0.0", - "author": "Igor Dementiev \u003cigor@amperka.ru\u003e", - "maintainer": "Amperka \u003cdev@amperka.com\u003e", - "sentence": "Arduino library for Amperka IMU-sensor.", - "paragraph": "Allows you to read the accelerometer, magnetometer, gyroscope and barometer values from the Amperka IMU 10-DOF Sensor.", - "website": "https://github.com/amperka/Troyka-IMU", - "category": "Sensors", + "name": "mcp_canbus", + "version": "1.0.0", + "author": "Longan Labs", + "maintainer": "Longan Labs", + "sentence": "A library for MCP2515", + "paragraph": "Arduino CAN Bus Library for MCP2515", + "website": "https://github.com/Longan-Labs/Aruino_CAN_BUS_MCP2515", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/amperka/Troyka-IMU.git", - "url": "https://downloads.arduino.cc/libraries/github.com/amperka/Troyka_IMU-2.0.0.zip", - "archiveFileName": "Troyka_IMU-2.0.0.zip", - "size": 46217, - "checksum": "SHA-256:427e9dc11a5044ab43ec9a453269a9c95b60a874f7404e71cafaf8b511ce0d4a" + "repository": "https://github.com/Longan-Labs/Arduino_CAN_BUS_MCP2515.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Longan-Labs/mcp_canbus-1.0.0.zip", + "archiveFileName": "mcp_canbus-1.0.0.zip", + "size": 24094, + "checksum": "SHA-256:9fd77f2bc8a620c45c3fe4624fe7dae07779d7c8a1475c9bd506b533da48a8fd" }, { - "name": "SparkFun Garmin LIDAR-Lite v4 Arduino Library", - "version": "1.1.4", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics \u003cTechSupport@SparkFun.com\u003e", - "sentence": "Arduino library for Garmin LIDAR-Lite.", - "paragraph": "Talk to GARMIN's new high-performance optical distance sensor over I2C. New and improved change I2C address functionality and full set of examples. Use this library with the \u003ca href=\"https://www.sparkfun.com/products/15776\u003eLIDAR Lite v4\u003c/a\u003e or SparkFun's easy-to-use \u003ca href=\"https://www.sparkfun.com/products/15777\u003eQwiic\u003c/a\u003e version.", - "website": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library", - "category": "Sensors", + "name": "ArduinoMDNS", + "version": "1.0.0", + "author": "Georg Kaindl \u003cinfo@gkaindl.com\u003e", + "maintainer": "Arduino \u003cinfo@arduino.cc\u003e", + "sentence": "mDNS Library for Arduino", + "paragraph": "Supports mDNS (registering services) and DNS-SD (service discovery)", + "website": "https://github.com/arduino-libraries/ArduinoMDNS", + "category": "Communication", "architectures": [ "*" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/sparkfun/SparkFun_LIDARLitev4_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.1.4.zip", - "archiveFileName": "SparkFun_Garmin_LIDAR_Lite_v4_Arduino_Library-1.1.4.zip", - "size": 16103, - "checksum": "SHA-256:b1af3498b3f9e0970f0055c27b45db6403a3d4bd01bc8f3f24dc80a1bf8189b5" + "repository": "https://github.com/arduino-libraries/ArduinoMDNS.git", + "providesIncludes": [ + "ArduinoMDNS.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/ArduinoMDNS-1.0.0.zip", + "archiveFileName": "ArduinoMDNS-1.0.0.zip", + "size": 39070, + "checksum": "SHA-256:72589509bd1a829ed2c06b31acd1e941180659d9850f8fbccc46cfe36785ddf4" }, { - "name": "LapX9C10X", + "name": "Adafruit CST8XX Library", "version": "1.0.0", - "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", - "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", - "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", - "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", - "website": "https://github.com/lucyamy/LapX9C10X", - "category": "Device Control", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for CST8xx-based Capacitive touch screen", + "paragraph": "Arduino library for CST8xx-based Capacitive touch screen", + "website": "https://github.com/adafruit/Adafruit_CST8XX_Library", + "category": "Display", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/lucyamy/LapX9C10X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.0.zip", - "archiveFileName": "LapX9C10X-1.0.0.zip", - "size": 11676, - "checksum": "SHA-256:1d74c8898150017fb09f649965e1859e4f60ad7e7ed43ed96836e7cac5f06d59" + "repository": "https://github.com/adafruit/Adafruit_CST8XX_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CST8XX_Library-1.0.0.zip", + "archiveFileName": "Adafruit_CST8XX_Library-1.0.0.zip", + "size": 6542, + "checksum": "SHA-256:523b831653791d7e2071cc3b27f86e238d535aa6b708fdfe48bf558a5a656c44" }, { - "name": "LapX9C10X", + "name": "Adafruit CST8XX Library", "version": "1.0.1", - "author": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", - "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea \u003clucyamyphotography@gmail.com\u003e", - "sentence": "A library to drive the X9C102/103/104/503 Digitally Controlled Potentiometers", - "paragraph": "It allows you to control the pot by setting absolute values for either the chip's counter or actaul resistance, or by relative offsets. It allows you to save the current value in the chip's non-volaile memory.", - "website": "https://github.com/lucyamy/LapX9C10X", - "category": "Device Control", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for CST8xx-based Capacitive touch screen", + "paragraph": "Arduino library for CST8xx-based Capacitive touch screen including the CST826 display.", + "website": "https://github.com/adafruit/Adafruit_CST8XX_Library", + "category": "Display", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/lucyamy/LapX9C10X.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapX9C10X-1.0.1.zip", - "archiveFileName": "LapX9C10X-1.0.1.zip", - "size": 11682, - "checksum": "SHA-256:25f7b873bc424a37defc2cabcc1c32a7f90c1c7c21f55f4536f6a857993a497f" + "repository": "https://github.com/adafruit/Adafruit_CST8XX_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CST8XX_Library-1.0.1.zip", + "archiveFileName": "Adafruit_CST8XX_Library-1.0.1.zip", + "size": 6565, + "checksum": "SHA-256:8e68113fb76e017f5d8d8db124008edda60eb7ea381e2c03dd0faa32ac7044e5" }, { - "name": "EthernetWebServer_SSL_STM32", + "name": "Adafruit CST8XX Library", "version": "1.1.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", - "category": "Communication", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for CST8xx-based Capacitive touch screen", + "paragraph": "Arduino library for CST8xx-based Capacitive touch screen including the CST826 display.", + "website": "https://github.com/adafruit/Adafruit_CST8XX_Library", + "category": "Display", "architectures": [ - "stm32" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", - "providesIncludes": [ - "EthernetWebServer_SSL_STM32.h" + "repository": "https://github.com/adafruit/Adafruit_CST8XX_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_CST8XX_Library-1.1.0.zip", + "archiveFileName": "Adafruit_CST8XX_Library-1.1.0.zip", + "size": 6573, + "checksum": "SHA-256:ff50e3be9c5a1e7bdc0910335998e27b04e8af39621281086e44ce67f620ee2f" + }, + { + "name": "MicrostepToLinear", + "version": "1.0.0", + "author": "David Condrey \u003cdavidcondrey@me.com\u003e", + "maintainer": "David Condrey \u003cdavidcondrey@me.com\u003e", + "sentence": "Convert stepper motor microsteps to linear distance.", + "paragraph": "A simple and efficient way to convert stepper motor microsteps into linear distance. Easy to use, customizable.", + "website": "https://github.com/dcondrey/MicrostepToLinear", + "category": "Data Processing", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "Functional-Vlpp" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.0.zip", - "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.0.zip", - "size": 1215162, - "checksum": "SHA-256:39cc4ba1b4d5683ce088e8e27974181338e0447767770c1e31f455324a334f10" + "repository": "https://github.com/dcondrey/MicrostepToLinear.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dcondrey/MicrostepToLinear-1.0.0.zip", + "archiveFileName": "MicrostepToLinear-1.0.0.zip", + "size": 3539, + "checksum": "SHA-256:4304c9be2aeb699308538aca815f6a70fc82eeecf4665bdf60c6c4b03a4b7a9b" }, { - "name": "EthernetWebServer_SSL_STM32", - "version": "1.1.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", + "name": "WebServerFileUpload", + "version": "1.0.0", + "author": "Nue Nee", + "maintainer": "Nue Nee \u003ckotwatthana2015@gmail.com\u003e", + "sentence": "A library for handling web server file uploads.", + "paragraph": "This library simplifies the process of receiving and handling file uploads from web clients in Arduino projects. It allows Arduino devices to accept files from users through a web interface and store them in the device's file system.", + "website": "https://github.com/kotwatthana/WebServerFileUpload", "category": "Communication", "architectures": [ - "stm32" + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", - "providesIncludes": [ - "EthernetWebServer_SSL_STM32.h" - ], - "dependencies": [ - { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.1.zip", - "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.1.zip", - "size": 1217826, - "checksum": "SHA-256:5c2e378e697f90167602105d2b0be631cedabc773fbb052ab50f23ca52ae76f8" + "repository": "https://github.com/kotwatthana/WebServerFileUpload.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kotwatthana/WebServerFileUpload-1.0.0.zip", + "archiveFileName": "WebServerFileUpload-1.0.0.zip", + "size": 7385, + "checksum": "SHA-256:fad36259d22fcc054a9ae873701bce840f02de37795541655e34c0d6160ba4fe" }, { - "name": "EthernetWebServer_SSL_STM32", - "version": "1.1.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", - "category": "Communication", + "name": "ModbusPowerMeter", + "version": "1.0.0", + "author": "Martin Lysek", + "maintainer": "Martin Lysek", + "sentence": "ModbusPowerMeter is a user-friendly library that uses the ModbusMaster library to read data from power meters.", + "paragraph": "Prepared to read data from single and three phase SEVENSTAR power meters. Tested with DDSR9588 and 3 PHASE 4 WIRE RS485 Energy Meter", + "website": "https://github.com/lysek01/ModbusPowerMeter", + "category": "Sensors", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "repository": "https://github.com/lysek01/ModbusPowerMeter.git", "providesIncludes": [ - "EthernetWebServer_SSL_STM32.h" + "ModbusPowerMeter.h" ], "dependencies": [ { - "name": "STM32duino LwIP" - }, - { - "name": "STM32duino STM32Ethernet" - }, - { - "name": "Functional-Vlpp" + "name": "ModbusMaster", + "version": "\u003e=2.0.0" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.1.2.zip", - "archiveFileName": "EthernetWebServer_SSL_STM32-1.1.2.zip", - "size": 1204369, - "checksum": "SHA-256:2114a2cafff49f3f6cf271b5ecb5d470944a5d16eec2ab5eca27283695ab7c12" + "url": "https://downloads.arduino.cc/libraries/github.com/lysek01/ModbusPowerMeter-1.0.0.zip", + "archiveFileName": "ModbusPowerMeter-1.0.0.zip", + "size": 286602, + "checksum": "SHA-256:5ae9e259cf4b6c0bdb8bb98c2e85e320957c9c6cfc6d8db0c3d1a3b27ca06e15" }, { - "name": "EthernetWebServer_SSL_STM32", - "version": "1.2.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", - "category": "Communication", + "name": "M5Unit-IMU-Pro-Mini", + "version": "1.0.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Unit-IMU-Pro-Mini", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unit-IMU-Pro-Mini", + "category": "Device Control", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "repository": "https://github.com/m5stack/M5Unit-IMU-Pro-Mini.git", "providesIncludes": [ - "EthernetWebServer_SSL_STM32.h", - "EthernetHttpClient_SSL_STM32.h" + "M5_IMU_PRO.h" ], "dependencies": [ { - "name": "STM32duino LwIP" + "name": "M5GFX" }, { - "name": "STM32duino STM32Ethernet" + "name": "M5Unified" }, { - "name": "Functional-Vlpp" + "name": "M5Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Madgwick" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.2.0.zip", - "archiveFileName": "EthernetWebServer_SSL_STM32-1.2.0.zip", - "size": 1291533, - "checksum": "SHA-256:ae51c51ab85753eada6a9a5e92e8c58973d1d87b0d914ee27280e1096b51e225" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_IMU_Pro_Mini-1.0.0.zip", + "archiveFileName": "M5Unit_IMU_Pro_Mini-1.0.0.zip", + "size": 208557, + "checksum": "SHA-256:ea81634c41ad4cff830e04e3bb12e8a1d202b54709871eb0d7070edff7fbc045" }, { - "name": "EthernetWebServer_SSL_STM32", - "version": "1.2.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32", - "category": "Communication", + "name": "M5Unit-IMU-Pro-Mini", + "version": "1.0.1", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Unit-IMU-Pro-Mini", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unit-IMU-Pro-Mini", + "category": "Device Control", "architectures": [ - "stm32" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL_STM32.git", + "repository": "https://github.com/m5stack/M5Unit-IMU-Pro-Mini.git", "providesIncludes": [ - "EthernetWebServer_SSL_STM32.h", - "EthernetHttpClient_SSL_STM32.h" + "M5_IMU_PRO.h" ], "dependencies": [ { - "name": "STM32duino LwIP" + "name": "M5GFX" }, { - "name": "STM32duino STM32Ethernet" + "name": "M5Unified" }, { - "name": "Functional-Vlpp" + "name": "Adafruit BMP280 Library" + }, + { + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Madgwick" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL_STM32-1.2.1.zip", - "archiveFileName": "EthernetWebServer_SSL_STM32-1.2.1.zip", - "size": 1295234, - "checksum": "SHA-256:a882b01135ca4bc59a3fa6e127e4e06f162b80441af1adb2a81c065af8e6869a" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_IMU_Pro_Mini-1.0.1.zip", + "archiveFileName": "M5Unit_IMU_Pro_Mini-1.0.1.zip", + "size": 208555, + "checksum": "SHA-256:fe432191d01afc0956597335fe57dbe676d9c5ab04ba97b4564f1d7d1e586ed5" }, { - "name": "EthernetWebServer_SSL", - "version": "1.1.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", - "category": "Communication", + "name": "DeviceConfigJSON", + "version": "0.1.2", + "author": "Marcin Filipiak \u003cm.filipiak@noweenergie.org\u003e", + "maintainer": "Marcin Filipiak \u003cm.filipiak@noweenergie.org\u003e", + "sentence": "Library enables device configuration using JSON.", + "paragraph": "Library enables device configuration using JSON. It allows for easy customization of settings like Wi-Fi, communication parameters, and more via simple JSON commands. Ideal for configuring ESP32 devices via Bluetooth from Android apps.", + "website": "https://github.com/marcin-filipiak/DeviceConfigJSON", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "repository": "https://github.com/marcin-filipiak/DeviceConfigJSON.git", "providesIncludes": [ - "EthernetWebServer_SSL.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "DeviceConfigJSON.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.0.zip", - "archiveFileName": "EthernetWebServer_SSL-1.1.0.zip", - "size": 1325782, - "checksum": "SHA-256:a213fc9d7074536a838e156a4262874430cc6496d9f9b22d60a433536cbcd264" + "url": "https://downloads.arduino.cc/libraries/github.com/marcin-filipiak/DeviceConfigJSON-0.1.2.zip", + "archiveFileName": "DeviceConfigJSON-0.1.2.zip", + "size": 16220, + "checksum": "SHA-256:e5842765f80cfa8e74cd840c4c3a8f600fbf67df4e32a0d9ef6cbcdef8535301" }, { - "name": "EthernetWebServer_SSL", - "version": "1.1.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", - "category": "Communication", + "name": "DeviceConfigJSON", + "version": "0.2.0", + "author": "Marcin Filipiak \u003cm.filipiak@noweenergie.org\u003e", + "maintainer": "Marcin Filipiak \u003cm.filipiak@noweenergie.org\u003e", + "sentence": "Library enables device configuration using JSON.", + "paragraph": "Allows for easy customization of settings like Wi-Fi, communication parameters, and more via simple JSON commands. Ideal for configuring ESP32 devices via Bluetooth from Android apps.", + "website": "https://github.com/marcin-filipiak/DeviceConfigJSON", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "repository": "https://github.com/marcin-filipiak/DeviceConfigJSON.git", "providesIncludes": [ - "EthernetWebServer_SSL.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } + "DeviceConfigJSON.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.1.zip", - "archiveFileName": "EthernetWebServer_SSL-1.1.1.zip", - "size": 1332972, - "checksum": "SHA-256:1633d4461fd578c2b5ce9c864cafb9fdb1c2382b958ebf9dd77d79685b896346" + "url": "https://downloads.arduino.cc/libraries/github.com/marcin-filipiak/DeviceConfigJSON-0.2.0.zip", + "archiveFileName": "DeviceConfigJSON-0.2.0.zip", + "size": 17208, + "checksum": "SHA-256:bf882b0c2b15e4e0c072979e88ec95e2f4ffd45e41eca272abac49bc0854aba6" }, { - "name": "EthernetWebServer_SSL", - "version": "1.1.2", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple EthernetWebServer library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", - "category": "Communication", + "name": "DeviceConfigJSON", + "version": "0.3.0", + "author": "Marcin Filipiak \u003cm.filipiak@noweenergie.org\u003e", + "maintainer": "Marcin Filipiak \u003cm.filipiak@noweenergie.org\u003e", + "sentence": "Library enables device configuration using JSON.", + "paragraph": "Allows for easy customization of settings like Wi-Fi, communication parameters, and more via simple JSON commands. Ideal for configuring ESP32 devices via Bluetooth from Android apps - app is included, see documentation.", + "website": "https://github.com/marcin-filipiak/DeviceConfigJSON", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", + "repository": "https://github.com/marcin-filipiak/DeviceConfigJSON.git", "providesIncludes": [ - "EthernetWebServer_SSL.h" + "DeviceConfigJSON.h" ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.1.2.zip", - "archiveFileName": "EthernetWebServer_SSL-1.1.2.zip", - "size": 1335096, - "checksum": "SHA-256:fc03b03a123a789d27e81b50c6a7084c9ec4f5741251f778a4707802bf0d64d8" + "url": "https://downloads.arduino.cc/libraries/github.com/marcin-filipiak/DeviceConfigJSON-0.3.0.zip", + "archiveFileName": "DeviceConfigJSON-0.3.0.zip", + "size": 19853, + "checksum": "SHA-256:fc28d7194d742ce0ad09f5592c606c0349850d12c4cc7ff0bf85724b127b382a" }, { - "name": "EthernetWebServer_SSL", - "version": "1.2.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500 or ENC28J60. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", - "category": "Communication", + "name": "Adafruit ADS7830", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the ADS7830 8-bit ADC in the Adafruit shop", + "paragraph": "Arduino library for the ADS7830 8-bit ADC in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_ADS7830", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" - ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", - "providesIncludes": [ - "EthernetWebServer_SSL.h", - "EthernetHttpClient_SSL.h" + "Recommended" ], + "repository": "https://github.com/adafruit/Adafruit_ADS7830.git", "dependencies": [ { - "name": "Functional-Vlpp" + "name": "Adafruit BusIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.2.0.zip", - "archiveFileName": "EthernetWebServer_SSL-1.2.0.zip", - "size": 1436096, - "checksum": "SHA-256:d5f3e2abb17c585f416a3f2a7cbdd5a64f9382a56f89e46f0e1906b8c8592971" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_ADS7830-1.0.0.zip", + "archiveFileName": "Adafruit_ADS7830-1.0.0.zip", + "size": 8353, + "checksum": "SHA-256:0d6d2c2a2160a3b12a31e4f60e0a3c1e70615ae0f3e26b1fc0b11a11cf9cae41" }, { - "name": "EthernetWebServer_SSL", - "version": "1.3.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", - "category": "Communication", + "name": "Pairs", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Text pair:value representation for dynamic data", + "paragraph": "Text pair:value representation for dynamic data", + "website": "https://github.com/GyverLibs/Pairs", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", - "providesIncludes": [ - "EthernetWebServer_SSL.h", - "EthernetHttpClient_SSL.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.3.0.zip", - "archiveFileName": "EthernetWebServer_SSL-1.3.0.zip", - "size": 1523174, - "checksum": "SHA-256:5b3f012a3075271c6d218a74b96f68a7f25b0a2e8119994ebbe880254f3c5522" + "repository": "https://github.com/GyverLibs/Pairs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Pairs-1.0.0.zip", + "archiveFileName": "Pairs-1.0.0.zip", + "size": 17513, + "checksum": "SHA-256:606199e90dd536d79cb09922779f9d42873d0c5cce1132010f9171cf009467cb" }, { - "name": "EthernetWebServer_SSL", - "version": "1.3.1", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266 boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet. It now supports Ethernet TLS/SSL Client.", - "paragraph": "The WebServer supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It now provides HTTP Client and WebSocket Client. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00, ENC28J60 network shields or Teensy 4.1 built-in NativeEthernet.", - "website": "https://github.com/khoih-prog/EthernetWebServer_SSL", - "category": "Communication", + "name": "Pairs", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Text pair:value representation for dynamic data", + "paragraph": "Text pair:value representation for dynamic data", + "website": "https://github.com/GyverLibs/Pairs", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/EthernetWebServer_SSL.git", - "providesIncludes": [ - "EthernetWebServer_SSL.h", - "EthernetHttpClient_SSL.h" - ], - "dependencies": [ - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/EthernetWebServer_SSL-1.3.1.zip", - "archiveFileName": "EthernetWebServer_SSL-1.3.1.zip", - "size": 1564530, - "checksum": "SHA-256:60c806fc7d2ce9f9d8fde25717f5fdcccd70280f233c6e4ab9ced25cab3d1e29" + "repository": "https://github.com/GyverLibs/Pairs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Pairs-1.1.0.zip", + "archiveFileName": "Pairs-1.1.0.zip", + "size": 13266, + "checksum": "SHA-256:aec0ffcaf06dcdaaa273dfdfb89320878e638a99ef3490a6287bf41f7d540795" }, { - "name": "SimpleBox", - "version": "0.1.0", - "author": "CIMA", - "maintainer": "Antonio Perez \u003c00antonio.perez00@gmail.com\u003e", - "sentence": "A Simple MQTT client for connection with cloud providers", - "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", - "website": "https://github.com/soyantonio/simple-box", - "category": "Communication", + "name": "Pairs", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Text pair:value representation for dynamic data", + "paragraph": "Text pair:value representation for dynamic data", + "website": "https://github.com/GyverLibs/Pairs", + "category": "Data Processing", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/soyantonio/simple-box.git", - "url": "https://downloads.arduino.cc/libraries/github.com/soyantonio/SimpleBox-0.1.0.zip", - "archiveFileName": "SimpleBox-0.1.0.zip", - "size": 47079, - "checksum": "SHA-256:ebdebbd0777b42ce2af10396173dd0604f609ceb18098bcf6a09ebfa135fb6a9" + "repository": "https://github.com/GyverLibs/Pairs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Pairs-1.1.1.zip", + "archiveFileName": "Pairs-1.1.1.zip", + "size": 13268, + "checksum": "SHA-256:c54486685d7cb7dd8310b421467213cd2af7f1e66999ee1e32691ebe1deab773" }, { - "name": "SimpleBox", - "version": "0.2.0", - "author": "CIMA", - "maintainer": "Antonio Perez \u003c00antonio.perez00@gmail.com\u003e", - "sentence": "A Simple MQTT client for connection with cloud providers", - "paragraph": "This library allows you to access in a simple way the IoT 4.0 services of the CIMA.", - "website": "https://github.com/soyantonio/simple-box", - "category": "Communication", + "name": "Pairs", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Text pair:value representation for dynamic data", + "paragraph": "Text pair:value representation for dynamic data", + "website": "https://github.com/GyverLibs/Pairs", + "category": "Data Processing", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/soyantonio/simple-box.git", - "url": "https://downloads.arduino.cc/libraries/github.com/soyantonio/SimpleBox-0.2.0.zip", - "archiveFileName": "SimpleBox-0.2.0.zip", - "size": 50381, - "checksum": "SHA-256:0b46c18733c020e6ec21259de9a7ce50ab3845d2901c6ba3a61c806a862da8b8" + "repository": "https://github.com/GyverLibs/Pairs.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/Pairs-1.2.0.zip", + "archiveFileName": "Pairs-1.2.0.zip", + "size": 14563, + "checksum": "SHA-256:34705b4ca12ff10f12151bbab2291ba659132baf6f5d73eebe36c70b2b4c1d6a" }, { - "name": "Mbed BLE HID", - "version": "1.0.1", - "author": "Thibault Coppex", - "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", - "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", - "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", - "website": "https://github.com/tcoppex/mbed-ble-hid", - "category": "Communication", + "name": "ESP32_Knob", + "version": "0.0.1", + "author": "espressif", + "maintainer": "lijunru-hub", + "sentence": "ESP32_Knob is a library designed for driving encoders using ESP SoCs", + "paragraph": "Currently support multiple encoders, such as the EC11.", + "website": "https://github.com/esp-arduino-libs/ESP32_Knob", + "category": "Other", "architectures": [ - "mbed" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "repository": "https://github.com/esp-arduino-libs/ESP32_Knob.git", "providesIncludes": [ - "Mbed_BLE_HID.h", - "Nano33BleHID.h" + "ESP_Knob.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.0.1.zip", - "archiveFileName": "Mbed_BLE_HID-1.0.1.zip", - "size": 20541, - "checksum": "SHA-256:a6025eeb7ca6d02ea5830025e67f244a2a63df488d175af67d3ddb1b95d12305" + "url": "https://downloads.arduino.cc/libraries/github.com/esp-arduino-libs/ESP32_Knob-0.0.1.zip", + "archiveFileName": "ESP32_Knob-0.0.1.zip", + "size": 18268, + "checksum": "SHA-256:7a4d7b9d7caba739a372cc9159580e9120919844ef6af7b1a4778f552845030a" }, { - "name": "Mbed BLE HID", - "version": "1.1.0", - "author": "Thibault Coppex", - "maintainer": "Thibault Coppex \u003ctcoppex@pm.me\u003e", - "sentence": "A Library to implement Human Interface Device with Bluetooth on a Mbed stack (Arduino Nano 33 BLE).", - "paragraph": "Provide ready to use HID (mouse, keyboard, gamepad) and customization classes.", - "website": "https://github.com/tcoppex/mbed-ble-hid", - "category": "Communication", + "name": "Bonezegei_HD44780", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "16 x 2 LCD Library", + "paragraph": "16 x 2 LCD Library in 4 bit mode", + "website": "https://github.com/bonezegei/Bonezegei_HD44780", + "category": "Display", "architectures": [ - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/tcoppex/mbed-ble-hid.git", + "repository": "https://github.com/bonezegei/Bonezegei_HD44780.git", "providesIncludes": [ - "Mbed_BLE_HID.h", - "Nano33BleHID.h" + "Bonezegei_HD44780.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/tcoppex/Mbed_BLE_HID-1.1.0.zip", - "archiveFileName": "Mbed_BLE_HID-1.1.0.zip", - "size": 42439, - "checksum": "SHA-256:572050acb5a9d958ffe54a62918fc4511c83f62aba550691da7129fdc108a570" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_HD44780-1.0.0.zip", + "archiveFileName": "Bonezegei_HD44780-1.0.0.zip", + "size": 16443, + "checksum": "SHA-256:141b9071e702af3bb81427549547b0449e6d9fc67bbe88bd5fc5d619278bd32f" }, { - "name": "SMA SunnyBoy Reader", - "version": "0.1.0", - "author": "pkoerber", - "maintainer": "pkoerber", - "sentence": "Library for reading data from an SMA SunnyBoy Inverter", - "website": "https://github.com/pkoerber/SMA-SunnyBoy-Reader", - "category": "Communication", + "name": "DRV8251-Driver", + "version": "1.0.0", + "author": "Chris Hanes \u003cchris@goodfilling.com\u003e", + "maintainer": "Chris Hanes \u003cchris@goodfilling.com\u003e", + "sentence": "A library that provides support for using brushed DC motors via the TI DRV8251 motor driver", + "paragraph": "This library was written specifically to use the DRV8251 with an ESP32-S2. It should also work for other microcontrollers, as well as other motor drivers with similar pin layout (2 pin control)", + "website": "https://github.com/GoodFilling/Motor-Driver", + "category": "Device Control", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pkoerber/SMA-SunnyBoy-Reader.git", - "dependencies": [ - { - "name": "ArduinoJSON" - }, - { - "name": "StreamUtils" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pkoerber/SMA_SunnyBoy_Reader-0.1.0.zip", - "archiveFileName": "SMA_SunnyBoy_Reader-0.1.0.zip", - "size": 21775, - "checksum": "SHA-256:857229a07ee24bca40a10990aa6bffff85f6f03050b7da389f3515103025fb62" + "repository": "https://github.com/GoodFilling/Motor-Driver.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GoodFilling/DRV8251_Driver-1.0.0.zip", + "archiveFileName": "DRV8251_Driver-1.0.0.zip", + "size": 7839, + "checksum": "SHA-256:865b69efd3b1402b61fadefad769ac549bc6ec7816c6943805d1624023eaa5eb" }, { - "name": "ESP32Servo360", - "version": "0.1.0", - "author": "Sébastien Matos", - "maintainer": "Sébastien Matos", - "sentence": "Initial development release", - "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", - "website": "https://github.com/ecal-mid/ESP32Servo360", - "category": "Uncategorized", + "name": "MKRWiFiLed", + "version": "1.0.0", + "author": "Pau Galopa \u003cpau.galopa.dev@gmail.com\u003e", + "maintainer": "Pau Galopa \u003cpau.galopa.dev@gmail.com\u003e", + "sentence": "Control the RGB led on the MKR WiFi board.", + "paragraph": "Basic functions to control the built in RGB led on the Arduino MKR WiFi 1010 board.", + "website": "https://github.com/pg-goose/ArduinoMKRWiFiLed", + "category": "Device Control", "architectures": [ - "esp32" + "SAM" ], "types": [ "Contributed" ], - "repository": "https://github.com/ecal-mid/ESP32Servo360.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.1.0.zip", - "archiveFileName": "ESP32Servo360-0.1.0.zip", - "size": 2177069, - "checksum": "SHA-256:5370a54ce381d210f072a6b0fb4dcd0652dc9a2bcaa305e0448f989bddf8457a" - }, - { - "name": "ESP32Servo360", - "version": "0.2.0", - "author": "Sébastien Matos", - "maintainer": "Sébastien Matos", - "sentence": "Initial development release", - "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", - "website": "https://github.com/ecal-mid/ESP32Servo360", - "category": "Uncategorized", - "architectures": [ - "esp32" + "repository": "https://github.com/pg-goose/MKRWiFiLed.git", + "providesIncludes": [ + "ArduinoMKRWiFiLed.h" ], - "types": [ - "Contributed" + "dependencies": [ + { + "name": "WiFiNINA" + }, + { + "name": "RTCZero" + } ], - "repository": "https://github.com/ecal-mid/ESP32Servo360.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.0.zip", - "archiveFileName": "ESP32Servo360-0.2.0.zip", - "size": 2178634, - "checksum": "SHA-256:7a0c94b5f1969f840048214f77cc1c0209257277a180ce4600800ba6648ec5ed" + "url": "https://downloads.arduino.cc/libraries/github.com/pg-goose/MKRWiFiLed-1.0.0.zip", + "archiveFileName": "MKRWiFiLed-1.0.0.zip", + "size": 15448, + "checksum": "SHA-256:99b3588c46958665c93170effe9d5e77c8389d87cebb8009ea2e1816268ecff0" }, { - "name": "ESP32Servo360", - "version": "0.2.1", - "author": "Sébastien Matos", - "maintainer": "Sébastien Matos", - "sentence": "Initial development release", - "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", - "website": "https://github.com/ecal-mid/ESP32Servo360", - "category": "Uncategorized", + "name": "Adafruit Faux86", + "version": "0.1.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Faux86", + "paragraph": "Adafruit Faux86", + "website": "https://github.com/adafruit/Adafruit_Faux86", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/ecal-mid/ESP32Servo360.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.1.zip", - "archiveFileName": "ESP32Servo360-0.2.1.zip", - "size": 2178819, - "checksum": "SHA-256:dd24d5194d39920c14c1b98f0cb7d18da2b71ad94eb4d3c7ace538977e9a0ef0" + "repository": "https://github.com/adafruit/Adafruit_Faux86.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "GFX Library for Arduino" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Faux86-0.1.0.zip", + "archiveFileName": "Adafruit_Faux86-0.1.0.zip", + "size": 11881709, + "checksum": "SHA-256:664955b40826271e1d3ab05c7be3b5489eca879003bac3d398ed6e43943fc31d" }, { - "name": "ESP32Servo360", - "version": "0.2.2", - "author": "Sébastien Matos", - "maintainer": "Sébastien Matos", - "sentence": "Initial development release", - "paragraph": "Control Parallax Feedback 360° High Speed Servos with a ESP32 dev-board.", - "website": "https://github.com/ecal-mid/ESP32Servo360", - "category": "Uncategorized", + "name": "Adafruit Faux86", + "version": "0.2.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Adafruit Faux86", + "paragraph": "Adafruit Faux86", + "website": "https://github.com/adafruit/Adafruit_Faux86", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/ecal-mid/ESP32Servo360.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ecal-mid/ESP32Servo360-0.2.2.zip", - "archiveFileName": "ESP32Servo360-0.2.2.zip", - "size": 2178826, - "checksum": "SHA-256:4c4315059796265333d1ff6449f27b74abc8942a42a99f1942761b02f5d5ecaf" + "repository": "https://github.com/adafruit/Adafruit_Faux86.git", + "dependencies": [ + { + "name": "Adafruit GFX Library" + }, + { + "name": "GFX Library for Arduino" + }, + { + "name": "Adafruit TinyUSB Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_Faux86-0.2.0.zip", + "archiveFileName": "Adafruit_Faux86-0.2.0.zip", + "size": 11881818, + "checksum": "SHA-256:41515cfe5a01639cf18136340bd139618a388d4b0273d46bbe0aab2a1d5590f9" }, { - "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "name": "bits_asukiaaa", "version": "1.0.0", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", - "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", - "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", - "category": "Communication", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library to handle bits or bytes.", + "paragraph": "Handle uint16_t between bytes, check bit on some position of byte.", + "website": "https://github.com/asukiaaa/arduino-bits", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.0.zip", - "size": 316009, - "checksum": "SHA-256:91fb1d116ad9831cd83c3a73949d91cb0dc98aa75fc73604a0c78f0c13442022" + "repository": "https://github.com/asukiaaa/arduino-bits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/bits_asukiaaa-1.0.0.zip", + "archiveFileName": "bits_asukiaaa-1.0.0.zip", + "size": 2517, + "checksum": "SHA-256:81a08e444e66b4148401e738f5ff4699b1f1655fd1eccfd77c3e766ad7e46724" }, { - "name": "SparkFun ARGOS ARTIC R2 Arduino Library", + "name": "bits_asukiaaa", "version": "1.0.1", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout", - "paragraph": "An Arduino Library for the ARGOS ARTIC R2 chipset found on the SparkFun ARTIC R2 Breakout. This library allows you to send and receive short data messages via the ARGOS satellite system.", - "website": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library", - "category": "Communication", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library to handle bits or bytes.", + "paragraph": "Handle uint16_t between bytes, check bit on some position of byte.", + "website": "https://github.com/asukiaaa/arduino-bits", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/asukiaaa/arduino-bits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/bits_asukiaaa-1.0.1.zip", + "archiveFileName": "bits_asukiaaa-1.0.1.zip", + "size": 2620, + "checksum": "SHA-256:5aa9b87ef31795a62695b2677d43b4bca543b8ad8ee81ebbcc9861d53b972058" + }, + { + "name": "bits_asukiaaa", + "version": "1.0.2", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library to handle bits or bytes.", + "paragraph": "Handle uint16_t between bytes, check bit on some position of byte.", + "website": "https://github.com/asukiaaa/arduino-bits", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.1.zip", - "archiveFileName": "SparkFun_ARGOS_ARTIC_R2_Arduino_Library-1.0.1.zip", - "size": 472456, - "checksum": "SHA-256:1d1d44b05d3e1170f340d4d02422e0a6c277ca84856950ddfffa0653dec2cd19" + "repository": "https://github.com/asukiaaa/arduino-bits.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/bits_asukiaaa-1.0.2.zip", + "archiveFileName": "bits_asukiaaa-1.0.2.zip", + "size": 2645, + "checksum": "SHA-256:c2acc1d9d552c12e7be8953e536557c8e0a54e6ac37e03db1488e7ba029a5469" }, { - "name": "SparkFun Qwiic IR Thermometer MLX90614 Arduino Library", - "version": "1.1.3", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", - "paragraph": "Library for the SparkFun IR Thermometer Evaluation Board, Qwiic IR Thermometer Board, and the MLX90614 IR thermometer.", - "website": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library", - "category": "Sensors", + "name": "enum_asukiaaa", + "version": "1.0.0", + "author": "Asuki Kono", + "maintainer": "Asuki Kono", + "sentence": "A library to share enum on arduino.", + "paragraph": "StateUse or so on.", + "website": "https://github.com/asukiaaa/arduino-enum", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_MLX90614_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.3.zip", - "archiveFileName": "SparkFun_Qwiic_IR_Thermometer_MLX90614_Arduino_Library-1.1.3.zip", - "size": 1205705, - "checksum": "SHA-256:04847e72909e0c2b484fffab0e3c110c68569846f5825c118eaf4ee8f3d81a5c" + "repository": "https://github.com/asukiaaa/arduino-enum.git", + "url": "https://downloads.arduino.cc/libraries/github.com/asukiaaa/enum_asukiaaa-1.0.0.zip", + "archiveFileName": "enum_asukiaaa-1.0.0.zip", + "size": 2127, + "checksum": "SHA-256:542ef7c888026a26fe230723a1e864cf2707109e4e4581f6891b2772feb0ddb5" }, { - "name": "Leaphy Extra Extension", - "version": "0.0.1", - "author": "Leaphy Robotics", - "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", - "sentence": "Provides Extra functionality to Leaphy robots", - "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", - "category": "Device Control", + "name": "SoftwareTimer", + "version": "1.0.0", + "author": "ILoveMemes", + "maintainer": "ILoveMemes", + "sentence": "Simple software timer library", + "paragraph": "Simple software timer library", + "website": "https://github.com/ILoveMemes", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", - "providesIncludes": [ - "Adafruit_NeoPixel.h", - "Adafruit_TCS34725.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.1.zip", - "archiveFileName": "Leaphy_Extra_Extension-0.0.1.zip", - "size": 28873, - "checksum": "SHA-256:f53c5febae7127eb032c131fb51d4ece083558692eb00a3552a0ef74411980c9" + "repository": "https://github.com/ILoveMemes/SoftwareTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ILoveMemes/SoftwareTimer-1.0.0.zip", + "archiveFileName": "SoftwareTimer-1.0.0.zip", + "size": 4360, + "checksum": "SHA-256:7b78cf823d5e45b47d86a616aa4756e53f21121cc1bdc2f54c344b5c6f0429cf" }, { - "name": "Leaphy Extra Extension", - "version": "0.0.4", - "author": "Leaphy Robotics", - "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", - "sentence": "Provides Extra functionality to Leaphy robots", - "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", - "category": "Device Control", + "name": "SoftwareTimer", + "version": "1.0.1", + "author": "ILoveMemes", + "maintainer": "ILoveMemes", + "sentence": "Software timer library", + "paragraph": "An easy to usse software timer library. It provides a possibility to call a function at set time interval without using any interruption.", + "website": "https://github.com/ILoveMemes", + "category": "Timing", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", - "providesIncludes": [ - "Adafruit_NeoPixel.h", - "Adafruit_TCS34725.h", - "ledstrip.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.4.zip", - "archiveFileName": "Leaphy_Extra_Extension-0.0.4.zip", - "size": 19905, - "checksum": "SHA-256:b4c110bd96b902b17c03f675e2e182b9af2aa95f4d2d2ae724a248c99da9ba23" + "repository": "https://github.com/ILoveMemes/SoftwareTimer.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ILoveMemes/SoftwareTimer-1.0.1.zip", + "archiveFileName": "SoftwareTimer-1.0.1.zip", + "size": 5492, + "checksum": "SHA-256:7fe97b1a555bc352435e3171b3e4d64ef9fd3eeb7006fab3780f4fd06a10fc8d" }, { - "name": "Leaphy Extra Extension", - "version": "0.0.5", - "author": "Leaphy Robotics", - "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", - "sentence": "Provides Extra functionality to Leaphy robots", - "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", - "category": "Device Control", + "name": "emWin", + "version": "1.0.0", + "author": "SEGGER Microcontroller GmbH", + "maintainer": "SEGGER Microcontroller GmbH \u003cinfo@segger.com\u003e", + "sentence": "emWin V6.34g Professional graphics library", + "paragraph": "emWin is an embedded graphical user interface solution that is designed to provide an efficient, processor and display controller independent graphical user interface for any application that operates with a graphical display.", + "website": "https://www.segger.com", + "category": "Display", "architectures": [ - "avr" + "cortex-m7" ], "types": [ "Contributed" ], - "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "repository": "https://github.com/SEGGERMicro/emWin-Arduino-Library.git", "providesIncludes": [ - "Adafruit_NeoPixel.h", - "Adafruit_TCS34725.h", - "ledstrip.h", - "Leaphy_Extra.h" + "DIALOG.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.5.zip", - "archiveFileName": "Leaphy_Extra_Extension-0.0.5.zip", - "size": 20702, - "checksum": "SHA-256:6c14795f8749411839f8d85243a6620c019016ea048de89a5a833067f634a832" + "url": "https://downloads.arduino.cc/libraries/github.com/SEGGERMicro/emWin-1.0.0.zip", + "archiveFileName": "emWin-1.0.0.zip", + "size": 1774820, + "checksum": "SHA-256:cc0e66d6718c787e04c95517849e31d4e2bbd569e2f3b55f8bbd4eebd4273340" }, { - "name": "Leaphy Extra Extension", - "version": "0.0.6", - "author": "Leaphy Robotics", - "maintainer": "Leaphy Robotics \u003cpaul@leaphy.nl\u003e", - "sentence": "Provides Extra functionality to Leaphy robots", - "website": "https://github.com/leaphy-robotics/leaphy-extensions-extra", - "category": "Device Control", + "name": "emWin", + "version": "1.0.1", + "author": "SEGGER Microcontroller GmbH", + "maintainer": "SEGGER Microcontroller GmbH \u003cinfo@segger.com\u003e", + "sentence": "emWin V6.34g Professional graphics library", + "paragraph": "emWin is an embedded graphical user interface solution that is designed to provide an efficient, processor and display controller independent graphical user interface for any application that operates with a graphical display.", + "website": "https://wiki.segger.com/emWin_on_Arduino", + "category": "Display", "architectures": [ - "avr" + "cortex-m7" ], "types": [ "Contributed" ], - "repository": "https://github.com/leaphy-robotics/leaphy-extensions-extra.git", + "repository": "https://github.com/SEGGERMicro/emWin-Arduino-Library.git", "providesIncludes": [ - "Adafruit_NeoPixel.h", - "Adafruit_TCS34725.h", - "ledstrip.h", - "Leaphy_Extra.h" + "DIALOG.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/leaphy-robotics/Leaphy_Extra_Extension-0.0.6.zip", - "archiveFileName": "Leaphy_Extra_Extension-0.0.6.zip", - "size": 20708, - "checksum": "SHA-256:18fc3653097dac90a9c118b42b67364ef6740f3b4ebd63f9f9e439c1a6ed65b8" + "dependencies": [ + { + "name": "Arduino_GigaDisplayTouch" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/SEGGERMicro/emWin-1.0.1.zip", + "archiveFileName": "emWin-1.0.1.zip", + "size": 1774849, + "checksum": "SHA-256:f7e51861a29ad746efb2acf1b428b4601d5ef30d6ce1ccb88b8f495ce894131f" }, { - "name": "AzureIoTSocket_WiFi", + "name": "SQLiteDatabaseConnection", "version": "1.0.0", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT network adapter layer for use with Wi-Fi such as ESP32", - "paragraph": "Microsoft Wi-Fi adaptation layer for connection to an IoT hub. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-socket-wifi", - "category": "Communication", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Modern C++ interface for SQLite.", + "paragraph": "Wraps SQLite C API into C++ OOP API with template support to simplify development.", + "website": "https://github.com/Zhu-jiatong/SQLiteDatabaseManager", + "category": "Data Storage", "architectures": [ - "samd", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Azure/azure-iot-arduino-socket-esp32-wifi.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTSocket_WiFi-1.0.0.zip", - "archiveFileName": "AzureIoTSocket_WiFi-1.0.0.zip", - "size": 10154, - "checksum": "SHA-256:04f0cbef25ca64582a431bcbd7bc36bf328c6a1de374337e79d09bba871c7357" + "repository": "https://github.com/Zhu-jiatong/SQLiteDatabaseManager.git", + "dependencies": [ + { + "name": "Sqlite3Esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/SQLiteDatabaseConnection-1.0.0.zip", + "archiveFileName": "SQLiteDatabaseConnection-1.0.0.zip", + "size": 4456, + "checksum": "SHA-256:a00ab7b1a3b977d8dd54853ed894cf0c118b139aadeab11282ca40ad34837dac" }, { - "name": "AzureIoTSocket_WiFi", + "name": "SQLiteDatabaseConnection", "version": "1.0.1", - "author": "Microsoft", - "maintainer": "Microsoft \u003ciotcert@microsoft.com\u003e", - "sentence": "Azure IoT network adapter layer for use with Wi-Fi such as ESP32", - "paragraph": "Microsoft Wi-Fi adaptation layer for connection to an IoT hub. Together with AzureIoTHub, it allows you to use your Arduino with the Azure IoT Hub. See readme.md for more details. Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.", - "website": "https://github.com/Azure/azure-iot-arduino-socket-wifi", - "category": "Communication", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Modern C++ interface for SQLite.", + "paragraph": "Wraps SQLite C API into C++ OOP API with template support to simplify development.", + "website": "https://github.com/Zhu-jiatong/SQLiteDatabaseManager", + "category": "Data Storage", "architectures": [ - "samd", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Azure/azure-iot-arduino-socket-esp32-wifi.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Azure/AzureIoTSocket_WiFi-1.0.1.zip", - "archiveFileName": "AzureIoTSocket_WiFi-1.0.1.zip", - "size": 10153, - "checksum": "SHA-256:4eea97c915eb6543f2c0198fd01e6bc8e8da5f8f1e27d6ee4bfed4e16e56f3c4" + "repository": "https://github.com/Zhu-jiatong/SQLiteDatabaseManager.git", + "dependencies": [ + { + "name": "Sqlite3Esp32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/SQLiteDatabaseConnection-1.0.1.zip", + "archiveFileName": "SQLiteDatabaseConnection-1.0.1.zip", + "size": 4437, + "checksum": "SHA-256:f97cace90fdc4f7afa82e5dba8be32129673378c28ed6b1a709234af13e19ebf" }, { - "name": "rrdtool", + "name": "CredentialManager", "version": "1.0.0", - "author": "Larry Bernstone", - "maintainer": "Larry Bernstone", - "sentence": "Round Robin Database Tool", - "paragraph": "This is an implementation of rrdtool for ESP32. This provides a standardized format for round robin databases. rrdtool is well supported, and can be easily exported for data display using javascript.", - "website": "https://github.com/lbernstone/rrdtool_ESP32", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Provides intuitive interface for storage and retrival for user credentials.", + "paragraph": "Build on SQLiteDatabaseConnection to manage user credentials.", + "website": "https://github.com/Zhu-jiatong/CredentialManager", "category": "Data Storage", "architectures": [ "esp32" @@ -364779,62 +829435,77 @@ "types": [ "Contributed" ], - "repository": "https://github.com/lbernstone/rrdtool_ESP32.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lbernstone/rrdtool-1.0.0.zip", - "archiveFileName": "rrdtool-1.0.0.zip", - "size": 149654, - "checksum": "SHA-256:5cf4ab401ffc0847f255b58c2d0b0d823dc0ab7cfac94c65206c3ee5b2373757" + "repository": "https://github.com/Zhu-jiatong/CredentialManager.git", + "dependencies": [ + { + "name": "SQLiteDatabaseConnection" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/CredentialManager-1.0.0.zip", + "archiveFileName": "CredentialManager-1.0.0.zip", + "size": 3284, + "checksum": "SHA-256:73c5276c9b135a1058f1906473ff5b6e6b4ef7e45e38c67e5024d9c2946e7edc" }, { - "name": "Melopero APDS9960", + "name": "SessionManager", "version": "1.0.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the APDS9960 sensor.", - "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", - "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", - "category": "Sensors", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Manage session states for web server.", + "paragraph": "Build on SQLiteDatabaseConnection to store and retrieve session information.", + "website": "https://github.com/Zhu-jiatong/SessionManager", + "category": "Data Storage", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.0.0.zip", - "archiveFileName": "Melopero_APDS9960-1.0.0.zip", - "size": 134902, - "checksum": "SHA-256:0438745213273cb7e6b024142e5088ac42586e105f6169c86fd4ba1c8f45a97c" + "repository": "https://github.com/Zhu-jiatong/SessionManager.git", + "dependencies": [ + { + "name": "SQLiteDatabaseConnection" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/SessionManager-1.0.0.zip", + "archiveFileName": "SessionManager-1.0.0.zip", + "size": 3145, + "checksum": "SHA-256:d1755f136657a697481cadedaea70ea48950f029f6c2ec04a59468bfa27fd7aa" }, { - "name": "Melopero APDS9960", - "version": "1.1.0", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the APDS9960 sensor.", - "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", - "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", - "category": "Sensors", + "name": "SessionManager", + "version": "1.0.1", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Manage session states for web server.", + "paragraph": "Build on SQLiteDatabaseConnection to store and retrieve session information.", + "website": "https://github.com/Zhu-jiatong/SessionManager", + "category": "Data Storage", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.1.0.zip", - "archiveFileName": "Melopero_APDS9960-1.1.0.zip", - "size": 141430, - "checksum": "SHA-256:024cc435e8538e08fa0d790de2a6f9fccfe6f8b8527caa72df2d5af3788d522d" + "repository": "https://github.com/Zhu-jiatong/SessionManager.git", + "dependencies": [ + { + "name": "SQLiteDatabaseConnection" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/SessionManager-1.0.1.zip", + "archiveFileName": "SessionManager-1.0.1.zip", + "size": 3141, + "checksum": "SHA-256:2e6e85c4514e0fb093d5863176cd1ae35f8cfa03145c61b6bfd32dae0afd8ee0" }, { - "name": "Melopero APDS9960", - "version": "1.1.1", - "author": "Melopero Electronics", - "maintainer": "Leonardo La Rocca \u003cinfo@melopero.com\u003e", - "sentence": "A driver library for the APDS9960 sensor.", - "paragraph": "This library allows an Arduino board to communicate with the APDS9960 sensor.", - "website": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library", + "name": "PM1006K", + "version": "1.0.0", + "author": "Kevin Lutzer \u003ckevinlutzer@proton.me\u003e", + "maintainer": "Kevin Lutzer \u003ckevinlutzer@proton.me\u003e", + "sentence": "Driver library for PM1006K sensors.", + "paragraph": "Driver library for PM1006K to get particulate matter concentrations for the environment.", + "website": "https://github.com/kevinlutzer/Arduino-PM1006K", "category": "Sensors", "architectures": [ "*" @@ -364842,108 +829513,104 @@ "types": [ "Contributed" ], - "repository": "https://github.com/melopero/Melopero_APDS-9960_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/melopero/Melopero_APDS9960-1.1.1.zip", - "archiveFileName": "Melopero_APDS9960-1.1.1.zip", - "size": 141422, - "checksum": "SHA-256:336718b5c5895acd020a1e5f4176101ae911e52271b5ecb1a1d58572c0fabbd3" + "repository": "https://github.com/kevinlutzer/Arduino-PM1006K.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kevinlutzer/PM1006K-1.0.0.zip", + "archiveFileName": "PM1006K-1.0.0.zip", + "size": 43626, + "checksum": "SHA-256:1dafaae09c36e18a4f7431a20d31a2f41d62df793203d595a48b16bf85148913" }, { - "name": "Adafruit TMP117", + "name": "CanSatNeXT_GNSS", "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the TMP117 sensors in the Adafruit shop", - "paragraph": "Arduino library for the TMP117 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_TMP117", - "category": "Sensors", + "author": "Samuli Nyman", + "maintainer": "Samuli Nyman \u003csamuli@kitsat.fi\u003e", + "license": "MIT", + "sentence": "Extension to the CanSatNeXT to add support for the GNSS module", + "paragraph": "This library extends the CanSatNeXT library to also support the optional GNSS board. The library can also be used a standalone, however the system configuration is made specifically for CanSat NeXT.", + "website": "https://github.com/netnspace/CanSatNeXT_GNSS", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TMP117.git", + "repository": "https://github.com/netnspace/CanSatNeXT_GNSS.git", + "providesIncludes": [ + "CanSatNeXT_GNSS.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" + "name": "SparkFun u-blox GNSS Arduino Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP117-1.0.0.zip", - "archiveFileName": "Adafruit_TMP117-1.0.0.zip", - "size": 17813, - "checksum": "SHA-256:2a65202e571e81a99dcf5b84ea9609212063d9282a336cdaa1371e1a6df9d6d1" + "url": "https://downloads.arduino.cc/libraries/github.com/netnspace/CanSatNeXT_GNSS-1.0.0.zip", + "archiveFileName": "CanSatNeXT_GNSS-1.0.0.zip", + "size": 6353, + "checksum": "SHA-256:a39e87e1c097796dbe5317d2fd8163bfc8946e9ea0a0e1fa780b672332c5b0fc" }, { - "name": "Adafruit TMP117", + "name": "CanSatNeXT_GNSS", "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the TMP117 sensors in the Adafruit shop", - "paragraph": "Arduino library for the TMP117 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_TMP117", - "category": "Sensors", + "author": "Samuli Nyman", + "maintainer": "Samuli Nyman \u003csamuli@kitsat.fi\u003e", + "license": "MIT", + "sentence": "Extension to the CanSatNeXT to add support for the GNSS module", + "paragraph": "This library extends the CanSatNeXT library to also support the optional GNSS board. The library can also be used a standalone, however the system configuration is made specifically for CanSat NeXT.", + "website": "https://github.com/netnspace/CanSatNeXT_GNSS", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_TMP117.git", + "repository": "https://github.com/netnspace/CanSatNeXT_GNSS.git", + "providesIncludes": [ + "CanSatNeXT_GNSS.h" + ], "dependencies": [ { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" + "name": "SparkFun u-blox GNSS Arduino Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_TMP117-1.0.1.zip", - "archiveFileName": "Adafruit_TMP117-1.0.1.zip", - "size": 17810, - "checksum": "SHA-256:17cfafcdc616cfc6341bff405e6ad93bb2185c588c62e1adaef24cfa8c2d5947" + "url": "https://downloads.arduino.cc/libraries/github.com/netnspace/CanSatNeXT_GNSS-1.0.1.zip", + "archiveFileName": "CanSatNeXT_GNSS-1.0.1.zip", + "size": 7519, + "checksum": "SHA-256:fd78dd074cd189116c9ba76c6436280d1b7680df2710e55c030049c6a68e691e" }, { - "name": "Nextion Serial String", - "version": "1.0.0", - "author": "Darren Osborne \u003cdarren.jc.osborne@gmail.com\u003e", - "maintainer": "Darren Osborne \u003cdarren.jc.osborne@gmail.com\u003e", - "sentence": "ESP32/Arduino library for Nextion displays", - "paragraph": "A simple Nextion HMI library which computes string commands. The library is both a simple and powerful tool, easily modified to meet one’s needs. Designed and tested on the esp32 - however it is assumed to be compatible with other MCUs.", - "website": "https://github.com/darrenjcosborne/NextionSerialString", - "category": "Display", + "name": "JBLogger", + "version": "1.0.1", + "author": "Jonny Bergdahl", + "maintainer": "Jonny Bergdahl \u003cgithub@bergdahl.org\u003e", + "sentence": "A simple to use logger library for Arduino.", + "paragraph": "This library provides a simple and versatile logger for Arduino with different log levels and customizable settings.", + "website": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/darrenjcosborne/NextionSerialString.git", + "repository": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library.git", "providesIncludes": [ - "NextionConfig.h" + "jblogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/darrenjcosborne/Nextion_Serial_String-1.0.0.zip", - "archiveFileName": "Nextion_Serial_String-1.0.0.zip", - "size": 175030, - "checksum": "SHA-256:d799caac8562efddcddbe0dc2b47deb8596551dc02d539baec0e6b009808b85b" + "url": "https://downloads.arduino.cc/libraries/github.com/jonnybergdahl/JBLogger-1.0.1.zip", + "archiveFileName": "JBLogger-1.0.1.zip", + "size": 43697, + "checksum": "SHA-256:9121b496b25b785280c45d888f338da1cb8d788e0d77bd48b0f91a944ee89f72" }, { - "name": "TonePitch", - "version": "1.0.1", - "author": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", - "maintainer": "Rodrigo Dornelles \u003crodrigo@dornelles.me\u003e", - "sentence": "Real accurate list of music notes with tone variants for Arduino.", - "paragraph": "this library is very important for those who prefer to have the buzzer tuned correctly for their musical project, it is fully compatible with other third party libraries.", - "website": "https://github.com/RodrigoDornelles/arduino-tone-pitch", + "name": "JBLogger", + "version": "1.0.2", + "author": "Jonny Bergdahl", + "maintainer": "Jonny Bergdahl \u003cgithub@bergdahl.org\u003e", + "sentence": "A simple to use logger library for Arduino.", + "paragraph": "This library provides a simple and versatile logger for Arduino with different log levels and customizable settings.", + "website": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library", "category": "Other", "architectures": [ "*" @@ -364951,2520 +829618,2489 @@ "types": [ "Contributed" ], - "repository": "https://github.com/rodrigodornelles/arduino-tone-pitch.git", - "url": "https://downloads.arduino.cc/libraries/github.com/rodrigodornelles/TonePitch-1.0.1.zip", - "archiveFileName": "TonePitch-1.0.1.zip", - "size": 19058, - "checksum": "SHA-256:a8d478a07f708f7375969ecae5bd53cf28df11007de65d1434c8bb7642fee712" + "repository": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library.git", + "providesIncludes": [ + "jblogger.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/jonnybergdahl/JBLogger-1.0.2.zip", + "archiveFileName": "JBLogger-1.0.2.zip", + "size": 44203, + "checksum": "SHA-256:5e3b0666cf05be843fa4572bb643396532a701780ee4dc109aa2e2d5c2a96a65" }, { - "name": "TimerInterrupt_Generic", - "version": "1.1.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc.", - "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", - "category": "Uncategorized", + "name": "JBLogger", + "version": "1.0.3", + "author": "Jonny Bergdahl", + "maintainer": "Jonny Bergdahl \u003cgithub@bergdahl.org\u003e", + "sentence": "A simple to use logger library for Arduino.", + "paragraph": "This library provides a simple and versatile logger for Arduino with different log levels and customizable settings.", + "website": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "repository": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library.git", "providesIncludes": [ - "TimerInterrupt_Generic.h", - "ISR_Timer_Generic.h" + "jblogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.1.0.zip", - "archiveFileName": "TimerInterrupt_Generic-1.1.0.zip", - "size": 603001, - "checksum": "SHA-256:e61ac272aab0e1a95ae3a794b1b65a3a24f2c3719aae58e7bf4f01f08ef6a5ba" + "url": "https://downloads.arduino.cc/libraries/github.com/jonnybergdahl/JBLogger-1.0.3.zip", + "archiveFileName": "JBLogger-1.0.3.zip", + "size": 44682, + "checksum": "SHA-256:b0ce3b41e3e5bace3eae2488e3d4da48d4898b92ed071fefc5d5daf7ef6011db" }, { - "name": "TimerInterrupt_Generic", - "version": "1.2.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, etc.", - "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", - "category": "Uncategorized", + "name": "JBLogger", + "version": "1.0.4", + "author": "Jonny Bergdahl", + "maintainer": "Jonny Bergdahl \u003cgithub@bergdahl.org\u003e", + "sentence": "A simple to use logger library for Arduino.", + "paragraph": "This library provides a simple and versatile logger for Arduino with different log levels and customizable settings.", + "website": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "repository": "https://github.com/jonnybergdahl/Arduino_JBLogger_Library.git", "providesIncludes": [ - "TimerInterrupt_Generic.h", - "ISR_Timer_Generic.h" + "jblogger.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.2.0.zip", - "archiveFileName": "TimerInterrupt_Generic-1.2.0.zip", - "size": 640419, - "checksum": "SHA-256:bf53cccc57d99d582f5e20fae895f4c21b8c80f1ea1826cb0842e0be996043ac" + "url": "https://downloads.arduino.cc/libraries/github.com/jonnybergdahl/JBLogger-1.0.4.zip", + "archiveFileName": "JBLogger-1.0.4.zip", + "size": 45140, + "checksum": "SHA-256:fa996f3b05ec5e3a5ca4d4dd3bc09d5b8ae81e1c6b6fc70ba452b9e09dd8f821" }, { - "name": "TimerInterrupt_Generic", - "version": "1.3.0", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", - "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", - "category": "Uncategorized", + "name": "DFR_Radar", + "version": "1.0.0", + "author": "huyujie (yujie.hu@dfrobot.com), Matthew Clark", + "maintainer": "Matthew Clark", + "sentence": "Configure and communicate with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).", + "paragraph": "A library is not required to use the sensor, as it will output a signal on pin IO2 when it detects presence, but this library will allow you to configure various parameters via UART.", + "website": "https://github.com/MaffooClock/DFR_Radar", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "repository": "https://github.com/MaffooClock/DFR_Radar.git", "providesIncludes": [ - "TimerInterrupt_Generic.h", - "ISR_Timer_Generic.h" + "DFR_Radar.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.0.zip", - "archiveFileName": "TimerInterrupt_Generic-1.3.0.zip", - "size": 724301, - "checksum": "SHA-256:3abd623495a69111adf0e42d4d6d7d9b9b3efc4887df6d96ec38cb321ecf7d8f" + "url": "https://downloads.arduino.cc/libraries/github.com/MaffooClock/DFR_Radar-1.0.0.zip", + "archiveFileName": "DFR_Radar-1.0.0.zip", + "size": 13696, + "checksum": "SHA-256:4320753873b9bafd32a16bd61950607541247b566df8ba75418b93d0efcbec13" }, { - "name": "TimerInterrupt_Generic", - "version": "1.3.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, etc.", - "paragraph": "These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/TimerInterrupt_Generic", - "category": "Uncategorized", + "name": "DFR_Radar", + "version": "1.1.0", + "author": "huyujie (yujie.hu@dfrobot.com), Matthew Clark", + "maintainer": "Matthew Clark", + "sentence": "Configure and communicate with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).", + "paragraph": "A library is not required to use the sensor, as it will output a signal on pin IO2 when it detects presence, but this library will allow you to configure various parameters via UART.", + "website": "https://github.com/MaffooClock/DFR_Radar", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/TimerInterrupt_Generic.git", + "repository": "https://github.com/MaffooClock/DFR_Radar.git", "providesIncludes": [ - "TimerInterrupt_Generic.h", - "ISR_Timer_Generic.h" + "DFR_Radar.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/TimerInterrupt_Generic-1.3.1.zip", - "archiveFileName": "TimerInterrupt_Generic-1.3.1.zip", - "size": 744196, - "checksum": "SHA-256:e77a06cd5c4fb6ada2e92c32c47435fefe89b2fe82a170348d9a79e86e72aef3" + "url": "https://downloads.arduino.cc/libraries/github.com/MaffooClock/DFR_Radar-1.1.0.zip", + "archiveFileName": "DFR_Radar-1.1.0.zip", + "size": 17513, + "checksum": "SHA-256:78cf81d29733a603128652e17c969335d6e266a506eb86285bbfb0d0dc87f2e0" }, { - "name": "Vrekrer SCPI parser", - "version": "0.4.1", - "author": "Vrekrer", - "maintainer": "Vrekrer \u003cdiegogch@cbpf.br\u003e,", - "sentence": "Simple SCPI parser for Arduino", - "paragraph": "Standard Commands for Programmable Instruments (SCPI) parser for Arduino projects", - "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", - "category": "Communication", + "name": "DFR_Radar", + "version": "1.2.0", + "author": "Matthew Clark, huyujie (yujie.hu@dfrobot.com)", + "maintainer": "Matthew Clark", + "sentence": "Configure and communicate with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).", + "paragraph": "A library is not required to use the sensor, as it will output a signal on pin IO2 when it detects presence, but this library will allow you to configure various parameters via UART.", + "website": "https://github.com/MaffooClock/DFR_Radar", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.4.1.zip", - "archiveFileName": "Vrekrer_SCPI_parser-0.4.1.zip", - "size": 12075, - "checksum": "SHA-256:5d60c22cc5e053d9c8469c3b7f7da80ea787a8b8320eba3462b34e091f786824" + "repository": "https://github.com/MaffooClock/DFR_Radar.git", + "providesIncludes": [ + "DFR_Radar.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MaffooClock/DFR_Radar-1.2.0.zip", + "archiveFileName": "DFR_Radar-1.2.0.zip", + "size": 18337, + "checksum": "SHA-256:b6b3e202b95150324cd8420d4dbb634ce3e01809e99c4a6261a9eaeafc413729" }, { - "name": "Vrekrer SCPI parser", - "version": "0.2.0", - "author": "Vrekrer", - "maintainer": "Vrekrer", - "sentence": "Simple SCPI parser", - "paragraph": "Standar Commands for Programable Instruments (SCPI) parser for small projects", - "website": "https://github.com/Vrekrer/Vrekrer_scpi_parser", + "name": "ESP32 Webhook", + "version": "1.0.0", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Leverage IFTTT and the ESP32 library to set off events via Webhook.", + "paragraph": "IFTTT makes it a breeze to activate events via Webhook using this library with just a single line of code. Seamlessly compatible with IFTTT, this library ensures flawless performance.", + "website": "https://github.com/Rupakpoddar/ESP32Webhook", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/Vrekrer/Vrekrer_scpi_parser.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Vrekrer/Vrekrer_SCPI_parser-0.2.0.zip", - "archiveFileName": "Vrekrer_SCPI_parser-0.2.0.zip", - "size": 8952, - "checksum": "SHA-256:a0e84dc832b3448c6337399fbe65901dc7f451c57027772a0908fcf50a753dc1" + "repository": "https://github.com/Rupakpoddar/ESP32Webhook.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP32_Webhook-1.0.0.zip", + "archiveFileName": "ESP32_Webhook-1.0.0.zip", + "size": 5662, + "checksum": "SHA-256:a6f947634c25f865e7e3ffdabe20a8514c5f9e2ef34ccb8b748571015d226b8e" }, { - "name": "Pixetto", - "version": "1.4.0", - "author": "VIA Technologies", - "maintainer": "Sylvia Lin \u003cSylviaLin@via.com.tw\u003e", - "sentence": "An Arduino library for VIA Pixetto Vision Sensor.", - "paragraph": "Enable Pixetto vision sensor to do some computer vision tasks, and communicate with arduino through serial.", - "website": "https://github.com/pixetto/Pixetto.git", - "category": "Sensors", + "name": "GyverIO", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "paragraph": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "website": "https://github.com/GyverLibs/GyverIO", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pixetto/Pixetto.git", - "providesIncludes": [ - "Pixetto.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pixetto/Pixetto-1.4.0.zip", - "archiveFileName": "Pixetto-1.4.0.zip", - "size": 19554, - "checksum": "SHA-256:1ddc34930400f304131982f9998e949aa80af59ebb02e1535772d39bcc696d4e" + "repository": "https://github.com/GyverLibs/GyverIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverIO-1.0.0.zip", + "archiveFileName": "GyverIO-1.0.0.zip", + "size": 16283, + "checksum": "SHA-256:50e3bad03800c8a939021ecda82a4e81952c18e68589a23db676d6d4b4a178d8" }, { - "name": "DTF_ESP8266Update", - "version": "1.0.0", - "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "sentence": "Update ESP8266 devices using Deploy the Fleet service.", - "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", - "website": "https://github.com/deploythefleet/arduino_esp8266_update", - "category": "Device Control", + "name": "GyverIO", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "paragraph": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "website": "https://github.com/GyverLibs/GyverIO", + "category": "Signal Input/Output", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", - "providesIncludes": [ - "DTF_ESP8266Update.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.0.zip", - "archiveFileName": "DTF_ESP8266Update-1.0.0.zip", - "size": 6181, - "checksum": "SHA-256:0c6d2446b747b0da1289486120d51cd3519d8e1b86da2fb7818b8269062e25c0" + "repository": "https://github.com/GyverLibs/GyverIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverIO-1.1.0.zip", + "archiveFileName": "GyverIO-1.1.0.zip", + "size": 17527, + "checksum": "SHA-256:607ba66e46c003dde460d076b0b3f328f358c993925ed5c861ff9e19e02c1732" }, { - "name": "DTF_ESP8266Update", - "version": "1.0.1", - "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "sentence": "Update ESP8266 devices using Deploy the Fleet service.", - "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", - "website": "https://github.com/deploythefleet/arduino_esp8266_update", - "category": "Device Control", + "name": "GyverIO", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "paragraph": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "website": "https://github.com/GyverLibs/GyverIO", + "category": "Signal Input/Output", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", - "providesIncludes": [ - "DTF_ESP8266Update.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.1.zip", - "archiveFileName": "DTF_ESP8266Update-1.0.1.zip", - "size": 7631, - "checksum": "SHA-256:a0f79e66a0747ba0dd3020f06b4f40f0d9fe44a57129d4adafb55b26579fc705" + "repository": "https://github.com/GyverLibs/GyverIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverIO-1.2.0.zip", + "archiveFileName": "GyverIO-1.2.0.zip", + "size": 17750, + "checksum": "SHA-256:11e83c55285e44ab57b98d9bbe1bfda8f06d2fffa05f6710e7fbbdfb16ee4355" }, { - "name": "DTF_ESP8266Update", - "version": "1.0.2", - "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "sentence": "Update ESP8266 devices using Deploy the Fleet service.", - "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", - "website": "https://github.com/deploythefleet/arduino_esp8266_update", - "category": "Device Control", + "name": "GyverIO", + "version": "1.2.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "paragraph": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "website": "https://github.com/GyverLibs/GyverIO", + "category": "Signal Input/Output", "architectures": [ - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/deploythefleet/arduino_esp8266_update.git", - "providesIncludes": [ - "DTF_ESP8266Update.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP8266Update-1.0.2.zip", - "archiveFileName": "DTF_ESP8266Update-1.0.2.zip", - "size": 7909, - "checksum": "SHA-256:00e12aabd29ddd2e70bb8df2aa442dc822b41aea5c21127e7c9dd5886cdb3730" + "repository": "https://github.com/GyverLibs/GyverIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverIO-1.2.1.zip", + "archiveFileName": "GyverIO-1.2.1.zip", + "size": 17896, + "checksum": "SHA-256:9c4839c53b6a1e17e4e2b773c936ec1a90cfe2a64249a3c55ea7073b5e34f089" }, { - "name": "DTF_ESP32Update", - "version": "1.0.0", - "author": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "maintainer": "Kevin Sidwar \u003ckevin@sidwar.com\u003e", - "sentence": "Update ESP32 devices using Deploy the Fleet service.", - "paragraph": "Allows you to manage and deliver OTA firmware updates securely.", - "website": "https://github.com/deploythefleet/arduino_esp32_update", - "category": "Device Control", + "name": "GyverIO", + "version": "1.2.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "paragraph": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "website": "https://github.com/GyverLibs/GyverIO", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/deploythefleet/arduino_esp32_update.git", - "providesIncludes": [ - "DTF_ESP32Update.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/deploythefleet/DTF_ESP32Update-1.0.0.zip", - "archiveFileName": "DTF_ESP32Update-1.0.0.zip", - "size": 7520, - "checksum": "SHA-256:5f3221d0de0705c32ff6a6ef3a8e67e1bbf072ee411c84bae8c85682defb4bc6" + "repository": "https://github.com/GyverLibs/GyverIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverIO-1.2.2.zip", + "archiveFileName": "GyverIO-1.2.2.zip", + "size": 18106, + "checksum": "SHA-256:91940c96c7d29181532aa52f1e0bb4476925b9d74af704b7097ca2ec65edb050" }, { - "name": "RV-3028-C7", - "version": "1.0.0", - "author": "Macro Yau", - "maintainer": "Macro Yau", - "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", - "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", - "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", - "category": "Timing", - "architectures": [], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", - "providesIncludes": [ - "RV3028C7.h" + "name": "GyverIO", + "version": "1.2.3", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "paragraph": "Fast GPIO operation functions for AVR, ESP8266, ESP32", + "website": "https://github.com/GyverLibs/GyverIO", + "category": "Signal Input/Output", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.0.0.zip", - "archiveFileName": "RV_3028_C7-1.0.0.zip", - "size": 15742, - "checksum": "SHA-256:e3dcb50378bdc4d5afc8f233b91f7ef4d36d3a487d7f2d0dc92ea2ba902d9701" - }, - { - "name": "RV-3028-C7", - "version": "1.1.0", - "author": "Macro Yau", - "maintainer": "Macro Yau", - "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", - "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", - "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", - "category": "Timing", - "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", - "providesIncludes": [ - "RV3028C7.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.0.zip", - "archiveFileName": "RV_3028_C7-1.1.0.zip", - "size": 15897, - "checksum": "SHA-256:57e7f20c3b5cf52e4b75d49e71687a015c2113e2c2e5982c82f4c9b3cee5a49b" + "repository": "https://github.com/GyverLibs/GyverIO.git", + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverIO-1.2.3.zip", + "archiveFileName": "GyverIO-1.2.3.zip", + "size": 18115, + "checksum": "SHA-256:8d3aac3fe93792ed51799048a372822de0df914d3f2f1c56f98dc346dbc4ff86" }, { - "name": "RV-3028-C7", - "version": "1.1.1", - "author": "Macro Yau", - "maintainer": "Macro Yau", - "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", - "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", - "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", - "category": "Timing", - "architectures": [], - "types": [ - "Contributed" - ], - "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", - "providesIncludes": [ - "RV3028C7.h" + "name": "ESP32Logger2", + "version": "1.0.3", + "author": "Martin", + "maintainer": "Joao L. Silva", + "sentence": "Logger for ESP32 for debugging C++-code", + "website": "https://github.com/zimbora/ESP32Logger2", + "category": "Other", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.1.zip", - "archiveFileName": "RV_3028_C7-1.1.1.zip", - "size": 15945, - "checksum": "SHA-256:03d4525dc0ae4c5b44bc11905361c8e4c1c86a4d4aa9ae04835eb6785995ce36" - }, - { - "name": "RV-3028-C7", - "version": "1.1.2", - "author": "Macro Yau", - "maintainer": "Macro Yau", - "sentence": "Library for Micro Crystal RV-3028-C7 extreme low power RTC module.", - "paragraph": "Supports calendar, alarm, periodic countdown timer, and programmable clock output functions.", - "website": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library", - "category": "Timing", - "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/MacroYau/RV-3028-C7-Arduino-Library.git", + "repository": "https://github.com/zimbora/ESP32Logger2.git", "providesIncludes": [ - "RV3028C7.h" + "ESP32Logger.hpp" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MacroYau/RV_3028_C7-1.1.2.zip", - "archiveFileName": "RV_3028_C7-1.1.2.zip", - "size": 15970, - "checksum": "SHA-256:f7adf314c9abf402a19f6a7fc5f2c177e585b0df1442cb9dcc7904241d7291c8" + "url": "https://downloads.arduino.cc/libraries/github.com/zimbora/ESP32Logger2-1.0.3.zip", + "archiveFileName": "ESP32Logger2-1.0.3.zip", + "size": 16183, + "checksum": "SHA-256:fa5271a7af7d05770dc99e8889942a1acfebad517f38ec63d75be9fa273e5615" }, { - "name": "DLxx416_Arduino", - "version": "1.0.0", - "author": "Chris Combs \u003cccombs+dlxx416@gmail.com\u003e", - "maintainer": "Chris Combs \u003cccombs+dlxx416@gmail.com\u003e", - "sentence": "Display library for four-character OSRAM/Siemens intelligent displays: DLR2416, DLO2416, DLG2416, DLR3416, DLO3416, DLG3416.", - "paragraph": "For directly attached GPIO control over these small, vintage displays.", - "website": "https://github.com/combs/DLxx416_Arduino", - "category": "Display", + "name": "HITIComm", + "version": "1.6.1", + "author": "Christophe LANDRET \u003csupport@hitisoftware.com\u003e", + "maintainer": "Christophe LANDRET \u003csupport@hitisoftware.com\u003e", + "sentence": "Control and monitoring", + "paragraph": "Control and monitoring, data acquisition and plotting, eeprom management, sram monitoring, timing, motion control, signal filtering", + "website": "https://hitisoftware.com", + "category": "Device Control", "architectures": [ - "*" + "avr", + "megaavr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/combs/DLxx416_Arduino.git", + "repository": "https://github.com/HITISoftware/HITIComm.git", "providesIncludes": [ - "DLX3416.h" + "HITIComm.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/combs/DLxx416_Arduino-1.0.0.zip", - "archiveFileName": "DLxx416_Arduino-1.0.0.zip", - "size": 8303, - "checksum": "SHA-256:f29b30aff8d6f809d813ffece8e4646f1ca39bf6cebe8357d5abe54a1dd62393" + "url": "https://downloads.arduino.cc/libraries/github.com/HITISoftware/HITIComm-1.6.1.zip", + "archiveFileName": "HITIComm-1.6.1.zip", + "size": 2346680, + "checksum": "SHA-256:27157026accdc885f23e9f653e78c2fffae67e69517a50c8d84166828c453b32" }, { - "name": "SAMDUE_TimerInterrupt", - "version": "1.0.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", - "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", - "category": "Uncategorized", + "name": "HITICommSupport", + "version": "1.6.1", + "author": "Christophe LANDRET \u003csupport@hitisoftware.com\u003e", + "maintainer": "Christophe LANDRET \u003csupport@hitisoftware.com\u003e", + "sentence": "Support for HITIComm library", + "paragraph": "Support for HITIComm library", + "website": "https://hitisoftware.com", + "category": "Device Control", "architectures": [ - "sam", - "atmelsam" + "avr", + "megaavr", + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", - "providesIncludes": [ - "SAMDUETimerInterrupt.h", - "SAMDUE_ISR_Timer.h" + "repository": "https://github.com/HITISoftware/HITICommSupport.git", + "dependencies": [ + { + "name": "Servo" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.0.1.zip", - "archiveFileName": "SAMDUE_TimerInterrupt-1.0.1.zip", - "size": 167020, - "checksum": "SHA-256:bc79af4700aa97d63c675159f7123d8546ea2d2de96916603928c543ba6eaca3" + "url": "https://downloads.arduino.cc/libraries/github.com/HITISoftware/HITICommSupport-1.6.1.zip", + "archiveFileName": "HITICommSupport-1.6.1.zip", + "size": 39255, + "checksum": "SHA-256:d2452bf746c224ced513b3bbde1451b7e5e6ee65344dea8270d454dc0e3d87ed" }, { - "name": "SAMDUE_TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board", - "paragraph": "These SAM-DUE Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt", - "category": "Uncategorized", + "name": "ADS1256", + "version": "1.0.0", + "author": "Curious Scientist \u003ccontact@curiousscientist.tech\u003e", + "maintainer": "Curious Scientist \u003ccontact@curiousscientist.tech\u003e", + "sentence": "An Arduino-compatible library for the 24-bit ADS1256 analog-to-digital converter.", + "paragraph": "It can also work with STM32 (STM32duino) and ESP32 microcontrollers.", + "website": "https://github.com/CuriousScientist0/ADS1256", + "category": "Sensors", "architectures": [ - "sam", - "atmelsam" + "avr", + "stm32", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/SAMDUE_TimerInterrupt.git", + "repository": "https://github.com/CuriousScientist0/ADS1256.git", "providesIncludes": [ - "SAMDUETimerInterrupt.h", - "SAMDUE_ISR_Timer.h" + "ADS1256.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/SAMDUE_TimerInterrupt-1.1.1.zip", - "archiveFileName": "SAMDUE_TimerInterrupt-1.1.1.zip", - "size": 176112, - "checksum": "SHA-256:8c40891b4ab649f3cbbf1e26d8c3079b7a2abc96d7f2d22e168031b006701d09" + "url": "https://downloads.arduino.cc/libraries/github.com/CuriousScientist0/ADS1256-1.0.0.zip", + "archiveFileName": "ADS1256-1.0.0.zip", + "size": 564011, + "checksum": "SHA-256:32c558a06212212437bbb6f1454a07498d17cbaee4b242d04f75054e8e968cf9" }, { - "name": "Pololu3piPlus32U4", - "version": "1.0.0", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", - "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", - "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", - "category": "Device Control", + "name": "MicroMidiPot", + "version": "0.0.1", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "paragraph": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "website": "https://github.com/franeum/micromidipot", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", - "dependencies": [ - { - "name": "FastGPIO" - }, - { - "name": "USBPause" - }, - { - "name": "Pushbutton" - }, - { - "name": "PololuBuzzer" - }, - { - "name": "PololuHD44780" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.0.0.zip", - "archiveFileName": "Pololu3piPlus32U4-1.0.0.zip", - "size": 52684, - "checksum": "SHA-256:00fce6f98b3614b54a9cfc910bbbaa8ece0f9f24bf4ab0a00da46294590c91bf" + "repository": "https://github.com/franeum/MicroMidiPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiPot-0.0.1.zip", + "archiveFileName": "MicroMidiPot-0.0.1.zip", + "size": 10691, + "checksum": "SHA-256:ad7e4691d990852c7d078a424c8069799e811fe75cd31597b2540b530f5d9c67" }, { - "name": "Pololu3piPlus32U4", - "version": "1.0.1", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "Arduino library for the Pololu 3pi+ 32u4 Robot", - "paragraph": "This is a library for the Arduino IDE that helps interface with the on-board hardware on the Pololu 3pi+ 32U4 Robot.", - "website": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library", - "category": "Device Control", + "name": "MicroMidiPot", + "version": "0.1.0", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "paragraph": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "website": "https://github.com/franeum/micromidipot", + "category": "Signal Input/Output", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/pololu-3pi-plus-32u4-arduino-library.git", - "dependencies": [ - { - "name": "FastGPIO" - }, - { - "name": "USBPause" - }, - { - "name": "Pushbutton" - }, - { - "name": "PololuBuzzer" - }, - { - "name": "PololuHD44780" - }, - { - "name": "PololuMenu" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/Pololu3piPlus32U4-1.0.1.zip", - "archiveFileName": "Pololu3piPlus32U4-1.0.1.zip", - "size": 57120, - "checksum": "SHA-256:763c89763c62c1a6d53edf187699baa219699373f53d93e75f47b42a759e463a" + "repository": "https://github.com/franeum/MicroMidiPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiPot-0.1.0.zip", + "archiveFileName": "MicroMidiPot-0.1.0.zip", + "size": 10691, + "checksum": "SHA-256:ac51b07b5a5eccd3ce7fc337afd150e93a789db23680c57b76e02574f23ebac9" }, { - "name": "EloquentVision", - "version": "0.0.1", - "author": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", - "maintainer": "Simone Salerno \u003cgithub.com/eloquentarduino\u003e", - "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", - "website": "https://github.com/eloquentarduino/EloquentArduino", - "category": "Other", + "name": "MicroMidiPot", + "version": "0.1.2", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "paragraph": "MIDI potentiometer for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiPot", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentVision.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.1.zip", - "archiveFileName": "EloquentVision-0.0.1.zip", - "size": 28696, - "checksum": "SHA-256:f75a6281b7964de21ca16e1d368d869d49365e3c06090357f8fab10abfc5ef28" + "repository": "https://github.com/franeum/MicroMidiPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiPot-0.1.2.zip", + "archiveFileName": "MicroMidiPot-0.1.2.zip", + "size": 12016, + "checksum": "SHA-256:8f024757fc85adf2e1fd68001b537e8478054808615cef0a67de4cb3fc7e7c01" }, { - "name": "EloquentVision", - "version": "0.0.2", - "author": "Simone Salerno,eloquentarduino@gmail.com", - "maintainer": "Simone Salerno,eloquentarduino@gmail.com", - "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", - "website": "https://github.com/eloquentarduino/EloquentArduino", - "category": "Other", + "name": "MicroMidiPot", + "version": "0.1.3", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "paragraph": "MIDI potentiometer for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiPot", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentVision.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.2.zip", - "archiveFileName": "EloquentVision-0.0.2.zip", - "size": 29573, - "checksum": "SHA-256:d0c54877ed8217c2d13d15d2e21f5340a6ceecf8c6fb2809b70c33dbf6a749e2" + "repository": "https://github.com/franeum/MicroMidiPot.git", + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiPot-0.1.3.zip", + "archiveFileName": "MicroMidiPot-0.1.3.zip", + "size": 12681, + "checksum": "SHA-256:d9700b67c9ff3f2fdf6c35d61f9963bc3a5cb58439712cf16f8fd486952ad9fc" }, { - "name": "EloquentVision", - "version": "0.0.3", - "author": "Simone Salerno,eloquentarduino@gmail.com", - "maintainer": "Simone Salerno,eloquentarduino@gmail.com", - "sentence": "Image processing datatypes and algorithms for Arduino and Esp32", - "website": "https://github.com/eloquentarduino/EloquentArduino", - "category": "Other", + "name": "MicroMidiPot", + "version": "0.1.4", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "paragraph": "MIDI potentiometer for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiPot", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/eloquentarduino/EloquentVision.git", - "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentVision-0.0.3.zip", - "archiveFileName": "EloquentVision-0.0.3.zip", - "size": 29584, - "checksum": "SHA-256:0f79d8a835383bad60c1c8d29d22861dd4b9c8fcc740c80d615490e8e41ff575" + "repository": "https://github.com/franeum/MicroMidiPot.git", + "dependencies": [ + { + "name": "MIDIUSB.h" + }, + { + "name": "ResponsiveAnalogRead.h" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiPot-0.1.4.zip", + "archiveFileName": "MicroMidiPot-0.1.4.zip", + "size": 12789, + "checksum": "SHA-256:2897bdc8210ae69c850ddb862de355b26cb300d4bad0dbef97c2d6350a75ab59" }, { - "name": "WiFiTri", - "version": "1.0.0", - "author": "JHershey69", - "maintainer": "JHershey69 \u003cjamiehershey2@gmail.com\u003e", - "sentence": "WiFi Triangulation Library for ESP32.", - "paragraph": "This library depends on HTTPClient, ArduinoJson", - "website": "https://github.com/JHershey69/WiFiTri", - "category": "Uncategorized", + "name": "MicroMidiPot", + "version": "0.1.5", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage potentiometer (smoothed) as MIDI messages over USB", + "paragraph": "MIDI potentiometer for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiPot", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/jhershey69/WiFiTri.git", - "providesIncludes": [ - "WiFiTri.h" - ], + "repository": "https://github.com/franeum/MicroMidiPot.git", "dependencies": [ { - "name": "HTTPClient" + "name": "MIDIUSB" }, { - "name": "ArduinoJson" + "name": "ResponsiveAnalogRead" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/jhershey69/WiFiTri-1.0.0.zip", - "archiveFileName": "WiFiTri-1.0.0.zip", - "size": 16071, - "checksum": "SHA-256:28846d84d4a117595b4b990c8ead52c2ec5e29e9e37c1f482743cb3b8223cf37" + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiPot-0.1.5.zip", + "archiveFileName": "MicroMidiPot-0.1.5.zip", + "size": 12786, + "checksum": "SHA-256:c7e9f8d726c1d2fe99c559da28ab013cd6e7d9dc9ab421c6782fc19aba342390" }, { - "name": "107-Arduino-Debug", + "name": "ESP32 Firebase", "version": "1.0.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing convenient macros for printf-style debugging.", - "website": "https://github.com/107-systems/107-Arduino-Debug", - "category": "Other", + "author": "Rupak Poddar", + "maintainer": "Rupak Poddar \u003cpoddarrupak2808@gmail.com\u003e", + "sentence": "Library for ESP32 to read and write data to Firebase Realtime Database.", + "paragraph": "A reliable low latency library to read, write, update and delete data from Firebase Realtime Database.", + "website": "https://github.com/Rupakpoddar/ESP32Firebase", + "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-Debug.git", - "providesIncludes": [ - "ArduinoDebug.hpp" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.0.0.zip", - "archiveFileName": "107_Arduino_Debug-1.0.0.zip", - "size": 6063, - "checksum": "SHA-256:91098aebb6381b471a87de29ee3492103ffb9d416108fb8e2ecb208c7432f734" + "repository": "https://github.com/Rupakpoddar/ESP32Firebase.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Rupakpoddar/ESP32_Firebase-1.0.0.zip", + "archiveFileName": "ESP32_Firebase-1.0.0.zip", + "size": 395899, + "checksum": "SHA-256:0d0c792300cd682562d483dd61af351b2fd5d51f0bb48008032a7611013fe428" }, { - "name": "107-Arduino-Debug", - "version": "1.0.1", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing convenient macros for printf-style debugging.", - "website": "https://github.com/107-systems/107-Arduino-Debug", - "category": "Other", + "name": "FilesystemUtility", + "version": "1.0.0", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Provides useful functionalities to simplify filesystem operations.", + "paragraph": "Directory iterator, file path processing.", + "website": "https://github.com/Zhu-jiatong/FilesystemUtility", + "category": "Data Storage", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-Debug.git", - "providesIncludes": [ - "ArduinoDebug.hpp" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.0.1.zip", - "archiveFileName": "107_Arduino_Debug-1.0.1.zip", - "size": 6031, - "checksum": "SHA-256:5c9342c5a955751be27201596df1f45d32c94f667fec96dc0779b2f238e43643" + "repository": "https://github.com/Zhu-jiatong/FilesystemUtility.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/FilesystemUtility-1.0.0.zip", + "archiveFileName": "FilesystemUtility-1.0.0.zip", + "size": 4107, + "checksum": "SHA-256:e179249f75c7f06fa53d2480580b056e896ad15df9aefe316a2f0992db6d2e7e" }, { - "name": "107-Arduino-Debug", - "version": "1.1.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for providing convenient macros for printf-style debugging.", - "website": "https://github.com/107-systems/107-Arduino-Debug", + "name": "ESP32_Button", + "version": "0.0.1", + "author": "espressif", + "maintainer": "alibukharai", + "sentence": "ESP32_Button is a specialized library created to facilitate the implementation of ADC/GPIO button functionality on ESP SoCs.", + "paragraph": "It currently enables the management of multiple button instances based on various events.", + "website": "https://github.com/esp-arduino-libs/ESP32_Button", "category": "Other", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-Debug.git", + "repository": "https://github.com/esp-arduino-libs/ESP32_Button.git", "providesIncludes": [ - "ArduinoDebug.hpp" + "Button.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_Debug-1.1.0.zip", - "archiveFileName": "107_Arduino_Debug-1.1.0.zip", - "size": 6021, - "checksum": "SHA-256:5dd75145fbafa1ff7569e7ddf236644c1cbc4ea83f05e7b7ce789277cbcb70ba" + "url": "https://downloads.arduino.cc/libraries/github.com/esp-arduino-libs/ESP32_Button-0.0.1.zip", + "archiveFileName": "ESP32_Button-0.0.1.zip", + "size": 33301, + "checksum": "SHA-256:eb7dd1625debe6fa25f503891b7f93c2d771172a0702fd6680fe63605dee7f36" }, { - "name": "mrm-8x8a", - "version": "0.0.0", - "author": "Zoran Pribičević, \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-8x8a", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-8x8a", - "category": "Device Control", + "name": "ESP32_USB_STREAM", + "version": "0.0.1", + "author": "espressif", + "maintainer": "alibukharai", + "sentence": "ESP32_USB_STREAM is a specialized library created to facilitate the implementation of USB stream functionality on ESP SoCs.", + "paragraph": "This means that it provides a convenient and efficient way to transmit audio and video data through USB connections, making it an invaluable tool for a wide range of applications such as audio and video streaming, data transfer, and more. Currently, it is only competible with ESP32-S2 and ESP32-S3.", + "website": "https://github.com/esp-arduino-libs/ESP32_USB_Stream", + "category": "Other", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-8x8a.git", - "dependencies": [ - { - "name": "mrm-action" - }, - { - "name": "mrm-board" - }, - { - "name": "mrm-common" - } + "repository": "https://github.com/esp-arduino-libs/ESP32_USB_Stream.git", + "providesIncludes": [ + "USB_STREAM.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.0.zip", - "archiveFileName": "mrm_8x8a-0.0.0.zip", - "size": 7887, - "checksum": "SHA-256:b4ba98523b0a53a56330720c3814cfbb9d3bbaf91509d62f393607ce22b5a797" + "url": "https://downloads.arduino.cc/libraries/github.com/esp-arduino-libs/ESP32_USB_STREAM-0.0.1.zip", + "archiveFileName": "ESP32_USB_STREAM-0.0.1.zip", + "size": 82666, + "checksum": "SHA-256:ab86ebdaad5ebd55efea82bd3403d0f69815e01579d6dc210e21937ac414db57" }, { - "name": "mrm-8x8a", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-8x8a, 8x8 LED array + switches", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-8x8a", - "category": "Device Control", + "name": "AccessPermissionManager", + "version": "1.0.0", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Implements access permission control of filesystem resources.", + "paragraph": "Simple API for managing access permission of files, support sharing files.", + "website": "https://github.com/Zhu-jiatong/AccessPermissionManager", + "category": "Data Storage", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-8x8a.git", + "repository": "https://github.com/Zhu-jiatong/AccessPermissionManager.git", "dependencies": [ { - "name": "mrm-action" - }, - { - "name": "mrm-board" + "name": "SQLiteDatabaseConnection" }, { - "name": "mrm-common" + "name": "FilesystemUtility" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_8x8a-0.0.2.zip", - "archiveFileName": "mrm_8x8a-0.0.2.zip", - "size": 7912, - "checksum": "SHA-256:4ee26d6794b06192bcaa080efc0c7d7b21f2d610a080200a02df93c06d5d230b" + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/AccessPermissionManager-1.0.0.zip", + "archiveFileName": "AccessPermissionManager-1.0.0.zip", + "size": 3872, + "checksum": "SHA-256:bb4899fd83bb758abd928fa5232990e141a73f122bfceece937276840636ec14" }, { - "name": "SmartMatrix", - "version": "4.0.3", - "author": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "maintainer": "Louis Beaudoin \u003clouis@pixelmatix.com\u003e", - "sentence": "Drive HUB75 RGB Matrix Panels with High Quality Graphics from a Teensy 3, Teensy 4, or ESP32", - "paragraph": "(Note, this library was named \"SmartMatrix3\" in the past, and is now named \"SmartMatrix\" as of release 4.0.3)", - "website": "http://docs.pixelmatix.com/SmartMatrix", - "category": "Display", + "name": "MicroMidiEnc", + "version": "0.1.0", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage Rotary Encoders as MIDI messages over USB", + "paragraph": "MIDI Rotary Encoder for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiEnc", + "category": "Signal Input/Output", "architectures": [ - "avr", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/pixelmatix/SmartMatrix.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pixelmatix/SmartMatrix-4.0.3.zip", - "archiveFileName": "SmartMatrix-4.0.3.zip", - "size": 5039757, - "checksum": "SHA-256:66c859170237e9e189b1b69d278683689b32b2d4262645f3d8649cedcb58efbd" + "repository": "https://github.com/franeum/MicroMidiEnc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiEnc-0.1.0.zip", + "archiveFileName": "MicroMidiEnc-0.1.0.zip", + "size": 12281, + "checksum": "SHA-256:4790a342bd1575e09af3facf7224e30f32b586ed0dc7024968738743f7fafb18" }, { - "name": "mrm-bldc2x50", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-bldc2x50", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc2x50", - "category": "Device Control", + "name": "MicroMidiEnc", + "version": "0.1.1", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage Rotary Encoders as MIDI messages over USB", + "paragraph": "MIDI Rotary Encoder for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiEnc", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", - "dependencies": [ - { - "name": "mrm-board" - }, - { - "name": "mrm-robot" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.0.zip", - "archiveFileName": "mrm_bldc2x50-0.0.0.zip", - "size": 3744, - "checksum": "SHA-256:a0e98138d602a4199b77b4197941cdb3d7ec1e5e59bf421528225094802d1648" + "repository": "https://github.com/franeum/MicroMidiEnc.git", + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiEnc-0.1.1.zip", + "archiveFileName": "MicroMidiEnc-0.1.1.zip", + "size": 12253, + "checksum": "SHA-256:3ac9a44bcfab3177640f4aa35ce58cc6953dff25a0d521023de726c0d2dada26" }, { - "name": "mrm-bldc2x50", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-bldc2x50, 2x50A BLDC motor controller", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc2x50", - "category": "Device Control", + "name": "MicroMidiEnc", + "version": "0.1.2", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage Rotary Encoders as MIDI messages over USB", + "paragraph": "MIDI Rotary Encoder for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiEnc", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-bldc2x50.git", + "repository": "https://github.com/franeum/MicroMidiEnc.git", "dependencies": [ { - "name": "mrm-board" + "name": "MIDIUSB.h" }, { - "name": "mrm-robot" + "name": "BasicEncoder.h" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc2x50-0.0.2.zip", - "archiveFileName": "mrm_bldc2x50-0.0.2.zip", - "size": 3773, - "checksum": "SHA-256:a3328f7d4caf74513836874221494cd9905659b7ad5df4683ed6fdf629fc93c9" + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiEnc-0.1.2.zip", + "archiveFileName": "MicroMidiEnc-0.1.2.zip", + "size": 12310, + "checksum": "SHA-256:fd1d51610ba48bd0f0138beb47347741c329fb3f58d8763c9fba228ade914613" }, { - "name": "AceCRC", - "version": "0.1.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) that have been progammatically converted from pycrc to Arduino to use C++ namespaces and PROGMEM flash memory.", - "paragraph": "For each algorith, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", - "website": "https://github.com/bxparks/AceCRC", - "category": "Data Processing", + "name": "MicroMidiEnc", + "version": "0.1.3", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage Rotary Encoders as MIDI messages over USB", + "paragraph": "MIDI Rotary Encoder for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiEnc", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCRC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.1.0.zip", - "archiveFileName": "AceCRC-0.1.0.zip", - "size": 475050, - "checksum": "SHA-256:bf50ddfb23fc9c6fc727e451c5eba6eb4e1ae4a80d1d9c3a91229ef023c7caf2" - }, - { - "name": "AceCRC", - "version": "0.1.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) that have been programmatically converted from pycrc (https://pycrc.org) to Arduino to use C++ namespaces and PROGMEM flash memory.", - "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", - "website": "https://github.com/bxparks/AceCRC", - "category": "Data Processing", - "architectures": [ - "*" - ], - "types": [ - "Contributed" + "repository": "https://github.com/franeum/MicroMidiEnc.git", + "dependencies": [ + { + "name": "MIDIUSB" + }, + { + "name": "BasicEncoder" + } ], - "repository": "https://github.com/bxparks/AceCRC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.1.1.zip", - "archiveFileName": "AceCRC-0.1.1.zip", - "size": 475469, - "checksum": "SHA-256:220f9e965ae9bf4d8fed4e9268884f8396c065f5433124c0726b420027a624f6" + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiEnc-0.1.3.zip", + "archiveFileName": "MicroMidiEnc-0.1.3.zip", + "size": 12308, + "checksum": "SHA-256:706446ed7949d90007f5ea4ef1e85b477d9525f592ce92befa202fade67775f0" }, { - "name": "AceCRC", - "version": "0.2.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", - "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", - "website": "https://github.com/bxparks/AceCRC", - "category": "Data Processing", + "name": "FilesystemAccessInterface", + "version": "1.0.0", + "author": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "maintainer": "Jiatong Zhu \u003czhujiatong@hotmail.com\u003e", + "sentence": "Abstraction for Filesystem Access.", + "paragraph": "Interface for filesystem access, provides permission control.", + "website": "https://github.com/Zhu-jiatong/FilesystemAccessInterface", + "category": "Data Storage", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCRC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.2.0.zip", - "archiveFileName": "AceCRC-0.2.0.zip", - "size": 502293, - "checksum": "SHA-256:57e85f982323a9115abd4d88f9827be5931d3a6aaacdb485057dd88458d93d41" + "repository": "https://github.com/Zhu-jiatong/FilesystemAccessInterface.git", + "dependencies": [ + { + "name": "AccessPermissionManager" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zhu-jiatong/FilesystemAccessInterface-1.0.0.zip", + "archiveFileName": "FilesystemAccessInterface-1.0.0.zip", + "size": 3223, + "checksum": "SHA-256:b3f824de95486e393810e5cd317647590822da33e0f3865a435721affc4955be" }, { - "name": "AceCRC", - "version": "0.3.1", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", - "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", - "website": "https://github.com/bxparks/AceCRC", - "category": "Data Processing", + "name": "NINA-Wi-Fi", + "version": "1.0.0", + "author": "Frank Häfele", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino Uno WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/hasenradball/NINA-Wi-Fi", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCRC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.3.1.zip", - "archiveFileName": "AceCRC-0.3.1.zip", - "size": 648648, - "checksum": "SHA-256:7ca7bdc6984d2bde9cb0738636f44da10e6a5477bc66aa0224fe202145fcc7ce" + "repository": "https://github.com/hasenradball/NINA-Wi-Fi.git", + "providesIncludes": [ + "NINA-Wi-Fi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/NINA_Wi_Fi-1.0.0.zip", + "archiveFileName": "NINA_Wi_Fi-1.0.0.zip", + "size": 106380, + "checksum": "SHA-256:d6905d5f7fd3bd85d4eb3749d019444d5a73eedb61c4e785580a4670a6d76510" }, { - "name": "AceCRC", - "version": "0.3.2", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", - "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", - "website": "https://github.com/bxparks/AceCRC", - "category": "Data Processing", + "name": "NINA-Wi-Fi", + "version": "1.0.1", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino Uno WiFi Rev.2 and Nano 33 IoT.", + "paragraph": "With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.", + "website": "https://github.com/hasenradball/NINA-Wi-Fi", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCRC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.3.2.zip", - "archiveFileName": "AceCRC-0.3.2.zip", - "size": 651730, - "checksum": "SHA-256:60787d71290840befe4a9427c1d9bc451173c1cffd138eb941adde7d9d594c19" + "repository": "https://github.com/hasenradball/NINA-Wi-Fi.git", + "providesIncludes": [ + "NINA-Wi-Fi.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/NINA_Wi_Fi-1.0.1.zip", + "archiveFileName": "NINA_Wi_Fi-1.0.1.zip", + "size": 106936, + "checksum": "SHA-256:0d280e5696951e3522b3a9b15fdb47da24ddebcfcb2ec750d7b0be1895e52f91" }, { - "name": "AceCRC", - "version": "0.4.0", - "author": "Brian T. Park \u003cbrian@xparks.net\u003e", - "maintainer": "Brian T. Park \u003cbrian@xparks.net\u003e", - "sentence": "Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.", - "paragraph": "For each algorithm, 3 implementation variants have been generated: The 'bit' variant uses brute force bit-by-bit loop (smallest and slowest); the 'nibble' variant uses a 4-bit table (potentially good balance between size and speed); the 'byte' variant uses an 8-bit table (largest but fastest).", - "website": "https://github.com/bxparks/AceCRC", - "category": "Data Processing", + "name": "gob_unifiedButton", + "version": "0.0.3", + "author": "GOB", + "maintainer": "GOB", + "sentence": "Touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)", + "website": "https://github.com/GOB52/gob_unifiedButton.git", + "category": "Other", "architectures": [ - "*" + "esp32", + "esp32s3" ], "types": [ "Contributed" ], - "repository": "https://github.com/bxparks/AceCRC.git", - "url": "https://downloads.arduino.cc/libraries/github.com/bxparks/AceCRC-0.4.0.zip", - "archiveFileName": "AceCRC-0.4.0.zip", - "size": 653811, - "checksum": "SHA-256:4e1188efdd88f19723b516eb3ce46fd2abebf030a0da1f114234ea82afd1e401" + "repository": "https://github.com/GOB52/gob_unifiedButton.git", + "providesIncludes": [ + "gob_unifiedButton.hpp" + ], + "dependencies": [ + { + "name": "M5Unified" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/GOB52/gob_unifiedButton-0.0.3.zip", + "archiveFileName": "gob_unifiedButton-0.0.3.zip", + "size": 38072, + "checksum": "SHA-256:e8f47434f3a04d98d61e09ffa2f70c18294ce49a95ed14dff2f280c6472ec9ce" }, { - "name": "mrm-bldc4x2.5", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc4x2.5", - "category": "Device Control", + "name": "gob_unifiedButton", + "version": "0.1.0", + "author": "GOB", + "maintainer": "GOB", + "sentence": "Add touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)", + "website": "https://github.com/GOB52/gob_unifiedButton.git", + "category": "Other", "architectures": [ - "esp32" + "esp32", + "esp32s3" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "repository": "https://github.com/GOB52/gob_unifiedButton.git", + "providesIncludes": [ + "gob_unifiedButton.hpp" + ], "dependencies": [ { - "name": "mrm-board" + "name": "M5Unified" }, { - "name": "mrm-robot" + "name": "M5GFX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.0.zip", - "archiveFileName": "mrm_bldc4x2_5-0.0.0.zip", - "size": 3797, - "checksum": "SHA-256:383bdde4c27ebe3319f37dcb7629929363163049206f91415886faa750ef93d7" + "url": "https://downloads.arduino.cc/libraries/github.com/GOB52/gob_unifiedButton-0.1.0.zip", + "archiveFileName": "gob_unifiedButton-0.1.0.zip", + "size": 44559, + "checksum": "SHA-256:1157b7f41e57139edf15da489f317c3e133e1c0e69dbb0d8dcc417062c439e67" }, { - "name": "mrm-bldc4x2.5", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-bldc4x2.5, 4x2.5 A BLDC motor controller", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-bldc4x2.5", - "category": "Device Control", + "name": "gob_unifiedButton", + "version": "0.1.1", + "author": "GOB", + "maintainer": "GOB", + "sentence": "Add touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)", + "website": "https://github.com/GOB52/gob_unifiedButton.git", + "category": "Other", "architectures": [ - "esp32" + "esp32", + "esp32s3" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-bldc4x2.5.git", + "repository": "https://github.com/GOB52/gob_unifiedButton.git", + "providesIncludes": [ + "gob_unifiedButton.hpp" + ], "dependencies": [ { - "name": "mrm-board" + "name": "M5Unified" }, { - "name": "mrm-robot" + "name": "M5GFX" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_bldc4x2_5-0.0.2.zip", - "archiveFileName": "mrm_bldc4x2_5-0.0.2.zip", - "size": 3826, - "checksum": "SHA-256:3f5ba265bd83ed220e0ee3f6f8e425c71ab548c1aaf013c43a9fd088eb0b188c" + "url": "https://downloads.arduino.cc/libraries/github.com/GOB52/gob_unifiedButton-0.1.1.zip", + "archiveFileName": "gob_unifiedButton-0.1.1.zip", + "size": 44837, + "checksum": "SHA-256:9f509925a1d093a61df7a960a5a73f45ba3e5a3f406d07e55ebf2dc3f660d955" }, { - "name": "mrm-board", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-board", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", - "category": "Device Control", + "name": "EasyBNO055 ESP", + "version": "0.0.1", + "author": "Kavin Harrington \u003cMad.hephaestus@gmail.com\u003e", + "maintainer": "Kavin Harrington \u003cMad.hephaestus@gmail.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor made easier with ESP32 threads", + "paragraph": "This library hides the BNo055 behing a thread and computed total absolute rotation with wrapping.", + "website": "https://github.com/madhephaestus/EasyBNO055_ESP", + "category": "Sensors", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-board.git", + "repository": "https://github.com/madhephaestus/EasyBNO055_ESP.git", "dependencies": [ { - "name": "mrm-can-bus" + "name": "Adafruit Unified Sensor" }, { - "name": "mrm-common" + "name": "Adafruit BusIO" }, { - "name": "mrm-pid" + "name": "Adafruit BNO055" }, { - "name": "mrm-robot" + "name": "SPI" + }, + { + "name": "Wire" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.0.zip", - "archiveFileName": "mrm_board-0.0.0.zip", - "size": 13080, - "checksum": "SHA-256:bd511985fd29d73ba3537f1a361d66ac877f55bfda6507662cf4338df21f6490" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EasyBNO055_ESP-0.0.1.zip", + "archiveFileName": "EasyBNO055_ESP-0.0.1.zip", + "size": 6253, + "checksum": "SHA-256:9cca102ec45950f342c63fb425ad4275797254afd6dc67723d0012fb98b9b01f" }, { - "name": "mrm-board", + "name": "EasyBNO055 ESP", "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-board", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, base classes for all the other sensor, motors, and most of the other derived classes.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-board", - "category": "Device Control", + "author": "Kavin Harrington \u003cMad.hephaestus@gmail.com\u003e", + "maintainer": "Kavin Harrington \u003cMad.hephaestus@gmail.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor made easier with ESP32 threads", + "paragraph": "This library hides the BNo055 behing a thread and computed total absolute rotation with wrapping.", + "website": "https://github.com/madhephaestus/EasyBNO055_ESP", + "category": "Sensors", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-board.git", + "repository": "https://github.com/madhephaestus/EasyBNO055_ESP.git", "dependencies": [ { - "name": "mrm-can-bus" + "name": "Adafruit Unified Sensor" }, { - "name": "mrm-common" + "name": "Adafruit BusIO" }, { - "name": "mrm-pid" + "name": "Adafruit BNO055" }, { - "name": "mrm-robot" + "name": "SPI" + }, + { + "name": "Wire" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_board-0.0.2.zip", - "archiveFileName": "mrm_board-0.0.2.zip", - "size": 13151, - "checksum": "SHA-256:995079d2879cfe888fbad924fc767a41e7a29a10ae80042fc2063033248a5a53" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EasyBNO055_ESP-0.0.2.zip", + "archiveFileName": "EasyBNO055_ESP-0.0.2.zip", + "size": 6316, + "checksum": "SHA-256:5636ac1daa3bd776a63b9a14370625a7c0c8fcde488ef22901a737da0ec43e08" }, { - "name": "mrm-can-bus", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-can-bus", - "category": "Device Control", + "name": "EasyBNO055 ESP", + "version": "0.0.3", + "author": "Kevin Harrington \u003cMad.hephaestus@gmail.com\u003e", + "maintainer": "Kavin Harrington \u003cMad.hephaestus@gmail.com\u003e", + "sentence": "Library for the Adafruit BNO055 Absolute Orientation Sensor made easier with ESP32 threads", + "paragraph": "This library hides the BNo055 behing a thread and computed total absolute rotation with wrapping.", + "website": "https://github.com/madhephaestus/EasyBNO055_ESP", + "category": "Sensors", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-can-bus.git", + "repository": "https://github.com/madhephaestus/EasyBNO055_ESP.git", "dependencies": [ { - "name": "mrm-common" + "name": "Adafruit Unified Sensor" + }, + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit BNO055" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.0.zip", - "archiveFileName": "mrm_can_bus-0.0.0.zip", - "size": 4255, - "checksum": "SHA-256:9a3edc32d8a0a9d4e8d3c934eb76167030050b2dc4e2c7c4f097a272e020316b" + "url": "https://downloads.arduino.cc/libraries/github.com/madhephaestus/EasyBNO055_ESP-0.0.3.zip", + "archiveFileName": "EasyBNO055_ESP-0.0.3.zip", + "size": 6309, + "checksum": "SHA-256:2ed1dd21e13f8b597f8c1e240d7d021218a88e4b9f8c48de8db47de84f3b41e3" }, { - "name": "mrm-can-bus", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus, common part", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-can-bus", - "category": "Device Control", + "name": "Seeed-GroveOfflineVoiceRecognition", + "version": "1.0.0", + "author": "Anirudha Gaikwad \u003cmailtorobox@gmail.com\u003e", + "maintainer": "Anirudha Gaikwad \u003cmailtorobox@gmail.com\u003e", + "sentence": "A library to Integrate Seeed Studio's Grove Offline Voice Recognition Sensor", + "paragraph": "Based on VC-02 Module Developed by AI-Thinker.", + "website": "https://github.com/Robox-Robotics/Grove-Offline-Voice-Recognition-Module", + "category": "Uncategorized", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-can-bus.git", - "dependencies": [ - { - "name": "mrm-common" - } + "repository": "https://github.com/Robox-Robotics/Grove-Offline-Voice-Recognition-Module.git", + "providesIncludes": [ + "SoftwareSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_can_bus-0.0.2.zip", - "archiveFileName": "mrm_can_bus-0.0.2.zip", - "size": 4263, - "checksum": "SHA-256:b871378cebe22957f6db773204b13a477590adecbf50a978fc61b4836c1541da" + "url": "https://downloads.arduino.cc/libraries/github.com/Robox-Robotics/Seeed_GroveOfflineVoiceRecognition-1.0.0.zip", + "archiveFileName": "Seeed_GroveOfflineVoiceRecognition-1.0.0.zip", + "size": 3767, + "checksum": "SHA-256:00dbebcd8a0145b87ed7fb1658a05ed6fb50ef5245fa84d645e13aea01d1c7c9" }, { - "name": "mrm-col-can", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-col-can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-col-can", - "category": "Device Control", + "name": "Bonezegei_DHT11", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "DHT11", + "paragraph": "Temperature and Humidity Sensor Library", + "website": "https://github.com/bonezegei/Bonezegei_DHT11", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-col.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_col_can-0.0.0.zip", - "archiveFileName": "mrm_col_can-0.0.0.zip", - "size": 6774, - "checksum": "SHA-256:d7381c757b9eff0f47406aa1463cf1786837469ba33b41fd4811c2da4294c5c8" + "repository": "https://github.com/bonezegei/Bonezegei_DHT11.git", + "providesIncludes": [ + "Bonezegei_DHT11.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_DHT11-1.0.0.zip", + "archiveFileName": "Bonezegei_DHT11-1.0.0.zip", + "size": 16127, + "checksum": "SHA-256:bfdeb4014c96f44dafb993f860416c33a07d896d06e6aa140543b3c63d032b81" }, { - "name": "mrm-ir-finder-can", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-ir-finder-can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder-can", - "category": "Device Control", + "name": "VEGA_SH1106", + "version": "1.0.0", + "author": "CDAC", + "maintainer": "VEGA-Processor", + "sentence": "This is a library for 1.3 inch XFP1116-07A Y OLED displays.", + "paragraph": "This is a library for 1.3 inch XFP1116-07A Y OLED displays.", + "website": "https://gitlab.com/riscv-vega/vega-sensor-libraries/display/vega_sh1106", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-ir-finder-can.git", + "repository": "https://gitlab.com/riscv-vega/vega-sensor-libraries/display/vega_sh1106.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder_can-0.0.0.zip", - "archiveFileName": "mrm_ir_finder_can-0.0.0.zip", - "size": 4651, - "checksum": "SHA-256:aa63658d53e5bc6cb62fd41c3ec182cb90896cb6533c9081205c576521ec603b" + "url": "https://downloads.arduino.cc/libraries/gitlab.com/display/VEGA_SH1106-1.0.0.zip", + "archiveFileName": "VEGA_SH1106-1.0.0.zip", + "size": 13893, + "checksum": "SHA-256:5f0a75698297729d5b111db34993ae23e1570afc5deb338ac7e41c5ae9d89564" }, { - "name": "mrm-imu", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-imu", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-imu", - "category": "Device Control", + "name": "Bonezegei_DHT22", + "version": "1.0.0", + "author": "Bonezegei (Jofel Batutay)", + "maintainer": "Jofel Batutay \u003cjofelbatutay@gmail.com\u003e", + "sentence": "DHT22", + "paragraph": "Temperature and Humidity Sensor Library", + "website": "https://github.com/bonezegei/Bonezegei_DHT22", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-imu.git", - "dependencies": [ - { - "name": "mrm-board" - }, - { - "name": "mrm-robot" - } + "repository": "https://github.com/bonezegei/Bonezegei_DHT22.git", + "providesIncludes": [ + "Bonezegei_DHT22.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.0.zip", - "archiveFileName": "mrm_imu-0.0.0.zip", - "size": 65304, - "checksum": "SHA-256:41380ed8f2cc823bcafcd32e01b6db231784e79d04a5ddf54610e7909f93ec6d" + "url": "https://downloads.arduino.cc/libraries/github.com/bonezegei/Bonezegei_DHT22-1.0.0.zip", + "archiveFileName": "Bonezegei_DHT22-1.0.0.zip", + "size": 16105, + "checksum": "SHA-256:faa9dade653c39db812de0fd21294b38c3d9fbfdf1d00561051b14d8d9da40f2" }, { - "name": "mrm-imu", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Library for Bosch BNO055 IMU for MRMS", - "paragraph": "Library for Bosch BNO055 IMU for MRMS, located in mrm-esp32 board with ESP32 microcontroller", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-imu", - "category": "Device Control", + "name": "Deneyap Telegram", + "version": "1.0.3", + "author": "mustafa_kok", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Allows you to send a message to telegram via Deneyap Kart", + "paragraph": "*", + "website": "https://github.com/pxsty0/deneyap.telegram", + "category": "Uncategorized", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-imu.git", - "dependencies": [ - { - "name": "mrm-board" - }, - { - "name": "mrm-robot" - } + "repository": "https://github.com/pxsty0/deneyap.telegram.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pxsty0/Deneyap_Telegram-1.0.3.zip", + "archiveFileName": "Deneyap_Telegram-1.0.3.zip", + "size": 4650, + "checksum": "SHA-256:7758948920472a736fce8647eac9546cd4e01c6f9177d3e31792e57faffc1235" + }, + { + "name": "Deneyap Telegram", + "version": "1.0.4", + "author": "mustafa_kok", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Allows you to send a message to telegram via Deneyap Kart", + "paragraph": "*", + "website": "https://github.com/pxsty0/deneyap.telegram", + "category": "Uncategorized", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_imu-0.0.2.zip", - "archiveFileName": "mrm_imu-0.0.2.zip", - "size": 65354, - "checksum": "SHA-256:a4303569510ce64e2e5ac21ca05769d0e07006a3f30f72ee596efdf34283a844" + "types": [ + "Contributed" + ], + "repository": "https://github.com/pxsty0/deneyap.telegram.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pxsty0/Deneyap_Telegram-1.0.4.zip", + "archiveFileName": "Deneyap_Telegram-1.0.4.zip", + "size": 5364, + "checksum": "SHA-256:b8ae3f6788ce9953b7ea51411b8abcfdf3267e0e08152c6ded6aed608cd796da" }, { - "name": "mrm-ir-finder2", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-ir-finder2", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder2", - "category": "Device Control", + "name": "Deneyap Telegram", + "version": "1.0.5", + "author": "mustafa_kok", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Allows you to send a message to telegram via Deneyap Kart", + "paragraph": "*", + "website": "https://github.com/pxsty0/deneyap.telegram", + "category": "Uncategorized", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-ir-finder2.git", + "repository": "https://github.com/pxsty0/deneyap.telegram.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pxsty0/Deneyap_Telegram-1.0.5.zip", + "archiveFileName": "Deneyap_Telegram-1.0.5.zip", + "size": 4651, + "checksum": "SHA-256:385da3cbc3101df092283d02795d741d90198f63bc869daa5ddfb0dee61ff13a" + }, + { + "name": "GyverSegment", + "version": "1.0.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Powerful library for controlling 7-segment indicators", + "paragraph": "Char processor, running string, visual effects, supports TM1637, HC595, MAX7219, etc.", + "website": "https://github.com/GyverLibs/GyverSegment", + "category": "Display", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/GyverLibs/GyverSegment.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "GyverIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder2-0.0.0.zip", - "archiveFileName": "mrm_ir_finder2-0.0.0.zip", - "size": 4209, - "checksum": "SHA-256:d23445ccc24794a92352525491cf32082777bb87ede2d5f05743afa5a8d2b4ec" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverSegment-1.0.0.zip", + "archiveFileName": "GyverSegment-1.0.0.zip", + "size": 89317, + "checksum": "SHA-256:e1743ad218c823d20732c1e55b86f6a32d1e9635acc06e3d460647e6f9ba4345" }, { - "name": "mrm-ir-finder3", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-ir-finder3", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder3", - "category": "Device Control", + "name": "GyverSegment", + "version": "1.1.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Powerful library for controlling 7-segment indicators", + "paragraph": "Char processor, running string, visual effects, supports TM1637, HC595, MAX7219, etc.", + "website": "https://github.com/GyverLibs/GyverSegment", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "repository": "https://github.com/GyverLibs/GyverSegment.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "GyverIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.0.zip", - "archiveFileName": "mrm_ir_finder3-0.0.0.zip", - "size": 7811, - "checksum": "SHA-256:143cb45da2d325b30d5846622a22b10842cb937fea91c0417c21a922ae9e9ca1" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverSegment-1.1.0.zip", + "archiveFileName": "GyverSegment-1.1.0.zip", + "size": 105930, + "checksum": "SHA-256:557fc985b4403d879a74520a59ea88ce0e2d5f1f749922dc662f895adacb8cfc" }, { - "name": "mrm-ir-finder3", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-ir-finder3", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ball-tracking sensor for Robocup Rescue Soccer IR ball", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-finder3", - "category": "Device Control", + "name": "GyverSegment", + "version": "1.1.1", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Powerful library for controlling 7-segment indicators", + "paragraph": "Char processor, running string, visual effects, supports TM1637, HC595, MAX7219, etc.", + "website": "https://github.com/GyverLibs/GyverSegment", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-ir-finder3.git", + "repository": "https://github.com/GyverLibs/GyverSegment.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "GyverIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ir_finder3-0.0.2.zip", - "archiveFileName": "mrm_ir_finder3-0.0.2.zip", - "size": 7863, - "checksum": "SHA-256:bb61a12696eb39c49df9bcb7c08110d4b11967ebf011e19e0b4fd3ebd458a0c8" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverSegment-1.1.1.zip", + "archiveFileName": "GyverSegment-1.1.1.zip", + "size": 106393, + "checksum": "SHA-256:2fd36727ae7b9722bbe22a9b285473c2ddeaaa637e3220bf6c15b04bb9903152" }, { - "name": "mrm-lid-can-b", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-lid-can-b", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b", - "category": "Device Control", + "name": "GyverSegment", + "version": "1.1.2", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Powerful library for controlling 7-segment indicators", + "paragraph": "Char processor, running string, visual effects, supports TM1637, HC595, MAX7219, etc.", + "website": "https://github.com/GyverLibs/GyverSegment", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "repository": "https://github.com/GyverLibs/GyverSegment.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "GyverIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.0.zip", - "archiveFileName": "mrm_lid_can_b-0.0.0.zip", - "size": 6301, - "checksum": "SHA-256:c8e6f43b04c2efb7b920f84213993a9c0597d28609e4a5ee6cbf691d2ff4603c" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverSegment-1.1.2.zip", + "archiveFileName": "GyverSegment-1.1.2.zip", + "size": 106407, + "checksum": "SHA-256:7cc1f0202520d0a5d1f5b41d674dc6b76bbc38bf81e8641603d21751b7ebd5c8" }, { - "name": "mrm-lid-can-b", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-lid-can-b", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 2 m lidar.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b", - "category": "Device Control", + "name": "GyverSegment", + "version": "1.2.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Powerful library for controlling 7-segment indicators", + "paragraph": "Char processor, running string, visual effects, supports TM1637, HC595, MAX7219, etc.", + "website": "https://github.com/GyverLibs/GyverSegment", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid-can-b.git", + "repository": "https://github.com/GyverLibs/GyverSegment.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "GyverIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b-0.0.2.zip", - "archiveFileName": "mrm_lid_can_b-0.0.2.zip", - "size": 6320, - "checksum": "SHA-256:40f57a484fbf32a9efa8d438e5c3ee0ab36ef5354784db36f5ecc0dce9d22fa9" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverSegment-1.2.0.zip", + "archiveFileName": "GyverSegment-1.2.0.zip", + "size": 107589, + "checksum": "SHA-256:e8dd2b641d543a8eab6606cf92fc6b2244b0bfdf572f76b6050a2708d002f7d1" }, { - "name": "mrm-lid-can-b2", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b2", - "category": "Device Control", + "name": "GyverSegment", + "version": "1.3.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Powerful library for controlling 7-segment indicators", + "paragraph": "Char processor, running string, visual effects, supports TM1637, HC595, MAX7219, etc.", + "website": "https://github.com/GyverLibs/GyverSegment", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "repository": "https://github.com/GyverLibs/GyverSegment.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "GyverIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.0.zip", - "archiveFileName": "mrm_lid_can_b2-0.0.0.zip", - "size": 7496, - "checksum": "SHA-256:25f0e6f7f5c08fe8156c30aa209230ca0990f8442a25097a770988990b74fdb2" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverSegment-1.3.0.zip", + "archiveFileName": "GyverSegment-1.3.0.zip", + "size": 113552, + "checksum": "SHA-256:d9529839897d42babe31911eb7f4a415be89cddee48cfd6c0e22d5a636a8faf2" }, { - "name": "mrm-lid-can-b2", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-lid-can-b2", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for board with 4 m lidar.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ir-lid-can-b2", - "category": "Device Control", + "name": "GyverSegment", + "version": "1.4.0", + "author": "AlexGyver \u003calex@alexgyver.ru\u003e", + "maintainer": "AlexGyver \u003calex@alexgyver.ru\u003e", + "sentence": "Powerful library for controlling 7-segment indicators", + "paragraph": "Char processor, running string, visual effects, supports TM1637, HC595, MAX7219, etc.", + "website": "https://github.com/GyverLibs/GyverSegment", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid-can-b2.git", + "repository": "https://github.com/GyverLibs/GyverSegment.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "GyverIO" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid_can_b2-0.0.2.zip", - "archiveFileName": "mrm_lid_can_b2-0.0.2.zip", - "size": 7517, - "checksum": "SHA-256:7f996edfc100b5802f1116dbe6985d71825d1c976218375a8c4d7df5682c9ca0" + "url": "https://downloads.arduino.cc/libraries/github.com/GyverLibs/GyverSegment-1.4.0.zip", + "archiveFileName": "GyverSegment-1.4.0.zip", + "size": 121283, + "checksum": "SHA-256:1dfc53d296b6f4e9ac4c49021dee184ecc99156e4e62e7d5bcce806a88ca7f5e" }, { - "name": "mrm-mot2x50", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-mot2x50", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot2x50", - "category": "Device Control", + "name": "LoveButton", + "version": "0.1.0", + "author": "David Caldwell \u003cdeltagrobotics@gmail.com\u003e", + "maintainer": "David Caldwell \u003cdeltagrobotics@gmail.com\u003e", + "sentence": "Touch Sensitive Love Button", + "paragraph": "Turn the Love Pin on the back of the UNO-R4 Minima into a Capacitive Touch Sensor", + "website": "https://github.com/delta-G/LoveButton", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "repository": "https://github.com/delta-G/LoveButton.git", + "providesIncludes": [ + "LoveButton.h" + ], "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "EventLinkInterrupt" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.0.zip", - "archiveFileName": "mrm_mot2x50-0.0.0.zip", - "size": 3496, - "checksum": "SHA-256:3f47a9219fdd3ca7a623d0f8e4963c97928e7b0f8e28f1d6667b8c35961bd184" + "url": "https://downloads.arduino.cc/libraries/github.com/delta-G/LoveButton-0.1.0.zip", + "archiveFileName": "LoveButton-0.1.0.zip", + "size": 19693, + "checksum": "SHA-256:7d79e0b703baa574d2940e9181e9bde23178f7e4c4737d247752c5e367456726" }, { - "name": "mrm-mot2x50", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-mot2x50", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 2x50A BDC motor controller.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot2x50", - "category": "Device Control", + "name": "LoveButton", + "version": "1.0.0", + "author": "David Caldwell \u003cdeltagrobotics@gmail.com\u003e", + "maintainer": "David Caldwell \u003cdeltagrobotics@gmail.com\u003e", + "sentence": "Touch Sensitive Love Button", + "paragraph": "Turn the Love Pin on the back of the UNO-R4 Minima into a Capacitive Touch Sensor", + "website": "https://github.com/delta-G/LoveButton", + "category": "Signal Input/Output", "architectures": [ - "esp32" + "renesas_uno" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-mot2x50.git", + "repository": "https://github.com/delta-G/LoveButton.git", + "providesIncludes": [ + "LoveButton.h" + ], "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "EventLinkInterrupt" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot2x50-0.0.2.zip", - "archiveFileName": "mrm_mot2x50-0.0.2.zip", - "size": 3519, - "checksum": "SHA-256:bb1b04d397ab4fb845eca73d2265433c2193205b0343276faf8d32fca5b00a09" + "url": "https://downloads.arduino.cc/libraries/github.com/delta-G/LoveButton-1.0.0.zip", + "archiveFileName": "LoveButton-1.0.0.zip", + "size": 19746, + "checksum": "SHA-256:e3440e983178cdc0c1fa723a584e5d7e92bcd3f3db7a70bbfbd2a86580e488ab" }, { - "name": "mrm-lid2", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Library for MRMS mrm-lid1", - "paragraph": "I2C functions for control of STM VL53L1X", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid2", - "category": "Device Control", + "name": "DebouncedLDR", + "version": "1.0.0", + "author": "Zach Vonler", + "maintainer": "Zach Vonler \u003czvonler@gmail.com\u003e", + "sentence": "Library for debouncing a light-dependent resistor.", + "paragraph": "Applies hysteresis to analog readings to prevent flicker.", + "website": "https://github.com/zvonler/DebouncedLDR", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.0.zip", - "archiveFileName": "mrm_lid2-0.0.0.zip", - "size": 617465, - "checksum": "SHA-256:24266df2ed4e572fafde5555fc388483df70341473b1a605f4a80e5bc8a4fb32" + "repository": "https://github.com/zvonler/DebouncedLDR.git", + "url": "https://downloads.arduino.cc/libraries/github.com/zvonler/DebouncedLDR-1.0.0.zip", + "archiveFileName": "DebouncedLDR-1.0.0.zip", + "size": 19875, + "checksum": "SHA-256:386837fea69f384584103246ede593afac02e271deee0da259cfaa9d4dac4584" }, { - "name": "mrm-lid2", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Library for MRMS mrm-lid2", - "paragraph": "I2C functions for control of STM VL53L1X board", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid2", - "category": "Device Control", + "name": "PicoSoftwareSerial", + "version": "1.0.0", + "author": "Flamabalistic", + "maintainer": "Bernd Giesecke \u003cbernd.giesecke@rakwireless.com\u003e", + "sentence": "Quick 'n' dirty PIO based implementation of SoftwareSerial for an RP2040 based board", + "paragraph": "Not too sure about the reliability of it all, but it should work in a pinch!", + "website": "https://github.com/beegee-tokyo/PicoSoftwareSerial", + "category": "Uncategorized", "architectures": [ - "esp32" + "rp2040" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid2.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid2-0.0.2.zip", - "archiveFileName": "mrm_lid2-0.0.2.zip", - "size": 1208957, - "checksum": "SHA-256:90b81d8bcf45a5d7b60366c0a111142f5808c9731b2c8842cd09a2c46dfe2c0c" + "repository": "https://github.com/beegee-tokyo/PicoSoftwareSerial.git", + "url": "https://downloads.arduino.cc/libraries/github.com/beegee-tokyo/PicoSoftwareSerial-1.0.0.zip", + "archiveFileName": "PicoSoftwareSerial-1.0.0.zip", + "size": 9043, + "checksum": "SHA-256:0471610e0bf83f1947db92e900da44560aca9589ba0aaf7d92ddc58e2239afe7" }, { - "name": "mrm-lid1", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-lid1", - "paragraph": "I2C functions for control of STM VL53L0X", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid1", - "category": "Device Control", + "name": "Hlw8032", + "version": "1.0.0", + "author": "Ahmed ARIF \u003carif193@gmail.com\u003e", + "maintainer": "Ahmed ARIF \u003carif193@gmail.com\u003e", + "sentence": "Hlw8032 for all types of hardware, and both software and hardware serial", + "paragraph": "Hlw8032 power/current/voltage monitor IC library compatible with various types of hardware. Supports both software and hardware serial interfaces.", + "website": "https://github.com/ahmedarif193/Hlw8032", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.0.zip", - "archiveFileName": "mrm_lid1-0.0.0.zip", - "size": 1456188, - "checksum": "SHA-256:ebdfbcae799d0db0f9f61f14d8672784b45284af2779183644b8687efdedba98" + "repository": "https://github.com/ahmedarif193/Hlw8032.git", + "providesIncludes": [ + "hlw8032.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/ahmedarif193/Hlw8032-1.0.0.zip", + "archiveFileName": "Hlw8032-1.0.0.zip", + "size": 1624915, + "checksum": "SHA-256:06909a04f965ab075860a27e1d179b804a5fc081701a04cf9158f0e1ba43eb8b" }, { - "name": "mrm-lid1", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Library for MRMS mrm-lid1 board", - "paragraph": "I2C functions for control of STM VL53L0X", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-lid1", - "category": "Device Control", + "name": "jm_crc-ccitt", + "version": "1.0.0", + "author": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "maintainer": "Jean-Marc Paratte \u003cjean-marc@paratte.ch\u003e", + "sentence": "jm_crc-ccitt CRC-CCITT Arduino Library.", + "paragraph": "jm_crc-ccitt CRC-CCITT Arduino Library computes the CRC-CCITT values of various data. The library includes also \u003cconstexpr\u003e definitions to compute CRC values of constants at compile time. CRC-CCITT is a 16-bit CRC. jm_crc-ccitt is based and uses the AVR optimized library \u003cutil/crc16.h\u003e and its generic implementation for non-AVR architectures, which is also the CRC algorithm used by the Bridge Arduino Library. To compute online CRC values, you can click the link https://crccalc.com/?method=CRC-16/MCRF4XX. More explanations about MCFF4XX can be found in https://ww1.microchip.com/downloads/en/DeviceDoc/40232J.pdf and the Application Note 752 https://ww1.microchip.com/downloads/en/AppNotes/00752a.pdf (take care of particular byte/nibble orders).", + "website": "https://github.com/jmparatte/jm_crc-ccitt", + "category": "Data Processing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-lid1.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_lid1-0.0.2.zip", - "archiveFileName": "mrm_lid1-0.0.2.zip", - "size": 2825229, - "checksum": "SHA-256:ef0746ef52bce7e60498034d32734033f4e29bb1d61b13fa78cfda61d5ca84ae" + "repository": "https://github.com/jmparatte/jm_crc-ccitt.git", + "url": "https://downloads.arduino.cc/libraries/github.com/jmparatte/jm_crc_ccitt-1.0.0.zip", + "archiveFileName": "jm_crc_ccitt-1.0.0.zip", + "size": 10566, + "checksum": "SHA-256:76b71870d50a677193739f7e9bae08d42e766ac7514ce86abb12bb5924d61bdf" }, { - "name": "mrm-mot4x10", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-mot4x10", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x10", + "name": "VibrationMotor", + "version": "0.1.0", + "author": "Graziano Blasilli", + "maintainer": "Graziano Blasilli \u003cgraziano.blasilli@uniroma1.it\u003e", + "sentence": "The Arduino VibrationMotor library provides a simple and modular way to manage a vibration motor connected to an Arduino board.", + "paragraph": "The Arduino VibrationMotor library provides a simple and modular way to manage a vibration motor connected to an Arduino board.", + "website": "https://github.com/ArduinoSapienza/VibrationMotor", "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "repository": "https://github.com/ArduinoSapienza/VibrationMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoSapienza/VibrationMotor-0.1.0.zip", + "archiveFileName": "VibrationMotor-0.1.0.zip", + "size": 50015, + "checksum": "SHA-256:3d488914edfe9844183fc7831d3771644c355915cd263f0d3981a72e4f66875e" + }, + { + "name": "AsyncEspFsWebserver", + "version": "1.0.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "ESPAsyncWebserver with steroids", + "paragraph": "Async ESP32/ESP8266 web server, WiFi manager and ACE web text editor all in one Arduino library.", + "website": "https://github.com/cotestatnt/async-esp-fs-webserver", + "category": "Communication", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/cotestatnt/async-esp-fs-webserver.git", "dependencies": [ { - "name": "mrm-board" + "name": "ArduinoJson" }, { - "name": "mrm-robot" + "name": "ESPAsyncWebserver" + }, + { + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.0.zip", - "archiveFileName": "mrm_mot4x10-0.0.0.zip", - "size": 3544, - "checksum": "SHA-256:e26756327c49f9baf3fcc2b63b84dc6e0ad4bfad98c14ef0b1b1854828e25fca" + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncEspFsWebserver-1.0.0.zip", + "archiveFileName": "AsyncEspFsWebserver-1.0.0.zip", + "size": 1284964, + "checksum": "SHA-256:1db04a00c2a31bdc6483695db2052f9ba1c44a053f8f6ea70010cb50c9a9bff9" }, { - "name": "mrm-mot4x10", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-mot4x10", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x10A BDC motor controller", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x10", - "category": "Device Control", + "name": "AsyncEspFsWebserver", + "version": "1.0.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "ESPAsyncWebserver with steroids", + "paragraph": "Async ESP32/ESP8266 web server, WiFi manager and ACE web text editor all in one Arduino library.", + "website": "https://github.com/cotestatnt/async-esp-fs-webserver", + "category": "Communication", "architectures": [ - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-mot4x10.git", + "repository": "https://github.com/cotestatnt/async-esp-fs-webserver.git", "dependencies": [ { - "name": "mrm-board" + "name": "ArduinoJson" }, { - "name": "mrm-robot" + "name": "ESPAsyncWebserver" + }, + { + "name": "AsyncTCP" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x10-0.0.2.zip", - "archiveFileName": "mrm_mot4x10-0.0.2.zip", - "size": 3566, - "checksum": "SHA-256:f7b727f68a8ffe8331fcecbd50e4104dac3a081bd65445f55b39888b391dbc1f" + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/AsyncEspFsWebserver-1.0.1.zip", + "archiveFileName": "AsyncEspFsWebserver-1.0.1.zip", + "size": 1312461, + "checksum": "SHA-256:d1ebc5f7bd21393b1d28affb5e8a28e3b7c5174f4a689ec8e2d91d701cda805b" }, { - "name": "mrm-mot4x3.6can", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x3.6can", - "category": "Device Control", + "name": "ShiftLcd", + "version": "1.0.0", + "author": "eb1992", + "maintainer": "eb1992", + "sentence": "A library for using a LCD with as few pins as possible.", + "paragraph": "Use a LCD display with a shift register.", + "website": "https://github.com/eb1992/ShiftLcd", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", - "dependencies": [ - { - "name": "mrm-board" - }, - { - "name": "mrm-robot" - } + "repository": "https://github.com/eb1992/ShiftLcd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eb1992/ShiftLcd-1.0.0.zip", + "archiveFileName": "ShiftLcd-1.0.0.zip", + "size": 164688, + "checksum": "SHA-256:ec1b13e2b079eb4ca1d93b7ca98e59a2a527c8d80933a63db90ea8adf69554b5" + }, + { + "name": "ShiftLcd", + "version": "1.0.1", + "author": "eb1992", + "maintainer": "eb1992", + "sentence": "A library for using a LCD with as few pins as possible.", + "paragraph": "Use a LCD display with a shift register.", + "website": "https://github.com/eb1992/ShiftLcd", + "category": "Display", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.0.zip", - "archiveFileName": "mrm_mot4x3_6can-0.0.0.zip", - "size": 3661, - "checksum": "SHA-256:b6add338d3f5cad566908714b4fcb122c2a84ecfaa31ff0de3125728b6e36c5f" + "types": [ + "Contributed" + ], + "repository": "https://github.com/eb1992/ShiftLcd.git", + "url": "https://downloads.arduino.cc/libraries/github.com/eb1992/ShiftLcd-1.0.1.zip", + "archiveFileName": "ShiftLcd-1.0.1.zip", + "size": 164494, + "checksum": "SHA-256:225b3ba63728b918d01c5fe46c62a3ddf142e4010aeacc686b308518fadc95e3" }, { - "name": "mrm-mot4x3.6can", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-mot4x3.6can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4x3.6A BDC motor controller", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-mot4x3.6can", - "category": "Device Control", + "name": "array-helpers", + "version": "1.0.0", + "author": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "maintainer": "Jeroen F.J. Laros \u003cjlaros@fixedpoint.nl\u003e", + "sentence": "Array helper classes and functions.", + "paragraph": "This library provides a number of helper classes and functions to ease working with arrays.", + "website": "https://array-helpers.readthedocs.io", + "category": "Other", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-mot4x3.6can.git", - "dependencies": [ - { - "name": "mrm-board" - }, - { - "name": "mrm-robot" - } + "repository": "https://github.com/jfjlaros/array-helpers.git", + "providesIncludes": [ + "arrayHelpers.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_mot4x3_6can-0.0.2.zip", - "archiveFileName": "mrm_mot4x3_6can-0.0.2.zip", - "size": 3685, - "checksum": "SHA-256:6f8962532ebf07fbe4ce75921e87ade063b9f7b7565693c78110f9be0caa97d6" + "url": "https://downloads.arduino.cc/libraries/github.com/jfjlaros/array_helpers-1.0.0.zip", + "archiveFileName": "array_helpers-1.0.0.zip", + "size": 10211, + "checksum": "SHA-256:ed89a55437b2b496431e4303e6e8a43fbe5083a510913e29705ba44b9702e1b4" }, { - "name": "mrm-node", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-node", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-node", + "name": "DCMotor", + "version": "0.1.0", + "author": "Graziano Blasilli", + "maintainer": "Graziano Blasilli \u003cgraziano.blasilli@uniroma1.it\u003e", + "sentence": "Arduino DCMotor library with the L293D motor driver.", + "paragraph": "The Arduino DCMotor library provides a simple and modular way to manage a DC motor connected to an Arduino board using the L293D motor driver.", + "website": "https://github.com/ArduinoSapienza/DCMotor", "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-node.git", + "repository": "https://github.com/ArduinoSapienza/DCMotor.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArduinoSapienza/DCMotor-0.1.0.zip", + "archiveFileName": "DCMotor-0.1.0.zip", + "size": 61964, + "checksum": "SHA-256:177487c36f4166d4f7899e8486f06f1fe46bf7e1bd44884761fea1b61ecaba53" + }, + { + "name": "EspNowJoystick", + "version": "0.0.7", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware, with a simple callback implementations.", + "website": "https://github.com/hpsaturn/espnow-joystick", + "category": "Device Control", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpsaturn/espnow-joystick.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "Nonopb" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.0.zip", - "archiveFileName": "mrm_node-0.0.0.zip", - "size": 4979, - "checksum": "SHA-256:2333b8735dfa7cf549186c0d8b61c7f18e38081d5223b8c38241082350cda690" + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.0.7.zip", + "archiveFileName": "EspNowJoystick-0.0.7.zip", + "size": 120640, + "checksum": "SHA-256:c7aa550ea6e205b00c62c13bbf3a03415c47f8ed89fc9be66f3b161d2bba83a8" }, { - "name": "mrm-node", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-node", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for STM MCU board for local servos, motors, and sensors.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-node", + "name": "EspNowJoystick", + "version": "0.0.8", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware, with a simple callback implementations.", + "website": "https://github.com/hpsaturn/espnow-joystick", "category": "Device Control", - "architectures": [ - "esp32" - ], + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-node.git", + "repository": "https://github.com/hpsaturn/espnow-joystick.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "Nonopb" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_node-0.0.2.zip", - "archiveFileName": "mrm_node-0.0.2.zip", - "size": 5016, - "checksum": "SHA-256:58e061f250d950519737e32feae4070f4ccce3ab384f80e62f0657c60301b8d8" + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.0.8.zip", + "archiveFileName": "EspNowJoystick-0.0.8.zip", + "size": 122233, + "checksum": "SHA-256:d6514614a1343800e7f1ed1df22c63bf6c961ac1ddf5eda48b54493511d8069c" }, { - "name": "mrm-pid", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-pid", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-pid", + "name": "EspNowJoystick", + "version": "0.0.9", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware, with a simple callback implementations.", + "website": "https://github.com/hpsaturn/espnow-joystick", "category": "Device Control", - "architectures": [ - "esp32" - ], + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-pid.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.0.zip", - "archiveFileName": "mrm_pid-0.0.0.zip", - "size": 2990, - "checksum": "SHA-256:24253210e0ebdfb18999e766c40f66534d76b09e5d9c73d449581bf0c47c365d" + "repository": "https://github.com/hpsaturn/espnow-joystick.git", + "dependencies": [ + { + "name": "Nonopb" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.0.9.zip", + "archiveFileName": "EspNowJoystick-0.0.9.zip", + "size": 122286, + "checksum": "SHA-256:6fff1399589223c897b20f3aac2614d73ecc016ea5da36827778bb2c5e5fbe6c" }, { - "name": "mrm-pid", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Library for a very simple PID", - "paragraph": "Library for a very simple PID controller used in MRMS system.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-pid", + "name": "EspNowJoystick", + "version": "0.1.0", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware, with a simple callback implementations.", + "website": "https://github.com/hpsaturn/espnow-joystick", "category": "Device Control", - "architectures": [ - "esp32" - ], + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-pid.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_pid-0.0.2.zip", - "archiveFileName": "mrm_pid-0.0.2.zip", - "size": 2983, - "checksum": "SHA-256:7b502f7019a8b714ba45c4ea38214d429a65cb0f3beac1a6fe78c49c27a50f16" + "repository": "https://github.com/hpsaturn/espnow-joystick.git", + "dependencies": [ + { + "name": "Nonopb" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.1.0.zip", + "archiveFileName": "EspNowJoystick-0.1.0.zip", + "size": 124358, + "checksum": "SHA-256:cf5065bcbc1491549aef28e29d3acbcc1978c0ecca50777a66208cda8a834f14" }, { - "name": "mrm-ref-can", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-ref-can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ref-can", + "name": "EspNowJoystick", + "version": "0.1.1", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware, with a simple callback implementations.", + "website": "https://github.com/hpsaturn/espnow-joystick", "category": "Device Control", - "architectures": [ - "esp32" - ], + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "repository": "https://github.com/hpsaturn/espnow-joystick.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "Nonopb" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.0.zip", - "archiveFileName": "mrm_ref_can-0.0.0.zip", - "size": 9204, - "checksum": "SHA-256:6d94cf65928c1c1269f19cedaa4439905d2b96a6893dc6b18bfbf0e6b164067d" + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.1.1.zip", + "archiveFileName": "EspNowJoystick-0.1.1.zip", + "size": 126131, + "checksum": "SHA-256:ef50e24f5b90fc8e73821cbc7abf7fd86677ba88a4b327ae1ead65522c0d6f35" }, { - "name": "mrm-ref-can", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-ref-can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 4 to 9 phototransistor line tracking sensor.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-ref-can", + "name": "EspNowJoystick", + "version": "0.1.2", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "Abstraccion of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware, with a simple callback implementations.", + "website": "https://github.com/hpsaturn/espnow-joystick", "category": "Device Control", - "architectures": [ - "esp32" - ], + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-ref-can.git", + "repository": "https://github.com/hpsaturn/espnow-joystick.git", "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "Nonopb" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_ref_can-0.0.2.zip", - "archiveFileName": "mrm_ref_can-0.0.2.zip", - "size": 9188, - "checksum": "SHA-256:3c1f4a4aceeb8031ea1605362731d87c057284974214908e78f03d6bc68c7afd" + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.1.2.zip", + "archiveFileName": "EspNowJoystick-0.1.2.zip", + "size": 134016, + "checksum": "SHA-256:65b1e908103ef227f035df5dafa05c2eab06abacb2dabbf9932ce3d33715d3c1" }, { - "name": "mrm-robot", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-robot", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "name": "EspNowJoystick", + "version": "0.1.3", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraction of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "The library is used in the both sides, in the joystick and in the receiver. With simple callbacks you able to know the joystick commands or the receiver events. Please see the video demos and the examples. Tested on ESP32 and ESP8266 cores. Please visit my ESP32 Telegram channel https://t.me/esp_es and ask any doubt.", + "website": "https://github.com/hpsaturn/espnow-joystick", "category": "Device Control", "architectures": [ - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-robot.git", + "repository": "https://github.com/hpsaturn/espnow-joystick.git", "dependencies": [ { - "name": "mrm-action" - }, - { - "name": "mrm-8x8a" - }, - { - "name": "mrm-bldc2x50" - }, - { - "name": "mrm-bldc4x2.5" - }, - { - "name": "mrm-can-bus" - }, - { - "name": "mrm-col-can" - }, - { - "name": "mrm-imu" - }, - { - "name": "mrm-ir-finder2" - }, - { - "name": "mrm-ir-finder3" - }, - { - "name": "mrm-lid-can-b" - }, - { - "name": "mrm-lid-can-b2" - }, - { - "name": "mrm-mot2x50" - }, - { - "name": "mrm-mot4x10" - }, - { - "name": "mrm-mot4x3.6can" - }, - { - "name": "mrm-node" - }, - { - "name": "mrm-pid" - }, - { - "name": "mrm-servo" - }, - { - "name": "mrm-switch.h" - }, - { - "name": "mrm-therm-b-can" - }, - { - "name": "mrm-us" + "name": "Nonopb" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.0.zip", - "archiveFileName": "mrm_robot-0.0.0.zip", - "size": 51558, - "checksum": "SHA-256:5ec5bbe47f183f65ffe39ea051fb1542f8774db2b8b7053649b9dad16791f026" + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.1.3.zip", + "archiveFileName": "EspNowJoystick-0.1.3.zip", + "size": 134139, + "checksum": "SHA-256:2669003cdb1b5bdfdad6fdeccf4a4f42926f607794f5d4585ef1d3d7ee5c11ab" }, { - "name": "mrm-robot", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for a base class for used-defined robots.", - "paragraph": "CAN Bus library for a base class for used-defined robots.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", + "name": "EspNowJoystick", + "version": "0.1.4", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraction of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "The library is used in the both sides, in the joystick and in the receiver. With simple callbacks you able to know the joystick commands or the receiver events. Please see the video demos and the examples. Tested on ESP32 and ESP8266 cores. Please visit my ESP32 Telegram channel https://t.me/esp_es and ask any doubt.", + "website": "https://github.com/hpsaturn/espnow-joystick", "category": "Device Control", "architectures": [ - "esp32" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-robot.git", - "dependencies": [ - { - "name": "mrm-action" - }, - { - "name": "mrm-8x8a" - }, - { - "name": "mrm-bldc2x50" - }, - { - "name": "mrm-bldc4x2.5" - }, - { - "name": "mrm-can-bus" - }, - { - "name": "mrm-col-can" - }, - { - "name": "mrm-imu" - }, - { - "name": "mrm-ir-finder2" - }, - { - "name": "mrm-ir-finder3" - }, - { - "name": "mrm-lid-can-b" - }, - { - "name": "mrm-lid-can-b2" - }, - { - "name": "mrm-mot2x50" - }, - { - "name": "mrm-mot4x10" - }, - { - "name": "mrm-mot4x3.6can" - }, - { - "name": "mrm-node" - }, - { - "name": "mrm-pid" - }, - { - "name": "mrm-servo" - }, - { - "name": "mrm-switch.h" - }, - { - "name": "mrm-therm-b-can" - }, - { - "name": "mrm-us" - } + "repository": "https://github.com/hpsaturn/espnow-joystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.1.4.zip", + "archiveFileName": "EspNowJoystick-0.1.4.zip", + "size": 134290, + "checksum": "SHA-256:d196ce786103db150cc49bcadedf0d363f9945f90a82aee14ae86ba01fc50446" + }, + { + "name": "EspNowJoystick", + "version": "0.1.5", + "author": "@hpsaturn", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Abstraction of ESP-Now and Protocol Buffers to have improved joystick for any kind of hardware", + "paragraph": "The library is used in the both sides, in the joystick and in the receiver. With simple callbacks you able to know the joystick commands or the receiver events. Please see the video demos and the examples. Tested on ESP32 and ESP8266 cores. Please visit my ESP32 Telegram channel https://t.me/esp_es and ask any doubt.", + "website": "https://github.com/hpsaturn/espnow-joystick", + "category": "Device Control", + "architectures": [ + "esp32", + "esp8266" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/hpsaturn/espnow-joystick.git", + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/EspNowJoystick-0.1.5.zip", + "archiveFileName": "EspNowJoystick-0.1.5.zip", + "size": 134263, + "checksum": "SHA-256:3fc84ead7979d075367b8332d6dbc60bc26fa87f624dc20a8e38862451a4fb19" + }, + { + "name": "FloatToString", + "version": "1.0.0", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Fast and small single precision float to string conversion.", + "paragraph": "Small. Uses 2 to 3 kbyte flash. Fast. Does not use float or double. It's all integer math and table lookups.", + "website": "https://github.com/koendv/FloatToString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/FloatToString.git", + "providesIncludes": [ + "FloatToString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/FloatToString-1.0.0.zip", + "archiveFileName": "FloatToString-1.0.0.zip", + "size": 357014, + "checksum": "SHA-256:dfe6879b5028991f67bae4b2e9ae7f18a5e663a90d9d2778e93516d3987185e7" + }, + { + "name": "FloatToString", + "version": "1.0.1", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Fast and small single precision float to string conversion.", + "paragraph": "Small. Uses 2 to 3 kbyte flash. Fast. Does not use float or double. It's all integer math and table lookups.", + "website": "https://github.com/koendv/FloatToString", + "category": "Data Processing", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/FloatToString.git", + "providesIncludes": [ + "FloatToString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/FloatToString-1.0.1.zip", + "archiveFileName": "FloatToString-1.0.1.zip", + "size": 359214, + "checksum": "SHA-256:aa274c7f338c0ab4d18350a22b5a68aabd59ea6e312a3e29ecc2890843efdf76" + }, + { + "name": "FloatToString", + "version": "1.0.2", + "author": "Koen De Vleeschauwer", + "maintainer": "Koen De Vleeschauwer \u003ckoen@mcvax.org\u003e", + "sentence": "Fast and small single precision float to string conversion.", + "paragraph": "Small. Uses 2 to 3 kbyte flash. Fast. Does not use float or double. It's all integer math and table lookups.", + "website": "https://github.com/koendv/FloatToString", + "category": "Data Processing", + "architectures": [ + "*" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.2.zip", - "archiveFileName": "mrm_robot-0.0.2.zip", - "size": 18060, - "checksum": "SHA-256:d08cde2b8f59f5c380bb92425b97fd09987df5810ce2a0c43702651841eeaef1" + "types": [ + "Contributed" + ], + "repository": "https://github.com/koendv/FloatToString.git", + "providesIncludes": [ + "FloatToString.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/koendv/FloatToString-1.0.2.zip", + "archiveFileName": "FloatToString-1.0.2.zip", + "size": 360583, + "checksum": "SHA-256:c245178604c3a14a2ebbd46d45d872fc6a66adf3d524f77e77dc1ea18e4d5015" }, { - "name": "mrm-robot", - "version": "0.0.3", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for a base class for used-defined robots.", - "paragraph": "CAN Bus library for a base class for used-defined robots.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", - "category": "Device Control", + "name": "GuL_Plantower", + "version": "1.0.0", + "author": "Guido Lehne", + "maintainer": "Guido Lehne (guido.lehne@web.de)", + "sentence": "This is an Arduino-Framework library to work with plantower particulate matter sensors.", + "paragraph": "PMS1003, PMS3003, PM5003, PM5003ST, PM6003, PM7003, PM9003M and PMA003 are supported at teh momenten.", + "website": "https://github.com/boeserfrosch/GuL_Plantower", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boeserfrosch/GuL_Plantower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_Plantower-1.0.0.zip", + "archiveFileName": "GuL_Plantower-1.0.0.zip", + "size": 30265, + "checksum": "SHA-256:b3d32b72bcb014bff8ced1be776e03f06d2cbacd04e88a35c2858750e3bc5ad8" + }, + { + "name": "GuL_Plantower", + "version": "1.1.0", + "author": "Guido Lehne", + "maintainer": "Guido Lehne (guido.lehne@web.de)", + "sentence": "This is an Arduino-Framework library to work with plantower particulate matter sensors.", + "paragraph": "PMS1003, PMS3003, PM5003, PM5003ST, PM6003, PM7003, PM9003M and PMA003 are supported at the momenten.", + "website": "https://github.com/boeserfrosch/GuL_Plantower", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boeserfrosch/GuL_Plantower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_Plantower-1.1.0.zip", + "archiveFileName": "GuL_Plantower-1.1.0.zip", + "size": 30310, + "checksum": "SHA-256:8dde2fd98bfcf1ba70640177479a1fec7bf95a3293dfac6fa1b9aa96c0594de4" + }, + { + "name": "GuL_Plantower", + "version": "1.2.0", + "author": "Guido Lehne", + "maintainer": "Guido Lehne (guido.lehne@web.de)", + "sentence": "This is an Arduino-Framework library to work with plantower particulate matter sensors.", + "paragraph": "PMS1003, PMS3003, PM5003, PM5003ST, PM6003, PM7003, PM9003M and PMA003 are supported at the moment.", + "website": "https://github.com/boeserfrosch/GuL_Plantower", + "category": "Sensors", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/boeserfrosch/GuL_Plantower.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_Plantower-1.2.0.zip", + "archiveFileName": "GuL_Plantower-1.2.0.zip", + "size": 30314, + "checksum": "SHA-256:e1d14af75a9efbee39662332f5bd5e1a95d8144f4543c74ceefd23d593ff9937" + }, + { + "name": "JBWopr", + "version": "1.0.0-beta2", + "author": "Jonny Bergdahl", + "maintainer": "Jonny Bergdahl \u003cgithub@bergdahl.org\u003e", + "sentence": "Support library for the Unexpected Maker W.O.P.R. boards", + "paragraph": "This library contains complete firmware for using the Unexpected Maker W.O.P.R. boards in your own projects.", + "website": "https://github.com/jonnybergdahl/Arduino_JBWopr_Library", + "category": "Display", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-robot.git", + "repository": "https://github.com/jonnybergdahl/Arduino_JBWopr_Library.git", "dependencies": [ { - "name": "mrm-action" - }, - { - "name": "mrm-8x8a" - }, - { - "name": "mrm-bldc2x50" - }, - { - "name": "mrm-bldc4x2.5" - }, - { - "name": "mrm-can-bus" - }, - { - "name": "mrm-col-can" - }, - { - "name": "mrm-imu" - }, - { - "name": "mrm-ir-finder2" - }, - { - "name": "mrm-ir-finder3" - }, - { - "name": "mrm-lid-can-b" - }, - { - "name": "mrm-lid-can-b2" - }, - { - "name": "mrm-mot2x50" - }, - { - "name": "mrm-mot4x10" + "name": "ArduinoJson", + "version": "\u003e=6.21.3" }, { - "name": "mrm-mot4x3.6can" + "name": "Adafruit GFX Library", + "version": "\u003e=1.11.9" }, { - "name": "mrm-node" + "name": "Adafruit LED Backpack Library", + "version": "\u003e=1.4.1" }, { - "name": "mrm-pid" + "name": "Adafruit NeoPixel", + "version": "\u003e=1.3.0" }, { - "name": "mrm-servo" + "name": "OneButton", + "version": "\u003e=2.1.0" }, { - "name": "mrm-switch.h" + "name": "PubSubClient", + "version": "\u003e=2.8.0" }, { - "name": "mrm-therm-b-can" + "name": "WiFiManager", + "version": "\u003e=0.16.0" }, { - "name": "mrm-us" + "name": "JBLogger", + "version": "\u003e=1.0.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.3.zip", - "archiveFileName": "mrm_robot-0.0.3.zip", - "size": 18064, - "checksum": "SHA-256:16076b1d9ed1fa3e40818f4f36acfd5eff52d8935a549a1a28504d7937aa1d5e" + "url": "https://downloads.arduino.cc/libraries/github.com/jonnybergdahl/JBWopr-1.0.0-beta2.zip", + "archiveFileName": "JBWopr-1.0.0-beta2.zip", + "size": 180846, + "checksum": "SHA-256:1e09d88b813010793c4887ba3115b6c166a5812de41c626b819cc11bf66a7882" }, { - "name": "mrm-robot", - "version": "0.0.4", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for a base class for used-defined robots.", - "paragraph": "CAN Bus library for a base class for used-defined robots.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", - "category": "Device Control", + "name": "JBWopr", + "version": "1.0.0-beta4", + "author": "Jonny Bergdahl", + "maintainer": "Jonny Bergdahl \u003cgithub@bergdahl.org\u003e", + "sentence": "Support library for the Unexpected Maker W.O.P.R. boards", + "paragraph": "This library contains complete firmware for using the Unexpected Maker W.O.P.R. boards in your own projects.", + "website": "https://github.com/jonnybergdahl/Arduino_JBWopr_Library", + "category": "Display", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-robot.git", + "repository": "https://github.com/jonnybergdahl/Arduino_JBWopr_Library.git", "dependencies": [ { - "name": "mrm-action" - }, - { - "name": "mrm-8x8a" - }, - { - "name": "mrm-bldc2x50" - }, - { - "name": "mrm-bldc4x2.5" - }, - { - "name": "mrm-can-bus" - }, - { - "name": "mrm-col-can" - }, - { - "name": "mrm-imu" - }, - { - "name": "mrm-ir-finder2" - }, - { - "name": "mrm-ir-finder3" - }, - { - "name": "mrm-lid-can-b" - }, - { - "name": "mrm-lid-can-b2" - }, - { - "name": "mrm-mot2x50" - }, - { - "name": "mrm-mot4x10" + "name": "ArduinoJson", + "version": "\u003e=6.21.3" }, { - "name": "mrm-mot4x3.6can" + "name": "Adafruit GFX Library", + "version": "\u003e=1.11.9" }, { - "name": "mrm-node" + "name": "Adafruit LED Backpack Library", + "version": "\u003e=1.5.0" }, { - "name": "mrm-pid" + "name": "Adafruit NeoPixel", + "version": "\u003e=1.3.0" }, { - "name": "mrm-servo" + "name": "OneButton", + "version": "\u003e=2.1.0" }, { - "name": "mrm-switch.h" + "name": "PubSubClient", + "version": "\u003e=2.8.0" }, { - "name": "mrm-therm-b-can" + "name": "WiFiManager", + "version": "\u003e=0.16.0" }, { - "name": "mrm-us" + "name": "JBLogger", + "version": "\u003e=1.0.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.4.zip", - "archiveFileName": "mrm_robot-0.0.4.zip", - "size": 18082, - "checksum": "SHA-256:dcef0307d0683edcfcc42f39656e65357cf4da09790920df465acdfd0f9e4b3c" + "url": "https://downloads.arduino.cc/libraries/github.com/jonnybergdahl/JBWopr-1.0.0-beta4.zip", + "archiveFileName": "JBWopr-1.0.0-beta4.zip", + "size": 190487, + "checksum": "SHA-256:07459f8a75b7a1bfcbdaa4d8bfe8c176507c75014ba299721f192ff8dc803750" }, { - "name": "mrm-robot", - "version": "0.0.5", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for a base class for used-defined robots.", - "paragraph": "CAN Bus library for a base class for used-defined robots.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-robot", - "category": "Device Control", + "name": "JBWopr", + "version": "1.0.1", + "author": "Jonny Bergdahl", + "maintainer": "Jonny Bergdahl \u003cgithub@bergdahl.org\u003e", + "sentence": "Support library for the Unexpected Maker W.O.P.R. boards", + "paragraph": "This library contains complete firmware for using the Unexpected Maker W.O.P.R. boards in your own projects.", + "website": "https://github.com/jonnybergdahl/Arduino_JBWopr_Library", + "category": "Display", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-robot.git", + "repository": "https://github.com/jonnybergdahl/Arduino_JBWopr_Library.git", "dependencies": [ { - "name": "mrm-action" - }, - { - "name": "mrm-8x8a" - }, - { - "name": "mrm-bldc2x50" - }, - { - "name": "mrm-bldc4x2.5" - }, - { - "name": "mrm-can-bus" - }, - { - "name": "mrm-col-can" - }, - { - "name": "mrm-imu" - }, - { - "name": "mrm-ir-finder2" - }, - { - "name": "mrm-ir-finder3" - }, - { - "name": "mrm-lid-can-b" - }, - { - "name": "mrm-lid-can-b2" - }, - { - "name": "mrm-mot2x50" - }, - { - "name": "mrm-mot4x10" + "name": "ArduinoJson", + "version": "\u003e=6.21.3" }, { - "name": "mrm-mot4x3.6can" + "name": "Adafruit GFX Library", + "version": "\u003e=1.11.9" }, { - "name": "mrm-node" + "name": "Adafruit LED Backpack Library", + "version": "\u003e=1.5.0" }, { - "name": "mrm-pid" + "name": "Adafruit NeoPixel", + "version": "\u003e=1.3.0" }, { - "name": "mrm-servo" + "name": "OneButton", + "version": "\u003e=2.1.0" }, { - "name": "mrm-switch.h" + "name": "PubSubClient", + "version": "\u003e=2.8.0" }, { - "name": "mrm-therm-b-can" + "name": "WiFiManager", + "version": "\u003e=0.16.0" }, { - "name": "mrm-us" + "name": "JBLogger", + "version": "\u003e=1.0.4" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_robot-0.0.5.zip", - "archiveFileName": "mrm_robot-0.0.5.zip", - "size": 18090, - "checksum": "SHA-256:d925d7ae9d1601ff0a9eb17c079e13ef519244552dcf4e3408b72a06cdf2797f" + "url": "https://downloads.arduino.cc/libraries/github.com/jonnybergdahl/JBWopr-1.0.1.zip", + "archiveFileName": "JBWopr-1.0.1.zip", + "size": 454713, + "checksum": "SHA-256:c7c62ee787c4d973112beaf6dfce196fe3b6216cfee4bd8c2c74999dbf62cf81" }, { - "name": "mrm-servo", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-servo", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", - "category": "Device Control", + "name": "MBusinoLib", + "version": "0.1.0", + "author": "Zeppelin500 \u003c****@***.**\u003e", + "maintainer": "TBD \u003c****@***.**\u003e", + "sentence": "M-Bus decoder", + "website": "https://github.com/Zeppelin500/MBusinoLib.git", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.0.zip", - "archiveFileName": "mrm_servo-0.0.0.zip", - "size": 4953, - "checksum": "SHA-256:c90ff8e2c27194dc11ecacee93c8a3407548d12a92c2a482ab61bcde31ec6edf" + "repository": "https://github.com/Zeppelin500/MBusinoLib.git", + "providesIncludes": [ + "MBusinoLib.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zeppelin500/MBusinoLib-0.1.0.zip", + "archiveFileName": "MBusinoLib-0.1.0.zip", + "size": 35489, + "checksum": "SHA-256:e9243e23bb1efaff6677b0e75127f76ade37deee11167e4b6914f91246293bbd" }, { - "name": "mrm-servo", - "version": "0.0.1", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-servo", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", - "category": "Device Control", + "name": "MBusinoLib", + "version": "0.2.0", + "author": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "maintainer": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "sentence": "M-Bus decoder", + "paragraph": "an Arduino M-Bus decode Library, an improved fork of AllWize/mbus-payload", + "website": "https://github.com/Zeppelin500/MBusinoLib.git", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.1.zip", - "archiveFileName": "mrm_servo-0.0.1.zip", - "size": 4975, - "checksum": "SHA-256:6d6067a6c6ba75a96bdb2b4fda9a57b1041f6e3bc5d749c253cade8464ab3a57" + "repository": "https://github.com/Zeppelin500/MBusinoLib.git", + "providesIncludes": [ + "MBusinoLib.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zeppelin500/MBusinoLib-0.2.0.zip", + "archiveFileName": "MBusinoLib-0.2.0.zip", + "size": 36197, + "checksum": "SHA-256:9ab883a0d9fcd6dc6371036bf6856424f57a6cdba1e2baaee7a986a3166fc586" }, { - "name": "mrm-servo", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Library for MRMS mrm-servo", - "paragraph": "Library for servo motor control for servos attached to mrm-esp32, ESP32 MCU board.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-servo", - "category": "Device Control", + "name": "MBusinoLib", + "version": "0.3.0", + "author": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "maintainer": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "sentence": "M-Bus decoder", + "paragraph": "an Arduino M-Bus decode Library", + "website": "https://github.com/Zeppelin500/MBusinoLib.git", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-servo.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_servo-0.0.2.zip", - "archiveFileName": "mrm_servo-0.0.2.zip", - "size": 4978, - "checksum": "SHA-256:12b99bfe18b0dae03f6ee637a2ff320b5ad4e87a92cc7d6b4d03e109cf57e2f3" + "repository": "https://github.com/Zeppelin500/MBusinoLib.git", + "providesIncludes": [ + "MBusinoLib.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zeppelin500/MBusinoLib-0.3.0.zip", + "archiveFileName": "MBusinoLib-0.3.0.zip", + "size": 34922, + "checksum": "SHA-256:57feb5786808c0f09278f66e60c806639029cb5cecc7b6450d75ae2960a06450" }, { - "name": "mrm-switch", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-switch", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-switch", - "category": "Device Control", + "name": "MBusinoLib", + "version": "0.4.0", + "author": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "maintainer": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "sentence": "an Arduino M-Bus decode Library", + "paragraph": "enables Arduino divices to decode M-Bus", + "website": "https://github.com/Zeppelin500/MBusinoLib.git", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-switch.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.0.zip", - "archiveFileName": "mrm_switch-0.0.0.zip", - "size": 3044, - "checksum": "SHA-256:0257aa0a70bee517bef29a5efae84d9952a49dd6ab69806959297a63c6472210" + "repository": "https://github.com/Zeppelin500/MBusinoLib.git", + "providesIncludes": [ + "MBusinoLib.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zeppelin500/MBusinoLib-0.4.0.zip", + "archiveFileName": "MBusinoLib-0.4.0.zip", + "size": 35721, + "checksum": "SHA-256:d5d8a4674fe3e2e0d0e5284ee41ddd1e3f8a1cb2a943efd546aac8ec7e73285e" }, { - "name": "mrm-switch", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Library for MRMS mrm-switch", - "paragraph": "Library for MRMS mrm-switch, simple breakout with 2 push button switches.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-switch", - "category": "Device Control", + "name": "MBusinoLib", + "version": "0.5.0", + "author": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "maintainer": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "sentence": "an Arduino M-Bus decode Library", + "paragraph": "enables Arduino divices to decode M-Bus", + "website": "https://github.com/Zeppelin500/MBusinoLib.git", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-switch.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_switch-0.0.2.zip", - "archiveFileName": "mrm_switch-0.0.2.zip", - "size": 3043, - "checksum": "SHA-256:63e56bc62fcdeb6087d1dbd2be3d3991fa48b89be6273a2de7c11c537725fbd9" + "repository": "https://github.com/Zeppelin500/MBusinoLib.git", + "providesIncludes": [ + "MBusinoLib.h" + ], + "dependencies": [ + { + "name": "ArduinoJson" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/Zeppelin500/MBusinoLib-0.5.0.zip", + "archiveFileName": "MBusinoLib-0.5.0.zip", + "size": 36259, + "checksum": "SHA-256:c00d8d0abd616f751e11bc3eb52ac4826c7d55ffe227541c94dca6f6a5c95d92" }, { - "name": "mrm-therm-b-can", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-therm-b-can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-therm-b-can", - "category": "Device Control", + "name": "MBusinoLib", + "version": "0.5.2", + "author": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "maintainer": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "sentence": "an Arduino M-Bus decode Library", + "paragraph": "enables Arduino devices to decode M-Bus", + "website": "https://github.com/Zeppelin500/MBusinoLib.git", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "repository": "https://github.com/Zeppelin500/MBusinoLib.git", + "providesIncludes": [ + "MBusinoLib.h" + ], "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.0.zip", - "archiveFileName": "mrm_therm_b_can-0.0.0.zip", - "size": 5540, - "checksum": "SHA-256:560bd2c83c84171bab4e911b325b60799e0c38c41924e5e7b470d1a2fdbda7ad" + "url": "https://downloads.arduino.cc/libraries/github.com/Zeppelin500/MBusinoLib-0.5.2.zip", + "archiveFileName": "MBusinoLib-0.5.2.zip", + "size": 36504, + "checksum": "SHA-256:925c6f461b83812dfb57bc3996de560e7cfd6916ee9f3a0c00c10d65e9c6f987" }, { - "name": "mrm-therm-b-can", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-therm-b-can.", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for 8x8 thermal array sensor.", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-therm-b-can", - "category": "Device Control", + "name": "MBusinoLib", + "version": "0.5.3", + "author": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "maintainer": "Zeppelin500 \u003cmbusinolib@gmail.com\u003e", + "sentence": "an Arduino M-Bus decode Library", + "paragraph": "enables Arduino devices to decode M-Bus", + "website": "https://github.com/Zeppelin500/MBusinoLib.git", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-therm-b-can.git", + "repository": "https://github.com/Zeppelin500/MBusinoLib.git", + "providesIncludes": [ + "MBusinoLib.h" + ], "dependencies": [ { - "name": "mrm-board" - }, - { - "name": "mrm-robot" + "name": "ArduinoJson" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_therm_b_can-0.0.2.zip", - "archiveFileName": "mrm_therm_b_can-0.0.2.zip", - "size": 5565, - "checksum": "SHA-256:55ee900882dea52e2c3ffddf863203d1d2d8a5e8a91d07708bf52743f46fc4b4" + "url": "https://downloads.arduino.cc/libraries/github.com/Zeppelin500/MBusinoLib-0.5.3.zip", + "archiveFileName": "MBusinoLib-0.5.3.zip", + "size": 36552, + "checksum": "SHA-256:06110c134118e269689cdccdc907a2b528909f9756a1202fa08689a3426b60ed" }, { - "name": "TelemetryJet", + "name": "AM2302-Sensor", "version": "0.1.0", - "author": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", - "maintainer": "Chris Dalke \u003cchrisdalke@gmail.com\u003e", - "sentence": "Lightweight communication library for hardware telemetry data.", - "paragraph": "Handles bidirectional communication and state management for data points. Part of the TelemetryJet platform.", - "website": "https://github.com/telemetryjet/tjet-arduino-sdk", - "category": "Communication", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "This library read temperature and humidity from the AM2302 (aka DHT22) senor.", + "paragraph": "The AM2302 sensor has a digital signal out and uses 3.3...5.0 V as supply voltage.", + "website": "https://github.com/hasenradball/AM2302-Sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/telemetryjet/telemetryjet-arduino-sdk.git", - "url": "https://downloads.arduino.cc/libraries/github.com/telemetryjet/TelemetryJet-0.1.0.zip", - "archiveFileName": "TelemetryJet-0.1.0.zip", - "size": 14144, - "checksum": "SHA-256:a9e120719d7dc27e678192ab83ed0ffa1a9b05da2cfde124f98e6821502f482d" + "repository": "https://github.com/hasenradball/AM2302-Sensor.git", + "providesIncludes": [ + "AM2302-Sensor.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/AM2302_Sensor-0.1.0.zip", + "archiveFileName": "AM2302_Sensor-0.1.0.zip", + "size": 407953, + "checksum": "SHA-256:08b768fa4b68c821ed7e12cffd0b483401eee15176aed3c561256ee9a6abf484" }, { - "name": "Somfy_Remote_Lib", - "version": "0.1.0", - "author": "Leon Kiefer", - "maintainer": "Leon Kiefer", - "sentence": "Control Somfy RTS devices", - "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", - "website": "https://github.com/Legion2/Somfy_Remote_Lib", - "category": "Device Control", + "name": "AM2302-Sensor", + "version": "1.0.0", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "This library read temperature and humidity from the AM2302 (aka DHT22) senor.", + "paragraph": "The AM2302 sensor has a digital signal out and uses 3.3...5.0 V as supply voltage.", + "website": "https://github.com/hasenradball/AM2302-Sensor", + "category": "Sensors", "architectures": [ - "avr", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "repository": "https://github.com/hasenradball/AM2302-Sensor.git", "providesIncludes": [ - "SomfyRemot.h" + "AM2302-Sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.1.0.zip", - "archiveFileName": "Somfy_Remote_Lib-0.1.0.zip", - "size": 12116, - "checksum": "SHA-256:0a97fa18833a98eda0d0342a7de1c912658028ea7a6f0cd221f2d309754f1a5b" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/AM2302_Sensor-1.0.0.zip", + "archiveFileName": "AM2302_Sensor-1.0.0.zip", + "size": 437761, + "checksum": "SHA-256:0338cdaa1e23f93ba91b3a616ec81a8579e4de68d703932c0ac4a76177962c2a" }, { - "name": "Somfy_Remote_Lib", - "version": "0.2.0", - "author": "Leon Kiefer", - "maintainer": "Leon Kiefer", - "sentence": "Control Somfy RTS devices", - "paragraph": "Emulate a Somfy remote using a 433.42 MHz transmitter.", - "website": "https://github.com/Legion2/Somfy_Remote_Lib", - "category": "Device Control", + "name": "AM2302-Sensor", + "version": "1.1.1", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "This library read temperature and humidity from the AM2302 (aka DHT22) senor.", + "paragraph": "The AM2302 sensor has a digital signal out and uses 3.3...5.0 V as supply voltage.", + "website": "https://github.com/hasenradball/AM2302-Sensor", + "category": "Sensors", "architectures": [ - "avr", - "esp8266", - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Legion2/Somfy_Remote_Lib.git", + "repository": "https://github.com/hasenradball/AM2302-Sensor.git", "providesIncludes": [ - "SomfyRemot.h" + "AM2302-Sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/Legion2/Somfy_Remote_Lib-0.2.0.zip", - "archiveFileName": "Somfy_Remote_Lib-0.2.0.zip", - "size": 12620, - "checksum": "SHA-256:0222975941eef50f8f5556197954e003d6622a857de89189c0646b7d96298a7b" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/AM2302_Sensor-1.1.1.zip", + "archiveFileName": "AM2302_Sensor-1.1.1.zip", + "size": 439379, + "checksum": "SHA-256:d4be7c0c3ec32c76460548a99e7b101fccdf0e888e21f7b88a70610aa76c8cf6" }, { - "name": "Adafruit LTR390 Library", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the LTR390 UV sensors in the Adafruit shop", - "paragraph": "Arduino library for the LTR390 UV sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_LTR390", + "name": "AM2302-Sensor", + "version": "1.2.0", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "This library read temperature and humidity from the AM2302 (aka DHT22) senor.", + "paragraph": "The AM2302 sensor has a digital signal out and uses 3.3...5.0 V as supply voltage.", + "website": "https://github.com/hasenradball/AM2302-Sensor", "category": "Sensors", "architectures": [ "*" @@ -367472,107 +832108,95 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_LTR390.git", - "dependencies": [ - { - "name": "Adafruit BusIO" - } + "repository": "https://github.com/hasenradball/AM2302-Sensor.git", + "providesIncludes": [ + "AM2302-Sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_LTR390_Library-1.0.0.zip", - "archiveFileName": "Adafruit_LTR390_Library-1.0.0.zip", - "size": 7254, - "checksum": "SHA-256:aa830ab8a1ecca8d98ef36d822fcdf749c353933692e4b871f3871bb7907c63e" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/AM2302_Sensor-1.2.0.zip", + "archiveFileName": "AM2302_Sensor-1.2.0.zip", + "size": 439344, + "checksum": "SHA-256:e69b66f3081cabbdb80c7e014ef32dd5a565efb36f8db199bc4feb8f58495241" }, { - "name": "EasyStringStream", - "version": "1.0.0", - "author": "morsisko", - "maintainer": "morsisko", - "sentence": "A library for string creation without std:: overhead", - "paragraph": "It allows you to create strings using the c++ stream operator (\u003c\u003c)", - "website": "https://github.com/morsisko/EasyStringStream", - "category": "Other", + "name": "AM2302-Sensor", + "version": "1.2.1", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "This library read temperature and humidity from the AM2302 (aka DHT22) senor.", + "paragraph": "The AM2302 sensor has a digital signal out and uses 3.3...5.0 V as supply voltage.", + "website": "https://github.com/hasenradball/AM2302-Sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/morsisko/EasyStringStream.git", + "repository": "https://github.com/hasenradball/AM2302-Sensor.git", "providesIncludes": [ - "EasyStringStream.h" + "AM2302-Sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/morsisko/EasyStringStream-1.0.0.zip", - "archiveFileName": "EasyStringStream-1.0.0.zip", - "size": 7024, - "checksum": "SHA-256:c970f85b92f637f77d672e69cb36f38f1f1299c9f7cb75509860c85508d7c6e5" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/AM2302_Sensor-1.2.1.zip", + "archiveFileName": "AM2302_Sensor-1.2.1.zip", + "size": 439349, + "checksum": "SHA-256:3f6f3f072b79b77f32c9e56fdc0905d100a6b4a3031907c124120a8d79f03ec7" }, { - "name": "Telemetrix4Esp8266", - "version": "1.0.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", - "category": "Device Control", + "name": "AM2302-Sensor", + "version": "1.2.2", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "This library read temperature and humidity from the AM2302 (aka DHT22) senor.", + "paragraph": "The AM2302 sensor has a digital signal out and uses 3.3...5.0 V as supply voltage.", + "website": "https://github.com/hasenradball/AM2302-Sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/hasenradball/AM2302-Sensor.git", + "providesIncludes": [ + "AM2302-Sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.0.0.zip", - "archiveFileName": "Telemetrix4Esp8266-1.0.0.zip", - "size": 21106, - "checksum": "SHA-256:888cddb7e34ae857b25b8bc66d664873e0cdb584bb5d2dc6687aafcfc73c12d4" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/AM2302_Sensor-1.2.2.zip", + "archiveFileName": "AM2302_Sensor-1.2.2.zip", + "size": 439470, + "checksum": "SHA-256:856f65c3ccb81b4d91e9eac680770414778b021023806f2b5064687aad0e10e3" }, { - "name": "Telemetrix4Esp8266", - "version": "1.1.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The ESP-8266 server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", - "category": "Device Control", + "name": "AM2302-Sensor", + "version": "1.3.0", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "This library read temperature and humidity from the AM2302 (aka DHT22) senor.", + "paragraph": "The AM2302 sensor has a digital signal out and uses 3.3...5.0 V as supply voltage.", + "website": "https://github.com/hasenradball/AM2302-Sensor", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } + "repository": "https://github.com/hasenradball/AM2302-Sensor.git", + "providesIncludes": [ + "AM2302-Sensor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.1.0.zip", - "archiveFileName": "Telemetrix4Esp8266-1.1.0.zip", - "size": 21112, - "checksum": "SHA-256:dfb42a6130c1e01731373bb540342e0b002670da9b295627a7003096aa02afba" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/AM2302_Sensor-1.3.0.zip", + "archiveFileName": "AM2302_Sensor-1.3.0.zip", + "size": 930059, + "checksum": "SHA-256:15fcfe76241e8bf5cf5dbf2d55aa2c2d7dced2de5fb30e4a09ccff45439d633b" }, { - "name": "Telemetrix4Esp8266", - "version": "1.2.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The ESP-8266 server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "name": "Acrome-SMD", + "version": "1.0.1", + "author": "Acrome Robotics/Berat Eren Dogan/Furkan Kirlangic", + "maintainer": "Acrome Robotics \u003cinfo@acrome.net\u003e", + "sentence": "To use SMD Red boards with Arduino.", + "paragraph": "This library, which enables the control of Smart Motor Driver(SMD) devices with Arduino cards, was developed by Acrome Robotics. With this library, you can use Arduino boards to control SMD devices.", + "website": "https://github.com/Acrome-Smart-Motor-Driver/SMD-Arduino-Library", "category": "Device Control", "architectures": [ "*" @@ -367580,1099 +832204,1116 @@ "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", - "dependencies": [ - { - "name": "Ultrasonic" - }, - { - "name": "DHTNEW" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.2.0.zip", - "archiveFileName": "Telemetrix4Esp8266-1.2.0.zip", - "size": 21146, - "checksum": "SHA-256:0c24f6eb1056ac12584659ede4d974da1373615d8e0d77b3bd0b625b9ca8d930" + "repository": "https://github.com/Acrome-Smart-Motor-Driver/SMD-Arduino-Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Acrome-Smart-Motor-Driver/Acrome_SMD-1.0.1.zip", + "archiveFileName": "Acrome_SMD-1.0.1.zip", + "size": 16921, + "checksum": "SHA-256:d18d8d091adde23045af50caf6b67397ae7a6cb19fcd7a492113ce6f4923d24f" }, { - "name": "Telemetrix4Esp8266", - "version": "1.3.0", - "author": "Alan Yorinks", - "maintainer": "https://github.com/MrYsLab/", - "sentence": "The ESP-8266 server for the Telemetrix Project.", - "paragraph": "This sketch is a server for the telemetrix and telemetrix-aio Python clients. It provides WiFi remote control and monitoring of Arduino-Core ESP-8266 devices.", - "website": "https://github.com/MrYsLab/Telemetrix4Esp8266", + "name": "M5Unit-ToF4M", + "version": "1.0.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5Unit-ToF4M", + "paragraph": "See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5Unit-ToF4M", "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/MrYsLab/Telemetrix4Esp8266.git", + "repository": "https://github.com/m5stack/M5Unit-ToF4M.git", + "providesIncludes": [ + "M5_ToF4M.h" + ], "dependencies": [ { - "name": "Ultrasonic" + "name": "M5GFX" }, { - "name": "DHTNEW" + "name": "M5Unified" + }, + { + "name": "VL53L1X" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/MrYsLab/Telemetrix4Esp8266-1.3.0.zip", - "archiveFileName": "Telemetrix4Esp8266-1.3.0.zip", - "size": 21148, - "checksum": "SHA-256:d56192401b2f3d188305cde7d7a672e42bf32a6863b987bfafd25d6082bce7f1" + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5Unit_ToF4M-1.0.0.zip", + "archiveFileName": "M5Unit_ToF4M-1.0.0.zip", + "size": 5435, + "checksum": "SHA-256:22ba30206e57d14214f40d2e80ef62ef8513a4179ad2f4fe35998042ef8e3fa6" }, { - "name": "WiThrottle", - "version": "1.0.0", - "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e", - "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", - "sentence": "JMRI WiThrottle Protocol implementation", - "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", - "website": "https://github.com/lucadentella/WiThrottle", - "category": "Other", + "name": "ShiftRegisterController", + "version": "0.1.0", + "author": "MOMIZI \u003cmomizi@vivaldi.net\u003e", + "maintainer": "MOMIZI \u003cmomizi@vivaldi.net\u003e", + "sentence": "An Arduino library that allows seamless control of the 74HC595 shift register.", + "paragraph": "This library provides a straightforward method for integrating 74HC595 shift registers using digitalWrite() and digitalRead(). By utilizing digitalWrite(Read)Ext(), you can conveniently control the shift register pins as if they were an extension of the digital I/O pins. It's important to note that when reading a pin, the library retrieves the information from a buffer that holds the output state, rather than directly from the physical pin.", + "website": "https://github.com/MOMIZICH/Shift_Register_Controller", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucadentella/WiThrottle.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/WiThrottle-1.0.0.zip", - "archiveFileName": "WiThrottle-1.0.0.zip", - "size": 147699, - "checksum": "SHA-256:0e960904900b019ccd94640603f1448150a688414cea99acb08c90c7fa94fe02" + "repository": "https://github.com/MOMIZICH/Shift_Register_Controller.git", + "providesIncludes": [ + "ShiftRegisterController.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MOMIZICH/ShiftRegisterController-0.1.0.zip", + "archiveFileName": "ShiftRegisterController-0.1.0.zip", + "size": 12997, + "checksum": "SHA-256:443717fd2f287c1f2f79135c88f8234833b90e167d48deba6cff14458d7dd0fa" }, { - "name": "WiThrottle", - "version": "1.0.1", - "author": "David Zuhn \u003czoo@statebeltrailway.org\u003e, Luca Dentella \u003cluca@dentella.it\u003e", - "maintainer": "Luca Dentella \u003cluca@dentella.it\u003e", - "sentence": "JMRI WiThrottle Protocol implementation", - "paragraph": "This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", - "website": "https://github.com/lucadentella/WiThrottle", - "category": "Other", + "name": "ShiftRegisterController", + "version": "0.2.0", + "author": "MOMIZI \u003cmomizi@vivaldi.net\u003e", + "maintainer": "MOMIZI \u003cmomizi@vivaldi.net\u003e", + "sentence": "An Arduino library that allows seamless control of the 74HC595 shift register.", + "paragraph": "This library provides a straightforward method for integrating 74HC595 shift registers using digitalWrite() and digitalRead(). By utilizing digitalWrite(Read)(), you can conveniently control the shift register pins as if they were an extension of the digital I/O pins. It's important to note that when reading a pin, the library retrieves the information from a buffer that holds the output state, rather than directly from the physical pin.", + "website": "https://github.com/MOMIZICH/Shift_Register_Controller", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucadentella/WiThrottle.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lucadentella/WiThrottle-1.0.1.zip", - "archiveFileName": "WiThrottle-1.0.1.zip", - "size": 147762, - "checksum": "SHA-256:e38a56e32a4eae86af5520886656ceeb362645a60230c8080009d682656ba2c8" + "repository": "https://github.com/MOMIZICH/Shift_Register_Controller.git", + "providesIncludes": [ + "ShiftRegisterController.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/MOMIZICH/ShiftRegisterController-0.2.0.zip", + "archiveFileName": "ShiftRegisterController-0.2.0.zip", + "size": 13248, + "checksum": "SHA-256:5e4083e8097abc3326fecf9be846a72262b559e174d8775cc02536a78e89faaa" }, { - "name": "HomeSpan", - "version": "1.0.1", - "author": "Gregg \u003chomespan@icloud.com\u003e", - "maintainer": "Gregg \u003chomespan@icloud.com\u003e", - "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", - "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", - "website": "https://github.com/HomeSpan/HomeSpan", - "category": "Uncategorized", + "name": "GuL_NovaFitness", + "version": "1.0.0", + "author": "Guido Lehne", + "maintainer": "Guido Lehne (guido.lehne@web.de)", + "sentence": "This is an Arduino-Framework library to work with nova fitness particulate matter sensors.", + "paragraph": "SDS011, SDS018, SDS021, SDS198 are supported", + "website": "https://github.com/boeserfrosch/GuL_NovaFitness", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeSpan/HomeSpan.git", - "providesIncludes": [ - "HomeSpan.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.0.1.zip", - "archiveFileName": "HomeSpan-1.0.1.zip", - "size": 1039647, - "checksum": "SHA-256:05c16b17d0606f32fbc86723321e3892341cb7e047c54e857874c5a08427092f" + "repository": "https://github.com/boeserfrosch/GuL_NovaFitness.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_NovaFitness-1.0.0.zip", + "archiveFileName": "GuL_NovaFitness-1.0.0.zip", + "size": 569293, + "checksum": "SHA-256:6b3114c4bb2cea8195b0fa8883798819eb4f3aff61dafd1e0f691fe63aee5df7" }, { - "name": "HomeSpan", - "version": "1.1.0", - "author": "Gregg \u003chomespan@icloud.com\u003e", - "maintainer": "Gregg \u003chomespan@icloud.com\u003e", - "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", - "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", - "website": "https://github.com/HomeSpan/HomeSpan", - "category": "Uncategorized", + "name": "GuL_NovaFitness", + "version": "1.1.2", + "author": "Guido Lehne", + "maintainer": "Guido Lehne", + "sentence": "This is an Arduino-Framework library to work with nova fitness particulate matter sensors.", + "paragraph": "SDS011, SDS018, SDS021, SDS198 are supported", + "website": "https://github.com/boeserfrosch/GuL_NovaFitness", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeSpan/HomeSpan.git", - "providesIncludes": [ - "HomeSpan.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.0.zip", - "archiveFileName": "HomeSpan-1.1.0.zip", - "size": 1040261, - "checksum": "SHA-256:46c5f3f7efc30d930994855f8ecd302cf4f8a936ff3c93657ec9823d7359a188" + "repository": "https://github.com/boeserfrosch/GuL_NovaFitness.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_NovaFitness-1.1.2.zip", + "archiveFileName": "GuL_NovaFitness-1.1.2.zip", + "size": 570158, + "checksum": "SHA-256:9d271cb5b64fed175ed103aa1a7fabeef29e058c6c8aa41f073a77d25e5af96b" }, { - "name": "HomeSpan", - "version": "1.1.1", - "author": "Gregg \u003chomespan@icloud.com\u003e", - "maintainer": "Gregg \u003chomespan@icloud.com\u003e", - "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", - "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", - "website": "https://github.com/HomeSpan/HomeSpan", - "category": "Uncategorized", + "name": "SenseBoxBLE", + "version": "1.0.0", + "author": "Felix Erdmann \u003cf.erdmann@reedu.de\u003e", + "maintainer": "Felix Erdmann \u003cf.erdmann@reedu.de\u003e", + "sentence": "Arduino library to send data over the senseBox BLE Bee", + "paragraph": "This library allows you to send data over the senseBox BLE Bee. It is based on the phyphox_BLE library.", + "website": "https://github.com/senseBox/senseBoxBLE", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeSpan/HomeSpan.git", + "repository": "https://github.com/sensebox/senseBoxBLE.git", "providesIncludes": [ - "HomeSpan.h" + "SenseBoxBLE.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.1.zip", - "archiveFileName": "HomeSpan-1.1.1.zip", - "size": 1040502, - "checksum": "SHA-256:e912be613a48c107673d7e4b46c2e30b425b37803ab0923938466573e2a76cc4" + "url": "https://downloads.arduino.cc/libraries/github.com/sensebox/SenseBoxBLE-1.0.0.zip", + "archiveFileName": "SenseBoxBLE-1.0.0.zip", + "size": 21284, + "checksum": "SHA-256:7a71352412a7e49da66eda0c13bdf3a9dd1653325f7b4219b7f68822b2d68f68" }, { - "name": "HomeSpan", - "version": "1.1.2", - "author": "Gregg \u003chomespan@icloud.com\u003e", - "maintainer": "Gregg \u003chomespan@icloud.com\u003e", - "sentence": "A robust and extremely easy-to-use HomeKit implementation for the Espressif ESP32 running on the Arduino IDE.", - "paragraph": "This library provides a microcontroller-focused implementation of Apple's HomeKit Accessory Protocol (HAP - Release R2) designed specifically for the ESP32 running on the Arduino IDE. HomeSpan pairs directly to iOS Home via WiFi without the need for any external bridges or components. The user can then use the full power of the ESP32's I/O functionality to create custom control software and/or hardware to operate external devices.", - "website": "https://github.com/HomeSpan/HomeSpan", - "category": "Uncategorized", + "name": "SenseBoxBLE", + "version": "1.1.0", + "author": "Felix Erdmann \u003cf.erdmann@reedu.de\u003e", + "maintainer": "Felix Erdmann \u003cf.erdmann@reedu.de\u003e", + "sentence": "Arduino library to send data over the senseBox BLE Bee", + "paragraph": "This library allows you to send data over the senseBox BLE Bee. It is based on the phyphox_BLE library.", + "website": "https://github.com/senseBox/senseBoxBLE", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/HomeSpan/HomeSpan.git", + "repository": "https://github.com/sensebox/senseBoxBLE.git", "providesIncludes": [ - "HomeSpan.h" + "SenseBoxBLE.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/HomeSpan/HomeSpan-1.1.2.zip", - "archiveFileName": "HomeSpan-1.1.2.zip", - "size": 1041524, - "checksum": "SHA-256:83be4db720600348de92d5c70e6fca71288a2c0082227e583128e1e32d8c72fa" + "url": "https://downloads.arduino.cc/libraries/github.com/sensebox/SenseBoxBLE-1.1.0.zip", + "archiveFileName": "SenseBoxBLE-1.1.0.zip", + "size": 21451, + "checksum": "SHA-256:51d93ce23aeb6687a92246e7122ba5c2e4d26075f190a67f34e18d0f59895758" }, { - "name": "Alpenglow FUnicorn", - "version": "1.0.0", - "author": "Alpenglow Industries", - "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", - "sentence": "Controls the LED message on the FUnicorn.", - "paragraph": "The FUnicorn is an irreverent and educational desk gadget, with goal of making you laugh and getting you excited about writing code to blink some lights. Note: this code involves swear words.", - "website": "https://www.alpenglowindustries.com/funicorn", - "category": "Device Control", + "name": "MicroMidiDevices", + "version": "0.1.0", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (very) Simple Library to manage various input devices as MIDI controllers", + "paragraph": "MIDI controllers for (not so programming lovers) Musicians", + "website": "https://github.com/franeum/MicroMidiDevices", + "category": "Signal Input/Output", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/AlpenglowInd/FUnicorn.git", + "repository": "https://github.com/franeum/MicroMidiDevices.git", "dependencies": [ { - "name": "ADCTouch" + "name": "MIDIUSB" + }, + { + "name": "ResponsiveAnalogRead" + }, + { + "name": "BasicEncoder" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/Alpenglow_FUnicorn-1.0.0.zip", - "archiveFileName": "Alpenglow_FUnicorn-1.0.0.zip", - "size": 12713, - "checksum": "SHA-256:8853e0ad76129170c72f9f28ece917e3ba20d1db04621af04626e6b8422199e2" + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/MicroMidiDevices-0.1.0.zip", + "archiveFileName": "MicroMidiDevices-0.1.0.zip", + "size": 12967, + "checksum": "SHA-256:21c385d1c7f6da965d87ce1ed03c5bff08729cefab93d9c5e594bb2b937181e1" }, { - "name": "Alpenglow FUnicorn", - "version": "1.1.0", - "author": "Alpenglow Industries", - "maintainer": "Alpenglow Industries \u003cinfo@alpenglowindustries.com\u003e", - "sentence": "Controls the LED message on the FUnicorn.", - "paragraph": "The FUnicorn is an irreverent and educational desk gadget, with goal of making you laugh and getting you excited about writing code to blink some lights. Note: this code involves swear words.", - "website": "https://www.alpenglowindustries.com/funicorn", - "category": "Device Control", + "name": "Adafruit FT5336", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for FT5336-based Capacitive touch screen", + "paragraph": "Arduino library for FT5336-based Capacitive touch screen", + "website": "https://github.com/adafruit/Adafruit_FT5336_Library", + "category": "Display", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/AlpenglowInd/FUnicorn.git", + "repository": "https://github.com/adafruit/Adafruit_FT5336.git", "dependencies": [ { - "name": "ADCTouch" + "name": "Adafruit HX8357 Library" }, { - "name": "Ultrasonic" + "name": "Adafruit GFX Library" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/AlpenglowInd/Alpenglow_FUnicorn-1.1.0.zip", - "archiveFileName": "Alpenglow_FUnicorn-1.1.0.zip", - "size": 14261, - "checksum": "SHA-256:bb1223e3bbf918314950486346317955aecb2fea703d73b38e10c1cbc49dd3bf" + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_FT5336-1.0.0.zip", + "archiveFileName": "Adafruit_FT5336-1.0.0.zip", + "size": 7229, + "checksum": "SHA-256:eae7820ad336654e4be331d6f5bb56f61ba642ce20eb1b78c458737ceaf147bd" }, { - "name": "M5EPD", - "version": "0.1.0", - "author": "M5EPD", - "maintainer": "YiHan Tong \u003ctongyihan@m5stack.com\u003e", - "sentence": "Library for M5Paper development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5EPD", - "category": "Device Control", + "name": "NetApiHelpers", + "version": "1.0.0", + "author": "Juraj Andrassy", + "maintainer": "Juraj Andrassy \u003cjuraj.andrassy@gmail.com\u003e", + "sentence": "Arduino Networking API helper classes and tests", + "paragraph": "Useful classes and tests for Arduino Networking API implementations", + "website": "https://github.com/jandrassy/NetApiHelpers", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5EPD.git", + "repository": "https://github.com/jandrassy/NetApiHelpers.git", "providesIncludes": [ - "M5EPD.h" + "NetApiHelpers.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5EPD-0.1.0.zip", - "archiveFileName": "M5EPD-0.1.0.zip", - "size": 3578510, - "checksum": "SHA-256:847ad20645f037d045764a98e936f43581d6386b3018dd4e1e2ec9ae207d79f9" + "url": "https://downloads.arduino.cc/libraries/github.com/jandrassy/NetApiHelpers-1.0.0.zip", + "archiveFileName": "NetApiHelpers-1.0.0.zip", + "size": 30680, + "checksum": "SHA-256:045e0c8e0fba29dfa1dd850ccc431bf317294ef8255fdc0c01c8ad0db5337587" }, { - "name": "PololuMenu", + "name": "Deneyap Kart IDE Ornekler", "version": "1.0.0", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "Pololu library for simple LCD Menus.", - "paragraph": "This library makes it easy to create basic menus with an 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD, pushbutton, and buzzer libraries.", - "website": "https://github.com/pololu/pololu-menu-arduino", - "category": "Device Control", + "author": "mustafa_kok", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Deneyap Kart Agent \u0026 IDE Dahili Örnek Kodlarının Yer Aldığı Kütüphane", + "paragraph": "Library containing Deneyap Kart Agent \u0026 IDE Internal Sample Codes", + "website": "https://github.com/pxsty0/deneyapkart.agent.lib", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/pololu-menu-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-1.0.0.zip", - "archiveFileName": "PololuMenu-1.0.0.zip", - "size": 8705, - "checksum": "SHA-256:e1a985049361f58de5b9d44c97688d4fae55661fdd5f3657efa3c2514d2c96b6" + "repository": "https://github.com/pxsty0/deneyapkart.agent.lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pxsty0/Deneyap_Kart_IDE_Ornekler-1.0.0.zip", + "archiveFileName": "Deneyap_Kart_IDE_Ornekler-1.0.0.zip", + "size": 26586301, + "checksum": "SHA-256:f03de8dac4b83d7fe71206cee659bb7f41deb83482b93194e87165da9ed94102" }, { - "name": "PololuMenu", - "version": "1.0.2", - "author": "Pololu", - "maintainer": "Pololu \u003cinbox@pololu.com\u003e", - "sentence": "Pololu library for simple LCD Menus.", - "paragraph": "This library makes it easy to create basic menus with an 8x2 character LCD, some buttons, and an optional buzzer to beep when the buttons are pressed. Designed for Pololu products such as the A-Star 32U4 and will work on other Arduino platforms that can use our LCD, pushbutton, and buzzer libraries.", - "website": "https://github.com/pololu/pololu-menu-arduino", - "category": "Device Control", + "name": "Deneyap Kart IDE Ornekler", + "version": "1.0.1", + "author": "mustafa_kok", + "maintainer": "Turkish Technnology Team Foundation (T3)", + "sentence": "Deneyap Kart Agent \u0026 IDE Dahili Örnek Kodlarının Yer Aldığı Kütüphane", + "paragraph": "Library containing Deneyap Kart Agent \u0026 IDE Internal Sample Codes", + "website": "https://github.com/pxsty0/deneyapkart.agent.lib", + "category": "Uncategorized", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pololu/pololu-menu-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/pololu/PololuMenu-1.0.2.zip", - "archiveFileName": "PololuMenu-1.0.2.zip", - "size": 9169, - "checksum": "SHA-256:c7483dce4c647c135c6836dac6254b64461f5189cbd2a0d881a4b097d51e0494" + "repository": "https://github.com/pxsty0/deneyapkart.agent.lib.git", + "url": "https://downloads.arduino.cc/libraries/github.com/pxsty0/Deneyap_Kart_IDE_Ornekler-1.0.1.zip", + "archiveFileName": "Deneyap_Kart_IDE_Ornekler-1.0.1.zip", + "size": 26592399, + "checksum": "SHA-256:ac343daa9d5263bc391621e70578571e7d69ae54d789959d10b521c64e783a03" }, { - "name": "LapINA219", - "version": "1.0.0", - "author": "LucyAmy Photography", - "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea", - "sentence": "This is a simple current and voltage sensing library for the INA219 high-side Current Sensor", - "paragraph": "LapINA219 provides basic current, voltage, and power monitoring, with a current resolution 0.1mA, maximum bus voltage of 16V, and maximum bus current of 400mA. It is designed to monitor a project's power, and is small and lightweight. There are other more complex libraries available if you need more control over the setup.", - "website": "https://github.com/lucyamy/LapINA219", - "category": "Sensors", + "name": "TI_SN76489", + "version": "0.0.2", + "author": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "maintainer": "Francesco Bianchi \u003celettrochuck@gmail.com\u003e", + "sentence": "Arduino (Uno) Library to manage Texas Instruments SN76489 sound chip", + "paragraph": "Arduino (Uno) Library to manage Texas Instruments SN76489 sound chip with integrated clock generator", + "website": "https://github.com/franeum/TI_SN76489", + "category": "Device Control", "architectures": [ - "*" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucyamy/LapINA219.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapINA219-1.0.0.zip", - "archiveFileName": "LapINA219-1.0.0.zip", - "size": 5756, - "checksum": "SHA-256:35293e32e640ea92b148ffca070ea6ba702be7cc6a6819eb1efa9fdbc8121db3" + "repository": "https://github.com/franeum/TI_SN76489.git", + "url": "https://downloads.arduino.cc/libraries/github.com/franeum/TI_SN76489-0.0.2.zip", + "archiveFileName": "TI_SN76489-0.0.2.zip", + "size": 10527, + "checksum": "SHA-256:ef9deda5387847eff0cc7c9fd5daff69cd5d4fe9e41102b5df11d080ea73e1ff" }, { - "name": "LiveObjectsSDK", - "version": "2.0.0", - "author": "Orange", - "maintainer": "Marc Delain \u003cmarc.delain@orange.com\u003e, Krzysztof Krzeslak \u003ckrzysztof.krzeslak@orange.com\u003e", - "sentence": "A library that makes connection with Orange LiveObjects platform a breeze.", - "paragraph": "Supports connection with LiveObjects platform in device mode, with the use of GSM or WifI connectivity.", - "website": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino", - "category": "Communication", + "name": "FloatArrayManager", + "version": "0.1.0", + "author": "Adam Howell \u003cadam.j.howell@gmail.com\u003e", + "maintainer": "Adam Howell \u003cadam.j.howell@gmail.com\u003e", + "sentence": "A library to simplify averaging a moving window of values.", + "paragraph": "Use insertValue() to add a value to the array and bump the oldest value off, similar to a FIFO queue. Values can also be set explicitly.", + "website": "https://github.com/AdamJHowell/FloatArrayManager/", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/DatavenueLiveObjects/LiveObjects_SDK_for_Arduino.git", - "providesIncludes": [ - "LiveObjects.h" - ], - "dependencies": [ - { - "name": "WiFiNINA" - }, - { - "name": "MKRNB" - }, - { - "name": "ArduinoJson" - }, - { - "name": "MKRGSM" - }, - { - "name": "WiFi101" - }, - { - "name": "PubSubClient" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/DatavenueLiveObjects/LiveObjectsSDK-2.0.0.zip", - "archiveFileName": "LiveObjectsSDK-2.0.0.zip", - "size": 18949762, - "checksum": "SHA-256:c8c8d12a33cb606cc4ff12f3e2ea24f56b885ed0c849adf08e47615dfd02b25b" + "repository": "https://github.com/AdamJHowell/ArrayManager.git", + "url": "https://downloads.arduino.cc/libraries/github.com/AdamJHowell/FloatArrayManager-0.1.0.zip", + "archiveFileName": "FloatArrayManager-0.1.0.zip", + "size": 3825, + "checksum": "SHA-256:d5c92434092681bda49f319dc45d6b13a33d9940e31d26e3e0e3f0d0141ce1f0" }, { - "name": "Approximate", + "name": "ArtronShop_LineNotify", "version": "1.0.0", - "author": "David Chatting \u003capproximate@davidchatting.com\u003e", - "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", - "sentence": "The Approximate library is a WiFi Arduino Library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", - "paragraph": "The Approximate library is a WiFi Arduino Library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32, perhaps a switch that operates the nearest lamp or a song that plays when you (and your phone) come home.", - "website": "https://github.com/davidchatting/Approximate", + "author": "ArtronShop CO.,LTD.", + "maintainer": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "sentence": "LINE Notify library for ESP32 and ESP8266", + "paragraph": "Send notification message, sticker and images to LINE app", + "website": "https://github.com/ArtronShop/ArtronShop_LineNotify", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/davidchatting/Approximate.git", - "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.0.0.zip", - "archiveFileName": "Approximate-1.0.0.zip", - "size": 1360057, - "checksum": "SHA-256:881f721e19dd2ae1c8454cd5579205b4df0478232b628820b609e1cd07c6242d" + "repository": "https://github.com/ArtronShop/ArtronShop_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_LineNotify-1.0.0.zip", + "archiveFileName": "ArtronShop_LineNotify-1.0.0.zip", + "size": 10880, + "checksum": "SHA-256:074eec3560806e19dcf827e4d419d46a41a0fac463cc6d20cbaaada8ca0fb830" }, { - "name": "Approximate", + "name": "ArtronShop_LineNotify", "version": "1.0.1", - "author": "David Chatting \u003capproximate@davidchatting.com\u003e", - "maintainer": "David Chatting \u003capproximate@davidchatting.com\u003e", - "sentence": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.", - "paragraph": "The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32, perhaps a switch that operates the nearest lamp or a song that plays when you (and your phone) come home.", - "website": "https://github.com/davidchatting/Approximate", + "author": "ArtronShop CO.,LTD.", + "maintainer": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "sentence": "LINE Notify library for ESP32 and ESP8266", + "paragraph": "Send notification message, sticker and images to LINE app", + "website": "https://github.com/ArtronShop/ArtronShop_LineNotify", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/davidchatting/Approximate.git", - "dependencies": [ - { - "name": "ListLib" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/davidchatting/Approximate-1.0.1.zip", - "archiveFileName": "Approximate-1.0.1.zip", - "size": 1360062, - "checksum": "SHA-256:bcaf13e36fb336a1e670b3a315b981818ae2cc7c95cac9a4002b64be3d9b05b6" + "repository": "https://github.com/ArtronShop/ArtronShop_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_LineNotify-1.0.1.zip", + "archiveFileName": "ArtronShop_LineNotify-1.0.1.zip", + "size": 11289, + "checksum": "SHA-256:c4f88332686c46cb26d832e3f67a7cbe7e35b8bb3780fa6941212a5a1d92e968" }, { - "name": "LapI2CTop", - "version": "1.0.0", - "author": "LucyAmy Photography", - "maintainer": "Lucy Amanda Siobhán Anyte Emily Tegea", - "sentence": "LapI2CTop supports a branched topology I2C network, using the ubiquitous TCA9748 multiplexers", - "paragraph": "It performs discovery to find each I2C device on the bus, and assigns each a deviceID that can be used to setup the path to that device. There is a configurable limit of 64 I2C devices. If you need more you can change that. All that is needed to access a device anywhere on the bus is a call to setbus(deviceID) before talking to it. It's that simple.", - "website": "https://github.com/lucyamy/LapI2CTop", - "category": "Device Control", + "name": "ArtronShop_LineNotify", + "version": "1.0.2", + "author": "ArtronShop CO.,LTD.", + "maintainer": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "sentence": "LINE Notify library for ESP32 and ESP8266", + "paragraph": "Send notification message, sticker and images to LINE app", + "website": "https://github.com/ArtronShop/ArtronShop_LineNotify", + "category": "Communication", "architectures": [ - "*" + "esp8266", + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/lucyamy/LapI2CTop.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lucyamy/LapI2CTop-1.0.0.zip", - "archiveFileName": "LapI2CTop-1.0.0.zip", - "size": 9146, - "checksum": "SHA-256:a6eaa1f037d59cfa00952a6a8466b2d13958056dfb020210c7ebfadbe891ae0c" + "repository": "https://github.com/ArtronShop/ArtronShop_LineNotify.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ArtronShop_LineNotify-1.0.2.zip", + "archiveFileName": "ArtronShop_LineNotify-1.0.2.zip", + "size": 11285, + "checksum": "SHA-256:a5874b8d0cfb802cb81f174c516456cec6c9b593056b3a58ba1596fa996e8d12" }, { - "name": "NRF52_MBED_TimerInterrupt", - "version": "1.0.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", - "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", - "category": "Uncategorized", + "name": "RLab", + "version": "1.0.0", + "author": "Хорошевич Павел \u003ckhoroshevich.pa@gmail.com\u003e", + "maintainer": "Хорошевич Павел \u003ckhoroshevich.pa@gmail.com\u003e", + "sentence": "Управление РОББО Лабораторией.", + "paragraph": "Библиотека необходима для управления компонентами Лаборатории.", + "website": "https://github.com/RLab", + "category": "Device Control", "architectures": [ - "mbed", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "repository": "https://github.com/skyfroger/RLab.git", "providesIncludes": [ - "NRF52_MBED_TimerInterrupt.h", - "NRF52_MBED_ISR_Timer.h" + "RLab.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.0.1.zip", - "archiveFileName": "NRF52_MBED_TimerInterrupt-1.0.1.zip", - "size": 152420, - "checksum": "SHA-256:8047ffc35493f56f7bc2bff69d98f22209bd68d8784f07dc642bed0fd9602c40" + "url": "https://downloads.arduino.cc/libraries/github.com/skyfroger/RLab-1.0.0.zip", + "archiveFileName": "RLab-1.0.0.zip", + "size": 20480, + "checksum": "SHA-256:ab4b97975d78d7b904bc729d0b9a786441ec6f390df72f98513b0fa108493157" }, { - "name": "NRF52_MBED_TimerInterrupt", + "name": "roo_time", "version": "1.0.2", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", - "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", - "category": "Uncategorized", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Basic management of elapsed time.", + "paragraph": "Provides type safety around time intervals and different time units, guarding against common programming errors like confusing time units, or confusing 'timestamps' with 'intervals'.", + "website": "https://github.com/dejwk/roo_time", + "category": "Timing", "architectures": [ - "mbed", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "repository": "https://github.com/dejwk/roo_time.git", "providesIncludes": [ - "NRF52_MBED_TimerInterrupt.h", - "NRF52_MBED_ISR_Timer.h" + "roo_time.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.0.2.zip", - "archiveFileName": "NRF52_MBED_TimerInterrupt-1.0.2.zip", - "size": 157155, - "checksum": "SHA-256:e2ffac669b3373106d9d0b89491e75169d311ccf916a57c906165387fbbf7c8b" + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_time-1.0.2.zip", + "archiveFileName": "roo_time-1.0.2.zip", + "size": 14201, + "checksum": "SHA-256:6aff721b3066f8e442b37a0d2a71c54c8356bccca5bff8069a618847275d33c3" }, { - "name": "NRF52_MBED_TimerInterrupt", - "version": "1.1.1", - "author": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "This library enables you to use Interrupt from Hardware Timers on an NRF52-based board using mbed-RTOS such as Nano-33-BLE.", - "paragraph": "These nRF52 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.", - "website": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt", - "category": "Uncategorized", + "name": "roo_time", + "version": "1.0.4", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Basic management of elapsed time, wall time, and date time, with multi-timezone support.", + "paragraph": "Provides type safety around time intervals and different time units, guarding against common programming errors like confusing time units, or confusing 'timestamps' with 'intervals'.", + "website": "https://github.com/dejwk/roo_time", + "category": "Timing", "architectures": [ - "mbed", - "nrf52" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt.git", + "repository": "https://github.com/dejwk/roo_time.git", "providesIncludes": [ - "NRF52_MBED_TimerInterrupt.h", - "NRF52_MBED_ISR_Timer.h" + "roo_time.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/NRF52_MBED_TimerInterrupt-1.1.1.zip", - "archiveFileName": "NRF52_MBED_TimerInterrupt-1.1.1.zip", - "size": 165520, - "checksum": "SHA-256:894bbd91bac9d13ff101df00f054d7daddd2233427ce83e5d258016abcd38700" + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_time-1.0.4.zip", + "archiveFileName": "roo_time-1.0.4.zip", + "size": 14551, + "checksum": "SHA-256:f8f6e5091421285c419fb1b47e2e3e2e3c7b2d26d2025833fd7829db42fff5aa" }, { - "name": "M5_RTC_Module", + "name": "SettingsManagerESP32", "version": "1.0.0", - "author": "iotec GmbH \u003cwww.iotec-gmbh.de\u003e, Johannes W.", - "maintainer": "Johannes W.", - "sentence": "A library for using the RTC-Module from iotec for the M5-Stack.", - "paragraph": "The M5-RTC-Mod is a Real Time Clock specially designed for the popular ESP32 based M5-Stack. It features the RV-3028-C7 RTC from Micro Chrystal.", - "website": "https://github.com/iotec-gmbh/M5_RTC_Module", - "category": "Timing", + "author": "Maximiliano Ramirez \u003cmaximiliano.ramirezbravo@gmail.com\u003e", + "maintainer": "Maximiliano Ramirez \u003cmaximiliano.ramirezbravo@gmail.com\u003e", + "sentence": "Abstraction over ESP32 Arduino Preferences library to make your life easier.", + "paragraph": "Manage your ESP32 device preferences effortlessly with the SettingsManagerESP32 library. This powerful yet user-friendly library abstract away the complexities of dealing with ESP32 Non-Volatile Storage, providing you with a seamless and intuitive interface to store and retrieve your device settings.", + "website": "https://github.com/alkonosst/SettingsManagerESP32", + "category": "Data Storage", "architectures": [ "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/iotec-gmbh/M5_RTC_Module.git", + "repository": "https://github.com/alkonosst/SettingsManagerESP32.git", "providesIncludes": [ - "M5_RTC_Module.h" + "SettingsManagerESP32.h" ], - "dependencies": [ - { - "name": "RV-3028-C7" - }, - { - "name": "uEEPROMLib" - }, - { - "name": "MCP3X21" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/iotec-gmbh/M5_RTC_Module-1.0.0.zip", - "archiveFileName": "M5_RTC_Module-1.0.0.zip", - "size": 824437, - "checksum": "SHA-256:9a25c876012eae695920dbab8ddc134a5b2968384cba35a0a6321a814364fa03" - }, - { - "name": "ESP32 BLE Gamepad", - "version": "0.0.2", - "author": "lemmingDev", - "maintainer": "lemmingDev", - "sentence": "Bluetooth LE Gamepad library for the ESP32.", - "paragraph": "Bluetooth LE Gamepad library for the ESP32.", - "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", - "category": "Communication", - "architectures": [ - "esp32" - ], - "types": [ - "Contributed" - ], - "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.0.2.zip", - "archiveFileName": "ESP32_BLE_Gamepad-0.0.2.zip", - "size": 8285, - "checksum": "SHA-256:5e587cc7e43b1e08a39fca8a4321f7475e6d0cd5c8a27c7f490e59d68afb7d64" + "url": "https://downloads.arduino.cc/libraries/github.com/alkonosst/SettingsManagerESP32-1.0.0.zip", + "archiveFileName": "SettingsManagerESP32-1.0.0.zip", + "size": 29431, + "checksum": "SHA-256:11d5f18f3f2d7d70fcd7fc0ac827b7fcaa04a31abb0da9e1416f64f87c0f3b8e" }, { - "name": "ESP32 BLE Gamepad", - "version": "0.1.1", - "author": "lemmingDev", - "maintainer": "lemmingDev", - "sentence": "Bluetooth LE Gamepad library for the ESP32.", - "paragraph": "Bluetooth LE Gamepad library for the ESP32.", - "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", + "name": "EasIno", + "version": "1.0.0", + "author": "Frai13", + "maintainer": "Frai13", + "sentence": "A protocol that allows to easily communicate with Arduino boards, using different communication options.", + "paragraph": "See repository documentation for more information about usage.", + "website": "https://github.com/Frai13/EasIno", "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.1.1.zip", - "archiveFileName": "ESP32_BLE_Gamepad-0.1.1.zip", - "size": 9656, - "checksum": "SHA-256:fc06c2a837eb59de83ba601970e19abdf87ca0b4386cd3e9c2ca235aebda246f" + "repository": "https://github.com/Frai13/EasIno.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Frai13/EasIno-1.0.0.zip", + "archiveFileName": "EasIno-1.0.0.zip", + "size": 15932, + "checksum": "SHA-256:3d21c0b9e35fb76bb43c3b788e13f5d06462703bf63f6708cb30f3e3cb8f0de4" }, { - "name": "ESP32 BLE Gamepad", - "version": "0.1.3", - "author": "lemmingDev", - "maintainer": "lemmingDev", - "sentence": "Bluetooth LE Gamepad library for the ESP32.", - "paragraph": "Bluetooth LE Gamepad library for the ESP32.", - "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", - "category": "Communication", + "name": "GuL_TI_Humidity_HDC10XX", + "version": "1.0.0", + "author": "Guido Lehne", + "maintainer": "Guido Lehne", + "sentence": "An Arduino-Framework library to work with humidity sensors series HDC10XX of Texas Instruments.", + "paragraph": "The specific sensors are HDC1010 and HDC1080", + "website": "https://github.com/boeserfrosch/GuL_TI_Humidity", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.1.3.zip", - "archiveFileName": "ESP32_BLE_Gamepad-0.1.3.zip", - "size": 10764, - "checksum": "SHA-256:91e121f834af4aa02f1f8fa58e06a171c93a9efddb1bcff7eb12bd4c0b501d88" + "repository": "https://github.com/boeserfrosch/GuL_TI_Humidity.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_TI_Humidity_HDC10XX-1.0.0.zip", + "archiveFileName": "GuL_TI_Humidity_HDC10XX-1.0.0.zip", + "size": 21108, + "checksum": "SHA-256:e982f1cdc8a1b74270ee6f7f96ece1cc412344bd68d50f6781f7fa39745c82d1" }, { - "name": "ESP32 BLE Gamepad", - "version": "0.1.4", - "author": "lemmingDev", - "maintainer": "lemmingDev", - "sentence": "Bluetooth LE Gamepad library for the ESP32.", - "paragraph": "Bluetooth LE Gamepad library for the ESP32.", - "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", - "category": "Communication", + "name": "GuL_TI_Humidity_HDC10XX", + "version": "1.1.0", + "author": "Guido Lehne", + "maintainer": "Guido Lehne", + "sentence": "An Arduino-Framework library to work with humidity sensors series HDC10XX of Texas Instruments.", + "paragraph": "The specific sensors are HDC1010 and HDC1080", + "website": "https://github.com/boeserfrosch/GuL_TI_Humidity", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.1.4.zip", - "archiveFileName": "ESP32_BLE_Gamepad-0.1.4.zip", - "size": 11222, - "checksum": "SHA-256:826546a7b130774b4fa1af80edaf2f11fae68b87867144f977484dce2b9020f8" + "repository": "https://github.com/boeserfrosch/GuL_TI_Humidity.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_TI_Humidity_HDC10XX-1.1.0.zip", + "archiveFileName": "GuL_TI_Humidity_HDC10XX-1.1.0.zip", + "size": 21114, + "checksum": "SHA-256:ef3b8fcb58e10582541f557e667e31fc03bef766141f3ef330bf4964376c09a0" }, { - "name": "ESP32 BLE Gamepad", - "version": "0.1.5", - "author": "lemmingDev", - "maintainer": "lemmingDev", - "sentence": "Bluetooth LE Gamepad library for the ESP32.", - "paragraph": "Bluetooth LE Gamepad library for the ESP32.", - "website": "https://github.com/lemmingDev/ESP32-BLE-Gamepad", - "category": "Communication", + "name": "GuL_TI_Humidity_HDC10XX", + "version": "1.1.1", + "author": "Guido Lehne", + "maintainer": "Guido Lehne", + "sentence": "An Arduino-Framework library to work with humidity sensors series HDC10XX of Texas Instruments.", + "paragraph": "The specific sensors are HDC1010 and HDC1080", + "website": "https://github.com/boeserfrosch/GuL_TI_Humidity", + "category": "Sensors", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/lemmingDev/ESP32-BLE-Gamepad.git", - "url": "https://downloads.arduino.cc/libraries/github.com/lemmingDev/ESP32_BLE_Gamepad-0.1.5.zip", - "archiveFileName": "ESP32_BLE_Gamepad-0.1.5.zip", - "size": 11218, - "checksum": "SHA-256:511616d0b81804b3ab4c9683153b9cd071064ee395e006d57fa4f51fb6a1cce8" + "repository": "https://github.com/boeserfrosch/GuL_TI_Humidity.git", + "url": "https://downloads.arduino.cc/libraries/github.com/boeserfrosch/GuL_TI_Humidity_HDC10XX-1.1.1.zip", + "archiveFileName": "GuL_TI_Humidity_HDC10XX-1.1.1.zip", + "size": 21369, + "checksum": "SHA-256:048d075d6be37efe18d112849258e41c60e695b5fe8d8a8e8787c276bc9bb0be" }, { - "name": "EE895 Arduino Library", + "name": "lvglCpp", "version": "0.1.0", - "author": "Jakob Lechner \u003cmail@jalr.de\u003e", - "maintainer": "Jakob Lechner \u003cmail@jalr.de\u003e", - "sentence": "Library for the EE895 CO2 Sensor", - "paragraph": "An Arduino library for the \u003ca href=\"https://www.epluse.com/en/products/co2-measurement/co2-sensor/ee895/\"\u003eEE895 CO2 sensor\u003c/a\u003e manufactured by E+E Elektronik Ges.m.b.H.", - "website": "https://github.com/jalr/EE895", - "category": "Sensors", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "LVGL C++ wrapper.", + "paragraph": "This is only a wrapper for LVGL to be easily integrated in C++ projects, is intended to be more than a simple wrapper, will have specific features that will make it easier to be used.", + "website": "https://github.com/dev-board-tech/lvglCpp", + "category": "Other", "architectures": [ - "avr", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/jalr/EE895.git", - "url": "https://downloads.arduino.cc/libraries/github.com/jalr/EE895_Arduino_Library-0.1.0.zip", - "archiveFileName": "EE895_Arduino_Library-0.1.0.zip", - "size": 352232, - "checksum": "SHA-256:2a5ee773fb825dcb63c521f91b21e64e71e985e7c2b06c568e75743c53cf9c74" + "repository": "https://github.com/dev-board-tech/lvglCpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/lvglCpp-0.1.0.zip", + "archiveFileName": "lvglCpp-0.1.0.zip", + "size": 32131, + "checksum": "SHA-256:a91b24ae56a6fa0b8e542f5b438abef4a5e9212b46f9369bf4da142dd2bd0119" }, { - "name": "L298N_MotorDriver", - "version": "1.0.0", - "author": "Alex Krieg", - "maintainer": "Alex Krieg\u003calex.krieg@gmx.ch\u003e", - "sentence": "Arduino driver library for DC-Motors", - "website": "https://github.com/KROIA/L298N_MotorDriver", - "category": "Device Control", + "name": "lvglCpp", + "version": "0.1.2", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "LVGL C++ wrapper.", + "paragraph": "This is only a wrapper for LVGL to be easily integrated in C++ projects, is intended to be more than a simple wrapper, will have specific features that will make it easier to be used.", + "website": "https://github.com/dev-board-tech/lvglCpp", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/KROIA/L298N_MotorDriver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KROIA/L298N_MotorDriver-1.0.0.zip", - "archiveFileName": "L298N_MotorDriver-1.0.0.zip", - "size": 4432, - "checksum": "SHA-256:25182052cadd58a1d210bbf7bc2bfed0f90eb76ff136fbfb2aa2fab52656aef3" + "repository": "https://github.com/dev-board-tech/lvglCpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/lvglCpp-0.1.2.zip", + "archiveFileName": "lvglCpp-0.1.2.zip", + "size": 89911, + "checksum": "SHA-256:5d18d434438345baeae692697ad76f74b35e8ffdfe6561c76495cb5359bb1823" }, { - "name": "L298N_MotorDriver", - "version": "1.0.1", - "author": "Alex Krieg", - "maintainer": "Alex Krieg\u003calex.krieg@gmx.ch\u003e", - "sentence": "Arduino driver library for DC-Motors", - "website": "https://github.com/KROIA/L298N_MotorDriver", - "category": "Device Control", + "name": "lvglCpp", + "version": "0.1.3", + "author": "Iulian Gheorghiu", + "maintainer": "Iulian Gheorghiu ( morgoth@devboard.tech )", + "sentence": "LVGL C++ wrapper.", + "paragraph": "This is only a wrapper for LVGL to be easily integrated in C++ projects, is intended to be more than a simple wrapper, will have specific features that will make it easier to be used.", + "website": "https://github.com/dev-board-tech/lvglCpp", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/KROIA/L298N_MotorDriver.git", - "url": "https://downloads.arduino.cc/libraries/github.com/KROIA/L298N_MotorDriver-1.0.1.zip", - "archiveFileName": "L298N_MotorDriver-1.0.1.zip", - "size": 5353, - "checksum": "SHA-256:fcfbb644558dbcda6c11c6be09a361df1fdc51c2248842cd95e5c6a0306748a9" + "repository": "https://github.com/dev-board-tech/lvglCpp.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dev-board-tech/lvglCpp-0.1.3.zip", + "archiveFileName": "lvglCpp-0.1.3.zip", + "size": 257077, + "checksum": "SHA-256:460a72f7b4f2d46eaa4d657b2a7b71db87095d2763538d4b7408f030c889000a" }, { - "name": "107-Arduino-TMF8801", - "version": "1.0.0", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", - "website": "https://github.com/107-systems/107-Arduino-TMF8801", - "category": "Sensors", + "name": "roo_collections", + "version": "1.1.2", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Memory-conscious collections, supporting flat small hashtables, hash maps, and hash sets.", + "paragraph": "Keeps all elements with a single flat array, with size 2-3x times the number of elements (but with const lookup time by key).", + "website": "https://github.com/dejwk/roo_collections", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", + "repository": "https://github.com/dejwk/roo_collections.git", "providesIncludes": [ - "ArduinoTMF8801.h" + "roo_collections.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.0.zip", - "archiveFileName": "107_Arduino_TMF8801-1.0.0.zip", - "size": 6310692, - "checksum": "SHA-256:8d77c8b39e940b583e6f70136ccf4349d33f31ee8d5f69b9ab57e3a9da44bb01" + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_collections-1.1.2.zip", + "archiveFileName": "roo_collections-1.1.2.zip", + "size": 9930, + "checksum": "SHA-256:16abfa8692e216cd065b4275e9e10db3f1e6d03642d57fb5aaae95921b3a2245" }, { - "name": "107-Arduino-TMF8801", - "version": "1.0.1", - "author": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "maintainer": "Alexander Entinger \u003cconsulting@lxrobotics.com\u003e", - "sentence": "Arduino library for interfacing with the TMF8801 time-of-flight distance sensor.", - "website": "https://github.com/107-systems/107-Arduino-TMF8801", - "category": "Sensors", + "name": "roo_collections", + "version": "1.1.3", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Memory-conscious collections, supporting flat small hashtables, hash maps, and hash sets.", + "paragraph": "Keeps all elements with a single flat array, with size 2-3x times the number of elements (but with const lookup time by key).", + "website": "https://github.com/dejwk/roo_collections", + "category": "Other", "architectures": [ - "samd", - "mbed" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/107-systems/107-Arduino-TMF8801.git", - "providesIncludes": [ - "ArduinoTMF8801.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/107-systems/107_Arduino_TMF8801-1.0.1.zip", - "archiveFileName": "107_Arduino_TMF8801-1.0.1.zip", - "size": 6243679, - "checksum": "SHA-256:5c23d00fe2f72d7c5d8097ae7a6a9ff83622e224be133a985ae935692b20c7c6" + "repository": "https://github.com/dejwk/roo_collections.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_collections-1.1.3.zip", + "archiveFileName": "roo_collections-1.1.3.zip", + "size": 9923, + "checksum": "SHA-256:690c9ae23d0ef6db57687c8e297f225aa850c67a786f440cd16b7793d7d3ffaf" }, { - "name": "FauxmoESP", - "version": "2.1.0", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", + "name": "roo_collections", + "version": "1.1.4", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Memory-conscious collections, supporting flat small hashtables, hash maps, and hash sets.", + "paragraph": "Keeps all elements with a single flat array, with size 2-3x times the number of elements (but with const lookup time by key).", + "website": "https://github.com/dejwk/roo_collections", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.1.0.zip", - "archiveFileName": "FauxmoESP-2.1.0.zip", - "size": 11733, - "checksum": "SHA-256:103d51160e507e8ef7054afe69fc5e79bad2722f35e9fb197bf4ba95523d39e5" + "repository": "https://github.com/dejwk/roo_collections.git", + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_collections-1.1.4.zip", + "archiveFileName": "roo_collections-1.1.4.zip", + "size": 10483, + "checksum": "SHA-256:04c6e7f349f4ef2eab7f3ed8cf8ebf0c4c64c0b6e32574db1231d7b3627323b4" }, { - "name": "FauxmoESP", - "version": "2.2.0", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", + "name": "PCF8563_RTC", + "version": "1.0.0", + "author": "FACTS Engineering", + "maintainer": "FACTS Engineering \u003cmichaels@facts-eng.com\u003e", + "sentence": "A library that interfaces with the PCF8563 RTC.", + "website": "https://github.com/facts-engineering/PCF8563_RTC", + "category": "Timing", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.2.0.zip", - "archiveFileName": "FauxmoESP-2.2.0.zip", - "size": 13941, - "checksum": "SHA-256:9bf917b8f67de3718c64feca5f6bd440db94f619ff7b40a241b5a7c35869dc5f" + "repository": "https://github.com/facts-engineering/PCF8563_RTC.git", + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/PCF8563_RTC-1.0.0.zip", + "archiveFileName": "PCF8563_RTC-1.0.0.zip", + "size": 11858, + "checksum": "SHA-256:0464d5f5128c5bf57ca6ad72a44e5b9781631ae3b7c4f1c4e0fb14a0b5c2a563" }, { - "name": "FauxmoESP", - "version": "2.2.1", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", + "name": "ATMAC_EEPROM", + "version": "1.0.0", + "author": "FACTS Engineering", + "maintainer": "FACTS Engineering \u003cmichaels@facts-eng.com\u003e", + "sentence": "A library that interfaces the AT24MAC402/602 EEPROM chip.", + "website": "https://github.com/facts-engineering/AT24MAC_EEPROM/", + "category": "Data Storage", "architectures": [ - "*" + "samd" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.2.1.zip", - "archiveFileName": "FauxmoESP-2.2.1.zip", - "size": 13992, - "checksum": "SHA-256:e4611e1275f08a4547916a2203f9d8c919aff506dd15e1b9ea08fec4c638d4f1" + "repository": "https://github.com/facts-engineering/AT24MAC_EEPROM.git", + "url": "https://downloads.arduino.cc/libraries/github.com/facts-engineering/ATMAC_EEPROM-1.0.0.zip", + "archiveFileName": "ATMAC_EEPROM-1.0.0.zip", + "size": 12718, + "checksum": "SHA-256:712b6ed7791532c109c447a414d356d46e751130d68875ef40f7dce0b18c6bb1" }, { - "name": "FauxmoESP", - "version": "2.3.0", - "author": "Xose Perez", - "maintainer": "Xose Perez", - "sentence": "Amazon Alexa support for ESP8266", - "paragraph": "Amazon Alexa support for ESP8266", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", + "name": "roo_scheduler", + "version": "1.1.0", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Allows scheduling delayed and/or repetitive tasks.", + "paragraph": "Works on boards that support C++ standard library (e.g. Espressif ESP32 family). Specifically, it requires the following standard headers: `\u003cmemory\u003e`, `\u003cqueue\u003e`, and `\u003cfunctional\u003e`. Uses `std::priority_queue` for storage, and therefore: (1) Maintains the queue in a flat vector, and thus, does not dynamically reallocate memory as long as the queue remains below its present capacity. (In most practical cases, the queue will stay within small bound capacity); (2) Scheduling a task, as well as looking up the nearest scheduled task, is O(log N), where N is the queue length, so it remains fast even in those rare cases when the queue gets longer. The tasks can be defined as function pointers, but also as inline lambdas, or generally as arbitrary callables, so it is convenient and idiomatic to make them stateful.", + "website": "https://github.com/dejwk/roo_scheduler", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-2.3.0.zip", - "archiveFileName": "FauxmoESP-2.3.0.zip", - "size": 213521, - "checksum": "SHA-256:99c9ecb3655ba1374cf45fc474800154136c09190d7c291b716457192fdfe47f" + "repository": "https://github.com/dejwk/roo_scheduler.git", + "providesIncludes": [ + "roo_scheduler.h" + ], + "dependencies": [ + { + "name": "roo_time" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_scheduler-1.1.0.zip", + "archiveFileName": "roo_scheduler-1.1.0.zip", + "size": 12550, + "checksum": "SHA-256:301910cd93a03a3420dd29f7be6e7af2d38bed8cd32e7ce9349c92e324f4b21e" }, { - "name": "FauxmoESP", - "version": "3.0.2", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "sentence": "Amazon Alexa support for ESP8266 and ESP32", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", - "category": "Communication", + "name": "HydroinoJobMgr", + "version": "1.0.0", + "author": "oc", + "maintainer": "greenleaflocal@outlook.com", + "sentence": "A library for managing jobs/tasks associated with an arduino based controlled environment agricultural system.", + "paragraph": "This library provides a simple and efficient way for managing jobs/tasks associated with an arduino based controlled environment agricultural system.", + "website": "https://github.com/GreenLeafLocal/HydroinoJobMgr", + "category": "Device Control", "architectures": [ - "esp8266", - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", + "repository": "https://github.com/GreenLeafLocal/HydroinoJobMgr.git", "providesIncludes": [ - "fauxmoESP.h" + "HydroinoJobMgr.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.0.2.zip", - "archiveFileName": "FauxmoESP-3.0.2.zip", - "size": 215968, - "checksum": "SHA-256:4b2304b988cbb9ba27249830db067ae7c943aa2150e9c390c491aef1c8e20856" + "url": "https://downloads.arduino.cc/libraries/github.com/GreenLeafLocal/HydroinoJobMgr-1.0.0.zip", + "archiveFileName": "HydroinoJobMgr-1.0.0.zip", + "size": 24892, + "checksum": "SHA-256:d4539c116fa1b3bae927dadc0c0d9432a95fb847248146b2b93ad4c062cb72da" }, { - "name": "FauxmoESP", - "version": "3.1.0", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "sentence": "Amazon Alexa support for ESP8266 and ESP32", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "name": "Mosiwi_Basic_Learning_Kit", + "version": "3.0.0", + "author": "Mosiwi", + "maintainer": "Mosiwi", + "sentence": "Library for Mosiwi basic learning kit.", + "paragraph": "Learn arduino knowledge comprehensively, see more on https://docs.mosiwi.com/en/latest/index.html", + "website": "https://github.com/Mosiwi/Mosiwi-basic-learning-kit", + "category": "Device Control", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/Mosiwi/Mosiwi-basic-learning-kit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/Mosiwi/Mosiwi_Basic_Learning_Kit-3.0.0.zip", + "archiveFileName": "Mosiwi_Basic_Learning_Kit-3.0.0.zip", + "size": 2346184, + "checksum": "SHA-256:e049f2852642555334cf59a68142b6d6e10f3268c7d9bb9ac8bfe8b383061a37" + }, + { + "name": "PsychicHttp", + "version": "1.0.0", + "author": "Zach Hoeken \u003choeken@gmail.com\u003e", + "maintainer": "Zach Hoeken \u003choeken@gmail.com\u003e", + "sentence": "PsychicHttp is a robust webserver that supports http/https + websockets.", + "paragraph": "This library is based on the ESP-IDF HTTP Server library which is asynchronous, does http / https+ssl and supports websockets.", + "website": "https://github.com/hoeken/PsychicHttp", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", + "repository": "https://github.com/hoeken/PsychicHttp.git", "providesIncludes": [ - "fauxmoESP.h" + "PsychicHttp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.0.zip", - "archiveFileName": "FauxmoESP-3.1.0.zip", - "size": 24426, - "checksum": "SHA-256:370362675b2de5a51958b7bf7eaecdcadb456a48c5b9a2f0ac2ef0d12bf89576" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoTrace" + }, + { + "name": "UrlEncode" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hoeken/PsychicHttp-1.0.0.zip", + "archiveFileName": "PsychicHttp-1.0.0.zip", + "size": 373309, + "checksum": "SHA-256:af0193f665fe92ac0b6257df41d5da19c23b4b06d552d3580b73bc24fd49a38f" }, { - "name": "FauxmoESP", - "version": "3.1.1", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "sentence": "Amazon Alexa support for ESP8266 and ESP32", - "website": "https://bitbucket.org/xoseperez/fauxmoESP", + "name": "PsychicHttp", + "version": "1.0.1", + "author": "Zach Hoeken \u003choeken@gmail.com\u003e", + "maintainer": "Zach Hoeken \u003choeken@gmail.com\u003e", + "sentence": "PsychicHttp is a robust webserver that supports http/https + websockets.", + "paragraph": "This library is based on the ESP-IDF HTTP Server library which is asynchronous, does http / https+ssl and supports websockets.", + "website": "https://github.com/hoeken/PsychicHttp", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", + "repository": "https://github.com/hoeken/PsychicHttp.git", "providesIncludes": [ - "fauxmoESP.h" + "PsychicHttp.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.1.zip", - "archiveFileName": "FauxmoESP-3.1.1.zip", - "size": 24565, - "checksum": "SHA-256:febf3eb7c735b70e862ac3d83cf33a2fe2937bd0e15a3d4317129e9d7eb16f70" + "dependencies": [ + { + "name": "ArduinoJson" + }, + { + "name": "ArduinoTrace" + }, + { + "name": "UrlEncode" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hoeken/PsychicHttp-1.0.1.zip", + "archiveFileName": "PsychicHttp-1.0.1.zip", + "size": 473726, + "checksum": "SHA-256:2b7de781504245191fd94d9b76092615f8ae3582cf43763f8b3cdaa1427068b7" }, { - "name": "FauxmoESP", - "version": "3.1.2", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", - "sentence": "Amazon Alexa support for ESP8266 and ESP32", - "website": "https://github.com/vintlabs/fauxmoESP", + "name": "M95_EEPROM", + "version": "0.1.0", + "author": "Robert Middleton", + "maintainer": "Robert Middleton", + "sentence": "A library for talking with the M95 series of EEPROM chips from ST. May work with chips from other vendors as well.", + "website": "https://github.com/rm5248/m95-eeprom-arduino", + "category": "Data Storage", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rm5248/m95-eeprom-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rm5248/M95_EEPROM-0.1.0.zip", + "archiveFileName": "M95_EEPROM-0.1.0.zip", + "size": 5424, + "checksum": "SHA-256:c764b240b1d64c559ad27836c441218b9564cf89139530dae1bc0441f27de689" + }, + { + "name": "M95_EEPROM", + "version": "0.2.0", + "author": "Robert Middleton", + "maintainer": "Robert Middleton", + "sentence": "A library for talking with the M95 series of EEPROM chips from ST. May work with chips from other vendors as well.", + "website": "https://github.com/rm5248/m95-eeprom-arduino", + "category": "Data Storage", + "architectures": [], + "types": [ + "Contributed" + ], + "repository": "https://github.com/rm5248/m95-eeprom-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rm5248/M95_EEPROM-0.2.0.zip", + "archiveFileName": "M95_EEPROM-0.2.0.zip", + "size": 5807, + "checksum": "SHA-256:3e6807c8e5ebc0feb0ab6db6d686a75e18c519a9ffe9d59a64da376820315b74" + }, + { + "name": "IOTClient", + "version": "1.0.0", + "author": "Ham \u003cthaweechai.stk@gmail.com\u003e, Archi \u003capps.architronic@gmail.com\u003e", + "maintainer": "Ham \u003cthaweechai.stk@gmail.com\u003e", + "sentence": "IOT Client Library.", + "paragraph": "IOT Client Library for Archi-tronic IOT Server.", + "website": "https://github.com/DefHam140/IOTClient", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", - "providesIncludes": [ - "fauxmoESP.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.1.2.zip", - "archiveFileName": "FauxmoESP-3.1.2.zip", - "size": 25312, - "checksum": "SHA-256:681bdd4b2c3a74c8c4bb25658b4005e59ca9a9cfda76e227b41b4e881ff89e88" + "repository": "https://github.com/DefHam140/IOTClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DefHam140/IOTClient-1.0.0.zip", + "archiveFileName": "IOTClient-1.0.0.zip", + "size": 3252, + "checksum": "SHA-256:f007aecfe750422d48509989551f22114fdc87aa216eb47926b5a65505bdce38" }, { - "name": "FauxmoESP", - "version": "3.2.0", - "author": "Xose Pérez \u003cxose.perez@gmail.com\u003e", - "maintainer": "Paul Vint \u003cpaul@vintlabs.com\u003e", - "sentence": "Amazon Alexa support for ESP8266 and ESP32", - "website": "https://github.com/vintlabs/fauxmoESP", + "name": "IOTClient", + "version": "1.0.1", + "author": "Ham \u003cthaweechai.stk@gmail.com\u003e, Archi \u003capps.architronic@gmail.com\u003e", + "maintainer": "Ham \u003cthaweechai.stk@gmail.com\u003e", + "sentence": "IOT Client Library.", + "paragraph": "IOT Client Library for Archi-tronic IOT Server.", + "website": "https://github.com/DefHam140/IOTClient", "category": "Communication", "architectures": [ - "esp8266", "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/vintlabs/fauxmoESP.git", - "providesIncludes": [ - "fauxmoESP.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/vintlabs/FauxmoESP-3.2.0.zip", - "archiveFileName": "FauxmoESP-3.2.0.zip", - "size": 25651, - "checksum": "SHA-256:e5e38e59c6ae76b7a83f616b8d05d7c445e758de18eca01d2c129afb9447d82e" + "repository": "https://github.com/DefHam140/IOTClient.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DefHam140/IOTClient-1.0.1.zip", + "archiveFileName": "IOTClient-1.0.1.zip", + "size": 3892, + "checksum": "SHA-256:5cf690408642a29d1018569e1964a10deff9d646b213a986e90468e4c4a0657c" }, { - "name": "PlugPiBlack", - "version": "0.0.1", - "author": "Flavian Melquiades", - "maintainer": "PiCode Education", - "sentence": "Library used for program the Plu\u0026Pi Black board.", - "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", - "website": "https://github.com/picodebr/PlugPiBlack", - "category": "Device Control", + "name": "TinyDecisionTreeClassifier", + "version": "1.0.2", + "author": "Aleksei Karavaev \u003calexok997@gmail.com\u003e", + "maintainer": "Aleksei Karavaev \u003calexok997@gmail.com\u003e", + "sentence": "TinyDecisionTreeClassifier is a simple but elegant standalone library for training decision trees directly on the edge.", + "paragraph": "Based around the simplified C4.5 algotithm.", + "website": "https://github.com/allexoK/TinyDecisionTreeClassifier.git", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/picodebr/PlugPiBlack.git", - "providesIncludes": [ - "PlugPiBlack.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.1.zip", - "archiveFileName": "PlugPiBlack-0.0.1.zip", - "size": 1871, - "checksum": "SHA-256:0ad6de87fff3845b08e6ccf045ffa02657d2c385076e3f0a0d31edc9b9ac77d3" + "repository": "https://github.com/allexoK/TinyDecisionTreeClassifier.git", + "url": "https://downloads.arduino.cc/libraries/github.com/allexoK/TinyDecisionTreeClassifier-1.0.2.zip", + "archiveFileName": "TinyDecisionTreeClassifier-1.0.2.zip", + "size": 39134, + "checksum": "SHA-256:4fa03f40299810e96c383e88fbba90b48759c611af87bbc2012e3e1f4d46cbf6" }, { - "name": "PlugPiBlack", - "version": "0.0.2", - "author": "Flavian Melquiades", - "maintainer": "PiCode Education", - "sentence": "Library used for program the Plu\u0026Pi Black board.", - "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", - "website": "https://github.com/picodebr/PlugPiBlack", - "category": "Device Control", + "name": "LCD-I2C", + "version": "0.0.1", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "C++ Library for Liquid Crystal Displays (LCD) with the Hitachi HD44780 display driver.", + "paragraph": "The communication is realized by a PCF8574 remote 8 bit I/O Expander for I²c Bus.", + "website": "https://github.com/hasenradball/LCD-I2C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/picodebr/PlugPiBlack.git", + "repository": "https://github.com/hasenradball/LCD-I2C.git", "providesIncludes": [ - "PlugPiBlack.h" + "LCD-I2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.2.zip", - "archiveFileName": "PlugPiBlack-0.0.2.zip", - "size": 4691, - "checksum": "SHA-256:2e82ef112e23a799e25a56294e5b6659a127cd2279caeabd9fef8bdc6c016932" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/LCD_I2C-0.0.1.zip", + "archiveFileName": "LCD_I2C-0.0.1.zip", + "size": 2776204, + "checksum": "SHA-256:edeb622526b2e1e0fb544c78a4d790fc3cc5a9b48b826744c767335728c9e9b1" }, { - "name": "PlugPiBlack", - "version": "0.0.3", - "author": "Flavian Melquiades", - "maintainer": "PiCode Education", - "sentence": "Library used for program the Plu\u0026Pi Black board.", - "paragraph": "Allows simples control of the Plu\u0026Pi Black educational board.", - "website": "https://github.com/picodebr/PlugPiBlack", - "category": "Device Control", + "name": "LCD-I2C", + "version": "0.1.0", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "C++ Library for Liquid Crystal Displays (LCD) with the Hitachi HD44780 display driver.", + "paragraph": "The communication is realized by a PCF8574 remote 8 bit I/O Expander for I²c Bus.", + "website": "https://github.com/hasenradball/LCD-I2C", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/picodebr/PlugPiBlack.git", + "repository": "https://github.com/hasenradball/LCD-I2C.git", "providesIncludes": [ - "PlugPiBlack.h" + "LCD-I2C.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/picodebr/PlugPiBlack-0.0.3.zip", - "archiveFileName": "PlugPiBlack-0.0.3.zip", - "size": 5641, - "checksum": "SHA-256:560c995f1996f4729867610b7c969444852fa13774cab12978346581976293ad" + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/LCD_I2C-0.1.0.zip", + "archiveFileName": "LCD_I2C-0.1.0.zip", + "size": 2776698, + "checksum": "SHA-256:2d49feef7cb1d45eb6fe6bc9db87ea73b0734a3fcb6d48e79dfae976ddb84b31" }, { - "name": "ESP32 HUB75 LED MATRIX PANEL DMA Display", - "version": "1.2.3", - "author": "Faptastic", - "maintainer": "Faptastic", - "sentence": "Experimental DMA based LED Matrix HUB75 Library", - "paragraph": "An experimental Adafruit GFX compatible library for 64x32 or 64x64 LED matrix modules using the ESP32 DMA Engine for ultra-fast refresh rates, no-interrupts and therefore very low CPU usage.", - "website": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA", + "name": "LCD-I2C", + "version": "0.2.0", + "author": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "maintainer": "Frank Häfele \u003cmail@frankhaefele.de\u003e", + "sentence": "C++ Library for Liquid Crystal Displays (LCD) with the Hitachi HD44780 display driver.", + "paragraph": "The communication is realized by a PCF8574 remote 8 bit I/O Expander for I²c Bus.", + "website": "https://github.com/hasenradball/LCD-I2C", "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mrfaptastic/ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-1.2.3.zip", - "archiveFileName": "ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display-1.2.3.zip", - "size": 1209815, - "checksum": "SHA-256:9b5a63bae8cc4c27212ee585a4bcc34c5b4a033a4195aa57ba1ec00c4d964ef6" + "repository": "https://github.com/hasenradball/LCD-I2C.git", + "providesIncludes": [ + "LCD-I2C.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/hasenradball/LCD_I2C-0.2.0.zip", + "archiveFileName": "LCD_I2C-0.2.0.zip", + "size": 2777834, + "checksum": "SHA-256:1d2490f42be0503f7b9c2190a7fc4f3a017d9de154ffa72fb0f5b8b662906dcc" }, { - "name": "SparkFun u-blox Arduino Library", - "version": "1.8.7", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with u-blox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", + "name": "NeumannCorrector", + "version": "0.1.1", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for a NeumannCorrector. (randomizing streams of bits).", + "website": "https://github.com/RobTillaart/NeumannCorrector.git", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.7.zip", - "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.7.zip", - "size": 207836, - "checksum": "SHA-256:f9c7a6c5d150a71903a75a676948ea2625f81b733a6e2aba00a44bd2297727b7" + "repository": "https://github.com/RobTillaart/NeumannCorrector.git", + "providesIncludes": [ + "NeumannCorrector.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/NeumannCorrector-0.1.1.zip", + "archiveFileName": "NeumannCorrector-0.1.1.zip", + "size": 8045, + "checksum": "SHA-256:96e8e07d09344307071a9c181518d518d1c04c3765a3b76bd216368404b7bfe4" }, { - "name": "SparkFun u-blox Arduino Library", - "version": "1.8.8", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with u-blox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", + "name": "VirtualTherm", + "version": "1.0.0", + "author": "Kamil Pająk \u003ckontakt@kamilpajak.pl\u003e", + "maintainer": "Kamil Pająk \u003ckontakt@kamilpajak.pl\u003e", + "license": "BSD-3-Clause", + "sentence": "Calculates RTD thermometers' resistance for given temperatures.", + "paragraph": "This library provides an easy-to-use interface for calculating the resistance of RTD thermometers at various temperatures, aiding in the development of temperature sensing applications.", + "website": "https://github.com/kamilpajak/VirtualTherm", "category": "Sensors", "architectures": [ "*" @@ -368680,906 +833321,1041 @@ "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.8.zip", - "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.8.zip", - "size": 313900, - "checksum": "SHA-256:a8c150dedf162de22f6df817dcb1d10528a898c04dfabcbcf4808ba693fadc83" + "repository": "https://github.com/kamilpajak/VirtualTherm.git", + "url": "https://downloads.arduino.cc/libraries/github.com/kamilpajak/VirtualTherm-1.0.0.zip", + "archiveFileName": "VirtualTherm-1.0.0.zip", + "size": 7209, + "checksum": "SHA-256:ad3e969f7eafe1dc3ffd65ab98b84607a417d1e382f6b287b16dec290b48ce60" }, { - "name": "SparkFun u-blox Arduino Library", - "version": "1.8.9", - "author": "SparkFun Electronics \u003ctechsupport@sparkfun.com\u003e", - "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", - "sentence": "Library for I2C and Serial Communication with u-blox modules", - "paragraph": "An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/15136\"\u003eSparkFun GPS-RTK2\u003c/a\u003e ZED-F9P, \u003ca href=\"https://www.sparkfun.com/products/14980\"\u003eSparkFun GPS-RTK\u003c/a\u003e NEO-M8P-2, the \u003ca href=\"https://www.sparkfun.com/products/15210\"\u003eSparkFun SAM-M8Q\u003c/a\u003e, and the \u003ca href=\"https://www.sparkfun.com/products/15193\"\u003eSparkFun ZEO-M8Q\u003c/a\u003e. Library also works with other u-blox based boards. \u003cbr\u003e\u003cbr\u003eThe ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data.", - "website": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library", - "category": "Sensors", + "name": "roo_display", + "version": "1.3.0", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Graphics library, supporting variety of display devices and touch panels.", + "paragraph": "Supports SPI and parallel protocols. Efficient, feature-rich, fast, and customizable.", + "website": "https://github.com/dejwk/roo_display", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_u_blox_Arduino_Library-1.8.9.zip", - "archiveFileName": "SparkFun_u_blox_Arduino_Library-1.8.9.zip", - "size": 321812, - "checksum": "SHA-256:d8a3eef76d2a66e7b9578a38752ba0e5e1859cea26aa73780fab4777a62f2088" + "repository": "https://github.com/dejwk/roo_display.git", + "dependencies": [ + { + "name": "roo_collections" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_display-1.3.0.zip", + "archiveFileName": "roo_display-1.3.0.zip", + "size": 11287479, + "checksum": "SHA-256:2c4926741479e0a4584cb14fa115d69b534120a192045cf461f29e242c957690" }, { - "name": "PowerFlex4m", - "version": "1.0.0", - "author": "Brett McAlpine", - "maintainer": "Brett McAlpine \u003cbrettmcalpine@gmail.com\u003e", - "sentence": "Abstraction layer for simple ModBus communications with PowerFlex 4m VFDs", - "paragraph": "Useful for controlling your Allen Bradley PowerFlex 4m VFDs with just an Arduino. Even an Uno can do it.", - "website": "https://github.com/brettmcalpine/PowerFlex4m", - "category": "Device Control", + "name": "roo_material_icons", + "version": "1.0.2", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Collection of icons for use with the roo_display library.", + "paragraph": "Icons are coming from Google's open-source 'material icons' collection, used in Android and other Google products.", + "website": "https://github.com/dejwk/roo_material_icons", + "category": "Display", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/brettmcalpine/PowerFlex4m.git", + "repository": "https://github.com/dejwk/roo_material_icons.git", "dependencies": [ { - "name": "ArduinoRS485" - }, - { - "name": "ArduinoModbus" + "name": "roo_display" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/brettmcalpine/PowerFlex4m-1.0.0.zip", - "archiveFileName": "PowerFlex4m-1.0.0.zip", - "size": 6267, - "checksum": "SHA-256:eb9c377a34f49ced07bd344004fa17e0aa3eacdd817b093efc1d730fa92f4b5a" + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_material_icons-1.0.2.zip", + "archiveFileName": "roo_material_icons-1.0.2.zip", + "size": 6849712, + "checksum": "SHA-256:565764c74a00e27aab497cd19eba1baa5d47a5da979dd11c349a1100e261a16b" }, { - "name": "ESP Mail Client", - "version": "1.0.0", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", - "category": "Communication", + "name": "TMC7300", + "version": "0.1.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC7300 DC motor drivers.", + "paragraph": "Provides functions for configuring and using TMC7300 (Trinamic / ADI) DC motor driver ICs using a single UART serial wire from one GPIO pin.", + "website": "https://github.com/joshua-8/TMC5072", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.0.zip", - "archiveFileName": "ESP_Mail_Client-1.0.0.zip", - "size": 312481, - "checksum": "SHA-256:6411e9aa5f794ca110cf2d2865b318248ab9c8c04e3d17a00c875e53b000cd60" + "repository": "https://github.com/joshua-8/TMC7300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC7300-0.1.0.zip", + "archiveFileName": "TMC7300-0.1.0.zip", + "size": 8723, + "checksum": "SHA-256:6c8e74b24518dbb229836fb08f255374b6275a29c84ffa269aedad4928709c5a" }, { - "name": "ESP Mail Client", - "version": "1.0.1", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", - "category": "Communication", + "name": "TMC7300", + "version": "0.1.1", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC7300 DC motor drivers.", + "paragraph": "Provides functions for configuring and using TMC7300 (Trinamic / ADI) DC motor driver ICs using a single UART serial wire from one GPIO pin.", + "website": "https://github.com/joshua-8/TMC7300", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.1.zip", - "archiveFileName": "ESP_Mail_Client-1.0.1.zip", - "size": 316046, - "checksum": "SHA-256:fe86b5944054f6f101cac10b890081acbcb4bd983f677c9f8c152d54d074fb5d" + "repository": "https://github.com/joshua-8/TMC7300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC7300-0.1.1.zip", + "archiveFileName": "TMC7300-0.1.1.zip", + "size": 8803, + "checksum": "SHA-256:8eb00eb46b56a0d4250283f9409f6b216637b3e7d633419de5cefec2da6af185" }, { - "name": "ESP Mail Client", - "version": "1.0.2", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", - "category": "Communication", + "name": "TMC7300", + "version": "0.1.2", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC7300 DC motor drivers.", + "paragraph": "Provides functions for configuring and using TMC7300 (Trinamic / ADI) DC motor driver ICs using a single UART serial wire from one GPIO pin.", + "website": "https://github.com/joshua-8/TMC7300", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.2.zip", - "archiveFileName": "ESP_Mail_Client-1.0.2.zip", - "size": 316530, - "checksum": "SHA-256:46eb8fad5d3d92f58d598b4ddf36522885af248d4c38d197291daa17fe06eabf" + "repository": "https://github.com/joshua-8/TMC7300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC7300-0.1.2.zip", + "archiveFileName": "TMC7300-0.1.2.zip", + "size": 9180, + "checksum": "SHA-256:fc7660b817edbb1896ac277f1fb40e343d7bd27ca3ed64347c05dfa18f32014e" }, { - "name": "ESP Mail Client", - "version": "1.0.3", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", - "category": "Communication", + "name": "TMC7300", + "version": "0.2.0", + "author": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "maintainer": "Joshua Phelps \u003cjoshuaphelps127@gmail.com\u003e", + "sentence": "Control TMC7300 DC motor drivers.", + "paragraph": "Provides functions for configuring and using TMC7300 (Trinamic / ADI) DC motor driver ICs using a single UART serial wire from one GPIO pin.", + "website": "https://github.com/joshua-8/TMC7300", + "category": "Device Control", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.3.zip", - "archiveFileName": "ESP_Mail_Client-1.0.3.zip", - "size": 316526, - "checksum": "SHA-256:f2ae40df053478e6c659df0f702a6a98f14335396c964958783477a63af97b4e" + "repository": "https://github.com/joshua-8/TMC7300.git", + "url": "https://downloads.arduino.cc/libraries/github.com/joshua-8/TMC7300-0.2.0.zip", + "archiveFileName": "TMC7300-0.2.0.zip", + "size": 9299, + "checksum": "SHA-256:dcd35c961ae9ba03fd9b5619d21089e882a984f74539a07db53af3431d60106d" }, { - "name": "ESP Mail Client", - "version": "1.0.5", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", + "name": "tinyCommand", + "version": "0.1.0", + "author": "@chrmlinux03", + "maintainer": "@chrmlinux03", + "sentence": "A simple Arduino IDE library for serial command processing.", + "paragraph": "SerialCmd provides a basic framework for processing serial commands in Arduino IDE projects.", + "website": "https://github.com/chrmlinux/tinyCommand", "category": "Communication", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.5.zip", - "archiveFileName": "ESP_Mail_Client-1.0.5.zip", - "size": 323537, - "checksum": "SHA-256:3a2dea40e679ac012d86267c473abb9665ef571feed9cff37d354352c2cc03f6" + "repository": "https://github.com/chrmlinux/tinyCommand.git", + "url": "https://downloads.arduino.cc/libraries/github.com/chrmlinux/tinyCommand-0.1.0.zip", + "archiveFileName": "tinyCommand-0.1.0.zip", + "size": 4345, + "checksum": "SHA-256:f36b8435f46aa8f2cdeff2052e26409563a58da6f99bad9af5032a7ce447f9c5" }, { - "name": "ESP Mail Client", - "version": "1.0.6", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", - "category": "Communication", + "name": "MemoryHexDump", + "version": "1.0.1", + "author": "KurtE", + "maintainer": "KurtE", + "sentence": "Arduino Dump memory", + "paragraph": "Arduino Dump Memory library does not handle PROGMEM", + "website": "https://github.com/KurtE/MemoryHexDump", + "category": "Other", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.6.zip", - "archiveFileName": "ESP_Mail_Client-1.0.6.zip", - "size": 323557, - "checksum": "SHA-256:fd17095ba75e7d70cb294e7064a778c51dbe66806a6aab492e61c7ebd1616c8f" + "repository": "https://github.com/KurtE/MemoryHexDump.git", + "providesIncludes": [ + "MemoryHexDump.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/KurtE/MemoryHexDump-1.0.1.zip", + "archiveFileName": "MemoryHexDump-1.0.1.zip", + "size": 8038, + "checksum": "SHA-256:59207f734edc485b0f390c2158233d0c610e89ef7cc9f6ede17cdfe3fc0680f4" }, { - "name": "ESP Mail Client", - "version": "1.0.7", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", - "category": "Communication", + "name": "microlzw", + "version": "1.0.0", + "author": "nthnn", + "maintainer": "nthnn \u003cnthnn@gmail.com\u003e", + "sentence": "Embeddable micro Lempel-Ziv-Welch compression library for strings.", + "paragraph": "microlzw is a minimalist Lempel-Ziv-Welch compression library crafted for Arduino projects, prioritizing efficiency within constrained environments. This embeddable library provides a lightweight yet straightforward solution for compressing and decompressing strings.", + "website": "https://github.com/nthnn/microlzw", + "category": "Data Processing", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.7.zip", - "archiveFileName": "ESP_Mail_Client-1.0.7.zip", - "size": 323562, - "checksum": "SHA-256:d3ba4c5c637c891b25b0f7d1f874aa50063e899295590d6d86907ce0c0b4ee4e" + "repository": "https://github.com/nthnn/microlzw.git", + "providesIncludes": [ + "microlzw.h" + ], + "dependencies": [ + { + "name": "SoftwareSerial" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/nthnn/microlzw-1.0.0.zip", + "archiveFileName": "microlzw-1.0.0.zip", + "size": 8250, + "checksum": "SHA-256:4bb58a4c4caebc246add21669a6101916d532b1b727d7ab4045ac12b5e4b78e9" }, { - "name": "ESP Mail Client", - "version": "1.0.8", - "author": "Mobizt", - "maintainer": "Mobizt \u003csuwatchai@outlook.com\u003e", - "sentence": "Mail Client Arduino Library for Espressif ESP32 and ESP8266 devices.", - "paragraph": "This library allows the ESP32 and ESP8266 devices to send and read Email with the many options and features e.g. the attachments, inline images, embeded rfc822 messages are supported for upload when sending and download when reading the Emails.", - "website": "https://github.com/mobizt/ESP-Mail-Client", - "category": "Communication", + "name": "EloquentTensorFlow32", + "version": "1.0.0", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers for ESP32 chipset", + "website": "https://github.com/eloquentarduino/EloquentTensorFlow32", + "category": "Other", "architectures": [ - "esp32", - "esp8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/mobizt/ESP-Mail-Client.git", - "url": "https://downloads.arduino.cc/libraries/github.com/mobizt/ESP_Mail_Client-1.0.8.zip", - "archiveFileName": "ESP_Mail_Client-1.0.8.zip", - "size": 330199, - "checksum": "SHA-256:e72ff5c24bfc445588113e20c0dfa294de4c694a56c99389ad630f703cc85691" + "repository": "https://github.com/eloquentarduino/EloquentTensorFlow32.git", + "dependencies": [ + { + "name": "Arduino_TensorFlowLite_ESP32" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTensorFlow32-1.0.0.zip", + "archiveFileName": "EloquentTensorFlow32-1.0.0.zip", + "size": 5617, + "checksum": "SHA-256:4542a00d44b4180e5edcf3dce7c45802e97f5bab8e884102c14e05ba87ec6caf" }, { - "name": "MCP3X21", - "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "MCP3021 \u0026 MCP3221 Arduino library", - "website": "https://github.com/pilotak/MCP3X21", - "category": "Signal Input/Output", + "name": "EloquentTensorFlow32", + "version": "1.0.1", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers for ESP32 chipset", + "website": "https://github.com/eloquentarduino/EloquentTensorFlow32", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MCP3X21.git", - "providesIncludes": [ - "MCP3X21.h" + "repository": "https://github.com/eloquentarduino/EloquentTensorFlow32.git", + "dependencies": [ + { + "name": "Arduino_TensorFlowLite_ESP32" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MCP3X21-1.0.0.zip", - "archiveFileName": "MCP3X21-1.0.0.zip", - "size": 6370, - "checksum": "SHA-256:4cbd8f0f357d8b4631e5b73bc3b5f67db703b9b4a44bd5704b5db719c21dad77" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTensorFlow32-1.0.1.zip", + "archiveFileName": "EloquentTensorFlow32-1.0.1.zip", + "size": 5601, + "checksum": "SHA-256:d476ca1a494a2d1fc4be0d62600905ce8aba3e2715aec929aaebcc8a76e20dce" }, { - "name": "MCP3X21", - "version": "1.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "MCP3021 \u0026 MCP3221 Arduino library", - "website": "https://github.com/pilotak/MCP3X21", - "category": "Signal Input/Output", + "name": "EloquentTensorFlow32", + "version": "1.0.2", + "author": "Simone Salerno,eloquentarduino@gmail.com", + "maintainer": "Simone Salerno,eloquentarduino@gmail.com", + "sentence": "An eloquent interface to Tensorflow Lite for Microcontrollers for ESP32 chipset", + "website": "https://github.com/eloquentarduino/EloquentTensorFlow32", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MCP3X21.git", - "providesIncludes": [ - "MCP3X21.h" + "repository": "https://github.com/eloquentarduino/EloquentTensorFlow32.git", + "dependencies": [ + { + "name": "TensorFlowLite_ESP32" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MCP3X21-1.0.1.zip", - "archiveFileName": "MCP3X21-1.0.1.zip", - "size": 6357, - "checksum": "SHA-256:dbefca2e6d8289b5a1d6ff1a014cb32674b2ba3c5c57e28f95e72e9e29d72cda" + "url": "https://downloads.arduino.cc/libraries/github.com/eloquentarduino/EloquentTensorFlow32-1.0.2.zip", + "archiveFileName": "EloquentTensorFlow32-1.0.2.zip", + "size": 5597, + "checksum": "SHA-256:88a49288df5577a456470187937932672be8dd9e1a53f932b6f445cbcb9e4103" }, { - "name": "LPS35HW", - "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "LPS35HW pressure sensor library", - "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", - "website": "https://github.com/pilotak/LPS35HW", - "category": "Sensors", + "name": "Servo_Motor_Module", + "version": "0.4.3", + "author": "Adrian \u003cadrian@gmail.com\u003e", + "maintainer": "Adrian \u003cadrian@gmail.com\u003e", + "sentence": "This library uses the Servo Library to control Servo Motors", + "paragraph": "Servo Motor Module is easy to use and simple", + "website": "https://github.com/arduino279/Servo-Motor-Module/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/LPS35HW.git", + "repository": "https://github.com/arduino279/Servo-Motor-Module.git", "providesIncludes": [ - "LPS35HW.h" + "Servo-Motor-Module.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.0.zip", - "archiveFileName": "LPS35HW-1.0.0.zip", - "size": 8751, - "checksum": "SHA-256:33e50dbe38f05104f5bfa531b5908bb0f1646a6f919a740c01c685b218f5a857" + "dependencies": [ + { + "name": "Servo_Motor_Module" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/Servo_Motor_Module-0.4.3.zip", + "archiveFileName": "Servo_Motor_Module-0.4.3.zip", + "size": 11138, + "checksum": "SHA-256:8631e5f1ee2815955eb3b1d493f44d86b889d350960366092d243641d0746c8f" }, { - "name": "LPS35HW", - "version": "1.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "LPS35HW pressure sensor library", - "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", - "website": "https://github.com/pilotak/LPS35HW", - "category": "Sensors", + "name": "Servo_Motor_Module", + "version": "0.4.4", + "author": "Adrian \u003cadrian@gmail.com\u003e", + "maintainer": "Adrian \u003cadrian@gmail.com\u003e", + "sentence": "This library uses the Servo Library to control Servo Motors", + "paragraph": "Servo Motor Module is easy to use and simple", + "website": "https://github.com/arduino279/Servo-Motor-Module/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/LPS35HW.git", + "repository": "https://github.com/arduino279/Servo-Motor-Module.git", "providesIncludes": [ - "LPS35HW.h" + "Servo-Motor-Module.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.1.zip", - "archiveFileName": "LPS35HW-1.0.1.zip", - "size": 8877, - "checksum": "SHA-256:ab61276590882c9a2a12b488b692b69101bb8fe4c79cc4175f070be31b3ed800" + "dependencies": [ + { + "name": "Servo_Motor_Module" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/Servo_Motor_Module-0.4.4.zip", + "archiveFileName": "Servo_Motor_Module-0.4.4.zip", + "size": 11245, + "checksum": "SHA-256:0d06f002cac03eecf553e510eb26c565f32b47e5ea73ef8c0187c97fb56bff1d" }, { - "name": "LPS35HW", - "version": "1.0.2", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "LPS35HW pressure sensor library", - "paragraph": "compatible also with LPS22HB, LPS33W, LPS33HW", - "website": "https://github.com/pilotak/LPS35HW", - "category": "Sensors", + "name": "Servo_Motor_Module", + "version": "0.4.6", + "author": "Adrian \u003cadrian@gmail.com\u003e", + "maintainer": "Adrian \u003cadrian@gmail.com\u003e", + "sentence": "This library uses the Servo Library to control Servo Motors", + "paragraph": "Servo Motor Module is easy to use and simple", + "website": "https://github.com/arduino279/Servo-Motor-Module/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/LPS35HW.git", + "repository": "https://github.com/arduino279/Servo-Motor-Module.git", "providesIncludes": [ - "LPS35HW.h" + "Servo-Motor-Module.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/LPS35HW-1.0.2.zip", - "archiveFileName": "LPS35HW-1.0.2.zip", - "size": 9068, - "checksum": "SHA-256:4954fac956140c2219c44950b930527161128c2c5be6fb5755434f6969dd6988" + "dependencies": [ + { + "name": "Servo_Motor_Module" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/Servo_Motor_Module-0.4.6.zip", + "archiveFileName": "Servo_Motor_Module-0.4.6.zip", + "size": 12283, + "checksum": "SHA-256:887612d99d8ca2e08804f4c71169295e85d1c2a5b900f78cb1ff7cf5c1b397ce" }, { - "name": "MovingAverageAngle", - "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", - "website": "https://github.com/pilotak/MovingAverageAngle", - "category": "Signal Input/Output", - "architectures": [ - "*" - ], + "name": "ESC Thermal Printer BLE", + "version": "0.0.1", + "author": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "maintainer": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "sentence": "Library for ESC/POS Printer BLE", + "paragraph": "A Library to control an Esc/Pos thermal printer (microprinter) by Bluetooth BLE", + "website": "https://github.com/cranties/escposprinter", + "category": "Communication", + "architectures": [], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "repository": "https://github.com/rnrobles/esc-thermal-printer-ble.git", "providesIncludes": [ - "MovingAverageAngle.h" + "escprinterble.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.0.zip", - "archiveFileName": "MovingAverageAngle-1.0.0.zip", - "size": 5529, - "checksum": "SHA-256:21cd15ac682c892b570e33fb419f6f4660a47bf6c0128ad10430d71e73042a5c" + "dependencies": [ + { + "name": "BLEDevice" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rnrobles/ESC_Thermal_Printer_BLE-0.0.1.zip", + "archiveFileName": "ESC_Thermal_Printer_BLE-0.0.1.zip", + "size": 340030, + "checksum": "SHA-256:167608c048bb64adbbf84065d58ef38858ea01782ed555767b4a1009332f6e09" }, { - "name": "MovingAverageAngle", - "version": "1.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", - "website": "https://github.com/pilotak/MovingAverageAngle", - "category": "Signal Input/Output", + "name": "ESC Thermal Printer BLE", + "version": "0.0.2", + "author": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "maintainer": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "sentence": "Library for ESC/POS Printer BLE", + "paragraph": "A Library to control an Esc/Pos thermal printer by Bluetooth BLE", + "website": "https://github.com/rnrobles/esc-thermal-printer-ble", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "repository": "https://github.com/rnrobles/esc-thermal-printer-ble.git", "providesIncludes": [ - "MovingAverageAngle.h" + "escprinterble.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.1.zip", - "archiveFileName": "MovingAverageAngle-1.0.1.zip", - "size": 5536, - "checksum": "SHA-256:1d5fd1f8435f30e14cd74d3144de804e3208befa8b4cca2afa28d3e73f7d7271" + "dependencies": [ + { + "name": "BLEDevice" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rnrobles/ESC_Thermal_Printer_BLE-0.0.2.zip", + "archiveFileName": "ESC_Thermal_Printer_BLE-0.0.2.zip", + "size": 340045, + "checksum": "SHA-256:e1468683fa861d5c1117f78a3244dd902398c1f192bb16baaeb07ab7a787948d" }, { - "name": "MovingAverageAngle", - "version": "1.0.2", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", - "website": "https://github.com/pilotak/MovingAverageAngle", - "category": "Signal Input/Output", + "name": "ESC Thermal Printer BLE", + "version": "0.0.4", + "author": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "maintainer": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "sentence": "Library for ESC/POS Printer BLE", + "paragraph": "A Library to control an Esc/Pos thermal printer by Bluetooth BLE", + "website": "https://github.com/rnrobles/esc-thermal-printer-ble", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "repository": "https://github.com/rnrobles/esc-thermal-printer-ble.git", "providesIncludes": [ - "MovingAverageAngle.h" + "escprinterble.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.2.zip", - "archiveFileName": "MovingAverageAngle-1.0.2.zip", - "size": 5590, - "checksum": "SHA-256:c057453c77e17a2dfa49ced860b870bdee3982378212c452055358bd71ed6071" + "dependencies": [ + { + "name": "ESP32 BLE Arduino" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/rnrobles/ESC_Thermal_Printer_BLE-0.0.4.zip", + "archiveFileName": "ESC_Thermal_Printer_BLE-0.0.4.zip", + "size": 340051, + "checksum": "SHA-256:25921378e905a34737e101d9146b15551cbf6811c5f199c5e1f5063a3413428d" }, { - "name": "MovingAverageAngle", - "version": "1.0.3", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", - "website": "https://github.com/pilotak/MovingAverageAngle", - "category": "Signal Input/Output", + "name": "ESC Thermal Printer BLE", + "version": "0.0.5", + "author": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "maintainer": "Ramón Robles \u003crnrobles.dev@gmail.com\u003e", + "sentence": "Library for ESC/POS Printer BLE", + "paragraph": "A Library to control an Esc/Pos thermal printer by Bluetooth BLE", + "website": "https://github.com/rnrobles/esc-thermal-printer-ble", + "category": "Communication", "architectures": [ - "*" + "esp32", + "esp8266" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverageAngle.git", + "repository": "https://github.com/rnrobles/esc-thermal-printer-ble.git", "providesIncludes": [ - "MovingAverageAngle.h" + "escprinterble.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.3.zip", - "archiveFileName": "MovingAverageAngle-1.0.3.zip", - "size": 5639, - "checksum": "SHA-256:2d7e9abe66394db087e0154119e864e41037409567dd4b360ba92d51f8ab2351" + "url": "https://downloads.arduino.cc/libraries/github.com/rnrobles/ESC_Thermal_Printer_BLE-0.0.5.zip", + "archiveFileName": "ESC_Thermal_Printer_BLE-0.0.5.zip", + "size": 340033, + "checksum": "SHA-256:d02f4bc42ba7e5a9b848ae7bd74e7907282541d80700b3ce14beae4bd23c7336" }, { - "name": "MovingAverageAngle", - "version": "1.0.4", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino \u0026 Mbed Library for averaging angles 0-360°", - "website": "https://github.com/pilotak/MovingAverageAngle", - "category": "Signal Input/Output", + "name": "DCCEXProtocol", + "version": "0.0.1", + "author": "Peter Akers \u003cakersp62@gmail.com\u003e, David Zuhn \u003czoo@statebeltrailway.org\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "DCC-EX Native Protocol implementation", + "paragraph": "This library implements the DCC-EX Native protocol, allowing a device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/DCC-EX/DCCEXProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverageAngle.git", - "providesIncludes": [ - "MovingAverageAngle.h" + "repository": "https://github.com/DCC-EX/DCCEXProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DCC-EX/DCCEXProtocol-0.0.1.zip", + "archiveFileName": "DCCEXProtocol-0.0.1.zip", + "size": 173252, + "checksum": "SHA-256:dec0d9c7e68e7a66a5fa378b55a9ec290c03abc860d793ca795322293bfaaac9" + }, + { + "name": "DCCEXProtocol", + "version": "0.0.2", + "author": "Peter Akers \u003cakersp62@gmail.com\u003e, David Zuhn \u003czoo@statebeltrailway.org\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "DCC-EX Native Protocol implementation", + "paragraph": "This library implements the DCC-EX Native protocol, allowing a device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/DCC-EX/DCCEXProtocol", + "category": "Other", + "architectures": [ + "*" ], - "dependencies": [ - { - "name": "MovingAverage" - } + "types": [ + "Contributed" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageAngle-1.0.4.zip", - "archiveFileName": "MovingAverageAngle-1.0.4.zip", - "size": 5798, - "checksum": "SHA-256:ad3168d3f04c0142e2de0f995d016951e8ea219f6350358ac6ff956e416623f5" + "repository": "https://github.com/DCC-EX/DCCEXProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DCC-EX/DCCEXProtocol-0.0.2.zip", + "archiveFileName": "DCCEXProtocol-0.0.2.zip", + "size": 213882, + "checksum": "SHA-256:3bd5fe5a14b8cb06b20558d1b3bd79de2ba0cff817bb7ddb57147091b1d1eaf1" }, { - "name": "MovingAverageFloat", - "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino Library for averaging float numbers", - "website": "https://github.com/pilotak/MovingAverageFloat", - "category": "Signal Input/Output", + "name": "DCCEXProtocol", + "version": "0.0.3", + "author": "Peter Akers \u003cakersp62@gmail.com\u003e, David Zuhn \u003czoo@statebeltrailway.org\u003e", + "maintainer": "Peter Akers \u003cakersp62@gmail.com\u003e", + "sentence": "DCC-EX Native Protocol implementation", + "paragraph": "This library implements the DCC-EX Native protocol, allowing a device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).", + "website": "https://github.com/DCC-EX/DCCEXProtocol", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverageFloat.git", - "providesIncludes": [ - "MovingAverageFloat.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageFloat-1.0.0.zip", - "archiveFileName": "MovingAverageFloat-1.0.0.zip", - "size": 5119, - "checksum": "SHA-256:29f8ec338cbc4a8ab388f4a62a4c005aaad8c9d80fd4190c23d43e008848c83b" + "repository": "https://github.com/DCC-EX/DCCEXProtocol.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DCC-EX/DCCEXProtocol-0.0.3.zip", + "archiveFileName": "DCCEXProtocol-0.0.3.zip", + "size": 213944, + "checksum": "SHA-256:4c6237ebd9a428a7a9afa7bfd5cd1fdb82400a82eaa8280a41e2a94e9b4c0bb0" }, { - "name": "MovingAverageFloat", - "version": "1.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino Library for averaging float numbers", - "website": "https://github.com/pilotak/MovingAverageFloat", - "category": "Signal Input/Output", + "name": "PDLS_EXT3_Basic_Global", + "version": "7.0.3", + "author": "Rei Vilo for Pervasive Displays", + "maintainer": "Rei Vilo", + "sentence": "Library for Pervasive Displays iTC monochrome and colour screens and EXT3-1 board", + "paragraph": "Graphics and text primitives, global update", + "website": "https://pdls.pervasivedisplays.com/userguide/", + "category": "Display", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverageFloat.git", - "providesIncludes": [ - "MovingAverageFloat.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverageFloat-1.0.1.zip", - "archiveFileName": "MovingAverageFloat-1.0.1.zip", - "size": 5305, - "checksum": "SHA-256:00a6f0e560c75d66ce2e91f07786c7e08d62ab24999c7faefa9a59089999a229" + "repository": "https://github.com/rei-vilo/PDLS_EXT3_Basic_Global.git", + "url": "https://downloads.arduino.cc/libraries/github.com/rei-vilo/PDLS_EXT3_Basic_Global-7.0.3.zip", + "archiveFileName": "PDLS_EXT3_Basic_Global-7.0.3.zip", + "size": 87799, + "checksum": "SHA-256:0b3cefdeeb18af09200ec0e454a78375f67f57c00119c921e751a2ba3c8ae044" }, { - "name": "MovingAverage", - "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Moving Average library", - "website": "https://github.com/pilotak/MovingAverage", - "category": "Signal Input/Output", + "name": "DirectCurrent_Motor_Module", + "version": "0.4.1", + "author": "Adrian \u003cadrian@gmail.de\u003e", + "maintainer": "Adrian \u003cadrian@gmail.de\u003e", + "sentence": "Simple library to control various motors and engines", + "paragraph": "Control motors and servos with simple functions 😊", + "website": "https://github.com/arduino279/DC_Motor_Module/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverage.git", + "repository": "https://github.com/arduino279/DirectCurrent-Motor-Module.git", "providesIncludes": [ - "MovingAverage.h" + "Engine_Control.h", + "REMgQ29tcG9uZW50.h", + "U2Vydm8gQ29tcG9uZW50.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.0.zip", - "archiveFileName": "MovingAverage-1.0.0.zip", - "size": 4571, - "checksum": "SHA-256:c61e65c42b5bf844337ac779ceb05974668df39fd3e5b459b476078734c42834" + "dependencies": [ + { + "name": "DirectCurrent Motor Module" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/DirectCurrent_Motor_Module-0.4.1.zip", + "archiveFileName": "DirectCurrent_Motor_Module-0.4.1.zip", + "size": 14107, + "checksum": "SHA-256:cef1d8282c442f29fa026be27c90a4069351fa316c69702b3fcf40812cf11a73" }, { - "name": "MovingAverage", - "version": "1.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino Library for averaging fixed-point numbers", - "website": "https://github.com/pilotak/MovingAverage", - "category": "Signal Input/Output", + "name": "DirectCurrent_Motor_Module", + "version": "0.4.2", + "author": "Adrian \u003cadrian@gmail.de\u003e", + "maintainer": "Adrian \u003cadrian@gmail.de\u003e", + "sentence": "Simple library to control various motors and engines", + "paragraph": "Control motors and servos with simple functions 😊", + "website": "https://github.com/arduino279/DC_Motor_Module/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverage.git", + "repository": "https://github.com/arduino279/DirectCurrent-Motor-Module.git", "providesIncludes": [ - "MovingAverage.h" + "Engine_Control.h", + "REMgQ29tcG9uZW50.h", + "U2Vydm8gQ29tcG9uZW50.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.1.zip", - "archiveFileName": "MovingAverage-1.0.1.zip", - "size": 5202, - "checksum": "SHA-256:e892c60adaba9beecce087e74ff2f938c5731c8123ac9c79ed8807d8e650ed66" + "dependencies": [ + { + "name": "DirectCurrent Motor Module" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/DirectCurrent_Motor_Module-0.4.2.zip", + "archiveFileName": "DirectCurrent_Motor_Module-0.4.2.zip", + "size": 12023, + "checksum": "SHA-256:03cc36f70339a1c413e1aa1970c380ee7ebf11f66ef2160d621c15dadddb797c" }, { - "name": "MovingAverage", - "version": "1.0.2", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino Library for averaging fixed-point numbers", - "website": "https://github.com/pilotak/MovingAverage", - "category": "Signal Input/Output", + "name": "DirectCurrent_Motor_Module", + "version": "0.4.3", + "author": "Adrian \u003cadrian@gmail.de\u003e", + "maintainer": "Adrian \u003cadrian@gmail.de\u003e", + "sentence": "Simple library to control various motors and engines", + "paragraph": "Control motors and servos with simple functions 😊", + "website": "https://github.com/arduino279/DC_Motor_Module/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverage.git", + "repository": "https://github.com/arduino279/DirectCurrent-Motor-Module.git", "providesIncludes": [ - "MovingAverage.h" + "Engine_Control.h", + "REMgQ29tcG9uZW50.h", + "U2Vydm8gQ29tcG9uZW50.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.2.zip", - "archiveFileName": "MovingAverage-1.0.2.zip", - "size": 5205, - "checksum": "SHA-256:df853df3f00f4f01d8f2a466944be746122bbe75a9e8c544d396af9cf2efc9a0" + "dependencies": [ + { + "name": "DirectCurrent Motor Module" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/DirectCurrent_Motor_Module-0.4.3.zip", + "archiveFileName": "DirectCurrent_Motor_Module-0.4.3.zip", + "size": 12113, + "checksum": "SHA-256:0736976f6a1df393ffd6533f2a06c78e10e6dc53fd7c74f2efd0a45cc2683383" }, { - "name": "MovingAverage", - "version": "1.0.3", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Arduino Library for averaging fixed-point numbers", - "website": "https://github.com/pilotak/MovingAverage", - "category": "Signal Input/Output", + "name": "DirectCurrent_Motor_Module", + "version": "0.4.4", + "author": "Adrian \u003cadrian@gmail.de\u003e", + "maintainer": "Adrian \u003cadrian@gmail.de\u003e", + "sentence": "Simple library to control various motors and engines", + "paragraph": "Control motors and servos with simple functions 😊", + "website": "https://github.com/arduino279/DC_Motor_Module/", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MovingAverage.git", + "repository": "https://github.com/arduino279/DirectCurrent-Motor-Module.git", "providesIncludes": [ - "MovingAverage.h" + "Engine_Control.h", + "REMgQ29tcG9uZW50.h", + "U2Vydm8gQ29tcG9uZW50.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MovingAverage-1.0.3.zip", - "archiveFileName": "MovingAverage-1.0.3.zip", - "size": 5407, - "checksum": "SHA-256:2070c5235212855d38380f35e7299cd3c1c49fbdab5f2d8d57c6cb1cb66a48d6" + "dependencies": [ + { + "name": "DirectCurrent Motor Module" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/DirectCurrent_Motor_Module-0.4.4.zip", + "archiveFileName": "DirectCurrent_Motor_Module-0.4.4.zip", + "size": 12786, + "checksum": "SHA-256:6ed9060fadff755d391add493dbb4741227649fd065b061f04f07b96d3948490" }, { - "name": "MeteoFunctions", + "name": "ATD3.5-S3", "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Collection of meteo functions", - "paragraph": "extend your meteo station by calculating other meteorologist values", - "website": "https://github.com/pilotak/MeteoFunctions", - "category": "Data Processing", + "author": "ArtronShop CO.,LTD.", + "maintainer": "Sonthaya Nongnuch \u003csonthaya.nt@hotmail.com\u003e", + "sentence": "Library for ATD3.5-S3", + "paragraph": "HMI with ESP32-S3", + "website": "https://github.com/ArtronShop/ATD3.5-S3_Library", + "category": "Display", + "architectures": [ + "esp32" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/ArtronShop/ATD3.5-S3_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/ArtronShop/ATD3_5_S3-1.0.0.zip", + "archiveFileName": "ATD3_5_S3-1.0.0.zip", + "size": 11664, + "checksum": "SHA-256:e031bed212c847f10b386c671378a783796dca5176f80d04da3bd1d35b7a86fc" + }, + { + "name": "PestoLink-Receive", + "version": "1.0.0", + "author": "Alfredo Systems", + "maintainer": "Jacob Williams (jrw4561@gmail.com)", + "sentence": "Library for communicating over BLE to PestoLink-Online.", + "paragraph": "This library runs on a robot so it can be controlled by a driver with a driverstaton running PestoLink-Online.", + "website": "https://github.com/AlfredoSystems/PestoLink-Receive", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MeteoFunctions.git", + "repository": "https://github.com/AlfredoSystems/PestoLink-Receive.git", "providesIncludes": [ - "MeteoFunctions.h" + "PestoLink-Receive.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.0.zip", - "archiveFileName": "MeteoFunctions-1.0.0.zip", - "size": 8146, - "checksum": "SHA-256:1251acf620246dc944cd79cc91203307b60c4eb5eceab769517d0deca8436d08" + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoSystems/PestoLink_Receive-1.0.0.zip", + "archiveFileName": "PestoLink_Receive-1.0.0.zip", + "size": 16977, + "checksum": "SHA-256:ddc4d3666b9b28cd8c6c267b58c9364486f4a13484e321bd814b6b4284e764c1" }, { - "name": "MeteoFunctions", + "name": "PestoLink-Receive", "version": "1.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Collection of meteo functions", - "paragraph": "extend your meteo station by calculating other meteorologist values", - "website": "https://github.com/pilotak/MeteoFunctions", - "category": "Data Processing", + "author": "Alfredo Systems", + "maintainer": "Jacob Williams (jrw4561@gmail.com)", + "sentence": "Library for communicating over BLE to PestoLink-Online.", + "paragraph": "This library runs on a robot so it can be controlled by a driver with a driverstaton running PestoLink-Online.", + "website": "https://github.com/AlfredoSystems/PestoLink-Receive", + "category": "Device Control", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MeteoFunctions.git", + "repository": "https://github.com/AlfredoSystems/PestoLink-Receive.git", "providesIncludes": [ - "MeteoFunctions.h" + "PestoLink-Receive.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.1.zip", - "archiveFileName": "MeteoFunctions-1.0.1.zip", - "size": 8151, - "checksum": "SHA-256:dac592d451fe7c18a20a810db84dd8eb98bf2ba2d5a20c1d869341c202966c61" + "dependencies": [ + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/AlfredoSystems/PestoLink_Receive-1.0.1.zip", + "archiveFileName": "PestoLink_Receive-1.0.1.zip", + "size": 16994, + "checksum": "SHA-256:f9e0940cc4c0c6a1d16ac9490630e081b830a919d96e4118a5843c97d3aca9ae" }, { - "name": "MeteoFunctions", - "version": "1.0.2", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Collection of meteo functions", - "paragraph": "extend your meteo station by calculating other meteorologist values", - "website": "https://github.com/pilotak/MeteoFunctions", - "category": "Data Processing", + "name": "Serial_Monitor", + "version": "4.0.3", + "author": "Adrian \u003cadrian@gmail.com\u003e", + "maintainer": "Adrian \u003cadrian@gmail.com\u003e", + "sentence": "Monitors your code and prints actions to the Serial monitor", + "paragraph": "This library monitors your code and prints all actions to the Serial monitor", + "website": "https://github.com/arduino279/Serial-Monitor/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MeteoFunctions.git", + "repository": "https://github.com/arduino279/Serial-Monitor.git", "providesIncludes": [ - "MeteoFunctions.h" + "Serial-Monitor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.2.zip", - "archiveFileName": "MeteoFunctions-1.0.2.zip", - "size": 8330, - "checksum": "SHA-256:116d2af5ba74b5359eb512c1b5b440f1cb2c4f3ecbae72283f8c2705cf4c83f5" + "dependencies": [ + { + "name": "Serial_Monitor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/Serial_Monitor-4.0.3.zip", + "archiveFileName": "Serial_Monitor-4.0.3.zip", + "size": 10984, + "checksum": "SHA-256:ad276b23a3f0db0f404bbadf5d70e455e15ffa7f69e6c543d9c4fb5cc29bc797" }, { - "name": "MeteoFunctions", - "version": "1.0.3", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Collection of meteo functions", - "paragraph": "extend your meteo station by calculating other meteorologist values", - "website": "https://github.com/pilotak/MeteoFunctions", - "category": "Data Processing", + "name": "Serial_Monitor", + "version": "4.0.2", + "author": "Adrian \u003cadrian@gmail.com\u003e", + "maintainer": "Adrian \u003cadrian@gmail.com\u003e", + "sentence": "Monitors your code and prints actions to the Serial monitor", + "paragraph": "This library monitors your code and prints all actions to the Serial monitor", + "website": "https://github.com/arduino279/Serial-Monitor/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MeteoFunctions.git", + "repository": "https://github.com/arduino279/Serial-Monitor.git", "providesIncludes": [ - "MeteoFunctions.h" + "Serial-Monitor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.0.3.zip", - "archiveFileName": "MeteoFunctions-1.0.3.zip", - "size": 8330, - "checksum": "SHA-256:536792eb5e82863fe1ad33b4b19e1b30da111cddb82396907296ffe834199a8b" + "dependencies": [ + { + "name": "Serial_Monitor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/Serial_Monitor-4.0.2.zip", + "archiveFileName": "Serial_Monitor-4.0.2.zip", + "size": 11226, + "checksum": "SHA-256:f1c7e0f1c1df2156d22cb747c96880166b0ee413215d4ca1e276b631ee857df9" }, { - "name": "MeteoFunctions", - "version": "1.1.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Collection of meteo functions", - "paragraph": "extend your meteo station by calculating other meteorologist values", - "website": "https://github.com/pilotak/MeteoFunctions", - "category": "Data Processing", + "name": "Serial_Monitor", + "version": "4.0.7", + "author": "Adrian adrian@gmail.com\u003e", + "maintainer": "Adrian \u003cadrian@gmail.com\u003e", + "sentence": "Monitors your code and prints actions to the Serial monitor", + "paragraph": "This library monitors your code and prints all actions to the Serial monitor", + "website": "https://github.com/arduino279/Serial-Monitor/", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/MeteoFunctions.git", + "repository": "https://github.com/arduino279/Serial-Monitor.git", "providesIncludes": [ - "MeteoFunctions.h" + "Serial-Monitor.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/MeteoFunctions-1.1.0.zip", - "archiveFileName": "MeteoFunctions-1.1.0.zip", - "size": 8571, - "checksum": "SHA-256:38a26de4a58f58ec558b753d3734894b5bd9f1f9340c949e33392f060e335093" + "dependencies": [ + { + "name": "Serial_Monitor" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/arduino279/Serial_Monitor-4.0.7.zip", + "archiveFileName": "Serial_Monitor-4.0.7.zip", + "size": 12516, + "checksum": "SHA-256:e56c9dfedcd1dbea5ff66b6b7589a7320f2b024d991df3c42cf53898a6494d2c" }, { - "name": "Hysteresis", - "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Hysteresis library", - "paragraph": "(fixed point only)", - "website": "https://github.com/pilotak/Hysteresis", - "category": "Signal Input/Output", + "name": "electuno", + "version": "0.1.0", + "author": "IsRasta \u003camiga68k@gmail.com\u003e", + "maintainer": "IsRasta \u003camiga68k@gmail.com\u003e", + "sentence": "Arduino library for simulates vintage organ sound.", + "paragraph": "organ, hammond, synth, electone.", + "website": "https:", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/Hysteresis.git", + "repository": "https://github.com/amiga68k/electuno.git", "providesIncludes": [ - "Hysteresis.h" + "electuno.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/Hysteresis-1.0.0.zip", - "archiveFileName": "Hysteresis-1.0.0.zip", - "size": 4569, - "checksum": "SHA-256:32cba8774beb0559d08058d8465c373e678b908eebe197e33ff81c9d3e2a6933" + "url": "https://downloads.arduino.cc/libraries/github.com/amiga68k/electuno-0.1.0.zip", + "archiveFileName": "electuno-0.1.0.zip", + "size": 323676, + "checksum": "SHA-256:c950fa1fe1e5a02f7b35716232f67d0df694fc0db18cf093453a264708e8f7c2" }, { - "name": "Hysteresis", - "version": "1.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Hysteresis library", - "paragraph": "(fixed point only)", - "website": "https://github.com/pilotak/Hysteresis", - "category": "Signal Input/Output", + "name": "electuno", + "version": "0.1.1", + "author": "IsRasta \u003camiga68k@gmail.com\u003e", + "maintainer": "IsRasta \u003camiga68k@gmail.com\u003e", + "sentence": "Electuno library, simulates vintage organ sound type Electone or Hammond.", + "paragraph": "MIDI library required", + "website": "http://github.com/amiga68k/electuno", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/Hysteresis.git", + "repository": "https://github.com/amiga68k/electuno.git", "providesIncludes": [ - "Hysteresis.h" + "electuno.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/Hysteresis-1.0.1.zip", - "archiveFileName": "Hysteresis-1.0.1.zip", - "size": 5373, - "checksum": "SHA-256:3e4563728df703728f178506596497f9c2c9a50c9c48c4129eb52d5eb11a9b16" + "url": "https://downloads.arduino.cc/libraries/github.com/amiga68k/electuno-0.1.1.zip", + "archiveFileName": "electuno-0.1.1.zip", + "size": 323799, + "checksum": "SHA-256:ff1a15af6e75774357e84dbe3bfac5bf043fb3ab0943e779b81fefcd0f67f201" }, { - "name": "WeatherMeters", + "name": "slight_mapping", "version": "1.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Weather Meters library", - "website": "https://github.com/pilotak/WeatherMeters", - "category": "Signal Input/Output", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "sentence": "simple range mapping helper", + "paragraph": "map from one range to another - with a bunch of 0..1 functions.", + "website": "https://github.com/s-light/slight_mapping", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/WeatherMeters.git", + "repository": "https://github.com/s-light/slight_mapping.git", "providesIncludes": [ - "WeatherMeters.h" + "mapping.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-1.0.0.zip", - "archiveFileName": "WeatherMeters-1.0.0.zip", - "size": 6919, - "checksum": "SHA-256:097e0903da209acdce0c0dd990283798968e90a81952b67083ede8ff9ce8354f" + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_mapping-1.0.0.zip", + "archiveFileName": "slight_mapping-1.0.0.zip", + "size": 4552, + "checksum": "SHA-256:646d81f870fe90e21875867feffacaab2324fb39bfa90b214cc6a5a3510758cc" }, { - "name": "WeatherMeters", + "name": "slight_mapping", "version": "2.0.0", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Weather Meters library", - "website": "https://github.com/pilotak/WeatherMeters", - "category": "Signal Input/Output", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "sentence": "simple range mapping helper", + "paragraph": "map from one range to another - with a bunch of 0..1 functions.", + "website": "https://github.com/s-light/slight_mapping", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/WeatherMeters.git", + "repository": "https://github.com/s-light/slight_mapping.git", "providesIncludes": [ - "WeatherMeters.h" + "slight_mapping.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.0.zip", - "archiveFileName": "WeatherMeters-2.0.0.zip", - "size": 12099, - "checksum": "SHA-256:41b0663a91b5ede3963b5fb254b4563b57746a7fdef4a67bcfdac4c4ca3291ee" + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_mapping-2.0.0.zip", + "archiveFileName": "slight_mapping-2.0.0.zip", + "size": 5668, + "checksum": "SHA-256:1f2b47300074128a4a4e8f41b01b08e5b643ee05323eb50e6c82789e9d5e751a" }, { - "name": "WeatherMeters", - "version": "2.0.1", - "author": "Pavel Slama", - "maintainer": "Pavel Slama \u003cinfo@pavelslama.cz\u003e", - "sentence": "Weather Meters library", - "website": "https://github.com/pilotak/WeatherMeters", - "category": "Signal Input/Output", + "name": "slight_easing", + "version": "1.0.0", + "author": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "maintainer": "Stefan Krüger (s-light) \u003cgit@s-light.eu\u003e", + "sentence": "very simple easing functions.", + "paragraph": "just the easing math - nothing more..", + "website": "https://github.com/s-light/slight_easing", + "category": "Timing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/pilotak/WeatherMeters.git", + "repository": "https://github.com/s-light/slight_easing.git", "providesIncludes": [ - "WeatherMeters.h" - ], - "dependencies": [ - { - "name": "MovingAverageAngle" - } + "slight_easing.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/pilotak/WeatherMeters-2.0.1.zip", - "archiveFileName": "WeatherMeters-2.0.1.zip", - "size": 11310, - "checksum": "SHA-256:3b280c8974b593043acb07cb341993da3a110d7c82d7be94abec1670f3c850c0" + "url": "https://downloads.arduino.cc/libraries/github.com/s-light/slight_easing-1.0.0.zip", + "archiveFileName": "slight_easing-1.0.0.zip", + "size": 8051, + "checksum": "SHA-256:69b1519e85ecf7776997f60181033ce2e799440a0f8947b9761b1855a10cf592" }, { - "name": "SparkFun SGP40 Arduino Library", + "name": "ArgParse", "version": "1.0.0", - "author": "SparkFun Electronics", - "maintainer": "SparkFun Electronics", - "sentence": "Library for the Sensirion SGP40 air quality sensor", - "paragraph": "The SGP40 is an indoor air quality sensor equipped with an I\u003csup\u003e2\u003c/sup\u003eC interface. This library uses Sensirion’s powerful VOC Algorithm to translate the sensor's raw output signal into a VOC Index as a robust measure for indoor air quality.", - "website": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library", - "category": "Sensors", + "author": "Nicolas Newman", + "maintainer": "Nicolas Newman", + "sentence": "A library for splitting a string with arguments into an array.", + "paragraph": "Parsed arguments are allocated and must be freed after use", + "website": "https://github.com/NicolasNewman/ArgParse", + "category": "Data Processing", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/sparkfun/SparkFun_SGP40_Arduino_Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_SGP40_Arduino_Library-1.0.0.zip", - "archiveFileName": "SparkFun_SGP40_Arduino_Library-1.0.0.zip", - "size": 23854, - "checksum": "SHA-256:cd70141c2e8e40eea654b827508c23f8326fc7f287141df2c1dcae166e3f8d90" + "repository": "https://github.com/NicolasNewman/ArgParse.git", + "providesIncludes": [ + "ArgParse.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/NicolasNewman/ArgParse-1.0.0.zip", + "archiveFileName": "ArgParse-1.0.0.zip", + "size": 3986, + "checksum": "SHA-256:4826377bd0b83db1582bd7a6719074bde76ef936ecb7b6e3a789d29edf8de602" }, { - "name": "ptScheduler", - "version": "1.1.0", - "author": "Vishnu Mohanan", - "maintainer": "Vishnu Mohanan", - "sentence": "Arduino library for writing non-blocking periodic tasks without using delay or millis routines.", - "paragraph": "You won't have to use delay or millis functions again. Run multiple tasks periodically without blocking other tasks.", - "website": "https://github.com/vishnumaiea/ptScheduler", - "category": "Timing", + "name": "MKS_SERVO57", + "version": "1.0.0", + "author": "Alireza Ahmadi", + "maintainer": "Alireza Ahmadi", + "sentence": "This library is used to control one or more Nema23 with MKSSERVO57 driver from an Arduino device", + "paragraph": "This library is used to control one or more Nema23 with MKSSERVO57 driver from an Arduino device.", + "website": "https://github.com/alireza7575/MKS_SERVO57.git", + "category": "Device Control", "architectures": [ - "*" + "esp32", + "espressif32" ], "types": [ "Contributed" ], - "repository": "https://github.com/vishnumaiea/ptScheduler.git", - "url": "https://downloads.arduino.cc/libraries/github.com/vishnumaiea/ptScheduler-1.1.0.zip", - "archiveFileName": "ptScheduler-1.1.0.zip", - "size": 282353, - "checksum": "SHA-256:2c94f83709b46a3360c5fa652daf25c0f387d428f0983f8b9c8a6598770abe78" + "repository": "https://github.com/alireza7575/MKS_SERVO57.git", + "providesIncludes": [ + "MKS_SERVO57.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/alireza7575/MKS_SERVO57-1.0.0.zip", + "archiveFileName": "MKS_SERVO57-1.0.0.zip", + "size": 5115, + "checksum": "SHA-256:b9ebc4857e1fa8c8e5b5a50392132760f71142a50874a4b66cf19e428205252b" }, { - "name": "TinyTrainable", - "version": "0.0.1", - "author": "aaron montoya-moraga", - "maintainer": "aaron montoya-moraga", - "sentence": "[ALPHA] Library for building media arts instruments with tiny machine learning.", - "paragraph": "Work in progress.", - "website": "https://github.com/montoyamoraga/TinyTrainable", + "name": "SparkFun Toolkit", + "version": "0.8.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A utility library that other SparkFun libraries can take advantage of.", + "website": "https://github.com/sparkfun/SparkFun_Toolkit", "category": "Other", "architectures": [ "*" @@ -369587,20 +834363,20 @@ "types": [ "Contributed" ], - "repository": "https://github.com/montoyamoraga/TinyTrainable.git", - "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.0.1.zip", - "archiveFileName": "TinyTrainable-0.0.1.zip", - "size": 3084, - "checksum": "SHA-256:6b0ffd50466babc9b61ab77fae630d9a1df42bbc2a172808f01cb8fbbe95a96c" + "repository": "https://github.com/sparkfun/SparkFun_Toolkit.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Toolkit-0.8.0.zip", + "archiveFileName": "SparkFun_Toolkit-0.8.0.zip", + "size": 1011650, + "checksum": "SHA-256:926a9189119b31d4b55c5dd6a36b951d23731c4b2265889f11c6d23c8b8cc6f3" }, { - "name": "TinyTrainable", - "version": "0.0.2", - "author": "aaron montoya-moraga", - "maintainer": "aaron montoya-moraga", - "sentence": "[ALPHA] Library for building media arts instruments with tiny machine learning.", - "paragraph": "Work in progress.", - "website": "https://github.com/montoyamoraga/TinyTrainable", + "name": "SparkFun Toolkit", + "version": "0.9.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "A utility library that other SparkFun libraries can take advantage of.", + "paragraph": "The SparkFun Toolkit provides a common set of core functionality for use across the SparkFun Arduino Driver library. Instead of each device driver library implementing a communication layers, error types and interface, the SparkFun Toolkit library is used.", + "website": "https://github.com/sparkfun/SparkFun_Toolkit", "category": "Other", "architectures": [ "*" @@ -369608,572 +834384,584 @@ "types": [ "Contributed" ], - "repository": "https://github.com/montoyamoraga/TinyTrainable.git", - "url": "https://downloads.arduino.cc/libraries/github.com/montoyamoraga/TinyTrainable-0.0.2.zip", - "archiveFileName": "TinyTrainable-0.0.2.zip", - "size": 4323, - "checksum": "SHA-256:4690747ff6f38d1a4e85bafa9db2de830117ed065c6642c96f1744d40a5616c6" + "repository": "https://github.com/sparkfun/SparkFun_Toolkit.git", + "providesIncludes": [ + "SparkFun_Toolkit.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_Toolkit-0.9.0.zip", + "archiveFileName": "SparkFun_Toolkit-0.9.0.zip", + "size": 1012387, + "checksum": "SHA-256:00cfa91b943b0a31f01f59bf6e6f0ecee46c78f4ecee7cf781f3c20dd3b858d8" }, { - "name": "Adafruit SGP40 Sensor", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", - "paragraph": "This is an Arduino library for the Adafruit SGP40 Gas / Air Quality Sensor", - "website": "https://github.com/adafruit/Adafruit_SGP40", - "category": "Sensors", + "name": "MQTT_Looped", + "version": "0.9.0", + "author": "Emma Litwa-Vulcu", + "maintainer": "Emma Litwa-Vulcu \u003c80431903+reiniiriarios@users.noreply.github.com\u003e", + "sentence": "MQTT library that runs WiFi and MQTT in a loop, enabling async-like behavior.", + "paragraph": "Based on the Adafruit MQTT library, this library enables async-like behavior for MQTT and WiFi on single-threaded microcontrollers.", + "website": "https://github.com/reiniiriarios/arduino-mqtt-looped", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SGP40.git", + "repository": "https://github.com/reiniiriarios/arduino-mqtt-looped.git", "dependencies": [ { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SHT31 Library" + "name": "WiFi101" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SGP40_Sensor-1.0.0.zip", - "archiveFileName": "Adafruit_SGP40_Sensor-1.0.0.zip", - "size": 22225, - "checksum": "SHA-256:b289a3b4bb5839fc929ff2f6e3b15af0b88163ae6d5afd8112330451a334ac96" + "url": "https://downloads.arduino.cc/libraries/github.com/reiniiriarios/MQTT_Looped-0.9.0.zip", + "archiveFileName": "MQTT_Looped-0.9.0.zip", + "size": 30553, + "checksum": "SHA-256:03d38364f3fbc1535c62980ad7f5fcd29d47e90e5b664978a99200fe1b7fdb3c" }, { - "name": "RotaryEncoder_Zanduino", - "version": "1.0.6", - "author": "https://github.com/SV-Zanshin", - "maintainer": "https://github.com/SV-Zanshin", - "sentence": "Access the 3-Color LED Rotary Encoder - read and set colors", - "paragraph": "Access the 3-Color LED Rotary Encoder - read and set colors", - "website": "https://github.com/Zanduino/RotaryEncoder", - "category": "Device Control", + "name": "MQTT_Looped", + "version": "0.9.2", + "author": "Emma Litwa-Vulcu", + "maintainer": "Emma Litwa-Vulcu \u003c80431903+reiniiriarios@users.noreply.github.com\u003e", + "sentence": "MQTT library that runs WiFi and MQTT in a loop, enabling async-like behavior.", + "paragraph": "Based on the Adafruit MQTT library, this library enables async-like behavior for MQTT and WiFi on single-threaded microcontrollers.", + "website": "https://github.com/reiniiriarios/arduino-mqtt-looped", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Zanduino/RotaryEncoder.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/RotaryEncoder_Zanduino-1.0.6.zip", - "archiveFileName": "RotaryEncoder_Zanduino-1.0.6.zip", - "size": 341641, - "checksum": "SHA-256:9a3e309675802b2826f4a3c55d3cdd3a4a44a264091b8de4f3bf00a4c6040ac2" + "repository": "https://github.com/reiniiriarios/arduino-mqtt-looped.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/reiniiriarios/MQTT_Looped-0.9.2.zip", + "archiveFileName": "MQTT_Looped-0.9.2.zip", + "size": 30721, + "checksum": "SHA-256:6c6b8f0defa85aeecd923f51a9f0e92e444b3bcc0e4475aad98bd45f4965c81e" }, { - "name": "mrm-common", - "version": "0.0.6", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Common library for MRMS CAN Bus boards", - "paragraph": "Common functions for all MRMS libraries", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", - "category": "Device Control", + "name": "MQTT_Looped", + "version": "1.0.0", + "author": "Emma Litwa-Vulcu", + "maintainer": "Emma Litwa-Vulcu \u003c80431903+reiniiriarios@users.noreply.github.com\u003e", + "sentence": "MQTT library that runs WiFi and MQTT in a loop, enabling async-like behavior.", + "paragraph": "Based on the Adafruit MQTT library, this library enables async-like behavior for MQTT and WiFi on single-threaded microcontrollers.", + "website": "https://github.com/reiniiriarios/arduino-mqtt-looped", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-common.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.6.zip", - "archiveFileName": "mrm_common-0.0.6.zip", - "size": 1755, - "checksum": "SHA-256:1ecb879272495d8ce9c5d5b67f10cb7a0f5044cb5eadca528af8abf921671214" + "repository": "https://github.com/reiniiriarios/arduino-mqtt-looped.git", + "dependencies": [ + { + "name": "WiFi101" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/reiniiriarios/MQTT_Looped-1.0.0.zip", + "archiveFileName": "MQTT_Looped-1.0.0.zip", + "size": 30939, + "checksum": "SHA-256:f77aeed675283daaa763a4bbb361d4a8eabd9d3fc3c0264ae61df69199f155ce" }, { - "name": "mrm-common", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Common library for MRMS CAN Bus boards", - "paragraph": "Common functions for all MRMS libraries", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", - "category": "Device Control", + "name": "Asynchrony", + "version": "1.0.0", + "author": "littleBitsman \u003clittlebitsman@littlebitsman.dev\u003e", + "maintainer": "littleBitsman \u003clittlebitsman@littlebitsman.dev\u003e", + "sentence": "A way to schedule functions to be executed in the future, similar to asynchrony in other languages.", + "paragraph": "A library that provides a class and functions that can \"schedule\" tasks for the future.", + "website": "https://github.com/littleBitsman/Asynchrony", + "category": "Timing", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-common.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.0.zip", - "archiveFileName": "mrm_common-0.0.0.zip", - "size": 1753, - "checksum": "SHA-256:f27efa279a0c26d4d5b87c00f6beda4b9173a9e22acd1059f1a30820c65b2a78" + "repository": "https://github.com/littleBitsman/Asynchrony.git", + "providesIncludes": [ + "Asynchrony.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/littleBitsman/Asynchrony-1.0.0.zip", + "archiveFileName": "Asynchrony-1.0.0.zip", + "size": 15879, + "checksum": "SHA-256:925414729284859dbe41eb611d65d9de4d6e1aef5a83651bcabe77d0bc7999b7" }, { - "name": "mrm-common", - "version": "0.0.7", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "Common library for MRMS CAN Bus boards", - "paragraph": "Common functions for all MRMS libraries", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-common", + "name": "PU2REO Si5351ArduinoLite", + "version": "1.0.0", + "author": "PU2REO - QRA Edson, based on work of NT7S - QRA Jason Milldrum (Etherkit).", + "maintainer": "PU2REO - QRA Edson \u003cpu2reo.edson@gmail.com\u003e", + "sentence": "A full-featured lite library for the Si5351A (10 MSOP - 3 Clocks Only) series of clock generator ICs from SkyWorks (ex Silicon Labs).", + "paragraph": "This library will allow you to control nearly all features of the Si5351A (10 MSOP - 3 Clocks Only), without depending on the proprietary ClockBuilder software from SkyWorks (ex Silicon Labs).", + "website": "https://github.com/PU2REO/Si5351ArduinoLite", "category": "Device Control", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-common.git", - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_common-0.0.7.zip", - "archiveFileName": "mrm_common-0.0.7.zip", - "size": 1755, - "checksum": "SHA-256:c0c9902116cbe208c03a3010a1ffc7c407df87eb7615510a0aa5fa85e1029593" + "repository": "https://github.com/PU2REO/Si5351ArduinoLite.git", + "url": "https://downloads.arduino.cc/libraries/github.com/PU2REO/PU2REO_Si5351ArduinoLite-1.0.0.zip", + "archiveFileName": "PU2REO_Si5351ArduinoLite-1.0.0.zip", + "size": 59908, + "checksum": "SHA-256:35a0a5221f71e26a143a6958be892342e836673ae3a18d705f167bb60032966b" }, { - "name": "mrm-fet-can", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-fet-can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-fet-can", - "category": "Device Control", + "name": "CRSF", + "version": "0.0.1", + "author": "Sam4uk", + "maintainer": "Sam4uk", + "sentence": "Бібліотека для радіо керованих моделей протоколом CRSF", + "paragraph": "Бібліотека знаходиться на стадії розробки та чорнової публікації", + "website": "sam4uk.github.io", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-fet-can.git", - "dependencies": [ - { - "name": "mrm-board" - }, - { - "name": "mrm-robot" - } + "repository": "https://github.com/Sam4uk/CRSF.git", + "providesIncludes": [ + "CrsfSerial.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.0.zip", - "archiveFileName": "mrm_fet_can-0.0.0.zip", - "size": 3243, - "checksum": "SHA-256:094d7c7401baeb2201d563686143fefcf93616cbf26575c84ee0e621adcdf3b5" + "url": "https://downloads.arduino.cc/libraries/github.com/Sam4uk/CRSF-0.0.1.zip", + "archiveFileName": "CRSF-0.0.1.zip", + "size": 11844, + "checksum": "SHA-256:8e35c6464c2b0607adb2f27aaf5498c8fb4bab6e380895e34ba1e96f7a9b35ee" }, { - "name": "mrm-fet-can", - "version": "0.0.2", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-fet-can", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for breakout with 2 FET outputs", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-fet-can", + "name": "MultiFuncShield", + "version": "1.0.3", + "author": "@hpsaturn, Cohesive Computing", + "maintainer": "Antonio Vanegas \u003chpsaturn@gmail.com\u003e", + "license": "GPL-3.0-only", + "sentence": "Arduino Multi Function Shield Library", + "paragraph": "Allows easy use of multi function shield over Arduino UNO compatible boards.", + "website": "https://github.com/hpsaturn/MultiFuncShield-Library", "category": "Device Control", "architectures": [ - "esp32" + "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-fet-can.git", + "repository": "https://github.com/hpsaturn/MultiFuncShield-Library.git", "dependencies": [ { - "name": "mrm-board" + "name": "TimerOne", + "version": "=1.1.1" }, { - "name": "mrm-robot" + "name": "Servo", + "version": "=1.2.1" + }, + { + "name": "EEPROMEx" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_fet_can-0.0.2.zip", - "archiveFileName": "mrm_fet_can-0.0.2.zip", - "size": 3266, - "checksum": "SHA-256:ced96c94aeb1d84f86c4c8b58bcce26aa0c70ef8ca8cb50710a50b650cd04ee0" + "url": "https://downloads.arduino.cc/libraries/github.com/hpsaturn/MultiFuncShield-1.0.3.zip", + "archiveFileName": "MultiFuncShield-1.0.3.zip", + "size": 456475, + "checksum": "SHA-256:8f97b2795bffe3e79937b6d2f1a3045465f0c96ed57210dd2f3d0e359b054830" }, { - "name": "Cubigel", - "version": "1.0.0", - "author": "SV-Zanshin", - "maintainer": "SV-Zanshin \u003cZanshin_Github@sv-zanshin.com\u003e", - "sentence": "Read information from the Cubigel compressor system", - "paragraph": "Read information from the Cubigel compressor system", - "website": "https://github.com/SV-Zanshin/Cubigel", + "name": "Arduino_PF1550", + "version": "0.1.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "Arduino library for the PF1550 Power Management IC", + "paragraph": "This library allows the control and configuration of the PF1550 used on various Arduino boards.", + "website": "https://github.com/arduino-libraries/Arduino_PF1550", "category": "Device Control", "architectures": [ - "*" + "mbed", + "mbed_nicla", + "mbed_portenta", + "renesas" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/Zanduino/Cubigel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Cubigel-1.0.0.zip", - "archiveFileName": "Cubigel-1.0.0.zip", - "size": 213082, - "checksum": "SHA-256:ee5ace9f4ac3994ca8f3a730631a310250c13fd9aa0e36963c1e80901c230fe4" + "repository": "https://github.com/arduino-libraries/Arduino_PF1550.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_PF1550-0.1.0.zip", + "archiveFileName": "Arduino_PF1550-0.1.0.zip", + "size": 34238, + "checksum": "SHA-256:c17002da3bd1ad926dfb49c3d4dd6b9da71a0526766b189972dbd5567bea1712" }, { - "name": "Cubigel", - "version": "1.0.3", - "author": "https://github.com/SV-Zanshin", - "maintainer": "https://github.com/SV-Zanshin", - "sentence": "Read information from the Cubigel compressor system", - "paragraph": "Read information from the Cubigel compressor system", - "website": "https://github.com/SV-Zanshin/Cubigel", + "name": "Arduino_PF1550", + "version": "0.2.0", + "author": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "maintainer": "Alexander Entinger \u003ca.entinger@arduino.cc\u003e", + "sentence": "Arduino library for the PF1550 Power Management IC", + "paragraph": "This library allows the control and configuration of the PF1550 used on various Arduino boards.", + "website": "https://github.com/arduino-libraries/Arduino_PF1550", "category": "Device Control", "architectures": [ - "*" + "mbed", + "mbed_nicla", + "mbed_portenta", + "renesas" ], "types": [ - "Contributed" + "Arduino" ], - "repository": "https://github.com/Zanduino/Cubigel.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Zanduino/Cubigel-1.0.3.zip", - "archiveFileName": "Cubigel-1.0.3.zip", - "size": 212917, - "checksum": "SHA-256:9f51841f986997b5f7aa6716d3464d8bdfc241e70f0fc4b5fd0f11b508a2a3ed" + "repository": "https://github.com/arduino-libraries/Arduino_PF1550.git", + "url": "https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_PF1550-0.2.0.zip", + "archiveFileName": "Arduino_PF1550-0.2.0.zip", + "size": 34238, + "checksum": "SHA-256:f3d5baae03cd224d0f65ed6a8c9a6e2c2bb67de88472d93ec8e3f117201b334f" }, { - "name": "Seven Segments K", + "name": "Salesforce", "version": "1.0.0", - "author": "FernandoK", - "maintainer": "FernandoK", - "sentence": "Library for working with Seven Segments displays", - "paragraph": "Library for working with Seven Segments displays", - "website": "https://github.com/ferkoyanagi/SevenSegmentsK", - "category": "Display", + "author": "David Hurtado Banda \u003churtado.banda.david@gmail.com\u003e", + "maintainer": "David Hurtado Banda \u003churtado.banda.david@gmail.com\u003e", + "sentence": "A library to facilitate calls between Arduino and Salesforce", + "paragraph": "This library can help you to make easy the communication with Salesforce providing you easy methods to make http calls to webservices and a CRUD at standar API", + "website": "https://github.com/DavidHurtadoBanda/Salesforce-Library", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ferkoyanagi/SevenSegmentsK.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ferkoyanagi/Seven_Segments_K-1.0.0.zip", - "archiveFileName": "Seven_Segments_K-1.0.0.zip", - "size": 1464110, - "checksum": "SHA-256:2e6c7f088ea700b0627c91f607b7fd81486ef1e7d0553db4e127eaada79902c8" + "repository": "https://github.com/DavidHurtadoBanda/Salesforce-Library.git", + "providesIncludes": [ + "Salesforce.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/DavidHurtadoBanda/Salesforce-1.0.0.zip", + "archiveFileName": "Salesforce-1.0.0.zip", + "size": 19451, + "checksum": "SHA-256:6b0078e9062cfa774ad7597e80493333b08a19b3f9fc95a720fbb3dde55fd91b" }, { - "name": "Tinyfox", - "version": "0.9.0", - "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e, Paul Portocarrero \u003cpaulportohernan@gmail.com\u003e", - "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", - "sentence": "This library provides a simple way to make use of Wisol radios.", - "paragraph": "includes examples for many architectures and uses.", - "website": "https://github.com/TECA-IOT/Tinyfox", - "category": "Communication", + "name": "M5StickCPlus2", + "version": "1.0.0", + "author": "M5Stack", + "maintainer": "M5Stack", + "sentence": "Library for M5Stack M5StickCPlus2 Board", + "paragraph": "M5Stack, M5StickCPlus2, See more on http://M5Stack.com", + "website": "https://github.com/m5stack/M5StickCPlus2.git", + "category": "Device Control", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/TECA-IOT/Tinyfox.git", + "repository": "https://github.com/m5stack/M5StickCPlus2.git", "providesIncludes": [ - "Tinyfox.h" + "M5StickCPlus2.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Tinyfox-0.9.0.zip", - "archiveFileName": "Tinyfox-0.9.0.zip", - "size": 625350, - "checksum": "SHA-256:f766c49d02e3e8979f18f3e365b3f16ebc7dd51e52e5755469bb8c85f7b16714" + "dependencies": [ + { + "name": "M5Unified" + }, + { + "name": "M5GFX" + }, + { + "name": "M5Family" + }, + { + "name": "IRremote" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus2-1.0.0.zip", + "archiveFileName": "M5StickCPlus2-1.0.0.zip", + "size": 11678, + "checksum": "SHA-256:df25ba6ddb758ee6ca038f9787dace11b54e0f2857900bf2fc8d8672334d72c1" }, { - "name": "AudioShieldDTMF", - "version": "1.0.0", - "author": "Douglas Lyon", - "maintainer": "DocJava, Inc., lyon@docjava.com", - "sentence": "MCP4921 Audio Shield DTMF Example", - "paragraph": "12 bit dac used to output to the Audio Sheild", - "website": "http://www.docjava.com", - "category": "Signal Input/Output", + "name": "SerialMIIO", + "version": "0.0.2", + "author": "uy/sun \u003chmy0119@gmail.com\u003e", + "maintainer": "uy/sun \u003chmy0119@gmail.com\u003e", + "sentence": "A library for serial communication with xiaomi iot module.", + "paragraph": "Setup uart communication.", + "website": "https://github.com/he0119/arduino-miio", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/douglaslyon/AudioShieldDTMF.git", - "url": "https://downloads.arduino.cc/libraries/github.com/douglaslyon/AudioShieldDTMF-1.0.0.zip", - "archiveFileName": "AudioShieldDTMF-1.0.0.zip", - "size": 11376, - "checksum": "SHA-256:9cd0cbafd2cfe95800ae2ee04da332b6c770e655f932843aca29e66067139b04" + "repository": "https://github.com/he0119/arduino-miio.git", + "providesIncludes": [ + "MIIO.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/he0119/SerialMIIO-0.0.2.zip", + "archiveFileName": "SerialMIIO-0.0.2.zip", + "size": 41778, + "checksum": "SHA-256:8c4ec3e3624909f49b14914bab74d1757aca7ca887aed5eb9be830a09765c2bb" }, { - "name": "AudioShieldDTMF", - "version": "1.0.1", - "author": "Douglas Lyon", - "maintainer": "DocJava, Inc., lyon@docjava.com", - "sentence": "MCP4921 Audio Shield DTMF Example", - "paragraph": "12 bit dac used to output to the Audio Sheild", - "website": "https://github.com/douglaslyon/AudioShieldDTMF", - "category": "Signal Input/Output", + "name": "SerialMIIO", + "version": "0.0.3", + "author": "uy/sun \u003chmy0119@gmail.com\u003e", + "maintainer": "uy/sun \u003chmy0119@gmail.com\u003e", + "sentence": "A library for serial communication with xiaomi iot module.", + "paragraph": "Setup uart communication.", + "website": "https://github.com/he0119/arduino-miio", + "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/douglaslyon/AudioShieldDTMF.git", - "url": "https://downloads.arduino.cc/libraries/github.com/douglaslyon/AudioShieldDTMF-1.0.1.zip", - "archiveFileName": "AudioShieldDTMF-1.0.1.zip", - "size": 11385, - "checksum": "SHA-256:b22d5e8696a19f39cf0c1547b88f258af0d215f01356c3660a8f8b350a001a69" + "repository": "https://github.com/he0119/arduino-miio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/he0119/SerialMIIO-0.0.3.zip", + "archiveFileName": "SerialMIIO-0.0.3.zip", + "size": 41852, + "checksum": "SHA-256:abe68ff5679bec1e869c5aa12f1de239ba71e91a9da3bbcc6a3566360454e603" }, { - "name": "GFX Library for Arduino", - "version": "1.0.1", - "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", - "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", - "sentence": "Arduino graphics library for various displays with various data bus interfaces", - "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", - "website": "https://github.com/moononournation/Arduino_GFX", - "category": "Uncategorized", - "architectures": [], + "name": "SerialMIIO", + "version": "0.0.4", + "author": "uy/sun \u003chmy0119@gmail.com\u003e", + "maintainer": "uy/sun \u003chmy0119@gmail.com\u003e", + "sentence": "A library for serial communication with Xiaomi IoT module.", + "website": "https://github.com/he0119/arduino-miio", + "category": "Communication", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/moononournation/Arduino_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.1.zip", - "archiveFileName": "GFX_Library_for_Arduino-1.0.1.zip", - "size": 2542295, - "checksum": "SHA-256:be3ce1a056f585bd5ee9c169c986c426b7e926804b705fbc6f9dc7072e95bb62" + "repository": "https://github.com/he0119/arduino-miio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/he0119/SerialMIIO-0.0.4.zip", + "archiveFileName": "SerialMIIO-0.0.4.zip", + "size": 42945, + "checksum": "SHA-256:3f72d134a1c39dd2c2978f289d3386a97bc7fe09b0c62e9996200fa94fc1bbba" }, { - "name": "GFX Library for Arduino", - "version": "1.0.3", - "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", - "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", - "sentence": "Arduino graphics library for various displays with various data bus interfaces", - "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", - "website": "https://github.com/moononournation/Arduino_GFX", - "category": "Uncategorized", - "architectures": [], + "name": "SerialMIIO", + "version": "0.0.5", + "author": "uy/sun \u003chmy0119@gmail.com\u003e", + "maintainer": "uy/sun \u003chmy0119@gmail.com\u003e", + "sentence": "A library for serial communication with Xiaomi IoT module.", + "website": "https://github.com/he0119/arduino-miio", + "category": "Communication", + "architectures": [ + "esp32" + ], "types": [ "Contributed" ], - "repository": "https://github.com/moononournation/Arduino_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.3.zip", - "archiveFileName": "GFX_Library_for_Arduino-1.0.3.zip", - "size": 2541740, - "checksum": "SHA-256:dbcd6ba4a5a94a435a0779bf5d873a0aa801610297c1ded7708390cbed4ba994" + "repository": "https://github.com/he0119/arduino-miio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/he0119/SerialMIIO-0.0.5.zip", + "archiveFileName": "SerialMIIO-0.0.5.zip", + "size": 43550, + "checksum": "SHA-256:b33c5039122fb26e6682a554b23bb822d8be31b195694232ea55b8dcb0796c97" }, { - "name": "GFX Library for Arduino", - "version": "1.0.4", - "author": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", - "maintainer": "Moon On Our Nation \u003cmoononournation@gmail.com\u003e", - "sentence": "Arduino graphics library for various displays with various data bus interfaces", - "paragraph": "Arduino_GFX is a Arduino graphics library. Currently support GC9A01 round display, HX8347C, HX8347D, HX8352C, HX8357B, ILI9225, ILI9341, M5Stack, ILI9481, ILI9486, ILI9488, JBT6K71, R61529, SEPS525, SSD1283A, SSD1331, SSD1351, ST7735, ST7789, ST7796 with software and hardware SPI. ESP32 also support 9-bit SPI, 8-bit and 16-bit parallel interface.", - "website": "https://github.com/moononournation/Arduino_GFX", - "category": "Uncategorized", - "architectures": [], + "name": "SerialMIIO", + "version": "0.0.6", + "author": "uy/sun \u003chmy0119@gmail.com\u003e", + "maintainer": "uy/sun \u003chmy0119@gmail.com\u003e", + "sentence": "A library for serial communication with Xiaomi IoT module.", + "website": "https://github.com/he0119/arduino-miio", + "category": "Communication", + "architectures": [ + "*" + ], "types": [ "Contributed" ], - "repository": "https://github.com/moononournation/Arduino_GFX.git", - "url": "https://downloads.arduino.cc/libraries/github.com/moononournation/GFX_Library_for_Arduino-1.0.4.zip", - "archiveFileName": "GFX_Library_for_Arduino-1.0.4.zip", - "size": 2541445, - "checksum": "SHA-256:5d104eda840d8d0ad19021bbbbfbb0ef884643f45eb37ad6b9b18bc69132f6f3" + "repository": "https://github.com/he0119/arduino-miio.git", + "url": "https://downloads.arduino.cc/libraries/github.com/he0119/SerialMIIO-0.0.6.zip", + "archiveFileName": "SerialMIIO-0.0.6.zip", + "size": 44461, + "checksum": "SHA-256:30ce5e269ab7b78aa05897f5e0f579ca50de73e0791dc480ecb79696e40e0e22" }, { - "name": "WIOTerminal_WiFiManager", - "version": "1.2.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "SAMD51 WIO-Terminal MultiWiFi Connection Manager with enhanced GUI and fallback web ConfigPortal", - "paragraph": "Library for configuring SAMD51 WIO-Terminal MultiWiFi credentials at runtime. Now with MultiWiFi auto(Re)connect feature and configurable CORS Header.", - "website": "https://github.com/khoih-prog/WIOTerminal_WiFiManager", + "name": "MySQL Query Client", + "version": "1.0.0", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Connects your project to MySQL DB server using Ethernet, WiFi or GSM client.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL server and run each type of query.", + "website": "https://github.com/cotestatnt/Arduino-MySQL", "category": "Communication", "architectures": [ - "samd" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/WIOTerminal_WiFiManager.git", - "dependencies": [ - { - "name": "FlashStorage_SAMD" - }, - { - "name": "DoubleResetDetector_Generic" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/WIOTerminal_WiFiManager-1.2.0.zip", - "archiveFileName": "WIOTerminal_WiFiManager-1.2.0.zip", - "size": 287209, - "checksum": "SHA-256:d78d57199efc7fa25abd746c1d1d7295ad7ccb7601ebaf30efca35ee77062b89" + "repository": "https://github.com/cotestatnt/Arduino-MySQL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/MySQL_Query_Client-1.0.0.zip", + "archiveFileName": "MySQL_Query_Client-1.0.0.zip", + "size": 25401, + "checksum": "SHA-256:afb3b1095ceccff558695b5bf608bcab580c6f64e80cc0223f45a392670942dc" }, { - "name": "Ufox", - "version": "1.0.0", - "author": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", - "maintainer": "Marko Caballero \u003cgerencia.tecaperu@gmail.com\u003e", - "sentence": "Ufox devkit Sigfox RC4.", - "paragraph": "Kit de desarrollo Sigfox para region RC4.", - "website": "https://github.com/TECA-IOT/Ufox", + "name": "MySQL Query Client", + "version": "1.0.1", + "author": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "maintainer": "Tolentino Cotesta \u003ccotestatnt@yahoo.com\u003e", + "sentence": "Connects your project to MySQL DB server using Ethernet, WiFi or GSM client.", + "paragraph": "You can use this library to connect your Arduino project directly to a MySQL server and run each type of query.", + "website": "https://github.com/cotestatnt/Arduino-MySQL", "category": "Communication", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/TECA-IOT/Ufox.git", - "providesIncludes": [ - "Ufox.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/TECA-IOT/Ufox-1.0.0.zip", - "archiveFileName": "Ufox-1.0.0.zip", - "size": 8804979, - "checksum": "SHA-256:90df9dc8403fb73c38f94b792b244e30c90f4750077fd0752665cdb4e5697dd8" + "repository": "https://github.com/cotestatnt/Arduino-MySQL.git", + "url": "https://downloads.arduino.cc/libraries/github.com/cotestatnt/MySQL_Query_Client-1.0.1.zip", + "archiveFileName": "MySQL_Query_Client-1.0.1.zip", + "size": 29115, + "checksum": "SHA-256:7cc695cc395b548366b1175450f70a5b970211c848c02ca2072d590b1e6bd5b3" }, { - "name": "Grandeur", - "version": "1.0.0", - "author": "Grandeur Technologies", - "maintainer": "Grandeur Technologies \u003chi@grandeur.tech\u003e", - "sentence": "Let your arduinos and ESPs communicate with Grandeur in realtime.", - "paragraph": "This handles your realtime connection with Grandeur and exposes devices and datastore APIs. Devices API lets you get, set, and subscribe to device variables. And datastore API lets you query your datastore which is a highly available and scalable NOSQL database for IoT. Visit https://grandeur.tech for more details.", - "website": "https://github.com/grandeurtech/arduino-sdk", - "category": "Communication", + "name": "PCA9549", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino Library for PCA9549 I2C octal bus switch.", + "website": "https://github.com/RobTillaart/PCA9549", + "category": "Signal Input/Output", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/grandeurtech/arduino-sdk.git", + "repository": "https://github.com/RobTillaart/PCA9549.git", "providesIncludes": [ - "grandeur.h" + "PCA9549.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/grandeurtech/Grandeur-1.0.0.zip", - "archiveFileName": "Grandeur-1.0.0.zip", - "size": 136310, - "checksum": "SHA-256:ae9c09808467c3d8aa202fbbf0d3ec7b14864f381b3320811fd10ee77f4e2067" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/PCA9549-0.1.0.zip", + "archiveFileName": "PCA9549-0.1.0.zip", + "size": 123462, + "checksum": "SHA-256:d6097ad6e4c1cb899373f245056a73c18db6074949339fb17ec532d5eb76245e" }, { - "name": "AsyncTimer", + "name": "RTC_RX8025NB", "version": "1.0.0", - "author": "Aasim-A", - "maintainer": "Aasim-A", - "sentence": "JavaScript-like async timing functions (setTimeout, setInterval)", - "paragraph": "Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.", - "website": "https://github.com/jandrassy/TelnetStream", - "category": "Timing", + "author": "Shintaro Matsumoto", + "maintainer": "Shintaro Matsumoto \u003cshintaromatsumoto@na-cat.com\u003e", + "sentence": "This is the RX8025NB RTC library for Arduino and microcontrollers.", + "paragraph": "This library allows you to set and read the RTC time.", + "website": "https://github.com/m-shintaro/RTC_RX8025NB", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Aasim-A/AsyncTimer.git", - "providesIncludes": [ - "AsyncTimer.h" - ], - "url": "https://downloads.arduino.cc/libraries/github.com/Aasim-A/AsyncTimer-1.0.0.zip", - "archiveFileName": "AsyncTimer-1.0.0.zip", - "size": 8042, - "checksum": "SHA-256:5c954a6b585733a1862b2400bb48857ab74e01f7ebba50c2759f4822b31510cc" + "repository": "https://github.com/m-shintaro/RTC_RX8025NB.git", + "url": "https://downloads.arduino.cc/libraries/github.com/m-shintaro/RTC_RX8025NB-1.0.0.zip", + "archiveFileName": "RTC_RX8025NB-1.0.0.zip", + "size": 5457, + "checksum": "SHA-256:3bd2eb11335922aee5917d75c507a8eb7c60af146b76470fd9cdf69acb598b86" }, { - "name": "Ethernet_Manager", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266 LittleFS, SPIFFS, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/Ethernet_Manager", + "name": "esp32_opus", + "version": "1.0.1", + "author": "sh123", + "maintainer": "sh123", + "sentence": "OPUS Arduino library for ESP32.", + "paragraph": "Use this library with ESP32 board to encode and decode OPUS speech frames.", + "website": "https://github.com/sh123/esp32_opus_arduino", "category": "Communication", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", - "dependencies": [ - { - "name": "EthernetWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "Functional-Vlpp" - } + "repository": "https://github.com/sh123/esp32_opus_arduino.git", + "providesIncludes": [ + "opus_custom.h", + "opus_defines.h", + "opus.h", + "opus_multistream.h", + "opus_projection.h", + "opus_types.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.0.0.zip", - "archiveFileName": "Ethernet_Manager-1.0.0.zip", - "size": 487520, - "checksum": "SHA-256:244c8748203832f1da6b0ecfb0ad9253d8358fb999e221277ec6b0660b0b876b" + "url": "https://downloads.arduino.cc/libraries/github.com/sh123/esp32_opus-1.0.1.zip", + "archiveFileName": "esp32_opus-1.0.1.zip", + "size": 668930, + "checksum": "SHA-256:d768e43b7031fbe52aeb81611d7cdbb068dba2de20fee0a242ec9649dc7a55e7" }, { - "name": "Ethernet_Manager", - "version": "1.1.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage.", - "paragraph": "Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/Ethernet_Manager", - "category": "Communication", + "name": "fmt", + "version": "10.1.1", + "author": "Clément Bonnet \u003cpublic@darkwizard.fr\u003e", + "maintainer": "Clément Bonnet \u003cpublic@darkwizard.fr\u003e", + "sentence": "Port of the {fmt} library to Arduino", + "paragraph": "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.", + "website": "https://github.com/DarkWizarD24/ardfmt", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Ethernet_Manager.git", - "dependencies": [ - { - "name": "EthernetWebServer" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "ESP_DoubleResetDetector" - }, - { - "name": "Functional-Vlpp" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager-1.1.0.zip", - "archiveFileName": "Ethernet_Manager-1.1.0.zip", - "size": 621716, - "checksum": "SHA-256:9de22a0003c2a12f726d5f8b18d0dd0806c782279c4290a5083c08314ccfa0d0" + "repository": "https://github.com/DarkWizarD24/fmt-arduino.git", + "url": "https://downloads.arduino.cc/libraries/github.com/DarkWizarD24/fmt-10.1.1.zip", + "archiveFileName": "fmt-10.1.1.zip", + "size": 147301, + "checksum": "SHA-256:b69f1dae671e247e2ffd417a920c82ef290e22d309cbba66f33d96c5b53745fb" }, { - "name": "TA6932", + "name": "AcaiaArduinoBLE", "version": "1.0.0", - "author": "Allen Chak", - "maintainer": "Allen Chak \u003callenchak@gmail.com\u003e", - "sentence": "TA6932 library - 7 segments display IC", - "paragraph": "Driving 4 digits 7 segment with colon by TA6932 IC", - "website": "https://github.com/allenchak/TA6932", - "category": "Display", + "author": "Tate Mazer \u003cmazertate@gmail.com\u003e", + "maintainer": "Tate Mazer \u003cmazertate@gmail.com\u003e", + "sentence": "A library that connects BLE devices to Acaia Scales.", + "paragraph": "Uses the ArduinoBLE library and should support any BLE module.", + "website": "http://example.com/", + "category": "Device Control", "architectures": [ "avr" ], "types": [ "Contributed" ], - "repository": "https://github.com/allenchak/TA6932.git", - "url": "https://downloads.arduino.cc/libraries/github.com/allenchak/TA6932-1.0.0.zip", - "archiveFileName": "TA6932-1.0.0.zip", - "size": 3835371, - "checksum": "SHA-256:a4d46359b596789f19865c819c4103b65f92e66200415bf39eac51c4fb7675c2" + "repository": "https://github.com/tatemazer/AcaiaArduinoBLE.git", + "providesIncludes": [ + "AcaiaArduinoBLE.h" + ], + "dependencies": [ + { + "name": "ArduinoBLE" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/tatemazer/AcaiaArduinoBLE-1.0.0.zip", + "archiveFileName": "AcaiaArduinoBLE-1.0.0.zip", + "size": 5213, + "checksum": "SHA-256:71ba7bb6e96bd024c9dc8862f328cfa49a9d1c3610d0d87b99e923e3655e6791" }, { - "name": "ProtoCentral Pulse Express SpO2 Heartrate and BPT sensor", - "version": "1.0.1", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "sentence": "Library for the ProtoCentral Pulse Express board", - "paragraph": "Library for the ProtoCentral Pulse Express board containing the MAX30102 optical sensor and the MAX32664 sensor hub with BPT algorithms. This allows you to measure the PPG and then derive from it the SpO2, Heartrate and Blood Pressure Trending (BPT.", - "website": "https://github.com/Protocentral/protocentral-pulse-express", + "name": "SparkFun AS7331 Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "An Arduino library to make use of the Qwiic and Qwiic Mini AS7331 Spectral UV Sensor", + "website": "https://github.com/sparkfun/SparkFun_AS7331_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -370181,119 +834969,135 @@ "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral-pulse-express.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.1.zip", - "archiveFileName": "ProtoCentral_Pulse_Express_SpO2_Heartrate_and_BPT_sensor-1.0.1.zip", - "size": 3337678, - "checksum": "SHA-256:cebea560ca71759ea51626366dab6bf42b1dedb87b7a2dd7540777e7aeb8d133" + "repository": "https://github.com/sparkfun/SparkFun_AS7331_Arduino_Library.git", + "providesIncludes": [ + "SparkFun_AS7331.h" + ], + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS7331_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_AS7331_Arduino_Library-1.0.0.zip", + "size": 24472, + "checksum": "SHA-256:4ce0a628bf730569976b6e23c86c8f7541da39bf0ed73f83f7adf2bef9e6076f" }, { - "name": "Ethernet_Manager_STM32", - "version": "1.0.0", - "author": "Khoi Hoang", - "maintainer": "Khoi Hoang \u003ckhoih.prog@gmail.com\u003e", - "license": "MIT", - "sentence": "Simple Ethernet Manager for STM32F/L/H/G/WB/MP1 boards with Ethernet W5x00, ENC28J60 or built-in LAN8742A shields, with or without SSL, configuration data saved in EEPROM. With DoubleResetDetect feature.", - "paragraph": "Library for configuring/auto(re)connecting W5100/W5200/W5500, ENC28J60 and built-in LAN8742A Ethernet at runtime using Config Portal. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid.", - "website": "https://github.com/khoih-prog/Ethernet_Manager_STM32", - "category": "Communication", + "name": "SparkFun AS7331 Arduino Library", + "version": "2.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics", + "sentence": "An Arduino library to make use of the Qwiic and Qwiic Mini AS7331 Spectral UV Sensor", + "website": "https://github.com/sparkfun/SparkFun_AS7331_Arduino_Library", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/khoih-prog/Ethernet_Manager_STM32.git", + "repository": "https://github.com/sparkfun/SparkFun_AS7331_Arduino_Library.git", "providesIncludes": [ - "Ethernet_Manager_STM32.h" + "SparkFun_AS7331.h" ], "dependencies": [ { - "name": "EthernetWebServer_STM32" - }, - { - "name": "DoubleResetDetector_Generic" - }, - { - "name": "Functional-Vlpp" + "name": "SparkFun Toolkit" } ], - "url": "https://downloads.arduino.cc/libraries/github.com/khoih-prog/Ethernet_Manager_STM32-1.0.0.zip", - "archiveFileName": "Ethernet_Manager_STM32-1.0.0.zip", - "size": 270303, - "checksum": "SHA-256:7b12ae98e478e01f278ec3dc81ef34d07aa4eaa0317f7915ccb5dbf0d02b44fc" + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_AS7331_Arduino_Library-2.0.0.zip", + "archiveFileName": "SparkFun_AS7331_Arduino_Library-2.0.0.zip", + "size": 23371, + "checksum": "SHA-256:37bb30aeda27e10cecf7440c1ecfa8a8b5ec515329945a9b9803de8e698c9ee7" }, { - "name": "ProtoCentral AFE4490 PPG and SpO2 boards library", - "version": "1.0.1", - "author": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "maintainer": "ProtoCentral Electronics \u003csupport@protocentral.com\u003e", - "sentence": "Library for the ProtoCentral AFE4490 Shield and Breakout board", - "paragraph": "Measure PPG, SpO2 and heartrate using the AFE4490-based shield/breakout boards from ProtoCentral", - "website": "https://github.com/Protocentral/protocentral-afe4490-arduino", - "category": "Sensors", + "name": "FlexWire", + "version": "1.0.0", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "This library implements the master side of the I2C protocol in a platform independent way.", + "paragraph": "It can be used a drop-in replacement for the Wire library without even touching the sensor/actuator library, which uses the Wire library. The reason is that the library folder contains the header file Wire.h, which satisfies the dependency for the Wire library. In addition, it supports dynamic changes of the I2C pins.", + "website": "https://github.com/felias-fogg/FlexWire", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Protocentral/protocentral-afe4490-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Protocentral/ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.1.zip", - "archiveFileName": "ProtoCentral_AFE4490_PPG_and_SpO2_boards_library-1.0.1.zip", - "size": 2124444, - "checksum": "SHA-256:3a2d8fa1be043825d9de4186b6fb0ed8555be6ab31231f0f97c768eb3ebcec9e" + "repository": "https://github.com/felias-fogg/FlexWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/FlexWire-1.0.0.zip", + "archiveFileName": "FlexWire-1.0.0.zip", + "size": 20189, + "checksum": "SHA-256:5c2753532f13dadc56168d3f1815d4b7a5ff40bc8d05e1701bafa28c7796fb64" }, { - "name": "SimpleWiFiClient", - "version": "1.0.0", - "author": "Toernblom", - "maintainer": "Toernblom", - "sentence": "Enables low latency control with the UDP protocol", - "paragraph": "This library makes it easy with low latency WiFi communication.", - "website": "https://github.com/Toernblom/SimpleWiFiClient", + "name": "FlexWire", + "version": "1.1.0", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "This library implements the master side of the I2C protocol in a platform independent way.", + "paragraph": "It can be used a drop-in replacement for the Wire library without even touching the sensor/actuator library, which uses the Wire library. The reason is that the library folder contains the header file Wire.h, which satisfies the dependency for the Wire library. In addition, it supports dynamic changes of the I2C pins.", + "website": "https://github.com/felias-fogg/FlexWire", "category": "Communication", "architectures": [ - "ESP8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Toernblom/SimpleWiFiClient.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleWiFiClient-1.0.0.zip", - "archiveFileName": "SimpleWiFiClient-1.0.0.zip", - "size": 4429, - "checksum": "SHA-256:21d1a97ee13986a0eb19a8d578a721e5d7ebbf0f44f3f787a9ec3d24e453a352" + "repository": "https://github.com/felias-fogg/FlexWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/FlexWire-1.1.0.zip", + "archiveFileName": "FlexWire-1.1.0.zip", + "size": 21397, + "checksum": "SHA-256:be05831396e5a63729780f2a2f3626a2e10a167517faf25d79dd1f93279d955d" }, { - "name": "SimpleUDPController", - "version": "0.5.0", - "author": "Toernblom", - "maintainer": "Toernblom", - "sentence": "Decodes messages sent from InoPad app.", - "paragraph": "This library decodes message sent from the InoPad app, see details for link to playstore.", - "website": "https://github.com/Toernblom/SimpleUDPController", + "name": "FlexWire", + "version": "1.1.1", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "This library implements the master side of the I2C protocol in a platform independent way.", + "paragraph": "It can be used a drop-in replacement for the Wire library without even touching the sensor/actuator library, which uses the Wire library. The reason is that the library folder contains the header file Wire.h, which satisfies the dependency for the Wire library. In addition, it supports dynamic changes of the I2C pins.", + "website": "https://github.com/felias-fogg/FlexWire", "category": "Communication", "architectures": [ - "ESP8266" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/Toernblom/SimpleUDPController.git", - "url": "https://downloads.arduino.cc/libraries/github.com/Toernblom/SimpleUDPController-0.5.0.zip", - "archiveFileName": "SimpleUDPController-0.5.0.zip", - "size": 3983, - "checksum": "SHA-256:77f26b60ca0a86379560f08ca063d859fa5d0ff465eddeb29f95a6314a611726" + "repository": "https://github.com/felias-fogg/FlexWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/FlexWire-1.1.1.zip", + "archiveFileName": "FlexWire-1.1.1.zip", + "size": 21453, + "checksum": "SHA-256:236d6bad49f47fbc19e0b457eb9fb0f829cef6378fee80b9cd4b623459817f06" }, { - "name": "Simple_HCSR04", - "version": "1.0.0", - "author": "Moritz Bergmann", - "maintainer": "Moritz Bergmann", - "sentence": "A simple wrapper for the HC-SR04 Module.", - "paragraph": "A simple wrapper for the HC-SR04 Module to be used e.g. for an Arduino board.", - "website": "https://github.com/mobergmann/Simple_HCSR04", + "name": "FlexWire", + "version": "1.1.2", + "author": "Bernhard Nebel", + "maintainer": "Bernhard Nebel \u003cnebel@hinterm-ziel.de\u003e", + "sentence": "This library implements the master side of the I2C protocol in a platform independent way.", + "paragraph": "It can be used a drop-in replacement for the Wire library without even touching the sensor/actuator library, which uses the Wire library. The reason is that the library folder contains the header file Wire.h, which satisfies the dependency for the Wire library. In addition, it supports dynamic changes of the I2C pins.", + "website": "https://github.com/felias-fogg/FlexWire", + "category": "Communication", + "architectures": [ + "*" + ], + "types": [ + "Contributed" + ], + "repository": "https://github.com/felias-fogg/FlexWire.git", + "url": "https://downloads.arduino.cc/libraries/github.com/felias-fogg/FlexWire-1.1.2.zip", + "archiveFileName": "FlexWire-1.1.2.zip", + "size": 21701, + "checksum": "SHA-256:5664fde98f28a3404533e8961e8109f649bbcce710a6853afe14c8644ce59f3e" + }, + { + "name": "ADXL372", + "version": "0.0.1", + "author": "Fourier-git", + "maintainer": "Fourier-git", + "sentence": "Arduino library for the ADXL372 accelerometer", + "paragraph": "This is a work-in-progress library for this accelerometer", + "website": "https://github.com/Fourier-git/ADXL372", "category": "Sensors", "architectures": [ "*" @@ -370301,48 +835105,47 @@ "types": [ "Contributed" ], - "repository": "https://github.com/mobergmann/Simple_HCSR04.git", + "repository": "https://github.com/Fourier-git/ADXL372.git", "providesIncludes": [ - "Arduino.h" + "ADXL372.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/mobergmann/Simple_HCSR04-1.0.0.zip", - "archiveFileName": "Simple_HCSR04-1.0.0.zip", - "size": 208636, - "checksum": "SHA-256:caaac73fb4d83ff9076989d0fdc33ab185e53aab71da72ffbe840a5da62cf6dc" + "url": "https://downloads.arduino.cc/libraries/github.com/Fourier-git/ADXL372-0.0.1.zip", + "archiveFileName": "ADXL372-0.0.1.zip", + "size": 15573, + "checksum": "SHA-256:fc1e0e69d0fc714c39bba89954ee4808bef36f010d21ef443f98c494ca23ec1c" }, { - "name": "spin-timer", - "version": "3.0.0", - "author": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", - "maintainer": "Dieter Niklaus \u003cdieter.niklaus@gmx.net\u003e", - "sentence": "Universal Timer with 1 millisecond resolution, supporting OOP principles.", - "paragraph": "Each instance is configurable to be either recurring or non-recurring, timer interval/timeout time configurable, attaches automatically in the background to a Timer Context which periodically updates all registered timers' states (to be driven by the main loop) and performs the timer expire evaluation for each registered timer, handles unsigned long int overflows correctly.", - "website": "https://github.com/dniklaus/spin-timer", - "category": "Timing", + "name": "ADXL372", + "version": "0.0.2", + "author": "Fourier-git", + "maintainer": "Fourier-git", + "sentence": "Arduino library for the ADXL372 accelerometer", + "paragraph": "This is a work-in-progress library for this accelerometer", + "website": "https://github.com/Fourier-git/ADXL372", + "category": "Sensors", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/dniklaus/spin-timer.git", + "repository": "https://github.com/Fourier-git/ADXL372.git", "providesIncludes": [ - "SpinTimer.h", - "UptimeInfo.h" + "ADXL372.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/dniklaus/spin_timer-3.0.0.zip", - "archiveFileName": "spin_timer-3.0.0.zip", - "size": 1454612, - "checksum": "SHA-256:c3e766e1963a02ca29354f1611b7d7a94928550aa489bdd3c12e274df4d8e980" + "url": "https://downloads.arduino.cc/libraries/github.com/Fourier-git/ADXL372-0.0.2.zip", + "archiveFileName": "ADXL372-0.0.2.zip", + "size": 16647, + "checksum": "SHA-256:1fdec8c76cca3f899f501a9fbac789a85057a293d9db3817b77b3edb7e33955b" }, { - "name": "Adafruit SCD30", - "version": "1.0.0", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", - "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_SCD30", + "name": "ADXL372", + "version": "0.0.3", + "author": "Fourier-git", + "maintainer": "Fourier-git", + "sentence": "Arduino library for the ADXL372 accelerometer", + "paragraph": "This is a beginners work-in-progress library for this accelerometer", + "website": "https://github.com/Fourier-git/ADXL372", "category": "Sensors", "architectures": [ "*" @@ -370350,31 +835153,23 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SCD30.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - } + "repository": "https://github.com/Fourier-git/ADXL372.git", + "providesIncludes": [ + "ADXL372.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.0.zip", - "archiveFileName": "Adafruit_SCD30-1.0.0.zip", - "size": 17009, - "checksum": "SHA-256:5e729f65d8946efeb7b2eb8dbb29456d4129876ab85c0327207329a2907cd894" + "url": "https://downloads.arduino.cc/libraries/github.com/Fourier-git/ADXL372-0.0.3.zip", + "archiveFileName": "ADXL372-0.0.3.zip", + "size": 16705, + "checksum": "SHA-256:da2ef9506b6a7cb0847fb9f15afb80e34462614300ff9af4ded4af2564a90928" }, { - "name": "Adafruit SCD30", - "version": "1.0.1", - "author": "Adafruit", - "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", - "sentence": "Arduino library for the SCD30 sensors in the Adafruit shop", - "paragraph": "Arduino library for the SCD30 sensors in the Adafruit shop", - "website": "https://github.com/adafruit/Adafruit_SCD30", + "name": "SparkFun UM980 Triband RTK GNSS Arduino Library", + "version": "1.0.0", + "author": "SparkFun Electronics", + "maintainer": "SparkFun Electronics \u003csparkfun.com\u003e", + "sentence": "Library for Serial Communication and Configuration of the UM980", + "paragraph": "This is a library to control Unicore GNSS receivers, with a focus on the UM980 Triband receiver. Other receivers in the same family should work: UM982, UM960, UM960L, etc. The UM980 is a 1408-Channel GNSS Receiver based on the Nebulas IV™ that is able to simultaneously track GPS L1/L2/L5, GLONASS L1/L2/L3, Galileo E1/E5a/E5b/E6, Beidou B1I/B2I/B3I/B1C/B2a/B2b, QZSS L1/L2/L5, and SBAS. This library is ideal for interfacing to the \u003ca href=\"https://www.sparkfun.com/products/23286\"\u003eSparkFun Triband GNSS RTK Breakout - UM980\u003c/a\u003e.\u003cbr/\u003e", + "website": "https://github.com/sparkfun/SparkFun_Unicore_GNSS_Arduino_Library", "category": "Sensors", "architectures": [ "*" @@ -370382,248 +835177,274 @@ "types": [ "Contributed" ], - "repository": "https://github.com/adafruit/Adafruit_SCD30.git", - "dependencies": [ - { - "name": "Adafruit Unified Sensor" - }, - { - "name": "Adafruit BusIO" - }, - { - "name": "Adafruit SSD1306" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_SCD30-1.0.1.zip", - "archiveFileName": "Adafruit_SCD30-1.0.1.zip", - "size": 17002, - "checksum": "SHA-256:0e182a491fa4ebf2351bcd027974b7b808347a59c636100fe2769ab3bcd98281" + "repository": "https://github.com/sparkfun/SparkFun_Unicore_GNSS_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/sparkfun/SparkFun_UM980_Triband_RTK_GNSS_Arduino_Library-1.0.0.zip", + "archiveFileName": "SparkFun_UM980_Triband_RTK_GNSS_Arduino_Library-1.0.0.zip", + "size": 61700, + "checksum": "SHA-256:a5b76000fd53c548bba273ccb7a34a3446e350dfbe9bc53c1aefd585f726f1e9" }, { - "name": "Embedded Template Library ETL", - "version": "19.3.6", - "author": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "maintainer": "John Wellbelove \u003cjohn.wellbelove@etlcpp.com\u003e", - "license": "MIT", - "sentence": "ETL. A C++ template library tailored for embedded systems.", - "website": "https://www.etlcpp.com/", - "category": "Other", + "name": "CoreX", + "version": "1.0.0", + "author": "Sendy Meiladi \u003csendymeiladi.28@gmail.com\u003e, Ahmad Yunus \u003cyunus310320@gmail.com\u003e, NusabotId \u003cinfo@nusabot.id\u003e", + "maintainer": "NusabotId \u003cinfo@nusabot.id\u003e", + "license": "GPL", + "sentence": "Library for CoreX IoT Platform by Nusabot.", + "paragraph": "Build IoT project with easy. Control and monitor your data from web app with support WiFi, Ethernet, Cellular connectifity.", + "website": "https://corex.id", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/ETLCPP/etl-arduino.git", - "url": "https://downloads.arduino.cc/libraries/github.com/ETLCPP/Embedded_Template_Library_ETL-19.3.6.zip", - "archiveFileName": "Embedded_Template_Library_ETL-19.3.6.zip", - "size": 663241, - "checksum": "SHA-256:daff1b10cfbeeb02979c7850c245783502ec85286093495abe099f2e773e8130" + "repository": "https://github.com/CoreX-IoT/corex-firmware.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CoreX-IoT/CoreX-1.0.0.zip", + "archiveFileName": "CoreX-1.0.0.zip", + "size": 48794, + "checksum": "SHA-256:87c75002cfb892c6a4183070146978cec8d87c6ac660c63b86794e89b0375042" }, { - "name": "mrm-us1", - "version": "0.0.0", - "author": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "maintainer": "Zoran Pribičević \u003cpriba@microline.hr\u003e", - "sentence": "CAN Bus library for MRMS mrm-us1", - "paragraph": "CAN Bus connectivity and local functions exposed via CAN Bus for ultrasonic sensor", - "website": "https://github.com/PribaNosati/MRMS/tree/master/mrm-us1", - "category": "Device Control", + "name": "CoreX", + "version": "1.2.0", + "author": "CoreX \u003cinfo@corex.id\u003e, Sendy Meiladi \u003csendymeiladi.28@gmail.com\u003e, Ahmad Yunus \u003cyunus310320@gmail.com\u003e", + "maintainer": "CoreX \u003cinfo@corex.id\u003e", + "license": "GPL", + "sentence": "Library for CoreX IoT Platform.", + "paragraph": "Build IoT project with easy. Control and monitor your data from web app with support WiFi, Ethernet, Cellular connectifity.", + "website": "https://corex.id", + "category": "Communication", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/PribaNosati/mrm-us1.git", - "dependencies": [ - { - "name": "mrm-board" - }, - { - "name": "mrm-robot" - } - ], - "url": "https://downloads.arduino.cc/libraries/github.com/PribaNosati/mrm_us1-0.0.0.zip", - "archiveFileName": "mrm_us1-0.0.0.zip", - "size": 3522, - "checksum": "SHA-256:01ac50be03200c9be0b9af6290a80a02221a50ffec26b37d0ff3eb0eb69181fd" + "repository": "https://github.com/CoreX-IoT/corex-firmware.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CoreX-IoT/CoreX-1.2.0.zip", + "archiveFileName": "CoreX-1.2.0.zip", + "size": 48684, + "checksum": "SHA-256:53206adc9e86dc2f2650d41019c3ea77f335e65eaed9df86641f6d75dd209953" }, { - "name": "RevEng PAJ7620", - "version": "1.3.0", - "author": "Aaron S. Crandall", - "maintainer": "Aaron S. Crandall \u003ccrandall@gonzaga.edu\u003e", - "sentence": "Arduino library to provide a driver and API for the PixArt PAJ7620 (PAJ7620U2 or PAJ7620F2) integrated gesture recognition sensor.", - "paragraph": "The PAJ7620 (U2 and F2) sensor provides simple motion-based gesture recognition. The IR-based object sensing can detect objects moving in front of the sensor. The sensor has 9 built-in gestures. This driver provides an object oriented interface to the I2C controlled device which has all 9 gestures, wave counting, TWI/I2C bus selection, and device enable/disable via APIs.", - "website": "https://github.com/acrandal/RevEng_PAJ7620", - "category": "Sensors", + "name": "CoreX", + "version": "1.2.1", + "author": "CoreX \u003cinfo@corex.id\u003e, Sendy Meiladi \u003csendymeiladi.28@gmail.com\u003e, Ahmad Yunus \u003cyunus310320@gmail.com\u003e", + "maintainer": "CoreX \u003cinfo@corex.id\u003e", + "license": "GPL", + "sentence": "Library for CoreX IoT Platform.", + "paragraph": "Build IoT project with easy. Control and monitor your data from web app with support WiFi, Ethernet, Cellular connectifity.", + "website": "https://corex.id", + "category": "Communication", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/acrandal/RevEng_PAJ7620.git", - "providesIncludes": [ - "RevEng_PAJ7620.h" + "repository": "https://github.com/CoreX-IoT/corex-firmware.git", + "url": "https://downloads.arduino.cc/libraries/github.com/CoreX-IoT/CoreX-1.2.1.zip", + "archiveFileName": "CoreX-1.2.1.zip", + "size": 48674, + "checksum": "SHA-256:4996b3a64537921829a99b75ec8b2084826eec25846c3cda9640eb608a031986" + }, + { + "name": "XPT2046_Bitbang_Slim", + "version": "2.0.0", + "author": "Ddxfish \u003cddxfish@gmail.com\u003e", + "maintainer": "Claus Näveke \u003cgithub@naeveke.de\u003e", + "sentence": "Bitbang library for the XPT2046 touch controller.", + "paragraph": "This library provides a software-based SPI (bitbang) approach to interface with the XPT2046 touch screen controller. It allows for touch detection, calibration, and touch coordinate retrieval.", + "website": "https://github.com/TheNitek/XPT2046_Bitbang_Arduino_Library", + "category": "Sensors", + "architectures": [ + "esp32" ], - "url": "https://downloads.arduino.cc/libraries/github.com/acrandal/RevEng_PAJ7620-1.3.0.zip", - "archiveFileName": "RevEng_PAJ7620-1.3.0.zip", - "size": 19881, - "checksum": "SHA-256:58e98d2c5aeca2d05141cc0d722c69573bb17f208df4b7a1fa39156ecd51415c" + "types": [ + "Contributed" + ], + "repository": "https://github.com/TheNitek/XPT2046_Bitbang_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheNitek/XPT2046_Bitbang_Slim-2.0.0.zip", + "archiveFileName": "XPT2046_Bitbang_Slim-2.0.0.zip", + "size": 17680, + "checksum": "SHA-256:ca5f211d4bba7ea42217766c289b8c975d6c757ead3831c946df10296ee8ea63" }, { - "name": "Yfrobot Motor Driver Library", - "version": "0.0.1", - "author": "YFROBOT", - "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", - "sentence": "Yfrobot Motor Driver Library", - "paragraph": "Yfrobot Motor Driver Library", - "website": "https://github.com/finalvalue/Yfrobot-Motor-Driver-Library", - "category": "Device Control", + "name": "XPT2046_Bitbang_Slim", + "version": "2.0.1", + "author": "Claus Näveke \u003cgithub@naeveke.de\u003e, Ddxfish \u003cddxfish@gmail.com\u003e", + "maintainer": "Claus Näveke \u003cgithub@naeveke.de\u003e", + "sentence": "Bitbang library for the XPT2046 touch controller.", + "paragraph": "This library provides a software-based SPI (bitbang) approach to interface with the XPT2046 touch screen controller. It allows for touch detection, calibration, and touch coordinate retrieval.", + "website": "https://github.com/TheNitek/XPT2046_Bitbang_Arduino_Library", + "category": "Sensors", "architectures": [ - "*" + "esp32" ], "types": [ "Contributed" ], - "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.1.zip", - "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.1.zip", - "size": 19763, - "checksum": "SHA-256:0336686de718c178d9dce2f42439436b4ffda00c5f5f9d0cdf94cc5001240850" + "repository": "https://github.com/TheNitek/XPT2046_Bitbang_Arduino_Library.git", + "url": "https://downloads.arduino.cc/libraries/github.com/TheNitek/XPT2046_Bitbang_Slim-2.0.1.zip", + "archiveFileName": "XPT2046_Bitbang_Slim-2.0.1.zip", + "size": 17686, + "checksum": "SHA-256:e8d09ec92340f329754521ad1845508e32f0d86e568011547ed49e4405cf9b31" }, { - "name": "Yfrobot Motor Driver Library", - "version": "0.0.2", - "author": "YFROBOT", - "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", - "sentence": "Arduino library for yfrobot motor driver", - "paragraph": "Arduino library for yfrobot motor driver", - "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", - "category": "Device Control", + "name": "ESP32-TWAI-CAN", + "version": "1.0.0", + "author": "sorek.uk", + "maintainer": "sorek \u003ccontact@sorek.uk\u003e", + "sentence": "ESP32 driver for TWAI / CAN for Adruino using ESP-IDF drivers.", + "paragraph": "Supporting ESP32, ESP32-S2, ESP32-S3, ESP32-C3", + "website": "https://github.com/handmade0octopus/ESP32-TWAI-CAN", + "category": "Uncategorized", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.2.zip", - "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.2.zip", - "size": 74983, - "checksum": "SHA-256:c8276b5bbe8f3d3caf24a81ce63894fb66df31d8d8706933b628c2fcd6d08573" + "repository": "https://github.com/handmade0octopus/ESP32-TWAI-CAN.git", + "url": "https://downloads.arduino.cc/libraries/github.com/handmade0octopus/ESP32_TWAI_CAN-1.0.0.zip", + "archiveFileName": "ESP32_TWAI_CAN-1.0.0.zip", + "size": 9759, + "checksum": "SHA-256:5df4142c4ab5b3c907308f2f5e5e7ce3787f1a4c24e655b10325ff172dbba369" }, { - "name": "Yfrobot Motor Driver Library", - "version": "0.0.3", - "author": "YFROBOT", - "maintainer": "YFROBOT-ZL \u003cyfrobot@qq.com\u003e", - "sentence": "Arduino library for yfrobot motor driver", - "paragraph": "Arduino library for yfrobot motor driver", - "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", - "category": "Device Control", + "name": "Adafruit MCP3421", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for the MCP3421 18-bit ADC in the Adafruit shop", + "paragraph": "Arduino library for the MCP3421 18-bit ADC in the Adafruit shop", + "website": "https://github.com/adafruit/Adafruit_MCP3421", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.3.zip", - "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.3.zip", - "size": 69111, - "checksum": "SHA-256:7d5cdb5f175f05583ee95675769c8cbcfdc966cdb130f85ba72ebe9ddba8630d" + "repository": "https://github.com/adafruit/Adafruit_MCP3421.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + }, + { + "name": "Adafruit ST7735 and ST7789 Library" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_MCP3421-1.0.0.zip", + "archiveFileName": "Adafruit_MCP3421-1.0.0.zip", + "size": 10361, + "checksum": "SHA-256:4ca5fdb56e13e206b20a7b549830bad7eafc6f8724568f1a0a7e7c4669df70e1" }, { - "name": "Yfrobot Motor Driver Library", - "version": "0.0.4", - "author": "YFROBOT", - "maintainer": "YFROBOT-ZL,\u003cyfrobot@qq.com\u003e", - "sentence": "Arduino library for yfrobot motor driver", - "paragraph": "The library supports multiple YFROBOT motor drive modules:L298P,PM-R3(tb6612),MD(MD_01,MD_02,MD_03,MD_04,MD_GB36),IIC_TB,valon,4WDMW", - "website": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library", - "category": "Device Control", + "name": "Adafruit XCA9554", + "version": "1.0.0", + "author": "Adafruit", + "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e", + "sentence": "Arduino library for TCA9554 or PCA9554 8-bit GPIO expanders", + "paragraph": "Arduino library for the TCA9554 or PCA9554 8-bit GPIO expanders", + "website": "https://github.com/adafruit/Adafruit_XCA9554", + "category": "Sensors", "architectures": [ "*" ], "types": [ - "Contributed" + "Recommended" ], - "repository": "https://github.com/YFROBOT-TM/Yfrobot-Motor-Driver-Library.git", - "url": "https://downloads.arduino.cc/libraries/github.com/YFROBOT-TM/Yfrobot_Motor_Driver_Library-0.0.4.zip", - "archiveFileName": "Yfrobot_Motor_Driver_Library-0.0.4.zip", - "size": 1252644, - "checksum": "SHA-256:ea0a5a329fb6ebcaf3e8e064263104b3a95a871b577b7134bb0e174615c6eee4" + "repository": "https://github.com/adafruit/Adafruit_xCA9554.git", + "dependencies": [ + { + "name": "Adafruit BusIO" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/adafruit/Adafruit_XCA9554-1.0.0.zip", + "archiveFileName": "Adafruit_XCA9554-1.0.0.zip", + "size": 7609, + "checksum": "SHA-256:cf2672a08fcb9d7527ed601b28c5aab0cc93c374355dc6997e835000b0834334" }, { - "name": "M5StickCPlus", - "version": "0.0.1", - "author": "M5StickCPlus", - "maintainer": "Hades\u003chades8363@gmail.com\u003e", - "sentence": "Library for M5StickC Plus development kit", - "paragraph": "See more on http://M5Stack.com", - "website": "https://github.com/m5stack/M5StickC-Plus.git", - "category": "Device Control", + "name": "I2C_LCD", + "version": "0.1.0", + "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", + "sentence": "Arduino library for I2C_LCD.", + "paragraph": "HD44780, 20x4", + "website": "https://github.com/RobTillaart/I2C_LCD", + "category": "Display", "architectures": [ - "esp32" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/m5stack/M5StickC-Plus.git", + "repository": "https://github.com/RobTillaart/I2C_LCD.git", "providesIncludes": [ - "M5StickCPlus.h" + "I2C_LCD.h" ], - "url": "https://downloads.arduino.cc/libraries/github.com/m5stack/M5StickCPlus-0.0.1.zip", - "archiveFileName": "M5StickCPlus-0.0.1.zip", - "size": 858364, - "checksum": "SHA-256:617422a11e9a19a81f346e26674b7d3ddbd6a342f3307300a8b1bb804f82aa5f" + "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/I2C_LCD-0.1.0.zip", + "archiveFileName": "I2C_LCD-0.1.0.zip", + "size": 10540, + "checksum": "SHA-256:a2df4cca2a49d0554c08c7051751c31e92cea90659087b015b206820d53e735b" }, { - "name": "TactileSwitch", + "name": "roo_flags", "version": "1.0.0", - "author": "IGB", - "maintainer": "IGB", - "sentence": "class for tactile switch", - "paragraph": "Uses digital pins. Debounces and reads a single click, multiclicks, hold long, hold very long. Configuration high or low side.", - "website": "*", - "category": "Device Control", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Minimalistic library for run-time configuration flags.", + "paragraph": "Useful in libraries, to expose dynamic configuration options.", + "website": "https://github.com/dejwk/roo_flags", + "category": "Other", "architectures": [ - "avr" + "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/IGB-Germany/IGB-Tactile-Switch.git", - "url": "https://downloads.arduino.cc/libraries/github.com/IGB-Germany/TactileSwitch-1.0.0.zip", - "archiveFileName": "TactileSwitch-1.0.0.zip", - "size": 8760, - "checksum": "SHA-256:9d639c1483390539d5ac3e184a30c7ff3695553fac560eddefd0386138583c89" + "repository": "https://github.com/dejwk/roo_flags.git", + "dependencies": [ + { + "name": "roo_flags" + } + ], + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_flags-1.0.0.zip", + "archiveFileName": "roo_flags-1.0.0.zip", + "size": 2903, + "checksum": "SHA-256:270d71f75c4f26d79049894e6cbac46d6de20c7f26647873d16747bb61b5261b" }, { - "name": "HMC6352", - "version": "0.2.1", - "author": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "maintainer": "Rob Tillaart \u003crob.tillaart@gmail.com\u003e", - "sentence": "Experimental Arduino library for HMC6352 digital compass sensor", - "website": "https://github.com/RobTillaart/HMC6352", - "category": "Sensors", + "name": "roo_logging", + "version": "1.0.0", + "author": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "maintainer": "Dejwk \u003cdejwk.oss@gmail.com\u003e", + "sentence": "Logging library, targeted at ESP32 and related boards.", + "paragraph": "Port of Google's 'glog' library.", + "website": "https://github.com/dejwk/roo_logging", + "category": "Other", "architectures": [ "*" ], "types": [ "Contributed" ], - "repository": "https://github.com/RobTillaart/HMC6352.git", - "providesIncludes": [ - "hmc6352.h" + "repository": "https://github.com/dejwk/roo_logging.git", + "dependencies": [ + { + "name": "roo_flags" + }, + { + "name": "roo_time" + } ], - "url": "https://downloads.arduino.cc/libraries/github.com/RobTillaart/HMC6352-0.2.1.zip", - "archiveFileName": "HMC6352-0.2.1.zip", - "size": 16614, - "checksum": "SHA-256:68206438638df1b5b683730fc93e6415351811e3b3c7a098fd564839c203c316" + "url": "https://downloads.arduino.cc/libraries/github.com/dejwk/roo_logging-1.0.0.zip", + "archiveFileName": "roo_logging-1.0.0.zip", + "size": 83002, + "checksum": "SHA-256:bcda393136a9cd373ff373437ea131ee31d8aeeced0fae51d372ca9ebcea5876" } ] } \ No newline at end of file diff --git a/nix/arduino/library_index.json.sig b/nix/arduino/library_index.json.sig new file mode 100644 index 0000000000000000000000000000000000000000..7c49396ecb2052adea9e4bf7fd3ac2653c06b8e5 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j-QT*N@3R~B%qZMVfFqHC>xDMFD20%daN5QSe%tQ2LVDmJ0x--P0eBkl;Os+(>A&obqq0Y$ji+FP_v_!rv4c!G=18A3B5lx#H2G41XGWZaIV5lr<@6=`5 z6`R`lm@;4Gp)t7*w56n(+|DHKpZkerXFYVn+Tn-!^Z{;s(^F|SLq0R$nZUKVgz+xD zBn1PoZZFAeeB{S{Qkg98>8_y}S?c3>fjU8$&c3iPfv`Ff8(NS2bIR@<#I==K$n9C* zfS1Rb%_c<@ta$F8MDP%gol#-q2KvKOTB?#xfILkZ{@D~qL$YvLZB)w5_%1q7MX&G^ zvpWTPJ!k-YL&jOFS9cXW#ej)Q+#i1n!jaTQFTcX*X?@%v*x%_Bc;z?lf%qln`6S{#8FSMxzxJcv zVRs5R4JXa E2@6{g=l}o! literal 0 HcmV?d00001 diff --git a/nix/arduino/package_index.json b/nix/arduino/package_index.json index 67049d5..6765393 100644 --- a/nix/arduino/package_index.json +++ b/nix/arduino/package_index.json @@ -1,226 +1,5 @@ { "packages": [ - { - "name": "arduino-beta", - "maintainer": "Arduino", - "websiteURL": "http://www.arduino.cc/", - "email": "packages@arduino.cc", - "help": { - "online": "http://www.arduino.cc/en/Reference/HomePage" - }, - "platforms": [ - { - "name": "Arduino mbed-enabled Boards", - "architecture": "mbed", - "version": "1.2.0", - "category": "Contributed", - "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-1.2.0.tar.bz2", - "archiveFileName": "ArduinoCore-mbed-1.2.0.tar.bz2", - "checksum": "SHA-256:9a96514fabdc6f8428c3f2f34e147e80140a2697c21c551ee5d6e2048ea4a995", - "size": "78486787", - "help": { - "online": "https://github.com/arduino/ArduinoCore-mbed/issues" - }, - "boards": [ - { - "name": "Arduino Portenta H7" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino12" - }, - { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "7-2017q4" - }, - { - "packager": "arduino", - "name": "bossac", - "version": "1.9.1-arduino1" - }, - { - "packager": "arduino", - "version": "0.9.0-arduino2", - "name": "dfu-util" - } - ] - }, - { - "name": "Arduino mbed-enabled Boards", - "architecture": "mbed", - "version": "1.2.1", - "category": "Contributed", - "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-1.2.1.tar.bz2", - "archiveFileName": "ArduinoCore-mbed-1.2.1.tar.bz2", - "checksum": "SHA-256:72914e29601039e4215e4f71b9c73d5d5cb0a809b36d0d1ae79148cb2cce7f50", - "size": "81303567", - "help": { - "online": "https://github.com/arduino/ArduinoCore-mbed/issues" - }, - "boards": [ - { - "name": "Arduino Portenta H7" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino13" - }, - { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "7-2017q4" - }, - { - "packager": "arduino", - "name": "bossac", - "version": "1.9.1-arduino1" - }, - { - "packager": "arduino", - "version": "0.9.0-arduino2", - "name": "dfu-util" - } - ] - }, - { - "name": "Arduino mbed-enabled Boards", - "architecture": "mbed", - "version": "1.2.2", - "category": "Contributed", - "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-1.2.2.tar.bz2", - "archiveFileName": "ArduinoCore-mbed-1.2.2.tar.bz2", - "checksum": "SHA-256:718d07491ccc3f07c39d62e69965a5ff400b41124dc9b23e8ee27dea06a4838f", - "size": "81141714", - "help": { - "online": "https://github.com/arduino/ArduinoCore-mbed/issues" - }, - "boards": [ - { - "name": "Arduino Portenta H7" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino13" - }, - { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "7-2017q4" - }, - { - "packager": "arduino", - "name": "bossac", - "version": "1.9.1-arduino1" - }, - { - "packager": "arduino", - "version": "0.9.0-arduino2", - "name": "dfu-util" - } - ] - }, - { - "name": "[DEPRECATED] Arduino mbed-enabled Boards", - "architecture": "mbed", - "version": "1.3.0", - "category": "Contributed", - "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-1.3.0.tar.bz2", - "archiveFileName": "ArduinoCore-mbed-1.3.0.tar.bz2", - "checksum": "SHA-256:f6617b34b53af37dbc2e6805097cf961f2032dbfc3750a003ba1902d7469258b", - "size": "93357731", - "help": { - "online": "https://github.com/arduino/ArduinoCore-mbed/issues" - }, - "boards": [ - { - "name": "Arduino Portenta H7" - }, - { - "name": "Arduino Nano 33 BLE" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino13" - }, - { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "7-2017q4" - }, - { - "packager": "arduino", - "name": "bossac", - "version": "1.9.1-arduino2" - }, - { - "packager": "arduino", - "version": "0.9.0-arduino2", - "name": "dfu-util" - } - ] - }, - { - "name": "[DEPRECATED] Arduino mbed-enabled Boards", - "architecture": "mbed", - "version": "1.3.1", - "category": "Contributed", - "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nonexistant.tar.bz2", - "archiveFileName": "ArduinoCore-mbed-1.x.x.tar.bz2", - "checksum": "SHA-256:f6617b34b53af37dbc2e6805097cf961f2032dbfc3750a003ba1902d7469258b", - "size": "93357731", - "help": { - "online": "http://boardsmanager/portenta" - }, - "boards": [ - { - "name": "Arduino Portenta H7" - }, - { - "name": "Arduino Nano 33 BLE" - }, - { - "name": "This package was used for beta testing and won't be maintained anymore. Please remove this package and install the 'Arduino mbed-enabled Boards' package that is not labeled '[DEPRECATED]'" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino13" - }, - { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "7-2017q4" - }, - { - "packager": "arduino", - "name": "bossac", - "version": "1.9.1-arduino2" - }, - { - "packager": "arduino", - "version": "0.9.0-arduino2", - "name": "dfu-util" - } - ] - } - ], - "tools": [] - }, { "name": "arduino", "maintainer": "Arduino", @@ -241,11 +20,11 @@ "size": "4877442", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -253,8 +32,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -287,11 +66,11 @@ "size": "4876816", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -299,8 +78,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -333,11 +112,11 @@ "size": "4780884", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -345,8 +124,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -379,11 +158,11 @@ "size": "4876957", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -391,8 +170,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -425,11 +204,11 @@ "size": "4876916", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -437,8 +216,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -471,11 +250,11 @@ "size": "4904283", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -483,8 +262,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -518,11 +297,11 @@ "size": "4885536", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -530,8 +309,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -565,11 +344,11 @@ "size": "4890702", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -577,8 +356,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -612,11 +391,11 @@ "size": "4991331", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -624,8 +403,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -659,11 +438,11 @@ "size": "4991634", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -671,8 +450,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -706,11 +485,11 @@ "size": "4993586", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -718,8 +497,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -753,11 +532,11 @@ "size": "4993644", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -765,8 +544,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -800,11 +579,11 @@ "size": "4993455", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -812,8 +591,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -847,11 +626,11 @@ "size": "4993959", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, + {"name": "Arduino UNO"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Micro"}, {"name": "Arduino Esplora"}, @@ -859,8 +638,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -894,12 +673,12 @@ "size": "5011829", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -908,8 +687,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -952,12 +731,12 @@ "size": "5011912", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -966,8 +745,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1010,12 +789,12 @@ "size": "4897659", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1024,8 +803,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1068,12 +847,12 @@ "size": "4959420", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1082,8 +861,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1126,12 +905,12 @@ "size": "4897949", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1140,8 +919,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1184,12 +963,12 @@ "size": "4897460", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1198,8 +977,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1242,12 +1021,12 @@ "size": "4907422", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1256,8 +1035,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1300,12 +1079,12 @@ "size": "5001988", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1314,8 +1093,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1358,12 +1137,12 @@ "size": "4941605", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1372,8 +1151,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1416,12 +1195,12 @@ "size": "4918242", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1430,8 +1209,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1474,12 +1253,12 @@ "size": "4941548", "boards": [ {"name": "Arduino Yún"}, - {"name": "Arduino Uno"}, - {"name": "Arduino Uno WiFi"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO WiFi"}, {"name": "Arduino Diecimila"}, {"name": "Arduino Nano"}, {"name": "Arduino Mega"}, - {"name": "Arduino MegaADK"}, + {"name": "Arduino Mega ADK"}, {"name": "Arduino Leonardo"}, {"name": "Arduino Leonardo Ethernet"}, {"name": "Arduino Micro"}, @@ -1488,8 +1267,8 @@ {"name": "Arduino Ethernet"}, {"name": "Arduino Fio"}, {"name": "Arduino BT"}, - {"name": "Arduino LilyPadUSB"}, - {"name": "Arduino Lilypad"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, {"name": "Arduino Pro"}, {"name": "Arduino ATMegaNG"}, {"name": "Arduino Robot Control"}, @@ -1519,65 +1298,242 @@ ] }, { - "name": "Arduino megaAVR Boards", - "architecture": "megaavr", - "version": "1.6.23", + "name": "Arduino AVR Boards", + "architecture": "avr", + "version": "1.8.4", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/megaavr-1.6.23.tar.bz2", - "archiveFileName": "megaavr-1.6.23.tar.bz2", - "checksum": "SHA-256:fd19ed3a52f6de289f46c9b5f65e19bc5c3df95358f18693cfaf25bdfb86f43c", - "size": "717681", + "url": "http://downloads.arduino.cc/cores/avr-1.8.4.tar.bz2", + "archiveFileName": "avr-1.8.4.tar.bz2", + "checksum": "SHA-256:fa7a119650854ced2b34596ebba0e39822369ef1c61be3bc21e36d39c6c84c3f", + "size": "4940789", "boards": [ - { - "name": "Arduino Uno WiFi Rev2" - } + {"name": "Arduino Yún"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO Mini"}, + {"name": "Arduino UNO WiFi"}, + {"name": "Arduino Diecimila"}, + {"name": "Arduino Nano"}, + {"name": "Arduino Mega"}, + {"name": "Arduino Mega ADK"}, + {"name": "Arduino Leonardo"}, + {"name": "Arduino Leonardo Ethernet"}, + {"name": "Arduino Micro"}, + {"name": "Arduino Esplora"}, + {"name": "Arduino Mini"}, + {"name": "Arduino Ethernet"}, + {"name": "Arduino Fio"}, + {"name": "Arduino BT"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, + {"name": "Arduino Pro"}, + {"name": "Arduino ATMegaNG"}, + {"name": "Arduino Robot Control"}, + {"name": "Arduino Robot Motor"}, + {"name": "Arduino Gemma"}, + {"name": "Adafruit Circuit Playground"}, + {"name": "Arduino Yún Mini"}, + {"name": "Arduino Industrial 101"}, + {"name": "Linino One"} ], "toolsDependencies": [ { "packager": "arduino", "name": "avr-gcc", - "version": "5.4.0-atmel3.6.1-arduino2" + "version": "7.3.0-atmel3.6.1-arduino7" }, { "packager": "arduino", "name": "avrdude", - "version": "6.3.0-arduino14" + "version": "6.3.0-arduino17" }, { "packager": "arduino", "name": "arduinoOTA", - "version": "1.2.1" + "version": "1.3.0" } ] }, { - "name": "Arduino megaAVR Boards", - "architecture": "megaavr", - "version": "1.6.24", + "name": "Arduino AVR Boards", + "architecture": "avr", + "version": "1.8.5", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/megaavr-1.6.24.tar.bz2", - "archiveFileName": "megaavr-1.6.24.tar.bz2", - "checksum": "SHA-256:0910af1d6eb44b65fee77c81a7a83ee420e6a7c1622f90754e91a5127d317a1d", - "size": "709516", + "url": "http://downloads.arduino.cc/cores/staging/avr-1.8.5.tar.bz2", + "archiveFileName": "avr-1.8.5.tar.bz2", + "checksum": "SHA-256:ca22143a3f5d32c4b693211d99aedce358e2e0a2ab90a58c05d3afc1b56436a4", + "size": "7160121", "boards": [ - { - "name": "Arduino Uno WiFi Rev2" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "avr-gcc", - "version": "5.4.0-atmel3.6.1-arduino2" - }, - { - "packager": "arduino", + {"name": "Arduino Yún"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO Mini"}, + {"name": "Arduino UNO WiFi"}, + {"name": "Arduino Diecimila"}, + {"name": "Arduino Nano"}, + {"name": "Arduino Mega"}, + {"name": "Arduino Mega ADK"}, + {"name": "Arduino Leonardo"}, + {"name": "Arduino Leonardo Ethernet"}, + {"name": "Arduino Micro"}, + {"name": "Arduino Esplora"}, + {"name": "Arduino Mini"}, + {"name": "Arduino Ethernet"}, + {"name": "Arduino Fio"}, + {"name": "Arduino BT"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, + {"name": "Arduino Pro"}, + {"name": "Arduino ATMegaNG"}, + {"name": "Arduino Robot Control"}, + {"name": "Arduino Robot Motor"}, + {"name": "Arduino Gemma"}, + {"name": "Adafruit Circuit Playground"}, + {"name": "Arduino Yún Mini"}, + {"name": "Arduino Industrial 101"}, + {"name": "Linino One"} + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "avr-gcc", + "version": "7.3.0-atmel3.6.1-arduino7" + }, + { + "packager": "arduino", + "name": "avrdude", + "version": "6.3.0-arduino17" + }, + { + "packager": "arduino", + "name": "arduinoOTA", + "version": "1.3.0" + } + ] + }, + { + "name": "Arduino AVR Boards", + "architecture": "avr", + "version": "1.8.6", + "category": "Arduino", + "help": { + "online": "http://www.arduino.cc/en/Reference/HomePage" + }, + "url": "http://downloads.arduino.cc/cores/staging/avr-1.8.6.tar.bz2", + "archiveFileName": "avr-1.8.6.tar.bz2", + "checksum": "SHA-256:ff1d17274b5a952f172074bd36c3924336baefded0232e10982f8999c2f7c3b6", + "size": "7127080", + "boards": [ + {"name": "Arduino Yún"}, + {"name": "Arduino UNO"}, + {"name": "Arduino UNO Mini"}, + {"name": "Arduino UNO WiFi"}, + {"name": "Arduino Diecimila"}, + {"name": "Arduino Nano"}, + {"name": "Arduino Mega"}, + {"name": "Arduino Mega ADK"}, + {"name": "Arduino Leonardo"}, + {"name": "Arduino Leonardo Ethernet"}, + {"name": "Arduino Micro"}, + {"name": "Arduino Esplora"}, + {"name": "Arduino Mini"}, + {"name": "Arduino Ethernet"}, + {"name": "Arduino Fio"}, + {"name": "Arduino BT"}, + {"name": "Arduino LilyPad USB"}, + {"name": "Arduino LilyPad"}, + {"name": "Arduino Pro"}, + {"name": "Arduino ATMegaNG"}, + {"name": "Arduino Robot Control"}, + {"name": "Arduino Robot Motor"}, + {"name": "Arduino Gemma"}, + {"name": "Adafruit Circuit Playground"}, + {"name": "Arduino Yún Mini"}, + {"name": "Arduino Industrial 101"}, + {"name": "Linino One"} + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "avr-gcc", + "version": "7.3.0-atmel3.6.1-arduino7" + }, + { + "packager": "arduino", + "name": "avrdude", + "version": "6.3.0-arduino17" + }, + { + "packager": "arduino", + "name": "arduinoOTA", + "version": "1.3.0" + } + ] + }, + { + "name": "Arduino megaAVR Boards", + "architecture": "megaavr", + "version": "1.6.23", + "category": "Arduino", + "help": { + "online": "http://www.arduino.cc/en/Reference/HomePage" + }, + "url": "http://downloads.arduino.cc/cores/megaavr-1.6.23.tar.bz2", + "archiveFileName": "megaavr-1.6.23.tar.bz2", + "checksum": "SHA-256:fd19ed3a52f6de289f46c9b5f65e19bc5c3df95358f18693cfaf25bdfb86f43c", + "size": "717681", + "boards": [ + { + "name": "Arduino UNO WiFi Rev2" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "avr-gcc", + "version": "5.4.0-atmel3.6.1-arduino2" + }, + { + "packager": "arduino", + "name": "avrdude", + "version": "6.3.0-arduino14" + }, + { + "packager": "arduino", + "name": "arduinoOTA", + "version": "1.2.1" + } + ] + }, + { + "name": "Arduino megaAVR Boards", + "architecture": "megaavr", + "version": "1.6.24", + "category": "Arduino", + "help": { + "online": "http://www.arduino.cc/en/Reference/HomePage" + }, + "url": "http://downloads.arduino.cc/cores/megaavr-1.6.24.tar.bz2", + "archiveFileName": "megaavr-1.6.24.tar.bz2", + "checksum": "SHA-256:0910af1d6eb44b65fee77c81a7a83ee420e6a7c1622f90754e91a5127d317a1d", + "size": "709516", + "boards": [ + { + "name": "Arduino UNO WiFi Rev2" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "avr-gcc", + "version": "5.4.0-atmel3.6.1-arduino2" + }, + { + "packager": "arduino", "name": "avrdude", "version": "6.3.0-arduino14" }, @@ -1602,7 +1558,7 @@ "size": "712366", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" } ], "toolsDependencies": [ @@ -1637,7 +1593,7 @@ "size": "712719", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" } ], "toolsDependencies": [ @@ -1672,7 +1628,7 @@ "size": "817179", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" }, { "name": "Arduino Nano Every" @@ -1710,7 +1666,7 @@ "size": "840041", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" }, { "name": "Arduino Nano Every" @@ -1748,7 +1704,7 @@ "size": "856037", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" }, { "name": "Arduino Nano Every" @@ -1786,7 +1742,7 @@ "size": "855455", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" }, { "name": "Arduino Nano Every" @@ -1824,7 +1780,7 @@ "size": "876954", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" }, { "name": "Arduino Nano Every" @@ -1862,7 +1818,7 @@ "size": "856719", "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" }, { "name": "Arduino Nano Every" @@ -1900,7 +1856,45 @@ }, "boards": [ { - "name": "Arduino Uno WiFi Rev2" + "name": "Arduino UNO WiFi Rev2" + }, + { + "name": "Arduino Nano Every" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "avr-gcc", + "version": "7.3.0-atmel3.6.1-arduino5" + }, + { + "packager": "arduino", + "name": "avrdude", + "version": "6.3.0-arduino17" + }, + { + "packager": "arduino", + "name": "arduinoOTA", + "version": "1.3.0" + } + ] + }, + { + "name": "Arduino megaAVR Boards", + "architecture": "megaavr", + "version": "1.8.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-megaavr-1.8.8.tar.bz2", + "archiveFileName": "core-ArduinoCore-megaavr-1.8.8.tar.bz2", + "checksum": "SHA-256:4ffba95eef2c217dfadbe545a81c898a184e8dc0ad3a963f15ef4f627de608de", + "size": "868150", + "help": { + "online": "https://github.com/arduino/ArduinoCore-megaavr/issues" + }, + "boards": [ + { + "name": "Arduino UNO WiFi Rev2" }, { "name": "Arduino Nano Every" @@ -2358,7 +2352,7 @@ "size": "978163", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" } + { "name": "Arduino MKR 1000" } ], "toolsDependencies": [ { @@ -2429,7 +2423,7 @@ "size": "979548", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" } + { "name": "Arduino MKR 1000" } ], "toolsDependencies": [ { @@ -2465,7 +2459,7 @@ "size": "997331", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" } + { "name": "Arduino MKR 1000" } ], "toolsDependencies": [ { @@ -2501,7 +2495,7 @@ "size": "841503", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" } + { "name": "Arduino MKR 1000" } ], "toolsDependencies": [ { @@ -2537,7 +2531,7 @@ "size": "841801", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" } + { "name": "Arduino MKR 1000" } ], "toolsDependencies": [ { @@ -2573,8 +2567,8 @@ "size": "855221", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" } + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" } ], "toolsDependencies": [ { @@ -2615,8 +2609,8 @@ "size": "2765368", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino M0" }, { "name": "Arduino M0 Pro" }, { "name": "Arduino Tian" }, @@ -2666,8 +2660,8 @@ "size": "2764312", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino M0" }, { "name": "Arduino M0 Pro" }, { "name": "Adafruit Circuit Playground Express" } @@ -2716,8 +2710,8 @@ "size": "2754767", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino M0 Pro" }, { "name": "Arduino M0" }, { "name": "Arduino Tian" }, @@ -2762,9 +2756,9 @@ "size": "2777384", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" }, - { "name": "Arduino MKRFox1200" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, + { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino M0 Pro" }, { "name": "Arduino M0" }, { "name": "Arduino Tian" }, @@ -2814,9 +2808,9 @@ "size": "2746416", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" }, - { "name": "Arduino MKRFox1200" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, + { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino M0 Pro" }, { "name": "Arduino M0" }, { "name": "Arduino Tian" }, @@ -2866,9 +2860,9 @@ "size": "2795099", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" }, - { "name": "Arduino MKRFox1200" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, + { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino M0 Pro" }, { "name": "Arduino M0" }, { "name": "Arduino Tian" }, @@ -2918,9 +2912,9 @@ "size": "2796651", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZero" }, - { "name": "Arduino MKRFox1200" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, + { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino M0 Pro" }, { "name": "Arduino M0" }, { "name": "Arduino Tian" }, @@ -2970,8 +2964,8 @@ "size": "2849852", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR GSM 1400" }, @@ -3024,8 +3018,8 @@ "size": "2808624", "boards": [ { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR GSM 1400" }, @@ -3079,8 +3073,8 @@ "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR GSM 1400" }, @@ -3134,8 +3128,8 @@ "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR GSM 1400" }, @@ -3178,56 +3172,6 @@ } ] }, - { - "name": "Arduino SAMD Beta Boards (32-bits ARM Cortex-M0+)", - "architecture": "samd_beta", - "version": "1.6.22", - "category": "Arduino", - "help": { - "online": "http://www.arduino.cc/en/Reference/HomePage" - }, - "url": "http://downloads.arduino.cc/cores/samd-beta-1.6.22.tar.bz2", - "archiveFileName": "samd-beta-1.6.22.tar.bz2", - "checksum": "SHA-256:f9be59deae12889c79900774b6b236da0aa3b8ecc615f91d1cf061b3c63c4531", - "size": "2880064", - "boards": [ - { - "name": "Arduino MKR Vidor 4000" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "7-2017q4" - }, - { - "packager": "arduino", - "name": "bossac", - "version": "1.7.0-arduino3" - }, - { - "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino7" - }, - { - "packager": "arduino", - "name": "CMSIS", - "version": "4.5.0" - }, - { - "packager": "arduino", - "name": "CMSIS-Atmel", - "version": "1.2.0" - }, - { - "packager": "arduino", - "name": "arduinoOTA", - "version": "1.2.0" - } - ] - }, { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", @@ -3240,8 +3184,8 @@ "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR GSM 1400" }, @@ -3285,21 +3229,32 @@ ] }, { - "name": "Arduino SAMD Beta Boards (32-bits ARM Cortex-M0+)", - "architecture": "samd_beta", - "version": "1.6.23", + "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", + "architecture": "samd", + "version": "1.8.1", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-beta-1.6.23.tar.gz", - "archiveFileName": "samd-beta-1.6.23.tar.gz", - "checksum": "SHA-256:5ff9b77ef8044613604d5e915e8e2e69362241b489c1c2bf06f008a5150e1162", - "size": "3634633", + "url": "http://downloads.arduino.cc/cores/samd-1.8.1.tar.bz2", + "archiveFileName": "samd-1.8.1.tar.bz2", + "checksum": "SHA-256:a8492b777f7f719fb5270f641b6b13b91ec242f5132b325ede2649dc2bda3117", + "size": "2849370", "boards": [ - { - "name": "Arduino MKR Vidor 4000" - } + { "name": "Arduino MKR WiFi 1010" }, + { "name": "Arduino Zero" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, + { "name": "Arduino MKR FOX 1200" }, + { "name": "Arduino MKR WAN 1300" }, + { "name": "Arduino MKR GSM 1400" }, + { "name": "Arduino MKR NB 1500" }, + { "name": "Arduino MKR Vidor 4000" }, + { "name": "Arduino Nano 33 IoT" }, + { "name": "Arduino M0 Pro" }, + { "name": "Arduino M0" }, + { "name": "Arduino Tian" }, + { "name": "Adafruit Circuit Playground Express" } ], "toolsDependencies": [ { @@ -3330,76 +3285,37 @@ { "packager": "arduino", "name": "arduinoOTA", - "version": "1.2.0" + "version": "1.2.1" } ] }, { - "name": "Arduino SAMD Beta Boards (32-bits ARM Cortex-M0+)", - "architecture": "samd_beta", - "version": "1.6.24", + "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", + "architecture": "samd", + "version": "1.8.2", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-beta-1.6.24.tar.bz2", - "archiveFileName": "samd-beta-1.6.24.tar.bz2", - "checksum": "SHA-256:922c42decf1088aaaef473f26b9630ebda63cf2ec4db52a39c3eadef45cb7e4a", - "size": "2885903", - "boards": [ - { - "name": "Arduino MKR Vidor 4000" - } - ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "7-2017q4" - }, - { - "packager": "arduino", - "name": "bossac", - "version": "1.7.0-arduino3" - }, - { - "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino7" - }, - { - "packager": "arduino", - "name": "CMSIS", - "version": "4.5.0" - }, - { - "packager": "arduino", - "name": "CMSIS-Atmel", - "version": "1.2.0" - }, - { - "packager": "arduino", - "name": "arduinoOTA", - "version": "1.2.1" - } - ] - }, - { - "name": "Arduino SAMD Beta Boards (32-bits ARM Cortex-M0+)", - "architecture": "samd_beta", - "version": "1.6.25", - "category": "Arduino", - "help": { - "online": "http://www.arduino.cc/en/Reference/HomePage" - }, - "url": "http://downloads.arduino.cc/cores/samd-beta-1.6.25.tar.bz2", - "archiveFileName": "samd-beta-1.6.25.tar.bz2", - "checksum": "SHA-256:95e22b75d2ff1e3a1c9baabad205fbd48964b195390951943035bfbd88286961", - "size": "2890759", + "url": "http://downloads.arduino.cc/cores/samd-1.8.2.tar.bz2", + "archiveFileName": "samd-1.8.2.tar.bz2", + "checksum": "SHA-256:af75e0d37b63df3b92ecca60285aa59bab66e0bd03bcc4092ea3a1fab3df5258", + "size": "2894202", "boards": [ - { - "name": "Arduino MKR Vidor 4000" - } + { "name": "Arduino MKR WiFi 1010" }, + { "name": "Arduino Zero" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, + { "name": "Arduino MKR FOX 1200" }, + { "name": "Arduino MKR WAN 1300" }, + { "name": "Arduino MKR GSM 1400" }, + { "name": "Arduino MKR NB 1500" }, + { "name": "Arduino MKR Vidor 4000" }, + { "name": "Arduino Nano 33 IoT" }, + { "name": "Arduino M0 Pro" }, + { "name": "Arduino M0" }, + { "name": "Arduino Tian" }, + { "name": "Adafruit Circuit Playground Express" } ], "toolsDependencies": [ { @@ -3437,20 +3353,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.1", + "version": "1.8.3", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.1.tar.bz2", - "archiveFileName": "samd-1.8.1.tar.bz2", - "checksum": "SHA-256:a8492b777f7f719fb5270f641b6b13b91ec242f5132b325ede2649dc2bda3117", - "size": "2849370", + "url": "http://downloads.arduino.cc/cores/samd-1.8.3.tar.bz2", + "archiveFileName": "samd-1.8.3.tar.bz2", + "checksum": "SHA-256:ceac942d67c374e02c3f7586d17a7a4f0ef7bc022627577fd437af928cc21ad3", + "size": "2897712", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR GSM 1400" }, @@ -3498,22 +3414,23 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.2", + "version": "1.8.4", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.2.tar.bz2", - "archiveFileName": "samd-1.8.2.tar.bz2", - "checksum": "SHA-256:af75e0d37b63df3b92ecca60285aa59bab66e0bd03bcc4092ea3a1fab3df5258", - "size": "2894202", + "url": "http://downloads.arduino.cc/cores/samd-1.8.4.tar.bz2", + "archiveFileName": "samd-1.8.4.tar.bz2", + "checksum": "SHA-256:2b32e54542211360ba6fb133e7d507dedd7a8ea8583f6fa714605a1f003acb27", + "size": "2905449", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, + { "name": "Arduino MKR WAN 1310" }, { "name": "Arduino MKR GSM 1400" }, { "name": "Arduino MKR NB 1500" }, { "name": "Arduino MKR Vidor 4000" }, @@ -3559,22 +3476,23 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.3", + "version": "1.8.5", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.3.tar.bz2", - "archiveFileName": "samd-1.8.3.tar.bz2", - "checksum": "SHA-256:ceac942d67c374e02c3f7586d17a7a4f0ef7bc022627577fd437af928cc21ad3", - "size": "2897712", + "url": "http://downloads.arduino.cc/cores/samd-1.8.5.tar.bz2", + "archiveFileName": "samd-1.8.5.tar.bz2", + "checksum": "SHA-256:b518709eb7dd0ad93dfce28c44d53b7873d9d184755672635fa5053a4684354e", + "size": "2882230", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, + { "name": "Arduino MKR WAN 1310" }, { "name": "Arduino MKR GSM 1400" }, { "name": "Arduino MKR NB 1500" }, { "name": "Arduino MKR Vidor 4000" }, @@ -3620,20 +3538,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.4", + "version": "1.8.6", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.4.tar.bz2", - "archiveFileName": "samd-1.8.4.tar.bz2", - "checksum": "SHA-256:2b32e54542211360ba6fb133e7d507dedd7a8ea8583f6fa714605a1f003acb27", - "size": "2905449", + "url": "http://downloads.arduino.cc/cores/samd-1.8.6.tar.bz2", + "archiveFileName": "samd-1.8.6.tar.bz2", + "checksum": "SHA-256:68a4fffa6fe6aa7886aab2e69dff7d3f94c02935bbbeb42de37f692d7daf823b", + "size": "2980953", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -3682,20 +3600,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.5", + "version": "1.8.7", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.5.tar.bz2", - "archiveFileName": "samd-1.8.5.tar.bz2", - "checksum": "SHA-256:b518709eb7dd0ad93dfce28c44d53b7873d9d184755672635fa5053a4684354e", - "size": "2882230", + "url": "http://downloads.arduino.cc/cores/samd-1.8.7.tar.bz2", + "archiveFileName": "samd-1.8.7.tar.bz2", + "checksum": "SHA-256:2e465cc08f0f5dc19a95bb10115fd8d1451a7857fd21f2a91f5605e7a8c1dc12", + "size": "3049628", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -3744,20 +3662,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.6", + "version": "1.8.8", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.6.tar.bz2", - "archiveFileName": "samd-1.8.6.tar.bz2", - "checksum": "SHA-256:68a4fffa6fe6aa7886aab2e69dff7d3f94c02935bbbeb42de37f692d7daf823b", - "size": "2980953", + "url": "http://downloads.arduino.cc/cores/samd-1.8.8.tar.bz2", + "archiveFileName": "samd-1.8.8.tar.bz2", + "checksum": "SHA-256:7b93eb705cba9125d9ee52eba09b51fb5fe34520ada351508f4253abbc9f27fa", + "size": "3061568", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -3806,20 +3724,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.7", + "version": "1.8.9", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.7.tar.bz2", - "archiveFileName": "samd-1.8.7.tar.bz2", - "checksum": "SHA-256:2e465cc08f0f5dc19a95bb10115fd8d1451a7857fd21f2a91f5605e7a8c1dc12", - "size": "3049628", + "url": "http://downloads.arduino.cc/cores/samd-1.8.9.tar.bz2", + "archiveFileName": "samd-1.8.9.tar.bz2", + "checksum": "SHA-256:41c04740f7b61b561a7134a847678845e91219164f4d125951e13756f53a865b", + "size": "3059968", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -3868,20 +3786,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.8", + "version": "1.8.10", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.8.tar.bz2", - "archiveFileName": "samd-1.8.8.tar.bz2", - "checksum": "SHA-256:7b93eb705cba9125d9ee52eba09b51fb5fe34520ada351508f4253abbc9f27fa", - "size": "3061568", + "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-samd-1.8.10.tar.bz2", + "archiveFileName": "core-ArduinoCore-samd-1.8.10.tar.bz2", + "checksum": "SHA-256:f925755f5f104f9b175b562cc64d9e075e93faa248119a2305029ac49ceb0c6b", + "size": "3072717", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -3930,20 +3848,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.9", + "version": "1.8.11", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/samd-1.8.9.tar.bz2", - "archiveFileName": "samd-1.8.9.tar.bz2", - "checksum": "SHA-256:41c04740f7b61b561a7134a847678845e91219164f4d125951e13756f53a865b", - "size": "3059968", + "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-samd-1.8.11.tar.bz2", + "archiveFileName": "core-ArduinoCore-samd-1.8.11.tar.bz2", + "checksum": "SHA-256:3c152827c37cc236f24a81b7142b5c82db7c308991a2544d32239501a7a6498c", + "size": "3057742", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -3992,20 +3910,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.10", + "version": "1.8.12", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-samd-1.8.10.tar.bz2", - "archiveFileName": "core-ArduinoCore-samd-1.8.10.tar.bz2", - "checksum": "SHA-256:f925755f5f104f9b175b562cc64d9e075e93faa248119a2305029ac49ceb0c6b", - "size": "3072717", + "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-samd-1.8.12.tar.bz2", + "archiveFileName": "core-ArduinoCore-samd-1.8.12.tar.bz2", + "checksum": "SHA-256:13c44be50367bb0460cd8ff24a43c3bff1b9e9b209c5ce25595a9d99d080a3a1", + "size": "3100138", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -4054,20 +3972,20 @@ { "name": "Arduino SAMD Boards (32-bits ARM Cortex-M0+)", "architecture": "samd", - "version": "1.8.11", + "version": "1.8.13", "category": "Arduino", "help": { "online": "http://www.arduino.cc/en/Reference/HomePage" }, - "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-samd-1.8.11.tar.bz2", - "archiveFileName": "core-ArduinoCore-samd-1.8.11.tar.bz2", - "checksum": "SHA-256:3c152827c37cc236f24a81b7142b5c82db7c308991a2544d32239501a7a6498c", - "size": "3057742", + "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-samd-1.8.13.tar.bz2", + "archiveFileName": "core-ArduinoCore-samd-1.8.13.tar.bz2", + "checksum": "SHA-256:47d44c80a5fd4ea224eb64fd676169e896caa6856f338d78feb4a12d42b4ea67", + "size": "3074191", "boards": [ { "name": "Arduino MKR WiFi 1010" }, { "name": "Arduino Zero" }, - { "name": "Arduino MKR1000" }, - { "name": "Arduino MKRZERO" }, + { "name": "Arduino MKR 1000" }, + { "name": "Arduino MKR Zero" }, { "name": "Arduino MKR FOX 1200" }, { "name": "Arduino MKR WAN 1300" }, { "name": "Arduino MKR WAN 1310" }, @@ -4114,9 +4032,10 @@ ] }, { - "name": "Arduino nRF528x Boards (Mbed OS)", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.1.0", + "deprecated": true, "category": "Contributed", "url": "http://downloads.arduino.cc/cores/ArduinoCore-nRF52-mbed-1.1.0.tar.bz2", "archiveFileName": "ArduinoCore-nRF52-mbed-1.1.0.tar.bz2", @@ -4149,9 +4068,10 @@ ] }, { - "name": "Arduino nRF528x Boards (Mbed OS)", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.1.1", + "deprecated": true, "category": "Arduino", "url": "http://downloads.arduino.cc/cores/ArduinoCore-nRF52-mbed-1.1.1.tar.bz2", "archiveFileName": "ArduinoCore-nRF52-mbed-1.1.1.tar.bz2", @@ -4184,9 +4104,10 @@ ] }, { - "name": "Arduino nRF528x Boards (Mbed OS)", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.1.2", + "deprecated": true, "category": "Arduino", "url": "http://downloads.arduino.cc/cores/ArduinoCore-nRF52-mbed-1.1.2.tar.bz2", "archiveFileName": "ArduinoCore-nRF52-mbed-1.1.2.tar.bz2", @@ -4219,9 +4140,10 @@ ] }, { - "name": "Arduino nRF528x Boards (Mbed OS)", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.1.3", + "deprecated": true, "category": "Arduino", "url": "http://downloads.arduino.cc/cores/ArduinoCore-nRF52-mbed-1.1.3.tar.bz2", "archiveFileName": "ArduinoCore-nRF52-mbed-1.1.3.tar.bz2", @@ -4254,9 +4176,10 @@ ] }, { - "name": "Arduino nRF528x Boards (Mbed OS)", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.1.4", + "deprecated": true, "category": "Arduino", "url": "http://downloads.arduino.cc/cores/ArduinoCore-nRF52-mbed-1.1.4.tar.bz2", "archiveFileName": "ArduinoCore-nRF52-mbed-1.1.4.tar.bz2", @@ -4289,9 +4212,10 @@ ] }, { - "name": "Arduino nRF528x Boards (Mbed OS)", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.1.5", + "deprecated": true, "category": "Arduino", "url": "http://downloads.arduino.cc/cores/ArduinoCore-nRF52-mbed-1.1.5.tar.bz2", "archiveFileName": "ArduinoCore-nRF52-mbed-1.1.5.tar.bz2", @@ -4324,9 +4248,10 @@ ] }, { - "name": "Arduino nRF528x Boards (Mbed OS)", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.1.6", + "deprecated": true, "category": "Arduino", "url": "http://downloads.arduino.cc/cores/ArduinoCore-nRF52-mbed-1.1.6.tar.bz2", "archiveFileName": "ArduinoCore-nRF52-mbed-1.1.6.tar.bz2", @@ -4359,9 +4284,10 @@ ] }, { - "name": "Arduino mbed-enabled Boards", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.3.0", + "deprecated": true, "category": "Contributed", "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-1.3.0.tar.bz2", "archiveFileName": "ArduinoCore-mbed-1.3.0.tar.bz2", @@ -4402,9 +4328,10 @@ ] }, { - "name": "Arduino mbed-enabled Boards", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", "architecture": "mbed", "version": "1.3.1", + "deprecated": true, "category": "Contributed", "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-mbed-1.3.1.tar.bz2", "archiveFileName": "core-ArduinoCore-mbed-1.3.1.tar.bz2", @@ -4445,4193 +4372,14897 @@ ] }, { - "name": "Arduino NRF52 Boards", - "architecture": "nrf52", - "version": "1.0.0", - "category": "Arduino", - "url": "http://downloads.arduino.cc/arduino.org/package_arduino_nrf52_1.0.0.tar.bz2", - "archiveFileName": "package_arduino_nrf52_1.0.0.tar.bz2", - "checksum": "SHA-256:d95cf5a1a3794512fd428f00f71c1e334d2fcf6e261bb22e4bbaa64143205de6", - "size": "2438905", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "1.3.2", + "deprecated": true, + "category": "Contributed", + "url": "http://downloads.arduino.cc/cores/core-ArduinoCore-mbed-1.3.2.tar.bz2", + "archiveFileName": "core-ArduinoCore-mbed-1.3.2.tar.bz2", + "checksum": "SHA-256:689602d7380f394d092ef627138e434950bb4c8f698fbdaa7d1edd141d2ff0ea", + "size": "93257117", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino Primo" + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Nano 33 BLE" } ], "toolsDependencies": [ { "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1" + "name": "openocd", + "version": "0.10.0-arduino13" }, { "packager": "arduino", - "name": "CMSIS", - "version": "4.5.0" + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino1-static" + "name": "bossac", + "version": "1.9.1-arduino2" }, { "packager": "arduino", - "name": "nrf5x-cl-tools", - "version": "9.3.1" + "version": "0.9.0-arduino2", + "name": "dfu-util" } ] }, { - "name": "Arduino nRF52 Boards", - "architecture": "nrf52", - "version": "1.0.1", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.0.0", + "deprecated": true, "category": "Arduino", - "url": "http://downloads.arduino.cc/arduino.org/package_arduino_nrf52_1.0.1.tar.bz2", - "archiveFileName": "package_arduino_nrf52_1.0.1.tar.bz2", - "checksum": "SHA-256:f6c5b66a1257188a2e6cab3df8ec373777f62c3abb29f7196d571d221a5c75ff", - "size": "2262233", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.0.0.tar.bz2", + "checksum": "SHA-256:7d1c67a75f871382c52b7822ebedf85849be35266204cd3749087b70793c8740", + "size": "33510861", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino Primo" + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nano RP2040 Connect" } ], "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino1" + }, { "packager": "arduino", "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1" + "version": "7-2017q4" }, { "packager": "arduino", - "name": "CMSIS", - "version": "4.5.0" + "name": "bossac", + "version": "1.9.1-arduino2" }, { "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino1-static" + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { "packager": "arduino", - "name": "nrf5x-cl-tools", - "version": "9.3.1" + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "Arduino nRF52 Boards", - "architecture": "nrf52", - "version": "1.0.2", + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.0.0", "category": "Arduino", - "url": "http://downloads.arduino.cc/arduino.org/package_arduino_nrf52_1.0.2.tar.bz2", - "archiveFileName": "package_arduino_nrf52_1.0.2.tar.bz2", - "checksum": "SHA-256:3a96c9476e567b7bca6f0201fcd6a4dbc97bddfbce70bc2d96f5f33a59265163", - "size": "2308695", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.0.0.tar.bz2", + "checksum": "SHA-256:1264f90c3094282f09aa0f76fb7670fb79ab5abeb321bca41531a586778188c7", + "size": "5180388", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ - { "name": "Arduino Primo" }, - { "name": "Arduino Primo Core" } + { + "name": "Arduino Edge Control" + } ], "toolsDependencies": [ { "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1" + "name": "openocd", + "version": "0.11.0-arduino1" }, { "packager": "arduino", - "name": "CMSIS", - "version": "4.5.0" + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { "packager": "arduino", - "name": "openocd", - "version": "0.10.0-arduino1-static" + "name": "bossac", + "version": "1.9.1-arduino2" }, { "packager": "arduino", - "name": "nrf5x-cl-tools", - "version": "9.3.1" + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] - } - ], - "tools": [ + }, { - "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1", - "systems": [ - { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", - "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", - "checksum": "SHA-256:ebe96b34c4f434667cab0187b881ed585e7c7eb990fe6b69be3c81ec7e11e845", - "size": "44423906" - }, - { - "host": "i686-mingw32", - "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz", - "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz", - "checksum": "SHA-256:fd8c111c861144f932728e00abd3f7d1107e186eb9cd6083a54c7236ea78b7c2", - "size": "84537449" - }, + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.0.0.tar.bz2", + "checksum": "SHA-256:93cf3b6b552601395a4cf8b9aed465d9aab7906f2aeebe6cf638c8a952220857", + "size": "6014638", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz", - "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz", - "checksum": "SHA-256:3598acf21600f17a8e4a4e8e193dc422b894dc09384759b270b2ece5facb59c2", - "size": "52518522" + "name": "Arduino Nano 33 BLE" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz", - "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz", - "checksum": "SHA-256:d23f6626148396d6ec42a5b4d928955a703e0757829195fa71a939e5b86eecf6", - "size": "51395093" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz", - "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz", - "checksum": "SHA-256:ba1994235f69c526c564f65343f22ddbc9822b2ea8c5ee07dd79d89f6ace2498", - "size": "51029223" + "name": "Arduino Nano RP2040 Connect" } - ] - }, - { - "name": "arm-none-eabi-gcc", - "version": "7-2017q4", - "systems": [ - { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2019-q4-major-linuxarm.tar.bz2", - "archiveFileName": "gcc-arm-none-eabi-7-2019-q4-major-linuxarm.tar.bz2", - "checksum": "SHA-256:34180943d95f759c66444a40b032f7dd9159a562670fc334f049567de140c51b", - "size": "96613739" - }, + ], + "toolsDependencies": [ { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2018-q2-update-linuxarm64.tar.bz2", - "archiveFileName": "gcc-arm-none-eabi-7-2018-q2-update-linuxarm64.tar.bz2", - "checksum": "SHA-256:6fb5752fb4d11012bd0a1ceb93a19d0641ff7cf29d289b3e6b86b99768e66f76", - "size": "99558726" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino1" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2017-q4-major-win32-arduino1.zip", - "archiveFileName": "gcc-arm-none-eabi-7-2017-q4-major-win32-arduino1.zip", - "checksum": "SHA-256:96dd0091856f4d2eb21046eba571321feecf7d50b9c156f708b2a8b683903382", - "size": "131761924" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2017-q4-major-mac.tar.bz2", - "archiveFileName": "gcc-arm-none-eabi-7-2017-q4-major-mac.tar.bz2", - "checksum": "SHA-256:89b776c7cf0591c810b5b60067e4dc113b5b71bc50084a536e71b894a97fdccb", - "size": "104550003" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2017-q4-major-linux64.tar.bz2", - "archiveFileName": "gcc-arm-none-eabi-7-2017-q4-major-linux64.tar.bz2", - "checksum": "SHA-256:96a029e2ae130a1210eaa69e309ea40463028eab18ba19c1086e4c2dafe69a6a", - "size": "99857645" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2018-q2-update-linux32.tar.bz2", - "archiveFileName": "gcc-arm-none-eabi-7-2018-q2-update-linux32.tar.bz2", - "checksum": "SHA-256:090a0bc2b1956bc49392dff924a6c30fa57c88130097b1972204d67a45ce3cf3", - "size": "97427309" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "bossac", - "version": "1.3-arduino", - "systems": [ + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.0.0.tar.bz2", + "checksum": "SHA-256:d8a0fd481357febe4246a616e859e644616f03208d70dbcda11e7850b454c0cc", + "size": "27024661", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i686-linux-gnu.tar.bz2", - "archiveFileName": "bossac-1.3a-arduino-i686-linux-gnu.tar.bz2", - "checksum": "SHA-256:d6d10362f40729a7877e43474fcf02ad82cf83321cc64ca931f5c82b2d25d24f", - "size": "147359" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-x86_64-pc-linux-gnu.tar.bz2", - "archiveFileName": "bossac-1.3a-arduino-x86_64-pc-linux-gnu.tar.bz2", - "checksum": "SHA-256:c1daed033251296768fa8b63ad283e053da93427c0f3cd476a71a9188e18442c", - "size": "26179" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino1" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i686-mingw32.tar.bz2", - "archiveFileName": "bossac-1.3a-arduino-i686-mingw32.tar.bz2", - "checksum": "SHA-256:a37727622e0f86cb4f2856ad0209568a5d804234dba3dc0778829730d61a5ec7", - "size": "265647" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i386-apple-darwin11.tar.bz2", - "archiveFileName": "bossac-1.3a-arduino-i386-apple-darwin11.tar.bz2", - "checksum": "SHA-256:40770b225753e7a52bb165e8f37e6b760364f5c5e96048168d0178945bd96ad6", - "size": "39475" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "avr-gcc", - "version": "4.8.1-arduino2", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.0.0.tar.bz2", + "checksum": "SHA-256:36c5499d4bd119861828c787010c07ac31fe7b3b920d56efe30118b44838a587", + "size": "3841101", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "24443285", - "checksum": "SHA-256:c19a7526235c364d7f62ec1a993d9b495973ba1813869ccf0241c65905896852", - "host": "i386-apple-darwin11", - "archiveFileName": "avr-gcc-4.8.1-arduino2-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-i386-apple-darwin11.tar.bz2" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino1" }, { - "size": "27152002", - "checksum": "SHA-256:24a931877bee5f36dc00a88877219a6d2f6a1fb7abb989fd04556b8432d2e14e", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-4.8.1-arduino2-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "25876628", - "checksum": "SHA-256:2d701b4efbc8cec62dc299cde01730c5eebcf23d7e4393db8cf7744a9bf1d3de", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-4.8.1-arduino2-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "46046691", - "checksum": "SHA-256:2eafb49fb803fa4d2c32d35e24c0b372fcd520ca0a790fa537a847179e382000", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-4.8.1-arduino2-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-i686-mingw32.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avrdude", - "version": "6.0.1-arduino2", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.1.0", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.1.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.1.0.tar.bz2", + "checksum": "SHA-256:6ec882fe5ea1728659f56373df2f06077d156517004b50502c836e68b9a9751a", + "size": "32179151", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "264965", - "checksum": "SHA-256:71117cce0096dad6c091e2c34eb0b9a3386d3aec7d863d2da733d9e5eac3a6b1", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.0.1-arduino2-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-i386-apple-darwin11.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "292541", - "checksum": "SHA-256:2489004d1d98177eaf69796760451f89224007c98b39ebb5577a9a34f51425f1", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.0.1-arduino2-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-x86_64-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "283209", - "checksum": "SHA-256:6f633dd6270ad0d9ef19507bcbf8697b414a15208e4c0f71deec25ef89cdef3f", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.0.1-arduino2-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-i686-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano RP2040 Connect" }, { - "size": "241618", - "checksum": "SHA-256:6c5483800ba753c80893607e30cade8ab77b182808fcc5ea15fa3019c63d76ae", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.0.1-arduino2-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-i686-mingw32.zip" - } - ] - }, - { - "name": "avr-gcc", - "version": "4.8.1-arduino3", - "systems": [ - { - "size": "24447175", - "checksum": "SHA-256:28e207c66b3dc405367d0c5e68ce3c278e5ec3abb0e4974e7927fe0f9a532c40", - "host": "i386-apple-darwin11", - "archiveFileName": "avr-gcc-4.8.1-arduino3-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-i386-apple-darwin11.tar.bz2" + "name": "Arduino Portenta H7" }, { - "size": "30556996", - "checksum": "SHA-256:028340abec6eb3085b82404dfc7ed143e1bb05b2da961b539ddcdba4a6f65533", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-4.8.1-arduino3-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-x86_64-pc-linux-gnu.tar.bz2" + "name": "Arduino Edge Control" }, { - "size": "28768022", - "checksum": "SHA-256:37796548ba9653267568f959cd8c7ebfe5b4bce4599898cf9f876d64e616cb87", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-4.8.1-arduino3-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-i686-pc-linux-gnu.tar.bz2" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "46046917", - "checksum": "SHA-256:d6f0527793f9800f060408392a99eb290ed205730edbae43a1a25cbf6b6b588f", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-4.8.1-arduino3-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-i686-mingw32.zip" - } - ] - }, - { - "name": "avrdude", - "version": "6.0.1-arduino3", - "systems": [ - { - "size": "264682", - "checksum": "SHA-256:df7cd4a76e45ab3767eb964f845f4d5e9d643df950ec32812923da1e9843d072", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.0.1-arduino3-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-i386-apple-darwin11.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "748634", - "checksum": "SHA-256:bb7bff48f20a68e1fe559c3f3f644574df12ab5c98eb6a1491079f3c760434ad", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.0.1-arduino3-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "495482", - "checksum": "SHA-256:96a0cfb83fe0452366159e3bf4e19ff10906a8957d1feafd3d98b49ab4b14405", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.0.1-arduino3-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "241619", - "checksum": "SHA-256:ea59bfc2ee85039c85318b2ba52c47ef0573513444a785b72f59b22586a950f9", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.0.1-arduino3-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-i686-mingw32.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avr-gcc", - "version": "4.8.1-arduino5", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.1.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.1.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.1.0.tar.bz2", + "checksum": "SHA-256:68591a6a901916cada4164f09ccd6e8a2e04b1f4244514bc8aeca5c170972b7d", + "size": "5195498", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "24403768", - "checksum": "SHA-256:c8ffcd2db7a651b48ab4ea19db4b34fbae3e7f0210a0f294592af2bdabf2154b", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avr-gcc-4.8.1-arduino5-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-armhf-pc-linux-gnu.tar.bz2" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "24437400", - "checksum": "SHA-256:111b3ef00d737d069eb237a8933406cbb928e4698689e24663cffef07688a901", - "host": "i386-apple-darwin11", - "archiveFileName": "avr-gcc-4.8.1-arduino5-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-i386-apple-darwin11.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "27093036", - "checksum": "SHA-256:9054fcc174397a419ba56c4ce1bfcbcad275a6a080cc144905acc9b0351ee9cc", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-4.8.1-arduino5-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "25882375", - "checksum": "SHA-256:7648b7f549b37191da0b0be53bae791b652f82ac3cb4e7877f85075aaf32141f", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-4.8.1-arduino5-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "46044779", - "checksum": "SHA-256:d4303226a7b41d3c445d901b5aa5903458def3fc7b7ff4ffef37cabeb37d424d", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-4.8.1-arduino5-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-i686-mingw32.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avrdude", - "version": "6.0.1-arduino5", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.1.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.1.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.1.0.tar.bz2", + "checksum": "SHA-256:3b7362662254a4b7e2e06d7ddd9831820e4909787a7dce02fa8e9c653740b1a8", + "size": "6086135", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "267095", - "checksum": "SHA-256:23ea1341dbc117ec067f2eb1a498ad2bdd7d11fff0143c00b2e018c39804f6b4", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.0.1-arduino5-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-armhf-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "264894", - "checksum": "SHA-256:41af8d3b0a586853c8317b4fb5163ca0db594a1870ddf680fd988c42166fc3e5", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.0.1-arduino5-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i386-apple-darwin11.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "292629", - "checksum": "SHA-256:d826cca7383461f7e8adde686372cf900e9cb3afd639555cf2d6c645b283a476", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.0.1-arduino5-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-x86_64-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "283121", - "checksum": "SHA-256:5933d66927bce46ababa9b68a8b7f1d53f68c4f3ff7a5ce4b85d7cf4e6c6bfee", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.0.1-arduino5-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "241634", - "checksum": "SHA-256:41f667f1f6a0ab8df46b4ffacd023176dcdef331d6db3b74bddd37d18cca0a44", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.0.1-arduino5-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i686-mingw32.zip" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avr-gcc", - "version": "4.9.2-atmel3.5.3-arduino", - "systems": [ - { - "size": "27046965", - "checksum": "SHA-256:adeee70be27cc3ee0e4b9e844610d9c534c7b21dae24ec3fa49808c2f04958de", - "host": "i386-apple-darwin11", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-i386-apple-darwin11.tar.bz2" - }, + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.1.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.1.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.1.0.tar.bz2", + "checksum": "SHA-256:b74105f5b4c375dcbb095343aaf6d9adda2a1922f925b7b70e84588610f8aa3c", + "size": "25622118", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "27400001", - "checksum": "SHA-256:02dba9ee77694c23a4c304416a3808949c8faedf07f25a225a4189d850615ec6", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-armhf-pc-linux-gnu.tar.bz2" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "size": "29904544", - "checksum": "SHA-256:0711e885c0430859e7fea3831af8c69a0c25f92a90ecfda9281799a0acec7455", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "29077606", - "checksum": "SHA-256:fe0bb1d6369694779ceb671d457ccadbeafe855a11f6746b7db20055cea4df33", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "43847566", - "checksum": "SHA-256:445ce3117e87be7e196809fbbea373976160689b6d4b43dbf185eb4c914d1469", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-i686-mingw32.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "avr-gcc", - "version": "4.9.2-atmel3.5.3-arduino2", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.1.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.1.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.1.0.tar.bz2", + "checksum": "SHA-256:f2732b910449a8ec1ff0a90e32b07276a5d082911a5c639452484ca853e05e9e", + "size": "3844940", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "27400889", - "checksum": "SHA-256:77f300d519bc6b9a25df17b36cb303218e9a258c059b2f6bff8f71a0d8f96821", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "27048070", - "checksum": "SHA-256:311258af188defe24a4b341e4e1f4dc93ca6c80516d3e3b55a2fc07a7050248b", - "host": "i386-apple-darwin11", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "43847945", - "checksum": "SHA-256:f8e6ede8746c70be01ec79a30803277cd94360cc5b2e104762da0fbcf536fcc6", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "29292729", - "checksum": "SHA-256:f108951e7c4dc90926d1fc76cc27549f6ea63c702a2bb7ff39647a19ae86ec68", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "29882960", - "checksum": "SHA-256:3903a6d1bb9fdd91727e504b5993d5501f119bcb7f99f7aee98a2101e5629188", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avr-gcc", - "version": "4.9.2-atmel3.5.4-arduino2", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.2.0", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.2.0.tar.bz2", + "checksum": "SHA-256:cb817b3e2507614825ebdcdab08ee17178e2c449c61541a1c9b047e190b1a262", + "size": "32376878", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "27764772", - "checksum": "SHA-256:ee36009e19bd238d1f6351cbc9aa5db69714761f67dec4c1d69d5d5d7758720c", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "28574644", - "checksum": "SHA-256:67b3ed3555eacf0b4fc6f62240773b9f0220171fe4de26bb8d711547fc884730", - "host": "i386-apple-darwin11", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "44386446", - "checksum": "SHA-256:6044551cd729d88ea6ffcccf10aad1934c5b164d61f4f5890b0e78524ffff853", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip" + "name": "Arduino Nano RP2040 Connect" }, { - "size": "29723974", - "checksum": "SHA-256:63a9d4cebbac06fd5fa8f48a2e2ba7d513837dcddc97f560129b4e466af901b5", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2" + "name": "Arduino Portenta H7" }, { - "size": "30374404", - "checksum": "SHA-256:19480217f1524d78467b83cd742f503182bbcc76b5440093261f146828aa588c", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2" - } - ] - }, - { - "name": "avr-gcc", - "version": "5.4.0-atmel3.6.1-arduino2", - "systems": [ - { - "size": "31449123", - "checksum": "SHA-256:6741f95cc3182a8729cf9670eb13d8dc5a19e881639ca61e53a2d78346a4e99f", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-armhf-pc-linux-gnu.tar.bz2" + "name": "Arduino Edge Control" }, { - "size": "33141295", - "checksum": "SHA-256:0fa9e4f2d6d09782dbc84dd91a302849cde2f192163cb9f29484c5f32785269a", - "host": "aarch64-linux-gnu", - "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-aarch64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-aarch64-pc-linux-gnu.tar.bz2" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "31894498", - "checksum": "SHA-256:abc50137543ba73e227b4d1b8510fff50a474bacd24f2c794f852904963849f8", - "host": "i386-apple-darwin11", - "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-i386-apple-darwin11.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "45923772", - "checksum": "SHA-256:7eb5691a379b547798fae535b05d68bc02d3969f12d051b8a5a5f2f350ab0a7f", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-w64-mingw32.zip" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "33022916", - "checksum": "SHA-256:51f87e04f3cdaa73565c751051ac118e02904ad8478f1475b300e1bffcd5538f", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "33522375", - "checksum": "SHA-256:05422b0d73b10357c12ea938f02cf50529422b89a4722756e70024aed3e69185", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avr-gcc", - "version": "7.3.0-atmel3.6.1-arduino5", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.2.0.tar.bz2", + "checksum": "SHA-256:1420de305ca2e37dced72c1b2e6d6ec36b1d8ccd76721471ac9ee04648fb5210", + "size": "5203881", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "34462042", - "checksum": "SHA-256:f4acd5531c6b82c715e2edfa0aadb13fb718b4095b3ea1aa1f7fbde680069639", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-arm-linux-gnueabihf.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-arm-linux-gnueabihf.tar.bz2" - }, + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ { - "size": "39381972", - "checksum": "SHA-256:dd9c70190be370a44fb47dab1514de6d8852b861dfa527964b65c740d8d50c10", - "host": "aarch64-linux-gnu", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-aarch64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-aarch64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "38492678", - "checksum": "SHA-256:f48706317f04452544ab90e75bd1bb193f8af2cb1002f53aa702f27202c1b38f", - "host": "x86_64-apple-darwin14", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-apple-darwin14.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-apple-darwin14.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "53727984", - "checksum": "SHA-256:6d4a5d089a36e5b5252befc73da204555b49e376ce7577ee19ca7f028b295830", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-w64-mingw32.zip" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "38710087", - "checksum": "SHA-256:2ff12739d7ed09688d6b3c2c126e8df69b5bda1a07ab558799f0e576571e0e1d", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "39114120", - "checksum": "SHA-256:3effed8ffa1978b6e4a46f1aa2acc629e440b4d77244f71f9b79a916025206fb", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avr-gcc", - "version": "7.3.0-atmel3.6.1-arduino7", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.2.0.tar.bz2", + "checksum": "SHA-256:09b0c19b0674db3475d8f823c8fd089b01dd913bb973a00260f6668eceff676e", + "size": "6269320", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "34683056", - "checksum": "SHA-256:3903553d035da59e33cff9941b857c3cb379cb0638105dfdf69c97f0acc8e7b5", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "38045723", - "checksum": "SHA-256:03d322b9df6da17289e9e7c6233c34a8535d9c645c19efc772ba19e56914f339", - "host": "aarch64-linux-gnu", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "36684546", - "checksum": "SHA-256:f6ed2346953fcf88df223469088633eb86de997fa27ece117fd1ef170d69c1f8", - "host": "x86_64-apple-darwin14", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "52519412", - "checksum": "SHA-256:a54f64755fff4cb792a1495e5defdd789902a2a3503982e81b898299cf39800e", - "host": "i686-mingw32", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "37176991", - "checksum": "SHA-256:954bbffb33545bcdcd473af993da2980bf32e8461ff55a18e0eebc7b2ef69a4c", - "host": "i686-linux-gnu", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "37630618", - "checksum": "SHA-256:bd8c37f6952a2130ac9ee32c53f6a660feb79bee8353c8e289eb60fdcefed91e", - "host": "x86_64-linux-gnu", - "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avrdude", - "version": "6.3.0-arduino2", - "systems": [ - { - "size": "643484", - "checksum": "SHA-256:26af86137d8a872f64d217cb262734860b36fe26d6d34faf72e951042f187885", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino2-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-armhf-pc-linux-gnu.tar.bz2" - }, + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.2.0.tar.bz2", + "checksum": "SHA-256:edcb9eccd0856a223db234092b726b32500aae1db2638d4d403f2805a7fdf412", + "size": "25629051", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "653968", - "checksum": "SHA-256:32525ea3696c861030e1a6006a5f11971d1dad331e45bfa68dac35126476b04f", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.3.0-arduino2-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-i386-apple-darwin11.tar.bz2" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "size": "745081", - "checksum": "SHA-256:9635af5a35bdca11804c07582d7beec458140fb6e3308168c3deda18dc6790fa", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino2-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "731802", - "checksum": "SHA-256:790b6cb610c48e73a2a0f65dcee9903d2fd7f1b0a1f75008a9a21f50a60c7251", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino2-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "608496", - "checksum": "SHA-256:8eaf98ea41fbd4450483488ef31710cbcc43c0412dbc8e1e1b582feaab6eca30", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino2-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "avrdude", - "version": "6.3.0-arduino6", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.2.0.tar.bz2", + "checksum": "SHA-256:043e2861dfbd8eb69e74d6c84259213a3b49f89ee2f83f268244670b7c37c02e", + "size": "3852193", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "644600", - "checksum": "SHA-256:2426207423d58eb0e5fc4df9493418f1cb54ba3f328fdc7c3bb582f920b9cbe7", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "696273", - "checksum": "SHA-256:d9a039c9e92d3dbb2011e75e6c044a1a4a2789e2fbf8386b1d580994811be084", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "746653", - "checksum": "SHA-256:97b4875cad6110c70101bb776f3ac37b64a2e73f036cd0b10afb6f4be96a6621", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "733127", - "checksum": "SHA-256:5f4bc4b0957b1d34cec9908b7f84a7c297b894b39fe16a4992c284b24c00d6fb", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "645859", - "checksum": "SHA-256:7468a1bcdfa459d175a095b102c0de28efc466accfb104305fbcad7832659ddc", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino6-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avrdude", - "version": "6.3.0-arduino8", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.3.1", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.3.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.3.1.tar.bz2", + "checksum": "SHA-256:e19b23057e8fc9943ad86729337d4cb3523557599a2a367569d27421c578d4e7", + "size": "31893980", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "644550", - "checksum": "SHA-256:25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino8-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-armhf-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "697268", - "checksum": "SHA-256:be8a33a7ec01bb7123279466ffa31371e0aa4fccefffcc23ce71810b59531947", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.3.0-arduino8-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-i386-apple-darwin11.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "711544", - "checksum": "SHA-256:85f38d02e2398d3b7f93da2ca8b830ee65bb73f66cc7a7b30c466d3cebf2da6e", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino8-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-x86_64-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano RP2040 Connect" }, { - "size": "701718", - "checksum": "SHA-256:8e2e4bc71d22e9d11ed143763b97f3aa2d164cdeee678a9deaf5b36e245b2d20", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino8-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-i686-pc-linux-gnu.tar.bz2" + "name": "Arduino Portenta H7" }, { - "size": "645996", - "checksum": "SHA-256:3a7592f6c33efd658b820c73d1058d3c868a297cbddb37da5644973c3b516d5e", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino8-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-i686-w64-mingw32.zip" + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" } - ] - }, - { - "name": "avrdude", - "version": "6.3.0-arduino9", - "systems": [ + ], + "toolsDependencies": [ { - "size": "644550", - "checksum": "SHA-256:25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "697309", - "checksum": "SHA-256:bfa06bc042dff252d3a8eded98da159484e75b46d2697da4d9446dcd2aea8465", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "711229", - "checksum": "SHA-256:c8cccb84e2fe49ee837b24f0a60a99e9c371dae26e84c5b0b22b6b6aab2f1f6a", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "701590", - "checksum": "SHA-256:4235a2d58e3c3224c603d6c5f0610507ed6c48ebf4051fdcce9f77a7646e218b", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "645974", - "checksum": "SHA-256:f3c5cfa8d0b3b0caee81c5b35fb6acff89c342ef609bf4266734c6266a256d4f", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino9-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avrdude", - "version": "6.3.0-arduino14", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.3.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.3.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.3.1.tar.bz2", + "checksum": "SHA-256:3873f718b14170a3149ebdc30582895b5e736d4f869b3b5bcc22a46cf382a9bc", + "size": "5286179", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "219616", - "checksum": "SHA-256:d1a06275490d59a431c419788bbc53ffd5a79510dac1a35e63cf488621ba5589", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino14-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-armhf-pc-linux-gnu.tar.bz2" - }, + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ { - "size": "229688", - "checksum": "SHA-256:439f5de150695e3732dd598bb182dae6ec1e3a5cdb580f855d9b58e485e84e66", - "host": "aarch64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino14-aarch64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-aarch64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "256917", - "checksum": "SHA-256:47d03991522722ce92120c60c4118685b7861909d895f34575001137961e4a63", - "host": "i386-apple-darwin11", - "archiveFileName": "avrdude-6.3.0-arduino14-i386-apple-darwin12.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-i386-apple-darwin11.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "253366", - "checksum": "SHA-256:7986e8f3059353dc08f9234f7dbc98d9b2fa2242f046f02a8243a060f7358bfc", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino14-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "244293", - "checksum": "SHA-256:4f100e3843c635064997df91d2a079ab15cd30d1d7fa227280abe6a7c3bc74ca", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino14-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "328363", - "checksum": "SHA-256:69293e0de2eff8de89f553477795c25005f674a320bbba4b0222beb0194aa297", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino14-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avrdude", - "version": "6.3.0-arduino16", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.3.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.3.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.3.1.tar.bz2", + "checksum": "SHA-256:7bdeb146ce17fc81a06542e445439efc2773d0cc9914ebe276c87102a7091426", + "size": "6356966", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "219642", - "checksum": "SHA-256:6fc443445440f0e2d95d70013ed075bceffc2a1babc1e7d4f1ae69c3fe268c57", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino16-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-armhf-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "229997", - "checksum": "SHA-256:7a2726ab2fd18b910abc3d9dd33c4b40d18c34cf12c46f3367932e7fd87c0197", - "host": "aarch64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino16-aarch64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-aarch64-pc-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "279172", - "checksum": "SHA-256:f93dc12a4b30a335ab24b3c628e6cad0ebf2f8adfb7ef50f87c0fc17165b2156", - "host": "x86_64-apple-darwin15", - "archiveFileName": "avrdude-6.3.0-arduino16-i386-apple-darwin11.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-i386-apple-darwin11.tar.bz2" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "254085", - "checksum": "SHA-256:57856d6e388d333d924afa3e2d5525161dbe0dc670e7caae2720e249606175a7", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino16-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "244393", - "checksum": "SHA-256:bdf73358991243a9a8de11a42c80c4ec4b14c82f2222cb0c3c181f62656c41fb", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino16-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-i686-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "328456", - "checksum": "SHA-256:781c16a8bf813fa68fc0f47d427279053c9e098c3aed7165449ac4f0137304dd", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino16-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "avrdude", - "version": "6.3.0-arduino17", - "systems": [ - { - "size": "219631", - "checksum": "SHA-256:2a8e68c5d803aa6f902ef219f177ec3a4c28275d85cbe272962ad2cd374f50d1", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2" - }, + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.3.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.3.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.3.1.tar.bz2", + "checksum": "SHA-256:886f81781bd3bdbbe73ba0c1f98acda2203640dd5a259ca824290b4bcc759dc6", + "size": "25210812", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "229852", - "checksum": "SHA-256:6cf948f751acfe7b96684537f2291c766ec8b54b4f7dc95539864821456fa9fc", - "host": "aarch64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "size": "279045", - "checksum": "SHA-256:120cc9edaae699e7e9ac50b1b8eb0e7d51fdfa555bac54233c2511e6ee5418c9", - "host": "x86_64-apple-darwin12", - "archiveFileName": "avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "254271", - "checksum": "SHA-256:accdfb920af2aabf4f7461d2ac73c0751760f525216dc4e7657427a78c60d13d", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "244550", - "checksum": "SHA-256:5c8cc6c17db9300e1451fe41cd7178b0442b4490ee6fdbc0aed9811aef96c05f", - "host": "i686-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2" - }, - { - "size": "328460", - "checksum": "SHA-256:e99188873c7c5ad8f8f906f068c33600e758b2e36cce3adbd518a21bd266749d", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino17-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "avrdude", - "version": "6.3.0-arduino18", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.3.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.3.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.3.1.tar.bz2", + "checksum": "SHA-256:574eaf3a42c255d06143b3cac20ed2f1b382066af3b73be91b3cadf2792e2165", + "size": "3955490", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "220677", - "checksum": "SHA-256:2e25c9e99c255d595a1072679a88ecddfa12c223b18510760bb867039f35efa5", - "host": "arm-linux-gnueabihf", - "archiveFileName": "avrdude-6.3.0-arduino18-armhf-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-armhf-pc-linux-gnu.tar.bz2" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "231047", - "checksum": "SHA-256:4f88bb50d2235182ed7aa9e0a1d08e4bb956378ac9569b8e1141e37ed314fb2d", - "host": "aarch64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino18-aarch64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-aarch64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "280072", - "checksum": "SHA-256:df1dfd18e2e287c47232605cd4fa41751eb70df8c300aeb7a00a3a09b524a1b8", - "host": "x86_64-apple-darwin12", - "archiveFileName": "avrdude-6.3.0-arduino18-x86_64-apple-darwin12.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-x86_64-apple-darwin12.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "254460", - "checksum": "SHA-256:1ae46972b276b8a54c459f87c4ff326abdad0be2b1a293d73bf86e47765eddc3", - "host": "x86_64-linux-gnu", - "archiveFileName": "avrdude-6.3.0-arduino18-x86_64-pc-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-x86_64-pc-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "329515", - "checksum": "SHA-256:0781f4183e91a9783c2330035520144ab76b8f75c0a9f7a25877c063bc984c4d", - "host": "i686-mingw32", - "archiveFileName": "avrdude-6.3.0-arduino18-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "arduinoOTA", - "version": "1.0.0", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.4.1", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.4.1.tar.bz2", + "checksum": "SHA-256:aa9745aefdafca94bb5e08ebbae63f0274ee718e886a5f761cc4874844fbfade", + "size": "31870904", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "2044124", - "checksum": "SHA-256:850a86876403cb45c944590a8cc7f9d8ef6d53ed853f7a9593ec395c4c1c6b2d", - "host": "i686-linux-gnu", - "archiveFileName": "arduinoOTA-1.0.0-linux32.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-linux32.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "2178772", - "checksum": "SHA-256:f01f25e02787492a8a30414230635adae76ed85228045437433892d185991f9e", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduinoOTA-1.0.0-linux64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-linux64.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "1961623", - "checksum": "SHA-256:0ca6c0a93bfad50be0b6e62dc51ba6c3267b809bab4ec91ef9606ab7d838e46b", - "host": "arm-linux-gnueabihf", - "archiveFileName": "arduinoOTA-1.0.0-linuxarm.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-linuxarm.tar.bz2" + "name": "Arduino Nano RP2040 Connect" }, { - "size": "2180617", - "checksum": "SHA-256:e63c6034da2c1a7fe453eaa29c22df88627cc0aa3c5cbab7635c19367b74ee59", - "host": "i386-apple-darwin11", - "archiveFileName": "arduinoOTA-1.0.0-osx.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-osx.tar.bz2" + "name": "Arduino Portenta H7" }, { - "size": "2247970", - "checksum": "SHA-256:7bced1489217e07661ea1e75702a10a874b54f6146e2414ee47684c7eac014d1", - "host": "i686-mingw32", - "archiveFileName": "arduinoOTA-1.0.0-windows.zip", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-windows.zip" + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" } - ] - }, - { - "name": "arduinoOTA", - "version": "1.1.1", - "systems": [ + ], + "toolsDependencies": [ { - "size": "2045036", - "checksum": "SHA-256:7ac91ef1d5b357c0ceb790be02ef54986db598ba5a42fffbd6c8ecbdd6a271ef", - "host": "i686-linux-gnu", - "archiveFileName": "arduinoOTA-1.1.1-linux_386.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_386.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "2178288", - "checksum": "SHA-256:eb5ad0a457dd7f610f7f9b85454399c36755673d61a16f9d07cdfcbbb32ec277", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduinoOTA-1.1.1-linux_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_amd64.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "1962115", - "checksum": "SHA-256:e4880d83df3d3f6f4b7b7bcde161e80a0556877468803a3c6066ee4ad18a374c", - "host": "arm-linux-gnueabihf", - "archiveFileName": "arduinoOTA-1.1.1-linux_arm.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_arm.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "2181376", - "checksum": "SHA-256:a1ce7cf578982f3af5e4fab6b5839e44830d7a41cb093faba5c4b45952a6fa55", - "host": "i386-apple-darwin11", - "archiveFileName": "arduinoOTA-1.1.1-darwin_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-darwin_amd64.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "2248431", - "checksum": "SHA-256:b2d3610c77f969a68cd75b6ea66bf63ec10c263937009d99147fbcd975c90006", - "host": "i686-mingw32", - "archiveFileName": "arduinoOTA-1.1.1-windows_386.zip", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-windows_386.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "arduinoOTA", - "version": "1.2.0", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.4.1.tar.bz2", + "checksum": "SHA-256:651204e3a5cf0dcf8d0545dd27489c4404f383b484350cbddf7eafe3236a25d0", + "size": "5298183", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "1839854", - "checksum": "SHA-256:7157a0b56620fb43b8dfb4afd958f8b294476a5ce4322c212167ca5d4092f2d9", - "host": "i686-linux-gnu", - "archiveFileName": "arduinoOTA-1.2.0-linux_386.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-linux_386.tar.bz2" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "1974030", - "checksum": "SHA-256:f672c1c407c4cb10729a1d891bdb8b010e2043e5415e1c2559bf39cdeaede78c", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduinoOTA-1.2.0-linux_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-linux_amd64.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "1787138", - "checksum": "SHA-256:ac49ffcd3239a6a52215f89dbda012d28f1296e6d79fc0efc3df06f919105744", - "host": "arm-linux-gnueabihf", - "archiveFileName": "arduinoOTA-1.2.0-linux_arm.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-linux_arm.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "1992476", - "checksum": "SHA-256:160e83e77d7a60514ca40fedf34f539124aac4b9ae0e2bfdf8fda11d958de38f", - "host": "i386-apple-darwin11", - "archiveFileName": "arduinoOTA-1.2.0-darwin_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-darwin_amd64.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "2003964", - "checksum": "SHA-256:9d26747093ab7966bfeffced9dbd7def0e164bba0db89f5efb3f7f8011496c8f", - "host": "i686-mingw32", - "archiveFileName": "arduinoOTA-1.2.0-windows_386.zip", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-windows_386.zip" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "arduinoOTA", - "version": "1.2.1", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.4.1.tar.bz2", + "checksum": "SHA-256:d3bea374452dcf57f7b336ac667e2fb2b17a9d0b892c3abe5a813bd6f7741eae", + "size": "6375496", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "2133779", - "checksum": "SHA-256:2ffdf64b78486c1d0bf28dc23d0ca36ab75ca92e84b9487246da01888abea6d4", - "host": "i686-linux-gnu", - "archiveFileName": "arduinoOTA-1.2.1-linux_386.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_386.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "2257689", - "checksum": "SHA-256:5b82310d53688480f34a916aac31cd8f2dd2be65dd8fa6c2445262262e1948f9", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduinoOTA-1.2.1-linux_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_amd64.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "2093132", - "checksum": "SHA-256:ad54b3dcd586212941fd992bab573b53d13207a419a3f2981c970a085ae0e9e0", - "host": "arm-linux-gnueabihf", - "archiveFileName": "arduinoOTA-1.2.1-linux_arm.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_arm.tar.bz2" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "2093132", - "checksum": "SHA-256:ad54b3dcd586212941fd992bab573b53d13207a419a3f2981c970a085ae0e9e0", - "host": "aarch64-linux-gnu", - "archiveFileName": "arduinoOTA-1.2.1-linux_arm.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_arm.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "2244088", - "checksum": "SHA-256:93a6d9f9c0c765d237be1665bf7a0a8e2b0b6d2a8531eae92db807f5515088a7", - "host": "i386-apple-darwin11", - "archiveFileName": "arduinoOTA-1.2.1-darwin_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-darwin_amd64.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "2237511", - "checksum": "SHA-256:e1ebf21f2c073fce25c09548c656da90d4ef6c078401ec6f323e0c58335115e5", - "host": "i686-mingw32", - "archiveFileName": "arduinoOTA-1.2.1-windows_386.zip", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-windows_386.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "arduinoOTA", - "version": "1.3.0", - "systems": [ + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.4.1.tar.bz2", + "checksum": "SHA-256:4adeb494d55065b52e560e649fdcda83287a783cb7bc7729c0b4c27f3029c527", + "size": "25178169", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "2633516", - "checksum": "SHA-256:3e7f59d6fbc7a724598303f0d3289d0c4fd137a8973437980658379a024887b2", - "host": "i686-linux-gnu", - "archiveFileName": "arduinoOTA-1.3.0-linux_386.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_386.tar.bz2" - }, - { - "size": "2716248", - "checksum": "SHA-256:aa45ee2441ffc3a122daec5802941d1fa2ac47adf5c5c481b5e0daa4dc259ffa", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduinoOTA-1.3.0-linux_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2" - }, - { - "size": "2567435", - "checksum": "SHA-256:1888587409b56aef4ba0ab0e6703b3dccba7cc3a022756ba9b908247e5d5a656", - "host": "arm-linux-gnueabihf", - "archiveFileName": "arduinoOTA-1.3.0-linux_arm.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm.tar.bz2" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "size": "2472427", - "checksum": "SHA-256:835ed8f37cffac37e979d1b0f6041559592d3d98be52f0e8611b76c4858e4113", - "host": "aarch64-linux-gnu", - "archiveFileName": "arduinoOTA-1.3.0-linux_arm64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm64.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "2766116", - "checksum": "SHA-256:d5d0f82ff829c0e434d12a2ee640a6fbd78f893ab37782edbb8b5bf2359d119e", - "host": "i386-apple-darwin11", - "archiveFileName": "arduinoOTA-1.3.0-darwin_amd64.tar.bz2", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-darwin_amd64.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "2768948", - "checksum": "SHA-256:051943844eee442460d2c709edefadca184287fffd2b6c100dd53aa742aa05f6", - "host": "i686-mingw32", - "archiveFileName": "arduinoOTA-1.3.0-windows_386.zip", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-windows_386.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "bossac", - "version": "1.5-arduino", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.4.1.tar.bz2", + "checksum": "SHA-256:ad6f64d9c4611975c130875bf7cfaa9025ce019f6ebf7fc8996c45c3f4641f93", + "size": "3954971", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-arm-linux-gnueabihf.tar.bz2", - "archiveFileName": "bossac-1.5-arduino2-arm-linux-gnueabihf.tar.bz2", - "checksum": "SHA-256:7b61b7814e5b57bcbd853439fc9cd3e98af4abfdd369bf039c6917f9599e44b9", - "size": "199550" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-mingw32.tar.gz", - "archiveFileName": "bossac-1.5-arduino2-mingw32.tar.gz", - "checksum": "SHA-256:9d849a34f0b26c25c6a8c4d741cd749dea238cade73b57a3048f248c431d9cc9", - "size": "222283" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-i386-apple-darwin14.3.0.tar.gz", - "archiveFileName": "bossac-1.5-arduino2-i386-apple-darwin14.3.0.tar.gz", - "checksum": "SHA-256:8f07e50a1f887cb254092034c6a4482d73209568cd83cb624d6625d66794f607", - "size": "64120" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-x86_64-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.5-arduino2-x86_64-linux-gnu.tar.gz", - "checksum": "SHA-256:42785329155dcb39872d4d30a2a9d31e0f0ce3ae7e34a3ed3d840cbc909c4657", - "size": "30431" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-i486-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.5-arduino2-i486-linux-gnu.tar.gz", - "checksum": "SHA-256:ac56e553bbd6d992fa5592ace90996806230ab582f2bf9f8590836fec9dabef6", - "size": "29783" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "bossac", - "version": "1.6-arduino", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.5.2", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.5.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.5.2.tar.bz2", + "checksum": "SHA-256:78f92e9da3ca15db725b7090381be44655d3ac3ca3cdc49b3e702db193d9d3ce", + "size": "34080557", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-mingw32.tar.gz", - "archiveFileName": "bossac-1.6-arduino-mingw32.tar.gz", - "checksum": "SHA-256:b59d64d3f7a43c894d0fba2dd1241bbaeefedf8c902130a24d8ec63b08f9ff6a", - "size": "222517" + "name": "Arduino Nano 33 BLE" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-i386-apple-darwin14.4.0.tar.gz", - "archiveFileName": "bossac-1.6-arduino-i386-apple-darwin14.4.0.tar.gz", - "checksum": "SHA-256:6b3b686a782b6587c64c85db80085c9089c5ea1b051e49e5af17b3c6109c8efa", - "size": "64538" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-x86_64-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.6-arduino-x86_64-linux-gnu.tar.gz", - "checksum": "SHA-256:2ce7a54d609b4ce3b678147202b2556dd1ce5b318de48a018c676521b994c7a7", - "size": "30649" + "name": "Arduino Nano RP2040 Connect" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-i486-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.6-arduino-i486-linux-gnu.tar.gz", - "checksum": "SHA-256:5c320bf5cfdbf03e3f648642e6de325e459a061fcf96b2215cb955263f7467b2", - "size": "30072" + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nicla Sense ME" } - ] - }, - { - "name": "bossac", - "version": "1.6.1-arduino", - "systems": [ + ], + "toolsDependencies": [ { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-arm-linux-gnueabihf.tar.bz2", - "archiveFileName": "bossac-1.6.1-arduino-arm-linux-gnueabihf.tar.bz2", - "checksum": "SHA-256:8c4e63db982178919c824e7a35580dffc95c3426afa7285de3eb583982d4d391", - "size": "201341" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-mingw32.tar.gz", - "archiveFileName": "bossac-1.6.1-arduino-mingw32.tar.gz", - "checksum": "SHA-256:d59f43e2e83a337d04c4ae88b195a4ee175b8d87fff4c43144d23412a4a9513b", - "size": "222918" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-i386-apple-darwin14.5.0.tar.gz", - "archiveFileName": "bossac-1.6.1-arduino-i386-apple-darwin14.5.0.tar.gz", - "checksum": "SHA-256:2f80ef569a3fb19da60ab3489e49d8fe7d4699876acf30ff4938c632230a09aa", - "size": "64587" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-x86_64-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.6.1-arduino-x86_64-linux-gnu.tar.gz", - "checksum": "SHA-256:b78afc66c00ccfdd69a08bd3959c260a0c64ccce78a71d5a1135ae4437ff40db", - "size": "30869" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-i486-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.6.1-arduino-i486-linux-gnu.tar.gz", - "checksum": "SHA-256:1e211347569d75193b337296a10dd25b0ce04419e3d7dc644355178b6b514f92", - "size": "30320" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "bossac", - "version": "1.7.0", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.5.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.5.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.5.2.tar.bz2", + "checksum": "SHA-256:e8777ffa869a86ac6daebfd16631b1fcf760ef8ce4c31430bea2adb6f716103f", + "size": "5311736", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-mingw32.tar.gz", - "archiveFileName": "bossac-1.7.0-mingw32.tar.gz", - "checksum": "SHA-256:9ef7d11b4fabca0adc17102a0290957d5cc26ce46b422c3a5344722c80acc7b2", - "size": "243066" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-i386-apple-darwin15.6.0.tar.gz", - "archiveFileName": "bossac-1.7.0-i386-apple-darwin15.6.0.tar.gz", - "checksum": "SHA-256:feac36ab38876c163dcf51bdbcfbed01554eede3d41c59a0e152e170fe5164d2", - "size": "63822" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-x86_64-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.7.0-x86_64-linux-gnu.tar.gz", - "checksum": "SHA-256:9475c0c8596c1ba12dcbce60e48fef7559087fa8eccbea7bab732113f3c181ee", - "size": "31373" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-i686-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.7.0-i686-linux-gnu.tar.gz", - "checksum": "SHA-256:17003b0bdc698d52eeb91b09c34aec501c6e0285b4aa88659ab7cc407a451a4d", - "size": "31086" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arm-linux-gnueabihf.tar.gz", - "archiveFileName": "bossac-1.7.0-arm-linux-gnueabihf.tar.gz", - "checksum": "SHA-256:09e46d0af61b2189caaac0bc6d4dd15cb22c167fdedc56ec98602dd5f10e68e0", - "size": "27382" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "bossac", - "version": "1.7.0-arduino3", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.5.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.5.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.5.2.tar.bz2", + "checksum": "SHA-256:6ec901e54f2105731478544e0a69608c32897e7323b67708ee24fd8cd3ac04da", + "size": "6385929", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-windows.tar.gz", - "archiveFileName": "bossac-1.7.0-arduino3-windows.tar.gz", - "checksum": "SHA-256:62745cc5a98c26949ec9041ef20420643c561ec43e99dae659debf44e6836526", - "size": "3607421" + "name": "Arduino Nano 33 BLE" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-osx.tar.gz", - "archiveFileName": "bossac-1.7.0-arduino3-osx.tar.gz", - "checksum": "SHA-256:adb3c14debd397d8135e9e970215c6972f0e592c7af7532fa15f9ce5e64b991f", - "size": "75510" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linux64.tar.gz", - "archiveFileName": "bossac-1.7.0-arduino3-linux64.tar.gz", - "checksum": "SHA-256:1ae54999c1f97234a5c603eb99ad39313b11746a4ca517269a9285afa05f9100", - "size": "207271" - }, + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linux32.tar.gz", - "archiveFileName": "bossac-1.7.0-arduino3-linux32.tar.gz", - "checksum": "SHA-256:4ac4354746d1a09258f49a43ef4d1baf030d81c022f8434774268b00f55d3ec3", - "size": "193577" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linuxarm.tar.gz", - "archiveFileName": "bossac-1.7.0-arduino3-linuxarm.tar.gz", - "checksum": "SHA-256:626c6cc548046901143037b782bf019af1663bae0d78cf19181a876fb9abbb90", - "size": "193941" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linuxaarch64.tar.gz", - "archiveFileName": "bossac-1.7.0-arduino3-linuxaarch64.tar.gz", - "checksum": "SHA-256:a098b2cc23e29f0dc468416210d097c4a808752cd5da1a7b9b8b7b931a04180b", - "size": "268365" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "bossac", - "version": "1.8.0-48-gb176eee", - "systems": [ - { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-i686-w64-mingw32.tar.gz", - "archiveFileName": "bossac-1.8-48-gb176eee-i686-w64-mingw32.tar.gz", - "checksum": "SHA-256:4523a6897f3dfd673fe821c5cfbac8d6a12782e7a36b312b9ee7d41deec2a10a", - "size": "91219" - }, + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.5.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.5.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.5.2.tar.bz2", + "checksum": "SHA-256:02a07d4a206070435296a1dd147a96c6ccc7d75473d5c9249021d4d8854417f6", + "size": "25209124", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-i386-apple-darwin16.1.0.tar.gz", - "archiveFileName": "bossac-1.8-48-gb176eee-i386-apple-darwin16.1.0.tar.gz", - "checksum": "SHA-256:581ecc16021de36638ae14e9e064ffb4a1d532a11502f4252da8bcdf5ce1d649", - "size": "39150" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-x86_64-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.8-48-gb176eee-x86_64-linux-gnu.tar.gz", - "checksum": "SHA-256:1347eec67f5b90b785abdf6c8a8aa59129d0c016de7ff9b5ac1690378eacca3c", - "size": "37798" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-i486-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.8-48-gb176eee-i486-linux-gnu.tar.gz", - "checksum": "SHA-256:4c7492f876b8269aa9d8bcaad3aeda31acf1a0292383093b6d9f5f1d23fdafc3", - "size": "37374" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-arm-linux-gnueabihf.tar.gz", - "archiveFileName": "bossac-1.8-48-gb176eee-arm-linux-gnueabihf.tar.gz", - "checksum": "SHA-256:2001e4a592f3aefd22f213b1ddd6f5d8d5e74bd04080cf1b97c24cbaa81b10ed", - "size": "34825" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "bossac", - "version": "1.9.1-arduino1", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.5.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.5.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.5.2.tar.bz2", + "checksum": "SHA-256:f9a9ee6e78d996e33aad2ad388fe715253fa672fcba3b7d183aa378a936ee73e", + "size": "3964330", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-windows.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino1-windows.tar.gz", - "checksum": "SHA-256:fe2d6ef78ca711c78e104e258357ed06b09e95e9356dc72d8d2c9f6670af4b7a", - "size": "1260118" - }, + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-osx.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino1-osx.tar.gz", - "checksum": "SHA-256:c356632f98d5bae9b4f5d3ad823a5ee89b23078c2b835e8ac39a208f4855b0e6", - "size": "47835" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linux64.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino1-linux64.tar.gz", - "checksum": "SHA-256:d3d324a3503a8db825c01f3b38519e4d4824c4d0e42cb399a16c1e074f9a9a86", - "size": "399453" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linux32.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino1-linux32.tar.gz", - "checksum": "SHA-256:eec622b8b5a8642af94ec23febfe14c928edd734f144db73b146bf6708d2057f", - "size": "384792" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linuxarm.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino1-linuxarm.tar.gz", - "checksum": "SHA-256:b42061d2fa2dbd6910d0d295e024f2cff7bb44f3e2ecc0bc2fe71a1f31b0ecba", - "size": "361799" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linuxaarch64.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino1-linuxaarch64.tar.gz", - "checksum": "SHA-256:b271013841e1e25ee55f241e8c50a56ed775d3b322844e1e3099231ba17f3868", - "size": "442657" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "bossac", - "version": "1.9.1-arduino2", - "systems": [ + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "2.5.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nicla-2.5.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-2.5.2.tar.bz2", + "checksum": "SHA-256:87e6681dce8ee8632bd7f44475215760ad1bf2d4a6b9a5343a7aef87d3b8fd14", + "size": "5533011", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-windows.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino2-windows.tar.gz", - "checksum": "SHA-256:5c994d04354f0db8e4bea136f49866d2ba537f0af74b2e78026f2d4fc75e3e39", - "size": "1260628" - }, + "name": "Arduino Nicla Sense ME" + } + ], + "toolsDependencies": [ { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-osx.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino2-osx.tar.gz", - "checksum": "SHA-256:b7732129364a378676604db6579c9b8dab50dd965fb50d7a3afff1839c97ff80", - "size": "47870" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linux64.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino2-linux64.tar.gz", - "checksum": "SHA-256:9eb549874391521999cee13dc823a2cfc8866b8246945339a281808d99c72d2c", - "size": "399532" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linux32.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino2-linux32.tar.gz", - "checksum": "SHA-256:10d69f53f169f25afee2dd583dfd9dc803c10543e6c5260d106725cb0d174900", - "size": "384951" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linuxarm.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino2-linuxarm.tar.gz", - "checksum": "SHA-256:c9539d161d23231b5beb1d09a71829744216c7f5bc2857a491999c3e567f5b19", - "size": "361915" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linuxaarch64.tar.gz", - "archiveFileName": "bossac-1.9.1-arduino2-linuxaarch64.tar.gz", - "checksum": "SHA-256:c167fa0ea223966f4d21f5592da3888bcbfbae385be6c5c4e41f8abff35f5cb1", - "size": "442853" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "openocd", - "version": "0.9.0-arduino", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.6.1", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.6.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.6.1.tar.bz2", + "checksum": "SHA-256:594651862648cd0dfff1b6750207f71697464fee7996251ebc4f1fc060f76137", + "size": "26015191", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-arm-linux-gnueabihf.tar.bz2", - "archiveFileName": "OpenOCD-0.9.0-dev-arduino-arm-linux-gnueabihf.tar.bz2", - "checksum": "SHA-256:a84e7c4cba853f2c937d77286f8a0ca317447d3873e51cbd2a2d41424e044a18", - "size": "1402283" + "name": "Arduino Nano 33 BLE" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-i686-pc-cygwin.tar.bz2", - "archiveFileName": "OpenOCD-0.9.0-arduino-i686-pc-cygwin.tar.bz2", - "checksum": "SHA-256:5310bdd3730168a33b09b68558e908ca8b2fec25620c488f50a5fb35d0d1effd", - "size": "2360705" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-x86_64-apple-darwin14.3.0.tar.bz2", - "archiveFileName": "OpenOCD-0.9.0-arduino-x86_64-apple-darwin14.3.0.tar.bz2", - "checksum": "SHA-256:ef90769c07b8018cec3a5054e690ac6c196e03720e102ac5038c3f9da4e44782", - "size": "2275101" + "name": "Arduino Nano RP2040 Connect" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-x86_64-linux-gnu.tar.bz2", - "archiveFileName": "OpenOCD-0.9.0-arduino-x86_64-linux-gnu.tar.bz2", - "checksum": "SHA-256:c350409f7badf213dfcc516ea34289461ad92d87806e8e33945508a2c6b2c0b3", - "size": "1210796" + "name": "Arduino Portenta H7" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-i486-linux-gnu.tar.bz2", - "archiveFileName": "OpenOCD-0.9.0-arduino-i486-linux-gnu.tar.bz2", - "checksum": "SHA-256:4c9793dfd7822b0fc959d039e5ecabfa89092ee2911abfdc7b5905deb171499a", - "size": "1129654" + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nicla Sense ME" } - ] - }, - { - "name": "openocd", - "version": "0.9.0-arduino5-static", - "systems": [ + ], + "toolsDependencies": [ { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-arm-linux-gnueabihf.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino5-static-arm-linux-gnueabihf.tar.bz2", - "checksum": "SHA-256:cef48c1448664612dd25168f0a56962aec4ce2f1d7c06dafd86a1b606dc8ae20", - "size": "1319000" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-i686-w64-mingw32.zip", - "archiveFileName": "openocd-0.9.0-arduino5-static-i686-w64-mingw32.zip", - "checksum": "SHA-256:54c70a0bfa1b0a3a592d6ee9ab532f9715e1dede2e7d46a3232abd72de274c5a", - "size": "1641209" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-x86_64-apple-darwin15.6.0.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino5-static-x86_64-apple-darwin15.6.0.tar.bz2", - "checksum": "SHA-256:14be5c5400e1a32c3d6a15f9c8d2f438634974ab263ff437b91b527e5b5d53a4", - "size": "1235752" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-x86_64-linux-gnu.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino5-static-x86_64-linux-gnu.tar.bz2", - "checksum": "SHA-256:8e378bdcd71c93a39818c16b49b91128c8028e3d9675551ba7eff39462391ba2", - "size": "1393855" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-i686-linux-gnu.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino5-static-i686-linux-gnu.tar.bz2", - "checksum": "SHA-256:8e0787f54e204fe6e9071b2b7edf8a5e695492696f1182d447647fe5c0bd55bd", - "size": "1341739" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "openocd", - "version": "0.9.0-arduino6-static", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.6.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.6.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.6.1.tar.bz2", + "checksum": "SHA-256:7e2bbc64e33ed9321624b9ad412d86dd335bb5a2f9b5c3558e0f246fcfe87d03", + "size": "5316357", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-arm-linux-gnueabihf.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino6-static-arm-linux-gnueabihf.tar.bz2", - "checksum": "SHA-256:5d596c90510f80d66f64a3615d74063a6a61f07b79be475592a3c76bf0deb3ca", - "size": "1319020" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-i686-w64-mingw32.zip", - "archiveFileName": "openocd-0.9.0-arduino6-static-i686-w64-mingw32.zip", - "checksum": "SHA-256:dde6c8cd42c179e819eeebee1d09829b0768ecb89b75fb10e1f053c1c65f9cf1", - "size": "1641514" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-x86_64-apple-darwin15.6.0.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino6-static-x86_64-apple-darwin15.6.0.tar.bz2", - "checksum": "SHA-256:00cd65339bc981ff0d4ab4876df8f89b1e60e476441fabca31d5fc2968bad9be", - "size": "1222523" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-x86_64-linux-gnu.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino6-static-x86_64-linux-gnu.tar.bz2", - "checksum": "SHA-256:d2f58bbd0661b755fdb8a307d197f119d838b066f5510b25ee766e47d1774543", - "size": "1394293" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-i686-linux-gnu.tar.bz2", - "archiveFileName": "openocd-0.9.0-arduino6-static-i686-linux-gnu.tar.bz2", - "checksum": "SHA-256:88d948c2062c73c0c93e649e099aaac4b009018cff365f44cfc5b47907043dc9", - "size": "1340444" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "openocd", - "version": "0.10.0-arduino7", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.6.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.6.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.6.1.tar.bz2", + "checksum": "SHA-256:6ea8b54b456b0f6e11559483c0b911092c1bfe752035a72cf81bab180183dbe3", + "size": "6389205", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "1638575", - "checksum": "SHA-256:f8e0d783e80a3d5f75ee82e9542315871d46e1e283a97447735f1cbcd8986b06", - "host": "arm-linux-gnueabihf", - "archiveFileName": "openocd-0.10.0-arduino7-static-arm-linux-gnueabihf.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-arm-linux-gnueabihf.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "1580739", - "checksum": "SHA-256:d47d728a9a8d98f28dc22e31d7127ced9de0d5e268292bf935e050ef1d2bdfd0", - "host": "aarch64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino7-static-aarch64-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-aarch64-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "1498970", - "checksum": "SHA-256:1e539a587a0c54a551ce0dc542af10a2520b1c93bbfe2ca4ebaef4c83411df1a", - "host": "i386-apple-darwin11", - "archiveFileName": "openocd-0.10.0-arduino7-static-x86_64-apple-darwin13.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-x86_64-apple-darwin13.tar.bz2" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "1701581", - "checksum": "SHA-256:91d418bd309ec1e98795c622cd25c936aa537c0b3828fa5bcb191389378a1b27", - "host": "x86_64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino7-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "1626347", - "checksum": "SHA-256:08a18f39d72a5626383503053a30a5da89eed7fdccb6f514b20b77403eb1b2b4", - "host": "i686-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino7-static-i686-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "2016965", - "checksum": "SHA-256:f251aec5471296e18aa540c3078d66475357a76a77c16c06a2d9345f4e12b3d5", - "host": "i686-mingw32", - "archiveFileName": "openocd-0.10.0-arduino7-static-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "openocd", - "version": "0.10.0-arduino8", - "systems": [ + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.6.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.6.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.6.1.tar.bz2", + "checksum": "SHA-256:54c521a245e41774ba78287fc28c27651d2bddd82e216a301912589e75952dac", + "size": "17949793", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "1714346", - "checksum": "SHA-256:86c4ea3086b4a1475fd8a1e1daf4585748be093dad4160e816b1bf2502501fb2", - "host": "arm-linux-gnueabihf", - "archiveFileName": "openocd-0.10.0-arduino8-static-arm-linux-gnueabihf.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-arm-linux-gnueabihf.tar.bz2" + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "1778371", - "checksum": "SHA-256:500cb112ee92092bbfce69649b90d0284752c5766f5aaf5c24dc754100788ef9", - "host": "aarch64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino8-static-aarch64-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-aarch64-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "1653652", - "checksum": "SHA-256:584b513ebbc4a645a68234d964ba56f042aaf7668d84ba47398a07a294516cc4", - "host": "i386-apple-darwin11", - "archiveFileName": "openocd-0.10.0-arduino8-static-x86_64-apple-darwin13.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-x86_64-apple-darwin13.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.6.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.6.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.6.1.tar.bz2", + "checksum": "SHA-256:df16d616ae3b3758570c46c1d407ac2904603f128107335eaca86bb705e98c1b", + "size": "3966728", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "1845547", - "checksum": "SHA-256:455d4123146bf6b4b095de86d3340fd01e39bba9c70b2f0bb8e979ac4dddac39", - "host": "x86_64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino8-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "1781892", - "checksum": "SHA-256:5b44889984daefa966b8251edb98445169107ca32f974ca598d4c59e7d2c8901", - "host": "i686-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino8-static-i686-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "2190397", - "checksum": "SHA-256:35a92f32f2762ef9405d2c684ec7bea2e70c01068f380251aecd9290f5bd5b24", - "host": "i686-mingw32", - "archiveFileName": "openocd-0.10.0-arduino8-static-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-i686-w64-mingw32.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "openocd", - "version": "0.10.0-arduino9", - "systems": [ + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "2.6.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nicla-2.6.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-2.6.1.tar.bz2", + "checksum": "SHA-256:56d902f98c68c43c1d8e1089d7dd06bfe04991ad419103ffdd153eabc664e7be", + "size": "5533520", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "1714657", - "checksum": "SHA-256:b814b16b52cef21eacf456cc7a89d7b5d4cb1385bfb8fb82963b7d8151824d93", - "host": "aarch64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino9-static-aarch64-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-aarch64-linux-gnu.tar.bz2" - }, + "name": "Arduino Nicla Sense ME" + } + ], + "toolsDependencies": [ { - "size": "1778177", - "checksum": "SHA-256:f0443e771f5e3a779949498d3c9bfffd1dd27cdf0ad7136a2db5e80447a7175a", - "host": "arm-linux-gnueabihf", - "archiveFileName": "openocd-0.10.0-arduino9-static-arm-linux-gnueabihf.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-arm-linux-gnueabihf.tar.bz2" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "1782958", - "checksum": "SHA-256:a22872918df899cb808f9286141d42438ae5611156c143cfb692069f52a2bddd", - "host": "i686-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino9-static-i686-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "2190484", - "checksum": "SHA-256:f53f9a2b7f48a2ebc00ea9196bf559d15987d3779bcea4118ebec8925da5a1f6", - "host": "i686-mingw32", - "archiveFileName": "openocd-0.10.0-arduino9-static-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-i686-w64-mingw32.zip" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "1655311", - "checksum": "SHA-256:6d47f97919f317bb6e5f1f903127604271d66d149f4625f29b8e0eb5f6c94c64", - "host": "i386-apple-darwin11", - "archiveFileName": "openocd-0.10.0-arduino9-static-x86_64-apple-darwin13.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-x86_64-apple-darwin13.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "1844365", - "checksum": "SHA-256:f624552b5ba56aa78d0c1a0e5d18cf2b5694db2ed44080968e22aa1af8f23c1b", - "host": "x86_64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino9-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "openocd", - "version": "0.10.0-arduino12", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.7.2", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.7.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.7.2.tar.bz2", + "checksum": "SHA-256:229b43d29e2b3a3be1e2d919f97bb6420d1b61e7ac6a829e1adf5e6b77ce5312", + "size": "26269728", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "1778706", - "checksum": "SHA-256:86e15186a44b87c00f5ddd9c05849d2ec107783dd18a5ac984ce2a71e34084ed", - "host": "aarch64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino12-static-aarch64-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-aarch64-linux-gnu.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "1855234", - "checksum": "SHA-256:5c6ca6189f61894ee77b29bc342f96cd14e4d7627fabeb2a8d2e2c534316cc38", - "host": "arm-linux-gnueabihf", - "archiveFileName": "openocd-0.10.0-arduino12-static-arm-linux-gnueabihf.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-arm-linux-gnueabihf.tar.bz2" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "1844359", - "checksum": "SHA-256:4938742d3fec62941187666b8ded44d8f6c7a404920ff49d97fca484b9fd08af", - "host": "i686-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino12-static-i686-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + "name": "Arduino Nano RP2040 Connect" }, { - "size": "2276602", - "checksum": "SHA-256:1e23c0f1f809725db3e1f8d1e1f460a37fb7b2cf95e93c6e328e527501ab084c", - "host": "i686-mingw32", - "archiveFileName": "openocd-0.10.0-arduino12-static-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-i686-w64-mingw32.zip" + "name": "Arduino Portenta H7" }, { - "size": "1723600", - "checksum": "SHA-256:b40d135449401870302bec073326d6f1df79da38d9dd21326314a5a90189a06e", - "host": "i386-apple-darwin11", - "archiveFileName": "openocd-0.10.0-arduino12-static-x86_64-apple-darwin13.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-x86_64-apple-darwin13.tar.bz2" + "name": "Arduino Edge Control" }, { - "size": "1918845", - "checksum": "SHA-256:bc48be10916f69f3a4b050f04babc14ee99dad1fc5da55ce606077991edab1d0", - "host": "x86_64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino12-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" - } - ] - }, - { - "name": "openocd", - "version": "0.10.0-arduino13", - "systems": [ - { - "size": "1820630", - "checksum": "SHA-256:47ae7a1a7961ac9daef001b011505b38777baac3c02dd7e673f62601df841427", - "host": "aarch64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino13-static-aarch64-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-aarch64-linux-gnu.tar.bz2" + "name": "Raspberry Pi Pico" }, { - "size": "1896478", - "checksum": "SHA-256:4dd38b701019ad2fbb58173a3bc6c58effd39501a4a8266256dfe169e7516655", - "host": "arm-linux-gnueabihf", - "archiveFileName": "openocd-0.10.0-arduino13-static-arm-linux-gnueabihf.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-arm-linux-gnueabihf.tar.bz2" + "name": "Arduino Nicla Sense ME" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "1883854", - "checksum": "SHA-256:788093504b25d2b9b772657215254ba178ed37773364ce240de68281efe40bd5", - "host": "i686-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino13-static-i686-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "size": "2334654", - "checksum": "SHA-256:2f3b87c644569f47780b16b071cd0929a64a8899ec769f4ca7480d20d5503365", - "host": "i686-mingw32", - "archiveFileName": "openocd-0.10.0-arduino13-static-i686-w64-mingw32.zip", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-i686-w64-mingw32.zip" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "1767137", - "checksum": "SHA-256:0f3f6e5e03355ffbbc84c4b4750e63c9315b7638c56d63df1b7795968208e6ba", - "host": "i386-apple-darwin11", - "archiveFileName": "openocd-0.10.0-arduino13-static-x86_64-apple-darwin13.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-x86_64-apple-darwin13.tar.bz2" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "1955043", - "checksum": "SHA-256:e4b2ffbc9a29be21c32c6921c2e7c0ee39c664c4faca28a5f839c1df32d3bd24", - "host": "x86_64-linux-gnu", - "archiveFileName": "openocd-0.10.0-arduino13-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", - "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "CMSIS", - "version": "4.0.0-atmel", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.7.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.7.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.7.2.tar.bz2", + "checksum": "SHA-256:dc7aaff13c626303024bdca4684f3d0eebc5774228a67bde9ddcff6d6120db5b", + "size": "5339561", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", - "archiveFileName": "CMSIS-4.0.0.tar.bz2", - "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", - "size": "17642623" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", - "archiveFileName": "CMSIS-4.0.0.tar.bz2", - "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", - "size": "17642623" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", - "archiveFileName": "CMSIS-4.0.0.tar.bz2", - "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", - "size": "17642623" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", - "archiveFileName": "CMSIS-4.0.0.tar.bz2", - "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", - "size": "17642623" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", - "archiveFileName": "CMSIS-4.0.0.tar.bz2", - "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", - "size": "17642623" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "CMSIS", - "version": "4.5.0", - "systems": - [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.7.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.7.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.7.2.tar.bz2", + "checksum": "SHA-256:9dce81d37ef6747b1ac26775e3cda6eac543c48f550195e53f97ef40cce01657", + "size": "6428491", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", - "archiveFileName": "CMSIS-4.5.0.tar.bz2", - "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", - "size": "31525196" + "name": "Arduino Nano 33 BLE" }, { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", - "archiveFileName": "CMSIS-4.5.0.tar.bz2", - "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", - "size": "31525196" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", - "archiveFileName": "CMSIS-4.5.0.tar.bz2", - "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", - "size": "31525196" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", - "archiveFileName": "CMSIS-4.5.0.tar.bz2", - "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", - "size": "31525196" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", - "archiveFileName": "CMSIS-4.5.0.tar.bz2", - "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", - "size": "31525196" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", - "archiveFileName": "CMSIS-4.5.0.tar.bz2", - "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", - "size": "31525196" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "all", - "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", - "archiveFileName": "CMSIS-4.5.0.tar.bz2", - "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", - "size": "31525196" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "CMSIS-Atmel", - "version": "1.0.0", - "systems": - [ - { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", - "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", - "size": "1281654" - }, - { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", - "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", - "size": "1281654" - }, + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.7.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.7.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.7.2.tar.bz2", + "checksum": "SHA-256:f84a3fdd40028d46c020ba37f8f145e1ea4ea6cd7fdbcc843d21a34ac217db32", + "size": "18182790", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", - "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", - "size": "1281654" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", - "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", - "size": "1281654" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", - "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", - "size": "1281654" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "all", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", - "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", - "size": "1281654" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "CMSIS-Atmel", - "version": "1.1.0", - "systems": - [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.7.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.7.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.7.2.tar.bz2", + "checksum": "SHA-256:6ca07a94bfe54221b03c1447cceef27720376b0f0c0bc59f591548ca80122b56", + "size": "3997765", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", - "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", - "size": "1659108" - }, + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", - "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", - "size": "1659108" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", - "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", - "size": "1659108" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i686-pc-linux-gnu", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", - "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", - "size": "1659108" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", - "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", - "size": "1659108" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "all", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", - "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", - "size": "1659108" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "CMSIS-Atmel", - "version": "1.2.0", - "systems": - [ - { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", - "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", - "size": "2221805" - }, + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "2.7.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nicla-2.7.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-2.7.2.tar.bz2", + "checksum": "SHA-256:2a17807cdd99d54b604811c26ba3341c1f109f370511783eaf2f336bb73791aa", + "size": "5566381", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "x86_64-apple-darwin", - "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", - "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", - "size": "2221805" - }, + "name": "Arduino Nicla Sense ME" + } + ], + "toolsDependencies": [ { - "host": "x86_64-pc-linux-gnu", - "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", - "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", - "size": "2221805" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-pc-linux-gnu", - "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", - "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", - "size": "2221805" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "arm-linux-gnueabihf", - "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", - "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", - "size": "2221805" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "aarch64-linux-gnu", - "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", - "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", - "size": "2221805" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "all", - "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", - "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", - "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", - "size": "2221805" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "dfu-util", - "version": "0.9.0-arduino1", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "2.8.0", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-2.8.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-2.8.0.tar.bz2", + "checksum": "SHA-256:2c44c34c177e5fe89b74d26de7c861fe7b599c4981d0dad34bd88983fc5a8a8a", + "size": "28647161", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-osx.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino1-osx.tar.bz2", - "size": "68361", - "checksum": "SHA-256:ea9216c627b7aa2d3a9bffab97df937e3c580cce66753c428dc697c854a35271" + "name": "Arduino Nano 33 BLE" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-arm.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino1-arm.tar.bz2", - "size": "194826", - "checksum": "SHA-256:480637bf578e74b19753666a049f267d8ebcd9dfc8660d48f246bb76d5b806f9" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "x86_64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-linux64.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino1-linux64.tar.bz2", - "size": "66230", - "checksum": "SHA-256:e8a4d5477ab8c44d8528f35bc7dfafa5f3f04dace513906514aea31adc6fd3ba" + "name": "Arduino Nano RP2040 Connect" }, { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-linux32.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino1-linux32.tar.bz2", - "size": "62608", - "checksum": "SHA-256:17d69213914da04dadd6464d8adbcd3581dd930eb666b8f3336ab5383ce2127f" + "name": "Arduino Portenta H7" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-windows.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino1-windows.tar.bz2", - "size": "377537", - "checksum": "SHA-256:29be01b298348be8b822391be7147b71a969d47bd5457d5b24cfa5981dbce78e" + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "dfu-util", - "version": "0.9.0-arduino2", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "2.8.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-2.8.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-2.8.0.tar.bz2", + "checksum": "SHA-256:3ce968140759d211f600b1501b9a557f959aed6040b45f688dfdf0ed9f0f1970", + "size": "5343032", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-osx.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino2-osx.tar.bz2", - "size": "65137", - "checksum": "SHA-256:00e87178b81d5721f334d4b688267f19f36eed1d9710a912c9e44bb1a748f766" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-arm.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino2-arm.tar.bz2", - "size": "198568", - "checksum": "SHA-256:b364a8fe1de697d7dd6c4135d341ddff6dbda7e33c707321c7dceab85dfc560b" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-linux64.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino2-linux64.tar.bz2", - "size": "70996", - "checksum": "SHA-256:628e01772007e622dff6af82220c27bcdf1d0726ba886bd2b36807601f66e4e8" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-linux32.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino2-linux32.tar.bz2", - "size": "71002", - "checksum": "SHA-256:7a6cec3d89c65119c52b6109cd92a9ec84bdf8a9d12083444d2c89e7ac16c84b" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-windows.tar.bz2", - "archiveFileName": "dfu-util-0.9.0-arduino2-windows.tar.bz2", - "size": "394993", - "checksum": "SHA-256:8ec0e66acdc41941b6e25545f8c12e7eb7ba01a0bafae0b4ab4c99a70deb2ea5" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "windows-drivers", - "version": "1.6.9", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "2.8.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-2.8.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-2.8.0.tar.bz2", + "checksum": "SHA-256:c06b994351800574a1e4b9d606d7c8d274bc6b8696d867566d3377174b97f424", + "size": "6439048", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/drivers-arduino-windows-1.6.9.zip", - "archiveFileName": "drivers-arduino-windows-1.6.9.zip", - "checksum": "SHA-256:10d456ab18d164d42545255db8bef4ac9e1bf660cc89acb7a0980b5a486654ac", - "size": "7071714" + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "windows-drivers", - "version": "1.8.0", - "systems": [ - { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/drivers-arduino-windows-1.8.0.zip", - "archiveFileName": "drivers-arduino-windows-1.8.0.zip", - "checksum": "SHA-256:60614b326ad6860ed0cb99eb4cb2cb69f9ba6ba3784396d5441fe3f99004f8ec", - "size": "16302148" + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "2.8.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-2.8.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-2.8.0.tar.bz2", + "checksum": "SHA-256:d107728a5b7e34acaf7a546c33c48ad35e19b3201bdc1083841e5c404c47423c", + "size": "18247317", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" } ] }, { - "name": "dfu-util", - "version": "0.8.0-stm32-arduino1", - "systems": [ - { - "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-darwin_amd64.tar.bz2", - "checksum": "SHA-256:bb146803a4152ce2647d72b2cde68ff95eb3017c2460f24c4db922adac1fbd12", - "host": "i386-apple-darwin11", - "size": "68381", - "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-darwin_amd64.tar.bz2" - }, - { - "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-linux_arm.tar.bz2", - "checksum": "SHA-256:607e6b0f2d2787ed7837f26da30b100131e3db207f84b8aca94a377db6e9ae50", - "host": "arm-linux-gnueabihf", - "size": "213760", - "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-linux_arm.tar.bz2" - }, - { - "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-stm32-linux_amd64.tar.bz2", - "checksum": "SHA-256:e44287494ebd22f59fc79766a94e20306e59c6c799f5bb1cddeed80db95000d9", - "host": "x86_64-linux-gnu", - "size": "68575", - "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-linux_amd64.tar.bz2" - }, - { - "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-linux_386.tar.bz2", - "checksum": "SHA-256:58131e35ad5d7053b281bc6176face7b117c5ad63331e43c6801f8ccd57f59a4", - "host": "i686-linux-gnu", - "size": "69097", - "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-linux_386.tar.bz2" - }, - { - "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-windows_386.tar.bz2", - "checksum": "SHA-256:25c2f84e1acf1f10fd2aa1afced441366d4545fd41eae56e64f0b990b4ce9f55", - "host": "i686-mingw32", - "size": "159753", - "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-windows_386.tar.bz2" - } - ] - }, - { - "name": "arduinoSTM32load", - "version": "2.0.0", - "systems": [ - { - "archiveFileName": "arduinoSTM32load-2.0.0-darwin_amd64.tar.bz2", - "checksum": "SHA-256:92fb9714091850febaa9d159501cbca5ba68d03020e5e2d4eff596154040bfaa", - "host": "i386-apple-darwin11", - "size": "807514", - "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-darwin_amd64.tar.bz2" - }, - { - "archiveFileName": "arduinoSTM32load-2.0.0-linux_arm.tar.bz2", - "checksum": "SHA-256:fc0d8058b57bda849e1ffc849f83f54b0b85f97954176db317da1c745c174e08", - "host": "arm-linux-gnueabihf", - "size": "809480", - "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-linux_arm.tar.bz2" - }, - { - "archiveFileName": "arduinoSTM32load-2.0.0-linux_amd64.tar.bz2", - "checksum": "SHA-256:0ed5cf1ea05fe6c33567817c54daf9c296d058a3607c428e0b0bd9aad89b9809", - "host": "x86_64-linux-gnu", - "size": "818885", - "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-linux_amd64.tar.bz2" - }, - { - "archiveFileName": "arduinoSTM32load-2.0.0-linux_386.tar.bz2", - "checksum": "SHA-256:fad50abaaca034e6d647d09b042291b761982aabfd42b6156411c86e4f873ca7", - "host": "i686-linux-gnu", - "size": "814283", - "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-linux_386.tar.bz2" - }, - { - "archiveFileName": "arduinoSTM32load-2.0.0-windows_386.tar.bz2", - "checksum": "SHA-256:79467c0cde4b88c4884acb09445a2186af4e41f901eee56e99b5d89b7065d085", - "host": "i686-mingw32", - "size": "786335", - "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-windows_386.tar.bz2" - } - ] - }, - { - "name": "openocd", - "version": "0.10.0-arduino1-static", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "2.8.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-2.8.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-2.8.0.tar.bz2", + "checksum": "SHA-256:7cfd8fe58d298405ee5307cf496e765e63cfe12c33d2dcf04392a482eb2357d8", + "size": "4010351", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-osx-static.tar.gz", - "archiveFileName": "OpenOCD-0.10.0-nrf52-osx-static.tar.gz", - "size": "1529841", - "checksum": "SHA-256:46bd02c1d42c5d94c4936e4d4a0ff29697b621840be9a6f882e316203122049d" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-linux-gnu", - "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-linux64-static.tar.gz", - "archiveFileName": "OpenOCD-0.10.0-nrf52-linux64-static.tar.gz", - "size": "1777984", - "checksum": "SHA-256:1c9ae77930dd7377d8c13f84abe7307b67fdcd6da74cc1ce269a79e138e7a00a" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-linux32-static.tar.gz", - "archiveFileName": "OpenOCD-0.10.0-nrf52-linux32-static.tar.gz", - "size": "1713236", - "checksum": "SHA-256:777371df34828810e1bea623b0f7c98f28fedf30fd3bc8e7d8f0a5745fb4e258" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-win32-static.zip", - "archiveFileName": "OpenOCD-0.10.0-nrf52-win32-static.zip", - "size": "1773642", - "checksum": "SHA-256:9371b25d000bd589c058a5bf10720617adb91fd8b8a21d2e887cf45eaa2df93c" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-arm-static.tar.gz", - "archiveFileName": "OpenOCD-0.10.0-nrf52-arm-static.tar.gz", - "size": "1526863", - "checksum": "SHA-256:b5172422077f87ff05b76ff40034979678c9c640e9d08cee15ce55e40dd8c929" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "fwupdater", - "version": "0.0.6", - "systems": [ + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "2.8.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nicla-2.8.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-2.8.0.tar.bz2", + "checksum": "SHA-256:6f084f22f52ac1a00a81033a9a9c3cb1de5ffbbafef332eaf85460927a5c0a2b", + "size": "14814801", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linux32.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.6-linux32.tar.bz2", - "checksum": "SHA-256:8c4e562a8e6fa3d916c4bf6bb24d7eec0df013d8cc45dff187e5c63086a92c11", - "size": "7334059" + "name": "Arduino Nicla Sense ME" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linux64.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.6-linux64.tar.bz2", - "checksum": "SHA-256:0e9132518acfe66e5a4e17ba4b6dd0c89dbd90cc0d9b4a54e007ac24d51fd36a", - "size": "7383853" + "name": "Arduino Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-windows.zip", - "archiveFileName": "FirmwareUpdater-0.0.6-windows.zip", - "checksum": "SHA-256:33a92661f43b8d025ca5f57be1116537ed153703067d9c86297619d58988feff", - "size": "7580663" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-osx.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.6-osx.tar.bz2", - "checksum": "SHA-256:3584d7581ff2469bdfde9de6f57d87b2a0370de5c902e9df687b7322a5405018", - "size": "7368819" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linuxarm.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.6-linuxarm.tar.bz2", - "checksum": "SHA-256:276f027e552eb620064b09591c7a7c79927c93c017428436c81f71bad666803c", - "size": "7180391" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linuxarm64.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.6-linuxarm64.tar.bz2", - "checksum": "SHA-256:d6a2e72b4869c031b434380da6e6a8a4a6269f8ee6312a3d23e85ea133a37ae9", - "size": "7149332" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" } ] }, { - "name": "fwupdater", - "version": "0.0.7", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "3.0.0", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-3.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-3.0.0.tar.bz2", + "checksum": "SHA-256:7eb91398c7703127936df9b7b48e86880e6ed1a84d7bf6036e169232c70de16a", + "size": "30449711", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linux32.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.7-linux32.tar.bz2", - "checksum": "SHA-256:05e26d5df253246cf68ba8a8f5f2de1032ac6f4d7af5310b8080ef6f54030fb4", - "size": "13077590" + "name": "Arduino Nano 33 BLE" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linux64.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.7-linux64.tar.bz2", - "checksum": "SHA-256:e8a36b7ae19060748b8b0540c9c0c9341d8d4c7a630441922a030223f767258d", - "size": "13134534" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-windows.zip", - "archiveFileName": "FirmwareUpdater-0.0.7-windows.zip", - "checksum": "SHA-256:e881dd8a4bbb35f7271157e8dd226c2e032ac1115106170b0aaf9c969817df86", - "size": "13337495" + "name": "Arduino Nano RP2040 Connect" }, { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-osx.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.7-osx.tar.bz2", - "checksum": "SHA-256:647ad713d68a1531ba56c88e5b3db9516cc0072ca1d401de5142d85ffcfd931a", - "size": "13064291" + "name": "Arduino Portenta H7" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linuxarm.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.7-linuxarm.tar.bz2", - "checksum": "SHA-256:b6e09c07e816a35935585db07e07437023d44e66d1d2f05861708ea6ceff7629", - "size": "12929770" + "name": "Arduino Edge Control" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linuxarm64.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.7-linuxarm64.tar.bz2", - "checksum": "SHA-256:620f81148b13f70cdecbe59bbcbf605c7e0aae85f9cbee8ec48202f6018f23ce", - "size": "12897349" + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" } - ] - }, - { - "name": "fwupdater", - "version": "0.0.8", - "systems": [ - { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linux32.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.8-linux32.tar.bz2", - "checksum": "SHA-256:e1f43aa225e6e2ad1f2bccc07898ddb439e980905385a8d7e0615f804a69eee8", - "size": "20137214" - }, + ], + "toolsDependencies": [ { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linux64.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.8-linux64.tar.bz2", - "checksum": "SHA-256:423f67767d5b861a3c39ca6f6a18b2358a30b76bdc3d3d3d870e102b2b2271a8", - "size": "20167410" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-mingw32", - "url": "https://downloads.arduino.cc/tools/FirmwareUpdater_0.0.8_Windows_64bit.zip", - "archiveFileName": "FirmwareUpdater_0.0.8_Windows_64bit.zip", - "checksum": "SHA-256:c3386fdc440638186541f92f920462865308e0f5dde9f45e4dd1c35d2570b808", - "size": "13645709" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i686-mingw32", - "url": "https://downloads.arduino.cc/tools/FirmwareUpdater_0.0.8_Windows_32bit.zip", - "archiveFileName": "FirmwareUpdater_0.0.8_Windows_32bit.zip", - "checksum": "SHA-256:dc3ce2e824b2f8ab6ee4c7d2f836311450d60825db95cbb51eeb076a28a1e2af", - "size": "13578670" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-osx.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.8-osx.tar.bz2", - "checksum": "SHA-256:635cbe786cd11ead26e5af0662991d8c3b647469f1874195eeb7f1dba5530b39", - "size": "20091397" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linuxarm.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.8-linuxarm.tar.bz2", - "checksum": "SHA-256:c027389528e9b04d622167943fe04badbd2f63923f08cc1b22935e5158b2545b", - "size": "19984154" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linuxarm64.tar.bz2", - "archiveFileName": "FirmwareUpdater-0.0.8-linuxarm64.tar.bz2", - "checksum": "SHA-256:b6846bb84034e6a8486ce3165dabeb9b32b4fd3804639cd6137a37a00d0157c8", - "size": "19952489" + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "fwupdater", - "version": "0.0.9", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-3.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.0.0.tar.bz2", + "checksum": "SHA-256:864757e9663d6ae2d449d7a8be83c95b2ba38808009b5aa22f5e4d961c6aab78", + "size": "5344185", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_32bit.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.0.9_Linux_32bit.tar.bz2", - "checksum": "SHA-256:a45c536be798e6fc023044ee13911b9b567fb9d0b1c41c5cc9b722346f306425", - "size": "13221786" - }, + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_64bit.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.0.9_Linux_64bit.tar.bz2", - "checksum": "SHA-256:89d08d4b75dae676bc6e982723f3b07ee5ab4c2fe6071fc97fe850697a0c5398", - "size": "13255356" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Windows_32bit.zip", - "archiveFileName": "FirmwareUpdater_0.0.9_Windows_32bit.zip", - "checksum": "SHA-256:523b2f09a38ef36dcd96558a31e072c5b244e511690326a03af9406eccda2650", - "size": "13589082" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Windows_64bit.zip", - "archiveFileName": "FirmwareUpdater_0.0.9_Windows_64bit.zip", - "checksum": "SHA-256:51eacfcaba9279ef42050d15cf86d98e79511879a84a8e960a8994f6343f74a8", - "size": "13658133" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_macOS_64bit.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.0.9_macOS_64bit.tar.bz2", - "checksum": "SHA-256:26c0b8764a67f945037a461ead756bee0b453e383dee741548d03322327bd17d", - "size": "13202065" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_ARM.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.0.9_Linux_ARM.tar.bz2", - "checksum": "SHA-256:3cde04fa96479bb5342f07752b9cbabdf159f1dcbe7074b642a163ff2a363a28", - "size": "13063437" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_ARM64.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.0.9_Linux_ARM64.tar.bz2", - "checksum": "SHA-256:3a41fac33917c4b5d8f5e0720afa780b2250b2561dd6090ed5338d7ab147524f", - "size": "13014703" + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "fwupdater", - "version": "0.1.1", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-3.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.0.0.tar.bz2", + "checksum": "SHA-256:dcd2ee761493e9d47697948bf3602a5c0c8d96f04cd0cfb44de4ed326276cfc4", + "size": "6438355", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_32bit.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.1.1_Linux_32bit.tar.bz2", - "checksum": "SHA-256:22bd6410b39043b0608285a51fbad7abcef0b8361f54936b362935a9bbddeeba", - "size": "13221805" + "name": "Arduino Nano 33 BLE" }, { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_64bit.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.1.1_Linux_64bit.tar.bz2", - "checksum": "SHA-256:ba4b1b620796e352da2821bb1101cd86340649badf67abf7e7d030efee107159", - "size": "13255213" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Windows_32bit.zip", - "archiveFileName": "FirmwareUpdater_0.1.1_Windows_32bit.zip", - "checksum": "SHA-256:29ecdd651336eca9fbddde96415087e2f19a2d7330e1938e256d7acf31a0ff74", - "size": "13589219" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Windows_64bit.zip", - "archiveFileName": "FirmwareUpdater_0.1.1_Windows_64bit.zip", - "checksum": "SHA-256:a2ff1b6672e56c97aa4eccfa4258b0d91a726d0116f51227e6cc2c5c984afb5d", - "size": "13657363" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_macOS_64bit.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.1.1_macOS_64bit.tar.bz2", - "checksum": "SHA-256:8c7602dee33e6806eefc0525a9f43512c4d89201869e677ad8d34f7e82276e38", - "size": "13201438" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_ARM.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.1.1_Linux_ARM.tar.bz2", - "checksum": "SHA-256:65ddc38d9cfa555979bf9c7a371f887561b7d7af6a07a6adfb354628a8e69801", - "size": "13062843" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_ARM64.tar.bz2", - "archiveFileName": "FirmwareUpdater_0.1.1_Linux_ARM64.tar.bz2", - "checksum": "SHA-256:0be6adb21791fb64134356b2ef56c9054e19fb7522e368cad9ee5c1222835e13", - "size": "13014398" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "fwupdater", - "version": "0.1.2", - "systems": [ - { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_32bit.tar.bz2", - "archiveFileName": "FirmwareUploader_0.1.2_Linux_32bit.tar.bz2", - "checksum": "SHA-256:973ce3cd2d604f8750c9b62dabccdf8689013f0380d62eee29f8d6427dd37e8e", - "size": "13222221" - }, - { - "host": "x86_64-pc-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_64bit.tar.bz2", - "archiveFileName": "FirmwareUploader_0.1.2_Linux_64bit.tar.bz2", - "checksum": "SHA-256:9303c50f051b459ba89a4b218bcb39c3348f469c55feb2c63ac53f7f12eb5048", - "size": "13255805" - }, + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-3.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.0.0.tar.bz2", + "checksum": "SHA-256:1f97ed445afb71d456a5756b33a9e170833d3e582e5d601bcd95106ba2fd6a6f", + "size": "18794035", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Windows_32bit.zip", - "archiveFileName": "FirmwareUploader_0.1.2_Windows_32bit.zip", - "checksum": "SHA-256:e3986ae565b658a4bcaf50c0592c5801166ade30255571154ad5729f9b8649eb", - "size": "13589237" - }, + "name": "Arduino Portenta H7" + } + ], + "toolsDependencies": [ { - "host": "x86_64-mingw32", - "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Windows_64bit.zip", - "archiveFileName": "FirmwareUploader_0.1.2_Windows_64bit.zip", - "checksum": "SHA-256:a3094a4c9589812e2c9751ce324315de9011481575c53a772b3c4950cb0310d0", - "size": "13657381" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_macOS_64bit.tar.bz2", - "archiveFileName": "FirmwareUploader_0.1.2_macOS_64bit.tar.bz2", - "checksum": "SHA-256:01f952aa365ddbf2072e3181f95f1b0a82d9c85bd1707a4b913e7500f833ff5f", - "size": "13201523" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_ARM.tar.bz2", - "archiveFileName": "FirmwareUploader_0.1.2_Linux_ARM.tar.bz2", - "checksum": "SHA-256:824dec1d62c1a8b835e2692991b017ce21cd0c95287c9282ff9621620157b3d6", - "size": "13063327" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "aarch64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_ARM64.tar.bz2", - "archiveFileName": "FirmwareUploader_0.1.2_Linux_ARM64.tar.bz2", - "checksum": "SHA-256:057243d5ee65b14772035a2402ac48cefb208e59102f75928b4004530227cd47", - "size": "13015184" + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "nrf5x-cl-tools", - "version": "9.3.1", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-3.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.0.0.tar.bz2", + "checksum": "SHA-256:9e41f2782e514714d7ac2fb50edc44092bc4fa841c35637b611d4e39a0c549c9", + "size": "4009719", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_OSX.tar.bz2", - "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_OSX.tar.bz2", - "size": "341674", - "checksum": "SHA-256:41e4580271b39459a7ef1b078d11ee08d8f4f23fab7ff03f3fe8c3bc986a0ed4" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "x86_64-linux-gnu", - "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_Linux-x86_64.tar.bz2", - "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_Linux-x86_64.tar.bz2", - "size": "167414", - "checksum": "SHA-256:4074fffe678d60968006a72edd182c6506b264472c9957bc3eaa39336bfcf972" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_Linux-i386.tar.bz2", - "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_Linux-i386.tar.bz2", - "size": "155680", - "checksum": "SHA-256:e880059b303e5aad3a8b34c83dfd8c22beee77ae2074fbd37511e3baa91464a5" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_Win32.tar.bz2", - "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_Win32.tar.bz2", - "size": "812257", - "checksum": "SHA-256:a4467350e39314690cec2e96b80e7e3cab463c84eff9b81593ad57754d76ee00" - } - ] - } - ] - }, - { - "email": "support@intel.com", - "maintainer": "Intel", - "websiteURL": "http://maker.intel.com/", - "name": "Intel", - "platforms": [ - { - "name": "Intel i586 Boards", - "version": "1.6.2+1.0", - "category": "Arduino Certified", - "architecture": "i586", - "url": "https://github.com/01org/corelibs-galileo/archive/1.6.2+1.0.tar.gz", - "archiveFileName": "corelibs-galileo-1.6.2.tar.gz", - "checksum": "SHA-256:e20d62b0dccf0d68dbb61d70b866d77134b770b226d6046a61c7e8d55e64e53a", - "size": "272961", - "boards": [ - { - "name": "Galileo" - } - ], - "toolsDependencies": [ + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, { - "packager": "Intel", - "name": "i586-poky-linux-uclibc", - "version": "1.6.2+1.0" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" }, { - "packager": "Intel", - "name": "sketchUploader", - "version": "1.6.2+1.0" + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel i686 Boards", - "version": "1.6.2+1.0", - "category": "Arduino Certified", - "architecture": "i686", - "url": "https://github.com/01org/corelibs-edison/archive/1.6.2+1.0.tar.gz", - "archiveFileName": "corelibs-edison-1.6.2.tar.gz", - "checksum": "SHA-256:538ab8553f832f56b04df80d44992ecc994b9c296f3fce6902832d97f99811a8", - "size": "271420", + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nicla-3.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.0.0.tar.bz2", + "checksum": "SHA-256:a1d1a9d9db8242b5fa9404c4951b15f0b71facd5daf4eba58e68f994e449bfe2", + "size": "16501970", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Edison" + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" } ], "toolsDependencies": [ { - "packager": "Intel", - "name": "core2-32-poky-linux", - "version": "1.6.2+1.0" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "packager": "Intel", - "name": "sketchUploader", - "version": "1.6.2+1.0" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel i586 Boards", - "version": "1.6.7+1.0", - "category": "Arduino Certified", - "architecture": "i586", - "url": "https://github.com/01org/corelibs-galileo/archive/1.6.7+1.0.tar.gz", - "archiveFileName": "corelibs-galileo-1.6.7.tar.gz", - "checksum": "SHA-256:4d161dde4c95ef8ebc264ca444ee6d1baaee70f9fd416e5f234f3f5cdd4ee028", - "size": "273392", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "3.0.1", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-3.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-3.0.1.tar.bz2", + "checksum": "SHA-256:4aeb52afa4fc3b31d40a2c66153242c26f8e552c5c915b6ab54ed6025779d807", + "size": "30446818", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Galileo" + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + }, + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" } ], "toolsDependencies": [ { - "packager": "Intel", - "name": "i586-poky-linux-uclibc", - "version": "1.6.2+1.0" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "packager": "Intel", - "name": "sketchUploader", - "version": "1.6.2+1.0" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel i686 Boards", - "version": "1.6.7+1.0", - "category": "Arduino Certified", - "architecture": "i686", - "url": "https://github.com/01org/corelibs-edison/archive/1.6.7+1.0.tar.gz", - "archiveFileName": "corelibs-edison-1.6.7.tar.gz", - "checksum": "SHA-256:2b630b4986c4c7543946eef339ab8d08ed23d28aa6428d27f5b464ad2331a3f1", - "size": "272002", + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-edge-3.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.0.1.tar.bz2", + "checksum": "SHA-256:738fcda0b8ef36a71b5b62ed0a2cf77d2d51ad8079a30d3470c819689d0622b9", + "size": "5343837", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Edison" + "name": "Arduino Edge Control" } ], "toolsDependencies": [ { - "packager": "Intel", - "name": "core2-32-poky-linux", - "version": "1.6.2+1.0" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "packager": "Intel", - "name": "sketchUploader", - "version": "1.6.2+1.0" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel Curie Boards", - "version": "1.0.4", - "category": "Arduino Certified", - "architecture": "arc32", - "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.4+1.59.zip", - "archiveFileName": "arduino101-1.0.4.zip", - "checksum": "SHA-256:f440078eaf664d171180dda4264e8f2cf7b840e251c48f80e1ea9cfca6074fb1", - "size": "806100", + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nano-3.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.0.1.tar.bz2", + "checksum": "SHA-256:cd281df185fa72fe0488ee2d4daaa501f3f4a19159b10eb8847899ea94f2644b", + "size": "6438780", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino 101" + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" } ], "toolsDependencies": [ { - "packager": "Intel", - "version": "1.6.4+1.0", - "name": "arc-elf32" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "packager": "Intel", - "version": "1.6.4+1.14", - "name": "sketchUploader" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel Curie Boards", - "version": "1.0.5", - "category": "Arduino Certified", - "architecture": "arc32", - "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.4+1.68.zip", - "archiveFileName": "arduino101-1.0.5.zip", - "checksum": "SHA-256:8c26b92491b12a9498453ed90a1178f47e9a7229fbfe129737f02ed24f55b542", - "size": "776592", + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-portenta-3.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.0.1.tar.bz2", + "checksum": "SHA-256:7c9bc1e5f87c63fc22aa470d31993f0c27541efff2bbebf3dd8ca89cdc3c3f5c", + "size": "18795680", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino 101" + "name": "Arduino Portenta H7" } ], "toolsDependencies": [ { - "packager": "Intel", - "version": "1.6.4+1.0", - "name": "arc-elf32" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "packager": "Intel", - "version": "1.6.4+1.18", - "name": "arduino101load" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel Curie Boards", - "version": "1.0.6", - "category": "Arduino Certified", - "archiveFileName": "arduino101-1.0.6.zip", - "architecture": "arc32", - "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.9+1.74.zip", - "checksum": "SHA-256:166c5d0f3c60c77495a08fe7d2debffb52195139854b3a42cfb6ae23b2fa2023", - "size": "672314", + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-RP2040-3.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.0.1.tar.bz2", + "checksum": "SHA-256:33504c21c295f67e1d99f2f46e965e532c08e86f164d2e26098458dc70b8a778", + "size": "4009765", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino 101" + "name": "Raspberry Pi Pico" } ], "toolsDependencies": [ { - "packager": "Intel", - "version": "1.6.9+1.0.1", - "name": "arc-elf32" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "packager": "Intel", - "version": "1.6.9+1.24", - "name": "arduino101load" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel Curie Boards", - "version": "1.0.7", - "category": "Arduino Certified", - "archiveFileName": "arduino101-1.0.7.zip", - "architecture": "arc32", - "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.11+1.83.zip", - "checksum": "SHA-256:e0fcc5175f00c521b5ed1fd3c78198bdb5fc43b8306247c62c83183572e1af8e", - "size": "729297", + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/ArduinoCore-mbed-nicla-3.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.0.1.tar.bz2", + "checksum": "SHA-256:f2eff50be91a8600cd41e055d3b25e3ff715a4df38f4d9ce69efbf026c9c2be2", + "size": "16503988", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino 101" + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" } ], "toolsDependencies": [ { - "packager": "Intel", - "version": "1.6.9+1.0.1", - "name": "arc-elf32" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "packager": "Intel", - "version": "1.6.9+1.28", - "name": "arduino101load" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "packager": "Intel", - "version": "0.9.0+0.1", - "name": "openocd" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "packager": "Intel", - "version": "1.0.0", - "name": "flashpack" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel Curie Boards", - "version": "2.0.2", - "category": "Arduino Certified", - "archiveFileName": "corelibs-arduino101-2.0.2.zip", - "architecture": "arc32", - "url": "https://github.com/arduino/ArduinoCore-arc32/archive/2.0.2.zip", - "checksum": "SHA-256:2cea02dee6959f784c6bb6bdb2dc0eafa4c4d0ce5539da9cfa64dd6ce50939fe", - "size": "6242776", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "3.1.1", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-3.1.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-3.1.1.tar.bz2", + "checksum": "SHA-256:826f286b217da63bb044c5f4c025af7675c00277de45c76e7d4e1fb2827ab9dc", + "size": "31924485", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino 101" + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + }, + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" } ], "toolsDependencies": [ { - "packager": "Intel", - "version": "2.0.1", - "name": "arduino101load" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { "packager": "arduino", - "version": "0.9.0-arduino1", - "name": "dfu-util" + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "packager": "Intel", - "version": "1.6.9+1.0.1", - "name": "arc-elf32" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "packager": "Intel", - "version": "0.9.0+0.1", - "name": "openocd" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "packager": "Intel", - "version": "2.0.0", - "name": "flashpack" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "Intel Curie Boards", - "version": "2.0.4", - "category": "Arduino Certified", - "archiveFileName": "corelibs-arduino101-2.0.4.zip", - "architecture": "arc32", - "url": "https://github.com/arduino/ArduinoCore-arc32/archive/2.0.3.zip", - "checksum": "SHA-256:466027da55175ba69115bc5aa859e10d1432cd6b6abfccc10a2687eff35ca906", - "size": "6243652", + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.1.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-3.1.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.1.1.tar.bz2", + "checksum": "SHA-256:23a9f66f47e2d58ed8a28ab3638c27c78625fb2b9057f604cb171f967a72f44e", + "size": "5348615", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "Arduino 101" + "name": "Arduino Edge Control" } ], "toolsDependencies": [ { - "packager": "Intel", - "version": "2.0.1", - "name": "arduino101load" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { "packager": "arduino", - "version": "0.9.0-arduino1", - "name": "dfu-util" + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "packager": "Intel", - "version": "1.6.9+1.0.1", - "name": "arc-elf32" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "packager": "Intel", - "version": "0.9.0+0.1", - "name": "openocd" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "packager": "Intel", - "version": "2.0.0", - "name": "flashpack" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] - } - ], - "tools": [ + }, { - "name": "i586-poky-linux-uclibc", - "version": "1.6.2+1.0", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.1.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-3.1.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.1.1.tar.bz2", + "checksum": "SHA-256:9238d9ce0a1a5952de64c2429ed2bd8f8dbc052132b416782e0b7235e045aee0", + "size": "6554046", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "size": "30587705", - "checksum": "SHA-256:5b705d26dc1d8ca8953df6e0c08dcc8584d5be77b584d561f631360fd166677c", - "host": "i386-apple-darwin11", - "archiveFileName": "galileo-toolchain-20150323-osx.tar.bz2", - "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-osx-1.6.2-1.0.tar.bz2" + "name": "Arduino Nano 33 BLE" }, { - "size": "45948648", - "checksum": "SHA-256:821eb290d7c668c1caa74da30903c13843edc746d41508b35161622ae6279b56", - "host": "i686-mingw32", - "archiveFileName": "galileo-toolchain-20150323-windows.zip", - "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-windows-1.6.2-1.0.zip" + "name": "Arduino Nano 33 BLE Sense" }, { - "size": "56227185", - "checksum": "SHA-256:935ccad3eaaec34f5de76eceb0f0ecd1372bdab0b7dc8f4241e8260c6f827b72", - "host": "x86_64-linux-gnu", - "archiveFileName": "galileo-toolchain-20150316-linux64.tar.bz2", - "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-linux64-1.6.2-1.0.tar.bz2" + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "size": "55098166", - "checksum": "SHA-256:1dab7f21e10d0208a6dd2897c36c6f5f55f9372b947225d2b59c3c4ab4777d03", - "host": "i686-linux-gnu", - "archiveFileName": "galileo-toolchain-20150316-linux32.tar.bz2", - "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-linux32-1.6.2-1.0.tar.bz2" - } - ] - }, - { - "name": "core2-32-poky-linux", - "version": "1.6.2+1.0", - "systems": [ + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, { - "size": "42720934", - "checksum": "SHA-256:fac0b3f00a33ee0531ea0da6d517c170409e25bd5e59f6f3db9506974336375d", - "host": "i386-apple-darwin11", - "archiveFileName": "edison-toolchain-20150323-osx.tar.bz2", - "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-osx-1.6.2-1.0.tar.bz2" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "56683094", - "checksum": "SHA-256:5a9a1b51f0fa18bf21e1dcf1332d34331dd435c5ca0d1fe008e68e13cb3255e5", - "host": "i686-mingw32", - "archiveFileName": "edison-toolchain-20150323-windows.zip", - "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-windows-1.6.2-1.0.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "78998436", - "checksum": "SHA-256:e3443e7832732f2189fd424e4868d2ebb563e823addb2321a6e8a86a9fced193", - "host": "x86_64-linux-gnu", - "archiveFileName": "edison-toolchain-20150316-linux64.tar.bz2", - "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-linux64-1.6.2-1.0.tar.bz2" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" }, { - "size": "76488215", - "checksum": "SHA-256:014d1bdc40bb080987c736d04ffd42cdc0d2c3cad001891fb01555dac04296f7", - "host": "i686-linux-gnu", - "archiveFileName": "edison-toolchain-20150316-linux32.tar.bz2", - "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-linux32-1.6.2-1.0.tar.bz2" + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "name": "arc-elf32", - "version": "1.6.4+1.0", - "systems": [ + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.1.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-3.1.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.1.1.tar.bz2", + "checksum": "SHA-256:313b80ad4e02aaa1c845eec7d3f22fe4c00cbc29a0d5e6443246f48fa79ea24d", + "size": "20002057", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-windows-arcem.zip", - "checksum": "SHA-256:d7a3700e8762c656da66b1f85967ef1992c2473cee5bfc06b23aacfef7867435", - "host": "i686-mingw32", - "archiveFileName": "arc-toolchain-windows-arcem.zip", - "size": "218816528" + "name": "Arduino Portenta H7" }, { - "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-osx-arcem.tar.bz2", - "checksum": "SHA-256:3818fbc4cfbb8bc826ae33f6869413463849a889e53b4e27da365f2489699ec1", - "host": "i386-apple-darwin11", - "archiveFileName": "arc-toolchain-osx-arcem.tar.bz2", - "size": "78371400" + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-linux32-arcem.tar.bz2", - "checksum": "SHA-256:cb49a8b6a2d55712a0750813d56f8271d712252907fcd82b0cf690321be0d663", - "host": "i686-linux-gnu", - "archiveFileName": "arc-toolchain-linux32-arcem.tar.bz2", - "size": "182899676" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-linux64-arcem.tar.bz2", - "checksum": "SHA-256:0b538ae361b02a6329e00a009962c3bad91c48b07c78bb6343ffc6c19475e1a8", - "host": "x86_64-linux-gnu", - "archiveFileName": "arc-toolchain-linux64-arcem.tar.bz2", - "size": "177840353" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" } ] }, { - "name": "arc-elf32", - "version": "1.6.9+1.0.1", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.1.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-3.1.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.1.1.tar.bz2", + "checksum": "SHA-256:64fd12fbac89804f4dc6aac481b3702abaf4258fe8cb3c09f64c8f5091b82ac9", + "size": "4115843", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-windows-arcem-1.0.1.zip", - "checksum": "SHA-256:59614534473a55b1d964e1f4fa14f5e01e6aaa426d1e8319a8293ffa6576f58e", - "host": "i686-mingw32", - "archiveFileName": "arc-toolchain-windows-arcem-1.0.1.zip", - "size": "172455793" - }, + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ { - "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-osx-arcem-1.0.1.tar.bz2", - "checksum": "SHA-256:456995157cf1549073b9330a114abb25f056352278c107e25b3cc79443040a44", - "host": "i386-apple-darwin11", - "archiveFileName": "arc-toolchain-osx-arcem-1.0.1.tar.bz2", - "size": "30014953" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-linux32-arcem-1.0.1.tar.bz2", - "checksum": "SHA-256:6aa92f239998d10992592cc16a16352bb1cce75a6bff1c72b8be18d939182915", - "host": "i686-linux-gnu", - "archiveFileName": "arc-toolchain-linux32-arcem-1.0.1.tar.bz2", - "size": "116481978" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-linux64-arcem-1.0.1.tar.bz2", - "checksum": "SHA-256:0ee03cecc27471eae58cb557a105c5edaea45b49557c86867fa436a13681392c", - "host": "x86_64-linux-gnu", - "archiveFileName": "arc-toolchain-linux64-arcem-1.0.1.tar.bz2", - "size": "129250679" - } - ] - }, - { - "name": "sketchUploader", - "version": "1.6.2+1.0", - "systems": [ - { - "size": "61789", - "checksum": "SHA-256:8395ccb57c627f997fe01170df4613de906f48c6ce99623b9ca42806079c28ad", - "host": "i386-apple-darwin11", - "archiveFileName": "intel-arduino-tools-20150316-osx.tar.gz", - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-osx.tar.gz" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "size": "2534586", - "checksum": "SHA-256:c32d1ae4cde190242eef95122d20dbcb5da226e7de6c567079a1c8c292267ae5", - "host": "i686-mingw32", - "archiveFileName": "intel-arduino-tools-20150316-windows.zip", - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-windows.zip" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "size": "178239", - "checksum": "SHA-256:2876db4153db22609d2f6c9c3bfb198efbb9d9574edad579aca7d58cff9d2cca", - "host": "x86_64-linux-gnu", - "archiveFileName": "intel-arduino-tools-20150316-linux64.tar.gz", - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-linux64.tar.gz" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" }, { - "size": "187995", - "checksum": "SHA-256:20d87602d0194be626f592d3f2bdc9566a5a897786b042393482ef4c26ae158c", - "host": "i686-linux-gnu", - "archiveFileName": "intel-arduino-tools-20150316-linux32.tar.gz", - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-linux32.tar.gz" + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "version": "1.6.4+1.14", - "name": "sketchUploader", - "systems": [ + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.1.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.1.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.1.1.tar.bz2", + "checksum": "SHA-256:4246b376e48c2359450be7fc2fd062d575758ac348169cc862583f7a37155928", + "size": "16518137", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-windows.zip", - "checksum": "SHA-256:694cc2e85bca897f2c5bf867d16f11ae4e93134e329a08079a41a83fa9fd7beb", - "host": "i686-mingw32", - "archiveFileName": "1.6.4+1.14-windows.zip", - "size": "8239124" + "name": "Arduino Nicla Sense ME" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-osx.tar.gz", - "checksum": "SHA-256:cd9c81e72667f42fca2047b12da330917607d2f2412772758d3b25565f61cb61", - "host": "i386-apple-darwin11", - "archiveFileName": "1.6.4+1.14-osx.tar.gz", - "size": "324645" - }, + "name": "Arduino Nicla Vision" + } + ], + "toolsDependencies": [ { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-linux32.tar.gz", - "checksum": "SHA-256:8bd55d901ef26f89a2e0e67551eb966de2b3bd90504d8204bd200510b85e1a9b", - "host": "i686-linux-gnu", - "archiveFileName": "1.6.4+1.14-linux32.tar.gz", - "size": "224137" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-linux64.tar.gz", - "checksum": "SHA-256:2da8ac969f6e1731adfe0802d015891109b834fdedfa5ca199742d5439b4f038", - "host": "x86_64-linux-gnu", - "archiveFileName": "1.6.4+1.14-linux64.tar.gz", - "size": "216542" - } - ] - }, - { - "version": "1.6.4+1.18", - "name": "arduino101load", - "systems": [ + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.19-windows.zip", - "checksum": "SHA-256:66c184ed5b045ba262ee86e17eb00280ebb6407b73b21979186ccc2270624bf7", - "host": "i686-mingw32", - "archiveFileName": "1.6.4+1.19-windows.zip", - "size": "9367650" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.18-osx.tar.gz", - "checksum": "SHA-256:c698ced53fe27030dfae9d198cc550357bf130ede204d6ccac5eaac8c15e159a", - "host": "i386-apple-darwin11", - "archiveFileName": "1.6.4+1.18-osx.tar.gz", - "size": "1236355" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.18-linux32.tar.gz", - "checksum": "SHA-256:96a9a3c9306b2ddcdecf96db64d7640c76422626a12488ef90ecd1ecdf451f3c", - "host": "i686-linux-gnu", - "archiveFileName": "1.6.4+1.18-linux32.tar.gz", - "size": "1269508" + "packager": "arduino", + "version": "1.0.2", + "name": "rp2040tools" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.18-linux64.tar.gz", - "checksum": "SHA-256:0e7a9c95a4b8ed9dbd9b3e2dcd00cb22c0f41a0090efe7f144cdf6fc94eb2a19", - "host": "x86_64-linux-gnu", - "archiveFileName": "1.6.4+1.18-linux64.tar.gz", - "size": "1467166" + "packager": "arduino", + "version": "1.8.0-arduino", + "name": "imgtool" } ] }, { - "version": "1.6.9+1.24", - "name": "arduino101load", - "systems": [ + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "3.2.0", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-3.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-3.2.0.tar.bz2", + "checksum": "SHA-256:5dcf0e132894aaeec79523de048c01ae3f0f39b768e99d4318e06b2d12966bd0", + "size": "32142915", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-windows.zip", - "checksum": "SHA-256:b531d93a8aa5dcb3e9338c553060f71835e6530639106e6976ca8d9dea0039b0", - "host": "i686-mingw32", - "archiveFileName": "arduino101load-1.6.9+1.24-windows.zip", - "size": "9418690" + "name": "Arduino Nano 33 BLE" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-osx.tar.gz", - "checksum": "SHA-256:b927e7996f48d861d803b911317062b345fa631c4fbe2f85f2a0dcb651508e92", - "host": "i386-apple-darwin11", - "archiveFileName": "arduino101load-1.6.9+1.24-osx.tar.gz", - "size": "1241701" + "name": "Arduino Nano 33 BLE Sense" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-linux32.tar.gz", - "checksum": "SHA-256:db418197f6b4fbdc104b682fc4137cd955681af1d12147a663054e7f352a3785", - "host": "i686-linux-gnu", - "archiveFileName": "arduino101load-1.6.9+1.24-linux32.tar.gz", - "size": "1305107" + "name": "Arduino Nano RP2040 Connect" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-linux64.tar.gz", - "checksum": "SHA-256:b7723d8edac0ed957304dc2e275a5628f6602962b93863f32cc1986e1c2ee6ab", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduino101-1.6.9+1.24-linux64.tar.gz", - "size": "1507392" - } - ] - }, - { - "version": "1.6.9+1.28", - "name": "arduino101load", - "systems": [ + "name": "Arduino Portenta H7" + }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-windows.zip", - "checksum": "SHA-256:0847ba5466ad97c4624c7b76c84aea036f24f1189828274310f52b86e6c3de1e", - "host": "i686-mingw32", - "archiveFileName": "arduino101load-1.6.9+1.28-windows.zip", - "size": "9331111" + "name": "Arduino Edge Control" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-osx.tar.gz", - "checksum": "SHA-256:011fcb145728842aa6dc7a2332a12b7cd0d0e4f9eae7e9c35400d3727eb33db9", - "host": "i386-apple-darwin11", - "archiveFileName": "arduino101load-1.6.9+1.28-osx.tar.gz", - "size": "1134614" + "name": "Raspberry Pi Pico" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-linux32.tar.gz", - "checksum": "SHA-256:36681f3dbe4edc04c0f6c3888ab7787c8015b0fce2d9cffccd17d7ec5fb1204d", - "host": "i686-linux-gnu", - "archiveFileName": "arduino101load-1.6.9+1.28-linux32.tar.gz", - "size": "1202482" + "name": "Arduino Nicla Sense ME" }, { - "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-linux64.tar.gz", - "checksum": "SHA-256:c691e2f077771b18a83b61c1cda96608150c80707adb7bac6b9665232bc74d4b", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduino101load-1.6.9+1.28-linux64.tar.gz", - "size": "1411007" + "name": "Arduino Nicla Vision" } - ] - }, - { - "name": "arduino101load", - "version": "2.0.0", - "systems": [ + ], + "toolsDependencies": [ { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-darwin_amd64.tar.bz2", - "archiveFileName": "arduino101load-2.0.0-darwin_amd64.tar.bz2", - "size": "1115949", - "checksum": "SHA-256:1adc2bb7ae5c12dabd2ce62a281285557d85d694d88e3578176a26a892546bff" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-linux_arm.tar.bz2", - "archiveFileName": "arduino101load-2.0.0-linux_arm.tar.bz2", - "size": "992362", - "checksum": "SHA-256:ce5bc6598481cbf058a86695f4661f4b9f3a37481a8a1401bc8aa6e38055c13f" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-linux_amd64.tar.bz2", - "archiveFileName": "arduino101load-2.0.0-linux_amd64.tar.bz2", - "size": "1111450", - "checksum": "SHA-256:70965f1830e97bb8eafe1a4cea59a202aeb7c08dd2e9f46eb6a658d382cbf3fe" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-linux_386.tar.bz2", - "archiveFileName": "arduino101load-2.0.0-linux_386.tar.bz2", - "size": "1002073", - "checksum": "SHA-256:3a0880cbfc795a94cbc90e8c5e6bcf3dc47b893be8b61ba8657f009fdec364a0" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-windows_386.tar.bz2", - "archiveFileName": "arduino101load-2.0.0-windows_386.tar.bz2", - "size": "1046285", - "checksum": "SHA-256:90923d95f3d30fe3161fa0fcac344db12f99e2bfba396a48bec596d1870370ce" + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.1", + "name": "imgtool" } ] }, { - "name": "arduino101load", - "version": "2.0.1", - "systems": [ + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-3.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.2.0.tar.bz2", + "checksum": "SHA-256:7a53f97ee114a01259e107aeca292978e1801a0f49c6f498568f1a22010899be", + "size": "5398937", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-darwin_amd64.tar.bz2", - "archiveFileName": "arduino101load-2.0.1-darwin_amd64.tar.bz2", - "size": "1114375", - "checksum": "SHA-256:1f96480028a2aaa9475a1f44c5912236b6a039fced948fe2042a0353c88c1fb0" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-linux_arm.tar.bz2", - "archiveFileName": "arduino101load-2.0.1-linux_arm.tar.bz2", - "size": "992557", - "checksum": "SHA-256:ff02bc7b64dd2f6a526fd283c55b36cab15297d045ccd214ec70d12067ce0991" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "host": "x86_64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-linux_amd64.tar.bz2", - "archiveFileName": "arduino101load-2.0.1-linux_amd64.tar.bz2", - "size": "1111519", - "checksum": "SHA-256:b15a213b495e599b76ecd68253602b56ff5eebda4fadc53442e8c1917964a45e" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-linux_386.tar.bz2", - "archiveFileName": "arduino101load-2.0.1-linux_386.tar.bz2", - "size": "1001211", - "checksum": "SHA-256:2941d1f2f726ca1dd3789a744a2084e8f9000912bdaf25ef888c90fd454057e9" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-windows_386.tar.bz2", - "archiveFileName": "arduino101load-2.0.1-windows_386.tar.bz2", - "size": "1046214", - "checksum": "SHA-256:932373b6da9a8ad8ee9051937ea42cedde604fa8437050dcf7baa29564fc4547" + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.1", + "name": "imgtool" } ] }, { - "name": "arduino101load", - "version": "2.1.0", - "systems": [ + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-3.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.2.0.tar.bz2", + "checksum": "SHA-256:9a94a511d50b2f60b8b3b44ca99c7dc89216ea3e0b7e9d2e8a8a485aaf5cd050", + "size": "6708714", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "host": "i386-apple-darwin11", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-darwin_amd64.tar.bz2", - "archiveFileName": "arduino101load-2.1.0-darwin_amd64.tar.bz2", - "size": "1188264", - "checksum": "SHA-256:068310277e032df5e36bd7cf351680462bd14f667536baf0b46e0f98e88a5616" + "name": "Arduino Nano 33 BLE" }, { - "host": "arm-linux-gnueabihf", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-linux_arm.tar.bz2", - "archiveFileName": "arduino101load-2.1.0-linux_arm.tar.bz2", - "size": "1110912", - "checksum": "SHA-256:440c407d3fcca28333830891550bd4ed62ff4a6fb54a488330291bb79e737e97" + "name": "Arduino Nano 33 BLE Sense" }, { - "host": "x86_64-linux-gnu", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-linux_amd64.tar.bz2", - "archiveFileName": "arduino101load-2.1.0-linux_amd64.tar.bz2", - "size": "1184509", - "checksum": "SHA-256:c86f707914c733f51d705b32d45ade9d708913f458382f30b7436bdcdc9bb514" - }, + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ { - "host": "i686-linux-gnu", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-linux_386.tar.bz2", - "archiveFileName": "arduino101load-2.1.0-linux_386.tar.bz2", - "size": "1065618", - "checksum": "SHA-256:b17ce537f26e6ececf176585859594e1a66dfb788f074711d0be4a563c1815d8" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "host": "i686-mingw32", - "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-windows_386.tar.bz2", - "archiveFileName": "arduino101load-2.1.0-windows_386.tar.bz2", - "size": "1078361", - "checksum": "SHA-256:32ff223937fbf747f1c552256627dfcb8eeccb4903342a9e8ac8b3e6d89cb4a7" - } - ] - }, - { - "version": "0.9.0+0.1", - "name": "openocd", - "systems": [ + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, { - "url": "https://downloads.arduino.cc/tools/intel/openocd-windows.zip", - "checksum": "SHA-256:95accfa22294cf150f33fba3cac45e6aa6857ebc2ba5dacebc2963b4a6021962", - "host": "i686-mingw32", - "archiveFileName": "openocd-windows-0.9.0.zip", - "size": "9181935" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "url": "https://downloads.arduino.cc/tools/intel/openocd-osx.tar.bz2", - "checksum": "SHA-256:57083e887ba77826a5f532f4b1ca4b7390cb7a2e2744583576a72f28a77dcc44", - "host": "i386-apple-darwin11", - "archiveFileName": "openocd-osx-0.9.0.tar.bz2", - "size": "896625" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" }, { - "url": "https://downloads.arduino.cc/tools/intel/openocd-linux32.tar.bz2", - "checksum": "SHA-256:49d2a220e4b25eead4fe03d2ffa339ed946abef9cb718debdc7369f7b3c70534", - "host": "i686-linux-gnu", - "archiveFileName": "openocd-linux32-0.9.0.tar.bz2", - "size": "3923308" + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" }, { - "url": "https://downloads.arduino.cc/tools/intel/openocd-linux64.tar.bz2", - "checksum": "SHA-256:4df6d3d387b45fa6214145f736c48c95109871fcd85fa81b81c01b533097a031", - "host": "x86_64-linux-gnu", - "archiveFileName": "openocd-linux64-0.9.0.tar.bz2", - "size": "4010990" + "packager": "arduino", + "version": "1.8.0-arduino.1", + "name": "imgtool" } ] }, { - "version": "1.0.0", - "name": "flashpack", - "systems": [ + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-3.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.2.0.tar.bz2", + "checksum": "SHA-256:8cbde6eccdcc09abfb222757261119cf8a5209055a44beb270355ea87d8ca88e", + "size": "20016071", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", - "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", - "host": "i686-mingw32", - "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", - "size": "654391" + "name": "Arduino Portenta H7" }, { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", - "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", - "host": "i386-apple-darwin11", - "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", - "size": "654391" + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", - "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", - "host": "i686-linux-gnu", - "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", - "size": "654391" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", - "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", - "host": "x86_64-linux-gnu", - "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", - "size": "654391" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.1", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" } ] }, { - "version": "2.0.0", - "name": "flashpack", - "systems": [ + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-3.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.2.0.tar.bz2", + "checksum": "SHA-256:566d4e58bad1659b1cf8e9cd7e35cd5f4be214334f2ba7e000f7b3bc13086b8b", + "size": "4237021", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", - "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", - "host": "i686-mingw32", - "archiveFileName": "flashpack_ble_v3.tar.bz2", - "size": "678394" + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", - "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", - "host": "i386-apple-darwin11", - "archiveFileName": "flashpack_ble_v3.tar.bz2", - "size": "678394" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", - "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", - "host": "i686-linux-gnu", - "archiveFileName": "flashpack_ble_v3.tar.bz2", - "size": "678394" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" }, { - "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", - "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", - "host": "x86_64-linux-gnu", - "archiveFileName": "flashpack_ble_v3.tar.bz2", - "size": "678394" + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.1", + "name": "imgtool" } ] - } - ] - }, - { - "name": "atmel-avr-xminis", - "maintainer": "Atmel University France", - "websiteURL": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/wiki", - "help": - { - "online": "http://www.arduino.cc/en/Reference/HomePage" - }, - "platforms": - [ + }, { - "name": "Atmel AVR Xplained-minis", - "architecture": "avr", - "version": "0.3.0", - "category": "Partner", - "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.3.0/atmel-avr-xmini-boardmanagermodule-0.3.0.tar.bz2", - "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.3.0.tar.bz2", - "checksum": "SHA-256:3bf7739682bdd86c8e8e566769429e424859f23022664295f800df489c782f18", - "size": "95352", + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.2.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.2.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.2.0.tar.bz2", + "checksum": "SHA-256:4f6f044fc8ec545078019b555cd26b7abd393e87ed6d046e0e5cade65a844e2f", + "size": "16607804", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "atmega168pb-xmini" + "name": "Arduino Nicla Sense ME" }, { - "name": "atmega328pb-xmini" + "name": "Arduino Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "name": "atmega328p-xmini" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.1", + "name": "imgtool" } - ], - "toolsDependencies": - [ - { - "packager": "arduino", - "name": "avr-gcc", - "version": "4.8.1-arduino5" - }, - { - "packager": "arduino", - "name": "avrdude", - "version": "6.0.1-arduino5" - } ] }, { - "name": "Atmel AVR Xplained-minis", - "architecture": "avr", - "version": "0.4.0", - "category": "Partner", - "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.4.0/atmel-avr-xmini-boardmanagermodule-0.4.0.tar.bz2", - "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.4.0.tar.bz2", - "checksum": "SHA-256:36e09208c91071ff2fce4a7ed06463cf820c867d9f59477192d18965c0830ed5", - "size": "95452", + "name": "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards", + "architecture": "mbed", + "version": "3.3.0", + "deprecated": true, + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-3.3.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-3.3.0.tar.bz2", + "checksum": "SHA-256:7de8b3700d07e61cd2375812857016f96d5d57193e83e4cae871b9f7770ce64b", + "size": "32092768", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "atmega168pb-xmini" + "name": "Arduino Nano 33 BLE" }, { - "name": "atmega328pb-xmini" + "name": "Arduino Nano 33 BLE Sense" }, { - "name": "atmega328p-xmini" + "name": "Arduino Nano RP2040 Connect" + }, + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Edge Control" + }, + { + "name": "Raspberry Pi Pico" + }, + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" } ], - "toolsDependencies": - [ + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } ] }, { - "name": "Atmel AVR Xplained-minis", - "architecture": "avr", - "version": "0.5.0", - "category": "Partner", - "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.5.0/atmel-avr-xmini-boardmanagermodule-0.5.0.tar.bz2", - "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.5.0.tar.bz2", - "checksum": "SHA-256:e2e401fc30f8e8519bcd628884699373dc386d83a366c740b1895aa9b8cc30f4", - "size": "95573", + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.3.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-3.3.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.3.0.tar.bz2", + "checksum": "SHA-256:54cda3178d5b0d9516d9ae60ba195b374fe4f0bf7eae5ae81774b13a98c460e2", + "size": "5356618", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "atmega168pb-xmini" + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" }, { - "name": "atmega328pb-xmini" + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" }, { - "name": "atmega328p-xmini" + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" } - ], - "toolsDependencies": - [ ] }, { - "name": "Atmel AVR Xplained-minis", - "architecture": "avr", - "version": "0.6.0", - "category": "Partner", - "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.6.0/atmel-avr-xmini-boardmanagermodule-0.6.0.tar.bz2", - "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.6.0.tar.bz2", - "checksum": "SHA-256:60bcb315a33056fac9b1d626ac039b3439efdae821ba91b70e09dc5ce8e07f88", - "size": "95447", + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.3.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-3.3.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.3.0.tar.bz2", + "checksum": "SHA-256:13a45358600373553e86fba4ad44adbf29f5588ffd12ddd11d15ab50af6afd32", + "size": "6651281", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ { - "name": "atmega168pb-xmini" + "name": "Arduino Nano 33 BLE" }, { - "name": "atmega328pb-xmini" + "name": "Arduino Nano 33 BLE Sense" }, { - "name": "atmega328p-xmini" + "name": "Arduino Nano RP2040 Connect" } ], - "toolsDependencies": - [ - ] - } - ], - "tools": - [ - ] - }, - { - "name":"littleBits", - "maintainer":"littleBits Electronics", - "websiteURL":"http://www.littlebits.cc/bits/w6-arduino", - "email":"support@littlebits.cc", - "help":{ - "online":"http://www.littlebits.cc/arduino-help" - }, - "platforms":[ + "toolsDependencies": [ { - "name":"littleBits Arduino AVR Modules", - "architecture":"avr", - "version":"1.0.0", - "category": "Arduino@Heart", - "url": "http://downloads.arduino.cc/cores/littlebits-avr-1.0.0.tar.bz2", - "archiveFileName":"littlebits-avr-1.0.0.tar.bz2", - "checksum":"SHA-256:8B867B8E89718B405231681CF9091F24372FAEF8B5B9FFBFBCF2486E3D9B5324", - "size":"27762", - "help":{ - "online":"http://www.littlebits.cc/arduino-help" - }, - "boards":[ - { "name":"littleBits w6 Arduino module" } - ], - "toolsDependencies":[ - { "packager":"arduino", "name":"avr-gcc", "version":"4.8.1-arduino5" }, - { "packager":"arduino", "name":"avrdude", "version":"6.0.1-arduino5" } - ] + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" } - ], - "tools":[] - }, - { - "name": "Microsoft", - "maintainer": "Microsoft.IoT", - "websiteURL": "https://github.com/ms-iot/iot-utilities/tree/master/IotCoreAppDeployment/ArduinoIde/", - "email": "bfjelds@microsoft.com", - "help": { - "online": "http://developer.microsoft.com/en-us/windows/iot/IotCoreAppDeployment_ArduinoIde.htm" - }, - "platforms": [ + ] + }, { - "name": "Windows 10 Iot Core", - "architecture": "win10", - "version": "1.0.0", - "category": "Contributed", + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.3.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-3.3.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.3.0.tar.bz2", + "checksum": "SHA-256:a0c7ff277302638581f3a3a63e0bc1dcf742e3535acd4abefef950b07e43fea5", + "size": "20015961", "help": { - "online": "http://developer.microsoft.com/en-us/windows/iot/IotCoreAppDeployment_ArduinoIde.htm" + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" }, - "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.0.0_ide-1.6.6.zip", - "archiveFileName": "win10_iotcore-1.0.0_ide-1.6.6.zip", - "checksum": "SHA-256:ed1b42b396217e242cd3a5b597ad5dad5957cb8117dd0f972376bafab7d8a0e5", - "size": "47325480", "boards": [ - {"name": "Windows 10 IoT Core"} + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } ], - "toolsDependencies":[] + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] }, { - "name": "Windows 10 Iot Core", - "architecture": "win10", - "version": "1.1.0", - "category": "Contributed", + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.3.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-3.3.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.3.0.tar.bz2", + "checksum": "SHA-256:e452e078ab453a137bce27e74ba42f11babc42a66078749ff574d2e75b8e162a", + "size": "4193348", "help": { - "online": "http://developer.microsoft.com/en-us/windows/iot/IotCoreAppDeployment_ArduinoIde.htm" + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" }, - "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.1.0_ide-1.6.6.zip", - "archiveFileName": "win10_iotcore-1.1.0_ide-1.6.6.zip", - "checksum": "SHA-256:683dcb0a72e80b9d21117f6471e0860d8cc35cd9b86557ba6fd1ed255952413e", - "size": "48316890", "boards": [ - {"name": "Windows 10 IoT Core"} + { + "name": "Raspberry Pi Pico" + } ], - "toolsDependencies":[] + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] }, { - "name": "Windows 10 Iot Core", - "architecture": "win10", - "version": "1.1.1", - "category": "Contributed", + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.3.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.3.0.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.3.0.tar.bz2", + "checksum": "SHA-256:c290c059b45833fed21a52fefc145261c6b0d7614b9c4a4ee111b9e5c58a4a6f", + "size": "16525194", "help": { - "online": "http://ms-iot.github.io/content/en-US/win10/IotCoreAppDeployment_ArduinoIde.htm" + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" }, - "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.1.1_ide-1.6.11.zip", - "archiveFileName": "win10_iotcore-1.1.1_ide-1.6.11.zip", - "checksum": "SHA-256:f455f2829164065faacde141b3c15604c51bb79b6874d55d1124c66aae372693", - "size": "48317624", "boards": [ - {"name": "Windows 10 IoT Core"} + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" + } ], - "toolsDependencies":[] + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] }, { - "name": "Windows 10 Iot Core", - "architecture": "win10", - "version": "1.1.2", - "category": "Contributed", + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-3.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.4.1.tar.bz2", + "checksum": "SHA-256:256b301950c476769ae46d719af9a4af2214a1fdf81125234b7cc6dcc5f502fd", + "size": "5356385", "help": { - "online": "http://ms-iot.github.io/content/en-US/win10/IotCoreAppDeployment_ArduinoIde.htm" + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" }, - "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.1.2_ide-1.6.11.zip", - "archiveFileName": "win10_iotcore-1.1.2_ide-1.6.11.zip", - "checksum": "SHA-256:b1c9956b46f33bcebb7f500d29931b19ed4723c713ac0439681ea1fb172722d1", - "size": "48317648", "boards": [ - {"name": "Windows 10 IoT Core"} + { + "name": "Arduino Edge Control" + } ], - "toolsDependencies":[] - } - ], - "tools":[] - }, - { - "name": "Arrow", - "maintainer": "Axel Elettronica S.r.l.", - "websiteURL": "http://axelelettronica.it/", - "email": "development@axelelettronica.it", - "help": { - "online": "http://www.arrowsmarteverything.com/support/" - }, - "platforms": [ + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, { - "name": "Arrow Boards", - "architecture": "samd", - "version": "1.2.0", - "category": "Partner", - "url": "http://downloads.arduino.cc/cores/Arrow-samd-1.2.0.tar.bz2", - "archiveFileName": "Arrow-samd-1.2.0.tar.bz2", - "checksum": "SHA-256:1d1cd66eb9986ed60a45b6554b8dcbf168401339c8a06bcf45c1b6ee2efa0943", - "size": "36575", + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-3.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.4.1.tar.bz2", + "checksum": "SHA-256:cf3a8890cb9d49b4c4d5e27f1bc11b6b89e8fa7473c0b0f32aea6d83dcb6c281", + "size": "6651683", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, "boards": [ - {"name": "SmartEverything Fox"}, - {"name": "SmartTutto"} + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-3.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.4.1.tar.bz2", + "checksum": "SHA-256:b893dfde488200341f3f473f4f98bb0991e7a452b09de3ce1582c96aff8dd9b4", + "size": "20905039", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } ], "toolsDependencies": [ { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1" + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-3.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.4.1.tar.bz2", + "checksum": "SHA-256:c8647a2c136fe37deba700c048e1c75c0870f9000c87060171a651a207b48098", + "size": "4192745", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.4.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.4.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.4.1.tar.bz2", + "checksum": "SHA-256:e0241336f43a30692e532af09d20c0543974b0d320bd5fd5f3e3e53af6e2c82e", + "size": "16494981", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.5.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-3.5.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.5.1.tar.bz2", + "checksum": "SHA-256:581fe5779732040bd24c688efa12c5e9226ee056b25eca22aaea042bfae9f61d", + "size": "5362389", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.5.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-3.5.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.5.1.tar.bz2", + "checksum": "SHA-256:dc3d5d64400b3a0469c0386d82ce458fae7695a97cff3154251130f8ed154378", + "size": "6661385", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.5.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-3.5.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.5.1.tar.bz2", + "checksum": "SHA-256:c62004bb4119372586d9a104afee64b1849df5d7213e89798ec25ea391188a2d", + "size": "21094066", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.5.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-3.5.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.5.1.tar.bz2", + "checksum": "SHA-256:dbd0ba947d1df2cae554e6f96d472fb8253736d628f071eb50a1c18279b5ded5", + "size": "4194964", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.5.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.5.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.5.1.tar.bz2", + "checksum": "SHA-256:ff781d3ec28ab548a00dcde05a2b5ae13e82244c4e5959a2f429a7902173a167", + "size": "16708124", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Opta Boards", + "architecture": "mbed_opta", + "version": "3.5.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-opta-3.5.1.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-opta-3.5.1.tar.bz2", + "checksum": "SHA-256:f36b6be23ca164a5edca3013162c5767b47545de10663c34534e4898921702c0", + "size": "13981049", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Opta™" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "3.5.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-3.5.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-3.5.4.tar.bz2", + "checksum": "SHA-256:674bad48c7ca2fc1584b9b8ddc354ce15484f4e40517f99cedd8a694bd25d3a5", + "size": "5362927", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "3.5.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-3.5.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-3.5.4.tar.bz2", + "checksum": "SHA-256:2e5a088f33ca7b2876ddb666d54ce28ca2df7a22198fcf22228ce5120cbce56c", + "size": "6663546", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "3.5.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-3.5.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-3.5.4.tar.bz2", + "checksum": "SHA-256:638d1c4468fc18e730a0aec0c5014766948d428814e2d64c569919055fb611ab", + "size": "21095807", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "3.5.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-3.5.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-3.5.4.tar.bz2", + "checksum": "SHA-256:a3c8e4047d541c20dbf0001c1adb75ebc7c5fd38663b654304efa9c08bfdd8a7", + "size": "4194333", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.5.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.5.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.5.4.tar.bz2", + "checksum": "SHA-256:7c2683284071fe64dec9f9ebb6bbe8a57814a35eeee103ea74baf93ca42411a4", + "size": "16710227", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Opta Boards", + "architecture": "mbed_opta", + "version": "3.5.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-opta-3.5.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-opta-3.5.4.tar.bz2", + "checksum": "SHA-256:d1ba15f3f3dd3f088c267fccefb7f330e4db30e6e13ef16e9173c0542b9163de", + "size": "13981845", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Opta™" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.5.5", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.5.5.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.5.5.tar.bz2", + "checksum": "SHA-256:acb5ee7d7b523c9d48d55029a1da94246a054aa4e8f943f5b497f661233eafed", + "size": "17624990", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nicla Sense ME" + }, + { + "name": "Arduino Nicla Vision" + }, + { + "name": "Arduino Nicla Voice" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "3.5.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-3.5.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-3.5.6.tar.bz2", + "checksum": "SHA-256:609aef97c75e2957e1c6eff597a27c757d948eb30f5b20d4ae5322cebbb6f904", + "size": "17678914", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Nicla Sense ME" + }, + { + "name": "Nicla Vision" + }, + { + "name": "Nicla Voice" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "4.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-4.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-4.0.2.tar.bz2", + "checksum": "SHA-256:2b45c98a5057e8df31b2d914fa165ca57c10e3d437c720dfe7a797b758ac1ffa", + "size": "5412746", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "4.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-4.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-4.0.2.tar.bz2", + "checksum": "SHA-256:2d53425fa9f0e7a473e536ee0b602d4549fe6e17df1a514c5bc3f66e61d53c37", + "size": "6721721", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "4.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-4.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-4.0.2.tar.bz2", + "checksum": "SHA-256:62a35fce396dbfc6304cb64a06d8f17c84a7b4872eba482ad1fa16a5c2bc2368", + "size": "21244204", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "4.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-4.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-4.0.2.tar.bz2", + "checksum": "SHA-256:e784bb41bb68bd62ca6a7bb2a32b7a65b5388ac5570feb1d9ef917219e4dd2c2", + "size": "4247469", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "4.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-4.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-4.0.2.tar.bz2", + "checksum": "SHA-256:e0629e294049c7f18c3108f7264348ec95f06fa6da85e693fc085e7d40723b9c", + "size": "19945869", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Nicla Sense ME" + }, + { + "name": "Nicla Voice" + }, + { + "name": "Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Opta Boards", + "architecture": "mbed_opta", + "version": "4.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-opta-4.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-opta-4.0.2.tar.bz2", + "checksum": "SHA-256:71883c0486b4d8071ddb1ad3f5f63be253f8801b6eb55bee163832641c8fa939", + "size": "15880168", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Finder Opta" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Giga Boards", + "architecture": "mbed_giga", + "version": "4.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-giga-4.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-giga-4.0.2.tar.bz2", + "checksum": "SHA-256:5c89a96a80c4d738ac9a2ba89cba4e8ba73a2243500457c2db8c2be36e83deee", + "size": "16236853", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Giga" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "4.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-4.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-4.0.4.tar.bz2", + "checksum": "SHA-256:afde24778fb31d63b60d660c423ee603cf0ee34ddb7ec16861f3a3febe85a4c2", + "size": "5412329", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "4.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-4.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-4.0.4.tar.bz2", + "checksum": "SHA-256:5de161802364ef7989232ba6c7e4fbbc2f5e4886276dbdec3221ea6d5df1f34d", + "size": "6691925", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "4.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-4.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-4.0.4.tar.bz2", + "checksum": "SHA-256:d158184ef56a5be4edfd612b528f4d69da9d7ccb4c33199b140530f125890f13", + "size": "20773202", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "4.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-4.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-4.0.4.tar.bz2", + "checksum": "SHA-256:1a608efe93b5d24d2a9466ce73dffa8b4ec2010cfc6dba952d3088830ddca9a4", + "size": "4234300", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "4.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-4.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-4.0.4.tar.bz2", + "checksum": "SHA-256:686a39d21f960375cc0bb730a06f17ff54dbab14b8cf8a165ae50bcd606463ec", + "size": "19723838", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Nicla Sense ME" + }, + { + "name": "Nicla Voice" + }, + { + "name": "Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Opta Boards", + "architecture": "mbed_opta", + "version": "4.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-opta-4.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-opta-4.0.4.tar.bz2", + "checksum": "SHA-256:ce5e2a77e0295e795b39df3f38c2443392f9c54ee7d684af4f48468330340900", + "size": "15651407", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Finder Opta" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Giga Boards", + "architecture": "mbed_giga", + "version": "4.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-giga-4.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-giga-4.0.4.tar.bz2", + "checksum": "SHA-256:7405c21ec080a0baaa95237c1adc033b12c21600a26352718d04b64913acd5a0", + "size": "15663592", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Giga" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "4.0.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-4.0.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-4.0.6.tar.bz2", + "checksum": "SHA-256:83e2c0d48a7deb605a3bb8885e2a8c40255d86eb10d554a16e3af2e9a856d803", + "size": "5411915", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "4.0.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-4.0.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-4.0.6.tar.bz2", + "checksum": "SHA-256:30a9a31f1314d4459d29b1ffaa568e8d4cc8e02b18324886574f2ea44553a7f5", + "size": "6691202", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "4.0.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-4.0.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-4.0.6.tar.bz2", + "checksum": "SHA-256:af8886ff30c960f0f8c2cda9b9f8ce566d6da8e32f9b0992185921f63d73602e", + "size": "20892662", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "4.0.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-4.0.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-4.0.6.tar.bz2", + "checksum": "SHA-256:f4e720f4b196fb651671346959e4b9557eac64ead8db97abfca7adba400a759c", + "size": "4235421", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "4.0.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-4.0.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-4.0.6.tar.bz2", + "checksum": "SHA-256:32494ef0f5bb88bd73aed0cf0a9bac81f2a46dac057eda8a29284c58f619bd19", + "size": "19681872", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Nicla Sense ME" + }, + { + "name": "Nicla Voice" + }, + { + "name": "Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Opta Boards", + "architecture": "mbed_opta", + "version": "4.0.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-opta-4.0.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-opta-4.0.6.tar.bz2", + "checksum": "SHA-256:33d85b1a69fc9cb6aa4805faf7ce2c34fdbaa1de31ae72fb0d42b3522882dc7f", + "size": "15654346", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Finder Opta" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Giga Boards", + "architecture": "mbed_giga", + "version": "4.0.6", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-giga-4.0.6.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-giga-4.0.6.tar.bz2", + "checksum": "SHA-256:6f0a25768dc75c82ff37f92331aec98c4270cf6be99290b965bd6c19f6af34a4", + "size": "15769961", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Giga" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "4.0.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-4.0.8.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-4.0.8.tar.bz2", + "checksum": "SHA-256:633b40af1dae10fc72f522b41f094c1bbbbed03e546758f06a080263cfba7a9f", + "size": "5422701", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "4.0.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-4.0.8.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-4.0.8.tar.bz2", + "checksum": "SHA-256:939c6828a56f9e5c8649db97e33fe1294ba5d7d52f5d5336f336cfb69b1aeedc", + "size": "6732651", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "4.0.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-4.0.8.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-4.0.8.tar.bz2", + "checksum": "SHA-256:cb30adaabd8edbcb56e30fd264e498496e27fc9253c9c9e5b70523e959ec7c1d", + "size": "20864770", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "4.0.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-4.0.8.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-4.0.8.tar.bz2", + "checksum": "SHA-256:c5d106120e8d79518d682bde2113884ac28c7018b82891c1e388e5d5c1bed171", + "size": "4257029", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "4.0.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-4.0.8.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-4.0.8.tar.bz2", + "checksum": "SHA-256:9d46302ef7548cd7efceb298db8dd93b88ea0d1a4fbdd1caebf77c6b4cf0c279", + "size": "19772500", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Nicla Sense ME" + }, + { + "name": "Nicla Voice" + }, + { + "name": "Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Opta Boards", + "architecture": "mbed_opta", + "version": "4.0.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-opta-4.0.8.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-opta-4.0.8.tar.bz2", + "checksum": "SHA-256:f9c8fc8fbf9d80d23153504a5633d366f33aef85afa68dfd7a27dc586ccfa911", + "size": "15722710", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Finder Opta" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Giga Boards", + "architecture": "mbed_giga", + "version": "4.0.8", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-giga-4.0.8.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-giga-4.0.8.tar.bz2", + "checksum": "SHA-256:03513e4050ba63e281a9e175e687376dd662932d3b5284567c0c18e2eaf0fff9", + "size": "15874891", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Giga" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Edge Boards", + "architecture": "mbed_edge", + "version": "4.0.10", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-edge-4.0.10.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-edge-4.0.10.tar.bz2", + "checksum": "SHA-256:b432c37ee6710a998db20ed5898c8085415f27c5f7fba3402484cdb1eb020a78", + "size": "6062921", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Edge Control" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nano Boards", + "architecture": "mbed_nano", + "version": "4.0.10", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nano-4.0.10.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nano-4.0.10.tar.bz2", + "checksum": "SHA-256:67fae289dd1dbac7c0f2e3bc0b7d36d9144b28e30b096a228b1712f6a141247c", + "size": "7232097", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Nano 33 BLE" + }, + { + "name": "Arduino Nano 33 BLE Sense" + }, + { + "name": "Arduino Nano RP2040 Connect" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Portenta Boards", + "architecture": "mbed_portenta", + "version": "4.0.10", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-portenta-4.0.10.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-portenta-4.0.10.tar.bz2", + "checksum": "SHA-256:a5ed82f704713517a0a82c74d4312b3ebd47c0034aa941264ae649fc0a3cfa86", + "size": "21533473", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Portenta H7" + }, + { + "name": "Arduino Portenta X8" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + }, + { + "packager": "arduino", + "version": "32.0.0", + "name": "adb" + } + ] + }, + { + "name": "Arduino Mbed OS RP2040 Boards", + "architecture": "mbed_rp2040", + "version": "4.0.10", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-RP2040-4.0.10.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-RP2040-4.0.10.tar.bz2", + "checksum": "SHA-256:85d1ba72584fb1551a4c2ed7eaad207a1c4783681eb8095202451d9d582565ed", + "size": "4745333", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Raspberry Pi Pico" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Nicla Boards", + "architecture": "mbed_nicla", + "version": "4.0.10", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-nicla-4.0.10.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-nicla-4.0.10.tar.bz2", + "checksum": "SHA-256:80a16c2a8ce719b2e57ac83f5d671ed5863843c5a507e5fbba0d8ad6d1d11505", + "size": "20333929", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Nicla Sense ME" + }, + { + "name": "Nicla Voice" + }, + { + "name": "Nicla Vision" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.9.1-arduino2" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.0.6", + "name": "rp2040tools" + } + ] + }, + { + "name": "Arduino Mbed OS Opta Boards", + "architecture": "mbed_opta", + "version": "4.0.10", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-opta-4.0.10.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-opta-4.0.10.tar.bz2", + "checksum": "SHA-256:67f8ca38bc314bdcc14ddb437260118961c676049ef0b305558fcc9e4b4f0df0", + "size": "16245062", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Finder Opta" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Mbed OS Giga Boards", + "architecture": "mbed_giga", + "version": "4.0.10", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-mbed-giga-4.0.10.tar.bz2", + "archiveFileName": "ArduinoCore-mbed-giga-4.0.10.tar.bz2", + "checksum": "SHA-256:33b8a3e7e848a76d25be5c23db888bd8226a23e39066613b77a0b189acfa4fe5", + "size": "16386275", + "help": { + "online": "https://github.com/arduino/ArduinoCore-mbed/issues" + }, + "boards": [ + { + "name": "Arduino Giga" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.10.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.8.0-arduino.2", + "name": "imgtool" + } + ] + }, + { + "name": "Arduino Renesas Portenta Boards", + "architecture": "renesas_portenta", + "version": "1.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_portenta-1.0.0.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_portenta-1.0.0.tar.bz2", + "checksum": "SHA-256:2e4d1b1368dbe06f2209cc09fec873c4daa45ffe932eeada4e3d242970dc23fa", + "size": "15760297", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino Portenta C33" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino UNO R4 Boards", + "architecture": "renesas_uno", + "version": "1.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_uno-1.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_uno-1.0.1.tar.bz2", + "checksum": "SHA-256:23a27ab7772c9b4df8567a8af8e5a8a10691f9689e53a63f29bc14e3fef7f9fa", + "size": "10087532", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino UNO R4 Minima" + }, + { + "name": "Arduino UNO R4 WiFi" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino Renesas Portenta Boards", + "architecture": "renesas_portenta", + "version": "1.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_portenta-1.0.1.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_portenta-1.0.1.tar.bz2", + "checksum": "SHA-256:b25f1ff43a4f396ca871494ce0bd626f3f0a0e8901a90b11e7abe7730143ef60", + "size": "15731334", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino Portenta C33" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino UNO R4 Boards", + "architecture": "renesas_uno", + "version": "1.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_uno-1.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_uno-1.0.2.tar.bz2", + "checksum": "SHA-256:999906918ea7eff4eebbabb79887be1cd500283404e60e5966317caa6c95de49", + "size": "10042923", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino UNO R4 Minima" + }, + { + "name": "Arduino UNO R4 WiFi" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino Renesas Portenta Boards", + "architecture": "renesas_portenta", + "version": "1.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_portenta-1.0.2.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_portenta-1.0.2.tar.bz2", + "checksum": "SHA-256:f341854aff090f8b1c7662a396e800b17ff89fbd245149ef26dfa8080cb2ac39", + "size": "15908992", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino Portenta C33" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino UNO R4 Boards", + "architecture": "renesas_uno", + "version": "1.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_uno-1.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_uno-1.0.4.tar.bz2", + "checksum": "SHA-256:39e24f12aa1f2b2890760666ff8879cf1b055b5d4155068ed8ef95f1dc35184a", + "size": "10138227", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino UNO R4 Minima" + }, + { + "name": "Arduino UNO R4 WiFi" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino Renesas Portenta Boards", + "architecture": "renesas_portenta", + "version": "1.0.4", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_portenta-1.0.4.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_portenta-1.0.4.tar.bz2", + "checksum": "SHA-256:8c99b506c86471d3097c1a38dbee29bc95a0a45af7f844fcfde7c94d6304dcc2", + "size": "16179573", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino Portenta C33" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino UNO R4 Boards", + "architecture": "renesas_uno", + "version": "1.0.5", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_uno-1.0.5.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_uno-1.0.5.tar.bz2", + "checksum": "SHA-256:51ae66bcac5f3f647171b6dfb6101da0575526cfd1d99dae8ab0314661263bb1", + "size": "10269077", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino UNO R4 Minima" + }, + { + "name": "Arduino UNO R4 WiFi" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino Renesas Portenta Boards", + "architecture": "renesas_portenta", + "version": "1.0.5", + "category": "Arduino", + "url": "http://downloads.arduino.cc/cores/staging/ArduinoCore-renesas_portenta-1.0.5.tar.bz2", + "archiveFileName": "ArduinoCore-renesas_portenta-1.0.5.tar.bz2", + "checksum": "SHA-256:1208897ca369bafb062d0e172b58ecfc82b3cad69a740637c7184a6863008db7", + "size": "16360600", + "help": { + "online": "https://github.com/arduino/ArduinoCore-renesas/issues" + }, + "boards": [ + { + "name": "Arduino Portenta C33" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "openocd", + "version": "0.11.0-arduino2" + }, + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "7-2017q4" + }, + { + "packager": "arduino", + "version": "0.11.0-arduino5", + "name": "dfu-util" + }, + { + "packager": "arduino", + "version": "1.9.1-arduino5", + "name": "bossac" + } + ], + "discoveryDependencies": [ + { + "packager": "builtin", + "name": "dfu-discovery" + } + ] + }, + { + "name": "Arduino ESP32 Boards", + "architecture": "esp32", + "version": "2.0.10", + "category": "ESP32", + "url": "https://github.com/arduino/arduino-esp32/releases/download/2.0.10/esp32-2.0.10.zip", + "archiveFileName": "esp32-2.0.10.zip", + "checksum": "SHA-256:0ced923bc3d2714af62975a3d81cbd1b8bc91e30c6d00b218b040de5a6ccd22e", + "size": "248170040", + "help": { + "online": "" + }, + "boards": [ + { + "name": "Arduino Nano ESP32" + } + ], + "toolsDependencies": [ + { + "packager": "esp32", + "name": "xtensa-esp32-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s2-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s3-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "openocd-esp32", + "version": "v0.11.0-esp32-20221026" + }, + { + "packager": "esp32", + "name": "esptool_py", + "version": "4.5.1" + }, + { + "packager": "esp32", + "name": "mkspiffs", + "version": "0.2.3" + }, + { + "packager": "esp32", + "name": "mklittlefs", + "version": "3.0.0-gnu12-dc7f933" + }, + { + "packager": "arduino", + "name": "dfu-util", + "version": "0.11.0-arduino5" + } + ] + }, + { + "name": "Arduino ESP32 Boards", + "architecture": "esp32", + "version": "2.0.11", + "category": "ESP32", + "url": "https://github.com/arduino/arduino-esp32/releases/download/2.0.11/esp32-2.0.11.zip", + "archiveFileName": "esp32-2.0.11.zip", + "checksum": "SHA-256:570a6547d25fab449590b39f89bb715667b626ca7f0aea81b92a9c7f9d3e1116", + "size": "248170034", + "help": { + "online": "" + }, + "boards": [ + { + "name": "Arduino Nano ESP32" + } + ], + "toolsDependencies": [ + { + "packager": "esp32", + "name": "xtensa-esp32-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s2-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s3-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "openocd-esp32", + "version": "v0.11.0-esp32-20221026" + }, + { + "packager": "esp32", + "name": "esptool_py", + "version": "4.5.1" + }, + { + "packager": "esp32", + "name": "mkspiffs", + "version": "0.2.3" + }, + { + "packager": "esp32", + "name": "mklittlefs", + "version": "3.0.0-gnu12-dc7f933" + }, + { + "packager": "arduino", + "name": "dfu-util", + "version": "0.11.0-arduino5" + } + ] + }, + { + "name": "Arduino ESP32 Boards", + "architecture": "esp32", + "version": "2.0.12", + "category": "ESP32", + "url": "https://github.com/arduino/arduino-esp32/releases/download/2.0.12/esp32-2.0.12.zip", + "archiveFileName": "esp32-2.0.12.zip", + "checksum": "SHA-256:75938602ae4c6c7a39747596e0525fed40b2b278c3253415ef32825e005f3a58", + "size": "253627291", + "help": { + "online": "" + }, + "boards": [ + { + "name": "Arduino Nano ESP32" + } + ], + "toolsDependencies": [ + { + "packager": "esp32", + "name": "xtensa-esp32-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s2-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s3-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "openocd-esp32", + "version": "v0.11.0-esp32-20221026" + }, + { + "packager": "esp32", + "name": "esptool_py", + "version": "4.5.1" + }, + { + "packager": "esp32", + "name": "mkspiffs", + "version": "0.2.3" + }, + { + "packager": "esp32", + "name": "mklittlefs", + "version": "3.0.0-gnu12-dc7f933" + }, + { + "packager": "arduino", + "name": "dfu-util", + "version": "0.11.0-arduino5" + } + ] + }, + { + "name": "Arduino ESP32 Boards", + "architecture": "esp32", + "version": "2.0.13", + "category": "ESP32", + "url": "https://github.com/arduino/arduino-esp32/releases/download/2.0.13/esp32-2.0.13.zip", + "archiveFileName": "esp32-2.0.13.zip", + "checksum": "SHA-256:37ea9ab016617de17b3c2676cd8e1d76f7f8d8df239c911d6bb283de2e4facc9", + "size": "86625150", + "help": { + "online": "" + }, + "boards": [ + { + "name": "Arduino Nano ESP32" + } + ], + "toolsDependencies": [ + { + "packager": "esp32", + "name": "xtensa-esp32s3-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "openocd-esp32", + "version": "v0.11.0-esp32-20221026" + }, + { + "packager": "esp32", + "name": "esptool_py", + "version": "4.5.1" + }, + { + "packager": "esp32", + "name": "mkspiffs", + "version": "0.2.3" + }, + { + "packager": "esp32", + "name": "mklittlefs", + "version": "3.0.0-gnu12-dc7f933" + }, + { + "packager": "arduino", + "name": "dfu-util", + "version": "0.11.0-arduino5" + } + ] + }, + { + "name": "Arduino NRF52 Boards", + "architecture": "nrf52", + "version": "1.0.0", + "category": "Arduino", + "url": "http://downloads.arduino.cc/arduino.org/package_arduino_nrf52_1.0.0.tar.bz2", + "archiveFileName": "package_arduino_nrf52_1.0.0.tar.bz2", + "checksum": "SHA-256:d95cf5a1a3794512fd428f00f71c1e334d2fcf6e261bb22e4bbaa64143205de6", + "size": "2438905", + "boards": [ + { + "name": "Arduino Primo" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1" + }, + { + "packager": "arduino", + "name": "CMSIS", + "version": "4.5.0" + }, + { + "packager": "arduino", + "name": "openocd", + "version": "0.10.0-arduino1-static" + }, + { + "packager": "arduino", + "name": "nrf5x-cl-tools", + "version": "9.3.1" + } + ] + }, + { + "name": "Arduino nRF52 Boards", + "architecture": "nrf52", + "version": "1.0.1", + "category": "Arduino", + "url": "http://downloads.arduino.cc/arduino.org/package_arduino_nrf52_1.0.1.tar.bz2", + "archiveFileName": "package_arduino_nrf52_1.0.1.tar.bz2", + "checksum": "SHA-256:f6c5b66a1257188a2e6cab3df8ec373777f62c3abb29f7196d571d221a5c75ff", + "size": "2262233", + "boards": [ + { + "name": "Arduino Primo" + } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1" + }, + { + "packager": "arduino", + "name": "CMSIS", + "version": "4.5.0" + }, + { + "packager": "arduino", + "name": "openocd", + "version": "0.10.0-arduino1-static" + }, + { + "packager": "arduino", + "name": "nrf5x-cl-tools", + "version": "9.3.1" + } + ] + }, + { + "name": "Arduino nRF52 Boards", + "architecture": "nrf52", + "version": "1.0.2", + "category": "Arduino", + "url": "http://downloads.arduino.cc/arduino.org/package_arduino_nrf52_1.0.2.tar.bz2", + "archiveFileName": "package_arduino_nrf52_1.0.2.tar.bz2", + "checksum": "SHA-256:3a96c9476e567b7bca6f0201fcd6a4dbc97bddfbce70bc2d96f5f33a59265163", + "size": "2308695", + "boards": [ + { "name": "Arduino Primo" }, + { "name": "Arduino Primo Core" } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1" + }, + { + "packager": "arduino", + "name": "CMSIS", + "version": "4.5.0" + }, + { + "packager": "arduino", + "name": "openocd", + "version": "0.10.0-arduino1-static" + }, + { + "packager": "arduino", + "name": "nrf5x-cl-tools", + "version": "9.3.1" + } + ] + } + ], + "tools": [ + { + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", + "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2", + "checksum": "SHA-256:ebe96b34c4f434667cab0187b881ed585e7c7eb990fe6b69be3c81ec7e11e845", + "size": "44423906" + }, + { + "host": "i686-mingw32", + "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz", + "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz", + "checksum": "SHA-256:fd8c111c861144f932728e00abd3f7d1107e186eb9cd6083a54c7236ea78b7c2", + "size": "84537449" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz", + "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz", + "checksum": "SHA-256:3598acf21600f17a8e4a4e8e193dc422b894dc09384759b270b2ece5facb59c2", + "size": "52518522" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz", + "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz", + "checksum": "SHA-256:d23f6626148396d6ec42a5b4d928955a703e0757829195fa71a939e5b86eecf6", + "size": "51395093" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz", + "archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz", + "checksum": "SHA-256:ba1994235f69c526c564f65343f22ddbc9822b2ea8c5ee07dd79d89f6ace2498", + "size": "51029223" + } + ] + }, + { + "name": "arm-none-eabi-gcc", + "version": "7-2017q4", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2019-q4-major-linuxarm.tar.bz2", + "archiveFileName": "gcc-arm-none-eabi-7-2019-q4-major-linuxarm.tar.bz2", + "checksum": "SHA-256:34180943d95f759c66444a40b032f7dd9159a562670fc334f049567de140c51b", + "size": "96613739" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2018-q2-update-linuxarm64.tar.bz2", + "archiveFileName": "gcc-arm-none-eabi-7-2018-q2-update-linuxarm64.tar.bz2", + "checksum": "SHA-256:6fb5752fb4d11012bd0a1ceb93a19d0641ff7cf29d289b3e6b86b99768e66f76", + "size": "99558726" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2017-q4-major-win32-arduino1.zip", + "archiveFileName": "gcc-arm-none-eabi-7-2017-q4-major-win32-arduino1.zip", + "checksum": "SHA-256:96dd0091856f4d2eb21046eba571321feecf7d50b9c156f708b2a8b683903382", + "size": "131761924" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2017-q4-major-mac.tar.bz2", + "archiveFileName": "gcc-arm-none-eabi-7-2017-q4-major-mac.tar.bz2", + "checksum": "SHA-256:89b776c7cf0591c810b5b60067e4dc113b5b71bc50084a536e71b894a97fdccb", + "size": "104550003" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2017-q4-major-linux64.tar.bz2", + "archiveFileName": "gcc-arm-none-eabi-7-2017-q4-major-linux64.tar.bz2", + "checksum": "SHA-256:96a029e2ae130a1210eaa69e309ea40463028eab18ba19c1086e4c2dafe69a6a", + "size": "99857645" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/gcc-arm-none-eabi-7-2018-q2-update-linux32.tar.bz2", + "archiveFileName": "gcc-arm-none-eabi-7-2018-q2-update-linux32.tar.bz2", + "checksum": "SHA-256:090a0bc2b1956bc49392dff924a6c30fa57c88130097b1972204d67a45ce3cf3", + "size": "97427309" + } + ] + }, + { + "name": "bossac", + "version": "1.3-arduino", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i686-linux-gnu.tar.bz2", + "archiveFileName": "bossac-1.3a-arduino-i686-linux-gnu.tar.bz2", + "checksum": "SHA-256:d6d10362f40729a7877e43474fcf02ad82cf83321cc64ca931f5c82b2d25d24f", + "size": "147359" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-x86_64-pc-linux-gnu.tar.bz2", + "archiveFileName": "bossac-1.3a-arduino-x86_64-pc-linux-gnu.tar.bz2", + "checksum": "SHA-256:c1daed033251296768fa8b63ad283e053da93427c0f3cd476a71a9188e18442c", + "size": "26179" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i686-mingw32.tar.bz2", + "archiveFileName": "bossac-1.3a-arduino-i686-mingw32.tar.bz2", + "checksum": "SHA-256:a37727622e0f86cb4f2856ad0209568a5d804234dba3dc0778829730d61a5ec7", + "size": "265647" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i386-apple-darwin11.tar.bz2", + "archiveFileName": "bossac-1.3a-arduino-i386-apple-darwin11.tar.bz2", + "checksum": "SHA-256:40770b225753e7a52bb165e8f37e6b760364f5c5e96048168d0178945bd96ad6", + "size": "39475" + } + ] + }, + { + "name": "avr-gcc", + "version": "4.8.1-arduino2", + "systems": [ + { + "size": "24443285", + "checksum": "SHA-256:c19a7526235c364d7f62ec1a993d9b495973ba1813869ccf0241c65905896852", + "host": "i386-apple-darwin11", + "archiveFileName": "avr-gcc-4.8.1-arduino2-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-i386-apple-darwin11.tar.bz2" + }, + { + "size": "27152002", + "checksum": "SHA-256:24a931877bee5f36dc00a88877219a6d2f6a1fb7abb989fd04556b8432d2e14e", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-4.8.1-arduino2-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "25876628", + "checksum": "SHA-256:2d701b4efbc8cec62dc299cde01730c5eebcf23d7e4393db8cf7744a9bf1d3de", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-4.8.1-arduino2-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "46046691", + "checksum": "SHA-256:2eafb49fb803fa4d2c32d35e24c0b372fcd520ca0a790fa537a847179e382000", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-4.8.1-arduino2-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino2-i686-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.0.1-arduino2", + "systems": [ + { + "size": "264965", + "checksum": "SHA-256:71117cce0096dad6c091e2c34eb0b9a3386d3aec7d863d2da733d9e5eac3a6b1", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.0.1-arduino2-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-i386-apple-darwin11.tar.bz2" + }, + { + "size": "292541", + "checksum": "SHA-256:2489004d1d98177eaf69796760451f89224007c98b39ebb5577a9a34f51425f1", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.0.1-arduino2-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "283209", + "checksum": "SHA-256:6f633dd6270ad0d9ef19507bcbf8697b414a15208e4c0f71deec25ef89cdef3f", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.0.1-arduino2-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "241618", + "checksum": "SHA-256:6c5483800ba753c80893607e30cade8ab77b182808fcc5ea15fa3019c63d76ae", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.0.1-arduino2-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino2-i686-mingw32.zip" + } + ] + }, + { + "name": "avr-gcc", + "version": "4.8.1-arduino3", + "systems": [ + { + "size": "24447175", + "checksum": "SHA-256:28e207c66b3dc405367d0c5e68ce3c278e5ec3abb0e4974e7927fe0f9a532c40", + "host": "i386-apple-darwin11", + "archiveFileName": "avr-gcc-4.8.1-arduino3-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-i386-apple-darwin11.tar.bz2" + }, + { + "size": "30556996", + "checksum": "SHA-256:028340abec6eb3085b82404dfc7ed143e1bb05b2da961b539ddcdba4a6f65533", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-4.8.1-arduino3-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "28768022", + "checksum": "SHA-256:37796548ba9653267568f959cd8c7ebfe5b4bce4599898cf9f876d64e616cb87", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-4.8.1-arduino3-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "46046917", + "checksum": "SHA-256:d6f0527793f9800f060408392a99eb290ed205730edbae43a1a25cbf6b6b588f", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-4.8.1-arduino3-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino3-i686-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.0.1-arduino3", + "systems": [ + { + "size": "264682", + "checksum": "SHA-256:df7cd4a76e45ab3767eb964f845f4d5e9d643df950ec32812923da1e9843d072", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.0.1-arduino3-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-i386-apple-darwin11.tar.bz2" + }, + { + "size": "748634", + "checksum": "SHA-256:bb7bff48f20a68e1fe559c3f3f644574df12ab5c98eb6a1491079f3c760434ad", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.0.1-arduino3-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "495482", + "checksum": "SHA-256:96a0cfb83fe0452366159e3bf4e19ff10906a8957d1feafd3d98b49ab4b14405", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.0.1-arduino3-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "241619", + "checksum": "SHA-256:ea59bfc2ee85039c85318b2ba52c47ef0573513444a785b72f59b22586a950f9", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.0.1-arduino3-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino3-i686-mingw32.zip" + } + ] + }, + { + "name": "avr-gcc", + "version": "4.8.1-arduino5", + "systems": [ + { + "size": "24403768", + "checksum": "SHA-256:c8ffcd2db7a651b48ab4ea19db4b34fbae3e7f0210a0f294592af2bdabf2154b", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avr-gcc-4.8.1-arduino5-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "24437400", + "checksum": "SHA-256:111b3ef00d737d069eb237a8933406cbb928e4698689e24663cffef07688a901", + "host": "i386-apple-darwin11", + "archiveFileName": "avr-gcc-4.8.1-arduino5-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-i386-apple-darwin11.tar.bz2" + }, + { + "size": "27093036", + "checksum": "SHA-256:9054fcc174397a419ba56c4ce1bfcbcad275a6a080cc144905acc9b0351ee9cc", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-4.8.1-arduino5-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "25882375", + "checksum": "SHA-256:7648b7f549b37191da0b0be53bae791b652f82ac3cb4e7877f85075aaf32141f", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-4.8.1-arduino5-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "46044779", + "checksum": "SHA-256:d4303226a7b41d3c445d901b5aa5903458def3fc7b7ff4ffef37cabeb37d424d", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-4.8.1-arduino5-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.8.1-arduino5-i686-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.0.1-arduino5", + "systems": [ + { + "size": "267095", + "checksum": "SHA-256:23ea1341dbc117ec067f2eb1a498ad2bdd7d11fff0143c00b2e018c39804f6b4", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.0.1-arduino5-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "264894", + "checksum": "SHA-256:41af8d3b0a586853c8317b4fb5163ca0db594a1870ddf680fd988c42166fc3e5", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.0.1-arduino5-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i386-apple-darwin11.tar.bz2" + }, + { + "size": "292629", + "checksum": "SHA-256:d826cca7383461f7e8adde686372cf900e9cb3afd639555cf2d6c645b283a476", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.0.1-arduino5-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "283121", + "checksum": "SHA-256:5933d66927bce46ababa9b68a8b7f1d53f68c4f3ff7a5ce4b85d7cf4e6c6bfee", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.0.1-arduino5-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "241634", + "checksum": "SHA-256:41f667f1f6a0ab8df46b4ffacd023176dcdef331d6db3b74bddd37d18cca0a44", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.0.1-arduino5-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.0.1-arduino5-i686-mingw32.zip" + } + ] + }, + { + "name": "avr-gcc", + "version": "4.9.2-atmel3.5.3-arduino", + "systems": [ + { + "size": "27046965", + "checksum": "SHA-256:adeee70be27cc3ee0e4b9e844610d9c534c7b21dae24ec3fa49808c2f04958de", + "host": "i386-apple-darwin11", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-i386-apple-darwin11.tar.bz2" + }, + { + "size": "27400001", + "checksum": "SHA-256:02dba9ee77694c23a4c304416a3808949c8faedf07f25a225a4189d850615ec6", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "29904544", + "checksum": "SHA-256:0711e885c0430859e7fea3831af8c69a0c25f92a90ecfda9281799a0acec7455", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "29077606", + "checksum": "SHA-256:fe0bb1d6369694779ceb671d457ccadbeafe855a11f6746b7db20055cea4df33", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "43847566", + "checksum": "SHA-256:445ce3117e87be7e196809fbbea373976160689b6d4b43dbf185eb4c914d1469", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino-i686-mingw32.zip" + } + ] + }, + { + "name": "avr-gcc", + "version": "4.9.2-atmel3.5.3-arduino2", + "systems": [ + { + "size": "27400889", + "checksum": "SHA-256:77f300d519bc6b9a25df17b36cb303218e9a258c059b2f6bff8f71a0d8f96821", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "27048070", + "checksum": "SHA-256:311258af188defe24a4b341e4e1f4dc93ca6c80516d3e3b55a2fc07a7050248b", + "host": "i386-apple-darwin11", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2" + }, + { + "size": "43847945", + "checksum": "SHA-256:f8e6ede8746c70be01ec79a30803277cd94360cc5b2e104762da0fbcf536fcc6", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip" + }, + { + "size": "29292729", + "checksum": "SHA-256:f108951e7c4dc90926d1fc76cc27549f6ea63c702a2bb7ff39647a19ae86ec68", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "29882960", + "checksum": "SHA-256:3903a6d1bb9fdd91727e504b5993d5501f119bcb7f99f7aee98a2101e5629188", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "avr-gcc", + "version": "4.9.2-atmel3.5.4-arduino2", + "systems": [ + { + "size": "27764772", + "checksum": "SHA-256:ee36009e19bd238d1f6351cbc9aa5db69714761f67dec4c1d69d5d5d7758720c", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "28574644", + "checksum": "SHA-256:67b3ed3555eacf0b4fc6f62240773b9f0220171fe4de26bb8d711547fc884730", + "host": "i386-apple-darwin11", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2" + }, + { + "size": "44386446", + "checksum": "SHA-256:6044551cd729d88ea6ffcccf10aad1934c5b164d61f4f5890b0e78524ffff853", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip" + }, + { + "size": "29723974", + "checksum": "SHA-256:63a9d4cebbac06fd5fa8f48a2e2ba7d513837dcddc97f560129b4e466af901b5", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "30374404", + "checksum": "SHA-256:19480217f1524d78467b83cd742f503182bbcc76b5440093261f146828aa588c", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "avr-gcc", + "version": "5.4.0-atmel3.6.1-arduino2", + "systems": [ + { + "size": "31449123", + "checksum": "SHA-256:6741f95cc3182a8729cf9670eb13d8dc5a19e881639ca61e53a2d78346a4e99f", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "33141295", + "checksum": "SHA-256:0fa9e4f2d6d09782dbc84dd91a302849cde2f192163cb9f29484c5f32785269a", + "host": "aarch64-linux-gnu", + "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-aarch64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-aarch64-pc-linux-gnu.tar.bz2" + }, + { + "size": "31894498", + "checksum": "SHA-256:abc50137543ba73e227b4d1b8510fff50a474bacd24f2c794f852904963849f8", + "host": "i386-apple-darwin11", + "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-i386-apple-darwin11.tar.bz2" + }, + { + "size": "45923772", + "checksum": "SHA-256:7eb5691a379b547798fae535b05d68bc02d3969f12d051b8a5a5f2f350ab0a7f", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-w64-mingw32.zip" + }, + { + "size": "33022916", + "checksum": "SHA-256:51f87e04f3cdaa73565c751051ac118e02904ad8478f1475b300e1bffcd5538f", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "33522375", + "checksum": "SHA-256:05422b0d73b10357c12ea938f02cf50529422b89a4722756e70024aed3e69185", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-5.4.0-atmel3.6.1-arduino2-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-5.4.0-atmel3.6.1-arduino2-x86_64-pc-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "avr-gcc", + "version": "7.3.0-atmel3.6.1-arduino5", + "systems": [ + { + "size": "34462042", + "checksum": "SHA-256:f4acd5531c6b82c715e2edfa0aadb13fb718b4095b3ea1aa1f7fbde680069639", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "39381972", + "checksum": "SHA-256:dd9c70190be370a44fb47dab1514de6d8852b861dfa527964b65c740d8d50c10", + "host": "aarch64-linux-gnu", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-aarch64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-aarch64-pc-linux-gnu.tar.bz2" + }, + { + "size": "38492678", + "checksum": "SHA-256:f48706317f04452544ab90e75bd1bb193f8af2cb1002f53aa702f27202c1b38f", + "host": "x86_64-apple-darwin14", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-apple-darwin14.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-apple-darwin14.tar.bz2" + }, + { + "size": "53727984", + "checksum": "SHA-256:6d4a5d089a36e5b5252befc73da204555b49e376ce7577ee19ca7f028b295830", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-w64-mingw32.zip" + }, + { + "size": "38710087", + "checksum": "SHA-256:2ff12739d7ed09688d6b3c2c126e8df69b5bda1a07ab558799f0e576571e0e1d", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "39114120", + "checksum": "SHA-256:3effed8ffa1978b6e4a46f1aa2acc629e440b4d77244f71f9b79a916025206fb", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-x86_64-pc-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "avr-gcc", + "version": "7.3.0-atmel3.6.1-arduino7", + "systems": [ + { + "size": "34683056", + "checksum": "SHA-256:3903553d035da59e33cff9941b857c3cb379cb0638105dfdf69c97f0acc8e7b5", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "38045723", + "checksum": "SHA-256:03d322b9df6da17289e9e7c6233c34a8535d9c645c19efc772ba19e56914f339", + "host": "aarch64-linux-gnu", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2" + }, + { + "size": "36684546", + "checksum": "SHA-256:f6ed2346953fcf88df223469088633eb86de997fa27ece117fd1ef170d69c1f8", + "host": "x86_64-apple-darwin14", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2" + }, + { + "size": "52519412", + "checksum": "SHA-256:a54f64755fff4cb792a1495e5defdd789902a2a3503982e81b898299cf39800e", + "host": "i686-mingw32", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip" + }, + { + "size": "37176991", + "checksum": "SHA-256:954bbffb33545bcdcd473af993da2980bf32e8461ff55a18e0eebc7b2ef69a4c", + "host": "i686-linux-gnu", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "37630618", + "checksum": "SHA-256:bd8c37f6952a2130ac9ee32c53f6a660feb79bee8353c8e289eb60fdcefed91e", + "host": "x86_64-linux-gnu", + "archiveFileName": "avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino2", + "systems": [ + { + "size": "643484", + "checksum": "SHA-256:26af86137d8a872f64d217cb262734860b36fe26d6d34faf72e951042f187885", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino2-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "653968", + "checksum": "SHA-256:32525ea3696c861030e1a6006a5f11971d1dad331e45bfa68dac35126476b04f", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.3.0-arduino2-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-i386-apple-darwin11.tar.bz2" + }, + { + "size": "745081", + "checksum": "SHA-256:9635af5a35bdca11804c07582d7beec458140fb6e3308168c3deda18dc6790fa", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino2-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "731802", + "checksum": "SHA-256:790b6cb610c48e73a2a0f65dcee9903d2fd7f1b0a1f75008a9a21f50a60c7251", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino2-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "608496", + "checksum": "SHA-256:8eaf98ea41fbd4450483488ef31710cbcc43c0412dbc8e1e1b582feaab6eca30", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino2-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino2-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino6", + "systems": [ + { + "size": "644600", + "checksum": "SHA-256:2426207423d58eb0e5fc4df9493418f1cb54ba3f328fdc7c3bb582f920b9cbe7", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "696273", + "checksum": "SHA-256:d9a039c9e92d3dbb2011e75e6c044a1a4a2789e2fbf8386b1d580994811be084", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2" + }, + { + "size": "746653", + "checksum": "SHA-256:97b4875cad6110c70101bb776f3ac37b64a2e73f036cd0b10afb6f4be96a6621", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "733127", + "checksum": "SHA-256:5f4bc4b0957b1d34cec9908b7f84a7c297b894b39fe16a4992c284b24c00d6fb", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "645859", + "checksum": "SHA-256:7468a1bcdfa459d175a095b102c0de28efc466accfb104305fbcad7832659ddc", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino6-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino8", + "systems": [ + { + "size": "644550", + "checksum": "SHA-256:25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino8-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "697268", + "checksum": "SHA-256:be8a33a7ec01bb7123279466ffa31371e0aa4fccefffcc23ce71810b59531947", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.3.0-arduino8-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-i386-apple-darwin11.tar.bz2" + }, + { + "size": "711544", + "checksum": "SHA-256:85f38d02e2398d3b7f93da2ca8b830ee65bb73f66cc7a7b30c466d3cebf2da6e", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino8-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "701718", + "checksum": "SHA-256:8e2e4bc71d22e9d11ed143763b97f3aa2d164cdeee678a9deaf5b36e245b2d20", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino8-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "645996", + "checksum": "SHA-256:3a7592f6c33efd658b820c73d1058d3c868a297cbddb37da5644973c3b516d5e", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino8-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino8-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino9", + "systems": [ + { + "size": "644550", + "checksum": "SHA-256:25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "697309", + "checksum": "SHA-256:bfa06bc042dff252d3a8eded98da159484e75b46d2697da4d9446dcd2aea8465", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2" + }, + { + "size": "711229", + "checksum": "SHA-256:c8cccb84e2fe49ee837b24f0a60a99e9c371dae26e84c5b0b22b6b6aab2f1f6a", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "701590", + "checksum": "SHA-256:4235a2d58e3c3224c603d6c5f0610507ed6c48ebf4051fdcce9f77a7646e218b", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "645974", + "checksum": "SHA-256:f3c5cfa8d0b3b0caee81c5b35fb6acff89c342ef609bf4266734c6266a256d4f", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino9-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino14", + "systems": [ + { + "size": "219616", + "checksum": "SHA-256:d1a06275490d59a431c419788bbc53ffd5a79510dac1a35e63cf488621ba5589", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino14-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "229688", + "checksum": "SHA-256:439f5de150695e3732dd598bb182dae6ec1e3a5cdb580f855d9b58e485e84e66", + "host": "aarch64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino14-aarch64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-aarch64-pc-linux-gnu.tar.bz2" + }, + { + "size": "256917", + "checksum": "SHA-256:47d03991522722ce92120c60c4118685b7861909d895f34575001137961e4a63", + "host": "i386-apple-darwin11", + "archiveFileName": "avrdude-6.3.0-arduino14-i386-apple-darwin12.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-i386-apple-darwin11.tar.bz2" + }, + { + "size": "253366", + "checksum": "SHA-256:7986e8f3059353dc08f9234f7dbc98d9b2fa2242f046f02a8243a060f7358bfc", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino14-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "244293", + "checksum": "SHA-256:4f100e3843c635064997df91d2a079ab15cd30d1d7fa227280abe6a7c3bc74ca", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino14-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "328363", + "checksum": "SHA-256:69293e0de2eff8de89f553477795c25005f674a320bbba4b0222beb0194aa297", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino14-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino14-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino16", + "systems": [ + { + "size": "219642", + "checksum": "SHA-256:6fc443445440f0e2d95d70013ed075bceffc2a1babc1e7d4f1ae69c3fe268c57", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino16-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "229997", + "checksum": "SHA-256:7a2726ab2fd18b910abc3d9dd33c4b40d18c34cf12c46f3367932e7fd87c0197", + "host": "aarch64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino16-aarch64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-aarch64-pc-linux-gnu.tar.bz2" + }, + { + "size": "279172", + "checksum": "SHA-256:f93dc12a4b30a335ab24b3c628e6cad0ebf2f8adfb7ef50f87c0fc17165b2156", + "host": "x86_64-apple-darwin15", + "archiveFileName": "avrdude-6.3.0-arduino16-i386-apple-darwin11.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-i386-apple-darwin11.tar.bz2" + }, + { + "size": "254085", + "checksum": "SHA-256:57856d6e388d333d924afa3e2d5525161dbe0dc670e7caae2720e249606175a7", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino16-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "244393", + "checksum": "SHA-256:bdf73358991243a9a8de11a42c80c4ec4b14c82f2222cb0c3c181f62656c41fb", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino16-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "328456", + "checksum": "SHA-256:781c16a8bf813fa68fc0f47d427279053c9e098c3aed7165449ac4f0137304dd", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino16-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino16-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino17", + "systems": [ + { + "size": "219631", + "checksum": "SHA-256:2a8e68c5d803aa6f902ef219f177ec3a4c28275d85cbe272962ad2cd374f50d1", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "229852", + "checksum": "SHA-256:6cf948f751acfe7b96684537f2291c766ec8b54b4f7dc95539864821456fa9fc", + "host": "aarch64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2" + }, + { + "size": "279045", + "checksum": "SHA-256:120cc9edaae699e7e9ac50b1b8eb0e7d51fdfa555bac54233c2511e6ee5418c9", + "host": "x86_64-apple-darwin12", + "archiveFileName": "avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-apple-darwin12.tar.bz2" + }, + { + "size": "254271", + "checksum": "SHA-256:accdfb920af2aabf4f7461d2ac73c0751760f525216dc4e7657427a78c60d13d", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "244550", + "checksum": "SHA-256:5c8cc6c17db9300e1451fe41cd7178b0442b4490ee6fdbc0aed9811aef96c05f", + "host": "i686-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-pc-linux-gnu.tar.bz2" + }, + { + "size": "328460", + "checksum": "SHA-256:e99188873c7c5ad8f8f906f068c33600e758b2e36cce3adbd518a21bd266749d", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino17-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "avrdude", + "version": "6.3.0-arduino18", + "systems": [ + { + "size": "220677", + "checksum": "SHA-256:2e25c9e99c255d595a1072679a88ecddfa12c223b18510760bb867039f35efa5", + "host": "arm-linux-gnueabihf", + "archiveFileName": "avrdude-6.3.0-arduino18-armhf-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-armhf-pc-linux-gnu.tar.bz2" + }, + { + "size": "231047", + "checksum": "SHA-256:4f88bb50d2235182ed7aa9e0a1d08e4bb956378ac9569b8e1141e37ed314fb2d", + "host": "aarch64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino18-aarch64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-aarch64-pc-linux-gnu.tar.bz2" + }, + { + "size": "280072", + "checksum": "SHA-256:df1dfd18e2e287c47232605cd4fa41751eb70df8c300aeb7a00a3a09b524a1b8", + "host": "x86_64-apple-darwin12", + "archiveFileName": "avrdude-6.3.0-arduino18-x86_64-apple-darwin12.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-x86_64-apple-darwin12.tar.bz2" + }, + { + "size": "254460", + "checksum": "SHA-256:1ae46972b276b8a54c459f87c4ff326abdad0be2b1a293d73bf86e47765eddc3", + "host": "x86_64-linux-gnu", + "archiveFileName": "avrdude-6.3.0-arduino18-x86_64-pc-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-x86_64-pc-linux-gnu.tar.bz2" + }, + { + "size": "329515", + "checksum": "SHA-256:0781f4183e91a9783c2330035520144ab76b8f75c0a9f7a25877c063bc984c4d", + "host": "i686-mingw32", + "archiveFileName": "avrdude-6.3.0-arduino18-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino18-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "arduinoOTA", + "version": "1.0.0", + "systems": [ + { + "size": "2044124", + "checksum": "SHA-256:850a86876403cb45c944590a8cc7f9d8ef6d53ed853f7a9593ec395c4c1c6b2d", + "host": "i686-linux-gnu", + "archiveFileName": "arduinoOTA-1.0.0-linux32.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-linux32.tar.bz2" + }, + { + "size": "2178772", + "checksum": "SHA-256:f01f25e02787492a8a30414230635adae76ed85228045437433892d185991f9e", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduinoOTA-1.0.0-linux64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-linux64.tar.bz2" + }, + { + "size": "1961623", + "checksum": "SHA-256:0ca6c0a93bfad50be0b6e62dc51ba6c3267b809bab4ec91ef9606ab7d838e46b", + "host": "arm-linux-gnueabihf", + "archiveFileName": "arduinoOTA-1.0.0-linuxarm.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-linuxarm.tar.bz2" + }, + { + "size": "2180617", + "checksum": "SHA-256:e63c6034da2c1a7fe453eaa29c22df88627cc0aa3c5cbab7635c19367b74ee59", + "host": "i386-apple-darwin11", + "archiveFileName": "arduinoOTA-1.0.0-osx.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-osx.tar.bz2" + }, + { + "size": "2247970", + "checksum": "SHA-256:7bced1489217e07661ea1e75702a10a874b54f6146e2414ee47684c7eac014d1", + "host": "i686-mingw32", + "archiveFileName": "arduinoOTA-1.0.0-windows.zip", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.0.0-windows.zip" + } + ] + }, + { + "name": "arduinoOTA", + "version": "1.1.1", + "systems": [ + { + "size": "2045036", + "checksum": "SHA-256:7ac91ef1d5b357c0ceb790be02ef54986db598ba5a42fffbd6c8ecbdd6a271ef", + "host": "i686-linux-gnu", + "archiveFileName": "arduinoOTA-1.1.1-linux_386.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_386.tar.bz2" + }, + { + "size": "2178288", + "checksum": "SHA-256:eb5ad0a457dd7f610f7f9b85454399c36755673d61a16f9d07cdfcbbb32ec277", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduinoOTA-1.1.1-linux_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_amd64.tar.bz2" + }, + { + "size": "1962115", + "checksum": "SHA-256:e4880d83df3d3f6f4b7b7bcde161e80a0556877468803a3c6066ee4ad18a374c", + "host": "arm-linux-gnueabihf", + "archiveFileName": "arduinoOTA-1.1.1-linux_arm.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_arm.tar.bz2" + }, + { + "size": "2181376", + "checksum": "SHA-256:a1ce7cf578982f3af5e4fab6b5839e44830d7a41cb093faba5c4b45952a6fa55", + "host": "i386-apple-darwin11", + "archiveFileName": "arduinoOTA-1.1.1-darwin_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-darwin_amd64.tar.bz2" + }, + { + "size": "2248431", + "checksum": "SHA-256:b2d3610c77f969a68cd75b6ea66bf63ec10c263937009d99147fbcd975c90006", + "host": "i686-mingw32", + "archiveFileName": "arduinoOTA-1.1.1-windows_386.zip", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-windows_386.zip" + } + ] + }, + { + "name": "arduinoOTA", + "version": "1.2.0", + "systems": [ + { + "size": "1839854", + "checksum": "SHA-256:7157a0b56620fb43b8dfb4afd958f8b294476a5ce4322c212167ca5d4092f2d9", + "host": "i686-linux-gnu", + "archiveFileName": "arduinoOTA-1.2.0-linux_386.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-linux_386.tar.bz2" + }, + { + "size": "1974030", + "checksum": "SHA-256:f672c1c407c4cb10729a1d891bdb8b010e2043e5415e1c2559bf39cdeaede78c", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduinoOTA-1.2.0-linux_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-linux_amd64.tar.bz2" + }, + { + "size": "1787138", + "checksum": "SHA-256:ac49ffcd3239a6a52215f89dbda012d28f1296e6d79fc0efc3df06f919105744", + "host": "arm-linux-gnueabihf", + "archiveFileName": "arduinoOTA-1.2.0-linux_arm.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-linux_arm.tar.bz2" + }, + { + "size": "1992476", + "checksum": "SHA-256:160e83e77d7a60514ca40fedf34f539124aac4b9ae0e2bfdf8fda11d958de38f", + "host": "i386-apple-darwin11", + "archiveFileName": "arduinoOTA-1.2.0-darwin_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-darwin_amd64.tar.bz2" + }, + { + "size": "2003964", + "checksum": "SHA-256:9d26747093ab7966bfeffced9dbd7def0e164bba0db89f5efb3f7f8011496c8f", + "host": "i686-mingw32", + "archiveFileName": "arduinoOTA-1.2.0-windows_386.zip", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.0-windows_386.zip" + } + ] + }, + { + "name": "arduinoOTA", + "version": "1.2.1", + "systems": [ + { + "size": "2133779", + "checksum": "SHA-256:2ffdf64b78486c1d0bf28dc23d0ca36ab75ca92e84b9487246da01888abea6d4", + "host": "i686-linux-gnu", + "archiveFileName": "arduinoOTA-1.2.1-linux_386.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_386.tar.bz2" + }, + { + "size": "2257689", + "checksum": "SHA-256:5b82310d53688480f34a916aac31cd8f2dd2be65dd8fa6c2445262262e1948f9", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduinoOTA-1.2.1-linux_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_amd64.tar.bz2" + }, + { + "size": "2093132", + "checksum": "SHA-256:ad54b3dcd586212941fd992bab573b53d13207a419a3f2981c970a085ae0e9e0", + "host": "arm-linux-gnueabihf", + "archiveFileName": "arduinoOTA-1.2.1-linux_arm.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_arm.tar.bz2" + }, + { + "size": "2093132", + "checksum": "SHA-256:ad54b3dcd586212941fd992bab573b53d13207a419a3f2981c970a085ae0e9e0", + "host": "aarch64-linux-gnu", + "archiveFileName": "arduinoOTA-1.2.1-linux_arm.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-linux_arm.tar.bz2" + }, + { + "size": "2244088", + "checksum": "SHA-256:93a6d9f9c0c765d237be1665bf7a0a8e2b0b6d2a8531eae92db807f5515088a7", + "host": "i386-apple-darwin11", + "archiveFileName": "arduinoOTA-1.2.1-darwin_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-darwin_amd64.tar.bz2" + }, + { + "size": "2237511", + "checksum": "SHA-256:e1ebf21f2c073fce25c09548c656da90d4ef6c078401ec6f323e0c58335115e5", + "host": "i686-mingw32", + "archiveFileName": "arduinoOTA-1.2.1-windows_386.zip", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.2.1-windows_386.zip" + } + ] + }, + { + "name": "arduinoOTA", + "version": "1.3.0", + "systems": [ + { + "size": "2633516", + "checksum": "SHA-256:3e7f59d6fbc7a724598303f0d3289d0c4fd137a8973437980658379a024887b2", + "host": "i686-linux-gnu", + "archiveFileName": "arduinoOTA-1.3.0-linux_386.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_386.tar.bz2" + }, + { + "size": "2716248", + "checksum": "SHA-256:aa45ee2441ffc3a122daec5802941d1fa2ac47adf5c5c481b5e0daa4dc259ffa", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduinoOTA-1.3.0-linux_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2" + }, + { + "size": "2567435", + "checksum": "SHA-256:1888587409b56aef4ba0ab0e6703b3dccba7cc3a022756ba9b908247e5d5a656", + "host": "arm-linux-gnueabihf", + "archiveFileName": "arduinoOTA-1.3.0-linux_arm.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm.tar.bz2" + }, + { + "size": "2472427", + "checksum": "SHA-256:835ed8f37cffac37e979d1b0f6041559592d3d98be52f0e8611b76c4858e4113", + "host": "aarch64-linux-gnu", + "archiveFileName": "arduinoOTA-1.3.0-linux_arm64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_arm64.tar.bz2" + }, + { + "size": "2766116", + "checksum": "SHA-256:d5d0f82ff829c0e434d12a2ee640a6fbd78f893ab37782edbb8b5bf2359d119e", + "host": "i386-apple-darwin11", + "archiveFileName": "arduinoOTA-1.3.0-darwin_amd64.tar.bz2", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-darwin_amd64.tar.bz2" + }, + { + "size": "2768948", + "checksum": "SHA-256:051943844eee442460d2c709edefadca184287fffd2b6c100dd53aa742aa05f6", + "host": "i686-mingw32", + "archiveFileName": "arduinoOTA-1.3.0-windows_386.zip", + "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-windows_386.zip" + } + ] + }, + { + "name": "arduinoOTA", + "version": "1.4.1", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "arduinoOTA_1.4.1_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduinoOTA/arduinoOTA_1.4.1_Linux_32bit.tar.gz", + "size": "3741387", + "checksum": "SHA-256:42e3f157acbe68b497a57a744ab48aeb8def2e367a457edba353377956e7c1de" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "arduinoOTA_1.4.1_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduinoOTA/arduinoOTA_1.4.1_Linux_64bit.tar.gz", + "size": "3985162", + "checksum": "SHA-256:90d9394f368fb80c512b0be89535f28ca03da64f97e39ed755d33aba63aba7dd" + }, + { + "host": "i686-mingw32", + "archiveFileName": "arduinoOTA_1.4.1_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/tools/arduinoOTA/arduinoOTA_1.4.1_Windows_32bit.zip", + "size": "3723304", + "checksum": "SHA-256:012721cbff75c0908b3e7d191231064743e8f025fe771b38b33028d01d859e52" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "arduinoOTA_1.4.1_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/tools/arduinoOTA/arduinoOTA_1.4.1_Windows_64bit.zip", + "size": "3895845", + "checksum": "SHA-256:d9d14f01cbccc83a19292777cd604660e8cbe7d362f2ca972e3d0a296ab0d746" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "arduinoOTA_1.4.1_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduinoOTA/arduinoOTA_1.4.1_macOS_64bit.tar.gz", + "size": "3956086", + "checksum": "SHA-256:5f824b5268b6cb56391deee81a58e9edaa3f0b247862d623c4c8e735b202ecf2" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "arduinoOTA_1.4.1_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduinoOTA/arduinoOTA_1.4.1_Linux_ARMv6.tar.gz", + "size": "3583929", + "checksum": "SHA-256:248daf6e9ea73b6eed9ec697c610524fcba73b63327d0176b6944e0936f1bdf4" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "arduinoOTA_1.4.1_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduinoOTA/arduinoOTA_1.4.1_Linux_ARM64.tar.gz", + "size": "3648820", + "checksum": "SHA-256:01081746bc8ec0ae879c89b518301937b2040abfb13c0e3f43e182de47edbbf7" + } + ] + }, + { + "name": "bossac", + "version": "1.5-arduino", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-arm-linux-gnueabihf.tar.bz2", + "archiveFileName": "bossac-1.5-arduino2-arm-linux-gnueabihf.tar.bz2", + "checksum": "SHA-256:7b61b7814e5b57bcbd853439fc9cd3e98af4abfdd369bf039c6917f9599e44b9", + "size": "199550" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-mingw32.tar.gz", + "archiveFileName": "bossac-1.5-arduino2-mingw32.tar.gz", + "checksum": "SHA-256:9d849a34f0b26c25c6a8c4d741cd749dea238cade73b57a3048f248c431d9cc9", + "size": "222283" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-i386-apple-darwin14.3.0.tar.gz", + "archiveFileName": "bossac-1.5-arduino2-i386-apple-darwin14.3.0.tar.gz", + "checksum": "SHA-256:8f07e50a1f887cb254092034c6a4482d73209568cd83cb624d6625d66794f607", + "size": "64120" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-x86_64-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.5-arduino2-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:42785329155dcb39872d4d30a2a9d31e0f0ce3ae7e34a3ed3d840cbc909c4657", + "size": "30431" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/bossac-1.5-arduino2-i486-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.5-arduino2-i486-linux-gnu.tar.gz", + "checksum": "SHA-256:ac56e553bbd6d992fa5592ace90996806230ab582f2bf9f8590836fec9dabef6", + "size": "29783" + } + ] + }, + { + "name": "bossac", + "version": "1.6-arduino", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-mingw32.tar.gz", + "archiveFileName": "bossac-1.6-arduino-mingw32.tar.gz", + "checksum": "SHA-256:b59d64d3f7a43c894d0fba2dd1241bbaeefedf8c902130a24d8ec63b08f9ff6a", + "size": "222517" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-i386-apple-darwin14.4.0.tar.gz", + "archiveFileName": "bossac-1.6-arduino-i386-apple-darwin14.4.0.tar.gz", + "checksum": "SHA-256:6b3b686a782b6587c64c85db80085c9089c5ea1b051e49e5af17b3c6109c8efa", + "size": "64538" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-x86_64-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.6-arduino-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:2ce7a54d609b4ce3b678147202b2556dd1ce5b318de48a018c676521b994c7a7", + "size": "30649" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.6-arduino-i486-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.6-arduino-i486-linux-gnu.tar.gz", + "checksum": "SHA-256:5c320bf5cfdbf03e3f648642e6de325e459a061fcf96b2215cb955263f7467b2", + "size": "30072" + } + ] + }, + { + "name": "bossac", + "version": "1.6.1-arduino", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-arm-linux-gnueabihf.tar.bz2", + "archiveFileName": "bossac-1.6.1-arduino-arm-linux-gnueabihf.tar.bz2", + "checksum": "SHA-256:8c4e63db982178919c824e7a35580dffc95c3426afa7285de3eb583982d4d391", + "size": "201341" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-mingw32.tar.gz", + "archiveFileName": "bossac-1.6.1-arduino-mingw32.tar.gz", + "checksum": "SHA-256:d59f43e2e83a337d04c4ae88b195a4ee175b8d87fff4c43144d23412a4a9513b", + "size": "222918" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-i386-apple-darwin14.5.0.tar.gz", + "archiveFileName": "bossac-1.6.1-arduino-i386-apple-darwin14.5.0.tar.gz", + "checksum": "SHA-256:2f80ef569a3fb19da60ab3489e49d8fe7d4699876acf30ff4938c632230a09aa", + "size": "64587" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-x86_64-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.6.1-arduino-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:b78afc66c00ccfdd69a08bd3959c260a0c64ccce78a71d5a1135ae4437ff40db", + "size": "30869" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/bossac-1.6.1-arduino-i486-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.6.1-arduino-i486-linux-gnu.tar.gz", + "checksum": "SHA-256:1e211347569d75193b337296a10dd25b0ce04419e3d7dc644355178b6b514f92", + "size": "30320" + } + ] + }, + { + "name": "bossac", + "version": "1.7.0", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-mingw32.tar.gz", + "archiveFileName": "bossac-1.7.0-mingw32.tar.gz", + "checksum": "SHA-256:9ef7d11b4fabca0adc17102a0290957d5cc26ce46b422c3a5344722c80acc7b2", + "size": "243066" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-i386-apple-darwin15.6.0.tar.gz", + "archiveFileName": "bossac-1.7.0-i386-apple-darwin15.6.0.tar.gz", + "checksum": "SHA-256:feac36ab38876c163dcf51bdbcfbed01554eede3d41c59a0e152e170fe5164d2", + "size": "63822" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-x86_64-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.7.0-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:9475c0c8596c1ba12dcbce60e48fef7559087fa8eccbea7bab732113f3c181ee", + "size": "31373" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-i686-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.7.0-i686-linux-gnu.tar.gz", + "checksum": "SHA-256:17003b0bdc698d52eeb91b09c34aec501c6e0285b4aa88659ab7cc407a451a4d", + "size": "31086" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arm-linux-gnueabihf.tar.gz", + "archiveFileName": "bossac-1.7.0-arm-linux-gnueabihf.tar.gz", + "checksum": "SHA-256:09e46d0af61b2189caaac0bc6d4dd15cb22c167fdedc56ec98602dd5f10e68e0", + "size": "27382" + } + ] + }, + { + "name": "bossac", + "version": "1.7.0-arduino3", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-windows.tar.gz", + "archiveFileName": "bossac-1.7.0-arduino3-windows.tar.gz", + "checksum": "SHA-256:62745cc5a98c26949ec9041ef20420643c561ec43e99dae659debf44e6836526", + "size": "3607421" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-osx.tar.gz", + "archiveFileName": "bossac-1.7.0-arduino3-osx.tar.gz", + "checksum": "SHA-256:adb3c14debd397d8135e9e970215c6972f0e592c7af7532fa15f9ce5e64b991f", + "size": "75510" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linux64.tar.gz", + "archiveFileName": "bossac-1.7.0-arduino3-linux64.tar.gz", + "checksum": "SHA-256:1ae54999c1f97234a5c603eb99ad39313b11746a4ca517269a9285afa05f9100", + "size": "207271" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linux32.tar.gz", + "archiveFileName": "bossac-1.7.0-arduino3-linux32.tar.gz", + "checksum": "SHA-256:4ac4354746d1a09258f49a43ef4d1baf030d81c022f8434774268b00f55d3ec3", + "size": "193577" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linuxarm.tar.gz", + "archiveFileName": "bossac-1.7.0-arduino3-linuxarm.tar.gz", + "checksum": "SHA-256:626c6cc548046901143037b782bf019af1663bae0d78cf19181a876fb9abbb90", + "size": "193941" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.7.0-arduino3-linuxaarch64.tar.gz", + "archiveFileName": "bossac-1.7.0-arduino3-linuxaarch64.tar.gz", + "checksum": "SHA-256:a098b2cc23e29f0dc468416210d097c4a808752cd5da1a7b9b8b7b931a04180b", + "size": "268365" + } + ] + }, + { + "name": "bossac", + "version": "1.8.0-48-gb176eee", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-i686-w64-mingw32.tar.gz", + "archiveFileName": "bossac-1.8-48-gb176eee-i686-w64-mingw32.tar.gz", + "checksum": "SHA-256:4523a6897f3dfd673fe821c5cfbac8d6a12782e7a36b312b9ee7d41deec2a10a", + "size": "91219" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-i386-apple-darwin16.1.0.tar.gz", + "archiveFileName": "bossac-1.8-48-gb176eee-i386-apple-darwin16.1.0.tar.gz", + "checksum": "SHA-256:581ecc16021de36638ae14e9e064ffb4a1d532a11502f4252da8bcdf5ce1d649", + "size": "39150" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-x86_64-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.8-48-gb176eee-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:1347eec67f5b90b785abdf6c8a8aa59129d0c016de7ff9b5ac1690378eacca3c", + "size": "37798" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-i486-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.8-48-gb176eee-i486-linux-gnu.tar.gz", + "checksum": "SHA-256:4c7492f876b8269aa9d8bcaad3aeda31acf1a0292383093b6d9f5f1d23fdafc3", + "size": "37374" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/bossac-1.8-48-gb176eee-arm-linux-gnueabihf.tar.gz", + "archiveFileName": "bossac-1.8-48-gb176eee-arm-linux-gnueabihf.tar.gz", + "checksum": "SHA-256:2001e4a592f3aefd22f213b1ddd6f5d8d5e74bd04080cf1b97c24cbaa81b10ed", + "size": "34825" + } + ] + }, + { + "name": "bossac", + "version": "1.9.1-arduino1", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-windows.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino1-windows.tar.gz", + "checksum": "SHA-256:fe2d6ef78ca711c78e104e258357ed06b09e95e9356dc72d8d2c9f6670af4b7a", + "size": "1260118" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-osx.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino1-osx.tar.gz", + "checksum": "SHA-256:c356632f98d5bae9b4f5d3ad823a5ee89b23078c2b835e8ac39a208f4855b0e6", + "size": "47835" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linux64.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino1-linux64.tar.gz", + "checksum": "SHA-256:d3d324a3503a8db825c01f3b38519e4d4824c4d0e42cb399a16c1e074f9a9a86", + "size": "399453" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linux32.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino1-linux32.tar.gz", + "checksum": "SHA-256:eec622b8b5a8642af94ec23febfe14c928edd734f144db73b146bf6708d2057f", + "size": "384792" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linuxarm.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino1-linuxarm.tar.gz", + "checksum": "SHA-256:b42061d2fa2dbd6910d0d295e024f2cff7bb44f3e2ecc0bc2fe71a1f31b0ecba", + "size": "361799" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino1-linuxaarch64.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino1-linuxaarch64.tar.gz", + "checksum": "SHA-256:b271013841e1e25ee55f241e8c50a56ed775d3b322844e1e3099231ba17f3868", + "size": "442657" + } + ] + }, + { + "name": "bossac", + "version": "1.9.1-arduino2", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-windows.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino2-windows.tar.gz", + "checksum": "SHA-256:5c994d04354f0db8e4bea136f49866d2ba537f0af74b2e78026f2d4fc75e3e39", + "size": "1260628" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-osx.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino2-osx.tar.gz", + "checksum": "SHA-256:b7732129364a378676604db6579c9b8dab50dd965fb50d7a3afff1839c97ff80", + "size": "47870" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linux64.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino2-linux64.tar.gz", + "checksum": "SHA-256:9eb549874391521999cee13dc823a2cfc8866b8246945339a281808d99c72d2c", + "size": "399532" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linux32.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino2-linux32.tar.gz", + "checksum": "SHA-256:10d69f53f169f25afee2dd583dfd9dc803c10543e6c5260d106725cb0d174900", + "size": "384951" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linuxarm.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino2-linuxarm.tar.gz", + "checksum": "SHA-256:c9539d161d23231b5beb1d09a71829744216c7f5bc2857a491999c3e567f5b19", + "size": "361915" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino2-linuxaarch64.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino2-linuxaarch64.tar.gz", + "checksum": "SHA-256:c167fa0ea223966f4d21f5592da3888bcbfbae385be6c5c4e41f8abff35f5cb1", + "size": "442853" + } + ] + }, + { + "name": "bossac", + "version": "1.9.1-arduino5", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino5-osx.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino5-osx.tar.gz", + "size": "47862", + "checksum": "SHA-256:c76eae00874a44265029b452303fb355e9ffa006e7ba214ca7ae01b1416867da" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino5-linuxaarch64.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino5-linuxaarch64.tar.gz", + "size": "442901", + "checksum": "SHA-256:f91dbbe90d57dd8074cd9b0ca7a2f5d41ee71bdf15e9bfd68bf2048a08e4a286" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino5-linuxarm.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino5-linuxarm.tar.gz", + "size": "362365", + "checksum": "SHA-256:a0680ac5067ca8134f28fd7f86320d4c3099c782cefecd2e9b1edfde57f5947b" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino5-linux64.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino5-linux64.tar.gz", + "size": "399674", + "checksum": "SHA-256:ef80d247c431db2686a3e6728cb4897b708b92cd67687100c125684f3c12fc80" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino5-linux32.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino5-linux32.tar.gz", + "size": "385086", + "checksum": "SHA-256:d9c7ddab312bfc330ed7a98916ffa2c7a9c44798863ce1f4467fb240abc1830a" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/bossac-1.9.1-arduino5-windows.tar.gz", + "archiveFileName": "bossac-1.9.1-arduino5-windows.tar.gz", + "size": "1260650", + "checksum": "SHA-256:99e1982cf29600152e1c89b3389c1b4ce853201491ed52a12b4a327200cc6af0" + } + ] + }, + { + "name": "openocd", + "version": "0.9.0-arduino", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-arm-linux-gnueabihf.tar.bz2", + "archiveFileName": "OpenOCD-0.9.0-dev-arduino-arm-linux-gnueabihf.tar.bz2", + "checksum": "SHA-256:a84e7c4cba853f2c937d77286f8a0ca317447d3873e51cbd2a2d41424e044a18", + "size": "1402283" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-i686-pc-cygwin.tar.bz2", + "archiveFileName": "OpenOCD-0.9.0-arduino-i686-pc-cygwin.tar.bz2", + "checksum": "SHA-256:5310bdd3730168a33b09b68558e908ca8b2fec25620c488f50a5fb35d0d1effd", + "size": "2360705" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-x86_64-apple-darwin14.3.0.tar.bz2", + "archiveFileName": "OpenOCD-0.9.0-arduino-x86_64-apple-darwin14.3.0.tar.bz2", + "checksum": "SHA-256:ef90769c07b8018cec3a5054e690ac6c196e03720e102ac5038c3f9da4e44782", + "size": "2275101" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-x86_64-linux-gnu.tar.bz2", + "archiveFileName": "OpenOCD-0.9.0-arduino-x86_64-linux-gnu.tar.bz2", + "checksum": "SHA-256:c350409f7badf213dfcc516ea34289461ad92d87806e8e33945508a2c6b2c0b3", + "size": "1210796" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/OpenOCD-0.9.0-arduino-i486-linux-gnu.tar.bz2", + "archiveFileName": "OpenOCD-0.9.0-arduino-i486-linux-gnu.tar.bz2", + "checksum": "SHA-256:4c9793dfd7822b0fc959d039e5ecabfa89092ee2911abfdc7b5905deb171499a", + "size": "1129654" + } + ] + }, + { + "name": "openocd", + "version": "0.9.0-arduino5-static", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-arm-linux-gnueabihf.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino5-static-arm-linux-gnueabihf.tar.bz2", + "checksum": "SHA-256:cef48c1448664612dd25168f0a56962aec4ce2f1d7c06dafd86a1b606dc8ae20", + "size": "1319000" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-i686-w64-mingw32.zip", + "archiveFileName": "openocd-0.9.0-arduino5-static-i686-w64-mingw32.zip", + "checksum": "SHA-256:54c70a0bfa1b0a3a592d6ee9ab532f9715e1dede2e7d46a3232abd72de274c5a", + "size": "1641209" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-x86_64-apple-darwin15.6.0.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino5-static-x86_64-apple-darwin15.6.0.tar.bz2", + "checksum": "SHA-256:14be5c5400e1a32c3d6a15f9c8d2f438634974ab263ff437b91b527e5b5d53a4", + "size": "1235752" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-x86_64-linux-gnu.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino5-static-x86_64-linux-gnu.tar.bz2", + "checksum": "SHA-256:8e378bdcd71c93a39818c16b49b91128c8028e3d9675551ba7eff39462391ba2", + "size": "1393855" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino5-static-i686-linux-gnu.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino5-static-i686-linux-gnu.tar.bz2", + "checksum": "SHA-256:8e0787f54e204fe6e9071b2b7edf8a5e695492696f1182d447647fe5c0bd55bd", + "size": "1341739" + } + ] + }, + { + "name": "openocd", + "version": "0.9.0-arduino6-static", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-arm-linux-gnueabihf.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino6-static-arm-linux-gnueabihf.tar.bz2", + "checksum": "SHA-256:5d596c90510f80d66f64a3615d74063a6a61f07b79be475592a3c76bf0deb3ca", + "size": "1319020" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-i686-w64-mingw32.zip", + "archiveFileName": "openocd-0.9.0-arduino6-static-i686-w64-mingw32.zip", + "checksum": "SHA-256:dde6c8cd42c179e819eeebee1d09829b0768ecb89b75fb10e1f053c1c65f9cf1", + "size": "1641514" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-x86_64-apple-darwin15.6.0.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino6-static-x86_64-apple-darwin15.6.0.tar.bz2", + "checksum": "SHA-256:00cd65339bc981ff0d4ab4876df8f89b1e60e476441fabca31d5fc2968bad9be", + "size": "1222523" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-x86_64-linux-gnu.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino6-static-x86_64-linux-gnu.tar.bz2", + "checksum": "SHA-256:d2f58bbd0661b755fdb8a307d197f119d838b066f5510b25ee766e47d1774543", + "size": "1394293" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/openocd-0.9.0-arduino6-static-i686-linux-gnu.tar.bz2", + "archiveFileName": "openocd-0.9.0-arduino6-static-i686-linux-gnu.tar.bz2", + "checksum": "SHA-256:88d948c2062c73c0c93e649e099aaac4b009018cff365f44cfc5b47907043dc9", + "size": "1340444" + } + ] + }, + { + "name": "openocd", + "version": "0.10.0-arduino7", + "systems": [ + { + "size": "1638575", + "checksum": "SHA-256:f8e0d783e80a3d5f75ee82e9542315871d46e1e283a97447735f1cbcd8986b06", + "host": "arm-linux-gnueabihf", + "archiveFileName": "openocd-0.10.0-arduino7-static-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "1580739", + "checksum": "SHA-256:d47d728a9a8d98f28dc22e31d7127ced9de0d5e268292bf935e050ef1d2bdfd0", + "host": "aarch64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino7-static-aarch64-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-aarch64-linux-gnu.tar.bz2" + }, + { + "size": "1498970", + "checksum": "SHA-256:1e539a587a0c54a551ce0dc542af10a2520b1c93bbfe2ca4ebaef4c83411df1a", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-0.10.0-arduino7-static-x86_64-apple-darwin13.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-x86_64-apple-darwin13.tar.bz2" + }, + { + "size": "1701581", + "checksum": "SHA-256:91d418bd309ec1e98795c622cd25c936aa537c0b3828fa5bcb191389378a1b27", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino7-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "1626347", + "checksum": "SHA-256:08a18f39d72a5626383503053a30a5da89eed7fdccb6f514b20b77403eb1b2b4", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino7-static-i686-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "2016965", + "checksum": "SHA-256:f251aec5471296e18aa540c3078d66475357a76a77c16c06a2d9345f4e12b3d5", + "host": "i686-mingw32", + "archiveFileName": "openocd-0.10.0-arduino7-static-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino7-static-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "openocd", + "version": "0.10.0-arduino8", + "systems": [ + { + "size": "1714346", + "checksum": "SHA-256:86c4ea3086b4a1475fd8a1e1daf4585748be093dad4160e816b1bf2502501fb2", + "host": "arm-linux-gnueabihf", + "archiveFileName": "openocd-0.10.0-arduino8-static-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "1778371", + "checksum": "SHA-256:500cb112ee92092bbfce69649b90d0284752c5766f5aaf5c24dc754100788ef9", + "host": "aarch64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino8-static-aarch64-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-aarch64-linux-gnu.tar.bz2" + }, + { + "size": "1653652", + "checksum": "SHA-256:584b513ebbc4a645a68234d964ba56f042aaf7668d84ba47398a07a294516cc4", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-0.10.0-arduino8-static-x86_64-apple-darwin13.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-x86_64-apple-darwin13.tar.bz2" + }, + { + "size": "1845547", + "checksum": "SHA-256:455d4123146bf6b4b095de86d3340fd01e39bba9c70b2f0bb8e979ac4dddac39", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino8-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "1781892", + "checksum": "SHA-256:5b44889984daefa966b8251edb98445169107ca32f974ca598d4c59e7d2c8901", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino8-static-i686-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "2190397", + "checksum": "SHA-256:35a92f32f2762ef9405d2c684ec7bea2e70c01068f380251aecd9290f5bd5b24", + "host": "i686-mingw32", + "archiveFileName": "openocd-0.10.0-arduino8-static-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino8-static-i686-w64-mingw32.zip" + } + ] + }, + { + "name": "openocd", + "version": "0.10.0-arduino9", + "systems": [ + { + "size": "1714657", + "checksum": "SHA-256:b814b16b52cef21eacf456cc7a89d7b5d4cb1385bfb8fb82963b7d8151824d93", + "host": "aarch64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino9-static-aarch64-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-aarch64-linux-gnu.tar.bz2" + }, + { + "size": "1778177", + "checksum": "SHA-256:f0443e771f5e3a779949498d3c9bfffd1dd27cdf0ad7136a2db5e80447a7175a", + "host": "arm-linux-gnueabihf", + "archiveFileName": "openocd-0.10.0-arduino9-static-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "1782958", + "checksum": "SHA-256:a22872918df899cb808f9286141d42438ae5611156c143cfb692069f52a2bddd", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino9-static-i686-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "2190484", + "checksum": "SHA-256:f53f9a2b7f48a2ebc00ea9196bf559d15987d3779bcea4118ebec8925da5a1f6", + "host": "i686-mingw32", + "archiveFileName": "openocd-0.10.0-arduino9-static-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-i686-w64-mingw32.zip" + }, + { + "size": "1655311", + "checksum": "SHA-256:6d47f97919f317bb6e5f1f903127604271d66d149f4625f29b8e0eb5f6c94c64", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-0.10.0-arduino9-static-x86_64-apple-darwin13.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-x86_64-apple-darwin13.tar.bz2" + }, + { + "size": "1844365", + "checksum": "SHA-256:f624552b5ba56aa78d0c1a0e5d18cf2b5694db2ed44080968e22aa1af8f23c1b", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino9-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino9-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "openocd", + "version": "0.10.0-arduino12", + "systems": [ + { + "size": "1778706", + "checksum": "SHA-256:86e15186a44b87c00f5ddd9c05849d2ec107783dd18a5ac984ce2a71e34084ed", + "host": "aarch64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino12-static-aarch64-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-aarch64-linux-gnu.tar.bz2" + }, + { + "size": "1855234", + "checksum": "SHA-256:5c6ca6189f61894ee77b29bc342f96cd14e4d7627fabeb2a8d2e2c534316cc38", + "host": "arm-linux-gnueabihf", + "archiveFileName": "openocd-0.10.0-arduino12-static-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "1844359", + "checksum": "SHA-256:4938742d3fec62941187666b8ded44d8f6c7a404920ff49d97fca484b9fd08af", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino12-static-i686-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "2276602", + "checksum": "SHA-256:1e23c0f1f809725db3e1f8d1e1f460a37fb7b2cf95e93c6e328e527501ab084c", + "host": "i686-mingw32", + "archiveFileName": "openocd-0.10.0-arduino12-static-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-i686-w64-mingw32.zip" + }, + { + "size": "1723600", + "checksum": "SHA-256:b40d135449401870302bec073326d6f1df79da38d9dd21326314a5a90189a06e", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-0.10.0-arduino12-static-x86_64-apple-darwin13.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-x86_64-apple-darwin13.tar.bz2" + }, + { + "size": "1918845", + "checksum": "SHA-256:bc48be10916f69f3a4b050f04babc14ee99dad1fc5da55ce606077991edab1d0", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino12-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino12-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "openocd", + "version": "0.10.0-arduino13", + "systems": [ + { + "size": "1820630", + "checksum": "SHA-256:47ae7a1a7961ac9daef001b011505b38777baac3c02dd7e673f62601df841427", + "host": "aarch64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino13-static-aarch64-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-aarch64-linux-gnu.tar.bz2" + }, + { + "size": "1896478", + "checksum": "SHA-256:4dd38b701019ad2fbb58173a3bc6c58effd39501a4a8266256dfe169e7516655", + "host": "arm-linux-gnueabihf", + "archiveFileName": "openocd-0.10.0-arduino13-static-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "1883854", + "checksum": "SHA-256:788093504b25d2b9b772657215254ba178ed37773364ce240de68281efe40bd5", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino13-static-i686-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "2334654", + "checksum": "SHA-256:2f3b87c644569f47780b16b071cd0929a64a8899ec769f4ca7480d20d5503365", + "host": "i686-mingw32", + "archiveFileName": "openocd-0.10.0-arduino13-static-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-i686-w64-mingw32.zip" + }, + { + "size": "1767137", + "checksum": "SHA-256:0f3f6e5e03355ffbbc84c4b4750e63c9315b7638c56d63df1b7795968208e6ba", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-0.10.0-arduino13-static-x86_64-apple-darwin13.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-x86_64-apple-darwin13.tar.bz2" + }, + { + "size": "1955043", + "checksum": "SHA-256:e4b2ffbc9a29be21c32c6921c2e7c0ee39c664c4faca28a5f839c1df32d3bd24", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-0.10.0-arduino13-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.10.0-arduino13-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "openocd", + "version": "0.11.0-arduino1", + "systems": [ + { + "size": "1882308", + "checksum": "SHA-256:f4bc15523a9777a61befb67ee46b0c567572029cf2dbb8bc092d1175f188a62b", + "host": "aarch64-linux-gnu", + "archiveFileName": "openocd-0.11.0-arduino1-static-aarch64-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino1-static-aarch64-linux-gnu.tar.bz2" + }, + { + "size": "1967523", + "checksum": "SHA-256:c56e88b34c82748b015c9e11f62c1d6aa98da00c2642f0027b1a5781085c56f9", + "host": "arm-linux-gnueabihf", + "archiveFileName": "openocd-0.11.0-arduino1-static-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino1-static-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "1948258", + "checksum": "SHA-256:dbee4de8e838996067444fa1c775bc64418af5660f96d9a9e92a95e85c762d16", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-0.11.0-arduino1-static-i686-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino1-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "2443521", + "checksum": "SHA-256:13455c55bb089bd0b4005fd77d8522c691b60a4a40bc101afe817db6f1d05695", + "host": "i686-mingw32", + "archiveFileName": "openocd-0.11.0-arduino1-static-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino1-static-i686-w64-mingw32.zip" + }, + { + "size": "1865080", + "checksum": "SHA-256:c9ab5f32038551318434feb8ffba5cf2932b8956443c284997431eb784eacaee", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-0.11.0-arduino1-static-x86_64-apple-darwin13.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino1-static-x86_64-apple-darwin13.tar.bz2" + }, + { + "size": "2023084", + "checksum": "SHA-256:beb45bb95e43d2d592ee62342e6fdfbb15b87c20c96177b8f6bbc2a57cddbeb1", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-0.11.0-arduino1-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino1-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "openocd", + "version": "0.11.0-arduino2", + "systems": [ + { + "size": "1902818", + "checksum": "SHA-256:a1aa7f1435a61eafb72ee90722f2496d6a34a7a0f085d0315c2613e4a548b824", + "host": "aarch64-linux-gnu", + "archiveFileName": "openocd-0.11.0-arduino2-static-aarch64-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino2-static-aarch64-linux-gnu.tar.bz2" + }, + { + "size": "1986716", + "checksum": "SHA-256:57041130160be086e69387cceb4616eefc9819a0ef75de1f7c11aea57fb92699", + "host": "arm-linux-gnueabihf", + "archiveFileName": "openocd-0.11.0-arduino2-static-arm-linux-gnueabihf.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino2-static-arm-linux-gnueabihf.tar.bz2" + }, + { + "size": "1971364", + "checksum": "SHA-256:6f4a8b77c8076aa18afb8438472526dff8c0d161a3ca68d0326163b59fcab663", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-0.11.0-arduino2-static-i686-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino2-static-i686-ubuntu12.04-linux-gnu.tar.bz2" + }, + { + "size": "2460087", + "checksum": "SHA-256:631010980f12b1e750c4c67ce012b31c5953caabf4d30607d806e3d2b717d4b8", + "host": "i686-mingw32", + "archiveFileName": "openocd-0.11.0-arduino2-static-i686-w64-mingw32.zip", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino2-static-i686-w64-mingw32.zip" + }, + { + "size": "1893150", + "checksum": "SHA-256:280e7234eba84e830e92d791ebc685286f71d2bc1d3347f93605ef170d54fef4", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-0.11.0-arduino2-static-x86_64-apple-darwin13.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino2-static-x86_64-apple-darwin13.tar.bz2" + }, + { + "size": "2052080", + "checksum": "SHA-256:4d19b6e3906de1434ec86841e0e3138235714c655d45f037c0fabfa5e5c0681b", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-0.11.0-arduino2-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2", + "url": "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino2-static-x86_64-ubuntu12.04-linux-gnu.tar.bz2" + } + ] + }, + { + "name": "CMSIS", + "version": "4.0.0-atmel", + "systems": [ + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", + "archiveFileName": "CMSIS-4.0.0.tar.bz2", + "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", + "size": "17642623" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", + "archiveFileName": "CMSIS-4.0.0.tar.bz2", + "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", + "size": "17642623" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", + "archiveFileName": "CMSIS-4.0.0.tar.bz2", + "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", + "size": "17642623" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", + "archiveFileName": "CMSIS-4.0.0.tar.bz2", + "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", + "size": "17642623" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-4.0.0.tar.bz2", + "archiveFileName": "CMSIS-4.0.0.tar.bz2", + "checksum": "SHA-256:7d637d2d7a0c6bacc22065848a201db2fff124268e4a56868260d0f472b4bbb7", + "size": "17642623" + } + ] + }, + { + "name": "CMSIS", + "version": "4.5.0", + "systems": + [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", + "archiveFileName": "CMSIS-4.5.0.tar.bz2", + "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", + "size": "31525196" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", + "archiveFileName": "CMSIS-4.5.0.tar.bz2", + "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", + "size": "31525196" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", + "archiveFileName": "CMSIS-4.5.0.tar.bz2", + "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", + "size": "31525196" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", + "archiveFileName": "CMSIS-4.5.0.tar.bz2", + "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", + "size": "31525196" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", + "archiveFileName": "CMSIS-4.5.0.tar.bz2", + "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", + "size": "31525196" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", + "archiveFileName": "CMSIS-4.5.0.tar.bz2", + "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", + "size": "31525196" + }, + { + "host": "all", + "url": "http://downloads.arduino.cc/CMSIS-4.5.0.tar.bz2", + "archiveFileName": "CMSIS-4.5.0.tar.bz2", + "checksum": "SHA-256:cd8f7eae9fc7c8b4a1b5e40b89b9666d33953b47d3d2eb81844f5af729fa224d", + "size": "31525196" + } + ] + }, + { + "name": "CMSIS-Atmel", + "version": "1.0.0", + "systems": + [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", + "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", + "size": "1281654" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", + "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", + "size": "1281654" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", + "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", + "size": "1281654" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", + "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", + "size": "1281654" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", + "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", + "size": "1281654" + }, + { + "host": "all", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.0.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.0.0.tar.bz2", + "checksum": "SHA-256:b3c954570a2f8d9821c372e0864f5f0b86cfbeab8114ce95821f5c49758c7256", + "size": "1281654" + } + ] + }, + { + "name": "CMSIS-Atmel", + "version": "1.1.0", + "systems": + [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", + "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", + "size": "1659108" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", + "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", + "size": "1659108" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", + "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", + "size": "1659108" + }, + { + "host": "i686-pc-linux-gnu", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", + "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", + "size": "1659108" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", + "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", + "size": "1659108" + }, + { + "host": "all", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.1.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.1.0.tar.bz2", + "checksum": "SHA-256:3ea5ec0451f42dc2b97f869b027a9cf696241cfc927cfc48d74ccc7b396ba41b", + "size": "1659108" + } + ] + }, + { + "name": "CMSIS-Atmel", + "version": "1.2.0", + "systems": + [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", + "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", + "size": "2221805" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", + "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", + "size": "2221805" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", + "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", + "size": "2221805" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", + "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", + "size": "2221805" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", + "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", + "size": "2221805" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", + "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", + "size": "2221805" + }, + { + "host": "all", + "url": "https://downloads.arduino.cc/CMSIS-Atmel-1.2.0.tar.bz2", + "archiveFileName": "CMSIS-Atmel-1.2.0.tar.bz2", + "checksum": "SHA-256:5e02670be7e36be9691d059bee0b04ee8b249404687531f33893922d116b19a5", + "size": "2221805" + } + ] + }, + { + "name": "dfu-util", + "version": "0.9.0-arduino1", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-osx.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino1-osx.tar.bz2", + "size": "68361", + "checksum": "SHA-256:ea9216c627b7aa2d3a9bffab97df937e3c580cce66753c428dc697c854a35271" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-arm.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino1-arm.tar.bz2", + "size": "194826", + "checksum": "SHA-256:480637bf578e74b19753666a049f267d8ebcd9dfc8660d48f246bb76d5b806f9" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-linux64.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino1-linux64.tar.bz2", + "size": "66230", + "checksum": "SHA-256:e8a4d5477ab8c44d8528f35bc7dfafa5f3f04dace513906514aea31adc6fd3ba" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-linux32.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino1-linux32.tar.bz2", + "size": "62608", + "checksum": "SHA-256:17d69213914da04dadd6464d8adbcd3581dd930eb666b8f3336ab5383ce2127f" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino1-windows.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino1-windows.tar.bz2", + "size": "377537", + "checksum": "SHA-256:29be01b298348be8b822391be7147b71a969d47bd5457d5b24cfa5981dbce78e" + } + ] + }, + { + "name": "dfu-util", + "version": "0.9.0-arduino2", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-osx.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino2-osx.tar.bz2", + "size": "65137", + "checksum": "SHA-256:00e87178b81d5721f334d4b688267f19f36eed1d9710a912c9e44bb1a748f766" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-arm.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino2-arm.tar.bz2", + "size": "198568", + "checksum": "SHA-256:b364a8fe1de697d7dd6c4135d341ddff6dbda7e33c707321c7dceab85dfc560b" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-linux64.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino2-linux64.tar.bz2", + "size": "70996", + "checksum": "SHA-256:628e01772007e622dff6af82220c27bcdf1d0726ba886bd2b36807601f66e4e8" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-linux32.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino2-linux32.tar.bz2", + "size": "71002", + "checksum": "SHA-256:7a6cec3d89c65119c52b6109cd92a9ec84bdf8a9d12083444d2c89e7ac16c84b" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.9.0-arduino2-windows.tar.bz2", + "archiveFileName": "dfu-util-0.9.0-arduino2-windows.tar.bz2", + "size": "394993", + "checksum": "SHA-256:8ec0e66acdc41941b6e25545f8c12e7eb7ba01a0bafae0b4ab4c99a70deb2ea5" + } + ] + }, + { + "name": "dfu-util", + "version": "0.10.0-arduino1", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.10.0-arduino1-osx.tar.bz2", + "archiveFileName": "dfu-util-0.10.0-arduino1-osx.tar.bz2", + "size": "73921", + "checksum": "SHA-256:7562d128036759605828d64b8d672d42445a8d95555c4b9ba339f73a1711a640" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.10.0-arduino1-arm.tar.bz2", + "archiveFileName": "dfu-util-0.10.0-arduino1-arm.tar.bz2", + "size": "272153", + "checksum": "SHA-256:f1e550f40c235356b7fde1c59447bfbab28f768915d3c14bd858fe0576bfc5a9" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.10.0-arduino1-arm64.tar.bz2", + "archiveFileName": "dfu-util-0.10.0-arduino1-arm64.tar.bz2", + "size": "277886", + "checksum": "SHA-256:ebfbd21d3030c500da1f83b9aae5b8c597bee04c3bde1ce0a51b41abeafc9614" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.10.0-arduino1-linux64.tar.bz2", + "archiveFileName": "dfu-util-0.10.0-arduino1-linux64.tar.bz2", + "size": "77184", + "checksum": "SHA-256:13ef2ec591c1e8b0b7eb0a05da972ecd6695016e7a9607e332c7553899af9b4a" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.10.0-arduino1-linux32.tar.bz2", + "archiveFileName": "dfu-util-0.10.0-arduino1-linux32.tar.bz2", + "size": "81826", + "checksum": "SHA-256:43599ec60c000e9ef016970a496d6ab2cbbe5a8b7df9d06ef3114ecf83f9d123" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.10.0-arduino1-windows.tar.bz2", + "archiveFileName": "dfu-util-0.10.0-arduino1-windows.tar.bz2", + "size": "464314", + "checksum": "SHA-256:90816b669273ae796d734a2459c46bb340d4790783fd7aa01eb40c0443f1a9b1" + } + ] + }, + { + "name": "dfu-util", + "version": "0.11.0-arduino1", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino1-osx.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino1-osx.tar.bz2", + "size": "72632", + "checksum": "SHA-256:4518156ef1f46655714f11c9c9e753b6dee24e975d2155b5887ee613be133831" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino1-arm.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino1-arm.tar.bz2", + "size": "240667", + "checksum": "SHA-256:105ffe9287e7341b6ad017c1224b45a6fcf440fd8a1d1b796cf10e8c8e05e51d" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino1-linux64.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino1-linux64.tar.bz2", + "size": "76905", + "checksum": "SHA-256:dedd8ff3d21525957211a0f7ff320294542ea61e42431bd10f3d95200b07def0" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino1-linux32.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino1-linux32.tar.bz2", + "size": "76871", + "checksum": "SHA-256:cda70b9a3840b005f1070ac49e161df9c17bb5e9411897f38d4f5383104c864d" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino1-windows.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino1-windows.tar.bz2", + "size": "634135", + "checksum": "SHA-256:dad96adc633d1a415b68439298c75db8d66aff978aef1288977bc7797ae946f6" + } + ] + }, + { + "name": "dfu-util", + "version": "0.11.0-arduino2", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino2-osx.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino2-osx.tar.bz2", + "size": "72590", + "checksum": "SHA-256:8a01eb2238962e42db6dc476a6c1ec204a8670b2f3c9f6784c69e6cb981fd938" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino2-arm.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino2-arm.tar.bz2", + "size": "285451", + "checksum": "SHA-256:63bbddbdab6889c925d6f9535c92f0ba5fbd58d4e5e03d32cb43b91ef44bf277" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino2-arm64.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino2-arm64.tar.bz2", + "size": "282570", + "checksum": "SHA-256:fc2fd50397b5e23d552424bf6fbdd38c970fd58b2d2ac11f2395c3e3b7228cee" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino2-linux64.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino2-linux64.tar.bz2", + "size": "76662", + "checksum": "SHA-256:bbfecff5e59c70f436777bd2ea4732708d34f0611634f386d29964692b87db2f" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino2-linux32.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino2-linux32.tar.bz2", + "size": "76696", + "checksum": "SHA-256:f6c39d312b0c70efc66c5439a3f95c08006eb7639c1205805175cc85a3725564" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino2-windows.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino2-windows.tar.bz2", + "size": "634198", + "checksum": "SHA-256:3ddc85d1dd0195bc88a45d7a1a82c8b4e1952923ef39f89e13645226f0294da8" + } + ] + }, + { + "name": "dfu-util", + "version": "0.11.0-arduino3", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-osx.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino3-osx.tar.bz2", + "size": "79057", + "checksum": "SHA-256:81d88dae0ed068a7bdde14d7cd56c9b953a3aea87aaaf4bcbaf022ba7df47ad5" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-arm.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino3-arm.tar.bz2", + "size": "241168", + "checksum": "SHA-256:27fb1fc8ba19df08f1805236083c7199f59bdaaacacceead98fee0e817e48425" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-arm64.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino3-arm64.tar.bz2", + "size": "282961", + "checksum": "SHA-256:5f212524b6338d06bf833a2375f1012740e0a359c81ad1ff728222cc93a28586" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-linux64.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino3-linux64.tar.bz2", + "size": "78422", + "checksum": "SHA-256:6a72e62546d4ba1c0c05c00a1e4863b23ab99e1224e6325b458207822fbf0da4" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-linux32.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino3-linux32.tar.bz2", + "size": "82825", + "checksum": "SHA-256:d6e5bd3d1861ac01dc85e85ae44667346a18f56537a95fe63e9dc71b1adeac99" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11.0-arduino3-windows.tar.bz2", + "archiveFileName": "dfu-util-0.11.0-arduino3-windows.tar.bz2", + "size": "635719", + "checksum": "SHA-256:7dccfadc260c5b13f7267fcd9ed610571bc74f6f64a85c20541c9ae48a1833b3" + } + ] + }, + { + "name": "dfu-util", + "version": "0.11.0-arduino5", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11-arduino5-darwin_amd64.tar.gz", + "archiveFileName": "dfu-util-0.11-arduino5-darwin_amd64.tar.gz", + "size": "72429", + "checksum": "SHA-256:9e576c6e44f54b1e921a43ea77bcc08ec99e0e4e0905f4b9acf9ab2c979f0a22" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11-arduino5-linux_arm.tar.gz", + "archiveFileName": "dfu-util-0.11-arduino5-linux_arm.tar.gz", + "size": "2512819", + "checksum": "SHA-256:acd4bd283fd408515279a44dd830499ad37b0767e8f2fde5c27e878ded909dc3" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11-arduino5-linux_arm64.tar.gz", + "archiveFileName": "dfu-util-0.11-arduino5-linux_arm64.tar.gz", + "size": "2607592", + "checksum": "SHA-256:b3f46a65da0c2fed2449dc5a3351c3c74953a868aa7f8d99ba2bb8c418344fe9" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11-arduino5-linux_amd64.tar.gz", + "archiveFileName": "dfu-util-0.11-arduino5-linux_amd64.tar.gz", + "size": "2283425", + "checksum": "SHA-256:96c64c278561af806b585c123c85748926ad02b1aedc07e5578ca9bee2be0d2a" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11-arduino5-linux_386.tar.gz", + "archiveFileName": "dfu-util-0.11-arduino5-linux_386.tar.gz", + "size": "2524406", + "checksum": "SHA-256:9a707692261e5710ed79a6d8a4031ffd0bfe1e585216569934346e9b2d68d0c2" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/dfu-util-0.11-arduino5-windows_386.tar.gz", + "archiveFileName": "dfu-util-0.11-arduino5-windows_386.tar.gz", + "size": "571340", + "checksum": "SHA-256:6451e16bf77600fe2436c8708ab4b75077c49997cf8bedf03221d9d6726bb641" + } + ] + }, + { + "name": "rp2040tools", + "version": "1.0.2", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.2-darwin_amd64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.2-darwin_amd64.tar.bz2", + "size": "1665895", + "checksum": "SHA-256:039e0ddb7a407c5c20c3ef6def8d7cc2abdc7a4fc6dcb039abb3b41c4791f69f" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.2-linux_arm.tar.bz2", + "archiveFileName": "rp2040tools-1.0.2-linux_arm.tar.bz2", + "size": "5438204", + "checksum": "SHA-256:8981155a50bac8c7e3621f22b8e9c87f7d6aace4e28dddb03f41d704301da94d" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.2-linux_arm64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.2-linux_arm64.tar.bz2", + "size": "5650185", + "checksum": "SHA-256:4f102352d702fc89757c119cd46c231b998f9900956183b0f7874994dc3965d5" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.2-linux_amd64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.2-linux_amd64.tar.bz2", + "size": "4180308", + "checksum": "SHA-256:f6faafdfdf3cb780b884fe7d092679963e95f88ea78a9ed38312c511045d15c7" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.2-linux_386.tar.bz2", + "archiveFileName": "rp2040tools-1.0.2-linux_386.tar.bz2", + "size": "4423488", + "checksum": "SHA-256:9af1aaf46402ab27d60a6b5d28da5ab8807f3099d78ee6e681bf7a36911ee690" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.2-windows_386.tar.bz2", + "archiveFileName": "rp2040tools-1.0.2-windows_386.tar.bz2", + "size": "2493234", + "checksum": "SHA-256:8aa684c431b1194d9af4958b116a0a96e4ebf6c90764f9f3420db0515dc6e2c7" + } + ] + }, + { + "name": "rp2040tools", + "version": "1.0.5", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.5-darwin_amd64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.5-darwin_amd64.tar.bz2", + "size": "1735713", + "checksum": "SHA-256:be2aa4c61206420f9aeac753deba6b365b40ccb2785536fbf8f16dc2ee3520b7" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.5-linux_arm.tar.bz2", + "archiveFileName": "rp2040tools-1.0.5-linux_arm.tar.bz2", + "size": "8729125", + "checksum": "SHA-256:621a9553c8f1f3a5fcd96540f1994799795dbc74ceaba79f64224665a67ca6ea" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.5-linux_arm64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.5-linux_arm64.tar.bz2", + "size": "9069986", + "checksum": "SHA-256:951c8834c3fa740e0c6fd15a484d6c6f6be4e461baf410e568ef0e47c1500b8f" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.5-linux_amd64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.5-linux_amd64.tar.bz2", + "size": "6138070", + "checksum": "SHA-256:6cb2554a28450e30265beeb64361d0d2ab822fc9daa9d5bd0c7963ae51e80526" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.5-linux_386.tar.bz2", + "archiveFileName": "rp2040tools-1.0.5-linux_386.tar.bz2", + "size": "6645102", + "checksum": "SHA-256:83d9adcbb7a42689b87a4fc968dad458d3770fbae364542e1f7e35da07eba71f" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.5-windows_386.tar.bz2", + "archiveFileName": "rp2040tools-1.0.5-windows_386.tar.bz2", + "size": "3180797", + "checksum": "SHA-256:698b5193f7f8efa0ecc01e75b505ec6c815ba7d59568babb2661d3871674db53" + } + ] + }, + { + "name": "rp2040tools", + "version": "1.0.6", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.6-darwin_amd64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.6-darwin_amd64.tar.bz2", + "size": "1717967", + "checksum": "SHA-256:4e32aa4b8f36db40a17bfbdfd34d80da91710e30c3887732bf0c0bf0b02840a7" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.6-linux_arm.tar.bz2", + "archiveFileName": "rp2040tools-1.0.6-linux_arm.tar.bz2", + "size": "8702508", + "checksum": "SHA-256:084a29accf0014bc79723fbb40057b95299c7ae63876f74494a077c987014cc3" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.6-linux_arm64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.6-linux_arm64.tar.bz2", + "size": "9037783", + "checksum": "SHA-256:1a2a6cb1abf1f7b8198d494c8d8e838700297d748877be8232e02aaa5ca8d0df" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.6-linux_amd64.tar.bz2", + "archiveFileName": "rp2040tools-1.0.6-linux_amd64.tar.bz2", + "size": "6108121", + "checksum": "SHA-256:6e2ea818db1ff57f2d8e1e3010fbc5bdb5f28ff44f5a68900cae41d7d709f738" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.6-linux_386.tar.bz2", + "archiveFileName": "rp2040tools-1.0.6-linux_386.tar.bz2", + "size": "6604083", + "checksum": "SHA-256:ef339e2e0f5c7d5464b9911b612c634767daba39a6be977a1ffa41c95b9827a1" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/rp2040tools-1.0.6-windows_386.tar.bz2", + "archiveFileName": "rp2040tools-1.0.6-windows_386.tar.bz2", + "size": "3145329", + "checksum": "SHA-256:26a5daebba68c2348dade33716a6e379ded89895ef0e49df1332964a724f6170" + } + ] + }, + { + "name": "windows-drivers", + "version": "1.6.9", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/drivers-arduino-windows-1.6.9.zip", + "archiveFileName": "drivers-arduino-windows-1.6.9.zip", + "checksum": "SHA-256:10d456ab18d164d42545255db8bef4ac9e1bf660cc89acb7a0980b5a486654ac", + "size": "7071714" + } + ] + }, + { + "name": "windows-drivers", + "version": "1.8.0", + "systems": [ + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/drivers-arduino-windows-1.8.0.zip", + "archiveFileName": "drivers-arduino-windows-1.8.0.zip", + "checksum": "SHA-256:60614b326ad6860ed0cb99eb4cb2cb69f9ba6ba3784396d5441fe3f99004f8ec", + "size": "16302148" + } + ] + }, + { + "name": "dfu-util", + "version": "0.8.0-stm32-arduino1", + "systems": [ + { + "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-darwin_amd64.tar.bz2", + "checksum": "SHA-256:bb146803a4152ce2647d72b2cde68ff95eb3017c2460f24c4db922adac1fbd12", + "host": "i386-apple-darwin11", + "size": "68381", + "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-darwin_amd64.tar.bz2" + }, + { + "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-linux_arm.tar.bz2", + "checksum": "SHA-256:607e6b0f2d2787ed7837f26da30b100131e3db207f84b8aca94a377db6e9ae50", + "host": "arm-linux-gnueabihf", + "size": "213760", + "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-linux_arm.tar.bz2" + }, + { + "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-stm32-linux_amd64.tar.bz2", + "checksum": "SHA-256:e44287494ebd22f59fc79766a94e20306e59c6c799f5bb1cddeed80db95000d9", + "host": "x86_64-linux-gnu", + "size": "68575", + "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-linux_amd64.tar.bz2" + }, + { + "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-linux_386.tar.bz2", + "checksum": "SHA-256:58131e35ad5d7053b281bc6176face7b117c5ad63331e43c6801f8ccd57f59a4", + "host": "i686-linux-gnu", + "size": "69097", + "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-linux_386.tar.bz2" + }, + { + "archiveFileName": "dfu-util-0.8.0-stm32-arduino1-windows_386.tar.bz2", + "checksum": "SHA-256:25c2f84e1acf1f10fd2aa1afced441366d4545fd41eae56e64f0b990b4ce9f55", + "host": "i686-mingw32", + "size": "159753", + "url": "http://downloads.arduino.cc/arduino.org/dfu-util-0.8.0-stm32-arduino1-windows_386.tar.bz2" + } + ] + }, + { + "name": "arduinoSTM32load", + "version": "2.0.0", + "systems": [ + { + "archiveFileName": "arduinoSTM32load-2.0.0-darwin_amd64.tar.bz2", + "checksum": "SHA-256:92fb9714091850febaa9d159501cbca5ba68d03020e5e2d4eff596154040bfaa", + "host": "i386-apple-darwin11", + "size": "807514", + "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-darwin_amd64.tar.bz2" + }, + { + "archiveFileName": "arduinoSTM32load-2.0.0-linux_arm.tar.bz2", + "checksum": "SHA-256:fc0d8058b57bda849e1ffc849f83f54b0b85f97954176db317da1c745c174e08", + "host": "arm-linux-gnueabihf", + "size": "809480", + "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-linux_arm.tar.bz2" + }, + { + "archiveFileName": "arduinoSTM32load-2.0.0-linux_amd64.tar.bz2", + "checksum": "SHA-256:0ed5cf1ea05fe6c33567817c54daf9c296d058a3607c428e0b0bd9aad89b9809", + "host": "x86_64-linux-gnu", + "size": "818885", + "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-linux_amd64.tar.bz2" + }, + { + "archiveFileName": "arduinoSTM32load-2.0.0-linux_386.tar.bz2", + "checksum": "SHA-256:fad50abaaca034e6d647d09b042291b761982aabfd42b6156411c86e4f873ca7", + "host": "i686-linux-gnu", + "size": "814283", + "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-linux_386.tar.bz2" + }, + { + "archiveFileName": "arduinoSTM32load-2.0.0-windows_386.tar.bz2", + "checksum": "SHA-256:79467c0cde4b88c4884acb09445a2186af4e41f901eee56e99b5d89b7065d085", + "host": "i686-mingw32", + "size": "786335", + "url": "http://downloads.arduino.cc/arduino.org/arduinoSTM32load-2.0.0-windows_386.tar.bz2" + } + ] + }, + { + "name": "openocd", + "version": "0.10.0-arduino1-static", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-osx-static.tar.gz", + "archiveFileName": "OpenOCD-0.10.0-nrf52-osx-static.tar.gz", + "size": "1529841", + "checksum": "SHA-256:46bd02c1d42c5d94c4936e4d4a0ff29697b621840be9a6f882e316203122049d" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-linux64-static.tar.gz", + "archiveFileName": "OpenOCD-0.10.0-nrf52-linux64-static.tar.gz", + "size": "1777984", + "checksum": "SHA-256:1c9ae77930dd7377d8c13f84abe7307b67fdcd6da74cc1ce269a79e138e7a00a" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-linux32-static.tar.gz", + "archiveFileName": "OpenOCD-0.10.0-nrf52-linux32-static.tar.gz", + "size": "1713236", + "checksum": "SHA-256:777371df34828810e1bea623b0f7c98f28fedf30fd3bc8e7d8f0a5745fb4e258" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-win32-static.zip", + "archiveFileName": "OpenOCD-0.10.0-nrf52-win32-static.zip", + "size": "1773642", + "checksum": "SHA-256:9371b25d000bd589c058a5bf10720617adb91fd8b8a21d2e887cf45eaa2df93c" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino.org/OpenOCD-0.10.0-nrf52-arm-static.tar.gz", + "archiveFileName": "OpenOCD-0.10.0-nrf52-arm-static.tar.gz", + "size": "1526863", + "checksum": "SHA-256:b5172422077f87ff05b76ff40034979678c9c640e9d08cee15ce55e40dd8c929" + } + ] + }, + { + "name": "fwupdater", + "version": "0.0.6", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linux32.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.6-linux32.tar.bz2", + "checksum": "SHA-256:8c4e562a8e6fa3d916c4bf6bb24d7eec0df013d8cc45dff187e5c63086a92c11", + "size": "7334059" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linux64.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.6-linux64.tar.bz2", + "checksum": "SHA-256:0e9132518acfe66e5a4e17ba4b6dd0c89dbd90cc0d9b4a54e007ac24d51fd36a", + "size": "7383853" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-windows.zip", + "archiveFileName": "FirmwareUpdater-0.0.6-windows.zip", + "checksum": "SHA-256:33a92661f43b8d025ca5f57be1116537ed153703067d9c86297619d58988feff", + "size": "7580663" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-osx.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.6-osx.tar.bz2", + "checksum": "SHA-256:3584d7581ff2469bdfde9de6f57d87b2a0370de5c902e9df687b7322a5405018", + "size": "7368819" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linuxarm.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.6-linuxarm.tar.bz2", + "checksum": "SHA-256:276f027e552eb620064b09591c7a7c79927c93c017428436c81f71bad666803c", + "size": "7180391" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.6-linuxarm64.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.6-linuxarm64.tar.bz2", + "checksum": "SHA-256:d6a2e72b4869c031b434380da6e6a8a4a6269f8ee6312a3d23e85ea133a37ae9", + "size": "7149332" + } + ] + }, + { + "name": "fwupdater", + "version": "0.0.7", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linux32.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.7-linux32.tar.bz2", + "checksum": "SHA-256:05e26d5df253246cf68ba8a8f5f2de1032ac6f4d7af5310b8080ef6f54030fb4", + "size": "13077590" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linux64.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.7-linux64.tar.bz2", + "checksum": "SHA-256:e8a36b7ae19060748b8b0540c9c0c9341d8d4c7a630441922a030223f767258d", + "size": "13134534" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-windows.zip", + "archiveFileName": "FirmwareUpdater-0.0.7-windows.zip", + "checksum": "SHA-256:e881dd8a4bbb35f7271157e8dd226c2e032ac1115106170b0aaf9c969817df86", + "size": "13337495" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-osx.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.7-osx.tar.bz2", + "checksum": "SHA-256:647ad713d68a1531ba56c88e5b3db9516cc0072ca1d401de5142d85ffcfd931a", + "size": "13064291" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linuxarm.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.7-linuxarm.tar.bz2", + "checksum": "SHA-256:b6e09c07e816a35935585db07e07437023d44e66d1d2f05861708ea6ceff7629", + "size": "12929770" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.7-linuxarm64.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.7-linuxarm64.tar.bz2", + "checksum": "SHA-256:620f81148b13f70cdecbe59bbcbf605c7e0aae85f9cbee8ec48202f6018f23ce", + "size": "12897349" + } + ] + }, + { + "name": "fwupdater", + "version": "0.0.8", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linux32.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.8-linux32.tar.bz2", + "checksum": "SHA-256:e1f43aa225e6e2ad1f2bccc07898ddb439e980905385a8d7e0615f804a69eee8", + "size": "20137214" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linux64.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.8-linux64.tar.bz2", + "checksum": "SHA-256:423f67767d5b861a3c39ca6f6a18b2358a30b76bdc3d3d3d870e102b2b2271a8", + "size": "20167410" + }, + { + "host": "x86_64-mingw32", + "url": "https://downloads.arduino.cc/tools/FirmwareUpdater_0.0.8_Windows_64bit.zip", + "archiveFileName": "FirmwareUpdater_0.0.8_Windows_64bit.zip", + "checksum": "SHA-256:c3386fdc440638186541f92f920462865308e0f5dde9f45e4dd1c35d2570b808", + "size": "13645709" + }, + { + "host": "i686-mingw32", + "url": "https://downloads.arduino.cc/tools/FirmwareUpdater_0.0.8_Windows_32bit.zip", + "archiveFileName": "FirmwareUpdater_0.0.8_Windows_32bit.zip", + "checksum": "SHA-256:dc3ce2e824b2f8ab6ee4c7d2f836311450d60825db95cbb51eeb076a28a1e2af", + "size": "13578670" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-osx.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.8-osx.tar.bz2", + "checksum": "SHA-256:635cbe786cd11ead26e5af0662991d8c3b647469f1874195eeb7f1dba5530b39", + "size": "20091397" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linuxarm.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.8-linuxarm.tar.bz2", + "checksum": "SHA-256:c027389528e9b04d622167943fe04badbd2f63923f08cc1b22935e5158b2545b", + "size": "19984154" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater-0.0.8-linuxarm64.tar.bz2", + "archiveFileName": "FirmwareUpdater-0.0.8-linuxarm64.tar.bz2", + "checksum": "SHA-256:b6846bb84034e6a8486ce3165dabeb9b32b4fd3804639cd6137a37a00d0157c8", + "size": "19952489" + } + ] + }, + { + "name": "fwupdater", + "version": "0.0.9", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.0.9_Linux_32bit.tar.bz2", + "checksum": "SHA-256:a45c536be798e6fc023044ee13911b9b567fb9d0b1c41c5cc9b722346f306425", + "size": "13221786" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.0.9_Linux_64bit.tar.bz2", + "checksum": "SHA-256:89d08d4b75dae676bc6e982723f3b07ee5ab4c2fe6071fc97fe850697a0c5398", + "size": "13255356" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Windows_32bit.zip", + "archiveFileName": "FirmwareUpdater_0.0.9_Windows_32bit.zip", + "checksum": "SHA-256:523b2f09a38ef36dcd96558a31e072c5b244e511690326a03af9406eccda2650", + "size": "13589082" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Windows_64bit.zip", + "archiveFileName": "FirmwareUpdater_0.0.9_Windows_64bit.zip", + "checksum": "SHA-256:51eacfcaba9279ef42050d15cf86d98e79511879a84a8e960a8994f6343f74a8", + "size": "13658133" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.0.9_macOS_64bit.tar.bz2", + "checksum": "SHA-256:26c0b8764a67f945037a461ead756bee0b453e383dee741548d03322327bd17d", + "size": "13202065" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.0.9_Linux_ARM.tar.bz2", + "checksum": "SHA-256:3cde04fa96479bb5342f07752b9cbabdf159f1dcbe7074b642a163ff2a363a28", + "size": "13063437" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.0.9_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.0.9_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:3a41fac33917c4b5d8f5e0720afa780b2250b2561dd6090ed5338d7ab147524f", + "size": "13014703" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.1", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.1.1_Linux_32bit.tar.bz2", + "checksum": "SHA-256:22bd6410b39043b0608285a51fbad7abcef0b8361f54936b362935a9bbddeeba", + "size": "13221805" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.1.1_Linux_64bit.tar.bz2", + "checksum": "SHA-256:ba4b1b620796e352da2821bb1101cd86340649badf67abf7e7d030efee107159", + "size": "13255213" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Windows_32bit.zip", + "archiveFileName": "FirmwareUpdater_0.1.1_Windows_32bit.zip", + "checksum": "SHA-256:29ecdd651336eca9fbddde96415087e2f19a2d7330e1938e256d7acf31a0ff74", + "size": "13589219" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Windows_64bit.zip", + "archiveFileName": "FirmwareUpdater_0.1.1_Windows_64bit.zip", + "checksum": "SHA-256:a2ff1b6672e56c97aa4eccfa4258b0d91a726d0116f51227e6cc2c5c984afb5d", + "size": "13657363" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.1.1_macOS_64bit.tar.bz2", + "checksum": "SHA-256:8c7602dee33e6806eefc0525a9f43512c4d89201869e677ad8d34f7e82276e38", + "size": "13201438" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.1.1_Linux_ARM.tar.bz2", + "checksum": "SHA-256:65ddc38d9cfa555979bf9c7a371f887561b7d7af6a07a6adfb354628a8e69801", + "size": "13062843" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUpdater_0.1.1_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUpdater_0.1.1_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:0be6adb21791fb64134356b2ef56c9054e19fb7522e368cad9ee5c1222835e13", + "size": "13014398" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.2", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.2_Linux_32bit.tar.bz2", + "checksum": "SHA-256:973ce3cd2d604f8750c9b62dabccdf8689013f0380d62eee29f8d6427dd37e8e", + "size": "13222221" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.2_Linux_64bit.tar.bz2", + "checksum": "SHA-256:9303c50f051b459ba89a4b218bcb39c3348f469c55feb2c63ac53f7f12eb5048", + "size": "13255805" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.2_Windows_32bit.zip", + "checksum": "SHA-256:e3986ae565b658a4bcaf50c0592c5801166ade30255571154ad5729f9b8649eb", + "size": "13589237" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.2_Windows_64bit.zip", + "checksum": "SHA-256:a3094a4c9589812e2c9751ce324315de9011481575c53a772b3c4950cb0310d0", + "size": "13657381" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.2_macOS_64bit.tar.bz2", + "checksum": "SHA-256:01f952aa365ddbf2072e3181f95f1b0a82d9c85bd1707a4b913e7500f833ff5f", + "size": "13201523" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.2_Linux_ARM.tar.bz2", + "checksum": "SHA-256:824dec1d62c1a8b835e2692991b017ce21cd0c95287c9282ff9621620157b3d6", + "size": "13063327" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.2_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.2_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:057243d5ee65b14772035a2402ac48cefb208e59102f75928b4004530227cd47", + "size": "13015184" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.3", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.3_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.3_Linux_32bit.tar.bz2", + "checksum": "SHA-256:22f72fee3a1682c30b0bf4579a1ecc2759a5063c2be9342dd3c46858db43d7ef", + "size": "15794726" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.3_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.3_Linux_64bit.tar.bz2", + "checksum": "SHA-256:1f998f8f5d9ef9487beb00d2f434682cbcdc4b13337fd82271df8ad931121324", + "size": "15927812" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.3_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.3_Windows_32bit.zip", + "checksum": "SHA-256:d23dd1ef5ea19b46633980b47964834d0718d11b375c64725b28d4e39660ff3c", + "size": "16139436" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.3_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.3_Windows_64bit.zip", + "checksum": "SHA-256:fd6eb93b2737ae3a49800d4f42abd7fa925e985b043d3a418412f26dc61b3baa", + "size": "16189555" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.3_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.3_macOS_64bit.tar.bz2", + "checksum": "SHA-256:ba53f679baca0f5ab6bbd4991da89702437932d67ae6c589c4da6ced3a4dc66b", + "size": "15832036" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.3_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.3_Linux_ARM.tar.bz2", + "checksum": "SHA-256:91a85be7d657b4f31f69aba7e1a0390234d4ede5d138474b3eef928119a21df4", + "size": "15734716" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.3_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.3_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:7b2ebd25998c441b4a4da1cc5bf227285f0fd321b2107497d29910213d8ad039", + "size": "15557114" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.4", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "https://downloads.arduino.cc/tools/FirmwareUploader_0.1.4_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.4_Linux_32bit.tar.bz2", + "checksum": "SHA-256:794192e4463191308687ca10d361f6e86d06b57384800ead82ff9f1c32e3462b", + "size": "17369582" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "https://downloads.arduino.cc/tools/FirmwareUploader_0.1.4_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.4_Linux_64bit.tar.bz2", + "checksum": "SHA-256:e7e5a7f3c3f1c363a4e1e3cce3bbd48faa806da9153ade19336c68adcbc80464", + "size": "17346963" + }, + { + "host": "i686-mingw32", + "url": "https://downloads.arduino.cc/tools/FirmwareUploader_0.1.4_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.4_Windows_32bit.zip", + "checksum": "SHA-256:8bc96ea4a8e8232b7798feda9bd5e2e745c14ba7584b936a6588dcd44e69bcca", + "size": "16792636" + }, + { + "host": "x86_64-mingw32", + "url": "https://downloads.arduino.cc/tools/FirmwareUploader_0.1.4_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.4_Windows_64bit.zip", + "checksum": "SHA-256:29b753610b9b285a31471fe35fa7938f54d461b773f3fcf4e5bff27ca72c20e8", + "size": "16940370" + }, + { + "host": "i386-apple-darwin11", + "url": "https://downloads.arduino.cc/tools/FirmwareUploader_0.1.4_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.4_macOS_64bit.tar.bz2", + "checksum": "SHA-256:f4c5542c209e5b7f09b020c9714889d846e8e6a96d1e2ab6e22cdae8d3ad8ef4", + "size": "16913255" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://downloads.arduino.cc/tools/FirmwareUploader_0.1.4_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.4_Linux_ARM.tar.bz2", + "checksum": "SHA-256:93503377d29a84f63433a608f3a2320ef27ca7f4b54a5cef6857ad16aa464842", + "size": "16992130" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://downloads.arduino.cc/tools/FirmwareUploader_0.1.4_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.4_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:d68ddc8c78902f164f701d974d2b0deffdbe3a58bd4d62f0d2e10263c2292c0b", + "size": "17042502" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.5", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.5_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.5_Linux_32bit.tar.bz2", + "checksum": "SHA-256:32cf24ae74d0b11ae5d41cf0b7d99a30ed5120a54ca06bfa9f5d7f02b03ad7f7", + "size": "16099680" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.5_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.5_Linux_64bit.tar.bz2", + "checksum": "SHA-256:e619e67e5296c0e1a76bfb32b646972340083578ab216e1d298a2d3e9ddfe04c", + "size": "16077879" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.5_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.5_Windows_32bit.zip", + "checksum": "SHA-256:ed08415371b126bf28fdefedc7527f5679ae822e23392a918f687ffa6614a299", + "size": "15392456" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.5_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.5_Windows_64bit.zip", + "checksum": "SHA-256:193bde05298c7cde87b0b212eec2e104650cf44a7fe9dec44df6fde2299686e8", + "size": "15620440" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.5_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.5_macOS_64bit.tar.bz2", + "checksum": "SHA-256:256f884a295a7b49f08124549ca25bd16e5ff46c0f50ea73e163363b40ec2c60", + "size": "15449203" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.5_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.5_Linux_ARM.tar.bz2", + "checksum": "SHA-256:6cbecb92ef0a8014aef3b8692cf64869d13c2fc0483332695ef42fef39c0b989", + "size": "15573837" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.5_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.5_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:e09d3880d9fd51b5257c44c6304e12422523dfdc1c378a978e9596caadac6a89", + "size": "15621405" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.6", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.6_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.6_Linux_32bit.tar.bz2", + "checksum": "SHA-256:67b413dd15afca65d327e45329b1c2e64614126ef1fae27a1323155bbdc74c20", + "size": "17458014" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.6_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.6_Linux_64bit.tar.bz2", + "checksum": "SHA-256:e299bea991778a388e611c3e9a4b1f5a7d5cf1b121465f7a843570602d0b6f39", + "size": "17433263" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.6_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.6_Windows_32bit.zip", + "checksum": "SHA-256:4be9f5208841150ffc0148feccd819d77c7fbb477f41597fc3198f633a09a8ac", + "size": "16950481" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.6_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.6_Windows_64bit.zip", + "checksum": "SHA-256:2490cdceb24b17d8269d8c144172c02c37a81c2275ed395973d22f0017d53713", + "size": "17079617" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.6_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.6_macOS_64bit.tar.bz2", + "checksum": "SHA-256:2d4af33020a0291e54197b133de8f278a8d68c0272e0bc93953941fd06508694", + "size": "17000606" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.6_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.6_Linux_ARM.tar.bz2", + "checksum": "SHA-256:1b392a5ec7d4b7f8fd052e0e249f85538fbcce790bc5a442980ce6be215b5872", + "size": "17147561" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.6_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.6_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:538a24a8f7c6831477d39ae166695ed411eb29a6d5aec3b2bc69bc1ef7b4d7b1", + "size": "17186826" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.7", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.7_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.7_Linux_32bit.tar.bz2", + "checksum": "SHA-256:5c2a04c6f84bca68a77f884d905de67970035a652d4113e2772effa03f151ac9", + "size": "20037466" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.7_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.7_Linux_64bit.tar.bz2", + "checksum": "SHA-256:95cf13032c1a83a175ed6b87f2e6f3f33a5a5c656e98ab7caadbc07d29f6eed0", + "size": "20013555" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.7_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.7_Windows_32bit.zip", + "checksum": "SHA-256:28377ebe89d22a2a8246865aba93d215ed1f0c99cdbff9ae4f0149dec5bee20a", + "size": "19504654" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.7_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.7_Windows_64bit.zip", + "checksum": "SHA-256:47e93e135cc074305e03b7b156d8a5788611063ed28e0b8d98bc84d94ab69f27", + "size": "19693655" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.7_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.7_macOS_64bit.tar.bz2", + "checksum": "SHA-256:2255013a1065a13ff3980678888b56aecce38d236944f53a64aae6889aa567ec", + "size": "19556591" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.7_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.7_Linux_ARM.tar.bz2", + "checksum": "SHA-256:0f83ed1cfa04adc35dd828b17b96903c075b8c71116d2c41f3db29d20e838b46", + "size": "19698330" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.7_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.7_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:235f5e157cbe31f647bd8092f6e1146c796641e1fc0ae366222228636c62f2db", + "size": "19736165" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.8", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.8_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.8_Linux_32bit.tar.bz2", + "checksum": "SHA-256:b4f2f7cc3ced6053b22ac252cff2105b24474bbff468149beb7161e4c42ddd44", + "size": "22050201" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.8_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.8_Linux_64bit.tar.bz2", + "checksum": "SHA-256:af0b39ed9468554b69305ef195b32ce00564190d50d19b7c467b34e3b76dd9e3", + "size": "22026254" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.8_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.8_Windows_32bit.zip", + "checksum": "SHA-256:f67fb4d74b518a06e0ae2109040a5df81def123287f47856ff64c67b32e2e801", + "size": "21595791" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.8_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.8_Windows_64bit.zip", + "checksum": "SHA-256:3edc59cc39ef8e0a863f8619c92315494fdb5a3c9d7d165533fe89c10d0b8d3a", + "size": "21918177" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.8_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.8_macOS_64bit.tar.bz2", + "checksum": "SHA-256:7d9c1c6c44d21cc9c88fa429ccad122ee40101f6f8c77fb03643be8c674b7a46", + "size": "21661287" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.8_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.8_Linux_ARM.tar.bz2", + "checksum": "SHA-256:221dfa1b928bf772d8f92039ae6c41b50d45bcf8447b00b55f5ca3df90e0346c", + "size": "21801813" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.8_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.8_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:1518427a1f7862c10f21c87ffaf29550bba6cff0195bcd1954e683df4e60b8af", + "size": "21842771" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.9", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.9_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.9_Linux_32bit.tar.bz2", + "checksum": "SHA-256:d49339643d6b834893488d32f87e56f9d320ef557520bb8ea52856cf19805e16", + "size": "24067265" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.9_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.9_Linux_64bit.tar.bz2", + "checksum": "SHA-256:6097bc8eab1bedc0c8704b61a19556596d33ef6191548bc96d1744147de31a4a", + "size": "24043342" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.9_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.9_Windows_32bit.zip", + "checksum": "SHA-256:c586a7f5752a8af22008ab6fd74c8f8ffad760169d702ba3df003636e505f922", + "size": "23702667" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.9_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.9_Windows_64bit.zip", + "checksum": "SHA-256:a1e1622c48456f0eccef66e5c3a1bb012a7c5e64c45978d2ea729f66f0bc2083", + "size": "23847968" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.9_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.9_macOS_64bit.tar.bz2", + "checksum": "SHA-256:84042ff991829f9333d6f437c0b6aacf4e409b6af440dbbfad03f88d7a9358d5", + "size": "23761216" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.9_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.9_Linux_ARM.tar.bz2", + "checksum": "SHA-256:9e4adf983d3a9b5882c33c0f1e06ef2db33194ec4f6e1a81841d718fa47d62b4", + "size": "23894811" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.9_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.9_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:1878d10be00c1af98911cadeee03802bf23a4395d8f21dbbd9196741f3900d20", + "size": "23951209" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.10", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.10_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.10_Linux_32bit.tar.bz2", + "checksum": "SHA-256:6d843ad2236e34c0fa7a0ce497bafdbb0870e6c00d181e9d16fc4a5b2d37e5b9", + "size": "24067265" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.10_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.10_Linux_64bit.tar.bz2", + "checksum": "SHA-256:31b841a02ef001857e337733cac3d962abb8d3f66a0ae31bbb46d4673a8ed4cb", + "size": "24043342" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.10_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.10_Windows_32bit.zip", + "checksum": "SHA-256:b1153781b68f1a564309d7f63ca9c389e94194c29be3ec3944f17c9c62dd7b61", + "size": "23705443" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.10_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.10_Windows_64bit.zip", + "checksum": "SHA-256:0b8bb8cfcecff4965243507efaefcf679a5eb8f99748890c0d83fda5dc8a3a4b", + "size": "23847822" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.10_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.10_macOS_64bit.tar.bz2", + "checksum": "SHA-256:9bae4139f5da7a046c51bf20b12e2bc062618a654f601113bcf32217ac4611f9", + "size": "23763971" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.10_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.10_Linux_ARM.tar.bz2", + "checksum": "SHA-256:da234dcb71445d17d504aff700948f0e3a1b16cc8acf4b517134fffe0cac79a7", + "size": "23897570" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.10_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.10_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:8fb3edaf2b9439ec5326e489612cac30a0cf997ab350a98d465a50e1ef2e076c", + "size": "23953999" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.11", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.11_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.11_Linux_32bit.tar.bz2", + "checksum": "SHA-256:4e1a57aaf4176013fd73ba89ae8495a1a7fc78336b9059ba87f6cfcab78f709e", + "size": "24080234" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.11_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.11_Linux_64bit.tar.bz2", + "checksum": "SHA-256:169d2e4992782ee1a21c7717a5cdfbff561f9a30bfe9ae7ad07bbf817b5bae9d", + "size": "24056311" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.11_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.11_Windows_32bit.zip", + "checksum": "SHA-256:9d4753f524b656326ee78304f2b0096c2906295f1e5d7e47a2a8cd1d88b88fc9", + "size": "23763274" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.11_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.11_Windows_64bit.zip", + "checksum": "SHA-256:00281ebf6255cce999c021a61af44cfb790471458fbfcd30339548ff7139be2f", + "size": "23846832" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.11_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.11_macOS_64bit.tar.bz2", + "checksum": "SHA-256:d50548c88400fe7dbb91764cbb136de397a7146c9278bae977da5a533e982632", + "size": "23830733" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.11_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.11_Linux_ARM.tar.bz2", + "checksum": "SHA-256:052381391c579184513c07c3513386b396652209b59d79f1ea96fabb593852cd", + "size": "23960584" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.11_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.11_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:3edf202e8f1a467956117299c129ca93edcd17ec7a9e03361133a14421e575b9", + "size": "24014292" + } + ] + }, + { + "name": "fwupdater", + "version": "0.1.12", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.12_Linux_32bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.12_Linux_32bit.tar.bz2", + "checksum": "SHA-256:2fec2bdfd20ad4950bc9ba37108dc2a7c152f569174279c0697efe1f5a0db781", + "size": "26097546" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.12_Linux_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.12_Linux_64bit.tar.bz2", + "checksum": "SHA-256:ce57d0afef30cb7d3513f5da326346c99d6bf4923bbc2200634086811f3fb31e", + "size": "26073327" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.12_Windows_32bit.zip", + "archiveFileName": "FirmwareUploader_0.1.12_Windows_32bit.zip", + "checksum": "SHA-256:558568b453caa1c821def8cc6d34555d0c910eb7e7e871de3ae1c39ae6f01bdd", + "size": "25743641" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.12_Windows_64bit.zip", + "archiveFileName": "FirmwareUploader_0.1.12_Windows_64bit.zip", + "checksum": "SHA-256:ec16de33620985434280c92c3c322257b89bb67adf8fd4d5dd5f9467ea1e9e40", + "size": "25851428" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.12_macOS_64bit.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.12_macOS_64bit.tar.bz2", + "checksum": "SHA-256:a470361b57f86ddfcaecd274d844af51ee1d23a71cd6c26e30fcef2152d1a03f", + "size": "25792860" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.12_Linux_ARM.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.12_Linux_ARM.tar.bz2", + "checksum": "SHA-256:855fa0a9b942c3ee18906efc510bdfe30bf3334ff28ffbb476e648ff30033847", + "size": "25936245" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/FirmwareUploader_0.1.12_Linux_ARM64.tar.bz2", + "archiveFileName": "FirmwareUploader_0.1.12_Linux_ARM64.tar.bz2", + "checksum": "SHA-256:691461e64fe075e9a79801347c2bd895fb72f8f2c45a7cd49056c6ad9efe8fc4", + "size": "25967430" + } + ] + }, + { + "name": "adb", + "version": "32.0.0", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/android/platform-tools_r32.0.0-darwin.zip", + "archiveFileName": "platform-tools_r32.0.0-darwin.zip", + "size": "19439685", + "checksum": "SHA-256:29f0163a8f5c2cea7b3bedf3ccaa9374513a2cd653f436b0debdb7c4974ba525" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/android/adb_r32.0.0-linux64.tar.bz2", + "archiveFileName": "adb_r32.0.0-linux64.tar.bz2", + "size": "3171335", + "checksum": "SHA-256:a14c748d59a46145e053ed10404395db8ca5ac2ac5980a331771efc20be16d8d" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/android/adb_r32.0.0-linux-aarch64.tar.bz2", + "archiveFileName": "adb_r32.0.0-linux-aarch64.tar.bz2", + "size": "2520745", + "checksum": "SHA-256:684b27537fbedfce5f4b310e7a0706c7274ef467bf8d227d1512ef6f4a5597fe" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/android/platform-tools_r32.0.0-windows.zip", + "archiveFileName": "platform-tools_r32.0.0-windows.zip", + "size": "12033552", + "checksum": "SHA-256:41f4c7512b32cbb3f8c624c20b56326abb692a6f169b03b4b63b6c5a6fdbb08c" + } + ] + }, + { + "name": "imgtool", + "version": "1.8.0-arduino", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/imgtool_1.8.0-rc1_Linux_32bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-rc1_Linux_32bit.tar.gz", + "checksum": "SHA-256:0b95b98c0e51a91512b3bfa10d3178315af1a1cd9e3b4982d0c9459ef84614b1", + "size": "13906205" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/tools/imgtool_1.8.0-rc1_Linux_64bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-rc1_Linux_64bit.tar.gz", + "checksum": "SHA-256:92222eb8023fae0877da2e9d87dd2187fa9b82c0543330ab47a4a67bc0c89cae", + "size": "15591995" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/imgtool_1.8.0-rc1_Windows_32bit.zip", + "archiveFileName": "imgtool_1.8.0-rc1_Windows_32bit.zip", + "checksum": "SHA-256:1177275ca93ce6bfd3cc64f68837b9f6b8d8a1592a6fbcfa643b9ccf35b7879a", + "size": "6736497" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/tools/imgtool_1.8.0-rc1_Windows_64bit.zip", + "archiveFileName": "imgtool_1.8.0-rc1_Windows_64bit.zip", + "checksum": "SHA-256:c51b62ff173887faa2d4e94e77777bac274ba898ae39bec0082b6327a011115b", + "size": "8409007" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/imgtool_1.8.0-rc1_macOS_64bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-rc1_macOS_64bit.tar.gz", + "checksum": "SHA-256:6129c767c1b395c809b79aa2bd75fd0ce09544ff6d7ca20b330fac703efe3fc4", + "size": "8425545" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/imgtool_1.8.0-rc1_Linux_ARMv6.tar.gz", + "archiveFileName": "imgtool_1.8.0-rc1_Linux_ARMv6.tar.gz", + "checksum": "SHA-256:dff39f8a884d4c5f98b5ac0ae075eaba35bf2d0b189c633c2723fc12170e7ea0", + "size": "13500219" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/imgtool_1.8.0-rc1_Linux_ARM64.tar.gz", + "archiveFileName": "imgtool_1.8.0-rc1_Linux_ARM64.tar.gz", + "checksum": "SHA-256:b893ac88bcf3f4da0af05fa31f8af43a2d29ef5ecef0bd4ba6fb66a0b2e360f1", + "size": "15679158" + } + ] + }, + { + "name": "imgtool", + "version": "1.8.0-arduino.1", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.1_macOS_64bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.1_macOS_64bit.tar.gz", + "size": "8448535", + "checksum": "SHA-256:8002d8a017bbd994328f3ec7f0af007c1a5bc45d694860148870972fb3f3a5e8" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.1_Linux_ARMv6.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.1_Linux_ARMv6.tar.gz", + "size": "13477544", + "checksum": "SHA-256:bbd8136d9d67e2db81360df8d435a899f8b231247719b7313b7b2c920e85c4d7" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.1_Linux_ARM64.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.1_Linux_ARM64.tar.gz", + "size": "15650801", + "checksum": "SHA-256:fad64d46a2d10d225d21fa6cab1cbd4511cbe0028b67b18c460656bcc203538c" + }, + { + "host": "x86_64-linux-gnu", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.1_Linux_64bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.1_Linux_64bit.tar.gz", + "size": "15574228", + "checksum": "SHA-256:12c3c5b04bf53bea3baccf4072cbffaf9e9c4901a1a9ff77d611eb3c2db2ca1f" + }, + { + "host": "i686-linux-gnu", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.1_Linux_32bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.1_Linux_32bit.tar.gz", + "size": "13875969", + "checksum": "SHA-256:354343b2f6b91f463553ffd48bc4af3b91c897e4ac79ea43551982c9b3afeade" + }, + { + "host": "i686-mingw32", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.1_Windows_32bit.zip", + "archiveFileName": "imgtool_1.8.0-arduino.1_Windows_32bit.zip", + "size": "6735777", + "checksum": "SHA-256:42d4fbf70a390c84a59a19db166b74d0fb231ff729d9c56775b4e7cc5055cef3" + }, + { + "host": "x86_64-mingw32", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.1_Windows_64bit.zip", + "archiveFileName": "imgtool_1.8.0-arduino.1_Windows_64bit.zip", + "size": "8411018", + "checksum": "SHA-256:9c600c5ca22c50a6eb6b9d6a870d486710be4997060fe9cbacdabd968daacc87" + } + ] + }, + { + "name": "imgtool", + "version": "1.8.0-arduino.2", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.2_macOS_64bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.2_macOS_64bit.tar.gz", + "size": "8454939", + "checksum": "SHA-256:d23daba045f46754bfa466f63199b3e17936de716a08502a369ab4a9c3615fda" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.2_Linux_ARMv6.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.2_Linux_ARMv6.tar.gz", + "size": "13482271", + "checksum": "SHA-256:a215fc2fbd4f82194fdbd2fcb0e2f017859a68e915d4da031df824e1e7134b87" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.2_Linux_ARM64.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.2_Linux_ARM64.tar.gz", + "size": "15655944", + "checksum": "SHA-256:cb0341f016e100833c0fd28c4215544d4056b195efebe523288bde9fed80445f" + }, + { + "host": "x86_64-linux-gnu", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.2_Linux_64bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.2_Linux_64bit.tar.gz", + "size": "15579636", + "checksum": "SHA-256:062d9e3ac1066a7d3e345c9d105858aeff3e3b73e12bbb6c0c5d3e6761d52577" + }, + { + "host": "i686-linux-gnu", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.2_Linux_32bit.tar.gz", + "archiveFileName": "imgtool_1.8.0-arduino.2_Linux_32bit.tar.gz", + "size": "13881242", + "checksum": "SHA-256:4b58a23bc7c41268e113e25afba4dccaa477058fca94eea8749b315c7b7d2a8b" + }, + { + "host": "i686-mingw32", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.2_Windows_32bit.zip", + "archiveFileName": "imgtool_1.8.0-arduino.2_Windows_32bit.zip", + "size": "6744516", + "checksum": "SHA-256:9e365727801229ba4775974f6c648711da1a06961bb9bef7546a11080ea25420" + }, + { + "host": "x86_64-mingw32", + "url": "https://downloads.arduino.cc/tools/imgtool_1.8.0-arduino.2_Windows_64bit.zip", + "archiveFileName": "imgtool_1.8.0-arduino.2_Windows_64bit.zip", + "size": "8416009", + "checksum": "SHA-256:60d77da618b785345fc7ce2529bcb01c7195371b8e65a11abbd804c26ffd7df4" + } + ] + }, + { + "name": "arduino-fwuploader", + "version": "2.0.1", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.0.1_Linux_32bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.0.1_Linux_32bit.tar.gz", + "checksum": "SHA-256:c1df11f9096955ceca5ae0fb0d16394408c373a72e603034f96ddbd48bc6af0a", + "size": "6592200" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.0.1_Linux_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.0.1_Linux_64bit.tar.gz", + "checksum": "SHA-256:fd7408d52c4b187e00ac60a2ebc37150ab680989a992168fcab524caa0e4519b", + "size": "6787210" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.0.1_Windows_32bit.zip", + "archiveFileName": "arduino-fwuploader_2.0.1_Windows_32bit.zip", + "checksum": "SHA-256:7d99c03d4b8a127b6f4acf40e89fe0fbd4c3bb7fe11d2b4c89ca9200e8993f73", + "size": "6790043" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.0.1_Windows_64bit.zip", + "archiveFileName": "arduino-fwuploader_2.0.1_Windows_64bit.zip", + "checksum": "SHA-256:94f120eb2d5172e9afc03e3cd04d80e5e5312927065cd53c3fef3926b4e3e398", + "size": "6885151" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.0.1_macOS_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.0.1_macOS_64bit.tar.gz", + "checksum": "SHA-256:11b907d0ff0be73f9b7ef3a9b90b1265fc416c22aee10d724354668168550fb1", + "size": "6802383" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.0.1_Linux_ARM.tar.gz", + "archiveFileName": "arduino-fwuploader_2.0.1_Linux_ARM.tar.gz", + "checksum": "SHA-256:de2759ff0cc560e651658f9d7cebebada9bb246281e9370d3362ce0a08353ff6", + "size": "6296962" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.0.1_Linux_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.0.1_Linux_ARM64.tar.gz", + "checksum": "SHA-256:ab280543697379be604a59f3db4694e80d5a85fee61b7073dba8b2df31989404", + "size": "6311327" + } + ] + }, + { + "name": "arduino-fwuploader", + "version": "2.1.0", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.1.0_Linux_32bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.1.0_Linux_32bit.tar.gz", + "checksum": "SHA-256:fe9a8ac10841ba9855aee79b487b0c3620930e25fceedc635d90996cc4f8745a", + "size": "6592713" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.1.0_Linux_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.1.0_Linux_64bit.tar.gz", + "checksum": "SHA-256:7b375b7cc1618027c609e76e97c77cc2036e7c7a95e10db743261e2f397f04db", + "size": "6909998" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.1.0_Windows_32bit.zip", + "archiveFileName": "arduino-fwuploader_2.1.0_Windows_32bit.zip", + "checksum": "SHA-256:70c3f58074aa04bfe0392f504a24c39f196b85d93fdd41accf75f5e9eda58441", + "size": "6770325" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.1.0_Windows_64bit.zip", + "archiveFileName": "arduino-fwuploader_2.1.0_Windows_64bit.zip", + "checksum": "SHA-256:8c2f7b1b76502323fc2fb0eb43375a2d88509ddf084b6a9836a138f0fb4d1c9b", + "size": "6994066" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.1.0_macOS_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.1.0_macOS_64bit.tar.gz", + "checksum": "SHA-256:6979551a7a84417ec7f5f04fa6b75bec89c12d3891f061c1843cec43957d4d9a", + "size": "6926299" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.1.0_Linux_ARM.tar.gz", + "archiveFileName": "arduino-fwuploader_2.1.0_Linux_ARM.tar.gz", + "checksum": "SHA-256:3b707df47b8b33a8fc9756838999c77e4605b79b8b2acadb4162e6a9d7aa9e79", + "size": "6317910" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.1.0_Linux_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.1.0_Linux_ARM64.tar.gz", + "checksum": "SHA-256:ac32bf7c2b28e71fcfb06ea485775b43712bbd63f07eee4bbcd0ea197c1b475e", + "size": "6374511" + } + ] + }, + { + "name": "arduino-fwuploader", + "version": "2.2.0", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Linux_32bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.0_Linux_32bit.tar.gz", + "checksum": "SHA-256:9b93dc3ffe174f51bf7e35008b6139be9aaf3357cd7459b0d6b1bd149ffb2e55", + "size": "7260785" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Linux_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.0_Linux_64bit.tar.gz", + "checksum": "SHA-256:313c6b5b66a85491302912a518a7424589c0366974de28cbfa9047427b0682fc", + "size": "7305558" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Windows_32bit.zip", + "archiveFileName": "arduino-fwuploader_2.2.0_Windows_32bit.zip", + "checksum": "SHA-256:c0ff772702460fb5cbd8593f8ce731145d21fbf550342da556e45ef946c7d2f5", + "size": "7442444" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Windows_64bit.zip", + "archiveFileName": "arduino-fwuploader_2.2.0_Windows_64bit.zip", + "checksum": "SHA-256:e3c5b862a6e86fd1e3da9d385122c8416f5520e88ec4025560f5a1354d80cb68", + "size": "7388945" + }, + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_macOS_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.0_macOS_64bit.tar.gz", + "checksum": "SHA-256:ce4444e92ba88c6b24736adb4b0b2b6c4241e4fb916945acbc7de6391d5bfe8c", + "size": "7301372" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Linux_ARM.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.0_Linux_ARM.tar.gz", + "checksum": "SHA-256:2f94e51ba7f24bed14ea3ffea5aa6800ffaaa71dea59fc467a6541f37792a35c", + "size": "6942473" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.0_Linux_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.0_Linux_ARM64.tar.gz", + "checksum": "SHA-256:c37947f40a7d83d5cf7eabdaa3eede1c02a3f97cef617be2a9fd4209c9a15273", + "size": "6814356" + } + ] + }, + { + "name": "arduino-fwuploader", + "version": "2.2.2", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_Linux_32bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.2_Linux_32bit.tar.gz", + "checksum": "SHA-256:503b9f8b24c6e396d09eb64f0e1f625c6f9aa5a90b01a50d7dec6477f4a866f0", + "size": "7262873" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_Linux_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.2_Linux_64bit.tar.gz", + "checksum": "SHA-256:8d77d0b33c8b0787fe3b80191709b69d638ef2a447d9853536cda35bfafd274b", + "size": "7306763" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_Windows_32bit.zip", + "archiveFileName": "arduino-fwuploader_2.2.2_Windows_32bit.zip", + "checksum": "SHA-256:74ad9a5d369204b51be288c98d74f949ceb7a0c227ee64eb65ae179ec884c84c", + "size": "7450717" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_Windows_64bit.zip", + "archiveFileName": "arduino-fwuploader_2.2.2_Windows_64bit.zip", + "checksum": "SHA-256:b25ac549cb0645166613c96cf899aebc541e482fe196aada6408bd7cff2c7d02", + "size": "7390999" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_macOS_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.2_macOS_64bit.tar.gz", + "checksum": "SHA-256:2cd6168ff470457b5124ba0faf118f315be2d1b9fb4fef43eb74370cd83620a2", + "size": "7306576" + }, + { + "host": "arm64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_macOS_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.2_macOS_ARM64.tar.gz", + "checksum": "SHA-256:10ae5614af4d82096b6ba0e1e07aab667fa140d2bf1d5e3407dd8ad4c6748195", + "size": "6878214" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_Linux_ARMv6.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.2_Linux_ARMv6.tar.gz", + "checksum": "SHA-256:5aadf6e50ffe620635faf941fdf82c0765c8cba4830951bb53267ad125fc5af8", + "size": "6940393" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.2.2_Linux_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.2.2_Linux_ARM64.tar.gz", + "checksum": "SHA-256:6d11a4f4aa5a81de865f3d18ca395a2780fdbb1e1597a2b11b2b5329e09f30fd", + "size": "6829396" + } + ] + }, + { + "name": "arduino-fwuploader", + "version": "2.3.0", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_Linux_32bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.3.0_Linux_32bit.tar.gz", + "checksum": "SHA-256:39a40bb1ad2bfd76ca72fbee458da1ef70228a4a7ea823bef451660f896ceb10", + "size": "9774627" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_Linux_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.3.0_Linux_64bit.tar.gz", + "checksum": "SHA-256:7ade445af7eddb28a0d38c27a53e93e06b735b79db2cefe5fb7a530bcc2b926a", + "size": "9903881" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_Windows_32bit.zip", + "archiveFileName": "arduino-fwuploader_2.3.0_Windows_32bit.zip", + "checksum": "SHA-256:22a6ef6120a26d3dd88921ca51a604fb7e10ac84d56a8c342ac476adfb48c650", + "size": "9973184" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_Windows_64bit.zip", + "archiveFileName": "arduino-fwuploader_2.3.0_Windows_64bit.zip", + "checksum": "SHA-256:d54b12c20ad5d8eb169a1ce7dfd3a67c3953b816326327ed8a216a9232e47d14", + "size": "9963033" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_macOS_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.3.0_macOS_64bit.tar.gz", + "checksum": "SHA-256:b528b535a770e7f434b090dc754187475a5998cf9968493ceda13331974ecae6", + "size": "9921559" + }, + { + "host": "arm64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_macOS_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.3.0_macOS_ARM64.tar.gz", + "checksum": "SHA-256:925af0ab0ca333f67f24c498a3e450ab4e33da03165b5a2b421a202073fbbedc", + "size": "9382790" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_Linux_ARMv6.tar.gz", + "archiveFileName": "arduino-fwuploader_2.3.0_Linux_ARMv6.tar.gz", + "checksum": "SHA-256:daf5bf02069a12bbc5b91e0fa6340655293a678b48be1e08d5f6cfdd672e1c66", + "size": "9366809" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.3.0_Linux_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.3.0_Linux_ARM64.tar.gz", + "checksum": "SHA-256:7ca3807154342590abce0d6d0f560bfc721cc3f2d3af478ca64102174188827f", + "size": "9267889" + } + ] + }, + { + "name": "arduino-fwuploader", + "version": "2.4.0", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_Linux_32bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.0_Linux_32bit.tar.gz", + "checksum": "SHA-256:54c087a2a9513e2d53a42a417031a21b1bd6b97f80a8dbcbb1c4adfa769e9140", + "size": "9685879" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_Linux_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.0_Linux_64bit.tar.gz", + "checksum": "SHA-256:50c21df34438bc306435374da251c2329d80af113e48f61d517a0985005d4815", + "size": "9808266" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_Windows_32bit.zip", + "archiveFileName": "arduino-fwuploader_2.4.0_Windows_32bit.zip", + "checksum": "SHA-256:548447ce2028eb26257d2fdaa193680c61ccea65b0de981c60c6439d2397faae", + "size": "9887673" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_Windows_64bit.zip", + "archiveFileName": "arduino-fwuploader_2.4.0_Windows_64bit.zip", + "checksum": "SHA-256:e6c0c2fb1d82f87ab5c3026ad699a5e99eacc41e995dc8a2204204f99daa141c", + "size": "9878592" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_macOS_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.0_macOS_64bit.tar.gz", + "checksum": "SHA-256:f948545aaa1cda145516637b88bf51221a8a532393c80e831a31c4f62a305738", + "size": "9828777" + }, + { + "host": "arm64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_macOS_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.0_macOS_ARM64.tar.gz", + "checksum": "SHA-256:6ba5f8562df74721563ba7e1f0b2a64398abcc11a7ed37864e83a61d2bd7ac26", + "size": "9291781" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_Linux_ARMv6.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.0_Linux_ARMv6.tar.gz", + "checksum": "SHA-256:f7ae4fb2496ba2a443dddc63303cbf762d999ac16f5905f2fb9d315a1c2787f9", + "size": "9271485" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.0_Linux_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.0_Linux_ARM64.tar.gz", + "checksum": "SHA-256:3d67ea645bef96b47d7496fb150a00ccecd3b15bb54c333b451199e62ec62e56", + "size": "9179419" + } + ] + }, + { + "name": "arduino-fwuploader", + "version": "2.4.1", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_Linux_32bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.1_Linux_32bit.tar.gz", + "checksum": "SHA-256:6f00694f0e1baaea8e1ebbd9067afcf2677970ab5a8986646ccf7a784b18f3c7", + "size": "9685731" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_Linux_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.1_Linux_64bit.tar.gz", + "checksum": "SHA-256:a21ea7596d0b883b24fc09bcfc3000f3a77b195004eb508f9a2deb70003f538e", + "size": "9810467" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_Windows_32bit.zip", + "archiveFileName": "arduino-fwuploader_2.4.1_Windows_32bit.zip", + "checksum": "SHA-256:8a2fcd9b66e6eebc09b7eeb7435ba36c5095384890a5d30317d1b162da76e816", + "size": "9887872" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_Windows_64bit.zip", + "archiveFileName": "arduino-fwuploader_2.4.1_Windows_64bit.zip", + "checksum": "SHA-256:6fc728f8b9edb42eaf80e375abd07624396dbe218d91364116a761ae733fee59", + "size": "9874283" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_macOS_64bit.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.1_macOS_64bit.tar.gz", + "checksum": "SHA-256:28b8a57ec94277b8145e3d99bbc703f44a4c3d1ae7c1219aa97ef04306510891", + "size": "9829523" + }, + { + "host": "arm64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_macOS_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.1_macOS_ARM64.tar.gz", + "checksum": "SHA-256:82f45d960b1d0d61300232e47c394c865237c8d70a9bf85285de4a9e0ce25e72", + "size": "9292450" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_Linux_ARMv6.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.1_Linux_ARMv6.tar.gz", + "checksum": "SHA-256:59c59919c4619b9fa36458fa3983d969665214a9711202370ab064376972f224", + "size": "9272850" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/arduino-fwuploader_2.4.1_Linux_ARM64.tar.gz", + "archiveFileName": "arduino-fwuploader_2.4.1_Linux_ARM64.tar.gz", + "checksum": "SHA-256:00412715a4d1dca4b2a524bfd9f856bc0aafbdd1d14c8b805543fcf9d632ca18", + "size": "9180830" + } + ] + }, + { + "name": "nrf5x-cl-tools", + "version": "9.3.1", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_OSX.tar.bz2", + "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_OSX.tar.bz2", + "size": "341674", + "checksum": "SHA-256:41e4580271b39459a7ef1b078d11ee08d8f4f23fab7ff03f3fe8c3bc986a0ed4" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_Linux-x86_64.tar.bz2", + "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_Linux-x86_64.tar.bz2", + "size": "167414", + "checksum": "SHA-256:4074fffe678d60968006a72edd182c6506b264472c9957bc3eaa39336bfcf972" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_Linux-i386.tar.bz2", + "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_Linux-i386.tar.bz2", + "size": "155680", + "checksum": "SHA-256:e880059b303e5aad3a8b34c83dfd8c22beee77ae2074fbd37511e3baa91464a5" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino.org/nRF5x-Command-Line-Tools_9_3_1_Win32.tar.bz2", + "archiveFileName": "nRF5x-Command-Line-Tools_9_3_1_Win32.tar.bz2", + "size": "812257", + "checksum": "SHA-256:a4467350e39314690cec2e96b80e7e3cab463c84eff9b81593ad57754d76ee00" + } + ] + }, + { + "name": "espflash", + "version": "2.0.0", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "espflash_2.0.0_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/espflash_2.0.0_Linux_64bit.tar.gz", + "size": 3168742, + "checksum": "SHA-256:b234547df8a08339e461d0aab8130c344be6c48279642fac92bfe77084a5f0f9" + }, + { + "host": "i686-mingw32", + "archiveFileName": "espflash_2.0.0_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/tools/espflash_2.0.0_Windows_64bit.zip", + "size": 2898625, + "checksum": "SHA-256:8e6c5f6a39bd5358663766417e676dcc7236c8d5ab57bb51760c20bc99f394e1" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "espflash_2.0.0_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/tools/espflash_2.0.0_Windows_64bit.zip", + "size": 2898625, + "checksum": "SHA-256:8e6c5f6a39bd5358663766417e676dcc7236c8d5ab57bb51760c20bc99f394e1" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "espflash_2.0.0_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/espflash_2.0.0_macOS_64bit.tar.gz", + "size": 2847601, + "checksum": "SHA-256:f5a7b65f679b2c4ad6d30af02377f6c0bdf3c2e20d32cbc3e5ac1af95cd8f0fd" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "espflash_2.0.0_Linux_ARMv7.tar.gz", + "url": "https://downloads.arduino.cc/tools/espflash_2.0.0_Linux_ARMv7.tar.gz", + "size": 2709225, + "checksum": "SHA-256:9c3df96c360e978186b44007667ca6e7c3d5a5104f7eb855fc212b3840e4805a" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "espflash_2.0.0_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/tools/espflash_2.0.0_Linux_ARM64.tar.gz", + "size": 2955417, + "checksum": "SHA-256:19532401fffd22e9b67de09c92a1eddd65aa2b47b369292aae844665198dd852" + }, + { + "host": "arm64-apple-darwin", + "archiveFileName": "espflash_2.0.0_macOS_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/tools/espflash_2.0.0_macOS_ARM64.tar.gz", + "size": 2802102, + "checksum": "SHA-256:362db4880b2e46a758b0a223e0a4ed25faf1747dc4546f5ee50d9d33bab64966" + } + ] + }, + { + "name": "esptool", + "version": "3.3.3", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "esptool_3.3.3_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/esptool_3.3.3_Linux_64bit.tar.gz", + "size": 12850181, + "checksum": "SHA-256:bdcab463fe2d1eb65d4d0d575ac2be2efbef470994998021a99bd8fe63853335" + }, + { + "host": "i686-mingw32", + "archiveFileName": "esptool_3.3.3_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/tools/esptool_3.3.3_Windows_64bit.zip", + "size": 6347021, + "checksum": "SHA-256:b12354d11596397d3a84970d16c9267d6f5770fba5c75d78e1adfc5a7088f4de" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "esptool_3.3.3_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/tools/esptool_3.3.3_Windows_64bit.zip", + "size": 6347021, + "checksum": "SHA-256:b12354d11596397d3a84970d16c9267d6f5770fba5c75d78e1adfc5a7088f4de" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "esptool_3.3.3_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/esptool_3.3.3_macOS_64bit.tar.gz", + "size": 5787840, + "checksum": "SHA-256:302e547fe2aa222cbbd67aaf2126ac451f48d1eff46d30f0454613d22e8c2a21" + } + ] + }, + { + "name": "esptool", + "version": "4.6.2", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "esptool_4.6.2_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/esptool_4.6.2_Linux_64bit.tar.gz", + "size": 13034467, + "checksum": "SHA-256:e29437dfbd12b025cd5e23d724481b6262f5b8fb75ce2fa5d0498a4cf65eca95" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "esptool_4.6.2_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/tools/esptool_4.6.2_Windows_64bit.zip", + "size": 6400257, + "checksum": "SHA-256:a103423b367c5dcb7343e1093f4a1a9ff041ca95756919c2b9c91ad2f312294d" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "esptool_4.6.2_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/esptool_4.6.2_macOS_64bit.tar.gz", + "size": 5859915, + "checksum": "SHA-256:546e964c0012d5e708985d70f5a7ff081219dff332c9f49eebec6b16c26a37a9" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "esptool_4.6.2_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/tools/esptool_4.6.2_Linux_ARMv6.tar.gz", + "size": 9659362, + "checksum": "SHA-256:d5efb2b80ad21157228cbca43e13d9187a9dc12b944a3c63d69e9139e424568b" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "esptool_4.6.2_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/tools/esptool_4.6.2_Linux_ARM64.tar.gz", + "size": 10221768, + "checksum": "SHA-256:33e1f2edb04def19e17f8ffa1cd37f9638ecccae8c05f95e54667e44496bd28d" + } + ] + }, + { + "name": "uno-r4-wifi-fwuploader-plugin", + "version": "1.0.0", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_32bit.tar.gz", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_32bit.tar.gz", + "checksum": "SHA-256:3a0cf3a35d2cb5afd046e60c441cb58805b2cac4e49fd9da57f95c80283ced55", + "size": "4804225" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_64bit.tar.gz", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_64bit.tar.gz", + "checksum": "SHA-256:f17f088b6dfa5e292b9350c76c56aeb465d2b4acbd866815a13f947e23342a1f", + "size": "4856595" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_Windows_32bit.zip", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_Windows_32bit.zip", + "checksum": "SHA-256:e49eb41199c2fa6751448265ba9dbbe41f5b8a544f982d7d36a7746dca746565", + "size": "5074405" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "checksum": "SHA-256:2b9aade645b1fb753a8120fbaec747d6b8fddf1fc3dd13e6147ba078765a92cf", + "size": "5085458" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_macOS_64bit.tar.gz", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_macOS_64bit.tar.gz", + "checksum": "SHA-256:f5334ee385e47735121ae568a31ca03dc0603da1132f2ec4316bf904eedc72de", + "size": "5426761" + }, + { + "host": "arm64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_macOS_ARM64.tar.gz", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_macOS_ARM64.tar.gz", + "checksum": "SHA-256:e47af33debce4b476047f5789d62d253401ba91c4633e1c4569652031bcb9c38", + "size": "4782730" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_ARMv6.tar.gz", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_ARMv6.tar.gz", + "checksum": "SHA-256:ce645ca45773d9297d1b4c3f8a5a3572c019c7279b5d7d671f03a1ba1acde951", + "size": "4566072" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_ARM64.tar.gz", + "archiveFileName": "uno-r4-wifi-fwuploader-plugin_1.0.0_Linux_ARM64.tar.gz", + "checksum": "SHA-256:d021c9981fc3d91b6c5ffc449ddb8364d263d2c73c0c3c54c05eab3274b646c6", + "size": "4460245" + } + ] + }, + { + "name": "nina-fwuploader-plugin", + "version": "1.0.0", + "systems": [ + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_Linux_32bit.tar.gz", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_Linux_32bit.tar.gz", + "checksum": "SHA-256:a14f0e876628865c78decf816b71d61844cd621e18d111ca0af3d6f0cd686210", + "size": "4620524" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_Linux_64bit.tar.gz", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_Linux_64bit.tar.gz", + "checksum": "SHA-256:11eeb6b078eba2dcbe4b8ab187221cb5e0528c6b67fcc927ea75fc8d204d6354", + "size": "4724967" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_Windows_32bit.zip", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_Windows_32bit.zip", + "checksum": "SHA-256:c3aa316f4c07c8d7469b3c993d0e7dd7e3d98c0e82a55638ea69ca9526a15961", + "size": "4842900" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "checksum": "SHA-256:ab958c206c883c3eebf7b9241dfc9fbbdf34d1961abb5bc55d5f257f4d815175", + "size": "4926670" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_macOS_64bit.tar.gz", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_macOS_64bit.tar.gz", + "checksum": "SHA-256:6418cdb8684fc7ea8724526bfd1a7f5568f8a59c58c65a5953441e1aa7f10d5b", + "size": "4688967" + }, + { + "host": "arm64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_macOS_ARM64.tar.gz", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_macOS_ARM64.tar.gz", + "checksum": "SHA-256:25fc6732197453f1b9fd054c15a60907fb88a15b394b8443a7e50a1d9f69e474", + "size": "4478600" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_Linux_ARMv6.tar.gz", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_Linux_ARMv6.tar.gz", + "checksum": "SHA-256:1ae067a6bd9e1797f741bcbd9068f69ac22bfd6eff08d319197333a5a4d857f8", + "size": "4457747" + }, + { + "host": "aarch64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/nina-fwuploader-plugin/nina-fwuploader-plugin_1.0.0_Linux_ARM64.tar.gz", + "archiveFileName": "nina-fwuploader-plugin_1.0.0_Linux_ARM64.tar.gz", + "checksum": "SHA-256:8a6fd11271329fd06a0690a3798b8bb74ce4b2e983064f84d71246f1f824841f", + "size": "4451720" + } + ] + }, + { + "name": "portenta-c33-fwuploader-plugin", + "version": "1.0.0", + "systems": [ + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/portenta-c33-fwuploader-plugin_1.0.0_Linux_64bit.tar.gz", + "archiveFileName": "portenta-c33-fwuploader-plugin_1.0.0_Linux_64bit.tar.gz", + "checksum": "SHA-256:04cab94965341e932a35fab698a2f0411922f05f3d48e6b5eb6b808ae5000b52", + "size": "4132728" + }, + { + "host": "x86_64-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/portenta-c33-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "archiveFileName": "portenta-c33-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "checksum": "SHA-256:ef8376c5086845dadad84cb18d4b9deded05bf3629c3cd508544e21159322faf", + "size": "4334081" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/portenta-c33-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "archiveFileName": "portenta-c33-fwuploader-plugin_1.0.0_Windows_64bit.zip", + "checksum": "SHA-256:ef8376c5086845dadad84cb18d4b9deded05bf3629c3cd508544e21159322faf", + "size": "4334081" + }, + { + "host": "x86_64-apple-darwin", + "url": "http://downloads.arduino.cc/arduino-fwuploader/plugins/portenta-c33-fwuploader-plugin/portenta-c33-fwuploader-plugin_1.0.0_macOS_64bit.tar.gz", + "archiveFileName": "portenta-c33-fwuploader-plugin_1.0.0_macOS_64bit.tar.gz", + "checksum": "SHA-256:fc2f3031aada65ce198acf156fc48542f68e3f5bc333a7afb90bf77c98bdb9b0", + "size": "4084329" + } + ] + } + ] + }, + { + "email": "support@intel.com", + "maintainer": "Intel", + "websiteURL": "http://maker.intel.com/", + "name": "Intel", + "platforms": [ + { + "name": "Intel i586 Boards", + "version": "1.6.2+1.0", + "category": "Arduino Certified", + "architecture": "i586", + "url": "https://github.com/01org/corelibs-galileo/archive/1.6.2+1.0.tar.gz", + "archiveFileName": "corelibs-galileo-1.6.2.tar.gz", + "checksum": "SHA-256:e20d62b0dccf0d68dbb61d70b866d77134b770b226d6046a61c7e8d55e64e53a", + "size": "272961", + "boards": [ + { + "name": "Galileo" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "name": "i586-poky-linux-uclibc", + "version": "1.6.2+1.0" + }, + { + "packager": "Intel", + "name": "sketchUploader", + "version": "1.6.2+1.0" + } + ] + }, + { + "name": "Intel i686 Boards", + "version": "1.6.2+1.0", + "category": "Arduino Certified", + "architecture": "i686", + "url": "https://github.com/01org/corelibs-edison/archive/1.6.2+1.0.tar.gz", + "archiveFileName": "corelibs-edison-1.6.2.tar.gz", + "checksum": "SHA-256:538ab8553f832f56b04df80d44992ecc994b9c296f3fce6902832d97f99811a8", + "size": "271420", + "boards": [ + { + "name": "Edison" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "name": "core2-32-poky-linux", + "version": "1.6.2+1.0" + }, + { + "packager": "Intel", + "name": "sketchUploader", + "version": "1.6.2+1.0" + } + ] + }, + { + "name": "Intel i586 Boards", + "version": "1.6.7+1.0", + "category": "Arduino Certified", + "architecture": "i586", + "url": "https://github.com/01org/corelibs-galileo/archive/1.6.7+1.0.tar.gz", + "archiveFileName": "corelibs-galileo-1.6.7.tar.gz", + "checksum": "SHA-256:4d161dde4c95ef8ebc264ca444ee6d1baaee70f9fd416e5f234f3f5cdd4ee028", + "size": "273392", + "boards": [ + { + "name": "Galileo" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "name": "i586-poky-linux-uclibc", + "version": "1.6.2+1.0" + }, + { + "packager": "Intel", + "name": "sketchUploader", + "version": "1.6.2+1.0" + } + ] + }, + { + "name": "Intel i686 Boards", + "version": "1.6.7+1.0", + "category": "Arduino Certified", + "architecture": "i686", + "url": "https://github.com/01org/corelibs-edison/archive/1.6.7+1.0.tar.gz", + "archiveFileName": "corelibs-edison-1.6.7.tar.gz", + "checksum": "SHA-256:2b630b4986c4c7543946eef339ab8d08ed23d28aa6428d27f5b464ad2331a3f1", + "size": "272002", + "boards": [ + { + "name": "Edison" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "name": "core2-32-poky-linux", + "version": "1.6.2+1.0" + }, + { + "packager": "Intel", + "name": "sketchUploader", + "version": "1.6.2+1.0" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "1.0.4", + "category": "Arduino Certified", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.4+1.59.zip", + "archiveFileName": "arduino101-1.0.4.zip", + "checksum": "SHA-256:f440078eaf664d171180dda4264e8f2cf7b840e251c48f80e1ea9cfca6074fb1", + "size": "806100", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "1.6.4+1.0", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "1.6.4+1.14", + "name": "sketchUploader" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "1.0.5", + "category": "Arduino Certified", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.4+1.68.zip", + "archiveFileName": "arduino101-1.0.5.zip", + "checksum": "SHA-256:8c26b92491b12a9498453ed90a1178f47e9a7229fbfe129737f02ed24f55b542", + "size": "776592", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "1.6.4+1.0", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "1.6.4+1.18", + "name": "arduino101load" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "1.0.6", + "category": "Arduino Certified", + "archiveFileName": "arduino101-1.0.6.zip", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.9+1.74.zip", + "checksum": "SHA-256:166c5d0f3c60c77495a08fe7d2debffb52195139854b3a42cfb6ae23b2fa2023", + "size": "672314", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "1.6.9+1.0.1", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "1.6.9+1.24", + "name": "arduino101load" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "1.0.7", + "category": "Arduino Certified", + "archiveFileName": "arduino101-1.0.7.zip", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/1.6.11+1.83.zip", + "checksum": "SHA-256:e0fcc5175f00c521b5ed1fd3c78198bdb5fc43b8306247c62c83183572e1af8e", + "size": "729297", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "1.6.9+1.0.1", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "1.6.9+1.28", + "name": "arduino101load" + }, + { + "packager": "Intel", + "version": "0.9.0+0.1", + "name": "openocd" + }, + { + "packager": "Intel", + "version": "1.0.0", + "name": "flashpack" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "2.0.2", + "category": "Arduino Certified", + "archiveFileName": "corelibs-arduino101-2.0.2.zip", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/2.0.2.zip", + "checksum": "SHA-256:2cea02dee6959f784c6bb6bdb2dc0eafa4c4d0ce5539da9cfa64dd6ce50939fe", + "size": "6242776", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "2.0.1", + "name": "arduino101load" + }, + { + "packager": "arduino", + "version": "0.9.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "Intel", + "version": "1.6.9+1.0.1", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "0.9.0+0.1", + "name": "openocd" + }, + { + "packager": "Intel", + "version": "2.0.0", + "name": "flashpack" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "2.0.4", + "category": "Arduino Certified", + "archiveFileName": "corelibs-arduino101-2.0.4.zip", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/2.0.3.zip", + "checksum": "SHA-256:466027da55175ba69115bc5aa859e10d1432cd6b6abfccc10a2687eff35ca906", + "size": "6243652", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "2.0.1", + "name": "arduino101load" + }, + { + "packager": "arduino", + "version": "0.9.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "Intel", + "version": "1.6.9+1.0.1", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "0.9.0+0.1", + "name": "openocd" + }, + { + "packager": "Intel", + "version": "2.0.0", + "name": "flashpack" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "2.0.5", + "category": "Arduino Certified", + "archiveFileName": "corelibs-arduino101-2.0.5.zip", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/2.0.5.zip", + "checksum": "SHA-256:afc71056b6df11d69bb8c8204cb28e65ad557b611a42a180de682c520c7311f9", + "size": "6247928", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "2.0.1", + "name": "arduino101load" + }, + { + "packager": "arduino", + "version": "0.9.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "Intel", + "version": "1.6.9+1.0.1", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "0.9.0+0.1", + "name": "openocd" + }, + { + "packager": "Intel", + "version": "2.0.0", + "name": "flashpack" + } + ] + }, + { + "name": "Intel Curie Boards", + "version": "2.0.6", + "category": "Arduino Certified", + "archiveFileName": "corelibs-arduino101-2.0.5.zip", + "architecture": "arc32", + "url": "https://github.com/arduino/ArduinoCore-arc32/archive/2.0.5.zip", + "checksum": "SHA-256:afc71056b6df11d69bb8c8204cb28e65ad557b611a42a180de682c520c7311f9", + "size": "6247928", + "boards": [ + { + "name": "Arduino 101" + } + ], + "toolsDependencies": [ + { + "packager": "Intel", + "version": "2.3.0", + "name": "arduino101load" + }, + { + "packager": "arduino", + "version": "0.9.0-arduino1", + "name": "dfu-util" + }, + { + "packager": "Intel", + "version": "1.6.9+1.0.1", + "name": "arc-elf32" + }, + { + "packager": "Intel", + "version": "0.9.0+0.1", + "name": "openocd" + }, + { + "packager": "Intel", + "version": "2.0.0", + "name": "flashpack" + } + ] + } + ], + "tools": [ + { + "name": "i586-poky-linux-uclibc", + "version": "1.6.2+1.0", + "systems": [ + { + "size": "30587705", + "checksum": "SHA-256:5b705d26dc1d8ca8953df6e0c08dcc8584d5be77b584d561f631360fd166677c", + "host": "i386-apple-darwin11", + "archiveFileName": "galileo-toolchain-20150323-osx.tar.bz2", + "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-osx-1.6.2-1.0.tar.bz2" + }, + { + "size": "45948648", + "checksum": "SHA-256:821eb290d7c668c1caa74da30903c13843edc746d41508b35161622ae6279b56", + "host": "i686-mingw32", + "archiveFileName": "galileo-toolchain-20150323-windows.zip", + "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-windows-1.6.2-1.0.zip" + }, + { + "size": "56227185", + "checksum": "SHA-256:935ccad3eaaec34f5de76eceb0f0ecd1372bdab0b7dc8f4241e8260c6f827b72", + "host": "x86_64-linux-gnu", + "archiveFileName": "galileo-toolchain-20150316-linux64.tar.bz2", + "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-linux64-1.6.2-1.0.tar.bz2" + }, + { + "size": "55098166", + "checksum": "SHA-256:1dab7f21e10d0208a6dd2897c36c6f5f55f9372b947225d2b59c3c4ab4777d03", + "host": "i686-linux-gnu", + "archiveFileName": "galileo-toolchain-20150316-linux32.tar.bz2", + "url": "http://downloadmirror.intel.com/24806/eng/galileo-toolchain-linux32-1.6.2-1.0.tar.bz2" + } + ] + }, + { + "name": "core2-32-poky-linux", + "version": "1.6.2+1.0", + "systems": [ + { + "size": "42720934", + "checksum": "SHA-256:fac0b3f00a33ee0531ea0da6d517c170409e25bd5e59f6f3db9506974336375d", + "host": "i386-apple-darwin11", + "archiveFileName": "edison-toolchain-20150323-osx.tar.bz2", + "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-osx-1.6.2-1.0.tar.bz2" + }, + { + "size": "56683094", + "checksum": "SHA-256:5a9a1b51f0fa18bf21e1dcf1332d34331dd435c5ca0d1fe008e68e13cb3255e5", + "host": "i686-mingw32", + "archiveFileName": "edison-toolchain-20150323-windows.zip", + "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-windows-1.6.2-1.0.zip" + }, + { + "size": "78998436", + "checksum": "SHA-256:e3443e7832732f2189fd424e4868d2ebb563e823addb2321a6e8a86a9fced193", + "host": "x86_64-linux-gnu", + "archiveFileName": "edison-toolchain-20150316-linux64.tar.bz2", + "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-linux64-1.6.2-1.0.tar.bz2" + }, + { + "size": "76488215", + "checksum": "SHA-256:014d1bdc40bb080987c736d04ffd42cdc0d2c3cad001891fb01555dac04296f7", + "host": "i686-linux-gnu", + "archiveFileName": "edison-toolchain-20150316-linux32.tar.bz2", + "url": "http://downloadmirror.intel.com/24806/eng/edison-toolchain-linux32-1.6.2-1.0.tar.bz2" + } + ] + }, + { + "name": "arc-elf32", + "version": "1.6.4+1.0", + "systems": [ + { + "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-windows-arcem.zip", + "checksum": "SHA-256:d7a3700e8762c656da66b1f85967ef1992c2473cee5bfc06b23aacfef7867435", + "host": "i686-mingw32", + "archiveFileName": "arc-toolchain-windows-arcem.zip", + "size": "218816528" + }, + { + "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-osx-arcem.tar.bz2", + "checksum": "SHA-256:3818fbc4cfbb8bc826ae33f6869413463849a889e53b4e27da365f2489699ec1", + "host": "i386-apple-darwin11", + "archiveFileName": "arc-toolchain-osx-arcem.tar.bz2", + "size": "78371400" + }, + { + "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-linux32-arcem.tar.bz2", + "checksum": "SHA-256:cb49a8b6a2d55712a0750813d56f8271d712252907fcd82b0cf690321be0d663", + "host": "i686-linux-gnu", + "archiveFileName": "arc-toolchain-linux32-arcem.tar.bz2", + "size": "182899676" + }, + { + "url": "https://downloadmirror.intel.com/25470/eng/arc-toolchain-linux64-arcem.tar.bz2", + "checksum": "SHA-256:0b538ae361b02a6329e00a009962c3bad91c48b07c78bb6343ffc6c19475e1a8", + "host": "x86_64-linux-gnu", + "archiveFileName": "arc-toolchain-linux64-arcem.tar.bz2", + "size": "177840353" + } + ] + }, + { + "name": "arc-elf32", + "version": "1.6.9+1.0.1", + "systems": [ + { + "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-windows-arcem-1.0.1.zip", + "checksum": "SHA-256:59614534473a55b1d964e1f4fa14f5e01e6aaa426d1e8319a8293ffa6576f58e", + "host": "i686-mingw32", + "archiveFileName": "arc-toolchain-windows-arcem-1.0.1.zip", + "size": "172455793" + }, + { + "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-osx-arcem-1.0.1.tar.bz2", + "checksum": "SHA-256:456995157cf1549073b9330a114abb25f056352278c107e25b3cc79443040a44", + "host": "i386-apple-darwin11", + "archiveFileName": "arc-toolchain-osx-arcem-1.0.1.tar.bz2", + "size": "30014953" + }, + { + "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-linux32-arcem-1.0.1.tar.bz2", + "checksum": "SHA-256:6aa92f239998d10992592cc16a16352bb1cce75a6bff1c72b8be18d939182915", + "host": "i686-linux-gnu", + "archiveFileName": "arc-toolchain-linux32-arcem-1.0.1.tar.bz2", + "size": "116481978" + }, + { + "url": "https://downloads.arduino.cc/tools/intel/arc-toolchain-linux64-arcem-1.0.1.tar.bz2", + "checksum": "SHA-256:0ee03cecc27471eae58cb557a105c5edaea45b49557c86867fa436a13681392c", + "host": "x86_64-linux-gnu", + "archiveFileName": "arc-toolchain-linux64-arcem-1.0.1.tar.bz2", + "size": "129250679" + } + ] + }, + { + "name": "sketchUploader", + "version": "1.6.2+1.0", + "systems": [ + { + "size": "61789", + "checksum": "SHA-256:8395ccb57c627f997fe01170df4613de906f48c6ce99623b9ca42806079c28ad", + "host": "i386-apple-darwin11", + "archiveFileName": "intel-arduino-tools-20150316-osx.tar.gz", + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-osx.tar.gz" + }, + { + "size": "2534586", + "checksum": "SHA-256:c32d1ae4cde190242eef95122d20dbcb5da226e7de6c567079a1c8c292267ae5", + "host": "i686-mingw32", + "archiveFileName": "intel-arduino-tools-20150316-windows.zip", + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-windows.zip" + }, + { + "size": "178239", + "checksum": "SHA-256:2876db4153db22609d2f6c9c3bfb198efbb9d9574edad579aca7d58cff9d2cca", + "host": "x86_64-linux-gnu", + "archiveFileName": "intel-arduino-tools-20150316-linux64.tar.gz", + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-linux64.tar.gz" + }, + { + "size": "187995", + "checksum": "SHA-256:20d87602d0194be626f592d3f2bdc9566a5a897786b042393482ef4c26ae158c", + "host": "i686-linux-gnu", + "archiveFileName": "intel-arduino-tools-20150316-linux32.tar.gz", + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.2+1.0-linux32.tar.gz" + } + ] + }, + { + "version": "1.6.4+1.14", + "name": "sketchUploader", + "systems": [ + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-windows.zip", + "checksum": "SHA-256:694cc2e85bca897f2c5bf867d16f11ae4e93134e329a08079a41a83fa9fd7beb", + "host": "i686-mingw32", + "archiveFileName": "1.6.4+1.14-windows.zip", + "size": "8239124" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-osx.tar.gz", + "checksum": "SHA-256:cd9c81e72667f42fca2047b12da330917607d2f2412772758d3b25565f61cb61", + "host": "i386-apple-darwin11", + "archiveFileName": "1.6.4+1.14-osx.tar.gz", + "size": "324645" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-linux32.tar.gz", + "checksum": "SHA-256:8bd55d901ef26f89a2e0e67551eb966de2b3bd90504d8204bd200510b85e1a9b", + "host": "i686-linux-gnu", + "archiveFileName": "1.6.4+1.14-linux32.tar.gz", + "size": "224137" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.14-linux64.tar.gz", + "checksum": "SHA-256:2da8ac969f6e1731adfe0802d015891109b834fdedfa5ca199742d5439b4f038", + "host": "x86_64-linux-gnu", + "archiveFileName": "1.6.4+1.14-linux64.tar.gz", + "size": "216542" + } + ] + }, + { + "version": "1.6.4+1.18", + "name": "arduino101load", + "systems": [ + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.19-windows.zip", + "checksum": "SHA-256:66c184ed5b045ba262ee86e17eb00280ebb6407b73b21979186ccc2270624bf7", + "host": "i686-mingw32", + "archiveFileName": "1.6.4+1.19-windows.zip", + "size": "9367650" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.18-osx.tar.gz", + "checksum": "SHA-256:c698ced53fe27030dfae9d198cc550357bf130ede204d6ccac5eaac8c15e159a", + "host": "i386-apple-darwin11", + "archiveFileName": "1.6.4+1.18-osx.tar.gz", + "size": "1236355" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.18-linux32.tar.gz", + "checksum": "SHA-256:96a9a3c9306b2ddcdecf96db64d7640c76422626a12488ef90ecd1ecdf451f3c", + "host": "i686-linux-gnu", + "archiveFileName": "1.6.4+1.18-linux32.tar.gz", + "size": "1269508" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.4+1.18-linux64.tar.gz", + "checksum": "SHA-256:0e7a9c95a4b8ed9dbd9b3e2dcd00cb22c0f41a0090efe7f144cdf6fc94eb2a19", + "host": "x86_64-linux-gnu", + "archiveFileName": "1.6.4+1.18-linux64.tar.gz", + "size": "1467166" + } + ] + }, + { + "version": "1.6.9+1.24", + "name": "arduino101load", + "systems": [ + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-windows.zip", + "checksum": "SHA-256:b531d93a8aa5dcb3e9338c553060f71835e6530639106e6976ca8d9dea0039b0", + "host": "i686-mingw32", + "archiveFileName": "arduino101load-1.6.9+1.24-windows.zip", + "size": "9418690" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-osx.tar.gz", + "checksum": "SHA-256:b927e7996f48d861d803b911317062b345fa631c4fbe2f85f2a0dcb651508e92", + "host": "i386-apple-darwin11", + "archiveFileName": "arduino101load-1.6.9+1.24-osx.tar.gz", + "size": "1241701" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-linux32.tar.gz", + "checksum": "SHA-256:db418197f6b4fbdc104b682fc4137cd955681af1d12147a663054e7f352a3785", + "host": "i686-linux-gnu", + "archiveFileName": "arduino101load-1.6.9+1.24-linux32.tar.gz", + "size": "1305107" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.24-linux64.tar.gz", + "checksum": "SHA-256:b7723d8edac0ed957304dc2e275a5628f6602962b93863f32cc1986e1c2ee6ab", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduino101-1.6.9+1.24-linux64.tar.gz", + "size": "1507392" + } + ] + }, + { + "version": "1.6.9+1.28", + "name": "arduino101load", + "systems": [ + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-windows.zip", + "checksum": "SHA-256:0847ba5466ad97c4624c7b76c84aea036f24f1189828274310f52b86e6c3de1e", + "host": "i686-mingw32", + "archiveFileName": "arduino101load-1.6.9+1.28-windows.zip", + "size": "9331111" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-osx.tar.gz", + "checksum": "SHA-256:011fcb145728842aa6dc7a2332a12b7cd0d0e4f9eae7e9c35400d3727eb33db9", + "host": "i386-apple-darwin11", + "archiveFileName": "arduino101load-1.6.9+1.28-osx.tar.gz", + "size": "1134614" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-linux32.tar.gz", + "checksum": "SHA-256:36681f3dbe4edc04c0f6c3888ab7787c8015b0fce2d9cffccd17d7ec5fb1204d", + "host": "i686-linux-gnu", + "archiveFileName": "arduino101load-1.6.9+1.28-linux32.tar.gz", + "size": "1202482" + }, + { + "url": "https://github.com/01org/intel-arduino-tools/archive/1.6.9+1.28-linux64.tar.gz", + "checksum": "SHA-256:c691e2f077771b18a83b61c1cda96608150c80707adb7bac6b9665232bc74d4b", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduino101load-1.6.9+1.28-linux64.tar.gz", + "size": "1411007" + } + ] + }, + { + "name": "arduino101load", + "version": "2.0.0", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-darwin_amd64.tar.bz2", + "archiveFileName": "arduino101load-2.0.0-darwin_amd64.tar.bz2", + "size": "1115949", + "checksum": "SHA-256:1adc2bb7ae5c12dabd2ce62a281285557d85d694d88e3578176a26a892546bff" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-linux_arm.tar.bz2", + "archiveFileName": "arduino101load-2.0.0-linux_arm.tar.bz2", + "size": "992362", + "checksum": "SHA-256:ce5bc6598481cbf058a86695f4661f4b9f3a37481a8a1401bc8aa6e38055c13f" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-linux_amd64.tar.bz2", + "archiveFileName": "arduino101load-2.0.0-linux_amd64.tar.bz2", + "size": "1111450", + "checksum": "SHA-256:70965f1830e97bb8eafe1a4cea59a202aeb7c08dd2e9f46eb6a658d382cbf3fe" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-linux_386.tar.bz2", + "archiveFileName": "arduino101load-2.0.0-linux_386.tar.bz2", + "size": "1002073", + "checksum": "SHA-256:3a0880cbfc795a94cbc90e8c5e6bcf3dc47b893be8b61ba8657f009fdec364a0" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.0-windows_386.tar.bz2", + "archiveFileName": "arduino101load-2.0.0-windows_386.tar.bz2", + "size": "1046285", + "checksum": "SHA-256:90923d95f3d30fe3161fa0fcac344db12f99e2bfba396a48bec596d1870370ce" + } + ] + }, + { + "name": "arduino101load", + "version": "2.0.1", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-darwin_amd64.tar.bz2", + "archiveFileName": "arduino101load-2.0.1-darwin_amd64.tar.bz2", + "size": "1114375", + "checksum": "SHA-256:1f96480028a2aaa9475a1f44c5912236b6a039fced948fe2042a0353c88c1fb0" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-linux_arm.tar.bz2", + "archiveFileName": "arduino101load-2.0.1-linux_arm.tar.bz2", + "size": "992557", + "checksum": "SHA-256:ff02bc7b64dd2f6a526fd283c55b36cab15297d045ccd214ec70d12067ce0991" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-linux_amd64.tar.bz2", + "archiveFileName": "arduino101load-2.0.1-linux_amd64.tar.bz2", + "size": "1111519", + "checksum": "SHA-256:b15a213b495e599b76ecd68253602b56ff5eebda4fadc53442e8c1917964a45e" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-linux_386.tar.bz2", + "archiveFileName": "arduino101load-2.0.1-linux_386.tar.bz2", + "size": "1001211", + "checksum": "SHA-256:2941d1f2f726ca1dd3789a744a2084e8f9000912bdaf25ef888c90fd454057e9" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.0.1-windows_386.tar.bz2", + "archiveFileName": "arduino101load-2.0.1-windows_386.tar.bz2", + "size": "1046214", + "checksum": "SHA-256:932373b6da9a8ad8ee9051937ea42cedde604fa8437050dcf7baa29564fc4547" + } + ] + }, + { + "name": "arduino101load", + "version": "2.1.0", + "systems": [ + { + "host": "i386-apple-darwin11", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-darwin_amd64.tar.bz2", + "archiveFileName": "arduino101load-2.1.0-darwin_amd64.tar.bz2", + "size": "1188264", + "checksum": "SHA-256:068310277e032df5e36bd7cf351680462bd14f667536baf0b46e0f98e88a5616" + }, + { + "host": "arm-linux-gnueabihf", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-linux_arm.tar.bz2", + "archiveFileName": "arduino101load-2.1.0-linux_arm.tar.bz2", + "size": "1110912", + "checksum": "SHA-256:440c407d3fcca28333830891550bd4ed62ff4a6fb54a488330291bb79e737e97" + }, + { + "host": "x86_64-linux-gnu", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-linux_amd64.tar.bz2", + "archiveFileName": "arduino101load-2.1.0-linux_amd64.tar.bz2", + "size": "1184509", + "checksum": "SHA-256:c86f707914c733f51d705b32d45ade9d708913f458382f30b7436bdcdc9bb514" + }, + { + "host": "i686-linux-gnu", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-linux_386.tar.bz2", + "archiveFileName": "arduino101load-2.1.0-linux_386.tar.bz2", + "size": "1065618", + "checksum": "SHA-256:b17ce537f26e6ececf176585859594e1a66dfb788f074711d0be4a563c1815d8" + }, + { + "host": "i686-mingw32", + "url": "http://downloads.arduino.cc/tools/arduino101load-2.1.0-windows_386.tar.bz2", + "archiveFileName": "arduino101load-2.1.0-windows_386.tar.bz2", + "size": "1078361", + "checksum": "SHA-256:32ff223937fbf747f1c552256627dfcb8eeccb4903342a9e8ac8b3e6d89cb4a7" + } + ] + }, + { + "name": "arduino101load", + "version": "2.3.0", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "arduino101load_2.3.0_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_Linux_32bit.tar.gz", + "size": 1841143, + "checksum": "SHA-256:6f9c28922510fc2e12af775004ff24f3e46c97969e2ef9747ccd3b7f1f18f5f6" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "arduino101load_2.3.0_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_Linux_64bit.tar.gz", + "size": 1877169, + "checksum": "SHA-256:3c82dd345a9c8bce8c6b04d981bcc26631392af0bb812b284fd239a9ab3cb34a" + }, + { + "host": "i686-mingw32", + "archiveFileName": "arduino101load_2.3.0_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_Windows_32bit.zip", + "size": 1388457, + "checksum": "SHA-256:1642a1c9e4d83024a175be2135ab271a567a21cf15c2f3005869b61ffea9e439" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "arduino101load_2.3.0_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_Windows_64bit.zip", + "size": 1416557, + "checksum": "SHA-256:faaa058f02f787dc98cbe5e74cfae5f87236c8cb09c9e792992c1cb8ec9a270c" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "arduino101load_2.3.0_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_macOS_64bit.tar.gz", + "size": 1844645, + "checksum": "SHA-256:54775545fca4af611a9c191c37223b9905f1feea6333997be98c6faa56dd426b" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "arduino101load_2.3.0_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_Linux_ARMv6.tar.gz", + "size": 1785643, + "checksum": "SHA-256:32b3c7c4ce654429bc1a8c6a8ff621ec032766b5dd03c4ef827509b335722a30" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "arduino101load_2.3.0_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_Linux_ARM64.tar.gz", + "size": 1779096, + "checksum": "SHA-256:26f85c5b1e7802fe470f3a18b1c901aaff2d06099fc8dd3f144305f62da6bbaa" + }, + { + "host": "arm64-apple-darwin", + "archiveFileName": "arduino101load_2.3.0_macOS_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/tools/arduino101load_2.3.0_macOS_ARM64.tar.gz", + "size": 1802446, + "checksum": "SHA-256:24ae0a99dfde2bc07054a45f7f5fb8d64e7edf811570ae9f9eea0acdfe97358e" + } + ] + }, + { + "version": "0.9.0+0.1", + "name": "openocd", + "systems": [ + { + "url": "https://downloads.arduino.cc/tools/intel/openocd-windows.zip", + "checksum": "SHA-256:95accfa22294cf150f33fba3cac45e6aa6857ebc2ba5dacebc2963b4a6021962", + "host": "i686-mingw32", + "archiveFileName": "openocd-windows-0.9.0.zip", + "size": "9181935" + }, + { + "url": "https://downloads.arduino.cc/tools/intel/openocd-osx.tar.bz2", + "checksum": "SHA-256:57083e887ba77826a5f532f4b1ca4b7390cb7a2e2744583576a72f28a77dcc44", + "host": "i386-apple-darwin11", + "archiveFileName": "openocd-osx-0.9.0.tar.bz2", + "size": "896625" + }, + { + "url": "https://downloads.arduino.cc/tools/intel/openocd-linux32.tar.bz2", + "checksum": "SHA-256:49d2a220e4b25eead4fe03d2ffa339ed946abef9cb718debdc7369f7b3c70534", + "host": "i686-linux-gnu", + "archiveFileName": "openocd-linux32-0.9.0.tar.bz2", + "size": "3923308" + }, + { + "url": "https://downloads.arduino.cc/tools/intel/openocd-linux64.tar.bz2", + "checksum": "SHA-256:4df6d3d387b45fa6214145f736c48c95109871fcd85fa81b81c01b533097a031", + "host": "x86_64-linux-gnu", + "archiveFileName": "openocd-linux64-0.9.0.tar.bz2", + "size": "4010990" + } + ] + }, + { + "version": "1.0.0", + "name": "flashpack", + "systems": [ + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", + "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", + "host": "i686-mingw32", + "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", + "size": "654391" + }, + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", + "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", + "host": "i386-apple-darwin11", + "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", + "size": "654391" + }, + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", + "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", + "host": "i686-linux-gnu", + "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", + "size": "654391" + }, + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/1.0.7/arduino101-factory_ble-flashpack-ide.tar.bz2", + "checksum": "SHA-256:6d4422cfa5c21ceba522ebf298bf24ebb2f57089e6bbaf6356038ef6fae6ca6d", + "host": "x86_64-linux-gnu", + "archiveFileName": "arduino101-factory_ble-flashpack-ide.tar.bz2", + "size": "654391" + } + ] + }, + { + "version": "2.0.0", + "name": "flashpack", + "systems": [ + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", + "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", + "host": "i686-mingw32", + "archiveFileName": "flashpack_ble_v3.tar.bz2", + "size": "678394" + }, + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", + "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", + "host": "i386-apple-darwin11", + "archiveFileName": "flashpack_ble_v3.tar.bz2", + "size": "678394" + }, + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", + "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", + "host": "i686-linux-gnu", + "archiveFileName": "flashpack_ble_v3.tar.bz2", + "size": "678394" + }, + { + "url": "https://github.com/arduino/ArduinoCore-arc32/releases/download/2.0.0/flashpack_ble_v3.tar.bz2", + "checksum": "SHA-256:d5c9dfacfa4a12580d8853db32c194537aa920f43564e99aee42f069590cce3e", + "host": "x86_64-linux-gnu", + "archiveFileName": "flashpack_ble_v3.tar.bz2", + "size": "678394" + } + ] + } + ] + }, + { + "name": "atmel-avr-xminis", + "maintainer": "Atmel University France", + "websiteURL": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/wiki", + "help": + { + "online": "http://www.arduino.cc/en/Reference/HomePage" + }, + "platforms": + [ + { + "name": "Atmel AVR Xplained-minis", + "architecture": "avr", + "version": "0.3.0", + "category": "Partner", + "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.3.0/atmel-avr-xmini-boardmanagermodule-0.3.0.tar.bz2", + "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.3.0.tar.bz2", + "checksum": "SHA-256:3bf7739682bdd86c8e8e566769429e424859f23022664295f800df489c782f18", + "size": "95352", + "boards": [ + { + "name": "atmega168pb-xmini" + }, + { + "name": "atmega328pb-xmini" + }, + { + "name": "atmega328p-xmini" + } + ], + "toolsDependencies": + [ + { + "packager": "arduino", + "name": "avr-gcc", + "version": "4.8.1-arduino5" + }, + { + "packager": "arduino", + "name": "avrdude", + "version": "6.0.1-arduino5" + } + ] + }, + { + "name": "Atmel AVR Xplained-minis", + "architecture": "avr", + "version": "0.4.0", + "category": "Partner", + "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.4.0/atmel-avr-xmini-boardmanagermodule-0.4.0.tar.bz2", + "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.4.0.tar.bz2", + "checksum": "SHA-256:36e09208c91071ff2fce4a7ed06463cf820c867d9f59477192d18965c0830ed5", + "size": "95452", + "boards": [ + { + "name": "atmega168pb-xmini" + }, + { + "name": "atmega328pb-xmini" + }, + { + "name": "atmega328p-xmini" + } + ], + "toolsDependencies": + [ + ] + }, + { + "name": "Atmel AVR Xplained-minis", + "architecture": "avr", + "version": "0.5.0", + "category": "Partner", + "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.5.0/atmel-avr-xmini-boardmanagermodule-0.5.0.tar.bz2", + "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.5.0.tar.bz2", + "checksum": "SHA-256:e2e401fc30f8e8519bcd628884699373dc386d83a366c740b1895aa9b8cc30f4", + "size": "95573", + "boards": [ + { + "name": "atmega168pb-xmini" + }, + { + "name": "atmega328pb-xmini" + }, + { + "name": "atmega328p-xmini" + } + ], + "toolsDependencies": + [ + ] + }, + { + "name": "Atmel AVR Xplained-minis", + "architecture": "avr", + "version": "0.6.0", + "category": "Partner", + "url": "https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.6.0/atmel-avr-xmini-boardmanagermodule-0.6.0.tar.bz2", + "archiveFileName": "atmel-avr-xmini-boardmanagermodule-0.6.0.tar.bz2", + "checksum": "SHA-256:60bcb315a33056fac9b1d626ac039b3439efdae821ba91b70e09dc5ce8e07f88", + "size": "95447", + "boards": [ + { + "name": "atmega168pb-xmini" + }, + { + "name": "atmega328pb-xmini" + }, + { + "name": "atmega328p-xmini" + } + ], + "toolsDependencies": + [ + ] + } + ], + "tools": + [ + ] + }, + { + "name":"littleBits", + "maintainer":"littleBits Electronics", + "websiteURL":"http://www.littlebits.cc/bits/w6-arduino", + "email":"support@littlebits.cc", + "help":{ + "online":"http://www.littlebits.cc/arduino-help" + }, + "platforms":[ + { + "name":"littleBits Arduino AVR Modules", + "architecture":"avr", + "version":"1.0.0", + "category": "Arduino@Heart", + "url": "http://downloads.arduino.cc/cores/littlebits-avr-1.0.0.tar.bz2", + "archiveFileName":"littlebits-avr-1.0.0.tar.bz2", + "checksum":"SHA-256:8B867B8E89718B405231681CF9091F24372FAEF8B5B9FFBFBCF2486E3D9B5324", + "size":"27762", + "help":{ + "online":"http://www.littlebits.cc/arduino-help" + }, + "boards":[ + { "name":"littleBits w6 Arduino module" } + ], + "toolsDependencies":[ + { "packager":"arduino", "name":"avr-gcc", "version":"4.8.1-arduino5" }, + { "packager":"arduino", "name":"avrdude", "version":"6.0.1-arduino5" } + ] + } + ], + "tools":[] + }, + { + "name": "Microsoft", + "maintainer": "Microsoft.IoT", + "websiteURL": "https://github.com/ms-iot/iot-utilities/tree/master/IotCoreAppDeployment/ArduinoIde/", + "email": "bfjelds@microsoft.com", + "help": { + "online": "http://developer.microsoft.com/en-us/windows/iot/IotCoreAppDeployment_ArduinoIde.htm" + }, + "platforms": [ + { + "name": "Windows 10 Iot Core", + "architecture": "win10", + "version": "1.0.0", + "category": "Contributed", + "help": { + "online": "http://developer.microsoft.com/en-us/windows/iot/IotCoreAppDeployment_ArduinoIde.htm" + }, + "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.0.0_ide-1.6.6.zip", + "archiveFileName": "win10_iotcore-1.0.0_ide-1.6.6.zip", + "checksum": "SHA-256:ed1b42b396217e242cd3a5b597ad5dad5957cb8117dd0f972376bafab7d8a0e5", + "size": "47325480", + "boards": [ + {"name": "Windows 10 IoT Core"} + ], + "toolsDependencies":[] + }, + { + "name": "Windows 10 Iot Core", + "architecture": "win10", + "version": "1.1.0", + "category": "Contributed", + "help": { + "online": "http://developer.microsoft.com/en-us/windows/iot/IotCoreAppDeployment_ArduinoIde.htm" + }, + "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.1.0_ide-1.6.6.zip", + "archiveFileName": "win10_iotcore-1.1.0_ide-1.6.6.zip", + "checksum": "SHA-256:683dcb0a72e80b9d21117f6471e0860d8cc35cd9b86557ba6fd1ed255952413e", + "size": "48316890", + "boards": [ + {"name": "Windows 10 IoT Core"} + ], + "toolsDependencies":[] + }, + { + "name": "Windows 10 Iot Core", + "architecture": "win10", + "version": "1.1.1", + "category": "Contributed", + "help": { + "online": "http://ms-iot.github.io/content/en-US/win10/IotCoreAppDeployment_ArduinoIde.htm" + }, + "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.1.1_ide-1.6.11.zip", + "archiveFileName": "win10_iotcore-1.1.1_ide-1.6.11.zip", + "checksum": "SHA-256:f455f2829164065faacde141b3c15604c51bb79b6874d55d1124c66aae372693", + "size": "48317624", + "boards": [ + {"name": "Windows 10 IoT Core"} + ], + "toolsDependencies":[] + }, + { + "name": "Windows 10 Iot Core", + "architecture": "win10", + "version": "1.1.2", + "category": "Contributed", + "help": { + "online": "http://ms-iot.github.io/content/en-US/win10/IotCoreAppDeployment_ArduinoIde.htm" + }, + "url": "https://github.com/ms-iot/iot-utilities/raw/master/IotCoreAppDeployment/ArduinoIde/release/win10_iotcore-1.1.2_ide-1.6.11.zip", + "archiveFileName": "win10_iotcore-1.1.2_ide-1.6.11.zip", + "checksum": "SHA-256:b1c9956b46f33bcebb7f500d29931b19ed4723c713ac0439681ea1fb172722d1", + "size": "48317648", + "boards": [ + {"name": "Windows 10 IoT Core"} + ], + "toolsDependencies":[] + } + ], + "tools":[] + }, + { + "name": "Arrow", + "maintainer": "Axel Elettronica S.r.l.", + "websiteURL": "http://axelelettronica.it/", + "email": "development@axelelettronica.it", + "help": { + "online": "http://www.arrowsmarteverything.com/support/" + }, + "platforms": [ + { + "name": "Arrow Boards", + "architecture": "samd", + "version": "1.2.0", + "category": "Partner", + "url": "http://downloads.arduino.cc/cores/Arrow-samd-1.2.0.tar.bz2", + "archiveFileName": "Arrow-samd-1.2.0.tar.bz2", + "checksum": "SHA-256:1d1cd66eb9986ed60a45b6554b8dcbf168401339c8a06bcf45c1b6ee2efa0943", + "size": "36575", + "boards": [ + {"name": "SmartEverything Fox"}, + {"name": "SmartTutto"} + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1" + }, + { + "packager": "arduino", + "name": "bossac", + "version": "1.5-arduino" + }, + { + "packager": "arduino", + "name": "openocd", + "version": "0.9.0-arduino" + }, + { + "packager": "arduino", + "name": "CMSIS", + "version": "4.0.0-atmel" + } + ] + }, + { + "name": "Arrow Boards", + "architecture": "samd", + "version": "2.0.0", + "category": "Partner", + "url": "http://downloads.arduino.cc/cores/Arrow-samd-2.0.0.tar.gz", + "archiveFileName": "Arrow-samd-2.0.0.tar.gz", + "checksum": "SHA-256:e0bbf85d28af03a196a625462598294f9dd30ffbc9d686cbf2cc09bc5a76421a", + "size": "772778", + "boards": [ + {"name": "SmartEverything Fox"}, + {"name": "SmartEverything Fox3"}, + {"name": "SmartEverything Lion"}, + {"name": "SmartEverything Dragonfly"}, + {"name": "Analog ADI"}, + {"name": "SmartTutto"} + ], + "toolsDependencies": [ + ] + }, + { + "name": "Arrow Boards", + "architecture": "samd", + "version": "2.1.0", + "category": "Partner", + "url": "http://downloads.arduino.cc/cores/Arrow-samd-2.1.0.tar.gz", + "archiveFileName": "Arrow-samd-2.1.0.tar.gz", + "checksum": "SHA-256:fc593dba03249300a9e2cff88c06f50389681e4fe6e3c92207d3ffb8a8a673f7", + "size": "780064", + "boards": [ + {"name": "SmartEverything Fox"}, + {"name": "SmartEverything Fox3"}, + {"name": "SmartEverything Lion"}, + {"name": "SmartEverything Dragonfly"}, + {"name": "Analog ADI"}, + {"name": "SmartTutto"} + ], + "toolsDependencies": [ + ] + } + ], + "tools": [ + ] + }, + { + "name": "emoro", + "maintainer": "Inovatic-ICT", + "websiteURL": "http://www.emoro.eu/shop/system/download/EMoRo2560_and_GLAM_brochure.pdf.0b83da8ad90db30722cca3a5d2529494", + "email": "support@inovatic-ict.com", + "help": { + "online": "http://www.emoro.eu/shop/index.php?route=product/product&product_id=52" + }, + "platforms": [ + { + "name": "EMORO 2560", + "architecture": "avr", + "version": "3.2.1", + "category": "Arduino@Heart", + "url": "http://downloads.arduino.cc/cores/EMoRo_2560-3.2.1.zip", + "archiveFileName": "EMoRo_2560-3.2.1.zip", + "checksum": "SHA-256:56dd308fc2f84229688f6219a4c31629ec9b38bdadcd382c45fae9247b94f051", + "size": "846444", + "boards": [ + {"name": "EMoRo 2560. Board based on ATmega 2560 MCU"} + ], + "toolsDependencies": [ + ] + }, + { + "name": "EMORO 2560", + "architecture": "avr", + "version": "3.2.2", + "category": "Arduino@Heart", + "url": "http://downloads.arduino.cc/cores/EMoRo_2560-3.2.2.zip", + "archiveFileName": "EMoRo_2560-3.2.2.zip", + "checksum": "SHA-256:c67e6660af44c923c10deede252f9c46dabaf5b61d6e44f3785be688f1c9b46f", + "size": "565744", + "boards": [ + {"name": "EMoRo 2560. Board based on ATmega 2560 MCU"} + ], + "toolsDependencies": [ + ] + } + ], + "tools": [ + ] + }, + { + "name": "industruino", + "maintainer": "Industruino", + "websiteURL": "https://industruino.com/", + "email": "connect@industruino.com", + "help": { + "online": "https://github.com/Industruino/IndustruinoSAMD" + }, + "platforms": [ + { + "name": "Industruino SAMD Boards (32-bits ARM Cortex-M0+)", + "architecture": "samd", + "version": "1.0.0", + "category": "Contributed", + "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/core/industruino-samd-1.0.0.tar.bz2", + "archiveFileName": "industruino-samd-1.0.0.tar.bz2", + "checksum": "SHA-256:f2e03e584117474c3a6481922c7030558236588762dceea0421ea79ceec3ae11", + "size": "172665", + "boards": [ + { "name": "Industruino D21G" } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1" + }, + { + "packager": "industruino", + "name": "bossac", + "version": "1.7.0-industruino" + }, + { + "packager": "arduino", + "name": "openocd", + "version": "0.9.0-arduino" + }, + { + "packager": "arduino", + "name": "avrdude", + "version": "6.3.0-arduino8" + }, + { + "packager": "arduino", + "name": "CMSIS", + "version": "4.5.0" + }, + { + "packager": "arduino", + "name": "CMSIS-Atmel", + "version": "1.0.0" + } + ] + }, + { + "name": "Industruino SAMD Boards (32-bits ARM Cortex-M0+)", + "architecture": "samd", + "version": "1.0.1", + "category": "Contributed", + "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/core/industruino-samd-1.0.1.tar.bz2", + "archiveFileName": "industruino-samd-1.0.1.tar.bz2", + "checksum": "SHA-256:ffd9a0d53f0e659432182987bfc70eeca8ea8cceaeac802be677614ed51c371f", + "size": "203844", + "boards": [ + { "name": "Industruino D21G" } + ], + "toolsDependencies": [ + { + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1" + }, + { + "packager": "industruino", + "name": "bossac", + "version": "1.7.0-industruino" + }, + { + "packager": "arduino", + "name": "openocd", + "version": "0.9.0-arduino" + }, + { + "packager": "arduino", + "name": "avrdude", + "version": "6.3.0-arduino8" + }, + { + "packager": "arduino", + "name": "CMSIS", + "version": "4.5.0" + }, + { + "packager": "arduino", + "name": "CMSIS-Atmel", + "version": "1.0.0" + } + ] + } + ], + "tools": [ + { + "name": "bossac", + "version": "1.7.0-industruino", + "systems": [ + { + "host": "i686-mingw32", + "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-mingw32.tar.gz", + "archiveFileName": "bossac-1.7.0-industruino-mingw32.tar.gz", + "checksum": "SHA-256:960d91feb565e957dbac9399e16839aa4eb4400153f2373896b733eeea778ab2", + "size": "565844" + }, + { + "host": "x86_64-apple-darwin", + "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-i386-apple-darwin15.6.0.tar.gz", + "archiveFileName": "bossac-1.7.0-industruino-i386-apple-darwin15.6.0.tar.gz", + "checksum": "SHA-256:a2455d20fd8269d0655ebc50014e539911070a0b14964082337655f17de7cbf2", + "size": "128421" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-x86_64-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.7.0-industruino-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:2cbeb64a0e0a58f3b769ef6cdcfe55fa939b3015845b3081a9beebe9432ba4a6", + "size": "62348" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-i686-linux-gnu.tar.gz", + "archiveFileName": "bossac-1.7.0-industruino-i686-linux-gnu.tar.gz", + "checksum": "SHA-256:77b06322da2a9bdc17ddcbc29627802e8b2bf47b5625fe6fb17d90203e4a4071", + "size": "63204" + } + ] + }, + { + "name": "windows-drivers", + "version": "0.0.1", + "systems": [ + { + "host": "i686-mingw32", + "url": "https://static.industruino.com/downloads/drivers/drivers-industruino-windows-0.0.1.zip", + "archiveFileName": "drivers-industruino-windows-0.0.1.zip", + "checksum": "SHA-256:f1d7c7d30ca71f7224dac077f18f25f62ff97b43dd1e4a43ec4930a13a3ac484", + "size": "2545" + } + ] + } + ] + }, + { + "name": "builtin", + "maintainer": "Arduino", + "websiteURL": "http://www.arduino.cc/", + "email": "packages@arduino.cc", + "help": { + "online": "http://www.arduino.cc/en/Reference/HomePage" + }, + "platforms": [], + "tools": [ + { + "name": "ctags", + "version": "5.8-arduino11", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "ctags-5.8-arduino11-pm-i686-pc-linux-gnu.tar.bz2", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-i686-pc-linux-gnu.tar.bz2", + "size": 106930, + "checksum": "SHA-256:3e219116f54d9035f6c49c600d0bb358710dcce139798ad237de0eef7998d0e2" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2", + "size": 111604, + "checksum": "SHA-256:62b514f3aaf37b5429ef703853bb46365fb91b4754c1916d085bf134004886e3" + }, + { + "host": "i686-mingw32", + "archiveFileName": "ctags-5.8-arduino11-pm-i686-mingw32.zip", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-i686-mingw32.zip", + "size": 116455, + "checksum": "SHA-256:106c9f074a3e2ec55bd8a461c1522bb4c90488275f061c3d51942862c99b8ba7" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "ctags-5.8-arduino11-pm-x86_64-apple-darwin.zip", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-apple-darwin.zip", + "size": 118296, + "checksum": "SHA-256:bf74807260ddf0e1fc94d67e9cd8a41b7c0a2f0bee03e254e6975139b37ef250" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "ctags-5.8-arduino11-pm-armv6-linux-gnueabihf.tar.bz2", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-armv6-linux-gnueabihf.tar.bz2", + "size": 95271, + "checksum": "SHA-256:098e8dc6a7dc0ddf09ef28e6e2e81d2ae181d12f41fb182dd78ff1387d4eb285" + }, + { + "host": "aarch64-linux-gnu", + "archiveFileName": "ctags-5.8-arduino11-pm-aarch64-linux-gnu.tar.bz2", + "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-aarch64-linux-gnu.tar.bz2", + "size": 100819, + "checksum": "SHA-256:89b6f8adb7b7124ebe2eb30970ea77c754cd2239e0d8a6b0102ae2a36416c6ef" + } + ] + }, + { + "name": "serial-discovery", + "version": "1.3.5", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "serial-discovery_v1.3.5_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_Linux_32bit.tar.gz", + "size": 1609017, + "checksum": "SHA-256:106b892ec712b78f3a63a7f9b189e941d94e66bee294b2247da8e7fbdc8a2a7f" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "serial-discovery_v1.3.5_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_Linux_64bit.tar.gz", + "size": 1653015, + "checksum": "SHA-256:0e9c734dff3240b020502d11e1aaec9da807d7ed9f8cd5d5c1e00057c915124c" + }, + { + "host": "i686-mingw32", + "archiveFileName": "serial-discovery_v1.3.5_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_Windows_32bit.zip", + "size": 1830592, + "checksum": "SHA-256:577c2ea211cbd629aab28060af88b99590404b80a1f95a03ee2b540ebc875f4d" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "serial-discovery_v1.3.5_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_Windows_64bit.zip", + "size": 1862214, + "checksum": "SHA-256:beec99c4d62febd72fb21c991dbf848177443dbfac5cf8bb777706623213ce07" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "serial-discovery_v1.3.5_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_macOS_64bit.tar.gz", + "size": 1700584, + "checksum": "SHA-256:733a1a86bad22312e132ef2cc084912a57572a8fea7d08c85599e8c7cb040687" + }, + { + "host": "arm64-apple-darwin", + "archiveFileName": "serial-discovery_v1.3.5_macOS_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_macOS_ARM64.tar.gz", + "size": 1601071, + "checksum": "SHA-256:a60933479a4d4924081678a100b5feaa570f37a7bc7e4535625e1a5c7d789723" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "serial-discovery_v1.3.5_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_Linux_ARMv6.tar.gz", + "size": 1551631, + "checksum": "SHA-256:e3ff4833a7e22224d52cf64e58793f909bca9f1a0c73ee407110502754eac833" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "serial-discovery_v1.3.5_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.3.5_Linux_ARM64.tar.gz", + "size": 1553486, + "checksum": "SHA-256:c04abe516a79fda049ee126502d884e0205f1c83f0c7e506a2d36f983868ee49" + } + ] + }, + { + "name": "serial-discovery", + "version": "1.4.0", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "serial-discovery_v1.4.0_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Linux_32bit.tar.gz", + "size": 1682766, + "checksum": "SHA-256:63141b96d1cd9ec73f0fd194795cbc3ac43ea36d7495c41d4255fa5feddf041c" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "serial-discovery_v1.4.0_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Linux_64bit.tar.gz", + "size": 1707118, + "checksum": "SHA-256:70b5b7a264ddb3cd7b3b378879f07952e579d98073e18b922a2946139f12b136" + }, + { + "host": "i686-mingw32", + "archiveFileName": "serial-discovery_v1.4.0_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Windows_32bit.zip", + "size": 1904579, + "checksum": "SHA-256:af08706f475bda318752cf287ed2684027028ec8a4319a1de73138cfa852dbc9" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "serial-discovery_v1.4.0_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Windows_64bit.zip", + "size": 1923577, + "checksum": "SHA-256:c194d06d5aafdce1ed31296d8ca7db6c8f093fee65039f4db2133234a691dec6" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "serial-discovery_v1.4.0_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_macOS_64bit.tar.gz", + "size": 1748706, + "checksum": "SHA-256:acb2a9058314cef6d12c67c1660db06e06d90def15f9b9546350ba87839b151d" + }, + { + "host": "arm64-apple-darwin", + "archiveFileName": "serial-discovery_v1.4.0_macOS_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_macOS_ARM64.tar.gz", + "size": 1649820, + "checksum": "SHA-256:f50435404e1e3676826f30ad82a9399cdc53c501dd7dbc5a43ca28072f9284fb" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "serial-discovery_v1.4.0_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Linux_ARMv6.tar.gz", + "size": 1618663, + "checksum": "SHA-256:5c37b72feb4288f7a87b5c191c603164c00fca48cc115a1616cca1093f89830b" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "serial-discovery_v1.4.0_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.0_Linux_ARM64.tar.gz", + "size": 1605635, + "checksum": "SHA-256:7d694e122e1aa0d1365b5ab3aea809bd265b23de40dd304fe88026d5955eedeb" + } + ] + }, + { + "name": "mdns-discovery", + "version": "1.0.8", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "mdns-discovery_v1.0.8_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_Linux_32bit.tar.gz", + "size": 2394423, + "checksum": "SHA-256:f1a60ab5f36f44b4da28b6b0a24be0393d4837fe1c5efd497c8c393875d43fe7" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "mdns-discovery_v1.0.8_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_Linux_64bit.tar.gz", + "size": 2466642, + "checksum": "SHA-256:4c12164afac6c9ea0f611fd63fccacd5465084e9d0b5ea741be6ccda415c033b" + }, + { + "host": "i686-mingw32", + "archiveFileName": "mdns-discovery_v1.0.8_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_Windows_32bit.zip", + "size": 2588024, + "checksum": "SHA-256:272d722fd786473c09f11913ece90288828e3fbc8979cdc704a1b82d777af166" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "mdns-discovery_v1.0.8_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_Windows_64bit.zip", + "size": 2633875, + "checksum": "SHA-256:f100e822c89d765abb2eddaab62e8fcd254b545e58a2242bf9c06fb6ca1d6250" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "mdns-discovery_v1.0.8_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_macOS_64bit.tar.gz", + "size": 2417751, + "checksum": "SHA-256:73cf482b67060078c9a66c359ce15ad40bb3ce07d5b5ba9dc261e0cc533058ac" + }, + { + "host": "arm64-apple-darwin", + "archiveFileName": "mdns-discovery_v1.0.8_macOS_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_macOS_ARM64.tar.gz", + "size": 2350031, + "checksum": "SHA-256:3d75924b21ca2af697daae9b6bcd731f3d29cf5f48cef5d832673f571ca077c6" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "mdns-discovery_v1.0.8_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_Linux_ARMv6.tar.gz", + "size": 2298060, + "checksum": "SHA-256:53a79890d80fa780927ad65093986084ac6fd34026513bb52114d86293594a0e" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "mdns-discovery_v1.0.8_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.8_Linux_ARM64.tar.gz", + "size": 2301888, + "checksum": "SHA-256:31d3e205b9a978daa9de2706d988bbec80f4a0992980a594531d62a9b712afc8" + } + ] + }, + { + "name": "mdns-discovery", + "version": "1.0.9", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "mdns-discovery_v1.0.9_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Linux_32bit.tar.gz", + "size": 2386191, + "checksum": "SHA-256:560f81857f4ae7f9cbce4c1b5922681f0a78a655b75449c79ba7bc5a6e31fa00" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "mdns-discovery_v1.0.9_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Linux_64bit.tar.gz", + "size": 2458409, + "checksum": "SHA-256:a4bf9e46a15487ec729f98c23f05b2d772feaa82789c1d12a485be9acb77b48a" + }, + { + "host": "i686-mingw32", + "archiveFileName": "mdns-discovery_v1.0.9_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Windows_32bit.zip", + "size": 2587871, + "checksum": "SHA-256:fcc0b8e1ada4a14509947c056333e0db66e1a448bfcd2735b4e05a8d4a56db3c" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "mdns-discovery_v1.0.9_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Windows_64bit.zip", + "size": 2633749, + "checksum": "SHA-256:67523361a8f173d4f134092b9092765f32cef3c6d19735287f913dfeb0a97572" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "mdns-discovery_v1.0.9_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_macOS_64bit.tar.gz", + "size": 2477992, + "checksum": "SHA-256:489b25ed06bd4e5150a66a396db3f0def76ad30fc08572506c215ed600c97a3e" + }, + { + "host": "arm64-apple-darwin", + "archiveFileName": "mdns-discovery_v1.0.9_macOS_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_macOS_ARM64.tar.gz", + "size": 2370520, + "checksum": "SHA-256:b13afa80c12e6faecc61e05901fce1649254997ed26d61e6c4a446b3a41c3b6d" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "mdns-discovery_v1.0.9_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Linux_ARMv6.tar.gz", + "size": 2292400, + "checksum": "SHA-256:dbb8918582efedab947a5f433da9befad79f2055d467b0de05eba9009a96a598" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "mdns-discovery_v1.0.9_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.9_Linux_ARM64.tar.gz", + "size": 2293464, + "checksum": "SHA-256:0435fd5013c3d2958b790d3b9989f1c685c04316dcdd997298a4c489f7a2a049" + } + ] + }, + { + "name": "serial-monitor", + "version": "0.12.0", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "serial-monitor_v0.12.0_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.12.0_Linux_32bit.tar.gz", + "size": 1934394, + "checksum": "SHA-256:f18534d1d2ea14652313ca1446be7534f0631b5f809700321f29ec480a1390f7" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "serial-monitor_v0.12.0_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.12.0_Linux_64bit.tar.gz", + "size": 1983898, + "checksum": "SHA-256:1e138a76448e5518261fac970e2a5d25b6a5ddd983a0150e4d1ea910f4f35bf0" + }, + { + "host": "i686-mingw32", + "archiveFileName": "serial-monitor_v0.12.0_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.12.0_Windows_32bit.zip", + "size": 1961809, + "checksum": "SHA-256:2ffb8fcefe5268ca8439f5a84a333d75d5e428e511d418f9984c669ea58c7d30" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "serial-monitor_v0.12.0_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.12.0_Windows_64bit.zip", + "size": 1992025, + "checksum": "SHA-256:91c9d424c28ad4ef8c82e825593214efc238bf2098e944a7e89203bf2820f772" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "serial-monitor_v0.12.0_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.12.0_macOS_64bit.tar.gz", + "size": 1881420, + "checksum": "SHA-256:49739e06b31a2c612f08f7169d8be5f2a7a7217a924309b06fa3f25414be1dca" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "serial-monitor_v0.12.0_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.12.0_Linux_ARMv6.tar.gz", + "size": 1865868, + "checksum": "SHA-256:9130f75c2f48c3aadfb3290a453f448dfa708007de26900d1bda81555403c1b6" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "serial-monitor_v0.12.0_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.12.0_Linux_ARM64.tar.gz", + "size": 1865881, + "checksum": "SHA-256:93f0be57463169e7c79739d9d56c28e3892d4696803752269660b6a1cae5acf2" + } + ] + }, + { + "name": "serial-monitor", + "version": "0.13.0", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "serial-monitor_v0.13.0_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Linux_32bit.tar.gz", + "size": 1934167, + "checksum": "SHA-256:65973aa96cc125d42695443b1fabd43563a03683b067d9516cf5632882f39cf8" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "serial-monitor_v0.13.0_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Linux_64bit.tar.gz", + "size": 1983393, + "checksum": "SHA-256:f7186cc874bbbc111edb536fbad86e4263fb51b04aebd68c2d0562f5578ffc75" + }, + { + "host": "i686-mingw32", + "archiveFileName": "serial-monitor_v0.13.0_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Windows_32bit.zip", + "size": 1961314, + "checksum": "SHA-256:2c19a95c633e30d43473fa149ceee2ba3f43434fc658d5acf9dbeb1b0a7b814a" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "serial-monitor_v0.13.0_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Windows_64bit.zip", + "size": 1991202, + "checksum": "SHA-256:d2658e8995b5eb1e5993894af9a051fc272df18562d7d6bd4db7bcd21aa7c9a1" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "serial-monitor_v0.13.0_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_macOS_64bit.tar.gz", + "size": 1880793, + "checksum": "SHA-256:8acbb0bdcedb507e3f5e36de476fdfef1e1b35b96cbdbe92640531d9383f0a73" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "serial-monitor_v0.13.0_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Linux_ARMv6.tar.gz", + "size": 1865428, + "checksum": "SHA-256:17cfce3d211c31340690e16110a55da9807b94e2c882921da1205b4e11d53d4d" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "serial-monitor_v0.13.0_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.13.0_Linux_ARM64.tar.gz", + "size": 1865413, + "checksum": "SHA-256:7604ba7b3eca774fb104e6e7e861f0b5d314999a2cdcc51a24a761958695e6df" + } + ] + }, + { + "name": "dfu-discovery", + "version": "0.1.2", + "systems": [ + { + "host": "i686-pc-linux-gnu", + "archiveFileName": "dfu-discovery_v0.1.2_Linux_32bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_32bit.tar.gz", + "size": 1573941, + "checksum": "SHA-256:64284465450f437fb3124c1950bd66ead0ab0023dcd5799ea925616a1667bd83" + }, + { + "host": "x86_64-pc-linux-gnu", + "archiveFileName": "dfu-discovery_v0.1.2_Linux_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_64bit.tar.gz", + "size": 1731768, + "checksum": "SHA-256:d82649741fd6cbe369d7fe22d290efd7e28e4d6fd0b81b7b1eabff43b495b5f8" + }, + { + "host": "i686-mingw32", + "archiveFileName": "dfu-discovery_v0.1.2_Windows_32bit.zip", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Windows_32bit.zip", + "size": 2235781, + "checksum": "SHA-256:eac23fa581431161ddfbbd66a911d1e30b6f582eeb70f5165f2b92ad92a18a93" + }, + { + "host": "x86_64-mingw32", + "archiveFileName": "dfu-discovery_v0.1.2_Windows_64bit.zip", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Windows_64bit.zip", + "size": 2282491, + "checksum": "SHA-256:5ef334c4d566b0033c229c28b2b401bc98bad70d5c25e3027c038aa3cde0d10f" + }, + { + "host": "x86_64-apple-darwin", + "archiveFileName": "dfu-discovery_v0.1.2_macOS_64bit.tar.gz", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_macOS_64bit.tar.gz", + "size": 1895874, + "checksum": "SHA-256:7f22774d925a014d51b6e997e25dc78a721db91b67225263fbcb3de265209f25" + }, + { + "host": "arm64-apple-darwin", + "archiveFileName": "dfu-discovery_v0.1.2_macOS_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_macOS_ARM64.tar.gz", + "size": 1816821, + "checksum": "SHA-256:50e04bf5d5aa2257a8029f9f4b52893e90272cd747c1059277708cb5eb0e5524" + }, + { + "host": "arm-linux-gnueabihf", + "archiveFileName": "dfu-discovery_v0.1.2_Linux_ARMv6.tar.gz", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_ARMv6.tar.gz", + "size": 1620739, + "checksum": "SHA-256:91eb2e0e7c09c2080999d308b732b30486d34b6459ce30569c73d7ef0e59d640" + }, + { + "host": "arm64-linux-gnueabihf", + "archiveFileName": "dfu-discovery_v0.1.2_Linux_ARM64.tar.gz", + "url": "https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_ARM64.tar.gz", + "size": 1617881, + "checksum": "SHA-256:4bda54b9031d5b1fb1af70d1c38bf1b1f8cfd0eb0cd81f6c3a43253c31dea92d" + } + ] + } + ] + }, + { + "name": "renesas", + "maintainer": "Renesas Electronics Corporation", + "websiteURL": "https://github.com/renesas/Arduino", + "email": "Middle_support@lm.renesas.com", + "platforms": [ + { + "name": "RL78/G22 Fast Prototyping Board", + "architecture": "rl78g22_fpb", + "version": "2.0.0", + "category": "Contributed", + "help": { + "online": "https://github.com/renesas/Arduino/wiki" + }, + "url": "https://github.com/renesas/ArduinoCore-rl78g22_fpb/releases/download/rl78-2.0.0/core-ArduinoCore-rl78g22-fpb-2.0.0.zip", + "archiveFileName": "core-ArduinoCore-rl78g22-fpb-2.0.0.zip", + "checksum": "SHA-256:1944d20d49f11ffaddb5a0cb1c28c27098510572678b02a6785bfd51fa9e88a4", + "size": "1898305", + "boards": [ + { + "name": "RL78/G22 Fast Prototyping Board" + } + ], + "toolsDependencies": [ + { + "name": "llvm-rl78", + "packager": "renesas", + "version": "10.0.0.202209" + }, + { + "name": "rl78", + "packager": "renesas", + "version": "1.1.1" + } + ] + }, + { + "name": "RL78/G23-64p Fast Prototyping Board", + "architecture": "rl78g23_fpb_p64", + "version": "2.0.0", + "category": "Contributed", + "help": { + "online": "https://github.com/renesas/Arduino/wiki" + }, + "url": "https://github.com/renesas/ArduinoCore-rl78g23_fpb_64p/releases/download/rl78-2.0.0/core-ArduinoCore-rl78g23-fpb-p64-2.0.0.zip", + "archiveFileName": "core-ArduinoCore-rl78g23-fpb-p64-2.0.0.zip", + "checksum": "SHA-256:3c6747418d2843af1e3fee9b6fc542783bc124513e3aeec5b506139cb9fda4e0", + "size": "1985725", + "boards": [ + { + "name": "RL78/G23-64p Fast Prototyping Board" + } + ], + "toolsDependencies": [ + { + "name": "llvm-rl78", + "packager": "renesas", + "version": "10.0.0.202209" + }, + { + "name": "rl78", + "packager": "renesas", + "version": "1.1.1" + } + ] + } + ], + "tools": [ + { + "name": "llvm-rl78", + "version": "10.0.0.202209", + "systems": [ + { + "host": "i686-mingw32", + "url": "https://llvm-gcc-renesas.com/downloads/download.php?f=rl78/10.0.0.202209/llvm-10.0.0.202209-rl78-elf.zip", + "archiveFileName": "llvm-10.0.0.202209-rl78-elf.zip", + "checksum": "SHA-256:17a1a8b362de358050a69e37ecb7c86523d6967cba6df63b703994c669f9a2ac", + "size": "149440013" + } + ] + }, + { + "name": "rl78", + "version": "1.1.1", + "systems": [ + { + "host": "i686-mingw32", + "url": "https://github.com/renesas/ArduinoCore-rl78g22_fpb/releases/download/rl78-2.0.0/win32-tool-rl78g2x-1.1.1.zip", + "archiveFileName": "win32-tool-rl78g2x-1.1.1.zip", + "checksum": "SHA-256:1a057062b5045397506e72f98a9d27ac796494eadc82ab2b8bf0644a12f2aaae", + "size": "194296" + } + ] + } + ] + }, + { + "name": "esp32", + "maintainer": "Espressif Systems", + "websiteURL": "https://github.com/espressif/arduino-esp32", + "email": "hristo@espressif.com", + "help": { + "online": "http://esp32.com" + }, + "platforms": [ + { + "name": "esp32", + "architecture": "esp32", + "version": "2.0.10", + "category": "ESP32", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.10/esp32-2.0.10.zip", + "archiveFileName": "esp32-2.0.10.zip", + "checksum": "SHA-256:6028cb623c838723c41000869963d95f7cb811d58643133068eed31c03c2d7c0", + "size": "250401273", + "help": { + "online": "" + }, + "boards": [ + { + "name": "ESP32 Dev Board" + }, + { + "name": "ESP32-S2 Dev Board" + }, + { + "name": "ESP32-S3 Dev Board" + }, + { + "name": "ESP32-C3 Dev Board" + } + ], + "toolsDependencies": [ + { + "packager": "esp32", + "name": "xtensa-esp32-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s2-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s3-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "openocd-esp32", + "version": "v0.11.0-esp32-20221026" + }, + { + "packager": "esp32", + "name": "esptool_py", + "version": "4.5.1" + }, + { + "packager": "esp32", + "name": "mkspiffs", + "version": "0.2.3" + }, + { + "packager": "esp32", + "name": "mklittlefs", + "version": "3.0.0-gnu12-dc7f933" + }, + { + "packager": "arduino", + "name": "dfu-util", + "version": "0.11.0-arduino5" + } + ] + }, + { + "name": "esp32", + "architecture": "esp32", + "version": "2.0.11", + "category": "ESP32", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.11/esp32-2.0.11.zip", + "archiveFileName": "esp32-2.0.11.zip", + "checksum": "SHA-256:d15386308dc72f94816ce80b5508af999f2fd0d88eb5e1ffba48316ab0b9c5d6", + "size": "250401265", + "help": { + "online": "" + }, + "boards": [ + { + "name": "ESP32 Dev Board" + }, + { + "name": "ESP32-S2 Dev Board" + }, + { + "name": "ESP32-S3 Dev Board" + }, + { + "name": "ESP32-C3 Dev Board" + } + ], + "toolsDependencies": [ + { + "packager": "esp32", + "name": "xtensa-esp32-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s2-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp32s3-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "xtensa-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0" + }, + { + "packager": "esp32", + "name": "riscv32-esp-elf-gdb", + "version": "11.2_20220823" + }, + { + "packager": "esp32", + "name": "openocd-esp32", + "version": "v0.11.0-esp32-20221026" + }, + { + "packager": "esp32", + "name": "esptool_py", + "version": "4.5.1" + }, + { + "packager": "esp32", + "name": "mkspiffs", + "version": "0.2.3" + }, + { + "packager": "esp32", + "name": "mklittlefs", + "version": "3.0.0-gnu12-dc7f933" + }, + { + "packager": "arduino", + "name": "dfu-util", + "version": "0.11.0-arduino5" + } + ] + } + ], + "tools": [ + { + "name": "xtensa-esp32-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "checksum": "SHA-256:8ef14e0409c2011b41e504a30f70d3e35287313a795d1f2462ad2cd0e2052d37", + "size": "94397702" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "checksum": "SHA-256:e7d217ac2ef52c746a41f8647840b2717edcd8afc15f081bc1c4505e10a189b7", + "size": "90684219" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "checksum": "SHA-256:ea6631f8a5105ae90d7fc462c10ed4f9049924ea8c2f9391d90b339d5f881dac", + "size": "89954866" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "checksum": "SHA-256:ecb90af9cede0982672234da0b1bd7b7f76eadde60aa5c82eefdf37d64ffe49f", + "size": "96354023" + }, + { + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "checksum": "SHA-256:19af109fda024a3a4c989f7ccaa104f9b1b74cfd6c9363e730bb8cb9b50d5dc4", + "size": "101712946" + }, + { + "host": "arm64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "checksum": "SHA-256:b14189772d70a96813895fff7731d0f2fec0c825cfc02e002d6d91a0cc4b6b1d", + "size": "93104016" + }, + { + "host": "i686-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "checksum": "SHA-256:9851c2cfa355e1fad8abfb643a1c945d27385b1851f3ae468915ea78fcbec940", + "size": "118610020" + }, + { + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "archiveFileName": "xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "checksum": "SHA-256:a328b3c55631846241bbe7999a309b20b797c8dc50b6e8dccf463e66a2da5fb4", + "size": "121846722" + } + ] + }, + { + "name": "xtensa-esp32s2-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "checksum": "SHA-256:19c77bd91fefab7c8c40a6334f9b985e2d9a1c7fac6d424b692110930dd3682f", + "size": "67849099" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "checksum": "SHA-256:bdcd24676ef2a65b670ca9e0a01768ece47f4dfcfb545a3307f76a054c33b522", + "size": "64154532" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "checksum": "SHA-256:b26723b6ce1c35b90f204eb39e5ab06a6f80fb7895f000e16b6962e4c176ae32", + "size": "63448105" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "checksum": "SHA-256:da3b5c45e4997d14269df1814c92dd7004902bb810608341bc3819c3e506fa0b", + "size": "69656104" + }, + { + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "checksum": "SHA-256:8eb63745b44083edef7cc6fdf3b06999f576b75134bc5e8b0ef881ca439b72d7", + "size": "75154138" + }, + { + "host": "arm64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "checksum": "SHA-256:4cd38d6ec31076c0aa083f62ab84ab5c33aa07fafd0af61366186e5f553aa008", + "size": "66457613" + }, + { + "host": "i686-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "checksum": "SHA-256:c758062295804b082fbd77fcd59a356f62d4e76372aaa29589cc871603309cba", + "size": "82338511" + }, + { + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "archiveFileName": "xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "checksum": "SHA-256:1c1e168ff8bc460a9719f3b216d3c1125d29040389786d738244838499362c74", + "size": "85579252" + } + ] + }, + { + "name": "xtensa-esp32s3-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "checksum": "SHA-256:8aa17a6adf01efa5b1628c8ac578063a44d26ae9581d39486b92223a41ef262f", + "size": "68099473" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "checksum": "SHA-256:b218c11122e5565b6442376ebd21a652abdfcbf90981afa3e177ce978710225d", + "size": "64233211" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "checksum": "SHA-256:967477434ad5483718915936a77ce915a10c5972a6b3fd02688a5c4e14182bfb", + "size": "63530586" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "checksum": "SHA-256:07671d01a63ebd389912787efb2b263677c7b351c07fe430ded733cdae95e81d", + "size": "70025439" + }, + { + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "checksum": "SHA-256:99b6d44cea5aebbedc8b6965e7bf551aa4a40ed83ddbe1c0e9b7cb255564ded5", + "size": "75719772" + }, + { + "host": "arm64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "checksum": "SHA-256:c64b05be25d26916c65dcfe11de9e60b96d58980b2df706d3074cb70b1ef6cb9", + "size": "66791095" + }, + { + "host": "i686-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "checksum": "SHA-256:658d3036ffdf11ddad6f0a784c8829f6ffd4dbd7c252d7f61722256d0ad43975", + "size": "82665716" + }, + { + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "archiveFileName": "xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "checksum": "SHA-256:9000be38d44bf79c39b93a2aeb99b42e956c593ccbc02fe31cb9c71ae1bbcb22", + "size": "86022563" + } + ] + }, + { + "name": "xtensa-esp-elf-gdb", + "version": "11.2_20220823", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-x86_64-linux-gnu.tar.gz", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:b5f7cc3e4b5a58db655754083ed9652e4953e71c3b4922fb624e7a034ec24a64", + "size": 26947336 + }, + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-aarch64-linux-gnu.tar.gz", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-aarch64-linux-gnu.tar.gz", + "checksum": "SHA-256:816acfae38b6b443f4f1590395f68f079243539259d19c7772ae6416c6519444", + "size": 27134508 + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-arm-linux-gnueabi.tar.gz", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-arm-linux-gnueabi.tar.gz", + "checksum": "SHA-256:4dd1bace0633196fddfdcef3cebcc4bbfce22f5a0d2d1e3d618f3d8a6cbfcacc", + "size": 25205239 + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-i586-linux-gnu.tar.gz", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-i586-linux-gnu.tar.gz", + "checksum": "SHA-256:27744d09d171be2f55ec15fa7f2d7f8ff94d33f7e130d24ebe082cb6c438618b", + "size": 25978028 + }, + { + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-x86_64-apple-darwin14.tar.gz", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-x86_64-apple-darwin14.tar.gz", + "checksum": "SHA-256:1432faa12d7301133f6ee654d60751b57adcc6cf323ee1ecc393f06f0225eff4", + "size": 38386785 + }, + { + "host": "arm64-apple-darwin", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-aarch64-apple-darwin21.1.tar.gz", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-aarch64-apple-darwin21.1.tar.gz", + "checksum": "SHA-256:d0b542ef070ea72857f9cf554f176a0a9d868cd59e05ac293ad39402bcc5277d", + "size": 21671964 + }, + { + "host": "i686-mingw32", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-i686-w64-mingw32.zip", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-i686-w64-mingw32.zip", + "checksum": "SHA-256:1678b06aa80b1d689d05548056635efde5b73b98f2c3de5d555bcfc6f374c5d0", + "size": 23241302 + }, + { + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-x86_64-w64-mingw32.zip", + "archiveFileName": "xtensa-esp-elf-gdb-11.2_20220823-x86_64-w64-mingw32.zip", + "checksum": "SHA-256:7060df4b6aa133e282147c3651d50222d677d6a0fff92979c500353b099a3f41", + "size": 25135265 + } + ] + }, + { + "name": "riscv32-esp-elf-gcc", + "version": "esp-2021r2-patch5-8.4.0", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-amd64.tar.gz", + "checksum": "SHA-256:f7d73e5f9e2df3ea6ca8e2c95d6ca6d23d6b38fd101ea5d3012f3cb3cd59f39f", + "size": "192388486" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-arm64.tar.gz", + "checksum": "SHA-256:cf520ae3a72f65b9758ea187524b105b8b7546566d738c32e60a0df9846ef1af", + "size": "188626914" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-armel.tar.gz", + "checksum": "SHA-256:2dc3536214caa1697f6834bb4701d05894ca55b53589fc5b54064b050ef93799", + "size": "188624050" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-linux-i686.tar.gz", + "checksum": "SHA-256:165d6d53e76d79f5ade7e2b7ade54b2b495ecfda0d1184d84d6343659d0e3bdb", + "size": "194606113" + }, + { + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-macos.tar.gz", + "checksum": "SHA-256:d6d4cef216cbf28d6fbb88f3e127d4f42a376d9497c260bf8c1ad9cef440f839", + "size": "199411930" + }, + { + "host": "arm64-apple-darwin", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-macos-arm64.tar.gz", + "checksum": "SHA-256:6e03f2ab1f145be13f8890c6de77b53f52c7bffe3d9d5824549db20298f5ba91", + "size": "191209735" + }, + { + "host": "i686-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-win32.zip", + "checksum": "SHA-256:1e0cfcfbc8f82c441261cadd21742f66d716ec18c18bf10ed7c7d5b0bee6752f", + "size": "257844437" + }, + { + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch5/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "archiveFileName": "riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch5-win64.zip", + "checksum": "SHA-256:b08f568e8fe5069dd521b87da21b8e56117e5c2c3b492f73a51966a46d3379a4", + "size": "259712666" + } + ] + }, + { + "name": "riscv32-esp-elf-gdb", + "version": "11.2_20220823", + "systems": [ + { + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-x86_64-linux-gnu.tar.gz", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-x86_64-linux-gnu.tar.gz", + "checksum": "SHA-256:6bf5b5d2d407e074af2a74fc826764934ac1625a1751c52fbc0d4d7772061f8f", + "size": 26799809 + }, + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-aarch64-linux-gnu.tar.gz", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-aarch64-linux-gnu.tar.gz", + "checksum": "SHA-256:e54ef67cdb5724fc2da8f0487f19b2c83c08b560fff317f5ffd98fbb230b397a", + "size": 27021672 }, { - "packager": "arduino", - "name": "bossac", - "version": "1.5-arduino" + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-arm-linux-gnueabi.tar.gz", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-arm-linux-gnueabi.tar.gz", + "checksum": "SHA-256:86772c6aee8a05b2c75a6b04e9da630e35e8415b64da8ccde92a5fb2d3c7fcf4", + "size": 25532577 }, { - "packager": "arduino", - "name": "openocd", - "version": "0.9.0-arduino" + "host": "i686-pc-linux-gnu", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-i586-linux-gnu.tar.gz", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-i586-linux-gnu.tar.gz", + "checksum": "SHA-256:3463be3e24182b7f1bd0fb232020534445b2d0ea0e7093c1b4f4da102b3baf52", + "size": 26188698 }, { - "packager": "arduino", - "name": "CMSIS", - "version": "4.0.0-atmel" + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-x86_64-apple-darwin14.tar.gz", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-x86_64-apple-darwin14.tar.gz", + "checksum": "SHA-256:a9db1811ebb9271134eba2f7c303fc2587bd4b2a1ae33cd05ff2605cd2fb30d2", + "size": 38397584 + }, + { + "host": "arm64-apple-darwin", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-aarch64-apple-darwin21.1.tar.gz", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-aarch64-apple-darwin21.1.tar.gz", + "checksum": "SHA-256:c94fb6d726b8d97e65e23237f5126a41343bca8f22a0414df5f0e6777e36f51c", + "size": 21593613 + }, + { + "host": "i686-mingw32", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-i686-w64-mingw32.zip", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-i686-w64-mingw32.zip", + "checksum": "SHA-256:20cdee8a1c01428363ef02f4cc8035c65508d6b43560c525733eae94b7c7bb50", + "size": 23436802 + }, + { + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-x86_64-w64-mingw32.zip", + "archiveFileName": "riscv32-esp-elf-gdb-11.2_20220823-x86_64-w64-mingw32.zip", + "checksum": "SHA-256:add72366485b784b66837ce263548980f1df144d0954c42d75a81f6acbd43cac", + "size": 24802315 } ] }, { - "name": "Arrow Boards", - "architecture": "samd", - "version": "2.0.0", - "category": "Partner", - "url": "http://downloads.arduino.cc/cores/Arrow-samd-2.0.0.tar.gz", - "archiveFileName": "Arrow-samd-2.0.0.tar.gz", - "checksum": "SHA-256:e0bbf85d28af03a196a625462598294f9dd30ffbc9d686cbf2cc09bc5a76421a", - "size": "772778", - "boards": [ - {"name": "SmartEverything Fox"}, - {"name": "SmartEverything Fox3"}, - {"name": "SmartEverything Lion"}, - {"name": "SmartEverything Dragonfly"}, - {"name": "Analog ADI"}, - {"name": "SmartTutto"} - ], - "toolsDependencies": [ - ] - }, - { - "name": "Arrow Boards", - "architecture": "samd", - "version": "2.1.0", - "category": "Partner", - "url": "http://downloads.arduino.cc/cores/Arrow-samd-2.1.0.tar.gz", - "archiveFileName": "Arrow-samd-2.1.0.tar.gz", - "checksum": "SHA-256:fc593dba03249300a9e2cff88c06f50389681e4fe6e3c92207d3ffb8a8a673f7", - "size": "780064", - "boards": [ - {"name": "SmartEverything Fox"}, - {"name": "SmartEverything Fox3"}, - {"name": "SmartEverything Lion"}, - {"name": "SmartEverything Dragonfly"}, - {"name": "Analog ADI"}, - {"name": "SmartTutto"} - ], - "toolsDependencies": [ - ] - } - ], - "tools": [ - ] - }, - { - "name": "emoro", - "maintainer": "Inovatic-ICT", - "websiteURL": "http://www.emoro.eu/shop/system/download/EMoRo2560_and_GLAM_brochure.pdf.0b83da8ad90db30722cca3a5d2529494", - "email": "support@inovatic-ict.com", - "help": { - "online": "http://www.emoro.eu/shop/index.php?route=product/product&product_id=52" - }, - "platforms": [ - { - "name": "EMORO 2560", - "architecture": "avr", - "version": "3.2.1", - "category": "Arduino@Heart", - "url": "http://downloads.arduino.cc/cores/EMoRo_2560-3.2.1.zip", - "archiveFileName": "EMoRo_2560-3.2.1.zip", - "checksum": "SHA-256:56dd308fc2f84229688f6219a4c31629ec9b38bdadcd382c45fae9247b94f051", - "size": "846444", - "boards": [ - {"name": "EMoRo 2560. Board based on ATmega 2560 MCU"} - ], - "toolsDependencies": [ - ] - }, - { - "name": "EMORO 2560", - "architecture": "avr", - "version": "3.2.2", - "category": "Arduino@Heart", - "url": "http://downloads.arduino.cc/cores/EMoRo_2560-3.2.2.zip", - "archiveFileName": "EMoRo_2560-3.2.2.zip", - "checksum": "SHA-256:c67e6660af44c923c10deede252f9c46dabaf5b61d6e44f3785be688f1c9b46f", - "size": "565744", - "boards": [ - {"name": "EMoRo 2560. Board based on ATmega 2560 MCU"} - ], - "toolsDependencies": [ - ] - } - ], - "tools": [ - ] - }, - { - "name": "industruino", - "maintainer": "Industruino", - "websiteURL": "https://industruino.com/", - "email": "connect@industruino.com", - "help": { - "online": "https://github.com/Industruino/IndustruinoSAMD" - }, - "platforms": [ - { - "name": "Industruino SAMD Boards (32-bits ARM Cortex-M0+)", - "architecture": "samd", - "version": "1.0.0", - "category": "Contributed", - "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/core/industruino-samd-1.0.0.tar.bz2", - "archiveFileName": "industruino-samd-1.0.0.tar.bz2", - "checksum": "SHA-256:f2e03e584117474c3a6481922c7030558236588762dceea0421ea79ceec3ae11", - "size": "172665", - "boards": [ - { "name": "Industruino D21G" } - ], - "toolsDependencies": [ + "name": "openocd-esp32", + "version": "v0.11.0-esp32-20221026", + "systems": [ { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1" + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-amd64-0.11.0-esp32-20221026.tar.gz", + "archiveFileName": "openocd-esp32-linux-amd64-0.11.0-esp32-20221026.tar.gz", + "checksum": "SHA-256:ce63e9b1dfab60cc62da5dc2abcc22ba7036c42afe74671c787eb026744e7d0b", + "size": "2051435" }, { - "packager": "industruino", - "name": "bossac", - "version": "1.7.0-industruino" + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-arm64-0.11.0-esp32-20221026.tar.gz", + "archiveFileName": "openocd-esp32-linux-arm64-0.11.0-esp32-20221026.tar.gz", + "checksum": "SHA-256:fe60a3a603e8c6bee47367e40fcb8c0da3a38e01163e9674ebc919b067700506", + "size": "1993843" }, { - "packager": "arduino", - "name": "openocd", - "version": "0.9.0-arduino" + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-armel-0.11.0-esp32-20221026.tar.gz", + "archiveFileName": "openocd-esp32-linux-armel-0.11.0-esp32-20221026.tar.gz", + "checksum": "SHA-256:6ef76101cca196a4be30fc74f191eff34abb423e32930a383012b866c9b76135", + "size": "2092111" }, { - "packager": "arduino", - "name": "avrdude", - "version": "6.3.0-arduino8" + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-macos-0.11.0-esp32-20221026.tar.gz", + "archiveFileName": "openocd-esp32-macos-0.11.0-esp32-20221026.tar.gz", + "checksum": "SHA-256:8edc666a0a230432554b73df7c62e0b5ec21fb018e7fda13b11a7ca8b6c1763b", + "size": "2199855" }, { - "packager": "arduino", - "name": "CMSIS", - "version": "4.5.0" + "host": "arm64-apple-darwin", + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-macos-arm64-0.11.0-esp32-20221026.tar.gz", + "archiveFileName": "openocd-esp32-macos-arm64-0.11.0-esp32-20221026.tar.gz", + "checksum": "SHA-256:c426c0158ba6488e2f432f7c5b22e79155b5b0fae6d1ad5bbd7894723b43aa12", + "size": "2247179" }, { - "packager": "arduino", - "name": "CMSIS-Atmel", - "version": "1.0.0" + "host": "i686-mingw32", + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-win32-0.11.0-esp32-20221026.zip", + "archiveFileName": "openocd-esp32-win32-0.11.0-esp32-20221026.zip", + "checksum": "SHA-256:e0e789d35308c029c6b53457cf4a42a5620cb1a3014740026c089c2ed4fd77b2", + "size": "2493214" + }, + { + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-win32-0.11.0-esp32-20221026.zip", + "archiveFileName": "openocd-esp32-win32-0.11.0-esp32-20221026.zip", + "checksum": "SHA-256:e0e789d35308c029c6b53457cf4a42a5620cb1a3014740026c089c2ed4fd77b2", + "size": "2493214" } ] }, { - "name": "Industruino SAMD Boards (32-bits ARM Cortex-M0+)", - "architecture": "samd", - "version": "1.0.1", - "category": "Contributed", - "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/core/industruino-samd-1.0.1.tar.bz2", - "archiveFileName": "industruino-samd-1.0.1.tar.bz2", - "checksum": "SHA-256:ffd9a0d53f0e659432182987bfc70eeca8ea8cceaeac802be677614ed51c371f", - "size": "203844", - "boards": [ - { "name": "Industruino D21G" } - ], - "toolsDependencies": [ + "name": "esptool_py", + "version": "4.5.1", + "systems": [ { - "packager": "arduino", - "name": "arm-none-eabi-gcc", - "version": "4.8.3-2014q1" + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz", + "archiveFileName": "esptool-v4.5.1-src.tar.gz", + "checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86", + "size": "96922" }, { - "packager": "industruino", - "name": "bossac", - "version": "1.7.0-industruino" + "host": "i686-pc-linux-gnu", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz", + "archiveFileName": "esptool-v4.5.1-src.tar.gz", + "checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86", + "size": "96922" }, { - "packager": "arduino", - "name": "openocd", - "version": "0.9.0-arduino" + "host": "aarch64-linux-gnu", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz", + "archiveFileName": "esptool-v4.5.1-src.tar.gz", + "checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86", + "size": "96922" }, { - "packager": "arduino", - "name": "avrdude", - "version": "6.3.0-arduino8" + "host": "arm-linux-gnueabihf", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-src.tar.gz", + "archiveFileName": "esptool-v4.5.1-src.tar.gz", + "checksum": "SHA-256:aa06831a7d88d8ccde4ea21241e983a08dbdae967290e181658b0d18bffc8f86", + "size": "96922" }, { - "packager": "arduino", - "name": "CMSIS", - "version": "4.5.0" + "host": "x86_64-apple-darwin", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-macos.tar.gz", + "archiveFileName": "esptool-v4.5.1-macos.tar.gz", + "checksum": "SHA-256:78b52acfd51541ceb97cee893b7d4d49b8ddc284602be8c73ea47e3d849e0956", + "size": "5850888" }, { - "packager": "arduino", - "name": "CMSIS-Atmel", - "version": "1.0.0" + "host": "x86_64-mingw32", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-win64.zip", + "archiveFileName": "esptool-v4.5.1-win64.zip", + "checksum": "SHA-256:64d0c24499d46b80d6bd7a05c98bdacc3455ab6d503cc2a99e35711310216045", + "size": "6638448" + }, + { + "host": "i686-mingw32", + "url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.7/esptool-v4.5.1-win64.zip", + "archiveFileName": "esptool-v4.5.1-win64.zip", + "checksum": "SHA-256:64d0c24499d46b80d6bd7a05c98bdacc3455ab6d503cc2a99e35711310216045", + "size": "6638448" } ] - } - ], - "tools": [ + }, { - "name": "bossac", - "version": "1.7.0-industruino", + "version": "3.0.0-gnu12-dc7f933", + "name": "mklittlefs", "systems": [ + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/aarch64-linux-gnu.mklittlefs-c41e51a.200706.tar.gz", + "archiveFileName": "aarch64-linux-gnu.mklittlefs-c41e51a.200706.tar.gz", + "checksum": "SHA-256:fc56e389383749e4cf4fab0fcf75cc0ebc41e59383caf6c2eff1c3d9794af200", + "size": "44651" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/arm-linux-gnueabihf.mklittlefs-c41e51a.200706.tar.gz", + "archiveFileName": "arm-linux-gnueabihf.mklittlefs-c41e51a.200706.tar.gz", + "checksum": "SHA-256:52b642dd0545eb3bd8dfb75dde6601df21700e4867763fd2696274be279294c5", + "size": "37211" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/i686-linux-gnu.mklittlefs-c41e51a.200706.tar.gz", + "archiveFileName": "i686-linux-gnu.mklittlefs-c41e51a.200706.tar.gz", + "checksum": "SHA-256:7886051d8ccc54aed0af2e7cdf6ff992bb51638df86f3b545955697720b6d062", + "size": "48033" + }, { "host": "i686-mingw32", - "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-mingw32.tar.gz", - "archiveFileName": "bossac-1.7.0-industruino-mingw32.tar.gz", - "checksum": "SHA-256:960d91feb565e957dbac9399e16839aa4eb4400153f2373896b733eeea778ab2", - "size": "565844" + "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/i686-w64-mingw32.mklittlefs-c41e51a.200706.zip", + "archiveFileName": "i686-w64-mingw32.mklittlefs-c41e51a.200706.zip", + "checksum": "SHA-256:43740db30ce451454f2337331f10ab4ed41bd83dbf0fa0cb4387107388b59f42", + "size": "332655" }, { "host": "x86_64-apple-darwin", - "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-i386-apple-darwin15.6.0.tar.gz", - "archiveFileName": "bossac-1.7.0-industruino-i386-apple-darwin15.6.0.tar.gz", - "checksum": "SHA-256:a2455d20fd8269d0655ebc50014e539911070a0b14964082337655f17de7cbf2", - "size": "128421" + "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/x86_64-apple-darwin14.mklittlefs-c41e51a.200706.tar.gz", + "archiveFileName": "x86_64-apple-darwin14.mklittlefs-c41e51a.200706.tar.gz", + "checksum": "SHA-256:e3edd5e05b70db3c7df6b9d626558348ad04804022fe955c799aeb51808c7dc3", + "size": "362608" }, { "host": "x86_64-pc-linux-gnu", - "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-x86_64-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.7.0-industruino-x86_64-linux-gnu.tar.gz", - "checksum": "SHA-256:2cbeb64a0e0a58f3b769ef6cdcfe55fa939b3015845b3081a9beebe9432ba4a6", - "size": "62348" + "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/x86_64-linux-gnu.mklittlefs-c41e51a.200706.tar.gz", + "archiveFileName": "x86_64-linux-gnu.mklittlefs-c41e51a.200706.tar.gz", + "checksum": "SHA-256:66e84dda0aad747517da3785125e05738a540948aab2b7eaa02855167a1eea53", + "size": "46778" }, { - "host": "i686-pc-linux-gnu", - "url": "https://static.industruino.com/downloads/code/IndustruinoCores/IndustruinoSAMD/tools/bossac-1.7.0-industruino-i686-linux-gnu.tar.gz", - "archiveFileName": "bossac-1.7.0-industruino-i686-linux-gnu.tar.gz", - "checksum": "SHA-256:77b06322da2a9bdc17ddcbc29627802e8b2bf47b5625fe6fb17d90203e4a4071", - "size": "63204" + "host": "x86_64-mingw32", + "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/x86_64-w64-mingw32.mklittlefs-c41e51a.200706.zip", + "archiveFileName": "x86_64-w64-mingw32.mklittlefs-c41e51a.200706.zip", + "checksum": "SHA-256:2e319077491f8e832e96eb4f2f7a70dd919333cee4b388c394e0e848d031d542", + "size": "345132" } ] }, { - "name": "windows-drivers", - "version": "0.0.1", + "name": "mkspiffs", + "version": "0.2.3", "systems": [ { "host": "i686-mingw32", - "url": "https://static.industruino.com/downloads/drivers/drivers-industruino-windows-0.0.1.zip", - "archiveFileName": "drivers-industruino-windows-0.0.1.zip", - "checksum": "SHA-256:f1d7c7d30ca71f7224dac077f18f25f62ff97b43dd1e4a43ec4930a13a3ac484", - "size": "2545" + "url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-win32.zip", + "archiveFileName": "mkspiffs-0.2.3-arduino-esp32-win32.zip", + "checksum": "SHA-256:b647f2c2efe6949819c85ea9404271b55c7c9c25bcb98d3b98a1d0ba771adf56", + "size": "249809" + }, + { + "host": "x86_64-apple-darwin", + "url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-osx.tar.gz", + "archiveFileName": "mkspiffs-0.2.3-arduino-esp32-osx.tar.gz", + "checksum": "SHA-256:9f43fc74a858cf564966b5035322c3e5e61c31a647c5a1d71b388ed6efc48423", + "size": "130270" + }, + { + "host": "i386-apple-darwin", + "url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-osx.tar.gz", + "archiveFileName": "mkspiffs-0.2.3-arduino-esp32-osx.tar.gz", + "checksum": "SHA-256:9f43fc74a858cf564966b5035322c3e5e61c31a647c5a1d71b388ed6efc48423", + "size": "130270" + }, + { + "host": "x86_64-pc-linux-gnu", + "url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux64.tar.gz", + "archiveFileName": "mkspiffs-0.2.3-arduino-esp32-linux64.tar.gz", + "checksum": "SHA-256:5e1a4ff41385e842f389f6b5254102a547e566a06b49babeffa93ef37115cb5d", + "size": "50646" + }, + { + "host": "i686-pc-linux-gnu", + "url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux32.tar.gz", + "archiveFileName": "mkspiffs-0.2.3-arduino-esp32-linux32.tar.gz", + "checksum": "SHA-256:464463a93e8833209cdc29ba65e1a12fec31718dc10075c195a2445b2c3f6cb0", + "size": "48751" + }, + { + "host": "arm-linux-gnueabihf", + "url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz", + "archiveFileName": "mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz", + "checksum": "SHA-256:ade3dc00117912ac08a1bdbfbfe76b12d21a34bc5fa1de0cfc45fe7a8d0a0185", + "size": "40665" + }, + { + "host": "aarch64-linux-gnu", + "url": "https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz", + "archiveFileName": "mkspiffs-0.2.3-arduino-esp32-linux-armhf.tar.gz", + "checksum": "SHA-256:ade3dc00117912ac08a1bdbfbfe76b12d21a34bc5fa1de0cfc45fe7a8d0a0185", + "size": "40665" } ] } diff --git a/nix/arduino/package_index.json.sig b/nix/arduino/package_index.json.sig index 829fe5ce29dc2503f6dca2fa6101039bf3895da9..bf72913ceb19ed0d9979d8ee88a58d902f67351e 100644 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SW*e79j-QT*N@3R~B%qZMVfFqHC>xDMFD20%drAQ2+`F5G0~& zt$!&(k(3e;0GEZ8R8Fl>*I&8DO`Z?R-36aXO`I9qzd{6^XD{^Vv3u$!7Dk8?4z*NE9mWXn;=e-8n%Z+0A5UhPh_60GOk_?8jV_+sE}Xa7OYVspRhU17Si^fO zOjf(;(!*NUO`Sg+=J?~Hg-bl7jS_VFPmFB#fEna^F-`F3EA5L&pL*}M#aOQ2XHI=o zHbLstF>L9+2_gth)_Ka;^8!nvI6kKq7SaNmGT>6@9k};ffH62ONa!TEvxuTuLOz{|cou#@4|d8a{K-H*Cq-FIs(q?SoTf_6ad z215}z>t{Q|khr#7SNyY2me&^x^slH&7-5L8UjX;i$CV7H`G%D= zHA(exVz?|4dXcD6ULp~pc~U~<-(RJ&W09%C`5c#m;ubN!X3@)^ja<{7cMH(Yj6f^U zS&(=kUA>z|M%evnTGA39EY(mMQ}cnrWV>1`J}R5`1^6?>HQ0>V##v$Y)-Fgh*^v!G zQ<}ZOFd32~_K>($bq{3uFSp;Sgr2gA;pGL&Zj68cPLJ$M}mH02jEp zu=~A_$40*jHsm`yV#S6*9KT<`=O2r|nch5GQMBrV6GQqa*-Jya4>5=tRqV*9Vdfr= z2_aH%.tar.bz2", - "version": "1.8.3" - }, - "arduino-tarball-avr-gcc": { - "sha256": "07nrzv7gsq7bi7ichlw3xsdvgzk0lvv56b73ksn3089ajpv3g35x", - "type": "file", - "url": "http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2", - "url_template": "http://downloads.arduino.cc/tools/avr-gcc--x86_64-pc-linux-gnu.tar.bz2", - "version": "7.3.0-atmel3.6.1-arduino7" - }, - "arduino-tarball-avrdude": { - "sha256": "0gfic26af9vlcpkw8v914psn05vmq1rsrlk1fi7vzapj1a9gpkdc", - "type": "file", - "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-x86_64-pc-linux-gnu.tar.bz2", - "url_template": "http://downloads.arduino.cc/tools/avrdude--x86_64-pc-linux-gnu.tar.bz2", - "version": "6.3.0-arduino17" - }, - "arduino-tarball-ctags": { - "sha256": "1qw690039wav11nr3hal8wdvjprn8sxm6f3hxwlm8yzkmbri9db2", - "type": "file", - "url": "https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2", - "url_template": "https://downloads.arduino.cc/tools/ctags--pm-x86_64-pc-linux-gnu.tar.bz2", - "version": "5.8-arduino11" - }, - "arduino-tarball-ota": { - "sha256": "1ylz4pfa9np0nn0w9igmmm3sr8hz3na04n7cv8ia3hzz84jfwida", - "type": "file", - "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2", - "url_template": "http://downloads.arduino.cc/tools/arduinoOTA--linux_amd64.tar.bz2", - "version": "1.3.0" - }, - "arduino-tarball-serial-discovery": { - "sha256": "1vvrfqi6viydirvmrv1rgnf8d5bw4d4s597argacsf4qwzfr98zw", - "type": "file", - "url": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.2.1_Linux_64bit.tar.gz", - "url_template": "https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v_Linux_64bit.tar.gz", - "version": "1.2.1" - }, - "kaleidoscope-bundle": { - "branch": "master", - "description": "A Kaleidoscope distribution for the Keyboardio Model 01 and other keyboards.", - "fetchSubmodules": true, - "homepage": "", - "name": "kaleidoscope", - "owner": "keyboardio", - "repo": "Kaleidoscope-Bundle-Keyboardio", - "rev": "9c65fb559e850794ea48c1ecb1162a643f60243e", - "sha256": "0h511my5g97hr8jy15gh7insl18f7bk3qlx1dipk2naj4v8g52ss", - "type": "tarball", - "url": "https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio/archive/9c65fb559e850794ea48c1ecb1162a643f60243e.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" - }, - "nix-project": { - "branch": "main", - "description": "Tools to manage a Nix-based project", - "homepage": "", - "owner": "shajra", - "repo": "nix-project", - "rev": "1604510c6972465635408e3279e59b2fda0ef595", - "sha256": "16zxags4rnlbc29wbwyqjfcfksnrjxw2n46n4v9jl2nal94qgha9", - "type": "tarball", - "url": "https://github.com/shajra/nix-project/archive/1604510c6972465635408e3279e59b2fda0ef595.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" - }, - "nixpkgs": { - "branch": "nixos-21.05", - "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", - "homepage": "https://github.com/NixOS/nixpkgs", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "6120ac5cd201f6cb593d1b80e861be0342495be9", - "sha256": "04mrjxr1qsdcgcryx7yy72cgcw14c0770gfcgzrdfpnvmjdgbi9i", - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/6120ac5cd201f6cb593d1b80e861be0342495be9.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" - }, - "nixpkgs-unstable": { - "branch": "nixos-unstable", - "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", - "homepage": "https://github.com/NixOS/nixpkgs", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "bc9b956714ed6eac5f8888322aac5bc41389defa", - "sha256": "1wbd66h3hszlmdh0mpj0a51jk580aq2xal30wc0lgk78s6sf0rw7", - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/bc9b956714ed6eac5f8888322aac5bc41389defa.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" - }, - "qmk": { - "branch": "master", - "description": "Open-source keyboard firmware for Atmel AVR and Arm USB families", - "homepage": "https://qmk.fm", - "owner": "qmk", - "repo": "qmk_firmware", - "rev": "574b6734afb6ec7073f6fb816dd454f03b7eb26f", - "sha256": "04nq5wwm1vlbc1svf19ic464yfk5vd0278a5k7xwfna4ripppp2g", - "type": "tarball", - "url": "https://github.com/qmk/qmk_firmware/archive/574b6734afb6ec7073f6fb816dd454f03b7eb26f.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" - }, - "qmk-dotty-dict": { - "sha256": "1j9cbhakr7gif18m231zpz5vhkch18ib5rpvyzks422i3wq0pfhw", - "type": "tarball", - "url": "https://pypi.io/packages/source/q/qmk-dotty-dict/qmk_dotty_dict-1.3.0.post1.tar.gz", - "url_template": "https://pypi.io/packages/source/q/qmk-dotty-dict/qmk_dotty_dict-.tar.gz", - "version": "1.3.0.post1" - }, - "qmk_cli": { - "sha256": "10n2ic3lm5qkpnb8ir2dkxz1z8b6jzi5vyhv0c7dp5g59xx2n727", - "type": "tarball", - "url": "https://pypi.io/packages/source/q/qmk/qmk-1.0.0.tar.gz", - "url_template": "https://pypi.io/packages/source/q/qmk/qmk-.tar.gz", - "version": "1.0.0" - } -} diff --git a/nix/external/sources.nix b/nix/external/sources.nix deleted file mode 100644 index 1938409..0000000 --- a/nix/external/sources.nix +++ /dev/null @@ -1,174 +0,0 @@ -# This file has been generated by Niv. - -let - - # - # The fetchers. fetch_ fetches specs of type . - # - - fetch_file = pkgs: name: spec: - let - name' = sanitizeName name + "-src"; - in - if spec.builtin or true then - builtins_fetchurl { inherit (spec) url sha256; name = name'; } - else - pkgs.fetchurl { inherit (spec) url sha256; name = name'; }; - - fetch_tarball = pkgs: name: spec: - let - name' = sanitizeName name + "-src"; - in - if spec.builtin or true then - builtins_fetchTarball { name = name'; inherit (spec) url sha256; } - else - pkgs.fetchzip { name = name'; inherit (spec) url sha256; }; - - fetch_git = name: spec: - let - ref = - if spec ? ref then spec.ref else - if spec ? branch then "refs/heads/${spec.branch}" else - if spec ? tag then "refs/tags/${spec.tag}" else - abort "In git source '${name}': Please specify `ref`, `tag` or `branch`!"; - in - builtins.fetchGit { url = spec.repo; inherit (spec) rev; inherit ref; }; - - fetch_local = spec: spec.path; - - fetch_builtin-tarball = name: throw - ''[${name}] The niv type "builtin-tarball" is deprecated. You should instead use `builtin = true`. - $ niv modify ${name} -a type=tarball -a builtin=true''; - - fetch_builtin-url = name: throw - ''[${name}] The niv type "builtin-url" will soon be deprecated. You should instead use `builtin = true`. - $ niv modify ${name} -a type=file -a builtin=true''; - - # - # Various helpers - # - - # https://github.com/NixOS/nixpkgs/pull/83241/files#diff-c6f540a4f3bfa4b0e8b6bafd4cd54e8bR695 - sanitizeName = name: - ( - concatMapStrings (s: if builtins.isList s then "-" else s) - ( - builtins.split "[^[:alnum:]+._?=-]+" - ((x: builtins.elemAt (builtins.match "\\.*(.*)" x) 0) name) - ) - ); - - # The set of packages used when specs are fetched using non-builtins. - mkPkgs = sources: system: - let - sourcesNixpkgs = - import (builtins_fetchTarball { inherit (sources.nixpkgs) url sha256; }) { inherit system; }; - hasNixpkgsPath = builtins.any (x: x.prefix == "nixpkgs") builtins.nixPath; - hasThisAsNixpkgsPath = == ./.; - in - if builtins.hasAttr "nixpkgs" sources - then sourcesNixpkgs - else if hasNixpkgsPath && ! hasThisAsNixpkgsPath then - import {} - else - abort - '' - Please specify either (through -I or NIX_PATH=nixpkgs=...) or - add a package called "nixpkgs" to your sources.json. - ''; - - # The actual fetching function. - fetch = pkgs: name: spec: - - if ! builtins.hasAttr "type" spec then - abort "ERROR: niv spec ${name} does not have a 'type' attribute" - else if spec.type == "file" then fetch_file pkgs name spec - else if spec.type == "tarball" then fetch_tarball pkgs name spec - else if spec.type == "git" then fetch_git name spec - else if spec.type == "local" then fetch_local spec - else if spec.type == "builtin-tarball" then fetch_builtin-tarball name - else if spec.type == "builtin-url" then fetch_builtin-url name - else - abort "ERROR: niv spec ${name} has unknown type ${builtins.toJSON spec.type}"; - - # If the environment variable NIV_OVERRIDE_${name} is set, then use - # the path directly as opposed to the fetched source. - replace = name: drv: - let - saneName = stringAsChars (c: if isNull (builtins.match "[a-zA-Z0-9]" c) then "_" else c) name; - ersatz = builtins.getEnv "NIV_OVERRIDE_${saneName}"; - in - if ersatz == "" then drv else - # this turns the string into an actual Nix path (for both absolute and - # relative paths) - if builtins.substring 0 1 ersatz == "/" then /. + ersatz else /. + builtins.getEnv "PWD" + "/${ersatz}"; - - # Ports of functions for older nix versions - - # a Nix version of mapAttrs if the built-in doesn't exist - mapAttrs = builtins.mapAttrs or ( - f: set: with builtins; - listToAttrs (map (attr: { name = attr; value = f attr set.${attr}; }) (attrNames set)) - ); - - # https://github.com/NixOS/nixpkgs/blob/0258808f5744ca980b9a1f24fe0b1e6f0fecee9c/lib/lists.nix#L295 - range = first: last: if first > last then [] else builtins.genList (n: first + n) (last - first + 1); - - # https://github.com/NixOS/nixpkgs/blob/0258808f5744ca980b9a1f24fe0b1e6f0fecee9c/lib/strings.nix#L257 - stringToCharacters = s: map (p: builtins.substring p 1 s) (range 0 (builtins.stringLength s - 1)); - - # https://github.com/NixOS/nixpkgs/blob/0258808f5744ca980b9a1f24fe0b1e6f0fecee9c/lib/strings.nix#L269 - stringAsChars = f: s: concatStrings (map f (stringToCharacters s)); - concatMapStrings = f: list: concatStrings (map f list); - concatStrings = builtins.concatStringsSep ""; - - # https://github.com/NixOS/nixpkgs/blob/8a9f58a375c401b96da862d969f66429def1d118/lib/attrsets.nix#L331 - optionalAttrs = cond: as: if cond then as else {}; - - # fetchTarball version that is compatible between all the versions of Nix - builtins_fetchTarball = { url, name ? null, sha256 }@attrs: - let - inherit (builtins) lessThan nixVersion fetchTarball; - in - if lessThan nixVersion "1.12" then - fetchTarball ({ inherit url; } // (optionalAttrs (!isNull name) { inherit name; })) - else - fetchTarball attrs; - - # fetchurl version that is compatible between all the versions of Nix - builtins_fetchurl = { url, name ? null, sha256 }@attrs: - let - inherit (builtins) lessThan nixVersion fetchurl; - in - if lessThan nixVersion "1.12" then - fetchurl ({ inherit url; } // (optionalAttrs (!isNull name) { inherit name; })) - else - fetchurl attrs; - - # Create the final "sources" from the config - mkSources = config: - mapAttrs ( - name: spec: - if builtins.hasAttr "outPath" spec - then abort - "The values in sources.json should not have an 'outPath' attribute" - else - spec // { outPath = replace name (fetch config.pkgs name spec); } - ) config.sources; - - # The "config" used by the fetchers - mkConfig = - { sourcesFile ? if builtins.pathExists ./sources.json then ./sources.json else null - , sources ? if isNull sourcesFile then {} else builtins.fromJSON (builtins.readFile sourcesFile) - , system ? builtins.currentSystem - , pkgs ? mkPkgs sources system - }: rec { - # The sources, i.e. the attribute set of spec name to spec - inherit sources; - - # The "pkgs" (evaluated nixpkgs) to use for e.g. non-builtin fetchers - inherit pkgs; - }; - -in -mkSources (mkConfig {}) // { __functor = _: settings: mkSources (mkConfig settings); } diff --git a/nix/flash.nix b/nix/flash.nix index 04b5051..eb07c04 100644 --- a/nix/flash.nix +++ b/nix/flash.nix @@ -1,6 +1,8 @@ { coreutils +, gnugrep , gnutar , gzip +, nix-project-lib , shajra-keyboards-config , shajra-keyboards-lib }: @@ -11,17 +13,18 @@ }: let + defaults = shajra-keyboards-config.default."${keyboardId}"; name = "flash-${keyboardId}"; meta.description = "Flash ${keyboardDesc} Keyboard"; -in -shajra-keyboards-lib.writeShellCheckedExe name +in nix-project-lib.writeShellCheckedExe name { inherit meta; pathPure = false; path = [ coreutils + gnugrep gnutar gzip ]; @@ -37,7 +40,7 @@ KEYMAPS_DIR="${toString defaults.keymaps}" NIX_EXE="$(command -v nix || true)" -. "${shajra-keyboards-lib.common}/share/nix-project/common.bash" +. "${nix-project-lib.scriptCommon}/share/nix-project/common.bash" print_usage() { @@ -73,15 +76,17 @@ main() then SCRIPT_SUFFIX="factory" fi add_nix_to_path "$NIX_EXE" - nix run \ + SCRIPT_NAME="${keyboardId}-$SCRIPT_SUFFIX-flash" + STDERR_REGEX="warning: not writing modified lock file of flake" + STDERR_REGEX+="\|trace: using non-memoized" + nix shell \ --ignore-environment \ --keep HOME \ - --arg factory "$FACTORY" \ - --argstr keymap "$KEYMAP" \ - --arg keymaps "$(readlink -f "$KEYMAPS_DIR")" \ - --file "${./.}" \ - "build.shajra-keyboards-${keyboardId}" \ - --command "${keyboardId}-$SCRIPT_SUFFIX-flash" + --override-input "keymaps-${keyboardId}" "path:$KEYMAPS_DIR" \ + "${../.}#nixpkgs.shajra-keyboards-build.$SCRIPT_NAME" \ + --command "$SCRIPT_NAME" 2> >( + grep -v "$STDERR_REGEX" \ + | grep -v -A3 "• Updated input" >&2) } parse_args() diff --git a/nix/kaleidoscope.nix b/nix/kaleidoscope.nix new file mode 100644 index 0000000..887b4ee --- /dev/null +++ b/nix/kaleidoscope.nix @@ -0,0 +1,237 @@ +{ arduino-cli +, arduino-boardsmanager-empty +, arduino-cores-avr +, arduino-tools-avr-gcc +, arduino-tools-avrdude +, arduino-tools-ctags +, arduino-tools-dfu-util +, arduino-tools-ota +, arduino-discovery-dfu +, arduino-discovery-mdns +, arduino-discovery-serial +, arduino-monitor-serial +, arduino-xpack-arm +, arduino-xpack-openocd +, coreutils +, gnugrep +, keyboardio-arduinocore +, keyboardio-kaleidoscope-bundle +, keyboardio-kaleidoscope-factory +, perl +, pkgs +, stdenv +, shajra-keyboards-config +, shajra-keyboards-lib +}: + +{ factory ? false +, keymap ? shajra-keyboards-config.default.model01.keymap +, keymaps ? shajra-keyboards-config.default.model01.keymaps +}: + +{ buildKeyboardName +, fullyQualifiedBoardName +, keyboardId +, keyboardDesc +, nativeBuildInputs +}: + +let + + lib = shajra-keyboards-lib; + + custom = lib.keymapPath keymaps keymap; + + scriptSuffix = if factory then "factory" else "custom-${keymap}"; + keymapDesc = if factory then "factory" else "${keymap} custom"; + + keymapName = if factory then "default" else keymap; + + kaleidoscope-custom = stdenv.mkDerivation { + name = "kaleidoscope-${scriptSuffix}-src"; + src = keyboardio-kaleidoscope-factory; + phases = ["installPhase"]; + installPhase = '' + cp -r "$src" "$out" + SKETCH_DIR="$out/examples/Devices/Keyboardio/${buildKeyboardName}" + chmod +w "$SKETCH_DIR" + rm "$SKETCH_DIR"/*.ino + cp -r ${custom}/* "$SKETCH_DIR" + chmod -w "$SKETCH_DIR" + ''; + }; + + kaleidoscope-src = + if factory then keyboardio-kaleidoscope-factory else kaleidoscope-custom; + + lockNodes = (builtins.fromJSON (builtins.readFile ../flake.lock)).nodes; + + # DESIGN: Arduino-cli errantly names files "tar.bz2" irrespective of what + # the compression really is. + #depName = p: + # let bn = builtins.baseNameOf p; + # in builtins.replaceStrings ["tar.gz"] ["tar.bz2"] bn; + depName = name: builtins.baseNameOf lockNodes."${name}".original.url; + + hex = stdenv.mkDerivation { + name = "${keyboardId}-${scriptSuffix}-hex"; + nativeBuildInputs = nativeBuildInputs ++ [ arduino-cli perl ]; + src = kaleidoscope-src; + outputs = [ "out" "user" "data" ]; + postPatch = '' + BUILD_INFO="''${out#/nix/store/}" + SKETCH_DIR="examples/Devices/Keyboardio/${buildKeyboardName}" + echo "#define BUILD_INFORMATION \"$BUILD_INFO\"" > "$SKETCH_DIR/Version.h" + ''; + buildPhase = '' + + export KALEIDOSCOPE_DIR="$(pwd)" + export KALEIDOSCOPE_TEMP_PATH="$(pwd)/tmp" + export ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS=https://raw.githubusercontent.com/keyboardio/boardsmanager/master/devel/package_kaleidoscope_devel_index.json + export ARDUINO_CONTENT="$KALEIDOSCOPE_DIR/.arduino" + export ARDUINO_DIRECTORIES_DATA="$ARDUINO_CONTENT/data" + export ARDUINO_DIRECTORIES_DOWNLOADS="$ARDUINO_CONTENT/downloads" + export ARDUINO_DIRECTORIES_USER="$ARDUINO_CONTENT/user" + export ARDUINO_DATA_DIR="$ARDUINO_DIRECTORIES_DATA" # maybe not needed + export FQBN="${fullyQualifiedBoardName}" + export SKETCH_IDENTIFIER=${buildKeyboardName} + export VERBOSE=1 + + mkdir --parents "$ARDUINO_DIRECTORIES_DATA" + mkdir --parents "$ARDUINO_DIRECTORIES_DOWNLOADS/packages" + mkdir --parents "$ARDUINO_DIRECTORIES_USER/hardware" + + #cat << EOF > "$ARDUINO_DIRECTORIES_DATA/arduino-cli.yaml" + #directories: + # data: $ARDUINO_DIRECTORIES_DATA + # downloads: $ARDUINO_DIRECTORIES_DOWNLOADS + # user: $ARDUINO_DIRECTORIES_USER + #EOF + #touch "$ARDUINO_DATA_DIR/inventory.yaml" + + cp "${./arduino/library_index.json}" \ + "$ARDUINO_DIRECTORIES_DATA/library_index.json" + cp "${./arduino/library_index.json.sig}" \ + "$ARDUINO_DIRECTORIES_DATA/library_index.json.sig" + cp "${./arduino/package_index.json}" \ + "$ARDUINO_DIRECTORIES_DATA/package_index.json" + cp "${./arduino/package_index.json.sig}" \ + "$ARDUINO_DIRECTORIES_DATA/package_index.json.sig" + cp "${./arduino/package_kaleidoscope_devel_index.json}" \ + "$ARDUINO_DIRECTORIES_DATA/package_kaleidoscope_devel_index.json" + + cp "${arduino-boardsmanager-empty}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-boardsmanager-empty"}" + cp "${arduino-cores-avr}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-cores-avr"}" + cp "${arduino-tools-avr-gcc}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-tools-avr-gcc"}" + cp "${arduino-tools-avrdude}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-tools-avrdude"}" + cp "${arduino-tools-ctags}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-tools-ctags"}" + cp "${arduino-tools-dfu-util}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-tools-dfu-util"}" + cp "${arduino-tools-ota}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-tools-ota"}" + cp "${arduino-discovery-dfu}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-discovery-dfu"}" + cp "${arduino-discovery-mdns}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-discovery-mdns"}" + cp "${arduino-discovery-serial}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-discovery-serial"}" + cp "${arduino-monitor-serial}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-monitor-serial"}" + cp "${arduino-xpack-arm}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-xpack-arm"}" + cp "${arduino-xpack-openocd}" \ + "$ARDUINO_DIRECTORIES_DOWNLOADS/packages/${depName "arduino-xpack-openocd"}" + + cp -r "${keyboardio-kaleidoscope-bundle}" \ + "$ARDUINO_DIRECTORIES_USER/hardware/keyboardio" + chmod -R +w "$ARDUINO_DIRECTORIES_USER" + cp -r "${keyboardio-arduinocore}" \ + "$ARDUINO_DIRECTORIES_USER/hardware/keyboardio/gd32" + chmod -R +w "$ARDUINO_DIRECTORIES_USER" + + #make --directory "$KALEIDOSCOPE_DIR" setup + arduino-cli config init + arduino-cli core install "arduino:avr" + arduino-cli core install "keyboardio:avr-tools-only" + arduino-cli core install "keyboardio:gd32-tools-only" + + make --directory "$ARDUINO_DIRECTORIES_USER/hardware/keyboardio" prepare-virtual + + SKETCH_DIR="$KALEIDOSCOPE_DIR/examples/Devices/Keyboardio/${buildKeyboardName}" + make --directory "$SKETCH_DIR" + ''; + installPhase = '' + cp -r "tmp/output/${buildKeyboardName}" "$out" + cp -r ".arduino/data" "$data" + cp -r ".arduino/user" "$user" + ''; + + }; + + flash = lib.writeShellCheckedExe "${keyboardId}-${scriptSuffix}-flash" { + meta.description = + "Flash ${keyboardDesc} (${keymapDesc} keymap)"; + path = [ + arduino-cli + coreutils + gnugrep + ]; + } + '' + set -eu + set -o pipefail + + SOURCE="${kaleidoscope-src}" + BINARY="${hex.out}" + + set +o pipefail + PORT="$(env --ignore-environment \ + PATH="$PATH" \ + HOME="$HOME" \ + ARDUINO_DIRECTORIES_USER="${hex.user}" \ + arduino-cli board list \ + | grep keyboardio:avr \ + | head -1 \ + | cut -d ' ' -f 1)" + set -o pipefail + + echo + echo FLASH SOURCE: "$SOURCE" + echo FLASH BINARY: "$BINARY" + + if [ -z "$PORT" ] + then + echo + echo "ERROR: no port detected (is your keyboard plugged in?)" >&2 + exit 1 + fi + + echo DETECTED PORT: "$PORT" + echo + cd "$SOURCE/Model01-Firmware" || exit 1 + echo "To flash your keyboard, you must hold down the 'Prog' key." + echo "While holding the 'Prog' key, press 'Enter', but continue to" + echo "hold the 'Prog' key. You can release it once flashing has" + echo "started, and the key glows red." + echo + echo "Do these steps now, or Ctrl-C to quit..." + read -r + exec env --ignore-environment \ + PATH="$PATH" \ + HOME="$HOME" \ + ARDUINO_DIRECTORIES_USER="${hex.user}" \ + ARDUINO_DIRECTORIES_DATA="${hex.data}" \ + arduino-cli \ + upload \ + --fqbn ${fullyQualifiedBoardName} \ + --input-dir "$BINARY" \ + --port "$PORT" \ + --verbose + ''; + +in { inherit flash hex; } diff --git a/nix/licenses.nix b/nix/licenses.nix index 496f299..68c9c20 100644 --- a/nix/licenses.nix +++ b/nix/licenses.nix @@ -1,5 +1,5 @@ { coreutils -, kaleidoscope-bundle +, keyboardio-kaleidoscope-factory , qmk-factory , shajra-keyboards-lib }: @@ -35,7 +35,7 @@ QMK firmware source for Ergodox EZ and Moonlander (GPLv2, mostly): Kaleidoscope firmware source for Keyboardio keyboards (GPLv3): - ${kaleidoscope-bundle} + ${keyboardio-kaleidoscope-factory} EOF '' diff --git a/nix/model01.nix b/nix/model01.nix index ab3641a..e6742e2 100644 --- a/nix/model01.nix +++ b/nix/model01.nix @@ -1,181 +1,19 @@ -{ arduino-cli -, arduino-tarball-avr -, arduino-tarball-avrdude -, arduino-tarball-avr-gcc -, arduino-tarball-ctags -, arduino-tarball-ota -, arduino-tarball-serial-discovery -, coreutils -, gnugrep -, perl -, pkgs -, stdenv -, kaleidoscope-bundle +{ pkgsCross , shajra-keyboards-config -, shajra-keyboards-lib +, shajra-keyboards-kaleidoscope }: { factory ? false -, keymap ? shajra-keyboards-config.default.model01.keymap +, keymap ? shajra-keyboards-config.default.model01.keymap , keymaps ? shajra-keyboards-config.default.model01.keymaps }: -let - - lib = shajra-keyboards-lib; - - custom = lib.keymapPath keymaps keymap; - - scriptSuffix = if factory then "factory" else "custom-${keymap}"; - keymapDesc = if factory then "factory" else "${keymap} custom"; - - model01 = - let changeCmd = - if ! factory - then "cp -R ${custom}/. ." - else ""; - in stdenv.mkDerivation { - name = "model01-${scriptSuffix}-src"; - src = "${kaleidoscope-bundle}/avr/libraries/Model01-Firmware"; - phases = ["unpackPhase" "patchPhase" "installPhase"]; - patchPhase = '' - BUILD_INFO="''${out#/nix/store/}" - echo "#define BUILD_INFORMATION \"$BUILD_INFO\"" \ - > src/Version.h - ${changeCmd} - ''; - installPhase = '' - mkdir "$out" - cp -rL . "$out/Model01-Firmware" - ''; - }; - - # DESIGN: Arduino-cli errantly names files "tar.bz2" irrespective of what - # the compression really is. - depName = p: - let bn = builtins.baseNameOf p.url; - in builtins.replaceStrings ["tar.gz"] ["tar.bz2"] bn; - - hex = stdenv.mkDerivation { - name = "model01-${scriptSuffix}-hex"; - src = model01; - outputs = ["out" "arduino"]; - sourceRoot = "."; - nativeBuildInputs = [arduino-cli perl]; - phases = ["unpackPhase" "buildPhase"]; - buildPhase = '' - export KALEIDOSCOPE_TEMP_PATH="$out" - export ARDUINO_CONTENT="$arduino" - export ARDUINO_DIRECTORIES_USER="$arduino/user" - export ARDUINO_DIRECTORIES_DATA="$arduino/data" - export ARDUINO_DIRECTORIES_DOWNLOADS="$arduino/data/staging" - export SKETCH_IDENTIFIER=Model01-Firmware - export VERBOSE=1 - - mkdir --parents "$KALEIDOSCOPE_TEMP_PATH" - mkdir --parents "$ARDUINO_DIRECTORIES_USER/hardware" - mkdir --parents "$ARDUINO_DIRECTORIES_DATA/staging/packages" - mkdir --parents "$ARDUINO_DIRECTORIES_DATA/staging/tools" - - cp --archive ${kaleidoscope-bundle} \ - "$arduino/user/hardware/keyboardio" - chmod -R +w "$arduino/user/hardware/keyboardio" - - cp "${./arduino/library_index.json}" \ - "$arduino/data/library_index.json" - cp "${./arduino/package_index.json}" \ - "$arduino/data/package_index.json" - cp "${./arduino/package_index.json.sig}" \ - "$arduino/data/package_index.json.sig" - cp "${./arduino/package_keyboardio_index.json}" \ - "$arduino/data/package_keyboardio_index.json" - ln --symbolic "${arduino-tarball-avr}" \ - "$arduino/data/staging/packages/${depName arduino-tarball-avr}" - ln --symbolic "${arduino-tarball-avrdude}" \ - "$arduino/data/staging/packages/${depName arduino-tarball-avrdude}" - ln --symbolic "${arduino-tarball-avr-gcc}" \ - "$arduino/data/staging/packages/${depName arduino-tarball-avr-gcc}" - ln --symbolic "${arduino-tarball-ota}" \ - "$arduino/data/staging/packages/${depName arduino-tarball-ota}" - ln --symbolic "${arduino-tarball-ctags}" \ - "$arduino/data/staging/tools/${depName arduino-tarball-ctags}" - ln --symbolic "${arduino-tarball-serial-discovery}" \ - "$arduino/data/staging/tools/${depName arduino-tarball-serial-discovery}" - - make --directory "$ARDUINO_DIRECTORIES_USER/hardware/keyboardio" \ - prepare-virtual - - arduino-cli config init - arduino-cli core install "arduino:avr" - - cd "model01-${scriptSuffix}-src/Model01-Firmware" - make compile - ''; - - }; - - flash = - let src = model01; - bin = hex.out; - in lib.writeShellCheckedExe "model01-${scriptSuffix}-flash" { - meta.description = - "Flash Keyboard.io Model 01 (${keymapDesc} keymap)"; - path = [ - arduino-cli - coreutils - gnugrep - ]; - } - '' - set -eu - set -o pipefail - - SOURCE="${src}" - BINARY="${bin}" - - set +o pipefail - PORT="$(env --ignore-environment \ - PATH="$PATH" \ - HOME="$HOME" \ - ARDUINO_DIRECTORIES_USER="${hex.arduino}/user" \ - arduino-cli board list \ - | grep keyboardio:avr \ - | head -1 \ - | cut -d ' ' -f 1)" - set -o pipefail - - echo - echo FLASH SOURCE: "$SOURCE" - echo FLASH BINARY: "$BINARY" - - if [ -z "$PORT" ] - then - echo - echo "ERROR: no port detected (is your Model 01 keyboard plugged in?)" >&2 - exit 1 - fi - - echo DETECTED PORT: "$PORT" - echo - cd "$SOURCE/Model01-Firmware" || exit 1 - echo "To flash your keyboard, you must hold down the 'Prog' key." - echo "While holding the 'Prog' key, press 'Enter', but continue to" - echo "hold the 'Prog' key. You can release it once flashing has" - echo "started, and the key glows red." - echo - echo "Do these steps now, or Ctrl-C to quit..." - read -r - exec env --ignore-environment \ - PATH="$PATH" \ - HOME="$HOME" \ - ARDUINO_DIRECTORIES_USER="${hex.arduino}/user" \ - ARDUINO_DIRECTORIES_DATA="${hex.arduino}/data" \ - arduino-cli \ - upload \ - --fqbn keyboardio:avr:model01 \ - --input-dir "${bin}/output/Model01-Firmware" \ - --port "$PORT" \ - --verbose - ''; - -in { inherit flash hex; } +shajra-keyboards-kaleidoscope { inherit factory keymap keymaps; } { + buildKeyboardName = "Model01"; + fullyQualifiedBoardName = "keyboardio:avr:model01"; + keyboardId = "model01"; + keyboardDesc = "Keyboard.io Model 01"; + nativeBuildInputs = [ + pkgsCross.avr.buildPackages.gcc + ]; +} diff --git a/nix/moonlander.nix b/nix/moonlander.nix index 561fe76..0d6a015 100644 --- a/nix/moonlander.nix +++ b/nix/moonlander.nix @@ -1,10 +1,6 @@ -deps@ -{ callPackage -, dfu-util -, gcc-arm-embedded -#, pkgsCross -, wally-cli +{ gcc-arm-embedded , shajra-keyboards-config +, shajra-keyboards-qmk }: { factory ? false @@ -12,22 +8,15 @@ deps@ , keymaps ? shajra-keyboards-config.default.moonlander.keymaps }: -callPackage ./qmk.nix {} { inherit factory keymap keymaps; } { - qmkKeyboardName = "moonlander"; - qmkTargetName = "moonlander"; +shajra-keyboards-qmk { inherit factory keymap keymaps; } { + buildKeyboardName = "moonlander"; + targetNameInfix = ""; firmwareExtension = "bin"; keyboardId = "moonlander"; keyboardDesc = "Moonlander"; nativeBuildInputs = [ - dfu-util - - # DESIGN: maybe later can move to these as in the Nixpkgs derivation for - # qmk_firmware, but for now there's a problem with the ARM cross build - # not supporting newlib-nano. - # + # DESIGN: not exactly sure why we don't use the following: #pkgsCross.arm-embedded.buildPackages.gcc - gcc-arm-embedded ]; - flashCmd = "\"${wally-cli}/bin/wally-cli\""; } diff --git a/nix/overlay.nix b/nix/overlay.nix new file mode 100644 index 0000000..b1236e6 --- /dev/null +++ b/nix/overlay.nix @@ -0,0 +1,52 @@ +inputs: withSystem: +final: prev: + +let system = prev.stdenv.hostPlatform.system; +in withSystem system ({ inputs', ... }: { + + inherit (inputs) + arduino-boardsmanager-empty + arduino-cores-avr + arduino-tools-avr-gcc + arduino-tools-avrdude + arduino-tools-ctags + arduino-tools-dfu-util + arduino-tools-ota + arduino-discovery-dfu + arduino-discovery-mdns + arduino-discovery-serial + arduino-monitor-serial + arduino-xpack-arm + arduino-xpack-openocd + keyboardio-arduinocore + keyboardio-kaleidoscope-bundle + keyboardio-kaleidoscope-factory + qmk-factory; + + nix-project-lib = inputs'.nix-project.legacyPackages.lib.scripts; + + shajra-keyboards-keymaps = { + ergodoxez = inputs.keymaps-ergodoxez; + model01 = inputs.keymaps-model01; + moonlander = inputs.keymaps-moonlander; + }; + + shajra-keyboards-config = import ../config.nix; + shajra-keyboards-lib = final.callPackage (import ./lib.nix) {}; + shajra-keyboards-qmk = final.callPackage (import ./qmk.nix) {}; + shajra-keyboards-kaleidoscope = final.callPackage (import ./kaleidoscope.nix) {}; + shajra-keyboards-ergodoxez = final.callPackage (import ./ergodoxez.nix) {}; + shajra-keyboards-model01 = final.callPackage (import ./model01.nix) {}; + shajra-keyboards-moonlander = final.callPackage (import ./moonlander.nix) {}; + shajra-keyboards-flash = final.callPackage (import ./flash.nix) {}; + + shajra-keyboards-build = final.recurseIntoAttrs ( + final.callPackage (import ./build.nix) {}); + + shajra-keyboards-flash-scripts = final.recurseIntoAttrs ( + final.callPackage (import ./flash-scripts.nix) {}); + + shajra-keyboards-licenses = final.callPackage (import ./licenses.nix) {}; + + shajra-keyboards-ci = final.callPackage (import ./ci.nix) {}; +}) diff --git a/nix/qmk.nix b/nix/qmk.nix index 3f8f457..f2c97c5 100644 --- a/nix/qmk.nix +++ b/nix/qmk.nix @@ -1,10 +1,8 @@ { gnugrep -, python3-unstable -, qmk-cli-src -, qmk-dotty-dict-src +, qmk , qmk-factory , stdenv -, which +, wally-cli , shajra-keyboards-lib }: @@ -13,13 +11,12 @@ , keymaps }: -{ qmkKeyboardName -, qmkTargetName +{ buildKeyboardName +, targetNameInfix , firmwareExtension , keyboardId , keyboardDesc , nativeBuildInputs -, flashCmd }: let @@ -39,7 +36,7 @@ let phases = ["installPhase"]; installPhase = '' cp -r "$src" "$out" - KEYMAPS_DIR="$out"/keyboards/${qmkKeyboardName}/keymaps + KEYMAPS_DIR="$out"/keyboards/${buildKeyboardName}/keymaps chmod +w "$KEYMAPS_DIR" cp -r ${custom} "$KEYMAPS_DIR/${keymap}" chmod -w "$KEYMAPS_DIR" @@ -48,87 +45,40 @@ let qmk-src = if factory then qmk-factory else qmk-custom; - pythonOverrides = self: super: { - qmk-dotty-dict = super.dotty-dict.overridePythonAttrs(old: { - pname = "qmk-dotty-dict"; - version = "1.3.0.post1"; - src = qmk-dotty-dict-src; - }); - qmk_cli = super.buildPythonApplication { - pname = "qmk_cli"; - version = "1.0.0"; - src = qmk-cli-src; - patchPhase = '' - cat << EOF > setup.py - from setuptools import setup - - if __name__ == "__main__": - setup() - EOF - ''; - propagatedBuildInputs = with self; [ - hid - milc - pyusb - hjson - jsonschema - pygments - qmk-dotty-dict - ]; - buildInputs = with self; [ - flake8 - nose2 - yapf - ]; - doCheck = false; - }; - }; - - qmk-cli = (python3-unstable.override { - packageOverrides = pythonOverrides; - }).pkgs.qmk_cli; - hex = stdenv.mkDerivation { name = "${keyboardId}-${scriptSuffix}.${firmwareExtension}"; - nativeBuildInputs = nativeBuildInputs ++ [ - which - qmk-cli - ]; + nativeBuildInputs = nativeBuildInputs ++ [ qmk ]; src = qmk-src; postPatch = '' - VERSION="$out" + VERSION="''${out#/nix/store}" echo "#define QMK_VERSION \"$VERSION\"" \ > quantum/version.h ''; buildPhase = '' - qmk SKIP_GIT=true SKIP_VERSION=true \ - make ${qmkTargetName}:${keymapName} + make ${buildKeyboardName}:${keymapName} ''; installPhase = '' - cp ${qmkTargetName}_${keymapName}.${firmwareExtension} "$out" + cp ${buildKeyboardName}${targetNameInfix}_${keymapName}.${firmwareExtension} "$out" ''; }; - flash = - let src = qmk-src; - bin = hex; - in lib.writeShellCheckedExe "${keyboardId}-${scriptSuffix}-flash" { - meta.description = - "Flash ${keyboardDesc} (${keymapDesc} keymap)"; - path = [ gnugrep ]; - } - '' - set -eu - set -o pipefail - SOURCE="${src}" - BINARY="${bin}" - echo - echo FLASH SOURCE: "$SOURCE" - echo FLASH BINARY: "$BINARY" - echo - # DESIGN: https://github.com/google/gousb/issues/87 - exec ${flashCmd} "$BINARY" 2> >(grep -v '[code -10]' >&2) - ''; + flash = lib.writeShellCheckedExe "${keyboardId}-${scriptSuffix}-flash" { + meta.description = + "Flash ${keyboardDesc} (${keymapDesc} keymap)"; + path = [ gnugrep ]; + } + '' + set -eu + set -o pipefail + SOURCE="${qmk-src}" + BINARY="${hex}" + echo + echo FLASH SOURCE: "$SOURCE" + echo FLASH BINARY: "$BINARY" + echo + # DESIGN: https://github.com/google/gousb/issues/87 + exec "${wally-cli}/bin/wally-cli" "$BINARY" 2> >(grep -v '[code -10]' >&2) + ''; in { inherit flash hex; } diff --git a/support/arduino-upgrade b/support/arduino-upgrade index 06367ec..ff3c8c1 100755 --- a/support/arduino-upgrade +++ b/support/arduino-upgrade @@ -8,20 +8,16 @@ get() dest="${url##*/}" echo echo "GETTING LATEST: $url" - nix run \ - --ignore-environment \ - --file nix \ - pkgs-stable.curl \ - --command \ - curl \ + curl \ "$url" \ > "nix/arduino/$dest" ) for url in \ - http://downloads.arduino.cc/libraries/library_index.json \ - http://downloads.arduino.cc/packages/package_index.json \ - http://downloads.arduino.cc/packages/package_index.json.sig \ - https://raw.githubusercontent.com/keyboardio/boardsmanager/master/package_keyboardio_index.json + https://downloads.arduino.cc/libraries/library_index.json \ + https://downloads.arduino.cc/libraries/library_index.json.sig \ + https://downloads.arduino.cc/packages/package_index.json \ + https://downloads.arduino.cc/packages/package_index.json.sig \ + https://raw.githubusercontent.com/keyboardio/boardsmanager/master/devel/package_kaleidoscope_devel_index.json do get "$url" done